diff --git a/.gitattributes b/.gitattributes index 28df5f900b358436f0267334b3e3e9af33f917ba..d0e355d9aa091c7d8415fb4b31de2d9c5ef6653e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -53,3 +53,17 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text *.jpg filter=lfs diff=lfs merge=lfs -text *.jpeg filter=lfs diff=lfs merge=lfs -text *.webp filter=lfs diff=lfs merge=lfs -text +database/baseball_1/baseball_1.sqlite filter=lfs diff=lfs merge=lfs -text +database/baseball_1/schema.sql filter=lfs diff=lfs merge=lfs -text +database/college_2/college_2.sqlite filter=lfs diff=lfs merge=lfs -text +database/flight_4/flight_4.sqlite filter=lfs diff=lfs merge=lfs -text +database/sakila_1/sakila_1.sqlite filter=lfs diff=lfs merge=lfs -text +database/store_1/store_1.sqlite filter=lfs diff=lfs merge=lfs -text +database/wta_1/wta_1.sqlite filter=lfs diff=lfs merge=lfs -text +test_database/baseball_1/baseball_1.sqlite filter=lfs diff=lfs merge=lfs -text +test_database/baseball_1/schema.sql filter=lfs diff=lfs merge=lfs -text +test_database/college_2/college_2.sqlite filter=lfs diff=lfs merge=lfs -text +test_database/flight_4/flight_4.sqlite filter=lfs diff=lfs merge=lfs -text +test_database/store_1/store_1.sqlite filter=lfs diff=lfs merge=lfs -text +test_database/wta_1/wta_1.sqlite filter=lfs diff=lfs merge=lfs -text +train_spider.json filter=lfs diff=lfs merge=lfs -text diff --git a/README.txt b/README.txt new file mode 100644 index 0000000000000000000000000000000000000000..1a2f15dd14e68622e35606012bc92da187389277 --- /dev/null +++ b/README.txt @@ -0,0 +1,133 @@ +# 08/03/2020 updated: corrected column name and column name original mismatch in 2 dbs (scholar and formula_1) in tables.json. Also, used process_sql.py to reparse SQL queries (this only affects some models (e.g. RATSQL) which use our parsed SQL as the SQL input). +# 06/01/2020 updated: corrected ~40 annotation errors/mismatches in dev.json + + + +This folder contains the Spider training and dev data sets for the EMNLP 2018 paper Spider: A Large-Scale Human-Labeled Dataset for Complex and Cross-Domain Semantic Parsing and Text-to-SQL Task. + +It contains the following files: + +- train_spider.json + # Training Examples: 7000 + # Databases: 140 +- train_others.json + # Training Examples: 1659 + # Databases: 6 +- dev.json + # Training Examples: 1034 + # Databases: 20 +- tables.json + # Databases: 166 +- dev_gold.sql +- train_gold.sql +- database/ +- README.txt + +The official final Spider training data set combines train_spider.json and train_others.json. +The databases used in train_others.json are from Restaurants, GeoQuery, Scholar, Academic, IMDB, and Yelp which are prepared by Finegan-Dollak et al., 2018. +The databases and SQL examples in train_spider.json are originally prepared by us. +For the format of each json file, please refer to our github page https://github.com/taoyds/spider. +In database/, there is one folder for each database which contains the [db_name].sqlite file. +For most databases, we also provide a schema.sql file with SQL statements to create the database. + +If you use the dataset, please cite the following papers including Finegan-Dollak et al., 2018 and the original datasets for Restaurants, GeoQuery, Scholar, Academic, IMDB, and Yelp. + +@inproceedings{Yu&al.18c, + year = 2018, + title = {Spider: A Large-Scale Human-Labeled Dataset for Complex and Cross-Domain Semantic Parsing and Text-to-SQL Task}, + booktitle = {EMNLP}, + author = {Tao Yu and Rui Zhang and Kai Yang and Michihiro Yasunaga and Dongxu Wang and Zifan Li and James Ma and Irene Li and Qingning Yao and Shanelle Roman and Zilin Zhang and Dragomir Radev } +} + +@InProceedings{P18-1033, + author = "Finegan-Dollak, Catherine + and Kummerfeld, Jonathan K. + and Zhang, Li + and Ramanathan, Karthik + and Sadasivam, Sesh + and Zhang, Rui + and Radev, Dragomir", + title = "Improving Text-to-SQL Evaluation Methodology", + booktitle = "Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)", + year = "2018", + publisher = "Association for Computational Linguistics", + pages = "351--360", + location = "Melbourne, Australia", + url = "http://aclweb.org/anthology/P18-1033" +} + +@InProceedings{data-sql-imdb-yelp, + dataset = {IMDB and Yelp}, + author = {Navid Yaghmazadeh, Yuepeng Wang, Isil Dillig, and Thomas Dillig}, + title = {SQLizer: Query Synthesis from Natural Language}, + booktitle = {International Conference on Object-Oriented Programming, Systems, Languages, and Applications, ACM}, + month = {October}, + year = {2017}, + pages = {63:1--63:26}, + url = {http://doi.org/10.1145/3133887}, +} + +@article{data-academic, + dataset = {Academic}, + author = {Fei Li and H. V. Jagadish}, + title = {Constructing an Interactive Natural Language Interface for Relational Databases}, + journal = {Proceedings of the VLDB Endowment}, + volume = {8}, + number = {1}, + month = {September}, + year = {2014}, + pages = {73--84}, + url = {http://dx.doi.org/10.14778/2735461.2735468}, +} + +@InProceedings{data-atis-geography-scholar, + dataset = {Scholar, and Updated ATIS and Geography}, + author = {Srinivasan Iyer, Ioannis Konstas, Alvin Cheung, Jayant Krishnamurthy, and Luke Zettlemoyer}, + title = {Learning a Neural Semantic Parser from User Feedback}, + booktitle = {Proceedings of the 55th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)}, + year = {2017}, + pages = {963--973}, + location = {Vancouver, Canada}, + url = {http://www.aclweb.org/anthology/P17-1089}, +} + +@inproceedings{data-geography-original + dataset = {Geography, original}, + author = {John M. Zelle and Raymond J. Mooney}, + title = {Learning to Parse Database Queries Using Inductive Logic Programming}, + booktitle = {Proceedings of the Thirteenth National Conference on Artificial Intelligence - Volume 2}, + year = {1996}, + pages = {1050--1055}, + location = {Portland, Oregon}, + url = {http://dl.acm.org/citation.cfm?id=1864519.1864543}, +} + +@inproceedings{data-restaurants-logic, + author = {Lappoon R. Tang and Raymond J. Mooney}, + title = {Automated Construction of Database Interfaces: Intergrating Statistical and Relational Learning for Semantic Parsing}, + booktitle = {2000 Joint SIGDAT Conference on Empirical Methods in Natural Language Processing and Very Large Corpora}, + year = {2000}, + pages = {133--141}, + location = {Hong Kong, China}, + url = {http://www.aclweb.org/anthology/W00-1317}, +} + +@inproceedings{data-restaurants-original, + author = {Ana-Maria Popescu, Oren Etzioni, and Henry Kautz}, + title = {Towards a Theory of Natural Language Interfaces to Databases}, + booktitle = {Proceedings of the 8th International Conference on Intelligent User Interfaces}, + year = {2003}, + location = {Miami, Florida, USA}, + pages = {149--157}, + url = {http://doi.acm.org/10.1145/604045.604070}, +} + +@inproceedings{data-restaurants, + author = {Alessandra Giordani and Alessandro Moschitti}, + title = {Automatic Generation and Reranking of SQL-derived Answers to NL Questions}, + booktitle = {Proceedings of the Second International Conference on Trustworthy Eternal Systems via Evolving Software, Data and Knowledge}, + year = {2012}, + location = {Montpellier, France}, + pages = {59--76}, + url = {https://doi.org/10.1007/978-3-642-45260-4_5}, +} diff --git a/database/academic/academic.sqlite b/database/academic/academic.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..a8ca1fcaa2a9071fa4c5fc31e6db42adf67ce972 Binary files /dev/null and b/database/academic/academic.sqlite differ diff --git a/database/academic/schema.sql b/database/academic/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..f78b5389d9e00d95ab5a0d9bb4ba69ab38d32d1b --- /dev/null +++ b/database/academic/schema.sql @@ -0,0 +1,108 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE "author" ( +"aid" int, +"homepage" text, +"name" text, +"oid" int, +primary key("aid") +); +CREATE TABLE "conference" ( +"cid" int, +"homepage" text, +"name" text, +primary key ("cid") +); +CREATE TABLE "domain" ( +"did" int, +"name" text, +primary key ("did") +); +CREATE TABLE "domain_author" ( +"aid" int, +"did" int, +primary key ("did", "aid"), +foreign key("aid") references `author`("aid"), +foreign key("did") references `domain`("did") +); + +CREATE TABLE "domain_conference" ( +"cid" int, +"did" int, +primary key ("did", "cid"), +foreign key("cid") references `conference`("cid"), +foreign key("did") references `domain`("did") +); +CREATE TABLE "journal" ( +"homepage" text, +"jid" int, +"name" text, +primary key("jid") +); +CREATE TABLE "domain_journal" ( +"did" int, +"jid" int, +primary key ("did", "jid"), +foreign key("jid") references "journal"("jid"), +foreign key("did") references "domain"("did") +); +CREATE TABLE "keyword" ( +"keyword" text, +"kid" int, +primary key("kid") +); +CREATE TABLE "domain_keyword" ( +"did" int, +"kid" int, +primary key ("did", "kid"), +foreign key("kid") references "keyword"("kid"), +foreign key("did") references "domain"("did") +); +CREATE TABLE "publication" ( +"abstract" text, +"cid" text, +"citation_num" int, +"jid" int, +"pid" int, +"reference_num" int, +"title" text, +"year" int, +primary key("pid"), +foreign key("jid") references "journal"("jid"), +foreign key("cid") references "conference"("cid") +); +CREATE TABLE "domain_publication" ( +"did" int, +"pid" int, +primary key ("did", "pid"), +foreign key("pid") references "publication"("pid"), +foreign key("did") references "domain"("did") +); + +CREATE TABLE "organization" ( +"continent" text, +"homepage" text, +"name" text, +"oid" int, +primary key("oid") +); + +CREATE TABLE "publication_keyword" ( +"pid" int, +"kid" int, +primary key ("kid", "pid"), +foreign key("pid") references "publication"("pid"), +foreign key("kid") references "keyword"("kid") +); +CREATE TABLE "writes" ( +"aid" int, +"pid" int, +primary key ("aid", "pid"), +foreign key("pid") references "publication"("pid"), +foreign key("aid") references "author"("aid") +); +CREATE TABLE "cite" ( +"cited" int, +"citing" int, +foreign key("cited") references "publication"("pid"), +foreign key("citing") references "publication"("pid") +); diff --git a/database/activity_1/activity_1.sqlite b/database/activity_1/activity_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..3226a20b0adc79993f4a00d9a5c2e8e61835d557 Binary files /dev/null and b/database/activity_1/activity_1.sqlite differ diff --git a/database/activity_1/schema.sql b/database/activity_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..ad20ed72797df12929cb4073c1ffd589bb4e972e --- /dev/null +++ b/database/activity_1/schema.sql @@ -0,0 +1,328 @@ +create table Activity ( + actid INTEGER PRIMARY KEY, + activity_name varchar(25) +); + +create table Participates_in ( + stuid INTEGER, + actid INTEGER, + FOREIGN KEY(stuid) REFERENCES Student(StuID), + FOREIGN KEY(actid) REFERENCES Activity(actid) +); + +create table Faculty_Participates_in ( + FacID INTEGER, + actid INTEGER, + FOREIGN KEY(FacID) REFERENCES Faculty(FacID), + FOREIGN KEY(actid) REFERENCES Activity(actid) +); + +create table Student ( + StuID INTEGER PRIMARY KEY, + LName VARCHAR(12), + Fname VARCHAR(12), + Age INTEGER, + Sex VARCHAR(1), + Major INTEGER, + Advisor INTEGER, + city_code VARCHAR(3) + ); + +create table Faculty ( + FacID INTEGER PRIMARY KEY, + Lname VARCHAR(15), + Fname VARCHAR(15), + Rank VARCHAR(15), + Sex VARCHAR(1), + Phone INTEGER, + Room VARCHAR(5), + Building VARCHAR(13) +); + + +insert into Faculty values ( 1082, 'Giuliano', 'Mark', 'Instructor', 'M', 2424, '224', 'NEB'); +insert into Faculty values ( 1121, 'Goodrich', 'Michael', 'Professor', 'M', 3593, '219', 'NEB'); +insert into Faculty values ( 1148, 'Masson', 'Gerald', 'Professor', 'M', 3402, '224B', 'NEB'); +insert into Faculty values ( 1193, 'Jones', 'Stacey', 'Instructor', 'F', 3550, '224', 'NEB'); +insert into Faculty values ( 2192, 'Yarowsky', 'David', 'AsstProf', 'M', 6587, '324', 'NEB'); +insert into Faculty values ( 3457, 'Smith', 'Scott', 'AssocProf', 'M', 1035, '318', 'NEB'); +insert into Faculty values ( 4230, 'Houlahan', 'Joanne', 'Instructor', 'F', 1260, '328', 'NEB'); +insert into Faculty values ( 6112, 'Beach', 'Louis', 'Instructor', 'M', 1838, '207', 'NEB'); +insert into Faculty values ( 7712, 'Awerbuch', 'Baruch', 'Professor', 'M', 2105, '220', 'NEB'); +insert into Faculty values ( 7792, 'Brill', 'Eric', 'AsstProf', 'M', 2303, '324B', 'NEB'); +insert into Faculty values ( 7723, 'Taylor', 'Russell', 'Professor', 'M', 2435, '317', 'NEB'); +insert into Faculty values ( 8114, 'Angelopoulou', 'Ellie', 'Instructor', 'F', 2152, '316', 'NEB'); +insert into Faculty values ( 8423, 'Kumar', 'Subodh', 'AsstProf', 'M', 2522, '218', 'NEB'); +insert into Faculty values ( 8721, 'Wolff', 'Lawrence', 'AssocProf', 'M', 2342, '316', 'NEB'); +insert into Faculty values ( 8741, 'Salzberg', 'Steven', 'AssocProf', 'M', 2641, '324A', 'NEB'); +insert into Faculty values ( 8918, 'Amir', 'Yair', 'AsstProf', 'M', 2672, '308', 'NEB'); +insert into Faculty values ( 9172, 'Kosaraju', 'Rao', 'Professor', 'M', 2757, '319', 'NEB'); +insert into Faculty values ( 9826, 'Delcher', 'Arthur', 'Instructor', 'M', 2956, '329', 'NEB'); +insert into Faculty values ( 1172, 'Runolfsson', 'Thordur', 'AssocProf', 'M', 3121, '119', 'Barton'); +insert into Faculty values ( 1177, 'Naiman', 'Daniel', 'Professor', 'M', 3571, '288', 'Krieger'); +insert into Faculty values ( 1823, 'Davidson', 'Frederic', 'Professor', 'M', 5629, '119', 'Barton'); +insert into Faculty values ( 2028, 'Brody', 'William', 'Professor', 'M', 6073, '119', 'Barton'); +insert into Faculty values ( 2119, 'Meyer', 'Gerard', 'Professor', 'M', 6350, '119', 'Barton'); +insert into Faculty values ( 2291, 'Scheinerman', 'Edward', 'Professor', 'M', 6654, '288', 'Krieger'); +insert into Faculty values ( 2311, 'Priebe', 'Carey', 'AsstProf', 'M', 6953, '288', 'Krieger'); +insert into Faculty values ( 2738, 'Fill', 'James', 'Professor', 'M', 8209, '288', 'Krieger'); +insert into Faculty values ( 2881, 'Goldman', 'Alan', 'Professor', 'M', 8335, '288', 'Krieger'); +insert into Faculty values ( 4432, 'Burzio', 'Luigi', 'Professor', 'M', 1813, '288', 'Krieger'); +insert into Faculty values ( 5718, 'Frank', 'Robert', 'AsstProf', 'M', 1751, '288', 'Krieger'); +insert into Faculty values ( 6182, 'Cheng', 'Cheng', 'AsstProf', 'M', 1856, '288', 'Krieger'); +insert into Faculty values ( 6191, 'Kaplan', 'Alexander', 'Professor', 'M', 1825, '119', 'Barton'); +insert into Faculty values ( 6330, 'Byrne', 'William', 'Instructor', 'M', 1691, '119', 'Barton'); +insert into Faculty values ( 6541, 'Han', 'Shih-Ping', 'Professor', 'M', 1914, '288', 'Krieger'); +insert into Faculty values ( 6910, 'Smolensky', 'Paul', 'Professor', 'M', 2072, '288', 'Krieger'); +insert into Faculty values ( 6925, 'Iglesias', 'Pablo', 'AsstProf', 'M', 2021, '119', 'Barton'); +insert into Faculty values ( 7134, 'Goutsias', 'John', 'Professor', 'M', 2184, '119', 'Barton'); +insert into Faculty values ( 7231, 'Rugh', 'Wilson', 'Professor', 'M', 2191, '119', 'Barton'); +insert into Faculty values ( 7271, 'Jelinek', 'Frederick', 'Professor', 'M', 2890, '119', 'Barton'); +insert into Faculty values ( 7506, 'Westgate', 'Charles', 'Professor', 'M', 2932, '119', 'Barton'); +insert into Faculty values ( 8102, 'James', 'Lancelot', 'AsstProf', 'M', 2792, '288', 'Krieger'); +insert into Faculty values ( 8118, 'Weinert', 'Howard', 'Professor', 'M', 3272, '119', 'Barton'); +insert into Faculty values ( 8122, 'Wierman', 'John', 'Professor', 'M', 3392,'288', 'Krieger'); +insert into Faculty values ( 8722, 'Cauwenberghs', 'Gert', 'AsstProf', 'M', 1372, '119', 'Barton'); +insert into Faculty values ( 8723, 'Andreou', 'Andreas', 'Professor', 'M', 1402, '119', 'Barton'); +insert into Faculty values ( 8772, 'Cowen', 'Lenore', 'AsstProf', 'F', 2870, '288', 'Krieger'); +insert into Faculty values ( 8791, 'McCloskey', 'Michael', 'Professor', 'M', 3440, '288', 'Krieger'); +insert into Faculty values ( 8989, 'Brent', 'Michael', 'AsstProf', 'M', 9373, '288', 'Krieger'); +insert into Faculty values ( 9011, 'Rapp', 'Brenda', 'AsstProf', 'F', 2032, '288', 'Krieger'); +insert into Faculty values ( 9191, 'Collins', 'Oliver', 'AssocProf', 'M', 5427, '119', 'Barton'); +insert into Faculty values ( 9199, 'Hughes', 'Brian', 'AssocProf', 'M', 5666, '119', 'Barton'); +insert into Faculty values ( 9210, 'Joseph', 'Richard', 'Professor', 'M', 5996, '119', 'Barton'); +insert into Faculty values ( 9514, 'Prince', 'Jerry', 'AssocProf', 'M', 5106, '119', 'Barton'); +insert into Faculty values ( 9823, 'Pang', 'Jong-Shi', 'Professor', 'M', 4366, '288', 'Krieger'); +insert into Faculty values ( 9824, 'Glaser', 'Robert', 'Instructor', 'M', 4396, '119', 'Barton'); +insert into Faculty values ( 9811, 'Wu', 'Colin', 'AsstProf', 'M', 2906, '288', 'Krieger'); +insert into Faculty values ( 9643, 'Legendre', 'Geraldine', 'AssocProf', 'F', 8972, '288', 'Krieger'); +insert into Faculty values ( 9379, 'Khurgin', 'Jacob', 'Professor', 'M', 1060, '119', 'Barton'); +insert into Faculty values ( 9922, 'Hall', 'Leslie', 'AsstProf', 'F', 7332, '288', 'Krieger'); + +insert into Student values ( 1001, 'Smith', 'Linda', 18, 'F', 600, 1121,'BAL'); + insert into Student values ( 1002, 'Kim', 'Tracy', 19, 'F', 600, 7712,'HKG'); + insert into Student values ( 1003, 'Jones', 'Shiela', 21, 'F', 600, 7792,'WAS'); + insert into Student values ( 1004, 'Kumar', 'Dinesh', 20, 'M', 600, 8423,'CHI'); + insert into Student values ( 1005, 'Gompers', 'Paul', 26, 'M', 600, 1121,'YYZ'); + insert into Student values ( 1006, 'Schultz', 'Andy', 18, 'M', 600, 1148,'BAL'); + insert into Student values ( 1007, 'Apap', 'Lisa', 18, 'F', 600, 8918,'PIT'); + insert into Student values ( 1008, 'Nelson', 'Jandy', 20, 'F', 600, 9172,'BAL'); + insert into Student values ( 1009, 'Tai', 'Eric', 19, 'M', 600, 2192,'YYZ'); + insert into Student values ( 1010, 'Lee', 'Derek', 17, 'M', 600, 2192,'HOU'); + insert into Student values ( 1011, 'Adams', 'David', 22, 'M', 600, 1148,'PHL'); + insert into Student values ( 1012, 'Davis', 'Steven', 20, 'M', 600, 7723,'PIT'); + insert into Student values ( 1014, 'Norris', 'Charles', 18, 'M', 600, 8741, 'DAL'); + insert into Student values ( 1015, 'Lee', 'Susan', 16, 'F', 600, 8721,'HKG'); + insert into Student values ( 1016, 'Schwartz', 'Mark', 17, 'M', 600, 2192,'DET'); + insert into Student values ( 1017, 'Wilson', 'Bruce', 27, 'M', 600, 1148,'LON'); + insert into Student values ( 1018, 'Leighton', 'Michael', 20, 'M', 600, 1121, 'PIT'); + insert into Student values ( 1019, 'Pang', 'Arthur', 18, 'M', 600, 2192,'WAS'); + insert into Student values ( 1020, 'Thornton', 'Ian', 22, 'M', 520, 7271,'NYC'); + insert into Student values ( 1021, 'Andreou', 'George', 19, 'M', 520, 8722, 'NYC'); + insert into Student values ( 1022, 'Woods', 'Michael', 17, 'M', 540, 8722,'PHL'); + insert into Student values ( 1023, 'Shieber', 'David', 20, 'M', 520, 8722,'NYC'); + insert into Student values ( 1024, 'Prater', 'Stacy', 18, 'F', 540, 7271,'BAL'); + insert into Student values ( 1025, 'Goldman', 'Mark', 18, 'M', 520, 7134,'PIT'); + insert into Student values ( 1026, 'Pang', 'Eric', 19, 'M', 520, 7134,'HKG'); + insert into Student values ( 1027, 'Brody', 'Paul', 18, 'M', 520, 8723,'LOS'); + insert into Student values ( 1028, 'Rugh', 'Eric', 20, 'M', 550, 2311,'ROC'); + insert into Student values ( 1029, 'Han', 'Jun', 17, 'M', 100, 2311,'PEK'); + insert into Student values ( 1030, 'Cheng', 'Lisa', 21, 'F', 550, 2311,'SFO'); + insert into Student values ( 1031, 'Smith', 'Sarah', 20, 'F', 550, 8772,'PHL'); + insert into Student values ( 1032, 'Brown', 'Eric', 20, 'M', 550, 8772,'ATL'); + insert into Student values ( 1033, 'Simms', 'William', 18, 'M', 550, 8772,'NAR'); + insert into Student values ( 1034, 'Epp', 'Eric', 18, 'M', 050, 5718,'BOS'); + insert into Student values ( 1035, 'Schmidt', 'Sarah', 26, 'F', 050, 5718,'WAS'); + +insert into Activity values ( 770 , 'Mountain Climbing' ) ; +insert into Activity values ( 771 , 'Canoeing' ) ; +insert into Activity values ( 772 , 'Kayaking' ) ; +insert into Activity values ( 773 , 'Spelunking' ) ; +insert into Activity values ( 777 , 'Soccer' ) ; +insert into Activity values ( 778 , 'Baseball' ) ; +insert into Activity values ( 780 , 'Football' ) ; +insert into Activity values ( 782 , 'Volleyball' ) ; +insert into Activity values ( 799 , 'Bungee Jumping' ) ; +insert into Activity values ( 779 , 'Accordion Ensemble' ) ; +insert into Activity values ( 784 , 'Canasta' ) ; +insert into Activity values ( 785 , 'Chess' ) ; +insert into Activity values ( 776 , 'Extreme Canasta' ) ; +insert into Activity values ( 790 , 'Crossword Puzzles' ) ; +insert into Activity values ( 791 , 'Proselytizing' ) ; +insert into Activity values ( 796 , 'Square Dancing' ) ; + + + + +insert into Participates_in values (1001 , 770) ; +insert into Participates_in values (1001 , 771) ; +insert into Participates_in values (1001 , 777) ; + +insert into Participates_in values (1002 , 772) ; +insert into Participates_in values (1002 , 771) ; + +insert into Participates_in values (1003 , 778) ; + + +insert into Participates_in values (1004 , 780) ; +insert into Participates_in values (1004 , 782) ; +insert into Participates_in values (1004 , 778) ; +insert into Participates_in values (1004 , 777) ; + +insert into Participates_in values (1005 , 770) ; + + +insert into Participates_in values (1006 , 773) ; + + +insert into Participates_in values (1007 , 773) ; +insert into Participates_in values (1007 , 784) ; + +insert into Participates_in values (1008 , 785) ; +insert into Participates_in values (1008 , 773) ; +insert into Participates_in values (1008 , 780) ; +insert into Participates_in values (1008 , 790) ; + +insert into Participates_in values (1009 , 778) ; +insert into Participates_in values (1009 , 777) ; +insert into Participates_in values (1009 , 782) ; + +insert into Participates_in values (1010 , 780) ; + + +insert into Participates_in values (1011 , 780) ; + + +insert into Participates_in values (1012 , 780) ; + + +insert into Participates_in values (1014 , 780) ; +insert into Participates_in values (1014 , 777) ; +insert into Participates_in values (1014 , 778) ; +insert into Participates_in values (1014 , 782) ; +insert into Participates_in values (1014 , 770) ; +insert into Participates_in values (1014 , 772) ; + +insert into Participates_in values (1015 , 785) ; + + +insert into Participates_in values (1016 , 791) ; +insert into Participates_in values (1016 , 772) ; + +insert into Participates_in values (1017 , 791) ; +insert into Participates_in values (1017 , 771) ; +insert into Participates_in values (1017 , 770) ; + +insert into Participates_in values (1018 , 790) ; +insert into Participates_in values (1018 , 785) ; +insert into Participates_in values (1018 , 784) ; +insert into Participates_in values (1018 , 777) ; +insert into Participates_in values (1018 , 772) ; +insert into Participates_in values (1018 , 770) ; + +insert into Participates_in values (1019 , 785) ; +insert into Participates_in values (1019 , 790) ; + +insert into Participates_in values (1020 , 780) ; + + +insert into Participates_in values (1021 , 780) ; +insert into Participates_in values (1021 , 776) ; + +insert into Participates_in values (1022 , 782) ; +insert into Participates_in values (1022 , 790) ; + +insert into Participates_in values (1023 , 790) ; +insert into Participates_in values (1023 , 776) ; + +insert into Participates_in values (1024 , 778) ; +insert into Participates_in values (1024 , 777) ; +insert into Participates_in values (1024 , 780) ; + +insert into Participates_in values (1025 , 780) ; +insert into Participates_in values (1025 , 777) ; +insert into Participates_in values (1025 , 770) ; + +insert into Participates_in values (1028 , 785) ; + + +insert into Participates_in values (1029 , 785) ; +insert into Participates_in values (1029 , 790) ; + +insert into Participates_in values (1030 , 780) ; +insert into Participates_in values (1030 , 790) ; + +insert into Participates_in values (1033 , 780) ; + +insert into Participates_in values (1034 , 780) ; +insert into Participates_in values (1034 , 777) ; +insert into Participates_in values (1034 , 772) ; +insert into Participates_in values (1034 , 771) ; + +insert into Participates_in values (1035 , 777) ; +insert into Participates_in values (1035 , 780) ; +insert into Participates_in values (1035 , 784) ; + + + + + + +insert into Faculty_Participates_in values ( 1082, 784) ; +insert into Faculty_Participates_in values ( 1082, 785) ; +insert into Faculty_Participates_in values ( 1082, 790) ; + +insert into Faculty_Participates_in values ( 1121, 771) ; +insert into Faculty_Participates_in values ( 1121, 777) ; +insert into Faculty_Participates_in values ( 1121, 770) ; + +insert into Faculty_Participates_in values ( 1193, 790) ; +insert into Faculty_Participates_in values ( 1193, 796) ; +insert into Faculty_Participates_in values ( 1193, 773) ; + +insert into Faculty_Participates_in values ( 2192, 773) ; +insert into Faculty_Participates_in values ( 2192, 790) ; +insert into Faculty_Participates_in values ( 2192, 778) ; + +insert into Faculty_Participates_in values ( 3457, 782) ; +insert into Faculty_Participates_in values ( 3457, 771) ; +insert into Faculty_Participates_in values ( 3457, 784) ; + +insert into Faculty_Participates_in values ( 4230, 790) ; +insert into Faculty_Participates_in values ( 4230, 785) ; + +insert into Faculty_Participates_in values ( 6112, 785) ; +insert into Faculty_Participates_in values ( 6112, 772) ; + +insert into Faculty_Participates_in values ( 7723, 785) ; +insert into Faculty_Participates_in values ( 7723, 770) ; + +insert into Faculty_Participates_in values ( 8114, 776) ; + +insert into Faculty_Participates_in values ( 8721, 770) ; +insert into Faculty_Participates_in values ( 8721, 780) ; + +insert into Faculty_Participates_in values ( 8741, 780) ; +insert into Faculty_Participates_in values ( 8741, 790) ; + +insert into Faculty_Participates_in values ( 8918, 780) ; +insert into Faculty_Participates_in values ( 8918, 782) ; +insert into Faculty_Participates_in values ( 8918, 771) ; + +insert into Faculty_Participates_in values ( 2881, 790) ; +insert into Faculty_Participates_in values ( 2881, 784) ; + +insert into Faculty_Participates_in values ( 4432, 770) ; +insert into Faculty_Participates_in values ( 4432, 771) ; + +insert into Faculty_Participates_in values ( 5718, 776) ; + + +insert into Faculty_Participates_in values ( 6182, 776) ; +insert into Faculty_Participates_in values ( 6182, 785) ; + +insert into Faculty_Participates_in values ( 1177, 790) ; +insert into Faculty_Participates_in values ( 1177, 770) ; +insert into Faculty_Participates_in values ( 1177, 770) ; + +insert into Faculty_Participates_in values ( 9922, 796) ; diff --git a/database/allergy_1/allergy_1.sqlite b/database/allergy_1/allergy_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..4c8e83e71d214bcbc9996af75a9af6cf6cf5a956 Binary files /dev/null and b/database/allergy_1/allergy_1.sqlite differ diff --git a/database/allergy_1/schema.sql b/database/allergy_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..652be297f814efdca2b91e93855784ab25c19222 --- /dev/null +++ b/database/allergy_1/schema.sql @@ -0,0 +1,132 @@ +create table Allergy_Type ( + Allergy VARCHAR(20) PRIMARY KEY, + AllergyType VARCHAR(20) +); + +create table Has_Allergy ( + StuID INTEGER, + Allergy VARCHAR(20), + FOREIGN KEY(StuID) REFERENCES Student(StuID), + FOREIGN KEY(Allergy) REFERENCES Allergy_Type(Allergy) +); + +create table Student ( + StuID INTEGER PRIMARY KEY, + LName VARCHAR(12), + Fname VARCHAR(12), + Age INTEGER, + Sex VARCHAR(1), + Major INTEGER, + Advisor INTEGER, + city_code VARCHAR(3) + ); + +insert into Student values ( 1001, 'Smith', 'Linda', 18, 'F', 600, 1121,'BAL'); + insert into Student values ( 1002, 'Kim', 'Tracy', 19, 'F', 600, 7712,'HKG'); + insert into Student values ( 1003, 'Jones', 'Shiela', 21, 'F', 600, 7792,'WAS'); + insert into Student values ( 1004, 'Kumar', 'Dinesh', 20, 'M', 600, 8423,'CHI'); + insert into Student values ( 1005, 'Gompers', 'Paul', 26, 'M', 600, 1121,'YYZ'); + insert into Student values ( 1006, 'Schultz', 'Andy', 18, 'M', 600, 1148,'BAL'); + insert into Student values ( 1007, 'Apap', 'Lisa', 18, 'F', 600, 8918,'PIT'); + insert into Student values ( 1008, 'Nelson', 'Jandy', 20, 'F', 600, 9172,'BAL'); + insert into Student values ( 1009, 'Tai', 'Eric', 19, 'M', 600, 2192,'YYZ'); + insert into Student values ( 1010, 'Lee', 'Derek', 17, 'M', 600, 2192,'HOU'); + insert into Student values ( 1011, 'Adams', 'David', 22, 'M', 600, 1148,'PHL'); + insert into Student values ( 1012, 'Davis', 'Steven', 20, 'M', 600, 7723,'PIT'); + insert into Student values ( 1014, 'Norris', 'Charles', 18, 'M', 600, 8741, 'DAL'); + insert into Student values ( 1015, 'Lee', 'Susan', 16, 'F', 600, 8721,'HKG'); + insert into Student values ( 1016, 'Schwartz', 'Mark', 17, 'M', 600, 2192,'DET'); + insert into Student values ( 1017, 'Wilson', 'Bruce', 27, 'M', 600, 1148,'LON'); + insert into Student values ( 1018, 'Leighton', 'Michael', 20, 'M', 600, 1121, 'PIT'); + insert into Student values ( 1019, 'Pang', 'Arthur', 18, 'M', 600, 2192,'WAS'); + insert into Student values ( 1020, 'Thornton', 'Ian', 22, 'M', 520, 7271,'NYC'); + insert into Student values ( 1021, 'Andreou', 'George', 19, 'M', 520, 8722, 'NYC'); + insert into Student values ( 1022, 'Woods', 'Michael', 17, 'M', 540, 8722,'PHL'); + insert into Student values ( 1023, 'Shieber', 'David', 20, 'M', 520, 8722,'NYC'); + insert into Student values ( 1024, 'Prater', 'Stacy', 18, 'F', 540, 7271,'BAL'); + insert into Student values ( 1025, 'Goldman', 'Mark', 18, 'M', 520, 7134,'PIT'); + insert into Student values ( 1026, 'Pang', 'Eric', 19, 'M', 520, 7134,'HKG'); + insert into Student values ( 1027, 'Brody', 'Paul', 18, 'M', 520, 8723,'LOS'); + insert into Student values ( 1028, 'Rugh', 'Eric', 20, 'M', 550, 2311,'ROC'); + insert into Student values ( 1029, 'Han', 'Jun', 17, 'M', 100, 2311,'PEK'); + insert into Student values ( 1030, 'Cheng', 'Lisa', 21, 'F', 550, 2311,'SFO'); + insert into Student values ( 1031, 'Smith', 'Sarah', 20, 'F', 550, 8772,'PHL'); + insert into Student values ( 1032, 'Brown', 'Eric', 20, 'M', 550, 8772,'ATL'); + insert into Student values ( 1033, 'Simms', 'William', 18, 'M', 550, 8772,'NAR'); + insert into Student values ( 1034, 'Epp', 'Eric', 18, 'M', 050, 5718,'BOS'); + insert into Student values ( 1035, 'Schmidt', 'Sarah', 26, 'F', 050, 5718,'WAS'); + +insert into Has_Allergy values ( 1001, 'Cat' ); +insert into Has_Allergy values ( 1002, 'Shellfish' ); +insert into Has_Allergy values ( 1002, 'Tree Pollen' ); +insert into Has_Allergy values ( 1003, 'Dog' ); +insert into Has_Allergy values ( 1004, 'Nuts' ); +insert into Has_Allergy values ( 1005, 'Nuts' ); +insert into Has_Allergy values ( 1005, 'Tree Pollen' ); +insert into Has_Allergy values ( 1006, 'Nuts' ); +insert into Has_Allergy values ( 1007, 'Ragweed' ); +insert into Has_Allergy values ( 1007, 'Tree Pollen' ); +insert into Has_Allergy values ( 1007, 'Grass Pollen' ); +insert into Has_Allergy values ( 1007, 'Eggs' ); +insert into Has_Allergy values ( 1007, 'Milk' ); +insert into Has_Allergy values ( 1007, 'Shellfish' ); +insert into Has_Allergy values ( 1007, 'Anchovies' ); +insert into Has_Allergy values ( 1007, 'Cat' ); +insert into Has_Allergy values ( 1007, 'Dog' ); +insert into Has_Allergy values ( 1009, 'Tree Pollen' ); +insert into Has_Allergy values ( 1010, 'Ragweed' ); +insert into Has_Allergy values ( 1010, 'Tree Pollen' ); +insert into Has_Allergy values ( 1010, 'Grass Pollen' ); +insert into Has_Allergy values ( 1010, 'Eggs' ); +insert into Has_Allergy values ( 1010, 'Milk' ); +insert into Has_Allergy values ( 1010, 'Shellfish' ); +insert into Has_Allergy values ( 1010, 'Anchovies' ); +insert into Has_Allergy values ( 1010, 'Cat' ); +insert into Has_Allergy values ( 1010, 'Dog' ); +insert into Has_Allergy values ( 1011, 'Ragweed' ); +insert into Has_Allergy values ( 1012, 'Ragweed' ); +insert into Has_Allergy values ( 1013, 'Ragweed' ); +insert into Has_Allergy values ( 1014, 'Nuts' ); +insert into Has_Allergy values ( 1015, 'Nuts' ); +insert into Has_Allergy values ( 1015, 'Soy' ); +insert into Has_Allergy values ( 1016, 'Nuts' ); +insert into Has_Allergy values ( 1016, 'Milk' ); +insert into Has_Allergy values ( 1017, 'Tree Pollen' ); +insert into Has_Allergy values ( 1018, 'Nuts' ); +insert into Has_Allergy values ( 1018, 'Soy' ); +insert into Has_Allergy values ( 1019, 'Tree Pollen' ); +insert into Has_Allergy values ( 1020, 'Tree Pollen' ); +insert into Has_Allergy values ( 1021, 'Tree Pollen' ); +insert into Has_Allergy values ( 1022, 'Nuts' ); +insert into Has_Allergy values ( 1022, 'Anchovies' ); +insert into Has_Allergy values ( 1023, 'Rodent' ); +insert into Has_Allergy values ( 1023, 'Cat' ); +insert into Has_Allergy values ( 1023, 'Nuts' ); +insert into Has_Allergy values ( 1024, 'Ragweed' ); +insert into Has_Allergy values ( 1024, 'Tree Pollen' ); +insert into Has_Allergy values ( 1025, 'Tree Pollen' ); +insert into Has_Allergy values ( 1026, 'Grass Pollen' ); +insert into Has_Allergy values ( 1027, 'Tree Pollen' ); +insert into Has_Allergy values ( 1028, 'Tree Pollen' ); +insert into Has_Allergy values ( 1029, 'Soy' ); +insert into Has_Allergy values ( 1029, 'Nuts' ); +insert into Has_Allergy values ( 1029, 'Eggs' ); +insert into Has_Allergy values ( 1030, 'Grass Pollen' ); +insert into Has_Allergy values ( 1031, 'Nuts' ); +insert into Has_Allergy values ( 1031, 'Shellfish' ); +insert into Has_Allergy values ( 1031, 'Soy' ); + +insert into Allergy_Type values ( 'Eggs', 'food' ); +insert into Allergy_Type values ( 'Nuts', 'food' ); +insert into Allergy_Type values ( 'Milk', 'food' ); +insert into Allergy_Type values ( 'Shellfish', 'food' ); +insert into Allergy_Type values ( 'Anchovies', 'food' ); +insert into Allergy_Type values ( 'Wheat', 'food' ); +insert into Allergy_Type values ( 'Soy', 'food' ); +insert into Allergy_Type values ( 'Ragweed', 'environmental' ); +insert into Allergy_Type values ( 'Tree Pollen', 'environmental' ); +insert into Allergy_Type values ( 'Grass Pollen', 'environmental' ); +insert into Allergy_Type values ( 'Cat', 'animal' ); +insert into Allergy_Type values ( 'Dog', 'animal' ); +insert into Allergy_Type values ( 'Rodent', 'animal' ); +insert into Allergy_Type values ( 'Bee Stings', 'animal' ); diff --git a/database/architecture/architecture.sqlite b/database/architecture/architecture.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..d41fe90bd88bef947545e8887c00a892cd77ca36 Binary files /dev/null and b/database/architecture/architecture.sqlite differ diff --git a/database/architecture/schema.sql b/database/architecture/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a59677cd0a956d57ac3e5e1d9a41cabf268c775b --- /dev/null +++ b/database/architecture/schema.sql @@ -0,0 +1,65 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "architect" ( +"id" text, +"name" text, +"nationality" text, +"gender" text, +primary key("id") +); + +CREATE TABLE "bridge" ( +"architect_id" int, +"id" int, +"name" text, +"location" text, +"length_meters" real, +"length_feet" real, +primary key("id"), +foreign key ("architect_id" ) references `architect`("id") +); + +CREATE TABLE "mill" ( +"architect_id" int, +"id" int, +"location" text, +"name" text, +"type" text, +"built_year" int, +"notes" text, +primary key ("id"), +foreign key ("architect_id" ) references `architect`("id") +); + + +INSERT INTO "architect" VALUES (1, "Frank Lloyd Wright", "American", "male"); +INSERT INTO "architect" VALUES (2, "Frank Gehry", "Canadian", "male"); +INSERT INTO "architect" VALUES (3, "Zaha Hadid", "Iraqi, British", "female"); +INSERT INTO "architect" VALUES (4, "Mies Van Der Rohe", "German, American", "male"); +INSERT INTO "architect" VALUES (5, "Le Corbusier", "Swiss, French", "male"); + + +INSERT INTO "bridge" VALUES (1,"1","Xian Ren Qiao (Fairy Bridge)","Guangxi , China","121","400"); +INSERT INTO "bridge" VALUES (2,"2","Landscape Arch","Arches National Park , Utah , USA","88","290"); +INSERT INTO "bridge" VALUES (3,"3","Kolob Arch","Zion National Park , Utah , USA","87","287"); +INSERT INTO "bridge" VALUES (4,"4","Aloba Arch","Ennedi Plateau , Chad","76","250"); +INSERT INTO "bridge" VALUES (5,"5","Morning Glory Natural Bridge","Negro Bill Canyon , Utah , USA","74","243"); +INSERT INTO "bridge" VALUES (5,"6","Rainbow Bridge","Glen Canyon National Recreation Area , Utah , USA","71","234"); +INSERT INTO "bridge" VALUES (4,"7","Gaotun Natural Bridge","Guizhou , China","70","230"); +INSERT INTO "bridge" VALUES (3,"8","Sipapu Natural Bridge","Natural Bridges National Monument , Utah , USA","69","225"); +INSERT INTO "bridge" VALUES (2,"9","Stevens Arch","Escalante Canyon , Utah , USA","67","220"); +INSERT INTO "bridge" VALUES (1,"10","Shipton's Arch","Xinjiang , China","65","212"); +INSERT INTO "bridge" VALUES (1,"11","Jiangzhou Arch","Guangxi , China","65","212"); +INSERT INTO "bridge" VALUES (1,"12","Hazarchishma Natural Bridge","Bamiyan Province , Afghanistan","64.2","210.6"); +INSERT INTO "bridge" VALUES (2,"13","Outlaw Arch","Dinosaur National Monument , Colorado , USA","63","206"); +INSERT INTO "bridge" VALUES (2,"14","Snake Bridge","Sanostee , New Mexico , USA","62","204"); +INSERT INTO "bridge" VALUES (5,"15","Wrather Arch","Wrather Canyon , Arizona , USA","75","246"); + + +INSERT INTO "mill" VALUES (1,1,"Coswarem","Le Vieux Molen","Grondzeiler","1840","Molenechos (Dutch)"); +INSERT INTO "mill" VALUES (1,2,"Donceel","Moulin Bertrand","Grondzeiler","1890","Molenechos (Dutch)"); +INSERT INTO "mill" VALUES (2,3,"Fexhe-le-haut-Clocher","Moulin de Fexhe","Grondzeiler","1843","Molenechos (Dutch)"); +INSERT INTO "mill" VALUES (3,4,"Momalle","Moulin de Momalle","Bergmolen","1850","Molenechos (Dutch)"); +INSERT INTO "mill" VALUES (4,5,"Othée","Moulin du Château","Grondzeiler","1856","Molenechos (Dutch)"); +INSERT INTO "mill" VALUES (4,6,"Pousset","Moulin de Pousset","Grondzeiler","1819","Molenechos (Dutch)"); + diff --git a/database/baseball_1/baseball_1.sqlite b/database/baseball_1/baseball_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..566d239a779f8899ce86e73b60a950b94516fabd --- /dev/null +++ b/database/baseball_1/baseball_1.sqlite @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbeb49298ffc84465f7a27f3477fe73e05a2ced8d4c3c972d20d75c25820f29b +size 29794304 diff --git a/database/baseball_1/schema.sql b/database/baseball_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a2f6317bd5ef3b4e1b1999cc460d9184567ec6cb --- /dev/null +++ b/database/baseball_1/schema.sql @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e61f0638e45f4d9f869c377b56f99f988d58f2a64999637c93691ebf2eb3a2 +size 57608249 diff --git a/database/battle_death/battle_death.sqlite b/database/battle_death/battle_death.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..b7bb0daa4768cbd6e47c3ee7684e83907c0323be Binary files /dev/null and b/database/battle_death/battle_death.sqlite differ diff --git a/database/battle_death/schema.sql b/database/battle_death/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..71b3b57422cec3168f6c6c30e125c8872fefa1d6 --- /dev/null +++ b/database/battle_death/schema.sql @@ -0,0 +1,65 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE "battle" ( +"id" int, +"name" text, +"date" text, +"bulgarian_commander" text, +"latin_commander" text, +"result" text, +primary key("id") +); + +CREATE TABLE "ship" ( +"lost_in_battle" int, +"id" int, +"name" text, +"tonnage" text, +"ship_type" text, +"location" text, +"disposition_of_ship" text, +primary key("id"), +foreign key (`lost_in_battle`) references `battle`("id") +); + + +CREATE TABLE "death" ( +"caused_by_ship_id" int, +"id" int, +"note" text, +"killed" int, +"injured" int, +primary key("id"), +foreign key ("caused_by_ship_id") references `ship`("id") +); + +INSERT INTO "battle" VALUES (1,"Battle of Adrianople","14 April 1205","Kaloyan","Baldwin I","Bulgarian victory"); +INSERT INTO "battle" VALUES (2,"Battle of Serres","June 1205","Kaloyan","Unknown","Bulgarian victory"); +INSERT INTO "battle" VALUES (3,"Battle of Rusion","31 January 1206","Kaloyan","Thierry de Termond","Bulgarian victory"); +INSERT INTO "battle" VALUES (4,"Battle of Rodosto","February 1206","Kaloyan","Unknown","Bulgarian victory"); +INSERT INTO "battle" VALUES (5,"Battle of Messinopolis","4 September 1207","Unknown","Boniface of Montferrat","Bulgarian victory"); +INSERT INTO "battle" VALUES (6,"Battle of Boruy","June 1205","Boril","Henry I","Bulgarian victory"); +INSERT INTO "battle" VALUES (7,"Battle of Philippopolis","31 June 1208","Boril","Henry I","Latin victory"); +INSERT INTO "battle" VALUES (8,"Siege of Constantinople","1235","Ivan Asen II","John of Brienne","Two Year Truce"); + + +INSERT INTO "ship" VALUES (8, 1, "Lettice","t","Brig","English Channel","Captured"); +INSERT INTO "ship" VALUES (7, 2, "Bon Accord","t","Brig","English Channel","Captured"); +INSERT INTO "ship" VALUES (6, 3, "Mary","t","Brig","English Channel","Captured"); +INSERT INTO "ship" VALUES (5, 4, "HMS Avon","391","18-gun Brig","English Channel","Wrecked"); +INSERT INTO "ship" VALUES (5, 5, "Three Brothers","t","Brig","SW Approaches","Scuttled"); +INSERT INTO "ship" VALUES (4, 6, "Bacchus","t","Brig","English Channel","Sank"); +INSERT INTO "ship" VALUES (8, 7, "HMS Atalanta","225","8 gun Brig","Mid-Atlantic","Captured"); + +INSERT INTO "death" VALUES (1, "1","Dantewada, Chhattisgarh","8","0"); +INSERT INTO "death" VALUES (2, "2","Dantewada, Chhattisgarh","3","0"); +INSERT INTO "death" VALUES (3, "13","Erraboru, Chhattisgarh","25","0"); +INSERT INTO "death" VALUES (3, "3","East Champaran, Bihar","2","0"); +INSERT INTO "death" VALUES (4, "4","Gajapati, Odisha","3","0"); +INSERT INTO "death" VALUES (4, "5","Sundargarh, Odisha","0","9"); +INSERT INTO "death" VALUES (5, "6","Dantewada, Chhattisgarh","0","0"); +INSERT INTO "death" VALUES (5, "7","Dantewada, Chhattisgarh","4","5"); +INSERT INTO "death" VALUES (6, "8","Kanker, Chhattisgarh","0","0"); +INSERT INTO "death" VALUES (1, "9","Dantewada, Chhattisgarh","29","0"); +INSERT INTO "death" VALUES (3, "10","WestMidnapore, West Bengal","0","0"); +INSERT INTO "death" VALUES (2, "11","Bastar, Chattisgarh","0","0"); +INSERT INTO "death" VALUES (5, "12","Bokaro, Jharkhand","14","0"); diff --git a/database/behavior_monitoring/behavior_monitoring.sqlite b/database/behavior_monitoring/behavior_monitoring.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..c5604e0057cbe3525bee8f574b68da119f0ff3cd Binary files /dev/null and b/database/behavior_monitoring/behavior_monitoring.sqlite differ diff --git a/database/behavior_monitoring/schema.sql b/database/behavior_monitoring/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..f0de33d7567698b17d56cf3ccb0b9f490fd63c9b --- /dev/null +++ b/database/behavior_monitoring/schema.sql @@ -0,0 +1,258 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Ref_Address_Types` ( +`address_type_code` VARCHAR(15) PRIMARY KEY, +`address_type_description` VARCHAR(80) +); +CREATE TABLE `Ref_Detention_Type` ( +`detention_type_code` VARCHAR(10) PRIMARY KEY, +`detention_type_description` VARCHAR(80) +); +CREATE TABLE `Ref_Incident_Type` ( +`incident_type_code` VARCHAR(10) PRIMARY KEY, +`incident_type_description` VARCHAR(80) +); + +INSERT INTO Ref_Address_Types (`address_type_code`, `address_type_description`) VALUES ('BILL', 'Billing'); +INSERT INTO Ref_Address_Types (`address_type_code`, `address_type_description`) VALUES ('HOME', 'Home or Residence'); +INSERT INTO Ref_Detention_Type (`detention_type_code`, `detention_type_description`) VALUES ('BREAK ', 'During Break time'); +INSERT INTO Ref_Detention_Type (`detention_type_code`, `detention_type_description`) VALUES ('AFTER', 'After School'); +INSERT INTO Ref_Detention_Type (`detention_type_code`, `detention_type_description`) VALUES ('LUNCH', 'Lunch-time'); +INSERT INTO Ref_Incident_Type (`incident_type_code`, `incident_type_description`) VALUES ('NOISE', 'Noise'); +INSERT INTO Ref_Incident_Type (`incident_type_code`, `incident_type_description`) VALUES ('VIOLENCE', 'Violence'); +INSERT INTO Ref_Incident_Type (`incident_type_code`, `incident_type_description`) VALUES ('DISTURB', 'Disturbance'); + + + + +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`line_1` VARCHAR(120), +`line_2` VARCHAR(120), +`line_3` VARCHAR(120), +`city` VARCHAR(80), +`zip_postcode` VARCHAR(20), +`state_province_county` VARCHAR(50), +`country` VARCHAR(50), +`other_address_details` VARCHAR(255) +); + +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (1, '020 Orie Canyon', NULL, NULL, 'North Loyceville', '197', 'Hawaii', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (2, '1333 Boyle Lane', NULL, NULL, 'West Sean', '937', 'Illinois', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (3, '027 Kim Divide Apt. 492', NULL, NULL, 'Beierview', '918', 'Texas', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (4, '056 Murphy Stravenue Apt. 600', NULL, NULL, 'Elinoreport', '238', 'Wisconsin', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (5, '719 Pfannerstill Ridge Suite 663', NULL, NULL, 'Meganeland', '002', 'SouthDakota', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (6, '420 Zieme Oval', NULL, NULL, 'Corkeryborough', '744', 'Wisconsin', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (7, '27712 Marks Lake Apt. 752', NULL, NULL, 'Gleasonshire', '182', 'Maryland', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (8, '6960 O''Connell Dale Suite 622', NULL, NULL, 'New Annabellefort', '062', 'Kentucky', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (9, '18327 Jaime Terrace Suite 343', NULL, NULL, 'Edmundton', '520', 'Oregon', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (10, '3069 Garrison Squares', NULL, NULL, 'Lake Ahmadland', '748', 'Nevada', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (11, '668 Wilkinson Corners Apt. 992', NULL, NULL, 'North Jayceton', '612', 'Illinois', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (12, '11940 Pauline Shoals', NULL, NULL, 'West Lianafurt', '619', 'Arkansas', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (13, '39834 Anne Mission Apt. 956', NULL, NULL, 'North Orlobury', '663', 'Utah', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (14, '4115 Ebert Fall', NULL, NULL, 'North Fletcherside', '607', 'Arizona', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (15, '920 Brayan Harbors', NULL, NULL, 'Caitlynstad', '435', 'Montana', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (16, '014 Runte Haven Apt. 870', NULL, NULL, 'Tressamouth', '637', 'NewYork', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (17, '654 Fisher Roads', NULL, NULL, 'Hegmannborough', '397', 'Tennessee', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (18, '266 Kub Crossing', NULL, NULL, 'Hintzport', '865', 'Alabama', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (19, '51391 Dach Parkways Apt. 124', NULL, NULL, 'Unachester', '753', 'Wisconsin', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (20, '2451 Wiza Inlet', NULL, NULL, 'Larkinport', '545', 'NewYork', 'USA', NULL); + + +CREATE TABLE `Students` ( +`student_id` INTEGER PRIMARY KEY, +`address_id` INTEGER NOT NULL, +`first_name` VARCHAR(80), +`middle_name` VARCHAR(40), +`last_name` VARCHAR(40), +`cell_mobile_number` VARCHAR(40), +`email_address` VARCHAR(40), +`date_first_rental` DATETIME, +`date_left_university` DATETIME, +`other_student_details` VARCHAR(255), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ) +); + +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (1, 19, 'Emma', 'Frederic', 'Rohan', '235.899.9744', 'derrick.jenkins@example.com', '2017-12-05 15:20:04', '2018-03-03 03:33:05', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (2, 9, 'Louvenia', 'Fatima', 'Hansen', '1-247-673-8446', 'rohan.clarabelle@example.org', '2017-08-08 22:30:36', '2018-02-24 11:12:11', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (3, 10, 'Rhea', 'Gardner', 'Bergnaum', '1-751-162-9676x115', 'kkirlin@example.org', '2017-11-15 04:57:28', '2018-03-19 12:49:20', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (4, 8, 'David', 'Darlene', 'Gorczany', '1-895-196-9979', 'eolson@example.com', '2018-02-15 20:03:11', '2018-03-11 02:21:24', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (5, 8, 'Lucile', 'Stone', 'Gottlieb', '1-036-062-5465', 'dicki.kathryne@example.org', '2017-07-20 18:20:27', '2018-03-18 16:07:42', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (6, 12, 'Antonietta', 'Crystal', 'Fahey', '(874)070-9495', 'norwood.howell@example.org', '2017-10-31 12:33:09', '2018-03-20 22:01:07', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (7, 20, 'Rupert', 'Lincoln', 'Marks', '763.072.5520x5907', 'lisette.brekke@example.net', '2017-09-25 12:02:23', '2018-03-01 08:56:04', 'first honor'); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (8, 14, 'Julia', 'Arno', 'Balistreri', '319.497.4575x2214', 'jasmin.schuppe@example.com', '2018-02-23 02:28:07', '2018-03-01 16:03:55', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (9, 19, 'Christy', 'Devonte', 'Huels', '(568)451-0917x3945', 'dora.zboncak@example.org', '2018-01-11 19:49:39', '2018-03-15 01:47:11', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (10, 2, 'Adella', 'Chesley', 'Krajcik', '08605192839', 'frederique.mante@example.org', '2017-07-05 19:15:29', '2018-03-11 15:57:19', 'first honor'); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (11, 2, 'Isac', 'Cleta', 'Fadel', '+60(5)3280072514', 'qharvey@example.com', '2017-09-13 04:06:15', '2018-03-05 07:30:22', 'first honor'); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (12, 1, 'Ferne', 'Jerod', 'Weimann', '(921)011-7909x3518', 'mitchel55@example.net', '2017-05-24 05:00:18', '2018-02-28 12:33:53', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (13, 17, 'Misael', 'Justyn', 'Will', '(062)892-7033', 'gbeatty@example.com', '2017-10-15 06:52:46', '2018-03-18 07:01:27', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (14, 9, 'Fanny', 'Ashlee', 'Haley', '(820)260-5721', 'foster.zemlak@example.com', '2018-03-14 11:37:10', '2018-03-12 15:05:53', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (15, 15, 'Eugene', 'Mustafa', 'Tremblay', '1-498-138-8088', 'kertzmann.devon@example.net', '2018-03-11 22:42:47', '2018-03-07 11:41:26', 'first honor'); + + +CREATE TABLE `Teachers` ( +`teacher_id` INTEGER PRIMARY KEY, +`address_id` INTEGER NOT NULL, +`first_name` VARCHAR(80), +`middle_name` VARCHAR(80), +`last_name` VARCHAR(80), +`gender` VARCHAR(1), +`cell_mobile_number` VARCHAR(40), +`email_address` VARCHAR(40), +`other_details` VARCHAR(255), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ) +); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (1, 15, 'Lyla', 'Wilson', 'Medhurst', '1', '792.333.7714', 'ohammes@example.com', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (2, 7, 'Sid', 'Tremayne', 'Brakus', '1', '202.626.1698x9242', 'deborah37@example.com', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (3, 8, 'Trystan', 'Alexane', 'Schuster', '1', '583-467-0403x647', 'hilll.kitty@example.com', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (4, 7, 'Donnie', 'Morgan', 'Kuhic', '1', '07928511102', 'destany.reichert@example.net', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (5, 15, 'Aniya', 'Ian', 'Becker', '1', '599.373.0773x67706', 'hahn.isom@example.com', 'Dean'); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (6, 16, 'Citlalli', 'Ahmad', 'Kuhic', '1', '017.636.7409', 'kozey.adeline@example.org', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (7, 3, 'Alvis', 'Macey', 'Schultz', '1', '944-154-5379x4990', 'everardo.lynch@example.net', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (8, 13, 'Cecilia', 'Mitchel', 'Ward', '0', '809.852.7009', 'paula.abbott@example.org', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (9, 2, 'Woodrow', 'Lilla', 'Goldner', '1', '084-270-4880', 'ierdman@example.com', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (10, 8, 'Gregory', 'Ardith', 'Heller', '0', '908-759-1808x63115', 'valentina.yost@example.com', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (11, 12, 'Edmond', 'Kailyn', 'Lang', '0', '(659)018-0143x379', 'lila58@example.com', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (12, 10, 'Camren', 'Kendall', 'Moore', '1', '(381)799-4759x169', 'randy.gerhold@example.org', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (13, 19, 'Stephanie', 'Tamara', 'Price', '0', '952.821.3392', 'kiana.lang@example.net', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (14, 14, 'Evelyn', 'Keanu', 'Hansen', '0', '1-787-044-8336x606', 'maribel21@example.org', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (15, 10, 'Hobart', 'Michel', 'Bergnaum', '1', '796-453-5175x64012', 'willms.lane@example.com', NULL); + + +CREATE TABLE `Assessment_Notes` ( +`notes_id` INTEGER NOT NULL , +`student_id` INTEGER, +`teacher_id` INTEGER NOT NULL, +`date_of_notes` DATETIME, +`text_of_notes` VARCHAR(255), +`other_details` VARCHAR(255), +FOREIGN KEY (`student_id` ) REFERENCES `Students`(`student_id` ), +FOREIGN KEY (`teacher_id` ) REFERENCES `Teachers`(`teacher_id` ) +); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (1, 7, 3, '1978-04-15 04:49:18', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (2, 11, 10, '2005-06-30 02:48:35', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (3, 15, 3, '1988-06-09 00:24:01', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (4, 12, 9, '1991-08-15 01:22:08', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (5, 4, 10, '1971-05-05 20:07:08', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (6, 12, 6, '2014-01-31 02:05:02', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (7, 12, 7, '1984-12-13 23:04:28', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (8, 7, 14, '1988-04-11 04:56:26', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (9, 14, 15, '1972-04-27 04:51:51', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (10, 13, 6, '2017-12-14 08:21:54', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (11, 3, 14, '1993-08-16 17:39:53', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (12, 1, 1, '1991-08-20 08:03:23', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (13, 13, 3, '2014-04-28 02:07:53', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (14, 14, 15, '1974-11-26 04:23:22', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (15, 1, 9, '1984-09-10 01:18:34', NULL, NULL); + + +CREATE TABLE `Behavior_Incident` ( +`incident_id` INTEGER PRIMARY KEY, +`incident_type_code` VARCHAR(10) NOT NULL, +`student_id` INTEGER NOT NULL, +`date_incident_start` DATETIME, +`date_incident_end` DATETIME, +`incident_summary` VARCHAR(255), +`recommendations` VARCHAR(255), +`other_details` VARCHAR(255), +FOREIGN KEY (`incident_type_code` ) REFERENCES `Ref_Incident_Type`(`incident_type_code` ), +FOREIGN KEY (`student_id` ) REFERENCES `Students`(`student_id` ) +); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (1, 'NOISE', 6, '2017-07-09 10:04:13', '2018-03-08 14:08:54', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (2, 'DISTURB', 13, '2018-01-31 10:51:13', '2018-03-18 18:40:05', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (3, 'VIOLENCE', 1, '2017-10-10 22:43:54', '2018-03-22 02:10:35', NULL, 'Transfer schools', NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (4, 'VIOLENCE', 10, '2017-07-20 17:43:50', '2018-03-09 06:28:44', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (5, 'NOISE', 7, '2017-08-13 22:15:05', '2018-02-25 05:38:58', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (6, 'VIOLENCE', 8, '2017-06-09 18:32:28', '2018-03-20 10:32:10', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (7, 'VIOLENCE', 4, '2017-04-23 07:03:17', '2018-03-19 02:35:39', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (8, 'DISTURB', 1, '2017-05-02 12:52:09', '2018-03-18 01:23:29', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (9, 'NOISE', 11, '2017-06-19 14:25:54', '2018-03-08 09:36:36', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (10, 'NOISE', 1, '2018-01-27 09:24:45', '2018-03-13 05:18:05', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (11, 'VIOLENCE', 9, '2018-03-06 21:03:58', '2018-03-06 14:44:37', NULL, 'Transfer schools', NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (12, 'DISTURB', 7, '2017-08-27 03:21:30', '2018-03-02 16:06:34', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (13, 'VIOLENCE', 5, '2017-05-25 15:02:53', '2018-03-10 21:12:22', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (14, 'NOISE', 1, '2017-08-29 20:48:56', '2018-03-16 14:37:20', NULL, 'Transfer schools', NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (15, 'NOISE', 15, '2018-02-05 13:13:45', '2018-03-08 09:00:48', NULL, NULL, NULL); + + +CREATE TABLE `Detention` ( +`detention_id` INTEGER PRIMARY KEY, +`detention_type_code` VARCHAR(10) NOT NULL, +`teacher_id` INTEGER, +`datetime_detention_start` DATETIME, +`datetime_detention_end` DATETIME, +`detention_summary` VARCHAR(255), +`other_details` VARCHAR(255), +FOREIGN KEY (`detention_type_code` ) REFERENCES `Ref_Detention_Type`(`detention_type_code` ), +FOREIGN KEY (`teacher_id` ) REFERENCES `Teachers`(`teacher_id` ) +); + +CREATE TABLE `Student_Addresses` ( +`student_id` INTEGER NOT NULL, +`address_id` INTEGER NOT NULL, +`date_address_from` DATETIME NOT NULL, +`date_address_to` DATETIME, +`monthly_rental` DECIMAL(19,4), +`other_details` VARCHAR(255), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ), +FOREIGN KEY (`student_id` ) REFERENCES `Students`(`student_id` ) +); + +CREATE TABLE `Students_in_Detention` ( +`student_id` INTEGER NOT NULL, +`detention_id` INTEGER NOT NULL, +`incident_id` INTEGER NOT NULL, +FOREIGN KEY (`incident_id` ) REFERENCES `Behavior_Incident`(`incident_id` ), +FOREIGN KEY (`detention_id` ) REFERENCES `Detention`(`detention_id` ), +FOREIGN KEY (`student_id` ) REFERENCES `Students`(`student_id` ) +); + +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (1, 'AFTER', 7, '2017-09-05 00:38:25', '2018-03-08 02:08:32', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (2, 'AFTER', 14, '2018-01-10 08:09:02', '2018-03-07 04:24:48', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (3, 'BREAK ', 11, '2017-12-14 06:40:29', '2018-03-08 09:16:38', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (4, 'AFTER', 8, '2017-06-09 06:13:09', '2018-03-21 19:34:56', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (5, 'BREAK ', 3, '2017-08-25 12:00:46', '2018-03-11 13:21:07', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (6, 'BREAK ', 12, '2017-10-20 22:34:44', '2018-03-11 12:58:40', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (7, 'BREAK ', 15, '2018-02-19 11:44:52', '2018-03-17 12:35:41', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (8, 'BREAK ', 5, '2017-11-26 15:05:05', '2018-03-16 01:37:25', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (9, 'LUNCH', 15, '2017-10-30 16:04:00', '2018-03-22 20:15:47', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (10, 'AFTER', 15, '2018-01-29 20:43:45', '2018-03-05 03:31:24', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (11, 'AFTER', 8, '2017-10-03 18:44:31', '2018-03-03 14:58:43', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (12, 'LUNCH', 3, '2018-01-20 19:06:56', '2018-02-25 07:20:30', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (13, 'BREAK ', 10, '2017-08-02 07:46:39', '2018-03-10 14:58:31', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (14, 'AFTER', 12, '2017-12-18 13:47:51', '2018-03-04 20:52:51', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (15, 'LUNCH', 11, '2017-08-21 06:41:29', '2018-03-13 20:37:39', NULL, NULL); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (6, 12, '2017-10-16 13:56:34', '2018-03-15 10:37:19', '826.4319', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (3, 18, '2017-06-19 12:39:39', '2018-03-02 00:19:57', '1113.0996', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (8, 1, '2017-10-31 12:40:34', '2018-02-25 05:21:34', '1297.3186', 'apartment'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (7, 3, '2017-04-28 06:27:14', '2018-03-23 09:52:56', '894.0958', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (13, 16, '2018-03-23 08:25:36', '2018-03-12 17:21:24', '1297.8070', 'apartment'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (11, 12, '2018-02-18 06:58:49', '2018-02-27 04:45:57', '747.5312', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (4, 1, '2017-06-22 12:20:52', '2018-03-04 17:04:35', '756.6745', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (2, 8, '2017-07-21 10:13:10', '2018-03-20 09:02:48', '1287.5604', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (7, 13, '2018-01-13 22:56:06', '2018-03-22 17:56:20', '1067.8383', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (4, 2, '2017-09-10 19:41:10', '2018-03-04 06:51:19', '1132.7420', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (8, 16, '2018-01-12 13:23:23', '2018-03-04 06:05:45', '683.0735', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (5, 13, '2017-03-29 18:22:55', '2018-03-14 09:12:05', '1036.8462', 'apartment'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (2, 3, '2017-08-12 18:28:31', '2018-03-06 21:41:20', '800.1214', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (2, 8, '2017-04-18 05:36:44', '2018-03-07 04:29:28', '865.2615', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (9, 9, '2018-02-04 02:28:04', '2018-03-12 02:57:48', '679.2988', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (13, 19, '2017-08-17 11:51:00', '2018-03-04 13:24:28', '644.9306', 'apartment'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (15, 1, '2018-03-05 19:28:26', '2018-03-15 04:44:58', '1032.8717', 'apartment'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (12, 10, '2017-09-23 05:16:17', '2018-03-05 21:12:37', '1032.9782', 'apartment'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (1, 5, '2017-11-12 04:24:02', '2018-03-14 17:00:44', '1007.2597', 'apartment'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (10, 18, '2017-10-09 17:31:44', '2018-03-18 03:28:47', '620.2801', 'house'); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (3, 15, 1); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (8, 13, 3); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (11, 6, 11); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (12, 12, 1); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (14, 15, 13); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (7, 7, 8); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (13, 9, 12); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (10, 14, 8); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (12, 2, 13); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (12, 12, 1); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (9, 15, 15); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (10, 7, 12); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (13, 3, 3); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (8, 15, 14); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (8, 14, 14); diff --git a/database/browser_web/browser_web.sqlite b/database/browser_web/browser_web.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..cabd9d6e7a3e897488c3e87f16a74e862be618c5 Binary files /dev/null and b/database/browser_web/browser_web.sqlite differ diff --git a/database/browser_web/schema.sql b/database/browser_web/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..06dd32f1f041c0501ef2df785317206a2cd329fd --- /dev/null +++ b/database/browser_web/schema.sql @@ -0,0 +1,58 @@ +PRAGMA foreign_keys=OFF; +BEGIN TRANSACTION; +CREATE TABLE IF NOT EXISTS "Web_client_accelerator" ( +"id" int, +"name" text, +"Operating_system" text, +"Client" text, +"Connection" text, +primary key("id") +); +INSERT INTO Web_client_accelerator VALUES(1,'CACHEbox','Appliance (Linux)','End user, ISP','Broadband, Satellite, Wireless, Fiber, DSL'); +INSERT INTO Web_client_accelerator VALUES(2,'CProxy','Windows','user','up to 756kbit/s'); +INSERT INTO Web_client_accelerator VALUES(3,'Fasterfox','Windows, Mac, Linux and Mobile devices','user','Dialup, Wireless, Broadband, DSL'); +INSERT INTO Web_client_accelerator VALUES(4,'fasTun','Any','All','Any'); +INSERT INTO Web_client_accelerator VALUES(5,'Freewire','Windows, except NT and 95','ISP','Dial-up'); +INSERT INTO Web_client_accelerator VALUES(6,'Google Web Accelerator (discontinued)','Windows','user/Google server','Broadband'); +INSERT INTO Web_client_accelerator VALUES(7,'Heigh Speed','Windows','All','Any'); +INSERT INTO Web_client_accelerator VALUES(8,'Netfury','Windows, Mac','End User, ISP','Dial-up, Broadband, DSL, ISDN, Satellite, Wireless'); +INSERT INTO Web_client_accelerator VALUES(9,'Nitro','Windows, Mac','End User, ISP','Dial-up, Broadband, DSL, ISDN, Satellite, Wireless'); +INSERT INTO Web_client_accelerator VALUES(10,'ONSPEED','Windows, Mac and Mobile devices','user','Dialup, Wireless, Broadband, DSL'); +INSERT INTO Web_client_accelerator VALUES(11,'Opera Turbo','Android, Linux, Mac and Windows devices','user/Opera server','Any'); +INSERT INTO Web_client_accelerator VALUES(12,'Polipo','Unix (Linux, *BSD, Mac OS X, others), Windows','user/ISP','Any'); +INSERT INTO Web_client_accelerator VALUES(13,'Propel','Windows, Mac','End User, ISP','Dial, DSL, ISDN, Satellite, wireless'); +INSERT INTO Web_client_accelerator VALUES(14,'Proxyconn Web Accelerator','Windows, Mac, Mobile devices','user','Dialup, Wireless, Broadband, DSL'); +INSERT INTO Web_client_accelerator VALUES(15,'RabbIT','Any system with Java 1.6 VM available','ISP','Any'); +INSERT INTO Web_client_accelerator VALUES(16,'Squid','Unix (Linux, *BSD, Mac OS X, others), Windows','user/ISP','Any'); +INSERT INTO Web_client_accelerator VALUES(17,'Toonel','Windows, Linux, Mac OS, Symbian, WindowsMobile','user/ISP','Any'); +INSERT INTO Web_client_accelerator VALUES(18,'WinGate','Windows (2000 onwards)','All','Any'); +INSERT INTO Web_client_accelerator VALUES(19,'Ziproxy','Unix (Linux, *BSD, Mac OS X, others)','ISP','Any'); +CREATE TABLE IF NOT EXISTS "browser" ( +"id" int, +"name" text, +"market_share" real, +primary key("id") +); +INSERT INTO browser VALUES(1,'Internet Explorer',28.960000000000000852); +INSERT INTO browser VALUES(2,'Firefox',18.109999999999999431); +INSERT INTO browser VALUES(3,'Safari',8.5399999999999991473); +INSERT INTO browser VALUES(4,'Opera',1.1999999999999999555); +CREATE TABLE IF NOT EXISTS "accelerator_compatible_browser" ( +"accelerator_id" int, +"browser_id" int, +"compatible_since_year" int, +primary key("accelerator_id", "browser_id"), +foreign key ("accelerator_id") references `Web_client_accelerator`("id"), +foreign key ("browser_id") references `browser`("id") +); +INSERT INTO accelerator_compatible_browser VALUES(1,1,1995); +INSERT INTO accelerator_compatible_browser VALUES(1,2,1996); +INSERT INTO accelerator_compatible_browser VALUES(2,3,1996); +INSERT INTO accelerator_compatible_browser VALUES(2,4,2000); +INSERT INTO accelerator_compatible_browser VALUES(3,1,2005); +INSERT INTO accelerator_compatible_browser VALUES(3,2,2007); +INSERT INTO accelerator_compatible_browser VALUES(3,3,2008); +INSERT INTO accelerator_compatible_browser VALUES(4,4,2009); +INSERT INTO accelerator_compatible_browser VALUES(9,1,2010); +COMMIT; + diff --git a/database/candidate_poll/candidate_poll.sqlite b/database/candidate_poll/candidate_poll.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..457eb2b8e08bca4f203f6595b6c7c4761172c269 Binary files /dev/null and b/database/candidate_poll/candidate_poll.sqlite differ diff --git a/database/candidate_poll/schema.sql b/database/candidate_poll/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..8395c0a0e7a8a7c40211cbe5694ea497c782889c --- /dev/null +++ b/database/candidate_poll/schema.sql @@ -0,0 +1,42 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "candidate" ( +"Candidate_ID" int, +"People_ID" int, +"Poll_Source" text, +"Date" text, +"Support_rate" real, +"Consider_rate" real, +"Oppose_rate" real, +"Unsure_rate" real, +PRIMARY KEY ("Candidate_ID"), +FOREIGN KEY ("People_ID") REFERENCES "people"("People_ID") +); + +CREATE TABLE "people" ( +"People_ID" int, +"Sex" text, +"Name" text, +"Date_of_Birth" text, +"Height" real, +"Weight" real, +PRIMARY KEY ("People_ID") +); + +INSERT INTO "people" VALUES (1,"M","Hubert Henno","06.10.1976","188","83"); +INSERT INTO "people" VALUES (2,"M","Dominique Daquin","10.11.1972","197","85"); +INSERT INTO "people" VALUES (3,"F","Stéphane Antiga","03.02.1976","200","94"); +INSERT INTO "people" VALUES (4,"M","Laurent Capet","05.05.1972","202","92"); +INSERT INTO "people" VALUES (5,"F","Frantz Granvorka","10.03.1976","195","90"); +INSERT INTO "people" VALUES (6,"M","Vincent Montméat","01.09.1977","196","88"); +INSERT INTO "people" VALUES (7,"M","Loïc De Kergret","20.08.1970","193","89"); +INSERT INTO "people" VALUES (8,"M","Philippe Barça-Cysique","22.04.1977","194","88"); +INSERT INTO "people" VALUES (9,"M","Guillaume Samica","28.09.1981","196","82"); + +INSERT INTO "candidate" VALUES (1,1,"WNBC/Marist Poll","Feb 12–15, 2007","0.25","0.30","0.43","0.2"); +INSERT INTO "candidate" VALUES (2,3,"WNBC/Marist Poll","Feb 12–15, 2007","0.17","0.42","0.32","0.9"); +INSERT INTO "candidate" VALUES (3,4,"FOX News/Opinion Dynamics Poll","Feb 13–14, 2007","0.18","0.34","0.44","0.3"); +INSERT INTO "candidate" VALUES (4,6,"Newsweek Poll","Nov 9–10, 2006","0.33","0.20","0.45","0.2"); +INSERT INTO "candidate" VALUES (5,7,"Newsweek Poll","Nov 9–10, 2006","0.24","0.30","0.32","0.4"); +INSERT INTO "candidate" VALUES (6,9,"Newsweek Poll","Nov 9–10, 2006","0.24","0.27","0.43","0.2"); + diff --git a/database/chinook_1/annotation.json b/database/chinook_1/annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..0ec79e0fd411208df6b008d159efec071478d00f --- /dev/null +++ b/database/chinook_1/annotation.json @@ -0,0 +1,5 @@ +{ + "label_id": null, + "data": [], + "review_id": null +} \ No newline at end of file diff --git a/database/chinook_1/chinook_1.sqlite b/database/chinook_1/chinook_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..f54cf649badec1535e84409e5e626ee90ed0c6b1 Binary files /dev/null and b/database/chinook_1/chinook_1.sqlite differ diff --git a/database/cinema/cinema.sqlite b/database/cinema/cinema.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..ca06db836453352eff5b01a24da69e49dab05ea9 Binary files /dev/null and b/database/cinema/cinema.sqlite differ diff --git a/database/cinema/schema.sql b/database/cinema/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..29c5a76d9dc26b3b87371d46533c49f790424cb4 --- /dev/null +++ b/database/cinema/schema.sql @@ -0,0 +1,60 @@ + +PRAGMA foreign_keys = ON; + + +CREATE TABLE "film" ( +"Film_ID" int, +"Rank_in_series" int, +"Number_in_season" int, +"Title" text, +"Directed_by" text, +"Original_air_date" text, +"Production_code" text, +PRIMARY KEY ("Film_ID") +); + +CREATE TABLE "cinema" ( +"Cinema_ID" int, +"Name" text, +"Openning_year" int, +"Capacity" int, +"Location" text, +PRIMARY KEY ("Cinema_ID")); + +INSERT INTO "film" VALUES (1,"26","1","The Case of the Mystery Weekend","Bill Schreiner","September 21–25, 1992","50021–50025"); +INSERT INTO "film" VALUES (2,"27","2","The Case of the Smart Dummy","Bill Schreiner","September 28–October 2, 1992","50231–50235"); +INSERT INTO "film" VALUES (3,"28","3","The Case: Off the Record","Bill Schreiner","October 5–9, 1992","50011–50015"); +INSERT INTO "film" VALUES (4,"29","4","The Case of the Bermuda Triangle","Jesus Salvador Treviño","October 12–16, 1992","50251–50255"); +INSERT INTO "film" VALUES (5,"30","5","The Case of the Piggy Banker","Bill Schreiner","October 19–23, 1992","50241–50245"); + +INSERT INTO "cinema" VALUES (1,"Codling","2010","1100","County Wicklow"); +INSERT INTO "cinema" VALUES (2,"Carrowleagh","2012","368","County Cork"); +INSERT INTO "cinema" VALUES (3,"Dublin Array","2015","364","County Dublin"); +INSERT INTO "cinema" VALUES (4,"Glenmore","2009","305","County Clare"); +INSERT INTO "cinema" VALUES (5,"Glenough","2010","325","County Tipperary"); +INSERT INTO "cinema" VALUES (6,"Gortahile","2010","208","County Laois"); +INSERT INTO "cinema" VALUES (7,"Grouse Lodge","2011","203","County Tipperary"); +INSERT INTO "cinema" VALUES (8,"Moneypoint","2011","225","County Clare"); +INSERT INTO "cinema" VALUES (9,"Mount Callan","2011","908","County Clare"); +INSERT INTO "cinema" VALUES (10,"Oriel","2013","330","County Louth"); + +CREATE TABLE "schedule" ( +"Cinema_ID" int, +"Film_ID" int, +"Date" text, +"Show_times_per_day" int, +"Price" float, +PRIMARY KEY ("Cinema_ID","Film_ID"), +FOREIGN KEY (`Film_ID`) REFERENCES `film`(`Film_ID`), +FOREIGN KEY (`Cinema_ID`) REFERENCES `cinema`(`Cinema_ID`) +); + + +INSERT INTO "schedule" VALUES (1,1,"21 May",5,12.99); +INSERT INTO "schedule" VALUES (1,2,"21 May",3,12.99); +INSERT INTO "schedule" VALUES (1,3,"21 Jun",2,8.99); +INSERT INTO "schedule" VALUES (2,1,"11 July",5,9.99); +INSERT INTO "schedule" VALUES (6,5,"2 Aug",4,12.99); +INSERT INTO "schedule" VALUES (9,4,"20 May",5,9.99); +INSERT INTO "schedule" VALUES (10,1,"19 May",5,15.99); + diff --git a/database/city_record/city_record.sqlite b/database/city_record/city_record.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..ee18b99d42aecf224580b7649c59ca89e5993497 Binary files /dev/null and b/database/city_record/city_record.sqlite differ diff --git a/database/city_record/schema.sql b/database/city_record/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..ef467c36037d59326bf0997c66b168ff28e53458 --- /dev/null +++ b/database/city_record/schema.sql @@ -0,0 +1,88 @@ +PRAGMA foreign_keys = ON; + + +CREATE TABLE "city" ( +"City_ID" int, +"City" text, +"Hanzi" text, +"Hanyu_Pinyin" text, +"Regional_Population" int, +"GDP" real, +PRIMARY KEY ("City_ID") +); + +CREATE TABLE "match" ( +"Match_ID" int, +"Date" text, +"Venue" text, +"Score" text, +"Result" text, +"Competition" text, +PRIMARY KEY ("Match_ID") +); + + + +CREATE TABLE "temperature" ( +"City_ID" int, +"Jan" real, +"Feb" real, +"Mar" real, +"Apr" real, +"Jun" real, +"Jul" real, +"Aug" real, +"Sep" real, +"Oct" real, +"Nov" real, +"Dec" real, +PRIMARY KEY ("City_ID"), +FOREIGN KEY (`City_ID`) REFERENCES `city`(`City_ID`) +); + +INSERT INTO "city" VALUES (1,"Shanghai","上海","Shànghǎi","23019148","1919.57"); +INSERT INTO "city" VALUES (2,"Nanjing ( Jiangsu )","南京","Nánjīng","8004680","614.55"); +INSERT INTO "city" VALUES (3,"Hangzhou ( Zhejiang )","杭州","Hángzhōu","8700400","701.18"); +INSERT INTO "city" VALUES (4,"Suzhou ( Jiangsu )","苏州/ 蘇州","Sūzhōu","10465994","1071.70"); +INSERT INTO "city" VALUES (5,"Ningbo ( Zhejiang )","宁波/ 寧波","Níngbō","7605689","601.05"); +INSERT INTO "city" VALUES (6,"Wuxi ( Jiangsu )","无锡/ 無錫","Wúxī","6372624","688.02"); +INSERT INTO "city" VALUES (7,"Nantong ( Jiangsu )","南通","Nántōng","7282835","408.02"); +INSERT INTO "city" VALUES (8,"Shaoxing ( Zhejiang )","绍兴/ 紹興","Shàoxīng","4912200","329.12"); +INSERT INTO "city" VALUES (9,"Changzhou ( Jiangsu )","常州","Chángzhōu","4591972","358.04"); +INSERT INTO "city" VALUES (10,"Jinhua ( Zhejiang )","金华/ 金華","Jīnhuá","4614100","244.77"); +INSERT INTO "city" VALUES (11,"Jiaxing ( Zhejiang )","嘉兴/ 嘉興","Jiāxīng","4501700","266.81"); +INSERT INTO "city" VALUES (12,"Taizhou ( Zhejiang )","台州","Tāizhōu","5968800","279.49"); +INSERT INTO "city" VALUES (13,"Yangzhou ( Jiangsu )","扬州/ 揚州","Yángzhōu","4459760","263.03"); + +INSERT INTO "temperature" VALUES (1,17.8,17.8,18.3,18.9,20.0,20.6,20.6,20.6,20.0,19.4,18.3); +INSERT INTO "temperature" VALUES (2,26.1,26.1,26.1,26.1,27.8,27.8,28.3,28.3,28.3,27.2,26.7); +INSERT INTO "temperature" VALUES (3,18.9,18.3,19.4,20.0,22.2,23.3,23.9,23.3,22.8,21.7,20.0); +INSERT INTO "temperature" VALUES (4,26.7,27.2,27.8,28.3,30.6,31.1,31.7,31.7,30.6,28.9,27.8); +INSERT INTO "temperature" VALUES (6,17.2,17.2,18.3,18.9,20.6,21.7,21.7,21.1,20.6,20.0,18.3); +INSERT INTO "temperature" VALUES (10,26.7,27.2,27.8,27.8,30.0,30.6,31.1,31.1,30.6,28.9,27.8); +INSERT INTO "temperature" VALUES (7,18.3,18.9,19.4,20.6,22.8,23.3,23.3,23.3,22.8,21.7,20.0); +INSERT INTO "temperature" VALUES (11,25.6,26.6,26.6,26.1,28.3,28.9,29.4,29.4,28.9,27.2,26.1); + +INSERT INTO "match" VALUES (1,"18 February 1992","Estadio Cuscatlán , San Salvador , El Salvador","1-0","2-0","Friendly match"); +INSERT INTO "match" VALUES (2,"19 July 1992","Estadio Rigoberto López , Managua , Nicaragua","3-0","5-0","1994 FIFA World Cup qualification"); +INSERT INTO "match" VALUES (3,"23 July 1992","Estadio Cuscatlán , San Salvador , El Salvador","1-0","5-1","1994 FIFA World Cup qualification"); +INSERT INTO "match" VALUES (4,"23 July 1992","Estadio Cuscatlán , San Salvador , El Salvador","3-0","5-1","1994 FIFA World Cup qualification"); +INSERT INTO "match" VALUES (5,"4 April 1993","Estadio Cuscatlán , San Salvador , El Salvador","1–0","2–1","1994 FIFA World Cup qualification"); +INSERT INTO "match" VALUES (6,"23 July 2000","Estadio Cuscatlán , San Salvador , El Salvador","2–1","7–1","2002 FIFA World Cup qualification"); + + +CREATE TABLE "hosting_city" ( + "Year" int, + "Match_ID" int, + "Host_City" text, + PRIMARY KEY ("Year"), + FOREIGN KEY (`Host_City`) REFERENCES `city`(`City_ID`), + FOREIGN KEY (`Match_ID`) REFERENCES `match`(`Match_ID`) +); + +INSERT INTO "hosting_city" VALUES ("2008",1,1); +INSERT INTO "hosting_city" VALUES ("2009",2,2); +INSERT INTO "hosting_city" VALUES ("2010",3,2); +INSERT INTO "hosting_city" VALUES ("2011",4,6); +INSERT INTO "hosting_city" VALUES ("2012",5,12); +INSERT INTO "hosting_city" VALUES ("2013",6,11); diff --git a/database/club_1/club_1.sqlite b/database/club_1/club_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..8f86df601e058bf85614268dcae0ed5f5ed4aee7 Binary files /dev/null and b/database/club_1/club_1.sqlite differ diff --git a/database/club_1/schema.sql b/database/club_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..66d77019cb23e2f692c957684d1bb7e0784c9293 --- /dev/null +++ b/database/club_1/schema.sql @@ -0,0 +1,73 @@ +create table Student ( + StuID INTEGER PRIMARY KEY, + LName VARCHAR(12), + Fname VARCHAR(12), + Age INTEGER, + Sex VARCHAR(1), + Major INTEGER, + Advisor INTEGER, + city_code VARCHAR(3) + ); + + +create table Club ( + ClubID INTEGER PRIMARY KEY, + ClubName VARCHAR(40), + ClubDesc VARCHAR(1024), + ClubLocation VARCHAR(40) +); + +create table Member_of_club ( + StuID INTEGER, + ClubID INTEGER, + Position VARCHAR(40), + FOREIGN KEY(StuID) REFERENCES Student(StuID), + FOREIGN KEY(ClubID) REFERENCES Club(ClubID) +); + + +insert into Student values ( 1001, 'Smith', 'Linda', 18, 'F', 600, 1121,'BAL'); + insert into Student values ( 1002, 'Kim', 'Tracy', 19, 'F', 600, 7712,'HKG'); + insert into Student values ( 1003, 'Jones', 'Shiela', 21, 'F', 600, 7792,'WAS'); + insert into Student values ( 1004, 'Kumar', 'Dinesh', 20, 'M', 600, 8423,'CHI'); + insert into Student values ( 1005, 'Gompers', 'Paul', 26, 'M', 600, 1121,'YYZ'); + insert into Student values ( 1006, 'Schultz', 'Andy', 18, 'M', 600, 1148,'BAL'); + insert into Student values ( 1007, 'Apap', 'Lisa', 18, 'F', 600, 8918,'PIT'); + insert into Student values ( 1008, 'Nelson', 'Jandy', 20, 'F', 600, 9172,'BAL'); + insert into Student values ( 1009, 'Tai', 'Eric', 19, 'M', 600, 2192,'YYZ'); + insert into Student values ( 1010, 'Lee', 'Derek', 17, 'M', 600, 2192,'HOU'); + insert into Student values ( 1011, 'Adams', 'David', 22, 'M', 600, 1148,'PHL'); + insert into Student values ( 1012, 'Davis', 'Steven', 20, 'M', 600, 7723,'PIT'); + insert into Student values ( 1014, 'Norris', 'Charles', 18, 'M', 600, 8741, 'DAL'); + insert into Student values ( 1015, 'Lee', 'Susan', 16, 'F', 600, 8721,'HKG'); + insert into Student values ( 1016, 'Schwartz', 'Mark', 17, 'M', 600, 2192,'DET'); + insert into Student values ( 1017, 'Wilson', 'Bruce', 27, 'M', 600, 1148,'LON'); + insert into Student values ( 1018, 'Leighton', 'Michael', 20, 'M', 600, 1121, 'PIT'); + insert into Student values ( 1019, 'Pang', 'Arthur', 18, 'M', 600, 2192,'WAS'); + insert into Student values ( 1020, 'Thornton', 'Ian', 22, 'M', 520, 7271,'NYC'); + insert into Student values ( 1021, 'Andreou', 'George', 19, 'M', 520, 8722, 'NYC'); + insert into Student values ( 1022, 'Woods', 'Michael', 17, 'M', 540, 8722,'PHL'); + insert into Student values ( 1023, 'Shieber', 'David', 20, 'M', 520, 8722,'NYC'); + insert into Student values ( 1024, 'Prater', 'Stacy', 18, 'F', 540, 7271,'BAL'); + insert into Student values ( 1025, 'Goldman', 'Mark', 18, 'M', 520, 7134,'PIT'); + insert into Student values ( 1026, 'Pang', 'Eric', 19, 'M', 520, 7134,'HKG'); + insert into Student values ( 1027, 'Brody', 'Paul', 18, 'M', 520, 8723,'LOS'); + insert into Student values ( 1028, 'Rugh', 'Eric', 20, 'M', 550, 2311,'ROC'); + insert into Student values ( 1029, 'Han', 'Jun', 17, 'M', 100, 2311,'PEK'); + insert into Student values ( 1030, 'Cheng', 'Lisa', 21, 'F', 550, 2311,'SFO'); + insert into Student values ( 1031, 'Smith', 'Sarah', 20, 'F', 550, 8772,'PHL'); + insert into Student values ( 1032, 'Brown', 'Eric', 20, 'M', 550, 8772,'ATL'); + insert into Student values ( 1033, 'Simms', 'William', 18, 'M', 550, 8772,'NAR'); + insert into Student values ( 1034, 'Epp', 'Eric', 18, 'M', 050, 5718,'BOS'); + insert into Student values ( 1035, 'Schmidt', 'Sarah', 26, 'F', 050, 5718,'WAS'); + + +insert into Club values ( 1, 'Bootup Baltimore', 'Refurbish computers; teach kids and adults about computer basics.', 'AKW'); +insert into Club values ( 2, 'Hopkins Student Enterprises', 'Venture capital fund for student business.', 'AKW'); +insert into Club values ( 3, 'Pen and Paper Gaming', 'Play pen and paper games on campus.', 'HHH'); +insert into Club values ( 4, 'Tennis Club', 'A competitive tennis club.', 'AKW'); + +insert into Member_of_club values ( 1001, 1, 'President'); +insert into Member_of_club values ( 1007, 4, 'Vice-President'); +insert into Member_of_club values ( 1008, 2, 'CTO'); +insert into Member_of_club values ( 1010, 1, 'Teaching Coordinator'); diff --git a/database/college_2/TextBookExampleSchema.sql b/database/college_2/TextBookExampleSchema.sql new file mode 100644 index 0000000000000000000000000000000000000000..5c8d15124eddabb2471c4c661d9459292ee28ebd --- /dev/null +++ b/database/college_2/TextBookExampleSchema.sql @@ -0,0 +1,34753 @@ + +create table classroom + (building varchar(15), + room_number varchar(7), + capacity numeric(4,0), + primary key (building, room_number) + ); + +create table department + (dept_name varchar(20), + building varchar(15), + budget numeric(12,2) check (budget > 0), + primary key (dept_name) + ); + +create table course + (course_id varchar(8), + title varchar(50), + dept_name varchar(20) NULL, + credits numeric(2,0) check (credits > 0), + primary key (course_id), + FOREIGN KEY (dept_name) + REFERENCES `department` (dept_name) + ON DELETE SET NULL +-- ON UPDATE NO ACTION +-- foreign key (dept_name) references department +-- on delete set null + ); + +create table instructor + (ID varchar(5), + name varchar(20) not null, + dept_name varchar(20), + salary numeric(8,2) check (salary > 29000), + primary key (ID), + foreign key (dept_name) references department (dept_name) + on delete set null + ); + +create table section + (course_id varchar(8), + sec_id varchar(8), + semester varchar(6) + check (semester in ('Fall', 'Winter', 'Spring', 'Summer')), + year numeric(4,0) check (year > 1701 and year < 2100), + building varchar(15), + room_number varchar(7), + time_slot_id varchar(4), + primary key (course_id, sec_id, semester, year), + foreign key (course_id) references course (course_id) + on delete cascade, + foreign key (building, room_number) references classroom (building, room_number) + on delete set null + ); + +create table teaches + (ID varchar(5), + course_id varchar(8), + sec_id varchar(8), + semester varchar(6), + year numeric(4,0), + primary key (ID, course_id, sec_id, semester, year), + foreign key (course_id,sec_id, semester, year) references section (course_id, sec_id, semester, year) + on delete cascade, + foreign key (ID) references instructor (ID) + on delete cascade + ); + +create table student + (ID varchar(5), + name varchar(20) not null, + dept_name varchar(20), + tot_cred numeric(3,0) check (tot_cred >= 0), + primary key (ID), + foreign key (dept_name) references department (dept_name) + on delete set null + ); + +create table takes + (ID varchar(5), + course_id varchar(8), + sec_id varchar(8), + semester varchar(6), + year numeric(4,0), + grade varchar(2), + primary key (ID, course_id, sec_id, semester, year), + foreign key (course_id,sec_id, semester, year) references section (course_id, sec_id, semester, year) + on delete cascade, + foreign key (ID) references student (ID) + on delete cascade + ); + +create table advisor + (s_ID varchar(5), + i_ID varchar(5), + primary key (s_ID), + foreign key (i_ID) references instructor (ID) + on delete set null, + foreign key (s_ID) references student (ID) + on delete cascade + ); + +create table time_slot + (time_slot_id varchar(4), + day varchar(1), + start_hr numeric(2) check (start_hr >= 0 and start_hr < 24), + start_min numeric(2) check (start_min >= 0 and start_min < 60), + end_hr numeric(2) check (end_hr >= 0 and end_hr < 24), + end_min numeric(2) check (end_min >= 0 and end_min < 60), + primary key (time_slot_id, day, start_hr, start_min) + ); + +create table prereq + (course_id varchar(8), + prereq_id varchar(8), + primary key (course_id, prereq_id), + foreign key (course_id) references course (course_id) + on delete cascade, + foreign key (prereq_id) references course (course_id) + ); + + + delete from prereq; + delete from time_slot; + delete from advisor; + delete from takes; + delete from student; + delete from teaches; + delete from section; + delete from instructor; + delete from course; + delete from department; + delete from classroom; + insert into time_slot values ( 'A', 'M', 8, 0, 8, 50); + insert into time_slot values ( 'A', 'W', 8, 0, 8, 50); + insert into time_slot values ( 'A', 'F', 8, 0, 8, 50); + insert into time_slot values ( 'B', 'M', 9, 0, 9, 50); + insert into time_slot values ( 'B', 'W', 9, 0, 9, 50); + insert into time_slot values ( 'B', 'F', 9, 0, 9, 50); + insert into time_slot values ( 'C', 'M', 11, 0, 11, 50); + insert into time_slot values ( 'C', 'W', 11, 0, 11, 50); + insert into time_slot values ( 'C', 'F', 11, 0, 11, 50); + insert into time_slot values ( 'D', 'M', 13, 0, 13, 50); + insert into time_slot values ( 'D', 'W', 13, 0, 13, 50); + insert into time_slot values ( 'D', 'F', 13, 0, 13, 50); + insert into time_slot values ( 'E', 'T', 10, 30, 11, 45); + insert into time_slot values ( 'E', 'R', 10, 30, 11, 45); + insert into time_slot values ( 'F', 'T', 14, 30, 15, 45); + insert into time_slot values ( 'F', 'R', 14, 30, 15, 45); + insert into time_slot values ( 'G', 'M', 16, 0, 16, 50); + insert into time_slot values ( 'G', 'W', 16, 0, 16, 50); + insert into time_slot values ( 'G', 'F', 16, 0, 16, 50); + insert into time_slot values ( 'H', 'W', 10, 0, 12, 30); + insert into classroom values('Lamberton', 134, 10); + insert into classroom values('Chandler', 375, 10); + insert into classroom values('Fairchild', 145, 27); + insert into classroom values('Nassau', 45, 92); + insert into classroom values('Grace', 40, 34); + insert into classroom values('Whitman', 134, 120); + insert into classroom values('Lamberton', 143, 10); + insert into classroom values('Taylor', 812, 115); + insert into classroom values('Saucon', 113, 109); + insert into classroom values('Painter', 86, 97); + insert into classroom values('Alumni', 547, 26); + insert into classroom values('Alumni', 143, 47); + insert into classroom values('Drown', 757, 18); + insert into classroom values('Saucon', 180, 15); + insert into classroom values('Whitman', 434, 32); + insert into classroom values('Saucon', 844, 24); + insert into classroom values('Bronfman', 700, 12); + insert into classroom values('Polya', 808, 28); + insert into classroom values('Gates', 707, 65); + insert into classroom values('Gates', 314, 10); + insert into classroom values('Main', 45, 30); + insert into classroom values('Taylor', 183, 71); + insert into classroom values('Power', 972, 10); + insert into classroom values('Garfield', 119, 59); + insert into classroom values('Rathbone', 261, 60); + insert into classroom values('Stabler', 105, 113); + insert into classroom values('Power', 717, 12); + insert into classroom values('Main', 425, 22); + insert into classroom values('Lambeau', 348, 51); + insert into classroom values('Chandler', 804, 11); + insert into department values('Civil Eng.', 'Chandler', 255041.46); + insert into department values('Biology', 'Candlestick', 647610.55); + insert into department values('History', 'Taylor', 699140.86); + insert into department values('Physics', 'Wrigley', 942162.76); + insert into department values('Marketing', 'Lambeau', 210627.58); + insert into department values('Pol. Sci.', 'Whitman', 573745.09); + insert into department values('English', 'Palmer', 611042.66); + insert into department values('Accounting', 'Saucon', 441840.92); + insert into department values('Comp. Sci.', 'Lamberton', 106378.69); + insert into department values('Languages', 'Linderman', 601283.60); + insert into department values('Finance', 'Candlestick', 866831.75); + insert into department values('Geology', 'Palmer', 406557.93); + insert into department values('Cybernetics', 'Mercer', 794541.46); + insert into department values('Astronomy', 'Taylor', 617253.94); + insert into department values('Athletics', 'Bronfman', 734550.70); + insert into department values('Statistics', 'Taylor', 395051.74); + insert into department values('Psychology', 'Thompson', 848175.04); + insert into department values('Math', 'Brodhead', 777605.11); + insert into department values('Elec. Eng.', 'Main', 276527.61); + insert into department values('Mech. Eng.', 'Rauch', 520350.65); + insert into course values('787', 'C Programming', 'Mech. Eng.', 4); + insert into course values('238', 'The Music of Donovan', 'Mech. Eng.', 3); + insert into course values('608', 'Electron Microscopy', 'Mech. Eng.', 3); + insert into course values('539', 'International Finance', 'Comp. Sci.', 3); + insert into course values('278', 'Greek Tragedy', 'Statistics', 4); + insert into course values('972', 'Greek Tragedy', 'Psychology', 4); + insert into course values('391', 'Virology', 'Biology', 3); + insert into course values('814', 'Compiler Design', 'Elec. Eng.', 3); + insert into course values('272', 'Geology', 'Mech. Eng.', 3); + insert into course values('612', 'Mobile Computing', 'Physics', 3); + insert into course values('237', 'Surfing', 'Cybernetics', 3); + insert into course values('313', 'International Trade', 'Marketing', 3); + insert into course values('887', 'Latin', 'Mech. Eng.', 3); + insert into course values('328', 'Composition and Literature', 'Cybernetics', 3); + insert into course values('984', 'Music of the 50s', 'History', 3); + insert into course values('241', 'Biostatistics', 'Geology', 3); + insert into course values('338', 'Graph Theory', 'Psychology', 3); + insert into course values('400', 'Visual BASIC', 'Psychology', 4); + insert into course values('760', 'How to Groom your Cat', 'Accounting', 3); + insert into course values('629', 'Finite Element Analysis', 'Cybernetics', 3); + insert into course values('762', 'The Monkeys', 'History', 4); + insert into course values('242', 'Rock and Roll', 'Marketing', 3); + insert into course values('482', 'FOCAL Programming', 'Psychology', 4); + insert into course values('581', 'Calculus', 'Pol. Sci.', 4); + insert into course values('843', 'Environmental Law', 'Math', 4); + insert into course values('679', 'The Beatles', 'Math', 3); + insert into course values('704', 'Marine Mammals', 'Geology', 4); + insert into course values('774', 'Game Programming', 'Cybernetics', 4); + insert into course values('591', 'Shakespeare', 'Pol. Sci.', 4); + insert into course values('319', 'World History', 'Finance', 4); + insert into course values('960', 'Tort Law', 'Civil Eng.', 3); + insert into course values('274', 'Corporate Law', 'Comp. Sci.', 4); + insert into course values('426', 'Video Gaming', 'Finance', 3); + insert into course values('852', 'World History', 'Athletics', 4); + insert into course values('408', 'Bankruptcy', 'Accounting', 3); + insert into course values('808', 'Organic Chemistry', 'English', 4); + insert into course values('902', 'Existentialism', 'Finance', 3); + insert into course values('730', 'Quantum Mechanics', 'Elec. Eng.', 4); + insert into course values('362', 'Embedded Systems', 'Finance', 4); + insert into course values('341', 'Quantum Mechanics', 'Cybernetics', 3); + insert into course values('582', 'Marine Mammals', 'Cybernetics', 3); + insert into course values('867', 'The IBM 360 Architecture', 'History', 3); + insert into course values('169', 'Marine Mammals', 'Elec. Eng.', 3); + insert into course values('680', 'Electricity and Magnetism', 'Civil Eng.', 3); + insert into course values('227', 'Elastic Structures', 'Languages', 4); + insert into course values('991', 'Transaction Processing', 'Psychology', 3); + insert into course values('366', 'Computational Biology', 'English', 3); + insert into course values('376', 'Cost Accounting', 'Physics', 4); + insert into course values('489', 'Journalism', 'Astronomy', 4); + insert into course values('663', 'Geology', 'Psychology', 3); + insert into course values('461', 'Physical Chemistry', 'Math', 3); + insert into course values('105', 'Image Processing', 'Astronomy', 3); + insert into course values('407', 'Industrial Organization', 'Languages', 4); + insert into course values('254', 'Security', 'Cybernetics', 3); + insert into course values('998', 'Immunology', 'Civil Eng.', 4); + insert into course values('457', 'Systems Software', 'History', 3); + insert into course values('401', 'Sanitary Engineering', 'Athletics', 4); + insert into course values('127', 'Thermodynamics', 'Geology', 3); + insert into course values('399', 'RPG Programming', 'Pol. Sci.', 4); + insert into course values('949', 'Japanese', 'Comp. Sci.', 3); + insert into course values('496', 'Aquatic Chemistry', 'Cybernetics', 3); + insert into course values('334', 'International Trade', 'Athletics', 3); + insert into course values('544', 'Differential Geometry', 'Statistics', 3); + insert into course values('451', 'Database System Concepts', 'Pol. Sci.', 4); + insert into course values('190', 'Romantic Literature', 'Civil Eng.', 3); + insert into course values('630', 'Religion', 'English', 3); + insert into course values('761', 'Existentialism', 'Athletics', 3); + insert into course values('804', 'Introduction to Burglary', 'Cybernetics', 4); + insert into course values('781', 'Compiler Design', 'Finance', 4); + insert into course values('805', 'Composition and Literature', 'Statistics', 4); + insert into course values('318', 'Geology', 'Cybernetics', 3); + insert into course values('353', 'Operating Systems', 'Psychology', 3); + insert into course values('394', 'C Programming', 'Athletics', 3); + insert into course values('137', 'Manufacturing', 'Finance', 3); + insert into course values('192', 'Drama', 'Languages', 4); + insert into course values('681', 'Medieval Civilization or Lack Thereof', 'English', 3); + insert into course values('377', 'Differential Geometry', 'Astronomy', 4); + insert into course values('959', 'Bacteriology', 'Physics', 4); + insert into course values('235', 'International Trade', 'Math', 3); + insert into course values('421', 'Aquatic Chemistry', 'Athletics', 4); + insert into course values('647', 'Service-Oriented Architectures', 'Comp. Sci.', 4); + insert into course values('598', 'Number Theory', 'Accounting', 4); + insert into course values('858', 'Sailing', 'Math', 4); + insert into course values('487', 'Physical Chemistry', 'History', 3); + insert into course values('133', 'Antidisestablishmentarianism in Modern America', 'Biology', 4); + insert into course values('267', 'Hydraulics', 'Physics', 4); + insert into course values('200', 'The Music of the Ramones', 'Accounting', 4); + insert into course values('664', 'Elastic Structures', 'English', 3); + insert into course values('599', 'Mechanics', 'Psychology', 4); + insert into course values('456', 'Hebrew', 'Civil Eng.', 3); + insert into course values('558', 'Environmental Law', 'Psychology', 3); + insert into course values('919', 'Computability Theory', 'Math', 3); + insert into course values('546', 'Creative Writing', 'Mech. Eng.', 4); + insert into course values('969', 'The Monkeys', 'Astronomy', 4); + insert into course values('877', 'Composition and Literature', 'Biology', 4); + insert into course values('337', 'Differential Geometry', 'Statistics', 3); + insert into course values('983', 'Virology', 'Languages', 4); + insert into course values('603', 'Care and Feeding of Cats', 'Statistics', 3); + insert into course values('747', 'International Practicum', 'Comp. Sci.', 4); + insert into course values('659', 'Geology', 'Math', 4); + insert into course values('559', 'Martian History', 'Biology', 3); + insert into course values('403', 'Immunology', 'Biology', 3); + insert into course values('436', 'Stream Processing', 'Physics', 4); + insert into course values('656', 'Groups and Rings', 'Civil Eng.', 4); + insert into course values('731', 'The Music of Donovan', 'Physics', 4); + insert into course values('820', 'Assembly Language Programming', 'Cybernetics', 3); + insert into course values('898', 'Petroleum Engineering', 'Marketing', 4); + insert into course values('545', 'International Practicum', 'History', 3); + insert into course values('893', 'Systems Software', 'Cybernetics', 3); + insert into course values('818', 'Environmental Law', 'Astronomy', 4); + insert into course values('618', 'Thermodynamics', 'English', 4); + insert into course values('416', 'Data Mining', 'Accounting', 3); + insert into course values('716', 'Medieval Civilization or Lack Thereof', 'Languages', 4); + insert into course values('130', 'Differential Geometry', 'Physics', 3); + insert into course values('476', 'International Communication', 'Astronomy', 4); + insert into course values('101', 'Diffusion and Phase Transformation', 'Mech. Eng.', 3); + insert into course values('123', 'Differential Equations', 'Mech. Eng.', 3); + insert into course values('209', 'International Trade', 'Cybernetics', 4); + insert into course values('352', 'Compiler Design', 'Psychology', 4); + insert into course values('393', 'Aerodynamics', 'Languages', 3); + insert into course values('795', 'Death and Taxes', 'Marketing', 3); + insert into course values('577', 'The Music of Dave Edmunds', 'Elec. Eng.', 3); + insert into course values('584', 'Computability Theory', 'Comp. Sci.', 3); + insert into course values('864', 'Heat Transfer', 'Geology', 3); + insert into course values('594', 'Cognitive Psychology', 'Finance', 3); + insert into course values('802', 'African History', 'Cybernetics', 3); + insert into course values('692', 'Cat Herding', 'Athletics', 3); + insert into course values('258', 'Colloid and Surface Chemistry', 'Math', 3); + insert into course values('748', 'Tort Law', 'Cybernetics', 4); + insert into course values('770', 'European History', 'Pol. Sci.', 3); + insert into course values('340', 'Corporate Law', 'History', 3); + insert into course values('158', 'Elastic Structures', 'Cybernetics', 3); + insert into course values('276', 'Game Design', 'Comp. Sci.', 4); + insert into course values('626', 'Multimedia Design', 'History', 4); + insert into course values('696', 'Heat Transfer', 'Marketing', 4); + insert into course values('239', 'The Music of the Ramones', 'Physics', 4); + insert into course values('962', 'Animal Behavior', 'Psychology', 3); + insert into course values('527', 'Graphics', 'Finance', 3); + insert into course values('275', 'Romantic Literature', 'Languages', 3); + insert into course values('549', 'Banking and Finance', 'Astronomy', 3); + insert into course values('974', 'Astronautics', 'Accounting', 3); + insert into course values('897', 'How to Succeed in Business Without Really Trying', 'Languages', 4); + insert into course values('359', 'Game Programming', 'Comp. Sci.', 4); + insert into course values('345', 'Race Car Driving', 'Accounting', 4); + insert into course values('371', 'Milton', 'Finance', 3); + insert into course values('284', 'Topology', 'Comp. Sci.', 4); + insert into course values('642', 'Video Gaming', 'Psychology', 3); + insert into course values('769', 'Logic', 'Elec. Eng.', 4); + insert into course values('947', 'Real-Time Database Systems', 'Accounting', 3); + insert into course values('265', 'Thermal Physics', 'Cybernetics', 4); + insert into course values('927', 'Differential Geometry', 'Cybernetics', 4); + insert into course values('694', 'Optics', 'Math', 3); + insert into course values('580', 'The Music of Dave Edmunds', 'Physics', 4); + insert into course values('324', 'Ponzi Schemes', 'Civil Eng.', 3); + insert into course values('349', 'Networking', 'Finance', 4); + insert into course values('392', 'Recursive Function Theory', 'Astronomy', 4); + insert into course values('735', 'Greek Tragedy', 'Geology', 3); + insert into course values('702', 'Arabic', 'Biology', 3); + insert into course values('458', 'The Renaissance', 'Civil Eng.', 4); + insert into course values('348', 'Compiler Design', 'Elec. Eng.', 3); + insert into course values('500', 'Networking', 'Astronomy', 3); + insert into course values('494', 'Automobile Mechanics', 'Pol. Sci.', 4); + insert into course values('411', 'Music of the 80s', 'Mech. Eng.', 4); + insert into course values('493', 'Music of the 50s', 'Geology', 3); + insert into course values('396', 'C Programming', 'Languages', 3); + insert into course values('810', 'Mobile Computing', 'Geology', 3); + insert into course values('631', 'Plasma Physics', 'Elec. Eng.', 4); + insert into course values('486', 'Accounting', 'Geology', 3); + insert into course values('963', 'Groups and Rings', 'Languages', 4); + insert into course values('445', 'Biostatistics', 'Finance', 3); + insert into course values('292', 'Electron Microscopy', 'English', 4); + insert into course values('830', 'Sensor Networks', 'Astronomy', 4); + insert into course values('604', 'UNIX System Programmming', 'Statistics', 4); + insert into course values('857', 'UNIX System Programmming', 'Geology', 4); + insert into course values('304', 'Music 2 New for your Instructor', 'Finance', 4); + insert into course values('922', 'Microeconomics', 'Finance', 4); + insert into course values('571', 'Plastics', 'Comp. Sci.', 4); + insert into course values('628', 'Existentialism', 'Accounting', 3); + insert into course values('841', 'Fractal Geometry', 'Mech. Eng.', 4); + insert into course values('586', 'Image Processing', 'Finance', 4); + insert into course values('139', 'Number Theory', 'English', 4); + insert into course values('666', 'Multivariable Calculus', 'Accounting', 3); + insert into course values('443', 'Journalism', 'Physics', 4); + insert into course values('195', 'Numerical Methods', 'Geology', 4); + insert into course values('634', 'Astronomy', 'Cybernetics', 4); + insert into course values('224', 'International Finance', 'Athletics', 3); + insert into course values('791', 'Operating Systems', 'Marketing', 3); + insert into course values('875', 'Bioinformatics', 'Cybernetics', 3); + insert into course values('958', 'Fiction Writing', 'Mech. Eng.', 3); + insert into course values('415', 'Numerical Methods', 'Biology', 3); + insert into course values('442', 'Strength of Materials', 'Athletics', 3); + insert into course values('468', 'Fractal Geometry', 'Civil Eng.', 4); + insert into course values('270', 'Music of the 90s', 'Math', 4); + insert into course values('966', 'Sanitary Engineering', 'History', 3); + insert into course values('793', 'Decison Support Systems', 'Civil Eng.', 3); + insert into course values('236', 'Design and Analysis of Algorithms', 'Mech. Eng.', 3); + insert into course values('792', 'Image Processing', 'Accounting', 3); + insert into course values('561', 'The Music of Donovan', 'Elec. Eng.', 4); + insert into course values('344', 'Quantum Mechanics', 'Accounting', 4); + insert into course values('780', 'Geology', 'Psychology', 3); + insert into instructor values('63395', 'McKinnon', 'Cybernetics', 94333.99); + insert into instructor values('78699', 'Pingr', 'Statistics', 59303.62); + insert into instructor values('96895', 'Mird', 'Marketing', 119921.41); + insert into instructor values('4233', 'Luo', 'English', 88791.45); + insert into instructor values('4034', 'Murata', 'Athletics', 61387.56); + insert into instructor values('50885', 'Konstantinides', 'Languages', 32570.50); + insert into instructor values('79653', 'Levine', 'Elec. Eng.', 89805.83); + insert into instructor values('50330', 'Shuming', 'Physics', 108011.81); + insert into instructor values('80759', 'Queiroz', 'Biology', 45538.32); + insert into instructor values('73623', 'Sullivan', 'Elec. Eng.', 90038.09); + insert into instructor values('97302', 'Bertolino', 'Mech. Eng.', 51647.57); + insert into instructor values('57180', 'Hau', 'Accounting', 43966.29); + insert into instructor values('74420', 'Voronina', 'Physics', 121141.99); + insert into instructor values('35579', 'Soisalon-Soininen', 'Psychology', 62579.61); + insert into instructor values('31955', 'Moreira', 'Accounting', 71351.42); + insert into instructor values('37687', 'Arias', 'Statistics', 104563.38); + insert into instructor values('6569', 'Mingoz', 'Finance', 105311.38); + insert into instructor values('16807', 'Yazdi', 'Athletics', 98333.65); + insert into instructor values('14365', 'Lembr', 'Accounting', 32241.56); + insert into instructor values('90643', 'Choll', 'Statistics', 57807.09); + insert into instructor values('81991', 'Valtchev', 'Biology', 77036.18); + insert into instructor values('95030', 'Arinb', 'Statistics', 54805.11); + insert into instructor values('15347', 'Bawa', 'Athletics', 72140.88); + insert into instructor values('74426', 'Kenje', 'Marketing', 106554.73); + insert into instructor values('42782', 'Vicentino', 'Elec. Eng.', 34272.67); + insert into instructor values('58558', 'Dusserre', 'Marketing', 66143.25); + insert into instructor values('63287', 'Jaekel', 'Athletics', 103146.87); + insert into instructor values('59795', 'Desyl', 'Languages', 48803.38); + insert into instructor values('22591', 'DAgostino', 'Psychology', 59706.49); + insert into instructor values('48570', 'Sarkar', 'Pol. Sci.', 87549.80); + insert into instructor values('79081', 'Ullman ', 'Accounting', 47307.10); + insert into instructor values('52647', 'Bancilhon', 'Pol. Sci.', 87958.01); + insert into instructor values('25946', 'Liley', 'Languages', 90891.69); + insert into instructor values('36897', 'Morris', 'Marketing', 43770.36); + insert into instructor values('72553', 'Yin', 'English', 46397.59); + insert into instructor values('3199', 'Gustafsson', 'Elec. Eng.', 82534.37); + insert into instructor values('34175', 'Bondi', 'Comp. Sci.', 115469.11); + insert into instructor values('48507', 'Lent', 'Mech. Eng.', 107978.47); + insert into instructor values('65931', 'Pimenta', 'Cybernetics', 79866.95); + insert into instructor values('3335', 'Bourrier', 'Comp. Sci.', 80797.83); + insert into instructor values('64871', 'Gutierrez', 'Statistics', 45310.53); + insert into instructor values('95709', 'Sakurai', 'English', 118143.98); + insert into instructor values('43779', 'Romero', 'Astronomy', 79070.08); + insert into instructor values('77346', 'Mahmoud', 'Geology', 99382.59); + insert into instructor values('28097', 'Kean', 'English', 35023.18); + insert into instructor values('90376', 'Bietzk', 'Cybernetics', 117836.50); + insert into instructor values('28400', 'Atanassov', 'Statistics', 84982.92); + insert into instructor values('41930', 'Tung', 'Athletics', 50482.03); + insert into instructor values('19368', 'Wieland', 'Pol. Sci.', 124651.41); + insert into instructor values('99052', 'Dale', 'Cybernetics', 93348.83); + insert into section values('313', '1', 'Fall', 2010, 'Chandler', '804', 'N'); + insert into section values('747', '1', 'Spring', 2004, 'Gates', '314', 'K'); + insert into section values('443', '1', 'Spring', 2010, 'Whitman', '434', 'O'); + insert into section values('893', '1', 'Fall', 2007, 'Fairchild', '145', 'B'); + insert into section values('663', '1', 'Spring', 2005, 'Fairchild', '145', 'D'); + insert into section values('457', '1', 'Spring', 2001, 'Saucon', '844', 'D'); + insert into section values('445', '1', 'Spring', 2001, 'Alumni', '547', 'J'); + insert into section values('559', '1', 'Fall', 2002, 'Lamberton', '134', 'J'); + insert into section values('239', '1', 'Fall', 2006, 'Taylor', '183', 'C'); + insert into section values('802', '1', 'Spring', 2003, 'Saucon', '113', 'J'); + insert into section values('158', '1', 'Fall', 2008, 'Whitman', '434', 'F'); + insert into section values('735', '1', 'Spring', 2003, 'Drown', '757', 'D'); + insert into section values('237', '1', 'Spring', 2008, 'Power', '717', 'D'); + insert into section values('338', '1', 'Spring', 2007, 'Fairchild', '145', 'G'); + insert into section values('376', '1', 'Fall', 2006, 'Power', '717', 'K'); + insert into section values('927', '1', 'Fall', 2002, 'Saucon', '180', 'F'); + insert into section values('692', '1', 'Spring', 2010, 'Taylor', '183', 'I'); + insert into section values('867', '1', 'Fall', 2006, 'Taylor', '183', 'E'); + insert into section values('561', '1', 'Fall', 2006, 'Main', '45', 'L'); + insert into section values('604', '1', 'Spring', 2009, 'Bronfman', '700', 'N'); + insert into section values('974', '1', 'Fall', 2003, 'Polya', '808', 'H'); + insert into section values('959', '1', 'Fall', 2006, 'Saucon', '180', 'M'); + insert into section values('702', '1', 'Spring', 2001, 'Saucon', '113', 'O'); + insert into section values('631', '1', 'Spring', 2007, 'Taylor', '183', 'E'); + insert into section values('334', '1', 'Fall', 2009, 'Taylor', '812', 'O'); + insert into section values('274', '1', 'Fall', 2002, 'Main', '425', 'N'); + insert into section values('366', '1', 'Fall', 2005, 'Saucon', '844', 'O'); + insert into section values('545', '1', 'Fall', 2001, 'Saucon', '180', 'P'); + insert into section values('486', '1', 'Fall', 2009, 'Whitman', '134', 'K'); + insert into section values('426', '1', 'Spring', 2006, 'Lamberton', '134', 'G'); + insert into section values('258', '1', 'Fall', 2007, 'Main', '45', 'K'); + insert into section values('972', '1', 'Spring', 2009, 'Taylor', '183', 'J'); + insert into section values('349', '1', 'Spring', 2008, 'Saucon', '113', 'K'); + insert into section values('415', '1', 'Fall', 2010, 'Lamberton', '134', 'D'); + insert into section values('137', '1', 'Spring', 2002, 'Fairchild', '145', 'I'); + insert into section values('304', '1', 'Fall', 2009, 'Lamberton', '143', 'H'); + insert into section values('468', '1', 'Fall', 2005, 'Lambeau', '348', 'J'); + insert into section values('748', '1', 'Fall', 2003, 'Saucon', '180', 'L'); + insert into section values('694', '1', 'Fall', 2002, 'Alumni', '143', 'O'); + insert into section values('345', '1', 'Spring', 2008, 'Taylor', '183', 'A'); + insert into section values('352', '1', 'Spring', 2006, 'Lambeau', '348', 'M'); + insert into section values('581', '1', 'Spring', 2005, 'Alumni', '547', 'G'); + insert into section values('493', '1', 'Spring', 2010, 'Lamberton', '134', 'H'); + insert into section values('795', '1', 'Spring', 2004, 'Lamberton', '143', 'D'); + insert into section values('793', '1', 'Spring', 2002, 'Nassau', '45', 'F'); + insert into section values('237', '2', 'Fall', 2009, 'Fairchild', '145', 'J'); + insert into section values('362', '1', 'Fall', 2005, 'Lamberton', '143', 'I'); + insert into section values('642', '1', 'Fall', 2004, 'Saucon', '113', 'D'); + insert into section values('808', '1', 'Fall', 2003, 'Polya', '808', 'M'); + insert into section values('679', '1', 'Spring', 2010, 'Saucon', '844', 'D'); + insert into section values('629', '1', 'Spring', 2003, 'Stabler', '105', 'F'); + insert into section values('400', '1', 'Spring', 2007, 'Lambeau', '348', 'M'); + insert into section values('599', '1', 'Spring', 2003, 'Chandler', '804', 'D'); + insert into section values('760', '1', 'Spring', 2004, 'Garfield', '119', 'A'); + insert into section values('843', '1', 'Fall', 2010, 'Fairchild', '145', 'J'); + insert into section values('200', '1', 'Spring', 2007, 'Saucon', '180', 'D'); + insert into section values('443', '2', 'Spring', 2002, 'Gates', '707', 'K'); + insert into section values('612', '1', 'Fall', 2007, 'Lamberton', '143', 'G'); + insert into section values('169', '1', 'Spring', 2007, 'Gates', '314', 'A'); + insert into section values('791', '1', 'Spring', 2006, 'Polya', '808', 'H'); + insert into section values('867', '2', 'Fall', 2010, 'Lamberton', '134', 'M'); + insert into section values('489', '1', 'Fall', 2007, 'Lamberton', '143', 'D'); + insert into section values('158', '2', 'Spring', 2008, 'Taylor', '812', 'D'); + insert into section values('242', '1', 'Fall', 2009, 'Fairchild', '145', 'C'); + insert into section values('960', '1', 'Fall', 2009, 'Lamberton', '134', 'J'); + insert into section values('421', '1', 'Fall', 2004, 'Gates', '707', 'E'); + insert into section values('105', '1', 'Fall', 2009, 'Chandler', '375', 'C'); + insert into section values('591', '1', 'Spring', 2005, 'Saucon', '180', 'F'); + insert into section values('192', '1', 'Fall', 2002, 'Polya', '808', 'B'); + insert into section values('362', '2', 'Fall', 2006, 'Alumni', '547', 'A'); + insert into section values('270', '1', 'Spring', 2010, 'Power', '717', 'M'); + insert into section values('461', '1', 'Fall', 2002, 'Main', '425', 'P'); + insert into section values('704', '1', 'Spring', 2008, 'Taylor', '812', 'E'); + insert into section values('626', '1', 'Fall', 2006, 'Lamberton', '143', 'B'); + insert into section values('105', '2', 'Fall', 2002, 'Taylor', '183', 'C'); + insert into section values('696', '1', 'Spring', 2002, 'Saucon', '180', 'E'); + insert into section values('962', '1', 'Spring', 2008, 'Nassau', '45', 'L'); + insert into section values('362', '3', 'Spring', 2008, 'Bronfman', '700', 'L'); + insert into section values('852', '1', 'Spring', 2008, 'Gates', '707', 'F'); + insert into section values('949', '1', 'Fall', 2007, 'Saucon', '180', 'B'); + insert into section values('482', '1', 'Fall', 2005, 'Whitman', '434', 'H'); + insert into section values('527', '1', 'Fall', 2004, 'Saucon', '113', 'M'); + insert into section values('476', '1', 'Fall', 2010, 'Drown', '757', 'C'); + insert into section values('991', '1', 'Spring', 2008, 'Lamberton', '134', 'J'); + insert into section values('408', '1', 'Spring', 2007, 'Taylor', '812', 'C'); + insert into section values('319', '1', 'Spring', 2003, 'Rathbone', '261', 'E'); + insert into section values('400', '2', 'Fall', 2003, 'Main', '425', 'O'); + insert into section values('401', '1', 'Fall', 2003, 'Saucon', '180', 'A'); + insert into section values('960', '2', 'Fall', 2006, 'Power', '717', 'M'); + insert into section values('571', '1', 'Spring', 2004, 'Power', '972', 'I'); + insert into section values('468', '2', 'Fall', 2007, 'Power', '717', 'L'); + insert into section values('735', '2', 'Spring', 2010, 'Taylor', '183', 'D'); + insert into section values('169', '2', 'Fall', 2002, 'Drown', '757', 'L'); + insert into section values('496', '1', 'Fall', 2001, 'Taylor', '812', 'I'); + insert into section values('200', '2', 'Fall', 2002, 'Chandler', '375', 'D'); + insert into section values('875', '1', 'Spring', 2005, 'Power', '717', 'P'); + insert into section values('603', '1', 'Fall', 2003, 'Taylor', '812', 'P'); + insert into section values('408', '2', 'Spring', 2003, 'Taylor', '183', 'J'); + insert into section values('338', '2', 'Spring', 2006, 'Stabler', '105', 'J'); + insert into section values('864', '1', 'Spring', 2006, 'Power', '972', 'D'); + insert into teaches values('34175', '747', '1', 'Spring', 2004); + insert into teaches values('3199', '169', '1', 'Spring', 2007); + insert into teaches values('6569', '445', '1', 'Spring', 2001); + insert into teaches values('28097', '808', '1', 'Fall', 2003); + insert into teaches values('22591', '962', '1', 'Spring', 2008); + insert into teaches values('90376', '158', '1', 'Fall', 2008); + insert into teaches values('3199', '561', '1', 'Fall', 2006); + insert into teaches values('34175', '274', '1', 'Fall', 2002); + insert into teaches values('34175', '571', '1', 'Spring', 2004); + insert into teaches values('79081', '345', '1', 'Spring', 2008); + insert into teaches values('80759', '559', '1', 'Fall', 2002); + insert into teaches values('22591', '991', '1', 'Spring', 2008); + insert into teaches values('22591', '400', '2', 'Fall', 2003); + insert into teaches values('74420', '376', '1', 'Fall', 2006); + insert into teaches values('73623', '694', '1', 'Fall', 2002); + insert into teaches values('6569', '137', '1', 'Spring', 2002); + insert into teaches values('95709', '270', '1', 'Spring', 2010); + insert into teaches values('36897', '795', '1', 'Spring', 2004); + insert into teaches values('74420', '443', '2', 'Spring', 2002); + insert into teaches values('77346', '486', '1', 'Fall', 2009); + insert into teaches values('79081', '408', '1', 'Spring', 2007); + insert into teaches values('6569', '362', '3', 'Spring', 2008); + insert into teaches values('6569', '527', '1', 'Fall', 2004); + insert into teaches values('41930', '401', '1', 'Fall', 2003); + insert into teaches values('79081', '408', '2', 'Spring', 2003); + insert into teaches values('77346', '493', '1', 'Spring', 2010); + insert into teaches values('4233', '679', '1', 'Spring', 2010); + insert into teaches values('99052', '237', '2', 'Fall', 2009); + insert into teaches values('95709', '258', '1', 'Fall', 2007); + insert into teaches values('63287', '334', '1', 'Fall', 2009); + insert into teaches values('28097', '366', '1', 'Fall', 2005); + insert into teaches values('19368', '581', '1', 'Spring', 2005); + insert into teaches values('42782', '793', '1', 'Spring', 2002); + insert into teaches values('74420', '959', '1', 'Fall', 2006); + insert into teaches values('41930', '421', '1', 'Fall', 2004); + insert into teaches values('6569', '426', '1', 'Spring', 2006); + insert into teaches values('6569', '362', '2', 'Fall', 2006); + insert into teaches values('77346', '864', '1', 'Spring', 2006); + insert into teaches values('3335', '960', '1', 'Fall', 2009); + insert into teaches values('43779', '105', '1', 'Fall', 2009); + insert into teaches values('48507', '626', '1', 'Fall', 2006); + insert into teaches values('99052', '893', '1', 'Fall', 2007); + insert into teaches values('22591', '663', '1', 'Spring', 2005); + insert into teaches values('25946', '192', '1', 'Fall', 2002); + insert into teaches values('6569', '349', '1', 'Spring', 2008); + insert into teaches values('99052', '237', '1', 'Spring', 2008); + insert into teaches values('22591', '972', '1', 'Spring', 2009); + insert into teaches values('77346', '704', '1', 'Spring', 2008); + insert into teaches values('36897', '242', '1', 'Fall', 2009); + insert into teaches values('99052', '158', '2', 'Spring', 2008); + insert into teaches values('19368', '545', '1', 'Fall', 2001); + insert into teaches values('36897', '791', '1', 'Spring', 2006); + insert into teaches values('22591', '642', '1', 'Fall', 2004); + insert into teaches values('95709', '468', '1', 'Fall', 2005); + insert into teaches values('3335', '949', '1', 'Fall', 2007); + insert into teaches values('99052', '748', '1', 'Fall', 2003); + insert into teaches values('43779', '489', '1', 'Fall', 2007); + insert into teaches values('28400', '603', '1', 'Fall', 2003); + insert into teaches values('81991', '415', '1', 'Fall', 2010); + insert into teaches values('48570', '867', '2', 'Fall', 2010); + insert into teaches values('3199', '631', '1', 'Spring', 2007); + insert into teaches values('74420', '443', '1', 'Spring', 2010); + insert into teaches values('81991', '702', '1', 'Spring', 2001); + insert into teaches values('14365', '843', '1', 'Fall', 2010); + insert into teaches values('74420', '612', '1', 'Fall', 2007); + insert into teaches values('99052', '629', '1', 'Spring', 2003); + insert into teaches values('43779', '105', '2', 'Fall', 2002); + insert into teaches values('79081', '200', '2', 'Fall', 2002); + insert into teaches values('99052', '496', '1', 'Fall', 2001); + insert into teaches values('50330', '468', '2', 'Fall', 2007); + insert into teaches values('36897', '696', '1', 'Spring', 2002); + insert into teaches values('77346', '735', '1', 'Spring', 2003); + insert into teaches values('14365', '200', '1', 'Spring', 2007); + insert into teaches values('90643', '461', '1', 'Fall', 2002); + insert into teaches values('77346', '735', '2', 'Spring', 2010); + insert into teaches values('6569', '362', '1', 'Fall', 2005); + insert into teaches values('43779', '476', '1', 'Fall', 2010); + insert into teaches values('74420', '239', '1', 'Fall', 2006); + insert into teaches values('6569', '304', '1', 'Fall', 2009); + insert into teaches values('22591', '599', '1', 'Spring', 2003); + insert into teaches values('63287', '852', '1', 'Spring', 2008); + insert into teaches values('79081', '760', '1', 'Spring', 2004); + insert into teaches values('19368', '591', '1', 'Spring', 2005); + insert into teaches values('3199', '169', '2', 'Fall', 2002); + insert into teaches values('36897', '313', '1', 'Fall', 2010); + insert into teaches values('41930', '692', '1', 'Spring', 2010); + insert into teaches values('22591', '867', '1', 'Fall', 2006); + insert into teaches values('22591', '482', '1', 'Fall', 2005); + insert into teaches values('15347', '457', '1', 'Spring', 2001); + insert into teaches values('99052', '802', '1', 'Spring', 2003); + insert into teaches values('22591', '338', '1', 'Spring', 2007); + insert into teaches values('22591', '352', '1', 'Spring', 2006); + insert into teaches values('22591', '338', '2', 'Spring', 2006); + insert into teaches values('95709', '960', '2', 'Fall', 2006); + insert into teaches values('65931', '875', '1', 'Spring', 2005); + insert into teaches values('22591', '400', '1', 'Spring', 2007); + insert into teaches values('99052', '927', '1', 'Fall', 2002); + insert into teaches values('79081', '974', '1', 'Fall', 2003); + insert into teaches values('28400', '604', '1', 'Spring', 2009); + insert into teaches values('6569', '319', '1', 'Spring', 2003); + insert into student values('24746', 'Schrefl', 'History', 4); + insert into student values('79352', 'Rumat', 'Finance', 100); + insert into student values('76672', 'Miliko', 'Statistics', 116); + insert into student values('14182', 'Moszkowski', 'Civil Eng.', 73); + insert into student values('44985', 'Prieto', 'Biology', 91); + insert into student values('96052', 'Marcol', 'Cybernetics', 15); + insert into student values('35175', 'Quimby', 'History', 4); + insert into student values('44271', 'Sowerby', 'English', 108); + insert into student values('40897', 'Coppens', 'Math', 58); + insert into student values('92839', 'Cirsto', 'Math', 115); + insert into student values('79329', 'Velikovs', 'Marketing', 110); + insert into student values('97101', 'Marek', 'Psychology', 53); + insert into student values('24865', 'Tran-', 'Marketing', 116); + insert into student values('36052', 'Guerra', 'Elec. Eng.', 59); + insert into student values('98940', 'Hawthorne', 'Marketing', 78); + insert into student values('21395', 'Leuen', 'Math', 43); + insert into student values('55859', 'Eguchi', 'Astronomy', 14); + insert into student values('74016', 'Moei', 'Elec. Eng.', 15); + insert into student values('93061', 'Alfaro', 'Elec. Eng.', 69); + insert into student values('94998', 'Krishnakumar', 'Physics', 81); + insert into student values('30772', 'Inoue', 'Math', 18); + insert into student values('1968', 'Sahm', 'Finance', 4); + insert into student values('90567', 'Tomason', 'Pol. Sci.', 118); + insert into student values('49611', 'Karande', 'Astronomy', 57); + insert into student values('81538', 'Wunderli', 'Languages', 117); + insert into student values('68999', 'Greve', 'Psychology', 113); + insert into student values('74639', 'Cerime', 'Accounting', 35); + insert into student values('66054', 'Crick', 'Comp. Sci.', 86); + insert into student values('792', 'Hashimoto', 'Athletics', 102); + insert into student values('60267', 'Dage', 'Physics', 7); + insert into student values('17769', 'Pearlman', 'Biology', 45); + insert into student values('39580', 'Macias', 'Psychology', 128); + insert into student values('89106', 'Dawson', 'Mech. Eng.', 88); + insert into student values('37856', 'Gay', 'Statistics', 92); + insert into student values('58307', 'Tiamp', 'Pol. Sci.', 63); + insert into student values('57985', 'Weller', 'Geology', 45); + insert into student values('72014', 'Kee', 'Languages', 57); + insert into student values('2795', 'Milner', 'Finance', 8); + insert into student values('89000', 'Guthk', 'Finance', 80); + insert into student values('46442', 'Kagd', 'Cybernetics', 61); + insert into student values('60040', 'Samel', 'Math', 100); + insert into student values('19791', 'Vanrell', 'Comp. Sci.', 61); + insert into student values('4582', 'Zaniolo', 'Math', 0); + insert into student values('108', 'Dhav', 'Biology', 80); + insert into student values('1533', 'She', 'Statistics', 29); + insert into student values('7123', 'Holn', 'Math', 27); + insert into student values('44584', 'Agar', 'Geology', 58); + insert into student values('32954', 'Curutchet', 'Languages', 121); + insert into student values('98056', 'Di', 'Civil Eng.', 81); + insert into student values('76953', 'Lemoine', 'Athletics', 60); + insert into student values('81884', 'Kereth', 'Accounting', 96); + insert into student values('22057', 'Cal', 'Cybernetics', 20); + insert into student values('21126', 'McCarter', 'Cybernetics', 38); + insert into student values('82918', 'Yemini', 'Statistics', 43); + insert into student values('4173', 'Erol', 'Statistics', 21); + insert into student values('83022', 'Chyr', 'Math', 10); + insert into student values('25525', 'Moreira', 'Comp. Sci.', 107); + insert into student values('75040', 'Kruglyak', 'Pol. Sci.', 99); + insert into student values('31624', 'Keuk', 'Geology', 107); + insert into student values('64893', 'Katzenb', 'Statistics', 78); + insert into student values('59920', 'Dano', 'Civil Eng.', 16); + insert into student values('38602', 'Torres', 'Cybernetics', 108); + insert into student values('21401', 'Garze', 'Physics', 92); + insert into student values('93004', 'Gibbs', 'Finance', 129); + insert into student values('38899', 'Murphy', 'Marketing', 30); + insert into student values('75241', 'Hughes', 'Languages', 79); + insert into student values('98830', 'Frolova', 'Comp. Sci.', 13); + insert into student values('37101', 'Falconer', 'Physics', 78); + insert into student values('4508', 'Cochran', 'English', 127); + insert into student values('32130', 'Bannac', 'Biology', 56); + insert into student values('56755', 'Paul', 'Mech. Eng.', 62); + insert into student values('11510', 'Rakoj', 'Mech. Eng.', 37); + insert into student values('3335', 'Otterm', 'Finance', 73); + insert into student values('61081', 'Bai', 'Geology', 100); + insert into student values('33651', 'Seike', 'Geology', 2); + insert into student values('8251', 'Kite', 'History', 47); + insert into student values('10705', 'Terauchi', 'Physics', 48); + insert into student values('64082', 'Boyle', 'Languages', 87); + insert into student values('59517', 'Harrison', 'Elec. Eng.', 81); + insert into student values('91569', 'Pavlovico', 'Marketing', 90); + insert into student values('88085', 'Bouamama', 'Comp. Sci.', 8); + insert into student values('96722', 'Liley', 'English', 34); + insert into student values('36379', 'Triebel', 'Comp. Sci.', 115); + insert into student values('69581', 'Prabhakaran', 'Statistics', 26); + insert into student values('65329', 'Benson', 'Mech. Eng.', 63); + insert into student values('49214', 'Vogel', 'Psychology', 46); + insert into student values('64155', 'Midu', 'Languages', 33); + insert into student values('58594', 'Ivanov', 'Finance', 11); + insert into student values('71904', 'Boldin', 'Mech. Eng.', 89); + insert into student values('69241', 'Kannan', 'Athletics', 99); + insert into student values('58889', 'Collet', 'Geology', 76); + insert into student values('30341', 'Anse', 'History', 58); + insert into student values('70688', 'Ishihara', 'Elec. Eng.', 86); + insert into student values('81258', 'Nirenbu', 'History', 102); + insert into student values('63090', 'Hoov', 'Math', 118); + insert into student values('70572', 'Andrews', 'Psychology', 7); + insert into student values('58413', 'Xiong', 'Athletics', 27); + insert into student values('93171', 'Carey', 'Marketing', 56); + insert into student values('35138', 'Corbac', 'Mech. Eng.', 86); + insert into student values('77289', 'Kok', 'Geology', 57); + insert into student values('93571', 'Kato', 'Psychology', 0); + insert into student values('14554', 'Ramadan', 'Psychology', 96); + insert into student values('46725', 'Richi', 'Statistics', 18); + insert into student values('99730', 'Courtney', 'English', 99); + insert into student values('10527', 'Kieras', 'Physics', 128); + insert into student values('898', 'Heilprin', 'Accounting', 88); + insert into student values('64297', 'Desp', 'Athletics', 95); + insert into student values('10204', 'Mediratta', 'Geology', 112); + insert into student values('36926', 'Kamae', 'Civil Eng.', 87); + insert into student values('49618', 'Stone', 'Languages', 60); + insert into student values('34329', 'Malcher', 'English', 32); + insert into student values('84410', 'Bae', 'Psychology', 71); + insert into student values('29435', 'Siddiqi', 'Psychology', 86); + insert into student values('62636', 'Soni', 'Geology', 4); + insert into student values('8483', 'Luk', 'Elec. Eng.', 53); + insert into student values('2177', 'Cheah', 'Astronomy', 15); + insert into student values('43348', 'Venturini', 'Mech. Eng.', 94); + insert into student values('37430', 'Norman', 'Languages', 35); + insert into student values('37586', 'Valtchev', 'Biology', 19); + insert into student values('55238', 'Thadani', 'Physics', 75); + insert into student values('34404', 'Fries', 'History', 48); + insert into student values('59539', 'Madden', 'Civil Eng.', 4); + insert into student values('43123', 'Shim', 'Geology', 69); + insert into student values('19582', 'Canas', 'Finance', 7); + insert into student values('88553', 'Levine', 'Pol. Sci.', 51); + insert into student values('5898', 'Dahl', 'Languages', 28); + insert into student values('2419', 'Hirakuri', 'Mech. Eng.', 49); + insert into student values('31516', 'Hassine', 'Elec. Eng.', 49); + insert into student values('3487', 'Deshpande', 'Languages', 6); + insert into student values('66269', 'Hsueh', 'Accounting', 43); + insert into student values('54622', 'Yu', 'Statistics', 107); + insert into student values('19638', 'Dawson', 'Cybernetics', 107); + insert into student values('88418', 'Slaw', 'Elec. Eng.', 112); + insert into student values('86802', 'Hameed', 'Mech. Eng.', 47); + insert into student values('63361', 'Djurd', 'Languages', 36); + insert into student values('6367', 'Doisy', 'Pol. Sci.', 66); + insert into student values('84239', 'Jordan', 'Languages', 20); + insert into student values('4940', 'Rhyne', 'Mech. Eng.', 102); + insert into student values('90663', 'Sram', 'Comp. Sci.', 119); + insert into student values('38476', 'Rzecz', 'Pol. Sci.', 129); + insert into student values('96003', 'Nakajima', 'Astronomy', 95); + insert into student values('64914', 'Lembr', 'Finance', 17); + insert into student values('41599', 'Meneses', 'Geology', 40); + insert into student values('22226', 'Kinney', 'Biology', 116); + insert into student values('96153', 'Sawah', 'Pol. Sci.', 67); + insert into student values('44998', 'Borrus', 'Civil Eng.', 79); + insert into student values('74163', 'Chettao', 'Marketing', 115); + insert into student values('75046', 'Hamagi', 'Marketing', 101); + insert into student values('97679', 'Sacchi', 'Psychology', 102); + insert into student values('94894', 'Kozlov', 'Accounting', 27); + insert into student values('44881', 'Harshman', 'Cybernetics', 59); + insert into student values('98619', 'Nagaraj', 'Civil Eng.', 61); + insert into student values('86753', 'Leister', 'History', 81); + insert into student values('87054', 'Dietzsch', 'Statistics', 91); + insert into student values('39046', 'Narasimhamu', 'Math', 121); + insert into student values('29031', 'Berthold', 'English', 85); + insert into student values('97355', 'Ratcliff', 'Languages', 60); + insert into student values('24010', 'Brookh', 'Comp. Sci.', 65); + insert into student values('21789', 'Bates', 'History', 118); + insert into student values('52157', 'Nagle', 'Astronomy', 52); + insert into student values('64938', 'Kaep', 'Civil Eng.', 126); + insert into student values('94535', 'Nishida', 'History', 127); + insert into student values('58595', 'Cronin', 'Physics', 100); + insert into student values('72979', 'Guix', 'Astronomy', 117); + insert into student values('32506', 'Suzuki', 'Astronomy', 86); + insert into student values('31690', 'Bondi', 'Comp. Sci.', 110); + insert into student values('87044', 'McDonald', 'Accounting', 87); + insert into student values('34236', 'Maalej', 'Math', 80); + insert into student values('18808', 'Snif', 'Mech. Eng.', 116); + insert into student values('91063', 'Dair', 'Civil Eng.', 105); + insert into student values('48462', 'Wolf', 'Civil Eng.', 19); + insert into student values('41965', 'Boden', 'Cybernetics', 87); + insert into student values('31137', 'Porter', 'Statistics', 36); + insert into student values('7602', 'Ingram', 'Geology', 71); + insert into student values('84845', 'Zuo', 'Comp. Sci.', 81); + insert into student values('28252', 'Pfister', 'Finance', 6); + insert into student values('10736', 'Veselovsky', 'Elec. Eng.', 62); + insert into student values('58465', 'Romeo', 'Elec. Eng.', 76); + insert into student values('64140', 'Tiroz', 'Athletics', 118); + insert into student values('6523', 'Karlsson', 'Civil Eng.', 1); + insert into student values('64067', 'Mennif', 'Languages', 8); + insert into student values('99399', 'Duan', 'Astronomy', 96); + insert into student values('21337', 'Goualh', 'Marketing', 46); + insert into student values('15457', 'Arinb', 'Physics', 123); + insert into student values('26102', 'Tanaka', 'Statistics', 118); + insert into student values('31337', 'Graziano', 'Elec. Eng.', 29); + insert into student values('67425', 'Cooper', 'Athletics', 51); + insert into student values('48640', 'Brown', 'History', 33); + insert into student values('72741', 'Weiss', 'Astronomy', 22); + insert into student values('29803', 'Beavis', 'Accounting', 76); + insert into student values('38895', 'Beuthel', 'Biology', 70); + insert into student values('49391', 'Rammer', 'Marketing', 15); + insert into student values('13741', 'Grieng', 'Psychology', 122); + insert into student values('59538', 'Kothari', 'Accounting', 125); + insert into student values('9360', 'Mukai', 'Marketing', 36); + insert into student values('53728', 'Eck', 'Statistics', 61); + insert into student values('77898', 'Yap', 'Marketing', 10); + insert into student values('32419', 'Sahani', 'Civil Eng.', 48); + insert into student values('37521', 'Mes', 'Biology', 9); + insert into student values('97065', 'Gandhi', 'Languages', 22); + insert into student values('80057', 'Szczerban', 'Biology', 101); + insert into student values('1826', 'Dhav', 'Astronomy', 8); + insert into student values('80285', 'Karv', 'Cybernetics', 93); + insert into student values('72959', 'Audeh', 'Elec. Eng.', 43); + insert into student values('41751', 'Kaufman', 'Pol. Sci.', 13); + insert into student values('11604', 'Neff', 'Pol. Sci.', 39); + insert into student values('41827', 'Chriso', 'Languages', 89); + insert into student values('8853', 'Warner', 'Mech. Eng.', 69); + insert into student values('9440', 'Gierl', 'Psychology', 9); + insert into student values('1884', 'Masini', 'Marketing', 89); + insert into student values('41774', 'Tassel', 'Languages', 7); + insert into student values('32385', 'Park', 'Civil Eng.', 120); + insert into student values('336', 'Constantinescu', 'Finance', 61); + insert into student values('82688', 'Rote', 'Cybernetics', 33); + insert into student values('66090', 'Brochhause', 'Pol. Sci.', 53); + insert into student values('4182', 'Powals', 'Languages', 102); + insert into student values('20099', 'Lewis', 'Mech. Eng.', 46); + insert into student values('81028', 'Perna', 'Pol. Sci.', 105); + insert into student values('27556', 'Leitner', 'Astronomy', 82); + insert into student values('65258', 'Tian', 'Comp. Sci.', 3); + insert into student values('29239', 'Simmel', 'Astronomy', 107); + insert into student values('54508', 'Gregga', 'Physics', 41); + insert into student values('37449', 'Ssu', 'Pol. Sci.', 64); + insert into student values('16753', 'Kuwadak', 'Comp. Sci.', 67); + insert into student values('82697', 'Ye', 'Civil Eng.', 71); + insert into student values('11422', 'Saito', 'Physics', 34); + insert into student values('59046', 'Reichl', 'Elec. Eng.', 56); + insert into student values('89246', 'Loyka', 'History', 46); + insert into student values('95859', 'Huft', 'Physics', 33); + insert into student values('94173', 'Winkler', 'Biology', 16); + insert into student values('70021', 'Aydin', 'Cybernetics', 16); + insert into student values('92040', 'Alexandri', 'Athletics', 66); + insert into student values('36019', 'Quaranta', 'Astronomy', 128); + insert into student values('40558', 'Pacie', 'Finance', 101); + insert into student values('62549', 'Komatsu', 'Comp. Sci.', 74); + insert into student values('92385', 'Godfrey', 'English', 34); + insert into student values('14214', 'Yoneda', 'Cybernetics', 129); + insert into student values('32245', 'Saariluoma', 'Statistics', 12); + insert into student values('13506', 'Patrick', 'Physics', 85); + insert into student values('26080', 'Simmel', 'Biology', 80); + insert into student values('52872', 'Chaney', 'Elec. Eng.', 57); + insert into student values('28952', 'Kennedy', 'Accounting', 30); + insert into student values('1080', 'Xue', 'Languages', 94); + insert into student values('11095', 'Schultz', 'Languages', 51); + insert into student values('33460', 'Leonard', 'Psychology', 48); + insert into student values('99226', 'Hao', 'Civil Eng.', 50); + insert into student values('52707', 'Arena', 'History', 73); + insert into student values('40189', 'Holt', 'Comp. Sci.', 104); + insert into student values('35721', 'Suppan', 'Math', 85); + insert into student values('6400', 'Kelly', 'Astronomy', 110); + insert into student values('60688', 'Zander', 'Accounting', 69); + insert into student values('18821', 'Linden', 'Astronomy', 98); + insert into student values('65443', 'Yagit', 'Finance', 78); + insert into student values('71630', 'Heath', 'Psychology', 116); + insert into student values('46956', 'Nallape', 'Astronomy', 6); + insert into student values('64259', 'Busch', 'Marketing', 123); + insert into student values('77021', 'Bollen', 'Psychology', 120); + insert into student values('41450', 'McLeod', 'Marketing', 78); + insert into student values('13028', 'Okano', 'Geology', 89); + insert into student values('90381', 'Chaudhuri', 'Math', 108); + insert into student values('9460', 'Wrzesz', 'Accounting', 99); + insert into student values('98423', 'Alfaro', 'Physics', 101); + insert into student values('38691', 'Theodores', 'Accounting', 37); + insert into student values('86806', 'Unger', 'Marketing', 101); + insert into student values('18469', 'Coppens', 'Marketing', 26); + insert into student values('11194', 'El-Helw', 'Pol. Sci.', 71); + insert into student values('19862', 'Prasad', 'Pol. Sci.', 22); + insert into student values('24116', 'Fauth', 'Elec. Eng.', 10); + insert into student values('67021', 'Chenu', 'Accounting', 73); + insert into student values('69752', 'Tan', 'English', 24); + insert into student values('69225', 'Mejia', 'History', 22); + insert into student values('1018', 'Colin', 'Civil Eng.', 81); + insert into student values('7656', 'Maher', 'Pol. Sci.', 24); + insert into student values('35220', 'Shilv', 'History', 58); + insert into student values('79210', 'Sanchez', 'Astronomy', 14); + insert into student values('10814', 'Waks', 'Elec. Eng.', 56); + insert into student values('55698', 'Choung', 'Finance', 67); + insert into student values('49684', 'Ceze', 'Civil Eng.', 50); + insert into student values('59908', 'Cox', 'Civil Eng.', 0); + insert into student values('64724', 'Deupree', 'Cybernetics', 36); + insert into student values('19048', 'Leuen', 'Statistics', 122); + insert into student values('62716', 'Bocchi', 'Math', 33); + insert into student values('95205', 'Hammond', 'Athletics', 115); + insert into student values('40303', 'Rudolf', 'Marketing', 25); + insert into student values('27430', 'Gonzalez', 'Cybernetics', 75); + insert into student values('83953', 'Jordan', 'Math', 26); + insert into student values('4248', 'Wright', 'Finance', 63); + insert into student values('21766', 'Cox', 'Astronomy', 74); + insert into student values('39657', 'Ryder', 'Astronomy', 80); + insert into student values('85366', 'Erol', 'Finance', 112); + insert into student values('93354', 'Varghese', 'English', 88); + insert into student values('77580', 'Frazin', 'Civil Eng.', 46); + insert into student values('92864', 'Rogers', 'Accounting', 54); + insert into student values('57135', 'Margetts', 'Marketing', 66); + insert into student values('1727', 'Ratcliff', 'Mech. Eng.', 49); + insert into student values('91788', 'Streitf', 'Cybernetics', 56); + insert into student values('80420', 'Bansal', 'Statistics', 69); + insert into student values('67810', 'Forestiero', 'English', 114); + insert into student values('86404', 'Cordt', 'Marketing', 1); + insert into student values('16907', 'Keiss', 'Accounting', 59); + insert into student values('46928', 'Barry', 'Athletics', 108); + insert into student values('84702', 'Lucas', 'Math', 105); + insert into student values('91343', 'Clarkson', 'Statistics', 42); + insert into student values('83686', 'Krasser', 'Statistics', 95); + insert into student values('83462', 'Mehra', 'Accounting', 55); + insert into student values('67725', 'Yamamoto', 'Pol. Sci.', 35); + insert into student values('5393', 'Clemens', 'Mech. Eng.', 4); + insert into student values('34422', 'Nakajima', 'Mech. Eng.', 86); + insert into student values('17128', 'Chuon', 'Civil Eng.', 81); + insert into student values('81883', 'Perei', 'Marketing', 124); + insert into student values('87965', 'Reiss', 'Accounting', 17); + insert into student values('93653', 'Mellor', 'Astronomy', 127); + insert into student values('70522', 'Holn', 'Comp. Sci.', 29); + insert into student values('48850', 'Wehen', 'Biology', 14); + insert into student values('68070', 'Cameron', 'Pol. Sci.', 85); + insert into student values('50206', 'Cesaret', 'Mech. Eng.', 102); + insert into student values('80254', 'Mittelm', 'Languages', 122); + insert into student values('22396', 'Wodn', 'Biology', 100); + insert into student values('19293', 'Singhal', 'Geology', 118); + insert into student values('67660', 'Newitt', 'Biology', 64); + insert into student values('85910', 'Levitan', 'Finance', 73); + insert into student values('10917', 'Morales', 'Cybernetics', 54); + insert into student values('95574', 'Pampal', 'Comp. Sci.', 111); + insert into student values('13081', 'Alqui', 'Languages', 112); + insert into student values('33349', 'Peck', 'Biology', 125); + insert into student values('19861', 'Fontana', 'Civil Eng.', 81); + insert into student values('30723', 'Mali', 'Physics', 115); + insert into student values('83039', 'Harmon', 'Psychology', 124); + insert into student values('41741', 'Kato', 'Languages', 94); + insert into student values('97400', 'Noda', 'Accounting', 62); + insert into student values('81207', 'Masri', 'Athletics', 123); + insert into student values('23994', 'Kalisz', 'Elec. Eng.', 75); + insert into student values('54672', 'Thie', 'Pol. Sci.', 44); + insert into student values('47001', 'Correia', 'Comp. Sci.', 63); + insert into student values('26147', 'Richter', 'Comp. Sci.', 115); + insert into student values('65987', 'Morrison', 'Athletics', 98); + insert into student values('99250', 'Khaw', 'English', 14); + insert into student values('13826', 'Sommerfeldt', 'Pol. Sci.', 80); + insert into student values('3739', 'Davy', 'History', 75); + insert into student values('10454', 'Ugarte', 'Pol. Sci.', 120); + insert into student values('48053', 'Macias', 'Comp. Sci.', 0); + insert into student values('66813', 'Spengler', 'Languages', 55); + insert into student values('16593', 'Skuras', 'Psychology', 5); + insert into student values('14668', 'Malinen', 'Athletics', 20); + insert into student values('33338', 'Stead', 'Psychology', 65); + insert into student values('45300', 'Kambayashi', 'Geology', 67); + insert into student values('3127', 'Resa', 'Psychology', 73); + insert into student values('40992', 'Xing', 'Psychology', 93); + insert into student values('70310', 'Ding', 'Biology', 107); + insert into student values('46451', 'Chilu', 'Pol. Sci.', 123); + insert into student values('288', 'Canellas', 'Astronomy', 95); + insert into student values('557', 'Bhat', 'Math', 44); + insert into student values('22170', 'Sugavanam', 'Physics', 41); + insert into student values('64164', 'Zander', 'Languages', 111); + insert into student values('74911', 'Wall', 'Languages', 111); + insert into student values('7020', 'Thoreson', 'Comp. Sci.', 61); + insert into student values('78552', 'Douss', 'History', 90); + insert into student values('50386', 'Bersk', 'Elec. Eng.', 125); + insert into student values('48678', 'Tuomisto', 'Athletics', 121); + insert into student values('24442', 'Greene', 'Physics', 11); + insert into student values('89188', 'Anse', 'Statistics', 77); + insert into student values('390', 'Alkio', 'Elec. Eng.', 65); + insert into student values('10663', 'Okaf', 'Geology', 59); + insert into student values('97551', 'Labaye', 'Civil Eng.', 128); + insert into student values('76895', 'Olro', 'Accounting', 63); + insert into student values('85451', 'Chapman', 'Languages', 70); + insert into student values('43989', 'Makarychev', 'Accounting', 72); + insert into student values('99719', 'Bennett', 'Accounting', 70); + insert into student values('19245', 'Cai', 'Comp. Sci.', 4); + insert into student values('36685', 'Fathi', 'Accounting', 8); + insert into student values('57123', 'Katsik', 'Cybernetics', 46); + insert into student values('51997', 'Nadg', 'Languages', 49); + insert into student values('95631', 'Mauras', 'Elec. Eng.', 42); + insert into student values('70452', 'Al-Hu', 'Astronomy', 18); + insert into student values('37219', 'Poize', 'Comp. Sci.', 45); + insert into student values('59530', 'Poulin', 'History', 64); + insert into student values('61737', 'Kissel', 'Finance', 86); + insert into student values('33645', 'Kawakami', 'Comp. Sci.', 129); + insert into student values('3143', 'Haddad', 'Geology', 55); + insert into student values('78792', 'Ram', 'Mech. Eng.', 102); + insert into student values('10076', 'Duan', 'Civil Eng.', 105); + insert into student values('59553', 'Schoenfl', 'Mech. Eng.', 110); + insert into student values('57666', 'Fries', 'History', 96); + insert into student values('22004', 'OBrien', 'Geology', 106); + insert into student values('38668', 'Spector', 'Elec. Eng.', 97); + insert into student values('43130', 'Yong', 'Comp. Sci.', 123); + insert into student values('36263', 'Souza', 'Civil Eng.', 58); + insert into student values('99271', 'Soricu', 'Math', 70); + insert into student values('69850', 'Alexandri', 'Finance', 80); + insert into student values('59397', 'Williams', 'Statistics', 126); + insert into student values('61127', 'Tuki', 'Physics', 30); + insert into student values('30299', 'Marsh', 'Geology', 38); + insert into student values('57962', 'Aarde', 'Statistics', 22); + insert into student values('88169', 'Schroeder', 'Cybernetics', 106); + insert into student values('27094', 'Gur', 'Geology', 120); + insert into student values('39115', 'Boulah', 'Civil Eng.', 2); + insert into student values('84189', 'Kuwadak', 'Statistics', 119); + insert into student values('79892', 'Chiari', 'Cybernetics', 76); + insert into student values('95046', 'Mercank', 'Astronomy', 100); + insert into student values('34386', 'Hagedorn', 'History', 98); + insert into student values('82646', 'Nirenbu', 'Biology', 0); + insert into student values('31086', 'Zulueta', 'Psychology', 125); + insert into student values('85226', 'Vicentino', 'Psychology', 18); + insert into student values('32490', 'McCracken', 'Comp. Sci.', 117); + insert into student values('39704', 'Frank', 'Statistics', 31); + insert into student values('80610', 'Nakamura', 'Physics', 79); + insert into student values('18675', 'Araya', 'Statistics', 82); + insert into student values('47630', 'Odell', 'Cybernetics', 77); + insert into student values('36102', 'Szendrei', 'Cybernetics', 109); + insert into student values('22620', 'Lykin', 'Accounting', 18); + insert into student values('39157', 'Loull', 'Accounting', 0); + insert into student values('86327', 'Moscarini', 'Marketing', 31); + insert into student values('84865', 'Fernandez-Gonzalez', 'Finance', 20); + insert into student values('83557', 'Khalil', 'Psychology', 95); + insert into student values('7490', 'Giuffrida', 'Math', 39); + insert into student values('94178', 'Bengtss', 'Psychology', 47); + insert into student values('99660', 'OMalley', 'Civil Eng.', 128); + insert into student values('57511', 'Pulido', 'English', 78); + insert into student values('56941', 'Swain', 'Astronomy', 17); + insert into student values('77415', 'Morales', 'Astronomy', 102); + insert into student values('99754', 'Califieri', 'Cybernetics', 55); + insert into student values('81550', 'Harada', 'Elec. Eng.', 98); + insert into student values('79911', 'Corr', 'Physics', 117); + insert into student values('82082', 'Towsey', 'Statistics', 12); + insert into student values('58846', 'Fengl', 'Pol. Sci.', 66); + insert into student values('11076', 'Prasad', 'Pol. Sci.', 114); + insert into student values('7204', 'Halbert', 'Biology', 83); + insert into student values('73165', 'Fox', 'Statistics', 19); + insert into student values('1737', 'Shinagawa', 'Biology', 118); + insert into student values('12979', 'Hammond', 'Elec. Eng.', 5); + insert into student values('57334', 'Roeder', 'Math', 70); + insert into student values('1827', 'Westbrook', 'Civil Eng.', 61); + insert into student values('29390', 'Aufr', 'Geology', 49); + insert into student values('31302', 'Qian', 'Geology', 110); + insert into student values('77231', 'Roschew', 'History', 38); + insert into student values('36126', 'Fung', 'Astronomy', 47); + insert into student values('45200', 'Kitagawa', 'Elec. Eng.', 125); + insert into student values('99463', 'Jacobi', 'Statistics', 19); + insert into student values('79170', 'Lingamp', 'Cybernetics', 28); + insert into student values('12216', 'Griffiths', 'Cybernetics', 94); + insert into student values('64593', 'Kamez', 'Mech. Eng.', 8); + insert into student values('30177', 'Vajapeyaz', 'Pol. Sci.', 41); + insert into student values('15074', 'Kirtane', 'Physics', 36); + insert into student values('5005', 'Cesaret', 'Civil Eng.', 15); + insert into student values('99348', 'Tobin', 'Finance', 85); + insert into student values('82591', 'Pomy', 'Mech. Eng.', 92); + insert into student values('53089', 'Vedag', 'English', 98); + insert into student values('24630', 'Halbert', 'Geology', 66); + insert into student values('71387', 'Tleu', 'Civil Eng.', 69); + insert into student values('61354', 'Barranco', 'Mech. Eng.', 129); + insert into student values('10481', 'Grosch', 'Astronomy', 39); + insert into student values('39310', 'Ploski', 'Comp. Sci.', 64); + insert into student values('16297', 'Sacchi', 'Marketing', 44); + insert into student values('72622', 'Kashima', 'Cybernetics', 54); + insert into student values('92965', 'Mesne', 'Biology', 26); + insert into student values('89104', 'Mitsuhashi', 'Biology', 54); + insert into student values('13408', 'Bromley', 'Elec. Eng.', 81); + insert into student values('66229', 'Qvi', 'Civil Eng.', 128); + insert into student values('87280', 'Kim', 'Pol. Sci.', 67); + insert into student values('73206', 'Maw', 'Cybernetics', 36); + insert into student values('24387', 'Yap', 'History', 29); + insert into student values('32744', 'Robins', 'Finance', 40); + insert into student values('39204', 'Castle', 'Civil Eng.', 27); + insert into student values('42298', 'Fournier', 'Biology', 61); + insert into student values('53588', 'Schwet', 'Languages', 100); + insert into student values('90004', 'Unay', 'Astronomy', 81); + insert into student values('12563', 'Stone', 'Marketing', 66); + insert into student values('55000', 'Levitan', 'Biology', 103); + insert into student values('1110', 'Tzeng', 'Civil Eng.', 23); + insert into student values('55170', 'Ivanov', 'History', 22); + insert into student values('56080', 'Zamani', 'Geology', 127); + insert into student values('61065', 'Jovicic', 'Civil Eng.', 31); + insert into student values('107', 'Shabuno', 'Math', 19); + insert into student values('11453', 'Yamashita', 'Astronomy', 109); + insert into student values('53805', 'Ludwig', 'Cybernetics', 30); + insert into student values('39241', 'Solar', 'Mech. Eng.', 64); + insert into student values('32886', 'Damas', 'Psychology', 58); + insert into student values('40080', 'Llam', 'Civil Eng.', 6); + insert into student values('22142', 'Gerstend', 'History', 22); + insert into student values('94257', 'Unger', 'Languages', 12); + insert into student values('75513', 'Griffin', 'Statistics', 12); + insert into student values('99268', 'Makarychev', 'Elec. Eng.', 115); + insert into student values('20084', 'Adda', 'Accounting', 13); + insert into student values('51868', 'Guthk', 'Pol. Sci.', 109); + insert into student values('7287', 'Tadjo', 'Cybernetics', 116); + insert into student values('35588', 'John', 'Civil Eng.', 31); + insert into student values('83170', 'Ariav', 'English', 43); + insert into student values('14596', 'Vekk', 'Biology', 105); + insert into student values('23794', 'Sokolov', 'Pol. Sci.', 13); + insert into student values('78332', 'Ohki', 'Pol. Sci.', 76); + insert into student values('49339', 'Snif', 'Civil Eng.', 107); + insert into student values('40677', 'Ponnambalam', 'Civil Eng.', 127); + insert into student values('90220', 'Iacovoni', 'Elec. Eng.', 113); + insert into student values('95029', 'Oliveira', 'Astronomy', 17); + insert into student values('83728', 'Kaminsky', 'Biology', 38); + insert into student values('67033', 'Yun', 'Marketing', 59); + insert into student values('87785', 'Liepelt', 'Pol. Sci.', 122); + insert into student values('4345', 'Resa', 'Languages', 125); + insert into student values('96085', 'Wood', 'Accounting', 70); + insert into student values('64249', 'Kalantari', 'Mech. Eng.', 102); + insert into student values('53803', 'Okaf', 'Civil Eng.', 89); + insert into student values('27956', 'Watzel', 'Psychology', 53); + insert into student values('24796', 'Thimm', 'Pol. Sci.', 18); + insert into student values('4449', 'Gilliam', 'Biology', 99); + insert into student values('77364', 'Lacruz', 'Elec. Eng.', 59); + insert into student values('70384', 'Shevade', 'Cybernetics', 45); + insert into student values('18007', 'Chanon', 'Biology', 90); + insert into student values('51723', 'Lagendijk', 'Comp. Sci.', 99); + insert into student values('56486', 'DeMil', 'Pol. Sci.', 110); + insert into student values('70359', 'Lorinczi', 'Cybernetics', 63); + insert into student values('18234', 'Nirenbu', 'Pol. Sci.', 19); + insert into student values('34322', 'Baba', 'Biology', 74); + insert into student values('24325', 'Álvarez', 'Cybernetics', 50); + insert into student values('83444', 'Vieira', 'Mech. Eng.', 115); + insert into student values('93814', 'Smoro', 'Marketing', 19); + insert into student values('80912', 'Homyk', 'Biology', 16); + insert into student values('70099', 'Zhiyong', 'Languages', 86); + insert into student values('64945', 'Gall', 'Mech. Eng.', 6); + insert into student values('81789', 'Urwin', 'Biology', 25); + insert into student values('38271', 'Kosken', 'Cybernetics', 100); + insert into student values('87784', 'McCracken', 'Astronomy', 64); + insert into student values('46436', 'Richardson', 'History', 52); + insert into student values('20195', 'Finney', 'Mech. Eng.', 7); + insert into student values('31080', 'Aschoff', 'Athletics', 88); + insert into student values('85887', 'Stoltzfus', 'Mech. Eng.', 15); + insert into student values('85234', 'Dubu', 'Finance', 69); + insert into student values('1460', 'Martinsen', 'History', 55); + insert into student values('30650', 'Chaudhuri', 'Languages', 101); + insert into student values('6474', 'Rossettin', 'Civil Eng.', 85); + insert into student values('67051', 'Labroc', 'Statistics', 70); + insert into student values('58300', 'Lum', 'Mech. Eng.', 8); + insert into student values('64192', 'Pradhan', 'Physics', 86); + insert into student values('84727', 'Hennig', 'Languages', 108); + insert into student values('39881', 'Herman', 'Athletics', 85); + insert into student values('3163', 'Riera', 'Biology', 55); + insert into student values('72643', 'Castle', 'Athletics', 49); + insert into student values('66008', 'Szczerban', 'Languages', 25); + insert into student values('76291', 'Dellwo', 'Physics', 30); + insert into student values('92274', 'Caporali', 'Pol. Sci.', 12); + insert into student values('16075', 'Wolter', 'Pol. Sci.', 45); + insert into student values('30334', 'Arakawa', 'Physics', 37); + insert into student values('75123', 'Chowdhury', 'Physics', 92); + insert into student values('35042', 'Nives', 'Comp. Sci.', 38); + insert into student values('99073', 'Bartels', 'Comp. Sci.', 6); + insert into student values('68280', 'Shuming', 'Languages', 123); + insert into student values('80976', 'Mozayani', 'Elec. Eng.', 34); + insert into student values('68554', 'Larsson', 'English', 60); + insert into student values('99949', 'Samo', 'Astronomy', 125); + insert into student values('71287', 'Damas', 'Marketing', 59); + insert into student values('73268', 'Yagit', 'Civil Eng.', 67); + insert into student values('93708', 'Steines', 'Psychology', 99); + insert into student values('29399', 'Sutter', 'Marketing', 38); + insert into student values('14284', 'Takeshi', 'Athletics', 32); + insert into student values('80247', 'Rueda', 'Mech. Eng.', 17); + insert into student values('86344', 'Kaar', 'Accounting', 49); + insert into student values('54728', 'Seta', 'History', 50); + insert into student values('86375', 'Loher', 'English', 110); + insert into student values('64401', 'Larion', 'Elec. Eng.', 42); + insert into student values('9183', 'Sutter', 'Athletics', 44); + insert into student values('71529', 'Fredrickso', 'Elec. Eng.', 12); + insert into student values('65433', 'Stratulat', 'Math', 123); + insert into student values('89051', 'Dubink', 'History', 65); + insert into student values('90448', 'Godfrey', 'English', 120); + insert into student values('90082', 'Esparza', 'Astronomy', 62); + insert into student values('25362', 'Simmel', 'Psychology', 117); + insert into student values('74509', 'Tanzi', 'Civil Eng.', 76); + insert into student values('20445', 'Laak', 'Marketing', 4); + insert into student values('40059', 'Montilla', 'Astronomy', 16); + insert into student values('60867', 'Poulin', 'Finance', 5); + insert into student values('28128', 'Crick', 'Comp. Sci.', 111); + insert into student values('28518', 'Catani', 'Cybernetics', 20); + insert into student values('17086', 'Hazemi', 'Math', 90); + insert into student values('91132', 'Sud', 'History', 57); + insert into student values('29260', 'Verhoeven', 'Physics', 25); + insert into student values('29707', 'Gaspar', 'Statistics', 68); + insert into student values('85746', 'Wilks', 'Pol. Sci.', 5); + insert into student values('54605', 'Yoshioka', 'Elec. Eng.', 50); + insert into student values('78922', 'Koltso', 'Astronomy', 20); + insert into student values('76173', 'Jovicic', 'Elec. Eng.', 127); + insert into student values('6304', 'Tamura', 'Cybernetics', 122); + insert into student values('98120', 'Furukawa', 'Physics', 33); + insert into student values('6195', 'Hartmann', 'Finance', 20); + insert into student values('33837', 'Nicol', 'Psychology', 37); + insert into student values('86833', 'Viani', 'Psychology', 86); + insert into student values('28829', 'Reiss', 'Physics', 113); + insert into student values('82974', 'Duncan', 'Cybernetics', 111); + insert into student values('39114', 'Kerz', 'English', 18); + insert into student values('53485', 'Rowe', 'English', 70); + insert into student values('8603', 'Piedrah', 'Pol. Sci.', 64); + insert into student values('7973', 'Breed', 'English', 64); + insert into student values('34502', 'Farr', 'Pol. Sci.', 8); + insert into student values('69853', 'Boken', 'Statistics', 55); + insert into student values('70389', 'Paulk', 'History', 93); + insert into student values('75423', 'Oller', 'Elec. Eng.', 79); + insert into student values('26881', 'Markin', 'History', 110); + insert into student values('19848', 'Tiwari', 'Comp. Sci.', 96); + insert into student values('5017', 'Reuter', 'Statistics', 60); + insert into student values('33094', 'Fakin', 'Accounting', 69); + insert into student values('25468', 'Hunter', 'Comp. Sci.', 49); + insert into student values('75928', 'Yoshimoto', 'Cybernetics', 52); + insert into student values('94522', 'Pampal', 'Civil Eng.', 41); + insert into student values('30289', 'Lanfr', 'History', 72); + insert into student values('54296', 'Osinski', 'Elec. Eng.', 91); + insert into student values('12069', 'Skeen', 'History', 10); + insert into student values('89059', 'Juan', 'Civil Eng.', 62); + insert into student values('38336', 'Sagawe', 'Civil Eng.', 39); + insert into student values('98563', 'Yen', 'Languages', 74); + insert into student values('19541', 'Drews', 'Marketing', 1); + insert into student values('95366', 'Isogai', 'Cybernetics', 33); + insert into student values('69758', 'Baroni', 'Pol. Sci.', 57); + insert into student values('98690', 'Neru', 'Accounting', 41); + insert into student values('66494', 'Shevade', 'Biology', 62); + insert into student values('65205', 'Sauer', 'Accounting', 128); + insert into student values('11682', 'Juol', 'Athletics', 126); + insert into student values('36265', 'Kaupp', 'Physics', 98); + insert into student values('14432', 'Whitley', 'Geology', 2); + insert into student values('63860', 'Bayn', 'English', 106); + insert into student values('50969', 'Terauchi', 'History', 119); + insert into student values('95089', 'Zarpell', 'Mech. Eng.', 111); + insert into student values('74840', 'Schill', 'Biology', 116); + insert into student values('29002', 'Duxbury', 'History', 29); + insert into student values('37809', 'Soni', 'Geology', 38); + insert into student values('27727', 'Duong', 'Finance', 115); + insert into student values('66469', 'Komori', 'History', 105); + insert into student values('31486', 'Okubo', 'Elec. Eng.', 72); + insert into student values('95099', 'Chien', 'Accounting', 81); + insert into student values('57083', 'Gray', 'Pol. Sci.', 107); + insert into student values('83622', 'Achilles', 'Elec. Eng.', 57); + insert into student values('68278', 'Becker', 'Psychology', 83); + insert into student values('87651', 'Liang', 'Math', 67); + insert into student values('8426', 'Harass', 'Pol. Sci.', 67); + insert into student values('88793', 'Sakhno', 'Mech. Eng.', 77); + insert into student values('60249', 'Nishida', 'Geology', 83); + insert into student values('65144', 'Butler', 'Marketing', 121); + insert into student values('91091', 'Ockerb', 'English', 105); + insert into student values('8252', 'Breuer', 'Civil Eng.', 13); + insert into student values('82126', 'Koizumi', 'Math', 103); + insert into student values('13290', 'Bonatto', 'Biology', 83); + insert into student values('85356', 'Kocsis', 'Marketing', 68); + insert into student values('5871', 'Carey', 'Athletics', 70); + insert into student values('59290', 'Morris', 'English', 120); + insert into student values('5414', 'Aiken', 'Pol. Sci.', 118); + insert into student values('30124', 'Alfaro', 'Math', 126); + insert into student values('21008', 'Pavlovico', 'Mech. Eng.', 44); + insert into student values('69732', 'Barbosa', 'English', 76); + insert into student values('19450', 'Asahara', 'Cybernetics', 37); + insert into student values('55915', 'Mohamed', 'Civil Eng.', 78); + insert into student values('14621', 'Azevedo', 'Astronomy', 17); + insert into student values('22003', 'Ibah', 'Elec. Eng.', 48); + insert into student values('16631', 'Stratulat', 'Biology', 20); + insert into student values('51549', 'Rao', 'Mech. Eng.', 87); + insert into student values('95284', 'Hands', 'Physics', 25); + insert into student values('60366', 'Kostie', 'Statistics', 106); + insert into student values('99369', 'Klingenb', 'Comp. Sci.', 57); + insert into student values('50873', 'Beck', 'Marketing', 33); + insert into student values('36244', 'Neuhold', 'Accounting', 50); + insert into student values('58874', 'Ray', 'Physics', 109); + insert into student values('82687', 'Cameron', 'Athletics', 77); + insert into student values('2423', 'Giralt', 'Accounting', 114); + insert into student values('62429', 'Dietzsch', 'Psychology', 111); + insert into student values('93631', 'Sendlm', 'History', 71); + insert into student values('29705', 'Stetson', 'Finance', 76); + insert into student values('52076', 'Noda', 'Astronomy', 85); + insert into student values('53451', 'Hasan', 'Physics', 83); + insert into student values('69730', 'Peip', 'English', 12); + insert into student values('56276', 'Lansi', 'History', 122); + insert into student values('23311', 'Brunet', 'Languages', 83); + insert into student values('21086', 'Held', 'Math', 97); + insert into student values('61003', 'Pietkiewicz', 'Math', 88); + insert into student values('27950', 'Yüksel', 'English', 74); + insert into student values('50583', 'Ng', 'Finance', 113); + insert into student values('40276', 'Konstantinides', 'Mech. Eng.', 37); + insert into student values('15487', 'Januszewski', 'Athletics', 14); + insert into student values('83592', 'Benkov', 'Accounting', 33); + insert into student values('46970', 'Rafiq', 'Athletics', 31); + insert into student values('30188', 'Ahmad', 'Marketing', 126); + insert into student values('64934', 'Halbert', 'Psychology', 38); + insert into student values('99694', 'Beckert', 'Statistics', 119); + insert into student values('79534', 'Martel-', 'Statistics', 11); + insert into student values('57156', 'Haigh', 'Math', 120); + insert into student values('41894', 'Ortmann', 'Civil Eng.', 89); + insert into student values('69679', 'Ramírez', 'Accounting', 7); + insert into student values('62795', 'Conradie', 'Pol. Sci.', 63); + insert into student values('34331', 'Kacpr', 'Accounting', 59); + insert into student values('4645', 'Ryoo', 'Finance', 65); + insert into student values('70395', 'Ballew', 'Physics', 128); + insert into student values('69222', 'Albuquerque', 'Math', 18); + insert into student values('22254', 'Gordon', 'Statistics', 75); + insert into student values('51817', 'MacIntyre', 'Physics', 51); + insert into student values('66495', 'Michel', 'Statistics', 82); + insert into student values('72501', 'Mulet', 'Elec. Eng.', 93); + insert into student values('7390', 'Stone', 'Accounting', 30); + insert into student values('28538', 'Mathur', 'Statistics', 97); + insert into student values('68649', 'Klug', 'Pol. Sci.', 49); + insert into student values('15249', 'Cheah', 'Accounting', 1); + insert into student values('98984', 'Seraphin', 'Mech. Eng.', 43); + insert into student values('35198', 'Loc', 'Civil Eng.', 87); + insert into student values('67017', 'Westervelt', 'Physics', 102); + insert into student values('27919', 'Hubr', 'Athletics', 124); + insert into student values('46762', 'Bier', 'Comp. Sci.', 71); + insert into student values('98843', 'Julier', 'Cybernetics', 85); + insert into student values('14094', 'Miao', 'Comp. Sci.', 45); + insert into student values('79589', 'Schopp', 'Elec. Eng.', 104); + insert into student values('94371', 'Milner', 'Athletics', 120); + insert into student values('25528', 'Sivew', 'Elec. Eng.', 40); + insert into student values('7620', 'Potry', 'Mech. Eng.', 107); + insert into student values('43658', 'Meneses', 'Astronomy', 87); + insert into student values('65714', 'Hughes', 'English', 19); + insert into student values('37339', 'Warren', 'Psychology', 68); + insert into student values('38555', 'Vogt', 'Elec. Eng.', 55); + insert into student values('73908', 'Cruz', 'Biology', 60); + insert into student values('4438', 'Yoshioka', 'Cybernetics', 110); + insert into student values('15883', 'Marques', 'Math', 24); + insert into student values('41890', 'Srivastava', 'Physics', 15); + insert into student values('75547', 'Varadaran', 'Pol. Sci.', 96); + insert into student values('89196', 'Klöpper', 'Pol. Sci.', 37); + insert into student values('52494', 'Sznajder', 'Statistics', 25); + insert into student values('44551', 'Nguyen', 'Astronomy', 119); + insert into student values('61332', 'Canon', 'Astronomy', 8); + insert into student values('37715', 'Westbrook', 'Languages', 53); + insert into student values('68779', 'Harmon', 'Athletics', 47); + insert into student values('71768', 'Stephenn', 'Geology', 89); + insert into student values('72055', 'Schinag', 'Languages', 7); + insert into student values('29514', 'Michael', 'Biology', 124); + insert into student values('62152', 'Oba', 'Elec. Eng.', 78); + insert into student values('66212', 'Kurt', 'Finance', 113); + insert into student values('53048', 'Keps', 'Cybernetics', 122); + insert into student values('4015', 'Cole', 'Astronomy', 32); + insert into student values('67340', 'Dubu', 'Cybernetics', 38); + insert into student values('2970', 'Montes-y', 'History', 56); + insert into student values('27952', 'McQuillan', 'History', 51); + insert into student values('51008', 'Kandadai', 'History', 107); + insert into student values('97629', 'Awano', 'Biology', 101); + insert into student values('31079', 'Canas', 'Astronomy', 85); + insert into student values('57941', 'Kleinberg', 'Astronomy', 24); + insert into student values('30397', 'Dism', 'Civil Eng.', 116); + insert into student values('45826', 'Teng', 'Mech. Eng.', 70); + insert into student values('70299', 'Hirvas', 'Athletics', 65); + insert into student values('9084', 'Rabu', 'Finance', 87); + insert into student values('78116', 'Xiao', 'Civil Eng.', 65); + insert into student values('5250', 'Ã…ström', 'Finance', 49); + insert into student values('93508', 'Graham', 'Physics', 14); + insert into student values('30845', 'Fonseca', 'Math', 19); + insert into student values('91442', 'Ohno', 'Pol. Sci.', 91); + insert into student values('75938', 'Kotsonis', 'Marketing', 71); + insert into student values('74672', 'Eggers', 'Athletics', 24); + insert into student values('12078', 'Knutson', 'Languages', 97); + insert into student values('94311', 'Napoletani', 'English', 40); + insert into student values('94697', 'Pettersen', 'Geology', 105); + insert into student values('50702', 'Harders', 'Math', 63); + insert into student values('35462', 'Byrd', 'Statistics', 42); + insert into student values('34018', 'Asahara', 'Elec. Eng.', 103); + insert into student values('99775', 'Epley', 'Athletics', 116); + insert into student values('88140', 'Stanko', 'Pol. Sci.', 122); + insert into student values('46106', 'Pledg', 'Astronomy', 68); + insert into student values('68096', 'Teo', 'Elec. Eng.', 68); + insert into student values('84808', 'Randers', 'Psychology', 104); + insert into student values('97658', 'Baier', 'Finance', 82); + insert into student values('73186', 'Schweitzer', 'Psychology', 3); + insert into student values('50944', 'Tao', 'Pol. Sci.', 66); + insert into student values('53165', 'Dowey', 'History', 90); + insert into student values('86981', 'Hansch', 'Cybernetics', 3); + insert into student values('16885', 'Biehl', 'Math', 59); + insert into student values('2561', 'Aschoff', 'Finance', 20); + insert into student values('96178', 'Hay', 'Civil Eng.', 84); + insert into student values('64731', 'Yuanq', 'Languages', 13); + insert into student values('14023', 'Deshpande', 'History', 90); + insert into student values('47265', 'Albinal', 'Comp. Sci.', 105); + insert into student values('84704', 'Rammer', 'Physics', 55); + insert into student values('69132', 'Sciore', 'Statistics', 25); + insert into student values('49073', 'Bonvin', 'English', 74); + insert into student values('44703', 'Hsieh', 'Marketing', 5); + insert into student values('41211', 'Fok', 'Accounting', 113); + insert into student values('61414', 'Ohyama', 'Elec. Eng.', 90); + insert into student values('38696', 'Spadon', 'Comp. Sci.', 118); + insert into student values('90009', 'Donofrio', 'Pol. Sci.', 13); + insert into student values('97868', 'Schinag', 'Athletics', 104); + insert into student values('17944', 'Hamarn', 'Mech. Eng.', 5); + insert into student values('25380', 'Vassileva', 'English', 97); + insert into student values('85614', 'Champes', 'English', 87); + insert into student values('60984', 'Emms', 'Finance', 48); + insert into student values('84495', 'Kurata', 'Psychology', 84); + insert into student values('19321', 'Chang', 'Mech. Eng.', 124); + insert into student values('99611', 'Schrefl', 'Pol. Sci.', 22); + insert into student values('72485', 'Wetzel', 'Finance', 33); + insert into student values('50267', 'Spengler', 'Finance', 52); + insert into student values('544', 'Uchiyama', 'Biology', 81); + insert into student values('55009', 'Pohlem', 'Pol. Sci.', 18); + insert into student values('45083', 'Stasko', 'Marketing', 44); + insert into student values('67018', 'Catona', 'Biology', 46); + insert into student values('93039', 'Hau', 'English', 21); + insert into student values('75772', 'Morton', 'Comp. Sci.', 48); + insert into student values('60224', 'Bensaber', 'Physics', 54); + insert into student values('41674', 'April', 'Biology', 46); + insert into student values('97435', 'Winzer', 'Finance', 77); + insert into student values('21101', 'Gotchev', 'Astronomy', 117); + insert into student values('76250', 'Maw', 'History', 57); + insert into student values('40682', 'Rowe', 'Geology', 114); + insert into student values('39612', 'Androutsopoulos', 'Elec. Eng.', 103); + insert into student values('14032', 'Belhadji', 'Elec. Eng.', 0); + insert into student values('75791', 'Keuk', 'Finance', 11); + insert into student values('5208', 'Feyr', 'Statistics', 47); + insert into student values('43432', 'Caporali', 'Astronomy', 77); + insert into student values('68453', 'Kjellmer', 'Elec. Eng.', 102); + insert into student values('12711', 'Malagoli', 'Physics', 97); + insert into student values('40932', 'Rioult', 'Comp. Sci.', 94); + insert into student values('6710', 'Matli', 'Elec. Eng.', 102); + insert into student values('91370', 'Frangeu', 'Mech. Eng.', 9); + insert into student values('43912', 'Papakir', 'Finance', 34); + insert into student values('12666', 'Power', 'Athletics', 118); + insert into student values('74460', 'McWilliams', 'Statistics', 120); + insert into student values('99422', 'Fickl', 'Civil Eng.', 83); + insert into student values('95320', 'Morgan', 'Mech. Eng.', 127); + insert into student values('56299', 'Sadry', 'Finance', 75); + insert into student values('84432', 'Schrefl', 'Athletics', 111); + insert into student values('75231', 'Ravindranath', 'Statistics', 127); + insert into student values('94846', 'Hossain', 'Cybernetics', 103); + insert into student values('4004', 'Tabor', 'Biology', 51); + insert into student values('28361', 'Sorensen', 'Physics', 109); + insert into student values('97228', 'Brzezinski', 'Mech. Eng.', 25); + insert into student values('39552', 'Tsukamoto', 'Physics', 72); + insert into student values('38676', 'Swien', 'Elec. Eng.', 48); + insert into student values('94814', 'Kee', 'Mech. Eng.', 73); + insert into student values('16035', 'Starker', 'English', 94); + insert into student values('79205', 'Zander', 'Geology', 115); + insert into student values('4682', 'Betho', 'Accounting', 59); + insert into student values('5925', 'Maw', 'Languages', 30); + insert into student values('25187', 'Fenwick', 'History', 103); + insert into student values('19603', 'Colu', 'Finance', 122); + insert into student values('41491', 'Beavis', 'Comp. Sci.', 15); + insert into student values('99764', 'Lv', 'Marketing', 104); + insert into student values('50537', 'Felling', 'Mech. Eng.', 20); + insert into student values('67793', 'Pigd', 'Mech. Eng.', 45); + insert into student values('47487', 'Villa', 'Finance', 72); + insert into student values('19362', 'Linden', 'Finance', 123); + insert into student values('25942', 'Leclercq', 'Mech. Eng.', 23); + insert into student values('39238', 'Kyriakopoulos', 'Pol. Sci.', 90); + insert into student values('65979', 'Chenu', 'Comp. Sci.', 22); + insert into student values('22086', 'Ockerb', 'Athletics', 23); + insert into student values('37734', 'Kamata', 'Civil Eng.', 68); + insert into student values('17911', 'Audeh', 'Biology', 92); + insert into student values('87831', 'Turunen', 'Psychology', 128); + insert into student values('12214', 'Morales', 'Languages', 51); + insert into student values('20378', 'Lomi', 'Languages', 3); + insert into student values('11083', 'Kerridge', 'Statistics', 113); + insert into student values('57377', 'Soricu', 'Elec. Eng.', 40); + insert into student values('35881', 'Özel', 'Cybernetics', 99); + insert into student values('34542', 'Basile', 'Physics', 25); + insert into student values('91978', 'Pourkas', 'Cybernetics', 128); + insert into student values('87048', 'Gani', 'Mech. Eng.', 10); + insert into student values('64820', 'Hendrickson', 'Geology', 79); + insert into student values('57474', 'Coddington', 'Accounting', 110); + insert into student values('53496', 'Cashman', 'Marketing', 27); + insert into student values('87193', 'Pinkus', 'English', 25); + insert into student values('847', 'Yamaguchi', 'Elec. Eng.', 105); + insert into student values('42388', 'Nikut', 'History', 87); + insert into student values('62749', 'Giroux', 'Math', 49); + insert into student values('41988', 'Gall', 'Languages', 12); + insert into student values('85680', 'Krohn', 'Mech. Eng.', 93); + insert into student values('82083', 'Peeri', 'English', 58); + insert into student values('65056', 'Kean', 'Astronomy', 76); + insert into student values('3639', 'Story', 'Statistics', 73); + insert into student values('37038', 'Grieng', 'Math', 114); + insert into student values('9933', 'Pircher', 'Geology', 90); + insert into student values('65190', 'Dumas', 'Accounting', 77); + insert into student values('15328', 'Chien', 'Statistics', 129); + insert into student values('59455', 'Lowenstein', 'English', 110); + insert into student values('49873', 'Nikut', 'Athletics', 85); + insert into student values('82039', 'Hendrickson', 'Astronomy', 37); + insert into student values('20974', 'Hawkins', 'Mech. Eng.', 127); + insert into student values('56089', 'Mezzar', 'Marketing', 109); + insert into student values('86573', 'Schauser', 'Physics', 107); + insert into student values('38712', 'Kreutz', 'Elec. Eng.', 29); + insert into student values('42991', 'Kaiser', 'Languages', 126); + insert into student values('28019', 'Cayto', 'History', 38); + insert into student values('13023', 'Serrano', 'Marketing', 108); + insert into student values('31761', 'Jame', 'Pol. Sci.', 57); + insert into student values('56882', 'Browne', 'Comp. Sci.', 24); + insert into student values('34788', 'Barkov', 'Civil Eng.', 35); + insert into student values('17607', 'Ould', 'Athletics', 115); + insert into student values('48776', 'Wall', 'Statistics', 58); + insert into student values('78758', 'Chakraborty', 'Geology', 7); + insert into student values('77218', 'Lohman', 'Finance', 51); + insert into student values('4034', 'Xie', 'Elec. Eng.', 64); + insert into student values('50658', 'Cayto', 'Civil Eng.', 56); + insert into student values('76057', 'Sakanushi', 'Comp. Sci.', 2); + insert into student values('96067', 'Sugavanam', 'Civil Eng.', 113); + insert into student values('24784', 'Jessup', 'Comp. Sci.', 126); + insert into student values('31560', 'Neld', 'Languages', 13); + insert into student values('32345', 'Chormo', 'Biology', 38); + insert into student values('76799', 'Monger', 'Statistics', 63); + insert into student values('37454', 'Frasinc', 'Biology', 109); + insert into student values('30943', 'Botha', 'History', 65); + insert into student values('16405', 'Rahman', 'Languages', 5); + insert into student values('95850', 'Schrefl', 'Comp. Sci.', 13); + insert into student values('26619', 'Matsukawa', 'Biology', 58); + insert into student values('17997', 'Ishikawa', 'Languages', 128); + insert into student values('26427', 'Ende', 'Finance', 129); + insert into student values('73213', 'Fall', 'Psychology', 64); + insert into student values('93366', 'Gault', 'Cybernetics', 29); + insert into student values('33882', 'Borutz', 'Civil Eng.', 3); + insert into student values('37818', 'Jiao', 'Civil Eng.', 66); + insert into student values('21102', 'He', 'Biology', 121); + insert into student values('76798', 'Clifford', 'Languages', 43); + insert into student values('31820', 'Riahi', 'Athletics', 51); + insert into student values('63489', 'Enokib', 'Comp. Sci.', 81); + insert into student values('51955', 'Tompa', 'Finance', 106); + insert into student values('71631', 'Scheine', 'Astronomy', 87); + insert into student values('48009', 'Lopes', 'Pol. Sci.', 36); + insert into student values('51678', 'Klivansky', 'Pol. Sci.', 49); + insert into student values('73602', 'Richardson', 'History', 119); + insert into student values('11530', 'Ng', 'Marketing', 92); + insert into student values('32376', 'Nakajima', 'Astronomy', 8); + insert into student values('80799', 'Almeida', 'Finance', 106); + insert into student values('40178', 'Greene', 'Mech. Eng.', 93); + insert into student values('58701', 'Hampp', 'Geology', 44); + insert into student values('46655', 'Advani', 'Athletics', 112); + insert into student values('93043', 'McQuillan', 'Marketing', 42); + insert into student values('1402', 'Oswald', 'Comp. Sci.', 12); + insert into student values('29462', 'Daues', 'Pol. Sci.', 88); + insert into student values('49701', 'Read', 'Civil Eng.', 33); + insert into student values('96968', 'Mohamed', 'Mech. Eng.', 118); + insert into student values('89551', 'Shapiro', 'History', 127); + insert into student values('32483', 'Atre', 'Math', 114); + insert into student values('39472', 'Soper', 'Elec. Eng.', 62); + insert into student values('88045', 'Jackson', 'Languages', 126); + insert into student values('30474', 'Paniez', 'Athletics', 55); + insert into student values('31476', 'OConnor', 'Elec. Eng.', 7); + insert into student values('95175', 'Guiho', 'Elec. Eng.', 42); + insert into student values('95697', 'Gruns', 'Cybernetics', 77); + insert into student values('37759', 'Signah', 'Cybernetics', 26); + insert into student values('96134', 'Prince', 'Languages', 121); + insert into student values('92464', 'Enokib', 'History', 47); + insert into student values('78434', 'Ruhe', 'Psychology', 26); + insert into student values('44038', 'Chandra', 'Civil Eng.', 11); + insert into student values('43993', 'Halbert', 'Math', 113); + insert into student values('914', 'Schill', 'Comp. Sci.', 32); + insert into student values('19342', 'Bouzeghoub', 'Finance', 35); + insert into student values('13749', 'Alfaro', 'Marketing', 23); + insert into student values('33546', 'Saguez', 'Pol. Sci.', 53); + insert into student values('40116', 'Joshi', 'Psychology', 23); + insert into student values('46980', 'Roessler', 'Astronomy', 58); + insert into student values('31266', 'Kacpr', 'Physics', 22); + insert into student values('65688', 'Loudn', 'Mech. Eng.', 65); + insert into student values('65563', 'Bawa', 'Psychology', 111); + insert into student values('83314', 'Chow', 'Accounting', 40); + insert into student values('39876', 'Wood', 'Accounting', 14); + insert into student values('44706', 'Bland', 'English', 119); + insert into student values('15086', 'Sun', 'Physics', 74); + insert into student values('12615', 'Tewari', 'Geology', 40); + insert into student values('63538', 'Pulido', 'History', 46); + insert into student values('17831', 'Srivastava', 'Languages', 75); + insert into student values('96117', 'Nisso', 'English', 128); + insert into student values('82066', 'Varghese', 'Comp. Sci.', 11); + insert into student values('28738', 'Birkett', 'Civil Eng.', 94); + insert into student values('84515', 'Levie', 'Biology', 126); + insert into student values('90132', 'Jo', 'Psychology', 11); + insert into student values('8192', 'Verma', 'Civil Eng.', 123); + insert into student values('25611', 'Sve', 'English', 107); + insert into student values('50743', 'Lindner', 'Biology', 83); + insert into student values('41683', 'Pietkiewicz', 'Biology', 20); + insert into student values('99553', 'Strader', 'Languages', 6); + insert into student values('22179', 'Sundho', 'Statistics', 40); + insert into student values('65121', 'Winter', 'Comp. Sci.', 56); + insert into student values('52057', 'Garg', 'Elec. Eng.', 101); + insert into student values('931', 'Tsalidi', 'English', 122); + insert into student values('23392', 'Curutchet', 'Elec. Eng.', 43); + insert into student values('33759', 'Mowbray', 'Psychology', 44); + insert into student values('52203', 'Suwanno', 'Pol. Sci.', 41); + insert into student values('78581', 'Hegde', 'Finance', 41); + insert into student values('65241', 'Riser', 'Astronomy', 96); + insert into student values('45359', 'Zelek', 'Marketing', 79); + insert into student values('86001', 'Meise', 'English', 27); + insert into student values('22532', 'Silverman', 'History', 120); + insert into student values('97573', 'Yusop', 'Physics', 60); + insert into student values('90609', 'Mohamed', 'Finance', 95); + insert into student values('16528', 'Angs', 'Accounting', 24); + insert into student values('61920', 'Marcol', 'Geology', 59); + insert into student values('282', 'Rougemont', 'Languages', 34); + insert into student values('85602', 'Bogdanova', 'Pol. Sci.', 81); + insert into student values('62832', 'Anderson', 'English', 19); + insert into student values('78454', 'Michael', 'Pol. Sci.', 68); + insert into student values('30222', 'Lepp', 'Accounting', 121); + insert into student values('28994', 'Williamson', 'Statistics', 104); + insert into student values('39927', 'Bartels', 'History', 62); + insert into student values('74070', 'Sandberg', 'Mech. Eng.', 119); + insert into student values('65208', 'Farahvash', 'Civil Eng.', 45); + insert into student values('2286', 'Ceze', 'Elec. Eng.', 65); + insert into student values('49450', 'Gotoh', 'Astronomy', 83); + insert into student values('83214', 'Dasd', 'Biology', 35); + insert into student values('6287', 'Makowski', 'Pol. Sci.', 32); + insert into student values('86661', 'Shani', 'Elec. Eng.', 21); + insert into student values('68242', 'Hugo', 'English', 109); + insert into student values('42092', 'Arinb', 'Comp. Sci.', 47); + insert into student values('9993', 'Won', 'Math', 40); + insert into student values('89734', 'Doeschn', 'Astronomy', 66); + insert into student values('7732', 'Osc', 'Comp. Sci.', 98); + insert into student values('89312', 'Marques', 'Statistics', 101); + insert into student values('35357', 'Gradino', 'English', 34); + insert into student values('86127', 'Spikov', 'Math', 27); + insert into student values('18775', 'Pampal', 'Comp. Sci.', 89); + insert into student values('24374', 'Jo', 'Cybernetics', 105); + insert into student values('2848', 'Carr', 'Civil Eng.', 121); + insert into student values('78143', 'Erdem', 'Astronomy', 12); + insert into student values('50977', 'Allen', 'Elec. Eng.', 93); + insert into student values('96895', 'Stelzl', 'Statistics', 94); + insert into student values('95626', 'Tellez', 'Math', 32); + insert into student values('22260', 'Daat', 'Accounting', 8); + insert into student values('23224', 'Kempn', 'Psychology', 81); + insert into student values('27528', 'Probst', 'Biology', 95); + insert into student values('71025', 'Cadis', 'History', 129); + insert into student values('36845', 'Okaf', 'Math', 30); + insert into student values('17924', 'Tavan', 'Psychology', 97); + insert into student values('69632', 'Gibbs', 'Languages', 40); + insert into student values('70828', 'Kaska', 'Physics', 88); + insert into student values('27687', 'Yüksel', 'Physics', 31); + insert into student values('28299', 'Grange', 'Languages', 120); + insert into student values('14869', 'Palmer', 'Astronomy', 106); + insert into student values('11152', 'Al-Tahat', 'English', 87); + insert into student values('17507', 'Mathur', 'Mech. Eng.', 48); + insert into student values('57107', 'Janssen', 'Astronomy', 36); + insert into student values('47670', 'Xue', 'Pol. Sci.', 55); + insert into student values('25718', 'Seyfert', 'Athletics', 83); + insert into student values('67293', 'Ueno', 'History', 19); + insert into student values('41091', 'Maillet', 'Geology', 66); + insert into student values('86674', 'Peter', 'Biology', 105); + insert into student values('23506', 'Ã…ström', 'Pol. Sci.', 109); + insert into student values('8022', 'Heng', 'Languages', 74); + insert into student values('97953', 'Kaneko', 'Math', 110); + insert into student values('86934', 'Berthold', 'Athletics', 35); + insert into student values('58172', 'Geißl', 'Astronomy', 127); + insert into student values('81610', 'Ching', 'Languages', 0); + insert into student values('77172', 'Klepper', 'Statistics', 64); + insert into student values('499', 'Seike', 'Elec. Eng.', 52); + insert into student values('94730', 'Neff', 'Geology', 101); + insert into student values('40371', 'Trimble', 'Physics', 109); + insert into student values('3651', 'Narayanan', 'Elec. Eng.', 14); + insert into student values('85904', 'Harass', 'Cybernetics', 120); + insert into student values('73394', 'Blasbe', 'Geology', 96); + insert into student values('8807', 'Zacharias', 'Finance', 33); + insert into student values('62705', 'Hoffman', 'Marketing', 86); + insert into student values('11578', 'Kwan', 'Languages', 37); + insert into student values('68248', 'Tillmann', 'Athletics', 83); + insert into student values('98315', 'Saill', 'Pol. Sci.', 65); + insert into student values('62754', 'Durrant', 'Geology', 54); + insert into student values('41406', 'Dahmann', 'Biology', 24); + insert into student values('82063', 'Zeng', 'Athletics', 68); + insert into student values('87706', 'Nakao', 'Physics', 80); + insert into student values('20540', 'Cunha', 'History', 58); + insert into student values('69960', 'Raïev', 'Biology', 17); + insert into student values('30252', 'Folkers', 'Geology', 80); + insert into student values('70098', 'Prabhakaran', 'Biology', 61); + insert into student values('93986', 'Zahrani', 'Physics', 73); + insert into student values('35685', 'Usi', 'History', 31); + insert into student values('31364', 'Rieger', 'Biology', 94); + insert into student values('36494', 'Baccou', 'Psychology', 41); + insert into student values('32217', 'Argar', 'Math', 14); + insert into student values('69952', 'Muñoz', 'Psychology', 115); + insert into student values('52523', 'Hobbs', 'English', 14); + insert into student values('7149', 'Xin', 'Pol. Sci.', 120); + insert into student values('71878', 'Hayat', 'Finance', 27); + insert into student values('29192', 'Gomez', 'Geology', 81); + insert into student values('79446', 'Frost', 'Pol. Sci.', 24); + insert into student values('77000', 'Cherchi', 'Physics', 125); + insert into student values('1836', 'Marinov', 'Elec. Eng.', 85); + insert into student values('84167', 'Sakanushi', 'Comp. Sci.', 20); + insert into student values('81785', 'Crues', 'Civil Eng.', 102); + insert into student values('1087', 'Roses', 'Accounting', 73); + insert into student values('5617', 'Souza', 'Languages', 60); + insert into student values('53547', 'Neubert', 'Mech. Eng.', 66); + insert into student values('39978', 'Drig', 'English', 92); + insert into student values('60748', 'Nagal', 'Elec. Eng.', 58); + insert into student values('23449', 'Noda', 'Cybernetics', 94); + insert into student values('52385', 'Higuchi', 'Astronomy', 78); + insert into student values('2139', 'Agarwal', 'Physics', 99); + insert into student values('12941', 'Ren', 'Marketing', 76); + insert into student values('72521', 'Caleff', 'Mech. Eng.', 48); + insert into student values('82580', 'Wyes', 'Mech. Eng.', 103); + insert into student values('39394', 'Reinhardt', 'History', 84); + insert into student values('39901', 'Dellwo', 'Biology', 82); + insert into student values('3493', 'Riser', 'Geology', 16); + insert into student values('90353', 'Bruderm', 'Astronomy', 46); + insert into student values('69747', 'Beichn', 'Finance', 34); + insert into student values('39514', 'Yean', 'Accounting', 65); + insert into student values('36995', 'Sgot', 'Finance', 79); + insert into student values('12971', 'Bumbau', 'Elec. Eng.', 47); + insert into student values('76768', 'Oblak', 'Pol. Sci.', 56); + insert into student values('79502', 'Marongiu', 'Math', 84); + insert into student values('63390', 'Loudn', 'Cybernetics', 41); + insert into student values('19824', 'Savelieva', 'Physics', 7); + insert into student values('46769', 'Kivv', 'Psychology', 85); + insert into student values('65400', 'Horecz', 'Psychology', 49); + insert into student values('44258', 'Steinmetz', 'Accounting', 28); + insert into student values('81896', 'Feldman', 'Finance', 46); + insert into student values('79772', 'Witty', 'Marketing', 4); + insert into student values('46155', 'Kruglyak', 'Astronomy', 67); + insert into student values('18709', 'Agar', 'Math', 65); + insert into student values('63502', 'Xie', 'Languages', 69); + insert into student values('39521', 'Holloway', 'Accounting', 113); + insert into student values('51203', 'Lahtinen', 'Math', 99); + insert into student values('96741', 'Kobayashi', 'Comp. Sci.', 87); + insert into student values('38371', 'Harada', 'Math', 50); + insert into student values('59673', 'Mertens', 'Astronomy', 98); + insert into student values('13365', 'Wolter', 'Mech. Eng.', 55); + insert into student values('1000', 'Manber', 'Civil Eng.', 39); + insert into student values('19735', 'Bishop', 'Physics', 9); + insert into student values('34126', 'Schreitm', 'Accounting', 14); + insert into student values('16467', 'Meyl', 'Comp. Sci.', 92); + insert into student values('80248', 'Satoh', 'English', 74); + insert into student values('58634', 'Choung', 'Finance', 101); + insert into student values('51975', 'Nicol', 'Languages', 127); + insert into student values('77548', 'Krohn', 'History', 45); + insert into student values('74796', 'Vulp', 'History', 108); + insert into student values('85981', 'Kahs', 'Statistics', 91); + insert into student values('29645', 'Oller', 'History', 120); + insert into student values('89234', 'Hird', 'Civil Eng.', 78); + insert into student values('94142', 'Simon', 'Languages', 45); + insert into student values('79697', 'Marquis', 'Accounting', 75); + insert into student values('90089', 'Mohan', 'Astronomy', 28); + insert into student values('20244', 'Abu-B', 'Marketing', 112); + insert into student values('37350', 'Sohn', 'Physics', 49); + insert into student values('81638', 'Chiu', 'Statistics', 30); + insert into student values('90914', 'Grange', 'Pol. Sci.', 38); + insert into student values('75395', 'Moscarini', 'Psychology', 19); + insert into student values('42556', 'Tsantis', 'Languages', 43); + insert into student values('10556', 'Reed', 'English', 79); + insert into student values('39619', 'Dwyer', 'Mech. Eng.', 89); + insert into student values('38288', 'Matsuda', 'Mech. Eng.', 107); + insert into student values('20985', 'Wunderli', 'History', 66); + insert into student values('38548', 'Scibili', 'Pol. Sci.', 88); + insert into student values('15698', 'Dink', 'Psychology', 72); + insert into student values('23500', 'Kinney', 'Marketing', 68); + insert into student values('70965', 'Dooley', 'Languages', 66); + insert into student values('76911', 'Alart', 'Finance', 66); + insert into student values('3545', 'Peskin', 'Statistics', 119); + insert into student values('46694', 'Masamura', 'Math', 118); + insert into student values('99977', 'Englund', 'Psychology', 93); + insert into student values('90124', 'Koppit', 'Physics', 104); + insert into student values('95840', 'Jakobsen', 'History', 127); + insert into student values('56143', 'Yusop', 'Civil Eng.', 86); + insert into student values('79469', 'Jacobs', 'Math', 38); + insert into student values('3693', 'Zafar', 'Athletics', 27); + insert into student values('42096', 'Freib', 'Biology', 10); + insert into student values('88472', 'Lynch', 'Marketing', 12); + insert into student values('14874', 'Singhal', 'Comp. Sci.', 34); + insert into student values('978', 'Salzman', 'Comp. Sci.', 127); + insert into student values('33201', 'Macias', 'Civil Eng.', 61); + insert into student values('30161', 'Grude', 'Cybernetics', 23); + insert into student values('46441', 'Zander', 'Athletics', 18); + insert into student values('31035', 'Arnoux', 'Civil Eng.', 92); + insert into student values('67371', 'Garcia-Ferr', 'Geology', 70); + insert into student values('80651', 'Holz', 'English', 108); + insert into student values('43505', 'Yoon', 'Statistics', 118); + insert into student values('35498', 'Lanfr', 'Accounting', 78); + insert into student values('48423', 'Krone', 'Pol. Sci.', 80); + insert into student values('51093', 'Syng', 'Psychology', 92); + insert into student values('78572', 'Kurt', 'Comp. Sci.', 20); + insert into student values('52669', 'Rayad', 'Physics', 114); + insert into student values('87246', 'Dellwo', 'Comp. Sci.', 15); + insert into student values('69122', 'Epstein', 'Biology', 128); + insert into student values('52945', 'Adeni', 'Languages', 13); + insert into student values('52471', 'Recc', 'Finance', 110); + insert into student values('62728', 'Camme', 'Biology', 107); + insert into student values('52929', 'Hashim', 'Math', 118); + insert into student values('85754', 'Betho', 'Finance', 45); + insert into student values('18583', 'Ma', 'Finance', 74); + insert into student values('74974', 'Lao', 'Athletics', 86); + insert into student values('48611', 'Suppan', 'Geology', 102); + insert into student values('63582', 'Fischer', 'Pol. Sci.', 120); + insert into student values('53118', 'Carvey', 'Comp. Sci.', 120); + insert into student values('88887', 'Wodn', 'Languages', 122); + insert into student values('81175', 'Zelek', 'Biology', 0); + insert into student values('69783', 'Putru', 'Pol. Sci.', 117); + insert into student values('14829', 'Philippe', 'Accounting', 105); + insert into student values('53469', 'Fujii', 'Astronomy', 43); + insert into student values('44304', 'Cox', 'English', 31); + insert into student values('48861', 'Ende', 'Accounting', 54); + insert into student values('73411', 'Schulz', 'Math', 78); + insert into student values('95225', 'Moire', 'Languages', 99); + insert into student values('53788', 'Byun', 'Astronomy', 101); + insert into student values('68712', 'Hill', 'Civil Eng.', 30); + insert into student values('52866', 'Loull', 'Math', 30); + insert into student values('5298', 'Radici', 'Finance', 10); + insert into student values('58606', 'Opitz', 'Cybernetics', 91); + insert into student values('76049', 'Tavan', 'Cybernetics', 112); + insert into student values('78858', 'Abdul-Rahman', 'Psychology', 49); + insert into student values('97041', 'Rajnov', 'Psychology', 22); + insert into student values('98388', 'Nilsson', 'Math', 33); + insert into student values('15024', 'Kawahara', 'Civil Eng.', 10); + insert into student values('5243', 'Bajracharya', 'Marketing', 83); + insert into student values('80990', 'Strzem', 'Biology', 117); + insert into student values('77664', 'Apostolov', 'Marketing', 125); + insert into student values('49982', 'Haigh', 'Geology', 41); + insert into student values('87222', 'Allard', 'Mech. Eng.', 114); + insert into student values('35523', 'Yamamoto', 'Accounting', 15); + insert into student values('14499', 'Axte', 'Biology', 115); + insert into student values('33107', 'Liley', 'Civil Eng.', 16); + insert into student values('18108', 'Brailsford', 'Cybernetics', 107); + insert into student values('67655', 'Kuch', 'Math', 46); + insert into student values('95852', 'Cabr', 'Athletics', 48); + insert into student values('50664', 'Rajnov', 'Biology', 127); + insert into student values('59117', 'Belmes', 'Astronomy', 109); + insert into student values('435', 'Moskow', 'Languages', 32); + insert into student values('75596', 'Sayre', 'Biology', 19); + insert into student values('34197', 'Nestor', 'Languages', 106); + insert into student values('66281', 'Schelten', 'Civil Eng.', 49); + insert into student values('86736', 'Franchet', 'Finance', 94); + insert into student values('14484', 'Langer', 'Astronomy', 62); + insert into student values('88308', 'Reiss', 'English', 19); + insert into student values('36657', 'Ching', 'English', 51); + insert into student values('93125', 'Harders', 'Physics', 47); + insert into student values('29140', 'Reuver', 'Elec. Eng.', 123); + insert into student values('85211', 'Sumi', 'Athletics', 109); + insert into student values('23525', 'DAgostino', 'Elec. Eng.', 128); + insert into student values('3005', 'Ibrahim', 'Pol. Sci.', 73); + insert into student values('91197', 'Manzoor', 'Geology', 110); + insert into student values('1285', 'Szczerban', 'Pol. Sci.', 97); + insert into student values('29863', 'Harmon', 'Athletics', 112); + insert into student values('15070', 'Enokib', 'Math', 65); + insert into student values('98047', 'Takahashi', 'History', 49); + insert into student values('87624', 'Carrera', 'Civil Eng.', 81); + insert into student values('38902', 'Xiang', 'Math', 61); + insert into student values('15538', 'Yeung', 'Athletics', 111); + insert into student values('83691', 'Katehakis', 'Mech. Eng.', 33); + insert into student values('89759', 'Zettel', 'Mech. Eng.', 55); + insert into student values('34770', 'Porter', 'Languages', 111); + insert into student values('11202', 'Heckman', 'Math', 120); + insert into student values('65681', 'Roses', 'English', 17); + insert into student values('17665', 'Tewari', 'English', 62); + insert into student values('11966', 'Kowe', 'Math', 69); + insert into student values('21556', 'Negron', 'Marketing', 60); + insert into student values('24002', 'Russa', 'Languages', 14); + insert into student values('75878', 'Hahn-', 'Physics', 53); + insert into student values('52120', 'Redw', 'Physics', 8); + insert into student values('93491', 'Rees-', 'History', 74); + insert into student values('78637', 'Beeu', 'Physics', 42); + insert into student values('9256', 'Tran-', 'Pol. Sci.', 107); + insert into student values('41345', 'Tola', 'Finance', 17); + insert into student values('98726', 'Mathias', 'Comp. Sci.', 36); + insert into student values('5381', 'Diana', 'Languages', 30); + insert into student values('99647', 'Bellman', 'English', 106); + insert into student values('50331', 'Bullinger', 'Psychology', 9); + insert into student values('48247', 'Gustafsson', 'History', 80); + insert into student values('65753', 'Planti', 'Geology', 12); + insert into student values('29091', 'Ahso', 'Pol. Sci.', 22); + insert into student values('72165', 'Otsuki', 'Psychology', 61); + insert into student values('43981', 'Quimby', 'Pol. Sci.', 87); + insert into student values('16057', 'Wicki', 'Mech. Eng.', 114); + insert into student values('88525', 'Hung', 'Mech. Eng.', 92); + insert into student values('16480', 'Noga', 'Psychology', 5); + insert into student values('92849', 'Flossmann', 'Astronomy', 54); + insert into student values('9495', 'Crimm', 'Comp. Sci.', 68); + insert into student values('14581', 'Vagn', 'Biology', 129); + insert into student values('65901', 'Shishkin', 'Accounting', 120); + insert into student values('96203', 'Olin', 'Comp. Sci.', 87); + insert into student values('1954', 'Frank', 'Geology', 29); + insert into student values('66484', 'Amberg', 'Mech. Eng.', 75); + insert into student values('15083', 'Formisano', 'Physics', 50); + insert into student values('48901', 'Gong', 'Marketing', 57); + insert into student values('15340', 'Silbert', 'Psychology', 39); + insert into student values('16515', 'Suppan', 'Languages', 48); + insert into student values('54620', 'Hancock', 'Geology', 27); + insert into student values('15430', 'Sasso', 'Psychology', 39); + insert into student values('27236', 'Date', 'Astronomy', 105); + insert into student values('2201', 'Sauer', 'Biology', 99); + insert into student values('69471', 'Aly', 'Astronomy', 41); + insert into student values('13880', 'Lazos', 'Physics', 98); + insert into student values('827', 'Das', 'Languages', 98); + insert into student values('42960', 'McGinn', 'Finance', 95); + insert into student values('48471', 'Elias', 'Languages', 90); + insert into student values('13217', 'Liu', 'Athletics', 95); + insert into student values('45570', 'Hoyos', 'Biology', 99); + insert into student values('94815', 'Xiang', 'Finance', 6); + insert into student values('1922', 'Cavalcanti', 'Athletics', 48); + insert into student values('51084', 'Pah', 'Languages', 63); + insert into student values('842', 'Jode', 'Languages', 81); + insert into student values('53152', 'Sayre', 'Civil Eng.', 18); + insert into student values('11201', 'Bianchi', 'Statistics', 0); + insert into student values('88577', 'Smoro', 'Astronomy', 91); + insert into student values('22050', 'Alioto', 'Physics', 108); + insert into student values('68010', 'Blecken', 'Pol. Sci.', 43); + insert into student values('10838', 'Marlet', 'Accounting', 91); + insert into student values('59848', 'Barwin', 'History', 86); + insert into student values('7035', 'Liots', 'English', 23); + insert into student values('5463', 'Reiss', 'Finance', 95); + insert into student values('74464', 'Sulimova', 'Athletics', 76); + insert into student values('16969', 'Hakkinen', 'Finance', 70); + insert into student values('62054', 'Wood', 'Mech. Eng.', 13); + insert into student values('50719', 'Model', 'Geology', 66); + insert into student values('41280', 'Birtz', 'Finance', 83); + insert into student values('31341', 'Rotter', 'Marketing', 32); + insert into student values('23475', 'Cecchi', 'Athletics', 16); + insert into student values('55354', 'Yang', 'Comp. Sci.', 107); + insert into student values('50966', 'Concilio', 'Finance', 95); + insert into student values('10269', 'Hilberg', 'Psychology', 75); + insert into student values('92659', 'Mathias', 'Biology', 98); + insert into student values('49792', 'Petersen', 'Accounting', 38); + insert into student values('27140', 'Fitzpatrick', 'Marketing', 98); + insert into student values('993', 'McGarr', 'Comp. Sci.', 55); + insert into student values('58326', 'Afim', 'Accounting', 100); + insert into student values('70924', 'Rajnov', 'Civil Eng.', 0); + insert into student values('71944', 'Schinag', 'Mech. Eng.', 58); + insert into student values('95201', 'Yang', 'Psychology', 28); + insert into student values('52876', 'Dahmann', 'Languages', 50); + insert into student values('58355', 'Honeyman', 'Athletics', 42); + insert into student values('90181', 'Giannoulis', 'Biology', 23); + insert into student values('53799', 'Okabe', 'Cybernetics', 12); + insert into student values('13511', 'Adam', 'Cybernetics', 15); + insert into student values('69521', 'Greenbaum', 'Accounting', 124); + insert into student values('37946', 'Vrato', 'Finance', 110); + insert into student values('15578', 'Pacie', 'Elec. Eng.', 32); + insert into student values('16311', 'Liao', 'Accounting', 33); + insert into student values('56124', 'Strieg', 'Civil Eng.', 33); + insert into student values('63560', 'Gleit', 'History', 82); + insert into student values('75299', 'Miao', 'Marketing', 82); + insert into student values('61356', 'Vulp', 'Cybernetics', 6); + insert into student values('70061', 'Konno', 'Comp. Sci.', 50); + insert into student values('61232', 'Fukui', 'Pol. Sci.', 48); + insert into student values('16523', 'Redw', 'Math', 117); + insert into student values('57238', 'Rehd', 'Accounting', 33); + insert into student values('63645', 'Mandviwall', 'Marketing', 20); + insert into student values('55857', 'Martin', 'Languages', 74); + insert into student values('90041', 'Barberis', 'Mech. Eng.', 122); + insert into student values('68263', 'Roessler', 'Languages', 69); + insert into student values('48165', 'Asikainen', 'Marketing', 57); + insert into student values('23373', 'Lang', 'Astronomy', 70); + insert into student values('5336', 'Peltz', 'Math', 22); + insert into student values('18286', 'Pang', 'Finance', 110); + insert into student values('4860', 'Penneb', 'Elec. Eng.', 83); + insert into student values('68516', 'Kouan', 'Mech. Eng.', 8); + insert into student values('94766', 'Buril', 'History', 81); + insert into student values('72669', 'Schmitz', 'Elec. Eng.', 126); + insert into student values('41596', 'Abeggl', 'Finance', 51); + insert into student values('55286', 'Kihn', 'Mech. Eng.', 73); + insert into student values('10693', 'Zabary', 'Statistics', 111); + insert into student values('50467', 'Kabir', 'Athletics', 71); + insert into student values('21692', 'Nagal', 'Accounting', 83); + insert into student values('8517', 'Tomkins', 'Pol. Sci.', 100); + insert into student values('28133', 'Evano', 'Civil Eng.', 53); + insert into student values('10033', 'Zelty', 'Mech. Eng.', 60); + insert into student values('60406', 'Sofer', 'Physics', 113); + insert into student values('50703', 'Blanchard', 'Astronomy', 44); + insert into student values('98359', 'Patne', 'Accounting', 105); + insert into student values('23992', 'Thornton', 'Psychology', 58); + insert into student values('31554', 'Fuller', 'Geology', 102); + insert into student values('70807', 'Kreitman', 'Math', 91); + insert into student values('4355', 'Cui', 'English', 127); + insert into student values('8457', 'Christiansen', 'Mech. Eng.', 26); + insert into student values('10904', 'Jerns', 'History', 21); + insert into student values('83836', 'Gifford', 'Pol. Sci.', 64); + insert into student values('72657', 'Hird', 'Comp. Sci.', 129); + insert into student values('46035', 'Kamez', 'Biology', 42); + insert into student values('36881', 'Dalton', 'Biology', 32); + insert into student values('79487', 'Androutsopoulos', 'Languages', 2); + insert into student values('48778', 'Pup', 'Psychology', 107); + insert into student values('64039', 'Aarde', 'Civil Eng.', 120); + insert into student values('42565', 'Hartsk', 'Astronomy', 27); + insert into student values('29665', 'Lykin', 'Languages', 94); + insert into student values('83511', 'Godfrey', 'Finance', 87); + insert into student values('45494', 'Matsush', 'Geology', 105); + insert into student values('12173', 'Thimm', 'English', 60); + insert into student values('16993', 'Akaiw', 'Accounting', 82); + insert into student values('62784', 'Stylian', 'Biology', 65); + insert into student values('23344', 'Fierro-', 'Math', 56); + insert into student values('92417', 'Dubink', 'Comp. Sci.', 92); + insert into student values('86529', 'Leister', 'Accounting', 22); + insert into student values('84654', 'Braña', 'Statistics', 59); + insert into student values('52134', 'Johnson', 'Physics', 9); + insert into student values('90234', 'Sram', 'Biology', 31); + insert into student values('13921', 'Berger', 'Math', 120); + insert into student values('76169', 'Williamson', 'Astronomy', 123); + insert into student values('41832', 'Curl', 'History', 2); + insert into student values('68720', 'Gordon', 'Civil Eng.', 94); + insert into student values('66753', 'Mazzat', 'Math', 17); + insert into student values('13753', 'Hoshi', 'Civil Eng.', 68); + insert into student values('57190', 'Theuniss', 'History', 73); + insert into student values('27804', 'Brunt', 'English', 75); + insert into student values('63449', 'Sellink', 'Accounting', 39); + insert into student values('27017', 'Trur', 'Elec. Eng.', 11); + insert into student values('52291', 'Wolff', 'Mech. Eng.', 39); + insert into student values('80941', 'Sankappanavar', 'Math', 70); + insert into student values('95953', 'Batano', 'Comp. Sci.', 77); + insert into student values('72528', 'Tuki', 'Cybernetics', 76); + insert into student values('61854', 'Roytman', 'Psychology', 128); + insert into student values('91851', 'Tchuri', 'History', 101); + insert into student values('38973', 'Maglioni', 'Comp. Sci.', 56); + insert into student values('83480', 'Whitten', 'Psychology', 9); + insert into student values('13504', 'Zander', 'Astronomy', 90); + insert into student values('19766', 'Simon', 'Biology', 29); + insert into student values('50365', 'Held', 'Mech. Eng.', 121); + insert into student values('43616', 'Tam', 'Athletics', 15); + insert into student values('19917', 'Hayrapetyan', 'Languages', 121); + insert into student values('29849', 'Solar', 'Physics', 90); + insert into student values('85063', 'Chaney', 'Mech. Eng.', 4); + insert into student values('70564', 'Bouguet', 'Psychology', 13); + insert into student values('38121', 'Zuyev', 'English', 98); + insert into student values('14563', 'Haigh', 'Comp. Sci.', 16); + insert into student values('6895', 'Portillo', 'Geology', 4); + insert into student values('3039', 'Brookh', 'Languages', 47); + insert into student values('86969', 'Wicki', 'Cybernetics', 125); + insert into student values('11455', 'Peyse', 'Athletics', 18); + insert into student values('24809', 'Engeldr', 'Psychology', 23); + insert into student values('50414', 'Landau', 'Accounting', 49); + insert into student values('57026', 'Rotom', 'Geology', 44); + insert into student values('69081', 'Stratulat', 'Geology', 59); + insert into student values('7498', 'Charng', 'Physics', 82); + insert into student values('34158', 'Mantzo', 'Astronomy', 127); + insert into student values('15144', 'Lapio', 'Statistics', 110); + insert into student values('88287', 'Geser', 'Athletics', 61); + insert into student values('72006', 'Jawad', 'Comp. Sci.', 114); + insert into student values('49244', 'Chikar', 'Psychology', 49); + insert into student values('14639', 'Sagiv', 'Mech. Eng.', 26); + insert into student values('76604', 'Çivi', 'History', 99); + insert into student values('80113', 'Boudjelo', 'Geology', 10); + insert into student values('18740', 'Williamson', 'Athletics', 16); + insert into student values('69628', 'Bouamama', 'Psychology', 124); + insert into student values('13757', 'Bedny', 'Astronomy', 3); + insert into student values('36513', 'Ugarte', 'Athletics', 99); + insert into student values('97042', 'Bhargava', 'Pol. Sci.', 68); + insert into student values('46260', 'Bloom', 'History', 55); + insert into student values('29871', 'Iwasa', 'Math', 75); + insert into student values('75082', 'Havill', 'Comp. Sci.', 119); + insert into student values('65715', 'Novak', 'Mech. Eng.', 37); + insert into student values('54875', 'Feng', 'Statistics', 83); + insert into student values('99710', 'Savolainen', 'Languages', 126); + insert into student values('36384', 'Sandsj', 'Finance', 62); + insert into student values('51923', 'Peterson', 'Civil Eng.', 128); + insert into student values('37653', 'Campbell', 'Marketing', 64); + insert into student values('61783', 'Guyer', 'Comp. Sci.', 102); + insert into student values('86552', 'Martin', 'Pol. Sci.', 78); + insert into student values('11855', 'Mendelzon', 'Languages', 114); + insert into student values('43016', 'Beekw', 'History', 77); + insert into student values('11237', 'Rokhs', 'Physics', 5); + insert into student values('96710', 'Katehakis', 'Languages', 51); + insert into student values('27044', 'Kota', 'Elec. Eng.', 45); + insert into student values('25046', 'Cotterill', 'Finance', 57); + insert into student values('62487', 'Durrant', 'History', 68); + insert into student values('49759', 'Androutsopoulos', 'Finance', 110); + insert into student values('65101', 'Spengler', 'Civil Eng.', 73); + insert into student values('64550', 'Kubo', 'Statistics', 42); + insert into student values('25143', 'Visr', 'Accounting', 11); + insert into student values('13495', 'Srini', 'Pol. Sci.', 34); + insert into student values('67560', 'Sandberg', 'Geology', 63); + insert into student values('28316', 'Rajan', 'Mech. Eng.', 61); + insert into student values('47379', 'Wakamiya', 'Comp. Sci.', 113); + insert into student values('56003', 'Someren', 'Geology', 39); + insert into student values('32369', 'Kaleta', 'Psychology', 34); + insert into student values('52187', 'Fritsch', 'Math', 98); + insert into student values('91992', 'DAtri', 'Cybernetics', 85); + insert into student values('71543', 'Mizuno', 'Civil Eng.', 61); + insert into student values('1220', 'Hito', 'Geology', 42); + insert into student values('40937', 'Petzo', 'Geology', 115); + insert into student values('14065', 'Starker', 'History', 7); + insert into student values('43495', 'Scher', 'Astronomy', 111); + insert into student values('26494', 'Heers', 'Psychology', 28); + insert into student values('12362', 'Zhanr', 'Civil Eng.', 115); + insert into student values('41675', 'Wheeler', 'Physics', 32); + insert into student values('78314', 'Visr', 'English', 14); + insert into student values('51579', 'Holz', 'Biology', 89); + insert into student values('2178', 'Mingoz', 'Elec. Eng.', 41); + insert into student values('86707', 'Houtsm', 'Marketing', 53); + insert into student values('56849', 'Osaka', 'Accounting', 27); + insert into student values('6712', 'Westphal', 'Math', 60); + insert into student values('17207', 'Holn', 'Astronomy', 57); + insert into student values('81876', 'Arora', 'Biology', 106); + insert into student values('66259', 'Schulman', 'Biology', 67); + insert into student values('75794', 'Hons', 'History', 9); + insert into student values('77003', 'Munro', 'Astronomy', 42); + insert into student values('31101', 'Lhomme', 'Astronomy', 110); + insert into student values('64196', 'Rioult', 'Pol. Sci.', 6); + insert into student values('14628', 'Lehtinen', 'Psychology', 47); + insert into student values('24197', 'Andert', 'Physics', 98); + insert into student values('3576', 'Nakanishi', 'Physics', 97); + insert into student values('45720', 'Yeoh', 'Physics', 118); + insert into student values('15980', 'Ross', 'Athletics', 81); + insert into student values('34569', 'Arndt', 'Accounting', 39); + insert into student values('73492', 'Hwang', 'Mech. Eng.', 23); + insert into student values('44836', 'Lanfr', 'Civil Eng.', 75); + insert into student values('27366', 'Ssu', 'History', 83); + insert into student values('16250', 'Uhrig', 'English', 87); + insert into student values('10267', 'Rzecz', 'Comp. Sci.', 5); + insert into student values('77244', 'Benitez', 'Geology', 37); + insert into student values('7854', 'Someren', 'Pol. Sci.', 113); + insert into student values('1726', 'Matsunami', 'Biology', 94); + insert into student values('8347', 'Wunderli', 'Comp. Sci.', 100); + insert into student values('83573', 'Pavlovico', 'English', 81); + insert into student values('6209', 'Baccou', 'English', 74); + insert into student values('85849', 'Aufr', 'Accounting', 56); + insert into student values('76224', 'Neilson', 'Elec. Eng.', 34); + insert into student values('7043', 'Gryts', 'History', 52); + insert into student values('70235', 'Zle', 'Elec. Eng.', 105); + insert into student values('47824', 'Hardt', 'Astronomy', 94); + insert into student values('58935', 'Kimu', 'Pol. Sci.', 31); + insert into student values('987', 'Kasani', 'Athletics', 0); + insert into student values('46074', 'Fong', 'Finance', 56); + insert into student values('23270', 'Bouras', 'Biology', 109); + insert into student values('42956', 'Ram', 'Physics', 60); + insert into student values('78481', 'Clemme', 'History', 23); + insert into student values('888', 'Frost', 'Geology', 77); + insert into student values('42625', 'Holland', 'Languages', 0); + insert into student values('43211', 'Xylo', 'Astronomy', 48); + insert into student values('43226', 'Shoji', 'Biology', 83); + insert into student values('53172', 'Du', 'Comp. Sci.', 28); + insert into student values('16133', 'Orlet', 'Cybernetics', 43); + insert into student values('75522', 'Yin', 'Biology', 109); + insert into student values('68330', 'Soisalon-Soininen', 'Pol. Sci.', 13); + insert into student values('53225', 'Juan', 'Finance', 92); + insert into student values('67542', 'Jones', 'Civil Eng.', 15); + insert into student values('8860', 'Aminian', 'Finance', 13); + insert into student values('22198', 'Read', 'Languages', 101); + insert into student values('56212', 'Rolland', 'History', 98); + insert into student values('67514', 'Psil', 'Comp. Sci.', 25); + insert into student values('58919', 'Schroeder', 'Languages', 60); + insert into student values('82707', 'Hadzilacos', 'Statistics', 0); + insert into student values('86641', 'Dair', 'Civil Eng.', 101); + insert into student values('94324', 'Willson', 'Geology', 120); + insert into student values('75534', 'Simmel', 'English', 93); + insert into student values('15283', 'Williams', 'Astronomy', 0); + insert into student values('47677', 'Tso', 'Psychology', 108); + insert into student values('94569', 'Yip', 'English', 122); + insert into student values('90814', 'Finance', 'Elec. Eng.', 105); + insert into student values('63310', 'Luan', 'History', 102); + insert into student values('48660', 'Emam', 'Psychology', 77); + insert into student values('35293', 'Cao', 'Languages', 89); + insert into student values('28004', 'Savelieva', 'Finance', 17); + insert into student values('50038', 'Urano', 'Languages', 60); + insert into student values('25940', 'Rosenkrantz', 'Comp. Sci.', 117); + insert into student values('11126', 'Englund', 'Pol. Sci.', 76); + insert into student values('92332', 'Nicol', 'Languages', 34); + insert into student values('18752', 'Schulman', 'Civil Eng.', 102); + insert into student values('61527', 'Shwartz', 'Comp. Sci.', 10); + insert into student values('32119', 'Nagashima', 'Elec. Eng.', 12); + insert into student values('163', 'Bandekar', 'Finance', 49); + insert into student values('32065', 'Tapia', 'Math', 90); + insert into student values('45436', 'Ahmadian', 'Psychology', 101); + insert into student values('58085', 'Bic', 'Pol. Sci.', 28); + insert into student values('17076', 'King', 'Statistics', 42); + insert into student values('17133', 'Kang', 'Civil Eng.', 109); + insert into student values('36791', 'Bomme', 'Elec. Eng.', 84); + insert into student values('25785', 'Knezo', 'Athletics', 66); + insert into student values('11055', 'Arnoux', 'Geology', 121); + insert into student values('96227', 'Vulp', 'Civil Eng.', 88); + insert into student values('67024', 'Aufr', 'Elec. Eng.', 62); + insert into student values('69307', 'Gierl', 'Mech. Eng.', 15); + insert into student values('23439', 'Cai', 'English', 101); + insert into student values('66969', 'Sui', 'Civil Eng.', 74); + insert into student values('22268', 'Dang', 'Astronomy', 78); + insert into student values('41938', 'Jordan', 'History', 93); + insert into student values('17057', 'Swartj', 'Geology', 94); + insert into student values('92693', 'Mattor', 'Athletics', 73); + insert into student values('49503', 'Seaz', 'Finance', 105); + insert into student values('77130', 'Tyler', 'Math', 1); + insert into student values('7861', 'Bollen', 'Pol. Sci.', 122); + insert into student values('51538', 'Ang', 'Geology', 8); + insert into student values('57787', 'Alexandri', 'Marketing', 60); + insert into student values('75116', 'Samar', 'Mech. Eng.', 127); + insert into student values('81984', 'Gowi', 'Mech. Eng.', 48); + insert into student values('68395', 'Jessup', 'History', 110); + insert into student values('11057', 'Robinson', 'Marketing', 120); + insert into student values('20002', 'Fournier', 'Accounting', 54); + insert into student values('95027', 'Bauer', 'Accounting', 45); + insert into student values('7514', 'Rical', 'History', 11); + insert into student values('88358', 'Bongio', 'Astronomy', 29); + insert into student values('34392', 'Lauciu', 'History', 20); + insert into student values('57538', 'Albuquerque', 'Comp. Sci.', 100); + insert into student values('9114', 'Swien', 'Marketing', 119); + insert into student values('8378', 'Stenv', 'English', 47); + insert into student values('51416', 'Shan', 'Psychology', 51); + insert into student values('71389', 'Vegt', 'Mech. Eng.', 60); + insert into student values('16453', 'Kanata', 'Astronomy', 78); + insert into student values('62226', 'Brookh', 'English', 39); + insert into student values('26028', 'Birchler', 'Statistics', 47); + insert into student values('45817', 'Herrmann', 'Psychology', 78); + insert into student values('48469', 'Kolodko', 'Elec. Eng.', 113); + insert into student values('69230', 'Masum', 'Athletics', 119); + insert into student values('99711', 'Deshpande', 'Pol. Sci.', 24); + insert into student values('26695', 'Hac', 'Finance', 104); + insert into student values('2501', 'Leitner', 'Astronomy', 70); + insert into student values('8819', 'Lesaffre', 'Elec. Eng.', 1); + insert into student values('507', 'Recc', 'History', 117); + insert into student values('80698', 'Eynd', 'Languages', 29); + insert into student values('73328', 'Stokic', 'History', 36); + insert into student values('23457', 'Shakhnovich', 'Accounting', 48); + insert into student values('17996', 'Karpist', 'Finance', 103); + insert into student values('75173', 'Basturk', 'Elec. Eng.', 54); + insert into student values('25552', 'Calles', 'Finance', 110); + insert into student values('63612', 'Duxbury', 'Math', 71); + insert into student values('27898', 'Holloway', 'English', 81); + insert into student values('33401', 'Campbell', 'Elec. Eng.', 22); + insert into student values('49280', 'Wilson', 'Psychology', 89); + insert into student values('66279', 'Reynolds', 'Math', 91); + insert into student values('12326', 'Watson', 'Finance', 50); + insert into student values('32772', 'Leventhal', 'English', 54); + insert into student values('25725', 'Steeh', 'Geology', 125); + insert into student values('89571', 'Zubai', 'Comp. Sci.', 88); + insert into student values('99780', 'Bravo', 'English', 100); + insert into student values('91580', 'Cabr', 'Mech. Eng.', 96); + insert into student values('27043', 'Garze', 'Athletics', 119); + insert into student values('96615', 'Anty', 'English', 9); + insert into student values('39892', 'Urano', 'Athletics', 92); + insert into student values('1232', 'Marcus', 'Marketing', 110); + insert into student values('22467', 'Dias', 'Finance', 95); + insert into student values('88884', 'Stasko', 'Elec. Eng.', 14); + insert into student values('96911', 'Jamro', 'English', 13); + insert into student values('46337', 'Nagaraj', 'Cybernetics', 83); + insert into student values('23110', 'Sahani', 'Comp. Sci.', 97); + insert into student values('60762', 'Bernstein', 'Civil Eng.', 120); + insert into student values('65676', 'Aufr', 'Astronomy', 93); + insert into student values('47025', 'Jouny', 'Psychology', 72); + insert into student values('1812', 'Chyr', 'Marketing', 47); + insert into student values('66763', 'Wilks', 'Comp. Sci.', 95); + insert into student values('52741', 'Bernhart', 'Astronomy', 50); + insert into student values('78911', 'Shavel', 'Math', 86); + insert into student values('33206', 'McCormack', 'Civil Eng.', 109); + insert into student values('15030', 'Massour', 'Mech. Eng.', 44); + insert into student values('11377', 'Jr', 'Accounting', 100); + insert into student values('17676', 'Michel', 'Psychology', 43); + insert into student values('52019', 'Engen', 'Athletics', 112); + insert into student values('64013', 'Auriche', 'Elec. Eng.', 107); + insert into student values('45770', 'Beekw', 'Elec. Eng.', 97); + insert into student values('63288', 'Stilla', 'Civil Eng.', 19); + insert into student values('92949', 'Retzel', 'Pol. Sci.', 125); + insert into student values('83871', 'Stylian', 'Languages', 92); + insert into student values('41671', 'Valf', 'Geology', 68); + insert into student values('645', 'Kane', 'Elec. Eng.', 58); + insert into student values('61444', 'Vries', 'Cybernetics', 125); + insert into student values('85534', 'Setiawan', 'Psychology', 19); + insert into student values('35362', 'ONi', 'Statistics', 53); + insert into student values('22417', 'McGuinness', 'Geology', 55); + insert into student values('5961', 'Lavina', 'Geology', 79); + insert into student values('35257', 'Ebou', 'Comp. Sci.', 65); + insert into student values('65299', 'Schwarze', 'Athletics', 57); + insert into student values('18367', 'Goodwin', 'Civil Eng.', 95); + insert into student values('68396', 'Klimasauskas', 'Biology', 72); + insert into student values('35905', 'Lima', 'Athletics', 19); + insert into student values('45650', 'Mateo', 'Marketing', 40); + insert into student values('27662', 'Tabarr', 'Cybernetics', 21); + insert into student values('25077', 'Palomo', 'Cybernetics', 82); + insert into student values('85575', 'Lal', 'Astronomy', 15); + insert into student values('760', 'Liedm', 'Geology', 100); + insert into student values('67583', 'Senn', 'Comp. Sci.', 93); + insert into student values('63886', 'Kuo', 'Biology', 12); + insert into student values('34055', 'Orono', 'Astronomy', 115); + insert into student values('41973', 'Werf', 'Civil Eng.', 115); + insert into student values('30017', 'Mateo', 'History', 96); + insert into student values('37581', 'Arndt', 'Cybernetics', 68); + insert into student values('62373', 'Cheed', 'Accounting', 60); + insert into student values('57160', 'Baer', 'Accounting', 81); + insert into student values('2967', 'Stokic', 'Mech. Eng.', 16); + insert into student values('5144', 'Abdellatif', 'Geology', 55); + insert into student values('5703', 'Yasuda', 'Accounting', 23); + insert into student values('58170', 'Lao', 'Statistics', 119); + insert into student values('53424', 'Lemoine', 'Languages', 10); + insert into student values('17397', 'Caleff', 'Languages', 31); + insert into student values('77588', 'Aguilar', 'Psychology', 111); + insert into student values('92442', 'Satoh', 'Statistics', 81); + insert into student values('42114', 'Mezzar', 'Cybernetics', 98); + insert into student values('53699', 'Cordt', 'Languages', 39); + insert into student values('22258', 'Larion', 'Languages', 3); + insert into student values('2133', 'Nardi', 'Accounting', 60); + insert into student values('73606', 'Sachse', 'Cybernetics', 93); + insert into student values('63040', 'Hochri', 'Astronomy', 63); + insert into student values('74473', 'Ledermann', 'Statistics', 22); + insert into student values('9659', 'Sakhno', 'Cybernetics', 67); + insert into student values('21552', 'Bradshaw', 'Physics', 71); + insert into student values('45002', 'Abraham', 'Psychology', 109); + insert into student values('57213', 'Andrew', 'Math', 64); + insert into student values('56058', 'Fettes', 'Pol. Sci.', 128); + insert into student values('84792', 'Angelo', 'Civil Eng.', 81); + insert into student values('57185', 'ShuQ', 'Psychology', 25); + insert into student values('75510', 'Dumont', 'Physics', 114); + insert into student values('42560', 'Amr', 'Pol. Sci.', 80); + insert into student values('75252', 'Huo', 'Languages', 0); + insert into student values('82402', 'Grant', 'Comp. Sci.', 5); + insert into student values('17339', 'Petzo', 'English', 58); + insert into student values('77148', 'Hinik', 'Pol. Sci.', 35); + insert into student values('11419', 'Geronimo', 'Civil Eng.', 66); + insert into student values('37869', 'Beeu', 'English', 109); + insert into student values('28977', 'Chatterton', 'Psychology', 73); + insert into student values('28989', 'Albinal', 'Astronomy', 107); + insert into student values('92867', 'Khene', 'Languages', 69); + insert into student values('92703', 'Makinen', 'Cybernetics', 29); + insert into student values('17600', 'Peter', 'Languages', 47); + insert into student values('32464', 'Kinney', 'Accounting', 5); + insert into student values('71426', 'Flecker', 'Languages', 38); + insert into student values('8343', 'Shoji', 'History', 108); + insert into student values('41261', 'Hubr', 'Physics', 32); + insert into student values('58469', 'Lutes', 'Athletics', 64); + insert into student values('36303', 'Nair', 'Mech. Eng.', 46); + insert into student values('30164', 'Ende', 'Athletics', 114); + insert into student values('29920', 'Kogure', 'Psychology', 62); + insert into student values('30858', 'Shaffer', 'Physics', 42); + insert into student values('88801', 'Fonseca', 'Athletics', 102); + insert into student values('57780', 'Trezz', 'Athletics', 86); + insert into student values('21246', 'Rais', 'Civil Eng.', 52); + insert into student values('34957', 'Kalogerou', 'Elec. Eng.', 71); + insert into student values('61998', 'Sohn', 'Civil Eng.', 22); + insert into student values('56598', 'Carey', 'Cybernetics', 58); + insert into student values('463', 'Houtsm', 'Physics', 78); + insert into student values('81245', 'Mandviwall', 'Languages', 35); + insert into student values('21100', 'Juchn', 'Physics', 51); + insert into student values('56', 'Kameda', 'Cybernetics', 81); + insert into student values('64121', 'Mansint', 'Math', 115); + insert into student values('20489', 'Shuming', 'History', 2); + insert into student values('10834', 'More', 'Geology', 126); + insert into student values('63289', 'So', 'Psychology', 0); + insert into student values('9953', 'Wilks', 'Biology', 45); + insert into student values('78782', 'Sherman', 'Math', 104); + insert into student values('5399', 'Chun', 'Pol. Sci.', 25); + insert into student values('1367', 'Ignj', 'Math', 69); + insert into student values('30896', 'Rueda', 'Comp. Sci.', 61); + insert into student values('12236', 'Bricker', 'Accounting', 116); + insert into student values('89297', 'Cacciari', 'Astronomy', 70); + insert into student values('52656', 'Phillips', 'Psychology', 6); + insert into student values('18859', 'Rubio', 'English', 21); + insert into student values('17377', 'Pisini', 'English', 67); + insert into student values('50039', 'Kurt', 'Statistics', 126); + insert into student values('78756', 'Dai', 'Athletics', 93); + insert into student values('3833', 'Hayat', 'Biology', 53); + insert into student values('47627', 'Warren', 'Statistics', 54); + insert into student values('65438', 'Saad', 'Comp. Sci.', 13); + insert into student values('8912', 'Brenner', 'Languages', 14); + insert into student values('22912', 'Sendlm', 'Geology', 63); + insert into student values('99289', 'Morales', 'Finance', 80); + insert into student values('63039', 'Wagner', 'Athletics', 69); + insert into student values('20180', 'Reyes', 'Languages', 44); + insert into student values('35687', 'Letouzey', 'Accounting', 58); + insert into student values('28409', 'Hirasawa', 'Geology', 66); + insert into student values('56078', 'Soltys', 'Geology', 70); + insert into student values('48589', 'Martyno', 'Mech. Eng.', 73); + insert into student values('7956', 'Brandsd', 'Statistics', 110); + insert into student values('16347', 'Morimoto', 'Mech. Eng.', 2); + insert into student values('75362', 'Christodoulakis', 'Pol. Sci.', 13); + insert into student values('57242', 'Chatfield', 'Physics', 108); + insert into student values('71085', 'Giannoulis', 'Elec. Eng.', 10); + insert into student values('89132', 'Janssen', 'Geology', 104); + insert into student values('79763', 'Ikeda', 'Comp. Sci.', 123); + insert into student values('41818', 'Wari', 'English', 9); + insert into student values('667', 'Goldman', 'History', 19); + insert into student values('82970', 'Peip', 'Mech. Eng.', 48); + insert into student values('68150', 'Kim', 'Math', 3); + insert into student values('63243', 'Dostal', 'Comp. Sci.', 68); + insert into student values('18338', 'Kangs', 'Physics', 9); + insert into student values('51862', 'Carrillo', 'English', 105); + insert into student values('19203', 'Koch', 'Physics', 88); + insert into student values('78892', 'Kei', 'English', 43); + insert into student values('67657', 'Beeu', 'Languages', 106); + insert into student values('71628', 'Amann', 'Psychology', 60); + insert into student values('43854', 'Gau', 'Astronomy', 47); + insert into student values('123', 'Wingb', 'Civil Eng.', 86); + insert into student values('5943', 'Rubio', 'Math', 28); + insert into student values('56139', 'Schelten', 'Elec. Eng.', 82); + insert into student values('45680', 'Kiltz', 'Cybernetics', 88); + insert into student values('76759', 'Masum', 'Mech. Eng.', 83); + insert into student values('26802', 'Baber', 'Comp. Sci.', 27); + insert into student values('83747', 'Gregory', 'Mech. Eng.', 51); + insert into student values('35935', 'ODono', 'Languages', 3); + insert into student values('8957', 'Walker', 'Athletics', 50); + insert into student values('40481', 'Zettel', 'Civil Eng.', 74); + insert into student values('44352', 'Itoh', 'Athletics', 101); + insert into student values('73072', 'Akroy', 'Comp. Sci.', 48); + insert into student values('96206', 'Koic', 'Math', 53); + insert into student values('8843', 'Papakir', 'Biology', 95); + insert into student values('41299', 'Siebers', 'Civil Eng.', 23); + insert into student values('13403', 'Latour', 'English', 82); + insert into student values('65703', 'Goldman', 'Comp. Sci.', 37); + insert into student values('49205', 'Agraz', 'Pol. Sci.', 82); + insert into student values('22345', 'Wecker', 'Pol. Sci.', 76); + insert into student values('39254', 'Elme', 'Statistics', 103); + insert into student values('80742', 'Lucas', 'Geology', 87); + insert into student values('94726', 'Ailamaki', 'Accounting', 47); + insert into student values('77361', 'Neuhold', 'Physics', 14); + insert into student values('52856', 'Grange', 'Physics', 117); + insert into student values('64138', 'Doran', 'Biology', 99); + insert into student values('89414', 'Feldman', 'Marketing', 34); + insert into student values('22618', 'Voss', 'Pol. Sci.', 101); + insert into student values('98870', 'Kun', 'Cybernetics', 43); + insert into student values('77234', 'Hayrapetyan', 'Geology', 93); + insert into student values('56057', 'Hull', 'Statistics', 112); + insert into student values('32881', 'Bagato', 'Civil Eng.', 77); + insert into student values('92776', 'Oki', 'Psychology', 0); + insert into student values('82301', 'Conti', 'Marketing', 129); + insert into student values('29959', 'Narli', 'Physics', 56); + insert into student values('30182', 'Porr', 'Cybernetics', 71); + insert into student values('96324', 'Sudirm', 'Accounting', 84); + insert into student values('56232', 'Perozzo', 'Geology', 48); + insert into student values('53047', 'Geißl', 'Mech. Eng.', 46); + insert into student values('87015', 'Pottos', 'Accounting', 90); + insert into student values('55329', 'Vyborny', 'History', 15); + insert into student values('21394', 'Patel', 'Finance', 115); + insert into student values('61166', 'Kangs', 'Astronomy', 73); + insert into student values('74530', 'Ranno', 'Physics', 103); + insert into student values('99189', 'Shelest', 'Pol. Sci.', 35); + insert into student values('34170', 'Chan', 'Comp. Sci.', 77); + insert into student values('19220', 'Hayashi', 'History', 77); + insert into student values('73542', 'Dooley', 'Geology', 8); + insert into student values('97590', 'Rammer', 'Comp. Sci.', 17); + insert into student values('15613', 'Umehara', 'Marketing', 41); + insert into student values('78767', 'Marlet', 'Geology', 6); + insert into student values('51553', 'Willis', 'Finance', 121); + insert into student values('9947', 'Bouzeghoub', 'Biology', 38); + insert into student values('95260', 'Yannakakis', 'Statistics', 109); + insert into student values('87268', 'Koenig', 'Languages', 82); + insert into student values('35', 'Glaho', 'History', 110); + insert into student values('99451', 'Bradshaw', 'Statistics', 79); + insert into student values('65396', 'Rossos', 'Marketing', 75); + insert into student values('98140', 'Ratcliff', 'Statistics', 5); + insert into student values('62520', 'Im', 'Astronomy', 105); + insert into student values('40044', 'Jode', 'Mech. Eng.', 108); + insert into student values('78787', 'Rissanen', 'History', 57); + insert into student values('85308', 'Yihn', 'Accounting', 20); + insert into student values('85809', 'Andert', 'Geology', 99); + insert into student values('30021', 'Youseffi', 'History', 90); + insert into student values('54153', 'Kammerer', 'Mech. Eng.', 25); + insert into student values('73387', 'Baccou', 'Cybernetics', 70); + insert into student values('83003', 'Nam', 'Psychology', 30); + insert into student values('13211', 'Diab', 'Civil Eng.', 66); + insert into student values('20803', 'Mercurio', 'History', 129); + insert into student values('6990', 'Hoshi', 'Biology', 25); + insert into student values('2629', 'Goldbu', 'Languages', 4); + insert into student values('83398', 'Quinta', 'History', 58); + insert into student values('6673', 'Bernhart', 'Math', 84); + insert into student values('81294', 'Massey', 'Mech. Eng.', 111); + insert into student values('81566', 'Farr', 'Geology', 68); + insert into student values('94620', 'Sarnak', 'Accounting', 100); + insert into student values('57456', 'Stauf', 'Statistics', 89); + insert into student values('17424', 'Zouao', 'English', 75); + insert into student values('34195', 'Bosnjak', 'Astronomy', 120); + insert into student values('94836', 'Fuller', 'English', 13); + insert into student values('16543', 'Toffoli', 'History', 83); + insert into student values('42843', 'Lin', 'Mech. Eng.', 18); + insert into student values('82868', 'So', 'Athletics', 105); + insert into student values('18499', 'Peter', 'Biology', 21); + insert into student values('50013', 'Milanic', 'Math', 76); + insert into student values('53077', 'Brandt', 'History', 87); + insert into student values('87439', 'Scheffer', 'Comp. Sci.', 93); + insert into student values('40738', 'Dima', 'Finance', 88); + insert into student values('13352', 'Gorsky', 'Athletics', 53); + insert into student values('9605', 'Beeu', 'Pol. Sci.', 61); + insert into student values('53490', 'Reina-', 'Languages', 31); + insert into student values('57925', 'Doeschn', 'Languages', 58); + insert into student values('57055', 'Piou', 'Physics', 0); + insert into student values('21009', 'Geon', 'History', 118); + insert into student values('8140', 'Paddock', 'Comp. Sci.', 53); + insert into student values('37284', 'Benabd', 'Physics', 74); + insert into student values('97023', 'Bulash', 'Psychology', 48); + insert into student values('5920', 'Godfrey', 'Marketing', 125); + insert into student values('91915', 'Cacciari', 'Geology', 126); + insert into student values('25780', 'Ashmi', 'Accounting', 95); + insert into student values('26473', 'Neru', 'Accounting', 75); + insert into student values('43032', 'Tanaka', 'Biology', 84); + insert into student values('30110', 'Humphrey', 'Athletics', 2); + insert into student values('88302', 'Yarmush', 'Marketing', 64); + insert into student values('83002', 'Ladu', 'History', 99); + insert into student values('83136', 'Caporali', 'Comp. Sci.', 61); + insert into student values('61364', 'Bhavs', 'History', 8); + insert into student values('50598', 'She', 'Psychology', 52); + insert into student values('83696', 'Denso', 'Cybernetics', 94); + insert into student values('33791', 'Wood', 'Civil Eng.', 92); + insert into student values('61403', 'Tanno', 'Finance', 44); + insert into student values('66356', 'Xi', 'Elec. Eng.', 44); + insert into student values('12683', 'Sin', 'Accounting', 115); + insert into student values('66106', 'Malagoli', 'Finance', 18); + insert into student values('77729', 'Lui', 'Psychology', 26); + insert into student values('52750', 'Saito', 'Mech. Eng.', 12); + insert into student values('25256', 'Boulah', 'Astronomy', 83); + insert into student values('3640', 'Karniel', 'Athletics', 41); + insert into student values('22325', 'Oevers', 'Statistics', 77); + insert into student values('26730', 'Veselovsky', 'Psychology', 68); + insert into student values('70918', 'Holland', 'English', 23); + insert into student values('91616', 'Hoffman', 'Astronomy', 100); + insert into student values('69285', 'Zaharak', 'Athletics', 36); + insert into student values('42688', 'Palma', 'Biology', 54); + insert into student values('24932', 'Segars', 'Civil Eng.', 78); + insert into student values('33817', 'Vagn', 'Geology', 95); + insert into student values('53185', 'Yuanq', 'Accounting', 25); + insert into student values('85445', 'Bocchi', 'English', 18); + insert into student values('58081', 'Pelletier', 'Comp. Sci.', 100); + insert into student values('75560', 'Tabor', 'History', 129); + insert into student values('80821', 'Morris', 'Math', 102); + insert into student values('19536', 'Bhattacharya', 'Math', 92); + insert into student values('27002', 'Veerar', 'Statistics', 5); + insert into student values('39925', 'Preuss', 'Civil Eng.', 32); + insert into student values('90194', 'Busch', 'Biology', 93); + insert into student values('32056', 'Frost', 'Math', 75); + insert into student values('67310', 'Lindner', 'Elec. Eng.', 21); + insert into student values('88389', 'Henriksen', 'Marketing', 5); + insert into student values('78469', 'Xiong', 'Accounting', 14); + insert into student values('46450', 'Tleu', 'Comp. Sci.', 83); + insert into student values('86651', 'Dave', 'Mech. Eng.', 94); + insert into student values('5824', 'Ocel', 'Cybernetics', 121); + insert into student values('11101', 'Glaho', 'Cybernetics', 119); + insert into student values('57431', 'Holloway', 'Civil Eng.', 2); + insert into student values('96193', 'Yasuda', 'English', 19); + insert into student values('55531', 'Apostolov', 'Physics', 85); + insert into student values('17192', 'Carroll', 'Pol. Sci.', 75); + insert into student values('86075', 'Juchn', 'Biology', 101); + insert into student values('81150', 'Atkins', 'Cybernetics', 99); + insert into student values('44206', 'Gilmour', 'Comp. Sci.', 75); + insert into student values('67222', 'Andrews', 'English', 91); + insert into student values('47126', 'Bakirc', 'Comp. Sci.', 56); + insert into student values('67407', 'Yoneda', 'Biology', 115); + insert into student values('20814', 'Cheed', 'Marketing', 42); + insert into student values('25331', 'Baker', 'Accounting', 68); + insert into student values('83838', 'Durrant', 'Civil Eng.', 2); + insert into student values('66293', 'Gibson', 'English', 98); + insert into student values('56499', 'Zarpell', 'Geology', 82); + insert into student values('32368', 'Ouaz', 'Languages', 64); + insert into student values('75273', 'Jia', 'Civil Eng.', 38); + insert into student values('67436', 'LaCo', 'Physics', 56); + insert into student values('259', 'Bertranp', 'Accounting', 105); + insert into student values('858', 'Kashima', 'Psychology', 1); + insert into student values('94990', 'Lykin', 'English', 120); + insert into student values('89140', 'Fabregas', 'Biology', 94); + insert into student values('55940', 'Subbai', 'Pol. Sci.', 31); + insert into student values('72768', 'Queiroz', 'Mech. Eng.', 50); + insert into student values('96772', 'Rieger', 'Cybernetics', 126); + insert into student values('25068', 'Dickens', 'Civil Eng.', 12); + insert into student values('96988', 'Bussel', 'History', 124); + insert into student values('44816', 'Burman', 'History', 67); + insert into student values('88417', 'Mitsuhashi', 'Athletics', 1); + insert into student values('11441', 'Betho', 'Languages', 36); + insert into student values('4435', 'Labroc', 'Accounting', 11); + insert into student values('70362', 'Sicard', 'English', 85); + insert into student values('54460', 'Martini', 'Math', 100); + insert into student values('7970', 'Bartels', 'Marketing', 56); + insert into student values('73807', 'Gubar', 'Statistics', 95); + insert into student values('19050', 'Erdem', 'Civil Eng.', 58); + insert into student values('67146', 'Scherze', 'Marketing', 121); + insert into student values('23934', 'Koizumi', 'English', 59); + insert into student values('96246', 'Tong', 'Languages', 86); + insert into student values('21225', 'Choll', 'Elec. Eng.', 112); + insert into student values('18554', 'Ramaswamy', 'Psychology', 21); + insert into student values('38013', 'Frolova', 'Marketing', 29); + insert into student values('98019', 'Ciepl', 'Marketing', 74); + insert into student values('40457', 'Bouras', 'History', 116); + insert into student values('94801', 'Chakraborty', 'Civil Eng.', 26); + insert into student values('65038', 'Papakir', 'History', 78); + insert into student values('4383', 'Tallis', 'History', 120); + insert into student values('36402', 'Hippu', 'Athletics', 115); + insert into student values('9514', 'Dickson', 'Geology', 112); + insert into student values('11195', 'Shiang', 'Cybernetics', 62); + insert into student values('31442', 'Bessou', 'Math', 63); + insert into student values('51698', 'Sharpe', 'History', 81); + insert into student values('18809', 'Benson', 'Marketing', 20); + insert into student values('85505', 'Wells', 'History', 123); + insert into student values('64642', 'Murdock', 'Elec. Eng.', 39); + insert into student values('54612', 'Zaraté', 'Elec. Eng.', 103); + insert into student values('5843', 'Deng', 'Athletics', 11); + insert into student values('90779', 'Lenhart', 'Math', 24); + insert into student values('52371', 'Boons', 'Marketing', 108); + insert into student values('51238', 'Kran', 'Civil Eng.', 19); + insert into student values('62124', 'Towsey', 'Physics', 105); + insert into student values('84039', 'Sveti', 'Astronomy', 79); + insert into student values('24201', 'Juol', 'Pol. Sci.', 17); + insert into student values('31993', 'Ueda', 'Comp. Sci.', 6); + insert into student values('39520', 'Lui', 'Astronomy', 43); + insert into student values('59172', 'Badran', 'Astronomy', 19); + insert into student values('21774', 'Moh', 'Physics', 38); + insert into student values('30957', 'Beaudry', 'Cybernetics', 38); + insert into student values('54610', 'Tam', 'Languages', 5); + insert into student values('72358', 'Tomason', 'Math', 92); + insert into student values('83204', 'Tauber', 'Accounting', 0); + insert into student values('76246', 'Pettersen', 'Comp. Sci.', 81); + insert into student values('80047', 'Clemme', 'Astronomy', 24); + insert into student values('38545', 'Fok', 'English', 122); + insert into student values('8986', 'Maesf', 'Pol. Sci.', 115); + insert into student values('89393', 'Fischbach', 'English', 21); + insert into student values('37103', 'Walker', 'Athletics', 19); + insert into student values('76743', 'Rani', 'Comp. Sci.', 16); + insert into student values('81396', 'Cordt', 'Finance', 7); + insert into student values('46066', 'Hirasawa', 'Mech. Eng.', 92); + insert into student values('6729', 'Heilprin', 'Marketing', 39); + insert into student values('90372', 'Rho', 'Biology', 101); + insert into student values('28352', 'Mai', 'Pol. Sci.', 64); + insert into student values('9408', 'Oberholzer', 'Athletics', 84); + insert into student values('15517', 'Anis', 'Geology', 29); + insert into student values('61402', 'Maity', 'Mech. Eng.', 62); + insert into student values('49813', 'Al-Hu', 'History', 93); + insert into student values('72186', 'Pace', 'Marketing', 106); + insert into student values('31250', 'Kawasaki', 'Athletics', 31); + insert into student values('51768', 'Noga', 'Athletics', 78); + insert into student values('18636', 'Mori', 'Statistics', 23); + insert into student values('88993', 'Palaniswami', 'Math', 51); + insert into student values('72177', 'Eller', 'Mech. Eng.', 30); + insert into student values('99760', 'Sakamoto', 'Athletics', 75); + insert into student values('80227', 'Tsuji', 'Civil Eng.', 47); + insert into student values('76270', 'Qian', 'History', 128); + insert into student values('42019', 'Koch', 'Finance', 53); + insert into student values('15726', 'Neuhold', 'Finance', 27); + insert into student values('97694', 'ODono', 'Biology', 15); + insert into student values('16849', 'Kantors', 'Geology', 117); + insert into student values('11262', 'Foels', 'Marketing', 117); + insert into student values('64222', 'Namer', 'Pol. Sci.', 23); + insert into student values('91799', 'Steinmetz', 'Civil Eng.', 96); + insert into student values('10727', 'Allard', 'Physics', 27); + insert into student values('64169', 'Lucas', 'Civil Eng.', 27); + insert into student values('81031', 'Nanda', 'Psychology', 56); + insert into student values('18941', 'Denecker', 'History', 46); + insert into student values('46981', 'Yalk', 'Statistics', 117); + insert into takes values('65901', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('24932', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('61332', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('73492', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('65715', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('58300', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('760', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('69730', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('94836', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('49391', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('48850', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('68999', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('53469', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('74016', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('49073', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('52866', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('83314', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('70359', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('88993', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('97042', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('33460', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('81207', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('68010', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('15517', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('8957', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('8986', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('7956', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('792', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('84189', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('92659', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('22198', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('8957', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('36244', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('97658', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('89104', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('5393', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('80248', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('30222', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('64155', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('99660', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('8517', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('31820', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('46769', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('43505', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('79589', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('70235', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('11126', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('27366', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('3576', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('3127', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('39619', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('33651', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('62520', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('86573', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('792', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('27528', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('52945', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('37103', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('11126', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('62152', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('3127', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('2848', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('20985', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('69628', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('78572', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('60366', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('52741', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('72501', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('5250', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('38013', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('88417', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('2286', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('15083', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('336', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('64934', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('499', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('56598', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('46074', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('47627', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('85063', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('43032', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('34055', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('16250', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('16907', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('66356', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('3335', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('72501', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('18583', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('53152', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('17924', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('77729', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('4248', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('46106', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('14621', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('14829', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('50658', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('44706', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('92949', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('66969', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('97658', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('17607', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('52876', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('56058', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('15883', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('99271', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('67560', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('85063', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('7287', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('35462', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('49450', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('78922', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('94569', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('1018', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('32245', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('51093', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('29390', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('47379', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('10204', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('90381', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('36926', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('70688', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('54728', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('15070', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('52741', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('79469', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('79446', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('44551', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('83622', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('64196', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('88140', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('28361', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('51008', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('1110', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('96134', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('98830', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('14874', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('23270', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('993', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('19791', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('57083', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('72528', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('95953', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('35357', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('62520', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('50583', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('93354', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('55857', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('53048', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('89414', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('99710', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('95852', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('84702', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('82918', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('70452', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('38271', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('67425', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('78892', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('79205', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('42298', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('83836', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('56598', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('34322', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('56755', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('68248', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('36845', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('48660', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('91799', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('89551', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('87965', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('12683', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('87439', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('16467', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('49701', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('37350', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('42843', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('94766', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('65676', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('27094', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('12214', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('81566', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('37101', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('18709', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('86934', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('99660', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('41890', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('83592', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('37219', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('88302', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('75040', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('36052', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('72186', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('76759', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('27804', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('99189', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('77898', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('47001', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('3639', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('80912', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('52371', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('99719', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('68242', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('3127', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('19536', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('97694', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('99463', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('96988', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('59290', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('60249', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('41751', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('62832', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('22198', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('35', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('4034', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('59046', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('67436', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('79772', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('60224', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('32376', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('1232', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('19203', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('51203', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('42960', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('96134', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('99073', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('66969', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('99271', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('1533', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('55940', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('43432', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('71085', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('4645', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('55915', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('34569', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('15070', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('9933', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('35362', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('22417', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('6287', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('39552', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('17997', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('22912', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('15487', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('35362', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('67810', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('29091', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('45494', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('63582', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('65688', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('10838', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('92703', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('8860', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('38271', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('54610', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('64914', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('17128', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('80420', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('32065', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('74070', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('58085', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('36513', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('11422', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('99348', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('45200', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('67793', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('5703', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('83573', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('48776', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('50039', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('44584', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('13826', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('14182', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('64642', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('71628', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('12362', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('65753', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('90663', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('13826', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('13506', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('31442', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('39157', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('82688', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('66813', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('36126', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('2967', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('91569', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('78581', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('68779', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('10904', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('60984', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('35905', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('90779', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('17507', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('46260', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('38902', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('38271', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('89059', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('33546', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('89551', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('61003', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('62373', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('94730', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('73807', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('70310', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('4438', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('16035', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('69471', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('72528', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('85234', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('16528', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('65190', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('72657', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('4015', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('44706', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('54728', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('10076', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('163', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('98870', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('83003', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('4182', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('51923', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('94836', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('76250', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('12683', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('38668', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('16133', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('13741', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('37284', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('1087', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('88389', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('13921', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('11095', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('24116', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('63560', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('69225', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('75513', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('81789', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('78454', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('48471', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('32483', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('8022', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('66969', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('14581', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('31302', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('4015', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('36926', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('70099', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('76049', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('76246', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('40738', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('50719', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('94815', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('25942', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('9947', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('39157', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('33759', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('90009', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('49503', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('73602', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('85211', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('1533', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('3651', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('20378', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('61783', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('40992', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('43432', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('58846', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('9659', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('63645', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('60267', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('46762', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('89571', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('39115', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('13290', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('38476', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('58172', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('22268', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('44352', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('69853', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('84410', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('89196', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('28316', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('29091', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('62832', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('58172', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('79534', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('63886', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('92776', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('94846', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('28994', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('18941', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('35042', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('88525', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('38902', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('26080', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('63390', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('54508', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('19293', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('41406', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('14874', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('82126', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('56078', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('39238', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('56003', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('66090', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('41965', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('93508', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('81550', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('30397', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('57780', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('36995', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('30182', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('94257', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('37339', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('21009', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('95089', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('67021', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('96615', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('5843', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('84189', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('17057', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('27919', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('2201', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('57026', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('30222', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('79763', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('24796', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('18740', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('66293', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('28538', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('53496', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('32483', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('12941', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('59517', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('68280', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('38548', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('37101', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('5250', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('64938', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('16133', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('36265', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('81883', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('46451', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('46260', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('81896', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('19541', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('10663', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('16907', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('92417', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('83592', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('67793', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('38895', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('7854', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('16631', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('54153', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('993', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('77130', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('8343', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('1285', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('46725', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('95027', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('65703', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('55286', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('95260', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('11201', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('21102', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('61166', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('26473', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('25785', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('96324', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('24630', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('95631', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('38668', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('80057', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('53490', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('24374', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('44551', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('93043', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('27956', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('79170', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('59673', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('30474', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('47025', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('31341', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('89196', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('47487', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('7123', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('14581', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('83204', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('7123', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('25187', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('5414', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('544', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('32376', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('87268', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('44998', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('96710', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('82402', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('79589', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('88887', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('90372', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('50038', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('32217', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('32368', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('52866', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('57242', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('43348', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('61920', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('31560', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('41261', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('19848', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('84189', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('10727', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('75560', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('66495', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('16453', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('65299', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('41211', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('77000', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('99250', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('75938', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('37350', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('86404', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('37734', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('61166', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('30222', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('9440', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('33401', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('760', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('24796', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('16453', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('59530', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('82974', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('41827', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('64249', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('60366', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('40738', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('13290', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('76895', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('80941', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('38902', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('78922', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('51093', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('50977', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('10033', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('18499', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('81294', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('97228', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('29705', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('19220', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('58935', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('76798', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('80420', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('47126', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('82083', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('77548', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('63243', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('94814', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('58889', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('435', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('42114', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('66753', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('77000', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('49684', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('62636', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('99553', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('52471', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('40044', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('11966', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('24197', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('61127', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('4004', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('94173', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('82063', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('15613', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('847', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('25068', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('57135', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('66753', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('65987', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('57780', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('95089', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('6523', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('89759', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('95284', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('39552', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('39978', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('62784', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('34788', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('11441', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('49214', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('3143', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('71631', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('40276', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('94257', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('75231', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('81207', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('84432', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('5144', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('557', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('78787', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('792', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('78116', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('85505', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('86806', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('30222', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('76799', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('163', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('12563', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('29871', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('67371', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('66281', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('97868', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('7973', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('77898', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('84792', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('10736', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('15538', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('5463', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('29462', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('83444', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('70021', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('7732', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('31137', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('7620', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('94142', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('15083', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('282', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('4173', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('78767', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('16515', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('75252', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('26102', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('39310', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('68248', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('22325', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('70688', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('57456', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('75299', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('25046', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('90353', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('43616', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('81884', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('83170', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('78434', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('43032', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('15883', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('91091', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('36303', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('39876', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('30017', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('4438', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('29399', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('6710', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('88418', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('8912', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('78332', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('77580', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('10693', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('76953', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('37818', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('80420', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('97400', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('52929', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('85366', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('69783', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('39238', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('80057', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('47824', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('23392', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('75534', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('99399', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('98047', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('21101', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('89759', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('95840', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('54153', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('72501', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('40457', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('87015', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('41774', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('11194', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('29399', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('51538', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('72485', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('29849', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('3493', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('5414', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('21126', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('66813', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('93708', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('73411', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('16593', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('64945', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('45300', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('12078', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('76250', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('87048', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('94990', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('99660', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('1367', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('64945', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('98359', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('19342', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('52291', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('15613', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('27950', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('7970', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('28952', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('32130', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('40044', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('69960', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('58081', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('53225', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('47379', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('78332', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('29645', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('56078', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('99553', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('10693', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('43032', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('78314', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('34126', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('98388', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('92659', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('6367', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('30124', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('64140', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('78454', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('32506', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('5843', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('21774', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('69632', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('99348', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('11194', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('59455', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('97101', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('70299', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('3693', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('28829', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('37103', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('84808', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('3127', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('19862', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('71529', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('6990', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('34126', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('78911', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('67560', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('81245', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('74796', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('18636', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('58081', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('34197', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('64155', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('76057', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('41450', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('75123', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('29399', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('97041', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('80227', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('36126', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('44881', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('79763', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('63560', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('35175', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('32056', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('65241', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('14869', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('89234', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('22198', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('7854', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('987', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('81396', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('28738', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('12078', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('50743', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('16133', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('46155', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('38013', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('78314', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('41406', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('71085', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('87193', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('47627', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('5243', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('78787', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('3039', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('667', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('71628', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('39876', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('31086', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('49280', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('45826', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('83170', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('82707', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('19638', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('22618', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('97023', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('50664', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('65101', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('58170', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('7204', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('85680', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('18367', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('99073', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('70807', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('13408', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('96227', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('5250', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('4355', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('64169', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('53048', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('55286', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('43032', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('25046', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('64550', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('61414', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('5824', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('55170', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('61444', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('18740', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('14581', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('52371', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('39892', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('41938', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('14065', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('60249', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('108', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('42560', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('66356', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('65703', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('18752', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('33201', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('5920', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('63645', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('76270', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('92274', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('15030', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('45817', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('282', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('50944', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('10904', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('97551', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('15980', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('70099', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('76604', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('99611', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('1367', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('89734', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('63886', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('76270', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('91616', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('30164', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('95029', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('76799', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('37715', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('12615', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('80247', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('38676', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('18007', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('91580', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('65241', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('43912', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('38476', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('7656', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('2501', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('14554', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('30110', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('39310', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('69471', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('66469', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('14829', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('914', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('98843', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('86833', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('65329', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('52385', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('92965', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('74016', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('93061', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('95366', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('4449', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('50537', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('62728', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('65144', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('15340', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('84808', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('56089', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('7490', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('25068', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('95697', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('75878', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('52120', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('69122', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('83204', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('45770', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('4508', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('62784', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('70299', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('51549', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('54612', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('32119', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('36303', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('17607', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('11262', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('40677', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('15070', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('7973', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('14065', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('18583', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('48660', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('95046', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('4645', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('12069', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('23311', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('5843', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('49982', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('68516', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('59920', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('68453', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('17397', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('49611', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('163', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('65056', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('42556', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('90353', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('44206', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('96085', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('58594', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('96085', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('78792', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('91978', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('90004', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('88801', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('57925', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('19245', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('39394', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('52019', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('29239', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('85887', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('28352', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('17086', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('36263', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('29849', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('73186', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('63361', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('69581', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('56', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('56089', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('70688', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('13081', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('42843', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('29645', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('18469', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('30772', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('47677', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('6195', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('72669', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('92839', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('42388', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('31560', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('86753', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('34195', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('67021', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('21102', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('39310', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('15249', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('99730', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('32464', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('96741', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('61783', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('62784', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('51416', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('25143', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('1232', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('67340', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('37038', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('63860', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('29031', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('57135', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('59848', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('94178', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('69241', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('43130', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('65715', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('40276', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('1533', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('30957', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('16543', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('85809', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('84654', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('4034', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('66008', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('55286', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('69747', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('81566', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('3640', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('99189', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('30161', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('37339', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('39978', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('93004', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('1087', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('61332', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('16523', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('97101', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('43211', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('11262', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('5243', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('92867', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('63310', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('83204', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('99369', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('4438', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('67407', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('78892', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('95697', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('32056', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('12563', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('69628', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('28316', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('24374', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('58595', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('75510', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('30845', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('18469', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('76224', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('58846', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('31137', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('1110', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('88993', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('914', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('97868', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('57962', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('65563', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('90124', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('29002', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('38545', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('33759', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('52866', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('43123', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('37449', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('31442', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('14668', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('87965', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('29462', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('9440', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('390', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('48423', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('94620', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('82063', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('37869', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('83838', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('30222', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('46441', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('31364', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('18859', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('76672', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('85445', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('24442', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('80698', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('61364', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('83838', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('38121', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('1000', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('22345', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('11055', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('86404', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('21552', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('59397', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('15328', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('26473', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('41599', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('25785', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('83480', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('11152', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('89414', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('18583', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('1884', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('6712', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('99760', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('13511', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('67017', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('92839', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('40371', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('66229', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('96227', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('30896', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('96615', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('85308', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('22345', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('73602', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('46762', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('89106', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('19824', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('30021', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('9408', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('29260', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('86736', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('12078', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('58300', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('93571', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('85505', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('69521', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('1884', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('78469', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('507', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('31993', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('17924', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('69679', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('2967', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('15074', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('20244', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('5617', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('32483', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('31761', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('66281', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('56058', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('36926', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('16467', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('49611', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('13921', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('13408', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('76169', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('17944', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('98984', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('89106', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('64039', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('24865', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('97400', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('93653', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('50598', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('73542', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('8912', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('17996', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('71944', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('57123', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('1884', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('96741', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('75395', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('18752', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('14214', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('19541', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('80113', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('78911', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('65329', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('21086', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('259', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('64731', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('13403', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('72055', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('76224', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('25331', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('259', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('40059', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('66753', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('73268', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('76057', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('13290', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('53699', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('71387', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('33107', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('71085', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('70359', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('827', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('15024', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('68278', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('65329', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('87048', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('67017', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('85534', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('898', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('85211', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('41406', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('46762', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('97694', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('33759', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('36791', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('898', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('25940', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('46337', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('85614', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('44881', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('4034', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('69230', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('25380', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('67018', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('98619', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('28989', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('54296', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('59539', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('84495', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('75794', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('10693', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('73328', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('26695', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('31476', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('99422', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('87246', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('30124', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('51579', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('66229', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('13290', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('80420', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('53788', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('39978', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('107', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('32772', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('14023', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('82066', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('8378', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('64164', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('75273', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('67017', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('12683', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('51093', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('78922', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('17507', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('38121', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('9953', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('34329', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('17607', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('85849', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('83170', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('67293', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('46066', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('1000', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('16543', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('43495', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('31690', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('33107', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('79170', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('47126', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('50039', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('19342', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('46035', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('58081', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('74530', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('288', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('41671', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('27950', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('75046', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('17600', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('77580', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('94730', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('94801', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('78143', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('35935', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('62152', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('9460', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('32376', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('79502', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('83592', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('79697', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('11855', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('87280', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('55238', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('27044', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('82301', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('19766', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('69752', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('39521', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('77415', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('32506', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('61402', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('49813', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('89132', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('47487', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('95574', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('50414', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('39901', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('91978', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('14628', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('53165', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('11453', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('3576', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('11057', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('6990', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('79210', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('4004', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('24387', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('38696', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('23475', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('21337', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('25331', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('55698', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('70564', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('62705', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('40897', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('64067', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('85366', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('435', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('5017', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('89140', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('57431', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('2967', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('31101', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('89132', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('53424', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('87268', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('82970', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('36244', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('60366', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('75273', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('99422', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('61783', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('92040', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('68330', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('47630', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('90234', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('21766', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('435', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('11152', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('24197', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('57666', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('30252', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('7498', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('23934', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('24325', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('31137', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('52494', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('12069', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('39204', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('64642', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('49792', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('87706', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('27662', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('90009', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('10556', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('5298', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('842', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('70828', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('86552', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('44985', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('95626', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('11237', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('58889', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('29140', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('17207', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('29435', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('21395', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('93508', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('282', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('52385', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('52371', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('25077', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('7514', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('50702', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('13028', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('29707', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('92949', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('20489', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('24796', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('27140', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('57083', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('68330', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('65714', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('77415', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('3640', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('69222', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('98423', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('33401', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('96324', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('32217', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('86552', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('52876', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('44038', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('94726', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('36494', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('43505', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('34329', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('89414', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('7602', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('16528', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('68150', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('25718', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('82707', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('28133', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('80742', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('69222', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('34158', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('69471', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('50598', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('50598', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('82063', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('30845', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('76250', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('5920', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('80698', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('37946', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('16849', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('56058', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('68263', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('67146', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('10705', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('66259', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('54672', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('61527', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('94894', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('18007', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('53788', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('9514', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('57107', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('28518', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('59117', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('67425', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('35935', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('1726', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('22912', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('34788', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('96153', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('73602', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('68242', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('77231', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('36379', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('61737', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('50703', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('4940', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('46451', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('27044', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('50977', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('93039', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('78792', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('79772', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('45570', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('20378', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('69230', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('3487', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('30177', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('64297', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('25380', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('63886', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('14094', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('72657', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('25143', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('19861', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('65056', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('77218', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('67542', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('48469', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('95574', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('65563', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('63090', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('44551', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('79763', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('9084', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('35', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('8986', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('22258', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('84515', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('62754', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('1737', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('57213', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('34329', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('67018', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('60249', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('79329', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('60984', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('93653', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('70452', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('82591', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('24809', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('69230', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('61854', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('38555', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('20002', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('28133', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('26494', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('66753', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('19342', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('87785', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('43981', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('82646', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('82646', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('90448', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('83480', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('29399', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('96153', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('67425', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('55009', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('30474', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('78792', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('46106', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('29871', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('40457', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('57431', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('85575', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('75252', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('19848', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('36995', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('85849', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('16885', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('58594', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('86573', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('11262', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('89734', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('21100', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('44304', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('73165', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('73186', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('72622', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('15030', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('87624', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('83170', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('80113', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('46694', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('14094', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('99463', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('23525', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('64082', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('22226', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('77588', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('33338', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('18007', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('16523', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('108', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('18859', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('39927', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('66753', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('72643', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('61356', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('44206', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('11083', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('60406', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('11237', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('64249', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('41675', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('10917', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('92864', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('3143', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('2419', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('17339', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('14869', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('72643', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('52203', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('2139', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('66969', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('37818', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('65038', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('64140', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('37759', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('33338', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('3163', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('34957', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('35293', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('94815', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('30845', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('31476', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('75794', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('65258', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('7656', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('51549', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('847', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('29399', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('64140', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('87965', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('38696', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('85445', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('25046', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('33645', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('28994', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('20002', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('53699', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('39157', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('41674', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('45570', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('53788', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('11530', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('90663', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('89196', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('91616', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('23992', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('32772', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('80057', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('16347', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('58413', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('56058', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('64155', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('93708', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('96710', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('12326', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('29091', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('23794', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('89297', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('96227', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('21246', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('49280', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('85754', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('23311', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('29192', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('65396', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('81245', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('37430', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('6367', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('49391', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('65443', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('64934', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('96968', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('82082', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('76911', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('44038', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('81245', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('83039', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('5336', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('8819', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('10033', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('53805', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('7149', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('63040', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('81876', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('35498', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('70061', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('60748', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('22260', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('13749', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('65438', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('6209', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('60249', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('827', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('62832', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('65438', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('56276', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('89551', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('52872', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('40738', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('38973', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('12362', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('63560', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('1812', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('57334', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('65987', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('69285', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('63040', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('43616', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('66229', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('71529', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('94173', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('83462', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('47126', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('46436', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('46769', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('31080', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('59908', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('39876', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('19220', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('87193', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('82063', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('98690', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('57787', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('71287', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('8819', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('50537', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('66269', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('24746', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('59538', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('24630', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('90609', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('95626', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('87222', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('25256', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('66259', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('14554', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('86674', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('71628', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('39978', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('95284', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('28352', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('85809', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('53152', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('91851', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('63886', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('52019', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('95840', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('29863', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('4173', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('75116', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('38895', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('38336', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('43495', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('94569', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('13741', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('29514', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('27043', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('14214', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('99463', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('67810', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('51997', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('17676', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('18554', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('56', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('98359', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('10481', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('72979', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('91343', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('54620', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('41280', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('91063', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('68263', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('27727', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('2848', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('1367', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('57123', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('88287', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('4645', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('80698', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('15074', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('27140', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('1727', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('79446', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('64593', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('83686', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('99073', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('8912', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('92864', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('86641', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('85754', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('17377', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('69783', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('28409', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('17397', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('65121', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('57160', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('8986', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('58085', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('3335', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('31080', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('80248', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('76173', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('34386', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('35257', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('63582', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('57474', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('54610', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('67660', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('10838', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('23311', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('99553', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('15613', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('78454', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('93986', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('60867', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('42843', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('19582', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('92703', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('57538', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('15883', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('78892', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('65101', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('30161', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('36263', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('16969', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('39241', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('29192', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('12069', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('3493', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('35687', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('11510', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('50013', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('123', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('64196', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('1018', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('89734', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('13290', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('86661', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('91343', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('20814', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('41491', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('95205', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('6474', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('63612', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('57135', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('16297', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('21100', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('96052', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('43658', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('29192', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('25380', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('40481', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('77580', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('75596', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('89393', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('8140', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('17207', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('95631', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('47487', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('93125', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('98843', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('37715', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('62124', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('64642', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('47487', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('16075', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('60688', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('28133', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('15024', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('66753', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('72165', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('82688', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('27804', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('87268', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('85534', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('57456', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('13741', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('25942', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('43495', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('53118', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('25380', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('53165', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('17831', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('74473', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('27528', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('32506', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('43211', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('90381', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('65438', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('4345', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('8986', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('33546', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('41299', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('96193', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('3005', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('91788', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('14499', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('72177', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('57431', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('64121', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('37869', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('89140', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('5463', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('70061', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('45720', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('8192', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('74464', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('85809', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('57538', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('54508', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('90779', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('15430', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('4173', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('86802', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('81884', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('96067', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('45083', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('33349', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('2133', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('22620', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('88577', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('19342', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('34018', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('12615', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('10663', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('57985', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('53803', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('18809', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('61166', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('46450', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('95366', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('2423', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('68779', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('18234', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('70098', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('98870', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('18775', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('39472', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('89551', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('81638', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('88801', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('27002', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('70924', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('16297', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('9360', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('13880', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('94801', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('63645', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('75423', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('75928', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('57474', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('53077', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('83686', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('58081', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('82301', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('90181', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('78116', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('60984', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('40080', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('98315', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('46066', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('69747', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('9933', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('97868', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('66106', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('50583', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('70061', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('79446', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('15980', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('68649', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('90448', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('87015', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('79589', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('21766', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('89414', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('33094', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('93171', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('27556', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('13741', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('37339', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('37103', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('39520', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('21401', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('29192', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('71025', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('18554', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('1460', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('57156', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('6209', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('56124', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('91851', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('82066', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('5005', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('91197', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('83444', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('87222', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('83511', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('86075', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('3576', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('15538', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('85746', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('81028', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('57107', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('1460', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('51868', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('53588', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('48462', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('88417', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('22179', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('61003', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('32881', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('53805', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('87048', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('46762', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('50206', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('25380', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('87784', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('95029', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('44985', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('30222', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('46981', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('8819', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('48053', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('70099', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('41450', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('29705', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('94142', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('36019', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('68395', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('1110', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('21337', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('46725', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('62832', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('28019', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('24387', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('67725', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('97868', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('67017', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('28518', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('25380', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('67371', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('12615', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('6400', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('2795', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('37038', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('18286', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('15613', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('49873', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('57474', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('12078', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('67514', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('84239', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('18469', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('2501', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('48247', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('98423', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('86753', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('38545', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('10527', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('32744', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('50977', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('49813', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('9114', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('35293', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('99710', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('88887', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('74163', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('53805', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('38013', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('81610', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('34195', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('75046', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('15144', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('76911', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('28128', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('93171', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('82646', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('93508', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('86661', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('24442', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('91799', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('56941', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('99189', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('43993', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('96324', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('55531', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('55170', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('75362', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('47379', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('42019', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('53788', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('74016', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('11194', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('11377', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('30252', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('23992', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('70564', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('75040', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('20814', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('47487', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('13211', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('63288', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('51579', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('27952', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('47630', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('34422', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('44352', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('57107', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('11076', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('74672', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('22170', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('31624', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('63860', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('44271', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('36494', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('56089', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('91343', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('62226', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('69730', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('54622', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('76798', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('80285', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('65329', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('32881', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('23525', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('93814', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('9183', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('42956', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('92385', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('28977', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('74016', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('46725', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('12214', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('19541', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('40189', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('85746', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('37586', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('10267', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('70098', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('1968', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('87784', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('73165', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('57238', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('86327', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('85211', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('90220', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('29705', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('98047', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('99422', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('43211', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('11441', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('24630', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('66269', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('3005', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('10904', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('72669', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('10527', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('79469', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('82707', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('13826', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('69747', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('57787', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('95089', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('39046', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('97041', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('28829', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('75395', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('77415', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('80285', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('32483', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('67371', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('69752', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('39204', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('15283', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('13403', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('5925', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('33837', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('46981', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('57787', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('74473', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('85746', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('6895', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('53588', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('68070', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('78922', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('15487', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('69747', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('4355', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('4940', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('86552', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('64297', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('82868', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('98870', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('61783', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('27919', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('43495', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('78787', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('71389', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('38696', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('41345', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('85575', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('27950', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('83039', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('45770', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('92274', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('60406', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('13921', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('89759', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('91442', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('17997', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('80113', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('58846', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('95260', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('31761', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('75510', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('53496', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('48861', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('27140', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('49205', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('49391', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('86651', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('96134', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('83592', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('29665', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('40116', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('37339', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('88085', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('67655', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('84654', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('93653', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('28409', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('89000', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('91851', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('72165', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('858', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('38712', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('18583', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('93125', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('36402', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('41345', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('36244', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('59290', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('83728', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('38899', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('1826', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('24201', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('94766', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('69081', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('89312', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('59538', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('81028', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('50206', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('16753', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('63560', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('16311', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('76224', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('16057', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('9460', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('85904', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('23457', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('93491', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('31250', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('11377', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('48678', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('88287', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('80698', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('92693', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('29031', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('259', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('81610', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('65329', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('52872', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('76911', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('66469', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('9605', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('29462', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('23449', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('55531', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('57242', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('75046', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('62716', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('28252', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('75116', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('86736', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('65121', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('18108', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('96911', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('32368', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('69241', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('52656', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('71768', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('83398', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('84727', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('94178', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('67018', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('68096', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('39892', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('26473', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('53805', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('19603', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('51975', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('94766', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('88553', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('72358', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('48660', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('80254', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('11195', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('59920', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('54620', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('16631', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('91616', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('107', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('22057', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('97629', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('53185', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('99719', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('69225', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('76798', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('99764', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('25942', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('86075', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('63243', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('11152', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('10834', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('68150', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('35220', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('88140', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('77021', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('987', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('22198', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('85356', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('88045', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('60224', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('66090', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('49684', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('94726', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('47630', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('42556', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('3651', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('5414', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('64082', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('12326', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('19321', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('50386', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('72186', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('847', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('40937', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('96003', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('45436', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('59908', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('62124', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('80254', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('15726', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('46981', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('64082', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('57107', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('12362', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('51698', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('34018', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('43432', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('41890', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('82688', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('68649', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('96193', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('21008', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('34322', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('43981', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('57026', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('85614', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('19582', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('80057', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('83747', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('40457', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('76224', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('544', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('51203', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('88389', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('19861', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('53799', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('49244', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('22345', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('56124', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('15144', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('11057', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('88793', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('56139', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('34386', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('51416', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('74974', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('64820', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('60249', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('28952', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('2848', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('27366', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('15074', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('93571', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('1922', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('66763', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('53225', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('47265', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('888', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('81984', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('58085', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('92040', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('108', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('88553', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('95366', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('26028', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('85754', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('16849', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('62152', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('70098', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('50013', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('43211', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('19536', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('23344', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('11095', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('67560', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('37454', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('5017', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('77548', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('80651', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('19603', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('43211', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('82697', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('86661', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('79469', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('37586', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('88993', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('84189', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('82697', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('74509', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('99710', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('15487', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('93366', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('50039', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('50039', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('34197', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('64196', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('83573', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('22004', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('82918', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('55698', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('51723', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('85366', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('8252', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('91442', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('69960', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('74530', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('49244', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('99348', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('3576', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('75794', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('97679', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('59455', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('39472', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('58634', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('27430', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('66469', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('96067', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('25785', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('37284', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('9084', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('7854', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('63361', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('14596', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('95175', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('62784', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('53588', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('3005', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('51203', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('81876', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('80248', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('55170', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('19861', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('52876', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('62754', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('83022', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('57055', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('90353', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('52057', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('79697', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('62636', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('66229', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('41406', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('63612', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('92442', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('75299', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('30252', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('99660', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('24784', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('5898', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('31690', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('36126', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('8457', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('18675', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('95205', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('53803', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('27950', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('56089', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('79487', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('99764', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('71631', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('32385', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('85887', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('50598', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('6523', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('90004', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('3487', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('59455', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('78332', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('56212', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('48589', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('85849', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('56057', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('34422', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('52057', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('123', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('4173', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('62832', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('48462', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('21401', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('27044', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('69230', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('19536', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('79210', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('95027', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('96772', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('36019', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('9947', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('69471', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('67657', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('49214', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('98690', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('78858', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('23934', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('31624', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('36402', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('70299', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('96203', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('72006', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('69853', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('88045', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('4940', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('95953', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('55915', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('36244', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('99226', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('62520', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('64196', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('75241', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('96988', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('33546', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('50039', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('9183', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('69632', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('62832', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('83686', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('56124', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('66753', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('70362', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('75423', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('57985', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('58355', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('65400', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('48640', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('95852', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('7854', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('91343', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('32376', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('58874', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('44258', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('22170', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('9460', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('51538', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('42991', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('8843', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('83039', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('14065', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('51008', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('54605', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('7602', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('39241', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('38895', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('96134', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('36102', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('26102', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('35293', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('27366', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('65258', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('99189', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('32886', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('34197', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('16631', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('1220', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('83728', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('67024', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('28316', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('61783', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('52471', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('2501', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('60366', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('73908', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('29863', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('52669', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('61065', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('36995', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('10834', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('30957', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('37521', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('49391', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('4860', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('58594', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('53152', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('53485', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('47126', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('84039', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('8251', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('90353', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('67293', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('74530', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('48678', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('98423', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('94730', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('77361', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('8853', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('76291', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('52385', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('1884', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('55857', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('11530', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('52187', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('12078', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('56755', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('58307', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('83398', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('35498', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('31337', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('94142', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('55170', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('84039', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('21100', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('76291', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('49873', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('70099', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('17944', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('41450', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('499', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('90372', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('80698', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('89297', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('52471', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('28977', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('12362', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('19824', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('64724', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('25725', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('73492', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('53089', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('57431', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('95840', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('59553', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('76953', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('11095', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('33817', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('46956', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('48471', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('52707', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('7732', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('90181', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('82039', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('50598', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('68453', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('57925', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('499', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('43854', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('96117', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('12615', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('21789', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('93631', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('96153', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('85211', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('67371', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('59455', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('51093', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('58172', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('67146', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('87222', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('83691', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('64192', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('31086', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('82688', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('39157', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('65715', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('27043', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('978', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('57985', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('53699', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('30341', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('29031', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('10917', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('94522', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('55857', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('94535', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('59046', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('32490', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('35588', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('61356', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('52057', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('62636', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('23373', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('15538', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('37734', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('41671', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('96085', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('10838', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('14284', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('16405', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('29849', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('16907', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('86127', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('87784', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('79170', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('89571', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('26427', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('37103', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('37284', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('78572', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('93708', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('83204', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('30957', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('17997', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('8140', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('40481', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('18338', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('86552', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('42560', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('1884', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('52876', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('50969', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('44998', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('10204', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('95697', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('97041', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('67660', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('49073', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('45359', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('36102', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('84704', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('29091', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('5824', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('68242', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('78314', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('16133', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('79534', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('78922', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('32464', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('34422', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('8343', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('24932', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('32881', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('53172', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('31079', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('48660', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('92703', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('57511', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('85534', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('36052', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('78143', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('89106', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('75522', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('4645', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('3576', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('57107', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('81258', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('63645', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('2139', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('99611', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('50386', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('33107', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('17924', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('78637', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('76798', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('11855', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('390', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('40044', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('94730', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('24197', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('91799', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('10736', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('68516', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('62795', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('27956', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('28977', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('63612', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('16969', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('24932', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('24442', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('15024', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('81638', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('96052', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('842', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('32056', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('34770', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('914', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('96117', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('72055', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('39978', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('39580', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('40116', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('68720', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('57377', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('5824', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('75560', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('7043', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('70021', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('39927', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('914', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('44271', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('19362', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('5943', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('92864', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('75123', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('18636', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('1812', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('90609', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('19536', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('19917', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('3651', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('39580', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('37586', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('31080', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('18583', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('11194', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('847', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('55940', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('29031', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('20445', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('13217', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('16480', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('89312', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('95225', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('9514', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('36019', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('10267', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('31079', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('3576', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('73268', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('82039', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('68395', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('37734', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('95626', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('33759', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('50969', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('31337', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('82974', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('37715', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('5298', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('67542', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('22142', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('94311', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('90220', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('8343', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('37653', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('51955', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('978', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('57538', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('53089', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('85505', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('65056', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('9408', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('83170', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('18469', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('30858', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('14554', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('5208', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('72622', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('16515', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('78756', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('38691', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('52371', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('94814', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('36845', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('24387', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('59848', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('3576', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('94801', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('49701', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('9933', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('29390', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('10663', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('16453', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('6195', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('76250', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('15144', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('39204', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('66293', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('39115', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('67655', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('30650', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('65144', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('57123', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('1232', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('44836', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('63645', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('59538', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('69471', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('70688', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('65329', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('53728', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('7970', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('67660', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('82646', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('12563', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('40682', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('23934', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('85451', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('97400', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('19766', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('27898', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('84410', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('96206', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('52669', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('42114', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('28299', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('38288', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('22912', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('69783', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('89551', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('58326', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('2419', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('95366', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('62749', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('69758', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('80941', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('69628', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('99694', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('39115', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('37946', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('14182', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('8457', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('30017', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('8603', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('28989', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('43348', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('51768', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('14563', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('94894', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('792', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('39514', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('77729', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('40044', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('40371', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('4248', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('19048', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('28738', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('46074', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('544', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('24374', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('1018', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('38895', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('20084', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('12979', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('50944', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('56212', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('52707', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('48678', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('37715', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('84039', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('51008', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('24784', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('67793', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('13741', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('74840', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('2139', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('33401', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('40897', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('71529', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('22620', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('72643', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('69679', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('25785', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('6474', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('96134', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('30845', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('95574', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('91063', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('16467', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('8457', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('19450', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('41261', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('23224', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('95099', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('51698', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('15698', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('40932', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('52291', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('70564', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('37734', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('35257', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('42625', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('34126', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('1018', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('46066', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('47126', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('56078', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('38696', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('69471', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('69960', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('1836', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('53172', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('16453', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('1110', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('56143', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('914', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('29803', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('54875', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('89059', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('41280', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('12563', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('21789', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('11201', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('30124', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('99730', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('92849', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('28361', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('87651', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('68070', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('60267', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('64945', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('52707', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('83622', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('9514', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('66969', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('78434', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('1232', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('97551', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('24809', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('65400', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('26730', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('78787', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('97355', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('73908', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('64121', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('39115', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('19824', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('1110', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('22142', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('21789', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('20099', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('98690', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('19362', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('34126', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('16405', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('82066', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('93171', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('99369', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('24746', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('74974', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('96324', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('52707', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('67293', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('10527', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('12326', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('72501', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('75040', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('6673', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('21101', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('30177', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('76895', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('97590', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('62754', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('89051', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('57238', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('89246', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('32217', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('65038', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('75252', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('7620', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('63090', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('16057', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('33206', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('37339', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('42625', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('74016', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('58172', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('78116', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('39901', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('97573', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('40044', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('10904', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('30650', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('82591', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('71631', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('7490', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('65121', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('37339', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('15086', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('77000', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('5144', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('75794', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('29645', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('27687', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('89132', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('80248', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('80047', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('26881', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('81294', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('4182', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('46155', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('34422', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('45650', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('57925', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('89393', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('94173', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('83170', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('1018', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('78782', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('55170', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('10076', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('97355', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('8378', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('38895', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('16543', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('69581', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('67425', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('33201', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('92417', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('57334', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('81884', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('71628', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('13352', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('760', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('3335', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('44703', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('27140', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('2848', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('32954', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('29399', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('32881', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('22170', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('26473', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('83003', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('21774', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('81984', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('499', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('57334', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('36926', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('78858', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('15578', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('51923', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('16631', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('13741', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('22003', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('23525', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('4508', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('69758', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('98830', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('5843', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('19245', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('499', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('9514', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('76250', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('9084', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('31690', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('75522', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('76743', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('83170', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('10527', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('53547', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('77415', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('24374', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('64724', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('37454', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('13741', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('30017', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('58594', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('70061', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('70395', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('58606', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('51238', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('77548', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('88884', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('71529', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('97023', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('33349', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('89734', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('69521', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('75173', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('26102', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('2970', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('34569', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('25468', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('49073', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('28019', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('93366', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('98563', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('7656', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('2286', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('39115', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('36244', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('19735', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('70924', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('75040', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('9183', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('42556', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('40937', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('88553', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('93814', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('31442', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('1727', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('2139', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('32490', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('69122', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('64731', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('12666', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('17397', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('99399', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('89312', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('74016', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('68280', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('69225', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('12683', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('70522', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('90194', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('28361', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('46337', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('23994', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('34331', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('37809', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('52203', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('68070', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('60040', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('55859', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('33759', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('54460', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('18709', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('49701', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('18469', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('37219', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('88525', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('38121', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('85226', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('51416', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('69679', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('88887', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('92385', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('96615', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('52945', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('88140', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('24809', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('50267', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('46066', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('83686', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('30772', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('4015', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('93491', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('32886', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('63560', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('79589', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('42625', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('80610', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('86127', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('33349', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('99754', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('74672', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('91132', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('68999', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('10904', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('31442', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('35721', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('92274', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('5208', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('16907', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('25143', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('86969', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('73213', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('83022', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('89234', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('37869', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('40080', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('22345', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('24325', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('23500', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('24809', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('54728', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('66281', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('68779', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('96178', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('69471', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('51975', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('71543', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('58081', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('72622', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('20489', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('64259', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('43912', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('24809', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('22050', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('30334', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('60406', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('73072', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('28518', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('57985', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('89059', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('94569', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('31302', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('78767', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('31086', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('42388', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('24630', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('60040', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('43993', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('89234', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('17769', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('97101', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('9408', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('35042', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('28738', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('90234', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('99189', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('81884', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('36263', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('48589', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('70061', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('1533', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('12216', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('64249', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('75547', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('14032', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('27898', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('44703', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('51579', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('85746', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('85809', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('81028', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('27094', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('42019', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('56089', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('7204', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('88417', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('2286', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('18338', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('68453', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('15726', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('43505', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('52929', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('9084', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('97573', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('827', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('37734', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('48462', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('13217', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('39704', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('94815', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('78782', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('77415', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('41450', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('70362', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('41683', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('22086', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('50966', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('63502', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('8140', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('73186', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('27898', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('93061', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('83170', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('85614', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('26147', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('74070', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('96710', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('17769', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('30397', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('34404', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('95697', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('83398', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('11202', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('43032', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('99719', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('53547', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('13741', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('76291', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('42560', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('57377', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('29192', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('59538', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('32345', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('84654', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('60688', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('62549', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('81785', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('65121', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('71628', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('94535', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('97551', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('25718', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('68516', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('11377', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('75231', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('68330', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('88308', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('53172', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('91851', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('66484', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('36657', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('33201', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('8819', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('76250', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('38271', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('37809', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('98726', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('89188', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('56', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('56057', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('54875', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('56139', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('85575', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('10481', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('52187', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('53185', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('89196', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('23794', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('993', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('4015', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('52876', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('77130', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('10917', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('46441', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('85904', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('68248', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('46442', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('37715', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('73072', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('34392', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('31442', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('45680', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('19735', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('53185', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('15328', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('98047', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('12941', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('56941', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('70572', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('74473', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('93814', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('95201', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('25780', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('8343', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('7514', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('69732', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('33759', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('3127', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('70310', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('36019', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('83444', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('86404', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('48861', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('30161', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('17600', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('20540', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('48469', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('70384', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('49073', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('76799', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('16993', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('80227', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('28004', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('26619', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('1826', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('56299', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('3039', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('3639', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('3639', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('85849', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('20489', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('53077', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('94726', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('99660', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('3693', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('70918', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('76743', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('28994', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('91197', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('40738', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('18234', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('22003', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('61356', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('99764', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('70389', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('14214', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('11377', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('12214', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('15538', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('97868', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('98388', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('65901', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('86661', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('95631', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('82591', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('56089', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('73411', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('57135', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('667', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('76604', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('66293', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('11578', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('50206', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('41450', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('5871', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('98843', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('8853', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('51723', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('78581', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('80976', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('10904', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('61737', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('96722', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('67810', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('46441', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('74911', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('1922', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('57160', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('7514', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('26028', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('32419', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('57377', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('71529', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('32369', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('3693', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('47265', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('31516', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('69632', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('34158', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('34957', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('18583', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('17086', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('45720', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('39394', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('31080', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('78116', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('72055', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('68242', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('79329', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('90914', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('93004', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('23110', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('14628', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('21009', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('10269', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('88525', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('83314', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('66469', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('11057', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('82970', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('54153', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('31820', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('34957', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('123', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('50598', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('16075', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('99073', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('67407', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('11202', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('28829', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('29260', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('78787', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('24374', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('59117', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('93061', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('64593', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('84189', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('55000', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('37454', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('35293', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('20540', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('48861', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('68649', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('57962', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('31266', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('12711', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('48247', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('17831', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('53799', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('81876', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('73908', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('9460', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('6729', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('37586', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('53225', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('26881', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('79487', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('69581', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('86802', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('11262', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('16849', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('17665', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('41345', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('97868', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('49792', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('63860', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('56143', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('39394', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('9495', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('23344', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('18338', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('30252', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('38895', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('73213', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('96193', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('27556', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('21552', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('84495', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('16593', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('27727', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('69730', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('19862', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('96153', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('39114', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('14581', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('31486', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('74016', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('66106', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('4355', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('97590', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('63645', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('89140', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('90004', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('95046', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('35293', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('13757', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('78469', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('82301', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('59290', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('2286', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('38668', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('12941', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('22179', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('3005', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('19824', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('49873', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('59397', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('57941', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('72177', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('22086', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('84495', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('21225', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('70389', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('25525', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('41280', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('95366', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('21009', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('69952', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('38895', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('16593', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('7204', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('13365', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('6287', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('43912', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('74639', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('81028', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('46260', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('34126', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('55170', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('35935', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('66484', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('88553', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('95284', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('62795', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('33759', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('45817', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('46981', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('99611', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('77021', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('96968', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('18740', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('30299', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('8252', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('32772', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('98870', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('50331', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('74672', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('39925', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('92442', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('38696', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('8843', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('9460', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('22532', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('40178', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('78572', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('27094', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('41827', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('58307', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('41491', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('78756', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('39925', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('27043', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('10033', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('53799', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('91197', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('48462', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('62754', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('13504', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('64914', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('18709', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('77000', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('61003', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('14214', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('12216', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('52523', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('55009', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('18499', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('90372', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('14284', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('53805', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('38902', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('32065', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('94142', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('60267', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('53424', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('41890', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('91197', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('8251', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('34055', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('29140', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('67810', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('4015', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('62749', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('57055', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('4345', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('76895', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('72177', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('58170', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('65144', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('45494', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('28994', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('68010', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('61354', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('81638', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('52076', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('41674', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('67560', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('1402', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('30177', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('59117', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('69241', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('74974', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('66763', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('89551', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('98019', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('7602', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('7035', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('49701', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('36052', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('35175', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('59673', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('32056', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('16993', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('39521', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('41741', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('90181', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('35138', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('32886', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('71543', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('22532', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('56', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('64067', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('91580', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('81610', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('52157', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('978', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('31516', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('79763', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('53469', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('2286', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('78581', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('65703', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('81610', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('94535', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('52471', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('56', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('8843', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('36384', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('9659', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('99719', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('48678', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('68554', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('52750', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('69241', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('90814', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('65241', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('98690', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('79487', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('51238', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('99977', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('14023', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('33837', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('49244', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('38476', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('3335', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('14432', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('61065', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('63390', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('4355', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('59172', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('96772', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('82580', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('35462', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('898', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('53152', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('31820', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('19848', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('11055', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('888', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('48462', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('6729', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('81638', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('53799', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('65438', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('6304', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('73606', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('35042', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('44206', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('56143', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('17769', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('47001', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('49073', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('40178', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('74070', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('44706', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('88577', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('86641', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('2970', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('69679', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('86327', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('21766', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('43989', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('72979', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('14668', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('48850', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('90567', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('30252', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('77580', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('71630', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('43505', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('66494', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('84515', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('80248', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('79329', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('44258', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('21556', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('5824', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('34422', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('93043', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('5617', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('16753', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('42956', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('49450', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('53225', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('78787', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('11152', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('7149', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('81550', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('57431', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('75938', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('68395', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('40932', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('79352', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('85754', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('38476', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('86802', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('51997', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('58701', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('83686', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('49280', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('827', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('56499', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('20099', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('97042', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('39472', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('80742', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('99268', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('57474', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('80248', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('25611', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('22003', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('21789', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('43495', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('13290', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('87439', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('68248', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('1402', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('84189', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('62716', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('18675', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('99369', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('81396', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('93171', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('56078', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('37350', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('81789', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('58413', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('61127', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('50743', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('82591', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('6710', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('57925', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('57985', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('41261', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('97101', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('79911', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('21395', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('16523', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('42019', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('52157', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('15698', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('42560', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('51955', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('21225', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('69307', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('8860', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('15144', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('64934', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('27002', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('91992', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('59530', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('38902', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('77289', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('29871', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('61403', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('96324', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('53048', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('86375', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('99399', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('86806', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('23110', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('82687', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('95574', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('5961', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('72669', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('50944', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('8819', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('99226', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('544', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('11455', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('35220', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('96968', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('89312', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('35462', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('96710', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('95859', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('18234', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('62754', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('33349', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('40044', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('54605', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('69783', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('65901', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('87706', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('65715', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('75040', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('71529', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('14581', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('60249', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('63040', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('5463', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('39876', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('3127', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('51868', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('31250', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('36513', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('72521', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('15328', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('51723', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('3576', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('24442', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('87222', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('34195', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('18675', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('85981', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('96178', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('81150', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('50969', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('80976', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('57238', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('10904', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('14284', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('76057', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('1826', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('23500', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('80799', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('10076', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('16453', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('69732', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('26028', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('70965', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('60406', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('23110', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('52741', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('98843', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('39157', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('16969', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('18007', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('20084', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('14874', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('22417', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('59920', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('81883', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('25468', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('5336', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('1080', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('29239', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('33791', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('58595', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('91992', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('40738', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('1726', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('21552', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('40481', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('22532', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('4248', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('59553', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('57083', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('94836', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('16907', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('41675', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('45770', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('91851', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('40044', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('69285', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('12236', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('78892', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('87439', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('90914', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('81896', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('14639', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('14499', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('90089', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('76604', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('45817', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('24197', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('31079', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('61364', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('63886', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('49450', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('50658', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('22325', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('63489', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('48850', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('41988', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('38545', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('91978', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('84239', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('37284', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('68649', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('42388', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('30858', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('4355', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('40897', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('86404', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('56849', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('85234', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('259', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('62429', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('41818', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('14023', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('42019', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('33107', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('41741', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('59848', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('8483', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('17997', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('94814', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('86651', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('70061', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('22050', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('42625', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('65901', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('86344', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('15070', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('3639', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('11194', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('336', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('18469', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('42560', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('57431', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('48165', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('60748', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('39892', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('25362', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('63886', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('97694', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('16347', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('27236', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('77000', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('98984', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('50467', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('95320', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('64196', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('1000', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('4004', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('84845', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('74911', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('59920', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('25187', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('20985', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('71389', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('14094', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('75878', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('37869', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('56499', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('59397', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('43123', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('29707', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('37653', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('52187', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('56143', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('52371', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('35935', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('10693', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('23270', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('24746', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('18469', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('16297', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('80651', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('38691', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('10454', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('69581', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('30723', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('7035', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('23110', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('77588', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('75772', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('97435', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('33349', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('83444', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('11510', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('89051', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('55170', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('19321', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('13511', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('36845', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('10814', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('96227', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('5336', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('29192', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('22325', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('38476', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('65563', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('20180', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('15283', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('11455', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('14628', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('67542', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('83022', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('11578', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('1954', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('90779', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('92442', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('57377', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('18007', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('46450', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('5898', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('74911', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('55286', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('99463', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('14829', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('63645', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('59530', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('72006', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('72177', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('78572', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('30896', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('40992', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('74840', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('79697', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('30164', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('61402', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('31690', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('29871', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('41683', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('87268', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('54612', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('37430', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('56499', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('24325', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('88045', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('29140', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('88085', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('54672', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('42956', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('79763', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('8347', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('30177', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('13365', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('65563', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('65400', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('75423', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('83696', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('36384', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('46066', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('1968', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('46260', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('22417', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('82301', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('60267', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('51553', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('1367', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('95175', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('61081', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('43032', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('15249', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('31337', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('57135', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('78792', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('51579', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('77548', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('94766', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('73072', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('98690', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('57083', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('67407', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('74016', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('71426', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('18234', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('38676', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('39310', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('41261', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('71628', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('32772', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('11966', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('93039', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('26102', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('78454', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('64121', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('45200', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('70235', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('38476', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('2178', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('50702', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('38548', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('89132', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('95029', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('77021', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('9360', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('26473', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('95027', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('792', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('32130', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('22618', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('60406', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('52872', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('92332', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('88472', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('67660', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('91992', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('24932', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('59290', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('90009', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('1968', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('65688', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('74163', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('27804', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('5943', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('92949', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('94324', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('50873', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('48471', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('98315', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('78787', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('85575', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('15726', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('69850', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('92776', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('46106', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('41674', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('19824', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('20540', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('71631', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('4383', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('7970', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('47265', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('25611', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('98315', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('43211', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('40937', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('97228', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('31476', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('14032', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('16057', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('67024', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('49982', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('94815', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('23457', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('70807', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('99760', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('65714', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('90663', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('13753', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('26730', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('39046', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('86802', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('41818', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('8347', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('80821', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('94766', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('19582', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('4034', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('38902', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('9514', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('71387', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('53424', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('36494', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('64196', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('4004', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('43130', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('26494', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('16753', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('26473', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('47001', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('18234', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('7123', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('7020', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('29645', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('19536', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('74070', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('13211', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('30341', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('95859', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('62832', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('72768', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('3493', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('11441', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('45680', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('85680', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('50658', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('8483', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('71944', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('93004', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('15430', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('16467', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('81566', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('15083', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('35257', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('37818', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('37038', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('21774', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('40558', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('66281', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('69628', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('27956', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('14484', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('90448', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('37101', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('45817', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('91616', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('35', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('83871', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('81884', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('97590', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('6673', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('3493', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('64731', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('75231', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('48861', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('45494', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('85809', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('75928', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('65208', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('77234', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('53424', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('72501', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('76743', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('67024', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('1367', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('61127', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('85754', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('98388', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('14628', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('27044', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('6990', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('95852', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('50658', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('78572', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('60249', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('87048', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('74974', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('16907', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('32369', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('23992', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('39241', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('37818', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('58300', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('54875', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('18752', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('61402', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('48778', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('65438', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('52187', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('49759', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('85234', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('61920', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('53185', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('94990', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('25256', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('4860', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('93986', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('87785', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('85356', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('64039', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('66469', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('96772', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('27002', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('93125', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('70918', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('98388', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('71904', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('37759', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('544', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('88358', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('96741', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('66763', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('39892', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('49982', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('58465', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('23439', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('59290', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('65703', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('16523', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('43348', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('66212', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('96193', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('15074', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('62429', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('31266', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('17944', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('78552', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('49873', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('97573', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('5243', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('39520', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('99719', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('89571', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('62749', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('18234', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('39876', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('35588', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('19582', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('46066', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('83003', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('75299', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('87784', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('91788', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('81876', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('56057', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('2133', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('163', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('41091', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('64593', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('37038', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('64067', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('41988', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('16849', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('84865', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('81884', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('82591', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('74016', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('288', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('5005', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('86075', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('29665', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('96206', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('78116', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('35905', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('81028', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('67024', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('6712', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('63090', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('81538', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('17911', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('51549', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('76246', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('41675', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('46725', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('77729', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('29959', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('38288', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('88577', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('98690', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('8986', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('41596', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('20814', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('64140', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('24932', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('76911', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('14554', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('83511', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('28409', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('52471', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('63449', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('88553', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('544', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('32954', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('57190', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('11201', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('18675', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('15024', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('45083', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('16523', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('69758', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('99710', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('38545', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('87784', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('49684', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('22050', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('31137', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('30397', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('69783', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('8347', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('53728', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('7287', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('34404', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('60688', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('72528', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('78469', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('37809', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('41774', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('49982', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('84239', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('66229', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('99754', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('51817', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('50873', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('65400', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('60267', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('98120', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('12236', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('82646', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('92693', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('97355', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('31341', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('10267', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('5703', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('33206', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('35685', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('21552', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('41938', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('94178', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('46725', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('70389', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('97658', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('10527', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('88045', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('10727', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('22467', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('68070', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('25187', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('67660', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('49618', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('13028', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('69952', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('11055', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('81258', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('83573', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('99250', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('84727', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('87624', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('55170', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('85211', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('8912', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('82688', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('71628', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('41261', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('46981', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('41450', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('5250', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('57511', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('18367', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('98726', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('28252', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('15487', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('36303', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('46928', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('78892', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('93039', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('15487', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('75596', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('74639', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('52057', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('74840', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('62784', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('53047', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('58465', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('40371', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('97629', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('73268', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('92040', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('16297', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('56058', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('30943', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('25468', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('20378', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('73492', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('55915', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('42991', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('17133', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('19582', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('3833', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('1087', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('88358', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('33817', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('59553', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('32369', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('48861', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('5463', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('15030', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('29192', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('82591', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('71631', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('50977', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('64820', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('99451', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('52656', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('12666', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('97868', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('107', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('4435', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('86753', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('21009', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('31993', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('16849', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('82970', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('90353', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('85746', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('94324', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('65901', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('41818', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('61364', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('61444', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('89188', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('50977', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('39394', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('30341', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('77000', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('41832', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('33837', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('99289', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('97679', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('75596', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('67051', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('58634', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('36791', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('92693', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('62795', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('64013', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('81245', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('336', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('41299', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('74473', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('43032', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('35293', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('24746', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('81396', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('78481', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('96911', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('77218', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('30177', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('19638', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('64067', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('78922', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('99660', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('36494', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('81396', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('17665', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('42843', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('68010', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('13495', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('23525', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('18859', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('98359', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('80799', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('85614', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('2423', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('69952', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('65433', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('26730', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('68278', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('30397', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('57780', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('1836', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('96203', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('95046', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('15613', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('79469', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('34404', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('987', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('17192', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('57238', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('65676', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('10663', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('32464', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('75252', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('35905', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('6729', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('15074', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('51817', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('43912', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('95205', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('90779', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('31560', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('64164', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('96772', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('5961', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('78469', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('56078', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('85887', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('86934', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('76250', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('74473', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('30896', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('25046', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('90089', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('36791', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('21395', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('52669', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('98830', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('52120', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('24002', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('13023', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('11453', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('64820', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('65056', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('90914', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('42688', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('7123', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('71426', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('64164', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('73268', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('78767', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('29399', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('20244', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('99647', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('11855', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('10454', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('8251', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('65443', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('21774', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('76291', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('23373', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('15883', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('94257', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('7123', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('81028', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('23392', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('84189', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('13365', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('8912', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('45300', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('72643', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('5703', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('18775', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('2423', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('90663', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('97400', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('87048', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('15086', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('75878', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('33759', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('30650', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('17600', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('45650', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('34502', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('91799', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('22254', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('5298', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('16993', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('46981', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('5617', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('95284', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('90004', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('66008', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('10705', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('27956', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('74163', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('91343', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('59455', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('14432', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('42096', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('47677', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('16528', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('5005', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('91197', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('23224', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('96710', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('62728', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('62124', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('58413', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('31516', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('36384', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('94142', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('52203', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('82301', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('73411', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('93508', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('26881', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('38545', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('44551', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('85234', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('65208', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('65241', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('14432', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('76798', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('69241', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('18338', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('57083', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('56080', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('37653', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('77148', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('90089', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('4449', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('28361', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('14182', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('53048', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('81984', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('39978', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('94726', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('24784', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('98019', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('46442', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('57135', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('90609', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('97355', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('81207', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('92385', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('32744', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('94894', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('12216', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('50658', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('84704', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('88577', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('48640', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('82974', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('90132', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('4435', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('53490', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('87651', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('88308', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('81294', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('64945', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('89106', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('42688', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('23475', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('78792', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('80420', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('69758', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('9953', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('29239', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('11202', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('98830', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('21789', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('83039', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('75252', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('74460', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('59538', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('43432', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('89393', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('61920', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('24932', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('96134', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('65299', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('35685', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('67021', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('27804', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('56080', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('33882', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('59455', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('50743', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('26881', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('43616', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('68242', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('70522', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('77218', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('63390', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('89000', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('75423', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('45083', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('80799', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('13826', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('84704', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('77364', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('58919', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('38668', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('59920', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('30161', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('50206', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('30124', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('2629', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('82083', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('65190', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('87651', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('97953', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('15083', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('39978', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('31560', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('31035', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('78787', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('91132', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('40558', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('32065', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('544', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('40044', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('24784', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('30341', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('84189', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('15487', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('94620', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('94697', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('34331', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('84792', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('49073', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('40059', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('77021', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('67051', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('29665', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('71628', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('54610', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('39978', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('98140', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('46155', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('39876', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('68396', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('33401', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('42114', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('85451', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('6710', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('81789', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('57156', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('29849', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('47487', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('86981', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('67436', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('89000', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('50873', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('1727', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('40457', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('35293', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('1110', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('80742', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('70918', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('10834', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('95850', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('27528', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('53185', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('56486', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('53185', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('84495', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('70389', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('99949', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('72521', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('99694', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('85445', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('82688', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('69222', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('95852', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('41973', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('92332', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('52157', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('21552', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('36265', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('70235', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('56139', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('70807', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('63612', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('89234', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('49873', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('16035', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('18338', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('36881', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('49873', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('45300', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('66259', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('29390', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('75273', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('12979', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('56078', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('41818', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('96227', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('65208', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('32385', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('53485', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('50038', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('259', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('83838', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('30858', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('435', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('25525', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('87651', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('1000', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('52929', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('96203', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('70299', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('19735', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('90089', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('14668', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('15070', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('53424', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('45300', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('70807', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('52876', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('93004', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('98843', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('23475', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('42298', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('2848', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('70061', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('52929', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('95027', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('86641', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('24932', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('17911', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('55859', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('56212', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('13741', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('87222', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('55915', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('62152', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('75173', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('2178', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('20540', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('52494', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('42688', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('64196', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('97694', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('77415', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('62520', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('83686', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('86375', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('90814', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('48462', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('83573', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('30110', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('12666', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('95366', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('50664', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('95366', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('96067', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('5336', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('48861', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('96722', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('43495', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('51997', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('86529', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('51203', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('99422', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('83003', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('69850', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('76672', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('31250', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('88389', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('47677', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('61444', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('1087', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('80057', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('87651', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('99730', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('53047', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('82707', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('80799', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('31266', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('39704', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('90132', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('15083', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('81789', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('99764', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('91915', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('35362', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('2795', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('87193', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('76049', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('23270', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('85063', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('38712', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('45436', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('1812', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('1080', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('41261', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('52134', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('57213', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('53547', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('71630', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('52656', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('24197', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('36513', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('10705', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('931', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('77130', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('40080', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('75423', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('44271', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('94894', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('65987', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('57242', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('6400', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('49214', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('53047', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('90372', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('5298', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('10838', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('16993', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('96227', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('17424', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('94894', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('12979', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('44706', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('21692', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('50331', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('99268', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('34392', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('72501', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('14284', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('51238', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('83039', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('96772', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('93171', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('78572', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('28538', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('20445', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('31086', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('1402', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('68070', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('72501', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('79329', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('3739', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('74464', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('59530', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('50414', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('46980', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('4435', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('58889', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('41683', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('56882', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('22003', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('5005', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('14284', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('67021', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('31250', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('76169', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('9460', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('898', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('13211', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('13757', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('65101', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('74974', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('78922', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('3545', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('9947', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('29192', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('46155', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('3493', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('87965', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('11076', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('70395', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('70807', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('89571', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('73492', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('45570', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('46106', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('79170', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('96206', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('79170', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('96067', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('73328', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('52929', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('38336', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('39901', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('31302', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('40371', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('23457', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('5144', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('78434', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('38545', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('7973', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('88389', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('34055', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('40677', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('33546', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('14596', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('96193', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('44816', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('18821', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('60867', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('82868', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('89246', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('60748', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('38476', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('7149', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('61783', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('10663', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('20378', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('39046', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('28738', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('65688', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('22179', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('19824', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('63582', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('37350', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('27044', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('56276', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('63449', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('90609', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('22050', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('27662', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('23794', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('88085', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('23311', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('51975', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('91343', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('58935', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('79911', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('2967', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('94371', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('7602', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('85356', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('16523', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('84727', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('52157', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('85211', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('22620', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('8912', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('20180', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('32119', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('85234', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('18499', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('86833', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('99754', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('53728', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('77148', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('77231', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('42960', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('11966', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('78469', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('61403', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('98690', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('41280', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('16480', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('63040', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('95175', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('23439', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('10033', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('29002', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('89571', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('28352', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('50583', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('66054', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('99271', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('68150', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('35687', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('69732', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('69285', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('35357', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('32065', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('95697', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('61166', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('38545', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('61332', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('69752', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('37284', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('21552', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('3693', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('89571', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('78581', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('74911', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('64249', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('16297', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('57538', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('19638', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('97590', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('98359', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('16631', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('89106', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('39204', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('56232', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('47824', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('81294', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('98140', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('67033', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('48247', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('24865', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('58307', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('93814', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('24374', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('41491', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('83511', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('5298', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('45300', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('6523', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('60267', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('16297', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('8426', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('11578', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('39046', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('99711', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('12078', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('9953', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('32954', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('51084', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('46694', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('65190', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('93653', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('34542', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('51416', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('76057', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('8251', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('41890', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('82082', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('19603', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('80420', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('3143', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('19917', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('52750', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('35175', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('20974', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('70235', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('60688', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('66293', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('89059', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('78143', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('94814', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('27898', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('15328', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('73268', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('53172', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('17831', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('36303', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('56276', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('987', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('82868', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('41299', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('25942', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('5399', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('29803', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('45083', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('47670', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('11510', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('78454', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('69225', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('52385', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('22258', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('53728', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('48462', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('64140', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('70807', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('71944', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('81396', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('72657', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('35', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('18809', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('69850', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('95027', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('72177', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('98359', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('80285', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('51084', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('64642', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('55857', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('58874', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('34542', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('68395', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('86327', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('30896', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('81538', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('23311', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('11455', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('17133', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('34770', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('37284', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('77234', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('66293', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('7287', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('34329', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('27044', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('99422', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('29031', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('56499', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('48469', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('94522', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('29863', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('51203', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('32490', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('81566', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('58701', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('21246', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('38013', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('33338', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('75231', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('59455', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('83002', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('93004', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('90567', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('81028', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('71025', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('67018', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('78758', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('17600', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('75173', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('11510', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('48053', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('87831', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('7490', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('72165', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('33546', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('52872', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('35293', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('94766', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('62549', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('282', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('7970', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('49339', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('4435', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('13511', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('19293', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('81258', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('88884', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('78332', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('38013', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('63288', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('94173', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('24746', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('79697', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('49214', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('15457', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('3335', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('23311', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('66484', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('84515', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('89734', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('75791', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('107', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('25468', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('17424', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('89140', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('92839', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('87015', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('61332', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('94142', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('89234', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('68248', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('68395', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('61364', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('48469', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('38902', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('58081', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('61003', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('86344', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('28361', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('80610', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('8252', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('25528', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('41988', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('58300', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('79534', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('9953', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('53048', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('35498', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('48861', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('53077', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('96134', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('26028', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('2629', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('45650', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('12069', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('69081', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('63289', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('26695', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('40059', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('82126', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('21556', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('52471', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('43432', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('36019', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('32368', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('14065', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('60249', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('68516', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('93366', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('58874', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('89051', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('52203', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('24002', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('19638', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('25143', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('5871', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('68278', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('45200', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('52120', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('62832', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('16593', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('16075', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('86327', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('34329', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('84808', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('3005', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('1533', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('53496', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('3651', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('72014', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('81245', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('88302', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('96178', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('51868', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('72165', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('80698', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('39520', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('4355', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('53077', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('4645', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('79352', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('3493', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('71904', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('52120', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('27898', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('11152', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('99226', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('37856', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('24784', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('36244', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('50664', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('94894', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('23373', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('13506', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('50944', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('89051', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('22179', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('44584', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('4682', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('26494', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('94894', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('47379', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('14829', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('72485', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('97658', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('60224', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('79487', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('45436', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('95366', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('9933', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('97228', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('99250', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('53424', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('90004', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('74163', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('99289', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('81638', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('65121', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('79469', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('1727', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('96193', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('88045', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('54610', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('66008', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('14023', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('30772', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('25068', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('43016', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('28738', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('23449', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('66293', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('42991', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('23794', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('14621', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('72055', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('75560', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('10267', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('39892', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('14032', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('37653', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('33837', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('57941', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('89000', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('59530', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('67560', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('55354', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('23392', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('20540', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('50414', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('30650', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('35687', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('37449', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('41491', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('3639', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('30943', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('28977', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('40558', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('32065', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('19293', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('31476', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('29803', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('48471', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('16347', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('92332', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('69122', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('11419', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('90353', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('51862', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('19450', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('89759', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('11377', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('5925', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('6367', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('68242', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('80941', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('38899', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('79329', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('39925', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('35357', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('13211', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('67655', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('23525', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('67542', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('31820', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('99710', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('98870', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('35523', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('75510', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('8807', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('49982', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('64222', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('95205', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('667', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('5617', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('11530', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('36513', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('16311', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('61403', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('40937', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('1220', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('75123', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('34197', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('35362', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('75596', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('52523', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('45083', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('83557', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('95320', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('7498', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('2133', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('44352', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('1220', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('96178', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('34788', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('49073', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('46337', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('40080', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('987', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('90914', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('66495', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('6474', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('19450', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('1018', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('56139', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('33817', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('49205', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('89000', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('29871', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('95574', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('85356', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('14596', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('10267', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('88085', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('58300', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('38668', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('10736', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('18469', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('24116', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('61364', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('28133', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('66763', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('15430', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('92776', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('49391', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('52057', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('21009', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('2561', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('7390', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('87193', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('24387', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('7970', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('98359', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('18821', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('10556', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('22260', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('59530', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('15024', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('59046', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('77172', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('76173', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('15487', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('88358', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('89414', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('18809', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('85211', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('35293', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('39657', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('59517', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('90234', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('66356', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('5961', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('45359', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('61356', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('11055', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('41280', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('82126', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('81538', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('56941', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('25077', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('21789', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('53588', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('69632', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('62429', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('35175', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('34542', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('63289', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('27898', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('22618', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('61854', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('63361', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('22258', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('98120', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('4682', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('69960', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('499', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('94178', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('62728', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('66054', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('34197', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('99422', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('95089', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('52187', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('99289', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('67725', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('14628', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('10076', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('70389', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('41211', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('68280', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('39612', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('41674', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('84727', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('19848', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('62795', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('47487', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('15487', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('83002', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('39580', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('33206', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('41894', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('93354', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('3127', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('73387', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('72959', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('53788', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('82083', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('17676', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('61127', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('13352', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('16528', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('67542', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('22003', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('90089', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('40059', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('58081', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('94620', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('4173', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('74530', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('91580', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('68150', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('108', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('33759', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('17607', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('13504', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('8986', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('81984', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('51093', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('83592', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('26028', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('59290', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('9084', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('10267', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('20195', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('40303', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('97590', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('36845', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('8807', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('52076', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('2795', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('32881', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('62728', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('29514', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('69730', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('65299', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('25362', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('81258', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('56139', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('37653', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('88389', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('51723', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('23457', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('28829', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('26802', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('31820', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('32245', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('7732', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('36513', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('11604', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('31486', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('77218', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('23373', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('19766', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('8347', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('760', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('27898', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('22170', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('66212', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('67657', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('544', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('30289', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('75513', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('49813', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('78758', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('51923', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('71025', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('80254', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('13757', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('1812', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('46106', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('18740', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('31761', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('16075', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('36102', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('56232', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('62152', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('72358', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('31560', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('27528', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('90009', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('81566', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('18821', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('57377', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('49813', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('63243', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('41345', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('24010', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('81883', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('77231', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('65987', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('56882', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('74530', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('32119', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('81031', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('21401', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('80698', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('93653', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('39254', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('32065', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('27956', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('56003', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('65979', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('61527', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('95631', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('72485', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('36303', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('31761', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('24865', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('55859', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('99754', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('8140', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('28977', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('50013', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('44703', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('57456', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('82688', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('1000', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('65396', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('11152', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('61166', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('87280', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('32490', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('50873', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('69628', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('57377', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('22532', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('13749', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('79170', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('43505', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('6990', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('38676', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('22325', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('30289', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('47627', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('15538', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('73268', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('37715', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('75362', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('57123', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('78787', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('40897', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('81566', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('76173', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('15030', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('68263', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('22003', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('45083', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('19862', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('64938', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('27556', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('41774', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('12941', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('33338', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('99451', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('7498', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('35293', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('29462', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('35498', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('72055', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('22912', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('5381', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('94142', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('22620', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('8603', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('72521', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('98940', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('69285', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('42565', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('32772', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('66054', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('16515', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('39115', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('37809', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('14829', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('29002', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('31137', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('92659', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('46981', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('95260', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('21008', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('46074', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('95205', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('27950', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('42991', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('25718', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('57431', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('27727', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('80941', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('72186', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('81031', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('32506', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('77172', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('33817', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('30334', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('96117', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('43123', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('34126', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('17339', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('71904', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('40044', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('92274', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('99422', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('6523', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('544', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('858', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('11126', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('32369', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('99399', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('68999', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('17128', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('43658', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('66269', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('5298', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('18775', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('68453', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('48009', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('46337', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('97551', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('87268', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('96772', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('29920', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('74163', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('75596', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('17911', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('19321', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('33460', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('72768', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('44551', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('97101', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('90381', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('5703', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('57787', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('70924', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('36265', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('89051', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('43130', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('4004', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('71628', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('12078', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('59455', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('19603', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('13290', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('88793', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('66484', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('4015', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('49339', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('52523', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('51997', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('7732', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('53788', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('91132', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('90132', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('99463', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('36265', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('43016', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('39254', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('58081', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('42956', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('91788', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('75928', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('87193', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('97551', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('84167', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('53547', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('9183', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('86736', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('81028', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('56089', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('62716', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('35523', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('847', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('83003', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('68096', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('98019', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('24010', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('60249', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('87015', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('86344', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('65101', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('68779', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('1232', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('77218', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('53048', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('47824', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('88417', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('36494', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('15726', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('67425', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('8819', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('80610', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('69241', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('94730', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('72741', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('13290', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('4004', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('27044', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('92864', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('65258', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('3640', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('5208', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('4355', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('20540', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('97679', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('66212', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('68453', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('90181', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('76911', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('18554', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('11126', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('48053', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('28316', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('23457', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('90194', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('43130', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('93043', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('62124', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('97573', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('23392', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('86651', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('6400', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('44816', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('41818', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('58172', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('17996', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('86001', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('90814', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('61356', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('66763', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('71426', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('49873', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('82063', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('36494', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('49214', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('52945', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('70359', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('14554', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('57941', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('6195', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('42843', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('36126', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('64138', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('95175', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('82974', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('3039', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('39394', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('60406', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('23934', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('76270', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('28004', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('73213', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('48678', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('54612', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('54153', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('65443', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('53185', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('75040', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('68720', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('88418', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('36402', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('86806', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('29920', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('52134', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('13757', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('1285', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('57083', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('37809', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('42960', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('59673', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('86969', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('80976', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('33546', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('17507', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('74840', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('98940', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('23457', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('81175', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('92703', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('26080', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('19917', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('85746', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('51203', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('3639', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('25942', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('93125', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('83039', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('57190', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('66269', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('50873', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('31486', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('27366', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('18367', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('57431', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('108', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('46928', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('36379', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('8347', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('74016', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('23525', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('70395', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('52669', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('62152', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('65433', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('37818', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('57780', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('52523', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('11422', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('42560', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('39514', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('82082', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('75362', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('59455', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('47487', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('69285', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('15578', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('77021', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('67657', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('39876', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('48611', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('86001', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('18367', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('40897', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('43993', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('86707', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('8251', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('6367', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('58469', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('75231', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('25528', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('48462', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('41674', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('88884', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('8986', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('21126', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('95859', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('52371', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('22396', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('65121', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('52120', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('27898', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('20002', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('21692', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('8251', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('61232', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('91370', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('44271', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('53152', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('79911', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('40189', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('7956', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('95850', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('83691', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('26881', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('8252', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('23525', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('31079', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('51868', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('99399', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('19362', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('39927', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('32368', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('13081', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('18859', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('59455', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('91788', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('38696', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('34158', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('28409', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('96324', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('10727', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('21395', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('70299', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('90353', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('71426', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('65400', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('21766', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('15457', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('78332', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('41280', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('55859', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('2177', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('79502', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('88389', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('22620', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('2133', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('82591', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('73542', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('544', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('1737', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('64297', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('41596', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('18367', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('86552', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('34392', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('13028', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('48640', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('3039', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('95260', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('28128', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('42114', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('19603', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('20099', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('78481', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('57190', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('8426', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('65433', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('50598', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('46725', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('80227', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('83039', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('56882', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('98830', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('39580', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('89246', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('4248', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('97355', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('55354', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('41938', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('53225', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('24809', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('59908', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('84654', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('99730', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('23224', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('37869', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('23311', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('1087', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('4449', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('11377', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('667', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('16969', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('32385', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('44352', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('96117', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('75596', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('54620', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('61332', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('99647', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('30896', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('75772', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('760', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('19603', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('30299', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('12683', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('27044', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('11194', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('44998', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('56139', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('29002', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('1533', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('827', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('52741', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('16593', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('65205', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('39876', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('22226', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('88553', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('98056', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('81550', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('76672', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('6712', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('28977', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('41299', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('71628', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('15698', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('30017', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('93491', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('99611', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('19293', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('31624', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('68999', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('38696', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('12078', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('10693', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('99611', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('96067', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('65400', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('31364', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('499', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('83557', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('94846', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('58874', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('11377', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('81207', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('81610', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('48640', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('44038', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('60984', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('70389', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('75231', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('61127', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('72177', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('88525', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('52945', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('17128', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('79446', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('8807', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('64121', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('9947', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('60366', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('56598', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('86573', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('83003', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('70389', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('25331', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('667', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('20803', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('52385', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('19293', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('85234', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('66356', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('18941', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('93708', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('10904', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('38973', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('74974', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('93061', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('72186', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('42843', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('14284', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('69307', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('98359', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('44998', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('32065', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('43123', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('41450', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('33882', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('23457', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('18752', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('90372', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('99289', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('89393', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('8252', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('98019', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('63582', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('96153', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('31079', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('53547', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('71630', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('55915', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('96324', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('55531', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('53172', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('81884', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('107', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('3127', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('91063', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('14182', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('2848', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('10693', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('19861', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('90814', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('39472', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('17607', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('97355', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('37946', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('19050', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('10705', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('66090', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('19245', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('35293', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('645', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('42114', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('92849', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('49701', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('83871', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('93004', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('16969', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('69307', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('99660', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('25331', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('23500', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('43505', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('99764', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('41280', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('50537', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('77580', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('82697', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('83462', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('5336', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('66293', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('79911', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('94726', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('90004', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('90567', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('42298', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('74840', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('17507', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('74840', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('1533', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('92659', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('26619', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('60406', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('29849', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('34322', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('68779', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('95574', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('14094', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('4182', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('16057', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('50013', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('71085', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('58606', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('19917', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('12069', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('85356', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('38676', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('72979', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('46970', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('14484', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('62705', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('75123', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('96710', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('34569', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('82591', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('65190', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('15074', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('52669', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('27956', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('14628', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('89297', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('31554', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('69783', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('3127', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('96227', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('81789', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('35293', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('4173', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('56003', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('69960', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('56299', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('95953', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('58355', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('59920', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('8192', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('24374', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('21101', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('30124', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('9114', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('16543', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('50467', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('78911', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('858', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('32483', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('84654', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('15430', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('91788', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('4248', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('29192', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('11202', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('37586', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('94620', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('25187', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('58701', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('9933', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('7390', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('67024', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('75547', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('83573', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('33546', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('88389', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('71628', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('7854', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('58889', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('14628', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('27804', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('26427', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('34126', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('2139', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('66356', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('73186', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('62487', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('75596', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('760', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('49214', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('29192', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('8860', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('47670', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('97590', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('9659', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('78858', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('32490', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('25552', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('12236', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('73387', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('24325', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('23475', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('11201', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('39704', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('89188', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('99775', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('61166', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('89759', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('47379', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('36494', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('91799', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('15328', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('63502', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('73186', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('5943', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('95850', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('84432', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('99271', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('11152', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('22417', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('30252', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('75510', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('30341', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('73165', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('40481', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('59397', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('3639', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('67793', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('57242', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('93491', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('51093', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('847', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('14023', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('12711', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('79329', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('85904', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('39619', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('6673', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('17057', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('94311', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('10705', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('57135', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('90567', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('44038', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('32954', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('36379', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('71904', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('83170', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('19766', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('39046', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('62520', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('99710', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('90448', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('78572', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('39115', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('2133', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('53490', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('52076', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('75794', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('21401', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('53728', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('82082', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('31080', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('48611', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('32886', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('30474', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('16057', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('31993', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('1827', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('27952', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('82039', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('81550', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('37653', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('35588', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('66090', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('59848', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('88525', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('17057', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('24325', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('26494', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('23373', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('66753', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('17911', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('63645', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('12236', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('20445', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('11855', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('70918', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('5961', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('14432', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('51416', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('80698', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('8986', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('99348', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('31341', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('75596', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('31337', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('24796', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('16405', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('28361', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('38121', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('76173', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('83462', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('37734', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('72521', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('57160', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('75252', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('24746', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('65038', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('89196', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('65056', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('64893', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('8843', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('86529', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('22057', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('31560', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('88302', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('31250', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('37653', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('43854', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('14432', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('98140', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('8251', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('25143', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('11126', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('13023', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('64642', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('74840', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('62716', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('19582', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('93354', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('35042', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('43226', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('85366', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('63243', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('163', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('95850', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('36494', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('79772', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('57156', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('55286', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('36303', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('49205', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('68554', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('39978', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('83214', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('6990', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('83511', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('64820', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('59848', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('33201', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('82697', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('52866', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('72358', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('81884', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('61402', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('65144', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('29192', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('163', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('80254', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('22170', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('83039', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('78637', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('91799', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('40682', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('75395', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('29863', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('41894', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('51203', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('39241', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('66495', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('22345', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('50013', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('79697', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('37430', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('5017', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('81789', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('72485', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('63502', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('67033', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('67514', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('6895', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('19638', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('33817', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('13023', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('95697', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('59172', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('61783', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('90124', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('17507', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('95089', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('85356', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('99760', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('65681', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('41345', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('27662', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('64249', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('96772', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('33817', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('21401', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('5463', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('74163', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('57135', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('33759', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('63502', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('54622', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('51817', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('32065', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('31993', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('75040', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('53496', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('75534', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('26473', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('40937', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('94998', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('27017', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('40303', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('64724', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('92965', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('22396', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('82697', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('31101', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('44998', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('16075', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('70395', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('41988', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('11966', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('85904', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('81538', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('95089', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('9659', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('51238', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('33201', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('53588', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('7498', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('64938', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('50944', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('70384', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('50743', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('50598', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('61854', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('96134', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('34392', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('5399', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('12173', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('64138', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('46442', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('76270', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('76759', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('39520', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('49813', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('32368', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('30289', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('97435', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('53788', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('98388', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('60224', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('44584', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('62728', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('68330', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('78637', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('2970', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('39520', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('36019', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('64082', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('80912', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('8457', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('62832', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('46442', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('92659', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('43505', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('4034', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('96227', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('79534', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('29920', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('89140', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('38013', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('3545', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('90353', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('14214', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('87785', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('72521', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('46769', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('29849', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('35588', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('49280', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('76246', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('98388', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('84039', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('76953', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('5843', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('45650', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('40303', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('10693', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('55940', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('3487', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('97551', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('56499', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('76604', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('26102', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('90220', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('27956', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('14284', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('52019', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('64893', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('39619', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('18367', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('87965', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('72014', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('30858', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('43616', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('92839', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('26619', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('67660', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('45720', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('24201', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('2848', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('53048', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('6367', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('81610', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('14182', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('74672', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('557', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('54620', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('77244', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('57377', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('86806', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('64731', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('62549', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('64642', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('40481', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('57107', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('55915', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('65979', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('90448', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('84704', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('50414', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('35588', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('94535', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('44998', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('78454', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('65433', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('99780', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('86552', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('58413', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('33882', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('34502', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('97023', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('18234', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('58701', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('53185', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('77664', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('39472', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('19362', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('56124', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('82687', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('5871', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('20195', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('61232', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('84845', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('50719', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('92442', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('80821', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('67810', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('39521', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('24201', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('56755', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('97101', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('1836', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('28352', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('52187', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('83686', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('16297', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('43989', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('87280', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('61354', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('82697', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('13403', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('97228', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('94726', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('39892', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('56499', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('38676', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('95631', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('2178', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('99754', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('57456', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('83747', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('19245', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('72669', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('32483', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('67810', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('17831', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('96246', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('70061', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('41674', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('46762', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('5463', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('30650', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('70099', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('9605', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('12069', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('46694', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('55170', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('9460', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('82974', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('58469', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('67514', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('73602', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('10663', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('34404', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('19861', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('38895', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('19050', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('987', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('89140', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('97400', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('33107', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('75241', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('88553', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('65299', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('74911', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('91343', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('13511', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('13403', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('28004', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('99073', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('44816', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('86981', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('50537', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('65443', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('84654', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('72485', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('7287', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('46970', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('12683', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('288', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('82697', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('97065', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('37430', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('85614', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('75173', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('61354', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('92949', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('10076', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('13081', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('27687', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('45083', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('50719', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('1836', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('34542', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('25331', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('82301', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('28977', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('24002', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('75173', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('5250', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('65144', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('86001', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('77729', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('95284', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('73606', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('78581', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('64121', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('3335', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('97355', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('41596', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('60748', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('1110', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('94324', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('80057', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('12683', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('95089', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('10076', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('8853', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('15083', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('82918', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('76743', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('14581', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('11530', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('94371', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('29002', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('59455', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('7514', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('41299', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('59117', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('12563', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('12078', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('40682', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('78637', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('63040', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('62749', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('99553', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('89312', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('38712', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('7861', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('76049', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('56299', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('24116', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('81175', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('56143', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('64013', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('26147', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('72521', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('46260', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('35462', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('63288', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('38895', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('85211', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('3651', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('56078', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('94311', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('9947', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('41261', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('58935', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('59172', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('46450', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('36303', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('33791', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('67340', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('1812', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('53077', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('32245', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('50966', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('69581', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('41741', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('86075', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('36494', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('58701', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('64138', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('83836', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('978', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('1826', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('7035', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('79911', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('52669', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('83480', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('86707', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('98563', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('6673', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('64121', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('27044', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('56078', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('96895', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('51923', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('99553', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('67310', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('21789', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('17769', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('7390', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('67810', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('78782', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('99977', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('70384', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('16993', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('14023', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('91569', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('49813', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('86674', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('82697', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('66106', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('98940', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('61444', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('91063', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('39472', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('53185', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('34502', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('50944', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('24630', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('31442', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('22057', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('14032', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('70572', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('1460', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('7970', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('26802', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('6523', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('55170', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('43495', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('888', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('82063', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('30772', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('49759', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('78143', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('62520', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('11422', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('40116', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('67657', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('47670', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('94836', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('30723', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('20445', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('90448', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('64140', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('44206', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('42565', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('49618', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('81396', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('86833', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('65258', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('60984', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('34055', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('94324', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('97101', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('57780', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('88884', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('76604', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('75791', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('64550', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('99073', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('46769', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('58701', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('19245', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('49982', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('4034', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('32772', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('81566', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('21100', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('52057', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('31560', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('108', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('42991', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('31442', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('52134', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('76743', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('85451', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('74509', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('26147', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('58465', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('91915', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('77234', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('76173', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('78481', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('59517', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('34404', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('73411', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('11237', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('15517', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('45300', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('2629', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('99780', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('10705', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('98315', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('19293', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('76743', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('17607', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('8483', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('18808', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('85534', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('72358', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('89132', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('88287', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('55000', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('71389', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('65190', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('11083', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('2629', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('40303', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('99780', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('59455', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('67793', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('57925', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('72657', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('24116', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('64164', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('1968', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('68330', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('54728', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('70918', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('26427', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('90353', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('46956', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('73542', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('78116', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('66106', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('26028', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('44304', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('53788', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('49280', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('21789', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('2629', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('85680', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('42625', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('17911', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('49873', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('29031', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('34055', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('50365', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('69471', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('92965', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('45770', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('28994', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('99730', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('24796', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('52076', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('6729', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('52371', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('34569', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('39612', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('64082', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('50703', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('96134', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('7514', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('58326', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('64082', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('61403', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('8603', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('80248', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('49684', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('52120', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('88993', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('26080', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('65258', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('23525', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('58469', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('75116', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('69122', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('5017', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('69081', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('15283', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('43616', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('15726', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('78116', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('73328', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('94990', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('37350', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('86001', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('75040', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('51538', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('51868', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('87784', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('12971', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('463', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('83214', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('70688', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('46074', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('64169', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('56598', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('51093', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('19861', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('22258', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('65433', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('99711', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('14065', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('88793', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('60267', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('75596', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('88287', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('99369', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('39241', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('10838', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('36384', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('18675', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('37946', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('1737', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('77415', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('3545', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('13403', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('44816', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('1836', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('83728', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('89246', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('56058', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('7956', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('92703', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('8192', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('41596', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('54460', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('97041', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('39520', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('90132', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('5414', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('40677', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('73165', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('92949', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('29031', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('9408', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('13403', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('44551', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('58355', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('46106', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('87044', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('667', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('94697', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('85680', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('37038', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('32506', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('6990', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('21008', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('52134', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('70021', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('89051', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('16453', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('80990', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('25940', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('97065', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('10033', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('32385', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('34126', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('30397', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('21337', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('76895', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('96741', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('99271', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('17924', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('36657', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('14874', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('27950', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('63502', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('47627', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('6367', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('90181', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('42388', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('40276', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('80698', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('72177', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('6474', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('99451', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('6400', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('83214', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('81610', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('20985', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('20084', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('90194', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('87965', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('82063', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('52291', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('42019', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('33791', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('64164', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('46928', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('87048', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('66090', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('16250', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('84432', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('64196', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('62549', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('86753', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('15578', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('35357', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('30021', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('88417', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('93366', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('85534', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('43123', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('17676', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('66494', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('26473', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('23344', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('98423', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('3833', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('88417', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('96193', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('40481', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('46762', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('76291', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('44551', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('47025', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('24784', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('34126', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('58081', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('914', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('86001', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('86802', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('30397', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('15430', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('22086', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('94998', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('55915', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('83953', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('98563', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('57925', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('80113', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('11262', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('69285', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('32245', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('45570', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('68010', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('50039', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('47001', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('11855', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('26473', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('80821', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('17128', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('25046', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('75560', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('58307', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('69241', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('24374', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('58634', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('43211', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('38371', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('97065', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('16907', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('55859', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('36402', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('36019', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('83314', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('54296', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('99719', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('32483', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('15430', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('32345', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('36657', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('3545', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('89132', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('43211', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('60040', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('76953', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('5243', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('2139', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('99553', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('76049', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('30334', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('25525', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('67033', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('83214', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('99719', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('48778', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('47265', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('94173', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('58465', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('75046', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('58413', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('107', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('84792', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('91616', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('30943', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('1220', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('36845', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('16515', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('92693', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('97629', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('18809', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('48776', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('5336', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('47824', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('39580', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('54620', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('41988', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('28252', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('3739', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('73268', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('61444', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('63288', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('58889', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('42625', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('32345', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('2177', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('93366', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('11422', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('81884', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('41450', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('83022', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('74639', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('58874', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('3005', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('71768', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('67146', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('43211', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('72165', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('32119', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('5336', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('20084', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('4435', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('81566', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('43981', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('96772', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('34329', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('2970', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('22268', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('80941', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('4508', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('463', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('98726', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('82580', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('24442', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('67436', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('85445', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('38973', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('49701', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('11201', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('1402', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('73206', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('25187', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('97953', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('78469', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('86934', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('67560', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('66212', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('61920', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('56143', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('50537', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('35523', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('83136', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('46956', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('20445', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('83557', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('667', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('65190', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('94522', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('61402', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('86969', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('12683', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('59539', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('98359', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('19862', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('13211', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('9933', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('18859', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('12563', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('88417', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('75299', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('15328', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('53547', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('90089', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('80420', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('17944', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('98047', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('52385', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('77548', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('85680', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('38973', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('50467', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('75510', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('68248', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('75772', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('67033', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('28952', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('11682', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('52929', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('58413', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('89106', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('78787', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('8192', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('90041', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('4015', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('67436', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('16057', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('14284', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('39552', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('18469', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('75123', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('14554', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('70310', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('74016', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('76250', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('8483', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('62152', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('58081', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('73387', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('39657', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('16405', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('68278', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('52157', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('86344', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('53788', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('19536', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('38973', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('76246', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('61332', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('65056', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('52187', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('22179', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('51698', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('46769', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('48053', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('64550', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('54622', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('30334', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('76768', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('58469', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('78787', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('21394', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('75046', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('98843', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('88577', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('93061', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('53728', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('5250', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('38895', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('53469', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('35198', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('59455', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('15030', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('22532', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('8192', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('30182', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('97065', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('36513', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('72485', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('15249', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('8860', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('46106', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('65688', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('98940', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('46956', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('931', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('69730', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('61444', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('40481', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('26802', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('68070', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('63090', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('22467', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('20489', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('22057', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('2423', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('57238', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('39704', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('58595', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('43495', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('15030', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('44881', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('8860', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('5017', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('48471', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('84727', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('17339', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('54875', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('18752', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('86552', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('59290', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('72979', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('15487', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('61003', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('49982', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('16907', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('44271', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('77548', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('1954', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('76049', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('61332', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('24325', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('64169', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('91132', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('91063', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('52523', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('96968', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('39157', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('78481', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('12326', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('99553', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('86934', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('45002', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('28738', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('12216', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('23457', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('827', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('435', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('63538', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('70688', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('93814', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('77361', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('2177', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('18007', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('35257', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('71543', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('21126', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('86833', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('76768', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('11453', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('43505', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('57511', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('17911', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('95260', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('64196', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('86127', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('13028', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('95260', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('4435', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('86075', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('66494', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('3833', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('61414', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('66293', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('2423', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('72177', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('75082', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('33817', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('16543', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('17128', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('94846', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('50969', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('59455', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('52385', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('25940', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('45817', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('99268', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('16593', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('53185', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('55000', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('3833', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('19735', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('99611', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('96085', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('89571', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('96722', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('68779', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('80227', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('67542', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('86707', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('59673', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('2201', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('34236', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('40059', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('94173', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('30222', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('36265', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('44703', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('11237', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('95859', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('35175', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('42114', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('31690', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('16035', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('79352', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('79911', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('6195', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('24201', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('18859', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('39876', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('30188', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('16969', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('15328', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('27430', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('64893', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('77548', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('23500', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('92332', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('39394', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('91442', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('66229', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('40558', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('96615', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('63502', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('91370', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('17676', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('9659', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('4248', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('67371', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('13741', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('6523', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('81207', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('26473', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('90132', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('5017', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('65987', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('10454', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('1954', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('25068', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('37103', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('73387', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('9993', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('32345', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('76768', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('91580', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('89106', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('63310', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('36052', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('61920', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('48053', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('61354', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('64550', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('4248', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('23224', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('67657', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('53469', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('13506', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('16849', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('54605', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('12615', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('16515', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('89196', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('79469', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('30650', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('8483', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('51862', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('91799', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('53048', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('52741', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('98423', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('24865', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('56755', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('39514', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('15430', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('48469', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('20244', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('81538', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('42625', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('2795', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('49244', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('21102', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('23311', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('19203', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('71944', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('55000', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('19245', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('8426', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('37103', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('12979', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('16297', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('67436', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('97868', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('10904', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('74974', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('94324', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('69783', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('89000', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('79210', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('20489', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('90663', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('98056', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('38712', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('10834', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('1080', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('95840', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('61854', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('96710', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('51975', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('12941', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('86674', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('98047', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('41683', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('24442', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('30252', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('82707', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('66484', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('46074', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('10834', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('16480', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('79352', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('64067', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('95046', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('84702', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('21394', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('92274', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('39704', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('89759', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('57456', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('64297', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('98563', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('35462', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('61854', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('38668', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('75794', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('80742', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('85746', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('8347', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('74464', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('83622', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('91091', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('15024', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('31341', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('84432', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('10527', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('54728', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('44703', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('6209', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('63288', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('43348', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('62487', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('46337', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('86075', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('99760', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('65101', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('30772', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('22050', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('78552', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('19861', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('39580', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('75273', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('52872', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('76799', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('33645', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('25143', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('20099', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('87784', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('58701', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('23992', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('1367', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('48247', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('83444', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('12078', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('16467', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('9953', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('50658', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('7498', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('70688', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('36263', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('58874', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('37759', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('65258', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('37449', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('6712', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('12941', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('78922', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('42388', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('24374', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('23500', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('93491', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('25525', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('30334', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('99369', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('6367', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('18338', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('8957', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('63090', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('65396', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('27430', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('64067', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('75123', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('67018', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('7973', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('80976', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('35498', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('45826', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('23439', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('23794', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('5843', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('12216', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('1402', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('99369', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('15024', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('36052', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('41965', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('84039', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('17397', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('47487', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('28352', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('43226', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('97551', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('11377', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('14065', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('39612', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('2629', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('14484', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('19848', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('70061', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('19582', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('16250', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('77289', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('85211', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('63288', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('48009', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('59046', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('95201', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('51549', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('90567', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('97694', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('95099', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('81883', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('15430', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('83838', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('7287', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('53424', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('55698', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('34392', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('32490', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('36791', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('62226', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('64259', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('10454', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('25143', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('5399', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('3640', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('35220', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('2133', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('97355', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('5898', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('47379', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('74911', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('14874', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('52876', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('6523', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('58701', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('16250', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('29959', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('39520', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('22417', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('29390', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('62728', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('59553', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('63040', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('20099', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('69853', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('96193', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('98047', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('27366', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('37219', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('76270', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('83728', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('16993', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('96178', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('11966', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('1087', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('95852', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('38899', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('39114', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('31341', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('42956', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('47487', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('37715', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('36881', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('32376', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('32056', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('34197', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('667', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('92385', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('96085', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('29260', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('50977', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('59553', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('17207', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('89051', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('30017', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('99250', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('26881', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('99611', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('11126', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('36102', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('73186', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('45083', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('87222', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('95850', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('92965', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('41450', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('55286', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('11101', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('20974', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('96203', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('67371', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('53165', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('71768', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('12236', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('40116', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('53089', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('31690', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('16528', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('26730', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('2848', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('51008', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('13023', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('35362', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('97590', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('34322', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('85445', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('24387', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('19824', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('37284', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('2629', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('70452', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('48640', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('96052', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('83170', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('55915', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('49339', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('13495', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('63243', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('8347', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('11095', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('3833', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('35175', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('86833', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('1367', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('34569', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('1954', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('38288', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('68516', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('49214', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('8457', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('25143', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('93814', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('72643', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('45770', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('336', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('41299', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('95205', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('18554', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('15726', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('64938', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('20244', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('44206', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('61065', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('95840', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('53699', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('11126', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('46762', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('5399', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('13408', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('95574', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('32464', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('32506', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('2970', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('92385', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('57925', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('25525', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('12326', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('89551', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('36102', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('42843', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('72643', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('31266', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('13880', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('66753', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('37350', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('37734', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('77898', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('17507', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('97435', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('5703', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('30723', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('36494', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('62716', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('69222', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('67407', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('17192', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('82301', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('82066', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('76224', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('99760', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('97023', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('76270', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('85575', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('18108', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('8853', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('74796', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('54153', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('11237', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('67146', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('19791', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('57474', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('90004', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('56276', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('38121', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('36126', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('22417', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('47677', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('15487', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('64820', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('37521', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('14869', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('85904', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('70099', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('68263', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('89297', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('59455', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('37734', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('10917', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('96206', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('31761', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('95852', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('54875', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('85356', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('847', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('77231', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('67425', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('48778', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('29803', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('1087', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('18554', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('70522', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('9114', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('68263', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('67033', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('85680', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('83511', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('21100', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('44551', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('16467', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('78782', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('92274', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('88140', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('79170', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('52872', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('25331', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('80113', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('24809', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('49073', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('65688', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('28994', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('27528', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('12069', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('77664', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('77289', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('55000', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('59553', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('99553', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('55009', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('79446', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('64724', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('85602', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('56080', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('50267', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('77664', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('15024', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('40677', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('3640', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('29871', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('30858', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('71529', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('645', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('56882', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('42688', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('43616', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('25785', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('42092', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('96206', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('39901', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('51817', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('23475', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('93171', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('82591', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('3576', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('5399', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('6304', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('90779', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('10556', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('39612', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('99977', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('46066', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('72528', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('32744', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('61232', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('62754', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('57083', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('91616', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('65688', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('107', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('87246', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('74070', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('14065', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('7035', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('76953', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('2178', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('18108', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('91343', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('17424', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('72669', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('4449', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('43505', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('84704', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('43854', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('59290', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('28829', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('17944', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('63612', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('48423', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('24630', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('95175', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('67146', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('61364', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('77130', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('41894', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('84704', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('46260', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('57213', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('41299', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('71085', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('55238', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('69732', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('39520', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('41774', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('61232', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('31266', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('1533', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('4355', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('93004', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('11578', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('66259', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('79772', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('16523', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('44706', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('27950', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('96895', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('36513', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('86707', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('3487', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('61354', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('94178', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('86969', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('8807', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('47379', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('52523', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('44352', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('92417', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('25725', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('49450', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('76768', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('88358', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('45770', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('42956', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('75772', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('70098', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('51093', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('59538', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('69521', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('71628', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('67310', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('98690', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('14032', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('65208', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('32464', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('45650', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('44258', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('71630', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('13408', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('90004', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('8957', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('54153', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('70395', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('75560', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('99451', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('54672', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('83170', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('64893', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('92417', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('98563', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('94173', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('99348', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('86127', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('66212', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('23525', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('36126', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('14432', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('41938', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('36244', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('31080', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('94990', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('54728', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('22618', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('57941', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('57538', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('88085', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('95852', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('91370', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('97023', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('72669', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('96085', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('28989', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('16543', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('4860', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('74672', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('28316', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('84704', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('32217', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('86753', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('7602', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('90194', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('75173', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('78637', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('13506', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('28994', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('28352', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('37430', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('58469', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('76173', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('41973', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('99719', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('15726', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('83686', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('67660', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('63243', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('64724', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('77588', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('95027', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('29435', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('63538', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('1737', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('50583', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('17397', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('86753', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('13365', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('30845', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('78792', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('13403', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('43993', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('93171', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('55940', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('29959', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('28019', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('10736', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('17128', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('37715', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('85451', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('67310', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('47379', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('44352', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('8140', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('24201', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('95029', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('38899', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('16057', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('40937', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('17076', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('35881', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('10481', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('52656', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('75241', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('64192', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('94846', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('84410', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('10838', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('20803', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('2561', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('29849', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('73542', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('2133', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('56212', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('62373', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('27094', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('97679', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('98830', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('84792', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('1922', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('51678', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('65400', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('42625', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('16993', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('76672', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('65681', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('13365', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('27956', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('91132', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('96178', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('30161', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('84239', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('82868', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('53077', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('18809', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('49450', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('3639', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('2795', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('63560', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('21126', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('45680', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('49073', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('16453', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('33817', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('26028', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('4435', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('4004', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('22620', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('65438', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('49391', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('15070', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('11510', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('51238', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('61527', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('68554', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('53588', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('9183', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('68070', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('44258', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('97658', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('99348', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('90372', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('19536', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('99348', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('16523', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('7956', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('29239', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('40116', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('96772', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('22345', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('80651', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('92385', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('36303', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('97868', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('17076', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('10917', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('43616', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('34331', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('4449', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('827', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('96615', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('50583', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('21394', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('76768', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('7204', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('65443', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('94173', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('5399', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('95201', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('87651', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('557', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('43032', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('86127', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('26427', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('72165', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('14581', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('30164', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('34957', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('53424', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('14499', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('41894', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('86969', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('46436', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('17057', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('38676', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('82591', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('931', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('58594', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('10727', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('41299', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('9460', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('13826', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('66763', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('14829', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('79487', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('50537', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('26102', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('30222', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('30858', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('46928', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('45002', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('32056', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('73542', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('94766', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('59530', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('76759', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('16969', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('32385', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('63538', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('57511', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('5843', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('8957', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('16593', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('72768', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('4248', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('41988', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('77000', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('88287', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('22170', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('90448', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('8986', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('65443', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('37101', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('52371', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('57156', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('23392', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('15249', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('40937', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('71630', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('78787', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('69471', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('47627', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('74840', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('93039', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('96741', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('31337', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('17057', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('18499', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('92776', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('76895', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('70452', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('82970', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('61444', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('72669', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('62429', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('31516', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('86707', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('11578', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('75299', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('94814', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('1285', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('47627', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('35523', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('58935', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('89132', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('70522', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('37946', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('67655', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('58919', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('53451', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('88884', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('34404', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('63860', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('50966', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('44258', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('19766', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('69960', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('59172', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('43854', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('64013', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('66054', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('92965', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('30397', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('37103', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('40371', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('96067', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('9514', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('97629', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('91992', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('37869', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('90004', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('39978', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('5144', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('11377', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('15613', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('8252', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('84808', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('33882', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('91197', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('15698', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('78782', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('18234', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('86651', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('44703', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('4004', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('38013', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('60249', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('42565', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('98726', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('37449', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('75273', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('50013', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('17676', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('74509', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('7287', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('86641', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('65438', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('29091', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('41988', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('48901', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('55238', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('51203', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('56003', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('27952', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('50598', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('90381', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('73602', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('11453', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('15980', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('847', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('18583', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('78469', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('69122', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('49244', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('16297', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('59530', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('96206', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('69471', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('71944', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('14214', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('80912', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('30896', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('86707', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('6367', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('24197', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('65400', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('41299', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('58935', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('8517', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('9953', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('45200', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('46451', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('58307', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('26080', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('1812', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('30017', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('38336', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('18821', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('61127', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('68263', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('40738', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('13921', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('32245', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('67514', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('46769', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('43854', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('41091', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('10527', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('90448', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('5243', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('22467', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('41818', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('49503', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('63289', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('65205', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('96052', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('18709', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('13757', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('74460', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('64724', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('12711', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('32954', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('77664', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('91992', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('1080', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('93039', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('46451', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('45200', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('52876', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('95260', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('12971', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('96052', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('73492', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('30124', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('48009', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('63288', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('52494', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('18821', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('19862', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('26147', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('81884', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('75791', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('72741', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('57107', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('74796', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('28133', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('5703', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('8517', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('67793', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('29192', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('50598', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('24746', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('70359', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('89571', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('63502', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('53799', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('64820', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('55698', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('39204', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('38121', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('4860', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('12971', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('64192', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('50658', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('842', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('59538', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('71543', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('53699', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('87193', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('54296', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('58170', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('77148', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('72006', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('68330', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('47487', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('9605', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('42096', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('63489', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('89734', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('80912', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('20489', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('79772', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('23992', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('94173', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('99289', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('66969', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('74163', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('1018', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('60040', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('73602', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('26102', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('86753', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('25780', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('17207', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('58889', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('88140', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('11510', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('52669', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('27662', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('30222', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('97400', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('96772', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('53496', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('87831', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('98726', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('52371', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('95320', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('33460', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('72741', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('19824', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('40189', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('29849', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('41894', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('41938', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('15086', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('17600', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('390', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('76270', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('43130', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('4355', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('83728', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('21100', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('52371', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('83204', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('50013', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('5381', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('8860', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('42019', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('77130', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('37430', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('72501', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('11202', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('44998', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('64222', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('63502', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('11510', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('5824', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('31364', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('88553', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('52669', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('46655', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('25068', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('15030', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('75878', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('1826', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('5703', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('53588', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('993', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('80113', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('29462', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('11057', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('92417', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('888', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('11057', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('37759', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('35138', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('49339', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('26802', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('11510', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('70021', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('38712', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('56882', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('10693', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('73165', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('8426', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('92274', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('56058', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('87439', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('1727', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('21225', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('1232', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('59538', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('42565', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('76895', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('1827', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('53469', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('65241', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('99226', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('65205', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('50467', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('25552', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('90082', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('76224', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('67021', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('80990', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('16057', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('49280', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('76953', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('68999', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('51868', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('60040', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('72177', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('31476', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('31080', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('48850', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('64934', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('63289', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('76743', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('31761', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('42096', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('95260', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('44816', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('43658', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('55000', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('56143', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('67793', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('74530', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('7149', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('61364', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('61444', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('40059', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('14432', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('3576', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('6287', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('98140', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('9993', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('62636', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('99764', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('41299', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('48640', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('81028', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('645', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('25528', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('99399', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('54605', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('3143', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('70235', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('22268', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('69285', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('81245', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('36102', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('69747', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('51955', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('16907', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('79763', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('80698', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('50873', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('4173', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('44836', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('28252', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('71085', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('15086', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('42960', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('34788', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('61332', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('96324', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('45720', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('27662', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('50365', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('97355', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('29920', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('66813', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('72528', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('90181', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('66054', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('29920', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('75252', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('86641', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('30188', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('99647', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('54605', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('34055', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('29140', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('2423', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('26802', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('65443', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('60267', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('86327', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('91978', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('82687', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('73807', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('56003', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('79697', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('32886', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('47670', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('52523', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('62549', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('65190', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('56078', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('54153', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('14563', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('94257', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('42560', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('76953', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('70362', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('86001', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('36052', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('85849', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('53803', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('71287', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('69225', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('85746', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('67310', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('72177', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('2419', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('48589', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('24784', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('14554', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('96117', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('31080', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('73394', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('95260', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('40682', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('14639', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('32385', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('6304', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('43032', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('85910', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('336', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('73411', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('35293', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('93986', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('15883', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('58889', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('88302', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('47630', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('46451', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('67024', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('41406', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('67024', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('59908', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('17996', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('24002', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('64067', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('70021', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('17676', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('8347', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('65753', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('18941', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('48469', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('56849', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('5925', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('63039', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('70099', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('78911', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('3739', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('99611', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('83511', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('51723', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('81207', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('10917', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('46066', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('11152', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('76224', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('39046', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('64140', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('36494', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('16347', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('95099', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('8517', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('1884', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('92703', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('35', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('95201', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('56089', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('61081', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('71387', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('3335', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('14563', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('16631', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('78756', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('37809', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('92849', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('65987', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('35905', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('66356', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('97065', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('95260', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('14639', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('88793', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('21008', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('85211', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('46260', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('36019', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('5144', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('75772', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('55170', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('88045', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('22467', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('13511', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('888', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('36657', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('88577', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('4645', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('19861', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('53490', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('52656', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('65753', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('88417', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('24932', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('15249', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('34331', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('23392', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('78922', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('20099', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('37350', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('51538', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('30124', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('75878', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('27919', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('36926', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('35357', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('23934', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('85234', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('28361', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('75241', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('13290', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('43211', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('31101', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('43348', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('13408', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('74796', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('96203', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('2139', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('68453', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('9514', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('56276', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('14094', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('48247', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('56143', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('10838', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('75938', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('75510', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('33338', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('15883', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('73186', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('73213', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('33401', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('10527', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('22620', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('15083', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('44206', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('78911', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('57985', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('70099', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('18583', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('95046', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('60224', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('29435', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('69285', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('36513', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('82974', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('16543', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('37101', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('14874', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('94815', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('67793', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('33546', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('42019', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('90181', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('50331', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('91091', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('63289', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('62520', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('85754', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('12563', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('61354', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('86404', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('14182', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('81789', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('35357', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('40457', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('37818', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('72622', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('38696', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('10917', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('22258', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('36657', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('72177', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('11194', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('95850', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('39978', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('792', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('75040', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('31035', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('62636', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('15070', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('40558', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('65676', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('85308', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('95175', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('6287', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('63243', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('91091', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('39927', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('77003', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('62754', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('66356', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('557', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('38271', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('87268', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('19848', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('94990', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('64401', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('26494', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('34404', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('14829', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('32245', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('97435', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('99730', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('11095', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('62749', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('90089', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('54460', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('40932', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('57925', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('99760', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('83398', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('80420', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('11237', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('61081', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('5336', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('18821', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('76049', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('92442', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('55915', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('58595', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('94620', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('41890', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('76759', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('58935', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('79534', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('61232', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('92965', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('48861', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('88884', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('14032', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('65714', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('46762', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('71878', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('57160', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('34170', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('36657', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('18941', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('2795', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('88801', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('56080', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('90082', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('86327', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('18709', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('81031', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('18740', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('41491', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('30222', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('3493', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('50969', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('39520', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('55857', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('35905', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('9183', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('16515', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('61232', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('65901', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('61737', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('96988', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('29645', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('56299', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('75040', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('92949', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('22396', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('81396', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('90372', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('1087', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('30474', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('78758', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('12979', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('70688', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('73394', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('19536', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('85451', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('74911', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('56499', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('24201', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('9993', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('85887', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('37581', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('29665', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('57377', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('29031', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('67018', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('60366', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('38696', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('93171', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('27950', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('48861', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('86833', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('9495', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('64082', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('94178', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('31086', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('19791', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('93508', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('88417', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('65714', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('99694', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('31364', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('12216', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('53118', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('35257', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('93004', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('65258', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('19342', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('39241', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('6367', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('89246', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('5843', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('2139', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('46655', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('37653', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('72528', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('90663', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('98388', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('82039', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('14432', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('63502', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('123', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('35', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('70395', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('72528', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('33759', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('94620', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('69307', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('72669', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('81175', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('41894', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('53496', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('14639', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('23311', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('15487', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('7043', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('49244', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('64169', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('67021', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('39619', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('46725', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('60984', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('7287', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('81638', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('12615', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('80821', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('2178', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('71426', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('94178', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('82063', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('61998', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('2178', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('39978', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('5871', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('88140', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('48678', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('83573', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('3487', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('84702', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('64550', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('97868', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('47001', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('15578', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('68396', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('64297', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('14874', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('31266', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('22532', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('92385', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('90381', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('69679', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('81610', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('10267', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('88085', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('91370', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('57055', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('30161', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('99271', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('13403', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('23373', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('38371', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('95850', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('108', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('27236', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('65681', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('46066', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('11682', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('57156', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('70359', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('53803', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('43981', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('23311', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('34957', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('93508', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('88525', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('87831', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('24116', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('83003', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('56849', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('36019', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('10705', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('34158', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('60867', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('14432', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('40371', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('108', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('11095', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('23994', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('6195', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('36379', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('61920', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('73908', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('78116', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('123', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('25942', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('38712', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('35293', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('52929', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('83953', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('95859', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('67542', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('58081', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('58935', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('55329', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('10727', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('3493', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('86651', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('68453', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('15726', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('30124', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('83314', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('72501', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('13352', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('4173', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('97023', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('97658', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('27956', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('80248', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('99399', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('19541', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('85445', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('1533', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('24010', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('30289', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('49684', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('57456', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('42956', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('96067', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('76953', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('99399', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('88525', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('86127', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('65714', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('73606', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('31554', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('88993', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('99271', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('96741', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('14554', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('21337', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('93366', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('33759', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('84432', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('88302', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('82591', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('16885', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('61783', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('88140', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('75791', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('92274', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('33759', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('44206', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('94311', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('52157', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('61414', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('53490', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('32483', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('85505', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('987', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('26102', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('72055', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('77289', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('55531', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('65676', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('58595', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('86344', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('1080', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('54612', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('72186', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('10693', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('14065', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('36244', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('557', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('14182', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('87965', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('32056', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('70389', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('46928', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('41299', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('13753', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('86651', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('74672', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('31690', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('9605', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('56849', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('14621', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('22004', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('36881', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('27043', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('71387', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('2177', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('52707', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('46451', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('38371', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('8483', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('65241', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('60406', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('32744', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('82646', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('42956', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('72741', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('21337', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('50944', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('99422', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('53496', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('24796', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('34502', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('51416', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('10033', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('30341', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('39514', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('20974', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('89759', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('93043', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('65979', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('30252', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('10917', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('99553', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('29514', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('1367', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('5898', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('61166', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('20195', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('67407', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('83314', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('25187', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('64820', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('52134', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('39881', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('16969', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('25143', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('13511', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('36494', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('84495', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('53048', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('47627', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('25718', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('89393', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('54610', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('7861', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('14023', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('65329', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('36244', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('16347', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('72669', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('23992', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('91091', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('25468', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('47265', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('63310', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('21337', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('23449', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('92659', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('96153', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('68096', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('43993', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('70924', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('84808', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('59673', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('96206', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('79329', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('13028', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('87706', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('67024', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('35293', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('12941', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('23794', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('30222', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('83314', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('95284', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('16907', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('33837', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('79697', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('99949', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('78332', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('87784', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('95284', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('79534', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('21774', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('62054', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('88302', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('89393', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('59397', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('32886', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('25942', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('16849', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('49205', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('59848', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('14581', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('82066', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('26494', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('28316', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('46694', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('83314', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('51678', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('22325', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('39927', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('5961', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('26881', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('10527', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('62487', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('64297', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('45826', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('50658', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('9605', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('80247', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('99977', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('22618', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('52872', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('72014', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('67810', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('33338', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('30896', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('28004', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('47670', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('30858', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('44352', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('23500', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('37521', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('17507', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('61166', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('92693', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('9605', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('79329', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('70807', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('16885', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('38271', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('17911', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('89104', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('15883', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('96722', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('90914', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('72657', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('34788', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('12971', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('85356', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('48423', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('90124', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('87785', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('93491', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('77580', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('85809', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('76173', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('80248', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('13880', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('7123', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('22254', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('29390', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('70807', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('92776', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('72014', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('5463', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('50331', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('25068', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('55238', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('71543', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('37586', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('25611', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('4438', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('6400', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('45570', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('23110', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('34055', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('72669', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('42092', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('63310', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('16849', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('61127', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('67407', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('28952', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('23344', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('83136', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('85910', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('20084', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('5943', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('50977', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('63310', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('42556', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('55915', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('27727', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('23392', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('87651', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('28019', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('96085', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('96203', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('42960', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('58919', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('25468', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('27687', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('6287', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('77588', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('79329', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('68280', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('46970', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('2201', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('30723', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('2201', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('63582', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('31079', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('7149', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('7970', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('14554', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('45720', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('54296', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('99977', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('84654', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('57123', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('37653', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('16753', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('66484', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('85505', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('52291', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('35498', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('95953', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('93631', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('5298', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('94990', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('3493', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('47126', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('14874', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('27094', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('28004', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('2629', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('27044', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('48901', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('17676', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('17924', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('31337', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('1460', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('52385', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('2629', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('54672', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('32464', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('8912', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('46762', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('77289', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('40178', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('80698', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('22226', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('7620', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('39619', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('65753', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('22179', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('68070', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('87831', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('70384', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('41491', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('62705', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('88358', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('99451', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('75596', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('86641', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('98563', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('27002', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('39238', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('66763', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('31341', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('63243', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('62754', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('21401', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('55915', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('59553', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('34018', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('92776', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('90567', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('29645', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('95029', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('82126', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('6474', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('53803', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('5250', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('62152', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('22912', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('78581', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('13504', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('39521', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('39115', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('59530', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('52187', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('31137', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('62716', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('41491', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('54605', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('53805', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('58889', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('51549', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('50702', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('70807', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('20489', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('32483', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('13028', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('24746', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('64067', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('65433', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('36881', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('25468', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('20540', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('98984', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('58935', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('78858', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('81207', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('61166', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('43616', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('23449', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('25528', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('27662', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('21101', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('59538', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('5414', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('9947', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('67725', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('61356', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('27898', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('88793', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('41890', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('39552', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('31364', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('95697', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('12216', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('57787', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('11057', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('65329', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('77580', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('25068', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('68096', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('98563', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('65205', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('39876', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('27430', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('73394', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('39204', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('90004', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('29959', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('22057', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('91799', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('80821', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('78581', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('60688', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('22532', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('32368', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('4582', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('99949', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('18338', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('80941', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('84039', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('90220', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('37339', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('89140', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('32490', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('32385', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('52669', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('44584', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('43912', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('99730', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('57238', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('12711', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('78767', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('77729', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('71025', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('31337', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('99949', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('49792', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('95225', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('32119', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('55286', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('23506', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('35198', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('28299', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('66356', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('1726', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('18859', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('88525', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('27366', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('45300', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('83002', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('31486', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('42092', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('89234', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('63612', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('20099', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('52494', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('49792', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('66281', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('71944', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('41491', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('37818', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('17207', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('53118', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('81396', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('8251', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('35220', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('1884', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('11152', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('108', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('15698', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('31266', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('92274', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('90009', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('31137', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('8957', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('64731', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('94535', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('59848', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('37038', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('85754', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('48640', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('94814', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('65703', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('57985', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('14874', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('88884', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('54153', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('97355', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('888', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('4435', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('1018', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('33206', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('31442', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('76270', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('28361', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('858', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('73268', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('78767', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('12326', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('27898', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('74840', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('57941', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('2561', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('83838', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('7602', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('65208', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('12563', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('1726', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('72669', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('69960', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('41596', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('97590', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('77580', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('15883', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('14874', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('4940', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('81984', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('56089', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('51817', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('31486', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('64297', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('22254', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('75878', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('65038', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('69747', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('60366', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('8853', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('507', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('78911', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('64121', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('6895', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('25718', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('87784', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('86651', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('39612', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('34422', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('53485', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('57242', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('10033', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('76049', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('99226', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('60040', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('71543', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('53047', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('7390', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('22170', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('65676', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('91063', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('19450', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('83622', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('14563', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('51093', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('65438', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('11453', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('64082', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('49391', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('72768', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('18499', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('97041', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('10454', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('85451', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('52076', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('26427', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('89312', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('41751', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('25725', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('19861', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('38895', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('544', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('64013', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('64169', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('70384', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('8853', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('46337', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('23224', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('23373', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('4248', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('19791', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('98690', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('39619', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('11422', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('52494', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('52076', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('61332', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('61527', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('89104', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('74473', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('67033', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('84702', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('51975', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('47001', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('25077', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('22417', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('68516', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('57431', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('41674', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('76291', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('6895', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('89104', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('52876', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('31442', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('51203', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('81876', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('19048', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('14668', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('6209', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('92839', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('81610', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('21394', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('60224', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('56882', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('8986', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('70965', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('62152', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('92442', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('40558', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('85575', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('29002', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('63489', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('28361', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('29871', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('842', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('79329', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('5298', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('30397', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('91851', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('91063', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('27898', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('57474', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('13921', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('86552', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('5961', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('64169', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('12078', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('50039', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('22003', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('99977', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('41894', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('64401', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('7970', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('66212', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('92849', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('24784', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('56078', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('83314', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('47627', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('28299', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('75040', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('69081', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('17128', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('14596', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('6287', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('30017', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('52471', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('51549', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('6209', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('67514', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('14182', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('14621', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('14432', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('33349', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('96085', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('92949', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('86075', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('66259', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('71426', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('28518', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('34788', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('7498', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('16250', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('28977', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('43123', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('71085', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('97101', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('55531', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('78332', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('16907', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('67021', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('2848', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('27002', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('59848', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('68263', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('26619', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('24374', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('38973', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('2423', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('16528', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('5399', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('30188', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('94257', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('11578', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('64082', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('29863', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('80912', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('83039', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('29920', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('11966', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('17133', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('31761', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('24796', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('53185', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('8603', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('86375', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('28538', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('8251', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('27366', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('59290', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('69230', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('97041', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('77234', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('62429', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('46694', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('85910', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('99660', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('43505', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('58465', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('72055', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('25468', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('78858', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('24630', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('99553', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('97023', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('48776', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('41973', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('49982', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('32954', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('61402', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('35721', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('57511', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('44304', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('82301', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('47025', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('86833', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('1285', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('88085', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('35462', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('78572', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('86327', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('56941', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('36926', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('36845', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('30943', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('1812', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('41211', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('52157', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('81883', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('69081', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('43032', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('63449', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('50969', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('52203', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('55859', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('74464', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('15083', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('22086', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('23439', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('30772', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('56276', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('57787', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('70061', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('48901', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('83747', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('65433', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('72979', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('55698', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('89393', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('11076', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('70384', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('98120', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('25942', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('993', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('44271', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('73328', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('43226', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('42114', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('93366', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('23449', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('14829', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('83747', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('9256', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('31624', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('16480', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('20099', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('10917', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('74460', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('17831', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('39204', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('8853', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('81884', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('78787', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('17676', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('24116', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('38895', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('64039', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('11126', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('15980', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('52523', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('23475', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('8192', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('66969', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('68396', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('2133', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('30124', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('6990', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('90089', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('52134', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('17086', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('58085', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('9953', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('71904', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('63645', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('94998', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('61444', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('7204', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('39881', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('4940', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('4004', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('69230', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('91132', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('50206', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('24116', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('63289', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('36685', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('94569', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('67340', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('931', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('35523', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('42092', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('90448', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('17600', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('11855', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('88884', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('93354', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('11095', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('81566', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('98120', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('43505', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('54612', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('69132', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('64039', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('28829', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('96895', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('49205', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('37734', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('89312', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('96246', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('99754', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('57666', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('67810', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('65753', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('37101', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('43032', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('39881', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('60688', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('31079', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('63538', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('73072', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('62124', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('54605', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('72643', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('15457', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('70362', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('54612', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('49214', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('33201', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('25380', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('43211', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('86833', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('70828', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('10727', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('61356', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('7620', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('48247', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('15283', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('49618', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('73606', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('27956', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('93708', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('63489', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('83557', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('64121', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('52866', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('70828', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('60040', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('61998', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('57334', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('19917', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('37715', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('61444', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('66229', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('23392', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('75510', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('16405', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('63538', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('94142', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('94894', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('86375', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('78332', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('16057', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('87222', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('55238', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('792', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('56057', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('22226', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('11530', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('1367', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('98019', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('54728', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('36657', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('59908', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('35220', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('91788', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('72657', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('60224', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('32345', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('31266', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('67583', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('83480', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('55859', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('84865', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('15578', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('50664', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('77003', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('74639', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('41818', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('30164', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('76270', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('38691', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('21766', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('30772', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('16405', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('34018', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('69230', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('19917', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('19917', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('10814', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('63538', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('107', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('51538', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('57083', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('98388', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('67293', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('97400', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('71543', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('17996', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('19735', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('50365', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('69783', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('2561', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('5005', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('72358', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('63040', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('70807', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('107', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('67146', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('61414', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('14065', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('72358', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('987', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('94178', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('66090', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('29435', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('69747', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('15283', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('41890', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('90124', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('56499', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('85366', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('16528', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('12979', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('84239', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('91343', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('69230', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('38712', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('123', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('15457', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('57135', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('94998', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('92776', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('37581', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('53165', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('75423', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('79352', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('77898', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('24809', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('43616', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('4355', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('69307', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('59848', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('50206', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('18234', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('8807', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('74070', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('52866', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('87965', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('73411', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('35687', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('96227', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('58846', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('21225', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('35138', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('32376', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('20489', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('6474', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('58846', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('39394', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('19861', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('36379', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('28538', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('41774', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('81550', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('91580', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('53048', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('96153', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('29645', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('10033', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('54612', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('90089', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('68330', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('40481', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('35362', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('27898', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('35257', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('60748', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('259', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('7973', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('52872', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('15698', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('79502', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('56299', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('12971', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('49205', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('88577', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('26080', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('69732', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('5961', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('32065', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('67017', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('49618', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('80610', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('94257', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('34392', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('39115', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('82591', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('85226', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('61527', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('9183', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('5925', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('80113', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('43616', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('29863', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('41818', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('15517', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('22086', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('75252', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('96227', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('47824', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('44551', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('43348', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('19203', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('64155', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('90220', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('11682', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('93354', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('53172', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('2967', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('60267', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('26494', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('68070', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('75513', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('12941', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('95697', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('544', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('75794', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('51723', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('54296', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('92385', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('24387', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('26730', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('37219', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('95850', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('3163', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('56299', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('26881', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('99271', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('25068', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('99780', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('86806', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('78892', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('24865', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('87246', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('96085', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('65205', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('64593', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('20244', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('14432', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('16543', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('19362', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('49792', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('29399', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('98870', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('73606', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('43658', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('76057', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('73602', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('75794', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('64140', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('71628', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('48462', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('74974', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('97400', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('66356', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('86661', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('93125', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('28361', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('32119', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('13217', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('62705', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('89104', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('29645', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('49450', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('69850', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('48053', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('58326', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('52471', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('20180', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('27002', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('48423', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('11262', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('50944', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('38668', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('51997', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('44881', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('65979', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('70828', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('98984', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('86127', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('29260', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('38548', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('82301', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('63645', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('65676', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('33338', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('71287', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('3493', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('16631', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('71768', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('34055', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('35357', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('82974', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('21126', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('13753', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('56124', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('26147', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('49759', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('69632', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('80113', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('57666', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('46451', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('26695', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('16347', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('57160', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('82687', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('72768', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('38548', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('76291', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('87784', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('67018', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('99694', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('13028', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('40044', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('9183', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('31690', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('66269', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('914', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('78792', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('23934', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('66813', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('36019', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('72006', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('75299', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('71878', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('12069', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('75273', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('91343', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('79210', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('58413', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('83039', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('19824', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('85505', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('81207', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('14829', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('17339', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('30334', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('89312', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('39394', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('71768', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('15024', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('73387', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('67407', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('667', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('81396', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('19342', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('91132', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('80113', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('86934', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('20540', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('10033', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('90234', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('7123', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('75938', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('43130', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('92864', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('81028', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('62784', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('71389', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('39876', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('27430', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('1285', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('41938', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('96615', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('18775', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('94697', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('62754', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('282', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('81396', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('73602', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('51723', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('30341', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('66763', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('7861', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('65329', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('39612', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('17207', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('31486', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('41832', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('31337', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('34569', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('6400', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('72055', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('2201', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('6710', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('84410', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('9953', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('24796', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('56089', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('52523', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('87280', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('27366', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('71529', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('84808', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('39925', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('41211', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('65241', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('45300', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('61065', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('4004', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('25942', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('44706', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('19862', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('1285', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('25785', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('97590', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('63090', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('37101', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('27950', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('31761', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('66259', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('91978', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('49813', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('40276', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('87784', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('95089', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('86344', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('57156', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('44998', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('90004', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('4345', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('11262', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('94846', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('59172', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('11419', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('50966', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('20244', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('51862', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('84865', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('17600', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('36791', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('87280', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('13217', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('43432', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('15698', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('92703', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('32119', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('86833', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('22417', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('57334', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('11966', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('8252', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('18775', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('90220', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('2201', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('92839', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('45720', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('45200', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('99463', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('8251', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('46260', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('72669', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('58606', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('76895', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('20002', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('65038', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('5393', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('84654', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('21692', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('31341', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('9605', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('21126', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('69132', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('62749', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('89759', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('22467', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('85809', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('16593', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('32217', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('58172', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('22179', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('32245', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('89551', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('51416', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('75513', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('28019', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('59539', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('75560', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('21552', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('39881', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('73394', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('48471', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('46066', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('95225', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('19603', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('14668', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('12979', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('71426', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('42843', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('64121', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('95175', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('32119', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('28409', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('51768', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('44816', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('37521', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('29140', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('94620', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('64164', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('38691', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('82301', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('107', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('12326', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('19220', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('57334', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('1826', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('33651', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('88417', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('27002', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('16405', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('7498', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('66813', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('80113', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('90041', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('52471', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('14621', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('95205', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('95366', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('3693', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('80610', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('97435', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('75560', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('25380', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('52120', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('67021', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('23311', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('67542', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('52656', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('62487', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('46450', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('43989', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('7514', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('86001', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('40044', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('89759', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('11095', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('44706', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('62832', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('7123', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('20489', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('13023', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('31035', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('22254', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('67542', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('31086', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('64164', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('38691', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('71904', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('65753', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('44998', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('88169', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('17424', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('73213', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('66054', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('57511', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('31442', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('57962', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('49873', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('44258', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('56080', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('32483', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('98619', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('54672', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('20814', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('23500', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('60762', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('47630', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('21556', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('32345', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('79210', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('28299', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('68999', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('85505', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('28952', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('44706', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('63289', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('74672', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('61166', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('75928', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('9495', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('48640', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('5399', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('60748', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('46035', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('86806', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('13290', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('91197', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('74840', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('48469', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('88884', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('67583', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('32886', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('5414', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('93125', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('37809', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('38696', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('73908', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('7732', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('82970', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('41345', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('74672', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('46981', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('72657', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('50039', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('40303', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('41683', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('34195', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('88793', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('79502', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('76759', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('931', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('31302', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('96085', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('80976', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('94257', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('56849', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('50467', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('75116', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('95029', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('40276', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('17128', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('12362', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('64039', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('67660', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('38371', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('39619', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('86552', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('22057', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('75513', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('85887', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('37454', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('31554', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('53165', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('92464', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('22345', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('29192', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('51538', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('50365', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('4508', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('94836', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('86969', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('41491', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('86969', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('72055', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('67310', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('88169', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('37869', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('58170', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('58326', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('77244', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('65979', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('34386', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('93508', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('32881', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('6209', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('27950', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('33460', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('40481', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('25468', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('93061', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('31035', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('88525', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('99348', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('75560', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('39580', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('60748', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('8986', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('34542', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('71543', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('20084', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('8483', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('35721', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('4860', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('68280', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('95027', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('54672', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('85849', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('19293', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('22086', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('50013', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('88801', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('80254', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('4940', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('86981', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('82697', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('37581', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('70061', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('7020', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('11055', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('61332', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('28299', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('18821', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('32881', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('74163', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('68516', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('39704', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('39927', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('39241', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('23500', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('7854', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('29091', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('25725', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('98140', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('52494', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('44271', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('2419', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('17397', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('10838', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('46981', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('51538', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('90567', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('66813', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('53048', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('27043', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('16467', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('7035', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('50873', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('35935', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('32483', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('288', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('92776', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('1232', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('83314', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('12941', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('96722', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('63288', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('92693', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('99289', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('43993', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('47025', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('8022', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('68278', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('88045', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('89551', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('66293', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('2133', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('74460', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('19050', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('36657', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('68096', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('97042', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('78758', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('71287', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('6287', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('46155', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('54620', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('84702', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('59673', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('19582', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('72768', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('64550', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('59539', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('11422', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('81031', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('38895', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('88884', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('11855', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('88417', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('64013', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('32886', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('78314', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('1285', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('22325', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('81610', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('92417', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('57377', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('3640', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('72643', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('11441', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('57190', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('40080', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('75299', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('51549', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('96193', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('29140', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('43123', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('36052', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('35', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('95225', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('49503', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('52019', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('38668', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('99189', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('65443', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('46441', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('38121', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('123', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('52291', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('81896', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('19220', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('16753', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('25552', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('63039', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('87624', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('70918', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('96153', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('51416', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('25468', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('72528', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('67310', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('95225', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('32886', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('41091', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('17086', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('645', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('62716', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('61166', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('94620', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('40992', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('84654', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('77021', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('12666', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('51084', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('71025', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('22142', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('32368', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('82083', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('51084', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('64196', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('47677', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('99399', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('23457', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('11095', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('19050', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('34542', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('24865', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('898', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('84495', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('50583', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('69581', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('44706', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('557', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('11194', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('98056', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('45300', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('60366', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('43993', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('25785', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('35220', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('59290', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('51862', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('11194', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('67560', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('48009', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('3039', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('282', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('94766', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('1460', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('93631', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('85887', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('9408', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('17924', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('43989', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('39619', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('79205', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('20002', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('83398', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('50977', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('21774', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('89246', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('54605', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('96117', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('77130', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('21086', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('39892', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('68330', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('9605', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('58413', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('7035', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('28352', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('6209', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('98984', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('48850', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('98388', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('48678', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('89106', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('54460', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('68096', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('25256', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('59908', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('34236', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('48053', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('33201', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('86127', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('92659', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('88169', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('88417', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('21395', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('63090', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('27556', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('90041', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('78581', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('92864', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('92703', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('62795', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('96052', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('78892', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('25331', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('18007', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('32419', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('67793', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('73602', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('34957', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('13290', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('48660', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('51975', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('32385', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('16993', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('75596', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('31250', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('57160', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('32464', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('86661', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('44304', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('32385', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('66484', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('78767', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('95850', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('11966', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('96968', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('39619', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('96067', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('31080', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('43032', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('288', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('56755', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('792', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('19638', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('8347', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('78756', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('24197', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('76169', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('30397', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('62549', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('23506', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('22086', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('78434', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('15074', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('89246', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('80254', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('50966', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('62487', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('57538', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('46980', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('30182', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('71426', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('59172', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('54610', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('58300', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('32245', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('41299', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('67655', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('31993', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('63860', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('61854', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('98140', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('19917', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('82083', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('53048', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('88472', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('11530', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('96911', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('47627', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('390', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('18775', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('71529', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('31302', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('282', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('21552', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('52866', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('27556', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('71768', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('51416', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('69521', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('94815', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('62152', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('87439', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('2133', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('58701', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('83480', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('20803', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('30957', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('13741', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('52120', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('43432', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('15487', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('5920', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('33759', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('23500', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('47379', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('27430', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('85887', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('71631', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('67051', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('51553', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('38895', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('63645', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('39394', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('67660', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('67371', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('26695', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('68396', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('94726', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('44816', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('13826', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('23475', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('34386', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('90814', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('25940', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('92417', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('69850', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('55000', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('60984', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('9408', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('34542', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('83136', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('65400', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('18809', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('89312', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('76743', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('53048', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('51817', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('20084', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('37219', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('98140', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('52929', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('89140', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('58634', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('99451', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('8483', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('86375', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('7854', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('42556', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('37350', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('37809', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('23449', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('10834', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('48776', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('13741', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('37350', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('72768', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('96178', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('15457', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('93039', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('97573', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('5298', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('75362', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('67021', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('65703', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('72055', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('16885', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('95320', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('34126', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('36685', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('65681', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('47487', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('36881', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('96067', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('38899', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('71944', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('98315', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('87222', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('58595', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('10204', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('51997', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('34788', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('83170', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('57666', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('78552', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('38121', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('4435', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('49618', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('32065', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('97065', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('5336', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('76057', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('99463', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('6367', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('99250', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('36265', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('67657', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('11055', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('59553', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('57334', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('25187', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('39514', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('13506', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('53788', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('41406', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('51084', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('21692', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('96178', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('60224', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('99710', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('68554', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('3576', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('64039', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('85451', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('93491', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('46337', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('36263', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('13290', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('99719', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('17911', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('39619', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('96153', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('13365', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('55940', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('31101', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('64934', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('90181', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('107', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('51008', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('80057', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('10814', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('99760', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('75794', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('28738', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('53424', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('46066', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('22254', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('28299', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('46066', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('83728', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('32464', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('52866', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('13408', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('20445', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('61444', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('18234', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('86707', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('40059', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('17133', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('27687', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('69581', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('888', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('53788', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('33338', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('59172', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('51723', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('94173', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('84727', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('59530', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('56212', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('70965', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('91343', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('53152', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('46451', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('82066', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('98563', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('28977', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('97228', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('65681', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('50658', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('75791', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('52669', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('16297', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('8457', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('30289', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('85575', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('35685', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('94178', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('63288', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('14874', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('85910', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('14284', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('30341', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('83136', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('1922', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('14639', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('68999', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('3127', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('74911', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('41406', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('21766', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('72657', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('61127', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('96085', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('16528', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('17769', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('36263', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('68096', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('50703', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('71944', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('48901', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('4508', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('11419', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('8426', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('22260', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('3487', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('8347', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('85211', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('48053', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('544', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('98830', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('90234', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('37449', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('87268', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('21009', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('39394', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('56078', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('76759', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('37284', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('98843', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('24796', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('79210', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('12711', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('4682', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('57474', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('78314', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('26473', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('71944', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('827', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('89051', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('88887', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('11237', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('30845', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('86375', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('85534', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('64249', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('99189', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('57780', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('9460', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('5250', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('3639', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('94324', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('64196', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('80976', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('76768', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('52866', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('93571', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('59290', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('65688', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('66484', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('59530', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('81150', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('29390', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('17377', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('79534', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('16453', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('24932', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('71631', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('40059', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('89297', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('35881', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('17057', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('93354', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('45494', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('52057', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('34957', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('34422', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('84039', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('10556', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('94371', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('16075', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('48776', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('13880', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('25077', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('8807', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('53451', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('58413', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('68720', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('39580', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('96153', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('84845', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('15430', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('26080', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('81876', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('77588', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('70389', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('39254', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('74530', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('41596', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('20445', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('19048', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('82918', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('85534', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('17924', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('56755', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('52076', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('55170', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('7854', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('83747', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('58594', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('19362', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('46980', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('96206', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('89188', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('25256', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('5298', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('16467', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('50365', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('80113', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('18367', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('97629', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('4682', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('80799', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('48469', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('32369', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('92693', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('62054', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('16453', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('68712', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('85887', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('99271', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('82918', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('77000', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('74672', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('88577', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('78552', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('5017', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('14668', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('95840', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('57962', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('67017', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('68779', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('33791', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('53152', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('95027', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('61364', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('29140', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('38271', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('3039', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('38013', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('43616', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('71025', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('73213', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('62636', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('53699', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('56', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('83398', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('95175', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('48678', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('60867', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('66484', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('4383', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('12979', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('88045', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('75252', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('8843', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('37430', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('5243', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('96193', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('282', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('27366', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('16075', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('17086', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('20445', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('28252', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('94836', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('10834', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('67655', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('20084', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('52076', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('7973', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('7956', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('54875', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('57160', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('288', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('98870', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('21086', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('55009', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('99977', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('38602', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('71529', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('45826', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('50944', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('73807', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('94846', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('96193', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('96911', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('66356', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('28409', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('36102', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('65433', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('71628', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('69132', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('90234', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('29920', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('90814', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('30110', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('85226', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('83557', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('43495', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('73186', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('3640', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('11101', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('91132', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('60406', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('52120', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('29705', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('62520', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('97400', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('91063', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('22254', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('89571', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('17831', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('45570', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('72186', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('69853', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('59290', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('78143', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('72521', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('38668', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('64550', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('8912', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('77898', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('94569', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('9183', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('8457', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('80610', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('98870', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('66229', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('90194', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('51997', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('92464', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('28994', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('87280', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('32368', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('41450', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('16453', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('60406', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('90381', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('72485', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('59517', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('80976', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('61998', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('13365', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('80248', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('35881', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('7970', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('49450', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('68070', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('20445', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('4682', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('30474', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('62549', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('89188', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('7035', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('90609', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('82687', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('92965', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('15883', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('35523', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('64164', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('11377', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('792', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('22057', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('91799', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('56598', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('16885', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('27662', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('76049', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('47001', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('67560', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('57156', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('16528', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('89000', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('84808', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('23475', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('9993', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('57334', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('10663', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('80912', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('85602', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('20099', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('32954', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('51923', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('36995', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('15144', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('57238', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('36926', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('99719', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('64259', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('35220', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('72177', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('66293', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('80799', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('36052', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('14628', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('45494', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('31137', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('41818', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('29091', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('91851', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('63361', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('8843', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('25528', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('19862', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('86969', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('72358', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('12563', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('92417', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('80941', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('75794', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('86075', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('15613', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('73492', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('56080', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('64593', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('86344', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('26147', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('92839', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('26473', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('77580', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('91992', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('14639', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('5824', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('18636', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('75938', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('33791', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('36019', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('66259', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('97694', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('66212', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('68248', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('4034', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('46074', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('65241', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('71025', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('66469', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('60762', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('59117', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('21395', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('41973', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('888', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('78858', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('86674', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('82697', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('61414', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('72177', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('37653', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('63560', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('97041', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('37350', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('83696', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('69952', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('45359', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('22057', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('69732', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('11422', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('33651', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('1367', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('70021', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('97023', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('52929', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('85910', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('53185', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('65688', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('61065', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('43616', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('72622', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('57787', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('63289', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('8819', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('52076', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('50537', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('83398', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('51975', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('19735', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('9953', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('2848', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('45817', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('67725', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('38676', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('50365', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('94990', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('25380', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('94535', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('30723', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('14065', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('86127', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('91343', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('97629', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('21008', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('32065', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('41675', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('75082', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('63361', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('39925', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('26147', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('92839', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('1737', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('86375', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('56882', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('81031', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('20378', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('58307', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('65901', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('62716', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('59539', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('12214', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('63243', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('3127', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('14628', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('22345', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('1827', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('36244', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('57431', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('93354', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('62784', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('95366', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('24784', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('29031', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('45817', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('78454', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('55915', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('17133', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('73186', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('65258', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('15024', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('43123', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('5005', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('70572', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('71025', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('9360', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('30182', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('28738', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('10814', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('98047', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('49205', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('51084', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('77588', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('87246', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('33107', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('72055', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('52741', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('60224', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('30252', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('40932', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('32954', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('63390', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('88472', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('29665', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('30334', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('83728', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('10705', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('30723', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('49391', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('88140', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('62754', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('64155', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('9947', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('17397', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('25143', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('23934', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('30341', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('3576', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('94522', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('49611', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('68330', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('39310', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('21126', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('60762', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('75231', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('94371', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('49618', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('39876', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('51923', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('56941', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('8819', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('73165', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('53451', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('8426', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('57185', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('71878', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('22396', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('52120', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('78314', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('83871', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('16405', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('9360', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('107', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('66494', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('90448', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('68150', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('96203', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('21556', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('58594', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('51538', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('71287', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('30164', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('99226', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('9495', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('32744', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('86573', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('63860', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('96193', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('85754', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('43616', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('11682', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('39876', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('17339', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('3487', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('92442', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('11076', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('12078', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('7035', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('4508', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('41832', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('93986', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('44985', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('91091', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('92864', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('25942', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('83398', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('85602', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('11057', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('8140', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('14596', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('96227', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('12236', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('44706', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('55170', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('78454', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('50702', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('28133', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('70924', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('40992', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('68280', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('11966', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('21009', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('66753', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('83836', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('55009', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('67371', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('80799', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('78782', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('32385', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('52707', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('94178', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('61920', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('71287', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('32345', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('19603', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('69632', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('10727', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('18675', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('44816', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('27366', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('98056', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('25187', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('19917', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('15980', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('36881', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('21337', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('99268', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('19048', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('51008', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('63538', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('15430', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('73387', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('61166', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('42991', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('53799', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('74840', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('88169', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('54875', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('22396', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('55698', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('95099', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('15086', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('60984', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('76173', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('8378', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('67017', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('24746', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('78758', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('96067', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('64039', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('81031', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('52120', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('42298', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('87831', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('73206', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('37856', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('84410', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('71768', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('2201', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('15030', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('13753', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('25785', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('23344', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('50467', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('37759', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('24116', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('33645', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('21225', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('69952', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('79329', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('33201', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('10267', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('463', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('85451', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('44551', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('98843', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('21101', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('47824', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('85226', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('91978', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('83691', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('27236', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('51084', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('48778', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('80227', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('83204', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('8912', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('1922', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('17831', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('67560', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('25718', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('8860', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('12078', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('22258', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('43658', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('77172', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('47025', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('32483', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('68649', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('80698', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('43505', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('64893', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('13217', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('16543', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('94620', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('9933', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('13028', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('43032', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('25077', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('79469', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('14182', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('65703', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('7390', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('14284', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('86529', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('95697', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('52019', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('71389', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('54728', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('31250', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('56003', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('42114', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('96895', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('46441', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('94894', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('84239', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('82687', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('22226', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('51817', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('45359', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('65144', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('32376', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('9183', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('35462', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('5925', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('61332', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('71878', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('19362', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('68150', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('32369', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('41965', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('9495', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('65205', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('26102', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('91442', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('24932', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('28518', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('13880', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('38668', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('91799', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('82039', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('98315', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('55329', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('64082', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('10267', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('9947', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('69132', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('33645', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('29091', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('95366', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('16849', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('28738', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('18709', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('65681', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('68096', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('62636', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('435', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('79170', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('35935', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('96772', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('24325', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('75878', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('81150', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('92839', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('26473', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('28994', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('77130', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('18740', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('16467', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('17339', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('75510', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('57985', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('67018', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('63645', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('55170', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('72165', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('57135', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('28252', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('80799', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('93366', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('28133', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('56299', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('27804', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('59172', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('16075', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('27804', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('1726', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('69285', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('50702', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('48850', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('37586', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('77234', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('11510', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('50039', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('22620', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('978', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('32376', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('3487', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('79329', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('64121', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('75513', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('22417', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('94697', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('36881', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('65205', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('76911', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('71631', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('9256', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('26494', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('54622', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('50013', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('25187', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('70362', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('57107', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('40558', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('34542', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('1285', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('11195', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('89132', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('53077', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('53048', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('57985', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('73072', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('75878', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('435', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('48165', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('9495', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('48247', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('25362', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('77000', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('51817', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('99451', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('28133', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('507', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('78116', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('32954', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('5703', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('57941', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('52494', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('11262', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('1533', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('22086', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('30289', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('3335', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('77130', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('41450', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('41965', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('31266', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('7514', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('94620', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('1726', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('54508', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('76173', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('87280', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('1737', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('38476', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('5144', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('30896', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('23311', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('96052', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('95029', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('98619', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('20244', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('88302', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('90609', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('96324', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('82918', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('19536', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('93631', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('84727', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('63645', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('7498', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('75928', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('38013', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('94766', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('15340', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('59455', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('21337', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('27950', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('83691', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('48776', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('68396', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('99949', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('8483', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('27952', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('85063', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('70299', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('72485', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('44551', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('36303', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('15144', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('64164', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('11578', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('52471', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('89759', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('3127', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('59848', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('64155', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('24784', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('94142', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('70061', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('39238', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('89551', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('7732', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('77130', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('10838', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('16035', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('3127', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('50664', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('5208', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('47379', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('73387', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('28994', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('99760', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('66281', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('4508', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('32369', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('8251', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('71287', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('66269', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('4582', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('86375', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('90220', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('5925', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('21692', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('37219', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('88553', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('66494', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('62705', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('65101', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('65676', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('19321', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('70965', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('79534', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('30957', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('45494', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('74796', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('41091', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('63860', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('60249', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('48009', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('2201', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('52291', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('31080', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('41406', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('35175', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('55531', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('39612', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('65979', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('5414', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('858', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('33645', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('5843', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('59397', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('31554', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('67407', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('18709', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('13028', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('13753', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('25331', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('98940', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('43032', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('14869', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('35721', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('52872', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('89051', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('88389', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('39552', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('81538', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('96895', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('84845', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('25718', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('41674', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('11510', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('37350', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('78454', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('17207', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('51084', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('52057', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('49982', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('49792', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('53048', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('21395', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('6895', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('8807', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('71529', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('41671', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('41280', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('15074', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('21008', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('336', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('99754', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('99949', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('32385', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('72768', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('71543', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('77218', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('66054', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('11237', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('14032', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('15517', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('9495', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('3833', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('2423', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('68330', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('13506', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('62124', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('11055', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('99711', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('60267', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('5144', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('78481', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('71287', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('75938', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('11262', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('46260', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('33338', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('17924', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('1968', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('86552', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('95852', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('52471', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('88045', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('98315', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('507', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('25362', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('15487', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('20099', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('30182', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('54622', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('92464', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('65144', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('41671', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('49214', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('6400', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('19824', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('70918', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('24784', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('69758', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('49339', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('99348', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('17397', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('61364', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('50583', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('18740', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('80821', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('87965', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('50013', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('28977', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('60249', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('57787', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('95201', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('5208', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('61354', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('931', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('73213', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('63390', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('63288', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('5925', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('15328', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('28361', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('13211', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('53225', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('95046', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('23934', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('94535', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('93171', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('40937', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('2501', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('70235', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('78756', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('43854', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('1285', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('59553', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('13408', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('57123', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('978', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('73492', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('16250', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('88169', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('88302', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('29399', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('64039', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('85910', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('52876', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('88358', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('38691', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('34422', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('54622', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('49244', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('43981', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('96203', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('23934', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('792', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('22258', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('83039', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('46769', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('98984', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('8853', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('86934', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('74464', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('67657', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('33460', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('50703', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('29462', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('80047', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('69952', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('19541', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('24002', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('72485', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('82646', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('52157', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('25331', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('65056', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('91799', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('18821', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('1922', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('46074', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('41491', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('21100', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('78858', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('73908', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('53799', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('53469', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('79205', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('14484', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('93508', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('87280', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('26881', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('41406', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('27727', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('33546', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('58413', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('63645', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('16885', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('92864', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('44038', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('66753', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('20195', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('19917', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('7970', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('83002', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('34404', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('55857', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('91915', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('94697', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('85226', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('41832', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('13504', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('10481', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('69747', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('50969', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('36402', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('94620', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('58634', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('72501', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('24746', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('68649', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('72014', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('97551', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('29959', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('15726', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('67340', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('15698', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('93653', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('87268', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('49701', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('55009', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('12941', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('2419', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('21009', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('888', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('24630', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('16133', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('20195', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('41894', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('31341', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('54672', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('77580', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('85226', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('66259', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('31250', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('68554', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('6895', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('70572', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('40932', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('31624', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('36791', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('69850', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('55940', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('11262', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('91915', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('82591', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('34392', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('6523', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('99949', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('68248', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('79911', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('89297', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('80113', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('16631', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('32245', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('95284', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('31554', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('66484', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('31086', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('46970', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('54672', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('60366', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('88358', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('96085', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('65396', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('50414', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('84845', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('48471', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('4034', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('46928', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('8347', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('85680', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('16311', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('89571', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('56080', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('33206', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('49813', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('45770', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('96178', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('25380', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('16593', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('63289', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('74639', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('66293', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('20244', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('62520', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('91132', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('29803', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('13511', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('90381', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('41345', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('95201', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('78116', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('32886', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('73072', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('75791', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('70362', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('87246', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('64138', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('39115', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('27044', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('53451', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('85234', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('40116', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('74464', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('56089', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('51678', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('62795', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('6895', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('33645', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('57538', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('96741', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('82082', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('46725', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('75252', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('15457', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('4940', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('80990', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('82697', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('68453', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('99780', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('32245', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('34195', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('69628', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('68070', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('58595', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('95626', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('41671', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('3163', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('99451', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('35498', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('60406', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('81258', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('41299', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('9953', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('1018', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('64140', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('49759', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('78922', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('41599', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('64550', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('10838', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('91616', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('96968', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('25780', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('90181', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('2177', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('62549', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('21556', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('45720', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('61403', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('75510', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('66008', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('1726', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('89551', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('40116', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('75794', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('24442', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('99268', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('7149', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('9460', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('41675', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('75791', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('8022', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('70688', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('8860', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('29140', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('25068', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('38602', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('57456', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('76759', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('2970', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('41599', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('99073', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('15070', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('82868', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('38555', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('93004', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('35293', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('91197', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('16528', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('58846', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('99422', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('27366', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('22532', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('19203', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('4940', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('28004', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('46762', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('23373', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('82083', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('86661', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('78332', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('14668', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('61998', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('49618', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('30772', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('10454', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('63361', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('75273', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('97629', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('70522', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('77148', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('96772', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('71529', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('85754', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('64550', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('41965', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('40303', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('67514', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('94257', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('27687', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('15144', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('44584', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('83747', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('40189', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('43032', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('19048', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('82646', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('10917', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('6400', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('86375', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('37581', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('41751', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('5399', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('65190', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('70098', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('56499', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('70564', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('30021', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('89246', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('21102', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('83480', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('48640', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('1285', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('63582', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('11055', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('40677', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('69732', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('30110', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('10814', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('68720', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('88884', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('23506', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('11076', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('15698', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('46928', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('84845', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('35721', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('94371', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('75273', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('97551', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('68453', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('64155', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('98359', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('22179', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('29871', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('13921', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('29871', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('65688', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('90009', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('9993', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('42688', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('24116', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('48469', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('59553', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('79892', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('435', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('63289', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('32464', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('6195', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('53089', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('73268', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('21395', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('7854', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('76799', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('95029', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('96003', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('29849', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('99611', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('4383', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('99754', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('74672', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('84239', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('46035', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('69471', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('50583', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('98047', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('76759', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('50658', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('80742', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('85680', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('58874', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('45083', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('65208', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('53799', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('40116', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('24746', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('98984', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('67051', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('85445', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('81896', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('97065', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('64401', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('51678', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('33401', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('94620', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('7602', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('22050', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('88169', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('20540', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('29435', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('23224', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('64934', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('16849', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('73542', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('20002', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('14182', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('13081', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('92965', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('39157', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('5243', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('90914', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('858', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('58606', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('15249', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('48778', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('72657', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('10454', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('32881', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('55940', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('98359', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('12216', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('36791', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('62749', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('80990', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('21692', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('89132', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('9114', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('71768', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('69581', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('11195', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('36845', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('35498', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('73072', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('35042', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('45359', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('29849', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('84704', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('41832', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('92464', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('95029', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('11578', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('10269', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('83136', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('22170', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('54610', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('17996', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('91992', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('61354', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('81884', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('93508', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('3005', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('51579', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('34322', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('57666', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('10814', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('86661', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('3651', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('31560', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('73072', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('20099', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('82580', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('25525', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('59530', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('1922', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('51678', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('37038', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('8251', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('45570', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('93571', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('40116', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('70235', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('6523', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('58595', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('5399', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('11966', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('79772', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('35138', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('13495', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('58701', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('88887', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('52494', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('31250', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('53803', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('91063', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('32119', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('94801', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('73606', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('34158', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('12214', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('64259', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('75273', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('14563', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('20084', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('39241', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('65676', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('31080', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('1018', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('56139', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('99775', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('23794', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('33201', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('39881', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('62716', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('49759', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('24197', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('33651', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('82580', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('16133', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('3487', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('94801', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('10269', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('23525', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('32345', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('52866', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('53185', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('34322', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('16907', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('8807', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('17676', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('56499', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('92385', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('66090', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('78858', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('69581', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('85234', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('14065', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('58846', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('51768', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('58326', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('26730', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('77244', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('64222', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('42688', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('17607', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('21102', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('75395', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('49280', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('43432', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('83444', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('92776', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('33837', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('33206', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('47126', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('58465', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('77218', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('51579', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('18675', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('79205', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('74530', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('1367', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('71944', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('56212', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('85981', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('24387', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('10204', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('98140', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('60249', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('58935', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('95953', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('23994', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('3127', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('34170', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('55000', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('64140', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('11453', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('5920', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('12563', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('51238', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('81258', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('54610', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('56499', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('107', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('87624', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('93004', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('1000', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('37521', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('18234', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('24932', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('41751', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('43226', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('75252', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('75116', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('25362', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('61232', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('85063', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('76768', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('16250', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('84727', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('35198', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('43016', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('1954', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('20002', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('83170', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('22268', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('50743', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('92867', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('70235', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('44584', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('67146', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('75513', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('85505', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('9953', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('978', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('32954', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('59920', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('34055', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('99348', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('98120', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('95850', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('27430', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('34502', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('38336', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('48471', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('8192', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('25362', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('64642', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('57334', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('29871', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('59046', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('6712', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('26494', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('28252', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('49205', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('30124', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('69752', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('48471', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('61783', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('11455', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('47824', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('83573', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('35881', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('68720', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('85356', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('45359', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('52057', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('71631', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('39978', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('79352', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('28518', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('84845', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('14668', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('30896', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('75560', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('17397', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('65299', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('82646', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('67024', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('1826', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('26695', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('17133', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('38545', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('53048', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('68395', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('68150', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('36052', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('64945', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('80742', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('72959', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('78581', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('15980', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('58172', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('50013', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('27898', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('61854', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('10269', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('16057', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('18234', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('9183', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('99754', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('96246', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('18554', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('57213', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('842', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('3739', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('32217', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('9114', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('80941', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('28316', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('69081', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('35362', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('62429', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('14432', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('74911', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('88418', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('39925', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('68999', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('8853', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('97435', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('65688', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('73411', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('96052', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('74974', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('94894', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('10663', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('46436', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('60249', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('58355', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('86641', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('81876', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('19536', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('38548', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('5843', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('29665', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('90132', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('73606', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('31820', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('87965', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('57925', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('10736', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('75116', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('83573', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('77289', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('30845', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('26473', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('16405', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('17665', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('91343', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('30252', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('85234', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('58413', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('7514', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('61920', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('5898', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('87015', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('78792', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('77548', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('90124', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('43912', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('59397', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('15883', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('30858', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('87651', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('94311', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('95574', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('49339', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('62487', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('31993', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('90234', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('25256', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('97694', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('18809', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('1367', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('5463', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('85366', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('57666', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('44816', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('76049', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('75362', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('91370', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('91132', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('81984', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('4449', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('76173', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('8378', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('41827', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('99694', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('70299', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('79205', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('95574', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('1018', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('22417', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('69081', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('92839', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('99694', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('93986', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('67436', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('93571', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('36494', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('77003', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('81396', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('19638', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('91370', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('507', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('39892', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('82066', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('51553', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('29390', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('66212', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('74672', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('68999', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('49813', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('58606', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('14563', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('51955', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('15430', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('9947', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('15283', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('67657', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('47677', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('83480', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('29399', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('17057', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('40371', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('86661', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('38555', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('61403', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('41890', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('48778', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('58595', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('49759', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('8022', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('73165', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('19050', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('56299', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('57787', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('67018', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('6712', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('14023', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('82083', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('70688', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('72669', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('30957', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('92867', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('1827', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('67340', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('15283', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('96117', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('70924', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('42991', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('77218', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('86674', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('71631', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('32369', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('22618', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('10556', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('79502', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('931', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('52187', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('49813', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('2629', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('30299', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('12979', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('37759', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('94142', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('5243', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('28989', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('57780', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('59848', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('45083', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('29239', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('91616', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('67293', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('38271', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('123', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('25256', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('57083', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('82301', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('56212', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('51975', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('75794', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('49873', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('11530', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('57107', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('78552', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('89571', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('47265', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('54605', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('39657', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('18234', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('65121', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('53077', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('17057', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('4015', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('48778', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('88417', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('29959', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('65208', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('89734', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('69850', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('39901', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('10727', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('14628', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('50969', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('69081', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('11855', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('41091', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('72643', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('19450', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('90194', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('51678', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('95089', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('62795', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('8912', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('79502', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('95697', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('94801', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('24002', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('70061', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('10834', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('9256', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('28133', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('55009', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('36995', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('83314', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('95366', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('1220', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('49073', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('66293', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('41091', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('33791', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('15726', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('88045', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('39394', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('62832', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('72768', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('30182', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('69679', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('34018', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('12362', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('99775', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('93571', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('21102', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('69081', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('85981', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('72501', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('25380', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('7123', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('38555', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('40738', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('52157', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('24865', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('21692', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('65715', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('99730', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('61403', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('4383', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('57083', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('15726', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('95046', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('49611', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('98830', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('61364', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('44206', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('64934', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('99660', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('53118', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('99775', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('57780', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('13365', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('61402', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('29002', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('56143', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('64259', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('26619', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('2133', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('45826', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('1080', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('56124', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('3640', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('40303', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('35588', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('51955', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('39876', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('81566', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('89297', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('6990', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('23457', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('11152', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('37038', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('47379', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('84845', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('20084', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('17944', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('23392', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('89297', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('13506', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('30650', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('62429', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('64222', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('987', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('70359', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('43130', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('48471', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('7123', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('88418', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('67583', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('4682', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('11152', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('85451', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('55859', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('86641', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('34542', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('85849', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('74840', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('12683', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('84727', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('42092', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('31302', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('24197', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('41596', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('66090', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('68070', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('66008', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('65208', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('83462', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('32368', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('79589', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('50467', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('72959', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('82126', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('14182', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('24809', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('36263', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('12216', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('63090', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('12216', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('29192', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('90234', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('76270', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('85849', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('89196', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('85356', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('40303', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('31554', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('14499', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('10527', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('72959', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('41671', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('12078', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('38902', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('13023', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('48469', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('94371', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('10814', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('32376', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('64155', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('62549', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('64945', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('1827', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('28361', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('99660', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('67146', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('59517', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('43123', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('94766', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('74016', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('99226', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('123', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('96193', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('32744', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('34404', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('46260', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('5336', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('69521', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('29390', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('69581', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('11966', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('37715', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('45300', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('81207', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('21009', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('97658', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('61332', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('8957', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('51549', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('96052', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('667', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('28252', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('89000', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('67725', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('31993', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('58889', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('70564', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('96003', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('10834', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('96067', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('44551', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('86833', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('68150', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('76291', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('792', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('88389', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('16405', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('59172', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('78143', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('13217', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('87280', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('9993', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('11076', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('73387', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('68396', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('89000', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('49214', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('92464', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('7956', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('28299', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('21401', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('87044', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('14869', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('46980', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('89106', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('97101', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('25046', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('29002', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('336', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('86802', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('30252', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('51975', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('56089', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('64934', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('4508', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('28019', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('44836', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('31250', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('37284', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('41973', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('93631', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('22254', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('30021', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('31137', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('85211', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('22260', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('22004', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('29390', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('19342', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('46442', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('75241', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('68395', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('22142', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('55238', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('32368', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('43993', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('23110', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('22086', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('7956', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('67033', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('80248', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('11076', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('31035', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('38121', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('40992', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('49701', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('78637', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('2629', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('44038', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('66259', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('50598', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('90194', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('61127', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('39310', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('96052', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('18821', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('10527', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('13511', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('83462', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('13028', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('82083', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('25256', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('77130', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('29705', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('29665', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('9460', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('68010', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('10705', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('11604', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('99399', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('90132', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('34126', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('14628', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('18808', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('16405', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('61920', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('69521', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('58606', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('23270', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('5017', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('14554', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('32217', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('26619', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('5005', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('71631', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('435', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('35362', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('4582', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('14094', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('58634', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('23992', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('21789', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('11510', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('69960', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('69628', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('68453', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('18775', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('45817', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('71389', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('44584', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('99764', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('24010', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('9953', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('64121', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('57962', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('39521', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('56143', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('29863', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('75116', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('92703', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('74070', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('83003', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('75791', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('48640', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('34331', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('66753', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('34331', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('39115', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('11262', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('33546', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('14554', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('5005', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('52371', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('52669', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('25380', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('12362', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('29514', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('28989', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('93708', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('69752', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('35687', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('65400', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('16057', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('99694', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('40897', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('78552', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('18709', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('94178', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('62728', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('17507', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('52872', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('57026', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('86344', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('14484', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('7490', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('11855', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('97573', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('56089', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('14432', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('1232', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('81294', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('51553', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('67542', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('49611', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('30397', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('92442', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('77664', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('95260', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('77364', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('14596', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('25187', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('6895', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('68010', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('23344', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('45083', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('888', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('67407', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('99451', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('97042', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('44836', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('74460', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('73492', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('9993', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('50966', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('31486', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('3651', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('78481', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('74672', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('43032', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('65144', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('50365', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('83691', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('97590', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('27430', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('39157', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('11262', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('43993', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('58355', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('65241', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('7861', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('84845', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('76224', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('760', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('61354', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('16297', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('59530', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('76250', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('17769', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('50966', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('59553', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('36265', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('83836', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('15883', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('914', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('827', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('11057', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('60224', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('31993', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('82687', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('5871', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('72177', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('29863', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('11055', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('39241', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('8140', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('48640', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('39580', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('51997', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('77148', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('14554', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('42560', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('57474', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('18108', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('39254', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('22417', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('67436', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('65681', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('10663', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('39521', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('66356', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('44584', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('58469', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('27952', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('87624', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('83022', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('88887', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('35138', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('96193', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('18675', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('87268', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('75560', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('74840', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('14032', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('41280', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('76291', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('9360', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('43854', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('85680', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('64082', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('36845', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('10834', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('52187', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('57185', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('19862', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('7973', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('48423', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('68248', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('94522', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('77244', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('50267', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('54672', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('99647', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('16543', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('87193', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('51553', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('34770', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('99399', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('14499', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('44551', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('1220', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('99348', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('16753', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('82707', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('37339', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('17911', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('97355', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('32419', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('91569', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('3163', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('5208', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('99451', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('66269', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('6523', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('42096', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('81294', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('49244', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('48165', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('22467', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('15517', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('18808', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('68248', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('18775', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('52750', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('91799', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('4435', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('45002', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('8807', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('38602', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('33651', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('41832', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('30177', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('76291', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('20489', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('14554', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('50039', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('44816', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('23224', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('78637', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('59397', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('65438', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('64121', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('19541', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('81396', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('69850', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('49391', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('29920', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('76743', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('29863', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('27236', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('24796', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('56849', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('26080', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('86344', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('77548', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('66494', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('23934', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('37856', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('30289', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('67293', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('54610', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('23224', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('21789', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('8022', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('91569', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('59117', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('4182', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('29390', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('57238', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('45359', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('19293', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('61783', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('66753', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('93508', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('23224', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('46260', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('83592', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('15980', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('49792', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('847', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('89059', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('67425', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('18709', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('90353', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('82970', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('66763', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('45680', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('14668', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('31690', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('5399', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('18821', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('57334', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('89188', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('90814', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('81896', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('3545', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('64192', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('52523', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('85746', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('2133', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('24630', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('67018', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('14639', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('70452', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('16849', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('10705', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('76911', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('74016', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('87651', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('61081', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('41671', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('92703', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('41345', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('22260', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('32483', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('64121', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('10838', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('76224', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('39881', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('6523', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('90448', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('21766', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('88045', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('41751', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('53424', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('21789', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('22254', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('76173', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('31302', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('9114', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('51203', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('53451', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('50702', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('64067', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('32772', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('68248', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('79911', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('4582', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('20814', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('55329', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('57666', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('56089', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('75082', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('46928', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('76224', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('15430', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('34569', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('6710', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('1367', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('82974', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('11530', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('61403', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('16347', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('11966', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('30474', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('86753', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('80651', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('65038', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('89297', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('29665', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('74911', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('79469', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('56003', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('88525', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('87784', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('80285', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('2561', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('1460', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('6287', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('1460', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('84515', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('64642', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('13495', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('87048', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('49611', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('94814', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('90567', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('39927', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('35198', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('84432', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('45720', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('96968', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('39580', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('88085', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('53496', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('44258', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('99719', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('58469', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('90234', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('70021', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('77231', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('17911', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('89759', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('82646', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('13880', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('89104', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('32217', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('88418', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('16075', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('76057', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('81876', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('68395', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('79170', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('53469', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('53152', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('86707', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('70021', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('38899', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('77364', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('86001', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('90041', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('35881', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('15283', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('30474', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('61737', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('40044', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('70572', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('78858', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('38336', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('31761', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('1836', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('10814', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('21552', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('58465', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('34386', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('75791', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('26695', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('25718', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('80247', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('10267', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('46436', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('5336', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('8912', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('12173', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('31560', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('98120', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('54620', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('7123', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('75241', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('74460', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('50966', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('65241', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('81789', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('20002', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('64893', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('20974', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('51975', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('78552', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('89140', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('87015', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('7020', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('84702', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('41965', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('49684', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('42092', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('72768', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('96206', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('89414', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('19735', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('30164', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('22004', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('17076', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('54153', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('67051', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('29399', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('63361', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('68554', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('15144', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('75534', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('64155', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('17507', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('36685', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('94522', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('43130', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('86707', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('89414', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('83747', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('82697', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('35462', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('41299', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('20084', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('27043', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('57377', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('69853', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('16885', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('45826', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('67725', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('37734', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('23506', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('91978', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('9408', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('56143', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('33759', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('43130', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('44352', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('65438', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('50331', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('30017', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('75560', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('39204', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('5243', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('3163', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('3651', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('9953', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('45359', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('17207', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('59517', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('93631', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('66229', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('92464', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('52741', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('544', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('31079', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('6729', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('49244', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('94726', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('83691', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('64401', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('41345', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('18675', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('4182', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('74016', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('46106', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('46769', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('75522', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('14596', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('64013', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('50969', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('35721', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('39157', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('51553', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('41671', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('63612', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('97658', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('37653', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('92965', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('88085', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('85602', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('18809', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('23224', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('5243', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('84865', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('60688', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('45826', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('8860', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('79697', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('10204', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('38668', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('51416', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('17676', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('51678', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('792', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('43912', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('27727', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('19220', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('19766', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('46981', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('55859', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('28019', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('64192', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('17769', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('25940', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('25256', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('96911', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('35588', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('20084', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('16969', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('23449', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('57431', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('16311', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('44038', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('64593', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('31250', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('23373', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('55009', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('66008', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('31101', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('16035', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('1018', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('26147', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('51923', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('25528', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('81876', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('48423', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('64938', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('24010', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('61783', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('847', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('107', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('77234', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('35', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('16543', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('68554', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('99760', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('79205', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('27430', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('1285', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('24784', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('77729', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('68720', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('27366', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('15328', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('89393', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('39704', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('82591', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('1367', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('35175', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('29707', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('88577', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('61354', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('6400', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('69122', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('52929', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('79772', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('23525', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('6673', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('49280', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('7287', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('50664', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('1954', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('88308', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('51084', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('53490', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('90089', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('48247', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('81258', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('52120', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('1533', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('68395', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('17207', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('66269', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('4449', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('87222', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('99719', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('6673', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('49391', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('22086', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('94846', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('42298', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('31302', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('69241', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('86001', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('62716', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('79210', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('54672', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('31516', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('8022', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('27017', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('42688', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('34236', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('65101', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('9993', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('557', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('87015', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('34957', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('51868', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('6895', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('70828', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('36685', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('39254', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('82591', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('77361', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('10269', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('78454', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('68554', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('86001', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('35905', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('78782', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('57941', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('30858', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('61232', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('64731', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('68150', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('36995', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('30021', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('18234', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('81789', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('78922', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('11455', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('45494', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('10693', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('17057', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('18821', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('95631', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('19536', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('6474', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('978', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('8807', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('48471', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('28989', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('70688', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('36402', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('50969', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('25331', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('98984', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('69471', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('12078', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('29707', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('50206', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('67371', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('67407', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('95175', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('1367', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('25718', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('7861', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('77148', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('76291', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('39238', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('25725', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('98388', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('20378', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('64192', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('67793', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('14032', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('21102', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('14284', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('78116', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('74639', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('61527', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('93986', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('87246', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('62373', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('41751', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('39157', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('37454', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('25077', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('35935', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('55354', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('75046', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('15083', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('6209', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('59517', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('77580', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('14668', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('19638', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('51549', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('36019', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('21100', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('90089', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('10033', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('71426', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('70452', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('42388', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('3739', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('69960', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('82918', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('26147', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('3163', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('64724', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('61003', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('65056', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('18740', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('4034', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('18859', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('62749', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('31086', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('65715', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('21008', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('56598', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('9659', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('86674', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('67436', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('62487', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('36791', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('65396', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('9183', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('69628', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('54296', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('68999', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('66469', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('61402', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('72669', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('40937', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('42556', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('74639', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('29002', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('45359', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('5961', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('39978', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('56003', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('10269', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('19735', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('68070', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('41832', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('81896', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('15578', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('18554', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('63502', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('29849', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('83039', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('18809', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('17769', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('71904', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('35685', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('35685', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('36685', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('63288', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('7287', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('89196', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('46725', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('18809', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('72186', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('16297', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('52385', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('48660', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('74911', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('99977', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('19321', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('7970', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('44706', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('80912', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('57780', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('36513', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('39927', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('54296', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('25525', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('16311', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('7020', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('45083', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('20378', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('15030', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('46980', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('87044', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('22467', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('90448', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('94894', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('23457', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('21100', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('58172', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('53469', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('92332', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('75173', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('82688', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('36263', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('77244', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('42019', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('53077', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('61081', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('63361', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('26619', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('30164', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('34392', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('23392', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('31476', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('2286', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('70021', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('22004', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('41211', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('91851', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('11194', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('13504', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('30397', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('12362', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('74796', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('2139', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('47677', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('34236', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('41973', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('56598', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('82066', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('53185', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('98019', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('37586', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('7498', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('53803', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('59172', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('87784', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('19541', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('22050', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('24116', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('18941', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('98423', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('15457', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('48660', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('73213', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('75522', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('5920', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('77003', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('60748', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('65205', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('4438', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('39046', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('47265', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('38121', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('92417', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('1000', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('47126', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('98940', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('81538', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('93354', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('4383', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('64642', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('43989', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('3576', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('92274', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('65676', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('74530', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('21556', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('14032', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('31341', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('62054', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('3639', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('32056', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('4034', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('27236', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('10917', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('22325', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('19050', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('37809', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('18740', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('49205', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('16405', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('83314', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('4940', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('17397', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('14668', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('17424', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('69752', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('34197', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('8603', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('90124', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('96615', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('77548', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('26427', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('62754', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('99268', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('17997', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('17128', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('1367', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('12941', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('5243', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('288', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('98870', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('95175', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('89414', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('19245', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('29920', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('70098', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('14484', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('25068', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('32506', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('61065', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('75794', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('55238', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('48901', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('82688', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('26427', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('41774', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('12683', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('13408', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('29959', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('17996', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('94535', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('7287', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('77172', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('63860', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('46260', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('56212', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('19220', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('89312', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('1087', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('51084', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('23994', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('33107', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('62152', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('40682', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('58606', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('28409', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('52385', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('34392', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('27366', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('75794', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('93171', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('28538', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('50598', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('3487', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('17086', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('43016', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('81207', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('19536', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('34502', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('37454', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('15578', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('84495', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('74530', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('57238', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('57377', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('17507', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('26427', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('97658', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('39114', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('37759', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('29390', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('45680', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('77003', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('17997', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('93354', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('18752', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('34569', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('55009', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('6712', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('46981', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('69225', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('66269', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('37038', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('65056', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('39472', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('18941', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('56003', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('63860', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('14621', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('75772', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('16075', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('76246', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('13081', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('28299', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('63612', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('56849', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('29462', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('20445', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('39520', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('27727', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('41774', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('17424', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('98359', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('83696', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('54296', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('45817', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('4645', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('65241', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('74974', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('59673', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('48611', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('14581', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('41491', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('66494', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('34788', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('36379', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('30021', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('11083', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('34770', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('31080', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('21337', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('8603', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('79911', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('282', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('81984', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('52876', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('56276', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('66090', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('31486', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('53165', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('39514', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('97629', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('92274', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('90089', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('76270', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('67560', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('107', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('23270', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('69230', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('37818', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('56057', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('64164', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('63039', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('36265', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('5898', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('69521', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('74460', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('56058', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('94846', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('65703', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('77664', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('40558', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('40178', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('85887', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('25725', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('76049', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('88140', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('22258', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('21401', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('48901', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('93039', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('41973', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('30858', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('63449', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('66106', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('73328', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('61003', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('80254', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('95320', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('53424', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('32772', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('96117', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('52371', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('56212', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('12214', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('69679', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('11055', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('22198', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('91132', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('4449', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('85887', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('69628', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('87439', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('97065', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('63361', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('93354', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('27687', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('90814', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('42688', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('57666', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('84432', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('36019', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('54610', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('58465', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('6287', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('14432', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('99451', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('13495', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('22086', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('54622', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('95320', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('58081', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('92949', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('91978', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('10834', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('3739', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('89188', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('21102', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('4355', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('40457', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('71387', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('35687', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('18809', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('15883', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('83136', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('8252', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('69081', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('57055', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('91063', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('75534', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('96193', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('45300', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('90234', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('88993', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('20985', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('16753', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('57456', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('2177', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('60366', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('75878', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('27919', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('79446', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('17911', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('99348', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('21225', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('58172', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('14639', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('43130', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('71543', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('62429', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('9993', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('79892', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('2629', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('9953', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('33107', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('79502', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('107', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('76246', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('25725', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('52076', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('55286', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('14639', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('29803', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('66469', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('51203', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('71768', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('85063', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('69747', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('98359', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('13403', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('15083', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('38902', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('6710', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('23475', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('47677', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('81294', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('28299', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('68554', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('29192', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('65205', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('83002', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('53077', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('68278', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('48678', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('62716', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('74016', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('53728', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('68516', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('1110', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('29192', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('63645', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('99226', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('46337', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('73492', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('26473', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('94569', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('27094', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('61920', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('49813', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('39204', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('8343', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('34422', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('53089', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('32119', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('5017', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('95260', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('29849', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('94726', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('49873', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('54153', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('26802', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('30334', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('35935', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('74672', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('11194', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('30252', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('544', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('70688', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('39978', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('96911', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('20803', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('82066', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('52157', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('52669', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('99250', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('87044', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('73206', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('9408', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('74464', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('62549', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('98870', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('77130', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('53451', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('60984', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('95850', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('26028', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('10904', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('62373', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('27528', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('37430', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('53469', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('64297', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('27430', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('78332', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('64938', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('37521', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('23475', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('64222', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('4355', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('66008', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('1968', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('75273', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('3639', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('37454', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('94697', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('61232', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('7490', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('76953', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('17086', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('62487', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('16480', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('46260', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('65258', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('54508', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('73394', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('48165', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('89188', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('66763', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('57213', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('31442', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('11966', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('66279', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('72528', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('11083', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('98870', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('53805', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('44584', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('1080', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('6729', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('41894', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('75928', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('20814', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('68720', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('86375', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('7861', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('27687', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('76895', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('82970', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('85746', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('22396', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('4438', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('31364', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('17192', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('67340', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('95175', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('99977', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('21086', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('49611', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('56882', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('86641', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('19582', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('29192', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('85234', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('53047', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('13211', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('33837', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('83214', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('83557', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('99226', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('65299', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('60762', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('92464', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('66753', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('23506', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('64013', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('75395', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('63502', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('59117', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('56299', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('94142', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('2848', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('63288', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('65563', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('21008', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('91063', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('81396', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('82707', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('5393', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('38696', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('43981', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('96003', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('52872', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('5703', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('53485', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('42843', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('22396', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('6895', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('98359', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('44836', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('23449', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('68070', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('54610', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('24784', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('4508', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('96324', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('63090', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('99271', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('81876', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('24442', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('54605', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('18941', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('32483', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('48009', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('11202', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('88993', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('16480', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('75772', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('5393', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('17996', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('22467', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('32419', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('81258', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('85211', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('19450', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('71426', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('40059', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('11101', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('28994', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('83871', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('2501', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('74473', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('94998', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('1087', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('25718', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('61402', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('9360', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('6195', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('29849', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('25525', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('36265', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('35138', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('99719', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('68712', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('99949', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('84654', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('83686', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('53547', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('842', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('34542', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('48165', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('42019', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('97629', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('51768', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('34770', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('47487', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('11419', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('32506', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('90194', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('80420', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('11441', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('79170', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('39927', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('39704', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('87785', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('11441', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('42843', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('50039', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('79446', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('898', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('81258', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('40677', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('90567', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('42960', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('78116', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('11152', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('81031', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('88801', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('2501', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('84727', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('86707', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('44258', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('18469', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('12069', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('15457', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('19917', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('85754', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('81396', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('86661', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('45826', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('16133', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('52494', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('28994', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('22325', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('52741', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('89571', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('19862', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('41832', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('80976', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('5208', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('16631', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('66259', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('36379', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('52471', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('17207', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('83462', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('35042', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('7854', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('50944', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('92040', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('39925', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('9605', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('28361', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('53165', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('76743', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('18808', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('25362', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('978', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('78454', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('39046', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('22003', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('24746', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('43912', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('81785', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('24809', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('69758', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('25256', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('86075', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('24932', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('31035', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('70924', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('4438', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('39472', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('17192', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('76173', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('22620', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('62832', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('64013', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('18941', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('58465', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('82039', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('34386', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('89734', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('76743', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('81883', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('46970', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('41832', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('88801', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('75116', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('95029', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('63310', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('32368', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('41671', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('44703', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('51416', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('41938', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('47001', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('74672', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('37430', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('88389', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('83691', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('37581', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('80248', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('46074', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('30341', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('88884', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('65241', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('77130', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('4508', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('62716', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('69241', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('51093', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('31993', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('18583', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('82918', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('8192', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('52856', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('93653', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('13365', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('33338', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('74016', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('84727', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('72768', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('51678', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('77172', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('32376', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('95099', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('46260', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('88287', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('88308', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('68330', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('82697', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('24387', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('92659', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('73186', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('47677', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('25780', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('91992', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('75522', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('7287', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('25380', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('96153', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('68999', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('99694', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('24442', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('17057', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('65443', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('87246', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('13741', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('95626', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('69521', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('57055', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('26473', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('92776', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('92776', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('93039', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('33651', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('30161', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('50664', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('44584', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('61332', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('96203', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('20002', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('58701', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('82066', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('88389', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('24374', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('8819', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('86075', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('92442', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('89734', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('65753', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('90220', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('56276', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('14563', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('68712', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('58170', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('22325', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('73542', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('50414', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('87785', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('42843', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('80990', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('88417', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('23344', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('34197', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('38371', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('19450', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('20985', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('94998', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('7490', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('35357', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('15430', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('99760', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('89551', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('13506', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('28994', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('54622', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('36265', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('71389', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('20244', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('38973', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('45680', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('74509', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('42298', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('30772', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('17831', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('27094', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('62728', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('69730', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('65433', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('49611', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('82646', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('62487', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('90220', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('17924', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('50365', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('52134', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('86404', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('20489', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('16528', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('75878', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('81876', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('88472', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('99399', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('54620', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('72622', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('73206', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('38013', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('99226', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('23449', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('56276', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('95284', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('463', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('51093', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('14182', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('16523', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('16057', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('90082', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('59539', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('19203', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('60984', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('24197', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('56078', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('12069', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('72622', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('22268', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('69732', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('26802', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('55009', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('39881', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('24002', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('68779', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('78552', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('62549', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('19766', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('11455', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('38973', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('65038', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('57185', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('66281', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('49611', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('43981', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('65056', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('21008', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('28518', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('97101', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('16405', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('45002', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('26102', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('50331', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('97355', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('97953', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('13023', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('30110', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('34569', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('5393', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('27017', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('76270', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('23525', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('33645', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('57026', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('98843', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('48660', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('73602', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('52385', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('31080', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('10834', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('79697', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('91370', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('92659', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('69850', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('11419', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('54296', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('41091', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('57083', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('83511', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('37818', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('11202', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('56080', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('25468', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('30124', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('80285', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('73394', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('10033', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('29803', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('90567', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('65144', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('27898', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('19050', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('72521', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('29959', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('22198', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('83214', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('85614', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('76953', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('56139', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('41599', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('48469', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('22057', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('38973', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('1827', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('76173', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('46074', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('25942', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('23344', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('24784', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('73492', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('57185', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('10917', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('29435', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('5298', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('43616', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('4015', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('2629', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('90448', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('33791', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('22396', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('52876', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('68453', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('7514', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('73908', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('51817', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('77548', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('41683', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('34018', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('84189', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('72521', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('92949', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('90234', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('10076', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('34392', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('89196', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('77580', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('86806', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('32490', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('51817', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('19536', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('90448', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('9993', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('87831', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('90181', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('59172', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('25077', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('85809', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('71944', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('4015', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('25362', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('48009', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('44206', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('48778', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('57135', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('86806', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('1232', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('94801', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('53799', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('52057', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('18808', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('19791', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('336', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('15083', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('54296', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('37449', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('97228', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('35881', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('25528', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('16849', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('69752', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('78758', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('53165', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('1018', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('73411', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('30161', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('9360', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('18108', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('78454', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('10727', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('18554', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('89312', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('90082', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('760', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('97042', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('16528', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('24932', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('14829', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('89059', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('61065', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('48678', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('91197', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('77172', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('52656', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('15328', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('94311', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('85887', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('15086', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('57190', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('53490', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('92385', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('79469', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('64593', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('36265', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('78572', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('67033', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('42298', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('98726', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('94814', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('97355', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('49618', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('35', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('32464', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('91370', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('53728', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('53089', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('1827', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('1922', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('86802', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('3143', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('72643', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('17377', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('978', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('45720', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('11578', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('2177', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('30397', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('1884', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('85614', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('35220', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('64934', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('84792', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('52120', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('46436', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('72643', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('16075', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('48660', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('85366', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('69752', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('32345', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('51678', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('56078', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('33791', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('87831', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('15538', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('15070', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('61444', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('47824', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('84432', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('12563', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('17944', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('73206', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('17397', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('61414', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('58935', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('71389', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('81638', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('99711', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('79170', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('97042', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('80285', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('72979', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('99348', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('46956', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('27952', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('73268', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('69132', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('99271', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('70828', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('86001', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('27430', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('83573', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('56299', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('8378', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('288', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('80976', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('7602', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('57083', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('37284', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('64121', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('44836', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('81294', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('7973', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('75596', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('98315', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('53699', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('38288', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('35881', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('89312', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('82974', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('61920', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('51768', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('99422', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('38676', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('85680', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('42388', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('8483', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('39310', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('67793', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('96911', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('50414', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('49813', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('34170', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('38288', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('56078', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('92703', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('48009', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('61444', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('89734', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('70918', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('25331', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('61920', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('48660', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('6895', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('41988', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('14581', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('30341', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('36384', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('898', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('97400', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('43495', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('19450', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('12971', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('24442', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('27366', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('62549', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('56058', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('57026', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('14284', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('10834', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('83314', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('33759', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('85614', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('24796', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('40189', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('82063', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('79469', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('48053', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('667', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('56882', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('12979', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('16405', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('93631', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('84792', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('89759', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('98843', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('76759', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('76895', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('68396', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('13495', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('40932', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('83170', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('93366', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('8378', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('34197', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('79911', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('60867', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('38691', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('34502', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('35462', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('40303', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('87439', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('6474', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('57055', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('29705', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('27727', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('4015', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('4435', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('69853', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('68516', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('13365', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('97573', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('36379', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('70021', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('9440', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('57925', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('6895', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('96178', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('72528', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('69732', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('55698', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('435', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('83444', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('80254', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('41674', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('81245', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('39472', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('93354', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('87015', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('52656', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('36126', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('28538', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('37809', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('25362', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('59530', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('62749', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('21126', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('56598', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('86344', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('30943', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('63390', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('48471', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('97023', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('20814', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('39241', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('31364', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('43211', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('68649', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('10269', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('51768', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('3576', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('76246', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('24387', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('80047', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('93508', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('79329', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('39927', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('11510', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('85211', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('557', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('827', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('47627', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('96968', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('80698', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('61737', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('69783', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('78552', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('81883', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('51997', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('98843', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('38895', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('64550', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('45650', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('16849', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('5898', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('59538', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('14621', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('26102', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('78581', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('67660', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('259', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('38895', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('93814', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('63361', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('96741', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('37653', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('64082', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('5843', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('75252', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('15144', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('99711', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('37430', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('80047', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('20985', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('41938', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('79469', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('93004', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('79763', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('62520', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('53699', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('68278', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('91132', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('67657', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('37715', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('32130', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('35687', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('57431', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('55329', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('39580', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('51698', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('48660', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('66090', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('46106', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('42565', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('68720', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('28004', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('29920', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('15086', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('83686', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('54672', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('61737', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('46725', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('50206', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('68395', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('74672', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('17192', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('83214', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('97590', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('35293', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('14214', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('71631', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('58634', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('898', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('15980', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('79170', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('59673', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('67051', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('36494', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('13408', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('91915', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('26494', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('32954', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('41211', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('82970', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('56057', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('8252', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('50977', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('56', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('57160', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('53089', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('5824', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('63390', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('81876', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('36263', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('53805', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('86552', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('75116', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('87054', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('2970', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('37653', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('85534', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('11095', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('65433', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('97679', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('89734', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('88577', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('75560', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('4182', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('59539', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('33651', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('99710', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('10481', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('48165', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('17377', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('37586', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('72741', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('50664', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('31442', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('68999', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('79210', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('41671', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('67310', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('26730', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('46956', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('7020', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('36494', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('59117', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('16133', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('50664', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('38676', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('71085', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('85451', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('22004', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('8483', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('99660', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('43993', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('28133', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('37734', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('63538', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('41741', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('25785', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('78314', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('14432', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('25611', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('16311', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('49759', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('12078', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('41406', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('92703', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('65396', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('48462', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('58465', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('83696', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('71768', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('36926', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('5393', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('85366', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('57055', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('63502', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('90124', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('25077', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('2139', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('2201', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('29705', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('69241', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('34770', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('94990', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('28738', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('16075', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('16969', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('44703', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('95697', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('50703', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('26427', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('1826', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('89246', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('16543', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('2133', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('99647', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('25331', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('23994', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('76895', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('92659', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('14874', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('43981', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('37284', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('46450', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('32056', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('31690', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('11262', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('87965', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('61920', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('80248', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('56124', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('31690', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('97400', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('49982', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('9947', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('49611', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('89734', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('22258', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('35257', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('11441', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('18636', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('993', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('50013', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('66969', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('1968', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('30397', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('59673', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('93653', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('5005', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('70918', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('6895', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('14563', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('72165', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('60249', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('5925', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('67542', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('57985', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('78332', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('76799', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('97435', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('85614', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('37715', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('72959', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('48861', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('49982', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('51093', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('28409', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('14869', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('21009', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('28738', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('16885', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('29803', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('24387', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('17397', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('40189', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('38336', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('84727', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('41832', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('96067', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('52157', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('22268', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('85308', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('57185', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('26494', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('61737', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('98047', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('75928', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('68330', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('12214', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('22142', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('51093', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('90234', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('19848', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('64945', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('90814', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('15070', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('12563', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('21774', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('12236', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('1080', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('83622', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('57787', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('96003', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('66356', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('88472', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('57456', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('73165', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('84792', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('31080', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('70828', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('88884', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('81538', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('28829', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('96227', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('30299', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('57107', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('62373', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('50658', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('95201', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('69747', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('74070', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('82039', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('81550', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('93571', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('49073', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('1727', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('52523', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('27528', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('57538', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('88302', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('78922', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('74840', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('9659', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('42298', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('31137', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('66494', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('56', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('847', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('9360', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('11510', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('23344', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('77361', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('53496', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('67657', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('21086', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('53451', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('77000', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('9605', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('94846', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('27366', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('84495', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('74639', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('93986', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('10727', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('57123', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('19050', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('4182', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('52291', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('22467', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('1884', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('81031', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('86327', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('463', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('20002', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('30188', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('5824', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('2133', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('55286', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('94522', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('57026', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('90448', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('80698', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('55009', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('4435', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('95046', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('54622', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('89196', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('99348', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('69853', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('69241', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('8517', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('50365', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('34569', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('99348', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('24796', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('73394', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('4345', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('5298', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('17944', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('91616', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('62705', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('62373', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('94846', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('45083', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('9933', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('9360', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('10033', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('55170', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('32245', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('36384', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('12326', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('75252', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('16250', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('92849', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('71878', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('71287', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('40080', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('51008', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('15144', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('25468', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('26427', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('53225', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('57780', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('62124', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('99719', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('30110', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('8378', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('58634', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('55170', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('19321', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('86404', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('30124', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('99760', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('32772', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('6287', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('36303', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('70807', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('21102', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('83838', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('94371', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('38899', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('70098', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('15340', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('81207', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('82066', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('2970', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('87054', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('39472', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('259', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('83622', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('68278', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('77000', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('92703', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('17507', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('9408', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('73328', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('16969', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('69783', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('80698', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('11578', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('35881', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('49792', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('10269', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('17397', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('93631', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('78758', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('72643', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('50365', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('78637', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('78782', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('3739', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('37454', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('858', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('94324', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('22198', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('8912', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('18007', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('107', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('30723', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('46074', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('5250', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('75534', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('88169', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('57026', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('8022', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('29514', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('67514', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('16057', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('41091', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('71944', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('98423', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('74974', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('98870', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('96324', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('86969', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('65987', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('27094', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('6712', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('39612', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('17128', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('24932', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('85445', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('5381', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('80742', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('11419', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('89759', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('96193', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('55531', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('64938', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('95046', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('35257', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('21401', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('27017', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('58874', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('74796', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('49792', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('21401', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('66054', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('98726', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('49611', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('48462', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('85211', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('49205', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('7204', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('25552', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('35935', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('99271', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('41751', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('93491', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('78581', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('89059', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('80248', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('82974', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('63243', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('67425', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('62795', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('4173', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('73411', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('29239', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('76270', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('72979', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('18234', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('7973', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('79205', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('92703', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('23270', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('97435', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('78552', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('58874', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('52385', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('69752', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('72006', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('24442', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('87706', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('259', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('31337', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('45083', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('34569', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('44703', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('95850', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('88884', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('84702', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('47627', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('60406', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('8343', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('45720', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('32130', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('52866', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('64914', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('53699', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('35881', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('84515', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('57160', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('98056', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('58634', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('36126', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('53118', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('65329', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('83838', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('74672', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('82707', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('39925', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('70572', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('6729', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('32130', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('53047', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('72768', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('7035', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('36926', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('32490', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('50966', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('43616', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('30021', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('24325', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('65688', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('93043', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('97023', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('43989', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('99463', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('34392', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('60406', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('65205', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('31035', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('8517', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('63860', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('64724', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('87651', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('36845', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('67146', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('61332', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('5843', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('18583', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('93366', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('94998', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('88287', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('27919', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('11419', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('82301', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('62124', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('81245', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('10838', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('55329', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('53788', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('55000', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('56849', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('95859', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('76743', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('82918', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('28352', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('87015', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('72055', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('58307', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('35881', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('32483', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('64724', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('5414', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('39881', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('28004', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('95320', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('25725', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('88793', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('71628', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('83557', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('64169', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('44584', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('64297', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('68649', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('67310', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('99764', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('71287', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('99422', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('84865', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('42843', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('28352', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('95840', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('56232', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('14065', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('91851', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('62728', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('48009', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('60748', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('66293', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('48778', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('28128', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('5920', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('41596', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('36379', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('898', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('27727', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('46450', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('75299', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('26028', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('74796', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('978', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('25077', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('28361', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('20974', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('28518', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('69132', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('37818', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('86404', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('9084', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('90220', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('5005', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('14023', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('67725', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('24630', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('78892', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('38712', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('16631', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('26473', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('81610', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('56003', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('76743', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('74840', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('38899', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('90009', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('13408', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('57431', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('93653', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('92417', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('52750', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('3039', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('36019', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('45680', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('39241', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('90041', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('67371', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('12078', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('19536', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('83462', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('9460', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('34018', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('86344', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('45680', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('53805', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('96988', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('15328', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('94990', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('14432', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('37581', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('57334', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('21552', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('93708', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('77289', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('40897', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('45002', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('43993', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('4438', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('51868', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('37759', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('63390', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('90082', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('49813', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('79352', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('72669', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('27043', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('77361', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('56598', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('97868', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('66494', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('81258', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('94726', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('8426', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('90181', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('33107', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('47670', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('75173', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('99730', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('87222', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('22179', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('1727', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('98388', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('91091', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('11441', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('84515', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('52134', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('44038', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('67371', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('67725', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('51203', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('99780', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('21086', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('37038', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('30222', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('5298', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('11202', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('49339', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('50386', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('46442', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('64222', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('33651', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('61065', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('16515', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('55238', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('83836', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('89234', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('49873', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('27528', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('41683', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('98315', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('29462', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('37586', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('94766', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('77218', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('93043', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('26028', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('20489', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('24630', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('10838', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('15578', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('81876', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('13753', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('19450', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('45200', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('68720', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('57083', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('54728', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('32464', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('25256', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('95284', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('81028', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('60224', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('56755', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('72622', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('86833', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('50039', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('667', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('10838', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('85981', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('52291', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('91091', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('48165', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('18709', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('23392', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('56057', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('19342', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('61127', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('59046', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('43989', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('96227', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('40080', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('18775', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('79892', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('51862', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('22345', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('57213', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('81028', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('50013', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('8853', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('24201', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('73606', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('72528', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('31476', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('92839', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('83444', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('41832', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('52187', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('827', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('74840', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('46655', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('52523', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('83622', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('97629', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('95029', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('14182', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('41832', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('51008', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('75794', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('84495', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('20803', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('37869', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('42019', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('39114', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('78314', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('41211', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('17133', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('94766', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('11453', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('93653', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('60249', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('499', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('52945', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('16849', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('69081', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('4438', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('59290', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('1367', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('8378', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('90372', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('65703', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('16969', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('89051', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('99764', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('36102', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('35523', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('78332', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('50966', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('90220', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('12683', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('44881', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('108', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('46655', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('31086', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('8603', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('14639', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('36685', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('36881', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('18636', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('45002', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('64724', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('22086', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('67310', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('71630', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('25525', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('84808', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('62487', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('52057', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('87246', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('76768', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('98140', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('88993', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('40932', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('63040', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('55915', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('1922', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('86736', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('94697', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('98423', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('64169', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('33107', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('68712', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('53728', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('1812', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('82580', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('39394', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('6474', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('27898', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('65144', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('44038', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('92839', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('71287', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('76799', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('14874', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('71387', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('59530', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('86753', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('49982', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('57238', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('32954', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('43226', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('87054', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('65753', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('11237', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('34770', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('39876', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('72622', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('78469', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('83314', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('41988', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('61003', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('84039', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('21009', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('81207', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('54672', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('58326', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('63090', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('64934', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('51093', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('282', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('8853', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('65438', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('70564', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('78332', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('37339', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('21100', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('20803', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('4345', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('29707', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('98388', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('72186', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('49214', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('98870', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('19917', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('31337', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('1884', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('84189', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('37284', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('31560', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('84702', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('56212', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('23994', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('2970', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('80990', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('71529', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('87785', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('31476', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('49280', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('86404', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('63039', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('23994', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('32419', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('45300', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('48901', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('36379', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('83838', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('22170', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('57135', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('50386', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('61354', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('58606', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('4015', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('5943', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('9993', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('49391', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('62054', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('86127', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('33759', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('4645', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('29192', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('69632', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('97868', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('40044', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('29002', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('7043', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('95175', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('69307', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('67657', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('51678', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('41211', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('2848', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('81396', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('84432', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('23506', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('51955', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('15578', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('95225', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('38602', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('71529', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('79763', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('81566', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('53118', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('3833', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('16543', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('67222', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('46155', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('89246', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('96895', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('55531', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('83871', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('48850', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('62728', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('43495', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('19791', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('58300', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('38555', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('48165', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('31137', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('77548', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('28316', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('32385', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('18709', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('36379', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('40481', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('64820', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('64013', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('29140', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('19791', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('67436', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('31266', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('33791', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('97042', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('88525', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('71630', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('75395', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('41211', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('25611', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('38121', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('86981', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('20195', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('30164', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('17600', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('22417', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('28252', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('36995', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('6673', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('25256', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('13403', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('93171', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('96052', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('39521', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('3651', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('34569', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('21246', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('11453', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('23475', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('71630', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('259', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('70688', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('30188', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('71389', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('23439', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('27556', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('32130', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('30299', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('58935', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('49391', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('89759', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('93061', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('78469', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('50206', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('67560', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('16057', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('35138', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('91580', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('33201', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('64169', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('63310', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('68516', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('79772', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('77364', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('33546', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('57941', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('41091', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('17600', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('29705', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('43348', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('74974', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('26619', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('29031', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('55531', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('66494', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('37521', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('14284', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('43016', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('52876', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('48850', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('42388', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('38548', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('82082', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('64039', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('44998', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('57160', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('39514', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('89414', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('23344', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('85614', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('75241', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('65396', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('65438', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('32954', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('39204', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('64121', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('28409', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('46066', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('34197', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('64593', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('54620', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('10693', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('32368', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('13290', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('65681', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('14639', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('40044', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('26730', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('50206', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('99463', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('44551', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('34126', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('75241', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('61232', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('38371', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('18808', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('22004', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('41599', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('1884', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('87965', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('28352', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('94801', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('29871', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('76759', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('3493', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('10454', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('64140', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('12362', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('85754', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('39881', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('5208', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('85445', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('43348', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('94814', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('64945', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('35462', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('12078', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('77244', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('33338', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('35462', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('40558', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('56124', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('84808', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('60867', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('90041', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('44551', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('39552', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('70395', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('67146', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('36402', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('11095', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('57511', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('3005', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('48469', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('23500', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('82688', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('43016', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('80248', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('24442', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('72165', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('69521', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('66469', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('52057', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('70828', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('21126', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('50467', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('47379', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('46694', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('70965', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('5824', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('24630', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('54622', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('87222', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('77664', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('99760', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('86981', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('31101', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('64893', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('15883', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('7020', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('85981', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('73206', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('25611', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('78922', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('842', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('914', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('97953', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('14639', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('82707', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('55000', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('34126', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('57962', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('90041', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('30289', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('97435', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('55857', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('40116', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('85356', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('69307', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('23311', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('90132', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('33107', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('53185', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('31560', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('7861', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('36881', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('13495', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('88085', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('88045', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('94697', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('75046', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('72006', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('64169', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('14484', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('70688', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('13504', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('12236', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('41988', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('11083', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('34197', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('32490', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('28518', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('19245', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('18859', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('83022', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('24197', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('41827', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('14668', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('8517', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('3576', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('67340', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('73411', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('98870', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('17339', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('85754', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('72014', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('65208', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('7956', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('89297', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('58355', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('26881', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('4438', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('15074', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('37101', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('12979', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('40937', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('29002', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('23224', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('53089', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('98140', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('39520', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('51093', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('79170', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('57107', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('24325', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('42843', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('14499', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('97868', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('19603', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('81550', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('31080', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('79487', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('76799', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('33107', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('70099', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('34502', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('98940', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('81538', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('3335', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('21766', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('76895', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('544', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('95284', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('96968', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('28538', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('64121', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('34322', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('19450', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('64039', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('38545', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('87246', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('38895', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('57474', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('58300', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('64140', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('57666', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('64401', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('51817', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('78116', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('90124', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('66212', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('41751', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('46035', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('77289', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('61403', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('24865', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('4034', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('86806', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('12683', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('34542', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('65241', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('5920', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('1460', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('28977', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('96772', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('82301', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('38676', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('65038', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('31690', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('81883', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('98830', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('80698', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('45436', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('82083', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('96085', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('89106', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('19848', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('6367', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('11095', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('95089', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('78911', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('72014', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('24201', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('97101', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('29390', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('36303', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('56882', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('64550', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('69132', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('7020', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('79352', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('72959', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('80248', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('46970', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('55286', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('62429', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('89551', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('6304', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('83747', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('25611', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('65987', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('41450', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('6895', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('5414', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('53699', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('64593', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('25187', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('32886', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('13511', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('98047', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('93354', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('76057', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('79210', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('42092', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('98984', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('7861', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('107', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('1954', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('77000', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('58701', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('47001', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('88801', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('86651', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('64642', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('80651', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('35588', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('10838', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('21774', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('27017', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('66008', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('63040', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('80990', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('90181', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('40992', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('95099', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('35721', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('66495', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('59908', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('80976', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('28952', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('34788', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('17207', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('81785', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('60748', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('64820', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('75534', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('12971', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('45680', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('94730', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('42114', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('33401', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('24630', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('52494', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('61081', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('8378', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('16515', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('5617', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('65438', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('72177', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('25046', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('76246', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('86404', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('66279', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('16250', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('8517', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('40937', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('33817', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('77003', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('50267', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('50702', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('99764', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('18338', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('80651', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('45002', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('12711', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('32419', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('77000', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('99611', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('38476', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('65299', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('18636', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('57213', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('41674', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('70965', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('71529', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('83204', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('978', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('92332', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('10527', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('29192', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('16311', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('22258', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('760', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('85366', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('42625', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('98423', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('90041', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('61402', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('73394', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('63040', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('61527', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('77000', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('77361', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('7620', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('13028', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('75534', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('5920', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('90353', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('74070', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('73606', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('11237', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('40682', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('46260', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('11422', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('10705', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('5943', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('65443', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('36244', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('58874', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('66484', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('50386', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('61920', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('50598', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('70828', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('67560', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('23994', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('82063', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('30182', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('90567', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('80976', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('91992', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('53185', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('6523', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('93571', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('12069', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('43432', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('50365', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('35198', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('65299', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('36657', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('98830', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('69732', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('1884', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('88417', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('76743', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('67033', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('48776', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('75560', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('76798', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('79170', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('931', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('44271', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('85534', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('66293', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('12078', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('18007', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('1367', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('55915', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('29002', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('64164', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('41299', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('52371', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('21225', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('7854', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('30182', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('46655', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('30222', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('39881', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('75116', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('69222', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('2139', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('10736', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('44271', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('60366', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('52929', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('28829', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('44038', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('48009', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('48423', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('26802', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('80247', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('12563', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('7656', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('16133', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('80420', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('52750', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('76246', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('22268', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('30650', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('89106', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('2201', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('83557', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('28994', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('34386', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('75928', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('82083', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('85887', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('73268', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('1826', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('31302', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('40457', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('72669', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('27044', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('16993', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('1232', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('17086', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('22170', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('3639', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('96193', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('80976', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('98843', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('84704', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('29959', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('34331', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('79210', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('76224', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('65443', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('32772', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('14023', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('1018', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('99369', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('13028', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('49214', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('23794', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('81638', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('96153', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('57107', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('19293', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('63489', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('99694', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('16035', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('14628', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('11604', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('94620', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('65056', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('96324', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('16907', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('6523', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('83136', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('37219', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('55238', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('60406', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('51955', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('67542', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('20540', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('15030', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('82083', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('7602', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('45300', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('26494', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('91132', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('50206', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('85754', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('95089', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('94697', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('32483', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('41973', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('86806', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('50013', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('75082', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('91799', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('13365', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('23344', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('14563', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('36995', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('33107', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('10267', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('83003', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('33201', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('59455', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('98047', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('72643', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('71387', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('20195', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('23934', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('52876', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('68720', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('7498', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('26147', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('66212', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('31035', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('75395', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('6474', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('24201', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('89234', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('72643', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('29390', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('16523', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('44271', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('85910', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('88287', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('931', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('21337', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('163', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('66090', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('36244', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('49813', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('84239', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('36126', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('75510', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('19791', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('45002', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('37869', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('65563', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('69952', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('34158', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('41211', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('8819', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('53788', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('21556', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('28538', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('46451', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('1954', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('97590', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('21102', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('11152', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('70572', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('61920', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('11855', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('82039', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('2419', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('63886', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('69285', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('69285', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('47677', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('25611', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('92693', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('51549', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('51997', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('50038', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('67051', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('29140', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('29390', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('47677', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('76768', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('34542', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('10033', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('14874', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('47001', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('7490', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('79911', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('78922', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('77415', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('21692', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('6400', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('63860', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('52750', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('77003', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('22258', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('30161', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('37521', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('21556', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('1836', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('27366', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('97694', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('57377', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('78469', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('85366', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('22254', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('64196', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('57107', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('8457', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('53424', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('49244', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('8517', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('76895', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('51955', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('29140', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('78911', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('23110', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('21126', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('107', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('64039', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('54672', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('34770', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('53048', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('68720', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('5144', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('39580', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('39238', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('66484', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('80227', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('67583', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('75273', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('83592', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('39114', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('63560', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('96117', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('17607', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('52741', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('15144', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('22620', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('32119', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('81550', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('72741', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('48850', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('1232', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('14499', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('83622', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('67222', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('67340', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('53118', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('66469', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('86552', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('78782', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('80285', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('75082', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('27950', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('64249', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('61332', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('51868', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('18338', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('79469', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('14484', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('57185', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('9114', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('20814', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('26147', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('58634', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('47379', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('61783', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('51238', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('53699', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('98690', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('53496', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('88358', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('91788', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('83170', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('12362', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('93354', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('7390', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('53225', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('69632', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('78756', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('62784', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('42960', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('40457', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('79352', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('69081', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('54612', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('67657', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('4173', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('18740', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('99694', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('14829', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('90914', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('74796', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('17133', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('65688', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('62226', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('40059', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('17769', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('93708', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('55238', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('2629', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('7854', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('38899', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('46035', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('39241', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('90132', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('43226', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('57780', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('11195', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('4015', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('79170', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('95859', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('69730', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('52945', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('1080', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('7973', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('46155', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('53799', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('77218', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('15086', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('31560', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('37856', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('22003', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('74911', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('88045', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('8517', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('51817', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('93366', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('46066', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('53699', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('49244', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('5005', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('78434', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('6729', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('39925', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('39978', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('8843', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('45650', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('79205', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('69758', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('26730', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('65714', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('6195', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('94257', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('72643', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('42298', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('77130', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('10814', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('32217', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('336', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('16250', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('69752', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('57026', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('65714', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('37946', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('62754', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('2629', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('1220', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('77244', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('81638', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('34236', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('49813', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('92659', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('19245', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('5871', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('4682', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('29645', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('99073', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('17377', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('30252', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('5381', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('87706', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('69752', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('53485', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('53805', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('79446', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('11262', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('81638', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('3487', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('45002', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('827', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('90381', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('53077', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('21552', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('8252', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('34404', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('49280', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('645', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('89059', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('27140', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('9408', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('92849', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('39901', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('70389', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('19862', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('91992', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('4449', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('52494', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('37946', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('76291', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('28352', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('83002', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('69225', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('67793', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('71543', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('64724', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('46436', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('70359', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('7390', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('107', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('17424', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('32772', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('21009', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('65038', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('62716', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('36995', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('68453', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('4645', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('2561', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('123', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('21225', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('87624', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('8457', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('74796', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('4435', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('62373', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('69628', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('90353', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('96615', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('65144', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('27956', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('96895', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('81610', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('61854', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('16993', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('18234', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('21086', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('5898', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('4645', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('75547', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('56078', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('77898', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('69850', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('13880', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('82970', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('29705', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('78454', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('10033', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('94730', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('11262', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('17769', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('61003', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('52371', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('87965', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('7514', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('83003', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('78434', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('20803', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('58300', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('36685', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('49205', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('38712', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('72669', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('36265', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('15578', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('1285', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('90567', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('33094', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('46155', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('41988', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('39310', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('77130', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('94990', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('95626', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('33349', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('52872', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('69581', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('57456', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('79205', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('99764', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('4182', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('65563', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('1726', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('52876', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('23500', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('16753', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('69230', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('49450', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('90181', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('71529', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('29705', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('16528', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('72768', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('17377', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('19362', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('93039', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('29002', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('67371', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('43993', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('40276', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('58355', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('68453', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('84410', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('1018', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('33759', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('75046', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('78552', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('67146', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('44258', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('35220', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('92703', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('68712', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('51008', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('37103', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('82697', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('18286', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('72528', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('75116', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('73328', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('87048', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('98140', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('5005', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('88085', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('52876', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('32376', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('1087', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('94814', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('32490', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('46337', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('11855', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('52134', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('56212', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('10693', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('21246', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('29390', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('14581', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('75878', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('21337', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('89571', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('95626', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('99348', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('55859', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('75513', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('86753', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('15249', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('40276', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('68150', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('65208', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('8860', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('45680', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('8140', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('75241', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('67024', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('13504', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('80057', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('760', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('32130', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('30017', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('46442', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('52076', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('67310', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('46981', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('90082', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('88085', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('78143', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('71543', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('10454', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('94814', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('90381', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('87280', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('71631', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('71630', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('32419', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('32385', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('11152', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('65563', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('79772', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('90220', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('16250', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('77234', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('65101', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('30896', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('98359', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('95260', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('35498', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('18108', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('20974', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('41683', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('9947', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('67560', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('67033', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('72055', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('48678', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('13757', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('32245', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('93491', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('41450', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('50977', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('85680', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('70098', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('85680', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('15430', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('22417', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('29665', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('96324', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('85211', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('39514', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('66106', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('81638', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('37653', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('73328', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('62754', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('75123', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('33349', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('60040', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('63361', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('69132', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('76246', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('52291', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('5005', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('63288', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('39927', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('21100', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('18367', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('42956', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('77729', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('13511', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('74796', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('80227', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('90082', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('41988', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('1737', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('42019', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('62832', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('44258', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('8378', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('63289', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('16993', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('41280', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('53077', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('15340', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('25362', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('89414', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('65208', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('26802', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('17076', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('16480', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('57242', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('91616', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('5703', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('1727', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('82066', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('12069', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('75252', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('19450', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('66090', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('82974', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('64249', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('95859', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('87054', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('23992', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('25331', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('12078', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('98843', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('35935', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('94730', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('64140', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('16885', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('64169', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('15030', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('65688', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('99977', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('85754', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('83871', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('44584', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('17607', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('18499', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('10814', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('27044', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('56276', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('83214', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('40992', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('5250', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('85614', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('99760', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('1827', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('62520', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('89759', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('37339', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('16057', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('95850', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('83204', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('3493', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('16593', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('41596', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('24387', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('58606', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('84845', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('33107', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('80990', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('48611', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('3335', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('99611', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('123', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('41988', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('63538', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('39901', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('34422', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('41345', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('7514', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('5017', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('99268', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('19848', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('57985', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('36244', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('48471', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('76173', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('75791', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('94801', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('39657', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('67340', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('14432', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('33882', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('22226', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('34170', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('28361', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('12173', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('14596', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('87439', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('13921', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('81785', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('77898', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('11966', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('27043', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('28977', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('17377', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('22179', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('21766', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('37734', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('24796', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('37818', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('70362', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('17607', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('29435', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('81638', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('23475', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('31086', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('76173', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('84410', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('3127', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('64121', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('68396', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('64893', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('63310', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('29031', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('18338', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('61166', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('15086', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('20540', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('507', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('68278', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('8343', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('63489', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('94142', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('77664', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('24796', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('67583', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('83002', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('62520', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('92274', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('78434', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('69132', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('48678', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('4682', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('47627', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('49280', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('79772', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('10454', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('76173', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('14563', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('90448', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('21008', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('97868', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('56849', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('13408', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('91370', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('72186', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('66813', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('45083', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('288', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('21100', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('67660', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('11530', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('29514', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('12216', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('21246', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('89759', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('69471', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('75510', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('44258', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('51416', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('47126', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('23994', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('70099', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('7973', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('50386', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('73072', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('13741', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('792', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('64259', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('32506', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('40558', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('95697', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('52371', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('73394', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('73908', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('23311', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('53788', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('23344', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('33107', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('28409', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('6990', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('11237', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('42625', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('18469', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('15430', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('70452', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('93004', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('15578', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('2423', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('50977', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('38555', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('61783', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('46450', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('435', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('38555', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('50365', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('80227', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('37734', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('83747', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('93986', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('53225', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('1726', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('85211', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('63489', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('50039', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('30222', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('48861', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('37038', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('57511', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('31820', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('22226', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('86127', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('22004', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('85234', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('46762', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('80698', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('50013', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('1367', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('4940', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('7287', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('90381', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('78858', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('15340', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('78792', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('49503', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('10904', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('47379', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('19862', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('3005', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('67051', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('3833', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('85614', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('13081', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('98690', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('32506', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('48901', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('13028', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('72055', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('50598', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('85063', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('96772', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('68242', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('31086', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('65400', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('42096', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('95029', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('15487', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('81258', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('90124', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('58701', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('67407', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('914', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('62754', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('56598', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('22417', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('69960', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('34055', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('74672', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('77172', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('56499', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('79892', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('15144', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('19862', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('44038', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('74672', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('37430', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('40481', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('79534', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('75938', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('84702', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('39204', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('85602', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('23311', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('63288', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('10527', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('33837', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('8957', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('80285', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('95852', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('25187', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('507', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('43495', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('55329', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('64196', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('97023', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('84239', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('94142', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('73206', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('21086', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('65205', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('9183', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('95320', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('99399', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('25528', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('72768', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('63860', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('89312', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('86736', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('4345', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('82063', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('61444', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('9605', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('22260', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('36926', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('17076', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('97629', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('58701', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('57083', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('7514', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('97629', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('94766', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('46769', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('76768', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('23525', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('56139', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('35293', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('46762', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('36102', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('21552', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('58919', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('1402', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('17377', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('95320', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('30341', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('86001', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('83838', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('70395', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('96227', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('95175', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('96968', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('65400', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('37219', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('69747', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('7490', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('55531', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('1018', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('84410', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('5298', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('67222', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('29803', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('46442', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('13217', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('28518', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('50537', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('61854', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('96052', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('47025', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('6523', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('50038', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('1220', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('40682', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('91992', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('94730', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('21009', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('66469', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('29705', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('79170', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('1018', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('86651', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('99289', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('78787', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('82970', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('25187', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('40738', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('50039', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('30182', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('61737', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('41832', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('73606', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('86736', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('64164', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('17507', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('15070', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('8251', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('72501', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('83136', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('16528', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('94990', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('64067', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('39619', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('77234', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('72177', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('19638', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('88793', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('99710', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('66281', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('53699', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('68330', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('50467', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('39114', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('98056', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('73411', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('35498', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('74016', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('13880', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('45826', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('43993', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('12971', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('80698', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('30164', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('56089', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('55859', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('11055', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('73411', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('8517', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('56882', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('43912', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('57242', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('53490', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('10705', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('82868', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('42991', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('49873', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('90448', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('34197', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('12979', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('69628', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('41894', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('33107', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('12362', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('57431', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('92464', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('56212', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('97065', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('41280', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('22532', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('24197', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('75299', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('72528', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('58172', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('20445', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('67017', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('76953', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('63449', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('94535', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('94998', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('7970', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('49982', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('73606', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('49339', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('45002', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('31364', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('13749', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('77729', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('39657', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('25528', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('61854', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('17607', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('90567', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('38545', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('77364', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('81031', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('68278', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('82083', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('33882', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('92464', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('12173', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('56212', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('42560', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('24932', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('47126', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('82083', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('96052', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('80610', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('44271', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('39115', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('1737', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('69225', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('2178', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('51955', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('12683', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('60762', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('76057', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('56124', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('85910', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('42960', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('10076', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('827', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('90663', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('74163', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('71025', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('76743', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('87439', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('15517', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('7973', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('9605', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('80248', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('50467', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('15517', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('40481', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('84515', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('40558', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('62054', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('95205', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('36791', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('28518', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('18821', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('98019', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('46928', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('53424', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('83022', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('72521', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('13023', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('96153', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('70572', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('60762', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('90082', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('39157', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('32385', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('17996', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('99694', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('90779', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('71630', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('54605', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('58170', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('18740', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('15613', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('13028', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('92274', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('49611', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('48660', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('92849', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('6712', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('75547', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('67017', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('62124', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('54728', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('37038', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('59117', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('6523', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('61920', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('95175', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('96615', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('54508', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('46035', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('69853', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('15074', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('47487', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('31516', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('10834', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('56080', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('4015', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('2178', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('86641', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('25331', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('65676', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('69783', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('60224', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('89140', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('1836', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('85910', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('1922', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('86806', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('98140', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('14023', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('792', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('91343', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('94535', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('84704', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('65703', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('37521', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('10454', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('22198', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('14432', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('7602', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('19245', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('9114', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('35721', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('30177', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('75547', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('46074', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('22260', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('1533', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('64222', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('38476', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('13403', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('85534', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('87048', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('86736', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('83557', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('99268', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('13290', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('34126', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('99694', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('65681', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('94620', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('55009', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('95099', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('32744', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('76291', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('62487', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('60748', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('32506', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('70564', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('18367', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('94894', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('91580', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('9440', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('93004', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('66484', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('17424', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('91442', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('7287', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('30957', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('86969', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('20803', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('16297', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('90004', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('5703', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('91580', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('43032', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('37219', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('48660', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('92040', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('8378', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('107', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('23794', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('31079', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('8807', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('44836', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('68516', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('81028', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('10814', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('163', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('56849', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('66763', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('62705', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('71631', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('41890', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('95850', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('64039', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('69521', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('67425', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('22086', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('82970', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('36379', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('42960', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('82126', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('11262', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('8603', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('32385', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('70099', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('50702', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('96988', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('92417', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('2967', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('70099', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('92839', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('63582', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('71628', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('50467', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('23224', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('76224', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('68554', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('14621', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('46337', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('94522', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('29707', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('75231', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('83314', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('85746', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('64155', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('74639', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('37653', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('91370', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('85575', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('20002', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('37653', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('12615', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('15249', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('49073', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('64067', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('44998', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('24116', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('28316', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('89414', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('59848', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('22142', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('33401', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('99271', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('42565', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('30896', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('53048', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('17424', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('48861', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('3639', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('14284', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('49873', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('23500', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('69752', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('82083', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('11126', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('87246', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('64550', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('69521', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('56057', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('5381', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('15726', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('78581', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('36303', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('82646', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('69230', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('76743', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('69132', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('6673', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('11453', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('41683', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('85445', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('58085', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('4508', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('12216', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('79170', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('32464', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('34542', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('44258', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('52157', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('36102', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('71529', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('64945', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('97679', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('11083', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('22325', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('80057', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('13211', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('14829', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('35687', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('28738', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('72768', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('48009', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('77580', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('89246', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('36263', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('16631', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('69783', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('72768', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('31624', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('39619', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('19848', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('30124', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('9256', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('61998', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('43226', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('85451', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('5943', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('47670', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('69471', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('2423', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('5843', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('62152', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('9114', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('14484', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('11057', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('94730', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('3487', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('71878', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('95697', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('91370', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('96117', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('24002', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('12979', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('16993', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('41741', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('81245', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('11201', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('66356', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('14869', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('40189', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('52134', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('17997', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('80990', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('41965', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('99399', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('87044', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('85809', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('10269', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('75040', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('98619', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('13023', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('65753', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('63582', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('57377', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('27952', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('68150', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('58595', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('88389', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('39580', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('33759', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('59553', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('41774', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('52945', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('7020', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('54605', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('41491', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('12711', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('4438', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('91063', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('91915', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('85308', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('84410', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('93814', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('5017', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('87651', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('44551', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('87651', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('62636', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('507', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('50537', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('39238', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('86529', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('38013', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('10556', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('54610', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('90814', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('30182', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('70572', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('16969', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('85614', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('62152', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('75082', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('63502', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('59553', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('28019', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('72501', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('73606', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('91063', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('24010', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('50537', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('31476', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('36019', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('98019', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('34392', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('96988', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('32954', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('85904', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('51553', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('58170', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('35042', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('96722', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('57135', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('43505', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('76743', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('56755', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('8426', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('49813', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('33645', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('63090', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('60040', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('16969', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('10705', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('98019', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('88887', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('94324', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('72358', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('20180', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('62152', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('18740', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('55531', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('56003', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('78552', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('19862', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('99369', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('24932', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('12078', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('1232', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('21556', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('16250', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('36265', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('50537', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('60867', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('61332', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('78756', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('47265', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('74530', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('90372', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('68278', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('99463', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('38121', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('66813', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('18499', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('36881', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('70965', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('39115', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('1460', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('79352', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('27898', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('97590', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('78758', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('54620', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('38668', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('90089', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('19362', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('98984', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('20180', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('75510', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('30334', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('65190', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('2795', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('20180', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('94257', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('39619', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('84167', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('4355', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('57666', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('62124', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('37869', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('10814', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('76049', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('53077', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('68453', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('39925', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('13921', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('13352', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('53728', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('60984', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('12971', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('57185', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('2561', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('64934', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('27727', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('85754', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('39892', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('57377', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('71387', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('67655', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('62124', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('66269', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('40932', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('98388', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('52019', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('74639', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('36494', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('69307', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('93571', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('45083', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('75513', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('38676', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('88801', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('67146', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('17057', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('72657', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('69521', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('82687', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('33460', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('47670', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('858', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('1232', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('89759', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('83871', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('83557', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('86404', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('22396', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('76953', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('13511', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('18859', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('92867', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('8603', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('58919', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('39901', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('30188', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('86375', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('41345', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('56486', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('16297', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('16480', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('28252', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('14628', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('90089', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('50039', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('8426', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('78332', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('28004', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('51817', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('98140', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('69730', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('22050', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('52876', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('96067', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('49205', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('88417', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('8807', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('81245', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('336', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('14554', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('88887', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('65299', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('33206', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('8912', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('93171', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('61783', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('74464', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('94726', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('40059', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('73542', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('44258', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('76250', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('57190', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('40457', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('37521', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('9933', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('36791', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('62795', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('6195', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('28994', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('10727', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('22345', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('80057', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('46155', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('69758', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('65400', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('76743', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('93571', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('70572', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('84495', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('97400', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('89551', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('35721', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('99719', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('11530', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('64914', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('99422', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('9605', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('74016', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('20445', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('72014', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('98690', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('26147', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('20195', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('72669', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('55859', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('47379', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('21766', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('24442', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('24325', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('19321', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('35042', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('20974', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('23110', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('29645', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('4173', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('52471', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('27950', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('86375', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('50873', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('15070', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('32772', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('2501', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('336', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('79446', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('15726', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('24374', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('18808', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('75040', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('62705', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('67725', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('87015', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('69225', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('7620', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('79210', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('51723', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('67310', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('22417', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('75522', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('93653', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('89059', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('81396', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('67583', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('69850', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('97551', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('12362', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('66495', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('17128', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('28538', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('70452', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('9114', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('88472', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('69132', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('28361', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('15340', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('87831', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('92417', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('58846', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('82591', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('89312', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('78922', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('99660', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('39881', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('89551', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('35685', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('67024', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('94569', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('67024', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('97953', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('95631', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('63612', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('51579', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('51955', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('29665', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('82918', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('99348', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('80821', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('48776', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('23457', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('39310', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('95631', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('10834', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('46450', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('30943', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('46928', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('32744', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('72177', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('41751', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('60867', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('40059', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('24746', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('10556', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('44584', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('51923', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('51538', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('38899', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('51538', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('30397', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('64249', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('89000', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('14563', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('84515', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('47824', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('36513', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('99289', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('25256', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('67793', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('10481', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('22050', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('74016', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('8912', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('52385', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('259', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('39927', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('48165', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('98984', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('41674', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('19050', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('28952', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('23449', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('23457', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('67051', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('17397', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('92949', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('3833', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('44998', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('53077', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('75046', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('15980', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('51008', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('68779', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('60267', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('44998', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('33759', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('68779', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('28977', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('48611', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('53803', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('70918', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('79589', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('71944', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('19862', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('38676', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('23992', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('38545', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('85534', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('61364', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('58307', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('72358', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('82402', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('62520', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('39157', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('96911', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('37454', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('37715', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('39157', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('23794', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('64013', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('78787', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('93508', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('76049', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('53047', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('70098', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('38691', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('91992', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('12362', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('31476', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('65715', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('4004', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('4508', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('70828', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('76057', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('11422', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('88417', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('52866', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('96615', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('96722', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('22467', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('34392', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('41671', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('97023', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('44836', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('85887', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('36494', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('29849', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('37946', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('18809', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('78143', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('66969', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('39514', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('99348', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('66008', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('90448', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('39876', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('3640', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('50658', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('93125', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('48589', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('4435', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('79170', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('30896', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('75082', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('15538', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('33349', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('41973', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('86641', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('69132', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('97590', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('9605', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('28989', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('69850', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('5824', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('81294', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('82126', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('4355', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('90009', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('8986', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('81150', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('32056', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('27804', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('2201', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('45650', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('37586', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('89312', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('11057', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('96134', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('33791', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('61998', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('72622', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('90004', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('50743', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('34569', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('11195', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('13749', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('31101', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('1727', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('29803', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('34502', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('92867', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('79210', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('71287', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('59530', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('44985', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('42096', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('81638', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('62429', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('67018', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('84702', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('13211', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('89759', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('41832', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('5920', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('32954', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('11055', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('86651', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('58170', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('44258', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('65438', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('32490', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('74464', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('52291', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('90914', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('10481', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('42096', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('56486', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('67407', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('43432', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('95175', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('64893', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('45826', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('5250', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('88553', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('92464', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('83398', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('28977', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('77898', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('21556', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('74639', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('70522', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('35905', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('20084', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('8819', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('42556', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('41261', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('8251', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('81207', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('82301', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('94726', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('95201', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('35687', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('19050', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('19766', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('34386', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('34055', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('95366', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('64121', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('24442', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('92332', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('17665', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('81883', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('435', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('56276', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('99764', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('36384', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('98870', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('23506', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('85451', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('96895', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('96153', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('63886', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('5961', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('69471', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('96741', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('858', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('64192', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('760', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('93508', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('48611', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('8843', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('78911', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('71085', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('34170', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('39580', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('24201', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('60748', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('15283', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('24325', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('70918', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('62549', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('5243', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('29645', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('25780', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('10904', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('70061', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('27094', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('8957', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('82301', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('13081', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('51008', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('26080', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('61402', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('81984', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('79205', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('38973', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('87268', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('46260', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('65400', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('58300', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('20489', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('52157', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('94324', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('32056', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('26494', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('62373', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('14032', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('92867', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('65681', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('83573', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('46980', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('76911', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('6304', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('35257', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('18775', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('46035', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('1018', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('33338', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('14668', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('97551', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('56080', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('9408', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('40044', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('33645', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('87785', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('55000', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('2178', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('59117', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('93171', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('38371', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('99660', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('67425', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('14829', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('47627', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('28252', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('57941', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('56212', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('9114', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('29665', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('55354', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('6304', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('84432', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('22254', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('44816', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('57456', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('80941', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('30289', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('77172', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('64401', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('48247', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('33094', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('55859', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('37818', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('76911', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('87054', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('5017', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('49873', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('58170', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('46725', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('81785', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('9605', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('3693', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('78767', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('65979', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('85234', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('24197', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('15457', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('12971', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('36513', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('842', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('76604', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('71768', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('74460', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('50414', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('90220', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('9183', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('80610', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('80912', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('83462', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('31080', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('80698', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('10917', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('12216', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('39657', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('76270', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('8251', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('39514', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('90041', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('22417', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('24796', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('29665', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('8457', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('37818', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('41683', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('83398', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('59538', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('63489', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('27662', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('30124', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('69952', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('35293', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('89551', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('55009', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('3639', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('85445', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('44816', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('39876', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('31554', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('71387', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('61854', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('3127', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('43348', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('92949', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('99764', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('52856', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('47265', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('86736', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('86802', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('86327', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('42625', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('9993', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('88884', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('65681', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('50537', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('28829', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('11195', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('65241', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('90448', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('86674', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('25942', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('70299', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('70965', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('97042', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('61527', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('30222', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('76911', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('39521', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('96067', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('50703', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('96911', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('6304', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('41675', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('12214', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('72177', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('16515', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('8807', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('30289', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('22198', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('40457', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('99977', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('52741', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('13365', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('64259', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('82974', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('58846', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('87965', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('62054', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('14554', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('83696', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('27804', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('36926', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('16453', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('993', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('54153', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('88884', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('51093', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('68720', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('51868', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('95626', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('65715', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('81028', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('68330', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('1018', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('29091', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('49450', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('83022', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('1968', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('20445', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('66054', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('65205', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('98984', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('42991', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('71630', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('16523', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('73165', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('31101', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('78469', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('94697', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('14032', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('75510', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('61402', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('47630', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('98140', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('61065', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('99780', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('51975', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('17207', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('57925', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('90124', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('40303', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('36126', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('78767', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('25785', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('22912', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('65688', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('43123', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('39612', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('25362', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('90381', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('83136', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('29140', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('82083', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('53469', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('6195', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('9460', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('16993', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('76895', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('66008', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('19791', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('97023', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('15487', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('7490', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('20002', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('75510', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('32065', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('42991', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('84845', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('63645', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('6209', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('90132', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('11076', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('59397', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('52669', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('26730', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('75395', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('74464', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('17944', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('76895', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('81785', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('69241', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('17377', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('88302', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('79911', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('84495', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('64934', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('97042', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('888', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('67542', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('83592', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('23270', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('30334', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('65987', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('55238', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('36926', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('76895', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('37454', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('33201', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('39876', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('83557', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('51923', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('46451', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('56139', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('28977', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('49618', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('83557', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('65715', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('94730', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('71628', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('99711', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('59848', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('16993', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('53089', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('92693', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('18859', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('40738', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('57787', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('61081', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('94371', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('83022', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('57511', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('99694', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('14214', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('50206', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('64401', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('1737', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('46441', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('78552', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('15074', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('63489', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('43432', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('69081', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('18752', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('57156', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('25331', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('37809', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('36052', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('65715', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('30222', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('58595', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('31820', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('30110', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('28518', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('72622', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('163', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('47670', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('1533', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('58085', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('50331', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('40189', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('52471', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('29920', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('31337', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('40677', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('94569', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('5393', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('51868', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('95284', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('16297', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('97868', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('858', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('5017', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('27043', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('57185', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('25331', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('36657', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('36402', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('7854', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('25940', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('163', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('89051', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('48165', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('69783', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('65714', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('61166', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('88993', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('94846', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('15538', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('23500', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('44038', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('53424', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('73213', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('84702', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('76768', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('11419', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('41938', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('86651', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('34392', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('30110', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('33546', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('17424', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('72501', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('51084', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('40457', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('81396', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('41599', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('63449', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('57185', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('64222', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('96153', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('75510', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('64893', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('37809', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('56', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('73213', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('40189', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('94620', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('44352', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('99977', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('97679', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('61127', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('77172', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('4860', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('931', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('17397', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('74796', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('95201', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('23110', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('70061', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('107', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('76224', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('77664', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('6895', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('57123', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('19342', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('81984', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('95089', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('5414', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('59848', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('20985', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('50658', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('78892', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('99073', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('32881', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('23457', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('30341', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('57334', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('79170', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('20803', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('792', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('94173', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('842', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('12069', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('48778', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('45300', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('76953', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('29849', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('97658', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('94894', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('10834', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('83204', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('13408', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('53728', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('77588', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('64938', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('43505', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('89297', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('78792', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('2286', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('7149', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('30845', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('52291', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('53089', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('16907', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('1922', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('22620', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('44206', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('12941', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('95320', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('16133', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('51238', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('32376', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('50267', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('99660', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('47670', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('9605', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('56486', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('15726', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('66495', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('86753', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('57135', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('62784', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('71387', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('92867', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('59117', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('95201', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('64192', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('43348', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('67425', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('65714', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('3576', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('78434', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('24387', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('84704', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('85534', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('45650', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('23457', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('38899', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('91569', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('61402', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('54728', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('30017', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('18740', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('94998', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('45826', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('37350', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('17076', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('463', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('91851', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('71529', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('38696', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('17944', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('97355', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('52019', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('41599', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('62054', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('81789', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('96710', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('64222', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('52187', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('66813', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('34018', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('17128', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('44836', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('63860', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('52471', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('69222', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('13217', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('36791', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('22325', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('18108', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('52134', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('11855', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('38548', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('95027', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('7035', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('46442', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('36494', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('15698', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('52157', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('84845', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('34386', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('31690', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('28133', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('19321', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('18859', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('88045', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('63582', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('5414', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('33094', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('90194', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('61081', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('63449', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('45494', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('41774', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('43854', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('18709', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('34195', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('63090', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('24630', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('64297', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('9933', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('3576', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('75928', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('8252', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('87015', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('4182', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('34331', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('36513', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('90124', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('92849', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('63390', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('32385', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('72622', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('67051', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('30177', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('65563', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('70564', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('71389', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('83728', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('67222', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('36995', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('14581', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('64196', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('41406', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('35685', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('40738', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('12941', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('89132', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('99369', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('56124', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('12563', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('63243', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('1968', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('46928', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('85366', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('97694', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('76895', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('46980', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('90567', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('36244', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('86753', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('68248', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('32772', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('28299', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('68396', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('68070', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('7602', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('76604', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('62487', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('13921', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('31364', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('97228', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('9084', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('65681', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('72014', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('95099', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('35935', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('99268', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('4438', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('72014', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('60366', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('25942', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('90814', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('64934', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('52157', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('16753', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('89132', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('92332', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('91343', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('22345', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('7043', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('69679', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('60867', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('14628', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('15538', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('26102', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('64945', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('98940', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('43432', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('40189', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('8819', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('52876', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('32506', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('43123', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('7620', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('67514', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('12971', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('20244', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('13290', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('81207', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('99710', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('288', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('75513', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('67810', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('29390', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('80941', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('94142', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('99977', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('96988', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('39521', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('60984', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('79772', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('64222', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('7498', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('667', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('86375', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('83003', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('82868', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('72528', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('28128', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('8426', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('66763', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('827', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('18636', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('99694', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('2286', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('13826', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('29239', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('69241', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('98984', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('32368', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('3576', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('98563', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('96052', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('3545', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('288', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('31554', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('8378', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('57538', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('56598', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('46106', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('75123', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('39892', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('71389', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('70564', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('63243', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('75772', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('58326', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('11195', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('99719', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('35257', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('34195', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('36494', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('53699', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('29260', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('72501', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('53225', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('1827', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('39552', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('76799', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('65205', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('60249', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('51723', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('760', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('21086', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('95366', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('70924', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('21552', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('64164', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('57160', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('9495', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('37339', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('36995', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('38712', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('44206', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('8912', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('99760', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('96988', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('13211', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('26028', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('15340', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('61414', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('25187', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('45300', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('56499', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('19735', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('37038', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('667', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('86127', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('61127', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('25611', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('71085', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('53490', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('45002', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('61354', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('70098', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('51579', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('71768', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('3639', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('63886', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('86802', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('37818', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('28128', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('96615', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('16528', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('69747', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('30017', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('86806', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('82974', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('63582', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('47126', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('57242', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('56003', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('37284', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('70572', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('6729', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('8957', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('96067', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('56882', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('56003', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('42096', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('28538', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('48778', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('92864', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('29959', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('70395', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('71529', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('51538', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('44836', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('26494', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('92849', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('39114', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('64222', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('50267', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('32881', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('5871', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('42565', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('12173', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('63886', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('57238', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('96227', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('34126', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('75791', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('41890', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('36019', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('25187', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('44703', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('86552', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('61354', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('78911', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('39472', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('34542', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('45680', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('94990', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('23525', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('67793', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('57456', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('4682', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('47630', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('37350', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('39115', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('77415', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('66229', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('29705', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('77588', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('6209', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('6304', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('2177', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('91915', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('9993', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('61854', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('95953', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('37103', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('33107', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('36303', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('65901', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('993', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('1402', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('18809', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('95046', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('34170', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('96710', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('86404', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('42625', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('19293', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('76743', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('52019', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('93043', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('35257', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('36513', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('11966', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('81876', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('16993', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('31337', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('39552', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('8957', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('72186', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('34158', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('86529', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('82646', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('56299', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('48423', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('50386', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('51203', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('42625', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('70572', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('36265', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('18859', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('91091', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('11057', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('88553', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('53803', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('78767', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('65329', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('68330', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('59517', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('45494', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('6287', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('67222', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('97573', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('65258', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('5414', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('12236', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('9495', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('24932', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('96003', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('13352', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('29803', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('16523', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('39619', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('65329', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('9360', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('84239', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('48660', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('15517', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('75560', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('89104', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('98315', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('51923', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('62487', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('39612', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('108', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('11604', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('89393', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('69241', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('6523', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('97065', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('37946', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('29920', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('45494', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('9360', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('81207', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('10033', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('38548', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('76759', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('39704', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('77172', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('88287', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('49982', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('46970', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('52856', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('75547', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('5703', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('9460', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('70061', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('73268', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('39204', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('34018', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('90234', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('32886', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('83022', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('61003', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('55857', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('62716', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('69230', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('19536', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('11530', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('34770', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('45826', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('10663', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('14094', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('82974', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('42388', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('90004', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('18554', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('33791', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('25611', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('90132', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('30017', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('83871', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('41832', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('78572', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('79329', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('35588', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('18740', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('88553', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('14874', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('20803', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('8807', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('62636', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('76798', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('82918', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('80821', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('11237', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('19450', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('4582', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('45770', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('65101', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('13081', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('57456', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('53048', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('49813', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('95260', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('84654', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('46928', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('8343', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('22254', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('39925', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('99451', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('66008', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('79534', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('92703', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('88085', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('78143', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('69679', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('59290', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('66106', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('64550', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('81984', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('34195', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('7035', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('59908', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('98984', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('64067', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('81258', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('17076', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('38336', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('64249', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('41827', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('69222', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('32506', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('43123', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('52203', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('99949', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('15340', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('23994', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('81883', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('77548', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('38476', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('41091', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('1220', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('28361', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('52929', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('72741', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('64724', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('39925', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('73411', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('16907', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('5617', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('58469', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('56232', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('89000', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('6367', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('85746', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('63502', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('64938', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('91799', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('4435', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('41675', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('645', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('68712', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('20814', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('41406', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('5005', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('56057', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('69132', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('97435', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('96134', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('31341', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('15457', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('88801', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('92274', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('74911', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('68395', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('24865', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('15024', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('7514', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('29707', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('91370', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('19848', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('11076', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('90779', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('36494', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('19766', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('10705', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('14094', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('60040', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('85887', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('83871', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('30334', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('87246', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('78481', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('63560', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('68263', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('36926', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('84039', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('6195', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('38712', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('67657', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('44258', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('66279', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('90082', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('50873', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('22260', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('46980', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('81785', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('85575', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('63560', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('49792', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('44206', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('99977', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('60040', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('35588', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('83728', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('43912', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('65101', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('7602', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('64192', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('18499', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('53152', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('10204', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('75231', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('35138', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('5898', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('53225', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('91063', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('44551', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('57780', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('76743', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('64249', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('14284', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('84495', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('13741', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('91851', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('71628', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('25046', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('61920', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('85887', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('51416', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('88169', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('86736', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('29849', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('88577', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('3739', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('64550', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('78552', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('85534', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('71085', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('21789', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('39115', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('76057', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('15517', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('65329', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('38668', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('17944', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('34404', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('56941', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('107', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('81883', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('94569', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('57190', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('38271', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('8140', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('27950', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('57123', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('80254', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('14581', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('89051', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('35220', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('30188', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('69285', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('36126', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('54296', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('40992', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('62487', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('91978', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('69732', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('10481', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('94801', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('24809', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('931', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('91370', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('77580', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('83480', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('7035', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('15517', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('69747', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('85226', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('3163', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('57985', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('84845', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('87044', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('49244', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('5824', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('25552', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('40481', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('74840', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('52656', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('43616', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('85575', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('16035', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('27952', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('22057', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('48247', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('6523', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('58300', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('37430', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('81028', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('45680', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('53547', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('5250', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('59397', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('86969', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('32954', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('11453', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('52019', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('53490', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('83953', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('30845', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('78911', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('55000', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('16075', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('85981', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('51817', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('47265', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('90663', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('10834', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('32056', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('89196', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('12979', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('69230', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('45680', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('23794', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('57242', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('8957', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('51923', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('95225', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('14032', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('68516', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('59908', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('71529', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('28299', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('53485', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('99949', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('63645', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('87015', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('94371', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('95574', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('11510', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('95840', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('51238', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('28252', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('83686', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('33759', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('29091', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('81245', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('17377', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('87651', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('13023', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('76169', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('48471', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('80821', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('83002', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('89414', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('29399', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('77664', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('17924', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('82974', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('47001', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('68242', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('97679', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('21102', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('34404', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('96003', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('38696', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('24374', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('31761', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('65714', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('21766', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('66293', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('11201', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('67407', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('65715', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('55329', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('64945', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('69521', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('30943', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('48678', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('27044', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('5298', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('13753', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('24442', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('29705', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('40992', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('66106', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('34236', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('16528', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('51008', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('51975', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('79589', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('24784', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('63538', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('47126', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('62520', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('93039', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('7656', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('27017', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('46928', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('73807', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('82126', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('29514', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('65676', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('77415', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('108', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('71543', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('16347', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('73268', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('45002', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('22260', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('93814', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('78481', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('22260', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('73072', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('10527', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('67810', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('13408', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('37818', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('94814', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('48611', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('61364', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('48778', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('30650', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('80610', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('92442', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('63489', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('67018', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('83039', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('70389', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('83953', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('69222', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('96153', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('83002', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('5250', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('41345', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('58594', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('88308', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('58300', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('70359', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('34957', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('57787', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('29091', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('288', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('96246', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('91343', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('99553', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('8912', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('30957', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('50598', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('34404', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('20180', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('13753', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('28352', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('75252', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('6712', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('39204', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('27687', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('56232', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('1000', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('49611', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('77361', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('34195', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('35462', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('55859', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('64401', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('55531', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('90372', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('25611', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('58085', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('56212', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('29031', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('13757', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('66753', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('35588', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('6195', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('96895', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('78314', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('31364', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('71389', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('7287', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('37818', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('51084', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('62152', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('32490', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('1968', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('47001', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('73206', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('37946', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('43658', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('46155', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('84704', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('70061', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('58081', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('33651', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('49618', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('18941', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('10527', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('13511', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('75273', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('2286', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('79697', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('20540', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('52872', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('77000', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('71631', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('13749', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('53089', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('8426', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('20180', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('59553', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('86327', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('55170', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('88085', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('87246', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('30474', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('34018', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('25725', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('9659', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('79210', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('77003', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('84792', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('34569', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('1110', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('85308', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('96085', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('12615', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('71389', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('30182', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('15538', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('83136', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('50664', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('94836', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('39114', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('32483', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('84515', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('53547', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('9084', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('3576', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('55354', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('55009', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('28133', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('94801', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('85451', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('28409', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('36265', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('22620', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('9440', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('44998', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('45770', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('43211', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('53225', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('4438', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('16515', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('95850', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('25780', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('15538', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('37856', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('12069', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('1826', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('53165', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('65396', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('7490', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('24796', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('1812', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('92776', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('94569', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('21246', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('67793', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('26147', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('56080', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('95201', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('77003', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('14668', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('74974', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('18752', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('72165', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('32119', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('14214', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('84865', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('4508', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('41211', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('94569', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('8843', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('18859', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('29514', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('21126', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('71389', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('51768', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('80742', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('75878', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('40303', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('15980', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('63538', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('95626', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('30017', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('93125', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('69581', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('40059', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('73807', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('17424', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('85849', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('71631', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('76911', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('46956', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('34158', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('93043', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('35721', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('31993', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('898', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('94894', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('50206', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('19824', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('14639', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('71904', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('67660', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('39881', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('64121', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('65056', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('15083', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('3005', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('5943', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('95840', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('65038', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('54728', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('34055', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('20445', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('18554', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('64297', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('41818', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('20489', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('58413', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('11453', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('87222', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('99399', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('72768', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('7043', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('4182', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('82688', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('67051', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('22912', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('79469', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('49611', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('11055', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('29140', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('81207', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('95225', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('4345', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('36303', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('72521', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('56058', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('14554', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('89312', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('57083', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('35687', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('435', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('14065', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('37586', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('88418', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('12214', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('31560', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('14182', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('1726', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('59530', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('61402', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('22467', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('52866', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('17192', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('90609', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('92867', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('35220', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('79329', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('52019', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('92867', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('54153', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('42843', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('18234', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('75040', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('86833', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('16993', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('35175', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('17607', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('5414', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('72006', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('83747', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('5920', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('23457', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('50039', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('74070', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('41894', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('41599', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('94990', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('89059', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('16035', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('47630', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('39927', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('19917', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('73606', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('68242', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('11126', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('19203', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('69132', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('67018', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('52707', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('44985', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('67542', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('98140', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('39241', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('64082', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('64642', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('67657', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('53172', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('27430', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('53728', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('96134', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('17924', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('48861', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('90009', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('65438', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('69628', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('85366', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('89246', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('58889', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('29803', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('55531', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('73602', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('41596', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('8819', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('14094', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('69222', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('67657', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('48660', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('62705', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('47627', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('31035', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('14284', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('8819', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('16885', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('30021', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('98423', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('8912', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('10736', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('65681', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('39901', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('8457', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('73072', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('66212', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('86001', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('63243', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('80248', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('75423', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('52856', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('11578', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('87785', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('40481', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('35357', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('36685', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('30252', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('52876', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('72521', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('7854', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('72055', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('56598', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('6712', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('68150', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('46762', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('45359', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('6367', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('97042', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('90234', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('40677', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('41988', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('47677', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('29002', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('40937', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('18941', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('44038', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('61364', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('390', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('79911', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('64259', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('44836', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('23373', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('29260', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('33882', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('81245', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('5843', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('83836', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('45300', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('39241', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('52203', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('80420', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('78858', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('42114', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('84808', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('78922', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('44584', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('99754', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('10814', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('65241', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('59046', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('71543', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('8426', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('69752', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('66293', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('10917', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('84654', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('92693', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('13757', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('46074', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('40481', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('34404', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('39927', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('79205', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('26427', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('94178', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('76768', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('4438', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('81789', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('54508', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('30252', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('81031', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('64914', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('1727', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('90814', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('74473', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('4435', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('63449', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('82970', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('96178', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('90448', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('77289', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('87044', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('52371', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('53728', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('75772', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('91580', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('41751', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('94535', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('61232', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('15070', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('99268', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('76799', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('83836', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('86344', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('41211', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('52076', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('43981', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('89104', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('23110', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('22086', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('68263', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('10204', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('49391', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('18338', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('25718', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('13826', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('91132', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('29665', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('43495', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('288', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('66259', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('64164', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('77289', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('90779', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('72521', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('19824', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('68150', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('30188', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('37734', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('98047', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('41280', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('72959', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('32464', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('98870', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('11604', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('32954', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('65979', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('36379', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('34195', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('78143', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('95850', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('53496', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('28829', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('30341', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('75273', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('31035', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('62784', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('19536', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('62054', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('84654', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('7956', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('25380', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('75794', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('4355', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('61356', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('78756', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('61854', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('39881', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('26080', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('66281', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('69628', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('18583', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('38899', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('91580', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('80420', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('46066', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('69853', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('898', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('336', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('39238', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('90372', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('42956', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('66763', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('88884', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('28361', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('14668', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('61998', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('41599', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('10204', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('91091', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('87054', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('57334', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('25077', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('58935', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('99348', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('63612', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('9933', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('37734', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('81984', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('67293', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('13504', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('47677', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('52856', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('45720', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('54612', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('37759', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('14829', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('78116', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('58595', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('34957', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('11101', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('34329', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('39876', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('11377', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('56089', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('52494', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('63090', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('65299', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('2848', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('94522', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('23392', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('45826', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('77729', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('19050', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('1884', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('53788', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('56598', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('46260', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('20985', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('86327', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('39619', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('32345', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('63886', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('21401', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('55940', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('2178', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('9659', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('41973', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('18808', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('19220', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('8986', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('94846', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('56139', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('78434', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('57666', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('52856', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('68779', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('86127', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('88287', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('41406', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('31035', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('80113', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('16631', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('32217', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('68516', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('82918', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('35', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('59117', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('1402', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('79329', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('6287', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('69752', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('25940', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('57135', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('14094', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('12683', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('81028', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('13757', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('10727', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('86552', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('25725', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('30474', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('51008', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('50039', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('75241', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('22345', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('38691', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('1827', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('39892', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('27430', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('53805', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('66054', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('69132', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('35498', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('16969', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('50537', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('17207', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('8378', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('42114', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('24201', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('47670', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('30650', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('20378', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('78572', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('50702', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('23270', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('52741', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('77218', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('11682', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('57135', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('95089', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('39892', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('43505', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('70452', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('9947', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('11095', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('12069', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('7390', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('62520', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('15249', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('59046', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('49701', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('69225', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('1827', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('32506', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('96324', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('41280', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('38545', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('59673', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('57160', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('63289', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('4173', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('50013', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('58846', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('87784', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('32490', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('34404', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('32217', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('81876', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('24746', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('57962', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('59553', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('72528', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('14874', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('36657', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('19245', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('61081', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('64192', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('73606', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('19450', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('23270', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('93039', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('36052', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('13290', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('90372', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('77172', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('99710', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('667', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('76911', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('35357', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('92464', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('49618', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('72768', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('98619', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('29849', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('42956', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('30017', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('76953', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('60249', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('33338', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('80047', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('96003', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('85063', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('14214', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('93571', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('83592', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('79469', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('30474', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('1826', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('66969', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('52203', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('85356', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('77289', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('74070', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('5920', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('27094', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('86707', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('11578', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('56499', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('17911', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('85746', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('44985', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('56849', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('32385', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('87044', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('74974', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('37856', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('15249', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('26730', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('14596', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('33645', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('71543', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('55009', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('56486', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('24197', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('25256', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('67371', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('69230', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('99730', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('13741', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('64550', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('21766', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('36791', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('69307', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('914', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('64192', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('51868', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('95205', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('44551', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('94142', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('80047', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('13081', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('76049', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('33882', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('58465', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('43226', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('8140', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('25552', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('83480', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('32369', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('15144', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('91992', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('77130', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('17996', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('16133', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('10033', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('5843', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('29462', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('16753', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('93653', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('70522', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('80254', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('41345', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('80698', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('96710', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('24865', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('41671', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('19048', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('37586', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('14596', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('72959', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('15083', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('27662', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('888', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('1922', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('10076', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('44551', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('43989', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('35175', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('80912', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('74464', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('97228', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('15083', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('69285', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('24784', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('51579', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('65987', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('52385', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('18367', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('95574', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('49450', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('37103', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('67436', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('2419', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('37759', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('31554', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('68712', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('73165', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('96227', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('15538', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('93171', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('59538', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('6209', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('58919', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('30772', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('32217', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('14581', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('58594', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('30858', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('67560', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('44816', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('90779', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('72959', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('25780', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('91788', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('31476', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('95574', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('23794', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('50467', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('80976', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('27952', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('80610', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('20195', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('66106', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('31266', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('67725', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('12078', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('91197', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('11076', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('2967', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('95840', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('28409', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('50658', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('11095', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('74840', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('63310', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('84865', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('30474', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('463', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('34018', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('31266', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('13921', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('84039', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('53152', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('85505', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('95099', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('49450', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('8603', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('70395', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('68999', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('80610', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('16515', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('53118', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('18809', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('52656', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('16515', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('1954', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('94569', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('82646', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('43211', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('21126', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('2795', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('99760', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('23934', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('74509', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('87785', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('53225', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('53485', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('499', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('91370', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('97041', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('42956', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('84410', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('68779', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('45436', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('18821', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('29705', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('70688', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('99553', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('26427', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('86127', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('79589', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('24932', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('40178', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('98315', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('12711', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('31337', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('99711', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('91580', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('84239', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('94324', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('11083', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('9460', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('99226', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('12078', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('96911', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('41345', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('44271', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('65190', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('40937', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('44706', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('42843', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('36263', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('16528', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('43123', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('78581', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('67660', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('8378', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('51868', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('15487', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('67371', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('28977', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('83871', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('96134', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('81031', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('7498', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('18367', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('80057', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('70965', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('72485', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('96772', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('13023', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('72669', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('5399', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('40481', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('41938', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('78767', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('65299', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('50966', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('94814', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('29707', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('16133', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('38696', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('6523', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('66106', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('29871', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('74070', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('86934', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('6474', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('61356', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('987', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('35175', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('17665', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('4015', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('53728', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('39521', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('49873', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('85614', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('69222', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('57787', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('36384', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('84039', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('16480', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('435', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('24630', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('67222', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('52076', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('77003', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('68999', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('80698', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('86075', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('52656', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('76759', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('42388', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('17076', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('81883', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('73328', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('75772', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('36685', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('18941', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('15613', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('8347', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('72521', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('39472', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('43658', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('38545', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('89106', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('39115', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('65329', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('88577', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('36845', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('19638', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('36685', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('12615', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('23992', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('39978', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('22620', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('10076', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('88472', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('35935', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('29803', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('12236', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('29031', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('28409', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('7043', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('78581', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('98843', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('80821', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('84792', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('95320', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('63886', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('93039', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('46074', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('98315', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('31820', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('83686', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('95284', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('90220', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('98984', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('74530', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('82970', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('22086', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('51698', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('36265', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('33817', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('69758', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('10527', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('81984', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('36379', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('69132', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('18859', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('48850', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('67017', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('54728', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('75395', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('78481', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('5943', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('95366', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('90448', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('51862', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('91132', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('30943', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('85602', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('46436', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('25528', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('56755', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('50039', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('8343', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('93508', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('11262', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('78434', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('31035', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('41965', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('62716', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('53152', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('13753', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('56755', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('79170', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('3335', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('15883', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('92417', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('30474', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('22057', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('21126', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('57185', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('96003', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('8819', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('1367', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('58889', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('41683', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('13028', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('80227', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('23500', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('18821', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('24116', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('96895', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('88140', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('34197', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('61232', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('82918', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('92385', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('77234', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('95626', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('42092', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('56882', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('36126', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('41832', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('32345', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('59397', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('84704', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('72521', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('90567', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('7204', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('44703', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('27366', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('87054', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('53089', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('259', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('41596', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('34322', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('67560', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('55698', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('9440', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('75878', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('21086', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('48861', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('37581', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('82707', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('28738', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('31080', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('14023', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('39876', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('17133', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('76291', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('82580', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('86806', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('12711', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('96003', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('14581', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('18859', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('33460', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('95626', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('39612', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('85234', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('86802', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('97400', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('6712', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('28538', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('22268', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('3739', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('59517', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('23994', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('26147', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('12216', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('75082', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('67725', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('86674', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('34236', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('47379', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('77361', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('37581', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('71630', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('38668', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('58170', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('11455', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('65101', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('46260', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('53699', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('1726', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('94311', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('86674', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('13826', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('11855', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('70299', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('42298', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('18108', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('41599', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('76270', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('37734', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('41596', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('61127', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('7204', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('53547', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('69581', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('35042', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('58085', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('59172', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('98870', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('25611', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('87651', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('41751', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('5920', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('30110', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('10904', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('19638', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('59553', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('55286', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('30182', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('70359', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('81638', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('63390', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('50331', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('70362', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('64121', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('24784', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('40932', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('50414', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('90004', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('83002', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('13408', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('63288', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('40116', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('88793', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('499', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('48589', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('4449', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('58326', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('89246', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('97023', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('79911', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('31035', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('70572', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('36052', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('90779', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('32483', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('60267', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('44998', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('6710', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('41211', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('92839', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('93571', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('20489', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('85356', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('41596', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('88302', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('65681', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('84792', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('76911', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('35042', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('21086', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('68554', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('46260', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('35138', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('46981', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('74911', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('78469', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('47824', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('37430', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('30723', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('70384', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('8843', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('83462', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('22325', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('65433', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('88085', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('35220', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('47487', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('20180', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('99268', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('31250', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('56849', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('842', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('64731', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('35175', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('48053', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('97590', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('64893', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('57985', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('49792', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('65715', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('92839', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('14869', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('13757', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('1232', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('56089', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('37946', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('6400', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('48589', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('41741', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('23994', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('91851', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('5925', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('6729', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('32490', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('85849', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('17076', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('31341', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('15457', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('13290', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('94142', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('15024', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('20985', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('49618', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('24387', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('34322', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('51084', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('8347', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('77364', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('898', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('78892', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('28252', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('77000', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('32119', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('63502', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('75878', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('19541', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('50977', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('7490', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('96117', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('2178', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('5943', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('9256', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('65400', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('44258', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('93986', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('52134', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('64642', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('34158', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('69732', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('35462', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('52866', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('1922', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('95953', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('760', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('56486', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('33759', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('61065', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('40558', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('4004', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('33837', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('39514', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('32369', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('64249', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('59290', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('56598', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('70362', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('13352', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('22467', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('17057', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('27687', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('76911', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('5250', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('90814', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('74460', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('2795', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('21009', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('123', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('7732', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('97101', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('85680', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('55286', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('25718', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('99451', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('69783', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('14621', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('63645', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('58846', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('90814', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('69747', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('51768', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('83622', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('914', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('44998', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('14668', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('71944', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('54620', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('70099', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('14023', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('69730', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('6474', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('71878', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('4435', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('82688', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('9183', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('499', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('25362', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('46725', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('70384', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('38902', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('7035', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('36513', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('99189', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('96134', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('15726', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('94371', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('52076', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('61232', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('80698', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('71944', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('84432', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('33546', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('13403', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('67021', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('93708', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('71287', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('51975', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('45002', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('64934', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('59172', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('75173', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('89551', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('44816', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('86641', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('70564', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('70828', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('65329', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('40558', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('10834', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('68242', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('16075', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('76250', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('66212', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('37946', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('88887', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('78787', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('63243', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('43854', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('11262', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('57190', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('13403', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('17192', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('9947', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('72186', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('18469', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('75046', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('66494', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('16993', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('39612', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('57456', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('14214', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('85534', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('52134', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('35362', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('18941', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('37219', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('5208', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('3639', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('52523', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('94814', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('70918', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('89734', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('35462', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('79210', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('70924', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('93986', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('7514', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('81638', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('10033', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('51549', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('43130', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('50664', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('47025', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('63538', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('7035', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('27236', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('72006', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('31554', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('15249', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('30650', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('63040', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('40738', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('88045', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('41450', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('57431', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('75116', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('30858', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('29849', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('82063', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('63582', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('64249', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('86934', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('17831', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('7123', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('95626', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('75116', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('13365', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('26473', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('96117', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('94311', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('79210', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('40116', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('30896', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('76895', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('85849', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('1110', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('14563', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('4508', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('36052', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('5414', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('53728', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('65433', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('15883', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('38013', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('65676', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('65038', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('25362', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('84495', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('14023', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('28977', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('25068', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('24809', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('25940', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('37869', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('50039', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('41261', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('43989', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('48469', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('81789', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('35523', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('51975', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('36657', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('39978', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('48778', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('48778', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('48678', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('16593', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('81785', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('32368', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('72622', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('83728', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('80990', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('22467', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('23439', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('17397', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('84189', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('67051', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('15698', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('9360', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('31442', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('37715', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('64401', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('83557', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('43016', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('55915', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('47379', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('56941', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('64164', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('75878', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('5005', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('7854', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('74163', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('75241', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('14499', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('49280', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('95284', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('37653', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('17997', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('75772', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('87015', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('46155', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('50719', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('80113', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('35', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('1812', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('54728', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('93631', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('7390', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('34386', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('95697', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('91992', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('64820', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('85754', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('20974', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('31337', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('6209', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('28518', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('65987', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('49073', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('28299', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('30110', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('50703', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('18808', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('77364', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('8483', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('19861', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('78552', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('55857', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('3640', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('72014', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('94522', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('21766', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('11201', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('47379', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('57941', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('90353', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('58701', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('84410', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('41818', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('95840', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('91616', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('38668', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('39046', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('47126', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('11578', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('75299', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('37430', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('52157', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('78434', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('67018', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('98056', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('87193', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('25942', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('75560', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('73602', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('34770', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('91978', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('2419', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('42556', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('11682', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('49759', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('22226', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('75040', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('85575', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('76224', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('94178', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('78116', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('51955', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('52945', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('89140', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('23992', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('3143', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('38602', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('59397', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('20985', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('47487', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('46762', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('89140', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('65433', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('52523', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('77364', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('30110', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('34542', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('68720', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('23311', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('14284', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('56232', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('67657', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('78434', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('14874', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('82591', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('35935', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('48901', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('48640', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('79446', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('92417', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('67542', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('62749', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('12615', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('14563', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('31086', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('46725', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('35498', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('33206', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('37339', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('77289', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('4248', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('92849', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('43616', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('47487', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('78314', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('987', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('96153', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('16075', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('23506', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('22198', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('3693', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('31137', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('27804', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('71085', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('53047', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('10663', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('18108', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('14628', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('81883', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('25143', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('85602', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('45300', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('78434', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('8022', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('33837', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('52494', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('17911', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('65987', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('72177', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('71387', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('58874', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('4004', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('34126', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('93631', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('44206', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('32376', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('60762', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('52929', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('81789', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('6523', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('1922', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('66356', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('92417', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('75241', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('898', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('75938', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('90082', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('81638', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('79170', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('38602', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('68516', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('10834', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('40682', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('36303', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('84189', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('44551', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('40992', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('96895', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('94766', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('36052', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('92385', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('43016', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('11201', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('16480', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('93708', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('98690', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('6195', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('46769', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('99073', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('57185', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('71426', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('99730', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('30650', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('23457', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('8457', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('83573', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('8957', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('96741', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('62054', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('46694', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('56299', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('55915', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('86573', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('15430', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('90814', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('92040', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('36102', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('21394', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('14639', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('96085', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('17924', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('44985', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('35588', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('70965', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('40897', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('25077', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('81550', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('57962', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('35588', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('61402', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('44816', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('54508', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('2561', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('49813', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('27662', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('1285', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('96988', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('81150', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('95046', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('80420', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('85809', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('33837', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('61364', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('47379', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('56299', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('48640', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('43226', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('30397', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('57160', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('65396', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('14628', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('8957', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('85746', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('57456', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('9440', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('86552', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('73206', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('15578', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('36263', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('44206', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('52120', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('74639', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('90124', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('75231', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('68779', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('4034', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('53089', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('10727', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('29665', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('20489', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('54296', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('16528', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('914', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('83622', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('21556', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('85211', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('4355', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('22142', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('69632', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('58081', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('7854', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('20445', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('27952', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('46106', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('77364', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('92464', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('90004', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('33107', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('83747', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('92332', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('11194', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('41599', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('70021', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('88045', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('33201', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('95027', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('56003', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('83691', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('90234', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('13081', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('50873', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('24442', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('88302', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('38676', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('39254', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('39892', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('78892', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('40044', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('80610', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('66813', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('37103', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('86573', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('67514', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('22086', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('32345', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('66469', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('5298', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('89188', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('19342', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('94801', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('52750', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('53225', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('41988', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('46106', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('12666', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('41938', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('82301', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('84432', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('48469', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('55940', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('66279', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('64724', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('72741', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('39925', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('17944', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('26494', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('40932', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('97042', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('1110', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('19917', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('93508', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('63489', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('54875', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('64039', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('94730', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('69632', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('36513', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('69960', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('23373', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('41599', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('27094', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('61081', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('83686', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('75123', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('89234', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('27556', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('95260', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('14668', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('67033', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('41091', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('48678', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('2967', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('1460', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('3639', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('87624', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('80976', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('79697', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('34502', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('35362', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('41406', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('18809', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('61003', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('76246', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('24809', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('56849', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('99422', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('99754', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('58326', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('6990', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('10904', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('91442', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('90448', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('41894', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('35687', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('43495', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('21401', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('59046', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('41938', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('51203', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('46035', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('86573', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('83002', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('77130', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('32217', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('60867', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('42956', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('89188', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('75534', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('78434', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('1110', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('64138', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('53805', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('69730', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('19362', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('66969', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('46451', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('25380', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('65038', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('74911', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('75395', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('18367', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('16133', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('49503', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('72959', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('10736', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('5925', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('46655', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('5243', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('53225', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('96722', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('57026', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('11604', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('52494', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('2423', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('69960', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('77289', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('55698', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('90220', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('71944', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('81550', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('88417', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('1460', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('8807', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('33338', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('83170', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('21401', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('80057', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('10481', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('15980', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('10663', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('56089', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('336', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('50267', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('55329', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('86641', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('70452', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('69471', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('83557', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('58595', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('68263', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('88140', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('56057', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('41827', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('85904', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('58413', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('34422', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('92385', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('39876', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('11419', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('13403', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('90353', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('60748', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('53185', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('27528', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('67810', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('28252', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('7602', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('97065', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('69222', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('93061', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('44271', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('41774', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('68280', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('9495', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('59920', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('13826', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('46980', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('65208', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('57055', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('12711', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('78143', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('90220', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('75040', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('36263', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('67583', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('79589', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('45436', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('62226', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('37946', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('45083', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('1285', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('5824', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('78792', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('39876', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('2967', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('52494', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('95574', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('5871', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('65753', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('7020', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('78782', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('48471', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('28538', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('11201', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('89234', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('96710', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('72528', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('52494', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('87246', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('435', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('36102', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('20244', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('18469', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('65056', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('62520', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('29959', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('13741', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('95089', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('70522', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('57456', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('41894', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('22179', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('34770', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('17665', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('17997', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('81538', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('66763', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('41832', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('58170', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('83696', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('99422', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('90814', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('92040', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('12941', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('78572', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('1402', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('72528', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('41818', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('20489', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('77231', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('6712', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('34957', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('48660', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('8912', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('98140', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('33817', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('95284', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('94815', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('68453', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('4435', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('68395', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('21225', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('90220', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('49073', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('55354', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('45494', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('54875', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('81031', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('37809', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('76270', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('91799', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('68779', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('46106', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('30650', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('18821', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('61356', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('14596', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('87831', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('96206', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('49813', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('49759', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('31820', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('46451', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('66269', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('79352', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('62152', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('7149', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('70564', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('84189', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('46981', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('78758', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('14628', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('66469', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('90663', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('40738', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('1737', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('16515', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('2419', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('75116', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('43912', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('68330', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('48423', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('35721', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('19048', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('4860', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('5250', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('49503', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('57156', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('48660', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('14829', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('46655', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('89059', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('86753', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('75596', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('90009', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('24932', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('95029', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('97023', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('84239', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('50944', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('70688', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('23270', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('21337', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('75173', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('18636', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('3833', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('21102', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('88358', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('87280', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('57787', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('91197', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('29514', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('29959', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('87222', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('15457', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('53788', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('60040', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('82974', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('21102', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('18286', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('18775', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('31101', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('51238', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('56486', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('76224', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('60748', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('86753', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('71631', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('5336', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('23994', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('20489', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('46074', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('73394', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('16035', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('13495', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('36263', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('50703', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('8807', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('88418', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('57238', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('67655', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('47025', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('42019', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('55915', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('51698', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('18809', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('27952', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('26695', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('11422', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('83696', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('60366', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('56755', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('11422', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('53803', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('78756', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('13081', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('51579', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('85809', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('99250', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('13826', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('50873', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('61920', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('30723', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('9495', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('3005', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('36244', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('71426', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('42625', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('21766', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('5144', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('71025', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('42625', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('94726', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('19791', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('17057', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('33759', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('97042', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('48247', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('9114', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('47487', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('86981', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('65901', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('67407', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('40937', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('898', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('1826', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('58594', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('41683', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('14484', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('40992', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('92839', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('76953', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('86753', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('80248', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('20195', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('55000', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('46436', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('87044', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('52741', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('64893', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('64297', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('29462', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('26028', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('65396', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('76246', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('1954', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('13081', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('41832', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('61127', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('57962', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('87706', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('31560', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('34502', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('74070', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('61854', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('18554', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('64938', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('7973', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('28361', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('98870', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('29849', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('71426', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('80247', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('16480', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('23500', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('15980', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('75241', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('53047', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('336', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('7035', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('3545', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('90567', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('5920', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('41741', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('23506', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('92385', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('53172', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('27044', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('71628', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('72358', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('5824', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('858', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('62054', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('288', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('63243', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('14621', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('71944', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('21101', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('48165', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('75938', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('79352', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('93986', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('65101', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('17086', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('17397', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('51975', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('91799', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('79446', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('11455', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('27952', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('37038', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('40992', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('51817', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('27952', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('41774', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('93039', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('56057', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('15340', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('48861', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('53547', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('3693', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('65753', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('61232', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('31266', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('57190', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('42991', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('99073', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('95225', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('41211', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('11453', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('62795', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('87048', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('86806', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('29665', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('29863', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('31516', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('75423', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('39619', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('83573', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('78581', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('28952', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('93631', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('7123', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('70021', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('92442', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('63288', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('13921', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('29705', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('2970', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('42560', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('33651', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('74464', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('39046', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('27366', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('16311', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('11966', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('6895', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('71878', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('75273', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('35042', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('40116', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('40558', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('45680', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('35881', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('46769', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('74974', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('33460', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('37586', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('46155', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('73387', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('66106', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('31442', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('10033', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('47670', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('77003', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('1087', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('435', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('30017', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('2501', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('16543', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('62226', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('9495', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('34236', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('8819', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('17600', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('55329', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('33206', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('98120', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('98056', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('64401', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('41818', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('71878', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('64249', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('86674', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('83622', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('30723', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('52750', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('26619', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('28133', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('17377', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('78792', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('63390', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('66281', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('28352', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('36052', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('70828', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('29399', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('33837', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('36384', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('57190', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('2201', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('34236', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('85746', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('32483', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('83747', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('57780', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('16753', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('51553', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('44881', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('8986', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('78314', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('61920', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('79487', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('38288', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('65205', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('43432', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('59117', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('78782', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('61403', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('4383', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('37809', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('41675', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('16057', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('46260', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('69783', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('65979', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('31554', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('77000', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('33460', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('56755', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('22620', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('42688', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('62636', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('37869', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('39521', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('8807', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('17057', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('71287', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('80254', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('43016', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('93061', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('70362', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('95175', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('50331', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('54620', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('51238', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('92864', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('35257', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('70389', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('4860', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('98619', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('92949', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('39552', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('14596', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('32376', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('1726', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('49339', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('54508', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('35685', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('64121', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('94178', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('92040', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('43981', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('11201', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('46066', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('82591', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('85910', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('73387', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('34195', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('66494', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('25942', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('84239', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('65987', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('40178', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('32506', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('85534', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('87193', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('39657', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('57511', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('14563', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('4383', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('40116', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('34197', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('80247', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('24746', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('92867', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('62728', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('21126', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('75878', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('54620', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('39114', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('70235', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('499', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('75241', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('76759', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('68096', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('95175', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('82970', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('46694', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('54153', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('59673', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('36657', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('29863', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('44881', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('14668', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('13921', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('27687', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('72528', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('35293', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('76246', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('39619', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('67725', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('40059', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('96003', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('5943', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('41741', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('29002', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('792', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('67371', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('53490', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('24746', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('92965', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('83002', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('79892', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('99463', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('66279', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('9183', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('3576', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('41675', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('61527', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('76953', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('12214', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('67810', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('43211', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('3335', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('83728', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('82974', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('38696', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('65563', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('645', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('18941', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('26102', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('74509', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('15030', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('85505', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('64259', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('81028', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('64192', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('30397', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('9947', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('48589', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('3143', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('27727', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('30334', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('1000', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('88389', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('31624', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('85505', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('4682', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('19450', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('61920', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('18941', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('57135', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('62124', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('87044', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('96206', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('95046', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('50664', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('4345', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('59908', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('6673', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('11194', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('29091', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('19342', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('78922', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('96052', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('94726', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('17133', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('20099', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('9440', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('15340', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('19861', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('37759', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('27017', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('16885', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('51768', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('65714', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('64039', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('34055', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('14668', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('75791', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('62373', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('64724', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('27017', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('79352', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('1080', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('73394', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('5703', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('52134', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('18367', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('62520', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('3693', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('98726', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('53485', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('62754', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('37869', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('5617', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('9993', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('94846', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('88887', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('29645', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('22254', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('65714', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('64067', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('69225', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('97042', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('90353', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('88389', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('93125', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('35588', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('1827', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('46436', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('38336', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('17665', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('88887', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('30182', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('46655', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('5381', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('63489', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('80113', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('83314', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('57242', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('4508', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('73908', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('73606', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('23934', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('5381', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('31476', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('22142', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('61998', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('67371', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('53118', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('90567', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('69285', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('31137', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('85809', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('68999', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('31035', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('51416', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('89234', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('73908', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('39704', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('25785', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('36995', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('46956', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('58081', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('77000', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('65979', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('87054', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('24387', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('66469', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('63489', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('9256', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('10736', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('27952', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('83314', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('64169', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('45300', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('66281', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('94801', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('70807', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('15457', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('19735', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('82082', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('95366', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('91788', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('37521', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('70310', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('19541', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('65438', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('72768', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('50703', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('59908', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('59172', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('9953', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('4508', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('91851', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('28518', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('28133', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('52656', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('12069', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('53225', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('15070', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('87965', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('40677', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('29803', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('5298', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('64138', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('9495', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('10727', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('98940', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('76799', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('84432', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('56', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('11419', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('62784', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('108', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('27804', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('43993', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('96227', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('31486', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('50658', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('96153', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('66356', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('69628', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('91788', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('79589', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('56299', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('20985', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('21394', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('9495', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('30161', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('37430', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('9084', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('27140', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('499', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('56598', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('83573', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('99268', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('98056', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('11578', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('81610', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('95850', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('77580', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('9440', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('96134', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('18583', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('95029', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('74672', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('93354', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('435', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('2970', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('19861', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('81031', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('90663', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('37759', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('827', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('89140', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('41751', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('33645', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('62549', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('82688', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('67655', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('67425', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('50267', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('27236', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('13757', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('92864', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('96710', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('61166', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('69225', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('76224', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('37430', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('96895', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('34386', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('63288', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('75395', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('24387', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('37869', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('80285', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('61127', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('11422', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('99073', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('92776', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('34422', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('36685', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('62705', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('86641', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('32483', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('11194', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('78758', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('43616', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('94815', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('69307', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('98315', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('97435', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('96772', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('38288', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('75252', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('57026', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('78892', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('10834', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('25077', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('64013', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('85746', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('83622', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('17769', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('8457', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('21009', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('66090', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('61737', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('69225', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('92864', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('55286', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('16969', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('65299', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('46035', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('83747', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('62795', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('41683', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('15283', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('98619', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('78469', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('57156', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('11377', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('69081', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('29707', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('82126', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('32130', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('64039', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('62373', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('42096', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('2561', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('50039', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('8252', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('75794', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('73492', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('17600', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('94990', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('27662', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('7956', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('92659', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('914', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('29462', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('96178', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('22417', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('43432', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('12216', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('41894', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('54875', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('76768', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('74163', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('61166', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('46260', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('14284', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('39472', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('65241', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('63582', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('96741', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('74460', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('17996', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('34331', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('34386', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('82970', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('76173', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('63040', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('89759', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('24010', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('92385', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('10481', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('17769', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('35257', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('19245', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('84515', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('12173', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('7656', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('97679', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('67222', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('48861', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('26102', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('56882', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('91343', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('17607', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('64593', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('46655', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('26695', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('25718', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('98140', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('47025', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('90814', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('37521', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('79352', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('83022', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('54612', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('97679', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('1402', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('65563', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('96206', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('91442', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('25468', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('29863', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('40189', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('81258', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('70452', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('42956', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('63612', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('27898', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('46066', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('99719', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('37809', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('18007', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('67542', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('2967', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('37219', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('82402', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('40276', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('95574', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('26881', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('7956', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('12971', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('19203', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('58469', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('58846', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('59908', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('60249', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('92864', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('35462', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('38271', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('31086', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('51868', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('79205', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('73807', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('74460', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('51768', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('99694', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('92385', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('30021', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('19203', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('41818', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('84410', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('79170', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('28299', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('89312', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('49280', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('83170', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('45826', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('27017', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('44551', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('20540', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('99660', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('24010', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('55354', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('96988', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('30017', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('38676', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('34236', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('65979', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('74840', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('19582', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('2139', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('99369', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('57055', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('38288', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('44352', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('90124', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('2848', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('52291', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('54875', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('84704', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('97065', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('93708', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('93508', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('22532', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('15726', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('4034', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('14032', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('42956', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('1110', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('36881', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('75522', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('30334', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('89188', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('847', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('69241', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('75423', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('65101', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('57083', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('22003', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('1087', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('59172', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('7970', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('842', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('77415', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('89196', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('11237', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('80047', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('21395', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('79352', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('60762', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('87706', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('88085', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('83557', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('14094', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('81031', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('22467', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('57083', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('93814', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('25552', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('5920', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('14639', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('30161', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('11201', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('9084', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('94371', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('46155', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('27140', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('31086', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('48469', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('11126', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('46441', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('43211', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('83838', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('76759', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('91616', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('52134', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('33094', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('15283', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('37284', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('64169', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('68070', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('82126', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('31486', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('55009', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('18108', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('87048', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('64642', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('78454', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('51868', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('89106', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('91132', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('46956', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('95175', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('34018', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('75123', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('6195', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('67371', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('4182', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('28004', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('82868', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('29462', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('29390', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('69122', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('69628', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('99369', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('9605', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('60040', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('62716', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('61364', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('37521', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('18108', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('31442', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('28133', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('64724', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('28299', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('83686', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('35220', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('16631', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('14023', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('5243', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('28004', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('4940', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('97573', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('52494', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('37430', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('90234', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('78314', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('91992', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('86674', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('96710', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('97573', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('46762', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('67033', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('6400', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('51579', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('83022', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('48423', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('75362', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('65038', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('16035', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('53152', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('39238', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('59290', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('38899', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('4015', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('83573', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('4355', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('8192', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('94998', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('23439', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('15980', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('80698', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('29514', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('47487', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('55000', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('89140', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('76799', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('4435', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('898', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('88085', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('23475', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('21102', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('29705', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('88553', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('16849', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('45570', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('2848', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('50386', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('9440', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('51817', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('90194', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('70828', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('53469', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('59290', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('18108', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('11510', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('34569', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('17086', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('70828', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('95046', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('32490', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('77244', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('94178', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('72768', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('96193', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('46066', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('67560', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('81884', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('85910', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('32954', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('73186', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('40059', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('40558', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('64945', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('11202', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('85904', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('76224', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('11201', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('87785', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('94257', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('16523', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('34422', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('99422', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('81610', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('90609', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('9440', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('49759', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('18367', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('86327', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('98870', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('38973', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('9460', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('88993', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('70310', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('99760', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('95852', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('48165', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('48611', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('18809', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('69241', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('62832', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('82646', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('34542', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('51768', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('98423', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('95284', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('8986', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('91580', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('59553', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('65329', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('28952', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('45083', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('26695', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('499', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('12941', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('7620', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('37101', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('67514', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('32065', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('9183', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('11057', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('56486', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('34542', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('45436', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('53803', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('51416', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('93986', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('65190', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('56', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('64259', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('26802', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('63612', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('88389', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('39925', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('25528', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('32490', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('29462', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('92867', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('57135', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('63310', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('63538', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('89571', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('69521', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('70299', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('8843', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('31690', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('50873', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('18941', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('99764', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('18554', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('30177', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('89196', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('29002', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('43226', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('84865', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('21225', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('99780', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('91442', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('78792', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('30858', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('68396', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('71529', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('19220', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('28977', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('92417', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('99775', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('11419', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('17128', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('28316', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('8483', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('58307', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('51203', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('17769', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('61354', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('53165', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('4645', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('16907', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('35685', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('34329', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('85211', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('14032', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('46337', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('68720', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('53451', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('9408', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('74163', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('98563', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('66484', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('54605', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('80047', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('1812', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('39704', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('5898', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('11604', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('842', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('86806', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('86934', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('71287', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('2561', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('60406', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('7287', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('43211', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('64259', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('67542', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('75510', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('49205', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('15283', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('49982', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('23344', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('32464', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('24116', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('38288', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('97042', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('87280', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('71904', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('41832', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('35721', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('1232', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('31442', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('53485', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('36881', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('82082', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('65299', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('91799', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('70924', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('20084', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('71630', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('22258', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('93653', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('8860', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('12069', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('32744', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('57026', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('73602', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('47824', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('73807', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('83480', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('58170', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('50664', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('914', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('66753', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('9256', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('86802', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('79534', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('61402', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('36402', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('34542', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('58469', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('38696', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('67017', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('18338', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('49339', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('52187', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('72006', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('56139', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('15074', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('37734', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('85308', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('18821', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('98047', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('52291', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('23439', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('30182', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('32245', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('4345', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('70384', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('38691', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('7973', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('74163', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('89734', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('74974', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('56124', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('54728', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('53803', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('44881', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('3039', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('78552', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('20195', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('71426', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('75123', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('9360', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('75362', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('96153', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('32368', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('32886', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('32130', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('35881', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('57474', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('8251', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('51975', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('89104', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('29707', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('91616', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('52157', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('14032', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('46769', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('80248', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('3005', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('1533', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('59553', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('40059', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('9256', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('60267', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('19735', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('52656', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('80254', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('59455', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('17831', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('34236', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('29390', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('2201', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('31250', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('50267', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('53805', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('77244', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('82082', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('13403', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('99711', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('78552', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('85366', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('94801', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('56057', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('25362', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('89571', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('65688', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('11194', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('20002', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('94324', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('83511', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('33349', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('63243', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('63289', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('33791', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('49244', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('847', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('70564', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('41774', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('16133', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('67222', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('78481', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('78792', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('53047', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('31250', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('99463', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('32376', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('70688', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('16993', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('11455', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('27687', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('28019', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('62226', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('11453', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('47487', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('69679', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('20378', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('96193', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('81884', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('57431', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('98870', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('17086', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('42019', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('9993', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('50038', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('96615', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('8426', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('5250', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('74530', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('67793', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('88884', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('71543', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('70965', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('36685', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('93631', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('72669', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('81150', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('66106', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('13217', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('21766', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('34788', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('31993', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('57787', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('19342', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('69225', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('56', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('20378', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('51579', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('61127', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('18108', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('98423', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('10556', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('53588', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('46337', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('79502', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('18941', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('76672', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('15340', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('96246', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('50977', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('94173', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('63645', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('96324', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('76169', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('85356', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('4355', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('62716', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('40059', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('57962', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('11604', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('27662', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('4383', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('51817', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('12173', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('65208', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('58469', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('91915', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('34386', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('5393', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('66484', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('77729', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('1826', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('53469', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('74473', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('7970', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('25046', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('69628', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('22254', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('507', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('40059', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('39901', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('49214', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('32464', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('68720', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('98726', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('99611', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('83592', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('3039', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('4182', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('75395', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('84792', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('53799', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('80990', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('22198', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('53451', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('97551', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('95260', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('40992', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('88169', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('89393', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('75423', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('97023', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('9440', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('23992', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('23224', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('46956', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('43616', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('82580', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('53803', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('69471', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('85680', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('32772', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('40189', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('56139', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('65396', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('40738', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('88169', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('39472', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('34126', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('1110', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('12362', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('65241', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('72622', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('43989', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('8843', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('44551', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('75878', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('17769', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('14182', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('78892', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('72358', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('85226', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('63886', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('66279', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('5920', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('9953', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('94697', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('14869', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('93004', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('37284', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('32217', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('88140', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('64192', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('82580', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('17377', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('12979', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('2201', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('99730', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('32245', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('95029', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('39254', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('67657', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('4582', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('21009', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('48247', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('5943', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('78767', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('9360', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('64140', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('39046', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('5017', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('84167', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('22325', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('64013', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('59117', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('50658', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('61737', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('49611', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('34386', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('59673', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('36052', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('56', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('4355', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('95850', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('4860', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('82580', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('79329', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('20974', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('27528', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('98047', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('36513', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('47677', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('27430', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('25611', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('89104', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('20489', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('61414', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('49684', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('84845', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('42956', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('87048', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('72657', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('67293', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('65703', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('76049', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('17133', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('22003', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('78637', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('28004', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('9183', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('39472', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('84845', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('7620', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('40558', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('46451', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('99719', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('30182', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('32056', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('74473', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('93061', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('51203', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('4355', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('66293', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('78314', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('91616', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('97590', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('75040', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('107', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('10736', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('70918', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('82868', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('5898', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('85910', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('46260', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('65396', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('68330', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('79534', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('20974', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('57962', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('81984', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('85680', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('53547', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('90779', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('64082', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('58606', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('71025', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('12941', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('55238', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('36019', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('31624', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('75395', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('30124', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('83214', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('63361', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('95205', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('21337', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('38476', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('15457', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('1836', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('94846', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('20180', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('76291', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('25528', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('69960', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('33882', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('4248', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('15024', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('69952', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('87193', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('89312', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('63886', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('86127', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('67017', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('88993', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('64155', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('60984', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('76672', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('50598', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('51923', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('66494', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('66813', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('94730', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('58701', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('27017', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('31035', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('24201', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('35220', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('89234', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('49214', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('63489', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('36657', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('97679', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('65396', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('36019', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('1000', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('32345', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('61127', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('53496', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('98726', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('32065', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('71878', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('25940', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('47126', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('80821', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('83170', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('65901', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('3739', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('64401', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('76246', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('38271', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('92965', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('19450', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('11578', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('36845', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('72657', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('73387', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('89104', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('64259', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('69952', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('4182', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('72768', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('17424', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('73387', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('67655', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('61003', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('85308', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('73213', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('43130', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('41671', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('94814', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('64945', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('50719', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('65753', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('52656', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('36019', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('92385', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('30021', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('18499', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('63860', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('9659', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('43123', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('72622', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('88389', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('39927', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('81566', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('2423', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('4355', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('82580', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('43993', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('51862', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('96968', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('99694', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('72186', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('15883', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('43123', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('24116', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('34197', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('86934', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('27662', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('75534', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('34502', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('22532', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('22179', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('53047', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('78782', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('48850', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('78767', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('89188', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('10556', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('73328', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('86674', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('43981', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('31341', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('27094', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('96895', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('74672', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('21552', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('79589', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('37759', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('81610', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('43495', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('16593', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('99226', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('73213', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('77289', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('259', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('37038', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('1220', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('25942', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('33791', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('10904', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('22254', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('76799', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('37581', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('4345', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('2177', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('88358', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('67560', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('86552', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('31442', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('66229', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('10481', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('20099', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('77588', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('83136', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('27556', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('76953', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('51579', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('66469', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('70384', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('92864', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('92040', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('51817', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('2848', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('6710', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('19824', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('98870', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('25528', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('82083', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('94311', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('7973', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('14596', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('81638', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('54672', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('81028', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('82868', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('85366', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('56139', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('50719', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('20803', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('94836', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('1285', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('50719', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('92040', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('21692', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('33817', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('1460', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('73394', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('88793', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('24865', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('95027', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('11095', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('2967', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('35257', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('53172', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('78434', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('74016', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('42625', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('57962', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('27094', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('67017', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('28518', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('28738', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('29920', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('86736', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('51997', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('93508', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('62549', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('87706', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('64731', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('52876', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('1080', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('25725', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('31250', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('18859', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('44703', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('90663', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('18469', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('34329', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('15698', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('47379', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('79697', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('10904', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('75241', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('8457', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('89312', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('40897', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('888', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('41491', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('53490', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('13081', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('23992', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('17600', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('69122', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('14432', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('79352', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('16297', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('39612', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('51768', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('56057', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('38973', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('9514', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('56598', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('76173', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('83314', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('37809', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('96988', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('23311', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('34195', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('12214', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('75273', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('72643', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('19362', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('17207', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('93043', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('1727', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('50267', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('70359', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('69850', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('50537', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('36126', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('21692', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('2139', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('95697', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('55170', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('96193', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('90089', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('76173', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('31690', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('12214', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('48640', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('75231', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('71631', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('36102', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('11083', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('45680', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('50966', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('8347', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('16631', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('59673', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('46694', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('78858', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('31079', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('52669', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('85602', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('73072', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('7204', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('34322', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('10814', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('46074', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('35138', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('79469', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('52057', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('57213', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('50537', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('6895', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('65329', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('89234', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('21766', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('95225', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('68096', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('59172', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('24197', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('499', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('23525', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('19791', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('95366', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('83691', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('34195', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('49450', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('6209', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('96895', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('54508', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('2501', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('16849', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('38973', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('52856', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('6474', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('56080', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('96203', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('6895', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('2201', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('47630', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('96324', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('42688', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('51862', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('94726', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('48901', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('39881', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('43658', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('73542', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('64914', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('73602', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('37715', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('72741', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('79352', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('50658', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('91616', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('76798', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('37869', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('77234', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('29707', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('61127', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('16593', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('19203', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('85505', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('60688', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('43505', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('31476', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('85445', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('87246', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('77000', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('84702', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('18775', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('98359', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('52750', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('56143', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('87439', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('56003', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('82402', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('1460', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('4004', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('76173', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('3335', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('10204', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('12362', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('56089', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('93491', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('39115', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('36881', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('98984', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('37715', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('92464', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('37521', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('11126', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('87706', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('69225', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('6195', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('25552', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('12971', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('19220', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('28352', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('83686', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('76173', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('51768', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('38602', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('86375', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('51084', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('89132', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('68263', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('36379', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('58594', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('29091', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('81175', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('50365', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('35935', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('6712', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('52471', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('40932', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('77003', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('45570', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('22268', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('13217', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('15578', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('23224', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('11202', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('4940', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('16133', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('1922', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('46956', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('48611', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('73908', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('34322', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('68263', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('6195', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('90181', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('42560', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('83696', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('49339', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('91197', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('4383', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('53047', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('83204', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('49611', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('11966', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('44206', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('22620', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('12078', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('34422', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('88418', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('22142', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('30334', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('74460', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('51416', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('61127', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('98619', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('78922', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('33094', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('94324', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('78143', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('27366', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('61402', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('31302', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('76270', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('66813', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('13757', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('57242', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('83622', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('62784', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('65438', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('93708', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('41261', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('85366', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('52134', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('62705', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('53424', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('44584', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('7390', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('75123', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('59397', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('12236', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('35175', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('32345', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('14874', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('50702', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('29002', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('40992', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('47126', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('34197', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('57334', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('82126', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('48640', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('62152', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('16133', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('46450', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('47025', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('30188', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('84727', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('61232', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('99780', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('22004', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('1826', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('57055', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('95284', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('66090', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('73328', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('38676', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('35588', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('36926', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('5208', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('33882', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('25380', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('75928', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('63489', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('12362', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('31993', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('40481', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('91343', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('11422', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('97573', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('67425', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('99271', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('38691', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('83136', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('35721', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('89051', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('41211', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('38121', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('34236', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('30164', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('76911', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('30858', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('97551', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('5843', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('57787', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('75547', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('40937', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('7204', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('19342', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('50583', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('98830', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('13921', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('45436', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('56143', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('23392', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('25942', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('81638', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('22050', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('45720', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('12563', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('70965', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('25611', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('40080', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('56058', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('83204', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('13217', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('75395', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('28952', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('42688', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('6195', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('69230', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('67583', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('80227', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('16405', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('96246', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('17076', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('99268', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('11237', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('22179', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('18740', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('78858', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('58307', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('27236', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('14639', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('6195', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('90234', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('36384', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('46980', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('80285', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('86552', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('40116', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('15030', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('81258', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('97041', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('98019', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('31337', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('92839', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('25143', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('78892', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('31302', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('47630', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('26619', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('99760', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('21692', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('9659', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('73072', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('89551', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('29239', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('29514', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('35198', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('80742', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('92849', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('645', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('4383', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('50039', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('97400', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('80254', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('61414', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('49611', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('81896', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('85904', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('54508', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('31101', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('37219', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('17997', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('39619', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('94766', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('29140', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('52945', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('51723', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('8426', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('84167', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('28829', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('21337', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('28409', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('34195', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('39157', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('81538', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('11377', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('65258', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('96988', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('50331', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('44706', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('55857', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('93061', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('39612', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('92385', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('23344', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('28994', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('42092', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('32490', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('15613', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('31476', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('95027', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('21692', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('78892', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('35588', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('23110', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('11604', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('39978', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('22417', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('60762', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('83838', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('37715', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('29435', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('96052', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('51678', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('22004', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('52291', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('3639', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('93814', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('42991', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('34569', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('29871', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('74509', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('37350', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('37856', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('12666', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('79772', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('57925', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('37101', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('56139', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('35687', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('50013', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('65676', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('85614', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('1826', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('91616', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('66259', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('76799', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('3639', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('68278', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('16885', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('90004', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('15487', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('80285', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('69960', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('57156', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('41674', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('23439', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('9183', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('48901', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('58085', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('19917', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('11530', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('63645', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('63502', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('5925', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('67560', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('88302', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('58594', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('72501', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('39892', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('39520', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('75273', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('93171', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('35175', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('99268', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('97101', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('55170', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('90914', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('21086', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('25785', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('52876', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('11441', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('16885', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('25725', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('12971', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('12563', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('19848', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('37809', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('31250', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('71944', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('59673', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('54620', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('11419', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('16993', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('86753', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('81175', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('82918', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('58595', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('99780', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('58413', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('65438', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('23500', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('26802', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('22912', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('61403', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('85809', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('82580', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('97355', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('1087', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('24784', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('1737', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('76798', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('58170', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('78637', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('77244', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('67051', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('76911', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('23525', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('25380', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('66484', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('83398', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('55915', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('13365', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('15578', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('71878', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('931', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('55698', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('62429', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('91992', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('57787', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('7956', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('76672', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('52385', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('45770', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('85754', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('66054', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('33401', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('99611', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('59673', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('14484', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('11126', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('85063', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('62784', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('46106', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('65208', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('51868', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('19048', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('73602', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('70098', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('52291', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('48423', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('15538', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('9408', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('49982', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('42688', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('98870', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('81984', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('898', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('80976', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('27687', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('48850', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('83003', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('33837', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('83696', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('62728', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('90194', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('11101', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('58634', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('27236', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('61354', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('70924', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('3335', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('40738', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('75534', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('6712', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('40189', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('89734', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('41741', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('68395', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('76246', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('82066', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('88993', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('5208', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('64642', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('1220', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('90089', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('72768', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('16969', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('77231', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('93653', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('19766', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('74911', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('26730', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('29707', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('56598', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('88417', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('93491', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('15086', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('58307', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('68554', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('41827', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('57107', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('39241', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('17057', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('29031', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('11455', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('18675', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('23224', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('34195', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('58469', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('41894', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('86573', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('35198', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('6673', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('95626', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('85746', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('85366', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('37581', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('19321', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('15883', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('61402', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('7854', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('15980', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('20180', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('72669', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('97355', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('89000', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('61065', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('66293', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('67793', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('75596', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('39552', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('66279', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('96246', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('36995', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('41818', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('38271', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('11855', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('63502', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('21246', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('6209', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('92849', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('39580', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('51093', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('11453', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('38712', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('91370', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('10481', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('76224', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('21394', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('68096', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('87651', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('28994', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('46980', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('46956', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('84792', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('13081', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('77898', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('18941', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('91569', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('99348', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('47824', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('27002', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('931', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('50944', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('29462', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('63361', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('16347', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('94142', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('98019', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('30943', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('79763', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('31302', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('75772', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('66229', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('19735', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('85234', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('25785', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('24784', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('96710', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('99711', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('44038', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('78581', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('53152', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('19203', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('74163', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('74639', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('83557', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('792', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('92693', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('66259', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('50719', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('41751', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('52656', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('33349', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('10838', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('99694', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('81258', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('85746', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('42114', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('35257', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('27140', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('34195', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('98056', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('88302', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('18809', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('96206', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('50386', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('85226', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('84865', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('41818', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('2848', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('55000', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('85451', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('60224', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('82126', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('35523', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('79469', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('74509', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('3005', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('73394', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('40682', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('38691', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('60748', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('62795', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('76173', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('90089', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('69730', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('53225', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('31820', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('8819', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('93354', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('52669', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('5961', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('97679', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('16311', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('93571', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('77021', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('12214', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('18234', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('10736', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('88577', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('48660', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('92867', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('68248', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('81294', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('71389', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('67810', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('27662', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('63560', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('72485', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('66054', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('91978', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('67425', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('78143', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('20985', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('99760', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('10033', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('96741', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('61403', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('69952', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('39927', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('85356', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('63040', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('41965', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('68396', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('41938', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('20378', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('61402', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('99780', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('44551', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('95046', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('12326', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('24387', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('3335', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('27956', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('72485', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('32744', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('67340', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('18859', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('63582', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('60748', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('16993', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('82301', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('78758', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('70572', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('544', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('13403', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('83002', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('28361', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('27687', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('5393', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('34329', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('52750', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('3143', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('94766', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('63090', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('6712', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('39881', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('96067', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('76798', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('86001', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('61356', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('2201', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('94173', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('21766', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('18752', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('67514', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('68070', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('83480', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('69581', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('15070', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('47487', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('23439', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('6673', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('87706', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('35685', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('17207', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('72055', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('86833', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('35685', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('2561', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('43912', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('99226', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('22258', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('42560', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('88577', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('31250', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('79534', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('54875', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('52876', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('64164', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('31486', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('38371', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('77548', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('60867', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('4860', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('66269', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('52707', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('72177', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('59673', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('95099', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('38691', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('1727', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('48660', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('61527', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('30164', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('11422', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('39238', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('49450', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('25525', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('52291', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('90448', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('26802', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('96003', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('20814', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('858', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('858', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('79446', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('62373', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('66813', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('48589', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('75123', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('40059', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('15980', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('8347', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('64013', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('72521', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('80990', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('88302', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('31086', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('68096', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('9183', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('75116', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('78434', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('78892', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('52876', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('77244', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('25718', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('84792', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('69241', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('27366', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('29863', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('35198', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('9947', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('8517', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('41091', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('24387', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('14065', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('32217', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('37856', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('30650', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('93125', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('63886', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('99289', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('34404', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('52523', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('48471', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('4015', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('69521', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('37339', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('86934', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('53225', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('8192', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('14628', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('27002', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('81876', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('1110', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('74464', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('45720', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('70235', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('32369', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('13757', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('74509', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('41973', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('37759', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('21102', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('89297', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('2967', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('13403', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('67051', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('11237', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('12214', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('37521', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('87439', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('78756', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('91063', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('53185', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('24746', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('41774', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('25143', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('23373', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('42960', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('23373', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('76768', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('5208', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('34788', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('79205', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('69960', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('56598', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('67725', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('62716', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('77548', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('18234', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('24197', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('42843', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('827', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('62429', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('51549', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('12173', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('14829', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('24201', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('41599', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('87222', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('81538', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('14023', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('53424', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('80113', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('26102', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('3640', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('59530', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('46106', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('12615', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('68779', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('57511', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('11422', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('6209', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('11055', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('20540', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('87246', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('65121', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('67146', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('71631', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('35462', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('87193', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('42991', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('40897', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('83170', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('33460', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('41832', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('22198', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('4940', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('11419', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('73807', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('88140', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('34197', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('7043', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('46155', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('92274', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('41491', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('81031', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('69628', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('69122', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('6287', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('22004', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('25940', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('18809', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('19293', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('58701', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('86707', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('75513', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('77130', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('12214', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('63390', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('6287', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('28829', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('67293', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('92417', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('76672', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('90353', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('41299', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('91569', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('32119', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('94766', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('59290', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('39204', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('85746', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('77588', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('99268', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('79170', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('39254', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('64155', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('90381', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('17996', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('40932', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('76759', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('52750', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('82591', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('72521', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('5824', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('40371', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('92693', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('91978', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('15283', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('65299', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('62784', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('82697', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('70688', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('27662', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('24116', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('70061', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('16405', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('29959', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('49450', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('57156', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('70688', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('13365', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('91091', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('52523', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('71904', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('89571', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('93354', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('52741', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('38712', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('35293', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('42096', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('26102', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('9460', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('18740', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('77021', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('7970', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('66494', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('39157', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('75878', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('13211', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('93043', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('90132', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('17057', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('99730', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('56499', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('11195', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('80651', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('22620', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('3693', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('30188', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('64550', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('31080', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('32490', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('10917', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('40738', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('94522', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('25525', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('47379', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('28738', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('86736', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('52866', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('987', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('15086', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('71426', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('46450', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('95850', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('898', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('1812', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('15328', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('2178', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('54296', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('8853', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('5208', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('73165', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('8457', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('25611', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('73492', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('45083', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('34770', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('3739', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('6712', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('51549', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('2177', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('45680', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('83444', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('75522', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('32490', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('65753', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('77244', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('78572', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('69241', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('35588', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('2419', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('34502', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('14563', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('13290', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('33546', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('35357', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('4508', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('10838', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('23994', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('5961', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('1727', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('82580', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('58935', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('8986', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('9114', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('41211', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('847', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('43658', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('8347', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('31560', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('16543', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('53496', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('62832', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('28538', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('68010', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('31337', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('27919', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('42019', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('34329', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('43226', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('88801', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('9947', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('11095', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('32490', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('3487', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('63860', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('17377', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('43658', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('95631', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('7970', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('32464', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('27727', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('44836', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('40932', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('83871', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('11855', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('95225', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('19848', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('61527', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('45680', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('88993', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('25725', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('50664', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('86981', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('25718', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('30845', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('51579', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('1954', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('87624', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('69285', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('6474', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('11453', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('24746', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('32119', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('93653', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('61232', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('62226', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('36384', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('44304', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('48660', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('93653', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('43016', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('56882', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('21102', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('27950', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('98388', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('65438', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('75040', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('63361', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('17831', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('21086', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('81150', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('20099', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('435', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('827', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('72741', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('33201', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('35362', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('12214', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('43211', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('1533', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('77364', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('75046', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('78892', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('34404', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('66484', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('85887', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('81258', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('80799', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('27662', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('66495', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('84702', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('64945', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('88045', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('28994', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('99399', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('90353', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('89188', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('35498', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('51698', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('56755', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('54612', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('35588', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('78434', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('50743', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('41299', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('98388', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('50873', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('17769', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('16907', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('7854', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('94894', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('36303', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('59397', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('90372', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('29091', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('4015', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('52669', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('54620', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('24442', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('3639', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('10454', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('78572', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('34170', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('52057', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('15883', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('46155', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('37946', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('85910', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('31337', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('18367', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('73206', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('13365', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('7514', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('62549', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('51538', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('27528', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('6710', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('97573', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('27140', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('90089', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('57026', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('66054', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('45359', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('32056', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('43226', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('41818', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('56124', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('96206', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('52656', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('67425', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('25785', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('38371', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('38548', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('63243', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('83444', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('42625', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('6474', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('95320', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('58355', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('25718', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('74911', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('19861', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('52203', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('23224', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('73186', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('59046', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('27956', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('65688', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('47677', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('94173', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('95859', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('51955', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('36402', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('41406', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('62636', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('53490', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('4508', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('59530', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('67340', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('21394', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('58172', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('60748', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('70235', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('6712', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('1836', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('97953', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('58465', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('33791', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('98830', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('67033', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('68096', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('40992', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('90914', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('72014', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('67725', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('19220', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('43123', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('94257', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('12941', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('49339', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('3639', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('88169', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('80248', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('69853', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('35220', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('58081', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('86651', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('85063', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('76743', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('5250', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('25785', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('96227', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('37734', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('26473', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('41406', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('49450', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('90609', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('20002', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('43130', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('91799', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('52523', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('38899', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('29435', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('78581', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('48901', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('22142', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('19293', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('84239', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('13506', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('38602', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('2419', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('72186', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('23794', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('87624', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('79892', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('68396', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('69307', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('80057', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('78758', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('7149', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('81896', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('27687', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('55009', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('56941', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('72959', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('75513', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('85451', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('42991', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('26730', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('51008', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('2501', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('6710', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('50537', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('49701', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('12326', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('16133', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('28004', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('77898', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('75423', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('65056', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('84410', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('94814', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('34331', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('3005', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('57377', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('6195', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('89312', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('67514', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('41741', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('15283', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('91580', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('83696', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('62832', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('41774', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('39394', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('97228', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('82591', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('30252', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('95099', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('62549', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('2419', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('69730', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('51955', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('99647', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('95697', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('41674', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('67657', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('68712', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('95175', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('95850', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('16347', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('37339', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('88472', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('40481', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('19245', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('15726', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('29260', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('62373', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('72358', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('28829', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('847', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('2848', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('58595', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('78116', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('70098', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('78922', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('7390', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('94257', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('83696', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('19582', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('27044', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('83170', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('22004', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('76672', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('54605', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('96722', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('63288', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('69758', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('37449', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('30858', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('27556', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('14829', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('90372', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('65681', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('86573', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('91851', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('64249', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('22254', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('81884', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('26802', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('40189', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('92864', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('40044', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('90779', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('68278', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('32881', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('31690', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('97629', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('72165', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('58355', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('38336', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('11095', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('40677', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('11152', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('52076', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('82066', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('48850', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('80651', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('96203', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('95284', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('86552', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('17665', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('34170', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('96178', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('84189', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('49391', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('94801', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('91569', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('51008', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('38902', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('16515', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('30845', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('23344', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('65676', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('24197', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('22618', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('41683', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('57242', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('14621', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('18234', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('5336', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('69225', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('99775', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('1080', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('17076', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('62754', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('55354', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('50038', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('90181', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('27898', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('40059', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('25940', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('96246', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('29514', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('12236', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('93571', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('38602', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('3576', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('49701', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('11055', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('18821', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('13749', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('95284', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('78116', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('30164', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('84039', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('81876', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('36379', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('50013', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('97435', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('23506', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('11262', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('44304', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('21102', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('2201', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('90372', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('95626', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('81175', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('17996', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('44985', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('83838', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('9460', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('73387', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('70452', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('1110', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('56212', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('53496', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('88793', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('84808', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('68999', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('70235', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('14596', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('69732', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('71287', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('95852', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('23525', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('67436', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('20002', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('49873', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('63288', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('31761', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('68150', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('85910', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('46725', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('31337', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('69225', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('48901', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('83728', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('68280', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('86969', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('10814', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('44881', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('58701', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('56598', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('28316', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('67793', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('95852', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('83728', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('36244', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('99775', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('40932', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('15086', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('71630', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('43854', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('11055', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('86641', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('70395', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('99647', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('32744', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('18859', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('84727', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('12979', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('75928', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('5399', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('40677', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('21401', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('84495', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('54508', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('70522', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('22268', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('31690', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('4435', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('82688', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('82083', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('67542', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('94814', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('76604', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('90220', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('60224', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('32881', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('95027', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('26102', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('64724', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('25362', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('66356', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('92839', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('71287', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('82707', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('31341', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('9659', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('42114', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('77588', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('66969', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('66495', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('68070', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('37521', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('26102', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('17076', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('52371', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('5243', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('8957', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('86934', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('89246', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('50331', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('18675', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('38691', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('21692', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('83204', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('74911', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('82970', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('53047', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('57377', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('65190', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('94894', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('67017', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('41261', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('52856', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('68396', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('499', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('81258', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('16075', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('97042', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('64593', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('288', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('80227', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('79352', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('54460', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('95366', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('63860', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('32881', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('70235', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('80113', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('8347', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('45200', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('75423', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('40937', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('64820', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('69853', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('65438', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('68999', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('79772', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('81396', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('38271', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('70965', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('98019', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('41674', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('59848', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('57135', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('42565', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('69230', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('90779', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('18775', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('85451', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('75273', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('69581', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('17924', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('21086', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('9440', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('92442', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('42956', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('58701', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('78782', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('78314', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('17769', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('70688', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('57123', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('67425', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('12173', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('50013', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('96895', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('80912', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('36881', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('82126', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('80742', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('98870', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('98690', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('20099', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('16311', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('47824', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('86833', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('91569', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('1080', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('46980', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('15249', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('32506', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('83728', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('71904', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('1812', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('29192', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('61998', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('43130', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('47670', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('19735', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('24865', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('66008', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('37101', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('23457', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('45720', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('96117', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('69853', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('88085', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('72165', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('40178', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('64820', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('57026', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('95175', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('37038', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('88577', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('42843', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('40937', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('31820', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('66356', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('92849', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('29462', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('29260', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('69581', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('82082', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('27044', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('21692', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('31080', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('83573', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('57238', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('38476', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('56', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('10204', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('99949', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('94990', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('27094', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('82974', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('499', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('36263', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('11126', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('75241', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('645', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('7973', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('91370', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('19048', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('2133', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('52203', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('48861', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('40481', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('17911', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('64169', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('78481', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('11195', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('80057', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('77898', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('3576', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('19245', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('993', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('67514', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('97551', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('46066', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('64249', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('18775', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('463', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('57941', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('38602', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('46106', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('68516', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('81175', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('64249', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('86753', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('50537', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('75547', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('80113', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('87785', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('98563', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('75791', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('22179', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('37818', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('27556', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('19791', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('58081', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('90814', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('15613', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('66229', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('83871', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('9084', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('24387', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('23439', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('43016', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('46769', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('66054', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('65703', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('95205', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('86552', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('35687', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('40937', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('41938', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('70965', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('66484', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('6673', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('28128', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('56212', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('66484', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('76250', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('30164', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('36244', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('89132', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('32130', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('86969', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('16523', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('30341', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('39472', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('62784', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('18499', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('51923', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('62054', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('8192', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('1000', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('37038', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('79210', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('108', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('31560', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('94766', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('94814', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('83953', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('97065', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('91132', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('55286', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('79210', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('74840', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('33460', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('5617', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('55857', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('14554', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('77289', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('68150', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('75794', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('5414', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('98423', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('95320', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('51817', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('43505', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('18821', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('45436', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('46928', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('32490', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('30858', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('2795', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('4860', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('89140', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('44551', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('52187', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('99949', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('78787', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('28952', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('32772', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('28989', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('72006', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('68554', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('14432', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('80610', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('29435', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('931', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('36845', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('38895', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('62749', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('13211', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('52371', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('45680', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('11237', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('79772', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('68999', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('93125', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('86641', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('71287', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('95626', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('59673', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('35175', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('39978', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('95320', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('71025', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('94620', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('88287', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('98359', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('931', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('14596', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('16480', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('792', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('78116', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('68712', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('95201', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('84495', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('78911', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('67293', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('33401', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('73394', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('62716', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('16528', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('52750', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('3039', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('23500', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('63243', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('45650', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('68150', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('7602', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('49450', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('47627', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('14065', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('92417', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('65205', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('1533', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('40738', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('21008', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('11855', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('7854', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('88389', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('57156', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('38548', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('24630', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('80420', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('59673', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('70061', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('94311', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('86674', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('38288', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('17924', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('37653', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('82591', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('94535', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('79911', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('52187', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('858', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('32385', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('82688', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('11195', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('41280', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('95225', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('64642', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('36881', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('26494', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('53172', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('13365', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('68330', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('30474', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('38668', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('13921', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('14639', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('70924', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('7973', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('24002', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('507', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('65703', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('39704', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('43912', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('58846', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('49982', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('14563', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('76246', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('79329', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('7149', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('65753', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('15283', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('65715', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('27727', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('72643', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('15249', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('68096', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('39204', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('90234', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('46260', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('41671', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('75547', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('40738', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('99754', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('43032', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('70384', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('88525', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('73807', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('36881', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('69758', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('72014', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('12666', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('83728', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('4248', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('34195', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('61414', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('86934', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('94815', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('18809', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('46441', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('56124', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('92864', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('35220', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('29091', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('92864', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('81150', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('77664', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('64249', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('75522', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('64550', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('66495', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('92849', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('19917', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('25068', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('96988', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('65753', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('99647', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('66495', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('99730', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('82688', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('10814', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('38895', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('25077', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('15144', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('90132', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('41261', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('58326', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('58889', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('24746', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('19321', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('57456', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('27043', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('98140', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('92693', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('163', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('15578', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('16969', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('68096', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('5250', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('78454', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('82083', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('61414', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('64155', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('95225', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('16523', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('61920', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('67017', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('85602', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('62429', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('43348', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('46337', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('28989', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('28994', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('25068', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('35462', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('59553', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('61444', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('53805', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('26147', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('28019', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('21395', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('89196', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('90181', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('5399', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('37734', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('40457', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('8957', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('73908', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('5243', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('91091', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('34158', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('17600', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('33791', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('93061', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('28361', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('89140', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('50267', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('50873', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('25525', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('51698', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('16075', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('6195', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('18740', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('5393', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('60688', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('78481', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('52371', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('14214', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('9514', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('86661', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('7020', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('34170', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('58469', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('64222', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('92442', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('53485', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('69471', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('57985', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('88287', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('45570', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('8912', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('43912', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('24796', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('57511', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('10834', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('10727', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('35462', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('89140', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('28989', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('2501', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('54875', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('31337', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('47630', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('1827', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('83728', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('16133', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('19220', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('16969', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('59290', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('20180', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('46970', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('2201', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('11262', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('18675', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('83686', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('43505', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('61737', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('41345', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('54728', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('61414', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('55859', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('85746', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('97953', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('19321', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('7620', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('71085', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('21692', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('93491', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('23794', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('81028', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('22260', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('21009', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('64259', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('36384', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('43505', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('68010', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('34392', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('34158', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('40897', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('74840', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('34331', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('76911', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('4582', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('79772', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('67660', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('67425', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('99977', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('76895', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('8843', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('13741', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('99719', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('69632', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('20378', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('1402', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('82039', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('78756', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('9256', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('8860', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('15487', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('58355', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('39927', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('96206', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('66279', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('92464', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('51008', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('9114', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('25552', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('97590', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('83511', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('62487', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('67660', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('41450', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('15144', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('5824', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('51549', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('27430', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('30334', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('97953', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('25528', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('57055', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('68395', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('83511', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('27044', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('91799', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('32483', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('79772', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('4034', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('78314', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('9514', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('42991', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('11855', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('32368', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('88993', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('22467', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('86375', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('25068', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('86707', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('64082', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('27556', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('16753', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('24374', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('92385', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('57156', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('81789', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('88525', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('82697', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('31079', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('19603', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('17339', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('4435', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('71287', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('25780', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('16907', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('20974', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('55859', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('43854', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('35685', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('63560', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('47379', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('31266', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('89551', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('9114', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('93171', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('95046', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('1110', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('2970', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('89106', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('31690', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('7732', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('33791', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('74070', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('27687', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('50206', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('58326', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('54622', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('15030', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('68096', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('47627', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('85614', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('87439', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('25780', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('65443', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('49611', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('336', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('71287', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('50719', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('7035', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('92849', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('42991', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('50719', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('53152', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('40481', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('96741', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('57123', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('15613', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('85445', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('19245', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('81785', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('48901', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('83462', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('70564', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('20002', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('57941', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('11419', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('32376', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('19861', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('29514', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('67657', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('88045', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('88993', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('32886', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('23457', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('22226', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('98619', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('65208', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('99348', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('64164', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('37339', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('76759', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('73492', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('75252', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('85754', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('57985', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('58307', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('72669', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('59539', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('463', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('39514', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('61354', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('16528', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('28352', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('45300', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('99760', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('6304', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('14499', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('78767', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('50013', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('5393', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('12666', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('59848', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('33791', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('89551', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('5243', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('25187', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('99451', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('35357', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('23449', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('62549', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('97953', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('36402', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('34502', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('29462', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('99268', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('68554', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('10693', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('57780', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('40178', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('1922', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('93508', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('85602', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('85575', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('90814', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('68999', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('64259', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('73165', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('8251', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('18859', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('77364', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('1018', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('64192', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('44551', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('987', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('66269', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('37449', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('85505', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('64039', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('77130', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('13826', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('92949', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('5617', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('89312', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('36303', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('13921', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('98563', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('70828', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('73908', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('69581', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('68396', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('13081', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('90181', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('51975', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('8343', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('53048', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('58081', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('36102', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('21337', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('39394', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('95175', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('77580', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('51549', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('52523', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('84704', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('56276', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('75231', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('78758', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('92274', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('37103', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('5617', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('24796', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('57538', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('25331', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('74460', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('34542', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('18367', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('75772', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('8140', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('37350', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('12216', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('50537', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('4383', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('39241', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('91799', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('69850', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('75794', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('93366', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('70384', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('22396', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('98690', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('86969', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('94311', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('95205', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('20985', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('98690', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('36657', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('64121', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('31476', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('45720', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('58846', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('64140', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('67660', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('56598', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('59908', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('34018', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('4015', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('88418', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('35257', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('92040', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('73908', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('84792', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('66090', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('29399', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('87048', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('86833', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('16480', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('40992', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('95859', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('75362', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('48471', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('75299', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('22142', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('54620', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('34322', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('21086', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('27919', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('80742', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('56882', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('35362', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('45720', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('36494', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('73807', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('52741', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('44304', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('96615', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('17339', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('33349', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('36494', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('36384', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('23457', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('5703', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('2629', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('61354', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('90082', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('88525', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('65715', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('14639', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('99694', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('17339', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('66753', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('31101', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('29959', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('827', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('54296', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('14639', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('31341', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('17665', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('56057', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('22345', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('83022', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('37521', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('62795', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('68395', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('75046', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('46980', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('41741', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('83573', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('87044', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('45720', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('66356', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('7498', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('93043', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('99553', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('93366', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('7732', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('89000', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('43123', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('5898', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('52157', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('2423', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('98047', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('43989', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('14094', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('17424', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('16885', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('73394', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('22226', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('19917', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('75547', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('34542', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('18675', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('68712', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('11419', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('1827', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('37653', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('1812', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('40080', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('61998', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('59908', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('41491', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('6895', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('19582', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('978', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('5243', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('90181', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('71768', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('16250', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('75123', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('15613', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('52076', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('23392', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('24325', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('79446', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('44703', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('29665', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('43016', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('23525', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('92464', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('53225', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('82974', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('32130', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('19450', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('65121', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('17339', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('18338', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('17997', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('16297', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('67146', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('90234', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('98120', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('96772', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('16885', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('70389', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('47379', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('34392', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('46155', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('80912', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('16907', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('28352', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('42688', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('99271', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('52385', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('98315', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('3576', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('59117', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('64550', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('14829', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('69850', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('81294', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('29863', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('35588', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('847', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('82688', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('16311', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('97551', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('83557', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('64039', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('86404', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('38973', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('94178', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('90082', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('84167', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('914', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('88045', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('58170', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('57238', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('8252', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('87222', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('78892', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('64164', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('94815', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('2419', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('3005', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('2139', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('2848', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('78481', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('10527', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('55940', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('29920', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('33651', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('62429', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('98315', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('96772', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('89140', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('69952', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('37449', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('41818', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('5414', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('914', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('21692', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('62487', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('29645', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('19638', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('18675', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('56', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('46436', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('58170', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('54296', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('51975', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('60040', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('28004', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('86375', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('16885', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('2178', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('41674', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('44881', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('67293', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('66356', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('87785', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('68453', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('86375', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('35198', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('99647', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('31079', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('62429', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('4182', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('58469', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('93571', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('93708', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('59553', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('19917', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('85910', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('64297', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('95089', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('91442', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('11152', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('48678', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('65121', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('52707', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('80227', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('74070', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('25256', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('94620', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('79502', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('5336', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('58874', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('92464', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('39552', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('69225', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('12979', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('57985', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('58081', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('58701', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('90448', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('95027', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('32506', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('50467', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('41299', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('22142', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('7035', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('1968', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('66495', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('34322', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('65329', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('37430', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('61356', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('20803', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('66293', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('68453', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('94697', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('50702', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('65056', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('93631', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('18234', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('76911', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('64164', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('8819', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('56486', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('89759', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('7854', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('83002', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('64013', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('80285', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('90381', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('31266', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('11966', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('21789', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('79589', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('29705', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('68516', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('94766', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('30397', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('15086', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('27140', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('56058', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('25068', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('18338', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('81984', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('17076', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('38555', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('74473', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('63449', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('41406', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('54620', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('85063', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('80285', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('3127', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('32369', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('71025', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('72177', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('89246', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('2177', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('40178', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('86674', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('65205', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('24197', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('42991', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('90082', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('81883', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('14639', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('14214', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('55915', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('57055', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('15883', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('59553', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('53803', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('69285', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('44206', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('52385', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('83686', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('71287', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('41261', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('70395', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('22226', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('57238', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('99780', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('62152', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('11152', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('89234', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('5381', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('35685', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('12078', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('35198', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('50873', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('23224', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('74639', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('40932', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('46725', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('67655', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('1533', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('83444', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('67018', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('29192', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('43016', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('31516', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('61783', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('49759', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('67146', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('44304', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('80057', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('50977', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('12615', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('90004', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('97953', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('94726', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('27804', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('2795', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('87280', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('50598', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('7498', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('74464', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('31560', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('49701', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('55170', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('30222', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('66106', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('13921', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('97435', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('18859', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('82082', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('32954', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('23992', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('37284', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('37946', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('71628', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('73186', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('18740', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('38476', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('5208', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('56058', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('6523', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('8457', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('41299', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('58469', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('9256', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('50944', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('10454', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('65901', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('83953', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('28004', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('26881', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('91799', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('78758', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('35198', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('36513', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('67310', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('27094', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('79352', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('544', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('21102', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('4645', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('50414', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('58307', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('9256', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('39521', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('34197', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('22618', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('99754', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('2561', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('97551', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('26080', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('5943', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('89000', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('9183', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('93653', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('9514', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('21126', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('88993', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('6710', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('47379', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('79352', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('11095', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('4682', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('30650', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('83398', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('44998', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('64259', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('282', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('29260', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('11095', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('12236', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('52385', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('39394', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('56057', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('23373', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('22345', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('34770', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('10663', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('26802', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('19917', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('19342', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('97953', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('86344', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('81884', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('18752', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('39514', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('19321', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('60984', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('65681', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('83204', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('51549', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('28352', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('19824', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('68263', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('16057', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('80285', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('24010', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('34018', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('3039', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('85234', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('75082', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('20002', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('41988', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('12214', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('30341', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('70572', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('50365', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('47126', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('23311', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('69960', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('89132', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('89188', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('94998', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('7149', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('98056', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('96710', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('72643', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('86641', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('39514', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('79589', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('34236', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('20099', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('1367', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('46769', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('87624', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('33201', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('64067', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('50664', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('31560', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('13511', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('83170', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('89393', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('1460', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('11194', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('27094', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('26080', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('5961', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('36263', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('69230', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('8957', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('68150', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('59172', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('68242', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('3335', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('45826', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('29849', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('38668', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('18286', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('74911', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('38973', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('78143', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('80047', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('11530', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('24442', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('7204', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('70918', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('28019', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('92867', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('17607', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('70452', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('31486', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('31266', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('48165', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('62487', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('88389', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('34170', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('28361', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('51549', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('59117', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('36052', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('77148', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('22620', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('16405', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('73908', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('67310', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('61065', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('53077', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('26473', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('26147', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('77580', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('73328', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('55531', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('80990', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('67021', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('30474', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('8251', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('4940', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('75241', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('85809', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('41261', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('16057', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('64820', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('80821', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('27043', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('87439', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('64138', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('13290', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('51817', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('86806', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('62749', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('58935', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('16297', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('8192', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('44038', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('31079', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('74070', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('32369', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('6729', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('58300', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('64945', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('7514', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('5144', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('13506', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('90353', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('58326', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('46074', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('30222', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('4582', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('463', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('34197', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('37586', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('44206', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('1884', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('27950', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('38712', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('87439', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('66090', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('12615', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('85849', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('67407', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('3335', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('86981', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('94846', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('78911', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('37219', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('55170', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('91370', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('47670', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('71543', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('30164', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('53077', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('4449', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('68453', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('21102', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('14869', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('61003', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('52750', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('63288', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('42092', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('33882', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('46694', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('46970', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('86934', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('2967', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('3639', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('37734', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('7043', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('71529', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('65901', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('96052', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('14499', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('62487', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('56143', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('66469', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('31079', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('53165', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('27430', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('18859', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('5336', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('37101', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('66259', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('30341', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('11201', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('4248', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('5824', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('33791', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('37581', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('34158', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('65433', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('82688', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('51084', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('9114', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('34404', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('50583', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('20489', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('5871', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('4508', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('94697', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('17397', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('95089', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('51862', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('49813', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('288', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('65901', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('67810', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('25331', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('53469', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('57538', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('16993', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('90814', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('77021', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('99268', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('66212', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('20803', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('70572', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('91799', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('93631', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('92659', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('75123', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('80651', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('19766', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('19048', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('27043', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('68720', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('66763', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('80821', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('76768', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('89234', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('96911', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('66281', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('35935', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('54508', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('68278', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('61414', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('58465', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('1836', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('97658', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('75547', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('66008', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('12069', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('78758', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('6195', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('96741', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('68263', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('8140', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('57026', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('60040', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('86736', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('4940', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('34502', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('65443', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('89759', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('4438', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('74163', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('6712', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('82039', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('97629', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('68779', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('61737', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('22057', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('69732', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('32217', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('20084', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('92839', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('63390', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('12326', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('10454', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('31516', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('48009', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('85234', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('17911', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('78332', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('80247', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('3833', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('25528', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('94620', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('69783', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('29031', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('87268', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('21692', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('33206', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('52120', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('48053', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('1220', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('95366', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('31554', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('46928', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('89196', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('72165', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('27043', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('62226', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('16480', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('25942', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('16057', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('15024', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('80248', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('83838', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('41741', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('10527', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('78787', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('29665', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('56', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('94324', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('88472', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('97590', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('89393', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('17086', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('79892', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('61065', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('46970', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('40059', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('88887', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('13880', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('19342', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('25940', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('18108', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('7861', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('62754', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('44206', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('56486', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('91442', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('26028', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('69752', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('19245', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('27236', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('93814', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('34392', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('92776', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('55915', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('47487', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('17057', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('99226', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('76743', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('67657', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('70061', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('36657', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('46066', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('67146', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('6673', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('80976', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('12711', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('39876', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('75513', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('17769', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('72055', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('42565', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('29514', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('85534', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('8022', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('70235', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('26080', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('58594', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('48589', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('85809', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('35175', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('54622', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('65038', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('8986', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('69730', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('41890', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('64401', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('3739', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('37454', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('21552', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('23392', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('14668', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('38602', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('1232', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('78332', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('435', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('83953', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('61356', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('85226', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('17944', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('8843', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('96911', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('78481', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('21394', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('76057', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('34055', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('99977', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('65438', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('26147', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('65987', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('80254', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('81245', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('6895', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('95366', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('28133', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('32506', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('40738', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('12941', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('52471', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('259', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('77364', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('5005', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('31442', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('99977', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('11682', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('29645', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('59117', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('4582', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('88085', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('54296', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('57538', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('2561', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('63310', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('56124', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('35462', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('21246', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('53451', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('96134', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('38696', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('67017', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('93814', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('73213', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('10204', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('22325', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('42991', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('29140', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('62636', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('72501', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('70235', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('32056', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('46970', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('66008', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('8517', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('98870', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('16631', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('1000', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('68395', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('18338', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('62749', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('33645', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('21337', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('108', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('20540', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('73206', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('94324', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('64820', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('45817', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('41091', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('7956', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('88887', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('99369', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('37946', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('76169', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('29002', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('5943', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('5703', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('58606', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('68554', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('73807', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('19791', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('75522', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('29260', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('78332', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('847', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('18554', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('15487', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('79487', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('85211', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('96772', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('12979', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('7498', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('90814', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('20985', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('41450', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('14621', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('97023', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('51203', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('10727', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('72485', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('88140', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('42565', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('85234', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('2561', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('3487', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('42956', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('49280', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('6523', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('77580', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('39619', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('60249', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('41261', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('85234', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('4004', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('34158', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('96324', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('51862', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('28538', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('32065', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('50969', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('31086', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('32245', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('25528', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('49244', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('40897', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('84039', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('62520', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('99710', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('81150', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('25718', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('65190', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('58326', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('25187', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('11101', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('20084', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('18809', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('53496', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('48901', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('90041', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('87054', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('3639', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('19293', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('90234', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('30177', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('77000', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('27727', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('69732', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('69581', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('68242', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('74070', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('43981', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('57334', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('70061', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('50743', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('60249', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('10076', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('37818', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('5017', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('31101', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('45436', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('64082', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('64082', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('71630', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('34788', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('91569', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('61065', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('2419', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('92442', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('98359', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('90663', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('43505', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('42960', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('41751', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('65714', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('79772', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('83136', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('82970', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('96246', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('30188', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('7620', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('21789', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('46260', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('74672', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('91992', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('12173', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('45359', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('28738', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('42625', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('19848', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('32483', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('52057', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('82066', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('16528', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('83398', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('79210', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('58634', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('41675', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('18367', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('75231', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('1402', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('10527', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('56276', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('90004', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('80610', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('99780', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('23224', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('52707', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('27236', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('35721', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('48776', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('73542', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('90609', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('108', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('16250', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('92949', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('48589', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('6367', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('5393', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('43130', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('63860', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('92703', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('8603', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('61527', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('49073', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('67293', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('52076', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('14484', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('14032', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('66106', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('10454', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('77244', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('35905', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('65056', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('95953', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('24197', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('90609', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('52750', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('92659', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('51008', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('41751', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('90372', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('44881', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('13749', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('18752', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('31993', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('51238', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('23500', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('68999', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('10481', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('18675', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('55000', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('78454', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('8603', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('3335', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('22057', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('2561', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('82970', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('72528', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('48611', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('55238', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('98120', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('2848', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('63860', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('35905', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('45570', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('59517', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('61065', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('52187', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('90089', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('74974', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('64938', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('42114', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('72669', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('25528', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('90234', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('1087', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('898', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('26473', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('91442', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('10904', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('11966', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('11530', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('58170', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('95626', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('83557', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('9993', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('57538', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('59848', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('42565', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('1018', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('5703', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('89051', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('65715', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('98940', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('8819', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('63289', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('8192', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('85981', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('163', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('5393', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('56212', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('28361', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('36402', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('842', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('66259', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('51416', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('44836', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('82687', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('65433', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('17676', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('61364', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('1812', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('48247', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('66281', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('91569', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('10705', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('73186', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('14874', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('67017', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('59908', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('5208', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('70807', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('82868', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('65038', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('61403', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('74796', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('35685', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('76743', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('8252', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('32772', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('78911', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('90041', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('68330', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('60762', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('39521', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('38973', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('83686', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('64820', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('17600', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('30943', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('15249', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('70359', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('19861', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('30164', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('87651', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('60249', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('26080', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('58170', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('2139', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('74796', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('66229', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('94311', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('53803', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('7970', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('7620', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('11202', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('3833', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('99780', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('21008', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('14869', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('32419', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('23311', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('80698', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('39978', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('82591', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('34331', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('97023', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('76953', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('10917', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('827', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('1727', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('9256', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('39521', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('65714', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('4355', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('2970', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('77898', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('58081', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('13290', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('72669', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('99754', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('59530', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('507', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('67793', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('16849', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('87831', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('50331', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('69285', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('84704', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('45436', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('7020', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('92693', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('53424', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('70310', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('89140', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('21395', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('56212', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('20445', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('931', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('6990', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('71630', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('22532', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('83557', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('94142', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('19917', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('15430', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('63860', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('19848', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('41211', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('760', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('42565', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('5336', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('32954', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('75938', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('463', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('78581', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('61003', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('71426', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('21101', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('26080', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('77172', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('46155', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('16347', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('81566', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('96968', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('1110', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('13352', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('99730', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('27017', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('7620', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('43211', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('28994', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('78454', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('64550', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('11966', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('35042', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('30110', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('95046', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('93508', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('31442', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('13741', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('15083', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('87222', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('77218', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('20195', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('46155', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('55238', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('52750', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('93125', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('99719', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('47126', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('51817', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('5898', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('52187', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('87784', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('31266', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('10481', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('63361', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('58355', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('44703', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('81566', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('62716', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('91370', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('77415', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('78858', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('20445', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('66106', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('44584', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('64642', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('13506', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('28316', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('29002', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('2177', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('12683', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('24442', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('50658', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('16297', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('9953', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('94726', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('59397', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('35905', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('95099', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('1110', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('59673', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('84865', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('88140', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('31137', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('27662', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('9947', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('28738', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('53152', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('29091', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('52187', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('45570', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('48469', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('29920', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('77234', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('19582', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('94815', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('19220', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('36791', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('19362', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('86674', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('87048', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('45680', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('20099', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('98563', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('97042', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('99647', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('50039', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('42843', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('42114', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('15613', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('17607', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('66753', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('38668', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('59290', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('81883', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('94815', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('23270', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('63361', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('45817', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('17831', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('88302', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('82402', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('80651', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('13081', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('10663', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('75513', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('45200', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('26028', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('57511', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('11057', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('57160', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('84189', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('75547', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('21552', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('88553', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('95953', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('73606', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('77898', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('842', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('71878', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('75116', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('67583', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('73602', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('68516', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('10481', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('30943', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('11422', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('59530', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('82646', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('99271', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('38902', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('63612', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('18286', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('33094', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('22532', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('86075', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('23934', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('19541', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('93354', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('84167', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('557', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('65901', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('72521', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('18808', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('74796', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('90009', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('64155', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('65901', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('94990', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('30845', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('22254', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('17665', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('16347', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('57083', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('88169', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('78787', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('80610', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('33882', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('52076', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('83314', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('45494', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('86934', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('83314', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('1000', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('83686', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('86806', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('47265', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('86552', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('16347', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('99268', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('85614', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('59539', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('69307', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('98830', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('92040', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('84727', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('86753', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('56089', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('62549', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('60688', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('60688', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('61003', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('33817', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('74016', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('61783', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('39114', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('64138', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('18367', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('75362', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('81610', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('77289', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('65433', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('57242', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('47824', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('11083', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('30222', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('92040', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('6474', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('12078', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('30177', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('87706', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('41894', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('63860', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('40932', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('83170', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('30124', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('10693', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('29091', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('74911', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('50743', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('58874', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('95099', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('69632', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('74530', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('48009', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('25611', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('50658', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('5243', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('1826', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('52057', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('96117', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('1836', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('14628', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('32483', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('2286', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('2286', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('87222', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('75510', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('65443', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('18808', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('14596', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('29260', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('29863', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('88358', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('16885', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('57156', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('75928', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('60267', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('50743', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('43854', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('84410', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('39254', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('56276', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('96085', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('24374', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('56499', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('85575', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('60224', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('1836', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('82687', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('61527', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('3005', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('8022', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('25552', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('22179', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('19766', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('81984', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('1826', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('48640', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('79170', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('71529', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('45300', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('14032', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('26695', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('37449', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('25077', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('10663', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('67407', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('84727', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('93366', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('96178', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('14621', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('39612', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('61166', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('40303', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('94998', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('66813', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('9460', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('87268', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('38691', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('30124', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('45720', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('89234', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('96968', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('93043', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('11578', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('32376', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('80610', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('38691', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('5399', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('9953', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('79763', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('70098', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('81538', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('97694', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('56003', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('67657', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('80821', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('35462', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('13023', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('41741', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('87246', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('35462', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('43658', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('72657', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('92464', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('1285', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('18775', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('24784', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('34404', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('13826', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('45650', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('29871', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('56139', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('35220', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('65144', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('85602', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('66008', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('6287', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('89297', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('7204', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('78116', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('63538', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('57190', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('34957', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('17057', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('10527', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('64138', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('67655', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('58465', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('44816', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('17676', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('58594', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('39881', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('29260', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('35198', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('79534', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('23475', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('67655', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('38691', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('36102', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('56755', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('11201', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('55286', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('64067', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('90089', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('71529', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('76270', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('67657', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('60366', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('62754', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('32954', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('12615', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('38691', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('8252', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('20378', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('86674', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('10076', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('77415', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('64192', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('92965', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('94766', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('65681', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('37219', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('87015', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('65703', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('53077', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('36791', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('93043', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('62226', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('51868', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('96895', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('69952', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('53588', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('82063', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('14432', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('53496', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('50331', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('52707', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('72186', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('65987', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('32744', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('87624', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('24387', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('80610', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('32130', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('63502', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('57511', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('23373', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('90779', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('29849', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('88389', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('16453', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('34170', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('72186', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('49759', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('89106', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('7020', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('75878', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('83214', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('88140', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('50386', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('1087', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('69679', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('71904', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('59848', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('17911', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('49391', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('67810', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('76250', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('43130', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('8251', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('10838', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('87268', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('34197', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('27528', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('70572', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('20084', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('69758', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('38973', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('93491', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('83398', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('41345', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('8343', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('53728', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('48471', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('24374', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('85356', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('163', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('98940', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('20814', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('19450', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('2967', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('58413', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('22004', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('27094', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('34957', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('43854', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('86674', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('96772', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('47265', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('3335', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('43495', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('87831', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('90234', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('23475', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('19048', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('96206', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('69853', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('99289', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('20985', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('90181', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('50944', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('19638', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('98019', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('79170', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('84808', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('39580', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('25380', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('61354', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('27919', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('14023', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('70061', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('91442', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('47677', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('18469', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('931', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('25187', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('73602', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('36402', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('28352', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('75938', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('13211', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('41674', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('25611', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('97023', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('53089', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('14596', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('49684', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('17133', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('792', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('24746', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('2795', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('70395', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('84702', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('18469', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('86981', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('82591', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('76799', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('46450', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('94620', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('19203', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('21394', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('5336', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('69679', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('57213', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('18108', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('72006', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('72741', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('35685', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('57123', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('1460', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('30845', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('38973', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('3640', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('72768', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('34404', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('81031', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('71287', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('99730', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('95089', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('93004', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('557', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('22003', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('90082', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('47025', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('94836', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('53803', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('62832', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('99073', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('93061', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('78858', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('32130', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('63560', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('75173', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('28977', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('5871', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('57190', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('75560', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('59530', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('59908', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('93508', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('88169', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('41491', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('29514', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('94766', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('66293', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('44584', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('25046', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('22086', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('31554', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('45002', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('56849', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('72959', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('15283', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('75231', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('4015', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('16035', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('94836', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('6209', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('66484', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('70918', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('1737', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('8517', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('42843', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('74473', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('98423', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('11195', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('95225', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('72657', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('16453', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('50267', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('40178', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('41299', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('64138', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('99775', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('84515', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('18809', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('48660', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('86981', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('14065', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('41491', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('89000', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('23457', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('84727', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('90194', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('76672', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('75878', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('18108', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('4345', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('8343', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('9993', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('83204', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('8912', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('11201', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('38696', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('11578', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('68516', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('75772', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('15578', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('4345', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('48462', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('91915', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('30161', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('41751', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('11202', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('52523', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('15487', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('71944', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('56499', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('8819', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('49611', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('37103', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('91091', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('32368', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('90009', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('83838', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('59172', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('55329', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('34322', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('32056', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('75547', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('42556', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('17831', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('87054', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('59172', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('10481', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('73492', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('8483', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('83398', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('48462', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('56598', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('32954', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('14182', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('20244', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('6367', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('69285', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('54296', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('10736', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('79589', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('85680', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('50267', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('41599', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('86981', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('13511', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('81984', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('79469', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('21395', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('14182', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('84189', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('23457', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('10481', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('73165', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('54460', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('10917', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('65056', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('83622', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('60748', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('15538', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('82974', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('44352', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('98830', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('71628', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('34392', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('7861', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('31554', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('60366', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('58935', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('41973', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('83003', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('42560', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('59117', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('61854', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('53077', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('4004', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('19220', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('21552', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('7043', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('9495', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('50966', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('58170', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('44836', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('64945', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('72979', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('1402', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('11194', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('75791', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('98726', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('76057', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('36926', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('72177', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('30182', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('9114', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('83204', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('36244', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('83953', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('1884', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('858', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('86404', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('86001', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('85746', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('89734', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('75082', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('87785', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('28738', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('92949', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('17128', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('11578', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('51923', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('71768', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('56078', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('97065', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('390', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('73542', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('92867', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('43854', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('70099', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('46035', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('96722', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('76953', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('7020', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('76173', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('28409', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('21337', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('67793', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('15024', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('18007', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('6209', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('27950', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('48901', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('18808', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('53225', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('18499', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('4004', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('84432', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('68712', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('60762', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('78454', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('96193', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('97023', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('49813', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('17076', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('58085', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('83836', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('64121', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('54620', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('35257', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('16885', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('31079', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('82868', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('71944', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('53728', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('43989', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('72177', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('33206', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('37715', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('78552', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('38676', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('11578', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('888', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('87965', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('6304', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('16543', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('29435', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('43981', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('53547', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('85887', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('46769', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('62520', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('39978', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('47824', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('49611', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('10705', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('34957', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('74639', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('72055', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('62832', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('19050', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('43616', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('66753', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('39238', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('27950', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('80420', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('51768', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('58469', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('76270', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('84792', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('2177', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('36303', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('41827', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('17424', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('8957', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('80799', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('53805', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('11855', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('21009', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('83557', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('32886', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('49339', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('21692', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('13757', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('35138', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('2423', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('9933', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('19536', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('72741', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('55531', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('42556', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('26028', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('65438', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('67407', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('79446', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('17996', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('79469', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('31137', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('82082', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('38271', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('81884', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('86529', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('7514', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('63560', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('1018', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('61527', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('81031', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('28128', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('75173', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('18367', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('19245', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('1727', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('8457', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('82126', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('53469', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('29239', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('1232', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('98843', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('86707', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('39204', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('92839', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('37219', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('81638', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('30021', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('65144', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('22912', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('1954', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('30188', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('31250', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('32130', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('63449', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('17600', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('88169', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('23311', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('36881', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('60249', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('84189', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('74163', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('93004', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('73387', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('85226', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('17607', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('48678', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('80912', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('50386', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('90448', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('17924', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('65329', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('28952', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('66212', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('72669', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('67051', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('96003', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('75362', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('92332', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('14869', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('15030', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('63288', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('51923', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('8022', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('898', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('86641', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('53451', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('16885', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('67293', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('65681', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('7123', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('88993', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('15517', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('22179', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('94836', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('53788', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('10663', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('22254', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('76799', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('2178', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('59908', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('4355', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('92864', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('29435', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('57985', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('37284', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('82301', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('78922', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('90567', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('13511', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('36881', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('3693', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('56755', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('31080', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('63860', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('66229', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('11101', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('63243', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('15083', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('93004', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('49982', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('41827', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('51768', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('89297', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('35362', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('5703', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('93043', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('39472', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('58634', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('1460', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('86552', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('75878', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('17076', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('56078', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('21008', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('59673', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('82063', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('9993', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('43616', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('58846', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('23500', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('8347', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('94726', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('79170', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('12941', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('645', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('11455', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('86001', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('65190', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('75938', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('52385', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('50703', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('99780', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('282', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('86344', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('42388', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('39310', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('37219', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('48053', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('30772', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('80742', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('58085', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('6523', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('95852', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('67725', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('1727', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('94522', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('74672', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('43495', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('99348', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('28316', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('96206', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('42019', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('8140', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('46035', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('46155', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('78922', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('62549', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('87054', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('84432', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('36126', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('48053', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('3693', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('77244', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('1922', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('18583', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('23525', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('95574', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('45359', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('76057', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('92693', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('92464', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('96153', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('78922', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('67051', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('80285', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('11201', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('10454', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('46442', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('28409', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('29462', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('46337', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('23506', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('10033', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('78792', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('58846', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('81294', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('54612', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('75534', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('82039', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('37521', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('19848', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('64164', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('94257', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('48778', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('39881', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('41894', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('52187', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('7123', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('30222', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('56755', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('69679', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('49701', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('86934', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('51997', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('59920', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('44816', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('2201', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('68395', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('64297', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('83204', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('23311', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('85849', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('5017', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('99710', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('90132', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('91569', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('69581', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('64121', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('85809', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('51768', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('52876', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('14639', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('84808', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('19824', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('84167', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('83511', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('41675', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('42388', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('99289', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('9495', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('69679', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('59530', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('27043', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('56089', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('78332', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('74464', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('52371', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('9360', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('86344', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('72669', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('62429', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('26102', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('29803', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('22086', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('88308', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('42092', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('45720', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('40897', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('61166', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('36657', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('64945', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('37809', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('19220', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('61332', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('71944', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('78314', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('58355', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('31250', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('85981', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('2133', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('83557', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('87054', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('35881', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('8022', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('5617', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('37350', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('26427', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('57135', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('85063', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('39310', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('95201', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('47379', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('65144', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('36494', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('39241', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('37284', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('30161', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('77003', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('20244', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('95225', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('57156', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('30397', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('66763', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('87651', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('38712', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('4435', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('39552', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('80254', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('36995', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('46442', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('53165', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('67293', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('52471', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('32119', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('44206', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('65241', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('54605', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('25940', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('89059', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('44836', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('32130', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('5017', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('44352', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('76895', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('81876', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('75513', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('99647', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('51084', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('83728', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('12563', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('51553', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('88169', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('92332', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('14596', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('31302', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('14182', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('91978', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('21100', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('52750', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('32130', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('17057', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('85226', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('38712', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('53048', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('6729', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('1968', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('38899', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('98690', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('8912', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('44584', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('73186', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('31476', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('50013', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('68010', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('46980', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('83691', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('65753', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('86934', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('39394', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('99189', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('98690', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('91132', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('65299', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('18675', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('5925', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('52187', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('88793', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('21766', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('11202', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('85308', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('30161', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('49450', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('29920', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('28316', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('99754', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('25780', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('52866', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('9460', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('94173', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('50966', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('62832', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('41988', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('89414', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('92864', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('19735', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('914', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('70359', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('37734', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('50664', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('37581', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('10454', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('163', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('38548', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('95099', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('77364', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('53152', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('95205', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('21246', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('43032', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('66090', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('63449', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('50267', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('63645', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('33094', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('73492', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('80248', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('5824', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('14668', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('42625', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('50039', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('18286', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('46436', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('20378', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('73072', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('94894', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('64169', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('32056', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('80057', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('75547', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('10705', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('35293', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('66229', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('7970', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('78581', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('74796', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('56057', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('64914', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('5824', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('99760', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('63449', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('35721', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('79469', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('37339', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('82301', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('95029', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('35687', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('99711', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('75423', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('95850', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('67560', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('4015', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('75534', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('84792', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('24116', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('59538', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('92776', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('89414', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('94990', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('23934', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('77021', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('62784', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('32056', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('45300', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('95205', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('23994', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('80247', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('72643', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('86404', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('22254', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('61444', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('21101', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('53699', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('5250', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('33401', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('78314', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('65396', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('85366', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('23344', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('16480', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('84865', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('28004', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('57538', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('48778', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('44551', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('78782', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('59908', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('52741', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('69628', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('61414', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('34404', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('85308', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('85849', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('80799', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('60867', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('95850', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('48009', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('37809', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('5898', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('7123', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('32369', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('14668', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('5843', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('82591', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('80799', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('37869', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('69225', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('67371', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('90372', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('50664', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('14668', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('38013', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('63489', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('10904', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('87651', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('68396', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('66090', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('94311', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('22179', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('13757', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('63039', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('34569', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('96227', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('95099', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('43495', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('63612', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('82082', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('65258', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('63288', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('56882', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('91978', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('83314', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('44881', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('15249', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('31079', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('77415', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('61402', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('32368', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('92839', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('72165', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('99399', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('88308', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('88577', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('41261', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('94535', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('99719', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('10527', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('22198', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('97629', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('81258', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('62636', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('81884', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('76799', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('64138', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('10076', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('42625', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('17133', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('42388', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('20084', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('57135', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('58172', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('78782', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('65038', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('85981', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('53799', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('52203', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('40481', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('21246', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('34018', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('96246', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('5298', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('50598', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('40178', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('20814', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('68280', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('9183', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('53803', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('4860', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('16035', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('91992', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('90181', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('86802', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('88472', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('52385', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('11682', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('83691', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('53118', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('81031', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('80976', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('52371', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('96246', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('49450', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('64067', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('5463', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('30650', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('92693', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('38371', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('93125', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('24201', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('20084', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('37038', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('75299', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('81984', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('30164', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('94801', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('65987', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('83444', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('5017', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('41596', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('66753', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('9993', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('18675', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('27919', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('46655', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('77364', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('12683', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('16311', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('7970', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('5871', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('74464', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('21789', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('72014', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('19245', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('41741', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('57083', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('10814', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('69730', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('32464', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('68242', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('77244', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('78756', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('77898', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('5208', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('81175', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('70572', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('18234', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('69241', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('68242', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('25068', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('68779', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('68010', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('76057', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('7390', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('85445', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('87048', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('38336', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('18636', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('91992', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('858', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('18809', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('82580', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('41751', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('95320', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('10204', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('24796', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('123', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('10663', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('93039', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('23934', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('69850', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('39521', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('73602', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('94535', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('85849', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('92040', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('66269', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('81876', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('42114', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('48901', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('5617', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('85308', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('86552', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('64192', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('44985', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('93571', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('86651', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('14182', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('46769', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('81028', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('9953', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('2201', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('56058', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('12683', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('56089', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('56212', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('99268', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('88887', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('32886', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('99271', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('63582', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('66229', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('64724', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('5414', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('24442', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('71944', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('33107', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('59920', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('59046', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('93061', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('53118', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('62705', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('95205', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('85226', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('97065', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('35687', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('107', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('54612', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('27044', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('61854', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('72358', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('95953', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('28252', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('14563', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('90009', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('2139', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('30845', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('35362', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('33645', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('85754', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('95027', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('22620', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('87651', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('62705', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('87439', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('23475', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('59117', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('12069', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('44271', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('51238', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('34422', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('10033', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('86806', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('19293', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('49280', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('9360', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('40677', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('22260', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('8517', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('74163', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('79892', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('12711', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('78143', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('97400', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('37101', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('67514', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('43432', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('74473', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('26730', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('8912', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('46450', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('21394', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('90353', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('77664', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('85981', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('31554', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('81294', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('59539', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('13365', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('82687', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('70395', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('15024', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('82868', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('99399', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('92849', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('63489', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('57238', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('72528', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('62705', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('28352', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('40371', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('32772', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('43032', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('93043', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('96206', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('77003', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('41938', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('13757', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('10033', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('67222', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('99754', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('90082', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('2201', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('37734', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('97658', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('56299', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('72521', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('51238', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('77588', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('99451', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('78434', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('74911', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('70235', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('41832', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('42114', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('57456', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('64297', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('78572', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('51553', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('80057', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('36402', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('53788', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('1087', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('35198', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('59172', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('73213', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('77580', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('10834', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('81294', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('2133', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('2201', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('96772', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('19293', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('24796', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('75596', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('12971', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('39612', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('61166', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('22258', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('76049', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('33651', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('46337', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('47126', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('10556', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('88472', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('15538', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('2419', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('31560', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('53699', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('88287', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('29959', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('27950', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('4173', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('16347', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('69222', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('92965', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('56003', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('36384', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('38902', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('90009', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('83002', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('16311', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('53165', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('41299', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('645', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('2561', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('33338', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('96206', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('20489', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('83003', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('78552', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('28128', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('46725', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('1836', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('41683', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('75772', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('58935', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('39204', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('19321', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('91197', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('87193', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('30182', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('41973', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('85904', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('89196', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('29435', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('2286', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('78143', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('82066', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('58307', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('29849', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('42556', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('68248', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('13211', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('57538', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('5898', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('50365', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('67542', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('14484', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('17207', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('22396', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('99250', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('80976', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('19862', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('11095', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('24932', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('11152', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('43981', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('3651', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('91569', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('47487', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('51093', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('11057', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('87831', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('61166', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('41599', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('77234', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('29803', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('37350', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('86736', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('48611', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('40303', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('85211', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('3651', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('90372', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('35905', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('11453', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('93491', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('10556', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('58935', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('75046', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('59290', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('56499', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('40178', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('37350', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('28538', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('66356', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('47487', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('20814', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('75510', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('44352', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('22050', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('20985', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('35905', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('58170', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('5898', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('67583', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('29192', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('6673', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('11083', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('463', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('66753', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('57055', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('20974', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('39310', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('31820', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('81031', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('23224', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('43989', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('898', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('32881', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('64938', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('53490', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('73268', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('16467', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('99073', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('76049', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('37818', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('75116', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('27952', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('88887', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('58594', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('3005', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('62429', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('50267', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('32464', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('35042', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('47670', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('30845', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('85981', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('54296', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('84189', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('85754', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('34236', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('81028', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('10454', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('10076', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('22620', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('18808', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('30164', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('45570', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('49813', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('59046', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('20002', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('52019', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('89104', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('51579', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('23794', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('96615', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('70098', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('97868', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('18286', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('19766', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('99226', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('99780', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('17076', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('26619', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('2501', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('13880', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('2501', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('33817', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('85614', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('51538', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('75938', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('37219', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('73542', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('27727', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('10269', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('13217', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('45494', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('44271', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('64138', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('39114', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('19582', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('72521', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('78572', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('46155', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('80420', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('43130', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('65681', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('49073', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('71543', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('83039', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('62054', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('1827', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('33817', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('16885', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('898', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('87784', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('21789', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('21556', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('69758', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('7490', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('49339', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('76250', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('92949', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('69122', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('1968', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('64259', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('82970', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('463', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('75273', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('59539', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('87651', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('73387', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('55857', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('74639', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('92849', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('29192', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('61081', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('95089', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('59172', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('15883', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('81031', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('46066', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('7490', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('46442', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('13495', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('4582', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('38555', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('27140', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('83002', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('91442', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('41675', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('96911', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('19848', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('41683', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('57242', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('11441', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('1232', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('81550', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('73186', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('18775', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('94535', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('14554', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('34404', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('20244', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('14432', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('84654', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('69730', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('87054', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('27430', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('76169', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('22268', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('87193', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('31250', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('79589', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('28977', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('57962', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('23994', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('57083', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('31364', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('78581', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('64550', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('64401', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('94324', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('81789', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('42092', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('69081', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('78469', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('36126', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('40080', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('32772', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('57431', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('67293', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('97228', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('29002', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('99730', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('69679', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('99710', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('9256', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('34404', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('73542', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('79911', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('51955', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('88472', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('75299', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('62705', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('48778', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('79502', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('17507', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('18636', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('52385', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('98056', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('3163', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('19766', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('23110', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('89000', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('36244', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('28977', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('19603', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('914', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('35498', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('64138', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('85505', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('65101', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('31761', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('83170', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('898', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('29920', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('56941', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('81984', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('97042', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('27804', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('30021', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('68150', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('89000', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('70299', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('94801', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('43854', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('95626', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('30858', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('17207', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('26695', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('13753', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('20084', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('75878', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('25068', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('22258', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('53588', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('66212', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('36494', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('20489', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('24387', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('46442', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('31137', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('2177', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('99369', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('66269', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('6367', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('22254', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('64550', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('45680', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('7020', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('1460', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('78116', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('61444', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('15024', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('51678', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('32483', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('60406', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('26080', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('68720', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('85809', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('77289', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('83214', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('81610', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('77415', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('85746', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('95046', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('15726', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('6990', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('39204', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('70452', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('73602', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('75395', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('9933', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('80990', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('1727', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('26695', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('84845', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('64192', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('97953', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('42388', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('63502', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('23270', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('15283', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('63645', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('89051', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('89414', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('30943', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('63645', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('86753', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('40738', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('26473', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('69732', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('50966', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('73328', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('85063', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('11578', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('49684', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('66259', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('84808', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('49759', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('31101', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('40303', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('11195', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('29091', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('51997', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('336', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('21225', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('40992', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('15980', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('23392', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('57026', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('38336', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('95366', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('58355', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('76672', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('99226', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('55915', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('50414', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('80047', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('53172', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('29920', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('15086', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('34502', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('20489', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('1884', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('7602', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('73186', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('18808', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('61783', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('23506', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('64196', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('53152', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('11530', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('23110', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('83136', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('15517', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('88308', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('69122', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('20002', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('31554', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('82083', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('75547', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('72055', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('16593', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('57456', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('39892', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('81150', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('85754', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('49214', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('65753', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('84239', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('17397', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('81396', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('86661', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('31337', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('95631', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('83696', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('5898', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('4182', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('21101', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('85746', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('50331', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('40371', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('48165', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('64934', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('3487', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('18636', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('13211', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('99977', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('7043', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('61003', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('96206', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('94814', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('89104', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('16885', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('8957', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('40276', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('41774', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('66484', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('45300', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('97629', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('71631', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('23224', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('38121', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('11201', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('63502', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('30845', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('71631', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('31820', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('62124', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('94569', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('41890', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('97590', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('99226', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('94535', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('52876', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('71631', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('16347', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('77130', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('53490', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('19766', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('60984', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('65714', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('52929', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('31086', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('75794', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('48165', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('79911', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('12078', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('760', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('16035', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('35498', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('60406', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('40178', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('36995', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('34542', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('68096', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('41596', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('96741', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('3833', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('74974', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('99764', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('645', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('85308', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('25331', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('18740', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('85063', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('32506', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('70522', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('73542', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('56089', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('51868', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('53165', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('7498', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('81550', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('17128', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('43616', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('53165', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('44551', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('50537', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('38712', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('34331', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('96153', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('94257', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('97694', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('36845', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('41674', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('36685', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('36265', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('7854', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('49611', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('37946', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('49339', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('35588', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('858', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('43016', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('52019', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('90448', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('73213', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('26494', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('7973', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('24010', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('30650', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('90089', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('19321', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('60688', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('29192', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('87785', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('70359', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('11201', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('89132', '875', '1', 'Spring', 2005, 'C '); + insert into advisor values('24746', '19368'); + insert into advisor values('79352', '95030'); + insert into advisor values('76672', '22591'); + insert into advisor values('14182', '77346'); + insert into advisor values('44985', '31955'); + insert into advisor values('96052', '73623'); + insert into advisor values('35175', '90643'); + insert into advisor values('44271', '58558'); + insert into advisor values('40897', '73623'); + insert into advisor values('92839', '25946'); + insert into advisor values('79329', '58558'); + insert into advisor values('97101', '48570'); + insert into advisor values('24865', '6569'); + insert into advisor values('36052', '31955'); + insert into advisor values('98940', '99052'); + insert into advisor values('21395', '58558'); + insert into advisor values('55859', '28097'); + insert into advisor values('74016', '74420'); + insert into advisor values('93061', '64871'); + insert into advisor values('94998', '50330'); + insert into advisor values('30772', '57180'); + insert into advisor values('1968', '3335'); + insert into advisor values('90567', '48507'); + insert into advisor values('49611', '58558'); + insert into advisor values('81538', '59795'); + insert into advisor values('68999', '6569'); + insert into advisor values('74639', '41930'); + insert into advisor values('66054', '25946'); + insert into advisor values('792', '48507'); + insert into advisor values('60267', '81991'); + insert into advisor values('17769', '36897'); + insert into advisor values('39580', '3199'); + insert into advisor values('89106', '15347'); + insert into advisor values('37856', '25946'); + insert into advisor values('58307', '48507'); + insert into advisor values('57985', '52647'); + insert into advisor values('72014', '22591'); + insert into advisor values('2795', '28400'); + insert into advisor values('89000', '58558'); + insert into advisor values('46442', '48570'); + insert into advisor values('60040', '15347'); + insert into advisor values('19791', '59795'); + insert into advisor values('4582', '64871'); + insert into advisor values('108', '77346'); + insert into advisor values('1533', '50885'); + insert into advisor values('7123', '65931'); + insert into advisor values('44584', '64871'); + insert into advisor values('32954', '90376'); + insert into advisor values('98056', '73623'); + insert into advisor values('76953', '79081'); + insert into advisor values('81884', '3199'); + insert into advisor values('22057', '48507'); + insert into advisor values('21126', '52647'); + insert into advisor values('82918', '81991'); + insert into advisor values('4173', '25946'); + insert into advisor values('83022', '64871'); + insert into advisor values('25525', '96895'); + insert into advisor values('75040', '80759'); + insert into advisor values('31624', '41930'); + insert into advisor values('64893', '96895'); + insert into advisor values('59920', '72553'); + insert into advisor values('38602', '77346'); + insert into advisor values('21401', '79081'); + insert into advisor values('93004', '15347'); + insert into advisor values('38899', '37687'); + insert into advisor values('75241', '28097'); + insert into advisor values('98830', '80759'); + insert into advisor values('37101', '80759'); + insert into advisor values('4508', '28097'); + insert into advisor values('32130', '16807'); + insert into advisor values('56755', '79653'); + insert into advisor values('11510', '95709'); + insert into advisor values('3335', '74420'); + insert into advisor values('61081', '80759'); + insert into advisor values('33651', '96895'); + insert into advisor values('8251', '73623'); + insert into advisor values('10705', '6569'); + insert into advisor values('64082', '74426'); + insert into advisor values('59517', '34175'); + insert into advisor values('91569', '14365'); + insert into advisor values('88085', '28400'); + insert into advisor values('96722', '58558'); + insert into advisor values('36379', '42782'); + insert into advisor values('69581', '25946'); + insert into advisor values('65329', '3335'); + insert into advisor values('49214', '4034'); + insert into advisor values('64155', '36897'); + insert into advisor values('58594', '74420'); + insert into advisor values('71904', '95030'); + insert into advisor values('69241', '72553'); + insert into advisor values('58889', '3335'); + insert into advisor values('30341', '79081'); + insert into advisor values('70688', '97302'); + insert into advisor values('81258', '58558'); + insert into advisor values('63090', '25946'); + insert into advisor values('70572', '35579'); + insert into advisor values('58413', '28400'); + insert into advisor values('93171', '6569'); + insert into advisor values('35138', '41930'); + insert into advisor values('77289', '59795'); + insert into advisor values('93571', '57180'); + insert into advisor values('14554', '22591'); + insert into advisor values('46725', '90376'); + insert into advisor values('99730', '3199'); + insert into advisor values('10527', '36897'); + insert into advisor values('898', '22591'); + insert into advisor values('64297', '43779'); + insert into advisor values('10204', '65931'); + insert into advisor values('36926', '43779'); + insert into advisor values('49618', '74426'); + insert into advisor values('34329', '81991'); + insert into advisor values('84410', '81991'); + insert into advisor values('29435', '77346'); + insert into advisor values('62636', '79081'); + insert into advisor values('8483', '74426'); + insert into advisor values('2177', '50330'); + insert into advisor values('43348', '81991'); + insert into advisor values('37430', '41930'); + insert into advisor values('37586', '81991'); + insert into advisor values('55238', '35579'); + insert into advisor values('34404', '74426'); + insert into advisor values('59539', '28400'); + insert into advisor values('43123', '95030'); + insert into advisor values('19582', '96895'); + insert into advisor values('88553', '31955'); + insert into advisor values('5898', '34175'); + insert into advisor values('2419', '73623'); + insert into advisor values('31516', '95030'); + insert into advisor values('3487', '4034'); + insert into advisor values('66269', '58558'); + insert into advisor values('54622', '4034'); + insert into advisor values('19638', '4034'); + insert into advisor values('88418', '57180'); + insert into advisor values('86802', '35579'); + insert into advisor values('63361', '90643'); + insert into advisor values('6367', '14365'); + insert into advisor values('84239', '22591'); + insert into advisor values('4940', '15347'); + insert into advisor values('90663', '77346'); + insert into advisor values('38476', '95030'); + insert into advisor values('96003', '3335'); + insert into advisor values('64914', '14365'); + insert into advisor values('41599', '48507'); + insert into advisor values('22226', '64871'); + insert into advisor values('96153', '28097'); + insert into advisor values('44998', '36897'); + insert into advisor values('74163', '80759'); + insert into advisor values('75046', '16807'); + insert into advisor values('97679', '43779'); + insert into advisor values('94894', '78699'); + insert into advisor values('44881', '22591'); + insert into advisor values('98619', '77346'); + insert into advisor values('86753', '22591'); + insert into advisor values('87054', '35579'); + insert into advisor values('39046', '19368'); + insert into advisor values('29031', '78699'); + insert into advisor values('97355', '28400'); + insert into advisor values('24010', '80759'); + insert into advisor values('21789', '63395'); + insert into advisor values('52157', '65931'); + insert into advisor values('64938', '52647'); + insert into advisor values('94535', '50885'); + insert into advisor values('58595', '31955'); + insert into advisor values('72979', '41930'); + insert into advisor values('32506', '28097'); + insert into advisor values('31690', '14365'); + insert into advisor values('87044', '36897'); + insert into advisor values('34236', '57180'); + insert into advisor values('18808', '77346'); + insert into advisor values('91063', '52647'); + insert into advisor values('48462', '52647'); + insert into advisor values('41965', '65931'); + insert into advisor values('31137', '50330'); + insert into advisor values('7602', '63287'); + insert into advisor values('84845', '6569'); + insert into advisor values('28252', '90643'); + insert into advisor values('10736', '90643'); + insert into advisor values('58465', '59795'); + insert into advisor values('64140', '52647'); + insert into advisor values('6523', '43779'); + insert into advisor values('64067', '77346'); + insert into advisor values('99399', '4034'); + insert into advisor values('21337', '43779'); + insert into advisor values('15457', '95709'); + insert into advisor values('26102', '99052'); + insert into advisor values('31337', '50330'); + insert into advisor values('67425', '42782'); + insert into advisor values('48640', '3335'); + insert into advisor values('72741', '80759'); + insert into advisor values('29803', '3199'); + insert into advisor values('38895', '15347'); + insert into advisor values('49391', '16807'); + insert into advisor values('13741', '4034'); + insert into advisor values('59538', '42782'); + insert into advisor values('9360', '28097'); + insert into advisor values('53728', '57180'); + insert into advisor values('77898', '15347'); + insert into advisor values('32419', '95030'); + insert into advisor values('37521', '4034'); + insert into advisor values('97065', '79653'); + insert into advisor values('80057', '90376'); + insert into advisor values('1826', '64871'); + insert into advisor values('80285', '73623'); + insert into advisor values('72959', '90643'); + insert into advisor values('41751', '34175'); + insert into advisor values('11604', '43779'); + insert into advisor values('41827', '35579'); + insert into advisor values('8853', '99052'); + insert into advisor values('9440', '4233'); + insert into advisor values('1884', '72553'); + insert into advisor values('41774', '37687'); + insert into advisor values('32385', '72553'); + insert into advisor values('336', '28097'); + insert into advisor values('82688', '79081'); + insert into advisor values('66090', '35579'); + insert into advisor values('4182', '63287'); + insert into advisor values('20099', '95709'); + insert into advisor values('81028', '78699'); + insert into advisor values('27556', '28400'); + insert into advisor values('65258', '6569'); + insert into advisor values('29239', '65931'); + insert into advisor values('54508', '80759'); + insert into advisor values('37449', '63287'); + insert into advisor values('16753', '96895'); + insert into advisor values('82697', '63287'); + insert into advisor values('11422', '37687'); + insert into advisor values('59046', '19368'); + insert into advisor values('89246', '35579'); + insert into advisor values('95859', '6569'); + insert into advisor values('94173', '43779'); + insert into advisor values('70021', '96895'); + insert into advisor values('92040', '19368'); + insert into advisor values('36019', '96895'); + insert into advisor values('40558', '79653'); + insert into advisor values('62549', '77346'); + insert into advisor values('92385', '50885'); + insert into advisor values('14214', '22591'); + insert into advisor values('32245', '15347'); + insert into advisor values('13506', '90643'); + insert into advisor values('26080', '6569'); + insert into advisor values('52872', '28400'); + insert into advisor values('28952', '74420'); + insert into advisor values('1080', '25946'); + insert into advisor values('11095', '48570'); + insert into advisor values('33460', '95709'); + insert into advisor values('99226', '79081'); + insert into advisor values('52707', '64871'); + insert into advisor values('40189', '22591'); + insert into advisor values('35721', '43779'); + insert into advisor values('6400', '80759'); + insert into advisor values('60688', '73623'); + insert into advisor values('18821', '59795'); + insert into advisor values('65443', '95709'); + insert into advisor values('71630', '48570'); + insert into advisor values('46956', '48570'); + insert into advisor values('64259', '64871'); + insert into advisor values('77021', '73623'); + insert into advisor values('41450', '77346'); + insert into advisor values('13028', '78699'); + insert into advisor values('90381', '16807'); + insert into advisor values('9460', '3199'); + insert into advisor values('98423', '64871'); + insert into advisor values('38691', '28400'); + insert into advisor values('86806', '48570'); + insert into advisor values('18469', '97302'); + insert into advisor values('11194', '16807'); + insert into advisor values('19862', '48507'); + insert into advisor values('24116', '16807'); + insert into advisor values('67021', '65931'); + insert into advisor values('69752', '16807'); + insert into advisor values('69225', '50330'); + insert into advisor values('1018', '79653'); + insert into advisor values('7656', '63287'); + insert into advisor values('35220', '80759'); + insert into advisor values('79210', '34175'); + insert into advisor values('10814', '4034'); + insert into advisor values('55698', '25946'); + insert into advisor values('49684', '95030'); + insert into advisor values('59908', '15347'); + insert into advisor values('64724', '35579'); + insert into advisor values('19048', '73623'); + insert into advisor values('62716', '90376'); + insert into advisor values('95205', '25946'); + insert into advisor values('40303', '99052'); + insert into advisor values('27430', '48570'); + insert into advisor values('83953', '50885'); + insert into advisor values('4248', '15347'); + insert into advisor values('21766', '22591'); + insert into advisor values('39657', '28400'); + insert into advisor values('85366', '48570'); + insert into advisor values('93354', '52647'); + insert into advisor values('77580', '41930'); + insert into advisor values('92864', '74420'); + insert into advisor values('57135', '50330'); + insert into advisor values('1727', '77346'); + insert into advisor values('91788', '15347'); + insert into advisor values('80420', '3199'); + insert into advisor values('67810', '79653'); + insert into advisor values('86404', '43779'); + insert into advisor values('16907', '78699'); + insert into advisor values('46928', '3199'); + insert into advisor values('84702', '14365'); + insert into advisor values('91343', '15347'); + insert into advisor values('83686', '90376'); + insert into advisor values('83462', '97302'); + insert into advisor values('67725', '74426'); + insert into advisor values('5393', '41930'); + insert into advisor values('34422', '79653'); + insert into advisor values('17128', '4034'); + insert into advisor values('81883', '50885'); + insert into advisor values('87965', '74426'); + insert into advisor values('93653', '15347'); + insert into advisor values('70522', '50330'); + insert into advisor values('48850', '36897'); + insert into advisor values('68070', '73623'); + insert into advisor values('50206', '81991'); + insert into advisor values('80254', '79081'); + insert into advisor values('22396', '48507'); + insert into advisor values('19293', '73623'); + insert into advisor values('67660', '42782'); + insert into advisor values('85910', '79653'); + insert into advisor values('10917', '77346'); + insert into advisor values('95574', '95030'); + insert into advisor values('13081', '96895'); + insert into advisor values('33349', '78699'); + insert into advisor values('19861', '25946'); + insert into advisor values('30723', '74420'); + insert into advisor values('83039', '74420'); + insert into advisor values('41741', '43779'); + insert into advisor values('97400', '90376'); + insert into advisor values('81207', '43779'); + insert into advisor values('23994', '57180'); + insert into advisor values('54672', '77346'); + insert into advisor values('47001', '50330'); + insert into advisor values('26147', '78699'); + insert into advisor values('65987', '36897'); + insert into advisor values('99250', '73623'); + insert into advisor values('13826', '31955'); + insert into advisor values('3739', '99052'); + insert into advisor values('10454', '37687'); + insert into advisor values('48053', '35579'); + insert into advisor values('66813', '95709'); + insert into advisor values('16593', '80759'); + insert into advisor values('14668', '80759'); + insert into advisor values('33338', '95030'); + insert into advisor values('45300', '37687'); + insert into advisor values('3127', '35579'); + insert into advisor values('40992', '63395'); + insert into advisor values('70310', '90376'); + insert into advisor values('46451', '90643'); + insert into advisor values('288', '41930'); + insert into advisor values('557', '63287'); + insert into advisor values('22170', '73623'); + insert into advisor values('64164', '72553'); + insert into advisor values('74911', '59795'); + insert into advisor values('7020', '31955'); + insert into advisor values('78552', '4233'); + insert into advisor values('50386', '48507'); + insert into advisor values('48678', '6569'); + insert into advisor values('24442', '74426'); + insert into advisor values('89188', '80759'); + insert into advisor values('390', '4233'); + insert into advisor values('10663', '28097'); + insert into advisor values('97551', '50330'); + insert into advisor values('76895', '43779'); + insert into advisor values('85451', '99052'); + insert into advisor values('43989', '74426'); + insert into advisor values('99719', '58558'); + insert into advisor values('19245', '80759'); + insert into advisor values('36685', '4034'); + insert into advisor values('57123', '73623'); + insert into advisor values('51997', '48570'); + insert into advisor values('95631', '48507'); + insert into advisor values('70452', '95030'); + insert into advisor values('37219', '72553'); + insert into advisor values('59530', '50885'); + insert into advisor values('61737', '36897'); + insert into advisor values('33645', '81991'); + insert into advisor values('3143', '63395'); + insert into advisor values('78792', '72553'); + insert into advisor values('10076', '6569'); + insert into advisor values('59553', '80759'); + insert into advisor values('57666', '48507'); + insert into advisor values('22004', '78699'); + insert into advisor values('38668', '97302'); + insert into advisor values('43130', '4034'); + insert into advisor values('36263', '4034'); + insert into advisor values('99271', '28400'); + insert into advisor values('69850', '3335'); + insert into advisor values('59397', '16807'); + insert into advisor values('61127', '48507'); + insert into advisor values('30299', '50330'); + insert into advisor values('57962', '81991'); + insert into advisor values('88169', '6569'); + insert into advisor values('27094', '77346'); + insert into advisor values('39115', '6569'); + insert into advisor values('84189', '28097'); + insert into advisor values('79892', '99052'); + insert into advisor values('95046', '96895'); + insert into advisor values('34386', '74426'); + insert into advisor values('82646', '34175'); + insert into advisor values('31086', '48570'); + insert into advisor values('85226', '3199'); + insert into advisor values('32490', '35579'); + insert into advisor values('39704', '73623'); + insert into advisor values('80610', '97302'); + insert into advisor values('18675', '22591'); + insert into advisor values('47630', '72553'); + insert into advisor values('36102', '35579'); + insert into advisor values('22620', '3335'); + insert into advisor values('39157', '36897'); + insert into advisor values('86327', '25946'); + insert into advisor values('84865', '74420'); + insert into advisor values('83557', '48570'); + insert into advisor values('7490', '80759'); + insert into advisor values('94178', '80759'); + insert into advisor values('99660', '42782'); + insert into advisor values('57511', '37687'); + insert into advisor values('56941', '41930'); + insert into advisor values('77415', '64871'); + insert into advisor values('99754', '4233'); + insert into advisor values('81550', '72553'); + insert into advisor values('79911', '64871'); + insert into advisor values('82082', '4233'); + insert into advisor values('58846', '79081'); + insert into advisor values('11076', '95030'); + insert into advisor values('7204', '14365'); + insert into advisor values('73165', '57180'); + insert into advisor values('1737', '41930'); + insert into advisor values('12979', '37687'); + insert into advisor values('57334', '90643'); + insert into advisor values('1827', '14365'); + insert into advisor values('29390', '52647'); + insert into advisor values('31302', '95709'); + insert into advisor values('77231', '90376'); + insert into advisor values('36126', '63287'); + insert into advisor values('45200', '37687'); + insert into advisor values('99463', '97302'); + insert into advisor values('79170', '73623'); + insert into advisor values('12216', '34175'); + insert into advisor values('64593', '96895'); + insert into advisor values('30177', '4233'); + insert into advisor values('15074', '4233'); + insert into advisor values('5005', '4233'); + insert into advisor values('99348', '99052'); + insert into advisor values('82591', '4034'); + insert into advisor values('53089', '78699'); + insert into advisor values('24630', '63395'); + insert into advisor values('71387', '35579'); + insert into advisor values('61354', '42782'); + insert into advisor values('10481', '19368'); + insert into advisor values('39310', '63395'); + insert into advisor values('16297', '16807'); + insert into advisor values('72622', '90643'); + insert into advisor values('92965', '64871'); + insert into advisor values('89104', '6569'); + insert into advisor values('13408', '63287'); + insert into advisor values('66229', '36897'); + insert into advisor values('87280', '63287'); + insert into advisor values('73206', '4034'); + insert into advisor values('24387', '19368'); + insert into advisor values('32744', '37687'); + insert into advisor values('39204', '74426'); + insert into advisor values('42298', '52647'); + insert into advisor values('53588', '81991'); + insert into advisor values('90004', '16807'); + insert into advisor values('12563', '36897'); + insert into advisor values('55000', '64871'); + insert into advisor values('1110', '3335'); + insert into advisor values('55170', '4034'); + insert into advisor values('56080', '90376'); + insert into advisor values('61065', '99052'); + insert into advisor values('107', '15347'); + insert into advisor values('11453', '97302'); + insert into advisor values('53805', '74420'); + insert into advisor values('39241', '95030'); + insert into advisor values('32886', '57180'); + insert into advisor values('40080', '95709'); + insert into advisor values('22142', '79653'); + insert into advisor values('94257', '48570'); + insert into advisor values('75513', '74420'); + insert into advisor values('99268', '95030'); + insert into advisor values('20084', '16807'); + insert into advisor values('51868', '52647'); + insert into advisor values('7287', '14365'); + insert into advisor values('35588', '48570'); + insert into advisor values('83170', '15347'); + insert into advisor values('14596', '79081'); + insert into advisor values('23794', '90376'); + insert into advisor values('78332', '41930'); + insert into advisor values('49339', '41930'); + insert into advisor values('40677', '95030'); + insert into advisor values('90220', '95709'); + insert into advisor values('95029', '48570'); + insert into advisor values('83728', '3335'); + insert into advisor values('67033', '63287'); + insert into advisor values('87785', '15347'); + insert into advisor values('4345', '28400'); + insert into advisor values('96085', '59795'); + insert into advisor values('64249', '52647'); + insert into advisor values('53803', '15347'); + insert into advisor values('27956', '79081'); + insert into advisor values('24796', '35579'); + insert into advisor values('4449', '37687'); + insert into advisor values('77364', '4233'); + insert into advisor values('70384', '37687'); + insert into advisor values('18007', '16807'); + insert into advisor values('51723', '42782'); + insert into advisor values('56486', '22591'); + insert into advisor values('70359', '6569'); + insert into advisor values('18234', '34175'); + insert into advisor values('34322', '41930'); + insert into advisor values('24325', '79653'); + insert into advisor values('83444', '64871'); + insert into advisor values('93814', '35579'); + insert into advisor values('80912', '74420'); + insert into advisor values('70099', '3335'); + insert into advisor values('64945', '97302'); + insert into advisor values('81789', '48570'); + insert into advisor values('38271', '79081'); + insert into advisor values('87784', '57180'); + insert into advisor values('46436', '50885'); + insert into advisor values('20195', '96895'); + insert into advisor values('31080', '31955'); + insert into advisor values('85887', '74426'); + insert into advisor values('85234', '4233'); + insert into advisor values('1460', '43779'); + insert into advisor values('30650', '43779'); + insert into advisor values('6474', '78699'); + insert into advisor values('67051', '95709'); + insert into advisor values('58300', '31955'); + insert into advisor values('64192', '50330'); + insert into advisor values('84727', '96895'); + insert into advisor values('39881', '72553'); + insert into advisor values('3163', '72553'); + insert into advisor values('72643', '37687'); + insert into advisor values('66008', '74426'); + insert into advisor values('76291', '25946'); + insert into advisor values('92274', '37687'); + insert into advisor values('16075', '73623'); + insert into advisor values('30334', '6569'); + insert into advisor values('75123', '48570'); + insert into advisor values('35042', '97302'); + insert into advisor values('99073', '37687'); + insert into advisor values('68280', '35579'); + insert into advisor values('80976', '19368'); + insert into advisor values('68554', '72553'); + insert into advisor values('99949', '16807'); + insert into advisor values('71287', '52647'); + insert into advisor values('73268', '74420'); + insert into advisor values('93708', '58558'); + insert into advisor values('29399', '50330'); + insert into advisor values('14284', '80759'); + insert into advisor values('80247', '3199'); + insert into advisor values('86344', '4233'); + insert into advisor values('54728', '6569'); + insert into advisor values('86375', '22591'); + insert into advisor values('64401', '48507'); + insert into advisor values('9183', '63287'); + insert into advisor values('71529', '15347'); + insert into advisor values('65433', '58558'); + insert into advisor values('89051', '81991'); + insert into advisor values('90448', '31955'); + insert into advisor values('90082', '90643'); + insert into advisor values('25362', '48570'); + insert into advisor values('74509', '79081'); + insert into advisor values('20445', '74426'); + insert into advisor values('40059', '4034'); + insert into advisor values('60867', '63287'); + insert into advisor values('28128', '74420'); + insert into advisor values('28518', '97302'); + insert into advisor values('17086', '16807'); + insert into advisor values('91132', '63287'); + insert into advisor values('29260', '57180'); + insert into advisor values('29707', '59795'); + insert into advisor values('85746', '4034'); + insert into advisor values('54605', '4034'); + insert into advisor values('78922', '79653'); + insert into advisor values('76173', '3335'); + insert into advisor values('6304', '22591'); + insert into advisor values('98120', '16807'); + insert into advisor values('6195', '37687'); + insert into advisor values('33837', '78699'); + insert into advisor values('86833', '95030'); + insert into advisor values('28829', '6569'); + insert into advisor values('82974', '95709'); + insert into advisor values('39114', '96895'); + insert into advisor values('53485', '15347'); + insert into advisor values('8603', '65931'); + insert into advisor values('7973', '58558'); + insert into advisor values('34502', '31955'); + insert into advisor values('69853', '28400'); + insert into advisor values('70389', '37687'); + insert into advisor values('75423', '6569'); + insert into advisor values('26881', '59795'); + insert into advisor values('19848', '28097'); + insert into advisor values('5017', '37687'); + insert into advisor values('33094', '14365'); + insert into advisor values('25468', '4233'); + insert into advisor values('75928', '6569'); + insert into advisor values('94522', '79653'); + insert into advisor values('30289', '35579'); + insert into advisor values('54296', '97302'); + insert into advisor values('12069', '65931'); + insert into advisor values('89059', '95709'); + insert into advisor values('38336', '36897'); + insert into advisor values('98563', '65931'); + insert into advisor values('19541', '72553'); + insert into advisor values('95366', '65931'); + insert into advisor values('69758', '16807'); + insert into advisor values('98690', '79653'); + insert into advisor values('66494', '28400'); + insert into advisor values('65205', '28097'); + insert into advisor values('11682', '59795'); + insert into advisor values('36265', '96895'); + insert into advisor values('14432', '79653'); + insert into advisor values('63860', '57180'); + insert into advisor values('50969', '77346'); + insert into advisor values('95089', '36897'); + insert into advisor values('74840', '22591'); + insert into advisor values('29002', '63395'); + insert into advisor values('37809', '28400'); + insert into advisor values('27727', '52647'); + insert into advisor values('66469', '81991'); + insert into advisor values('31486', '95030'); + insert into advisor values('95099', '73623'); + insert into advisor values('57083', '36897'); + insert into advisor values('83622', '74420'); + insert into advisor values('68278', '57180'); + insert into advisor values('87651', '4034'); + insert into advisor values('8426', '34175'); + insert into advisor values('88793', '97302'); + insert into advisor values('60249', '95709'); + insert into advisor values('65144', '28097'); + insert into advisor values('91091', '74420'); + insert into advisor values('8252', '15347'); + insert into advisor values('82126', '4233'); + insert into advisor values('13290', '77346'); + insert into advisor values('85356', '95030'); + insert into advisor values('5871', '41930'); + insert into advisor values('59290', '72553'); + insert into advisor values('5414', '63395'); + insert into advisor values('30124', '48570'); + insert into advisor values('21008', '95709'); + insert into advisor values('69732', '58558'); + insert into advisor values('19450', '25946'); + insert into advisor values('55915', '95030'); + insert into advisor values('14621', '74426'); + insert into advisor values('22003', '57180'); + insert into advisor values('16631', '19368'); + insert into advisor values('51549', '63395'); + insert into advisor values('95284', '74426'); + insert into advisor values('60366', '3199'); + insert into advisor values('99369', '52647'); + insert into advisor values('50873', '19368'); + insert into advisor values('36244', '58558'); + insert into advisor values('58874', '3199'); + insert into advisor values('82687', '79081'); + insert into advisor values('2423', '34175'); + insert into advisor values('62429', '50330'); + insert into advisor values('93631', '95709'); + insert into advisor values('29705', '80759'); + insert into advisor values('52076', '48570'); + insert into advisor values('53451', '4233'); + insert into advisor values('69730', '3199'); + insert into advisor values('56276', '48507'); + insert into advisor values('23311', '73623'); + insert into advisor values('21086', '42782'); + insert into advisor values('61003', '79081'); + insert into advisor values('27950', '22591'); + insert into advisor values('50583', '41930'); + insert into advisor values('40276', '77346'); + insert into advisor values('15487', '28400'); + insert into advisor values('83592', '48570'); + insert into advisor values('46970', '81991'); + insert into advisor values('30188', '19368'); + insert into advisor values('64934', '31955'); + insert into advisor values('99694', '15347'); + insert into advisor values('79534', '4233'); + insert into advisor values('57156', '73623'); + insert into advisor values('41894', '63287'); + insert into advisor values('69679', '35579'); + insert into advisor values('62795', '96895'); + insert into advisor values('34331', '52647'); + insert into advisor values('4645', '28400'); + insert into advisor values('70395', '97302'); + insert into advisor values('69222', '81991'); + insert into advisor values('22254', '64871'); + insert into advisor values('51817', '4233'); + insert into advisor values('66495', '95709'); + insert into advisor values('72501', '79653'); + insert into advisor values('7390', '19368'); + insert into advisor values('28538', '99052'); + insert into advisor values('68649', '65931'); + insert into advisor values('15249', '64871'); + insert into advisor values('98984', '36897'); + insert into advisor values('35198', '22591'); + insert into advisor values('67017', '50330'); + insert into advisor values('27919', '3335'); + insert into advisor values('46762', '22591'); + insert into advisor values('98843', '19368'); + insert into advisor values('14094', '95030'); + insert into advisor values('79589', '41930'); + insert into advisor values('94371', '6569'); + insert into advisor values('25528', '3335'); + insert into advisor values('7620', '31955'); + insert into advisor values('43658', '79653'); + insert into advisor values('65714', '57180'); + insert into advisor values('37339', '3199'); + insert into advisor values('38555', '74426'); + insert into advisor values('73908', '43779'); + insert into advisor values('4438', '25946'); + insert into advisor values('15883', '22591'); + insert into advisor values('41890', '35579'); + insert into advisor values('75547', '52647'); + insert into advisor values('89196', '72553'); + insert into advisor values('52494', '97302'); + insert into advisor values('44551', '74420'); + insert into advisor values('61332', '19368'); + insert into advisor values('37715', '35579'); + insert into advisor values('68779', '79653'); + insert into advisor values('71768', '3199'); + insert into advisor values('72055', '95709'); + insert into advisor values('29514', '4034'); + insert into advisor values('62152', '64871'); + insert into advisor values('66212', '31955'); + insert into advisor values('53048', '57180'); + insert into advisor values('4015', '96895'); + insert into advisor values('67340', '6569'); + insert into advisor values('2970', '42782'); + insert into advisor values('27952', '57180'); + insert into advisor values('51008', '16807'); + insert into advisor values('97629', '3199'); + insert into advisor values('31079', '65931'); + insert into advisor values('57941', '34175'); + insert into advisor values('30397', '65931'); + insert into advisor values('45826', '14365'); + insert into advisor values('70299', '22591'); + insert into advisor values('9084', '63287'); + insert into advisor values('78116', '97302'); + insert into advisor values('5250', '48570'); + insert into advisor values('93508', '50330'); + insert into advisor values('30845', '48507'); + insert into advisor values('91442', '90643'); + insert into advisor values('75938', '50330'); + insert into advisor values('74672', '3335'); + insert into advisor values('12078', '35579'); + insert into advisor values('94311', '48507'); + insert into advisor values('94697', '28400'); + insert into advisor values('50702', '77346'); + insert into advisor values('35462', '28097'); + insert into advisor values('34018', '28097'); + insert into advisor values('99775', '77346'); + insert into advisor values('88140', '16807'); + insert into advisor values('46106', '28097'); + insert into advisor values('68096', '63395'); + insert into advisor values('84808', '22591'); + insert into advisor values('97658', '34175'); + insert into advisor values('73186', '22591'); + insert into advisor values('50944', '58558'); + insert into advisor values('53165', '35579'); + insert into advisor values('86981', '77346'); + insert into advisor values('16885', '35579'); + insert into advisor values('2561', '52647'); + insert into advisor values('96178', '42782'); + insert into advisor values('64731', '65931'); + insert into advisor values('14023', '73623'); + insert into advisor values('47265', '63287'); + insert into advisor values('84704', '90376'); + insert into advisor values('69132', '77346'); + insert into advisor values('49073', '80759'); + insert into advisor values('44703', '28400'); + insert into advisor values('41211', '6569'); + insert into advisor values('61414', '77346'); + insert into advisor values('38696', '50885'); + insert into advisor values('90009', '95030'); + insert into advisor values('97868', '99052'); + insert into advisor values('17944', '64871'); + insert into advisor values('25380', '96895'); + insert into advisor values('85614', '72553'); + insert into advisor values('60984', '77346'); + insert into advisor values('84495', '63395'); + insert into advisor values('19321', '57180'); + insert into advisor values('99611', '4034'); + insert into advisor values('72485', '41930'); + insert into advisor values('50267', '43779'); + insert into advisor values('544', '78699'); + insert into advisor values('55009', '48570'); + insert into advisor values('45083', '74426'); + insert into advisor values('67018', '35579'); + insert into advisor values('93039', '74426'); + insert into advisor values('75772', '48570'); + insert into advisor values('60224', '50330'); + insert into advisor values('41674', '3199'); + insert into advisor values('97435', '80759'); + insert into advisor values('21101', '96895'); + insert into advisor values('76250', '41930'); + insert into advisor values('40682', '36897'); + insert into advisor values('39612', '14365'); + insert into advisor values('14032', '34175'); + insert into advisor values('75791', '37687'); + insert into advisor values('5208', '36897'); + insert into advisor values('43432', '63287'); + insert into advisor values('68453', '57180'); + insert into advisor values('12711', '58558'); + insert into advisor values('40932', '34175'); + insert into advisor values('6710', '77346'); + insert into advisor values('91370', '63287'); + insert into advisor values('43912', '80759'); + insert into advisor values('12666', '74420'); + insert into advisor values('74460', '81991'); + insert into advisor values('99422', '14365'); + insert into advisor values('95320', '80759'); + insert into advisor values('56299', '58558'); + insert into advisor values('84432', '79081'); + insert into advisor values('75231', '63287'); + insert into advisor values('94846', '25946'); + insert into advisor values('4004', '50330'); + insert into advisor values('28361', '96895'); + insert into advisor values('97228', '42782'); + insert into advisor values('39552', '63395'); + insert into advisor values('38676', '3199'); + insert into advisor values('94814', '57180'); + insert into advisor values('16035', '81991'); + insert into advisor values('79205', '43779'); + insert into advisor values('4682', '35579'); + insert into advisor values('5925', '4034'); + insert into advisor values('25187', '41930'); + insert into advisor values('19603', '48570'); + insert into advisor values('41491', '37687'); + insert into advisor values('99764', '63287'); + insert into advisor values('50537', '95709'); + insert into advisor values('67793', '36897'); + insert into advisor values('47487', '41930'); + insert into advisor values('19362', '14365'); + insert into advisor values('25942', '96895'); + insert into advisor values('39238', '72553'); + insert into advisor values('65979', '6569'); + insert into advisor values('22086', '19368'); + insert into advisor values('37734', '31955'); + insert into advisor values('17911', '28097'); + insert into advisor values('87831', '79081'); + insert into advisor values('12214', '25946'); + insert into advisor values('20378', '78699'); + insert into advisor values('11083', '96895'); + insert into advisor values('57377', '50885'); + insert into advisor values('35881', '78699'); + insert into advisor values('34542', '79081'); + insert into advisor values('91978', '48570'); + insert into advisor values('87048', '59795'); + insert into advisor values('64820', '14365'); + insert into advisor values('57474', '41930'); + insert into advisor values('53496', '3199'); + insert into advisor values('87193', '4233'); + insert into advisor values('847', '65931'); + insert into advisor values('42388', '97302'); + insert into advisor values('62749', '15347'); + insert into advisor values('41988', '28097'); + insert into advisor values('85680', '97302'); + insert into advisor values('82083', '63287'); + insert into advisor values('65056', '72553'); + insert into advisor values('3639', '59795'); + insert into advisor values('37038', '79653'); + insert into advisor values('9933', '64871'); + insert into advisor values('65190', '52647'); + insert into advisor values('15328', '37687'); + insert into advisor values('59455', '14365'); + insert into advisor values('49873', '22591'); + insert into advisor values('82039', '48570'); + insert into advisor values('20974', '28400'); + insert into advisor values('56089', '48507'); + insert into advisor values('86573', '72553'); + insert into advisor values('38712', '97302'); + insert into advisor values('42991', '6569'); + insert into advisor values('28019', '15347'); + insert into advisor values('13023', '58558'); + insert into advisor values('31761', '72553'); + insert into advisor values('56882', '25946'); + insert into advisor values('34788', '37687'); + insert into advisor values('17607', '52647'); + insert into advisor values('48776', '58558'); + insert into advisor values('78758', '59795'); + insert into advisor values('77218', '77346'); + insert into advisor values('4034', '97302'); + insert into advisor values('50658', '81991'); + insert into advisor values('76057', '37687'); + insert into advisor values('96067', '99052'); + insert into advisor values('24784', '4034'); + insert into advisor values('31560', '36897'); + insert into advisor values('32345', '74426'); + insert into advisor values('76799', '58558'); + insert into advisor values('37454', '96895'); + insert into advisor values('30943', '63287'); + insert into advisor values('16405', '73623'); + insert into advisor values('95850', '4233'); + insert into advisor values('26619', '35579'); + insert into advisor values('17997', '65931'); + insert into advisor values('26427', '80759'); + insert into advisor values('73213', '90376'); + insert into advisor values('93366', '58558'); + insert into advisor values('33882', '74426'); + insert into advisor values('37818', '43779'); + insert into advisor values('21102', '74426'); + insert into advisor values('76798', '52647'); + insert into advisor values('31820', '90376'); + insert into advisor values('63489', '50885'); + insert into advisor values('51955', '81991'); + insert into advisor values('71631', '72553'); + insert into advisor values('48009', '16807'); + insert into advisor values('51678', '65931'); + insert into advisor values('73602', '31955'); + insert into advisor values('11530', '4034'); + insert into advisor values('32376', '4233'); + insert into advisor values('80799', '74420'); + insert into advisor values('40178', '99052'); + insert into advisor values('58701', '42782'); + insert into advisor values('46655', '81991'); + insert into advisor values('93043', '72553'); + insert into advisor values('1402', '37687'); + insert into advisor values('29462', '3199'); + insert into advisor values('49701', '42782'); + insert into advisor values('96968', '3199'); + insert into advisor values('89551', '16807'); + insert into advisor values('32483', '72553'); + insert into advisor values('39472', '77346'); + insert into advisor values('88045', '34175'); + insert into advisor values('30474', '65931'); + insert into advisor values('31476', '36897'); + insert into advisor values('95175', '57180'); + insert into advisor values('95697', '50330'); + insert into advisor values('37759', '95030'); + insert into advisor values('96134', '95709'); + insert into advisor values('92464', '4034'); + insert into advisor values('78434', '80759'); + insert into advisor values('44038', '63395'); + insert into advisor values('43993', '95030'); + insert into advisor values('914', '95030'); + insert into advisor values('19342', '78699'); + insert into advisor values('13749', '79653'); + insert into advisor values('33546', '72553'); + insert into advisor values('40116', '42782'); + insert into advisor values('46980', '3199'); + insert into advisor values('31266', '81991'); + insert into advisor values('65688', '73623'); + insert into advisor values('65563', '35579'); + insert into advisor values('83314', '57180'); + insert into advisor values('39876', '72553'); + insert into advisor values('44706', '43779'); + insert into advisor values('15086', '48570'); + insert into advisor values('12615', '34175'); + insert into advisor values('63538', '25946'); + insert into advisor values('17831', '22591'); + insert into advisor values('96117', '15347'); + insert into advisor values('82066', '31955'); + insert into advisor values('28738', '79653'); + insert into advisor values('84515', '97302'); + insert into advisor values('90132', '90643'); + insert into advisor values('8192', '22591'); + insert into advisor values('25611', '63395'); + insert into advisor values('50743', '52647'); + insert into advisor values('41683', '28097'); + insert into advisor values('99553', '48507'); + insert into advisor values('22179', '22591'); + insert into advisor values('65121', '72553'); + insert into advisor values('52057', '81991'); + insert into advisor values('931', '95709'); + insert into advisor values('23392', '59795'); + insert into advisor values('33759', '15347'); + insert into advisor values('52203', '4233'); + insert into advisor values('78581', '74426'); + insert into advisor values('65241', '25946'); + insert into advisor values('45359', '80759'); + insert into advisor values('86001', '64871'); + insert into advisor values('22532', '50330'); + insert into advisor values('97573', '22591'); + insert into advisor values('90609', '6569'); + insert into advisor values('16528', '48507'); + insert into advisor values('61920', '28400'); + insert into advisor values('282', '28400'); + insert into advisor values('85602', '58558'); + insert into advisor values('62832', '95709'); + insert into advisor values('78454', '34175'); + insert into advisor values('30222', '90376'); + insert into advisor values('28994', '4233'); + insert into advisor values('39927', '77346'); + insert into advisor values('74070', '90376'); + insert into advisor values('65208', '59795'); + insert into advisor values('2286', '31955'); + insert into advisor values('49450', '59795'); + insert into advisor values('83214', '73623'); + insert into advisor values('6287', '99052'); + insert into advisor values('86661', '90376'); + insert into advisor values('68242', '28400'); + insert into advisor values('42092', '74420'); + insert into advisor values('9993', '96895'); + insert into advisor values('89734', '73623'); + insert into advisor values('7732', '16807'); + insert into advisor values('89312', '3335'); + insert into advisor values('35357', '50330'); + insert into advisor values('86127', '58558'); + insert into advisor values('18775', '37687'); + insert into advisor values('24374', '4034'); + insert into advisor values('2848', '57180'); + insert into advisor values('78143', '3199'); + insert into advisor values('50977', '3335'); + insert into advisor values('96895', '65931'); + insert into advisor values('95626', '50885'); + insert into advisor values('22260', '42782'); + insert into advisor values('23224', '36897'); + insert into advisor values('27528', '80759'); + insert into advisor values('71025', '74426'); + insert into advisor values('36845', '72553'); + insert into advisor values('17924', '97302'); + insert into advisor values('69632', '59795'); + insert into advisor values('70828', '97302'); + insert into advisor values('27687', '4034'); + insert into advisor values('28299', '63395'); + insert into advisor values('14869', '22591'); + insert into advisor values('11152', '6569'); + insert into advisor values('17507', '65931'); + insert into advisor values('57107', '31955'); + insert into advisor values('47670', '95030'); + insert into advisor values('25718', '6569'); + insert into advisor values('67293', '74426'); + insert into advisor values('41091', '96895'); + insert into advisor values('86674', '65931'); + insert into advisor values('23506', '52647'); + insert into advisor values('8022', '77346'); + insert into advisor values('97953', '4233'); + insert into advisor values('86934', '36897'); + insert into advisor values('58172', '28400'); + insert into advisor values('81610', '78699'); + insert into advisor values('77172', '64871'); + insert into advisor values('499', '35579'); + insert into advisor values('94730', '3199'); + insert into advisor values('40371', '31955'); + insert into advisor values('3651', '41930'); + insert into advisor values('85904', '34175'); + insert into advisor values('73394', '99052'); + insert into advisor values('8807', '96895'); + insert into advisor values('62705', '48570'); + insert into advisor values('11578', '90376'); + insert into advisor values('68248', '50330'); + insert into advisor values('98315', '6569'); + insert into advisor values('62754', '95030'); + insert into advisor values('41406', '95030'); + insert into advisor values('82063', '57180'); + insert into advisor values('87706', '34175'); + insert into advisor values('20540', '41930'); + insert into advisor values('69960', '14365'); + insert into advisor values('30252', '65931'); + insert into advisor values('70098', '37687'); + insert into advisor values('93986', '14365'); + insert into advisor values('35685', '97302'); + insert into advisor values('31364', '34175'); + insert into advisor values('36494', '4034'); + insert into advisor values('32217', '4233'); + insert into advisor values('69952', '79081'); + insert into advisor values('52523', '31955'); + insert into advisor values('7149', '97302'); + insert into advisor values('71878', '57180'); + insert into advisor values('29192', '48570'); + insert into advisor values('79446', '48507'); + insert into advisor values('77000', '22591'); + insert into advisor values('1836', '35579'); + insert into advisor values('84167', '95709'); + insert into advisor values('81785', '78699'); + insert into advisor values('1087', '35579'); + insert into advisor values('5617', '73623'); + insert into advisor values('53547', '73623'); + insert into advisor values('39978', '31955'); + insert into advisor values('60748', '6569'); + insert into advisor values('23449', '81991'); + insert into advisor values('52385', '63287'); + insert into advisor values('2139', '4233'); + insert into advisor values('12941', '37687'); + insert into advisor values('72521', '80759'); + insert into advisor values('82580', '65931'); + insert into advisor values('39394', '14365'); + insert into advisor values('39901', '43779'); + insert into advisor values('3493', '74426'); + insert into advisor values('90353', '81991'); + insert into advisor values('69747', '28400'); + insert into advisor values('39514', '14365'); + insert into advisor values('36995', '16807'); + insert into advisor values('12971', '50330'); + insert into advisor values('76768', '19368'); + insert into advisor values('79502', '90376'); + insert into advisor values('63390', '50885'); + insert into advisor values('19824', '77346'); + insert into advisor values('46769', '52647'); + insert into advisor values('65400', '4034'); + insert into advisor values('44258', '96895'); + insert into advisor values('81896', '16807'); + insert into advisor values('79772', '90643'); + insert into advisor values('46155', '78699'); + insert into advisor values('18709', '52647'); + insert into advisor values('63502', '16807'); + insert into advisor values('39521', '97302'); + insert into advisor values('51203', '78699'); + insert into advisor values('96741', '48507'); + insert into advisor values('38371', '48570'); + insert into advisor values('59673', '79081'); + insert into advisor values('13365', '95030'); + insert into advisor values('1000', '16807'); + insert into advisor values('19735', '90643'); + insert into advisor values('34126', '95709'); + insert into advisor values('16467', '50330'); + insert into advisor values('80248', '3199'); + insert into advisor values('58634', '28400'); + insert into advisor values('51975', '16807'); + insert into advisor values('77548', '90643'); + insert into advisor values('74796', '36897'); + insert into advisor values('85981', '28400'); + insert into advisor values('29645', '37687'); + insert into advisor values('89234', '57180'); + insert into advisor values('94142', '16807'); + insert into advisor values('79697', '42782'); + insert into advisor values('90089', '48570'); + insert into advisor values('20244', '25946'); + insert into advisor values('37350', '99052'); + insert into advisor values('81638', '63395'); + insert into advisor values('90914', '28400'); + insert into advisor values('75395', '95709'); + insert into advisor values('42556', '28400'); + insert into advisor values('10556', '3199'); + insert into advisor values('39619', '74426'); + insert into advisor values('38288', '3199'); + insert into advisor values('20985', '79653'); + insert into advisor values('38548', '74420'); + insert into advisor values('15698', '41930'); + insert into advisor values('23500', '79653'); + insert into advisor values('70965', '22591'); + insert into advisor values('76911', '63395'); + insert into advisor values('3545', '74420'); + insert into advisor values('46694', '28400'); + insert into advisor values('99977', '28400'); + insert into advisor values('90124', '57180'); + insert into advisor values('95840', '48570'); + insert into advisor values('56143', '52647'); + insert into advisor values('79469', '50330'); + insert into advisor values('3693', '73623'); + insert into advisor values('42096', '4233'); + insert into advisor values('88472', '90643'); + insert into advisor values('14874', '79081'); + insert into advisor values('978', '36897'); + insert into advisor values('33201', '81991'); + insert into advisor values('30161', '63287'); + insert into advisor values('46441', '14365'); + insert into advisor values('31035', '19368'); + insert into advisor values('67371', '3335'); + insert into advisor values('80651', '4233'); + insert into advisor values('43505', '72553'); + insert into advisor values('35498', '80759'); + insert into advisor values('48423', '95709'); + insert into advisor values('51093', '15347'); + insert into advisor values('78572', '37687'); + insert into advisor values('52669', '37687'); + insert into advisor values('87246', '28400'); + insert into advisor values('69122', '79081'); + insert into advisor values('52945', '48570'); + insert into advisor values('52471', '4233'); + insert into advisor values('62728', '97302'); + insert into advisor values('52929', '43779'); + insert into advisor values('85754', '19368'); + insert into advisor values('18583', '50330'); + insert into advisor values('74974', '77346'); + insert into advisor values('48611', '77346'); + insert into advisor values('63582', '81991'); + insert into advisor values('53118', '79081'); + insert into advisor values('88887', '48570'); + insert into advisor values('81175', '19368'); + insert into advisor values('69783', '31955'); + insert into advisor values('14829', '52647'); + insert into advisor values('53469', '80759'); + insert into advisor values('44304', '22591'); + insert into advisor values('48861', '52647'); + insert into advisor values('73411', '77346'); + insert into advisor values('95225', '48570'); + insert into advisor values('53788', '77346'); + insert into advisor values('68712', '57180'); + insert into advisor values('52866', '35579'); + insert into advisor values('5298', '90376'); + insert into advisor values('58606', '59795'); + insert into advisor values('76049', '14365'); + insert into advisor values('78858', '99052'); + insert into advisor values('97041', '28400'); + insert into advisor values('98388', '63287'); + insert into advisor values('15024', '77346'); + insert into advisor values('5243', '58558'); + insert into advisor values('80990', '90376'); + insert into advisor values('77664', '35579'); + insert into advisor values('49982', '77346'); + insert into advisor values('87222', '57180'); + insert into advisor values('35523', '25946'); + insert into advisor values('14499', '97302'); + insert into advisor values('33107', '77346'); + insert into advisor values('18108', '34175'); + insert into advisor values('67655', '4233'); + insert into advisor values('95852', '79081'); + insert into advisor values('50664', '36897'); + insert into advisor values('59117', '37687'); + insert into advisor values('435', '4233'); + insert into advisor values('75596', '6569'); + insert into advisor values('34197', '73623'); + insert into advisor values('66281', '79653'); + insert into advisor values('86736', '90643'); + insert into advisor values('14484', '48507'); + insert into advisor values('88308', '25946'); + insert into advisor values('36657', '96895'); + insert into advisor values('93125', '78699'); + insert into advisor values('29140', '48570'); + insert into advisor values('85211', '15347'); + insert into advisor values('23525', '50330'); + insert into advisor values('3005', '31955'); + insert into advisor values('91197', '35579'); + insert into advisor values('1285', '4034'); + insert into advisor values('29863', '16807'); + insert into advisor values('15070', '97302'); + insert into advisor values('98047', '57180'); + insert into advisor values('87624', '28097'); + insert into advisor values('38902', '65931'); + insert into advisor values('15538', '59795'); + insert into advisor values('83691', '79653'); + insert into advisor values('89759', '42782'); + insert into advisor values('34770', '64871'); + insert into advisor values('11202', '90376'); + insert into advisor values('65681', '3199'); + insert into advisor values('17665', '74426'); + insert into advisor values('11966', '79653'); + insert into advisor values('21556', '42782'); + insert into advisor values('24002', '19368'); + insert into advisor values('75878', '22591'); + insert into advisor values('52120', '34175'); + insert into advisor values('93491', '64871'); + insert into advisor values('78637', '90643'); + insert into advisor values('9256', '72553'); + insert into advisor values('41345', '50330'); + insert into advisor values('98726', '52647'); + insert into advisor values('5381', '77346'); + insert into advisor values('99647', '37687'); + insert into advisor values('50331', '78699'); + insert into advisor values('48247', '28400'); + insert into advisor values('65753', '73623'); + insert into advisor values('29091', '63287'); + insert into advisor values('72165', '99052'); + insert into advisor values('43981', '48507'); + insert into advisor values('16057', '42782'); + insert into advisor values('88525', '48507'); + insert into advisor values('16480', '41930'); + insert into advisor values('92849', '90376'); + insert into advisor values('9495', '77346'); + insert into advisor values('14581', '50885'); + insert into advisor values('65901', '96895'); + insert into advisor values('96203', '28400'); + insert into advisor values('1954', '4233'); + insert into advisor values('66484', '41930'); + insert into advisor values('15083', '73623'); + insert into advisor values('48901', '4034'); + insert into advisor values('15340', '16807'); + insert into advisor values('16515', '97302'); + insert into advisor values('54620', '58558'); + insert into advisor values('15430', '95709'); + insert into advisor values('27236', '79653'); + insert into advisor values('2201', '25946'); + insert into advisor values('69471', '63395'); + insert into advisor values('13880', '74420'); + insert into advisor values('827', '31955'); + insert into advisor values('42960', '73623'); + insert into advisor values('48471', '99052'); + insert into advisor values('13217', '16807'); + insert into advisor values('45570', '25946'); + insert into advisor values('94815', '41930'); + insert into advisor values('1922', '4233'); + insert into advisor values('51084', '63287'); + insert into advisor values('842', '48570'); + insert into advisor values('53152', '99052'); + insert into advisor values('11201', '52647'); + insert into advisor values('88577', '57180'); + insert into advisor values('22050', '79653'); + insert into advisor values('68010', '36897'); + insert into advisor values('10838', '96895'); + insert into advisor values('59848', '52647'); + insert into advisor values('7035', '36897'); + insert into advisor values('5463', '25946'); + insert into advisor values('74464', '43779'); + insert into advisor values('16969', '50885'); + insert into advisor values('62054', '25946'); + insert into advisor values('50719', '3335'); + insert into advisor values('41280', '81991'); + insert into advisor values('31341', '42782'); + insert into advisor values('23475', '97302'); + insert into advisor values('55354', '37687'); + insert into advisor values('50966', '25946'); + insert into advisor values('10269', '15347'); + insert into advisor values('92659', '19368'); + insert into advisor values('49792', '63395'); + insert into advisor values('27140', '25946'); + insert into advisor values('993', '90376'); + insert into advisor values('58326', '50885'); + insert into advisor values('70924', '63287'); + insert into advisor values('71944', '43779'); + insert into advisor values('95201', '28097'); + insert into advisor values('52876', '80759'); + insert into advisor values('58355', '58558'); + insert into advisor values('90181', '41930'); + insert into advisor values('53799', '3335'); + insert into advisor values('13511', '3335'); + insert into advisor values('69521', '35579'); + insert into advisor values('37946', '28097'); + insert into advisor values('15578', '37687'); + insert into advisor values('16311', '4233'); + insert into advisor values('56124', '52647'); + insert into advisor values('63560', '90376'); + insert into advisor values('75299', '43779'); + insert into advisor values('61356', '74420'); + insert into advisor values('70061', '36897'); + insert into advisor values('61232', '31955'); + insert into advisor values('16523', '57180'); + insert into advisor values('57238', '3199'); + insert into advisor values('63645', '37687'); + insert into advisor values('55857', '72553'); + insert into advisor values('90041', '50885'); + insert into advisor values('68263', '48507'); + insert into advisor values('48165', '59795'); + insert into advisor values('23373', '95030'); + insert into advisor values('5336', '42782'); + insert into advisor values('18286', '50885'); + insert into advisor values('4860', '73623'); + insert into advisor values('68516', '59795'); + insert into advisor values('94766', '36897'); + insert into advisor values('72669', '81991'); + insert into advisor values('41596', '3335'); + insert into advisor values('55286', '3199'); + insert into advisor values('10693', '72553'); + insert into advisor values('50467', '64871'); + insert into advisor values('21692', '97302'); + insert into advisor values('8517', '14365'); + insert into advisor values('28133', '3199'); + insert into advisor values('10033', '64871'); + insert into advisor values('60406', '41930'); + insert into advisor values('50703', '41930'); + insert into advisor values('98359', '48570'); + insert into advisor values('23992', '4034'); + insert into advisor values('31554', '14365'); + insert into advisor values('70807', '72553'); + insert into advisor values('4355', '14365'); + insert into advisor values('8457', '43779'); + insert into advisor values('10904', '48570'); + insert into advisor values('83836', '63287'); + insert into advisor values('72657', '58558'); + insert into advisor values('46035', '31955'); + insert into advisor values('36881', '59795'); + insert into advisor values('79487', '37687'); + insert into advisor values('48778', '80759'); + insert into advisor values('64039', '4034'); + insert into advisor values('42565', '79081'); + insert into advisor values('29665', '3199'); + insert into advisor values('83511', '74420'); + insert into advisor values('45494', '97302'); + insert into advisor values('12173', '95709'); + insert into advisor values('16993', '14365'); + insert into advisor values('62784', '74420'); + insert into advisor values('23344', '43779'); + insert into advisor values('92417', '78699'); + insert into advisor values('86529', '48570'); + insert into advisor values('84654', '22591'); + insert into advisor values('52134', '35579'); + insert into advisor values('90234', '57180'); + insert into advisor values('13921', '37687'); + insert into advisor values('76169', '50330'); + insert into advisor values('41832', '4233'); + insert into advisor values('68720', '41930'); + insert into advisor values('66753', '4034'); + insert into advisor values('13753', '81991'); + insert into advisor values('57190', '65931'); + insert into advisor values('27804', '79081'); + insert into advisor values('63449', '74420'); + insert into advisor values('27017', '95030'); + insert into advisor values('52291', '77346'); + insert into advisor values('80941', '15347'); + insert into advisor values('95953', '16807'); + insert into advisor values('72528', '28400'); + insert into advisor values('61854', '74420'); + insert into advisor values('91851', '37687'); + insert into advisor values('38973', '65931'); + insert into advisor values('83480', '79653'); + insert into advisor values('13504', '81991'); + insert into advisor values('19766', '28400'); + insert into advisor values('50365', '90376'); + insert into advisor values('43616', '79081'); + insert into advisor values('19917', '74426'); + insert into advisor values('29849', '43779'); + insert into advisor values('85063', '25946'); + insert into advisor values('70564', '35579'); + insert into advisor values('38121', '65931'); + insert into advisor values('14563', '6569'); + insert into advisor values('6895', '34175'); + insert into advisor values('3039', '4233'); + insert into advisor values('86969', '95709'); + insert into advisor values('11455', '63395'); + insert into advisor values('24809', '58558'); + insert into advisor values('50414', '52647'); + insert into advisor values('57026', '14365'); + insert into advisor values('69081', '73623'); + insert into advisor values('7498', '6569'); + insert into advisor values('34158', '90376'); + insert into advisor values('15144', '50330'); + insert into advisor values('88287', '22591'); + insert into advisor values('72006', '19368'); + insert into advisor values('49244', '72553'); + insert into advisor values('14639', '3199'); + insert into advisor values('76604', '63395'); + insert into advisor values('80113', '16807'); + insert into advisor values('18740', '63395'); + insert into advisor values('69628', '96895'); + insert into advisor values('13757', '42782'); + insert into advisor values('36513', '52647'); + insert into advisor values('97042', '74426'); + insert into advisor values('46260', '48570'); + insert into advisor values('29871', '3335'); + insert into advisor values('75082', '50885'); + insert into advisor values('65715', '52647'); + insert into advisor values('54875', '43779'); + insert into advisor values('99710', '52647'); + insert into advisor values('36384', '97302'); + insert into advisor values('51923', '96895'); + insert into advisor values('37653', '42782'); + insert into advisor values('61783', '48507'); + insert into advisor values('86552', '3335'); + insert into advisor values('11855', '72553'); + insert into advisor values('43016', '3199'); + insert into advisor values('11237', '72553'); + insert into advisor values('96710', '41930'); + insert into advisor values('27044', '73623'); + insert into advisor values('25046', '50885'); + insert into advisor values('62487', '37687'); + insert into advisor values('49759', '65931'); + insert into advisor values('65101', '48570'); + insert into advisor values('64550', '6569'); + insert into advisor values('25143', '95709'); + insert into advisor values('13495', '59795'); + insert into advisor values('67560', '78699'); + insert into advisor values('28316', '78699'); + insert into advisor values('47379', '74420'); + insert into advisor values('56003', '4233'); + insert into advisor values('32369', '64871'); + insert into advisor values('52187', '73623'); + insert into advisor values('91992', '97302'); + insert into advisor values('71543', '78699'); + insert into advisor values('1220', '50330'); + insert into advisor values('40937', '4233'); + insert into advisor values('14065', '77346'); + insert into advisor values('43495', '3335'); + insert into advisor values('26494', '25946'); + insert into advisor values('12362', '25946'); + insert into advisor values('41675', '36897'); + insert into advisor values('78314', '4034'); + insert into advisor values('51579', '34175'); + insert into advisor values('2178', '64871'); + insert into advisor values('86707', '6569'); + insert into advisor values('56849', '19368'); + insert into advisor values('6712', '96895'); + insert into advisor values('17207', '28400'); + insert into advisor values('81876', '97302'); + insert into advisor values('66259', '72553'); + insert into advisor values('75794', '48507'); + insert into advisor values('77003', '95709'); + insert into advisor values('31101', '15347'); + insert into advisor values('64196', '80759'); + insert into advisor values('14628', '59795'); + insert into advisor values('24197', '65931'); + insert into advisor values('3576', '78699'); + insert into advisor values('45720', '16807'); + insert into advisor values('15980', '43779'); + insert into advisor values('34569', '15347'); + insert into advisor values('73492', '37687'); + insert into advisor values('44836', '72553'); + insert into advisor values('27366', '77346'); + insert into advisor values('16250', '95709'); + insert into advisor values('10267', '59795'); + insert into advisor values('77244', '22591'); + insert into advisor values('7854', '4034'); + insert into advisor values('1726', '36897'); + insert into advisor values('8347', '37687'); + insert into advisor values('83573', '90376'); + insert into advisor values('6209', '79653'); + insert into advisor values('85849', '63395'); + insert into advisor values('76224', '35579'); + insert into advisor values('7043', '64871'); + insert into advisor values('70235', '34175'); + insert into advisor values('47824', '52647'); + insert into advisor values('58935', '57180'); + insert into advisor values('987', '90643'); + insert into advisor values('46074', '58558'); + insert into advisor values('23270', '65931'); + insert into advisor values('42956', '63287'); + insert into advisor values('78481', '58558'); + insert into advisor values('888', '50885'); + insert into advisor values('42625', '25946'); + insert into advisor values('43211', '79653'); + insert into advisor values('43226', '43779'); + insert into advisor values('53172', '90376'); + insert into advisor values('16133', '74420'); + insert into advisor values('75522', '59795'); + insert into advisor values('68330', '90376'); + insert into advisor values('53225', '58558'); + insert into advisor values('67542', '63287'); + insert into advisor values('8860', '72553'); + insert into advisor values('22198', '79081'); + insert into advisor values('56212', '14365'); + insert into advisor values('67514', '6569'); + insert into advisor values('58919', '52647'); + insert into advisor values('82707', '57180'); + insert into advisor values('86641', '65931'); + insert into advisor values('94324', '77346'); + insert into advisor values('75534', '50885'); + insert into advisor values('15283', '50330'); + insert into advisor values('47677', '31955'); + insert into advisor values('94569', '63287'); + insert into advisor values('90814', '72553'); + insert into advisor values('63310', '74426'); + insert into advisor values('48660', '95030'); + insert into advisor values('35293', '90376'); + insert into advisor values('28004', '3335'); + insert into advisor values('50038', '6569'); + insert into advisor values('25940', '96895'); + insert into advisor values('11126', '35579'); + insert into advisor values('92332', '80759'); + insert into advisor values('18752', '95709'); + insert into advisor values('61527', '22591'); + insert into advisor values('32119', '42782'); + insert into advisor values('163', '41930'); + insert into advisor values('32065', '42782'); + insert into advisor values('45436', '34175'); + insert into advisor values('58085', '73623'); + insert into advisor values('17076', '74420'); + insert into advisor values('17133', '95030'); + insert into advisor values('36791', '80759'); + insert into advisor values('25785', '73623'); + insert into advisor values('11055', '48507'); + insert into advisor values('96227', '63395'); + insert into advisor values('67024', '31955'); + insert into advisor values('69307', '79081'); + insert into advisor values('23439', '36897'); + insert into advisor values('66969', '50330'); + insert into advisor values('22268', '6569'); + insert into advisor values('41938', '96895'); + insert into advisor values('17057', '80759'); + insert into advisor values('92693', '99052'); + insert into advisor values('49503', '37687'); + insert into advisor values('77130', '78699'); + insert into advisor values('7861', '80759'); + insert into advisor values('51538', '77346'); + insert into advisor values('57787', '37687'); + insert into advisor values('75116', '31955'); + insert into advisor values('81984', '34175'); + insert into advisor values('68395', '52647'); + insert into advisor values('11057', '72553'); + insert into advisor values('20002', '28400'); + insert into advisor values('95027', '95030'); + insert into advisor values('7514', '64871'); + insert into advisor values('88358', '6569'); + insert into advisor values('34392', '79653'); + insert into advisor values('57538', '15347'); + insert into advisor values('9114', '15347'); + insert into advisor values('8378', '59795'); + insert into advisor values('51416', '19368'); + insert into advisor values('71389', '97302'); + insert into advisor values('16453', '34175'); + insert into advisor values('62226', '64871'); + insert into advisor values('26028', '42782'); + insert into advisor values('45817', '35579'); + insert into advisor values('48469', '95709'); + insert into advisor values('69230', '58558'); + insert into advisor values('99711', '42782'); + insert into advisor values('26695', '15347'); + insert into advisor values('2501', '50885'); + insert into advisor values('8819', '28097'); + insert into advisor values('507', '78699'); + insert into advisor values('80698', '31955'); + insert into advisor values('73328', '3335'); + insert into advisor values('23457', '57180'); + insert into advisor values('17996', '78699'); + insert into advisor values('75173', '72553'); + insert into advisor values('25552', '81991'); + insert into advisor values('63612', '48507'); + insert into advisor values('27898', '37687'); + insert into advisor values('33401', '14365'); + insert into advisor values('49280', '63395'); + insert into advisor values('66279', '19368'); + insert into advisor values('12326', '42782'); + insert into advisor values('32772', '59795'); + insert into advisor values('25725', '50330'); + insert into advisor values('89571', '37687'); + insert into advisor values('99780', '36897'); + insert into advisor values('91580', '4233'); + insert into advisor values('27043', '90376'); + insert into advisor values('96615', '35579'); + insert into advisor values('39892', '28097'); + insert into advisor values('1232', '79653'); + insert into advisor values('22467', '90643'); + insert into advisor values('88884', '52647'); + insert into advisor values('96911', '64871'); + insert into advisor values('46337', '48507'); + insert into advisor values('23110', '48507'); + insert into advisor values('60762', '15347'); + insert into advisor values('65676', '4233'); + insert into advisor values('47025', '58558'); + insert into advisor values('1812', '4034'); + insert into advisor values('66763', '63287'); + insert into advisor values('52741', '42782'); + insert into advisor values('78911', '73623'); + insert into advisor values('33206', '42782'); + insert into advisor values('15030', '77346'); + insert into advisor values('11377', '19368'); + insert into advisor values('17676', '74426'); + insert into advisor values('52019', '90643'); + insert into advisor values('64013', '57180'); + insert into advisor values('45770', '59795'); + insert into advisor values('63288', '99052'); + insert into advisor values('92949', '95030'); + insert into advisor values('83871', '90376'); + insert into advisor values('41671', '35579'); + insert into advisor values('645', '72553'); + insert into advisor values('61444', '81991'); + insert into advisor values('85534', '41930'); + insert into advisor values('35362', '16807'); + insert into advisor values('22417', '22591'); + insert into advisor values('5961', '97302'); + insert into advisor values('35257', '90643'); + insert into advisor values('65299', '81991'); + insert into advisor values('18367', '74426'); + insert into advisor values('68396', '4233'); + insert into advisor values('35905', '16807'); + insert into advisor values('45650', '37687'); + insert into advisor values('27662', '52647'); + insert into advisor values('25077', '79653'); + insert into advisor values('85575', '80759'); + insert into advisor values('760', '28400'); + insert into advisor values('67583', '65931'); + insert into advisor values('63886', '95030'); + insert into advisor values('34055', '14365'); + insert into advisor values('41973', '73623'); + insert into advisor values('30017', '15347'); + insert into advisor values('37581', '36897'); + insert into advisor values('62373', '19368'); + insert into advisor values('57160', '25946'); + insert into advisor values('2967', '73623'); + insert into advisor values('5144', '34175'); + insert into advisor values('5703', '79653'); + insert into advisor values('58170', '19368'); + insert into advisor values('53424', '63395'); + insert into advisor values('17397', '34175'); + insert into advisor values('77588', '35579'); + insert into advisor values('92442', '97302'); + insert into advisor values('42114', '28097'); + insert into advisor values('53699', '14365'); + insert into advisor values('22258', '4034'); + insert into advisor values('2133', '6569'); + insert into advisor values('73606', '16807'); + insert into advisor values('63040', '48507'); + insert into advisor values('74473', '41930'); + insert into advisor values('9659', '31955'); + insert into advisor values('21552', '22591'); + insert into advisor values('45002', '99052'); + insert into advisor values('57213', '42782'); + insert into advisor values('56058', '78699'); + insert into advisor values('84792', '96895'); + insert into advisor values('57185', '4034'); + insert into advisor values('75510', '4034'); + insert into advisor values('42560', '37687'); + insert into advisor values('75252', '63395'); + insert into advisor values('82402', '99052'); + insert into advisor values('17339', '57180'); + insert into advisor values('77148', '79081'); + insert into advisor values('11419', '97302'); + insert into advisor values('37869', '97302'); + insert into advisor values('28977', '74426'); + insert into advisor values('28989', '58558'); + insert into advisor values('92867', '95709'); + insert into advisor values('92703', '97302'); + insert into advisor values('17600', '73623'); + insert into advisor values('32464', '79653'); + insert into advisor values('71426', '48570'); + insert into advisor values('8343', '3335'); + insert into advisor values('41261', '35579'); + insert into advisor values('58469', '15347'); + insert into advisor values('36303', '58558'); + insert into advisor values('30164', '35579'); + insert into advisor values('29920', '35579'); + insert into advisor values('30858', '4233'); + insert into advisor values('88801', '50330'); + insert into advisor values('57780', '16807'); + insert into advisor values('21246', '72553'); + insert into advisor values('34957', '28097'); + insert into advisor values('61998', '3335'); + insert into advisor values('56598', '90376'); + insert into advisor values('463', '19368'); + insert into advisor values('81245', '19368'); + insert into advisor values('21100', '3335'); + insert into advisor values('56', '95030'); + insert into advisor values('64121', '95030'); + insert into advisor values('20489', '97302'); + insert into advisor values('10834', '79081'); + insert into advisor values('63289', '57180'); + insert into advisor values('9953', '95709'); + insert into advisor values('78782', '79653'); + insert into advisor values('5399', '79653'); + insert into advisor values('1367', '28097'); + insert into advisor values('30896', '50885'); + insert into advisor values('12236', '95030'); + insert into advisor values('89297', '22591'); + insert into advisor values('52656', '80759'); + insert into advisor values('18859', '63395'); + insert into advisor values('17377', '96895'); + insert into advisor values('50039', '64871'); + insert into advisor values('78756', '81991'); + insert into advisor values('3833', '14365'); + insert into advisor values('47627', '99052'); + insert into advisor values('65438', '35579'); + insert into advisor values('8912', '79653'); + insert into advisor values('22912', '19368'); + insert into advisor values('99289', '65931'); + insert into advisor values('63039', '52647'); + insert into advisor values('20180', '95030'); + insert into advisor values('35687', '77346'); + insert into advisor values('28409', '34175'); + insert into advisor values('56078', '52647'); + insert into advisor values('48589', '64871'); + insert into advisor values('7956', '50885'); + insert into advisor values('16347', '90376'); + insert into advisor values('75362', '58558'); + insert into advisor values('57242', '4034'); + insert into advisor values('71085', '19368'); + insert into advisor values('89132', '3199'); + insert into advisor values('79763', '42782'); + insert into advisor values('41818', '65931'); + insert into advisor values('667', '90376'); + insert into advisor values('82970', '36897'); + insert into advisor values('68150', '36897'); + insert into advisor values('63243', '28097'); + insert into advisor values('18338', '97302'); + insert into advisor values('51862', '28400'); + insert into advisor values('19203', '79653'); + insert into advisor values('78892', '48570'); + insert into advisor values('67657', '34175'); + insert into advisor values('71628', '58558'); + insert into advisor values('43854', '81991'); + insert into advisor values('123', '59795'); + insert into advisor values('5943', '52647'); + insert into advisor values('56139', '48570'); + insert into advisor values('45680', '79653'); + insert into advisor values('76759', '25946'); + insert into advisor values('26802', '77346'); + insert into advisor values('83747', '78699'); + insert into advisor values('35935', '48570'); + insert into advisor values('8957', '4233'); + insert into advisor values('40481', '16807'); + insert into advisor values('44352', '16807'); + insert into advisor values('73072', '41930'); + insert into advisor values('96206', '81991'); + insert into advisor values('8843', '72553'); + insert into advisor values('41299', '90643'); + insert into advisor values('13403', '14365'); + insert into advisor values('65703', '63287'); + insert into advisor values('49205', '36897'); + insert into advisor values('22345', '63287'); + insert into advisor values('39254', '90376'); + insert into advisor values('80742', '15347'); + insert into advisor values('94726', '80759'); + insert into advisor values('77361', '77346'); + insert into advisor values('52856', '97302'); + insert into advisor values('64138', '15347'); + insert into advisor values('89414', '52647'); + insert into advisor values('22618', '4034'); + insert into advisor values('98870', '43779'); + insert into advisor values('77234', '63395'); + insert into advisor values('56057', '42782'); + insert into advisor values('32881', '16807'); + insert into advisor values('92776', '99052'); + insert into advisor values('82301', '96895'); + insert into advisor values('29959', '57180'); + insert into advisor values('30182', '48507'); + insert into advisor values('96324', '79653'); + insert into advisor values('56232', '63287'); + insert into advisor values('53047', '34175'); + insert into advisor values('87015', '90376'); + insert into advisor values('55329', '48507'); + insert into advisor values('21394', '4034'); + insert into advisor values('61166', '37687'); + insert into advisor values('74530', '72553'); + insert into advisor values('99189', '90376'); + insert into advisor values('34170', '81991'); + insert into advisor values('19220', '16807'); + insert into advisor values('73542', '31955'); + insert into advisor values('97590', '28097'); + insert into advisor values('15613', '50885'); + insert into advisor values('78767', '3199'); + insert into advisor values('51553', '74426'); + insert into advisor values('9947', '79081'); + insert into advisor values('95260', '6569'); + insert into advisor values('87268', '59795'); + insert into advisor values('35', '65931'); + insert into advisor values('99451', '97302'); + insert into advisor values('65396', '50885'); + insert into advisor values('98140', '77346'); + insert into advisor values('62520', '73623'); + insert into advisor values('40044', '3199'); + insert into advisor values('78787', '31955'); + insert into advisor values('85308', '6569'); + insert into advisor values('85809', '43779'); + insert into advisor values('30021', '4233'); + insert into advisor values('54153', '57180'); + insert into advisor values('73387', '74426'); + insert into advisor values('83003', '28097'); + insert into advisor values('13211', '57180'); + insert into advisor values('20803', '58558'); + insert into advisor values('6990', '36897'); + insert into advisor values('2629', '4233'); + insert into advisor values('83398', '74426'); + insert into advisor values('6673', '79081'); + insert into advisor values('81294', '35579'); + insert into advisor values('81566', '63287'); + insert into advisor values('94620', '79653'); + insert into advisor values('57456', '16807'); + insert into advisor values('17424', '81991'); + insert into advisor values('34195', '14365'); + insert into advisor values('94836', '50885'); + insert into advisor values('16543', '79081'); + insert into advisor values('42843', '50330'); + insert into advisor values('82868', '90376'); + insert into advisor values('18499', '99052'); + insert into advisor values('50013', '25946'); + insert into advisor values('53077', '48507'); + insert into advisor values('87439', '19368'); + insert into advisor values('40738', '65931'); + insert into advisor values('13352', '99052'); + insert into advisor values('9605', '52647'); + insert into advisor values('53490', '42782'); + insert into advisor values('57925', '78699'); + insert into advisor values('57055', '42782'); + insert into advisor values('21009', '42782'); + insert into advisor values('8140', '31955'); + insert into advisor values('37284', '35579'); + insert into advisor values('97023', '52647'); + insert into advisor values('5920', '99052'); + insert into advisor values('91915', '28400'); + insert into advisor values('25780', '58558'); + insert into advisor values('26473', '28097'); + insert into advisor values('43032', '42782'); + insert into advisor values('30110', '95030'); + insert into advisor values('88302', '95709'); + insert into advisor values('83002', '74426'); + insert into advisor values('83136', '72553'); + insert into advisor values('61364', '16807'); + insert into advisor values('50598', '95709'); + insert into advisor values('83696', '97302'); + insert into advisor values('33791', '65931'); + insert into advisor values('61403', '65931'); + insert into advisor values('66356', '96895'); + insert into advisor values('12683', '63287'); + insert into advisor values('66106', '73623'); + insert into advisor values('77729', '28097'); + insert into advisor values('52750', '57180'); + insert into advisor values('25256', '95030'); + insert into advisor values('3640', '79653'); + insert into advisor values('22325', '37687'); + insert into advisor values('26730', '41930'); + insert into advisor values('70918', '19368'); + insert into advisor values('91616', '97302'); + insert into advisor values('69285', '41930'); + insert into advisor values('42688', '36897'); + insert into advisor values('24932', '3199'); + insert into advisor values('33817', '90643'); + insert into advisor values('53185', '25946'); + insert into advisor values('85445', '57180'); + insert into advisor values('58081', '42782'); + insert into advisor values('75560', '42782'); + insert into advisor values('80821', '95709'); + insert into advisor values('19536', '28097'); + insert into advisor values('27002', '28097'); + insert into advisor values('39925', '97302'); + insert into advisor values('90194', '3199'); + insert into advisor values('32056', '52647'); + insert into advisor values('67310', '63395'); + insert into advisor values('88389', '77346'); + insert into advisor values('78469', '48570'); + insert into advisor values('46450', '28400'); + insert into advisor values('86651', '41930'); + insert into advisor values('5824', '80759'); + insert into advisor values('11101', '14365'); + insert into advisor values('57431', '79081'); + insert into advisor values('96193', '99052'); + insert into advisor values('55531', '77346'); + insert into advisor values('17192', '77346'); + insert into advisor values('86075', '99052'); + insert into advisor values('81150', '50330'); + insert into advisor values('44206', '73623'); + insert into advisor values('67222', '63395'); + insert into advisor values('47126', '35579'); + insert into advisor values('67407', '28097'); + insert into advisor values('20814', '16807'); + insert into advisor values('25331', '35579'); + insert into advisor values('83838', '14365'); + insert into advisor values('66293', '64871'); + insert into advisor values('56499', '79653'); + insert into advisor values('32368', '48570'); + insert into advisor values('75273', '16807'); + insert into advisor values('67436', '52647'); + insert into advisor values('259', '16807'); + insert into advisor values('858', '81991'); + insert into advisor values('94990', '35579'); + insert into advisor values('89140', '97302'); + insert into advisor values('55940', '48507'); + insert into advisor values('72768', '79081'); + insert into advisor values('96772', '28097'); + insert into advisor values('25068', '99052'); + insert into advisor values('96988', '36897'); + insert into advisor values('44816', '80759'); + insert into advisor values('88417', '43779'); + insert into advisor values('11441', '35579'); + insert into advisor values('4435', '79081'); + insert into advisor values('70362', '64871'); + insert into advisor values('54460', '6569'); + insert into advisor values('7970', '79081'); + insert into advisor values('73807', '25946'); + insert into advisor values('19050', '35579'); + insert into advisor values('67146', '79081'); + insert into advisor values('23934', '99052'); + insert into advisor values('96246', '42782'); + insert into advisor values('21225', '74426'); + insert into advisor values('18554', '72553'); + insert into advisor values('38013', '63287'); + insert into advisor values('98019', '6569'); + insert into advisor values('40457', '95709'); + insert into advisor values('94801', '42782'); + insert into advisor values('65038', '74420'); + insert into advisor values('4383', '35579'); + insert into advisor values('36402', '57180'); + insert into advisor values('9514', '63287'); + insert into advisor values('11195', '31955'); + insert into advisor values('31442', '37687'); + insert into advisor values('51698', '6569'); + insert into advisor values('18809', '79081'); + insert into advisor values('85505', '36897'); + insert into advisor values('64642', '48570'); + insert into advisor values('54612', '3335'); + insert into advisor values('5843', '50330'); + insert into advisor values('90779', '95030'); + insert into advisor values('52371', '4233'); + insert into advisor values('51238', '4034'); + insert into advisor values('62124', '28400'); + insert into advisor values('84039', '95709'); + insert into advisor values('24201', '57180'); + insert into advisor values('31993', '77346'); + insert into advisor values('39520', '97302'); + insert into advisor values('59172', '50330'); + insert into advisor values('21774', '14365'); + insert into advisor values('30957', '14365'); + insert into advisor values('54610', '28400'); + insert into advisor values('72358', '73623'); + insert into advisor values('83204', '58558'); + insert into advisor values('76246', '14365'); + insert into advisor values('80047', '28097'); + insert into advisor values('38545', '63287'); + insert into advisor values('8986', '79653'); + insert into advisor values('89393', '3335'); + insert into advisor values('37103', '79081'); + insert into advisor values('76743', '64871'); + insert into advisor values('81396', '74426'); + insert into advisor values('46066', '79653'); + insert into advisor values('6729', '28097'); + insert into advisor values('90372', '25946'); + insert into advisor values('28352', '36897'); + insert into advisor values('9408', '6569'); + insert into advisor values('15517', '41930'); + insert into advisor values('61402', '63395'); + insert into advisor values('49813', '48507'); + insert into advisor values('72186', '95709'); + insert into advisor values('31250', '14365'); + insert into advisor values('51768', '80759'); + insert into advisor values('18636', '43779'); + insert into advisor values('88993', '41930'); + insert into advisor values('72177', '79653'); + insert into advisor values('99760', '81991'); + insert into advisor values('80227', '16807'); + insert into advisor values('76270', '4034'); + insert into advisor values('42019', '78699'); + insert into advisor values('15726', '72553'); + insert into advisor values('97694', '22591'); + insert into advisor values('16849', '3335'); + insert into advisor values('11262', '77346'); + insert into advisor values('64222', '37687'); + insert into advisor values('91799', '81991'); + insert into advisor values('10727', '6569'); + insert into advisor values('64169', '16807'); + insert into advisor values('81031', '50885'); + insert into advisor values('18941', '34175'); + insert into advisor values('46981', '77346'); + insert into prereq values('376', '130'); + insert into prereq values('760', '169'); + insert into prereq values('403', '345'); + insert into prereq values('353', '647'); + insert into prereq values('629', '139'); + insert into prereq values('608', '864'); + insert into prereq values('158', '408'); + insert into prereq values('496', '489'); + insert into prereq values('241', '486'); + insert into prereq values('958', '969'); + insert into prereq values('591', '403'); + insert into prereq values('656', '659'); + insert into prereq values('864', '634'); + insert into prereq values('559', '500'); + insert into prereq values('209', '780'); + insert into prereq values('603', '735'); + insert into prereq values('804', '947'); + insert into prereq values('545', '947'); + insert into prereq values('353', '694'); + insert into prereq values('692', '761'); + insert into prereq values('774', '258'); + insert into prereq values('747', '927'); + insert into prereq values('496', '416'); + insert into prereq values('544', '702'); + insert into prereq values('608', '421'); + insert into prereq values('313', '731'); + insert into prereq values('258', '137'); + insert into prereq values('486', '371'); + insert into prereq values('224', '227'); + insert into prereq values('972', '958'); + insert into prereq values('359', '694'); + insert into prereq values('998', '319'); + insert into prereq values('392', '875'); + insert into prereq values('443', '852'); + insert into prereq values('324', '408'); + insert into prereq values('805', '774'); + insert into prereq values('242', '304'); + insert into prereq values('795', '123'); + insert into prereq values('169', '603'); + insert into prereq values('774', '769'); + insert into prereq values('958', '735'); + insert into prereq values('692', '426'); + insert into prereq values('958', '139'); + insert into prereq values('663', '998'); + insert into prereq values('586', '468'); + insert into prereq values('254', '877'); + insert into prereq values('802', '666'); + insert into prereq values('820', '371'); + insert into prereq values('902', '130'); + insert into prereq values('362', '242'); + insert into prereq values('359', '818'); + insert into prereq values('664', '489'); + insert into prereq values('276', '403'); + insert into prereq values('582', '487'); + insert into prereq values('694', '254'); + insert into prereq values('841', '818'); + insert into prereq values('852', '133'); + insert into prereq values('843', '324'); + insert into prereq values('810', '966'); + insert into prereq values('628', '340'); + insert into prereq values('242', '594'); + insert into prereq values('292', '399'); + insert into prereq values('618', '352'); + insert into prereq values('664', '704'); + insert into prereq values('793', '791'); + insert into prereq values('692', '774'); + insert into prereq values('324', '857'); + insert into prereq values('612', '123'); + insert into prereq values('991', '598'); + insert into prereq values('544', '254'); + insert into prereq values('852', '267'); + insert into prereq values('792', '814'); + insert into prereq values('133', '852'); + insert into prereq values('496', '443'); + insert into prereq values('338', '133'); + insert into prereq values('399', '664'); + insert into prereq values('747', '272'); + insert into prereq values('696', '101'); + insert into prereq values('403', '352'); + insert into prereq values('545', '318'); + insert into prereq values('634', '864'); + insert into prereq values('947', '494'); + insert into prereq values('647', '792'); + insert into prereq values('631', '681'); + insert into prereq values('236', '984'); + insert into prereq values('362', '696'); + insert into prereq values('875', '458'); + insert into prereq values('457', '544'); + insert into prereq values('704', '416'); + insert into prereq values('656', '559'); + insert into prereq values('272', '275'); + insert into prereq values('338', '852'); + insert into prereq values('780', '345'); + insert into prereq values('458', '696'); + insert into prereq values('239', '628'); + insert into prereq values('411', '401'); + insert into prereq values('830', '748'); + insert into prereq values('558', '130'); + insert into prereq values('877', '599'); + insert into prereq values('349', '612'); diff --git a/database/college_2/college_2.sqlite b/database/college_2/college_2.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..240e1f2479d3f25b99faa7c61bb67d55d7c8ebfc --- /dev/null +++ b/database/college_2/college_2.sqlite @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb729920ad0b7f06d38a12f6f678307964acc7d3417af83d98c519c65c90d386 +size 2117632 diff --git a/database/college_2/link.txt b/database/college_2/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6249d4a38b08a03187af0427612e583ea9727b0 --- /dev/null +++ b/database/college_2/link.txt @@ -0,0 +1 @@ +http://www.cs.dartmouth.edu/~cs61/Examples/ diff --git a/database/company_1/company_1.sqlite b/database/company_1/company_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..0d001f8bf49d4981fcc9e2cd9d3c7c81e7ba12c5 Binary files /dev/null and b/database/company_1/company_1.sqlite differ diff --git a/database/company_1/link.txt b/database/company_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..827013da7bc0c4040b28d360d56f6e049034ef9f --- /dev/null +++ b/database/company_1/link.txt @@ -0,0 +1 @@ +https://www.classes.cs.uchicago.edu/archive/2009/spring/23500-1/homework.html diff --git a/database/company_employee/company_employee.sqlite b/database/company_employee/company_employee.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..03104bfb344dd2a43f58da3d822c59de8c75467a Binary files /dev/null and b/database/company_employee/company_employee.sqlite differ diff --git a/database/company_employee/schema.sql b/database/company_employee/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..3805c59ed4753fdcbb3d483dbf607fa5705e6f23 --- /dev/null +++ b/database/company_employee/schema.sql @@ -0,0 +1,72 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "people" ( + "People_ID" int, + "Age" int, + "Name" text, + "Nationality" text, + "Graduation_College" text, + PRIMARY KEY ("People_ID") +); + + +INSERT INTO "people" VALUES ("1","27","Reggie Lewis","United States","Northeastern"); +INSERT INTO "people" VALUES ("2","25","Brad Lohaus","United States","Iowa"); +INSERT INTO "people" VALUES ("3","37","Tom Sheehey","United Kindom","Virginia"); +INSERT INTO "people" VALUES ("4","31","Darryl Kennedy","United States","Oklahoma"); +INSERT INTO "people" VALUES ("5","34","David Butler","United Kindom","California"); +INSERT INTO "people" VALUES ("6","37","Tim Naegeli","United States","Wisconsin–Stevens Point"); +INSERT INTO "people" VALUES ("7","30","Jerry Corcoran","United States","Northeastern"); + + + +CREATE TABLE "company" ( + "Company_ID" real, + "Name" text, + "Headquarters" text, + "Industry" text, + "Sales_in_Billion" real, + "Profits_in_Billion" real, + "Assets_in_Billion" real, + "Market_Value_in_Billion" real, + PRIMARY KEY ("Company_ID") +); + + +INSERT INTO "company" VALUES ("1","ExxonMobil","USA","Oil and gas","433.5","41.1","331.1","407.4"); +INSERT INTO "company" VALUES ("2","JPMorgan Chase","USA","Banking","110.8","19","2265.8","170.1"); +INSERT INTO "company" VALUES ("3","General Electric","USA","Conglomerate","147.3","14.2","717.2","213.7"); +INSERT INTO "company" VALUES ("4","Royal Dutch Shell","Netherlands","Oil and gas","470.2","30.9","340.5","227.6"); +INSERT INTO "company" VALUES ("5","Industrial and Commercial Bank of China","China","Banking","82.6","25.1","2039.1","237.4"); +INSERT INTO "company" VALUES ("6","HSBC","UK","Banking","102","16.2","2550","164.3"); +INSERT INTO "company" VALUES ("7","PetroChina","China","Oil and gas","310.1","20.6","304.7","294.7"); +INSERT INTO "company" VALUES ("8","Berkshire Hathaway","USA","Conglomerate","143.7","10.3","392.6","202.2"); +INSERT INTO "company" VALUES ("9","Wells Fargo","USA","Banking","87.6","15.9","1313.9","178.7"); +INSERT INTO "company" VALUES ("10","Petrobras","Brazil","Oil and gas","145.9","20.1","319.4","180"); +INSERT INTO "company" VALUES ("11","BP","UK","Oil and gas","375.5","25.7","292.5","147.4"); +INSERT INTO "company" VALUES ("12","Chevron","USA","Oil and gas","236.3","26.9","209.5","218"); +INSERT INTO "company" VALUES ("13","China Construction Bank","China","Banking","68.7","20.5","1637.8","201.9"); +INSERT INTO "company" VALUES ("14","Citigroup","USA","Banking","102.6","11.1","1873.9","107.5"); +INSERT INTO "company" VALUES ("15","Gazprom","Russia","Oil and gas","117.6","31.7","302.6","159.8"); +INSERT INTO "company" VALUES ("16","Walmart","USA","Retailing","447","15.7","193.4","208.4"); +INSERT INTO "company" VALUES ("17","Volkswagen Group","Germany","Automotive","221.9","21.5","328.7","79.5"); +INSERT INTO "company" VALUES ("18","Total","France","Oil and gas","216.2","15.9","213","132.4"); +INSERT INTO "company" VALUES ("19","Agricultural Bank of China","China","Banking","62.4","14.4","1563.9","154.8"); + + + +CREATE TABLE "employment" ( + "Company_ID" int, + "People_ID" int, + "Year_working" int, + PRIMARY KEY ("Company_ID","People_ID"), + FOREIGN KEY ("Company_ID") REFERENCES `company`("Company_ID"), + FOREIGN KEY ("People_ID") REFERENCES `people`("People_ID") +); + +INSERT INTO "employment" VALUES (11,3,2); +INSERT INTO "employment" VALUES (13,2,3); +INSERT INTO "employment" VALUES (17,7,4); +INSERT INTO "employment" VALUES (15,1,1); +INSERT INTO "employment" VALUES (7,4,1); + diff --git a/database/concert_singer/concert_singer.sqlite b/database/concert_singer/concert_singer.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..5b06f95a70eac2ebb0d5f7cef67989c12665eed4 Binary files /dev/null and b/database/concert_singer/concert_singer.sqlite differ diff --git a/database/concert_singer/schema.sql b/database/concert_singer/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..07c63ba1c50287c5b4389b4046e92f9e1ed66416 --- /dev/null +++ b/database/concert_singer/schema.sql @@ -0,0 +1,85 @@ +PRAGMA foreign_keys = ON; + + +CREATE TABLE "stadium" ( +"Stadium_ID" int, +"Location" text, +"Name" text, +"Capacity" int, +"Highest" int, +"Lowest" int, +"Average" int, +PRIMARY KEY ("Stadium_ID") +); + + +INSERT INTO "stadium" VALUES (1,"Raith Rovers","Stark's Park","10104","4812","1294","2106"); +INSERT INTO "stadium" VALUES (2,"Ayr United","Somerset Park","11998","2363","1057","1477"); +INSERT INTO "stadium" VALUES (3,"East Fife","Bayview Stadium","2000","1980","533","864"); +INSERT INTO "stadium" VALUES (4,"Queen's Park","Hampden Park","52500","1763","466","730"); +INSERT INTO "stadium" VALUES (5,"Stirling Albion","Forthbank Stadium","3808","1125","404","642"); +INSERT INTO "stadium" VALUES (6,"Arbroath","Gayfield Park","4125","921","411","638"); +INSERT INTO "stadium" VALUES (7,"Alloa Athletic","Recreation Park","3100","1057","331","637"); +INSERT INTO "stadium" VALUES (9,"Peterhead","Balmoor","4000","837","400","615"); +INSERT INTO "stadium" VALUES (10,"Brechin City","Glebe Park","3960","780","315","552"); + +CREATE TABLE "singer" ( +"Singer_ID" int, +"Name" text, +"Country" text, +"Song_Name" text, +"Song_release_year" text, +"Age" int, +"Is_male" bool, +PRIMARY KEY ("Singer_ID") +); + + + +INSERT INTO "singer" VALUES (1,"Joe Sharp","Netherlands","You","1992",52,"F"); +INSERT INTO "singer" VALUES (2,"Timbaland","United States","Dangerous","2008",32,"T"); +INSERT INTO "singer" VALUES (3,"Justin Brown","France","Hey Oh","2013",29,"T"); +INSERT INTO "singer" VALUES (4,"Rose White","France","Sun","2003",41,"F"); +INSERT INTO "singer" VALUES (5,"John Nizinik","France","Gentleman","2014",43,"T"); +INSERT INTO "singer" VALUES (6,"Tribal King","France","Love","2016",25,"T"); + + +CREATE TABLE "concert" ( +"concert_ID" int, +"concert_Name" text, +"Theme" text, +"Stadium_ID" text, +"Year" text, +PRIMARY KEY ("concert_ID"), +FOREIGN KEY ("Stadium_ID") REFERENCES "stadium"("Stadium_ID") +); + + + +INSERT INTO "concert" VALUES (1,"Auditions","Free choice",1,2014); +INSERT INTO "concert" VALUES (2,"Super bootcamp","Free choice 2",2,2014); +INSERT INTO "concert" VALUES (3,"Home Visits","Bleeding Love",2,2015); +INSERT INTO "concert" VALUES (4,"Week 1","Wide Awake",10,2014); +INSERT INTO "concert" VALUES (5,"Week 1","Happy Tonight",9,2015); +INSERT INTO "concert" VALUES (6,"Week 2","Party All Night",7,2015); + + +CREATE TABLE "singer_in_concert" ( +"concert_ID" int, +"Singer_ID" text, +PRIMARY KEY ("concert_ID","Singer_ID"), +FOREIGN KEY ("concert_ID") REFERENCES "concert"("concert_ID"), +FOREIGN KEY ("Singer_ID") REFERENCES "singer"("Singer_ID") +); + +INSERT INTO "singer_in_concert" VALUES (1, 2); +INSERT INTO "singer_in_concert" VALUES (1, 3); +INSERT INTO "singer_in_concert" VALUES (1, 5); +INSERT INTO "singer_in_concert" VALUES (2, 3); +INSERT INTO "singer_in_concert" VALUES (2, 6); +INSERT INTO "singer_in_concert" VALUES (3, 5); +INSERT INTO "singer_in_concert" VALUES (4, 4); +INSERT INTO "singer_in_concert" VALUES (5, 6); +INSERT INTO "singer_in_concert" VALUES (5, 3); +INSERT INTO "singer_in_concert" VALUES (6, 2); + diff --git a/database/cre_Doc_Template_Mgt/cre_Doc_Template_Mgt.sqlite b/database/cre_Doc_Template_Mgt/cre_Doc_Template_Mgt.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..df09eb910edea6c639bcd5bf010fa199d4bfec4e Binary files /dev/null and b/database/cre_Doc_Template_Mgt/cre_Doc_Template_Mgt.sqlite differ diff --git a/database/cre_Doc_Template_Mgt/schema.sql b/database/cre_Doc_Template_Mgt/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a5ebbe7e4bbfcccc32414cf5b93712c3a06d7222 --- /dev/null +++ b/database/cre_Doc_Template_Mgt/schema.sql @@ -0,0 +1,90 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE Ref_Template_Types ( +Template_Type_Code CHAR(15) NOT NULL, +Template_Type_Description VARCHAR(255) NOT NULL, +PRIMARY KEY (Template_Type_Code) +); +CREATE TABLE Templates ( +Template_ID INTEGER NOT NULL, +Version_Number INTEGER NOT NULL, +Template_Type_Code CHAR(15) NOT NULL, +Date_Effective_From DATETIME, +Date_Effective_To DATETIME, +Template_Details VARCHAR(255) NOT NULL, +PRIMARY KEY (Template_ID), +FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code) +); +CREATE TABLE Documents ( +Document_ID INTEGER NOT NULL, +Template_ID INTEGER, +Document_Name VARCHAR(255), +Document_Description VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Document_ID), +FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID) +); +CREATE TABLE Paragraphs ( +Paragraph_ID INTEGER NOT NULL, +Document_ID INTEGER NOT NULL, +Paragraph_Text VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Paragraph_ID), +FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID) +); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('PPT', 'Presentation'); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('CV', 'CV'); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('AD', 'Advertisement'); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('PP', 'Paper'); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('BK', 'Book'); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (0, 5, 'PP', '2005-11-12 07:09:48', '2008-01-05 14:19:28', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (1, 9, 'PP', '2010-09-24 01:15:11', '1999-07-08 03:31:04', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (4, 4, 'BK', '2002-03-02 14:39:49', '2001-04-18 09:29:52', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (6, 2, 'PPT', '1975-05-20 22:51:19', '1992-05-02 20:06:11', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (7, 8, 'PPT', '1993-10-07 02:33:04', '1975-07-16 04:52:10', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (8, 3, 'BK', '1983-07-16 21:16:16', '1976-10-28 10:08:50', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (9, 2, 'BK', '1997-04-17 08:29:44', '1994-12-07 13:26:23', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (10, 1, 'PPT', '2003-06-05 04:03:45', '2007-06-06 06:18:53', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (11, 6, 'BK', '1996-02-04 11:27:24', '1995-09-19 22:27:48', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (14, 7, 'AD', '1975-10-20 02:28:58', '1979-11-04 08:58:39', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (15, 9, 'CV', '1986-12-09 14:51:36', '1993-03-24 14:30:23', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (16, 5, 'CV', '2012-04-05 07:11:42', '1980-05-07 12:15:47', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (18, 5, 'PP', '1984-08-07 13:36:26', '1998-05-12 12:51:29', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (19, 7, 'AD', '1999-06-21 11:10:30', '1974-09-14 06:34:39', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (20, 6, 'BK', '1986-11-14 12:20:18', '2008-08-08 18:36:43', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (21, 9, 'AD', '2002-08-25 13:26:23', '2015-09-06 01:08:44', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (22, 0, 'PP', '2005-02-20 00:31:34', '1989-11-24 19:06:06', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (23, 2, 'BK', '1979-12-24 10:28:16', '2000-10-22 11:57:12', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (24, 8, 'PP', '2008-08-01 13:57:26', '1973-01-12 14:13:34', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (25, 5, 'PP', '1979-10-20 21:23:20', '2006-02-06 23:52:04', ''); + + +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (0, 7, 'Introduction of OS', 'n', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (1, 25, 'Understanding DB', 'y', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (3, 6, 'Summer Show', 'u', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (76, 20, 'Robbin CV', 'y', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (80, 14, 'Welcome to NY', 'h', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (82, 11, 'Data base', 'w', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (2394, 10, 'Customer reviews', 'y', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (3830, 14, 'Do not panic', 'k', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (33930, 1, 'How Google people work', 'z', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (50123, 22, 'Learning French', 'r', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (651512, 21, 'How to write a CV', 'f', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (801801, 4, 'How to read a book', 'w', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (3540024, 8, 'Palm reading', 'y', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (16514113, 25, 'A history of Arts', 'h', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (385906526, 11, 'About Korea', 'b', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (7, 2394, 'Korea', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (9, 3, 'Somalia', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (65, 50123, 'Palestinian Territory', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (241, 651512, 'Jersey', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (3708, 33930, 'UK', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (9946, 385906526, 'Fiji', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (16615, 80, 'Japan', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (1104059, 3830, 'Senegal', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (243399026, 651512, 'Indonesia', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (280120913, 2394, 'Ukraine', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (510442723, 2394, 'Korea', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (571212310, 16514113, 'Brazil', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (608931827, 80, 'Micronesia', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (765713812, 16514113, 'Ireland', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (946335436, 3540024, 'Papua New Guinea', NULL); diff --git a/database/cre_Doc_Tracking_DB/cre_Doc_Tracking_DB.sqlite b/database/cre_Doc_Tracking_DB/cre_Doc_Tracking_DB.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..78f0bb6806894d7b862be90de56858f8ea928f7a Binary files /dev/null and b/database/cre_Doc_Tracking_DB/cre_Doc_Tracking_DB.sqlite differ diff --git a/database/cre_Doc_Tracking_DB/schema.sql b/database/cre_Doc_Tracking_DB/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..8797b688e4c03218115271a8ff2cdcab06eaa93d --- /dev/null +++ b/database/cre_Doc_Tracking_DB/schema.sql @@ -0,0 +1,164 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE Ref_Document_Types ( +Document_Type_Code CHAR(15) NOT NULL, +Document_Type_Name VARCHAR(255) NOT NULL, +Document_Type_Description VARCHAR(255) NOT NULL, +PRIMARY KEY (Document_Type_Code) +); + +CREATE TABLE Ref_Calendar ( +Calendar_Date DATETIME NOT NULL, +Day_Number INTEGER, +PRIMARY KEY (Calendar_Date) +); +CREATE TABLE Ref_Locations ( +Location_Code CHAR(15) NOT NULL, +Location_Name VARCHAR(255) NOT NULL, +Location_Description VARCHAR(255) NOT NULL, +PRIMARY KEY (Location_Code) +); + +CREATE TABLE Roles ( +Role_Code CHAR(15) NOT NULL, +Role_Name VARCHAR(255), +Role_Description VARCHAR(255), +PRIMARY KEY (Role_Code) +); + +CREATE TABLE All_Documents ( +Document_ID INTEGER NOT NULL, +Date_Stored DATETIME, +Document_Type_Code CHAR(15) NOT NULL, +Document_Name CHAR(255), +Document_Description CHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Document_ID), +FOREIGN KEY (Document_Type_Code) REFERENCES Ref_Document_Types (Document_Type_Code), +FOREIGN KEY (Date_Stored) REFERENCES Ref_Calendar (Calendar_Date) +); + +CREATE TABLE Employees ( +Employee_ID INTEGER NOT NULL, +Role_Code CHAR(15) NOT NULL, +Employee_Name VARCHAR(255), +Gender_MFU CHAR(1) NOT NULL, +Date_of_Birth DATETIME NOT NULL, +Other_Details VARCHAR(255), +PRIMARY KEY (Employee_ID), +FOREIGN KEY (Role_Code) REFERENCES Roles (Role_Code) +); + +CREATE TABLE Document_Locations ( +Document_ID INTEGER NOT NULL, +Location_Code CHAR(15) NOT NULL, +Date_in_Location_From DATETIME NOT NULL, +Date_in_Locaton_To DATETIME, +PRIMARY KEY (Document_ID, Location_Code, Date_in_Location_From), +FOREIGN KEY (Location_Code) REFERENCES Ref_Locations (Location_Code), +FOREIGN KEY (Date_in_Location_From) REFERENCES Ref_Calendar (Calendar_Date), +FOREIGN KEY (Date_in_Locaton_To) REFERENCES Ref_Calendar (Calendar_Date), +FOREIGN KEY (Document_ID) REFERENCES All_Documents (Document_ID) +); + +CREATE TABLE Documents_to_be_Destroyed ( +Document_ID INTEGER NOT NULL, +Destruction_Authorised_by_Employee_ID INTEGER, +Destroyed_by_Employee_ID INTEGER, +Planned_Destruction_Date DATETIME, +Actual_Destruction_Date DATETIME, +Other_Details VARCHAR(255), +PRIMARY KEY (Document_ID), +FOREIGN KEY (Destroyed_by_Employee_ID) REFERENCES Employees (Employee_ID), +FOREIGN KEY (Destruction_Authorised_by_Employee_ID) REFERENCES Employees (Employee_ID), +FOREIGN KEY (Planned_Destruction_Date) REFERENCES Ref_Calendar (Calendar_Date), +FOREIGN KEY (Actual_Destruction_Date) REFERENCES Ref_Calendar (Calendar_Date), +FOREIGN KEY (Document_ID) REFERENCES All_Documents (Document_ID) +); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1972-03-31 09:47:22', 5); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1976-06-15 03:40:06', 7); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1985-05-13 12:19:43', 7); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1986-10-14 17:53:39', 1); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1987-11-05 06:11:22', 3); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1988-02-01 14:41:52', 8); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1994-11-15 03:49:54', 9); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1995-01-01 03:52:11', 1); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1997-03-10 15:24:00', 7); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('2007-05-28 16:28:48', 2); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('2008-06-08 12:45:38', 3); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('2009-08-18 03:29:08', 8); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('2010-11-26 19:22:50', 7); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('2012-07-03 09:48:46', 7); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('2017-01-06 23:17:22', 8); +INSERT INTO Ref_Document_Types (`Document_Type_Code`, `Document_Type_Name`, `Document_Type_Description`) VALUES ('CV', 'CV', ''); +INSERT INTO Ref_Document_Types (`Document_Type_Code`, `Document_Type_Name`, `Document_Type_Description`) VALUES ('BK', 'Book', ''); +INSERT INTO Ref_Document_Types (`Document_Type_Code`, `Document_Type_Name`, `Document_Type_Description`) VALUES ('PR', 'Paper', ''); +INSERT INTO Ref_Document_Types (`Document_Type_Code`, `Document_Type_Name`, `Document_Type_Description`) VALUES ('RV', 'Review', ''); +INSERT INTO Ref_Locations (`Location_Code`, `Location_Name`, `Location_Description`) VALUES ('b', 'Brazil', ''); +INSERT INTO Ref_Locations (`Location_Code`, `Location_Name`, `Location_Description`) VALUES ('c', 'Canada', ''); +INSERT INTO Ref_Locations (`Location_Code`, `Location_Name`, `Location_Description`) VALUES ('e', 'Edinburgh', ''); +INSERT INTO Ref_Locations (`Location_Code`, `Location_Name`, `Location_Description`) VALUES ('n', 'Nanjing', ''); +INSERT INTO Ref_Locations (`Location_Code`, `Location_Name`, `Location_Description`) VALUES ('x', 'Xiamen', ''); +INSERT INTO Roles (`Role_Code`, `Role_Name`, `Role_Description`) VALUES ('MG', 'Manager', 'Vero harum corrupti odit ipsa vero et odio. Iste et recusandae temporibus maxime. Magni aspernatur fugit quis explicabo totam esse corrupti.'); +INSERT INTO Roles (`Role_Code`, `Role_Name`, `Role_Description`) VALUES ('ED', 'Editor', 'Itaque dolor ut nemo rerum vitae provident. Vel laborum ipsum velit sint. Et est omnis dignissimos.'); +INSERT INTO Roles (`Role_Code`, `Role_Name`, `Role_Description`) VALUES ('PT', 'Photo', 'Aut modi nihil molestias temporibus sit rerum. Sit neque eaque odio omnis incidunt.'); +INSERT INTO Roles (`Role_Code`, `Role_Name`, `Role_Description`) VALUES ('PR', 'Proof Reader', 'Ut sed quae eaque mollitia qui hic. Natus ea expedita et odio illum fugiat qui natus. Consequatur velit ut dolorem cum ullam esse deserunt dignissimos. Enim non non rem officiis quis.'); +INSERT INTO Roles (`Role_Code`, `Role_Name`, `Role_Description`) VALUES ('HR', 'Human Resource', 'Et totam est quibusdam aspernatur ut. Vitae perferendis eligendi voluptatem molestiae rem ut enim. Ipsum expedita quae earum unde est. Repellendus ut ipsam nihil accusantium sit. Magni accusantium numquam quod et.'); + +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (25, 'HR', 'Leo', '', '1973-02-15 17:16:00', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (30, 'MG', 'Ebba', '', '1979-09-20 12:50:15', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (38, 'ED', 'Stephanie', '1', '2012-03-30 23:02:28', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (55, 'ED', 'Harley', '', '1972-02-18 11:53:30', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (57, 'ED', 'Armani', '', '1988-12-08 06:13:33', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (71, 'ED', 'Gussie', '', '1973-04-04 21:41:22', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (99, 'ED', 'Izabella', '1', '1977-07-04 16:25:21', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (123, 'PT', 'Hugh', '', '2010-03-15 00:17:13', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (136, 'ED', 'Mallie', '', '1980-12-11 20:28:20', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (138, 'ED', 'Beatrice', '1', '2013-04-02 23:55:48', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (156, 'PR', 'Diego', '', '1998-05-30 12:54:10', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (159, 'PR', 'Arno', '', '2010-06-10 20:36:34', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (173, 'PR', 'Alene', '1', '1980-10-14 12:23:10', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (181, 'PR', 'Ettie', '1', '1988-08-03 00:11:14', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (183, 'PR', 'Jeramie', '', '1993-08-21 05:22:10', NULL); + + +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (7, '1976-06-15 03:40:06', 'CV', 'Robin CV', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (11, '1986-10-14 17:53:39', 'CV', 'Marry CV', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (25, '2008-06-08 12:45:38', 'BK', 'One hundred years of solitude', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (39, '2012-07-03 09:48:46', 'BK', 'How to read a book', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (72, '2012-07-03 09:48:46', 'CV', 'Alan CV', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (81, '1995-01-01 03:52:11', 'BK', 'Hua Mulan', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (99, '2008-06-08 12:45:38', 'CV', 'Leon CV', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (111, '1987-11-05 06:11:22', 'PR', 'Learning features of CNN', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (119, '2008-06-08 12:45:38', 'RV', 'Marriage and population', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (120, '1997-03-10 15:24:00', 'RV', 'Society and tax', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (166, '1997-03-10 15:24:00', 'PR', 'Are you talking to a machine', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (170, '2009-08-18 03:29:08', 'RV', 'Population', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (230, '1976-06-15 03:40:06', 'CV', 'Martin CV', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (252, '1976-06-15 03:40:06', 'BK', 'Summer', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (260, '1997-03-10 15:24:00', 'BK', 'Cats and me', NULL, NULL); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (7, 'e', '2017-01-06 23:17:22', '2008-06-08 12:45:38'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (11, 'x', '2017-01-06 23:17:22', '2012-07-03 09:48:46'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (81, 'c', '1972-03-31 09:47:22', '1987-11-05 06:11:22'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (81, 'c', '2017-01-06 23:17:22', '2010-11-26 19:22:50'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (81, 'x', '2008-06-08 12:45:38', '1976-06-15 03:40:06'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (111, 'x', '1986-10-14 17:53:39', '2010-11-26 19:22:50'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (119, 'b', '2017-01-06 23:17:22', '1995-01-01 03:52:11'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (166, 'b', '1985-05-13 12:19:43', '1986-10-14 17:53:39'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (166, 'b', '1986-10-14 17:53:39', '2010-11-26 19:22:50'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (170, 'x', '1997-03-10 15:24:00', '1976-06-15 03:40:06'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (230, 'e', '1972-03-31 09:47:22', '1987-11-05 06:11:22'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (230, 'e', '2010-11-26 19:22:50', '2017-01-06 23:17:22'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (252, 'n', '2017-01-06 23:17:22', '1997-03-10 15:24:00'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (252, 'x', '1972-03-31 09:47:22', '2009-08-18 03:29:08'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (260, 'e', '2009-08-18 03:29:08', '1986-10-14 17:53:39'); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (7, 156, 138, '1988-02-01 14:41:52', '2017-01-06 23:17:22', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (11, 55, 173, '2010-11-26 19:22:50', '1986-10-14 17:53:39', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (25, 183, 156, '2009-08-18 03:29:08', '1995-01-01 03:52:11', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (39, 183, 136, '1976-06-15 03:40:06', '2009-08-18 03:29:08', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (99, 55, 99, '2017-01-06 23:17:22', '1986-10-14 17:53:39', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (111, 38, 173, '1972-03-31 09:47:22', '2009-08-18 03:29:08', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (120, 183, 173, '1972-03-31 09:47:22', '1995-01-01 03:52:11', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (166, 156, 38, '1987-11-05 06:11:22', '2012-07-03 09:48:46', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (170, 123, 136, '2017-01-06 23:17:22', '1988-02-01 14:41:52', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (252, 30, 55, '1972-03-31 09:47:22', '1985-05-13 12:19:43', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (260, 55, 99, '2017-01-06 23:17:22', '2017-01-06 23:17:22', NULL); diff --git a/database/cre_Drama_Workshop_Groups/cre_Drama_Workshop_Groups.sqlite b/database/cre_Drama_Workshop_Groups/cre_Drama_Workshop_Groups.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..cbaec082f765f8dac67826be596c1c7196dd2e79 Binary files /dev/null and b/database/cre_Drama_Workshop_Groups/cre_Drama_Workshop_Groups.sqlite differ diff --git a/database/cre_Drama_Workshop_Groups/schema.sql b/database/cre_Drama_Workshop_Groups/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..5804924b204132bc221c4ea7c38d579e254348f8 --- /dev/null +++ b/database/cre_Drama_Workshop_Groups/schema.sql @@ -0,0 +1,468 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE Ref_Payment_Methods ( +payment_method_code CHAR(10) NOT NULL, +payment_method_description VARCHAR(80), +PRIMARY KEY (payment_method_code), +UNIQUE (payment_method_code) +); +INSERT INTO Ref_Payment_Methods (`payment_method_code`, `payment_method_description`) VALUES ('American E', 'credit'); +INSERT INTO Ref_Payment_Methods (`payment_method_code`, `payment_method_description`) VALUES ('MasterCard', 'debit'); +INSERT INTO Ref_Payment_Methods (`payment_method_code`, `payment_method_description`) VALUES ('Visa', 'Visa'); + +CREATE TABLE Ref_Service_Types ( +Service_Type_Code CHAR(15) NOT NULL, +Parent_Service_Type_Code CHAR(15), +Service_Type_Description VARCHAR(255), +PRIMARY KEY (Service_Type_Code), +UNIQUE (Service_Type_Code) +); + +INSERT INTO Ref_Service_Types ( `Service_Type_Code`,`Parent_Service_Type_Code`,`Service_Type_Description`) VALUES ('1','1','provide photo service'); +INSERT INTO Ref_Service_Types ( `Service_Type_Code`,`Parent_Service_Type_Code`,`Service_Type_Description`) VALUES ('2','1','provide dinning service'); +INSERT INTO Ref_Service_Types ( `Service_Type_Code`,`Parent_Service_Type_Code`,`Service_Type_Description`) VALUES ('3','1','provide filming service'); +INSERT INTO Ref_Service_Types ( `Service_Type_Code`,`Parent_Service_Type_Code`,`Service_Type_Description`) VALUES ('4','1','provide adv promoting service'); + + + +CREATE TABLE Addresses ( +Address_ID VARCHAR(100) NOT NULL, +Line_1 VARCHAR(255), +Line_2 VARCHAR(255), +City_Town VARCHAR(255), +State_County VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Address_ID), +UNIQUE (Address_ID) +); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('110', '4753 Dach Highway', 'Suite 846', 'Feliciaberg', 'Florida', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('124', '391 Vandervort Fall Apt. 446', 'Apt. 107', 'West Sherwoodstad', 'Indiana', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('148', '809 Izabella Islands', 'Suite 271', 'Schadenville', 'Ohio', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('15', '3720 Vito View Apt. 148', 'Apt. 584', 'New Jaquelinmouth', 'Ohio', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('180', '8835 Boehm Greens', 'Apt. 741', 'Chrisside', 'Maryland', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('19', '77667 Nathan Union Apt. 606', 'Apt. 114', 'Desireefort', 'WestVirginia', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('192', '545 Lula Mission', 'Suite 311', 'East Aracely', 'Oklahoma', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('201', '2893 Jenkins Station Suite 815', 'Suite 570', 'Monahanshire', 'Kentucky', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('207', '87789 Reilly Canyon Suite 872', 'Apt. 136', 'Rueckermouth', 'Maryland', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('230', '0855 Ziemann Island', 'Apt. 597', 'Purdyville', 'SouthCarolina', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('266', '2082 Runolfsson Cliffs', 'Apt. 460', 'Macejkovicchester', 'Alaska', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('286', '51237 Maiya Center', 'Suite 714', 'New Lonzoville', 'Nebraska', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('314', '70561 Vicenta Islands Apt. 873', 'Apt. 352', 'Cronaborough', 'Ohio', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('362', '384 Fahey Flat Apt. 886', 'Suite 583', 'South Birdie', 'Pennsylvania', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('369', '899 Okuneva Haven', 'Apt. 615', 'Jasthaven', 'Delaware', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('374', '956 Aliyah Cape', 'Suite 226', 'South Eugenia', 'Washington', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('383', '788 Flossie Junction Apt. 770', 'Apt. 861', 'Nataliamouth', 'WestVirginia', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('39', '9799 Andres Shoal', 'Apt. 012', 'North Antonina', 'SouthDakota', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('74', '8682 Boyle Glen', 'Apt. 012', 'Lindberg', 'Alabama', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('98', '32128 Klocko Oval', 'Suite 184', 'Port Maximeview', 'Arizona', NULL); + + + +CREATE TABLE Products ( +Product_ID VARCHAR(100) NOT NULL, +Product_Name VARCHAR(255), +Product_Price DECIMAL(20,4), +Product_Description VARCHAR(255), +Other_Product_Service_Details VARCHAR(255), +PRIMARY KEY (Product_ID), +UNIQUE (Product_ID) +); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('11', 'photo', '4448536.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('154', 'film', '2302.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('156', 'film', '17622723.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('179', 'film', '1432324.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('188', 'film', '49097627.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('21', 'photo', '22082866.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('216', 'film', '157216.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('232', 'photo', '22.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('233', 'photo', '4082352.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('250', 'photo', '797.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('273', 'photo', '1577.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('300', 'dinning', '30625.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('46', 'dinning', '50828.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('81', 'dinning', '634660.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('83', 'film', '900.0000', NULL, NULL); + + +CREATE TABLE Marketing_Regions ( +Marketing_Region_Code CHAR(15) NOT NULL, +Marketing_Region_Name VARCHAR(255) NOT NULL, +Marketing_Region_Descriptrion VARCHAR(255) NOT NULL, +Other_Details VARCHAR(255), +PRIMARY KEY (Marketing_Region_Code), +UNIQUE (Marketing_Region_Code) +); + +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('CA', 'Canada', 'Our target market', NULL); +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('CN', 'China', 'Our largest market', NULL); +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('ES', 'Spain', '', NULL); +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('FR', 'France', '', NULL); +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('IN', 'India', '', NULL); +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('MX', 'Mexico', '', NULL); +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('RU', 'Russia', '', NULL); +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('US', 'United States', 'Our main market', NULL); + + +CREATE TABLE Clients ( +Client_ID INTEGER NOT NULL, +Address_ID INTEGER NOT NULL, +Customer_Email_Address VARCHAR(255), +Customer_Name VARCHAR(255), +Customer_Phone VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Client_ID), +UNIQUE (Client_ID), +FOREIGN KEY (Address_ID) REFERENCES Addresses (Address_ID) +); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (423, 201, 'branson94@example.net', 'Clifford', '(042)912-3404x5135', 'VIP'); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (426, 383, 'alba04@example.com', 'Bettye', '(604)849-0214', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (478, 15, 'westley30@example.net', 'Reinhold', '1-048-214-4640x64380', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (508, 98, 'hudson.kristina@example.net', 'Jack', '(966)022-6448x3428', 'Super VIP'); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (509, 286, 'white.alysa@example.com', 'Rosanna', '(651)611-6111x61144', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (527, 74, 'buddy98@example.org', 'Kelton', '581.457.6800', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (591, 98, 'considine.shyanne@example.net', 'Connor', '1-479-550-1510x89172', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (605, 15, 'strosin.keara@example.com', 'Garfield', '+63(3)8897932425', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (628, 383, 'cconn@example.net', 'Urban', '405.225.1435', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (631, 374, 'qaltenwerth@example.com', 'Vita', '1-299-766-5382x3122', 'VIP'); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (699, 98, 'lbalistreri@example.net', 'Rory', '1-431-563-2576x9849', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (735, 110, 'dina.gutmann@example.net', 'Arvid', '(745)818-8559x747', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (768, 369, 'rempel.jamison@example.com', 'Consuelo', '(729)754-0764x6020', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (775, 383, 'jklocko@example.net', 'Alvis', '+12(5)4915316228', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (776, 374, 'lacy92@example.com', 'Tevin', '08761812417', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (868, 74, 'boyer.carleton@example.com', 'Krista', '(066)903-6363', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (887, 39, 'vparker@example.net', 'Genesis', '1-121-643-1101', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (938, 180, 'cleora.strosin@example.org', 'Horace', '935-161-0948x33010', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (943, 39, 'kbailey@example.com', 'Marquis', '398-003-6983x1691', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (953, 362, 'conn.josiane@example.com', 'Malcolm', '(995)964-6385', NULL); + + +CREATE TABLE Drama_Workshop_Groups ( +Workshop_Group_ID INTEGER NOT NULL, +Address_ID INTEGER NOT NULL, +Currency_Code CHAR(15) NOT NULL, +Marketing_Region_Code CHAR(15) NOT NULL, +Store_Name VARCHAR(255), +Store_Phone VARCHAR(255), +Store_Email_Address VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Workshop_Group_ID), +UNIQUE (Workshop_Group_ID), +FOREIGN KEY (Address_ID) REFERENCES Addresses (Address_ID) +); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (136, 383, 'EU', 'FR', 'Amely Cafe', '122-084-8029', 'amely.ruecker@example.com', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (140, 180, 'EU', 'DE', 'Veda Film', '793-966-9311x5303', 'breitenberg.veda@example.com', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (176, 286, 'EU', 'RU', 'Queen Art', '492-463-5967', 'quigley.queen@example.org', 'Good'); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (314, 369, 'EU', 'RU', 'Kole Photo', '(256)743-0310', 'kole.torp@example.org', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (382, 266, 'USD', 'US', 'WAT Food', '(411)133-9128', 'watsica.hettie@example.com', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (405, 207, 'EU', 'ES', 'Hansen Print', '1-764-337-3453', 'hansen.krista@example.net', 'Good'); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (415, 383, 'EU', 'RU', 'Roo Place', '(422)705-5633', 'roosevelt61@example.com', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (431, 110, 'USD', 'MX', 'Uhuels Fruit', '(636)443-4067', 'uhuels@example.net', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (470, 369, 'USD', 'DE', 'Harry Beef', '(904)958-9909x0087', 'harry.nicolas@example.org', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (685, 201, 'EU', 'RU', 'Welch Flower', '334-591-4561x465', 'welch.colby@example.net', 'Bad'); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (708, 230, 'EU', 'RU', 'Kling Workshop', '499-032-2149', 'katherine.kling@example.org', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (735, 286, 'EU', 'FR', 'Orn News', '+60(6)8081312118', 'arturo.orn@example.org', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (838, 124, 'EU', 'RU', 'Bednar Film', '1-351-773-1587x95545', 'bednar.michael@example.org', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (942, 98, 'EU', 'IE', 'Kessler Exploration', '(020)161-0983x567', 'kessler.maximillia@example.net', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (954, 374, 'EU', 'PT', 'Warino Photo', '1-811-875-3222', 'waino.king@example.com', NULL); + + + +CREATE TABLE Performers ( +Performer_ID INTEGER NOT NULL, +Address_ID INTEGER NOT NULL, +Customer_Name VARCHAR(255), +Customer_Phone VARCHAR(255), +Customer_Email_Address VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Performer_ID), +UNIQUE (Performer_ID), +FOREIGN KEY (Address_ID) REFERENCES Addresses (Address_ID) +); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (153, 124, 'Shawna', '664.495.1939', 'krogahn@example.com', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (211, 124, 'Ashley', '893-536-8857', 'preston45@example.net', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (313, 39, 'Oren', '1-952-052-6685x28082', 'ferry.carolina@example.net', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (341, 110, 'Issac', '08639382978', 'wisozk.john@example.org', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (360, 207, 'Shaniya', '472.072.6649x4161', 'wschroeder@example.org', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (376, 180, 'Peyton', '905.705.9514', 'clotilde04@example.net', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (379, 192, 'Trudie', '782-118-0067', 'trey88@example.net', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (415, 110, 'Gwen', '342-389-0010x682', 'okub@example.org', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (433, 110, 'Doyle', '547.535.3455', 'otilia.ortiz@example.net', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (448, 192, 'Fritz', '858.603.7004', 'cummings.matteo@example.com', 'Did not pay'); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (466, 374, 'Tyrique', '1-417-019-8634', 'cokuneva@example.com', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (650, 15, 'Keanu', '(654)496-1642x31167', 'hudson.cristobal@example.net', 'Did not pay'); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (656, 148, 'Dariana', '320.705.7190x0354', 'hbreitenberg@example.com', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (798, 266, 'Sid', '1-260-605-6483', 'kellen89@example.com', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (808, 374, 'Vernon', '+11(1)8172674604', 'ianderson@example.com', 'Pay good tips'); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (832, 124, 'Marques', '087-833-4617x095', 'joel24@example.com', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (882, 207, 'Destiney', '(054)005-5168', 'jennyfer81@example.com', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (904, 314, 'Jeanie', '323-787-3435x31522', 'anderson34@example.net', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (954, 362, 'Joannie', '1-856-024-7910x2017', 'chaim10@example.com', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (976, 19, 'Elyse', '483.180.0168x1288', 'myrtice.satterfield@example.net', NULL); + + +CREATE TABLE Customers ( +Customer_ID VARCHAR(100) NOT NULL, +Address_ID INTEGER NOT NULL, +Customer_Name VARCHAR(255), +Customer_Phone VARCHAR(255), +Customer_Email_Address VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Customer_ID), +UNIQUE (Customer_ID), +FOREIGN KEY (Address_ID) REFERENCES Addresses (Address_ID) +); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('240', 286, 'Harold', '624-096-7791', 'jerde.harmon@example.com', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('267', 98, 'Federico', '914-915-7483', 'johnson27@example.com', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('304', 369, 'Samson', '1-463-121-4086x655', 'dalton75@example.com', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('418', 369, 'Daryl', '(191)727-6065x6351', 'hickle.jazmyn@example.org', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('516', 110, 'Robert', '903.657.6967x467', 'fheathcote@example.com', 'VIP'); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('518', 180, 'Jacques', '02902266118', 'eleannon@example.org', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('546', 266, 'Davonte', '(941)313-1839x94608', 'keanu70@example.net', 'VIP'); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('556', 19, 'Blake', '056.568.7725', 'clemens43@example.org', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('633', 148, 'Elwyn', '388.863.3459x0915', 'ggrant@example.com', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('712', 266, 'Alek', '398.352.1753', 'terry.nels@example.com', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('714', 230, 'Adelbert', '(514)659-1318x46123', 'hermann.veum@example.org', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('793', 74, 'Isaiah', '347.178.3326', 'dudley08@example.net', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('823', 383, 'Ephraim', '03189033909', 'gage.johns@example.org', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('957', 207, 'Cedrick', '620-987-5897', 'nschmidt@example.org', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('998', 201, 'Wade', '+46(5)7576252034', 'cassin.cielo@example.org', NULL); + + +CREATE TABLE Stores ( +Store_ID VARCHAR(100) NOT NULL, +Address_ID INTEGER NOT NULL, +Marketing_Region_Code CHAR(15) NOT NULL, +Store_Name VARCHAR(255), +Store_Phone VARCHAR(255), +Store_Email_Address VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Store_ID), +UNIQUE (Store_ID), +FOREIGN KEY (Address_ID) REFERENCES Addresses (Address_ID), +FOREIGN KEY (Marketing_Region_Code) REFERENCES Marketing_Regions (Marketing_Region_Code) +); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('150', 286, 'IN', 'FJA Filming', '+65(1)3590790358', 'fjacobson@example.com', NULL); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('229', 266, 'CA', 'Rob Dinning', '1-327-185-9368', 'rborer@example.org', '5 stars'); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('231', 230, 'ES', 'Adan Dinning', '896-931-9633x869', 'adan93@example.com', NULL); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('236', 74, 'CA', 'Fred Dinning', '893-457-3102x4293', 'frederik37@example.org', NULL); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('291', 266, 'RU', 'Ewi Filming', '+46(1)1411714927', 'ewisoky@example.org', NULL); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('344', 369, 'ES', 'Shery Photo', '1-678-902-9434x1148', 'shirley07@example.net', '4 stars'); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('421', 192, 'FR', 'Carmol Photo', '(941)444-7666x7089', 'carmel04@example.com', '3 stars'); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('444', 110, 'CN', 'FK Filming', '086-705-8793', 'fkuvalis@example.net', NULL); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('512', 369, 'CA', 'Adam Photo', '127.870.0753x54565', 'adams.miles@example.net', '5 stars'); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('518', 110, 'ES', 'Lur Photo', '605-319-8245', 'lurline24@example.org', NULL); + + +CREATE TABLE Bookings ( +Booking_ID INTEGER NOT NULL , +Customer_ID INTEGER NOT NULL, +Workshop_Group_ID VARCHAR(100) NOT NULL, +Status_Code CHAR(15) NOT NULL, +Store_ID INTEGER NOT NULL, +Order_Date DATETIME NOT NULL, +Planned_Delivery_Date DATETIME NOT NULL, +Actual_Delivery_Date DATETIME NOT NULL, +Other_Order_Details VARCHAR(255), +PRIMARY KEY (Booking_ID), +UNIQUE (Booking_ID), +FOREIGN KEY (Customer_ID) REFERENCES Clients (Client_ID), +FOREIGN KEY (Workshop_Group_ID) REFERENCES Drama_Workshop_Groups (Workshop_Group_ID) +); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (1, 938, '140', 'good', 8, '2016-12-12 10:43:01', '2013-03-10 18:47:05', '1997-11-21 10:07:40', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (2, 868, '838', 'stop', 7, '1976-08-20 00:33:08', '2009-07-09 09:18:38', '1976-01-08 07:19:23', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (3, 735, '176', 'good', 9, '1975-11-23 06:28:47', '1989-01-05 19:24:45', '1990-03-16 19:38:47', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (4, 527, '708', 'stop', 6, '1995-02-02 15:52:57', '2017-04-27 00:16:00', '1996-10-24 21:15:27', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (5, 591, '176', 'good', 9, '1995-05-10 14:49:47', '1979-07-19 19:44:01', '1971-01-13 13:24:52', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (6, 953, '735', 'good', 1, '1992-11-26 18:11:10', '2016-06-06 20:35:14', '2016-04-30 11:45:39', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (7, 735, '954', 'stop', 4, '1975-12-30 14:12:32', '2008-07-18 18:15:40', '1983-10-09 10:48:48', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (8, 605, '176', 'good', 2, '1992-05-11 23:22:41', '1973-04-02 03:10:21', '1983-07-01 22:10:19', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (9, 508, '405', 'good', 4, '1971-05-11 06:53:01', '1974-05-07 21:40:39', '1986-10-04 13:31:10', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (10, 938, '735', 'good', 4, '1982-05-19 05:37:51', '1999-05-11 01:26:06', '1989-11-17 00:32:13', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (11, 423, '136', 'good', 4, '1991-10-11 17:24:15', '1978-04-10 12:23:59', '1983-02-07 20:27:10', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (12, 776, '954', 'good', 5, '1984-12-17 12:53:51', '2014-06-05 10:19:46', '1985-09-02 11:34:39', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (13, 605, '685', 'good', 6, '1996-09-14 10:17:55', '1993-04-17 23:53:01', '1982-04-18 02:59:08', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (14, 426, '954', 'stop', 6, '2007-08-05 15:46:29', '1971-06-29 03:04:47', '1995-12-21 05:01:38', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (15, 426, '176', 'stop', 8, '1976-10-24 07:40:47', '1972-06-25 15:51:34', '2004-02-22 04:37:14', NULL); + + +CREATE TABLE Performers_in_Bookings ( +Order_ID INTEGER NOT NULL, +Performer_ID INTEGER NOT NULL, +PRIMARY KEY (Order_ID, Performer_ID), +FOREIGN KEY (Performer_ID) REFERENCES Performers (Performer_ID), +FOREIGN KEY (Order_ID) REFERENCES Bookings (Booking_ID) +); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (1, 153); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (1, 341); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (2, 466); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (3, 798); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (4, 313); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (7, 882); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (8, 650); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (8, 976); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (9, 376); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (9, 656); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (9, 954); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (11, 360); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (13, 313); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (13, 808); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (15, 313); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (15, 656); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (15, 832); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (15, 904); + + +CREATE TABLE Customer_Orders ( +Order_ID INTEGER NOT NULL , +Customer_ID INTEGER NOT NULL, +Store_ID INTEGER NOT NULL, +Order_Date DATETIME NOT NULL, +Planned_Delivery_Date DATETIME NOT NULL, +Actual_Delivery_Date DATETIME NOT NULL, +Other_Order_Details VARCHAR(255), +PRIMARY KEY (Order_ID), +UNIQUE (Order_ID), +FOREIGN KEY (Customer_ID) REFERENCES Customers (Customer_ID), +FOREIGN KEY (Store_ID) REFERENCES Stores (Store_ID) +); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (1, 516, 231, '1994-08-03 12:34:58', '1977-03-11 03:58:19', '1992-07-21 22:11:11', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (2, 418, 229, '2014-07-10 10:56:01', '1996-08-26 19:19:59', '1998-08-22 17:57:32', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (3, 712, 229, '1981-06-20 16:29:43', '1980-12-19 05:49:35', '2011-04-13 07:15:35', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (4, 240, 229, '1999-11-20 18:48:05', '1973-08-20 08:52:39', '2004-03-27 23:30:12', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (5, 418, 150, '1973-02-16 19:28:34', '1990-09-25 07:14:01', '2004-04-23 21:19:39', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (6, 556, 344, '1988-11-13 15:42:13', '2012-05-19 00:38:52', '2015-06-20 20:51:17', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (7, 546, 291, '1998-03-10 14:01:00', '2014-06-18 09:42:23', '1972-08-15 19:12:14', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (8, 240, 231, '1979-09-01 06:29:01', '1996-05-17 09:10:57', '1996-02-16 04:20:17', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (9, 240, 344, '1993-11-22 14:56:28', '1984-05-07 12:05:33', '1976-05-20 03:24:23', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (10, 546, 518, '1985-05-29 01:20:18', '1977-07-08 16:35:46', '2003-12-16 23:37:19', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (11, 304, 421, '2000-07-03 21:41:50', '1994-08-08 03:08:23', '1990-11-14 03:53:06', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (12, 516, 231, '2011-01-05 08:01:07', '2004-04-24 01:52:57', '1993-09-16 23:20:05', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (13, 240, 512, '2003-06-24 11:44:51', '1979-05-15 03:00:09', '2011-04-23 06:39:09', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (14, 546, 444, '1971-05-12 10:12:46', '1987-03-21 18:50:27', '2016-10-18 16:11:20', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (15, 712, 231, '2008-04-02 18:00:15', '1994-11-12 04:49:11', '1996-04-13 19:05:34', NULL); + +CREATE TABLE Order_Items ( +Order_Item_ID INTEGER NOT NULL , +Order_ID INTEGER NOT NULL, +Product_ID INTEGER NOT NULL, +Order_Quantity VARCHAR(288), +Other_Item_Details VARCHAR(255), +PRIMARY KEY (Order_Item_ID), +FOREIGN KEY (Order_ID) REFERENCES Customer_Orders (Order_ID), +FOREIGN KEY (Product_ID) REFERENCES Products (Product_ID) +); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (1, 3, 233, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (2, 15, 300, '2', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (3, 12, 300, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (4, 4, 273, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (5, 3, 46, '2', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (6, 5, 83, '2', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (7, 10, 179, '2', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (8, 4, 156, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (9, 12, 216, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (10, 11, 46, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (11, 2, 300, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (12, 12, 156, '2', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (13, 6, 233, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (14, 1, 81, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (15, 7, 300, '2', NULL); + +CREATE TABLE Invoices ( +Invoice_ID INTEGER NOT NULL, +Order_ID INTEGER NOT NULL, +payment_method_code CHAR(15), +Product_ID INTEGER NOT NULL, +Order_Quantity VARCHAR(288), +Other_Item_Details VARCHAR(255), +Order_Item_ID INTEGER NOT NULL, +PRIMARY KEY (Invoice_ID), +FOREIGN KEY (Order_ID) REFERENCES Customer_Orders (Order_ID), +FOREIGN KEY (Order_ID) REFERENCES Bookings (Booking_ID), +FOREIGN KEY (payment_method_code) REFERENCES Ref_Payment_Methods (payment_method_code) +); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (128, 14, 'MasterCard', 4, 2, NULL, 1); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (162, 13, 'MasterCard', 9, 2, NULL, 9); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (164, 7, 'Visa', 7, 2, NULL, 1); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (212, 8, 'Visa', 4, 2, NULL, 8); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (272, 10, 'American E', 3, 2, NULL, 5); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (398, 3, 'American E', 4, 1, NULL, 5); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (406, 14, 'MasterCard', 7, 2, NULL, 1); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (483, 7, 'Visa', 8, 1, NULL, 3); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (548, 4, 'MasterCard', 3, 1, NULL, 1); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (587, 1, 'American E', 4, 2, NULL, 1); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (612, 6, 'American E', 3, 1, NULL, 8); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (633, 11, 'Visa', 2, 1, NULL, 7); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (679, 12, 'MasterCard', 9, 2, NULL, 8); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (733, 11, 'Visa', 6, 1, NULL, 4); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (777, 7, 'MasterCard', 6, 2, NULL, 7); + + +CREATE TABLE Services ( +Service_ID INTEGER NOT NULL, +Service_Type_Code CHAR(15), +Workshop_Group_ID INTEGER NOT NULL, +Product_Description VARCHAR(255), +Product_Name VARCHAR(255), +Product_Price DECIMAL(20,4), +Other_Product_Service_Details VARCHAR(255), +PRIMARY KEY (Service_ID), +UNIQUE (Service_ID), +FOREIGN KEY (Workshop_Group_ID) REFERENCES Drama_Workshop_Groups (Workshop_Group_ID), +FOREIGN KEY (Service_Type_Code) REFERENCES Ref_Service_Types (Service_Type_Code) +); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (191, '1', 415, NULL, 'film', '58932775.8822', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (219, '2', 838, NULL, 'film', '2704.4719', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (220, '1', 708, NULL, 'dinning', '6888.8306', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (396, '3', 735, NULL, 'photo', '31862.0853', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (414, '2', 954, NULL, 'photo', '213.9459', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (421, '3', 470, NULL, 'photo', '8004.9880', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (525, '4', 838, NULL, 'photo', '3499362.8145', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (597, '2', 735, NULL, 'photo', '5396.2935', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (630, '4', 176, NULL, 'photo', '19845767.8923', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (640, '2', 382, NULL, 'dinning', '7299.6747', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (662, '2', 954, NULL, 'dinning', '641544.2835', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (773, '3', 314, NULL, 'dinning', '827055.7309', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (779, '1', 431, NULL, 'film', '9130.7326', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (798, '1', 176, NULL, 'film', '84063402.4351', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (840, '1', 405, NULL, 'film', '187358.6469', NULL); + + + +CREATE TABLE Bookings_Services ( +Order_ID INTEGER NOT NULL, +Product_ID INTEGER NOT NULL, +PRIMARY KEY (Order_ID, Product_ID), +FOREIGN KEY (Order_ID) REFERENCES Bookings (Booking_ID), +FOREIGN KEY (Product_ID) REFERENCES Services (Service_ID) +); + +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (1, 396); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (1, 779); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (4, 191); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (4, 414); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (5, 773); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (7, 191); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (7, 640); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (8, 414); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (9, 630); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (12, 597); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (13, 396); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (14, 525); + + + +CREATE TABLE Invoice_Items ( +Invoice_Item_ID INTEGER NOT NULL , +Invoice_ID INTEGER NOT NULL, +Order_ID INTEGER NOT NULL, +Order_Item_ID INTEGER NOT NULL, +Product_ID INTEGER NOT NULL, +Order_Quantity INTEGER, +Other_Item_Details VARCHAR(255), +PRIMARY KEY (Invoice_Item_ID), +FOREIGN KEY (Order_Item_ID) REFERENCES Order_Items (Order_Item_ID), +FOREIGN KEY (Invoice_ID) REFERENCES Invoices (Invoice_ID), +FOREIGN KEY (Order_ID, Product_ID) REFERENCES Bookings_Services (Order_ID,Product_ID) +); +INSERT INTO Invoice_Items (`Invoice_Item_ID`, `Invoice_ID`, `Order_ID`, `Order_Item_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (1, 128, 1, 5, 396, 2, NULL); +INSERT INTO Invoice_Items (`Invoice_Item_ID`, `Invoice_ID`, `Order_ID`, `Order_Item_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (2, 162, 4, 6, 191, 6, 'Good quality'); diff --git a/database/cre_Theme_park/cre_Theme_park.sqlite b/database/cre_Theme_park/cre_Theme_park.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..4e00b364e9a03b8667cfadacf10d4b447e195679 Binary files /dev/null and b/database/cre_Theme_park/cre_Theme_park.sqlite differ diff --git a/database/cre_Theme_park/schema.sql b/database/cre_Theme_park/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..9b8b1c6894d3288dc3aa0c0d0f461f9b3a4a7722 --- /dev/null +++ b/database/cre_Theme_park/schema.sql @@ -0,0 +1,332 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE Ref_Hotel_Star_Ratings ( +star_rating_code CHAR(15) NOT NULL, +star_rating_description VARCHAR(80), +PRIMARY KEY (star_rating_code), +UNIQUE (star_rating_code) +); + + +CREATE TABLE Locations ( +Location_ID INTEGER NOT NULL, +Location_Name VARCHAR(255), +Address VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Location_ID) +); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (333, 'Astro Orbiter', '660 Shea Crescent', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (368, 'African Animals', '254 Ottilie Junction', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (417, 'American Adventure', '53815 Sawayn Tunnel Apt. 297', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (579, 'The Barnstormer', '3374 Sarina Manor', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (603, 'African Adventure', '88271 Barrows Union Suite 203', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (650, 'UK Gallery', '4411 Sabrina Radial Suite 582', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (655, 'The Boneyard', '0692 Georgiana Pass', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (661, 'Shark World', '2485 Mueller Squares Suite 537', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (740, 'Space Spin', '5536 Betsy Street Apt. 646', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (759, 'Butterflies', '959 Feest Glen Suite 523', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (858, 'Soak Station', '4908 Reinger Vista', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (861, 'Castle', '14034 Kohler Drive', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (867, 'Coral Reefs', '4510 Schuster Stream Apt. 613', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (868, 'Film Festival', '770 Edd Lane Apt. 098', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (885, 'Fossil Fun Games', '101 Paucek Crescent', NULL); + + +CREATE TABLE Ref_Attraction_Types ( +Attraction_Type_Code CHAR(15) NOT NULL, +Attraction_Type_Description VARCHAR(255), +PRIMARY KEY (Attraction_Type_Code), +UNIQUE (Attraction_Type_Code) +); + +INSERT INTO Ref_Attraction_Types (`Attraction_Type_Code`, `Attraction_Type_Description`) VALUES ('2', 'park'); +INSERT INTO Ref_Attraction_Types (`Attraction_Type_Code`, `Attraction_Type_Description`) VALUES ('3', 'garden'); +INSERT INTO Ref_Attraction_Types (`Attraction_Type_Code`, `Attraction_Type_Description`) VALUES ('5', 'gallery'); +INSERT INTO Ref_Attraction_Types (`Attraction_Type_Code`, `Attraction_Type_Description`) VALUES ('6', 'adventure'); +INSERT INTO Ref_Attraction_Types (`Attraction_Type_Code`, `Attraction_Type_Description`) VALUES ('9', 'museum'); +INSERT INTO Ref_Hotel_Star_Ratings (`star_rating_code`, `star_rating_description`) VALUES ('1', 'star'); +INSERT INTO Ref_Hotel_Star_Ratings (`star_rating_code`, `star_rating_description`) VALUES ('2', 'star'); +INSERT INTO Ref_Hotel_Star_Ratings (`star_rating_code`, `star_rating_description`) VALUES ('3', 'star'); +INSERT INTO Ref_Hotel_Star_Ratings (`star_rating_code`, `star_rating_description`) VALUES ('4', 'star'); +INSERT INTO Ref_Hotel_Star_Ratings (`star_rating_code`, `star_rating_description`) VALUES ('5', 'star'); + + +CREATE TABLE Visitors ( +Tourist_ID INTEGER NOT NULL, +Tourist_Details VARCHAR(255), +PRIMARY KEY (Tourist_ID), +UNIQUE (Tourist_ID) +); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (164, 'Toney'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (189, 'Graciela'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (204, 'Vincent'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (211, 'Vivian'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (241, 'Nettie'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (295, 'Laurence'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (359, 'Newell'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (377, 'Marisol'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (399, 'Jarrell'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (439, 'Edna'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (500, 'Maud'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (513, 'Alison'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (541, 'Rosalind'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (545, 'Tevin'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (578, 'Aleen'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (610, 'Marcelle'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (652, 'Lizzie'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (779, 'Wayne'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (841, 'Teresa'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (888, 'Elnora'); + + + +CREATE TABLE Features ( +Feature_ID INTEGER NOT NULL, +Feature_Details VARCHAR(255), +PRIMARY KEY (Feature_ID) +); + +INSERT INTO Features (`Feature_ID`, `Feature_Details`) VALUES (523, 'cafe'); +INSERT INTO Features (`Feature_ID`, `Feature_Details`) VALUES (528, 'park'); +INSERT INTO Features (`Feature_ID`, `Feature_Details`) VALUES (543, 'garden'); +INSERT INTO Features (`Feature_ID`, `Feature_Details`) VALUES (681, 'shopping'); +INSERT INTO Features (`Feature_ID`, `Feature_Details`) VALUES (955, 'parking'); + + +CREATE TABLE Hotels ( +hotel_id INTEGER NOT NULL, +star_rating_code CHAR(15) NOT NULL, +pets_allowed_yn CHAR(1), +price_range real, +other_hotel_details VARCHAR(255), +PRIMARY KEY (hotel_id), +FOREIGN KEY (star_rating_code) REFERENCES Ref_Hotel_Star_Ratings (star_rating_code) +); + +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (123, '5', '1', '2914989.571', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (144, '4', '', '', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (172, '5', '', '17012.682586009', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (222, '5', '1', '', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (239, '3', '1', '', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (264, '1', '1', '48525.4530675', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (314, '5', '1', '766712918.96763', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (331, '1', '1', '', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (350, '1', '', '', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (373, '5', '1', '250548014.90329', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (376, '2', '', '', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (379, '4', '1', '38014975.47848', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (420, '5', '1', '9393.86291219', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (421, '3', '', '5526556.6412', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (426, '5', '', '245.067720121', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (431, '2', '1', '43.729525', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (442, '2', '1', '289775.7331715', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (473, '1', '1', '2374.7971074', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (514, '5', '', '1381255.81865', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (555, '5', '1', '5390.432113', NULL); + + +CREATE TABLE Tourist_Attractions ( +Tourist_Attraction_ID INTEGER NOT NULL, +Attraction_Type_Code CHAR(15) NOT NULL, +Location_ID INTEGER NOT NULL, +How_to_Get_There VARCHAR(255), +Name VARCHAR(255), +Description VARCHAR(255), +Opening_Hours VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Tourist_Attraction_ID), +FOREIGN KEY (Location_ID) REFERENCES Locations (Location_ID), +FOREIGN KEY (Attraction_Type_Code) REFERENCES Ref_Attraction_Types (Attraction_Type_Code) +); + +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (2113, '2', 579, 'bus', 'art museum', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (2701, '6', 417, 'walk', 'UK gallery', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (5076, '2', 868, 'shuttle', 'flying elephant', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (5265, '5', 603, 'bus', 'film festival', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (6476, '3', 417, 'shuttle', 'US museum', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (6523, '9', 858, 'walk', 'fun games', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (6653, '9', 655, 'walk', 'history gallery', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (6852, '5', 858, 'walk', 'exploration trial', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (7067, '5', 417, 'bus', 'haunted mansion', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (8429, '9', 867, 'walk', 'presidents hall', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (8449, '2', 579, 'bus', 'impressions de France', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (8698, '5', 661, 'bus', 'jungle cruise', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (9360, '5', 868, 'shuttle', 'fun shops', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (9561, '2', 759, 'bus', 'cafe', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (9919, '6', 579, 'shuttle', 'parking', NULL, NULL, NULL); + + + +CREATE TABLE Street_Markets ( +Market_ID INTEGER NOT NULL, +Market_Details VARCHAR(255), +PRIMARY KEY (Market_ID), +FOREIGN KEY (Market_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID) +); +CREATE TABLE Shops ( +Shop_ID INTEGER NOT NULL, +Shop_Details VARCHAR(255), +PRIMARY KEY (Shop_ID), +FOREIGN KEY (Shop_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID) +); +CREATE TABLE Museums ( +Museum_ID INTEGER NOT NULL, +Museum_Details VARCHAR(255), +PRIMARY KEY (Museum_ID), +FOREIGN KEY (Museum_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID) +); +CREATE TABLE Royal_Family ( +Royal_Family_ID INTEGER NOT NULL, +Royal_Family_Details VARCHAR(255), +PRIMARY KEY (Royal_Family_ID), +FOREIGN KEY (Royal_Family_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID) +); +CREATE TABLE Theme_Parks ( +Theme_Park_ID INTEGER NOT NULL, +Theme_Park_Details VARCHAR(255), +PRIMARY KEY (Theme_Park_ID), +FOREIGN KEY (Theme_Park_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID) +); + + +INSERT INTO Museums (`Museum_ID`,`Museum_Details`) VALUES (2113,'Yale Center for British Art'); +INSERT INTO Museums (`Museum_ID`,`Museum_Details`) VALUES (2701,'The Metropolitan Museum of Art'); +INSERT INTO Museums (`Museum_ID`,`Museum_Details`) VALUES (5076,'MoMA'); + +INSERT INTO Theme_Parks (`Theme_Park_ID`,`Theme_Park_Details`) VALUES (5265,'Disney'); +INSERT INTO Theme_Parks (`Theme_Park_ID`,`Theme_Park_Details`) VALUES (6476,'Sea World'); +INSERT INTO Theme_Parks (`Theme_Park_ID`,`Theme_Park_Details`) VALUES (6523, 'Universal Studios'); + + +INSERT INTO Street_Markets (`Market_ID`,`Market_Details`) VALUES (6852, 'Broadway'); +INSERT INTO Street_Markets (`Market_ID`,`Market_Details`) VALUES (7067, 'Fish Farm Market'); + +INSERT INTO Shops (`Shop_ID`,`Shop_Details`) VALUES (8429, 'soup'); +INSERT INTO Shops (`Shop_ID`,`Shop_Details`) VALUES (8449, 'coffee'); +INSERT INTO Shops (`Shop_ID`,`Shop_Details`) VALUES (8698, 'Flower'); +INSERT INTO Shops (`Shop_ID`,`Shop_Details`) VALUES (9360, 'see food'); + +INSERT INTO Royal_Family (`Royal_Family_ID`,`Royal_Family_Details`) VALUES (9561,NULL); +INSERT INTO Royal_Family (`Royal_Family_ID`,`Royal_Family_Details`) VALUES (9919,NULL); + + +CREATE TABLE Visits ( +Visit_ID INTEGER NOT NULL, +Tourist_Attraction_ID INTEGER NOT NULL, +Tourist_ID INTEGER NOT NULL, +Visit_Date DATETIME NOT NULL, +Visit_Details VARCHAR(40) NOT NULL, +PRIMARY KEY (Visit_ID), +FOREIGN KEY (Tourist_Attraction_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID), +FOREIGN KEY (Tourist_ID) REFERENCES Visitors (Tourist_ID) +); + + +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (183, 6653, 377, '2004-08-21 03:06:14', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (268, 5076, 204, '2013-08-06 05:35:51', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (273, 9360, 211, '2013-10-27 09:56:08', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (302, 6476, 377, '1990-08-15 14:24:10', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (356, 6476, 439, '1980-11-26 02:08:00', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (381, 6523, 211, '2017-03-19 08:48:19', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (416, 6476, 841, '2008-11-09 01:28:01', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (479, 6852, 439, '1989-08-24 20:26:37', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (563, 6852, 610, '1993-02-01 15:27:20', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (612, 9919, 204, '2007-09-17 10:12:45', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (729, 6476, 513, '1998-05-12 00:50:20', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (776, 8698, 513, '2010-10-04 01:34:12', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (781, 6852, 779, '2018-01-09 20:39:52', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (866, 8429, 545, '1971-12-16 06:41:26', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (909, 8698, 779, '1998-12-10 02:46:43', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (937, 6523, 541, '1996-01-08 13:23:41', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (962, 9919, 610, '2007-09-03 04:30:01', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (968, 6852, 377, '1974-12-31 23:18:24', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (977, 8698, 500, '2001-11-13 10:08:28', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (999, 2701, 610, '1990-11-12 00:54:50', ''); + + + +CREATE TABLE Photos ( +Photo_ID INTEGER NOT NULL, +Tourist_Attraction_ID INTEGER NOT NULL, +Name VARCHAR(255), +Description VARCHAR(255), +Filename VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Photo_ID), +FOREIGN KEY (Tourist_Attraction_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID) +); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (211, 8449, 'game1', NULL, '702', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (280, 7067, 'game2', NULL, '762', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (303, 5076, 'game3', NULL, '392', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (327, 9919, 'fun1', NULL, '820', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (332, 5076, 'fun2', NULL, '060', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (428, 6523, 'fun3', NULL, '148', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (435, 8429, 'fun4', NULL, '453', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (437, 2701, 'fun5', NULL, '128', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (525, 5265, 'park1', NULL, '538', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (534, 6852, 'park2', NULL, '325', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (537, 6653, 'park3', NULL, '695', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (550, 5076, 'din1', NULL, '259', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (558, 8698, 'din2', NULL, '863', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (571, 6653, 'din3', NULL, '864', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (596, 9561, 'din4', NULL, '141', NULL); + + +CREATE TABLE Staff ( +Staff_ID INTEGER NOT NULL, +Tourist_Attraction_ID INTEGER NOT NULL, +Name VARCHAR(40), +Other_Details VARCHAR(255), +PRIMARY KEY (Staff_ID), +FOREIGN KEY (Tourist_Attraction_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID) +); + + +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (170, 6476, 'Whitney', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (219, 6476, 'Kaela', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (237, 7067, 'Eunice', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (249, 5265, 'Kiarra', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (310, 9561, 'Phoebe', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (433, 9360, 'Vickie', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (463, 6653, 'Jannie', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (470, 6523, 'Lenore', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (487, 6852, 'Asia', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (491, 6852, 'Janet', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (532, 6852, 'Elouise', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (591, 9360, 'Gina', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (595, 8698, 'Beth', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (596, 2701, 'Ruthie', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (604, 6852, 'Aurore', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (619, 2113, 'Cortney', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (643, 6523, 'Astrid', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (667, 9561, 'Shemar', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (860, 6476, 'Trinity', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (952, 5265, 'Carmella', NULL); + + + + +CREATE TABLE Tourist_Attraction_Features ( +Tourist_Attraction_ID INTEGER NOT NULL, +Feature_ID INTEGER NOT NULL, +PRIMARY KEY (Tourist_Attraction_ID, Feature_ID), +FOREIGN KEY (Tourist_Attraction_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID), +FOREIGN KEY (Feature_ID) REFERENCES Features (Feature_ID) +); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (5076, 528); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (5076, 681); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (5265, 523); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (5265, 955); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (6476, 543); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (6476, 681); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (6476, 955); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (6523, 528); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (6852, 528); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (6852, 955); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (7067, 543); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (8429, 681); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (8449, 528); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (8698, 528); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (8698, 543); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (8698, 681); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (9561, 681); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (9919, 681); diff --git a/database/csu_1/csu_1.sqlite b/database/csu_1/csu_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..75764cd600d8d1fffec687e236e76635da53d793 Binary files /dev/null and b/database/csu_1/csu_1.sqlite differ diff --git a/database/csu_1/schema.sql b/database/csu_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e3adbc08051a5986b769347a832a1c60958df1ab --- /dev/null +++ b/database/csu_1/schema.sql @@ -0,0 +1,54 @@ +CREATE TABLE "Campuses" ( + "Id" INTEGER PRIMARY KEY, + "Campus" TEXT, + "Location" TEXT, + "County" TEXT, + "Year" INTEGER +); + +CREATE TABLE "csu_fees" ( + "Campus" INTEGER PRIMARY KEY, + "Year" INTEGER, + "CampusFee" INTEGER, + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + +CREATE TABLE "degrees" ( + "Year" INTEGER, + "Campus" INTEGER, + "Degrees" INTEGER, + PRIMARY KEY (Year, Campus), + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + + + +CREATE TABLE "discipline_enrollments" ( + "Campus" INTEGER, + "Discipline" INTEGER, + "Year" INTEGER, + "Undergraduate" INTEGER, + "Graduate" INTEGER, + PRIMARY KEY (Campus, Discipline), + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + + + +CREATE TABLE "enrollments" ( + "Campus" INTEGER, + "Year" INTEGER, + "TotalEnrollment_AY" INTEGER, + "FTE_AY" INTEGER, + PRIMARY KEY(Campus, Year), + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + +CREATE TABLE "faculty" ( + "Campus" INTEGER, + "Year" INTEGER, + "Faculty" REAL, + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + + diff --git a/database/culture_company/culture_company.sqlite b/database/culture_company/culture_company.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..f4290e156662d069a642af1367195eddb2376440 Binary files /dev/null and b/database/culture_company/culture_company.sqlite differ diff --git a/database/culture_company/schema.sql b/database/culture_company/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..19d59db8b04c90878851d709ce452bd5df4c3130 --- /dev/null +++ b/database/culture_company/schema.sql @@ -0,0 +1,69 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "book_club" ( +"book_club_id" int, +"Year" int, +"Author_or_Editor" text, +"Book_Title" text, +"Publisher" text, +"Category" text, +"Result" text, +PRIMARY KEY ("book_club_id") +); + +INSERT INTO "book_club" VALUES (1, "1989","Michael Nava","Goldenboy","Alyson","Gay M/SF","Won [A ]"); +INSERT INTO "book_club" VALUES (2, "1989","Donald Ward","Death Takes the Stage","St. Martin's Press","Gay M/SF","Nom"); +INSERT INTO "book_club" VALUES (3, "1989","Michael Bishop","Unicorn Mountain","William Morrow","Gay M/SF","Nom"); +INSERT INTO "book_club" VALUES (4, "1989","Joseph Hansen","Obedience","Mysterious Press","Gay M/SF","Nom"); +INSERT INTO "book_club" VALUES (5, "1989","George Baxt","Whoӳ Next","International Polygonics","Gay M/SF","Nom"); +INSERT INTO "book_club" VALUES (6, "1989","Antoinette Azolakov","Skiptrace","Banned Books","Lesb. M/SF","Won"); +INSERT INTO "book_club" VALUES (7,"1989","Claire McNab","Lessons In Murder","Naiad Press","Lesb. M/SF","Nom"); +INSERT INTO "book_club" VALUES (8, "1989","Judy Grahn","Mundaneӳ World","Crossing Press","Lesb. M/SF","Nom"); +INSERT INTO "book_club" VALUES (9, "1989","Dolores Klaich","Heavy Gilt","Naiad Press","Lesb. M/SF","Nom"); +INSERT INTO "book_club" VALUES (10, "1989","Sandy Bayer","The Crystal Curtain","Alyson","Lesb. M/SF","Nom"); +INSERT INTO "book_club" VALUES (11, "1990","Jeffrey N. McMahan","Somewhere in the Night","Alyson","Gay SF/F","Won [B ]"); +INSERT INTO "book_club" VALUES (12, "1990","Thom Nickels","Walking Water / After All This","Banned Books","Gay SF/F","Nom"); + + +CREATE TABLE "movie" ( +"movie_id" int, +"Title" text, +"Year" int, +"Director" text, +"Budget_million" real, +"Gross_worldwide" int, +PRIMARY KEY("movie_id") +); + +INSERT INTO "movie" VALUES (1, "The Boondock Saints","1999","Troy Duffy","6","30471"); +INSERT INTO "movie" VALUES (2, "The Big Kahuna","1999","John Swanbeck","7","3728888"); +INSERT INTO "movie" VALUES (3, "Storm Catcher","1999","Anthony Hickox","5","40500"); +INSERT INTO "movie" VALUES (4, "Jill Rips","2000","Anthony Hickox","4","456774"); +INSERT INTO "movie" VALUES (5, "The Whole Nine Yards","2000","Jonathan Lynn","41.3","106371651"); +INSERT INTO "movie" VALUES (6, "Battlefield Earth","2000","Roger Christian","44","29725663"); +INSERT INTO "movie" VALUES (7, "Get Carter","2000","Stephen Kay","63.6","19412993"); +INSERT INTO "movie" VALUES (8, "The Art of War","2000","Christian Duguay","60","40400425"); +INSERT INTO "movie" VALUES (9, "Agent Red","2000","Damian Lee","47","543356"); +INSERT INTO "movie" VALUES (10, "3000 Miles to Graceland","2001","Demian Lichtenstein","62","18720175"); + + + +CREATE TABLE "culture_company" ( +"Company_name" text, +"Type" text, +"Incorporated_in" text, +"Group_Equity_Shareholding" real, +"book_club_id" text, +"movie_id" text, +PRIMARY KEY("Company_name"), +FOREIGN KEY ("book_club_id") REFERENCES "book_club"("book_club_id"), +FOREIGN KEY ("movie_id") REFERENCES "movie"("movie_id") +); + +INSERT INTO "culture_company" VALUES ("Culture China","Corporate","China","18.77",1,2); +INSERT INTO "culture_company" VALUES ("Culture China Cargo","Joint Venture","China","49",2,3); +INSERT INTO "culture_company" VALUES ("Culture Hong Kong","Joint Venture","Hong Kong","60",3,4); +INSERT INTO "culture_company" VALUES ("Dragonair","Subsidiary","Hong Kong","100",5,7); +INSERT INTO "culture_company" VALUES ("Cathay Pacific Culture","Subsidiary","Hong Kong","100",5,5); +INSERT INTO "culture_company" VALUES ("Cathay Pacific Culture Services (HK) Limited","Subsidiary","Hong Kong","100",6,6); + diff --git a/database/customer_deliveries/customer_deliveries.sqlite b/database/customer_deliveries/customer_deliveries.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..5e3483110c6a82e80bcd51785ab81f3cdaf8d674 Binary files /dev/null and b/database/customer_deliveries/customer_deliveries.sqlite differ diff --git a/database/customer_deliveries/schema.sql b/database/customer_deliveries/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..267a8eb393a32950f72e5b063a3426e953caa9d3 --- /dev/null +++ b/database/customer_deliveries/schema.sql @@ -0,0 +1,333 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY, +`product_name` VARCHAR(20), +`product_price` DECIMAL(19,4), +`product_description` VARCHAR(255) +); +INSERT INTO Products (`product_id`, `product_name`, `product_price`, `product_description`) VALUES (1, 'dvds', '1322.7800', 'good condition'); +INSERT INTO Products (`product_id`, `product_name`, `product_price`, `product_description`) VALUES (2, 'cloth', '6402.0900', 'good condition'); +INSERT INTO Products (`product_id`, `product_name`, `product_price`, `product_description`) VALUES (3, 'electronics', '2511.2900', 'great condition'); +INSERT INTO Products (`product_id`, `product_name`, `product_price`, `product_description`) VALUES (4, 'books', '7111.6800', 'good condition'); +INSERT INTO Products (`product_id`, `product_name`, `product_price`, `product_description`) VALUES (5, 'food', '3644.4500', 'good condition'); +INSERT INTO Products (`product_id`, `product_name`, `product_price`, `product_description`) VALUES (6, 'gift', '5022.3900', 'bad condition'); + + +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`address_details` VARCHAR(80), +`city` VARCHAR(50), +`zip_postcode` VARCHAR(20), +`state_province_county` VARCHAR(50), +`country` VARCHAR(50) +); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (1, '92283 Lora Forges Suite 322', 'Mohrville', '271', 'Nebraska', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (2, '17135 Jaida Fork Suite 798', 'East Brody', '940', 'Colorado', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (3, '41099 Crist Prairie Suite 507', 'Evelinebury', '003', 'Idaho', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (4, '615 Adams Rue Apt. 095', 'Sawaynville', '575', 'Kentucky', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (5, '045 Marquardt Village Suite 484', 'Carterside', '827', 'California', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (6, '203 Joseph Hills', 'Giovannaton', '960', 'Tennessee', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (7, '6187 Feil Extension Apt. 749', 'East Frederic', '674', 'Maine', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (8, '185 Farrell Brooks Apt. 106', 'Mosciskimouth', '076', 'Illinois', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (9, '3720 Pagac Hollow Apt. 131', 'Alvertatown', '234', 'Wyoming', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (10, '57136 Eichmann Ranch Suite 091', 'Gerholdtown', '297', 'Illinois', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (11, '3020 Steuber Gardens Apt. 620', 'Flossiefurt', '460', 'Michigan', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (12, '2060 Hilpert Forge Apt. 379', 'Annietown', '491', 'Michigan', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (13, '469 Roberts Mews', 'Lake Abbey', '838', 'Washington', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (14, '8701 Myrtis Ranch', 'North Marquesfort', '940', 'Ohio', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (15, '06959 Garett Meadows Apt. 259', 'New Lizziechester', '934', 'Massachusetts', 'USA'); + + +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`payment_method` VARCHAR(10) NOT NULL, +`customer_name` VARCHAR(80), +`customer_phone` VARCHAR(80), +`customer_email` VARCHAR(80), +`date_became_customer` DATETIME +); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (1, 'Visa', 'Ron Emard', '1-382-503-5179x53639', 'shaniya45@example.net', '2011-04-25 22:20:35'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (2, 'MasterCard', 'Gabe Schroeder', '1-728-537-4293x0885', 'alexandra91@example.net', '2011-10-17 16:08:25'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (3, 'Discover', 'Candace Schneider', '940.575.3682x7959', 'tkassulke@example.com', '2012-01-11 21:17:01'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (4, 'Visa', 'Jaden Lang', '361.151.3489x7272', 'dedric17@example.org', '2009-12-29 17:38:10'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (5, 'Visa', 'Geovanni Grady', '1-005-644-2495', 'elmira.langworth@example.org', '2017-05-21 07:09:55'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (6, 'Visa', 'Dr. Karine Farrell', '+49(2)0677806107', 'reichel.winnifred@example.org', '2010-11-06 08:42:56'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (7, 'Discover', 'Emmanuel Reilly', '129.959.6420', 'gleichner.ethelyn@example.net', '2013-11-29 06:15:22'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (8, 'MasterCard', 'Keenan Kuhic', '686-517-9923x348', 'dallin76@example.org', '2013-04-09 18:17:05'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (9, 'American', 'Rusty Morar', '1-123-197-9677x7194', 'njenkins@example.org', '2015-09-09 09:29:06'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (10, 'Visa', 'Lila Howe', '1-492-284-1097', 'leann.hamill@example.org', '2014-02-04 04:51:58'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (11, 'Visa', 'Amalia Hudson DDS', '003-991-1506x483', 'danika49@example.com', '2014-02-25 19:39:51'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (12, 'Discover', 'Verda Streich', '06730471330', 'xgraham@example.org', '2008-10-12 12:19:27'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (13, 'Discover', 'Patience Yundt', '969-208-8932x715', 'kira82@example.com', '2017-03-25 18:48:04'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (14, 'Visa', 'Annabell Walsh', '(881)096-1281x6448', 'adriana83@example.org', '2017-06-30 19:02:11'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (15, 'Visa', 'Aracely Borer V', '531-617-3230', 'rollin95@example.net', '2015-09-13 22:39:50'); + + +CREATE TABLE `Regular_Orders` ( +`regular_order_id` INTEGER PRIMARY KEY, +`distributer_id` INTEGER NOT NULL, +FOREIGN KEY (`distributer_id` ) REFERENCES `Customers`(`customer_id` ) +); + +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (1, 12); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (2, 15); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (3, 6); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (4, 3); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (5, 8); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (6, 14); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (7, 2); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (8, 15); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (9, 10); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (10, 7); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (11, 3); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (12, 1); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (13, 1); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (14, 15); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (15, 15); + + +CREATE TABLE `Regular_Order_Products` ( +`regular_order_id` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ), +FOREIGN KEY (`regular_order_id` ) REFERENCES `Regular_Orders`(`regular_order_id` ) +); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (5, 3); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (2, 3); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (10, 1); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (8, 5); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (12, 2); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (1, 4); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (6, 3); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (3, 6); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (3, 1); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (9, 6); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (5, 5); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (1, 1); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (7, 4); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (6, 4); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (13, 2); + + + +CREATE TABLE `Actual_Orders` ( +`actual_order_id` INTEGER PRIMARY KEY, +`order_status_code` VARCHAR(10) NOT NULL, +`regular_order_id` INTEGER NOT NULL, +`actual_order_date` DATETIME, +FOREIGN KEY (`regular_order_id` ) REFERENCES `Regular_Orders`(`regular_order_id` ) +); + + +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (1, 'Success', 8, '2018-03-02 23:26:19'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (2, 'Cancel', 15, '2018-03-02 08:33:39'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (3, 'Cancel', 4, '2018-02-25 10:13:36'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (4, 'Cancel', 10, '2018-03-21 01:34:52'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (5, 'Cancel', 14, '2018-02-28 15:31:06'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (6, 'Success', 12, '2018-03-12 05:33:57'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (7, 'Success', 1, '2018-03-06 12:20:31'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (8, 'Cancel', 11, '2018-03-22 19:30:17'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (9, 'Success', 6, '2018-03-13 05:43:25'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (10, 'Success', 13, '2018-03-05 17:31:36'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (11, 'Cancel', 4, '2018-03-16 00:28:09'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (12, 'Cancel', 12, '2018-02-26 01:55:52'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (13, 'Cancel', 8, '2018-03-11 10:45:05'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (14, 'Cancel', 4, '2018-03-12 11:24:59'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (15, 'Cancel', 7, '2018-03-10 18:22:34'); + + +CREATE TABLE `Actual_Order_Products` ( +`actual_order_id` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ), +FOREIGN KEY (`actual_order_id` ) REFERENCES `Actual_Orders`(`actual_order_id` ) +); + +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (2, 1); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (14, 5); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (13, 6); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (9, 2); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (3, 2); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (2, 3); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (13, 2); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (3, 1); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (3, 1); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (10, 3); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (6, 6); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (5, 5); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (7, 3); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (5, 3); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (15, 4); + + + + + +CREATE TABLE `Customer_Addresses` ( +`customer_id` INTEGER NOT NULL, +`address_id` INTEGER NOT NULL, +`date_from` DATETIME NOT NULL, +`address_type` VARCHAR(10) NOT NULL, +`date_to` DATETIME, +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ) +); + + +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (5, 6, '2016-09-06 19:23:46', 'House', '2018-02-25 15:34:58'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (14, 5, '2016-12-21 03:49:54', 'House', '2018-03-13 21:20:21'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (2, 2, '2014-06-09 06:31:49', 'Flat', '2018-03-02 21:56:40'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (10, 6, '2011-05-24 21:49:34', 'House', '2018-03-18 12:45:44'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (14, 2, '2011-12-06 16:49:10', 'Flat', '2018-02-24 20:18:08'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (10, 1, '2012-05-24 11:47:54', 'House', '2018-03-14 20:26:33'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (7, 3, '2016-08-17 17:45:20', 'Flat', '2018-03-16 14:09:24'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (4, 9, '2009-08-03 03:17:03', 'House', '2018-03-15 23:45:59'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (3, 7, '2010-12-29 11:01:39', 'House', '2018-03-22 02:54:10'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (12, 6, '2012-08-31 15:41:03', 'Flat', '2018-03-02 23:42:49'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (12, 11, '2008-04-02 08:23:13', 'Apartment', '2018-03-17 12:51:37'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (14, 10, '2011-08-18 09:40:49', 'House', '2018-03-06 15:48:13'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (1, 11, '2014-12-20 18:58:32', 'House', '2018-02-27 00:53:48'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (8, 6, '2013-05-06 00:49:45', 'Flat', '2018-03-05 01:34:02'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (12, 5, '2017-11-01 10:59:35', 'Flat', '2018-03-09 05:05:17'); + + +CREATE TABLE `Delivery_Routes` ( +`route_id` INTEGER PRIMARY KEY, +`route_name` VARCHAR(50), +`other_route_details` VARCHAR(255) +); + +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (1, 'Torphy Ltd', '16893 Wilderman Terrace +Port Lucasburgh, ND 55978-5550'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (2, 'Heidenreich Group', '6534 Cheyenne Trace Suite 242 +Koryburgh, PA 21391-9164'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (3, 'Gerhold Inc', '70469 Unique Crest +Katherynville, IA 92263-4974'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (4, 'Huel, Armstrong and Senger', '534 Lubowitz Terrace +Lake Tomfort, LA 52697-4998'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (5, 'Nader, Leuschke and Huels', '4627 Johnnie Centers +Lake Hipolitoton, RI 37305'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (6, 'Abshire Ltd', '36578 Kirsten Terrace +Krajcikside, NH 29063'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (7, 'Adams, Macejkovic and Carroll', '941 Ritchie Plains Suite 833 +North Jerry, LA 32804-7405'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (8, 'Schowalter Group', '52417 Wiza Brook Apt. 000 +Zechariahstad, WY 15885-3711'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (9, 'Gorczany Group', '9608 Hoyt Extension +East Linnieview, GA 87356-5339'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (10, 'Grady, King and Price', '4989 Pfeffer Passage Suite 915 +West Jacebury, SD 68079-3347'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (11, 'Streich, Spencer and Brakus', '30335 Pacocha Burgs Apt. 400 +North Onastad, OR 76419'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (12, 'Brekke, Powlowski and Fritsch', '53685 Abshire Falls +Lake Destineyville, OK 91313'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (13, 'Hermiston, Feeney and Daugherty', '54645 Ziemann Skyway Suite 987 +Lake Roderickstad, OH 77820'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (14, 'Renner-Kovacek', '809 Daija Radial Apt. 507 +Kavonfort, MN 70034-2797'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (15, 'Hegmann-Waters', '719 Vito Parks +Kassulkeville, NH 77748'); + + +CREATE TABLE `Delivery_Route_Locations` ( +`location_code` VARCHAR(10) PRIMARY KEY, +`route_id` INTEGER NOT NULL, +`location_address_id` INTEGER NOT NULL, +`location_name` VARCHAR(50), +FOREIGN KEY (`location_address_id` ) REFERENCES `Addresses`(`address_id` ), +FOREIGN KEY (`route_id` ) REFERENCES `Delivery_Routes`(`route_id` ) +); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('27 City Rd', 11, 5, 'Labadie-Crooks'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('30 Sam Rd', 7, 13, 'VonRueden, Schmeler and Fay'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('67 LV Rd', 11, 6, 'Carter, Pfannerstill and Rutherford'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('38 Enisner Av', 10, 7, 'Bradtke-Herman'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('73 Nancy Av', 14, 10, 'Streich Group'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('84 OE Av', 14, 7, 'Hessel and Sons'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('34 Benz St', 2, 15, 'Strosin, Hegmann and Abbott'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('15 Sixth Av', 8, 6, 'Pouros, Brakus and Konopelski'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('04 Elm Rd', 8, 8, 'Hermiston, Hand and Wisoky'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('79 Square St', 15, 5, 'Turner, Dietrich and Smitham'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('84 Temple Rd', 7, 2, 'Leannon, Erdman and Schneider'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('64 Kate Rd', 7, 12, 'Dach Group'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('68 Denny St', 4, 7, 'Ledner-Kozey'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('76 David St', 11, 3, 'Rosenbaum, Kiehn and Kilback'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('58 Roof Av', 13, 4, 'Bartoletti, Keebler and Crona'); + + +CREATE TABLE `Trucks` ( +`truck_id` INTEGER PRIMARY KEY, +`truck_licence_number` VARCHAR(20), +`truck_details` VARCHAR(255) +); + +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (1, '58110', 'Frida'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (2, '33822', 'Randy'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (3, '17106', 'Laverna'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (4, '24474', 'Kaya'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (5, '63359', 'Queen'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (6, '25232', 'Deon'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (7, '92426', 'Stacy'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (8, '69863', 'Rebeka'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (9, '78683', 'Bud'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (10, '47865', 'Holly'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (11, '49160', 'Rosamond'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (12, '32054', 'Ricky'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (13, '87695', 'Joanny'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (14, '75871', 'Luisa'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (15, '89343', 'Efren'); + + +CREATE TABLE `Employees` ( +`employee_id` INTEGER PRIMARY KEY, +`employee_address_id` INTEGER NOT NULL, +`employee_name` VARCHAR(80), +`employee_phone` VARCHAR(80), +FOREIGN KEY (`employee_address_id` ) REFERENCES `Addresses`(`address_id` ) +); + +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (1, 4, 'Kacie', '716-650-2081'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (2, 12, 'Dejuan', '211.289.9042'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (3, 1, 'Leonie', '816-890-2580'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (4, 11, 'Rogelio', '(539)655-7194x3276'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (5, 12, 'Eriberto', '675.047.7555x13273'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (6, 9, 'Matteo', '620.905.4152x7146'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (7, 4, 'Sasha', '1-547-775-6049'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (8, 11, 'Eino', '033.973.3729x07313'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (9, 8, 'Cydney', '191.702.4400x1018'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (10, 6, 'Cristian', '1-833-492-9430'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (11, 5, 'Lew', '776.002.6775'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (12, 15, 'Anthony', '+69(6)9999892744'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (13, 14, 'Jovani', '+28(9)6180779782'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (14, 10, 'Dovie', '944-507-0999'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (15, 12, 'Allison', '+48(5)2807285053'); + + +CREATE TABLE `Order_Deliveries` ( +`location_code` VARCHAR(10) NOT NULL, +`actual_order_id` INTEGER NOT NULL, +`delivery_status_code` VARCHAR(10) NOT NULL, +`driver_employee_id` INTEGER NOT NULL, +`truck_id` INTEGER NOT NULL, +`delivery_date` DATETIME, +FOREIGN KEY (`truck_id` ) REFERENCES `Trucks`(`truck_id` ), +FOREIGN KEY (`actual_order_id` ) REFERENCES `Actual_Orders`(`actual_order_id` ), +FOREIGN KEY (`location_code` ) REFERENCES `Delivery_Route_Locations`(`location_code` ), +FOREIGN KEY (`driver_employee_id` ) REFERENCES `Employees`(`employee_id` ) +); + +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('27 City Rd', 11, 'Ready', 6, 11, '2018-03-21 00:57:22'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('27 City Rd', 1, 'On Road', 4, 10, '2018-02-26 01:32:49'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('27 City Rd', 3, 'Ready', 1, 2, '2018-03-08 17:17:12'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('73 Nancy Av', 2, 'Delivered', 12, 10, '2018-03-17 19:42:08'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('73 Nancy Av', 2, 'On Road', 1, 6, '2018-03-05 03:03:24'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('34 Benz St', 14, 'Delivered', 11, 6, '2018-03-12 20:45:27'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('73 Nancy Av', 6, 'On Road', 11, 11, '2018-03-22 22:09:56'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('34 Benz St', 6, 'Delivered', 2, 10, '2018-03-06 22:39:17'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('34 Benz St', 5, 'Delivered', 14, 6, '2018-03-02 09:03:13'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('73 Nancy Av', 8, 'Ready', 13, 4, '2018-03-17 09:09:06'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('58 Roof Av', 9, 'Ready', 3, 9, '2018-02-26 13:22:53'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('58 Roof Av', 5, 'Ready', 8, 1, '2018-03-20 20:36:44'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('58 Roof Av', 9, 'Ready', 14, 5, '2018-03-14 05:16:17'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('58 Roof Av', 10, 'Ready', 13, 11, '2018-03-18 02:35:08'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('34 Benz St', 4, 'On Road', 1, 2, '2018-03-01 00:50:45'); diff --git a/database/customers_and_products_contacts/customers_and_products_contacts.sqlite b/database/customers_and_products_contacts/customers_and_products_contacts.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..f998c37a23a3bf44461af7a5bc067add213eaed3 Binary files /dev/null and b/database/customers_and_products_contacts/customers_and_products_contacts.sqlite differ diff --git a/database/customers_and_products_contacts/schema.sql b/database/customers_and_products_contacts/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a9141a8f5d087a764ee0d309ef88e7ca3ef05467 --- /dev/null +++ b/database/customers_and_products_contacts/schema.sql @@ -0,0 +1,176 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`line_1_number_building` VARCHAR(80), +`city` VARCHAR(50), +`zip_postcode` VARCHAR(20), +`state_province_county` VARCHAR(50), +`country` VARCHAR(50) +); + +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (1, '4315 Kerluke Canyon Apt. 800', 'Hertafurt', '740', 'Nevada', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (2, '319 Kozey Highway Suite 973', 'Edgardoberg', '282', 'Colorado', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (3, '592 Frederique Ridge', 'Gilbertmouth', '167', 'Virginia', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (4, '01868 Laverna Green', 'Lake Floyd', '041', 'Oklahoma', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (5, '6017 Price Greens', 'Gibsonfurt', '873', 'District of Columbia', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (6, '037 Luella Path', 'North Jairo', '126', 'Maryland', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (7, '044 Greenfelder Fort', 'East Rickey', '564', 'Louisiana', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (8, '2676 Connelly Islands Apt. 199', 'West Kaiatown', '770', 'Oregon', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (9, '6830 Alexanne Forks Apt. 925', 'Agustinstad', '248', 'Illinois', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (10, '918 Lauren Drive', 'Gleasonland', '116', 'Kentucky', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (11, '70345 Marvin Glens Apt. 669', 'Lake Katheryn', '505', 'Kentucky', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (12, '65854 McKenzie Tunnel', 'North Lisandroport', '202', 'Maine', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (13, '494 Bruen Radial Apt. 723', 'Estaland', '381', 'Idaho', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (14, '794 Doyle Lake Apt. 531', 'West Muriel', '571', 'Vermont', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (15, '9590 Rogahn Point Apt. 466', 'Port Montytown', '037', 'SouthDakota', 'USA'); + + + +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY, +`product_type_code` VARCHAR(15), +`product_name` VARCHAR(80), +`product_price` DOUBLE NULL +); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (1, 'Hardware', 'Apple', '54753982.574522'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (2, 'Clothes', 'jcrew', '30590929.528306'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (3, 'Hardware', 'Apple', '10268.85297069'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (4, 'Hardware', 'Apple', '22956668.699482'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (5, 'Clothes', 'jcrew', '5927021.8748021'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (6, 'Hardware', 'Apple', '77.109961147471'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (7, 'Hardware', 'Apple', '450.39232520498'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (8, 'Hardware', 'Sony', '4446237.9177554'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (9, 'Clothes', 'jcrew', '622.79275984494'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (10, 'Hardware', 'Sony', '7171.5933353284'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (11, 'Clothes', 'jcrew', '149.95519076938'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (12, 'Clothes', 'gucci', '593.80519929985'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (13, 'Clothes', 'gucci', '11388.26282462'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (14, 'Hardware', 'Sony', '389.91542644329'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (15, 'Clothes', 'gucci', '310488248.48788'); + + +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`payment_method_code` VARCHAR(15), +`customer_number` VARCHAR(20), +`customer_name` VARCHAR(80), +`customer_address` VARCHAR(255), +`customer_phone` VARCHAR(80), +`customer_email` VARCHAR(80) +); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (1, 'Credit Card', '456', 'Kayley', '636 Chanelle Isle Apt. 846', '+87(9)5279161988', 'antonette73@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (2, 'Credit Card', '553', 'Sterling', '12174 Boyer Crossroad', '896.685.8228x2786', 'stroman.chadd@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (3, 'Credit Card', '951', 'Buford', '650 Spencer Way Apt. 584', '(192)144-4687', 'pattie.mayer@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (4, 'Direct Debit', '497', 'Caterina', '075 Skiles Expressway', '387.053.1225', 'dbeahan@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (5, 'Direct Debit', '752', 'Raymond', '8497 Huel Stravenue', '1-513-427-0125', 'bergnaum.ashton@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (6, 'Direct Debit', '838', 'Cheyenne', '058 Ben Street Apt. 034', '009-136-4509x19635', 'rhayes@example.org'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (7, 'Direct Debit', '429', 'Cecelia', '4065 Forest Vista Apt. 103', '672-559-0630x7875', 'caesar.lemke@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (8, 'Credit Card', '564', 'Brenna', '440 Aiden Ports', '1-271-345-4681x1131', 'macy.huel@example.org'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (9, 'Credit Card', '525', 'Lela', '13256 Valentina Valleys Suite 292', '838.718.8618x23239', 'vandervort.helena@example.org'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (10, 'Credit Card', '795', 'Cleo', '91702 Hilpert Pines Suite 177', '1-202-928-5395', 'xrosenbaum@example.org'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (11, 'Direct Debit', '233', 'Shany', '55270 Carter Street Apt. 214', '936.929.9929', 'kling.jesus@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (12, 'Credit Card', '586', 'Madaline', '8428 Cecile Land Apt. 192', '097-514-4641', 'brady.ernser@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (13, 'Direct Debit', '445', 'Melissa', '251 Botsford Harbors Suite 399', '529.148.1926', 'howard27@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (14, 'Direct Debit', '735', 'Orion', '10823 Rollin Spur', '479-171-6355x66065', 'kip.abernathy@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (15, 'Direct Debit', '523', 'Ottilie', '4098 Kreiger Knoll Suite 758', '393-750-2077x72779', 'morton06@example.net'); + +CREATE TABLE `Contacts` ( +`contact_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`gender` VARCHAR(1), +`first_name` VARCHAR(80), +`last_name` VARCHAR(50), +`contact_phone` VARCHAR(80) +); + +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (1, 4, 'male', 'Cierra', 'Collins', '+73(2)0854391820'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (2, 6, 'male', 'Jennifer', 'Doyle', '482-949-1364x17500'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (3, 8, 'female', 'Carli', 'Blick', '(608)868-5069x554'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (4, 14, 'female', 'Gustave', 'Ebert', '00414184198'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (5, 3, 'male', 'Danika', 'Bauch', '1-368-227-6322'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (6, 9, 'female', 'Rachelle', 'Stamm', '048-342-0880x5170'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (7, 10, 'male', 'Sid', 'Legros', '658.850.7946x9993'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (8, 7, 'female', 'Adella', 'Streich', '1-613-226-7727'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (9, 4, 'male', 'Etha', 'Raynor', '385-123-4556'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (10, 15, 'female', 'Skye', 'Ratke', '+62(3)0497423927'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (11, 10, 'female', 'Leif', 'Buckridge', '+96(5)1807022818'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (12, 6, 'female', 'Shyann', 'Hills', '(842)564-7057x121'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (13, 3, 'male', 'Darion', 'Leannon', '1-279-181-8737'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (14, 8, 'female', 'Amani', 'Kunze', '405-058-1659'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (15, 14, 'female', 'Hellen', 'Little', '136.724.5322'); + + +CREATE TABLE `Customer_Address_History` ( +`customer_id` INTEGER NOT NULL, +`address_id` INTEGER NOT NULL, +`date_from` DATETIME NOT NULL, +`date_to` DATETIME, +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ) +); +CREATE TABLE `Customer_Orders` ( +`order_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`order_date` DATETIME NOT NULL, +`order_status_code` VARCHAR(15), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); + +CREATE TABLE `Order_Items` ( +`order_item_id` INTEGER NOT NULL , +`order_id` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +`order_quantity` VARCHAR(80), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ), +FOREIGN KEY (`order_id` ) REFERENCES `Customer_Orders`(`order_id` ) +); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (12, 7, '2015-07-23 14:37:18', '2018-03-07 12:04:20'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (12, 2, '2016-11-06 14:33:12', '2018-03-14 21:36:28'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (3, 9, '2011-11-19 12:17:36', '2018-03-22 10:20:16'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (13, 15, '2009-02-16 23:04:20', '2018-03-07 17:47:47'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (3, 12, '2008-06-22 21:50:44', '2018-03-13 00:08:29'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (11, 10, '2012-04-09 18:10:36', '2018-03-11 20:16:56'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (11, 10, '2014-11-17 15:11:26', '2018-03-08 23:31:30'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (2, 13, '2011-01-02 21:42:29', '2018-02-25 19:55:00'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (13, 11, '2015-05-01 12:44:46', '2018-03-24 06:20:36'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (12, 3, '2011-06-02 02:53:28', '2018-03-10 00:47:18'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (6, 1, '2013-06-14 23:07:04', '2018-03-16 14:49:28'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (14, 12, '2008-10-13 04:37:27', '2018-03-19 10:10:53'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (13, 5, '2012-03-16 17:42:30', '2018-02-27 07:31:19'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (7, 13, '2012-11-19 09:20:49', '2018-03-11 20:11:21'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (7, 3, '2012-11-09 07:15:16', '2018-03-09 12:03:31'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (2, 4, '2011-11-02 17:31:41', '2018-03-07 05:29:10'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (9, 13, '2010-03-25 08:23:20', '2018-03-09 16:41:55'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (6, 12, '2017-10-25 07:35:59', '2018-03-11 21:40:52'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (7, 3, '2009-05-22 04:42:28', '2018-03-18 11:13:27'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (12, 9, '2016-12-23 04:42:07', '2018-03-20 01:13:38'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (1, 2, '2009-07-19 13:40:49', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (2, 2, '1976-05-28 15:02:44', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (3, 6, '1979-03-29 02:47:13', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (4, 4, '2003-01-17 00:06:12', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (5, 13, '1992-04-19 21:42:58', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (6, 4, '1972-03-17 21:42:29', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (7, 10, '2002-01-20 01:52:53', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (8, 2, '1985-01-03 05:22:09', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (9, 9, '2016-09-17 03:00:47', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (10, 5, '1971-12-04 19:14:18', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (11, 10, '1993-05-08 14:12:06', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (12, 10, '1998-06-14 21:22:53', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (13, 9, '1997-08-02 09:44:57', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (14, 3, '1979-07-13 17:19:40', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (15, 1, '2007-01-19 07:54:50', 'Completed'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (1, 9, 15, '3'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (2, 8, 12, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (3, 11, 9, '9'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (4, 15, 2, 'male'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (5, 13, 3, '3'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (6, 3, 6, '4'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (7, 7, 4, '8'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (8, 6, 2, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (9, 3, 15, '2'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (10, 4, 12, '5'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (11, 14, 11, '8'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (12, 6, 2, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (13, 7, 5, '9'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (14, 5, 13, '4'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (15, 7, 3, '8'); diff --git a/database/customers_campaigns_ecommerce/customers_campaigns_ecommerce.sqlite b/database/customers_campaigns_ecommerce/customers_campaigns_ecommerce.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..330bf5f1034e54a6d8f685b08a40d818581f488f Binary files /dev/null and b/database/customers_campaigns_ecommerce/customers_campaigns_ecommerce.sqlite differ diff --git a/database/customers_campaigns_ecommerce/schema.sql b/database/customers_campaigns_ecommerce/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..3832fef476c1a09bc79c5b68dd21f81e36c8ff7d --- /dev/null +++ b/database/customers_campaigns_ecommerce/schema.sql @@ -0,0 +1,207 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `Premises` ( +`premise_id` INTEGER PRIMARY KEY, +`premises_type` VARCHAR(15) NOT NULL, +`premise_details` VARCHAR(255) +); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (1, 'Warehouse', '036 Lueilwitz Harbor'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (2, 'Warehouse', '676 Kelly Spur'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (3, 'Residence', '27839 Carissa Tunnel Suite 048'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (4, 'Residence', '2219 Barrows Tunnel Apt. 893'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (5, 'Office', '38291 Jerde Light Apt. 713'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (6, 'Office', '5585 Abbott Walk'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (7, 'Residence', '5510 Veum Green'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (8, 'Warehouse', '7230 Tillman Glens Suite 202'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (9, 'Warehouse', '62282 Wiza Glen Apt. 430'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (10, 'Office', '07318 Annetta Motorway'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (11, 'Office', '00100 Green Mountains Apt. 653'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (12, 'Office', '33294 William Lodge Apt. 953'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (13, 'Office', '2760 Austin Station'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (14, 'Residence', '5109 Jules Squares Apt. 082'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (15, 'Office', '867 Emard Drives Apt. 066'); + + +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY, +`product_category` VARCHAR(15) NOT NULL, +`product_name` VARCHAR(80) +); + +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (1, 'Food', 'Coffee Bean'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (2, 'Electronics', 'Keyboard'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (3, 'Books', 'Four Seasons'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (4, 'Hardware', 'Mouse'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (5, 'Books', 'Life of Van gogh'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (6, 'Hardware', 'Monitor'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (7, 'Electronics', 'MP3'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (8, 'Books', 'Learning French'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (9, 'Books', 'How to read a book'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (10, 'Electronics', 'iWatch'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (11, 'Books', 'IOS Programming'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (12, 'Books', 'Everything about Amazon'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (13, 'Hardware', 'Drive'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (14, 'Food', 'Chocolate'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (15, 'Electronics', 'iPhone'); + + + +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`payment_method` VARCHAR(15) NOT NULL, +`customer_name` VARCHAR(80), +`customer_phone` VARCHAR(80), +`customer_email` VARCHAR(80), +`customer_address` VARCHAR(255), +`customer_login` VARCHAR(80), +`customer_password` VARCHAR(10) +); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (1, 'Credit Card', 'Wendell', '(773)971-9411x759', 'rodriguez.nathanael@example.net', '618 Webster Stream Apt. 161', NULL, 'b4459ad261'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (2, 'Direct Debit', 'Gage', '(402)890-2603x6005', 'stark.elna@example.net', '0260 Walker Trace', NULL, '7905d7f1b1'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (3, 'Direct Debit', 'Elvera', '1-878-600-7193x8180', 'madyson.mclaughlin@example.org', '280 Landen Lake', NULL, '0b9f651030'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (4, 'Direct Debit', 'Stella', '+43(3)1861877192', 'kristina85@example.org', '5607 Ryann Canyon', NULL, 'f64f0fd096'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (5, 'Credit Card', 'Magdalena', '1-352-291-1721x265', 'franecki.danial@example.com', '523 Mose Hills', NULL, 'bdfdc8e91a'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (6, 'Direct Debit', 'Carlotta', '+66(7)1491041398', 'fstanton@example.net', '31932 Kailey Lodge', NULL, 'a8467590fd'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (7, 'Direct Debit', 'Leanna', '203-036-0511x96487', 'marc.schiller@example.com', '94105 Bahringer Oval Suite 178', NULL, '67e9037197'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (8, 'Direct Debit', 'Ruthie', '(840)754-4148x20545', 'elva.mccullough@example.org', '5514 Ophelia Cliffs Apt. 266', NULL, '280160b7b3'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (9, 'Credit Card', 'Donnie', '(030)521-0681x0191', 'saul30@example.net', '115 Farrell Squares Suite 599', NULL, '22dc8bfaf5'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (10, 'Direct Debit', 'Shanel', '1-957-676-9414', 'kheathcote@example.org', '80569 Crona Path Suite 165', NULL, 'd93857e0c2'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (11, 'Direct Debit', 'Osborne', '232.171.7032', 'vpowlowski@example.net', '509 Isabelle Route', NULL, 'b00e35cc0a'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (12, 'Direct Debit', 'Kyle', '291-425-7193', 'davis.rosamond@example.net', '056 Ibrahim Path Suite 669', NULL, '341f672c2c'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (13, 'Credit Card', 'Annabel', '100.220.3484', 'yoshiko.balistreri@example.org', '56955 Desmond Lake Apt. 120', NULL, '9dc50bc5b6'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (14, 'Direct Debit', 'Geovanny', '205.496.0690x53058', 'jesus.robel@example.org', '0813 Carolina Bridge Suite 488', NULL, '49f32173a2'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (15, 'Direct Debit', 'Mitchell', '698-327-5792', 'princess75@example.com', '6735 Daron Lane Apt. 271', NULL, '791b1b3e64'); + + +CREATE TABLE `Mailshot_Campaigns` ( +`mailshot_id` INTEGER PRIMARY KEY, +`product_category` VARCHAR(15), +`mailshot_name` VARCHAR(80), +`mailshot_start_date` DATETIME, +`mailshot_end_date` DATETIME +); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (1, 'food', 'US', '2018-02-15 09:52:17', '2018-03-08 14:40:20'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (2, 'clothes', 'US', '2017-09-14 12:05:30', '2018-03-15 01:06:16'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (3, 'food', 'FED', '2017-06-16 11:18:45', '2018-03-13 14:42:26'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (4, 'clothes', 'USPS', '2017-09-27 02:35:45', '2018-03-18 11:29:56'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (5, 'food', 'AL', '2017-05-20 20:05:09', '2018-03-02 21:41:46'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (6, 'clothes', 'FED', '2017-10-23 05:41:45', '2018-03-03 08:01:57'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (7, 'food', 'FED', '2017-11-25 03:14:25', '2018-03-05 03:08:48'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (8, 'clothes', 'AL', '2017-10-22 08:46:29', '2018-03-01 13:42:09'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (9, 'food', 'US', '2017-11-12 08:26:08', '2018-02-27 07:58:02'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (10, 'clothes', 'USPS', '2018-01-14 21:03:10', '2018-03-19 13:07:33'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (11, 'food', 'US', '2017-12-13 01:40:06', '2018-03-24 02:05:36'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (12, 'clothes', 'USPS', '2018-01-20 05:22:29', '2018-03-23 07:48:46'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (13, 'food', 'AL', '2017-05-08 21:14:52', '2018-03-12 12:06:50'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (14, 'clothes', 'AL', '2017-06-11 23:24:31', '2018-03-23 03:36:49'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (15, 'food', 'FED', '2017-11-29 00:56:35', '2018-03-17 07:54:46'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (16, 'clothes', 'US', '2017-11-02 17:26:30', '2018-03-02 17:07:50'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (17, 'food', 'FED', '2018-02-04 13:13:36', '2018-02-26 16:12:30'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (18, 'clothes', 'USPS', '2017-12-08 10:24:12', '2018-03-20 20:10:16'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (19, 'food', 'US', '2017-06-25 11:43:09', '2018-03-15 11:58:52'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (20, 'food', 'US', '2017-11-15 15:58:17', '2018-03-15 06:00:47'); + + +CREATE TABLE `Customer_Addresses` ( +`customer_id` INTEGER NOT NULL, +`premise_id` INTEGER NOT NULL, +`date_address_from` DATETIME NOT NULL, +`address_type_code` VARCHAR(15) NOT NULL, +`date_address_to` DATETIME, +FOREIGN KEY (`premise_id` ) REFERENCES `Premises`(`premise_id` ) +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); + +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (15, 1, '1992-08-23 21:17:38', 'Billing', '2018-02-28 20:54:58'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (2, 2, '2010-02-23 02:49:50', 'Billing', '2018-03-15 18:34:41'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (1, 1, '1975-12-24 10:01:37', 'Shipping', '2018-03-08 08:03:51'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (3, 2, '1995-03-26 17:39:46', 'Shipping', '2018-02-27 17:42:19'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (7, 1, '1929-05-14 04:29:43', 'Billing', '2018-03-16 18:51:47'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (8, 4, '1939-01-15 17:55:39', 'Shipping', '2018-03-13 08:21:27'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (5, 5, '1931-03-24 11:44:07', 'Shipping', '2018-03-05 02:34:01'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (11, 6, '1975-04-23 20:41:01', 'Billing', '2018-03-04 03:08:46'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (11, 3, '1920-08-18 04:42:55', 'Shipping', '2018-03-22 22:46:52'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (11, 5, '1960-07-31 06:10:20', 'Shipping', '2018-03-09 03:34:11'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (13, 6, '1990-12-19 22:02:27', 'Billing', '2018-03-24 07:12:35'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (4, 8, '1985-03-18 20:46:30', 'Shipping', '2018-02-27 16:47:24'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (10, 10, '1972-06-06 01:50:40', 'Billing', '2018-03-08 21:09:30'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (8, 12, '1984-06-16 10:10:37', 'Billing', '2018-03-05 11:26:03'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (3, 14, '2002-02-01 02:55:13', 'Billing', '2018-03-16 11:55:11'); + + +CREATE TABLE `Customer_Orders` ( +`order_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`order_status_code` VARCHAR(15) NOT NULL, +`shipping_method_code` VARCHAR(15) NOT NULL, +`order_placed_datetime` DATETIME NOT NULL, +`order_delivered_datetime` DATETIME, +`order_shipping_charges` VARCHAR(255), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); + +CREATE TABLE `Mailshot_Customers` ( +`mailshot_id` INTEGER NOT NULL, +`customer_id` INTEGER NOT NULL, +`outcome_code` VARCHAR(15) NOT NULL, +`mailshot_customer_date` DATETIME, +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ), +FOREIGN KEY (`mailshot_id` ) REFERENCES `Mailshot_Campaigns`(`mailshot_id` ) +); +CREATE TABLE `Order_Items` ( +`item_id` INTEGER NOT NULL , +`order_item_status_code` VARCHAR(15) NOT NULL, +`order_id` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +`item_status_code` VARCHAR(15), +`item_delivered_datetime` DATETIME, +`item_order_quantity` VARCHAR(80), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ), +FOREIGN KEY (`order_id` ) REFERENCES `Customer_Orders`(`order_id` ) +); + +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (1, 2, 'Cancelled', 'Unspecified', '2015-06-15 18:19:26', '2018-03-20 12:00:00', '85.79'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (2, 8, 'Cancelled', 'Unspecified', '2009-07-05 20:02:55', '2018-03-20 12:00:00', '98.4'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (3, 9, 'Cancelled', 'FedEx', '2008-11-15 12:22:36', '2018-03-20 12:00:00', '36.87'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (4, 1, 'Delivered', 'UPS', '2008-10-23 06:42:10', '2018-03-20 12:00:00', '98.73'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (5, 7, 'Paid', 'FedEx', '2017-05-28 05:48:26', '2018-03-20 12:00:00', '35.63'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (6, 2, 'Cancelled', 'Unspecified', '2014-06-24 13:53:54', '2018-03-20 12:00:00', '99.26'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (7, 15, 'Cancelled', 'FedEx', '2014-08-28 15:08:12', '2018-03-20 12:00:00', '26.56'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (8, 2, 'Delivered', 'Unspecified', '2012-06-05 09:05:34', '2018-03-20 12:00:00', '77.32'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (9, 1, 'Cancelled', 'FedEx', '2009-05-30 16:13:26', '2018-03-20 12:00:00', '57.36'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (10, 14, 'Paid', 'Unspecified', '2013-08-29 03:17:04', '2018-03-20 12:00:00', '33.58'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (11, 1, 'Paid', 'Unspecified', '2015-12-29 10:39:56', '2018-03-20 12:00:00', '22.84'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (12, 12, 'Cancelled', 'Unspecified', '2016-10-20 20:59:35', '2018-03-20 12:00:00', '21.24'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (13, 12, 'Paid', 'FedEx', '2013-06-16 17:51:45', '2018-03-20 12:00:00', '31.33'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (14, 14, 'Paid', 'UPS', '2010-04-29 08:21:49', '2018-03-20 12:00:00', '46.4'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (15, 5, 'Delivered', 'FedEx', '2009-01-18 20:06:19', '2018-03-20 12:00:00', '74.28'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (4, 3, 'Order', '2018-03-15 15:43:14'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (10, 1, 'No Response', '2018-03-04 13:06:55'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (15, 9, 'No Response', '2018-03-11 11:32:20'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (20, 11, 'Order', '2018-03-01 21:39:07'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (7, 1, 'Order', '2018-03-13 05:18:16'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (10, 4, 'No Response', '2018-03-15 04:05:08'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (15, 6, 'Order', '2018-03-06 21:21:38'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (10, 13, 'Order', '2018-02-26 02:17:16'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (15, 13, 'Order', '2018-03-07 11:19:43'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (17, 11, 'Order', '2018-03-05 20:48:13'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (18, 14, 'Order', '2018-03-14 01:08:29'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (15, 6, 'Order', '2018-02-27 20:51:37'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (18, 2, 'Order', '2018-03-20 23:40:02'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (7, 1, 'No Response', '2018-03-03 15:29:56'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (6, 6, 'No Response', '2018-03-05 17:35:24'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (1, 'Delivered', 10, 13, 'good', '2018-02-25 18:22:10', '6'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (2, 'Paid', 6, 7, 'good', '2018-02-27 18:04:55', '7'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (3, 'Cancelled', 8, 1, 'good', '2018-03-16 15:58:27', '4'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (4, 'Cancelled', 13, 11, 'good', '2018-03-04 18:19:12', '3'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (5, 'Paid', 11, 5, 'good', '2018-03-07 12:35:59', '6'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (6, 'Delivered', 6, 10, 'good', '2018-03-03 22:22:38', '5'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (7, 'Delivered', 7, 14, 'good', '2018-03-04 01:39:37', '6'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (8, 'Delivered', 2, 5, 'good', '2018-03-05 14:33:02', '4'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (9, 'Delivered', 6, 6, 'good', '2018-03-22 04:33:17', '6'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (10, 'Cancelled', 7, 9, 'good', '2018-03-03 00:37:19', '2'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (11, 'Paid', 15, 3, 'good', '2018-03-12 20:01:38', '1'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (12, 'Delivered', 11, 9, 'good', '2018-03-03 00:19:41', '5'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (13, 'Paid', 14, 1, 'good', '2018-03-07 15:53:54', '5'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (14, 'Paid', 15, 13, 'good', '2018-03-17 07:10:51', '9'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (15, 'Paid', 14, 9, 'good', '2018-03-05 12:04:23', '4'); diff --git a/database/customers_card_transactions/customers_card_transactions.sqlite b/database/customers_card_transactions/customers_card_transactions.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..1960ce440a81f35e60dbdf688380ac64140928d9 Binary files /dev/null and b/database/customers_card_transactions/customers_card_transactions.sqlite differ diff --git a/database/customers_card_transactions/schema.sql b/database/customers_card_transactions/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..750ee68be6bfe078d06f81c2b2dde4cf505406fe --- /dev/null +++ b/database/customers_card_transactions/schema.sql @@ -0,0 +1,115 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `Accounts` ( +`account_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`account_name` VARCHAR(50), +`other_account_details` VARCHAR(255) +); +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`customer_first_name` VARCHAR(20), +`customer_last_name` VARCHAR(20), +`customer_address` VARCHAR(255), +`customer_phone` VARCHAR(255), +`customer_email` VARCHAR(255), +`other_customer_details` VARCHAR(255) +); +CREATE TABLE `Customers_Cards` ( +`card_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`card_type_code` VARCHAR(15) NOT NULL, +`card_number` VARCHAR(80), +`date_valid_from` DATETIME, +`date_valid_to` DATETIME, +`other_card_details` VARCHAR(255) +); +CREATE TABLE `Financial_Transactions` ( +`transaction_id` INTEGER NOT NULL , +`previous_transaction_id` INTEGER, +`account_id` INTEGER NOT NULL, +`card_id` INTEGER NOT NULL, +`transaction_type` VARCHAR(15) NOT NULL, +`transaction_date` DATETIME, +`transaction_amount` DOUBLE NULL, +`transaction_comment` VARCHAR(255), +`other_transaction_details` VARCHAR(255), +FOREIGN KEY (`card_id` ) REFERENCES `Customers_Cards`(`card_id` ), +FOREIGN KEY (`account_id` ) REFERENCES `Accounts`(`account_id` ) +); + +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (1, 6, '338', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (2, 14, '562', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (3, 9, '162', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (4, 12, '038', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (5, 13, '858', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (6, 12, '262', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (7, 9, '621', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (8, 8, '381', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (9, 9, '546', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (10, 4, '767', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (11, 4, '022', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (12, 2, '866', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (13, 10, '234', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (14, 9, '557', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (15, 4, '725', 'VIP'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (1, 'Aniyah', 'Feest', '55975 Theodore Estates +Lake Brody, VT 57078', '(673)872-5338', 'fahey.dorian@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (2, 'Susie', 'Wiza', '6478 Moen Isle Suite 910 +Schimmelmouth, VT 96364-4898', '679-845-8645x94312', 'idickinson@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (3, 'Marcel', 'Brekke', '1965 Abernathy Plains +Port Lilla, LA 44867', '1-511-656-6664', 'nichole.rodriguez@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (4, 'Art', 'Turcotte', '6862 Domenic Port +New Elbert, DE 86980-8517', '941-213-6716x675', 'enrique59@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (5, 'Armani', 'Farrell', '3031 Ludwig Square +Unaview, SC 86336-3287', '224-123-1012', 'dauer@example.net', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (6, 'Kiel', 'Schinner', '19935 Allie Bypass Apt. 409 +Coleberg, FL 69194-5357', '1-564-044-3909', 'ebert.omer@example.net', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (7, 'Izabella', 'Erdman', '23793 Athena Inlet Apt. 455 +Schmidtmouth, NH 15794', '751.049.9948', 'kling.catalina@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (8, 'Elyssa', 'Lind', '094 Julianne Mill +Webstertown, KY 91980-4004', '+12(6)9024410984', 'dell13@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (9, 'Faustino', 'Langworth', '0748 Lola Union Apt. 874 +Reynoldsfurt, NM 94584-3767', '284.749.0453', 'ahomenick@example.org', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (10, 'Axel', 'Effertz', '936 Lula Overpass +East Alisonville, NH 14890', '+90(8)1290735932', 'kyra.murazik@example.org', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (11, 'Frederic', 'Swift', '7127 Hilpert Parks +South Johnfort, SD 67577-9504', '1-207-977-5182', 'keegan16@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (12, 'Bryce', 'Rath', '74962 Hugh Mills +North Laurenland, KY 46376', '(415)237-0701x3115', 'grady.general@example.org', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (13, 'Serenity', 'Effertz', '71560 Eulah Squares +Torphyberg, OK 34312-0380', '1-894-567-2283', 'schaden.katrina@example.net', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (14, 'Blanche', 'Huels', '47286 Mraz Park Apt. 424 +Jocelynfurt, OH 59023-2787', '(703)950-4708x8972', 'huels.antonina@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (15, 'Nat', 'Davis', '163 Collier Square +New Ceciltown, AL 64723-5646', '246-469-4472x359', 'earlene.carroll@example.net', NULL); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (1, 14, 'Credit', '4560596484842', '2011-04-17 09:05:28', '2018-03-07 17:06:19', '5567915676420343'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (2, 9, 'Credit', '4859448397570735', '2012-05-22 02:05:41', '2018-02-25 15:43:32', '4539333582760'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (3, 6, 'Debit', '348237249146948', '2014-08-01 14:26:45', '2018-03-24 15:29:00', '4916210554814'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (4, 15, 'Credit', '4485460762694', '2009-11-05 09:26:01', '2018-03-19 05:34:08', '5296134475180061'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (5, 13, 'Credit', '5122249720639438', '2015-12-21 22:07:49', '2018-03-22 08:31:28', '5388642773088467'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (6, 10, 'Debit', '5102229294602335', '2017-01-01 13:34:04', '2018-03-11 01:12:33', '5513587359761653'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (7, 9, 'Credit', '4716674779726', '2016-12-11 03:01:12', '2018-03-15 06:27:45', '6011771512810699'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (8, 12, 'Credit', '6011225247353230', '2016-09-17 13:31:05', '2018-03-24 00:38:54', '5428692691195935'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (9, 3, 'Debit', '4929590358481', '2015-03-27 02:01:12', '2018-03-12 02:16:45', '5307019264041461'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (10, 10, 'Debit', '4532488235104', '2011-06-15 23:10:10', '2018-03-17 21:27:32', '5571147786750739'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (11, 8, 'Debit', '4707949584519', '2013-11-17 02:58:22', '2018-03-14 14:00:07', '377852690396160'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (12, 3, 'Debit', '4929896676202959', '2015-05-09 04:05:26', '2018-03-16 16:00:19', '4556142375374'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (13, 2, 'Credit', '5484846021884483', '2008-08-20 17:59:51', '2018-03-20 02:08:02', '4916493714393'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (14, 5, 'Debit', '4929384762825', '2013-05-23 07:55:36', '2018-03-11 06:05:44', '4485258248930151'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (15, 2, 'Debit', '345475370003028', '2014-07-03 20:19:31', '2018-02-28 22:26:31', '4716851737494984'); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (1, 925, 15, 1, 'Payment', '2018-03-24 06:41:41', '1701.23', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (2, 494, 3, 2, 'Refund', '2018-03-24 12:08:55', '1931.76', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (3, 642, 4, 3, 'Payment', '2018-03-24 09:08:27', '486.56', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (4, 457, 15, 4, 'Refund', '2018-03-23 21:59:28', '1336.21', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (5, 947, 13, 5, 'Refund', '2018-03-23 21:43:32', '357.06', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (6, 958, 12, 6, 'Refund', '2018-03-24 11:48:28', '1967.75', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (7, 368, 1, 6, 'Refund', '2018-03-24 05:13:42', '1483.05', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (8, 924, 6, 7, 'Refund', '2018-03-24 14:47:05', '1194.48', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (9, 296, 9, 6, 'Payment', '2018-03-24 05:31:43', '1475.56', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (10, 495, 5, 7, 'Payment', '2018-03-24 05:45:57', '1795.66', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (11, 333, 11, 7, 'Refund', '2018-03-24 10:39:09', '462.63', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (12, 986, 10, 9, 'Payment', '2018-03-24 15:17:49', '1658.32', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (13, 885, 14, 11, 'Refund', '2018-03-24 17:00:41', '1298.73', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (14, 965, 10, 12, 'Refund', '2018-03-24 16:31:34', '945.43', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (15, 203, 8, 12, 'Payment', '2018-03-24 10:48:34', '1529.97', NULL, NULL); diff --git a/database/debate/debate.sqlite b/database/debate/debate.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..9f10409503571bd5b713f302e5fcfad895cae2ed Binary files /dev/null and b/database/debate/debate.sqlite differ diff --git a/database/debate/schema.sql b/database/debate/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..c8eb2e64d308bf48336e7ade08c3ef8674ce3cbd --- /dev/null +++ b/database/debate/schema.sql @@ -0,0 +1,60 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "people" ( +"People_ID" int, +"District" text, +"Name" text, +"Party" text, +"Age" int, +PRIMARY KEY ("People_ID") +); + +CREATE TABLE "debate" ( +"Debate_ID" int, +"Date" text, +"Venue" text, +"Num_of_Audience" int, +PRIMARY KEY ("Debate_ID") +); + +INSERT INTO "people" VALUES (1,"New York 1","Luther C. Carter","Republican",35); +INSERT INTO "people" VALUES (2,"New York 2","James Humphrey","Republican",38); +INSERT INTO "people" VALUES (3,"New York 3","Daniel Sickles","Democratic",46); +INSERT INTO "people" VALUES (4,"New York 4","Thomas J. Barr","Independent Democrat",48); +INSERT INTO "people" VALUES (5,"New York 5","William B. Maclay","Democratic",36); +INSERT INTO "people" VALUES (6,"New York 6","John Cochrane","Democratic",46); +INSERT INTO "people" VALUES (7,"New York 7","George Briggs","Republican",42); +INSERT INTO "people" VALUES (8,"New York 8","Horace F. Clark","Anti-Lecompton Democrat",45); +INSERT INTO "people" VALUES (9,"New York 9","John B. Haskin","Anti-Lecompton Democrat",43); +INSERT INTO "people" VALUES (10,"New York 10","Charles Van Wyck","Republican",36); + + + +INSERT INTO "debate" VALUES (1,"October 21, 2011","Manama , Bahrain",342); +INSERT INTO "debate" VALUES (2,"December 17, 2014","Doha , Qatar",134); +INSERT INTO "debate" VALUES (3,"August 3, 2015","Manama , Bahrain",90); +INSERT INTO "debate" VALUES (4,"October 27, 2015","Manama , Bahrain",209); +INSERT INTO "debate" VALUES (5,"January 12, 2017","Dubai , UAE",313); +INSERT INTO "debate" VALUES (6,"January 21, 2017","Abu Dhabi , UAE",159); + + + + +CREATE TABLE "debate_people" ( +"Debate_ID" int, +"Affirmative" int, +"Negative" int, +"If_Affirmative_Win" bool, +PRIMARY KEY ("Debate_ID","Affirmative","Negative"), +FOREIGN KEY ("Debate_ID") REFERENCES `debate`("Debate_ID"), +FOREIGN KEY ("Affirmative") REFERENCES `people`("People_ID"), +FOREIGN KEY ("Negative") REFERENCES `people`("People_ID") +); + + +INSERT INTO "debate_people" VALUES (1,1,10,"F"); +INSERT INTO "debate_people" VALUES (5,2,8,"F"); +INSERT INTO "debate_people" VALUES (3,4,7,"T"); +INSERT INTO "debate_people" VALUES (6,5,6,"T"); +INSERT INTO "debate_people" VALUES (4,5,8,"F"); diff --git a/database/decoration_competition/decoration_competition.sqlite b/database/decoration_competition/decoration_competition.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..082156773bd3a2fb773588c8f578d394dc640604 Binary files /dev/null and b/database/decoration_competition/decoration_competition.sqlite differ diff --git a/database/decoration_competition/schema.sql b/database/decoration_competition/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..88c843b4d9f7308a7e55fae5607b7eeea87fd2ed --- /dev/null +++ b/database/decoration_competition/schema.sql @@ -0,0 +1,58 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "college" ( +"College_ID" int, +"Name" text, +"Leader_Name" text, +"College_Location" text, +PRIMARY KEY ("College_ID") +); + + + +INSERT INTO "college" VALUES ("1","Saskatchewan School","Ousame Tounkara","Ottawa"); +INSERT INTO "college" VALUES ("2","B.C. School","Ryan Thelwell","Minnesota"); +INSERT INTO "college" VALUES ("3","Calgary School","Andre Arlain","St. Francis Xavier"); +INSERT INTO "college" VALUES ("4","Edmonton School","Samir Chahine","McGill"); +INSERT INTO "college" VALUES ("5","Toronto School","Roger Dunbrack","Western Ontario"); + + +CREATE TABLE "member" ( +"Member_ID" int, +"Name" text, +"Country" text, +"College_ID" int, +PRIMARY KEY ("Member_ID"), +FOREIGN KEY ("College_ID") REFERENCES `college`("College_ID") +); + + +INSERT INTO "member" VALUES ("1","Jack Nicklaus","United States",1); +INSERT INTO "member" VALUES ("2","Billy Casper","United States",1); +INSERT INTO "member" VALUES ("3","Arnold Palmer","Canada",4); +INSERT INTO "member" VALUES ("4","Tom Watson","United States",4); +INSERT INTO "member" VALUES ("5","Homero Blancas","United States",2); +INSERT INTO "member" VALUES ("6","Pat Fitzsimons","Canada",5); +INSERT INTO "member" VALUES ("7","Bobby Nichols","Canada",5); +INSERT INTO "member" VALUES ("8","J. C. Snead","Canada",4); +INSERT INTO "member" VALUES ("9","Lee Trevino","United States",3); +INSERT INTO "member" VALUES ("10","Tom Weiskopf","United States",3); + + +CREATE TABLE "round" ( +"Round_ID" int, +"Member_ID" int, +"Decoration_Theme" text, +"Rank_in_Round" int, +PRIMARY KEY ("Member_ID","Round_ID"), +FOREIGN KEY ("Member_ID") REFERENCES "member"("Member_ID") +); + + +INSERT INTO "round" VALUES (1,1,"Walk on the Moon",1); +INSERT INTO "round" VALUES (1,2,"Soft Dream",2); +INSERT INTO "round" VALUES (1,10,"Dark Nights",4); +INSERT INTO "round" VALUES (2,4,"Sweetie",3); +INSERT INTO "round" VALUES (2,6,"Summer",2); +INSERT INTO "round" VALUES (2,9,"Happiness",1); + diff --git a/database/department_management/department_management.sqlite b/database/department_management/department_management.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..847f801643785e0dc34c238c54c147b57a40e10f Binary files /dev/null and b/database/department_management/department_management.sqlite differ diff --git a/database/department_management/schema.sql b/database/department_management/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..2a5aaef8b750cd72e3119e3da26275911cfc7293 --- /dev/null +++ b/database/department_management/schema.sql @@ -0,0 +1,58 @@ +PRAGMA foreign_keys=ON; +BEGIN TRANSACTION; +CREATE TABLE IF NOT EXISTS "department" ( +"Department_ID" int, +"Name" text, +"Creation" text, +"Ranking" int, +"Budget_in_Billions" real, +"Num_Employees" real, +PRIMARY KEY ("Department_ID") +); +INSERT INTO department VALUES(1,'State','1789','1',9.9600000000000008526,30265.999999999999999); +INSERT INTO department VALUES(2,'Treasury','1789','2',11.099999999999999644,115896.99999999999999); +INSERT INTO department VALUES(3,'Defense','1947','3',439.30000000000001135,3000000.0); +INSERT INTO department VALUES(4,'Justice','1870','4',23.399999999999998578,112556.99999999999999); +INSERT INTO department VALUES(5,'Interior','1849','5',10.699999999999999289,71436.000000000000002); +INSERT INTO department VALUES(6,'Agriculture','1889','6',77.599999999999994316,109831.99999999999999); +INSERT INTO department VALUES(7,'Commerce','1903','7',6.2000000000000001776,35999.999999999999999); +INSERT INTO department VALUES(8,'Labor','1913','8',59.700000000000002843,17346.999999999999999); +INSERT INTO department VALUES(9,'Health and Human Services','1953','9',543.20000000000004548,66999.999999999999998); +INSERT INTO department VALUES(10,'Housing and Urban Development','1965','10',46.200000000000002843,10599.999999999999999); +INSERT INTO department VALUES(11,'Transportation','1966','11',58.000000000000000001,58621.999999999999998); +INSERT INTO department VALUES(12,'Energy','1977','12',21.5,116099.99999999999999); +INSERT INTO department VALUES(13,'Education','1979','13',62.799999999999997156,4487.0000000000000001); +INSERT INTO department VALUES(14,'Veterans Affairs','1989','14',73.200000000000002842,234999.99999999999999); +INSERT INTO department VALUES(15,'Homeland Security','2002','15',44.600000000000001422,207999.99999999999999); +CREATE TABLE IF NOT EXISTS "head" ( +"head_ID" int, +"name" text, +"born_state" text, +"age" real, +PRIMARY KEY ("head_ID") +); +INSERT INTO head VALUES(1,'Tiger Woods','Alabama',66.999999999999999998); +INSERT INTO head VALUES(2,'Sergio García','California',68.000000000000000001); +INSERT INTO head VALUES(3,'K. J. Choi','Alabama',69.0); +INSERT INTO head VALUES(4,'Dudley Hart','California',51.999999999999999998); +INSERT INTO head VALUES(5,'Jeff Maggert','Delaware',53.000000000000000001); +INSERT INTO head VALUES(6,'Billy Mayfair','California',69.0); +INSERT INTO head VALUES(7,'Stewart Cink','Florida',50.0); +INSERT INTO head VALUES(8,'Nick Faldo','California',55.999999999999999999); +INSERT INTO head VALUES(9,'Pádraig Harrington','Connecticut',43.000000000000000001); +INSERT INTO head VALUES(10,'Franklin Langham','Connecticut',66.999999999999999998); +CREATE TABLE IF NOT EXISTS "management" ( +"department_ID" int, +"head_ID" int, +"temporary_acting" text, +PRIMARY KEY ("Department_ID","head_ID"), +FOREIGN KEY ("Department_ID") REFERENCES `department`("Department_ID"), +FOREIGN KEY ("head_ID") REFERENCES `head`("head_ID") +); +INSERT INTO management VALUES(2,5,'Yes'); +INSERT INTO management VALUES(15,4,'Yes'); +INSERT INTO management VALUES(2,6,'Yes'); +INSERT INTO management VALUES(7,3,'No'); +INSERT INTO management VALUES(11,10,'No'); +COMMIT; + diff --git a/database/department_store/department_store.sqlite b/database/department_store/department_store.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..afa2ab62e1f9737da818f85105c175302bdc3ae3 Binary files /dev/null and b/database/department_store/department_store.sqlite differ diff --git a/database/department_store/schema.sql b/database/department_store/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..833c6f70e447fd9c75e05dc9144541a625e3d9f5 --- /dev/null +++ b/database/department_store/schema.sql @@ -0,0 +1,348 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`address_details` VARCHAR(255) +); + + +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (1, '28481 Crist Circle +East Burdettestad, IA 21232'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (2, '0292 Mitchel Pike +Port Abefurt, IA 84402-4249'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (3, '4062 Mante Place +West Lindsey, DE 76199-8015'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (4, '99666 Julie Junction +Marvinburgh, OH 16085-1623'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (5, '195 Mara Rue +Jenkinsmouth, OK 22345'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (6, '11784 Stehr Road +Port Isaac, NV 61159'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (7, '69482 Renner Ville Suite 653 +Langworthborough, OH 95195'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (8, '36594 O''Keefe Lock +New Cali, RI 42319'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (9, '7181 Wuckert Port Apt. 571 +Lake Zariaburgh, IL 98085'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (10, '92594 Marvin Trafficway +Pourosfurt, IA 98649'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (11, '0258 Kessler Mountains Suite 688 +Mooreside, ME 41586-5022'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (12, '69275 Mose Drive +Wilkinsonstad, CO 79055-7622'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (13, '8207 Morissette Lakes +East Rheaview, ID 47493'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (14, '145 Alice Corners +Willmsport, NV 36680'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (15, '521 Molly Harbors Apt. 567 +Reingerland, HI 97099-1005'); + +CREATE TABLE `Staff` ( +`staff_id` INTEGER PRIMARY KEY, +`staff_gender` VARCHAR(1), +`staff_name` VARCHAR(80) +); + +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (1, '1', 'Tom'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (2, '1', 'Malika'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (3, '1', 'Katelynn'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (4, '1', 'Vanessa'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (5, '0', 'Maximus'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (6, '1', 'Tyson'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (7, '1', 'Yolanda'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (8, '1', 'Vito'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (9, '1', 'Zakary'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (10, '1', 'Sabrina'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (11, '1', 'Dannie'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (12, '1', 'Melody'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (13, '1', 'Archibald'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (14, '1', 'Adrienne'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (15, '1', 'Kristy'); + +CREATE TABLE `Suppliers` ( +`supplier_id` INTEGER PRIMARY KEY, +`supplier_name` VARCHAR(80), +`supplier_phone` VARCHAR(80) +); + +INSERT INTO Suppliers (`supplier_id`, `supplier_name`, `supplier_phone`) VALUES (1, 'Lidl', '(692)009-5928'); +INSERT INTO Suppliers (`supplier_id`, `supplier_name`, `supplier_phone`) VALUES (2, 'AB Store', '1-483-283-4742'); +INSERT INTO Suppliers (`supplier_id`, `supplier_name`, `supplier_phone`) VALUES (3, 'Tesco', '287-071-1153x254'); +INSERT INTO Suppliers (`supplier_id`, `supplier_name`, `supplier_phone`) VALUES (4, 'Audi', '1-432-960-2402x1734'); + +CREATE TABLE `Department_Store_Chain` ( +`dept_store_chain_id` INTEGER PRIMARY KEY, +`dept_store_chain_name` VARCHAR(80) +); + +INSERT INTO Department_Store_Chain (`dept_store_chain_id`, `dept_store_chain_name`) VALUES (1, 'South'); +INSERT INTO Department_Store_Chain (`dept_store_chain_id`, `dept_store_chain_name`) VALUES (2, 'West'); +INSERT INTO Department_Store_Chain (`dept_store_chain_id`, `dept_store_chain_name`) VALUES (3, 'East'); +INSERT INTO Department_Store_Chain (`dept_store_chain_id`, `dept_store_chain_name`) VALUES (4, 'North'); + + +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`payment_method_code` VARCHAR(10) NOT NULL, +`customer_code` VARCHAR(20), +`customer_name` VARCHAR(80), +`customer_address` VARCHAR(255), +`customer_phone` VARCHAR(80), +`customer_email` VARCHAR(80) +); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (1, 'Credit Card', '401', 'Ahmed', '75099 Tremblay Port Apt. 163 +South Norrisland, SC 80546', '254-072-4068x33935', 'margarett.vonrueden@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (2, 'Credit Card', '665', 'Chauncey', '8408 Lindsay Court +East Dasiabury, IL 72656-3552', '+41(8)1897032009', 'stiedemann.sigrid@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (3, 'Direct Debit', '844', 'Lukas', '7162 Rodolfo Knoll Apt. 502 +Lake Annalise, TN 35791-8871', '197-417-3557', 'joelle.monahan@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (4, 'Direct Debit', '662', 'Lexus', '9581 Will Flat Suite 272 +East Cathryn, WY 30751-4404', '+08(3)8056580281', 'gbrekke@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (5, 'Credit Card', '848', 'Tara', '5065 Mraz Fields Apt. 041 +East Chris, NH 41624', '1-064-498-6609x051', 'nicholas44@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (6, 'Credit Card', '916', 'Jon', '841 Goyette Unions +South Dionbury, NC 62021', '(443)013-3112x528', 'cconroy@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (7, 'Credit Card', '172', 'Cristobal', '8327 Christiansen Lakes Suite 409 +Schneiderland, IA 93624', '877-150-8674x63517', 'shawna.cummerata@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (8, 'Direct Debit', '927', 'Adah', '5049 Hand Land +Coymouth, IL 97300-7731', '1-695-364-7586x59256', 'kathlyn24@example.org'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (9, 'Credit Card', '808', 'Yasmeen', '3558 Witting Meadow Apt. 483 +Lake Moriahbury, OH 91556-2122', '587.398.2400x31176', 'ludwig54@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (10, 'Credit Card', '887', 'Karson', '7308 Joan Lake Suite 346 +Lizethtown, DE 56522', '857-844-9339x40140', 'moriah91@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (11, 'Direct Debit', '611', 'Cordell', '362 Fisher Forge Apt. 900 +New Mckenna, CA 98525-5674', '(730)934-8249', 'qstokes@example.org'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (12, 'Credit Card', '182', 'Darron', '84445 Elinor Glens +Port Zita, SD 39410', '117.822.3577', 'gwisozk@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (13, 'Credit Card', '589', 'Kenya', '338 Floy Mountains Suite 589 +Yesseniaville, TN 60847', '08023680831', 'maxime86@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (14, 'Direct Debit', '240', 'Abbie', '983 Elinore Passage +Darrionborough, SC 53915-0479', '07594320656', 'celine.bogan@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (15, 'Credit Card', '980', 'Lyric', '649 Ocie Lights +Wyatttown, UT 12697', '1-472-036-0434', 'schultz.arnoldo@example.net'); + + +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY, +`product_type_code` VARCHAR(10) NOT NULL, +`product_name` VARCHAR(80), +`product_price` DECIMAL(19,4) +); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (1, 'Clothes', 'red jeans', '734.7300'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (2, 'Clothes', 'yellow jeans', '687.2300'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (3, 'Clothes', 'black jeans', '695.1600'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (4, 'Clothes', 'blue jeans', '939.5700'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (5, 'Clothes', 'red jeans', '534.5200'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (6, 'Clothes', 'red topping', '408.8200'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (7, 'Clothes', 'black topping', '916.5300'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (8, 'Clothes', 'yellow topping', '918.4100'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (9, 'Clothes', 'blue topping', '604.8600'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (10, 'Hardware', 'monitor', '813.7600'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (11, 'Hardware', 'mouse', '803.7400'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (12, 'Hardware', 'drive', '944.9600'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (13, 'Hardware', 'keyboard', '629.8900'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (14, 'Hardware', 'speaker', '612.4600'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (15, 'Hardware', 'mic', '971.4400'); + +CREATE TABLE `Supplier_Addresses` ( +`supplier_id` INTEGER NOT NULL, +`address_id` INTEGER NOT NULL, +`date_from` DATETIME NOT NULL, +`date_to` DATETIME, +PRIMARY KEY (`supplier_id`, `address_id`), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ), +FOREIGN KEY (`supplier_id` ) REFERENCES `Suppliers`(`supplier_id` ) +); + +INSERT INTO Supplier_Addresses (`supplier_id`, `address_id`, `date_from`, `date_to`) VALUES (4, 5, '2016-09-22 16:41:31', '2018-03-14 20:06:37'); +INSERT INTO Supplier_Addresses (`supplier_id`, `address_id`, `date_from`, `date_to`) VALUES (3, 9, '2014-11-07 19:18:49', '2018-03-16 16:39:58'); +INSERT INTO Supplier_Addresses (`supplier_id`, `address_id`, `date_from`, `date_to`) VALUES (3, 2, '2008-11-22 12:01:25', '2018-03-02 19:50:22'); +INSERT INTO Supplier_Addresses (`supplier_id`, `address_id`, `date_from`, `date_to`) VALUES (2, 11, '2015-03-16 19:30:29', '2018-03-24 00:14:45'); + + +CREATE TABLE `Customer_Addresses` ( +`customer_id` INTEGER NOT NULL, +`address_id` INTEGER NOT NULL, +`date_from` DATETIME NOT NULL, +`date_to` DATETIME, +PRIMARY KEY (`customer_id`, `address_id`), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); + + +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (2, 9, '2017-12-11 05:00:22', '2018-03-20 20:52:34'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (1, 6, '2017-10-07 23:00:26', '2018-02-28 14:53:52'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (10, 8, '2017-04-04 20:00:27', '2018-02-27 20:08:33'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (1, 9, '2017-12-14 07:40:08', '2018-03-24 14:31:59'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (1, 2, '2017-07-31 20:18:52', '2018-03-12 05:32:28'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (8, 2, '2018-01-27 06:27:34', '2018-03-23 17:49:51'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (1, 14, '2017-08-06 20:57:36', '2018-03-05 21:19:53'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (6, 13, '2017-09-07 04:41:01', '2018-02-27 23:10:07'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (7, 7, '2017-10-02 19:56:27', '2018-03-22 17:22:34'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (8, 4, '2018-01-15 12:05:39', '2018-03-13 21:49:51'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (7, 4, '2018-02-22 04:46:48', '2018-02-26 00:52:25'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (2, 4, '2017-11-28 23:36:20', '2018-03-02 17:46:11'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (12, 14, '2017-11-01 04:21:41', '2018-03-05 16:18:34'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (7, 10, '2018-01-07 13:31:08', '2018-03-09 07:06:56'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (4, 12, '2017-08-27 13:38:37', '2018-03-17 15:44:10'); + + + +CREATE TABLE `Customer_Orders` ( +`order_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`order_status_code` VARCHAR(10) NOT NULL, +`order_date` DATETIME NOT NULL, +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); + +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (1, 12, 'Completed', '2018-02-10 15:44:48'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (2, 4, 'New', '2018-01-31 17:49:18'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (3, 1, 'PartFilled', '2018-02-26 12:39:33'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (4, 4, 'Pending', '2018-03-07 16:55:17'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (5, 4, 'New', '2018-02-12 19:34:12'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (6, 11, 'PartFilled', '2018-03-06 16:35:51'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (7, 1, 'Cancelled', '2018-02-15 02:25:32'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (8, 13, 'Pending', '2018-03-05 23:17:54'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (9, 7, 'Pending', '2018-02-09 11:16:46'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (10, 11, 'Cancelled', '2018-03-22 10:49:25'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (11, 8, 'Cancelled', '2018-02-16 19:42:39'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (12, 4, 'New', '2018-02-02 23:42:01'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (13, 15, 'PartFilled', '2018-02-26 05:34:18'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (14, 6, 'Completed', '2018-03-18 15:12:39'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (15, 10, 'Pending', '2018-03-16 22:42:46'); + + +CREATE TABLE `Department_Stores` ( +`dept_store_id` INTEGER PRIMARY KEY, +`dept_store_chain_id` INTEGER, +`store_name` VARCHAR(80), +`store_address` VARCHAR(255), +`store_phone` VARCHAR(80), +`store_email` VARCHAR(80), +FOREIGN KEY (`dept_store_chain_id` ) REFERENCES `Department_Store_Chain`(`dept_store_chain_id` ) +); + + +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (1, 1, 'store_name', '01290 Jeremie Parkway Suite 753 +North Arielle, MS 51249', '(948)944-5099x2027', 'bmaggio@example.com'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (2, 3, 'store_name', '082 Purdy Expressway +O''Connellshire, IL 31732', '877-917-5029', 'larissa10@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (3, 4, 'store_name', '994 Travis Plains +North Wadeton, WV 27575-3951', '1-216-312-0375', 'alexandro.mcclure@example.net'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (4, 2, 'store_name', '93472 Mayert Shore Apt. 360 +Mitchellton, TN 84209', '670-466-6367', 'bryon24@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (5, 3, 'store_name', '88112 Parisian Lights +Sporermouth, MN 25962', '01399327266', 'creola23@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (6, 4, 'store_name', '49708 Marcella Valleys Suite 181 +Ninamouth, WA 86667', '1-859-843-1957', 'jerod.reynolds@example.net'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (7, 4, 'store_name', '41924 Alfredo Cliff +New Eviestad, NY 17573', '1-109-872-9142x77078', 'ihamill@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (8, 4, 'store_name', '7081 Shanna Cape +West Zacheryshire, NC 17408', '+67(5)4983519062', 'casper.adolfo@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (9, 4, 'store_name', '5288 Kaia Street +Devonton, NJ 61782-9006', '(723)503-7086x356', 'selmer.stiedemann@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (10, 3, 'store_name', '00578 Lisa Gateway Suite 476 +Strosinville, VA 03998-3292', '07126036440', 'luisa57@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (11, 2, 'store_name', '34894 Everett Road +South Jeremiehaven, GA 08730', '611-037-9309', 'vonrueden.vern@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (12, 4, 'store_name', '2676 Cruickshank Gardens +North Ginahaven, CT 85046', '(626)763-7031', 'freda.toy@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (13, 2, 'store_name', '29297 West Road Suite 210 +West Dulceside, UT 58085-8998', '1-764-126-7567x0795', 'katlynn62@example.com'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (14, 1, 'store_name', '16650 Lysanne River Apt. 281 +North Garettton, AL 84756-4375', '319.331.3397', 'mohr.elwin@example.net'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (15, 3, 'store_name', '82470 Hansen Squares Suite 190 +Wehnermouth, NC 76791', '(587)993-3604x3077', 'kelly30@example.com'); + + +CREATE TABLE `Departments` ( +`department_id` INTEGER PRIMARY KEY, +`dept_store_id` INTEGER NOT NULL, +`department_name` VARCHAR(80), +FOREIGN KEY (`dept_store_id` ) REFERENCES `Department_Stores`(`dept_store_id` ) +); +INSERT INTO Departments (`department_id`, `dept_store_id`, `department_name`) VALUES (1, 5, 'human resource'); +INSERT INTO Departments (`department_id`, `dept_store_id`, `department_name`) VALUES (2, 11, 'purchasing'); +INSERT INTO Departments (`department_id`, `dept_store_id`, `department_name`) VALUES (3, 4, 'marketing'); +INSERT INTO Departments (`department_id`, `dept_store_id`, `department_name`) VALUES (4, 11, 'advertising'); +INSERT INTO Departments (`department_id`, `dept_store_id`, `department_name`) VALUES (5, 4, 'managing'); + + +CREATE TABLE `Order_Items` ( +`order_item_id` INTEGER PRIMARY KEY, +`order_id` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +FOREIGN KEY (`order_id` ) REFERENCES `Customer_Orders`(`order_id` ), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ) +); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (1, 9, 7); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (2, 1, 3); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (3, 5, 2); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (4, 14, 10); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (5, 15, 4); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (6, 14, 13); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (7, 6, 13); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (8, 12, 8); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (9, 13, 12); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (10, 14, 13); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (11, 7, 11); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (12, 14, 14); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (13, 15, 5); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (14, 8, 10); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (15, 5, 4); +CREATE TABLE `Product_Suppliers` ( +`product_id` INTEGER NOT NULL, +`supplier_id` INTEGER NOT NULL, +`date_supplied_from` DATETIME NOT NULL, +`date_supplied_to` DATETIME, +`total_amount_purchased` VARCHAR(80), +`total_value_purchased` DECIMAL(19,4), +PRIMARY KEY (`product_id`, `supplier_id`), +FOREIGN KEY (`supplier_id` ) REFERENCES `Suppliers`(`supplier_id` ), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ) +); + + +CREATE TABLE `Staff_Department_Assignments` ( +`staff_id` INTEGER NOT NULL, +`department_id` INTEGER NOT NULL, +`date_assigned_from` DATETIME NOT NULL, +`job_title_code` VARCHAR(10) NOT NULL, +`date_assigned_to` DATETIME, +PRIMARY KEY (`staff_id`, `department_id`), +FOREIGN KEY (`department_id` ) REFERENCES `Departments`(`department_id` ), +FOREIGN KEY (`staff_id` ) REFERENCES `Staff`(`staff_id` ) +); + +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (4, 3, '2017-06-19 00:49:05', '2018-03-24 19:29:18', '89366.05', '36014.6000'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (8, 4, '2017-07-02 00:35:12', '2018-03-25 07:30:49', '25085.57', '36274.5600'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (3, 3, '2017-10-14 19:15:37', '2018-03-24 02:29:44', '15752.45', '7273.7400'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (7, 1, '2017-08-22 00:58:42', '2018-03-24 02:38:31', '22332.08', '8042.7800'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (15, 4, '2017-12-08 09:14:05', '2018-03-24 23:03:30', '25318.21', '29836.2600'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (11, 1, '2017-12-01 19:46:53', '2018-03-24 05:22:36', '35149.74', '67216.3100'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (11, 3, '2017-07-13 15:02:24', '2018-03-24 23:01:03', '31862.59', '76992.4200'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (5, 2, '2017-07-28 19:23:39', '2018-03-24 09:17:15', '85922.86', '82524.9500'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (6, 2, '2017-12-20 07:07:31', '2018-03-24 23:25:58', '64444.18', '97371.1200'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (4, 1, '2017-09-19 02:14:02', '2018-03-25 09:15:30', '32881.38', '29987.7100'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (15, 2, '2017-08-07 12:08:00', '2018-03-23 19:21:12', '13712.91', '48100.2300'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (4, 4, '2017-06-09 01:30:40', '2018-03-24 12:35:08', '79316.31', '98086.8000'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (8, 2, '2017-06-25 14:59:40', '2018-03-24 12:27:13', '83873.58', '99049.0100'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (7, 4, '2017-11-17 08:23:16', '2018-03-25 12:03:33', '20689.78', '61800.9500'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (14, 1, '2017-08-09 21:26:38', '2018-03-24 18:16:47', '20447.99', '27257.6000'); + +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (5, 4, '2017-06-11 22:55:20', 'Department Manager', '2018-03-23 21:59:11'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (10, 5, '2017-12-18 19:12:15', 'Sales Person', '2018-03-23 20:25:24'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (1, 5, '2018-02-14 03:15:29', 'Clerical Staff', '2018-03-24 19:57:56'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (8, 1, '2017-05-14 12:30:33', 'Clerical Staff', '2018-03-25 03:15:31'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (15, 2, '2017-03-31 23:07:54', 'Department Manager', '2018-03-24 09:11:14'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (2, 5, '2017-11-14 04:38:44', 'Administration', '2018-03-24 07:04:28'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (9, 4, '2016-09-20 02:59:15', 'Sales Person', '2018-03-24 20:13:13'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (8, 2, '2017-05-10 02:32:17', 'Administration', '2018-03-24 02:36:57'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (3, 5, '2016-10-19 08:11:39', 'Clerical Staff', '2018-03-25 15:34:31'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (6, 1, '2017-12-26 06:34:20', 'Department Manager', '2018-03-25 09:53:37'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (6, 2, '2016-09-15 11:00:41', 'Administration', '2018-03-25 02:29:08'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (8, 5, '2017-06-06 22:22:17', 'Clerical Staff', '2018-03-24 13:02:22'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (12, 5, '2016-11-12 14:10:55', 'Sales Person', '2018-03-25 02:59:19'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (7, 3, '2016-05-17 07:02:37', 'Clerical Staff', '2018-03-24 10:45:21'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (2, 3, '2016-06-24 17:31:24', 'Administration', '2018-03-25 13:32:57'); diff --git a/database/device/device.sqlite b/database/device/device.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..0e056b8ee43d544bf4626689fc2fc586f66d0ddc Binary files /dev/null and b/database/device/device.sqlite differ diff --git a/database/device/schema.sql b/database/device/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..fb2eab61aa2feb4d8f9ccf3ee012243ef3dce3e8 --- /dev/null +++ b/database/device/schema.sql @@ -0,0 +1,61 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "device" ( +"Device_ID" int, +"Device" text, +"Carrier" text, +"Package_Version" text, +"Applications" text, +"Software_Platform" text, +PRIMARY KEY ("Device_ID") +); + +CREATE TABLE "shop" ( +"Shop_ID" int, +"Shop_Name" text, +"Location" text, +"Open_Date" text, +"Open_Year" int, +PRIMARY KEY ("Shop_ID") +); + +INSERT INTO "device" VALUES (1,"BlackBerry Storm 9530","MTS Mobility","5.0.0.808","5.0.0.419","Android"); +INSERT INTO "device" VALUES (2,"Apple","Verizon Wireless","5.0.0.328","5.0.0.328","iOS"); +INSERT INTO "device" VALUES (3,"Huawei","Telus Mobility","5.0.0.419","5.0.0.419","Android"); +INSERT INTO "device" VALUES (4,"Xiaomi","Bell Mobility","5.0.0.419","5.0.0.419","Android"); +INSERT INTO "device" VALUES (5,"Samsung","Iusacell","4.7.0.208","4.7.0.151","Android"); +INSERT INTO "device" VALUES (6,"Galaxy","Vodafone AU","5.0.0.742","5.0.0.451","Android"); + + + +INSERT INTO "shop" VALUES (1,"Dinas Device","Dinas","1 January","2014"); +INSERT INTO "shop" VALUES (2,"Best Buy","Cymmer","15 July","2006"); +INSERT INTO "shop" VALUES (3,"Ferndale","Blaenllechau","8 November","2009"); +INSERT INTO "shop" VALUES (4,"Apple","Blaenllechau","10 June","2009"); +INSERT INTO "shop" VALUES (5,"Pentre store","Pentre","24 February","2011"); +INSERT INTO "shop" VALUES (6,"Tynewydd repair","Porth","11 April","2007"); +INSERT INTO "shop" VALUES (7,"Dinas store","Dinas","13 January","2009"); +INSERT INTO "shop" VALUES (8,"Naval repair","Penygraig","10 December","2010"); +INSERT INTO "shop" VALUES (9,"Gelli repair","Gelli","21 August","2013"); +INSERT INTO "shop" VALUES (10,"Naval's shop","Penygraig","27 January","2014"); +INSERT INTO "shop" VALUES (11,"ATnT","Maerdy","23–24 December","2015"); +INSERT INTO "shop" VALUES (12,"National Cellphone","Wattstown","18 February","2017"); + +CREATE TABLE "stock" ( +"Shop_ID" int, +"Device_ID" int, +"Quantity" int, +PRIMARY KEY ("Shop_ID","Device_ID"), +FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), +FOREIGN KEY (`Device_ID`) REFERENCES `device`(`Device_ID`) +); + +INSERT INTO "stock" VALUES (1,6,100); +INSERT INTO "stock" VALUES (2,6,110); +INSERT INTO "stock" VALUES (3,6,134); +INSERT INTO "stock" VALUES (4,6,56); +INSERT INTO "stock" VALUES (1,4,200); +INSERT INTO "stock" VALUES (11,6,112); +INSERT INTO "stock" VALUES (3,4,124); +INSERT INTO "stock" VALUES (9,4,51); + diff --git a/database/dog_kennels/dog_kennels.sqlite b/database/dog_kennels/dog_kennels.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..102f9e770a76366af3c45878a46ce0ddbeb77690 Binary files /dev/null and b/database/dog_kennels/dog_kennels.sqlite differ diff --git a/database/dog_kennels/schema.sql b/database/dog_kennels/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a8149aee3b5a26ea45aeaf42a762e8067058e1a9 --- /dev/null +++ b/database/dog_kennels/schema.sql @@ -0,0 +1,172 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Breeds` ( +`breed_code` VARCHAR(10) PRIMARY KEY , +`breed_name` VARCHAR(80) +); +CREATE TABLE `Charges` ( +`charge_id` INTEGER PRIMARY KEY , +`charge_type` VARCHAR(10), +`charge_amount` DECIMAL(19,4) +); +INSERT INTO Breeds (`breed_code`, `breed_name`) VALUES ('ESK', 'Eskimo'); +INSERT INTO Breeds (`breed_code`, `breed_name`) VALUES ('HUS', 'Husky'); +INSERT INTO Breeds (`breed_code`, `breed_name`) VALUES ('BUL', 'Bulldog'); +INSERT INTO Charges (`charge_id`, `charge_type`, `charge_amount`) VALUES (1, 'Daily Accommodation', '98.0000'); +INSERT INTO Charges (`charge_id`, `charge_type`, `charge_amount`) VALUES (2, 'Drugs', '322.0000'); +INSERT INTO Charges (`charge_id`, `charge_type`, `charge_amount`) VALUES (3, 'Health Check', '640.0000'); + +CREATE TABLE `Sizes` ( +`size_code` VARCHAR(10) PRIMARY KEY , +`size_description` VARCHAR(80) +); + +INSERT INTO Sizes (`size_code`, `size_description`) VALUES ('SML', 'Small'); +INSERT INTO Sizes (`size_code`, `size_description`) VALUES ('MED', 'Medium'); +INSERT INTO Sizes (`size_code`, `size_description`) VALUES ('LGE', 'Large'); + + +CREATE TABLE `Treatment_Types` ( +`treatment_type_code` VARCHAR(10) PRIMARY KEY , +`treatment_type_description` VARCHAR(80) +); +INSERT INTO Treatment_Types (`treatment_type_code`, `treatment_type_description`) VALUES ('EXAM', 'Physical examination'); +INSERT INTO Treatment_Types (`treatment_type_code`, `treatment_type_description`) VALUES ('VAC', 'Vaccination'); +INSERT INTO Treatment_Types (`treatment_type_code`, `treatment_type_description`) VALUES ('WALK', 'Take for a Walk'); + +CREATE TABLE `Owners` ( +`owner_id` INTEGER PRIMARY KEY , +`first_name` VARCHAR(50), +`last_name` VARCHAR(50), +`street` VARCHAR(50), +`city` VARCHAR(50), +`state` VARCHAR(20), +`zip_code` VARCHAR(20), +`email_address` VARCHAR(50), +`home_phone` VARCHAR(20), +`cell_number` VARCHAR(20) +); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (1, 'Nora', 'Haley', '0647 Hintz Village Apt. 024', 'Lake Tia', 'Wisconsin', '93165', 'lynn81@example.org', '1-682-845-0116x63235', '478.978.0729'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (2, 'Melisa', 'DuBuque', '1204 Mae Highway Apt. 107', 'Port Reannamouth', 'Virginia', '45244', 'ykris@example.com', '(799)563-0260x454', '(722)768-5439x484'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (3, 'Jaclyn', 'Stoltenberg', '2635 Caitlyn Plains', 'Barrettburgh', 'Vermont', '02647', 'hudson.favian@example.com', '916.976.9480x13851', '481-483-9083x37986'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (4, 'Tre', 'Hamill', '692 Jaskolski Forges', 'Brakusfurt', 'Florida', '87304', 'marks.gail@example.org', '1-332-849-1908', '739-136-7202'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (5, 'Johann', 'Fisher', '68118 Daniel Row', 'Lake Valentin', 'NorthDakota', '61019', 'zboncak.madonna@example.net', '(544)034-1670', '1-626-264-7659x1697'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (6, 'Kade', 'Rippin', '51934 Treutel Harbor', 'Lake Carleyborough', 'Arizona', '25609', 'margaretta.runte@example.net', '318-052-6573', '+70(4)9217952551'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (7, 'Emelie', 'Mertz', '2417 Keara Stravenue Apt. 146', 'Lake Jennyferfort', 'NewYork', '00589', 'angeline99@example.com', '(058)997-7627', '121.381.3316x6535'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (8, 'Rolando', 'Prohaska', '57382 Yost Ridges', 'South Afton', 'Arkansas', '86010', 'kturner@example.net', '01802479758', '(783)271-6744x4507'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (9, 'Adelle', 'Ondricka', '9212 Rosenbaum Lights', 'East Hillardberg', 'Washington', '92406', 'fschoen@example.net', '066.264.7885', '+00(2)4323592985'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (10, 'Lorenz', 'Nicolas', '59509 Mellie Mountain', 'New Margaretteborough', 'SouthDakota', '78297', 'ymaggio@example.com', '085.557.0379x84348', '559.874.3011x989'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (11, 'Gay', 'Feil', '60352 Kayleigh Crossing Suite 700', 'Port Zackery', 'Indiana', '35747', 'pearlie18@example.com', '130-796-4589x05454', '762.589.6117x1328'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (12, 'Orlando', 'Price', '89011 Kertzmann Spring Suite 642', 'East Maribelbury', 'Mississippi', '11990', 'christy49@example.org', '363.948.1090', '1-739-421-2225x38148'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (13, 'Cindy', 'Schmitt', '6950 Katherine Forges Apt. 630', 'Beerton', 'NorthDakota', '36871', 'wpfeffer@example.net', '(094)747-5094x8134', '633.455.3045x85484'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (14, 'Rachelle', 'Funk', '15828 Spencer Extensions', 'West Leonard', 'Maryland', '22731', 'edythe62@example.org', '1-346-655-5842x768', '(257)399-3116'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (15, 'Heather', 'Hauck', '1858 Jan Park', 'South Daisyfurt', 'Pennsylvania', '22693', 'ybergstrom@example.com', '893-862-5295x61709', '341.667.8085'); + + +CREATE TABLE `Dogs` ( +`dog_id` INTEGER PRIMARY KEY , +`owner_id` INTEGER NOT NULL, +`abandoned_yn` VARCHAR(1), +`breed_code` VARCHAR(10) NOT NULL, +`size_code` VARCHAR(10) NOT NULL, +`name` VARCHAR(50), +`age` VARCHAR(20), +`date_of_birth` DATETIME, +`gender` VARCHAR(1), +`weight` VARCHAR(20), +`date_arrived` DATETIME, +`date_adopted` DATETIME, +`date_departed` DATETIME, +FOREIGN KEY (`breed_code` ) REFERENCES `Breeds`(`breed_code` ), +FOREIGN KEY (`size_code` ) REFERENCES `Sizes`(`size_code` ), +FOREIGN KEY (`owner_id` ) REFERENCES `Owners`(`owner_id` ), +FOREIGN KEY (`owner_id` ) REFERENCES `Owners`(`owner_id` ) +); + +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (1, 3, '1', 'ESK', 'LGE', 'Kacey', '6', '2012-01-27 05:11:53', '1', '7.57', '2017-09-08 20:10:13', '2018-03-06 16:32:11', '2018-03-25 06:58:44'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (2, 11, '0', 'BUL', 'LGE', 'Hipolito', '9', '2013-02-13 05:15:21', '0', '1.72', '2017-12-22 05:02:02', '2018-03-25 08:12:51', '2018-03-25 02:11:32'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (3, 1, '0', 'BUL', 'MED', 'Mavis', '8', '2008-05-19 15:54:49', '1', '8.04', '2017-06-25 10:14:05', '2018-03-07 21:45:43', '2018-03-25 10:25:46'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (4, 14, '0', 'ESK', 'LGE', 'Houston', '5', '2008-10-09 22:38:53', '0', '2.18', '2017-04-20 00:58:55', '2018-03-18 15:12:50', '2018-03-24 19:12:22'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (5, 7, '0', 'BUL', 'MED', 'Jeffrey', '4', '2018-03-17 04:05:12', '0', '1.39', '2017-10-25 00:55:34', '2018-02-27 11:54:35', '2018-03-25 04:50:22'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (6, 5, '0', 'HUS', 'MED', 'Merritt', '9', '2015-02-26 21:31:22', '1', '9.8', '2017-04-15 09:25:31', '2018-03-08 15:03:00', '2018-03-25 13:07:04'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (7, 3, '0', 'BUL', 'MED', 'Narciso', '2', '2017-09-19 05:39:09', '1', '9.48', '2017-05-06 08:03:52', '2018-02-27 00:27:57', '2018-03-25 06:29:10'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (8, 14, '0', 'ESK', 'SML', 'George', '2', '2013-02-20 14:50:56', '0', '8.95', '2017-10-16 20:06:21', '2018-03-23 16:02:04', '2018-03-25 02:47:40'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (9, 2, '0', 'BUL', 'MED', 'Bessie', '4', '2012-05-31 08:01:36', '1', '3.52', '2018-01-17 11:44:16', '2018-02-25 23:45:30', '2018-03-25 06:46:07'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (10, 6, '0', 'HUS', 'MED', 'Troy', '9', '2012-07-11 17:15:10', '0', '8.96', '2017-12-29 06:08:26', '2018-03-18 07:47:40', '2018-03-25 04:42:14'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (11, 13, '0', 'BUL', 'LGE', 'Betty', '3', '2012-10-14 14:44:37', '0', '8.16', '2017-07-25 15:19:07', '2018-03-14 08:05:18', '2018-03-25 15:05:16'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (12, 12, '0', 'HUS', 'MED', 'Holden', '8', '2009-04-12 06:02:48', '0', '6.92', '2017-10-24 04:45:13', '2018-03-05 06:05:23', '2018-03-25 14:15:41'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (13, 8, '0', 'HUS', 'SML', 'Jesus', '2', '2012-05-03 21:42:25', '0', '5.16', '2018-01-02 03:15:29', '2018-03-21 10:41:18', '2018-03-25 05:07:47'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (14, 14, '1', 'ESK', 'MED', 'Lyric', '4', '2010-11-11 07:11:53', '0', '4.36', '2017-06-18 19:45:38', '2018-03-13 12:47:15', '2018-03-24 23:48:59'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (15, 10, '1', 'BUL', 'MED', 'Evangeline', '1', '2008-05-30 12:51:34', '1', '4.01', '2017-12-29 23:24:13', '2018-03-10 15:06:43', '2018-03-24 19:36:59'); + + +CREATE TABLE `Professionals` ( +`professional_id` INTEGER PRIMARY KEY , +`role_code` VARCHAR(10) NOT NULL, +`first_name` VARCHAR(50), +`street` VARCHAR(50), +`city` VARCHAR(50), +`state` VARCHAR(20), +`zip_code` VARCHAR(20), +`last_name` VARCHAR(50), +`email_address` VARCHAR(50), +`home_phone` VARCHAR(20), +`cell_number` VARCHAR(20) +); + +CREATE TABLE `Treatments` ( +`treatment_id` INTEGER PRIMARY KEY , +`dog_id` INTEGER NOT NULL, +`professional_id` INTEGER NOT NULL, +`treatment_type_code` VARCHAR(10) NOT NULL, +`date_of_treatment` DATETIME, +`cost_of_treatment` DECIMAL(19,4), +FOREIGN KEY (`treatment_type_code` ) REFERENCES `Treatment_Types`(`treatment_type_code` ), +FOREIGN KEY (`professional_id` ) REFERENCES `Professionals`(`professional_id` ), +FOREIGN KEY (`dog_id` ) REFERENCES `Dogs`(`dog_id` ) +); + +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (1, 'Employee', 'Taryn', '6915 Oberbrunner Point Suite 491 +Gleasonville, LA ', 'West Heidi', 'Indiana', '06646', 'Braun', 'deanna.schuster@example.com', '+71(6)2898266914', '(275)939-2435x80863'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (2, 'Employee', 'Jayson', '88665 Terence Lodge Apt. 904 +Corneliusfort, NC 194', 'North Odellfurt', 'Connecticut', '43129', 'Ullrich', 'lucile.shanahan@example.org', '+02(1)0259033559', '889-940-2676'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (3, 'Employee', 'Olaf', '68589 Bradly Manor +New Audrey, IN 91497', 'Jaceton', 'Wisconsin', '77129', 'Watsica', 'uboehm@example.org', '325-155-0801x7005', '(369)908-7311x065'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (4, 'Veterenarian', 'Vernice', '72532 Hane Course +Lake Berylland, ND 95283', 'Domenickton', 'Mississippi', '02281', 'Tillman', 'lourdes.lowe@example.net', '312.216.3352', '00230569697'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (5, 'Veterenarian', 'Danny', '188 VonRueden Tunnel Suite 630 +North Macibury, NV ', 'New Laurytown', 'Hawaii', '84515', 'Considine', 'mekhi.little@example.org', '1-609-566-2752x25197', '011.193.9081x3186'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (6, 'Veterenarian', 'Ruben', '17286 Waters Green +East Bernadinefort, CA 89573', 'Baileymouth', 'NewMexico', '52476', 'O''Reilly', 'jacynthe.mclaughlin@example.net', '+43(5)1132733868', '139-321-7313'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (7, 'Veterenarian', 'Velva', '44234 Marvin Shoals Suite 659 +North Frances, AL 23', 'McLaughlinfort', 'NorthCarolina', '67980', 'Hayes', 'lambert62@example.org', '022.529.0550x1319', '499-434-0215x1628'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (8, 'Employee', 'Karley', '36895 Eli Ferry +Port Marcelle, FL 45712', 'Kirastad', 'Indiana', '33020', 'Hyatt', 'goyette.roosevelt@example.net', '891.475.2256', '328.842.3792'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (9, 'Veterenarian', 'Monte', '07073 Brenna Ways Suite 089 +Lowehaven, KY 93275-96', 'South Rockyport', 'SouthCarolina', '80775', 'Kshlerin', 'schneider.kathryne@example.org', '320-508-6023', '962-983-8109x3509'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (10, 'Employee', 'Domenica', '7284 Torphy Flats Apt. 610 +Diannaburgh, SC 78560', 'New Maryjane', 'California', '54312', 'Jacobs', 'jerrod.bahringer@example.org', '(230)338-3342x585', '461-801-2600'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (11, 'Employee', 'Brady', '09615 McKenzie Stravenue Apt. 128 +West Elliottview', 'Raynorfort', 'Alabama', '07412', 'Pouros', 'west.eula@example.net', '(920)304-4499x59146', '609-405-2990'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (12, 'Veterenarian', 'Winfield', '92912 Langworth Valleys Apt. 743 +Thompsonborough, ', 'Juddton', 'Utah', '34041', 'Christiansen', 'marquardt.furman@example.org', '246-951-0080x76716', '1-181-670-9466'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (13, 'Veterenarian', 'Ericka', '7783 Abraham Alley +Port Madelynhaven, KY 59172-273', 'Borisside', 'Wyoming', '17902', 'Murazik', 'delphine29@example.com', '346.594.3739', '880-659-7577x736'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (14, 'Employee', 'Sigurd', '390 Bryce Drive +North Dock, LA 65357-7228', 'East Ila', 'Connecticut', '41215', 'Frami', 'cole.margarita@example.org', '971.048.3763x9404', '1-185-137-1945x409'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (15, 'Employee', 'Lesly', '63949 Keeling Landing Apt. 502 +Johnsview, SD 06780', 'North Adelberttown', 'Montana', '98844', 'Walter', 'jeichmann@example.com', '1-138-287-3775', '1-258-285-4707x8020'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (1, 14, 9, 'WALK', '2018-03-19 04:39:54', '567.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (2, 4, 10, 'VAC', '2018-03-15 20:25:34', '147.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (3, 14, 4, 'EXAM', '2018-03-08 05:26:23', '429.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (4, 2, 8, 'VAC', '2018-03-01 04:14:46', '266.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (5, 12, 14, 'VAC', '2018-03-23 13:52:10', '668.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (6, 10, 4, 'EXAM', '2018-03-11 04:23:15', '313.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (7, 15, 14, 'EXAM', '2018-03-10 11:45:58', '852.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (8, 2, 6, 'EXAM', '2018-03-24 22:25:58', '407.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (9, 14, 10, 'WALK', '2018-03-14 19:10:40', '139.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (10, 10, 7, 'WALK', '2018-02-28 17:09:43', '681.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (11, 15, 5, 'VAC', '2018-03-13 12:22:58', '514.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (12, 13, 9, 'EXAM', '2018-03-16 10:27:36', '428.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (13, 7, 8, 'VAC', '2018-02-26 09:08:53', '945.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (14, 10, 9, 'WALK', '2018-03-04 20:33:43', '349.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (15, 1, 6, 'WALK', '2018-03-15 19:10:02', '656.0000'); diff --git a/database/dorm_1/dorm_1.sqlite b/database/dorm_1/dorm_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..cf579a590332b0a02afb56b9eae5ebc4457c4836 Binary files /dev/null and b/database/dorm_1/dorm_1.sqlite differ diff --git a/database/dorm_1/schema.sql b/database/dorm_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..f6222fcbefc7d78fabadc67f30710cf68e110207 --- /dev/null +++ b/database/dorm_1/schema.sql @@ -0,0 +1,172 @@ + +create table Student ( + StuID INTEGER PRIMARY KEY, + LName VARCHAR(12), + Fname VARCHAR(12), + Age INTEGER, + Sex VARCHAR(1), + Major INTEGER, + Advisor INTEGER, + city_code VARCHAR(3) + ); + + +create table Dorm ( + dormid INTEGER, + dorm_name VARCHAR(20), + student_capacity INTEGER, + gender VARCHAR(1) +) ; + +create table Dorm_amenity ( + amenid INTEGER, + amenity_name VARCHAR(25) +) ; + +create table Has_amenity ( + dormid INTEGER, + amenid INTEGER, + FOREIGN KEY (dormid) REFERENCES `Dorm`(dormid), + FOREIGN KEY (amenid) REFERENCES `Dorm_amenity`(amenid) +); + +create table Lives_in ( + stuid INTEGER, + dormid INTEGER, + room_number INTEGER, + FOREIGN KEY (stuid) REFERENCES `Student`(StuID), + FOREIGN KEY (dormid) REFERENCES `Dorm`(dormid) +); + +insert into Student values ( 1001, 'Smith', 'Linda', 18, 'F', 600, 1121,'BAL'); + insert into Student values ( 1002, 'Kim', 'Tracy', 19, 'F', 600, 7712,'HKG'); + insert into Student values ( 1003, 'Jones', 'Shiela', 21, 'F', 600, 7792,'WAS'); + insert into Student values ( 1004, 'Kumar', 'Dinesh', 20, 'M', 600, 8423,'CHI'); + insert into Student values ( 1005, 'Gompers', 'Paul', 26, 'M', 600, 1121,'YYZ'); + insert into Student values ( 1006, 'Schultz', 'Andy', 18, 'M', 600, 1148,'BAL'); + insert into Student values ( 1007, 'Apap', 'Lisa', 18, 'F', 600, 8918,'PIT'); + insert into Student values ( 1008, 'Nelson', 'Jandy', 20, 'F', 600, 9172,'BAL'); + insert into Student values ( 1009, 'Tai', 'Eric', 19, 'M', 600, 2192,'YYZ'); + insert into Student values ( 1010, 'Lee', 'Derek', 17, 'M', 600, 2192,'HOU'); + insert into Student values ( 1011, 'Adams', 'David', 22, 'M', 600, 1148,'PHL'); + insert into Student values ( 1012, 'Davis', 'Steven', 20, 'M', 600, 7723,'PIT'); + insert into Student values ( 1014, 'Norris', 'Charles', 18, 'M', 600, 8741, 'DAL'); + insert into Student values ( 1015, 'Lee', 'Susan', 16, 'F', 600, 8721,'HKG'); + insert into Student values ( 1016, 'Schwartz', 'Mark', 17, 'M', 600, 2192,'DET'); + insert into Student values ( 1017, 'Wilson', 'Bruce', 27, 'M', 600, 1148,'LON'); + insert into Student values ( 1018, 'Leighton', 'Michael', 20, 'M', 600, 1121, 'PIT'); + insert into Student values ( 1019, 'Pang', 'Arthur', 18, 'M', 600, 2192,'WAS'); + insert into Student values ( 1020, 'Thornton', 'Ian', 22, 'M', 520, 7271,'NYC'); + insert into Student values ( 1021, 'Andreou', 'George', 19, 'M', 520, 8722, 'NYC'); + insert into Student values ( 1022, 'Woods', 'Michael', 17, 'M', 540, 8722,'PHL'); + insert into Student values ( 1023, 'Shieber', 'David', 20, 'M', 520, 8722,'NYC'); + insert into Student values ( 1024, 'Prater', 'Stacy', 18, 'F', 540, 7271,'BAL'); + insert into Student values ( 1025, 'Goldman', 'Mark', 18, 'M', 520, 7134,'PIT'); + insert into Student values ( 1026, 'Pang', 'Eric', 19, 'M', 520, 7134,'HKG'); + insert into Student values ( 1027, 'Brody', 'Paul', 18, 'M', 520, 8723,'LOS'); + insert into Student values ( 1028, 'Rugh', 'Eric', 20, 'M', 550, 2311,'ROC'); + insert into Student values ( 1029, 'Han', 'Jun', 17, 'M', 100, 2311,'PEK'); + insert into Student values ( 1030, 'Cheng', 'Lisa', 21, 'F', 550, 2311,'SFO'); + insert into Student values ( 1031, 'Smith', 'Sarah', 20, 'F', 550, 8772,'PHL'); + insert into Student values ( 1032, 'Brown', 'Eric', 20, 'M', 550, 8772,'ATL'); + insert into Student values ( 1033, 'Simms', 'William', 18, 'M', 550, 8772,'NAR'); + insert into Student values ( 1034, 'Epp', 'Eric', 18, 'M', 050, 5718,'BOS'); + insert into Student values ( 1035, 'Schmidt', 'Sarah', 26, 'F', 050, 5718,'WAS'); + +insert into Dorm values (100,'Smith Hall',85,'X'); +insert into Dorm values (110,'Bud Jones Hall',116,'M'); +insert into Dorm values (140,'Fawlty Towers',355,'X'); +insert into Dorm values (160,'Dorm-plex 2000',400,'X'); +insert into Dorm values (109,'Anonymous Donor Hall',128,'F'); +insert into Dorm values (117,'University Hovels',40,'X'); +insert into Dorm values (104,'Grad Student Asylum',256,'X'); + + +insert into Dorm_amenity values ( 900 , 'TV Lounge' ) ; +insert into Dorm_amenity values ( 901 , 'Study Room' ) ; +insert into Dorm_amenity values ( 902 , 'Pub in Basement' ) ; +insert into Dorm_amenity values ( 903 , 'Carpeted Rooms' ) ; +insert into Dorm_amenity values ( 904 , '4 Walls' ) ; +insert into Dorm_amenity values ( 930 , 'Roof' ) ; +insert into Dorm_amenity values ( 931 , 'Ethernet Ports' ) ; +insert into Dorm_amenity values ( 932 , 'Air Conditioning' ) ; +insert into Dorm_amenity values ( 922 , 'Heat' ) ; +insert into Dorm_amenity values ( 950 , 'Working Fireplaces' ) ; +insert into Dorm_amenity values ( 955 , 'Kitchen in Every Room' ) ; +insert into Dorm_amenity values ( 909 , 'Allows Pets' ) ; + + +insert into Has_amenity values ( 109 , 900) ; +insert into Has_amenity values ( 109 , 901) ; +insert into Has_amenity values ( 109 , 903) ; +insert into Has_amenity values ( 109 , 904 ) ; +insert into Has_amenity values ( 109 , 930 ) ; +insert into Has_amenity values ( 109 , 931) ; +insert into Has_amenity values ( 109 , 932) ; +insert into Has_amenity values ( 109 , 922) ; +insert into Has_amenity values ( 104 , 901) ; +insert into Has_amenity values ( 104 , 904) ; +insert into Has_amenity values ( 104 , 930 ) ; +insert into Has_amenity values ( 160 , 900 ) ; +insert into Has_amenity values ( 160 , 901 ) ; +insert into Has_amenity values ( 160 , 902 ) ; +insert into Has_amenity values ( 160 , 903 ) ; +insert into Has_amenity values ( 160 , 931 ) ; +insert into Has_amenity values ( 160 , 904) ; +insert into Has_amenity values ( 160 , 930 ) ; +insert into Has_amenity values ( 160 , 922 ) ; +insert into Has_amenity values ( 160 , 932 ) ; +insert into Has_amenity values ( 160 , 950 ) ; +insert into Has_amenity values ( 160 , 955 ) ; +insert into Has_amenity values ( 160 , 909 ) ; +insert into Has_amenity values ( 100 , 901) ; +insert into Has_amenity values ( 100 , 903) ; +insert into Has_amenity values ( 100 , 904) ; +insert into Has_amenity values ( 100 , 930 ) ; +insert into Has_amenity values ( 100 , 922 ) ; +insert into Has_amenity values ( 117 , 930 ) ; +insert into Has_amenity values ( 110 , 901) ; +insert into Has_amenity values ( 110 , 903) ; +insert into Has_amenity values ( 110 , 904) ; +insert into Has_amenity values ( 110 , 930 ) ; +insert into Has_amenity values ( 110 , 922 ) ; +insert into Has_amenity values ( 140 , 909 ) ; +insert into Has_amenity values ( 140 , 900) ; +insert into Has_amenity values ( 140 , 902) ; +insert into Has_amenity values ( 140 , 904) ; +insert into Has_amenity values ( 140 , 930 ) ; +insert into Has_amenity values ( 140 , 932 ) ; + + +insert into Lives_in values ( 1001 , 109 , 105 ) ; +insert into Lives_in values ( 1002 , 100 , 112 ) ; +insert into Lives_in values ( 1003 , 100 , 124 ) ; +insert into Lives_in values ( 1004 , 140 , 215 ) ; +insert into Lives_in values ( 1005 , 160 , 333 ) ; +insert into Lives_in values ( 1007 , 140 , 113 ) ; +insert into Lives_in values ( 1008 , 160 , 334 ) ; +insert into Lives_in values ( 1009 , 140 , 332 ) ; +insert into Lives_in values ( 1010 , 160 , 443 ) ; +insert into Lives_in values ( 1011 , 140 , 102 ) ; +insert into Lives_in values ( 1012 , 160 , 333 ) ; +insert into Lives_in values ( 1014 , 104 , 211 ) ; +insert into Lives_in values ( 1015 , 160 , 443 ) ; +insert into Lives_in values ( 1016 , 140 , 301 ) ; +insert into Lives_in values ( 1017 , 140 , 319 ) ; +insert into Lives_in values ( 1018 , 140 , 225 ) ; +insert into Lives_in values ( 1020 , 160 , 405 ) ; +insert into Lives_in values ( 1021 , 160 , 405 ) ; +insert into Lives_in values ( 1022 , 100 , 153 ) ; +insert into Lives_in values ( 1023 , 160 , 317 ) ; +insert into Lives_in values ( 1024 , 100 , 151 ) ; +insert into Lives_in values ( 1025 , 160 , 317 ) ; +insert into Lives_in values ( 1027 , 140 , 208 ) ; +insert into Lives_in values ( 1028 , 110 , 48 ) ; +insert into Lives_in values ( 1029 , 140 , 418 ) ; +insert into Lives_in values ( 1030 , 109 , 211 ) ; +insert into Lives_in values ( 1031 , 100 , 112 ) ; +insert into Lives_in values ( 1032 , 109 , 105 ) ; +insert into Lives_in values ( 1033 , 117 , 3 ) ; +insert into Lives_in values ( 1034 , 160 , 105 ) ; +insert into Lives_in values ( 1035 , 100 , 124 ) ; + diff --git a/database/driving_school/driving_school.sqlite b/database/driving_school/driving_school.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..72ae5177fe45d7a1213c10ac7890dc00b975ea64 Binary files /dev/null and b/database/driving_school/driving_school.sqlite differ diff --git a/database/driving_school/schema.sql b/database/driving_school/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..859c7ffcd48c94564effa04381f8bd2e177998e3 --- /dev/null +++ b/database/driving_school/schema.sql @@ -0,0 +1,148 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`line_1_number_building` VARCHAR(80), +`city` VARCHAR(50), +`zip_postcode` VARCHAR(20), +`state_province_county` VARCHAR(50), +`country` VARCHAR(50) +); + + +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (1, '3904 Stroman Passage', 'Port Melyssa', '14445', 'Georgia', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (2, '053 Quigley Island', 'Hagenesfurt', '22194', 'Kentucky', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (3, '00704 Zoe Alley', 'Lake Elaina', '08938', 'Georgia', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (4, '484 O''Hara Drive', 'Buckridgehaven', '00005', 'Oregon', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (5, '354 Frederik Ridge', 'Powlowskichester', '27559', 'Ohio', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (6, '376 Kallie Tunnel Apt. 784', 'Elviebury', '63768', 'Connecticut', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (7, '56461 Baumbach Well Suite 634', 'Lockmanfurt', '34975', 'Washington', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (8, '29085 Dejah Pine Suite 059', 'Lake Rafaela', '80376', 'WestVirginia', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (9, '535 Ariel Brook', 'Port Jackelinemouth', '85954', 'Maine', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (10, '2291 Larkin Ports', 'South Richieport', '95098', 'Idaho', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (11, '37698 Hahn Curve Apt. 572', 'South Eugene', '99903', 'Alabama', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (12, '7089 Mueller Forks', 'New Bernieceburgh', '38197', 'Louisiana', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (13, '43235 Jazmin Mountain Suite 251', 'Ericamouth', '75074', 'Louisiana', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (14, '4834 Schaefer Light Suite 947', 'Damianfort', '61121', 'Connecticut', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (15, '9260 Streich Mountain', 'West Edmondview', '43988', 'Kentucky', 'USA'); + +CREATE TABLE `Staff` ( +`staff_id` INTEGER PRIMARY KEY, +`staff_address_id` INTEGER NOT NULL, +`nickname` VARCHAR(80), +`first_name` VARCHAR(80), +`middle_name` VARCHAR(80), +`last_name` VARCHAR(80), +`date_of_birth` DATETIME, +`date_joined_staff` DATETIME, +`date_left_staff` DATETIME, +FOREIGN KEY (`staff_address_id` ) REFERENCES `Addresses`(`address_id` ) +); + +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (1, 14, 'thompson.constantin', 'Janessa', 'Amara', 'Sawayn', '2010-12-08 16:55:14', '2017-04-27 03:21:26', '2018-03-23 22:53:12'); +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (2, 3, 'santos45', 'Camylle', 'Icie', 'Weissnat', '2015-08-01 13:22:43', '2016-06-06 08:54:28', '2018-03-10 15:25:00'); +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (3, 5, 'ynader', 'Kaitlin', 'Stephania', 'Mertz', '1994-05-17 05:32:11', '2018-01-02 12:24:24', '2018-03-24 10:11:08'); +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (4, 1, 'lsenger', 'Rebekah', 'Sherwood', 'Hermann', '2003-01-16 06:29:11', '2017-10-21 17:20:57', '2018-03-04 17:13:53'); +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (5, 14, 'ledner.jamie', 'Jedidiah', 'Dejon', 'Herzog', '2015-08-10 11:37:39', '2016-05-16 20:56:53', '2018-03-08 04:23:14'); +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (6, 12, 'bogisich.geovany', 'Eulalia', 'Tre', 'Maggio', '1998-04-27 12:55:05', '2017-08-27 19:19:44', '2018-02-28 08:26:10'); +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (7, 13, 'weldon.kling', 'Queenie', 'Madelyn', 'Macejkovic', '2007-06-11 20:03:28', '2017-06-04 14:30:41', '2018-03-08 05:16:29'); +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (8, 1, 'gabe21', 'Titus', 'Duane', 'Durgan', '2005-05-02 06:23:36', '2016-05-26 00:55:07', '2018-03-05 18:30:12'); +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (9, 4, 'ymiller', 'Margie', 'Caesar', 'Doyle', '1995-06-03 08:09:17', '2017-12-22 03:06:32', '2018-03-08 12:31:16'); +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (10, 2, 'sbrown', 'Jaleel', 'Maiya', 'Rogahn', '1996-09-24 09:51:42', '2016-06-05 22:22:23', '2018-03-14 07:14:37'); +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (11, 1, 'nicholaus92', 'Winnifred', 'Liam', 'Jast', '2000-06-13 18:09:11', '2016-05-01 02:22:45', '2018-03-09 05:08:35'); +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (12, 7, 'edwin.hudson', 'Lincoln', 'Benny', 'Carroll', '1996-03-09 08:19:49', '2016-11-05 01:43:52', '2018-03-06 23:17:41'); +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (13, 1, 'norma73', 'Ernestina', 'Clarabelle', 'Mraz', '2004-05-19 14:11:13', '2016-11-13 20:44:23', '2018-02-26 17:56:31'); +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (14, 6, 'bkunze', 'Ludie', 'Ulices', 'Kuphal', '2000-11-16 06:55:12', '2017-08-30 15:08:37', '2018-03-02 01:48:15'); +INSERT INTO Staff (`staff_id`, `staff_address_id`, `nickname`, `first_name`, `middle_name`, `last_name`, `date_of_birth`, `date_joined_staff`, `date_left_staff`) VALUES (15, 3, 'weissnat.vincenzo', 'Simeon', 'Mayra', 'Turner', '1997-03-29 10:55:45', '2017-02-20 18:45:20', '2018-03-01 17:10:03'); + + +CREATE TABLE `Vehicles` ( +`vehicle_id` INTEGER PRIMARY KEY, +`vehicle_details` VARCHAR(255) +); +INSERT INTO Vehicles (`vehicle_id`, `vehicle_details`) VALUES (1, 'Van'); +INSERT INTO Vehicles (`vehicle_id`, `vehicle_details`) VALUES (2, 'Truck'); +INSERT INTO Vehicles (`vehicle_id`, `vehicle_details`) VALUES (3, 'Car'); + +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`customer_address_id` INTEGER NOT NULL, +`customer_status_code` VARCHAR(15) NOT NULL, +`date_became_customer` DATETIME, +`date_of_birth` DATETIME, +`first_name` VARCHAR(80), +`last_name` VARCHAR(80), +`amount_outstanding` DOUBLE NULL, +`email_address` VARCHAR(250), +`phone_number` VARCHAR(255), +`cell_mobile_phone_number` VARCHAR(255), +FOREIGN KEY (`customer_address_id` ) REFERENCES `Addresses`(`address_id` ) +); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (1, 13, 'Bad Customer', '2016-05-11 17:03:48', '1998-12-15 13:24:40', 'Carole', 'Bernhard', '255', 'everette.goyette@example.org', '07278206718', '861-638-9797'); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (2, 10, 'Bad Customer', '2015-11-16 22:52:14', '1995-07-17 12:13:16', 'Genevieve', 'Terry', '7256', 'huel.jana@example.org', '+14(5)2351480248', '578-518-4785x612'); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (3, 10, 'Good Customer', '2016-04-08 00:28:15', '1994-06-21 01:34:56', 'Clara', 'Ortiz', '9443', 'hilario.sporer@example.org', '374-483-2758x85087', '1-197-686-2849x8761'); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (4, 8, 'Good Customer', '2016-07-22 15:53:44', '1993-02-07 05:40:26', 'Jordy', 'Tromp', '3751', 'afranecki@example.com', '218.550.1362', '081-097-3684'); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (5, 2, 'Bad Customer', '2017-11-12 04:34:44', '1991-02-10 00:42:17', 'Millie', 'Bruen', '5687', 'asha.kilback@example.org', '1-618-535-9750', '00659133944'); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (6, 9, 'Good Customer', '2017-04-16 05:12:21', '1993-03-08 08:48:42', 'Amya', 'Spinka', '3900', 'kozey.citlalli@example.org', '1-673-962-8158x7646', '(780)719-4206x033'); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (7, 1, 'Bad Customer', '2015-06-24 03:50:04', '1996-11-07 05:30:55', 'Marina', 'Koelpin', '8144', 'mayert.judy@example.com', '(662)490-3108', '848-099-2095x785'); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (8, 10, 'Bad Customer', '2017-10-05 14:15:46', '1998-09-18 04:45:01', 'Dianna', 'Trantow', '9500', 'kroberts@example.org', '206-054-0689x05861', '739-333-6966x187'); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (9, 12, 'Bad Customer', '2016-02-17 08:26:23', '1991-12-05 02:50:15', 'Leif', 'Mertz', '7093', 'mariela28@example.org', '753.921.0871', '1-387-258-1016x96963'); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (10, 1, 'Bad Customer', '2017-11-25 01:42:26', '1996-08-29 00:03:08', 'Rylan', 'Goodwin', '1000', 'nichole59@example.com', '1-387-884-0656', '+45(6)4872981083'); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (11, 13, 'Good Customer', '2016-11-30 10:37:41', '1994-05-07 01:32:16', 'Ray', 'Kohler', '9447', 'karina.carroll@example.net', '(297)122-0086', '577-584-4864'); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (12, 9, 'Bad Customer', '2016-05-13 07:38:23', '1993-07-09 11:11:36', 'Omer', 'Leuschke', '2099', 'myrl.lind@example.net', '417.136.2900x672', '200.830.8723'); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (13, 7, 'Good Customer', '2016-09-04 23:08:20', '1988-09-19 14:45:56', 'Sigrid', 'Schmeler', '2255', 'wehner.harold@example.com', '192-395-2411', '+57(9)4602098297'); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (14, 10, 'Good Customer', '2016-03-18 06:14:18', '1996-05-23 01:21:54', 'Estelle', 'Grant', '5494', 'ehowell@example.com', '1-875-045-0806', '1-401-108-8016x078'); +INSERT INTO Customers (`customer_id`, `customer_address_id`, `customer_status_code`, `date_became_customer`, `date_of_birth`, `first_name`, `last_name`, `amount_outstanding`, `email_address`, `phone_number`, `cell_mobile_phone_number`) VALUES (15, 1, 'Bad Customer', '2015-09-25 13:59:21', '1996-08-30 06:17:50', 'Dameon', 'Sanford', '9332', 'kitty.hand@example.net', '(729)396-4354x3576', '(630)964-2426'); + + +CREATE TABLE `Customer_Payments` ( +`customer_id` INTEGER NOT NULL, +`datetime_payment` DATETIME NOT NULL, +`payment_method_code` VARCHAR(10) NOT NULL, +`amount_payment` DOUBLE NULL, +PRIMARY KEY (`customer_id`,`datetime_payment`), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); +CREATE TABLE `Lessons` ( +`lesson_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`lesson_status_code` VARCHAR(15) NOT NULL, +`staff_id` INTEGER, +`vehicle_id` INTEGER NOT NULL, +`lesson_date` DATETIME, +`lesson_time` VARCHAR(10), +`price` DOUBLE NULL, +FOREIGN KEY (`vehicle_id` ) REFERENCES `Vehicles`(`vehicle_id` ), +FOREIGN KEY (`staff_id` ) REFERENCES `Staff`(`staff_id` ), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (11, '2018-02-05 18:44:46', 'Direct Debit', '9570.93'); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (2, '2018-02-24 10:07:05', 'Direct Debit', '8180.26'); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (14, '2018-02-27 20:08:53', 'Direct Debit', '4610.26'); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (6, '2018-03-12 08:41:47', 'Direct Debit', '4032.33'); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (3, '2018-02-06 13:35:58', 'Credit Card', '787.12'); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (14, '2018-03-12 13:31:36', 'Credit Card', '6970.98'); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (4, '2018-02-03 15:04:36', 'Direct Debit', '6311.37'); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (7, '2018-02-15 16:38:49', 'Direct Debit', '4773.16'); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (13, '2018-02-21 05:28:49', 'Credit Card', '7440.34'); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (6, '2018-02-19 09:06:29', 'Direct Debit', '5475.26'); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (2, '2018-03-20 21:38:41', 'Direct Debit', '1708.18'); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (10, '2018-02-01 06:15:31', 'Direct Debit', '6782.84'); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (1, '2018-03-18 13:48:13', 'Direct Debit', '9886.62'); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (14, '2018-02-19 01:49:59', 'Credit Card', '3073.98'); +INSERT INTO Customer_Payments (`customer_id`, `datetime_payment`, `payment_method_code`, `amount_payment`) VALUES (12, '2018-03-06 21:36:41', 'Credit Card', '9414.74'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (1, 6, 'Cancelled', 8, 3, '2018-02-28 10:55:36', '5', '199'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (2, 8, 'Cancelled', 14, 3, '2018-03-07 16:12:36', '6', '167'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (3, 6, 'Cancelled', 11, 2, '2018-03-03 15:10:16', '3', '352'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (4, 8, 'Completed', 1, 2, '2018-03-17 19:02:07', '9', '306'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (5, 10, 'Completed', 3, 2, '2018-03-12 00:41:59', '9', '295'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (6, 5, 'Completed', 4, 2, '2018-03-07 22:03:49', '6', '492'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (7, 9, 'Cancelled', 11, 1, '2018-03-08 16:05:05', '9', '231'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (8, 3, 'Completed', 8, 2, '2018-03-21 06:48:45', '2', '277'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (9, 2, 'Completed', 4, 2, '2018-03-05 20:05:33', '9', '456'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (10, 2, 'Cancelled', 5, 2, '2018-02-26 02:36:35', '4', '495'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (11, 10, 'Cancelled', 15, 1, '2018-03-04 06:55:46', '2', '223'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (12, 11, 'Cancelled', 12, 2, '2018-03-16 07:08:52', '2', '184'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (13, 13, 'Completed', 12, 1, '2018-03-05 18:05:31', '5', '446'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (14, 11, 'Cancelled', 11, 1, '2018-03-07 11:53:32', '5', '483'); +INSERT INTO Lessons (`lesson_id`, `customer_id`, `lesson_status_code`, `staff_id`, `vehicle_id`, `lesson_date`, `lesson_time`, `price`) VALUES (15, 3, 'Cancelled', 8, 1, '2018-03-06 21:48:51', '9', '340'); diff --git a/database/e_government/e_government.sqlite b/database/e_government/e_government.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..0cc2d1fd69bd6fa5efa34f937b10d9ebc91a1235 Binary files /dev/null and b/database/e_government/e_government.sqlite differ diff --git a/database/e_government/schema.sql b/database/e_government/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..132e36ba9c7833693487c597dd434b12eed72bbc --- /dev/null +++ b/database/e_government/schema.sql @@ -0,0 +1,231 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`line_1_number_building` VARCHAR(80), +`town_city` VARCHAR(50), +`zip_postcode` VARCHAR(20), +`state_province_county` VARCHAR(50), +`country` VARCHAR(50) +); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (1, '25518 Ortiz Centers', 'West Stacy', '193', 'NorthCarolina', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (2, '033 Stracke Parkways', 'Lake Meaghan', '227', 'Colorado', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (3, '269 Flatley Port Suite 062', 'Breanneberg', '527', 'NewHampshire', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (4, '90928 Garret Mall', 'New Gabe', '993', 'Missouri', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (5, '0399 Colby Extensions', 'Carrollland', '250', 'Kentucky', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (6, '538 Schaefer Highway Apt. 472', 'East Lamonttown', '202', 'Louisiana', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (7, '34580 Mireille Crescent Suite 776', 'Cletusbury', '215', 'Georgia', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (8, '6862 Kaitlyn Knolls Suite 309', 'New Katlyn', '021', 'Pennsylvania', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (9, '90236 Kunze Pass', 'Dangelohaven', '259', 'Louisiana', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (10, '51124 Marquardt Forks', 'Robertsberg', '023', 'NewYork', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (11, '3986 Bergstrom Stravenue', 'Lake Taryn', '332', 'Michigan', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (12, '43686 Kihn Corner', 'Feilmouth', '460', 'Vermont', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (13, '29446 Hauck Ridge', 'Lake Gertrudeton', '603', 'Montana', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (14, '326 Emile Turnpike Suite 964', 'East Clair', '515', 'Georgia', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `town_city`, `zip_postcode`, `state_province_county`, `country`) VALUES (15, '266 Feeney Falls', 'West Brandynland', '320', 'Arkansas', 'USA'); + + +CREATE TABLE `Services` ( +`service_id` INTEGER PRIMARY KEY, +`service_type_code` VARCHAR(15) NOT NULL, +`service_name` VARCHAR(80), +`service_descriptio` VARCHAR(255) +); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (1, 'Education', 'Education', 'Education'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (2, 'Welfare', 'Health', 'Welfare'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (3, 'Education', 'Education', 'Health'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (4, 'Welfare', 'Education', 'Education'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (5, 'Education', 'Education', 'Health'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (6, 'Welfare', 'Welfare', 'Health'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (7, 'Welfare', 'Welfare', 'Welfare'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (8, 'Education', 'Education', 'Welfare'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (9, 'Education', 'Health', 'Education'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (10, 'Education', 'Health', 'Welfare'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (11, 'Welfare', 'Education', 'Health'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (12, 'Education', 'Education', 'Health'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (13, 'Health', 'Welfare', 'Education'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (14, 'Education', 'Education', 'Health'); +INSERT INTO Services (`service_id`, `service_type_code`, `service_name`, `service_descriptio`) VALUES (15, 'Welfare', 'Health', 'Education'); + + +CREATE TABLE `Forms` ( +`form_id` INTEGER PRIMARY KEY, +`form_type_code` VARCHAR(15) NOT NULL, +`service_id` INTEGER, +`form_number` VARCHAR(50), +`form_name` VARCHAR(80), +`form_description` VARCHAR(255), +FOREIGN KEY (`service_id` ) REFERENCES `Services`(`service_id` ) +); + + +INSERT INTO Forms (`form_id`, `form_type_code`, `service_id`, `form_number`, `form_name`, `form_description`) VALUES (1, 'Basic', 13, '8069', 'SSN Application', 'Form for SSN Application'); +INSERT INTO Forms (`form_id`, `form_type_code`, `service_id`, `form_number`, `form_name`, `form_description`) VALUES (2, 'Complex', 9, '2675', 'Marriage Certificate', 'Marriage Certificate'); +INSERT INTO Forms (`form_id`, `form_type_code`, `service_id`, `form_number`, `form_name`, `form_description`) VALUES (3, 'Complex', 2, '9837', 'Divorce Certificate', 'Divorce Certificate'); +INSERT INTO Forms (`form_id`, `form_type_code`, `service_id`, `form_number`, `form_name`, `form_description`) VALUES (4, 'Complex', 14, '9173', 'Moving Form', 'Form for moving house'); +INSERT INTO Forms (`form_id`, `form_type_code`, `service_id`, `form_number`, `form_name`, `form_description`) VALUES (5, 'Basic', 3, '6673', 'Account Application', 'Form for Account Application'); +INSERT INTO Forms (`form_id`, `form_type_code`, `service_id`, `form_number`, `form_name`, `form_description`) VALUES (6, 'Complex', 7, '9130', 'Property Change', 'Form for Property Change'); + + +CREATE TABLE `Individuals` ( +`individual_id` INTEGER PRIMARY KEY, +`individual_first_name` VARCHAR(80), +`individual_middle_name` VARCHAR(80), +`inidividual_phone` VARCHAR(80), +`individual_email` VARCHAR(80), +`individual_address` VARCHAR(255), +`individual_last_name` VARCHAR(80) +); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (1, 'Oscar', 'Hosea', '1-925-696-5232', 'amie.okuneva@example.org', '6956 Lia Plaza', 'Maggio'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (2, 'Geovanny', 'Antonia', '075.012.6775x409', 'jamey.effertz@example.net', '69578 Baylee Prairie', 'Kerluke'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (3, 'Casper', 'Mitchell', '1-818-062-2837', 'brandon.hermiston@example.com', '4555 Hane Orchard', 'Kutch'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (4, 'Guy', 'Erick', '1-014-109-1968x40778', 'reinger.leola@example.net', '919 Cummerata Burgs Apt. 063', 'Wunsch'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (5, 'Matteo', 'Rene', '634.660.8469', 'strosin.conor@example.org', '13223 Torphy Point', 'Schuster'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (6, 'Nella', 'Tommie', '892.154.8492', 'austyn.effertz@example.org', '640 Johns Branch', 'Kertzmann'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (7, 'Jeffery', 'Alberto', '317.382.4425x7924', 'august78@example.net', '384 Carter Flat Suite 896', 'Jacobs'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (8, 'Shany', 'Colleen', '(030)939-8437x6141', 'mbahringer@example.com', '407 Sofia Knoll Suite 591', 'D''Amore'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (9, 'Allene', 'Erwin', '1-797-739-0925', 'autumn.fisher@example.net', '3889 Theodore Radial Suite 795', 'Rutherford'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (10, 'Lafayette', 'Raoul', '396.348.9925x9122', 'hickle.ewell@example.com', '3203 Hermann Port Apt. 429', 'Rau'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (11, 'Daniella', 'Jamel', '(121)788-2928', 'ericka97@example.net', '4643 Ismael Pines Apt. 899', 'Rogahn'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (12, 'Daron', 'Howard', '+94(0)3793557310', 'allison.lemke@example.org', '104 Bernier Loop', 'Hand'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (13, 'Ressie', 'Alysson', '1-727-057-0382x999', 'delpha81@example.com', '5114 Jakubowski Port Apt. 758', 'Bradtke'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (14, 'Katarina', 'Lacey', '(348)944-9700', 'zlehner@example.net', '16688 Powlowski Views Apt. 341', 'Dooley'); +INSERT INTO Individuals (`individual_id`, `individual_first_name`, `individual_middle_name`, `inidividual_phone`, `individual_email`, `individual_address`, `individual_last_name`) VALUES (15, 'Jaylen', 'Jewell', '(468)679-4017', 'shanahan.julien@example.net', '06409 Beatty Glen Suite 000', 'O''Conner'); + + +CREATE TABLE `Organizations` ( +`organization_id` INTEGER PRIMARY KEY, +`date_formed` DATETIME, +`organization_name` VARCHAR(255), +`uk_vat_number` VARCHAR(20) +); +INSERT INTO Organizations (`organization_id`, `date_formed`, `organization_name`, `uk_vat_number`) VALUES (1, '2016-08-24 23:52:48', 'Labour Party', '2157'); +INSERT INTO Organizations (`organization_id`, `date_formed`, `organization_name`, `uk_vat_number`) VALUES (2, '2016-10-01 12:42:01', 'Plaid Cymru', '7459'); +INSERT INTO Organizations (`organization_id`, `date_formed`, `organization_name`, `uk_vat_number`) VALUES (3, '2016-10-09 07:22:53', 'Conservative', '1211'); +INSERT INTO Organizations (`organization_id`, `date_formed`, `organization_name`, `uk_vat_number`) VALUES (4, '2017-04-06 23:59:16', 'Liberal Democrats', '7237'); +INSERT INTO Organizations (`organization_id`, `date_formed`, `organization_name`, `uk_vat_number`) VALUES (5, '2016-07-28 01:45:10', 'Green Party', '4271'); + + +CREATE TABLE `Parties` ( +`party_id` INTEGER PRIMARY KEY, +`payment_method_code` VARCHAR(15) NOT NULL, +`party_phone` VARCHAR(80), +`party_email` VARCHAR(80) +); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (1, 'Cheque', '05374656172', 'enrico09@example.com'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (2, 'Credit Card', '1-525-947-7867x51521', 'brakus.aliya@example.com'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (3, 'Cheque', '1-606-232-3728x3568', 'frida57@example.org'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (4, 'Cash', '019-302-5166', 'wuckert.misty@example.com'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (5, 'Cheque', '529-074-5348', 'alanna.boehm@example.net'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (6, 'Credit Card', '1-950-874-1693x65923', 'daniel.charity@example.net'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (7, 'Direct Debit', '112-477-4433x137', 'lucinda83@example.org'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (8, 'Cash', '(919)169-1514x55820', 'erick.mills@example.com'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (9, 'Cash', '04177934231', 'evie97@example.org'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (10, 'Credit Card', '(211)528-0733x8063', 'hilll.elyssa@example.net'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (11, 'Credit Card', '1-985-957-5462', 'jamir.hyatt@example.net'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (12, 'Cheque', '1-386-339-9244', 'eden67@example.net'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (13, 'Direct Debit', '186-726-9855', 'ora.hyatt@example.net'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (14, 'Cash', '971-607-7001x08626', 'rhauck@example.org'); +INSERT INTO Parties (`party_id`, `payment_method_code`, `party_phone`, `party_email`) VALUES (15, 'Cash', '231.232.0099', 'noe.ziemann@example.org'); + + +CREATE TABLE `Organization_Contact_Individuals` ( +`individual_id` INTEGER NOT NULL, +`organization_id` INTEGER NOT NULL, +`date_contact_from` DATETIME NOT NULL, +`date_contact_to` DATETIME, +PRIMARY KEY (`individual_id`,`organization_id` ), +FOREIGN KEY (`organization_id` ) REFERENCES `Organizations`(`organization_id` ), +FOREIGN KEY (`individual_id` ) REFERENCES `Individuals`(`individual_id` ) +); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (13, 1, '2016-08-16 22:09:11', '2018-03-25 10:27:18'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (11, 1, '2017-03-02 00:00:16', '2018-03-06 05:39:43'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (10, 3, '2016-08-23 03:24:24', '2018-03-12 07:55:28'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (10, 4, '2017-08-08 12:05:25', '2018-03-04 09:30:20'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (13, 3, '2016-04-21 03:55:35', '2018-03-06 21:22:49'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (5, 4, '2016-08-27 16:55:59', '2018-03-18 05:47:36'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (9, 1, '2017-01-06 09:38:54', '2018-02-27 09:20:42'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (11, 5, '2017-09-14 08:24:22', '2018-03-24 16:54:36'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (13, 2, '2016-09-16 13:53:24', '2018-03-18 16:33:16'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (6, 3, '2017-05-24 11:38:02', '2018-03-24 03:43:00'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (6, 5, '2016-05-15 13:16:35', '2018-03-05 19:29:24'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (7, 2, '2016-11-24 03:57:30', '2018-03-07 16:40:29'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (14, 5, '2017-02-19 08:51:41', '2018-03-23 22:06:48'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (9, 2, '2016-04-30 14:39:31', '2018-03-20 00:33:08'); +INSERT INTO Organization_Contact_Individuals (`individual_id`, `organization_id`, `date_contact_from`, `date_contact_to`) VALUES (8, 3, '2016-07-26 09:08:15', '2018-03-02 03:50:51'); + + + +CREATE TABLE `Party_Addresses` ( +`party_id` INTEGER NOT NULL, +`address_id` INTEGER NOT NULL, +`date_address_from` DATETIME NOT NULL, +`address_type_code` VARCHAR(15) NOT NULL, +`date_address_to` DATETIME, +PRIMARY KEY (`party_id`, `address_id`), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ), +FOREIGN KEY (`party_id` ) REFERENCES `Parties`(`party_id` ) +); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (10, 8, '2016-04-08 22:40:02', 'Residence', '2018-02-28 23:14:41'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (15, 5, '2016-05-20 23:22:06', 'Billing', '2018-01-29 16:48:01'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (4, 4, '2016-05-14 15:13:30', 'Delivery', '2018-02-25 19:39:16'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (4, 10, '2017-02-21 12:12:50', 'Residence', '2018-03-11 12:12:52'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (5, 10, '2016-04-04 03:57:02', 'Billing', '2018-02-11 06:11:11'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (11, 2, '2016-07-21 08:39:50', 'Billing', '2018-03-03 22:17:09'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (3, 2, '2016-06-09 00:48:07', 'Billing', '2018-03-11 00:08:16'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (5, 7, '2016-09-05 11:53:36', 'Billing', '2018-03-07 13:28:44'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (5, 4, '2016-05-24 08:11:04', 'Residence', '2018-03-04 08:34:45'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (8, 7, '2017-02-07 02:51:33', 'Residence', '2018-02-27 09:21:41'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (15, 2, '2016-09-23 19:59:54', 'Billing', '2018-03-01 13:51:27'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (10, 1, '2016-11-02 02:06:07', 'Delivery', '2018-02-02 00:37:45'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (11, 5, '2017-01-07 12:02:39', 'Residence', '2018-02-09 08:47:26'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (6, 9, '2016-12-21 03:54:15', 'Delivery', '2018-02-25 07:34:22'); +INSERT INTO Party_Addresses (`party_id`, `address_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (5, 13, '2016-04-15 03:54:06', 'Billing', '2018-03-23 17:52:47'); + + +CREATE TABLE `Party_Forms` ( +`party_id` INTEGER NOT NULL, +`form_id` INTEGER NOT NULL, +`date_completion_started` DATETIME NOT NULL, +`form_status_code` VARCHAR(15) NOT NULL, +`date_fully_completed` DATETIME, +PRIMARY KEY (`party_id`, `form_id`), +FOREIGN KEY (`party_id` ) REFERENCES `Parties`(`party_id` ), +FOREIGN KEY (`form_id` ) REFERENCES `Forms`(`form_id` ) +); +CREATE TABLE `Party_Services` ( +`booking_id` INTEGER NOT NULL , +`customer_id` INTEGER NOT NULL, +`service_id` INTEGER NOT NULL, +`service_datetime` DATETIME NOT NULL, +`booking_made_date` DATETIME, +FOREIGN KEY (`service_id` ) REFERENCES `Services`(`service_id` ), +FOREIGN KEY (`customer_id` ) REFERENCES `Parties`(`party_id` ) +); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (2, 4, '2017-12-17 11:29:47', 'Completed', '2018-02-11 16:46:10'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (15, 4, '2017-12-16 15:25:48', 'Partially Completed', '2018-02-18 16:09:04'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (8, 5, '2017-12-09 21:26:11', 'Partially Completed', '2018-02-05 16:16:58'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (6, 2, '2017-12-04 16:57:31', 'Partially Completed', '2018-01-28 22:29:07'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (7, 2, '2017-11-30 18:49:37', 'Not Started', '2018-02-21 17:59:08'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (11, 5, '2017-12-20 01:10:33', 'Not Started', '2018-02-10 14:07:46'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (11, 3, '2017-12-18 01:32:49', 'Not Started', '2018-02-04 05:57:01'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (8, 6, '2017-12-07 18:17:01', 'Work In Progress', '2018-02-15 23:09:42'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (5, 6, '2017-12-05 19:48:45', 'Partially Completed', '2018-01-30 09:33:37'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (7, 6, '2017-11-29 03:11:38', 'Not Started', '2018-02-01 10:26:47'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (13, 3, '2017-12-04 18:20:10', 'Work In Progress', '2018-01-31 17:09:32'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (2, 5, '2017-11-26 09:09:29', 'Not Started', '2018-02-09 09:49:09'); +INSERT INTO Party_Forms (`party_id`, `form_id`, `date_completion_started`, `form_status_code`, `date_fully_completed`) VALUES (9, 2, '2017-11-27 11:57:03', 'Completed', '2018-02-15 13:15:25'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (1, 10, 12, '2018-03-10 22:43:12', '2018-03-23 23:56:51'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (2, 14, 11, '2018-03-05 15:06:23', '2018-03-25 11:08:29'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (3, 4, 7, '2018-03-08 10:39:29', '2018-03-24 11:09:52'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (4, 13, 3, '2018-03-08 23:52:44', '2018-03-25 12:56:09'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (5, 2, 6, '2018-03-17 18:35:26', '2018-03-25 02:57:32'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (6, 14, 6, '2018-03-17 08:16:30', '2018-03-24 06:50:50'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (7, 6, 12, '2018-03-15 09:48:27', '2018-03-25 11:52:29'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (8, 3, 6, '2018-03-01 18:31:32', '2018-03-24 07:55:33'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (9, 5, 7, '2018-03-05 13:02:22', '2018-03-24 10:17:36'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (10, 15, 13, '2018-02-28 16:29:04', '2018-03-24 09:20:46'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (11, 13, 12, '2018-03-09 07:27:30', '2018-03-25 15:09:54'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (12, 9, 1, '2018-03-19 14:38:29', '2018-03-24 18:05:07'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (13, 3, 11, '2018-03-14 18:53:35', '2018-03-24 12:21:20'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (14, 3, 5, '2018-03-18 17:53:02', '2018-03-24 22:12:30'); +INSERT INTO Party_Services (`booking_id`, `customer_id`, `service_id`, `service_datetime`, `booking_made_date`) VALUES (15, 12, 6, '2018-03-01 04:41:58', '2018-03-25 16:47:47'); diff --git a/database/election/election.sqlite b/database/election/election.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..d8dad1f7aa96f41ed0d672cdd75b5f10076c101e Binary files /dev/null and b/database/election/election.sqlite differ diff --git a/database/election/schema.sql b/database/election/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..6a9b9e9ff529b699bfa332679ff5486ecf466575 --- /dev/null +++ b/database/election/schema.sql @@ -0,0 +1,62 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "county" ( +"County_Id" int, +"County_name" text, +"Population" real, +"Zip_code" text, +PRIMARY KEY ("County_Id") +); + +INSERT INTO "county" VALUES (1,"Howard",21000, "D21"); +INSERT INTO "county" VALUES (2,"Baltimore County", 90000,"D08"); +INSERT INTO "county" VALUES (3,"Colony",79000,"D02"); +INSERT INTO "county" VALUES (4,"Mansfield",87200,"D09"); +INSERT INTO "county" VALUES (5,"Manning",13300,"D11"); + + +CREATE TABLE "party" ( +"Party_ID" int, +"Year" real, +"Party" text, +"Governor" text, +"Lieutenant_Governor" text, +"Comptroller" text, +"Attorney_General" text, +"US_Senate" text, +PRIMARY KEY ("Party_ID") +); + + +INSERT INTO "party" VALUES (1,"1998","Democratic","Peter Vallone","Sandra Frankel","Carl McCall","Eliot Spitzer","Charles Schumer"); +INSERT INTO "party" VALUES (2,"1998","Liberal","Betsy McCaughey Ross","Jonathan Reiter","Carl McCall","Eliot Spitzer","Charles Schumer"); +INSERT INTO "party" VALUES (3,"2002","Democratic","Carl McCall","Dennis Mehiel","Alan Hevesi","Eliot Spitzer","(no election)"); +INSERT INTO "party" VALUES (4,"2002","Independence","Tom Golisano","Mary Donohue","John Faso","Eliot Spitzer","(no election)"); +INSERT INTO "party" VALUES (5,"2006","Democratic","Eliot Spitzer","David Paterson","Alan Hevesi","Andrew Cuomo","Hillary Rodham Clinton"); +INSERT INTO "party" VALUES (6,"2006","Independence","Eliot Spitzer","David Paterson","Alan Hevesi","Jeanine Pirro","Hillary Rodham Clinton"); +INSERT INTO "party" VALUES (7,"2006","Working Families","Eliot Spitzer","David Paterson","Alan Hevesi","Andrew Cuomo","Hillary Rodham Clinton"); + + + +CREATE TABLE "election" ( +"Election_ID" int, +"Counties_Represented" text, +"District" int, +"Delegate" text, +"Party" int, +"First_Elected" real, +"Committee" text, +PRIMARY KEY ("Election_ID"), +FOREIGN KEY (`Party`) REFERENCES `party`(`Party_ID`), +FOREIGN KEY (`District`) REFERENCES `county`(`County_Id`) +); + +INSERT INTO "election" VALUES (1,"09.1 9A",1,"Bates, Gail H. Gail H. Bates",1,"2002","Appropriations"); +INSERT INTO "election" VALUES (2,"09.1 9A",1,"Miller, Warren E. Warren E. Miller",1,"2003","Economic Matters"); +INSERT INTO "election" VALUES (3,"12.1 12A",2,"DeBoy, Steven J. Sr. Steven J. DeBoy, Sr.",2,"2002","Appropriations"); +INSERT INTO "election" VALUES (4,"12.1 12A",3,"Malone, James E. Jr. James E. Malone, Jr.",2,"1994","Environmental Matters (Vice-Chair)"); +INSERT INTO "election" VALUES (5,"12.2 12B",2,"Bobo, Elizabeth Elizabeth Bobo",3,"1994","Environmental Matters"); +INSERT INTO "election" VALUES (6,"13",1,"Pendergrass, Shane E. Shane Pendergrass",4,"1994","Health and Government Operations"); +INSERT INTO "election" VALUES (7,"13",4,"Guzzone, Guy Guy Guzzone",1,"2006","Appropriations"); +INSERT INTO "election" VALUES (8,"13",3,"Turner, Frank S. Frank S. Turner",7,"1994","Ways and Means"); + diff --git a/database/election_representative/election_representative.sqlite b/database/election_representative/election_representative.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..dc6a662880ed5e43a1be16f36a6b52d4005e844c Binary files /dev/null and b/database/election_representative/election_representative.sqlite differ diff --git a/database/election_representative/schema.sql b/database/election_representative/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..03a2806fc3aeb4c5441300a5fa053899f0b6d703 --- /dev/null +++ b/database/election_representative/schema.sql @@ -0,0 +1,37 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "election" ( +"Election_ID" int, +"Representative_ID" int, +"Date" text, +"Votes" real, +"Vote_Percent" real, +"Seats" real, +"Place" real, +PRIMARY KEY ("Election_ID"), +FOREIGN KEY ("Representative_ID") REFERENCES `representative`("Representative_ID") +); + +CREATE TABLE "representative" ( +"Representative_ID" int, +"Name" text, +"State" text, +"Party" text, +"Lifespan" text, +PRIMARY KEY ("Representative_ID") +); + +INSERT INTO "representative" VALUES (1,"Dan Quayle","Indiana","Republican","1947–"); +INSERT INTO "representative" VALUES (2,"John Quayle","New York","Democratic","1868–1930"); +INSERT INTO "representative" VALUES (3,"Al Quie","Minnesota","Republican","1923–"); +INSERT INTO "representative" VALUES (4,"James M. Quigley","Pennsylvania","Democratic","1918–"); +INSERT INTO "representative" VALUES (5,"Jimmy Quillen","Tennessee","Republican","1916–2003"); +INSERT INTO "representative" VALUES (6,"Jack Quinn","New York","Republican","1951–"); +INSERT INTO "representative" VALUES (7,"James L. Quinn","Pennsylvania","Democratic","1875–1960"); + +INSERT INTO "election" VALUES (1,1,"July 1942","9423","16.2","6","3"); +INSERT INTO "election" VALUES (2,2,"October 1942","11059","18.5","10","1"); +INSERT INTO "election" VALUES (3,4,"1946","13049","19.5","10","2"); +INSERT INTO "election" VALUES (4,5,"1949","14077","19.5","9","2"); +INSERT INTO "election" VALUES (5,7,"1953","12422","16.0","7","3"); + diff --git a/database/employee_hire_evaluation/employee_hire_evaluation.sqlite b/database/employee_hire_evaluation/employee_hire_evaluation.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..daa2ecfdd2e6030bbe476d6a891b79eead647fee Binary files /dev/null and b/database/employee_hire_evaluation/employee_hire_evaluation.sqlite differ diff --git a/database/employee_hire_evaluation/schema.sql b/database/employee_hire_evaluation/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..4c149e2ec99ed8814fa26f77d8399f95d584494b --- /dev/null +++ b/database/employee_hire_evaluation/schema.sql @@ -0,0 +1,84 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "employee" ( +"Employee_ID" int, +"Name" text, +"Age" int, +"City" text, +PRIMARY KEY ("Employee_ID") +); + + +INSERT INTO "employee" VALUES (1, "George Chuter",23,"Bristol"); +INSERT INTO "employee" VALUES (2,"Lee Mears",29,"Bath"); +INSERT INTO "employee" VALUES (3,"Mark Regan",43,"Bristol"); +INSERT INTO "employee" VALUES (4,"Jason Hobson",30,"Bristol"); +INSERT INTO "employee" VALUES (5,"Tim Payne",29,"Wasps"); +INSERT INTO "employee" VALUES (6,"Andrew Sheridan",28,"Sale"); +INSERT INTO "employee" VALUES (7,"Matt Stevens",29,"Bath"); +INSERT INTO "employee" VALUES (8,"Phil Vickery",40,"Wasps"); +INSERT INTO "employee" VALUES (9,"Steve Borthwick",32,"Bath"); +INSERT INTO "employee" VALUES (10,"Louis Deacon",36,"Leicester"); + + + +CREATE TABLE "shop" ( +"Shop_ID" int, +"Name" text, +"Location" text, +"District" text, +"Number_products" int, +"Manager_name" text, +PRIMARY KEY ("Shop_ID") +); + + +INSERT INTO "shop" VALUES (1,"FC Haka","Valkeakoski","Tehtaan kenttä","3516","Olli Huttunen"); +INSERT INTO "shop" VALUES (2,"HJK","Helsinki","Finnair Stadium","10770","Antti Muurinen"); +INSERT INTO "shop" VALUES (3,"FC Honka","Espoo","Tapiolan Urheilupuisto","6000","Mika Lehkosuo"); +INSERT INTO "shop" VALUES (4,"FC Inter","Turku","Veritas Stadion","10000","Job Dragtsma"); +INSERT INTO "shop" VALUES (5,"FF Jaro","Jakobstad","Jakobstads Centralplan","5000","Mika Laurikainen"); +INSERT INTO "shop" VALUES (6,"FC KooTeePee","Kotka","Arto Tolsa Areena","4780","Tommi Kautonen"); +INSERT INTO "shop" VALUES (7,"KuPS","Kuopio","Magnum Areena","3500","Kai Nyyssönen"); +INSERT INTO "shop" VALUES (8,"FC Lahti","Lahti","Lahden Stadion","15000","Ilkka Mäkelä"); +INSERT INTO "shop" VALUES (9,"IFK Mariehamn","Mariehamn","Wiklöf Holding Arena","1600","Pekka Lyyski"); + + +CREATE TABLE "hiring" ( +"Shop_ID" int, +"Employee_ID" int, +"Start_from" text, +"Is_full_time" bool, +PRIMARY KEY ("Employee_ID"), +FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), +FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`) +); + +INSERT INTO "hiring" VALUES (1,1,"2009","T"); +INSERT INTO "hiring" VALUES (1,2,"2003","T"); +INSERT INTO "hiring" VALUES (8,3,"2011","F"); +INSERT INTO "hiring" VALUES (4,4,"2012","T"); +INSERT INTO "hiring" VALUES (5,5,"2013","T"); +INSERT INTO "hiring" VALUES (2,6,"2010","F"); +INSERT INTO "hiring" VALUES (6,7,"2008","T"); + + + + +CREATE TABLE "evaluation" ( +"Employee_ID" text, +"Year_awarded" text, +"Bonus" real, +PRIMARY KEY ("Employee_ID","Year_awarded"), +FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`) +); + + +INSERT INTO "evaluation" VALUES (1,"2011", 3000); +INSERT INTO "evaluation" VALUES (2,"2015", 3200); +INSERT INTO "evaluation" VALUES (1,"2016", 2900); +INSERT INTO "evaluation" VALUES (4,"2017", 3200); +INSERT INTO "evaluation" VALUES (7,"2018", 3200); +INSERT INTO "evaluation" VALUES (10,"2016", 4000); + diff --git a/database/entrepreneur/entrepreneur.sqlite b/database/entrepreneur/entrepreneur.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..9599e53265eb0980468a1c3bb9e84ab12a59905f Binary files /dev/null and b/database/entrepreneur/entrepreneur.sqlite differ diff --git a/database/entrepreneur/schema.sql b/database/entrepreneur/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..0934b7f0a04766d0bf0981d4b32c230d2dae591d --- /dev/null +++ b/database/entrepreneur/schema.sql @@ -0,0 +1,40 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "entrepreneur" ( +"Entrepreneur_ID" int, +"People_ID" int, +"Company" text, +"Money_Requested" real, +"Investor" text, +PRIMARY KEY ("Entrepreneur_ID"), +FOREIGN KEY ("People_ID") REFERENCES "people"("People_ID") +); + +CREATE TABLE "people" ( +"People_ID" int, +"Name" text, +"Height" real, +"Weight" real, +"Date_of_Birth" text, +PRIMARY KEY ("People_ID") +); + + +INSERT INTO "people" VALUES (1,"Francesco Postiglione",1.9,80,"1972-04-29"); +INSERT INTO "people" VALUES (2,"Leonardo Binchi",1.86,57,"1975-08-27"); +INSERT INTO "people" VALUES (3,"Fabrizio Buonocore",1.83, 45, "1977-04-28"); +INSERT INTO "people" VALUES (4,"Marco Gerini",1.72, 75,"1971-08-05"); +INSERT INTO "people" VALUES (5,"Roberto Calcaterra",1.75, 67, "1972-02-06"); +INSERT INTO "people" VALUES (6,"Goran Fiorentini",1.78, 89, "1981-11-21"); +INSERT INTO "people" VALUES (7,"Alberto Angelini",1.82,58, "1974-09-28"); +INSERT INTO "people" VALUES (8,"Maurizio Felugo",1.95,76, "1981-03-04"); + +INSERT INTO "entrepreneur" VALUES (1,1,"Umbrolly","150000","Duncan Bannatyne"); +INSERT INTO "entrepreneur" VALUES (2,2,"Grails Ltd","120000","Doug Richard"); +INSERT INTO "entrepreneur" VALUES (3,3,"Le Beanock","54000","Rachel Elnaugh"); +INSERT INTO "entrepreneur" VALUES (4,5,"IV Cam","50000","Peter Jones"); +INSERT INTO "entrepreneur" VALUES (5,6,"Mycorrhizal Systems","75000","Simon Woodroffe"); +INSERT INTO "entrepreneur" VALUES (6,8,"Elizabeth Galton Ltd","110000","Duncan Bannatyne"); + + + diff --git a/database/farm/farm.sqlite b/database/farm/farm.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..3fa3b9efa101f8aed0c7c2e7ba54c79f36958b04 Binary files /dev/null and b/database/farm/farm.sqlite differ diff --git a/database/farm/schema.sql b/database/farm/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..c374b70ac4f6e17c357dd3732a2507375c07fcb7 --- /dev/null +++ b/database/farm/schema.sql @@ -0,0 +1,86 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "city" ( +"City_ID" int, +"Official_Name" text, +"Status" text, +"Area_km_2" real, +"Population" real, +"Census_Ranking" text, +PRIMARY KEY ("City_ID") +); + +CREATE TABLE "farm" ( +"Farm_ID" int, +"Year" int, +"Total_Horses" real, +"Working_Horses" real, +"Total_Cattle" real, +"Oxen" real, +"Bulls" real, +"Cows" real, +"Pigs" real, +"Sheep_and_Goats" real, +PRIMARY KEY ("Farm_ID") +); + +CREATE TABLE "farm_competition" ( +"Competition_ID" int, +"Year" int, +"Theme" text, +"Host_city_ID" int, +"Hosts" text, +PRIMARY KEY ("Competition_ID"), +FOREIGN KEY (`Host_city_ID`) REFERENCES `city`(`City_ID`) +); + + +CREATE TABLE "competition_record" ( +"Competition_ID" int, +"Farm_ID" int, +"Rank" int, +PRIMARY KEY ("Competition_ID","Farm_ID"), +FOREIGN KEY (`Competition_ID`) REFERENCES `farm_competition`(`Competition_ID`), +FOREIGN KEY (`Farm_ID`) REFERENCES `farm`(`Farm_ID`) +); + + + +INSERT INTO "city" VALUES (1,"Grand Falls/Grand-Sault","Town","18.06","5706","636 of 5008"); +INSERT INTO "city" VALUES (2,"Perth-Andover","Village","8.89","1778","1442 of 5,008"); +INSERT INTO "city" VALUES (3,"Plaster Rock","Village","3.09","1135","1936 of 5,008"); +INSERT INTO "city" VALUES (4,"Drummond","Village","8.91","775","2418 of 5008"); +INSERT INTO "city" VALUES (5,"Aroostook","Village","2.24","351","3460 of 5008"); + + +INSERT INTO "farm" VALUES (1,"1927","5056.5","3900.1","8374.5","805.5","31.6","3852.1","4412.4","7956.3"); +INSERT INTO "farm" VALUES (2,"1928","5486.9","4090.5","8604.8","895.3","32.8","3987.0","6962.9","8112.2"); +INSERT INTO "farm" VALUES (3,"1929","5607.5","4198.8","7611.0","593.7","26.9","3873.0","4161.2","7030.8"); +INSERT INTO "farm" VALUES (4,"1930","5308.2","3721.6","6274.1","254.8","49.6","3471.6","3171.8","4533.4"); +INSERT INTO "farm" VALUES (5,"1931","4781.3","3593.7","6189.5","113.8","40.0","3377.0","3373.3","3364.8"); +INSERT INTO "farm" VALUES (6,"1932","3658.9","3711.6","5006.7","105.2","71.6","2739.5","2623.7","2109.5"); +INSERT INTO "farm" VALUES (7,"1933","2604.8","3711.2","4446.3","116.9","37.6","2407.2","2089.2","2004.7"); +INSERT INTO "farm" VALUES (8,"1934","2546.9","2197.3","5277.5","156.5","46.7","2518.0","4236.7","2197.1"); + + +INSERT INTO "farm_competition" VALUES (1,"2013","Carnival M is back!",1,"Miley Cyrus Jared Leto and Karen Mok"); +INSERT INTO "farm_competition" VALUES (2,"2006","Codehunters",2,"Leehom Wang and Kelly Rowland"); +INSERT INTO "farm_competition" VALUES (3,"2005","MTV Asia Aid",3,"Alicia Keys"); +INSERT INTO "farm_competition" VALUES (4,"2004","Valentine's Day",4,"Vanness Wu and Michelle Branch"); +INSERT INTO "farm_competition" VALUES (5,"2003","MTV Cube",5,"Shaggy and Coco Lee"); +INSERT INTO "farm_competition" VALUES (6,"2002","Aliens",5,"Mandy Moore and Ronan Keating"); + + +INSERT INTO "competition_record" VALUES (1,8,1); +INSERT INTO "competition_record" VALUES (1,2,2); +INSERT INTO "competition_record" VALUES (1,3,3); +INSERT INTO "competition_record" VALUES (2,1,3); +INSERT INTO "competition_record" VALUES (2,4,1); +INSERT INTO "competition_record" VALUES (2,3,2); +INSERT INTO "competition_record" VALUES (3,7,1); +INSERT INTO "competition_record" VALUES (3,1,3); +INSERT INTO "competition_record" VALUES (4,3,2); +INSERT INTO "competition_record" VALUES (4,1,4); +INSERT INTO "competition_record" VALUES (5,5,1); +INSERT INTO "competition_record" VALUES (5,3,2); diff --git a/database/flight_2/annotation.json b/database/flight_2/annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..7701d8328a9510003f9a2f7c67ef75b5c9af20e0 --- /dev/null +++ b/database/flight_2/annotation.json @@ -0,0 +1,38 @@ +{ + "label_id": null, + "data": [ + { + "nl": "Find all airlines that have at least one flight out of AXX airport. Report the full name and the abbreviation of each airline\n", + "id": 0 + }, + { + "nl": "Find all destinations served from the AXX airport by Northwest. Re- port flight number, airport code and the full name of the airport.\n", + "id": 1 + }, + { + "nl": "Find all airports served by ALL five of the airlines listed below: Delta, Frontier, USAir, UAL and Southwest. Report just the airport codes.\n", + "id": 2 + }, + { + "nl": "Find all airports that are served by at least three Southwest flights. Report just the three-letter codes of the airports\n", + "id": 3 + }, + { + "nl": "Find the number of airports from which airport ANP can be reached with exactly one transfer.\n", + "id": 4 + }, + { + "nl": "Find the number of airports from which airport ATE can be reached with at most one transfer. (make sure to exclude ATE itself from the count). Report just the number.\n", + "id": 5 + }, + { + "nl": "Find all airports with exactly 17 outgoing flights. Report airport code and the full name of the airport\n", + "id": 6 + }, + { + "nl": "For each room report the total revenue for all stays and the average revenue per stay generated by stays in the room that originated in the months of September\n", + "id": 7 + } + ], + "review_id": null +} \ No newline at end of file diff --git a/database/flight_2/data_csv/README.AIRLINES.txt b/database/flight_2/data_csv/README.AIRLINES.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb7fa500054bece0f24794fdaa5abe1bb8a7d9ed --- /dev/null +++ b/database/flight_2/data_csv/README.AIRLINES.txt @@ -0,0 +1,96 @@ +***************************************************** +CPE 365 Alex Dekhtyar +Cal Poly Computer Science Department +San Luis Obispo College of Engineering +California dekhtyar@csc.calpoly.edu +***************************************************** + AIRLINES DATASET + Version 1.0 + November 19, 2007 +***************************************************** +Sources: the list of US airports is from + http://www.world-airport-codes.com/ + + the list of airlines is from http://www.wikipedia.org + + the list of flights is synthesized. + +****************************************************** + +This file describes the contents of the AIRLINES dataset +developed for the CPE 365, Introduction to Databases, +course at Cal Poly. + +The dataset contains information about some US airlines and +airports, and routes flown by the airlines between these airports. + +General Conventions. + + 1. All files in the dataset are CSV (comma-separated values) files. + 2. First line of each file provides the names of + columns. Second line may be empty, or may contain + the first row of the data. + 3. All string values are enclosed in single quotes (') + 4. All string values in the airports.csv and flights.csv files + have a trailing space.This is important to note, because + one of the string columns, airport code is the unique identifier + of the airport. This issue needs to be dealt with programmatically. + + + The dataset consists of the following files: + + + - airlines.csv : list of airlines + - airports100.csv : list of airports + - flights.csv : list of flights + + + Individual files have the following formats. + +************************************************************************** + +airlines.csv + + Id : unique identifier of the airline + Airline : full name of the airline + Abbreviation : abbreviated name of the airline + Country : country of the airline + + + +************************************************************************** + +airports100.csv + + City : location of the airport + AirportCode : unique three-letter airport code + AirportName : name of the airport + Country : country of the airport +CountryAbbrev : abbreviation of the country + + + +************************************************************************** + +flights.csv + + Airline : airline that manages the flight + FlightNo : flight number (unique for each airline, may repeat + for different airlines) +SourceAirport : Code for the airport from which the flight originates + (see airports100.AirportCode) + DestAirport : Code for the airport at which the flight terminates + +************************************************************************** +************************************************************************** + +Permission granted to use and distribute this dataset in its current form, +provided this file is kept unchanged and is distributed together with the +data. + +Permission granted to modify and expand this dataset, provided this +file is updated accordingly with new information. + +************************************************************************** +************************************************************************** + diff --git a/database/flight_2/data_csv/airlines.csv b/database/flight_2/data_csv/airlines.csv new file mode 100644 index 0000000000000000000000000000000000000000..9cf768804d017d763674666c897346c42f3c6599 --- /dev/null +++ b/database/flight_2/data_csv/airlines.csv @@ -0,0 +1,14 @@ +uid, Airline, Abbreviation, Country +1,'United Airlines','UAL','USA' +2,'US Airways','USAir','USA' +3,'Delta Airlines','Delta','USA' +4,'Southwest Airlines','Southwest','USA' +5,'American Airlines','American','USA' +6,'Northwest Airlines','Northwest','USA' +7,'Continental Airlines','Continental','USA' +8,'JetBlue Airways','JetBlue','USA' +9,'Frontier Airlines','Frontier','USA' +10,'AirTran Airways','AirTran','USA' +11,'Allegiant Air','Allegiant','USA' +12,'Virgin America','Virgin','USA' + diff --git a/database/flight_2/data_csv/airports100.csv b/database/flight_2/data_csv/airports100.csv new file mode 100644 index 0000000000000000000000000000000000000000..c63ac00b7b40eedc44a478c1d3a222389a70e10e --- /dev/null +++ b/database/flight_2/data_csv/airports100.csv @@ -0,0 +1,101 @@ +City ,AirportCode , AirportName ,Country , CountryAbbrev +'Aberdeen ','APG','Phillips AAF ','United States ','US ' +'Aberdeen ','ABR','Municipal ','United States ','US ' +'Abilene ','DYS','Dyess AFB ','United States ','US ' +'Abilene ','ABI','Municipal ','United States ','US ' +'Abingdon ','VJI','Virginia Highlands ','United States ','US ' +'Ada ','ADT','Ada ','United States ','US ' +'Adak Island ','ADK','Adak Island Ns ','United States ','US ' +'Adrian ','ADG','Lenawee County ','United States ','US ' +'Afton ','AFO','Municipal ','United States ','US ' +'Aiken ','AIK','Municipal ','United States ','US ' +'Ainsworth ','ANW','Ainsworth ','United States ','US ' +'Akhiok ','AKK','Akhiok SPB ','United States ','US ' +'Akiachak ','KKI','Spb ','United States ','US ' +'Akiak ','AKI','Akiak ','United States ','US ' +'Akron CO ' ,'AKO','Colorado Plains Regional Airport ','United States ','US ' +'Akron/Canton OH ' ,'CAK','Akron/canton Regional ','United States ','US ' +'Akron/Canton ','AKC','Fulton International ','United States ','US ' +'Akutan ','KQA','Akutan ','United States ','US ' +'Alakanuk ','AUK','Alakanuk ','United States ','US ' +'Alameda ','NGZ','NAS ','United States ','US ' +'Alamogordo ','HMN','Holloman AFB ','United States ','US ' +'Alamogordo ','ALM','Municipal ','United States ','US ' +'Alamosa ','ALS','Municipal ','United States ','US ' +'Albany ','NAB','Albany NAS ','United States ','US ' +'Albany ','ABY','Dougherty County ','United States ','US ' +'Albany ','ALB','Albany International ','United States ','US ' +'Albany ','CVO','Albany ','United States ','US ' +'Albert Lea ','AEL','Albert Lea ','United States ','US ' +'Albuquerque ','ABQ','Albuquerque International ','United States ','US ' +'Aleknagik ','WKK','Aleknagik ','United States ','US ' +'Aleneva ','AED','Aleneva ','United States ','US ' + 'Alexander City AL ' ,'ALX','Thomas C Russell Fld ','United States ','US ' + 'Alexandria LA ' ,'AEX','Alexandria International ','United States ','US ' +'Alexandria ','ESF','Esler Field ','United States ','US ' +'Alexandria ','AXN','Alexandria ','United States ','US ' +'Alexandria Bay ','AXB','Alexandria Bay ','United States ','US ' +'Algona ','AXG','Algona ','United States ','US ' +'Alice ','ALI','International ','United States ','US ' + 'Aliceville AL ' ,'AIV','George Downer ','United States ','US ' +'Alitak ','ALZ','Alitak SPB ','United States ','US ' +'Allakaket ','AET','Allakaket ','United States ','US ' +'Alliance ','AIA','Alliance ','United States ','US ' +'Alma ','AMN','Gratiot Community ','United States ','US ' +'Alpena ','APN','Alpena County Regional ','United States ','US ' +'Alpine ','ALE','Alpine ','United States ','US ' +'Alton ','ALN','Alton ','United States ','US ' +'Altus ','LTS','Altus AFB ','United States ','US ' +'Altus ','AXS','Municipal ','United States ','US ' +'Alyeska ','AQY','Alyeska ','United States ','US ' + 'Amarillo ' ,'AMA','Rick Husband Amarillo International ','United States ','US ' +'Amarillo ','TDW','Tradewind ','United States ','US ' +'Ambler ','ABL','Ambler ','United States ','US ' +'Amchitka ','AHT','Amchitka ','United States ','US ' +'Amery ','AHH','Municipal ','United States ','US ' +'Ames ','AMW','Ames ','United States ','US ' +'Amityville ','AYZ','Zahns ','United States ','US ' +'Amook ','AOS','Amook ','United States ','US ' +'Anacortes ','OTS','Anacortes ','United States ','US ' +'Anacostia ','NDV','USN Heliport ','United States ','US ' +'Anaheim ','ANA','Orange County Steel Salvage Heliport ','United States ','US ' +'Anaktuvuk ','AKP','Anaktuvuk ','United States ','US ' +'Anchorage ','EDF','Elmendorf Afb ','United States ','US ' +'Anchorage ','ANC','Ted Stevens Anchorage International Airport ','United States ','US ' +'Anchorage ','MRI','Merrill Field ','United States ','US ' +'Anderson ','AID','Municipal ','United States ','US ' +'Anderson ','AND','Anderson ','United States ','US ' +'Andrews ','ADR','Andrews ','United States ','US ' +'Angel Fire ','AXX','Angel Fire ','United States ','US ' +'Angola ','ANQ','Tri-State Steuben Cty ','United States ','US ' +'Angoon ','AGN','Angoon ','United States ','US ' +'Anguilla ','RFK','Rollang Field ','United States ','US ' +'Aniak ','ANI','Aniak ','United States ','US ' +'Anita Bay ','AIB','Anita Bay ','United States ','US ' + 'Ann Arbor MI ' ,'ARB','Municipal ','United States ','US ' +'Annapolis ','ANP','Lee ','United States ','US ' +'Annette Island ','ANN','Annette Island ','United States ','US ' + 'Anniston AL ' ,'ANB','Anniston Metropolitan ','United States ','US ' +'Anniston ','QAW','Ft Mcclellan Bus Trml ','United States ','US ' +'Anniston ','RLI','Reilly AHP ','United States ','US ' +'Anthony ','ANY','Anthony ','United States ','US ' +'Antlers ','ATE','Antlers ','United States ','US ' +'Anvik ','ANV','Anvik ','United States ','US ' +'Apalachicola ','AAF','Municipal ','United States ','US ' +'Apple Valley ','APV','Apple Valley ','United States ','US ' +'Appleton ','ATW','Outagamie County ','United States ','US ' +'Arapahoe ','AHF','Municipal ','United States ','US ' +'Arcata ','ACV','Arcata ','United States ','US ' +'Arctic Village ','ARC','Arctic Village ','United States ','US ' +'Ardmore ','AHD','Downtown ','United States ','US ' +'Ardmore ','ADM','Ardmore Municipal Arpt ','United States ','US ' +'Arlington Heights ','JLH','US Army Heliport ','United States ','US ' +'Artesia ','ATS','Artesia ','United States ','US ' + 'Neptune ' ,'ARX','Asbury Park ','United States ','US ' +'Ashland ','ASX','Ashland ','United States ','US ' +'Ashley ','ASY','Ashley ','United States ','US ' +'Aspen ','ASE','Aspen ','United States ','US ' +'Astoria ','AST','Astoria ','United States ','US ' +'Athens ','AHN','Athens ','United States ','US ' +'Athens ','ATO','Ohio University ','United States ','US ' +'Athens ','MMI','McMinn County ','United States ','US ' diff --git a/database/flight_2/data_csv/flights.csv b/database/flight_2/data_csv/flights.csv new file mode 100644 index 0000000000000000000000000000000000000000..23ee30f192d41cd436a8a41ad23eff228a0fccd8 --- /dev/null +++ b/database/flight_2/data_csv/flights.csv @@ -0,0 +1,1201 @@ +Airline, FlightNo, SourceAirport, DestAirport +1, 28, 'APG', 'ASY' +1, 29, 'ASY', 'APG' +1, 44, 'CVO', 'ACV' +1, 45, 'ACV', 'CVO' +1, 54, 'AHD', 'AHT' +1, 55, 'AHT', 'AHD' +1, 90, 'ATO', 'ABR' +1, 91, 'ABR', 'ATO' +1, 108, 'ANV', 'MMI' +1, 109, 'MMI', 'ANV' +1, 142, 'ALI', 'AKC' +1, 143, 'AKC', 'ALI' +1, 148, 'HMN', 'ABL' +1, 149, 'ABL', 'HMN' +1, 198, 'NGZ', 'AAF' +1, 199, 'AAF', 'NGZ' +1, 226, 'CVO', 'KKI' +1, 227, 'KKI', 'CVO' +1, 276, 'ARB', 'ANV' +1, 277, 'ANV', 'ARB' +1, 308, 'ATE', 'AKC' +1, 309, 'AKC', 'ATE' +1, 326, 'ALX', 'ALI' +1, 327, 'ALI', 'ALX' +1, 370, 'AKC', 'WKK' +1, 371, 'WKK', 'AKC' +1, 414, 'AAF', 'ALB' +1, 415, 'ALB', 'AAF' +1, 424, 'ADG', 'AOS' +1, 425, 'AOS', 'ADG' +1, 470, 'ABQ', 'MMI' +1, 471, 'MMI', 'ABQ' +1, 520, 'AIV', 'ALS' +1, 521, 'ALS', 'AIV' +1, 556, 'AYZ', 'AHD' +1, 557, 'AHD', 'AYZ' +1, 560, 'AHF', 'ATO' +1, 561, 'ATO', 'AHF' +1, 604, 'ADG', 'ANN' +1, 605, 'ANN', 'ADG' +1, 608, 'AST', 'DYS' +1, 609, 'DYS', 'AST' +1, 626, 'AKI', 'AEL' +1, 627, 'AEL', 'AKI' +1, 658, 'ARC', 'ALM' +1, 659, 'ALM', 'ARC' +1, 708, 'AXB', 'AFO' +1, 709, 'AFO', 'AXB' +1, 744, 'AED', 'OTS' +1, 745, 'OTS', 'AED' +1, 754, 'CVO', 'ANY' +1, 755, 'ANY', 'CVO' +1, 786, 'ACV', 'AHD' +1, 787, 'AHD', 'ACV' +1, 810, 'ARC', 'AQY' +1, 811, 'AQY', 'ARC' +1, 828, 'HMN', 'EDF' +1, 829, 'EDF', 'HMN' +1, 878, 'KKI', 'ALM' +1, 879, 'ALM', 'KKI' +1, 888, 'ALZ', 'ANW' +1, 889, 'ANW', 'ALZ' +1, 900, 'AHT', 'AXX' +1, 901, 'AXX', 'AHT' +1, 924, 'AXG', 'ASX' +1, 925, 'ASX', 'AXG' +1, 946, 'APV', 'ADR' +1, 947, 'ADR', 'APV' +1, 996, 'AXG', 'AXS' +1, 997, 'AXS', 'AXG' +1, 1000, 'ADK', 'KKI' +1, 1001, 'KKI', 'ADK' +1, 1026, 'AHN', 'DYS' +1, 1027, 'DYS', 'AHN' +1, 1062, 'AQY', 'AFO' +1, 1063, 'AFO', 'AQY' +1, 1068, 'APN', 'ALB' +1, 1069, 'ALB', 'APN' +1, 1100, 'ATE', 'ALE' +1, 1101, 'ALE', 'ATE' +1, 1144, 'AIA', 'AMW' +1, 1145, 'AMW', 'AIA' +1, 1166, 'ABQ', 'AAF' +1, 1167, 'AAF', 'ABQ' +1, 1168, 'ADK', 'NAB' +1, 1169, 'NAB', 'ADK' +1, 1192, 'QAW', 'AHH' +1, 1193, 'AHH', 'QAW' +1, 1208, 'NAB', 'MMI' +1, 1209, 'MMI', 'NAB' +1, 1216, 'ATE', 'ALX' +1, 1217, 'ALX', 'ATE' +1, 1250, 'ARC', 'AED' +1, 1251, 'AED', 'ARC' +1, 1274, 'ALS', 'APG' +1, 1275, 'APG', 'ALS' +1, 1284, 'ADK', 'ADG' +1, 1285, 'ADG', 'ADK' +1, 1328, 'RLI', 'LTS' +1, 1329, 'LTS', 'RLI' +2, 14, 'APV', 'ALX' +2, 15, 'ALX', 'APV' +2, 18, 'MRI', 'OTS' +2, 19, 'OTS', 'MRI' +2, 64, 'VJI', 'AOS' +2, 65, 'AOS', 'VJI' +2, 88, 'AGN', 'AXX' +2, 89, 'AXX', 'AGN' +2, 124, 'OTS', 'ALZ' +2, 125, 'ALZ', 'OTS' +2, 142, 'ABQ', 'ADM' +2, 143, 'ADM', 'ABQ' +2, 192, 'AKK', 'NDV' +2, 193, 'NDV', 'AKK' +2, 240, 'ATE', 'ATW' +2, 241, 'ATW', 'ATE' +2, 278, 'ACV', 'ALX' +2, 279, 'ALX', 'ACV' +2, 322, 'ALN', 'ARB' +2, 323, 'ARB', 'ALN' +2, 330, 'AYZ', 'AND' +2, 331, 'AND', 'AYZ' +2, 356, 'AKC', 'MRI' +2, 357, 'MRI', 'AKC' +2, 358, 'ASE', 'ASX' +2, 359, 'ASX', 'ASE' +2, 384, 'AOS', 'AGN' +2, 385, 'AGN', 'AOS' +2, 426, 'AFO', 'AMN' +2, 427, 'AMN', 'AFO' +2, 466, 'ARB', 'AGN' +2, 467, 'AGN', 'ARB' +2, 484, 'ARX', 'AQY' +2, 485, 'AQY', 'ARX' +2, 488, 'VJI', 'APG' +2, 489, 'APG', 'VJI' +2, 526, 'CAK', 'ANP' +2, 527, 'ANP', 'CAK' +2, 550, 'AIV', 'ADK' +2, 551, 'ADK', 'AIV' +2, 600, 'MRI', 'ARB' +2, 601, 'ARB', 'MRI' +2, 644, 'AHD', 'AMA' +2, 645, 'AMA', 'AHD' +2, 670, 'KKI', 'ATS' +2, 671, 'ATS', 'KKI' +2, 672, 'ANV', 'ABL' +2, 673, 'ABL', 'ANV' +2, 692, 'CAK', 'ATS' +2, 693, 'ATS', 'CAK' +2, 728, 'AKI', 'ESF' +2, 729, 'ESF', 'AKI' +2, 746, 'ANC', 'AST' +2, 747, 'AST', 'ANC' +2, 790, 'APN', 'CVO' +2, 791, 'CVO', 'APN' +2, 830, 'ANQ', 'AMA' +2, 831, 'AMA', 'ANQ' +2, 840, 'NGZ', 'ADT' +2, 841, 'ADT', 'NGZ' +2, 886, 'ANW', 'ABY' +2, 887, 'ABY', 'ANW' +2, 902, 'AKO', 'OTS' +2, 903, 'OTS', 'AKO' +2, 920, 'AET', 'ASX' +2, 921, 'ASX', 'AET' +2, 950, 'ALB', 'ADM' +2, 951, 'ADM', 'ALB' +2, 988, 'ALS', 'ADG' +2, 989, 'ADG', 'ALS' +2, 1020, 'ANP', 'ADG' +2, 1021, 'ADG', 'ANP' +2, 1064, 'NAB', 'ALB' +2, 1065, 'ALB', 'NAB' +2, 1068, 'AIK', 'ANN' +2, 1069, 'ANN', 'AIK' +2, 1076, 'AXG', 'ABQ' +2, 1077, 'ABQ', 'AXG' +2, 1120, 'ACV', 'AKK' +2, 1121, 'AKK', 'ACV' +2, 1158, 'ABI', 'QAW' +2, 1159, 'QAW', 'ABI' +2, 1188, 'AIV', 'ALE' +2, 1189, 'ALE', 'AIV' +2, 1230, 'ANY', 'ANI' +2, 1231, 'ANI', 'ANY' +2, 1242, 'AED', 'AMA' +2, 1243, 'AMA', 'AED' +2, 1266, 'AHT', 'ALE' +2, 1267, 'ALE', 'AHT' +2, 1286, 'HMN', 'ESF' +2, 1287, 'ESF', 'HMN' +2, 1330, 'AXX', 'ANP' +2, 1331, 'ANP', 'AXX' +2, 1360, 'AHH', 'AST' +2, 1361, 'AST', 'AHH' +2, 1374, 'ALI', 'AMW' +2, 1375, 'AMW', 'ALI' +2, 1376, 'ALI', 'APG' +2, 1377, 'APG', 'ALI' +3, 2, 'ATS', 'OTS' +3, 3, 'OTS', 'ATS' +3, 26, 'VJI', 'ATW' +3, 27, 'ATW', 'VJI' +3, 36, 'CAK', 'OTS' +3, 37, 'OTS', 'CAK' +3, 84, 'ABY', 'ALS' +3, 85, 'ALS', 'ABY' +3, 100, 'AXN', 'APG' +3, 101, 'APG', 'AXN' +3, 118, 'AXB', 'ANA' +3, 119, 'ANA', 'AXB' +3, 126, 'LTS', 'EDF' +3, 127, 'EDF', 'LTS' +3, 130, 'JLH', 'AND' +3, 131, 'AND', 'JLH' +3, 162, 'AIK', 'ADT' +3, 163, 'ADT', 'AIK' +3, 194, 'AST', 'ARX' +3, 195, 'ARX', 'AST' +3, 206, 'ANB', 'ALE' +3, 207, 'ALE', 'ANB' +3, 240, 'AKC', 'MMI' +3, 241, 'MMI', 'AKC' +3, 244, 'EDF', 'AHT' +3, 245, 'AHT', 'EDF' +3, 268, 'AMW', 'AHN' +3, 269, 'AHN', 'AMW' +3, 284, 'AXB', 'AXN' +3, 285, 'AXN', 'AXB' +3, 300, 'ASY', 'ALE' +3, 301, 'ALE', 'ASY' +3, 334, 'ALI', 'ATW' +3, 335, 'ATW', 'ALI' +3, 364, 'AYZ', 'AUK' +3, 365, 'AUK', 'AYZ' +3, 396, 'AED', 'ASX' +3, 397, 'ASX', 'AED' +3, 432, 'ABQ', 'ANN' +3, 433, 'ANN', 'ABQ' +3, 438, 'AFO', 'AUK' +3, 439, 'AUK', 'AFO' +3, 460, 'RLI', 'AHD' +3, 461, 'AHD', 'RLI' +3, 498, 'ATW', 'TDW' +3, 499, 'TDW', 'ATW' +3, 528, 'ARB', 'AKK' +3, 529, 'AKK', 'ARB' +3, 548, 'ARX', 'ASX' +3, 549, 'ASX', 'ARX' +3, 588, 'AKO', 'WKK' +3, 589, 'WKK', 'AKO' +3, 626, 'KQA', 'ANV' +3, 627, 'ANV', 'KQA' +3, 656, 'ANN', 'EDF' +3, 657, 'EDF', 'ANN' +3, 670, 'ALN', 'ARX' +3, 671, 'ARX', 'ALN' +3, 694, 'AUK', 'JLH' +3, 695, 'JLH', 'AUK' +3, 710, 'ANN', 'AHT' +3, 711, 'AHT', 'ANN' +3, 734, 'ASY', 'NDV' +3, 735, 'NDV', 'ASY' +3, 782, 'AXG', 'JLH' +3, 783, 'JLH', 'AXG' +3, 826, 'ABQ', 'AEL' +3, 827, 'AEL', 'ABQ' +3, 862, 'LTS', 'RLI' +3, 863, 'RLI', 'LTS' +3, 904, 'APV', 'ANV' +3, 905, 'ANV', 'APV' +3, 922, 'ASY', 'AAF' +3, 923, 'AAF', 'ASY' +3, 962, 'NGZ', 'ALI' +3, 963, 'ALI', 'NGZ' +3, 970, 'ANP', 'AIB' +3, 971, 'AIB', 'ANP' +3, 1000, 'ASX', 'ANY' +3, 1001, 'ANY', 'ASX' +3, 1010, 'CVO', 'AST' +3, 1011, 'AST', 'CVO' +3, 1040, 'AHF', 'OTS' +3, 1041, 'OTS', 'AHF' +3, 1070, 'ANP', 'ARC' +3, 1071, 'ARC', 'ANP' +3, 1094, 'AAF', 'ALS' +3, 1095, 'ALS', 'AAF' +3, 1140, 'ATW', 'ALB' +3, 1141, 'ALB', 'ATW' +3, 1186, 'ANB', 'AET' +3, 1187, 'AET', 'ANB' +3, 1190, 'AXX', 'ADG' +3, 1191, 'ADG', 'AXX' +3, 1226, 'AID', 'ABL' +3, 1227, 'ABL', 'AID' +3, 1270, 'CAK', 'AXS' +3, 1271, 'AXS', 'CAK' +3, 1274, 'ASY', 'AFO' +3, 1275, 'AFO', 'ASY' +4, 10, 'ASY', 'ATS' +4, 11, 'ATS', 'ASY' +4, 32, 'ALX', 'OTS' +4, 33, 'OTS', 'ALX' +4, 34, 'ADR', 'ATS' +4, 35, 'ATS', 'ADR' +4, 56, 'AET', 'AKI' +4, 57, 'AKI', 'AET' +4, 62, 'AEX', 'MRI' +4, 63, 'MRI', 'AEX' +4, 94, 'AHH', 'ANA' +4, 95, 'ANA', 'AHH' +4, 136, 'LTS', 'JLH' +4, 137, 'JLH', 'LTS' +4, 166, 'AAF', 'AKI' +4, 167, 'AKI', 'AAF' +4, 168, 'ALI', 'ANY' +4, 169, 'ANY', 'ALI' +4, 200, 'ADT', 'EDF' +4, 201, 'EDF', 'ADT' +4, 226, 'VJI', 'OTS' +4, 227, 'OTS', 'VJI' +4, 260, 'ADT', 'ANN' +4, 261, 'ANN', 'ADT' +4, 264, 'ARB', 'ATW' +4, 265, 'ATW', 'ARB' +4, 296, 'AIV', 'AFO' +4, 297, 'AFO', 'AIV' +4, 340, 'ADM', 'AST' +4, 341, 'AST', 'ADM' +4, 358, 'ADG', 'AMN' +4, 359, 'AMN', 'ADG' +4, 378, 'WKK', 'ANQ' +4, 379, 'ANQ', 'WKK' +4, 384, 'AYZ', 'CVO' +4, 385, 'CVO', 'AYZ' +4, 430, 'CVO', 'LTS' +4, 431, 'LTS', 'CVO' +4, 436, 'AMA', 'WKK' +4, 437, 'WKK', 'AMA' +4, 478, 'AAF', 'AXX' +4, 479, 'AXX', 'AAF' +4, 510, 'ANP', 'AIB' +4, 511, 'AIB', 'ANP' +4, 544, 'LTS', 'QAW' +4, 545, 'QAW', 'LTS' +4, 546, 'ANY', 'AKC' +4, 547, 'AKC', 'ANY' +4, 558, 'AGN', 'AHN' +4, 559, 'AHN', 'AGN' +4, 564, 'AYZ', 'AED' +4, 565, 'AED', 'AYZ' +4, 582, 'AXX', 'WKK' +4, 583, 'WKK', 'AXX' +4, 604, 'AFO', 'ANC' +4, 605, 'ANC', 'AFO' +4, 624, 'ANC', 'ANV' +4, 625, 'ANV', 'ANC' +4, 626, 'AIA', 'AXG' +4, 627, 'AXG', 'AIA' +4, 666, 'AAF', 'AMA' +4, 667, 'AMA', 'AAF' +4, 716, 'JLH', 'AYZ' +4, 717, 'AYZ', 'JLH' +4, 742, 'HMN', 'APG' +4, 743, 'APG', 'HMN' +4, 750, 'NAB', 'ESF' +4, 751, 'ESF', 'NAB' +4, 784, 'AQY', 'DYS' +4, 785, 'DYS', 'AQY' +4, 832, 'ANN', 'AOS' +4, 833, 'AOS', 'ANN' +4, 838, 'APV', 'ALM' +4, 839, 'ALM', 'APV' +4, 870, 'ATE', 'ARB' +4, 871, 'ARB', 'ATE' +4, 902, 'NGZ', 'ANQ' +4, 903, 'ANQ', 'NGZ' +4, 946, 'AHT', 'AXG' +4, 947, 'AXG', 'AHT' +4, 990, 'ALI', 'ANN' +4, 991, 'ANN', 'ALI' +4, 1036, 'ANQ', 'ALS' +4, 1037, 'ALS', 'ANQ' +4, 1064, 'ANV', 'AET' +4, 1065, 'AET', 'ANV' +4, 1100, 'ARB', 'AEL' +4, 1101, 'AEL', 'ARB' +4, 1118, 'ANC', 'ANY' +4, 1119, 'ANY', 'ANC' +4, 1138, 'ABR', 'AET' +4, 1139, 'AET', 'ABR' +4, 1162, 'ANW', 'AKO' +4, 1163, 'AKO', 'ANW' +4, 1172, 'AHH', 'AYZ' +4, 1173, 'AYZ', 'AHH' +4, 1206, 'AXN', 'NDV' +4, 1207, 'NDV', 'AXN' +4, 1224, 'AND', 'MMI' +4, 1225, 'MMI', 'AND' +5, 22, 'WKK', 'ARB' +5, 23, 'ARB', 'WKK' +5, 62, 'ALM', 'AKP' +5, 63, 'AKP', 'ALM' +5, 66, 'ANA', 'AIK' +5, 67, 'AIK', 'ANA' +5, 76, 'ANC', 'AMA' +5, 77, 'AMA', 'ANC' +5, 104, 'ALB', 'ANY' +5, 105, 'ANY', 'ALB' +5, 134, 'AFO', 'ADT' +5, 135, 'ADT', 'AFO' +5, 148, 'CAK', 'ALE' +5, 149, 'ALE', 'CAK' +5, 194, 'ASY', 'ALE' +5, 195, 'ALE', 'ASY' +5, 234, 'ALS', 'AET' +5, 235, 'AET', 'ALS' +5, 238, 'AHF', 'ABY' +5, 239, 'ABY', 'AHF' +5, 242, 'ADR', 'LTS' +5, 243, 'LTS', 'ADR' +5, 244, 'ALM', 'EDF' +5, 245, 'EDF', 'ALM' +5, 264, 'ARX', 'AHN' +5, 265, 'AHN', 'ARX' +5, 300, 'AXS', 'AXX' +5, 301, 'AXX', 'AXS' +5, 318, 'ARX', 'QAW' +5, 319, 'QAW', 'ARX' +5, 350, 'ATW', 'AOS' +5, 351, 'AOS', 'ATW' +5, 360, 'ARX', 'ANW' +5, 361, 'ANW', 'ARX' +5, 386, 'NDV', 'EDF' +5, 387, 'EDF', 'NDV' +5, 412, 'ALS', 'AHT' +5, 413, 'AHT', 'ALS' +5, 432, 'APV', 'TDW' +5, 433, 'TDW', 'APV' +5, 468, 'CVO', 'AXS' +5, 469, 'AXS', 'CVO' +5, 484, 'QAW', 'MMI' +5, 485, 'MMI', 'QAW' +5, 504, 'ASX', 'AND' +5, 505, 'AND', 'ASX' +5, 546, 'ALS', 'AOS' +5, 547, 'AOS', 'ALS' +5, 592, 'VJI', 'AIB' +5, 593, 'AIB', 'VJI' +5, 602, 'ANW', 'AHT' +5, 603, 'AHT', 'ANW' +5, 616, 'AHH', 'ASX' +5, 617, 'ASX', 'AHH' +5, 648, 'ASX', 'AND' +5, 649, 'AND', 'ASX' +5, 688, 'ANI', 'DYS' +5, 689, 'DYS', 'ANI' +5, 726, 'RFK', 'ASY' +5, 727, 'ASY', 'RFK' +5, 752, 'ASE', 'CVO' +5, 753, 'CVO', 'ASE' +5, 798, 'AGN', 'ESF' +5, 799, 'ESF', 'AGN' +5, 808, 'ARC', 'AMN' +5, 809, 'AMN', 'ARC' +5, 816, 'ALI', 'ABY' +5, 817, 'ABY', 'ALI' +5, 866, 'AND', 'ALE' +5, 867, 'ALE', 'AND' +5, 894, 'ALS', 'KQA' +5, 895, 'KQA', 'ALS' +5, 902, 'AFO', 'WKK' +5, 903, 'WKK', 'AFO' +5, 918, 'ASY', 'QAW' +5, 919, 'QAW', 'ASY' +5, 926, 'DYS', 'AAF' +5, 927, 'AAF', 'DYS' +5, 964, 'AXN', 'AYZ' +5, 965, 'AYZ', 'AXN' +5, 1010, 'RLI', 'LTS' +5, 1011, 'LTS', 'RLI' +5, 1054, 'ANN', 'ATW' +5, 1055, 'ATW', 'ANN' +5, 1088, 'ANV', 'AKO' +5, 1089, 'AKO', 'ANV' +5, 1128, 'ANB', 'ASY' +5, 1129, 'ASY', 'ANB' +5, 1178, 'ANQ', 'ALX' +5, 1179, 'ALX', 'ANQ' +5, 1204, 'AOS', 'AST' +5, 1205, 'AST', 'AOS' +5, 1248, 'ABR', 'ALE' +5, 1249, 'ALE', 'ABR' +5, 1276, 'AMN', 'KQA' +5, 1277, 'KQA', 'AMN' +5, 1324, 'DYS', 'TDW' +5, 1325, 'TDW', 'DYS' +5, 1334, 'CAK', 'AKC' +5, 1335, 'AKC', 'CAK' +6, 4, 'ALX', 'NAB' +6, 5, 'NAB', 'ALX' +6, 28, 'ABQ', 'APG' +6, 29, 'APG', 'ABQ' +6, 50, 'AIB', 'ALZ' +6, 51, 'ALZ', 'AIB' +6, 70, 'AKC', 'AAF' +6, 71, 'AAF', 'AKC' +6, 82, 'ABY', 'ATO' +6, 83, 'ATO', 'ABY' +6, 112, 'NAB', 'AKP' +6, 113, 'AKP', 'NAB' +6, 162, 'NDV', 'AOS' +6, 163, 'AOS', 'NDV' +6, 174, 'ANV', 'ALZ' +6, 175, 'ALZ', 'ANV' +6, 178, 'ABQ', 'ALI' +6, 179, 'ALI', 'ABQ' +6, 210, 'AXG', 'AQY' +6, 211, 'AQY', 'AXG' +6, 250, 'AXX', 'AED' +6, 251, 'AED', 'AXX' +6, 252, 'AXG', 'ANY' +6, 253, 'ANY', 'AXG' +6, 302, 'CAK', 'AIV' +6, 303, 'AIV', 'CAK' +6, 346, 'ARB', 'OTS' +6, 347, 'OTS', 'ARB' +6, 368, 'JLH', 'NAB' +6, 369, 'NAB', 'JLH' +6, 370, 'WKK', 'ADT' +6, 371, 'ADT', 'WKK' +6, 372, 'ATE', 'MMI' +6, 373, 'MMI', 'ATE' +6, 400, 'TDW', 'ABR' +6, 401, 'ABR', 'TDW' +6, 424, 'RFK', 'ALS' +6, 425, 'ALS', 'RFK' +6, 442, 'OTS', 'AXX' +6, 443, 'AXX', 'OTS' +6, 478, 'APG', 'AEL' +6, 479, 'AEL', 'APG' +6, 516, 'KKI', 'AKI' +6, 517, 'AKI', 'KKI' +6, 534, 'QAW', 'ABY' +6, 535, 'ABY', 'QAW' +6, 568, 'ASY', 'AMW' +6, 569, 'AMW', 'ASY' +6, 610, 'ANP', 'AXG' +6, 611, 'AXG', 'ANP' +6, 620, 'AST', 'OTS' +6, 621, 'OTS', 'AST' +6, 658, 'ALM', 'CVO' +6, 659, 'CVO', 'ALM' +6, 670, 'AYZ', 'HMN' +6, 671, 'HMN', 'AYZ' +6, 704, 'KKI', 'WKK' +6, 705, 'WKK', 'KKI' +6, 708, 'ANB', 'ALI' +6, 709, 'ALI', 'ANB' +6, 716, 'AKP', 'AHF' +6, 717, 'AHF', 'AKP' +6, 740, 'HMN', 'AXG' +6, 741, 'AXG', 'HMN' +6, 754, 'AAF', 'ARX' +6, 755, 'ARX', 'AAF' +6, 762, 'AMW', 'ATS' +6, 763, 'ATS', 'AMW' +6, 810, 'AHD', 'DYS' +6, 811, 'DYS', 'AHD' +6, 812, 'ARB', 'CAK' +6, 813, 'CAK', 'ARB' +6, 814, 'ANB', 'NGZ' +6, 815, 'NGZ', 'ANB' +6, 862, 'ANQ', 'AXX' +6, 863, 'AXX', 'ANQ' +6, 906, 'ARC', 'RFK' +6, 907, 'RFK', 'ARC' +6, 932, 'NDV', 'ASY' +6, 933, 'ASY', 'NDV' +6, 950, 'ALE', 'AIB' +6, 951, 'AIB', 'ALE' +6, 970, 'ASE', 'AOS' +6, 971, 'AOS', 'ASE' +6, 1012, 'AXS', 'VJI' +6, 1013, 'VJI', 'AXS' +6, 1020, 'MRI', 'AXG' +6, 1021, 'AXG', 'MRI' +6, 1070, 'ADK', 'ABR' +6, 1071, 'ABR', 'ADK' +6, 1114, 'AEX', 'NDV' +6, 1115, 'NDV', 'AEX' +6, 1132, 'AOS', 'MRI' +6, 1133, 'MRI', 'AOS' +6, 1144, 'ALS', 'AEL' +6, 1145, 'AEL', 'ALS' +6, 1154, 'AIK', 'AIB' +6, 1155, 'AIB', 'AIK' +6, 1194, 'AAF', 'AXG' +6, 1195, 'AXG', 'AAF' +7, 44, 'AKI', 'ABR' +7, 45, 'ABR', 'AKI' +7, 58, 'ASX', 'AST' +7, 59, 'AST', 'ASX' +7, 68, 'EDF', 'AFO' +7, 69, 'AFO', 'EDF' +7, 76, 'ARB', 'ABL' +7, 77, 'ABL', 'ARB' +7, 114, 'ARB', 'ADK' +7, 115, 'ADK', 'ARB' +7, 118, 'AKK', 'ANW' +7, 119, 'ANW', 'AKK' +7, 120, 'AKI', 'ALX' +7, 121, 'ALX', 'AKI' +7, 122, 'KKI', 'ANN' +7, 123, 'ANN', 'KKI' +7, 152, 'AXG', 'MRI' +7, 153, 'MRI', 'AXG' +7, 188, 'AND', 'ALZ' +7, 189, 'ALZ', 'AND' +7, 230, 'NGZ', 'ABY' +7, 231, 'ABY', 'NGZ' +7, 250, 'AXS', 'ATS' +7, 251, 'ATS', 'AXS' +7, 294, 'AET', 'AKP' +7, 295, 'AKP', 'AET' +7, 312, 'AIV', 'ALE' +7, 313, 'ALE', 'AIV' +7, 316, 'AST', 'AKI' +7, 317, 'AKI', 'AST' +7, 336, 'AXG', 'AUK' +7, 337, 'AUK', 'AXG' +7, 370, 'QAW', 'ATW' +7, 371, 'ATW', 'QAW' +7, 398, 'JLH', 'AET' +7, 399, 'AET', 'JLH' +7, 408, 'AMN', 'ADG' +7, 409, 'ADG', 'AMN' +7, 454, 'KQA', 'ADK' +7, 455, 'ADK', 'KQA' +7, 484, 'ALX', 'AKK' +7, 485, 'AKK', 'ALX' +7, 492, 'OTS', 'NAB' +7, 493, 'NAB', 'OTS' +7, 542, 'WKK', 'ANC' +7, 543, 'ANC', 'WKK' +7, 560, 'ATW', 'ASE' +7, 561, 'ASE', 'ATW' +7, 570, 'OTS', 'ADG' +7, 571, 'ADG', 'OTS' +7, 614, 'AIA', 'AMW' +7, 615, 'AMW', 'AIA' +7, 662, 'ATS', 'AKO' +7, 663, 'AKO', 'ATS' +7, 670, 'ANA', 'ADR' +7, 671, 'ADR', 'ANA' +7, 714, 'ARC', 'ALM' +7, 715, 'ALM', 'ARC' +7, 720, 'AED', 'KQA' +7, 721, 'KQA', 'AED' +7, 722, 'AST', 'CAK' +7, 723, 'CAK', 'AST' +7, 736, 'ARX', 'ABY' +7, 737, 'ABY', 'ARX' +7, 754, 'ABR', 'MMI' +7, 755, 'MMI', 'ABR' +7, 792, 'AIA', 'NGZ' +7, 793, 'NGZ', 'AIA' +7, 812, 'AND', 'AXN' +7, 813, 'AXN', 'AND' +7, 818, 'AXN', 'AEX' +7, 819, 'AEX', 'AXN' +7, 844, 'MMI', 'AOS' +7, 845, 'AOS', 'MMI' +7, 854, 'KQA', 'APN' +7, 855, 'APN', 'KQA' +7, 856, 'LTS', 'TDW' +7, 857, 'TDW', 'LTS' +7, 898, 'AYZ', 'MRI' +7, 899, 'MRI', 'AYZ' +7, 942, 'AKP', 'AIB' +7, 943, 'AIB', 'AKP' +7, 948, 'AKK', 'OTS' +7, 949, 'OTS', 'AKK' +7, 980, 'AUK', 'AIA' +7, 981, 'AIA', 'AUK' +7, 1030, 'AED', 'AXS' +7, 1031, 'AXS', 'AED' +7, 1070, 'AET', 'ARB' +7, 1071, 'ARB', 'AET' +7, 1080, 'AHF', 'AGN' +7, 1081, 'AGN', 'AHF' +7, 1096, 'ABI', 'EDF' +7, 1097, 'EDF', 'ABI' +7, 1118, 'MMI', 'AKI' +7, 1119, 'AKI', 'MMI' +7, 1126, 'AKI', 'ESF' +7, 1127, 'ESF', 'AKI' +7, 1138, 'VJI', 'ESF' +7, 1139, 'ESF', 'VJI' +8, 42, 'ABY', 'ALM' +8, 43, 'ALM', 'ABY' +8, 88, 'KQA', 'AMW' +8, 89, 'AMW', 'KQA' +8, 132, 'AKK', 'AIK' +8, 133, 'AIK', 'AKK' +8, 170, 'LTS', 'EDF' +8, 171, 'EDF', 'LTS' +8, 174, 'DYS', 'ABQ' +8, 175, 'ABQ', 'DYS' +8, 210, 'CAK', 'ANP' +8, 211, 'ANP', 'CAK' +8, 246, 'AIK', 'AST' +8, 247, 'AST', 'AIK' +8, 292, 'QAW', 'DYS' +8, 293, 'DYS', 'QAW' +8, 336, 'KKI', 'ALE' +8, 337, 'ALE', 'KKI' +8, 372, 'AHF', 'AKC' +8, 373, 'AKC', 'AHF' +8, 420, 'AKP', 'ADT' +8, 421, 'ADT', 'AKP' +8, 468, 'HMN', 'AGN' +8, 469, 'AGN', 'HMN' +8, 512, 'ABQ', 'ADK' +8, 513, 'ADK', 'ABQ' +8, 536, 'AKC', 'ANV' +8, 537, 'ANV', 'AKC' +8, 542, 'ABQ', 'NGZ' +8, 543, 'NGZ', 'ABQ' +8, 576, 'AIV', 'AMA' +8, 577, 'AMA', 'AIV' +8, 588, 'AEX', 'AXN' +8, 589, 'AXN', 'AEX' +8, 604, 'ASY', 'ASE' +8, 605, 'ASE', 'ASY' +8, 640, 'ABQ', 'AOS' +8, 641, 'AOS', 'ABQ' +8, 652, 'AHF', 'AHD' +8, 653, 'AHD', 'AHF' +8, 670, 'ASY', 'CVO' +8, 671, 'CVO', 'ASY' +8, 714, 'JLH', 'AAF' +8, 715, 'AAF', 'JLH' +8, 726, 'ACV', 'ASY' +8, 727, 'ASY', 'ACV' +8, 736, 'ACV', 'ABQ' +8, 737, 'ABQ', 'ACV' +8, 752, 'AEL', 'ATE' +8, 753, 'ATE', 'AEL' +8, 792, 'ANY', 'ANP' +8, 793, 'ANP', 'ANY' +8, 832, 'AAF', 'MMI' +8, 833, 'MMI', 'AAF' +8, 836, 'APN', 'ALB' +8, 837, 'ALB', 'APN' +8, 872, 'ABY', 'CAK' +8, 873, 'CAK', 'ABY' +8, 908, 'MMI', 'ABR' +8, 909, 'ABR', 'MMI' +8, 956, 'ADK', 'AQY' +8, 957, 'AQY', 'ADK' +8, 994, 'ABY', 'AXB' +8, 995, 'AXB', 'ABY' +8, 1038, 'EDF', 'ARX' +8, 1039, 'ARX', 'EDF' +8, 1050, 'RFK', 'CVO' +8, 1051, 'CVO', 'RFK' +8, 1086, 'EDF', 'AFO' +8, 1087, 'AFO', 'EDF' +8, 1096, 'ANP', 'NAB' +8, 1097, 'NAB', 'ANP' +8, 1138, 'DYS', 'AAF' +8, 1139, 'AAF', 'DYS' +8, 1182, 'AKI', 'ARC' +8, 1183, 'ARC', 'AKI' +8, 1232, 'NDV', 'AKI' +8, 1233, 'AKI', 'NDV' +8, 1278, 'ANB', 'ANP' +8, 1279, 'ANP', 'ANB' +8, 1280, 'ATO', 'AET' +8, 1281, 'AET', 'ATO' +8, 1308, 'ADG', 'ALS' +8, 1309, 'ALS', 'ADG' +8, 1346, 'AND', 'ESF' +8, 1347, 'ESF', 'AND' +8, 1348, 'ANI', 'AHF' +8, 1349, 'AHF', 'ANI' +8, 1376, 'WKK', 'ASE' +8, 1377, 'ASE', 'WKK' +8, 1418, 'AEL', 'ATS' +8, 1419, 'ATS', 'AEL' +8, 1420, 'ALM', 'ANV' +8, 1421, 'ANV', 'ALM' +8, 1468, 'AID', 'JLH' +8, 1469, 'JLH', 'AID' +8, 1490, 'ANB', 'JLH' +8, 1491, 'JLH', 'ANB' +8, 1534, 'AMN', 'CAK' +8, 1535, 'CAK', 'AMN' +9, 12, 'ACV', 'ATW' +9, 13, 'ATW', 'ACV' +9, 62, 'AYZ', 'ANI' +9, 63, 'ANI', 'AYZ' +9, 78, 'ASE', 'JLH' +9, 79, 'JLH', 'ASE' +9, 84, 'ACV', 'AKI' +9, 85, 'AKI', 'ACV' +9, 120, 'ABI', 'AMA' +9, 121, 'AMA', 'ABI' +9, 158, 'AKO', 'AQY' +9, 159, 'AQY', 'AKO' +9, 178, 'QAW', 'VJI' +9, 179, 'VJI', 'QAW' +9, 224, 'ASY', 'AHF' +9, 225, 'AHF', 'ASY' +9, 230, 'ANY', 'ABQ' +9, 231, 'ABQ', 'ANY' +9, 270, 'ARC', 'VJI' +9, 271, 'VJI', 'ARC' +9, 278, 'AHH', 'AST' +9, 279, 'AST', 'AHH' +9, 312, 'AXG', 'ALN' +9, 313, 'ALN', 'AXG' +9, 342, 'ALB', 'ANC' +9, 343, 'ANC', 'ALB' +9, 384, 'ANV', 'ANQ' +9, 385, 'ANQ', 'ANV' +9, 390, 'DYS', 'AIV' +9, 391, 'AIV', 'DYS' +9, 422, 'AIA', 'VJI' +9, 423, 'VJI', 'AIA' +9, 468, 'HMN', 'AHD' +9, 469, 'AHD', 'HMN' +9, 486, 'AET', 'AMA' +9, 487, 'AMA', 'AET' +9, 536, 'CAK', 'AMA' +9, 537, 'AMA', 'CAK' +9, 580, 'ADM', 'ANI' +9, 581, 'ANI', 'ADM' +9, 616, 'HMN', 'AND' +9, 617, 'AND', 'HMN' +9, 622, 'AED', 'KKI' +9, 623, 'KKI', 'AED' +9, 628, 'ANI', 'ADT' +9, 629, 'ADT', 'ANI' +9, 634, 'AKI', 'ATW' +9, 635, 'ATW', 'AKI' +9, 646, 'ARX', 'AHF' +9, 647, 'AHF', 'ARX' +9, 654, 'ATS', 'DYS' +9, 655, 'DYS', 'ATS' +9, 680, 'ABY', 'AGN' +9, 681, 'AGN', 'ABY' +9, 692, 'AIK', 'CVO' +9, 693, 'CVO', 'AIK' +9, 722, 'ANP', 'ANB' +9, 723, 'ANB', 'ANP' +9, 746, 'WKK', 'ESF' +9, 747, 'ESF', 'WKK' +9, 748, 'ATS', 'RLI' +9, 749, 'RLI', 'ATS' +9, 780, 'JLH', 'ANV' +9, 781, 'ANV', 'JLH' +9, 828, 'ADG', 'HMN' +9, 829, 'HMN', 'ADG' +9, 876, 'ALM', 'AIV' +9, 877, 'AIV', 'ALM' +9, 882, 'ADT', 'ALZ' +9, 883, 'ALZ', 'ADT' +9, 892, 'WKK', 'ANV' +9, 893, 'ANV', 'WKK' +9, 894, 'AAF', 'AHT' +9, 895, 'AHT', 'AAF' +9, 942, 'ABI', 'MMI' +9, 943, 'MMI', 'ABI' +9, 968, 'CAK', 'ALN' +9, 969, 'ALN', 'CAK' +9, 1006, 'AET', 'ANV' +9, 1007, 'ANV', 'AET' +9, 1026, 'AEL', 'MRI' +9, 1027, 'MRI', 'AEL' +9, 1044, 'AQY', 'NGZ' +9, 1045, 'NGZ', 'AQY' +9, 1060, 'AST', 'ADK' +9, 1061, 'ADK', 'AST' +9, 1090, 'CVO', 'HMN' +9, 1091, 'HMN', 'CVO' +9, 1114, 'LTS', 'ABI' +9, 1115, 'ABI', 'LTS' +9, 1150, 'ASE', 'VJI' +9, 1151, 'VJI', 'ASE' +9, 1188, 'AHF', 'OTS' +9, 1189, 'OTS', 'AHF' +9, 1228, 'ALN', 'ALZ' +9, 1229, 'ALZ', 'ALN' +9, 1260, 'AEX', 'ARC' +9, 1261, 'ARC', 'AEX' +9, 1286, 'ALE', 'JLH' +9, 1287, 'JLH', 'ALE' +10, 6, 'TDW', 'AXN' +10, 7, 'AXN', 'TDW' +10, 54, 'KQA', 'AHF' +10, 55, 'AHF', 'KQA' +10, 66, 'DYS', 'ADT' +10, 67, 'ADT', 'DYS' +10, 98, 'MRI', 'ANA' +10, 99, 'ANA', 'MRI' +10, 144, 'AXN', 'RFK' +10, 145, 'RFK', 'AXN' +10, 174, 'AED', 'AMA' +10, 175, 'AMA', 'AED' +10, 218, 'AKO', 'ANN' +10, 219, 'ANN', 'AKO' +10, 224, 'ANI', 'AIV' +10, 225, 'AIV', 'ANI' +10, 264, 'AIA', 'ABI' +10, 265, 'ABI', 'AIA' +10, 310, 'QAW', 'ANP' +10, 311, 'ANP', 'QAW' +10, 336, 'ARC', 'ADR' +10, 337, 'ADR', 'ARC' +10, 352, 'AYZ', 'QAW' +10, 353, 'QAW', 'AYZ' +10, 382, 'APG', 'ALE' +10, 383, 'ALE', 'APG' +10, 408, 'ANQ', 'AUK' +10, 409, 'AUK', 'ANQ' +10, 430, 'ADR', 'CAK' +10, 431, 'CAK', 'ADR' +10, 468, 'AAF', 'APV' +10, 469, 'APV', 'AAF' +10, 512, 'CVO', 'ESF' +10, 513, 'ESF', 'CVO' +10, 562, 'ANW', 'ATE' +10, 563, 'ATE', 'ANW' +10, 600, 'ABQ', 'AKI' +10, 601, 'AKI', 'ABQ' +10, 602, 'AKK', 'ADK' +10, 603, 'ADK', 'AKK' +10, 646, 'ARB', 'ASE' +10, 647, 'ASE', 'ARB' +10, 650, 'ANQ', 'AEX' +10, 651, 'AEX', 'ANQ' +10, 700, 'ANC', 'AKI' +10, 701, 'AKI', 'ANC' +10, 736, 'QAW', 'AMN' +10, 737, 'AMN', 'QAW' +10, 784, 'NGZ', 'NAB' +10, 785, 'NAB', 'NGZ' +10, 820, 'AHN', 'ACV' +10, 821, 'ACV', 'AHN' +10, 826, 'AHH', 'ARB' +10, 827, 'ARB', 'AHH' +10, 858, 'VJI', 'ALB' +10, 859, 'ALB', 'VJI' +10, 890, 'AYZ', 'AXG' +10, 891, 'AXG', 'AYZ' +10, 928, 'ANB', 'AHD' +10, 929, 'AHD', 'ANB' +10, 934, 'ABI', 'AKP' +10, 935, 'AKP', 'ABI' +10, 982, 'ANP', 'ATE' +10, 983, 'ATE', 'ANP' +10, 1000, 'AHN', 'ANN' +10, 1001, 'ANN', 'AHN' +10, 1040, 'AIB', 'MRI' +10, 1041, 'MRI', 'AIB' +10, 1070, 'ANN', 'ARC' +10, 1071, 'ARC', 'ANN' +10, 1116, 'ANI', 'AFO' +10, 1117, 'AFO', 'ANI' +10, 1128, 'ABI', 'AMN' +10, 1129, 'AMN', 'ABI' +10, 1136, 'ABL', 'ABI' +10, 1137, 'ABI', 'ABL' +10, 1144, 'AKK', 'CAK' +10, 1145, 'CAK', 'AKK' +10, 1172, 'APG', 'AKC' +10, 1173, 'AKC', 'APG' +10, 1182, 'ATW', 'ALZ' +10, 1183, 'ALZ', 'ATW' +10, 1210, 'ANY', 'ALB' +10, 1211, 'ALB', 'ANY' +10, 1256, 'AED', 'ADM' +10, 1257, 'ADM', 'AED' +10, 1298, 'ATS', 'ALS' +10, 1299, 'ALS', 'ATS' +10, 1314, 'AIV', 'AHF' +10, 1315, 'AHF', 'AIV' +10, 1330, 'ALM', 'NGZ' +10, 1331, 'NGZ', 'ALM' +10, 1356, 'AMA', 'ATW' +10, 1357, 'ATW', 'AMA' +10, 1390, 'ADG', 'ABL' +10, 1391, 'ABL', 'ADG' +10, 1426, 'JLH', 'ABL' +10, 1427, 'ABL', 'JLH' +10, 1476, 'AIV', 'ALE' +10, 1477, 'ALE', 'AIV' +11, 14, 'AGN', 'ANP' +11, 15, 'ANP', 'AGN' +11, 58, 'AKK', 'TDW' +11, 59, 'TDW', 'AKK' +11, 80, 'AET', 'AXB' +11, 81, 'AXB', 'AET' +11, 88, 'ANY', 'AQY' +11, 89, 'AQY', 'ANY' +11, 110, 'AXS', 'AMW' +11, 111, 'AMW', 'AXS' +11, 134, 'NDV', 'ADG' +11, 135, 'ADG', 'NDV' +11, 142, 'AXS', 'APG' +11, 143, 'APG', 'AXS' +11, 158, 'AHT', 'ANV' +11, 159, 'ANV', 'AHT' +11, 200, 'ANC', 'AIK' +11, 201, 'AIK', 'ANC' +11, 204, 'AIK', 'AXN' +11, 205, 'AXN', 'AIK' +11, 240, 'ARC', 'AXG' +11, 241, 'AXG', 'ARC' +11, 284, 'ABQ', 'WKK' +11, 285, 'WKK', 'ABQ' +11, 296, 'AGN', 'AIV' +11, 297, 'AIV', 'AGN' +11, 302, 'ANY', 'TDW' +11, 303, 'TDW', 'ANY' +11, 330, 'AXG', 'LTS' +11, 331, 'LTS', 'AXG' +11, 378, 'RFK', 'ASY' +11, 379, 'ASY', 'RFK' +11, 400, 'ANA', 'AEL' +11, 401, 'AEL', 'ANA' +11, 436, 'ABQ', 'AND' +11, 437, 'AND', 'ABQ' +11, 470, 'CAK', 'AHT' +11, 471, 'AHT', 'CAK' +11, 504, 'AAF', 'AKO' +11, 505, 'AKO', 'AAF' +11, 512, 'ASY', 'ABR' +11, 513, 'ABR', 'ASY' +11, 524, 'ADK', 'ALM' +11, 525, 'ALM', 'ADK' +11, 566, 'LTS', 'AET' +11, 567, 'AET', 'LTS' +11, 570, 'ANA', 'RLI' +11, 571, 'RLI', 'ANA' +11, 574, 'ADK', 'LTS' +11, 575, 'LTS', 'ADK' +11, 590, 'ANY', 'AAF' +11, 591, 'AAF', 'ANY' +11, 594, 'ANN', 'ANY' +11, 595, 'ANY', 'ANN' +11, 636, 'ALX', 'RLI' +11, 637, 'RLI', 'ALX' +11, 640, 'AND', 'AIA' +11, 641, 'AIA', 'AND' +11, 666, 'AYZ', 'ANC' +11, 667, 'ANC', 'AYZ' +11, 704, 'ADR', 'AKI' +11, 705, 'AKI', 'ADR' +11, 730, 'AUK', 'ALS' +11, 731, 'ALS', 'AUK' +11, 740, 'AXG', 'OTS' +11, 741, 'OTS', 'AXG' +11, 772, 'JLH', 'ADM' +11, 773, 'ADM', 'JLH' +11, 774, 'ALN', 'AKP' +11, 775, 'AKP', 'ALN' +11, 824, 'ABI', 'ANW' +11, 825, 'ANW', 'ABI' +11, 834, 'ATS', 'AXN' +11, 835, 'AXN', 'ATS' +11, 842, 'ABR', 'AXN' +11, 843, 'AXN', 'ABR' +11, 876, 'KQA', 'AXX' +11, 877, 'AXX', 'KQA' +11, 904, 'AKO', 'DYS' +11, 905, 'DYS', 'AKO' +11, 908, 'ANQ', 'ATO' +11, 909, 'ATO', 'ANQ' +11, 954, 'AHH', 'AQY' +11, 955, 'AQY', 'AHH' +11, 986, 'MMI', 'AIB' +11, 987, 'AIB', 'MMI' +11, 1012, 'ABI', 'ALZ' +11, 1013, 'ALZ', 'ABI' +11, 1022, 'CVO', 'NDV' +11, 1023, 'NDV', 'CVO' +11, 1060, 'WKK', 'NAB' +11, 1061, 'NAB', 'WKK' +11, 1078, 'ALZ', 'ADG' +11, 1079, 'ADG', 'ALZ' +11, 1112, 'ARB', 'CVO' +11, 1113, 'CVO', 'ARB' +11, 1136, 'AEX', 'AHF' +11, 1137, 'AHF', 'AEX' +11, 1178, 'KQA', 'AFO' +11, 1179, 'AFO', 'KQA' +12, 42, 'AID', 'ADK' +12, 43, 'ADK', 'AID' +12, 80, 'AKK', 'APV' +12, 81, 'APV', 'AKK' +12, 120, 'ASY', 'ADK' +12, 121, 'ADK', 'ASY' +12, 156, 'ABY', 'ESF' +12, 157, 'ESF', 'ABY' +12, 206, 'ARB', 'AIV' +12, 207, 'AIV', 'ARB' +12, 208, 'AHN', 'AHD' +12, 209, 'AHD', 'AHN' +12, 234, 'EDF', 'AKK' +12, 235, 'AKK', 'EDF' +12, 264, 'AMW', 'AKI' +12, 265, 'AKI', 'AMW' +12, 284, 'ADM', 'RLI' +12, 285, 'RLI', 'ADM' +12, 312, 'TDW', 'ANC' +12, 313, 'ANC', 'TDW' +12, 326, 'ATO', 'AOS' +12, 327, 'AOS', 'ATO' +12, 368, 'LTS', 'ANB' +12, 369, 'ANB', 'LTS' +12, 402, 'ATW', 'ANP' +12, 403, 'ANP', 'ATW' +12, 424, 'RLI', 'ABY' +12, 425, 'ABY', 'RLI' +12, 450, 'ALB', 'HMN' +12, 451, 'HMN', 'ALB' +12, 490, 'AIA', 'NAB' +12, 491, 'NAB', 'AIA' +12, 540, 'AHT', 'AMW' +12, 541, 'AMW', 'AHT' +12, 584, 'ALZ', 'ASE' +12, 585, 'ASE', 'ALZ' +12, 614, 'QAW', 'ADT' +12, 615, 'ADT', 'QAW' +12, 650, 'CAK', 'AXN' +12, 651, 'AXN', 'CAK' +12, 690, 'AEX', 'ANI' +12, 691, 'ANI', 'AEX' +12, 728, 'ADM', 'KKI' +12, 729, 'KKI', 'ADM' +12, 748, 'AAF', 'ALS' +12, 749, 'ALS', 'AAF' +12, 766, 'RLI', 'AND' +12, 767, 'AND', 'RLI' +12, 778, 'ABY', 'AQY' +12, 779, 'AQY', 'ABY' +12, 820, 'ALN', 'ANW' +12, 821, 'ANW', 'ALN' +12, 834, 'ABI', 'AIV' +12, 835, 'AIV', 'ABI' +12, 850, 'ARC', 'AET' +12, 851, 'AET', 'ARC' +12, 890, 'ATO', 'ALS' +12, 891, 'ALS', 'ATO' +12, 924, 'ANB', 'KKI' +12, 925, 'KKI', 'ANB' +12, 946, 'AXG', 'AKK' +12, 947, 'AKK', 'AXG' +12, 956, 'AKO', 'ABL' +12, 957, 'ABL', 'AKO' +12, 970, 'AST', 'ADM' +12, 971, 'ADM', 'AST' +12, 1004, 'CAK', 'LTS' +12, 1005, 'LTS', 'CAK' +12, 1022, 'AKI', 'AHN' +12, 1023, 'AHN', 'AKI' +12, 1056, 'ALN', 'ADR' +12, 1057, 'ADR', 'ALN' +12, 1106, 'RLI', 'AIB' +12, 1107, 'AIB', 'RLI' +12, 1120, 'JLH', 'AHF' +12, 1121, 'AHF', 'JLH' +12, 1126, 'RLI', 'ABY' +12, 1127, 'ABY', 'RLI' +12, 1172, 'AMA', 'ARX' +12, 1173, 'ARX', 'AMA' +12, 1204, 'ARB', 'ADM' +12, 1205, 'ADM', 'ARB' +12, 1230, 'ANC', 'CVO' +12, 1231, 'CVO', 'ANC' +12, 1244, 'ANP', 'ANY' +12, 1245, 'ANY', 'ANP' +12, 1252, 'WKK', 'ANN' +12, 1253, 'ANN', 'WKK' +12, 1254, 'AIB', 'ANV' +12, 1255, 'ANV', 'AIB' +12, 1280, 'AEX', 'ARX' +12, 1281, 'ARX', 'AEX' +12, 1300, 'AMA', 'AFO' +12, 1301, 'AFO', 'AMA' +12, 1334, 'ADT', 'AKK' +12, 1335, 'AKK', 'ADT' +12, 1364, 'AMW', 'ANN' +12, 1365, 'ANN', 'AMW' +12, 1376, 'ALE', 'LTS' +12, 1377, 'LTS', 'ALE' diff --git a/database/flight_2/flight_2.json b/database/flight_2/flight_2.json new file mode 100644 index 0000000000000000000000000000000000000000..34af28a4695418b147b6a0dca09fc32aacbf4cce --- /dev/null +++ b/database/flight_2/flight_2.json @@ -0,0 +1,121 @@ +[ + { + "col_data": [ + { + "column_name": "uid", + "data_type": "INTEGER", + "default_column_name": "uid", + "default_value": null, + "not_null": 0, + "primary_key": 1 + }, + { + "column_name": "Airline", + "data_type": "TEXT", + "default_column_name": "Airline", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Abbreviation", + "data_type": "TEXT", + "default_column_name": "Abbreviation", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Country", + "data_type": "TEXT", + "default_column_name": "Country", + "default_value": null, + "not_null": 0, + "primary_key": 0 + } + ], + "table": "airlines" + }, + { + "col_data": [ + { + "column_name": "City", + "data_type": "TEXT", + "default_column_name": "City", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "AirportCode", + "data_type": "TEXT", + "default_column_name": "AirportCode", + "default_value": null, + "not_null": 0, + "primary_key": 1 + }, + { + "column_name": "AirportName", + "data_type": "TEXT", + "default_column_name": "AirportName", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Country", + "data_type": "TEXT", + "default_column_name": "Country", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "CountryAbbrev", + "data_type": "TEXT", + "default_column_name": "CountryAbbrev", + "default_value": null, + "not_null": 0, + "primary_key": 0 + } + ], + "table": "airports100" + }, + { + "col_data": [ + { + "column_name": "Airline", + "data_type": "INTEGER", + "default_column_name": "Airline", + "default_value": null, + "not_null": 0, + "primary_key": 1 + }, + { + "column_name": "FlightNo", + "data_type": "INTEGER", + "default_column_name": "FlightNo", + "default_value": null, + "not_null": 0, + "primary_key": 2 + }, + { + "column_name": "SourceAirport", + "data_type": "TEXT", + "default_column_name": "SourceAirport", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "DestAirport", + "data_type": "TEXT", + "default_column_name": "DestAirport", + "default_value": null, + "not_null": 0, + "primary_key": 0 + } + ], + "table": "flights" + } +] \ No newline at end of file diff --git a/database/flight_2/flight_2.sql b/database/flight_2/flight_2.sql new file mode 100644 index 0000000000000000000000000000000000000000..07b4a50b928fa24cdd20eddf0144a5e41668a139 --- /dev/null +++ b/database/flight_2/flight_2.sql @@ -0,0 +1,22 @@ +CREATE TABLE 'airlines' ( + uid INTEGER PRIMARY KEY, + Airline TEXT, + Abbreviation TEXT, + Country TEXT +); +CREATE TABLE 'airports' ( + City TEXT, + AirportCode TEXT PRIMARY KEY, + AirportName TEXT, + Country TEXT, + CountryAbbrev TEXT +); +CREATE TABLE 'flights' ( + Airline INTEGER, + FlightNo INTEGER, + SourceAirport TEXT, + DestAirport TEXT, + PRIMARY KEY(Airline, FlightNo), + FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), + FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode) +); diff --git a/database/flight_2/flight_2.sqlite b/database/flight_2/flight_2.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..657a06136e3968d08b18543009765b7a67c787f0 Binary files /dev/null and b/database/flight_2/flight_2.sqlite differ diff --git a/database/flight_2/link.txt b/database/flight_2/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..94c167197fe075c59a0eb4db5c0ce5bf25f766e7 --- /dev/null +++ b/database/flight_2/link.txt @@ -0,0 +1 @@ +http://users.csc.calpoly.edu/~dekhtyar/365-Spring2017/index.html \ No newline at end of file diff --git a/database/flight_2/q.txt b/database/flight_2/q.txt new file mode 100644 index 0000000000000000000000000000000000000000..4727e771616e715aea6612cb14326eef28eabc51 --- /dev/null +++ b/database/flight_2/q.txt @@ -0,0 +1,15 @@ +Find all airlines that have at least one flight out of AXX airport. Report the full name and the abbreviation of each airline + +Find all destinations served from the AXX airport by Northwest. Re- port flight number, airport code and the full name of the airport. + +Find all airports served by ALL five of the airlines listed below: Delta, Frontier, USAir, UAL and Southwest. Report just the airport codes. + +Find all airports that are served by at least three Southwest flights. Report just the three-letter codes of the airports + +Find the number of airports from which airport ANP can be reached with exactly one transfer. + +Find the number of airports from which airport ATE can be reached with at most one transfer. (make sure to exclude ATE itself from the count). Report just the number. + +Find all airports with exactly 17 outgoing flights. Report airport code and the full name of the airport + +For each room report the total revenue for all stays and the average revenue per stay generated by stays in the room that originated in the months of September diff --git a/database/flight_4/flight_4.sqlite b/database/flight_4/flight_4.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..de6b0fc3c63ade01c428721b1aaa5bb8e41556b0 --- /dev/null +++ b/database/flight_4/flight_4.sqlite @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4885150ab97173411aee5b73009ac2a28ce1748ce1218331608b939d9d54330e +size 3129344 diff --git a/database/flight_4/link.txt b/database/flight_4/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0cb6cda09681e9706e018f6bb8c46480b85add1 --- /dev/null +++ b/database/flight_4/link.txt @@ -0,0 +1 @@ +https://psfotis.github.io/sqlseminar/exercises/ diff --git a/database/flight_4/sql.txt b/database/flight_4/sql.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0cb6cda09681e9706e018f6bb8c46480b85add1 --- /dev/null +++ b/database/flight_4/sql.txt @@ -0,0 +1 @@ +https://psfotis.github.io/sqlseminar/exercises/ diff --git a/database/flight_company/flight_company.sqlite b/database/flight_company/flight_company.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..9d85c1d7a97e8822f743dd41268efd71c0b53300 Binary files /dev/null and b/database/flight_company/flight_company.sqlite differ diff --git a/database/flight_company/schema.sql b/database/flight_company/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..1a3ca17276eb3678d351da7cf319a4401ef3992b --- /dev/null +++ b/database/flight_company/schema.sql @@ -0,0 +1,82 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "airport" ( +"id" int, +"City" text, +"Country" text, +"IATA" text, +"ICAO" text, +"name" text, +primary key("id") +); + + +CREATE TABLE "operate_company" ( +"id" int, +"name" text, +"Type" text, +"Principal_activities" text, +"Incorporated_in" text, +"Group_Equity_Shareholding" real, +primary key ("id") +); + +CREATE TABLE "flight" ( +"id" int, +"Vehicle_Flight_number" text, +"Date" text, +"Pilot" text, +"Velocity" real, +"Altitude" real, +"airport_id" int, +"company_id" int, +primary key ("id"), +foreign key ("airport_id") references `airport`("id"), +foreign key ("company_id") references `operate_company`("id") +); + + + +INSERT INTO "airport" VALUES (1,"Akureyri","Iceland","AEY","BIAR","Akureyri Airport"); +INSERT INTO "airport" VALUES (2,"Amsterdam","Netherlands","AMS","EHAM","Schiphol Airport"); +INSERT INTO "airport" VALUES (3,"Anchorage","United States","ANC","PANC","Ted Stevens Airport"); +INSERT INTO "airport" VALUES (4,"Baltimore","United States","BWI","KBWI","Baltimore-Washington Airport"); +INSERT INTO "airport" VALUES (5,"Barcelona","Spain","BCN","LEBL","El Prat Airport"); +INSERT INTO "airport" VALUES (6,"Bergen","Norway","BGO","ENBR","Bergen Airport"); +INSERT INTO "airport" VALUES (7,"Billund","Denmark","BLL","EKBI","Billund Airport"); +INSERT INTO "airport" VALUES (8,"Boston","United States","BOS","KBOS","Logan International Airport"); +INSERT INTO "airport" VALUES (9,"Brussels","Belgium","BRU","EBBR","National Airport"); + + + + +INSERT INTO "operate_company" VALUES (1, "Air China","Corporate","Airline","China","18.77"); +INSERT INTO "operate_company" VALUES (2, "Air China Cargo","Joint Venture","Cargo airline","China","49"); +INSERT INTO "operate_company" VALUES (3, "Air Hong Kong","Joint Venture","Cargo airline","Hong Kong","60"); +INSERT INTO "operate_company" VALUES (4, "Dragonair","Subsidiary","Airline","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (5, "Cathay Pacific Cargo","Subsidiary","Cargo airline","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (6, "Cathay Pacific Catering Services (HK) Limited","Subsidiary","Catering services","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (7, "Cathay Pacific Services Limited","Subsidiary","Cargo","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (8, "Cathay Pacific Holidays","Subsidiary","Travel agency","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (9, "Dragonair Holidays","Subsidiary","Travel agency","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (10, "Hong Kong Airport Services","Subsidiary","Ground handling","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (11, "Vogue Laundry Service Limited","Subsidiary","Laundry","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (12, "China Pacific Laundry Services","Joint Venture","Laundry","Taiwan","45"); +INSERT INTO "operate_company" VALUES (13, "VN/CX Catering Services Limited","Joint Venture","Catering services","Vietnam","40"); +INSERT INTO "operate_company" VALUES (14, "CLS Catering Services Limited","Joint Venture","Catering services","Canada","30"); + + +INSERT INTO "flight" VALUES (1,"M2-F1 #0","March 1, 1963","Thompson","135","0", 1,2); +INSERT INTO "flight" VALUES (2,"M2-F1 #1","August 16, 1963","Thompson","240","3650",2,3); +INSERT INTO "flight" VALUES (3,"M2-F1 #6","September 3, 1963","Thompson","240","3650",2,4); +INSERT INTO "flight" VALUES (4,"M2-F1 #13","October 25, 1963","Thompson","240","3650",3,4); +INSERT INTO "flight" VALUES (5,"M2-F1 #14","November 8, 1963","Thompson","240","3650",4,5); +INSERT INTO "flight" VALUES (6,"M2-F1 #21","January 29, 1964","Thompson","240","3650",4,6); +INSERT INTO "flight" VALUES (7,"M2-F1 #33","March 30, 1964","Peterson","240","3650",5,11); +INSERT INTO "flight" VALUES (8,"M2-F1 #39","May 19, 1964","Peterson","240","3650",2,13); +INSERT INTO "flight" VALUES (9,"M2-F1 #61","July 16, 1965","Thompson","240","3650",6,11); +INSERT INTO "flight" VALUES (10,"M2-F1 #64","August 30, 1965","Thompson","240","3650",9,1); +INSERT INTO "flight" VALUES (11,"M2-F1 #70","October 8, 1965","Thompson","240","3650",4,5); +INSERT INTO "flight" VALUES (12,"M2-F1 #71","March 28, 1966","Thompson","240","3650",6,7); +INSERT INTO "flight" VALUES (13,"M2-F1 #73","August 4, 1966","Peterson","240","3650",8,9); + diff --git a/database/game_injury/game_injury.sqlite b/database/game_injury/game_injury.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..6666c000343d0ed555e231d648803c0e8dcdd75c Binary files /dev/null and b/database/game_injury/game_injury.sqlite differ diff --git a/database/game_injury/schema.sql b/database/game_injury/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..5c99445ab562d29537df9168cc97e8161d0a5242 --- /dev/null +++ b/database/game_injury/schema.sql @@ -0,0 +1,91 @@ +PRAGMA foreign_keys = ON; + + +CREATE TABLE "stadium" ( +"id" int, +"name" text, +"Home_Games" int, +"Average_Attendance" real, +"Total_Attendance" real, +"Capacity_Percentage" real, +primary key ("id") +); + +CREATE TABLE "game" ( +"stadium_id" int, +"id" int, +"Season" int, +"Date" text, +"Home_team" text, +"Away_team" text, +"Score" text, +"Competition" text, +primary key ("id"), +foreign key ("stadium_id") references `stadium`("id") +); + +CREATE TABLE "injury_accident" ( +"game_id" int, +"id" int, +"Player" text, +"Injury" text, +"Number_of_matches" text, +"Source" text, +primary key ("id"), +foreign key ("game_id") references `game`("id") +); + + +INSERT INTO "stadium" VALUES (1,"Cowboys Stadium","8","87047","696377","108.8"); +INSERT INTO "stadium" VALUES (2,"FedExField","8","83172","665380","90.7"); +INSERT INTO "stadium" VALUES (3,"New Meadowlands Stadium","8","79019","632156","95.8"); +INSERT INTO "stadium" VALUES (4,"New Meadowlands Stadium","8","78596","628768","95.3"); +INSERT INTO "stadium" VALUES (5,"Invesco Field at Mile High","8","74908","599264","98.4"); +INSERT INTO "stadium" VALUES (6,"Bank of America Stadium","8","72620","580965","98.4"); +INSERT INTO "stadium" VALUES (7,"M&T Bank Stadium","8","71227","569817","100.3"); +INSERT INTO "stadium" VALUES (8,"Reliant Stadium","8","71080","568643","100.0"); +INSERT INTO "stadium" VALUES (9,"Lambeau Field","8","70795","566362","97.1"); +INSERT INTO "stadium" VALUES (10,"Louisiana Superdome","8","70038","560304","96.0"); +INSERT INTO "stadium" VALUES (11,"Lincoln Financial Field","8","69144","553152","102.3"); +INSERT INTO "stadium" VALUES (12,"LP Field","8","69143","553144","100.0"); +INSERT INTO "stadium" VALUES (13,"Gillette Stadium","8","68756","550048","100.0"); + + + +INSERT INTO "game" VALUES (1,1,"2007","18 May 2007","Quruvchi","Pakhtakor","1–1","League"); +INSERT INTO "game" VALUES (2,2,"2007","22 September 2007","Pakhtakor","Quruvchi","0–0","League"); +INSERT INTO "game" VALUES (3,3,"2007","9 December 2007","Pakhtakor","Quruvchi","0–0 (7:6)","Cup"); +INSERT INTO "game" VALUES (4,4,"2008","10 July 2008","Pakhtakor","Quruvchi","1–1","League"); +INSERT INTO "game" VALUES (5,5,"2008","16 August 2008","Bunyodkor","Pakhtakor","1–1","League"); +INSERT INTO "game" VALUES (6,6,"2008","31 October 2008","Bunyodkor","Pakhtakor","3–1","Cup"); +INSERT INTO "game" VALUES (7,7,"2009","12 July 2009","Bunyodkor","Pakhtakor","2–1","League"); +INSERT INTO "game" VALUES (8,8,"2009","14 October 2009","Pakhtakor","Bunyodkor","0–0","League"); +INSERT INTO "game" VALUES (9,9,"2009","8 August 2009","Pakhtakor","Bunyodkor","1–0","Cup"); +INSERT INTO "game" VALUES (10,10,"2010","14 March 2010","Bunyodkor","Pakhtakor","2–1","League"); +INSERT INTO "game" VALUES (10,11,"2010","31 October 2010","Pakhtakor","Bunyodkor","0–0","League"); +INSERT INTO "game" VALUES (10,12,"2011","7 July 2011","Pakhtakor","Bunyodkor","0–0","League"); +INSERT INTO "game" VALUES (1,13,"2011","21 August 2011","Bunyodkor","Pakhtakor","2–1","League"); +INSERT INTO "game" VALUES (2,14,"2012","11 March 2012","Bunyodkor","Pakhtakor","–","Supercup"); +INSERT INTO "game" VALUES (3,15,"2012","26 June 2012","Bunyodkor","Pakhtakor","2–0","League"); +INSERT INTO "game" VALUES (4,16,"2012","9 August 2012","Pakhtakor","Bunyodkor","1–1","League"); +INSERT INTO "game" VALUES (5,17,"2012","22 August 2012","Bunyodkor","Pakhtakor","1–1","Cup"); +INSERT INTO "game" VALUES (11,18,"2012","25 November 2012","Pakhtakor","Bunyodkor","1–3","Cup"); +INSERT INTO "game" VALUES (12,19,"2013","30 June 2013","Pakhtakor","Bunyodkor","0–2","League"); +INSERT INTO "game" VALUES (7,20,"2013","8 August 2013","Bunyodkor","Pakhtakor","1–2","League"); + +INSERT INTO "injury_accident" VALUES (1,1,"Davide Santon","Clean-up surgery on his right knee","12","inter.it"); +INSERT INTO "injury_accident" VALUES (2,2,"Maicon","Knee problem","2","inter.it"); +INSERT INTO "injury_accident" VALUES (3,3,"Dejan Stanković","Hamstring muscle strain in his left thigh","2","inter.it"); +INSERT INTO "injury_accident" VALUES (4,4,"Wesley Sneijder","Foot injury","1","inter.it"); +INSERT INTO "injury_accident" VALUES (5,5,"Diego Milito","Slight thigh strain in right leg","1","inter.it"); +INSERT INTO "injury_accident" VALUES (5,6,"Javier Zanetti","Post-traumatic pneumothrorax","4","inter.it"); +INSERT INTO "injury_accident" VALUES (6,7,"Walter Samuel","Right thigh muscle strain","3","inter.it"); +INSERT INTO "injury_accident" VALUES (6,8,"Thiago Motta","Surgery on his right knee","10","inter.it"); +INSERT INTO "injury_accident" VALUES (6,9,"Goran Pandev","Ankle problem","3","inter.it"); +INSERT INTO "injury_accident" VALUES (8,10,"Iván Córdoba","Sustained a biceps femoris strain in his left leg","1","inter.it"); +INSERT INTO "injury_accident" VALUES (9,11,"Esteban Cambiasso","First-degree strain left hamstring muscles","2","inter.it"); +INSERT INTO "injury_accident" VALUES (10,12,"Dejan Stanković (2)","Right calf strain","4 (6)","inter.it"); +INSERT INTO "injury_accident" VALUES (10,13,"Wesley Sneijder (2)","Fainted during half time","1 (2)","inter.it"); +INSERT INTO "injury_accident" VALUES (11,14,"Esteban Cambiasso (2)","Sustained posterior thigh strains in his left leg","4 (6)","inter.it"); +INSERT INTO "injury_accident" VALUES (12,15,"Thiago Motta (2)","Knee problem","7 (17)","inter.it"); + diff --git a/database/gas_company/gas_company.sqlite b/database/gas_company/gas_company.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..2ba42b3ccde444b91251b1320b562dc202299886 Binary files /dev/null and b/database/gas_company/gas_company.sqlite differ diff --git a/database/gas_company/schema.sql b/database/gas_company/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..1c40186c4f3623afaa11c9e4c1bb7ba468b20fcb --- /dev/null +++ b/database/gas_company/schema.sql @@ -0,0 +1,67 @@ + +PRAGMA foreign_keys = ON; + + +CREATE TABLE "company" ( +"Company_ID" int, +"Rank" int, +"Company" text, +"Headquarters" text, +"Main_Industry" text, +"Sales_billion" real, +"Profits_billion" real, +"Assets_billion" real, +"Market_Value" real, +PRIMARY KEY ("Company_ID") +); + +CREATE TABLE "gas_station" ( +"Station_ID" int, +"Open_Year" int, +"Location" text, +"Manager_Name" text, +"Vice_Manager_Name" text, +"Representative_Name" text, +PRIMARY KEY ("Station_ID") +); + +INSERT INTO "company" VALUES (1,"1","ExxonMobil","USA","Oil and gas","433.5","41.1","331.1","407.4"); +INSERT INTO "company" VALUES (2,"3","General Electric","USA","Conglomerate","147.3","14.2","717.2","213.7"); +INSERT INTO "company" VALUES (3,"4","Royal Dutch Shell","Netherlands","Oil and gas","470.2","30.9","340.5","227.6"); +INSERT INTO "company" VALUES (4,"5","Industrial and Commercial Bank of China","China","Banking","82.6","25.1","2039.1","237.4"); +INSERT INTO "company" VALUES (5,"6","HSBC","UK","Banking","102","16.2","2550","164.3"); +INSERT INTO "company" VALUES (6,"7","PetroChina","China","Oil and gas","310.1","20.6","304.7","294.7"); +INSERT INTO "company" VALUES (7,"8","Berkshire Hathaway","USA","Conglomerate","143.7","10.3","392.6","202.2"); +INSERT INTO "company" VALUES (8,"9","Wells Fargo","USA","Banking","87.6","15.9","1313.9","178.7"); +INSERT INTO "company" VALUES (9,"10","Petrobras","Brazil","Oil and gas","145.9","20.1","319.4","180"); +INSERT INTO "company" VALUES (10,"11","BP","UK","Oil and gas","375.5","25.7","292.5","147.4"); + + +INSERT INTO "gas_station" VALUES (1,"1998","Herne Hill","BrianWingrave","Russell Denman","Clive Burr"); +INSERT INTO "gas_station" VALUES (2,"1999","Channel Hill","SimonMarloe","Russell Brown","Rob Jefferies "); +INSERT INTO "gas_station" VALUES (3,"2000","Reading North","Simon Cope Derek Marloe","James Colin ","Dave Edwards Roger "); +INSERT INTO "gas_station" VALUES (4,"2002","Herne St","Colin Denman","Martin Garnham","Ray Hughes"); +INSERT INTO "gas_station" VALUES (5,"2003","Reading","Colin Denman","Martin Freeman","Andrew Russell"); +INSERT INTO "gas_station" VALUES (6,"2004","Herne Ave","Tom Whit","Simon Gaywood","Tony Gibb"); +INSERT INTO "gas_station" VALUES (7,"2005","Hennry Hill","Bryan Taylor","James Holland-Leader","Simon Gaywood"); +INSERT INTO "gas_station" VALUES (8,"2006","Jane Ave","BryanDenman","James Holland-Leader","Simon Gaywood"); +INSERT INTO "gas_station" VALUES (9,"2007","Maindy Hill","Tony Bristow","JameMarloe","Courtney Rowe"); +INSERT INTO "gas_station" VALUES (10,"2008","Maindy Ave","Luke Rowe","TonyBristow","Chris Pyatt"); +INSERT INTO "gas_station" VALUES (11,"2009","Newport Rd","Jon Rowe","Steve Parsons","Tim Read"); + +CREATE TABLE "station_company" ( +"Station_ID" int, +"Company_ID" int, +"Rank_of_the_Year" int, +PRIMARY KEY ("Station_ID","Company_ID"), +FOREIGN KEY (`Station_ID`) REFERENCES `gas_station`(`Station_ID`), +FOREIGN KEY (`Company_ID`) REFERENCES `company`(`Company_ID`) +); + +INSERT INTO "station_company" VALUES (11,1,1); +INSERT INTO "station_company" VALUES (1,3,2); +INSERT INTO "station_company" VALUES (6,6,3); +INSERT INTO "station_company" VALUES (7,9,4); +INSERT INTO "station_company" VALUES (10,10,9); +INSERT INTO "station_company" VALUES (4,1,13); + diff --git a/database/geo/geo.sqlite b/database/geo/geo.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..2c1be7fa417e3911fd82d08249c469df9c83662c Binary files /dev/null and b/database/geo/geo.sqlite differ diff --git a/database/geo/schema.sql b/database/geo/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..b705e2e8bc705377ef5d18d7b54ac0a3a6928d3d --- /dev/null +++ b/database/geo/schema.sql @@ -0,0 +1,58 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `state` ( + `state_name` text +, `population` integer DEFAULT NULL +, `area` double DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `capital` text +, `density` double DEFAULT NULL +, PRIMARY KEY (`state_name`) +); + +CREATE TABLE `city` ( + `city_name` text +, `population` integer DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `state_name` text +, PRIMARY KEY (`city_name`,`state_name`) +, FOREIGN KEY(`state_name`) REFERENCES `state`(`state_name`) +); +CREATE TABLE `border_info` ( + `state_name` text +, `border` text +, PRIMARY KEY (`border`,`state_name`) +, FOREIGN KEY(`state_name`) REFERENCES `state`(`state_name`) +, FOREIGN KEY(`border`) REFERENCES `state`(`state_name`) +); +CREATE TABLE `highlow` ( + `state_name` text +, `highest_elevation` text +, `lowest_point` text +, `highest_point` text +, `lowest_elevation` text +, PRIMARY KEY (`state_name`) +, FOREIGN KEY(`state_name`) REFERENCES `state`(`state_name`) +); +CREATE TABLE `lake` ( + `lake_name` text +, `area` double DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `state_name` text +); +CREATE TABLE `mountain` ( + `mountain_name` text +, `mountain_altitude` integer DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `state_name` text +, PRIMARY KEY (`mountain_name`, `state_name`) +, FOREIGN KEY(`state_name`) REFERENCES `state`(`state_name`) +); +CREATE TABLE `river` ( + `river_name` text +, `length` integer DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `traverse` text +, PRIMARY KEY (`river_name`) +, FOREIGN KEY(`traverse`) REFERENCES `state`(`state_name`) +); \ No newline at end of file diff --git a/database/hospital_1/hospital_1.sqlite b/database/hospital_1/hospital_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..cbce26efabe6ae479acf6bb5d7a702543985dfea Binary files /dev/null and b/database/hospital_1/hospital_1.sqlite differ diff --git a/database/hospital_1/schema.sql b/database/hospital_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..4ae8965e2f0de8c48efb5dbe0d94a132d083fab7 --- /dev/null +++ b/database/hospital_1/schema.sql @@ -0,0 +1,310 @@ +-- https://en.wikibooks.org/wiki/SQL_Exercises/The_Hospital + +DROP TABLE IF EXISTS Physician; +CREATE TABLE Physician ( + EmployeeID INTEGER NOT NULL, + Name VARCHAR(30) NOT NULL, + Position VARCHAR(30) NOT NULL, + SSN INTEGER NOT NULL, + CONSTRAINT pk_physician PRIMARY KEY(EmployeeID) +); + +DROP TABLE IF EXISTS Department; +CREATE TABLE Department ( + DepartmentID INTEGER NOT NULL, + Name VARCHAR(30) NOT NULL, + Head INTEGER NOT NULL, + CONSTRAINT pk_Department PRIMARY KEY(DepartmentID), + CONSTRAINT fk_Department_Physician_EmployeeID FOREIGN KEY(Head) REFERENCES Physician(EmployeeID) +); + + +DROP TABLE IF EXISTS Affiliated_With; +CREATE TABLE Affiliated_With ( + Physician INTEGER NOT NULL, + Department INTEGER NOT NULL, + PrimaryAffiliation BOOLEAN NOT NULL, + CONSTRAINT fk_Affiliated_With_Physician_EmployeeID FOREIGN KEY(Physician) REFERENCES Physician(EmployeeID), + CONSTRAINT fk_Affiliated_With_Department_DepartmentID FOREIGN KEY(Department) REFERENCES Department(DepartmentID), + PRIMARY KEY(Physician, Department) +); + +DROP TABLE IF EXISTS Procedures; +CREATE TABLE Procedures ( + Code INTEGER PRIMARY KEY NOT NULL, + Name VARCHAR(30) NOT NULL, + Cost REAL NOT NULL +); + +DROP TABLE IF EXISTS Trained_In; +CREATE TABLE Trained_In ( + Physician INTEGER NOT NULL, + Treatment INTEGER NOT NULL, + CertificationDate DATETIME NOT NULL, + CertificationExpires DATETIME NOT NULL, + CONSTRAINT fk_Trained_In_Physician_EmployeeID FOREIGN KEY(Physician) REFERENCES Physician(EmployeeID), + CONSTRAINT fk_Trained_In_Procedures_Code FOREIGN KEY(Treatment) REFERENCES Procedures(Code), + PRIMARY KEY(Physician, Treatment) +); + +DROP TABLE IF EXISTS Patient; +CREATE TABLE Patient ( + SSN INTEGER PRIMARY KEY NOT NULL, + Name VARCHAR(30) NOT NULL, + Address VARCHAR(30) NOT NULL, + Phone VARCHAR(30) NOT NULL, + InsuranceID INTEGER NOT NULL, + PCP INTEGER NOT NULL, + CONSTRAINT fk_Patient_Physician_EmployeeID FOREIGN KEY(PCP) REFERENCES Physician(EmployeeID) +); + +DROP TABLE IF EXISTS Nurse; +CREATE TABLE Nurse ( + EmployeeID INTEGER PRIMARY KEY NOT NULL, + Name VARCHAR(30) NOT NULL, + Position VARCHAR(30) NOT NULL, + Registered BOOLEAN NOT NULL, + SSN INTEGER NOT NULL +); + +DROP TABLE IF EXISTS Appointment; +CREATE TABLE Appointment ( + AppointmentID INTEGER PRIMARY KEY NOT NULL, + Patient INTEGER NOT NULL, + PrepNurse INTEGER, + Physician INTEGER NOT NULL, + Start DATETIME NOT NULL, + End DATETIME NOT NULL, + ExaminationRoom TEXT NOT NULL, + CONSTRAINT fk_Appointment_Patient_SSN FOREIGN KEY(Patient) REFERENCES Patient(SSN), + CONSTRAINT fk_Appointment_Nurse_EmployeeID FOREIGN KEY(PrepNurse) REFERENCES Nurse(EmployeeID), + CONSTRAINT fk_Appointment_Physician_EmployeeID FOREIGN KEY(Physician) REFERENCES Physician(EmployeeID) +); + +DROP TABLE IF EXISTS Medication; +CREATE TABLE Medication ( + Code INTEGER PRIMARY KEY NOT NULL, + Name VARCHAR(30) NOT NULL, + Brand VARCHAR(30) NOT NULL, + Description VARCHAR(30) NOT NULL +); + + +DROP TABLE IF EXISTS Prescribes; +CREATE TABLE Prescribes ( + Physician INTEGER NOT NULL, + Patient INTEGER NOT NULL, + Medication INTEGER NOT NULL, + Date DATETIME NOT NULL, + Appointment INTEGER, + Dose VARCHAR(30) NOT NULL, + PRIMARY KEY(Physician, Patient, Medication, Date), + CONSTRAINT fk_Prescribes_Physician_EmployeeID FOREIGN KEY(Physician) REFERENCES Physician(EmployeeID), + CONSTRAINT fk_Prescribes_Patient_SSN FOREIGN KEY(Patient) REFERENCES Patient(SSN), + CONSTRAINT fk_Prescribes_Medication_Code FOREIGN KEY(Medication) REFERENCES Medication(Code), + CONSTRAINT fk_Prescribes_Appointment_AppointmentID FOREIGN KEY(Appointment) REFERENCES Appointment(AppointmentID) +); + +DROP TABLE IF EXISTS Block; +CREATE TABLE Block ( + BlockFloor INTEGER NOT NULL, + BlockCode INTEGER NOT NULL, + PRIMARY KEY(BlockFloor, BlockCode) +); + +DROP TABLE IF EXISTS Room; +CREATE TABLE Room ( + RoomNumber INTEGER PRIMARY KEY NOT NULL, + RoomType VARCHAR(30) NOT NULL, + BlockFloor INTEGER NOT NULL, + BlockCode INTEGER NOT NULL, + Unavailable BOOLEAN NOT NULL, + CONSTRAINT fk_Room_Block_PK FOREIGN KEY(BlockFloor, BlockCode) REFERENCES Block(BlockFloor, BlockCode) +); + +DROP TABLE IF EXISTS On_Call; +CREATE TABLE On_Call ( + Nurse INTEGER NOT NULL, + BlockFloor INTEGER NOT NULL, + BlockCode INTEGER NOT NULL, + OnCallStart DATETIME NOT NULL, + OnCallEnd DATETIME NOT NULL, + PRIMARY KEY(Nurse, BlockFloor, BlockCode, OnCallStart, OnCallEnd), + CONSTRAINT fk_OnCall_Nurse_EmployeeID FOREIGN KEY(Nurse) REFERENCES Nurse(EmployeeID), + CONSTRAINT fk_OnCall_Block_Floor FOREIGN KEY(BlockFloor, BlockCode) REFERENCES Block(BlockFloor, BlockCode) +); + +DROP TABLE IF EXISTS Stay; +CREATE TABLE Stay ( + StayID INTEGER PRIMARY KEY NOT NULL, + Patient INTEGER NOT NULL, + Room INTEGER NOT NULL, + StayStart DATETIME NOT NULL, + StayEnd DATETIME NOT NULL, + CONSTRAINT fk_Stay_Patient_SSN FOREIGN KEY(Patient) REFERENCES Patient(SSN), + CONSTRAINT fk_Stay_Room_Number FOREIGN KEY(Room) REFERENCES Room(RoomNumber) +); + +DROP TABLE IF EXISTS Undergoes; +CREATE TABLE Undergoes ( + Patient INTEGER NOT NULL, + Procedures INTEGER NOT NULL, + Stay INTEGER NOT NULL, + DateUndergoes DATETIME NOT NULL, + Physician INTEGER NOT NULL, + AssistingNurse INTEGER, + PRIMARY KEY(Patient, Procedures, Stay, DateUndergoes), + CONSTRAINT fk_Undergoes_Patient_SSN FOREIGN KEY(Patient) REFERENCES Patient(SSN), + CONSTRAINT fk_Undergoes_Procedures_Code FOREIGN KEY(Procedures) REFERENCES Procedures(Code), + CONSTRAINT fk_Undergoes_Stay_StayID FOREIGN KEY(Stay) REFERENCES Stay(StayID), + CONSTRAINT fk_Undergoes_Physician_EmployeeID FOREIGN KEY(Physician) REFERENCES Physician(EmployeeID), + CONSTRAINT fk_Undergoes_Nurse_EmployeeID FOREIGN KEY(AssistingNurse) REFERENCES Nurse(EmployeeID) +); + + +INSERT INTO Physician VALUES(1,'John Dorian','Staff Internist',111111111); +INSERT INTO Physician VALUES(2,'Elliot Reid','Attending Physician',222222222); +INSERT INTO Physician VALUES(3,'Christopher Turk','Surgical Attending Physician',333333333); +INSERT INTO Physician VALUES(4,'Percival Cox','Senior Attending Physician',444444444); +INSERT INTO Physician VALUES(5,'Bob Kelso','Head Chief of Medicine',555555555); +INSERT INTO Physician VALUES(6,'Todd Quinlan','Surgical Attending Physician',666666666); +INSERT INTO Physician VALUES(7,'John Wen','Surgical Attending Physician',777777777); +INSERT INTO Physician VALUES(8,'Keith Dudemeister','MD Resident',888888888); +INSERT INTO Physician VALUES(9,'Molly Clock','Attending Psychiatrist',999999999); + +INSERT INTO Department VALUES(1,'General Medicine',4); +INSERT INTO Department VALUES(2,'Surgery',7); +INSERT INTO Department VALUES(3,'Psychiatry',9); + +INSERT INTO Affiliated_With VALUES(1,1,1); +INSERT INTO Affiliated_With VALUES(2,1,1); +INSERT INTO Affiliated_With VALUES(3,1,0); +INSERT INTO Affiliated_With VALUES(3,2,1); +INSERT INTO Affiliated_With VALUES(4,1,1); +INSERT INTO Affiliated_With VALUES(5,1,1); +INSERT INTO Affiliated_With VALUES(6,2,1); +INSERT INTO Affiliated_With VALUES(7,1,0); +INSERT INTO Affiliated_With VALUES(7,2,1); +INSERT INTO Affiliated_With VALUES(8,1,1); +INSERT INTO Affiliated_With VALUES(9,3,1); + +INSERT INTO Procedures VALUES(1,'Reverse Rhinopodoplasty',1500.0); +INSERT INTO Procedures VALUES(2,'Obtuse Pyloric Recombobulation',3750.0); +INSERT INTO Procedures VALUES(3,'Folded Demiophtalmectomy',4500.0); +INSERT INTO Procedures VALUES(4,'Complete Walletectomy',10000.0); +INSERT INTO Procedures VALUES(5,'Obfuscated Dermogastrotomy',4899.0); +INSERT INTO Procedures VALUES(6,'Reversible Pancreomyoplasty',5600.0); +INSERT INTO Procedures VALUES(7,'Follicular Demiectomy',25.0); + +INSERT INTO Patient VALUES(100000001,'John Smith','42 Foobar Lane','555-0256',68476213,1); +INSERT INTO Patient VALUES(100000002,'Grace Ritchie','37 Snafu Drive','555-0512',36546321,2); +INSERT INTO Patient VALUES(100000003,'Random J. Patient','101 Omgbbq Street','555-1204',65465421,2); +INSERT INTO Patient VALUES(100000004,'Dennis Doe','1100 Foobaz Avenue','555-2048',68421879,3); + +INSERT INTO Nurse VALUES(101,'Carla Espinosa','Head Nurse',1,111111110); +INSERT INTO Nurse VALUES(102,'Laverne Roberts','Nurse',1,222222220); +INSERT INTO Nurse VALUES(103,'Paul Flowers','Nurse',0,333333330); + +INSERT INTO Appointment VALUES(13216584,100000001,101,1,'2008-04-24 10:00','2008-04-24 11:00','A'); +INSERT INTO Appointment VALUES(26548913,100000002,101,2,'2008-04-24 10:00','2008-04-24 11:00','B'); +INSERT INTO Appointment VALUES(36549879,100000001,102,1,'2008-04-25 10:00','2008-04-25 11:00','A'); +INSERT INTO Appointment VALUES(46846589,100000004,103,4,'2008-04-25 10:00','2008-04-25 11:00','B'); +INSERT INTO Appointment VALUES(59871321,100000004,NULL,4,'2008-04-26 10:00','2008-04-26 11:00','C'); +INSERT INTO Appointment VALUES(69879231,100000003,103,2,'2008-04-26 11:00','2008-04-26 12:00','C'); +INSERT INTO Appointment VALUES(76983231,100000001,NULL,3,'2008-04-26 12:00','2008-04-26 13:00','C'); +INSERT INTO Appointment VALUES(86213939,100000004,102,9,'2008-04-27 10:00','2008-04-21 11:00','A'); +INSERT INTO Appointment VALUES(93216548,100000002,101,2,'2008-04-27 10:00','2008-04-27 11:00','B'); + +INSERT INTO Medication VALUES(1,'Procrastin-X','X','N/A'); +INSERT INTO Medication VALUES(2,'Thesisin','Foo Labs','N/A'); +INSERT INTO Medication VALUES(3,'Awakin','Bar Laboratories','N/A'); +INSERT INTO Medication VALUES(4,'Crescavitin','Baz Industries','N/A'); +INSERT INTO Medication VALUES(5,'Melioraurin','Snafu Pharmaceuticals','N/A'); + +INSERT INTO Prescribes VALUES(1,100000001,1,'2008-04-24 10:47',13216584,'5'); +INSERT INTO Prescribes VALUES(9,100000004,2,'2008-04-27 10:53',86213939,'10'); +INSERT INTO Prescribes VALUES(9,100000004,2,'2008-04-30 16:53',NULL,'5'); + +INSERT INTO Block VALUES(1,1); +INSERT INTO Block VALUES(1,2); +INSERT INTO Block VALUES(1,3); +INSERT INTO Block VALUES(2,1); +INSERT INTO Block VALUES(2,2); +INSERT INTO Block VALUES(2,3); +INSERT INTO Block VALUES(3,1); +INSERT INTO Block VALUES(3,2); +INSERT INTO Block VALUES(3,3); +INSERT INTO Block VALUES(4,1); +INSERT INTO Block VALUES(4,2); +INSERT INTO Block VALUES(4,3); + +INSERT INTO Room VALUES(101,'Single',1,1,0); +INSERT INTO Room VALUES(102,'Single',1,1,0); +INSERT INTO Room VALUES(103,'Single',1,1,0); +INSERT INTO Room VALUES(111,'Single',1,2,0); +INSERT INTO Room VALUES(112,'Single',1,2,1); +INSERT INTO Room VALUES(113,'Single',1,2,0); +INSERT INTO Room VALUES(121,'Single',1,3,0); +INSERT INTO Room VALUES(122,'Single',1,3,0); +INSERT INTO Room VALUES(123,'Single',1,3,0); +INSERT INTO Room VALUES(201,'Single',2,1,1); +INSERT INTO Room VALUES(202,'Single',2,1,0); +INSERT INTO Room VALUES(203,'Single',2,1,0); +INSERT INTO Room VALUES(211,'Single',2,2,0); +INSERT INTO Room VALUES(212,'Single',2,2,0); +INSERT INTO Room VALUES(213,'Single',2,2,1); +INSERT INTO Room VALUES(221,'Single',2,3,0); +INSERT INTO Room VALUES(222,'Single',2,3,0); +INSERT INTO Room VALUES(223,'Single',2,3,0); +INSERT INTO Room VALUES(301,'Single',3,1,0); +INSERT INTO Room VALUES(302,'Single',3,1,1); +INSERT INTO Room VALUES(303,'Single',3,1,0); +INSERT INTO Room VALUES(311,'Single',3,2,0); +INSERT INTO Room VALUES(312,'Single',3,2,0); +INSERT INTO Room VALUES(313,'Single',3,2,0); +INSERT INTO Room VALUES(321,'Single',3,3,1); +INSERT INTO Room VALUES(322,'Single',3,3,0); +INSERT INTO Room VALUES(323,'Single',3,3,0); +INSERT INTO Room VALUES(401,'Single',4,1,0); +INSERT INTO Room VALUES(402,'Single',4,1,1); +INSERT INTO Room VALUES(403,'Single',4,1,0); +INSERT INTO Room VALUES(411,'Single',4,2,0); +INSERT INTO Room VALUES(412,'Single',4,2,0); +INSERT INTO Room VALUES(413,'Single',4,2,0); +INSERT INTO Room VALUES(421,'Single',4,3,1); +INSERT INTO Room VALUES(422,'Single',4,3,0); +INSERT INTO Room VALUES(423,'Single',4,3,0); + +INSERT INTO On_Call VALUES(101,1,1,'2008-11-04 11:00','2008-11-04 19:00'); +INSERT INTO On_Call VALUES(101,1,2,'2008-11-04 11:00','2008-11-04 19:00'); +INSERT INTO On_Call VALUES(102,1,3,'2008-11-04 11:00','2008-11-04 19:00'); +INSERT INTO On_Call VALUES(103,1,1,'2008-11-04 19:00','2008-11-05 03:00'); +INSERT INTO On_Call VALUES(103,1,2,'2008-11-04 19:00','2008-11-05 03:00'); +INSERT INTO On_Call VALUES(103,1,3,'2008-11-04 19:00','2008-11-05 03:00'); + +INSERT INTO Stay VALUES(3215,100000001,111,'2008-05-01','2008-05-04'); +INSERT INTO Stay VALUES(3216,100000003,123,'2008-05-03','2008-05-14'); +INSERT INTO Stay VALUES(3217,100000004,112,'2008-05-02','2008-05-03'); + +INSERT INTO Undergoes VALUES(100000001,6,3215,'2008-05-02',3,101); +INSERT INTO Undergoes VALUES(100000001,2,3215,'2008-05-03',7,101); +INSERT INTO Undergoes VALUES(100000004,1,3217,'2008-05-07',3,102); +INSERT INTO Undergoes VALUES(100000004,5,3217,'2008-05-09',6,105); +INSERT INTO Undergoes VALUES(100000001,7,3217,'2008-05-10',7,101); +INSERT INTO Undergoes VALUES(100000004,4,3217,'2008-05-13',3,103); + +INSERT INTO Trained_In VALUES(3,1,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(3,2,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(3,5,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(3,6,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(3,7,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(6,2,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(6,5,'2007-01-01','2007-12-31'); +INSERT INTO Trained_In VALUES(6,6,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(7,1,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(7,2,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(7,3,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(7,4,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(7,5,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(7,6,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(7,7,'2008-01-01','2008-12-31'); diff --git a/database/hr_1/hr_1.sqlite b/database/hr_1/hr_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..bb05596914cd114514b9d7761455c1679cc8e7c9 Binary files /dev/null and b/database/hr_1/hr_1.sqlite differ diff --git a/database/hr_1/schema.sql b/database/hr_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a435efd14f1f7b3fc9974955172cd6f00b3713fc --- /dev/null +++ b/database/hr_1/schema.sql @@ -0,0 +1,392 @@ +-- phpMyAdmin SQL Dump +-- version 4.0.10.7 +-- http://www.phpmyadmin.net +-- +-- Host: localhost +-- Generation Time: Mar 20, 2015 at 01:43 AM +-- Server version: 5.5.34-cll-lve +-- PHP Version: 5.4.23 + + + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; +CREATE TABLE IF NOT EXISTS `regions` ( + `REGION_ID` decimal(5,0) NOT NULL, + `REGION_NAME` varchar(25) DEFAULT NULL, + PRIMARY KEY (`REGION_ID`) +); + +-- +-- Dumping data for table `regions` +-- + +INSERT INTO `regions` (`REGION_ID`, `REGION_NAME`) VALUES +('1', 'Europe\r'), +('2', 'Americas\r'), +('3', 'Asia\r'), +('4', 'Middle East and Africa\r'); +-- +-- Database: `wrpracti_bookinfo` +-- + +-- -------------------------------------------------------- + +-- +-- Table structure for table `countries` +-- + +CREATE TABLE IF NOT EXISTS `countries` ( + `COUNTRY_ID` varchar(2) NOT NULL, + `COUNTRY_NAME` varchar(40) DEFAULT NULL, + `REGION_ID` decimal(10,0) DEFAULT NULL, + PRIMARY KEY (`COUNTRY_ID`), + FOREIGN KEY (`REGION_ID`) REFERENCES regions (`REGION_ID`) +); + +-- +-- Dumping data for table `countries` +-- + +INSERT INTO `countries` (`COUNTRY_ID`, `COUNTRY_NAME`, `REGION_ID`) VALUES +('AR', 'Argentina', '2'), +('AU', 'Australia', '3'), +('BE', 'Belgium', '1'), +('BR', 'Brazil', '2'), +('CA', 'Canada', '2'), +('CH', 'Switzerland', '1'), +('CN', 'China', '3'), +('DE', 'Germany', '1'), +('DK', 'Denmark', '1'), +('EG', 'Egypt', '4'), +('FR', 'France', '1'), +('HK', 'HongKong', '3'), +('IL', 'Israel', '4'), +('IN', 'India', '3'), +('IT', 'Italy', '1'), +('JP', 'Japan', '3'), +('KW', 'Kuwait', '4'), +('MX', 'Mexico', '2'), +('NG', 'Nigeria', '4'), +('NL', 'Netherlands', '1'), +('SG', 'Singapore', '3'), +('UK', 'United Kingdom', '1'), +('US', 'United States of America', '2'), +('ZM', 'Zambia', '4'), +('ZW', 'Zimbabwe', '4'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `departments` +-- + +CREATE TABLE IF NOT EXISTS `departments` ( + `DEPARTMENT_ID` decimal(4,0) NOT NULL DEFAULT '0', + `DEPARTMENT_NAME` varchar(30) NOT NULL, + `MANAGER_ID` decimal(6,0) DEFAULT NULL, + `LOCATION_ID` decimal(4,0) DEFAULT NULL, + PRIMARY KEY (`DEPARTMENT_ID`) +); + +-- +-- Dumping data for table `departments` +-- + +INSERT INTO `departments` (`DEPARTMENT_ID`, `DEPARTMENT_NAME`, `MANAGER_ID`, `LOCATION_ID`) VALUES +('10', 'Administration', '200', '1700'), +('20', 'Marketing', '201', '1800'), +('30', 'Purchasing', '114', '1700'), +('40', 'Human Resources', '203', '2400'), +('50', 'Shipping', '121', '1500'), +('60', 'IT', '103', '1400'), +('70', 'Public Relations', '204', '2700'), +('80', 'Sales', '145', '2500'), +('90', 'Executive', '100', '1700'), +('100', 'Finance', '108', '1700'), +('110', 'Accounting', '205', '1700'), +('120', 'Treasury', '0', '1700'), +('130', 'Corporate Tax', '0', '1700'), +('140', 'Control And Credit', '0', '1700'), +('150', 'Shareholder Services', '0', '1700'), +('160', 'Benefits', '0', '1700'), +('170', 'Manufacturing', '0', '1700'), +('180', 'Construction', '0', '1700'), +('190', 'Contracting', '0', '1700'), +('200', 'Operations', '0', '1700'), +('210', 'IT Support', '0', '1700'), +('220', 'NOC', '0', '1700'), +('230', 'IT Helpdesk', '0', '1700'), +('240', 'Government Sales', '0', '1700'), +('250', 'Retail Sales', '0', '1700'), +('260', 'Recruiting', '0', '1700'), +('270', 'Payroll', '0', '1700'); + + +CREATE TABLE IF NOT EXISTS `jobs` ( + `JOB_ID` varchar(10) NOT NULL DEFAULT '', + `JOB_TITLE` varchar(35) NOT NULL, + `MIN_SALARY` decimal(6,0) DEFAULT NULL, + `MAX_SALARY` decimal(6,0) DEFAULT NULL, + PRIMARY KEY (`JOB_ID`) +); + +-- +-- Dumping data for table `jobs` +-- + +INSERT INTO `jobs` (`JOB_ID`, `JOB_TITLE`, `MIN_SALARY`, `MAX_SALARY`) VALUES +('AD_PRES', 'President', '20000', '40000'), +('AD_VP', 'Administration Vice President', '15000', '30000'), +('AD_ASST', 'Administration Assistant', '3000', '6000'), +('FI_MGR', 'Finance Manager', '8200', '16000'), +('FI_ACCOUNT', 'Accountant', '4200', '9000'), +('AC_MGR', 'Accounting Manager', '8200', '16000'), +('AC_ACCOUNT', 'Public Accountant', '4200', '9000'), +('SA_MAN', 'Sales Manager', '10000', '20000'), +('SA_REP', 'Sales Representative', '6000', '12000'), +('PU_MAN', 'Purchasing Manager', '8000', '15000'), +('PU_CLERK', 'Purchasing Clerk', '2500', '5500'), +('ST_MAN', 'Stock Manager', '5500', '8500'), +('ST_CLERK', 'Stock Clerk', '2000', '5000'), +('SH_CLERK', 'Shipping Clerk', '2500', '5500'), +('IT_PROG', 'Programmer', '4000', '10000'), +('MK_MAN', 'Marketing Manager', '9000', '15000'), +('MK_REP', 'Marketing Representative', '4000', '9000'), +('HR_REP', 'Human Resources Representative', '4000', '9000'), +('PR_REP', 'Public Relations Representative', '4500', '10500'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `employees` +-- + +CREATE TABLE IF NOT EXISTS `employees` ( + `EMPLOYEE_ID` decimal(6,0) NOT NULL DEFAULT '0', + `FIRST_NAME` varchar(20) DEFAULT NULL, + `LAST_NAME` varchar(25) NOT NULL, + `EMAIL` varchar(25) NOT NULL, + `PHONE_NUMBER` varchar(20) DEFAULT NULL, + `HIRE_DATE` date NOT NULL, + `JOB_ID` varchar(10) NOT NULL, + `SALARY` decimal(8,2) DEFAULT NULL, + `COMMISSION_PCT` decimal(2,2) DEFAULT NULL, + `MANAGER_ID` decimal(6,0) DEFAULT NULL, + `DEPARTMENT_ID` decimal(4,0) DEFAULT NULL, + PRIMARY KEY (`EMPLOYEE_ID`), + FOREIGN KEY (`DEPARTMENT_ID`) REFERENCES departments(`DEPARTMENT_ID`), + FOREIGN KEY (`JOB_ID`) REFERENCES jobs(`JOB_ID`) +); + +-- +-- Dumping data for table `employees` +-- + +INSERT INTO `employees` (`EMPLOYEE_ID`, `FIRST_NAME`, `LAST_NAME`, `EMAIL`, `PHONE_NUMBER`, `HIRE_DATE`, `JOB_ID`, `SALARY`, `COMMISSION_PCT`, `MANAGER_ID`, `DEPARTMENT_ID`) VALUES +('100', 'Steven', 'King', 'SKING', '515.123.4567', '1987-06-17', 'AD_PRES', '24000.00', '0.00', '0', '90'), +('101', 'Neena', 'Kochhar', 'NKOCHHAR', '515.123.4568', '1987-06-18', 'AD_VP', '17000.00', '0.00', '100', '90'), +('102', 'Lex', 'De Haan', 'LDEHAAN', '515.123.4569', '1987-06-19', 'AD_VP', '17000.00', '0.00', '100', '90'), +('103', 'Alexander', 'Hunold', 'AHUNOLD', '590.423.4567', '1987-06-20', 'IT_PROG', '9000.00', '0.00', '102', '60'), +('104', 'Bruce', 'Ernst', 'BERNST', '590.423.4568', '1987-06-21', 'IT_PROG', '6000.00', '0.00', '103', '60'), +('105', 'David', 'Austin', 'DAUSTIN', '590.423.4569', '1987-06-22', 'IT_PROG', '4800.00', '0.00', '103', '60'), +('106', 'Valli', 'Pataballa', 'VPATABAL', '590.423.4560', '1987-06-23', 'IT_PROG', '4800.00', '0.00', '103', '60'), +('107', 'Diana', 'Lorentz', 'DLORENTZ', '590.423.5567', '1987-06-24', 'IT_PROG', '4200.00', '0.00', '103', '60'), +('108', 'Nancy', 'Greenberg', 'NGREENBE', '515.124.4569', '1987-06-25', 'FI_MGR', '12000.00', '0.00', '101', '100'), +('109', 'Daniel', 'Faviet', 'DFAVIET', '515.124.4169', '1987-06-26', 'FI_ACCOUNT', '9000.00', '0.00', '108', '100'), +('110', 'John', 'Chen', 'JCHEN', '515.124.4269', '1987-06-27', 'FI_ACCOUNT', '8200.00', '0.00', '108', '100'), +('111', 'Ismael', 'Sciarra', 'ISCIARRA', '515.124.4369', '1987-06-28', 'FI_ACCOUNT', '7700.00', '0.00', '108', '100'), +('112', 'Jose Manuel', 'Urman', 'JMURMAN', '515.124.4469', '1987-06-29', 'FI_ACCOUNT', '7800.00', '0.00', '108', '100'), +('113', 'Luis', 'Popp', 'LPOPP', '515.124.4567', '1987-06-30', 'FI_ACCOUNT', '6900.00', '0.00', '108', '100'), +('114', 'Den', 'Raphaely', 'DRAPHEAL', '515.127.4561', '1987-07-01', 'PU_MAN', '11000.00', '0.00', '100', '30'), +('115', 'Alexander', 'Khoo', 'AKHOO', '515.127.4562', '1987-07-02', 'PU_CLERK', '3100.00', '0.00', '114', '30'), +('116', 'Shelli', 'Baida', 'SBAIDA', '515.127.4563', '1987-07-03', 'PU_CLERK', '2900.00', '0.00', '114', '30'), +('117', 'Sigal', 'Tobias', 'STOBIAS', '515.127.4564', '1987-07-04', 'PU_CLERK', '2800.00', '0.00', '114', '30'), +('118', 'Guy', 'Himuro', 'GHIMURO', '515.127.4565', '1987-07-05', 'PU_CLERK', '2600.00', '0.00', '114', '30'), +('119', 'Karen', 'Colmenares', 'KCOLMENA', '515.127.4566', '1987-07-06', 'PU_CLERK', '2500.00', '0.00', '114', '30'), +('120', 'Matthew', 'Weiss', 'MWEISS', '650.123.1234', '1987-07-07', 'ST_MAN', '8000.00', '0.00', '100', '50'), +('121', 'Adam', 'Fripp', 'AFRIPP', '650.123.2234', '1987-07-08', 'ST_MAN', '8200.00', '0.00', '100', '50'), +('122', 'Payam', 'Kaufling', 'PKAUFLIN', '650.123.3234', '1987-07-09', 'ST_MAN', '7900.00', '0.00', '100', '50'), +('123', 'Shanta', 'Vollman', 'SVOLLMAN', '650.123.4234', '1987-07-10', 'ST_MAN', '6500.00', '0.00', '100', '50'), +('124', 'Kevin', 'Mourgos', 'KMOURGOS', '650.123.5234', '1987-07-11', 'ST_MAN', '5800.00', '0.00', '100', '50'), +('125', 'Julia', 'Nayer', 'JNAYER', '650.124.1214', '1987-07-12', 'ST_CLERK', '3200.00', '0.00', '120', '50'), +('126', 'Irene', 'Mikkilineni', 'IMIKKILI', '650.124.1224', '1987-07-13', 'ST_CLERK', '2700.00', '0.00', '120', '50'), +('127', 'James', 'Landry', 'JLANDRY', '650.124.1334', '1987-07-14', 'ST_CLERK', '2400.00', '0.00', '120', '50'), +('128', 'Steven', 'Markle', 'SMARKLE', '650.124.1434', '1987-07-15', 'ST_CLERK', '2200.00', '0.00', '120', '50'), +('129', 'Laura', 'Bissot', 'LBISSOT', '650.124.5234', '1987-07-16', 'ST_CLERK', '3300.00', '0.00', '121', '50'), +('130', 'Mozhe', 'Atkinson', 'MATKINSO', '650.124.6234', '1987-07-17', 'ST_CLERK', '2800.00', '0.00', '121', '50'), +('131', 'James', 'Marlow', 'JAMRLOW', '650.124.7234', '1987-07-18', 'ST_CLERK', '2500.00', '0.00', '121', '50'), +('132', 'TJ', 'Olson', 'TJOLSON', '650.124.8234', '1987-07-19', 'ST_CLERK', '2100.00', '0.00', '121', '50'), +('133', 'Jason', 'Mallin', 'JMALLIN', '650.127.1934', '1987-07-20', 'ST_CLERK', '3300.00', '0.00', '122', '50'), +('134', 'Michael', 'Rogers', 'MROGERS', '650.127.1834', '1987-07-21', 'ST_CLERK', '2900.00', '0.00', '122', '50'), +('135', 'Ki', 'Gee', 'KGEE', '650.127.1734', '1987-07-22', 'ST_CLERK', '2400.00', '0.00', '122', '50'), +('136', 'Hazel', 'Philtanker', 'HPHILTAN', '650.127.1634', '1987-07-23', 'ST_CLERK', '2200.00', '0.00', '122', '50'), +('137', 'Renske', 'Ladwig', 'RLADWIG', '650.121.1234', '1987-07-24', 'ST_CLERK', '3600.00', '0.00', '123', '50'), +('138', 'Stephen', 'Stiles', 'SSTILES', '650.121.2034', '1987-07-25', 'ST_CLERK', '3200.00', '0.00', '123', '50'), +('139', 'John', 'Seo', 'JSEO', '650.121.2019', '1987-07-26', 'ST_CLERK', '2700.00', '0.00', '123', '50'), +('140', 'Joshua', 'Patel', 'JPATEL', '650.121.1834', '1987-07-27', 'ST_CLERK', '2500.00', '0.00', '123', '50'), +('141', 'Trenna', 'Rajs', 'TRAJS', '650.121.8009', '1987-07-28', 'ST_CLERK', '3500.00', '0.00', '124', '50'), +('142', 'Curtis', 'Davies', 'CDAVIES', '650.121.2994', '1987-07-29', 'ST_CLERK', '3100.00', '0.00', '124', '50'), +('143', 'Randall', 'Matos', 'RMATOS', '650.121.2874', '1987-07-30', 'ST_CLERK', '2600.00', '0.00', '124', '50'), +('144', 'Peter', 'Vargas', 'PVARGAS', '650.121.2004', '1987-07-31', 'ST_CLERK', '2500.00', '0.00', '124', '50'), +('145', 'John', 'Russell', 'JRUSSEL', '011.44.1344.429268', '1987-08-01', 'SA_MAN', '14000.00', '0.40', '100', '80'), +('146', 'Karen', 'Partners', 'KPARTNER', '011.44.1344.467268', '1987-08-02', 'SA_MAN', '13500.00', '0.30', '100', '80'), +('147', 'Alberto', 'Errazuriz', 'AERRAZUR', '011.44.1344.429278', '1987-08-03', 'SA_MAN', '12000.00', '0.30', '100', '80'), +('148', 'Gerald', 'Cambrault', 'GCAMBRAU', '011.44.1344.619268', '1987-08-04', 'SA_MAN', '11000.00', '0.30', '100', '80'), +('149', 'Eleni', 'Zlotkey', 'EZLOTKEY', '011.44.1344.429018', '1987-08-05', 'SA_MAN', '10500.00', '0.20', '100', '80'), +('150', 'Peter', 'Tucker', 'PTUCKER', '011.44.1344.129268', '1987-08-06', 'SA_REP', '10000.00', '0.30', '145', '80'), +('151', 'David', 'Bernstein', 'DBERNSTE', '011.44.1344.345268', '1987-08-07', 'SA_REP', '9500.00', '0.25', '145', '80'), +('152', 'Peter', 'Hall', 'PHALL', '011.44.1344.478968', '1987-08-08', 'SA_REP', '9000.00', '0.25', '145', '80'), +('153', 'Christopher', 'Olsen', 'COLSEN', '011.44.1344.498718', '1987-08-09', 'SA_REP', '8000.00', '0.20', '145', '80'), +('154', 'Nanette', 'Cambrault', 'NCAMBRAU', '011.44.1344.987668', '1987-08-10', 'SA_REP', '7500.00', '0.20', '145', '80'), +('155', 'Oliver', 'Tuvault', 'OTUVAULT', '011.44.1344.486508', '1987-08-11', 'SA_REP', '7000.00', '0.15', '145', '80'), +('156', 'Janette', 'King', 'JKING', '011.44.1345.429268', '1987-08-12', 'SA_REP', '10000.00', '0.35', '146', '80'), +('157', 'Patrick', 'Sully', 'PSULLY', '011.44.1345.929268', '1987-08-13', 'SA_REP', '9500.00', '0.35', '146', '80'), +('158', 'Allan', 'McEwen', 'AMCEWEN', '011.44.1345.829268', '1987-08-14', 'SA_REP', '9000.00', '0.35', '146', '80'), +('159', 'Lindsey', 'Smith', 'LSMITH', '011.44.1345.729268', '1987-08-15', 'SA_REP', '8000.00', '0.30', '146', '80'), +('160', 'Louise', 'Doran', 'LDORAN', '011.44.1345.629268', '1987-08-16', 'SA_REP', '7500.00', '0.30', '146', '80'), +('161', 'Sarath', 'Sewall', 'SSEWALL', '011.44.1345.529268', '1987-08-17', 'SA_REP', '7000.00', '0.25', '146', '80'), +('162', 'Clara', 'Vishney', 'CVISHNEY', '011.44.1346.129268', '1987-08-18', 'SA_REP', '10500.00', '0.25', '147', '80'), +('163', 'Danielle', 'Greene', 'DGREENE', '011.44.1346.229268', '1987-08-19', 'SA_REP', '9500.00', '0.15', '147', '80'), +('164', 'Mattea', 'Marvins', 'MMARVINS', '011.44.1346.329268', '1987-08-20', 'SA_REP', '7200.00', '0.10', '147', '80'), +('165', 'David', 'Lee', 'DLEE', '011.44.1346.529268', '1987-08-21', 'SA_REP', '6800.00', '0.10', '147', '80'), +('166', 'Sundar', 'Ande', 'SANDE', '011.44.1346.629268', '1987-08-22', 'SA_REP', '6400.00', '0.10', '147', '80'), +('167', 'Amit', 'Banda', 'ABANDA', '011.44.1346.729268', '1987-08-23', 'SA_REP', '6200.00', '0.10', '147', '80'), +('168', 'Lisa', 'Ozer', 'LOZER', '011.44.1343.929268', '1987-08-24', 'SA_REP', '11500.00', '0.25', '148', '80'), +('169', 'Harrison', 'Bloom', 'HBLOOM', '011.44.1343.829268', '1987-08-25', 'SA_REP', '10000.00', '0.20', '148', '80'), +('170', 'Tayler', 'Fox', 'TFOX', '011.44.1343.729268', '1987-08-26', 'SA_REP', '9600.00', '0.20', '148', '80'), +('171', 'William', 'Smith', 'WSMITH', '011.44.1343.629268', '1987-08-27', 'SA_REP', '7400.00', '0.15', '148', '80'), +('172', 'Elizabeth', 'Bates', 'EBATES', '011.44.1343.529268', '1987-08-28', 'SA_REP', '7300.00', '0.15', '148', '80'), +('173', 'Sundita', 'Kumar', 'SKUMAR', '011.44.1343.329268', '1987-08-29', 'SA_REP', '6100.00', '0.10', '148', '80'), +('174', 'Ellen', 'Abel', 'EABEL', '011.44.1644.429267', '1987-08-30', 'SA_REP', '11000.00', '0.30', '149', '80'), +('175', 'Alyssa', 'Hutton', 'AHUTTON', '011.44.1644.429266', '1987-08-31', 'SA_REP', '8800.00', '0.25', '149', '80'), +('176', 'Jonathon', 'Taylor', 'JTAYLOR', '011.44.1644.429265', '1987-09-01', 'SA_REP', '8600.00', '0.20', '149', '80'), +('177', 'Jack', 'Livingston', 'JLIVINGS', '011.44.1644.429264', '1987-09-02', 'SA_REP', '8400.00', '0.20', '149', '80'), +('178', 'Kimberely', 'Grant', 'KGRANT', '011.44.1644.429263', '1987-09-03', 'SA_REP', '7000.00', '0.15', '149', '0'), +('179', 'Charles', 'Johnson', 'CJOHNSON', '011.44.1644.429262', '1987-09-04', 'SA_REP', '6200.00', '0.10', '149', '80'), +('180', 'Winston', 'Taylor', 'WTAYLOR', '650.507.9876', '1987-09-05', 'SH_CLERK', '3200.00', '0.00', '120', '50'), +('181', 'Jean', 'Fleaur', 'JFLEAUR', '650.507.9877', '1987-09-06', 'SH_CLERK', '3100.00', '0.00', '120', '50'), +('182', 'Martha', 'Sullivan', 'MSULLIVA', '650.507.9878', '1987-09-07', 'SH_CLERK', '2500.00', '0.00', '120', '50'), +('183', 'Girard', 'Geoni', 'GGEONI', '650.507.9879', '1987-09-08', 'SH_CLERK', '2800.00', '0.00', '120', '50'), +('184', 'Nandita', 'Sarchand', 'NSARCHAN', '650.509.1876', '1987-09-09', 'SH_CLERK', '4200.00', '0.00', '121', '50'), +('185', 'Alexis', 'Bull', 'ABULL', '650.509.2876', '1987-09-10', 'SH_CLERK', '4100.00', '0.00', '121', '50'), +('186', 'Julia', 'Dellinger', 'JDELLING', '650.509.3876', '1987-09-11', 'SH_CLERK', '3400.00', '0.00', '121', '50'), +('187', 'Anthony', 'Cabrio', 'ACABRIO', '650.509.4876', '1987-09-12', 'SH_CLERK', '3000.00', '0.00', '121', '50'), +('188', 'Kelly', 'Chung', 'KCHUNG', '650.505.1876', '1987-09-13', 'SH_CLERK', '3800.00', '0.00', '122', '50'), +('189', 'Jennifer', 'Dilly', 'JDILLY', '650.505.2876', '1987-09-14', 'SH_CLERK', '3600.00', '0.00', '122', '50'), +('190', 'Timothy', 'Gates', 'TGATES', '650.505.3876', '1987-09-15', 'SH_CLERK', '2900.00', '0.00', '122', '50'), +('191', 'Randall', 'Perkins', 'RPERKINS', '650.505.4876', '1987-09-16', 'SH_CLERK', '2500.00', '0.00', '122', '50'), +('192', 'Sarah', 'Bell', 'SBELL', '650.501.1876', '1987-09-17', 'SH_CLERK', '4000.00', '0.00', '123', '50'), +('193', 'Britney', 'Everett', 'BEVERETT', '650.501.2876', '1987-09-18', 'SH_CLERK', '3900.00', '0.00', '123', '50'), +('194', 'Samuel', 'McCain', 'SMCCAIN', '650.501.3876', '1987-09-19', 'SH_CLERK', '3200.00', '0.00', '123', '50'), +('195', 'Vance', 'Jones', 'VJONES', '650.501.4876', '1987-09-20', 'SH_CLERK', '2800.00', '0.00', '123', '50'), +('196', 'Alana', 'Walsh', 'AWALSH', '650.507.9811', '1987-09-21', 'SH_CLERK', '3100.00', '0.00', '124', '50'), +('197', 'Kevin', 'Feeney', 'KFEENEY', '650.507.9822', '1987-09-22', 'SH_CLERK', '3000.00', '0.00', '124', '50'), +('198', 'Donald', 'OConnell', 'DOCONNEL', '650.507.9833', '1987-09-23', 'SH_CLERK', '2600.00', '0.00', '124', '50'), +('199', 'Douglas', 'Grant', 'DGRANT', '650.507.9844', '1987-09-24', 'SH_CLERK', '2600.00', '0.00', '124', '50'), +('200', 'Jennifer', 'Whalen', 'JWHALEN', '515.123.4444', '1987-09-25', 'AD_ASST', '4400.00', '0.00', '101', '10'), +('201', 'Michael', 'Hartstein', 'MHARTSTE', '515.123.5555', '1987-09-26', 'MK_MAN', '13000.00', '0.00', '100', '20'), +('202', 'Pat', 'Fay', 'PFAY', '603.123.6666', '1987-09-27', 'MK_REP', '6000.00', '0.00', '201', '20'), +('203', 'Susan', 'Mavris', 'SMAVRIS', '515.123.7777', '1987-09-28', 'HR_REP', '6500.00', '0.00', '101', '40'), +('204', 'Hermann', 'Baer', 'HBAER', '515.123.8888', '1987-09-29', 'PR_REP', '10000.00', '0.00', '101', '70'), +('205', 'Shelley', 'Higgins', 'SHIGGINS', '515.123.8080', '1987-09-30', 'AC_MGR', '12000.00', '0.00', '101', '110'), +('206', 'William', 'Gietz', 'WGIETZ', '515.123.8181', '1987-10-01', 'AC_ACCOUNT', '8300.00', '0.00', '205', '110'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `job_history` +-- + +CREATE TABLE IF NOT EXISTS `job_history` ( + `EMPLOYEE_ID` decimal(6,0) NOT NULL, + `START_DATE` date NOT NULL, + `END_DATE` date NOT NULL, + `JOB_ID` varchar(10) NOT NULL, + `DEPARTMENT_ID` decimal(4,0) DEFAULT NULL, + PRIMARY KEY (`EMPLOYEE_ID`,`START_DATE`), + FOREIGN KEY (`EMPLOYEE_ID`) REFERENCES employees(`EMPLOYEE_ID`), + FOREIGN KEY (`DEPARTMENT_ID`) REFERENCES departments(`DEPARTMENT_ID`), + FOREIGN KEY (`JOB_ID`) REFERENCES jobs(`JOB_ID`) +); + +-- +-- Dumping data for table `job_history` +-- + +INSERT INTO `job_history` (`EMPLOYEE_ID`, `START_DATE`, `END_DATE`, `JOB_ID`, `DEPARTMENT_ID`) VALUES +('102', '1993-01-13', '1998-07-24', 'IT_PROG', '60'), +('101', '1989-09-21', '1993-10-27', 'AC_ACCOUNT', '110'), +('101', '1993-10-28', '1997-03-15', 'AC_MGR', '110'), +('201', '1996-02-17', '1999-12-19', 'MK_REP', '20'), +('114', '1998-03-24', '1999-12-31', 'ST_CLERK', '50'), +('122', '1999-01-01', '1999-12-31', 'ST_CLERK', '50'), +('200', '1987-09-17', '1993-06-17', 'AD_ASST', '90'), +('176', '1998-03-24', '1998-12-31', 'SA_REP', '80'), +('176', '1999-01-01', '1999-12-31', 'SA_MAN', '80'), +('200', '1994-07-01', '1998-12-31', 'AC_ACCOUNT', '90'), +('0', '0000-00-00', '0000-00-00', '', '0'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `jobs` +-- + + +-- +-- Table structure for table `locations` +-- + +CREATE TABLE IF NOT EXISTS `locations` ( + `LOCATION_ID` decimal(4,0) NOT NULL DEFAULT '0', + `STREET_ADDRESS` varchar(40) DEFAULT NULL, + `POSTAL_CODE` varchar(12) DEFAULT NULL, + `CITY` varchar(30) NOT NULL, + `STATE_PROVINCE` varchar(25) DEFAULT NULL, + `COUNTRY_ID` varchar(2) DEFAULT NULL, + PRIMARY KEY (`LOCATION_ID`), + FOREIGN KEY (`COUNTRY_ID`) REFERENCES countries(`COUNTRY_ID`) +); + +-- +-- Dumping data for table `locations` +-- + +INSERT INTO `locations` (`LOCATION_ID`, `STREET_ADDRESS`, `POSTAL_CODE`, `CITY`, `STATE_PROVINCE`, `COUNTRY_ID`) VALUES +('1000', '1297 Via Cola di Rie', '989', 'Roma', '', 'IT'), +('1100', '93091 Calle della Testa', '10934', 'Venice', '', 'IT'), +('1200', '2017 Shinjuku-ku', '1689', 'Tokyo', 'Tokyo Prefecture', 'JP'), +('1300', '9450 Kamiya-cho', '6823', 'Hiroshima', '', 'JP'), +('1400', '2014 Jabberwocky Rd', '26192', 'Southlake', 'Texas', 'US'), +('1500', '2011 Interiors Blvd', '99236', 'South San Francisco', 'California', 'US'), +('1600', '2007 Zagora St', '50090', 'South Brunswick', 'New Jersey', 'US'), +('1700', '2004 Charade Rd', '98199', 'Seattle', 'Washington', 'US'), +('1800', '147 Spadina Ave', 'M5V 2L7', 'Toronto', 'Ontario', 'CA'), +('1900', '6092 Boxwood St', 'YSW 9T2', 'Whitehorse', 'Yukon', 'CA'), +('2000', '40-5-12 Laogianggen', '190518', 'Beijing', '', 'CN'), +('2100', '1298 Vileparle (E)', '490231', 'Bombay', 'Maharashtra', 'IN'), +('2200', '12-98 Victoria Street', '2901', 'Sydney', 'New South Wales', 'AU'), +('2300', '198 Clementi North', '540198', 'Singapore', '', 'SG'), +('2400', '8204 Arthur St', '', 'London', '', 'UK'), +('2500', '"Magdalen Centre', ' The Oxford ', 'OX9 9ZB', 'Oxford', 'Ox'), +('2600', '9702 Chester Road', '9629850293', 'Stretford', 'Manchester', 'UK'), +('2700', 'Schwanthalerstr. 7031', '80925', 'Munich', 'Bavaria', 'DE'), +('2800', 'Rua Frei Caneca 1360', '01307-002', 'Sao Paulo', 'Sao Paulo', 'BR'), +('2900', '20 Rue des Corps-Saints', '1730', 'Geneva', 'Geneve', 'CH'), +('3000', 'Murtenstrasse 921', '3095', 'Bern', 'BE', 'CH'), +('3100', 'Pieter Breughelstraat 837', '3029SK', 'Utrecht', 'Utrecht', 'NL'), +('3200', 'Mariano Escobedo 9991', '11932', 'Mexico City', '"Distrito Federal', '"'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `regions` +-- + + +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; diff --git a/database/icfp_1/icfp_1.sqlite b/database/icfp_1/icfp_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..bf9067d3d9a4684e2c36b1b67b436da16c196500 Binary files /dev/null and b/database/icfp_1/icfp_1.sqlite differ diff --git a/database/icfp_1/link.txt b/database/icfp_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..2afe28bd9824dcf0a4ac995f632969e0b02b3561 --- /dev/null +++ b/database/icfp_1/link.txt @@ -0,0 +1 @@ +https://www.classes.cs.uchicago.edu/archive/2015/spring/23500-1/hw3.html diff --git a/database/icfp_1/q.txt b/database/icfp_1/q.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5d8d4b3ac26aa0f6534f95e3f34aec0738a1b2c --- /dev/null +++ b/database/icfp_1/q.txt @@ -0,0 +1,9 @@ +q5. Retrieve the titles of all papers with a single author. + +q6. Retrieve the titles and number of affiliated institutions of all papers with authors from more than one institution. + +q7. Retrieve the title(s) and number of authors of the paper(s) with the most authors in the database instance. For example, if there is one paper with three authors in the whole batch, and every other paper has one or two authors (that's the case in the database you are given), identify that paper. + +q8. Retrieve the authors' authID, first and last names, in alphabetical order, and the number of papers on which they have authorship. + +q9. Retrieve the authID, first and last name of the author(s) and their number of collaborators (shared authorships), in alphabetical order. diff --git a/database/imdb/imdb.sqlite b/database/imdb/imdb.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..8ce207433f5f3e9a80a96d283233c9b280d04ee1 Binary files /dev/null and b/database/imdb/imdb.sqlite differ diff --git a/database/imdb/schema.sql b/database/imdb/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..94279d6889130dff1c4e70498b4a13159fbc262c --- /dev/null +++ b/database/imdb/schema.sql @@ -0,0 +1,138 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE "actor" ( +"aid" int, +"gender" text, +"name" text, +"nationality" text, +"birth_city" text, +"birth_year" int, +primary key("aid") +); + + +CREATE TABLE "copyright" ( +"id" int, +"msid" int, +"cid" int, +primary key("id") +); +CREATE TABLE "cast" ( +"id" int, +"msid" int, +"aid" int, +"role" int, +primary key("id"), +foreign key("aid") references `actor`("aid"), +foreign key("msid") references `copyright`("msid") +); + +CREATE TABLE "genre" ( +"gid" int, +"genre" text, +primary key("gid") +); + +CREATE TABLE "classification" ( +"id" int, +"msid" int, +"gid" int, +primary key("id"), +foreign key("gid") references `genre`("gid"), +foreign key("msid") references `copyright`("msid") +); + +CREATE TABLE "company" ( +"id" int, +"name" text, +"country_code" text, +primary key("id") +); + + +CREATE TABLE "director" ( +"did" int, +"gender" text, +"name" text, +"nationality" text, +"birth_city" text, +"birth_year" int, +primary key("did") +); + +CREATE TABLE "producer" ( +"pid" int, +"gender" text, +"name" text, +"nationality" text, +"birth_city" text, +"birth_year" int, +primary key("pid") +); + +CREATE TABLE "directed_by" ( +"id" int, +"msid" int, +"did" int, +primary key("id"), +foreign key("msid") references `copyright`("msid"), +foreign key("did") references `director`("did") +); + +CREATE TABLE "keyword" ( +"id" int, +"keyword" text, +primary key("id") +); + +CREATE TABLE "made_by" ( +"id" int, +"msid" int, +"pid" int, +primary key("id"), +foreign key("msid") references `copyright`("msid"), +foreign key("pid") references `producer`("pid") +); + +CREATE TABLE "movie" ( +"mid" int, +"title" text, +"release_year" int, +"title_aka" text, +"budget" text, +primary key("mid") +); +CREATE TABLE "tags" ( +"id" int, +"msid" int, +"kid" int, +primary key("id"), +foreign key("msid") references `copyright`("msid"), +foreign key("kid") references `keyword`("kid") +); +CREATE TABLE "tv_series" ( +"sid" int, +"title" text, +"release_year" int, +"num_of_seasons" int, +"num_of_episodes" int, +"title_aka" text, +"budget" text, +primary key("sid") +); +CREATE TABLE "writer" ( +"wid" int, +"gender" text, +"name" int, +"nationality" int, +"num_of_episodes" int, +"birth_city" text, +"birth_year" int, +primary key("wid") +); +CREATE TABLE "written_by" ( +"id" int, +"msid" int, +"wid" int, +foreign key("msid") references `copyright`("msid"), +foreign key("wid") references `writer`("wid") +); diff --git a/database/inn_1/annotation.json b/database/inn_1/annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..6bca4eaac58eeb980d8cfcb7cccee5864e369bbe --- /dev/null +++ b/database/inn_1/annotation.json @@ -0,0 +1,38 @@ +{ + "label_id": null, + "data": [ + { + "nl": "Find all modern rooms with a base price below $160 and two beds. Report room names and codes\n", + "id": 0 + }, + { + "nl": "Find all rooms occupied on February 6, 2010. Report full name of the room, the check-in and checkout dates of the reservation.\n", + "id": 1 + }, + { + "nl": "For each reservation that starts on December 31, 2010 report the room name, nightly rate, number of nights spent and the total amount of money paid.\n", + "id": 2 + }, + { + "nl": "Find the names of all people1 staying at the inn at the same time as HERBERT FRYDAY.\n", + "id": 3 + }, + { + "nl": "Find the number of August reservations (both checkin and checkout dates are in August) where two adults are staying with two children.\n", + "id": 4 + }, + { + "nl": "Find the most popular room in the hotel. The most popular room is the room that had seen the largest number of reservations\n", + "id": 5 + }, + { + "nl": "Find the room that has been occupied the largest number of days based on the reservations. Report the room name\n", + "id": 6 + }, + { + "nl": "For each room, report the most expensive reservation. Report the full room name, dates of stay\n", + "id": 7 + } + ], + "review_id": null +} \ No newline at end of file diff --git a/database/inn_1/change_date.py b/database/inn_1/change_date.py new file mode 100644 index 0000000000000000000000000000000000000000..d9e3c015ddcbb526c25932b4c981c4ded1d993b6 --- /dev/null +++ b/database/inn_1/change_date.py @@ -0,0 +1,26 @@ +import pandas as pd +month_to_name={ + 'JAN' : "01", + 'FEB' : "02", + 'MAR' : "03", + 'APR' : "04", + 'MAY' : "05", + 'JUN' : "06", + 'JUL' : "07", + 'AUG' : "08", + 'SEP' : "09", + 'OCT' : "10", + 'NOV' : "11", + 'DEC' : "12" +}; +df = pd.read_csv('./data_csv/Reservations.csv') +def change_date(x): + x = x.split("-") + x[2] = "20"+x[2][:len(x[2])-1] + x[1] = month_to_name[x[1]] + x = "-".join([x[2],x[1],x[0][1:]]) + print x + return x +df["CheckIn"] = df["CheckIn"].apply(change_date) +df["CheckOut"] = df["CheckOut"].apply(change_date) +df.to_csv('./data_csv/Reservations_t.csv', encoding='utf-8', index=False) diff --git a/database/inn_1/data_csv/README.INN.TXT b/database/inn_1/data_csv/README.INN.TXT new file mode 100644 index 0000000000000000000000000000000000000000..f68b7923672ca5dbb5e4c59d7db4fba24ad81dcc --- /dev/null +++ b/database/inn_1/data_csv/README.INN.TXT @@ -0,0 +1,87 @@ +***************************************************** +CPE 365 Alex Dekhtyar +Cal Poly Computer Science Department +San Luis Obispo College of Engineering +California dekhtyar@calpoly.edu +***************************************************** + INN DATASET + Version 1.0 + April 6, 2011 +***************************************************** +Sources: this is a synthesized dataset. + +****************************************************** + +This file describes the contents of the INN dataset +developed for the CPE 365, Introduction to Databases, +course at Cal Poly. + +The dataset contains information a one year worth of reservations +at a fictional Bed & Breakfast hotel called Seaside Grove Inn. +The hotel has 10 rooms. The dataset contains information about +the completed (i.e., guests arrived and stayed) reservations for +one year of the hotel's operation. + +General Conventions. + + 1. All files in the dataset are CSV (comma-separated values) files. + 2. First line of each file provides the names of + columns. Second line may be empty, or may contain + the first row of the data. + 3. All string values are enclosed in single quotes (') + + + The dataset consists of the following files: + + - Rooms.csv : list of Seaside Grove Inn rooms + - Reservations.csv : list of completed room reservations + + + Individual files have the following formats. + +************************************************************************** + +Rooms.csv + + RoomId : a three-letter unique Id code of a room + roomName : official name of the room (all rooms in B&B inns + typically have names) + beds : number of beds in the room + bedType : type of the bed(s) in the room. All beds in each room + are of the same type. + maxOccupancy : maximum number of people allowed to stay in the room + basePrice : base price (in US dollars) of one night of stay in the room. + decor : decoration style of the room + +************************************************************************** + +Reservations.csv + + Code : reservation code + Room : the three-letter room code (see Rooms.RoomId) + CheckIn : date of check-in/arrival + CheckOut : date of check-out/departure + Rate : actual nightly rate. Each night of stay on one reservation + always costs the same amount, although rates may vary + for the same room from one reservation to another + LastName : last name of the person who made the reservation + FirstName : first name of the person who made the reservation + Adults : number of adults (18 and above) staying in the room. Each + reservation must have at least one adult + Kids : number of kids (ages 0-17) staying in the room. + +************************************************************************** +************************************************************************** + +Permission granted to use and distribute this dataset in its current form, +provided this file is kept unchanged and is distributed together with the +data. + +Permission granted to modify and expand this dataset, provided this +file is updated accordingly with new information. + +Acknowledgements. We thank Dr. Clint Staley for the software script that +produced the names of the rooms. + +************************************************************************** +************************************************************************** diff --git a/database/inn_1/data_csv/Reservations.csv b/database/inn_1/data_csv/Reservations.csv new file mode 100644 index 0000000000000000000000000000000000000000..d6b4bfdc6f202d70a83424e5f5a856174bca7890 --- /dev/null +++ b/database/inn_1/data_csv/Reservations.csv @@ -0,0 +1,601 @@ +Code,Room,CheckIn,CheckOut,Rate,LastName,FirstName,Adults,Kids +47496,'RND','01-JAN-10','06-JAN-10',150.00,'KLEVER','ERASMO',1,0 +41112,'RND','06-JAN-10','11-JAN-10',135.00,'HOOLEY','EUGENIO',1,0 +76809,'RND','12-JAN-10','14-JAN-10',187.50,'WISWELL','JERROD',1,0 +70172,'RND','23-JAN-10','25-JAN-10',150.00,'ALMANZA','PHEBE',1,0 +44358,'RND','25-JAN-10','27-JAN-10',150.00,'BOBROW','CLINTON',2,0 +55344,'RND','30-JAN-10','31-JAN-10',135.00,'RENSCH','LIANA',1,0 +99471,'RND','31-JAN-10','01-FEB-10',135.00,'ABRAHAMS','ANNETT',1,0 +81473,'RND','01-FEB-10','02-FEB-10',127.50,'EVERITT','YUK',1,1 +49253,'RND','03-FEB-10','06-FEB-10',150.00,'NANI','GARRY',1,0 +16748,'RND','21-FEB-10','23-FEB-10',135.00,'KLIMKO','DONTE',1,0 +69316,'RND','26-FEB-10','07-MAR-10',150.00,'SULOUFF','JESSICA',1,0 +69844,'RND','07-MAR-10','11-MAR-10',172.50,'BONIOL','CLINT',1,0 +96839,'RND','11-MAR-10','12-MAR-10',150.00,'ARANAS','ROD',1,0 +43911,'RND','12-MAR-10','13-MAR-10',127.50,'NEIN','TEODORO',1,0 +48382,'RND','13-MAR-10','14-MAR-10',150.00,'SCHLADWEILER','ELEASE',1,0 +77032,'RND','14-MAR-10','17-MAR-10',172.50,'FRANC','HERBERT',1,0 +30043,'RND','17-MAR-10','18-MAR-10',150.00,'HELFRITZ','RHEA',2,0 +48539,'RND','21-MAR-10','28-MAR-10',135.00,'CHINAULT','EDWARDO',2,0 +23850,'RND','11-APR-10','17-APR-10',150.00,'PENNELLA','LAKIA',2,0 +97303,'RND','21-APR-10','30-APR-10',150.00,'WAEGNER','STANFORD',1,0 +21553,'RND','01-MAY-10','05-MAY-10',172.50,'MECHLING','KERRI',1,0 +28465,'RND','05-MAY-10','06-MAY-10',150.00,'SALLE','SANTANA',1,0 +62147,'RND','06-MAY-10','13-MAY-10',135.00,'BURCHAM','JONATHON',1,1 +38368,'RND','30-MAY-10','06-JUN-10',150.00,'FOCKE','HONEY',1,1 +48822,'RND','08-JUN-10','12-JUN-10',187.50,'HULETTE','DARIUS',1,0 +18822,'RND','12-JUN-10','14-JUN-10',150.00,'NORN','GARLAND',2,0 +34034,'RND','14-JUN-10','20-JUN-10',172.50,'GABBETT','ALLEN',1,0 +52470,'RND','20-JUN-10','21-JUN-10',127.50,'BAIRAM','BRADLY',1,1 +95709,'RND','21-JUN-10','02-JUL-10',135.00,'TRUDEN','LEWIS',1,0 +93984,'RND','02-JUL-10','03-JUL-10',187.50,'DEBARDELABEN','NELL',1,0 +76245,'RND','18-JUL-10','19-JUL-10',150.00,'TOSTI','DAN',1,1 +30300,'RND','19-JUL-10','20-JUL-10',135.00,'PRIAL','MYLES',1,0 +70440,'RND','23-JUL-10','27-JUL-10',150.00,'DEVEY','GIUSEPPE',1,0 +44933,'RND','27-JUL-10','29-JUL-10',150.00,'FURIA','ELWANDA',2,0 +63458,'RND','31-JUL-10','01-AUG-10',172.50,'LELEUX','PORTER',1,1 +78964,'RND','05-AUG-10','06-AUG-10',150.00,'SPERAZZA','WILBUR',2,0 +64503,'RND','06-AUG-10','11-AUG-10',172.50,'MAURER','TEODORO',2,0 +15534,'RND','28-AUG-10','01-SEP-10',150.00,'GAUD','REINALDO',1,0 +87560,'RND','01-SEP-10','02-SEP-10',150.00,'SABALA','MORTON',1,0 +59083,'RND','03-SEP-10','10-SEP-10',172.50,'HARTFORD','NATHANAEL',2,0 +91895,'RND','10-SEP-10','11-SEP-10',150.00,'BLADE','RUBEN',1,0 +65416,'RND','11-SEP-10','13-SEP-10',127.50,'STRICK','NICHOLLE',1,0 +94375,'RND','13-SEP-10','19-SEP-10',150.00,'WEGER','TOBY',1,0 +69494,'RND','21-SEP-10','22-SEP-10',135.00,'MINDEN','STACEY',1,0 +14845,'RND','27-SEP-10','30-SEP-10',150.00,'ROTCH','FLORIDA',1,1 +10449,'RND','30-SEP-10','01-OCT-10',150.00,'KLESS','NELSON',1,0 +28494,'RND','01-OCT-10','13-OCT-10',135.00,'DERKAS','GUS',1,0 +67343,'RND','14-OCT-10','25-OCT-10',172.50,'ALBROUGH','OLYMPIA',2,0 +63293,'RND','25-OCT-10','01-NOV-10',127.50,'KUTA','HERMAN',1,1 +55551,'RND','04-NOV-10','08-NOV-10',127.50,'COOKUS','KASHA',2,0 +57705,'RND','12-NOV-10','15-NOV-10',172.50,'ROTHMAN','GLENNIS',1,0 +48532,'RND','20-NOV-10','22-NOV-10',135.00,'VANDEBRINK','TRESSIE',1,0 +32049,'RND','22-NOV-10','04-DEC-10',135.00,'PANOS','LESTER',1,1 +54369,'RND','04-DEC-10','06-DEC-10',172.50,'MULE','DIONNA',1,0 +24667,'RND','08-DEC-10','09-DEC-10',187.50,'BAUGUESS','ERYN',1,0 +68385,'RND','10-DEC-10','12-DEC-10',172.50,'ALBERO','ABBEY',1,0 +46577,'RND','12-DEC-10','14-DEC-10',135.00,'MAURER','TEODORO',1,0 +41783,'RND','19-DEC-10','20-DEC-10',187.50,'LEDOUX','LENA',1,0 +30020,'RND','21-DEC-10','28-DEC-10',135.00,'PORTO','MARIANO',1,1 +26701,'RND','28-DEC-10','30-DEC-10',150.00,'DEJAEGER','WELDON',2,0 +69598,'RND','30-DEC-10','31-DEC-10',150.00,'RENIER','MARCELLUS',1,0 +97512,'RND','31-DEC-10','02-JAN-11',150.00,'FRAILEY','JUANITA',1,0 +74548,'IBS','13-JAN-10','16-JAN-10',172.50,'BORROMEO','EBONY',1,1 +89123,'IBS','20-JAN-10','30-JAN-10',172.50,'GISSLER','EFRAIN',1,0 +77967,'IBS','30-JAN-10','06-FEB-10',172.50,'MCNEELEY','ARTHUR',1,0 +62333,'IBS','06-FEB-10','07-FEB-10',150.00,'ABATIELL','CATHRYN',2,0 +72456,'IBS','08-FEB-10','10-FEB-10',150.00,'STARTIN','BRUNA',1,1 +15733,'IBS','11-FEB-10','13-FEB-10',172.50,'BEALLE','RASHAD',1,0 +39602,'IBS','13-FEB-10','23-FEB-10',150.00,'STUART','IVA',1,1 +75477,'IBS','23-FEB-10','24-FEB-10',172.50,'JAHR','JESSIE',2,0 +41754,'IBS','24-FEB-10','25-FEB-10',172.50,'ANA','ELLAN',1,0 +12138,'IBS','28-FEB-10','05-MAR-10',150.00,'SHARIAT','JARRED',1,0 +95260,'IBS','07-MAR-10','19-MAR-10',187.50,'PERRINO','DENNY',1,0 +63558,'IBS','20-MAR-10','22-MAR-10',150.00,'KEPKE','HAROLD',1,1 +53535,'IBS','22-MAR-10','25-MAR-10',172.50,'ALLENDE','VIRGIL',1,1 +63746,'IBS','25-MAR-10','27-MAR-10',187.50,'SCARLES','LANDON',1,1 +58881,'IBS','27-MAR-10','29-MAR-10',150.00,'RONFELDT','JERMAINE',1,0 +16933,'IBS','01-APR-10','03-APR-10',150.00,'NORSWORTHY','AUBREY',2,0 +18900,'IBS','03-APR-10','05-APR-10',172.50,'LAURY','EMILY',2,0 +58762,'IBS','05-APR-10','07-APR-10',127.50,'REDEPENNING','FAITH',1,0 +50223,'IBS','12-APR-10','14-APR-10',135.00,'CALLICUTT','HONG',1,0 +84715,'IBS','18-APR-10','19-APR-10',150.00,'BECKUM','MISSY',1,0 +55641,'IBS','23-APR-10','25-APR-10',150.00,'ISHIBASHI','CAPRICE',1,1 +99268,'IBS','30-APR-10','03-MAY-10',135.00,'LEEHY','NENA',1,0 +14001,'IBS','11-MAY-10','12-MAY-10',187.50,'COSTON','LANNY',1,0 +63652,'IBS','14-MAY-10','20-MAY-10',172.50,'COVERT','ADAM',1,1 +28227,'IBS','30-MAY-10','04-JUN-10',172.50,'STUART','IVA',2,0 +81780,'IBS','09-JUN-10','10-JUN-10',150.00,'ENTWISLE','THOMAS',1,0 +44426,'IBS','22-JUN-10','23-JUN-10',150.00,'CHEESE','TRINIDAD',1,0 +62816,'IBS','07-JUL-10','11-JUL-10',127.50,'MAEWEATHER','AUGUST',1,0 +94074,'IBS','15-JUL-10','16-JUL-10',135.00,'TRIBBY','ADELIA',1,0 +22981,'IBS','21-JUL-10','23-JUL-10',172.50,'KNERIEN','GRANT',1,0 +72503,'IBS','23-JUL-10','30-JUL-10',150.00,'VELZEBOER','HAN',2,0 +44428,'IBS','04-AUG-10','06-AUG-10',172.50,'ZAVADOSKI','CLAIR',1,0 +26135,'IBS','09-AUG-10','14-AUG-10',150.00,'STORDAHL','NATOSHA',1,0 +88795,'IBS','18-AUG-10','26-AUG-10',150.00,'EURICH','ANTONE',1,1 +78565,'IBS','28-AUG-10','31-AUG-10',187.50,'WAGERS','HOUSTON',2,0 +97220,'IBS','31-AUG-10','04-SEP-10',187.50,'WIXOM','MARCIA',1,1 +37585,'IBS','06-SEP-10','08-SEP-10',135.00,'NOAH','DOROTHEA',2,0 +67689,'IBS','08-SEP-10','11-SEP-10',172.50,'DELGUIDICE','DAN',2,0 +53723,'IBS','11-SEP-10','12-SEP-10',135.00,'KVETON','FREDRICK',2,0 +11996,'IBS','14-SEP-10','16-SEP-10',187.50,'BURBANK','ROBERT',1,0 +55363,'IBS','20-SEP-10','22-SEP-10',135.00,'VERDINE','ANTONINA',1,0 +53747,'IBS','22-SEP-10','23-SEP-10',135.00,'SPEARIN','TOMMY',1,1 +59610,'IBS','23-SEP-10','30-SEP-10',150.00,'EGELSTON','EMANUEL',2,0 +77319,'IBS','09-OCT-10','11-OCT-10',172.50,'WIDOWSKI','EUSEBIO',2,0 +58148,'IBS','11-OCT-10','13-OCT-10',172.50,'VOLANTE','EMERY',1,0 +62305,'IBS','15-OCT-10','22-OCT-10',150.00,'KAMROWSKI','EVITA',2,0 +95100,'IBS','27-OCT-10','05-NOV-10',172.50,'LABAT','JEANMARIE',1,0 +93407,'IBS','05-NOV-10','07-NOV-10',187.50,'KOLP','PAMELIA',1,0 +35870,'IBS','09-NOV-10','11-NOV-10',135.00,'DONIGAN','GLEN',1,1 +42731,'IBS','11-NOV-10','15-NOV-10',172.50,'HOTARD','ALYSIA',2,0 +22561,'IBS','15-NOV-10','21-NOV-10',127.50,'VUTURO','DEVORAH',1,0 +49482,'IBS','21-NOV-10','02-DEC-10',172.50,'ATTEBURG','ELMIRA',2,0 +66331,'IBS','02-DEC-10','06-DEC-10',135.00,'SEVILLANO','LILLI',1,1 +27490,'IBS','06-DEC-10','08-DEC-10',150.00,'PENDLEY','SCOTTIE',1,1 +40675,'IBS','13-DEC-10','14-DEC-10',150.00,'HANUS','THEOLA',1,0 +51097,'IBS','18-DEC-10','20-DEC-10',135.00,'TOODLE','NOLA',2,0 +60749,'IBS','22-DEC-10','24-DEC-10',135.00,'DONAHER','LAKIA',1,0 +58196,'IBS','24-DEC-10','30-DEC-10',150.00,'ZELINSKI','ARTHUR',1,0 +96658,'IBS','30-DEC-10','01-JAN-11',187.50,'SCHLESSELMAN','NEVILLE',1,0 +17265,'AOB','01-JAN-10','06-JAN-10',175.00,'HENLY','RUPERT',4,0 +52597,'AOB','11-JAN-10','14-JAN-10',175.00,'CASMORE','MARINE',3,0 +67200,'AOB','16-JAN-10','23-JAN-10',148.75,'CHET','CHARLEEN',1,2 +28406,'AOB','23-JAN-10','29-JAN-10',175.00,'COOKUS','KASHA',2,1 +10489,'AOB','02-FEB-10','05-FEB-10',218.75,'CARISTO','MARKITA',2,1 +31993,'AOB','08-FEB-10','10-FEB-10',201.25,'ZIEBARTH','ADELAIDE',1,3 +30937,'AOB','14-FEB-10','15-FEB-10',175.00,'FITZGERREL','DENNY',1,3 +15870,'AOB','15-FEB-10','19-FEB-10',175.00,'CORIATY','BERTA',1,3 +94545,'AOB','03-MAR-10','13-MAR-10',201.25,'SHERRANGE','AUGUST',2,0 +57527,'AOB','26-MAR-10','28-MAR-10',201.25,'ABAJA','RHEA',2,0 +93341,'AOB','02-APR-10','08-APR-10',175.00,'FROHMAN','SHAYNE',3,1 +72945,'AOB','12-APR-10','13-APR-10',201.25,'KOHS','BOB',1,1 +65417,'AOB','13-APR-10','15-APR-10',175.00,'ACHTER','GRETA',1,1 +50207,'AOB','20-APR-10','21-APR-10',175.00,'ROSENDO','TAREN',1,0 +12258,'AOB','23-APR-10','27-APR-10',175.00,'KANNEL','RODGER',1,0 +58755,'AOB','30-APR-10','01-MAY-10',175.00,'MALNAR','GROVER',1,0 +17955,'AOB','05-MAY-10','09-MAY-10',201.25,'PANARELLO','TODD',2,0 +75853,'AOB','10-MAY-10','12-MAY-10',175.00,'MELOT','JENNA',4,0 +58972,'AOB','17-MAY-10','19-MAY-10',157.50,'BERS','BRENDA',2,1 +48113,'AOB','24-MAY-10','25-MAY-10',175.00,'BABU','SARAI',2,0 +17344,'AOB','25-MAY-10','26-MAY-10',218.75,'GALOW','RICKEY',1,1 +33806,'AOB','27-MAY-10','28-MAY-10',175.00,'OXFORD','KATRICE',1,2 +28455,'AOB','29-MAY-10','31-MAY-10',175.00,'RISHA','NORBERTO',1,1 +14940,'AOB','01-JUN-10','12-JUN-10',175.00,'BISHOFF','ISREAL',2,0 +43225,'AOB','12-JUN-10','13-JUN-10',157.50,'CAPRON','CASSAUNDRA',1,1 +54831,'AOB','15-JUN-10','21-JUN-10',201.25,'BAUGUESS','ERYN',1,3 +59225,'AOB','26-JUN-10','30-JUN-10',201.25,'DURAN','BO',1,0 +18465,'AOB','30-JUN-10','07-JUL-10',175.00,'KRIEGH','AMADO',2,0 +38013,'AOB','08-JUL-10','15-JUL-10',175.00,'RURY','SENA',1,1 +47004,'AOB','15-JUL-10','28-JUL-10',175.00,'STEBNER','MAXIE',1,1 +56286,'AOB','29-JUL-10','31-JUL-10',201.25,'BRICKEL','ROCKY',3,1 +29253,'AOB','31-JUL-10','03-AUG-10',175.00,'HILDRED','MARTY',3,1 +76149,'AOB','07-AUG-10','09-AUG-10',201.25,'HONEYWELL','JULIANA',2,2 +24300,'AOB','09-AUG-10','15-AUG-10',201.25,'CANDON','PIERRE',4,0 +13058,'AOB','17-AUG-10','18-AUG-10',157.50,'ABATIELL','CATHRYN',1,2 +95605,'AOB','18-AUG-10','20-AUG-10',218.75,'FIGLIOLI','NANCI',1,2 +17270,'AOB','20-AUG-10','23-AUG-10',175.00,'RELLIHAN','COURTNEY',1,0 +67427,'AOB','02-SEP-10','14-SEP-10',175.00,'STRACK','PORTER',1,3 +33748,'AOB','14-SEP-10','16-SEP-10',175.00,'PIGNONE','JOEL',1,3 +47146,'AOB','16-SEP-10','23-SEP-10',201.25,'GATTSHALL','REGAN',1,0 +95204,'AOB','08-OCT-10','14-OCT-10',157.50,'CARRUTH','SANDY',1,2 +41619,'AOB','15-OCT-10','22-OCT-10',175.00,'MASSEY','DORIAN',4,0 +80390,'AOB','22-OCT-10','31-OCT-10',157.50,'PHILBERT','CHRISTIE',2,2 +44836,'AOB','31-OCT-10','03-NOV-10',148.75,'DEFRANG','DWAIN',1,0 +69035,'AOB','18-NOV-10','26-NOV-10',218.75,'KU','MERIDETH',1,3 +29287,'AOB','01-DEC-10','08-DEC-10',218.75,'FRYDAY','HERBERT',2,0 +18834,'AOB','08-DEC-10','10-DEC-10',148.75,'DUCHARME','MIGUELINA',2,0 +58934,'AOB','15-DEC-10','22-DEC-10',201.25,'RICHARD','ROBBY',1,1 +82502,'AOB','25-DEC-10','26-DEC-10',175.00,'KRULIK','JEFFRY',1,2 +36890,'AOB','26-DEC-10','28-DEC-10',175.00,'PHILBERT','CHRISTIE',2,1 +10984,'AOB','28-DEC-10','01-JAN-11',201.25,'ZULLO','WILLY',2,1 +80192,'MWC','01-JAN-10','03-JAN-10',112.50,'MUHLESTEIN','REINALDO',3,1 +58266,'MWC','08-JAN-10','14-JAN-10',125.00,'PICKARD','HORTENCIA',1,0 +53876,'MWC','14-JAN-10','15-JAN-10',125.00,'KEBEDE','ARON',3,0 +82409,'MWC','30-JAN-10','01-FEB-10',125.00,'QUARTO','VANDA',4,0 +39640,'MWC','01-FEB-10','05-FEB-10',143.75,'HERZING','DELPHIA',2,1 +31371,'MWC','05-FEB-10','06-FEB-10',125.00,'TARZIA','KAYLEE',2,0 +31508,'MWC','10-FEB-10','14-FEB-10',112.50,'FULK','GENE',4,0 +37985,'MWC','15-FEB-10','18-FEB-10',112.50,'PEDERSON','DOTTIE',1,1 +54966,'MWC','23-FEB-10','24-FEB-10',125.00,'MAZUREK','LEIGHANN',1,0 +64987,'MWC','28-FEB-10','05-MAR-10',125.00,'BRESSE','BURTON',1,0 +40678,'MWC','22-MAR-10','29-MAR-10',112.50,'KENNETT','QUEEN',3,0 +36356,'MWC','29-MAR-10','04-APR-10',125.00,'SPECTOR','FRITZ',2,1 +35180,'MWC','07-APR-10','08-APR-10',125.00,'POWNELL','BRIDGET',1,0 +96909,'MWC','09-APR-10','15-APR-10',125.00,'WILLIBRAND','HEATHER',3,0 +79056,'MWC','19-APR-10','25-APR-10',125.00,'GANZER','HYMAN',2,0 +90108,'MWC','30-APR-10','01-MAY-10',156.25,'FANZO','TERRY',1,0 +30479,'MWC','01-MAY-10','10-MAY-10',143.75,'QUISPE','MARGARITO',1,1 +60169,'MWC','10-MAY-10','16-MAY-10',125.00,'ROSATI','LORENA',1,3 +91415,'MWC','16-MAY-10','18-MAY-10',112.50,'LEHRFELD','CHERLY',3,0 +87943,'MWC','21-MAY-10','28-MAY-10',125.00,'LUTFY','LIZETTE',2,0 +14273,'MWC','28-MAY-10','30-MAY-10',125.00,'STARE','ELIJAH',1,0 +25134,'MWC','31-MAY-10','02-JUN-10',143.75,'HARDYMAN','CLAYTON',1,1 +34244,'MWC','04-JUN-10','06-JUN-10',112.50,'SPIKE','ROSENDA',4,0 +84244,'MWC','06-JUN-10','07-JUN-10',125.00,'TALAT','MEAGHAN',2,1 +64456,'MWC','07-JUN-10','09-JUN-10',125.00,'MCCLENNINGHAM','BRADLY',1,2 +86375,'MWC','12-JUN-10','22-JUN-10',156.25,'RANAUDO','SELINA',1,0 +84120,'MWC','29-JUN-10','05-JUL-10',143.75,'LOTTO','MYRA',3,1 +72817,'MWC','08-JUL-10','09-JUL-10',143.75,'FINEFROCK','ALEXIS',1,2 +16136,'MWC','09-JUL-10','12-JUL-10',143.75,'FERENCE','MORGAN',1,0 +44378,'MWC','12-JUL-10','13-JUL-10',125.00,'COTMAN','JOLYNN',1,3 +54323,'MWC','13-JUL-10','14-JUL-10',106.25,'LUNNEY','YVETTE',3,0 +18311,'MWC','27-JUL-10','31-JUL-10',125.00,'LUEDKE','BRYNN',1,1 +65909,'MWC','31-JUL-10','01-AUG-10',112.50,'BENDICKSON','NEWTON',2,0 +70287,'MWC','02-AUG-10','11-AUG-10',143.75,'MAEDA','DUSTY',1,0 +92348,'MWC','11-AUG-10','17-AUG-10',125.00,'BARTHELL','RICARDA',1,0 +53295,'MWC','17-AUG-10','22-AUG-10',106.25,'HANUS','THEOLA',2,1 +97375,'MWC','26-AUG-10','27-AUG-10',112.50,'DONNELLEY','GARNET',3,0 +79219,'MWC','27-AUG-10','30-AUG-10',125.00,'KLAASS','HYON',3,1 +69840,'MWC','30-AUG-10','03-SEP-10',112.50,'KNERIEN','GRANT',2,1 +95620,'MWC','07-SEP-10','10-SEP-10',112.50,'ZAHLER','GORDON',1,0 +35136,'MWC','10-SEP-10','12-SEP-10',112.50,'MALCHOW','RAMIRO',1,0 +67464,'MWC','27-SEP-10','30-SEP-10',112.50,'KVETON','FREDRICK',1,1 +38677,'MWC','05-OCT-10','11-OCT-10',156.25,'HORELICK','BYRON',2,0 +32116,'MWC','15-OCT-10','17-OCT-10',143.75,'RUSSO','MELODY',1,1 +21848,'MWC','17-OCT-10','18-OCT-10',112.50,'CLOFFI','CHAROLETTE',1,0 +73473,'MWC','18-OCT-10','27-OCT-10',125.00,'ROTCHFORD','DWIGHT',3,0 +98441,'MWC','30-OCT-10','07-NOV-10',106.25,'RAMPLEY','HERMA',4,0 +54781,'MWC','07-NOV-10','11-NOV-10',125.00,'KUTA','HERMAN',1,2 +93587,'MWC','11-NOV-10','12-NOV-10',112.50,'ZELAYA','PRINCE',3,1 +33271,'MWC','29-NOV-10','02-DEC-10',143.75,'YONKERS','RHETT',2,2 +40043,'MWC','04-DEC-10','14-DEC-10',125.00,'LANSBERRY','JESUSITA',3,1 +33155,'MWC','14-DEC-10','16-DEC-10',143.75,'FOLGER','ELOISA',1,0 +88588,'MWC','16-DEC-10','17-DEC-10',125.00,'RELFORD','MARYBELLE',2,0 +57015,'MWC','19-DEC-10','20-DEC-10',106.25,'BUSTER','TOM',1,0 +87890,'MWC','20-DEC-10','22-DEC-10',143.75,'HELKE','ISAAC',1,0 +66189,'MWC','30-DEC-10','04-JAN-11',143.75,'FROEHNER','LATRISHA',3,0 +76801,'HBB','06-JAN-10','18-JAN-10',125.00,'CRACE','HERB',1,1 +24408,'HBB','18-JAN-10','19-JAN-10',100.00,'RADIN','RUSTY',1,0 +21980,'HBB','05-FEB-10','08-FEB-10',115.00,'SIDDELL','MACY',1,1 +87260,'HBB','13-FEB-10','15-FEB-10',90.00,'REPKE','CHAE',1,1 +78241,'HBB','20-FEB-10','28-FEB-10',85.00,'CHAMBLEE','ALTHA',2,0 +64657,'HBB','01-MAR-10','06-MAR-10',115.00,'VIPPERMAN','PABLO',2,0 +25558,'HBB','17-MAR-10','19-MAR-10',125.00,'SHOULDER','FLORENTINO',1,1 +82874,'HBB','30-MAR-10','09-APR-10',125.00,'ATTEBURG','ELMIRA',1,1 +89780,'HBB','09-APR-10','11-APR-10',100.00,'WAHR','CLINT',1,0 +63523,'HBB','15-APR-10','16-APR-10',115.00,'RATTANA','WINFRED',1,0 +30723,'HBB','16-APR-10','23-APR-10',125.00,'MASSER','TROY',2,0 +88884,'HBB','27-APR-10','30-APR-10',85.00,'KIRAKOSYAN','KAREEM',1,1 +18019,'HBB','03-MAY-10','05-MAY-10',115.00,'ARNDELL','JEFFEREY',1,1 +77379,'HBB','06-MAY-10','08-MAY-10',115.00,'TORNQUIST','JESS',1,0 +45157,'HBB','11-MAY-10','18-MAY-10',115.00,'WICKLIN','WYNELL',2,0 +77574,'HBB','22-MAY-10','03-JUN-10',90.00,'CASMORE','MARINE',1,1 +69945,'HBB','07-JUN-10','09-JUN-10',115.00,'FLEURILUS','KATTIE',1,0 +73154,'HBB','14-JUN-10','19-JUN-10',115.00,'SAILORS','SANDA',1,0 +97000,'HBB','20-JUN-10','26-JUN-10',125.00,'OCHS','ANGLA',1,0 +34855,'HBB','01-JUL-10','04-JUL-10',100.00,'YURICK','SHARA',2,0 +86394,'HBB','07-JUL-10','09-JUL-10',100.00,'WESTLING','DACIA',2,0 +49467,'HBB','09-JUL-10','16-JUL-10',115.00,'SUSMILCH','RAYMUNDO',1,0 +65206,'HBB','16-JUL-10','21-JUL-10',100.00,'HIRONS','RANDAL',1,1 +12686,'HBB','22-JUL-10','25-JUL-10',85.00,'GROWNEY','MELVIN',2,0 +92608,'HBB','30-JUL-10','01-AUG-10',125.00,'PENCEK','SILVIA',1,0 +71443,'HBB','02-AUG-10','05-AUG-10',100.00,'KLIMAVICIUS','ULRIKE',1,0 +52799,'HBB','05-AUG-10','07-AUG-10',85.00,'WANDREI','ISSAC',1,0 +41880,'HBB','07-AUG-10','09-AUG-10',100.00,'PLAKE','KARMEN',1,0 +25262,'HBB','09-AUG-10','11-AUG-10',115.00,'YAPLE','CLAUDIE',1,0 +10500,'HBB','11-AUG-10','12-AUG-10',90.00,'YESSIOS','ANNIS',1,0 +97585,'HBB','15-AUG-10','16-AUG-10',85.00,'PARISER','ELIJAH',1,0 +84334,'HBB','19-AUG-10','25-AUG-10',125.00,'NEUBECKER','GARY',2,0 +28589,'HBB','25-AUG-10','26-AUG-10',115.00,'RIMAR','KEELY',2,0 +62874,'HBB','26-AUG-10','27-AUG-10',100.00,'SKIBA','MITCHELL',1,1 +46665,'HBB','31-AUG-10','09-SEP-10',100.00,'MABRA','MARGET',1,0 +40241,'HBB','13-SEP-10','15-SEP-10',85.00,'CORSARO','SHELLA',1,1 +48604,'HBB','16-SEP-10','22-SEP-10',115.00,'GARCES','CRISTIE',1,1 +48665,'HBB','26-SEP-10','28-SEP-10',90.00,'STOUDYMIRE','COLUMBUS',1,1 +20572,'HBB','28-SEP-10','29-SEP-10',115.00,'SANDLER','JENISE',2,0 +97269,'HBB','04-OCT-10','05-OCT-10',115.00,'MELVE','PHIL',1,1 +25616,'HBB','05-OCT-10','06-OCT-10',100.00,'KOSANOVIC','EWA',1,0 +87713,'HBB','08-OCT-10','10-OCT-10',90.00,'TANKER','JONE',1,0 +44040,'HBB','15-OCT-10','16-OCT-10',90.00,'ZELAYA','PRINCE',1,0 +21202,'HBB','21-OCT-10','23-OCT-10',125.00,'CASAGRANDA','BRAIN',2,0 +10105,'HBB','23-OCT-10','25-OCT-10',100.00,'SELBIG','CONRAD',1,0 +19194,'HBB','29-OCT-10','05-NOV-10',125.00,'WORKINGER','CLIFTON',1,0 +35959,'HBB','07-NOV-10','09-NOV-10',100.00,'BRAND','TROY',1,0 +74141,'HBB','14-NOV-10','16-NOV-10',100.00,'BRODOWSKI','RODERICK',1,0 +56737,'HBB','17-NOV-10','18-NOV-10',100.00,'PETTINE','NUMBERS',2,0 +80302,'HBB','22-NOV-10','24-NOV-10',115.00,'KLEIMAN','MAURICIO',1,0 +55862,'HBB','28-NOV-10','05-DEC-10',85.00,'BIERWAGEN','MARK',1,1 +63078,'HBB','05-DEC-10','06-DEC-10',90.00,'WHITTEN','MITZI',1,0 +63043,'HBB','06-DEC-10','07-DEC-10',85.00,'CIERPKE','DOT',1,1 +73785,'HBB','07-DEC-10','09-DEC-10',100.00,'ROGGE','MEREDITH',2,0 +93165,'HBB','10-DEC-10','14-DEC-10',90.00,'LEDOUX','LENA',1,0 +58668,'HBB','14-DEC-10','19-DEC-10',125.00,'COASTER','MERLE',1,1 +17672,'HBB','21-DEC-10','22-DEC-10',90.00,'DECHELLIS','AARON',1,0 +84695,'HBB','22-DEC-10','23-DEC-10',90.00,'BRAND','TROY',2,0 +38636,'HBB','29-DEC-10','31-DEC-10',115.00,'FORESTA','JORDON',1,0 +43157,'HBB','31-DEC-10','06-JAN-11',100.00,'STURN','NEVADA',2,0 +96005,'IBD','01-JAN-10','07-JAN-10',150.00,'BUTALA','YEVETTE',3,0 +67066,'IBD','07-JAN-10','11-JAN-10',135.00,'EDHOLM','ALFRED',3,1 +14226,'IBD','11-JAN-10','12-JAN-10',150.00,'SCHOENHUT','VERNICE',2,1 +62078,'IBD','12-JAN-10','25-JAN-10',172.50,'BRODOWSKI','RODERICK',1,0 +43303,'IBD','27-JAN-10','28-JAN-10',150.00,'MENINO','STEVEN',1,1 +14678,'IBD','28-JAN-10','30-JAN-10',150.00,'SATERFIELD','FRANCISCO',3,1 +30363,'IBD','30-JAN-10','09-FEB-10',172.50,'JAHALY','DELORSE',3,0 +80613,'IBD','09-FEB-10','12-FEB-10',135.00,'CREDIT','JANESSA',1,3 +98216,'IBD','18-FEB-10','25-FEB-10',150.00,'RAMSDEN','BILLIE',1,0 +43654,'IBD','27-FEB-10','28-FEB-10',172.50,'BORROMEO','EBONY',2,1 +56509,'IBD','08-MAR-10','10-MAR-10',150.00,'VONDRA','HUMBERTO',3,0 +95519,'IBD','21-MAR-10','23-MAR-10',172.50,'ZINDEL','CHUNG',2,2 +57275,'IBD','28-MAR-10','02-APR-10',150.00,'MABRA','MARGET',3,0 +66089,'IBD','06-APR-10','07-APR-10',135.00,'WINNEN','TYLER',2,1 +70741,'IBD','09-APR-10','14-APR-10',150.00,'EERKES','CODY',3,0 +20107,'IBD','14-APR-10','16-APR-10',135.00,'ARBUCKLE','LORENA',2,1 +13136,'IBD','16-APR-10','17-APR-10',187.50,'FEYLER','EMILIA',1,0 +33427,'IBD','17-APR-10','21-APR-10',135.00,'BEALLE','RASHAD',1,0 +80989,'IBD','24-APR-10','06-MAY-10',150.00,'TIPPIN','ASUNCION',1,0 +97996,'IBD','06-MAY-10','07-MAY-10',135.00,'LUCIDO','AHMAD',1,1 +55870,'IBD','08-MAY-10','13-MAY-10',135.00,'BELONGIE','BIBI',1,3 +11645,'IBD','13-MAY-10','19-MAY-10',135.00,'SWAIT','DAN',2,1 +19394,'IBD','23-MAY-10','25-MAY-10',150.00,'HARPE','GERMAN',1,2 +99845,'IBD','27-MAY-10','28-MAY-10',150.00,'SEVILLANO','LILLI',3,0 +32933,'IBD','05-JUN-10','06-JUN-10',135.00,'MURASSO','JAMIE',2,1 +83021,'IBD','06-JUN-10','07-JUN-10',172.50,'KLAVETTER','DOUGLASS',1,3 +65153,'IBD','12-JUN-10','14-JUN-10',150.00,'VEGHER','ANGELA',1,2 +96983,'IBD','18-JUN-10','23-JUN-10',127.50,'CLOWERD','ARNULFO',2,1 +86560,'IBD','23-JUN-10','24-JUN-10',187.50,'SHUTTERS','CLARINDA',3,1 +87086,'IBD','28-JUN-10','07-JUL-10',150.00,'WAGERS','HOUSTON',1,0 +98882,'IBD','07-JUL-10','14-JUL-10',127.50,'GOON','JONE',1,0 +27983,'IBD','22-JUL-10','24-JUL-10',135.00,'SWARTWOOD','JENI',3,1 +37425,'IBD','26-JUL-10','28-JUL-10',150.00,'FIERECK','ALBERTA',4,0 +17222,'IBD','28-JUL-10','07-AUG-10',150.00,'BOHMAN','LAYNE',1,3 +20269,'IBD','12-AUG-10','19-AUG-10',135.00,'BILLICK','NIEVES',1,0 +24326,'IBD','19-AUG-10','21-AUG-10',135.00,'CULMER','LLOYD',1,3 +63600,'IBD','21-AUG-10','28-AUG-10',150.00,'WEARS','LIBBIE',3,0 +37845,'IBD','29-AUG-10','30-AUG-10',127.50,'PENEZ','AMIEE',1,0 +24986,'IBD','30-AUG-10','01-SEP-10',150.00,'HEATH','PASQUALE',4,0 +12085,'IBD','04-SEP-10','08-SEP-10',135.00,'GLASGLOW','EMMANUEL',2,0 +29937,'IBD','08-SEP-10','10-SEP-10',150.00,'OBERHAUSEN','JODY',2,1 +11703,'IBD','10-SEP-10','11-SEP-10',172.50,'HAVIS','SHERILYN',2,0 +10183,'IBD','19-SEP-10','20-SEP-10',150.00,'GABLER','DOLLIE',2,0 +14149,'IBD','20-SEP-10','22-SEP-10',150.00,'HOULIHAN','LEVI',2,1 +17405,'IBD','02-OCT-10','03-OCT-10',127.50,'KESTER','KIZZY',3,1 +21625,'IBD','03-OCT-10','14-OCT-10',187.50,'BOSE','FRANCISCO',1,2 +43651,'IBD','19-OCT-10','21-OCT-10',150.00,'LAGERMAN','LEOLA',2,0 +37060,'IBD','21-OCT-10','23-OCT-10',150.00,'PASSANTINO','DALLAS',1,3 +66548,'IBD','23-OCT-10','26-OCT-10',150.00,'FEASTER','KRISTOPHER',3,0 +11857,'IBD','27-OCT-10','29-OCT-10',187.50,'HARDINA','LORITA',4,0 +33395,'IBD','31-OCT-10','02-NOV-10',150.00,'METER','ROSA',2,0 +43584,'IBD','02-NOV-10','04-NOV-10',135.00,'BRUSKI','MONTY',1,2 +93736,'IBD','07-NOV-10','10-NOV-10',135.00,'TREGRE','COLTON',2,1 +44310,'IBD','15-NOV-10','21-NOV-10',135.00,'DIEZ','NADIA',4,0 +47511,'IBD','21-NOV-10','22-NOV-10',172.50,'VELIE','NIKKI',1,2 +88892,'IBD','22-NOV-10','26-NOV-10',187.50,'MARKWORTH','DESPINA',4,0 +26798,'IBD','30-NOV-10','06-DEC-10',135.00,'BONJORNO','IGNACIO',1,1 +33195,'IBD','06-DEC-10','12-DEC-10',150.00,'DEHLINGER','VANCE',3,1 +72506,'IBD','12-DEC-10','25-DEC-10',150.00,'KNERIEN','GRANT',2,0 +70889,'IBD','25-DEC-10','26-DEC-10',172.50,'DINUNZIO','FELIPE',1,3 +72890,'IBD','26-DEC-10','27-DEC-10',172.50,'AKHTAR','BENTON',1,0 +71679,'IBD','27-DEC-10','31-DEC-10',172.50,'MIKEL','BRIGIDA',1,0 +43692,'IBD','31-DEC-10','01-JAN-11',172.50,'BEAMON','HYACINTH',1,0 +83481,'TAA','03-JAN-10','07-JAN-10',67.50,'ENGELSON','MIKKI',2,0 +38209,'TAA','08-JAN-10','13-JAN-10',86.25,'ECKERT','EDIE',1,0 +89102,'TAA','14-JAN-10','15-JAN-10',67.50,'CARBACK','ZOLA',2,0 +87915,'TAA','18-JAN-10','24-JAN-10',63.75,'ACHENBACH','HERB',1,0 +57627,'TAA','29-JAN-10','05-FEB-10',67.50,'SWEAZY','ROY',1,1 +77911,'TAA','05-FEB-10','07-FEB-10',75.00,'WIDOWSKI','EUSEBIO',2,0 +56475,'TAA','07-FEB-10','08-FEB-10',93.75,'KLIGER','TRICIA',1,0 +89519,'TAA','09-FEB-10','10-FEB-10',75.00,'STIMSON','NICOLA',1,0 +62313,'TAA','10-FEB-10','12-FEB-10',86.25,'WAEGNER','BROOKS',1,1 +68829,'TAA','12-FEB-10','15-FEB-10',67.50,'POIRRIER','SUZETTE',1,1 +84756,'TAA','19-FEB-10','22-FEB-10',75.00,'CARLYLE','BILLYE',1,1 +13972,'TAA','22-FEB-10','25-FEB-10',67.50,'DAYA','COREY',2,0 +55985,'TAA','25-FEB-10','26-FEB-10',86.25,'BASSI','DUSTY',1,0 +92508,'TAA','26-FEB-10','27-FEB-10',75.00,'MULE','DIONNA',2,0 +56344,'TAA','02-MAR-10','03-MAR-10',86.25,'INGUARDSEN','HARRISON',1,0 +24420,'TAA','03-MAR-10','12-MAR-10',75.00,'SCHLESSER','FLOYD',1,1 +74927,'TAA','24-MAR-10','26-MAR-10',67.50,'MACROSTIE','SABRINA',1,0 +69499,'TAA','27-MAR-10','29-MAR-10',75.00,'AKHTAR','BENTON',1,0 +44771,'TAA','29-MAR-10','30-MAR-10',67.50,'NOBLIN','BELKIS',2,0 +31636,'TAA','09-APR-10','11-APR-10',75.00,'FAGERSTROM','ALLAN',1,0 +36855,'TAA','13-APR-10','14-APR-10',67.50,'TRAMM','SANG',1,0 +92463,'TAA','14-APR-10','15-APR-10',75.00,'DAOUD','STEPHEN',1,0 +26423,'TAA','15-APR-10','18-APR-10',86.25,'DEININGER','RICKIE',1,1 +49886,'TAA','21-APR-10','27-APR-10',86.25,'BRINAR','WOODROW',1,1 +75081,'TAA','27-APR-10','07-MAY-10',75.00,'HANSEN','LAREE',1,0 +29496,'TAA','07-MAY-10','14-MAY-10',75.00,'HONIGSBERG','PEARLENE',1,0 +97924,'TAA','19-MAY-10','21-MAY-10',75.00,'SPECTOR','FRITZ',2,0 +61861,'TAA','30-MAY-10','12-JUN-10',86.25,'EASTLING','AUNDREA',1,0 +27125,'TAA','13-JUN-10','15-JUN-10',75.00,'BOESER','DIVINA',1,0 +26487,'TAA','15-JUN-10','19-JUN-10',63.75,'JUHL','MILLARD',1,0 +97491,'TAA','19-JUN-10','23-JUN-10',86.25,'BALCOM','JOEY',1,0 +49153,'TAA','23-JUN-10','30-JUN-10',86.25,'ZEPEDA','ELANA',1,0 +68265,'TAA','30-JUN-10','03-JUL-10',67.50,'BREGER','BOYD',2,0 +94949,'TAA','03-JUL-10','09-JUL-10',75.00,'FINEFROCK','ALEXIS',1,1 +67917,'TAA','09-JUL-10','13-JUL-10',75.00,'SALERNO','LOU',1,0 +86151,'TAA','13-JUL-10','15-JUL-10',67.50,'RIOPEL','TANA',1,1 +32112,'TAA','20-JUL-10','27-JUL-10',75.00,'SAMPLES','CLAIR',1,0 +94735,'TAA','31-JUL-10','05-AUG-10',75.00,'ALMGREN','CHANTAY',1,1 +89433,'TAA','08-AUG-10','18-AUG-10',63.75,'SHALHOUP','AMAL',1,0 +19017,'TAA','18-AUG-10','30-AUG-10',86.25,'EERKES','CODY',2,0 +38017,'TAA','05-SEP-10','07-SEP-10',75.00,'SHOULDER','FLORENTINO',2,0 +85547,'TAA','11-SEP-10','16-SEP-10',93.75,'EMIGHOLZ','ERWIN',1,1 +35546,'TAA','19-SEP-10','24-SEP-10',67.50,'YUK','TIM',1,0 +32552,'TAA','11-OCT-10','12-OCT-10',75.00,'MIDTHUN','EMMANUEL',1,0 +16693,'TAA','17-OCT-10','18-OCT-10',67.50,'ASHCROFT','RONALD',1,0 +20463,'TAA','19-OCT-10','22-OCT-10',75.00,'VANBLARICUM','CRISTIE',1,1 +69654,'TAA','23-OCT-10','29-OCT-10',75.00,'TOLLINCHI','CHRISTOPER',2,0 +67381,'TAA','02-NOV-10','04-NOV-10',75.00,'GUERETTE','CLARETTA',2,0 +58942,'TAA','04-NOV-10','08-NOV-10',75.00,'HULETTE','DARIUS',1,0 +76087,'TAA','18-NOV-10','23-NOV-10',67.50,'SELIGA','LEOPOLDO',1,1 +81825,'TAA','25-NOV-10','27-NOV-10',86.25,'DEVEY','GIUSEPPE',1,1 +90621,'TAA','28-NOV-10','30-NOV-10',86.25,'RENDLEMAN','JULI',1,0 +42000,'TAA','04-DEC-10','11-DEC-10',93.75,'STRINGFELLOW','GEARLDINE',2,0 +33013,'TAA','16-DEC-10','18-DEC-10',67.50,'STYCH','DIA',1,0 +33339,'TAA','22-DEC-10','27-DEC-10',67.50,'WISSINGER','JACQUES',1,0 +54274,'TAA','27-DEC-10','28-DEC-10',75.00,'PEYATT','SHERON',1,0 +84497,'TAA','28-DEC-10','29-DEC-10',75.00,'FRERICKS','RONNY',2,0 +46908,'TAA','29-DEC-10','30-DEC-10',86.25,'PULOS','ROBERTO',1,0 +47108,'TAA','30-DEC-10','12-JAN-11',75.00,'WILCUTT','BLAINE',1,0 +87722,'CAS','01-JAN-10','07-JAN-10',175.00,'GIERLING','TRENT',2,0 +24980,'CAS','07-JAN-10','08-JAN-10',201.25,'GRONDAHL','ELVINA',1,0 +38140,'CAS','22-JAN-10','23-JAN-10',218.75,'KUDRON','CATHERIN',3,0 +75632,'CAS','26-JAN-10','27-JAN-10',148.75,'DONIGAN','GLEN',2,1 +97542,'CAS','27-JAN-10','29-JAN-10',175.00,'GARZONE','EDISON',3,0 +89101,'CAS','29-JAN-10','30-JAN-10',201.25,'GIOVANINI','ROXANE',1,1 +57298,'CAS','30-JAN-10','03-FEB-10',148.75,'KNOP','JEFFRY',1,0 +56797,'CAS','03-FEB-10','05-FEB-10',175.00,'PFEUFFER','VALENTIN',3,0 +32138,'CAS','05-FEB-10','07-FEB-10',175.00,'KOEHNE','YUONNE',3,1 +74036,'CAS','08-FEB-10','14-FEB-10',175.00,'MANTERNACH','ALBERTA',2,0 +90483,'CAS','14-FEB-10','25-FEB-10',175.00,'HUIZINGA','GILBERT',2,1 +83347,'CAS','26-FEB-10','28-FEB-10',201.25,'MCCULLARS','ALEIDA',2,0 +99340,'CAS','04-MAR-10','05-MAR-10',175.00,'DONIGAN','GLEN',3,0 +90569,'CAS','06-MAR-10','07-MAR-10',201.25,'LIBBERTON','SAM',1,0 +36156,'CAS','07-MAR-10','12-MAR-10',175.00,'GUILFOIL','KOREY',2,0 +66494,'CAS','14-MAR-10','18-MAR-10',157.50,'KOLB','ENA',3,0 +11718,'CAS','18-MAR-10','19-MAR-10',157.50,'GLIWSKI','DAN',2,1 +20991,'CAS','19-MAR-10','01-APR-10',201.25,'PLYMEL','STEPHEN',1,0 +92372,'CAS','01-APR-10','03-APR-10',175.00,'GOODHUE','RUSSELL',1,0 +46496,'CAS','08-APR-10','12-APR-10',175.00,'ALWINE','SHAWANDA',3,0 +31695,'CAS','16-APR-10','18-APR-10',148.75,'KEPKE','HAROLD',2,0 +14644,'CAS','23-APR-10','24-APR-10',148.75,'VOLANTE','EMERY',4,0 +12631,'CAS','24-APR-10','26-APR-10',175.00,'ONEEL','PASQUALE',1,0 +83133,'CAS','26-APR-10','27-APR-10',175.00,'JEE','HERMAN',2,2 +93732,'CAS','30-APR-10','02-MAY-10',157.50,'STARE','ELIJAH',1,0 +82884,'CAS','07-MAY-10','08-MAY-10',157.50,'LEVAR','NYLA',2,1 +13192,'CAS','08-MAY-10','15-MAY-10',175.00,'MCCORVEY','JESUS',1,0 +46797,'CAS','15-MAY-10','16-MAY-10',175.00,'VANBLARICUM','CRISTIE',3,1 +93382,'CAS','16-MAY-10','22-MAY-10',175.00,'PACHERO','MAGAN',2,2 +83866,'CAS','01-JUN-10','05-JUN-10',148.75,'BARBER','CALEB',3,0 +70937,'CAS','06-JUN-10','07-JUN-10',148.75,'BERTINI','DYAN',3,0 +92150,'CAS','13-JUN-10','16-JUN-10',157.50,'BOBSEINE','HUMBERTO',1,2 +87631,'CAS','16-JUN-10','23-JUN-10',175.00,'EDEMANN','KACI',1,0 +70863,'CAS','23-JUN-10','05-JUL-10',201.25,'MUHLESTEIN','REINALDO',1,2 +29003,'CAS','05-JUL-10','07-JUL-10',175.00,'MASSER','TROY',1,1 +21050,'CAS','11-JUL-10','17-JUL-10',175.00,'CHATTERJEE','ALFRED',3,0 +59593,'CAS','17-JUL-10','18-JUL-10',218.75,'GRULKEY','JULIO',1,3 +92515,'CAS','18-JUL-10','25-JUL-10',201.25,'LIESTMAN','TOVA',2,0 +80282,'CAS','27-JUL-10','29-JUL-10',157.50,'PETERSON','SHARRI',1,1 +42424,'CAS','01-AUG-10','14-AUG-10',157.50,'SCARPINO','BERNITA',2,0 +19812,'CAS','14-AUG-10','15-AUG-10',157.50,'MCCARTER','IVAN',3,1 +85102,'CAS','15-AUG-10','16-AUG-10',201.25,'GIANOPULOS','LYLA',1,0 +90653,'CAS','16-AUG-10','17-AUG-10',175.00,'SHIYOU','SYLVIE',1,0 +32565,'CAS','21-AUG-10','26-AUG-10',157.50,'KALAFATIS','KEITH',3,0 +28447,'CAS','26-AUG-10','27-AUG-10',175.00,'GEOHAGAN','ISSAC',2,2 +75770,'CAS','27-AUG-10','29-AUG-10',175.00,'TRIGLETH','REYES',3,0 +26380,'CAS','30-AUG-10','31-AUG-10',201.25,'KABZINSKI','MILLIE',1,0 +15059,'CAS','31-AUG-10','07-SEP-10',157.50,'LERCH','NICKY',3,1 +21863,'CAS','07-SEP-10','08-SEP-10',175.00,'ARGOTE','ODELIA',1,0 +62161,'CAS','08-SEP-10','09-SEP-10',157.50,'IKEDA','FREEMAN',1,0 +32781,'CAS','09-SEP-10','15-SEP-10',175.00,'DURAN','BO',2,2 +98805,'CAS','16-SEP-10','18-SEP-10',175.00,'WITHFIELD','IVORY',1,1 +37456,'CAS','18-SEP-10','19-SEP-10',175.00,'BOWEN','NIDA',2,0 +10990,'CAS','21-SEP-10','27-SEP-10',175.00,'TRACHSEL','DAMIEN',1,3 +72813,'CAS','29-SEP-10','03-OCT-10',201.25,'WEINLAND','BEV',3,1 +21216,'CAS','03-OCT-10','04-OCT-10',201.25,'VANNAMAN','ERICH',1,0 +98711,'CAS','08-OCT-10','09-OCT-10',201.25,'ROSSEY','ALLEN',1,0 +88863,'CAS','22-OCT-10','23-OCT-10',175.00,'TOAN','YONG',1,0 +60313,'CAS','28-OCT-10','30-OCT-10',218.75,'SLONE','LARITA',1,1 +80582,'CAS','30-OCT-10','09-NOV-10',201.25,'PFEUFFER','FREDRICK',1,0 +98328,'CAS','14-NOV-10','15-NOV-10',201.25,'MORAWSKI','KRIS',1,3 +16234,'CAS','15-NOV-10','16-NOV-10',157.50,'GRABILL','JULEE',2,0 +32739,'CAS','20-NOV-10','24-NOV-10',148.75,'SHAFE','TUAN',1,2 +94073,'CAS','27-NOV-10','03-DEC-10',175.00,'MANSELL','FLORENTINO',1,0 +32015,'CAS','03-DEC-10','05-DEC-10',201.25,'EADER','JACKIE',2,0 +59986,'CAS','05-DEC-10','09-DEC-10',175.00,'WEINAND','HARRIETT',1,0 +36345,'CAS','10-DEC-10','12-DEC-10',157.50,'TURVAVILLE','TYLER',1,0 +99478,'CAS','29-DEC-10','31-DEC-10',157.50,'WENRICH','ELWOOD',3,0 +93389,'CAS','31-DEC-10','08-JAN-11',218.75,'PELLOWSKI','ELKE',1,0 +32896,'RTE','06-JAN-10','13-JAN-10',157.50,'LUTFY','LIZETTE',1,2 +24412,'RTE','23-JAN-10','30-JAN-10',175.00,'PENEZ','AMIEE',2,0 +76432,'RTE','30-JAN-10','03-FEB-10',148.75,'DIEUDONNE','KRYSTEN',2,2 +62024,'RTE','06-FEB-10','12-FEB-10',157.50,'LUTTRELL','MONTY',1,3 +25374,'RTE','15-FEB-10','17-FEB-10',157.50,'JASPERS','LIBBIE',1,0 +45483,'RTE','17-FEB-10','18-FEB-10',157.50,'JENQUIN','JAY',2,0 +77094,'RTE','23-FEB-10','27-FEB-10',218.75,'DISHAW','CODY',1,2 +93672,'RTE','28-FEB-10','04-MAR-10',148.75,'SOMO','FELICITAS',1,1 +49606,'RTE','04-MAR-10','05-MAR-10',201.25,'YOKUM','GARRY',1,3 +23740,'RTE','07-MAR-10','12-MAR-10',218.75,'NOWLEY','ROMEO',2,0 +14447,'RTE','14-MAR-10','18-MAR-10',201.25,'MAASCH','CHARISSA',2,0 +52353,'RTE','31-MAR-10','07-APR-10',201.25,'WISWELL','JERROD',1,0 +45279,'RTE','08-APR-10','12-APR-10',201.25,'HALBERSTAM','SHERRILL',4,0 +50459,'RTE','14-APR-10','15-APR-10',218.75,'LORENZANO','SON',1,2 +50458,'RTE','18-APR-10','20-APR-10',175.00,'VOLANTE','EMERY',1,2 +98557,'RTE','20-APR-10','21-APR-10',218.75,'MAIDENS','THOMASINE',1,2 +25010,'RTE','22-APR-10','01-MAY-10',201.25,'WESTRUM','TIMMY',2,2 +54061,'RTE','05-MAY-10','12-MAY-10',175.00,'BARTHELL','RICARDA',1,0 +79213,'RTE','17-MAY-10','29-MAY-10',157.50,'NEUZIL','MIREYA',1,3 +34999,'RTE','15-JUN-10','19-JUN-10',175.00,'DANIELLO','RUDOLF',1,1 +37309,'RTE','19-JUN-10','21-JUN-10',175.00,'PERRINO','DENNY',3,1 +48854,'RTE','26-JUN-10','27-JUN-10',175.00,'TROKEY','INGRID',2,0 +22954,'RTE','27-JUN-10','04-JUL-10',157.50,'ALLAIRE','RAMONA',1,1 +14896,'RTE','04-JUL-10','06-JUL-10',148.75,'KUDRON','CATHERIN',1,1 +30186,'RTE','06-JUL-10','07-JUL-10',175.00,'MAKI','ADAN',1,0 +53186,'RTE','09-JUL-10','14-JUL-10',157.50,'MANARD','ARDELIA',1,0 +43707,'RTE','14-JUL-10','16-JUL-10',175.00,'GUT','ALEJANDRA',1,1 +71343,'RTE','19-JUL-10','21-JUL-10',201.25,'TOWBER','MODESTO',1,0 +81785,'RTE','23-JUL-10','24-JUL-10',157.50,'FALT','SHAWN',1,0 +49802,'RTE','30-JUL-10','04-AUG-10',157.50,'CONRAD','ELODIA',1,1 +77535,'RTE','08-AUG-10','12-AUG-10',201.25,'KEBEDE','ARON',1,3 +12142,'RTE','13-AUG-10','23-AUG-10',175.00,'JUNOR','LENNY',3,1 +18398,'RTE','23-AUG-10','24-AUG-10',175.00,'PARAGAS','ALVIN',1,1 +79161,'RTE','24-AUG-10','25-AUG-10',175.00,'RUBERTI','DOMINIC',1,0 +82503,'RTE','27-AUG-10','29-AUG-10',175.00,'RIINA','TATIANA',2,2 +80760,'RTE','03-SEP-10','04-SEP-10',175.00,'DELISSER','COLEMAN',3,1 +42688,'RTE','04-SEP-10','08-SEP-10',148.75,'BRIERTON','MAJOR',1,2 +73364,'RTE','09-SEP-10','10-SEP-10',157.50,'MAROUN','MARTH',1,0 +49609,'RTE','12-SEP-10','17-SEP-10',175.00,'ZEPEDA','ELANA',2,2 +45022,'RTE','20-SEP-10','21-SEP-10',175.00,'PAILET','GIUSEPPE',3,1 +15192,'RTE','22-SEP-10','23-SEP-10',175.00,'JEFFRYES','DANILO',1,0 +15428,'RTE','25-SEP-10','27-SEP-10',175.00,'BROOKSHEAR','NAPOLEON',2,0 +57909,'RTE','02-OCT-10','06-OCT-10',201.25,'OULETTE','ALDO',1,0 +28353,'RTE','06-OCT-10','08-OCT-10',148.75,'PINNELL','ANITA',1,2 +71802,'RTE','23-OCT-10','29-OCT-10',201.25,'GOODHUE','RUSSELL',1,0 +87949,'RTE','02-NOV-10','03-NOV-10',201.25,'SCHWEITZ','DANNETTE',3,1 +19701,'RTE','14-NOV-10','15-NOV-10',201.25,'HOTELLING','REGENIA',1,0 +79296,'RTE','15-NOV-10','17-NOV-10',175.00,'BLACKMORE','APRYL',1,0 +85166,'RTE','17-NOV-10','19-NOV-10',201.25,'RAUGHT','DARON',3,1 +21490,'RTE','23-NOV-10','24-NOV-10',175.00,'PAVLOCK','MARCELO',2,2 +45745,'RTE','29-NOV-10','30-NOV-10',175.00,'MEGGS','CARY',1,0 +83487,'RTE','30-NOV-10','02-DEC-10',175.00,'SHARRER','SHARA',1,0 +38293,'RTE','17-DEC-10','19-DEC-10',157.50,'SCHOSSOW','BO',3,1 +17480,'RTE','22-DEC-10','28-DEC-10',157.50,'DEBARDELABEN','NELL',3,0 +64785,'RTE','28-DEC-10','04-JAN-11',148.75,'MAEWEATHER','AUGUST',3,0 +56517,'FNA','01-JAN-10','04-JAN-10',225.00,'TUPPEN','HANS',1,1 +65186,'FNA','13-JAN-10','15-JAN-10',250.00,'GOSSERAND','CURTIS',2,1 +25966,'FNA','15-JAN-10','17-JAN-10',212.50,'DUMAN','LUKE',3,1 +66899,'FNA','18-JAN-10','19-JAN-10',225.00,'TUNE','MARISSA',1,0 +58779,'FNA','19-JAN-10','21-JAN-10',250.00,'ZENTNER','ROBBIE',1,1 +93918,'FNA','26-JAN-10','31-JAN-10',250.00,'HARDACRE','NEIL',3,0 +51685,'FNA','03-FEB-10','04-FEB-10',250.00,'EIMER','LYNELLE',2,0 +28499,'FNA','04-FEB-10','05-FEB-10',212.50,'DOMINGUEZ','STACEY',1,1 +95600,'FNA','05-FEB-10','07-FEB-10',225.00,'MOUTON','CASANDRA',4,0 +14834,'FNA','07-FEB-10','13-FEB-10',225.00,'WITTROCK','DEBBIE',1,2 +71009,'FNA','18-FEB-10','20-FEB-10',250.00,'OXBORROW','CARLETTA',2,0 +63153,'FNA','20-FEB-10','22-FEB-10',312.50,'TROKEY','INGRID',4,0 +28771,'FNA','26-FEB-10','09-MAR-10',250.00,'MORRISSETTE','FAVIOLA',3,1 +13205,'FNA','14-MAR-10','18-MAR-10',250.00,'VANDOREN','MAJOR',1,0 +72656,'FNA','18-MAR-10','19-MAR-10',250.00,'PICHARD','HOLLIS',1,3 +67292,'FNA','24-MAR-10','28-MAR-10',287.50,'GUEDESSE','SOL',3,0 +22169,'FNA','06-APR-10','07-APR-10',287.50,'SCHUL','HOYT',1,0 +65283,'FNA','08-APR-10','09-APR-10',287.50,'ALLAIRE','RAMONA',2,0 +11631,'FNA','10-APR-10','12-APR-10',312.50,'ESPINO','MARCELINA',2,1 +83396,'FNA','12-APR-10','13-APR-10',250.00,'DRDA','LESTER',1,1 +99863,'FNA','17-APR-10','19-APR-10',250.00,'ARBUCKLE','LORENA',4,0 +54811,'FNA','19-APR-10','20-APR-10',225.00,'KLEVER','ERASMO',2,1 +47352,'FNA','20-APR-10','24-APR-10',225.00,'MARZETT','JOSEPH',1,1 +28691,'FNA','24-APR-10','26-APR-10',225.00,'SLUKA','AIKO',1,1 +73732,'FNA','26-APR-10','28-APR-10',250.00,'RODERICK','JOSLYN',1,0 +26561,'FNA','29-APR-10','03-MAY-10',250.00,'DYDA','DORIAN',2,2 +80964,'FNA','03-MAY-10','10-MAY-10',225.00,'RHYME','QUINN',4,0 +85215,'FNA','14-MAY-10','21-MAY-10',250.00,'TEHNEY','DARRYL',1,0 +60205,'FNA','22-MAY-10','31-MAY-10',225.00,'FRAINE','MANDA',1,1 +37773,'FNA','31-MAY-10','06-JUN-10',312.50,'BOUGIE','MONTE',1,1 +69796,'FNA','09-JUN-10','11-JUN-10',250.00,'LUANGSINGOTHA','WILHELMINA',1,3 +19494,'FNA','12-JUN-10','19-JUN-10',287.50,'VORWERK','DORINE',1,0 +41037,'FNA','19-JUN-10','02-JUL-10',225.00,'DUB','SUZANNE',1,0 +74117,'FNA','02-JUL-10','04-JUL-10',225.00,'HORTILLOSA','FREDDY',1,0 +17338,'FNA','04-JUL-10','05-JUL-10',287.50,'RUBY','QUENTIN',2,2 +71818,'FNA','05-JUL-10','06-JUL-10',250.00,'SALOWITZ','QUEEN',2,1 +99419,'FNA','11-JUL-10','12-JUL-10',250.00,'DALGLEISH','RYAN',4,0 +87412,'FNA','16-JUL-10','22-JUL-10',250.00,'HARE','ELSIE',2,2 +71902,'FNA','27-JUL-10','31-JUL-10',250.00,'ANNABLE','IRA',1,0 +94437,'FNA','31-JUL-10','02-AUG-10',250.00,'SVATEK','KELLY',2,0 +82515,'FNA','02-AUG-10','03-AUG-10',287.50,'ALWINE','SHAWANDA',1,2 +79615,'FNA','03-AUG-10','05-AUG-10',250.00,'CONRAD','ELODIA',1,2 +22615,'FNA','09-AUG-10','10-AUG-10',212.50,'QUISPE','MARGARITO',1,1 +59166,'FNA','20-AUG-10','21-AUG-10',250.00,'TANI','DOMINICK',3,0 +23302,'FNA','21-AUG-10','22-AUG-10',287.50,'CONSTABLE','RASHAD',1,2 +53668,'FNA','22-AUG-10','24-AUG-10',287.50,'FIGUROA','BEN',1,0 +30671,'FNA','29-AUG-10','01-SEP-10',225.00,'KON','DEWAYNE',1,1 +35922,'FNA','01-SEP-10','02-SEP-10',287.50,'SINGERMAN','YAN',1,0 +75457,'FNA','05-SEP-10','07-SEP-10',225.00,'SEGO','HUNG',1,0 +16061,'FNA','11-SEP-10','14-SEP-10',312.50,'ENDLER','ODIS',2,1 +25389,'FNA','19-SEP-10','21-SEP-10',212.50,'INTERRANTE','EMMITT',3,1 +60454,'FNA','06-OCT-10','08-OCT-10',225.00,'GOLSTON','CONSUELA',2,2 +28198,'FNA','08-OCT-10','18-OCT-10',225.00,'SAPORITO','ANDREAS',1,0 +39910,'FNA','19-OCT-10','21-OCT-10',250.00,'KAMINSKY','DANNY',1,0 +92303,'FNA','04-NOV-10','10-NOV-10',287.50,'BRISENDINE','JEWEL',1,0 +26345,'FNA','10-NOV-10','12-NOV-10',250.00,'QUEROS','MAHALIA',1,1 +99236,'FNA','16-NOV-10','17-NOV-10',287.50,'SCHOENING','LEROY',1,1 +85417,'FNA','21-NOV-10','26-NOV-10',225.00,'MULKEY','EMERY',2,0 +10574,'FNA','26-NOV-10','03-DEC-10',287.50,'SWEAZY','ROY',2,1 +29568,'FNA','03-DEC-10','08-DEC-10',225.00,'BOETTNER','REIKO',3,0 +28106,'FNA','11-DEC-10','17-DEC-10',312.50,'VANDERSCHAEGE','MITZIE',2,0 +56373,'FNA','18-DEC-10','20-DEC-10',225.00,'BEGEN','ASHLYN',3,0 +94004,'FNA','21-DEC-10','24-DEC-10',250.00,'JARVI','JOHNNIE',4,0 +28948,'FNA','24-DEC-10','26-DEC-10',287.50,'RUPE','QUIANA',2,0 +71987,'FNA','30-DEC-10','31-DEC-10',250.00,'HARE','ELSIE',2,0 +67409,'FNA','31-DEC-10','04-JAN-11',250.00,'MADRON','DONNIE',2,1 diff --git a/database/inn_1/data_csv/Reservations_t.csv b/database/inn_1/data_csv/Reservations_t.csv new file mode 100644 index 0000000000000000000000000000000000000000..4db9626d523df53f79675d401d124bfd3650caf5 --- /dev/null +++ b/database/inn_1/data_csv/Reservations_t.csv @@ -0,0 +1,601 @@ +Code,Room,CheckIn,CheckOut,Rate,LastName,FirstName,Adults,Kids +47496,'RND',2010-01-01,2010-01-06,150.0,'KLEVER','ERASMO',1,0 +41112,'RND',2010-01-06,2010-01-11,135.0,'HOOLEY','EUGENIO',1,0 +76809,'RND',2010-01-12,2010-01-14,187.5,'WISWELL','JERROD',1,0 +70172,'RND',2010-01-23,2010-01-25,150.0,'ALMANZA','PHEBE',1,0 +44358,'RND',2010-01-25,2010-01-27,150.0,'BOBROW','CLINTON',2,0 +55344,'RND',2010-01-30,2010-01-31,135.0,'RENSCH','LIANA',1,0 +99471,'RND',2010-01-31,2010-02-01,135.0,'ABRAHAMS','ANNETT',1,0 +81473,'RND',2010-02-01,2010-02-02,127.5,'EVERITT','YUK',1,1 +49253,'RND',2010-02-03,2010-02-06,150.0,'NANI','GARRY',1,0 +16748,'RND',2010-02-21,2010-02-23,135.0,'KLIMKO','DONTE',1,0 +69316,'RND',2010-02-26,2010-03-07,150.0,'SULOUFF','JESSICA',1,0 +69844,'RND',2010-03-07,2010-03-11,172.5,'BONIOL','CLINT',1,0 +96839,'RND',2010-03-11,2010-03-12,150.0,'ARANAS','ROD',1,0 +43911,'RND',2010-03-12,2010-03-13,127.5,'NEIN','TEODORO',1,0 +48382,'RND',2010-03-13,2010-03-14,150.0,'SCHLADWEILER','ELEASE',1,0 +77032,'RND',2010-03-14,2010-03-17,172.5,'FRANC','HERBERT',1,0 +30043,'RND',2010-03-17,2010-03-18,150.0,'HELFRITZ','RHEA',2,0 +48539,'RND',2010-03-21,2010-03-28,135.0,'CHINAULT','EDWARDO',2,0 +23850,'RND',2010-04-11,2010-04-17,150.0,'PENNELLA','LAKIA',2,0 +97303,'RND',2010-04-21,2010-04-30,150.0,'WAEGNER','STANFORD',1,0 +21553,'RND',2010-05-01,2010-05-05,172.5,'MECHLING','KERRI',1,0 +28465,'RND',2010-05-05,2010-05-06,150.0,'SALLE','SANTANA',1,0 +62147,'RND',2010-05-06,2010-05-13,135.0,'BURCHAM','JONATHON',1,1 +38368,'RND',2010-05-30,2010-06-06,150.0,'FOCKE','HONEY',1,1 +48822,'RND',2010-06-08,2010-06-12,187.5,'HULETTE','DARIUS',1,0 +18822,'RND',2010-06-12,2010-06-14,150.0,'NORN','GARLAND',2,0 +34034,'RND',2010-06-14,2010-06-20,172.5,'GABBETT','ALLEN',1,0 +52470,'RND',2010-06-20,2010-06-21,127.5,'BAIRAM','BRADLY',1,1 +95709,'RND',2010-06-21,2010-07-02,135.0,'TRUDEN','LEWIS',1,0 +93984,'RND',2010-07-02,2010-07-03,187.5,'DEBARDELABEN','NELL',1,0 +76245,'RND',2010-07-18,2010-07-19,150.0,'TOSTI','DAN',1,1 +30300,'RND',2010-07-19,2010-07-20,135.0,'PRIAL','MYLES',1,0 +70440,'RND',2010-07-23,2010-07-27,150.0,'DEVEY','GIUSEPPE',1,0 +44933,'RND',2010-07-27,2010-07-29,150.0,'FURIA','ELWANDA',2,0 +63458,'RND',2010-07-31,2010-08-01,172.5,'LELEUX','PORTER',1,1 +78964,'RND',2010-08-05,2010-08-06,150.0,'SPERAZZA','WILBUR',2,0 +64503,'RND',2010-08-06,2010-08-11,172.5,'MAURER','TEODORO',2,0 +15534,'RND',2010-08-28,2010-09-01,150.0,'GAUD','REINALDO',1,0 +87560,'RND',2010-09-01,2010-09-02,150.0,'SABALA','MORTON',1,0 +59083,'RND',2010-09-03,2010-09-10,172.5,'HARTFORD','NATHANAEL',2,0 +91895,'RND',2010-09-10,2010-09-11,150.0,'BLADE','RUBEN',1,0 +65416,'RND',2010-09-11,2010-09-13,127.5,'STRICK','NICHOLLE',1,0 +94375,'RND',2010-09-13,2010-09-19,150.0,'WEGER','TOBY',1,0 +69494,'RND',2010-09-21,2010-09-22,135.0,'MINDEN','STACEY',1,0 +14845,'RND',2010-09-27,2010-09-30,150.0,'ROTCH','FLORIDA',1,1 +10449,'RND',2010-09-30,2010-10-01,150.0,'KLESS','NELSON',1,0 +28494,'RND',2010-10-01,2010-10-13,135.0,'DERKAS','GUS',1,0 +67343,'RND',2010-10-14,2010-10-25,172.5,'ALBROUGH','OLYMPIA',2,0 +63293,'RND',2010-10-25,2010-11-01,127.5,'KUTA','HERMAN',1,1 +55551,'RND',2010-11-04,2010-11-08,127.5,'COOKUS','KASHA',2,0 +57705,'RND',2010-11-12,2010-11-15,172.5,'ROTHMAN','GLENNIS',1,0 +48532,'RND',2010-11-20,2010-11-22,135.0,'VANDEBRINK','TRESSIE',1,0 +32049,'RND',2010-11-22,2010-12-04,135.0,'PANOS','LESTER',1,1 +54369,'RND',2010-12-04,2010-12-06,172.5,'MULE','DIONNA',1,0 +24667,'RND',2010-12-08,2010-12-09,187.5,'BAUGUESS','ERYN',1,0 +68385,'RND',2010-12-10,2010-12-12,172.5,'ALBERO','ABBEY',1,0 +46577,'RND',2010-12-12,2010-12-14,135.0,'MAURER','TEODORO',1,0 +41783,'RND',2010-12-19,2010-12-20,187.5,'LEDOUX','LENA',1,0 +30020,'RND',2010-12-21,2010-12-28,135.0,'PORTO','MARIANO',1,1 +26701,'RND',2010-12-28,2010-12-30,150.0,'DEJAEGER','WELDON',2,0 +69598,'RND',2010-12-30,2010-12-31,150.0,'RENIER','MARCELLUS',1,0 +97512,'RND',2010-12-31,2011-01-02,150.0,'FRAILEY','JUANITA',1,0 +74548,'IBS',2010-01-13,2010-01-16,172.5,'BORROMEO','EBONY',1,1 +89123,'IBS',2010-01-20,2010-01-30,172.5,'GISSLER','EFRAIN',1,0 +77967,'IBS',2010-01-30,2010-02-06,172.5,'MCNEELEY','ARTHUR',1,0 +62333,'IBS',2010-02-06,2010-02-07,150.0,'ABATIELL','CATHRYN',2,0 +72456,'IBS',2010-02-08,2010-02-10,150.0,'STARTIN','BRUNA',1,1 +15733,'IBS',2010-02-11,2010-02-13,172.5,'BEALLE','RASHAD',1,0 +39602,'IBS',2010-02-13,2010-02-23,150.0,'STUART','IVA',1,1 +75477,'IBS',2010-02-23,2010-02-24,172.5,'JAHR','JESSIE',2,0 +41754,'IBS',2010-02-24,2010-02-25,172.5,'ANA','ELLAN',1,0 +12138,'IBS',2010-02-28,2010-03-05,150.0,'SHARIAT','JARRED',1,0 +95260,'IBS',2010-03-07,2010-03-19,187.5,'PERRINO','DENNY',1,0 +63558,'IBS',2010-03-20,2010-03-22,150.0,'KEPKE','HAROLD',1,1 +53535,'IBS',2010-03-22,2010-03-25,172.5,'ALLENDE','VIRGIL',1,1 +63746,'IBS',2010-03-25,2010-03-27,187.5,'SCARLES','LANDON',1,1 +58881,'IBS',2010-03-27,2010-03-29,150.0,'RONFELDT','JERMAINE',1,0 +16933,'IBS',2010-04-01,2010-04-03,150.0,'NORSWORTHY','AUBREY',2,0 +18900,'IBS',2010-04-03,2010-04-05,172.5,'LAURY','EMILY',2,0 +58762,'IBS',2010-04-05,2010-04-07,127.5,'REDEPENNING','FAITH',1,0 +50223,'IBS',2010-04-12,2010-04-14,135.0,'CALLICUTT','HONG',1,0 +84715,'IBS',2010-04-18,2010-04-19,150.0,'BECKUM','MISSY',1,0 +55641,'IBS',2010-04-23,2010-04-25,150.0,'ISHIBASHI','CAPRICE',1,1 +99268,'IBS',2010-04-30,2010-05-03,135.0,'LEEHY','NENA',1,0 +14001,'IBS',2010-05-11,2010-05-12,187.5,'COSTON','LANNY',1,0 +63652,'IBS',2010-05-14,2010-05-20,172.5,'COVERT','ADAM',1,1 +28227,'IBS',2010-05-30,2010-06-04,172.5,'STUART','IVA',2,0 +81780,'IBS',2010-06-09,2010-06-10,150.0,'ENTWISLE','THOMAS',1,0 +44426,'IBS',2010-06-22,2010-06-23,150.0,'CHEESE','TRINIDAD',1,0 +62816,'IBS',2010-07-07,2010-07-11,127.5,'MAEWEATHER','AUGUST',1,0 +94074,'IBS',2010-07-15,2010-07-16,135.0,'TRIBBY','ADELIA',1,0 +22981,'IBS',2010-07-21,2010-07-23,172.5,'KNERIEN','GRANT',1,0 +72503,'IBS',2010-07-23,2010-07-30,150.0,'VELZEBOER','HAN',2,0 +44428,'IBS',2010-08-04,2010-08-06,172.5,'ZAVADOSKI','CLAIR',1,0 +26135,'IBS',2010-08-09,2010-08-14,150.0,'STORDAHL','NATOSHA',1,0 +88795,'IBS',2010-08-18,2010-08-26,150.0,'EURICH','ANTONE',1,1 +78565,'IBS',2010-08-28,2010-08-31,187.5,'WAGERS','HOUSTON',2,0 +97220,'IBS',2010-08-31,2010-09-04,187.5,'WIXOM','MARCIA',1,1 +37585,'IBS',2010-09-06,2010-09-08,135.0,'NOAH','DOROTHEA',2,0 +67689,'IBS',2010-09-08,2010-09-11,172.5,'DELGUIDICE','DAN',2,0 +53723,'IBS',2010-09-11,2010-09-12,135.0,'KVETON','FREDRICK',2,0 +11996,'IBS',2010-09-14,2010-09-16,187.5,'BURBANK','ROBERT',1,0 +55363,'IBS',2010-09-20,2010-09-22,135.0,'VERDINE','ANTONINA',1,0 +53747,'IBS',2010-09-22,2010-09-23,135.0,'SPEARIN','TOMMY',1,1 +59610,'IBS',2010-09-23,2010-09-30,150.0,'EGELSTON','EMANUEL',2,0 +77319,'IBS',2010-10-09,2010-10-11,172.5,'WIDOWSKI','EUSEBIO',2,0 +58148,'IBS',2010-10-11,2010-10-13,172.5,'VOLANTE','EMERY',1,0 +62305,'IBS',2010-10-15,2010-10-22,150.0,'KAMROWSKI','EVITA',2,0 +95100,'IBS',2010-10-27,2010-11-05,172.5,'LABAT','JEANMARIE',1,0 +93407,'IBS',2010-11-05,2010-11-07,187.5,'KOLP','PAMELIA',1,0 +35870,'IBS',2010-11-09,2010-11-11,135.0,'DONIGAN','GLEN',1,1 +42731,'IBS',2010-11-11,2010-11-15,172.5,'HOTARD','ALYSIA',2,0 +22561,'IBS',2010-11-15,2010-11-21,127.5,'VUTURO','DEVORAH',1,0 +49482,'IBS',2010-11-21,2010-12-02,172.5,'ATTEBURG','ELMIRA',2,0 +66331,'IBS',2010-12-02,2010-12-06,135.0,'SEVILLANO','LILLI',1,1 +27490,'IBS',2010-12-06,2010-12-08,150.0,'PENDLEY','SCOTTIE',1,1 +40675,'IBS',2010-12-13,2010-12-14,150.0,'HANUS','THEOLA',1,0 +51097,'IBS',2010-12-18,2010-12-20,135.0,'TOODLE','NOLA',2,0 +60749,'IBS',2010-12-22,2010-12-24,135.0,'DONAHER','LAKIA',1,0 +58196,'IBS',2010-12-24,2010-12-30,150.0,'ZELINSKI','ARTHUR',1,0 +96658,'IBS',2010-12-30,2011-01-01,187.5,'SCHLESSELMAN','NEVILLE',1,0 +17265,'AOB',2010-01-01,2010-01-06,175.0,'HENLY','RUPERT',4,0 +52597,'AOB',2010-01-11,2010-01-14,175.0,'CASMORE','MARINE',3,0 +67200,'AOB',2010-01-16,2010-01-23,148.75,'CHET','CHARLEEN',1,2 +28406,'AOB',2010-01-23,2010-01-29,175.0,'COOKUS','KASHA',2,1 +10489,'AOB',2010-02-02,2010-02-05,218.75,'CARISTO','MARKITA',2,1 +31993,'AOB',2010-02-08,2010-02-10,201.25,'ZIEBARTH','ADELAIDE',1,3 +30937,'AOB',2010-02-14,2010-02-15,175.0,'FITZGERREL','DENNY',1,3 +15870,'AOB',2010-02-15,2010-02-19,175.0,'CORIATY','BERTA',1,3 +94545,'AOB',2010-03-03,2010-03-13,201.25,'SHERRANGE','AUGUST',2,0 +57527,'AOB',2010-03-26,2010-03-28,201.25,'ABAJA','RHEA',2,0 +93341,'AOB',2010-04-02,2010-04-08,175.0,'FROHMAN','SHAYNE',3,1 +72945,'AOB',2010-04-12,2010-04-13,201.25,'KOHS','BOB',1,1 +65417,'AOB',2010-04-13,2010-04-15,175.0,'ACHTER','GRETA',1,1 +50207,'AOB',2010-04-20,2010-04-21,175.0,'ROSENDO','TAREN',1,0 +12258,'AOB',2010-04-23,2010-04-27,175.0,'KANNEL','RODGER',1,0 +58755,'AOB',2010-04-30,2010-05-01,175.0,'MALNAR','GROVER',1,0 +17955,'AOB',2010-05-05,2010-05-09,201.25,'PANARELLO','TODD',2,0 +75853,'AOB',2010-05-10,2010-05-12,175.0,'MELOT','JENNA',4,0 +58972,'AOB',2010-05-17,2010-05-19,157.5,'BERS','BRENDA',2,1 +48113,'AOB',2010-05-24,2010-05-25,175.0,'BABU','SARAI',2,0 +17344,'AOB',2010-05-25,2010-05-26,218.75,'GALOW','RICKEY',1,1 +33806,'AOB',2010-05-27,2010-05-28,175.0,'OXFORD','KATRICE',1,2 +28455,'AOB',2010-05-29,2010-05-31,175.0,'RISHA','NORBERTO',1,1 +14940,'AOB',2010-06-01,2010-06-12,175.0,'BISHOFF','ISREAL',2,0 +43225,'AOB',2010-06-12,2010-06-13,157.5,'CAPRON','CASSAUNDRA',1,1 +54831,'AOB',2010-06-15,2010-06-21,201.25,'BAUGUESS','ERYN',1,3 +59225,'AOB',2010-06-26,2010-06-30,201.25,'DURAN','BO',1,0 +18465,'AOB',2010-06-30,2010-07-07,175.0,'KRIEGH','AMADO',2,0 +38013,'AOB',2010-07-08,2010-07-15,175.0,'RURY','SENA',1,1 +47004,'AOB',2010-07-15,2010-07-28,175.0,'STEBNER','MAXIE',1,1 +56286,'AOB',2010-07-29,2010-07-31,201.25,'BRICKEL','ROCKY',3,1 +29253,'AOB',2010-07-31,2010-08-03,175.0,'HILDRED','MARTY',3,1 +76149,'AOB',2010-08-07,2010-08-09,201.25,'HONEYWELL','JULIANA',2,2 +24300,'AOB',2010-08-09,2010-08-15,201.25,'CANDON','PIERRE',4,0 +13058,'AOB',2010-08-17,2010-08-18,157.5,'ABATIELL','CATHRYN',1,2 +95605,'AOB',2010-08-18,2010-08-20,218.75,'FIGLIOLI','NANCI',1,2 +17270,'AOB',2010-08-20,2010-08-23,175.0,'RELLIHAN','COURTNEY',1,0 +67427,'AOB',2010-09-02,2010-09-14,175.0,'STRACK','PORTER',1,3 +33748,'AOB',2010-09-14,2010-09-16,175.0,'PIGNONE','JOEL',1,3 +47146,'AOB',2010-09-16,2010-09-23,201.25,'GATTSHALL','REGAN',1,0 +95204,'AOB',2010-10-08,2010-10-14,157.5,'CARRUTH','SANDY',1,2 +41619,'AOB',2010-10-15,2010-10-22,175.0,'MASSEY','DORIAN',4,0 +80390,'AOB',2010-10-22,2010-10-31,157.5,'PHILBERT','CHRISTIE',2,2 +44836,'AOB',2010-10-31,2010-11-03,148.75,'DEFRANG','DWAIN',1,0 +69035,'AOB',2010-11-18,2010-11-26,218.75,'KU','MERIDETH',1,3 +29287,'AOB',2010-12-01,2010-12-08,218.75,'FRYDAY','HERBERT',2,0 +18834,'AOB',2010-12-08,2010-12-10,148.75,'DUCHARME','MIGUELINA',2,0 +58934,'AOB',2010-12-15,2010-12-22,201.25,'RICHARD','ROBBY',1,1 +82502,'AOB',2010-12-25,2010-12-26,175.0,'KRULIK','JEFFRY',1,2 +36890,'AOB',2010-12-26,2010-12-28,175.0,'PHILBERT','CHRISTIE',2,1 +10984,'AOB',2010-12-28,2011-01-01,201.25,'ZULLO','WILLY',2,1 +80192,'MWC',2010-01-01,2010-01-03,112.5,'MUHLESTEIN','REINALDO',3,1 +58266,'MWC',2010-01-08,2010-01-14,125.0,'PICKARD','HORTENCIA',1,0 +53876,'MWC',2010-01-14,2010-01-15,125.0,'KEBEDE','ARON',3,0 +82409,'MWC',2010-01-30,2010-02-01,125.0,'QUARTO','VANDA',4,0 +39640,'MWC',2010-02-01,2010-02-05,143.75,'HERZING','DELPHIA',2,1 +31371,'MWC',2010-02-05,2010-02-06,125.0,'TARZIA','KAYLEE',2,0 +31508,'MWC',2010-02-10,2010-02-14,112.5,'FULK','GENE',4,0 +37985,'MWC',2010-02-15,2010-02-18,112.5,'PEDERSON','DOTTIE',1,1 +54966,'MWC',2010-02-23,2010-02-24,125.0,'MAZUREK','LEIGHANN',1,0 +64987,'MWC',2010-02-28,2010-03-05,125.0,'BRESSE','BURTON',1,0 +40678,'MWC',2010-03-22,2010-03-29,112.5,'KENNETT','QUEEN',3,0 +36356,'MWC',2010-03-29,2010-04-04,125.0,'SPECTOR','FRITZ',2,1 +35180,'MWC',2010-04-07,2010-04-08,125.0,'POWNELL','BRIDGET',1,0 +96909,'MWC',2010-04-09,2010-04-15,125.0,'WILLIBRAND','HEATHER',3,0 +79056,'MWC',2010-04-19,2010-04-25,125.0,'GANZER','HYMAN',2,0 +90108,'MWC',2010-04-30,2010-05-01,156.25,'FANZO','TERRY',1,0 +30479,'MWC',2010-05-01,2010-05-10,143.75,'QUISPE','MARGARITO',1,1 +60169,'MWC',2010-05-10,2010-05-16,125.0,'ROSATI','LORENA',1,3 +91415,'MWC',2010-05-16,2010-05-18,112.5,'LEHRFELD','CHERLY',3,0 +87943,'MWC',2010-05-21,2010-05-28,125.0,'LUTFY','LIZETTE',2,0 +14273,'MWC',2010-05-28,2010-05-30,125.0,'STARE','ELIJAH',1,0 +25134,'MWC',2010-05-31,2010-06-02,143.75,'HARDYMAN','CLAYTON',1,1 +34244,'MWC',2010-06-04,2010-06-06,112.5,'SPIKE','ROSENDA',4,0 +84244,'MWC',2010-06-06,2010-06-07,125.0,'TALAT','MEAGHAN',2,1 +64456,'MWC',2010-06-07,2010-06-09,125.0,'MCCLENNINGHAM','BRADLY',1,2 +86375,'MWC',2010-06-12,2010-06-22,156.25,'RANAUDO','SELINA',1,0 +84120,'MWC',2010-06-29,2010-07-05,143.75,'LOTTO','MYRA',3,1 +72817,'MWC',2010-07-08,2010-07-09,143.75,'FINEFROCK','ALEXIS',1,2 +16136,'MWC',2010-07-09,2010-07-12,143.75,'FERENCE','MORGAN',1,0 +44378,'MWC',2010-07-12,2010-07-13,125.0,'COTMAN','JOLYNN',1,3 +54323,'MWC',2010-07-13,2010-07-14,106.25,'LUNNEY','YVETTE',3,0 +18311,'MWC',2010-07-27,2010-07-31,125.0,'LUEDKE','BRYNN',1,1 +65909,'MWC',2010-07-31,2010-08-01,112.5,'BENDICKSON','NEWTON',2,0 +70287,'MWC',2010-08-02,2010-08-11,143.75,'MAEDA','DUSTY',1,0 +92348,'MWC',2010-08-11,2010-08-17,125.0,'BARTHELL','RICARDA',1,0 +53295,'MWC',2010-08-17,2010-08-22,106.25,'HANUS','THEOLA',2,1 +97375,'MWC',2010-08-26,2010-08-27,112.5,'DONNELLEY','GARNET',3,0 +79219,'MWC',2010-08-27,2010-08-30,125.0,'KLAASS','HYON',3,1 +69840,'MWC',2010-08-30,2010-09-03,112.5,'KNERIEN','GRANT',2,1 +95620,'MWC',2010-09-07,2010-09-10,112.5,'ZAHLER','GORDON',1,0 +35136,'MWC',2010-09-10,2010-09-12,112.5,'MALCHOW','RAMIRO',1,0 +67464,'MWC',2010-09-27,2010-09-30,112.5,'KVETON','FREDRICK',1,1 +38677,'MWC',2010-10-05,2010-10-11,156.25,'HORELICK','BYRON',2,0 +32116,'MWC',2010-10-15,2010-10-17,143.75,'RUSSO','MELODY',1,1 +21848,'MWC',2010-10-17,2010-10-18,112.5,'CLOFFI','CHAROLETTE',1,0 +73473,'MWC',2010-10-18,2010-10-27,125.0,'ROTCHFORD','DWIGHT',3,0 +98441,'MWC',2010-10-30,2010-11-07,106.25,'RAMPLEY','HERMA',4,0 +54781,'MWC',2010-11-07,2010-11-11,125.0,'KUTA','HERMAN',1,2 +93587,'MWC',2010-11-11,2010-11-12,112.5,'ZELAYA','PRINCE',3,1 +33271,'MWC',2010-11-29,2010-12-02,143.75,'YONKERS','RHETT',2,2 +40043,'MWC',2010-12-04,2010-12-14,125.0,'LANSBERRY','JESUSITA',3,1 +33155,'MWC',2010-12-14,2010-12-16,143.75,'FOLGER','ELOISA',1,0 +88588,'MWC',2010-12-16,2010-12-17,125.0,'RELFORD','MARYBELLE',2,0 +57015,'MWC',2010-12-19,2010-12-20,106.25,'BUSTER','TOM',1,0 +87890,'MWC',2010-12-20,2010-12-22,143.75,'HELKE','ISAAC',1,0 +66189,'MWC',2010-12-30,2011-01-04,143.75,'FROEHNER','LATRISHA',3,0 +76801,'HBB',2010-01-06,2010-01-18,125.0,'CRACE','HERB',1,1 +24408,'HBB',2010-01-18,2010-01-19,100.0,'RADIN','RUSTY',1,0 +21980,'HBB',2010-02-05,2010-02-08,115.0,'SIDDELL','MACY',1,1 +87260,'HBB',2010-02-13,2010-02-15,90.0,'REPKE','CHAE',1,1 +78241,'HBB',2010-02-20,2010-02-28,85.0,'CHAMBLEE','ALTHA',2,0 +64657,'HBB',2010-03-01,2010-03-06,115.0,'VIPPERMAN','PABLO',2,0 +25558,'HBB',2010-03-17,2010-03-19,125.0,'SHOULDER','FLORENTINO',1,1 +82874,'HBB',2010-03-30,2010-04-09,125.0,'ATTEBURG','ELMIRA',1,1 +89780,'HBB',2010-04-09,2010-04-11,100.0,'WAHR','CLINT',1,0 +63523,'HBB',2010-04-15,2010-04-16,115.0,'RATTANA','WINFRED',1,0 +30723,'HBB',2010-04-16,2010-04-23,125.0,'MASSER','TROY',2,0 +88884,'HBB',2010-04-27,2010-04-30,85.0,'KIRAKOSYAN','KAREEM',1,1 +18019,'HBB',2010-05-03,2010-05-05,115.0,'ARNDELL','JEFFEREY',1,1 +77379,'HBB',2010-05-06,2010-05-08,115.0,'TORNQUIST','JESS',1,0 +45157,'HBB',2010-05-11,2010-05-18,115.0,'WICKLIN','WYNELL',2,0 +77574,'HBB',2010-05-22,2010-06-03,90.0,'CASMORE','MARINE',1,1 +69945,'HBB',2010-06-07,2010-06-09,115.0,'FLEURILUS','KATTIE',1,0 +73154,'HBB',2010-06-14,2010-06-19,115.0,'SAILORS','SANDA',1,0 +97000,'HBB',2010-06-20,2010-06-26,125.0,'OCHS','ANGLA',1,0 +34855,'HBB',2010-07-01,2010-07-04,100.0,'YURICK','SHARA',2,0 +86394,'HBB',2010-07-07,2010-07-09,100.0,'WESTLING','DACIA',2,0 +49467,'HBB',2010-07-09,2010-07-16,115.0,'SUSMILCH','RAYMUNDO',1,0 +65206,'HBB',2010-07-16,2010-07-21,100.0,'HIRONS','RANDAL',1,1 +12686,'HBB',2010-07-22,2010-07-25,85.0,'GROWNEY','MELVIN',2,0 +92608,'HBB',2010-07-30,2010-08-01,125.0,'PENCEK','SILVIA',1,0 +71443,'HBB',2010-08-02,2010-08-05,100.0,'KLIMAVICIUS','ULRIKE',1,0 +52799,'HBB',2010-08-05,2010-08-07,85.0,'WANDREI','ISSAC',1,0 +41880,'HBB',2010-08-07,2010-08-09,100.0,'PLAKE','KARMEN',1,0 +25262,'HBB',2010-08-09,2010-08-11,115.0,'YAPLE','CLAUDIE',1,0 +10500,'HBB',2010-08-11,2010-08-12,90.0,'YESSIOS','ANNIS',1,0 +97585,'HBB',2010-08-15,2010-08-16,85.0,'PARISER','ELIJAH',1,0 +84334,'HBB',2010-08-19,2010-08-25,125.0,'NEUBECKER','GARY',2,0 +28589,'HBB',2010-08-25,2010-08-26,115.0,'RIMAR','KEELY',2,0 +62874,'HBB',2010-08-26,2010-08-27,100.0,'SKIBA','MITCHELL',1,1 +46665,'HBB',2010-08-31,2010-09-09,100.0,'MABRA','MARGET',1,0 +40241,'HBB',2010-09-13,2010-09-15,85.0,'CORSARO','SHELLA',1,1 +48604,'HBB',2010-09-16,2010-09-22,115.0,'GARCES','CRISTIE',1,1 +48665,'HBB',2010-09-26,2010-09-28,90.0,'STOUDYMIRE','COLUMBUS',1,1 +20572,'HBB',2010-09-28,2010-09-29,115.0,'SANDLER','JENISE',2,0 +97269,'HBB',2010-10-04,2010-10-05,115.0,'MELVE','PHIL',1,1 +25616,'HBB',2010-10-05,2010-10-06,100.0,'KOSANOVIC','EWA',1,0 +87713,'HBB',2010-10-08,2010-10-10,90.0,'TANKER','JONE',1,0 +44040,'HBB',2010-10-15,2010-10-16,90.0,'ZELAYA','PRINCE',1,0 +21202,'HBB',2010-10-21,2010-10-23,125.0,'CASAGRANDA','BRAIN',2,0 +10105,'HBB',2010-10-23,2010-10-25,100.0,'SELBIG','CONRAD',1,0 +19194,'HBB',2010-10-29,2010-11-05,125.0,'WORKINGER','CLIFTON',1,0 +35959,'HBB',2010-11-07,2010-11-09,100.0,'BRAND','TROY',1,0 +74141,'HBB',2010-11-14,2010-11-16,100.0,'BRODOWSKI','RODERICK',1,0 +56737,'HBB',2010-11-17,2010-11-18,100.0,'PETTINE','NUMBERS',2,0 +80302,'HBB',2010-11-22,2010-11-24,115.0,'KLEIMAN','MAURICIO',1,0 +55862,'HBB',2010-11-28,2010-12-05,85.0,'BIERWAGEN','MARK',1,1 +63078,'HBB',2010-12-05,2010-12-06,90.0,'WHITTEN','MITZI',1,0 +63043,'HBB',2010-12-06,2010-12-07,85.0,'CIERPKE','DOT',1,1 +73785,'HBB',2010-12-07,2010-12-09,100.0,'ROGGE','MEREDITH',2,0 +93165,'HBB',2010-12-10,2010-12-14,90.0,'LEDOUX','LENA',1,0 +58668,'HBB',2010-12-14,2010-12-19,125.0,'COASTER','MERLE',1,1 +17672,'HBB',2010-12-21,2010-12-22,90.0,'DECHELLIS','AARON',1,0 +84695,'HBB',2010-12-22,2010-12-23,90.0,'BRAND','TROY',2,0 +38636,'HBB',2010-12-29,2010-12-31,115.0,'FORESTA','JORDON',1,0 +43157,'HBB',2010-12-31,2011-01-06,100.0,'STURN','NEVADA',2,0 +96005,'IBD',2010-01-01,2010-01-07,150.0,'BUTALA','YEVETTE',3,0 +67066,'IBD',2010-01-07,2010-01-11,135.0,'EDHOLM','ALFRED',3,1 +14226,'IBD',2010-01-11,2010-01-12,150.0,'SCHOENHUT','VERNICE',2,1 +62078,'IBD',2010-01-12,2010-01-25,172.5,'BRODOWSKI','RODERICK',1,0 +43303,'IBD',2010-01-27,2010-01-28,150.0,'MENINO','STEVEN',1,1 +14678,'IBD',2010-01-28,2010-01-30,150.0,'SATERFIELD','FRANCISCO',3,1 +30363,'IBD',2010-01-30,2010-02-09,172.5,'JAHALY','DELORSE',3,0 +80613,'IBD',2010-02-09,2010-02-12,135.0,'CREDIT','JANESSA',1,3 +98216,'IBD',2010-02-18,2010-02-25,150.0,'RAMSDEN','BILLIE',1,0 +43654,'IBD',2010-02-27,2010-02-28,172.5,'BORROMEO','EBONY',2,1 +56509,'IBD',2010-03-08,2010-03-10,150.0,'VONDRA','HUMBERTO',3,0 +95519,'IBD',2010-03-21,2010-03-23,172.5,'ZINDEL','CHUNG',2,2 +57275,'IBD',2010-03-28,2010-04-02,150.0,'MABRA','MARGET',3,0 +66089,'IBD',2010-04-06,2010-04-07,135.0,'WINNEN','TYLER',2,1 +70741,'IBD',2010-04-09,2010-04-14,150.0,'EERKES','CODY',3,0 +20107,'IBD',2010-04-14,2010-04-16,135.0,'ARBUCKLE','LORENA',2,1 +13136,'IBD',2010-04-16,2010-04-17,187.5,'FEYLER','EMILIA',1,0 +33427,'IBD',2010-04-17,2010-04-21,135.0,'BEALLE','RASHAD',1,0 +80989,'IBD',2010-04-24,2010-05-06,150.0,'TIPPIN','ASUNCION',1,0 +97996,'IBD',2010-05-06,2010-05-07,135.0,'LUCIDO','AHMAD',1,1 +55870,'IBD',2010-05-08,2010-05-13,135.0,'BELONGIE','BIBI',1,3 +11645,'IBD',2010-05-13,2010-05-19,135.0,'SWAIT','DAN',2,1 +19394,'IBD',2010-05-23,2010-05-25,150.0,'HARPE','GERMAN',1,2 +99845,'IBD',2010-05-27,2010-05-28,150.0,'SEVILLANO','LILLI',3,0 +32933,'IBD',2010-06-05,2010-06-06,135.0,'MURASSO','JAMIE',2,1 +83021,'IBD',2010-06-06,2010-06-07,172.5,'KLAVETTER','DOUGLASS',1,3 +65153,'IBD',2010-06-12,2010-06-14,150.0,'VEGHER','ANGELA',1,2 +96983,'IBD',2010-06-18,2010-06-23,127.5,'CLOWERD','ARNULFO',2,1 +86560,'IBD',2010-06-23,2010-06-24,187.5,'SHUTTERS','CLARINDA',3,1 +87086,'IBD',2010-06-28,2010-07-07,150.0,'WAGERS','HOUSTON',1,0 +98882,'IBD',2010-07-07,2010-07-14,127.5,'GOON','JONE',1,0 +27983,'IBD',2010-07-22,2010-07-24,135.0,'SWARTWOOD','JENI',3,1 +37425,'IBD',2010-07-26,2010-07-28,150.0,'FIERECK','ALBERTA',4,0 +17222,'IBD',2010-07-28,2010-08-07,150.0,'BOHMAN','LAYNE',1,3 +20269,'IBD',2010-08-12,2010-08-19,135.0,'BILLICK','NIEVES',1,0 +24326,'IBD',2010-08-19,2010-08-21,135.0,'CULMER','LLOYD',1,3 +63600,'IBD',2010-08-21,2010-08-28,150.0,'WEARS','LIBBIE',3,0 +37845,'IBD',2010-08-29,2010-08-30,127.5,'PENEZ','AMIEE',1,0 +24986,'IBD',2010-08-30,2010-09-01,150.0,'HEATH','PASQUALE',4,0 +12085,'IBD',2010-09-04,2010-09-08,135.0,'GLASGLOW','EMMANUEL',2,0 +29937,'IBD',2010-09-08,2010-09-10,150.0,'OBERHAUSEN','JODY',2,1 +11703,'IBD',2010-09-10,2010-09-11,172.5,'HAVIS','SHERILYN',2,0 +10183,'IBD',2010-09-19,2010-09-20,150.0,'GABLER','DOLLIE',2,0 +14149,'IBD',2010-09-20,2010-09-22,150.0,'HOULIHAN','LEVI',2,1 +17405,'IBD',2010-10-02,2010-10-03,127.5,'KESTER','KIZZY',3,1 +21625,'IBD',2010-10-03,2010-10-14,187.5,'BOSE','FRANCISCO',1,2 +43651,'IBD',2010-10-19,2010-10-21,150.0,'LAGERMAN','LEOLA',2,0 +37060,'IBD',2010-10-21,2010-10-23,150.0,'PASSANTINO','DALLAS',1,3 +66548,'IBD',2010-10-23,2010-10-26,150.0,'FEASTER','KRISTOPHER',3,0 +11857,'IBD',2010-10-27,2010-10-29,187.5,'HARDINA','LORITA',4,0 +33395,'IBD',2010-10-31,2010-11-02,150.0,'METER','ROSA',2,0 +43584,'IBD',2010-11-02,2010-11-04,135.0,'BRUSKI','MONTY',1,2 +93736,'IBD',2010-11-07,2010-11-10,135.0,'TREGRE','COLTON',2,1 +44310,'IBD',2010-11-15,2010-11-21,135.0,'DIEZ','NADIA',4,0 +47511,'IBD',2010-11-21,2010-11-22,172.5,'VELIE','NIKKI',1,2 +88892,'IBD',2010-11-22,2010-11-26,187.5,'MARKWORTH','DESPINA',4,0 +26798,'IBD',2010-11-30,2010-12-06,135.0,'BONJORNO','IGNACIO',1,1 +33195,'IBD',2010-12-06,2010-12-12,150.0,'DEHLINGER','VANCE',3,1 +72506,'IBD',2010-12-12,2010-12-25,150.0,'KNERIEN','GRANT',2,0 +70889,'IBD',2010-12-25,2010-12-26,172.5,'DINUNZIO','FELIPE',1,3 +72890,'IBD',2010-12-26,2010-12-27,172.5,'AKHTAR','BENTON',1,0 +71679,'IBD',2010-12-27,2010-12-31,172.5,'MIKEL','BRIGIDA',1,0 +43692,'IBD',2010-12-31,2011-01-01,172.5,'BEAMON','HYACINTH',1,0 +83481,'TAA',2010-01-03,2010-01-07,67.5,'ENGELSON','MIKKI',2,0 +38209,'TAA',2010-01-08,2010-01-13,86.25,'ECKERT','EDIE',1,0 +89102,'TAA',2010-01-14,2010-01-15,67.5,'CARBACK','ZOLA',2,0 +87915,'TAA',2010-01-18,2010-01-24,63.75,'ACHENBACH','HERB',1,0 +57627,'TAA',2010-01-29,2010-02-05,67.5,'SWEAZY','ROY',1,1 +77911,'TAA',2010-02-05,2010-02-07,75.0,'WIDOWSKI','EUSEBIO',2,0 +56475,'TAA',2010-02-07,2010-02-08,93.75,'KLIGER','TRICIA',1,0 +89519,'TAA',2010-02-09,2010-02-10,75.0,'STIMSON','NICOLA',1,0 +62313,'TAA',2010-02-10,2010-02-12,86.25,'WAEGNER','BROOKS',1,1 +68829,'TAA',2010-02-12,2010-02-15,67.5,'POIRRIER','SUZETTE',1,1 +84756,'TAA',2010-02-19,2010-02-22,75.0,'CARLYLE','BILLYE',1,1 +13972,'TAA',2010-02-22,2010-02-25,67.5,'DAYA','COREY',2,0 +55985,'TAA',2010-02-25,2010-02-26,86.25,'BASSI','DUSTY',1,0 +92508,'TAA',2010-02-26,2010-02-27,75.0,'MULE','DIONNA',2,0 +56344,'TAA',2010-03-02,2010-03-03,86.25,'INGUARDSEN','HARRISON',1,0 +24420,'TAA',2010-03-03,2010-03-12,75.0,'SCHLESSER','FLOYD',1,1 +74927,'TAA',2010-03-24,2010-03-26,67.5,'MACROSTIE','SABRINA',1,0 +69499,'TAA',2010-03-27,2010-03-29,75.0,'AKHTAR','BENTON',1,0 +44771,'TAA',2010-03-29,2010-03-30,67.5,'NOBLIN','BELKIS',2,0 +31636,'TAA',2010-04-09,2010-04-11,75.0,'FAGERSTROM','ALLAN',1,0 +36855,'TAA',2010-04-13,2010-04-14,67.5,'TRAMM','SANG',1,0 +92463,'TAA',2010-04-14,2010-04-15,75.0,'DAOUD','STEPHEN',1,0 +26423,'TAA',2010-04-15,2010-04-18,86.25,'DEININGER','RICKIE',1,1 +49886,'TAA',2010-04-21,2010-04-27,86.25,'BRINAR','WOODROW',1,1 +75081,'TAA',2010-04-27,2010-05-07,75.0,'HANSEN','LAREE',1,0 +29496,'TAA',2010-05-07,2010-05-14,75.0,'HONIGSBERG','PEARLENE',1,0 +97924,'TAA',2010-05-19,2010-05-21,75.0,'SPECTOR','FRITZ',2,0 +61861,'TAA',2010-05-30,2010-06-12,86.25,'EASTLING','AUNDREA',1,0 +27125,'TAA',2010-06-13,2010-06-15,75.0,'BOESER','DIVINA',1,0 +26487,'TAA',2010-06-15,2010-06-19,63.75,'JUHL','MILLARD',1,0 +97491,'TAA',2010-06-19,2010-06-23,86.25,'BALCOM','JOEY',1,0 +49153,'TAA',2010-06-23,2010-06-30,86.25,'ZEPEDA','ELANA',1,0 +68265,'TAA',2010-06-30,2010-07-03,67.5,'BREGER','BOYD',2,0 +94949,'TAA',2010-07-03,2010-07-09,75.0,'FINEFROCK','ALEXIS',1,1 +67917,'TAA',2010-07-09,2010-07-13,75.0,'SALERNO','LOU',1,0 +86151,'TAA',2010-07-13,2010-07-15,67.5,'RIOPEL','TANA',1,1 +32112,'TAA',2010-07-20,2010-07-27,75.0,'SAMPLES','CLAIR',1,0 +94735,'TAA',2010-07-31,2010-08-05,75.0,'ALMGREN','CHANTAY',1,1 +89433,'TAA',2010-08-08,2010-08-18,63.75,'SHALHOUP','AMAL',1,0 +19017,'TAA',2010-08-18,2010-08-30,86.25,'EERKES','CODY',2,0 +38017,'TAA',2010-09-05,2010-09-07,75.0,'SHOULDER','FLORENTINO',2,0 +85547,'TAA',2010-09-11,2010-09-16,93.75,'EMIGHOLZ','ERWIN',1,1 +35546,'TAA',2010-09-19,2010-09-24,67.5,'YUK','TIM',1,0 +32552,'TAA',2010-10-11,2010-10-12,75.0,'MIDTHUN','EMMANUEL',1,0 +16693,'TAA',2010-10-17,2010-10-18,67.5,'ASHCROFT','RONALD',1,0 +20463,'TAA',2010-10-19,2010-10-22,75.0,'VANBLARICUM','CRISTIE',1,1 +69654,'TAA',2010-10-23,2010-10-29,75.0,'TOLLINCHI','CHRISTOPER',2,0 +67381,'TAA',2010-11-02,2010-11-04,75.0,'GUERETTE','CLARETTA',2,0 +58942,'TAA',2010-11-04,2010-11-08,75.0,'HULETTE','DARIUS',1,0 +76087,'TAA',2010-11-18,2010-11-23,67.5,'SELIGA','LEOPOLDO',1,1 +81825,'TAA',2010-11-25,2010-11-27,86.25,'DEVEY','GIUSEPPE',1,1 +90621,'TAA',2010-11-28,2010-11-30,86.25,'RENDLEMAN','JULI',1,0 +42000,'TAA',2010-12-04,2010-12-11,93.75,'STRINGFELLOW','GEARLDINE',2,0 +33013,'TAA',2010-12-16,2010-12-18,67.5,'STYCH','DIA',1,0 +33339,'TAA',2010-12-22,2010-12-27,67.5,'WISSINGER','JACQUES',1,0 +54274,'TAA',2010-12-27,2010-12-28,75.0,'PEYATT','SHERON',1,0 +84497,'TAA',2010-12-28,2010-12-29,75.0,'FRERICKS','RONNY',2,0 +46908,'TAA',2010-12-29,2010-12-30,86.25,'PULOS','ROBERTO',1,0 +47108,'TAA',2010-12-30,2011-01-12,75.0,'WILCUTT','BLAINE',1,0 +87722,'CAS',2010-01-01,2010-01-07,175.0,'GIERLING','TRENT',2,0 +24980,'CAS',2010-01-07,2010-01-08,201.25,'GRONDAHL','ELVINA',1,0 +38140,'CAS',2010-01-22,2010-01-23,218.75,'KUDRON','CATHERIN',3,0 +75632,'CAS',2010-01-26,2010-01-27,148.75,'DONIGAN','GLEN',2,1 +97542,'CAS',2010-01-27,2010-01-29,175.0,'GARZONE','EDISON',3,0 +89101,'CAS',2010-01-29,2010-01-30,201.25,'GIOVANINI','ROXANE',1,1 +57298,'CAS',2010-01-30,2010-02-03,148.75,'KNOP','JEFFRY',1,0 +56797,'CAS',2010-02-03,2010-02-05,175.0,'PFEUFFER','VALENTIN',3,0 +32138,'CAS',2010-02-05,2010-02-07,175.0,'KOEHNE','YUONNE',3,1 +74036,'CAS',2010-02-08,2010-02-14,175.0,'MANTERNACH','ALBERTA',2,0 +90483,'CAS',2010-02-14,2010-02-25,175.0,'HUIZINGA','GILBERT',2,1 +83347,'CAS',2010-02-26,2010-02-28,201.25,'MCCULLARS','ALEIDA',2,0 +99340,'CAS',2010-03-04,2010-03-05,175.0,'DONIGAN','GLEN',3,0 +90569,'CAS',2010-03-06,2010-03-07,201.25,'LIBBERTON','SAM',1,0 +36156,'CAS',2010-03-07,2010-03-12,175.0,'GUILFOIL','KOREY',2,0 +66494,'CAS',2010-03-14,2010-03-18,157.5,'KOLB','ENA',3,0 +11718,'CAS',2010-03-18,2010-03-19,157.5,'GLIWSKI','DAN',2,1 +20991,'CAS',2010-03-19,2010-04-01,201.25,'PLYMEL','STEPHEN',1,0 +92372,'CAS',2010-04-01,2010-04-03,175.0,'GOODHUE','RUSSELL',1,0 +46496,'CAS',2010-04-08,2010-04-12,175.0,'ALWINE','SHAWANDA',3,0 +31695,'CAS',2010-04-16,2010-04-18,148.75,'KEPKE','HAROLD',2,0 +14644,'CAS',2010-04-23,2010-04-24,148.75,'VOLANTE','EMERY',4,0 +12631,'CAS',2010-04-24,2010-04-26,175.0,'ONEEL','PASQUALE',1,0 +83133,'CAS',2010-04-26,2010-04-27,175.0,'JEE','HERMAN',2,2 +93732,'CAS',2010-04-30,2010-05-02,157.5,'STARE','ELIJAH',1,0 +82884,'CAS',2010-05-07,2010-05-08,157.5,'LEVAR','NYLA',2,1 +13192,'CAS',2010-05-08,2010-05-15,175.0,'MCCORVEY','JESUS',1,0 +46797,'CAS',2010-05-15,2010-05-16,175.0,'VANBLARICUM','CRISTIE',3,1 +93382,'CAS',2010-05-16,2010-05-22,175.0,'PACHERO','MAGAN',2,2 +83866,'CAS',2010-06-01,2010-06-05,148.75,'BARBER','CALEB',3,0 +70937,'CAS',2010-06-06,2010-06-07,148.75,'BERTINI','DYAN',3,0 +92150,'CAS',2010-06-13,2010-06-16,157.5,'BOBSEINE','HUMBERTO',1,2 +87631,'CAS',2010-06-16,2010-06-23,175.0,'EDEMANN','KACI',1,0 +70863,'CAS',2010-06-23,2010-07-05,201.25,'MUHLESTEIN','REINALDO',1,2 +29003,'CAS',2010-07-05,2010-07-07,175.0,'MASSER','TROY',1,1 +21050,'CAS',2010-07-11,2010-07-17,175.0,'CHATTERJEE','ALFRED',3,0 +59593,'CAS',2010-07-17,2010-07-18,218.75,'GRULKEY','JULIO',1,3 +92515,'CAS',2010-07-18,2010-07-25,201.25,'LIESTMAN','TOVA',2,0 +80282,'CAS',2010-07-27,2010-07-29,157.5,'PETERSON','SHARRI',1,1 +42424,'CAS',2010-08-01,2010-08-14,157.5,'SCARPINO','BERNITA',2,0 +19812,'CAS',2010-08-14,2010-08-15,157.5,'MCCARTER','IVAN',3,1 +85102,'CAS',2010-08-15,2010-08-16,201.25,'GIANOPULOS','LYLA',1,0 +90653,'CAS',2010-08-16,2010-08-17,175.0,'SHIYOU','SYLVIE',1,0 +32565,'CAS',2010-08-21,2010-08-26,157.5,'KALAFATIS','KEITH',3,0 +28447,'CAS',2010-08-26,2010-08-27,175.0,'GEOHAGAN','ISSAC',2,2 +75770,'CAS',2010-08-27,2010-08-29,175.0,'TRIGLETH','REYES',3,0 +26380,'CAS',2010-08-30,2010-08-31,201.25,'KABZINSKI','MILLIE',1,0 +15059,'CAS',2010-08-31,2010-09-07,157.5,'LERCH','NICKY',3,1 +21863,'CAS',2010-09-07,2010-09-08,175.0,'ARGOTE','ODELIA',1,0 +62161,'CAS',2010-09-08,2010-09-09,157.5,'IKEDA','FREEMAN',1,0 +32781,'CAS',2010-09-09,2010-09-15,175.0,'DURAN','BO',2,2 +98805,'CAS',2010-09-16,2010-09-18,175.0,'WITHFIELD','IVORY',1,1 +37456,'CAS',2010-09-18,2010-09-19,175.0,'BOWEN','NIDA',2,0 +10990,'CAS',2010-09-21,2010-09-27,175.0,'TRACHSEL','DAMIEN',1,3 +72813,'CAS',2010-09-29,2010-10-03,201.25,'WEINLAND','BEV',3,1 +21216,'CAS',2010-10-03,2010-10-04,201.25,'VANNAMAN','ERICH',1,0 +98711,'CAS',2010-10-08,2010-10-09,201.25,'ROSSEY','ALLEN',1,0 +88863,'CAS',2010-10-22,2010-10-23,175.0,'TOAN','YONG',1,0 +60313,'CAS',2010-10-28,2010-10-30,218.75,'SLONE','LARITA',1,1 +80582,'CAS',2010-10-30,2010-11-09,201.25,'PFEUFFER','FREDRICK',1,0 +98328,'CAS',2010-11-14,2010-11-15,201.25,'MORAWSKI','KRIS',1,3 +16234,'CAS',2010-11-15,2010-11-16,157.5,'GRABILL','JULEE',2,0 +32739,'CAS',2010-11-20,2010-11-24,148.75,'SHAFE','TUAN',1,2 +94073,'CAS',2010-11-27,2010-12-03,175.0,'MANSELL','FLORENTINO',1,0 +32015,'CAS',2010-12-03,2010-12-05,201.25,'EADER','JACKIE',2,0 +59986,'CAS',2010-12-05,2010-12-09,175.0,'WEINAND','HARRIETT',1,0 +36345,'CAS',2010-12-10,2010-12-12,157.5,'TURVAVILLE','TYLER',1,0 +99478,'CAS',2010-12-29,2010-12-31,157.5,'WENRICH','ELWOOD',3,0 +93389,'CAS',2010-12-31,2011-01-08,218.75,'PELLOWSKI','ELKE',1,0 +32896,'RTE',2010-01-06,2010-01-13,157.5,'LUTFY','LIZETTE',1,2 +24412,'RTE',2010-01-23,2010-01-30,175.0,'PENEZ','AMIEE',2,0 +76432,'RTE',2010-01-30,2010-02-03,148.75,'DIEUDONNE','KRYSTEN',2,2 +62024,'RTE',2010-02-06,2010-02-12,157.5,'LUTTRELL','MONTY',1,3 +25374,'RTE',2010-02-15,2010-02-17,157.5,'JASPERS','LIBBIE',1,0 +45483,'RTE',2010-02-17,2010-02-18,157.5,'JENQUIN','JAY',2,0 +77094,'RTE',2010-02-23,2010-02-27,218.75,'DISHAW','CODY',1,2 +93672,'RTE',2010-02-28,2010-03-04,148.75,'SOMO','FELICITAS',1,1 +49606,'RTE',2010-03-04,2010-03-05,201.25,'YOKUM','GARRY',1,3 +23740,'RTE',2010-03-07,2010-03-12,218.75,'NOWLEY','ROMEO',2,0 +14447,'RTE',2010-03-14,2010-03-18,201.25,'MAASCH','CHARISSA',2,0 +52353,'RTE',2010-03-31,2010-04-07,201.25,'WISWELL','JERROD',1,0 +45279,'RTE',2010-04-08,2010-04-12,201.25,'HALBERSTAM','SHERRILL',4,0 +50459,'RTE',2010-04-14,2010-04-15,218.75,'LORENZANO','SON',1,2 +50458,'RTE',2010-04-18,2010-04-20,175.0,'VOLANTE','EMERY',1,2 +98557,'RTE',2010-04-20,2010-04-21,218.75,'MAIDENS','THOMASINE',1,2 +25010,'RTE',2010-04-22,2010-05-01,201.25,'WESTRUM','TIMMY',2,2 +54061,'RTE',2010-05-05,2010-05-12,175.0,'BARTHELL','RICARDA',1,0 +79213,'RTE',2010-05-17,2010-05-29,157.5,'NEUZIL','MIREYA',1,3 +34999,'RTE',2010-06-15,2010-06-19,175.0,'DANIELLO','RUDOLF',1,1 +37309,'RTE',2010-06-19,2010-06-21,175.0,'PERRINO','DENNY',3,1 +48854,'RTE',2010-06-26,2010-06-27,175.0,'TROKEY','INGRID',2,0 +22954,'RTE',2010-06-27,2010-07-04,157.5,'ALLAIRE','RAMONA',1,1 +14896,'RTE',2010-07-04,2010-07-06,148.75,'KUDRON','CATHERIN',1,1 +30186,'RTE',2010-07-06,2010-07-07,175.0,'MAKI','ADAN',1,0 +53186,'RTE',2010-07-09,2010-07-14,157.5,'MANARD','ARDELIA',1,0 +43707,'RTE',2010-07-14,2010-07-16,175.0,'GUT','ALEJANDRA',1,1 +71343,'RTE',2010-07-19,2010-07-21,201.25,'TOWBER','MODESTO',1,0 +81785,'RTE',2010-07-23,2010-07-24,157.5,'FALT','SHAWN',1,0 +49802,'RTE',2010-07-30,2010-08-04,157.5,'CONRAD','ELODIA',1,1 +77535,'RTE',2010-08-08,2010-08-12,201.25,'KEBEDE','ARON',1,3 +12142,'RTE',2010-08-13,2010-08-23,175.0,'JUNOR','LENNY',3,1 +18398,'RTE',2010-08-23,2010-08-24,175.0,'PARAGAS','ALVIN',1,1 +79161,'RTE',2010-08-24,2010-08-25,175.0,'RUBERTI','DOMINIC',1,0 +82503,'RTE',2010-08-27,2010-08-29,175.0,'RIINA','TATIANA',2,2 +80760,'RTE',2010-09-03,2010-09-04,175.0,'DELISSER','COLEMAN',3,1 +42688,'RTE',2010-09-04,2010-09-08,148.75,'BRIERTON','MAJOR',1,2 +73364,'RTE',2010-09-09,2010-09-10,157.5,'MAROUN','MARTH',1,0 +49609,'RTE',2010-09-12,2010-09-17,175.0,'ZEPEDA','ELANA',2,2 +45022,'RTE',2010-09-20,2010-09-21,175.0,'PAILET','GIUSEPPE',3,1 +15192,'RTE',2010-09-22,2010-09-23,175.0,'JEFFRYES','DANILO',1,0 +15428,'RTE',2010-09-25,2010-09-27,175.0,'BROOKSHEAR','NAPOLEON',2,0 +57909,'RTE',2010-10-02,2010-10-06,201.25,'OULETTE','ALDO',1,0 +28353,'RTE',2010-10-06,2010-10-08,148.75,'PINNELL','ANITA',1,2 +71802,'RTE',2010-10-23,2010-10-29,201.25,'GOODHUE','RUSSELL',1,0 +87949,'RTE',2010-11-02,2010-11-03,201.25,'SCHWEITZ','DANNETTE',3,1 +19701,'RTE',2010-11-14,2010-11-15,201.25,'HOTELLING','REGENIA',1,0 +79296,'RTE',2010-11-15,2010-11-17,175.0,'BLACKMORE','APRYL',1,0 +85166,'RTE',2010-11-17,2010-11-19,201.25,'RAUGHT','DARON',3,1 +21490,'RTE',2010-11-23,2010-11-24,175.0,'PAVLOCK','MARCELO',2,2 +45745,'RTE',2010-11-29,2010-11-30,175.0,'MEGGS','CARY',1,0 +83487,'RTE',2010-11-30,2010-12-02,175.0,'SHARRER','SHARA',1,0 +38293,'RTE',2010-12-17,2010-12-19,157.5,'SCHOSSOW','BO',3,1 +17480,'RTE',2010-12-22,2010-12-28,157.5,'DEBARDELABEN','NELL',3,0 +64785,'RTE',2010-12-28,2011-01-04,148.75,'MAEWEATHER','AUGUST',3,0 +56517,'FNA',2010-01-01,2010-01-04,225.0,'TUPPEN','HANS',1,1 +65186,'FNA',2010-01-13,2010-01-15,250.0,'GOSSERAND','CURTIS',2,1 +25966,'FNA',2010-01-15,2010-01-17,212.5,'DUMAN','LUKE',3,1 +66899,'FNA',2010-01-18,2010-01-19,225.0,'TUNE','MARISSA',1,0 +58779,'FNA',2010-01-19,2010-01-21,250.0,'ZENTNER','ROBBIE',1,1 +93918,'FNA',2010-01-26,2010-01-31,250.0,'HARDACRE','NEIL',3,0 +51685,'FNA',2010-02-03,2010-02-04,250.0,'EIMER','LYNELLE',2,0 +28499,'FNA',2010-02-04,2010-02-05,212.5,'DOMINGUEZ','STACEY',1,1 +95600,'FNA',2010-02-05,2010-02-07,225.0,'MOUTON','CASANDRA',4,0 +14834,'FNA',2010-02-07,2010-02-13,225.0,'WITTROCK','DEBBIE',1,2 +71009,'FNA',2010-02-18,2010-02-20,250.0,'OXBORROW','CARLETTA',2,0 +63153,'FNA',2010-02-20,2010-02-22,312.5,'TROKEY','INGRID',4,0 +28771,'FNA',2010-02-26,2010-03-09,250.0,'MORRISSETTE','FAVIOLA',3,1 +13205,'FNA',2010-03-14,2010-03-18,250.0,'VANDOREN','MAJOR',1,0 +72656,'FNA',2010-03-18,2010-03-19,250.0,'PICHARD','HOLLIS',1,3 +67292,'FNA',2010-03-24,2010-03-28,287.5,'GUEDESSE','SOL',3,0 +22169,'FNA',2010-04-06,2010-04-07,287.5,'SCHUL','HOYT',1,0 +65283,'FNA',2010-04-08,2010-04-09,287.5,'ALLAIRE','RAMONA',2,0 +11631,'FNA',2010-04-10,2010-04-12,312.5,'ESPINO','MARCELINA',2,1 +83396,'FNA',2010-04-12,2010-04-13,250.0,'DRDA','LESTER',1,1 +99863,'FNA',2010-04-17,2010-04-19,250.0,'ARBUCKLE','LORENA',4,0 +54811,'FNA',2010-04-19,2010-04-20,225.0,'KLEVER','ERASMO',2,1 +47352,'FNA',2010-04-20,2010-04-24,225.0,'MARZETT','JOSEPH',1,1 +28691,'FNA',2010-04-24,2010-04-26,225.0,'SLUKA','AIKO',1,1 +73732,'FNA',2010-04-26,2010-04-28,250.0,'RODERICK','JOSLYN',1,0 +26561,'FNA',2010-04-29,2010-05-03,250.0,'DYDA','DORIAN',2,2 +80964,'FNA',2010-05-03,2010-05-10,225.0,'RHYME','QUINN',4,0 +85215,'FNA',2010-05-14,2010-05-21,250.0,'TEHNEY','DARRYL',1,0 +60205,'FNA',2010-05-22,2010-05-31,225.0,'FRAINE','MANDA',1,1 +37773,'FNA',2010-05-31,2010-06-06,312.5,'BOUGIE','MONTE',1,1 +69796,'FNA',2010-06-09,2010-06-11,250.0,'LUANGSINGOTHA','WILHELMINA',1,3 +19494,'FNA',2010-06-12,2010-06-19,287.5,'VORWERK','DORINE',1,0 +41037,'FNA',2010-06-19,2010-07-02,225.0,'DUB','SUZANNE',1,0 +74117,'FNA',2010-07-02,2010-07-04,225.0,'HORTILLOSA','FREDDY',1,0 +17338,'FNA',2010-07-04,2010-07-05,287.5,'RUBY','QUENTIN',2,2 +71818,'FNA',2010-07-05,2010-07-06,250.0,'SALOWITZ','QUEEN',2,1 +99419,'FNA',2010-07-11,2010-07-12,250.0,'DALGLEISH','RYAN',4,0 +87412,'FNA',2010-07-16,2010-07-22,250.0,'HARE','ELSIE',2,2 +71902,'FNA',2010-07-27,2010-07-31,250.0,'ANNABLE','IRA',1,0 +94437,'FNA',2010-07-31,2010-08-02,250.0,'SVATEK','KELLY',2,0 +82515,'FNA',2010-08-02,2010-08-03,287.5,'ALWINE','SHAWANDA',1,2 +79615,'FNA',2010-08-03,2010-08-05,250.0,'CONRAD','ELODIA',1,2 +22615,'FNA',2010-08-09,2010-08-10,212.5,'QUISPE','MARGARITO',1,1 +59166,'FNA',2010-08-20,2010-08-21,250.0,'TANI','DOMINICK',3,0 +23302,'FNA',2010-08-21,2010-08-22,287.5,'CONSTABLE','RASHAD',1,2 +53668,'FNA',2010-08-22,2010-08-24,287.5,'FIGUROA','BEN',1,0 +30671,'FNA',2010-08-29,2010-09-01,225.0,'KON','DEWAYNE',1,1 +35922,'FNA',2010-09-01,2010-09-02,287.5,'SINGERMAN','YAN',1,0 +75457,'FNA',2010-09-05,2010-09-07,225.0,'SEGO','HUNG',1,0 +16061,'FNA',2010-09-11,2010-09-14,312.5,'ENDLER','ODIS',2,1 +25389,'FNA',2010-09-19,2010-09-21,212.5,'INTERRANTE','EMMITT',3,1 +60454,'FNA',2010-10-06,2010-10-08,225.0,'GOLSTON','CONSUELA',2,2 +28198,'FNA',2010-10-08,2010-10-18,225.0,'SAPORITO','ANDREAS',1,0 +39910,'FNA',2010-10-19,2010-10-21,250.0,'KAMINSKY','DANNY',1,0 +92303,'FNA',2010-11-04,2010-11-10,287.5,'BRISENDINE','JEWEL',1,0 +26345,'FNA',2010-11-10,2010-11-12,250.0,'QUEROS','MAHALIA',1,1 +99236,'FNA',2010-11-16,2010-11-17,287.5,'SCHOENING','LEROY',1,1 +85417,'FNA',2010-11-21,2010-11-26,225.0,'MULKEY','EMERY',2,0 +10574,'FNA',2010-11-26,2010-12-03,287.5,'SWEAZY','ROY',2,1 +29568,'FNA',2010-12-03,2010-12-08,225.0,'BOETTNER','REIKO',3,0 +28106,'FNA',2010-12-11,2010-12-17,312.5,'VANDERSCHAEGE','MITZIE',2,0 +56373,'FNA',2010-12-18,2010-12-20,225.0,'BEGEN','ASHLYN',3,0 +94004,'FNA',2010-12-21,2010-12-24,250.0,'JARVI','JOHNNIE',4,0 +28948,'FNA',2010-12-24,2010-12-26,287.5,'RUPE','QUIANA',2,0 +71987,'FNA',2010-12-30,2010-12-31,250.0,'HARE','ELSIE',2,0 +67409,'FNA',2010-12-31,2011-01-04,250.0,'MADRON','DONNIE',2,1 diff --git a/database/inn_1/data_csv/Rooms.csv b/database/inn_1/data_csv/Rooms.csv new file mode 100644 index 0000000000000000000000000000000000000000..257a83b312af8cc36fb3bf419aae7e9fa5308063 --- /dev/null +++ b/database/inn_1/data_csv/Rooms.csv @@ -0,0 +1,11 @@ +RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor +'RND','Recluse and defiance',1,'King',2,150,'modern' +'IBS','Interim but salutary',1,'King',2,150,'traditional' +'AOB','Abscond or bolster',2,'Queen',4,175,'traditional' +'MWC','Mendicant with cryptic',2,'Double',4,125,'modern' +'HBB','Harbinger but bequest',1,'Queen',2,100,'modern' +'IBD','Immutable before decorum',2,'Queen',4,150,'rustic' +'TAA','Thrift and accolade',1,'Double',2,75,'modern' +'CAS','Convoke and sanguine',2,'King',4,175,'traditional' +'RTE','Riddle to exculpate',2,'Queen',4,175,'rustic' +'FNA','Frugal not apropos',2,'King',4,250,'traditional' diff --git a/database/inn_1/inn_1.sql b/database/inn_1/inn_1.sql new file mode 100644 index 0000000000000000000000000000000000000000..bfb66e4cf9bef3ec73f93eb7f5b808864fcb6e3f --- /dev/null +++ b/database/inn_1/inn_1.sql @@ -0,0 +1,24 @@ +CREATE TABLE "Rooms" ( + "RoomId" TEXT PRIMARY KEY, + "roomName" TEXT, + "beds" INTEGER, + "bedType" TEXT, + "maxOccupancy" INTEGER, + "basePrice" INTEGER, + "decor" TEXT + +); + +CREATE TABLE "Reservations" ( + "Code" INTEGER PRIMARY KEY, + "Room" TEXT, + "CheckIn" TEXT, + "CheckOut" TEXT, + "Rate" REAL, + "LastName" TEXT, + "FirstName" TEXT, + "Adults" INTEGER, + "Kids" INTEGER, + FOREIGN KEY (Room) REFERENCES Rooms(RoomId) +); + diff --git a/database/inn_1/inn_1.sqlite b/database/inn_1/inn_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..5e7ebacdf82c1e6b83fe9d25bb8836d4524f0088 Binary files /dev/null and b/database/inn_1/inn_1.sqlite differ diff --git a/database/inn_1/link.txt b/database/inn_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..94c167197fe075c59a0eb4db5c0ce5bf25f766e7 --- /dev/null +++ b/database/inn_1/link.txt @@ -0,0 +1 @@ +http://users.csc.calpoly.edu/~dekhtyar/365-Spring2017/index.html \ No newline at end of file diff --git a/database/inn_1/q.txt b/database/inn_1/q.txt new file mode 100644 index 0000000000000000000000000000000000000000..b198bd1554245a14463633715aa03757a67152ef --- /dev/null +++ b/database/inn_1/q.txt @@ -0,0 +1,15 @@ +Find all modern rooms with a base price below $160 and two beds. Report room names and codes + +Find all rooms occupied on February 6, 2010. Report full name of the room, the check-in and checkout dates of the reservation. + +For each reservation that starts on December 31, 2010 report the room name, nightly rate, number of nights spent and the total amount of money paid. + +Find the names of all people1 staying at the inn at the same time as HERBERT FRYDAY. + +Find the number of August reservations (both checkin and checkout dates are in August) where two adults are staying with two children. + +Find the most popular room in the hotel. The most popular room is the room that had seen the largest number of reservations + +Find the room that has been occupied the largest number of days based on the reservations. Report the room name + +For each room, report the most expensive reservation. Report the full room name, dates of stay diff --git a/database/insurance_policies/insurance_policies.sqlite b/database/insurance_policies/insurance_policies.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..9b1ffca54a7980a1e7fd8b31d1449c5ad96d29fc Binary files /dev/null and b/database/insurance_policies/insurance_policies.sqlite differ diff --git a/database/insurance_policies/schema.sql b/database/insurance_policies/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..d1f24d36196d0972c2b48c692bf62810916cdb0e --- /dev/null +++ b/database/insurance_policies/schema.sql @@ -0,0 +1,130 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE Customers ( +Customer_ID INTEGER NOT NULL, +Customer_Details VARCHAR(255) NOT NULL, +PRIMARY KEY (Customer_ID) +); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (1, 'America Jaskolski'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (2, 'Ellsworth Paucek'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (3, 'Mrs. Hanna Willms'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (4, 'Dr. Diana Rath'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (5, 'Selena Gerhold'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (6, 'Lauriane Ferry PhD'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (7, 'Sydnie Friesen'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (8, 'Dayana Robel'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (9, 'Mr. Edwardo Blanda I'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (10, 'Augustine Kerluke'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (11, 'Buddy Marquardt'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (12, 'Mr. Randal Lynch III'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (13, 'Mrs. Liza Heller V'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (14, 'Mrs. Lilly Graham III'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (15, 'Miss Felicita Reichel'); + +CREATE TABLE Customer_Policies ( +Policy_ID INTEGER NOT NULL, +Customer_ID INTEGER NOT NULL, +Policy_Type_Code CHAR(15) NOT NULL, +Start_Date DATE, +End_Date DATE, +PRIMARY KEY (Policy_ID), +FOREIGN KEY (Customer_ID) REFERENCES Customers (Customer_ID) +); + +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (119, 1, 'Car', '2018-01-21', '2017-12-15'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (141, 2, 'Life', '2017-08-21', '2017-09-29'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (143, 3, 'Car', '2017-06-16', '2017-12-09'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (218, 4, 'Car', '2017-09-18', '2017-11-23'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (264, 4, 'Car', '2016-12-25', '2018-01-25'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (270, 5, 'Life', '2016-07-17', '2018-01-05'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (352, 6, 'Property', '2016-05-23', '2017-12-09'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (396, 7, 'Travel', '2017-07-30', '2017-10-09'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (473, 3, 'Travel', '2017-04-24', '2017-12-14'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (552, 12, 'Travel', '2017-12-13', '2017-11-05'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (587, 13, 'Travel', '2017-03-23', '2017-09-01'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (738, 8, 'Travel', '2018-06-16', '2017-12-04'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (744, 6, 'Property', '2017-12-01', '2018-03-07'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (858, 9, 'Property', '2016-05-30', '2018-02-11'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (900, 2, 'Property', '2017-01-20', '2017-12-11'); +CREATE TABLE Claims ( +Claim_ID INTEGER NOT NULL, +Policy_ID INTEGER NOT NULL, +Date_Claim_Made DATE, +Date_Claim_Settled DATE, +Amount_Claimed INTEGER, +Amount_Settled INTEGER, +PRIMARY KEY (Claim_ID), +FOREIGN KEY (Policy_ID) REFERENCES Customer_Policies (Policy_ID) +); + +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (143, 744, '2017-03-11', '2017-11-03', 43884, 1085); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (423, 552, '2016-08-12', '2018-01-27', 79134, 1724); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (442, 473, '2017-02-24', '2018-01-21', 70088, 1189); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (486, 141, '2018-06-14', '2017-12-20', 69696, 1638); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (546, 744, '2017-05-03', '2017-12-22', 46479, 1091); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (563, 141, '2016-08-02', '2017-09-04', 41078, 1570); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (569, 473, '2018-07-15', '2017-11-19', 49743, 930); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (571, 858, '2017-08-03', '2018-02-18', 89632, 1528); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (621, 744, '2016-12-18', '2018-01-11', 43708, 1652); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (761, 473, '2016-08-26', '2017-09-04', 83703, 1372); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (801, 738, '2017-10-21', '2018-01-05', 3326, 1353); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (843, 143, '2017-10-14', '2018-02-20', 10209, 1639); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (935, 143, '2018-07-13', '2017-11-22', 70674, 1637); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (957, 352, '2018-11-08', '2017-09-15', 38280, 1050); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (965, 119, '2017-07-17', '2018-03-09', 35824, 1636); + + + +CREATE TABLE Settlements ( +Settlement_ID INTEGER NOT NULL, +Claim_ID INTEGER NOT NULL, +Date_Claim_Made DATE, +Date_Claim_Settled DATE, +Amount_Claimed INTEGER, +Amount_Settled INTEGER, +Customer_Policy_ID INTEGER NOT NULL, +PRIMARY KEY (Settlement_ID), +FOREIGN KEY (Claim_ID) REFERENCES Claims (Claim_ID) +); +CREATE TABLE Payments ( +Payment_ID INTEGER NOT NULL, +Settlement_ID INTEGER NOT NULL, +Payment_Method_Code VARCHAR(255), +Date_Payment_Made DATE, +Amount_Payment INTEGER, +PRIMARY KEY (Payment_ID), +FOREIGN KEY (Settlement_ID) REFERENCES Settlements (Settlement_ID) +); + + + +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (357, 486, '2018-08-07', '2018-01-16', 38543, 1181, 515); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (412, 621, '2017-08-27', '2018-02-04', 57669, 1427, 617); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (476, 801, '2016-09-05', '2018-03-02', 30954, 1805, 943); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (512, 801, '2016-05-18', '2018-02-11', 82506, 1737, 133); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (516, 563, '2017-05-19', '2017-10-06', 37302, 1767, 638); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (527, 801, '2018-11-10', '2018-02-15', 25078, 930, 727); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (558, 569, '2018-05-12', '2017-11-30', 16603, 1516, 536); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (564, 761, '2016-07-04', '2018-02-20', 62680, 1676, 839); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (597, 486, '2017-04-18', '2017-12-24', 4456, 1698, 359); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (616, 957, '2017-07-31', '2018-01-27', 24055, 1262, 590); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (648, 761, '2017-09-22', '2018-02-14', 32079, 1266, 805); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (682, 801, '2017-03-04', '2018-02-20', 56850, 1508, 564); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (756, 571, '2017-04-14', '2017-11-15', 8634, 1293, 448); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (897, 843, '2017-03-29', '2018-02-20', 20569, 1885, 678); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (983, 621, '2016-07-19', '2017-11-04', 3864, 1042, 419); + +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (384, 516, 'MasterCard', '2018-02-16', 241730); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (435, 476, 'MasterCard', '2017-05-28', 448613); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (484, 516, 'MasterCard', '2017-06-24', 456098); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (498, 682, 'Discover Card', '2017-08-06', 38324); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (542, 597, 'MasterCard', '2018-01-10', 407235); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (559, 512, 'MasterCard', '2018-02-18', 235893); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (678, 516, 'Visa', '2017-12-16', 459407); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (739, 597, 'Discover Card', '2017-10-07', 71246); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (754, 516, 'Visa', '2018-02-24', 7343); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (774, 527, 'MasterCard', '2018-01-28', 319142); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (779, 564, 'Visa', '2017-05-28', 155654); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (791, 983, 'Visa', '2017-05-03', 172309); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (886, 516, 'MasterCard', '2017-07-31', 423154); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (912, 648, 'Discover Card', '2017-05-04', 123255); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (983, 682, 'American Express', '2018-01-19', 177130); diff --git a/database/loan_1/loan_1.sqlite b/database/loan_1/loan_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..8220f921865da303f3d63b29f9f753a748098f66 Binary files /dev/null and b/database/loan_1/loan_1.sqlite differ diff --git a/database/loan_1/schema.sql b/database/loan_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..60e2bf9008f0949ea8178cb8ac8f323b5e2b5d40 --- /dev/null +++ b/database/loan_1/schema.sql @@ -0,0 +1,41 @@ +CREATE TABLE bank ( +branch_ID int PRIMARY KEY, +bname varchar(20), +no_of_customers int, +city varchar(10), +state varchar(20)); + + +CREATE TABLE customer ( +cust_ID varchar(3) PRIMARY KEY, +cust_name varchar(20), +acc_type char(1), +acc_bal int, +no_of_loans int, +credit_score int, +branch_ID int, +state varchar(20), +FOREIGN KEY(branch_ID) REFERENCES bank(branch_ID)); + + +CREATE TABLE loan ( +loan_ID varchar(3) PRIMARY KEY, +loan_type varchar(15), +cust_ID varchar(3), +branch_ID varchar(3), +amount int, +FOREIGN KEY(branch_ID) REFERENCES bank(branch_ID), +FOREIGN KEY(Cust_ID) REFERENCES customer(Cust_ID)); + +insert into bank values (1, 'morningside', 203, 'New York City', 'New York'); +insert into bank values (2, 'downtown', 123, 'Salt Lake City', 'Utah'); +insert into bank values (3, 'broadway', 453, 'New York City', 'New York'); +insert into bank values (4, 'high', 367, 'Austin', 'Texas'); + +insert into customer values (1, 'Mary', 'saving', 2000, 2, 30, 2, 'Utah'); +insert into customer values (2, 'Jack', 'checking', 1000, 1, 20, 1, 'Texas'); +insert into customer values (3, 'Owen', 'saving', 800000, 0, 210, 3, 'New York'); + +insert into loan values (1, 'Mortgages', 1, 1, 2050); +insert into loan values (2, 'Auto', 1, 2, 3000); +insert into loan values (3, 'Business', 3, 3, 5000); diff --git a/database/local_govt_in_alabama/local_govt_in_alabama.sqlite b/database/local_govt_in_alabama/local_govt_in_alabama.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..4bd32d1a57a8efa865883c2ae9139967ad86c8e3 Binary files /dev/null and b/database/local_govt_in_alabama/local_govt_in_alabama.sqlite differ diff --git a/database/local_govt_in_alabama/schema.sql b/database/local_govt_in_alabama/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..88321d134f9df1c0abcb4f3107314908cf60392d --- /dev/null +++ b/database/local_govt_in_alabama/schema.sql @@ -0,0 +1,86 @@ +PRAGMA foreign_keys = ON; + + +CREATE TABLE Services ( +Service_ID INTEGER NOT NULL, +Service_Type_Code CHAR(15) NOT NULL, +PRIMARY KEY (Service_ID) +); +INSERT INTO `Services` (`Service_ID`, `Service_Type_Code`) VALUES (2, 'Marriage'); +INSERT INTO `Services` (`Service_ID`, `Service_Type_Code`) VALUES (5, 'Death Proof'); +INSERT INTO `Services` (`Service_ID`, `Service_Type_Code`) VALUES (6, 'Birth Proof'); +INSERT INTO `Services` (`Service_ID`, `Service_Type_Code`) VALUES (8, 'Property Change'); + + +CREATE TABLE Participants ( +Participant_ID INTEGER NOT NULL, +Participant_Type_Code CHAR(15) NOT NULL, +Participant_Details VARCHAR(255), +PRIMARY KEY (Participant_ID) +); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (9, 'Organizer', 'Karlee Batz'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (26, 'Organizer', 'Vilma Schinner'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (28, 'Organizer', 'Lupe Deckow'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (36, 'Organizer', 'Kenyatta Kuhn'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (37, 'Participant', 'Miss Kaci Lebsack'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (38, 'Organizer', 'Macy Mayer DDS'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (60, 'Participant', 'Dewitt Walter'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (63, 'Participant', 'Prof. Michelle Maggio Jr.'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (64, 'Participant', 'Dr. Jaydon Renner'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (66, 'Participant', 'Justyn Lebsack'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (75, 'Participant', 'Berniece Weimann'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (86, 'Organizer', 'Neil Blick'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (90, 'Participant', 'Dedrick Ebert'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (96, 'Organizer', 'Miss Joyce Cremin'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (98, 'Participant', 'Dr. Kris Deckow'); + + +CREATE TABLE Events ( +Event_ID INTEGER NOT NULL, +Service_ID INTEGER NOT NULL, +Event_Details VARCHAR(255), +PRIMARY KEY (Event_ID), +FOREIGN KEY (Service_ID) REFERENCES Services (Service_ID) +); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (3, 5, 'Success'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (8, 8, 'Success'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (13, 8, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (16, 2, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (17, 5, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (38, 6, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (40, 6, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (43, 8, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (48, 8, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (57, 5, 'Success'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (60, 2, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (74, 2, 'Success'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (80, 5, 'Success'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (95, 2, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (96, 2, 'Success'); + + +CREATE TABLE Participants_in_Events ( +Event_ID INTEGER NOT NULL, +Participant_ID INTEGER NOT NULL, +PRIMARY KEY (Event_ID, Participant_ID), +FOREIGN KEY (Participant_ID) REFERENCES Participants (Participant_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID) +); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (3, 26); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (3, 66); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (8, 86); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (13, 64); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (13, 90); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (16, 60); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (17, 37); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (17, 66); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (38, 66); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (40, 37); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (40, 86); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (57, 90); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (60, 26); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (80, 36); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (80, 66); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (80, 96); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (95, 63); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (96, 90); diff --git a/database/local_govt_mdm/local_govt_mdm.sqlite b/database/local_govt_mdm/local_govt_mdm.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..44cbf616e49a0e3fda3e03120e570e83d8475dd2 Binary files /dev/null and b/database/local_govt_mdm/local_govt_mdm.sqlite differ diff --git a/database/local_govt_mdm/schema.sql b/database/local_govt_mdm/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..0d805ef7b1834f0abf694f41e196eca537d2150d --- /dev/null +++ b/database/local_govt_mdm/schema.sql @@ -0,0 +1,112 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE Customer_Master_Index ( +master_customer_id INTEGER NOT NULL, +cmi_details VARCHAR(255), +PRIMARY KEY (master_customer_id) +); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (1, 'Schmitt-Lang'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (2, 'Volkman, Mills and Ferry'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (3, 'Gusikowski PLC'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (4, 'Schmidt, Kertzmann and Lubowitz'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (5, 'Gottlieb, Becker and Wyman'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (6, 'Mayer-Hagenes'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (7, 'Streich-Morissette'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (8, 'Quigley-Paucek'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (9, 'Reynolds-McClure'); + +CREATE TABLE CMI_Cross_References ( +cmi_cross_ref_id INTEGER NOT NULL, +master_customer_id INTEGER NOT NULL, +source_system_code CHAR(15) NOT NULL, +PRIMARY KEY (cmi_cross_ref_id), +FOREIGN KEY (master_customer_id) REFERENCES Customer_Master_Index (master_customer_id) + +); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (2, 4, 'Rent'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (4, 5, 'Parking'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (8, 1, 'Rent'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (41, 5, 'Benefits'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (48, 5, 'Benefits'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (49, 1, 'Business'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (59, 1, 'Rent'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (65, 9, 'Benefits'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (75, 5, 'Electoral'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (77, 4, 'Electoral'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (81, 9, 'Parking'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (83, 3, 'Benefits'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (95, 2, 'Business'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (99, 9, 'Business'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (100, 4, 'Rent'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (101, 2, 'Tax'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (102, 4, 'Tax'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (103, 9, 'Tax'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (104, 2, 'Tax'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (105, 2, 'Tax'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (106, 1, 'Tax'); + +CREATE TABLE Council_Tax ( +council_tax_id INTEGER NOT NULL, +cmi_cross_ref_id INTEGER NOT NULL, +PRIMARY KEY (council_tax_id), +FOREIGN KEY (cmi_cross_ref_id) REFERENCES CMI_Cross_References (cmi_cross_ref_id) +); +CREATE TABLE Business_Rates ( +business_rates_id INTEGER NOT NULL, +cmi_cross_ref_id INTEGER NOT NULL, +PRIMARY KEY (business_rates_id), +FOREIGN KEY (cmi_cross_ref_id) REFERENCES CMI_Cross_References (cmi_cross_ref_id) +); +CREATE TABLE Benefits_Overpayments ( +council_tax_id INTEGER NOT NULL, +cmi_cross_ref_id INTEGER NOT NULL, +PRIMARY KEY (council_tax_id), +FOREIGN KEY (cmi_cross_ref_id) REFERENCES CMI_Cross_References (cmi_cross_ref_id) +); +CREATE TABLE Parking_Fines ( +council_tax_id INTEGER NOT NULL, +cmi_cross_ref_id INTEGER NOT NULL, +PRIMARY KEY (council_tax_id), +FOREIGN KEY (cmi_cross_ref_id) REFERENCES CMI_Cross_References (cmi_cross_ref_id) +); +CREATE TABLE Rent_Arrears ( +council_tax_id INTEGER NOT NULL, +cmi_cross_ref_id INTEGER NOT NULL, +PRIMARY KEY (council_tax_id), +FOREIGN KEY (cmi_cross_ref_id) REFERENCES CMI_Cross_References (cmi_cross_ref_id) +); +CREATE TABLE Electoral_Register ( +electoral_register_id INTEGER NOT NULL, +cmi_cross_ref_id INTEGER NOT NULL, +PRIMARY KEY (electoral_register_id), +FOREIGN KEY (cmi_cross_ref_id) REFERENCES CMI_Cross_References (cmi_cross_ref_id) +); +INSERT INTO `Benefits_Overpayments` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (3, 65); +INSERT INTO `Benefits_Overpayments` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (7, 83); +INSERT INTO `Benefits_Overpayments` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (6, 41); +INSERT INTO `Benefits_Overpayments` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (8, 48); + +INSERT INTO `Business_Rates` (`business_rates_id`, `cmi_cross_ref_id`) VALUES (5, 49); +INSERT INTO `Business_Rates` (`business_rates_id`, `cmi_cross_ref_id`) VALUES (2, 99); +INSERT INTO `Business_Rates` (`business_rates_id`, `cmi_cross_ref_id`) VALUES (8, 95); + +INSERT INTO `Council_Tax` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (1, 101); +INSERT INTO `Council_Tax` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (7, 102); +INSERT INTO `Council_Tax` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (2, 103); +INSERT INTO `Council_Tax` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (3, 104); +INSERT INTO `Council_Tax` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (9, 105); +INSERT INTO `Council_Tax` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (8, 106); + +INSERT INTO `Electoral_Register` (`electoral_register_id`, `cmi_cross_ref_id`) VALUES (3, 65); +INSERT INTO `Electoral_Register` (`electoral_register_id`, `cmi_cross_ref_id`) VALUES (7, 65); +INSERT INTO `Electoral_Register` (`electoral_register_id`, `cmi_cross_ref_id`) VALUES (8, 75); +INSERT INTO `Electoral_Register` (`electoral_register_id`, `cmi_cross_ref_id`) VALUES (2, 83); +INSERT INTO `Electoral_Register` (`electoral_register_id`, `cmi_cross_ref_id`) VALUES (6, 95); +INSERT INTO `Electoral_Register` (`electoral_register_id`, `cmi_cross_ref_id`) VALUES (4, 100); +INSERT INTO `Parking_Fines` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (9, 4); +INSERT INTO `Parking_Fines` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (10, 81); + +INSERT INTO `Rent_Arrears` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (7, 2); +INSERT INTO `Rent_Arrears` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (2, 8); +INSERT INTO `Rent_Arrears` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (6, 59); +INSERT INTO `Rent_Arrears` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (1, 100); diff --git a/database/manufacturer/manufacturer.sqlite b/database/manufacturer/manufacturer.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..4fd26cf8db80f2624e7bddc95dc878acb28c7b15 Binary files /dev/null and b/database/manufacturer/manufacturer.sqlite differ diff --git a/database/manufacturer/schema.sql b/database/manufacturer/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..899e3b320d0d979c4294a953578e4f5afecb5bf8 --- /dev/null +++ b/database/manufacturer/schema.sql @@ -0,0 +1,55 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "manufacturer" ( + "Manufacturer_ID" int, + "Open_Year" real, + "Name" text, + "Num_of_Factories" int, + "Num_of_Shops" int, + PRIMARY KEY ("Manufacturer_ID") +); + + + +INSERT INTO "manufacturer" VALUES (1,"1980","Chevrolet House","36","8"); +INSERT INTO "manufacturer" VALUES (2,"1990","IKEA","21","19"); +INSERT INTO "manufacturer" VALUES (3,"1991","Ford Make","12","2"); +INSERT INTO "manufacturer" VALUES (4,"1992","Jiaju","1","35"); +INSERT INTO "manufacturer" VALUES (5,"2000","Chevrolet","38","24"); +INSERT INTO "manufacturer" VALUES (6,"2001","Dodge","3","7"); +INSERT INTO "manufacturer" VALUES (7,"2008","Tomorrow","12","4"); + + +CREATE TABLE "furniture" ( + "Furniture_ID" int, + "Name" text, + "Num_of_Component" int, + "Market_Rate" real, + PRIMARY KEY ("Furniture_ID") +); + +INSERT INTO "furniture" VALUES (1,"Billiard table",14,"52.5"); +INSERT INTO "furniture" VALUES (2,"Chabudai",4,"40.0"); +INSERT INTO "furniture" VALUES (3,"Bookcase",6,"1.0"); +INSERT INTO "furniture" VALUES (4,"Hatstand",5,"0.5"); +INSERT INTO "furniture" VALUES (5,"Bench",5,"3.5"); +INSERT INTO "furniture" VALUES (6,"Four-poster bed",3,"2.0"); +INSERT INTO "furniture" VALUES (7,"Dining set",12,"0.5"); + + +CREATE TABLE "furniture_manufacte" ( + "Manufacturer_ID" int, + "Furniture_ID" int, + "Price_in_Dollar" real, + PRIMARY KEY ("Manufacturer_ID","Furniture_ID"), + FOREIGN KEY ("Manufacturer_ID") REFERENCES `manufacturer`("Manufacturer_ID"), + FOREIGN KEY ("Furniture_ID") REFERENCES `furniture`("Furniture_ID") +); + +INSERT INTO "furniture_manufacte" VALUES (1,3,239); +INSERT INTO "furniture_manufacte" VALUES (4,2,450); +INSERT INTO "furniture_manufacte" VALUES (7,7,2124); +INSERT INTO "furniture_manufacte" VALUES (5,1,443); +INSERT INTO "furniture_manufacte" VALUES (7,4,1234); + diff --git a/database/match_season/match_season.sqlite b/database/match_season/match_season.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..ec1524f648493e12391c5a884b78e30fb9e3d92c Binary files /dev/null and b/database/match_season/match_season.sqlite differ diff --git a/database/match_season/schema.sql b/database/match_season/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..1b759745c1e71d3bba5e49b961ec19fd7e55d2a9 --- /dev/null +++ b/database/match_season/schema.sql @@ -0,0 +1,94 @@ +PRAGMA foreign_keys = ON; + + +CREATE TABLE "country" ( + "Country_id" int, + "Country_name" text, + "Capital" text, + "Official_native_language" text, + PRIMARY KEY ("Country_id") +); + + +CREATE TABLE `team` ( + `Team_id` int, + `Name` text, + PRIMARY KEY (`Team_id`) +) ; + +INSERT INTO `team` (`Team_id`, `Name`) VALUES (1, 'Columbus Crew'); +INSERT INTO `team` (`Team_id`, `Name`) VALUES (2, 'Evalyn Feil'); +INSERT INTO `team` (`Team_id`, `Name`) VALUES (3, 'Anais VonRueden'); +INSERT INTO `team` (`Team_id`, `Name`) VALUES (4, 'Miami Fusion'); +INSERT INTO `team` (`Team_id`, `Name`) VALUES (5, 'Enrique Osinski'); +INSERT INTO `team` (`Team_id`, `Name`) VALUES (6, 'Brown Erdman'); +INSERT INTO `team` (`Team_id`, `Name`) VALUES (7, 'Los Angeles Galaxy'); +INSERT INTO `team` (`Team_id`, `Name`) VALUES (8, 'Berneice Hand'); +INSERT INTO `team` (`Team_id`, `Name`) VALUES (9, 'Ryley Goldner'); +INSERT INTO `team` (`Team_id`, `Name`) VALUES (10, 'D.C. United'); + +CREATE TABLE "match_season" ( + "Season" real, + "Player" text, + "Position" text, + "Country" int, + "Team" int, + "Draft_Pick_Number" int, + "Draft_Class" text, + "College" text, + PRIMARY KEY ("Season"), + FOREIGN KEY (`Country`) REFERENCES `country`(`Country_id`), + FOREIGN KEY (`Team`) REFERENCES `team`(`Team_id`) +); + + +CREATE TABLE "player" ( + "Player_ID" int, + "Player" text, + "Years_Played" text, + "Total_WL" text, + "Singles_WL" text, + "Doubles_WL" text, + "Team" int, + PRIMARY KEY ("Player_ID"), + FOREIGN KEY (`Team`) REFERENCES `team`(`Team_id`) +); + + + +INSERT INTO "country" VALUES (1,"Indonesia","Jakarta","Bahasa Indonesia"); +INSERT INTO "country" VALUES (2,"Iran","Tehran","Persian ( Arabic script )"); +INSERT INTO "country" VALUES (3,"Iraq","Baghdad","Arabic ( Arabic script ) Kurdish"); +INSERT INTO "country" VALUES (4,"Ireland","Dublin","Irish English"); +INSERT INTO "country" VALUES (5,"Isle of Man","Douglas","English Manx"); +INSERT INTO "country" VALUES (6,"United States","Washington","English"); + +INSERT INTO "match_season" VALUES ("1996","Steve Ralston Category:Articles with hCards","Midfielder",6,1,18,"1996 MLS College Draft","Florida International"); +INSERT INTO "match_season" VALUES ("1997","Mike Duhaney Category:Articles with hCards","Defender",6,2,87,"1996 MLS Inaugural Player Draft","UNLV"); +INSERT INTO "match_season" VALUES ("1998","Ben Olsen Category:Articles with hCards","Midfielder",4,3,2,"Project-40","Virginia"); +INSERT INTO "match_season" VALUES ("1999","Jay Heaps Category:Articles with hCards","Defender",5,4,5,"1999 MLS College Draft","Duke"); +INSERT INTO "match_season" VALUES ("2000","Carlos Bocanegra Category:Articles with hCards","Defender",5,5,4,"2000 MLS SuperDraft","UCLA"); +INSERT INTO "match_season" VALUES ("2001","Rodrigo Faria Category:Articles with hCards","Forward",4,5,13,"2001 MLS SuperDraft","Concordia College"); +INSERT INTO "match_season" VALUES ("2002","Kyle Martino Category:Articles with hCards","Midfielder",6,3,8,"2002 MLS SuperDraft","Virginia"); +INSERT INTO "match_season" VALUES ("2003","Damani Ralph Category:Articles with hCards","Forward",1,2,18,"2003 MLS SuperDraft","Connecticut"); +INSERT INTO "match_season" VALUES ("2004","Clint Dempsey Category:Articles with hCards","Midfielder",6,3,8,"2004 MLS SuperDraft","Furman"); +INSERT INTO "match_season" VALUES ("2005","Michael Parkhurst Category:Articles with hCards","Defender",6,4,9,"2005 MLS SuperDraft","Wake Forest"); +INSERT INTO "match_season" VALUES ("2006","Jonathan Bornstein Category:Articles with hCards","Defender",6,10,37,"2006 MLS SuperDraft","UCLA"); +INSERT INTO "match_season" VALUES ("2007","Maurice Edu Category:Articles with hCards","Midfielder",4,9,1,"2007 MLS SuperDraft","Maryland"); +INSERT INTO "match_season" VALUES ("2008","Sean Franklin Category:Articles with hCards","Defender",6,5,4,"2008 MLS SuperDraft","Cal State Northridge"); +INSERT INTO "match_season" VALUES ("2009","Omar Gonzalez Category:Articles with hCards","Defender",6,5,3,"2009 MLS SuperDraft","Maryland"); +INSERT INTO "match_season" VALUES ("2010","Andy Najar Category:Articles with hCards","Midfielder",4,5,6,"D.C. United Academy","none"); +INSERT INTO "match_season" VALUES ("2011","C. J. Sapong Category:Articles with hCards","Forward",6,3,10,"2011 MLS SuperDraft","James Madison"); + + +INSERT INTO "player" VALUES (1,"Cho Soong-Jae (630)","1 (2011)","2–0","1–0","1–0",1); +INSERT INTO "player" VALUES (2,"Chung Hong (717)","1 (2011)","0–0","0–0","0–0",1); +INSERT INTO "player" VALUES (3,"Im Kyu-tae (492)","8 (2003–2005, 2007–2011)","6–9","5–7","1–2",1); +INSERT INTO "player" VALUES (4,"Jeong Suk-Young (793)","2 (2010–2011)","1–2","1–2","0–0",1); +INSERT INTO "player" VALUES (5,"Kim Hyun-Joon (908)","2 (2010–2011)","3–4","2–1","1–3",2); +INSERT INTO "player" VALUES (6,"Kim Young-Jun (474)","4 (2003–2004, 2010–2011)","6–4","6–3","0–1",4); +INSERT INTO "player" VALUES (7,"Lim Yong-Kyu (288)","3 (2009–2011)","7–6","5–6","2–0",6); +INSERT INTO "player" VALUES (8,"Seol Jae-Min (none)","2 (2010-2011)","2–2","0–0","2–2",1); +INSERT INTO "player" VALUES (9,"An Jae-Sung","3 (2005, 2007–2008)","4–3","3–2","1–1",1); +INSERT INTO "player" VALUES (10,"Bae Nam-Ju","2 (1988, 1990)","1–3","0–2","1–1",8); + diff --git a/database/mountain_photos/mountain_photos.sqlite b/database/mountain_photos/mountain_photos.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..e32cceed05e6f517475cf938d1b25cd7c6a97b7b Binary files /dev/null and b/database/mountain_photos/mountain_photos.sqlite differ diff --git a/database/mountain_photos/schema.sql b/database/mountain_photos/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..b88bc42fa3103c4f053614ac0a1b2a11ab80f047 --- /dev/null +++ b/database/mountain_photos/schema.sql @@ -0,0 +1,75 @@ +PRAGMA foreign_keys=ON; +BEGIN TRANSACTION; +CREATE TABLE IF NOT EXISTS "mountain" ( +"id" int, +"name" text, +"Height" real, +"Prominence" real, +"Range" text, +"Country" text, +primary key("id") +); +INSERT INTO mountain VALUES(1,'Abune Yosef / Guliba Amba',4260.0000000000000002,1908.9999999999999999,'Lasta Massif','Ethiopia'); +INSERT INTO mountain VALUES(2,'Ioll / Yoll',4219.9999999999999998,350.0,'Kollo Massif','Ethiopia'); +INSERT INTO mountain VALUES(3,'Bada',4195.0000000000000001,1605.0,'Arsi Mountains','Ethiopia'); +INSERT INTO mountain VALUES(4,'Kaka / Kecha / Chiqe',4193.0000000000000001,1215.0,'Arsi Mountains','Ethiopia'); +INSERT INTO mountain VALUES(5,'Jbel Toubkal',4167.0,3755.0000000000000001,'Toubkal Atlas','Morocco'); +INSERT INTO mountain VALUES(6,'Muhavura',4127.0,1529.9999999999999999,'Virunga Mountains','Rwanda Uganda'); +INSERT INTO mountain VALUES(7,'Hey / Hay',4125.0,659.99999999999999999,'Semien Mountains','Ethiopia'); +INSERT INTO mountain VALUES(8,'Guna',4119.9999999999999998,1509.9999999999999999,'Guna Massif','Ethiopia'); +INSERT INTO mountain VALUES(9,'Choqa / Choke / Birhan',4099.9999999999999999,2224.9999999999999999,'Choqa Mountains','Ethiopia'); +INSERT INTO mountain VALUES(10,'Ouanoukrim',4088.0,419.99999999999999998,'Toubkal Atlas','Morocco'); +INSERT INTO mountain VALUES(11,'Chilalo',4071.0000000000000001,609.99999999999999999,'Arsi Mountains','Ethiopia'); +INSERT INTO mountain VALUES(12,'Mount Cameroon',4070.0000000000000001,3931.0000000000000001,'Cameroon line','Cameroon'); +INSERT INTO mountain VALUES(13,'Inatye',4070.0000000000000001,500.0,'Semien Mountains','Ethiopia'); +INSERT INTO mountain VALUES(14,'Ighil Mgoun',4068.0000000000000001,1903.9999999999999999,'Central High Atlas','Morocco'); +INSERT INTO mountain VALUES(15,'Weshema / Wasema?',4030.0000000000000001,419.99999999999999998,'Bale Mountains','Ethiopia'); +INSERT INTO mountain VALUES(16,'Oldoinyo Lesatima',4001.0,2080.9999999999999999,'Aberdare Range','Kenya'); +INSERT INTO mountain VALUES(17,'Jebel n''Tarourt / Tifnout / Iferouane',3995.9999999999999999,910.00000000000000003,'Toubkal Atlas','Morocco'); +INSERT INTO mountain VALUES(18,'Muggia',3950.0,500.0,'Lasta Massif','Ethiopia'); +INSERT INTO mountain VALUES(19,'Dubbai',3941.0,1539.9999999999999999,'Tigray Mountains','Ethiopia'); +INSERT INTO mountain VALUES(20,'Taska n’Zat',3911.9999999999999999,459.99999999999999999,'Toubkal Atlas','Morocco'); +INSERT INTO mountain VALUES(21,'Aksouâl',3902.9999999999999998,450.0,'Toubkal Atlas','Morocco'); +INSERT INTO mountain VALUES(22,'Mount Kinangop',3901.9999999999999998,530.00000000000000001,'Aberdare Range','Kenya'); +INSERT INTO mountain VALUES(23,'Cimbia',3900.0,590.0,'Kollo Massif','Ethiopia'); +CREATE TABLE IF NOT EXISTS "camera_lens" ( +"id" int, +"brand" text, +"name" text, +"focal_length_mm" real, +"max_aperture" real, +primary key("id") +); +INSERT INTO camera_lens VALUES(1,'Olympus','Olympus 15mm f/8.0 Body Cap',15.0,8.0); +INSERT INTO camera_lens VALUES(2,'Olympus','Olympus M.Zuiko Digital ED 45mm f/1.8',45.0,1.8000000000000000444); +INSERT INTO camera_lens VALUES(3,'Olympus','Olympus M.Zuiko Digital ED 75mm f/1.8',75.0,1.8000000000000000444); +INSERT INTO camera_lens VALUES(4,'Panasonic','Panasonic Leica DG Summilux 25mm f /1.4 Asph.',25.0,1.3999999999999999111); +INSERT INTO camera_lens VALUES(5,'Panasonic','Panasonic Leica DG Nocticron 42.5mm f /1.2',42.5,1.1999999999999999555); +INSERT INTO camera_lens VALUES(6,'Panasonic','Panasonic Lumix G 150mm f /2.8',150.0,2.7999999999999998223); +INSERT INTO camera_lens VALUES(7,'Schneider Kreuznach','Schneider Kreuznach Super Angulon 14mm f /2.0',13.999999999999999999,2.0); +INSERT INTO camera_lens VALUES(8,'Schneider Kreuznach','Schneider Kreuznach Xenon 30mm f /1.4',30.0,1.3999999999999999111); +INSERT INTO camera_lens VALUES(9,'Sigma','Sigma 19mm f2.8 DN',19.0,2.7999999999999998223); +INSERT INTO camera_lens VALUES(10,'Sigma','Sigma 19mm f2.8 EX DN',19.0,2.7999999999999998223); +INSERT INTO camera_lens VALUES(11,'Sigma','Sigma 30mm f2.8 DN',30.0,2.7999999999999998223); +CREATE TABLE IF NOT EXISTS "photos" ( +"id" int, +"camera_lens_id" int, +"mountain_id" int, +"color" text, +"name" text, +primary key("id"), +foreign key("camera_lens_id") references `camera_lens`("id"), +foreign key("mountain_id") references `mountain`("id") +); +INSERT INTO photos VALUES(1,1,20,'RBG','monkey'); +INSERT INTO photos VALUES(2,10,2,'RBG','rabbits'); +INSERT INTO photos VALUES(3,10,1,'Black/White','deers'); +INSERT INTO photos VALUES(4,1,10,'RBG','grass'); +INSERT INTO photos VALUES(5,5,14,'RBG','cloud'); +INSERT INTO photos VALUES(6,6,12,'RBG','sunset'); +INSERT INTO photos VALUES(7,7,12,'RBG','river'); +INSERT INTO photos VALUES(8,7,12,'Black/White','wolfs'); +INSERT INTO photos VALUES(9,10,14,'RBG','the mountain'); +INSERT INTO photos VALUES(10,10,20,'RBG','life'); +COMMIT; + diff --git a/database/music_1/music_1.sqlite b/database/music_1/music_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..1fcca9786e67b5d3b1abf4809c5f492cb8c27380 Binary files /dev/null and b/database/music_1/music_1.sqlite differ diff --git a/database/music_1/schema.sql b/database/music_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..3a6f8fa4d426e5f74cafb5151beb45a562a0ca80 --- /dev/null +++ b/database/music_1/schema.sql @@ -0,0 +1,79 @@ + +--data definition + +create table genre( + g_name varchar2(20) not null, + rating varchar2(10), + most_popular_in varchar2(50), + primary key(g_name) +); + +create table artist( + artist_name varchar2(50) not null, + country varchar2(20), + gender varchar2(20), + preferred_genre varchar2(50), + constraint a_name primary key(artist_name), + foreign key(preferred_genre) references genre(g_name) ON DELETE CASCADE +); + +create table files( + f_id number(10) not null, + artist_name varchar2(50), + file_size varchar2(20), + duration varchar2(20), + formats varchar2(20), + primary key(f_id), + foreign key(artist_name) references artist(artist_name) ON DELETE CASCADE +); + + +create table song( + song_name varchar2(50), + artist_name varchar2(50), + country varchar2(20), + f_id number(10), + genre_is varchar2(20), + rating number(10) check(rating>0 and rating<11), + languages varchar2(20), + releasedate Date, + resolution number(10) not null, + constraint s_name primary key(song_name), + foreign key(artist_name) references artist(artist_name) ON DELETE CASCADE, + foreign key(f_id) references files(f_id) ON DELETE CASCADE, + foreign key(genre_is) references genre(g_name) ON DELETE CASCADE +); + + +--insertion of attributes in the table + + +insert into genre(g_name,rating,most_popular_in) values ('tagore','8','Bangladesh'); +insert into genre values ('nazrul','7','Bangladesh'); +insert into genre values ('folk','9','Sylhet,Chittagong,Kustia'); +insert into genre values ('modern','8','Bangladesh'); +insert into genre values ('blues','7','Canada'); +insert into genre values ('pop','9','America'); + + +insert into artist(artist_name,country,gender,preferred_genre) values('Shrikanta','India','Male','tagore'); +insert into artist values('Prity','Bangladesh','Female','nazrul'); +insert into artist values('Farida','Bangladesh','Female','folk'); +insert into artist values('Topu','India','Female','modern'); +insert into artist values('Enrique','USA','Male','blues'); +insert into artist values('Michel','UK','Male','pop'); + + +insert into files(f_id,artist_name,file_size,duration,formats) values (1,'Shrikanta','3.78 MB','3:45','mp4'); +insert into files values (2,'Prity','4.12 MB','2:56','mp3'); +insert into files values (3,'Farida','3.69 MB','4:12','mp4'); +insert into files values (4,'Enrique','4.58 MB','5:23','mp4'); +insert into files values (5,'Michel','5.10 MB','4:34','mp3'); +insert into files values (6,'Topu','4.10 MB','4:30','mp4'); + +insert into song(song_name,artist_name,country,f_id,genre_is,rating,languages,releasedate,resolution) values ('Tumi robe nirobe','Shrikanta','India','1','tagore','8','bangla','28-AUG-2011',1080); +insert into song values ('Shukno patar nupur pae','Prity','Bangladesh','2','nazrul','5','bangla','21-SEP-1997',512); +insert into song values ('Ami opar hoye','Farida','Bangladesh','3','folk','7','bangla','7-APR-2001',320); +insert into song values ('My love','Enrique','USA','4','blues','6','english','24-JAN-2007',1080); +insert into song values ('Just beat it','Michel','UK','5','pop','8','english','17-MAR-2002',720); +insert into song values ('Aj ei akash','Topu','India','6','modern','10','bangla','27-MAR-2004',320); diff --git a/database/musical/musical.sqlite b/database/musical/musical.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..0a90d9f4d76e71545681745f830c55d80905ac82 Binary files /dev/null and b/database/musical/musical.sqlite differ diff --git a/database/musical/schema.sql b/database/musical/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a359de42a65db1c37cf255e94aa6bb3cc22d4fe1 --- /dev/null +++ b/database/musical/schema.sql @@ -0,0 +1,42 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "musical" ( +"Musical_ID" int, +"Name" text, +"Year" int, +"Award" text, +"Category" text, +"Nominee" text, +"Result" text, +PRIMARY KEY ("Musical_ID") +); + +CREATE TABLE "actor" ( +"Actor_ID" int, +"Name" text, +"Musical_ID" int, +"Character" text, +"Duration" text, +"age" int, +PRIMARY KEY ("Actor_ID"), +FOREIGN KEY ("Musical_ID") REFERENCES "actor"("Actor_ID") +); + +INSERT INTO "musical" VALUES (1,"The Phantom of the Opera","1986","Tony Award","Best Book of a Musical","Bob Fosse","Nominated"); +INSERT INTO "musical" VALUES (2,"Les Misérables","1986","Tony Award","Best Performance by a Leading Actor in a Musical","Cleavant Derricks","Nominated"); +INSERT INTO "musical" VALUES (3,"Wicked","1986","Tony Award","Best Direction of a Musical","Bob Fosse","Nominated"); +INSERT INTO "musical" VALUES (4,"West Side Story","1986","Tony Award","Best Choreography","Bob Fosse","Won"); +INSERT INTO "musical" VALUES (5,"Rent","1986","Drama Desk Award","Outstanding Actor in a Musical","Cleavant Derricks","Nominated"); +INSERT INTO "musical" VALUES (6,"The Book of Mormon","1986","Drama Desk Award","Outstanding Director of a Musical","Bob Fosse","Nominated"); +INSERT INTO "musical" VALUES (7,"Chicago","1986","Drama Desk Award","Outstanding Choreography","Bob Fosse","Won"); + +INSERT INTO "actor" VALUES (1,"Ray Meagher",1,"Alf Stewart","1988—","26"); +INSERT INTO "actor" VALUES (2,"Tom Oliver",1,"Lou Carpenter","1988, 1992—","22"); +INSERT INTO "actor" VALUES (3,"Lynne McGranger",2,"Irene Roberts","1993—","21"); +INSERT INTO "actor" VALUES (4,"Kate Ritchie",2,"Sally Fletcher","1988–2008, 2013","20"); +INSERT INTO "actor" VALUES (5,"Alan Fletcher",4,"Karl Kennedy","1994—","20"); +INSERT INTO "actor" VALUES (6,"Jackie Woodburne",6,"Susan Kennedy","1994—","20"); +INSERT INTO "actor" VALUES (7,"Ryan Moloney",6,"Toadfish Rebecchi","1995, 1996—","18"); +INSERT INTO "actor" VALUES (8,"Ian Smith",6,"Harold Bishop","1987–1991, 1996–2009, 2011","17"); +INSERT INTO "actor" VALUES (9,"Stefan Dennis",6,"Paul Robinson","1985–1992, 1993, 2004—","17"); + diff --git a/database/network_2/network_2.sqlite b/database/network_2/network_2.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..115a096f3d6083b943f78ddc680ec8dd2f14a257 Binary files /dev/null and b/database/network_2/network_2.sqlite differ diff --git a/database/network_2/schema.sql b/database/network_2/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..ff66d09ca85acc9aec93a49a412e943c11eb2cdc --- /dev/null +++ b/database/network_2/schema.sql @@ -0,0 +1,25 @@ +CREATE TABLE Person ( + name varchar(20) PRIMARY KEY, + age INTEGER, + city TEXT, + gender TEXT, + job TEXT +); + +CREATE TABLE PersonFriend ( + name varchar(20), + friend varchar(20), + year INTEGER, + FOREIGN KEY (name) REFERENCES Person(name), + FOREIGN KEY (friend) REFERENCES Person(name) +); + +INSERT INTO Person VALUES ('Alice',25,'new york city','female','student'); +INSERT INTO Person VALUES ('Bob',35,'salt lake city','male','engineer'); +INSERT INTO Person VALUES ('Zach', 45,'austin','male','doctor'); + INSERT INTO Person VALUES ('Dan',26,'chicago','female','student'); + +INSERT INTO PersonFriend VALUES ('Alice','Bob',10); +INSERT INTO PersonFriend VALUES ('Zach','Dan', 12); +INSERT INTO PersonFriend VALUES ('Bob','Zach', 5); +INSERT INTO PersonFriend VALUES ('Zach','Alice', 6); diff --git a/database/news_report/news_report.sqlite b/database/news_report/news_report.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..0d331f4c34c1dee9b4527018c6c59f7320a452a9 Binary files /dev/null and b/database/news_report/news_report.sqlite differ diff --git a/database/news_report/schema.sql b/database/news_report/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..f8679bd0c7203aea69c04928f59fe78e17ba531a --- /dev/null +++ b/database/news_report/schema.sql @@ -0,0 +1,59 @@ +PRAGMA foreign_keys = ON; + + +CREATE TABLE "event" ( + "Event_ID" int, + "Date" text, + "Venue" text, + "Name" text, + "Event_Attendance" int, + PRIMARY KEY ("Event_ID") +); + +CREATE TABLE "journalist" ( + "journalist_ID" int, + "Name" text, + "Nationality" text, + "Age" text, + "Years_working" int, + PRIMARY KEY ("journalist_ID") +); + +INSERT INTO "event" VALUES (1,"13 October 2008","Marathon","Olympia Games Openning","6650"); +INSERT INTO "event" VALUES (2,"11 October 2007","Victoria","Government Hearing","369"); +INSERT INTO "event" VALUES (3,"7 October 2010","Motagua","Public Debating","1675"); +INSERT INTO "event" VALUES (4,"20 June 2018","Platense","Global Awarding","2356"); +INSERT INTO "event" VALUES (5,"9 April 2014","Hispano","Special Exhibition","225"); + + +INSERT INTO "journalist" VALUES (1,"Herbert Swindells","England",37,10); +INSERT INTO "journalist" VALUES (2,"Fred Keenor","Wales",27,5); +INSERT INTO "journalist" VALUES (3,"George Gilchrist","England",28,6); +INSERT INTO "journalist" VALUES (4,"Jackie Waring","England",43,21); +INSERT INTO "journalist" VALUES (5,"Fred Chandler","England",34,6); +INSERT INTO "journalist" VALUES (6,"Ray Ferris","Northern Ireland",29,3); +INSERT INTO "journalist" VALUES (7,"John Meaney","England",28,7); +INSERT INTO "journalist" VALUES (8,"Tony Waddington","England",43,12); +INSERT INTO "journalist" VALUES (9,"Jack Meaney","England",37,8); +INSERT INTO "journalist" VALUES (10,"Frank Mitcheson","England",33,9); +INSERT INTO "journalist" VALUES (11,"Tom Briggs","England",25,1); + + + +CREATE TABLE "news_report" ( + "journalist_ID" int, + "Event_ID" int, + "Work_Type" text, + PRIMARY KEY ("journalist_ID","Event_ID"), + FOREIGN KEY ("journalist_ID") REFERENCES `journalist`("journalist_ID"), + FOREIGN KEY ("Event_ID") REFERENCES `event`("Event_ID") +); + +INSERT INTO "news_report" VALUES (1,3,"Screening"); +INSERT INTO "news_report" VALUES (11,5,"Screening"); +INSERT INTO "news_report" VALUES (6,1,"Screening"); +INSERT INTO "news_report" VALUES (4,2,"Music"); +INSERT INTO "news_report" VALUES (7,5,"Music"); +INSERT INTO "news_report" VALUES (4,1,"Host"); +INSERT INTO "news_report" VALUES (8,4,"Host"); + diff --git a/database/orchestra/orchestra.sqlite b/database/orchestra/orchestra.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..054d4f92e1512c7eb8699f61b5ead49c82e28594 Binary files /dev/null and b/database/orchestra/orchestra.sqlite differ diff --git a/database/orchestra/schema.sql b/database/orchestra/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a3830dfa8918464e0bdff7d37b237991db9a90c3 --- /dev/null +++ b/database/orchestra/schema.sql @@ -0,0 +1,95 @@ + +PRAGMA foreign_keys = ON; + + + +CREATE TABLE "conductor" ( +"Conductor_ID" int, +"Name" text, +"Age" int, +"Nationality" text, +"Year_of_Work" int, +PRIMARY KEY ("Conductor_ID") +); + +INSERT INTO "conductor" VALUES (1,"Antal Doráti",40,"USA",10); +INSERT INTO "conductor" VALUES (2,"Igor Stravinsky",41,"UK",11); +INSERT INTO "conductor" VALUES (3,"Colin Davis",42,"USA",6); +INSERT INTO "conductor" VALUES (4,"Paul Jorgensen",43,"UK",11); +INSERT INTO "conductor" VALUES (5,"Antal Brown",43,"USA",20); +INSERT INTO "conductor" VALUES (6,"Charles Dutoit",43,"France",12); + +INSERT INTO "conductor" VALUES (7,"Gerard Schwarz",50,"USA",20); +INSERT INTO "conductor" VALUES (8,"Pierre Boulez",49,"UK",11); +INSERT INTO "conductor" VALUES (9,"Valeri Gergiev",47,"USA",16); +INSERT INTO "conductor" VALUES (10,"Robert Craft",63,"UK",21); +INSERT INTO "conductor" VALUES (11,"Seiji Ozawa",43,"USA",10); +INSERT INTO "conductor" VALUES (12,"Michael Tilson Thomas",42,"France",12); + + + + +CREATE TABLE "orchestra" ( +"Orchestra_ID" int, +"Orchestra" text, +"Conductor_ID" int, +"Record_Company" text, +"Year_of_Founded" real, +"Major_Record_Format" text, +PRIMARY KEY ("Orchestra_ID"), +FOREIGN KEY (`Conductor_ID`) REFERENCES `conductor`(`Conductor_ID`) +); + +CREATE TABLE "performance" ( +"Performance_ID" int, +"Orchestra_ID" int, +"Type" text, +"Date" text, +"Official_ratings_(millions)" real, +"Weekly_rank" text, +"Share" text, +PRIMARY KEY ("Performance_ID"), +FOREIGN KEY (`Orchestra_ID`) REFERENCES `orchestra`(`Orchestra_ID`) +); + +CREATE TABLE "show" ( +"Show_ID" int, +"Performance_ID" int, +"If_first_show" bool, +"Result" text, +"Attendance" real, +FOREIGN KEY (`Performance_ID`) REFERENCES `performance`(`Performance_ID`) +); + + + +INSERT INTO "orchestra" VALUES (1,"London Symphony Orchestra",1,"Mercury Records","2003","CD"); +INSERT INTO "orchestra" VALUES (2,"Columbia Symphony Orchestra",2,"Columbia Masterworks","2009","CD / LP"); +INSERT INTO "orchestra" VALUES (3,"Royal Concertgebouw Orchestra",3,"Philips","2008","CD"); +INSERT INTO "orchestra" VALUES (4,"Royal Danish Orchestra",4,"Kultur","2002","DVD"); +INSERT INTO "orchestra" VALUES (5,"Detroit Symphony Orchestra",5,"Decca Records","2002","CD"); +INSERT INTO "orchestra" VALUES (6,"Montreal Symphony Orchestra",6,"Decca Records","2004","CD"); +INSERT INTO "orchestra" VALUES (7,"Seattle Symphony Orchestra",7,"Delos Records","2002","CD"); +INSERT INTO "orchestra" VALUES (8,"Chicago Symphony Orchestra",8,"Deutsche Grammophon","2003","CD"); +INSERT INTO "orchestra" VALUES (9,"Kirov Orchestra",9,"Philips Classics Records","2008","CD"); +INSERT INTO "orchestra" VALUES (10,"Philharmonia Orchestra",10,"Koch Records / Naxos Records","2006","CD"); +INSERT INTO "orchestra" VALUES (11,"Orchestre de Paris",11,"EMI","2007","CD"); +INSERT INTO "orchestra" VALUES (12,"San Francisco Symphony Orchestra",12,"RCA","2008","CD"); + +INSERT INTO "performance" VALUES (1,1,"Auditions 1","9 June","5.20","12","22.7%"); +INSERT INTO "performance" VALUES (2,2,"Auditions 2","10 June","6.73","8","28.0%"); +INSERT INTO "performance" VALUES (3,3,"Auditions 3","11 June","7.28","15","29.4%"); +INSERT INTO "performance" VALUES (4,4,"Auditions 4","12 June","7.39","13","29.3%"); +INSERT INTO "performance" VALUES (5,5,"Auditions 5","13 June","7.51","11","29.2%"); +INSERT INTO "performance" VALUES (11,11,"Semi-final 1","14 June","8.36","9","34.0%"); +INSERT INTO "performance" VALUES (6,6,"Semi-final 2","15 June","9.28","8","38.1%"); +INSERT INTO "performance" VALUES (7,7,"Semi-final 3","16 June","9.29","7","40.9%"); +INSERT INTO "performance" VALUES (8,8,"Live final","17 June","11.58","1","43.7%"); +INSERT INTO "performance" VALUES (9,9,"Live final results","17 June","11.45","2","44.7%"); +INSERT INTO "performance" VALUES (10,10,"Series average","2007","8.38","TBC","34%"); + +INSERT INTO "show" VALUES (1,1,"Glebe Park","T","1026"); +INSERT INTO "show" VALUES (2,2,"Fir Park","T","695"); +INSERT INTO "show" VALUES (3,3,"St. Mirren Park","F","555"); +INSERT INTO "show" VALUES (4,4,"St. Mirren Park","F","1925"); +INSERT INTO "show" VALUES (5,5,"Hampden Park","T","2431"); diff --git a/database/party_host/party_host.sqlite b/database/party_host/party_host.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..fb9695e21d6c8251f81a906da95dc5cfc2b9b0e8 Binary files /dev/null and b/database/party_host/party_host.sqlite differ diff --git a/database/party_host/schema.sql b/database/party_host/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..6cab0721479dfd813f3da31971fcded69db67b1e --- /dev/null +++ b/database/party_host/schema.sql @@ -0,0 +1,60 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "party" ( +"Party_ID" int, +"Party_Theme" text, +"Location" text, +"First_year" text, +"Last_year" text, +"Number_of_hosts" int, +PRIMARY KEY ("Party_ID") +); + +CREATE TABLE "host" ( +"Host_ID" int, +"Name" text, +"Nationality" text, +"Age" text, +PRIMARY KEY ("Host_ID") +); + +INSERT INTO "party" VALUES (1,"Spring","Hemkade 48 Zaandam","2000","2001","5"); +INSERT INTO "party" VALUES (2,"Club Q-BASE","Hemkade 48 Zaandam","2002","2002","23"); +INSERT INTO "party" VALUES (3,"Hardcore Resurrection","Various locations","2000","2003","4"); +INSERT INTO "party" VALUES (4,"Teqnology","Heineken Music Hall Amsterdam","2002","2004","6"); +INSERT INTO "party" VALUES (5,"Qlubtempo","Hemkade 48 Zaandam, Heineken Music Hall Amsterdam","2001","2007","31"); +INSERT INTO "party" VALUES (6,"QrimeTime","Heineken Music Hall Amsterdam","2004","2007","4"); +INSERT INTO "party" VALUES (7,"In Qontrol","RAI Amsterdam","2004","2010","7"); +INSERT INTO "party" VALUES (8,"Houseqlassics","Various locations","1999","2010","18"); + + +INSERT INTO "host" VALUES (1,"Austin Daye","United States",43); +INSERT INTO "host" VALUES (2,"Lloyd Daniels","United States",37); +INSERT INTO "host" VALUES (3,"Kornel David","Hungary",31); +INSERT INTO "host" VALUES (4,"Antonio Davis","United States",26); +INSERT INTO "host" VALUES (5,"Ed Davis","United States",45); +INSERT INTO "host" VALUES (6,"Hubert Davis","United States",47); +INSERT INTO "host" VALUES (7,"Carlos Delfino","Argentina",30); +INSERT INTO "host" VALUES (8,"Justin Dentmon","United States",40); +INSERT INTO "host" VALUES (9,"DeMar DeRozan","United States",31); +INSERT INTO "host" VALUES (10,"Derrick Dial","United States",60); + + + +CREATE TABLE "party_host" ( +"Party_ID" int, +"Host_ID" int, +"Is_Main_in_Charge" bool, +PRIMARY KEY ("Party_ID","Host_ID"), +FOREIGN KEY ("Host_ID") REFERENCES `host`("Host_ID"), +FOREIGN KEY ("Party_ID") REFERENCES `party`("Party_ID") +); + +INSERT INTO "party_host" VALUES (1,1,"T"); +INSERT INTO "party_host" VALUES (8,7,"T"); +INSERT INTO "party_host" VALUES (6,10,"F"); +INSERT INTO "party_host" VALUES (4,2,"T"); +INSERT INTO "party_host" VALUES (2,5,"F"); +INSERT INTO "party_host" VALUES (6,3,"T"); + diff --git a/database/performance_attendance/performance_attendance.sqlite b/database/performance_attendance/performance_attendance.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..05044e9e75ab46e8430f11d10c10e4269ebdd27e Binary files /dev/null and b/database/performance_attendance/performance_attendance.sqlite differ diff --git a/database/performance_attendance/schema.sql b/database/performance_attendance/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..cea76222b291f56e11e89862ec23e56c2fa95bb1 --- /dev/null +++ b/database/performance_attendance/schema.sql @@ -0,0 +1,60 @@ +PRAGMA foreign_keys = ON; + + +CREATE TABLE "member" ( + "Member_ID" text, + "Name" text, + "Nationality" text, + "Role" text, + PRIMARY KEY ("Member_ID") +); + + + +INSERT INTO "member" VALUES ("1","Wilfredo Ruiz","Uruguay","Prime Violin"); +INSERT INTO "member" VALUES ("2","Luis González","Argentina","Violin"); +INSERT INTO "member" VALUES ("3","Héctor Campana","Argentina","Violin"); +INSERT INTO "member" VALUES ("4","Héctor Campana","Argentina","Violin"); +INSERT INTO "member" VALUES ("5","Juan Espil","Argentina","Viola"); +INSERT INTO "member" VALUES ("6","Andrew Moten","United States","Viola"); +INSERT INTO "member" VALUES ("7","Charlie Burke","United States","Viola"); +INSERT INTO "member" VALUES ("8","Corey Allen","United States","Cello"); +INSERT INTO "member" VALUES ("9","John Eubanks","United States","Cello"); +INSERT INTO "member" VALUES ("10","Joshua Pittman","United States","Bass"); +INSERT INTO "member" VALUES ("11","Joseph Bunn","United States","Bass"); + +CREATE TABLE "performance" ( + "Performance_ID" real, + "Date" text, + "Host" text, + "Location" text, + "Attendance" int, + PRIMARY KEY ("Performance_ID") +); + +INSERT INTO "performance" VALUES (1,"February 2","Boston Bruins","TD Garden","165"); +INSERT INTO "performance" VALUES (2,"February 4","New York Rangers","Madison Square Garden","1820"); +INSERT INTO "performance" VALUES (3,"February 5","Atlanta Thrashers","Verizon Center","1878"); +INSERT INTO "performance" VALUES (4,"February 7","Pittsburgh Penguins","Verizon Center","1877"); +INSERT INTO "performance" VALUES (5,"February 10","Montreal Canadiens","Bell Centre","2173"); +INSERT INTO "performance" VALUES (6,"February 11","Ottawa Senators","Scotiabank Place","1982"); + + +CREATE TABLE "member_attendance" ( + "Member_ID" int, + "Performance_ID" int, + "Num_of_Pieces" int, + PRIMARY KEY ("Member_ID","Performance_ID"), + FOREIGN KEY ("Member_ID") REFERENCES `member`("Member_ID"), + FOREIGN KEY ("Performance_ID") REFERENCES `performance`("Performance_ID") +); + +INSERT INTO "member_attendance" VALUES (11,3,2); +INSERT INTO "member_attendance" VALUES (7,2,3); +INSERT INTO "member_attendance" VALUES (4,6,4); +INSERT INTO "member_attendance" VALUES (2,1,1); +INSERT INTO "member_attendance" VALUES (3,1,1); +INSERT INTO "member_attendance" VALUES (4,3,2); +INSERT INTO "member_attendance" VALUES (5,1,2); +INSERT INTO "member_attendance" VALUES (1,4,4); + diff --git a/database/perpetrator/perpetrator.sqlite b/database/perpetrator/perpetrator.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..26ca9a501b873d8169e1c2e2d2750a6d34545adb Binary files /dev/null and b/database/perpetrator/perpetrator.sqlite differ diff --git a/database/perpetrator/schema.sql b/database/perpetrator/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..cb1e63c85b4b8d00e627e1f8205a04dcc8e0d167 --- /dev/null +++ b/database/perpetrator/schema.sql @@ -0,0 +1,45 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "perpetrator" ( +"Perpetrator_ID" int, +"People_ID" int, +"Date" text, +"Year" real, +"Location" text, +"Country" text, +"Killed" int, +"Injured" int, +PRIMARY KEY ("Perpetrator_ID"), +FOREIGN KEY ("People_ID") REFERENCES "people"("People_ID") +); + +CREATE TABLE "people" ( +"People_ID" int, +"Name" text, +"Height" real, +"Weight" real, +"Home Town" text, +PRIMARY KEY ("People_ID") +); + + + +INSERT INTO "people" VALUES (1,"Ron Baxter","6.4","205","Los Angeles, CA"); +INSERT INTO "people" VALUES (2,"Brent Boyd","6.3","185","Baton Rouge, LA"); +INSERT INTO "people" VALUES (3,"Tyrone Brayan","6.7","220","Placentia, CA"); +INSERT INTO "people" VALUES (4,"Rob Cunningham","6.8","215","Westport, CT"); +INSERT INTO "people" VALUES (5,"John Danks","6.6","190","Beaver Dam, KY"); +INSERT INTO "people" VALUES (6,"Ovie Dotson","6.5","200","San Antonio, TX"); +INSERT INTO "people" VALUES (7,"Gary Goodner","6.7","220","Denton, TX"); +INSERT INTO "people" VALUES (8,"Henry Johnson","6.6","190","Los Angeles, CA"); +INSERT INTO "people" VALUES (9,"Jim Krivacs","6.1","160","Indianapolis, IN"); +INSERT INTO "people" VALUES (10,"John Moore","6.1","170","Altoona, PA"); +INSERT INTO "people" VALUES (11,"Mike Murphy","6.8","215","Austin, TX"); + + +INSERT INTO "perpetrator" VALUES (1,1,"04.26 April 26/27","1982","Uiryeong","South Korea","56","37"); +INSERT INTO "perpetrator" VALUES (2,3,"11.18 Nov. 18","1995","Zhaodong","China","32","16"); +INSERT INTO "perpetrator" VALUES (3,4,"05.21 May 21","1938","Kaio","Japan","30","3"); +INSERT INTO "perpetrator" VALUES (4,6,"09.20 Sep. 20","1994","Beijing","China","23","80"); +INSERT INTO "perpetrator" VALUES (5,8,"04.00 April","1950","Nainital","India","22","0"); + diff --git a/database/pets_1/pets_1.sqlite b/database/pets_1/pets_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..0e2fac07993409a0db9ce89538a564a9588cf9cb Binary files /dev/null and b/database/pets_1/pets_1.sqlite differ diff --git a/database/pets_1/schema.sql b/database/pets_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..84a94675f7929b559cffe8074f772c66aef258fa --- /dev/null +++ b/database/pets_1/schema.sql @@ -0,0 +1,68 @@ +create table Student ( + StuID INTEGER PRIMARY KEY, + LName VARCHAR(12), + Fname VARCHAR(12), + Age INTEGER, + Sex VARCHAR(1), + Major INTEGER, + Advisor INTEGER, + city_code VARCHAR(3) +); + +create table Has_Pet ( + StuID INTEGER, + PetID INTEGER, + FOREIGN KEY(PetID) REFERENCES Pets(PetID), + FOREIGN KEY(StuID) REFERENCES Student(StuID) +); + +create table Pets ( + PetID INTEGER PRIMARY KEY, + PetType VARCHAR(20), + pet_age INTEGER, + weight REAL +); + +insert into Student values ( 1001, 'Smith', 'Linda', 18, 'F', 600, 1121,'BAL'); +insert into Student values ( 1002, 'Kim', 'Tracy', 19, 'F', 600, 7712,'HKG'); +insert into Student values ( 1003, 'Jones', 'Shiela', 21, 'F', 600, 7792,'WAS'); +insert into Student values ( 1004, 'Kumar', 'Dinesh', 20, 'M', 600, 8423,'CHI'); +insert into Student values ( 1005, 'Gompers', 'Paul', 26, 'M', 600, 1121,'YYZ'); +insert into Student values ( 1006, 'Schultz', 'Andy', 18, 'M', 600, 1148,'BAL'); +insert into Student values ( 1007, 'Apap', 'Lisa', 18, 'F', 600, 8918,'PIT'); +insert into Student values ( 1008, 'Nelson', 'Jandy', 20, 'F', 600, 9172,'BAL'); +insert into Student values ( 1009, 'Tai', 'Eric', 19, 'M', 600, 2192,'YYZ'); +insert into Student values ( 1010, 'Lee', 'Derek', 17, 'M', 600, 2192,'HOU'); +insert into Student values ( 1011, 'Adams', 'David', 22, 'M', 600, 1148,'PHL'); +insert into Student values ( 1012, 'Davis', 'Steven', 20, 'M', 600, 7723,'PIT'); +insert into Student values ( 1014, 'Norris', 'Charles', 18, 'M', 600, 8741, 'DAL'); +insert into Student values ( 1015, 'Lee', 'Susan', 16, 'F', 600, 8721,'HKG'); +insert into Student values ( 1016, 'Schwartz', 'Mark', 17, 'M', 600, 2192,'DET'); +insert into Student values ( 1017, 'Wilson', 'Bruce', 27, 'M', 600, 1148,'LON'); +insert into Student values ( 1018, 'Leighton', 'Michael', 20, 'M', 600, 1121, 'PIT'); +insert into Student values ( 1019, 'Pang', 'Arthur', 18, 'M', 600, 2192,'WAS'); +insert into Student values ( 1020, 'Thornton', 'Ian', 22, 'M', 520, 7271,'NYC'); +insert into Student values ( 1021, 'Andreou', 'George', 19, 'M', 520, 8722, 'NYC'); +insert into Student values ( 1022, 'Woods', 'Michael', 17, 'M', 540, 8722,'PHL'); +insert into Student values ( 1023, 'Shieber', 'David', 20, 'M', 520, 8722,'NYC'); +insert into Student values ( 1024, 'Prater', 'Stacy', 18, 'F', 540, 7271,'BAL'); +insert into Student values ( 1025, 'Goldman', 'Mark', 18, 'M', 520, 7134,'PIT'); +insert into Student values ( 1026, 'Pang', 'Eric', 19, 'M', 520, 7134,'HKG'); +insert into Student values ( 1027, 'Brody', 'Paul', 18, 'M', 520, 8723,'LOS'); +insert into Student values ( 1028, 'Rugh', 'Eric', 20, 'M', 550, 2311,'ROC'); +insert into Student values ( 1029, 'Han', 'Jun', 17, 'M', 100, 2311,'PEK'); +insert into Student values ( 1030, 'Cheng', 'Lisa', 21, 'F', 550, 2311,'SFO'); +insert into Student values ( 1031, 'Smith', 'Sarah', 20, 'F', 550, 8772,'PHL'); +insert into Student values ( 1032, 'Brown', 'Eric', 20, 'M', 550, 8772,'ATL'); +insert into Student values ( 1033, 'Simms', 'William', 18, 'M', 550, 8772,'NAR'); +insert into Student values ( 1034, 'Epp', 'Eric', 18, 'M', 050, 5718,'BOS'); +insert into Student values ( 1035, 'Schmidt', 'Sarah', 26, 'F', 050, 5718,'WAS'); + +insert into Has_Pet values ( 1001, 2001 ); +insert into Has_Pet values ( 1002, 2002 ); +insert into Has_Pet values ( 1002, 2003 ); + +insert into Pets values ( 2001, 'cat', 3, 12); +insert into Pets values ( 2002, 'dog', 2, 13.4); +insert into Pets values ( 2003, 'dog', 1, 9.3); + diff --git a/database/phone_market/phone_market.sqlite b/database/phone_market/phone_market.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..23077075385ddaf3eb3bfea5a97564de61f77b40 Binary files /dev/null and b/database/phone_market/phone_market.sqlite differ diff --git a/database/phone_market/schema.sql b/database/phone_market/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..8fbc6eeb2f6d61080b077b85c9fe81db5ff68d97 --- /dev/null +++ b/database/phone_market/schema.sql @@ -0,0 +1,54 @@ + + +PRAGMA foreign_keys = ON; + + +CREATE TABLE "phone" ( +"Name" text, +"Phone_ID" int, +"Memory_in_G" int, +"Carrier" text, +"Price" real, +PRIMARY KEY ("Phone_ID") +); + +CREATE TABLE "market" ( +"Market_ID" int, +"District" text, +"Num_of_employees" int, +"Num_of_shops" real, +"Ranking" int, +PRIMARY KEY ("Market_ID") +); + +INSERT INTO "phone" VALUES ("IPhone 5s","1","32","Sprint","320"); +INSERT INTO "phone" VALUES ("IPhone 6","5","128","Sprint","480"); +INSERT INTO "phone" VALUES ("IPhone 6s","2","128","TMobile","699"); +INSERT INTO "phone" VALUES ("IPhone 7","4","16","TMobile","899"); +INSERT INTO "phone" VALUES ("IPhone X","3","64","TMobile","1000"); + +INSERT INTO "market" VALUES (1,"Alberta","1966","40","1"); +INSERT INTO "market" VALUES (2,"British Columbia","1965","49","21"); +INSERT INTO "market" VALUES (3,"New Brunswick","1978","10","4"); +INSERT INTO "market" VALUES (4,"Nova Scotia","1968","32","5"); +INSERT INTO "market" VALUES (5,"Ontario","1958","54","3"); +INSERT INTO "market" VALUES (6,"Quebec","1958","54","8"); + + +CREATE TABLE "phone_market" ( +"Market_ID" int, +"Phone_ID" text, +"Num_of_stock" int, +PRIMARY KEY ("Market_ID","Phone_ID"), +FOREIGN KEY ("Market_ID") REFERENCES `market`("Market_ID"), +FOREIGN KEY ("Phone_ID") REFERENCES `phone`("Phone_ID") +); + +INSERT INTO "phone_market" VALUES (1,1,2232); +INSERT INTO "phone_market" VALUES (2,2,4324); +INSERT INTO "phone_market" VALUES (1,4,874); +INSERT INTO "phone_market" VALUES (5,1,682); +INSERT INTO "phone_market" VALUES (2,3,908); +INSERT INTO "phone_market" VALUES (6,3,1632); + + diff --git a/database/poker_player/poker_player.sqlite b/database/poker_player/poker_player.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..99fec5f0029860d39b4bb5939c6be06896a68f37 Binary files /dev/null and b/database/poker_player/poker_player.sqlite differ diff --git a/database/poker_player/schema.sql b/database/poker_player/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..53b06faf5dda1e193f0257c2356358a1729e00ff --- /dev/null +++ b/database/poker_player/schema.sql @@ -0,0 +1,35 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "poker_player" ( +"Poker_Player_ID" int, +"People_ID" int, +"Final_Table_Made" real, +"Best_Finish" real, +"Money_Rank" real, +"Earnings" real, +PRIMARY KEY ("Poker_Player_ID"), +FOREIGN KEY ("People_ID") REFERENCES `people`("People_ID") +); + +CREATE TABLE "people" ( +"People_ID" int, +"Nationality" text, +"Name" text, +"Birth_Date" text, +"Height" real, +PRIMARY KEY ("People_ID") +); + +INSERT INTO "people" VALUES ("1","Russia","Aleksey Ostapenko","May 26, 1986","207"); +INSERT INTO "people" VALUES ("2","Bulgaria","Teodor Salparov","August 16, 1982","182"); +INSERT INTO "people" VALUES ("3","Russia","Roman Bragin","April 17, 1987","187"); +INSERT INTO "people" VALUES ("4","Russia","Sergey Grankin","January 22, 1987","193"); +INSERT INTO "people" VALUES ("5","Russia","Yevgeni Sivozhelez","August 8, 1986","196"); +INSERT INTO "people" VALUES ("6","Russia","Maksim Botin","July 14, 1983","194"); +INSERT INTO "people" VALUES ("7","Russia","Semen Poltavskiy","February 8, 1981","205"); + +INSERT INTO "poker_player" VALUES (1,1,"42","1","68","476090"); +INSERT INTO "poker_player" VALUES (2,2,"10","2","141","189233"); +INSERT INTO "poker_player" VALUES (3,5,"21","1","166","104871"); +INSERT INTO "poker_player" VALUES (4,6,"19","2","58","596462"); +INSERT INTO "poker_player" VALUES (5,7,"26","3","154","142800"); diff --git a/database/products_gen_characteristics/products_gen_characteristics.sqlite b/database/products_gen_characteristics/products_gen_characteristics.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..3132b1b6062dbca8e09a4f9f73e9b1b76dd2f898 Binary files /dev/null and b/database/products_gen_characteristics/products_gen_characteristics.sqlite differ diff --git a/database/products_gen_characteristics/schema.sql b/database/products_gen_characteristics/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..1ff503925c31d78c94ceb164b31c4add42dedb7e --- /dev/null +++ b/database/products_gen_characteristics/schema.sql @@ -0,0 +1,103 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Ref_Characteristic_Types` ( +`characteristic_type_code` VARCHAR(15) PRIMARY KEY, +`characteristic_type_description` VARCHAR(80) +); +CREATE TABLE `Ref_Colors` ( +`color_code` VARCHAR(15) PRIMARY KEY, +`color_description` VARCHAR(80) +); +CREATE TABLE `Ref_Product_Categories` ( +`product_category_code` VARCHAR(15) PRIMARY KEY, +`product_category_description` VARCHAR(80), +`unit_of_measure` VARCHAR(20) +); +INSERT INTO Ref_Characteristic_Types (`characteristic_type_code`, `characteristic_type_description`) VALUES ('Grade', 'Grade'); +INSERT INTO Ref_Characteristic_Types (`characteristic_type_code`, `characteristic_type_description`) VALUES ('Purity', 'Purity'); +INSERT INTO Ref_Colors (`color_code`, `color_description`) VALUES ('9', 'red'); +INSERT INTO Ref_Colors (`color_code`, `color_description`) VALUES ('5', 'green'); +INSERT INTO Ref_Colors (`color_code`, `color_description`) VALUES ('1', 'yellow'); +INSERT INTO Ref_Colors (`color_code`, `color_description`) VALUES ('4', 'blue'); +INSERT INTO Ref_Colors (`color_code`, `color_description`) VALUES ('7', 'black'); +INSERT INTO Ref_Colors (`color_code`, `color_description`) VALUES ('2', 'white'); +INSERT INTO Ref_Colors (`color_code`, `color_description`) VALUES ('8', 'purple'); +INSERT INTO Ref_Colors (`color_code`, `color_description`) VALUES ('3', 'gray'); +INSERT INTO Ref_Product_Categories (`product_category_code`, `product_category_description`, `unit_of_measure`) VALUES ('Herbs', 'Herbs', 'Handful '); +INSERT INTO Ref_Product_Categories (`product_category_code`, `product_category_description`, `unit_of_measure`) VALUES ('Seeds', 'Seeds', 'Weight - pound,kilo.'); +INSERT INTO Ref_Product_Categories (`product_category_code`, `product_category_description`, `unit_of_measure`) VALUES ('Spices', 'Spices', 'Weight - pound,kilo.'); + +CREATE TABLE `Characteristics` ( +`characteristic_id` INTEGER PRIMARY KEY, +`characteristic_type_code` VARCHAR(15) NOT NULL, +`characteristic_data_type` VARCHAR(10), +`characteristic_name` VARCHAR(80), +`other_characteristic_details` VARCHAR(255), +FOREIGN KEY (`characteristic_type_code` ) REFERENCES `Ref_Characteristic_Types`(`characteristic_type_code` ) +); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (1, 'Grade', 'numquam', 'slow', NULL); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (2, 'Grade', 'doloribus', 'fast', NULL); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (3, 'Purity', 'rem', 'warm', NULL); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (4, 'Grade', 'aut', 'hot', NULL); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (5, 'Purity', 'impedit', 'hot', NULL); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (6, 'Purity', 'qui', 'warm', NULL); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (7, 'Grade', 'et', 'cool', NULL); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (8, 'Grade', 'dolores', 'cool', NULL); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (9, 'Grade', 'quam', 'cool', NULL); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (10, 'Grade', 'velit', 'fast', NULL); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (11, 'Purity', 'at', 'fast', NULL); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (12, 'Grade', 'totam', 'error', NULL); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (13, 'Purity', 'mollitia', 'slow', NULL); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (14, 'Purity', 'placeat', 'slow', NULL); +INSERT INTO Characteristics (`characteristic_id`, `characteristic_type_code`, `characteristic_data_type`, `characteristic_name`, `other_characteristic_details`) VALUES (15, 'Grade', 'facere', 'slow', NULL); + + +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY, +`color_code` VARCHAR(15) NOT NULL, +`product_category_code` VARCHAR(15) NOT NULL, +`product_name` VARCHAR(80), +`typical_buying_price` VARCHAR(20), +`typical_selling_price` VARCHAR(20), +`product_description` VARCHAR(255), +`other_product_details` VARCHAR(255), +FOREIGN KEY (`product_category_code` ) REFERENCES `Ref_Product_Categories`(`product_category_code` ),FOREIGN KEY (`color_code` ) REFERENCES `Ref_Colors`(`color_code` ) +); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (1, '4', 'Spices', 'cumin', '', '2878.3', 'et', NULL); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (2, '2', 'Spices', 'peper', '352447.2874677', '1892070.2803543', 'rerum', NULL); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (3, '9', 'Herbs', 'basil', '503.8431967', '0.1859512', 'officia', NULL); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (4, '1', 'Herbs', 'borage', '', '10377614.847385', 'blanditiis', NULL); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (5, '4', 'Spices', 'chili', '', '39446', 'eius', NULL); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (6, '4', 'Seeds', 'ginger', '5.578', '52735.6101', 'doloribus', NULL); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (7, '9', 'Seeds', 'sesame', '1284268.0659', '68205825.7', 'et', NULL); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (8, '9', 'Herbs', 'caraway', '24493', '', 'nulla', NULL); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (9, '2', 'Herbs', 'catnip', '12008702.623', '21577.891642', 'vel', NULL); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (10, '5', 'Seeds', 'flax', '339404395.7', '59622629.74', 'et', NULL); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (11, '7', 'Herbs', 'chervil', '', '', 'minus', NULL); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (12, '4', 'Seeds', 'voluptatem', '162', '149', 'officia', NULL); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (13, '5', 'Spices', 'cinnam', '1686539.4', '17595111.4', 'nisi', NULL); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (14, '4', 'Seeds', 'lotus', '43221310.465574', '63589.4054376', 'exercitationem', NULL); +INSERT INTO Products (`product_id`, `color_code`, `product_category_code`, `product_name`, `typical_buying_price`, `typical_selling_price`, `product_description`, `other_product_details`) VALUES (15, '2', 'Herbs', 'laurel', '', '57857', 'ut', NULL); + + +CREATE TABLE `Product_Characteristics` ( +`product_id` INTEGER NOT NULL, +`characteristic_id` INTEGER NOT NULL, +`product_characteristic_value` VARCHAR(50), +FOREIGN KEY (`characteristic_id` ) REFERENCES `Characteristics`(`characteristic_id` ), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ) +); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (13, 13, 'low'); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (11, 2, 'low'); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (5, 15, 'low'); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (1, 13, 'low'); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (7, 12, 'low'); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (11, 6, 'low'); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (7, 2, 'medium'); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (12, 10, 'medium'); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (8, 11, 'high'); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (14, 4, 'medium'); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (11, 3, 'medium'); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (6, 15, 'high'); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (11, 3, 'high'); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (6, 10, 'high'); +INSERT INTO Product_Characteristics (`product_id`, `characteristic_id`, `product_characteristic_value`) VALUES (12, 2, 'high'); diff --git a/database/program_share/program_share.sqlite b/database/program_share/program_share.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..cc3da5871c5da3897cd52c31300e7c6f3e775ee0 Binary files /dev/null and b/database/program_share/program_share.sqlite differ diff --git a/database/program_share/schema.sql b/database/program_share/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e2bb63e966c137cb714d37d5f12b40a2d6536300 --- /dev/null +++ b/database/program_share/schema.sql @@ -0,0 +1,87 @@ + +PRAGMA foreign_keys = ON; + + +CREATE TABLE "program" ( +"Program_ID" int, +"Name" text, +"Origin" text, +"Launch" real, +"Owner" text, +PRIMARY KEY ("Program_ID") +); + + +CREATE TABLE "channel" ( +"Channel_ID" int, +"Name" text, +"Owner" text, +"Share_in_percent" real, +"Rating_in_percent" real, +PRIMARY KEY ("Channel_ID") +); + + + +INSERT INTO "program" VALUES (1,"Aniworld","Hunan","2005","Hunan Broadcasting System (HBS)"); +INSERT INTO "program" VALUES (2,"Kaku","Beijing","2004","Beijing Television (BTV)"); +INSERT INTO "program" VALUES (3,"Toonmax","Shanghai","2005","Shanghai Media Group (SMG)"); +INSERT INTO "program" VALUES (4,"Jiajia","Guangdong","2007","Southern Media Corporation (SMC)"); +INSERT INTO "program" VALUES (5,"Youman","Jiangsu","2010","Jiangsu Broadcasting Corporation (JSBC)"); + +INSERT INTO "channel" VALUES ("1","CCTV-1","CCTV","4.9","0.54"); +INSERT INTO "channel" VALUES ("2","Hunan Satellite TV","HBS","4.81","0.53"); +INSERT INTO "channel" VALUES ("3","CCTV-8","CCTV","3.76","0.41"); +INSERT INTO "channel" VALUES ("4","CCTV-13","CCTV","2.91","0.32"); +INSERT INTO "channel" VALUES ("5","CCTV-3","CCTV","2.86","0.31"); +INSERT INTO "channel" VALUES ("6","CCTV-6","CCTV","2.73","0.3"); +INSERT INTO "channel" VALUES ("7","CCTV-14","CCTV","2.6","0.29"); +INSERT INTO "channel" VALUES ("8","CCTV-4","CCTV","2.33","0.26"); +INSERT INTO "channel" VALUES ("9","Anhui Satellite TV","Anhui Television","1.78","0.2"); +INSERT INTO "channel" VALUES ("10","Shandong Satellite TV","Shandong Television","1.74","0.19"); + + + +CREATE TABLE "broadcast" ( +"Channel_ID" int, +"Program_ID" int, +"Time_of_day" text, +PRIMARY KEY ("Channel_ID","Program_ID"), +FOREIGN KEY (`Channel_ID`) REFERENCES `channel`(`Channel_ID`), +FOREIGN KEY (`Program_ID`) REFERENCES `program`(`Program_ID`) +); + + +INSERT INTO "broadcast" VALUES (1,1,"Morning"); +INSERT INTO "broadcast" VALUES (2,1,"Night"); +INSERT INTO "broadcast" VALUES (3,2,"Morning"); +INSERT INTO "broadcast" VALUES (4,1,"Night"); +INSERT INTO "broadcast" VALUES (5,4,"Morning"); +INSERT INTO "broadcast" VALUES (6,3,"Morning"); +INSERT INTO "broadcast" VALUES (7,3,"Noon"); +INSERT INTO "broadcast" VALUES (8,2,"Night"); +INSERT INTO "broadcast" VALUES (9,3,"Noon"); +INSERT INTO "broadcast" VALUES (10,4,"Night"); +INSERT INTO "broadcast" VALUES (1,2,"Night"); + + + +CREATE TABLE "broadcast_share" ( +"Channel_ID" int, +"Program_ID" int, +"Date" text, +"Share_in_percent" real, +PRIMARY KEY ("Channel_ID","Program_ID"), +FOREIGN KEY (`Channel_ID`) REFERENCES `channel`(`Channel_ID`), +FOREIGN KEY (`Program_ID`) REFERENCES `program`(`Program_ID`) +); + +INSERT INTO "broadcast_share" VALUES (1,1,"01,May",3.1); +INSERT INTO "broadcast_share" VALUES (2,1,"02,May",1.8); +INSERT INTO "broadcast_share" VALUES (3,2,"03,May",2.8); +INSERT INTO "broadcast_share" VALUES (4,1,"04,April",3.2); +INSERT INTO "broadcast_share" VALUES (5,4,"01,May",1.1); +INSERT INTO "broadcast_share" VALUES (6,3,"03,May",2.1); +INSERT INTO "broadcast_share" VALUES (7,3,"10,Jun",1.9); +INSERT INTO "broadcast_share" VALUES (8,2,"11,May",4.2); +INSERT INTO "broadcast_share" VALUES (9,3,"13,May",3.0); diff --git a/database/protein_institute/protein_institute.sqlite b/database/protein_institute/protein_institute.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..b1532ab4b2f3babd9ff2ee7f642f757a47170a03 Binary files /dev/null and b/database/protein_institute/protein_institute.sqlite differ diff --git a/database/protein_institute/schema.sql b/database/protein_institute/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..57a6fb402435089865c1f493d91b6fc9b80325d3 --- /dev/null +++ b/database/protein_institute/schema.sql @@ -0,0 +1,66 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "building" ( +"building_id" text, +"Name" text, +"Street_address" text, +"Years_as_tallest" text, +"Height_feet" int, +"Floors" int, +PRIMARY KEY("building_id") +); + +CREATE TABLE "Institution" ( +"Institution_id" text, +"Institution" text, +"Location" text, +"Founded" real, +"Type" text, +"Enrollment" int, +"Team" text, +"Primary_Conference" text, +"building_id" text, +PRIMARY KEY("Institution_id"), +FOREIGN KEY ("building_id") REFERENCES "building"("building_id") +); + +CREATE TABLE "protein" ( +"common_name" text, +"protein_name" text, +"divergence_from_human_lineage" real, +"accession_number" text, +"sequence_length" real, +"sequence_identity_to_human_protein" text, +"Institution_id" text, +PRIMARY KEY("common_name"), +FOREIGN KEY("Institution_id") REFERENCES "Institution"("Institution_id") +); + + +INSERT INTO "building" VALUES (0,"Citizens Bank Building","701 North Franklin Street","1913–1915","145","12"); +INSERT INTO "building" VALUES (1,"Tampa City Hall","315 John F. Kennedy Boulevard","1915–1926","160","10"); +INSERT INTO "building" VALUES (2,"Floridan Hotel","905 Franklin Street","1926–1966","204","17"); +INSERT INTO "building" VALUES (3,"Franklin Exchange Building","655 North Franklin Street","1966–1972","280","22"); +INSERT INTO "building" VALUES (4,"Park Tower","400 North Tampa Street","1972–1981","458","36"); +INSERT INTO "building" VALUES (5,"One Tampa City Center","201 North Franklin Street","1981–1986","537","39"); +INSERT INTO "building" VALUES (6,"Bank of America Tower","101 East Kennedy Boulevard","1986–1992","577","42"); +INSERT INTO "building" VALUES (7,"100 North Tampa","100 North Tampa Street","1992–present","579","42"); + +INSERT INTO "Institution" VALUES (0,"Ave Maria University","Ave Maria, Florida","1998","Private","1200","Gyrenes","The Sun",1); +INSERT INTO "Institution" VALUES (1,"Dakota State University","Madison, South Dakota","1881","Public","3102","Trojans","none",1); +INSERT INTO "Institution" VALUES (2,"Edward Waters College","Jacksonville, Florida","1866","Private","800","Tigers","Gulf Coast (GCAC)",3); +INSERT INTO "Institution" VALUES (3,"Haskell Indian Nations University","Lawrence, Kansas","1884","Tribal","1000","Fighting Indians","MCAC",5); +INSERT INTO "Institution" VALUES (4,"Jamestown College","Jamestown, North Dakota","1883","Private","967","Jimmies","none",2); +INSERT INTO "Institution" VALUES (5,"Lindenwood University–Belleville","Belleville, Illinois","2003","Private","2600","Lynx","none",0); +INSERT INTO "Institution" VALUES (6,"Mayville State University","Mayville, North Dakota","1889","Public","825","Comets","none",0); +INSERT INTO "Institution" VALUES (7,"Menlo College","Atherton, California","1927","Private","650","Oaks","CalPac",4); +INSERT INTO "Institution" VALUES (8,"Point University","West Point, Georgia","1937","Private","1035","Skyhawks","AAC",7); +INSERT INTO "Institution" VALUES (9,"Valley City State University","Valley City, North Dakota","1890","Public","1340","Vikings","none",3); +INSERT INTO "Institution" VALUES (10,"Webber International University","Babson Park, Florida","1927","Private","616","Warriors","The Sun",5); + +INSERT INTO "protein" VALUES ("Tropical Clawed Frog","uncharacterized protein C20orf117-like","371.2","XP_002942331.1","1584","39%",1); +INSERT INTO "protein" VALUES ("purple sea urchin","uncharacterized protein LOC578090","742.9","XP_783370.2","1587","47%",3); +INSERT INTO "protein" VALUES ("body louse","Centromeric protein E, putative","782.7","XP_002429877.1","2086","30%",5); +INSERT INTO "protein" VALUES ("southern house mosquito","conserved hypothetical protein","782.7","XP_001843754.1","1878","32%",5); +INSERT INTO "protein" VALUES ("porkworm","surface antigen repeat family protein","937.5","XP_003380263.1","2030","36%",9); + diff --git a/database/real_estate_properties/real_estate_properties.sqlite b/database/real_estate_properties/real_estate_properties.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..8432e6b3ee88edaff6caa08ba659139d33ded7c1 Binary files /dev/null and b/database/real_estate_properties/real_estate_properties.sqlite differ diff --git a/database/real_estate_properties/schema.sql b/database/real_estate_properties/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..157b44a0f4ba96af94e37d70b0c08a7ca8c8aa44 --- /dev/null +++ b/database/real_estate_properties/schema.sql @@ -0,0 +1,116 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `Ref_Feature_Types` ( +`feature_type_code` VARCHAR(20) PRIMARY KEY, +`feature_type_name` VARCHAR(80) +); +CREATE TABLE `Ref_Property_Types` ( +`property_type_code` VARCHAR(20) PRIMARY KEY, +`property_type_description` VARCHAR(80) +); + +CREATE TABLE `Other_Available_Features` ( +`feature_id` INTEGER PRIMARY KEY, +`feature_type_code` VARCHAR(20) NOT NULL, +`feature_name` VARCHAR(80), +`feature_description` VARCHAR(80), +FOREIGN KEY (`feature_type_code` ) REFERENCES `Ref_Feature_Types`(`feature_type_code` ) +); + +CREATE TABLE `Properties` ( +`property_id` INTEGER PRIMARY KEY, +`property_type_code` VARCHAR(20) NOT NULL, +`date_on_market` DATETIME, +`date_sold` DATETIME, +`property_name` VARCHAR(80), +`property_address` VARCHAR(255), +`room_count` INTEGER, +`vendor_requested_price` DECIMAL(19,4), +`buyer_offered_price` DECIMAL(19,4), +`agreed_selling_price` DECIMAL(19,4), +`apt_feature_1` VARCHAR(255), +`apt_feature_2` VARCHAR(255), +`apt_feature_3` VARCHAR(255), +`fld_feature_1` VARCHAR(255), +`fld_feature_2` VARCHAR(255), +`fld_feature_3` VARCHAR(255), +`hse_feature_1` VARCHAR(255), +`hse_feature_2` VARCHAR(255), +`hse_feature_3` VARCHAR(255), +`oth_feature_1` VARCHAR(255), +`oth_feature_2` VARCHAR(255), +`oth_feature_3` VARCHAR(255), +`shp_feature_1` VARCHAR(255), +`shp_feature_2` VARCHAR(255), +`shp_feature_3` VARCHAR(255), +`other_property_details` VARCHAR(255), +FOREIGN KEY (`property_type_code` ) REFERENCES `Ref_Property_Types`(`property_type_code` ) +); + +CREATE TABLE `Other_Property_Features` ( +`property_id` INTEGER NOT NULL, +`feature_id` INTEGER NOT NULL, +`property_feature_description` VARCHAR(80), +FOREIGN KEY (`feature_id` ) REFERENCES `Other_Available_Features`(`feature_id` ), +FOREIGN KEY (`property_id` ) REFERENCES `Properties`(`property_id` ) +); + + +INSERT INTO Ref_Feature_Types (`feature_type_code`, `feature_type_name`) VALUES ('Amenity', 'Amenity, eg Pool.'); +INSERT INTO Ref_Feature_Types (`feature_type_code`, `feature_type_name`) VALUES ('Security', 'Securiyt, eg Burglar Alarm.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('House', 'House, Bungalow, etc.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('Apartment', 'Apartment, Flat, Condo, etc.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('Field', 'Field, Meadow.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('Other', 'Other, to be determined.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('Shop', 'Shop, Retail Outlet.'); + +INSERT INTO Other_Available_Features (`feature_id`, `feature_type_code`, `feature_name`, `feature_description`) VALUES (2, 'Amenity', 'AirCon', 'Air Conditioning.'); +INSERT INTO Other_Available_Features (`feature_id`, `feature_type_code`, `feature_name`, `feature_description`) VALUES (3, 'Amenity', 'Pool', 'Swimming Pool.'); +INSERT INTO Other_Available_Features (`feature_id`, `feature_type_code`, `feature_name`, `feature_description`) VALUES (4, 'Security', 'BurglarAlarm', 'Burglar Alarm'); + + +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (1, 'House', '1991-06-21 23:52:10', '1979-05-13 16:58:06', 'park', '4745 Emerson Stravenue Suite 829 +South Garret, IN 16772-5682', '7', '372652.2909', '1.6800', '4201.8000', 'aut', 'suscipit', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (2, 'House', '1990-05-25 23:01:51', '1990-11-14 19:16:38', 'the cole', '098 Tremaine Highway Suite 569 +South Wilford, NJ 46587-3537', '1', '661536468.4429', '8.7122', '21769471.8328', 'est', 'est', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (3, 'Other', '1986-11-26 04:12:18', '1981-06-26 21:28:28', 'prism', '062 Micaela Court Apt. 707 +Margretville, WV 51628-3617', '8', '1337.0000', '11375259.5020', '5.0000', 'ut', 'et', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (4, 'Field', '2017-09-14 15:49:23', '2003-02-27 18:17:11', 'riverside', '49578 Ayden Mountains +New Russellhaven, UT 46626', '6', '192374065.8000', '15.1700', '4514.8070', 'nesciunt', 'adipisci', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (5, 'Apartment', '2016-05-06 16:53:39', '2012-08-19 07:36:57', 'parc east', '2765 Schulist Stream +Lindmouth, UT 03391-3817', '5', '983.8596', '10.1067', '1.0012', 'quo', 'sequi', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (6, 'Shop', '1994-02-14 02:27:13', '1995-01-31 11:18:42', 'high line', '6837 Darien Views Apt. 475 +South Maraview, KS 77770', '9', '2573.0000', '0.0000', '476919.3000', 'sed', 'culpa', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (7, 'Shop', '1996-09-16 22:04:27', '1998-09-15 05:26:22', 'avalon', '092 Paucek Highway Apt. 772 +East Erika, IA 61358', '8', '150045.7568', '296733.0000', '2794972.2495', 'quos', 'est', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (8, 'Apartment', '1976-06-10 20:25:38', '2001-11-09 04:37:33', 'vogue', '24365 Ulices Run +Homenicktown, MD 88485-6198', '9', '13.4715', '0.0000', '0.0000', 'fuga', 'odio', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (9, 'Apartment', '1978-05-15 10:53:37', '1971-04-14 03:23:49', 'longacre', '107 Roob Courts +Erdmanburgh, IA 42926-0873', '5', '2219.6778', '3520911.5258', '3344706.5755', 'enim', 'sit', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (10, 'Apartment', '2003-12-25 16:13:19', '1997-01-07 19:52:45', 'renoir', '084 Lakin Vista Apt. 394 +Fishertown, MA 16876', '9', '77172926.3000', '1.5509', '244353758.1824', 'consequatur', 'vero', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (11, 'Other', '1981-08-23 05:40:38', '1997-11-07 20:22:05', 'murray hill', '2088 Bashirian Fork Suite 337 +Faustinoport, MT 16771-9320', '2', '6713620.9000', '13991131.4340', '170766.4720', 'et', 'est', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (12, 'Apartment', '2016-05-24 09:57:45', '1980-07-08 16:13:17', 'ten tower', '743 Ephraim Greens +Anniemouth, HI 47084-3853', '5', '305.0000', '2.0000', '456840888.1600', 'qui', 'autem', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (13, 'Other', '2000-08-07 06:59:14', '1973-02-24 02:56:06', 'chelsea', '60845 Else Highway Apt. 826 +South Dougfort, CO 43200-4258', '2', '2198735.0950', '0.0000', '44132.4621', 'fuga', 'aut', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (14, 'Other', '1986-12-31 10:05:32', '1987-12-07 07:41:27', 'wall street', '1474 Dibbert Fields Suite 055 +South Renee, IN 58286-3097', '7', '78.7208', '2449185.2000', '0.0000', 'et', 'eos', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (15, 'Apartment', '1993-08-04 10:49:04', '1984-02-01 19:54:54', 'parc coliseum', '986 Hagenes Drives +Draketon, UT 83411-3393', '3', '331.0000', '27537286.0000', '2574.0000', 'aut', 'iusto', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (15, 3, 'dolorem'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (12, 4, 'earum'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (6, 2, 'illo'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (7, 2, 'hic'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (6, 3, 'et'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (14, 4, 'quo'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (4, 3, 'odio'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (1, 2, 'ad'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (11, 4, 'vitae'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (9, 3, 'quo'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (6, 3, 'corrupti'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (6, 3, 'doloribus'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (13, 2, 'autem'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (3, 2, 'cumque'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (14, 4, 'modi'); diff --git a/database/restaurant_1/restaurant_1.sqlite b/database/restaurant_1/restaurant_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..59f07378078ed90685ca77d7adc0a670e144e26c Binary files /dev/null and b/database/restaurant_1/restaurant_1.sqlite differ diff --git a/database/restaurant_1/schema.sql b/database/restaurant_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..c6ea338daa02cdcd680484550472e34a0e583e84 --- /dev/null +++ b/database/restaurant_1/schema.sql @@ -0,0 +1,87 @@ +create table Student ( + StuID INTEGER PRIMARY KEY, + LName VARCHAR(12), + Fname VARCHAR(12), + Age INTEGER, + Sex VARCHAR(1), + Major INTEGER, + Advisor INTEGER, + city_code VARCHAR(3) + ); + +create table Restaurant ( + ResID INTEGER PRIMARY KEY, + ResName VARCHAR(100), + Address VARCHAR(100), + Rating INTEGER +); + +create table Type_Of_Restaurant ( + ResID INTEGER, + ResTypeID INTEGER, + FOREIGN KEY(ResID) REFERENCES Restaurant(ResID), + FOREIGN KEY(ResTypeID) REFERENCES Restaurant_Type(ResTypeID) +); + +create table Restaurant_Type ( + ResTypeID INTEGER PRIMARY KEY, + ResTypeName VARCHAR(40), + ResTypeDescription VARCHAR(100) +); + +create table Visits_Restaurant ( + StuID INTEGER, + ResID INTEGER, + Time TIMESTAMP, + Spent FLOAT, + FOREIGN KEY(StuID) REFERENCES Student(StuID), + FOREIGN KEY(ResID) REFERENCES Restaurant(ResID) +); + + + insert into Student values ( 1001, 'Smith', 'Linda', 18, 'F', 600, 1121,'BAL'); + insert into Student values ( 1002, 'Kim', 'Tracy', 19, 'F', 600, 7712,'HKG'); + insert into Student values ( 1003, 'Jones', 'Shiela', 21, 'F', 600, 7792,'WAS'); + insert into Student values ( 1004, 'Kumar', 'Dinesh', 20, 'M', 600, 8423,'CHI'); + insert into Student values ( 1005, 'Gompers', 'Paul', 26, 'M', 600, 1121,'YYZ'); + insert into Student values ( 1006, 'Schultz', 'Andy', 18, 'M', 600, 1148,'BAL'); + insert into Student values ( 1007, 'Apap', 'Lisa', 18, 'F', 600, 8918,'PIT'); + insert into Student values ( 1008, 'Nelson', 'Jandy', 20, 'F', 600, 9172,'BAL'); + insert into Student values ( 1009, 'Tai', 'Eric', 19, 'M', 600, 2192,'YYZ'); + insert into Student values ( 1010, 'Lee', 'Derek', 17, 'M', 600, 2192,'HOU'); + insert into Student values ( 1011, 'Adams', 'David', 22, 'M', 600, 1148,'PHL'); + insert into Student values ( 1012, 'Davis', 'Steven', 20, 'M', 600, 7723,'PIT'); + insert into Student values ( 1014, 'Norris', 'Charles', 18, 'M', 600, 8741, 'DAL'); + insert into Student values ( 1015, 'Lee', 'Susan', 16, 'F', 600, 8721,'HKG'); + insert into Student values ( 1016, 'Schwartz', 'Mark', 17, 'M', 600, 2192,'DET'); + insert into Student values ( 1017, 'Wilson', 'Bruce', 27, 'M', 600, 1148,'LON'); + insert into Student values ( 1018, 'Leighton', 'Michael', 20, 'M', 600, 1121, 'PIT'); + insert into Student values ( 1019, 'Pang', 'Arthur', 18, 'M', 600, 2192,'WAS'); + insert into Student values ( 1020, 'Thornton', 'Ian', 22, 'M', 520, 7271,'NYC'); + insert into Student values ( 1021, 'Andreou', 'George', 19, 'M', 520, 8722, 'NYC'); + insert into Student values ( 1022, 'Woods', 'Michael', 17, 'M', 540, 8722,'PHL'); + insert into Student values ( 1023, 'Shieber', 'David', 20, 'M', 520, 8722,'NYC'); + insert into Student values ( 1024, 'Prater', 'Stacy', 18, 'F', 540, 7271,'BAL'); + insert into Student values ( 1025, 'Goldman', 'Mark', 18, 'M', 520, 7134,'PIT'); + insert into Student values ( 1026, 'Pang', 'Eric', 19, 'M', 520, 7134,'HKG'); + insert into Student values ( 1027, 'Brody', 'Paul', 18, 'M', 520, 8723,'LOS'); + insert into Student values ( 1028, 'Rugh', 'Eric', 20, 'M', 550, 2311,'ROC'); + insert into Student values ( 1029, 'Han', 'Jun', 17, 'M', 100, 2311,'PEK'); + insert into Student values ( 1030, 'Cheng', 'Lisa', 21, 'F', 550, 2311,'SFO'); + insert into Student values ( 1031, 'Smith', 'Sarah', 20, 'F', 550, 8772,'PHL'); + insert into Student values ( 1032, 'Brown', 'Eric', 20, 'M', 550, 8772,'ATL'); + insert into Student values ( 1033, 'Simms', 'William', 18, 'M', 550, 8772,'NAR'); + insert into Student values ( 1034, 'Epp', 'Eric', 18, 'M', 050, 5718,'BOS'); + insert into Student values ( 1035, 'Schmidt', 'Sarah', 26, 'F', 050, 5718,'WAS'); + +insert into Restaurant values ( 1, 'Subway', '3233 St Paul St, Baltimore, MD 21218', 3); +insert into Restaurant values ( 2, 'Honeygrow', '3212 St Paul St, Baltimore, MD 21218', 4); + +insert into Restaurant_Type values ( 1, 'Sandwich', 'Simplest there is.'); +insert into Restaurant_Type values ( 2, 'Stir-fry', 'Classic Chinese cooking.'); + +insert into Type_Of_Restaurant values (1, 1); +insert into Type_Of_Restaurant values (2, 2); + +insert into Visits_Restaurant values (1001, 1, '2017-10-09 18:15:00', 6.53); +insert into Visits_Restaurant values (1032, 2, '2017-10-08 13:00:30', 13.2); diff --git a/database/restaurants/restaurants.sqlite b/database/restaurants/restaurants.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..a18a858870567c42e57e905126c818bee885650a Binary files /dev/null and b/database/restaurants/restaurants.sqlite differ diff --git a/database/restaurants/schema.sql b/database/restaurants/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e7208318ac10d0aa64595d604a98a411dcf42d9f --- /dev/null +++ b/database/restaurants/schema.sql @@ -0,0 +1,25 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE "GEOGRAPHIC" ( +"CITY_NAME" text, +"COUNTY" text, +"REGION" text, +primary key("CITY_NAME") +); +CREATE TABLE "RESTAURANT" ( +"ID" int, +"NAME" text, +"FOOD_TYPE" text, +"CITY_NAME" text, +"RATING" real, +primary key("ID"), +foreign key ("CITY_NAME") references `GEOGRAPHIC`("CITY_NAME") +); +CREATE TABLE "LOCATION" ( +"RESTAURANT_ID" int, +"HOUSE_NUMBER" int, +"STREET_NAME" text, +"CITY_NAME" text, +primary key("RESTAURANT_ID"), +foreign key ("CITY_NAME") references `GEOGRAPHIC`("CITY_NAME") +foreign key ("RESTAURANT_ID") references `RESTAURANT`("RESTAURANT_ID") +); diff --git a/database/sakila_1/sakila_1.sqlite b/database/sakila_1/sakila_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..8de9d60085d9df3d09c6a1c9ae5714f6ccd39330 --- /dev/null +++ b/database/sakila_1/sakila_1.sqlite @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe25744a6e2acf29295eba0fb73a98065008c0a365b92a86de6237310a72444 +size 3706880 diff --git a/database/sakila_1/schema.sql b/database/sakila_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..2189fa374ab141647d3b8ad63e60001d1601f4af --- /dev/null +++ b/database/sakila_1/schema.sql @@ -0,0 +1,297 @@ +-- Sakila Sample Database Schema +-- Version 0.8 + +-- Copyright (c) 2006, MySQL AB +-- All rights reserved. + +-- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +-- * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +-- * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +-- * Neither the name of MySQL AB nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +-- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +-- +-- Table structure for table `actor` +-- + +CREATE TABLE actor ( + actor_id SMALLINT UNSIGNED NOT NULL, + first_name VARCHAR(45) NOT NULL, + last_name VARCHAR(45) NOT NULL, + last_update TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (actor_id) +); + +-- +-- Table structure for table `address` +-- + +CREATE TABLE address ( + address_id SMALLINT UNSIGNED NOT NULL, + address VARCHAR(50) NOT NULL, + address2 VARCHAR(50) DEFAULT NULL, + district VARCHAR(20) NOT NULL, + city_id SMALLINT UNSIGNED NOT NULL, + postal_code VARCHAR(10) DEFAULT NULL, + phone VARCHAR(20) NOT NULL, + last_update TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (address_id), + FOREIGN KEY (city_id) REFERENCES city (city_id) +); + +-- +-- Table structure for table `category` +-- + +CREATE TABLE category ( + category_id TINYINT UNSIGNED NOT NULL, + name VARCHAR(25) NOT NULL, + last_update TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (category_id) +); + +-- +-- Table structure for table `city` +-- + +CREATE TABLE city ( + city_id SMALLINT UNSIGNED NOT NULL, + city VARCHAR(50) NOT NULL, + country_id SMALLINT UNSIGNED NOT NULL, + last_update TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (city_id), + FOREIGN KEY (country_id) REFERENCES country (country_id) +); + +-- +-- Table structure for table `country` +-- + +CREATE TABLE country ( + country_id SMALLINT UNSIGNED NOT NULL, + country VARCHAR(50) NOT NULL, + last_update TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (country_id) +); + +-- +-- Table structure for table `customer` +-- + +CREATE TABLE customer ( + customer_id SMALLINT UNSIGNED NOT NULL, + store_id TINYINT UNSIGNED NOT NULL, + first_name VARCHAR(45) NOT NULL, + last_name VARCHAR(45) NOT NULL, + email VARCHAR(50) DEFAULT NULL, + address_id SMALLINT UNSIGNED NOT NULL, + active BOOLEAN NOT NULL DEFAULT TRUE, + create_date DATETIME NOT NULL, + last_update TIMESTAMP DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (customer_id), + FOREIGN KEY (address_id) REFERENCES address (address_id), + FOREIGN KEY (store_id) REFERENCES store (store_id) +); + +-- +-- Table structure for table `film` +-- + +CREATE TABLE film ( + film_id SMALLINT UNSIGNED NOT NULL, + title VARCHAR(255) NOT NULL, + description TEXT DEFAULT NULL, + release_year YEAR DEFAULT NULL, + language_id TINYINT UNSIGNED NOT NULL, + original_language_id TINYINT UNSIGNED DEFAULT NULL, + rental_duration TINYINT UNSIGNED NOT NULL DEFAULT 3, + rental_rate DECIMAL(4,2) NOT NULL DEFAULT 4.99, + length SMALLINT UNSIGNED DEFAULT NULL, + replacement_cost DECIMAL(5,2) NOT NULL DEFAULT 19.99, + rating DEFAULT 'G', + special_features DEFAULT NULL, + last_update TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (film_id), + FOREIGN KEY (language_id) REFERENCES language (language_id), + FOREIGN KEY (original_language_id) REFERENCES language (language_id) +); + +-- +-- Table structure for table `film_actor` +-- + +CREATE TABLE film_actor ( + actor_id SMALLINT UNSIGNED NOT NULL, + film_id SMALLINT UNSIGNED NOT NULL, + last_update TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (actor_id,film_id), + FOREIGN KEY (actor_id) REFERENCES actor (actor_id), + FOREIGN KEY (film_id) REFERENCES film (film_id) +); + +-- +-- Table structure for table `film_category` +-- + +CREATE TABLE film_category ( + film_id SMALLINT UNSIGNED NOT NULL, + category_id TINYINT UNSIGNED NOT NULL, + last_update TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (film_id, category_id), + FOREIGN KEY (film_id) REFERENCES film (film_id), + FOREIGN KEY (category_id) REFERENCES category (category_id) +); + +-- +-- Table structure for table `film_text` +-- + +CREATE TABLE film_text ( + film_id SMALLINT NOT NULL, + title VARCHAR(255) NOT NULL, + description TEXT, + PRIMARY KEY (film_id) +); + +-- +-- Table structure for table `inventory` +-- + +CREATE TABLE inventory ( + inventory_id MEDIUMINT UNSIGNED NOT NULL, + film_id SMALLINT UNSIGNED NOT NULL, + store_id TINYINT UNSIGNED NOT NULL, + last_update TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (inventory_id), + FOREIGN KEY (store_id) REFERENCES store (store_id), + FOREIGN KEY (film_id) REFERENCES film (film_id) +); + +-- +-- Table structure for table `language` +-- + +CREATE TABLE language ( + language_id TINYINT UNSIGNED NOT NULL, + name CHAR(20) NOT NULL, + last_update TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (language_id) +); + +-- +-- Table structure for table `payment` +-- + +CREATE TABLE payment ( + payment_id SMALLINT UNSIGNED NOT NULL, + customer_id SMALLINT UNSIGNED NOT NULL, + staff_id TINYINT UNSIGNED NOT NULL, + rental_id INT DEFAULT NULL, + amount DECIMAL(5,2) NOT NULL, + payment_date DATETIME NOT NULL, + last_update TIMESTAMP DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (payment_id), + FOREIGN KEY (rental_id) REFERENCES rental (rental_id), + FOREIGN KEY (customer_id) REFERENCES customer (customer_id), + FOREIGN KEY (staff_id) REFERENCES staff (staff_id) +); + + +-- +-- Table structure for table `rental` +-- + +CREATE TABLE rental ( + rental_id INT NOT NULL, + rental_date DATETIME NOT NULL, + inventory_id MEDIUMINT UNSIGNED NOT NULL, + customer_id SMALLINT UNSIGNED NOT NULL, + return_date DATETIME DEFAULT NULL, + staff_id TINYINT UNSIGNED NOT NULL, + last_update TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (rental_id), + FOREIGN KEY (staff_id) REFERENCES staff (staff_id), + FOREIGN KEY (inventory_id) REFERENCES inventory (inventory_id), + FOREIGN KEY (customer_id) REFERENCES customer (customer_id) +); + +-- +-- Table structure for table `staff` +-- + +CREATE TABLE staff ( + staff_id TINYINT UNSIGNED NOT NULL, + first_name VARCHAR(45) NOT NULL, + last_name VARCHAR(45) NOT NULL, + address_id SMALLINT UNSIGNED NOT NULL, + picture BLOB DEFAULT NULL, + email VARCHAR(50) DEFAULT NULL, + store_id TINYINT UNSIGNED NOT NULL, + active BOOLEAN NOT NULL DEFAULT TRUE, + username VARCHAR(16) NOT NULL, + password VARCHAR(40) DEFAULT NULL, + last_update TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (staff_id), + --FOREIGN KEY (store_id) REFERENCES store (store_id), + FOREIGN KEY (address_id) REFERENCES address (address_id) +); + +-- +-- Table structure for table `store` +-- + +CREATE TABLE store ( + store_id TINYINT UNSIGNED NOT NULL, + manager_staff_id TINYINT UNSIGNED NOT NULL, + address_id SMALLINT UNSIGNED NOT NULL, + last_update TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, + PRIMARY KEY (store_id), + FOREIGN KEY (manager_staff_id) REFERENCES staff (staff_id), + FOREIGN KEY (address_id) REFERENCES address (address_id) +); + + +-- Sakila Sample Database Data +-- Version 0.8 + +-- Copyright (c) 2006, MySQL AB +-- All rights reserved. + +-- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +-- * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. +-- * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +-- * Neither the name of MySQL AB nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +-- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + +INSERT INTO actor VALUES (1,'PENELOPE','GUINESS','2006-02-15 04:34:33'),(2,'NICK','WAHLBERG','2006-02-15 04:34:33'),(3,'ED','CHASE','2006-02-15 04:34:33'),(4,'JENNIFER','DAVIS','2006-02-15 04:34:33'),(5,'JOHNNY','LOLLOBRIGIDA','2006-02-15 04:34:33'),(6,'BETTE','NICHOLSON','2006-02-15 04:34:33'),(7,'GRACE','MOSTEL','2006-02-15 04:34:33'),(8,'MATTHEW','JOHANSSON','2006-02-15 04:34:33'),(9,'JOE','SWANK','2006-02-15 04:34:33'),(10,'CHRISTIAN','GABLE','2006-02-15 04:34:33'),(11,'ZERO','CAGE','2006-02-15 04:34:33'),(12,'KARL','BERRY','2006-02-15 04:34:33'),(13,'UMA','WOOD','2006-02-15 04:34:33'),(14,'VIVIEN','BERGEN','2006-02-15 04:34:33'),(15,'CUBA','OLIVIER','2006-02-15 04:34:33'),(16,'FRED','COSTNER','2006-02-15 04:34:33'),(17,'HELEN','VOIGHT','2006-02-15 04:34:33'),(18,'DAN','TORN','2006-02-15 04:34:33'),(19,'BOB','FAWCETT','2006-02-15 04:34:33'),(20,'LUCILLE','TRACY','2006-02-15 04:34:33'),(21,'KIRSTEN','PALTROW','2006-02-15 04:34:33'),(22,'ELVIS','MARX','2006-02-15 04:34:33'),(23,'SANDRA','KILMER','2006-02-15 04:34:33'),(24,'CAMERON','STREEP','2006-02-15 04:34:33'),(25,'KEVIN','BLOOM','2006-02-15 04:34:33'),(26,'RIP','CRAWFORD','2006-02-15 04:34:33'),(27,'JULIA','MCQUEEN','2006-02-15 04:34:33'),(28,'WOODY','HOFFMAN','2006-02-15 04:34:33'),(29,'ALEC','WAYNE','2006-02-15 04:34:33'),(30,'SANDRA','PECK','2006-02-15 04:34:33'),(31,'SISSY','SOBIESKI','2006-02-15 04:34:33'),(32,'TIM','HACKMAN','2006-02-15 04:34:33'),(33,'MILLA','PECK','2006-02-15 04:34:33'),(34,'AUDREY','OLIVIER','2006-02-15 04:34:33'),(35,'JUDY','DEAN','2006-02-15 04:34:33'),(36,'BURT','DUKAKIS','2006-02-15 04:34:33'),(37,'VAL','BOLGER','2006-02-15 04:34:33'),(38,'TOM','MCKELLEN','2006-02-15 04:34:33'),(39,'GOLDIE','BRODY','2006-02-15 04:34:33'),(40,'JOHNNY','CAGE','2006-02-15 04:34:33'),(41,'JODIE','DEGENERES','2006-02-15 04:34:33'),(42,'TOM','MIRANDA','2006-02-15 04:34:33'),(43,'KIRK','JOVOVICH','2006-02-15 04:34:33'),(44,'NICK','STALLONE','2006-02-15 04:34:33'),(45,'REESE','KILMER','2006-02-15 04:34:33'),(46,'PARKER','GOLDBERG','2006-02-15 04:34:33'),(47,'JULIA','BARRYMORE','2006-02-15 04:34:33'),(48,'FRANCES','DAY-LEWIS','2006-02-15 04:34:33'),(49,'ANNE','CRONYN','2006-02-15 04:34:33'),(50,'NATALIE','HOPKINS','2006-02-15 04:34:33'),(51,'GARY','PHOENIX','2006-02-15 04:34:33'),(52,'CARMEN','HUNT','2006-02-15 04:34:33'),(53,'MENA','TEMPLE','2006-02-15 04:34:33'),(54,'PENELOPE','PINKETT','2006-02-15 04:34:33'),(55,'FAY','KILMER','2006-02-15 04:34:33'),(56,'DAN','HARRIS','2006-02-15 04:34:33'),(57,'JUDE','CRUISE','2006-02-15 04:34:33'),(58,'CHRISTIAN','AKROYD','2006-02-15 04:34:33'),(59,'DUSTIN','TAUTOU','2006-02-15 04:34:33'),(60,'HENRY','BERRY','2006-02-15 04:34:33'),(61,'CHRISTIAN','NEESON','2006-02-15 04:34:33'),(62,'JAYNE','NEESON','2006-02-15 04:34:33'),(63,'CAMERON','WRAY','2006-02-15 04:34:33'),(64,'RAY','JOHANSSON','2006-02-15 04:34:33'),(65,'ANGELA','HUDSON','2006-02-15 04:34:33'),(66,'MARY','TANDY','2006-02-15 04:34:33'),(67,'JESSICA','BAILEY','2006-02-15 04:34:33'),(68,'RIP','WINSLET','2006-02-15 04:34:33'),(69,'KENNETH','PALTROW','2006-02-15 04:34:33'),(70,'MICHELLE','MCCONAUGHEY','2006-02-15 04:34:33'),(71,'ADAM','GRANT','2006-02-15 04:34:33'),(72,'SEAN','WILLIAMS','2006-02-15 04:34:33'),(73,'GARY','PENN','2006-02-15 04:34:33'),(74,'MILLA','KEITEL','2006-02-15 04:34:33'),(75,'BURT','POSEY','2006-02-15 04:34:33'),(76,'ANGELINA','ASTAIRE','2006-02-15 04:34:33'),(77,'CARY','MCCONAUGHEY','2006-02-15 04:34:33'),(78,'GROUCHO','SINATRA','2006-02-15 04:34:33'),(79,'MAE','HOFFMAN','2006-02-15 04:34:33'),(80,'RALPH','CRUZ','2006-02-15 04:34:33'),(81,'SCARLETT','DAMON','2006-02-15 04:34:33'),(82,'WOODY','JOLIE','2006-02-15 04:34:33'),(83,'BEN','WILLIS','2006-02-15 04:34:33'),(84,'JAMES','PITT','2006-02-15 04:34:33'),(85,'MINNIE','ZELLWEGER','2006-02-15 04:34:33'),(86,'GREG','CHAPLIN','2006-02-15 04:34:33'),(87,'SPENCER','PECK','2006-02-15 04:34:33'),(88,'KENNETH','PESCI','2006-02-15 04:34:33'),(89,'CHARLIZE','DENCH','2006-02-15 04:34:33'),(90,'SEAN','GUINESS','2006-02-15 04:34:33'),(91,'CHRISTOPHER','BERRY','2006-02-15 04:34:33'),(92,'KIRSTEN','AKROYD','2006-02-15 04:34:33'),(93,'ELLEN','PRESLEY','2006-02-15 04:34:33'),(94,'KENNETH','TORN','2006-02-15 04:34:33'),(95,'DARYL','WAHLBERG','2006-02-15 04:34:33'),(96,'GENE','WILLIS','2006-02-15 04:34:33'),(97,'MEG','HAWKE','2006-02-15 04:34:33'),(98,'CHRIS','BRIDGES','2006-02-15 04:34:33'),(99,'JIM','MOSTEL','2006-02-15 04:34:33'),(100,'SPENCER','DEPP','2006-02-15 04:34:33'),(101,'SUSAN','DAVIS','2006-02-15 04:34:33'),(102,'WALTER','TORN','2006-02-15 04:34:33'),(103,'MATTHEW','LEIGH','2006-02-15 04:34:33'),(104,'PENELOPE','CRONYN','2006-02-15 04:34:33'),(105,'SIDNEY','CROWE','2006-02-15 04:34:33'),(106,'GROUCHO','DUNST','2006-02-15 04:34:33'),(107,'GINA','DEGENERES','2006-02-15 04:34:33'),(108,'WARREN','NOLTE','2006-02-15 04:34:33'),(109,'SYLVESTER','DERN','2006-02-15 04:34:33'),(110,'SUSAN','DAVIS','2006-02-15 04:34:33'),(111,'CAMERON','ZELLWEGER','2006-02-15 04:34:33'),(112,'RUSSELL','BACALL','2006-02-15 04:34:33'),(113,'MORGAN','HOPKINS','2006-02-15 04:34:33'),(114,'MORGAN','MCDORMAND','2006-02-15 04:34:33'),(115,'HARRISON','BALE','2006-02-15 04:34:33'),(116,'DAN','STREEP','2006-02-15 04:34:33'),(117,'RENEE','TRACY','2006-02-15 04:34:33'),(118,'CUBA','ALLEN','2006-02-15 04:34:33'),(119,'WARREN','JACKMAN','2006-02-15 04:34:33'),(120,'PENELOPE','MONROE','2006-02-15 04:34:33'),(121,'LIZA','BERGMAN','2006-02-15 04:34:33'),(122,'SALMA','NOLTE','2006-02-15 04:34:33'),(123,'JULIANNE','DENCH','2006-02-15 04:34:33'),(124,'SCARLETT','BENING','2006-02-15 04:34:33'),(125,'ALBERT','NOLTE','2006-02-15 04:34:33'),(126,'FRANCES','TOMEI','2006-02-15 04:34:33'),(127,'KEVIN','GARLAND','2006-02-15 04:34:33'),(128,'CATE','MCQUEEN','2006-02-15 04:34:33'),(129,'DARYL','CRAWFORD','2006-02-15 04:34:33'),(130,'GRETA','KEITEL','2006-02-15 04:34:33'),(131,'JANE','JACKMAN','2006-02-15 04:34:33'),(132,'ADAM','HOPPER','2006-02-15 04:34:33'),(133,'RICHARD','PENN','2006-02-15 04:34:33'),(134,'GENE','HOPKINS','2006-02-15 04:34:33'),(135,'RITA','REYNOLDS','2006-02-15 04:34:33'),(136,'ED','MANSFIELD','2006-02-15 04:34:33'),(137,'MORGAN','WILLIAMS','2006-02-15 04:34:33'),(138,'LUCILLE','DEE','2006-02-15 04:34:33'),(139,'EWAN','GOODING','2006-02-15 04:34:33'),(140,'WHOOPI','HURT','2006-02-15 04:34:33'),(141,'CATE','HARRIS','2006-02-15 04:34:33'),(142,'JADA','RYDER','2006-02-15 04:34:33'),(143,'RIVER','DEAN','2006-02-15 04:34:33'),(144,'ANGELA','WITHERSPOON','2006-02-15 04:34:33'),(145,'KIM','ALLEN','2006-02-15 04:34:33'),(146,'ALBERT','JOHANSSON','2006-02-15 04:34:33'),(147,'FAY','WINSLET','2006-02-15 04:34:33'),(148,'EMILY','DEE','2006-02-15 04:34:33'),(149,'RUSSELL','TEMPLE','2006-02-15 04:34:33'),(150,'JAYNE','NOLTE','2006-02-15 04:34:33'),(151,'GEOFFREY','HESTON','2006-02-15 04:34:33'),(152,'BEN','HARRIS','2006-02-15 04:34:33'),(153,'MINNIE','KILMER','2006-02-15 04:34:33'),(154,'MERYL','GIBSON','2006-02-15 04:34:33'),(155,'IAN','TANDY','2006-02-15 04:34:33'),(156,'FAY','WOOD','2006-02-15 04:34:33'),(157,'GRETA','MALDEN','2006-02-15 04:34:33'),(158,'VIVIEN','BASINGER','2006-02-15 04:34:33'),(159,'LAURA','BRODY','2006-02-15 04:34:33'),(160,'CHRIS','DEPP','2006-02-15 04:34:33'),(161,'HARVEY','HOPE','2006-02-15 04:34:33'),(162,'OPRAH','KILMER','2006-02-15 04:34:33'),(163,'CHRISTOPHER','WEST','2006-02-15 04:34:33'),(164,'HUMPHREY','WILLIS','2006-02-15 04:34:33'),(165,'AL','GARLAND','2006-02-15 04:34:33'),(166,'NICK','DEGENERES','2006-02-15 04:34:33'),(167,'LAURENCE','BULLOCK','2006-02-15 04:34:33'),(168,'WILL','WILSON','2006-02-15 04:34:33'),(169,'KENNETH','HOFFMAN','2006-02-15 04:34:33'),(170,'MENA','HOPPER','2006-02-15 04:34:33'),(171,'OLYMPIA','PFEIFFER','2006-02-15 04:34:33'),(172,'GROUCHO','WILLIAMS','2006-02-15 04:34:33'),(173,'ALAN','DREYFUSS','2006-02-15 04:34:33'),(174,'MICHAEL','BENING','2006-02-15 04:34:33'),(175,'WILLIAM','HACKMAN','2006-02-15 04:34:33'),(176,'JON','CHASE','2006-02-15 04:34:33'),(177,'GENE','MCKELLEN','2006-02-15 04:34:33'),(178,'LISA','MONROE','2006-02-15 04:34:33'),(179,'ED','GUINESS','2006-02-15 04:34:33'),(180,'JEFF','SILVERSTONE','2006-02-15 04:34:33'),(181,'MATTHEW','CARREY','2006-02-15 04:34:33'),(182,'DEBBIE','AKROYD','2006-02-15 04:34:33'),(183,'RUSSELL','CLOSE','2006-02-15 04:34:33'),(184,'HUMPHREY','GARLAND','2006-02-15 04:34:33'),(185,'MICHAEL','BOLGER','2006-02-15 04:34:33'),(186,'JULIA','ZELLWEGER','2006-02-15 04:34:33'),(187,'RENEE','BALL','2006-02-15 04:34:33'),(188,'ROCK','DUKAKIS','2006-02-15 04:34:33'),(189,'CUBA','BIRCH','2006-02-15 04:34:33'),(190,'AUDREY','BAILEY','2006-02-15 04:34:33'),(191,'GREGORY','GOODING','2006-02-15 04:34:33'),(192,'JOHN','SUVARI','2006-02-15 04:34:33'),(193,'BURT','TEMPLE','2006-02-15 04:34:33'),(194,'MERYL','ALLEN','2006-02-15 04:34:33'),(195,'JAYNE','SILVERSTONE','2006-02-15 04:34:33'),(196,'BELA','WALKEN','2006-02-15 04:34:33'),(197,'REESE','WEST','2006-02-15 04:34:33'),(198,'MARY','KEITEL','2006-02-15 04:34:33'),(199,'JULIA','FAWCETT','2006-02-15 04:34:33'),(200,'THORA','TEMPLE','2006-02-15 04:34:33'); + +INSERT INTO address VALUES (1,'47 MySakila Drive',NULL,'Alberta',300,'','','2006-02-15 04:45:30'),(2,'28 MySQL Boulevard',NULL,'QLD',576,'','','2006-02-15 04:45:30'),(3,'23 Workhaven Lane',NULL,'Alberta',300,'','14033335568','2006-02-15 04:45:30'),(4,'1411 Lillydale Drive',NULL,'QLD',576,'','6172235589','2006-02-15 04:45:30'),(5,'1913 Hanoi Way','','Nagasaki',463,'35200','28303384290','2006-02-15 04:45:30'),(6,'1121 Loja Avenue','','California',449,'17886','838635286649','2006-02-15 04:45:30'),(7,'692 Joliet Street','','Attika',38,'83579','448477190408','2006-02-15 04:45:30'),(8,'1566 Inegl Manor','','Mandalay',349,'53561','705814003527','2006-02-15 04:45:30'),(9,'53 Idfu Parkway','','Nantou',361,'42399','10655648674','2006-02-15 04:45:30'),(10,'1795 Santiago de Compostela Way','','Texas',295,'18743','860452626434','2006-02-15 04:45:30'),(11,'900 Santiago de Compostela Parkway','','Central Serbia',280,'93896','716571220373','2006-02-15 04:45:30'),(12,'478 Joliet Way','','Hamilton',200,'77948','657282285970','2006-02-15 04:45:30'),(13,'613 Korolev Drive','','Masqat',329,'45844','380657522649','2006-02-15 04:45:30'),(14,'1531 Sal Drive','','Esfahan',162,'53628','648856936185','2006-02-15 04:45:30'),(15,'1542 Tarlac Parkway','','Kanagawa',440,'1027','635297277345','2006-02-15 04:45:30'),(16,'808 Bhopal Manor','','Haryana',582,'10672','465887807014','2006-02-15 04:45:30'),(17,'270 Amroha Parkway','','Osmaniye',384,'29610','695479687538','2006-02-15 04:45:30'),(18,'770 Bydgoszcz Avenue','','California',120,'16266','517338314235','2006-02-15 04:45:30'),(19,'419 Iligan Lane','','Madhya Pradesh',76,'72878','990911107354','2006-02-15 04:45:30'),(20,'360 Toulouse Parkway','','England',495,'54308','949312333307','2006-02-15 04:45:30'),(21,'270 Toulon Boulevard','','Kalmykia',156,'81766','407752414682','2006-02-15 04:45:30'),(22,'320 Brest Avenue','','Kaduna',252,'43331','747791594069','2006-02-15 04:45:30'),(23,'1417 Lancaster Avenue','','Northern Cape',267,'72192','272572357893','2006-02-15 04:45:30'),(24,'1688 Okara Way','','Nothwest Border Prov',327,'21954','144453869132','2006-02-15 04:45:30'),(25,'262 A Corua (La Corua) Parkway','','Dhaka',525,'34418','892775750063','2006-02-15 04:45:30'),(26,'28 Charlotte Amalie Street','','Rabat-Sal-Zammour-Z',443,'37551','161968374323','2006-02-15 04:45:30'),(27,'1780 Hino Boulevard','','Liepaja',303,'7716','902731229323','2006-02-15 04:45:30'),(28,'96 Tafuna Way','','Crdoba',128,'99865','934730187245','2006-02-15 04:45:30'),(29,'934 San Felipe de Puerto Plata Street','','Sind',472,'99780','196495945706','2006-02-15 04:45:30'),(30,'18 Duisburg Boulevard','','',121,'58327','998009777982','2006-02-15 04:45:30'),(31,'217 Botshabelo Place','','Southern Mindanao',138,'49521','665356572025','2006-02-15 04:45:30'),(32,'1425 Shikarpur Manor','','Bihar',346,'65599','678220867005','2006-02-15 04:45:30'),(33,'786 Aurora Avenue','','Yamaguchi',474,'65750','18461860151','2006-02-15 04:45:30'),(34,'1668 Anpolis Street','','Taipei',316,'50199','525255540978','2006-02-15 04:45:30'),(35,'33 Gorontalo Way','','West Bengali',257,'30348','745994947458','2006-02-15 04:45:30'),(36,'176 Mandaluyong Place','','Uttar Pradesh',239,'65213','627705991774','2006-02-15 04:45:30'),(37,'127 Purnea (Purnia) Manor','','Piemonte',17,'79388','911872220378','2006-02-15 04:45:30'),(38,'61 Tama Street','','Okayama',284,'94065','708403338270','2006-02-15 04:45:30'),(39,'391 Callao Drive','','Midi-Pyrnes',544,'34021','440512153169','2006-02-15 04:45:30'),(40,'334 Munger (Monghyr) Lane','','Markazi',31,'38145','481183273622','2006-02-15 04:45:30'),(41,'1440 Fukuyama Loop','','Henan',362,'47929','912257250465','2006-02-15 04:45:30'),(42,'269 Cam Ranh Parkway','','Chisinau',115,'34689','489783829737','2006-02-15 04:45:30'),(43,'306 Antofagasta Place','','Esprito Santo',569,'3989','378318851631','2006-02-15 04:45:30'),(44,'671 Graz Street','','Oriental',353,'94399','680768868518','2006-02-15 04:45:30'),(45,'42 Brindisi Place','','Yerevan',586,'16744','42384721397','2006-02-15 04:45:30'),(46,'1632 Bislig Avenue','','Nonthaburi',394,'61117','471675840679','2006-02-15 04:45:30'),(47,'1447 Imus Way','','Tahiti',167,'48942','539758313890','2006-02-15 04:45:30'),(48,'1998 Halifax Drive','','Lipetsk',308,'76022','177727722820','2006-02-15 04:45:30'),(49,'1718 Valencia Street','','Antofagasta',27,'37359','675292816413','2006-02-15 04:45:30'),(50,'46 Pjatigorsk Lane','','Moscow (City)',343,'23616','262076994845','2006-02-15 04:45:30'),(51,'686 Garland Manor','','Cear',247,'52535','69493378813','2006-02-15 04:45:30'),(52,'909 Garland Manor','','Tatarstan',367,'69367','705800322606','2006-02-15 04:45:30'),(53,'725 Isesaki Place','','Mekka',237,'74428','876295323994','2006-02-15 04:45:30'),(54,'115 Hidalgo Parkway','','Khartum',379,'80168','307703950263','2006-02-15 04:45:30'),(55,'1135 Izumisano Parkway','','California',171,'48150','171822533480','2006-02-15 04:45:30'),(56,'939 Probolinggo Loop','','Galicia',1,'4166','680428310138','2006-02-15 04:45:30'),(57,'17 Kabul Boulevard','','Chiba',355,'38594','697760867968','2006-02-15 04:45:30'),(58,'1964 Allappuzha (Alleppey) Street','','Yamaguchi',227,'48980','920811325222','2006-02-15 04:45:30'),(59,'1697 Kowloon and New Kowloon Loop','','Moskova',49,'57807','499352017190','2006-02-15 04:45:30'),(60,'1668 Saint Louis Place','','Tahiti',397,'39072','347487831378','2006-02-15 04:45:30'),(61,'943 Tokat Street','','Vaduz',560,'45428','889318963672','2006-02-15 04:45:30'),(62,'1114 Liepaja Street','','Sarawak',282,'69226','212869228936','2006-02-15 04:45:30'),(63,'1213 Ranchi Parkway','','Karnataka',350,'94352','800024380485','2006-02-15 04:45:30'),(64,'81 Hodeida Way','','Rajasthan',231,'55561','250767749542','2006-02-15 04:45:30'),(65,'915 Ponce Place','','Basel-Stadt',56,'83980','1395251317','2006-02-15 04:45:30'),(66,'1717 Guadalajara Lane','','Missouri',441,'85505','914090181665','2006-02-15 04:45:30'),(67,'1214 Hanoi Way','','Nebraska',306,'67055','491001136577','2006-02-15 04:45:30'),(68,'1966 Amroha Avenue','','Sichuan',139,'70385','333489324603','2006-02-15 04:45:30'),(69,'698 Otsu Street','','Cayenne',105,'71110','409983924481','2006-02-15 04:45:30'),(70,'1150 Kimchon Manor','','Skne ln',321,'96109','663449333709','2006-02-15 04:45:30'),(71,'1586 Guaruj Place','','Hunan',579,'5135','947233365992','2006-02-15 04:45:30'),(72,'57 Arlington Manor','','Madhya Pradesh',475,'48960','990214419142','2006-02-15 04:45:30'),(73,'1031 Daugavpils Parkway','','Bchar',63,'59025','107137400143','2006-02-15 04:45:30'),(74,'1124 Buenaventura Drive','','Mekka',13,'6856','407733804223','2006-02-15 04:45:30'),(75,'492 Cam Ranh Street','','Eastern Visayas',61,'50805','565018274456','2006-02-15 04:45:30'),(76,'89 Allappuzha (Alleppey) Manor','','National Capital Reg',517,'75444','255800440636','2006-02-15 04:45:30'),(77,'1947 Poos de Caldas Boulevard','','Chiayi',114,'60951','427454485876','2006-02-15 04:45:30'),(78,'1206 Dos Quebradas Place','','So Paulo',431,'20207','241832790687','2006-02-15 04:45:30'),(79,'1551 Rampur Lane','','Changhwa',108,'72394','251164340471','2006-02-15 04:45:30'),(80,'602 Paarl Street','','Pavlodar',402,'98889','896314772871','2006-02-15 04:45:30'),(81,'1692 Ede Loop','','So Paulo',30,'9223','918711376618','2006-02-15 04:45:30'),(82,'936 Salzburg Lane','','Uttar Pradesh',425,'96709','875756771675','2006-02-15 04:45:30'),(83,'586 Tete Way','','Kanagawa',256,'1079','18581624103','2006-02-15 04:45:30'),(84,'1888 Kabul Drive','','Oyo & Osun',217,'20936','701457319790','2006-02-15 04:45:30'),(85,'320 Baiyin Parkway','','Mahajanga',319,'37307','223664661973','2006-02-15 04:45:30'),(86,'927 Baha Blanca Parkway','','Krim',479,'9495','821972242086','2006-02-15 04:45:30'),(87,'929 Tallahassee Loop','','Gauteng',497,'74671','800716535041','2006-02-15 04:45:30'),(88,'125 Citt del Vaticano Boulevard','','Puebla',40,'67912','48417642933','2006-02-15 04:45:30'),(89,'1557 Ktahya Boulevard','','England',88,'88002','720998247660','2006-02-15 04:45:30'),(90,'870 Ashqelon Loop','','Songkhla',489,'84931','135117278909','2006-02-15 04:45:30'),(91,'1740 Portoviejo Avenue','','Sucre',480,'29932','198123170793','2006-02-15 04:45:30'),(92,'1942 Ciparay Parkway','','Cheju',113,'82624','978987363654','2006-02-15 04:45:30'),(93,'1926 El Alto Avenue','','Buenos Aires',289,'75543','846225459260','2006-02-15 04:45:30'),(94,'1952 Chatsworth Drive','','Guangdong',332,'25958','991562402283','2006-02-15 04:45:30'),(95,'1370 Le Mans Avenue','','Brunei and Muara',53,'52163','345679835036','2006-02-15 04:45:30'),(96,'984 Effon-Alaiye Avenue','','Gois',183,'17119','132986892228','2006-02-15 04:45:30'),(97,'832 Nakhon Sawan Manor','','Inner Mongolia',592,'49021','275595571388','2006-02-15 04:45:30'),(98,'152 Kitwe Parkway','','Caraga',82,'53182','835433605312','2006-02-15 04:45:30'),(99,'1697 Tanauan Lane','','Punjab',399,'22870','4764773857','2006-02-15 04:45:30'),(100,'1308 Arecibo Way','','Georgia',41,'30695','6171054059','2006-02-15 04:45:30'),(101,'1599 Plock Drive','','Tete',534,'71986','817248913162','2006-02-15 04:45:30'),(102,'669 Firozabad Loop','','Abu Dhabi',12,'92265','412903167998','2006-02-15 04:45:30'),(103,'588 Vila Velha Manor','','Kyongsangbuk',268,'51540','333339908719','2006-02-15 04:45:30'),(104,'1913 Kamakura Place','','Lipetsk',238,'97287','942570536750','2006-02-15 04:45:30'),(105,'733 Mandaluyong Place','','Asir',2,'77459','196568435814','2006-02-15 04:45:30'),(106,'659 Vaduz Drive','','Ha Darom',34,'49708','709935135487','2006-02-15 04:45:30'),(107,'1177 Jelets Way','','Kwara & Kogi',220,'3305','484292626944','2006-02-15 04:45:30'),(108,'1386 Yangor Avenue','','Provence-Alpes-Cte',543,'80720','449216226468','2006-02-15 04:45:30'),(109,'454 Nakhon Sawan Boulevard','','Funafuti',173,'76383','963887147572','2006-02-15 04:45:30'),(110,'1867 San Juan Bautista Tuxtepec Avenue','','Ivanovo',225,'78311','547003310357','2006-02-15 04:45:30'),(111,'1532 Dzerzinsk Way','','Buenos Aires',334,'9599','330838016880','2006-02-15 04:45:30'),(112,'1002 Ahmadnagar Manor','','Mxico',213,'93026','371490777743','2006-02-15 04:45:30'),(113,'682 Junan Way','','North West',273,'30418','622255216127','2006-02-15 04:45:30'),(114,'804 Elista Drive','','Hubei',159,'61069','379804592943','2006-02-15 04:45:30'),(115,'1378 Alvorada Avenue','','Distrito Federal',102,'75834','272234298332','2006-02-15 04:45:30'),(116,'793 Cam Ranh Avenue','','California',292,'87057','824370924746','2006-02-15 04:45:30'),(117,'1079 Tel Aviv-Jaffa Boulevard','','Sucre',132,'10885','358178933857','2006-02-15 04:45:30'),(118,'442 Rae Bareli Place','','Nordrhein-Westfalen',148,'24321','886636413768','2006-02-15 04:45:30'),(119,'1107 Nakhon Sawan Avenue','','Mxico',365,'75149','867546627903','2006-02-15 04:45:30'),(120,'544 Malm Parkway','','Central Java',403,'63502','386759646229','2006-02-15 04:45:30'),(121,'1967 Sincelejo Place','','Gujarat',176,'73644','577812616052','2006-02-15 04:45:30'),(122,'333 Goinia Way','','Texas',185,'78625','909029256431','2006-02-15 04:45:30'),(123,'1987 Coacalco de Berriozbal Loop','','al-Qalyubiya',476,'96065','787654415858','2006-02-15 04:45:30'),(124,'241 Mosul Lane','','Risaralda',147,'76157','765345144779','2006-02-15 04:45:30'),(125,'211 Chiayi Drive','','Uttar Pradesh',164,'58186','665993880048','2006-02-15 04:45:30'),(126,'1175 Tanauan Way','','Lima',305,'64615','937222955822','2006-02-15 04:45:30'),(127,'117 Boa Vista Way','','Uttar Pradesh',566,'6804','677976133614','2006-02-15 04:45:30'),(128,'848 Tafuna Manor','','Ktahya',281,'45142','614935229095','2006-02-15 04:45:30'),(129,'569 Baicheng Lane','','Gauteng',85,'60304','490211944645','2006-02-15 04:45:30'),(130,'1666 Qomsheh Drive','','So Paulo',410,'66255','582835362905','2006-02-15 04:45:30'),(131,'801 Hagonoy Drive','','Smolensk',484,'8439','237426099212','2006-02-15 04:45:30'),(132,'1050 Garden Grove Avenue','','Slaskie',236,'4999','973047364353','2006-02-15 04:45:30'),(133,'1854 Tieli Street','','Shandong',302,'15819','509492324775','2006-02-15 04:45:30'),(134,'758 Junan Lane','','Gois',190,'82639','935448624185','2006-02-15 04:45:30'),(135,'1752 So Leopoldo Parkway','','Taka-Karpatia',345,'14014','252265130067','2006-02-15 04:45:30'),(136,'898 Belm Manor','','Free State',87,'49757','707169393853','2006-02-15 04:45:30'),(137,'261 Saint Louis Way','','Coahuila de Zaragoza',541,'83401','321944036800','2006-02-15 04:45:30'),(138,'765 Southampton Drive','','al-Qalyubiya',421,'4285','23712411567','2006-02-15 04:45:30'),(139,'943 Johannesburg Avenue','','Maharashtra',417,'5892','90921003005','2006-02-15 04:45:30'),(140,'788 Atinsk Street','','Karnataka',211,'81691','146497509724','2006-02-15 04:45:30'),(141,'1749 Daxian Place','','Gelderland',29,'11044','963369996279','2006-02-15 04:45:30'),(142,'1587 Sullana Lane','','Inner Mongolia',207,'85769','468060467018','2006-02-15 04:45:30'),(143,'1029 Dzerzinsk Manor','','Ynlin',542,'57519','33173584456','2006-02-15 04:45:30'),(144,'1666 Beni-Mellal Place','','Tennessee',123,'13377','9099941466','2006-02-15 04:45:30'),(145,'928 Jaffna Loop','','Hiroshima',172,'93762','581852137991','2006-02-15 04:45:30'),(146,'483 Ljubertsy Parkway','','Scotland',149,'60562','581174211853','2006-02-15 04:45:30'),(147,'374 Bat Yam Boulevard','','Kilis',266,'97700','923261616249','2006-02-15 04:45:30'),(148,'1027 Songkhla Manor','','Minsk',340,'30861','563660187896','2006-02-15 04:45:30'),(149,'999 Sanaa Loop','','Gauteng',491,'3439','918032330119','2006-02-15 04:45:30'),(150,'879 Newcastle Way','','Michigan',499,'90732','206841104594','2006-02-15 04:45:30'),(151,'1337 Lincoln Parkway','','Saitama',555,'99457','597815221267','2006-02-15 04:45:30'),(152,'1952 Pune Lane','','Saint-Denis',442,'92150','354615066969','2006-02-15 04:45:30'),(153,'782 Mosul Street','','Massachusetts',94,'25545','885899703621','2006-02-15 04:45:30'),(154,'781 Shimonoseki Drive','','Michoacn de Ocampo',202,'95444','632316273199','2006-02-15 04:45:30'),(155,'1560 Jelets Boulevard','','Shandong',291,'77777','189446090264','2006-02-15 04:45:30'),(156,'1963 Moscow Place','','Assam',354,'64863','761379480249','2006-02-15 04:45:30'),(157,'456 Escobar Way','','Jakarta Raya',232,'36061','719202533520','2006-02-15 04:45:30'),(158,'798 Cianjur Avenue','','Shanxi',590,'76990','499408708580','2006-02-15 04:45:30'),(159,'185 Novi Sad Place','','Bern',72,'41778','904253967161','2006-02-15 04:45:30'),(160,'1367 Yantai Manor','','Ondo & Ekiti',381,'21294','889538496300','2006-02-15 04:45:30'),(161,'1386 Nakhon Sawan Boulevard','','Pyongyang-si',420,'53502','368899174225','2006-02-15 04:45:30'),(162,'369 Papeete Way','','North Carolina',187,'66639','170117068815','2006-02-15 04:45:30'),(163,'1440 Compton Place','','North Austria',307,'81037','931059836497','2006-02-15 04:45:30'),(164,'1623 Baha Blanca Manor','','Moskova',310,'81511','149981248346','2006-02-15 04:45:30'),(165,'97 Shimoga Avenue','','Tel Aviv',533,'44660','177167004331','2006-02-15 04:45:30'),(166,'1740 Le Mans Loop','','Pays de la Loire',297,'22853','168476538960','2006-02-15 04:45:30'),(167,'1287 Xiangfan Boulevard','','Gifu',253,'57844','819416131190','2006-02-15 04:45:30'),(168,'842 Salzburg Lane','','Adana',529,'3313','697151428760','2006-02-15 04:45:30'),(169,'154 Tallahassee Loop','','Xinxiang',199,'62250','935508855935','2006-02-15 04:45:30'),(170,'710 San Felipe del Progreso Avenue','','Lilongwe',304,'76901','843801144113','2006-02-15 04:45:30'),(171,'1540 Wroclaw Drive','','Maharashtra',107,'62686','182363341674','2006-02-15 04:45:30'),(172,'475 Atinsk Way','','Gansu',240,'59571','201705577290','2006-02-15 04:45:30'),(173,'1294 Firozabad Drive','','Jiangxi',407,'70618','161801569569','2006-02-15 04:45:30'),(174,'1877 Ezhou Lane','','Rajasthan',550,'63337','264541743403','2006-02-15 04:45:30'),(175,'316 Uruapan Street','','Perak',223,'58194','275788967899','2006-02-15 04:45:30'),(176,'29 Pyongyang Loop','','Batman',58,'47753','734780743462','2006-02-15 04:45:30'),(177,'1010 Klerksdorp Way','','Steiermark',186,'6802','493008546874','2006-02-15 04:45:30'),(178,'1848 Salala Boulevard','','Miranda',373,'25220','48265851133','2006-02-15 04:45:30'),(179,'431 Xiangtan Avenue','','Kerala',18,'4854','230250973122','2006-02-15 04:45:30'),(180,'757 Rustenburg Avenue','','Skikda',483,'89668','506134035434','2006-02-15 04:45:30'),(181,'146 Johannesburg Way','','Tamaulipas',330,'54132','953689007081','2006-02-15 04:45:30'),(182,'1891 Rizhao Boulevard','','So Paulo',456,'47288','391065549876','2006-02-15 04:45:30'),(183,'1089 Iwatsuki Avenue','','Kirov',270,'35109','866092335135','2006-02-15 04:45:30'),(184,'1410 Benin City Parkway','','Risaralda',405,'29747','104150372603','2006-02-15 04:45:30'),(185,'682 Garden Grove Place','','Tennessee',333,'67497','72136330362','2006-02-15 04:45:30'),(186,'533 al-Ayn Boulevard','','California',126,'8862','662227486184','2006-02-15 04:45:30'),(187,'1839 Szkesfehrvr Parkway','','Gois',317,'55709','947468818183','2006-02-15 04:45:30'),(188,'741 Ambattur Manor','','Noord-Brabant',438,'43310','302590383819','2006-02-15 04:45:30'),(189,'927 Barcelona Street','','Chaharmahal va Bakht',467,'65121','951486492670','2006-02-15 04:45:30'),(190,'435 0 Way','','West Bengali',195,'74750','760171523969','2006-02-15 04:45:30'),(191,'140 Chiayi Parkway','','Sumy',506,'38982','855863906434','2006-02-15 04:45:30'),(192,'1166 Changhwa Street','','Caraga',62,'58852','650752094490','2006-02-15 04:45:30'),(193,'891 Novi Sad Manor','','Ontario',383,'5379','247646995453','2006-02-15 04:45:30'),(194,'605 Rio Claro Parkway','','Tabora',513,'49348','352469351088','2006-02-15 04:45:30'),(195,'1077 San Felipe de Puerto Plata Place','','Rostov-na-Donu',369,'65387','812824036424','2006-02-15 04:45:30'),(196,'9 San Miguel de Tucumn Manor','','Uttar Pradesh',169,'90845','956188728558','2006-02-15 04:45:30'),(197,'447 Surakarta Loop','','Nyanza',271,'10428','940830176580','2006-02-15 04:45:30'),(198,'345 Oshawa Boulevard','','Tokyo-to',204,'32114','104491201771','2006-02-15 04:45:30'),(199,'1792 Valle de la Pascua Place','','Nordrhein-Westfalen',477,'15540','419419591240','2006-02-15 04:45:30'),(200,'1074 Binzhou Manor','','Baden-Wrttemberg',325,'36490','331132568928','2006-02-15 04:45:30'),(201,'817 Bradford Loop','','Jiangsu',109,'89459','264286442804','2006-02-15 04:45:30'),(202,'955 Bamenda Way','','Ondo & Ekiti',218,'1545','768481779568','2006-02-15 04:45:30'),(203,'1149 A Corua (La Corua) Boulevard','','Haiphong',194,'95824','470884141195','2006-02-15 04:45:30'),(204,'387 Mwene-Ditu Drive','','Ahal',35,'8073','764477681869','2006-02-15 04:45:30'),(205,'68 Molodetno Manor','','Nordrhein-Westfalen',575,'4662','146640639760','2006-02-15 04:45:30'),(206,'642 Nador Drive','','Maharashtra',77,'3924','369050085652','2006-02-15 04:45:30'),(207,'1688 Nador Lane','','Sulawesi Utara',184,'61613','652218196731','2006-02-15 04:45:30'),(208,'1215 Pyongyang Parkway','','Usak',557,'25238','646237101779','2006-02-15 04:45:30'),(209,'1679 Antofagasta Street','','Alto Paran',122,'86599','905903574913','2006-02-15 04:45:30'),(210,'1304 s-Hertogenbosch Way','','Santa Catarina',83,'10925','90336226227','2006-02-15 04:45:30'),(211,'850 Salala Loop','','Kitaa',371,'10800','403404780639','2006-02-15 04:45:30'),(212,'624 Oshawa Boulevard','','West Bengali',51,'89959','49677664184','2006-02-15 04:45:30'),(213,'43 Dadu Avenue','','Rajasthan',74,'4855','95666951770','2006-02-15 04:45:30'),(214,'751 Lima Loop','','Aden',7,'99405','756460337785','2006-02-15 04:45:30'),(215,'1333 Haldia Street','','Jilin',174,'82161','408304391718','2006-02-15 04:45:30'),(216,'660 Jedda Boulevard','','Washington',65,'25053','168758068397','2006-02-15 04:45:30'),(217,'1001 Miyakonojo Lane','','Taizz',518,'67924','584316724815','2006-02-15 04:45:30'),(218,'226 Brest Manor','','California',508,'2299','785881412500','2006-02-15 04:45:30'),(219,'1229 Valencia Parkway','','Haskovo',498,'99124','352679173732','2006-02-15 04:45:30'),(220,'1201 Qomsheh Manor','','Gois',28,'21464','873492228462','2006-02-15 04:45:30'),(221,'866 Shivapuri Manor','','Uttar Pradesh',448,'22474','778502731092','2006-02-15 04:45:30'),(222,'1168 Najafabad Parkway','','Kabol',251,'40301','886649065861','2006-02-15 04:45:30'),(223,'1244 Allappuzha (Alleppey) Place','','Buenos Aires',567,'20657','991802825778','2006-02-15 04:45:30'),(224,'1842 Luzinia Boulevard','','Zanzibar West',593,'94420','706878974831','2006-02-15 04:45:30'),(225,'1926 Gingoog Street','','Sisilia',511,'22824','469738825391','2006-02-15 04:45:30'),(226,'810 Palghat (Palakkad) Boulevard','','Jaroslavl',235,'73431','516331171356','2006-02-15 04:45:30'),(227,'1820 Maring Parkway','','Punjab',324,'88307','99760893676','2006-02-15 04:45:30'),(228,'60 Poos de Caldas Street','','Rajasthan',243,'82338','963063788669','2006-02-15 04:45:30'),(229,'1014 Loja Manor','','Tamil Nadu',22,'66851','460795526514','2006-02-15 04:45:30'),(230,'201 Effon-Alaiye Way','','Asuncin',37,'64344','684192903087','2006-02-15 04:45:30'),(231,'430 Alessandria Loop','','Saarland',439,'47446','669828224459','2006-02-15 04:45:30'),(232,'754 Valencia Place','','Phnom Penh',406,'87911','594319417514','2006-02-15 04:45:30'),(233,'356 Olomouc Manor','','Gois',26,'93323','22326410776','2006-02-15 04:45:30'),(234,'1256 Bislig Boulevard','','Botosani',86,'50598','479007229460','2006-02-15 04:45:30'),(235,'954 Kimchon Place','','West Bengali',559,'42420','541327526474','2006-02-15 04:45:30'),(236,'885 Yingkou Manor','','Kaduna',596,'31390','588964509072','2006-02-15 04:45:30'),(237,'1736 Cavite Place','','Qina',216,'98775','431770603551','2006-02-15 04:45:30'),(238,'346 Skikda Parkway','','Hawalli',233,'90628','630424482919','2006-02-15 04:45:30'),(239,'98 Stara Zagora Boulevard','','Valle',96,'76448','610173756082','2006-02-15 04:45:30'),(240,'1479 Rustenburg Boulevard','','Southern Tagalog',527,'18727','727785483194','2006-02-15 04:45:30'),(241,'647 A Corua (La Corua) Street','','Chollanam',357,'36971','792557457753','2006-02-15 04:45:30'),(242,'1964 Gijn Manor','','Karnataka',473,'14408','918119601885','2006-02-15 04:45:30'),(243,'47 Syktyvkar Lane','','West Java',118,'22236','63937119031','2006-02-15 04:45:30'),(244,'1148 Saarbrcken Parkway','','Fukushima',226,'1921','137773001988','2006-02-15 04:45:30'),(245,'1103 Bilbays Parkway','','Hubei',578,'87660','279979529227','2006-02-15 04:45:30'),(246,'1246 Boksburg Parkway','','Hebei',422,'28349','890283544295','2006-02-15 04:45:30'),(247,'1483 Pathankot Street','','Tucumn',454,'37288','686015532180','2006-02-15 04:45:30'),(248,'582 Papeete Loop','','Central Visayas',294,'27722','569868543137','2006-02-15 04:45:30'),(249,'300 Junan Street','','Kyonggi',553,'81314','890289150158','2006-02-15 04:45:30'),(250,'829 Grand Prairie Way','','Paran',328,'6461','741070712873','2006-02-15 04:45:30'),(251,'1473 Changhwa Parkway','','Mxico',124,'75933','266798132374','2006-02-15 04:45:30'),(252,'1309 Weifang Street','','Florida',520,'57338','435785045362','2006-02-15 04:45:30'),(253,'1760 Oshawa Manor','','Tianjin',535,'38140','56257502250','2006-02-15 04:45:30'),(254,'786 Stara Zagora Way','','Oyo & Osun',390,'98332','716256596301','2006-02-15 04:45:30'),(255,'1966 Tonghae Street','','Anhalt Sachsen',198,'36481','567359279425','2006-02-15 04:45:30'),(256,'1497 Yuzhou Drive','','England',312,'3433','246810237916','2006-02-15 04:45:30'),(258,'752 Ondo Loop','','Miyazaki',338,'32474','134673576619','2006-02-15 04:45:30'),(259,'1338 Zalantun Lane','','Minas Gerais',413,'45403','840522972766','2006-02-15 04:45:30'),(260,'127 Iwakuni Boulevard','','Central Luzon',192,'20777','987442542471','2006-02-15 04:45:30'),(261,'51 Laredo Avenue','','Sagaing',342,'68146','884536620568','2006-02-15 04:45:30'),(262,'771 Yaound Manor','','Sofala',64,'86768','245477603573','2006-02-15 04:45:30'),(263,'532 Toulon Street','','Santiago',460,'69517','46871694740','2006-02-15 04:45:30'),(264,'1027 Banjul Place','','West Bengali',197,'50390','538241037443','2006-02-15 04:45:30'),(265,'1158 Mandi Bahauddin Parkway','','Shanxi',136,'98484','276555730211','2006-02-15 04:45:30'),(266,'862 Xintai Lane','','Cagayan Valley',548,'30065','265153400632','2006-02-15 04:45:30'),(267,'816 Cayenne Parkway','','Manab',414,'93629','282874611748','2006-02-15 04:45:30'),(268,'1831 Nam Dinh Loop','','National Capital Reg',323,'51990','322888976727','2006-02-15 04:45:30'),(269,'446 Kirovo-Tepetsk Lane','','Osaka',203,'19428','303967439816','2006-02-15 04:45:30'),(270,'682 Halisahar Place','','Severn Morava',378,'20536','475553436330','2006-02-15 04:45:30'),(271,'1587 Loja Manor','','Salzburg',447,'5410','621625204422','2006-02-15 04:45:30'),(272,'1762 Paarl Parkway','','Hunan',298,'53928','192459639410','2006-02-15 04:45:30'),(273,'1519 Ilorin Place','','Kerala',395,'49298','357445645426','2006-02-15 04:45:30'),(274,'920 Kumbakonam Loop','','California',446,'75090','685010736240','2006-02-15 04:45:30'),(275,'906 Goinia Way','','Wielkopolskie',255,'83565','701767622697','2006-02-15 04:45:30'),(276,'1675 Xiangfan Manor','','Tamil Nadu',283,'11763','271149517630','2006-02-15 04:45:30'),(277,'85 San Felipe de Puerto Plata Drive','','Shandong',584,'46063','170739645687','2006-02-15 04:45:30'),(278,'144 South Hill Loop','','Guanajuato',445,'2012','45387294817','2006-02-15 04:45:30'),(279,'1884 Shikarpur Avenue','','Haryana',263,'85548','959949395183','2006-02-15 04:45:30'),(280,'1980 Kamjanets-Podilskyi Street','','Illinois',404,'89502','874337098891','2006-02-15 04:45:30'),(281,'1944 Bamenda Way','','Michigan',573,'24645','75975221996','2006-02-15 04:45:30'),(282,'556 Baybay Manor','','Oyo & Osun',374,'55802','363982224739','2006-02-15 04:45:30'),(283,'457 Tongliao Loop','','Bursa',222,'56254','880756161823','2006-02-15 04:45:30'),(284,'600 Bradford Street','','East Azerbaidzan',514,'96204','117592274996','2006-02-15 04:45:30'),(285,'1006 Santa Brbara dOeste Manor','','Ondo & Ekiti',389,'36229','85059738746','2006-02-15 04:45:30'),(286,'1308 Sumy Loop','','Fujian',175,'30657','583021225407','2006-02-15 04:45:30'),(287,'1405 Chisinau Place','','Ponce',411,'8160','62781725285','2006-02-15 04:45:30'),(288,'226 Halifax Street','','Xinxiang',277,'58492','790651020929','2006-02-15 04:45:30'),(289,'1279 Udine Parkway','','Edo & Delta',69,'75860','195003555232','2006-02-15 04:45:30'),(290,'1336 Benin City Drive','','Shiga',386,'46044','341242939532','2006-02-15 04:45:30'),(291,'1155 Liaocheng Place','','Oyo & Osun',152,'22650','558236142492','2006-02-15 04:45:30'),(292,'1993 Tabuk Lane','','Tamil Nadu',522,'64221','648482415405','2006-02-15 04:45:30'),(293,'86 Higashiosaka Lane','','Guanajuato',563,'33768','957128697225','2006-02-15 04:45:30'),(294,'1912 Allende Manor','','Kowloon and New Kowl',279,'58124','172262454487','2006-02-15 04:45:30'),(295,'544 Tarsus Boulevard','','Gurico',562,'53145','892523334','2006-02-15 04:45:30'),(296,'1936 Cuman Avenue','','Virginia',433,'61195','976798660411','2006-02-15 04:45:30'),(297,'1192 Tongliao Street','','Sharja',470,'19065','350970907017','2006-02-15 04:45:30'),(298,'44 Najafabad Way','','Baskimaa',146,'61391','96604821070','2006-02-15 04:45:30'),(299,'32 Pudukkottai Lane','','Ohio',140,'38834','967274728547','2006-02-15 04:45:30'),(300,'661 Chisinau Lane','','Pietari',274,'8856','816436065431','2006-02-15 04:45:30'),(301,'951 Stara Zagora Manor','','Punjab',400,'98573','429925609431','2006-02-15 04:45:30'),(302,'922 Vila Velha Loop','','Maharashtra',9,'4085','510737228015','2006-02-15 04:45:30'),(303,'898 Jining Lane','','Pohjois-Pohjanmaa',387,'40070','161643343536','2006-02-15 04:45:30'),(304,'1635 Kuwana Boulevard','','Hiroshima',205,'52137','710603868323','2006-02-15 04:45:30'),(305,'41 El Alto Parkway','','Maharashtra',398,'56883','51917807050','2006-02-15 04:45:30'),(306,'1883 Maikop Lane','','Kaliningrad',254,'68469','96110042435','2006-02-15 04:45:30'),(307,'1908 Gaziantep Place','','Liaoning',536,'58979','108053751300','2006-02-15 04:45:30'),(308,'687 Alessandria Parkway','','Sanaa',455,'57587','407218522294','2006-02-15 04:45:30'),(309,'827 Yuncheng Drive','','Callao',99,'79047','504434452842','2006-02-15 04:45:30'),(310,'913 Coacalco de Berriozbal Loop','','Texas',33,'42141','262088367001','2006-02-15 04:45:30'),(311,'715 So Bernardo do Campo Lane','','Kedah',507,'84804','181179321332','2006-02-15 04:45:30'),(312,'1354 Siegen Street','','Rio de Janeiro',25,'80184','573441801529','2006-02-15 04:45:30'),(313,'1191 Sungai Petani Boulevard','','Missouri',262,'9668','983259819766','2006-02-15 04:45:30'),(314,'1224 Huejutla de Reyes Boulevard','','Lombardia',91,'70923','806016930576','2006-02-15 04:45:30'),(315,'543 Bergamo Avenue','','Minas Gerais',215,'59686','103602195112','2006-02-15 04:45:30'),(316,'746 Joliet Lane','','Kursk',286,'94878','688485191923','2006-02-15 04:45:30'),(317,'780 Kimberley Way','','Tabuk',515,'17032','824396883951','2006-02-15 04:45:30'),(318,'1774 Yaound Place','','Hubei',166,'91400','613124286867','2006-02-15 04:45:30'),(319,'1957 Yantai Lane','','So Paulo',490,'59255','704948322302','2006-02-15 04:45:30'),(320,'1542 Lubumbashi Boulevard','','Tel Aviv',57,'62472','508800331065','2006-02-15 04:45:30'),(321,'651 Pathankot Loop','','Maharashtra',336,'59811','139378397418','2006-02-15 04:45:30'),(322,'1359 Zhoushan Parkway','','Streymoyar',545,'29763','46568045367','2006-02-15 04:45:30'),(323,'1769 Iwaki Lane','','Kujawsko-Pomorskie',97,'25787','556100547674','2006-02-15 04:45:30'),(324,'1145 Vilnius Manor','','Mxico',451,'73170','674805712553','2006-02-15 04:45:30'),(325,'1892 Nabereznyje Telny Lane','','Tutuila',516,'28396','478229987054','2006-02-15 04:45:30'),(326,'470 Boksburg Street','','Central',81,'97960','908029859266','2006-02-15 04:45:30'),(327,'1427 A Corua (La Corua) Place','','Buenos Aires',45,'85799','972574862516','2006-02-15 04:45:30'),(328,'479 San Felipe del Progreso Avenue','','Morelos',130,'54949','869051782691','2006-02-15 04:45:30'),(329,'867 Benin City Avenue','','Henan',591,'78543','168884817145','2006-02-15 04:45:30'),(330,'981 Kumbakonam Place','','Distrito Federal',89,'87611','829116184079','2006-02-15 04:45:30'),(331,'1016 Iwakuni Street','','St George',269,'49833','961370847344','2006-02-15 04:45:30'),(332,'663 Baha Blanca Parkway','','Adana',5,'33463','834418779292','2006-02-15 04:45:30'),(333,'1860 Taguig Loop','','West Java',119,'59550','38158430589','2006-02-15 04:45:30'),(334,'1816 Bydgoszcz Loop','','Dhaka',234,'64308','965273813662','2006-02-15 04:45:30'),(335,'587 Benguela Manor','','Illinois',42,'91590','165450987037','2006-02-15 04:45:30'),(336,'430 Kumbakonam Drive','','Santa F',457,'28814','105470691550','2006-02-15 04:45:30'),(337,'1838 Tabriz Lane','','Dhaka',143,'1195','38988715447','2006-02-15 04:45:30'),(338,'431 Szkesfehrvr Avenue','','Baki',48,'57828','119501405123','2006-02-15 04:45:30'),(339,'503 Sogamoso Loop','','Sumqayit',505,'49812','834626715837','2006-02-15 04:45:30'),(340,'507 Smolensk Loop','','Sousse',492,'22971','80303246192','2006-02-15 04:45:30'),(341,'1920 Weifang Avenue','','Uttar Pradesh',427,'15643','869507847714','2006-02-15 04:45:30'),(342,'124 al-Manama Way','','Hiroshima',382,'52368','647899404952','2006-02-15 04:45:30'),(343,'1443 Mardan Street','','Western Cape',392,'31483','231383037471','2006-02-15 04:45:30'),(344,'1909 Benguela Lane','','Henan',581,'19913','624138001031','2006-02-15 04:45:30'),(345,'68 Ponce Parkway','','Hanoi',201,'85926','870635127812','2006-02-15 04:45:30'),(346,'1217 Konotop Avenue','','Gelderland',151,'504','718917251754','2006-02-15 04:45:30'),(347,'1293 Nam Dinh Way','','Roraima',84,'71583','697656479977','2006-02-15 04:45:30'),(348,'785 Vaduz Street','','Baja California',335,'36170','895616862749','2006-02-15 04:45:30'),(349,'1516 Escobar Drive','','Tongatapu',370,'46069','64536069371','2006-02-15 04:45:30'),(350,'1628 Nagareyama Lane','','Central',453,'60079','20064292617','2006-02-15 04:45:30'),(351,'1157 Nyeri Loop','','Adygea',320,'56380','262744791493','2006-02-15 04:45:30'),(352,'1673 Tangail Drive','','Daugavpils',137,'26857','627924259271','2006-02-15 04:45:30'),(353,'381 Kabul Way','','Taipei',209,'87272','55477302294','2006-02-15 04:45:30'),(354,'953 Hodeida Street','','Southern Tagalog',221,'18841','53912826864','2006-02-15 04:45:30'),(355,'469 Nakhon Sawan Street','','Tuvassia',531,'58866','689199636560','2006-02-15 04:45:30'),(356,'1378 Beira Loop','','Krasnojarsk',597,'40792','840957664136','2006-02-15 04:45:30'),(357,'1641 Changhwa Place','','Nord-Ouest',52,'37636','256546485220','2006-02-15 04:45:30'),(358,'1698 Southport Loop','','Hidalgo',393,'49009','754358349853','2006-02-15 04:45:30'),(359,'519 Nyeri Manor','','So Paulo',461,'37650','764680915323','2006-02-15 04:45:30'),(360,'619 Hunuco Avenue','','Shimane',331,'81508','142596392389','2006-02-15 04:45:30'),(361,'45 Aparecida de Goinia Place','','Madhya Pradesh',464,'7431','650496654258','2006-02-15 04:45:30'),(362,'482 Kowloon and New Kowloon Manor','','Bratislava',90,'97056','738968474939','2006-02-15 04:45:30'),(363,'604 Bern Place','','Jharkhand',429,'5373','620719383725','2006-02-15 04:45:30'),(364,'1623 Kingstown Drive','','Buenos Aires',20,'91299','296394569728','2006-02-15 04:45:30'),(365,'1009 Zanzibar Lane','','Arecibo',32,'64875','102396298916','2006-02-15 04:45:30'),(366,'114 Jalib al-Shuyukh Manor','','Centre',585,'60440','845378657301','2006-02-15 04:45:30'),(367,'1163 London Parkway','','Par',66,'6066','675120358494','2006-02-15 04:45:30'),(368,'1658 Jastrzebie-Zdrj Loop','','Central',372,'96584','568367775448','2006-02-15 04:45:30'),(369,'817 Laredo Avenue','','Jalisco',188,'77449','151249681135','2006-02-15 04:45:30'),(370,'1565 Tangail Manor','','Okinawa',377,'45750','634445428822','2006-02-15 04:45:30'),(371,'1912 Emeishan Drive','','Balikesir',50,'33050','99883471275','2006-02-15 04:45:30'),(372,'230 Urawa Drive','','Andhra Pradesh',8,'2738','166898395731','2006-02-15 04:45:30'),(373,'1922 Miraj Way','','Esfahan',356,'13203','320471479776','2006-02-15 04:45:30'),(374,'433 Florencia Street','','Chihuahua',250,'91330','561729882725','2006-02-15 04:45:30'),(375,'1049 Matamoros Parkway','','Karnataka',191,'69640','960505250340','2006-02-15 04:45:30'),(376,'1061 Ede Avenue','','Southern Tagalog',98,'57810','333390595558','2006-02-15 04:45:30'),(377,'154 Oshawa Manor','','East Java',415,'72771','440365973660','2006-02-15 04:45:30'),(378,'1191 Tandil Drive','','Southern Tagalog',523,'6362','45554316010','2006-02-15 04:45:30'),(379,'1133 Rizhao Avenue','','Pernambuco',572,'2800','600264533987','2006-02-15 04:45:30'),(380,'1519 Santiago de los Caballeros Loop','','East Kasai',348,'22025','409315295763','2006-02-15 04:45:30'),(381,'1618 Olomouc Manor','','Kurgan',285,'26385','96846695220','2006-02-15 04:45:30'),(382,'220 Hidalgo Drive','','Kermanshah',265,'45298','342720754566','2006-02-15 04:45:30'),(383,'686 Donostia-San Sebastin Lane','','Guangdong',471,'97390','71857599858','2006-02-15 04:45:30'),(384,'97 Mogiljov Lane','','Gujarat',73,'89294','924815207181','2006-02-15 04:45:30'),(385,'1642 Charlotte Amalie Drive','','Slaskie',549,'75442','821476736117','2006-02-15 04:45:30'),(386,'1368 Maracabo Boulevard','','',493,'32716','934352415130','2006-02-15 04:45:30'),(387,'401 Sucre Boulevard','','New Hampshire',322,'25007','486395999608','2006-02-15 04:45:30'),(388,'368 Hunuco Boulevard','','Namibe',360,'17165','106439158941','2006-02-15 04:45:30'),(389,'500 Lincoln Parkway','','Jiangsu',210,'95509','550306965159','2006-02-15 04:45:30'),(390,'102 Chapra Drive','','Ibaragi',521,'14073','776031833752','2006-02-15 04:45:30'),(391,'1793 Meixian Place','','Hmelnytskyi',258,'33535','619966287415','2006-02-15 04:45:30'),(392,'514 Ife Way','','Shaba',315,'69973','900235712074','2006-02-15 04:45:30'),(393,'717 Changzhou Lane','','Southern Tagalog',104,'21615','426255288071','2006-02-15 04:45:30'),(394,'753 Ilorin Avenue','','Sichuan',157,'3656','464511145118','2006-02-15 04:45:30'),(395,'1337 Mit Ghamr Avenue','','Nakhon Sawan',358,'29810','175283210378','2006-02-15 04:45:30'),(396,'767 Pyongyang Drive','','Osaka',229,'83536','667736124769','2006-02-15 04:45:30'),(397,'614 Pak Kret Street','','Addis Abeba',6,'27796','47808359842','2006-02-15 04:45:30'),(398,'954 Lapu-Lapu Way','','Moskova',278,'8816','737229003916','2006-02-15 04:45:30'),(399,'331 Bydgoszcz Parkway','','Asturia',181,'966','537374465982','2006-02-15 04:45:30'),(400,'1152 Citrus Heights Manor','','al-Qadarif',15,'5239','765957414528','2006-02-15 04:45:30'),(401,'168 Cianjur Manor','','Saitama',228,'73824','679095087143','2006-02-15 04:45:30'),(402,'616 Hagonoy Avenue','','Krasnojarsk',39,'46043','604177838256','2006-02-15 04:45:30'),(403,'1190 0 Place','','Rio Grande do Sul',44,'10417','841876514789','2006-02-15 04:45:30'),(404,'734 Bchar Place','','Punjab',375,'30586','280578750435','2006-02-15 04:45:30'),(405,'530 Lausanne Lane','','Texas',135,'11067','775235029633','2006-02-15 04:45:30'),(406,'454 Patiala Lane','','Fukushima',276,'13496','794553031307','2006-02-15 04:45:30'),(407,'1346 Mysore Drive','','Bretagne',92,'61507','516647474029','2006-02-15 04:45:30'),(408,'990 Etawah Loop','','Tamil Nadu',564,'79940','206169448769','2006-02-15 04:45:30'),(409,'1266 Laredo Parkway','','Saitama',380,'7664','1483365694','2006-02-15 04:45:30'),(410,'88 Nagaon Manor','','Buenos Aires',524,'86868','779461480495','2006-02-15 04:45:30'),(411,'264 Bhimavaram Manor','','St Thomas',111,'54749','302526949177','2006-02-15 04:45:30'),(412,'1639 Saarbrcken Drive','','North West',437,'9827','328494873422','2006-02-15 04:45:30'),(413,'692 Amroha Drive','','Northern',230,'35575','359478883004','2006-02-15 04:45:30'),(414,'1936 Lapu-Lapu Parkway','','Bauchi & Gombe',141,'7122','653436985797','2006-02-15 04:45:30'),(415,'432 Garden Grove Street','','Ontario',430,'65630','615964523510','2006-02-15 04:45:30'),(416,'1445 Carmen Parkway','','West Java',117,'70809','598912394463','2006-02-15 04:45:30'),(417,'791 Salinas Street','','Punjab',208,'40509','129953030512','2006-02-15 04:45:30'),(418,'126 Acua Parkway','','West Bengali',71,'58888','480039662421','2006-02-15 04:45:30'),(419,'397 Sunnyvale Avenue','','Guanajuato',19,'55566','680851640676','2006-02-15 04:45:30'),(420,'992 Klerksdorp Loop','','Utrecht',23,'33711','855290087237','2006-02-15 04:45:30'),(421,'966 Arecibo Loop','','Sind',134,'94018','15273765306','2006-02-15 04:45:30'),(422,'289 Santo Andr Manor','','al-Sharqiya',16,'72410','214976066017','2006-02-15 04:45:30'),(423,'437 Chungho Drive','','Puerto Plata',450,'59489','491271355190','2006-02-15 04:45:30'),(424,'1948 Bayugan Parkway','','Bihar',264,'60622','987306329957','2006-02-15 04:45:30'),(425,'1866 al-Qatif Avenue','','California',155,'89420','546793516940','2006-02-15 04:45:30'),(426,'1661 Abha Drive','','Tamil Nadu',416,'14400','270456873752','2006-02-15 04:45:30'),(427,'1557 Cape Coral Parkway','','Hubei',293,'46875','368284120423','2006-02-15 04:45:30'),(428,'1727 Matamoros Place','','Sawhaj',465,'78813','129673677866','2006-02-15 04:45:30'),(429,'1269 Botosani Manor','','Guangdong',468,'47394','736517327853','2006-02-15 04:45:30'),(430,'355 Vitria de Santo Anto Way','','Oaxaca',452,'81758','548003849552','2006-02-15 04:45:30'),(431,'1596 Acua Parkway','','Jharkhand',418,'70425','157133457169','2006-02-15 04:45:30'),(432,'259 Ipoh Drive','','So Paulo',189,'64964','419009857119','2006-02-15 04:45:30'),(433,'1823 Hoshiarpur Lane','','Komi',510,'33191','307133768620','2006-02-15 04:45:30'),(434,'1404 Taguig Drive','','Okayama',547,'87212','572068624538','2006-02-15 04:45:30'),(435,'740 Udaipur Lane','','Nizni Novgorod',150,'33505','497288595103','2006-02-15 04:45:30'),(436,'287 Cuautla Boulevard','','Chuquisaca',501,'72736','82619513349','2006-02-15 04:45:30'),(437,'1766 Almirante Brown Street','','KwaZulu-Natal',364,'63104','617567598243','2006-02-15 04:45:30'),(438,'596 Huixquilucan Place','','Nampula',351,'65892','342709348083','2006-02-15 04:45:30'),(439,'1351 Aparecida de Goinia Parkway','','Northern Mindanao',391,'41775','959834530529','2006-02-15 04:45:30'),(440,'722 Bradford Lane','','Shandong',249,'90920','746251338300','2006-02-15 04:45:30'),(441,'983 Santa F Way','','British Colombia',565,'47472','145720452260','2006-02-15 04:45:30'),(442,'1245 Ibirit Way','','La Romana',290,'40926','331888642162','2006-02-15 04:45:30'),(443,'1836 Korla Parkway','','Copperbelt',272,'55405','689681677428','2006-02-15 04:45:30'),(444,'231 Kaliningrad Place','','Lombardia',70,'57833','575081026569','2006-02-15 04:45:30'),(445,'495 Bhimavaram Lane','','Maharashtra',144,'3','82088937724','2006-02-15 04:45:30'),(446,'1924 Shimonoseki Drive','','Batna',59,'52625','406784385440','2006-02-15 04:45:30'),(447,'105 Dzerzinsk Manor','','Inner Mongolia',540,'48570','240776414296','2006-02-15 04:45:30'),(448,'614 Denizli Parkway','','Rio Grande do Sul',486,'29444','876491807547','2006-02-15 04:45:30'),(449,'1289 Belm Boulevard','','Tartumaa',530,'88306','237368926031','2006-02-15 04:45:30'),(450,'203 Tambaram Street','','Buenos Aires',161,'73942','411549550611','2006-02-15 04:45:30'),(451,'1704 Tambaram Manor','','West Bengali',554,'2834','39463554936','2006-02-15 04:45:30'),(452,'207 Cuernavaca Loop','','Tatarstan',352,'52671','782900030287','2006-02-15 04:45:30'),(453,'319 Springs Loop','','Baijeri',160,'99552','72524459905','2006-02-15 04:45:30'),(454,'956 Nam Dinh Manor','','Kerman',481,'21872','474047727727','2006-02-15 04:45:30'),(455,'1947 Paarl Way','','Central Java',509,'23636','834061016202','2006-02-15 04:45:30'),(456,'814 Simferopol Loop','','Sinaloa',154,'48745','524567129902','2006-02-15 04:45:30'),(457,'535 Ahmadnagar Manor','','Abu Dhabi',3,'41136','985109775584','2006-02-15 04:45:30'),(458,'138 Caracas Boulevard','','Zulia',326,'16790','974433019532','2006-02-15 04:45:30'),(459,'251 Florencia Drive','','Michoacn de Ocampo',556,'16119','118011831565','2006-02-15 04:45:30'),(460,'659 Gatineau Boulevard','','La Paz',153,'28587','205524798287','2006-02-15 04:45:30'),(461,'1889 Valparai Way','','Ziguinchor',600,'75559','670370974122','2006-02-15 04:45:30'),(462,'1485 Bratislava Place','','Illinois',435,'83183','924663855568','2006-02-15 04:45:30'),(463,'935 Aden Boulevard','','Central Java',532,'64709','335052544020','2006-02-15 04:45:30'),(464,'76 Kermanshah Manor','','Esfahan',423,'23343','762361821578','2006-02-15 04:45:30'),(465,'734 Tanshui Avenue','','Caquet',170,'70664','366776723320','2006-02-15 04:45:30'),(466,'118 Jaffna Loop','','Northern Mindanao',182,'10447','325526730021','2006-02-15 04:45:30'),(467,'1621 Tongliao Avenue','','Irkutsk',558,'22173','209342540247','2006-02-15 04:45:30'),(468,'1844 Usak Avenue','','Nova Scotia',196,'84461','164414772677','2006-02-15 04:45:30'),(469,'1872 Toulon Loop','','OHiggins',428,'7939','928809465153','2006-02-15 04:45:30'),(470,'1088 Ibirit Place','','Jalisco',595,'88502','49084281333','2006-02-15 04:45:30'),(471,'1322 Mosul Parkway','','Shandong',145,'95400','268053970382','2006-02-15 04:45:30'),(472,'1447 Chatsworth Place','','Chihuahua',129,'41545','769370126331','2006-02-15 04:45:30'),(473,'1257 Guadalajara Street','','Karnataka',78,'33599','195337700615','2006-02-15 04:45:30'),(474,'1469 Plock Lane','','Galicia',388,'95835','622884741180','2006-02-15 04:45:30'),(475,'434 Ourense (Orense) Manor','','Hodeida',206,'14122','562370137426','2006-02-15 04:45:30'),(476,'270 Tambaram Parkway','','Gauteng',244,'9668','248446668735','2006-02-15 04:45:30'),(477,'1786 Salinas Place','','Nam Ha',359,'66546','206060652238','2006-02-15 04:45:30'),(478,'1078 Stara Zagora Drive','','Aceh',301,'69221','932992626595','2006-02-15 04:45:30'),(479,'1854 Okara Boulevard','','Drenthe',158,'42123','131912793873','2006-02-15 04:45:30'),(480,'421 Yaound Street','','Sumy',385,'11363','726875628268','2006-02-15 04:45:30'),(481,'1153 Allende Way','','Qubec',179,'20336','856872225376','2006-02-15 04:45:30'),(482,'808 Naala-Porto Parkway','','England',500,'41060','553452430707','2006-02-15 04:45:30'),(483,'632 Usolje-Sibirskoje Parkway','','Ha Darom',36,'73085','667648979883','2006-02-15 04:45:30'),(484,'98 Pyongyang Boulevard','','Ohio',11,'88749','191958435142','2006-02-15 04:45:30'),(485,'984 Novoterkassk Loop','','Gaziantep',180,'28165','435118527255','2006-02-15 04:45:30'),(486,'64 Korla Street','','Mwanza',347,'25145','510383179153','2006-02-15 04:45:30'),(487,'1785 So Bernardo do Campo Street','','Veracruz',125,'71182','684529463244','2006-02-15 04:45:30'),(488,'698 Jelets Boulevard','','Denizli',142,'2596','975185523021','2006-02-15 04:45:30'),(489,'1297 Alvorada Parkway','','Ningxia',587,'11839','508348602835','2006-02-15 04:45:30'),(490,'1909 Dayton Avenue','','Guangdong',469,'88513','702955450528','2006-02-15 04:45:30'),(491,'1789 Saint-Denis Parkway','','Coahuila de Zaragoza',4,'8268','936806643983','2006-02-15 04:45:30'),(492,'185 Mannheim Lane','','Stavropol',408,'23661','589377568313','2006-02-15 04:45:30'),(493,'184 Mandaluyong Street','','Baja California Sur',288,'94239','488425406814','2006-02-15 04:45:30'),(494,'591 Sungai Petani Drive','','Okayama',376,'46400','37247325001','2006-02-15 04:45:30'),(495,'656 Matamoros Drive','','Boyac',487,'19489','17305839123','2006-02-15 04:45:30'),(496,'775 ostka Drive','','al-Daqahliya',337,'22358','171973024401','2006-02-15 04:45:30'),(497,'1013 Tabuk Boulevard','','West Bengali',261,'96203','158399646978','2006-02-15 04:45:30'),(498,'319 Plock Parkway','','Istanbul',504,'26101','854259976812','2006-02-15 04:45:30'),(499,'1954 Kowloon and New Kowloon Way','','Chimborazo',434,'63667','898559280434','2006-02-15 04:45:30'),(500,'362 Rajkot Lane','','Gansu',47,'98030','962020153680','2006-02-15 04:45:30'),(501,'1060 Tandil Lane','','Shandong',432,'72349','211256301880','2006-02-15 04:45:30'),(502,'1515 Korla Way','','England',589,'57197','959467760895','2006-02-15 04:45:30'),(503,'1416 San Juan Bautista Tuxtepec Avenue','','Zufar',444,'50592','144206758053','2006-02-15 04:45:30'),(504,'1 Valle de Santiago Avenue','','Apulia',93,'86208','465897838272','2006-02-15 04:45:30'),(505,'519 Brescia Parkway','','East Java',318,'69504','793996678771','2006-02-15 04:45:30'),(506,'414 Mandaluyong Street','','Lubelskie',314,'16370','52709222667','2006-02-15 04:45:30'),(507,'1197 Sokoto Boulevard','','West Bengali',478,'87687','868602816371','2006-02-15 04:45:30'),(508,'496 Celaya Drive','','Nagano',552,'90797','759586584889','2006-02-15 04:45:30'),(509,'786 Matsue Way','','Illinois',245,'37469','111177206479','2006-02-15 04:45:30'),(510,'48 Maracabo Place','','Central Luzon',519,'1570','82671830126','2006-02-15 04:45:30'),(511,'1152 al-Qatif Lane','','Kalimantan Barat',412,'44816','131370665218','2006-02-15 04:45:30'),(512,'1269 Ipoh Avenue','','Eskisehir',163,'54674','402630109080','2006-02-15 04:45:30'),(513,'758 Korolev Parkway','','Andhra Pradesh',568,'75474','441628280920','2006-02-15 04:45:30'),(514,'1747 Rustenburg Place','','Bihar',110,'51369','442673923363','2006-02-15 04:45:30'),(515,'886 Tonghae Place','','Volgograd',259,'19450','711928348157','2006-02-15 04:45:30'),(516,'1574 Goinia Boulevard','','Heilongjiang',502,'39529','59634255214','2006-02-15 04:45:30'),(517,'548 Uruapan Street','','Ontario',312,'35653','879347453467','2006-02-15 04:45:30'),(519,'962 Tama Loop','','',583,'65952','282667506728','2006-02-15 04:45:30'),(520,'1778 Gijn Manor','','Hubei',594,'35156','288910576761','2006-02-15 04:45:30'),(521,'568 Dhule (Dhulia) Loop','','Coquimbo',127,'92568','602101369463','2006-02-15 04:45:30'),(522,'1768 Udine Loop','','Battambang',60,'32347','448876499197','2006-02-15 04:45:30'),(523,'608 Birgunj Parkway','','Taipei',116,'400','627425618482','2006-02-15 04:45:30'),(524,'680 A Corua (La Corua) Manor','','Sivas',482,'49806','158326114853','2006-02-15 04:45:30'),(525,'1949 Sanya Street','','Gumma',224,'61244','132100972047','2006-02-15 04:45:30'),(526,'617 Klerksdorp Place','','Khanh Hoa',366,'94707','574973479129','2006-02-15 04:45:30'),(527,'1993 0 Loop','','Liaoning',588,'41214','25865528181','2006-02-15 04:45:30'),(528,'1176 Southend-on-Sea Manor','','Southern Tagalog',458,'81651','236679267178','2006-02-15 04:45:30'),(529,'600 Purnea (Purnia) Avenue','','Nghe An',571,'18043','638409958875','2006-02-15 04:45:30'),(530,'1003 Qinhuangdao Street','','West Java',419,'25972','35533115997','2006-02-15 04:45:30'),(531,'1986 Sivas Place','','Friuli-Venezia Giuli',551,'95775','182059202712','2006-02-15 04:45:30'),(532,'1427 Tabuk Place','','Florida',101,'31342','214756839122','2006-02-15 04:45:30'),(533,'556 Asuncin Way','','Mogiljov',339,'35364','338244023543','2006-02-15 04:45:30'),(534,'486 Ondo Parkway','','Benguela',67,'35202','105882218332','2006-02-15 04:45:30'),(535,'635 Brest Manor','','Andhra Pradesh',75,'40899','80593242951','2006-02-15 04:45:30'),(536,'166 Jinchang Street','','Buenos Aires',165,'86760','717566026669','2006-02-15 04:45:30'),(537,'958 Sagamihara Lane','','Mie',287,'88408','427274926505','2006-02-15 04:45:30'),(538,'1817 Livorno Way','','Khanh Hoa',100,'79401','478380208348','2006-02-15 04:45:30'),(539,'1332 Gaziantep Lane','','Shandong',80,'22813','383353187467','2006-02-15 04:45:30'),(540,'949 Allende Lane','','Uttar Pradesh',24,'67521','122981120653','2006-02-15 04:45:30'),(541,'195 Ilorin Street','','Chari-Baguirmi',363,'49250','8912935608','2006-02-15 04:45:30'),(542,'193 Bhusawal Place','','Kang-won',539,'9750','745267607502','2006-02-15 04:45:30'),(543,'43 Vilnius Manor','','Colorado',42,'79814','484500282381','2006-02-15 04:45:30'),(544,'183 Haiphong Street','','Jilin',46,'69953','488600270038','2006-02-15 04:45:30'),(545,'163 Augusta-Richmond County Loop','','Carabobo',561,'33030','754579047924','2006-02-15 04:45:30'),(546,'191 Jos Azueta Parkway','','Ruse',436,'13629','932156667696','2006-02-15 04:45:30'),(547,'379 Lublin Parkway','','Toscana',309,'74568','921960450089','2006-02-15 04:45:30'),(548,'1658 Cuman Loop','','Sumatera Selatan',396,'51309','784907335610','2006-02-15 04:45:30'),(549,'454 Qinhuangdao Drive','','Tadla-Azilal',68,'25866','786270036240','2006-02-15 04:45:30'),(550,'1715 Okayama Street','','So Paulo',485,'55676','169352919175','2006-02-15 04:45:30'),(551,'182 Nukualofa Drive','','Sumy',275,'15414','426346224043','2006-02-15 04:45:30'),(552,'390 Wroclaw Way','','Hainan',462,'5753','357593328658','2006-02-15 04:45:30'),(553,'1421 Quilmes Lane','','Ishikawa',260,'19151','135407755975','2006-02-15 04:45:30'),(554,'947 Trshavn Place','','Central Luzon',528,'841','50898428626','2006-02-15 04:45:30'),(555,'1764 Jalib al-Shuyukh Parkway','','Galicia',459,'77642','84794532510','2006-02-15 04:45:30'),(556,'346 Cam Ranh Avenue','','Zhejiang',599,'39976','978430786151','2006-02-15 04:45:30'),(557,'1407 Pachuca de Soto Place','','Rio Grande do Sul',21,'26284','380077794770','2006-02-15 04:45:30'),(558,'904 Clarksville Drive','','Zhejiang',193,'52234','955349440539','2006-02-15 04:45:30'),(559,'1917 Kumbakonam Parkway','','Vojvodina',368,'11892','698182547686','2006-02-15 04:45:30'),(560,'1447 Imus Place','','Gujarat',426,'12905','62127829280','2006-02-15 04:45:30'),(561,'1497 Fengshan Drive','','KwaZulu-Natal',112,'63022','368738360376','2006-02-15 04:45:30'),(562,'869 Shikarpur Way','','England',496,'57380','590764256785','2006-02-15 04:45:30'),(563,'1059 Yuncheng Avenue','','Vilna',570,'47498','107092893983','2006-02-15 04:45:30'),(564,'505 Madiun Boulevard','','Dolnoslaskie',577,'97271','970638808606','2006-02-15 04:45:30'),(565,'1741 Hoshiarpur Boulevard','','al-Sharqiya',79,'22372','855066328617','2006-02-15 04:45:30'),(566,'1229 Varanasi (Benares) Manor','','Buenos Aires',43,'40195','817740355461','2006-02-15 04:45:30'),(567,'1894 Boa Vista Way','','Texas',178,'77464','239357986667','2006-02-15 04:45:30'),(568,'1342 Sharja Way','','Sokoto & Kebbi & Zam',488,'93655','946114054231','2006-02-15 04:45:30'),(569,'1342 Abha Boulevard','','Bukarest',95,'10714','997453607116','2006-02-15 04:45:30'),(570,'415 Pune Avenue','','Shandong',580,'44274','203202500108','2006-02-15 04:45:30'),(571,'1746 Faaa Way','','Huanuco',214,'32515','863080561151','2006-02-15 04:45:30'),(572,'539 Hami Way','','Tokat',538,'52196','525518075499','2006-02-15 04:45:30'),(573,'1407 Surakarta Manor','','Moskova',466,'33224','324346485054','2006-02-15 04:45:30'),(574,'502 Mandi Bahauddin Parkway','','Anzotegui',55,'15992','618156722572','2006-02-15 04:45:30'),(575,'1052 Pathankot Avenue','','Sichuan',299,'77397','128499386727','2006-02-15 04:45:30'),(576,'1351 Sousse Lane','','Coahuila de Zaragoza',341,'37815','203804046132','2006-02-15 04:45:30'),(577,'1501 Pangkal Pinang Avenue','','Mazowieckie',409,'943','770864062795','2006-02-15 04:45:30'),(578,'1405 Hagonoy Avenue','','Slaskie',133,'86587','867287719310','2006-02-15 04:45:30'),(579,'521 San Juan Bautista Tuxtepec Place','','Qaraghandy',598,'95093','844018348565','2006-02-15 04:45:30'),(580,'923 Tangail Boulevard','','Tokyo-to',10,'33384','315528269898','2006-02-15 04:45:30'),(581,'186 Skikda Lane','','Morelos',131,'89422','14465669789','2006-02-15 04:45:30'),(582,'1568 Celaya Parkway','','Kaohsiung',168,'34750','278669994384','2006-02-15 04:45:30'),(583,'1489 Kakamigahara Lane','','Taipei',526,'98883','29341849811','2006-02-15 04:45:30'),(584,'1819 Alessandria Loop','','Campeche',103,'53829','377633994405','2006-02-15 04:45:30'),(585,'1208 Tama Loop','','Ninawa',344,'73605','954786054144','2006-02-15 04:45:30'),(586,'951 Springs Lane','','Central Mindanao',219,'96115','165164761435','2006-02-15 04:45:30'),(587,'760 Miyakonojo Drive','','Guerrero',246,'64682','294449058179','2006-02-15 04:45:30'),(588,'966 Asuncin Way','','Hidalgo',212,'62703','995527378381','2006-02-15 04:45:30'),(589,'1584 Ljubertsy Lane','','England',494,'22954','285710089439','2006-02-15 04:45:30'),(590,'247 Jining Parkway','','Banjul',54,'53446','170115379190','2006-02-15 04:45:30'),(591,'773 Dallas Manor','','Buenos Aires',424,'12664','914466027044','2006-02-15 04:45:30'),(592,'1923 Stara Zagora Lane','','Nantou',546,'95179','182178609211','2006-02-15 04:45:30'),(593,'1402 Zanzibar Boulevard','','Guanajuato',106,'71102','387448063440','2006-02-15 04:45:30'),(594,'1464 Kursk Parkway','','Shandong',574,'17381','338758048786','2006-02-15 04:45:30'),(595,'1074 Sanaa Parkway','','Loja',311,'22474','154124128457','2006-02-15 04:45:30'),(596,'1759 Niznekamsk Avenue','','al-Manama',14,'39414','864392582257','2006-02-15 04:45:30'),(597,'32 Liaocheng Way','','Minas Gerais',248,'1944','410877354933','2006-02-15 04:45:30'),(598,'42 Fontana Avenue','','Fejr',512,'14684','437829801725','2006-02-15 04:45:30'),(599,'1895 Zhezqazghan Drive','','California',177,'36693','137809746111','2006-02-15 04:45:30'),(600,'1837 Kaduna Parkway','','Inner Mongolia',241,'82580','640843562301','2006-02-15 04:45:30'),(601,'844 Bucuresti Place','','Liaoning',242,'36603','935952366111','2006-02-15 04:45:30'),(602,'1101 Bucuresti Boulevard','','West Greece',401,'97661','199514580428','2006-02-15 04:45:30'),(603,'1103 Quilmes Boulevard','','Piura',503,'52137','644021380889','2006-02-15 04:45:30'),(604,'1331 Usak Boulevard','','Vaud',296,'61960','145308717464','2006-02-15 04:45:30'),(605,'1325 Fukuyama Street','','Heilongjiang',537,'27107','288241215394','2006-02-15 04:45:30'); + +INSERT INTO category VALUES (1,'Action','2006-02-15 04:46:27'),(2,'Animation','2006-02-15 04:46:27'),(3,'Children','2006-02-15 04:46:27'),(4,'Classics','2006-02-15 04:46:27'),(5,'Comedy','2006-02-15 04:46:27'),(6,'Documentary','2006-02-15 04:46:27'),(7,'Drama','2006-02-15 04:46:27'),(8,'Family','2006-02-15 04:46:27'),(9,'Foreign','2006-02-15 04:46:27'),(10,'Games','2006-02-15 04:46:27'),(11,'Horror','2006-02-15 04:46:27'),(12,'Music','2006-02-15 04:46:27'),(13,'New','2006-02-15 04:46:27'),(14,'Sci-Fi','2006-02-15 04:46:27'),(15,'Sports','2006-02-15 04:46:27'),(16,'Travel','2006-02-15 04:46:27'); + +INSERT INTO city VALUES (1,'A Corua (La Corua)',87,'2006-02-15 04:45:25'),(2,'Abha',82,'2006-02-15 04:45:25'),(3,'Abu Dhabi',101,'2006-02-15 04:45:25'),(4,'Acua',60,'2006-02-15 04:45:25'),(5,'Adana',97,'2006-02-15 04:45:25'),(6,'Addis Abeba',31,'2006-02-15 04:45:25'),(7,'Aden',107,'2006-02-15 04:45:25'),(8,'Adoni',44,'2006-02-15 04:45:25'),(9,'Ahmadnagar',44,'2006-02-15 04:45:25'),(10,'Akishima',50,'2006-02-15 04:45:25'),(11,'Akron',103,'2006-02-15 04:45:25'),(12,'al-Ayn',101,'2006-02-15 04:45:25'),(13,'al-Hawiya',82,'2006-02-15 04:45:25'),(14,'al-Manama',11,'2006-02-15 04:45:25'),(15,'al-Qadarif',89,'2006-02-15 04:45:25'),(16,'al-Qatif',82,'2006-02-15 04:45:25'),(17,'Alessandria',49,'2006-02-15 04:45:25'),(18,'Allappuzha (Alleppey)',44,'2006-02-15 04:45:25'),(19,'Allende',60,'2006-02-15 04:45:25'),(20,'Almirante Brown',6,'2006-02-15 04:45:25'),(21,'Alvorada',15,'2006-02-15 04:45:25'),(22,'Ambattur',44,'2006-02-15 04:45:25'),(23,'Amersfoort',67,'2006-02-15 04:45:25'),(24,'Amroha',44,'2006-02-15 04:45:25'),(25,'Angra dos Reis',15,'2006-02-15 04:45:25'),(26,'Anpolis',15,'2006-02-15 04:45:25'),(27,'Antofagasta',22,'2006-02-15 04:45:25'),(28,'Aparecida de Goinia',15,'2006-02-15 04:45:25'),(29,'Apeldoorn',67,'2006-02-15 04:45:25'),(30,'Araatuba',15,'2006-02-15 04:45:25'),(31,'Arak',46,'2006-02-15 04:45:25'),(32,'Arecibo',77,'2006-02-15 04:45:25'),(33,'Arlington',103,'2006-02-15 04:45:25'),(34,'Ashdod',48,'2006-02-15 04:45:25'),(35,'Ashgabat',98,'2006-02-15 04:45:25'),(36,'Ashqelon',48,'2006-02-15 04:45:25'),(37,'Asuncin',73,'2006-02-15 04:45:25'),(38,'Athenai',39,'2006-02-15 04:45:25'),(39,'Atinsk',80,'2006-02-15 04:45:25'),(40,'Atlixco',60,'2006-02-15 04:45:25'),(41,'Augusta-Richmond County',103,'2006-02-15 04:45:25'),(42,'Aurora',103,'2006-02-15 04:45:25'),(43,'Avellaneda',6,'2006-02-15 04:45:25'),(44,'Bag',15,'2006-02-15 04:45:25'),(45,'Baha Blanca',6,'2006-02-15 04:45:25'),(46,'Baicheng',23,'2006-02-15 04:45:25'),(47,'Baiyin',23,'2006-02-15 04:45:25'),(48,'Baku',10,'2006-02-15 04:45:25'),(49,'Balaiha',80,'2006-02-15 04:45:25'),(50,'Balikesir',97,'2006-02-15 04:45:25'),(51,'Balurghat',44,'2006-02-15 04:45:25'),(52,'Bamenda',19,'2006-02-15 04:45:25'),(53,'Bandar Seri Begawan',16,'2006-02-15 04:45:25'),(54,'Banjul',37,'2006-02-15 04:45:25'),(55,'Barcelona',104,'2006-02-15 04:45:25'),(56,'Basel',91,'2006-02-15 04:45:25'),(57,'Bat Yam',48,'2006-02-15 04:45:25'),(58,'Batman',97,'2006-02-15 04:45:25'),(59,'Batna',2,'2006-02-15 04:45:25'),(60,'Battambang',18,'2006-02-15 04:45:25'),(61,'Baybay',75,'2006-02-15 04:45:25'),(62,'Bayugan',75,'2006-02-15 04:45:25'),(63,'Bchar',2,'2006-02-15 04:45:25'),(64,'Beira',63,'2006-02-15 04:45:25'),(65,'Bellevue',103,'2006-02-15 04:45:25'),(66,'Belm',15,'2006-02-15 04:45:25'),(67,'Benguela',4,'2006-02-15 04:45:25'),(68,'Beni-Mellal',62,'2006-02-15 04:45:25'),(69,'Benin City',69,'2006-02-15 04:45:25'),(70,'Bergamo',49,'2006-02-15 04:45:25'),(71,'Berhampore (Baharampur)',44,'2006-02-15 04:45:25'),(72,'Bern',91,'2006-02-15 04:45:25'),(73,'Bhavnagar',44,'2006-02-15 04:45:25'),(74,'Bhilwara',44,'2006-02-15 04:45:25'),(75,'Bhimavaram',44,'2006-02-15 04:45:25'),(76,'Bhopal',44,'2006-02-15 04:45:25'),(77,'Bhusawal',44,'2006-02-15 04:45:25'),(78,'Bijapur',44,'2006-02-15 04:45:25'),(79,'Bilbays',29,'2006-02-15 04:45:25'),(80,'Binzhou',23,'2006-02-15 04:45:25'),(81,'Birgunj',66,'2006-02-15 04:45:25'),(82,'Bislig',75,'2006-02-15 04:45:25'),(83,'Blumenau',15,'2006-02-15 04:45:25'),(84,'Boa Vista',15,'2006-02-15 04:45:25'),(85,'Boksburg',85,'2006-02-15 04:45:25'),(86,'Botosani',78,'2006-02-15 04:45:25'),(87,'Botshabelo',85,'2006-02-15 04:45:25'),(88,'Bradford',102,'2006-02-15 04:45:25'),(89,'Braslia',15,'2006-02-15 04:45:25'),(90,'Bratislava',84,'2006-02-15 04:45:25'),(91,'Brescia',49,'2006-02-15 04:45:25'),(92,'Brest',34,'2006-02-15 04:45:25'),(93,'Brindisi',49,'2006-02-15 04:45:25'),(94,'Brockton',103,'2006-02-15 04:45:25'),(95,'Bucuresti',78,'2006-02-15 04:45:25'),(96,'Buenaventura',24,'2006-02-15 04:45:25'),(97,'Bydgoszcz',76,'2006-02-15 04:45:25'),(98,'Cabuyao',75,'2006-02-15 04:45:25'),(99,'Callao',74,'2006-02-15 04:45:25'),(100,'Cam Ranh',105,'2006-02-15 04:45:25'),(101,'Cape Coral',103,'2006-02-15 04:45:25'),(102,'Caracas',104,'2006-02-15 04:45:25'),(103,'Carmen',60,'2006-02-15 04:45:25'),(104,'Cavite',75,'2006-02-15 04:45:25'),(105,'Cayenne',35,'2006-02-15 04:45:25'),(106,'Celaya',60,'2006-02-15 04:45:25'),(107,'Chandrapur',44,'2006-02-15 04:45:25'),(108,'Changhwa',92,'2006-02-15 04:45:25'),(109,'Changzhou',23,'2006-02-15 04:45:25'),(110,'Chapra',44,'2006-02-15 04:45:25'),(111,'Charlotte Amalie',106,'2006-02-15 04:45:25'),(112,'Chatsworth',85,'2006-02-15 04:45:25'),(113,'Cheju',86,'2006-02-15 04:45:25'),(114,'Chiayi',92,'2006-02-15 04:45:25'),(115,'Chisinau',61,'2006-02-15 04:45:25'),(116,'Chungho',92,'2006-02-15 04:45:25'),(117,'Cianjur',45,'2006-02-15 04:45:25'),(118,'Ciomas',45,'2006-02-15 04:45:25'),(119,'Ciparay',45,'2006-02-15 04:45:25'),(120,'Citrus Heights',103,'2006-02-15 04:45:25'),(121,'Citt del Vaticano',41,'2006-02-15 04:45:25'),(122,'Ciudad del Este',73,'2006-02-15 04:45:25'),(123,'Clarksville',103,'2006-02-15 04:45:25'),(124,'Coacalco de Berriozbal',60,'2006-02-15 04:45:25'),(125,'Coatzacoalcos',60,'2006-02-15 04:45:25'),(126,'Compton',103,'2006-02-15 04:45:25'),(127,'Coquimbo',22,'2006-02-15 04:45:25'),(128,'Crdoba',6,'2006-02-15 04:45:25'),(129,'Cuauhtmoc',60,'2006-02-15 04:45:25'),(130,'Cuautla',60,'2006-02-15 04:45:25'),(131,'Cuernavaca',60,'2006-02-15 04:45:25'),(132,'Cuman',104,'2006-02-15 04:45:25'),(133,'Czestochowa',76,'2006-02-15 04:45:25'),(134,'Dadu',72,'2006-02-15 04:45:25'),(135,'Dallas',103,'2006-02-15 04:45:25'),(136,'Datong',23,'2006-02-15 04:45:25'),(137,'Daugavpils',54,'2006-02-15 04:45:25'),(138,'Davao',75,'2006-02-15 04:45:25'),(139,'Daxian',23,'2006-02-15 04:45:25'),(140,'Dayton',103,'2006-02-15 04:45:25'),(141,'Deba Habe',69,'2006-02-15 04:45:25'),(142,'Denizli',97,'2006-02-15 04:45:25'),(143,'Dhaka',12,'2006-02-15 04:45:25'),(144,'Dhule (Dhulia)',44,'2006-02-15 04:45:25'),(145,'Dongying',23,'2006-02-15 04:45:25'),(146,'Donostia-San Sebastin',87,'2006-02-15 04:45:25'),(147,'Dos Quebradas',24,'2006-02-15 04:45:25'),(148,'Duisburg',38,'2006-02-15 04:45:25'),(149,'Dundee',102,'2006-02-15 04:45:25'),(150,'Dzerzinsk',80,'2006-02-15 04:45:25'),(151,'Ede',67,'2006-02-15 04:45:25'),(152,'Effon-Alaiye',69,'2006-02-15 04:45:25'),(153,'El Alto',14,'2006-02-15 04:45:25'),(154,'El Fuerte',60,'2006-02-15 04:45:25'),(155,'El Monte',103,'2006-02-15 04:45:25'),(156,'Elista',80,'2006-02-15 04:45:25'),(157,'Emeishan',23,'2006-02-15 04:45:25'),(158,'Emmen',67,'2006-02-15 04:45:25'),(159,'Enshi',23,'2006-02-15 04:45:25'),(160,'Erlangen',38,'2006-02-15 04:45:25'),(161,'Escobar',6,'2006-02-15 04:45:25'),(162,'Esfahan',46,'2006-02-15 04:45:25'),(163,'Eskisehir',97,'2006-02-15 04:45:25'),(164,'Etawah',44,'2006-02-15 04:45:25'),(165,'Ezeiza',6,'2006-02-15 04:45:25'),(166,'Ezhou',23,'2006-02-15 04:45:25'),(167,'Faaa',36,'2006-02-15 04:45:25'),(168,'Fengshan',92,'2006-02-15 04:45:25'),(169,'Firozabad',44,'2006-02-15 04:45:25'),(170,'Florencia',24,'2006-02-15 04:45:25'),(171,'Fontana',103,'2006-02-15 04:45:25'),(172,'Fukuyama',50,'2006-02-15 04:45:25'),(173,'Funafuti',99,'2006-02-15 04:45:25'),(174,'Fuyu',23,'2006-02-15 04:45:25'),(175,'Fuzhou',23,'2006-02-15 04:45:25'),(176,'Gandhinagar',44,'2006-02-15 04:45:25'),(177,'Garden Grove',103,'2006-02-15 04:45:25'),(178,'Garland',103,'2006-02-15 04:45:25'),(179,'Gatineau',20,'2006-02-15 04:45:25'),(180,'Gaziantep',97,'2006-02-15 04:45:25'),(181,'Gijn',87,'2006-02-15 04:45:25'),(182,'Gingoog',75,'2006-02-15 04:45:25'),(183,'Goinia',15,'2006-02-15 04:45:25'),(184,'Gorontalo',45,'2006-02-15 04:45:25'),(185,'Grand Prairie',103,'2006-02-15 04:45:25'),(186,'Graz',9,'2006-02-15 04:45:25'),(187,'Greensboro',103,'2006-02-15 04:45:25'),(188,'Guadalajara',60,'2006-02-15 04:45:25'),(189,'Guaruj',15,'2006-02-15 04:45:25'),(190,'guas Lindas de Gois',15,'2006-02-15 04:45:25'),(191,'Gulbarga',44,'2006-02-15 04:45:25'),(192,'Hagonoy',75,'2006-02-15 04:45:25'),(193,'Haining',23,'2006-02-15 04:45:25'),(194,'Haiphong',105,'2006-02-15 04:45:25'),(195,'Haldia',44,'2006-02-15 04:45:25'),(196,'Halifax',20,'2006-02-15 04:45:25'),(197,'Halisahar',44,'2006-02-15 04:45:25'),(198,'Halle/Saale',38,'2006-02-15 04:45:25'),(199,'Hami',23,'2006-02-15 04:45:25'),(200,'Hamilton',68,'2006-02-15 04:45:25'),(201,'Hanoi',105,'2006-02-15 04:45:25'),(202,'Hidalgo',60,'2006-02-15 04:45:25'),(203,'Higashiosaka',50,'2006-02-15 04:45:25'),(204,'Hino',50,'2006-02-15 04:45:25'),(205,'Hiroshima',50,'2006-02-15 04:45:25'),(206,'Hodeida',107,'2006-02-15 04:45:25'),(207,'Hohhot',23,'2006-02-15 04:45:25'),(208,'Hoshiarpur',44,'2006-02-15 04:45:25'),(209,'Hsichuh',92,'2006-02-15 04:45:25'),(210,'Huaian',23,'2006-02-15 04:45:25'),(211,'Hubli-Dharwad',44,'2006-02-15 04:45:25'),(212,'Huejutla de Reyes',60,'2006-02-15 04:45:25'),(213,'Huixquilucan',60,'2006-02-15 04:45:25'),(214,'Hunuco',74,'2006-02-15 04:45:25'),(215,'Ibirit',15,'2006-02-15 04:45:25'),(216,'Idfu',29,'2006-02-15 04:45:25'),(217,'Ife',69,'2006-02-15 04:45:25'),(218,'Ikerre',69,'2006-02-15 04:45:25'),(219,'Iligan',75,'2006-02-15 04:45:25'),(220,'Ilorin',69,'2006-02-15 04:45:25'),(221,'Imus',75,'2006-02-15 04:45:25'),(222,'Inegl',97,'2006-02-15 04:45:25'),(223,'Ipoh',59,'2006-02-15 04:45:25'),(224,'Isesaki',50,'2006-02-15 04:45:25'),(225,'Ivanovo',80,'2006-02-15 04:45:25'),(226,'Iwaki',50,'2006-02-15 04:45:25'),(227,'Iwakuni',50,'2006-02-15 04:45:25'),(228,'Iwatsuki',50,'2006-02-15 04:45:25'),(229,'Izumisano',50,'2006-02-15 04:45:25'),(230,'Jaffna',88,'2006-02-15 04:45:25'),(231,'Jaipur',44,'2006-02-15 04:45:25'),(232,'Jakarta',45,'2006-02-15 04:45:25'),(233,'Jalib al-Shuyukh',53,'2006-02-15 04:45:25'),(234,'Jamalpur',12,'2006-02-15 04:45:25'),(235,'Jaroslavl',80,'2006-02-15 04:45:25'),(236,'Jastrzebie-Zdrj',76,'2006-02-15 04:45:25'),(237,'Jedda',82,'2006-02-15 04:45:25'),(238,'Jelets',80,'2006-02-15 04:45:25'),(239,'Jhansi',44,'2006-02-15 04:45:25'),(240,'Jinchang',23,'2006-02-15 04:45:25'),(241,'Jining',23,'2006-02-15 04:45:25'),(242,'Jinzhou',23,'2006-02-15 04:45:25'),(243,'Jodhpur',44,'2006-02-15 04:45:25'),(244,'Johannesburg',85,'2006-02-15 04:45:25'),(245,'Joliet',103,'2006-02-15 04:45:25'),(246,'Jos Azueta',60,'2006-02-15 04:45:25'),(247,'Juazeiro do Norte',15,'2006-02-15 04:45:25'),(248,'Juiz de Fora',15,'2006-02-15 04:45:25'),(249,'Junan',23,'2006-02-15 04:45:25'),(250,'Jurez',60,'2006-02-15 04:45:25'),(251,'Kabul',1,'2006-02-15 04:45:25'),(252,'Kaduna',69,'2006-02-15 04:45:25'),(253,'Kakamigahara',50,'2006-02-15 04:45:25'),(254,'Kaliningrad',80,'2006-02-15 04:45:25'),(255,'Kalisz',76,'2006-02-15 04:45:25'),(256,'Kamakura',50,'2006-02-15 04:45:25'),(257,'Kamarhati',44,'2006-02-15 04:45:25'),(258,'Kamjanets-Podilskyi',100,'2006-02-15 04:45:25'),(259,'Kamyin',80,'2006-02-15 04:45:25'),(260,'Kanazawa',50,'2006-02-15 04:45:25'),(261,'Kanchrapara',44,'2006-02-15 04:45:25'),(262,'Kansas City',103,'2006-02-15 04:45:25'),(263,'Karnal',44,'2006-02-15 04:45:25'),(264,'Katihar',44,'2006-02-15 04:45:25'),(265,'Kermanshah',46,'2006-02-15 04:45:25'),(266,'Kilis',97,'2006-02-15 04:45:25'),(267,'Kimberley',85,'2006-02-15 04:45:25'),(268,'Kimchon',86,'2006-02-15 04:45:25'),(269,'Kingstown',81,'2006-02-15 04:45:25'),(270,'Kirovo-Tepetsk',80,'2006-02-15 04:45:25'),(271,'Kisumu',52,'2006-02-15 04:45:25'),(272,'Kitwe',109,'2006-02-15 04:45:25'),(273,'Klerksdorp',85,'2006-02-15 04:45:25'),(274,'Kolpino',80,'2006-02-15 04:45:25'),(275,'Konotop',100,'2006-02-15 04:45:25'),(276,'Koriyama',50,'2006-02-15 04:45:25'),(277,'Korla',23,'2006-02-15 04:45:25'),(278,'Korolev',80,'2006-02-15 04:45:25'),(279,'Kowloon and New Kowloon',42,'2006-02-15 04:45:25'),(280,'Kragujevac',108,'2006-02-15 04:45:25'),(281,'Ktahya',97,'2006-02-15 04:45:25'),(282,'Kuching',59,'2006-02-15 04:45:25'),(283,'Kumbakonam',44,'2006-02-15 04:45:25'),(284,'Kurashiki',50,'2006-02-15 04:45:25'),(285,'Kurgan',80,'2006-02-15 04:45:25'),(286,'Kursk',80,'2006-02-15 04:45:25'),(287,'Kuwana',50,'2006-02-15 04:45:25'),(288,'La Paz',60,'2006-02-15 04:45:25'),(289,'La Plata',6,'2006-02-15 04:45:25'),(290,'La Romana',27,'2006-02-15 04:45:25'),(291,'Laiwu',23,'2006-02-15 04:45:25'),(292,'Lancaster',103,'2006-02-15 04:45:25'),(293,'Laohekou',23,'2006-02-15 04:45:25'),(294,'Lapu-Lapu',75,'2006-02-15 04:45:25'),(295,'Laredo',103,'2006-02-15 04:45:25'),(296,'Lausanne',91,'2006-02-15 04:45:25'),(297,'Le Mans',34,'2006-02-15 04:45:25'),(298,'Lengshuijiang',23,'2006-02-15 04:45:25'),(299,'Leshan',23,'2006-02-15 04:45:25'),(300,'Lethbridge',20,'2006-02-15 04:45:25'),(301,'Lhokseumawe',45,'2006-02-15 04:45:25'),(302,'Liaocheng',23,'2006-02-15 04:45:25'),(303,'Liepaja',54,'2006-02-15 04:45:25'),(304,'Lilongwe',58,'2006-02-15 04:45:25'),(305,'Lima',74,'2006-02-15 04:45:25'),(306,'Lincoln',103,'2006-02-15 04:45:25'),(307,'Linz',9,'2006-02-15 04:45:25'),(308,'Lipetsk',80,'2006-02-15 04:45:25'),(309,'Livorno',49,'2006-02-15 04:45:25'),(310,'Ljubertsy',80,'2006-02-15 04:45:25'),(311,'Loja',28,'2006-02-15 04:45:25'),(312,'London',102,'2006-02-15 04:45:25'),(313,'London',20,'2006-02-15 04:45:25'),(314,'Lublin',76,'2006-02-15 04:45:25'),(315,'Lubumbashi',25,'2006-02-15 04:45:25'),(316,'Lungtan',92,'2006-02-15 04:45:25'),(317,'Luzinia',15,'2006-02-15 04:45:25'),(318,'Madiun',45,'2006-02-15 04:45:25'),(319,'Mahajanga',57,'2006-02-15 04:45:25'),(320,'Maikop',80,'2006-02-15 04:45:25'),(321,'Malm',90,'2006-02-15 04:45:25'),(322,'Manchester',103,'2006-02-15 04:45:25'),(323,'Mandaluyong',75,'2006-02-15 04:45:25'),(324,'Mandi Bahauddin',72,'2006-02-15 04:45:25'),(325,'Mannheim',38,'2006-02-15 04:45:25'),(326,'Maracabo',104,'2006-02-15 04:45:25'),(327,'Mardan',72,'2006-02-15 04:45:25'),(328,'Maring',15,'2006-02-15 04:45:25'),(329,'Masqat',71,'2006-02-15 04:45:25'),(330,'Matamoros',60,'2006-02-15 04:45:25'),(331,'Matsue',50,'2006-02-15 04:45:25'),(332,'Meixian',23,'2006-02-15 04:45:25'),(333,'Memphis',103,'2006-02-15 04:45:25'),(334,'Merlo',6,'2006-02-15 04:45:25'),(335,'Mexicali',60,'2006-02-15 04:45:25'),(336,'Miraj',44,'2006-02-15 04:45:25'),(337,'Mit Ghamr',29,'2006-02-15 04:45:25'),(338,'Miyakonojo',50,'2006-02-15 04:45:25'),(339,'Mogiljov',13,'2006-02-15 04:45:25'),(340,'Molodetno',13,'2006-02-15 04:45:25'),(341,'Monclova',60,'2006-02-15 04:45:25'),(342,'Monywa',64,'2006-02-15 04:45:25'),(343,'Moscow',80,'2006-02-15 04:45:25'),(344,'Mosul',47,'2006-02-15 04:45:25'),(345,'Mukateve',100,'2006-02-15 04:45:25'),(346,'Munger (Monghyr)',44,'2006-02-15 04:45:25'),(347,'Mwanza',93,'2006-02-15 04:45:25'),(348,'Mwene-Ditu',25,'2006-02-15 04:45:25'),(349,'Myingyan',64,'2006-02-15 04:45:25'),(350,'Mysore',44,'2006-02-15 04:45:25'),(351,'Naala-Porto',63,'2006-02-15 04:45:25'),(352,'Nabereznyje Telny',80,'2006-02-15 04:45:25'),(353,'Nador',62,'2006-02-15 04:45:25'),(354,'Nagaon',44,'2006-02-15 04:45:25'),(355,'Nagareyama',50,'2006-02-15 04:45:25'),(356,'Najafabad',46,'2006-02-15 04:45:25'),(357,'Naju',86,'2006-02-15 04:45:25'),(358,'Nakhon Sawan',94,'2006-02-15 04:45:25'),(359,'Nam Dinh',105,'2006-02-15 04:45:25'),(360,'Namibe',4,'2006-02-15 04:45:25'),(361,'Nantou',92,'2006-02-15 04:45:25'),(362,'Nanyang',23,'2006-02-15 04:45:25'),(363,'NDjamna',21,'2006-02-15 04:45:25'),(364,'Newcastle',85,'2006-02-15 04:45:25'),(365,'Nezahualcyotl',60,'2006-02-15 04:45:25'),(366,'Nha Trang',105,'2006-02-15 04:45:25'),(367,'Niznekamsk',80,'2006-02-15 04:45:25'),(368,'Novi Sad',108,'2006-02-15 04:45:25'),(369,'Novoterkassk',80,'2006-02-15 04:45:25'),(370,'Nukualofa',95,'2006-02-15 04:45:25'),(371,'Nuuk',40,'2006-02-15 04:45:25'),(372,'Nyeri',52,'2006-02-15 04:45:25'),(373,'Ocumare del Tuy',104,'2006-02-15 04:45:25'),(374,'Ogbomosho',69,'2006-02-15 04:45:25'),(375,'Okara',72,'2006-02-15 04:45:25'),(376,'Okayama',50,'2006-02-15 04:45:25'),(377,'Okinawa',50,'2006-02-15 04:45:25'),(378,'Olomouc',26,'2006-02-15 04:45:25'),(379,'Omdurman',89,'2006-02-15 04:45:25'),(380,'Omiya',50,'2006-02-15 04:45:25'),(381,'Ondo',69,'2006-02-15 04:45:25'),(382,'Onomichi',50,'2006-02-15 04:45:25'),(383,'Oshawa',20,'2006-02-15 04:45:25'),(384,'Osmaniye',97,'2006-02-15 04:45:25'),(385,'ostka',100,'2006-02-15 04:45:25'),(386,'Otsu',50,'2006-02-15 04:45:25'),(387,'Oulu',33,'2006-02-15 04:45:25'),(388,'Ourense (Orense)',87,'2006-02-15 04:45:25'),(389,'Owo',69,'2006-02-15 04:45:25'),(390,'Oyo',69,'2006-02-15 04:45:25'),(391,'Ozamis',75,'2006-02-15 04:45:25'),(392,'Paarl',85,'2006-02-15 04:45:25'),(393,'Pachuca de Soto',60,'2006-02-15 04:45:25'),(394,'Pak Kret',94,'2006-02-15 04:45:25'),(395,'Palghat (Palakkad)',44,'2006-02-15 04:45:25'),(396,'Pangkal Pinang',45,'2006-02-15 04:45:25'),(397,'Papeete',36,'2006-02-15 04:45:25'),(398,'Parbhani',44,'2006-02-15 04:45:25'),(399,'Pathankot',44,'2006-02-15 04:45:25'),(400,'Patiala',44,'2006-02-15 04:45:25'),(401,'Patras',39,'2006-02-15 04:45:25'),(402,'Pavlodar',51,'2006-02-15 04:45:25'),(403,'Pemalang',45,'2006-02-15 04:45:25'),(404,'Peoria',103,'2006-02-15 04:45:25'),(405,'Pereira',24,'2006-02-15 04:45:25'),(406,'Phnom Penh',18,'2006-02-15 04:45:25'),(407,'Pingxiang',23,'2006-02-15 04:45:25'),(408,'Pjatigorsk',80,'2006-02-15 04:45:25'),(409,'Plock',76,'2006-02-15 04:45:25'),(410,'Po',15,'2006-02-15 04:45:25'),(411,'Ponce',77,'2006-02-15 04:45:25'),(412,'Pontianak',45,'2006-02-15 04:45:25'),(413,'Poos de Caldas',15,'2006-02-15 04:45:25'),(414,'Portoviejo',28,'2006-02-15 04:45:25'),(415,'Probolinggo',45,'2006-02-15 04:45:25'),(416,'Pudukkottai',44,'2006-02-15 04:45:25'),(417,'Pune',44,'2006-02-15 04:45:25'),(418,'Purnea (Purnia)',44,'2006-02-15 04:45:25'),(419,'Purwakarta',45,'2006-02-15 04:45:25'),(420,'Pyongyang',70,'2006-02-15 04:45:25'),(421,'Qalyub',29,'2006-02-15 04:45:25'),(422,'Qinhuangdao',23,'2006-02-15 04:45:25'),(423,'Qomsheh',46,'2006-02-15 04:45:25'),(424,'Quilmes',6,'2006-02-15 04:45:25'),(425,'Rae Bareli',44,'2006-02-15 04:45:25'),(426,'Rajkot',44,'2006-02-15 04:45:25'),(427,'Rampur',44,'2006-02-15 04:45:25'),(428,'Rancagua',22,'2006-02-15 04:45:25'),(429,'Ranchi',44,'2006-02-15 04:45:25'),(430,'Richmond Hill',20,'2006-02-15 04:45:25'),(431,'Rio Claro',15,'2006-02-15 04:45:25'),(432,'Rizhao',23,'2006-02-15 04:45:25'),(433,'Roanoke',103,'2006-02-15 04:45:25'),(434,'Robamba',28,'2006-02-15 04:45:25'),(435,'Rockford',103,'2006-02-15 04:45:25'),(436,'Ruse',17,'2006-02-15 04:45:25'),(437,'Rustenburg',85,'2006-02-15 04:45:25'),(438,'s-Hertogenbosch',67,'2006-02-15 04:45:25'),(439,'Saarbrcken',38,'2006-02-15 04:45:25'),(440,'Sagamihara',50,'2006-02-15 04:45:25'),(441,'Saint Louis',103,'2006-02-15 04:45:25'),(442,'Saint-Denis',79,'2006-02-15 04:45:25'),(443,'Sal',62,'2006-02-15 04:45:25'),(444,'Salala',71,'2006-02-15 04:45:25'),(445,'Salamanca',60,'2006-02-15 04:45:25'),(446,'Salinas',103,'2006-02-15 04:45:25'),(447,'Salzburg',9,'2006-02-15 04:45:25'),(448,'Sambhal',44,'2006-02-15 04:45:25'),(449,'San Bernardino',103,'2006-02-15 04:45:25'),(450,'San Felipe de Puerto Plata',27,'2006-02-15 04:45:25'),(451,'San Felipe del Progreso',60,'2006-02-15 04:45:25'),(452,'San Juan Bautista Tuxtepec',60,'2006-02-15 04:45:25'),(453,'San Lorenzo',73,'2006-02-15 04:45:25'),(454,'San Miguel de Tucumn',6,'2006-02-15 04:45:25'),(455,'Sanaa',107,'2006-02-15 04:45:25'),(456,'Santa Brbara dOeste',15,'2006-02-15 04:45:25'),(457,'Santa F',6,'2006-02-15 04:45:25'),(458,'Santa Rosa',75,'2006-02-15 04:45:25'),(459,'Santiago de Compostela',87,'2006-02-15 04:45:25'),(460,'Santiago de los Caballeros',27,'2006-02-15 04:45:25'),(461,'Santo Andr',15,'2006-02-15 04:45:25'),(462,'Sanya',23,'2006-02-15 04:45:25'),(463,'Sasebo',50,'2006-02-15 04:45:25'),(464,'Satna',44,'2006-02-15 04:45:25'),(465,'Sawhaj',29,'2006-02-15 04:45:25'),(466,'Serpuhov',80,'2006-02-15 04:45:25'),(467,'Shahr-e Kord',46,'2006-02-15 04:45:25'),(468,'Shanwei',23,'2006-02-15 04:45:25'),(469,'Shaoguan',23,'2006-02-15 04:45:25'),(470,'Sharja',101,'2006-02-15 04:45:25'),(471,'Shenzhen',23,'2006-02-15 04:45:25'),(472,'Shikarpur',72,'2006-02-15 04:45:25'),(473,'Shimoga',44,'2006-02-15 04:45:25'),(474,'Shimonoseki',50,'2006-02-15 04:45:25'),(475,'Shivapuri',44,'2006-02-15 04:45:25'),(476,'Shubra al-Khayma',29,'2006-02-15 04:45:25'),(477,'Siegen',38,'2006-02-15 04:45:25'),(478,'Siliguri (Shiliguri)',44,'2006-02-15 04:45:25'),(479,'Simferopol',100,'2006-02-15 04:45:25'),(480,'Sincelejo',24,'2006-02-15 04:45:25'),(481,'Sirjan',46,'2006-02-15 04:45:25'),(482,'Sivas',97,'2006-02-15 04:45:25'),(483,'Skikda',2,'2006-02-15 04:45:25'),(484,'Smolensk',80,'2006-02-15 04:45:25'),(485,'So Bernardo do Campo',15,'2006-02-15 04:45:25'),(486,'So Leopoldo',15,'2006-02-15 04:45:25'),(487,'Sogamoso',24,'2006-02-15 04:45:25'),(488,'Sokoto',69,'2006-02-15 04:45:25'),(489,'Songkhla',94,'2006-02-15 04:45:25'),(490,'Sorocaba',15,'2006-02-15 04:45:25'),(491,'Soshanguve',85,'2006-02-15 04:45:25'),(492,'Sousse',96,'2006-02-15 04:45:25'),(493,'South Hill',5,'2006-02-15 04:45:25'),(494,'Southampton',102,'2006-02-15 04:45:25'),(495,'Southend-on-Sea',102,'2006-02-15 04:45:25'),(496,'Southport',102,'2006-02-15 04:45:25'),(497,'Springs',85,'2006-02-15 04:45:25'),(498,'Stara Zagora',17,'2006-02-15 04:45:25'),(499,'Sterling Heights',103,'2006-02-15 04:45:25'),(500,'Stockport',102,'2006-02-15 04:45:25'),(501,'Sucre',14,'2006-02-15 04:45:25'),(502,'Suihua',23,'2006-02-15 04:45:25'),(503,'Sullana',74,'2006-02-15 04:45:25'),(504,'Sultanbeyli',97,'2006-02-15 04:45:25'),(505,'Sumqayit',10,'2006-02-15 04:45:25'),(506,'Sumy',100,'2006-02-15 04:45:25'),(507,'Sungai Petani',59,'2006-02-15 04:45:25'),(508,'Sunnyvale',103,'2006-02-15 04:45:25'),(509,'Surakarta',45,'2006-02-15 04:45:25'),(510,'Syktyvkar',80,'2006-02-15 04:45:25'),(511,'Syrakusa',49,'2006-02-15 04:45:25'),(512,'Szkesfehrvr',43,'2006-02-15 04:45:25'),(513,'Tabora',93,'2006-02-15 04:45:25'),(514,'Tabriz',46,'2006-02-15 04:45:25'),(515,'Tabuk',82,'2006-02-15 04:45:25'),(516,'Tafuna',3,'2006-02-15 04:45:25'),(517,'Taguig',75,'2006-02-15 04:45:25'),(518,'Taizz',107,'2006-02-15 04:45:25'),(519,'Talavera',75,'2006-02-15 04:45:25'),(520,'Tallahassee',103,'2006-02-15 04:45:25'),(521,'Tama',50,'2006-02-15 04:45:25'),(522,'Tambaram',44,'2006-02-15 04:45:25'),(523,'Tanauan',75,'2006-02-15 04:45:25'),(524,'Tandil',6,'2006-02-15 04:45:25'),(525,'Tangail',12,'2006-02-15 04:45:25'),(526,'Tanshui',92,'2006-02-15 04:45:25'),(527,'Tanza',75,'2006-02-15 04:45:25'),(528,'Tarlac',75,'2006-02-15 04:45:25'),(529,'Tarsus',97,'2006-02-15 04:45:25'),(530,'Tartu',30,'2006-02-15 04:45:25'),(531,'Teboksary',80,'2006-02-15 04:45:25'),(532,'Tegal',45,'2006-02-15 04:45:25'),(533,'Tel Aviv-Jaffa',48,'2006-02-15 04:45:25'),(534,'Tete',63,'2006-02-15 04:45:25'),(535,'Tianjin',23,'2006-02-15 04:45:25'),(536,'Tiefa',23,'2006-02-15 04:45:25'),(537,'Tieli',23,'2006-02-15 04:45:25'),(538,'Tokat',97,'2006-02-15 04:45:25'),(539,'Tonghae',86,'2006-02-15 04:45:25'),(540,'Tongliao',23,'2006-02-15 04:45:25'),(541,'Torren',60,'2006-02-15 04:45:25'),(542,'Touliu',92,'2006-02-15 04:45:25'),(543,'Toulon',34,'2006-02-15 04:45:25'),(544,'Toulouse',34,'2006-02-15 04:45:25'),(545,'Trshavn',32,'2006-02-15 04:45:25'),(546,'Tsaotun',92,'2006-02-15 04:45:25'),(547,'Tsuyama',50,'2006-02-15 04:45:25'),(548,'Tuguegarao',75,'2006-02-15 04:45:25'),(549,'Tychy',76,'2006-02-15 04:45:25'),(550,'Udaipur',44,'2006-02-15 04:45:25'),(551,'Udine',49,'2006-02-15 04:45:25'),(552,'Ueda',50,'2006-02-15 04:45:25'),(553,'Uijongbu',86,'2006-02-15 04:45:25'),(554,'Uluberia',44,'2006-02-15 04:45:25'),(555,'Urawa',50,'2006-02-15 04:45:25'),(556,'Uruapan',60,'2006-02-15 04:45:25'),(557,'Usak',97,'2006-02-15 04:45:25'),(558,'Usolje-Sibirskoje',80,'2006-02-15 04:45:25'),(559,'Uttarpara-Kotrung',44,'2006-02-15 04:45:25'),(560,'Vaduz',55,'2006-02-15 04:45:25'),(561,'Valencia',104,'2006-02-15 04:45:25'),(562,'Valle de la Pascua',104,'2006-02-15 04:45:25'),(563,'Valle de Santiago',60,'2006-02-15 04:45:25'),(564,'Valparai',44,'2006-02-15 04:45:25'),(565,'Vancouver',20,'2006-02-15 04:45:25'),(566,'Varanasi (Benares)',44,'2006-02-15 04:45:25'),(567,'Vicente Lpez',6,'2006-02-15 04:45:25'),(568,'Vijayawada',44,'2006-02-15 04:45:25'),(569,'Vila Velha',15,'2006-02-15 04:45:25'),(570,'Vilnius',56,'2006-02-15 04:45:25'),(571,'Vinh',105,'2006-02-15 04:45:25'),(572,'Vitria de Santo Anto',15,'2006-02-15 04:45:25'),(573,'Warren',103,'2006-02-15 04:45:25'),(574,'Weifang',23,'2006-02-15 04:45:25'),(575,'Witten',38,'2006-02-15 04:45:25'),(576,'Woodridge',8,'2006-02-15 04:45:25'),(577,'Wroclaw',76,'2006-02-15 04:45:25'),(578,'Xiangfan',23,'2006-02-15 04:45:25'),(579,'Xiangtan',23,'2006-02-15 04:45:25'),(580,'Xintai',23,'2006-02-15 04:45:25'),(581,'Xinxiang',23,'2006-02-15 04:45:25'),(582,'Yamuna Nagar',44,'2006-02-15 04:45:25'),(583,'Yangor',65,'2006-02-15 04:45:25'),(584,'Yantai',23,'2006-02-15 04:45:25'),(585,'Yaound',19,'2006-02-15 04:45:25'),(586,'Yerevan',7,'2006-02-15 04:45:25'),(587,'Yinchuan',23,'2006-02-15 04:45:25'),(588,'Yingkou',23,'2006-02-15 04:45:25'),(589,'York',102,'2006-02-15 04:45:25'),(590,'Yuncheng',23,'2006-02-15 04:45:25'),(591,'Yuzhou',23,'2006-02-15 04:45:25'),(592,'Zalantun',23,'2006-02-15 04:45:25'),(593,'Zanzibar',93,'2006-02-15 04:45:25'),(594,'Zaoyang',23,'2006-02-15 04:45:25'),(595,'Zapopan',60,'2006-02-15 04:45:25'),(596,'Zaria',69,'2006-02-15 04:45:25'),(597,'Zeleznogorsk',80,'2006-02-15 04:45:25'),(598,'Zhezqazghan',51,'2006-02-15 04:45:25'),(599,'Zhoushan',23,'2006-02-15 04:45:25'),(600,'Ziguinchor',83,'2006-02-15 04:45:25'); + +INSERT INTO country VALUES (1,'Afghanistan','2006-02-15 04:44:00'),(2,'Algeria','2006-02-15 04:44:00'),(3,'American Samoa','2006-02-15 04:44:00'),(4,'Angola','2006-02-15 04:44:00'),(5,'Anguilla','2006-02-15 04:44:00'),(6,'Argentina','2006-02-15 04:44:00'),(7,'Armenia','2006-02-15 04:44:00'),(8,'Australia','2006-02-15 04:44:00'),(9,'Austria','2006-02-15 04:44:00'),(10,'Azerbaijan','2006-02-15 04:44:00'),(11,'Bahrain','2006-02-15 04:44:00'),(12,'Bangladesh','2006-02-15 04:44:00'),(13,'Belarus','2006-02-15 04:44:00'),(14,'Bolivia','2006-02-15 04:44:00'),(15,'Brazil','2006-02-15 04:44:00'),(16,'Brunei','2006-02-15 04:44:00'),(17,'Bulgaria','2006-02-15 04:44:00'),(18,'Cambodia','2006-02-15 04:44:00'),(19,'Cameroon','2006-02-15 04:44:00'),(20,'Canada','2006-02-15 04:44:00'),(21,'Chad','2006-02-15 04:44:00'),(22,'Chile','2006-02-15 04:44:00'),(23,'China','2006-02-15 04:44:00'),(24,'Colombia','2006-02-15 04:44:00'),(25,'Congo, The Democratic Republic of the','2006-02-15 04:44:00'),(26,'Czech Republic','2006-02-15 04:44:00'),(27,'Dominican Republic','2006-02-15 04:44:00'),(28,'Ecuador','2006-02-15 04:44:00'),(29,'Egypt','2006-02-15 04:44:00'),(30,'Estonia','2006-02-15 04:44:00'),(31,'Ethiopia','2006-02-15 04:44:00'),(32,'Faroe Islands','2006-02-15 04:44:00'),(33,'Finland','2006-02-15 04:44:00'),(34,'France','2006-02-15 04:44:00'),(35,'French Guiana','2006-02-15 04:44:00'),(36,'French Polynesia','2006-02-15 04:44:00'),(37,'Gambia','2006-02-15 04:44:00'),(38,'Germany','2006-02-15 04:44:00'),(39,'Greece','2006-02-15 04:44:00'),(40,'Greenland','2006-02-15 04:44:00'),(41,'Holy See (Vatican City State)','2006-02-15 04:44:00'),(42,'Hong Kong','2006-02-15 04:44:00'),(43,'Hungary','2006-02-15 04:44:00'),(44,'India','2006-02-15 04:44:00'),(45,'Indonesia','2006-02-15 04:44:00'),(46,'Iran','2006-02-15 04:44:00'),(47,'Iraq','2006-02-15 04:44:00'),(48,'Israel','2006-02-15 04:44:00'),(49,'Italy','2006-02-15 04:44:00'),(50,'Japan','2006-02-15 04:44:00'),(51,'Kazakstan','2006-02-15 04:44:00'),(52,'Kenya','2006-02-15 04:44:00'),(53,'Kuwait','2006-02-15 04:44:00'),(54,'Latvia','2006-02-15 04:44:00'),(55,'Liechtenstein','2006-02-15 04:44:00'),(56,'Lithuania','2006-02-15 04:44:00'),(57,'Madagascar','2006-02-15 04:44:00'),(58,'Malawi','2006-02-15 04:44:00'),(59,'Malaysia','2006-02-15 04:44:00'),(60,'Mexico','2006-02-15 04:44:00'),(61,'Moldova','2006-02-15 04:44:00'),(62,'Morocco','2006-02-15 04:44:00'),(63,'Mozambique','2006-02-15 04:44:00'),(64,'Myanmar','2006-02-15 04:44:00'),(65,'Nauru','2006-02-15 04:44:00'),(66,'Nepal','2006-02-15 04:44:00'),(67,'Netherlands','2006-02-15 04:44:00'),(68,'New Zealand','2006-02-15 04:44:00'),(69,'Nigeria','2006-02-15 04:44:00'),(70,'North Korea','2006-02-15 04:44:00'),(71,'Oman','2006-02-15 04:44:00'),(72,'Pakistan','2006-02-15 04:44:00'),(73,'Paraguay','2006-02-15 04:44:00'),(74,'Peru','2006-02-15 04:44:00'),(75,'Philippines','2006-02-15 04:44:00'),(76,'Poland','2006-02-15 04:44:00'),(77,'Puerto Rico','2006-02-15 04:44:00'),(78,'Romania','2006-02-15 04:44:00'),(79,'Runion','2006-02-15 04:44:00'),(80,'Russian Federation','2006-02-15 04:44:00'),(81,'Saint Vincent and the Grenadines','2006-02-15 04:44:00'),(82,'Saudi Arabia','2006-02-15 04:44:00'),(83,'Senegal','2006-02-15 04:44:00'),(84,'Slovakia','2006-02-15 04:44:00'),(85,'South Africa','2006-02-15 04:44:00'),(86,'South Korea','2006-02-15 04:44:00'),(87,'Spain','2006-02-15 04:44:00'),(88,'Sri Lanka','2006-02-15 04:44:00'),(89,'Sudan','2006-02-15 04:44:00'),(90,'Sweden','2006-02-15 04:44:00'),(91,'Switzerland','2006-02-15 04:44:00'),(92,'Taiwan','2006-02-15 04:44:00'),(93,'Tanzania','2006-02-15 04:44:00'),(94,'Thailand','2006-02-15 04:44:00'),(95,'Tonga','2006-02-15 04:44:00'),(96,'Tunisia','2006-02-15 04:44:00'),(97,'Turkey','2006-02-15 04:44:00'),(98,'Turkmenistan','2006-02-15 04:44:00'),(99,'Tuvalu','2006-02-15 04:44:00'),(100,'Ukraine','2006-02-15 04:44:00'),(101,'United Arab Emirates','2006-02-15 04:44:00'),(102,'United Kingdom','2006-02-15 04:44:00'),(103,'United States','2006-02-15 04:44:00'),(104,'Venezuela','2006-02-15 04:44:00'),(105,'Vietnam','2006-02-15 04:44:00'),(106,'Virgin Islands, U.S.','2006-02-15 04:44:00'),(107,'Yemen','2006-02-15 04:44:00'),(108,'Yugoslavia','2006-02-15 04:44:00'),(109,'Zambia','2006-02-15 04:44:00'); + +INSERT INTO customer VALUES (1,1,'MARY','SMITH','MARY.SMITH@sakilacustomer.org',5,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(2,1,'PATRICIA','JOHNSON','PATRICIA.JOHNSON@sakilacustomer.org',6,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(3,1,'LINDA','WILLIAMS','LINDA.WILLIAMS@sakilacustomer.org',7,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(4,2,'BARBARA','JONES','BARBARA.JONES@sakilacustomer.org',8,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(5,1,'ELIZABETH','BROWN','ELIZABETH.BROWN@sakilacustomer.org',9,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(6,2,'JENNIFER','DAVIS','JENNIFER.DAVIS@sakilacustomer.org',10,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(7,1,'MARIA','MILLER','MARIA.MILLER@sakilacustomer.org',11,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(8,2,'SUSAN','WILSON','SUSAN.WILSON@sakilacustomer.org',12,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(9,2,'MARGARET','MOORE','MARGARET.MOORE@sakilacustomer.org',13,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(10,1,'DOROTHY','TAYLOR','DOROTHY.TAYLOR@sakilacustomer.org',14,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(11,2,'LISA','ANDERSON','LISA.ANDERSON@sakilacustomer.org',15,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(12,1,'NANCY','THOMAS','NANCY.THOMAS@sakilacustomer.org',16,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(13,2,'KAREN','JACKSON','KAREN.JACKSON@sakilacustomer.org',17,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(14,2,'BETTY','WHITE','BETTY.WHITE@sakilacustomer.org',18,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(15,1,'HELEN','HARRIS','HELEN.HARRIS@sakilacustomer.org',19,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(16,2,'SANDRA','MARTIN','SANDRA.MARTIN@sakilacustomer.org',20,0,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(17,1,'DONNA','THOMPSON','DONNA.THOMPSON@sakilacustomer.org',21,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(18,2,'CAROL','GARCIA','CAROL.GARCIA@sakilacustomer.org',22,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(19,1,'RUTH','MARTINEZ','RUTH.MARTINEZ@sakilacustomer.org',23,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(20,2,'SHARON','ROBINSON','SHARON.ROBINSON@sakilacustomer.org',24,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(21,1,'MICHELLE','CLARK','MICHELLE.CLARK@sakilacustomer.org',25,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(22,1,'LAURA','RODRIGUEZ','LAURA.RODRIGUEZ@sakilacustomer.org',26,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(23,2,'SARAH','LEWIS','SARAH.LEWIS@sakilacustomer.org',27,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(24,2,'KIMBERLY','LEE','KIMBERLY.LEE@sakilacustomer.org',28,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(25,1,'DEBORAH','WALKER','DEBORAH.WALKER@sakilacustomer.org',29,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(26,2,'JESSICA','HALL','JESSICA.HALL@sakilacustomer.org',30,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(27,2,'SHIRLEY','ALLEN','SHIRLEY.ALLEN@sakilacustomer.org',31,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(28,1,'CYNTHIA','YOUNG','CYNTHIA.YOUNG@sakilacustomer.org',32,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(29,2,'ANGELA','HERNANDEZ','ANGELA.HERNANDEZ@sakilacustomer.org',33,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(30,1,'MELISSA','KING','MELISSA.KING@sakilacustomer.org',34,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(31,2,'BRENDA','WRIGHT','BRENDA.WRIGHT@sakilacustomer.org',35,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(32,1,'AMY','LOPEZ','AMY.LOPEZ@sakilacustomer.org',36,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(33,2,'ANNA','HILL','ANNA.HILL@sakilacustomer.org',37,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(34,2,'REBECCA','SCOTT','REBECCA.SCOTT@sakilacustomer.org',38,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(35,2,'VIRGINIA','GREEN','VIRGINIA.GREEN@sakilacustomer.org',39,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(36,2,'KATHLEEN','ADAMS','KATHLEEN.ADAMS@sakilacustomer.org',40,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(37,1,'PAMELA','BAKER','PAMELA.BAKER@sakilacustomer.org',41,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(38,1,'MARTHA','GONZALEZ','MARTHA.GONZALEZ@sakilacustomer.org',42,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(39,1,'DEBRA','NELSON','DEBRA.NELSON@sakilacustomer.org',43,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(40,2,'AMANDA','CARTER','AMANDA.CARTER@sakilacustomer.org',44,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(41,1,'STEPHANIE','MITCHELL','STEPHANIE.MITCHELL@sakilacustomer.org',45,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(42,2,'CAROLYN','PEREZ','CAROLYN.PEREZ@sakilacustomer.org',46,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(43,2,'CHRISTINE','ROBERTS','CHRISTINE.ROBERTS@sakilacustomer.org',47,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(44,1,'MARIE','TURNER','MARIE.TURNER@sakilacustomer.org',48,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(45,1,'JANET','PHILLIPS','JANET.PHILLIPS@sakilacustomer.org',49,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(46,2,'CATHERINE','CAMPBELL','CATHERINE.CAMPBELL@sakilacustomer.org',50,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(47,1,'FRANCES','PARKER','FRANCES.PARKER@sakilacustomer.org',51,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(48,1,'ANN','EVANS','ANN.EVANS@sakilacustomer.org',52,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(49,2,'JOYCE','EDWARDS','JOYCE.EDWARDS@sakilacustomer.org',53,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(50,1,'DIANE','COLLINS','DIANE.COLLINS@sakilacustomer.org',54,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(51,1,'ALICE','STEWART','ALICE.STEWART@sakilacustomer.org',55,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(52,1,'JULIE','SANCHEZ','JULIE.SANCHEZ@sakilacustomer.org',56,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(53,1,'HEATHER','MORRIS','HEATHER.MORRIS@sakilacustomer.org',57,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(54,1,'TERESA','ROGERS','TERESA.ROGERS@sakilacustomer.org',58,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(55,2,'DORIS','REED','DORIS.REED@sakilacustomer.org',59,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(56,1,'GLORIA','COOK','GLORIA.COOK@sakilacustomer.org',60,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(57,2,'EVELYN','MORGAN','EVELYN.MORGAN@sakilacustomer.org',61,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(58,1,'JEAN','BELL','JEAN.BELL@sakilacustomer.org',62,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(59,1,'CHERYL','MURPHY','CHERYL.MURPHY@sakilacustomer.org',63,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(60,1,'MILDRED','BAILEY','MILDRED.BAILEY@sakilacustomer.org',64,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(61,2,'KATHERINE','RIVERA','KATHERINE.RIVERA@sakilacustomer.org',65,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(62,1,'JOAN','COOPER','JOAN.COOPER@sakilacustomer.org',66,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(63,1,'ASHLEY','RICHARDSON','ASHLEY.RICHARDSON@sakilacustomer.org',67,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(64,2,'JUDITH','COX','JUDITH.COX@sakilacustomer.org',68,0,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(65,2,'ROSE','HOWARD','ROSE.HOWARD@sakilacustomer.org',69,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(66,2,'JANICE','WARD','JANICE.WARD@sakilacustomer.org',70,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(67,1,'KELLY','TORRES','KELLY.TORRES@sakilacustomer.org',71,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(68,1,'NICOLE','PETERSON','NICOLE.PETERSON@sakilacustomer.org',72,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(69,2,'JUDY','GRAY','JUDY.GRAY@sakilacustomer.org',73,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(70,2,'CHRISTINA','RAMIREZ','CHRISTINA.RAMIREZ@sakilacustomer.org',74,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(71,1,'KATHY','JAMES','KATHY.JAMES@sakilacustomer.org',75,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(72,2,'THERESA','WATSON','THERESA.WATSON@sakilacustomer.org',76,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(73,2,'BEVERLY','BROOKS','BEVERLY.BROOKS@sakilacustomer.org',77,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(74,1,'DENISE','KELLY','DENISE.KELLY@sakilacustomer.org',78,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(75,2,'TAMMY','SANDERS','TAMMY.SANDERS@sakilacustomer.org',79,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(76,2,'IRENE','PRICE','IRENE.PRICE@sakilacustomer.org',80,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(77,2,'JANE','BENNETT','JANE.BENNETT@sakilacustomer.org',81,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(78,1,'LORI','WOOD','LORI.WOOD@sakilacustomer.org',82,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(79,1,'RACHEL','BARNES','RACHEL.BARNES@sakilacustomer.org',83,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(80,1,'MARILYN','ROSS','MARILYN.ROSS@sakilacustomer.org',84,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(81,1,'ANDREA','HENDERSON','ANDREA.HENDERSON@sakilacustomer.org',85,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(82,1,'KATHRYN','COLEMAN','KATHRYN.COLEMAN@sakilacustomer.org',86,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(83,1,'LOUISE','JENKINS','LOUISE.JENKINS@sakilacustomer.org',87,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(84,2,'SARA','PERRY','SARA.PERRY@sakilacustomer.org',88,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(85,2,'ANNE','POWELL','ANNE.POWELL@sakilacustomer.org',89,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(86,2,'JACQUELINE','LONG','JACQUELINE.LONG@sakilacustomer.org',90,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(87,1,'WANDA','PATTERSON','WANDA.PATTERSON@sakilacustomer.org',91,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(88,2,'BONNIE','HUGHES','BONNIE.HUGHES@sakilacustomer.org',92,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(89,1,'JULIA','FLORES','JULIA.FLORES@sakilacustomer.org',93,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(90,2,'RUBY','WASHINGTON','RUBY.WASHINGTON@sakilacustomer.org',94,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(91,2,'LOIS','BUTLER','LOIS.BUTLER@sakilacustomer.org',95,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(92,2,'TINA','SIMMONS','TINA.SIMMONS@sakilacustomer.org',96,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(93,1,'PHYLLIS','FOSTER','PHYLLIS.FOSTER@sakilacustomer.org',97,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(94,1,'NORMA','GONZALES','NORMA.GONZALES@sakilacustomer.org',98,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(95,2,'PAULA','BRYANT','PAULA.BRYANT@sakilacustomer.org',99,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(96,1,'DIANA','ALEXANDER','DIANA.ALEXANDER@sakilacustomer.org',100,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(97,2,'ANNIE','RUSSELL','ANNIE.RUSSELL@sakilacustomer.org',101,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(98,1,'LILLIAN','GRIFFIN','LILLIAN.GRIFFIN@sakilacustomer.org',102,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(99,2,'EMILY','DIAZ','EMILY.DIAZ@sakilacustomer.org',103,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(100,1,'ROBIN','HAYES','ROBIN.HAYES@sakilacustomer.org',104,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(101,1,'PEGGY','MYERS','PEGGY.MYERS@sakilacustomer.org',105,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(102,1,'CRYSTAL','FORD','CRYSTAL.FORD@sakilacustomer.org',106,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(103,1,'GLADYS','HAMILTON','GLADYS.HAMILTON@sakilacustomer.org',107,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(104,1,'RITA','GRAHAM','RITA.GRAHAM@sakilacustomer.org',108,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(105,1,'DAWN','SULLIVAN','DAWN.SULLIVAN@sakilacustomer.org',109,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(106,1,'CONNIE','WALLACE','CONNIE.WALLACE@sakilacustomer.org',110,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(107,1,'FLORENCE','WOODS','FLORENCE.WOODS@sakilacustomer.org',111,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(108,1,'TRACY','COLE','TRACY.COLE@sakilacustomer.org',112,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(109,2,'EDNA','WEST','EDNA.WEST@sakilacustomer.org',113,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(110,2,'TIFFANY','JORDAN','TIFFANY.JORDAN@sakilacustomer.org',114,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(111,1,'CARMEN','OWENS','CARMEN.OWENS@sakilacustomer.org',115,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(112,2,'ROSA','REYNOLDS','ROSA.REYNOLDS@sakilacustomer.org',116,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(113,2,'CINDY','FISHER','CINDY.FISHER@sakilacustomer.org',117,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(114,2,'GRACE','ELLIS','GRACE.ELLIS@sakilacustomer.org',118,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(115,1,'WENDY','HARRISON','WENDY.HARRISON@sakilacustomer.org',119,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(116,1,'VICTORIA','GIBSON','VICTORIA.GIBSON@sakilacustomer.org',120,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(117,1,'EDITH','MCDONALD','EDITH.MCDONALD@sakilacustomer.org',121,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(118,1,'KIM','CRUZ','KIM.CRUZ@sakilacustomer.org',122,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(119,1,'SHERRY','MARSHALL','SHERRY.MARSHALL@sakilacustomer.org',123,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(120,2,'SYLVIA','ORTIZ','SYLVIA.ORTIZ@sakilacustomer.org',124,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(121,1,'JOSEPHINE','GOMEZ','JOSEPHINE.GOMEZ@sakilacustomer.org',125,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(122,1,'THELMA','MURRAY','THELMA.MURRAY@sakilacustomer.org',126,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(123,2,'SHANNON','FREEMAN','SHANNON.FREEMAN@sakilacustomer.org',127,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(124,1,'SHEILA','WELLS','SHEILA.WELLS@sakilacustomer.org',128,0,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(125,1,'ETHEL','WEBB','ETHEL.WEBB@sakilacustomer.org',129,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(126,1,'ELLEN','SIMPSON','ELLEN.SIMPSON@sakilacustomer.org',130,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(127,2,'ELAINE','STEVENS','ELAINE.STEVENS@sakilacustomer.org',131,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(128,1,'MARJORIE','TUCKER','MARJORIE.TUCKER@sakilacustomer.org',132,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(129,1,'CARRIE','PORTER','CARRIE.PORTER@sakilacustomer.org',133,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(130,1,'CHARLOTTE','HUNTER','CHARLOTTE.HUNTER@sakilacustomer.org',134,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(131,2,'MONICA','HICKS','MONICA.HICKS@sakilacustomer.org',135,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(132,2,'ESTHER','CRAWFORD','ESTHER.CRAWFORD@sakilacustomer.org',136,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(133,1,'PAULINE','HENRY','PAULINE.HENRY@sakilacustomer.org',137,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(134,1,'EMMA','BOYD','EMMA.BOYD@sakilacustomer.org',138,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(135,2,'JUANITA','MASON','JUANITA.MASON@sakilacustomer.org',139,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(136,2,'ANITA','MORALES','ANITA.MORALES@sakilacustomer.org',140,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(137,2,'RHONDA','KENNEDY','RHONDA.KENNEDY@sakilacustomer.org',141,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(138,1,'HAZEL','WARREN','HAZEL.WARREN@sakilacustomer.org',142,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(139,1,'AMBER','DIXON','AMBER.DIXON@sakilacustomer.org',143,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(140,1,'EVA','RAMOS','EVA.RAMOS@sakilacustomer.org',144,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(141,1,'DEBBIE','REYES','DEBBIE.REYES@sakilacustomer.org',145,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(142,1,'APRIL','BURNS','APRIL.BURNS@sakilacustomer.org',146,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(143,1,'LESLIE','GORDON','LESLIE.GORDON@sakilacustomer.org',147,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(144,1,'CLARA','SHAW','CLARA.SHAW@sakilacustomer.org',148,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(145,1,'LUCILLE','HOLMES','LUCILLE.HOLMES@sakilacustomer.org',149,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(146,1,'JAMIE','RICE','JAMIE.RICE@sakilacustomer.org',150,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(147,2,'JOANNE','ROBERTSON','JOANNE.ROBERTSON@sakilacustomer.org',151,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(148,1,'ELEANOR','HUNT','ELEANOR.HUNT@sakilacustomer.org',152,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(149,1,'VALERIE','BLACK','VALERIE.BLACK@sakilacustomer.org',153,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(150,2,'DANIELLE','DANIELS','DANIELLE.DANIELS@sakilacustomer.org',154,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(151,2,'MEGAN','PALMER','MEGAN.PALMER@sakilacustomer.org',155,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(152,1,'ALICIA','MILLS','ALICIA.MILLS@sakilacustomer.org',156,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(153,2,'SUZANNE','NICHOLS','SUZANNE.NICHOLS@sakilacustomer.org',157,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(154,2,'MICHELE','GRANT','MICHELE.GRANT@sakilacustomer.org',158,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(155,1,'GAIL','KNIGHT','GAIL.KNIGHT@sakilacustomer.org',159,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(156,1,'BERTHA','FERGUSON','BERTHA.FERGUSON@sakilacustomer.org',160,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(157,2,'DARLENE','ROSE','DARLENE.ROSE@sakilacustomer.org',161,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(158,1,'VERONICA','STONE','VERONICA.STONE@sakilacustomer.org',162,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(159,1,'JILL','HAWKINS','JILL.HAWKINS@sakilacustomer.org',163,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(160,2,'ERIN','DUNN','ERIN.DUNN@sakilacustomer.org',164,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(161,1,'GERALDINE','PERKINS','GERALDINE.PERKINS@sakilacustomer.org',165,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(162,2,'LAUREN','HUDSON','LAUREN.HUDSON@sakilacustomer.org',166,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(163,1,'CATHY','SPENCER','CATHY.SPENCER@sakilacustomer.org',167,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(164,2,'JOANN','GARDNER','JOANN.GARDNER@sakilacustomer.org',168,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(165,2,'LORRAINE','STEPHENS','LORRAINE.STEPHENS@sakilacustomer.org',169,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(166,1,'LYNN','PAYNE','LYNN.PAYNE@sakilacustomer.org',170,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(167,2,'SALLY','PIERCE','SALLY.PIERCE@sakilacustomer.org',171,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(168,1,'REGINA','BERRY','REGINA.BERRY@sakilacustomer.org',172,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(169,2,'ERICA','MATTHEWS','ERICA.MATTHEWS@sakilacustomer.org',173,0,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(170,1,'BEATRICE','ARNOLD','BEATRICE.ARNOLD@sakilacustomer.org',174,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(171,2,'DOLORES','WAGNER','DOLORES.WAGNER@sakilacustomer.org',175,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(172,1,'BERNICE','WILLIS','BERNICE.WILLIS@sakilacustomer.org',176,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(173,1,'AUDREY','RAY','AUDREY.RAY@sakilacustomer.org',177,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(174,2,'YVONNE','WATKINS','YVONNE.WATKINS@sakilacustomer.org',178,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(175,1,'ANNETTE','OLSON','ANNETTE.OLSON@sakilacustomer.org',179,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(176,1,'JUNE','CARROLL','JUNE.CARROLL@sakilacustomer.org',180,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(177,2,'SAMANTHA','DUNCAN','SAMANTHA.DUNCAN@sakilacustomer.org',181,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(178,2,'MARION','SNYDER','MARION.SNYDER@sakilacustomer.org',182,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(179,1,'DANA','HART','DANA.HART@sakilacustomer.org',183,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(180,2,'STACY','CUNNINGHAM','STACY.CUNNINGHAM@sakilacustomer.org',184,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(181,2,'ANA','BRADLEY','ANA.BRADLEY@sakilacustomer.org',185,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(182,1,'RENEE','LANE','RENEE.LANE@sakilacustomer.org',186,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(183,2,'IDA','ANDREWS','IDA.ANDREWS@sakilacustomer.org',187,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(184,1,'VIVIAN','RUIZ','VIVIAN.RUIZ@sakilacustomer.org',188,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(185,1,'ROBERTA','HARPER','ROBERTA.HARPER@sakilacustomer.org',189,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(186,2,'HOLLY','FOX','HOLLY.FOX@sakilacustomer.org',190,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(187,2,'BRITTANY','RILEY','BRITTANY.RILEY@sakilacustomer.org',191,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(188,1,'MELANIE','ARMSTRONG','MELANIE.ARMSTRONG@sakilacustomer.org',192,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(189,1,'LORETTA','CARPENTER','LORETTA.CARPENTER@sakilacustomer.org',193,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(190,2,'YOLANDA','WEAVER','YOLANDA.WEAVER@sakilacustomer.org',194,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(191,1,'JEANETTE','GREENE','JEANETTE.GREENE@sakilacustomer.org',195,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(192,1,'LAURIE','LAWRENCE','LAURIE.LAWRENCE@sakilacustomer.org',196,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(193,2,'KATIE','ELLIOTT','KATIE.ELLIOTT@sakilacustomer.org',197,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(194,2,'KRISTEN','CHAVEZ','KRISTEN.CHAVEZ@sakilacustomer.org',198,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(195,1,'VANESSA','SIMS','VANESSA.SIMS@sakilacustomer.org',199,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(196,1,'ALMA','AUSTIN','ALMA.AUSTIN@sakilacustomer.org',200,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(197,2,'SUE','PETERS','SUE.PETERS@sakilacustomer.org',201,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(198,2,'ELSIE','KELLEY','ELSIE.KELLEY@sakilacustomer.org',202,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(199,2,'BETH','FRANKLIN','BETH.FRANKLIN@sakilacustomer.org',203,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(200,2,'JEANNE','LAWSON','JEANNE.LAWSON@sakilacustomer.org',204,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(201,1,'VICKI','FIELDS','VICKI.FIELDS@sakilacustomer.org',205,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(202,2,'CARLA','GUTIERREZ','CARLA.GUTIERREZ@sakilacustomer.org',206,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(203,1,'TARA','RYAN','TARA.RYAN@sakilacustomer.org',207,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(204,1,'ROSEMARY','SCHMIDT','ROSEMARY.SCHMIDT@sakilacustomer.org',208,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(205,2,'EILEEN','CARR','EILEEN.CARR@sakilacustomer.org',209,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(206,1,'TERRI','VASQUEZ','TERRI.VASQUEZ@sakilacustomer.org',210,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(207,1,'GERTRUDE','CASTILLO','GERTRUDE.CASTILLO@sakilacustomer.org',211,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(208,1,'LUCY','WHEELER','LUCY.WHEELER@sakilacustomer.org',212,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(209,2,'TONYA','CHAPMAN','TONYA.CHAPMAN@sakilacustomer.org',213,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(210,2,'ELLA','OLIVER','ELLA.OLIVER@sakilacustomer.org',214,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(211,1,'STACEY','MONTGOMERY','STACEY.MONTGOMERY@sakilacustomer.org',215,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(212,2,'WILMA','RICHARDS','WILMA.RICHARDS@sakilacustomer.org',216,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(213,1,'GINA','WILLIAMSON','GINA.WILLIAMSON@sakilacustomer.org',217,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(214,1,'KRISTIN','JOHNSTON','KRISTIN.JOHNSTON@sakilacustomer.org',218,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(215,2,'JESSIE','BANKS','JESSIE.BANKS@sakilacustomer.org',219,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(216,1,'NATALIE','MEYER','NATALIE.MEYER@sakilacustomer.org',220,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(217,2,'AGNES','BISHOP','AGNES.BISHOP@sakilacustomer.org',221,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(218,1,'VERA','MCCOY','VERA.MCCOY@sakilacustomer.org',222,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(219,2,'WILLIE','HOWELL','WILLIE.HOWELL@sakilacustomer.org',223,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(220,2,'CHARLENE','ALVAREZ','CHARLENE.ALVAREZ@sakilacustomer.org',224,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(221,1,'BESSIE','MORRISON','BESSIE.MORRISON@sakilacustomer.org',225,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(222,2,'DELORES','HANSEN','DELORES.HANSEN@sakilacustomer.org',226,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(223,1,'MELINDA','FERNANDEZ','MELINDA.FERNANDEZ@sakilacustomer.org',227,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(224,2,'PEARL','GARZA','PEARL.GARZA@sakilacustomer.org',228,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(225,1,'ARLENE','HARVEY','ARLENE.HARVEY@sakilacustomer.org',229,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(226,2,'MAUREEN','LITTLE','MAUREEN.LITTLE@sakilacustomer.org',230,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(227,1,'COLLEEN','BURTON','COLLEEN.BURTON@sakilacustomer.org',231,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(228,2,'ALLISON','STANLEY','ALLISON.STANLEY@sakilacustomer.org',232,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(229,1,'TAMARA','NGUYEN','TAMARA.NGUYEN@sakilacustomer.org',233,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(230,2,'JOY','GEORGE','JOY.GEORGE@sakilacustomer.org',234,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(231,1,'GEORGIA','JACOBS','GEORGIA.JACOBS@sakilacustomer.org',235,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(232,2,'CONSTANCE','REID','CONSTANCE.REID@sakilacustomer.org',236,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(233,2,'LILLIE','KIM','LILLIE.KIM@sakilacustomer.org',237,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(234,1,'CLAUDIA','FULLER','CLAUDIA.FULLER@sakilacustomer.org',238,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(235,1,'JACKIE','LYNCH','JACKIE.LYNCH@sakilacustomer.org',239,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(236,1,'MARCIA','DEAN','MARCIA.DEAN@sakilacustomer.org',240,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(237,1,'TANYA','GILBERT','TANYA.GILBERT@sakilacustomer.org',241,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(238,1,'NELLIE','GARRETT','NELLIE.GARRETT@sakilacustomer.org',242,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(239,2,'MINNIE','ROMERO','MINNIE.ROMERO@sakilacustomer.org',243,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(240,1,'MARLENE','WELCH','MARLENE.WELCH@sakilacustomer.org',244,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(241,2,'HEIDI','LARSON','HEIDI.LARSON@sakilacustomer.org',245,0,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(242,1,'GLENDA','FRAZIER','GLENDA.FRAZIER@sakilacustomer.org',246,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(243,1,'LYDIA','BURKE','LYDIA.BURKE@sakilacustomer.org',247,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(244,2,'VIOLA','HANSON','VIOLA.HANSON@sakilacustomer.org',248,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(245,1,'COURTNEY','DAY','COURTNEY.DAY@sakilacustomer.org',249,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(246,1,'MARIAN','MENDOZA','MARIAN.MENDOZA@sakilacustomer.org',250,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(247,1,'STELLA','MORENO','STELLA.MORENO@sakilacustomer.org',251,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(248,1,'CAROLINE','BOWMAN','CAROLINE.BOWMAN@sakilacustomer.org',252,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(249,2,'DORA','MEDINA','DORA.MEDINA@sakilacustomer.org',253,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(250,2,'JO','FOWLER','JO.FOWLER@sakilacustomer.org',254,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(251,2,'VICKIE','BREWER','VICKIE.BREWER@sakilacustomer.org',255,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(252,2,'MATTIE','HOFFMAN','MATTIE.HOFFMAN@sakilacustomer.org',256,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(253,1,'TERRY','CARLSON','TERRY.CARLSON@sakilacustomer.org',258,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(254,2,'MAXINE','SILVA','MAXINE.SILVA@sakilacustomer.org',259,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(255,2,'IRMA','PEARSON','IRMA.PEARSON@sakilacustomer.org',260,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(256,2,'MABEL','HOLLAND','MABEL.HOLLAND@sakilacustomer.org',261,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(257,2,'MARSHA','DOUGLAS','MARSHA.DOUGLAS@sakilacustomer.org',262,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(258,1,'MYRTLE','FLEMING','MYRTLE.FLEMING@sakilacustomer.org',263,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(259,2,'LENA','JENSEN','LENA.JENSEN@sakilacustomer.org',264,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(260,1,'CHRISTY','VARGAS','CHRISTY.VARGAS@sakilacustomer.org',265,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(261,1,'DEANNA','BYRD','DEANNA.BYRD@sakilacustomer.org',266,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(262,2,'PATSY','DAVIDSON','PATSY.DAVIDSON@sakilacustomer.org',267,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(263,1,'HILDA','HOPKINS','HILDA.HOPKINS@sakilacustomer.org',268,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(264,1,'GWENDOLYN','MAY','GWENDOLYN.MAY@sakilacustomer.org',269,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(265,2,'JENNIE','TERRY','JENNIE.TERRY@sakilacustomer.org',270,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(266,2,'NORA','HERRERA','NORA.HERRERA@sakilacustomer.org',271,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(267,1,'MARGIE','WADE','MARGIE.WADE@sakilacustomer.org',272,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(268,1,'NINA','SOTO','NINA.SOTO@sakilacustomer.org',273,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(269,1,'CASSANDRA','WALTERS','CASSANDRA.WALTERS@sakilacustomer.org',274,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(270,1,'LEAH','CURTIS','LEAH.CURTIS@sakilacustomer.org',275,1,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(271,1,'PENNY','NEAL','PENNY.NEAL@sakilacustomer.org',276,0,'2006-02-14 22:04:36','2006-02-15 04:57:20'),(272,1,'KAY','CALDWELL','KAY.CALDWELL@sakilacustomer.org',277,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(273,2,'PRISCILLA','LOWE','PRISCILLA.LOWE@sakilacustomer.org',278,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(274,1,'NAOMI','JENNINGS','NAOMI.JENNINGS@sakilacustomer.org',279,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(275,2,'CAROLE','BARNETT','CAROLE.BARNETT@sakilacustomer.org',280,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(276,1,'BRANDY','GRAVES','BRANDY.GRAVES@sakilacustomer.org',281,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(277,2,'OLGA','JIMENEZ','OLGA.JIMENEZ@sakilacustomer.org',282,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(278,2,'BILLIE','HORTON','BILLIE.HORTON@sakilacustomer.org',283,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(279,2,'DIANNE','SHELTON','DIANNE.SHELTON@sakilacustomer.org',284,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(280,2,'TRACEY','BARRETT','TRACEY.BARRETT@sakilacustomer.org',285,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(281,2,'LEONA','OBRIEN','LEONA.OBRIEN@sakilacustomer.org',286,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(282,2,'JENNY','CASTRO','JENNY.CASTRO@sakilacustomer.org',287,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(283,1,'FELICIA','SUTTON','FELICIA.SUTTON@sakilacustomer.org',288,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(284,1,'SONIA','GREGORY','SONIA.GREGORY@sakilacustomer.org',289,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(285,1,'MIRIAM','MCKINNEY','MIRIAM.MCKINNEY@sakilacustomer.org',290,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(286,1,'VELMA','LUCAS','VELMA.LUCAS@sakilacustomer.org',291,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(287,2,'BECKY','MILES','BECKY.MILES@sakilacustomer.org',292,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(288,1,'BOBBIE','CRAIG','BOBBIE.CRAIG@sakilacustomer.org',293,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(289,1,'VIOLET','RODRIQUEZ','VIOLET.RODRIQUEZ@sakilacustomer.org',294,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(290,1,'KRISTINA','CHAMBERS','KRISTINA.CHAMBERS@sakilacustomer.org',295,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(291,1,'TONI','HOLT','TONI.HOLT@sakilacustomer.org',296,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(292,2,'MISTY','LAMBERT','MISTY.LAMBERT@sakilacustomer.org',297,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(293,2,'MAE','FLETCHER','MAE.FLETCHER@sakilacustomer.org',298,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(294,2,'SHELLY','WATTS','SHELLY.WATTS@sakilacustomer.org',299,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(295,1,'DAISY','BATES','DAISY.BATES@sakilacustomer.org',300,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(296,2,'RAMONA','HALE','RAMONA.HALE@sakilacustomer.org',301,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(297,1,'SHERRI','RHODES','SHERRI.RHODES@sakilacustomer.org',302,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(298,1,'ERIKA','PENA','ERIKA.PENA@sakilacustomer.org',303,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(299,2,'JAMES','GANNON','JAMES.GANNON@sakilacustomer.org',304,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(300,1,'JOHN','FARNSWORTH','JOHN.FARNSWORTH@sakilacustomer.org',305,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(301,2,'ROBERT','BAUGHMAN','ROBERT.BAUGHMAN@sakilacustomer.org',306,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(302,1,'MICHAEL','SILVERMAN','MICHAEL.SILVERMAN@sakilacustomer.org',307,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(303,2,'WILLIAM','SATTERFIELD','WILLIAM.SATTERFIELD@sakilacustomer.org',308,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(304,2,'DAVID','ROYAL','DAVID.ROYAL@sakilacustomer.org',309,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(305,1,'RICHARD','MCCRARY','RICHARD.MCCRARY@sakilacustomer.org',310,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(306,1,'CHARLES','KOWALSKI','CHARLES.KOWALSKI@sakilacustomer.org',311,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(307,2,'JOSEPH','JOY','JOSEPH.JOY@sakilacustomer.org',312,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(308,1,'THOMAS','GRIGSBY','THOMAS.GRIGSBY@sakilacustomer.org',313,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(309,1,'CHRISTOPHER','GRECO','CHRISTOPHER.GRECO@sakilacustomer.org',314,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(310,2,'DANIEL','CABRAL','DANIEL.CABRAL@sakilacustomer.org',315,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(311,2,'PAUL','TROUT','PAUL.TROUT@sakilacustomer.org',316,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(312,2,'MARK','RINEHART','MARK.RINEHART@sakilacustomer.org',317,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(313,2,'DONALD','MAHON','DONALD.MAHON@sakilacustomer.org',318,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(314,1,'GEORGE','LINTON','GEORGE.LINTON@sakilacustomer.org',319,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(315,2,'KENNETH','GOODEN','KENNETH.GOODEN@sakilacustomer.org',320,0,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(316,1,'STEVEN','CURLEY','STEVEN.CURLEY@sakilacustomer.org',321,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(317,2,'EDWARD','BAUGH','EDWARD.BAUGH@sakilacustomer.org',322,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(318,1,'BRIAN','WYMAN','BRIAN.WYMAN@sakilacustomer.org',323,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(319,2,'RONALD','WEINER','RONALD.WEINER@sakilacustomer.org',324,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(320,2,'ANTHONY','SCHWAB','ANTHONY.SCHWAB@sakilacustomer.org',325,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(321,1,'KEVIN','SCHULER','KEVIN.SCHULER@sakilacustomer.org',326,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(322,1,'JASON','MORRISSEY','JASON.MORRISSEY@sakilacustomer.org',327,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(323,2,'MATTHEW','MAHAN','MATTHEW.MAHAN@sakilacustomer.org',328,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(324,2,'GARY','COY','GARY.COY@sakilacustomer.org',329,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(325,1,'TIMOTHY','BUNN','TIMOTHY.BUNN@sakilacustomer.org',330,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(326,1,'JOSE','ANDREW','JOSE.ANDREW@sakilacustomer.org',331,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(327,2,'LARRY','THRASHER','LARRY.THRASHER@sakilacustomer.org',332,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(328,2,'JEFFREY','SPEAR','JEFFREY.SPEAR@sakilacustomer.org',333,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(329,2,'FRANK','WAGGONER','FRANK.WAGGONER@sakilacustomer.org',334,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(330,1,'SCOTT','SHELLEY','SCOTT.SHELLEY@sakilacustomer.org',335,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(331,1,'ERIC','ROBERT','ERIC.ROBERT@sakilacustomer.org',336,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(332,1,'STEPHEN','QUALLS','STEPHEN.QUALLS@sakilacustomer.org',337,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(333,2,'ANDREW','PURDY','ANDREW.PURDY@sakilacustomer.org',338,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(334,2,'RAYMOND','MCWHORTER','RAYMOND.MCWHORTER@sakilacustomer.org',339,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(335,1,'GREGORY','MAULDIN','GREGORY.MAULDIN@sakilacustomer.org',340,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(336,1,'JOSHUA','MARK','JOSHUA.MARK@sakilacustomer.org',341,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(337,1,'JERRY','JORDON','JERRY.JORDON@sakilacustomer.org',342,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(338,1,'DENNIS','GILMAN','DENNIS.GILMAN@sakilacustomer.org',343,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(339,2,'WALTER','PERRYMAN','WALTER.PERRYMAN@sakilacustomer.org',344,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(340,1,'PATRICK','NEWSOM','PATRICK.NEWSOM@sakilacustomer.org',345,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(341,1,'PETER','MENARD','PETER.MENARD@sakilacustomer.org',346,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(342,1,'HAROLD','MARTINO','HAROLD.MARTINO@sakilacustomer.org',347,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(343,1,'DOUGLAS','GRAF','DOUGLAS.GRAF@sakilacustomer.org',348,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(344,1,'HENRY','BILLINGSLEY','HENRY.BILLINGSLEY@sakilacustomer.org',349,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(345,1,'CARL','ARTIS','CARL.ARTIS@sakilacustomer.org',350,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(346,1,'ARTHUR','SIMPKINS','ARTHUR.SIMPKINS@sakilacustomer.org',351,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(347,2,'RYAN','SALISBURY','RYAN.SALISBURY@sakilacustomer.org',352,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(348,2,'ROGER','QUINTANILLA','ROGER.QUINTANILLA@sakilacustomer.org',353,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(349,2,'JOE','GILLILAND','JOE.GILLILAND@sakilacustomer.org',354,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(350,1,'JUAN','FRALEY','JUAN.FRALEY@sakilacustomer.org',355,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(351,1,'JACK','FOUST','JACK.FOUST@sakilacustomer.org',356,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(352,1,'ALBERT','CROUSE','ALBERT.CROUSE@sakilacustomer.org',357,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(353,1,'JONATHAN','SCARBOROUGH','JONATHAN.SCARBOROUGH@sakilacustomer.org',358,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(354,2,'JUSTIN','NGO','JUSTIN.NGO@sakilacustomer.org',359,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(355,2,'TERRY','GRISSOM','TERRY.GRISSOM@sakilacustomer.org',360,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(356,2,'GERALD','FULTZ','GERALD.FULTZ@sakilacustomer.org',361,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(357,1,'KEITH','RICO','KEITH.RICO@sakilacustomer.org',362,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(358,2,'SAMUEL','MARLOW','SAMUEL.MARLOW@sakilacustomer.org',363,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(359,2,'WILLIE','MARKHAM','WILLIE.MARKHAM@sakilacustomer.org',364,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(360,2,'RALPH','MADRIGAL','RALPH.MADRIGAL@sakilacustomer.org',365,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(361,2,'LAWRENCE','LAWTON','LAWRENCE.LAWTON@sakilacustomer.org',366,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(362,1,'NICHOLAS','BARFIELD','NICHOLAS.BARFIELD@sakilacustomer.org',367,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(363,2,'ROY','WHITING','ROY.WHITING@sakilacustomer.org',368,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(364,1,'BENJAMIN','VARNEY','BENJAMIN.VARNEY@sakilacustomer.org',369,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(365,2,'BRUCE','SCHWARZ','BRUCE.SCHWARZ@sakilacustomer.org',370,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(366,1,'BRANDON','HUEY','BRANDON.HUEY@sakilacustomer.org',371,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(367,1,'ADAM','GOOCH','ADAM.GOOCH@sakilacustomer.org',372,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(368,1,'HARRY','ARCE','HARRY.ARCE@sakilacustomer.org',373,0,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(369,2,'FRED','WHEAT','FRED.WHEAT@sakilacustomer.org',374,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(370,2,'WAYNE','TRUONG','WAYNE.TRUONG@sakilacustomer.org',375,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(371,1,'BILLY','POULIN','BILLY.POULIN@sakilacustomer.org',376,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(372,2,'STEVE','MACKENZIE','STEVE.MACKENZIE@sakilacustomer.org',377,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(373,1,'LOUIS','LEONE','LOUIS.LEONE@sakilacustomer.org',378,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(374,2,'JEREMY','HURTADO','JEREMY.HURTADO@sakilacustomer.org',379,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(375,2,'AARON','SELBY','AARON.SELBY@sakilacustomer.org',380,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(376,1,'RANDY','GAITHER','RANDY.GAITHER@sakilacustomer.org',381,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(377,1,'HOWARD','FORTNER','HOWARD.FORTNER@sakilacustomer.org',382,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(378,1,'EUGENE','CULPEPPER','EUGENE.CULPEPPER@sakilacustomer.org',383,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(379,1,'CARLOS','COUGHLIN','CARLOS.COUGHLIN@sakilacustomer.org',384,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(380,1,'RUSSELL','BRINSON','RUSSELL.BRINSON@sakilacustomer.org',385,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(381,2,'BOBBY','BOUDREAU','BOBBY.BOUDREAU@sakilacustomer.org',386,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(382,2,'VICTOR','BARKLEY','VICTOR.BARKLEY@sakilacustomer.org',387,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(383,1,'MARTIN','BALES','MARTIN.BALES@sakilacustomer.org',388,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(384,2,'ERNEST','STEPP','ERNEST.STEPP@sakilacustomer.org',389,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(385,1,'PHILLIP','HOLM','PHILLIP.HOLM@sakilacustomer.org',390,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(386,1,'TODD','TAN','TODD.TAN@sakilacustomer.org',391,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(387,2,'JESSE','SCHILLING','JESSE.SCHILLING@sakilacustomer.org',392,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(388,2,'CRAIG','MORRELL','CRAIG.MORRELL@sakilacustomer.org',393,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(389,1,'ALAN','KAHN','ALAN.KAHN@sakilacustomer.org',394,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(390,1,'SHAWN','HEATON','SHAWN.HEATON@sakilacustomer.org',395,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(391,1,'CLARENCE','GAMEZ','CLARENCE.GAMEZ@sakilacustomer.org',396,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(392,2,'SEAN','DOUGLASS','SEAN.DOUGLASS@sakilacustomer.org',397,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(393,1,'PHILIP','CAUSEY','PHILIP.CAUSEY@sakilacustomer.org',398,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(394,2,'CHRIS','BROTHERS','CHRIS.BROTHERS@sakilacustomer.org',399,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(395,2,'JOHNNY','TURPIN','JOHNNY.TURPIN@sakilacustomer.org',400,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(396,1,'EARL','SHANKS','EARL.SHANKS@sakilacustomer.org',401,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(397,1,'JIMMY','SCHRADER','JIMMY.SCHRADER@sakilacustomer.org',402,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(398,1,'ANTONIO','MEEK','ANTONIO.MEEK@sakilacustomer.org',403,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(399,1,'DANNY','ISOM','DANNY.ISOM@sakilacustomer.org',404,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(400,2,'BRYAN','HARDISON','BRYAN.HARDISON@sakilacustomer.org',405,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(401,2,'TONY','CARRANZA','TONY.CARRANZA@sakilacustomer.org',406,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(402,1,'LUIS','YANEZ','LUIS.YANEZ@sakilacustomer.org',407,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(403,1,'MIKE','WAY','MIKE.WAY@sakilacustomer.org',408,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(404,2,'STANLEY','SCROGGINS','STANLEY.SCROGGINS@sakilacustomer.org',409,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(405,1,'LEONARD','SCHOFIELD','LEONARD.SCHOFIELD@sakilacustomer.org',410,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(406,1,'NATHAN','RUNYON','NATHAN.RUNYON@sakilacustomer.org',411,0,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(407,1,'DALE','RATCLIFF','DALE.RATCLIFF@sakilacustomer.org',412,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(408,1,'MANUEL','MURRELL','MANUEL.MURRELL@sakilacustomer.org',413,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(409,2,'RODNEY','MOELLER','RODNEY.MOELLER@sakilacustomer.org',414,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(410,2,'CURTIS','IRBY','CURTIS.IRBY@sakilacustomer.org',415,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(411,1,'NORMAN','CURRIER','NORMAN.CURRIER@sakilacustomer.org',416,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(412,2,'ALLEN','BUTTERFIELD','ALLEN.BUTTERFIELD@sakilacustomer.org',417,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(413,2,'MARVIN','YEE','MARVIN.YEE@sakilacustomer.org',418,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(414,1,'VINCENT','RALSTON','VINCENT.RALSTON@sakilacustomer.org',419,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(415,1,'GLENN','PULLEN','GLENN.PULLEN@sakilacustomer.org',420,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(416,2,'JEFFERY','PINSON','JEFFERY.PINSON@sakilacustomer.org',421,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(417,1,'TRAVIS','ESTEP','TRAVIS.ESTEP@sakilacustomer.org',422,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(418,2,'JEFF','EAST','JEFF.EAST@sakilacustomer.org',423,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(419,1,'CHAD','CARBONE','CHAD.CARBONE@sakilacustomer.org',424,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(420,1,'JACOB','LANCE','JACOB.LANCE@sakilacustomer.org',425,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(421,1,'LEE','HAWKS','LEE.HAWKS@sakilacustomer.org',426,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(422,1,'MELVIN','ELLINGTON','MELVIN.ELLINGTON@sakilacustomer.org',427,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(423,2,'ALFRED','CASILLAS','ALFRED.CASILLAS@sakilacustomer.org',428,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(424,2,'KYLE','SPURLOCK','KYLE.SPURLOCK@sakilacustomer.org',429,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(425,2,'FRANCIS','SIKES','FRANCIS.SIKES@sakilacustomer.org',430,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(426,1,'BRADLEY','MOTLEY','BRADLEY.MOTLEY@sakilacustomer.org',431,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(427,2,'JESUS','MCCARTNEY','JESUS.MCCARTNEY@sakilacustomer.org',432,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(428,2,'HERBERT','KRUGER','HERBERT.KRUGER@sakilacustomer.org',433,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(429,2,'FREDERICK','ISBELL','FREDERICK.ISBELL@sakilacustomer.org',434,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(430,1,'RAY','HOULE','RAY.HOULE@sakilacustomer.org',435,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(431,2,'JOEL','FRANCISCO','JOEL.FRANCISCO@sakilacustomer.org',436,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(432,1,'EDWIN','BURK','EDWIN.BURK@sakilacustomer.org',437,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(433,1,'DON','BONE','DON.BONE@sakilacustomer.org',438,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(434,1,'EDDIE','TOMLIN','EDDIE.TOMLIN@sakilacustomer.org',439,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(435,2,'RICKY','SHELBY','RICKY.SHELBY@sakilacustomer.org',440,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(436,1,'TROY','QUIGLEY','TROY.QUIGLEY@sakilacustomer.org',441,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(437,2,'RANDALL','NEUMANN','RANDALL.NEUMANN@sakilacustomer.org',442,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(438,1,'BARRY','LOVELACE','BARRY.LOVELACE@sakilacustomer.org',443,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(439,2,'ALEXANDER','FENNELL','ALEXANDER.FENNELL@sakilacustomer.org',444,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(440,1,'BERNARD','COLBY','BERNARD.COLBY@sakilacustomer.org',445,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(441,1,'MARIO','CHEATHAM','MARIO.CHEATHAM@sakilacustomer.org',446,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(442,1,'LEROY','BUSTAMANTE','LEROY.BUSTAMANTE@sakilacustomer.org',447,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(443,2,'FRANCISCO','SKIDMORE','FRANCISCO.SKIDMORE@sakilacustomer.org',448,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(444,2,'MARCUS','HIDALGO','MARCUS.HIDALGO@sakilacustomer.org',449,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(445,1,'MICHEAL','FORMAN','MICHEAL.FORMAN@sakilacustomer.org',450,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(446,2,'THEODORE','CULP','THEODORE.CULP@sakilacustomer.org',451,0,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(447,1,'CLIFFORD','BOWENS','CLIFFORD.BOWENS@sakilacustomer.org',452,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(448,1,'MIGUEL','BETANCOURT','MIGUEL.BETANCOURT@sakilacustomer.org',453,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(449,2,'OSCAR','AQUINO','OSCAR.AQUINO@sakilacustomer.org',454,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(450,1,'JAY','ROBB','JAY.ROBB@sakilacustomer.org',455,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(451,1,'JIM','REA','JIM.REA@sakilacustomer.org',456,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(452,1,'TOM','MILNER','TOM.MILNER@sakilacustomer.org',457,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(453,1,'CALVIN','MARTEL','CALVIN.MARTEL@sakilacustomer.org',458,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(454,2,'ALEX','GRESHAM','ALEX.GRESHAM@sakilacustomer.org',459,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(455,2,'JON','WILES','JON.WILES@sakilacustomer.org',460,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(456,2,'RONNIE','RICKETTS','RONNIE.RICKETTS@sakilacustomer.org',461,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(457,2,'BILL','GAVIN','BILL.GAVIN@sakilacustomer.org',462,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(458,1,'LLOYD','DOWD','LLOYD.DOWD@sakilacustomer.org',463,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(459,1,'TOMMY','COLLAZO','TOMMY.COLLAZO@sakilacustomer.org',464,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(460,1,'LEON','BOSTIC','LEON.BOSTIC@sakilacustomer.org',465,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(461,1,'DEREK','BLAKELY','DEREK.BLAKELY@sakilacustomer.org',466,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(462,2,'WARREN','SHERROD','WARREN.SHERROD@sakilacustomer.org',467,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(463,2,'DARRELL','POWER','DARRELL.POWER@sakilacustomer.org',468,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(464,1,'JEROME','KENYON','JEROME.KENYON@sakilacustomer.org',469,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(465,1,'FLOYD','GANDY','FLOYD.GANDY@sakilacustomer.org',470,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(466,1,'LEO','EBERT','LEO.EBERT@sakilacustomer.org',471,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(467,2,'ALVIN','DELOACH','ALVIN.DELOACH@sakilacustomer.org',472,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(468,1,'TIM','CARY','TIM.CARY@sakilacustomer.org',473,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(469,2,'WESLEY','BULL','WESLEY.BULL@sakilacustomer.org',474,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(470,1,'GORDON','ALLARD','GORDON.ALLARD@sakilacustomer.org',475,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(471,1,'DEAN','SAUER','DEAN.SAUER@sakilacustomer.org',476,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(472,1,'GREG','ROBINS','GREG.ROBINS@sakilacustomer.org',477,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(473,2,'JORGE','OLIVARES','JORGE.OLIVARES@sakilacustomer.org',478,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(474,2,'DUSTIN','GILLETTE','DUSTIN.GILLETTE@sakilacustomer.org',479,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(475,2,'PEDRO','CHESTNUT','PEDRO.CHESTNUT@sakilacustomer.org',480,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(476,1,'DERRICK','BOURQUE','DERRICK.BOURQUE@sakilacustomer.org',481,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(477,1,'DAN','PAINE','DAN.PAINE@sakilacustomer.org',482,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(478,1,'LEWIS','LYMAN','LEWIS.LYMAN@sakilacustomer.org',483,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(479,1,'ZACHARY','HITE','ZACHARY.HITE@sakilacustomer.org',484,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(480,1,'COREY','HAUSER','COREY.HAUSER@sakilacustomer.org',485,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(481,1,'HERMAN','DEVORE','HERMAN.DEVORE@sakilacustomer.org',486,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(482,1,'MAURICE','CRAWLEY','MAURICE.CRAWLEY@sakilacustomer.org',487,0,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(483,2,'VERNON','CHAPA','VERNON.CHAPA@sakilacustomer.org',488,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(484,1,'ROBERTO','VU','ROBERTO.VU@sakilacustomer.org',489,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(485,1,'CLYDE','TOBIAS','CLYDE.TOBIAS@sakilacustomer.org',490,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(486,1,'GLEN','TALBERT','GLEN.TALBERT@sakilacustomer.org',491,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(487,2,'HECTOR','POINDEXTER','HECTOR.POINDEXTER@sakilacustomer.org',492,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(488,2,'SHANE','MILLARD','SHANE.MILLARD@sakilacustomer.org',493,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(489,1,'RICARDO','MEADOR','RICARDO.MEADOR@sakilacustomer.org',494,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(490,1,'SAM','MCDUFFIE','SAM.MCDUFFIE@sakilacustomer.org',495,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(491,2,'RICK','MATTOX','RICK.MATTOX@sakilacustomer.org',496,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(492,2,'LESTER','KRAUS','LESTER.KRAUS@sakilacustomer.org',497,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(493,1,'BRENT','HARKINS','BRENT.HARKINS@sakilacustomer.org',498,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(494,2,'RAMON','CHOATE','RAMON.CHOATE@sakilacustomer.org',499,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(495,2,'CHARLIE','BESS','CHARLIE.BESS@sakilacustomer.org',500,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(496,2,'TYLER','WREN','TYLER.WREN@sakilacustomer.org',501,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(497,2,'GILBERT','SLEDGE','GILBERT.SLEDGE@sakilacustomer.org',502,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(498,1,'GENE','SANBORN','GENE.SANBORN@sakilacustomer.org',503,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(499,2,'MARC','OUTLAW','MARC.OUTLAW@sakilacustomer.org',504,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(500,1,'REGINALD','KINDER','REGINALD.KINDER@sakilacustomer.org',505,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(501,1,'RUBEN','GEARY','RUBEN.GEARY@sakilacustomer.org',506,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(502,1,'BRETT','CORNWELL','BRETT.CORNWELL@sakilacustomer.org',507,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(503,1,'ANGEL','BARCLAY','ANGEL.BARCLAY@sakilacustomer.org',508,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(504,1,'NATHANIEL','ADAM','NATHANIEL.ADAM@sakilacustomer.org',509,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(505,1,'RAFAEL','ABNEY','RAFAEL.ABNEY@sakilacustomer.org',510,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(506,2,'LESLIE','SEWARD','LESLIE.SEWARD@sakilacustomer.org',511,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(507,2,'EDGAR','RHOADS','EDGAR.RHOADS@sakilacustomer.org',512,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(508,2,'MILTON','HOWLAND','MILTON.HOWLAND@sakilacustomer.org',513,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(509,1,'RAUL','FORTIER','RAUL.FORTIER@sakilacustomer.org',514,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(510,2,'BEN','EASTER','BEN.EASTER@sakilacustomer.org',515,0,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(511,1,'CHESTER','BENNER','CHESTER.BENNER@sakilacustomer.org',516,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(512,1,'CECIL','VINES','CECIL.VINES@sakilacustomer.org',517,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(513,2,'DUANE','TUBBS','DUANE.TUBBS@sakilacustomer.org',519,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(514,2,'FRANKLIN','TROUTMAN','FRANKLIN.TROUTMAN@sakilacustomer.org',520,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(515,1,'ANDRE','RAPP','ANDRE.RAPP@sakilacustomer.org',521,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(516,2,'ELMER','NOE','ELMER.NOE@sakilacustomer.org',522,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(517,2,'BRAD','MCCURDY','BRAD.MCCURDY@sakilacustomer.org',523,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(518,1,'GABRIEL','HARDER','GABRIEL.HARDER@sakilacustomer.org',524,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(519,2,'RON','DELUCA','RON.DELUCA@sakilacustomer.org',525,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(520,2,'MITCHELL','WESTMORELAND','MITCHELL.WESTMORELAND@sakilacustomer.org',526,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(521,2,'ROLAND','SOUTH','ROLAND.SOUTH@sakilacustomer.org',527,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(522,2,'ARNOLD','HAVENS','ARNOLD.HAVENS@sakilacustomer.org',528,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(523,1,'HARVEY','GUAJARDO','HARVEY.GUAJARDO@sakilacustomer.org',529,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(524,1,'JARED','ELY','JARED.ELY@sakilacustomer.org',530,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(525,2,'ADRIAN','CLARY','ADRIAN.CLARY@sakilacustomer.org',531,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(526,2,'KARL','SEAL','KARL.SEAL@sakilacustomer.org',532,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(527,1,'CORY','MEEHAN','CORY.MEEHAN@sakilacustomer.org',533,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(528,1,'CLAUDE','HERZOG','CLAUDE.HERZOG@sakilacustomer.org',534,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(529,2,'ERIK','GUILLEN','ERIK.GUILLEN@sakilacustomer.org',535,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(530,2,'DARRYL','ASHCRAFT','DARRYL.ASHCRAFT@sakilacustomer.org',536,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(531,2,'JAMIE','WAUGH','JAMIE.WAUGH@sakilacustomer.org',537,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(532,2,'NEIL','RENNER','NEIL.RENNER@sakilacustomer.org',538,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(533,1,'JESSIE','MILAM','JESSIE.MILAM@sakilacustomer.org',539,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(534,1,'CHRISTIAN','JUNG','CHRISTIAN.JUNG@sakilacustomer.org',540,0,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(535,1,'JAVIER','ELROD','JAVIER.ELROD@sakilacustomer.org',541,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(536,2,'FERNANDO','CHURCHILL','FERNANDO.CHURCHILL@sakilacustomer.org',542,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(537,2,'CLINTON','BUFORD','CLINTON.BUFORD@sakilacustomer.org',543,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(538,2,'TED','BREAUX','TED.BREAUX@sakilacustomer.org',544,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(539,1,'MATHEW','BOLIN','MATHEW.BOLIN@sakilacustomer.org',545,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(540,1,'TYRONE','ASHER','TYRONE.ASHER@sakilacustomer.org',546,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(541,2,'DARREN','WINDHAM','DARREN.WINDHAM@sakilacustomer.org',547,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(542,2,'LONNIE','TIRADO','LONNIE.TIRADO@sakilacustomer.org',548,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(543,1,'LANCE','PEMBERTON','LANCE.PEMBERTON@sakilacustomer.org',549,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(544,2,'CODY','NOLEN','CODY.NOLEN@sakilacustomer.org',550,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(545,2,'JULIO','NOLAND','JULIO.NOLAND@sakilacustomer.org',551,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(546,1,'KELLY','KNOTT','KELLY.KNOTT@sakilacustomer.org',552,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(547,1,'KURT','EMMONS','KURT.EMMONS@sakilacustomer.org',553,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(548,1,'ALLAN','CORNISH','ALLAN.CORNISH@sakilacustomer.org',554,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(549,1,'NELSON','CHRISTENSON','NELSON.CHRISTENSON@sakilacustomer.org',555,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(550,2,'GUY','BROWNLEE','GUY.BROWNLEE@sakilacustomer.org',556,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(551,2,'CLAYTON','BARBEE','CLAYTON.BARBEE@sakilacustomer.org',557,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(552,2,'HUGH','WALDROP','HUGH.WALDROP@sakilacustomer.org',558,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(553,1,'MAX','PITT','MAX.PITT@sakilacustomer.org',559,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(554,1,'DWAYNE','OLVERA','DWAYNE.OLVERA@sakilacustomer.org',560,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(555,1,'DWIGHT','LOMBARDI','DWIGHT.LOMBARDI@sakilacustomer.org',561,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(556,2,'ARMANDO','GRUBER','ARMANDO.GRUBER@sakilacustomer.org',562,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(557,1,'FELIX','GAFFNEY','FELIX.GAFFNEY@sakilacustomer.org',563,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(558,1,'JIMMIE','EGGLESTON','JIMMIE.EGGLESTON@sakilacustomer.org',564,0,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(559,2,'EVERETT','BANDA','EVERETT.BANDA@sakilacustomer.org',565,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(560,1,'JORDAN','ARCHULETA','JORDAN.ARCHULETA@sakilacustomer.org',566,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(561,2,'IAN','STILL','IAN.STILL@sakilacustomer.org',567,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(562,1,'WALLACE','SLONE','WALLACE.SLONE@sakilacustomer.org',568,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(563,2,'KEN','PREWITT','KEN.PREWITT@sakilacustomer.org',569,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(564,2,'BOB','PFEIFFER','BOB.PFEIFFER@sakilacustomer.org',570,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(565,2,'JAIME','NETTLES','JAIME.NETTLES@sakilacustomer.org',571,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(566,1,'CASEY','MENA','CASEY.MENA@sakilacustomer.org',572,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(567,2,'ALFREDO','MCADAMS','ALFREDO.MCADAMS@sakilacustomer.org',573,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(568,2,'ALBERTO','HENNING','ALBERTO.HENNING@sakilacustomer.org',574,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(569,2,'DAVE','GARDINER','DAVE.GARDINER@sakilacustomer.org',575,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(570,2,'IVAN','CROMWELL','IVAN.CROMWELL@sakilacustomer.org',576,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(571,2,'JOHNNIE','CHISHOLM','JOHNNIE.CHISHOLM@sakilacustomer.org',577,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(572,1,'SIDNEY','BURLESON','SIDNEY.BURLESON@sakilacustomer.org',578,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(573,1,'BYRON','BOX','BYRON.BOX@sakilacustomer.org',579,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(574,2,'JULIAN','VEST','JULIAN.VEST@sakilacustomer.org',580,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(575,2,'ISAAC','OGLESBY','ISAAC.OGLESBY@sakilacustomer.org',581,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(576,2,'MORRIS','MCCARTER','MORRIS.MCCARTER@sakilacustomer.org',582,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(577,2,'CLIFTON','MALCOLM','CLIFTON.MALCOLM@sakilacustomer.org',583,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(578,2,'WILLARD','LUMPKIN','WILLARD.LUMPKIN@sakilacustomer.org',584,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(579,2,'DARYL','LARUE','DARYL.LARUE@sakilacustomer.org',585,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(580,1,'ROSS','GREY','ROSS.GREY@sakilacustomer.org',586,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(581,1,'VIRGIL','WOFFORD','VIRGIL.WOFFORD@sakilacustomer.org',587,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(582,2,'ANDY','VANHORN','ANDY.VANHORN@sakilacustomer.org',588,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(583,1,'MARSHALL','THORN','MARSHALL.THORN@sakilacustomer.org',589,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(584,2,'SALVADOR','TEEL','SALVADOR.TEEL@sakilacustomer.org',590,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(585,1,'PERRY','SWAFFORD','PERRY.SWAFFORD@sakilacustomer.org',591,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(586,1,'KIRK','STCLAIR','KIRK.STCLAIR@sakilacustomer.org',592,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(587,1,'SERGIO','STANFIELD','SERGIO.STANFIELD@sakilacustomer.org',593,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(588,1,'MARION','OCAMPO','MARION.OCAMPO@sakilacustomer.org',594,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(589,1,'TRACY','HERRMANN','TRACY.HERRMANN@sakilacustomer.org',595,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(590,2,'SETH','HANNON','SETH.HANNON@sakilacustomer.org',596,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(591,1,'KENT','ARSENAULT','KENT.ARSENAULT@sakilacustomer.org',597,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(592,1,'TERRANCE','ROUSH','TERRANCE.ROUSH@sakilacustomer.org',598,0,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(593,2,'RENE','MCALISTER','RENE.MCALISTER@sakilacustomer.org',599,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(594,1,'EDUARDO','HIATT','EDUARDO.HIATT@sakilacustomer.org',600,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(595,1,'TERRENCE','GUNDERSON','TERRENCE.GUNDERSON@sakilacustomer.org',601,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(596,1,'ENRIQUE','FORSYTHE','ENRIQUE.FORSYTHE@sakilacustomer.org',602,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(597,1,'FREDDIE','DUGGAN','FREDDIE.DUGGAN@sakilacustomer.org',603,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(598,1,'WADE','DELVALLE','WADE.DELVALLE@sakilacustomer.org',604,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'),(599,2,'AUSTIN','CINTRON','AUSTIN.CINTRON@sakilacustomer.org',605,1,'2006-02-14 22:04:37','2006-02-15 04:57:20'); + +INSERT INTO film VALUES (1,'ACADEMY DINOSAUR','A Epic Drama of a Feminist And a Mad Scientist who must Battle a Teacher in The Canadian Rockies',2006,1,NULL,6,'0.99',86,'20.99','PG','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(2,'ACE GOLDFINGER','A Astounding Epistle of a Database Administrator And a Explorer who must Find a Car in Ancient China',2006,1,NULL,3,'4.99',48,'12.99','G','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(3,'ADAPTATION HOLES','A Astounding Reflection of a Lumberjack And a Car who must Sink a Lumberjack in A Baloon Factory',2006,1,NULL,7,'2.99',50,'18.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(4,'AFFAIR PREJUDICE','A Fanciful Documentary of a Frisbee And a Lumberjack who must Chase a Monkey in A Shark Tank',2006,1,NULL,5,'2.99',117,'26.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(5,'AFRICAN EGG','A Fast-Paced Documentary of a Pastry Chef And a Dentist who must Pursue a Forensic Psychologist in The Gulf of Mexico',2006,1,NULL,6,'2.99',130,'22.99','G','Deleted Scenes','2006-02-15 05:03:42'),(6,'AGENT TRUMAN','A Intrepid Panorama of a Robot And a Boy who must Escape a Sumo Wrestler in Ancient China',2006,1,NULL,3,'2.99',169,'17.99','PG','Deleted Scenes','2006-02-15 05:03:42'),(7,'AIRPLANE SIERRA','A Touching Saga of a Hunter And a Butler who must Discover a Butler in A Jet Boat',2006,1,NULL,6,'4.99',62,'28.99','PG-13','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(8,'AIRPORT POLLOCK','A Epic Tale of a Moose And a Girl who must Confront a Monkey in Ancient India',2006,1,NULL,6,'4.99',54,'15.99','R','Trailers','2006-02-15 05:03:42'),(9,'ALABAMA DEVIL','A Thoughtful Panorama of a Database Administrator And a Mad Scientist who must Outgun a Mad Scientist in A Jet Boat',2006,1,NULL,3,'2.99',114,'21.99','PG-13','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(10,'ALADDIN CALENDAR','A Action-Packed Tale of a Man And a Lumberjack who must Reach a Feminist in Ancient China',2006,1,NULL,6,'4.99',63,'24.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(11,'ALAMO VIDEOTAPE','A Boring Epistle of a Butler And a Cat who must Fight a Pastry Chef in A MySQL Convention',2006,1,NULL,6,'0.99',126,'16.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(12,'ALASKA PHANTOM','A Fanciful Saga of a Hunter And a Pastry Chef who must Vanquish a Boy in Australia',2006,1,NULL,6,'0.99',136,'22.99','PG','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(13,'ALI FOREVER','A Action-Packed Drama of a Dentist And a Crocodile who must Battle a Feminist in The Canadian Rockies',2006,1,NULL,4,'4.99',150,'21.99','PG','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(14,'ALICE FANTASIA','A Emotional Drama of a A Shark And a Database Administrator who must Vanquish a Pioneer in Soviet Georgia',2006,1,NULL,6,'0.99',94,'23.99','NC-17','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(15,'ALIEN CENTER','A Brilliant Drama of a Cat And a Mad Scientist who must Battle a Feminist in A MySQL Convention',2006,1,NULL,5,'2.99',46,'10.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(16,'ALLEY EVOLUTION','A Fast-Paced Drama of a Robot And a Composer who must Battle a Astronaut in New Orleans',2006,1,NULL,6,'2.99',180,'23.99','NC-17','Trailers,Commentaries','2006-02-15 05:03:42'),(17,'ALONE TRIP','A Fast-Paced Character Study of a Composer And a Dog who must Outgun a Boat in An Abandoned Fun House',2006,1,NULL,3,'0.99',82,'14.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(18,'ALTER VICTORY','A Thoughtful Drama of a Composer And a Feminist who must Meet a Secret Agent in The Canadian Rockies',2006,1,NULL,6,'0.99',57,'27.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(19,'AMADEUS HOLY','A Emotional Display of a Pioneer And a Technical Writer who must Battle a Man in A Baloon',2006,1,NULL,6,'0.99',113,'20.99','PG','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(20,'AMELIE HELLFIGHTERS','A Boring Drama of a Woman And a Squirrel who must Conquer a Student in A Baloon',2006,1,NULL,4,'4.99',79,'23.99','R','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(21,'AMERICAN CIRCUS','A Insightful Drama of a Girl And a Astronaut who must Face a Database Administrator in A Shark Tank',2006,1,NULL,3,'4.99',129,'17.99','R','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(22,'AMISTAD MIDSUMMER','A Emotional Character Study of a Dentist And a Crocodile who must Meet a Sumo Wrestler in California',2006,1,NULL,6,'2.99',85,'10.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(23,'ANACONDA CONFESSIONS','A Lacklusture Display of a Dentist And a Dentist who must Fight a Girl in Australia',2006,1,NULL,3,'0.99',92,'9.99','R','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(24,'ANALYZE HOOSIERS','A Thoughtful Display of a Explorer And a Pastry Chef who must Overcome a Feminist in The Sahara Desert',2006,1,NULL,6,'2.99',181,'19.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(25,'ANGELS LIFE','A Thoughtful Display of a Woman And a Astronaut who must Battle a Robot in Berlin',2006,1,NULL,3,'2.99',74,'15.99','G','Trailers','2006-02-15 05:03:42'),(26,'ANNIE IDENTITY','A Amazing Panorama of a Pastry Chef And a Boat who must Escape a Woman in An Abandoned Amusement Park',2006,1,NULL,3,'0.99',86,'15.99','G','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(27,'ANONYMOUS HUMAN','A Amazing Reflection of a Database Administrator And a Astronaut who must Outrace a Database Administrator in A Shark Tank',2006,1,NULL,7,'0.99',179,'12.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(28,'ANTHEM LUKE','A Touching Panorama of a Waitress And a Woman who must Outrace a Dog in An Abandoned Amusement Park',2006,1,NULL,5,'4.99',91,'16.99','PG-13','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(29,'ANTITRUST TOMATOES','A Fateful Yarn of a Womanizer And a Feminist who must Succumb a Database Administrator in Ancient India',2006,1,NULL,5,'2.99',168,'11.99','NC-17','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(30,'ANYTHING SAVANNAH','A Epic Story of a Pastry Chef And a Woman who must Chase a Feminist in An Abandoned Fun House',2006,1,NULL,4,'2.99',82,'27.99','R','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(31,'APACHE DIVINE','A Awe-Inspiring Reflection of a Pastry Chef And a Teacher who must Overcome a Sumo Wrestler in A U-Boat',2006,1,NULL,5,'4.99',92,'16.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(32,'APOCALYPSE FLAMINGOS','A Astounding Story of a Dog And a Squirrel who must Defeat a Woman in An Abandoned Amusement Park',2006,1,NULL,6,'4.99',119,'11.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(33,'APOLLO TEEN','A Action-Packed Reflection of a Crocodile And a Explorer who must Find a Sumo Wrestler in An Abandoned Mine Shaft',2006,1,NULL,5,'2.99',153,'15.99','PG-13','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(34,'ARABIA DOGMA','A Touching Epistle of a Madman And a Mad Cow who must Defeat a Student in Nigeria',2006,1,NULL,6,'0.99',62,'29.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(35,'ARACHNOPHOBIA ROLLERCOASTER','A Action-Packed Reflection of a Pastry Chef And a Composer who must Discover a Mad Scientist in The First Manned Space Station',2006,1,NULL,4,'2.99',147,'24.99','PG-13','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(36,'ARGONAUTS TOWN','A Emotional Epistle of a Forensic Psychologist And a Butler who must Challenge a Waitress in An Abandoned Mine Shaft',2006,1,NULL,7,'0.99',127,'12.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(37,'ARIZONA BANG','A Brilliant Panorama of a Mad Scientist And a Mad Cow who must Meet a Pioneer in A Monastery',2006,1,NULL,3,'2.99',121,'28.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(38,'ARK RIDGEMONT','A Beautiful Yarn of a Pioneer And a Monkey who must Pursue a Explorer in The Sahara Desert',2006,1,NULL,6,'0.99',68,'25.99','NC-17','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(39,'ARMAGEDDON LOST','A Fast-Paced Tale of a Boat And a Teacher who must Succumb a Composer in An Abandoned Mine Shaft',2006,1,NULL,5,'0.99',99,'10.99','G','Trailers','2006-02-15 05:03:42'),(40,'ARMY FLINTSTONES','A Boring Saga of a Database Administrator And a Womanizer who must Battle a Waitress in Nigeria',2006,1,NULL,4,'0.99',148,'22.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(41,'ARSENIC INDEPENDENCE','A Fanciful Documentary of a Mad Cow And a Womanizer who must Find a Dentist in Berlin',2006,1,NULL,4,'0.99',137,'17.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(42,'ARTIST COLDBLOODED','A Stunning Reflection of a Robot And a Moose who must Challenge a Woman in California',2006,1,NULL,5,'2.99',170,'10.99','NC-17','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(43,'ATLANTIS CAUSE','A Thrilling Yarn of a Feminist And a Hunter who must Fight a Technical Writer in A Shark Tank',2006,1,NULL,6,'2.99',170,'15.99','G','Behind the Scenes','2006-02-15 05:03:42'),(44,'ATTACKS HATE','A Fast-Paced Panorama of a Technical Writer And a Mad Scientist who must Find a Feminist in An Abandoned Mine Shaft',2006,1,NULL,5,'4.99',113,'21.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(45,'ATTRACTION NEWTON','A Astounding Panorama of a Composer And a Frisbee who must Reach a Husband in Ancient Japan',2006,1,NULL,5,'4.99',83,'14.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(46,'AUTUMN CROW','A Beautiful Tale of a Dentist And a Mad Cow who must Battle a Moose in The Sahara Desert',2006,1,NULL,3,'4.99',108,'13.99','G','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(47,'BABY HALL','A Boring Character Study of a A Shark And a Girl who must Outrace a Feminist in An Abandoned Mine Shaft',2006,1,NULL,5,'4.99',153,'23.99','NC-17','Commentaries','2006-02-15 05:03:42'),(48,'BACKLASH UNDEFEATED','A Stunning Character Study of a Mad Scientist And a Mad Cow who must Kill a Car in A Monastery',2006,1,NULL,3,'4.99',118,'24.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(49,'BADMAN DAWN','A Emotional Panorama of a Pioneer And a Composer who must Escape a Mad Scientist in A Jet Boat',2006,1,NULL,6,'2.99',162,'22.99','R','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(50,'BAKED CLEOPATRA','A Stunning Drama of a Forensic Psychologist And a Husband who must Overcome a Waitress in A Monastery',2006,1,NULL,3,'2.99',182,'20.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(51,'BALLOON HOMEWARD','A Insightful Panorama of a Forensic Psychologist And a Mad Cow who must Build a Mad Scientist in The First Manned Space Station',2006,1,NULL,5,'2.99',75,'10.99','NC-17','Deleted Scenes','2006-02-15 05:03:42'),(52,'BALLROOM MOCKINGBIRD','A Thrilling Documentary of a Composer And a Monkey who must Find a Feminist in California',2006,1,NULL,6,'0.99',173,'29.99','G','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(53,'BANG KWAI','A Epic Drama of a Madman And a Cat who must Face a A Shark in An Abandoned Amusement Park',2006,1,NULL,5,'2.99',87,'25.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(54,'BANGER PINOCCHIO','A Awe-Inspiring Drama of a Car And a Pastry Chef who must Chase a Crocodile in The First Manned Space Station',2006,1,NULL,5,'0.99',113,'15.99','R','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(55,'BARBARELLA STREETCAR','A Awe-Inspiring Story of a Feminist And a Cat who must Conquer a Dog in A Monastery',2006,1,NULL,6,'2.99',65,'27.99','G','Behind the Scenes','2006-02-15 05:03:42'),(56,'BAREFOOT MANCHURIAN','A Intrepid Story of a Cat And a Student who must Vanquish a Girl in An Abandoned Amusement Park',2006,1,NULL,6,'2.99',129,'15.99','G','Trailers,Commentaries','2006-02-15 05:03:42'),(57,'BASIC EASY','A Stunning Epistle of a Man And a Husband who must Reach a Mad Scientist in A Jet Boat',2006,1,NULL,4,'2.99',90,'18.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(58,'BEACH HEARTBREAKERS','A Fateful Display of a Womanizer And a Mad Scientist who must Outgun a A Shark in Soviet Georgia',2006,1,NULL,6,'2.99',122,'16.99','G','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(59,'BEAR GRACELAND','A Astounding Saga of a Dog And a Boy who must Kill a Teacher in The First Manned Space Station',2006,1,NULL,4,'2.99',160,'20.99','R','Deleted Scenes','2006-02-15 05:03:42'),(60,'BEAST HUNCHBACK','A Awe-Inspiring Epistle of a Student And a Squirrel who must Defeat a Boy in Ancient China',2006,1,NULL,3,'4.99',89,'22.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(61,'BEAUTY GREASE','A Fast-Paced Display of a Composer And a Moose who must Sink a Robot in An Abandoned Mine Shaft',2006,1,NULL,5,'4.99',175,'28.99','G','Trailers,Commentaries','2006-02-15 05:03:42'),(62,'BED HIGHBALL','A Astounding Panorama of a Lumberjack And a Dog who must Redeem a Woman in An Abandoned Fun House',2006,1,NULL,5,'2.99',106,'23.99','NC-17','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(63,'BEDAZZLED MARRIED','A Astounding Character Study of a Madman And a Robot who must Meet a Mad Scientist in An Abandoned Fun House',2006,1,NULL,6,'0.99',73,'21.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(64,'BEETHOVEN EXORCIST','A Epic Display of a Pioneer And a Student who must Challenge a Butler in The Gulf of Mexico',2006,1,NULL,6,'0.99',151,'26.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(65,'BEHAVIOR RUNAWAY','A Unbelieveable Drama of a Student And a Husband who must Outrace a Sumo Wrestler in Berlin',2006,1,NULL,3,'4.99',100,'20.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(66,'BENEATH RUSH','A Astounding Panorama of a Man And a Monkey who must Discover a Man in The First Manned Space Station',2006,1,NULL,6,'0.99',53,'27.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(67,'BERETS AGENT','A Taut Saga of a Crocodile And a Boy who must Overcome a Technical Writer in Ancient China',2006,1,NULL,5,'2.99',77,'24.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(68,'BETRAYED REAR','A Emotional Character Study of a Boat And a Pioneer who must Find a Explorer in A Shark Tank',2006,1,NULL,5,'4.99',122,'26.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(69,'BEVERLY OUTLAW','A Fanciful Documentary of a Womanizer And a Boat who must Defeat a Madman in The First Manned Space Station',2006,1,NULL,3,'2.99',85,'21.99','R','Trailers','2006-02-15 05:03:42'),(70,'BIKINI BORROWERS','A Astounding Drama of a Astronaut And a Cat who must Discover a Woman in The First Manned Space Station',2006,1,NULL,7,'4.99',142,'26.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(71,'BILKO ANONYMOUS','A Emotional Reflection of a Teacher And a Man who must Meet a Cat in The First Manned Space Station',2006,1,NULL,3,'4.99',100,'25.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(72,'BILL OTHERS','A Stunning Saga of a Mad Scientist And a Forensic Psychologist who must Challenge a Squirrel in A MySQL Convention',2006,1,NULL,6,'2.99',93,'12.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(73,'BINGO TALENTED','A Touching Tale of a Girl And a Crocodile who must Discover a Waitress in Nigeria',2006,1,NULL,5,'2.99',150,'22.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(74,'BIRCH ANTITRUST','A Fanciful Panorama of a Husband And a Pioneer who must Outgun a Dog in A Baloon',2006,1,NULL,4,'4.99',162,'18.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(75,'BIRD INDEPENDENCE','A Thrilling Documentary of a Car And a Student who must Sink a Hunter in The Canadian Rockies',2006,1,NULL,6,'4.99',163,'14.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(76,'BIRDCAGE CASPER','A Fast-Paced Saga of a Frisbee And a Astronaut who must Overcome a Feminist in Ancient India',2006,1,NULL,4,'0.99',103,'23.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(77,'BIRDS PERDITION','A Boring Story of a Womanizer And a Pioneer who must Face a Dog in California',2006,1,NULL,5,'4.99',61,'15.99','G','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(78,'BLACKOUT PRIVATE','A Intrepid Yarn of a Pastry Chef And a Mad Scientist who must Challenge a Secret Agent in Ancient Japan',2006,1,NULL,7,'2.99',85,'12.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(79,'BLADE POLISH','A Thoughtful Character Study of a Frisbee And a Pastry Chef who must Fight a Dentist in The First Manned Space Station',2006,1,NULL,5,'0.99',114,'10.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(80,'BLANKET BEVERLY','A Emotional Documentary of a Student And a Girl who must Build a Boat in Nigeria',2006,1,NULL,7,'2.99',148,'21.99','G','Trailers','2006-02-15 05:03:42'),(81,'BLINDNESS GUN','A Touching Drama of a Robot And a Dentist who must Meet a Hunter in A Jet Boat',2006,1,NULL,6,'4.99',103,'29.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(82,'BLOOD ARGONAUTS','A Boring Drama of a Explorer And a Man who must Kill a Lumberjack in A Manhattan Penthouse',2006,1,NULL,3,'0.99',71,'13.99','G','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(83,'BLUES INSTINCT','A Insightful Documentary of a Boat And a Composer who must Meet a Forensic Psychologist in An Abandoned Fun House',2006,1,NULL,5,'2.99',50,'18.99','G','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(84,'BOILED DARES','A Awe-Inspiring Story of a Waitress And a Dog who must Discover a Dentist in Ancient Japan',2006,1,NULL,7,'4.99',102,'13.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(85,'BONNIE HOLOCAUST','A Fast-Paced Story of a Crocodile And a Robot who must Find a Moose in Ancient Japan',2006,1,NULL,4,'0.99',63,'29.99','G','Deleted Scenes','2006-02-15 05:03:42'),(86,'BOOGIE AMELIE','A Lacklusture Character Study of a Husband And a Sumo Wrestler who must Succumb a Technical Writer in The Gulf of Mexico',2006,1,NULL,6,'4.99',121,'11.99','R','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(87,'BOONDOCK BALLROOM','A Fateful Panorama of a Crocodile And a Boy who must Defeat a Monkey in The Gulf of Mexico',2006,1,NULL,7,'0.99',76,'14.99','NC-17','Behind the Scenes','2006-02-15 05:03:42'),(88,'BORN SPINAL','A Touching Epistle of a Frisbee And a Husband who must Pursue a Student in Nigeria',2006,1,NULL,7,'4.99',179,'17.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(89,'BORROWERS BEDAZZLED','A Brilliant Epistle of a Teacher And a Sumo Wrestler who must Defeat a Man in An Abandoned Fun House',2006,1,NULL,7,'0.99',63,'22.99','G','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(90,'BOULEVARD MOB','A Fateful Epistle of a Moose And a Monkey who must Confront a Lumberjack in Ancient China',2006,1,NULL,3,'0.99',63,'11.99','R','Trailers','2006-02-15 05:03:42'),(91,'BOUND CHEAPER','A Thrilling Panorama of a Database Administrator And a Astronaut who must Challenge a Lumberjack in A Baloon',2006,1,NULL,5,'0.99',98,'17.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(92,'BOWFINGER GABLES','A Fast-Paced Yarn of a Waitress And a Composer who must Outgun a Dentist in California',2006,1,NULL,7,'4.99',72,'19.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(93,'BRANNIGAN SUNRISE','A Amazing Epistle of a Moose And a Crocodile who must Outrace a Dog in Berlin',2006,1,NULL,4,'4.99',121,'27.99','PG','Trailers','2006-02-15 05:03:42'),(94,'BRAVEHEART HUMAN','A Insightful Story of a Dog And a Pastry Chef who must Battle a Girl in Berlin',2006,1,NULL,7,'2.99',176,'14.99','PG-13','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(95,'BREAKFAST GOLDFINGER','A Beautiful Reflection of a Student And a Student who must Fight a Moose in Berlin',2006,1,NULL,5,'4.99',123,'18.99','G','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(96,'BREAKING HOME','A Beautiful Display of a Secret Agent And a Monkey who must Battle a Sumo Wrestler in An Abandoned Mine Shaft',2006,1,NULL,4,'2.99',169,'21.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(97,'BRIDE INTRIGUE','A Epic Tale of a Robot And a Monkey who must Vanquish a Man in New Orleans',2006,1,NULL,7,'0.99',56,'24.99','G','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(98,'BRIGHT ENCOUNTERS','A Fateful Yarn of a Lumberjack And a Feminist who must Conquer a Student in A Jet Boat',2006,1,NULL,4,'4.99',73,'12.99','PG-13','Trailers','2006-02-15 05:03:42'),(99,'BRINGING HYSTERICAL','A Fateful Saga of a A Shark And a Technical Writer who must Find a Woman in A Jet Boat',2006,1,NULL,7,'2.99',136,'14.99','PG','Trailers','2006-02-15 05:03:42'),(100,'BROOKLYN DESERT','A Beautiful Drama of a Dentist And a Composer who must Battle a Sumo Wrestler in The First Manned Space Station',2006,1,NULL,7,'4.99',161,'21.99','R','Commentaries','2006-02-15 05:03:42'),(101,'BROTHERHOOD BLANKET','A Fateful Character Study of a Butler And a Technical Writer who must Sink a Astronaut in Ancient Japan',2006,1,NULL,3,'0.99',73,'26.99','R','Behind the Scenes','2006-02-15 05:03:42'),(102,'BUBBLE GROSSE','A Awe-Inspiring Panorama of a Crocodile And a Moose who must Confront a Girl in A Baloon',2006,1,NULL,4,'4.99',60,'20.99','R','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(103,'BUCKET BROTHERHOOD','A Amazing Display of a Girl And a Womanizer who must Succumb a Lumberjack in A Baloon Factory',2006,1,NULL,7,'4.99',133,'27.99','PG','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(104,'BUGSY SONG','A Awe-Inspiring Character Study of a Secret Agent And a Boat who must Find a Squirrel in The First Manned Space Station',2006,1,NULL,4,'2.99',119,'17.99','G','Commentaries','2006-02-15 05:03:42'),(105,'BULL SHAWSHANK','A Fanciful Drama of a Moose And a Squirrel who must Conquer a Pioneer in The Canadian Rockies',2006,1,NULL,6,'0.99',125,'21.99','NC-17','Deleted Scenes','2006-02-15 05:03:42'),(106,'BULWORTH COMMANDMENTS','A Amazing Display of a Mad Cow And a Pioneer who must Redeem a Sumo Wrestler in The Outback',2006,1,NULL,4,'2.99',61,'14.99','G','Trailers','2006-02-15 05:03:42'),(107,'BUNCH MINDS','A Emotional Story of a Feminist And a Feminist who must Escape a Pastry Chef in A MySQL Convention',2006,1,NULL,4,'2.99',63,'13.99','G','Behind the Scenes','2006-02-15 05:03:42'),(108,'BUTCH PANTHER','A Lacklusture Yarn of a Feminist And a Database Administrator who must Face a Hunter in New Orleans',2006,1,NULL,6,'0.99',67,'19.99','PG-13','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(109,'BUTTERFLY CHOCOLAT','A Fateful Story of a Girl And a Composer who must Conquer a Husband in A Shark Tank',2006,1,NULL,3,'0.99',89,'17.99','G','Behind the Scenes','2006-02-15 05:03:42'),(110,'CABIN FLASH','A Stunning Epistle of a Boat And a Man who must Challenge a A Shark in A Baloon Factory',2006,1,NULL,4,'0.99',53,'25.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(111,'CADDYSHACK JEDI','A Awe-Inspiring Epistle of a Woman And a Madman who must Fight a Robot in Soviet Georgia',2006,1,NULL,3,'0.99',52,'17.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(112,'CALENDAR GUNFIGHT','A Thrilling Drama of a Frisbee And a Lumberjack who must Sink a Man in Nigeria',2006,1,NULL,4,'4.99',120,'22.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(113,'CALIFORNIA BIRDS','A Thrilling Yarn of a Database Administrator And a Robot who must Battle a Database Administrator in Ancient India',2006,1,NULL,4,'4.99',75,'19.99','NC-17','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(114,'CAMELOT VACATION','A Touching Character Study of a Woman And a Waitress who must Battle a Pastry Chef in A MySQL Convention',2006,1,NULL,3,'0.99',61,'26.99','NC-17','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(115,'CAMPUS REMEMBER','A Astounding Drama of a Crocodile And a Mad Cow who must Build a Robot in A Jet Boat',2006,1,NULL,5,'2.99',167,'27.99','R','Behind the Scenes','2006-02-15 05:03:42'),(116,'CANDIDATE PERDITION','A Brilliant Epistle of a Composer And a Database Administrator who must Vanquish a Mad Scientist in The First Manned Space Station',2006,1,NULL,4,'2.99',70,'10.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(117,'CANDLES GRAPES','A Fanciful Character Study of a Monkey And a Explorer who must Build a Astronaut in An Abandoned Fun House',2006,1,NULL,6,'4.99',135,'15.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(118,'CANYON STOCK','A Thoughtful Reflection of a Waitress And a Feminist who must Escape a Squirrel in A Manhattan Penthouse',2006,1,NULL,7,'0.99',85,'26.99','R','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(119,'CAPER MOTIONS','A Fateful Saga of a Moose And a Car who must Pursue a Woman in A MySQL Convention',2006,1,NULL,6,'0.99',176,'22.99','G','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(120,'CARIBBEAN LIBERTY','A Fanciful Tale of a Pioneer And a Technical Writer who must Outgun a Pioneer in A Shark Tank',2006,1,NULL,3,'4.99',92,'16.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(121,'CAROL TEXAS','A Astounding Character Study of a Composer And a Student who must Overcome a Composer in A Monastery',2006,1,NULL,4,'2.99',151,'15.99','PG','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(122,'CARRIE BUNCH','A Amazing Epistle of a Student And a Astronaut who must Discover a Frisbee in The Canadian Rockies',2006,1,NULL,7,'0.99',114,'11.99','PG','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(123,'CASABLANCA SUPER','A Amazing Panorama of a Crocodile And a Forensic Psychologist who must Pursue a Secret Agent in The First Manned Space Station',2006,1,NULL,6,'4.99',85,'22.99','G','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(124,'CASPER DRAGONFLY','A Intrepid Documentary of a Boat And a Crocodile who must Chase a Robot in The Sahara Desert',2006,1,NULL,3,'4.99',163,'16.99','PG-13','Trailers','2006-02-15 05:03:42'),(125,'CASSIDY WYOMING','A Intrepid Drama of a Frisbee And a Hunter who must Kill a Secret Agent in New Orleans',2006,1,NULL,5,'2.99',61,'19.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(126,'CASUALTIES ENCINO','A Insightful Yarn of a A Shark And a Pastry Chef who must Face a Boy in A Monastery',2006,1,NULL,3,'4.99',179,'16.99','G','Trailers','2006-02-15 05:03:42'),(127,'CAT CONEHEADS','A Fast-Paced Panorama of a Girl And a A Shark who must Confront a Boy in Ancient India',2006,1,NULL,5,'4.99',112,'14.99','G','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(128,'CATCH AMISTAD','A Boring Reflection of a Lumberjack And a Feminist who must Discover a Woman in Nigeria',2006,1,NULL,7,'0.99',183,'10.99','G','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(129,'CAUSE DATE','A Taut Tale of a Explorer And a Pastry Chef who must Conquer a Hunter in A MySQL Convention',2006,1,NULL,3,'2.99',179,'16.99','R','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(130,'CELEBRITY HORN','A Amazing Documentary of a Secret Agent And a Astronaut who must Vanquish a Hunter in A Shark Tank',2006,1,NULL,7,'0.99',110,'24.99','PG-13','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(131,'CENTER DINOSAUR','A Beautiful Character Study of a Sumo Wrestler And a Dentist who must Find a Dog in California',2006,1,NULL,5,'4.99',152,'12.99','PG','Deleted Scenes','2006-02-15 05:03:42'),(132,'CHAINSAW UPTOWN','A Beautiful Documentary of a Boy And a Robot who must Discover a Squirrel in Australia',2006,1,NULL,6,'0.99',114,'25.99','PG','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(133,'CHAMBER ITALIAN','A Fateful Reflection of a Moose And a Husband who must Overcome a Monkey in Nigeria',2006,1,NULL,7,'4.99',117,'14.99','NC-17','Trailers','2006-02-15 05:03:42'),(134,'CHAMPION FLATLINERS','A Amazing Story of a Mad Cow And a Dog who must Kill a Husband in A Monastery',2006,1,NULL,4,'4.99',51,'21.99','PG','Trailers','2006-02-15 05:03:42'),(135,'CHANCE RESURRECTION','A Astounding Story of a Forensic Psychologist And a Forensic Psychologist who must Overcome a Moose in Ancient China',2006,1,NULL,3,'2.99',70,'22.99','R','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(136,'CHAPLIN LICENSE','A Boring Drama of a Dog And a Forensic Psychologist who must Outrace a Explorer in Ancient India',2006,1,NULL,7,'2.99',146,'26.99','NC-17','Behind the Scenes','2006-02-15 05:03:42'),(137,'CHARADE DUFFEL','A Action-Packed Display of a Man And a Waitress who must Build a Dog in A MySQL Convention',2006,1,NULL,3,'2.99',66,'21.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(138,'CHARIOTS CONSPIRACY','A Unbelieveable Epistle of a Robot And a Husband who must Chase a Robot in The First Manned Space Station',2006,1,NULL,5,'2.99',71,'29.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(139,'CHASING FIGHT','A Astounding Saga of a Technical Writer And a Butler who must Battle a Butler in A Shark Tank',2006,1,NULL,7,'4.99',114,'21.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(140,'CHEAPER CLYDE','A Emotional Character Study of a Pioneer And a Girl who must Discover a Dog in Ancient Japan',2006,1,NULL,6,'0.99',87,'23.99','G','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(141,'CHICAGO NORTH','A Fateful Yarn of a Mad Cow And a Waitress who must Battle a Student in California',2006,1,NULL,6,'4.99',185,'11.99','PG-13','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(142,'CHICKEN HELLFIGHTERS','A Emotional Drama of a Dog And a Explorer who must Outrace a Technical Writer in Australia',2006,1,NULL,3,'0.99',122,'24.99','PG','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(143,'CHILL LUCK','A Lacklusture Epistle of a Boat And a Technical Writer who must Fight a A Shark in The Canadian Rockies',2006,1,NULL,6,'0.99',142,'17.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(144,'CHINATOWN GLADIATOR','A Brilliant Panorama of a Technical Writer And a Lumberjack who must Escape a Butler in Ancient India',2006,1,NULL,7,'4.99',61,'24.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(145,'CHISUM BEHAVIOR','A Epic Documentary of a Sumo Wrestler And a Butler who must Kill a Car in Ancient India',2006,1,NULL,5,'4.99',124,'25.99','G','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(146,'CHITTY LOCK','A Boring Epistle of a Boat And a Database Administrator who must Kill a Sumo Wrestler in The First Manned Space Station',2006,1,NULL,6,'2.99',107,'24.99','G','Commentaries','2006-02-15 05:03:42'),(147,'CHOCOLAT HARRY','A Action-Packed Epistle of a Dentist And a Moose who must Meet a Mad Cow in Ancient Japan',2006,1,NULL,5,'0.99',101,'16.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(148,'CHOCOLATE DUCK','A Unbelieveable Story of a Mad Scientist And a Technical Writer who must Discover a Composer in Ancient China',2006,1,NULL,3,'2.99',132,'13.99','R','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(149,'CHRISTMAS MOONSHINE','A Action-Packed Epistle of a Feminist And a Astronaut who must Conquer a Boat in A Manhattan Penthouse',2006,1,NULL,7,'0.99',150,'21.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(150,'CIDER DESIRE','A Stunning Character Study of a Composer And a Mad Cow who must Succumb a Cat in Soviet Georgia',2006,1,NULL,7,'2.99',101,'9.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(151,'CINCINATTI WHISPERER','A Brilliant Saga of a Pastry Chef And a Hunter who must Confront a Butler in Berlin',2006,1,NULL,5,'4.99',143,'26.99','NC-17','Deleted Scenes','2006-02-15 05:03:42'),(152,'CIRCUS YOUTH','A Thoughtful Drama of a Pastry Chef And a Dentist who must Pursue a Girl in A Baloon',2006,1,NULL,5,'2.99',90,'13.99','PG-13','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(153,'CITIZEN SHREK','A Fanciful Character Study of a Technical Writer And a Husband who must Redeem a Robot in The Outback',2006,1,NULL,7,'0.99',165,'18.99','G','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(154,'CLASH FREDDY','A Amazing Yarn of a Composer And a Squirrel who must Escape a Astronaut in Australia',2006,1,NULL,6,'2.99',81,'12.99','G','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(155,'CLEOPATRA DEVIL','A Fanciful Documentary of a Crocodile And a Technical Writer who must Fight a A Shark in A Baloon',2006,1,NULL,6,'0.99',150,'26.99','PG-13','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(156,'CLERKS ANGELS','A Thrilling Display of a Sumo Wrestler And a Girl who must Confront a Man in A Baloon',2006,1,NULL,3,'4.99',164,'15.99','G','Commentaries','2006-02-15 05:03:42'),(157,'CLOCKWORK PARADISE','A Insightful Documentary of a Technical Writer And a Feminist who must Challenge a Cat in A Baloon',2006,1,NULL,7,'0.99',143,'29.99','PG-13','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(158,'CLONES PINOCCHIO','A Amazing Drama of a Car And a Robot who must Pursue a Dentist in New Orleans',2006,1,NULL,6,'2.99',124,'16.99','R','Behind the Scenes','2006-02-15 05:03:42'),(159,'CLOSER BANG','A Unbelieveable Panorama of a Frisbee And a Hunter who must Vanquish a Monkey in Ancient India',2006,1,NULL,5,'4.99',58,'12.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(160,'CLUB GRAFFITI','A Epic Tale of a Pioneer And a Hunter who must Escape a Girl in A U-Boat',2006,1,NULL,4,'0.99',65,'12.99','PG-13','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(161,'CLUE GRAIL','A Taut Tale of a Butler And a Mad Scientist who must Build a Crocodile in Ancient China',2006,1,NULL,6,'4.99',70,'27.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(162,'CLUELESS BUCKET','A Taut Tale of a Car And a Pioneer who must Conquer a Sumo Wrestler in An Abandoned Fun House',2006,1,NULL,4,'2.99',95,'13.99','R','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(163,'CLYDE THEORY','A Beautiful Yarn of a Astronaut And a Frisbee who must Overcome a Explorer in A Jet Boat',2006,1,NULL,4,'0.99',139,'29.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(164,'COAST RAINBOW','A Astounding Documentary of a Mad Cow And a Pioneer who must Challenge a Butler in The Sahara Desert',2006,1,NULL,4,'0.99',55,'20.99','PG','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(165,'COLDBLOODED DARLING','A Brilliant Panorama of a Dentist And a Moose who must Find a Student in The Gulf of Mexico',2006,1,NULL,7,'4.99',70,'27.99','G','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(166,'COLOR PHILADELPHIA','A Thoughtful Panorama of a Car And a Crocodile who must Sink a Monkey in The Sahara Desert',2006,1,NULL,6,'2.99',149,'19.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(167,'COMA HEAD','A Awe-Inspiring Drama of a Boy And a Frisbee who must Escape a Pastry Chef in California',2006,1,NULL,6,'4.99',109,'10.99','NC-17','Commentaries','2006-02-15 05:03:42'),(168,'COMANCHEROS ENEMY','A Boring Saga of a Lumberjack And a Monkey who must Find a Monkey in The Gulf of Mexico',2006,1,NULL,5,'0.99',67,'23.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(169,'COMFORTS RUSH','A Unbelieveable Panorama of a Pioneer And a Husband who must Meet a Mad Cow in An Abandoned Mine Shaft',2006,1,NULL,3,'2.99',76,'19.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(170,'COMMAND DARLING','A Awe-Inspiring Tale of a Forensic Psychologist And a Woman who must Challenge a Database Administrator in Ancient Japan',2006,1,NULL,5,'4.99',120,'28.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(171,'COMMANDMENTS EXPRESS','A Fanciful Saga of a Student And a Mad Scientist who must Battle a Hunter in An Abandoned Mine Shaft',2006,1,NULL,6,'4.99',59,'13.99','R','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(172,'CONEHEADS SMOOCHY','A Touching Story of a Womanizer And a Composer who must Pursue a Husband in Nigeria',2006,1,NULL,7,'4.99',112,'12.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(173,'CONFESSIONS MAGUIRE','A Insightful Story of a Car And a Boy who must Battle a Technical Writer in A Baloon',2006,1,NULL,7,'4.99',65,'25.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(174,'CONFIDENTIAL INTERVIEW','A Stunning Reflection of a Cat And a Woman who must Find a Astronaut in Ancient Japan',2006,1,NULL,6,'4.99',180,'13.99','NC-17','Commentaries','2006-02-15 05:03:42'),(175,'CONFUSED CANDLES','A Stunning Epistle of a Cat And a Forensic Psychologist who must Confront a Pioneer in A Baloon',2006,1,NULL,3,'2.99',122,'27.99','PG-13','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(176,'CONGENIALITY QUEST','A Touching Documentary of a Cat And a Pastry Chef who must Find a Lumberjack in A Baloon',2006,1,NULL,6,'0.99',87,'21.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(177,'CONNECTICUT TRAMP','A Unbelieveable Drama of a Crocodile And a Mad Cow who must Reach a Dentist in A Shark Tank',2006,1,NULL,4,'4.99',172,'20.99','R','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(178,'CONNECTION MICROCOSMOS','A Fateful Documentary of a Crocodile And a Husband who must Face a Husband in The First Manned Space Station',2006,1,NULL,6,'0.99',115,'25.99','G','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(179,'CONQUERER NUTS','A Taut Drama of a Mad Scientist And a Man who must Escape a Pioneer in An Abandoned Mine Shaft',2006,1,NULL,4,'4.99',173,'14.99','G','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(180,'CONSPIRACY SPIRIT','A Awe-Inspiring Story of a Student And a Frisbee who must Conquer a Crocodile in An Abandoned Mine Shaft',2006,1,NULL,4,'2.99',184,'27.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(181,'CONTACT ANONYMOUS','A Insightful Display of a A Shark And a Monkey who must Face a Database Administrator in Ancient India',2006,1,NULL,7,'2.99',166,'10.99','PG-13','Commentaries','2006-02-15 05:03:42'),(182,'CONTROL ANTHEM','A Fateful Documentary of a Robot And a Student who must Battle a Cat in A Monastery',2006,1,NULL,7,'4.99',185,'9.99','G','Commentaries','2006-02-15 05:03:42'),(183,'CONVERSATION DOWNHILL','A Taut Character Study of a Husband And a Waitress who must Sink a Squirrel in A MySQL Convention',2006,1,NULL,4,'4.99',112,'14.99','R','Commentaries','2006-02-15 05:03:42'),(184,'CORE SUIT','A Unbelieveable Tale of a Car And a Explorer who must Confront a Boat in A Manhattan Penthouse',2006,1,NULL,3,'2.99',92,'24.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(185,'COWBOY DOOM','A Astounding Drama of a Boy And a Lumberjack who must Fight a Butler in A Baloon',2006,1,NULL,3,'2.99',146,'10.99','PG','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(186,'CRAFT OUTFIELD','A Lacklusture Display of a Explorer And a Hunter who must Succumb a Database Administrator in A Baloon Factory',2006,1,NULL,6,'0.99',64,'17.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(187,'CRANES RESERVOIR','A Fanciful Documentary of a Teacher And a Dog who must Outgun a Forensic Psychologist in A Baloon Factory',2006,1,NULL,5,'2.99',57,'12.99','NC-17','Commentaries','2006-02-15 05:03:42'),(188,'CRAZY HOME','A Fanciful Panorama of a Boy And a Woman who must Vanquish a Database Administrator in The Outback',2006,1,NULL,7,'2.99',136,'24.99','PG','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(189,'CREATURES SHAKESPEARE','A Emotional Drama of a Womanizer And a Squirrel who must Vanquish a Crocodile in Ancient India',2006,1,NULL,3,'0.99',139,'23.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(190,'CREEPERS KANE','A Awe-Inspiring Reflection of a Squirrel And a Boat who must Outrace a Car in A Jet Boat',2006,1,NULL,5,'4.99',172,'23.99','NC-17','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(191,'CROOKED FROGMEN','A Unbelieveable Drama of a Hunter And a Database Administrator who must Battle a Crocodile in An Abandoned Amusement Park',2006,1,NULL,6,'0.99',143,'27.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(192,'CROSSING DIVORCE','A Beautiful Documentary of a Dog And a Robot who must Redeem a Womanizer in Berlin',2006,1,NULL,4,'4.99',50,'19.99','R','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(193,'CROSSROADS CASUALTIES','A Intrepid Documentary of a Sumo Wrestler And a Astronaut who must Battle a Composer in The Outback',2006,1,NULL,5,'2.99',153,'20.99','G','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(194,'CROW GREASE','A Awe-Inspiring Documentary of a Woman And a Husband who must Sink a Database Administrator in The First Manned Space Station',2006,1,NULL,6,'0.99',104,'22.99','PG','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(195,'CROWDS TELEMARK','A Intrepid Documentary of a Astronaut And a Forensic Psychologist who must Find a Frisbee in An Abandoned Fun House',2006,1,NULL,3,'4.99',112,'16.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(196,'CRUELTY UNFORGIVEN','A Brilliant Tale of a Car And a Moose who must Battle a Dentist in Nigeria',2006,1,NULL,7,'0.99',69,'29.99','G','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(197,'CRUSADE HONEY','A Fast-Paced Reflection of a Explorer And a Butler who must Battle a Madman in An Abandoned Amusement Park',2006,1,NULL,4,'2.99',112,'27.99','R','Commentaries','2006-02-15 05:03:42'),(198,'CRYSTAL BREAKING','A Fast-Paced Character Study of a Feminist And a Explorer who must Face a Pastry Chef in Ancient Japan',2006,1,NULL,6,'2.99',184,'22.99','NC-17','Trailers,Commentaries','2006-02-15 05:03:42'),(199,'CUPBOARD SINNERS','A Emotional Reflection of a Frisbee And a Boat who must Reach a Pastry Chef in An Abandoned Amusement Park',2006,1,NULL,4,'2.99',56,'29.99','R','Behind the Scenes','2006-02-15 05:03:42'),(200,'CURTAIN VIDEOTAPE','A Boring Reflection of a Dentist And a Mad Cow who must Chase a Secret Agent in A Shark Tank',2006,1,NULL,7,'0.99',133,'27.99','PG-13','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(201,'CYCLONE FAMILY','A Lacklusture Drama of a Student And a Monkey who must Sink a Womanizer in A MySQL Convention',2006,1,NULL,7,'2.99',176,'18.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(202,'DADDY PITTSBURGH','A Epic Story of a A Shark And a Student who must Confront a Explorer in The Gulf of Mexico',2006,1,NULL,5,'4.99',161,'26.99','G','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(203,'DAISY MENAGERIE','A Fast-Paced Saga of a Pastry Chef And a Monkey who must Sink a Composer in Ancient India',2006,1,NULL,5,'4.99',84,'9.99','G','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(204,'DALMATIONS SWEDEN','A Emotional Epistle of a Moose And a Hunter who must Overcome a Robot in A Manhattan Penthouse',2006,1,NULL,4,'0.99',106,'25.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(205,'DANCES NONE','A Insightful Reflection of a A Shark And a Dog who must Kill a Butler in An Abandoned Amusement Park',2006,1,NULL,3,'0.99',58,'22.99','NC-17','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(206,'DANCING FEVER','A Stunning Story of a Explorer And a Forensic Psychologist who must Face a Crocodile in A Shark Tank',2006,1,NULL,6,'0.99',144,'25.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(207,'DANGEROUS UPTOWN','A Unbelieveable Story of a Mad Scientist And a Woman who must Overcome a Dog in California',2006,1,NULL,7,'4.99',121,'26.99','PG','Commentaries','2006-02-15 05:03:42'),(208,'DARES PLUTO','A Fateful Story of a Robot And a Dentist who must Defeat a Astronaut in New Orleans',2006,1,NULL,7,'2.99',89,'16.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(209,'DARKNESS WAR','A Touching Documentary of a Husband And a Hunter who must Escape a Boy in The Sahara Desert',2006,1,NULL,6,'2.99',99,'24.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(210,'DARKO DORADO','A Stunning Reflection of a Frisbee And a Husband who must Redeem a Dog in New Orleans',2006,1,NULL,3,'4.99',130,'13.99','NC-17','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(211,'DARLING BREAKING','A Brilliant Documentary of a Astronaut And a Squirrel who must Succumb a Student in The Gulf of Mexico',2006,1,NULL,7,'4.99',165,'20.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(212,'DARN FORRESTER','A Fateful Story of a A Shark And a Explorer who must Succumb a Technical Writer in A Jet Boat',2006,1,NULL,7,'4.99',185,'14.99','G','Deleted Scenes','2006-02-15 05:03:42'),(213,'DATE SPEED','A Touching Saga of a Composer And a Moose who must Discover a Dentist in A MySQL Convention',2006,1,NULL,4,'0.99',104,'19.99','R','Commentaries','2006-02-15 05:03:42'),(214,'DAUGHTER MADIGAN','A Beautiful Tale of a Hunter And a Mad Scientist who must Confront a Squirrel in The First Manned Space Station',2006,1,NULL,3,'4.99',59,'13.99','PG-13','Trailers','2006-02-15 05:03:42'),(215,'DAWN POND','A Thoughtful Documentary of a Dentist And a Forensic Psychologist who must Defeat a Waitress in Berlin',2006,1,NULL,4,'4.99',57,'27.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(216,'DAY UNFAITHFUL','A Stunning Documentary of a Composer And a Mad Scientist who must Find a Technical Writer in A U-Boat',2006,1,NULL,3,'4.99',113,'16.99','G','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(217,'DAZED PUNK','A Action-Packed Story of a Pioneer And a Technical Writer who must Discover a Forensic Psychologist in An Abandoned Amusement Park',2006,1,NULL,6,'4.99',120,'20.99','G','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(218,'DECEIVER BETRAYED','A Taut Story of a Moose And a Squirrel who must Build a Husband in Ancient India',2006,1,NULL,7,'0.99',122,'22.99','NC-17','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(219,'DEEP CRUSADE','A Amazing Tale of a Crocodile And a Squirrel who must Discover a Composer in Australia',2006,1,NULL,6,'4.99',51,'20.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(220,'DEER VIRGINIAN','A Thoughtful Story of a Mad Cow And a Womanizer who must Overcome a Mad Scientist in Soviet Georgia',2006,1,NULL,7,'2.99',106,'13.99','NC-17','Deleted Scenes','2006-02-15 05:03:42'),(221,'DELIVERANCE MULHOLLAND','A Astounding Saga of a Monkey And a Moose who must Conquer a Butler in A Shark Tank',2006,1,NULL,4,'0.99',100,'9.99','R','Deleted Scenes','2006-02-15 05:03:42'),(222,'DESERT POSEIDON','A Brilliant Documentary of a Butler And a Frisbee who must Build a Astronaut in New Orleans',2006,1,NULL,4,'4.99',64,'27.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(223,'DESIRE ALIEN','A Fast-Paced Tale of a Dog And a Forensic Psychologist who must Meet a Astronaut in The First Manned Space Station',2006,1,NULL,7,'2.99',76,'24.99','NC-17','Deleted Scenes','2006-02-15 05:03:42'),(224,'DESPERATE TRAINSPOTTING','A Epic Yarn of a Forensic Psychologist And a Teacher who must Face a Lumberjack in California',2006,1,NULL,7,'4.99',81,'29.99','G','Deleted Scenes','2006-02-15 05:03:42'),(225,'DESTINATION JERK','A Beautiful Yarn of a Teacher And a Cat who must Build a Car in A U-Boat',2006,1,NULL,3,'0.99',76,'19.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(226,'DESTINY SATURDAY','A Touching Drama of a Crocodile And a Crocodile who must Conquer a Explorer in Soviet Georgia',2006,1,NULL,4,'4.99',56,'20.99','G','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(227,'DETAILS PACKER','A Epic Saga of a Waitress And a Composer who must Face a Boat in A U-Boat',2006,1,NULL,4,'4.99',88,'17.99','R','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(228,'DETECTIVE VISION','A Fanciful Documentary of a Pioneer And a Woman who must Redeem a Hunter in Ancient Japan',2006,1,NULL,4,'0.99',143,'16.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(229,'DEVIL DESIRE','A Beautiful Reflection of a Monkey And a Dentist who must Face a Database Administrator in Ancient Japan',2006,1,NULL,6,'4.99',87,'12.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(230,'DIARY PANIC','A Thoughtful Character Study of a Frisbee And a Mad Cow who must Outgun a Man in Ancient India',2006,1,NULL,7,'2.99',107,'20.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(231,'DINOSAUR SECRETARY','A Action-Packed Drama of a Feminist And a Girl who must Reach a Robot in The Canadian Rockies',2006,1,NULL,7,'2.99',63,'27.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(232,'DIRTY ACE','A Action-Packed Character Study of a Forensic Psychologist And a Girl who must Build a Dentist in The Outback',2006,1,NULL,7,'2.99',147,'29.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(233,'DISCIPLE MOTHER','A Touching Reflection of a Mad Scientist And a Boat who must Face a Moose in A Shark Tank',2006,1,NULL,3,'0.99',141,'17.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(234,'DISTURBING SCARFACE','A Lacklusture Display of a Crocodile And a Butler who must Overcome a Monkey in A U-Boat',2006,1,NULL,6,'2.99',94,'27.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(235,'DIVIDE MONSTER','A Intrepid Saga of a Man And a Forensic Psychologist who must Reach a Squirrel in A Monastery',2006,1,NULL,6,'2.99',68,'13.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(236,'DIVINE RESURRECTION','A Boring Character Study of a Man And a Womanizer who must Succumb a Teacher in An Abandoned Amusement Park',2006,1,NULL,4,'2.99',100,'19.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(237,'DIVORCE SHINING','A Unbelieveable Saga of a Crocodile And a Student who must Discover a Cat in Ancient India',2006,1,NULL,3,'2.99',47,'21.99','G','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(238,'DOCTOR GRAIL','A Insightful Drama of a Womanizer And a Waitress who must Reach a Forensic Psychologist in The Outback',2006,1,NULL,4,'2.99',57,'29.99','G','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(239,'DOGMA FAMILY','A Brilliant Character Study of a Database Administrator And a Monkey who must Succumb a Astronaut in New Orleans',2006,1,NULL,5,'4.99',122,'16.99','G','Commentaries','2006-02-15 05:03:42'),(240,'DOLLS RAGE','A Thrilling Display of a Pioneer And a Frisbee who must Escape a Teacher in The Outback',2006,1,NULL,7,'2.99',120,'10.99','PG-13','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(241,'DONNIE ALLEY','A Awe-Inspiring Tale of a Butler And a Frisbee who must Vanquish a Teacher in Ancient Japan',2006,1,NULL,4,'0.99',125,'20.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(242,'DOOM DANCING','A Astounding Panorama of a Car And a Mad Scientist who must Battle a Lumberjack in A MySQL Convention',2006,1,NULL,4,'0.99',68,'13.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(243,'DOORS PRESIDENT','A Awe-Inspiring Display of a Squirrel And a Woman who must Overcome a Boy in The Gulf of Mexico',2006,1,NULL,3,'4.99',49,'22.99','NC-17','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(244,'DORADO NOTTING','A Action-Packed Tale of a Sumo Wrestler And a A Shark who must Meet a Frisbee in California',2006,1,NULL,5,'4.99',139,'26.99','NC-17','Commentaries','2006-02-15 05:03:42'),(245,'DOUBLE WRATH','A Thoughtful Yarn of a Womanizer And a Dog who must Challenge a Madman in The Gulf of Mexico',2006,1,NULL,4,'0.99',177,'28.99','R','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(246,'DOUBTFIRE LABYRINTH','A Intrepid Panorama of a Butler And a Composer who must Meet a Mad Cow in The Sahara Desert',2006,1,NULL,5,'4.99',154,'16.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(247,'DOWNHILL ENOUGH','A Emotional Tale of a Pastry Chef And a Forensic Psychologist who must Succumb a Monkey in The Sahara Desert',2006,1,NULL,3,'0.99',47,'19.99','G','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(248,'DOZEN LION','A Taut Drama of a Cat And a Girl who must Defeat a Frisbee in The Canadian Rockies',2006,1,NULL,6,'4.99',177,'20.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(249,'DRACULA CRYSTAL','A Thrilling Reflection of a Feminist And a Cat who must Find a Frisbee in An Abandoned Fun House',2006,1,NULL,7,'0.99',176,'26.99','G','Commentaries','2006-02-15 05:03:42'),(250,'DRAGON SQUAD','A Taut Reflection of a Boy And a Waitress who must Outgun a Teacher in Ancient China',2006,1,NULL,4,'0.99',170,'26.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(251,'DRAGONFLY STRANGERS','A Boring Documentary of a Pioneer And a Man who must Vanquish a Man in Nigeria',2006,1,NULL,6,'4.99',133,'19.99','NC-17','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(252,'DREAM PICKUP','A Epic Display of a Car And a Composer who must Overcome a Forensic Psychologist in The Gulf of Mexico',2006,1,NULL,6,'2.99',135,'18.99','PG','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(253,'DRIFTER COMMANDMENTS','A Epic Reflection of a Womanizer And a Squirrel who must Discover a Husband in A Jet Boat',2006,1,NULL,5,'4.99',61,'18.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(254,'DRIVER ANNIE','A Lacklusture Character Study of a Butler And a Car who must Redeem a Boat in An Abandoned Fun House',2006,1,NULL,4,'2.99',159,'11.99','PG-13','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(255,'DRIVING POLISH','A Action-Packed Yarn of a Feminist And a Technical Writer who must Sink a Boat in An Abandoned Mine Shaft',2006,1,NULL,6,'4.99',175,'21.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(256,'DROP WATERFRONT','A Fanciful Documentary of a Husband And a Explorer who must Reach a Madman in Ancient China',2006,1,NULL,6,'4.99',178,'20.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(257,'DRUMLINE CYCLONE','A Insightful Panorama of a Monkey And a Sumo Wrestler who must Outrace a Mad Scientist in The Canadian Rockies',2006,1,NULL,3,'0.99',110,'14.99','G','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(258,'DRUMS DYNAMITE','A Epic Display of a Crocodile And a Crocodile who must Confront a Dog in An Abandoned Amusement Park',2006,1,NULL,6,'0.99',96,'11.99','PG','Trailers','2006-02-15 05:03:42'),(259,'DUCK RACER','A Lacklusture Yarn of a Teacher And a Squirrel who must Overcome a Dog in A Shark Tank',2006,1,NULL,4,'2.99',116,'15.99','NC-17','Behind the Scenes','2006-02-15 05:03:42'),(260,'DUDE BLINDNESS','A Stunning Reflection of a Husband And a Lumberjack who must Face a Frisbee in An Abandoned Fun House',2006,1,NULL,3,'4.99',132,'9.99','G','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(261,'DUFFEL APOCALYPSE','A Emotional Display of a Boat And a Explorer who must Challenge a Madman in A MySQL Convention',2006,1,NULL,5,'0.99',171,'13.99','G','Commentaries','2006-02-15 05:03:42'),(262,'DUMBO LUST','A Touching Display of a Feminist And a Dentist who must Conquer a Husband in The Gulf of Mexico',2006,1,NULL,5,'0.99',119,'17.99','NC-17','Behind the Scenes','2006-02-15 05:03:42'),(263,'DURHAM PANKY','A Brilliant Panorama of a Girl And a Boy who must Face a Mad Scientist in An Abandoned Mine Shaft',2006,1,NULL,6,'4.99',154,'14.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(264,'DWARFS ALTER','A Emotional Yarn of a Girl And a Dog who must Challenge a Composer in Ancient Japan',2006,1,NULL,6,'2.99',101,'13.99','G','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(265,'DYING MAKER','A Intrepid Tale of a Boat And a Monkey who must Kill a Cat in California',2006,1,NULL,5,'4.99',168,'28.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(266,'DYNAMITE TARZAN','A Intrepid Documentary of a Forensic Psychologist And a Mad Scientist who must Face a Explorer in A U-Boat',2006,1,NULL,4,'0.99',141,'27.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(267,'EAGLES PANKY','A Thoughtful Story of a Car And a Boy who must Find a A Shark in The Sahara Desert',2006,1,NULL,4,'4.99',140,'14.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(268,'EARLY HOME','A Amazing Panorama of a Mad Scientist And a Husband who must Meet a Woman in The Outback',2006,1,NULL,6,'4.99',96,'27.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(269,'EARRING INSTINCT','A Stunning Character Study of a Dentist And a Mad Cow who must Find a Teacher in Nigeria',2006,1,NULL,3,'0.99',98,'22.99','R','Behind the Scenes','2006-02-15 05:03:42'),(270,'EARTH VISION','A Stunning Drama of a Butler And a Madman who must Outrace a Womanizer in Ancient India',2006,1,NULL,7,'0.99',85,'29.99','NC-17','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(271,'EASY GLADIATOR','A Fateful Story of a Monkey And a Girl who must Overcome a Pastry Chef in Ancient India',2006,1,NULL,5,'4.99',148,'12.99','G','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(272,'EDGE KISSING','A Beautiful Yarn of a Composer And a Mad Cow who must Redeem a Mad Scientist in A Jet Boat',2006,1,NULL,5,'4.99',153,'9.99','NC-17','Deleted Scenes','2006-02-15 05:03:42'),(273,'EFFECT GLADIATOR','A Beautiful Display of a Pastry Chef And a Pastry Chef who must Outgun a Forensic Psychologist in A Manhattan Penthouse',2006,1,NULL,6,'0.99',107,'14.99','PG','Commentaries','2006-02-15 05:03:42'),(274,'EGG IGBY','A Beautiful Documentary of a Boat And a Sumo Wrestler who must Succumb a Database Administrator in The First Manned Space Station',2006,1,NULL,4,'2.99',67,'20.99','PG','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(275,'EGYPT TENENBAUMS','A Intrepid Story of a Madman And a Secret Agent who must Outrace a Astronaut in An Abandoned Amusement Park',2006,1,NULL,3,'0.99',85,'11.99','PG','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(276,'ELEMENT FREDDY','A Awe-Inspiring Reflection of a Waitress And a Squirrel who must Kill a Mad Cow in A Jet Boat',2006,1,NULL,6,'4.99',115,'28.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(277,'ELEPHANT TROJAN','A Beautiful Panorama of a Lumberjack And a Forensic Psychologist who must Overcome a Frisbee in A Baloon',2006,1,NULL,4,'4.99',126,'24.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(278,'ELF MURDER','A Action-Packed Story of a Frisbee And a Woman who must Reach a Girl in An Abandoned Mine Shaft',2006,1,NULL,4,'4.99',155,'19.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(279,'ELIZABETH SHANE','A Lacklusture Display of a Womanizer And a Dog who must Face a Sumo Wrestler in Ancient Japan',2006,1,NULL,7,'4.99',152,'11.99','NC-17','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(280,'EMPIRE MALKOVICH','A Amazing Story of a Feminist And a Cat who must Face a Car in An Abandoned Fun House',2006,1,NULL,7,'0.99',177,'26.99','G','Deleted Scenes','2006-02-15 05:03:42'),(281,'ENCINO ELF','A Astounding Drama of a Feminist And a Teacher who must Confront a Husband in A Baloon',2006,1,NULL,6,'0.99',143,'9.99','G','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(282,'ENCOUNTERS CURTAIN','A Insightful Epistle of a Pastry Chef And a Womanizer who must Build a Boat in New Orleans',2006,1,NULL,5,'0.99',92,'20.99','NC-17','Trailers','2006-02-15 05:03:42'),(283,'ENDING CROWDS','A Unbelieveable Display of a Dentist And a Madman who must Vanquish a Squirrel in Berlin',2006,1,NULL,6,'0.99',85,'10.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(284,'ENEMY ODDS','A Fanciful Panorama of a Mad Scientist And a Woman who must Pursue a Astronaut in Ancient India',2006,1,NULL,5,'4.99',77,'23.99','NC-17','Trailers','2006-02-15 05:03:42'),(285,'ENGLISH BULWORTH','A Intrepid Epistle of a Pastry Chef And a Pastry Chef who must Pursue a Crocodile in Ancient China',2006,1,NULL,3,'0.99',51,'18.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(286,'ENOUGH RAGING','A Astounding Character Study of a Boat And a Secret Agent who must Find a Mad Cow in The Sahara Desert',2006,1,NULL,7,'2.99',158,'16.99','NC-17','Commentaries','2006-02-15 05:03:42'),(287,'ENTRAPMENT SATISFACTION','A Thoughtful Panorama of a Hunter And a Teacher who must Reach a Mad Cow in A U-Boat',2006,1,NULL,5,'0.99',176,'19.99','R','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(288,'ESCAPE METROPOLIS','A Taut Yarn of a Astronaut And a Technical Writer who must Outgun a Boat in New Orleans',2006,1,NULL,7,'2.99',167,'20.99','R','Trailers','2006-02-15 05:03:42'),(289,'EVE RESURRECTION','A Awe-Inspiring Yarn of a Pastry Chef And a Database Administrator who must Challenge a Teacher in A Baloon',2006,1,NULL,5,'4.99',66,'25.99','G','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(290,'EVERYONE CRAFT','A Fateful Display of a Waitress And a Dentist who must Reach a Butler in Nigeria',2006,1,NULL,4,'0.99',163,'29.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(291,'EVOLUTION ALTER','A Fanciful Character Study of a Feminist And a Madman who must Find a Explorer in A Baloon Factory',2006,1,NULL,5,'0.99',174,'10.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(292,'EXCITEMENT EVE','A Brilliant Documentary of a Monkey And a Car who must Conquer a Crocodile in A Shark Tank',2006,1,NULL,3,'0.99',51,'20.99','G','Commentaries','2006-02-15 05:03:42'),(293,'EXORCIST STING','A Touching Drama of a Dog And a Sumo Wrestler who must Conquer a Mad Scientist in Berlin',2006,1,NULL,6,'2.99',167,'17.99','G','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(294,'EXPECATIONS NATURAL','A Amazing Drama of a Butler And a Husband who must Reach a A Shark in A U-Boat',2006,1,NULL,5,'4.99',138,'26.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(295,'EXPENDABLE STALLION','A Amazing Character Study of a Mad Cow And a Squirrel who must Discover a Hunter in A U-Boat',2006,1,NULL,3,'0.99',97,'14.99','PG','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(296,'EXPRESS LONELY','A Boring Drama of a Astronaut And a Boat who must Face a Boat in California',2006,1,NULL,5,'2.99',178,'23.99','R','Trailers','2006-02-15 05:03:42'),(297,'EXTRAORDINARY CONQUERER','A Stunning Story of a Dog And a Feminist who must Face a Forensic Psychologist in Berlin',2006,1,NULL,6,'2.99',122,'29.99','G','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(298,'EYES DRIVING','A Thrilling Story of a Cat And a Waitress who must Fight a Explorer in The Outback',2006,1,NULL,4,'2.99',172,'13.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(299,'FACTORY DRAGON','A Action-Packed Saga of a Teacher And a Frisbee who must Escape a Lumberjack in The Sahara Desert',2006,1,NULL,4,'0.99',144,'9.99','PG-13','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(300,'FALCON VOLUME','A Fateful Saga of a Sumo Wrestler And a Hunter who must Redeem a A Shark in New Orleans',2006,1,NULL,5,'4.99',102,'21.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(301,'FAMILY SWEET','A Epic Documentary of a Teacher And a Boy who must Escape a Woman in Berlin',2006,1,NULL,4,'0.99',155,'24.99','R','Trailers','2006-02-15 05:03:42'),(302,'FANTASIA PARK','A Thoughtful Documentary of a Mad Scientist And a A Shark who must Outrace a Feminist in Australia',2006,1,NULL,5,'2.99',131,'29.99','G','Commentaries','2006-02-15 05:03:42'),(303,'FANTASY TROOPERS','A Touching Saga of a Teacher And a Monkey who must Overcome a Secret Agent in A MySQL Convention',2006,1,NULL,6,'0.99',58,'27.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(304,'FARGO GANDHI','A Thrilling Reflection of a Pastry Chef And a Crocodile who must Reach a Teacher in The Outback',2006,1,NULL,3,'2.99',130,'28.99','G','Deleted Scenes','2006-02-15 05:03:42'),(305,'FATAL HAUNTED','A Beautiful Drama of a Student And a Secret Agent who must Confront a Dentist in Ancient Japan',2006,1,NULL,6,'2.99',91,'24.99','PG','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(306,'FEATHERS METAL','A Thoughtful Yarn of a Monkey And a Teacher who must Find a Dog in Australia',2006,1,NULL,3,'0.99',104,'12.99','PG-13','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(307,'FELLOWSHIP AUTUMN','A Lacklusture Reflection of a Dentist And a Hunter who must Meet a Teacher in A Baloon',2006,1,NULL,6,'4.99',77,'9.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(308,'FERRIS MOTHER','A Touching Display of a Frisbee And a Frisbee who must Kill a Girl in The Gulf of Mexico',2006,1,NULL,3,'2.99',142,'13.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(309,'FEUD FROGMEN','A Brilliant Reflection of a Database Administrator And a Mad Cow who must Chase a Woman in The Canadian Rockies',2006,1,NULL,6,'0.99',98,'29.99','R','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(310,'FEVER EMPIRE','A Insightful Panorama of a Cat And a Boat who must Defeat a Boat in The Gulf of Mexico',2006,1,NULL,5,'4.99',158,'20.99','R','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(311,'FICTION CHRISTMAS','A Emotional Yarn of a A Shark And a Student who must Battle a Robot in An Abandoned Mine Shaft',2006,1,NULL,4,'0.99',72,'14.99','PG','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(312,'FIDDLER LOST','A Boring Tale of a Squirrel And a Dog who must Challenge a Madman in The Gulf of Mexico',2006,1,NULL,4,'4.99',75,'20.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(313,'FIDELITY DEVIL','A Awe-Inspiring Drama of a Technical Writer And a Composer who must Reach a Pastry Chef in A U-Boat',2006,1,NULL,5,'4.99',118,'11.99','G','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(314,'FIGHT JAWBREAKER','A Intrepid Panorama of a Womanizer And a Girl who must Escape a Girl in A Manhattan Penthouse',2006,1,NULL,3,'0.99',91,'13.99','R','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(315,'FINDING ANACONDA','A Fateful Tale of a Database Administrator And a Girl who must Battle a Squirrel in New Orleans',2006,1,NULL,4,'0.99',156,'10.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(316,'FIRE WOLVES','A Intrepid Documentary of a Frisbee And a Dog who must Outrace a Lumberjack in Nigeria',2006,1,NULL,5,'4.99',173,'18.99','R','Trailers','2006-02-15 05:03:42'),(317,'FIREBALL PHILADELPHIA','A Amazing Yarn of a Dentist And a A Shark who must Vanquish a Madman in An Abandoned Mine Shaft',2006,1,NULL,4,'0.99',148,'25.99','PG','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(318,'FIREHOUSE VIETNAM','A Awe-Inspiring Character Study of a Boat And a Boy who must Kill a Pastry Chef in The Sahara Desert',2006,1,NULL,7,'0.99',103,'14.99','G','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(319,'FISH OPUS','A Touching Display of a Feminist And a Girl who must Confront a Astronaut in Australia',2006,1,NULL,4,'2.99',125,'22.99','R','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(320,'FLAMINGOS CONNECTICUT','A Fast-Paced Reflection of a Composer And a Composer who must Meet a Cat in The Sahara Desert',2006,1,NULL,4,'4.99',80,'28.99','PG-13','Trailers','2006-02-15 05:03:42'),(321,'FLASH WARS','A Astounding Saga of a Moose And a Pastry Chef who must Chase a Student in The Gulf of Mexico',2006,1,NULL,3,'4.99',123,'21.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(322,'FLATLINERS KILLER','A Taut Display of a Secret Agent And a Waitress who must Sink a Robot in An Abandoned Mine Shaft',2006,1,NULL,5,'2.99',100,'29.99','G','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(323,'FLIGHT LIES','A Stunning Character Study of a Crocodile And a Pioneer who must Pursue a Teacher in New Orleans',2006,1,NULL,7,'4.99',179,'22.99','R','Trailers','2006-02-15 05:03:42'),(324,'FLINTSTONES HAPPINESS','A Fateful Story of a Husband And a Moose who must Vanquish a Boy in California',2006,1,NULL,3,'4.99',148,'11.99','PG-13','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(325,'FLOATS GARDEN','A Action-Packed Epistle of a Robot And a Car who must Chase a Boat in Ancient Japan',2006,1,NULL,6,'2.99',145,'29.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(326,'FLYING HOOK','A Thrilling Display of a Mad Cow And a Dog who must Challenge a Frisbee in Nigeria',2006,1,NULL,6,'2.99',69,'18.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(327,'FOOL MOCKINGBIRD','A Lacklusture Tale of a Crocodile And a Composer who must Defeat a Madman in A U-Boat',2006,1,NULL,3,'4.99',158,'24.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(328,'FOREVER CANDIDATE','A Unbelieveable Panorama of a Technical Writer And a Man who must Pursue a Frisbee in A U-Boat',2006,1,NULL,7,'2.99',131,'28.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(329,'FORREST SONS','A Thrilling Documentary of a Forensic Psychologist And a Butler who must Defeat a Explorer in A Jet Boat',2006,1,NULL,4,'2.99',63,'15.99','R','Commentaries','2006-02-15 05:03:42'),(330,'FORRESTER COMANCHEROS','A Fateful Tale of a Squirrel And a Forensic Psychologist who must Redeem a Man in Nigeria',2006,1,NULL,7,'4.99',112,'22.99','NC-17','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(331,'FORWARD TEMPLE','A Astounding Display of a Forensic Psychologist And a Mad Scientist who must Challenge a Girl in New Orleans',2006,1,NULL,6,'2.99',90,'25.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(332,'FRANKENSTEIN STRANGER','A Insightful Character Study of a Feminist And a Pioneer who must Pursue a Pastry Chef in Nigeria',2006,1,NULL,7,'0.99',159,'16.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(333,'FREAKY POCUS','A Fast-Paced Documentary of a Pastry Chef And a Crocodile who must Chase a Squirrel in The Gulf of Mexico',2006,1,NULL,7,'2.99',126,'16.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(334,'FREDDY STORM','A Intrepid Saga of a Man And a Lumberjack who must Vanquish a Husband in The Outback',2006,1,NULL,6,'4.99',65,'21.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(335,'FREEDOM CLEOPATRA','A Emotional Reflection of a Dentist And a Mad Cow who must Face a Squirrel in A Baloon',2006,1,NULL,5,'0.99',133,'23.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(336,'FRENCH HOLIDAY','A Thrilling Epistle of a Dog And a Feminist who must Kill a Madman in Berlin',2006,1,NULL,5,'4.99',99,'22.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(337,'FRIDA SLIPPER','A Fateful Story of a Lumberjack And a Car who must Escape a Boat in An Abandoned Mine Shaft',2006,1,NULL,6,'2.99',73,'11.99','R','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(338,'FRISCO FORREST','A Beautiful Documentary of a Woman And a Pioneer who must Pursue a Mad Scientist in A Shark Tank',2006,1,NULL,6,'4.99',51,'23.99','PG','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(339,'FROGMEN BREAKING','A Unbelieveable Yarn of a Mad Scientist And a Cat who must Chase a Lumberjack in Australia',2006,1,NULL,5,'0.99',111,'17.99','R','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(340,'FRONTIER CABIN','A Emotional Story of a Madman And a Waitress who must Battle a Teacher in An Abandoned Fun House',2006,1,NULL,6,'4.99',183,'14.99','PG-13','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(341,'FROST HEAD','A Amazing Reflection of a Lumberjack And a Cat who must Discover a Husband in A MySQL Convention',2006,1,NULL,5,'0.99',82,'13.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(342,'FUGITIVE MAGUIRE','A Taut Epistle of a Feminist And a Sumo Wrestler who must Battle a Crocodile in Australia',2006,1,NULL,7,'4.99',83,'28.99','R','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(343,'FULL FLATLINERS','A Beautiful Documentary of a Astronaut And a Moose who must Pursue a Monkey in A Shark Tank',2006,1,NULL,6,'2.99',94,'14.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(344,'FURY MURDER','A Lacklusture Reflection of a Boat And a Forensic Psychologist who must Fight a Waitress in A Monastery',2006,1,NULL,3,'0.99',178,'28.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(345,'GABLES METROPOLIS','A Fateful Display of a Cat And a Pioneer who must Challenge a Pastry Chef in A Baloon Factory',2006,1,NULL,3,'0.99',161,'17.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(346,'GALAXY SWEETHEARTS','A Emotional Reflection of a Womanizer And a Pioneer who must Face a Squirrel in Berlin',2006,1,NULL,4,'4.99',128,'13.99','R','Deleted Scenes','2006-02-15 05:03:42'),(347,'GAMES BOWFINGER','A Astounding Documentary of a Butler And a Explorer who must Challenge a Butler in A Monastery',2006,1,NULL,7,'4.99',119,'17.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(348,'GANDHI KWAI','A Thoughtful Display of a Mad Scientist And a Secret Agent who must Chase a Boat in Berlin',2006,1,NULL,7,'0.99',86,'9.99','PG-13','Trailers','2006-02-15 05:03:42'),(349,'GANGS PRIDE','A Taut Character Study of a Woman And a A Shark who must Confront a Frisbee in Berlin',2006,1,NULL,4,'2.99',185,'27.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(350,'GARDEN ISLAND','A Unbelieveable Character Study of a Womanizer And a Madman who must Reach a Man in The Outback',2006,1,NULL,3,'4.99',80,'21.99','G','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(351,'GASLIGHT CRUSADE','A Amazing Epistle of a Boy And a Astronaut who must Redeem a Man in The Gulf of Mexico',2006,1,NULL,4,'2.99',106,'10.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(352,'GATHERING CALENDAR','A Intrepid Tale of a Pioneer And a Moose who must Conquer a Frisbee in A MySQL Convention',2006,1,NULL,4,'0.99',176,'22.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(353,'GENTLEMEN STAGE','A Awe-Inspiring Reflection of a Monkey And a Student who must Overcome a Dentist in The First Manned Space Station',2006,1,NULL,6,'2.99',125,'22.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(354,'GHOST GROUNDHOG','A Brilliant Panorama of a Madman And a Composer who must Succumb a Car in Ancient India',2006,1,NULL,6,'4.99',85,'18.99','G','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(355,'GHOSTBUSTERS ELF','A Thoughtful Epistle of a Dog And a Feminist who must Chase a Composer in Berlin',2006,1,NULL,7,'0.99',101,'18.99','R','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(356,'GIANT TROOPERS','A Fateful Display of a Feminist And a Monkey who must Vanquish a Monkey in The Canadian Rockies',2006,1,NULL,5,'2.99',102,'10.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(357,'GILBERT PELICAN','A Fateful Tale of a Man And a Feminist who must Conquer a Crocodile in A Manhattan Penthouse',2006,1,NULL,7,'0.99',114,'13.99','G','Trailers,Commentaries','2006-02-15 05:03:42'),(358,'GILMORE BOILED','A Unbelieveable Documentary of a Boat And a Husband who must Succumb a Student in A U-Boat',2006,1,NULL,5,'0.99',163,'29.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(359,'GLADIATOR WESTWARD','A Astounding Reflection of a Squirrel And a Sumo Wrestler who must Sink a Dentist in Ancient Japan',2006,1,NULL,6,'4.99',173,'20.99','PG','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(360,'GLASS DYING','A Astounding Drama of a Frisbee And a Astronaut who must Fight a Dog in Ancient Japan',2006,1,NULL,4,'0.99',103,'24.99','G','Trailers','2006-02-15 05:03:42'),(361,'GLEAMING JAWBREAKER','A Amazing Display of a Composer And a Forensic Psychologist who must Discover a Car in The Canadian Rockies',2006,1,NULL,5,'2.99',89,'25.99','NC-17','Trailers,Commentaries','2006-02-15 05:03:42'),(362,'GLORY TRACY','A Amazing Saga of a Woman And a Womanizer who must Discover a Cat in The First Manned Space Station',2006,1,NULL,7,'2.99',115,'13.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(363,'GO PURPLE','A Fast-Paced Display of a Car And a Database Administrator who must Battle a Woman in A Baloon',2006,1,NULL,3,'0.99',54,'12.99','R','Trailers','2006-02-15 05:03:42'),(364,'GODFATHER DIARY','A Stunning Saga of a Lumberjack And a Squirrel who must Chase a Car in The Outback',2006,1,NULL,3,'2.99',73,'14.99','NC-17','Trailers','2006-02-15 05:03:42'),(365,'GOLD RIVER','A Taut Documentary of a Database Administrator And a Waitress who must Reach a Mad Scientist in A Baloon Factory',2006,1,NULL,4,'4.99',154,'21.99','R','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(366,'GOLDFINGER SENSIBILITY','A Insightful Drama of a Mad Scientist And a Hunter who must Defeat a Pastry Chef in New Orleans',2006,1,NULL,3,'0.99',93,'29.99','G','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(367,'GOLDMINE TYCOON','A Brilliant Epistle of a Composer And a Frisbee who must Conquer a Husband in The Outback',2006,1,NULL,6,'0.99',153,'20.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(368,'GONE TROUBLE','A Insightful Character Study of a Mad Cow And a Forensic Psychologist who must Conquer a A Shark in A Manhattan Penthouse',2006,1,NULL,7,'2.99',84,'20.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(369,'GOODFELLAS SALUTE','A Unbelieveable Tale of a Dog And a Explorer who must Sink a Mad Cow in A Baloon Factory',2006,1,NULL,4,'4.99',56,'22.99','PG','Deleted Scenes','2006-02-15 05:03:42'),(370,'GORGEOUS BINGO','A Action-Packed Display of a Sumo Wrestler And a Car who must Overcome a Waitress in A Baloon Factory',2006,1,NULL,4,'2.99',108,'26.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(371,'GOSFORD DONNIE','A Epic Panorama of a Mad Scientist And a Monkey who must Redeem a Secret Agent in Berlin',2006,1,NULL,5,'4.99',129,'17.99','G','Commentaries','2006-02-15 05:03:42'),(372,'GRACELAND DYNAMITE','A Taut Display of a Cat And a Girl who must Overcome a Database Administrator in New Orleans',2006,1,NULL,5,'4.99',140,'26.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(373,'GRADUATE LORD','A Lacklusture Epistle of a Girl And a A Shark who must Meet a Mad Scientist in Ancient China',2006,1,NULL,7,'2.99',156,'14.99','G','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(374,'GRAFFITI LOVE','A Unbelieveable Epistle of a Sumo Wrestler And a Hunter who must Build a Composer in Berlin',2006,1,NULL,3,'0.99',117,'29.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(375,'GRAIL FRANKENSTEIN','A Unbelieveable Saga of a Teacher And a Monkey who must Fight a Girl in An Abandoned Mine Shaft',2006,1,NULL,4,'2.99',85,'17.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(376,'GRAPES FURY','A Boring Yarn of a Mad Cow And a Sumo Wrestler who must Meet a Robot in Australia',2006,1,NULL,4,'0.99',155,'20.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(377,'GREASE YOUTH','A Emotional Panorama of a Secret Agent And a Waitress who must Escape a Composer in Soviet Georgia',2006,1,NULL,7,'0.99',135,'20.99','G','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(378,'GREATEST NORTH','A Astounding Character Study of a Secret Agent And a Robot who must Build a A Shark in Berlin',2006,1,NULL,5,'2.99',93,'24.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(379,'GREEDY ROOTS','A Amazing Reflection of a A Shark And a Butler who must Chase a Hunter in The Canadian Rockies',2006,1,NULL,7,'0.99',166,'14.99','R','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(380,'GREEK EVERYONE','A Stunning Display of a Butler And a Teacher who must Confront a A Shark in The First Manned Space Station',2006,1,NULL,7,'2.99',176,'11.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(381,'GRINCH MASSAGE','A Intrepid Display of a Madman And a Feminist who must Pursue a Pioneer in The First Manned Space Station',2006,1,NULL,7,'4.99',150,'25.99','R','Trailers','2006-02-15 05:03:42'),(382,'GRIT CLOCKWORK','A Thoughtful Display of a Dentist And a Squirrel who must Confront a Lumberjack in A Shark Tank',2006,1,NULL,3,'0.99',137,'21.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(383,'GROOVE FICTION','A Unbelieveable Reflection of a Moose And a A Shark who must Defeat a Lumberjack in An Abandoned Mine Shaft',2006,1,NULL,6,'0.99',111,'13.99','NC-17','Behind the Scenes','2006-02-15 05:03:42'),(384,'GROSSE WONDERFUL','A Epic Drama of a Cat And a Explorer who must Redeem a Moose in Australia',2006,1,NULL,5,'4.99',49,'19.99','R','Behind the Scenes','2006-02-15 05:03:42'),(385,'GROUNDHOG UNCUT','A Brilliant Panorama of a Astronaut And a Technical Writer who must Discover a Butler in A Manhattan Penthouse',2006,1,NULL,6,'4.99',139,'26.99','PG-13','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(386,'GUMP DATE','A Intrepid Yarn of a Explorer And a Student who must Kill a Husband in An Abandoned Mine Shaft',2006,1,NULL,3,'4.99',53,'12.99','NC-17','Deleted Scenes','2006-02-15 05:03:42'),(387,'GUN BONNIE','A Boring Display of a Sumo Wrestler And a Husband who must Build a Waitress in The Gulf of Mexico',2006,1,NULL,7,'0.99',100,'27.99','G','Behind the Scenes','2006-02-15 05:03:42'),(388,'GUNFIGHT MOON','A Epic Reflection of a Pastry Chef And a Explorer who must Reach a Dentist in The Sahara Desert',2006,1,NULL,5,'0.99',70,'16.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(389,'GUNFIGHTER MUSSOLINI','A Touching Saga of a Robot And a Boy who must Kill a Man in Ancient Japan',2006,1,NULL,3,'2.99',127,'9.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(390,'GUYS FALCON','A Boring Story of a Woman And a Feminist who must Redeem a Squirrel in A U-Boat',2006,1,NULL,4,'4.99',84,'20.99','R','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(391,'HALF OUTFIELD','A Epic Epistle of a Database Administrator And a Crocodile who must Face a Madman in A Jet Boat',2006,1,NULL,6,'2.99',146,'25.99','PG-13','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(392,'HALL CASSIDY','A Beautiful Panorama of a Pastry Chef And a A Shark who must Battle a Pioneer in Soviet Georgia',2006,1,NULL,5,'4.99',51,'13.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(393,'HALLOWEEN NUTS','A Amazing Panorama of a Forensic Psychologist And a Technical Writer who must Fight a Dentist in A U-Boat',2006,1,NULL,6,'2.99',47,'19.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(394,'HAMLET WISDOM','A Touching Reflection of a Man And a Man who must Sink a Robot in The Outback',2006,1,NULL,7,'2.99',146,'21.99','R','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(395,'HANDICAP BOONDOCK','A Beautiful Display of a Pioneer And a Squirrel who must Vanquish a Sumo Wrestler in Soviet Georgia',2006,1,NULL,4,'0.99',108,'28.99','R','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(396,'HANGING DEEP','A Action-Packed Yarn of a Boat And a Crocodile who must Build a Monkey in Berlin',2006,1,NULL,5,'4.99',62,'18.99','G','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(397,'HANKY OCTOBER','A Boring Epistle of a Database Administrator And a Explorer who must Pursue a Madman in Soviet Georgia',2006,1,NULL,5,'2.99',107,'26.99','NC-17','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(398,'HANOVER GALAXY','A Stunning Reflection of a Girl And a Secret Agent who must Succumb a Boy in A MySQL Convention',2006,1,NULL,5,'4.99',47,'21.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(399,'HAPPINESS UNITED','A Action-Packed Panorama of a Husband And a Feminist who must Meet a Forensic Psychologist in Ancient Japan',2006,1,NULL,6,'2.99',100,'23.99','G','Deleted Scenes','2006-02-15 05:03:42'),(400,'HARDLY ROBBERS','A Emotional Character Study of a Hunter And a Car who must Kill a Woman in Berlin',2006,1,NULL,7,'2.99',72,'15.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(401,'HAROLD FRENCH','A Stunning Saga of a Sumo Wrestler And a Student who must Outrace a Moose in The Sahara Desert',2006,1,NULL,6,'0.99',168,'10.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(402,'HARPER DYING','A Awe-Inspiring Reflection of a Woman And a Cat who must Confront a Feminist in The Sahara Desert',2006,1,NULL,3,'0.99',52,'15.99','G','Trailers','2006-02-15 05:03:42'),(403,'HARRY IDAHO','A Taut Yarn of a Technical Writer And a Feminist who must Outrace a Dog in California',2006,1,NULL,5,'4.99',121,'18.99','PG-13','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(404,'HATE HANDICAP','A Intrepid Reflection of a Mad Scientist And a Pioneer who must Overcome a Hunter in The First Manned Space Station',2006,1,NULL,4,'0.99',107,'26.99','PG','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(405,'HAUNTED ANTITRUST','A Amazing Saga of a Man And a Dentist who must Reach a Technical Writer in Ancient India',2006,1,NULL,6,'4.99',76,'13.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(406,'HAUNTING PIANIST','A Fast-Paced Story of a Database Administrator And a Composer who must Defeat a Squirrel in An Abandoned Amusement Park',2006,1,NULL,5,'0.99',181,'22.99','R','Behind the Scenes','2006-02-15 05:03:42'),(407,'HAWK CHILL','A Action-Packed Drama of a Mad Scientist And a Composer who must Outgun a Car in Australia',2006,1,NULL,5,'0.99',47,'12.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(408,'HEAD STRANGER','A Thoughtful Saga of a Hunter And a Crocodile who must Confront a Dog in The Gulf of Mexico',2006,1,NULL,4,'4.99',69,'28.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(409,'HEARTBREAKERS BRIGHT','A Awe-Inspiring Documentary of a A Shark And a Dentist who must Outrace a Pastry Chef in The Canadian Rockies',2006,1,NULL,3,'4.99',59,'9.99','G','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(410,'HEAVEN FREEDOM','A Intrepid Story of a Butler And a Car who must Vanquish a Man in New Orleans',2006,1,NULL,7,'2.99',48,'19.99','PG','Commentaries','2006-02-15 05:03:42'),(411,'HEAVENLY GUN','A Beautiful Yarn of a Forensic Psychologist And a Frisbee who must Battle a Moose in A Jet Boat',2006,1,NULL,5,'4.99',49,'13.99','NC-17','Behind the Scenes','2006-02-15 05:03:42'),(412,'HEAVYWEIGHTS BEAST','A Unbelieveable Story of a Composer And a Dog who must Overcome a Womanizer in An Abandoned Amusement Park',2006,1,NULL,6,'4.99',102,'25.99','G','Deleted Scenes','2006-02-15 05:03:42'),(413,'HEDWIG ALTER','A Action-Packed Yarn of a Womanizer And a Lumberjack who must Chase a Sumo Wrestler in A Monastery',2006,1,NULL,7,'2.99',169,'16.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(414,'HELLFIGHTERS SIERRA','A Taut Reflection of a A Shark And a Dentist who must Battle a Boat in Soviet Georgia',2006,1,NULL,3,'2.99',75,'23.99','PG','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(415,'HIGH ENCINO','A Fateful Saga of a Waitress And a Hunter who must Outrace a Sumo Wrestler in Australia',2006,1,NULL,3,'2.99',84,'23.99','R','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(416,'HIGHBALL POTTER','A Action-Packed Saga of a Husband And a Dog who must Redeem a Database Administrator in The Sahara Desert',2006,1,NULL,6,'0.99',110,'10.99','R','Deleted Scenes','2006-02-15 05:03:42'),(417,'HILLS NEIGHBORS','A Epic Display of a Hunter And a Feminist who must Sink a Car in A U-Boat',2006,1,NULL,5,'0.99',93,'29.99','G','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(418,'HOBBIT ALIEN','A Emotional Drama of a Husband And a Girl who must Outgun a Composer in The First Manned Space Station',2006,1,NULL,5,'0.99',157,'27.99','PG-13','Commentaries','2006-02-15 05:03:42'),(419,'HOCUS FRIDA','A Awe-Inspiring Tale of a Girl And a Madman who must Outgun a Student in A Shark Tank',2006,1,NULL,4,'2.99',141,'19.99','G','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(420,'HOLES BRANNIGAN','A Fast-Paced Reflection of a Technical Writer And a Student who must Fight a Boy in The Canadian Rockies',2006,1,NULL,7,'4.99',128,'27.99','PG','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(421,'HOLIDAY GAMES','A Insightful Reflection of a Waitress And a Madman who must Pursue a Boy in Ancient Japan',2006,1,NULL,7,'4.99',78,'10.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(422,'HOLLOW JEOPARDY','A Beautiful Character Study of a Robot And a Astronaut who must Overcome a Boat in A Monastery',2006,1,NULL,7,'4.99',136,'25.99','NC-17','Behind the Scenes','2006-02-15 05:03:42'),(423,'HOLLYWOOD ANONYMOUS','A Fast-Paced Epistle of a Boy And a Explorer who must Escape a Dog in A U-Boat',2006,1,NULL,7,'0.99',69,'29.99','PG','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(424,'HOLOCAUST HIGHBALL','A Awe-Inspiring Yarn of a Composer And a Man who must Find a Robot in Soviet Georgia',2006,1,NULL,6,'0.99',149,'12.99','R','Deleted Scenes','2006-02-15 05:03:42'),(425,'HOLY TADPOLE','A Action-Packed Display of a Feminist And a Pioneer who must Pursue a Dog in A Baloon Factory',2006,1,NULL,6,'0.99',88,'20.99','R','Behind the Scenes','2006-02-15 05:03:42'),(426,'HOME PITY','A Touching Panorama of a Man And a Secret Agent who must Challenge a Teacher in A MySQL Convention',2006,1,NULL,7,'4.99',185,'15.99','R','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(427,'HOMEWARD CIDER','A Taut Reflection of a Astronaut And a Squirrel who must Fight a Squirrel in A Manhattan Penthouse',2006,1,NULL,5,'0.99',103,'19.99','R','Trailers','2006-02-15 05:03:42'),(428,'HOMICIDE PEACH','A Astounding Documentary of a Hunter And a Boy who must Confront a Boy in A MySQL Convention',2006,1,NULL,6,'2.99',141,'21.99','PG-13','Commentaries','2006-02-15 05:03:42'),(429,'HONEY TIES','A Taut Story of a Waitress And a Crocodile who must Outrace a Lumberjack in A Shark Tank',2006,1,NULL,3,'0.99',84,'29.99','R','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(430,'HOOK CHARIOTS','A Insightful Story of a Boy And a Dog who must Redeem a Boy in Australia',2006,1,NULL,7,'0.99',49,'23.99','G','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(431,'HOOSIERS BIRDCAGE','A Astounding Display of a Explorer And a Boat who must Vanquish a Car in The First Manned Space Station',2006,1,NULL,3,'2.99',176,'12.99','G','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(432,'HOPE TOOTSIE','A Amazing Documentary of a Student And a Sumo Wrestler who must Outgun a A Shark in A Shark Tank',2006,1,NULL,4,'2.99',139,'22.99','NC-17','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(433,'HORN WORKING','A Stunning Display of a Mad Scientist And a Technical Writer who must Succumb a Monkey in A Shark Tank',2006,1,NULL,4,'2.99',95,'23.99','PG','Trailers','2006-02-15 05:03:42'),(434,'HORROR REIGN','A Touching Documentary of a A Shark And a Car who must Build a Husband in Nigeria',2006,1,NULL,3,'0.99',139,'25.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(435,'HOTEL HAPPINESS','A Thrilling Yarn of a Pastry Chef And a A Shark who must Challenge a Mad Scientist in The Outback',2006,1,NULL,6,'4.99',181,'28.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(436,'HOURS RAGE','A Fateful Story of a Explorer And a Feminist who must Meet a Technical Writer in Soviet Georgia',2006,1,NULL,4,'0.99',122,'14.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(437,'HOUSE DYNAMITE','A Taut Story of a Pioneer And a Squirrel who must Battle a Student in Soviet Georgia',2006,1,NULL,7,'2.99',109,'13.99','R','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(438,'HUMAN GRAFFITI','A Beautiful Reflection of a Womanizer And a Sumo Wrestler who must Chase a Database Administrator in The Gulf of Mexico',2006,1,NULL,3,'2.99',68,'22.99','NC-17','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(439,'HUNCHBACK IMPOSSIBLE','A Touching Yarn of a Frisbee And a Dentist who must Fight a Composer in Ancient Japan',2006,1,NULL,4,'4.99',151,'28.99','PG-13','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(440,'HUNGER ROOF','A Unbelieveable Yarn of a Student And a Database Administrator who must Outgun a Husband in An Abandoned Mine Shaft',2006,1,NULL,6,'0.99',105,'21.99','G','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(441,'HUNTER ALTER','A Emotional Drama of a Mad Cow And a Boat who must Redeem a Secret Agent in A Shark Tank',2006,1,NULL,5,'2.99',125,'21.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(442,'HUNTING MUSKETEERS','A Thrilling Reflection of a Pioneer And a Dentist who must Outrace a Womanizer in An Abandoned Mine Shaft',2006,1,NULL,6,'2.99',65,'24.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(443,'HURRICANE AFFAIR','A Lacklusture Epistle of a Database Administrator And a Woman who must Meet a Hunter in An Abandoned Mine Shaft',2006,1,NULL,6,'2.99',49,'11.99','PG','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(444,'HUSTLER PARTY','A Emotional Reflection of a Sumo Wrestler And a Monkey who must Conquer a Robot in The Sahara Desert',2006,1,NULL,3,'4.99',83,'22.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(445,'HYDE DOCTOR','A Fanciful Documentary of a Boy And a Woman who must Redeem a Womanizer in A Jet Boat',2006,1,NULL,5,'2.99',100,'11.99','G','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(446,'HYSTERICAL GRAIL','A Amazing Saga of a Madman And a Dentist who must Build a Car in A Manhattan Penthouse',2006,1,NULL,5,'4.99',150,'19.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(447,'ICE CROSSING','A Fast-Paced Tale of a Butler And a Moose who must Overcome a Pioneer in A Manhattan Penthouse',2006,1,NULL,5,'2.99',131,'28.99','R','Deleted Scenes','2006-02-15 05:03:42'),(448,'IDAHO LOVE','A Fast-Paced Drama of a Student And a Crocodile who must Meet a Database Administrator in The Outback',2006,1,NULL,3,'2.99',172,'25.99','PG-13','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(449,'IDENTITY LOVER','A Boring Tale of a Composer And a Mad Cow who must Defeat a Car in The Outback',2006,1,NULL,4,'2.99',119,'12.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(450,'IDOLS SNATCHERS','A Insightful Drama of a Car And a Composer who must Fight a Man in A Monastery',2006,1,NULL,5,'2.99',84,'29.99','NC-17','Trailers','2006-02-15 05:03:42'),(451,'IGBY MAKER','A Epic Documentary of a Hunter And a Dog who must Outgun a Dog in A Baloon Factory',2006,1,NULL,7,'4.99',160,'12.99','NC-17','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(452,'ILLUSION AMELIE','A Emotional Epistle of a Boat And a Mad Scientist who must Outrace a Robot in An Abandoned Mine Shaft',2006,1,NULL,4,'0.99',122,'15.99','R','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(453,'IMAGE PRINCESS','A Lacklusture Panorama of a Secret Agent And a Crocodile who must Discover a Madman in The Canadian Rockies',2006,1,NULL,3,'2.99',178,'17.99','PG-13','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(454,'IMPACT ALADDIN','A Epic Character Study of a Frisbee And a Moose who must Outgun a Technical Writer in A Shark Tank',2006,1,NULL,6,'0.99',180,'20.99','PG-13','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(455,'IMPOSSIBLE PREJUDICE','A Awe-Inspiring Yarn of a Monkey And a Hunter who must Chase a Teacher in Ancient China',2006,1,NULL,7,'4.99',103,'11.99','NC-17','Deleted Scenes','2006-02-15 05:03:42'),(456,'INCH JET','A Fateful Saga of a Womanizer And a Student who must Defeat a Butler in A Monastery',2006,1,NULL,6,'4.99',167,'18.99','NC-17','Deleted Scenes','2006-02-15 05:03:42'),(457,'INDEPENDENCE HOTEL','A Thrilling Tale of a Technical Writer And a Boy who must Face a Pioneer in A Monastery',2006,1,NULL,5,'0.99',157,'21.99','NC-17','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(458,'INDIAN LOVE','A Insightful Saga of a Mad Scientist And a Mad Scientist who must Kill a Astronaut in An Abandoned Fun House',2006,1,NULL,4,'0.99',135,'26.99','NC-17','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(459,'INFORMER DOUBLE','A Action-Packed Display of a Woman And a Dentist who must Redeem a Forensic Psychologist in The Canadian Rockies',2006,1,NULL,4,'4.99',74,'23.99','NC-17','Trailers,Commentaries','2006-02-15 05:03:42'),(460,'INNOCENT USUAL','A Beautiful Drama of a Pioneer And a Crocodile who must Challenge a Student in The Outback',2006,1,NULL,3,'4.99',178,'26.99','PG-13','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(461,'INSECTS STONE','A Epic Display of a Butler And a Dog who must Vanquish a Crocodile in A Manhattan Penthouse',2006,1,NULL,3,'0.99',123,'14.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(462,'INSIDER ARIZONA','A Astounding Saga of a Mad Scientist And a Hunter who must Pursue a Robot in A Baloon Factory',2006,1,NULL,5,'2.99',78,'17.99','NC-17','Commentaries','2006-02-15 05:03:42'),(463,'INSTINCT AIRPORT','A Touching Documentary of a Mad Cow And a Explorer who must Confront a Butler in A Manhattan Penthouse',2006,1,NULL,4,'2.99',116,'21.99','PG','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(464,'INTENTIONS EMPIRE','A Astounding Epistle of a Cat And a Cat who must Conquer a Mad Cow in A U-Boat',2006,1,NULL,3,'2.99',107,'13.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(465,'INTERVIEW LIAISONS','A Action-Packed Reflection of a Student And a Butler who must Discover a Database Administrator in A Manhattan Penthouse',2006,1,NULL,4,'4.99',59,'17.99','R','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(466,'INTOLERABLE INTENTIONS','A Awe-Inspiring Story of a Monkey And a Pastry Chef who must Succumb a Womanizer in A MySQL Convention',2006,1,NULL,6,'4.99',63,'20.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(467,'INTRIGUE WORST','A Fanciful Character Study of a Explorer And a Mad Scientist who must Vanquish a Squirrel in A Jet Boat',2006,1,NULL,6,'0.99',181,'10.99','G','Deleted Scenes','2006-02-15 05:03:42'),(468,'INVASION CYCLONE','A Lacklusture Character Study of a Mad Scientist And a Womanizer who must Outrace a Explorer in A Monastery',2006,1,NULL,5,'2.99',97,'12.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(469,'IRON MOON','A Fast-Paced Documentary of a Mad Cow And a Boy who must Pursue a Dentist in A Baloon',2006,1,NULL,7,'4.99',46,'27.99','PG','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(470,'ISHTAR ROCKETEER','A Astounding Saga of a Dog And a Squirrel who must Conquer a Dog in An Abandoned Fun House',2006,1,NULL,4,'4.99',79,'24.99','R','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(471,'ISLAND EXORCIST','A Fanciful Panorama of a Technical Writer And a Boy who must Find a Dentist in An Abandoned Fun House',2006,1,NULL,7,'2.99',84,'23.99','NC-17','Trailers,Commentaries','2006-02-15 05:03:42'),(472,'ITALIAN AFRICAN','A Astounding Character Study of a Monkey And a Moose who must Outgun a Cat in A U-Boat',2006,1,NULL,3,'4.99',174,'24.99','G','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(473,'JACKET FRISCO','A Insightful Reflection of a Womanizer And a Husband who must Conquer a Pastry Chef in A Baloon',2006,1,NULL,5,'2.99',181,'16.99','PG-13','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(474,'JADE BUNCH','A Insightful Panorama of a Squirrel And a Mad Cow who must Confront a Student in The First Manned Space Station',2006,1,NULL,6,'2.99',174,'21.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(475,'JAPANESE RUN','A Awe-Inspiring Epistle of a Feminist And a Girl who must Sink a Girl in The Outback',2006,1,NULL,6,'0.99',135,'29.99','G','Deleted Scenes','2006-02-15 05:03:42'),(476,'JASON TRAP','A Thoughtful Tale of a Woman And a A Shark who must Conquer a Dog in A Monastery',2006,1,NULL,5,'2.99',130,'9.99','NC-17','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(477,'JAWBREAKER BROOKLYN','A Stunning Reflection of a Boat And a Pastry Chef who must Succumb a A Shark in A Jet Boat',2006,1,NULL,5,'0.99',118,'15.99','PG','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(478,'JAWS HARRY','A Thrilling Display of a Database Administrator And a Monkey who must Overcome a Dog in An Abandoned Fun House',2006,1,NULL,4,'2.99',112,'10.99','G','Deleted Scenes','2006-02-15 05:03:42'),(479,'JEDI BENEATH','A Astounding Reflection of a Explorer And a Dentist who must Pursue a Student in Nigeria',2006,1,NULL,7,'0.99',128,'12.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(480,'JEEPERS WEDDING','A Astounding Display of a Composer And a Dog who must Kill a Pastry Chef in Soviet Georgia',2006,1,NULL,3,'2.99',84,'29.99','R','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(481,'JEKYLL FROGMEN','A Fanciful Epistle of a Student And a Astronaut who must Kill a Waitress in A Shark Tank',2006,1,NULL,4,'2.99',58,'22.99','PG','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(482,'JEOPARDY ENCINO','A Boring Panorama of a Man And a Mad Cow who must Face a Explorer in Ancient India',2006,1,NULL,3,'0.99',102,'12.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(483,'JERICHO MULAN','A Amazing Yarn of a Hunter And a Butler who must Defeat a Boy in A Jet Boat',2006,1,NULL,3,'2.99',171,'29.99','NC-17','Commentaries','2006-02-15 05:03:42'),(484,'JERK PAYCHECK','A Touching Character Study of a Pastry Chef And a Database Administrator who must Reach a A Shark in Ancient Japan',2006,1,NULL,3,'2.99',172,'13.99','NC-17','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(485,'JERSEY SASSY','A Lacklusture Documentary of a Madman And a Mad Cow who must Find a Feminist in Ancient Japan',2006,1,NULL,6,'4.99',60,'16.99','PG','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(486,'JET NEIGHBORS','A Amazing Display of a Lumberjack And a Teacher who must Outrace a Woman in A U-Boat',2006,1,NULL,7,'4.99',59,'14.99','R','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(487,'JINGLE SAGEBRUSH','A Epic Character Study of a Feminist And a Student who must Meet a Woman in A Baloon',2006,1,NULL,6,'4.99',124,'29.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(488,'JOON NORTHWEST','A Thrilling Panorama of a Technical Writer And a Car who must Discover a Forensic Psychologist in A Shark Tank',2006,1,NULL,3,'0.99',105,'23.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(489,'JUGGLER HARDLY','A Epic Story of a Mad Cow And a Astronaut who must Challenge a Car in California',2006,1,NULL,4,'0.99',54,'14.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(490,'JUMANJI BLADE','A Intrepid Yarn of a Husband And a Womanizer who must Pursue a Mad Scientist in New Orleans',2006,1,NULL,4,'2.99',121,'13.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(491,'JUMPING WRATH','A Touching Epistle of a Monkey And a Feminist who must Discover a Boat in Berlin',2006,1,NULL,4,'0.99',74,'18.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(492,'JUNGLE CLOSER','A Boring Character Study of a Boy And a Woman who must Battle a Astronaut in Australia',2006,1,NULL,6,'0.99',134,'11.99','NC-17','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(493,'KANE EXORCIST','A Epic Documentary of a Composer And a Robot who must Overcome a Car in Berlin',2006,1,NULL,5,'0.99',92,'18.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(494,'KARATE MOON','A Astounding Yarn of a Womanizer And a Dog who must Reach a Waitress in A MySQL Convention',2006,1,NULL,4,'0.99',120,'21.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(495,'KENTUCKIAN GIANT','A Stunning Yarn of a Woman And a Frisbee who must Escape a Waitress in A U-Boat',2006,1,NULL,5,'2.99',169,'10.99','PG','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(496,'KICK SAVANNAH','A Emotional Drama of a Monkey And a Robot who must Defeat a Monkey in New Orleans',2006,1,NULL,3,'0.99',179,'10.99','PG-13','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(497,'KILL BROTHERHOOD','A Touching Display of a Hunter And a Secret Agent who must Redeem a Husband in The Outback',2006,1,NULL,4,'0.99',54,'15.99','G','Trailers,Commentaries','2006-02-15 05:03:42'),(498,'KILLER INNOCENT','A Fanciful Character Study of a Student And a Explorer who must Succumb a Composer in An Abandoned Mine Shaft',2006,1,NULL,7,'2.99',161,'11.99','R','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(499,'KING EVOLUTION','A Action-Packed Tale of a Boy And a Lumberjack who must Chase a Madman in A Baloon',2006,1,NULL,3,'4.99',184,'24.99','NC-17','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(500,'KISS GLORY','A Lacklusture Reflection of a Girl And a Husband who must Find a Robot in The Canadian Rockies',2006,1,NULL,5,'4.99',163,'11.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(501,'KISSING DOLLS','A Insightful Reflection of a Pioneer And a Teacher who must Build a Composer in The First Manned Space Station',2006,1,NULL,3,'4.99',141,'9.99','R','Trailers','2006-02-15 05:03:42'),(502,'KNOCK WARLOCK','A Unbelieveable Story of a Teacher And a Boat who must Confront a Moose in A Baloon',2006,1,NULL,4,'2.99',71,'21.99','PG-13','Trailers','2006-02-15 05:03:42'),(503,'KRAMER CHOCOLATE','A Amazing Yarn of a Robot And a Pastry Chef who must Redeem a Mad Scientist in The Outback',2006,1,NULL,3,'2.99',171,'24.99','R','Trailers','2006-02-15 05:03:42'),(504,'KWAI HOMEWARD','A Amazing Drama of a Car And a Squirrel who must Pursue a Car in Soviet Georgia',2006,1,NULL,5,'0.99',46,'25.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(505,'LABYRINTH LEAGUE','A Awe-Inspiring Saga of a Composer And a Frisbee who must Succumb a Pioneer in The Sahara Desert',2006,1,NULL,6,'2.99',46,'24.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(506,'LADY STAGE','A Beautiful Character Study of a Woman And a Man who must Pursue a Explorer in A U-Boat',2006,1,NULL,4,'4.99',67,'14.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(507,'LADYBUGS ARMAGEDDON','A Fateful Reflection of a Dog And a Mad Scientist who must Meet a Mad Scientist in New Orleans',2006,1,NULL,4,'0.99',113,'13.99','NC-17','Deleted Scenes','2006-02-15 05:03:42'),(508,'LAMBS CINCINATTI','A Insightful Story of a Man And a Feminist who must Fight a Composer in Australia',2006,1,NULL,6,'4.99',144,'18.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(509,'LANGUAGE COWBOY','A Epic Yarn of a Cat And a Madman who must Vanquish a Dentist in An Abandoned Amusement Park',2006,1,NULL,5,'0.99',78,'26.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(510,'LAWLESS VISION','A Insightful Yarn of a Boy And a Sumo Wrestler who must Outgun a Car in The Outback',2006,1,NULL,6,'4.99',181,'29.99','G','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(511,'LAWRENCE LOVE','A Fanciful Yarn of a Database Administrator And a Mad Cow who must Pursue a Womanizer in Berlin',2006,1,NULL,7,'0.99',175,'23.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(512,'LEAGUE HELLFIGHTERS','A Thoughtful Saga of a A Shark And a Monkey who must Outgun a Student in Ancient China',2006,1,NULL,5,'4.99',110,'25.99','PG-13','Trailers','2006-02-15 05:03:42'),(513,'LEATHERNECKS DWARFS','A Fateful Reflection of a Dog And a Mad Cow who must Outrace a Teacher in An Abandoned Mine Shaft',2006,1,NULL,6,'2.99',153,'21.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(514,'LEBOWSKI SOLDIERS','A Beautiful Epistle of a Secret Agent And a Pioneer who must Chase a Astronaut in Ancient China',2006,1,NULL,6,'2.99',69,'17.99','PG-13','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(515,'LEGALLY SECRETARY','A Astounding Tale of a A Shark And a Moose who must Meet a Womanizer in The Sahara Desert',2006,1,NULL,7,'4.99',113,'14.99','PG','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(516,'LEGEND JEDI','A Awe-Inspiring Epistle of a Pioneer And a Student who must Outgun a Crocodile in The Outback',2006,1,NULL,7,'0.99',59,'18.99','PG','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(517,'LESSON CLEOPATRA','A Emotional Display of a Man And a Explorer who must Build a Boy in A Manhattan Penthouse',2006,1,NULL,3,'0.99',167,'28.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(518,'LIAISONS SWEET','A Boring Drama of a A Shark And a Explorer who must Redeem a Waitress in The Canadian Rockies',2006,1,NULL,5,'4.99',140,'15.99','PG','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(519,'LIBERTY MAGNIFICENT','A Boring Drama of a Student And a Cat who must Sink a Technical Writer in A Baloon',2006,1,NULL,3,'2.99',138,'27.99','G','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(520,'LICENSE WEEKEND','A Insightful Story of a Man And a Husband who must Overcome a Madman in A Monastery',2006,1,NULL,7,'2.99',91,'28.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(521,'LIES TREATMENT','A Fast-Paced Character Study of a Dentist And a Moose who must Defeat a Composer in The First Manned Space Station',2006,1,NULL,7,'4.99',147,'28.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(522,'LIFE TWISTED','A Thrilling Reflection of a Teacher And a Composer who must Find a Man in The First Manned Space Station',2006,1,NULL,4,'2.99',137,'9.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(523,'LIGHTS DEER','A Unbelieveable Epistle of a Dog And a Woman who must Confront a Moose in The Gulf of Mexico',2006,1,NULL,7,'0.99',174,'21.99','R','Commentaries','2006-02-15 05:03:42'),(524,'LION UNCUT','A Intrepid Display of a Pastry Chef And a Cat who must Kill a A Shark in Ancient China',2006,1,NULL,6,'0.99',50,'13.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(525,'LOATHING LEGALLY','A Boring Epistle of a Pioneer And a Mad Scientist who must Escape a Frisbee in The Gulf of Mexico',2006,1,NULL,4,'0.99',140,'29.99','R','Deleted Scenes','2006-02-15 05:03:42'),(526,'LOCK REAR','A Thoughtful Character Study of a Squirrel And a Technical Writer who must Outrace a Student in Ancient Japan',2006,1,NULL,7,'2.99',120,'10.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(527,'LOLA AGENT','A Astounding Tale of a Mad Scientist And a Husband who must Redeem a Database Administrator in Ancient Japan',2006,1,NULL,4,'4.99',85,'24.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(528,'LOLITA WORLD','A Thrilling Drama of a Girl And a Robot who must Redeem a Waitress in An Abandoned Mine Shaft',2006,1,NULL,4,'2.99',155,'25.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(529,'LONELY ELEPHANT','A Intrepid Story of a Student And a Dog who must Challenge a Explorer in Soviet Georgia',2006,1,NULL,3,'2.99',67,'12.99','G','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(530,'LORD ARIZONA','A Action-Packed Display of a Frisbee And a Pastry Chef who must Pursue a Crocodile in A Jet Boat',2006,1,NULL,5,'2.99',108,'27.99','PG-13','Trailers','2006-02-15 05:03:42'),(531,'LOSE INCH','A Stunning Reflection of a Student And a Technical Writer who must Battle a Butler in The First Manned Space Station',2006,1,NULL,3,'0.99',137,'18.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(532,'LOSER HUSTLER','A Stunning Drama of a Robot And a Feminist who must Outgun a Butler in Nigeria',2006,1,NULL,5,'4.99',80,'28.99','PG','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(533,'LOST BIRD','A Emotional Character Study of a Robot And a A Shark who must Defeat a Technical Writer in A Manhattan Penthouse',2006,1,NULL,4,'2.99',98,'21.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(534,'LOUISIANA HARRY','A Lacklusture Drama of a Girl And a Technical Writer who must Redeem a Monkey in A Shark Tank',2006,1,NULL,5,'0.99',70,'18.99','PG-13','Trailers','2006-02-15 05:03:42'),(535,'LOVE SUICIDES','A Brilliant Panorama of a Hunter And a Explorer who must Pursue a Dentist in An Abandoned Fun House',2006,1,NULL,6,'0.99',181,'21.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(536,'LOVELY JINGLE','A Fanciful Yarn of a Crocodile And a Forensic Psychologist who must Discover a Crocodile in The Outback',2006,1,NULL,3,'2.99',65,'18.99','PG','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(537,'LOVER TRUMAN','A Emotional Yarn of a Robot And a Boy who must Outgun a Technical Writer in A U-Boat',2006,1,NULL,3,'2.99',75,'29.99','G','Trailers','2006-02-15 05:03:42'),(538,'LOVERBOY ATTACKS','A Boring Story of a Car And a Butler who must Build a Girl in Soviet Georgia',2006,1,NULL,7,'0.99',162,'19.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(539,'LUCK OPUS','A Boring Display of a Moose And a Squirrel who must Outrace a Teacher in A Shark Tank',2006,1,NULL,7,'2.99',152,'21.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(540,'LUCKY FLYING','A Lacklusture Character Study of a A Shark And a Man who must Find a Forensic Psychologist in A U-Boat',2006,1,NULL,7,'2.99',97,'10.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(541,'LUKE MUMMY','A Taut Character Study of a Boy And a Robot who must Redeem a Mad Scientist in Ancient India',2006,1,NULL,5,'2.99',74,'21.99','NC-17','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(542,'LUST LOCK','A Fanciful Panorama of a Hunter And a Dentist who must Meet a Secret Agent in The Sahara Desert',2006,1,NULL,3,'2.99',52,'28.99','G','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(543,'MADIGAN DORADO','A Astounding Character Study of a A Shark And a A Shark who must Discover a Crocodile in The Outback',2006,1,NULL,5,'4.99',116,'20.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(544,'MADISON TRAP','A Awe-Inspiring Reflection of a Monkey And a Dentist who must Overcome a Pioneer in A U-Boat',2006,1,NULL,4,'2.99',147,'11.99','R','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(545,'MADNESS ATTACKS','A Fanciful Tale of a Squirrel And a Boat who must Defeat a Crocodile in The Gulf of Mexico',2006,1,NULL,4,'0.99',178,'14.99','PG-13','Trailers','2006-02-15 05:03:42'),(546,'MADRE GABLES','A Intrepid Panorama of a Sumo Wrestler And a Forensic Psychologist who must Discover a Moose in The First Manned Space Station',2006,1,NULL,7,'2.99',98,'27.99','PG-13','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(547,'MAGIC MALLRATS','A Touching Documentary of a Pastry Chef And a Pastry Chef who must Build a Mad Scientist in California',2006,1,NULL,3,'0.99',117,'19.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(548,'MAGNIFICENT CHITTY','A Insightful Story of a Teacher And a Hunter who must Face a Mad Cow in California',2006,1,NULL,3,'2.99',53,'27.99','R','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(549,'MAGNOLIA FORRESTER','A Thoughtful Documentary of a Composer And a Explorer who must Conquer a Dentist in New Orleans',2006,1,NULL,4,'0.99',171,'28.99','PG-13','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(550,'MAGUIRE APACHE','A Fast-Paced Reflection of a Waitress And a Hunter who must Defeat a Forensic Psychologist in A Baloon',2006,1,NULL,6,'2.99',74,'22.99','NC-17','Trailers,Commentaries','2006-02-15 05:03:42'),(551,'MAIDEN HOME','A Lacklusture Saga of a Moose And a Teacher who must Kill a Forensic Psychologist in A MySQL Convention',2006,1,NULL,3,'4.99',138,'9.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(552,'MAJESTIC FLOATS','A Thrilling Character Study of a Moose And a Student who must Escape a Butler in The First Manned Space Station',2006,1,NULL,5,'0.99',130,'15.99','PG','Trailers','2006-02-15 05:03:42'),(553,'MAKER GABLES','A Stunning Display of a Moose And a Database Administrator who must Pursue a Composer in A Jet Boat',2006,1,NULL,4,'0.99',136,'12.99','PG-13','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(554,'MALKOVICH PET','A Intrepid Reflection of a Waitress And a A Shark who must Kill a Squirrel in The Outback',2006,1,NULL,6,'2.99',159,'22.99','G','Behind the Scenes','2006-02-15 05:03:42'),(555,'MALLRATS UNITED','A Thrilling Yarn of a Waitress And a Dentist who must Find a Hunter in A Monastery',2006,1,NULL,4,'0.99',133,'25.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(556,'MALTESE HOPE','A Fast-Paced Documentary of a Crocodile And a Sumo Wrestler who must Conquer a Explorer in California',2006,1,NULL,6,'4.99',127,'26.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(557,'MANCHURIAN CURTAIN','A Stunning Tale of a Mad Cow And a Boy who must Battle a Boy in Berlin',2006,1,NULL,5,'2.99',177,'27.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(558,'MANNEQUIN WORST','A Astounding Saga of a Mad Cow And a Pastry Chef who must Discover a Husband in Ancient India',2006,1,NULL,3,'2.99',71,'18.99','PG-13','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(559,'MARRIED GO','A Fanciful Story of a Womanizer And a Dog who must Face a Forensic Psychologist in The Sahara Desert',2006,1,NULL,7,'2.99',114,'22.99','G','Behind the Scenes','2006-02-15 05:03:42'),(560,'MARS ROMAN','A Boring Drama of a Car And a Dog who must Succumb a Madman in Soviet Georgia',2006,1,NULL,6,'0.99',62,'21.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(561,'MASK PEACH','A Boring Character Study of a Student And a Robot who must Meet a Woman in California',2006,1,NULL,6,'2.99',123,'26.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(562,'MASKED BUBBLE','A Fanciful Documentary of a Pioneer And a Boat who must Pursue a Pioneer in An Abandoned Mine Shaft',2006,1,NULL,6,'0.99',151,'12.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(563,'MASSACRE USUAL','A Fateful Reflection of a Waitress And a Crocodile who must Challenge a Forensic Psychologist in California',2006,1,NULL,6,'4.99',165,'16.99','R','Commentaries','2006-02-15 05:03:42'),(564,'MASSAGE IMAGE','A Fateful Drama of a Frisbee And a Crocodile who must Vanquish a Dog in The First Manned Space Station',2006,1,NULL,4,'2.99',161,'11.99','PG','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(565,'MATRIX SNOWMAN','A Action-Packed Saga of a Womanizer And a Woman who must Overcome a Student in California',2006,1,NULL,6,'4.99',56,'9.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(566,'MAUDE MOD','A Beautiful Documentary of a Forensic Psychologist And a Cat who must Reach a Astronaut in Nigeria',2006,1,NULL,6,'0.99',72,'20.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(567,'MEET CHOCOLATE','A Boring Documentary of a Dentist And a Butler who must Confront a Monkey in A MySQL Convention',2006,1,NULL,3,'2.99',80,'26.99','G','Trailers','2006-02-15 05:03:42'),(568,'MEMENTO ZOOLANDER','A Touching Epistle of a Squirrel And a Explorer who must Redeem a Pastry Chef in The Sahara Desert',2006,1,NULL,4,'4.99',77,'11.99','NC-17','Behind the Scenes','2006-02-15 05:03:42'),(569,'MENAGERIE RUSHMORE','A Unbelieveable Panorama of a Composer And a Butler who must Overcome a Database Administrator in The First Manned Space Station',2006,1,NULL,7,'2.99',147,'18.99','G','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(570,'MERMAID INSECTS','A Lacklusture Drama of a Waitress And a Husband who must Fight a Husband in California',2006,1,NULL,5,'4.99',104,'20.99','NC-17','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(571,'METAL ARMAGEDDON','A Thrilling Display of a Lumberjack And a Crocodile who must Meet a Monkey in A Baloon Factory',2006,1,NULL,6,'2.99',161,'26.99','PG-13','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(572,'METROPOLIS COMA','A Emotional Saga of a Database Administrator And a Pastry Chef who must Confront a Teacher in A Baloon Factory',2006,1,NULL,4,'2.99',64,'9.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(573,'MICROCOSMOS PARADISE','A Touching Character Study of a Boat And a Student who must Sink a A Shark in Nigeria',2006,1,NULL,6,'2.99',105,'22.99','PG-13','Commentaries','2006-02-15 05:03:42'),(574,'MIDNIGHT WESTWARD','A Taut Reflection of a Husband And a A Shark who must Redeem a Pastry Chef in A Monastery',2006,1,NULL,3,'0.99',86,'19.99','G','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(575,'MIDSUMMER GROUNDHOG','A Fateful Panorama of a Moose And a Dog who must Chase a Crocodile in Ancient Japan',2006,1,NULL,3,'4.99',48,'27.99','G','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(576,'MIGHTY LUCK','A Astounding Epistle of a Mad Scientist And a Pioneer who must Escape a Database Administrator in A MySQL Convention',2006,1,NULL,7,'2.99',122,'13.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(577,'MILE MULAN','A Lacklusture Epistle of a Cat And a Husband who must Confront a Boy in A MySQL Convention',2006,1,NULL,4,'0.99',64,'10.99','PG','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(578,'MILLION ACE','A Brilliant Documentary of a Womanizer And a Squirrel who must Find a Technical Writer in The Sahara Desert',2006,1,NULL,4,'4.99',142,'16.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(579,'MINDS TRUMAN','A Taut Yarn of a Mad Scientist And a Crocodile who must Outgun a Database Administrator in A Monastery',2006,1,NULL,3,'4.99',149,'22.99','PG-13','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(580,'MINE TITANS','A Amazing Yarn of a Robot And a Womanizer who must Discover a Forensic Psychologist in Berlin',2006,1,NULL,3,'4.99',166,'12.99','PG-13','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(581,'MINORITY KISS','A Insightful Display of a Lumberjack And a Sumo Wrestler who must Meet a Man in The Outback',2006,1,NULL,4,'0.99',59,'16.99','G','Trailers','2006-02-15 05:03:42'),(582,'MIRACLE VIRTUAL','A Touching Epistle of a Butler And a Boy who must Find a Mad Scientist in The Sahara Desert',2006,1,NULL,3,'2.99',162,'19.99','PG-13','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(583,'MISSION ZOOLANDER','A Intrepid Story of a Sumo Wrestler And a Teacher who must Meet a A Shark in An Abandoned Fun House',2006,1,NULL,3,'4.99',164,'26.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(584,'MIXED DOORS','A Taut Drama of a Womanizer And a Lumberjack who must Succumb a Pioneer in Ancient India',2006,1,NULL,6,'2.99',180,'26.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(585,'MOB DUFFEL','A Unbelieveable Documentary of a Frisbee And a Boat who must Meet a Boy in The Canadian Rockies',2006,1,NULL,4,'0.99',105,'25.99','G','Trailers','2006-02-15 05:03:42'),(586,'MOCKINGBIRD HOLLYWOOD','A Thoughtful Panorama of a Man And a Car who must Sink a Composer in Berlin',2006,1,NULL,4,'0.99',60,'27.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(587,'MOD SECRETARY','A Boring Documentary of a Mad Cow And a Cat who must Build a Lumberjack in New Orleans',2006,1,NULL,6,'4.99',77,'20.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(588,'MODEL FISH','A Beautiful Panorama of a Boat And a Crocodile who must Outrace a Dog in Australia',2006,1,NULL,4,'4.99',175,'11.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(589,'MODERN DORADO','A Awe-Inspiring Story of a Butler And a Sumo Wrestler who must Redeem a Boy in New Orleans',2006,1,NULL,3,'0.99',74,'20.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(590,'MONEY HAROLD','A Touching Tale of a Explorer And a Boat who must Defeat a Robot in Australia',2006,1,NULL,3,'2.99',135,'17.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(591,'MONSOON CAUSE','A Astounding Tale of a Crocodile And a Car who must Outrace a Squirrel in A U-Boat',2006,1,NULL,6,'4.99',182,'20.99','PG','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(592,'MONSTER SPARTACUS','A Fast-Paced Story of a Waitress And a Cat who must Fight a Girl in Australia',2006,1,NULL,6,'2.99',107,'28.99','PG','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(593,'MONTEREY LABYRINTH','A Awe-Inspiring Drama of a Monkey And a Composer who must Escape a Feminist in A U-Boat',2006,1,NULL,6,'0.99',158,'13.99','G','Trailers,Commentaries','2006-02-15 05:03:42'),(594,'MONTEZUMA COMMAND','A Thrilling Reflection of a Waitress And a Butler who must Battle a Butler in A Jet Boat',2006,1,NULL,6,'0.99',126,'22.99','NC-17','Trailers','2006-02-15 05:03:42'),(595,'MOON BUNCH','A Beautiful Tale of a Astronaut And a Mad Cow who must Challenge a Cat in A Baloon Factory',2006,1,NULL,7,'0.99',83,'20.99','PG','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(596,'MOONSHINE CABIN','A Thoughtful Display of a Astronaut And a Feminist who must Chase a Frisbee in A Jet Boat',2006,1,NULL,4,'4.99',171,'25.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(597,'MOONWALKER FOOL','A Epic Drama of a Feminist And a Pioneer who must Sink a Composer in New Orleans',2006,1,NULL,5,'4.99',184,'12.99','G','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(598,'MOSQUITO ARMAGEDDON','A Thoughtful Character Study of a Waitress And a Feminist who must Build a Teacher in Ancient Japan',2006,1,NULL,6,'0.99',57,'22.99','G','Trailers','2006-02-15 05:03:42'),(599,'MOTHER OLEANDER','A Boring Tale of a Husband And a Boy who must Fight a Squirrel in Ancient China',2006,1,NULL,3,'0.99',103,'20.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(600,'MOTIONS DETAILS','A Awe-Inspiring Reflection of a Dog And a Student who must Kill a Car in An Abandoned Fun House',2006,1,NULL,5,'0.99',166,'16.99','PG','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(601,'MOULIN WAKE','A Astounding Story of a Forensic Psychologist And a Cat who must Battle a Teacher in An Abandoned Mine Shaft',2006,1,NULL,4,'0.99',79,'20.99','PG-13','Trailers','2006-02-15 05:03:42'),(602,'MOURNING PURPLE','A Lacklusture Display of a Waitress And a Lumberjack who must Chase a Pioneer in New Orleans',2006,1,NULL,5,'0.99',146,'14.99','PG','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(603,'MOVIE SHAKESPEARE','A Insightful Display of a Database Administrator And a Student who must Build a Hunter in Berlin',2006,1,NULL,6,'4.99',53,'27.99','PG','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(604,'MULAN MOON','A Emotional Saga of a Womanizer And a Pioneer who must Overcome a Dentist in A Baloon',2006,1,NULL,4,'0.99',160,'10.99','G','Behind the Scenes','2006-02-15 05:03:42'),(605,'MULHOLLAND BEAST','A Awe-Inspiring Display of a Husband And a Squirrel who must Battle a Sumo Wrestler in A Jet Boat',2006,1,NULL,7,'2.99',157,'13.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(606,'MUMMY CREATURES','A Fateful Character Study of a Crocodile And a Monkey who must Meet a Dentist in Australia',2006,1,NULL,3,'0.99',160,'15.99','NC-17','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(607,'MUPPET MILE','A Lacklusture Story of a Madman And a Teacher who must Kill a Frisbee in The Gulf of Mexico',2006,1,NULL,5,'4.99',50,'18.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(608,'MURDER ANTITRUST','A Brilliant Yarn of a Car And a Database Administrator who must Escape a Boy in A MySQL Convention',2006,1,NULL,6,'2.99',166,'11.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(609,'MUSCLE BRIGHT','A Stunning Panorama of a Sumo Wrestler And a Husband who must Redeem a Madman in Ancient India',2006,1,NULL,7,'2.99',185,'23.99','G','Deleted Scenes','2006-02-15 05:03:42'),(610,'MUSIC BOONDOCK','A Thrilling Tale of a Butler And a Astronaut who must Battle a Explorer in The First Manned Space Station',2006,1,NULL,7,'0.99',129,'17.99','R','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(611,'MUSKETEERS WAIT','A Touching Yarn of a Student And a Moose who must Fight a Mad Cow in Australia',2006,1,NULL,7,'4.99',73,'17.99','PG','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(612,'MUSSOLINI SPOILERS','A Thrilling Display of a Boat And a Monkey who must Meet a Composer in Ancient China',2006,1,NULL,6,'2.99',180,'10.99','G','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(613,'MYSTIC TRUMAN','A Epic Yarn of a Teacher And a Hunter who must Outgun a Explorer in Soviet Georgia',2006,1,NULL,5,'0.99',92,'19.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(614,'NAME DETECTIVE','A Touching Saga of a Sumo Wrestler And a Cat who must Pursue a Mad Scientist in Nigeria',2006,1,NULL,5,'4.99',178,'11.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(615,'NASH CHOCOLAT','A Epic Reflection of a Monkey And a Mad Cow who must Kill a Forensic Psychologist in An Abandoned Mine Shaft',2006,1,NULL,6,'2.99',180,'21.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(616,'NATIONAL STORY','A Taut Epistle of a Mad Scientist And a Girl who must Escape a Monkey in California',2006,1,NULL,4,'2.99',92,'19.99','NC-17','Trailers','2006-02-15 05:03:42'),(617,'NATURAL STOCK','A Fast-Paced Story of a Sumo Wrestler And a Girl who must Defeat a Car in A Baloon Factory',2006,1,NULL,4,'0.99',50,'24.99','PG-13','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(618,'NECKLACE OUTBREAK','A Astounding Epistle of a Database Administrator And a Mad Scientist who must Pursue a Cat in California',2006,1,NULL,3,'0.99',132,'21.99','PG','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(619,'NEIGHBORS CHARADE','A Fanciful Reflection of a Crocodile And a Astronaut who must Outrace a Feminist in An Abandoned Amusement Park',2006,1,NULL,3,'0.99',161,'20.99','R','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(620,'NEMO CAMPUS','A Lacklusture Reflection of a Monkey And a Squirrel who must Outrace a Womanizer in A Manhattan Penthouse',2006,1,NULL,5,'2.99',131,'23.99','NC-17','Trailers','2006-02-15 05:03:42'),(621,'NETWORK PEAK','A Unbelieveable Reflection of a Butler And a Boat who must Outgun a Mad Scientist in California',2006,1,NULL,5,'2.99',75,'23.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(622,'NEWSIES STORY','A Action-Packed Character Study of a Dog And a Lumberjack who must Outrace a Moose in The Gulf of Mexico',2006,1,NULL,4,'0.99',159,'25.99','G','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(623,'NEWTON LABYRINTH','A Intrepid Character Study of a Moose And a Waitress who must Find a A Shark in Ancient India',2006,1,NULL,4,'0.99',75,'9.99','PG','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(624,'NIGHTMARE CHILL','A Brilliant Display of a Robot And a Butler who must Fight a Waitress in An Abandoned Mine Shaft',2006,1,NULL,3,'4.99',149,'25.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(625,'NONE SPIKING','A Boring Reflection of a Secret Agent And a Astronaut who must Face a Composer in A Manhattan Penthouse',2006,1,NULL,3,'0.99',83,'18.99','NC-17','Trailers,Commentaries','2006-02-15 05:03:42'),(626,'NOON PAPI','A Unbelieveable Character Study of a Mad Scientist And a Astronaut who must Find a Pioneer in A Manhattan Penthouse',2006,1,NULL,5,'2.99',57,'12.99','G','Behind the Scenes','2006-02-15 05:03:42'),(627,'NORTH TEQUILA','A Beautiful Character Study of a Mad Cow And a Robot who must Reach a Womanizer in New Orleans',2006,1,NULL,4,'4.99',67,'9.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(628,'NORTHWEST POLISH','A Boring Character Study of a Boy And a A Shark who must Outrace a Womanizer in The Outback',2006,1,NULL,5,'2.99',172,'24.99','PG','Trailers','2006-02-15 05:03:42'),(629,'NOTORIOUS REUNION','A Amazing Epistle of a Woman And a Squirrel who must Fight a Hunter in A Baloon',2006,1,NULL,7,'0.99',128,'9.99','NC-17','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(630,'NOTTING SPEAKEASY','A Thoughtful Display of a Butler And a Womanizer who must Find a Waitress in The Canadian Rockies',2006,1,NULL,7,'0.99',48,'19.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(631,'NOVOCAINE FLIGHT','A Fanciful Display of a Student And a Teacher who must Outgun a Crocodile in Nigeria',2006,1,NULL,4,'0.99',64,'11.99','G','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(632,'NUTS TIES','A Thoughtful Drama of a Explorer And a Womanizer who must Meet a Teacher in California',2006,1,NULL,5,'4.99',145,'10.99','NC-17','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(633,'OCTOBER SUBMARINE','A Taut Epistle of a Monkey And a Boy who must Confront a Husband in A Jet Boat',2006,1,NULL,6,'4.99',54,'10.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(634,'ODDS BOOGIE','A Thrilling Yarn of a Feminist And a Madman who must Battle a Hunter in Berlin',2006,1,NULL,6,'0.99',48,'14.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(635,'OKLAHOMA JUMANJI','A Thoughtful Drama of a Dentist And a Womanizer who must Meet a Husband in The Sahara Desert',2006,1,NULL,7,'0.99',58,'15.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(636,'OLEANDER CLUE','A Boring Story of a Teacher And a Monkey who must Succumb a Forensic Psychologist in A Jet Boat',2006,1,NULL,5,'0.99',161,'12.99','PG','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(637,'OPEN AFRICAN','A Lacklusture Drama of a Secret Agent And a Explorer who must Discover a Car in A U-Boat',2006,1,NULL,7,'4.99',131,'16.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(638,'OPERATION OPERATION','A Intrepid Character Study of a Man And a Frisbee who must Overcome a Madman in Ancient China',2006,1,NULL,7,'2.99',156,'23.99','G','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(639,'OPPOSITE NECKLACE','A Fateful Epistle of a Crocodile And a Moose who must Kill a Explorer in Nigeria',2006,1,NULL,7,'4.99',92,'9.99','PG','Deleted Scenes','2006-02-15 05:03:42'),(640,'OPUS ICE','A Fast-Paced Drama of a Hunter And a Boy who must Discover a Feminist in The Sahara Desert',2006,1,NULL,5,'4.99',102,'21.99','R','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(641,'ORANGE GRAPES','A Astounding Documentary of a Butler And a Womanizer who must Face a Dog in A U-Boat',2006,1,NULL,4,'0.99',76,'21.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(642,'ORDER BETRAYED','A Amazing Saga of a Dog And a A Shark who must Challenge a Cat in The Sahara Desert',2006,1,NULL,7,'2.99',120,'13.99','PG-13','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(643,'ORIENT CLOSER','A Astounding Epistle of a Technical Writer And a Teacher who must Fight a Squirrel in The Sahara Desert',2006,1,NULL,3,'2.99',118,'22.99','R','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(644,'OSCAR GOLD','A Insightful Tale of a Database Administrator And a Dog who must Face a Madman in Soviet Georgia',2006,1,NULL,7,'2.99',115,'29.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(645,'OTHERS SOUP','A Lacklusture Documentary of a Mad Cow And a Madman who must Sink a Moose in The Gulf of Mexico',2006,1,NULL,7,'2.99',118,'18.99','PG','Deleted Scenes','2006-02-15 05:03:42'),(646,'OUTBREAK DIVINE','A Unbelieveable Yarn of a Database Administrator And a Woman who must Succumb a A Shark in A U-Boat',2006,1,NULL,6,'0.99',169,'12.99','NC-17','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(647,'OUTFIELD MASSACRE','A Thoughtful Drama of a Husband And a Secret Agent who must Pursue a Database Administrator in Ancient India',2006,1,NULL,4,'0.99',129,'18.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(648,'OUTLAW HANKY','A Thoughtful Story of a Astronaut And a Composer who must Conquer a Dog in The Sahara Desert',2006,1,NULL,7,'4.99',148,'17.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(649,'OZ LIAISONS','A Epic Yarn of a Mad Scientist And a Cat who must Confront a Womanizer in A Baloon Factory',2006,1,NULL,4,'2.99',85,'14.99','R','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(650,'PACIFIC AMISTAD','A Thrilling Yarn of a Dog And a Moose who must Kill a Pastry Chef in A Manhattan Penthouse',2006,1,NULL,3,'0.99',144,'27.99','G','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(651,'PACKER MADIGAN','A Epic Display of a Sumo Wrestler And a Forensic Psychologist who must Build a Woman in An Abandoned Amusement Park',2006,1,NULL,3,'0.99',84,'20.99','PG-13','Trailers','2006-02-15 05:03:42'),(652,'PAJAMA JAWBREAKER','A Emotional Drama of a Boy And a Technical Writer who must Redeem a Sumo Wrestler in California',2006,1,NULL,3,'0.99',126,'14.99','R','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(653,'PANIC CLUB','A Fanciful Display of a Teacher And a Crocodile who must Succumb a Girl in A Baloon',2006,1,NULL,3,'4.99',102,'15.99','G','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(654,'PANKY SUBMARINE','A Touching Documentary of a Dentist And a Sumo Wrestler who must Overcome a Boy in The Gulf of Mexico',2006,1,NULL,4,'4.99',93,'19.99','G','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(655,'PANTHER REDS','A Brilliant Panorama of a Moose And a Man who must Reach a Teacher in The Gulf of Mexico',2006,1,NULL,5,'4.99',109,'22.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(656,'PAPI NECKLACE','A Fanciful Display of a Car And a Monkey who must Escape a Squirrel in Ancient Japan',2006,1,NULL,3,'0.99',128,'9.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(657,'PARADISE SABRINA','A Intrepid Yarn of a Car And a Moose who must Outrace a Crocodile in A Manhattan Penthouse',2006,1,NULL,5,'2.99',48,'12.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(658,'PARIS WEEKEND','A Intrepid Story of a Squirrel And a Crocodile who must Defeat a Monkey in The Outback',2006,1,NULL,7,'2.99',121,'19.99','PG-13','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(659,'PARK CITIZEN','A Taut Epistle of a Sumo Wrestler And a Girl who must Face a Husband in Ancient Japan',2006,1,NULL,3,'4.99',109,'14.99','PG-13','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(660,'PARTY KNOCK','A Fateful Display of a Technical Writer And a Butler who must Battle a Sumo Wrestler in An Abandoned Mine Shaft',2006,1,NULL,7,'2.99',107,'11.99','PG','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(661,'PAST SUICIDES','A Intrepid Tale of a Madman And a Astronaut who must Challenge a Hunter in A Monastery',2006,1,NULL,5,'4.99',157,'17.99','PG-13','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(662,'PATHS CONTROL','A Astounding Documentary of a Butler And a Cat who must Find a Frisbee in Ancient China',2006,1,NULL,3,'4.99',118,'9.99','PG','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(663,'PATIENT SISTER','A Emotional Epistle of a Squirrel And a Robot who must Confront a Lumberjack in Soviet Georgia',2006,1,NULL,7,'0.99',99,'29.99','NC-17','Trailers,Commentaries','2006-02-15 05:03:42'),(664,'PATRIOT ROMAN','A Taut Saga of a Robot And a Database Administrator who must Challenge a Astronaut in California',2006,1,NULL,6,'2.99',65,'12.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(665,'PATTON INTERVIEW','A Thrilling Documentary of a Composer And a Secret Agent who must Succumb a Cat in Berlin',2006,1,NULL,4,'2.99',175,'22.99','PG','Commentaries','2006-02-15 05:03:42'),(666,'PAYCHECK WAIT','A Awe-Inspiring Reflection of a Boy And a Man who must Discover a Moose in The Sahara Desert',2006,1,NULL,4,'4.99',145,'27.99','PG-13','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(667,'PEACH INNOCENT','A Action-Packed Drama of a Monkey And a Dentist who must Chase a Butler in Berlin',2006,1,NULL,3,'2.99',160,'20.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(668,'PEAK FOREVER','A Insightful Reflection of a Boat And a Secret Agent who must Vanquish a Astronaut in An Abandoned Mine Shaft',2006,1,NULL,7,'4.99',80,'25.99','PG','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(669,'PEARL DESTINY','A Lacklusture Yarn of a Astronaut And a Pastry Chef who must Sink a Dog in A U-Boat',2006,1,NULL,3,'2.99',74,'10.99','NC-17','Trailers','2006-02-15 05:03:42'),(670,'PELICAN COMFORTS','A Epic Documentary of a Boy And a Monkey who must Pursue a Astronaut in Berlin',2006,1,NULL,4,'4.99',48,'17.99','PG','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(671,'PERDITION FARGO','A Fast-Paced Story of a Car And a Cat who must Outgun a Hunter in Berlin',2006,1,NULL,7,'4.99',99,'27.99','NC-17','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(672,'PERFECT GROOVE','A Thrilling Yarn of a Dog And a Dog who must Build a Husband in A Baloon',2006,1,NULL,7,'2.99',82,'17.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(673,'PERSONAL LADYBUGS','A Epic Saga of a Hunter And a Technical Writer who must Conquer a Cat in Ancient Japan',2006,1,NULL,3,'0.99',118,'19.99','PG-13','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(674,'PET HAUNTING','A Unbelieveable Reflection of a Explorer And a Boat who must Conquer a Woman in California',2006,1,NULL,3,'0.99',99,'11.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(675,'PHANTOM GLORY','A Beautiful Documentary of a Astronaut And a Crocodile who must Discover a Madman in A Monastery',2006,1,NULL,6,'2.99',60,'17.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(676,'PHILADELPHIA WIFE','A Taut Yarn of a Hunter And a Astronaut who must Conquer a Database Administrator in The Sahara Desert',2006,1,NULL,7,'4.99',137,'16.99','PG-13','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(677,'PIANIST OUTFIELD','A Intrepid Story of a Boy And a Technical Writer who must Pursue a Lumberjack in A Monastery',2006,1,NULL,6,'0.99',136,'25.99','NC-17','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(678,'PICKUP DRIVING','A Touching Documentary of a Husband And a Boat who must Meet a Pastry Chef in A Baloon Factory',2006,1,NULL,3,'2.99',77,'23.99','G','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(679,'PILOT HOOSIERS','A Awe-Inspiring Reflection of a Crocodile And a Sumo Wrestler who must Meet a Forensic Psychologist in An Abandoned Mine Shaft',2006,1,NULL,6,'2.99',50,'17.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(680,'PINOCCHIO SIMON','A Action-Packed Reflection of a Mad Scientist And a A Shark who must Find a Feminist in California',2006,1,NULL,4,'4.99',103,'21.99','PG','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(681,'PIRATES ROXANNE','A Stunning Drama of a Woman And a Lumberjack who must Overcome a A Shark in The Canadian Rockies',2006,1,NULL,4,'0.99',100,'20.99','PG','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(682,'PITTSBURGH HUNCHBACK','A Thrilling Epistle of a Boy And a Boat who must Find a Student in Soviet Georgia',2006,1,NULL,4,'4.99',134,'17.99','PG-13','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(683,'PITY BOUND','A Boring Panorama of a Feminist And a Moose who must Defeat a Database Administrator in Nigeria',2006,1,NULL,5,'4.99',60,'19.99','NC-17','Commentaries','2006-02-15 05:03:42'),(684,'PIZZA JUMANJI','A Epic Saga of a Cat And a Squirrel who must Outgun a Robot in A U-Boat',2006,1,NULL,4,'2.99',173,'11.99','NC-17','Commentaries','2006-02-15 05:03:42'),(685,'PLATOON INSTINCT','A Thrilling Panorama of a Man And a Woman who must Reach a Woman in Australia',2006,1,NULL,6,'4.99',132,'10.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(686,'PLUTO OLEANDER','A Action-Packed Reflection of a Car And a Moose who must Outgun a Car in A Shark Tank',2006,1,NULL,5,'4.99',84,'9.99','R','Behind the Scenes','2006-02-15 05:03:42'),(687,'POCUS PULP','A Intrepid Yarn of a Frisbee And a Dog who must Build a Astronaut in A Baloon Factory',2006,1,NULL,6,'0.99',138,'15.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(688,'POLISH BROOKLYN','A Boring Character Study of a Database Administrator And a Lumberjack who must Reach a Madman in The Outback',2006,1,NULL,6,'0.99',61,'12.99','PG','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(689,'POLLOCK DELIVERANCE','A Intrepid Story of a Madman And a Frisbee who must Outgun a Boat in The Sahara Desert',2006,1,NULL,5,'2.99',137,'14.99','PG','Commentaries','2006-02-15 05:03:42'),(690,'POND SEATTLE','A Stunning Drama of a Teacher And a Boat who must Battle a Feminist in Ancient China',2006,1,NULL,7,'2.99',185,'25.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(691,'POSEIDON FOREVER','A Thoughtful Epistle of a Womanizer And a Monkey who must Vanquish a Dentist in A Monastery',2006,1,NULL,6,'4.99',159,'29.99','PG-13','Commentaries','2006-02-15 05:03:42'),(692,'POTLUCK MIXED','A Beautiful Story of a Dog And a Technical Writer who must Outgun a Student in A Baloon',2006,1,NULL,3,'2.99',179,'10.99','G','Behind the Scenes','2006-02-15 05:03:42'),(693,'POTTER CONNECTICUT','A Thrilling Epistle of a Frisbee And a Cat who must Fight a Technical Writer in Berlin',2006,1,NULL,5,'2.99',115,'16.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(694,'PREJUDICE OLEANDER','A Epic Saga of a Boy And a Dentist who must Outrace a Madman in A U-Boat',2006,1,NULL,6,'4.99',98,'15.99','PG-13','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(695,'PRESIDENT BANG','A Fateful Panorama of a Technical Writer And a Moose who must Battle a Robot in Soviet Georgia',2006,1,NULL,6,'4.99',144,'12.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(696,'PRIDE ALAMO','A Thoughtful Drama of a A Shark And a Forensic Psychologist who must Vanquish a Student in Ancient India',2006,1,NULL,6,'0.99',114,'20.99','NC-17','Deleted Scenes','2006-02-15 05:03:42'),(697,'PRIMARY GLASS','A Fateful Documentary of a Pastry Chef And a Butler who must Build a Dog in The Canadian Rockies',2006,1,NULL,7,'0.99',53,'16.99','G','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(698,'PRINCESS GIANT','A Thrilling Yarn of a Pastry Chef And a Monkey who must Battle a Monkey in A Shark Tank',2006,1,NULL,3,'2.99',71,'29.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(699,'PRIVATE DROP','A Stunning Story of a Technical Writer And a Hunter who must Succumb a Secret Agent in A Baloon',2006,1,NULL,7,'4.99',106,'26.99','PG','Trailers','2006-02-15 05:03:42'),(700,'PRIX UNDEFEATED','A Stunning Saga of a Mad Scientist And a Boat who must Overcome a Dentist in Ancient China',2006,1,NULL,4,'2.99',115,'13.99','R','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(701,'PSYCHO SHRUNK','A Amazing Panorama of a Crocodile And a Explorer who must Fight a Husband in Nigeria',2006,1,NULL,5,'2.99',155,'11.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(702,'PULP BEVERLY','A Unbelieveable Display of a Dog And a Crocodile who must Outrace a Man in Nigeria',2006,1,NULL,4,'2.99',89,'12.99','G','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(703,'PUNK DIVORCE','A Fast-Paced Tale of a Pastry Chef And a Boat who must Face a Frisbee in The Canadian Rockies',2006,1,NULL,6,'4.99',100,'18.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(704,'PURE RUNNER','A Thoughtful Documentary of a Student And a Madman who must Challenge a Squirrel in A Manhattan Penthouse',2006,1,NULL,3,'2.99',121,'25.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(705,'PURPLE MOVIE','A Boring Display of a Pastry Chef And a Sumo Wrestler who must Discover a Frisbee in An Abandoned Amusement Park',2006,1,NULL,4,'2.99',88,'9.99','R','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(706,'QUEEN LUKE','A Astounding Story of a Girl And a Boy who must Challenge a Composer in New Orleans',2006,1,NULL,5,'4.99',163,'22.99','PG','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(707,'QUEST MUSSOLINI','A Fateful Drama of a Husband And a Sumo Wrestler who must Battle a Pastry Chef in A Baloon Factory',2006,1,NULL,5,'2.99',177,'29.99','R','Behind the Scenes','2006-02-15 05:03:42'),(708,'QUILLS BULL','A Thoughtful Story of a Pioneer And a Woman who must Reach a Moose in Australia',2006,1,NULL,4,'4.99',112,'19.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(709,'RACER EGG','A Emotional Display of a Monkey And a Waitress who must Reach a Secret Agent in California',2006,1,NULL,7,'2.99',147,'19.99','NC-17','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(710,'RAGE GAMES','A Fast-Paced Saga of a Astronaut And a Secret Agent who must Escape a Hunter in An Abandoned Amusement Park',2006,1,NULL,4,'4.99',120,'18.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(711,'RAGING AIRPLANE','A Astounding Display of a Secret Agent And a Technical Writer who must Escape a Mad Scientist in A Jet Boat',2006,1,NULL,4,'4.99',154,'18.99','R','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(712,'RAIDERS ANTITRUST','A Amazing Drama of a Teacher And a Feminist who must Meet a Woman in The First Manned Space Station',2006,1,NULL,4,'0.99',82,'11.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(713,'RAINBOW SHOCK','A Action-Packed Story of a Hunter And a Boy who must Discover a Lumberjack in Ancient India',2006,1,NULL,3,'4.99',74,'14.99','PG','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(714,'RANDOM GO','A Fateful Drama of a Frisbee And a Student who must Confront a Cat in A Shark Tank',2006,1,NULL,6,'2.99',73,'29.99','NC-17','Trailers','2006-02-15 05:03:42'),(715,'RANGE MOONWALKER','A Insightful Documentary of a Hunter And a Dentist who must Confront a Crocodile in A Baloon',2006,1,NULL,3,'4.99',147,'25.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(716,'REAP UNFAITHFUL','A Thrilling Epistle of a Composer And a Sumo Wrestler who must Challenge a Mad Cow in A MySQL Convention',2006,1,NULL,6,'2.99',136,'26.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(717,'REAR TRADING','A Awe-Inspiring Reflection of a Forensic Psychologist And a Secret Agent who must Succumb a Pastry Chef in Soviet Georgia',2006,1,NULL,6,'0.99',97,'23.99','NC-17','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(718,'REBEL AIRPORT','A Intrepid Yarn of a Database Administrator And a Boat who must Outrace a Husband in Ancient India',2006,1,NULL,7,'0.99',73,'24.99','G','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(719,'RECORDS ZORRO','A Amazing Drama of a Mad Scientist And a Composer who must Build a Husband in The Outback',2006,1,NULL,7,'4.99',182,'11.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(720,'REDEMPTION COMFORTS','A Emotional Documentary of a Dentist And a Woman who must Battle a Mad Scientist in Ancient China',2006,1,NULL,3,'2.99',179,'20.99','NC-17','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(721,'REDS POCUS','A Lacklusture Yarn of a Sumo Wrestler And a Squirrel who must Redeem a Monkey in Soviet Georgia',2006,1,NULL,7,'4.99',182,'23.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(722,'REEF SALUTE','A Action-Packed Saga of a Teacher And a Lumberjack who must Battle a Dentist in A Baloon',2006,1,NULL,5,'0.99',123,'26.99','NC-17','Behind the Scenes','2006-02-15 05:03:42'),(723,'REIGN GENTLEMEN','A Emotional Yarn of a Composer And a Man who must Escape a Butler in The Gulf of Mexico',2006,1,NULL,3,'2.99',82,'29.99','PG-13','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(724,'REMEMBER DIARY','A Insightful Tale of a Technical Writer And a Waitress who must Conquer a Monkey in Ancient India',2006,1,NULL,5,'2.99',110,'15.99','R','Trailers,Commentaries','2006-02-15 05:03:42'),(725,'REQUIEM TYCOON','A Unbelieveable Character Study of a Cat And a Database Administrator who must Pursue a Teacher in A Monastery',2006,1,NULL,6,'4.99',167,'25.99','R','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(726,'RESERVOIR ADAPTATION','A Intrepid Drama of a Teacher And a Moose who must Kill a Car in California',2006,1,NULL,7,'2.99',61,'29.99','PG-13','Commentaries','2006-02-15 05:03:42'),(727,'RESURRECTION SILVERADO','A Epic Yarn of a Robot And a Explorer who must Challenge a Girl in A MySQL Convention',2006,1,NULL,6,'0.99',117,'12.99','PG','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(728,'REUNION WITCHES','A Unbelieveable Documentary of a Database Administrator And a Frisbee who must Redeem a Mad Scientist in A Baloon Factory',2006,1,NULL,3,'0.99',63,'26.99','R','Commentaries','2006-02-15 05:03:42'),(729,'RIDER CADDYSHACK','A Taut Reflection of a Monkey And a Womanizer who must Chase a Moose in Nigeria',2006,1,NULL,5,'2.99',177,'28.99','PG','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(730,'RIDGEMONT SUBMARINE','A Unbelieveable Drama of a Waitress And a Composer who must Sink a Mad Cow in Ancient Japan',2006,1,NULL,3,'0.99',46,'28.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(731,'RIGHT CRANES','A Fateful Character Study of a Boat And a Cat who must Find a Database Administrator in A Jet Boat',2006,1,NULL,7,'4.99',153,'29.99','PG-13','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(732,'RINGS HEARTBREAKERS','A Amazing Yarn of a Sumo Wrestler And a Boat who must Conquer a Waitress in New Orleans',2006,1,NULL,5,'0.99',58,'17.99','G','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(733,'RIVER OUTLAW','A Thrilling Character Study of a Squirrel And a Lumberjack who must Face a Hunter in A MySQL Convention',2006,1,NULL,4,'0.99',149,'29.99','PG-13','Commentaries','2006-02-15 05:03:42'),(734,'ROAD ROXANNE','A Boring Character Study of a Waitress And a Astronaut who must Fight a Crocodile in Ancient Japan',2006,1,NULL,4,'4.99',158,'12.99','R','Behind the Scenes','2006-02-15 05:03:42'),(735,'ROBBERS JOON','A Thoughtful Story of a Mad Scientist And a Waitress who must Confront a Forensic Psychologist in Soviet Georgia',2006,1,NULL,7,'2.99',102,'26.99','PG-13','Commentaries','2006-02-15 05:03:42'),(736,'ROBBERY BRIGHT','A Taut Reflection of a Robot And a Squirrel who must Fight a Boat in Ancient Japan',2006,1,NULL,4,'0.99',134,'21.99','R','Trailers','2006-02-15 05:03:42'),(737,'ROCK INSTINCT','A Astounding Character Study of a Robot And a Moose who must Overcome a Astronaut in Ancient India',2006,1,NULL,4,'0.99',102,'28.99','G','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(738,'ROCKETEER MOTHER','A Awe-Inspiring Character Study of a Robot And a Sumo Wrestler who must Discover a Womanizer in A Shark Tank',2006,1,NULL,3,'0.99',178,'27.99','PG-13','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(739,'ROCKY WAR','A Fast-Paced Display of a Squirrel And a Explorer who must Outgun a Mad Scientist in Nigeria',2006,1,NULL,4,'4.99',145,'17.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(740,'ROLLERCOASTER BRINGING','A Beautiful Drama of a Robot And a Lumberjack who must Discover a Technical Writer in A Shark Tank',2006,1,NULL,5,'2.99',153,'13.99','PG-13','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(741,'ROMAN PUNK','A Thoughtful Panorama of a Mad Cow And a Student who must Battle a Forensic Psychologist in Berlin',2006,1,NULL,7,'0.99',81,'28.99','NC-17','Trailers','2006-02-15 05:03:42'),(742,'ROOF CHAMPION','A Lacklusture Reflection of a Car And a Explorer who must Find a Monkey in A Baloon',2006,1,NULL,7,'0.99',101,'25.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(743,'ROOM ROMAN','A Awe-Inspiring Panorama of a Composer And a Secret Agent who must Sink a Composer in A Shark Tank',2006,1,NULL,7,'0.99',60,'27.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(744,'ROOTS REMEMBER','A Brilliant Drama of a Mad Cow And a Hunter who must Escape a Hunter in Berlin',2006,1,NULL,4,'0.99',89,'23.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(745,'ROSES TREASURE','A Astounding Panorama of a Monkey And a Secret Agent who must Defeat a Woman in The First Manned Space Station',2006,1,NULL,5,'4.99',162,'23.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(746,'ROUGE SQUAD','A Awe-Inspiring Drama of a Astronaut And a Frisbee who must Conquer a Mad Scientist in Australia',2006,1,NULL,3,'0.99',118,'10.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(747,'ROXANNE REBEL','A Astounding Story of a Pastry Chef And a Database Administrator who must Fight a Man in The Outback',2006,1,NULL,5,'0.99',171,'9.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(748,'RUGRATS SHAKESPEARE','A Touching Saga of a Crocodile And a Crocodile who must Discover a Technical Writer in Nigeria',2006,1,NULL,4,'0.99',109,'16.99','PG-13','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(749,'RULES HUMAN','A Beautiful Epistle of a Astronaut And a Student who must Confront a Monkey in An Abandoned Fun House',2006,1,NULL,6,'4.99',153,'19.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(750,'RUN PACIFIC','A Touching Tale of a Cat And a Pastry Chef who must Conquer a Pastry Chef in A MySQL Convention',2006,1,NULL,3,'0.99',145,'25.99','R','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(751,'RUNAWAY TENENBAUMS','A Thoughtful Documentary of a Boat And a Man who must Meet a Boat in An Abandoned Fun House',2006,1,NULL,6,'0.99',181,'17.99','NC-17','Commentaries','2006-02-15 05:03:42'),(752,'RUNNER MADIGAN','A Thoughtful Documentary of a Crocodile And a Robot who must Outrace a Womanizer in The Outback',2006,1,NULL,6,'0.99',101,'27.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(753,'RUSH GOODFELLAS','A Emotional Display of a Man And a Dentist who must Challenge a Squirrel in Australia',2006,1,NULL,3,'0.99',48,'20.99','PG','Deleted Scenes','2006-02-15 05:03:42'),(754,'RUSHMORE MERMAID','A Boring Story of a Woman And a Moose who must Reach a Husband in A Shark Tank',2006,1,NULL,6,'2.99',150,'17.99','PG-13','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(755,'SABRINA MIDNIGHT','A Emotional Story of a Squirrel And a Crocodile who must Succumb a Husband in The Sahara Desert',2006,1,NULL,5,'4.99',99,'11.99','PG','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(756,'SADDLE ANTITRUST','A Stunning Epistle of a Feminist And a A Shark who must Battle a Woman in An Abandoned Fun House',2006,1,NULL,7,'2.99',80,'10.99','PG-13','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(757,'SAGEBRUSH CLUELESS','A Insightful Story of a Lumberjack And a Hunter who must Kill a Boy in Ancient Japan',2006,1,NULL,4,'2.99',106,'28.99','G','Trailers','2006-02-15 05:03:42'),(758,'SAINTS BRIDE','A Fateful Tale of a Technical Writer And a Composer who must Pursue a Explorer in The Gulf of Mexico',2006,1,NULL,5,'2.99',125,'11.99','G','Deleted Scenes','2006-02-15 05:03:42'),(759,'SALUTE APOLLO','A Awe-Inspiring Character Study of a Boy And a Feminist who must Sink a Crocodile in Ancient China',2006,1,NULL,4,'2.99',73,'29.99','R','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(760,'SAMURAI LION','A Fast-Paced Story of a Pioneer And a Astronaut who must Reach a Boat in A Baloon',2006,1,NULL,5,'2.99',110,'21.99','G','Commentaries','2006-02-15 05:03:42'),(761,'SANTA PARIS','A Emotional Documentary of a Moose And a Car who must Redeem a Mad Cow in A Baloon Factory',2006,1,NULL,7,'2.99',154,'23.99','PG','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(762,'SASSY PACKER','A Fast-Paced Documentary of a Dog And a Teacher who must Find a Moose in A Manhattan Penthouse',2006,1,NULL,6,'0.99',154,'29.99','G','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(763,'SATISFACTION CONFIDENTIAL','A Lacklusture Yarn of a Dentist And a Butler who must Meet a Secret Agent in Ancient China',2006,1,NULL,3,'4.99',75,'26.99','G','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(764,'SATURDAY LAMBS','A Thoughtful Reflection of a Mad Scientist And a Moose who must Kill a Husband in A Baloon',2006,1,NULL,3,'4.99',150,'28.99','G','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(765,'SATURN NAME','A Fateful Epistle of a Butler And a Boy who must Redeem a Teacher in Berlin',2006,1,NULL,7,'4.99',182,'18.99','R','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(766,'SAVANNAH TOWN','A Awe-Inspiring Tale of a Astronaut And a Database Administrator who must Chase a Secret Agent in The Gulf of Mexico',2006,1,NULL,5,'0.99',84,'25.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(767,'SCALAWAG DUCK','A Fateful Reflection of a Car And a Teacher who must Confront a Waitress in A Monastery',2006,1,NULL,6,'4.99',183,'13.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(768,'SCARFACE BANG','A Emotional Yarn of a Teacher And a Girl who must Find a Teacher in A Baloon Factory',2006,1,NULL,3,'4.99',102,'11.99','PG-13','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(769,'SCHOOL JACKET','A Intrepid Yarn of a Monkey And a Boy who must Fight a Composer in A Manhattan Penthouse',2006,1,NULL,5,'4.99',151,'21.99','PG-13','Trailers','2006-02-15 05:03:42'),(770,'SCISSORHANDS SLUMS','A Awe-Inspiring Drama of a Girl And a Technical Writer who must Meet a Feminist in The Canadian Rockies',2006,1,NULL,5,'2.99',147,'13.99','G','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(771,'SCORPION APOLLO','A Awe-Inspiring Documentary of a Technical Writer And a Husband who must Meet a Monkey in An Abandoned Fun House',2006,1,NULL,3,'4.99',137,'23.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(772,'SEA VIRGIN','A Fast-Paced Documentary of a Technical Writer And a Pastry Chef who must Escape a Moose in A U-Boat',2006,1,NULL,4,'2.99',80,'24.99','PG','Deleted Scenes','2006-02-15 05:03:42'),(773,'SEABISCUIT PUNK','A Insightful Saga of a Man And a Forensic Psychologist who must Discover a Mad Cow in A MySQL Convention',2006,1,NULL,6,'2.99',112,'28.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(774,'SEARCHERS WAIT','A Fast-Paced Tale of a Car And a Mad Scientist who must Kill a Womanizer in Ancient Japan',2006,1,NULL,3,'2.99',182,'22.99','NC-17','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(775,'SEATTLE EXPECATIONS','A Insightful Reflection of a Crocodile And a Sumo Wrestler who must Meet a Technical Writer in The Sahara Desert',2006,1,NULL,4,'4.99',110,'18.99','PG-13','Trailers','2006-02-15 05:03:42'),(776,'SECRET GROUNDHOG','A Astounding Story of a Cat And a Database Administrator who must Build a Technical Writer in New Orleans',2006,1,NULL,6,'4.99',90,'11.99','PG','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(777,'SECRETARY ROUGE','A Action-Packed Panorama of a Mad Cow And a Composer who must Discover a Robot in A Baloon Factory',2006,1,NULL,5,'4.99',158,'10.99','PG','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(778,'SECRETS PARADISE','A Fateful Saga of a Cat And a Frisbee who must Kill a Girl in A Manhattan Penthouse',2006,1,NULL,3,'4.99',109,'24.99','G','Trailers,Commentaries','2006-02-15 05:03:42'),(779,'SENSE GREEK','A Taut Saga of a Lumberjack And a Pastry Chef who must Escape a Sumo Wrestler in An Abandoned Fun House',2006,1,NULL,4,'4.99',54,'23.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(780,'SENSIBILITY REAR','A Emotional Tale of a Robot And a Sumo Wrestler who must Redeem a Pastry Chef in A Baloon Factory',2006,1,NULL,7,'4.99',98,'15.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(781,'SEVEN SWARM','A Unbelieveable Character Study of a Dog And a Mad Cow who must Kill a Monkey in Berlin',2006,1,NULL,4,'4.99',127,'15.99','R','Deleted Scenes','2006-02-15 05:03:42'),(782,'SHAKESPEARE SADDLE','A Fast-Paced Panorama of a Lumberjack And a Database Administrator who must Defeat a Madman in A MySQL Convention',2006,1,NULL,6,'2.99',60,'26.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(783,'SHANE DARKNESS','A Action-Packed Saga of a Moose And a Lumberjack who must Find a Woman in Berlin',2006,1,NULL,5,'2.99',93,'22.99','PG','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(784,'SHANGHAI TYCOON','A Fast-Paced Character Study of a Crocodile And a Lumberjack who must Build a Husband in An Abandoned Fun House',2006,1,NULL,7,'2.99',47,'20.99','PG','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(785,'SHAWSHANK BUBBLE','A Lacklusture Story of a Moose And a Monkey who must Confront a Butler in An Abandoned Amusement Park',2006,1,NULL,6,'4.99',80,'20.99','PG','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(786,'SHEPHERD MIDSUMMER','A Thoughtful Drama of a Robot And a Womanizer who must Kill a Lumberjack in A Baloon',2006,1,NULL,7,'0.99',113,'14.99','R','Deleted Scenes','2006-02-15 05:03:42'),(787,'SHINING ROSES','A Awe-Inspiring Character Study of a Astronaut And a Forensic Psychologist who must Challenge a Madman in Ancient India',2006,1,NULL,4,'0.99',125,'12.99','G','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(788,'SHIP WONDERLAND','A Thrilling Saga of a Monkey And a Frisbee who must Escape a Explorer in The Outback',2006,1,NULL,5,'2.99',104,'15.99','R','Commentaries','2006-02-15 05:03:42'),(789,'SHOCK CABIN','A Fateful Tale of a Mad Cow And a Crocodile who must Meet a Husband in New Orleans',2006,1,NULL,7,'2.99',79,'15.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(790,'SHOOTIST SUPERFLY','A Fast-Paced Story of a Crocodile And a A Shark who must Sink a Pioneer in Berlin',2006,1,NULL,6,'0.99',67,'22.99','PG-13','Trailers','2006-02-15 05:03:42'),(791,'SHOW LORD','A Fanciful Saga of a Student And a Girl who must Find a Butler in Ancient Japan',2006,1,NULL,3,'4.99',167,'24.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(792,'SHREK LICENSE','A Fateful Yarn of a Secret Agent And a Feminist who must Find a Feminist in A Jet Boat',2006,1,NULL,7,'2.99',154,'15.99','PG-13','Commentaries','2006-02-15 05:03:42'),(793,'SHRUNK DIVINE','A Fateful Character Study of a Waitress And a Technical Writer who must Battle a Hunter in A Baloon',2006,1,NULL,6,'2.99',139,'14.99','R','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(794,'SIDE ARK','A Stunning Panorama of a Crocodile And a Womanizer who must Meet a Feminist in The Canadian Rockies',2006,1,NULL,5,'0.99',52,'28.99','G','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(795,'SIEGE MADRE','A Boring Tale of a Frisbee And a Crocodile who must Vanquish a Moose in An Abandoned Mine Shaft',2006,1,NULL,7,'0.99',111,'23.99','R','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(796,'SIERRA DIVIDE','A Emotional Character Study of a Frisbee And a Mad Scientist who must Build a Madman in California',2006,1,NULL,3,'0.99',135,'12.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(797,'SILENCE KANE','A Emotional Drama of a Sumo Wrestler And a Dentist who must Confront a Sumo Wrestler in A Baloon',2006,1,NULL,7,'0.99',67,'23.99','R','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(798,'SILVERADO GOLDFINGER','A Stunning Epistle of a Sumo Wrestler And a Man who must Challenge a Waitress in Ancient India',2006,1,NULL,4,'4.99',74,'11.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(799,'SIMON NORTH','A Thrilling Documentary of a Technical Writer And a A Shark who must Face a Pioneer in A Shark Tank',2006,1,NULL,3,'0.99',51,'26.99','NC-17','Trailers,Commentaries','2006-02-15 05:03:42'),(800,'SINNERS ATLANTIS','A Epic Display of a Dog And a Boat who must Succumb a Mad Scientist in An Abandoned Mine Shaft',2006,1,NULL,7,'2.99',126,'19.99','PG-13','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(801,'SISTER FREDDY','A Stunning Saga of a Butler And a Woman who must Pursue a Explorer in Australia',2006,1,NULL,5,'4.99',152,'19.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(802,'SKY MIRACLE','A Epic Drama of a Mad Scientist And a Explorer who must Succumb a Waitress in An Abandoned Fun House',2006,1,NULL,7,'2.99',132,'15.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(803,'SLACKER LIAISONS','A Fast-Paced Tale of a A Shark And a Student who must Meet a Crocodile in Ancient China',2006,1,NULL,7,'4.99',179,'29.99','R','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(804,'SLEEPING SUSPECTS','A Stunning Reflection of a Sumo Wrestler And a Explorer who must Sink a Frisbee in A MySQL Convention',2006,1,NULL,7,'4.99',129,'13.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(805,'SLEEPLESS MONSOON','A Amazing Saga of a Moose And a Pastry Chef who must Escape a Butler in Australia',2006,1,NULL,5,'4.99',64,'12.99','G','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(806,'SLEEPY JAPANESE','A Emotional Epistle of a Moose And a Composer who must Fight a Technical Writer in The Outback',2006,1,NULL,4,'2.99',137,'25.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(807,'SLEUTH ORIENT','A Fateful Character Study of a Husband And a Dog who must Find a Feminist in Ancient India',2006,1,NULL,4,'0.99',87,'25.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(808,'SLING LUKE','A Intrepid Character Study of a Robot And a Monkey who must Reach a Secret Agent in An Abandoned Amusement Park',2006,1,NULL,5,'0.99',84,'10.99','R','Behind the Scenes','2006-02-15 05:03:42'),(809,'SLIPPER FIDELITY','A Taut Reflection of a Secret Agent And a Man who must Redeem a Explorer in A MySQL Convention',2006,1,NULL,5,'0.99',156,'14.99','PG-13','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(810,'SLUMS DUCK','A Amazing Character Study of a Teacher And a Database Administrator who must Defeat a Waitress in A Jet Boat',2006,1,NULL,5,'0.99',147,'21.99','PG','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(811,'SMILE EARRING','A Intrepid Drama of a Teacher And a Butler who must Build a Pastry Chef in Berlin',2006,1,NULL,4,'2.99',60,'29.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(812,'SMOKING BARBARELLA','A Lacklusture Saga of a Mad Cow And a Mad Scientist who must Sink a Cat in A MySQL Convention',2006,1,NULL,7,'0.99',50,'13.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(813,'SMOOCHY CONTROL','A Thrilling Documentary of a Husband And a Feminist who must Face a Mad Scientist in Ancient China',2006,1,NULL,7,'0.99',184,'18.99','R','Behind the Scenes','2006-02-15 05:03:42'),(814,'SNATCH SLIPPER','A Insightful Panorama of a Woman And a Feminist who must Defeat a Forensic Psychologist in Berlin',2006,1,NULL,6,'4.99',110,'15.99','PG','Commentaries','2006-02-15 05:03:42'),(815,'SNATCHERS MONTEZUMA','A Boring Epistle of a Sumo Wrestler And a Woman who must Escape a Man in The Canadian Rockies',2006,1,NULL,4,'2.99',74,'14.99','PG-13','Commentaries','2006-02-15 05:03:42'),(816,'SNOWMAN ROLLERCOASTER','A Fateful Display of a Lumberjack And a Girl who must Succumb a Mad Cow in A Manhattan Penthouse',2006,1,NULL,3,'0.99',62,'27.99','G','Trailers','2006-02-15 05:03:42'),(817,'SOLDIERS EVOLUTION','A Lacklusture Panorama of a A Shark And a Pioneer who must Confront a Student in The First Manned Space Station',2006,1,NULL,7,'4.99',185,'27.99','R','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(818,'SOMETHING DUCK','A Boring Character Study of a Car And a Husband who must Outgun a Frisbee in The First Manned Space Station',2006,1,NULL,4,'4.99',180,'17.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(819,'SONG HEDWIG','A Amazing Documentary of a Man And a Husband who must Confront a Squirrel in A MySQL Convention',2006,1,NULL,3,'0.99',165,'29.99','PG-13','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(820,'SONS INTERVIEW','A Taut Character Study of a Explorer And a Mad Cow who must Battle a Hunter in Ancient China',2006,1,NULL,3,'2.99',184,'11.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(821,'SORORITY QUEEN','A Fast-Paced Display of a Squirrel And a Composer who must Fight a Forensic Psychologist in A Jet Boat',2006,1,NULL,6,'0.99',184,'17.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(822,'SOUP WISDOM','A Fast-Paced Display of a Robot And a Butler who must Defeat a Butler in A MySQL Convention',2006,1,NULL,6,'0.99',169,'12.99','R','Behind the Scenes','2006-02-15 05:03:42'),(823,'SOUTH WAIT','A Amazing Documentary of a Car And a Robot who must Escape a Lumberjack in An Abandoned Amusement Park',2006,1,NULL,4,'2.99',143,'21.99','R','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(824,'SPARTACUS CHEAPER','A Thrilling Panorama of a Pastry Chef And a Secret Agent who must Overcome a Student in A Manhattan Penthouse',2006,1,NULL,4,'4.99',52,'19.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(825,'SPEAKEASY DATE','A Lacklusture Drama of a Forensic Psychologist And a Car who must Redeem a Man in A Manhattan Penthouse',2006,1,NULL,6,'2.99',165,'22.99','PG-13','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(826,'SPEED SUIT','A Brilliant Display of a Frisbee And a Mad Scientist who must Succumb a Robot in Ancient China',2006,1,NULL,7,'4.99',124,'19.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(827,'SPICE SORORITY','A Fateful Display of a Pioneer And a Hunter who must Defeat a Husband in An Abandoned Mine Shaft',2006,1,NULL,5,'4.99',141,'22.99','NC-17','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(828,'SPIKING ELEMENT','A Lacklusture Epistle of a Dentist And a Technical Writer who must Find a Dog in A Monastery',2006,1,NULL,7,'2.99',79,'12.99','G','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(829,'SPINAL ROCKY','A Lacklusture Epistle of a Sumo Wrestler And a Squirrel who must Defeat a Explorer in California',2006,1,NULL,7,'2.99',138,'12.99','PG-13','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(830,'SPIRIT FLINTSTONES','A Brilliant Yarn of a Cat And a Car who must Confront a Explorer in Ancient Japan',2006,1,NULL,7,'0.99',149,'23.99','R','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(831,'SPIRITED CASUALTIES','A Taut Story of a Waitress And a Man who must Face a Car in A Baloon Factory',2006,1,NULL,5,'0.99',138,'20.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(832,'SPLASH GUMP','A Taut Saga of a Crocodile And a Boat who must Conquer a Hunter in A Shark Tank',2006,1,NULL,5,'0.99',175,'16.99','PG','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(833,'SPLENDOR PATTON','A Taut Story of a Dog And a Explorer who must Find a Astronaut in Berlin',2006,1,NULL,5,'0.99',134,'20.99','R','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(834,'SPOILERS HELLFIGHTERS','A Fanciful Story of a Technical Writer And a Squirrel who must Defeat a Dog in The Gulf of Mexico',2006,1,NULL,4,'0.99',151,'26.99','G','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(835,'SPY MILE','A Thrilling Documentary of a Feminist And a Feminist who must Confront a Feminist in A Baloon',2006,1,NULL,6,'2.99',112,'13.99','PG-13','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(836,'SQUAD FISH','A Fast-Paced Display of a Pastry Chef And a Dog who must Kill a Teacher in Berlin',2006,1,NULL,3,'2.99',136,'14.99','PG','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(837,'STAGE WORLD','A Lacklusture Panorama of a Woman And a Frisbee who must Chase a Crocodile in A Jet Boat',2006,1,NULL,4,'2.99',85,'19.99','PG','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(838,'STAGECOACH ARMAGEDDON','A Touching Display of a Pioneer And a Butler who must Chase a Car in California',2006,1,NULL,5,'4.99',112,'25.99','R','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(839,'STALLION SUNDANCE','A Fast-Paced Tale of a Car And a Dog who must Outgun a A Shark in Australia',2006,1,NULL,5,'0.99',130,'23.99','PG-13','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(840,'STAMPEDE DISTURBING','A Unbelieveable Tale of a Woman And a Lumberjack who must Fight a Frisbee in A U-Boat',2006,1,NULL,5,'0.99',75,'26.99','R','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(841,'STAR OPERATION','A Insightful Character Study of a Girl And a Car who must Pursue a Mad Cow in A Shark Tank',2006,1,NULL,5,'2.99',181,'9.99','PG','Commentaries','2006-02-15 05:03:42'),(842,'STATE WASTELAND','A Beautiful Display of a Cat And a Pastry Chef who must Outrace a Mad Cow in A Jet Boat',2006,1,NULL,4,'2.99',113,'13.99','NC-17','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(843,'STEEL SANTA','A Fast-Paced Yarn of a Composer And a Frisbee who must Face a Moose in Nigeria',2006,1,NULL,4,'4.99',143,'15.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(844,'STEERS ARMAGEDDON','A Stunning Character Study of a Car And a Girl who must Succumb a Car in A MySQL Convention',2006,1,NULL,6,'4.99',140,'16.99','PG','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(845,'STEPMOM DREAM','A Touching Epistle of a Crocodile And a Teacher who must Build a Forensic Psychologist in A MySQL Convention',2006,1,NULL,7,'4.99',48,'9.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(846,'STING PERSONAL','A Fanciful Drama of a Frisbee And a Dog who must Fight a Madman in A Jet Boat',2006,1,NULL,3,'4.99',93,'9.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(847,'STOCK GLASS','A Boring Epistle of a Crocodile And a Lumberjack who must Outgun a Moose in Ancient China',2006,1,NULL,7,'2.99',160,'10.99','PG','Commentaries','2006-02-15 05:03:42'),(848,'STONE FIRE','A Intrepid Drama of a Astronaut And a Crocodile who must Find a Boat in Soviet Georgia',2006,1,NULL,3,'0.99',94,'19.99','G','Trailers','2006-02-15 05:03:42'),(849,'STORM HAPPINESS','A Insightful Drama of a Feminist And a A Shark who must Vanquish a Boat in A Shark Tank',2006,1,NULL,6,'0.99',57,'28.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(850,'STORY SIDE','A Lacklusture Saga of a Boy And a Cat who must Sink a Dentist in An Abandoned Mine Shaft',2006,1,NULL,7,'0.99',163,'27.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(851,'STRAIGHT HOURS','A Boring Panorama of a Secret Agent And a Girl who must Sink a Waitress in The Outback',2006,1,NULL,3,'0.99',151,'19.99','R','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(852,'STRANGELOVE DESIRE','A Awe-Inspiring Panorama of a Lumberjack And a Waitress who must Defeat a Crocodile in An Abandoned Amusement Park',2006,1,NULL,4,'0.99',103,'27.99','NC-17','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(853,'STRANGER STRANGERS','A Awe-Inspiring Yarn of a Womanizer And a Explorer who must Fight a Woman in The First Manned Space Station',2006,1,NULL,3,'4.99',139,'12.99','G','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(854,'STRANGERS GRAFFITI','A Brilliant Character Study of a Secret Agent And a Man who must Find a Cat in The Gulf of Mexico',2006,1,NULL,4,'4.99',119,'22.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(855,'STREAK RIDGEMONT','A Astounding Character Study of a Hunter And a Waitress who must Sink a Man in New Orleans',2006,1,NULL,7,'0.99',132,'28.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(856,'STREETCAR INTENTIONS','A Insightful Character Study of a Waitress And a Crocodile who must Sink a Waitress in The Gulf of Mexico',2006,1,NULL,5,'4.99',73,'11.99','R','Commentaries','2006-02-15 05:03:42'),(857,'STRICTLY SCARFACE','A Touching Reflection of a Crocodile And a Dog who must Chase a Hunter in An Abandoned Fun House',2006,1,NULL,3,'2.99',144,'24.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(858,'SUBMARINE BED','A Amazing Display of a Car And a Monkey who must Fight a Teacher in Soviet Georgia',2006,1,NULL,5,'4.99',127,'21.99','R','Trailers','2006-02-15 05:03:42'),(859,'SUGAR WONKA','A Touching Story of a Dentist And a Database Administrator who must Conquer a Astronaut in An Abandoned Amusement Park',2006,1,NULL,3,'4.99',114,'20.99','PG','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(860,'SUICIDES SILENCE','A Emotional Character Study of a Car And a Girl who must Face a Composer in A U-Boat',2006,1,NULL,4,'4.99',93,'13.99','G','Deleted Scenes','2006-02-15 05:03:42'),(861,'SUIT WALLS','A Touching Panorama of a Lumberjack And a Frisbee who must Build a Dog in Australia',2006,1,NULL,3,'4.99',111,'12.99','R','Commentaries','2006-02-15 05:03:42'),(862,'SUMMER SCARFACE','A Emotional Panorama of a Lumberjack And a Hunter who must Meet a Girl in A Shark Tank',2006,1,NULL,5,'0.99',53,'25.99','G','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(863,'SUN CONFESSIONS','A Beautiful Display of a Mad Cow And a Dog who must Redeem a Waitress in An Abandoned Amusement Park',2006,1,NULL,5,'0.99',141,'9.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(864,'SUNDANCE INVASION','A Epic Drama of a Lumberjack And a Explorer who must Confront a Hunter in A Baloon Factory',2006,1,NULL,5,'0.99',92,'21.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(865,'SUNRISE LEAGUE','A Beautiful Epistle of a Madman And a Butler who must Face a Crocodile in A Manhattan Penthouse',2006,1,NULL,3,'4.99',135,'19.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(866,'SUNSET RACER','A Awe-Inspiring Reflection of a Astronaut And a A Shark who must Defeat a Forensic Psychologist in California',2006,1,NULL,6,'0.99',48,'28.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(867,'SUPER WYOMING','A Action-Packed Saga of a Pastry Chef And a Explorer who must Discover a A Shark in The Outback',2006,1,NULL,5,'4.99',58,'10.99','PG','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(868,'SUPERFLY TRIP','A Beautiful Saga of a Lumberjack And a Teacher who must Build a Technical Writer in An Abandoned Fun House',2006,1,NULL,5,'0.99',114,'27.99','PG','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(869,'SUSPECTS QUILLS','A Emotional Epistle of a Pioneer And a Crocodile who must Battle a Man in A Manhattan Penthouse',2006,1,NULL,4,'2.99',47,'22.99','PG','Trailers','2006-02-15 05:03:42'),(870,'SWARM GOLD','A Insightful Panorama of a Crocodile And a Boat who must Conquer a Sumo Wrestler in A MySQL Convention',2006,1,NULL,4,'0.99',123,'12.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(871,'SWEDEN SHINING','A Taut Documentary of a Car And a Robot who must Conquer a Boy in The Canadian Rockies',2006,1,NULL,6,'4.99',176,'19.99','PG','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(872,'SWEET BROTHERHOOD','A Unbelieveable Epistle of a Sumo Wrestler And a Hunter who must Chase a Forensic Psychologist in A Baloon',2006,1,NULL,3,'2.99',185,'27.99','R','Deleted Scenes','2006-02-15 05:03:42'),(873,'SWEETHEARTS SUSPECTS','A Brilliant Character Study of a Frisbee And a Sumo Wrestler who must Confront a Woman in The Gulf of Mexico',2006,1,NULL,3,'0.99',108,'13.99','G','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(874,'TADPOLE PARK','A Beautiful Tale of a Frisbee And a Moose who must Vanquish a Dog in An Abandoned Amusement Park',2006,1,NULL,6,'2.99',155,'13.99','PG','Trailers,Commentaries','2006-02-15 05:03:42'),(875,'TALENTED HOMICIDE','A Lacklusture Panorama of a Dentist And a Forensic Psychologist who must Outrace a Pioneer in A U-Boat',2006,1,NULL,6,'0.99',173,'9.99','PG','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(876,'TARZAN VIDEOTAPE','A Fast-Paced Display of a Lumberjack And a Mad Scientist who must Succumb a Sumo Wrestler in The Sahara Desert',2006,1,NULL,3,'2.99',91,'11.99','PG-13','Trailers','2006-02-15 05:03:42'),(877,'TAXI KICK','A Amazing Epistle of a Girl And a Woman who must Outrace a Waitress in Soviet Georgia',2006,1,NULL,4,'0.99',64,'23.99','PG-13','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(878,'TEEN APOLLO','A Awe-Inspiring Drama of a Dog And a Man who must Escape a Robot in A Shark Tank',2006,1,NULL,3,'4.99',74,'25.99','G','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(879,'TELEGRAPH VOYAGE','A Fateful Yarn of a Husband And a Dog who must Battle a Waitress in A Jet Boat',2006,1,NULL,3,'4.99',148,'20.99','PG','Commentaries','2006-02-15 05:03:42'),(880,'TELEMARK HEARTBREAKERS','A Action-Packed Panorama of a Technical Writer And a Man who must Build a Forensic Psychologist in A Manhattan Penthouse',2006,1,NULL,6,'2.99',152,'9.99','PG-13','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(881,'TEMPLE ATTRACTION','A Action-Packed Saga of a Forensic Psychologist And a Woman who must Battle a Womanizer in Soviet Georgia',2006,1,NULL,5,'4.99',71,'13.99','PG','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(882,'TENENBAUMS COMMAND','A Taut Display of a Pioneer And a Man who must Reach a Girl in The Gulf of Mexico',2006,1,NULL,4,'0.99',99,'24.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(883,'TEQUILA PAST','A Action-Packed Panorama of a Mad Scientist And a Robot who must Challenge a Student in Nigeria',2006,1,NULL,6,'4.99',53,'17.99','PG','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(884,'TERMINATOR CLUB','A Touching Story of a Crocodile And a Girl who must Sink a Man in The Gulf of Mexico',2006,1,NULL,5,'4.99',88,'11.99','R','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(885,'TEXAS WATCH','A Awe-Inspiring Yarn of a Student And a Teacher who must Fight a Teacher in An Abandoned Amusement Park',2006,1,NULL,7,'0.99',179,'22.99','NC-17','Trailers','2006-02-15 05:03:42'),(886,'THEORY MERMAID','A Fateful Yarn of a Composer And a Monkey who must Vanquish a Womanizer in The First Manned Space Station',2006,1,NULL,5,'0.99',184,'9.99','PG-13','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(887,'THIEF PELICAN','A Touching Documentary of a Madman And a Mad Scientist who must Outrace a Feminist in An Abandoned Mine Shaft',2006,1,NULL,5,'4.99',135,'28.99','PG-13','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(888,'THIN SAGEBRUSH','A Emotional Drama of a Husband And a Lumberjack who must Build a Cat in Ancient India',2006,1,NULL,5,'4.99',53,'9.99','PG-13','Behind the Scenes','2006-02-15 05:03:42'),(889,'TIES HUNGER','A Insightful Saga of a Astronaut And a Explorer who must Pursue a Mad Scientist in A U-Boat',2006,1,NULL,3,'4.99',111,'28.99','R','Deleted Scenes','2006-02-15 05:03:42'),(890,'TIGHTS DAWN','A Thrilling Epistle of a Boat And a Secret Agent who must Face a Boy in A Baloon',2006,1,NULL,5,'0.99',172,'14.99','R','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(891,'TIMBERLAND SKY','A Boring Display of a Man And a Dog who must Redeem a Girl in A U-Boat',2006,1,NULL,3,'0.99',69,'13.99','G','Commentaries','2006-02-15 05:03:42'),(892,'TITANIC BOONDOCK','A Brilliant Reflection of a Feminist And a Dog who must Fight a Boy in A Baloon Factory',2006,1,NULL,3,'4.99',104,'18.99','R','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(893,'TITANS JERK','A Unbelieveable Panorama of a Feminist And a Sumo Wrestler who must Challenge a Technical Writer in Ancient China',2006,1,NULL,4,'4.99',91,'11.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(894,'TOMATOES HELLFIGHTERS','A Thoughtful Epistle of a Madman And a Astronaut who must Overcome a Monkey in A Shark Tank',2006,1,NULL,6,'0.99',68,'23.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(895,'TOMORROW HUSTLER','A Thoughtful Story of a Moose And a Husband who must Face a Secret Agent in The Sahara Desert',2006,1,NULL,3,'2.99',142,'21.99','R','Commentaries','2006-02-15 05:03:42'),(896,'TOOTSIE PILOT','A Awe-Inspiring Documentary of a Womanizer And a Pastry Chef who must Kill a Lumberjack in Berlin',2006,1,NULL,3,'0.99',157,'10.99','PG','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(897,'TORQUE BOUND','A Emotional Display of a Crocodile And a Husband who must Reach a Man in Ancient Japan',2006,1,NULL,3,'4.99',179,'27.99','G','Trailers,Commentaries','2006-02-15 05:03:42'),(898,'TOURIST PELICAN','A Boring Story of a Butler And a Astronaut who must Outrace a Pioneer in Australia',2006,1,NULL,4,'4.99',152,'18.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(899,'TOWERS HURRICANE','A Fateful Display of a Monkey And a Car who must Sink a Husband in A MySQL Convention',2006,1,NULL,7,'0.99',144,'14.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(900,'TOWN ARK','A Awe-Inspiring Documentary of a Moose And a Madman who must Meet a Dog in An Abandoned Mine Shaft',2006,1,NULL,6,'2.99',136,'17.99','R','Behind the Scenes','2006-02-15 05:03:42'),(901,'TRACY CIDER','A Touching Reflection of a Database Administrator And a Madman who must Build a Lumberjack in Nigeria',2006,1,NULL,3,'0.99',142,'29.99','G','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(902,'TRADING PINOCCHIO','A Emotional Character Study of a Student And a Explorer who must Discover a Frisbee in The First Manned Space Station',2006,1,NULL,6,'4.99',170,'22.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(903,'TRAFFIC HOBBIT','A Amazing Epistle of a Squirrel And a Lumberjack who must Succumb a Database Administrator in A U-Boat',2006,1,NULL,5,'4.99',139,'13.99','G','Trailers,Commentaries','2006-02-15 05:03:42'),(904,'TRAIN BUNCH','A Thrilling Character Study of a Robot And a Squirrel who must Face a Dog in Ancient India',2006,1,NULL,3,'4.99',71,'26.99','R','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(905,'TRAINSPOTTING STRANGERS','A Fast-Paced Drama of a Pioneer And a Mad Cow who must Challenge a Madman in Ancient Japan',2006,1,NULL,7,'4.99',132,'10.99','PG-13','Trailers','2006-02-15 05:03:42'),(906,'TRAMP OTHERS','A Brilliant Display of a Composer And a Cat who must Succumb a A Shark in Ancient India',2006,1,NULL,4,'0.99',171,'27.99','PG','Deleted Scenes','2006-02-15 05:03:42'),(907,'TRANSLATION SUMMER','A Touching Reflection of a Man And a Monkey who must Pursue a Womanizer in A MySQL Convention',2006,1,NULL,4,'0.99',168,'10.99','PG-13','Trailers','2006-02-15 05:03:42'),(908,'TRAP GUYS','A Unbelieveable Story of a Boy And a Mad Cow who must Challenge a Database Administrator in The Sahara Desert',2006,1,NULL,3,'4.99',110,'11.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(909,'TREASURE COMMAND','A Emotional Saga of a Car And a Madman who must Discover a Pioneer in California',2006,1,NULL,3,'0.99',102,'28.99','PG-13','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(910,'TREATMENT JEKYLL','A Boring Story of a Teacher And a Student who must Outgun a Cat in An Abandoned Mine Shaft',2006,1,NULL,3,'0.99',87,'19.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(911,'TRIP NEWTON','A Fanciful Character Study of a Lumberjack And a Car who must Discover a Cat in An Abandoned Amusement Park',2006,1,NULL,7,'4.99',64,'14.99','PG-13','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(912,'TROJAN TOMORROW','A Astounding Panorama of a Husband And a Sumo Wrestler who must Pursue a Boat in Ancient India',2006,1,NULL,3,'2.99',52,'9.99','PG','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(913,'TROOPERS METAL','A Fanciful Drama of a Monkey And a Feminist who must Sink a Man in Berlin',2006,1,NULL,3,'0.99',115,'20.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(914,'TROUBLE DATE','A Lacklusture Panorama of a Forensic Psychologist And a Woman who must Kill a Explorer in Ancient Japan',2006,1,NULL,6,'2.99',61,'13.99','PG','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(915,'TRUMAN CRAZY','A Thrilling Epistle of a Moose And a Boy who must Meet a Database Administrator in A Monastery',2006,1,NULL,7,'4.99',92,'9.99','G','Trailers,Commentaries','2006-02-15 05:03:42'),(916,'TURN STAR','A Stunning Tale of a Man And a Monkey who must Chase a Student in New Orleans',2006,1,NULL,3,'2.99',80,'10.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(917,'TUXEDO MILE','A Boring Drama of a Man And a Forensic Psychologist who must Face a Frisbee in Ancient India',2006,1,NULL,3,'2.99',152,'24.99','R','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(918,'TWISTED PIRATES','A Touching Display of a Frisbee And a Boat who must Kill a Girl in A MySQL Convention',2006,1,NULL,4,'4.99',152,'23.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(919,'TYCOON GATHERING','A Emotional Display of a Husband And a A Shark who must Succumb a Madman in A Manhattan Penthouse',2006,1,NULL,3,'4.99',82,'17.99','G','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(920,'UNBREAKABLE KARATE','A Amazing Character Study of a Robot And a Student who must Chase a Robot in Australia',2006,1,NULL,3,'0.99',62,'16.99','G','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(921,'UNCUT SUICIDES','A Intrepid Yarn of a Explorer And a Pastry Chef who must Pursue a Mad Cow in A U-Boat',2006,1,NULL,7,'2.99',172,'29.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(922,'UNDEFEATED DALMATIONS','A Unbelieveable Display of a Crocodile And a Feminist who must Overcome a Moose in An Abandoned Amusement Park',2006,1,NULL,7,'4.99',107,'22.99','PG-13','Commentaries','2006-02-15 05:03:42'),(923,'UNFAITHFUL KILL','A Taut Documentary of a Waitress And a Mad Scientist who must Battle a Technical Writer in New Orleans',2006,1,NULL,7,'2.99',78,'12.99','R','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(924,'UNFORGIVEN ZOOLANDER','A Taut Epistle of a Monkey And a Sumo Wrestler who must Vanquish a A Shark in A Baloon Factory',2006,1,NULL,7,'0.99',129,'15.99','PG','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(925,'UNITED PILOT','A Fast-Paced Reflection of a Cat And a Mad Cow who must Fight a Car in The Sahara Desert',2006,1,NULL,3,'0.99',164,'27.99','R','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(926,'UNTOUCHABLES SUNRISE','A Amazing Documentary of a Woman And a Astronaut who must Outrace a Teacher in An Abandoned Fun House',2006,1,NULL,5,'2.99',120,'11.99','NC-17','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(927,'UPRISING UPTOWN','A Fanciful Reflection of a Boy And a Butler who must Pursue a Woman in Berlin',2006,1,NULL,6,'2.99',174,'16.99','NC-17','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(928,'UPTOWN YOUNG','A Fateful Documentary of a Dog And a Hunter who must Pursue a Teacher in An Abandoned Amusement Park',2006,1,NULL,5,'2.99',84,'16.99','PG','Commentaries','2006-02-15 05:03:42'),(929,'USUAL UNTOUCHABLES','A Touching Display of a Explorer And a Lumberjack who must Fight a Forensic Psychologist in A Shark Tank',2006,1,NULL,5,'4.99',128,'21.99','PG-13','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(930,'VACATION BOONDOCK','A Fanciful Character Study of a Secret Agent And a Mad Scientist who must Reach a Teacher in Australia',2006,1,NULL,4,'2.99',145,'23.99','R','Commentaries','2006-02-15 05:03:42'),(931,'VALENTINE VANISHING','A Thrilling Display of a Husband And a Butler who must Reach a Pastry Chef in California',2006,1,NULL,7,'0.99',48,'9.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(932,'VALLEY PACKER','A Astounding Documentary of a Astronaut And a Boy who must Outrace a Sumo Wrestler in Berlin',2006,1,NULL,3,'0.99',73,'21.99','G','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(933,'VAMPIRE WHALE','A Epic Story of a Lumberjack And a Monkey who must Confront a Pioneer in A MySQL Convention',2006,1,NULL,4,'4.99',126,'11.99','NC-17','Trailers,Commentaries','2006-02-15 05:03:42'),(934,'VANILLA DAY','A Fast-Paced Saga of a Girl And a Forensic Psychologist who must Redeem a Girl in Nigeria',2006,1,NULL,7,'4.99',122,'20.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(935,'VANISHED GARDEN','A Intrepid Character Study of a Squirrel And a A Shark who must Kill a Lumberjack in California',2006,1,NULL,5,'0.99',142,'17.99','R','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(936,'VANISHING ROCKY','A Brilliant Reflection of a Man And a Woman who must Conquer a Pioneer in A MySQL Convention',2006,1,NULL,3,'2.99',123,'21.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(937,'VARSITY TRIP','A Action-Packed Character Study of a Astronaut And a Explorer who must Reach a Monkey in A MySQL Convention',2006,1,NULL,7,'2.99',85,'14.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(938,'VELVET TERMINATOR','A Lacklusture Tale of a Pastry Chef And a Technical Writer who must Confront a Crocodile in An Abandoned Amusement Park',2006,1,NULL,3,'4.99',173,'14.99','R','Behind the Scenes','2006-02-15 05:03:42'),(939,'VERTIGO NORTHWEST','A Unbelieveable Display of a Mad Scientist And a Mad Scientist who must Outgun a Mad Cow in Ancient Japan',2006,1,NULL,4,'2.99',90,'17.99','R','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(940,'VICTORY ACADEMY','A Insightful Epistle of a Mad Scientist And a Explorer who must Challenge a Cat in The Sahara Desert',2006,1,NULL,6,'0.99',64,'19.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(941,'VIDEOTAPE ARSENIC','A Lacklusture Display of a Girl And a Astronaut who must Succumb a Student in Australia',2006,1,NULL,4,'4.99',145,'10.99','NC-17','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(942,'VIETNAM SMOOCHY','A Lacklusture Display of a Butler And a Man who must Sink a Explorer in Soviet Georgia',2006,1,NULL,7,'0.99',174,'27.99','PG-13','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(943,'VILLAIN DESPERATE','A Boring Yarn of a Pioneer And a Feminist who must Redeem a Cat in An Abandoned Amusement Park',2006,1,NULL,4,'4.99',76,'27.99','PG-13','Trailers,Commentaries','2006-02-15 05:03:42'),(944,'VIRGIN DAISY','A Awe-Inspiring Documentary of a Robot And a Mad Scientist who must Reach a Database Administrator in A Shark Tank',2006,1,NULL,6,'4.99',179,'29.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(945,'VIRGINIAN PLUTO','A Emotional Panorama of a Dentist And a Crocodile who must Meet a Boy in Berlin',2006,1,NULL,5,'0.99',164,'22.99','R','Deleted Scenes','2006-02-15 05:03:42'),(946,'VIRTUAL SPOILERS','A Fateful Tale of a Database Administrator And a Squirrel who must Discover a Student in Soviet Georgia',2006,1,NULL,3,'4.99',144,'14.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(947,'VISION TORQUE','A Thoughtful Documentary of a Dog And a Man who must Sink a Man in A Shark Tank',2006,1,NULL,5,'0.99',59,'16.99','PG-13','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(948,'VOICE PEACH','A Amazing Panorama of a Pioneer And a Student who must Overcome a Mad Scientist in A Manhattan Penthouse',2006,1,NULL,6,'0.99',139,'22.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(949,'VOLCANO TEXAS','A Awe-Inspiring Yarn of a Hunter And a Feminist who must Challenge a Dentist in The Outback',2006,1,NULL,6,'0.99',157,'27.99','NC-17','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(950,'VOLUME HOUSE','A Boring Tale of a Dog And a Woman who must Meet a Dentist in California',2006,1,NULL,7,'4.99',132,'12.99','PG','Commentaries','2006-02-15 05:03:42'),(951,'VOYAGE LEGALLY','A Epic Tale of a Squirrel And a Hunter who must Conquer a Boy in An Abandoned Mine Shaft',2006,1,NULL,6,'0.99',78,'28.99','PG-13','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(952,'WAGON JAWS','A Intrepid Drama of a Moose And a Boat who must Kill a Explorer in A Manhattan Penthouse',2006,1,NULL,7,'2.99',152,'17.99','PG','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(953,'WAIT CIDER','A Intrepid Epistle of a Woman And a Forensic Psychologist who must Succumb a Astronaut in A Manhattan Penthouse',2006,1,NULL,3,'0.99',112,'9.99','PG-13','Trailers','2006-02-15 05:03:42'),(954,'WAKE JAWS','A Beautiful Saga of a Feminist And a Composer who must Challenge a Moose in Berlin',2006,1,NULL,7,'4.99',73,'18.99','G','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(955,'WALLS ARTIST','A Insightful Panorama of a Teacher And a Teacher who must Overcome a Mad Cow in An Abandoned Fun House',2006,1,NULL,7,'4.99',135,'19.99','PG','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(956,'WANDA CHAMBER','A Insightful Drama of a A Shark And a Pioneer who must Find a Womanizer in The Outback',2006,1,NULL,7,'4.99',107,'23.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(957,'WAR NOTTING','A Boring Drama of a Teacher And a Sumo Wrestler who must Challenge a Secret Agent in The Canadian Rockies',2006,1,NULL,7,'4.99',80,'26.99','G','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(958,'WARDROBE PHANTOM','A Action-Packed Display of a Mad Cow And a Astronaut who must Kill a Car in Ancient India',2006,1,NULL,6,'2.99',178,'19.99','G','Trailers,Commentaries','2006-02-15 05:03:42'),(959,'WARLOCK WEREWOLF','A Astounding Yarn of a Pioneer And a Crocodile who must Defeat a A Shark in The Outback',2006,1,NULL,6,'2.99',83,'10.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(960,'WARS PLUTO','A Taut Reflection of a Teacher And a Database Administrator who must Chase a Madman in The Sahara Desert',2006,1,NULL,5,'2.99',128,'15.99','G','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(961,'WASH HEAVENLY','A Awe-Inspiring Reflection of a Cat And a Pioneer who must Escape a Hunter in Ancient China',2006,1,NULL,7,'4.99',161,'22.99','R','Commentaries','2006-02-15 05:03:42'),(962,'WASTELAND DIVINE','A Fanciful Story of a Database Administrator And a Womanizer who must Fight a Database Administrator in Ancient China',2006,1,NULL,7,'2.99',85,'18.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(963,'WATCH TRACY','A Fast-Paced Yarn of a Dog And a Frisbee who must Conquer a Hunter in Nigeria',2006,1,NULL,5,'0.99',78,'12.99','PG','Trailers,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(964,'WATERFRONT DELIVERANCE','A Unbelieveable Documentary of a Dentist And a Technical Writer who must Build a Womanizer in Nigeria',2006,1,NULL,4,'4.99',61,'17.99','G','Behind the Scenes','2006-02-15 05:03:42'),(965,'WATERSHIP FRONTIER','A Emotional Yarn of a Boat And a Crocodile who must Meet a Moose in Soviet Georgia',2006,1,NULL,6,'0.99',112,'28.99','G','Commentaries','2006-02-15 05:03:42'),(966,'WEDDING APOLLO','A Action-Packed Tale of a Student And a Waitress who must Conquer a Lumberjack in An Abandoned Mine Shaft',2006,1,NULL,3,'0.99',70,'14.99','PG','Trailers','2006-02-15 05:03:42'),(967,'WEEKEND PERSONAL','A Fast-Paced Documentary of a Car And a Butler who must Find a Frisbee in A Jet Boat',2006,1,NULL,5,'2.99',134,'26.99','R','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(968,'WEREWOLF LOLA','A Fanciful Story of a Man And a Sumo Wrestler who must Outrace a Student in A Monastery',2006,1,NULL,6,'4.99',79,'19.99','G','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(969,'WEST LION','A Intrepid Drama of a Butler And a Lumberjack who must Challenge a Database Administrator in A Manhattan Penthouse',2006,1,NULL,4,'4.99',159,'29.99','G','Trailers','2006-02-15 05:03:42'),(970,'WESTWARD SEABISCUIT','A Lacklusture Tale of a Butler And a Husband who must Face a Boy in Ancient China',2006,1,NULL,7,'0.99',52,'11.99','NC-17','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(971,'WHALE BIKINI','A Intrepid Story of a Pastry Chef And a Database Administrator who must Kill a Feminist in A MySQL Convention',2006,1,NULL,4,'4.99',109,'11.99','PG-13','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(972,'WHISPERER GIANT','A Intrepid Story of a Dentist And a Hunter who must Confront a Monkey in Ancient Japan',2006,1,NULL,4,'4.99',59,'24.99','PG-13','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(973,'WIFE TURN','A Awe-Inspiring Epistle of a Teacher And a Feminist who must Confront a Pioneer in Ancient Japan',2006,1,NULL,3,'4.99',183,'27.99','NC-17','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(974,'WILD APOLLO','A Beautiful Story of a Monkey And a Sumo Wrestler who must Conquer a A Shark in A MySQL Convention',2006,1,NULL,4,'0.99',181,'24.99','R','Trailers,Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(975,'WILLOW TRACY','A Brilliant Panorama of a Boat And a Astronaut who must Challenge a Teacher in A Manhattan Penthouse',2006,1,NULL,6,'2.99',137,'22.99','R','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(976,'WIND PHANTOM','A Touching Saga of a Madman And a Forensic Psychologist who must Build a Sumo Wrestler in An Abandoned Mine Shaft',2006,1,NULL,6,'0.99',111,'12.99','R','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(977,'WINDOW SIDE','A Astounding Character Study of a Womanizer And a Hunter who must Escape a Robot in A Monastery',2006,1,NULL,3,'2.99',85,'25.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(978,'WISDOM WORKER','A Unbelieveable Saga of a Forensic Psychologist And a Student who must Face a Squirrel in The First Manned Space Station',2006,1,NULL,3,'0.99',98,'12.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(979,'WITCHES PANIC','A Awe-Inspiring Drama of a Secret Agent And a Hunter who must Fight a Moose in Nigeria',2006,1,NULL,6,'4.99',100,'10.99','NC-17','Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(980,'WIZARD COLDBLOODED','A Lacklusture Display of a Robot And a Girl who must Defeat a Sumo Wrestler in A MySQL Convention',2006,1,NULL,4,'4.99',75,'12.99','PG','Commentaries,Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(981,'WOLVES DESIRE','A Fast-Paced Drama of a Squirrel And a Robot who must Succumb a Technical Writer in A Manhattan Penthouse',2006,1,NULL,7,'0.99',55,'13.99','NC-17','Behind the Scenes','2006-02-15 05:03:42'),(982,'WOMEN DORADO','A Insightful Documentary of a Waitress And a Butler who must Vanquish a Composer in Australia',2006,1,NULL,4,'0.99',126,'23.99','R','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(983,'WON DARES','A Unbelieveable Documentary of a Teacher And a Monkey who must Defeat a Explorer in A U-Boat',2006,1,NULL,7,'2.99',105,'18.99','PG','Behind the Scenes','2006-02-15 05:03:42'),(984,'WONDERFUL DROP','A Boring Panorama of a Woman And a Madman who must Overcome a Butler in A U-Boat',2006,1,NULL,3,'2.99',126,'20.99','NC-17','Commentaries','2006-02-15 05:03:42'),(985,'WONDERLAND CHRISTMAS','A Awe-Inspiring Character Study of a Waitress And a Car who must Pursue a Mad Scientist in The First Manned Space Station',2006,1,NULL,4,'4.99',111,'19.99','PG','Commentaries','2006-02-15 05:03:42'),(986,'WONKA SEA','A Brilliant Saga of a Boat And a Mad Scientist who must Meet a Moose in Ancient India',2006,1,NULL,6,'2.99',85,'24.99','NC-17','Trailers,Commentaries','2006-02-15 05:03:42'),(987,'WORDS HUNTER','A Action-Packed Reflection of a Composer And a Mad Scientist who must Face a Pioneer in A MySQL Convention',2006,1,NULL,3,'2.99',116,'13.99','PG','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(988,'WORKER TARZAN','A Action-Packed Yarn of a Secret Agent And a Technical Writer who must Battle a Sumo Wrestler in The First Manned Space Station',2006,1,NULL,7,'2.99',139,'26.99','R','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'),(989,'WORKING MICROCOSMOS','A Stunning Epistle of a Dentist And a Dog who must Kill a Madman in Ancient China',2006,1,NULL,4,'4.99',74,'22.99','R','Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(990,'WORLD LEATHERNECKS','A Unbelieveable Tale of a Pioneer And a Astronaut who must Overcome a Robot in An Abandoned Amusement Park',2006,1,NULL,3,'0.99',171,'13.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(991,'WORST BANGER','A Thrilling Drama of a Madman And a Dentist who must Conquer a Boy in The Outback',2006,1,NULL,4,'2.99',185,'26.99','PG','Deleted Scenes,Behind the Scenes','2006-02-15 05:03:42'),(992,'WRATH MILE','A Intrepid Reflection of a Technical Writer And a Hunter who must Defeat a Sumo Wrestler in A Monastery',2006,1,NULL,5,'0.99',176,'17.99','NC-17','Trailers,Commentaries','2006-02-15 05:03:42'),(993,'WRONG BEHAVIOR','A Emotional Saga of a Crocodile And a Sumo Wrestler who must Discover a Mad Cow in New Orleans',2006,1,NULL,6,'2.99',178,'10.99','PG-13','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(994,'WYOMING STORM','A Awe-Inspiring Panorama of a Robot And a Boat who must Overcome a Feminist in A U-Boat',2006,1,NULL,6,'4.99',100,'29.99','PG-13','Deleted Scenes','2006-02-15 05:03:42'),(995,'YENTL IDAHO','A Amazing Display of a Robot And a Astronaut who must Fight a Womanizer in Berlin',2006,1,NULL,5,'4.99',86,'11.99','R','Trailers,Commentaries,Deleted Scenes','2006-02-15 05:03:42'),(996,'YOUNG LANGUAGE','A Unbelieveable Yarn of a Boat And a Database Administrator who must Meet a Boy in The First Manned Space Station',2006,1,NULL,6,'0.99',183,'9.99','G','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(997,'YOUTH KICK','A Touching Drama of a Teacher And a Cat who must Challenge a Technical Writer in A U-Boat',2006,1,NULL,4,'0.99',179,'14.99','NC-17','Trailers,Behind the Scenes','2006-02-15 05:03:42'),(998,'ZHIVAGO CORE','A Fateful Yarn of a Composer And a Man who must Face a Boy in The Canadian Rockies',2006,1,NULL,6,'0.99',105,'10.99','NC-17','Deleted Scenes','2006-02-15 05:03:42'),(999,'ZOOLANDER FICTION','A Fateful Reflection of a Waitress And a Boat who must Discover a Sumo Wrestler in Ancient China',2006,1,NULL,5,'2.99',101,'28.99','R','Trailers,Deleted Scenes','2006-02-15 05:03:42'),(1000,'ZORRO ARK','A Intrepid Panorama of a Mad Scientist And a Boy who must Redeem a Boy in A Monastery',2006,1,NULL,3,'4.99',50,'18.99','NC-17','Trailers,Commentaries,Behind the Scenes','2006-02-15 05:03:42'); + +INSERT INTO film_actor VALUES (1,1,'2006-02-15 05:05:03'),(1,23,'2006-02-15 05:05:03'),(1,25,'2006-02-15 05:05:03'),(1,106,'2006-02-15 05:05:03'),(1,140,'2006-02-15 05:05:03'),(1,166,'2006-02-15 05:05:03'),(1,277,'2006-02-15 05:05:03'),(1,361,'2006-02-15 05:05:03'),(1,438,'2006-02-15 05:05:03'),(1,499,'2006-02-15 05:05:03'),(1,506,'2006-02-15 05:05:03'),(1,509,'2006-02-15 05:05:03'),(1,605,'2006-02-15 05:05:03'),(1,635,'2006-02-15 05:05:03'),(1,749,'2006-02-15 05:05:03'),(1,832,'2006-02-15 05:05:03'),(1,939,'2006-02-15 05:05:03'),(1,970,'2006-02-15 05:05:03'),(1,980,'2006-02-15 05:05:03'),(2,3,'2006-02-15 05:05:03'),(2,31,'2006-02-15 05:05:03'),(2,47,'2006-02-15 05:05:03'),(2,105,'2006-02-15 05:05:03'),(2,132,'2006-02-15 05:05:03'),(2,145,'2006-02-15 05:05:03'),(2,226,'2006-02-15 05:05:03'),(2,249,'2006-02-15 05:05:03'),(2,314,'2006-02-15 05:05:03'),(2,321,'2006-02-15 05:05:03'),(2,357,'2006-02-15 05:05:03'),(2,369,'2006-02-15 05:05:03'),(2,399,'2006-02-15 05:05:03'),(2,458,'2006-02-15 05:05:03'),(2,481,'2006-02-15 05:05:03'),(2,485,'2006-02-15 05:05:03'),(2,518,'2006-02-15 05:05:03'),(2,540,'2006-02-15 05:05:03'),(2,550,'2006-02-15 05:05:03'),(2,555,'2006-02-15 05:05:03'),(2,561,'2006-02-15 05:05:03'),(2,742,'2006-02-15 05:05:03'),(2,754,'2006-02-15 05:05:03'),(2,811,'2006-02-15 05:05:03'),(2,958,'2006-02-15 05:05:03'),(3,17,'2006-02-15 05:05:03'),(3,40,'2006-02-15 05:05:03'),(3,42,'2006-02-15 05:05:03'),(3,87,'2006-02-15 05:05:03'),(3,111,'2006-02-15 05:05:03'),(3,185,'2006-02-15 05:05:03'),(3,289,'2006-02-15 05:05:03'),(3,329,'2006-02-15 05:05:03'),(3,336,'2006-02-15 05:05:03'),(3,341,'2006-02-15 05:05:03'),(3,393,'2006-02-15 05:05:03'),(3,441,'2006-02-15 05:05:03'),(3,453,'2006-02-15 05:05:03'),(3,480,'2006-02-15 05:05:03'),(3,539,'2006-02-15 05:05:03'),(3,618,'2006-02-15 05:05:03'),(3,685,'2006-02-15 05:05:03'),(3,827,'2006-02-15 05:05:03'),(3,966,'2006-02-15 05:05:03'),(3,967,'2006-02-15 05:05:03'),(3,971,'2006-02-15 05:05:03'),(3,996,'2006-02-15 05:05:03'),(4,23,'2006-02-15 05:05:03'),(4,25,'2006-02-15 05:05:03'),(4,56,'2006-02-15 05:05:03'),(4,62,'2006-02-15 05:05:03'),(4,79,'2006-02-15 05:05:03'),(4,87,'2006-02-15 05:05:03'),(4,355,'2006-02-15 05:05:03'),(4,379,'2006-02-15 05:05:03'),(4,398,'2006-02-15 05:05:03'),(4,463,'2006-02-15 05:05:03'),(4,490,'2006-02-15 05:05:03'),(4,616,'2006-02-15 05:05:03'),(4,635,'2006-02-15 05:05:03'),(4,691,'2006-02-15 05:05:03'),(4,712,'2006-02-15 05:05:03'),(4,714,'2006-02-15 05:05:03'),(4,721,'2006-02-15 05:05:03'),(4,798,'2006-02-15 05:05:03'),(4,832,'2006-02-15 05:05:03'),(4,858,'2006-02-15 05:05:03'),(4,909,'2006-02-15 05:05:03'),(4,924,'2006-02-15 05:05:03'),(5,19,'2006-02-15 05:05:03'),(5,54,'2006-02-15 05:05:03'),(5,85,'2006-02-15 05:05:03'),(5,146,'2006-02-15 05:05:03'),(5,171,'2006-02-15 05:05:03'),(5,172,'2006-02-15 05:05:03'),(5,202,'2006-02-15 05:05:03'),(5,203,'2006-02-15 05:05:03'),(5,286,'2006-02-15 05:05:03'),(5,288,'2006-02-15 05:05:03'),(5,316,'2006-02-15 05:05:03'),(5,340,'2006-02-15 05:05:03'),(5,369,'2006-02-15 05:05:03'),(5,375,'2006-02-15 05:05:03'),(5,383,'2006-02-15 05:05:03'),(5,392,'2006-02-15 05:05:03'),(5,411,'2006-02-15 05:05:03'),(5,503,'2006-02-15 05:05:03'),(5,535,'2006-02-15 05:05:03'),(5,571,'2006-02-15 05:05:03'),(5,650,'2006-02-15 05:05:03'),(5,665,'2006-02-15 05:05:03'),(5,687,'2006-02-15 05:05:03'),(5,730,'2006-02-15 05:05:03'),(5,732,'2006-02-15 05:05:03'),(5,811,'2006-02-15 05:05:03'),(5,817,'2006-02-15 05:05:03'),(5,841,'2006-02-15 05:05:03'),(5,865,'2006-02-15 05:05:03'),(6,29,'2006-02-15 05:05:03'),(6,53,'2006-02-15 05:05:03'),(6,60,'2006-02-15 05:05:03'),(6,70,'2006-02-15 05:05:03'),(6,112,'2006-02-15 05:05:03'),(6,164,'2006-02-15 05:05:03'),(6,165,'2006-02-15 05:05:03'),(6,193,'2006-02-15 05:05:03'),(6,256,'2006-02-15 05:05:03'),(6,451,'2006-02-15 05:05:03'),(6,503,'2006-02-15 05:05:03'),(6,509,'2006-02-15 05:05:03'),(6,517,'2006-02-15 05:05:03'),(6,519,'2006-02-15 05:05:03'),(6,605,'2006-02-15 05:05:03'),(6,692,'2006-02-15 05:05:03'),(6,826,'2006-02-15 05:05:03'),(6,892,'2006-02-15 05:05:03'),(6,902,'2006-02-15 05:05:03'),(6,994,'2006-02-15 05:05:03'),(7,25,'2006-02-15 05:05:03'),(7,27,'2006-02-15 05:05:03'),(7,35,'2006-02-15 05:05:03'),(7,67,'2006-02-15 05:05:03'),(7,96,'2006-02-15 05:05:03'),(7,170,'2006-02-15 05:05:03'),(7,173,'2006-02-15 05:05:03'),(7,217,'2006-02-15 05:05:03'),(7,218,'2006-02-15 05:05:03'),(7,225,'2006-02-15 05:05:03'),(7,292,'2006-02-15 05:05:03'),(7,351,'2006-02-15 05:05:03'),(7,414,'2006-02-15 05:05:03'),(7,463,'2006-02-15 05:05:03'),(7,554,'2006-02-15 05:05:03'),(7,618,'2006-02-15 05:05:03'),(7,633,'2006-02-15 05:05:03'),(7,637,'2006-02-15 05:05:03'),(7,691,'2006-02-15 05:05:03'),(7,758,'2006-02-15 05:05:03'),(7,766,'2006-02-15 05:05:03'),(7,770,'2006-02-15 05:05:03'),(7,805,'2006-02-15 05:05:03'),(7,806,'2006-02-15 05:05:03'),(7,846,'2006-02-15 05:05:03'),(7,900,'2006-02-15 05:05:03'),(7,901,'2006-02-15 05:05:03'),(7,910,'2006-02-15 05:05:03'),(7,957,'2006-02-15 05:05:03'),(7,959,'2006-02-15 05:05:03'),(8,47,'2006-02-15 05:05:03'),(8,115,'2006-02-15 05:05:03'),(8,158,'2006-02-15 05:05:03'),(8,179,'2006-02-15 05:05:03'),(8,195,'2006-02-15 05:05:03'),(8,205,'2006-02-15 05:05:03'),(8,255,'2006-02-15 05:05:03'),(8,263,'2006-02-15 05:05:03'),(8,321,'2006-02-15 05:05:03'),(8,396,'2006-02-15 05:05:03'),(8,458,'2006-02-15 05:05:03'),(8,523,'2006-02-15 05:05:03'),(8,532,'2006-02-15 05:05:03'),(8,554,'2006-02-15 05:05:03'),(8,752,'2006-02-15 05:05:03'),(8,769,'2006-02-15 05:05:03'),(8,771,'2006-02-15 05:05:03'),(8,859,'2006-02-15 05:05:03'),(8,895,'2006-02-15 05:05:03'),(8,936,'2006-02-15 05:05:03'),(9,30,'2006-02-15 05:05:03'),(9,74,'2006-02-15 05:05:03'),(9,147,'2006-02-15 05:05:03'),(9,148,'2006-02-15 05:05:03'),(9,191,'2006-02-15 05:05:03'),(9,200,'2006-02-15 05:05:03'),(9,204,'2006-02-15 05:05:03'),(9,434,'2006-02-15 05:05:03'),(9,510,'2006-02-15 05:05:03'),(9,514,'2006-02-15 05:05:03'),(9,552,'2006-02-15 05:05:03'),(9,650,'2006-02-15 05:05:03'),(9,671,'2006-02-15 05:05:03'),(9,697,'2006-02-15 05:05:03'),(9,722,'2006-02-15 05:05:03'),(9,752,'2006-02-15 05:05:03'),(9,811,'2006-02-15 05:05:03'),(9,815,'2006-02-15 05:05:03'),(9,865,'2006-02-15 05:05:03'),(9,873,'2006-02-15 05:05:03'),(9,889,'2006-02-15 05:05:03'),(9,903,'2006-02-15 05:05:03'),(9,926,'2006-02-15 05:05:03'),(9,964,'2006-02-15 05:05:03'),(9,974,'2006-02-15 05:05:03'),(10,1,'2006-02-15 05:05:03'),(10,9,'2006-02-15 05:05:03'),(10,191,'2006-02-15 05:05:03'),(10,236,'2006-02-15 05:05:03'),(10,251,'2006-02-15 05:05:03'),(10,366,'2006-02-15 05:05:03'),(10,477,'2006-02-15 05:05:03'),(10,480,'2006-02-15 05:05:03'),(10,522,'2006-02-15 05:05:03'),(10,530,'2006-02-15 05:05:03'),(10,587,'2006-02-15 05:05:03'),(10,694,'2006-02-15 05:05:03'),(10,703,'2006-02-15 05:05:03'),(10,716,'2006-02-15 05:05:03'),(10,782,'2006-02-15 05:05:03'),(10,914,'2006-02-15 05:05:03'),(10,929,'2006-02-15 05:05:03'),(10,930,'2006-02-15 05:05:03'),(10,964,'2006-02-15 05:05:03'),(10,966,'2006-02-15 05:05:03'),(10,980,'2006-02-15 05:05:03'),(10,983,'2006-02-15 05:05:03'),(11,118,'2006-02-15 05:05:03'),(11,205,'2006-02-15 05:05:03'),(11,281,'2006-02-15 05:05:03'),(11,283,'2006-02-15 05:05:03'),(11,348,'2006-02-15 05:05:03'),(11,364,'2006-02-15 05:05:03'),(11,395,'2006-02-15 05:05:03'),(11,429,'2006-02-15 05:05:03'),(11,433,'2006-02-15 05:05:03'),(11,453,'2006-02-15 05:05:03'),(11,485,'2006-02-15 05:05:03'),(11,532,'2006-02-15 05:05:03'),(11,567,'2006-02-15 05:05:03'),(11,587,'2006-02-15 05:05:03'),(11,597,'2006-02-15 05:05:03'),(11,636,'2006-02-15 05:05:03'),(11,709,'2006-02-15 05:05:03'),(11,850,'2006-02-15 05:05:03'),(11,854,'2006-02-15 05:05:03'),(11,888,'2006-02-15 05:05:03'),(11,896,'2006-02-15 05:05:03'),(11,928,'2006-02-15 05:05:03'),(11,938,'2006-02-15 05:05:03'),(11,969,'2006-02-15 05:05:03'),(11,988,'2006-02-15 05:05:03'),(12,16,'2006-02-15 05:05:03'),(12,17,'2006-02-15 05:05:03'),(12,34,'2006-02-15 05:05:03'),(12,37,'2006-02-15 05:05:03'),(12,91,'2006-02-15 05:05:03'),(12,92,'2006-02-15 05:05:03'),(12,107,'2006-02-15 05:05:03'),(12,155,'2006-02-15 05:05:03'),(12,177,'2006-02-15 05:05:03'),(12,208,'2006-02-15 05:05:03'),(12,213,'2006-02-15 05:05:03'),(12,216,'2006-02-15 05:05:03'),(12,243,'2006-02-15 05:05:03'),(12,344,'2006-02-15 05:05:03'),(12,400,'2006-02-15 05:05:03'),(12,416,'2006-02-15 05:05:03'),(12,420,'2006-02-15 05:05:03'),(12,457,'2006-02-15 05:05:03'),(12,513,'2006-02-15 05:05:03'),(12,540,'2006-02-15 05:05:03'),(12,593,'2006-02-15 05:05:03'),(12,631,'2006-02-15 05:05:03'),(12,635,'2006-02-15 05:05:03'),(12,672,'2006-02-15 05:05:03'),(12,716,'2006-02-15 05:05:03'),(12,728,'2006-02-15 05:05:03'),(12,812,'2006-02-15 05:05:03'),(12,838,'2006-02-15 05:05:03'),(12,871,'2006-02-15 05:05:03'),(12,880,'2006-02-15 05:05:03'),(12,945,'2006-02-15 05:05:03'),(13,17,'2006-02-15 05:05:03'),(13,29,'2006-02-15 05:05:03'),(13,45,'2006-02-15 05:05:03'),(13,87,'2006-02-15 05:05:03'),(13,110,'2006-02-15 05:05:03'),(13,144,'2006-02-15 05:05:03'),(13,154,'2006-02-15 05:05:03'),(13,162,'2006-02-15 05:05:03'),(13,203,'2006-02-15 05:05:03'),(13,254,'2006-02-15 05:05:03'),(13,337,'2006-02-15 05:05:03'),(13,346,'2006-02-15 05:05:03'),(13,381,'2006-02-15 05:05:03'),(13,385,'2006-02-15 05:05:03'),(13,427,'2006-02-15 05:05:03'),(13,456,'2006-02-15 05:05:03'),(13,513,'2006-02-15 05:05:03'),(13,515,'2006-02-15 05:05:03'),(13,522,'2006-02-15 05:05:03'),(13,524,'2006-02-15 05:05:03'),(13,528,'2006-02-15 05:05:03'),(13,571,'2006-02-15 05:05:03'),(13,588,'2006-02-15 05:05:03'),(13,597,'2006-02-15 05:05:03'),(13,600,'2006-02-15 05:05:03'),(13,718,'2006-02-15 05:05:03'),(13,729,'2006-02-15 05:05:03'),(13,816,'2006-02-15 05:05:03'),(13,817,'2006-02-15 05:05:03'),(13,832,'2006-02-15 05:05:03'),(13,833,'2006-02-15 05:05:03'),(13,843,'2006-02-15 05:05:03'),(13,897,'2006-02-15 05:05:03'),(13,966,'2006-02-15 05:05:03'),(13,998,'2006-02-15 05:05:03'),(14,154,'2006-02-15 05:05:03'),(14,187,'2006-02-15 05:05:03'),(14,232,'2006-02-15 05:05:03'),(14,241,'2006-02-15 05:05:03'),(14,253,'2006-02-15 05:05:03'),(14,255,'2006-02-15 05:05:03'),(14,258,'2006-02-15 05:05:03'),(14,284,'2006-02-15 05:05:03'),(14,292,'2006-02-15 05:05:03'),(14,370,'2006-02-15 05:05:03'),(14,415,'2006-02-15 05:05:03'),(14,417,'2006-02-15 05:05:03'),(14,418,'2006-02-15 05:05:03'),(14,454,'2006-02-15 05:05:03'),(14,472,'2006-02-15 05:05:03'),(14,475,'2006-02-15 05:05:03'),(14,495,'2006-02-15 05:05:03'),(14,536,'2006-02-15 05:05:03'),(14,537,'2006-02-15 05:05:03'),(14,612,'2006-02-15 05:05:03'),(14,688,'2006-02-15 05:05:03'),(14,759,'2006-02-15 05:05:03'),(14,764,'2006-02-15 05:05:03'),(14,847,'2006-02-15 05:05:03'),(14,856,'2006-02-15 05:05:03'),(14,890,'2006-02-15 05:05:03'),(14,908,'2006-02-15 05:05:03'),(14,919,'2006-02-15 05:05:03'),(14,948,'2006-02-15 05:05:03'),(14,970,'2006-02-15 05:05:03'),(15,31,'2006-02-15 05:05:03'),(15,89,'2006-02-15 05:05:03'),(15,91,'2006-02-15 05:05:03'),(15,108,'2006-02-15 05:05:03'),(15,125,'2006-02-15 05:05:03'),(15,236,'2006-02-15 05:05:03'),(15,275,'2006-02-15 05:05:03'),(15,280,'2006-02-15 05:05:03'),(15,326,'2006-02-15 05:05:03'),(15,342,'2006-02-15 05:05:03'),(15,414,'2006-02-15 05:05:03'),(15,445,'2006-02-15 05:05:03'),(15,500,'2006-02-15 05:05:03'),(15,502,'2006-02-15 05:05:03'),(15,541,'2006-02-15 05:05:03'),(15,553,'2006-02-15 05:05:03'),(15,594,'2006-02-15 05:05:03'),(15,626,'2006-02-15 05:05:03'),(15,635,'2006-02-15 05:05:03'),(15,745,'2006-02-15 05:05:03'),(15,783,'2006-02-15 05:05:03'),(15,795,'2006-02-15 05:05:03'),(15,817,'2006-02-15 05:05:03'),(15,886,'2006-02-15 05:05:03'),(15,924,'2006-02-15 05:05:03'),(15,949,'2006-02-15 05:05:03'),(15,968,'2006-02-15 05:05:03'),(15,985,'2006-02-15 05:05:03'),(16,80,'2006-02-15 05:05:03'),(16,87,'2006-02-15 05:05:03'),(16,101,'2006-02-15 05:05:03'),(16,121,'2006-02-15 05:05:03'),(16,155,'2006-02-15 05:05:03'),(16,177,'2006-02-15 05:05:03'),(16,218,'2006-02-15 05:05:03'),(16,221,'2006-02-15 05:05:03'),(16,267,'2006-02-15 05:05:03'),(16,269,'2006-02-15 05:05:03'),(16,271,'2006-02-15 05:05:03'),(16,280,'2006-02-15 05:05:03'),(16,287,'2006-02-15 05:05:03'),(16,345,'2006-02-15 05:05:03'),(16,438,'2006-02-15 05:05:03'),(16,453,'2006-02-15 05:05:03'),(16,455,'2006-02-15 05:05:03'),(16,456,'2006-02-15 05:05:03'),(16,503,'2006-02-15 05:05:03'),(16,548,'2006-02-15 05:05:03'),(16,582,'2006-02-15 05:05:03'),(16,583,'2006-02-15 05:05:03'),(16,717,'2006-02-15 05:05:03'),(16,758,'2006-02-15 05:05:03'),(16,779,'2006-02-15 05:05:03'),(16,886,'2006-02-15 05:05:03'),(16,967,'2006-02-15 05:05:03'),(17,96,'2006-02-15 05:05:03'),(17,119,'2006-02-15 05:05:03'),(17,124,'2006-02-15 05:05:03'),(17,127,'2006-02-15 05:05:03'),(17,154,'2006-02-15 05:05:03'),(17,199,'2006-02-15 05:05:03'),(17,201,'2006-02-15 05:05:03'),(17,236,'2006-02-15 05:05:03'),(17,280,'2006-02-15 05:05:03'),(17,310,'2006-02-15 05:05:03'),(17,313,'2006-02-15 05:05:03'),(17,378,'2006-02-15 05:05:03'),(17,457,'2006-02-15 05:05:03'),(17,469,'2006-02-15 05:05:03'),(17,478,'2006-02-15 05:05:03'),(17,500,'2006-02-15 05:05:03'),(17,515,'2006-02-15 05:05:03'),(17,521,'2006-02-15 05:05:03'),(17,573,'2006-02-15 05:05:03'),(17,603,'2006-02-15 05:05:03'),(17,606,'2006-02-15 05:05:03'),(17,734,'2006-02-15 05:05:03'),(17,770,'2006-02-15 05:05:03'),(17,794,'2006-02-15 05:05:03'),(17,800,'2006-02-15 05:05:03'),(17,853,'2006-02-15 05:05:03'),(17,873,'2006-02-15 05:05:03'),(17,874,'2006-02-15 05:05:03'),(17,880,'2006-02-15 05:05:03'),(17,948,'2006-02-15 05:05:03'),(17,957,'2006-02-15 05:05:03'),(17,959,'2006-02-15 05:05:03'),(18,44,'2006-02-15 05:05:03'),(18,84,'2006-02-15 05:05:03'),(18,144,'2006-02-15 05:05:03'),(18,172,'2006-02-15 05:05:03'),(18,268,'2006-02-15 05:05:03'),(18,279,'2006-02-15 05:05:03'),(18,280,'2006-02-15 05:05:03'),(18,321,'2006-02-15 05:05:03'),(18,386,'2006-02-15 05:05:03'),(18,460,'2006-02-15 05:05:03'),(18,462,'2006-02-15 05:05:03'),(18,484,'2006-02-15 05:05:03'),(18,536,'2006-02-15 05:05:03'),(18,561,'2006-02-15 05:05:03'),(18,612,'2006-02-15 05:05:03'),(18,717,'2006-02-15 05:05:03'),(18,808,'2006-02-15 05:05:03'),(18,842,'2006-02-15 05:05:03'),(18,863,'2006-02-15 05:05:03'),(18,883,'2006-02-15 05:05:03'),(18,917,'2006-02-15 05:05:03'),(18,944,'2006-02-15 05:05:03'),(19,2,'2006-02-15 05:05:03'),(19,3,'2006-02-15 05:05:03'),(19,144,'2006-02-15 05:05:03'),(19,152,'2006-02-15 05:05:03'),(19,182,'2006-02-15 05:05:03'),(19,208,'2006-02-15 05:05:03'),(19,212,'2006-02-15 05:05:03'),(19,217,'2006-02-15 05:05:03'),(19,266,'2006-02-15 05:05:03'),(19,404,'2006-02-15 05:05:03'),(19,428,'2006-02-15 05:05:03'),(19,473,'2006-02-15 05:05:03'),(19,490,'2006-02-15 05:05:03'),(19,510,'2006-02-15 05:05:03'),(19,513,'2006-02-15 05:05:03'),(19,644,'2006-02-15 05:05:03'),(19,670,'2006-02-15 05:05:03'),(19,673,'2006-02-15 05:05:03'),(19,711,'2006-02-15 05:05:03'),(19,750,'2006-02-15 05:05:03'),(19,752,'2006-02-15 05:05:03'),(19,756,'2006-02-15 05:05:03'),(19,771,'2006-02-15 05:05:03'),(19,785,'2006-02-15 05:05:03'),(19,877,'2006-02-15 05:05:03'),(20,1,'2006-02-15 05:05:03'),(20,54,'2006-02-15 05:05:03'),(20,63,'2006-02-15 05:05:03'),(20,140,'2006-02-15 05:05:03'),(20,146,'2006-02-15 05:05:03'),(20,165,'2006-02-15 05:05:03'),(20,231,'2006-02-15 05:05:03'),(20,243,'2006-02-15 05:05:03'),(20,269,'2006-02-15 05:05:03'),(20,274,'2006-02-15 05:05:03'),(20,348,'2006-02-15 05:05:03'),(20,366,'2006-02-15 05:05:03'),(20,445,'2006-02-15 05:05:03'),(20,478,'2006-02-15 05:05:03'),(20,492,'2006-02-15 05:05:03'),(20,499,'2006-02-15 05:05:03'),(20,527,'2006-02-15 05:05:03'),(20,531,'2006-02-15 05:05:03'),(20,538,'2006-02-15 05:05:03'),(20,589,'2006-02-15 05:05:03'),(20,643,'2006-02-15 05:05:03'),(20,652,'2006-02-15 05:05:03'),(20,663,'2006-02-15 05:05:03'),(20,714,'2006-02-15 05:05:03'),(20,717,'2006-02-15 05:05:03'),(20,757,'2006-02-15 05:05:03'),(20,784,'2006-02-15 05:05:03'),(20,863,'2006-02-15 05:05:03'),(20,962,'2006-02-15 05:05:03'),(20,977,'2006-02-15 05:05:03'),(21,6,'2006-02-15 05:05:03'),(21,87,'2006-02-15 05:05:03'),(21,88,'2006-02-15 05:05:03'),(21,142,'2006-02-15 05:05:03'),(21,159,'2006-02-15 05:05:03'),(21,179,'2006-02-15 05:05:03'),(21,253,'2006-02-15 05:05:03'),(21,281,'2006-02-15 05:05:03'),(21,321,'2006-02-15 05:05:03'),(21,398,'2006-02-15 05:05:03'),(21,426,'2006-02-15 05:05:03'),(21,429,'2006-02-15 05:05:03'),(21,497,'2006-02-15 05:05:03'),(21,507,'2006-02-15 05:05:03'),(21,530,'2006-02-15 05:05:03'),(21,680,'2006-02-15 05:05:03'),(21,686,'2006-02-15 05:05:03'),(21,700,'2006-02-15 05:05:03'),(21,702,'2006-02-15 05:05:03'),(21,733,'2006-02-15 05:05:03'),(21,734,'2006-02-15 05:05:03'),(21,798,'2006-02-15 05:05:03'),(21,804,'2006-02-15 05:05:03'),(21,887,'2006-02-15 05:05:03'),(21,893,'2006-02-15 05:05:03'),(21,920,'2006-02-15 05:05:03'),(21,983,'2006-02-15 05:05:03'),(22,9,'2006-02-15 05:05:03'),(22,23,'2006-02-15 05:05:03'),(22,56,'2006-02-15 05:05:03'),(22,89,'2006-02-15 05:05:03'),(22,111,'2006-02-15 05:05:03'),(22,146,'2006-02-15 05:05:03'),(22,291,'2006-02-15 05:05:03'),(22,294,'2006-02-15 05:05:03'),(22,349,'2006-02-15 05:05:03'),(22,369,'2006-02-15 05:05:03'),(22,418,'2006-02-15 05:05:03'),(22,430,'2006-02-15 05:05:03'),(22,483,'2006-02-15 05:05:03'),(22,491,'2006-02-15 05:05:03'),(22,495,'2006-02-15 05:05:03'),(22,536,'2006-02-15 05:05:03'),(22,600,'2006-02-15 05:05:03'),(22,634,'2006-02-15 05:05:03'),(22,648,'2006-02-15 05:05:03'),(22,688,'2006-02-15 05:05:03'),(22,731,'2006-02-15 05:05:03'),(22,742,'2006-02-15 05:05:03'),(22,775,'2006-02-15 05:05:03'),(22,802,'2006-02-15 05:05:03'),(22,912,'2006-02-15 05:05:03'),(22,964,'2006-02-15 05:05:03'),(23,6,'2006-02-15 05:05:03'),(23,42,'2006-02-15 05:05:03'),(23,78,'2006-02-15 05:05:03'),(23,105,'2006-02-15 05:05:03'),(23,116,'2006-02-15 05:05:03'),(23,117,'2006-02-15 05:05:03'),(23,125,'2006-02-15 05:05:03'),(23,212,'2006-02-15 05:05:03'),(23,226,'2006-02-15 05:05:03'),(23,235,'2006-02-15 05:05:03'),(23,254,'2006-02-15 05:05:03'),(23,367,'2006-02-15 05:05:03'),(23,370,'2006-02-15 05:05:03'),(23,414,'2006-02-15 05:05:03'),(23,419,'2006-02-15 05:05:03'),(23,435,'2006-02-15 05:05:03'),(23,449,'2006-02-15 05:05:03'),(23,491,'2006-02-15 05:05:03'),(23,536,'2006-02-15 05:05:03'),(23,549,'2006-02-15 05:05:03'),(23,636,'2006-02-15 05:05:03'),(23,649,'2006-02-15 05:05:03'),(23,673,'2006-02-15 05:05:03'),(23,691,'2006-02-15 05:05:03'),(23,766,'2006-02-15 05:05:03'),(23,782,'2006-02-15 05:05:03'),(23,804,'2006-02-15 05:05:03'),(23,820,'2006-02-15 05:05:03'),(23,826,'2006-02-15 05:05:03'),(23,833,'2006-02-15 05:05:03'),(23,842,'2006-02-15 05:05:03'),(23,853,'2006-02-15 05:05:03'),(23,855,'2006-02-15 05:05:03'),(23,856,'2006-02-15 05:05:03'),(23,935,'2006-02-15 05:05:03'),(23,981,'2006-02-15 05:05:03'),(23,997,'2006-02-15 05:05:03'),(24,3,'2006-02-15 05:05:03'),(24,83,'2006-02-15 05:05:03'),(24,112,'2006-02-15 05:05:03'),(24,126,'2006-02-15 05:05:03'),(24,148,'2006-02-15 05:05:03'),(24,164,'2006-02-15 05:05:03'),(24,178,'2006-02-15 05:05:03'),(24,194,'2006-02-15 05:05:03'),(24,199,'2006-02-15 05:05:03'),(24,242,'2006-02-15 05:05:03'),(24,256,'2006-02-15 05:05:03'),(24,277,'2006-02-15 05:05:03'),(24,335,'2006-02-15 05:05:03'),(24,405,'2006-02-15 05:05:03'),(24,463,'2006-02-15 05:05:03'),(24,515,'2006-02-15 05:05:03'),(24,585,'2006-02-15 05:05:03'),(24,603,'2006-02-15 05:05:03'),(24,653,'2006-02-15 05:05:03'),(24,704,'2006-02-15 05:05:03'),(24,781,'2006-02-15 05:05:03'),(24,829,'2006-02-15 05:05:03'),(24,832,'2006-02-15 05:05:03'),(24,969,'2006-02-15 05:05:03'),(25,21,'2006-02-15 05:05:03'),(25,86,'2006-02-15 05:05:03'),(25,153,'2006-02-15 05:05:03'),(25,179,'2006-02-15 05:05:03'),(25,204,'2006-02-15 05:05:03'),(25,213,'2006-02-15 05:05:03'),(25,226,'2006-02-15 05:05:03'),(25,245,'2006-02-15 05:05:03'),(25,311,'2006-02-15 05:05:03'),(25,404,'2006-02-15 05:05:03'),(25,411,'2006-02-15 05:05:03'),(25,420,'2006-02-15 05:05:03'),(25,538,'2006-02-15 05:05:03'),(25,564,'2006-02-15 05:05:03'),(25,583,'2006-02-15 05:05:03'),(25,606,'2006-02-15 05:05:03'),(25,688,'2006-02-15 05:05:03'),(25,697,'2006-02-15 05:05:03'),(25,755,'2006-02-15 05:05:03'),(25,871,'2006-02-15 05:05:03'),(25,914,'2006-02-15 05:05:03'),(26,9,'2006-02-15 05:05:03'),(26,21,'2006-02-15 05:05:03'),(26,34,'2006-02-15 05:05:03'),(26,90,'2006-02-15 05:05:03'),(26,93,'2006-02-15 05:05:03'),(26,103,'2006-02-15 05:05:03'),(26,147,'2006-02-15 05:05:03'),(26,186,'2006-02-15 05:05:03'),(26,201,'2006-02-15 05:05:03'),(26,225,'2006-02-15 05:05:03'),(26,241,'2006-02-15 05:05:03'),(26,327,'2006-02-15 05:05:03'),(26,329,'2006-02-15 05:05:03'),(26,340,'2006-02-15 05:05:03'),(26,345,'2006-02-15 05:05:03'),(26,390,'2006-02-15 05:05:03'),(26,392,'2006-02-15 05:05:03'),(26,529,'2006-02-15 05:05:03'),(26,544,'2006-02-15 05:05:03'),(26,564,'2006-02-15 05:05:03'),(26,635,'2006-02-15 05:05:03'),(26,644,'2006-02-15 05:05:03'),(26,682,'2006-02-15 05:05:03'),(26,688,'2006-02-15 05:05:03'),(26,715,'2006-02-15 05:05:03'),(26,732,'2006-02-15 05:05:03'),(26,758,'2006-02-15 05:05:03'),(26,764,'2006-02-15 05:05:03'),(26,795,'2006-02-15 05:05:03'),(26,821,'2006-02-15 05:05:03'),(26,885,'2006-02-15 05:05:03'),(26,904,'2006-02-15 05:05:03'),(26,906,'2006-02-15 05:05:03'),(27,19,'2006-02-15 05:05:03'),(27,34,'2006-02-15 05:05:03'),(27,85,'2006-02-15 05:05:03'),(27,150,'2006-02-15 05:05:03'),(27,172,'2006-02-15 05:05:03'),(27,273,'2006-02-15 05:05:03'),(27,334,'2006-02-15 05:05:03'),(27,347,'2006-02-15 05:05:03'),(27,359,'2006-02-15 05:05:03'),(27,398,'2006-02-15 05:05:03'),(27,415,'2006-02-15 05:05:03'),(27,462,'2006-02-15 05:05:03'),(27,477,'2006-02-15 05:05:03'),(27,500,'2006-02-15 05:05:03'),(27,503,'2006-02-15 05:05:03'),(27,540,'2006-02-15 05:05:03'),(27,586,'2006-02-15 05:05:03'),(27,593,'2006-02-15 05:05:03'),(27,637,'2006-02-15 05:05:03'),(27,679,'2006-02-15 05:05:03'),(27,682,'2006-02-15 05:05:03'),(27,695,'2006-02-15 05:05:03'),(27,771,'2006-02-15 05:05:03'),(27,805,'2006-02-15 05:05:03'),(27,830,'2006-02-15 05:05:03'),(27,854,'2006-02-15 05:05:03'),(27,873,'2006-02-15 05:05:03'),(27,880,'2006-02-15 05:05:03'),(27,889,'2006-02-15 05:05:03'),(27,904,'2006-02-15 05:05:03'),(27,967,'2006-02-15 05:05:03'),(27,986,'2006-02-15 05:05:03'),(27,996,'2006-02-15 05:05:03'),(28,14,'2006-02-15 05:05:03'),(28,43,'2006-02-15 05:05:03'),(28,58,'2006-02-15 05:05:03'),(28,74,'2006-02-15 05:05:03'),(28,96,'2006-02-15 05:05:03'),(28,107,'2006-02-15 05:05:03'),(28,259,'2006-02-15 05:05:03'),(28,263,'2006-02-15 05:05:03'),(28,287,'2006-02-15 05:05:03'),(28,358,'2006-02-15 05:05:03'),(28,502,'2006-02-15 05:05:03'),(28,508,'2006-02-15 05:05:03'),(28,532,'2006-02-15 05:05:03'),(28,551,'2006-02-15 05:05:03'),(28,574,'2006-02-15 05:05:03'),(28,597,'2006-02-15 05:05:03'),(28,619,'2006-02-15 05:05:03'),(28,625,'2006-02-15 05:05:03'),(28,652,'2006-02-15 05:05:03'),(28,679,'2006-02-15 05:05:03'),(28,743,'2006-02-15 05:05:03'),(28,790,'2006-02-15 05:05:03'),(28,793,'2006-02-15 05:05:03'),(28,816,'2006-02-15 05:05:03'),(28,827,'2006-02-15 05:05:03'),(28,835,'2006-02-15 05:05:03'),(28,879,'2006-02-15 05:05:03'),(28,908,'2006-02-15 05:05:03'),(28,953,'2006-02-15 05:05:03'),(28,973,'2006-02-15 05:05:03'),(28,994,'2006-02-15 05:05:03'),(29,10,'2006-02-15 05:05:03'),(29,79,'2006-02-15 05:05:03'),(29,105,'2006-02-15 05:05:03'),(29,110,'2006-02-15 05:05:03'),(29,131,'2006-02-15 05:05:03'),(29,133,'2006-02-15 05:05:03'),(29,172,'2006-02-15 05:05:03'),(29,226,'2006-02-15 05:05:03'),(29,273,'2006-02-15 05:05:03'),(29,282,'2006-02-15 05:05:03'),(29,296,'2006-02-15 05:05:03'),(29,311,'2006-02-15 05:05:03'),(29,335,'2006-02-15 05:05:03'),(29,342,'2006-02-15 05:05:03'),(29,436,'2006-02-15 05:05:03'),(29,444,'2006-02-15 05:05:03'),(29,449,'2006-02-15 05:05:03'),(29,462,'2006-02-15 05:05:03'),(29,482,'2006-02-15 05:05:03'),(29,488,'2006-02-15 05:05:03'),(29,519,'2006-02-15 05:05:03'),(29,547,'2006-02-15 05:05:03'),(29,590,'2006-02-15 05:05:03'),(29,646,'2006-02-15 05:05:03'),(29,723,'2006-02-15 05:05:03'),(29,812,'2006-02-15 05:05:03'),(29,862,'2006-02-15 05:05:03'),(29,928,'2006-02-15 05:05:03'),(29,944,'2006-02-15 05:05:03'),(30,1,'2006-02-15 05:05:03'),(30,53,'2006-02-15 05:05:03'),(30,64,'2006-02-15 05:05:03'),(30,69,'2006-02-15 05:05:03'),(30,77,'2006-02-15 05:05:03'),(30,87,'2006-02-15 05:05:03'),(30,260,'2006-02-15 05:05:03'),(30,262,'2006-02-15 05:05:03'),(30,286,'2006-02-15 05:05:03'),(30,292,'2006-02-15 05:05:03'),(30,301,'2006-02-15 05:05:03'),(30,318,'2006-02-15 05:05:03'),(30,321,'2006-02-15 05:05:03'),(30,357,'2006-02-15 05:05:03'),(30,565,'2006-02-15 05:05:03'),(30,732,'2006-02-15 05:05:03'),(30,797,'2006-02-15 05:05:03'),(30,838,'2006-02-15 05:05:03'),(30,945,'2006-02-15 05:05:03'),(31,88,'2006-02-15 05:05:03'),(31,146,'2006-02-15 05:05:03'),(31,163,'2006-02-15 05:05:03'),(31,164,'2006-02-15 05:05:03'),(31,188,'2006-02-15 05:05:03'),(31,299,'2006-02-15 05:05:03'),(31,308,'2006-02-15 05:05:03'),(31,368,'2006-02-15 05:05:03'),(31,380,'2006-02-15 05:05:03'),(31,431,'2006-02-15 05:05:03'),(31,585,'2006-02-15 05:05:03'),(31,637,'2006-02-15 05:05:03'),(31,700,'2006-02-15 05:05:03'),(31,739,'2006-02-15 05:05:03'),(31,793,'2006-02-15 05:05:03'),(31,802,'2006-02-15 05:05:03'),(31,880,'2006-02-15 05:05:03'),(31,978,'2006-02-15 05:05:03'),(32,65,'2006-02-15 05:05:03'),(32,84,'2006-02-15 05:05:03'),(32,103,'2006-02-15 05:05:03'),(32,112,'2006-02-15 05:05:03'),(32,136,'2006-02-15 05:05:03'),(32,197,'2006-02-15 05:05:03'),(32,199,'2006-02-15 05:05:03'),(32,219,'2006-02-15 05:05:03'),(32,309,'2006-02-15 05:05:03'),(32,312,'2006-02-15 05:05:03'),(32,401,'2006-02-15 05:05:03'),(32,427,'2006-02-15 05:05:03'),(32,431,'2006-02-15 05:05:03'),(32,523,'2006-02-15 05:05:03'),(32,567,'2006-02-15 05:05:03'),(32,585,'2006-02-15 05:05:03'),(32,606,'2006-02-15 05:05:03'),(32,651,'2006-02-15 05:05:03'),(32,667,'2006-02-15 05:05:03'),(32,669,'2006-02-15 05:05:03'),(32,815,'2006-02-15 05:05:03'),(32,928,'2006-02-15 05:05:03'),(32,980,'2006-02-15 05:05:03'),(33,56,'2006-02-15 05:05:03'),(33,112,'2006-02-15 05:05:03'),(33,135,'2006-02-15 05:05:03'),(33,154,'2006-02-15 05:05:03'),(33,214,'2006-02-15 05:05:03'),(33,252,'2006-02-15 05:05:03'),(33,305,'2006-02-15 05:05:03'),(33,306,'2006-02-15 05:05:03'),(33,473,'2006-02-15 05:05:03'),(33,489,'2006-02-15 05:05:03'),(33,574,'2006-02-15 05:05:03'),(33,618,'2006-02-15 05:05:03'),(33,667,'2006-02-15 05:05:03'),(33,694,'2006-02-15 05:05:03'),(33,712,'2006-02-15 05:05:03'),(33,735,'2006-02-15 05:05:03'),(33,737,'2006-02-15 05:05:03'),(33,754,'2006-02-15 05:05:03'),(33,775,'2006-02-15 05:05:03'),(33,878,'2006-02-15 05:05:03'),(33,881,'2006-02-15 05:05:03'),(33,965,'2006-02-15 05:05:03'),(33,972,'2006-02-15 05:05:03'),(33,993,'2006-02-15 05:05:03'),(34,43,'2006-02-15 05:05:03'),(34,90,'2006-02-15 05:05:03'),(34,119,'2006-02-15 05:05:03'),(34,125,'2006-02-15 05:05:03'),(34,172,'2006-02-15 05:05:03'),(34,182,'2006-02-15 05:05:03'),(34,244,'2006-02-15 05:05:03'),(34,336,'2006-02-15 05:05:03'),(34,389,'2006-02-15 05:05:03'),(34,393,'2006-02-15 05:05:03'),(34,438,'2006-02-15 05:05:03'),(34,493,'2006-02-15 05:05:03'),(34,502,'2006-02-15 05:05:03'),(34,525,'2006-02-15 05:05:03'),(34,668,'2006-02-15 05:05:03'),(34,720,'2006-02-15 05:05:03'),(34,779,'2006-02-15 05:05:03'),(34,788,'2006-02-15 05:05:03'),(34,794,'2006-02-15 05:05:03'),(34,836,'2006-02-15 05:05:03'),(34,846,'2006-02-15 05:05:03'),(34,853,'2006-02-15 05:05:03'),(34,929,'2006-02-15 05:05:03'),(34,950,'2006-02-15 05:05:03'),(34,971,'2006-02-15 05:05:03'),(35,10,'2006-02-15 05:05:03'),(35,35,'2006-02-15 05:05:03'),(35,52,'2006-02-15 05:05:03'),(35,201,'2006-02-15 05:05:03'),(35,256,'2006-02-15 05:05:03'),(35,389,'2006-02-15 05:05:03'),(35,589,'2006-02-15 05:05:03'),(35,612,'2006-02-15 05:05:03'),(35,615,'2006-02-15 05:05:03'),(35,707,'2006-02-15 05:05:03'),(35,732,'2006-02-15 05:05:03'),(35,738,'2006-02-15 05:05:03'),(35,748,'2006-02-15 05:05:03'),(35,817,'2006-02-15 05:05:03'),(35,914,'2006-02-15 05:05:03'),(36,15,'2006-02-15 05:05:03'),(36,81,'2006-02-15 05:05:03'),(36,171,'2006-02-15 05:05:03'),(36,231,'2006-02-15 05:05:03'),(36,245,'2006-02-15 05:05:03'),(36,283,'2006-02-15 05:05:03'),(36,380,'2006-02-15 05:05:03'),(36,381,'2006-02-15 05:05:03'),(36,387,'2006-02-15 05:05:03'),(36,390,'2006-02-15 05:05:03'),(36,410,'2006-02-15 05:05:03'),(36,426,'2006-02-15 05:05:03'),(36,427,'2006-02-15 05:05:03'),(36,453,'2006-02-15 05:05:03'),(36,466,'2006-02-15 05:05:03'),(36,484,'2006-02-15 05:05:03'),(36,493,'2006-02-15 05:05:03'),(36,499,'2006-02-15 05:05:03'),(36,569,'2006-02-15 05:05:03'),(36,590,'2006-02-15 05:05:03'),(36,600,'2006-02-15 05:05:03'),(36,714,'2006-02-15 05:05:03'),(36,715,'2006-02-15 05:05:03'),(36,716,'2006-02-15 05:05:03'),(36,731,'2006-02-15 05:05:03'),(36,875,'2006-02-15 05:05:03'),(36,915,'2006-02-15 05:05:03'),(36,931,'2006-02-15 05:05:03'),(36,956,'2006-02-15 05:05:03'),(37,10,'2006-02-15 05:05:03'),(37,12,'2006-02-15 05:05:03'),(37,19,'2006-02-15 05:05:03'),(37,118,'2006-02-15 05:05:03'),(37,119,'2006-02-15 05:05:03'),(37,122,'2006-02-15 05:05:03'),(37,146,'2006-02-15 05:05:03'),(37,204,'2006-02-15 05:05:03'),(37,253,'2006-02-15 05:05:03'),(37,260,'2006-02-15 05:05:03'),(37,277,'2006-02-15 05:05:03'),(37,317,'2006-02-15 05:05:03'),(37,467,'2006-02-15 05:05:03'),(37,477,'2006-02-15 05:05:03'),(37,485,'2006-02-15 05:05:03'),(37,508,'2006-02-15 05:05:03'),(37,529,'2006-02-15 05:05:03'),(37,553,'2006-02-15 05:05:03'),(37,555,'2006-02-15 05:05:03'),(37,572,'2006-02-15 05:05:03'),(37,588,'2006-02-15 05:05:03'),(37,662,'2006-02-15 05:05:03'),(37,663,'2006-02-15 05:05:03'),(37,694,'2006-02-15 05:05:03'),(37,697,'2006-02-15 05:05:03'),(37,785,'2006-02-15 05:05:03'),(37,839,'2006-02-15 05:05:03'),(37,840,'2006-02-15 05:05:03'),(37,853,'2006-02-15 05:05:03'),(37,900,'2006-02-15 05:05:03'),(37,925,'2006-02-15 05:05:03'),(37,963,'2006-02-15 05:05:03'),(37,966,'2006-02-15 05:05:03'),(37,989,'2006-02-15 05:05:03'),(37,997,'2006-02-15 05:05:03'),(38,24,'2006-02-15 05:05:03'),(38,111,'2006-02-15 05:05:03'),(38,160,'2006-02-15 05:05:03'),(38,176,'2006-02-15 05:05:03'),(38,223,'2006-02-15 05:05:03'),(38,241,'2006-02-15 05:05:03'),(38,274,'2006-02-15 05:05:03'),(38,335,'2006-02-15 05:05:03'),(38,338,'2006-02-15 05:05:03'),(38,353,'2006-02-15 05:05:03'),(38,448,'2006-02-15 05:05:03'),(38,450,'2006-02-15 05:05:03'),(38,458,'2006-02-15 05:05:03'),(38,501,'2006-02-15 05:05:03'),(38,516,'2006-02-15 05:05:03'),(38,547,'2006-02-15 05:05:03'),(38,583,'2006-02-15 05:05:03'),(38,618,'2006-02-15 05:05:03'),(38,619,'2006-02-15 05:05:03'),(38,705,'2006-02-15 05:05:03'),(38,793,'2006-02-15 05:05:03'),(38,827,'2006-02-15 05:05:03'),(38,839,'2006-02-15 05:05:03'),(38,853,'2006-02-15 05:05:03'),(38,876,'2006-02-15 05:05:03'),(39,71,'2006-02-15 05:05:03'),(39,73,'2006-02-15 05:05:03'),(39,168,'2006-02-15 05:05:03'),(39,203,'2006-02-15 05:05:03'),(39,222,'2006-02-15 05:05:03'),(39,290,'2006-02-15 05:05:03'),(39,293,'2006-02-15 05:05:03'),(39,320,'2006-02-15 05:05:03'),(39,415,'2006-02-15 05:05:03'),(39,425,'2006-02-15 05:05:03'),(39,431,'2006-02-15 05:05:03'),(39,456,'2006-02-15 05:05:03'),(39,476,'2006-02-15 05:05:03'),(39,559,'2006-02-15 05:05:03'),(39,587,'2006-02-15 05:05:03'),(39,598,'2006-02-15 05:05:03'),(39,606,'2006-02-15 05:05:03'),(39,648,'2006-02-15 05:05:03'),(39,683,'2006-02-15 05:05:03'),(39,689,'2006-02-15 05:05:03'),(39,696,'2006-02-15 05:05:03'),(39,700,'2006-02-15 05:05:03'),(39,703,'2006-02-15 05:05:03'),(39,736,'2006-02-15 05:05:03'),(39,772,'2006-02-15 05:05:03'),(39,815,'2006-02-15 05:05:03'),(39,831,'2006-02-15 05:05:03'),(39,920,'2006-02-15 05:05:03'),(40,1,'2006-02-15 05:05:03'),(40,11,'2006-02-15 05:05:03'),(40,34,'2006-02-15 05:05:03'),(40,107,'2006-02-15 05:05:03'),(40,128,'2006-02-15 05:05:03'),(40,163,'2006-02-15 05:05:03'),(40,177,'2006-02-15 05:05:03'),(40,223,'2006-02-15 05:05:03'),(40,233,'2006-02-15 05:05:03'),(40,326,'2006-02-15 05:05:03'),(40,374,'2006-02-15 05:05:03'),(40,394,'2006-02-15 05:05:03'),(40,396,'2006-02-15 05:05:03'),(40,463,'2006-02-15 05:05:03'),(40,466,'2006-02-15 05:05:03'),(40,494,'2006-02-15 05:05:03'),(40,521,'2006-02-15 05:05:03'),(40,723,'2006-02-15 05:05:03'),(40,737,'2006-02-15 05:05:03'),(40,744,'2006-02-15 05:05:03'),(40,747,'2006-02-15 05:05:03'),(40,754,'2006-02-15 05:05:03'),(40,799,'2006-02-15 05:05:03'),(40,835,'2006-02-15 05:05:03'),(40,868,'2006-02-15 05:05:03'),(40,869,'2006-02-15 05:05:03'),(40,887,'2006-02-15 05:05:03'),(40,933,'2006-02-15 05:05:03'),(40,938,'2006-02-15 05:05:03'),(41,4,'2006-02-15 05:05:03'),(41,60,'2006-02-15 05:05:03'),(41,69,'2006-02-15 05:05:03'),(41,86,'2006-02-15 05:05:03'),(41,100,'2006-02-15 05:05:03'),(41,150,'2006-02-15 05:05:03'),(41,159,'2006-02-15 05:05:03'),(41,194,'2006-02-15 05:05:03'),(41,203,'2006-02-15 05:05:03'),(41,212,'2006-02-15 05:05:03'),(41,230,'2006-02-15 05:05:03'),(41,249,'2006-02-15 05:05:03'),(41,252,'2006-02-15 05:05:03'),(41,305,'2006-02-15 05:05:03'),(41,336,'2006-02-15 05:05:03'),(41,383,'2006-02-15 05:05:03'),(41,544,'2006-02-15 05:05:03'),(41,596,'2006-02-15 05:05:03'),(41,657,'2006-02-15 05:05:03'),(41,674,'2006-02-15 05:05:03'),(41,678,'2006-02-15 05:05:03'),(41,721,'2006-02-15 05:05:03'),(41,724,'2006-02-15 05:05:03'),(41,779,'2006-02-15 05:05:03'),(41,784,'2006-02-15 05:05:03'),(41,799,'2006-02-15 05:05:03'),(41,894,'2006-02-15 05:05:03'),(41,912,'2006-02-15 05:05:03'),(41,942,'2006-02-15 05:05:03'),(42,24,'2006-02-15 05:05:03'),(42,139,'2006-02-15 05:05:03'),(42,309,'2006-02-15 05:05:03'),(42,320,'2006-02-15 05:05:03'),(42,333,'2006-02-15 05:05:03'),(42,500,'2006-02-15 05:05:03'),(42,502,'2006-02-15 05:05:03'),(42,505,'2006-02-15 05:05:03'),(42,527,'2006-02-15 05:05:03'),(42,535,'2006-02-15 05:05:03'),(42,546,'2006-02-15 05:05:03'),(42,568,'2006-02-15 05:05:03'),(42,648,'2006-02-15 05:05:03'),(42,665,'2006-02-15 05:05:03'),(42,673,'2006-02-15 05:05:03'),(42,687,'2006-02-15 05:05:03'),(42,713,'2006-02-15 05:05:03'),(42,738,'2006-02-15 05:05:03'),(42,798,'2006-02-15 05:05:03'),(42,861,'2006-02-15 05:05:03'),(42,865,'2006-02-15 05:05:03'),(42,867,'2006-02-15 05:05:03'),(42,876,'2006-02-15 05:05:03'),(42,890,'2006-02-15 05:05:03'),(42,907,'2006-02-15 05:05:03'),(42,922,'2006-02-15 05:05:03'),(42,932,'2006-02-15 05:05:03'),(43,19,'2006-02-15 05:05:03'),(43,42,'2006-02-15 05:05:03'),(43,56,'2006-02-15 05:05:03'),(43,89,'2006-02-15 05:05:03'),(43,105,'2006-02-15 05:05:03'),(43,147,'2006-02-15 05:05:03'),(43,161,'2006-02-15 05:05:03'),(43,180,'2006-02-15 05:05:03'),(43,239,'2006-02-15 05:05:03'),(43,276,'2006-02-15 05:05:03'),(43,330,'2006-02-15 05:05:03'),(43,344,'2006-02-15 05:05:03'),(43,359,'2006-02-15 05:05:03'),(43,377,'2006-02-15 05:05:03'),(43,410,'2006-02-15 05:05:03'),(43,462,'2006-02-15 05:05:03'),(43,533,'2006-02-15 05:05:03'),(43,598,'2006-02-15 05:05:03'),(43,605,'2006-02-15 05:05:03'),(43,608,'2006-02-15 05:05:03'),(43,621,'2006-02-15 05:05:03'),(43,753,'2006-02-15 05:05:03'),(43,827,'2006-02-15 05:05:03'),(43,833,'2006-02-15 05:05:03'),(43,917,'2006-02-15 05:05:03'),(43,958,'2006-02-15 05:05:03'),(44,58,'2006-02-15 05:05:03'),(44,84,'2006-02-15 05:05:03'),(44,88,'2006-02-15 05:05:03'),(44,94,'2006-02-15 05:05:03'),(44,109,'2006-02-15 05:05:03'),(44,176,'2006-02-15 05:05:03'),(44,242,'2006-02-15 05:05:03'),(44,273,'2006-02-15 05:05:03'),(44,322,'2006-02-15 05:05:03'),(44,420,'2006-02-15 05:05:03'),(44,434,'2006-02-15 05:05:03'),(44,490,'2006-02-15 05:05:03'),(44,591,'2006-02-15 05:05:03'),(44,598,'2006-02-15 05:05:03'),(44,604,'2006-02-15 05:05:03'),(44,699,'2006-02-15 05:05:03'),(44,751,'2006-02-15 05:05:03'),(44,784,'2006-02-15 05:05:03'),(44,825,'2006-02-15 05:05:03'),(44,854,'2006-02-15 05:05:03'),(44,875,'2006-02-15 05:05:03'),(44,878,'2006-02-15 05:05:03'),(44,883,'2006-02-15 05:05:03'),(44,896,'2006-02-15 05:05:03'),(44,902,'2006-02-15 05:05:03'),(44,937,'2006-02-15 05:05:03'),(44,944,'2006-02-15 05:05:03'),(44,952,'2006-02-15 05:05:03'),(44,982,'2006-02-15 05:05:03'),(44,998,'2006-02-15 05:05:03'),(45,18,'2006-02-15 05:05:03'),(45,65,'2006-02-15 05:05:03'),(45,66,'2006-02-15 05:05:03'),(45,115,'2006-02-15 05:05:03'),(45,117,'2006-02-15 05:05:03'),(45,164,'2006-02-15 05:05:03'),(45,187,'2006-02-15 05:05:03'),(45,198,'2006-02-15 05:05:03'),(45,219,'2006-02-15 05:05:03'),(45,330,'2006-02-15 05:05:03'),(45,407,'2006-02-15 05:05:03'),(45,416,'2006-02-15 05:05:03'),(45,463,'2006-02-15 05:05:03'),(45,467,'2006-02-15 05:05:03'),(45,484,'2006-02-15 05:05:03'),(45,502,'2006-02-15 05:05:03'),(45,503,'2006-02-15 05:05:03'),(45,508,'2006-02-15 05:05:03'),(45,537,'2006-02-15 05:05:03'),(45,680,'2006-02-15 05:05:03'),(45,714,'2006-02-15 05:05:03'),(45,767,'2006-02-15 05:05:03'),(45,778,'2006-02-15 05:05:03'),(45,797,'2006-02-15 05:05:03'),(45,810,'2006-02-15 05:05:03'),(45,895,'2006-02-15 05:05:03'),(45,900,'2006-02-15 05:05:03'),(45,901,'2006-02-15 05:05:03'),(45,920,'2006-02-15 05:05:03'),(45,925,'2006-02-15 05:05:03'),(45,975,'2006-02-15 05:05:03'),(45,978,'2006-02-15 05:05:03'),(46,38,'2006-02-15 05:05:03'),(46,51,'2006-02-15 05:05:03'),(46,174,'2006-02-15 05:05:03'),(46,254,'2006-02-15 05:05:03'),(46,296,'2006-02-15 05:05:03'),(46,319,'2006-02-15 05:05:03'),(46,407,'2006-02-15 05:05:03'),(46,448,'2006-02-15 05:05:03'),(46,456,'2006-02-15 05:05:03'),(46,463,'2006-02-15 05:05:03'),(46,478,'2006-02-15 05:05:03'),(46,538,'2006-02-15 05:05:03'),(46,540,'2006-02-15 05:05:03'),(46,567,'2006-02-15 05:05:03'),(46,731,'2006-02-15 05:05:03'),(46,766,'2006-02-15 05:05:03'),(46,768,'2006-02-15 05:05:03'),(46,820,'2006-02-15 05:05:03'),(46,829,'2006-02-15 05:05:03'),(46,830,'2006-02-15 05:05:03'),(46,836,'2006-02-15 05:05:03'),(46,889,'2006-02-15 05:05:03'),(46,980,'2006-02-15 05:05:03'),(46,991,'2006-02-15 05:05:03'),(47,25,'2006-02-15 05:05:03'),(47,36,'2006-02-15 05:05:03'),(47,53,'2006-02-15 05:05:03'),(47,67,'2006-02-15 05:05:03'),(47,172,'2006-02-15 05:05:03'),(47,233,'2006-02-15 05:05:03'),(47,273,'2006-02-15 05:05:03'),(47,351,'2006-02-15 05:05:03'),(47,385,'2006-02-15 05:05:03'),(47,484,'2006-02-15 05:05:03'),(47,508,'2006-02-15 05:05:03'),(47,576,'2006-02-15 05:05:03'),(47,670,'2006-02-15 05:05:03'),(47,734,'2006-02-15 05:05:03'),(47,737,'2006-02-15 05:05:03'),(47,770,'2006-02-15 05:05:03'),(47,777,'2006-02-15 05:05:03'),(47,787,'2006-02-15 05:05:03'),(47,790,'2006-02-15 05:05:03'),(47,913,'2006-02-15 05:05:03'),(47,923,'2006-02-15 05:05:03'),(47,924,'2006-02-15 05:05:03'),(47,944,'2006-02-15 05:05:03'),(47,973,'2006-02-15 05:05:03'),(48,99,'2006-02-15 05:05:03'),(48,101,'2006-02-15 05:05:03'),(48,134,'2006-02-15 05:05:03'),(48,150,'2006-02-15 05:05:03'),(48,164,'2006-02-15 05:05:03'),(48,211,'2006-02-15 05:05:03'),(48,245,'2006-02-15 05:05:03'),(48,267,'2006-02-15 05:05:03'),(48,287,'2006-02-15 05:05:03'),(48,295,'2006-02-15 05:05:03'),(48,312,'2006-02-15 05:05:03'),(48,315,'2006-02-15 05:05:03'),(48,345,'2006-02-15 05:05:03'),(48,349,'2006-02-15 05:05:03'),(48,428,'2006-02-15 05:05:03'),(48,506,'2006-02-15 05:05:03'),(48,545,'2006-02-15 05:05:03'),(48,559,'2006-02-15 05:05:03'),(48,570,'2006-02-15 05:05:03'),(48,599,'2006-02-15 05:05:03'),(48,645,'2006-02-15 05:05:03'),(48,705,'2006-02-15 05:05:03'),(48,757,'2006-02-15 05:05:03'),(48,792,'2006-02-15 05:05:03'),(48,922,'2006-02-15 05:05:03'),(48,926,'2006-02-15 05:05:03'),(49,31,'2006-02-15 05:05:03'),(49,151,'2006-02-15 05:05:03'),(49,195,'2006-02-15 05:05:03'),(49,207,'2006-02-15 05:05:03'),(49,250,'2006-02-15 05:05:03'),(49,282,'2006-02-15 05:05:03'),(49,348,'2006-02-15 05:05:03'),(49,391,'2006-02-15 05:05:03'),(49,400,'2006-02-15 05:05:03'),(49,407,'2006-02-15 05:05:03'),(49,423,'2006-02-15 05:05:03'),(49,433,'2006-02-15 05:05:03'),(49,469,'2006-02-15 05:05:03'),(49,506,'2006-02-15 05:05:03'),(49,542,'2006-02-15 05:05:03'),(49,558,'2006-02-15 05:05:03'),(49,579,'2006-02-15 05:05:03'),(49,595,'2006-02-15 05:05:03'),(49,662,'2006-02-15 05:05:03'),(49,709,'2006-02-15 05:05:03'),(49,716,'2006-02-15 05:05:03'),(49,725,'2006-02-15 05:05:03'),(49,729,'2006-02-15 05:05:03'),(49,811,'2006-02-15 05:05:03'),(49,927,'2006-02-15 05:05:03'),(49,977,'2006-02-15 05:05:03'),(49,980,'2006-02-15 05:05:03'),(50,111,'2006-02-15 05:05:03'),(50,178,'2006-02-15 05:05:03'),(50,243,'2006-02-15 05:05:03'),(50,248,'2006-02-15 05:05:03'),(50,274,'2006-02-15 05:05:03'),(50,288,'2006-02-15 05:05:03'),(50,303,'2006-02-15 05:05:03'),(50,306,'2006-02-15 05:05:03'),(50,327,'2006-02-15 05:05:03'),(50,372,'2006-02-15 05:05:03'),(50,401,'2006-02-15 05:05:03'),(50,417,'2006-02-15 05:05:03'),(50,420,'2006-02-15 05:05:03'),(50,437,'2006-02-15 05:05:03'),(50,476,'2006-02-15 05:05:03'),(50,504,'2006-02-15 05:05:03'),(50,520,'2006-02-15 05:05:03'),(50,552,'2006-02-15 05:05:03'),(50,591,'2006-02-15 05:05:03'),(50,621,'2006-02-15 05:05:03'),(50,632,'2006-02-15 05:05:03'),(50,645,'2006-02-15 05:05:03'),(50,672,'2006-02-15 05:05:03'),(50,717,'2006-02-15 05:05:03'),(50,732,'2006-02-15 05:05:03'),(50,795,'2006-02-15 05:05:03'),(50,829,'2006-02-15 05:05:03'),(50,840,'2006-02-15 05:05:03'),(50,897,'2006-02-15 05:05:03'),(50,918,'2006-02-15 05:05:03'),(50,924,'2006-02-15 05:05:03'),(50,957,'2006-02-15 05:05:03'),(51,5,'2006-02-15 05:05:03'),(51,63,'2006-02-15 05:05:03'),(51,103,'2006-02-15 05:05:03'),(51,112,'2006-02-15 05:05:03'),(51,121,'2006-02-15 05:05:03'),(51,153,'2006-02-15 05:05:03'),(51,395,'2006-02-15 05:05:03'),(51,408,'2006-02-15 05:05:03'),(51,420,'2006-02-15 05:05:03'),(51,461,'2006-02-15 05:05:03'),(51,490,'2006-02-15 05:05:03'),(51,525,'2006-02-15 05:05:03'),(51,627,'2006-02-15 05:05:03'),(51,678,'2006-02-15 05:05:03'),(51,733,'2006-02-15 05:05:03'),(51,734,'2006-02-15 05:05:03'),(51,737,'2006-02-15 05:05:03'),(51,750,'2006-02-15 05:05:03'),(51,847,'2006-02-15 05:05:03'),(51,891,'2006-02-15 05:05:03'),(51,895,'2006-02-15 05:05:03'),(51,940,'2006-02-15 05:05:03'),(51,974,'2006-02-15 05:05:03'),(51,990,'2006-02-15 05:05:03'),(51,993,'2006-02-15 05:05:03'),(52,20,'2006-02-15 05:05:03'),(52,92,'2006-02-15 05:05:03'),(52,96,'2006-02-15 05:05:03'),(52,108,'2006-02-15 05:05:03'),(52,203,'2006-02-15 05:05:03'),(52,249,'2006-02-15 05:05:03'),(52,341,'2006-02-15 05:05:03'),(52,376,'2006-02-15 05:05:03'),(52,388,'2006-02-15 05:05:03'),(52,407,'2006-02-15 05:05:03'),(52,424,'2006-02-15 05:05:03'),(52,474,'2006-02-15 05:05:03'),(52,515,'2006-02-15 05:05:03'),(52,517,'2006-02-15 05:05:03'),(52,584,'2006-02-15 05:05:03'),(52,596,'2006-02-15 05:05:03'),(52,664,'2006-02-15 05:05:03'),(52,675,'2006-02-15 05:05:03'),(52,689,'2006-02-15 05:05:03'),(52,714,'2006-02-15 05:05:03'),(52,812,'2006-02-15 05:05:03'),(52,878,'2006-02-15 05:05:03'),(52,879,'2006-02-15 05:05:03'),(52,915,'2006-02-15 05:05:03'),(52,951,'2006-02-15 05:05:03'),(52,999,'2006-02-15 05:05:03'),(53,1,'2006-02-15 05:05:03'),(53,9,'2006-02-15 05:05:03'),(53,51,'2006-02-15 05:05:03'),(53,58,'2006-02-15 05:05:03'),(53,109,'2006-02-15 05:05:03'),(53,122,'2006-02-15 05:05:03'),(53,126,'2006-02-15 05:05:03'),(53,181,'2006-02-15 05:05:03'),(53,256,'2006-02-15 05:05:03'),(53,268,'2006-02-15 05:05:03'),(53,285,'2006-02-15 05:05:03'),(53,307,'2006-02-15 05:05:03'),(53,358,'2006-02-15 05:05:03'),(53,386,'2006-02-15 05:05:03'),(53,447,'2006-02-15 05:05:03'),(53,465,'2006-02-15 05:05:03'),(53,490,'2006-02-15 05:05:03'),(53,492,'2006-02-15 05:05:03'),(53,508,'2006-02-15 05:05:03'),(53,518,'2006-02-15 05:05:03'),(53,573,'2006-02-15 05:05:03'),(53,576,'2006-02-15 05:05:03'),(53,577,'2006-02-15 05:05:03'),(53,697,'2006-02-15 05:05:03'),(53,725,'2006-02-15 05:05:03'),(53,727,'2006-02-15 05:05:03'),(53,937,'2006-02-15 05:05:03'),(53,947,'2006-02-15 05:05:03'),(53,961,'2006-02-15 05:05:03'),(53,980,'2006-02-15 05:05:03'),(54,84,'2006-02-15 05:05:03'),(54,129,'2006-02-15 05:05:03'),(54,150,'2006-02-15 05:05:03'),(54,184,'2006-02-15 05:05:03'),(54,285,'2006-02-15 05:05:03'),(54,292,'2006-02-15 05:05:03'),(54,301,'2006-02-15 05:05:03'),(54,348,'2006-02-15 05:05:03'),(54,489,'2006-02-15 05:05:03'),(54,510,'2006-02-15 05:05:03'),(54,524,'2006-02-15 05:05:03'),(54,546,'2006-02-15 05:05:03'),(54,600,'2006-02-15 05:05:03'),(54,636,'2006-02-15 05:05:03'),(54,649,'2006-02-15 05:05:03'),(54,658,'2006-02-15 05:05:03'),(54,754,'2006-02-15 05:05:03'),(54,764,'2006-02-15 05:05:03'),(54,842,'2006-02-15 05:05:03'),(54,858,'2006-02-15 05:05:03'),(54,861,'2006-02-15 05:05:03'),(54,913,'2006-02-15 05:05:03'),(54,970,'2006-02-15 05:05:03'),(54,988,'2006-02-15 05:05:03'),(54,990,'2006-02-15 05:05:03'),(55,8,'2006-02-15 05:05:03'),(55,27,'2006-02-15 05:05:03'),(55,75,'2006-02-15 05:05:03'),(55,197,'2006-02-15 05:05:03'),(55,307,'2006-02-15 05:05:03'),(55,320,'2006-02-15 05:05:03'),(55,340,'2006-02-15 05:05:03'),(55,403,'2006-02-15 05:05:03'),(55,485,'2006-02-15 05:05:03'),(55,486,'2006-02-15 05:05:03'),(55,603,'2006-02-15 05:05:03'),(55,612,'2006-02-15 05:05:03'),(55,620,'2006-02-15 05:05:03'),(55,709,'2006-02-15 05:05:03'),(55,776,'2006-02-15 05:05:03'),(55,790,'2006-02-15 05:05:03'),(55,815,'2006-02-15 05:05:03'),(55,827,'2006-02-15 05:05:03'),(55,930,'2006-02-15 05:05:03'),(55,963,'2006-02-15 05:05:03'),(56,63,'2006-02-15 05:05:03'),(56,87,'2006-02-15 05:05:03'),(56,226,'2006-02-15 05:05:03'),(56,236,'2006-02-15 05:05:03'),(56,298,'2006-02-15 05:05:03'),(56,307,'2006-02-15 05:05:03'),(56,354,'2006-02-15 05:05:03'),(56,383,'2006-02-15 05:05:03'),(56,417,'2006-02-15 05:05:03'),(56,421,'2006-02-15 05:05:03'),(56,457,'2006-02-15 05:05:03'),(56,462,'2006-02-15 05:05:03'),(56,474,'2006-02-15 05:05:03'),(56,521,'2006-02-15 05:05:03'),(56,593,'2006-02-15 05:05:03'),(56,728,'2006-02-15 05:05:03'),(56,750,'2006-02-15 05:05:03'),(56,769,'2006-02-15 05:05:03'),(56,781,'2006-02-15 05:05:03'),(56,795,'2006-02-15 05:05:03'),(56,844,'2006-02-15 05:05:03'),(56,851,'2006-02-15 05:05:03'),(56,862,'2006-02-15 05:05:03'),(56,868,'2006-02-15 05:05:03'),(56,892,'2006-02-15 05:05:03'),(56,893,'2006-02-15 05:05:03'),(56,936,'2006-02-15 05:05:03'),(56,965,'2006-02-15 05:05:03'),(57,16,'2006-02-15 05:05:03'),(57,34,'2006-02-15 05:05:03'),(57,101,'2006-02-15 05:05:03'),(57,114,'2006-02-15 05:05:03'),(57,122,'2006-02-15 05:05:03'),(57,134,'2006-02-15 05:05:03'),(57,144,'2006-02-15 05:05:03'),(57,153,'2006-02-15 05:05:03'),(57,192,'2006-02-15 05:05:03'),(57,213,'2006-02-15 05:05:03'),(57,258,'2006-02-15 05:05:03'),(57,267,'2006-02-15 05:05:03'),(57,317,'2006-02-15 05:05:03'),(57,340,'2006-02-15 05:05:03'),(57,393,'2006-02-15 05:05:03'),(57,437,'2006-02-15 05:05:03'),(57,447,'2006-02-15 05:05:03'),(57,502,'2006-02-15 05:05:03'),(57,592,'2006-02-15 05:05:03'),(57,605,'2006-02-15 05:05:03'),(57,637,'2006-02-15 05:05:03'),(57,685,'2006-02-15 05:05:03'),(57,707,'2006-02-15 05:05:03'),(57,714,'2006-02-15 05:05:03'),(57,717,'2006-02-15 05:05:03'),(57,737,'2006-02-15 05:05:03'),(57,767,'2006-02-15 05:05:03'),(57,852,'2006-02-15 05:05:03'),(57,891,'2006-02-15 05:05:03'),(57,918,'2006-02-15 05:05:03'),(58,48,'2006-02-15 05:05:03'),(58,68,'2006-02-15 05:05:03'),(58,119,'2006-02-15 05:05:03'),(58,128,'2006-02-15 05:05:03'),(58,135,'2006-02-15 05:05:03'),(58,175,'2006-02-15 05:05:03'),(58,199,'2006-02-15 05:05:03'),(58,235,'2006-02-15 05:05:03'),(58,242,'2006-02-15 05:05:03'),(58,243,'2006-02-15 05:05:03'),(58,254,'2006-02-15 05:05:03'),(58,306,'2006-02-15 05:05:03'),(58,316,'2006-02-15 05:05:03'),(58,417,'2006-02-15 05:05:03'),(58,426,'2006-02-15 05:05:03'),(58,460,'2006-02-15 05:05:03'),(58,477,'2006-02-15 05:05:03'),(58,541,'2006-02-15 05:05:03'),(58,549,'2006-02-15 05:05:03'),(58,551,'2006-02-15 05:05:03'),(58,553,'2006-02-15 05:05:03'),(58,578,'2006-02-15 05:05:03'),(58,602,'2006-02-15 05:05:03'),(58,632,'2006-02-15 05:05:03'),(58,635,'2006-02-15 05:05:03'),(58,638,'2006-02-15 05:05:03'),(58,698,'2006-02-15 05:05:03'),(58,726,'2006-02-15 05:05:03'),(58,755,'2006-02-15 05:05:03'),(58,800,'2006-02-15 05:05:03'),(58,856,'2006-02-15 05:05:03'),(58,858,'2006-02-15 05:05:03'),(59,5,'2006-02-15 05:05:03'),(59,46,'2006-02-15 05:05:03'),(59,54,'2006-02-15 05:05:03'),(59,72,'2006-02-15 05:05:03'),(59,88,'2006-02-15 05:05:03'),(59,121,'2006-02-15 05:05:03'),(59,129,'2006-02-15 05:05:03'),(59,130,'2006-02-15 05:05:03'),(59,183,'2006-02-15 05:05:03'),(59,210,'2006-02-15 05:05:03'),(59,241,'2006-02-15 05:05:03'),(59,295,'2006-02-15 05:05:03'),(59,418,'2006-02-15 05:05:03'),(59,572,'2006-02-15 05:05:03'),(59,644,'2006-02-15 05:05:03'),(59,650,'2006-02-15 05:05:03'),(59,689,'2006-02-15 05:05:03'),(59,694,'2006-02-15 05:05:03'),(59,702,'2006-02-15 05:05:03'),(59,713,'2006-02-15 05:05:03'),(59,749,'2006-02-15 05:05:03'),(59,772,'2006-02-15 05:05:03'),(59,853,'2006-02-15 05:05:03'),(59,862,'2006-02-15 05:05:03'),(59,943,'2006-02-15 05:05:03'),(59,946,'2006-02-15 05:05:03'),(59,984,'2006-02-15 05:05:03'),(60,31,'2006-02-15 05:05:03'),(60,85,'2006-02-15 05:05:03'),(60,133,'2006-02-15 05:05:03'),(60,142,'2006-02-15 05:05:03'),(60,177,'2006-02-15 05:05:03'),(60,179,'2006-02-15 05:05:03'),(60,186,'2006-02-15 05:05:03'),(60,222,'2006-02-15 05:05:03'),(60,235,'2006-02-15 05:05:03'),(60,239,'2006-02-15 05:05:03'),(60,253,'2006-02-15 05:05:03'),(60,262,'2006-02-15 05:05:03'),(60,297,'2006-02-15 05:05:03'),(60,299,'2006-02-15 05:05:03'),(60,334,'2006-02-15 05:05:03'),(60,376,'2006-02-15 05:05:03'),(60,423,'2006-02-15 05:05:03'),(60,436,'2006-02-15 05:05:03'),(60,493,'2006-02-15 05:05:03'),(60,534,'2006-02-15 05:05:03'),(60,551,'2006-02-15 05:05:03'),(60,658,'2006-02-15 05:05:03'),(60,665,'2006-02-15 05:05:03'),(60,679,'2006-02-15 05:05:03'),(60,754,'2006-02-15 05:05:03'),(60,771,'2006-02-15 05:05:03'),(60,783,'2006-02-15 05:05:03'),(60,784,'2006-02-15 05:05:03'),(60,805,'2006-02-15 05:05:03'),(60,830,'2006-02-15 05:05:03'),(60,835,'2006-02-15 05:05:03'),(60,928,'2006-02-15 05:05:03'),(60,952,'2006-02-15 05:05:03'),(60,971,'2006-02-15 05:05:03'),(60,986,'2006-02-15 05:05:03'),(61,235,'2006-02-15 05:05:03'),(61,237,'2006-02-15 05:05:03'),(61,307,'2006-02-15 05:05:03'),(61,362,'2006-02-15 05:05:03'),(61,372,'2006-02-15 05:05:03'),(61,374,'2006-02-15 05:05:03'),(61,423,'2006-02-15 05:05:03'),(61,433,'2006-02-15 05:05:03'),(61,508,'2006-02-15 05:05:03'),(61,518,'2006-02-15 05:05:03'),(61,519,'2006-02-15 05:05:03'),(61,535,'2006-02-15 05:05:03'),(61,537,'2006-02-15 05:05:03'),(61,585,'2006-02-15 05:05:03'),(61,639,'2006-02-15 05:05:03'),(61,648,'2006-02-15 05:05:03'),(61,649,'2006-02-15 05:05:03'),(61,703,'2006-02-15 05:05:03'),(61,752,'2006-02-15 05:05:03'),(61,766,'2006-02-15 05:05:03'),(61,767,'2006-02-15 05:05:03'),(61,780,'2006-02-15 05:05:03'),(61,831,'2006-02-15 05:05:03'),(61,832,'2006-02-15 05:05:03'),(61,990,'2006-02-15 05:05:03'),(62,6,'2006-02-15 05:05:03'),(62,42,'2006-02-15 05:05:03'),(62,54,'2006-02-15 05:05:03'),(62,100,'2006-02-15 05:05:03'),(62,101,'2006-02-15 05:05:03'),(62,129,'2006-02-15 05:05:03'),(62,198,'2006-02-15 05:05:03'),(62,211,'2006-02-15 05:05:03'),(62,231,'2006-02-15 05:05:03'),(62,272,'2006-02-15 05:05:03'),(62,295,'2006-02-15 05:05:03'),(62,337,'2006-02-15 05:05:03'),(62,375,'2006-02-15 05:05:03'),(62,385,'2006-02-15 05:05:03'),(62,393,'2006-02-15 05:05:03'),(62,398,'2006-02-15 05:05:03'),(62,406,'2006-02-15 05:05:03'),(62,413,'2006-02-15 05:05:03'),(62,428,'2006-02-15 05:05:03'),(62,445,'2006-02-15 05:05:03'),(62,457,'2006-02-15 05:05:03'),(62,465,'2006-02-15 05:05:03'),(62,688,'2006-02-15 05:05:03'),(62,707,'2006-02-15 05:05:03'),(62,719,'2006-02-15 05:05:03'),(62,951,'2006-02-15 05:05:03'),(62,981,'2006-02-15 05:05:03'),(62,988,'2006-02-15 05:05:03'),(62,990,'2006-02-15 05:05:03'),(63,73,'2006-02-15 05:05:03'),(63,134,'2006-02-15 05:05:03'),(63,167,'2006-02-15 05:05:03'),(63,208,'2006-02-15 05:05:03'),(63,225,'2006-02-15 05:05:03'),(63,248,'2006-02-15 05:05:03'),(63,249,'2006-02-15 05:05:03'),(63,278,'2006-02-15 05:05:03'),(63,392,'2006-02-15 05:05:03'),(63,517,'2006-02-15 05:05:03'),(63,633,'2006-02-15 05:05:03'),(63,763,'2006-02-15 05:05:03'),(63,781,'2006-02-15 05:05:03'),(63,809,'2006-02-15 05:05:03'),(63,893,'2006-02-15 05:05:03'),(63,932,'2006-02-15 05:05:03'),(63,944,'2006-02-15 05:05:03'),(63,945,'2006-02-15 05:05:03'),(63,981,'2006-02-15 05:05:03'),(64,3,'2006-02-15 05:05:03'),(64,10,'2006-02-15 05:05:03'),(64,37,'2006-02-15 05:05:03'),(64,87,'2006-02-15 05:05:03'),(64,88,'2006-02-15 05:05:03'),(64,124,'2006-02-15 05:05:03'),(64,197,'2006-02-15 05:05:03'),(64,280,'2006-02-15 05:05:03'),(64,291,'2006-02-15 05:05:03'),(64,307,'2006-02-15 05:05:03'),(64,335,'2006-02-15 05:05:03'),(64,345,'2006-02-15 05:05:03'),(64,448,'2006-02-15 05:05:03'),(64,469,'2006-02-15 05:05:03'),(64,471,'2006-02-15 05:05:03'),(64,506,'2006-02-15 05:05:03'),(64,543,'2006-02-15 05:05:03'),(64,557,'2006-02-15 05:05:03'),(64,569,'2006-02-15 05:05:03'),(64,572,'2006-02-15 05:05:03'),(64,597,'2006-02-15 05:05:03'),(64,616,'2006-02-15 05:05:03'),(64,646,'2006-02-15 05:05:03'),(64,694,'2006-02-15 05:05:03'),(64,832,'2006-02-15 05:05:03'),(64,852,'2006-02-15 05:05:03'),(64,860,'2006-02-15 05:05:03'),(64,921,'2006-02-15 05:05:03'),(64,925,'2006-02-15 05:05:03'),(64,980,'2006-02-15 05:05:03'),(65,39,'2006-02-15 05:05:03'),(65,46,'2006-02-15 05:05:03'),(65,97,'2006-02-15 05:05:03'),(65,106,'2006-02-15 05:05:03'),(65,117,'2006-02-15 05:05:03'),(65,125,'2006-02-15 05:05:03'),(65,158,'2006-02-15 05:05:03'),(65,276,'2006-02-15 05:05:03'),(65,305,'2006-02-15 05:05:03'),(65,338,'2006-02-15 05:05:03'),(65,347,'2006-02-15 05:05:03'),(65,371,'2006-02-15 05:05:03'),(65,398,'2006-02-15 05:05:03'),(65,471,'2006-02-15 05:05:03'),(65,475,'2006-02-15 05:05:03'),(65,476,'2006-02-15 05:05:03'),(65,491,'2006-02-15 05:05:03'),(65,496,'2006-02-15 05:05:03'),(65,516,'2006-02-15 05:05:03'),(65,517,'2006-02-15 05:05:03'),(65,541,'2006-02-15 05:05:03'),(65,556,'2006-02-15 05:05:03'),(65,571,'2006-02-15 05:05:03'),(65,577,'2006-02-15 05:05:03'),(65,615,'2006-02-15 05:05:03'),(65,658,'2006-02-15 05:05:03'),(65,683,'2006-02-15 05:05:03'),(65,694,'2006-02-15 05:05:03'),(65,714,'2006-02-15 05:05:03'),(65,735,'2006-02-15 05:05:03'),(65,852,'2006-02-15 05:05:03'),(65,938,'2006-02-15 05:05:03'),(65,951,'2006-02-15 05:05:03'),(65,965,'2006-02-15 05:05:03'),(66,55,'2006-02-15 05:05:03'),(66,143,'2006-02-15 05:05:03'),(66,207,'2006-02-15 05:05:03'),(66,226,'2006-02-15 05:05:03'),(66,229,'2006-02-15 05:05:03'),(66,230,'2006-02-15 05:05:03'),(66,283,'2006-02-15 05:05:03'),(66,300,'2006-02-15 05:05:03'),(66,342,'2006-02-15 05:05:03'),(66,350,'2006-02-15 05:05:03'),(66,361,'2006-02-15 05:05:03'),(66,376,'2006-02-15 05:05:03'),(66,424,'2006-02-15 05:05:03'),(66,434,'2006-02-15 05:05:03'),(66,553,'2006-02-15 05:05:03'),(66,608,'2006-02-15 05:05:03'),(66,676,'2006-02-15 05:05:03'),(66,697,'2006-02-15 05:05:03'),(66,706,'2006-02-15 05:05:03'),(66,725,'2006-02-15 05:05:03'),(66,769,'2006-02-15 05:05:03'),(66,793,'2006-02-15 05:05:03'),(66,829,'2006-02-15 05:05:03'),(66,871,'2006-02-15 05:05:03'),(66,909,'2006-02-15 05:05:03'),(66,915,'2006-02-15 05:05:03'),(66,928,'2006-02-15 05:05:03'),(66,951,'2006-02-15 05:05:03'),(66,957,'2006-02-15 05:05:03'),(66,960,'2006-02-15 05:05:03'),(66,999,'2006-02-15 05:05:03'),(67,24,'2006-02-15 05:05:03'),(67,57,'2006-02-15 05:05:03'),(67,67,'2006-02-15 05:05:03'),(67,144,'2006-02-15 05:05:03'),(67,242,'2006-02-15 05:05:03'),(67,244,'2006-02-15 05:05:03'),(67,256,'2006-02-15 05:05:03'),(67,408,'2006-02-15 05:05:03'),(67,477,'2006-02-15 05:05:03'),(67,496,'2006-02-15 05:05:03'),(67,512,'2006-02-15 05:05:03'),(67,576,'2006-02-15 05:05:03'),(67,601,'2006-02-15 05:05:03'),(67,725,'2006-02-15 05:05:03'),(67,726,'2006-02-15 05:05:03'),(67,731,'2006-02-15 05:05:03'),(67,766,'2006-02-15 05:05:03'),(67,861,'2006-02-15 05:05:03'),(67,870,'2006-02-15 05:05:03'),(67,915,'2006-02-15 05:05:03'),(67,945,'2006-02-15 05:05:03'),(67,972,'2006-02-15 05:05:03'),(67,981,'2006-02-15 05:05:03'),(68,9,'2006-02-15 05:05:03'),(68,45,'2006-02-15 05:05:03'),(68,133,'2006-02-15 05:05:03'),(68,161,'2006-02-15 05:05:03'),(68,205,'2006-02-15 05:05:03'),(68,213,'2006-02-15 05:05:03'),(68,215,'2006-02-15 05:05:03'),(68,255,'2006-02-15 05:05:03'),(68,296,'2006-02-15 05:05:03'),(68,315,'2006-02-15 05:05:03'),(68,325,'2006-02-15 05:05:03'),(68,331,'2006-02-15 05:05:03'),(68,347,'2006-02-15 05:05:03'),(68,357,'2006-02-15 05:05:03'),(68,378,'2006-02-15 05:05:03'),(68,380,'2006-02-15 05:05:03'),(68,386,'2006-02-15 05:05:03'),(68,396,'2006-02-15 05:05:03'),(68,435,'2006-02-15 05:05:03'),(68,497,'2006-02-15 05:05:03'),(68,607,'2006-02-15 05:05:03'),(68,654,'2006-02-15 05:05:03'),(68,665,'2006-02-15 05:05:03'),(68,671,'2006-02-15 05:05:03'),(68,706,'2006-02-15 05:05:03'),(68,747,'2006-02-15 05:05:03'),(68,834,'2006-02-15 05:05:03'),(68,839,'2006-02-15 05:05:03'),(68,840,'2006-02-15 05:05:03'),(68,971,'2006-02-15 05:05:03'),(69,15,'2006-02-15 05:05:03'),(69,88,'2006-02-15 05:05:03'),(69,111,'2006-02-15 05:05:03'),(69,202,'2006-02-15 05:05:03'),(69,236,'2006-02-15 05:05:03'),(69,292,'2006-02-15 05:05:03'),(69,300,'2006-02-15 05:05:03'),(69,306,'2006-02-15 05:05:03'),(69,374,'2006-02-15 05:05:03'),(69,396,'2006-02-15 05:05:03'),(69,452,'2006-02-15 05:05:03'),(69,466,'2006-02-15 05:05:03'),(69,529,'2006-02-15 05:05:03'),(69,612,'2006-02-15 05:05:03'),(69,720,'2006-02-15 05:05:03'),(69,722,'2006-02-15 05:05:03'),(69,761,'2006-02-15 05:05:03'),(69,791,'2006-02-15 05:05:03'),(69,864,'2006-02-15 05:05:03'),(69,877,'2006-02-15 05:05:03'),(69,914,'2006-02-15 05:05:03'),(70,50,'2006-02-15 05:05:03'),(70,53,'2006-02-15 05:05:03'),(70,92,'2006-02-15 05:05:03'),(70,202,'2006-02-15 05:05:03'),(70,227,'2006-02-15 05:05:03'),(70,249,'2006-02-15 05:05:03'),(70,290,'2006-02-15 05:05:03'),(70,304,'2006-02-15 05:05:03'),(70,343,'2006-02-15 05:05:03'),(70,414,'2006-02-15 05:05:03'),(70,453,'2006-02-15 05:05:03'),(70,466,'2006-02-15 05:05:03'),(70,504,'2006-02-15 05:05:03'),(70,584,'2006-02-15 05:05:03'),(70,628,'2006-02-15 05:05:03'),(70,654,'2006-02-15 05:05:03'),(70,725,'2006-02-15 05:05:03'),(70,823,'2006-02-15 05:05:03'),(70,834,'2006-02-15 05:05:03'),(70,856,'2006-02-15 05:05:03'),(70,869,'2006-02-15 05:05:03'),(70,953,'2006-02-15 05:05:03'),(70,964,'2006-02-15 05:05:03'),(71,26,'2006-02-15 05:05:03'),(71,52,'2006-02-15 05:05:03'),(71,233,'2006-02-15 05:05:03'),(71,317,'2006-02-15 05:05:03'),(71,359,'2006-02-15 05:05:03'),(71,362,'2006-02-15 05:05:03'),(71,385,'2006-02-15 05:05:03'),(71,399,'2006-02-15 05:05:03'),(71,450,'2006-02-15 05:05:03'),(71,532,'2006-02-15 05:05:03'),(71,560,'2006-02-15 05:05:03'),(71,574,'2006-02-15 05:05:03'),(71,638,'2006-02-15 05:05:03'),(71,773,'2006-02-15 05:05:03'),(71,833,'2006-02-15 05:05:03'),(71,874,'2006-02-15 05:05:03'),(71,918,'2006-02-15 05:05:03'),(71,956,'2006-02-15 05:05:03'),(72,34,'2006-02-15 05:05:03'),(72,144,'2006-02-15 05:05:03'),(72,237,'2006-02-15 05:05:03'),(72,249,'2006-02-15 05:05:03'),(72,286,'2006-02-15 05:05:03'),(72,296,'2006-02-15 05:05:03'),(72,325,'2006-02-15 05:05:03'),(72,331,'2006-02-15 05:05:03'),(72,405,'2006-02-15 05:05:03'),(72,450,'2006-02-15 05:05:03'),(72,550,'2006-02-15 05:05:03'),(72,609,'2006-02-15 05:05:03'),(72,623,'2006-02-15 05:05:03'),(72,636,'2006-02-15 05:05:03'),(72,640,'2006-02-15 05:05:03'),(72,665,'2006-02-15 05:05:03'),(72,718,'2006-02-15 05:05:03'),(72,743,'2006-02-15 05:05:03'),(72,757,'2006-02-15 05:05:03'),(72,773,'2006-02-15 05:05:03'),(72,854,'2006-02-15 05:05:03'),(72,865,'2006-02-15 05:05:03'),(72,938,'2006-02-15 05:05:03'),(72,956,'2006-02-15 05:05:03'),(72,964,'2006-02-15 05:05:03'),(72,969,'2006-02-15 05:05:03'),(73,36,'2006-02-15 05:05:03'),(73,45,'2006-02-15 05:05:03'),(73,51,'2006-02-15 05:05:03'),(73,77,'2006-02-15 05:05:03'),(73,148,'2006-02-15 05:05:03'),(73,245,'2006-02-15 05:05:03'),(73,275,'2006-02-15 05:05:03'),(73,322,'2006-02-15 05:05:03'),(73,374,'2006-02-15 05:05:03'),(73,379,'2006-02-15 05:05:03'),(73,467,'2006-02-15 05:05:03'),(73,548,'2006-02-15 05:05:03'),(73,561,'2006-02-15 05:05:03'),(73,562,'2006-02-15 05:05:03'),(73,565,'2006-02-15 05:05:03'),(73,627,'2006-02-15 05:05:03'),(73,666,'2006-02-15 05:05:03'),(73,667,'2006-02-15 05:05:03'),(73,707,'2006-02-15 05:05:03'),(73,748,'2006-02-15 05:05:03'),(73,772,'2006-02-15 05:05:03'),(73,823,'2006-02-15 05:05:03'),(73,936,'2006-02-15 05:05:03'),(73,946,'2006-02-15 05:05:03'),(73,950,'2006-02-15 05:05:03'),(73,998,'2006-02-15 05:05:03'),(74,28,'2006-02-15 05:05:03'),(74,44,'2006-02-15 05:05:03'),(74,117,'2006-02-15 05:05:03'),(74,185,'2006-02-15 05:05:03'),(74,192,'2006-02-15 05:05:03'),(74,203,'2006-02-15 05:05:03'),(74,263,'2006-02-15 05:05:03'),(74,321,'2006-02-15 05:05:03'),(74,415,'2006-02-15 05:05:03'),(74,484,'2006-02-15 05:05:03'),(74,503,'2006-02-15 05:05:03'),(74,537,'2006-02-15 05:05:03'),(74,543,'2006-02-15 05:05:03'),(74,617,'2006-02-15 05:05:03'),(74,626,'2006-02-15 05:05:03'),(74,637,'2006-02-15 05:05:03'),(74,663,'2006-02-15 05:05:03'),(74,704,'2006-02-15 05:05:03'),(74,720,'2006-02-15 05:05:03'),(74,747,'2006-02-15 05:05:03'),(74,780,'2006-02-15 05:05:03'),(74,804,'2006-02-15 05:05:03'),(74,834,'2006-02-15 05:05:03'),(74,836,'2006-02-15 05:05:03'),(74,848,'2006-02-15 05:05:03'),(74,872,'2006-02-15 05:05:03'),(74,902,'2006-02-15 05:05:03'),(74,956,'2006-02-15 05:05:03'),(75,12,'2006-02-15 05:05:03'),(75,34,'2006-02-15 05:05:03'),(75,143,'2006-02-15 05:05:03'),(75,170,'2006-02-15 05:05:03'),(75,222,'2006-02-15 05:05:03'),(75,301,'2006-02-15 05:05:03'),(75,347,'2006-02-15 05:05:03'),(75,372,'2006-02-15 05:05:03'),(75,436,'2006-02-15 05:05:03'),(75,445,'2006-02-15 05:05:03'),(75,446,'2006-02-15 05:05:03'),(75,492,'2006-02-15 05:05:03'),(75,498,'2006-02-15 05:05:03'),(75,508,'2006-02-15 05:05:03'),(75,541,'2006-02-15 05:05:03'),(75,547,'2006-02-15 05:05:03'),(75,579,'2006-02-15 05:05:03'),(75,645,'2006-02-15 05:05:03'),(75,667,'2006-02-15 05:05:03'),(75,744,'2006-02-15 05:05:03'),(75,764,'2006-02-15 05:05:03'),(75,780,'2006-02-15 05:05:03'),(75,870,'2006-02-15 05:05:03'),(75,920,'2006-02-15 05:05:03'),(76,60,'2006-02-15 05:05:03'),(76,66,'2006-02-15 05:05:03'),(76,68,'2006-02-15 05:05:03'),(76,95,'2006-02-15 05:05:03'),(76,122,'2006-02-15 05:05:03'),(76,187,'2006-02-15 05:05:03'),(76,223,'2006-02-15 05:05:03'),(76,234,'2006-02-15 05:05:03'),(76,251,'2006-02-15 05:05:03'),(76,348,'2006-02-15 05:05:03'),(76,444,'2006-02-15 05:05:03'),(76,464,'2006-02-15 05:05:03'),(76,474,'2006-02-15 05:05:03'),(76,498,'2006-02-15 05:05:03'),(76,568,'2006-02-15 05:05:03'),(76,604,'2006-02-15 05:05:03'),(76,606,'2006-02-15 05:05:03'),(76,642,'2006-02-15 05:05:03'),(76,648,'2006-02-15 05:05:03'),(76,650,'2006-02-15 05:05:03'),(76,709,'2006-02-15 05:05:03'),(76,760,'2006-02-15 05:05:03'),(76,765,'2006-02-15 05:05:03'),(76,781,'2006-02-15 05:05:03'),(76,850,'2006-02-15 05:05:03'),(76,862,'2006-02-15 05:05:03'),(76,866,'2006-02-15 05:05:03'),(76,870,'2006-02-15 05:05:03'),(76,912,'2006-02-15 05:05:03'),(76,935,'2006-02-15 05:05:03'),(76,958,'2006-02-15 05:05:03'),(77,13,'2006-02-15 05:05:03'),(77,22,'2006-02-15 05:05:03'),(77,40,'2006-02-15 05:05:03'),(77,73,'2006-02-15 05:05:03'),(77,78,'2006-02-15 05:05:03'),(77,153,'2006-02-15 05:05:03'),(77,224,'2006-02-15 05:05:03'),(77,240,'2006-02-15 05:05:03'),(77,245,'2006-02-15 05:05:03'),(77,261,'2006-02-15 05:05:03'),(77,343,'2006-02-15 05:05:03'),(77,442,'2006-02-15 05:05:03'),(77,458,'2006-02-15 05:05:03'),(77,538,'2006-02-15 05:05:03'),(77,566,'2006-02-15 05:05:03'),(77,612,'2006-02-15 05:05:03'),(77,635,'2006-02-15 05:05:03'),(77,694,'2006-02-15 05:05:03'),(77,749,'2006-02-15 05:05:03'),(77,938,'2006-02-15 05:05:03'),(77,943,'2006-02-15 05:05:03'),(77,963,'2006-02-15 05:05:03'),(77,969,'2006-02-15 05:05:03'),(77,993,'2006-02-15 05:05:03'),(78,86,'2006-02-15 05:05:03'),(78,239,'2006-02-15 05:05:03'),(78,260,'2006-02-15 05:05:03'),(78,261,'2006-02-15 05:05:03'),(78,265,'2006-02-15 05:05:03'),(78,301,'2006-02-15 05:05:03'),(78,387,'2006-02-15 05:05:03'),(78,393,'2006-02-15 05:05:03'),(78,428,'2006-02-15 05:05:03'),(78,457,'2006-02-15 05:05:03'),(78,505,'2006-02-15 05:05:03'),(78,520,'2006-02-15 05:05:03'),(78,530,'2006-02-15 05:05:03'),(78,549,'2006-02-15 05:05:03'),(78,552,'2006-02-15 05:05:03'),(78,599,'2006-02-15 05:05:03'),(78,670,'2006-02-15 05:05:03'),(78,674,'2006-02-15 05:05:03'),(78,689,'2006-02-15 05:05:03'),(78,762,'2006-02-15 05:05:03'),(78,767,'2006-02-15 05:05:03'),(78,811,'2006-02-15 05:05:03'),(78,852,'2006-02-15 05:05:03'),(78,880,'2006-02-15 05:05:03'),(78,963,'2006-02-15 05:05:03'),(78,968,'2006-02-15 05:05:03'),(79,32,'2006-02-15 05:05:03'),(79,33,'2006-02-15 05:05:03'),(79,40,'2006-02-15 05:05:03'),(79,141,'2006-02-15 05:05:03'),(79,205,'2006-02-15 05:05:03'),(79,230,'2006-02-15 05:05:03'),(79,242,'2006-02-15 05:05:03'),(79,262,'2006-02-15 05:05:03'),(79,267,'2006-02-15 05:05:03'),(79,269,'2006-02-15 05:05:03'),(79,299,'2006-02-15 05:05:03'),(79,367,'2006-02-15 05:05:03'),(79,428,'2006-02-15 05:05:03'),(79,430,'2006-02-15 05:05:03'),(79,473,'2006-02-15 05:05:03'),(79,607,'2006-02-15 05:05:03'),(79,628,'2006-02-15 05:05:03'),(79,634,'2006-02-15 05:05:03'),(79,646,'2006-02-15 05:05:03'),(79,727,'2006-02-15 05:05:03'),(79,750,'2006-02-15 05:05:03'),(79,753,'2006-02-15 05:05:03'),(79,769,'2006-02-15 05:05:03'),(79,776,'2006-02-15 05:05:03'),(79,788,'2006-02-15 05:05:03'),(79,840,'2006-02-15 05:05:03'),(79,853,'2006-02-15 05:05:03'),(79,916,'2006-02-15 05:05:03'),(80,69,'2006-02-15 05:05:03'),(80,118,'2006-02-15 05:05:03'),(80,124,'2006-02-15 05:05:03'),(80,175,'2006-02-15 05:05:03'),(80,207,'2006-02-15 05:05:03'),(80,212,'2006-02-15 05:05:03'),(80,260,'2006-02-15 05:05:03'),(80,262,'2006-02-15 05:05:03'),(80,280,'2006-02-15 05:05:03'),(80,341,'2006-02-15 05:05:03'),(80,342,'2006-02-15 05:05:03'),(80,343,'2006-02-15 05:05:03'),(80,362,'2006-02-15 05:05:03'),(80,436,'2006-02-15 05:05:03'),(80,475,'2006-02-15 05:05:03'),(80,553,'2006-02-15 05:05:03'),(80,619,'2006-02-15 05:05:03'),(80,622,'2006-02-15 05:05:03'),(80,680,'2006-02-15 05:05:03'),(80,687,'2006-02-15 05:05:03'),(80,688,'2006-02-15 05:05:03'),(80,709,'2006-02-15 05:05:03'),(80,788,'2006-02-15 05:05:03'),(80,807,'2006-02-15 05:05:03'),(80,858,'2006-02-15 05:05:03'),(80,888,'2006-02-15 05:05:03'),(80,941,'2006-02-15 05:05:03'),(80,979,'2006-02-15 05:05:03'),(81,4,'2006-02-15 05:05:03'),(81,11,'2006-02-15 05:05:03'),(81,59,'2006-02-15 05:05:03'),(81,89,'2006-02-15 05:05:03'),(81,178,'2006-02-15 05:05:03'),(81,186,'2006-02-15 05:05:03'),(81,194,'2006-02-15 05:05:03'),(81,215,'2006-02-15 05:05:03'),(81,219,'2006-02-15 05:05:03'),(81,232,'2006-02-15 05:05:03'),(81,260,'2006-02-15 05:05:03'),(81,267,'2006-02-15 05:05:03'),(81,268,'2006-02-15 05:05:03'),(81,304,'2006-02-15 05:05:03'),(81,332,'2006-02-15 05:05:03'),(81,389,'2006-02-15 05:05:03'),(81,398,'2006-02-15 05:05:03'),(81,453,'2006-02-15 05:05:03'),(81,458,'2006-02-15 05:05:03'),(81,465,'2006-02-15 05:05:03'),(81,505,'2006-02-15 05:05:03'),(81,508,'2006-02-15 05:05:03'),(81,527,'2006-02-15 05:05:03'),(81,545,'2006-02-15 05:05:03'),(81,564,'2006-02-15 05:05:03'),(81,578,'2006-02-15 05:05:03'),(81,579,'2006-02-15 05:05:03'),(81,613,'2006-02-15 05:05:03'),(81,619,'2006-02-15 05:05:03'),(81,643,'2006-02-15 05:05:03'),(81,692,'2006-02-15 05:05:03'),(81,710,'2006-02-15 05:05:03'),(81,729,'2006-02-15 05:05:03'),(81,761,'2006-02-15 05:05:03'),(81,827,'2006-02-15 05:05:03'),(81,910,'2006-02-15 05:05:03'),(82,17,'2006-02-15 05:05:03'),(82,33,'2006-02-15 05:05:03'),(82,104,'2006-02-15 05:05:03'),(82,143,'2006-02-15 05:05:03'),(82,188,'2006-02-15 05:05:03'),(82,242,'2006-02-15 05:05:03'),(82,247,'2006-02-15 05:05:03'),(82,290,'2006-02-15 05:05:03'),(82,306,'2006-02-15 05:05:03'),(82,316,'2006-02-15 05:05:03'),(82,344,'2006-02-15 05:05:03'),(82,453,'2006-02-15 05:05:03'),(82,468,'2006-02-15 05:05:03'),(82,480,'2006-02-15 05:05:03'),(82,497,'2006-02-15 05:05:03'),(82,503,'2006-02-15 05:05:03'),(82,527,'2006-02-15 05:05:03'),(82,551,'2006-02-15 05:05:03'),(82,561,'2006-02-15 05:05:03'),(82,750,'2006-02-15 05:05:03'),(82,787,'2006-02-15 05:05:03'),(82,802,'2006-02-15 05:05:03'),(82,838,'2006-02-15 05:05:03'),(82,839,'2006-02-15 05:05:03'),(82,870,'2006-02-15 05:05:03'),(82,877,'2006-02-15 05:05:03'),(82,893,'2006-02-15 05:05:03'),(82,911,'2006-02-15 05:05:03'),(82,954,'2006-02-15 05:05:03'),(82,978,'2006-02-15 05:05:03'),(82,985,'2006-02-15 05:05:03'),(83,49,'2006-02-15 05:05:03'),(83,52,'2006-02-15 05:05:03'),(83,58,'2006-02-15 05:05:03'),(83,110,'2006-02-15 05:05:03'),(83,120,'2006-02-15 05:05:03'),(83,121,'2006-02-15 05:05:03'),(83,135,'2006-02-15 05:05:03'),(83,165,'2006-02-15 05:05:03'),(83,217,'2006-02-15 05:05:03'),(83,247,'2006-02-15 05:05:03'),(83,249,'2006-02-15 05:05:03'),(83,263,'2006-02-15 05:05:03'),(83,268,'2006-02-15 05:05:03'),(83,279,'2006-02-15 05:05:03'),(83,281,'2006-02-15 05:05:03'),(83,339,'2006-02-15 05:05:03'),(83,340,'2006-02-15 05:05:03'),(83,369,'2006-02-15 05:05:03'),(83,412,'2006-02-15 05:05:03'),(83,519,'2006-02-15 05:05:03'),(83,529,'2006-02-15 05:05:03'),(83,615,'2006-02-15 05:05:03'),(83,631,'2006-02-15 05:05:03'),(83,655,'2006-02-15 05:05:03'),(83,672,'2006-02-15 05:05:03'),(83,686,'2006-02-15 05:05:03'),(83,719,'2006-02-15 05:05:03'),(83,764,'2006-02-15 05:05:03'),(83,777,'2006-02-15 05:05:03'),(83,784,'2006-02-15 05:05:03'),(83,833,'2006-02-15 05:05:03'),(83,873,'2006-02-15 05:05:03'),(83,932,'2006-02-15 05:05:03'),(84,19,'2006-02-15 05:05:03'),(84,39,'2006-02-15 05:05:03'),(84,46,'2006-02-15 05:05:03'),(84,175,'2006-02-15 05:05:03'),(84,238,'2006-02-15 05:05:03'),(84,281,'2006-02-15 05:05:03'),(84,290,'2006-02-15 05:05:03'),(84,312,'2006-02-15 05:05:03'),(84,317,'2006-02-15 05:05:03'),(84,413,'2006-02-15 05:05:03'),(84,414,'2006-02-15 05:05:03'),(84,460,'2006-02-15 05:05:03'),(84,479,'2006-02-15 05:05:03'),(84,491,'2006-02-15 05:05:03'),(84,529,'2006-02-15 05:05:03'),(84,540,'2006-02-15 05:05:03'),(84,566,'2006-02-15 05:05:03'),(84,574,'2006-02-15 05:05:03'),(84,589,'2006-02-15 05:05:03'),(84,616,'2006-02-15 05:05:03'),(84,646,'2006-02-15 05:05:03'),(84,703,'2006-02-15 05:05:03'),(84,729,'2006-02-15 05:05:03'),(84,764,'2006-02-15 05:05:03'),(84,782,'2006-02-15 05:05:03'),(84,809,'2006-02-15 05:05:03'),(84,830,'2006-02-15 05:05:03'),(84,843,'2006-02-15 05:05:03'),(84,887,'2006-02-15 05:05:03'),(84,975,'2006-02-15 05:05:03'),(84,996,'2006-02-15 05:05:03'),(85,2,'2006-02-15 05:05:03'),(85,14,'2006-02-15 05:05:03'),(85,72,'2006-02-15 05:05:03'),(85,85,'2006-02-15 05:05:03'),(85,92,'2006-02-15 05:05:03'),(85,148,'2006-02-15 05:05:03'),(85,216,'2006-02-15 05:05:03'),(85,290,'2006-02-15 05:05:03'),(85,296,'2006-02-15 05:05:03'),(85,297,'2006-02-15 05:05:03'),(85,337,'2006-02-15 05:05:03'),(85,383,'2006-02-15 05:05:03'),(85,421,'2006-02-15 05:05:03'),(85,446,'2006-02-15 05:05:03'),(85,461,'2006-02-15 05:05:03'),(85,475,'2006-02-15 05:05:03'),(85,478,'2006-02-15 05:05:03'),(85,522,'2006-02-15 05:05:03'),(85,543,'2006-02-15 05:05:03'),(85,558,'2006-02-15 05:05:03'),(85,591,'2006-02-15 05:05:03'),(85,630,'2006-02-15 05:05:03'),(85,678,'2006-02-15 05:05:03'),(85,711,'2006-02-15 05:05:03'),(85,761,'2006-02-15 05:05:03'),(85,812,'2006-02-15 05:05:03'),(85,869,'2006-02-15 05:05:03'),(85,875,'2006-02-15 05:05:03'),(85,895,'2006-02-15 05:05:03'),(85,957,'2006-02-15 05:05:03'),(85,960,'2006-02-15 05:05:03'),(86,137,'2006-02-15 05:05:03'),(86,163,'2006-02-15 05:05:03'),(86,196,'2006-02-15 05:05:03'),(86,216,'2006-02-15 05:05:03'),(86,249,'2006-02-15 05:05:03'),(86,303,'2006-02-15 05:05:03'),(86,331,'2006-02-15 05:05:03'),(86,364,'2006-02-15 05:05:03'),(86,391,'2006-02-15 05:05:03'),(86,432,'2006-02-15 05:05:03'),(86,482,'2006-02-15 05:05:03'),(86,486,'2006-02-15 05:05:03'),(86,519,'2006-02-15 05:05:03'),(86,520,'2006-02-15 05:05:03'),(86,548,'2006-02-15 05:05:03'),(86,623,'2006-02-15 05:05:03'),(86,631,'2006-02-15 05:05:03'),(86,636,'2006-02-15 05:05:03'),(86,752,'2006-02-15 05:05:03'),(86,760,'2006-02-15 05:05:03'),(86,808,'2006-02-15 05:05:03'),(86,857,'2006-02-15 05:05:03'),(86,878,'2006-02-15 05:05:03'),(86,893,'2006-02-15 05:05:03'),(86,905,'2006-02-15 05:05:03'),(86,923,'2006-02-15 05:05:03'),(86,929,'2006-02-15 05:05:03'),(87,48,'2006-02-15 05:05:03'),(87,157,'2006-02-15 05:05:03'),(87,161,'2006-02-15 05:05:03'),(87,199,'2006-02-15 05:05:03'),(87,207,'2006-02-15 05:05:03'),(87,250,'2006-02-15 05:05:03'),(87,253,'2006-02-15 05:05:03'),(87,312,'2006-02-15 05:05:03'),(87,421,'2006-02-15 05:05:03'),(87,570,'2006-02-15 05:05:03'),(87,599,'2006-02-15 05:05:03'),(87,606,'2006-02-15 05:05:03'),(87,654,'2006-02-15 05:05:03'),(87,679,'2006-02-15 05:05:03'),(87,706,'2006-02-15 05:05:03'),(87,718,'2006-02-15 05:05:03'),(87,721,'2006-02-15 05:05:03'),(87,830,'2006-02-15 05:05:03'),(87,870,'2006-02-15 05:05:03'),(87,952,'2006-02-15 05:05:03'),(87,961,'2006-02-15 05:05:03'),(88,4,'2006-02-15 05:05:03'),(88,76,'2006-02-15 05:05:03'),(88,87,'2006-02-15 05:05:03'),(88,128,'2006-02-15 05:05:03'),(88,170,'2006-02-15 05:05:03'),(88,193,'2006-02-15 05:05:03'),(88,234,'2006-02-15 05:05:03'),(88,304,'2006-02-15 05:05:03'),(88,602,'2006-02-15 05:05:03'),(88,620,'2006-02-15 05:05:03'),(88,668,'2006-02-15 05:05:03'),(88,717,'2006-02-15 05:05:03'),(88,785,'2006-02-15 05:05:03'),(88,819,'2006-02-15 05:05:03'),(88,839,'2006-02-15 05:05:03'),(88,881,'2006-02-15 05:05:03'),(88,908,'2006-02-15 05:05:03'),(88,929,'2006-02-15 05:05:03'),(88,940,'2006-02-15 05:05:03'),(88,968,'2006-02-15 05:05:03'),(89,47,'2006-02-15 05:05:03'),(89,103,'2006-02-15 05:05:03'),(89,117,'2006-02-15 05:05:03'),(89,162,'2006-02-15 05:05:03'),(89,182,'2006-02-15 05:05:03'),(89,187,'2006-02-15 05:05:03'),(89,212,'2006-02-15 05:05:03'),(89,254,'2006-02-15 05:05:03'),(89,266,'2006-02-15 05:05:03'),(89,306,'2006-02-15 05:05:03'),(89,342,'2006-02-15 05:05:03'),(89,406,'2006-02-15 05:05:03'),(89,410,'2006-02-15 05:05:03'),(89,446,'2006-02-15 05:05:03'),(89,473,'2006-02-15 05:05:03'),(89,488,'2006-02-15 05:05:03'),(89,529,'2006-02-15 05:05:03'),(89,542,'2006-02-15 05:05:03'),(89,564,'2006-02-15 05:05:03'),(89,697,'2006-02-15 05:05:03'),(89,833,'2006-02-15 05:05:03'),(89,864,'2006-02-15 05:05:03'),(89,970,'2006-02-15 05:05:03'),(89,976,'2006-02-15 05:05:03'),(90,2,'2006-02-15 05:05:03'),(90,11,'2006-02-15 05:05:03'),(90,100,'2006-02-15 05:05:03'),(90,197,'2006-02-15 05:05:03'),(90,212,'2006-02-15 05:05:03'),(90,262,'2006-02-15 05:05:03'),(90,303,'2006-02-15 05:05:03'),(90,330,'2006-02-15 05:05:03'),(90,363,'2006-02-15 05:05:03'),(90,374,'2006-02-15 05:05:03'),(90,384,'2006-02-15 05:05:03'),(90,385,'2006-02-15 05:05:03'),(90,391,'2006-02-15 05:05:03'),(90,406,'2006-02-15 05:05:03'),(90,433,'2006-02-15 05:05:03'),(90,442,'2006-02-15 05:05:03'),(90,451,'2006-02-15 05:05:03'),(90,520,'2006-02-15 05:05:03'),(90,529,'2006-02-15 05:05:03'),(90,542,'2006-02-15 05:05:03'),(90,586,'2006-02-15 05:05:03'),(90,633,'2006-02-15 05:05:03'),(90,663,'2006-02-15 05:05:03'),(90,676,'2006-02-15 05:05:03'),(90,771,'2006-02-15 05:05:03'),(90,817,'2006-02-15 05:05:03'),(90,838,'2006-02-15 05:05:03'),(90,855,'2006-02-15 05:05:03'),(90,858,'2006-02-15 05:05:03'),(90,868,'2006-02-15 05:05:03'),(90,880,'2006-02-15 05:05:03'),(90,901,'2006-02-15 05:05:03'),(90,925,'2006-02-15 05:05:03'),(91,13,'2006-02-15 05:05:03'),(91,25,'2006-02-15 05:05:03'),(91,48,'2006-02-15 05:05:03'),(91,176,'2006-02-15 05:05:03'),(91,181,'2006-02-15 05:05:03'),(91,190,'2006-02-15 05:05:03'),(91,335,'2006-02-15 05:05:03'),(91,416,'2006-02-15 05:05:03'),(91,447,'2006-02-15 05:05:03'),(91,480,'2006-02-15 05:05:03'),(91,493,'2006-02-15 05:05:03'),(91,509,'2006-02-15 05:05:03'),(91,511,'2006-02-15 05:05:03'),(91,608,'2006-02-15 05:05:03'),(91,807,'2006-02-15 05:05:03'),(91,829,'2006-02-15 05:05:03'),(91,849,'2006-02-15 05:05:03'),(91,859,'2006-02-15 05:05:03'),(91,941,'2006-02-15 05:05:03'),(91,982,'2006-02-15 05:05:03'),(92,90,'2006-02-15 05:05:03'),(92,94,'2006-02-15 05:05:03'),(92,103,'2006-02-15 05:05:03'),(92,104,'2006-02-15 05:05:03'),(92,123,'2006-02-15 05:05:03'),(92,137,'2006-02-15 05:05:03'),(92,207,'2006-02-15 05:05:03'),(92,229,'2006-02-15 05:05:03'),(92,338,'2006-02-15 05:05:03'),(92,381,'2006-02-15 05:05:03'),(92,436,'2006-02-15 05:05:03'),(92,443,'2006-02-15 05:05:03'),(92,453,'2006-02-15 05:05:03'),(92,470,'2006-02-15 05:05:03'),(92,505,'2006-02-15 05:05:03'),(92,512,'2006-02-15 05:05:03'),(92,543,'2006-02-15 05:05:03'),(92,545,'2006-02-15 05:05:03'),(92,547,'2006-02-15 05:05:03'),(92,553,'2006-02-15 05:05:03'),(92,564,'2006-02-15 05:05:03'),(92,568,'2006-02-15 05:05:03'),(92,618,'2006-02-15 05:05:03'),(92,662,'2006-02-15 05:05:03'),(92,686,'2006-02-15 05:05:03'),(92,699,'2006-02-15 05:05:03'),(92,712,'2006-02-15 05:05:03'),(92,728,'2006-02-15 05:05:03'),(92,802,'2006-02-15 05:05:03'),(92,825,'2006-02-15 05:05:03'),(92,838,'2006-02-15 05:05:03'),(92,889,'2006-02-15 05:05:03'),(92,929,'2006-02-15 05:05:03'),(92,991,'2006-02-15 05:05:03'),(93,71,'2006-02-15 05:05:03'),(93,120,'2006-02-15 05:05:03'),(93,124,'2006-02-15 05:05:03'),(93,280,'2006-02-15 05:05:03'),(93,325,'2006-02-15 05:05:03'),(93,339,'2006-02-15 05:05:03'),(93,427,'2006-02-15 05:05:03'),(93,445,'2006-02-15 05:05:03'),(93,453,'2006-02-15 05:05:03'),(93,473,'2006-02-15 05:05:03'),(93,573,'2006-02-15 05:05:03'),(93,621,'2006-02-15 05:05:03'),(93,644,'2006-02-15 05:05:03'),(93,678,'2006-02-15 05:05:03'),(93,680,'2006-02-15 05:05:03'),(93,699,'2006-02-15 05:05:03'),(93,744,'2006-02-15 05:05:03'),(93,768,'2006-02-15 05:05:03'),(93,777,'2006-02-15 05:05:03'),(93,835,'2006-02-15 05:05:03'),(93,856,'2006-02-15 05:05:03'),(93,874,'2006-02-15 05:05:03'),(93,909,'2006-02-15 05:05:03'),(93,916,'2006-02-15 05:05:03'),(93,982,'2006-02-15 05:05:03'),(94,13,'2006-02-15 05:05:03'),(94,60,'2006-02-15 05:05:03'),(94,76,'2006-02-15 05:05:03'),(94,122,'2006-02-15 05:05:03'),(94,153,'2006-02-15 05:05:03'),(94,193,'2006-02-15 05:05:03'),(94,206,'2006-02-15 05:05:03'),(94,228,'2006-02-15 05:05:03'),(94,270,'2006-02-15 05:05:03'),(94,275,'2006-02-15 05:05:03'),(94,320,'2006-02-15 05:05:03'),(94,322,'2006-02-15 05:05:03'),(94,337,'2006-02-15 05:05:03'),(94,354,'2006-02-15 05:05:03'),(94,402,'2006-02-15 05:05:03'),(94,428,'2006-02-15 05:05:03'),(94,457,'2006-02-15 05:05:03'),(94,473,'2006-02-15 05:05:03'),(94,475,'2006-02-15 05:05:03'),(94,512,'2006-02-15 05:05:03'),(94,517,'2006-02-15 05:05:03'),(94,521,'2006-02-15 05:05:03'),(94,533,'2006-02-15 05:05:03'),(94,540,'2006-02-15 05:05:03'),(94,548,'2006-02-15 05:05:03'),(94,551,'2006-02-15 05:05:03'),(94,712,'2006-02-15 05:05:03'),(94,713,'2006-02-15 05:05:03'),(94,724,'2006-02-15 05:05:03'),(94,775,'2006-02-15 05:05:03'),(94,788,'2006-02-15 05:05:03'),(94,950,'2006-02-15 05:05:03'),(94,989,'2006-02-15 05:05:03'),(95,22,'2006-02-15 05:05:03'),(95,35,'2006-02-15 05:05:03'),(95,47,'2006-02-15 05:05:03'),(95,52,'2006-02-15 05:05:03'),(95,65,'2006-02-15 05:05:03'),(95,74,'2006-02-15 05:05:03'),(95,126,'2006-02-15 05:05:03'),(95,207,'2006-02-15 05:05:03'),(95,245,'2006-02-15 05:05:03'),(95,294,'2006-02-15 05:05:03'),(95,301,'2006-02-15 05:05:03'),(95,312,'2006-02-15 05:05:03'),(95,329,'2006-02-15 05:05:03'),(95,353,'2006-02-15 05:05:03'),(95,375,'2006-02-15 05:05:03'),(95,420,'2006-02-15 05:05:03'),(95,424,'2006-02-15 05:05:03'),(95,431,'2006-02-15 05:05:03'),(95,498,'2006-02-15 05:05:03'),(95,522,'2006-02-15 05:05:03'),(95,546,'2006-02-15 05:05:03'),(95,551,'2006-02-15 05:05:03'),(95,619,'2006-02-15 05:05:03'),(95,627,'2006-02-15 05:05:03'),(95,690,'2006-02-15 05:05:03'),(95,748,'2006-02-15 05:05:03'),(95,813,'2006-02-15 05:05:03'),(95,828,'2006-02-15 05:05:03'),(95,855,'2006-02-15 05:05:03'),(95,903,'2006-02-15 05:05:03'),(95,923,'2006-02-15 05:05:03'),(96,8,'2006-02-15 05:05:03'),(96,36,'2006-02-15 05:05:03'),(96,40,'2006-02-15 05:05:03'),(96,54,'2006-02-15 05:05:03'),(96,58,'2006-02-15 05:05:03'),(96,66,'2006-02-15 05:05:03'),(96,134,'2006-02-15 05:05:03'),(96,209,'2006-02-15 05:05:03'),(96,244,'2006-02-15 05:05:03'),(96,320,'2006-02-15 05:05:03'),(96,430,'2006-02-15 05:05:03'),(96,452,'2006-02-15 05:05:03'),(96,486,'2006-02-15 05:05:03'),(96,572,'2006-02-15 05:05:03'),(96,590,'2006-02-15 05:05:03'),(96,661,'2006-02-15 05:05:03'),(96,778,'2006-02-15 05:05:03'),(96,832,'2006-02-15 05:05:03'),(96,846,'2006-02-15 05:05:03'),(96,874,'2006-02-15 05:05:03'),(96,945,'2006-02-15 05:05:03'),(96,968,'2006-02-15 05:05:03'),(96,987,'2006-02-15 05:05:03'),(97,143,'2006-02-15 05:05:03'),(97,177,'2006-02-15 05:05:03'),(97,188,'2006-02-15 05:05:03'),(97,197,'2006-02-15 05:05:03'),(97,256,'2006-02-15 05:05:03'),(97,312,'2006-02-15 05:05:03'),(97,342,'2006-02-15 05:05:03'),(97,348,'2006-02-15 05:05:03'),(97,358,'2006-02-15 05:05:03'),(97,370,'2006-02-15 05:05:03'),(97,437,'2006-02-15 05:05:03'),(97,446,'2006-02-15 05:05:03'),(97,466,'2006-02-15 05:05:03'),(97,518,'2006-02-15 05:05:03'),(97,553,'2006-02-15 05:05:03'),(97,561,'2006-02-15 05:05:03'),(97,641,'2006-02-15 05:05:03'),(97,656,'2006-02-15 05:05:03'),(97,728,'2006-02-15 05:05:03'),(97,755,'2006-02-15 05:05:03'),(97,757,'2006-02-15 05:05:03'),(97,826,'2006-02-15 05:05:03'),(97,862,'2006-02-15 05:05:03'),(97,930,'2006-02-15 05:05:03'),(97,933,'2006-02-15 05:05:03'),(97,947,'2006-02-15 05:05:03'),(97,951,'2006-02-15 05:05:03'),(98,66,'2006-02-15 05:05:03'),(98,72,'2006-02-15 05:05:03'),(98,81,'2006-02-15 05:05:03'),(98,87,'2006-02-15 05:05:03'),(98,107,'2006-02-15 05:05:03'),(98,120,'2006-02-15 05:05:03'),(98,183,'2006-02-15 05:05:03'),(98,194,'2006-02-15 05:05:03'),(98,212,'2006-02-15 05:05:03'),(98,297,'2006-02-15 05:05:03'),(98,607,'2006-02-15 05:05:03'),(98,634,'2006-02-15 05:05:03'),(98,686,'2006-02-15 05:05:03'),(98,705,'2006-02-15 05:05:03'),(98,710,'2006-02-15 05:05:03'),(98,721,'2006-02-15 05:05:03'),(98,725,'2006-02-15 05:05:03'),(98,734,'2006-02-15 05:05:03'),(98,738,'2006-02-15 05:05:03'),(98,765,'2006-02-15 05:05:03'),(98,782,'2006-02-15 05:05:03'),(98,824,'2006-02-15 05:05:03'),(98,829,'2006-02-15 05:05:03'),(98,912,'2006-02-15 05:05:03'),(98,955,'2006-02-15 05:05:03'),(98,985,'2006-02-15 05:05:03'),(98,990,'2006-02-15 05:05:03'),(99,7,'2006-02-15 05:05:03'),(99,27,'2006-02-15 05:05:03'),(99,84,'2006-02-15 05:05:03'),(99,250,'2006-02-15 05:05:03'),(99,322,'2006-02-15 05:05:03'),(99,325,'2006-02-15 05:05:03'),(99,381,'2006-02-15 05:05:03'),(99,414,'2006-02-15 05:05:03'),(99,475,'2006-02-15 05:05:03'),(99,490,'2006-02-15 05:05:03'),(99,512,'2006-02-15 05:05:03'),(99,540,'2006-02-15 05:05:03'),(99,572,'2006-02-15 05:05:03'),(99,600,'2006-02-15 05:05:03'),(99,618,'2006-02-15 05:05:03'),(99,620,'2006-02-15 05:05:03'),(99,622,'2006-02-15 05:05:03'),(99,636,'2006-02-15 05:05:03'),(99,672,'2006-02-15 05:05:03'),(99,726,'2006-02-15 05:05:03'),(99,741,'2006-02-15 05:05:03'),(99,796,'2006-02-15 05:05:03'),(99,835,'2006-02-15 05:05:03'),(99,967,'2006-02-15 05:05:03'),(99,978,'2006-02-15 05:05:03'),(99,982,'2006-02-15 05:05:03'),(100,17,'2006-02-15 05:05:03'),(100,118,'2006-02-15 05:05:03'),(100,250,'2006-02-15 05:05:03'),(100,411,'2006-02-15 05:05:03'),(100,414,'2006-02-15 05:05:03'),(100,513,'2006-02-15 05:05:03'),(100,563,'2006-02-15 05:05:03'),(100,642,'2006-02-15 05:05:03'),(100,714,'2006-02-15 05:05:03'),(100,718,'2006-02-15 05:05:03'),(100,759,'2006-02-15 05:05:03'),(100,779,'2006-02-15 05:05:03'),(100,815,'2006-02-15 05:05:03'),(100,846,'2006-02-15 05:05:03'),(100,850,'2006-02-15 05:05:03'),(100,872,'2006-02-15 05:05:03'),(100,877,'2006-02-15 05:05:03'),(100,909,'2006-02-15 05:05:03'),(100,919,'2006-02-15 05:05:03'),(100,944,'2006-02-15 05:05:03'),(100,967,'2006-02-15 05:05:03'),(100,979,'2006-02-15 05:05:03'),(100,991,'2006-02-15 05:05:03'),(100,992,'2006-02-15 05:05:03'),(101,60,'2006-02-15 05:05:03'),(101,66,'2006-02-15 05:05:03'),(101,85,'2006-02-15 05:05:03'),(101,146,'2006-02-15 05:05:03'),(101,189,'2006-02-15 05:05:03'),(101,250,'2006-02-15 05:05:03'),(101,255,'2006-02-15 05:05:03'),(101,263,'2006-02-15 05:05:03'),(101,275,'2006-02-15 05:05:03'),(101,289,'2006-02-15 05:05:03'),(101,491,'2006-02-15 05:05:03'),(101,494,'2006-02-15 05:05:03'),(101,511,'2006-02-15 05:05:03'),(101,568,'2006-02-15 05:05:03'),(101,608,'2006-02-15 05:05:03'),(101,617,'2006-02-15 05:05:03'),(101,655,'2006-02-15 05:05:03'),(101,662,'2006-02-15 05:05:03'),(101,700,'2006-02-15 05:05:03'),(101,702,'2006-02-15 05:05:03'),(101,758,'2006-02-15 05:05:03'),(101,774,'2006-02-15 05:05:03'),(101,787,'2006-02-15 05:05:03'),(101,828,'2006-02-15 05:05:03'),(101,841,'2006-02-15 05:05:03'),(101,928,'2006-02-15 05:05:03'),(101,932,'2006-02-15 05:05:03'),(101,936,'2006-02-15 05:05:03'),(101,941,'2006-02-15 05:05:03'),(101,978,'2006-02-15 05:05:03'),(101,980,'2006-02-15 05:05:03'),(101,984,'2006-02-15 05:05:03'),(101,988,'2006-02-15 05:05:03'),(102,20,'2006-02-15 05:05:03'),(102,34,'2006-02-15 05:05:03'),(102,53,'2006-02-15 05:05:03'),(102,123,'2006-02-15 05:05:03'),(102,124,'2006-02-15 05:05:03'),(102,194,'2006-02-15 05:05:03'),(102,200,'2006-02-15 05:05:03'),(102,205,'2006-02-15 05:05:03'),(102,268,'2006-02-15 05:05:03'),(102,326,'2006-02-15 05:05:03'),(102,329,'2006-02-15 05:05:03'),(102,334,'2006-02-15 05:05:03'),(102,351,'2006-02-15 05:05:03'),(102,418,'2006-02-15 05:05:03'),(102,431,'2006-02-15 05:05:03'),(102,446,'2006-02-15 05:05:03'),(102,485,'2006-02-15 05:05:03'),(102,508,'2006-02-15 05:05:03'),(102,517,'2006-02-15 05:05:03'),(102,521,'2006-02-15 05:05:03'),(102,526,'2006-02-15 05:05:03'),(102,529,'2006-02-15 05:05:03'),(102,544,'2006-02-15 05:05:03'),(102,600,'2006-02-15 05:05:03'),(102,605,'2006-02-15 05:05:03'),(102,606,'2006-02-15 05:05:03'),(102,624,'2006-02-15 05:05:03'),(102,631,'2006-02-15 05:05:03'),(102,712,'2006-02-15 05:05:03'),(102,728,'2006-02-15 05:05:03'),(102,744,'2006-02-15 05:05:03'),(102,796,'2006-02-15 05:05:03'),(102,802,'2006-02-15 05:05:03'),(102,810,'2006-02-15 05:05:03'),(102,828,'2006-02-15 05:05:03'),(102,837,'2006-02-15 05:05:03'),(102,845,'2006-02-15 05:05:03'),(102,852,'2006-02-15 05:05:03'),(102,958,'2006-02-15 05:05:03'),(102,979,'2006-02-15 05:05:03'),(102,980,'2006-02-15 05:05:03'),(103,5,'2006-02-15 05:05:03'),(103,118,'2006-02-15 05:05:03'),(103,130,'2006-02-15 05:05:03'),(103,197,'2006-02-15 05:05:03'),(103,199,'2006-02-15 05:05:03'),(103,206,'2006-02-15 05:05:03'),(103,215,'2006-02-15 05:05:03'),(103,221,'2006-02-15 05:05:03'),(103,271,'2006-02-15 05:05:03'),(103,285,'2006-02-15 05:05:03'),(103,315,'2006-02-15 05:05:03'),(103,318,'2006-02-15 05:05:03'),(103,333,'2006-02-15 05:05:03'),(103,347,'2006-02-15 05:05:03'),(103,356,'2006-02-15 05:05:03'),(103,360,'2006-02-15 05:05:03'),(103,378,'2006-02-15 05:05:03'),(103,437,'2006-02-15 05:05:03'),(103,585,'2006-02-15 05:05:03'),(103,609,'2006-02-15 05:05:03'),(103,639,'2006-02-15 05:05:03'),(103,643,'2006-02-15 05:05:03'),(103,692,'2006-02-15 05:05:03'),(103,735,'2006-02-15 05:05:03'),(103,822,'2006-02-15 05:05:03'),(103,895,'2006-02-15 05:05:03'),(103,903,'2006-02-15 05:05:03'),(103,912,'2006-02-15 05:05:03'),(103,942,'2006-02-15 05:05:03'),(103,956,'2006-02-15 05:05:03'),(104,19,'2006-02-15 05:05:03'),(104,39,'2006-02-15 05:05:03'),(104,40,'2006-02-15 05:05:03'),(104,59,'2006-02-15 05:05:03'),(104,70,'2006-02-15 05:05:03'),(104,136,'2006-02-15 05:05:03'),(104,156,'2006-02-15 05:05:03'),(104,184,'2006-02-15 05:05:03'),(104,198,'2006-02-15 05:05:03'),(104,233,'2006-02-15 05:05:03'),(104,259,'2006-02-15 05:05:03'),(104,287,'2006-02-15 05:05:03'),(104,309,'2006-02-15 05:05:03'),(104,313,'2006-02-15 05:05:03'),(104,394,'2006-02-15 05:05:03'),(104,401,'2006-02-15 05:05:03'),(104,463,'2006-02-15 05:05:03'),(104,506,'2006-02-15 05:05:03'),(104,516,'2006-02-15 05:05:03'),(104,583,'2006-02-15 05:05:03'),(104,600,'2006-02-15 05:05:03'),(104,607,'2006-02-15 05:05:03'),(104,657,'2006-02-15 05:05:03'),(104,677,'2006-02-15 05:05:03'),(104,739,'2006-02-15 05:05:03'),(104,892,'2006-02-15 05:05:03'),(104,904,'2006-02-15 05:05:03'),(104,926,'2006-02-15 05:05:03'),(104,945,'2006-02-15 05:05:03'),(104,984,'2006-02-15 05:05:03'),(104,999,'2006-02-15 05:05:03'),(105,12,'2006-02-15 05:05:03'),(105,15,'2006-02-15 05:05:03'),(105,21,'2006-02-15 05:05:03'),(105,29,'2006-02-15 05:05:03'),(105,42,'2006-02-15 05:05:03'),(105,116,'2006-02-15 05:05:03'),(105,158,'2006-02-15 05:05:03'),(105,239,'2006-02-15 05:05:03'),(105,280,'2006-02-15 05:05:03'),(105,283,'2006-02-15 05:05:03'),(105,315,'2006-02-15 05:05:03'),(105,333,'2006-02-15 05:05:03'),(105,372,'2006-02-15 05:05:03'),(105,377,'2006-02-15 05:05:03'),(105,530,'2006-02-15 05:05:03'),(105,558,'2006-02-15 05:05:03'),(105,561,'2006-02-15 05:05:03'),(105,606,'2006-02-15 05:05:03'),(105,649,'2006-02-15 05:05:03'),(105,686,'2006-02-15 05:05:03'),(105,750,'2006-02-15 05:05:03'),(105,795,'2006-02-15 05:05:03'),(105,831,'2006-02-15 05:05:03'),(105,835,'2006-02-15 05:05:03'),(105,858,'2006-02-15 05:05:03'),(105,864,'2006-02-15 05:05:03'),(105,893,'2006-02-15 05:05:03'),(105,906,'2006-02-15 05:05:03'),(105,910,'2006-02-15 05:05:03'),(105,915,'2006-02-15 05:05:03'),(105,954,'2006-02-15 05:05:03'),(105,990,'2006-02-15 05:05:03'),(105,993,'2006-02-15 05:05:03'),(105,994,'2006-02-15 05:05:03'),(106,44,'2006-02-15 05:05:03'),(106,83,'2006-02-15 05:05:03'),(106,108,'2006-02-15 05:05:03'),(106,126,'2006-02-15 05:05:03'),(106,136,'2006-02-15 05:05:03'),(106,166,'2006-02-15 05:05:03'),(106,189,'2006-02-15 05:05:03'),(106,194,'2006-02-15 05:05:03'),(106,204,'2006-02-15 05:05:03'),(106,229,'2006-02-15 05:05:03'),(106,241,'2006-02-15 05:05:03'),(106,345,'2006-02-15 05:05:03'),(106,365,'2006-02-15 05:05:03'),(106,399,'2006-02-15 05:05:03'),(106,439,'2006-02-15 05:05:03'),(106,457,'2006-02-15 05:05:03'),(106,469,'2006-02-15 05:05:03'),(106,500,'2006-02-15 05:05:03'),(106,505,'2006-02-15 05:05:03'),(106,559,'2006-02-15 05:05:03'),(106,566,'2006-02-15 05:05:03'),(106,585,'2006-02-15 05:05:03'),(106,639,'2006-02-15 05:05:03'),(106,654,'2006-02-15 05:05:03'),(106,659,'2006-02-15 05:05:03'),(106,675,'2006-02-15 05:05:03'),(106,687,'2006-02-15 05:05:03'),(106,752,'2006-02-15 05:05:03'),(106,763,'2006-02-15 05:05:03'),(106,780,'2006-02-15 05:05:03'),(106,858,'2006-02-15 05:05:03'),(106,866,'2006-02-15 05:05:03'),(106,881,'2006-02-15 05:05:03'),(106,894,'2006-02-15 05:05:03'),(106,934,'2006-02-15 05:05:03'),(107,62,'2006-02-15 05:05:03'),(107,112,'2006-02-15 05:05:03'),(107,133,'2006-02-15 05:05:03'),(107,136,'2006-02-15 05:05:03'),(107,138,'2006-02-15 05:05:03'),(107,162,'2006-02-15 05:05:03'),(107,165,'2006-02-15 05:05:03'),(107,172,'2006-02-15 05:05:03'),(107,209,'2006-02-15 05:05:03'),(107,220,'2006-02-15 05:05:03'),(107,239,'2006-02-15 05:05:03'),(107,277,'2006-02-15 05:05:03'),(107,292,'2006-02-15 05:05:03'),(107,338,'2006-02-15 05:05:03'),(107,348,'2006-02-15 05:05:03'),(107,369,'2006-02-15 05:05:03'),(107,388,'2006-02-15 05:05:03'),(107,392,'2006-02-15 05:05:03'),(107,409,'2006-02-15 05:05:03'),(107,430,'2006-02-15 05:05:03'),(107,445,'2006-02-15 05:05:03'),(107,454,'2006-02-15 05:05:03'),(107,458,'2006-02-15 05:05:03'),(107,467,'2006-02-15 05:05:03'),(107,520,'2006-02-15 05:05:03'),(107,534,'2006-02-15 05:05:03'),(107,548,'2006-02-15 05:05:03'),(107,571,'2006-02-15 05:05:03'),(107,574,'2006-02-15 05:05:03'),(107,603,'2006-02-15 05:05:03'),(107,606,'2006-02-15 05:05:03'),(107,637,'2006-02-15 05:05:03'),(107,774,'2006-02-15 05:05:03'),(107,781,'2006-02-15 05:05:03'),(107,796,'2006-02-15 05:05:03'),(107,831,'2006-02-15 05:05:03'),(107,849,'2006-02-15 05:05:03'),(107,859,'2006-02-15 05:05:03'),(107,879,'2006-02-15 05:05:03'),(107,905,'2006-02-15 05:05:03'),(107,973,'2006-02-15 05:05:03'),(107,977,'2006-02-15 05:05:03'),(108,1,'2006-02-15 05:05:03'),(108,6,'2006-02-15 05:05:03'),(108,9,'2006-02-15 05:05:03'),(108,137,'2006-02-15 05:05:03'),(108,208,'2006-02-15 05:05:03'),(108,219,'2006-02-15 05:05:03'),(108,242,'2006-02-15 05:05:03'),(108,278,'2006-02-15 05:05:03'),(108,302,'2006-02-15 05:05:03'),(108,350,'2006-02-15 05:05:03'),(108,378,'2006-02-15 05:05:03'),(108,379,'2006-02-15 05:05:03'),(108,495,'2006-02-15 05:05:03'),(108,507,'2006-02-15 05:05:03'),(108,517,'2006-02-15 05:05:03'),(108,561,'2006-02-15 05:05:03'),(108,567,'2006-02-15 05:05:03'),(108,648,'2006-02-15 05:05:03'),(108,652,'2006-02-15 05:05:03'),(108,655,'2006-02-15 05:05:03'),(108,673,'2006-02-15 05:05:03'),(108,693,'2006-02-15 05:05:03'),(108,696,'2006-02-15 05:05:03'),(108,702,'2006-02-15 05:05:03'),(108,721,'2006-02-15 05:05:03'),(108,733,'2006-02-15 05:05:03'),(108,741,'2006-02-15 05:05:03'),(108,744,'2006-02-15 05:05:03'),(108,887,'2006-02-15 05:05:03'),(108,892,'2006-02-15 05:05:03'),(108,894,'2006-02-15 05:05:03'),(108,920,'2006-02-15 05:05:03'),(108,958,'2006-02-15 05:05:03'),(108,966,'2006-02-15 05:05:03'),(109,12,'2006-02-15 05:05:03'),(109,48,'2006-02-15 05:05:03'),(109,77,'2006-02-15 05:05:03'),(109,157,'2006-02-15 05:05:03'),(109,174,'2006-02-15 05:05:03'),(109,190,'2006-02-15 05:05:03'),(109,243,'2006-02-15 05:05:03'),(109,281,'2006-02-15 05:05:03'),(109,393,'2006-02-15 05:05:03'),(109,463,'2006-02-15 05:05:03'),(109,622,'2006-02-15 05:05:03'),(109,657,'2006-02-15 05:05:03'),(109,694,'2006-02-15 05:05:03'),(109,700,'2006-02-15 05:05:03'),(109,732,'2006-02-15 05:05:03'),(109,753,'2006-02-15 05:05:03'),(109,785,'2006-02-15 05:05:03'),(109,786,'2006-02-15 05:05:03'),(109,863,'2006-02-15 05:05:03'),(109,885,'2006-02-15 05:05:03'),(109,955,'2006-02-15 05:05:03'),(109,967,'2006-02-15 05:05:03'),(110,8,'2006-02-15 05:05:03'),(110,27,'2006-02-15 05:05:03'),(110,62,'2006-02-15 05:05:03'),(110,120,'2006-02-15 05:05:03'),(110,126,'2006-02-15 05:05:03'),(110,156,'2006-02-15 05:05:03'),(110,292,'2006-02-15 05:05:03'),(110,343,'2006-02-15 05:05:03'),(110,360,'2006-02-15 05:05:03'),(110,369,'2006-02-15 05:05:03'),(110,435,'2006-02-15 05:05:03'),(110,513,'2006-02-15 05:05:03'),(110,525,'2006-02-15 05:05:03'),(110,539,'2006-02-15 05:05:03'),(110,545,'2006-02-15 05:05:03'),(110,625,'2006-02-15 05:05:03'),(110,650,'2006-02-15 05:05:03'),(110,801,'2006-02-15 05:05:03'),(110,912,'2006-02-15 05:05:03'),(110,961,'2006-02-15 05:05:03'),(110,987,'2006-02-15 05:05:03'),(111,61,'2006-02-15 05:05:03'),(111,78,'2006-02-15 05:05:03'),(111,98,'2006-02-15 05:05:03'),(111,162,'2006-02-15 05:05:03'),(111,179,'2006-02-15 05:05:03'),(111,194,'2006-02-15 05:05:03'),(111,325,'2006-02-15 05:05:03'),(111,359,'2006-02-15 05:05:03'),(111,382,'2006-02-15 05:05:03'),(111,403,'2006-02-15 05:05:03'),(111,407,'2006-02-15 05:05:03'),(111,414,'2006-02-15 05:05:03'),(111,474,'2006-02-15 05:05:03'),(111,489,'2006-02-15 05:05:03'),(111,508,'2006-02-15 05:05:03'),(111,555,'2006-02-15 05:05:03'),(111,603,'2006-02-15 05:05:03'),(111,608,'2006-02-15 05:05:03'),(111,643,'2006-02-15 05:05:03'),(111,669,'2006-02-15 05:05:03'),(111,679,'2006-02-15 05:05:03'),(111,680,'2006-02-15 05:05:03'),(111,699,'2006-02-15 05:05:03'),(111,731,'2006-02-15 05:05:03'),(111,732,'2006-02-15 05:05:03'),(111,737,'2006-02-15 05:05:03'),(111,744,'2006-02-15 05:05:03'),(111,777,'2006-02-15 05:05:03'),(111,847,'2006-02-15 05:05:03'),(111,894,'2006-02-15 05:05:03'),(111,919,'2006-02-15 05:05:03'),(111,962,'2006-02-15 05:05:03'),(111,973,'2006-02-15 05:05:03'),(112,34,'2006-02-15 05:05:03'),(112,37,'2006-02-15 05:05:03'),(112,151,'2006-02-15 05:05:03'),(112,173,'2006-02-15 05:05:03'),(112,188,'2006-02-15 05:05:03'),(112,231,'2006-02-15 05:05:03'),(112,312,'2006-02-15 05:05:03'),(112,322,'2006-02-15 05:05:03'),(112,443,'2006-02-15 05:05:03'),(112,450,'2006-02-15 05:05:03'),(112,565,'2006-02-15 05:05:03'),(112,603,'2006-02-15 05:05:03'),(112,606,'2006-02-15 05:05:03'),(112,654,'2006-02-15 05:05:03'),(112,666,'2006-02-15 05:05:03'),(112,700,'2006-02-15 05:05:03'),(112,728,'2006-02-15 05:05:03'),(112,772,'2006-02-15 05:05:03'),(112,796,'2006-02-15 05:05:03'),(112,817,'2006-02-15 05:05:03'),(112,829,'2006-02-15 05:05:03'),(112,856,'2006-02-15 05:05:03'),(112,865,'2006-02-15 05:05:03'),(112,869,'2006-02-15 05:05:03'),(112,988,'2006-02-15 05:05:03'),(113,35,'2006-02-15 05:05:03'),(113,84,'2006-02-15 05:05:03'),(113,116,'2006-02-15 05:05:03'),(113,181,'2006-02-15 05:05:03'),(113,218,'2006-02-15 05:05:03'),(113,249,'2006-02-15 05:05:03'),(113,258,'2006-02-15 05:05:03'),(113,292,'2006-02-15 05:05:03'),(113,322,'2006-02-15 05:05:03'),(113,353,'2006-02-15 05:05:03'),(113,403,'2006-02-15 05:05:03'),(113,525,'2006-02-15 05:05:03'),(113,642,'2006-02-15 05:05:03'),(113,656,'2006-02-15 05:05:03'),(113,674,'2006-02-15 05:05:03'),(113,680,'2006-02-15 05:05:03'),(113,700,'2006-02-15 05:05:03'),(113,719,'2006-02-15 05:05:03'),(113,723,'2006-02-15 05:05:03'),(113,726,'2006-02-15 05:05:03'),(113,732,'2006-02-15 05:05:03'),(113,748,'2006-02-15 05:05:03'),(113,838,'2006-02-15 05:05:03'),(113,890,'2006-02-15 05:05:03'),(113,921,'2006-02-15 05:05:03'),(113,969,'2006-02-15 05:05:03'),(113,981,'2006-02-15 05:05:03'),(114,13,'2006-02-15 05:05:03'),(114,68,'2006-02-15 05:05:03'),(114,90,'2006-02-15 05:05:03'),(114,162,'2006-02-15 05:05:03'),(114,188,'2006-02-15 05:05:03'),(114,194,'2006-02-15 05:05:03'),(114,210,'2006-02-15 05:05:03'),(114,237,'2006-02-15 05:05:03'),(114,254,'2006-02-15 05:05:03'),(114,305,'2006-02-15 05:05:03'),(114,339,'2006-02-15 05:05:03'),(114,420,'2006-02-15 05:05:03'),(114,425,'2006-02-15 05:05:03'),(114,452,'2006-02-15 05:05:03'),(114,538,'2006-02-15 05:05:03'),(114,619,'2006-02-15 05:05:03'),(114,757,'2006-02-15 05:05:03'),(114,807,'2006-02-15 05:05:03'),(114,827,'2006-02-15 05:05:03'),(114,841,'2006-02-15 05:05:03'),(114,861,'2006-02-15 05:05:03'),(114,866,'2006-02-15 05:05:03'),(114,913,'2006-02-15 05:05:03'),(114,961,'2006-02-15 05:05:03'),(114,993,'2006-02-15 05:05:03'),(115,49,'2006-02-15 05:05:03'),(115,52,'2006-02-15 05:05:03'),(115,245,'2006-02-15 05:05:03'),(115,246,'2006-02-15 05:05:03'),(115,277,'2006-02-15 05:05:03'),(115,302,'2006-02-15 05:05:03'),(115,379,'2006-02-15 05:05:03'),(115,383,'2006-02-15 05:05:03'),(115,391,'2006-02-15 05:05:03'),(115,428,'2006-02-15 05:05:03'),(115,506,'2006-02-15 05:05:03'),(115,531,'2006-02-15 05:05:03'),(115,607,'2006-02-15 05:05:03'),(115,615,'2006-02-15 05:05:03'),(115,661,'2006-02-15 05:05:03'),(115,671,'2006-02-15 05:05:03'),(115,686,'2006-02-15 05:05:03'),(115,703,'2006-02-15 05:05:03'),(115,714,'2006-02-15 05:05:03'),(115,740,'2006-02-15 05:05:03'),(115,754,'2006-02-15 05:05:03'),(115,846,'2006-02-15 05:05:03'),(115,887,'2006-02-15 05:05:03'),(115,952,'2006-02-15 05:05:03'),(115,955,'2006-02-15 05:05:03'),(115,966,'2006-02-15 05:05:03'),(115,985,'2006-02-15 05:05:03'),(115,994,'2006-02-15 05:05:03'),(116,36,'2006-02-15 05:05:03'),(116,48,'2006-02-15 05:05:03'),(116,88,'2006-02-15 05:05:03'),(116,90,'2006-02-15 05:05:03'),(116,105,'2006-02-15 05:05:03'),(116,128,'2006-02-15 05:05:03'),(116,336,'2006-02-15 05:05:03'),(116,338,'2006-02-15 05:05:03'),(116,384,'2006-02-15 05:05:03'),(116,412,'2006-02-15 05:05:03'),(116,420,'2006-02-15 05:05:03'),(116,451,'2006-02-15 05:05:03'),(116,481,'2006-02-15 05:05:03'),(116,492,'2006-02-15 05:05:03'),(116,584,'2006-02-15 05:05:03'),(116,606,'2006-02-15 05:05:03'),(116,622,'2006-02-15 05:05:03'),(116,647,'2006-02-15 05:05:03'),(116,653,'2006-02-15 05:05:03'),(116,742,'2006-02-15 05:05:03'),(116,784,'2006-02-15 05:05:03'),(116,844,'2006-02-15 05:05:03'),(116,939,'2006-02-15 05:05:03'),(116,956,'2006-02-15 05:05:03'),(117,10,'2006-02-15 05:05:03'),(117,15,'2006-02-15 05:05:03'),(117,42,'2006-02-15 05:05:03'),(117,167,'2006-02-15 05:05:03'),(117,178,'2006-02-15 05:05:03'),(117,190,'2006-02-15 05:05:03'),(117,197,'2006-02-15 05:05:03'),(117,224,'2006-02-15 05:05:03'),(117,246,'2006-02-15 05:05:03'),(117,273,'2006-02-15 05:05:03'),(117,298,'2006-02-15 05:05:03'),(117,316,'2006-02-15 05:05:03'),(117,337,'2006-02-15 05:05:03'),(117,395,'2006-02-15 05:05:03'),(117,423,'2006-02-15 05:05:03'),(117,432,'2006-02-15 05:05:03'),(117,459,'2006-02-15 05:05:03'),(117,468,'2006-02-15 05:05:03'),(117,550,'2006-02-15 05:05:03'),(117,578,'2006-02-15 05:05:03'),(117,707,'2006-02-15 05:05:03'),(117,710,'2006-02-15 05:05:03'),(117,738,'2006-02-15 05:05:03'),(117,739,'2006-02-15 05:05:03'),(117,778,'2006-02-15 05:05:03'),(117,783,'2006-02-15 05:05:03'),(117,785,'2006-02-15 05:05:03'),(117,797,'2006-02-15 05:05:03'),(117,812,'2006-02-15 05:05:03'),(117,831,'2006-02-15 05:05:03'),(117,864,'2006-02-15 05:05:03'),(117,887,'2006-02-15 05:05:03'),(117,926,'2006-02-15 05:05:03'),(118,35,'2006-02-15 05:05:03'),(118,39,'2006-02-15 05:05:03'),(118,41,'2006-02-15 05:05:03'),(118,49,'2006-02-15 05:05:03'),(118,55,'2006-02-15 05:05:03'),(118,136,'2006-02-15 05:05:03'),(118,141,'2006-02-15 05:05:03'),(118,151,'2006-02-15 05:05:03'),(118,311,'2006-02-15 05:05:03'),(118,384,'2006-02-15 05:05:03'),(118,399,'2006-02-15 05:05:03'),(118,499,'2006-02-15 05:05:03'),(118,517,'2006-02-15 05:05:03'),(118,553,'2006-02-15 05:05:03'),(118,558,'2006-02-15 05:05:03'),(118,572,'2006-02-15 05:05:03'),(118,641,'2006-02-15 05:05:03'),(118,656,'2006-02-15 05:05:03'),(118,695,'2006-02-15 05:05:03'),(118,735,'2006-02-15 05:05:03'),(118,788,'2006-02-15 05:05:03'),(118,852,'2006-02-15 05:05:03'),(118,938,'2006-02-15 05:05:03'),(118,957,'2006-02-15 05:05:03'),(118,969,'2006-02-15 05:05:03'),(119,21,'2006-02-15 05:05:03'),(119,49,'2006-02-15 05:05:03'),(119,64,'2006-02-15 05:05:03'),(119,87,'2006-02-15 05:05:03'),(119,143,'2006-02-15 05:05:03'),(119,171,'2006-02-15 05:05:03'),(119,172,'2006-02-15 05:05:03'),(119,173,'2006-02-15 05:05:03'),(119,381,'2006-02-15 05:05:03'),(119,394,'2006-02-15 05:05:03'),(119,412,'2006-02-15 05:05:03'),(119,418,'2006-02-15 05:05:03'),(119,454,'2006-02-15 05:05:03'),(119,509,'2006-02-15 05:05:03'),(119,521,'2006-02-15 05:05:03'),(119,567,'2006-02-15 05:05:03'),(119,570,'2006-02-15 05:05:03'),(119,592,'2006-02-15 05:05:03'),(119,614,'2006-02-15 05:05:03'),(119,636,'2006-02-15 05:05:03'),(119,649,'2006-02-15 05:05:03'),(119,693,'2006-02-15 05:05:03'),(119,738,'2006-02-15 05:05:03'),(119,751,'2006-02-15 05:05:03'),(119,782,'2006-02-15 05:05:03'),(119,786,'2006-02-15 05:05:03'),(119,788,'2006-02-15 05:05:03'),(119,802,'2006-02-15 05:05:03'),(119,858,'2006-02-15 05:05:03'),(119,868,'2006-02-15 05:05:03'),(119,900,'2006-02-15 05:05:03'),(119,939,'2006-02-15 05:05:03'),(120,57,'2006-02-15 05:05:03'),(120,63,'2006-02-15 05:05:03'),(120,144,'2006-02-15 05:05:03'),(120,149,'2006-02-15 05:05:03'),(120,208,'2006-02-15 05:05:03'),(120,231,'2006-02-15 05:05:03'),(120,238,'2006-02-15 05:05:03'),(120,255,'2006-02-15 05:05:03'),(120,414,'2006-02-15 05:05:03'),(120,424,'2006-02-15 05:05:03'),(120,489,'2006-02-15 05:05:03'),(120,513,'2006-02-15 05:05:03'),(120,590,'2006-02-15 05:05:03'),(120,641,'2006-02-15 05:05:03'),(120,642,'2006-02-15 05:05:03'),(120,659,'2006-02-15 05:05:03'),(120,682,'2006-02-15 05:05:03'),(120,691,'2006-02-15 05:05:03'),(120,715,'2006-02-15 05:05:03'),(120,717,'2006-02-15 05:05:03'),(120,722,'2006-02-15 05:05:03'),(120,746,'2006-02-15 05:05:03'),(120,830,'2006-02-15 05:05:03'),(120,894,'2006-02-15 05:05:03'),(120,898,'2006-02-15 05:05:03'),(120,911,'2006-02-15 05:05:03'),(120,994,'2006-02-15 05:05:03'),(121,141,'2006-02-15 05:05:03'),(121,154,'2006-02-15 05:05:03'),(121,161,'2006-02-15 05:05:03'),(121,170,'2006-02-15 05:05:03'),(121,186,'2006-02-15 05:05:03'),(121,198,'2006-02-15 05:05:03'),(121,220,'2006-02-15 05:05:03'),(121,222,'2006-02-15 05:05:03'),(121,284,'2006-02-15 05:05:03'),(121,297,'2006-02-15 05:05:03'),(121,338,'2006-02-15 05:05:03'),(121,353,'2006-02-15 05:05:03'),(121,449,'2006-02-15 05:05:03'),(121,479,'2006-02-15 05:05:03'),(121,517,'2006-02-15 05:05:03'),(121,633,'2006-02-15 05:05:03'),(121,654,'2006-02-15 05:05:03'),(121,658,'2006-02-15 05:05:03'),(121,666,'2006-02-15 05:05:03'),(121,771,'2006-02-15 05:05:03'),(121,780,'2006-02-15 05:05:03'),(121,847,'2006-02-15 05:05:03'),(121,884,'2006-02-15 05:05:03'),(121,885,'2006-02-15 05:05:03'),(121,966,'2006-02-15 05:05:03'),(122,22,'2006-02-15 05:05:03'),(122,29,'2006-02-15 05:05:03'),(122,76,'2006-02-15 05:05:03'),(122,83,'2006-02-15 05:05:03'),(122,157,'2006-02-15 05:05:03'),(122,158,'2006-02-15 05:05:03'),(122,166,'2006-02-15 05:05:03'),(122,227,'2006-02-15 05:05:03'),(122,238,'2006-02-15 05:05:03'),(122,300,'2006-02-15 05:05:03'),(122,307,'2006-02-15 05:05:03'),(122,363,'2006-02-15 05:05:03'),(122,470,'2006-02-15 05:05:03'),(122,489,'2006-02-15 05:05:03'),(122,491,'2006-02-15 05:05:03'),(122,542,'2006-02-15 05:05:03'),(122,620,'2006-02-15 05:05:03'),(122,649,'2006-02-15 05:05:03'),(122,654,'2006-02-15 05:05:03'),(122,673,'2006-02-15 05:05:03'),(122,718,'2006-02-15 05:05:03'),(122,795,'2006-02-15 05:05:03'),(122,957,'2006-02-15 05:05:03'),(122,961,'2006-02-15 05:05:03'),(122,998,'2006-02-15 05:05:03'),(123,3,'2006-02-15 05:05:03'),(123,43,'2006-02-15 05:05:03'),(123,67,'2006-02-15 05:05:03'),(123,105,'2006-02-15 05:05:03'),(123,148,'2006-02-15 05:05:03'),(123,151,'2006-02-15 05:05:03'),(123,185,'2006-02-15 05:05:03'),(123,223,'2006-02-15 05:05:03'),(123,234,'2006-02-15 05:05:03'),(123,245,'2006-02-15 05:05:03'),(123,246,'2006-02-15 05:05:03'),(123,266,'2006-02-15 05:05:03'),(123,286,'2006-02-15 05:05:03'),(123,429,'2006-02-15 05:05:03'),(123,442,'2006-02-15 05:05:03'),(123,446,'2006-02-15 05:05:03'),(123,479,'2006-02-15 05:05:03'),(123,480,'2006-02-15 05:05:03'),(123,494,'2006-02-15 05:05:03'),(123,503,'2006-02-15 05:05:03'),(123,530,'2006-02-15 05:05:03'),(123,576,'2006-02-15 05:05:03'),(123,577,'2006-02-15 05:05:03'),(123,589,'2006-02-15 05:05:03'),(123,593,'2006-02-15 05:05:03'),(123,725,'2006-02-15 05:05:03'),(123,730,'2006-02-15 05:05:03'),(123,786,'2006-02-15 05:05:03'),(123,860,'2006-02-15 05:05:03'),(123,892,'2006-02-15 05:05:03'),(123,926,'2006-02-15 05:05:03'),(123,988,'2006-02-15 05:05:03'),(124,22,'2006-02-15 05:05:03'),(124,64,'2006-02-15 05:05:03'),(124,106,'2006-02-15 05:05:03'),(124,113,'2006-02-15 05:05:03'),(124,190,'2006-02-15 05:05:03'),(124,246,'2006-02-15 05:05:03'),(124,260,'2006-02-15 05:05:03'),(124,263,'2006-02-15 05:05:03'),(124,289,'2006-02-15 05:05:03'),(124,306,'2006-02-15 05:05:03'),(124,312,'2006-02-15 05:05:03'),(124,322,'2006-02-15 05:05:03'),(124,343,'2006-02-15 05:05:03'),(124,449,'2006-02-15 05:05:03'),(124,468,'2006-02-15 05:05:03'),(124,539,'2006-02-15 05:05:03'),(124,601,'2006-02-15 05:05:03'),(124,726,'2006-02-15 05:05:03'),(124,742,'2006-02-15 05:05:03'),(124,775,'2006-02-15 05:05:03'),(124,785,'2006-02-15 05:05:03'),(124,814,'2006-02-15 05:05:03'),(124,858,'2006-02-15 05:05:03'),(124,882,'2006-02-15 05:05:03'),(124,987,'2006-02-15 05:05:03'),(124,997,'2006-02-15 05:05:03'),(125,62,'2006-02-15 05:05:03'),(125,98,'2006-02-15 05:05:03'),(125,100,'2006-02-15 05:05:03'),(125,114,'2006-02-15 05:05:03'),(125,175,'2006-02-15 05:05:03'),(125,188,'2006-02-15 05:05:03'),(125,204,'2006-02-15 05:05:03'),(125,238,'2006-02-15 05:05:03'),(125,250,'2006-02-15 05:05:03'),(125,324,'2006-02-15 05:05:03'),(125,338,'2006-02-15 05:05:03'),(125,361,'2006-02-15 05:05:03'),(125,367,'2006-02-15 05:05:03'),(125,395,'2006-02-15 05:05:03'),(125,414,'2006-02-15 05:05:03'),(125,428,'2006-02-15 05:05:03'),(125,429,'2006-02-15 05:05:03'),(125,450,'2006-02-15 05:05:03'),(125,497,'2006-02-15 05:05:03'),(125,557,'2006-02-15 05:05:03'),(125,568,'2006-02-15 05:05:03'),(125,584,'2006-02-15 05:05:03'),(125,602,'2006-02-15 05:05:03'),(125,623,'2006-02-15 05:05:03'),(125,664,'2006-02-15 05:05:03'),(125,683,'2006-02-15 05:05:03'),(125,710,'2006-02-15 05:05:03'),(125,877,'2006-02-15 05:05:03'),(125,908,'2006-02-15 05:05:03'),(125,949,'2006-02-15 05:05:03'),(125,965,'2006-02-15 05:05:03'),(126,21,'2006-02-15 05:05:03'),(126,34,'2006-02-15 05:05:03'),(126,43,'2006-02-15 05:05:03'),(126,58,'2006-02-15 05:05:03'),(126,85,'2006-02-15 05:05:03'),(126,96,'2006-02-15 05:05:03'),(126,193,'2006-02-15 05:05:03'),(126,194,'2006-02-15 05:05:03'),(126,199,'2006-02-15 05:05:03'),(126,256,'2006-02-15 05:05:03'),(126,263,'2006-02-15 05:05:03'),(126,288,'2006-02-15 05:05:03'),(126,317,'2006-02-15 05:05:03'),(126,347,'2006-02-15 05:05:03'),(126,369,'2006-02-15 05:05:03'),(126,370,'2006-02-15 05:05:03'),(126,419,'2006-02-15 05:05:03'),(126,468,'2006-02-15 05:05:03'),(126,469,'2006-02-15 05:05:03'),(126,545,'2006-02-15 05:05:03'),(126,685,'2006-02-15 05:05:03'),(126,836,'2006-02-15 05:05:03'),(126,860,'2006-02-15 05:05:03'),(127,36,'2006-02-15 05:05:03'),(127,47,'2006-02-15 05:05:03'),(127,48,'2006-02-15 05:05:03'),(127,79,'2006-02-15 05:05:03'),(127,119,'2006-02-15 05:05:03'),(127,141,'2006-02-15 05:05:03'),(127,157,'2006-02-15 05:05:03'),(127,202,'2006-02-15 05:05:03'),(127,286,'2006-02-15 05:05:03'),(127,333,'2006-02-15 05:05:03'),(127,354,'2006-02-15 05:05:03'),(127,366,'2006-02-15 05:05:03'),(127,382,'2006-02-15 05:05:03'),(127,388,'2006-02-15 05:05:03'),(127,411,'2006-02-15 05:05:03'),(127,459,'2006-02-15 05:05:03'),(127,553,'2006-02-15 05:05:03'),(127,573,'2006-02-15 05:05:03'),(127,613,'2006-02-15 05:05:03'),(127,617,'2006-02-15 05:05:03'),(127,641,'2006-02-15 05:05:03'),(127,710,'2006-02-15 05:05:03'),(127,727,'2006-02-15 05:05:03'),(127,749,'2006-02-15 05:05:03'),(127,763,'2006-02-15 05:05:03'),(127,771,'2006-02-15 05:05:03'),(127,791,'2006-02-15 05:05:03'),(127,819,'2006-02-15 05:05:03'),(127,839,'2006-02-15 05:05:03'),(127,846,'2006-02-15 05:05:03'),(127,911,'2006-02-15 05:05:03'),(127,953,'2006-02-15 05:05:03'),(127,970,'2006-02-15 05:05:03'),(128,26,'2006-02-15 05:05:03'),(128,82,'2006-02-15 05:05:03'),(128,119,'2006-02-15 05:05:03'),(128,168,'2006-02-15 05:05:03'),(128,212,'2006-02-15 05:05:03'),(128,238,'2006-02-15 05:05:03'),(128,299,'2006-02-15 05:05:03'),(128,312,'2006-02-15 05:05:03'),(128,326,'2006-02-15 05:05:03'),(128,336,'2006-02-15 05:05:03'),(128,345,'2006-02-15 05:05:03'),(128,407,'2006-02-15 05:05:03'),(128,462,'2006-02-15 05:05:03'),(128,485,'2006-02-15 05:05:03'),(128,516,'2006-02-15 05:05:03'),(128,564,'2006-02-15 05:05:03'),(128,614,'2006-02-15 05:05:03'),(128,650,'2006-02-15 05:05:03'),(128,665,'2006-02-15 05:05:03'),(128,671,'2006-02-15 05:05:03'),(128,693,'2006-02-15 05:05:03'),(128,696,'2006-02-15 05:05:03'),(128,759,'2006-02-15 05:05:03'),(128,774,'2006-02-15 05:05:03'),(128,814,'2006-02-15 05:05:03'),(128,899,'2006-02-15 05:05:03'),(128,912,'2006-02-15 05:05:03'),(128,944,'2006-02-15 05:05:03'),(128,949,'2006-02-15 05:05:03'),(128,965,'2006-02-15 05:05:03'),(129,56,'2006-02-15 05:05:03'),(129,89,'2006-02-15 05:05:03'),(129,101,'2006-02-15 05:05:03'),(129,166,'2006-02-15 05:05:03'),(129,202,'2006-02-15 05:05:03'),(129,230,'2006-02-15 05:05:03'),(129,247,'2006-02-15 05:05:03'),(129,249,'2006-02-15 05:05:03'),(129,348,'2006-02-15 05:05:03'),(129,367,'2006-02-15 05:05:03'),(129,391,'2006-02-15 05:05:03'),(129,418,'2006-02-15 05:05:03'),(129,431,'2006-02-15 05:05:03'),(129,452,'2006-02-15 05:05:03'),(129,471,'2006-02-15 05:05:03'),(129,520,'2006-02-15 05:05:03'),(129,597,'2006-02-15 05:05:03'),(129,602,'2006-02-15 05:05:03'),(129,640,'2006-02-15 05:05:03'),(129,669,'2006-02-15 05:05:03'),(129,684,'2006-02-15 05:05:03'),(129,705,'2006-02-15 05:05:03'),(129,805,'2006-02-15 05:05:03'),(129,826,'2006-02-15 05:05:03'),(129,834,'2006-02-15 05:05:03'),(129,857,'2006-02-15 05:05:03'),(129,910,'2006-02-15 05:05:03'),(129,920,'2006-02-15 05:05:03'),(129,938,'2006-02-15 05:05:03'),(129,962,'2006-02-15 05:05:03'),(130,9,'2006-02-15 05:05:03'),(130,26,'2006-02-15 05:05:03'),(130,37,'2006-02-15 05:05:03'),(130,43,'2006-02-15 05:05:03'),(130,49,'2006-02-15 05:05:03'),(130,57,'2006-02-15 05:05:03'),(130,107,'2006-02-15 05:05:03'),(130,112,'2006-02-15 05:05:03'),(130,208,'2006-02-15 05:05:03'),(130,326,'2006-02-15 05:05:03'),(130,375,'2006-02-15 05:05:03'),(130,416,'2006-02-15 05:05:03'),(130,431,'2006-02-15 05:05:03'),(130,452,'2006-02-15 05:05:03'),(130,453,'2006-02-15 05:05:03'),(130,478,'2006-02-15 05:05:03'),(130,507,'2006-02-15 05:05:03'),(130,525,'2006-02-15 05:05:03'),(130,549,'2006-02-15 05:05:03'),(130,592,'2006-02-15 05:05:03'),(130,702,'2006-02-15 05:05:03'),(130,725,'2006-02-15 05:05:03'),(130,764,'2006-02-15 05:05:03'),(130,809,'2006-02-15 05:05:03'),(130,869,'2006-02-15 05:05:03'),(130,930,'2006-02-15 05:05:03'),(130,981,'2006-02-15 05:05:03'),(131,48,'2006-02-15 05:05:03'),(131,66,'2006-02-15 05:05:03'),(131,94,'2006-02-15 05:05:03'),(131,120,'2006-02-15 05:05:03'),(131,147,'2006-02-15 05:05:03'),(131,206,'2006-02-15 05:05:03'),(131,320,'2006-02-15 05:05:03'),(131,383,'2006-02-15 05:05:03'),(131,432,'2006-02-15 05:05:03'),(131,436,'2006-02-15 05:05:03'),(131,450,'2006-02-15 05:05:03'),(131,479,'2006-02-15 05:05:03'),(131,494,'2006-02-15 05:05:03'),(131,515,'2006-02-15 05:05:03'),(131,539,'2006-02-15 05:05:03'),(131,590,'2006-02-15 05:05:03'),(131,647,'2006-02-15 05:05:03'),(131,693,'2006-02-15 05:05:03'),(131,713,'2006-02-15 05:05:03'),(131,770,'2006-02-15 05:05:03'),(131,798,'2006-02-15 05:05:03'),(131,809,'2006-02-15 05:05:03'),(131,875,'2006-02-15 05:05:03'),(131,881,'2006-02-15 05:05:03'),(131,921,'2006-02-15 05:05:03'),(132,81,'2006-02-15 05:05:03'),(132,82,'2006-02-15 05:05:03'),(132,133,'2006-02-15 05:05:03'),(132,156,'2006-02-15 05:05:03'),(132,162,'2006-02-15 05:05:03'),(132,311,'2006-02-15 05:05:03'),(132,345,'2006-02-15 05:05:03'),(132,377,'2006-02-15 05:05:03'),(132,410,'2006-02-15 05:05:03'),(132,538,'2006-02-15 05:05:03'),(132,562,'2006-02-15 05:05:03'),(132,586,'2006-02-15 05:05:03'),(132,626,'2006-02-15 05:05:03'),(132,637,'2006-02-15 05:05:03'),(132,698,'2006-02-15 05:05:03'),(132,756,'2006-02-15 05:05:03'),(132,806,'2006-02-15 05:05:03'),(132,897,'2006-02-15 05:05:03'),(132,899,'2006-02-15 05:05:03'),(132,904,'2006-02-15 05:05:03'),(132,930,'2006-02-15 05:05:03'),(132,987,'2006-02-15 05:05:03'),(133,7,'2006-02-15 05:05:03'),(133,51,'2006-02-15 05:05:03'),(133,133,'2006-02-15 05:05:03'),(133,172,'2006-02-15 05:05:03'),(133,210,'2006-02-15 05:05:03'),(133,270,'2006-02-15 05:05:03'),(133,280,'2006-02-15 05:05:03'),(133,286,'2006-02-15 05:05:03'),(133,338,'2006-02-15 05:05:03'),(133,342,'2006-02-15 05:05:03'),(133,351,'2006-02-15 05:05:03'),(133,368,'2006-02-15 05:05:03'),(133,385,'2006-02-15 05:05:03'),(133,390,'2006-02-15 05:05:03'),(133,397,'2006-02-15 05:05:03'),(133,410,'2006-02-15 05:05:03'),(133,452,'2006-02-15 05:05:03'),(133,463,'2006-02-15 05:05:03'),(133,514,'2006-02-15 05:05:03'),(133,588,'2006-02-15 05:05:03'),(133,594,'2006-02-15 05:05:03'),(133,635,'2006-02-15 05:05:03'),(133,652,'2006-02-15 05:05:03'),(133,727,'2006-02-15 05:05:03'),(133,806,'2006-02-15 05:05:03'),(133,868,'2006-02-15 05:05:03'),(133,882,'2006-02-15 05:05:03'),(133,894,'2006-02-15 05:05:03'),(133,933,'2006-02-15 05:05:03'),(133,952,'2006-02-15 05:05:03'),(134,132,'2006-02-15 05:05:03'),(134,145,'2006-02-15 05:05:03'),(134,161,'2006-02-15 05:05:03'),(134,219,'2006-02-15 05:05:03'),(134,243,'2006-02-15 05:05:03'),(134,250,'2006-02-15 05:05:03'),(134,278,'2006-02-15 05:05:03'),(134,341,'2006-02-15 05:05:03'),(134,386,'2006-02-15 05:05:03'),(134,413,'2006-02-15 05:05:03'),(134,558,'2006-02-15 05:05:03'),(134,588,'2006-02-15 05:05:03'),(134,624,'2006-02-15 05:05:03'),(134,655,'2006-02-15 05:05:03'),(134,683,'2006-02-15 05:05:03'),(134,690,'2006-02-15 05:05:03'),(134,861,'2006-02-15 05:05:03'),(134,896,'2006-02-15 05:05:03'),(134,897,'2006-02-15 05:05:03'),(134,915,'2006-02-15 05:05:03'),(134,927,'2006-02-15 05:05:03'),(134,936,'2006-02-15 05:05:03'),(135,35,'2006-02-15 05:05:03'),(135,41,'2006-02-15 05:05:03'),(135,65,'2006-02-15 05:05:03'),(135,88,'2006-02-15 05:05:03'),(135,170,'2006-02-15 05:05:03'),(135,269,'2006-02-15 05:05:03'),(135,320,'2006-02-15 05:05:03'),(135,353,'2006-02-15 05:05:03'),(135,357,'2006-02-15 05:05:03'),(135,364,'2006-02-15 05:05:03'),(135,455,'2006-02-15 05:05:03'),(135,458,'2006-02-15 05:05:03'),(135,484,'2006-02-15 05:05:03'),(135,541,'2006-02-15 05:05:03'),(135,553,'2006-02-15 05:05:03'),(135,616,'2006-02-15 05:05:03'),(135,628,'2006-02-15 05:05:03'),(135,719,'2006-02-15 05:05:03'),(135,814,'2006-02-15 05:05:03'),(135,905,'2006-02-15 05:05:03'),(136,20,'2006-02-15 05:05:03'),(136,25,'2006-02-15 05:05:03'),(136,33,'2006-02-15 05:05:03'),(136,56,'2006-02-15 05:05:03'),(136,61,'2006-02-15 05:05:03'),(136,193,'2006-02-15 05:05:03'),(136,214,'2006-02-15 05:05:03'),(136,229,'2006-02-15 05:05:03'),(136,243,'2006-02-15 05:05:03'),(136,256,'2006-02-15 05:05:03'),(136,262,'2006-02-15 05:05:03'),(136,271,'2006-02-15 05:05:03'),(136,288,'2006-02-15 05:05:03'),(136,300,'2006-02-15 05:05:03'),(136,364,'2006-02-15 05:05:03'),(136,401,'2006-02-15 05:05:03'),(136,414,'2006-02-15 05:05:03'),(136,420,'2006-02-15 05:05:03'),(136,474,'2006-02-15 05:05:03'),(136,485,'2006-02-15 05:05:03'),(136,542,'2006-02-15 05:05:03'),(136,552,'2006-02-15 05:05:03'),(136,620,'2006-02-15 05:05:03'),(136,649,'2006-02-15 05:05:03'),(136,686,'2006-02-15 05:05:03'),(136,781,'2006-02-15 05:05:03'),(136,806,'2006-02-15 05:05:03'),(136,808,'2006-02-15 05:05:03'),(136,818,'2006-02-15 05:05:03'),(136,842,'2006-02-15 05:05:03'),(136,933,'2006-02-15 05:05:03'),(136,993,'2006-02-15 05:05:03'),(137,6,'2006-02-15 05:05:03'),(137,14,'2006-02-15 05:05:03'),(137,56,'2006-02-15 05:05:03'),(137,96,'2006-02-15 05:05:03'),(137,160,'2006-02-15 05:05:03'),(137,224,'2006-02-15 05:05:03'),(137,249,'2006-02-15 05:05:03'),(137,254,'2006-02-15 05:05:03'),(137,263,'2006-02-15 05:05:03'),(137,268,'2006-02-15 05:05:03'),(137,304,'2006-02-15 05:05:03'),(137,390,'2006-02-15 05:05:03'),(137,410,'2006-02-15 05:05:03'),(137,433,'2006-02-15 05:05:03'),(137,446,'2006-02-15 05:05:03'),(137,489,'2006-02-15 05:05:03'),(137,530,'2006-02-15 05:05:03'),(137,564,'2006-02-15 05:05:03'),(137,603,'2006-02-15 05:05:03'),(137,610,'2006-02-15 05:05:03'),(137,688,'2006-02-15 05:05:03'),(137,703,'2006-02-15 05:05:03'),(137,745,'2006-02-15 05:05:03'),(137,758,'2006-02-15 05:05:03'),(137,832,'2006-02-15 05:05:03'),(137,841,'2006-02-15 05:05:03'),(137,917,'2006-02-15 05:05:03'),(138,8,'2006-02-15 05:05:03'),(138,52,'2006-02-15 05:05:03'),(138,61,'2006-02-15 05:05:03'),(138,125,'2006-02-15 05:05:03'),(138,157,'2006-02-15 05:05:03'),(138,214,'2006-02-15 05:05:03'),(138,258,'2006-02-15 05:05:03'),(138,376,'2006-02-15 05:05:03'),(138,403,'2006-02-15 05:05:03'),(138,446,'2006-02-15 05:05:03'),(138,453,'2006-02-15 05:05:03'),(138,508,'2006-02-15 05:05:03'),(138,553,'2006-02-15 05:05:03'),(138,561,'2006-02-15 05:05:03'),(138,583,'2006-02-15 05:05:03'),(138,627,'2006-02-15 05:05:03'),(138,639,'2006-02-15 05:05:03'),(138,695,'2006-02-15 05:05:03'),(138,747,'2006-02-15 05:05:03'),(138,879,'2006-02-15 05:05:03'),(138,885,'2006-02-15 05:05:03'),(138,923,'2006-02-15 05:05:03'),(138,970,'2006-02-15 05:05:03'),(138,989,'2006-02-15 05:05:03'),(139,20,'2006-02-15 05:05:03'),(139,35,'2006-02-15 05:05:03'),(139,57,'2006-02-15 05:05:03'),(139,74,'2006-02-15 05:05:03'),(139,90,'2006-02-15 05:05:03'),(139,107,'2006-02-15 05:05:03'),(139,155,'2006-02-15 05:05:03'),(139,170,'2006-02-15 05:05:03'),(139,181,'2006-02-15 05:05:03'),(139,200,'2006-02-15 05:05:03'),(139,229,'2006-02-15 05:05:03'),(139,233,'2006-02-15 05:05:03'),(139,261,'2006-02-15 05:05:03'),(139,262,'2006-02-15 05:05:03'),(139,266,'2006-02-15 05:05:03'),(139,282,'2006-02-15 05:05:03'),(139,284,'2006-02-15 05:05:03'),(139,373,'2006-02-15 05:05:03'),(139,447,'2006-02-15 05:05:03'),(139,489,'2006-02-15 05:05:03'),(139,529,'2006-02-15 05:05:03'),(139,540,'2006-02-15 05:05:03'),(139,570,'2006-02-15 05:05:03'),(139,602,'2006-02-15 05:05:03'),(139,605,'2006-02-15 05:05:03'),(139,636,'2006-02-15 05:05:03'),(139,691,'2006-02-15 05:05:03'),(139,706,'2006-02-15 05:05:03'),(139,719,'2006-02-15 05:05:03'),(139,744,'2006-02-15 05:05:03'),(139,746,'2006-02-15 05:05:03'),(139,862,'2006-02-15 05:05:03'),(139,892,'2006-02-15 05:05:03'),(140,27,'2006-02-15 05:05:03'),(140,77,'2006-02-15 05:05:03'),(140,112,'2006-02-15 05:05:03'),(140,135,'2006-02-15 05:05:03'),(140,185,'2006-02-15 05:05:03'),(140,258,'2006-02-15 05:05:03'),(140,370,'2006-02-15 05:05:03'),(140,373,'2006-02-15 05:05:03'),(140,498,'2006-02-15 05:05:03'),(140,509,'2006-02-15 05:05:03'),(140,576,'2006-02-15 05:05:03'),(140,587,'2006-02-15 05:05:03'),(140,599,'2006-02-15 05:05:03'),(140,608,'2006-02-15 05:05:03'),(140,647,'2006-02-15 05:05:03'),(140,665,'2006-02-15 05:05:03'),(140,670,'2006-02-15 05:05:03'),(140,693,'2006-02-15 05:05:03'),(140,702,'2006-02-15 05:05:03'),(140,729,'2006-02-15 05:05:03'),(140,730,'2006-02-15 05:05:03'),(140,731,'2006-02-15 05:05:03'),(140,736,'2006-02-15 05:05:03'),(140,742,'2006-02-15 05:05:03'),(140,778,'2006-02-15 05:05:03'),(140,820,'2006-02-15 05:05:03'),(140,830,'2006-02-15 05:05:03'),(140,835,'2006-02-15 05:05:03'),(140,857,'2006-02-15 05:05:03'),(140,923,'2006-02-15 05:05:03'),(140,934,'2006-02-15 05:05:03'),(140,999,'2006-02-15 05:05:03'),(141,43,'2006-02-15 05:05:03'),(141,67,'2006-02-15 05:05:03'),(141,188,'2006-02-15 05:05:03'),(141,191,'2006-02-15 05:05:03'),(141,207,'2006-02-15 05:05:03'),(141,223,'2006-02-15 05:05:03'),(141,341,'2006-02-15 05:05:03'),(141,358,'2006-02-15 05:05:03'),(141,380,'2006-02-15 05:05:03'),(141,395,'2006-02-15 05:05:03'),(141,467,'2006-02-15 05:05:03'),(141,491,'2006-02-15 05:05:03'),(141,589,'2006-02-15 05:05:03'),(141,607,'2006-02-15 05:05:03'),(141,673,'2006-02-15 05:05:03'),(141,740,'2006-02-15 05:05:03'),(141,752,'2006-02-15 05:05:03'),(141,768,'2006-02-15 05:05:03'),(141,772,'2006-02-15 05:05:03'),(141,787,'2006-02-15 05:05:03'),(141,821,'2006-02-15 05:05:03'),(141,829,'2006-02-15 05:05:03'),(141,840,'2006-02-15 05:05:03'),(141,849,'2006-02-15 05:05:03'),(141,862,'2006-02-15 05:05:03'),(141,863,'2006-02-15 05:05:03'),(141,909,'2006-02-15 05:05:03'),(141,992,'2006-02-15 05:05:03'),(142,10,'2006-02-15 05:05:03'),(142,18,'2006-02-15 05:05:03'),(142,107,'2006-02-15 05:05:03'),(142,139,'2006-02-15 05:05:03'),(142,186,'2006-02-15 05:05:03'),(142,199,'2006-02-15 05:05:03'),(142,248,'2006-02-15 05:05:03'),(142,328,'2006-02-15 05:05:03'),(142,350,'2006-02-15 05:05:03'),(142,371,'2006-02-15 05:05:03'),(142,470,'2006-02-15 05:05:03'),(142,481,'2006-02-15 05:05:03'),(142,494,'2006-02-15 05:05:03'),(142,501,'2006-02-15 05:05:03'),(142,504,'2006-02-15 05:05:03'),(142,540,'2006-02-15 05:05:03'),(142,554,'2006-02-15 05:05:03'),(142,575,'2006-02-15 05:05:03'),(142,608,'2006-02-15 05:05:03'),(142,710,'2006-02-15 05:05:03'),(142,712,'2006-02-15 05:05:03'),(142,735,'2006-02-15 05:05:03'),(142,759,'2006-02-15 05:05:03'),(142,794,'2006-02-15 05:05:03'),(142,842,'2006-02-15 05:05:03'),(142,859,'2006-02-15 05:05:03'),(142,863,'2006-02-15 05:05:03'),(142,875,'2006-02-15 05:05:03'),(142,906,'2006-02-15 05:05:03'),(142,914,'2006-02-15 05:05:03'),(142,999,'2006-02-15 05:05:03'),(143,47,'2006-02-15 05:05:03'),(143,79,'2006-02-15 05:05:03'),(143,141,'2006-02-15 05:05:03'),(143,175,'2006-02-15 05:05:03'),(143,232,'2006-02-15 05:05:03'),(143,239,'2006-02-15 05:05:03'),(143,316,'2006-02-15 05:05:03'),(143,339,'2006-02-15 05:05:03'),(143,361,'2006-02-15 05:05:03'),(143,386,'2006-02-15 05:05:03'),(143,404,'2006-02-15 05:05:03'),(143,457,'2006-02-15 05:05:03'),(143,485,'2006-02-15 05:05:03'),(143,497,'2006-02-15 05:05:03'),(143,560,'2006-02-15 05:05:03'),(143,576,'2006-02-15 05:05:03'),(143,603,'2006-02-15 05:05:03'),(143,613,'2006-02-15 05:05:03'),(143,659,'2006-02-15 05:05:03'),(143,660,'2006-02-15 05:05:03'),(143,680,'2006-02-15 05:05:03'),(143,687,'2006-02-15 05:05:03'),(143,690,'2006-02-15 05:05:03'),(143,706,'2006-02-15 05:05:03'),(143,792,'2006-02-15 05:05:03'),(143,821,'2006-02-15 05:05:03'),(143,830,'2006-02-15 05:05:03'),(143,872,'2006-02-15 05:05:03'),(143,878,'2006-02-15 05:05:03'),(143,906,'2006-02-15 05:05:03'),(143,958,'2006-02-15 05:05:03'),(144,18,'2006-02-15 05:05:03'),(144,67,'2006-02-15 05:05:03'),(144,79,'2006-02-15 05:05:03'),(144,90,'2006-02-15 05:05:03'),(144,99,'2006-02-15 05:05:03'),(144,105,'2006-02-15 05:05:03'),(144,123,'2006-02-15 05:05:03'),(144,125,'2006-02-15 05:05:03'),(144,127,'2006-02-15 05:05:03'),(144,130,'2006-02-15 05:05:03'),(144,135,'2006-02-15 05:05:03'),(144,164,'2006-02-15 05:05:03'),(144,184,'2006-02-15 05:05:03'),(144,216,'2006-02-15 05:05:03'),(144,228,'2006-02-15 05:05:03'),(144,260,'2006-02-15 05:05:03'),(144,272,'2006-02-15 05:05:03'),(144,291,'2006-02-15 05:05:03'),(144,293,'2006-02-15 05:05:03'),(144,312,'2006-02-15 05:05:03'),(144,393,'2006-02-15 05:05:03'),(144,396,'2006-02-15 05:05:03'),(144,473,'2006-02-15 05:05:03'),(144,504,'2006-02-15 05:05:03'),(144,540,'2006-02-15 05:05:03'),(144,599,'2006-02-15 05:05:03'),(144,668,'2006-02-15 05:05:03'),(144,702,'2006-02-15 05:05:03'),(144,753,'2006-02-15 05:05:03'),(144,762,'2006-02-15 05:05:03'),(144,776,'2006-02-15 05:05:03'),(144,785,'2006-02-15 05:05:03'),(144,845,'2006-02-15 05:05:03'),(144,894,'2006-02-15 05:05:03'),(144,953,'2006-02-15 05:05:03'),(145,39,'2006-02-15 05:05:03'),(145,109,'2006-02-15 05:05:03'),(145,120,'2006-02-15 05:05:03'),(145,154,'2006-02-15 05:05:03'),(145,155,'2006-02-15 05:05:03'),(145,243,'2006-02-15 05:05:03'),(145,293,'2006-02-15 05:05:03'),(145,402,'2006-02-15 05:05:03'),(145,409,'2006-02-15 05:05:03'),(145,457,'2006-02-15 05:05:03'),(145,475,'2006-02-15 05:05:03'),(145,487,'2006-02-15 05:05:03'),(145,494,'2006-02-15 05:05:03'),(145,527,'2006-02-15 05:05:03'),(145,592,'2006-02-15 05:05:03'),(145,625,'2006-02-15 05:05:03'),(145,629,'2006-02-15 05:05:03'),(145,641,'2006-02-15 05:05:03'),(145,661,'2006-02-15 05:05:03'),(145,664,'2006-02-15 05:05:03'),(145,692,'2006-02-15 05:05:03'),(145,713,'2006-02-15 05:05:03'),(145,726,'2006-02-15 05:05:03'),(145,748,'2006-02-15 05:05:03'),(145,822,'2006-02-15 05:05:03'),(145,893,'2006-02-15 05:05:03'),(145,923,'2006-02-15 05:05:03'),(145,953,'2006-02-15 05:05:03'),(146,12,'2006-02-15 05:05:03'),(146,16,'2006-02-15 05:05:03'),(146,33,'2006-02-15 05:05:03'),(146,117,'2006-02-15 05:05:03'),(146,177,'2006-02-15 05:05:03'),(146,191,'2006-02-15 05:05:03'),(146,197,'2006-02-15 05:05:03'),(146,207,'2006-02-15 05:05:03'),(146,218,'2006-02-15 05:05:03'),(146,278,'2006-02-15 05:05:03'),(146,296,'2006-02-15 05:05:03'),(146,314,'2006-02-15 05:05:03'),(146,320,'2006-02-15 05:05:03'),(146,372,'2006-02-15 05:05:03'),(146,384,'2006-02-15 05:05:03'),(146,402,'2006-02-15 05:05:03'),(146,410,'2006-02-15 05:05:03'),(146,427,'2006-02-15 05:05:03'),(146,429,'2006-02-15 05:05:03'),(146,512,'2006-02-15 05:05:03'),(146,514,'2006-02-15 05:05:03'),(146,571,'2006-02-15 05:05:03'),(146,591,'2006-02-15 05:05:03'),(146,720,'2006-02-15 05:05:03'),(146,731,'2006-02-15 05:05:03'),(146,734,'2006-02-15 05:05:03'),(146,871,'2006-02-15 05:05:03'),(146,909,'2006-02-15 05:05:03'),(146,922,'2006-02-15 05:05:03'),(146,945,'2006-02-15 05:05:03'),(146,955,'2006-02-15 05:05:03'),(146,966,'2006-02-15 05:05:03'),(146,969,'2006-02-15 05:05:03'),(147,4,'2006-02-15 05:05:03'),(147,85,'2006-02-15 05:05:03'),(147,131,'2006-02-15 05:05:03'),(147,139,'2006-02-15 05:05:03'),(147,145,'2006-02-15 05:05:03'),(147,178,'2006-02-15 05:05:03'),(147,251,'2006-02-15 05:05:03'),(147,254,'2006-02-15 05:05:03'),(147,295,'2006-02-15 05:05:03'),(147,298,'2006-02-15 05:05:03'),(147,305,'2006-02-15 05:05:03'),(147,310,'2006-02-15 05:05:03'),(147,318,'2006-02-15 05:05:03'),(147,333,'2006-02-15 05:05:03'),(147,341,'2006-02-15 05:05:03'),(147,351,'2006-02-15 05:05:03'),(147,394,'2006-02-15 05:05:03'),(147,402,'2006-02-15 05:05:03'),(147,405,'2006-02-15 05:05:03'),(147,410,'2006-02-15 05:05:03'),(147,431,'2006-02-15 05:05:03'),(147,443,'2006-02-15 05:05:03'),(147,508,'2006-02-15 05:05:03'),(147,554,'2006-02-15 05:05:03'),(147,563,'2006-02-15 05:05:03'),(147,649,'2006-02-15 05:05:03'),(147,688,'2006-02-15 05:05:03'),(147,708,'2006-02-15 05:05:03'),(147,864,'2006-02-15 05:05:03'),(147,957,'2006-02-15 05:05:03'),(147,987,'2006-02-15 05:05:03'),(148,27,'2006-02-15 05:05:03'),(148,57,'2006-02-15 05:05:03'),(148,133,'2006-02-15 05:05:03'),(148,149,'2006-02-15 05:05:03'),(148,226,'2006-02-15 05:05:03'),(148,342,'2006-02-15 05:05:03'),(148,368,'2006-02-15 05:05:03'),(148,422,'2006-02-15 05:05:03'),(148,468,'2006-02-15 05:05:03'),(148,633,'2006-02-15 05:05:03'),(148,718,'2006-02-15 05:05:03'),(148,768,'2006-02-15 05:05:03'),(148,772,'2006-02-15 05:05:03'),(148,792,'2006-02-15 05:05:03'),(149,53,'2006-02-15 05:05:03'),(149,72,'2006-02-15 05:05:03'),(149,95,'2006-02-15 05:05:03'),(149,118,'2006-02-15 05:05:03'),(149,139,'2006-02-15 05:05:03'),(149,146,'2006-02-15 05:05:03'),(149,153,'2006-02-15 05:05:03'),(149,159,'2006-02-15 05:05:03'),(149,169,'2006-02-15 05:05:03'),(149,178,'2006-02-15 05:05:03'),(149,188,'2006-02-15 05:05:03'),(149,193,'2006-02-15 05:05:03'),(149,339,'2006-02-15 05:05:03'),(149,354,'2006-02-15 05:05:03'),(149,362,'2006-02-15 05:05:03'),(149,365,'2006-02-15 05:05:03'),(149,458,'2006-02-15 05:05:03'),(149,631,'2006-02-15 05:05:03'),(149,670,'2006-02-15 05:05:03'),(149,685,'2006-02-15 05:05:03'),(149,761,'2006-02-15 05:05:03'),(149,782,'2006-02-15 05:05:03'),(149,810,'2006-02-15 05:05:03'),(149,811,'2006-02-15 05:05:03'),(149,899,'2006-02-15 05:05:03'),(149,905,'2006-02-15 05:05:03'),(149,913,'2006-02-15 05:05:03'),(149,921,'2006-02-15 05:05:03'),(149,947,'2006-02-15 05:05:03'),(149,949,'2006-02-15 05:05:03'),(149,992,'2006-02-15 05:05:03'),(150,23,'2006-02-15 05:05:03'),(150,63,'2006-02-15 05:05:03'),(150,75,'2006-02-15 05:05:03'),(150,94,'2006-02-15 05:05:03'),(150,105,'2006-02-15 05:05:03'),(150,168,'2006-02-15 05:05:03'),(150,190,'2006-02-15 05:05:03'),(150,206,'2006-02-15 05:05:03'),(150,233,'2006-02-15 05:05:03'),(150,270,'2006-02-15 05:05:03'),(150,285,'2006-02-15 05:05:03'),(150,306,'2006-02-15 05:05:03'),(150,386,'2006-02-15 05:05:03'),(150,433,'2006-02-15 05:05:03'),(150,446,'2006-02-15 05:05:03'),(150,447,'2006-02-15 05:05:03'),(150,468,'2006-02-15 05:05:03'),(150,508,'2006-02-15 05:05:03'),(150,542,'2006-02-15 05:05:03'),(150,551,'2006-02-15 05:05:03'),(150,629,'2006-02-15 05:05:03'),(150,647,'2006-02-15 05:05:03'),(150,672,'2006-02-15 05:05:03'),(150,697,'2006-02-15 05:05:03'),(150,728,'2006-02-15 05:05:03'),(150,777,'2006-02-15 05:05:03'),(150,854,'2006-02-15 05:05:03'),(150,873,'2006-02-15 05:05:03'),(150,880,'2006-02-15 05:05:03'),(150,887,'2006-02-15 05:05:03'),(150,889,'2006-02-15 05:05:03'),(150,892,'2006-02-15 05:05:03'),(150,953,'2006-02-15 05:05:03'),(150,962,'2006-02-15 05:05:03'),(151,131,'2006-02-15 05:05:03'),(151,144,'2006-02-15 05:05:03'),(151,167,'2006-02-15 05:05:03'),(151,170,'2006-02-15 05:05:03'),(151,217,'2006-02-15 05:05:03'),(151,232,'2006-02-15 05:05:03'),(151,342,'2006-02-15 05:05:03'),(151,367,'2006-02-15 05:05:03'),(151,370,'2006-02-15 05:05:03'),(151,382,'2006-02-15 05:05:03'),(151,451,'2006-02-15 05:05:03'),(151,463,'2006-02-15 05:05:03'),(151,482,'2006-02-15 05:05:03'),(151,501,'2006-02-15 05:05:03'),(151,527,'2006-02-15 05:05:03'),(151,539,'2006-02-15 05:05:03'),(151,570,'2006-02-15 05:05:03'),(151,574,'2006-02-15 05:05:03'),(151,634,'2006-02-15 05:05:03'),(151,658,'2006-02-15 05:05:03'),(151,665,'2006-02-15 05:05:03'),(151,703,'2006-02-15 05:05:03'),(151,880,'2006-02-15 05:05:03'),(151,892,'2006-02-15 05:05:03'),(151,895,'2006-02-15 05:05:03'),(151,989,'2006-02-15 05:05:03'),(152,59,'2006-02-15 05:05:03'),(152,153,'2006-02-15 05:05:03'),(152,217,'2006-02-15 05:05:03'),(152,248,'2006-02-15 05:05:03'),(152,318,'2006-02-15 05:05:03'),(152,332,'2006-02-15 05:05:03'),(152,475,'2006-02-15 05:05:03'),(152,476,'2006-02-15 05:05:03'),(152,578,'2006-02-15 05:05:03'),(152,607,'2006-02-15 05:05:03'),(152,611,'2006-02-15 05:05:03'),(152,615,'2006-02-15 05:05:03'),(152,674,'2006-02-15 05:05:03'),(152,680,'2006-02-15 05:05:03'),(152,729,'2006-02-15 05:05:03'),(152,768,'2006-02-15 05:05:03'),(152,821,'2006-02-15 05:05:03'),(152,846,'2006-02-15 05:05:03'),(152,891,'2006-02-15 05:05:03'),(152,898,'2006-02-15 05:05:03'),(152,927,'2006-02-15 05:05:03'),(152,964,'2006-02-15 05:05:03'),(152,968,'2006-02-15 05:05:03'),(153,47,'2006-02-15 05:05:03'),(153,64,'2006-02-15 05:05:03'),(153,136,'2006-02-15 05:05:03'),(153,180,'2006-02-15 05:05:03'),(153,203,'2006-02-15 05:05:03'),(153,231,'2006-02-15 05:05:03'),(153,444,'2006-02-15 05:05:03'),(153,476,'2006-02-15 05:05:03'),(153,480,'2006-02-15 05:05:03'),(153,486,'2006-02-15 05:05:03'),(153,536,'2006-02-15 05:05:03'),(153,627,'2006-02-15 05:05:03'),(153,732,'2006-02-15 05:05:03'),(153,756,'2006-02-15 05:05:03'),(153,766,'2006-02-15 05:05:03'),(153,817,'2006-02-15 05:05:03'),(153,847,'2006-02-15 05:05:03'),(153,919,'2006-02-15 05:05:03'),(153,938,'2006-02-15 05:05:03'),(153,988,'2006-02-15 05:05:03'),(154,27,'2006-02-15 05:05:03'),(154,111,'2006-02-15 05:05:03'),(154,141,'2006-02-15 05:05:03'),(154,158,'2006-02-15 05:05:03'),(154,169,'2006-02-15 05:05:03'),(154,170,'2006-02-15 05:05:03'),(154,193,'2006-02-15 05:05:03'),(154,208,'2006-02-15 05:05:03'),(154,274,'2006-02-15 05:05:03'),(154,276,'2006-02-15 05:05:03'),(154,282,'2006-02-15 05:05:03'),(154,299,'2006-02-15 05:05:03'),(154,314,'2006-02-15 05:05:03'),(154,396,'2006-02-15 05:05:03'),(154,399,'2006-02-15 05:05:03'),(154,421,'2006-02-15 05:05:03'),(154,440,'2006-02-15 05:05:03'),(154,467,'2006-02-15 05:05:03'),(154,474,'2006-02-15 05:05:03'),(154,489,'2006-02-15 05:05:03'),(154,588,'2006-02-15 05:05:03'),(154,602,'2006-02-15 05:05:03'),(154,680,'2006-02-15 05:05:03'),(154,698,'2006-02-15 05:05:03'),(154,802,'2006-02-15 05:05:03'),(154,842,'2006-02-15 05:05:03'),(154,954,'2006-02-15 05:05:03'),(154,988,'2006-02-15 05:05:03'),(155,20,'2006-02-15 05:05:03'),(155,67,'2006-02-15 05:05:03'),(155,128,'2006-02-15 05:05:03'),(155,153,'2006-02-15 05:05:03'),(155,220,'2006-02-15 05:05:03'),(155,249,'2006-02-15 05:05:03'),(155,303,'2006-02-15 05:05:03'),(155,312,'2006-02-15 05:05:03'),(155,359,'2006-02-15 05:05:03'),(155,361,'2006-02-15 05:05:03'),(155,383,'2006-02-15 05:05:03'),(155,387,'2006-02-15 05:05:03'),(155,407,'2006-02-15 05:05:03'),(155,427,'2006-02-15 05:05:03'),(155,459,'2006-02-15 05:05:03'),(155,513,'2006-02-15 05:05:03'),(155,584,'2006-02-15 05:05:03'),(155,590,'2006-02-15 05:05:03'),(155,630,'2006-02-15 05:05:03'),(155,688,'2006-02-15 05:05:03'),(155,757,'2006-02-15 05:05:03'),(155,768,'2006-02-15 05:05:03'),(155,785,'2006-02-15 05:05:03'),(155,849,'2006-02-15 05:05:03'),(155,885,'2006-02-15 05:05:03'),(155,890,'2006-02-15 05:05:03'),(155,941,'2006-02-15 05:05:03'),(155,966,'2006-02-15 05:05:03'),(155,987,'2006-02-15 05:05:03'),(155,997,'2006-02-15 05:05:03'),(155,1000,'2006-02-15 05:05:03'),(156,53,'2006-02-15 05:05:03'),(156,155,'2006-02-15 05:05:03'),(156,198,'2006-02-15 05:05:03'),(156,244,'2006-02-15 05:05:03'),(156,262,'2006-02-15 05:05:03'),(156,263,'2006-02-15 05:05:03'),(156,285,'2006-02-15 05:05:03'),(156,297,'2006-02-15 05:05:03'),(156,301,'2006-02-15 05:05:03'),(156,349,'2006-02-15 05:05:03'),(156,379,'2006-02-15 05:05:03'),(156,448,'2006-02-15 05:05:03'),(156,462,'2006-02-15 05:05:03'),(156,467,'2006-02-15 05:05:03'),(156,504,'2006-02-15 05:05:03'),(156,518,'2006-02-15 05:05:03'),(156,593,'2006-02-15 05:05:03'),(156,646,'2006-02-15 05:05:03'),(156,705,'2006-02-15 05:05:03'),(156,754,'2006-02-15 05:05:03'),(156,775,'2006-02-15 05:05:03'),(156,844,'2006-02-15 05:05:03'),(157,10,'2006-02-15 05:05:03'),(157,24,'2006-02-15 05:05:03'),(157,34,'2006-02-15 05:05:03'),(157,122,'2006-02-15 05:05:03'),(157,159,'2006-02-15 05:05:03'),(157,183,'2006-02-15 05:05:03'),(157,210,'2006-02-15 05:05:03'),(157,217,'2006-02-15 05:05:03'),(157,291,'2006-02-15 05:05:03'),(157,303,'2006-02-15 05:05:03'),(157,321,'2006-02-15 05:05:03'),(157,326,'2006-02-15 05:05:03'),(157,353,'2006-02-15 05:05:03'),(157,400,'2006-02-15 05:05:03'),(157,406,'2006-02-15 05:05:03'),(157,431,'2006-02-15 05:05:03'),(157,496,'2006-02-15 05:05:03'),(157,535,'2006-02-15 05:05:03'),(157,573,'2006-02-15 05:05:03'),(157,574,'2006-02-15 05:05:03'),(157,604,'2006-02-15 05:05:03'),(157,616,'2006-02-15 05:05:03'),(157,642,'2006-02-15 05:05:03'),(157,661,'2006-02-15 05:05:03'),(157,696,'2006-02-15 05:05:03'),(157,713,'2006-02-15 05:05:03'),(157,802,'2006-02-15 05:05:03'),(157,835,'2006-02-15 05:05:03'),(157,874,'2006-02-15 05:05:03'),(157,913,'2006-02-15 05:05:03'),(157,967,'2006-02-15 05:05:03'),(157,973,'2006-02-15 05:05:03'),(158,32,'2006-02-15 05:05:03'),(158,47,'2006-02-15 05:05:03'),(158,64,'2006-02-15 05:05:03'),(158,66,'2006-02-15 05:05:03'),(158,102,'2006-02-15 05:05:03'),(158,121,'2006-02-15 05:05:03'),(158,177,'2006-02-15 05:05:03'),(158,178,'2006-02-15 05:05:03'),(158,188,'2006-02-15 05:05:03'),(158,215,'2006-02-15 05:05:03'),(158,241,'2006-02-15 05:05:03'),(158,293,'2006-02-15 05:05:03'),(158,437,'2006-02-15 05:05:03'),(158,473,'2006-02-15 05:05:03'),(158,483,'2006-02-15 05:05:03'),(158,532,'2006-02-15 05:05:03'),(158,555,'2006-02-15 05:05:03'),(158,581,'2006-02-15 05:05:03'),(158,601,'2006-02-15 05:05:03'),(158,616,'2006-02-15 05:05:03'),(158,626,'2006-02-15 05:05:03'),(158,637,'2006-02-15 05:05:03'),(158,799,'2006-02-15 05:05:03'),(158,812,'2006-02-15 05:05:03'),(158,824,'2006-02-15 05:05:03'),(158,830,'2006-02-15 05:05:03'),(158,840,'2006-02-15 05:05:03'),(158,869,'2006-02-15 05:05:03'),(158,879,'2006-02-15 05:05:03'),(158,880,'2006-02-15 05:05:03'),(158,894,'2006-02-15 05:05:03'),(158,896,'2006-02-15 05:05:03'),(158,967,'2006-02-15 05:05:03'),(158,968,'2006-02-15 05:05:03'),(158,990,'2006-02-15 05:05:03'),(159,20,'2006-02-15 05:05:03'),(159,82,'2006-02-15 05:05:03'),(159,127,'2006-02-15 05:05:03'),(159,187,'2006-02-15 05:05:03'),(159,206,'2006-02-15 05:05:03'),(159,208,'2006-02-15 05:05:03'),(159,223,'2006-02-15 05:05:03'),(159,248,'2006-02-15 05:05:03'),(159,342,'2006-02-15 05:05:03'),(159,343,'2006-02-15 05:05:03'),(159,344,'2006-02-15 05:05:03'),(159,364,'2006-02-15 05:05:03'),(159,418,'2006-02-15 05:05:03'),(159,549,'2006-02-15 05:05:03'),(159,561,'2006-02-15 05:05:03'),(159,600,'2006-02-15 05:05:03'),(159,674,'2006-02-15 05:05:03'),(159,680,'2006-02-15 05:05:03'),(159,784,'2006-02-15 05:05:03'),(159,789,'2006-02-15 05:05:03'),(159,800,'2006-02-15 05:05:03'),(159,802,'2006-02-15 05:05:03'),(159,818,'2006-02-15 05:05:03'),(159,876,'2006-02-15 05:05:03'),(159,907,'2006-02-15 05:05:03'),(159,978,'2006-02-15 05:05:03'),(160,2,'2006-02-15 05:05:03'),(160,17,'2006-02-15 05:05:03'),(160,43,'2006-02-15 05:05:03'),(160,242,'2006-02-15 05:05:03'),(160,267,'2006-02-15 05:05:03'),(160,275,'2006-02-15 05:05:03'),(160,368,'2006-02-15 05:05:03'),(160,455,'2006-02-15 05:05:03'),(160,469,'2006-02-15 05:05:03'),(160,484,'2006-02-15 05:05:03'),(160,579,'2006-02-15 05:05:03'),(160,660,'2006-02-15 05:05:03'),(160,755,'2006-02-15 05:05:03'),(160,767,'2006-02-15 05:05:03'),(160,769,'2006-02-15 05:05:03'),(160,794,'2006-02-15 05:05:03'),(160,826,'2006-02-15 05:05:03'),(160,883,'2006-02-15 05:05:03'),(160,950,'2006-02-15 05:05:03'),(160,954,'2006-02-15 05:05:03'),(161,43,'2006-02-15 05:05:03'),(161,58,'2006-02-15 05:05:03'),(161,89,'2006-02-15 05:05:03'),(161,90,'2006-02-15 05:05:03'),(161,120,'2006-02-15 05:05:03'),(161,188,'2006-02-15 05:05:03'),(161,247,'2006-02-15 05:05:03'),(161,269,'2006-02-15 05:05:03'),(161,281,'2006-02-15 05:05:03'),(161,340,'2006-02-15 05:05:03'),(161,353,'2006-02-15 05:05:03'),(161,401,'2006-02-15 05:05:03'),(161,414,'2006-02-15 05:05:03'),(161,425,'2006-02-15 05:05:03'),(161,469,'2006-02-15 05:05:03'),(161,526,'2006-02-15 05:05:03'),(161,588,'2006-02-15 05:05:03'),(161,644,'2006-02-15 05:05:03'),(161,653,'2006-02-15 05:05:03'),(161,655,'2006-02-15 05:05:03'),(161,669,'2006-02-15 05:05:03'),(161,684,'2006-02-15 05:05:03'),(161,714,'2006-02-15 05:05:03'),(161,749,'2006-02-15 05:05:03'),(161,807,'2006-02-15 05:05:03'),(161,825,'2006-02-15 05:05:03'),(161,850,'2006-02-15 05:05:03'),(161,880,'2006-02-15 05:05:03'),(161,920,'2006-02-15 05:05:03'),(161,921,'2006-02-15 05:05:03'),(161,924,'2006-02-15 05:05:03'),(161,927,'2006-02-15 05:05:03'),(162,1,'2006-02-15 05:05:03'),(162,4,'2006-02-15 05:05:03'),(162,7,'2006-02-15 05:05:03'),(162,18,'2006-02-15 05:05:03'),(162,28,'2006-02-15 05:05:03'),(162,32,'2006-02-15 05:05:03'),(162,33,'2006-02-15 05:05:03'),(162,41,'2006-02-15 05:05:03'),(162,85,'2006-02-15 05:05:03'),(162,121,'2006-02-15 05:05:03'),(162,164,'2006-02-15 05:05:03'),(162,274,'2006-02-15 05:05:03'),(162,279,'2006-02-15 05:05:03'),(162,409,'2006-02-15 05:05:03'),(162,410,'2006-02-15 05:05:03'),(162,415,'2006-02-15 05:05:03'),(162,500,'2006-02-15 05:05:03'),(162,574,'2006-02-15 05:05:03'),(162,612,'2006-02-15 05:05:03'),(162,636,'2006-02-15 05:05:03'),(162,659,'2006-02-15 05:05:03'),(162,786,'2006-02-15 05:05:03'),(162,844,'2006-02-15 05:05:03'),(162,909,'2006-02-15 05:05:03'),(162,968,'2006-02-15 05:05:03'),(163,30,'2006-02-15 05:05:03'),(163,45,'2006-02-15 05:05:03'),(163,166,'2006-02-15 05:05:03'),(163,180,'2006-02-15 05:05:03'),(163,239,'2006-02-15 05:05:03'),(163,283,'2006-02-15 05:05:03'),(163,303,'2006-02-15 05:05:03'),(163,304,'2006-02-15 05:05:03'),(163,307,'2006-02-15 05:05:03'),(163,394,'2006-02-15 05:05:03'),(163,409,'2006-02-15 05:05:03'),(163,434,'2006-02-15 05:05:03'),(163,444,'2006-02-15 05:05:03'),(163,522,'2006-02-15 05:05:03'),(163,719,'2006-02-15 05:05:03'),(163,785,'2006-02-15 05:05:03'),(163,833,'2006-02-15 05:05:03'),(163,881,'2006-02-15 05:05:03'),(163,891,'2006-02-15 05:05:03'),(163,947,'2006-02-15 05:05:03'),(163,996,'2006-02-15 05:05:03'),(164,15,'2006-02-15 05:05:03'),(164,23,'2006-02-15 05:05:03'),(164,148,'2006-02-15 05:05:03'),(164,169,'2006-02-15 05:05:03'),(164,252,'2006-02-15 05:05:03'),(164,324,'2006-02-15 05:05:03'),(164,347,'2006-02-15 05:05:03'),(164,367,'2006-02-15 05:05:03'),(164,431,'2006-02-15 05:05:03'),(164,448,'2006-02-15 05:05:03'),(164,469,'2006-02-15 05:05:03'),(164,545,'2006-02-15 05:05:03'),(164,610,'2006-02-15 05:05:03'),(164,613,'2006-02-15 05:05:03'),(164,673,'2006-02-15 05:05:03'),(164,681,'2006-02-15 05:05:03'),(164,698,'2006-02-15 05:05:03'),(164,801,'2006-02-15 05:05:03'),(164,820,'2006-02-15 05:05:03'),(164,832,'2006-02-15 05:05:03'),(164,834,'2006-02-15 05:05:03'),(164,851,'2006-02-15 05:05:03'),(164,884,'2006-02-15 05:05:03'),(164,908,'2006-02-15 05:05:03'),(164,957,'2006-02-15 05:05:03'),(164,984,'2006-02-15 05:05:03'),(165,72,'2006-02-15 05:05:03'),(165,95,'2006-02-15 05:05:03'),(165,146,'2006-02-15 05:05:03'),(165,204,'2006-02-15 05:05:03'),(165,253,'2006-02-15 05:05:03'),(165,286,'2006-02-15 05:05:03'),(165,360,'2006-02-15 05:05:03'),(165,375,'2006-02-15 05:05:03'),(165,395,'2006-02-15 05:05:03'),(165,421,'2006-02-15 05:05:03'),(165,437,'2006-02-15 05:05:03'),(165,473,'2006-02-15 05:05:03'),(165,607,'2006-02-15 05:05:03'),(165,644,'2006-02-15 05:05:03'),(165,659,'2006-02-15 05:05:03'),(165,693,'2006-02-15 05:05:03'),(165,737,'2006-02-15 05:05:03'),(165,779,'2006-02-15 05:05:03'),(165,798,'2006-02-15 05:05:03'),(165,807,'2006-02-15 05:05:03'),(165,809,'2006-02-15 05:05:03'),(165,832,'2006-02-15 05:05:03'),(165,833,'2006-02-15 05:05:03'),(165,947,'2006-02-15 05:05:03'),(165,948,'2006-02-15 05:05:03'),(165,962,'2006-02-15 05:05:03'),(166,25,'2006-02-15 05:05:03'),(166,38,'2006-02-15 05:05:03'),(166,55,'2006-02-15 05:05:03'),(166,61,'2006-02-15 05:05:03'),(166,68,'2006-02-15 05:05:03'),(166,86,'2006-02-15 05:05:03'),(166,146,'2006-02-15 05:05:03'),(166,255,'2006-02-15 05:05:03'),(166,297,'2006-02-15 05:05:03'),(166,306,'2006-02-15 05:05:03'),(166,326,'2006-02-15 05:05:03'),(166,361,'2006-02-15 05:05:03'),(166,366,'2006-02-15 05:05:03'),(166,426,'2006-02-15 05:05:03'),(166,580,'2006-02-15 05:05:03'),(166,622,'2006-02-15 05:05:03'),(166,674,'2006-02-15 05:05:03'),(166,714,'2006-02-15 05:05:03'),(166,788,'2006-02-15 05:05:03'),(166,867,'2006-02-15 05:05:03'),(166,944,'2006-02-15 05:05:03'),(166,1000,'2006-02-15 05:05:03'),(167,17,'2006-02-15 05:05:03'),(167,25,'2006-02-15 05:05:03'),(167,63,'2006-02-15 05:05:03'),(167,72,'2006-02-15 05:05:03'),(167,107,'2006-02-15 05:05:03'),(167,120,'2006-02-15 05:05:03'),(167,191,'2006-02-15 05:05:03'),(167,294,'2006-02-15 05:05:03'),(167,319,'2006-02-15 05:05:03'),(167,339,'2006-02-15 05:05:03'),(167,341,'2006-02-15 05:05:03'),(167,496,'2006-02-15 05:05:03'),(167,554,'2006-02-15 05:05:03'),(167,626,'2006-02-15 05:05:03'),(167,628,'2006-02-15 05:05:03'),(167,672,'2006-02-15 05:05:03'),(167,692,'2006-02-15 05:05:03'),(167,717,'2006-02-15 05:05:03'),(167,734,'2006-02-15 05:05:03'),(167,794,'2006-02-15 05:05:03'),(167,800,'2006-02-15 05:05:03'),(167,802,'2006-02-15 05:05:03'),(167,856,'2006-02-15 05:05:03'),(167,864,'2006-02-15 05:05:03'),(167,882,'2006-02-15 05:05:03'),(167,923,'2006-02-15 05:05:03'),(168,32,'2006-02-15 05:05:03'),(168,56,'2006-02-15 05:05:03'),(168,92,'2006-02-15 05:05:03'),(168,115,'2006-02-15 05:05:03'),(168,188,'2006-02-15 05:05:03'),(168,196,'2006-02-15 05:05:03'),(168,208,'2006-02-15 05:05:03'),(168,237,'2006-02-15 05:05:03'),(168,241,'2006-02-15 05:05:03'),(168,255,'2006-02-15 05:05:03'),(168,305,'2006-02-15 05:05:03'),(168,336,'2006-02-15 05:05:03'),(168,387,'2006-02-15 05:05:03'),(168,433,'2006-02-15 05:05:03'),(168,438,'2006-02-15 05:05:03'),(168,519,'2006-02-15 05:05:03'),(168,602,'2006-02-15 05:05:03'),(168,619,'2006-02-15 05:05:03'),(168,626,'2006-02-15 05:05:03'),(168,652,'2006-02-15 05:05:03'),(168,678,'2006-02-15 05:05:03'),(168,685,'2006-02-15 05:05:03'),(168,804,'2006-02-15 05:05:03'),(168,807,'2006-02-15 05:05:03'),(168,826,'2006-02-15 05:05:03'),(168,841,'2006-02-15 05:05:03'),(168,886,'2006-02-15 05:05:03'),(168,889,'2006-02-15 05:05:03'),(168,892,'2006-02-15 05:05:03'),(168,927,'2006-02-15 05:05:03'),(168,959,'2006-02-15 05:05:03'),(169,6,'2006-02-15 05:05:03'),(169,78,'2006-02-15 05:05:03'),(169,93,'2006-02-15 05:05:03'),(169,246,'2006-02-15 05:05:03'),(169,248,'2006-02-15 05:05:03'),(169,289,'2006-02-15 05:05:03'),(169,301,'2006-02-15 05:05:03'),(169,326,'2006-02-15 05:05:03'),(169,349,'2006-02-15 05:05:03'),(169,372,'2006-02-15 05:05:03'),(169,398,'2006-02-15 05:05:03'),(169,434,'2006-02-15 05:05:03'),(169,505,'2006-02-15 05:05:03'),(169,564,'2006-02-15 05:05:03'),(169,571,'2006-02-15 05:05:03'),(169,634,'2006-02-15 05:05:03'),(169,642,'2006-02-15 05:05:03'),(169,673,'2006-02-15 05:05:03'),(169,694,'2006-02-15 05:05:03'),(169,727,'2006-02-15 05:05:03'),(169,778,'2006-02-15 05:05:03'),(169,815,'2006-02-15 05:05:03'),(169,847,'2006-02-15 05:05:03'),(169,849,'2006-02-15 05:05:03'),(169,894,'2006-02-15 05:05:03'),(169,897,'2006-02-15 05:05:03'),(169,954,'2006-02-15 05:05:03'),(169,992,'2006-02-15 05:05:03'),(169,998,'2006-02-15 05:05:03'),(170,7,'2006-02-15 05:05:03'),(170,15,'2006-02-15 05:05:03'),(170,27,'2006-02-15 05:05:03'),(170,33,'2006-02-15 05:05:03'),(170,102,'2006-02-15 05:05:03'),(170,139,'2006-02-15 05:05:03'),(170,180,'2006-02-15 05:05:03'),(170,184,'2006-02-15 05:05:03'),(170,212,'2006-02-15 05:05:03'),(170,299,'2006-02-15 05:05:03'),(170,322,'2006-02-15 05:05:03'),(170,358,'2006-02-15 05:05:03'),(170,416,'2006-02-15 05:05:03'),(170,508,'2006-02-15 05:05:03'),(170,537,'2006-02-15 05:05:03'),(170,705,'2006-02-15 05:05:03'),(170,758,'2006-02-15 05:05:03'),(170,764,'2006-02-15 05:05:03'),(170,868,'2006-02-15 05:05:03'),(170,877,'2006-02-15 05:05:03'),(170,886,'2006-02-15 05:05:03'),(170,925,'2006-02-15 05:05:03'),(170,993,'2006-02-15 05:05:03'),(170,996,'2006-02-15 05:05:03'),(171,49,'2006-02-15 05:05:03'),(171,146,'2006-02-15 05:05:03'),(171,166,'2006-02-15 05:05:03'),(171,181,'2006-02-15 05:05:03'),(171,219,'2006-02-15 05:05:03'),(171,273,'2006-02-15 05:05:03'),(171,296,'2006-02-15 05:05:03'),(171,318,'2006-02-15 05:05:03'),(171,342,'2006-02-15 05:05:03'),(171,397,'2006-02-15 05:05:03'),(171,447,'2006-02-15 05:05:03'),(171,450,'2006-02-15 05:05:03'),(171,466,'2006-02-15 05:05:03'),(171,549,'2006-02-15 05:05:03'),(171,560,'2006-02-15 05:05:03'),(171,566,'2006-02-15 05:05:03'),(171,608,'2006-02-15 05:05:03'),(171,625,'2006-02-15 05:05:03'),(171,645,'2006-02-15 05:05:03'),(171,701,'2006-02-15 05:05:03'),(171,761,'2006-02-15 05:05:03'),(171,779,'2006-02-15 05:05:03'),(171,849,'2006-02-15 05:05:03'),(171,872,'2006-02-15 05:05:03'),(171,892,'2006-02-15 05:05:03'),(171,898,'2006-02-15 05:05:03'),(171,903,'2006-02-15 05:05:03'),(171,953,'2006-02-15 05:05:03'),(172,57,'2006-02-15 05:05:03'),(172,100,'2006-02-15 05:05:03'),(172,148,'2006-02-15 05:05:03'),(172,215,'2006-02-15 05:05:03'),(172,302,'2006-02-15 05:05:03'),(172,345,'2006-02-15 05:05:03'),(172,368,'2006-02-15 05:05:03'),(172,385,'2006-02-15 05:05:03'),(172,423,'2006-02-15 05:05:03'),(172,487,'2006-02-15 05:05:03'),(172,493,'2006-02-15 05:05:03'),(172,529,'2006-02-15 05:05:03'),(172,538,'2006-02-15 05:05:03'),(172,567,'2006-02-15 05:05:03'),(172,609,'2006-02-15 05:05:03'),(172,639,'2006-02-15 05:05:03'),(172,649,'2006-02-15 05:05:03'),(172,661,'2006-02-15 05:05:03'),(172,667,'2006-02-15 05:05:03'),(172,710,'2006-02-15 05:05:03'),(172,744,'2006-02-15 05:05:03'),(172,758,'2006-02-15 05:05:03'),(172,771,'2006-02-15 05:05:03'),(172,833,'2006-02-15 05:05:03'),(172,959,'2006-02-15 05:05:03'),(173,49,'2006-02-15 05:05:03'),(173,55,'2006-02-15 05:05:03'),(173,74,'2006-02-15 05:05:03'),(173,80,'2006-02-15 05:05:03'),(173,106,'2006-02-15 05:05:03'),(173,154,'2006-02-15 05:05:03'),(173,162,'2006-02-15 05:05:03'),(173,188,'2006-02-15 05:05:03'),(173,235,'2006-02-15 05:05:03'),(173,313,'2006-02-15 05:05:03'),(173,379,'2006-02-15 05:05:03'),(173,405,'2006-02-15 05:05:03'),(173,491,'2006-02-15 05:05:03'),(173,496,'2006-02-15 05:05:03'),(173,529,'2006-02-15 05:05:03'),(173,550,'2006-02-15 05:05:03'),(173,564,'2006-02-15 05:05:03'),(173,571,'2006-02-15 05:05:03'),(173,592,'2006-02-15 05:05:03'),(173,688,'2006-02-15 05:05:03'),(173,753,'2006-02-15 05:05:03'),(173,757,'2006-02-15 05:05:03'),(173,852,'2006-02-15 05:05:03'),(173,857,'2006-02-15 05:05:03'),(173,921,'2006-02-15 05:05:03'),(173,928,'2006-02-15 05:05:03'),(173,933,'2006-02-15 05:05:03'),(174,11,'2006-02-15 05:05:03'),(174,61,'2006-02-15 05:05:03'),(174,168,'2006-02-15 05:05:03'),(174,298,'2006-02-15 05:05:03'),(174,352,'2006-02-15 05:05:03'),(174,442,'2006-02-15 05:05:03'),(174,451,'2006-02-15 05:05:03'),(174,496,'2006-02-15 05:05:03'),(174,610,'2006-02-15 05:05:03'),(174,618,'2006-02-15 05:05:03'),(174,622,'2006-02-15 05:05:03'),(174,659,'2006-02-15 05:05:03'),(174,677,'2006-02-15 05:05:03'),(174,705,'2006-02-15 05:05:03'),(174,722,'2006-02-15 05:05:03'),(174,780,'2006-02-15 05:05:03'),(174,797,'2006-02-15 05:05:03'),(174,809,'2006-02-15 05:05:03'),(174,827,'2006-02-15 05:05:03'),(174,830,'2006-02-15 05:05:03'),(174,852,'2006-02-15 05:05:03'),(174,853,'2006-02-15 05:05:03'),(174,879,'2006-02-15 05:05:03'),(174,982,'2006-02-15 05:05:03'),(175,9,'2006-02-15 05:05:03'),(175,29,'2006-02-15 05:05:03'),(175,67,'2006-02-15 05:05:03'),(175,129,'2006-02-15 05:05:03'),(175,155,'2006-02-15 05:05:03'),(175,190,'2006-02-15 05:05:03'),(175,191,'2006-02-15 05:05:03'),(175,362,'2006-02-15 05:05:03'),(175,405,'2006-02-15 05:05:03'),(175,424,'2006-02-15 05:05:03'),(175,439,'2006-02-15 05:05:03'),(175,442,'2006-02-15 05:05:03'),(175,483,'2006-02-15 05:05:03'),(175,591,'2006-02-15 05:05:03'),(175,596,'2006-02-15 05:05:03'),(175,616,'2006-02-15 05:05:03'),(175,719,'2006-02-15 05:05:03'),(175,729,'2006-02-15 05:05:03'),(175,772,'2006-02-15 05:05:03'),(175,778,'2006-02-15 05:05:03'),(175,828,'2006-02-15 05:05:03'),(175,842,'2006-02-15 05:05:03'),(175,890,'2006-02-15 05:05:03'),(175,908,'2006-02-15 05:05:03'),(175,977,'2006-02-15 05:05:03'),(175,978,'2006-02-15 05:05:03'),(175,998,'2006-02-15 05:05:03'),(176,13,'2006-02-15 05:05:03'),(176,73,'2006-02-15 05:05:03'),(176,89,'2006-02-15 05:05:03'),(176,150,'2006-02-15 05:05:03'),(176,162,'2006-02-15 05:05:03'),(176,238,'2006-02-15 05:05:03'),(176,252,'2006-02-15 05:05:03'),(176,303,'2006-02-15 05:05:03'),(176,320,'2006-02-15 05:05:03'),(176,401,'2006-02-15 05:05:03'),(176,417,'2006-02-15 05:05:03'),(176,441,'2006-02-15 05:05:03'),(176,458,'2006-02-15 05:05:03'),(176,461,'2006-02-15 05:05:03'),(176,517,'2006-02-15 05:05:03'),(176,521,'2006-02-15 05:05:03'),(176,543,'2006-02-15 05:05:03'),(176,573,'2006-02-15 05:05:03'),(176,699,'2006-02-15 05:05:03'),(176,726,'2006-02-15 05:05:03'),(176,740,'2006-02-15 05:05:03'),(176,746,'2006-02-15 05:05:03'),(176,758,'2006-02-15 05:05:03'),(176,802,'2006-02-15 05:05:03'),(176,827,'2006-02-15 05:05:03'),(176,839,'2006-02-15 05:05:03'),(176,859,'2006-02-15 05:05:03'),(176,872,'2006-02-15 05:05:03'),(176,946,'2006-02-15 05:05:03'),(177,12,'2006-02-15 05:05:03'),(177,39,'2006-02-15 05:05:03'),(177,52,'2006-02-15 05:05:03'),(177,55,'2006-02-15 05:05:03'),(177,86,'2006-02-15 05:05:03'),(177,175,'2006-02-15 05:05:03'),(177,188,'2006-02-15 05:05:03'),(177,235,'2006-02-15 05:05:03'),(177,237,'2006-02-15 05:05:03'),(177,289,'2006-02-15 05:05:03'),(177,363,'2006-02-15 05:05:03'),(177,401,'2006-02-15 05:05:03'),(177,433,'2006-02-15 05:05:03'),(177,458,'2006-02-15 05:05:03'),(177,522,'2006-02-15 05:05:03'),(177,543,'2006-02-15 05:05:03'),(177,563,'2006-02-15 05:05:03'),(177,649,'2006-02-15 05:05:03'),(177,683,'2006-02-15 05:05:03'),(177,684,'2006-02-15 05:05:03'),(177,726,'2006-02-15 05:05:03'),(177,751,'2006-02-15 05:05:03'),(177,763,'2006-02-15 05:05:03'),(177,764,'2006-02-15 05:05:03'),(177,827,'2006-02-15 05:05:03'),(177,910,'2006-02-15 05:05:03'),(177,956,'2006-02-15 05:05:03'),(178,30,'2006-02-15 05:05:03'),(178,34,'2006-02-15 05:05:03'),(178,109,'2006-02-15 05:05:03'),(178,146,'2006-02-15 05:05:03'),(178,160,'2006-02-15 05:05:03'),(178,164,'2006-02-15 05:05:03'),(178,194,'2006-02-15 05:05:03'),(178,197,'2006-02-15 05:05:03'),(178,273,'2006-02-15 05:05:03'),(178,311,'2006-02-15 05:05:03'),(178,397,'2006-02-15 05:05:03'),(178,483,'2006-02-15 05:05:03'),(178,517,'2006-02-15 05:05:03'),(178,537,'2006-02-15 05:05:03'),(178,587,'2006-02-15 05:05:03'),(178,708,'2006-02-15 05:05:03'),(178,733,'2006-02-15 05:05:03'),(178,744,'2006-02-15 05:05:03'),(178,762,'2006-02-15 05:05:03'),(178,930,'2006-02-15 05:05:03'),(178,974,'2006-02-15 05:05:03'),(178,983,'2006-02-15 05:05:03'),(178,1000,'2006-02-15 05:05:03'),(179,24,'2006-02-15 05:05:03'),(179,27,'2006-02-15 05:05:03'),(179,65,'2006-02-15 05:05:03'),(179,85,'2006-02-15 05:05:03'),(179,109,'2006-02-15 05:05:03'),(179,131,'2006-02-15 05:05:03'),(179,159,'2006-02-15 05:05:03'),(179,193,'2006-02-15 05:05:03'),(179,250,'2006-02-15 05:05:03'),(179,291,'2006-02-15 05:05:03'),(179,353,'2006-02-15 05:05:03'),(179,415,'2006-02-15 05:05:03'),(179,463,'2006-02-15 05:05:03'),(179,468,'2006-02-15 05:05:03'),(179,489,'2006-02-15 05:05:03'),(179,566,'2006-02-15 05:05:03'),(179,588,'2006-02-15 05:05:03'),(179,650,'2006-02-15 05:05:03'),(179,698,'2006-02-15 05:05:03'),(179,732,'2006-02-15 05:05:03'),(179,737,'2006-02-15 05:05:03'),(179,769,'2006-02-15 05:05:03'),(179,811,'2006-02-15 05:05:03'),(179,817,'2006-02-15 05:05:03'),(179,852,'2006-02-15 05:05:03'),(179,924,'2006-02-15 05:05:03'),(179,931,'2006-02-15 05:05:03'),(179,960,'2006-02-15 05:05:03'),(179,976,'2006-02-15 05:05:03'),(180,12,'2006-02-15 05:05:03'),(180,33,'2006-02-15 05:05:03'),(180,144,'2006-02-15 05:05:03'),(180,195,'2006-02-15 05:05:03'),(180,258,'2006-02-15 05:05:03'),(180,441,'2006-02-15 05:05:03'),(180,506,'2006-02-15 05:05:03'),(180,561,'2006-02-15 05:05:03'),(180,609,'2006-02-15 05:05:03'),(180,622,'2006-02-15 05:05:03'),(180,628,'2006-02-15 05:05:03'),(180,657,'2006-02-15 05:05:03'),(180,724,'2006-02-15 05:05:03'),(180,729,'2006-02-15 05:05:03'),(180,732,'2006-02-15 05:05:03'),(180,777,'2006-02-15 05:05:03'),(180,809,'2006-02-15 05:05:03'),(180,811,'2006-02-15 05:05:03'),(180,820,'2006-02-15 05:05:03'),(180,824,'2006-02-15 05:05:03'),(180,847,'2006-02-15 05:05:03'),(180,869,'2006-02-15 05:05:03'),(180,874,'2006-02-15 05:05:03'),(180,955,'2006-02-15 05:05:03'),(180,963,'2006-02-15 05:05:03'),(181,5,'2006-02-15 05:05:03'),(181,40,'2006-02-15 05:05:03'),(181,74,'2006-02-15 05:05:03'),(181,78,'2006-02-15 05:05:03'),(181,83,'2006-02-15 05:05:03'),(181,152,'2006-02-15 05:05:03'),(181,195,'2006-02-15 05:05:03'),(181,233,'2006-02-15 05:05:03'),(181,286,'2006-02-15 05:05:03'),(181,301,'2006-02-15 05:05:03'),(181,311,'2006-02-15 05:05:03'),(181,381,'2006-02-15 05:05:03'),(181,387,'2006-02-15 05:05:03'),(181,403,'2006-02-15 05:05:03'),(181,409,'2006-02-15 05:05:03'),(181,420,'2006-02-15 05:05:03'),(181,437,'2006-02-15 05:05:03'),(181,456,'2006-02-15 05:05:03'),(181,507,'2006-02-15 05:05:03'),(181,522,'2006-02-15 05:05:03'),(181,539,'2006-02-15 05:05:03'),(181,542,'2006-02-15 05:05:03'),(181,546,'2006-02-15 05:05:03'),(181,579,'2006-02-15 05:05:03'),(181,596,'2006-02-15 05:05:03'),(181,604,'2006-02-15 05:05:03'),(181,609,'2006-02-15 05:05:03'),(181,625,'2006-02-15 05:05:03'),(181,744,'2006-02-15 05:05:03'),(181,816,'2006-02-15 05:05:03'),(181,836,'2006-02-15 05:05:03'),(181,868,'2006-02-15 05:05:03'),(181,870,'2006-02-15 05:05:03'),(181,874,'2006-02-15 05:05:03'),(181,892,'2006-02-15 05:05:03'),(181,907,'2006-02-15 05:05:03'),(181,911,'2006-02-15 05:05:03'),(181,921,'2006-02-15 05:05:03'),(181,991,'2006-02-15 05:05:03'),(182,33,'2006-02-15 05:05:03'),(182,160,'2006-02-15 05:05:03'),(182,301,'2006-02-15 05:05:03'),(182,324,'2006-02-15 05:05:03'),(182,346,'2006-02-15 05:05:03'),(182,362,'2006-02-15 05:05:03'),(182,391,'2006-02-15 05:05:03'),(182,413,'2006-02-15 05:05:03'),(182,421,'2006-02-15 05:05:03'),(182,437,'2006-02-15 05:05:03'),(182,590,'2006-02-15 05:05:03'),(182,639,'2006-02-15 05:05:03'),(182,668,'2006-02-15 05:05:03'),(182,677,'2006-02-15 05:05:03'),(182,679,'2006-02-15 05:05:03'),(182,695,'2006-02-15 05:05:03'),(182,714,'2006-02-15 05:05:03'),(182,720,'2006-02-15 05:05:03'),(182,819,'2006-02-15 05:05:03'),(182,828,'2006-02-15 05:05:03'),(182,845,'2006-02-15 05:05:03'),(182,864,'2006-02-15 05:05:03'),(182,940,'2006-02-15 05:05:03'),(182,990,'2006-02-15 05:05:03'),(183,32,'2006-02-15 05:05:03'),(183,40,'2006-02-15 05:05:03'),(183,71,'2006-02-15 05:05:03'),(183,113,'2006-02-15 05:05:03'),(183,313,'2006-02-15 05:05:03'),(183,388,'2006-02-15 05:05:03'),(183,389,'2006-02-15 05:05:03'),(183,390,'2006-02-15 05:05:03'),(183,495,'2006-02-15 05:05:03'),(183,520,'2006-02-15 05:05:03'),(183,576,'2006-02-15 05:05:03'),(183,636,'2006-02-15 05:05:03'),(183,715,'2006-02-15 05:05:03'),(183,850,'2006-02-15 05:05:03'),(183,862,'2006-02-15 05:05:03'),(183,914,'2006-02-15 05:05:03'),(183,941,'2006-02-15 05:05:03'),(183,949,'2006-02-15 05:05:03'),(183,983,'2006-02-15 05:05:03'),(184,35,'2006-02-15 05:05:03'),(184,87,'2006-02-15 05:05:03'),(184,146,'2006-02-15 05:05:03'),(184,169,'2006-02-15 05:05:03'),(184,221,'2006-02-15 05:05:03'),(184,336,'2006-02-15 05:05:03'),(184,371,'2006-02-15 05:05:03'),(184,452,'2006-02-15 05:05:03'),(184,486,'2006-02-15 05:05:03'),(184,492,'2006-02-15 05:05:03'),(184,500,'2006-02-15 05:05:03'),(184,574,'2006-02-15 05:05:03'),(184,580,'2006-02-15 05:05:03'),(184,597,'2006-02-15 05:05:03'),(184,615,'2006-02-15 05:05:03'),(184,640,'2006-02-15 05:05:03'),(184,642,'2006-02-15 05:05:03'),(184,650,'2006-02-15 05:05:03'),(184,661,'2006-02-15 05:05:03'),(184,684,'2006-02-15 05:05:03'),(184,745,'2006-02-15 05:05:03'),(184,772,'2006-02-15 05:05:03'),(184,787,'2006-02-15 05:05:03'),(184,867,'2006-02-15 05:05:03'),(184,959,'2006-02-15 05:05:03'),(184,966,'2006-02-15 05:05:03'),(184,967,'2006-02-15 05:05:03'),(184,969,'2006-02-15 05:05:03'),(184,985,'2006-02-15 05:05:03'),(185,7,'2006-02-15 05:05:03'),(185,95,'2006-02-15 05:05:03'),(185,138,'2006-02-15 05:05:03'),(185,265,'2006-02-15 05:05:03'),(185,286,'2006-02-15 05:05:03'),(185,360,'2006-02-15 05:05:03'),(185,411,'2006-02-15 05:05:03'),(185,427,'2006-02-15 05:05:03'),(185,437,'2006-02-15 05:05:03'),(185,448,'2006-02-15 05:05:03'),(185,494,'2006-02-15 05:05:03'),(185,510,'2006-02-15 05:05:03'),(185,518,'2006-02-15 05:05:03'),(185,554,'2006-02-15 05:05:03'),(185,560,'2006-02-15 05:05:03'),(185,571,'2006-02-15 05:05:03'),(185,584,'2006-02-15 05:05:03'),(185,631,'2006-02-15 05:05:03'),(185,665,'2006-02-15 05:05:03'),(185,694,'2006-02-15 05:05:03'),(185,730,'2006-02-15 05:05:03'),(185,761,'2006-02-15 05:05:03'),(185,818,'2006-02-15 05:05:03'),(185,845,'2006-02-15 05:05:03'),(185,880,'2006-02-15 05:05:03'),(185,882,'2006-02-15 05:05:03'),(185,919,'2006-02-15 05:05:03'),(185,920,'2006-02-15 05:05:03'),(185,965,'2006-02-15 05:05:03'),(185,973,'2006-02-15 05:05:03'),(186,95,'2006-02-15 05:05:03'),(186,187,'2006-02-15 05:05:03'),(186,208,'2006-02-15 05:05:03'),(186,228,'2006-02-15 05:05:03'),(186,237,'2006-02-15 05:05:03'),(186,422,'2006-02-15 05:05:03'),(186,482,'2006-02-15 05:05:03'),(186,508,'2006-02-15 05:05:03'),(186,552,'2006-02-15 05:05:03'),(186,579,'2006-02-15 05:05:03'),(186,637,'2006-02-15 05:05:03'),(186,648,'2006-02-15 05:05:03'),(186,654,'2006-02-15 05:05:03'),(186,729,'2006-02-15 05:05:03'),(186,983,'2006-02-15 05:05:03'),(186,994,'2006-02-15 05:05:03'),(187,17,'2006-02-15 05:05:03'),(187,25,'2006-02-15 05:05:03'),(187,29,'2006-02-15 05:05:03'),(187,51,'2006-02-15 05:05:03'),(187,73,'2006-02-15 05:05:03'),(187,76,'2006-02-15 05:05:03'),(187,98,'2006-02-15 05:05:03'),(187,110,'2006-02-15 05:05:03'),(187,127,'2006-02-15 05:05:03'),(187,168,'2006-02-15 05:05:03'),(187,222,'2006-02-15 05:05:03'),(187,224,'2006-02-15 05:05:03'),(187,297,'2006-02-15 05:05:03'),(187,354,'2006-02-15 05:05:03'),(187,379,'2006-02-15 05:05:03'),(187,417,'2006-02-15 05:05:03'),(187,435,'2006-02-15 05:05:03'),(187,441,'2006-02-15 05:05:03'),(187,474,'2006-02-15 05:05:03'),(187,499,'2006-02-15 05:05:03'),(187,538,'2006-02-15 05:05:03'),(187,548,'2006-02-15 05:05:03'),(187,561,'2006-02-15 05:05:03'),(187,617,'2006-02-15 05:05:03'),(187,625,'2006-02-15 05:05:03'),(187,664,'2006-02-15 05:05:03'),(187,671,'2006-02-15 05:05:03'),(187,768,'2006-02-15 05:05:03'),(187,779,'2006-02-15 05:05:03'),(187,906,'2006-02-15 05:05:03'),(187,914,'2006-02-15 05:05:03'),(187,923,'2006-02-15 05:05:03'),(187,976,'2006-02-15 05:05:03'),(188,1,'2006-02-15 05:05:03'),(188,10,'2006-02-15 05:05:03'),(188,14,'2006-02-15 05:05:03'),(188,51,'2006-02-15 05:05:03'),(188,102,'2006-02-15 05:05:03'),(188,111,'2006-02-15 05:05:03'),(188,146,'2006-02-15 05:05:03'),(188,206,'2006-02-15 05:05:03'),(188,223,'2006-02-15 05:05:03'),(188,289,'2006-02-15 05:05:03'),(188,311,'2006-02-15 05:05:03'),(188,322,'2006-02-15 05:05:03'),(188,338,'2006-02-15 05:05:03'),(188,396,'2006-02-15 05:05:03'),(188,412,'2006-02-15 05:05:03'),(188,506,'2006-02-15 05:05:03'),(188,517,'2006-02-15 05:05:03'),(188,529,'2006-02-15 05:05:03'),(188,566,'2006-02-15 05:05:03'),(188,593,'2006-02-15 05:05:03'),(188,606,'2006-02-15 05:05:03'),(188,662,'2006-02-15 05:05:03'),(188,770,'2006-02-15 05:05:03'),(188,773,'2006-02-15 05:05:03'),(188,774,'2006-02-15 05:05:03'),(188,815,'2006-02-15 05:05:03'),(188,849,'2006-02-15 05:05:03'),(188,925,'2006-02-15 05:05:03'),(188,988,'2006-02-15 05:05:03'),(188,989,'2006-02-15 05:05:03'),(189,43,'2006-02-15 05:05:03'),(189,82,'2006-02-15 05:05:03'),(189,171,'2006-02-15 05:05:03'),(189,266,'2006-02-15 05:05:03'),(189,272,'2006-02-15 05:05:03'),(189,315,'2006-02-15 05:05:03'),(189,378,'2006-02-15 05:05:03'),(189,492,'2006-02-15 05:05:03'),(189,509,'2006-02-15 05:05:03'),(189,512,'2006-02-15 05:05:03'),(189,519,'2006-02-15 05:05:03'),(189,533,'2006-02-15 05:05:03'),(189,548,'2006-02-15 05:05:03'),(189,560,'2006-02-15 05:05:03'),(189,628,'2006-02-15 05:05:03'),(189,734,'2006-02-15 05:05:03'),(189,748,'2006-02-15 05:05:03'),(189,788,'2006-02-15 05:05:03'),(189,820,'2006-02-15 05:05:03'),(189,853,'2006-02-15 05:05:03'),(189,882,'2006-02-15 05:05:03'),(189,896,'2006-02-15 05:05:03'),(189,899,'2006-02-15 05:05:03'),(189,940,'2006-02-15 05:05:03'),(190,38,'2006-02-15 05:05:03'),(190,54,'2006-02-15 05:05:03'),(190,62,'2006-02-15 05:05:03'),(190,87,'2006-02-15 05:05:03'),(190,173,'2006-02-15 05:05:03'),(190,234,'2006-02-15 05:05:03'),(190,253,'2006-02-15 05:05:03'),(190,278,'2006-02-15 05:05:03'),(190,310,'2006-02-15 05:05:03'),(190,374,'2006-02-15 05:05:03'),(190,411,'2006-02-15 05:05:03'),(190,426,'2006-02-15 05:05:03'),(190,472,'2006-02-15 05:05:03'),(190,549,'2006-02-15 05:05:03'),(190,562,'2006-02-15 05:05:03'),(190,606,'2006-02-15 05:05:03'),(190,623,'2006-02-15 05:05:03'),(190,679,'2006-02-15 05:05:03'),(190,682,'2006-02-15 05:05:03'),(190,693,'2006-02-15 05:05:03'),(190,695,'2006-02-15 05:05:03'),(190,705,'2006-02-15 05:05:03'),(190,708,'2006-02-15 05:05:03'),(190,802,'2006-02-15 05:05:03'),(190,806,'2006-02-15 05:05:03'),(190,874,'2006-02-15 05:05:03'),(190,959,'2006-02-15 05:05:03'),(191,16,'2006-02-15 05:05:03'),(191,39,'2006-02-15 05:05:03'),(191,84,'2006-02-15 05:05:03'),(191,185,'2006-02-15 05:05:03'),(191,219,'2006-02-15 05:05:03'),(191,293,'2006-02-15 05:05:03'),(191,296,'2006-02-15 05:05:03'),(191,378,'2006-02-15 05:05:03'),(191,410,'2006-02-15 05:05:03'),(191,420,'2006-02-15 05:05:03'),(191,461,'2006-02-15 05:05:03'),(191,544,'2006-02-15 05:05:03'),(191,551,'2006-02-15 05:05:03'),(191,596,'2006-02-15 05:05:03'),(191,638,'2006-02-15 05:05:03'),(191,668,'2006-02-15 05:05:03'),(191,692,'2006-02-15 05:05:03'),(191,775,'2006-02-15 05:05:03'),(191,801,'2006-02-15 05:05:03'),(191,819,'2006-02-15 05:05:03'),(191,827,'2006-02-15 05:05:03'),(191,830,'2006-02-15 05:05:03'),(191,834,'2006-02-15 05:05:03'),(191,849,'2006-02-15 05:05:03'),(191,858,'2006-02-15 05:05:03'),(191,914,'2006-02-15 05:05:03'),(191,958,'2006-02-15 05:05:03'),(191,969,'2006-02-15 05:05:03'),(191,971,'2006-02-15 05:05:03'),(191,993,'2006-02-15 05:05:03'),(192,16,'2006-02-15 05:05:03'),(192,69,'2006-02-15 05:05:03'),(192,117,'2006-02-15 05:05:03'),(192,155,'2006-02-15 05:05:03'),(192,166,'2006-02-15 05:05:03'),(192,179,'2006-02-15 05:05:03'),(192,214,'2006-02-15 05:05:03'),(192,361,'2006-02-15 05:05:03'),(192,367,'2006-02-15 05:05:03'),(192,426,'2006-02-15 05:05:03'),(192,465,'2006-02-15 05:05:03'),(192,470,'2006-02-15 05:05:03'),(192,475,'2006-02-15 05:05:03'),(192,485,'2006-02-15 05:05:03'),(192,541,'2006-02-15 05:05:03'),(192,578,'2006-02-15 05:05:03'),(192,592,'2006-02-15 05:05:03'),(192,614,'2006-02-15 05:05:03'),(192,618,'2006-02-15 05:05:03'),(192,622,'2006-02-15 05:05:03'),(192,674,'2006-02-15 05:05:03'),(192,677,'2006-02-15 05:05:03'),(192,680,'2006-02-15 05:05:03'),(192,682,'2006-02-15 05:05:03'),(192,708,'2006-02-15 05:05:03'),(192,711,'2006-02-15 05:05:03'),(192,747,'2006-02-15 05:05:03'),(192,763,'2006-02-15 05:05:03'),(192,819,'2006-02-15 05:05:03'),(193,44,'2006-02-15 05:05:03'),(193,80,'2006-02-15 05:05:03'),(193,103,'2006-02-15 05:05:03'),(193,109,'2006-02-15 05:05:03'),(193,119,'2006-02-15 05:05:03'),(193,141,'2006-02-15 05:05:03'),(193,164,'2006-02-15 05:05:03'),(193,291,'2006-02-15 05:05:03'),(193,352,'2006-02-15 05:05:03'),(193,358,'2006-02-15 05:05:03'),(193,376,'2006-02-15 05:05:03'),(193,412,'2006-02-15 05:05:03'),(193,462,'2006-02-15 05:05:03'),(193,689,'2006-02-15 05:05:03'),(193,709,'2006-02-15 05:05:03'),(193,745,'2006-02-15 05:05:03'),(193,807,'2006-02-15 05:05:03'),(193,828,'2006-02-15 05:05:03'),(193,834,'2006-02-15 05:05:03'),(193,851,'2006-02-15 05:05:03'),(193,937,'2006-02-15 05:05:03'),(193,953,'2006-02-15 05:05:03'),(193,960,'2006-02-15 05:05:03'),(194,9,'2006-02-15 05:05:03'),(194,42,'2006-02-15 05:05:03'),(194,67,'2006-02-15 05:05:03'),(194,86,'2006-02-15 05:05:03'),(194,88,'2006-02-15 05:05:03'),(194,98,'2006-02-15 05:05:03'),(194,135,'2006-02-15 05:05:03'),(194,161,'2006-02-15 05:05:03'),(194,163,'2006-02-15 05:05:03'),(194,215,'2006-02-15 05:05:03'),(194,232,'2006-02-15 05:05:03'),(194,352,'2006-02-15 05:05:03'),(194,415,'2006-02-15 05:05:03'),(194,486,'2006-02-15 05:05:03'),(194,498,'2006-02-15 05:05:03'),(194,531,'2006-02-15 05:05:03'),(194,719,'2006-02-15 05:05:03'),(194,738,'2006-02-15 05:05:03'),(194,786,'2006-02-15 05:05:03'),(194,872,'2006-02-15 05:05:03'),(194,938,'2006-02-15 05:05:03'),(194,940,'2006-02-15 05:05:03'),(195,129,'2006-02-15 05:05:03'),(195,130,'2006-02-15 05:05:03'),(195,141,'2006-02-15 05:05:03'),(195,144,'2006-02-15 05:05:03'),(195,298,'2006-02-15 05:05:03'),(195,359,'2006-02-15 05:05:03'),(195,361,'2006-02-15 05:05:03'),(195,392,'2006-02-15 05:05:03'),(195,403,'2006-02-15 05:05:03'),(195,494,'2006-02-15 05:05:03'),(195,520,'2006-02-15 05:05:03'),(195,534,'2006-02-15 05:05:03'),(195,560,'2006-02-15 05:05:03'),(195,592,'2006-02-15 05:05:03'),(195,649,'2006-02-15 05:05:03'),(195,658,'2006-02-15 05:05:03'),(195,673,'2006-02-15 05:05:03'),(195,677,'2006-02-15 05:05:03'),(195,706,'2006-02-15 05:05:03'),(195,738,'2006-02-15 05:05:03'),(195,769,'2006-02-15 05:05:03'),(195,781,'2006-02-15 05:05:03'),(195,794,'2006-02-15 05:05:03'),(195,813,'2006-02-15 05:05:03'),(195,869,'2006-02-15 05:05:03'),(195,885,'2006-02-15 05:05:03'),(195,962,'2006-02-15 05:05:03'),(196,64,'2006-02-15 05:05:03'),(196,122,'2006-02-15 05:05:03'),(196,156,'2006-02-15 05:05:03'),(196,169,'2006-02-15 05:05:03'),(196,276,'2006-02-15 05:05:03'),(196,284,'2006-02-15 05:05:03'),(196,303,'2006-02-15 05:05:03'),(196,324,'2006-02-15 05:05:03'),(196,423,'2006-02-15 05:05:03'),(196,473,'2006-02-15 05:05:03'),(196,484,'2006-02-15 05:05:03'),(196,515,'2006-02-15 05:05:03'),(196,524,'2006-02-15 05:05:03'),(196,541,'2006-02-15 05:05:03'),(196,560,'2006-02-15 05:05:03'),(196,575,'2006-02-15 05:05:03'),(196,576,'2006-02-15 05:05:03'),(196,587,'2006-02-15 05:05:03'),(196,615,'2006-02-15 05:05:03'),(196,635,'2006-02-15 05:05:03'),(196,684,'2006-02-15 05:05:03'),(196,795,'2006-02-15 05:05:03'),(196,815,'2006-02-15 05:05:03'),(196,833,'2006-02-15 05:05:03'),(196,837,'2006-02-15 05:05:03'),(196,906,'2006-02-15 05:05:03'),(196,908,'2006-02-15 05:05:03'),(196,919,'2006-02-15 05:05:03'),(196,939,'2006-02-15 05:05:03'),(196,972,'2006-02-15 05:05:03'),(197,6,'2006-02-15 05:05:03'),(197,29,'2006-02-15 05:05:03'),(197,63,'2006-02-15 05:05:03'),(197,123,'2006-02-15 05:05:03'),(197,129,'2006-02-15 05:05:03'),(197,147,'2006-02-15 05:05:03'),(197,164,'2006-02-15 05:05:03'),(197,189,'2006-02-15 05:05:03'),(197,243,'2006-02-15 05:05:03'),(197,249,'2006-02-15 05:05:03'),(197,258,'2006-02-15 05:05:03'),(197,364,'2006-02-15 05:05:03'),(197,369,'2006-02-15 05:05:03'),(197,370,'2006-02-15 05:05:03'),(197,418,'2006-02-15 05:05:03'),(197,522,'2006-02-15 05:05:03'),(197,531,'2006-02-15 05:05:03'),(197,554,'2006-02-15 05:05:03'),(197,598,'2006-02-15 05:05:03'),(197,628,'2006-02-15 05:05:03'),(197,691,'2006-02-15 05:05:03'),(197,724,'2006-02-15 05:05:03'),(197,746,'2006-02-15 05:05:03'),(197,752,'2006-02-15 05:05:03'),(197,758,'2006-02-15 05:05:03'),(197,769,'2006-02-15 05:05:03'),(197,815,'2006-02-15 05:05:03'),(197,916,'2006-02-15 05:05:03'),(197,950,'2006-02-15 05:05:03'),(197,967,'2006-02-15 05:05:03'),(197,974,'2006-02-15 05:05:03'),(197,979,'2006-02-15 05:05:03'),(197,995,'2006-02-15 05:05:03'),(198,1,'2006-02-15 05:05:03'),(198,109,'2006-02-15 05:05:03'),(198,125,'2006-02-15 05:05:03'),(198,186,'2006-02-15 05:05:03'),(198,262,'2006-02-15 05:05:03'),(198,264,'2006-02-15 05:05:03'),(198,303,'2006-02-15 05:05:03'),(198,309,'2006-02-15 05:05:03'),(198,311,'2006-02-15 05:05:03'),(198,329,'2006-02-15 05:05:03'),(198,347,'2006-02-15 05:05:03'),(198,379,'2006-02-15 05:05:03'),(198,395,'2006-02-15 05:05:03'),(198,406,'2006-02-15 05:05:03'),(198,450,'2006-02-15 05:05:03'),(198,464,'2006-02-15 05:05:03'),(198,482,'2006-02-15 05:05:03'),(198,499,'2006-02-15 05:05:03'),(198,536,'2006-02-15 05:05:03'),(198,541,'2006-02-15 05:05:03'),(198,545,'2006-02-15 05:05:03'),(198,555,'2006-02-15 05:05:03'),(198,568,'2006-02-15 05:05:03'),(198,570,'2006-02-15 05:05:03'),(198,588,'2006-02-15 05:05:03'),(198,597,'2006-02-15 05:05:03'),(198,628,'2006-02-15 05:05:03'),(198,745,'2006-02-15 05:05:03'),(198,758,'2006-02-15 05:05:03'),(198,796,'2006-02-15 05:05:03'),(198,806,'2006-02-15 05:05:03'),(198,817,'2006-02-15 05:05:03'),(198,843,'2006-02-15 05:05:03'),(198,858,'2006-02-15 05:05:03'),(198,871,'2006-02-15 05:05:03'),(198,886,'2006-02-15 05:05:03'),(198,892,'2006-02-15 05:05:03'),(198,924,'2006-02-15 05:05:03'),(198,952,'2006-02-15 05:05:03'),(198,997,'2006-02-15 05:05:03'),(199,67,'2006-02-15 05:05:03'),(199,84,'2006-02-15 05:05:03'),(199,145,'2006-02-15 05:05:03'),(199,159,'2006-02-15 05:05:03'),(199,216,'2006-02-15 05:05:03'),(199,432,'2006-02-15 05:05:03'),(199,541,'2006-02-15 05:05:03'),(199,604,'2006-02-15 05:05:03'),(199,640,'2006-02-15 05:05:03'),(199,689,'2006-02-15 05:05:03'),(199,730,'2006-02-15 05:05:03'),(199,784,'2006-02-15 05:05:03'),(199,785,'2006-02-15 05:05:03'),(199,886,'2006-02-15 05:05:03'),(199,953,'2006-02-15 05:05:03'),(200,5,'2006-02-15 05:05:03'),(200,49,'2006-02-15 05:05:03'),(200,80,'2006-02-15 05:05:03'),(200,116,'2006-02-15 05:05:03'),(200,121,'2006-02-15 05:05:03'),(200,149,'2006-02-15 05:05:03'),(200,346,'2006-02-15 05:05:03'),(200,419,'2006-02-15 05:05:03'),(200,462,'2006-02-15 05:05:03'),(200,465,'2006-02-15 05:05:03'),(200,474,'2006-02-15 05:05:03'),(200,537,'2006-02-15 05:05:03'),(200,538,'2006-02-15 05:05:03'),(200,544,'2006-02-15 05:05:03'),(200,714,'2006-02-15 05:05:03'),(200,879,'2006-02-15 05:05:03'),(200,912,'2006-02-15 05:05:03'),(200,945,'2006-02-15 05:05:03'),(200,958,'2006-02-15 05:05:03'),(200,993,'2006-02-15 05:05:03'); + +INSERT INTO film_category VALUES (1,6,'2006-02-15 05:07:09'),(2,11,'2006-02-15 05:07:09'),(3,6,'2006-02-15 05:07:09'),(4,11,'2006-02-15 05:07:09'),(5,8,'2006-02-15 05:07:09'),(6,9,'2006-02-15 05:07:09'),(7,5,'2006-02-15 05:07:09'),(8,11,'2006-02-15 05:07:09'),(9,11,'2006-02-15 05:07:09'),(10,15,'2006-02-15 05:07:09'),(11,9,'2006-02-15 05:07:09'),(12,12,'2006-02-15 05:07:09'),(13,11,'2006-02-15 05:07:09'),(14,4,'2006-02-15 05:07:09'),(15,9,'2006-02-15 05:07:09'),(16,9,'2006-02-15 05:07:09'),(17,12,'2006-02-15 05:07:09'),(18,2,'2006-02-15 05:07:09'),(19,1,'2006-02-15 05:07:09'),(20,12,'2006-02-15 05:07:09'),(21,1,'2006-02-15 05:07:09'),(22,13,'2006-02-15 05:07:09'),(23,2,'2006-02-15 05:07:09'),(24,11,'2006-02-15 05:07:09'),(25,13,'2006-02-15 05:07:09'),(26,14,'2006-02-15 05:07:09'),(27,15,'2006-02-15 05:07:09'),(28,5,'2006-02-15 05:07:09'),(29,1,'2006-02-15 05:07:09'),(30,11,'2006-02-15 05:07:09'),(31,8,'2006-02-15 05:07:09'),(32,13,'2006-02-15 05:07:09'),(33,7,'2006-02-15 05:07:09'),(34,11,'2006-02-15 05:07:09'),(35,11,'2006-02-15 05:07:09'),(36,2,'2006-02-15 05:07:09'),(37,4,'2006-02-15 05:07:09'),(38,1,'2006-02-15 05:07:09'),(39,14,'2006-02-15 05:07:09'),(40,6,'2006-02-15 05:07:09'),(41,16,'2006-02-15 05:07:09'),(42,15,'2006-02-15 05:07:09'),(43,8,'2006-02-15 05:07:09'),(44,14,'2006-02-15 05:07:09'),(45,13,'2006-02-15 05:07:09'),(46,10,'2006-02-15 05:07:09'),(47,9,'2006-02-15 05:07:09'),(48,3,'2006-02-15 05:07:09'),(49,14,'2006-02-15 05:07:09'),(50,8,'2006-02-15 05:07:09'),(51,12,'2006-02-15 05:07:09'),(52,9,'2006-02-15 05:07:09'),(53,8,'2006-02-15 05:07:09'),(54,12,'2006-02-15 05:07:09'),(55,14,'2006-02-15 05:07:09'),(56,1,'2006-02-15 05:07:09'),(57,16,'2006-02-15 05:07:09'),(58,6,'2006-02-15 05:07:09'),(59,3,'2006-02-15 05:07:09'),(60,4,'2006-02-15 05:07:09'),(61,7,'2006-02-15 05:07:09'),(62,6,'2006-02-15 05:07:09'),(63,8,'2006-02-15 05:07:09'),(64,7,'2006-02-15 05:07:09'),(65,11,'2006-02-15 05:07:09'),(66,3,'2006-02-15 05:07:09'),(67,1,'2006-02-15 05:07:09'),(68,3,'2006-02-15 05:07:09'),(69,14,'2006-02-15 05:07:09'),(70,2,'2006-02-15 05:07:09'),(71,8,'2006-02-15 05:07:09'),(72,6,'2006-02-15 05:07:09'),(73,14,'2006-02-15 05:07:09'),(74,12,'2006-02-15 05:07:09'),(75,16,'2006-02-15 05:07:09'),(76,12,'2006-02-15 05:07:09'),(77,13,'2006-02-15 05:07:09'),(78,2,'2006-02-15 05:07:09'),(79,7,'2006-02-15 05:07:09'),(80,8,'2006-02-15 05:07:09'),(81,14,'2006-02-15 05:07:09'),(82,8,'2006-02-15 05:07:09'),(83,8,'2006-02-15 05:07:09'),(84,16,'2006-02-15 05:07:09'),(85,6,'2006-02-15 05:07:09'),(86,12,'2006-02-15 05:07:09'),(87,16,'2006-02-15 05:07:09'),(88,16,'2006-02-15 05:07:09'),(89,2,'2006-02-15 05:07:09'),(90,13,'2006-02-15 05:07:09'),(91,4,'2006-02-15 05:07:09'),(92,11,'2006-02-15 05:07:09'),(93,13,'2006-02-15 05:07:09'),(94,8,'2006-02-15 05:07:09'),(95,13,'2006-02-15 05:07:09'),(96,13,'2006-02-15 05:07:09'),(97,1,'2006-02-15 05:07:09'),(98,7,'2006-02-15 05:07:09'),(99,5,'2006-02-15 05:07:09'),(100,9,'2006-02-15 05:07:09'),(101,6,'2006-02-15 05:07:09'),(102,15,'2006-02-15 05:07:09'),(103,16,'2006-02-15 05:07:09'),(104,9,'2006-02-15 05:07:09'),(105,1,'2006-02-15 05:07:09'),(106,10,'2006-02-15 05:07:09'),(107,7,'2006-02-15 05:07:09'),(108,13,'2006-02-15 05:07:09'),(109,13,'2006-02-15 05:07:09'),(110,3,'2006-02-15 05:07:09'),(111,1,'2006-02-15 05:07:09'),(112,9,'2006-02-15 05:07:09'),(113,15,'2006-02-15 05:07:09'),(114,14,'2006-02-15 05:07:09'),(115,1,'2006-02-15 05:07:09'),(116,4,'2006-02-15 05:07:09'),(117,10,'2006-02-15 05:07:09'),(118,2,'2006-02-15 05:07:09'),(119,5,'2006-02-15 05:07:09'),(120,15,'2006-02-15 05:07:09'),(121,2,'2006-02-15 05:07:09'),(122,11,'2006-02-15 05:07:09'),(123,16,'2006-02-15 05:07:09'),(124,3,'2006-02-15 05:07:09'),(125,16,'2006-02-15 05:07:09'),(126,1,'2006-02-15 05:07:09'),(127,5,'2006-02-15 05:07:09'),(128,9,'2006-02-15 05:07:09'),(129,6,'2006-02-15 05:07:09'),(130,1,'2006-02-15 05:07:09'),(131,4,'2006-02-15 05:07:09'),(132,14,'2006-02-15 05:07:09'),(133,12,'2006-02-15 05:07:09'),(134,2,'2006-02-15 05:07:09'),(135,15,'2006-02-15 05:07:09'),(136,13,'2006-02-15 05:07:09'),(137,14,'2006-02-15 05:07:09'),(138,14,'2006-02-15 05:07:09'),(139,8,'2006-02-15 05:07:09'),(140,14,'2006-02-15 05:07:09'),(141,10,'2006-02-15 05:07:09'),(142,6,'2006-02-15 05:07:09'),(143,7,'2006-02-15 05:07:09'),(144,13,'2006-02-15 05:07:09'),(145,8,'2006-02-15 05:07:09'),(146,7,'2006-02-15 05:07:09'),(147,8,'2006-02-15 05:07:09'),(148,9,'2006-02-15 05:07:09'),(149,3,'2006-02-15 05:07:09'),(150,6,'2006-02-15 05:07:09'),(151,14,'2006-02-15 05:07:09'),(152,3,'2006-02-15 05:07:09'),(153,14,'2006-02-15 05:07:09'),(154,2,'2006-02-15 05:07:09'),(155,13,'2006-02-15 05:07:09'),(156,6,'2006-02-15 05:07:09'),(157,3,'2006-02-15 05:07:09'),(158,12,'2006-02-15 05:07:09'),(159,5,'2006-02-15 05:07:09'),(160,2,'2006-02-15 05:07:09'),(161,12,'2006-02-15 05:07:09'),(162,1,'2006-02-15 05:07:09'),(163,13,'2006-02-15 05:07:09'),(164,6,'2006-02-15 05:07:09'),(165,14,'2006-02-15 05:07:09'),(166,4,'2006-02-15 05:07:09'),(167,16,'2006-02-15 05:07:09'),(168,3,'2006-02-15 05:07:09'),(169,16,'2006-02-15 05:07:09'),(170,9,'2006-02-15 05:07:09'),(171,11,'2006-02-15 05:07:09'),(172,7,'2006-02-15 05:07:09'),(173,7,'2006-02-15 05:07:09'),(174,12,'2006-02-15 05:07:09'),(175,8,'2006-02-15 05:07:09'),(176,15,'2006-02-15 05:07:09'),(177,14,'2006-02-15 05:07:09'),(178,5,'2006-02-15 05:07:09'),(179,7,'2006-02-15 05:07:09'),(180,4,'2006-02-15 05:07:09'),(181,16,'2006-02-15 05:07:09'),(182,5,'2006-02-15 05:07:09'),(183,8,'2006-02-15 05:07:09'),(184,4,'2006-02-15 05:07:09'),(185,9,'2006-02-15 05:07:09'),(186,7,'2006-02-15 05:07:09'),(187,15,'2006-02-15 05:07:09'),(188,5,'2006-02-15 05:07:09'),(189,10,'2006-02-15 05:07:09'),(190,4,'2006-02-15 05:07:09'),(191,3,'2006-02-15 05:07:09'),(192,9,'2006-02-15 05:07:09'),(193,2,'2006-02-15 05:07:09'),(194,1,'2006-02-15 05:07:09'),(195,14,'2006-02-15 05:07:09'),(196,4,'2006-02-15 05:07:09'),(197,15,'2006-02-15 05:07:09'),(198,9,'2006-02-15 05:07:09'),(199,6,'2006-02-15 05:07:09'),(200,10,'2006-02-15 05:07:09'),(201,9,'2006-02-15 05:07:09'),(202,5,'2006-02-15 05:07:09'),(203,14,'2006-02-15 05:07:09'),(204,7,'2006-02-15 05:07:09'),(205,1,'2006-02-15 05:07:09'),(206,6,'2006-02-15 05:07:09'),(207,9,'2006-02-15 05:07:09'),(208,2,'2006-02-15 05:07:09'),(209,7,'2006-02-15 05:07:09'),(210,1,'2006-02-15 05:07:09'),(211,10,'2006-02-15 05:07:09'),(212,1,'2006-02-15 05:07:09'),(213,8,'2006-02-15 05:07:09'),(214,3,'2006-02-15 05:07:09'),(215,10,'2006-02-15 05:07:09'),(216,13,'2006-02-15 05:07:09'),(217,10,'2006-02-15 05:07:09'),(218,7,'2006-02-15 05:07:09'),(219,6,'2006-02-15 05:07:09'),(220,12,'2006-02-15 05:07:09'),(221,6,'2006-02-15 05:07:09'),(222,11,'2006-02-15 05:07:09'),(223,2,'2006-02-15 05:07:09'),(224,16,'2006-02-15 05:07:09'),(225,7,'2006-02-15 05:07:09'),(226,13,'2006-02-15 05:07:09'),(227,10,'2006-02-15 05:07:09'),(228,4,'2006-02-15 05:07:09'),(229,1,'2006-02-15 05:07:09'),(230,7,'2006-02-15 05:07:09'),(231,8,'2006-02-15 05:07:09'),(232,10,'2006-02-15 05:07:09'),(233,16,'2006-02-15 05:07:09'),(234,14,'2006-02-15 05:07:09'),(235,14,'2006-02-15 05:07:09'),(236,10,'2006-02-15 05:07:09'),(237,15,'2006-02-15 05:07:09'),(238,3,'2006-02-15 05:07:09'),(239,2,'2006-02-15 05:07:09'),(240,14,'2006-02-15 05:07:09'),(241,2,'2006-02-15 05:07:09'),(242,5,'2006-02-15 05:07:09'),(243,2,'2006-02-15 05:07:09'),(244,12,'2006-02-15 05:07:09'),(245,2,'2006-02-15 05:07:09'),(246,9,'2006-02-15 05:07:09'),(247,5,'2006-02-15 05:07:09'),(248,6,'2006-02-15 05:07:09'),(249,4,'2006-02-15 05:07:09'),(250,1,'2006-02-15 05:07:09'),(251,13,'2006-02-15 05:07:09'),(252,1,'2006-02-15 05:07:09'),(253,1,'2006-02-15 05:07:09'),(254,15,'2006-02-15 05:07:09'),(255,12,'2006-02-15 05:07:09'),(256,15,'2006-02-15 05:07:09'),(257,16,'2006-02-15 05:07:09'),(258,11,'2006-02-15 05:07:09'),(259,2,'2006-02-15 05:07:09'),(260,15,'2006-02-15 05:07:09'),(261,6,'2006-02-15 05:07:09'),(262,8,'2006-02-15 05:07:09'),(263,15,'2006-02-15 05:07:09'),(264,10,'2006-02-15 05:07:09'),(265,5,'2006-02-15 05:07:09'),(266,4,'2006-02-15 05:07:09'),(267,13,'2006-02-15 05:07:09'),(268,2,'2006-02-15 05:07:09'),(269,8,'2006-02-15 05:07:09'),(270,13,'2006-02-15 05:07:09'),(271,1,'2006-02-15 05:07:09'),(272,7,'2006-02-15 05:07:09'),(273,8,'2006-02-15 05:07:09'),(274,6,'2006-02-15 05:07:09'),(275,11,'2006-02-15 05:07:09'),(276,5,'2006-02-15 05:07:09'),(277,11,'2006-02-15 05:07:09'),(278,12,'2006-02-15 05:07:09'),(279,15,'2006-02-15 05:07:09'),(280,3,'2006-02-15 05:07:09'),(281,10,'2006-02-15 05:07:09'),(282,7,'2006-02-15 05:07:09'),(283,13,'2006-02-15 05:07:09'),(284,12,'2006-02-15 05:07:09'),(285,14,'2006-02-15 05:07:09'),(286,16,'2006-02-15 05:07:09'),(287,1,'2006-02-15 05:07:09'),(288,16,'2006-02-15 05:07:09'),(289,13,'2006-02-15 05:07:09'),(290,9,'2006-02-15 05:07:09'),(291,15,'2006-02-15 05:07:09'),(292,1,'2006-02-15 05:07:09'),(293,15,'2006-02-15 05:07:09'),(294,16,'2006-02-15 05:07:09'),(295,6,'2006-02-15 05:07:09'),(296,14,'2006-02-15 05:07:09'),(297,4,'2006-02-15 05:07:09'),(298,14,'2006-02-15 05:07:09'),(299,16,'2006-02-15 05:07:09'),(300,2,'2006-02-15 05:07:09'),(301,11,'2006-02-15 05:07:09'),(302,10,'2006-02-15 05:07:09'),(303,1,'2006-02-15 05:07:09'),(304,3,'2006-02-15 05:07:09'),(305,13,'2006-02-15 05:07:09'),(306,10,'2006-02-15 05:07:09'),(307,16,'2006-02-15 05:07:09'),(308,5,'2006-02-15 05:07:09'),(309,8,'2006-02-15 05:07:09'),(310,10,'2006-02-15 05:07:09'),(311,9,'2006-02-15 05:07:09'),(312,14,'2006-02-15 05:07:09'),(313,11,'2006-02-15 05:07:09'),(314,2,'2006-02-15 05:07:09'),(315,8,'2006-02-15 05:07:09'),(316,10,'2006-02-15 05:07:09'),(317,5,'2006-02-15 05:07:09'),(318,1,'2006-02-15 05:07:09'),(319,14,'2006-02-15 05:07:09'),(320,13,'2006-02-15 05:07:09'),(321,13,'2006-02-15 05:07:09'),(322,15,'2006-02-15 05:07:09'),(323,15,'2006-02-15 05:07:09'),(324,5,'2006-02-15 05:07:09'),(325,2,'2006-02-15 05:07:09'),(326,2,'2006-02-15 05:07:09'),(327,1,'2006-02-15 05:07:09'),(328,3,'2006-02-15 05:07:09'),(329,1,'2006-02-15 05:07:09'),(330,2,'2006-02-15 05:07:09'),(331,10,'2006-02-15 05:07:09'),(332,5,'2006-02-15 05:07:09'),(333,12,'2006-02-15 05:07:09'),(334,11,'2006-02-15 05:07:09'),(335,5,'2006-02-15 05:07:09'),(336,6,'2006-02-15 05:07:09'),(337,9,'2006-02-15 05:07:09'),(338,14,'2006-02-15 05:07:09'),(339,16,'2006-02-15 05:07:09'),(340,13,'2006-02-15 05:07:09'),(341,4,'2006-02-15 05:07:09'),(342,16,'2006-02-15 05:07:09'),(343,3,'2006-02-15 05:07:09'),(344,3,'2006-02-15 05:07:09'),(345,8,'2006-02-15 05:07:09'),(346,4,'2006-02-15 05:07:09'),(347,16,'2006-02-15 05:07:09'),(348,8,'2006-02-15 05:07:09'),(349,2,'2006-02-15 05:07:09'),(350,14,'2006-02-15 05:07:09'),(351,11,'2006-02-15 05:07:09'),(352,10,'2006-02-15 05:07:09'),(353,9,'2006-02-15 05:07:09'),(354,3,'2006-02-15 05:07:09'),(355,2,'2006-02-15 05:07:09'),(356,3,'2006-02-15 05:07:09'),(357,4,'2006-02-15 05:07:09'),(358,4,'2006-02-15 05:07:09'),(359,8,'2006-02-15 05:07:09'),(360,1,'2006-02-15 05:07:09'),(361,15,'2006-02-15 05:07:09'),(362,10,'2006-02-15 05:07:09'),(363,12,'2006-02-15 05:07:09'),(364,13,'2006-02-15 05:07:09'),(365,5,'2006-02-15 05:07:09'),(366,7,'2006-02-15 05:07:09'),(367,14,'2006-02-15 05:07:09'),(368,7,'2006-02-15 05:07:09'),(369,14,'2006-02-15 05:07:09'),(370,3,'2006-02-15 05:07:09'),(371,1,'2006-02-15 05:07:09'),(372,15,'2006-02-15 05:07:09'),(373,3,'2006-02-15 05:07:09'),(374,14,'2006-02-15 05:07:09'),(375,1,'2006-02-15 05:07:09'),(376,9,'2006-02-15 05:07:09'),(377,8,'2006-02-15 05:07:09'),(378,12,'2006-02-15 05:07:09'),(379,7,'2006-02-15 05:07:09'),(380,9,'2006-02-15 05:07:09'),(381,10,'2006-02-15 05:07:09'),(382,10,'2006-02-15 05:07:09'),(383,15,'2006-02-15 05:07:09'),(384,12,'2006-02-15 05:07:09'),(385,5,'2006-02-15 05:07:09'),(386,16,'2006-02-15 05:07:09'),(387,10,'2006-02-15 05:07:09'),(388,5,'2006-02-15 05:07:09'),(389,15,'2006-02-15 05:07:09'),(390,14,'2006-02-15 05:07:09'),(391,8,'2006-02-15 05:07:09'),(392,3,'2006-02-15 05:07:09'),(393,6,'2006-02-15 05:07:09'),(394,14,'2006-02-15 05:07:09'),(395,1,'2006-02-15 05:07:09'),(396,7,'2006-02-15 05:07:09'),(397,14,'2006-02-15 05:07:09'),(398,12,'2006-02-15 05:07:09'),(399,9,'2006-02-15 05:07:09'),(400,6,'2006-02-15 05:07:09'),(401,7,'2006-02-15 05:07:09'),(402,2,'2006-02-15 05:07:09'),(403,7,'2006-02-15 05:07:09'),(404,5,'2006-02-15 05:07:09'),(405,16,'2006-02-15 05:07:09'),(406,10,'2006-02-15 05:07:09'),(407,6,'2006-02-15 05:07:09'),(408,10,'2006-02-15 05:07:09'),(409,3,'2006-02-15 05:07:09'),(410,5,'2006-02-15 05:07:09'),(411,12,'2006-02-15 05:07:09'),(412,6,'2006-02-15 05:07:09'),(413,5,'2006-02-15 05:07:09'),(414,9,'2006-02-15 05:07:09'),(415,11,'2006-02-15 05:07:09'),(416,9,'2006-02-15 05:07:09'),(417,1,'2006-02-15 05:07:09'),(418,7,'2006-02-15 05:07:09'),(419,8,'2006-02-15 05:07:09'),(420,15,'2006-02-15 05:07:09'),(421,9,'2006-02-15 05:07:09'),(422,14,'2006-02-15 05:07:09'),(423,3,'2006-02-15 05:07:09'),(424,3,'2006-02-15 05:07:09'),(425,4,'2006-02-15 05:07:09'),(426,12,'2006-02-15 05:07:09'),(427,6,'2006-02-15 05:07:09'),(428,8,'2006-02-15 05:07:09'),(429,15,'2006-02-15 05:07:09'),(430,2,'2006-02-15 05:07:09'),(431,9,'2006-02-15 05:07:09'),(432,4,'2006-02-15 05:07:09'),(433,2,'2006-02-15 05:07:09'),(434,16,'2006-02-15 05:07:09'),(435,9,'2006-02-15 05:07:09'),(436,13,'2006-02-15 05:07:09'),(437,8,'2006-02-15 05:07:09'),(438,10,'2006-02-15 05:07:09'),(439,7,'2006-02-15 05:07:09'),(440,9,'2006-02-15 05:07:09'),(441,6,'2006-02-15 05:07:09'),(442,8,'2006-02-15 05:07:09'),(443,5,'2006-02-15 05:07:09'),(444,5,'2006-02-15 05:07:09'),(445,4,'2006-02-15 05:07:09'),(446,15,'2006-02-15 05:07:09'),(447,10,'2006-02-15 05:07:09'),(448,13,'2006-02-15 05:07:09'),(449,14,'2006-02-15 05:07:09'),(450,3,'2006-02-15 05:07:09'),(451,16,'2006-02-15 05:07:09'),(452,9,'2006-02-15 05:07:09'),(453,15,'2006-02-15 05:07:09'),(454,12,'2006-02-15 05:07:09'),(455,9,'2006-02-15 05:07:09'),(456,2,'2006-02-15 05:07:09'),(457,6,'2006-02-15 05:07:09'),(458,8,'2006-02-15 05:07:09'),(459,9,'2006-02-15 05:07:09'),(460,9,'2006-02-15 05:07:09'),(461,2,'2006-02-15 05:07:09'),(462,12,'2006-02-15 05:07:09'),(463,15,'2006-02-15 05:07:09'),(464,2,'2006-02-15 05:07:09'),(465,13,'2006-02-15 05:07:09'),(466,6,'2006-02-15 05:07:09'),(467,9,'2006-02-15 05:07:09'),(468,3,'2006-02-15 05:07:09'),(469,4,'2006-02-15 05:07:09'),(470,2,'2006-02-15 05:07:09'),(471,4,'2006-02-15 05:07:09'),(472,16,'2006-02-15 05:07:09'),(473,7,'2006-02-15 05:07:09'),(474,15,'2006-02-15 05:07:09'),(475,11,'2006-02-15 05:07:09'),(476,8,'2006-02-15 05:07:09'),(477,12,'2006-02-15 05:07:09'),(478,5,'2006-02-15 05:07:09'),(479,8,'2006-02-15 05:07:09'),(480,4,'2006-02-15 05:07:09'),(481,13,'2006-02-15 05:07:09'),(482,4,'2006-02-15 05:07:09'),(483,10,'2006-02-15 05:07:09'),(484,4,'2006-02-15 05:07:09'),(485,3,'2006-02-15 05:07:09'),(486,9,'2006-02-15 05:07:09'),(487,4,'2006-02-15 05:07:09'),(488,15,'2006-02-15 05:07:09'),(489,2,'2006-02-15 05:07:09'),(490,13,'2006-02-15 05:07:09'),(491,3,'2006-02-15 05:07:09'),(492,13,'2006-02-15 05:07:09'),(493,9,'2006-02-15 05:07:09'),(494,11,'2006-02-15 05:07:09'),(495,11,'2006-02-15 05:07:09'),(496,16,'2006-02-15 05:07:09'),(497,6,'2006-02-15 05:07:09'),(498,8,'2006-02-15 05:07:09'),(499,8,'2006-02-15 05:07:09'),(500,9,'2006-02-15 05:07:09'),(501,1,'2006-02-15 05:07:09'),(502,5,'2006-02-15 05:07:09'),(503,15,'2006-02-15 05:07:09'),(504,7,'2006-02-15 05:07:09'),(505,3,'2006-02-15 05:07:09'),(506,11,'2006-02-15 05:07:09'),(507,10,'2006-02-15 05:07:09'),(508,10,'2006-02-15 05:07:09'),(509,3,'2006-02-15 05:07:09'),(510,2,'2006-02-15 05:07:09'),(511,1,'2006-02-15 05:07:09'),(512,4,'2006-02-15 05:07:09'),(513,16,'2006-02-15 05:07:09'),(514,7,'2006-02-15 05:07:09'),(515,3,'2006-02-15 05:07:09'),(516,12,'2006-02-15 05:07:09'),(517,15,'2006-02-15 05:07:09'),(518,16,'2006-02-15 05:07:09'),(519,15,'2006-02-15 05:07:09'),(520,14,'2006-02-15 05:07:09'),(521,7,'2006-02-15 05:07:09'),(522,5,'2006-02-15 05:07:09'),(523,4,'2006-02-15 05:07:09'),(524,5,'2006-02-15 05:07:09'),(525,4,'2006-02-15 05:07:09'),(526,16,'2006-02-15 05:07:09'),(527,11,'2006-02-15 05:07:09'),(528,8,'2006-02-15 05:07:09'),(529,5,'2006-02-15 05:07:09'),(530,1,'2006-02-15 05:07:09'),(531,9,'2006-02-15 05:07:09'),(532,15,'2006-02-15 05:07:09'),(533,9,'2006-02-15 05:07:09'),(534,8,'2006-02-15 05:07:09'),(535,11,'2006-02-15 05:07:09'),(536,4,'2006-02-15 05:07:09'),(537,4,'2006-02-15 05:07:09'),(538,13,'2006-02-15 05:07:09'),(539,7,'2006-02-15 05:07:09'),(540,12,'2006-02-15 05:07:09'),(541,2,'2006-02-15 05:07:09'),(542,1,'2006-02-15 05:07:09'),(543,16,'2006-02-15 05:07:09'),(544,6,'2006-02-15 05:07:09'),(545,9,'2006-02-15 05:07:09'),(546,10,'2006-02-15 05:07:09'),(547,3,'2006-02-15 05:07:09'),(548,4,'2006-02-15 05:07:09'),(549,1,'2006-02-15 05:07:09'),(550,8,'2006-02-15 05:07:09'),(551,13,'2006-02-15 05:07:09'),(552,6,'2006-02-15 05:07:09'),(553,3,'2006-02-15 05:07:09'),(554,4,'2006-02-15 05:07:09'),(555,5,'2006-02-15 05:07:09'),(556,10,'2006-02-15 05:07:09'),(557,8,'2006-02-15 05:07:09'),(558,13,'2006-02-15 05:07:09'),(559,14,'2006-02-15 05:07:09'),(560,10,'2006-02-15 05:07:09'),(561,13,'2006-02-15 05:07:09'),(562,12,'2006-02-15 05:07:09'),(563,10,'2006-02-15 05:07:09'),(564,2,'2006-02-15 05:07:09'),(565,9,'2006-02-15 05:07:09'),(566,9,'2006-02-15 05:07:09'),(567,9,'2006-02-15 05:07:09'),(568,5,'2006-02-15 05:07:09'),(569,2,'2006-02-15 05:07:09'),(570,15,'2006-02-15 05:07:09'),(571,6,'2006-02-15 05:07:09'),(572,14,'2006-02-15 05:07:09'),(573,3,'2006-02-15 05:07:09'),(574,1,'2006-02-15 05:07:09'),(575,6,'2006-02-15 05:07:09'),(576,6,'2006-02-15 05:07:09'),(577,15,'2006-02-15 05:07:09'),(578,4,'2006-02-15 05:07:09'),(579,1,'2006-02-15 05:07:09'),(580,13,'2006-02-15 05:07:09'),(581,12,'2006-02-15 05:07:09'),(582,2,'2006-02-15 05:07:09'),(583,2,'2006-02-15 05:07:09'),(584,9,'2006-02-15 05:07:09'),(585,7,'2006-02-15 05:07:09'),(586,1,'2006-02-15 05:07:09'),(587,6,'2006-02-15 05:07:09'),(588,3,'2006-02-15 05:07:09'),(589,6,'2006-02-15 05:07:09'),(590,13,'2006-02-15 05:07:09'),(591,10,'2006-02-15 05:07:09'),(592,12,'2006-02-15 05:07:09'),(593,11,'2006-02-15 05:07:09'),(594,1,'2006-02-15 05:07:09'),(595,9,'2006-02-15 05:07:09'),(596,10,'2006-02-15 05:07:09'),(597,10,'2006-02-15 05:07:09'),(598,15,'2006-02-15 05:07:09'),(599,15,'2006-02-15 05:07:09'),(600,11,'2006-02-15 05:07:09'),(601,16,'2006-02-15 05:07:09'),(602,14,'2006-02-15 05:07:09'),(603,8,'2006-02-15 05:07:09'),(604,5,'2006-02-15 05:07:09'),(605,9,'2006-02-15 05:07:09'),(606,15,'2006-02-15 05:07:09'),(607,9,'2006-02-15 05:07:09'),(608,3,'2006-02-15 05:07:09'),(609,16,'2006-02-15 05:07:09'),(610,8,'2006-02-15 05:07:09'),(611,4,'2006-02-15 05:07:09'),(612,15,'2006-02-15 05:07:09'),(613,5,'2006-02-15 05:07:09'),(614,10,'2006-02-15 05:07:09'),(615,2,'2006-02-15 05:07:09'),(616,6,'2006-02-15 05:07:09'),(617,8,'2006-02-15 05:07:09'),(618,7,'2006-02-15 05:07:09'),(619,15,'2006-02-15 05:07:09'),(620,14,'2006-02-15 05:07:09'),(621,8,'2006-02-15 05:07:09'),(622,6,'2006-02-15 05:07:09'),(623,9,'2006-02-15 05:07:09'),(624,10,'2006-02-15 05:07:09'),(625,14,'2006-02-15 05:07:09'),(626,3,'2006-02-15 05:07:09'),(627,6,'2006-02-15 05:07:09'),(628,15,'2006-02-15 05:07:09'),(629,6,'2006-02-15 05:07:09'),(630,7,'2006-02-15 05:07:09'),(631,15,'2006-02-15 05:07:09'),(632,13,'2006-02-15 05:07:09'),(633,4,'2006-02-15 05:07:09'),(634,8,'2006-02-15 05:07:09'),(635,13,'2006-02-15 05:07:09'),(636,12,'2006-02-15 05:07:09'),(637,14,'2006-02-15 05:07:09'),(638,5,'2006-02-15 05:07:09'),(639,8,'2006-02-15 05:07:09'),(640,9,'2006-02-15 05:07:09'),(641,9,'2006-02-15 05:07:09'),(642,16,'2006-02-15 05:07:09'),(643,7,'2006-02-15 05:07:09'),(644,2,'2006-02-15 05:07:09'),(645,16,'2006-02-15 05:07:09'),(646,10,'2006-02-15 05:07:09'),(647,12,'2006-02-15 05:07:09'),(648,16,'2006-02-15 05:07:09'),(649,2,'2006-02-15 05:07:09'),(650,6,'2006-02-15 05:07:09'),(651,2,'2006-02-15 05:07:09'),(652,4,'2006-02-15 05:07:09'),(653,11,'2006-02-15 05:07:09'),(654,10,'2006-02-15 05:07:09'),(655,14,'2006-02-15 05:07:09'),(656,16,'2006-02-15 05:07:09'),(657,5,'2006-02-15 05:07:09'),(658,11,'2006-02-15 05:07:09'),(659,1,'2006-02-15 05:07:09'),(660,5,'2006-02-15 05:07:09'),(661,9,'2006-02-15 05:07:09'),(662,7,'2006-02-15 05:07:09'),(663,4,'2006-02-15 05:07:09'),(664,1,'2006-02-15 05:07:09'),(665,11,'2006-02-15 05:07:09'),(666,7,'2006-02-15 05:07:09'),(667,15,'2006-02-15 05:07:09'),(668,15,'2006-02-15 05:07:09'),(669,9,'2006-02-15 05:07:09'),(670,6,'2006-02-15 05:07:09'),(671,15,'2006-02-15 05:07:09'),(672,5,'2006-02-15 05:07:09'),(673,12,'2006-02-15 05:07:09'),(674,9,'2006-02-15 05:07:09'),(675,13,'2006-02-15 05:07:09'),(676,15,'2006-02-15 05:07:09'),(677,13,'2006-02-15 05:07:09'),(678,15,'2006-02-15 05:07:09'),(679,8,'2006-02-15 05:07:09'),(680,5,'2006-02-15 05:07:09'),(681,15,'2006-02-15 05:07:09'),(682,8,'2006-02-15 05:07:09'),(683,7,'2006-02-15 05:07:09'),(684,10,'2006-02-15 05:07:09'),(685,13,'2006-02-15 05:07:09'),(686,13,'2006-02-15 05:07:09'),(687,6,'2006-02-15 05:07:09'),(688,3,'2006-02-15 05:07:09'),(689,9,'2006-02-15 05:07:09'),(690,2,'2006-02-15 05:07:09'),(691,15,'2006-02-15 05:07:09'),(692,2,'2006-02-15 05:07:09'),(693,2,'2006-02-15 05:07:09'),(694,4,'2006-02-15 05:07:09'),(695,8,'2006-02-15 05:07:09'),(696,2,'2006-02-15 05:07:09'),(697,1,'2006-02-15 05:07:09'),(698,6,'2006-02-15 05:07:09'),(699,10,'2006-02-15 05:07:09'),(700,8,'2006-02-15 05:07:09'),(701,10,'2006-02-15 05:07:09'),(702,11,'2006-02-15 05:07:09'),(703,2,'2006-02-15 05:07:09'),(704,5,'2006-02-15 05:07:09'),(705,9,'2006-02-15 05:07:09'),(706,7,'2006-02-15 05:07:09'),(707,1,'2006-02-15 05:07:09'),(708,6,'2006-02-15 05:07:09'),(709,7,'2006-02-15 05:07:09'),(710,8,'2006-02-15 05:07:09'),(711,14,'2006-02-15 05:07:09'),(712,6,'2006-02-15 05:07:09'),(713,6,'2006-02-15 05:07:09'),(714,14,'2006-02-15 05:07:09'),(715,8,'2006-02-15 05:07:09'),(716,11,'2006-02-15 05:07:09'),(717,1,'2006-02-15 05:07:09'),(718,12,'2006-02-15 05:07:09'),(719,15,'2006-02-15 05:07:09'),(720,13,'2006-02-15 05:07:09'),(721,12,'2006-02-15 05:07:09'),(722,11,'2006-02-15 05:07:09'),(723,14,'2006-02-15 05:07:09'),(724,8,'2006-02-15 05:07:09'),(725,4,'2006-02-15 05:07:09'),(726,9,'2006-02-15 05:07:09'),(727,8,'2006-02-15 05:07:09'),(728,7,'2006-02-15 05:07:09'),(729,15,'2006-02-15 05:07:09'),(730,13,'2006-02-15 05:07:09'),(731,4,'2006-02-15 05:07:09'),(732,1,'2006-02-15 05:07:09'),(733,15,'2006-02-15 05:07:09'),(734,6,'2006-02-15 05:07:09'),(735,3,'2006-02-15 05:07:09'),(736,8,'2006-02-15 05:07:09'),(737,11,'2006-02-15 05:07:09'),(738,9,'2006-02-15 05:07:09'),(739,7,'2006-02-15 05:07:09'),(740,11,'2006-02-15 05:07:09'),(741,12,'2006-02-15 05:07:09'),(742,10,'2006-02-15 05:07:09'),(743,2,'2006-02-15 05:07:09'),(744,4,'2006-02-15 05:07:09'),(745,15,'2006-02-15 05:07:09'),(746,10,'2006-02-15 05:07:09'),(747,10,'2006-02-15 05:07:09'),(748,1,'2006-02-15 05:07:09'),(749,11,'2006-02-15 05:07:09'),(750,13,'2006-02-15 05:07:09'),(751,13,'2006-02-15 05:07:09'),(752,12,'2006-02-15 05:07:09'),(753,8,'2006-02-15 05:07:09'),(754,5,'2006-02-15 05:07:09'),(755,3,'2006-02-15 05:07:09'),(756,5,'2006-02-15 05:07:09'),(757,6,'2006-02-15 05:07:09'),(758,7,'2006-02-15 05:07:09'),(759,13,'2006-02-15 05:07:09'),(760,13,'2006-02-15 05:07:09'),(761,3,'2006-02-15 05:07:09'),(762,10,'2006-02-15 05:07:09'),(763,15,'2006-02-15 05:07:09'),(764,15,'2006-02-15 05:07:09'),(765,5,'2006-02-15 05:07:09'),(766,7,'2006-02-15 05:07:09'),(767,12,'2006-02-15 05:07:09'),(768,3,'2006-02-15 05:07:09'),(769,9,'2006-02-15 05:07:09'),(770,9,'2006-02-15 05:07:09'),(771,7,'2006-02-15 05:07:09'),(772,7,'2006-02-15 05:07:09'),(773,15,'2006-02-15 05:07:09'),(774,5,'2006-02-15 05:07:09'),(775,7,'2006-02-15 05:07:09'),(776,6,'2006-02-15 05:07:09'),(777,15,'2006-02-15 05:07:09'),(778,8,'2006-02-15 05:07:09'),(779,15,'2006-02-15 05:07:09'),(780,8,'2006-02-15 05:07:09'),(781,10,'2006-02-15 05:07:09'),(782,15,'2006-02-15 05:07:09'),(783,16,'2006-02-15 05:07:09'),(784,16,'2006-02-15 05:07:09'),(785,16,'2006-02-15 05:07:09'),(786,3,'2006-02-15 05:07:09'),(787,16,'2006-02-15 05:07:09'),(788,6,'2006-02-15 05:07:09'),(789,9,'2006-02-15 05:07:09'),(790,7,'2006-02-15 05:07:09'),(791,6,'2006-02-15 05:07:09'),(792,9,'2006-02-15 05:07:09'),(793,1,'2006-02-15 05:07:09'),(794,1,'2006-02-15 05:07:09'),(795,8,'2006-02-15 05:07:09'),(796,15,'2006-02-15 05:07:09'),(797,12,'2006-02-15 05:07:09'),(798,14,'2006-02-15 05:07:09'),(799,11,'2006-02-15 05:07:09'),(800,11,'2006-02-15 05:07:09'),(801,3,'2006-02-15 05:07:09'),(802,1,'2006-02-15 05:07:09'),(803,7,'2006-02-15 05:07:09'),(804,11,'2006-02-15 05:07:09'),(805,2,'2006-02-15 05:07:09'),(806,13,'2006-02-15 05:07:09'),(807,10,'2006-02-15 05:07:09'),(808,4,'2006-02-15 05:07:09'),(809,15,'2006-02-15 05:07:09'),(810,8,'2006-02-15 05:07:09'),(811,16,'2006-02-15 05:07:09'),(812,6,'2006-02-15 05:07:09'),(813,15,'2006-02-15 05:07:09'),(814,5,'2006-02-15 05:07:09'),(815,4,'2006-02-15 05:07:09'),(816,2,'2006-02-15 05:07:09'),(817,14,'2006-02-15 05:07:09'),(818,7,'2006-02-15 05:07:09'),(819,12,'2006-02-15 05:07:09'),(820,2,'2006-02-15 05:07:09'),(821,9,'2006-02-15 05:07:09'),(822,8,'2006-02-15 05:07:09'),(823,1,'2006-02-15 05:07:09'),(824,8,'2006-02-15 05:07:09'),(825,1,'2006-02-15 05:07:09'),(826,16,'2006-02-15 05:07:09'),(827,7,'2006-02-15 05:07:09'),(828,4,'2006-02-15 05:07:09'),(829,8,'2006-02-15 05:07:09'),(830,11,'2006-02-15 05:07:09'),(831,14,'2006-02-15 05:07:09'),(832,8,'2006-02-15 05:07:09'),(833,3,'2006-02-15 05:07:09'),(834,6,'2006-02-15 05:07:09'),(835,10,'2006-02-15 05:07:09'),(836,15,'2006-02-15 05:07:09'),(837,5,'2006-02-15 05:07:09'),(838,1,'2006-02-15 05:07:09'),(839,14,'2006-02-15 05:07:09'),(840,10,'2006-02-15 05:07:09'),(841,15,'2006-02-15 05:07:09'),(842,10,'2006-02-15 05:07:09'),(843,4,'2006-02-15 05:07:09'),(844,15,'2006-02-15 05:07:09'),(845,9,'2006-02-15 05:07:09'),(846,13,'2006-02-15 05:07:09'),(847,13,'2006-02-15 05:07:09'),(848,16,'2006-02-15 05:07:09'),(849,2,'2006-02-15 05:07:09'),(850,1,'2006-02-15 05:07:09'),(851,15,'2006-02-15 05:07:09'),(852,3,'2006-02-15 05:07:09'),(853,3,'2006-02-15 05:07:09'),(854,11,'2006-02-15 05:07:09'),(855,6,'2006-02-15 05:07:09'),(856,11,'2006-02-15 05:07:09'),(857,5,'2006-02-15 05:07:09'),(858,5,'2006-02-15 05:07:09'),(859,2,'2006-02-15 05:07:09'),(860,14,'2006-02-15 05:07:09'),(861,10,'2006-02-15 05:07:09'),(862,4,'2006-02-15 05:07:09'),(863,14,'2006-02-15 05:07:09'),(864,3,'2006-02-15 05:07:09'),(865,2,'2006-02-15 05:07:09'),(866,8,'2006-02-15 05:07:09'),(867,8,'2006-02-15 05:07:09'),(868,16,'2006-02-15 05:07:09'),(869,1,'2006-02-15 05:07:09'),(870,11,'2006-02-15 05:07:09'),(871,5,'2006-02-15 05:07:09'),(872,16,'2006-02-15 05:07:09'),(873,3,'2006-02-15 05:07:09'),(874,4,'2006-02-15 05:07:09'),(875,15,'2006-02-15 05:07:09'),(876,11,'2006-02-15 05:07:09'),(877,12,'2006-02-15 05:07:09'),(878,16,'2006-02-15 05:07:09'),(879,12,'2006-02-15 05:07:09'),(880,2,'2006-02-15 05:07:09'),(881,11,'2006-02-15 05:07:09'),(882,7,'2006-02-15 05:07:09'),(883,3,'2006-02-15 05:07:09'),(884,12,'2006-02-15 05:07:09'),(885,11,'2006-02-15 05:07:09'),(886,2,'2006-02-15 05:07:09'),(887,2,'2006-02-15 05:07:09'),(888,6,'2006-02-15 05:07:09'),(889,3,'2006-02-15 05:07:09'),(890,15,'2006-02-15 05:07:09'),(891,4,'2006-02-15 05:07:09'),(892,2,'2006-02-15 05:07:09'),(893,14,'2006-02-15 05:07:09'),(894,16,'2006-02-15 05:07:09'),(895,4,'2006-02-15 05:07:09'),(896,3,'2006-02-15 05:07:09'),(897,7,'2006-02-15 05:07:09'),(898,15,'2006-02-15 05:07:09'),(899,4,'2006-02-15 05:07:09'),(900,9,'2006-02-15 05:07:09'),(901,2,'2006-02-15 05:07:09'),(902,15,'2006-02-15 05:07:09'),(903,16,'2006-02-15 05:07:09'),(904,11,'2006-02-15 05:07:09'),(905,5,'2006-02-15 05:07:09'),(906,5,'2006-02-15 05:07:09'),(907,7,'2006-02-15 05:07:09'),(908,9,'2006-02-15 05:07:09'),(909,11,'2006-02-15 05:07:09'),(910,7,'2006-02-15 05:07:09'),(911,1,'2006-02-15 05:07:09'),(912,14,'2006-02-15 05:07:09'),(913,13,'2006-02-15 05:07:09'),(914,16,'2006-02-15 05:07:09'),(915,1,'2006-02-15 05:07:09'),(916,2,'2006-02-15 05:07:09'),(917,15,'2006-02-15 05:07:09'),(918,3,'2006-02-15 05:07:09'),(919,10,'2006-02-15 05:07:09'),(920,13,'2006-02-15 05:07:09'),(921,12,'2006-02-15 05:07:09'),(922,11,'2006-02-15 05:07:09'),(923,7,'2006-02-15 05:07:09'),(924,14,'2006-02-15 05:07:09'),(925,6,'2006-02-15 05:07:09'),(926,6,'2006-02-15 05:07:09'),(927,1,'2006-02-15 05:07:09'),(928,3,'2006-02-15 05:07:09'),(929,9,'2006-02-15 05:07:09'),(930,14,'2006-02-15 05:07:09'),(931,16,'2006-02-15 05:07:09'),(932,5,'2006-02-15 05:07:09'),(933,13,'2006-02-15 05:07:09'),(934,10,'2006-02-15 05:07:09'),(935,13,'2006-02-15 05:07:09'),(936,12,'2006-02-15 05:07:09'),(937,13,'2006-02-15 05:07:09'),(938,5,'2006-02-15 05:07:09'),(939,5,'2006-02-15 05:07:09'),(940,15,'2006-02-15 05:07:09'),(941,10,'2006-02-15 05:07:09'),(942,7,'2006-02-15 05:07:09'),(943,6,'2006-02-15 05:07:09'),(944,7,'2006-02-15 05:07:09'),(945,6,'2006-02-15 05:07:09'),(946,8,'2006-02-15 05:07:09'),(947,9,'2006-02-15 05:07:09'),(948,13,'2006-02-15 05:07:09'),(949,10,'2006-02-15 05:07:09'),(950,4,'2006-02-15 05:07:09'),(951,4,'2006-02-15 05:07:09'),(952,6,'2006-02-15 05:07:09'),(953,2,'2006-02-15 05:07:09'),(954,13,'2006-02-15 05:07:09'),(955,3,'2006-02-15 05:07:09'),(956,10,'2006-02-15 05:07:09'),(957,9,'2006-02-15 05:07:09'),(958,7,'2006-02-15 05:07:09'),(959,3,'2006-02-15 05:07:09'),(960,6,'2006-02-15 05:07:09'),(961,9,'2006-02-15 05:07:09'),(962,4,'2006-02-15 05:07:09'),(963,2,'2006-02-15 05:07:09'),(964,1,'2006-02-15 05:07:09'),(965,11,'2006-02-15 05:07:09'),(966,6,'2006-02-15 05:07:09'),(967,14,'2006-02-15 05:07:09'),(968,1,'2006-02-15 05:07:09'),(969,7,'2006-02-15 05:07:09'),(970,4,'2006-02-15 05:07:09'),(971,9,'2006-02-15 05:07:09'),(972,14,'2006-02-15 05:07:09'),(973,6,'2006-02-15 05:07:09'),(974,13,'2006-02-15 05:07:09'),(975,8,'2006-02-15 05:07:09'),(976,10,'2006-02-15 05:07:09'),(977,16,'2006-02-15 05:07:09'),(978,5,'2006-02-15 05:07:09'),(979,7,'2006-02-15 05:07:09'),(980,12,'2006-02-15 05:07:09'),(981,16,'2006-02-15 05:07:09'),(982,1,'2006-02-15 05:07:09'),(983,12,'2006-02-15 05:07:09'),(984,9,'2006-02-15 05:07:09'),(985,14,'2006-02-15 05:07:09'),(986,2,'2006-02-15 05:07:09'),(987,12,'2006-02-15 05:07:09'),(988,16,'2006-02-15 05:07:09'),(989,16,'2006-02-15 05:07:09'),(990,11,'2006-02-15 05:07:09'),(991,1,'2006-02-15 05:07:09'),(992,6,'2006-02-15 05:07:09'),(993,3,'2006-02-15 05:07:09'),(994,13,'2006-02-15 05:07:09'),(995,11,'2006-02-15 05:07:09'),(996,6,'2006-02-15 05:07:09'),(997,12,'2006-02-15 05:07:09'),(998,11,'2006-02-15 05:07:09'),(999,3,'2006-02-15 05:07:09'),(1000,5,'2006-02-15 05:07:09'); + +INSERT INTO inventory VALUES (1,1,1,'2006-02-15 05:09:17'),(2,1,1,'2006-02-15 05:09:17'),(3,1,1,'2006-02-15 05:09:17'),(4,1,1,'2006-02-15 05:09:17'),(5,1,2,'2006-02-15 05:09:17'),(6,1,2,'2006-02-15 05:09:17'),(7,1,2,'2006-02-15 05:09:17'),(8,1,2,'2006-02-15 05:09:17'),(9,2,2,'2006-02-15 05:09:17'),(10,2,2,'2006-02-15 05:09:17'),(11,2,2,'2006-02-15 05:09:17'),(12,3,2,'2006-02-15 05:09:17'),(13,3,2,'2006-02-15 05:09:17'),(14,3,2,'2006-02-15 05:09:17'),(15,3,2,'2006-02-15 05:09:17'),(16,4,1,'2006-02-15 05:09:17'),(17,4,1,'2006-02-15 05:09:17'),(18,4,1,'2006-02-15 05:09:17'),(19,4,1,'2006-02-15 05:09:17'),(20,4,2,'2006-02-15 05:09:17'),(21,4,2,'2006-02-15 05:09:17'),(22,4,2,'2006-02-15 05:09:17'),(23,5,2,'2006-02-15 05:09:17'),(24,5,2,'2006-02-15 05:09:17'),(25,5,2,'2006-02-15 05:09:17'),(26,6,1,'2006-02-15 05:09:17'),(27,6,1,'2006-02-15 05:09:17'),(28,6,1,'2006-02-15 05:09:17'),(29,6,2,'2006-02-15 05:09:17'),(30,6,2,'2006-02-15 05:09:17'),(31,6,2,'2006-02-15 05:09:17'),(32,7,1,'2006-02-15 05:09:17'),(33,7,1,'2006-02-15 05:09:17'),(34,7,2,'2006-02-15 05:09:17'),(35,7,2,'2006-02-15 05:09:17'),(36,7,2,'2006-02-15 05:09:17'),(37,8,2,'2006-02-15 05:09:17'),(38,8,2,'2006-02-15 05:09:17'),(39,8,2,'2006-02-15 05:09:17'),(40,8,2,'2006-02-15 05:09:17'),(41,9,1,'2006-02-15 05:09:17'),(42,9,1,'2006-02-15 05:09:17'),(43,9,1,'2006-02-15 05:09:17'),(44,9,2,'2006-02-15 05:09:17'),(45,9,2,'2006-02-15 05:09:17'),(46,10,1,'2006-02-15 05:09:17'),(47,10,1,'2006-02-15 05:09:17'),(48,10,1,'2006-02-15 05:09:17'),(49,10,1,'2006-02-15 05:09:17'),(50,10,2,'2006-02-15 05:09:17'),(51,10,2,'2006-02-15 05:09:17'),(52,10,2,'2006-02-15 05:09:17'),(53,11,1,'2006-02-15 05:09:17'),(54,11,1,'2006-02-15 05:09:17'),(55,11,1,'2006-02-15 05:09:17'),(56,11,1,'2006-02-15 05:09:17'),(57,11,2,'2006-02-15 05:09:17'),(58,11,2,'2006-02-15 05:09:17'),(59,11,2,'2006-02-15 05:09:17'),(60,12,1,'2006-02-15 05:09:17'),(61,12,1,'2006-02-15 05:09:17'),(62,12,1,'2006-02-15 05:09:17'),(63,12,2,'2006-02-15 05:09:17'),(64,12,2,'2006-02-15 05:09:17'),(65,12,2,'2006-02-15 05:09:17'),(66,12,2,'2006-02-15 05:09:17'),(67,13,2,'2006-02-15 05:09:17'),(68,13,2,'2006-02-15 05:09:17'),(69,13,2,'2006-02-15 05:09:17'),(70,13,2,'2006-02-15 05:09:17'),(71,15,1,'2006-02-15 05:09:17'),(72,15,1,'2006-02-15 05:09:17'),(73,15,2,'2006-02-15 05:09:17'),(74,15,2,'2006-02-15 05:09:17'),(75,15,2,'2006-02-15 05:09:17'),(76,15,2,'2006-02-15 05:09:17'),(77,16,1,'2006-02-15 05:09:17'),(78,16,1,'2006-02-15 05:09:17'),(79,16,2,'2006-02-15 05:09:17'),(80,16,2,'2006-02-15 05:09:17'),(81,17,1,'2006-02-15 05:09:17'),(82,17,1,'2006-02-15 05:09:17'),(83,17,1,'2006-02-15 05:09:17'),(84,17,2,'2006-02-15 05:09:17'),(85,17,2,'2006-02-15 05:09:17'),(86,17,2,'2006-02-15 05:09:17'),(87,18,1,'2006-02-15 05:09:17'),(88,18,1,'2006-02-15 05:09:17'),(89,18,1,'2006-02-15 05:09:17'),(90,18,2,'2006-02-15 05:09:17'),(91,18,2,'2006-02-15 05:09:17'),(92,18,2,'2006-02-15 05:09:17'),(93,19,1,'2006-02-15 05:09:17'),(94,19,1,'2006-02-15 05:09:17'),(95,19,1,'2006-02-15 05:09:17'),(96,19,1,'2006-02-15 05:09:17'),(97,19,2,'2006-02-15 05:09:17'),(98,19,2,'2006-02-15 05:09:17'),(99,20,1,'2006-02-15 05:09:17'),(100,20,1,'2006-02-15 05:09:17'),(101,20,1,'2006-02-15 05:09:17'),(102,21,1,'2006-02-15 05:09:17'),(103,21,1,'2006-02-15 05:09:17'),(104,21,2,'2006-02-15 05:09:17'),(105,21,2,'2006-02-15 05:09:17'),(106,21,2,'2006-02-15 05:09:17'),(107,21,2,'2006-02-15 05:09:17'),(108,22,1,'2006-02-15 05:09:17'),(109,22,1,'2006-02-15 05:09:17'),(110,22,1,'2006-02-15 05:09:17'),(111,22,1,'2006-02-15 05:09:17'),(112,22,2,'2006-02-15 05:09:17'),(113,22,2,'2006-02-15 05:09:17'),(114,22,2,'2006-02-15 05:09:17'),(115,23,1,'2006-02-15 05:09:17'),(116,23,1,'2006-02-15 05:09:17'),(117,23,1,'2006-02-15 05:09:17'),(118,23,2,'2006-02-15 05:09:17'),(119,23,2,'2006-02-15 05:09:17'),(120,24,1,'2006-02-15 05:09:17'),(121,24,1,'2006-02-15 05:09:17'),(122,24,1,'2006-02-15 05:09:17'),(123,24,1,'2006-02-15 05:09:17'),(124,25,1,'2006-02-15 05:09:17'),(125,25,1,'2006-02-15 05:09:17'),(126,25,1,'2006-02-15 05:09:17'),(127,25,1,'2006-02-15 05:09:17'),(128,25,2,'2006-02-15 05:09:17'),(129,25,2,'2006-02-15 05:09:17'),(130,26,1,'2006-02-15 05:09:17'),(131,26,1,'2006-02-15 05:09:17'),(132,26,2,'2006-02-15 05:09:17'),(133,26,2,'2006-02-15 05:09:17'),(134,26,2,'2006-02-15 05:09:17'),(135,27,1,'2006-02-15 05:09:17'),(136,27,1,'2006-02-15 05:09:17'),(137,27,1,'2006-02-15 05:09:17'),(138,27,1,'2006-02-15 05:09:17'),(139,28,1,'2006-02-15 05:09:17'),(140,28,1,'2006-02-15 05:09:17'),(141,28,1,'2006-02-15 05:09:17'),(142,29,1,'2006-02-15 05:09:17'),(143,29,1,'2006-02-15 05:09:17'),(144,30,1,'2006-02-15 05:09:17'),(145,30,1,'2006-02-15 05:09:17'),(146,31,1,'2006-02-15 05:09:17'),(147,31,1,'2006-02-15 05:09:17'),(148,31,1,'2006-02-15 05:09:17'),(149,31,1,'2006-02-15 05:09:17'),(150,31,2,'2006-02-15 05:09:17'),(151,31,2,'2006-02-15 05:09:17'),(152,31,2,'2006-02-15 05:09:17'),(153,31,2,'2006-02-15 05:09:17'),(154,32,2,'2006-02-15 05:09:17'),(155,32,2,'2006-02-15 05:09:17'),(156,34,2,'2006-02-15 05:09:17'),(157,34,2,'2006-02-15 05:09:17'),(158,34,2,'2006-02-15 05:09:17'),(159,34,2,'2006-02-15 05:09:17'),(160,35,1,'2006-02-15 05:09:17'),(161,35,1,'2006-02-15 05:09:17'),(162,35,1,'2006-02-15 05:09:17'),(163,35,1,'2006-02-15 05:09:17'),(164,35,2,'2006-02-15 05:09:17'),(165,35,2,'2006-02-15 05:09:17'),(166,35,2,'2006-02-15 05:09:17'),(167,37,1,'2006-02-15 05:09:17'),(168,37,1,'2006-02-15 05:09:17'),(169,37,1,'2006-02-15 05:09:17'),(170,37,1,'2006-02-15 05:09:17'),(171,37,2,'2006-02-15 05:09:17'),(172,37,2,'2006-02-15 05:09:17'),(173,37,2,'2006-02-15 05:09:17'),(174,39,1,'2006-02-15 05:09:17'),(175,39,1,'2006-02-15 05:09:17'),(176,39,1,'2006-02-15 05:09:17'),(177,39,2,'2006-02-15 05:09:17'),(178,39,2,'2006-02-15 05:09:17'),(179,39,2,'2006-02-15 05:09:17'),(180,39,2,'2006-02-15 05:09:17'),(181,40,2,'2006-02-15 05:09:17'),(182,40,2,'2006-02-15 05:09:17'),(183,40,2,'2006-02-15 05:09:17'),(184,40,2,'2006-02-15 05:09:17'),(185,42,2,'2006-02-15 05:09:17'),(186,42,2,'2006-02-15 05:09:17'),(187,42,2,'2006-02-15 05:09:17'),(188,42,2,'2006-02-15 05:09:17'),(189,43,1,'2006-02-15 05:09:17'),(190,43,1,'2006-02-15 05:09:17'),(191,43,1,'2006-02-15 05:09:17'),(192,43,2,'2006-02-15 05:09:17'),(193,43,2,'2006-02-15 05:09:17'),(194,43,2,'2006-02-15 05:09:17'),(195,43,2,'2006-02-15 05:09:17'),(196,44,1,'2006-02-15 05:09:17'),(197,44,1,'2006-02-15 05:09:17'),(198,44,2,'2006-02-15 05:09:17'),(199,44,2,'2006-02-15 05:09:17'),(200,44,2,'2006-02-15 05:09:17'),(201,45,1,'2006-02-15 05:09:17'),(202,45,1,'2006-02-15 05:09:17'),(203,45,1,'2006-02-15 05:09:17'),(204,45,1,'2006-02-15 05:09:17'),(205,45,2,'2006-02-15 05:09:17'),(206,45,2,'2006-02-15 05:09:17'),(207,46,2,'2006-02-15 05:09:17'),(208,46,2,'2006-02-15 05:09:17'),(209,46,2,'2006-02-15 05:09:17'),(210,47,2,'2006-02-15 05:09:17'),(211,47,2,'2006-02-15 05:09:17'),(212,48,1,'2006-02-15 05:09:17'),(213,48,1,'2006-02-15 05:09:17'),(214,48,2,'2006-02-15 05:09:17'),(215,48,2,'2006-02-15 05:09:17'),(216,49,1,'2006-02-15 05:09:17'),(217,49,1,'2006-02-15 05:09:17'),(218,49,1,'2006-02-15 05:09:17'),(219,49,2,'2006-02-15 05:09:17'),(220,49,2,'2006-02-15 05:09:17'),(221,49,2,'2006-02-15 05:09:17'),(222,50,1,'2006-02-15 05:09:17'),(223,50,1,'2006-02-15 05:09:17'),(224,50,1,'2006-02-15 05:09:17'),(225,50,2,'2006-02-15 05:09:17'),(226,50,2,'2006-02-15 05:09:17'),(227,51,1,'2006-02-15 05:09:17'),(228,51,1,'2006-02-15 05:09:17'),(229,51,2,'2006-02-15 05:09:17'),(230,51,2,'2006-02-15 05:09:17'),(231,51,2,'2006-02-15 05:09:17'),(232,51,2,'2006-02-15 05:09:17'),(233,52,2,'2006-02-15 05:09:17'),(234,52,2,'2006-02-15 05:09:17'),(235,53,1,'2006-02-15 05:09:17'),(236,53,1,'2006-02-15 05:09:17'),(237,54,1,'2006-02-15 05:09:17'),(238,54,1,'2006-02-15 05:09:17'),(239,54,1,'2006-02-15 05:09:17'),(240,54,2,'2006-02-15 05:09:17'),(241,54,2,'2006-02-15 05:09:17'),(242,55,1,'2006-02-15 05:09:17'),(243,55,1,'2006-02-15 05:09:17'),(244,55,1,'2006-02-15 05:09:17'),(245,55,1,'2006-02-15 05:09:17'),(246,55,2,'2006-02-15 05:09:17'),(247,55,2,'2006-02-15 05:09:17'),(248,56,1,'2006-02-15 05:09:17'),(249,56,1,'2006-02-15 05:09:17'),(250,56,1,'2006-02-15 05:09:17'),(251,56,2,'2006-02-15 05:09:17'),(252,56,2,'2006-02-15 05:09:17'),(253,57,1,'2006-02-15 05:09:17'),(254,57,1,'2006-02-15 05:09:17'),(255,57,1,'2006-02-15 05:09:17'),(256,57,1,'2006-02-15 05:09:17'),(257,57,2,'2006-02-15 05:09:17'),(258,57,2,'2006-02-15 05:09:17'),(259,57,2,'2006-02-15 05:09:17'),(260,58,2,'2006-02-15 05:09:17'),(261,58,2,'2006-02-15 05:09:17'),(262,58,2,'2006-02-15 05:09:17'),(263,58,2,'2006-02-15 05:09:17'),(264,59,1,'2006-02-15 05:09:17'),(265,59,1,'2006-02-15 05:09:17'),(266,59,1,'2006-02-15 05:09:17'),(267,59,2,'2006-02-15 05:09:17'),(268,59,2,'2006-02-15 05:09:17'),(269,60,1,'2006-02-15 05:09:17'),(270,60,1,'2006-02-15 05:09:17'),(271,60,1,'2006-02-15 05:09:17'),(272,61,1,'2006-02-15 05:09:17'),(273,61,1,'2006-02-15 05:09:17'),(274,61,1,'2006-02-15 05:09:17'),(275,61,1,'2006-02-15 05:09:17'),(276,61,2,'2006-02-15 05:09:17'),(277,61,2,'2006-02-15 05:09:17'),(278,62,2,'2006-02-15 05:09:17'),(279,62,2,'2006-02-15 05:09:17'),(280,63,1,'2006-02-15 05:09:17'),(281,63,1,'2006-02-15 05:09:17'),(282,63,2,'2006-02-15 05:09:17'),(283,63,2,'2006-02-15 05:09:17'),(284,64,2,'2006-02-15 05:09:17'),(285,64,2,'2006-02-15 05:09:17'),(286,64,2,'2006-02-15 05:09:17'),(287,65,2,'2006-02-15 05:09:17'),(288,65,2,'2006-02-15 05:09:17'),(289,65,2,'2006-02-15 05:09:17'),(290,65,2,'2006-02-15 05:09:17'),(291,66,1,'2006-02-15 05:09:17'),(292,66,1,'2006-02-15 05:09:17'),(293,66,1,'2006-02-15 05:09:17'),(294,67,1,'2006-02-15 05:09:17'),(295,67,1,'2006-02-15 05:09:17'),(296,67,2,'2006-02-15 05:09:17'),(297,67,2,'2006-02-15 05:09:17'),(298,67,2,'2006-02-15 05:09:17'),(299,67,2,'2006-02-15 05:09:17'),(300,68,1,'2006-02-15 05:09:17'),(301,68,1,'2006-02-15 05:09:17'),(302,68,2,'2006-02-15 05:09:17'),(303,68,2,'2006-02-15 05:09:17'),(304,69,1,'2006-02-15 05:09:17'),(305,69,1,'2006-02-15 05:09:17'),(306,69,1,'2006-02-15 05:09:17'),(307,69,1,'2006-02-15 05:09:17'),(308,69,2,'2006-02-15 05:09:17'),(309,69,2,'2006-02-15 05:09:17'),(310,69,2,'2006-02-15 05:09:17'),(311,69,2,'2006-02-15 05:09:17'),(312,70,1,'2006-02-15 05:09:17'),(313,70,1,'2006-02-15 05:09:17'),(314,70,2,'2006-02-15 05:09:17'),(315,70,2,'2006-02-15 05:09:17'),(316,71,2,'2006-02-15 05:09:17'),(317,71,2,'2006-02-15 05:09:17'),(318,71,2,'2006-02-15 05:09:17'),(319,71,2,'2006-02-15 05:09:17'),(320,72,1,'2006-02-15 05:09:17'),(321,72,1,'2006-02-15 05:09:17'),(322,72,1,'2006-02-15 05:09:17'),(323,72,1,'2006-02-15 05:09:17'),(324,72,2,'2006-02-15 05:09:17'),(325,72,2,'2006-02-15 05:09:17'),(326,73,1,'2006-02-15 05:09:17'),(327,73,1,'2006-02-15 05:09:17'),(328,73,1,'2006-02-15 05:09:17'),(329,73,1,'2006-02-15 05:09:17'),(330,73,2,'2006-02-15 05:09:17'),(331,73,2,'2006-02-15 05:09:17'),(332,73,2,'2006-02-15 05:09:17'),(333,73,2,'2006-02-15 05:09:17'),(334,74,1,'2006-02-15 05:09:17'),(335,74,1,'2006-02-15 05:09:17'),(336,74,1,'2006-02-15 05:09:17'),(337,74,2,'2006-02-15 05:09:17'),(338,74,2,'2006-02-15 05:09:17'),(339,75,2,'2006-02-15 05:09:17'),(340,75,2,'2006-02-15 05:09:17'),(341,75,2,'2006-02-15 05:09:17'),(342,76,1,'2006-02-15 05:09:17'),(343,76,1,'2006-02-15 05:09:17'),(344,76,1,'2006-02-15 05:09:17'),(345,77,1,'2006-02-15 05:09:17'),(346,77,1,'2006-02-15 05:09:17'),(347,77,1,'2006-02-15 05:09:17'),(348,77,1,'2006-02-15 05:09:17'),(349,77,2,'2006-02-15 05:09:17'),(350,77,2,'2006-02-15 05:09:17'),(351,78,1,'2006-02-15 05:09:17'),(352,78,1,'2006-02-15 05:09:17'),(353,78,1,'2006-02-15 05:09:17'),(354,78,2,'2006-02-15 05:09:17'),(355,78,2,'2006-02-15 05:09:17'),(356,78,2,'2006-02-15 05:09:17'),(357,78,2,'2006-02-15 05:09:17'),(358,79,1,'2006-02-15 05:09:17'),(359,79,1,'2006-02-15 05:09:17'),(360,79,1,'2006-02-15 05:09:17'),(361,79,2,'2006-02-15 05:09:17'),(362,79,2,'2006-02-15 05:09:17'),(363,79,2,'2006-02-15 05:09:17'),(364,80,1,'2006-02-15 05:09:17'),(365,80,1,'2006-02-15 05:09:17'),(366,80,1,'2006-02-15 05:09:17'),(367,80,1,'2006-02-15 05:09:17'),(368,81,1,'2006-02-15 05:09:17'),(369,81,1,'2006-02-15 05:09:17'),(370,81,1,'2006-02-15 05:09:17'),(371,81,1,'2006-02-15 05:09:17'),(372,82,1,'2006-02-15 05:09:17'),(373,82,1,'2006-02-15 05:09:17'),(374,83,1,'2006-02-15 05:09:17'),(375,83,1,'2006-02-15 05:09:17'),(376,83,1,'2006-02-15 05:09:17'),(377,83,2,'2006-02-15 05:09:17'),(378,83,2,'2006-02-15 05:09:17'),(379,84,1,'2006-02-15 05:09:17'),(380,84,1,'2006-02-15 05:09:17'),(381,84,1,'2006-02-15 05:09:17'),(382,84,1,'2006-02-15 05:09:17'),(383,85,2,'2006-02-15 05:09:17'),(384,85,2,'2006-02-15 05:09:17'),(385,85,2,'2006-02-15 05:09:17'),(386,85,2,'2006-02-15 05:09:17'),(387,86,1,'2006-02-15 05:09:17'),(388,86,1,'2006-02-15 05:09:17'),(389,86,1,'2006-02-15 05:09:17'),(390,86,1,'2006-02-15 05:09:17'),(391,86,2,'2006-02-15 05:09:17'),(392,86,2,'2006-02-15 05:09:17'),(393,86,2,'2006-02-15 05:09:17'),(394,86,2,'2006-02-15 05:09:17'),(395,88,2,'2006-02-15 05:09:17'),(396,88,2,'2006-02-15 05:09:17'),(397,88,2,'2006-02-15 05:09:17'),(398,88,2,'2006-02-15 05:09:17'),(399,89,1,'2006-02-15 05:09:17'),(400,89,1,'2006-02-15 05:09:17'),(401,89,1,'2006-02-15 05:09:17'),(402,89,2,'2006-02-15 05:09:17'),(403,89,2,'2006-02-15 05:09:17'),(404,89,2,'2006-02-15 05:09:17'),(405,90,1,'2006-02-15 05:09:17'),(406,90,1,'2006-02-15 05:09:17'),(407,90,1,'2006-02-15 05:09:17'),(408,90,2,'2006-02-15 05:09:17'),(409,90,2,'2006-02-15 05:09:17'),(410,90,2,'2006-02-15 05:09:17'),(411,91,1,'2006-02-15 05:09:17'),(412,91,1,'2006-02-15 05:09:17'),(413,91,1,'2006-02-15 05:09:17'),(414,91,1,'2006-02-15 05:09:17'),(415,91,2,'2006-02-15 05:09:17'),(416,91,2,'2006-02-15 05:09:17'),(417,91,2,'2006-02-15 05:09:17'),(418,91,2,'2006-02-15 05:09:17'),(419,92,1,'2006-02-15 05:09:17'),(420,92,1,'2006-02-15 05:09:17'),(421,92,2,'2006-02-15 05:09:17'),(422,92,2,'2006-02-15 05:09:17'),(423,93,2,'2006-02-15 05:09:17'),(424,93,2,'2006-02-15 05:09:17'),(425,93,2,'2006-02-15 05:09:17'),(426,94,1,'2006-02-15 05:09:17'),(427,94,1,'2006-02-15 05:09:17'),(428,95,1,'2006-02-15 05:09:17'),(429,95,1,'2006-02-15 05:09:17'),(430,95,2,'2006-02-15 05:09:17'),(431,95,2,'2006-02-15 05:09:17'),(432,95,2,'2006-02-15 05:09:17'),(433,96,1,'2006-02-15 05:09:17'),(434,96,1,'2006-02-15 05:09:17'),(435,96,1,'2006-02-15 05:09:17'),(436,97,1,'2006-02-15 05:09:17'),(437,97,1,'2006-02-15 05:09:17'),(438,97,1,'2006-02-15 05:09:17'),(439,97,1,'2006-02-15 05:09:17'),(440,97,2,'2006-02-15 05:09:17'),(441,97,2,'2006-02-15 05:09:17'),(442,98,1,'2006-02-15 05:09:17'),(443,98,1,'2006-02-15 05:09:17'),(444,98,1,'2006-02-15 05:09:17'),(445,99,1,'2006-02-15 05:09:17'),(446,99,1,'2006-02-15 05:09:17'),(447,99,1,'2006-02-15 05:09:17'),(448,99,2,'2006-02-15 05:09:17'),(449,99,2,'2006-02-15 05:09:17'),(450,99,2,'2006-02-15 05:09:17'),(451,100,1,'2006-02-15 05:09:17'),(452,100,1,'2006-02-15 05:09:17'),(453,100,1,'2006-02-15 05:09:17'),(454,100,1,'2006-02-15 05:09:17'),(455,100,2,'2006-02-15 05:09:17'),(456,100,2,'2006-02-15 05:09:17'),(457,101,1,'2006-02-15 05:09:17'),(458,101,1,'2006-02-15 05:09:17'),(459,101,1,'2006-02-15 05:09:17'),(460,101,1,'2006-02-15 05:09:17'),(461,101,2,'2006-02-15 05:09:17'),(462,101,2,'2006-02-15 05:09:17'),(463,102,2,'2006-02-15 05:09:17'),(464,102,2,'2006-02-15 05:09:17'),(465,103,1,'2006-02-15 05:09:17'),(466,103,1,'2006-02-15 05:09:17'),(467,103,1,'2006-02-15 05:09:17'),(468,103,1,'2006-02-15 05:09:17'),(469,103,2,'2006-02-15 05:09:17'),(470,103,2,'2006-02-15 05:09:17'),(471,103,2,'2006-02-15 05:09:17'),(472,103,2,'2006-02-15 05:09:17'),(473,104,2,'2006-02-15 05:09:17'),(474,104,2,'2006-02-15 05:09:17'),(475,104,2,'2006-02-15 05:09:17'),(476,105,1,'2006-02-15 05:09:17'),(477,105,1,'2006-02-15 05:09:17'),(478,105,2,'2006-02-15 05:09:17'),(479,105,2,'2006-02-15 05:09:17'),(480,105,2,'2006-02-15 05:09:17'),(481,106,1,'2006-02-15 05:09:17'),(482,106,1,'2006-02-15 05:09:17'),(483,107,2,'2006-02-15 05:09:17'),(484,107,2,'2006-02-15 05:09:17'),(485,109,1,'2006-02-15 05:09:17'),(486,109,1,'2006-02-15 05:09:17'),(487,109,1,'2006-02-15 05:09:17'),(488,109,1,'2006-02-15 05:09:17'),(489,109,2,'2006-02-15 05:09:17'),(490,109,2,'2006-02-15 05:09:17'),(491,109,2,'2006-02-15 05:09:17'),(492,109,2,'2006-02-15 05:09:17'),(493,110,1,'2006-02-15 05:09:17'),(494,110,1,'2006-02-15 05:09:17'),(495,110,1,'2006-02-15 05:09:17'),(496,110,1,'2006-02-15 05:09:17'),(497,111,2,'2006-02-15 05:09:17'),(498,111,2,'2006-02-15 05:09:17'),(499,111,2,'2006-02-15 05:09:17'),(500,111,2,'2006-02-15 05:09:17'),(501,112,1,'2006-02-15 05:09:17'),(502,112,1,'2006-02-15 05:09:17'),(503,112,1,'2006-02-15 05:09:17'),(504,112,1,'2006-02-15 05:09:17'),(505,112,2,'2006-02-15 05:09:17'),(506,112,2,'2006-02-15 05:09:17'),(507,112,2,'2006-02-15 05:09:17'),(508,113,2,'2006-02-15 05:09:17'),(509,113,2,'2006-02-15 05:09:17'),(510,113,2,'2006-02-15 05:09:17'),(511,113,2,'2006-02-15 05:09:17'),(512,114,1,'2006-02-15 05:09:17'),(513,114,1,'2006-02-15 05:09:17'),(514,114,1,'2006-02-15 05:09:17'),(515,114,1,'2006-02-15 05:09:17'),(516,114,2,'2006-02-15 05:09:17'),(517,114,2,'2006-02-15 05:09:17'),(518,114,2,'2006-02-15 05:09:17'),(519,115,1,'2006-02-15 05:09:17'),(520,115,1,'2006-02-15 05:09:17'),(521,115,1,'2006-02-15 05:09:17'),(522,115,2,'2006-02-15 05:09:17'),(523,115,2,'2006-02-15 05:09:17'),(524,115,2,'2006-02-15 05:09:17'),(525,115,2,'2006-02-15 05:09:17'),(526,116,1,'2006-02-15 05:09:17'),(527,116,1,'2006-02-15 05:09:17'),(528,116,2,'2006-02-15 05:09:17'),(529,116,2,'2006-02-15 05:09:17'),(530,116,2,'2006-02-15 05:09:17'),(531,116,2,'2006-02-15 05:09:17'),(532,117,1,'2006-02-15 05:09:17'),(533,117,1,'2006-02-15 05:09:17'),(534,117,1,'2006-02-15 05:09:17'),(535,117,1,'2006-02-15 05:09:17'),(536,117,2,'2006-02-15 05:09:17'),(537,117,2,'2006-02-15 05:09:17'),(538,118,1,'2006-02-15 05:09:17'),(539,118,1,'2006-02-15 05:09:17'),(540,118,1,'2006-02-15 05:09:17'),(541,118,1,'2006-02-15 05:09:17'),(542,118,2,'2006-02-15 05:09:17'),(543,118,2,'2006-02-15 05:09:17'),(544,119,1,'2006-02-15 05:09:17'),(545,119,1,'2006-02-15 05:09:17'),(546,119,1,'2006-02-15 05:09:17'),(547,119,2,'2006-02-15 05:09:17'),(548,119,2,'2006-02-15 05:09:17'),(549,119,2,'2006-02-15 05:09:17'),(550,119,2,'2006-02-15 05:09:17'),(551,120,1,'2006-02-15 05:09:17'),(552,120,1,'2006-02-15 05:09:17'),(553,120,1,'2006-02-15 05:09:17'),(554,121,1,'2006-02-15 05:09:17'),(555,121,1,'2006-02-15 05:09:17'),(556,121,1,'2006-02-15 05:09:17'),(557,121,2,'2006-02-15 05:09:17'),(558,121,2,'2006-02-15 05:09:17'),(559,121,2,'2006-02-15 05:09:17'),(560,122,1,'2006-02-15 05:09:17'),(561,122,1,'2006-02-15 05:09:17'),(562,122,1,'2006-02-15 05:09:17'),(563,122,1,'2006-02-15 05:09:17'),(564,122,2,'2006-02-15 05:09:17'),(565,122,2,'2006-02-15 05:09:17'),(566,122,2,'2006-02-15 05:09:17'),(567,123,1,'2006-02-15 05:09:17'),(568,123,1,'2006-02-15 05:09:17'),(569,123,2,'2006-02-15 05:09:17'),(570,123,2,'2006-02-15 05:09:17'),(571,123,2,'2006-02-15 05:09:17'),(572,124,2,'2006-02-15 05:09:17'),(573,124,2,'2006-02-15 05:09:17'),(574,124,2,'2006-02-15 05:09:17'),(575,125,2,'2006-02-15 05:09:17'),(576,125,2,'2006-02-15 05:09:17'),(577,126,2,'2006-02-15 05:09:17'),(578,126,2,'2006-02-15 05:09:17'),(579,126,2,'2006-02-15 05:09:17'),(580,127,1,'2006-02-15 05:09:17'),(581,127,1,'2006-02-15 05:09:17'),(582,127,1,'2006-02-15 05:09:17'),(583,127,1,'2006-02-15 05:09:17'),(584,127,2,'2006-02-15 05:09:17'),(585,127,2,'2006-02-15 05:09:17'),(586,127,2,'2006-02-15 05:09:17'),(587,127,2,'2006-02-15 05:09:17'),(588,129,1,'2006-02-15 05:09:17'),(589,129,1,'2006-02-15 05:09:17'),(590,129,1,'2006-02-15 05:09:17'),(591,129,2,'2006-02-15 05:09:17'),(592,129,2,'2006-02-15 05:09:17'),(593,129,2,'2006-02-15 05:09:17'),(594,130,1,'2006-02-15 05:09:17'),(595,130,1,'2006-02-15 05:09:17'),(596,130,2,'2006-02-15 05:09:17'),(597,130,2,'2006-02-15 05:09:17'),(598,130,2,'2006-02-15 05:09:17'),(599,130,2,'2006-02-15 05:09:17'),(600,131,1,'2006-02-15 05:09:17'),(601,131,1,'2006-02-15 05:09:17'),(602,131,1,'2006-02-15 05:09:17'),(603,131,1,'2006-02-15 05:09:17'),(604,131,2,'2006-02-15 05:09:17'),(605,131,2,'2006-02-15 05:09:17'),(606,132,1,'2006-02-15 05:09:17'),(607,132,1,'2006-02-15 05:09:17'),(608,132,1,'2006-02-15 05:09:17'),(609,132,1,'2006-02-15 05:09:17'),(610,132,2,'2006-02-15 05:09:17'),(611,132,2,'2006-02-15 05:09:17'),(612,133,1,'2006-02-15 05:09:17'),(613,133,1,'2006-02-15 05:09:17'),(614,133,2,'2006-02-15 05:09:17'),(615,133,2,'2006-02-15 05:09:17'),(616,134,2,'2006-02-15 05:09:17'),(617,134,2,'2006-02-15 05:09:17'),(618,134,2,'2006-02-15 05:09:17'),(619,135,1,'2006-02-15 05:09:17'),(620,135,1,'2006-02-15 05:09:17'),(621,135,1,'2006-02-15 05:09:17'),(622,135,2,'2006-02-15 05:09:17'),(623,135,2,'2006-02-15 05:09:17'),(624,135,2,'2006-02-15 05:09:17'),(625,135,2,'2006-02-15 05:09:17'),(626,136,1,'2006-02-15 05:09:17'),(627,136,1,'2006-02-15 05:09:17'),(628,136,1,'2006-02-15 05:09:17'),(629,137,2,'2006-02-15 05:09:17'),(630,137,2,'2006-02-15 05:09:17'),(631,137,2,'2006-02-15 05:09:17'),(632,137,2,'2006-02-15 05:09:17'),(633,138,1,'2006-02-15 05:09:17'),(634,138,1,'2006-02-15 05:09:17'),(635,138,2,'2006-02-15 05:09:17'),(636,138,2,'2006-02-15 05:09:17'),(637,138,2,'2006-02-15 05:09:17'),(638,139,1,'2006-02-15 05:09:17'),(639,139,1,'2006-02-15 05:09:17'),(640,139,1,'2006-02-15 05:09:17'),(641,139,1,'2006-02-15 05:09:17'),(642,139,2,'2006-02-15 05:09:17'),(643,139,2,'2006-02-15 05:09:17'),(644,140,1,'2006-02-15 05:09:17'),(645,140,1,'2006-02-15 05:09:17'),(646,140,2,'2006-02-15 05:09:17'),(647,140,2,'2006-02-15 05:09:17'),(648,140,2,'2006-02-15 05:09:17'),(649,141,1,'2006-02-15 05:09:17'),(650,141,1,'2006-02-15 05:09:17'),(651,141,1,'2006-02-15 05:09:17'),(652,141,2,'2006-02-15 05:09:17'),(653,141,2,'2006-02-15 05:09:17'),(654,142,1,'2006-02-15 05:09:17'),(655,142,1,'2006-02-15 05:09:17'),(656,142,1,'2006-02-15 05:09:17'),(657,142,2,'2006-02-15 05:09:17'),(658,142,2,'2006-02-15 05:09:17'),(659,143,1,'2006-02-15 05:09:17'),(660,143,1,'2006-02-15 05:09:17'),(661,143,1,'2006-02-15 05:09:17'),(662,143,1,'2006-02-15 05:09:17'),(663,143,2,'2006-02-15 05:09:17'),(664,143,2,'2006-02-15 05:09:17'),(665,143,2,'2006-02-15 05:09:17'),(666,145,2,'2006-02-15 05:09:17'),(667,145,2,'2006-02-15 05:09:17'),(668,145,2,'2006-02-15 05:09:17'),(669,146,1,'2006-02-15 05:09:17'),(670,146,1,'2006-02-15 05:09:17'),(671,146,1,'2006-02-15 05:09:17'),(672,147,1,'2006-02-15 05:09:17'),(673,147,1,'2006-02-15 05:09:17'),(674,147,1,'2006-02-15 05:09:17'),(675,147,2,'2006-02-15 05:09:17'),(676,147,2,'2006-02-15 05:09:17'),(677,147,2,'2006-02-15 05:09:17'),(678,149,1,'2006-02-15 05:09:17'),(679,149,1,'2006-02-15 05:09:17'),(680,149,1,'2006-02-15 05:09:17'),(681,149,2,'2006-02-15 05:09:17'),(682,149,2,'2006-02-15 05:09:17'),(683,149,2,'2006-02-15 05:09:17'),(684,150,1,'2006-02-15 05:09:17'),(685,150,1,'2006-02-15 05:09:17'),(686,150,2,'2006-02-15 05:09:17'),(687,150,2,'2006-02-15 05:09:17'),(688,150,2,'2006-02-15 05:09:17'),(689,150,2,'2006-02-15 05:09:17'),(690,151,1,'2006-02-15 05:09:17'),(691,151,1,'2006-02-15 05:09:17'),(692,151,2,'2006-02-15 05:09:17'),(693,151,2,'2006-02-15 05:09:17'),(694,152,1,'2006-02-15 05:09:17'),(695,152,1,'2006-02-15 05:09:17'),(696,152,1,'2006-02-15 05:09:17'),(697,152,1,'2006-02-15 05:09:17'),(698,153,1,'2006-02-15 05:09:17'),(699,153,1,'2006-02-15 05:09:17'),(700,153,1,'2006-02-15 05:09:17'),(701,153,1,'2006-02-15 05:09:17'),(702,154,1,'2006-02-15 05:09:17'),(703,154,1,'2006-02-15 05:09:17'),(704,154,1,'2006-02-15 05:09:17'),(705,154,2,'2006-02-15 05:09:17'),(706,154,2,'2006-02-15 05:09:17'),(707,154,2,'2006-02-15 05:09:17'),(708,154,2,'2006-02-15 05:09:17'),(709,155,1,'2006-02-15 05:09:17'),(710,155,1,'2006-02-15 05:09:17'),(711,155,2,'2006-02-15 05:09:17'),(712,155,2,'2006-02-15 05:09:17'),(713,155,2,'2006-02-15 05:09:17'),(714,156,2,'2006-02-15 05:09:17'),(715,156,2,'2006-02-15 05:09:17'),(716,157,2,'2006-02-15 05:09:17'),(717,157,2,'2006-02-15 05:09:17'),(718,157,2,'2006-02-15 05:09:17'),(719,158,1,'2006-02-15 05:09:17'),(720,158,1,'2006-02-15 05:09:17'),(721,158,2,'2006-02-15 05:09:17'),(722,158,2,'2006-02-15 05:09:17'),(723,158,2,'2006-02-15 05:09:17'),(724,159,1,'2006-02-15 05:09:17'),(725,159,1,'2006-02-15 05:09:17'),(726,159,1,'2006-02-15 05:09:17'),(727,159,1,'2006-02-15 05:09:17'),(728,159,2,'2006-02-15 05:09:17'),(729,159,2,'2006-02-15 05:09:17'),(730,159,2,'2006-02-15 05:09:17'),(731,160,1,'2006-02-15 05:09:17'),(732,160,1,'2006-02-15 05:09:17'),(733,160,2,'2006-02-15 05:09:17'),(734,160,2,'2006-02-15 05:09:17'),(735,160,2,'2006-02-15 05:09:17'),(736,161,1,'2006-02-15 05:09:17'),(737,161,1,'2006-02-15 05:09:17'),(738,162,1,'2006-02-15 05:09:17'),(739,162,1,'2006-02-15 05:09:17'),(740,162,1,'2006-02-15 05:09:17'),(741,162,2,'2006-02-15 05:09:17'),(742,162,2,'2006-02-15 05:09:17'),(743,162,2,'2006-02-15 05:09:17'),(744,162,2,'2006-02-15 05:09:17'),(745,163,2,'2006-02-15 05:09:17'),(746,163,2,'2006-02-15 05:09:17'),(747,163,2,'2006-02-15 05:09:17'),(748,164,1,'2006-02-15 05:09:17'),(749,164,1,'2006-02-15 05:09:17'),(750,164,2,'2006-02-15 05:09:17'),(751,164,2,'2006-02-15 05:09:17'),(752,164,2,'2006-02-15 05:09:17'),(753,165,1,'2006-02-15 05:09:17'),(754,165,1,'2006-02-15 05:09:17'),(755,165,1,'2006-02-15 05:09:17'),(756,165,2,'2006-02-15 05:09:17'),(757,165,2,'2006-02-15 05:09:17'),(758,166,1,'2006-02-15 05:09:17'),(759,166,1,'2006-02-15 05:09:17'),(760,166,1,'2006-02-15 05:09:17'),(761,166,1,'2006-02-15 05:09:17'),(762,166,2,'2006-02-15 05:09:17'),(763,166,2,'2006-02-15 05:09:17'),(764,167,1,'2006-02-15 05:09:17'),(765,167,1,'2006-02-15 05:09:17'),(766,167,1,'2006-02-15 05:09:17'),(767,167,1,'2006-02-15 05:09:17'),(768,167,2,'2006-02-15 05:09:17'),(769,167,2,'2006-02-15 05:09:17'),(770,167,2,'2006-02-15 05:09:17'),(771,168,1,'2006-02-15 05:09:17'),(772,168,1,'2006-02-15 05:09:17'),(773,169,1,'2006-02-15 05:09:17'),(774,169,1,'2006-02-15 05:09:17'),(775,169,2,'2006-02-15 05:09:17'),(776,169,2,'2006-02-15 05:09:17'),(777,170,1,'2006-02-15 05:09:17'),(778,170,1,'2006-02-15 05:09:17'),(779,170,2,'2006-02-15 05:09:17'),(780,170,2,'2006-02-15 05:09:17'),(781,170,2,'2006-02-15 05:09:17'),(782,170,2,'2006-02-15 05:09:17'),(783,172,1,'2006-02-15 05:09:17'),(784,172,1,'2006-02-15 05:09:17'),(785,172,1,'2006-02-15 05:09:17'),(786,172,1,'2006-02-15 05:09:17'),(787,172,2,'2006-02-15 05:09:17'),(788,172,2,'2006-02-15 05:09:17'),(789,172,2,'2006-02-15 05:09:17'),(790,173,1,'2006-02-15 05:09:17'),(791,173,1,'2006-02-15 05:09:17'),(792,173,1,'2006-02-15 05:09:17'),(793,173,2,'2006-02-15 05:09:17'),(794,173,2,'2006-02-15 05:09:17'),(795,174,1,'2006-02-15 05:09:17'),(796,174,1,'2006-02-15 05:09:17'),(797,174,1,'2006-02-15 05:09:17'),(798,174,1,'2006-02-15 05:09:17'),(799,174,2,'2006-02-15 05:09:17'),(800,174,2,'2006-02-15 05:09:17'),(801,174,2,'2006-02-15 05:09:17'),(802,174,2,'2006-02-15 05:09:17'),(803,175,1,'2006-02-15 05:09:17'),(804,175,1,'2006-02-15 05:09:17'),(805,175,2,'2006-02-15 05:09:17'),(806,175,2,'2006-02-15 05:09:17'),(807,175,2,'2006-02-15 05:09:17'),(808,176,1,'2006-02-15 05:09:17'),(809,176,1,'2006-02-15 05:09:17'),(810,176,2,'2006-02-15 05:09:17'),(811,176,2,'2006-02-15 05:09:17'),(812,176,2,'2006-02-15 05:09:17'),(813,176,2,'2006-02-15 05:09:17'),(814,177,2,'2006-02-15 05:09:17'),(815,177,2,'2006-02-15 05:09:17'),(816,177,2,'2006-02-15 05:09:17'),(817,178,1,'2006-02-15 05:09:17'),(818,178,1,'2006-02-15 05:09:17'),(819,179,1,'2006-02-15 05:09:17'),(820,179,1,'2006-02-15 05:09:17'),(821,179,1,'2006-02-15 05:09:17'),(822,179,1,'2006-02-15 05:09:17'),(823,180,2,'2006-02-15 05:09:17'),(824,180,2,'2006-02-15 05:09:17'),(825,181,1,'2006-02-15 05:09:17'),(826,181,1,'2006-02-15 05:09:17'),(827,181,1,'2006-02-15 05:09:17'),(828,181,2,'2006-02-15 05:09:17'),(829,181,2,'2006-02-15 05:09:17'),(830,181,2,'2006-02-15 05:09:17'),(831,181,2,'2006-02-15 05:09:17'),(832,182,1,'2006-02-15 05:09:17'),(833,182,1,'2006-02-15 05:09:17'),(834,183,1,'2006-02-15 05:09:17'),(835,183,1,'2006-02-15 05:09:17'),(836,183,1,'2006-02-15 05:09:17'),(837,183,2,'2006-02-15 05:09:17'),(838,183,2,'2006-02-15 05:09:17'),(839,183,2,'2006-02-15 05:09:17'),(840,184,1,'2006-02-15 05:09:17'),(841,184,1,'2006-02-15 05:09:17'),(842,184,2,'2006-02-15 05:09:17'),(843,184,2,'2006-02-15 05:09:17'),(844,184,2,'2006-02-15 05:09:17'),(845,185,1,'2006-02-15 05:09:17'),(846,185,1,'2006-02-15 05:09:17'),(847,186,1,'2006-02-15 05:09:17'),(848,186,1,'2006-02-15 05:09:17'),(849,186,2,'2006-02-15 05:09:17'),(850,186,2,'2006-02-15 05:09:17'),(851,187,2,'2006-02-15 05:09:17'),(852,187,2,'2006-02-15 05:09:17'),(853,187,2,'2006-02-15 05:09:17'),(854,188,1,'2006-02-15 05:09:17'),(855,188,1,'2006-02-15 05:09:17'),(856,188,1,'2006-02-15 05:09:17'),(857,189,1,'2006-02-15 05:09:17'),(858,189,1,'2006-02-15 05:09:17'),(859,189,2,'2006-02-15 05:09:17'),(860,189,2,'2006-02-15 05:09:17'),(861,189,2,'2006-02-15 05:09:17'),(862,189,2,'2006-02-15 05:09:17'),(863,190,2,'2006-02-15 05:09:17'),(864,190,2,'2006-02-15 05:09:17'),(865,190,2,'2006-02-15 05:09:17'),(866,190,2,'2006-02-15 05:09:17'),(867,191,1,'2006-02-15 05:09:17'),(868,191,1,'2006-02-15 05:09:17'),(869,191,1,'2006-02-15 05:09:17'),(870,191,2,'2006-02-15 05:09:17'),(871,191,2,'2006-02-15 05:09:17'),(872,191,2,'2006-02-15 05:09:17'),(873,193,1,'2006-02-15 05:09:17'),(874,193,1,'2006-02-15 05:09:17'),(875,193,1,'2006-02-15 05:09:17'),(876,193,1,'2006-02-15 05:09:17'),(877,193,2,'2006-02-15 05:09:17'),(878,193,2,'2006-02-15 05:09:17'),(879,193,2,'2006-02-15 05:09:17'),(880,193,2,'2006-02-15 05:09:17'),(881,194,1,'2006-02-15 05:09:17'),(882,194,1,'2006-02-15 05:09:17'),(883,194,2,'2006-02-15 05:09:17'),(884,194,2,'2006-02-15 05:09:17'),(885,196,1,'2006-02-15 05:09:17'),(886,196,1,'2006-02-15 05:09:17'),(887,197,1,'2006-02-15 05:09:17'),(888,197,1,'2006-02-15 05:09:17'),(889,199,1,'2006-02-15 05:09:17'),(890,199,1,'2006-02-15 05:09:17'),(891,199,1,'2006-02-15 05:09:17'),(892,199,1,'2006-02-15 05:09:17'),(893,199,2,'2006-02-15 05:09:17'),(894,199,2,'2006-02-15 05:09:17'),(895,199,2,'2006-02-15 05:09:17'),(896,199,2,'2006-02-15 05:09:17'),(897,200,1,'2006-02-15 05:09:17'),(898,200,1,'2006-02-15 05:09:17'),(899,200,1,'2006-02-15 05:09:17'),(900,200,1,'2006-02-15 05:09:17'),(901,200,2,'2006-02-15 05:09:17'),(902,200,2,'2006-02-15 05:09:17'),(903,200,2,'2006-02-15 05:09:17'),(904,200,2,'2006-02-15 05:09:17'),(905,201,1,'2006-02-15 05:09:17'),(906,201,1,'2006-02-15 05:09:17'),(907,201,1,'2006-02-15 05:09:17'),(908,201,1,'2006-02-15 05:09:17'),(909,202,1,'2006-02-15 05:09:17'),(910,202,1,'2006-02-15 05:09:17'),(911,202,1,'2006-02-15 05:09:17'),(912,203,2,'2006-02-15 05:09:17'),(913,203,2,'2006-02-15 05:09:17'),(914,203,2,'2006-02-15 05:09:17'),(915,203,2,'2006-02-15 05:09:17'),(916,204,1,'2006-02-15 05:09:17'),(917,204,1,'2006-02-15 05:09:17'),(918,204,1,'2006-02-15 05:09:17'),(919,204,1,'2006-02-15 05:09:17'),(920,204,2,'2006-02-15 05:09:17'),(921,204,2,'2006-02-15 05:09:17'),(922,205,1,'2006-02-15 05:09:17'),(923,205,1,'2006-02-15 05:09:17'),(924,205,1,'2006-02-15 05:09:17'),(925,205,1,'2006-02-15 05:09:17'),(926,206,1,'2006-02-15 05:09:17'),(927,206,1,'2006-02-15 05:09:17'),(928,206,1,'2006-02-15 05:09:17'),(929,206,1,'2006-02-15 05:09:17'),(930,206,2,'2006-02-15 05:09:17'),(931,206,2,'2006-02-15 05:09:17'),(932,206,2,'2006-02-15 05:09:17'),(933,206,2,'2006-02-15 05:09:17'),(934,207,1,'2006-02-15 05:09:17'),(935,207,1,'2006-02-15 05:09:17'),(936,207,1,'2006-02-15 05:09:17'),(937,207,1,'2006-02-15 05:09:17'),(938,208,1,'2006-02-15 05:09:17'),(939,208,1,'2006-02-15 05:09:17'),(940,208,1,'2006-02-15 05:09:17'),(941,209,1,'2006-02-15 05:09:17'),(942,209,1,'2006-02-15 05:09:17'),(943,209,1,'2006-02-15 05:09:17'),(944,209,1,'2006-02-15 05:09:17'),(945,210,2,'2006-02-15 05:09:17'),(946,210,2,'2006-02-15 05:09:17'),(947,210,2,'2006-02-15 05:09:17'),(948,211,1,'2006-02-15 05:09:17'),(949,211,1,'2006-02-15 05:09:17'),(950,212,1,'2006-02-15 05:09:17'),(951,212,1,'2006-02-15 05:09:17'),(952,212,1,'2006-02-15 05:09:17'),(953,212,2,'2006-02-15 05:09:17'),(954,212,2,'2006-02-15 05:09:17'),(955,213,1,'2006-02-15 05:09:17'),(956,213,1,'2006-02-15 05:09:17'),(957,213,1,'2006-02-15 05:09:17'),(958,213,1,'2006-02-15 05:09:17'),(959,214,2,'2006-02-15 05:09:17'),(960,214,2,'2006-02-15 05:09:17'),(961,214,2,'2006-02-15 05:09:17'),(962,214,2,'2006-02-15 05:09:17'),(963,215,1,'2006-02-15 05:09:17'),(964,215,1,'2006-02-15 05:09:17'),(965,215,1,'2006-02-15 05:09:17'),(966,215,2,'2006-02-15 05:09:17'),(967,215,2,'2006-02-15 05:09:17'),(968,215,2,'2006-02-15 05:09:17'),(969,216,1,'2006-02-15 05:09:17'),(970,216,1,'2006-02-15 05:09:17'),(971,216,2,'2006-02-15 05:09:17'),(972,216,2,'2006-02-15 05:09:17'),(973,216,2,'2006-02-15 05:09:17'),(974,218,1,'2006-02-15 05:09:17'),(975,218,1,'2006-02-15 05:09:17'),(976,218,1,'2006-02-15 05:09:17'),(977,218,1,'2006-02-15 05:09:17'),(978,218,2,'2006-02-15 05:09:17'),(979,218,2,'2006-02-15 05:09:17'),(980,218,2,'2006-02-15 05:09:17'),(981,219,1,'2006-02-15 05:09:17'),(982,219,1,'2006-02-15 05:09:17'),(983,219,1,'2006-02-15 05:09:17'),(984,219,1,'2006-02-15 05:09:17'),(985,220,1,'2006-02-15 05:09:17'),(986,220,1,'2006-02-15 05:09:17'),(987,220,1,'2006-02-15 05:09:17'),(988,220,1,'2006-02-15 05:09:17'),(989,220,2,'2006-02-15 05:09:17'),(990,220,2,'2006-02-15 05:09:17'),(991,220,2,'2006-02-15 05:09:17'),(992,220,2,'2006-02-15 05:09:17'),(993,222,1,'2006-02-15 05:09:17'),(994,222,1,'2006-02-15 05:09:17'),(995,222,2,'2006-02-15 05:09:17'),(996,222,2,'2006-02-15 05:09:17'),(997,222,2,'2006-02-15 05:09:17'),(998,222,2,'2006-02-15 05:09:17'),(999,223,2,'2006-02-15 05:09:17'),(1000,223,2,'2006-02-15 05:09:17'),(1001,224,1,'2006-02-15 05:09:17'),(1002,224,1,'2006-02-15 05:09:17'),(1003,225,1,'2006-02-15 05:09:17'),(1004,225,1,'2006-02-15 05:09:17'),(1005,225,1,'2006-02-15 05:09:17'),(1006,226,1,'2006-02-15 05:09:17'),(1007,226,1,'2006-02-15 05:09:17'),(1008,226,2,'2006-02-15 05:09:17'),(1009,226,2,'2006-02-15 05:09:17'),(1010,226,2,'2006-02-15 05:09:17'),(1011,227,1,'2006-02-15 05:09:17'),(1012,227,1,'2006-02-15 05:09:17'),(1013,227,1,'2006-02-15 05:09:17'),(1014,227,2,'2006-02-15 05:09:17'),(1015,227,2,'2006-02-15 05:09:17'),(1016,228,1,'2006-02-15 05:09:17'),(1017,228,1,'2006-02-15 05:09:17'),(1018,228,1,'2006-02-15 05:09:17'),(1019,228,2,'2006-02-15 05:09:17'),(1020,228,2,'2006-02-15 05:09:17'),(1021,228,2,'2006-02-15 05:09:17'),(1022,228,2,'2006-02-15 05:09:17'),(1023,229,1,'2006-02-15 05:09:17'),(1024,229,1,'2006-02-15 05:09:17'),(1025,229,2,'2006-02-15 05:09:17'),(1026,229,2,'2006-02-15 05:09:17'),(1027,230,1,'2006-02-15 05:09:17'),(1028,230,1,'2006-02-15 05:09:17'),(1029,231,1,'2006-02-15 05:09:17'),(1030,231,1,'2006-02-15 05:09:17'),(1031,231,1,'2006-02-15 05:09:17'),(1032,231,1,'2006-02-15 05:09:17'),(1033,231,2,'2006-02-15 05:09:17'),(1034,231,2,'2006-02-15 05:09:17'),(1035,231,2,'2006-02-15 05:09:17'),(1036,231,2,'2006-02-15 05:09:17'),(1037,232,1,'2006-02-15 05:09:17'),(1038,232,1,'2006-02-15 05:09:17'),(1039,232,1,'2006-02-15 05:09:17'),(1040,232,2,'2006-02-15 05:09:17'),(1041,232,2,'2006-02-15 05:09:17'),(1042,233,1,'2006-02-15 05:09:17'),(1043,233,1,'2006-02-15 05:09:17'),(1044,233,1,'2006-02-15 05:09:17'),(1045,233,1,'2006-02-15 05:09:17'),(1046,233,2,'2006-02-15 05:09:17'),(1047,233,2,'2006-02-15 05:09:17'),(1048,234,1,'2006-02-15 05:09:17'),(1049,234,1,'2006-02-15 05:09:17'),(1050,234,1,'2006-02-15 05:09:17'),(1051,234,1,'2006-02-15 05:09:17'),(1052,234,2,'2006-02-15 05:09:17'),(1053,234,2,'2006-02-15 05:09:17'),(1054,234,2,'2006-02-15 05:09:17'),(1055,235,1,'2006-02-15 05:09:17'),(1056,235,1,'2006-02-15 05:09:17'),(1057,235,2,'2006-02-15 05:09:17'),(1058,235,2,'2006-02-15 05:09:17'),(1059,235,2,'2006-02-15 05:09:17'),(1060,235,2,'2006-02-15 05:09:17'),(1061,236,2,'2006-02-15 05:09:17'),(1062,236,2,'2006-02-15 05:09:17'),(1063,236,2,'2006-02-15 05:09:17'),(1064,236,2,'2006-02-15 05:09:17'),(1065,237,1,'2006-02-15 05:09:17'),(1066,237,1,'2006-02-15 05:09:17'),(1067,238,1,'2006-02-15 05:09:17'),(1068,238,1,'2006-02-15 05:09:17'),(1069,239,1,'2006-02-15 05:09:17'),(1070,239,1,'2006-02-15 05:09:17'),(1071,239,1,'2006-02-15 05:09:17'),(1072,239,1,'2006-02-15 05:09:17'),(1073,239,2,'2006-02-15 05:09:17'),(1074,239,2,'2006-02-15 05:09:17'),(1075,239,2,'2006-02-15 05:09:17'),(1076,239,2,'2006-02-15 05:09:17'),(1077,240,2,'2006-02-15 05:09:17'),(1078,240,2,'2006-02-15 05:09:17'),(1079,240,2,'2006-02-15 05:09:17'),(1080,241,1,'2006-02-15 05:09:17'),(1081,241,1,'2006-02-15 05:09:17'),(1082,241,1,'2006-02-15 05:09:17'),(1083,241,1,'2006-02-15 05:09:17'),(1084,242,1,'2006-02-15 05:09:17'),(1085,242,1,'2006-02-15 05:09:17'),(1086,242,2,'2006-02-15 05:09:17'),(1087,242,2,'2006-02-15 05:09:17'),(1088,242,2,'2006-02-15 05:09:17'),(1089,243,1,'2006-02-15 05:09:17'),(1090,243,1,'2006-02-15 05:09:17'),(1091,243,2,'2006-02-15 05:09:17'),(1092,243,2,'2006-02-15 05:09:17'),(1093,243,2,'2006-02-15 05:09:17'),(1094,243,2,'2006-02-15 05:09:17'),(1095,244,1,'2006-02-15 05:09:17'),(1096,244,1,'2006-02-15 05:09:17'),(1097,244,1,'2006-02-15 05:09:17'),(1098,244,1,'2006-02-15 05:09:17'),(1099,244,2,'2006-02-15 05:09:17'),(1100,244,2,'2006-02-15 05:09:17'),(1101,244,2,'2006-02-15 05:09:17'),(1102,245,1,'2006-02-15 05:09:17'),(1103,245,1,'2006-02-15 05:09:17'),(1104,245,1,'2006-02-15 05:09:17'),(1105,245,2,'2006-02-15 05:09:17'),(1106,245,2,'2006-02-15 05:09:17'),(1107,245,2,'2006-02-15 05:09:17'),(1108,245,2,'2006-02-15 05:09:17'),(1109,246,2,'2006-02-15 05:09:17'),(1110,246,2,'2006-02-15 05:09:17'),(1111,246,2,'2006-02-15 05:09:17'),(1112,247,1,'2006-02-15 05:09:17'),(1113,247,1,'2006-02-15 05:09:17'),(1114,247,1,'2006-02-15 05:09:17'),(1115,247,2,'2006-02-15 05:09:17'),(1116,247,2,'2006-02-15 05:09:17'),(1117,247,2,'2006-02-15 05:09:17'),(1118,247,2,'2006-02-15 05:09:17'),(1119,248,2,'2006-02-15 05:09:17'),(1120,248,2,'2006-02-15 05:09:17'),(1121,249,1,'2006-02-15 05:09:17'),(1122,249,1,'2006-02-15 05:09:17'),(1123,249,2,'2006-02-15 05:09:17'),(1124,249,2,'2006-02-15 05:09:17'),(1125,249,2,'2006-02-15 05:09:17'),(1126,249,2,'2006-02-15 05:09:17'),(1127,250,2,'2006-02-15 05:09:17'),(1128,250,2,'2006-02-15 05:09:17'),(1129,250,2,'2006-02-15 05:09:17'),(1130,250,2,'2006-02-15 05:09:17'),(1131,251,1,'2006-02-15 05:09:17'),(1132,251,1,'2006-02-15 05:09:17'),(1133,251,2,'2006-02-15 05:09:17'),(1134,251,2,'2006-02-15 05:09:17'),(1135,251,2,'2006-02-15 05:09:17'),(1136,252,1,'2006-02-15 05:09:17'),(1137,252,1,'2006-02-15 05:09:17'),(1138,252,1,'2006-02-15 05:09:17'),(1139,252,2,'2006-02-15 05:09:17'),(1140,252,2,'2006-02-15 05:09:17'),(1141,252,2,'2006-02-15 05:09:17'),(1142,253,1,'2006-02-15 05:09:17'),(1143,253,1,'2006-02-15 05:09:17'),(1144,253,1,'2006-02-15 05:09:17'),(1145,253,1,'2006-02-15 05:09:17'),(1146,253,2,'2006-02-15 05:09:17'),(1147,253,2,'2006-02-15 05:09:17'),(1148,254,1,'2006-02-15 05:09:17'),(1149,254,1,'2006-02-15 05:09:17'),(1150,254,2,'2006-02-15 05:09:17'),(1151,254,2,'2006-02-15 05:09:17'),(1152,254,2,'2006-02-15 05:09:17'),(1153,255,1,'2006-02-15 05:09:17'),(1154,255,1,'2006-02-15 05:09:17'),(1155,255,1,'2006-02-15 05:09:17'),(1156,255,1,'2006-02-15 05:09:17'),(1157,255,2,'2006-02-15 05:09:17'),(1158,255,2,'2006-02-15 05:09:17'),(1159,256,2,'2006-02-15 05:09:17'),(1160,256,2,'2006-02-15 05:09:17'),(1161,256,2,'2006-02-15 05:09:17'),(1162,257,2,'2006-02-15 05:09:17'),(1163,257,2,'2006-02-15 05:09:17'),(1164,257,2,'2006-02-15 05:09:17'),(1165,258,2,'2006-02-15 05:09:17'),(1166,258,2,'2006-02-15 05:09:17'),(1167,258,2,'2006-02-15 05:09:17'),(1168,258,2,'2006-02-15 05:09:17'),(1169,259,1,'2006-02-15 05:09:17'),(1170,259,1,'2006-02-15 05:09:17'),(1171,260,2,'2006-02-15 05:09:17'),(1172,260,2,'2006-02-15 05:09:17'),(1173,260,2,'2006-02-15 05:09:17'),(1174,260,2,'2006-02-15 05:09:17'),(1175,261,1,'2006-02-15 05:09:17'),(1176,261,1,'2006-02-15 05:09:17'),(1177,262,2,'2006-02-15 05:09:17'),(1178,262,2,'2006-02-15 05:09:17'),(1179,263,1,'2006-02-15 05:09:17'),(1180,263,1,'2006-02-15 05:09:17'),(1181,263,1,'2006-02-15 05:09:17'),(1182,263,1,'2006-02-15 05:09:17'),(1183,263,2,'2006-02-15 05:09:17'),(1184,263,2,'2006-02-15 05:09:17'),(1185,263,2,'2006-02-15 05:09:17'),(1186,264,2,'2006-02-15 05:09:17'),(1187,264,2,'2006-02-15 05:09:17'),(1188,265,1,'2006-02-15 05:09:17'),(1189,265,1,'2006-02-15 05:09:17'),(1190,265,1,'2006-02-15 05:09:17'),(1191,265,1,'2006-02-15 05:09:17'),(1192,266,1,'2006-02-15 05:09:17'),(1193,266,1,'2006-02-15 05:09:17'),(1194,266,1,'2006-02-15 05:09:17'),(1195,266,1,'2006-02-15 05:09:17'),(1196,266,2,'2006-02-15 05:09:17'),(1197,266,2,'2006-02-15 05:09:17'),(1198,266,2,'2006-02-15 05:09:17'),(1199,266,2,'2006-02-15 05:09:17'),(1200,267,1,'2006-02-15 05:09:17'),(1201,267,1,'2006-02-15 05:09:17'),(1202,267,1,'2006-02-15 05:09:17'),(1203,267,1,'2006-02-15 05:09:17'),(1204,267,2,'2006-02-15 05:09:17'),(1205,267,2,'2006-02-15 05:09:17'),(1206,268,2,'2006-02-15 05:09:17'),(1207,268,2,'2006-02-15 05:09:17'),(1208,269,1,'2006-02-15 05:09:17'),(1209,269,1,'2006-02-15 05:09:17'),(1210,269,2,'2006-02-15 05:09:17'),(1211,269,2,'2006-02-15 05:09:17'),(1212,269,2,'2006-02-15 05:09:17'),(1213,269,2,'2006-02-15 05:09:17'),(1214,270,1,'2006-02-15 05:09:17'),(1215,270,1,'2006-02-15 05:09:17'),(1216,270,1,'2006-02-15 05:09:17'),(1217,270,2,'2006-02-15 05:09:17'),(1218,270,2,'2006-02-15 05:09:17'),(1219,270,2,'2006-02-15 05:09:17'),(1220,270,2,'2006-02-15 05:09:17'),(1221,271,1,'2006-02-15 05:09:17'),(1222,271,1,'2006-02-15 05:09:17'),(1223,271,1,'2006-02-15 05:09:17'),(1224,271,2,'2006-02-15 05:09:17'),(1225,271,2,'2006-02-15 05:09:17'),(1226,272,1,'2006-02-15 05:09:17'),(1227,272,1,'2006-02-15 05:09:17'),(1228,272,1,'2006-02-15 05:09:17'),(1229,272,1,'2006-02-15 05:09:17'),(1230,273,1,'2006-02-15 05:09:17'),(1231,273,1,'2006-02-15 05:09:17'),(1232,273,1,'2006-02-15 05:09:17'),(1233,273,1,'2006-02-15 05:09:17'),(1234,273,2,'2006-02-15 05:09:17'),(1235,273,2,'2006-02-15 05:09:17'),(1236,273,2,'2006-02-15 05:09:17'),(1237,274,1,'2006-02-15 05:09:17'),(1238,274,1,'2006-02-15 05:09:17'),(1239,274,1,'2006-02-15 05:09:17'),(1240,274,2,'2006-02-15 05:09:17'),(1241,274,2,'2006-02-15 05:09:17'),(1242,274,2,'2006-02-15 05:09:17'),(1243,274,2,'2006-02-15 05:09:17'),(1244,275,1,'2006-02-15 05:09:17'),(1245,275,1,'2006-02-15 05:09:17'),(1246,275,1,'2006-02-15 05:09:17'),(1247,275,2,'2006-02-15 05:09:17'),(1248,275,2,'2006-02-15 05:09:17'),(1249,276,1,'2006-02-15 05:09:17'),(1250,276,1,'2006-02-15 05:09:17'),(1251,276,1,'2006-02-15 05:09:17'),(1252,276,1,'2006-02-15 05:09:17'),(1253,277,1,'2006-02-15 05:09:17'),(1254,277,1,'2006-02-15 05:09:17'),(1255,277,1,'2006-02-15 05:09:17'),(1256,278,1,'2006-02-15 05:09:17'),(1257,278,1,'2006-02-15 05:09:17'),(1258,279,1,'2006-02-15 05:09:17'),(1259,279,1,'2006-02-15 05:09:17'),(1260,280,1,'2006-02-15 05:09:17'),(1261,280,1,'2006-02-15 05:09:17'),(1262,280,1,'2006-02-15 05:09:17'),(1263,280,1,'2006-02-15 05:09:17'),(1264,280,2,'2006-02-15 05:09:17'),(1265,280,2,'2006-02-15 05:09:17'),(1266,281,1,'2006-02-15 05:09:17'),(1267,281,1,'2006-02-15 05:09:17'),(1268,281,2,'2006-02-15 05:09:17'),(1269,281,2,'2006-02-15 05:09:17'),(1270,281,2,'2006-02-15 05:09:17'),(1271,281,2,'2006-02-15 05:09:17'),(1272,282,1,'2006-02-15 05:09:17'),(1273,282,1,'2006-02-15 05:09:17'),(1274,282,1,'2006-02-15 05:09:17'),(1275,282,2,'2006-02-15 05:09:17'),(1276,282,2,'2006-02-15 05:09:17'),(1277,282,2,'2006-02-15 05:09:17'),(1278,283,1,'2006-02-15 05:09:17'),(1279,283,1,'2006-02-15 05:09:17'),(1280,283,1,'2006-02-15 05:09:17'),(1281,284,1,'2006-02-15 05:09:17'),(1282,284,1,'2006-02-15 05:09:17'),(1283,284,1,'2006-02-15 05:09:17'),(1284,284,2,'2006-02-15 05:09:17'),(1285,284,2,'2006-02-15 05:09:17'),(1286,284,2,'2006-02-15 05:09:17'),(1287,284,2,'2006-02-15 05:09:17'),(1288,285,1,'2006-02-15 05:09:17'),(1289,285,1,'2006-02-15 05:09:17'),(1290,285,1,'2006-02-15 05:09:17'),(1291,285,2,'2006-02-15 05:09:17'),(1292,285,2,'2006-02-15 05:09:17'),(1293,285,2,'2006-02-15 05:09:17'),(1294,285,2,'2006-02-15 05:09:17'),(1295,286,1,'2006-02-15 05:09:17'),(1296,286,1,'2006-02-15 05:09:17'),(1297,286,2,'2006-02-15 05:09:17'),(1298,286,2,'2006-02-15 05:09:17'),(1299,286,2,'2006-02-15 05:09:17'),(1300,287,1,'2006-02-15 05:09:17'),(1301,287,1,'2006-02-15 05:09:17'),(1302,287,2,'2006-02-15 05:09:17'),(1303,287,2,'2006-02-15 05:09:17'),(1304,288,1,'2006-02-15 05:09:17'),(1305,288,1,'2006-02-15 05:09:17'),(1306,288,2,'2006-02-15 05:09:17'),(1307,288,2,'2006-02-15 05:09:17'),(1308,288,2,'2006-02-15 05:09:17'),(1309,288,2,'2006-02-15 05:09:17'),(1310,289,1,'2006-02-15 05:09:17'),(1311,289,1,'2006-02-15 05:09:17'),(1312,290,1,'2006-02-15 05:09:17'),(1313,290,1,'2006-02-15 05:09:17'),(1314,290,1,'2006-02-15 05:09:17'),(1315,291,1,'2006-02-15 05:09:17'),(1316,291,1,'2006-02-15 05:09:17'),(1317,291,1,'2006-02-15 05:09:17'),(1318,291,1,'2006-02-15 05:09:17'),(1319,292,1,'2006-02-15 05:09:17'),(1320,292,1,'2006-02-15 05:09:17'),(1321,292,1,'2006-02-15 05:09:17'),(1322,292,2,'2006-02-15 05:09:17'),(1323,292,2,'2006-02-15 05:09:17'),(1324,292,2,'2006-02-15 05:09:17'),(1325,293,1,'2006-02-15 05:09:17'),(1326,293,1,'2006-02-15 05:09:17'),(1327,293,2,'2006-02-15 05:09:17'),(1328,293,2,'2006-02-15 05:09:17'),(1329,293,2,'2006-02-15 05:09:17'),(1330,294,1,'2006-02-15 05:09:17'),(1331,294,1,'2006-02-15 05:09:17'),(1332,294,2,'2006-02-15 05:09:17'),(1333,294,2,'2006-02-15 05:09:17'),(1334,294,2,'2006-02-15 05:09:17'),(1335,295,1,'2006-02-15 05:09:17'),(1336,295,1,'2006-02-15 05:09:17'),(1337,295,1,'2006-02-15 05:09:17'),(1338,295,1,'2006-02-15 05:09:17'),(1339,295,2,'2006-02-15 05:09:17'),(1340,295,2,'2006-02-15 05:09:17'),(1341,295,2,'2006-02-15 05:09:17'),(1342,295,2,'2006-02-15 05:09:17'),(1343,296,1,'2006-02-15 05:09:17'),(1344,296,1,'2006-02-15 05:09:17'),(1345,296,1,'2006-02-15 05:09:17'),(1346,296,1,'2006-02-15 05:09:17'),(1347,297,2,'2006-02-15 05:09:17'),(1348,297,2,'2006-02-15 05:09:17'),(1349,298,1,'2006-02-15 05:09:17'),(1350,298,1,'2006-02-15 05:09:17'),(1351,298,2,'2006-02-15 05:09:17'),(1352,298,2,'2006-02-15 05:09:17'),(1353,298,2,'2006-02-15 05:09:17'),(1354,299,1,'2006-02-15 05:09:17'),(1355,299,1,'2006-02-15 05:09:17'),(1356,299,1,'2006-02-15 05:09:17'),(1357,299,1,'2006-02-15 05:09:17'),(1358,300,1,'2006-02-15 05:09:17'),(1359,300,1,'2006-02-15 05:09:17'),(1360,300,2,'2006-02-15 05:09:17'),(1361,300,2,'2006-02-15 05:09:17'),(1362,300,2,'2006-02-15 05:09:17'),(1363,300,2,'2006-02-15 05:09:17'),(1364,301,1,'2006-02-15 05:09:17'),(1365,301,1,'2006-02-15 05:09:17'),(1366,301,1,'2006-02-15 05:09:17'),(1367,301,1,'2006-02-15 05:09:17'),(1368,301,2,'2006-02-15 05:09:17'),(1369,301,2,'2006-02-15 05:09:17'),(1370,301,2,'2006-02-15 05:09:17'),(1371,301,2,'2006-02-15 05:09:17'),(1372,302,1,'2006-02-15 05:09:17'),(1373,302,1,'2006-02-15 05:09:17'),(1374,302,2,'2006-02-15 05:09:17'),(1375,302,2,'2006-02-15 05:09:17'),(1376,302,2,'2006-02-15 05:09:17'),(1377,302,2,'2006-02-15 05:09:17'),(1378,303,1,'2006-02-15 05:09:17'),(1379,303,1,'2006-02-15 05:09:17'),(1380,303,1,'2006-02-15 05:09:17'),(1381,303,1,'2006-02-15 05:09:17'),(1382,303,2,'2006-02-15 05:09:17'),(1383,303,2,'2006-02-15 05:09:17'),(1384,304,1,'2006-02-15 05:09:17'),(1385,304,1,'2006-02-15 05:09:17'),(1386,304,1,'2006-02-15 05:09:17'),(1387,304,1,'2006-02-15 05:09:17'),(1388,304,2,'2006-02-15 05:09:17'),(1389,304,2,'2006-02-15 05:09:17'),(1390,305,1,'2006-02-15 05:09:17'),(1391,305,1,'2006-02-15 05:09:17'),(1392,305,1,'2006-02-15 05:09:17'),(1393,305,1,'2006-02-15 05:09:17'),(1394,305,2,'2006-02-15 05:09:17'),(1395,305,2,'2006-02-15 05:09:17'),(1396,305,2,'2006-02-15 05:09:17'),(1397,306,1,'2006-02-15 05:09:17'),(1398,306,1,'2006-02-15 05:09:17'),(1399,306,1,'2006-02-15 05:09:17'),(1400,307,1,'2006-02-15 05:09:17'),(1401,307,1,'2006-02-15 05:09:17'),(1402,307,1,'2006-02-15 05:09:17'),(1403,307,2,'2006-02-15 05:09:17'),(1404,307,2,'2006-02-15 05:09:17'),(1405,307,2,'2006-02-15 05:09:17'),(1406,308,1,'2006-02-15 05:09:17'),(1407,308,1,'2006-02-15 05:09:17'),(1408,308,2,'2006-02-15 05:09:17'),(1409,308,2,'2006-02-15 05:09:17'),(1410,309,1,'2006-02-15 05:09:17'),(1411,309,1,'2006-02-15 05:09:17'),(1412,309,2,'2006-02-15 05:09:17'),(1413,309,2,'2006-02-15 05:09:17'),(1414,309,2,'2006-02-15 05:09:17'),(1415,309,2,'2006-02-15 05:09:17'),(1416,310,1,'2006-02-15 05:09:17'),(1417,310,1,'2006-02-15 05:09:17'),(1418,311,1,'2006-02-15 05:09:17'),(1419,311,1,'2006-02-15 05:09:17'),(1420,311,1,'2006-02-15 05:09:17'),(1421,311,2,'2006-02-15 05:09:17'),(1422,311,2,'2006-02-15 05:09:17'),(1423,311,2,'2006-02-15 05:09:17'),(1424,311,2,'2006-02-15 05:09:17'),(1425,312,2,'2006-02-15 05:09:17'),(1426,312,2,'2006-02-15 05:09:17'),(1427,312,2,'2006-02-15 05:09:17'),(1428,313,1,'2006-02-15 05:09:17'),(1429,313,1,'2006-02-15 05:09:17'),(1430,313,1,'2006-02-15 05:09:17'),(1431,313,1,'2006-02-15 05:09:17'),(1432,313,2,'2006-02-15 05:09:17'),(1433,313,2,'2006-02-15 05:09:17'),(1434,314,1,'2006-02-15 05:09:17'),(1435,314,1,'2006-02-15 05:09:17'),(1436,314,2,'2006-02-15 05:09:17'),(1437,314,2,'2006-02-15 05:09:17'),(1438,314,2,'2006-02-15 05:09:17'),(1439,314,2,'2006-02-15 05:09:17'),(1440,315,2,'2006-02-15 05:09:17'),(1441,315,2,'2006-02-15 05:09:17'),(1442,315,2,'2006-02-15 05:09:17'),(1443,316,2,'2006-02-15 05:09:17'),(1444,316,2,'2006-02-15 05:09:17'),(1445,317,1,'2006-02-15 05:09:17'),(1446,317,1,'2006-02-15 05:09:17'),(1447,317,1,'2006-02-15 05:09:17'),(1448,317,1,'2006-02-15 05:09:17'),(1449,317,2,'2006-02-15 05:09:17'),(1450,317,2,'2006-02-15 05:09:17'),(1451,317,2,'2006-02-15 05:09:17'),(1452,319,1,'2006-02-15 05:09:17'),(1453,319,1,'2006-02-15 05:09:17'),(1454,319,1,'2006-02-15 05:09:17'),(1455,319,2,'2006-02-15 05:09:17'),(1456,319,2,'2006-02-15 05:09:17'),(1457,319,2,'2006-02-15 05:09:17'),(1458,319,2,'2006-02-15 05:09:17'),(1459,320,1,'2006-02-15 05:09:17'),(1460,320,1,'2006-02-15 05:09:17'),(1461,320,1,'2006-02-15 05:09:17'),(1462,320,2,'2006-02-15 05:09:17'),(1463,320,2,'2006-02-15 05:09:17'),(1464,320,2,'2006-02-15 05:09:17'),(1465,320,2,'2006-02-15 05:09:17'),(1466,321,1,'2006-02-15 05:09:17'),(1467,321,1,'2006-02-15 05:09:17'),(1468,321,1,'2006-02-15 05:09:17'),(1469,321,1,'2006-02-15 05:09:17'),(1470,322,1,'2006-02-15 05:09:17'),(1471,322,1,'2006-02-15 05:09:17'),(1472,322,1,'2006-02-15 05:09:17'),(1473,322,1,'2006-02-15 05:09:17'),(1474,322,2,'2006-02-15 05:09:17'),(1475,322,2,'2006-02-15 05:09:17'),(1476,323,2,'2006-02-15 05:09:17'),(1477,323,2,'2006-02-15 05:09:17'),(1478,323,2,'2006-02-15 05:09:17'),(1479,323,2,'2006-02-15 05:09:17'),(1480,324,1,'2006-02-15 05:09:17'),(1481,324,1,'2006-02-15 05:09:17'),(1482,324,1,'2006-02-15 05:09:17'),(1483,324,2,'2006-02-15 05:09:17'),(1484,324,2,'2006-02-15 05:09:17'),(1485,326,1,'2006-02-15 05:09:17'),(1486,326,1,'2006-02-15 05:09:17'),(1487,326,2,'2006-02-15 05:09:17'),(1488,326,2,'2006-02-15 05:09:17'),(1489,326,2,'2006-02-15 05:09:17'),(1490,326,2,'2006-02-15 05:09:17'),(1491,327,1,'2006-02-15 05:09:17'),(1492,327,1,'2006-02-15 05:09:17'),(1493,327,1,'2006-02-15 05:09:17'),(1494,327,1,'2006-02-15 05:09:17'),(1495,327,2,'2006-02-15 05:09:17'),(1496,327,2,'2006-02-15 05:09:17'),(1497,328,2,'2006-02-15 05:09:17'),(1498,328,2,'2006-02-15 05:09:17'),(1499,328,2,'2006-02-15 05:09:17'),(1500,328,2,'2006-02-15 05:09:17'),(1501,329,1,'2006-02-15 05:09:17'),(1502,329,1,'2006-02-15 05:09:17'),(1503,329,1,'2006-02-15 05:09:17'),(1504,329,2,'2006-02-15 05:09:17'),(1505,329,2,'2006-02-15 05:09:17'),(1506,329,2,'2006-02-15 05:09:17'),(1507,330,1,'2006-02-15 05:09:17'),(1508,330,1,'2006-02-15 05:09:17'),(1509,330,1,'2006-02-15 05:09:17'),(1510,330,1,'2006-02-15 05:09:17'),(1511,330,2,'2006-02-15 05:09:17'),(1512,330,2,'2006-02-15 05:09:17'),(1513,330,2,'2006-02-15 05:09:17'),(1514,331,1,'2006-02-15 05:09:17'),(1515,331,1,'2006-02-15 05:09:17'),(1516,331,1,'2006-02-15 05:09:17'),(1517,331,1,'2006-02-15 05:09:17'),(1518,331,2,'2006-02-15 05:09:17'),(1519,331,2,'2006-02-15 05:09:17'),(1520,331,2,'2006-02-15 05:09:17'),(1521,331,2,'2006-02-15 05:09:17'),(1522,333,1,'2006-02-15 05:09:17'),(1523,333,1,'2006-02-15 05:09:17'),(1524,333,2,'2006-02-15 05:09:17'),(1525,333,2,'2006-02-15 05:09:17'),(1526,334,1,'2006-02-15 05:09:17'),(1527,334,1,'2006-02-15 05:09:17'),(1528,334,2,'2006-02-15 05:09:17'),(1529,334,2,'2006-02-15 05:09:17'),(1530,334,2,'2006-02-15 05:09:17'),(1531,334,2,'2006-02-15 05:09:17'),(1532,335,1,'2006-02-15 05:09:17'),(1533,335,1,'2006-02-15 05:09:17'),(1534,336,1,'2006-02-15 05:09:17'),(1535,336,1,'2006-02-15 05:09:17'),(1536,336,1,'2006-02-15 05:09:17'),(1537,336,2,'2006-02-15 05:09:17'),(1538,336,2,'2006-02-15 05:09:17'),(1539,337,1,'2006-02-15 05:09:17'),(1540,337,1,'2006-02-15 05:09:17'),(1541,337,2,'2006-02-15 05:09:17'),(1542,337,2,'2006-02-15 05:09:17'),(1543,338,2,'2006-02-15 05:09:17'),(1544,338,2,'2006-02-15 05:09:17'),(1545,338,2,'2006-02-15 05:09:17'),(1546,339,2,'2006-02-15 05:09:17'),(1547,339,2,'2006-02-15 05:09:17'),(1548,339,2,'2006-02-15 05:09:17'),(1549,340,1,'2006-02-15 05:09:17'),(1550,340,1,'2006-02-15 05:09:17'),(1551,341,1,'2006-02-15 05:09:17'),(1552,341,1,'2006-02-15 05:09:17'),(1553,341,1,'2006-02-15 05:09:17'),(1554,341,1,'2006-02-15 05:09:17'),(1555,341,2,'2006-02-15 05:09:17'),(1556,341,2,'2006-02-15 05:09:17'),(1557,341,2,'2006-02-15 05:09:17'),(1558,341,2,'2006-02-15 05:09:17'),(1559,342,1,'2006-02-15 05:09:17'),(1560,342,1,'2006-02-15 05:09:17'),(1561,342,1,'2006-02-15 05:09:17'),(1562,342,1,'2006-02-15 05:09:17'),(1563,343,1,'2006-02-15 05:09:17'),(1564,343,1,'2006-02-15 05:09:17'),(1565,344,1,'2006-02-15 05:09:17'),(1566,344,1,'2006-02-15 05:09:17'),(1567,344,1,'2006-02-15 05:09:17'),(1568,344,2,'2006-02-15 05:09:17'),(1569,344,2,'2006-02-15 05:09:17'),(1570,345,1,'2006-02-15 05:09:17'),(1571,345,1,'2006-02-15 05:09:17'),(1572,345,1,'2006-02-15 05:09:17'),(1573,345,2,'2006-02-15 05:09:17'),(1574,345,2,'2006-02-15 05:09:17'),(1575,346,1,'2006-02-15 05:09:17'),(1576,346,1,'2006-02-15 05:09:17'),(1577,346,2,'2006-02-15 05:09:17'),(1578,346,2,'2006-02-15 05:09:17'),(1579,346,2,'2006-02-15 05:09:17'),(1580,346,2,'2006-02-15 05:09:17'),(1581,347,1,'2006-02-15 05:09:17'),(1582,347,1,'2006-02-15 05:09:17'),(1583,347,1,'2006-02-15 05:09:17'),(1584,347,1,'2006-02-15 05:09:17'),(1585,348,2,'2006-02-15 05:09:17'),(1586,348,2,'2006-02-15 05:09:17'),(1587,348,2,'2006-02-15 05:09:17'),(1588,348,2,'2006-02-15 05:09:17'),(1589,349,1,'2006-02-15 05:09:17'),(1590,349,1,'2006-02-15 05:09:17'),(1591,349,1,'2006-02-15 05:09:17'),(1592,349,1,'2006-02-15 05:09:17'),(1593,349,2,'2006-02-15 05:09:17'),(1594,349,2,'2006-02-15 05:09:17'),(1595,349,2,'2006-02-15 05:09:17'),(1596,350,1,'2006-02-15 05:09:17'),(1597,350,1,'2006-02-15 05:09:17'),(1598,350,1,'2006-02-15 05:09:17'),(1599,350,1,'2006-02-15 05:09:17'),(1600,350,2,'2006-02-15 05:09:17'),(1601,350,2,'2006-02-15 05:09:17'),(1602,350,2,'2006-02-15 05:09:17'),(1603,350,2,'2006-02-15 05:09:17'),(1604,351,1,'2006-02-15 05:09:17'),(1605,351,1,'2006-02-15 05:09:17'),(1606,351,1,'2006-02-15 05:09:17'),(1607,351,2,'2006-02-15 05:09:17'),(1608,351,2,'2006-02-15 05:09:17'),(1609,351,2,'2006-02-15 05:09:17'),(1610,352,2,'2006-02-15 05:09:17'),(1611,352,2,'2006-02-15 05:09:17'),(1612,352,2,'2006-02-15 05:09:17'),(1613,352,2,'2006-02-15 05:09:17'),(1614,353,1,'2006-02-15 05:09:17'),(1615,353,1,'2006-02-15 05:09:17'),(1616,353,2,'2006-02-15 05:09:17'),(1617,353,2,'2006-02-15 05:09:17'),(1618,353,2,'2006-02-15 05:09:17'),(1619,353,2,'2006-02-15 05:09:17'),(1620,354,1,'2006-02-15 05:09:17'),(1621,354,1,'2006-02-15 05:09:17'),(1622,354,1,'2006-02-15 05:09:17'),(1623,354,2,'2006-02-15 05:09:17'),(1624,354,2,'2006-02-15 05:09:17'),(1625,355,2,'2006-02-15 05:09:17'),(1626,355,2,'2006-02-15 05:09:17'),(1627,356,1,'2006-02-15 05:09:17'),(1628,356,1,'2006-02-15 05:09:17'),(1629,356,1,'2006-02-15 05:09:17'),(1630,356,1,'2006-02-15 05:09:17'),(1631,356,2,'2006-02-15 05:09:17'),(1632,356,2,'2006-02-15 05:09:17'),(1633,356,2,'2006-02-15 05:09:17'),(1634,356,2,'2006-02-15 05:09:17'),(1635,357,2,'2006-02-15 05:09:17'),(1636,357,2,'2006-02-15 05:09:17'),(1637,357,2,'2006-02-15 05:09:17'),(1638,357,2,'2006-02-15 05:09:17'),(1639,358,1,'2006-02-15 05:09:17'),(1640,358,1,'2006-02-15 05:09:17'),(1641,358,1,'2006-02-15 05:09:17'),(1642,358,1,'2006-02-15 05:09:17'),(1643,358,2,'2006-02-15 05:09:17'),(1644,358,2,'2006-02-15 05:09:17'),(1645,358,2,'2006-02-15 05:09:17'),(1646,358,2,'2006-02-15 05:09:17'),(1647,360,1,'2006-02-15 05:09:17'),(1648,360,1,'2006-02-15 05:09:17'),(1649,360,1,'2006-02-15 05:09:17'),(1650,360,1,'2006-02-15 05:09:17'),(1651,361,1,'2006-02-15 05:09:17'),(1652,361,1,'2006-02-15 05:09:17'),(1653,361,1,'2006-02-15 05:09:17'),(1654,361,1,'2006-02-15 05:09:17'),(1655,361,2,'2006-02-15 05:09:17'),(1656,361,2,'2006-02-15 05:09:17'),(1657,361,2,'2006-02-15 05:09:17'),(1658,361,2,'2006-02-15 05:09:17'),(1659,362,1,'2006-02-15 05:09:17'),(1660,362,1,'2006-02-15 05:09:17'),(1661,363,1,'2006-02-15 05:09:17'),(1662,363,1,'2006-02-15 05:09:17'),(1663,363,1,'2006-02-15 05:09:17'),(1664,363,2,'2006-02-15 05:09:17'),(1665,363,2,'2006-02-15 05:09:17'),(1666,363,2,'2006-02-15 05:09:17'),(1667,364,1,'2006-02-15 05:09:17'),(1668,364,1,'2006-02-15 05:09:17'),(1669,364,1,'2006-02-15 05:09:17'),(1670,365,1,'2006-02-15 05:09:17'),(1671,365,1,'2006-02-15 05:09:17'),(1672,365,2,'2006-02-15 05:09:17'),(1673,365,2,'2006-02-15 05:09:17'),(1674,366,1,'2006-02-15 05:09:17'),(1675,366,1,'2006-02-15 05:09:17'),(1676,366,1,'2006-02-15 05:09:17'),(1677,366,1,'2006-02-15 05:09:17'),(1678,366,2,'2006-02-15 05:09:17'),(1679,366,2,'2006-02-15 05:09:17'),(1680,366,2,'2006-02-15 05:09:17'),(1681,367,1,'2006-02-15 05:09:17'),(1682,367,1,'2006-02-15 05:09:17'),(1683,367,1,'2006-02-15 05:09:17'),(1684,367,1,'2006-02-15 05:09:17'),(1685,367,2,'2006-02-15 05:09:17'),(1686,367,2,'2006-02-15 05:09:17'),(1687,367,2,'2006-02-15 05:09:17'),(1688,368,1,'2006-02-15 05:09:17'),(1689,368,1,'2006-02-15 05:09:17'),(1690,369,1,'2006-02-15 05:09:17'),(1691,369,1,'2006-02-15 05:09:17'),(1692,369,1,'2006-02-15 05:09:17'),(1693,369,1,'2006-02-15 05:09:17'),(1694,369,2,'2006-02-15 05:09:17'),(1695,369,2,'2006-02-15 05:09:17'),(1696,369,2,'2006-02-15 05:09:17'),(1697,369,2,'2006-02-15 05:09:17'),(1698,370,1,'2006-02-15 05:09:17'),(1699,370,1,'2006-02-15 05:09:17'),(1700,370,1,'2006-02-15 05:09:17'),(1701,370,2,'2006-02-15 05:09:17'),(1702,370,2,'2006-02-15 05:09:17'),(1703,371,1,'2006-02-15 05:09:17'),(1704,371,1,'2006-02-15 05:09:17'),(1705,371,1,'2006-02-15 05:09:17'),(1706,372,1,'2006-02-15 05:09:17'),(1707,372,1,'2006-02-15 05:09:17'),(1708,373,1,'2006-02-15 05:09:17'),(1709,373,1,'2006-02-15 05:09:17'),(1710,373,1,'2006-02-15 05:09:17'),(1711,373,2,'2006-02-15 05:09:17'),(1712,373,2,'2006-02-15 05:09:17'),(1713,374,1,'2006-02-15 05:09:17'),(1714,374,1,'2006-02-15 05:09:17'),(1715,374,1,'2006-02-15 05:09:17'),(1716,374,2,'2006-02-15 05:09:17'),(1717,374,2,'2006-02-15 05:09:17'),(1718,374,2,'2006-02-15 05:09:17'),(1719,374,2,'2006-02-15 05:09:17'),(1720,375,1,'2006-02-15 05:09:17'),(1721,375,1,'2006-02-15 05:09:17'),(1722,376,1,'2006-02-15 05:09:17'),(1723,376,1,'2006-02-15 05:09:17'),(1724,376,1,'2006-02-15 05:09:17'),(1725,376,1,'2006-02-15 05:09:17'),(1726,376,2,'2006-02-15 05:09:17'),(1727,376,2,'2006-02-15 05:09:17'),(1728,376,2,'2006-02-15 05:09:17'),(1729,377,1,'2006-02-15 05:09:17'),(1730,377,1,'2006-02-15 05:09:17'),(1731,377,1,'2006-02-15 05:09:17'),(1732,377,2,'2006-02-15 05:09:17'),(1733,377,2,'2006-02-15 05:09:17'),(1734,377,2,'2006-02-15 05:09:17'),(1735,378,1,'2006-02-15 05:09:17'),(1736,378,1,'2006-02-15 05:09:17'),(1737,378,1,'2006-02-15 05:09:17'),(1738,378,1,'2006-02-15 05:09:17'),(1739,378,2,'2006-02-15 05:09:17'),(1740,378,2,'2006-02-15 05:09:17'),(1741,378,2,'2006-02-15 05:09:17'),(1742,378,2,'2006-02-15 05:09:17'),(1743,379,2,'2006-02-15 05:09:17'),(1744,379,2,'2006-02-15 05:09:17'),(1745,379,2,'2006-02-15 05:09:17'),(1746,379,2,'2006-02-15 05:09:17'),(1747,380,1,'2006-02-15 05:09:17'),(1748,380,1,'2006-02-15 05:09:17'),(1749,380,2,'2006-02-15 05:09:17'),(1750,380,2,'2006-02-15 05:09:17'),(1751,380,2,'2006-02-15 05:09:17'),(1752,381,1,'2006-02-15 05:09:17'),(1753,381,1,'2006-02-15 05:09:17'),(1754,381,2,'2006-02-15 05:09:17'),(1755,381,2,'2006-02-15 05:09:17'),(1756,381,2,'2006-02-15 05:09:17'),(1757,382,1,'2006-02-15 05:09:17'),(1758,382,1,'2006-02-15 05:09:17'),(1759,382,1,'2006-02-15 05:09:17'),(1760,382,1,'2006-02-15 05:09:17'),(1761,382,2,'2006-02-15 05:09:17'),(1762,382,2,'2006-02-15 05:09:17'),(1763,382,2,'2006-02-15 05:09:17'),(1764,382,2,'2006-02-15 05:09:17'),(1765,383,1,'2006-02-15 05:09:17'),(1766,383,1,'2006-02-15 05:09:17'),(1767,383,1,'2006-02-15 05:09:17'),(1768,383,2,'2006-02-15 05:09:17'),(1769,383,2,'2006-02-15 05:09:17'),(1770,384,2,'2006-02-15 05:09:17'),(1771,384,2,'2006-02-15 05:09:17'),(1772,384,2,'2006-02-15 05:09:17'),(1773,385,1,'2006-02-15 05:09:17'),(1774,385,1,'2006-02-15 05:09:17'),(1775,385,2,'2006-02-15 05:09:17'),(1776,385,2,'2006-02-15 05:09:17'),(1777,385,2,'2006-02-15 05:09:17'),(1778,387,1,'2006-02-15 05:09:17'),(1779,387,1,'2006-02-15 05:09:17'),(1780,387,1,'2006-02-15 05:09:17'),(1781,387,2,'2006-02-15 05:09:17'),(1782,387,2,'2006-02-15 05:09:17'),(1783,387,2,'2006-02-15 05:09:17'),(1784,388,1,'2006-02-15 05:09:17'),(1785,388,1,'2006-02-15 05:09:17'),(1786,388,1,'2006-02-15 05:09:17'),(1787,388,2,'2006-02-15 05:09:17'),(1788,388,2,'2006-02-15 05:09:17'),(1789,388,2,'2006-02-15 05:09:17'),(1790,389,1,'2006-02-15 05:09:17'),(1791,389,1,'2006-02-15 05:09:17'),(1792,389,2,'2006-02-15 05:09:17'),(1793,389,2,'2006-02-15 05:09:17'),(1794,390,1,'2006-02-15 05:09:17'),(1795,390,1,'2006-02-15 05:09:17'),(1796,390,1,'2006-02-15 05:09:17'),(1797,391,1,'2006-02-15 05:09:17'),(1798,391,1,'2006-02-15 05:09:17'),(1799,391,1,'2006-02-15 05:09:17'),(1800,391,1,'2006-02-15 05:09:17'),(1801,391,2,'2006-02-15 05:09:17'),(1802,391,2,'2006-02-15 05:09:17'),(1803,391,2,'2006-02-15 05:09:17'),(1804,392,1,'2006-02-15 05:09:17'),(1805,392,1,'2006-02-15 05:09:17'),(1806,392,1,'2006-02-15 05:09:17'),(1807,392,1,'2006-02-15 05:09:17'),(1808,392,2,'2006-02-15 05:09:17'),(1809,392,2,'2006-02-15 05:09:17'),(1810,393,1,'2006-02-15 05:09:17'),(1811,393,1,'2006-02-15 05:09:17'),(1812,394,1,'2006-02-15 05:09:17'),(1813,394,1,'2006-02-15 05:09:17'),(1814,394,1,'2006-02-15 05:09:17'),(1815,394,1,'2006-02-15 05:09:17'),(1816,395,1,'2006-02-15 05:09:17'),(1817,395,1,'2006-02-15 05:09:17'),(1818,395,1,'2006-02-15 05:09:17'),(1819,395,2,'2006-02-15 05:09:17'),(1820,395,2,'2006-02-15 05:09:17'),(1821,395,2,'2006-02-15 05:09:17'),(1822,396,2,'2006-02-15 05:09:17'),(1823,396,2,'2006-02-15 05:09:17'),(1824,396,2,'2006-02-15 05:09:17'),(1825,396,2,'2006-02-15 05:09:17'),(1826,397,1,'2006-02-15 05:09:17'),(1827,397,1,'2006-02-15 05:09:17'),(1828,397,1,'2006-02-15 05:09:17'),(1829,397,2,'2006-02-15 05:09:17'),(1830,397,2,'2006-02-15 05:09:17'),(1831,397,2,'2006-02-15 05:09:17'),(1832,397,2,'2006-02-15 05:09:17'),(1833,398,2,'2006-02-15 05:09:17'),(1834,398,2,'2006-02-15 05:09:17'),(1835,398,2,'2006-02-15 05:09:17'),(1836,398,2,'2006-02-15 05:09:17'),(1837,399,2,'2006-02-15 05:09:17'),(1838,399,2,'2006-02-15 05:09:17'),(1839,400,1,'2006-02-15 05:09:17'),(1840,400,1,'2006-02-15 05:09:17'),(1841,401,1,'2006-02-15 05:09:17'),(1842,401,1,'2006-02-15 05:09:17'),(1843,402,1,'2006-02-15 05:09:17'),(1844,402,1,'2006-02-15 05:09:17'),(1845,402,1,'2006-02-15 05:09:17'),(1846,402,2,'2006-02-15 05:09:17'),(1847,402,2,'2006-02-15 05:09:17'),(1848,402,2,'2006-02-15 05:09:17'),(1849,403,1,'2006-02-15 05:09:17'),(1850,403,1,'2006-02-15 05:09:17'),(1851,403,1,'2006-02-15 05:09:17'),(1852,403,1,'2006-02-15 05:09:17'),(1853,403,2,'2006-02-15 05:09:17'),(1854,403,2,'2006-02-15 05:09:17'),(1855,403,2,'2006-02-15 05:09:17'),(1856,403,2,'2006-02-15 05:09:17'),(1857,405,2,'2006-02-15 05:09:17'),(1858,405,2,'2006-02-15 05:09:17'),(1859,406,1,'2006-02-15 05:09:17'),(1860,406,1,'2006-02-15 05:09:17'),(1861,406,2,'2006-02-15 05:09:17'),(1862,406,2,'2006-02-15 05:09:17'),(1863,406,2,'2006-02-15 05:09:17'),(1864,406,2,'2006-02-15 05:09:17'),(1865,407,1,'2006-02-15 05:09:17'),(1866,407,1,'2006-02-15 05:09:17'),(1867,408,1,'2006-02-15 05:09:17'),(1868,408,1,'2006-02-15 05:09:17'),(1869,408,1,'2006-02-15 05:09:17'),(1870,408,1,'2006-02-15 05:09:17'),(1871,408,2,'2006-02-15 05:09:17'),(1872,408,2,'2006-02-15 05:09:17'),(1873,408,2,'2006-02-15 05:09:17'),(1874,409,1,'2006-02-15 05:09:17'),(1875,409,1,'2006-02-15 05:09:17'),(1876,409,1,'2006-02-15 05:09:17'),(1877,409,1,'2006-02-15 05:09:17'),(1878,409,2,'2006-02-15 05:09:17'),(1879,409,2,'2006-02-15 05:09:17'),(1880,409,2,'2006-02-15 05:09:17'),(1881,410,1,'2006-02-15 05:09:17'),(1882,410,1,'2006-02-15 05:09:17'),(1883,410,1,'2006-02-15 05:09:17'),(1884,410,2,'2006-02-15 05:09:17'),(1885,410,2,'2006-02-15 05:09:17'),(1886,411,1,'2006-02-15 05:09:17'),(1887,411,1,'2006-02-15 05:09:17'),(1888,412,1,'2006-02-15 05:09:17'),(1889,412,1,'2006-02-15 05:09:17'),(1890,412,1,'2006-02-15 05:09:17'),(1891,412,1,'2006-02-15 05:09:17'),(1892,412,2,'2006-02-15 05:09:17'),(1893,412,2,'2006-02-15 05:09:17'),(1894,412,2,'2006-02-15 05:09:17'),(1895,412,2,'2006-02-15 05:09:17'),(1896,413,1,'2006-02-15 05:09:17'),(1897,413,1,'2006-02-15 05:09:17'),(1898,413,1,'2006-02-15 05:09:17'),(1899,414,1,'2006-02-15 05:09:17'),(1900,414,1,'2006-02-15 05:09:17'),(1901,414,1,'2006-02-15 05:09:17'),(1902,414,2,'2006-02-15 05:09:17'),(1903,414,2,'2006-02-15 05:09:17'),(1904,414,2,'2006-02-15 05:09:17'),(1905,415,1,'2006-02-15 05:09:17'),(1906,415,1,'2006-02-15 05:09:17'),(1907,415,1,'2006-02-15 05:09:17'),(1908,415,2,'2006-02-15 05:09:17'),(1909,415,2,'2006-02-15 05:09:17'),(1910,415,2,'2006-02-15 05:09:17'),(1911,416,1,'2006-02-15 05:09:17'),(1912,416,1,'2006-02-15 05:09:17'),(1913,416,2,'2006-02-15 05:09:17'),(1914,416,2,'2006-02-15 05:09:17'),(1915,416,2,'2006-02-15 05:09:17'),(1916,416,2,'2006-02-15 05:09:17'),(1917,417,1,'2006-02-15 05:09:17'),(1918,417,1,'2006-02-15 05:09:17'),(1919,417,1,'2006-02-15 05:09:17'),(1920,417,1,'2006-02-15 05:09:17'),(1921,417,2,'2006-02-15 05:09:17'),(1922,417,2,'2006-02-15 05:09:17'),(1923,418,1,'2006-02-15 05:09:17'),(1924,418,1,'2006-02-15 05:09:17'),(1925,418,1,'2006-02-15 05:09:17'),(1926,418,1,'2006-02-15 05:09:17'),(1927,418,2,'2006-02-15 05:09:17'),(1928,418,2,'2006-02-15 05:09:17'),(1929,418,2,'2006-02-15 05:09:17'),(1930,418,2,'2006-02-15 05:09:17'),(1931,420,1,'2006-02-15 05:09:17'),(1932,420,1,'2006-02-15 05:09:17'),(1933,420,2,'2006-02-15 05:09:17'),(1934,420,2,'2006-02-15 05:09:17'),(1935,420,2,'2006-02-15 05:09:17'),(1936,421,2,'2006-02-15 05:09:17'),(1937,421,2,'2006-02-15 05:09:17'),(1938,421,2,'2006-02-15 05:09:17'),(1939,421,2,'2006-02-15 05:09:17'),(1940,422,2,'2006-02-15 05:09:17'),(1941,422,2,'2006-02-15 05:09:17'),(1942,423,1,'2006-02-15 05:09:17'),(1943,423,1,'2006-02-15 05:09:17'),(1944,423,2,'2006-02-15 05:09:17'),(1945,423,2,'2006-02-15 05:09:17'),(1946,424,1,'2006-02-15 05:09:17'),(1947,424,1,'2006-02-15 05:09:17'),(1948,424,1,'2006-02-15 05:09:17'),(1949,424,2,'2006-02-15 05:09:17'),(1950,424,2,'2006-02-15 05:09:17'),(1951,425,2,'2006-02-15 05:09:17'),(1952,425,2,'2006-02-15 05:09:17'),(1953,426,2,'2006-02-15 05:09:17'),(1954,426,2,'2006-02-15 05:09:17'),(1955,426,2,'2006-02-15 05:09:17'),(1956,427,1,'2006-02-15 05:09:17'),(1957,427,1,'2006-02-15 05:09:17'),(1958,427,1,'2006-02-15 05:09:17'),(1959,427,1,'2006-02-15 05:09:17'),(1960,428,1,'2006-02-15 05:09:17'),(1961,428,1,'2006-02-15 05:09:17'),(1962,428,1,'2006-02-15 05:09:17'),(1963,428,1,'2006-02-15 05:09:17'),(1964,428,2,'2006-02-15 05:09:17'),(1965,428,2,'2006-02-15 05:09:17'),(1966,429,1,'2006-02-15 05:09:17'),(1967,429,1,'2006-02-15 05:09:17'),(1968,429,2,'2006-02-15 05:09:17'),(1969,429,2,'2006-02-15 05:09:17'),(1970,429,2,'2006-02-15 05:09:17'),(1971,429,2,'2006-02-15 05:09:17'),(1972,430,2,'2006-02-15 05:09:17'),(1973,430,2,'2006-02-15 05:09:17'),(1974,430,2,'2006-02-15 05:09:17'),(1975,430,2,'2006-02-15 05:09:17'),(1976,431,2,'2006-02-15 05:09:17'),(1977,431,2,'2006-02-15 05:09:17'),(1978,431,2,'2006-02-15 05:09:17'),(1979,432,1,'2006-02-15 05:09:17'),(1980,432,1,'2006-02-15 05:09:17'),(1981,432,1,'2006-02-15 05:09:17'),(1982,432,2,'2006-02-15 05:09:17'),(1983,432,2,'2006-02-15 05:09:17'),(1984,433,1,'2006-02-15 05:09:17'),(1985,433,1,'2006-02-15 05:09:17'),(1986,433,1,'2006-02-15 05:09:17'),(1987,433,1,'2006-02-15 05:09:17'),(1988,433,2,'2006-02-15 05:09:17'),(1989,433,2,'2006-02-15 05:09:17'),(1990,434,1,'2006-02-15 05:09:17'),(1991,434,1,'2006-02-15 05:09:17'),(1992,434,1,'2006-02-15 05:09:17'),(1993,434,1,'2006-02-15 05:09:17'),(1994,434,2,'2006-02-15 05:09:17'),(1995,434,2,'2006-02-15 05:09:17'),(1996,434,2,'2006-02-15 05:09:17'),(1997,434,2,'2006-02-15 05:09:17'),(1998,435,1,'2006-02-15 05:09:17'),(1999,435,1,'2006-02-15 05:09:17'),(2000,436,1,'2006-02-15 05:09:17'),(2001,436,1,'2006-02-15 05:09:17'),(2002,436,1,'2006-02-15 05:09:17'),(2003,436,2,'2006-02-15 05:09:17'),(2004,436,2,'2006-02-15 05:09:17'),(2005,436,2,'2006-02-15 05:09:17'),(2006,437,1,'2006-02-15 05:09:17'),(2007,437,1,'2006-02-15 05:09:17'),(2008,437,2,'2006-02-15 05:09:17'),(2009,437,2,'2006-02-15 05:09:17'),(2010,437,2,'2006-02-15 05:09:17'),(2011,437,2,'2006-02-15 05:09:17'),(2012,438,1,'2006-02-15 05:09:17'),(2013,438,1,'2006-02-15 05:09:17'),(2014,438,2,'2006-02-15 05:09:17'),(2015,438,2,'2006-02-15 05:09:17'),(2016,438,2,'2006-02-15 05:09:17'),(2017,439,1,'2006-02-15 05:09:17'),(2018,439,1,'2006-02-15 05:09:17'),(2019,439,1,'2006-02-15 05:09:17'),(2020,439,1,'2006-02-15 05:09:17'),(2021,439,2,'2006-02-15 05:09:17'),(2022,439,2,'2006-02-15 05:09:17'),(2023,440,1,'2006-02-15 05:09:17'),(2024,440,1,'2006-02-15 05:09:17'),(2025,440,2,'2006-02-15 05:09:17'),(2026,440,2,'2006-02-15 05:09:17'),(2027,441,1,'2006-02-15 05:09:17'),(2028,441,1,'2006-02-15 05:09:17'),(2029,442,1,'2006-02-15 05:09:17'),(2030,442,1,'2006-02-15 05:09:17'),(2031,442,1,'2006-02-15 05:09:17'),(2032,443,1,'2006-02-15 05:09:17'),(2033,443,1,'2006-02-15 05:09:17'),(2034,443,1,'2006-02-15 05:09:17'),(2035,443,2,'2006-02-15 05:09:17'),(2036,443,2,'2006-02-15 05:09:17'),(2037,443,2,'2006-02-15 05:09:17'),(2038,443,2,'2006-02-15 05:09:17'),(2039,444,1,'2006-02-15 05:09:17'),(2040,444,1,'2006-02-15 05:09:17'),(2041,444,1,'2006-02-15 05:09:17'),(2042,444,1,'2006-02-15 05:09:17'),(2043,444,2,'2006-02-15 05:09:17'),(2044,444,2,'2006-02-15 05:09:17'),(2045,444,2,'2006-02-15 05:09:17'),(2046,444,2,'2006-02-15 05:09:17'),(2047,445,1,'2006-02-15 05:09:17'),(2048,445,1,'2006-02-15 05:09:17'),(2049,445,1,'2006-02-15 05:09:17'),(2050,445,2,'2006-02-15 05:09:17'),(2051,445,2,'2006-02-15 05:09:17'),(2052,445,2,'2006-02-15 05:09:17'),(2053,446,1,'2006-02-15 05:09:17'),(2054,446,1,'2006-02-15 05:09:17'),(2055,446,2,'2006-02-15 05:09:17'),(2056,446,2,'2006-02-15 05:09:17'),(2057,447,1,'2006-02-15 05:09:17'),(2058,447,1,'2006-02-15 05:09:17'),(2059,447,1,'2006-02-15 05:09:17'),(2060,447,1,'2006-02-15 05:09:17'),(2061,447,2,'2006-02-15 05:09:17'),(2062,447,2,'2006-02-15 05:09:17'),(2063,447,2,'2006-02-15 05:09:17'),(2064,448,1,'2006-02-15 05:09:17'),(2065,448,1,'2006-02-15 05:09:17'),(2066,448,2,'2006-02-15 05:09:17'),(2067,448,2,'2006-02-15 05:09:17'),(2068,448,2,'2006-02-15 05:09:17'),(2069,449,2,'2006-02-15 05:09:17'),(2070,449,2,'2006-02-15 05:09:17'),(2071,449,2,'2006-02-15 05:09:17'),(2072,449,2,'2006-02-15 05:09:17'),(2073,450,1,'2006-02-15 05:09:17'),(2074,450,1,'2006-02-15 05:09:17'),(2075,450,1,'2006-02-15 05:09:17'),(2076,450,2,'2006-02-15 05:09:17'),(2077,450,2,'2006-02-15 05:09:17'),(2078,450,2,'2006-02-15 05:09:17'),(2079,450,2,'2006-02-15 05:09:17'),(2080,451,1,'2006-02-15 05:09:17'),(2081,451,1,'2006-02-15 05:09:17'),(2082,451,2,'2006-02-15 05:09:17'),(2083,451,2,'2006-02-15 05:09:17'),(2084,451,2,'2006-02-15 05:09:17'),(2085,452,2,'2006-02-15 05:09:17'),(2086,452,2,'2006-02-15 05:09:17'),(2087,452,2,'2006-02-15 05:09:17'),(2088,452,2,'2006-02-15 05:09:17'),(2089,453,1,'2006-02-15 05:09:17'),(2090,453,1,'2006-02-15 05:09:17'),(2091,453,1,'2006-02-15 05:09:17'),(2092,453,2,'2006-02-15 05:09:17'),(2093,453,2,'2006-02-15 05:09:17'),(2094,454,1,'2006-02-15 05:09:17'),(2095,454,1,'2006-02-15 05:09:17'),(2096,455,1,'2006-02-15 05:09:17'),(2097,455,1,'2006-02-15 05:09:17'),(2098,455,1,'2006-02-15 05:09:17'),(2099,455,1,'2006-02-15 05:09:17'),(2100,456,1,'2006-02-15 05:09:17'),(2101,456,1,'2006-02-15 05:09:17'),(2102,456,2,'2006-02-15 05:09:17'),(2103,456,2,'2006-02-15 05:09:17'),(2104,456,2,'2006-02-15 05:09:17'),(2105,456,2,'2006-02-15 05:09:17'),(2106,457,1,'2006-02-15 05:09:17'),(2107,457,1,'2006-02-15 05:09:17'),(2108,457,2,'2006-02-15 05:09:17'),(2109,457,2,'2006-02-15 05:09:17'),(2110,457,2,'2006-02-15 05:09:17'),(2111,457,2,'2006-02-15 05:09:17'),(2112,458,1,'2006-02-15 05:09:17'),(2113,458,1,'2006-02-15 05:09:17'),(2114,458,2,'2006-02-15 05:09:17'),(2115,458,2,'2006-02-15 05:09:17'),(2116,458,2,'2006-02-15 05:09:17'),(2117,458,2,'2006-02-15 05:09:17'),(2118,459,2,'2006-02-15 05:09:17'),(2119,459,2,'2006-02-15 05:09:17'),(2120,460,1,'2006-02-15 05:09:17'),(2121,460,1,'2006-02-15 05:09:17'),(2122,460,1,'2006-02-15 05:09:17'),(2123,460,1,'2006-02-15 05:09:17'),(2124,460,2,'2006-02-15 05:09:17'),(2125,460,2,'2006-02-15 05:09:17'),(2126,460,2,'2006-02-15 05:09:17'),(2127,460,2,'2006-02-15 05:09:17'),(2128,461,1,'2006-02-15 05:09:17'),(2129,461,1,'2006-02-15 05:09:17'),(2130,461,2,'2006-02-15 05:09:17'),(2131,461,2,'2006-02-15 05:09:17'),(2132,461,2,'2006-02-15 05:09:17'),(2133,461,2,'2006-02-15 05:09:17'),(2134,462,1,'2006-02-15 05:09:17'),(2135,462,1,'2006-02-15 05:09:17'),(2136,462,2,'2006-02-15 05:09:17'),(2137,462,2,'2006-02-15 05:09:17'),(2138,462,2,'2006-02-15 05:09:17'),(2139,463,1,'2006-02-15 05:09:17'),(2140,463,1,'2006-02-15 05:09:17'),(2141,463,1,'2006-02-15 05:09:17'),(2142,463,2,'2006-02-15 05:09:17'),(2143,463,2,'2006-02-15 05:09:17'),(2144,464,1,'2006-02-15 05:09:17'),(2145,464,1,'2006-02-15 05:09:17'),(2146,464,1,'2006-02-15 05:09:17'),(2147,464,1,'2006-02-15 05:09:17'),(2148,464,2,'2006-02-15 05:09:17'),(2149,464,2,'2006-02-15 05:09:17'),(2150,464,2,'2006-02-15 05:09:17'),(2151,465,1,'2006-02-15 05:09:17'),(2152,465,1,'2006-02-15 05:09:17'),(2153,465,2,'2006-02-15 05:09:17'),(2154,465,2,'2006-02-15 05:09:17'),(2155,465,2,'2006-02-15 05:09:17'),(2156,466,1,'2006-02-15 05:09:17'),(2157,466,1,'2006-02-15 05:09:17'),(2158,467,1,'2006-02-15 05:09:17'),(2159,467,1,'2006-02-15 05:09:17'),(2160,467,1,'2006-02-15 05:09:17'),(2161,467,1,'2006-02-15 05:09:17'),(2162,467,2,'2006-02-15 05:09:17'),(2163,467,2,'2006-02-15 05:09:17'),(2164,467,2,'2006-02-15 05:09:17'),(2165,468,1,'2006-02-15 05:09:17'),(2166,468,1,'2006-02-15 05:09:17'),(2167,468,1,'2006-02-15 05:09:17'),(2168,468,1,'2006-02-15 05:09:17'),(2169,468,2,'2006-02-15 05:09:17'),(2170,468,2,'2006-02-15 05:09:17'),(2171,468,2,'2006-02-15 05:09:17'),(2172,468,2,'2006-02-15 05:09:17'),(2173,469,2,'2006-02-15 05:09:17'),(2174,469,2,'2006-02-15 05:09:17'),(2175,469,2,'2006-02-15 05:09:17'),(2176,470,1,'2006-02-15 05:09:17'),(2177,470,1,'2006-02-15 05:09:17'),(2178,471,1,'2006-02-15 05:09:17'),(2179,471,1,'2006-02-15 05:09:17'),(2180,471,1,'2006-02-15 05:09:17'),(2181,471,2,'2006-02-15 05:09:17'),(2182,471,2,'2006-02-15 05:09:17'),(2183,471,2,'2006-02-15 05:09:17'),(2184,471,2,'2006-02-15 05:09:17'),(2185,472,2,'2006-02-15 05:09:17'),(2186,472,2,'2006-02-15 05:09:17'),(2187,473,1,'2006-02-15 05:09:17'),(2188,473,1,'2006-02-15 05:09:17'),(2189,473,2,'2006-02-15 05:09:17'),(2190,473,2,'2006-02-15 05:09:17'),(2191,473,2,'2006-02-15 05:09:17'),(2192,474,2,'2006-02-15 05:09:17'),(2193,474,2,'2006-02-15 05:09:17'),(2194,474,2,'2006-02-15 05:09:17'),(2195,474,2,'2006-02-15 05:09:17'),(2196,475,2,'2006-02-15 05:09:17'),(2197,475,2,'2006-02-15 05:09:17'),(2198,476,1,'2006-02-15 05:09:17'),(2199,476,1,'2006-02-15 05:09:17'),(2200,476,1,'2006-02-15 05:09:17'),(2201,476,2,'2006-02-15 05:09:17'),(2202,476,2,'2006-02-15 05:09:17'),(2203,476,2,'2006-02-15 05:09:17'),(2204,476,2,'2006-02-15 05:09:17'),(2205,477,2,'2006-02-15 05:09:17'),(2206,477,2,'2006-02-15 05:09:17'),(2207,477,2,'2006-02-15 05:09:17'),(2208,478,1,'2006-02-15 05:09:17'),(2209,478,1,'2006-02-15 05:09:17'),(2210,478,2,'2006-02-15 05:09:17'),(2211,478,2,'2006-02-15 05:09:17'),(2212,478,2,'2006-02-15 05:09:17'),(2213,479,1,'2006-02-15 05:09:17'),(2214,479,1,'2006-02-15 05:09:17'),(2215,479,2,'2006-02-15 05:09:17'),(2216,479,2,'2006-02-15 05:09:17'),(2217,479,2,'2006-02-15 05:09:17'),(2218,480,1,'2006-02-15 05:09:17'),(2219,480,1,'2006-02-15 05:09:17'),(2220,480,2,'2006-02-15 05:09:17'),(2221,480,2,'2006-02-15 05:09:17'),(2222,481,1,'2006-02-15 05:09:17'),(2223,481,1,'2006-02-15 05:09:17'),(2224,481,1,'2006-02-15 05:09:17'),(2225,481,2,'2006-02-15 05:09:17'),(2226,481,2,'2006-02-15 05:09:17'),(2227,481,2,'2006-02-15 05:09:17'),(2228,482,1,'2006-02-15 05:09:17'),(2229,482,1,'2006-02-15 05:09:17'),(2230,482,1,'2006-02-15 05:09:17'),(2231,483,1,'2006-02-15 05:09:17'),(2232,483,1,'2006-02-15 05:09:17'),(2233,483,1,'2006-02-15 05:09:17'),(2234,483,2,'2006-02-15 05:09:17'),(2235,483,2,'2006-02-15 05:09:17'),(2236,484,1,'2006-02-15 05:09:17'),(2237,484,1,'2006-02-15 05:09:17'),(2238,484,1,'2006-02-15 05:09:17'),(2239,484,1,'2006-02-15 05:09:17'),(2240,484,2,'2006-02-15 05:09:17'),(2241,484,2,'2006-02-15 05:09:17'),(2242,484,2,'2006-02-15 05:09:17'),(2243,485,2,'2006-02-15 05:09:17'),(2244,485,2,'2006-02-15 05:09:17'),(2245,485,2,'2006-02-15 05:09:17'),(2246,486,1,'2006-02-15 05:09:17'),(2247,486,1,'2006-02-15 05:09:17'),(2248,486,1,'2006-02-15 05:09:17'),(2249,486,1,'2006-02-15 05:09:17'),(2250,486,2,'2006-02-15 05:09:17'),(2251,486,2,'2006-02-15 05:09:17'),(2252,487,2,'2006-02-15 05:09:17'),(2253,487,2,'2006-02-15 05:09:17'),(2254,487,2,'2006-02-15 05:09:17'),(2255,488,1,'2006-02-15 05:09:17'),(2256,488,1,'2006-02-15 05:09:17'),(2257,488,2,'2006-02-15 05:09:17'),(2258,488,2,'2006-02-15 05:09:17'),(2259,488,2,'2006-02-15 05:09:17'),(2260,489,1,'2006-02-15 05:09:17'),(2261,489,1,'2006-02-15 05:09:17'),(2262,489,1,'2006-02-15 05:09:17'),(2263,489,1,'2006-02-15 05:09:17'),(2264,489,2,'2006-02-15 05:09:17'),(2265,489,2,'2006-02-15 05:09:17'),(2266,489,2,'2006-02-15 05:09:17'),(2267,489,2,'2006-02-15 05:09:17'),(2268,490,1,'2006-02-15 05:09:17'),(2269,490,1,'2006-02-15 05:09:17'),(2270,491,1,'2006-02-15 05:09:17'),(2271,491,1,'2006-02-15 05:09:17'),(2272,491,2,'2006-02-15 05:09:17'),(2273,491,2,'2006-02-15 05:09:17'),(2274,491,2,'2006-02-15 05:09:17'),(2275,491,2,'2006-02-15 05:09:17'),(2276,492,1,'2006-02-15 05:09:17'),(2277,492,1,'2006-02-15 05:09:17'),(2278,493,2,'2006-02-15 05:09:17'),(2279,493,2,'2006-02-15 05:09:17'),(2280,493,2,'2006-02-15 05:09:17'),(2281,494,1,'2006-02-15 05:09:17'),(2282,494,1,'2006-02-15 05:09:17'),(2283,494,1,'2006-02-15 05:09:17'),(2284,494,1,'2006-02-15 05:09:17'),(2285,494,2,'2006-02-15 05:09:17'),(2286,494,2,'2006-02-15 05:09:17'),(2287,496,1,'2006-02-15 05:09:17'),(2288,496,1,'2006-02-15 05:09:17'),(2289,496,2,'2006-02-15 05:09:17'),(2290,496,2,'2006-02-15 05:09:17'),(2291,496,2,'2006-02-15 05:09:17'),(2292,498,1,'2006-02-15 05:09:17'),(2293,498,1,'2006-02-15 05:09:17'),(2294,499,1,'2006-02-15 05:09:17'),(2295,499,1,'2006-02-15 05:09:17'),(2296,500,1,'2006-02-15 05:09:17'),(2297,500,1,'2006-02-15 05:09:17'),(2298,500,1,'2006-02-15 05:09:17'),(2299,500,1,'2006-02-15 05:09:17'),(2300,500,2,'2006-02-15 05:09:17'),(2301,500,2,'2006-02-15 05:09:17'),(2302,500,2,'2006-02-15 05:09:17'),(2303,500,2,'2006-02-15 05:09:17'),(2304,501,1,'2006-02-15 05:09:17'),(2305,501,1,'2006-02-15 05:09:17'),(2306,501,1,'2006-02-15 05:09:17'),(2307,501,2,'2006-02-15 05:09:17'),(2308,501,2,'2006-02-15 05:09:17'),(2309,502,1,'2006-02-15 05:09:17'),(2310,502,1,'2006-02-15 05:09:17'),(2311,502,1,'2006-02-15 05:09:17'),(2312,502,1,'2006-02-15 05:09:17'),(2313,502,2,'2006-02-15 05:09:17'),(2314,502,2,'2006-02-15 05:09:17'),(2315,502,2,'2006-02-15 05:09:17'),(2316,503,1,'2006-02-15 05:09:17'),(2317,503,1,'2006-02-15 05:09:17'),(2318,503,1,'2006-02-15 05:09:17'),(2319,504,1,'2006-02-15 05:09:17'),(2320,504,1,'2006-02-15 05:09:17'),(2321,504,1,'2006-02-15 05:09:17'),(2322,504,1,'2006-02-15 05:09:17'),(2323,504,2,'2006-02-15 05:09:17'),(2324,504,2,'2006-02-15 05:09:17'),(2325,505,2,'2006-02-15 05:09:17'),(2326,505,2,'2006-02-15 05:09:17'),(2327,505,2,'2006-02-15 05:09:17'),(2328,505,2,'2006-02-15 05:09:17'),(2329,506,1,'2006-02-15 05:09:17'),(2330,506,1,'2006-02-15 05:09:17'),(2331,506,1,'2006-02-15 05:09:17'),(2332,506,1,'2006-02-15 05:09:17'),(2333,506,2,'2006-02-15 05:09:17'),(2334,506,2,'2006-02-15 05:09:17'),(2335,507,2,'2006-02-15 05:09:17'),(2336,507,2,'2006-02-15 05:09:17'),(2337,508,2,'2006-02-15 05:09:17'),(2338,508,2,'2006-02-15 05:09:17'),(2339,508,2,'2006-02-15 05:09:17'),(2340,509,2,'2006-02-15 05:09:17'),(2341,509,2,'2006-02-15 05:09:17'),(2342,509,2,'2006-02-15 05:09:17'),(2343,510,1,'2006-02-15 05:09:17'),(2344,510,1,'2006-02-15 05:09:17'),(2345,510,1,'2006-02-15 05:09:17'),(2346,510,1,'2006-02-15 05:09:17'),(2347,511,1,'2006-02-15 05:09:17'),(2348,511,1,'2006-02-15 05:09:17'),(2349,511,2,'2006-02-15 05:09:17'),(2350,511,2,'2006-02-15 05:09:17'),(2351,511,2,'2006-02-15 05:09:17'),(2352,512,1,'2006-02-15 05:09:17'),(2353,512,1,'2006-02-15 05:09:17'),(2354,512,2,'2006-02-15 05:09:17'),(2355,512,2,'2006-02-15 05:09:17'),(2356,512,2,'2006-02-15 05:09:17'),(2357,512,2,'2006-02-15 05:09:17'),(2358,513,2,'2006-02-15 05:09:17'),(2359,513,2,'2006-02-15 05:09:17'),(2360,514,1,'2006-02-15 05:09:17'),(2361,514,1,'2006-02-15 05:09:17'),(2362,514,2,'2006-02-15 05:09:17'),(2363,514,2,'2006-02-15 05:09:17'),(2364,514,2,'2006-02-15 05:09:17'),(2365,514,2,'2006-02-15 05:09:17'),(2366,515,2,'2006-02-15 05:09:17'),(2367,515,2,'2006-02-15 05:09:17'),(2368,516,2,'2006-02-15 05:09:17'),(2369,516,2,'2006-02-15 05:09:17'),(2370,516,2,'2006-02-15 05:09:17'),(2371,517,2,'2006-02-15 05:09:17'),(2372,517,2,'2006-02-15 05:09:17'),(2373,518,1,'2006-02-15 05:09:17'),(2374,518,1,'2006-02-15 05:09:17'),(2375,518,2,'2006-02-15 05:09:17'),(2376,518,2,'2006-02-15 05:09:17'),(2377,518,2,'2006-02-15 05:09:17'),(2378,518,2,'2006-02-15 05:09:17'),(2379,519,2,'2006-02-15 05:09:17'),(2380,519,2,'2006-02-15 05:09:17'),(2381,519,2,'2006-02-15 05:09:17'),(2382,519,2,'2006-02-15 05:09:17'),(2383,520,1,'2006-02-15 05:09:17'),(2384,520,1,'2006-02-15 05:09:17'),(2385,521,1,'2006-02-15 05:09:17'),(2386,521,1,'2006-02-15 05:09:17'),(2387,521,1,'2006-02-15 05:09:17'),(2388,521,1,'2006-02-15 05:09:17'),(2389,521,2,'2006-02-15 05:09:17'),(2390,521,2,'2006-02-15 05:09:17'),(2391,521,2,'2006-02-15 05:09:17'),(2392,522,2,'2006-02-15 05:09:17'),(2393,522,2,'2006-02-15 05:09:17'),(2394,523,1,'2006-02-15 05:09:17'),(2395,523,1,'2006-02-15 05:09:17'),(2396,524,1,'2006-02-15 05:09:17'),(2397,524,1,'2006-02-15 05:09:17'),(2398,524,2,'2006-02-15 05:09:17'),(2399,524,2,'2006-02-15 05:09:17'),(2400,524,2,'2006-02-15 05:09:17'),(2401,524,2,'2006-02-15 05:09:17'),(2402,525,1,'2006-02-15 05:09:17'),(2403,525,1,'2006-02-15 05:09:17'),(2404,525,1,'2006-02-15 05:09:17'),(2405,525,1,'2006-02-15 05:09:17'),(2406,525,2,'2006-02-15 05:09:17'),(2407,525,2,'2006-02-15 05:09:17'),(2408,525,2,'2006-02-15 05:09:17'),(2409,525,2,'2006-02-15 05:09:17'),(2410,526,2,'2006-02-15 05:09:17'),(2411,526,2,'2006-02-15 05:09:17'),(2412,526,2,'2006-02-15 05:09:17'),(2413,526,2,'2006-02-15 05:09:17'),(2414,527,1,'2006-02-15 05:09:17'),(2415,527,1,'2006-02-15 05:09:17'),(2416,527,2,'2006-02-15 05:09:17'),(2417,527,2,'2006-02-15 05:09:17'),(2418,527,2,'2006-02-15 05:09:17'),(2419,527,2,'2006-02-15 05:09:17'),(2420,528,1,'2006-02-15 05:09:17'),(2421,528,1,'2006-02-15 05:09:17'),(2422,528,1,'2006-02-15 05:09:17'),(2423,529,1,'2006-02-15 05:09:17'),(2424,529,1,'2006-02-15 05:09:17'),(2425,529,1,'2006-02-15 05:09:17'),(2426,529,1,'2006-02-15 05:09:17'),(2427,530,1,'2006-02-15 05:09:17'),(2428,530,1,'2006-02-15 05:09:17'),(2429,530,1,'2006-02-15 05:09:17'),(2430,531,1,'2006-02-15 05:09:17'),(2431,531,1,'2006-02-15 05:09:17'),(2432,531,1,'2006-02-15 05:09:17'),(2433,531,1,'2006-02-15 05:09:17'),(2434,531,2,'2006-02-15 05:09:17'),(2435,531,2,'2006-02-15 05:09:17'),(2436,531,2,'2006-02-15 05:09:17'),(2437,531,2,'2006-02-15 05:09:17'),(2438,532,2,'2006-02-15 05:09:17'),(2439,532,2,'2006-02-15 05:09:17'),(2440,532,2,'2006-02-15 05:09:17'),(2441,532,2,'2006-02-15 05:09:17'),(2442,533,1,'2006-02-15 05:09:17'),(2443,533,1,'2006-02-15 05:09:17'),(2444,533,1,'2006-02-15 05:09:17'),(2445,534,1,'2006-02-15 05:09:17'),(2446,534,1,'2006-02-15 05:09:17'),(2447,534,2,'2006-02-15 05:09:17'),(2448,534,2,'2006-02-15 05:09:17'),(2449,534,2,'2006-02-15 05:09:17'),(2450,535,1,'2006-02-15 05:09:17'),(2451,535,1,'2006-02-15 05:09:17'),(2452,535,1,'2006-02-15 05:09:17'),(2453,535,1,'2006-02-15 05:09:17'),(2454,536,1,'2006-02-15 05:09:17'),(2455,536,1,'2006-02-15 05:09:17'),(2456,536,1,'2006-02-15 05:09:17'),(2457,536,2,'2006-02-15 05:09:17'),(2458,536,2,'2006-02-15 05:09:17'),(2459,537,2,'2006-02-15 05:09:17'),(2460,537,2,'2006-02-15 05:09:17'),(2461,537,2,'2006-02-15 05:09:17'),(2462,538,2,'2006-02-15 05:09:17'),(2463,538,2,'2006-02-15 05:09:17'),(2464,538,2,'2006-02-15 05:09:17'),(2465,539,1,'2006-02-15 05:09:17'),(2466,539,1,'2006-02-15 05:09:17'),(2467,540,1,'2006-02-15 05:09:17'),(2468,540,1,'2006-02-15 05:09:17'),(2469,540,1,'2006-02-15 05:09:17'),(2470,541,2,'2006-02-15 05:09:17'),(2471,541,2,'2006-02-15 05:09:17'),(2472,542,1,'2006-02-15 05:09:17'),(2473,542,1,'2006-02-15 05:09:17'),(2474,542,1,'2006-02-15 05:09:17'),(2475,542,1,'2006-02-15 05:09:17'),(2476,542,2,'2006-02-15 05:09:17'),(2477,542,2,'2006-02-15 05:09:17'),(2478,543,1,'2006-02-15 05:09:17'),(2479,543,1,'2006-02-15 05:09:17'),(2480,544,1,'2006-02-15 05:09:17'),(2481,544,1,'2006-02-15 05:09:17'),(2482,544,2,'2006-02-15 05:09:17'),(2483,544,2,'2006-02-15 05:09:17'),(2484,545,1,'2006-02-15 05:09:17'),(2485,545,1,'2006-02-15 05:09:17'),(2486,545,1,'2006-02-15 05:09:17'),(2487,545,1,'2006-02-15 05:09:17'),(2488,545,2,'2006-02-15 05:09:17'),(2489,545,2,'2006-02-15 05:09:17'),(2490,546,2,'2006-02-15 05:09:17'),(2491,546,2,'2006-02-15 05:09:17'),(2492,546,2,'2006-02-15 05:09:17'),(2493,546,2,'2006-02-15 05:09:17'),(2494,547,2,'2006-02-15 05:09:17'),(2495,547,2,'2006-02-15 05:09:17'),(2496,548,1,'2006-02-15 05:09:17'),(2497,548,1,'2006-02-15 05:09:17'),(2498,549,1,'2006-02-15 05:09:17'),(2499,549,1,'2006-02-15 05:09:17'),(2500,549,2,'2006-02-15 05:09:17'),(2501,549,2,'2006-02-15 05:09:17'),(2502,550,1,'2006-02-15 05:09:17'),(2503,550,1,'2006-02-15 05:09:17'),(2504,550,1,'2006-02-15 05:09:17'),(2505,551,1,'2006-02-15 05:09:17'),(2506,551,1,'2006-02-15 05:09:17'),(2507,551,1,'2006-02-15 05:09:17'),(2508,551,2,'2006-02-15 05:09:17'),(2509,551,2,'2006-02-15 05:09:17'),(2510,551,2,'2006-02-15 05:09:17'),(2511,552,2,'2006-02-15 05:09:17'),(2512,552,2,'2006-02-15 05:09:17'),(2513,552,2,'2006-02-15 05:09:17'),(2514,552,2,'2006-02-15 05:09:17'),(2515,553,2,'2006-02-15 05:09:17'),(2516,553,2,'2006-02-15 05:09:17'),(2517,553,2,'2006-02-15 05:09:17'),(2518,554,1,'2006-02-15 05:09:17'),(2519,554,1,'2006-02-15 05:09:17'),(2520,554,1,'2006-02-15 05:09:17'),(2521,554,1,'2006-02-15 05:09:17'),(2522,554,2,'2006-02-15 05:09:17'),(2523,554,2,'2006-02-15 05:09:17'),(2524,554,2,'2006-02-15 05:09:17'),(2525,555,1,'2006-02-15 05:09:17'),(2526,555,1,'2006-02-15 05:09:17'),(2527,555,1,'2006-02-15 05:09:17'),(2528,555,2,'2006-02-15 05:09:17'),(2529,555,2,'2006-02-15 05:09:17'),(2530,555,2,'2006-02-15 05:09:17'),(2531,555,2,'2006-02-15 05:09:17'),(2532,556,1,'2006-02-15 05:09:17'),(2533,556,1,'2006-02-15 05:09:17'),(2534,556,1,'2006-02-15 05:09:17'),(2535,556,2,'2006-02-15 05:09:17'),(2536,556,2,'2006-02-15 05:09:17'),(2537,556,2,'2006-02-15 05:09:17'),(2538,556,2,'2006-02-15 05:09:17'),(2539,557,1,'2006-02-15 05:09:17'),(2540,557,1,'2006-02-15 05:09:17'),(2541,557,2,'2006-02-15 05:09:17'),(2542,557,2,'2006-02-15 05:09:17'),(2543,557,2,'2006-02-15 05:09:17'),(2544,558,2,'2006-02-15 05:09:17'),(2545,558,2,'2006-02-15 05:09:17'),(2546,559,1,'2006-02-15 05:09:17'),(2547,559,1,'2006-02-15 05:09:17'),(2548,559,1,'2006-02-15 05:09:17'),(2549,559,1,'2006-02-15 05:09:17'),(2550,559,2,'2006-02-15 05:09:17'),(2551,559,2,'2006-02-15 05:09:17'),(2552,559,2,'2006-02-15 05:09:17'),(2553,559,2,'2006-02-15 05:09:17'),(2554,560,1,'2006-02-15 05:09:17'),(2555,560,1,'2006-02-15 05:09:17'),(2556,560,1,'2006-02-15 05:09:17'),(2557,560,2,'2006-02-15 05:09:17'),(2558,560,2,'2006-02-15 05:09:17'),(2559,561,1,'2006-02-15 05:09:17'),(2560,561,1,'2006-02-15 05:09:17'),(2561,561,1,'2006-02-15 05:09:17'),(2562,561,1,'2006-02-15 05:09:17'),(2563,562,1,'2006-02-15 05:09:17'),(2564,562,1,'2006-02-15 05:09:17'),(2565,562,1,'2006-02-15 05:09:17'),(2566,562,1,'2006-02-15 05:09:17'),(2567,562,2,'2006-02-15 05:09:17'),(2568,562,2,'2006-02-15 05:09:17'),(2569,563,1,'2006-02-15 05:09:17'),(2570,563,1,'2006-02-15 05:09:17'),(2571,563,1,'2006-02-15 05:09:17'),(2572,563,1,'2006-02-15 05:09:17'),(2573,563,2,'2006-02-15 05:09:17'),(2574,563,2,'2006-02-15 05:09:17'),(2575,563,2,'2006-02-15 05:09:17'),(2576,564,2,'2006-02-15 05:09:17'),(2577,564,2,'2006-02-15 05:09:17'),(2578,564,2,'2006-02-15 05:09:17'),(2579,565,1,'2006-02-15 05:09:17'),(2580,565,1,'2006-02-15 05:09:17'),(2581,566,1,'2006-02-15 05:09:17'),(2582,566,1,'2006-02-15 05:09:17'),(2583,567,1,'2006-02-15 05:09:17'),(2584,567,1,'2006-02-15 05:09:17'),(2585,567,2,'2006-02-15 05:09:17'),(2586,567,2,'2006-02-15 05:09:17'),(2587,568,1,'2006-02-15 05:09:17'),(2588,568,1,'2006-02-15 05:09:17'),(2589,568,2,'2006-02-15 05:09:17'),(2590,568,2,'2006-02-15 05:09:17'),(2591,569,1,'2006-02-15 05:09:17'),(2592,569,1,'2006-02-15 05:09:17'),(2593,570,1,'2006-02-15 05:09:17'),(2594,570,1,'2006-02-15 05:09:17'),(2595,570,2,'2006-02-15 05:09:17'),(2596,570,2,'2006-02-15 05:09:17'),(2597,570,2,'2006-02-15 05:09:17'),(2598,571,1,'2006-02-15 05:09:17'),(2599,571,1,'2006-02-15 05:09:17'),(2600,571,2,'2006-02-15 05:09:17'),(2601,571,2,'2006-02-15 05:09:17'),(2602,571,2,'2006-02-15 05:09:17'),(2603,571,2,'2006-02-15 05:09:17'),(2604,572,1,'2006-02-15 05:09:17'),(2605,572,1,'2006-02-15 05:09:17'),(2606,572,1,'2006-02-15 05:09:17'),(2607,572,1,'2006-02-15 05:09:17'),(2608,572,2,'2006-02-15 05:09:17'),(2609,572,2,'2006-02-15 05:09:17'),(2610,572,2,'2006-02-15 05:09:17'),(2611,572,2,'2006-02-15 05:09:17'),(2612,573,1,'2006-02-15 05:09:17'),(2613,573,1,'2006-02-15 05:09:17'),(2614,573,1,'2006-02-15 05:09:17'),(2615,573,1,'2006-02-15 05:09:17'),(2616,574,1,'2006-02-15 05:09:17'),(2617,574,1,'2006-02-15 05:09:17'),(2618,574,2,'2006-02-15 05:09:17'),(2619,574,2,'2006-02-15 05:09:17'),(2620,574,2,'2006-02-15 05:09:17'),(2621,575,1,'2006-02-15 05:09:17'),(2622,575,1,'2006-02-15 05:09:17'),(2623,575,2,'2006-02-15 05:09:17'),(2624,575,2,'2006-02-15 05:09:17'),(2625,575,2,'2006-02-15 05:09:17'),(2626,575,2,'2006-02-15 05:09:17'),(2627,576,2,'2006-02-15 05:09:17'),(2628,576,2,'2006-02-15 05:09:17'),(2629,576,2,'2006-02-15 05:09:17'),(2630,577,1,'2006-02-15 05:09:17'),(2631,577,1,'2006-02-15 05:09:17'),(2632,577,1,'2006-02-15 05:09:17'),(2633,578,1,'2006-02-15 05:09:17'),(2634,578,1,'2006-02-15 05:09:17'),(2635,578,2,'2006-02-15 05:09:17'),(2636,578,2,'2006-02-15 05:09:17'),(2637,578,2,'2006-02-15 05:09:17'),(2638,579,1,'2006-02-15 05:09:17'),(2639,579,1,'2006-02-15 05:09:17'),(2640,579,1,'2006-02-15 05:09:17'),(2641,579,1,'2006-02-15 05:09:17'),(2642,579,2,'2006-02-15 05:09:17'),(2643,579,2,'2006-02-15 05:09:17'),(2644,579,2,'2006-02-15 05:09:17'),(2645,580,1,'2006-02-15 05:09:17'),(2646,580,1,'2006-02-15 05:09:17'),(2647,580,1,'2006-02-15 05:09:17'),(2648,580,1,'2006-02-15 05:09:17'),(2649,580,2,'2006-02-15 05:09:17'),(2650,580,2,'2006-02-15 05:09:17'),(2651,581,1,'2006-02-15 05:09:17'),(2652,581,1,'2006-02-15 05:09:17'),(2653,581,1,'2006-02-15 05:09:17'),(2654,582,2,'2006-02-15 05:09:17'),(2655,582,2,'2006-02-15 05:09:17'),(2656,583,1,'2006-02-15 05:09:17'),(2657,583,1,'2006-02-15 05:09:17'),(2658,583,1,'2006-02-15 05:09:17'),(2659,583,2,'2006-02-15 05:09:17'),(2660,583,2,'2006-02-15 05:09:17'),(2661,584,1,'2006-02-15 05:09:17'),(2662,584,1,'2006-02-15 05:09:17'),(2663,585,2,'2006-02-15 05:09:17'),(2664,585,2,'2006-02-15 05:09:17'),(2665,585,2,'2006-02-15 05:09:17'),(2666,585,2,'2006-02-15 05:09:17'),(2667,586,1,'2006-02-15 05:09:17'),(2668,586,1,'2006-02-15 05:09:17'),(2669,586,1,'2006-02-15 05:09:17'),(2670,586,1,'2006-02-15 05:09:17'),(2671,586,2,'2006-02-15 05:09:17'),(2672,586,2,'2006-02-15 05:09:17'),(2673,586,2,'2006-02-15 05:09:17'),(2674,586,2,'2006-02-15 05:09:17'),(2675,587,1,'2006-02-15 05:09:17'),(2676,587,1,'2006-02-15 05:09:17'),(2677,587,1,'2006-02-15 05:09:17'),(2678,588,2,'2006-02-15 05:09:17'),(2679,588,2,'2006-02-15 05:09:17'),(2680,588,2,'2006-02-15 05:09:17'),(2681,588,2,'2006-02-15 05:09:17'),(2682,589,2,'2006-02-15 05:09:17'),(2683,589,2,'2006-02-15 05:09:17'),(2684,589,2,'2006-02-15 05:09:17'),(2685,589,2,'2006-02-15 05:09:17'),(2686,590,1,'2006-02-15 05:09:17'),(2687,590,1,'2006-02-15 05:09:17'),(2688,590,1,'2006-02-15 05:09:17'),(2689,590,2,'2006-02-15 05:09:17'),(2690,590,2,'2006-02-15 05:09:17'),(2691,590,2,'2006-02-15 05:09:17'),(2692,590,2,'2006-02-15 05:09:17'),(2693,591,2,'2006-02-15 05:09:17'),(2694,591,2,'2006-02-15 05:09:17'),(2695,591,2,'2006-02-15 05:09:17'),(2696,592,1,'2006-02-15 05:09:17'),(2697,592,1,'2006-02-15 05:09:17'),(2698,592,2,'2006-02-15 05:09:17'),(2699,592,2,'2006-02-15 05:09:17'),(2700,593,2,'2006-02-15 05:09:17'),(2701,593,2,'2006-02-15 05:09:17'),(2702,593,2,'2006-02-15 05:09:17'),(2703,593,2,'2006-02-15 05:09:17'),(2704,594,1,'2006-02-15 05:09:17'),(2705,594,1,'2006-02-15 05:09:17'),(2706,594,1,'2006-02-15 05:09:17'),(2707,595,1,'2006-02-15 05:09:17'),(2708,595,1,'2006-02-15 05:09:17'),(2709,595,1,'2006-02-15 05:09:17'),(2710,595,1,'2006-02-15 05:09:17'),(2711,595,2,'2006-02-15 05:09:17'),(2712,595,2,'2006-02-15 05:09:17'),(2713,595,2,'2006-02-15 05:09:17'),(2714,595,2,'2006-02-15 05:09:17'),(2715,596,1,'2006-02-15 05:09:17'),(2716,596,1,'2006-02-15 05:09:17'),(2717,596,2,'2006-02-15 05:09:17'),(2718,596,2,'2006-02-15 05:09:17'),(2719,596,2,'2006-02-15 05:09:17'),(2720,596,2,'2006-02-15 05:09:17'),(2721,597,2,'2006-02-15 05:09:17'),(2722,597,2,'2006-02-15 05:09:17'),(2723,597,2,'2006-02-15 05:09:17'),(2724,597,2,'2006-02-15 05:09:17'),(2725,598,1,'2006-02-15 05:09:17'),(2726,598,1,'2006-02-15 05:09:17'),(2727,598,1,'2006-02-15 05:09:17'),(2728,598,1,'2006-02-15 05:09:17'),(2729,599,1,'2006-02-15 05:09:17'),(2730,599,1,'2006-02-15 05:09:17'),(2731,599,1,'2006-02-15 05:09:17'),(2732,599,2,'2006-02-15 05:09:17'),(2733,599,2,'2006-02-15 05:09:17'),(2734,600,1,'2006-02-15 05:09:17'),(2735,600,1,'2006-02-15 05:09:17'),(2736,600,2,'2006-02-15 05:09:17'),(2737,600,2,'2006-02-15 05:09:17'),(2738,601,1,'2006-02-15 05:09:17'),(2739,601,1,'2006-02-15 05:09:17'),(2740,601,1,'2006-02-15 05:09:17'),(2741,601,2,'2006-02-15 05:09:17'),(2742,601,2,'2006-02-15 05:09:17'),(2743,602,1,'2006-02-15 05:09:17'),(2744,602,1,'2006-02-15 05:09:17'),(2745,602,2,'2006-02-15 05:09:17'),(2746,602,2,'2006-02-15 05:09:17'),(2747,602,2,'2006-02-15 05:09:17'),(2748,603,1,'2006-02-15 05:09:17'),(2749,603,1,'2006-02-15 05:09:17'),(2750,603,1,'2006-02-15 05:09:17'),(2751,603,1,'2006-02-15 05:09:17'),(2752,603,2,'2006-02-15 05:09:17'),(2753,603,2,'2006-02-15 05:09:17'),(2754,604,2,'2006-02-15 05:09:17'),(2755,604,2,'2006-02-15 05:09:17'),(2756,604,2,'2006-02-15 05:09:17'),(2757,605,2,'2006-02-15 05:09:17'),(2758,605,2,'2006-02-15 05:09:17'),(2759,606,1,'2006-02-15 05:09:17'),(2760,606,1,'2006-02-15 05:09:17'),(2761,606,2,'2006-02-15 05:09:17'),(2762,606,2,'2006-02-15 05:09:17'),(2763,606,2,'2006-02-15 05:09:17'),(2764,606,2,'2006-02-15 05:09:17'),(2765,608,1,'2006-02-15 05:09:17'),(2766,608,1,'2006-02-15 05:09:17'),(2767,608,2,'2006-02-15 05:09:17'),(2768,608,2,'2006-02-15 05:09:17'),(2769,608,2,'2006-02-15 05:09:17'),(2770,608,2,'2006-02-15 05:09:17'),(2771,609,1,'2006-02-15 05:09:17'),(2772,609,1,'2006-02-15 05:09:17'),(2773,609,1,'2006-02-15 05:09:17'),(2774,609,1,'2006-02-15 05:09:17'),(2775,609,2,'2006-02-15 05:09:17'),(2776,609,2,'2006-02-15 05:09:17'),(2777,609,2,'2006-02-15 05:09:17'),(2778,609,2,'2006-02-15 05:09:17'),(2779,610,1,'2006-02-15 05:09:17'),(2780,610,1,'2006-02-15 05:09:17'),(2781,610,2,'2006-02-15 05:09:17'),(2782,610,2,'2006-02-15 05:09:17'),(2783,610,2,'2006-02-15 05:09:17'),(2784,611,1,'2006-02-15 05:09:17'),(2785,611,1,'2006-02-15 05:09:17'),(2786,611,1,'2006-02-15 05:09:17'),(2787,611,1,'2006-02-15 05:09:17'),(2788,611,2,'2006-02-15 05:09:17'),(2789,611,2,'2006-02-15 05:09:17'),(2790,612,2,'2006-02-15 05:09:17'),(2791,612,2,'2006-02-15 05:09:17'),(2792,613,1,'2006-02-15 05:09:17'),(2793,613,1,'2006-02-15 05:09:17'),(2794,614,1,'2006-02-15 05:09:17'),(2795,614,1,'2006-02-15 05:09:17'),(2796,614,1,'2006-02-15 05:09:17'),(2797,614,2,'2006-02-15 05:09:17'),(2798,614,2,'2006-02-15 05:09:17'),(2799,614,2,'2006-02-15 05:09:17'),(2800,615,2,'2006-02-15 05:09:17'),(2801,615,2,'2006-02-15 05:09:17'),(2802,615,2,'2006-02-15 05:09:17'),(2803,615,2,'2006-02-15 05:09:17'),(2804,616,1,'2006-02-15 05:09:17'),(2805,616,1,'2006-02-15 05:09:17'),(2806,616,2,'2006-02-15 05:09:17'),(2807,616,2,'2006-02-15 05:09:17'),(2808,616,2,'2006-02-15 05:09:17'),(2809,616,2,'2006-02-15 05:09:17'),(2810,617,1,'2006-02-15 05:09:17'),(2811,617,1,'2006-02-15 05:09:17'),(2812,617,1,'2006-02-15 05:09:17'),(2813,618,2,'2006-02-15 05:09:17'),(2814,618,2,'2006-02-15 05:09:17'),(2815,618,2,'2006-02-15 05:09:17'),(2816,618,2,'2006-02-15 05:09:17'),(2817,619,1,'2006-02-15 05:09:17'),(2818,619,1,'2006-02-15 05:09:17'),(2819,619,2,'2006-02-15 05:09:17'),(2820,619,2,'2006-02-15 05:09:17'),(2821,619,2,'2006-02-15 05:09:17'),(2822,619,2,'2006-02-15 05:09:17'),(2823,620,1,'2006-02-15 05:09:17'),(2824,620,1,'2006-02-15 05:09:17'),(2825,620,2,'2006-02-15 05:09:17'),(2826,620,2,'2006-02-15 05:09:17'),(2827,620,2,'2006-02-15 05:09:17'),(2828,621,1,'2006-02-15 05:09:17'),(2829,621,1,'2006-02-15 05:09:17'),(2830,621,1,'2006-02-15 05:09:17'),(2831,621,1,'2006-02-15 05:09:17'),(2832,621,2,'2006-02-15 05:09:17'),(2833,621,2,'2006-02-15 05:09:17'),(2834,621,2,'2006-02-15 05:09:17'),(2835,621,2,'2006-02-15 05:09:17'),(2836,622,2,'2006-02-15 05:09:17'),(2837,622,2,'2006-02-15 05:09:17'),(2838,623,1,'2006-02-15 05:09:17'),(2839,623,1,'2006-02-15 05:09:17'),(2840,623,2,'2006-02-15 05:09:17'),(2841,623,2,'2006-02-15 05:09:17'),(2842,623,2,'2006-02-15 05:09:17'),(2843,624,1,'2006-02-15 05:09:17'),(2844,624,1,'2006-02-15 05:09:17'),(2845,624,1,'2006-02-15 05:09:17'),(2846,624,2,'2006-02-15 05:09:17'),(2847,624,2,'2006-02-15 05:09:17'),(2848,624,2,'2006-02-15 05:09:17'),(2849,624,2,'2006-02-15 05:09:17'),(2850,625,1,'2006-02-15 05:09:17'),(2851,625,1,'2006-02-15 05:09:17'),(2852,625,1,'2006-02-15 05:09:17'),(2853,625,2,'2006-02-15 05:09:17'),(2854,625,2,'2006-02-15 05:09:17'),(2855,625,2,'2006-02-15 05:09:17'),(2856,625,2,'2006-02-15 05:09:17'),(2857,626,2,'2006-02-15 05:09:17'),(2858,626,2,'2006-02-15 05:09:17'),(2859,626,2,'2006-02-15 05:09:17'),(2860,626,2,'2006-02-15 05:09:17'),(2861,627,2,'2006-02-15 05:09:17'),(2862,627,2,'2006-02-15 05:09:17'),(2863,627,2,'2006-02-15 05:09:17'),(2864,628,1,'2006-02-15 05:09:17'),(2865,628,1,'2006-02-15 05:09:17'),(2866,628,1,'2006-02-15 05:09:17'),(2867,628,2,'2006-02-15 05:09:17'),(2868,628,2,'2006-02-15 05:09:17'),(2869,629,2,'2006-02-15 05:09:17'),(2870,629,2,'2006-02-15 05:09:17'),(2871,629,2,'2006-02-15 05:09:17'),(2872,629,2,'2006-02-15 05:09:17'),(2873,630,2,'2006-02-15 05:09:17'),(2874,630,2,'2006-02-15 05:09:17'),(2875,630,2,'2006-02-15 05:09:17'),(2876,631,1,'2006-02-15 05:09:17'),(2877,631,1,'2006-02-15 05:09:17'),(2878,631,1,'2006-02-15 05:09:17'),(2879,631,2,'2006-02-15 05:09:17'),(2880,631,2,'2006-02-15 05:09:17'),(2881,632,1,'2006-02-15 05:09:17'),(2882,632,1,'2006-02-15 05:09:17'),(2883,632,1,'2006-02-15 05:09:17'),(2884,633,2,'2006-02-15 05:09:17'),(2885,633,2,'2006-02-15 05:09:17'),(2886,633,2,'2006-02-15 05:09:17'),(2887,634,2,'2006-02-15 05:09:17'),(2888,634,2,'2006-02-15 05:09:17'),(2889,634,2,'2006-02-15 05:09:17'),(2890,634,2,'2006-02-15 05:09:17'),(2891,635,2,'2006-02-15 05:09:17'),(2892,635,2,'2006-02-15 05:09:17'),(2893,636,1,'2006-02-15 05:09:17'),(2894,636,1,'2006-02-15 05:09:17'),(2895,636,1,'2006-02-15 05:09:17'),(2896,637,1,'2006-02-15 05:09:17'),(2897,637,1,'2006-02-15 05:09:17'),(2898,637,2,'2006-02-15 05:09:17'),(2899,637,2,'2006-02-15 05:09:17'),(2900,637,2,'2006-02-15 05:09:17'),(2901,638,1,'2006-02-15 05:09:17'),(2902,638,1,'2006-02-15 05:09:17'),(2903,638,1,'2006-02-15 05:09:17'),(2904,638,1,'2006-02-15 05:09:17'),(2905,638,2,'2006-02-15 05:09:17'),(2906,638,2,'2006-02-15 05:09:17'),(2907,638,2,'2006-02-15 05:09:17'),(2908,638,2,'2006-02-15 05:09:17'),(2909,639,2,'2006-02-15 05:09:17'),(2910,639,2,'2006-02-15 05:09:17'),(2911,639,2,'2006-02-15 05:09:17'),(2912,640,2,'2006-02-15 05:09:17'),(2913,640,2,'2006-02-15 05:09:17'),(2914,640,2,'2006-02-15 05:09:17'),(2915,641,1,'2006-02-15 05:09:17'),(2916,641,1,'2006-02-15 05:09:17'),(2917,641,1,'2006-02-15 05:09:17'),(2918,641,2,'2006-02-15 05:09:17'),(2919,641,2,'2006-02-15 05:09:17'),(2920,641,2,'2006-02-15 05:09:17'),(2921,641,2,'2006-02-15 05:09:17'),(2922,643,1,'2006-02-15 05:09:17'),(2923,643,1,'2006-02-15 05:09:17'),(2924,643,1,'2006-02-15 05:09:17'),(2925,643,2,'2006-02-15 05:09:17'),(2926,643,2,'2006-02-15 05:09:17'),(2927,643,2,'2006-02-15 05:09:17'),(2928,644,1,'2006-02-15 05:09:17'),(2929,644,1,'2006-02-15 05:09:17'),(2930,644,1,'2006-02-15 05:09:17'),(2931,644,2,'2006-02-15 05:09:17'),(2932,644,2,'2006-02-15 05:09:17'),(2933,644,2,'2006-02-15 05:09:17'),(2934,644,2,'2006-02-15 05:09:17'),(2935,645,1,'2006-02-15 05:09:17'),(2936,645,1,'2006-02-15 05:09:17'),(2937,645,1,'2006-02-15 05:09:17'),(2938,645,2,'2006-02-15 05:09:17'),(2939,645,2,'2006-02-15 05:09:17'),(2940,645,2,'2006-02-15 05:09:17'),(2941,646,1,'2006-02-15 05:09:17'),(2942,646,1,'2006-02-15 05:09:17'),(2943,646,1,'2006-02-15 05:09:17'),(2944,646,2,'2006-02-15 05:09:17'),(2945,646,2,'2006-02-15 05:09:17'),(2946,647,1,'2006-02-15 05:09:17'),(2947,647,1,'2006-02-15 05:09:17'),(2948,647,1,'2006-02-15 05:09:17'),(2949,647,2,'2006-02-15 05:09:17'),(2950,647,2,'2006-02-15 05:09:17'),(2951,647,2,'2006-02-15 05:09:17'),(2952,648,1,'2006-02-15 05:09:17'),(2953,648,1,'2006-02-15 05:09:17'),(2954,648,1,'2006-02-15 05:09:17'),(2955,648,1,'2006-02-15 05:09:17'),(2956,648,2,'2006-02-15 05:09:17'),(2957,648,2,'2006-02-15 05:09:17'),(2958,649,1,'2006-02-15 05:09:17'),(2959,649,1,'2006-02-15 05:09:17'),(2960,649,2,'2006-02-15 05:09:17'),(2961,649,2,'2006-02-15 05:09:17'),(2962,649,2,'2006-02-15 05:09:17'),(2963,649,2,'2006-02-15 05:09:17'),(2964,650,1,'2006-02-15 05:09:17'),(2965,650,1,'2006-02-15 05:09:17'),(2966,650,2,'2006-02-15 05:09:17'),(2967,650,2,'2006-02-15 05:09:17'),(2968,650,2,'2006-02-15 05:09:17'),(2969,650,2,'2006-02-15 05:09:17'),(2970,651,1,'2006-02-15 05:09:17'),(2971,651,1,'2006-02-15 05:09:17'),(2972,651,2,'2006-02-15 05:09:17'),(2973,651,2,'2006-02-15 05:09:17'),(2974,651,2,'2006-02-15 05:09:17'),(2975,651,2,'2006-02-15 05:09:17'),(2976,652,1,'2006-02-15 05:09:17'),(2977,652,1,'2006-02-15 05:09:17'),(2978,652,1,'2006-02-15 05:09:17'),(2979,652,1,'2006-02-15 05:09:17'),(2980,653,1,'2006-02-15 05:09:17'),(2981,653,1,'2006-02-15 05:09:17'),(2982,654,1,'2006-02-15 05:09:17'),(2983,654,1,'2006-02-15 05:09:17'),(2984,654,2,'2006-02-15 05:09:17'),(2985,654,2,'2006-02-15 05:09:17'),(2986,655,1,'2006-02-15 05:09:17'),(2987,655,1,'2006-02-15 05:09:17'),(2988,655,1,'2006-02-15 05:09:17'),(2989,655,2,'2006-02-15 05:09:17'),(2990,655,2,'2006-02-15 05:09:17'),(2991,655,2,'2006-02-15 05:09:17'),(2992,656,2,'2006-02-15 05:09:17'),(2993,656,2,'2006-02-15 05:09:17'),(2994,657,1,'2006-02-15 05:09:17'),(2995,657,1,'2006-02-15 05:09:17'),(2996,657,1,'2006-02-15 05:09:17'),(2997,657,1,'2006-02-15 05:09:17'),(2998,657,2,'2006-02-15 05:09:17'),(2999,657,2,'2006-02-15 05:09:17'),(3000,658,2,'2006-02-15 05:09:17'),(3001,658,2,'2006-02-15 05:09:17'),(3002,658,2,'2006-02-15 05:09:17'),(3003,658,2,'2006-02-15 05:09:17'),(3004,659,2,'2006-02-15 05:09:17'),(3005,659,2,'2006-02-15 05:09:17'),(3006,660,1,'2006-02-15 05:09:17'),(3007,660,1,'2006-02-15 05:09:17'),(3008,660,2,'2006-02-15 05:09:17'),(3009,660,2,'2006-02-15 05:09:17'),(3010,661,1,'2006-02-15 05:09:17'),(3011,661,1,'2006-02-15 05:09:17'),(3012,661,1,'2006-02-15 05:09:17'),(3013,661,1,'2006-02-15 05:09:17'),(3014,662,1,'2006-02-15 05:09:17'),(3015,662,1,'2006-02-15 05:09:17'),(3016,662,2,'2006-02-15 05:09:17'),(3017,662,2,'2006-02-15 05:09:17'),(3018,663,1,'2006-02-15 05:09:17'),(3019,663,1,'2006-02-15 05:09:17'),(3020,663,1,'2006-02-15 05:09:17'),(3021,663,2,'2006-02-15 05:09:17'),(3022,663,2,'2006-02-15 05:09:17'),(3023,664,1,'2006-02-15 05:09:17'),(3024,664,1,'2006-02-15 05:09:17'),(3025,664,2,'2006-02-15 05:09:17'),(3026,664,2,'2006-02-15 05:09:17'),(3027,664,2,'2006-02-15 05:09:17'),(3028,665,1,'2006-02-15 05:09:17'),(3029,665,1,'2006-02-15 05:09:17'),(3030,665,1,'2006-02-15 05:09:17'),(3031,665,1,'2006-02-15 05:09:17'),(3032,665,2,'2006-02-15 05:09:17'),(3033,665,2,'2006-02-15 05:09:17'),(3034,665,2,'2006-02-15 05:09:17'),(3035,666,1,'2006-02-15 05:09:17'),(3036,666,1,'2006-02-15 05:09:17'),(3037,666,1,'2006-02-15 05:09:17'),(3038,666,2,'2006-02-15 05:09:17'),(3039,666,2,'2006-02-15 05:09:17'),(3040,667,1,'2006-02-15 05:09:17'),(3041,667,1,'2006-02-15 05:09:17'),(3042,667,2,'2006-02-15 05:09:17'),(3043,667,2,'2006-02-15 05:09:17'),(3044,668,1,'2006-02-15 05:09:17'),(3045,668,1,'2006-02-15 05:09:17'),(3046,668,2,'2006-02-15 05:09:17'),(3047,668,2,'2006-02-15 05:09:17'),(3048,668,2,'2006-02-15 05:09:17'),(3049,670,1,'2006-02-15 05:09:17'),(3050,670,1,'2006-02-15 05:09:17'),(3051,670,1,'2006-02-15 05:09:17'),(3052,670,1,'2006-02-15 05:09:17'),(3053,670,2,'2006-02-15 05:09:17'),(3054,670,2,'2006-02-15 05:09:17'),(3055,670,2,'2006-02-15 05:09:17'),(3056,672,1,'2006-02-15 05:09:17'),(3057,672,1,'2006-02-15 05:09:17'),(3058,672,2,'2006-02-15 05:09:17'),(3059,672,2,'2006-02-15 05:09:17'),(3060,672,2,'2006-02-15 05:09:17'),(3061,672,2,'2006-02-15 05:09:17'),(3062,673,1,'2006-02-15 05:09:17'),(3063,673,1,'2006-02-15 05:09:17'),(3064,673,2,'2006-02-15 05:09:17'),(3065,673,2,'2006-02-15 05:09:17'),(3066,674,1,'2006-02-15 05:09:17'),(3067,674,1,'2006-02-15 05:09:17'),(3068,674,1,'2006-02-15 05:09:17'),(3069,675,1,'2006-02-15 05:09:17'),(3070,675,1,'2006-02-15 05:09:17'),(3071,676,1,'2006-02-15 05:09:17'),(3072,676,1,'2006-02-15 05:09:17'),(3073,676,2,'2006-02-15 05:09:17'),(3074,676,2,'2006-02-15 05:09:17'),(3075,676,2,'2006-02-15 05:09:17'),(3076,676,2,'2006-02-15 05:09:17'),(3077,677,1,'2006-02-15 05:09:17'),(3078,677,1,'2006-02-15 05:09:17'),(3079,677,1,'2006-02-15 05:09:17'),(3080,677,2,'2006-02-15 05:09:17'),(3081,677,2,'2006-02-15 05:09:17'),(3082,677,2,'2006-02-15 05:09:17'),(3083,677,2,'2006-02-15 05:09:17'),(3084,678,1,'2006-02-15 05:09:17'),(3085,678,1,'2006-02-15 05:09:17'),(3086,678,1,'2006-02-15 05:09:17'),(3087,678,1,'2006-02-15 05:09:17'),(3088,679,1,'2006-02-15 05:09:17'),(3089,679,1,'2006-02-15 05:09:17'),(3090,679,2,'2006-02-15 05:09:17'),(3091,679,2,'2006-02-15 05:09:17'),(3092,680,1,'2006-02-15 05:09:17'),(3093,680,1,'2006-02-15 05:09:17'),(3094,680,2,'2006-02-15 05:09:17'),(3095,680,2,'2006-02-15 05:09:17'),(3096,680,2,'2006-02-15 05:09:17'),(3097,680,2,'2006-02-15 05:09:17'),(3098,681,1,'2006-02-15 05:09:17'),(3099,681,1,'2006-02-15 05:09:17'),(3100,681,1,'2006-02-15 05:09:17'),(3101,681,2,'2006-02-15 05:09:17'),(3102,681,2,'2006-02-15 05:09:17'),(3103,681,2,'2006-02-15 05:09:17'),(3104,682,1,'2006-02-15 05:09:17'),(3105,682,1,'2006-02-15 05:09:17'),(3106,682,1,'2006-02-15 05:09:17'),(3107,683,1,'2006-02-15 05:09:17'),(3108,683,1,'2006-02-15 05:09:17'),(3109,683,1,'2006-02-15 05:09:17'),(3110,683,1,'2006-02-15 05:09:17'),(3111,683,2,'2006-02-15 05:09:17'),(3112,683,2,'2006-02-15 05:09:17'),(3113,683,2,'2006-02-15 05:09:17'),(3114,683,2,'2006-02-15 05:09:17'),(3115,684,2,'2006-02-15 05:09:17'),(3116,684,2,'2006-02-15 05:09:17'),(3117,685,2,'2006-02-15 05:09:17'),(3118,685,2,'2006-02-15 05:09:17'),(3119,686,1,'2006-02-15 05:09:17'),(3120,686,1,'2006-02-15 05:09:17'),(3121,686,1,'2006-02-15 05:09:17'),(3122,686,1,'2006-02-15 05:09:17'),(3123,687,1,'2006-02-15 05:09:17'),(3124,687,1,'2006-02-15 05:09:17'),(3125,687,1,'2006-02-15 05:09:17'),(3126,687,2,'2006-02-15 05:09:17'),(3127,687,2,'2006-02-15 05:09:17'),(3128,687,2,'2006-02-15 05:09:17'),(3129,687,2,'2006-02-15 05:09:17'),(3130,688,2,'2006-02-15 05:09:17'),(3131,688,2,'2006-02-15 05:09:17'),(3132,688,2,'2006-02-15 05:09:17'),(3133,688,2,'2006-02-15 05:09:17'),(3134,689,1,'2006-02-15 05:09:17'),(3135,689,1,'2006-02-15 05:09:17'),(3136,689,1,'2006-02-15 05:09:17'),(3137,689,1,'2006-02-15 05:09:17'),(3138,689,2,'2006-02-15 05:09:17'),(3139,689,2,'2006-02-15 05:09:17'),(3140,690,1,'2006-02-15 05:09:17'),(3141,690,1,'2006-02-15 05:09:17'),(3142,690,1,'2006-02-15 05:09:17'),(3143,690,1,'2006-02-15 05:09:17'),(3144,690,2,'2006-02-15 05:09:17'),(3145,690,2,'2006-02-15 05:09:17'),(3146,691,1,'2006-02-15 05:09:17'),(3147,691,1,'2006-02-15 05:09:17'),(3148,691,1,'2006-02-15 05:09:17'),(3149,691,2,'2006-02-15 05:09:17'),(3150,691,2,'2006-02-15 05:09:17'),(3151,692,2,'2006-02-15 05:09:17'),(3152,692,2,'2006-02-15 05:09:17'),(3153,692,2,'2006-02-15 05:09:17'),(3154,693,1,'2006-02-15 05:09:17'),(3155,693,1,'2006-02-15 05:09:17'),(3156,693,2,'2006-02-15 05:09:17'),(3157,693,2,'2006-02-15 05:09:17'),(3158,693,2,'2006-02-15 05:09:17'),(3159,694,1,'2006-02-15 05:09:17'),(3160,694,1,'2006-02-15 05:09:17'),(3161,694,1,'2006-02-15 05:09:17'),(3162,694,1,'2006-02-15 05:09:17'),(3163,694,2,'2006-02-15 05:09:17'),(3164,694,2,'2006-02-15 05:09:17'),(3165,695,1,'2006-02-15 05:09:17'),(3166,695,1,'2006-02-15 05:09:17'),(3167,696,1,'2006-02-15 05:09:17'),(3168,696,1,'2006-02-15 05:09:17'),(3169,696,2,'2006-02-15 05:09:17'),(3170,696,2,'2006-02-15 05:09:17'),(3171,696,2,'2006-02-15 05:09:17'),(3172,697,1,'2006-02-15 05:09:17'),(3173,697,1,'2006-02-15 05:09:17'),(3174,697,1,'2006-02-15 05:09:17'),(3175,697,1,'2006-02-15 05:09:17'),(3176,697,2,'2006-02-15 05:09:17'),(3177,697,2,'2006-02-15 05:09:17'),(3178,697,2,'2006-02-15 05:09:17'),(3179,697,2,'2006-02-15 05:09:17'),(3180,698,1,'2006-02-15 05:09:17'),(3181,698,1,'2006-02-15 05:09:17'),(3182,698,1,'2006-02-15 05:09:17'),(3183,698,1,'2006-02-15 05:09:17'),(3184,698,2,'2006-02-15 05:09:17'),(3185,698,2,'2006-02-15 05:09:17'),(3186,698,2,'2006-02-15 05:09:17'),(3187,699,1,'2006-02-15 05:09:17'),(3188,699,1,'2006-02-15 05:09:17'),(3189,700,2,'2006-02-15 05:09:17'),(3190,700,2,'2006-02-15 05:09:17'),(3191,700,2,'2006-02-15 05:09:17'),(3192,702,1,'2006-02-15 05:09:17'),(3193,702,1,'2006-02-15 05:09:17'),(3194,702,1,'2006-02-15 05:09:17'),(3195,702,1,'2006-02-15 05:09:17'),(3196,702,2,'2006-02-15 05:09:17'),(3197,702,2,'2006-02-15 05:09:17'),(3198,702,2,'2006-02-15 05:09:17'),(3199,702,2,'2006-02-15 05:09:17'),(3200,703,2,'2006-02-15 05:09:17'),(3201,703,2,'2006-02-15 05:09:17'),(3202,704,1,'2006-02-15 05:09:17'),(3203,704,1,'2006-02-15 05:09:17'),(3204,704,2,'2006-02-15 05:09:17'),(3205,704,2,'2006-02-15 05:09:17'),(3206,704,2,'2006-02-15 05:09:17'),(3207,705,1,'2006-02-15 05:09:17'),(3208,705,1,'2006-02-15 05:09:17'),(3209,705,1,'2006-02-15 05:09:17'),(3210,705,1,'2006-02-15 05:09:17'),(3211,706,1,'2006-02-15 05:09:17'),(3212,706,1,'2006-02-15 05:09:17'),(3213,706,2,'2006-02-15 05:09:17'),(3214,706,2,'2006-02-15 05:09:17'),(3215,706,2,'2006-02-15 05:09:17'),(3216,706,2,'2006-02-15 05:09:17'),(3217,707,1,'2006-02-15 05:09:17'),(3218,707,1,'2006-02-15 05:09:17'),(3219,707,2,'2006-02-15 05:09:17'),(3220,707,2,'2006-02-15 05:09:17'),(3221,707,2,'2006-02-15 05:09:17'),(3222,707,2,'2006-02-15 05:09:17'),(3223,708,1,'2006-02-15 05:09:17'),(3224,708,1,'2006-02-15 05:09:17'),(3225,708,2,'2006-02-15 05:09:17'),(3226,708,2,'2006-02-15 05:09:17'),(3227,709,1,'2006-02-15 05:09:17'),(3228,709,1,'2006-02-15 05:09:17'),(3229,709,2,'2006-02-15 05:09:17'),(3230,709,2,'2006-02-15 05:09:17'),(3231,709,2,'2006-02-15 05:09:17'),(3232,709,2,'2006-02-15 05:09:17'),(3233,710,1,'2006-02-15 05:09:17'),(3234,710,1,'2006-02-15 05:09:17'),(3235,710,1,'2006-02-15 05:09:17'),(3236,710,1,'2006-02-15 05:09:17'),(3237,710,2,'2006-02-15 05:09:17'),(3238,710,2,'2006-02-15 05:09:17'),(3239,711,2,'2006-02-15 05:09:17'),(3240,711,2,'2006-02-15 05:09:17'),(3241,711,2,'2006-02-15 05:09:17'),(3242,711,2,'2006-02-15 05:09:17'),(3243,714,2,'2006-02-15 05:09:17'),(3244,714,2,'2006-02-15 05:09:17'),(3245,714,2,'2006-02-15 05:09:17'),(3246,715,1,'2006-02-15 05:09:17'),(3247,715,1,'2006-02-15 05:09:17'),(3248,715,1,'2006-02-15 05:09:17'),(3249,715,1,'2006-02-15 05:09:17'),(3250,715,2,'2006-02-15 05:09:17'),(3251,715,2,'2006-02-15 05:09:17'),(3252,715,2,'2006-02-15 05:09:17'),(3253,716,1,'2006-02-15 05:09:17'),(3254,716,1,'2006-02-15 05:09:17'),(3255,716,2,'2006-02-15 05:09:17'),(3256,716,2,'2006-02-15 05:09:17'),(3257,716,2,'2006-02-15 05:09:17'),(3258,717,1,'2006-02-15 05:09:17'),(3259,717,1,'2006-02-15 05:09:17'),(3260,717,2,'2006-02-15 05:09:17'),(3261,717,2,'2006-02-15 05:09:17'),(3262,718,2,'2006-02-15 05:09:17'),(3263,718,2,'2006-02-15 05:09:17'),(3264,719,1,'2006-02-15 05:09:17'),(3265,719,1,'2006-02-15 05:09:17'),(3266,720,1,'2006-02-15 05:09:17'),(3267,720,1,'2006-02-15 05:09:17'),(3268,720,1,'2006-02-15 05:09:17'),(3269,720,2,'2006-02-15 05:09:17'),(3270,720,2,'2006-02-15 05:09:17'),(3271,720,2,'2006-02-15 05:09:17'),(3272,720,2,'2006-02-15 05:09:17'),(3273,721,1,'2006-02-15 05:09:17'),(3274,721,1,'2006-02-15 05:09:17'),(3275,722,1,'2006-02-15 05:09:17'),(3276,722,1,'2006-02-15 05:09:17'),(3277,722,2,'2006-02-15 05:09:17'),(3278,722,2,'2006-02-15 05:09:17'),(3279,723,1,'2006-02-15 05:09:17'),(3280,723,1,'2006-02-15 05:09:17'),(3281,723,1,'2006-02-15 05:09:17'),(3282,723,1,'2006-02-15 05:09:17'),(3283,723,2,'2006-02-15 05:09:17'),(3284,723,2,'2006-02-15 05:09:17'),(3285,723,2,'2006-02-15 05:09:17'),(3286,724,1,'2006-02-15 05:09:17'),(3287,724,1,'2006-02-15 05:09:17'),(3288,724,2,'2006-02-15 05:09:17'),(3289,724,2,'2006-02-15 05:09:17'),(3290,724,2,'2006-02-15 05:09:17'),(3291,724,2,'2006-02-15 05:09:17'),(3292,725,1,'2006-02-15 05:09:17'),(3293,725,1,'2006-02-15 05:09:17'),(3294,725,1,'2006-02-15 05:09:17'),(3295,725,2,'2006-02-15 05:09:17'),(3296,725,2,'2006-02-15 05:09:17'),(3297,725,2,'2006-02-15 05:09:17'),(3298,726,2,'2006-02-15 05:09:17'),(3299,726,2,'2006-02-15 05:09:17'),(3300,726,2,'2006-02-15 05:09:17'),(3301,727,1,'2006-02-15 05:09:17'),(3302,727,1,'2006-02-15 05:09:17'),(3303,727,2,'2006-02-15 05:09:17'),(3304,727,2,'2006-02-15 05:09:17'),(3305,727,2,'2006-02-15 05:09:17'),(3306,728,1,'2006-02-15 05:09:17'),(3307,728,1,'2006-02-15 05:09:17'),(3308,728,1,'2006-02-15 05:09:17'),(3309,728,2,'2006-02-15 05:09:17'),(3310,728,2,'2006-02-15 05:09:17'),(3311,729,2,'2006-02-15 05:09:17'),(3312,729,2,'2006-02-15 05:09:17'),(3313,729,2,'2006-02-15 05:09:17'),(3314,729,2,'2006-02-15 05:09:17'),(3315,730,1,'2006-02-15 05:09:17'),(3316,730,1,'2006-02-15 05:09:17'),(3317,730,1,'2006-02-15 05:09:17'),(3318,730,1,'2006-02-15 05:09:17'),(3319,730,2,'2006-02-15 05:09:17'),(3320,730,2,'2006-02-15 05:09:17'),(3321,730,2,'2006-02-15 05:09:17'),(3322,730,2,'2006-02-15 05:09:17'),(3323,731,2,'2006-02-15 05:09:17'),(3324,731,2,'2006-02-15 05:09:17'),(3325,731,2,'2006-02-15 05:09:17'),(3326,732,1,'2006-02-15 05:09:17'),(3327,732,1,'2006-02-15 05:09:17'),(3328,732,1,'2006-02-15 05:09:17'),(3329,732,1,'2006-02-15 05:09:17'),(3330,733,1,'2006-02-15 05:09:17'),(3331,733,1,'2006-02-15 05:09:17'),(3332,733,1,'2006-02-15 05:09:17'),(3333,733,1,'2006-02-15 05:09:17'),(3334,733,2,'2006-02-15 05:09:17'),(3335,733,2,'2006-02-15 05:09:17'),(3336,733,2,'2006-02-15 05:09:17'),(3337,734,1,'2006-02-15 05:09:17'),(3338,734,1,'2006-02-15 05:09:17'),(3339,734,2,'2006-02-15 05:09:17'),(3340,734,2,'2006-02-15 05:09:17'),(3341,734,2,'2006-02-15 05:09:17'),(3342,734,2,'2006-02-15 05:09:17'),(3343,735,1,'2006-02-15 05:09:17'),(3344,735,1,'2006-02-15 05:09:17'),(3345,735,1,'2006-02-15 05:09:17'),(3346,735,2,'2006-02-15 05:09:17'),(3347,735,2,'2006-02-15 05:09:17'),(3348,735,2,'2006-02-15 05:09:17'),(3349,735,2,'2006-02-15 05:09:17'),(3350,736,1,'2006-02-15 05:09:17'),(3351,736,1,'2006-02-15 05:09:17'),(3352,736,1,'2006-02-15 05:09:17'),(3353,736,1,'2006-02-15 05:09:17'),(3354,737,1,'2006-02-15 05:09:17'),(3355,737,1,'2006-02-15 05:09:17'),(3356,737,2,'2006-02-15 05:09:17'),(3357,737,2,'2006-02-15 05:09:17'),(3358,737,2,'2006-02-15 05:09:17'),(3359,737,2,'2006-02-15 05:09:17'),(3360,738,1,'2006-02-15 05:09:17'),(3361,738,1,'2006-02-15 05:09:17'),(3362,738,1,'2006-02-15 05:09:17'),(3363,738,1,'2006-02-15 05:09:17'),(3364,738,2,'2006-02-15 05:09:17'),(3365,738,2,'2006-02-15 05:09:17'),(3366,738,2,'2006-02-15 05:09:17'),(3367,738,2,'2006-02-15 05:09:17'),(3368,739,1,'2006-02-15 05:09:17'),(3369,739,1,'2006-02-15 05:09:17'),(3370,739,2,'2006-02-15 05:09:17'),(3371,739,2,'2006-02-15 05:09:17'),(3372,739,2,'2006-02-15 05:09:17'),(3373,740,2,'2006-02-15 05:09:17'),(3374,740,2,'2006-02-15 05:09:17'),(3375,740,2,'2006-02-15 05:09:17'),(3376,741,1,'2006-02-15 05:09:17'),(3377,741,1,'2006-02-15 05:09:17'),(3378,741,1,'2006-02-15 05:09:17'),(3379,741,1,'2006-02-15 05:09:17'),(3380,741,2,'2006-02-15 05:09:17'),(3381,741,2,'2006-02-15 05:09:17'),(3382,743,1,'2006-02-15 05:09:17'),(3383,743,1,'2006-02-15 05:09:17'),(3384,743,2,'2006-02-15 05:09:17'),(3385,743,2,'2006-02-15 05:09:17'),(3386,743,2,'2006-02-15 05:09:17'),(3387,743,2,'2006-02-15 05:09:17'),(3388,744,1,'2006-02-15 05:09:17'),(3389,744,1,'2006-02-15 05:09:17'),(3390,744,2,'2006-02-15 05:09:17'),(3391,744,2,'2006-02-15 05:09:17'),(3392,744,2,'2006-02-15 05:09:17'),(3393,745,1,'2006-02-15 05:09:17'),(3394,745,1,'2006-02-15 05:09:17'),(3395,745,1,'2006-02-15 05:09:17'),(3396,745,1,'2006-02-15 05:09:17'),(3397,745,2,'2006-02-15 05:09:17'),(3398,745,2,'2006-02-15 05:09:17'),(3399,745,2,'2006-02-15 05:09:17'),(3400,745,2,'2006-02-15 05:09:17'),(3401,746,1,'2006-02-15 05:09:17'),(3402,746,1,'2006-02-15 05:09:17'),(3403,746,2,'2006-02-15 05:09:17'),(3404,746,2,'2006-02-15 05:09:17'),(3405,746,2,'2006-02-15 05:09:17'),(3406,747,1,'2006-02-15 05:09:17'),(3407,747,1,'2006-02-15 05:09:17'),(3408,747,2,'2006-02-15 05:09:17'),(3409,747,2,'2006-02-15 05:09:17'),(3410,747,2,'2006-02-15 05:09:17'),(3411,748,1,'2006-02-15 05:09:17'),(3412,748,1,'2006-02-15 05:09:17'),(3413,748,1,'2006-02-15 05:09:17'),(3414,748,1,'2006-02-15 05:09:17'),(3415,748,2,'2006-02-15 05:09:17'),(3416,748,2,'2006-02-15 05:09:17'),(3417,748,2,'2006-02-15 05:09:17'),(3418,748,2,'2006-02-15 05:09:17'),(3419,749,1,'2006-02-15 05:09:17'),(3420,749,1,'2006-02-15 05:09:17'),(3421,749,2,'2006-02-15 05:09:17'),(3422,749,2,'2006-02-15 05:09:17'),(3423,750,1,'2006-02-15 05:09:17'),(3424,750,1,'2006-02-15 05:09:17'),(3425,750,1,'2006-02-15 05:09:17'),(3426,751,2,'2006-02-15 05:09:17'),(3427,751,2,'2006-02-15 05:09:17'),(3428,752,2,'2006-02-15 05:09:17'),(3429,752,2,'2006-02-15 05:09:17'),(3430,752,2,'2006-02-15 05:09:17'),(3431,753,1,'2006-02-15 05:09:17'),(3432,753,1,'2006-02-15 05:09:17'),(3433,753,1,'2006-02-15 05:09:17'),(3434,753,1,'2006-02-15 05:09:17'),(3435,753,2,'2006-02-15 05:09:17'),(3436,753,2,'2006-02-15 05:09:17'),(3437,753,2,'2006-02-15 05:09:17'),(3438,753,2,'2006-02-15 05:09:17'),(3439,754,2,'2006-02-15 05:09:17'),(3440,754,2,'2006-02-15 05:09:17'),(3441,755,1,'2006-02-15 05:09:17'),(3442,755,1,'2006-02-15 05:09:17'),(3443,755,1,'2006-02-15 05:09:17'),(3444,755,1,'2006-02-15 05:09:17'),(3445,755,2,'2006-02-15 05:09:17'),(3446,755,2,'2006-02-15 05:09:17'),(3447,755,2,'2006-02-15 05:09:17'),(3448,756,2,'2006-02-15 05:09:17'),(3449,756,2,'2006-02-15 05:09:17'),(3450,756,2,'2006-02-15 05:09:17'),(3451,757,1,'2006-02-15 05:09:17'),(3452,757,1,'2006-02-15 05:09:17'),(3453,757,1,'2006-02-15 05:09:17'),(3454,757,2,'2006-02-15 05:09:17'),(3455,757,2,'2006-02-15 05:09:17'),(3456,758,2,'2006-02-15 05:09:17'),(3457,758,2,'2006-02-15 05:09:17'),(3458,758,2,'2006-02-15 05:09:17'),(3459,759,1,'2006-02-15 05:09:17'),(3460,759,1,'2006-02-15 05:09:17'),(3461,759,2,'2006-02-15 05:09:17'),(3462,759,2,'2006-02-15 05:09:17'),(3463,759,2,'2006-02-15 05:09:17'),(3464,759,2,'2006-02-15 05:09:17'),(3465,760,1,'2006-02-15 05:09:17'),(3466,760,1,'2006-02-15 05:09:17'),(3467,760,1,'2006-02-15 05:09:17'),(3468,760,2,'2006-02-15 05:09:17'),(3469,760,2,'2006-02-15 05:09:17'),(3470,760,2,'2006-02-15 05:09:17'),(3471,760,2,'2006-02-15 05:09:17'),(3472,761,2,'2006-02-15 05:09:17'),(3473,761,2,'2006-02-15 05:09:17'),(3474,761,2,'2006-02-15 05:09:17'),(3475,762,2,'2006-02-15 05:09:17'),(3476,762,2,'2006-02-15 05:09:17'),(3477,762,2,'2006-02-15 05:09:17'),(3478,762,2,'2006-02-15 05:09:17'),(3479,763,1,'2006-02-15 05:09:17'),(3480,763,1,'2006-02-15 05:09:17'),(3481,763,1,'2006-02-15 05:09:17'),(3482,763,2,'2006-02-15 05:09:17'),(3483,763,2,'2006-02-15 05:09:17'),(3484,764,1,'2006-02-15 05:09:17'),(3485,764,1,'2006-02-15 05:09:17'),(3486,764,1,'2006-02-15 05:09:17'),(3487,764,1,'2006-02-15 05:09:17'),(3488,764,2,'2006-02-15 05:09:17'),(3489,764,2,'2006-02-15 05:09:17'),(3490,764,2,'2006-02-15 05:09:17'),(3491,764,2,'2006-02-15 05:09:17'),(3492,765,1,'2006-02-15 05:09:17'),(3493,765,1,'2006-02-15 05:09:17'),(3494,765,1,'2006-02-15 05:09:17'),(3495,765,1,'2006-02-15 05:09:17'),(3496,766,1,'2006-02-15 05:09:17'),(3497,766,1,'2006-02-15 05:09:17'),(3498,766,1,'2006-02-15 05:09:17'),(3499,767,1,'2006-02-15 05:09:17'),(3500,767,1,'2006-02-15 05:09:17'),(3501,767,1,'2006-02-15 05:09:17'),(3502,767,1,'2006-02-15 05:09:17'),(3503,767,2,'2006-02-15 05:09:17'),(3504,767,2,'2006-02-15 05:09:17'),(3505,767,2,'2006-02-15 05:09:17'),(3506,767,2,'2006-02-15 05:09:17'),(3507,768,1,'2006-02-15 05:09:17'),(3508,768,1,'2006-02-15 05:09:17'),(3509,768,1,'2006-02-15 05:09:17'),(3510,768,2,'2006-02-15 05:09:17'),(3511,768,2,'2006-02-15 05:09:17'),(3512,768,2,'2006-02-15 05:09:17'),(3513,769,2,'2006-02-15 05:09:17'),(3514,769,2,'2006-02-15 05:09:17'),(3515,770,2,'2006-02-15 05:09:17'),(3516,770,2,'2006-02-15 05:09:17'),(3517,770,2,'2006-02-15 05:09:17'),(3518,771,1,'2006-02-15 05:09:17'),(3519,771,1,'2006-02-15 05:09:17'),(3520,771,1,'2006-02-15 05:09:17'),(3521,771,2,'2006-02-15 05:09:17'),(3522,771,2,'2006-02-15 05:09:17'),(3523,771,2,'2006-02-15 05:09:17'),(3524,771,2,'2006-02-15 05:09:17'),(3525,772,1,'2006-02-15 05:09:17'),(3526,772,1,'2006-02-15 05:09:17'),(3527,772,1,'2006-02-15 05:09:17'),(3528,772,1,'2006-02-15 05:09:17'),(3529,772,2,'2006-02-15 05:09:17'),(3530,772,2,'2006-02-15 05:09:17'),(3531,773,1,'2006-02-15 05:09:17'),(3532,773,1,'2006-02-15 05:09:17'),(3533,773,1,'2006-02-15 05:09:17'),(3534,773,1,'2006-02-15 05:09:17'),(3535,773,2,'2006-02-15 05:09:17'),(3536,773,2,'2006-02-15 05:09:17'),(3537,773,2,'2006-02-15 05:09:17'),(3538,773,2,'2006-02-15 05:09:17'),(3539,774,1,'2006-02-15 05:09:17'),(3540,774,1,'2006-02-15 05:09:17'),(3541,774,1,'2006-02-15 05:09:17'),(3542,774,1,'2006-02-15 05:09:17'),(3543,775,1,'2006-02-15 05:09:17'),(3544,775,1,'2006-02-15 05:09:17'),(3545,775,1,'2006-02-15 05:09:17'),(3546,775,2,'2006-02-15 05:09:17'),(3547,775,2,'2006-02-15 05:09:17'),(3548,776,1,'2006-02-15 05:09:17'),(3549,776,1,'2006-02-15 05:09:17'),(3550,776,2,'2006-02-15 05:09:17'),(3551,776,2,'2006-02-15 05:09:17'),(3552,776,2,'2006-02-15 05:09:17'),(3553,777,1,'2006-02-15 05:09:17'),(3554,777,1,'2006-02-15 05:09:17'),(3555,777,1,'2006-02-15 05:09:17'),(3556,777,2,'2006-02-15 05:09:17'),(3557,777,2,'2006-02-15 05:09:17'),(3558,777,2,'2006-02-15 05:09:17'),(3559,778,1,'2006-02-15 05:09:17'),(3560,778,1,'2006-02-15 05:09:17'),(3561,778,1,'2006-02-15 05:09:17'),(3562,778,1,'2006-02-15 05:09:17'),(3563,778,2,'2006-02-15 05:09:17'),(3564,778,2,'2006-02-15 05:09:17'),(3565,779,2,'2006-02-15 05:09:17'),(3566,779,2,'2006-02-15 05:09:17'),(3567,780,2,'2006-02-15 05:09:17'),(3568,780,2,'2006-02-15 05:09:17'),(3569,780,2,'2006-02-15 05:09:17'),(3570,781,2,'2006-02-15 05:09:17'),(3571,781,2,'2006-02-15 05:09:17'),(3572,782,1,'2006-02-15 05:09:17'),(3573,782,1,'2006-02-15 05:09:17'),(3574,782,1,'2006-02-15 05:09:17'),(3575,782,2,'2006-02-15 05:09:17'),(3576,782,2,'2006-02-15 05:09:17'),(3577,782,2,'2006-02-15 05:09:17'),(3578,783,1,'2006-02-15 05:09:17'),(3579,783,1,'2006-02-15 05:09:17'),(3580,783,1,'2006-02-15 05:09:17'),(3581,783,1,'2006-02-15 05:09:17'),(3582,784,1,'2006-02-15 05:09:17'),(3583,784,1,'2006-02-15 05:09:17'),(3584,784,1,'2006-02-15 05:09:17'),(3585,784,2,'2006-02-15 05:09:17'),(3586,784,2,'2006-02-15 05:09:17'),(3587,784,2,'2006-02-15 05:09:17'),(3588,785,1,'2006-02-15 05:09:17'),(3589,785,1,'2006-02-15 05:09:17'),(3590,785,1,'2006-02-15 05:09:17'),(3591,785,1,'2006-02-15 05:09:17'),(3592,785,2,'2006-02-15 05:09:17'),(3593,785,2,'2006-02-15 05:09:17'),(3594,786,1,'2006-02-15 05:09:17'),(3595,786,1,'2006-02-15 05:09:17'),(3596,786,1,'2006-02-15 05:09:17'),(3597,786,2,'2006-02-15 05:09:17'),(3598,786,2,'2006-02-15 05:09:17'),(3599,786,2,'2006-02-15 05:09:17'),(3600,786,2,'2006-02-15 05:09:17'),(3601,787,1,'2006-02-15 05:09:17'),(3602,787,1,'2006-02-15 05:09:17'),(3603,787,1,'2006-02-15 05:09:17'),(3604,788,1,'2006-02-15 05:09:17'),(3605,788,1,'2006-02-15 05:09:17'),(3606,788,2,'2006-02-15 05:09:17'),(3607,788,2,'2006-02-15 05:09:17'),(3608,789,1,'2006-02-15 05:09:17'),(3609,789,1,'2006-02-15 05:09:17'),(3610,789,1,'2006-02-15 05:09:17'),(3611,789,1,'2006-02-15 05:09:17'),(3612,789,2,'2006-02-15 05:09:17'),(3613,789,2,'2006-02-15 05:09:17'),(3614,789,2,'2006-02-15 05:09:17'),(3615,789,2,'2006-02-15 05:09:17'),(3616,790,1,'2006-02-15 05:09:17'),(3617,790,1,'2006-02-15 05:09:17'),(3618,790,1,'2006-02-15 05:09:17'),(3619,790,1,'2006-02-15 05:09:17'),(3620,790,2,'2006-02-15 05:09:17'),(3621,790,2,'2006-02-15 05:09:17'),(3622,790,2,'2006-02-15 05:09:17'),(3623,791,1,'2006-02-15 05:09:17'),(3624,791,1,'2006-02-15 05:09:17'),(3625,791,2,'2006-02-15 05:09:17'),(3626,791,2,'2006-02-15 05:09:17'),(3627,791,2,'2006-02-15 05:09:17'),(3628,791,2,'2006-02-15 05:09:17'),(3629,792,2,'2006-02-15 05:09:17'),(3630,792,2,'2006-02-15 05:09:17'),(3631,792,2,'2006-02-15 05:09:17'),(3632,793,1,'2006-02-15 05:09:17'),(3633,793,1,'2006-02-15 05:09:17'),(3634,793,1,'2006-02-15 05:09:17'),(3635,793,1,'2006-02-15 05:09:17'),(3636,794,1,'2006-02-15 05:09:17'),(3637,794,1,'2006-02-15 05:09:17'),(3638,794,2,'2006-02-15 05:09:17'),(3639,794,2,'2006-02-15 05:09:17'),(3640,795,1,'2006-02-15 05:09:17'),(3641,795,1,'2006-02-15 05:09:17'),(3642,795,1,'2006-02-15 05:09:17'),(3643,795,1,'2006-02-15 05:09:17'),(3644,796,1,'2006-02-15 05:09:17'),(3645,796,1,'2006-02-15 05:09:17'),(3646,796,2,'2006-02-15 05:09:17'),(3647,796,2,'2006-02-15 05:09:17'),(3648,796,2,'2006-02-15 05:09:17'),(3649,797,1,'2006-02-15 05:09:17'),(3650,797,1,'2006-02-15 05:09:17'),(3651,797,2,'2006-02-15 05:09:17'),(3652,797,2,'2006-02-15 05:09:17'),(3653,797,2,'2006-02-15 05:09:17'),(3654,798,1,'2006-02-15 05:09:17'),(3655,798,1,'2006-02-15 05:09:17'),(3656,798,2,'2006-02-15 05:09:17'),(3657,798,2,'2006-02-15 05:09:17'),(3658,799,1,'2006-02-15 05:09:17'),(3659,799,1,'2006-02-15 05:09:17'),(3660,800,1,'2006-02-15 05:09:17'),(3661,800,1,'2006-02-15 05:09:17'),(3662,800,2,'2006-02-15 05:09:17'),(3663,800,2,'2006-02-15 05:09:17'),(3664,800,2,'2006-02-15 05:09:17'),(3665,800,2,'2006-02-15 05:09:17'),(3666,803,1,'2006-02-15 05:09:17'),(3667,803,1,'2006-02-15 05:09:17'),(3668,803,1,'2006-02-15 05:09:17'),(3669,803,1,'2006-02-15 05:09:17'),(3670,803,2,'2006-02-15 05:09:17'),(3671,803,2,'2006-02-15 05:09:17'),(3672,804,1,'2006-02-15 05:09:17'),(3673,804,1,'2006-02-15 05:09:17'),(3674,804,1,'2006-02-15 05:09:17'),(3675,804,1,'2006-02-15 05:09:17'),(3676,804,2,'2006-02-15 05:09:17'),(3677,804,2,'2006-02-15 05:09:17'),(3678,804,2,'2006-02-15 05:09:17'),(3679,805,1,'2006-02-15 05:09:17'),(3680,805,1,'2006-02-15 05:09:17'),(3681,805,2,'2006-02-15 05:09:17'),(3682,805,2,'2006-02-15 05:09:17'),(3683,805,2,'2006-02-15 05:09:17'),(3684,806,1,'2006-02-15 05:09:17'),(3685,806,1,'2006-02-15 05:09:17'),(3686,806,1,'2006-02-15 05:09:17'),(3687,806,2,'2006-02-15 05:09:17'),(3688,806,2,'2006-02-15 05:09:17'),(3689,807,1,'2006-02-15 05:09:17'),(3690,807,1,'2006-02-15 05:09:17'),(3691,807,1,'2006-02-15 05:09:17'),(3692,807,2,'2006-02-15 05:09:17'),(3693,807,2,'2006-02-15 05:09:17'),(3694,808,2,'2006-02-15 05:09:17'),(3695,808,2,'2006-02-15 05:09:17'),(3696,809,2,'2006-02-15 05:09:17'),(3697,809,2,'2006-02-15 05:09:17'),(3698,809,2,'2006-02-15 05:09:17'),(3699,809,2,'2006-02-15 05:09:17'),(3700,810,1,'2006-02-15 05:09:17'),(3701,810,1,'2006-02-15 05:09:17'),(3702,810,1,'2006-02-15 05:09:17'),(3703,810,1,'2006-02-15 05:09:17'),(3704,810,2,'2006-02-15 05:09:17'),(3705,810,2,'2006-02-15 05:09:17'),(3706,810,2,'2006-02-15 05:09:17'),(3707,811,1,'2006-02-15 05:09:17'),(3708,811,1,'2006-02-15 05:09:17'),(3709,811,1,'2006-02-15 05:09:17'),(3710,812,1,'2006-02-15 05:09:17'),(3711,812,1,'2006-02-15 05:09:17'),(3712,812,1,'2006-02-15 05:09:17'),(3713,812,2,'2006-02-15 05:09:17'),(3714,812,2,'2006-02-15 05:09:17'),(3715,812,2,'2006-02-15 05:09:17'),(3716,813,2,'2006-02-15 05:09:17'),(3717,813,2,'2006-02-15 05:09:17'),(3718,813,2,'2006-02-15 05:09:17'),(3719,813,2,'2006-02-15 05:09:17'),(3720,814,1,'2006-02-15 05:09:17'),(3721,814,1,'2006-02-15 05:09:17'),(3722,814,1,'2006-02-15 05:09:17'),(3723,814,2,'2006-02-15 05:09:17'),(3724,814,2,'2006-02-15 05:09:17'),(3725,814,2,'2006-02-15 05:09:17'),(3726,814,2,'2006-02-15 05:09:17'),(3727,815,1,'2006-02-15 05:09:17'),(3728,815,1,'2006-02-15 05:09:17'),(3729,815,1,'2006-02-15 05:09:17'),(3730,816,1,'2006-02-15 05:09:17'),(3731,816,1,'2006-02-15 05:09:17'),(3732,816,1,'2006-02-15 05:09:17'),(3733,816,1,'2006-02-15 05:09:17'),(3734,816,2,'2006-02-15 05:09:17'),(3735,816,2,'2006-02-15 05:09:17'),(3736,816,2,'2006-02-15 05:09:17'),(3737,817,1,'2006-02-15 05:09:17'),(3738,817,1,'2006-02-15 05:09:17'),(3739,818,1,'2006-02-15 05:09:17'),(3740,818,1,'2006-02-15 05:09:17'),(3741,818,1,'2006-02-15 05:09:17'),(3742,818,2,'2006-02-15 05:09:17'),(3743,818,2,'2006-02-15 05:09:17'),(3744,819,1,'2006-02-15 05:09:17'),(3745,819,1,'2006-02-15 05:09:17'),(3746,819,1,'2006-02-15 05:09:17'),(3747,820,1,'2006-02-15 05:09:17'),(3748,820,1,'2006-02-15 05:09:17'),(3749,820,1,'2006-02-15 05:09:17'),(3750,820,1,'2006-02-15 05:09:17'),(3751,820,2,'2006-02-15 05:09:17'),(3752,820,2,'2006-02-15 05:09:17'),(3753,821,2,'2006-02-15 05:09:17'),(3754,821,2,'2006-02-15 05:09:17'),(3755,821,2,'2006-02-15 05:09:17'),(3756,821,2,'2006-02-15 05:09:17'),(3757,822,2,'2006-02-15 05:09:17'),(3758,822,2,'2006-02-15 05:09:17'),(3759,823,1,'2006-02-15 05:09:17'),(3760,823,1,'2006-02-15 05:09:17'),(3761,823,1,'2006-02-15 05:09:17'),(3762,823,2,'2006-02-15 05:09:17'),(3763,823,2,'2006-02-15 05:09:17'),(3764,823,2,'2006-02-15 05:09:17'),(3765,823,2,'2006-02-15 05:09:17'),(3766,824,2,'2006-02-15 05:09:17'),(3767,824,2,'2006-02-15 05:09:17'),(3768,824,2,'2006-02-15 05:09:17'),(3769,824,2,'2006-02-15 05:09:17'),(3770,825,1,'2006-02-15 05:09:17'),(3771,825,1,'2006-02-15 05:09:17'),(3772,825,1,'2006-02-15 05:09:17'),(3773,826,2,'2006-02-15 05:09:17'),(3774,826,2,'2006-02-15 05:09:17'),(3775,827,1,'2006-02-15 05:09:17'),(3776,827,1,'2006-02-15 05:09:17'),(3777,827,2,'2006-02-15 05:09:17'),(3778,827,2,'2006-02-15 05:09:17'),(3779,827,2,'2006-02-15 05:09:17'),(3780,827,2,'2006-02-15 05:09:17'),(3781,828,2,'2006-02-15 05:09:17'),(3782,828,2,'2006-02-15 05:09:17'),(3783,828,2,'2006-02-15 05:09:17'),(3784,828,2,'2006-02-15 05:09:17'),(3785,829,1,'2006-02-15 05:09:17'),(3786,829,1,'2006-02-15 05:09:17'),(3787,829,2,'2006-02-15 05:09:17'),(3788,829,2,'2006-02-15 05:09:17'),(3789,829,2,'2006-02-15 05:09:17'),(3790,830,2,'2006-02-15 05:09:17'),(3791,830,2,'2006-02-15 05:09:17'),(3792,830,2,'2006-02-15 05:09:17'),(3793,830,2,'2006-02-15 05:09:17'),(3794,831,1,'2006-02-15 05:09:17'),(3795,831,1,'2006-02-15 05:09:17'),(3796,831,1,'2006-02-15 05:09:17'),(3797,832,1,'2006-02-15 05:09:17'),(3798,832,1,'2006-02-15 05:09:17'),(3799,832,1,'2006-02-15 05:09:17'),(3800,832,1,'2006-02-15 05:09:17'),(3801,833,1,'2006-02-15 05:09:17'),(3802,833,1,'2006-02-15 05:09:17'),(3803,833,1,'2006-02-15 05:09:17'),(3804,833,2,'2006-02-15 05:09:17'),(3805,833,2,'2006-02-15 05:09:17'),(3806,833,2,'2006-02-15 05:09:17'),(3807,833,2,'2006-02-15 05:09:17'),(3808,834,2,'2006-02-15 05:09:17'),(3809,834,2,'2006-02-15 05:09:17'),(3810,834,2,'2006-02-15 05:09:17'),(3811,835,1,'2006-02-15 05:09:17'),(3812,835,1,'2006-02-15 05:09:17'),(3813,835,1,'2006-02-15 05:09:17'),(3814,835,1,'2006-02-15 05:09:17'),(3815,835,2,'2006-02-15 05:09:17'),(3816,835,2,'2006-02-15 05:09:17'),(3817,835,2,'2006-02-15 05:09:17'),(3818,835,2,'2006-02-15 05:09:17'),(3819,836,1,'2006-02-15 05:09:17'),(3820,836,1,'2006-02-15 05:09:17'),(3821,836,1,'2006-02-15 05:09:17'),(3822,837,2,'2006-02-15 05:09:17'),(3823,837,2,'2006-02-15 05:09:17'),(3824,837,2,'2006-02-15 05:09:17'),(3825,838,1,'2006-02-15 05:09:17'),(3826,838,1,'2006-02-15 05:09:17'),(3827,838,2,'2006-02-15 05:09:17'),(3828,838,2,'2006-02-15 05:09:17'),(3829,838,2,'2006-02-15 05:09:17'),(3830,838,2,'2006-02-15 05:09:17'),(3831,839,2,'2006-02-15 05:09:17'),(3832,839,2,'2006-02-15 05:09:17'),(3833,840,1,'2006-02-15 05:09:17'),(3834,840,1,'2006-02-15 05:09:17'),(3835,840,1,'2006-02-15 05:09:17'),(3836,840,1,'2006-02-15 05:09:17'),(3837,841,1,'2006-02-15 05:09:17'),(3838,841,1,'2006-02-15 05:09:17'),(3839,841,1,'2006-02-15 05:09:17'),(3840,841,2,'2006-02-15 05:09:17'),(3841,841,2,'2006-02-15 05:09:17'),(3842,841,2,'2006-02-15 05:09:17'),(3843,841,2,'2006-02-15 05:09:17'),(3844,842,1,'2006-02-15 05:09:17'),(3845,842,1,'2006-02-15 05:09:17'),(3846,842,2,'2006-02-15 05:09:17'),(3847,842,2,'2006-02-15 05:09:17'),(3848,843,1,'2006-02-15 05:09:17'),(3849,843,1,'2006-02-15 05:09:17'),(3850,843,1,'2006-02-15 05:09:17'),(3851,843,1,'2006-02-15 05:09:17'),(3852,843,2,'2006-02-15 05:09:17'),(3853,843,2,'2006-02-15 05:09:17'),(3854,843,2,'2006-02-15 05:09:17'),(3855,844,1,'2006-02-15 05:09:17'),(3856,844,1,'2006-02-15 05:09:17'),(3857,844,2,'2006-02-15 05:09:17'),(3858,844,2,'2006-02-15 05:09:17'),(3859,845,1,'2006-02-15 05:09:17'),(3860,845,1,'2006-02-15 05:09:17'),(3861,845,1,'2006-02-15 05:09:17'),(3862,845,1,'2006-02-15 05:09:17'),(3863,845,2,'2006-02-15 05:09:17'),(3864,845,2,'2006-02-15 05:09:17'),(3865,845,2,'2006-02-15 05:09:17'),(3866,846,1,'2006-02-15 05:09:17'),(3867,846,1,'2006-02-15 05:09:17'),(3868,846,1,'2006-02-15 05:09:17'),(3869,846,1,'2006-02-15 05:09:17'),(3870,846,2,'2006-02-15 05:09:17'),(3871,846,2,'2006-02-15 05:09:17'),(3872,846,2,'2006-02-15 05:09:17'),(3873,846,2,'2006-02-15 05:09:17'),(3874,847,2,'2006-02-15 05:09:17'),(3875,847,2,'2006-02-15 05:09:17'),(3876,847,2,'2006-02-15 05:09:17'),(3877,847,2,'2006-02-15 05:09:17'),(3878,848,1,'2006-02-15 05:09:17'),(3879,848,1,'2006-02-15 05:09:17'),(3880,848,1,'2006-02-15 05:09:17'),(3881,849,1,'2006-02-15 05:09:17'),(3882,849,1,'2006-02-15 05:09:17'),(3883,849,1,'2006-02-15 05:09:17'),(3884,849,1,'2006-02-15 05:09:17'),(3885,849,2,'2006-02-15 05:09:17'),(3886,849,2,'2006-02-15 05:09:17'),(3887,849,2,'2006-02-15 05:09:17'),(3888,849,2,'2006-02-15 05:09:17'),(3889,850,1,'2006-02-15 05:09:17'),(3890,850,1,'2006-02-15 05:09:17'),(3891,850,1,'2006-02-15 05:09:17'),(3892,850,2,'2006-02-15 05:09:17'),(3893,850,2,'2006-02-15 05:09:17'),(3894,850,2,'2006-02-15 05:09:17'),(3895,850,2,'2006-02-15 05:09:17'),(3896,851,1,'2006-02-15 05:09:17'),(3897,851,1,'2006-02-15 05:09:17'),(3898,851,1,'2006-02-15 05:09:17'),(3899,851,2,'2006-02-15 05:09:17'),(3900,851,2,'2006-02-15 05:09:17'),(3901,851,2,'2006-02-15 05:09:17'),(3902,852,1,'2006-02-15 05:09:17'),(3903,852,1,'2006-02-15 05:09:17'),(3904,852,1,'2006-02-15 05:09:17'),(3905,852,1,'2006-02-15 05:09:17'),(3906,852,2,'2006-02-15 05:09:17'),(3907,852,2,'2006-02-15 05:09:17'),(3908,852,2,'2006-02-15 05:09:17'),(3909,853,1,'2006-02-15 05:09:17'),(3910,853,1,'2006-02-15 05:09:17'),(3911,853,1,'2006-02-15 05:09:17'),(3912,854,2,'2006-02-15 05:09:17'),(3913,854,2,'2006-02-15 05:09:17'),(3914,854,2,'2006-02-15 05:09:17'),(3915,854,2,'2006-02-15 05:09:17'),(3916,855,1,'2006-02-15 05:09:17'),(3917,855,1,'2006-02-15 05:09:17'),(3918,855,2,'2006-02-15 05:09:17'),(3919,855,2,'2006-02-15 05:09:17'),(3920,856,1,'2006-02-15 05:09:17'),(3921,856,1,'2006-02-15 05:09:17'),(3922,856,1,'2006-02-15 05:09:17'),(3923,856,1,'2006-02-15 05:09:17'),(3924,856,2,'2006-02-15 05:09:17'),(3925,856,2,'2006-02-15 05:09:17'),(3926,856,2,'2006-02-15 05:09:17'),(3927,856,2,'2006-02-15 05:09:17'),(3928,857,1,'2006-02-15 05:09:17'),(3929,857,1,'2006-02-15 05:09:17'),(3930,857,1,'2006-02-15 05:09:17'),(3931,857,2,'2006-02-15 05:09:17'),(3932,857,2,'2006-02-15 05:09:17'),(3933,857,2,'2006-02-15 05:09:17'),(3934,857,2,'2006-02-15 05:09:17'),(3935,858,2,'2006-02-15 05:09:17'),(3936,858,2,'2006-02-15 05:09:17'),(3937,858,2,'2006-02-15 05:09:17'),(3938,858,2,'2006-02-15 05:09:17'),(3939,859,1,'2006-02-15 05:09:17'),(3940,859,1,'2006-02-15 05:09:17'),(3941,859,1,'2006-02-15 05:09:17'),(3942,859,2,'2006-02-15 05:09:17'),(3943,859,2,'2006-02-15 05:09:17'),(3944,859,2,'2006-02-15 05:09:17'),(3945,861,1,'2006-02-15 05:09:17'),(3946,861,1,'2006-02-15 05:09:17'),(3947,861,1,'2006-02-15 05:09:17'),(3948,861,2,'2006-02-15 05:09:17'),(3949,861,2,'2006-02-15 05:09:17'),(3950,861,2,'2006-02-15 05:09:17'),(3951,862,1,'2006-02-15 05:09:17'),(3952,862,1,'2006-02-15 05:09:17'),(3953,862,1,'2006-02-15 05:09:17'),(3954,862,2,'2006-02-15 05:09:17'),(3955,862,2,'2006-02-15 05:09:17'),(3956,863,1,'2006-02-15 05:09:17'),(3957,863,1,'2006-02-15 05:09:17'),(3958,863,1,'2006-02-15 05:09:17'),(3959,863,1,'2006-02-15 05:09:17'),(3960,863,2,'2006-02-15 05:09:17'),(3961,863,2,'2006-02-15 05:09:17'),(3962,863,2,'2006-02-15 05:09:17'),(3963,864,1,'2006-02-15 05:09:17'),(3964,864,1,'2006-02-15 05:09:17'),(3965,864,1,'2006-02-15 05:09:17'),(3966,864,1,'2006-02-15 05:09:17'),(3967,864,2,'2006-02-15 05:09:17'),(3968,864,2,'2006-02-15 05:09:17'),(3969,865,1,'2006-02-15 05:09:17'),(3970,865,1,'2006-02-15 05:09:17'),(3971,865,1,'2006-02-15 05:09:17'),(3972,865,1,'2006-02-15 05:09:17'),(3973,865,2,'2006-02-15 05:09:17'),(3974,865,2,'2006-02-15 05:09:17'),(3975,866,2,'2006-02-15 05:09:17'),(3976,866,2,'2006-02-15 05:09:17'),(3977,867,1,'2006-02-15 05:09:17'),(3978,867,1,'2006-02-15 05:09:17'),(3979,867,1,'2006-02-15 05:09:17'),(3980,867,1,'2006-02-15 05:09:17'),(3981,868,1,'2006-02-15 05:09:17'),(3982,868,1,'2006-02-15 05:09:17'),(3983,868,1,'2006-02-15 05:09:17'),(3984,869,1,'2006-02-15 05:09:17'),(3985,869,1,'2006-02-15 05:09:17'),(3986,869,1,'2006-02-15 05:09:17'),(3987,869,1,'2006-02-15 05:09:17'),(3988,869,2,'2006-02-15 05:09:17'),(3989,869,2,'2006-02-15 05:09:17'),(3990,869,2,'2006-02-15 05:09:17'),(3991,870,1,'2006-02-15 05:09:17'),(3992,870,1,'2006-02-15 05:09:17'),(3993,870,1,'2006-02-15 05:09:17'),(3994,870,1,'2006-02-15 05:09:17'),(3995,870,2,'2006-02-15 05:09:17'),(3996,870,2,'2006-02-15 05:09:17'),(3997,870,2,'2006-02-15 05:09:17'),(3998,870,2,'2006-02-15 05:09:17'),(3999,871,1,'2006-02-15 05:09:17'),(4000,871,1,'2006-02-15 05:09:17'),(4001,871,2,'2006-02-15 05:09:17'),(4002,871,2,'2006-02-15 05:09:17'),(4003,871,2,'2006-02-15 05:09:17'),(4004,872,2,'2006-02-15 05:09:17'),(4005,872,2,'2006-02-15 05:09:17'),(4006,872,2,'2006-02-15 05:09:17'),(4007,873,1,'2006-02-15 05:09:17'),(4008,873,1,'2006-02-15 05:09:17'),(4009,873,1,'2006-02-15 05:09:17'),(4010,873,1,'2006-02-15 05:09:17'),(4011,873,2,'2006-02-15 05:09:17'),(4012,873,2,'2006-02-15 05:09:17'),(4013,873,2,'2006-02-15 05:09:17'),(4014,873,2,'2006-02-15 05:09:17'),(4015,875,1,'2006-02-15 05:09:17'),(4016,875,1,'2006-02-15 05:09:17'),(4017,875,1,'2006-02-15 05:09:17'),(4018,875,2,'2006-02-15 05:09:17'),(4019,875,2,'2006-02-15 05:09:17'),(4020,875,2,'2006-02-15 05:09:17'),(4021,875,2,'2006-02-15 05:09:17'),(4022,876,1,'2006-02-15 05:09:17'),(4023,876,1,'2006-02-15 05:09:17'),(4024,877,1,'2006-02-15 05:09:17'),(4025,877,1,'2006-02-15 05:09:17'),(4026,877,1,'2006-02-15 05:09:17'),(4027,877,2,'2006-02-15 05:09:17'),(4028,877,2,'2006-02-15 05:09:17'),(4029,878,2,'2006-02-15 05:09:17'),(4030,878,2,'2006-02-15 05:09:17'),(4031,878,2,'2006-02-15 05:09:17'),(4032,878,2,'2006-02-15 05:09:17'),(4033,879,1,'2006-02-15 05:09:17'),(4034,879,1,'2006-02-15 05:09:17'),(4035,879,1,'2006-02-15 05:09:17'),(4036,879,1,'2006-02-15 05:09:17'),(4037,879,2,'2006-02-15 05:09:17'),(4038,879,2,'2006-02-15 05:09:17'),(4039,879,2,'2006-02-15 05:09:17'),(4040,880,1,'2006-02-15 05:09:17'),(4041,880,1,'2006-02-15 05:09:17'),(4042,880,1,'2006-02-15 05:09:17'),(4043,880,1,'2006-02-15 05:09:17'),(4044,880,2,'2006-02-15 05:09:17'),(4045,880,2,'2006-02-15 05:09:17'),(4046,880,2,'2006-02-15 05:09:17'),(4047,880,2,'2006-02-15 05:09:17'),(4048,881,2,'2006-02-15 05:09:17'),(4049,881,2,'2006-02-15 05:09:17'),(4050,881,2,'2006-02-15 05:09:17'),(4051,881,2,'2006-02-15 05:09:17'),(4052,882,1,'2006-02-15 05:09:17'),(4053,882,1,'2006-02-15 05:09:17'),(4054,882,1,'2006-02-15 05:09:17'),(4055,882,1,'2006-02-15 05:09:17'),(4056,883,2,'2006-02-15 05:09:17'),(4057,883,2,'2006-02-15 05:09:17'),(4058,884,2,'2006-02-15 05:09:17'),(4059,884,2,'2006-02-15 05:09:17'),(4060,884,2,'2006-02-15 05:09:17'),(4061,885,1,'2006-02-15 05:09:17'),(4062,885,1,'2006-02-15 05:09:17'),(4063,886,1,'2006-02-15 05:09:17'),(4064,886,1,'2006-02-15 05:09:17'),(4065,886,1,'2006-02-15 05:09:17'),(4066,886,1,'2006-02-15 05:09:17'),(4067,887,1,'2006-02-15 05:09:17'),(4068,887,1,'2006-02-15 05:09:17'),(4069,887,1,'2006-02-15 05:09:17'),(4070,887,1,'2006-02-15 05:09:17'),(4071,887,2,'2006-02-15 05:09:17'),(4072,887,2,'2006-02-15 05:09:17'),(4073,888,1,'2006-02-15 05:09:17'),(4074,888,1,'2006-02-15 05:09:17'),(4075,888,1,'2006-02-15 05:09:17'),(4076,888,1,'2006-02-15 05:09:17'),(4077,889,1,'2006-02-15 05:09:17'),(4078,889,1,'2006-02-15 05:09:17'),(4079,889,1,'2006-02-15 05:09:17'),(4080,890,1,'2006-02-15 05:09:17'),(4081,890,1,'2006-02-15 05:09:17'),(4082,890,1,'2006-02-15 05:09:17'),(4083,890,2,'2006-02-15 05:09:17'),(4084,890,2,'2006-02-15 05:09:17'),(4085,890,2,'2006-02-15 05:09:17'),(4086,890,2,'2006-02-15 05:09:17'),(4087,891,1,'2006-02-15 05:09:17'),(4088,891,1,'2006-02-15 05:09:17'),(4089,891,1,'2006-02-15 05:09:17'),(4090,891,2,'2006-02-15 05:09:17'),(4091,891,2,'2006-02-15 05:09:17'),(4092,891,2,'2006-02-15 05:09:17'),(4093,891,2,'2006-02-15 05:09:17'),(4094,892,1,'2006-02-15 05:09:17'),(4095,892,1,'2006-02-15 05:09:17'),(4096,892,1,'2006-02-15 05:09:17'),(4097,892,2,'2006-02-15 05:09:17'),(4098,892,2,'2006-02-15 05:09:17'),(4099,892,2,'2006-02-15 05:09:17'),(4100,892,2,'2006-02-15 05:09:17'),(4101,893,1,'2006-02-15 05:09:17'),(4102,893,1,'2006-02-15 05:09:17'),(4103,893,1,'2006-02-15 05:09:17'),(4104,893,1,'2006-02-15 05:09:17'),(4105,893,2,'2006-02-15 05:09:17'),(4106,893,2,'2006-02-15 05:09:17'),(4107,893,2,'2006-02-15 05:09:17'),(4108,893,2,'2006-02-15 05:09:17'),(4109,894,1,'2006-02-15 05:09:17'),(4110,894,1,'2006-02-15 05:09:17'),(4111,894,1,'2006-02-15 05:09:17'),(4112,894,2,'2006-02-15 05:09:17'),(4113,894,2,'2006-02-15 05:09:17'),(4114,895,1,'2006-02-15 05:09:17'),(4115,895,1,'2006-02-15 05:09:17'),(4116,895,1,'2006-02-15 05:09:17'),(4117,895,1,'2006-02-15 05:09:17'),(4118,895,2,'2006-02-15 05:09:17'),(4119,895,2,'2006-02-15 05:09:17'),(4120,895,2,'2006-02-15 05:09:17'),(4121,896,1,'2006-02-15 05:09:17'),(4122,896,1,'2006-02-15 05:09:17'),(4123,896,2,'2006-02-15 05:09:17'),(4124,896,2,'2006-02-15 05:09:17'),(4125,897,1,'2006-02-15 05:09:17'),(4126,897,1,'2006-02-15 05:09:17'),(4127,897,1,'2006-02-15 05:09:17'),(4128,897,1,'2006-02-15 05:09:17'),(4129,897,2,'2006-02-15 05:09:17'),(4130,897,2,'2006-02-15 05:09:17'),(4131,897,2,'2006-02-15 05:09:17'),(4132,897,2,'2006-02-15 05:09:17'),(4133,898,1,'2006-02-15 05:09:17'),(4134,898,1,'2006-02-15 05:09:17'),(4135,898,1,'2006-02-15 05:09:17'),(4136,898,2,'2006-02-15 05:09:17'),(4137,898,2,'2006-02-15 05:09:17'),(4138,899,1,'2006-02-15 05:09:17'),(4139,899,1,'2006-02-15 05:09:17'),(4140,899,1,'2006-02-15 05:09:17'),(4141,900,1,'2006-02-15 05:09:17'),(4142,900,1,'2006-02-15 05:09:17'),(4143,900,2,'2006-02-15 05:09:17'),(4144,900,2,'2006-02-15 05:09:17'),(4145,901,1,'2006-02-15 05:09:17'),(4146,901,1,'2006-02-15 05:09:17'),(4147,901,1,'2006-02-15 05:09:17'),(4148,901,1,'2006-02-15 05:09:17'),(4149,901,2,'2006-02-15 05:09:17'),(4150,901,2,'2006-02-15 05:09:17'),(4151,901,2,'2006-02-15 05:09:17'),(4152,902,1,'2006-02-15 05:09:17'),(4153,902,1,'2006-02-15 05:09:17'),(4154,902,1,'2006-02-15 05:09:17'),(4155,902,1,'2006-02-15 05:09:17'),(4156,902,2,'2006-02-15 05:09:17'),(4157,902,2,'2006-02-15 05:09:17'),(4158,902,2,'2006-02-15 05:09:17'),(4159,903,2,'2006-02-15 05:09:17'),(4160,903,2,'2006-02-15 05:09:17'),(4161,904,1,'2006-02-15 05:09:17'),(4162,904,1,'2006-02-15 05:09:17'),(4163,905,1,'2006-02-15 05:09:17'),(4164,905,1,'2006-02-15 05:09:17'),(4165,905,1,'2006-02-15 05:09:17'),(4166,906,1,'2006-02-15 05:09:17'),(4167,906,1,'2006-02-15 05:09:17'),(4168,906,2,'2006-02-15 05:09:17'),(4169,906,2,'2006-02-15 05:09:17'),(4170,906,2,'2006-02-15 05:09:17'),(4171,907,1,'2006-02-15 05:09:17'),(4172,907,1,'2006-02-15 05:09:17'),(4173,907,1,'2006-02-15 05:09:17'),(4174,907,1,'2006-02-15 05:09:17'),(4175,908,1,'2006-02-15 05:09:17'),(4176,908,1,'2006-02-15 05:09:17'),(4177,908,2,'2006-02-15 05:09:17'),(4178,908,2,'2006-02-15 05:09:17'),(4179,910,2,'2006-02-15 05:09:17'),(4180,910,2,'2006-02-15 05:09:17'),(4181,911,1,'2006-02-15 05:09:17'),(4182,911,1,'2006-02-15 05:09:17'),(4183,911,1,'2006-02-15 05:09:17'),(4184,911,1,'2006-02-15 05:09:17'),(4185,911,2,'2006-02-15 05:09:17'),(4186,911,2,'2006-02-15 05:09:17'),(4187,911,2,'2006-02-15 05:09:17'),(4188,911,2,'2006-02-15 05:09:17'),(4189,912,1,'2006-02-15 05:09:17'),(4190,912,1,'2006-02-15 05:09:17'),(4191,912,1,'2006-02-15 05:09:17'),(4192,912,2,'2006-02-15 05:09:17'),(4193,912,2,'2006-02-15 05:09:17'),(4194,912,2,'2006-02-15 05:09:17'),(4195,913,1,'2006-02-15 05:09:17'),(4196,913,1,'2006-02-15 05:09:17'),(4197,913,1,'2006-02-15 05:09:17'),(4198,913,1,'2006-02-15 05:09:17'),(4199,913,2,'2006-02-15 05:09:17'),(4200,913,2,'2006-02-15 05:09:17'),(4201,914,1,'2006-02-15 05:09:17'),(4202,914,1,'2006-02-15 05:09:17'),(4203,914,2,'2006-02-15 05:09:17'),(4204,914,2,'2006-02-15 05:09:17'),(4205,914,2,'2006-02-15 05:09:17'),(4206,914,2,'2006-02-15 05:09:17'),(4207,915,1,'2006-02-15 05:09:17'),(4208,915,1,'2006-02-15 05:09:17'),(4209,915,1,'2006-02-15 05:09:17'),(4210,915,1,'2006-02-15 05:09:17'),(4211,915,2,'2006-02-15 05:09:17'),(4212,915,2,'2006-02-15 05:09:17'),(4213,916,1,'2006-02-15 05:09:17'),(4214,916,1,'2006-02-15 05:09:17'),(4215,916,2,'2006-02-15 05:09:17'),(4216,916,2,'2006-02-15 05:09:17'),(4217,917,1,'2006-02-15 05:09:17'),(4218,917,1,'2006-02-15 05:09:17'),(4219,917,1,'2006-02-15 05:09:17'),(4220,917,2,'2006-02-15 05:09:17'),(4221,917,2,'2006-02-15 05:09:17'),(4222,918,2,'2006-02-15 05:09:17'),(4223,918,2,'2006-02-15 05:09:17'),(4224,918,2,'2006-02-15 05:09:17'),(4225,918,2,'2006-02-15 05:09:17'),(4226,919,1,'2006-02-15 05:09:17'),(4227,919,1,'2006-02-15 05:09:17'),(4228,919,1,'2006-02-15 05:09:17'),(4229,919,1,'2006-02-15 05:09:17'),(4230,920,1,'2006-02-15 05:09:17'),(4231,920,1,'2006-02-15 05:09:17'),(4232,920,1,'2006-02-15 05:09:17'),(4233,920,2,'2006-02-15 05:09:17'),(4234,920,2,'2006-02-15 05:09:17'),(4235,921,1,'2006-02-15 05:09:17'),(4236,921,1,'2006-02-15 05:09:17'),(4237,921,2,'2006-02-15 05:09:17'),(4238,921,2,'2006-02-15 05:09:17'),(4239,922,1,'2006-02-15 05:09:17'),(4240,922,1,'2006-02-15 05:09:17'),(4241,922,1,'2006-02-15 05:09:17'),(4242,922,2,'2006-02-15 05:09:17'),(4243,922,2,'2006-02-15 05:09:17'),(4244,922,2,'2006-02-15 05:09:17'),(4245,922,2,'2006-02-15 05:09:17'),(4246,923,2,'2006-02-15 05:09:17'),(4247,923,2,'2006-02-15 05:09:17'),(4248,923,2,'2006-02-15 05:09:17'),(4249,924,1,'2006-02-15 05:09:17'),(4250,924,1,'2006-02-15 05:09:17'),(4251,924,2,'2006-02-15 05:09:17'),(4252,924,2,'2006-02-15 05:09:17'),(4253,924,2,'2006-02-15 05:09:17'),(4254,925,1,'2006-02-15 05:09:17'),(4255,925,1,'2006-02-15 05:09:17'),(4256,925,1,'2006-02-15 05:09:17'),(4257,925,2,'2006-02-15 05:09:17'),(4258,925,2,'2006-02-15 05:09:17'),(4259,926,2,'2006-02-15 05:09:17'),(4260,926,2,'2006-02-15 05:09:17'),(4261,927,1,'2006-02-15 05:09:17'),(4262,927,1,'2006-02-15 05:09:17'),(4263,927,1,'2006-02-15 05:09:17'),(4264,927,1,'2006-02-15 05:09:17'),(4265,928,1,'2006-02-15 05:09:17'),(4266,928,1,'2006-02-15 05:09:17'),(4267,928,1,'2006-02-15 05:09:17'),(4268,929,1,'2006-02-15 05:09:17'),(4269,929,1,'2006-02-15 05:09:17'),(4270,929,1,'2006-02-15 05:09:17'),(4271,929,1,'2006-02-15 05:09:17'),(4272,930,1,'2006-02-15 05:09:17'),(4273,930,1,'2006-02-15 05:09:17'),(4274,930,1,'2006-02-15 05:09:17'),(4275,930,2,'2006-02-15 05:09:17'),(4276,930,2,'2006-02-15 05:09:17'),(4277,930,2,'2006-02-15 05:09:17'),(4278,931,2,'2006-02-15 05:09:17'),(4279,931,2,'2006-02-15 05:09:17'),(4280,931,2,'2006-02-15 05:09:17'),(4281,932,1,'2006-02-15 05:09:17'),(4282,932,1,'2006-02-15 05:09:17'),(4283,932,2,'2006-02-15 05:09:17'),(4284,932,2,'2006-02-15 05:09:17'),(4285,933,1,'2006-02-15 05:09:17'),(4286,933,1,'2006-02-15 05:09:17'),(4287,933,1,'2006-02-15 05:09:17'),(4288,934,2,'2006-02-15 05:09:17'),(4289,934,2,'2006-02-15 05:09:17'),(4290,934,2,'2006-02-15 05:09:17'),(4291,935,2,'2006-02-15 05:09:17'),(4292,935,2,'2006-02-15 05:09:17'),(4293,936,1,'2006-02-15 05:09:17'),(4294,936,1,'2006-02-15 05:09:17'),(4295,936,2,'2006-02-15 05:09:17'),(4296,936,2,'2006-02-15 05:09:17'),(4297,936,2,'2006-02-15 05:09:17'),(4298,936,2,'2006-02-15 05:09:17'),(4299,937,1,'2006-02-15 05:09:17'),(4300,937,1,'2006-02-15 05:09:17'),(4301,937,2,'2006-02-15 05:09:17'),(4302,937,2,'2006-02-15 05:09:17'),(4303,937,2,'2006-02-15 05:09:17'),(4304,938,1,'2006-02-15 05:09:17'),(4305,938,1,'2006-02-15 05:09:17'),(4306,938,1,'2006-02-15 05:09:17'),(4307,938,1,'2006-02-15 05:09:17'),(4308,938,2,'2006-02-15 05:09:17'),(4309,938,2,'2006-02-15 05:09:17'),(4310,939,2,'2006-02-15 05:09:17'),(4311,939,2,'2006-02-15 05:09:17'),(4312,939,2,'2006-02-15 05:09:17'),(4313,939,2,'2006-02-15 05:09:17'),(4314,940,1,'2006-02-15 05:09:17'),(4315,940,1,'2006-02-15 05:09:17'),(4316,940,1,'2006-02-15 05:09:17'),(4317,941,1,'2006-02-15 05:09:17'),(4318,941,1,'2006-02-15 05:09:17'),(4319,941,1,'2006-02-15 05:09:17'),(4320,941,1,'2006-02-15 05:09:17'),(4321,941,2,'2006-02-15 05:09:17'),(4322,941,2,'2006-02-15 05:09:17'),(4323,941,2,'2006-02-15 05:09:17'),(4324,942,1,'2006-02-15 05:09:17'),(4325,942,1,'2006-02-15 05:09:17'),(4326,942,2,'2006-02-15 05:09:17'),(4327,942,2,'2006-02-15 05:09:17'),(4328,944,1,'2006-02-15 05:09:17'),(4329,944,1,'2006-02-15 05:09:17'),(4330,944,2,'2006-02-15 05:09:17'),(4331,944,2,'2006-02-15 05:09:17'),(4332,944,2,'2006-02-15 05:09:17'),(4333,945,1,'2006-02-15 05:09:17'),(4334,945,1,'2006-02-15 05:09:17'),(4335,945,1,'2006-02-15 05:09:17'),(4336,945,1,'2006-02-15 05:09:17'),(4337,945,2,'2006-02-15 05:09:17'),(4338,945,2,'2006-02-15 05:09:17'),(4339,945,2,'2006-02-15 05:09:17'),(4340,945,2,'2006-02-15 05:09:17'),(4341,946,2,'2006-02-15 05:09:17'),(4342,946,2,'2006-02-15 05:09:17'),(4343,946,2,'2006-02-15 05:09:17'),(4344,946,2,'2006-02-15 05:09:17'),(4345,947,1,'2006-02-15 05:09:17'),(4346,947,1,'2006-02-15 05:09:17'),(4347,948,1,'2006-02-15 05:09:17'),(4348,948,1,'2006-02-15 05:09:17'),(4349,948,2,'2006-02-15 05:09:17'),(4350,948,2,'2006-02-15 05:09:17'),(4351,948,2,'2006-02-15 05:09:17'),(4352,948,2,'2006-02-15 05:09:17'),(4353,949,1,'2006-02-15 05:09:17'),(4354,949,1,'2006-02-15 05:09:17'),(4355,949,1,'2006-02-15 05:09:17'),(4356,949,1,'2006-02-15 05:09:17'),(4357,949,2,'2006-02-15 05:09:17'),(4358,949,2,'2006-02-15 05:09:17'),(4359,951,1,'2006-02-15 05:09:17'),(4360,951,1,'2006-02-15 05:09:17'),(4361,951,1,'2006-02-15 05:09:17'),(4362,951,2,'2006-02-15 05:09:17'),(4363,951,2,'2006-02-15 05:09:17'),(4364,951,2,'2006-02-15 05:09:17'),(4365,951,2,'2006-02-15 05:09:17'),(4366,952,1,'2006-02-15 05:09:17'),(4367,952,1,'2006-02-15 05:09:17'),(4368,952,1,'2006-02-15 05:09:17'),(4369,953,1,'2006-02-15 05:09:17'),(4370,953,1,'2006-02-15 05:09:17'),(4371,953,1,'2006-02-15 05:09:17'),(4372,953,1,'2006-02-15 05:09:17'),(4373,953,2,'2006-02-15 05:09:17'),(4374,953,2,'2006-02-15 05:09:17'),(4375,956,1,'2006-02-15 05:09:17'),(4376,956,1,'2006-02-15 05:09:17'),(4377,956,1,'2006-02-15 05:09:17'),(4378,956,1,'2006-02-15 05:09:17'),(4379,957,1,'2006-02-15 05:09:17'),(4380,957,1,'2006-02-15 05:09:17'),(4381,957,1,'2006-02-15 05:09:17'),(4382,957,2,'2006-02-15 05:09:17'),(4383,957,2,'2006-02-15 05:09:17'),(4384,958,1,'2006-02-15 05:09:17'),(4385,958,1,'2006-02-15 05:09:17'),(4386,958,1,'2006-02-15 05:09:17'),(4387,958,2,'2006-02-15 05:09:17'),(4388,958,2,'2006-02-15 05:09:17'),(4389,958,2,'2006-02-15 05:09:17'),(4390,959,1,'2006-02-15 05:09:17'),(4391,959,1,'2006-02-15 05:09:17'),(4392,960,2,'2006-02-15 05:09:17'),(4393,960,2,'2006-02-15 05:09:17'),(4394,960,2,'2006-02-15 05:09:17'),(4395,961,1,'2006-02-15 05:09:17'),(4396,961,1,'2006-02-15 05:09:17'),(4397,961,1,'2006-02-15 05:09:17'),(4398,961,2,'2006-02-15 05:09:17'),(4399,961,2,'2006-02-15 05:09:17'),(4400,962,1,'2006-02-15 05:09:17'),(4401,962,1,'2006-02-15 05:09:17'),(4402,962,1,'2006-02-15 05:09:17'),(4403,962,1,'2006-02-15 05:09:17'),(4404,963,1,'2006-02-15 05:09:17'),(4405,963,1,'2006-02-15 05:09:17'),(4406,963,2,'2006-02-15 05:09:17'),(4407,963,2,'2006-02-15 05:09:17'),(4408,963,2,'2006-02-15 05:09:17'),(4409,964,1,'2006-02-15 05:09:17'),(4410,964,1,'2006-02-15 05:09:17'),(4411,964,1,'2006-02-15 05:09:17'),(4412,964,2,'2006-02-15 05:09:17'),(4413,964,2,'2006-02-15 05:09:17'),(4414,965,1,'2006-02-15 05:09:17'),(4415,965,1,'2006-02-15 05:09:17'),(4416,966,1,'2006-02-15 05:09:17'),(4417,966,1,'2006-02-15 05:09:17'),(4418,966,2,'2006-02-15 05:09:17'),(4419,966,2,'2006-02-15 05:09:17'),(4420,966,2,'2006-02-15 05:09:17'),(4421,966,2,'2006-02-15 05:09:17'),(4422,967,1,'2006-02-15 05:09:17'),(4423,967,1,'2006-02-15 05:09:17'),(4424,967,1,'2006-02-15 05:09:17'),(4425,967,2,'2006-02-15 05:09:17'),(4426,967,2,'2006-02-15 05:09:17'),(4427,968,1,'2006-02-15 05:09:17'),(4428,968,1,'2006-02-15 05:09:17'),(4429,968,1,'2006-02-15 05:09:17'),(4430,969,1,'2006-02-15 05:09:17'),(4431,969,1,'2006-02-15 05:09:17'),(4432,969,1,'2006-02-15 05:09:17'),(4433,969,1,'2006-02-15 05:09:17'),(4434,970,1,'2006-02-15 05:09:17'),(4435,970,1,'2006-02-15 05:09:17'),(4436,970,1,'2006-02-15 05:09:17'),(4437,970,2,'2006-02-15 05:09:17'),(4438,970,2,'2006-02-15 05:09:17'),(4439,970,2,'2006-02-15 05:09:17'),(4440,970,2,'2006-02-15 05:09:17'),(4441,971,1,'2006-02-15 05:09:17'),(4442,971,1,'2006-02-15 05:09:17'),(4443,971,1,'2006-02-15 05:09:17'),(4444,971,1,'2006-02-15 05:09:17'),(4445,972,1,'2006-02-15 05:09:17'),(4446,972,1,'2006-02-15 05:09:17'),(4447,972,1,'2006-02-15 05:09:17'),(4448,972,2,'2006-02-15 05:09:17'),(4449,972,2,'2006-02-15 05:09:17'),(4450,972,2,'2006-02-15 05:09:17'),(4451,973,1,'2006-02-15 05:09:17'),(4452,973,1,'2006-02-15 05:09:17'),(4453,973,1,'2006-02-15 05:09:17'),(4454,973,1,'2006-02-15 05:09:17'),(4455,973,2,'2006-02-15 05:09:17'),(4456,973,2,'2006-02-15 05:09:17'),(4457,973,2,'2006-02-15 05:09:17'),(4458,973,2,'2006-02-15 05:09:17'),(4459,974,1,'2006-02-15 05:09:17'),(4460,974,1,'2006-02-15 05:09:17'),(4461,975,1,'2006-02-15 05:09:17'),(4462,975,1,'2006-02-15 05:09:17'),(4463,975,2,'2006-02-15 05:09:17'),(4464,975,2,'2006-02-15 05:09:17'),(4465,975,2,'2006-02-15 05:09:17'),(4466,976,1,'2006-02-15 05:09:17'),(4467,976,1,'2006-02-15 05:09:17'),(4468,976,2,'2006-02-15 05:09:17'),(4469,976,2,'2006-02-15 05:09:17'),(4470,976,2,'2006-02-15 05:09:17'),(4471,976,2,'2006-02-15 05:09:17'),(4472,977,2,'2006-02-15 05:09:17'),(4473,977,2,'2006-02-15 05:09:17'),(4474,977,2,'2006-02-15 05:09:17'),(4475,978,1,'2006-02-15 05:09:17'),(4476,978,1,'2006-02-15 05:09:17'),(4477,978,1,'2006-02-15 05:09:17'),(4478,979,1,'2006-02-15 05:09:17'),(4479,979,1,'2006-02-15 05:09:17'),(4480,979,1,'2006-02-15 05:09:17'),(4481,979,1,'2006-02-15 05:09:17'),(4482,979,2,'2006-02-15 05:09:17'),(4483,979,2,'2006-02-15 05:09:17'),(4484,979,2,'2006-02-15 05:09:17'),(4485,980,1,'2006-02-15 05:09:17'),(4486,980,1,'2006-02-15 05:09:17'),(4487,980,1,'2006-02-15 05:09:17'),(4488,980,2,'2006-02-15 05:09:17'),(4489,980,2,'2006-02-15 05:09:17'),(4490,981,1,'2006-02-15 05:09:17'),(4491,981,1,'2006-02-15 05:09:17'),(4492,981,1,'2006-02-15 05:09:17'),(4493,981,2,'2006-02-15 05:09:17'),(4494,981,2,'2006-02-15 05:09:17'),(4495,981,2,'2006-02-15 05:09:17'),(4496,982,1,'2006-02-15 05:09:17'),(4497,982,1,'2006-02-15 05:09:17'),(4498,982,1,'2006-02-15 05:09:17'),(4499,982,2,'2006-02-15 05:09:17'),(4500,982,2,'2006-02-15 05:09:17'),(4501,982,2,'2006-02-15 05:09:17'),(4502,982,2,'2006-02-15 05:09:17'),(4503,983,1,'2006-02-15 05:09:17'),(4504,983,1,'2006-02-15 05:09:17'),(4505,983,1,'2006-02-15 05:09:17'),(4506,984,1,'2006-02-15 05:09:17'),(4507,984,1,'2006-02-15 05:09:17'),(4508,985,1,'2006-02-15 05:09:17'),(4509,985,1,'2006-02-15 05:09:17'),(4510,985,1,'2006-02-15 05:09:17'),(4511,985,1,'2006-02-15 05:09:17'),(4512,985,2,'2006-02-15 05:09:17'),(4513,985,2,'2006-02-15 05:09:17'),(4514,985,2,'2006-02-15 05:09:17'),(4515,986,1,'2006-02-15 05:09:17'),(4516,986,1,'2006-02-15 05:09:17'),(4517,986,1,'2006-02-15 05:09:17'),(4518,986,1,'2006-02-15 05:09:17'),(4519,986,2,'2006-02-15 05:09:17'),(4520,986,2,'2006-02-15 05:09:17'),(4521,987,1,'2006-02-15 05:09:17'),(4522,987,1,'2006-02-15 05:09:17'),(4523,987,2,'2006-02-15 05:09:17'),(4524,987,2,'2006-02-15 05:09:17'),(4525,988,1,'2006-02-15 05:09:17'),(4526,988,1,'2006-02-15 05:09:17'),(4527,988,1,'2006-02-15 05:09:17'),(4528,988,2,'2006-02-15 05:09:17'),(4529,988,2,'2006-02-15 05:09:17'),(4530,989,1,'2006-02-15 05:09:17'),(4531,989,1,'2006-02-15 05:09:17'),(4532,989,1,'2006-02-15 05:09:17'),(4533,989,1,'2006-02-15 05:09:17'),(4534,989,2,'2006-02-15 05:09:17'),(4535,989,2,'2006-02-15 05:09:17'),(4536,990,2,'2006-02-15 05:09:17'),(4537,990,2,'2006-02-15 05:09:17'),(4538,991,1,'2006-02-15 05:09:17'),(4539,991,1,'2006-02-15 05:09:17'),(4540,991,2,'2006-02-15 05:09:17'),(4541,991,2,'2006-02-15 05:09:17'),(4542,991,2,'2006-02-15 05:09:17'),(4543,992,2,'2006-02-15 05:09:17'),(4544,992,2,'2006-02-15 05:09:17'),(4545,992,2,'2006-02-15 05:09:17'),(4546,992,2,'2006-02-15 05:09:17'),(4547,993,1,'2006-02-15 05:09:17'),(4548,993,1,'2006-02-15 05:09:17'),(4549,993,1,'2006-02-15 05:09:17'),(4550,993,1,'2006-02-15 05:09:17'),(4551,993,2,'2006-02-15 05:09:17'),(4552,993,2,'2006-02-15 05:09:17'),(4553,993,2,'2006-02-15 05:09:17'),(4554,994,1,'2006-02-15 05:09:17'),(4555,994,1,'2006-02-15 05:09:17'),(4556,994,1,'2006-02-15 05:09:17'),(4557,995,1,'2006-02-15 05:09:17'),(4558,995,1,'2006-02-15 05:09:17'),(4559,995,1,'2006-02-15 05:09:17'),(4560,995,1,'2006-02-15 05:09:17'),(4561,995,2,'2006-02-15 05:09:17'),(4562,995,2,'2006-02-15 05:09:17'),(4563,996,1,'2006-02-15 05:09:17'),(4564,996,1,'2006-02-15 05:09:17'),(4565,997,1,'2006-02-15 05:09:17'),(4566,997,1,'2006-02-15 05:09:17'),(4567,998,2,'2006-02-15 05:09:17'),(4568,998,2,'2006-02-15 05:09:17'),(4569,999,1,'2006-02-15 05:09:17'),(4570,999,1,'2006-02-15 05:09:17'),(4571,999,2,'2006-02-15 05:09:17'),(4572,999,2,'2006-02-15 05:09:17'),(4573,999,2,'2006-02-15 05:09:17'),(4574,1000,1,'2006-02-15 05:09:17'),(4575,1000,1,'2006-02-15 05:09:17'),(4576,1000,1,'2006-02-15 05:09:17'),(4577,1000,1,'2006-02-15 05:09:17'),(4578,1000,2,'2006-02-15 05:09:17'),(4579,1000,2,'2006-02-15 05:09:17'),(4580,1000,2,'2006-02-15 05:09:17'),(4581,1000,2,'2006-02-15 05:09:17'); + +INSERT INTO payment VALUES (1,1,1,76,'2.99','2005-05-25 11:30:37','2006-02-15 22:12:30'),(2,1,1,573,'0.99','2005-05-28 10:35:23','2006-02-15 22:12:30'),(3,1,1,1185,'5.99','2005-06-15 00:54:12','2006-02-15 22:12:30'),(4,1,2,1422,'0.99','2005-06-15 18:02:53','2006-02-15 22:12:30'),(5,1,2,1476,'9.99','2005-06-15 21:08:46','2006-02-15 22:12:30'),(6,1,1,1725,'4.99','2005-06-16 15:18:57','2006-02-15 22:12:30'),(7,1,1,2308,'4.99','2005-06-18 08:41:48','2006-02-15 22:12:30'),(8,1,2,2363,'0.99','2005-06-18 13:33:59','2006-02-15 22:12:30'),(9,1,1,3284,'3.99','2005-06-21 06:24:45','2006-02-15 22:12:30'),(10,1,2,4526,'5.99','2005-07-08 03:17:05','2006-02-15 22:12:30'),(11,1,1,4611,'5.99','2005-07-08 07:33:56','2006-02-15 22:12:30'),(12,1,1,5244,'4.99','2005-07-09 13:24:07','2006-02-15 22:12:30'),(13,1,1,5326,'4.99','2005-07-09 16:38:01','2006-02-15 22:12:30'),(14,1,1,6163,'7.99','2005-07-11 10:13:46','2006-02-15 22:12:30'),(15,1,2,7273,'2.99','2005-07-27 11:31:22','2006-02-15 22:12:30'),(16,1,1,7841,'4.99','2005-07-28 09:04:45','2006-02-15 22:12:30'),(17,1,2,8033,'4.99','2005-07-28 16:18:23','2006-02-15 22:12:30'),(18,1,1,8074,'0.99','2005-07-28 17:33:39','2006-02-15 22:12:30'),(19,1,2,8116,'0.99','2005-07-28 19:20:07','2006-02-15 22:12:30'),(20,1,2,8326,'2.99','2005-07-29 03:58:49','2006-02-15 22:12:30'),(21,1,2,9571,'2.99','2005-07-31 02:42:18','2006-02-15 22:12:30'),(22,1,2,10437,'4.99','2005-08-01 08:51:04','2006-02-15 22:12:30'),(23,1,2,11299,'3.99','2005-08-02 15:36:52','2006-02-15 22:12:30'),(24,1,1,11367,'0.99','2005-08-02 18:01:38','2006-02-15 22:12:30'),(25,1,2,11824,'4.99','2005-08-17 12:37:54','2006-02-15 22:12:30'),(26,1,1,12250,'0.99','2005-08-18 03:57:29','2006-02-15 22:12:30'),(27,1,2,13068,'0.99','2005-08-19 09:55:16','2006-02-15 22:12:30'),(28,1,2,13176,'2.99','2005-08-19 13:56:54','2006-02-15 22:12:30'),(29,1,1,14762,'0.99','2005-08-21 23:33:57','2006-02-15 22:12:30'),(30,1,1,14825,'1.99','2005-08-22 01:27:57','2006-02-15 22:12:30'),(31,1,2,15298,'2.99','2005-08-22 19:41:37','2006-02-15 22:12:30'),(32,1,1,15315,'5.99','2005-08-22 20:03:46','2006-02-15 22:12:30'),(33,2,1,320,'4.99','2005-05-27 00:09:24','2006-02-15 22:12:30'),(34,2,1,2128,'2.99','2005-06-17 20:54:58','2006-02-15 22:12:30'),(35,2,1,5636,'2.99','2005-07-10 06:31:24','2006-02-15 22:12:30'),(36,2,1,5755,'6.99','2005-07-10 12:38:56','2006-02-15 22:12:30'),(37,2,2,7346,'4.99','2005-07-27 14:30:42','2006-02-15 22:12:30'),(38,2,1,7376,'5.99','2005-07-27 15:23:02','2006-02-15 22:12:30'),(39,2,2,7459,'5.99','2005-07-27 18:40:20','2006-02-15 22:12:30'),(40,2,2,8230,'5.99','2005-07-29 00:12:59','2006-02-15 22:12:30'),(41,2,1,8598,'2.99','2005-07-29 12:56:59','2006-02-15 22:12:30'),(42,2,2,8705,'5.99','2005-07-29 17:14:29','2006-02-15 22:12:30'),(43,2,1,9031,'4.99','2005-07-30 06:06:10','2006-02-15 22:12:30'),(44,2,2,9236,'10.99','2005-07-30 13:47:43','2006-02-15 22:12:30'),(45,2,2,9248,'0.99','2005-07-30 14:14:11','2006-02-15 22:12:30'),(46,2,2,9296,'6.99','2005-07-30 16:21:13','2006-02-15 22:12:30'),(47,2,2,9465,'6.99','2005-07-30 22:39:53','2006-02-15 22:12:30'),(48,2,1,10136,'2.99','2005-07-31 21:58:56','2006-02-15 22:12:30'),(49,2,1,10466,'0.99','2005-08-01 09:45:26','2006-02-15 22:12:30'),(50,2,1,10918,'0.99','2005-08-02 02:10:56','2006-02-15 22:12:30'),(51,2,1,11087,'5.99','2005-08-02 07:41:41','2006-02-15 22:12:30'),(52,2,1,11177,'6.99','2005-08-02 10:43:48','2006-02-15 22:12:30'),(53,2,2,11256,'2.99','2005-08-02 13:44:53','2006-02-15 22:12:30'),(54,2,1,11614,'2.99','2005-08-17 03:52:18','2006-02-15 22:12:30'),(55,2,1,12963,'2.99','2005-08-19 06:26:04','2006-02-15 22:12:30'),(56,2,1,14475,'4.99','2005-08-21 13:24:32','2006-02-15 22:12:30'),(57,2,2,14743,'5.99','2005-08-21 22:41:56','2006-02-15 22:12:30'),(58,2,2,15145,'4.99','2005-08-22 13:53:04','2006-02-15 22:12:30'),(59,2,2,15907,'4.99','2005-08-23 17:39:35','2006-02-15 22:12:30'),(60,3,1,435,'1.99','2005-05-27 17:17:09','2006-02-15 22:12:30'),(61,3,1,830,'2.99','2005-05-29 22:43:55','2006-02-15 22:12:30'),(62,3,1,1546,'8.99','2005-06-16 01:34:05','2006-02-15 22:12:30'),(63,3,1,1726,'6.99','2005-06-16 15:19:10','2006-02-15 22:12:30'),(64,3,2,1911,'6.99','2005-06-17 05:15:15','2006-02-15 22:12:30'),(65,3,1,2628,'2.99','2005-06-19 08:34:53','2006-02-15 22:12:30'),(66,3,1,4180,'4.99','2005-07-07 10:23:25','2006-02-15 22:12:30'),(67,3,1,4725,'4.99','2005-07-08 12:47:11','2006-02-15 22:12:30'),(68,3,1,7096,'5.99','2005-07-27 04:54:42','2006-02-15 22:12:30'),(69,3,2,7503,'10.99','2005-07-27 20:23:12','2006-02-15 22:12:30'),(70,3,2,7703,'7.99','2005-07-28 03:59:21','2006-02-15 22:12:30'),(71,3,2,7724,'6.99','2005-07-28 04:46:30','2006-02-15 22:12:30'),(72,3,1,7911,'4.99','2005-07-28 11:46:45','2006-02-15 22:12:30'),(73,3,2,8086,'4.99','2005-07-28 18:17:14','2006-02-15 22:12:30'),(74,3,1,8545,'2.99','2005-07-29 11:07:04','2006-02-15 22:12:30'),(75,3,1,9226,'1.99','2005-07-30 13:31:20','2006-02-15 22:12:30'),(76,3,2,9443,'3.99','2005-07-30 21:45:46','2006-02-15 22:12:30'),(77,3,1,9595,'2.99','2005-07-31 03:27:58','2006-02-15 22:12:30'),(78,3,2,9816,'4.99','2005-07-31 11:32:58','2006-02-15 22:12:30'),(79,3,2,10597,'5.99','2005-08-01 14:19:48','2006-02-15 22:12:30'),(80,3,2,12556,'4.99','2005-08-18 14:49:55','2006-02-15 22:12:30'),(81,3,1,13403,'8.99','2005-08-19 22:18:07','2006-02-15 22:12:30'),(82,3,2,13610,'2.99','2005-08-20 06:14:12','2006-02-15 22:12:30'),(83,3,2,14699,'8.99','2005-08-21 20:50:48','2006-02-15 22:12:30'),(84,3,2,15038,'0.99','2005-08-22 09:37:27','2006-02-15 22:12:30'),(85,3,1,15619,'2.99','2005-08-23 07:10:14','2006-02-15 22:12:30'),(86,4,1,1297,'4.99','2005-06-15 09:31:28','2006-02-15 22:12:30'),(87,4,1,1633,'0.99','2005-06-16 08:08:40','2006-02-15 22:12:30'),(88,4,2,1707,'2.99','2005-06-16 14:01:27','2006-02-15 22:12:30'),(89,4,2,1735,'0.99','2005-06-16 15:51:52','2006-02-15 22:12:30'),(90,4,2,2043,'0.99','2005-06-17 14:31:12','2006-02-15 22:12:30'),(91,4,1,2642,'5.99','2005-06-19 09:39:01','2006-02-15 22:12:30'),(92,4,1,7660,'2.99','2005-07-28 02:10:10','2006-02-15 22:12:30'),(93,4,2,7718,'2.99','2005-07-28 04:37:59','2006-02-15 22:12:30'),(94,4,1,8741,'3.99','2005-07-29 18:44:57','2006-02-15 22:12:30'),(95,4,1,9100,'5.99','2005-07-30 08:46:09','2006-02-15 22:12:30'),(96,4,1,9371,'5.99','2005-07-30 18:58:00','2006-02-15 22:12:30'),(97,4,2,11069,'0.99','2005-08-02 07:09:34','2006-02-15 22:12:30'),(98,4,1,11110,'2.99','2005-08-02 08:20:31','2006-02-15 22:12:30'),(99,4,2,11529,'4.99','2005-08-17 00:28:01','2006-02-15 22:12:30'),(100,4,1,12151,'2.99','2005-08-18 00:14:03','2006-02-15 22:12:30'),(101,4,2,12294,'8.99','2005-08-18 05:14:44','2006-02-15 22:12:30'),(102,4,2,12856,'1.99','2005-08-19 02:19:13','2006-02-15 22:12:30'),(103,4,1,13704,'2.99','2005-08-20 09:32:04','2006-02-15 22:12:30'),(104,4,1,13807,'6.99','2005-08-20 12:55:40','2006-02-15 22:12:30'),(105,4,2,14225,'4.99','2005-08-21 04:53:37','2006-02-15 22:12:30'),(106,4,1,15147,'2.99','2005-08-22 13:58:23','2006-02-15 22:12:30'),(107,4,2,15635,'1.99','2005-08-23 07:43:00','2006-02-15 22:12:30'),(108,5,1,731,'0.99','2005-05-29 07:25:16','2006-02-15 22:12:30'),(109,5,1,1085,'6.99','2005-05-31 11:15:43','2006-02-15 22:12:30'),(110,5,1,1142,'1.99','2005-05-31 19:46:38','2006-02-15 22:12:30'),(111,5,1,1502,'3.99','2005-06-15 22:03:14','2006-02-15 22:12:30'),(112,5,2,1631,'2.99','2005-06-16 08:01:02','2006-02-15 22:12:30'),(113,5,2,2063,'4.99','2005-06-17 15:56:53','2006-02-15 22:12:30'),(114,5,2,2570,'2.99','2005-06-19 04:20:13','2006-02-15 22:12:30'),(115,5,2,3126,'4.99','2005-06-20 18:38:22','2006-02-15 22:12:30'),(116,5,2,3677,'4.99','2005-07-06 09:11:58','2006-02-15 22:12:30'),(117,5,2,4889,'2.99','2005-07-08 20:04:43','2006-02-15 22:12:30'),(118,5,1,5016,'4.99','2005-07-09 01:57:57','2006-02-15 22:12:30'),(119,5,2,5118,'5.99','2005-07-09 07:13:52','2006-02-15 22:12:30'),(120,5,2,5156,'1.99','2005-07-09 08:51:42','2006-02-15 22:12:30'),(121,5,2,5721,'0.99','2005-07-10 11:09:35','2006-02-15 22:12:30'),(122,5,1,6042,'8.99','2005-07-11 03:17:04','2006-02-15 22:12:30'),(123,5,1,6663,'3.99','2005-07-12 11:27:35','2006-02-15 22:12:30'),(124,5,2,6685,'4.99','2005-07-12 12:16:28','2006-02-15 22:12:30'),(125,5,2,7293,'0.99','2005-07-27 12:37:28','2006-02-15 22:12:30'),(126,5,2,7652,'0.99','2005-07-28 01:50:29','2006-02-15 22:12:30'),(127,5,2,7829,'3.99','2005-07-28 08:43:39','2006-02-15 22:12:30'),(128,5,1,8263,'2.99','2005-07-29 01:11:23','2006-02-15 22:12:30'),(129,5,1,8978,'1.99','2005-07-30 04:14:28','2006-02-15 22:12:30'),(130,5,1,9493,'4.99','2005-07-30 23:52:30','2006-02-15 22:12:30'),(131,5,1,9888,'3.99','2005-07-31 14:00:53','2006-02-15 22:12:30'),(132,5,2,10609,'4.99','2005-08-01 14:48:45','2006-02-15 22:12:30'),(133,5,1,10625,'0.99','2005-08-01 15:27:10','2006-02-15 22:12:30'),(134,5,2,11001,'4.99','2005-08-02 04:56:45','2006-02-15 22:12:30'),(135,5,1,11179,'4.99','2005-08-02 10:50:06','2006-02-15 22:12:30'),(136,5,2,11930,'3.99','2005-08-17 16:28:53','2006-02-15 22:12:30'),(137,5,1,12145,'9.99','2005-08-18 00:10:04','2006-02-15 22:12:30'),(138,5,1,12797,'2.99','2005-08-19 00:24:08','2006-02-15 22:12:30'),(139,5,1,13063,'1.99','2005-08-19 09:45:41','2006-02-15 22:12:30'),(140,5,2,13877,'0.99','2005-08-20 15:16:18','2006-02-15 22:12:30'),(141,5,2,14053,'6.99','2005-08-20 22:13:59','2006-02-15 22:12:30'),(142,5,1,14430,'6.99','2005-08-21 11:31:11','2006-02-15 22:12:30'),(143,5,2,14494,'2.99','2005-08-21 14:02:50','2006-02-15 22:12:30'),(144,5,2,15232,'0.99','2005-08-22 17:37:02','2006-02-15 22:12:30'),(145,5,2,13209,'0.99','2006-02-14 15:16:03','2006-02-15 22:12:30'),(146,6,2,57,'4.99','2005-05-25 08:43:32','2006-02-15 22:12:30'),(147,6,1,577,'2.99','2005-05-28 11:09:14','2006-02-15 22:12:30'),(148,6,2,916,'0.99','2005-05-30 11:25:01','2006-02-15 22:12:30'),(149,6,1,1575,'3.99','2005-06-16 03:41:38','2006-02-15 22:12:30'),(150,6,2,1841,'2.99','2005-06-16 23:44:13','2006-02-15 22:12:30'),(151,6,1,1966,'0.99','2005-06-17 09:19:45','2006-02-15 22:12:30'),(152,6,1,2345,'0.99','2005-06-18 12:03:23','2006-02-15 22:12:30'),(153,6,2,3983,'0.99','2005-07-06 23:14:21','2006-02-15 22:12:30'),(154,6,2,4278,'2.99','2005-07-07 14:53:24','2006-02-15 22:12:30'),(155,6,1,5553,'0.99','2005-07-10 03:03:35','2006-02-15 22:12:30'),(156,6,2,6211,'5.99','2005-07-11 12:39:01','2006-02-15 22:12:30'),(157,6,1,6248,'7.99','2005-07-11 15:01:54','2006-02-15 22:12:30'),(158,6,2,6686,'0.99','2005-07-12 12:18:38','2006-02-15 22:12:30'),(159,6,2,7099,'2.99','2005-07-27 05:03:44','2006-02-15 22:12:30'),(160,6,2,7136,'2.99','2005-07-27 06:38:25','2006-02-15 22:12:30'),(161,6,1,8101,'0.99','2005-07-28 18:47:23','2006-02-15 22:12:30'),(162,6,1,10271,'2.99','2005-08-01 03:13:39','2006-02-15 22:12:30'),(163,6,1,11023,'2.99','2005-08-02 05:36:38','2006-02-15 22:12:30'),(164,6,1,11398,'3.99','2005-08-02 18:55:15','2006-02-15 22:12:30'),(165,6,1,11591,'6.99','2005-08-17 02:29:41','2006-02-15 22:12:30'),(166,6,1,11727,'0.99','2005-08-17 08:12:20','2006-02-15 22:12:30'),(167,6,1,11853,'0.99','2005-08-17 13:39:32','2006-02-15 22:12:30'),(168,6,2,12254,'2.99','2005-08-18 04:05:29','2006-02-15 22:12:30'),(169,6,2,13451,'6.99','2005-08-20 00:18:25','2006-02-15 22:12:30'),(170,6,1,14329,'7.99','2005-08-21 08:22:56','2006-02-15 22:12:30'),(171,6,1,14377,'4.99','2005-08-21 09:49:28','2006-02-15 22:12:30'),(172,6,1,15509,'5.99','2005-08-23 02:51:24','2006-02-15 22:12:30'),(173,6,2,15603,'0.99','2005-08-23 06:41:32','2006-02-15 22:12:30'),(174,7,2,46,'5.99','2005-05-25 06:04:08','2006-02-15 22:12:30'),(175,7,2,117,'0.99','2005-05-25 19:30:46','2006-02-15 22:12:30'),(176,7,2,748,'2.99','2005-05-29 09:27:00','2006-02-15 22:12:30'),(177,7,1,975,'4.99','2005-05-30 21:07:15','2006-02-15 22:12:30'),(178,7,1,1063,'5.99','2005-05-31 08:44:29','2006-02-15 22:12:30'),(179,7,2,1810,'0.99','2005-06-16 21:06:00','2006-02-15 22:12:30'),(180,7,1,2250,'2.99','2005-06-18 05:03:36','2006-02-15 22:12:31'),(181,7,1,2709,'0.99','2005-06-19 14:00:26','2006-02-15 22:12:31'),(182,7,1,2888,'4.99','2005-06-20 01:50:56','2006-02-15 22:12:31'),(183,7,1,3007,'0.99','2005-06-20 10:11:53','2006-02-15 22:12:31'),(184,7,2,3639,'5.99','2005-07-06 07:09:17','2006-02-15 22:12:31'),(185,7,2,4238,'2.99','2005-07-07 13:22:20','2006-02-15 22:12:31'),(186,7,2,4787,'5.99','2005-07-08 16:16:04','2006-02-15 22:12:31'),(187,7,1,4856,'4.99','2005-07-08 18:47:38','2006-02-15 22:12:31'),(188,7,1,5441,'8.99','2005-07-09 21:52:05','2006-02-15 22:12:31'),(189,7,1,5921,'7.99','2005-07-10 21:35:12','2006-02-15 22:12:31'),(190,7,1,6174,'1.99','2005-07-11 10:36:28','2006-02-15 22:12:31'),(191,7,1,6295,'2.99','2005-07-11 17:30:58','2006-02-15 22:12:31'),(192,7,2,6761,'3.99','2005-07-12 15:17:42','2006-02-15 22:12:31'),(193,7,2,8422,'5.99','2005-07-29 07:02:55','2006-02-15 22:12:31'),(194,7,2,9624,'7.99','2005-07-31 04:30:03','2006-02-15 22:12:31'),(195,7,2,10330,'6.99','2005-08-01 04:57:04','2006-02-15 22:12:31'),(196,7,1,10423,'5.99','2005-08-01 08:19:53','2006-02-15 22:12:31'),(197,7,1,10514,'4.99','2005-08-01 11:39:26','2006-02-15 22:12:31'),(198,7,2,10644,'4.99','2005-08-01 15:52:00','2006-02-15 22:12:31'),(199,7,2,10989,'3.99','2005-08-02 04:40:54','2006-02-15 22:12:31'),(200,7,2,11542,'7.99','2005-08-17 00:51:32','2006-02-15 22:12:31'),(201,7,1,12367,'8.99','2005-08-18 07:57:14','2006-02-15 22:12:31'),(202,7,1,12730,'2.99','2005-08-18 21:55:01','2006-02-15 22:12:31'),(203,7,2,13373,'2.99','2005-08-19 21:23:31','2006-02-15 22:12:31'),(204,7,1,13476,'2.99','2005-08-20 01:06:04','2006-02-15 22:12:31'),(205,7,1,13594,'0.99','2005-08-20 05:53:31','2006-02-15 22:12:31'),(206,7,1,14222,'5.99','2005-08-21 04:49:48','2006-02-15 22:12:31'),(207,8,2,866,'6.99','2005-05-30 03:43:54','2006-02-15 22:12:31'),(208,8,2,1305,'2.99','2005-06-15 09:59:16','2006-02-15 22:12:31'),(209,8,1,2095,'5.99','2005-06-17 18:21:35','2006-02-15 22:12:31'),(210,8,2,3114,'4.99','2005-06-20 17:57:47','2006-02-15 22:12:31'),(211,8,1,3475,'5.99','2005-07-05 23:01:21','2006-02-15 22:12:31'),(212,8,1,4003,'0.99','2005-07-07 00:09:02','2006-02-15 22:12:31'),(213,8,2,4175,'2.99','2005-07-07 10:02:03','2006-02-15 22:12:31'),(214,8,2,4409,'3.99','2005-07-07 21:47:29','2006-02-15 22:12:31'),(215,8,1,4503,'3.99','2005-07-08 02:17:12','2006-02-15 22:12:31'),(216,8,1,5300,'2.99','2005-07-09 15:40:46','2006-02-15 22:12:31'),(217,8,2,5341,'2.99','2005-07-09 17:13:23','2006-02-15 22:12:31'),(218,8,1,6375,'4.99','2005-07-11 21:39:46','2006-02-15 22:12:31'),(219,8,1,6647,'0.99','2005-07-12 10:43:53','2006-02-15 22:12:31'),(220,8,1,8809,'1.99','2005-07-29 21:42:49','2006-02-15 22:12:31'),(221,8,2,9629,'2.99','2005-07-31 04:54:43','2006-02-15 22:12:31'),(222,8,2,10141,'0.99','2005-07-31 22:08:29','2006-02-15 22:12:31'),(223,8,2,10561,'2.99','2005-08-01 13:05:35','2006-02-15 22:12:31'),(224,8,1,11232,'9.99','2005-08-02 13:04:12','2006-02-15 22:12:31'),(225,8,2,11284,'2.99','2005-08-02 14:42:45','2006-02-15 22:12:31'),(226,8,1,12613,'2.99','2005-08-18 17:16:01','2006-02-15 22:12:31'),(227,8,1,14114,'0.99','2005-08-21 01:07:11','2006-02-15 22:12:31'),(228,8,1,15374,'7.99','2005-08-22 22:09:09','2006-02-15 22:12:31'),(229,8,1,15764,'2.99','2005-08-23 13:05:10','2006-02-15 22:12:31'),(230,8,1,15805,'4.99','2005-08-23 14:31:19','2006-02-15 22:12:31'),(231,9,2,350,'4.99','2005-05-27 05:01:28','2006-02-15 22:12:31'),(232,9,2,877,'0.99','2005-05-30 05:48:59','2006-02-15 22:12:31'),(233,9,2,1075,'4.99','2005-05-31 10:13:34','2006-02-15 22:12:31'),(234,9,2,3142,'7.99','2005-06-20 19:59:28','2006-02-15 22:12:31'),(235,9,2,3262,'4.99','2005-06-21 04:08:43','2006-02-15 22:12:31'),(236,9,1,4454,'2.99','2005-07-07 23:37:00','2006-02-15 22:12:31'),(237,9,2,4748,'0.99','2005-07-08 13:59:38','2006-02-15 22:12:31'),(238,9,1,4796,'1.99','2005-07-08 16:35:44','2006-02-15 22:12:31'),(239,9,1,5659,'2.99','2005-07-10 07:45:40','2006-02-15 22:12:31'),(240,9,2,6019,'4.99','2005-07-11 02:08:29','2006-02-15 22:12:31'),(241,9,1,6165,'5.99','2005-07-11 10:17:29','2006-02-15 22:12:31'),(242,9,2,7616,'0.99','2005-07-28 00:15:26','2006-02-15 22:12:31'),(243,9,1,7801,'2.99','2005-07-28 07:51:56','2006-02-15 22:12:31'),(244,9,1,9043,'4.99','2005-07-30 06:34:07','2006-02-15 22:12:31'),(245,9,1,10451,'0.99','2005-08-01 09:11:25','2006-02-15 22:12:31'),(246,9,1,10454,'4.99','2005-08-01 09:14:00','2006-02-15 22:12:31'),(247,9,2,11400,'5.99','2005-08-02 19:00:52','2006-02-15 22:12:31'),(248,9,1,11556,'0.99','2005-08-17 01:11:53','2006-02-15 22:12:31'),(249,9,1,12228,'2.99','2005-08-18 03:08:10','2006-02-15 22:12:31'),(250,9,1,12309,'2.99','2005-08-18 05:58:40','2006-02-15 22:12:31'),(251,9,2,12652,'4.99','2005-08-18 18:48:58','2006-02-15 22:12:31'),(252,9,2,14489,'7.99','2005-08-21 13:53:59','2006-02-15 22:12:31'),(253,9,1,15813,'4.99','2006-02-14 15:16:03','2006-02-15 22:12:31'),(254,10,2,1140,'4.99','2005-05-31 19:36:30','2006-02-15 22:12:31'),(255,10,1,1801,'4.99','2005-06-16 20:21:53','2006-02-15 22:12:31'),(256,10,1,1995,'4.99','2005-06-17 11:11:14','2006-02-15 22:12:31'),(257,10,2,2222,'3.99','2005-06-18 03:26:23','2006-02-15 22:12:31'),(258,10,1,2814,'0.99','2005-06-19 20:01:59','2006-02-15 22:12:31'),(259,10,1,2865,'0.99','2005-06-20 00:00:55','2006-02-15 22:12:31'),(260,10,2,3790,'3.99','2005-07-06 14:13:45','2006-02-15 22:12:31'),(261,10,2,4042,'4.99','2005-07-07 03:06:40','2006-02-15 22:12:31'),(262,10,1,4255,'1.99','2005-07-07 14:14:13','2006-02-15 22:12:31'),(263,10,1,5038,'7.99','2005-07-09 03:12:52','2006-02-15 22:12:31'),(264,10,2,5068,'2.99','2005-07-09 04:53:18','2006-02-15 22:12:31'),(265,10,1,5444,'0.99','2005-07-09 21:58:57','2006-02-15 22:12:31'),(266,10,1,5905,'2.99','2005-07-10 20:41:09','2006-02-15 22:12:31'),(267,10,1,7738,'2.99','2005-07-28 05:21:42','2006-02-15 22:12:31'),(268,10,2,8001,'6.99','2005-07-28 15:10:55','2006-02-15 22:12:31'),(269,10,2,8188,'4.99','2005-07-28 22:34:12','2006-02-15 22:12:31'),(270,10,1,9935,'4.99','2005-07-31 15:27:07','2006-02-15 22:12:31'),(271,10,2,10671,'8.99','2005-08-01 17:09:59','2006-02-15 22:12:31'),(272,10,2,11289,'2.99','2005-08-02 14:55:00','2006-02-15 22:12:31'),(273,10,1,11405,'0.99','2005-08-02 19:13:39','2006-02-15 22:12:31'),(274,10,2,12031,'2.99','2005-08-17 20:11:35','2006-02-15 22:12:31'),(275,10,2,12400,'2.99','2005-08-18 09:19:12','2006-02-15 22:12:31'),(276,10,2,13316,'4.99','2005-08-19 19:23:30','2006-02-15 22:12:31'),(277,10,2,13917,'2.99','2005-08-20 16:43:28','2006-02-15 22:12:31'),(278,10,1,15370,'5.99','2005-08-22 21:59:29','2006-02-15 22:12:31'),(279,11,1,987,'6.99','2005-05-30 22:59:12','2006-02-15 22:12:31'),(280,11,1,1470,'6.99','2005-06-15 20:53:07','2006-02-15 22:12:31'),(281,11,1,1939,'7.99','2005-06-17 07:26:45','2006-02-15 22:12:31'),(282,11,1,3192,'0.99','2005-06-20 23:49:12','2006-02-15 22:12:31'),(283,11,2,4608,'2.99','2005-07-08 07:19:11','2006-02-15 22:12:31'),(284,11,1,4943,'4.99','2005-07-08 22:43:05','2006-02-15 22:12:31'),(285,11,2,5835,'5.99','2005-07-10 16:44:58','2006-02-15 22:12:31'),(286,11,2,6146,'6.99','2005-07-11 09:09:59','2006-02-15 22:12:31'),(287,11,1,7314,'4.99','2005-07-27 13:13:32','2006-02-15 22:12:31'),(288,11,1,8014,'4.99','2005-07-28 15:32:07','2006-02-15 22:12:31'),(289,11,2,8100,'2.99','2005-07-28 18:43:11','2006-02-15 22:12:31'),(290,11,2,8447,'1.99','2005-07-29 07:38:14','2006-02-15 22:12:31'),(291,11,1,8715,'0.99','2005-07-29 17:33:45','2006-02-15 22:12:31'),(292,11,1,8950,'9.99','2005-07-30 03:17:13','2006-02-15 22:12:31'),(293,11,2,9292,'6.99','2005-07-30 16:08:21','2006-02-15 22:12:31'),(294,11,1,10812,'4.99','2005-08-01 22:41:16','2006-02-15 22:12:31'),(295,11,2,11166,'6.99','2005-08-02 10:14:58','2006-02-15 22:12:31'),(296,11,2,11502,'0.99','2005-08-16 23:06:30','2006-02-15 22:12:31'),(297,11,2,12015,'5.99','2005-08-17 19:32:44','2006-02-15 22:12:31'),(298,11,2,13572,'0.99','2005-08-20 05:07:27','2006-02-15 22:12:31'),(299,11,1,13790,'4.99','2005-08-20 12:17:27','2006-02-15 22:12:31'),(300,11,1,15120,'0.99','2005-08-22 12:42:47','2006-02-15 22:12:31'),(301,11,2,15240,'2.99','2005-08-22 17:46:41','2006-02-15 22:12:31'),(302,11,1,11646,'0.99','2006-02-14 15:16:03','2006-02-15 22:12:31'),(303,12,1,988,'4.99','2005-05-30 23:08:03','2006-02-15 22:12:31'),(304,12,1,1084,'4.99','2005-05-31 11:10:17','2006-02-15 22:12:31'),(305,12,2,1752,'5.99','2005-06-16 17:02:55','2006-02-15 22:12:31'),(306,12,2,2434,'5.99','2005-06-18 18:11:51','2006-02-15 22:12:31'),(307,12,2,2500,'5.99','2005-06-18 23:07:12','2006-02-15 22:12:31'),(308,12,2,2623,'4.99','2005-06-19 08:11:51','2006-02-15 22:12:31'),(309,12,2,3135,'2.99','2005-06-20 19:33:52','2006-02-15 22:12:31'),(310,12,1,3411,'0.99','2005-06-21 16:31:27','2006-02-15 22:12:31'),(311,12,1,3870,'3.99','2005-07-06 17:57:54','2006-02-15 22:12:31'),(312,12,1,5071,'0.99','2005-07-09 05:00:39','2006-02-15 22:12:31'),(313,12,1,5074,'0.99','2005-07-09 05:06:24','2006-02-15 22:12:31'),(314,12,2,5111,'0.99','2005-07-09 07:02:19','2006-02-15 22:12:31'),(315,12,2,5242,'3.99','2005-07-09 13:20:25','2006-02-15 22:12:31'),(316,12,1,6773,'2.99','2005-07-12 15:55:39','2006-02-15 22:12:31'),(317,12,2,7008,'0.99','2005-07-27 01:44:03','2006-02-15 22:12:31'),(318,12,2,7279,'0.99','2005-07-27 11:50:47','2006-02-15 22:12:31'),(319,12,2,8985,'0.99','2005-07-30 04:34:51','2006-02-15 22:12:31'),(320,12,2,9166,'4.99','2005-07-30 11:26:28','2006-02-15 22:12:31'),(321,12,2,9238,'5.99','2005-07-30 13:49:43','2006-02-15 22:12:31'),(322,12,1,9627,'5.99','2005-07-31 04:42:46','2006-02-15 22:12:31'),(323,12,2,9708,'5.99','2005-07-31 07:45:33','2006-02-15 22:12:31'),(324,12,2,10392,'10.99','2005-08-01 06:50:26','2006-02-15 22:12:31'),(325,12,2,11497,'0.99','2005-08-16 22:52:30','2006-02-15 22:12:31'),(326,12,1,12604,'4.99','2005-08-18 16:58:48','2006-02-15 22:12:31'),(327,12,2,13519,'0.99','2005-08-20 02:37:07','2006-02-15 22:12:31'),(328,12,2,13895,'2.99','2005-08-20 15:58:28','2006-02-15 22:12:31'),(329,12,2,14240,'4.99','2005-08-21 05:19:39','2006-02-15 22:12:31'),(330,12,1,15993,'0.99','2005-08-23 20:28:44','2006-02-15 22:12:31'),(331,13,1,1933,'2.99','2005-06-17 06:54:42','2006-02-15 22:12:31'),(332,13,1,2209,'4.99','2005-06-18 02:24:01','2006-02-15 22:12:31'),(333,13,1,2952,'2.99','2005-06-20 06:26:57','2006-02-15 22:12:31'),(334,13,1,3047,'8.99','2005-06-20 12:45:33','2006-02-15 22:12:31'),(335,13,2,3946,'2.99','2005-07-06 21:39:24','2006-02-15 22:12:31'),(336,13,1,6118,'8.99','2005-07-11 07:43:08','2006-02-15 22:12:31'),(337,13,1,6568,'2.99','2005-07-12 05:45:47','2006-02-15 22:12:31'),(338,13,1,6870,'0.99','2005-07-12 20:13:45','2006-02-15 22:12:31'),(339,13,1,6897,'2.99','2005-07-12 21:30:41','2006-02-15 22:12:31'),(340,13,1,7916,'2.99','2005-07-28 11:49:53','2006-02-15 22:12:31'),(341,13,1,8277,'2.99','2005-07-29 01:38:53','2006-02-15 22:12:31'),(342,13,2,8831,'11.99','2005-07-29 22:37:41','2006-02-15 22:12:31'),(343,13,2,9260,'9.99','2005-07-30 14:38:22','2006-02-15 22:12:31'),(344,13,2,9434,'0.99','2005-07-30 21:29:41','2006-02-15 22:12:32'),(345,13,1,9664,'0.99','2005-07-31 06:12:08','2006-02-15 22:12:32'),(346,13,1,9736,'7.99','2005-07-31 08:58:40','2006-02-15 22:12:32'),(347,13,1,10003,'4.99','2005-07-31 17:48:51','2006-02-15 22:12:32'),(348,13,1,11292,'4.99','2005-08-02 14:58:41','2006-02-15 22:12:32'),(349,13,2,11315,'0.99','2005-08-02 16:05:17','2006-02-15 22:12:32'),(350,13,2,11761,'5.99','2005-08-17 09:44:59','2006-02-15 22:12:32'),(351,13,2,12918,'7.99','2005-08-19 04:31:36','2006-02-15 22:12:32'),(352,13,2,13096,'4.99','2005-08-19 10:49:03','2006-02-15 22:12:32'),(353,13,2,13213,'0.99','2005-08-19 15:25:48','2006-02-15 22:12:32'),(354,13,1,13456,'0.99','2005-08-20 00:33:19','2006-02-15 22:12:32'),(355,13,1,14252,'9.99','2005-08-21 05:44:07','2006-02-15 22:12:32'),(356,13,2,14545,'7.99','2005-08-21 15:44:23','2006-02-15 22:12:32'),(357,13,1,15338,'4.99','2005-08-22 20:51:24','2006-02-15 22:12:32'),(358,14,1,151,'0.99','2005-05-26 00:37:28','2006-02-15 22:12:32'),(359,14,1,346,'9.99','2005-05-27 04:34:41','2006-02-15 22:12:32'),(360,14,1,525,'5.99','2005-05-28 04:25:33','2006-02-15 22:12:32'),(361,14,1,671,'2.99','2005-05-28 22:04:30','2006-02-15 22:12:32'),(362,14,2,815,'0.99','2005-05-29 20:24:28','2006-02-15 22:12:32'),(363,14,2,1360,'4.99','2005-06-15 13:32:15','2006-02-15 22:12:32'),(364,14,1,3707,'2.99','2005-07-06 10:21:49','2006-02-15 22:12:32'),(365,14,1,4952,'0.99','2005-07-08 23:00:07','2006-02-15 22:12:32'),(366,14,1,5104,'0.99','2005-07-09 06:37:07','2006-02-15 22:12:32'),(367,14,2,5317,'7.99','2005-07-09 16:10:25','2006-02-15 22:12:32'),(368,14,1,5383,'4.99','2005-07-09 19:14:32','2006-02-15 22:12:32'),(369,14,1,5565,'7.99','2005-07-10 03:29:48','2006-02-15 22:12:32'),(370,14,1,8035,'6.99','2005-07-28 16:23:01','2006-02-15 22:12:32'),(371,14,1,8042,'0.99','2005-07-28 16:45:11','2006-02-15 22:12:32'),(372,14,1,8548,'3.99','2005-07-29 11:11:33','2006-02-15 22:12:32'),(373,14,2,8836,'4.99','2005-07-29 22:46:08','2006-02-15 22:12:32'),(374,14,2,9438,'4.99','2005-07-30 21:36:15','2006-02-15 22:12:32'),(375,14,1,9592,'2.99','2005-07-31 03:21:16','2006-02-15 22:12:32'),(376,14,1,10348,'2.99','2005-08-01 05:23:00','2006-02-15 22:12:32'),(377,14,2,10526,'6.99','2005-08-01 11:55:33','2006-02-15 22:12:32'),(378,14,1,11480,'4.99','2005-08-02 22:18:24','2006-02-15 22:12:32'),(379,14,2,11528,'3.99','2005-08-17 00:27:23','2006-02-15 22:12:32'),(380,14,1,12668,'2.99','2005-08-18 19:16:47','2006-02-15 22:12:32'),(381,14,1,13757,'4.99','2005-08-20 11:20:12','2006-02-15 22:12:32'),(382,14,2,15015,'6.99','2005-08-22 08:43:50','2006-02-15 22:12:32'),(383,14,1,15373,'0.99','2005-08-22 22:08:11','2006-02-15 22:12:32'),(384,14,1,16045,'0.99','2005-08-23 22:25:26','2006-02-15 22:12:32'),(385,14,1,13780,'4.99','2006-02-14 15:16:03','2006-02-15 22:12:32'),(386,15,1,2486,'2.99','2005-06-18 21:26:56','2006-02-15 22:12:32'),(387,15,1,2937,'5.99','2005-06-20 05:15:37','2006-02-15 22:12:32'),(388,15,2,3182,'0.99','2005-06-20 22:52:18','2006-02-15 22:12:32'),(389,15,1,3550,'7.99','2005-07-06 02:29:21','2006-02-15 22:12:32'),(390,15,1,4127,'5.99','2005-07-07 07:26:19','2006-02-15 22:12:32'),(391,15,1,5717,'2.99','2005-07-10 11:02:03','2006-02-15 22:12:32'),(392,15,2,5975,'2.99','2005-07-11 00:14:19','2006-02-15 22:12:32'),(393,15,1,7105,'4.99','2005-07-27 05:15:37','2006-02-15 22:12:32'),(394,15,1,8193,'0.99','2005-07-28 22:50:50','2006-02-15 22:12:32'),(395,15,2,8615,'6.99','2005-07-29 13:36:01','2006-02-15 22:12:32'),(396,15,2,8927,'4.99','2005-07-30 02:13:31','2006-02-15 22:12:32'),(397,15,1,9987,'2.99','2005-07-31 17:22:35','2006-02-15 22:12:32'),(398,15,1,11118,'2.99','2005-08-02 08:44:18','2006-02-15 22:12:32'),(399,15,1,11141,'2.99','2005-08-02 09:29:11','2006-02-15 22:12:32'),(400,15,2,11307,'2.99','2005-08-02 15:48:08','2006-02-15 22:12:32'),(401,15,2,11341,'2.99','2005-08-02 17:09:24','2006-02-15 22:12:32'),(402,15,1,11922,'7.99','2005-08-17 16:20:37','2006-02-15 22:12:32'),(403,15,2,12272,'2.99','2005-08-18 04:39:10','2006-02-15 22:12:32'),(404,15,2,12551,'2.99','2005-08-18 14:46:26','2006-02-15 22:12:32'),(405,15,1,12635,'2.99','2005-08-18 18:00:23','2006-02-15 22:12:32'),(406,15,2,13339,'8.99','2005-08-19 20:18:36','2006-02-15 22:12:32'),(407,15,1,13393,'5.99','2005-08-19 22:03:46','2006-02-15 22:12:32'),(408,15,2,13503,'5.99','2005-08-20 02:00:33','2006-02-15 22:12:32'),(409,15,1,13541,'4.99','2005-08-20 03:41:41','2006-02-15 22:12:32'),(410,15,2,13677,'3.99','2005-08-20 08:34:41','2006-02-15 22:12:32'),(411,15,2,14569,'0.99','2005-08-21 16:31:22','2006-02-15 22:12:32'),(412,15,2,14776,'4.99','2005-08-21 23:53:35','2006-02-15 22:12:32'),(413,15,2,14872,'8.99','2005-08-22 03:23:41','2006-02-15 22:12:32'),(414,15,1,15178,'0.99','2005-08-22 15:36:04','2006-02-15 22:12:32'),(415,15,1,15897,'4.99','2005-08-23 17:12:31','2006-02-15 22:12:32'),(416,15,1,13798,'3.98','2006-02-14 15:16:03','2006-02-15 22:12:32'),(417,15,2,13968,'0.00','2006-02-14 15:16:03','2006-02-15 22:12:32'),(418,16,1,335,'3.99','2005-05-27 03:07:10','2006-02-15 22:12:32'),(419,16,1,593,'2.99','2005-05-28 13:33:23','2006-02-15 22:12:32'),(420,16,2,887,'0.99','2005-05-30 07:10:00','2006-02-15 22:12:32'),(421,16,1,1017,'2.99','2005-05-31 02:53:36','2006-02-15 22:12:32'),(422,16,2,1934,'6.99','2005-06-17 07:04:57','2006-02-15 22:12:32'),(423,16,1,1944,'7.99','2005-06-17 07:50:53','2006-02-15 22:12:32'),(424,16,1,NULL,'1.99','2005-06-18 04:56:12','2006-02-15 22:12:32'),(425,16,1,2960,'7.99','2005-06-20 07:10:09','2006-02-15 22:12:32'),(426,16,2,3348,'0.99','2005-06-21 11:16:42','2006-02-15 22:12:32'),(427,16,1,3548,'0.99','2005-07-06 02:23:39','2006-02-15 22:12:32'),(428,16,2,4219,'2.99','2005-07-07 12:11:22','2006-02-15 22:12:32'),(429,16,2,4263,'3.99','2005-07-07 14:24:44','2006-02-15 22:12:32'),(430,16,2,4517,'4.99','2005-07-08 02:45:19','2006-02-15 22:12:32'),(431,16,1,6100,'4.99','2005-07-11 06:40:31','2006-02-15 22:12:32'),(432,16,2,7489,'0.99','2005-07-27 19:39:38','2006-02-15 22:12:32'),(433,16,2,7552,'2.99','2005-07-27 22:03:41','2006-02-15 22:12:32'),(434,16,2,8452,'5.99','2005-07-29 07:45:00','2006-02-15 22:12:32'),(435,16,2,9158,'0.99','2005-07-30 11:12:03','2006-02-15 22:12:32'),(436,16,2,9610,'5.99','2005-07-31 03:54:05','2006-02-15 22:12:32'),(437,16,2,10687,'2.99','2005-08-01 17:53:02','2006-02-15 22:12:32'),(438,16,2,10727,'2.99','2005-08-01 19:15:08','2006-02-15 22:12:32'),(439,16,2,11308,'0.99','2005-08-02 15:50:44','2006-02-15 22:12:32'),(440,16,2,12104,'2.99','2005-08-17 22:53:00','2006-02-15 22:12:32'),(441,16,1,12358,'4.99','2005-08-18 07:41:43','2006-02-15 22:12:32'),(442,16,1,12577,'7.99','2005-08-18 15:39:46','2006-02-15 22:12:32'),(443,16,2,13151,'4.99','2005-08-19 13:08:23','2006-02-15 22:12:32'),(444,16,1,13391,'4.99','2005-08-19 22:01:42','2006-02-15 22:12:32'),(445,16,1,13480,'6.99','2005-08-20 01:10:27','2006-02-15 22:12:32'),(446,16,1,14511,'8.99','2005-08-21 14:45:34','2006-02-15 22:12:32'),(447,17,2,287,'2.99','2005-05-26 19:44:54','2006-02-15 22:12:32'),(448,17,1,580,'2.99','2005-05-28 11:19:53','2006-02-15 22:12:32'),(449,17,2,884,'4.99','2005-05-30 06:41:32','2006-02-15 22:12:32'),(450,17,2,2175,'5.99','2005-06-18 00:17:58','2006-02-15 22:12:32'),(451,17,1,2684,'8.99','2005-06-19 12:29:08','2006-02-15 22:12:32'),(452,17,2,3269,'5.99','2005-06-21 05:06:30','2006-02-15 22:12:32'),(453,17,1,5714,'3.99','2005-07-10 10:46:57','2006-02-15 22:12:32'),(454,17,1,5883,'3.99','2005-07-10 19:25:21','2006-02-15 22:12:32'),(455,17,2,6884,'1.99','2005-07-12 20:52:41','2006-02-15 22:12:32'),(456,17,2,8076,'8.99','2005-07-28 17:45:58','2006-02-15 22:12:32'),(457,17,1,8213,'2.99','2005-07-28 23:37:33','2006-02-15 22:12:32'),(458,17,2,9092,'8.99','2005-07-30 08:30:56','2006-02-15 22:12:32'),(459,17,1,9138,'2.99','2005-07-30 10:11:52','2006-02-15 22:12:32'),(460,17,2,9382,'8.99','2005-07-30 19:23:44','2006-02-15 22:12:32'),(461,17,1,9489,'0.99','2005-07-30 23:43:32','2006-02-15 22:12:32'),(462,17,2,11990,'4.99','2005-08-17 18:26:22','2006-02-15 22:12:32'),(463,17,1,13732,'2.99','2005-08-20 10:24:41','2006-02-15 22:12:32'),(464,17,1,14040,'2.99','2005-08-20 21:43:44','2006-02-15 22:12:32'),(465,17,2,14326,'2.99','2005-08-21 08:15:41','2006-02-15 22:12:32'),(466,17,1,14346,'2.99','2005-08-21 08:42:26','2006-02-15 22:12:32'),(467,17,2,15752,'5.99','2005-08-23 12:41:38','2006-02-15 22:12:32'),(468,18,1,50,'2.99','2005-05-25 06:44:53','2006-02-15 22:12:32'),(469,18,1,116,'4.99','2005-05-25 19:27:51','2006-02-15 22:12:32'),(470,18,1,692,'4.99','2005-05-29 01:32:10','2006-02-15 22:12:32'),(471,18,2,1451,'5.99','2005-06-15 19:30:18','2006-02-15 22:12:32'),(472,18,2,1783,'4.99','2005-06-16 19:23:23','2006-02-15 22:12:32'),(473,18,2,2112,'5.99','2005-06-17 19:52:42','2006-02-15 22:12:32'),(474,18,1,2990,'8.99','2005-06-20 09:02:51','2006-02-15 22:12:32'),(475,18,2,4672,'3.99','2005-07-08 10:15:38','2006-02-15 22:12:32'),(476,18,2,4724,'3.99','2005-07-08 12:46:30','2006-02-15 22:12:32'),(477,18,2,4923,'3.99','2005-07-08 21:44:39','2006-02-15 22:12:32'),(478,18,2,6128,'2.99','2005-07-11 08:15:08','2006-02-15 22:12:32'),(479,18,1,6846,'0.99','2005-07-12 19:20:45','2006-02-15 22:12:32'),(480,18,2,8122,'2.99','2005-07-28 19:27:37','2006-02-15 22:12:32'),(481,18,1,8555,'4.99','2005-07-29 11:18:01','2006-02-15 22:12:32'),(482,18,1,9036,'4.99','2005-07-30 06:18:38','2006-02-15 22:12:32'),(483,18,2,9114,'4.99','2005-07-30 09:13:21','2006-02-15 22:12:32'),(484,18,1,10682,'4.99','2005-08-01 17:32:53','2006-02-15 22:12:32'),(485,18,2,10721,'1.99','2005-08-01 19:05:18','2006-02-15 22:12:32'),(486,18,2,11094,'4.99','2005-08-02 08:03:02','2006-02-15 22:12:33'),(487,18,2,11439,'4.99','2005-08-02 20:22:45','2006-02-15 22:12:33'),(488,18,2,12333,'0.99','2005-08-18 06:51:39','2006-02-15 22:12:33'),(489,18,2,13490,'0.99','2005-08-20 01:29:29','2006-02-15 22:12:33'),(490,19,2,18,'0.99','2005-05-25 01:10:47','2006-02-15 22:12:33'),(491,19,2,110,'9.99','2005-05-25 18:43:49','2006-02-15 22:12:33'),(492,19,1,179,'6.99','2005-05-26 04:26:06','2006-02-15 22:12:33'),(493,19,1,337,'2.99','2005-05-27 03:22:30','2006-02-15 22:12:33'),(494,19,2,591,'2.99','2005-05-28 13:11:04','2006-02-15 22:12:33'),(495,19,2,696,'2.99','2005-05-29 01:59:10','2006-02-15 22:12:33'),(496,19,1,2657,'2.99','2005-06-19 10:42:59','2006-02-15 22:12:33'),(497,19,1,2848,'2.99','2005-06-19 22:55:37','2006-02-15 22:12:33'),(498,19,2,3423,'2.99','2005-06-21 17:38:02','2006-02-15 22:12:33'),(499,19,2,3549,'4.99','2005-07-06 02:24:55','2006-02-15 22:12:33'),(500,19,2,6495,'4.99','2005-07-12 02:57:02','2006-02-15 22:12:33'),(501,19,1,9157,'5.99','2005-07-30 11:06:23','2006-02-15 22:12:33'),(502,19,1,9256,'0.99','2005-07-30 14:29:29','2006-02-15 22:12:33'),(503,19,2,10077,'9.99','2005-07-31 20:01:06','2006-02-15 22:12:33'),(504,19,1,10176,'7.99','2005-07-31 23:40:35','2006-02-15 22:12:33'),(505,19,2,11508,'8.99','2005-08-16 23:27:36','2006-02-15 22:12:33'),(506,19,1,11869,'5.99','2005-08-17 14:10:22','2006-02-15 22:12:33'),(507,19,1,12211,'9.99','2005-08-18 02:31:18','2006-02-15 22:12:33'),(508,19,2,12357,'2.99','2005-08-18 07:40:52','2006-02-15 22:12:33'),(509,19,1,13718,'8.99','2005-08-20 09:53:44','2006-02-15 22:12:33'),(510,19,2,13804,'8.99','2005-08-20 12:46:32','2006-02-15 22:12:33'),(511,19,1,14101,'4.99','2005-08-21 00:33:03','2006-02-15 22:12:33'),(512,19,1,15047,'2.99','2005-08-22 09:57:16','2006-02-15 22:12:33'),(513,19,2,15529,'0.99','2005-08-23 03:46:47','2006-02-15 22:12:33'),(514,20,2,202,'2.99','2005-05-26 07:27:36','2006-02-15 22:12:33'),(515,20,2,497,'6.99','2005-05-28 00:54:39','2006-02-15 22:12:33'),(516,20,2,546,'1.99','2005-05-28 07:16:25','2006-02-15 22:12:33'),(517,20,2,1558,'0.99','2005-06-16 02:33:53','2006-02-15 22:12:33'),(518,20,2,2136,'3.99','2005-06-17 21:16:41','2006-02-15 22:12:33'),(519,20,2,2343,'4.99','2005-06-18 11:46:26','2006-02-15 22:12:33'),(520,20,1,3350,'4.99','2005-06-21 11:21:38','2006-02-15 22:12:33'),(521,20,2,4011,'3.99','2005-07-07 00:48:25','2006-02-15 22:12:33'),(522,20,1,4407,'2.99','2005-07-07 21:39:45','2006-02-15 22:12:33'),(523,20,1,5718,'2.99','2005-07-10 11:03:20','2006-02-15 22:12:33'),(524,20,1,6254,'2.99','2005-07-11 15:10:18','2006-02-15 22:12:33'),(525,20,2,6267,'6.99','2005-07-11 15:53:00','2006-02-15 22:12:33'),(526,20,2,7217,'4.99','2005-07-27 09:31:44','2006-02-15 22:12:33'),(527,20,2,7864,'5.99','2005-07-28 10:06:10','2006-02-15 22:12:33'),(528,20,2,8127,'2.99','2005-07-28 19:45:19','2006-02-15 22:12:33'),(529,20,2,9075,'4.99','2005-07-30 07:55:14','2006-02-15 22:12:33'),(530,20,2,9468,'3.99','2005-07-30 22:53:52','2006-02-15 22:12:33'),(531,20,2,10284,'4.99','2005-08-01 03:33:19','2006-02-15 22:12:33'),(532,20,1,10616,'7.99','2005-08-01 14:59:50','2006-02-15 22:12:33'),(533,20,1,10954,'1.99','2005-08-02 03:30:24','2006-02-15 22:12:33'),(534,20,1,11821,'0.99','2005-08-17 12:27:55','2006-02-15 22:12:33'),(535,20,1,12180,'0.99','2005-08-18 01:28:15','2006-02-15 22:12:33'),(536,20,2,13036,'4.99','2005-08-19 08:48:37','2006-02-15 22:12:33'),(537,20,1,13137,'4.99','2005-08-19 12:26:32','2006-02-15 22:12:33'),(538,20,2,13317,'2.99','2005-08-19 19:25:42','2006-02-15 22:12:33'),(539,20,2,14613,'2.99','2005-08-21 18:03:20','2006-02-15 22:12:33'),(540,20,2,15057,'6.99','2005-08-22 10:19:58','2006-02-15 22:12:33'),(541,20,1,15161,'1.99','2005-08-22 14:37:22','2006-02-15 22:12:33'),(542,20,2,15248,'0.99','2005-08-22 17:53:06','2006-02-15 22:12:33'),(543,20,1,15460,'2.99','2005-08-23 01:10:42','2006-02-15 22:12:33'),(544,21,1,260,'3.99','2005-05-26 15:42:20','2006-02-15 22:12:33'),(545,21,2,463,'3.99','2005-05-27 20:11:47','2006-02-15 22:12:33'),(546,21,1,570,'0.99','2005-05-28 10:15:04','2006-02-15 22:12:33'),(547,21,2,2235,'7.99','2005-06-18 04:08:50','2006-02-15 22:12:33'),(548,21,1,2268,'4.99','2005-06-18 06:13:41','2006-02-15 22:12:33'),(549,21,1,2393,'2.99','2005-06-18 15:37:55','2006-02-15 22:12:33'),(550,21,2,2830,'4.99','2005-06-19 21:14:33','2006-02-15 22:12:33'),(551,21,1,3212,'10.99','2005-06-21 01:04:35','2006-02-15 22:12:33'),(552,21,2,5107,'4.99','2005-07-09 06:42:32','2006-02-15 22:12:33'),(553,21,1,5772,'3.99','2005-07-10 13:27:40','2006-02-15 22:12:33'),(554,21,1,5961,'2.99','2005-07-10 23:43:23','2006-02-15 22:12:33'),(555,21,2,6943,'1.99','2005-07-26 23:28:13','2006-02-15 22:12:33'),(556,21,1,7994,'0.99','2005-07-28 14:56:54','2006-02-15 22:12:33'),(557,21,2,8196,'6.99','2005-07-28 22:56:11','2006-02-15 22:12:33'),(558,21,2,8862,'2.99','2005-07-29 23:49:23','2006-02-15 22:12:33'),(559,21,2,9149,'0.99','2005-07-30 10:45:12','2006-02-15 22:12:33'),(560,21,1,9699,'5.99','2005-07-31 07:29:25','2006-02-15 22:12:33'),(561,21,2,10570,'4.99','2005-08-01 13:23:06','2006-02-15 22:12:33'),(562,21,1,10734,'0.99','2005-08-01 19:28:47','2006-02-15 22:12:33'),(563,21,2,11072,'0.99','2005-08-02 07:10:57','2006-02-15 22:12:33'),(564,21,2,11970,'0.99','2005-08-17 17:53:09','2006-02-15 22:12:33'),(565,21,2,12131,'2.99','2005-08-17 23:34:16','2006-02-15 22:12:33'),(566,21,2,12660,'4.99','2005-08-18 19:07:23','2006-02-15 22:12:33'),(567,21,1,12774,'6.99','2005-08-18 23:34:22','2006-02-15 22:12:33'),(568,21,1,13381,'2.99','2005-08-19 21:37:57','2006-02-15 22:12:33'),(569,21,2,13399,'4.99','2005-08-19 22:09:28','2006-02-15 22:12:33'),(570,21,1,13411,'4.99','2005-08-19 22:43:38','2006-02-15 22:12:33'),(571,21,1,13463,'8.99','2005-08-20 00:50:54','2006-02-15 22:12:33'),(572,21,1,13699,'9.99','2005-08-20 09:26:14','2006-02-15 22:12:33'),(573,21,1,13740,'4.99','2005-08-20 10:48:43','2006-02-15 22:12:33'),(574,21,2,14077,'8.99','2005-08-20 23:24:07','2006-02-15 22:12:33'),(575,21,2,14161,'2.99','2005-08-21 02:51:59','2006-02-15 22:12:33'),(576,21,2,14446,'2.99','2005-08-21 12:10:41','2006-02-15 22:12:33'),(577,21,1,14869,'4.99','2005-08-22 03:20:26','2006-02-15 22:12:33'),(578,21,1,14933,'2.99','2006-02-14 15:16:03','2006-02-15 22:12:33'),(579,22,1,370,'4.99','2005-05-27 07:49:43','2006-02-15 22:12:33'),(580,22,1,556,'4.99','2005-05-28 08:31:36','2006-02-15 22:12:33'),(581,22,2,820,'8.99','2005-05-29 21:07:22','2006-02-15 22:12:33'),(582,22,1,3419,'2.99','2005-06-21 17:18:01','2006-02-15 22:12:33'),(583,22,2,4215,'2.99','2005-07-07 12:00:52','2006-02-15 22:12:33'),(584,22,1,5294,'6.99','2005-07-09 15:23:42','2006-02-15 22:12:33'),(585,22,1,5815,'2.99','2005-07-10 15:48:19','2006-02-15 22:12:33'),(586,22,1,7087,'4.99','2005-07-27 04:42:08','2006-02-15 22:12:33'),(587,22,1,7705,'7.99','2005-07-28 04:02:58','2006-02-15 22:12:33'),(588,22,2,9410,'0.99','2005-07-30 20:38:05','2006-02-15 22:12:33'),(589,22,1,9580,'4.99','2005-07-31 03:01:11','2006-02-15 22:12:33'),(590,22,1,12023,'5.99','2005-08-17 19:54:54','2006-02-15 22:12:33'),(591,22,1,12124,'2.99','2005-08-17 23:22:46','2006-02-15 22:12:33'),(592,22,2,12809,'0.99','2005-08-19 00:42:24','2006-02-15 22:12:33'),(593,22,2,13060,'9.99','2005-08-19 09:43:25','2006-02-15 22:12:33'),(594,22,1,14056,'2.99','2005-08-20 22:18:53','2006-02-15 22:12:33'),(595,22,1,14564,'6.99','2005-08-21 16:24:43','2006-02-15 22:12:33'),(596,22,1,15134,'7.99','2005-08-22 13:18:25','2006-02-15 22:12:33'),(597,22,1,15589,'6.99','2005-08-23 06:03:31','2006-02-15 22:12:33'),(598,22,1,15658,'4.99','2005-08-23 08:48:43','2006-02-15 22:12:33'),(599,22,1,15793,'4.99','2005-08-23 14:06:19','2006-02-15 22:12:33'),(600,22,1,12222,'4.99','2006-02-14 15:16:03','2006-02-15 22:12:33'),(601,23,1,129,'8.99','2005-05-25 21:20:03','2006-02-15 22:12:33'),(602,23,1,654,'2.99','2005-05-28 20:15:30','2006-02-15 22:12:33'),(603,23,2,1090,'0.99','2005-05-31 12:03:44','2006-02-15 22:12:33'),(604,23,1,2753,'1.99','2005-06-19 16:44:35','2006-02-15 22:12:33'),(605,23,1,2827,'0.99','2005-06-19 20:50:01','2006-02-15 22:12:33'),(606,23,1,3015,'5.99','2005-06-20 10:48:56','2006-02-15 22:12:33'),(607,23,1,3055,'4.99','2005-06-20 13:19:58','2006-02-15 22:12:33'),(608,23,1,3461,'2.99','2005-06-21 21:49:18','2006-02-15 22:12:34'),(609,23,2,3736,'3.99','2005-07-06 11:43:44','2006-02-15 22:12:34'),(610,23,2,3781,'2.99','2005-07-06 13:53:41','2006-02-15 22:12:34'),(611,23,2,4853,'2.99','2005-07-08 18:43:18','2006-02-15 22:12:34'),(612,23,1,6213,'2.99','2005-07-11 12:43:07','2006-02-15 22:12:34'),(613,23,1,6238,'2.99','2005-07-11 14:20:18','2006-02-15 22:12:34'),(614,23,2,6917,'5.99','2005-07-12 22:30:15','2006-02-15 22:12:34'),(615,23,1,7155,'7.99','2005-07-27 07:18:46','2006-02-15 22:12:34'),(616,23,1,8015,'2.99','2005-07-28 15:33:03','2006-02-15 22:12:34'),(617,23,2,8718,'0.99','2005-07-29 17:41:14','2006-02-15 22:12:34'),(618,23,2,9209,'5.99','2005-07-30 12:55:36','2006-02-15 22:12:34'),(619,23,2,9255,'9.99','2005-07-30 14:26:46','2006-02-15 22:12:34'),(620,23,2,9718,'3.99','2005-07-31 08:25:03','2006-02-15 22:12:34'),(621,23,1,10132,'6.99','2005-07-31 21:50:24','2006-02-15 22:12:34'),(622,23,1,10898,'2.99','2005-08-02 01:29:57','2006-02-15 22:12:34'),(623,23,2,11501,'2.99','2005-08-16 23:04:53','2006-02-15 22:12:34'),(624,23,2,13290,'2.99','2005-08-19 18:31:50','2006-02-15 22:12:34'),(625,23,2,13331,'4.99','2005-08-19 20:00:25','2006-02-15 22:12:34'),(626,23,2,13429,'6.99','2005-08-19 23:25:37','2006-02-15 22:12:34'),(627,23,2,13511,'0.99','2005-08-20 02:21:40','2006-02-15 22:12:34'),(628,23,2,13557,'0.99','2005-08-20 04:12:41','2006-02-15 22:12:34'),(629,23,2,14482,'2.99','2005-08-21 13:42:45','2006-02-15 22:12:34'),(630,23,2,15532,'2.99','2006-02-14 15:16:03','2006-02-15 22:12:34'),(631,24,2,1007,'6.99','2005-05-31 01:02:28','2006-02-15 22:12:34'),(632,24,2,1077,'2.99','2005-05-31 10:22:54','2006-02-15 22:12:34'),(633,24,1,1716,'2.99','2005-06-16 14:39:31','2006-02-15 22:12:34'),(634,24,1,2070,'2.99','2005-06-17 16:27:51','2006-02-15 22:12:34'),(635,24,2,2116,'4.99','2005-06-17 20:16:12','2006-02-15 22:12:34'),(636,24,1,2451,'5.99','2005-06-18 19:28:02','2006-02-15 22:12:34'),(637,24,2,2963,'7.99','2005-06-20 07:33:09','2006-02-15 22:12:34'),(638,24,2,3649,'7.99','2005-07-06 07:32:42','2006-02-15 22:12:34'),(639,24,2,4378,'2.99','2005-07-07 20:29:08','2006-02-15 22:12:34'),(640,24,1,5310,'0.99','2005-07-09 16:00:34','2006-02-15 22:12:34'),(641,24,2,5648,'0.99','2005-07-10 07:09:21','2006-02-15 22:12:34'),(642,24,1,6855,'4.99','2005-07-12 19:46:29','2006-02-15 22:12:34'),(643,24,1,7266,'1.99','2005-07-27 11:22:17','2006-02-15 22:12:34'),(644,24,1,8947,'4.99','2005-07-30 03:15:37','2006-02-15 22:12:34'),(645,24,1,9723,'0.99','2005-07-31 08:31:18','2006-02-15 22:12:34'),(646,24,2,9925,'0.99','2005-07-31 15:08:47','2006-02-15 22:12:34'),(647,24,2,10491,'2.99','2005-08-01 10:38:27','2006-02-15 22:12:34'),(648,24,1,11209,'2.99','2005-08-02 12:09:45','2006-02-15 22:12:34'),(649,24,2,11546,'2.99','2005-08-17 00:57:36','2006-02-15 22:12:34'),(650,24,2,12165,'8.99','2005-08-18 00:53:37','2006-02-15 22:12:34'),(651,24,1,12745,'2.99','2005-08-18 22:22:45','2006-02-15 22:12:34'),(652,24,1,12999,'1.99','2005-08-19 07:34:53','2006-02-15 22:12:34'),(653,24,2,13058,'4.99','2005-08-19 09:40:53','2006-02-15 22:12:34'),(654,24,1,13247,'0.99','2005-08-19 16:45:59','2006-02-15 22:12:34'),(655,24,2,15357,'4.99','2005-08-22 21:28:59','2006-02-15 22:12:34'),(656,25,1,90,'7.99','2005-05-25 14:31:25','2006-02-15 22:12:34'),(657,25,2,1033,'2.99','2005-05-31 04:50:07','2006-02-15 22:12:34'),(658,25,1,1338,'4.99','2005-06-15 12:17:34','2006-02-15 22:12:34'),(659,25,1,1365,'2.99','2005-06-15 14:09:55','2006-02-15 22:12:34'),(660,25,2,1754,'6.99','2005-06-16 17:13:23','2006-02-15 22:12:34'),(661,25,2,2625,'8.99','2005-06-19 08:23:11','2006-02-15 22:12:34'),(662,25,1,2901,'4.99','2005-06-20 02:41:28','2006-02-15 22:12:34'),(663,25,1,3447,'4.99','2005-06-21 20:53:31','2006-02-15 22:12:34'),(664,25,1,4282,'2.99','2005-07-07 15:26:31','2006-02-15 22:12:34'),(665,25,1,4319,'0.99','2005-07-07 17:50:27','2006-02-15 22:12:34'),(666,25,2,4404,'2.99','2005-07-07 21:31:53','2006-02-15 22:12:34'),(667,25,1,5881,'2.99','2005-07-10 19:19:43','2006-02-15 22:12:34'),(668,25,1,6653,'4.99','2005-07-12 11:06:17','2006-02-15 22:12:34'),(669,25,2,6905,'2.99','2005-07-12 22:02:18','2006-02-15 22:12:34'),(670,25,2,8667,'2.99','2005-07-29 15:40:57','2006-02-15 22:12:34'),(671,25,2,8878,'0.99','2005-07-30 00:15:57','2006-02-15 22:12:34'),(672,25,1,9140,'8.99','2005-07-30 10:12:01','2006-02-15 22:12:34'),(673,25,2,9334,'2.99','2005-07-30 17:56:38','2006-02-15 22:12:34'),(674,25,2,9922,'2.99','2005-07-31 14:59:37','2006-02-15 22:12:34'),(675,25,2,10103,'2.99','2005-07-31 20:49:13','2006-02-15 22:12:34'),(676,25,1,10324,'5.99','2005-08-01 04:49:06','2006-02-15 22:12:34'),(677,25,2,10860,'2.99','2005-08-02 00:12:32','2006-02-15 22:12:34'),(678,25,1,10916,'2.99','2005-08-02 02:05:59','2006-02-15 22:12:34'),(679,25,1,11642,'0.99','2005-08-17 04:48:05','2006-02-15 22:12:34'),(680,25,1,12922,'0.99','2005-08-19 04:48:48','2006-02-15 22:12:34'),(681,25,1,14193,'4.99','2005-08-21 03:38:27','2006-02-15 22:12:34'),(682,25,1,14236,'4.99','2005-08-21 05:13:16','2006-02-15 22:12:34'),(683,25,1,15512,'0.99','2005-08-23 02:57:30','2006-02-15 22:12:34'),(684,25,1,15972,'5.99','2005-08-23 20:00:30','2006-02-15 22:12:34'),(685,26,1,796,'2.99','2005-05-29 16:59:44','2006-02-15 22:12:34'),(686,26,2,1105,'2.99','2005-05-31 14:33:56','2006-02-15 22:12:34'),(687,26,1,1440,'5.99','2005-06-15 18:53:14','2006-02-15 22:12:34'),(688,26,2,1706,'4.99','2005-06-16 14:01:02','2006-02-15 22:12:34'),(689,26,1,2093,'9.99','2005-06-17 18:14:08','2006-02-15 22:12:34'),(690,26,2,2416,'3.99','2005-06-18 17:07:34','2006-02-15 22:12:34'),(691,26,2,2421,'6.99','2005-06-18 17:25:05','2006-02-15 22:12:34'),(692,26,1,2532,'4.99','2005-06-19 01:27:46','2006-02-15 22:12:34'),(693,26,1,2745,'4.99','2005-06-19 16:21:19','2006-02-15 22:12:34'),(694,26,1,4065,'2.99','2005-07-07 04:32:28','2006-02-15 22:12:34'),(695,26,1,4274,'4.99','2005-07-07 14:42:04','2006-02-15 22:12:34'),(696,26,1,4382,'4.99','2005-07-07 20:41:03','2006-02-15 22:12:34'),(697,26,2,4402,'0.99','2005-07-07 21:28:46','2006-02-15 22:12:34'),(698,26,1,4431,'6.99','2005-07-07 22:39:02','2006-02-15 22:12:34'),(699,26,1,4536,'3.99','2005-07-08 03:43:22','2006-02-15 22:12:34'),(700,26,1,4641,'6.99','2005-07-08 09:09:46','2006-02-15 22:12:34'),(701,26,1,5437,'2.99','2005-07-09 21:32:29','2006-02-15 22:12:34'),(702,26,1,6149,'1.99','2005-07-11 09:19:31','2006-02-15 22:12:34'),(703,26,2,6243,'2.99','2005-07-11 14:53:25','2006-02-15 22:12:34'),(704,26,2,7328,'0.99','2005-07-27 13:55:18','2006-02-15 22:12:34'),(705,26,1,8241,'4.99','2005-07-29 00:33:36','2006-02-15 22:12:34'),(706,26,1,9484,'0.99','2005-07-30 23:31:40','2006-02-15 22:12:34'),(707,26,1,10386,'3.99','2005-08-01 06:42:20','2006-02-15 22:12:34'),(708,26,1,10996,'3.99','2005-08-02 04:48:11','2006-02-15 22:12:34'),(709,26,2,11314,'2.99','2005-08-02 16:04:08','2006-02-15 22:12:34'),(710,26,1,11338,'0.99','2005-08-02 17:00:12','2006-02-15 22:12:34'),(711,26,1,11744,'5.99','2005-08-17 08:54:30','2006-02-15 22:12:34'),(712,26,2,13111,'4.99','2005-08-19 11:25:10','2006-02-15 22:12:34'),(713,26,2,14183,'4.99','2005-08-21 03:24:29','2006-02-15 22:12:34'),(714,26,2,14192,'8.99','2005-08-21 03:37:42','2006-02-15 22:12:34'),(715,26,2,14603,'1.99','2005-08-21 17:51:06','2006-02-15 22:12:34'),(716,26,1,14677,'7.99','2005-08-21 20:12:30','2006-02-15 22:12:34'),(717,26,1,15384,'2.99','2005-08-22 22:34:44','2006-02-15 22:12:34'),(718,26,1,15722,'7.99','2005-08-23 11:16:29','2006-02-15 22:12:34'),(719,27,2,787,'2.99','2005-05-29 16:03:03','2006-02-15 22:12:34'),(720,27,1,1310,'4.99','2005-06-15 10:11:42','2006-02-15 22:12:35'),(721,27,2,1480,'4.99','2005-06-15 21:17:17','2006-02-15 22:12:35'),(722,27,2,1699,'2.99','2005-06-16 13:05:09','2006-02-15 22:12:35'),(723,27,2,1960,'3.99','2005-06-17 08:59:57','2006-02-15 22:12:35'),(724,27,2,2512,'2.99','2005-06-18 23:48:47','2006-02-15 22:12:35'),(725,27,1,2815,'4.99','2005-06-19 20:03:29','2006-02-15 22:12:35'),(726,27,1,3038,'1.99','2005-06-20 12:28:59','2006-02-15 22:12:35'),(727,27,2,3420,'3.99','2005-06-21 17:22:36','2006-02-15 22:12:35'),(728,27,2,4038,'0.99','2005-07-07 02:52:53','2006-02-15 22:12:35'),(729,27,1,4510,'5.99','2005-07-08 02:34:51','2006-02-15 22:12:35'),(730,27,1,5552,'0.99','2005-07-10 03:01:19','2006-02-15 22:12:35'),(731,27,1,5736,'4.99','2005-07-10 11:45:48','2006-02-15 22:12:35'),(732,27,2,6115,'0.99','2005-07-11 07:36:50','2006-02-15 22:12:35'),(733,27,2,6562,'5.99','2005-07-12 05:26:26','2006-02-15 22:12:35'),(734,27,2,6658,'4.99','2005-07-12 11:13:21','2006-02-15 22:12:35'),(735,27,1,7927,'1.99','2005-07-28 12:13:42','2006-02-15 22:12:35'),(736,27,2,9244,'0.99','2005-07-30 14:06:53','2006-02-15 22:12:35'),(737,27,2,9636,'5.99','2005-07-31 05:12:59','2006-02-15 22:12:35'),(738,27,1,9673,'7.99','2005-07-31 06:34:55','2006-02-15 22:12:35'),(739,27,1,9908,'4.99','2005-07-31 14:39:52','2006-02-15 22:12:35'),(740,27,1,10794,'7.99','2005-08-01 21:51:15','2006-02-15 22:12:35'),(741,27,1,10852,'4.99','2005-08-02 00:00:33','2006-02-15 22:12:35'),(742,27,1,11234,'0.99','2005-08-02 13:12:17','2006-02-15 22:12:35'),(743,27,1,11661,'8.99','2005-08-17 05:25:57','2006-02-15 22:12:35'),(744,27,2,11740,'6.99','2005-08-17 08:48:31','2006-02-15 22:12:35'),(745,27,2,12021,'5.99','2005-08-17 19:52:43','2006-02-15 22:12:35'),(746,27,2,12461,'0.99','2005-08-18 11:28:14','2006-02-15 22:12:35'),(747,27,1,12531,'2.99','2005-08-18 13:57:50','2006-02-15 22:12:35'),(748,27,2,13816,'4.99','2005-08-20 13:13:56','2006-02-15 22:12:35'),(749,27,1,15048,'0.99','2005-08-22 10:00:04','2006-02-15 22:12:35'),(750,28,2,388,'2.99','2005-05-27 10:37:27','2006-02-15 22:12:35'),(751,28,1,868,'2.99','2005-05-30 04:19:55','2006-02-15 22:12:35'),(752,28,2,1240,'2.99','2005-06-15 04:58:07','2006-02-15 22:12:35'),(753,28,1,1543,'4.99','2005-06-16 01:24:08','2006-02-15 22:12:35'),(754,28,2,2299,'3.99','2005-06-18 08:18:52','2006-02-15 22:12:35'),(755,28,2,2604,'0.99','2005-06-19 06:30:10','2006-02-15 22:12:35'),(756,28,1,3231,'0.99','2005-06-21 02:25:00','2006-02-15 22:12:35'),(757,28,1,3845,'0.99','2005-07-06 16:38:14','2006-02-15 22:12:35'),(758,28,2,4704,'0.99','2005-07-08 11:45:35','2006-02-15 22:12:35'),(759,28,2,4951,'4.99','2005-07-08 22:58:21','2006-02-15 22:12:35'),(760,28,2,5653,'2.99','2005-07-10 07:21:27','2006-02-15 22:12:35'),(761,28,1,5817,'5.99','2005-07-10 15:49:12','2006-02-15 22:12:35'),(762,28,2,6032,'0.99','2005-07-11 02:49:01','2006-02-15 22:12:35'),(763,28,2,6476,'0.99','2005-07-12 01:37:48','2006-02-15 22:12:35'),(764,28,1,7580,'9.99','2005-07-27 23:07:40','2006-02-15 22:12:35'),(765,28,1,8464,'4.99','2005-07-29 08:18:20','2006-02-15 22:12:35'),(766,28,1,8901,'2.99','2005-07-30 01:07:12','2006-02-15 22:12:35'),(767,28,2,9544,'2.99','2005-07-31 01:44:51','2006-02-15 22:12:35'),(768,28,2,9593,'4.99','2005-07-31 03:22:30','2006-02-15 22:12:35'),(769,28,2,9705,'4.99','2005-07-31 07:40:33','2006-02-15 22:12:35'),(770,28,2,10116,'2.99','2005-07-31 21:14:02','2006-02-15 22:12:35'),(771,28,2,10294,'6.99','2005-08-01 03:48:12','2006-02-15 22:12:35'),(772,28,1,11444,'2.99','2005-08-02 20:32:55','2006-02-15 22:12:35'),(773,28,1,11856,'3.99','2005-08-17 13:44:49','2006-02-15 22:12:35'),(774,28,2,12190,'2.99','2005-08-18 01:54:44','2006-02-15 22:12:35'),(775,28,1,12359,'0.99','2005-08-18 07:44:05','2006-02-15 22:12:35'),(776,28,1,12708,'2.99','2005-08-18 20:59:17','2006-02-15 22:12:35'),(777,28,2,13783,'4.99','2005-08-20 12:11:03','2006-02-15 22:12:35'),(778,28,2,14540,'2.99','2005-08-21 15:34:23','2006-02-15 22:12:35'),(779,28,1,15445,'4.99','2005-08-23 00:48:29','2006-02-15 22:12:35'),(780,28,1,15491,'2.99','2005-08-23 02:08:40','2006-02-15 22:12:35'),(781,28,2,12938,'2.99','2006-02-14 15:16:03','2006-02-15 22:12:35'),(782,29,2,194,'1.99','2005-05-26 06:52:33','2006-02-15 22:12:35'),(783,29,1,2655,'0.99','2005-06-19 10:38:42','2006-02-15 22:12:35'),(784,29,1,2673,'0.99','2005-06-19 11:42:20','2006-02-15 22:12:35'),(785,29,1,2701,'7.99','2005-06-19 13:33:06','2006-02-15 22:12:35'),(786,29,1,2735,'2.99','2005-06-19 15:42:07','2006-02-15 22:12:35'),(787,29,2,2801,'2.99','2005-06-19 19:18:09','2006-02-15 22:12:35'),(788,29,2,2923,'2.99','2005-06-20 04:16:07','2006-02-15 22:12:35'),(789,29,1,3324,'2.99','2005-06-21 08:49:16','2006-02-15 22:12:35'),(790,29,2,4262,'6.99','2005-07-07 14:24:30','2006-02-15 22:12:35'),(791,29,1,4313,'0.99','2005-07-07 17:36:56','2006-02-15 22:12:35'),(792,29,2,4535,'0.99','2005-07-08 03:40:46','2006-02-15 22:12:35'),(793,29,2,5442,'10.99','2005-07-09 21:55:19','2006-02-15 22:12:35'),(794,29,1,5857,'1.99','2005-07-10 17:59:29','2006-02-15 22:12:35'),(795,29,2,7237,'3.99','2005-07-27 10:12:36','2006-02-15 22:12:35'),(796,29,1,7451,'6.99','2005-07-27 18:18:41','2006-02-15 22:12:35'),(797,29,1,7453,'0.99','2005-07-27 18:27:13','2006-02-15 22:12:35'),(798,29,2,8673,'2.99','2005-07-29 15:50:14','2006-02-15 22:12:35'),(799,29,2,9392,'4.99','2005-07-30 19:50:13','2006-02-15 22:12:35'),(800,29,1,9946,'4.99','2005-07-31 15:48:54','2006-02-15 22:12:35'),(801,29,1,10543,'5.99','2005-08-01 12:36:09','2006-02-15 22:12:35'),(802,29,2,10899,'1.99','2005-08-02 01:30:21','2006-02-15 22:12:35'),(803,29,1,11079,'4.99','2005-08-02 07:29:10','2006-02-15 22:12:35'),(804,29,2,11962,'2.99','2005-08-17 17:34:38','2006-02-15 22:12:35'),(805,29,1,12488,'4.99','2005-08-18 12:48:22','2006-02-15 22:12:35'),(806,29,1,12508,'2.99','2005-08-18 13:20:13','2006-02-15 22:12:35'),(807,29,2,12569,'6.99','2005-08-18 15:20:46','2006-02-15 22:12:35'),(808,29,2,12615,'6.99','2005-08-18 17:16:07','2006-02-15 22:12:35'),(809,29,2,13173,'2.99','2005-08-19 13:50:36','2006-02-15 22:12:35'),(810,29,1,13436,'0.99','2005-08-19 23:36:25','2006-02-15 22:12:35'),(811,29,2,13777,'2.99','2005-08-20 12:03:35','2006-02-15 22:12:35'),(812,29,1,13832,'3.99','2005-08-20 14:00:25','2006-02-15 22:12:35'),(813,29,1,14174,'0.99','2005-08-21 03:01:45','2006-02-15 22:12:35'),(814,29,1,14703,'4.99','2005-08-21 21:01:19','2006-02-15 22:12:35'),(815,29,1,14985,'7.99','2005-08-22 07:35:56','2006-02-15 22:12:35'),(816,29,1,14997,'5.99','2005-08-22 07:53:00','2006-02-15 22:12:35'),(817,29,2,15577,'0.99','2006-02-14 15:16:03','2006-02-15 22:12:35'),(818,30,2,1874,'1.99','2005-06-17 02:39:20','2006-02-15 22:12:35'),(819,30,2,1895,'2.99','2005-06-17 04:25:12','2006-02-15 22:12:35'),(820,30,2,2154,'4.99','2005-06-17 22:59:42','2006-02-15 22:12:35'),(821,30,2,2730,'2.99','2005-06-19 15:10:09','2006-02-15 22:12:35'),(822,30,1,3964,'4.99','2005-07-06 22:23:02','2006-02-15 22:12:35'),(823,30,2,4471,'2.99','2005-07-08 00:21:29','2006-02-15 22:12:35'),(824,30,2,4642,'2.99','2005-07-08 09:13:28','2006-02-15 22:12:35'),(825,30,2,5028,'5.99','2005-07-09 02:34:45','2006-02-15 22:12:36'),(826,30,1,5108,'9.99','2005-07-09 06:44:30','2006-02-15 22:12:36'),(827,30,1,5289,'0.99','2005-07-09 15:14:08','2006-02-15 22:12:36'),(828,30,2,5972,'7.99','2005-07-11 00:08:54','2006-02-15 22:12:36'),(829,30,1,6249,'0.99','2005-07-11 15:02:02','2006-02-15 22:12:36'),(830,30,2,6359,'2.99','2005-07-11 21:06:17','2006-02-15 22:12:36'),(831,30,2,7394,'2.99','2005-07-27 16:03:08','2006-02-15 22:12:36'),(832,30,2,7769,'4.99','2005-07-28 06:45:23','2006-02-15 22:12:36'),(833,30,1,8030,'4.99','2005-07-28 16:12:53','2006-02-15 22:12:36'),(834,30,2,8038,'4.99','2005-07-28 16:32:55','2006-02-15 22:12:36'),(835,30,1,8083,'4.99','2005-07-28 18:09:48','2006-02-15 22:12:36'),(836,30,1,8641,'2.99','2005-07-29 14:37:30','2006-02-15 22:12:36'),(837,30,2,9309,'2.99','2005-07-30 16:55:53','2006-02-15 22:12:36'),(838,30,2,9551,'0.99','2005-07-31 02:04:58','2006-02-15 22:12:36'),(839,30,1,9641,'0.99','2005-07-31 05:33:48','2006-02-15 22:12:36'),(840,30,1,9998,'2.99','2005-07-31 17:40:35','2006-02-15 22:12:36'),(841,30,1,10235,'6.99','2005-08-01 01:57:48','2006-02-15 22:12:36'),(842,30,1,12240,'2.99','2005-08-18 03:27:11','2006-02-15 22:12:36'),(843,30,1,12546,'2.99','2005-08-18 14:29:37','2006-02-15 22:12:36'),(844,30,2,12758,'0.99','2005-08-18 22:58:34','2006-02-15 22:12:36'),(845,30,1,13435,'0.99','2005-08-19 23:35:44','2006-02-15 22:12:36'),(846,30,1,13682,'4.99','2005-08-20 08:50:39','2006-02-15 22:12:36'),(847,30,1,14339,'0.99','2005-08-21 08:37:15','2006-02-15 22:12:36'),(848,30,1,14585,'2.99','2005-08-21 17:18:33','2006-02-15 22:12:36'),(849,30,1,15063,'4.99','2005-08-22 10:39:51','2006-02-15 22:12:36'),(850,30,1,15544,'4.99','2005-08-23 04:17:56','2006-02-15 22:12:36'),(851,30,2,15829,'2.99','2005-08-23 15:17:14','2006-02-15 22:12:36'),(852,31,2,1656,'4.99','2005-06-16 10:05:40','2006-02-15 22:12:36'),(853,31,1,1838,'1.99','2005-06-16 23:20:16','2006-02-15 22:12:36'),(854,31,1,2233,'0.99','2005-06-18 03:57:36','2006-02-15 22:12:36'),(855,31,2,2341,'6.99','2005-06-18 11:35:30','2006-02-15 22:12:36'),(856,31,1,2396,'7.99','2005-06-18 15:49:48','2006-02-15 22:12:36'),(857,31,2,2438,'0.99','2005-06-18 18:34:21','2006-02-15 22:12:36'),(858,31,1,2530,'0.99','2005-06-19 01:20:00','2006-02-15 22:12:36'),(859,31,2,2648,'4.99','2005-06-19 10:06:20','2006-02-15 22:12:36'),(860,31,2,3117,'2.99','2005-06-20 18:05:15','2006-02-15 22:12:36'),(861,31,2,3172,'1.99','2005-06-20 22:19:25','2006-02-15 22:12:36'),(862,31,1,3205,'0.99','2005-06-21 00:38:47','2006-02-15 22:12:36'),(863,31,1,3701,'4.99','2005-07-06 10:12:45','2006-02-15 22:12:36'),(864,31,2,3967,'4.99','2005-07-06 22:45:10','2006-02-15 22:12:36'),(865,31,1,4122,'6.99','2005-07-07 07:15:35','2006-02-15 22:12:36'),(866,31,2,4738,'9.99','2005-07-08 13:24:58','2006-02-15 22:12:36'),(867,31,1,6208,'3.99','2005-07-11 12:34:56','2006-02-15 22:12:36'),(868,31,2,6580,'4.99','2005-07-12 06:26:10','2006-02-15 22:12:36'),(869,31,1,7000,'1.99','2005-07-27 01:23:24','2006-02-15 22:12:36'),(870,31,2,7138,'3.99','2005-07-27 06:47:13','2006-02-15 22:12:36'),(871,31,2,7178,'2.99','2005-07-27 08:09:25','2006-02-15 22:12:36'),(872,31,2,7464,'2.99','2005-07-27 18:49:42','2006-02-15 22:12:36'),(873,31,2,8997,'0.99','2005-07-30 04:53:56','2006-02-15 22:12:36'),(874,31,2,12085,'4.99','2005-08-17 22:17:09','2006-02-15 22:12:36'),(875,31,1,12377,'0.99','2005-08-18 08:26:05','2006-02-15 22:12:36'),(876,31,2,15682,'6.99','2005-08-23 09:37:34','2006-02-15 22:12:36'),(877,31,2,15816,'6.99','2005-08-23 14:58:06','2006-02-15 22:12:36'),(878,32,2,483,'4.99','2005-05-27 23:00:25','2006-02-15 22:12:36'),(879,32,2,803,'4.99','2005-05-29 17:52:30','2006-02-15 22:12:36'),(880,32,2,1067,'4.99','2005-05-31 09:12:13','2006-02-15 22:12:36'),(881,32,2,1887,'6.99','2005-06-17 03:53:18','2006-02-15 22:12:36'),(882,32,2,2160,'0.99','2005-06-17 23:39:11','2006-02-15 22:12:36'),(883,32,2,2624,'5.99','2005-06-19 08:22:09','2006-02-15 22:12:36'),(884,32,2,2891,'1.99','2005-06-20 02:02:05','2006-02-15 22:12:36'),(885,32,1,3500,'2.99','2005-07-06 00:11:13','2006-02-15 22:12:36'),(886,32,1,4434,'2.99','2005-07-07 22:48:34','2006-02-15 22:12:36'),(887,32,2,4771,'2.99','2005-07-08 15:33:32','2006-02-15 22:12:36'),(888,32,2,4899,'0.99','2005-07-08 20:37:11','2006-02-15 22:12:36'),(889,32,1,5307,'9.99','2005-07-09 15:57:15','2006-02-15 22:12:36'),(890,32,1,5767,'0.99','2005-07-10 13:13:18','2006-02-15 22:12:36'),(891,32,1,5954,'2.99','2005-07-10 23:22:01','2006-02-15 22:12:36'),(892,32,1,6122,'3.99','2005-07-11 07:58:07','2006-02-15 22:12:36'),(893,32,2,6450,'2.99','2005-07-12 00:49:05','2006-02-15 22:12:36'),(894,32,1,7084,'6.99','2005-07-27 04:34:07','2006-02-15 22:12:36'),(895,32,1,7589,'5.99','2005-07-27 23:23:36','2006-02-15 22:12:36'),(896,32,1,7793,'2.99','2005-07-28 07:26:14','2006-02-15 22:12:36'),(897,32,2,8390,'5.99','2005-07-29 05:52:26','2006-02-15 22:12:36'),(898,32,2,8453,'2.99','2005-07-29 07:46:29','2006-02-15 22:12:36'),(899,32,2,8914,'2.99','2005-07-30 01:42:03','2006-02-15 22:12:36'),(900,32,1,11135,'4.99','2005-08-02 09:22:25','2006-02-15 22:12:36'),(901,32,2,11831,'4.99','2005-08-17 12:54:47','2006-02-15 22:12:36'),(902,32,2,12414,'9.99','2005-08-18 09:50:40','2006-02-15 22:12:36'),(903,32,1,13736,'8.99','2005-08-20 10:31:23','2006-02-15 22:12:36'),(904,32,1,13931,'1.99','2005-08-20 17:16:10','2006-02-15 22:12:36'),(905,32,1,14075,'0.99','2005-08-20 23:18:54','2006-02-15 22:12:36'),(906,32,2,14570,'5.99','2005-08-21 16:32:32','2006-02-15 22:12:36'),(907,33,1,165,'2.99','2005-05-26 02:28:36','2006-02-15 22:12:36'),(908,33,1,1301,'10.99','2005-06-15 09:46:33','2006-02-15 22:12:36'),(909,33,2,3173,'8.99','2005-06-20 22:21:10','2006-02-15 22:12:36'),(910,33,1,4095,'5.99','2005-07-07 06:01:48','2006-02-15 22:12:36'),(911,33,1,5421,'0.99','2005-07-09 20:49:12','2006-02-15 22:12:36'),(912,33,1,5723,'4.99','2005-07-10 11:14:48','2006-02-15 22:12:36'),(913,33,2,6280,'0.99','2005-07-11 16:36:17','2006-02-15 22:12:36'),(914,33,1,7992,'4.99','2005-07-28 14:53:06','2006-02-15 22:12:36'),(915,33,1,9040,'4.99','2005-07-30 06:31:45','2006-02-15 22:12:36'),(916,33,2,9085,'4.99','2005-07-30 08:17:24','2006-02-15 22:12:36'),(917,33,1,9254,'1.99','2005-07-30 14:26:11','2006-02-15 22:12:36'),(918,33,2,10335,'2.99','2005-08-01 04:59:30','2006-02-15 22:12:36'),(919,33,1,10870,'4.99','2005-08-02 00:27:12','2006-02-15 22:12:36'),(920,33,1,13241,'7.99','2005-08-19 16:25:00','2006-02-15 22:12:36'),(921,33,1,13858,'2.99','2005-08-20 14:50:57','2006-02-15 22:12:36'),(922,33,1,13958,'7.99','2005-08-20 18:11:44','2006-02-15 22:12:36'),(923,33,1,14002,'0.99','2005-08-20 20:12:19','2006-02-15 22:12:36'),(924,33,1,14623,'0.99','2005-08-21 18:29:13','2006-02-15 22:12:36'),(925,33,1,15096,'5.99','2005-08-22 11:43:04','2006-02-15 22:12:36'),(926,33,2,15115,'2.99','2005-08-22 12:28:01','2006-02-15 22:12:36'),(927,33,1,12277,'0.99','2006-02-14 15:16:03','2006-02-15 22:12:36'),(928,34,1,1900,'4.99','2005-06-17 04:29:58','2006-02-15 22:12:36'),(929,34,2,2257,'5.99','2005-06-18 05:29:52','2006-02-15 22:12:36'),(930,34,1,3150,'0.99','2005-06-20 20:35:28','2006-02-15 22:12:36'),(931,34,2,3508,'3.99','2005-07-06 00:24:25','2006-02-15 22:12:36'),(932,34,1,3911,'2.99','2005-07-06 20:09:11','2006-02-15 22:12:36'),(933,34,1,5188,'4.99','2005-07-09 10:22:31','2006-02-15 22:12:36'),(934,34,2,5643,'4.99','2005-07-10 06:49:00','2006-02-15 22:12:36'),(935,34,2,5918,'5.99','2005-07-10 21:32:06','2006-02-15 22:12:36'),(936,34,2,7015,'2.99','2005-07-27 02:15:01','2006-02-15 22:12:36'),(937,34,2,7124,'2.99','2005-07-27 06:09:30','2006-02-15 22:12:36'),(938,34,1,7532,'0.99','2005-07-27 21:20:52','2006-02-15 22:12:36'),(939,34,1,9160,'3.99','2005-07-30 11:17:33','2006-02-15 22:12:37'),(940,34,1,10523,'0.99','2005-08-01 11:52:32','2006-02-15 22:12:37'),(941,34,1,10615,'4.99','2005-08-01 14:58:14','2006-02-15 22:12:37'),(942,34,2,11096,'0.99','2005-08-02 08:05:19','2006-02-15 22:12:37'),(943,34,1,11505,'2.99','2005-08-16 23:18:47','2006-02-15 22:12:37'),(944,34,2,11701,'4.99','2005-08-17 07:15:47','2006-02-15 22:12:37'),(945,34,2,12286,'2.99','2005-08-18 04:57:59','2006-02-15 22:12:37'),(946,34,1,12599,'2.99','2005-08-18 16:42:45','2006-02-15 22:12:37'),(947,34,1,12651,'0.99','2005-08-18 18:36:16','2006-02-15 22:12:37'),(948,34,1,13371,'4.99','2005-08-19 21:21:47','2006-02-15 22:12:37'),(949,34,2,13949,'2.99','2005-08-20 17:55:13','2006-02-15 22:12:37'),(950,34,1,14686,'5.99','2005-08-21 20:32:08','2006-02-15 22:12:37'),(951,34,2,14701,'7.99','2005-08-21 20:54:32','2006-02-15 22:12:37'),(952,35,2,47,'3.99','2005-05-25 06:05:20','2006-02-15 22:12:37'),(953,35,1,424,'6.99','2005-05-27 15:34:01','2006-02-15 22:12:37'),(954,35,1,1579,'0.99','2005-06-16 04:09:08','2006-02-15 22:12:37'),(955,35,1,1989,'2.99','2005-06-17 10:47:24','2006-02-15 22:12:37'),(956,35,1,2229,'4.99','2005-06-18 03:50:18','2006-02-15 22:12:37'),(957,35,1,2231,'0.99','2005-06-18 03:52:14','2006-02-15 22:12:37'),(958,35,1,2743,'2.99','2005-06-19 16:15:56','2006-02-15 22:12:37'),(959,35,2,3112,'4.99','2005-06-20 17:53:30','2006-02-15 22:12:37'),(960,35,2,3597,'2.99','2005-07-06 05:03:59','2006-02-15 22:12:37'),(961,35,2,4098,'4.99','2005-07-07 06:14:51','2006-02-15 22:12:37'),(962,35,2,4990,'0.99','2005-07-09 00:48:49','2006-02-15 22:12:37'),(963,35,1,5013,'2.99','2005-07-09 01:46:45','2006-02-15 22:12:37'),(964,35,2,5323,'0.99','2005-07-09 16:34:07','2006-02-15 22:12:37'),(965,35,1,5916,'5.99','2005-07-10 21:26:31','2006-02-15 22:12:37'),(966,35,1,5963,'0.99','2005-07-10 23:47:08','2006-02-15 22:12:37'),(967,35,1,6147,'5.99','2005-07-11 09:13:08','2006-02-15 22:12:37'),(968,35,1,6401,'4.99','2005-07-11 22:44:34','2006-02-15 22:12:37'),(969,35,1,6565,'4.99','2005-07-12 05:39:50','2006-02-15 22:12:37'),(970,35,1,6572,'4.99','2005-07-12 05:56:38','2006-02-15 22:12:37'),(971,35,1,7140,'4.99','2005-07-27 06:54:12','2006-02-15 22:12:37'),(972,35,1,8822,'6.99','2005-07-29 22:20:21','2006-02-15 22:12:37'),(973,35,1,8971,'5.99','2005-07-30 04:03:58','2006-02-15 22:12:37'),(974,35,2,9033,'2.99','2005-07-30 06:07:42','2006-02-15 22:12:37'),(975,35,1,9579,'6.99','2005-07-31 02:59:20','2006-02-15 22:12:37'),(976,35,1,11298,'1.99','2005-08-02 15:32:32','2006-02-15 22:12:37'),(977,35,1,11452,'7.99','2005-08-02 20:59:52','2006-02-15 22:12:37'),(978,35,1,11645,'4.99','2005-08-17 04:50:56','2006-02-15 22:12:37'),(979,35,1,12055,'4.99','2005-08-17 21:02:19','2006-02-15 22:12:37'),(980,35,1,13735,'2.99','2005-08-20 10:31:01','2006-02-15 22:12:37'),(981,35,1,14110,'0.99','2005-08-21 00:53:09','2006-02-15 22:12:37'),(982,35,2,14124,'2.99','2005-08-21 01:31:51','2006-02-15 22:12:37'),(983,35,2,14735,'4.99','2005-08-21 22:25:09','2006-02-15 22:12:37'),(984,36,1,349,'0.99','2005-05-27 04:53:11','2006-02-15 22:12:37'),(985,36,1,716,'0.99','2005-05-29 04:35:29','2006-02-15 22:12:37'),(986,36,2,2741,'0.99','2005-06-19 16:05:41','2006-02-15 22:12:37'),(987,36,2,4135,'0.99','2005-07-07 08:15:03','2006-02-15 22:12:37'),(988,36,2,4560,'4.99','2005-07-08 04:58:48','2006-02-15 22:12:37'),(989,36,2,4762,'4.99','2005-07-08 14:54:42','2006-02-15 22:12:37'),(990,36,1,5403,'0.99','2005-07-09 20:07:09','2006-02-15 22:12:37'),(991,36,2,6030,'0.99','2005-07-11 02:37:51','2006-02-15 22:12:37'),(992,36,1,7205,'6.99','2005-07-27 09:06:13','2006-02-15 22:12:37'),(993,36,1,7647,'0.99','2005-07-28 01:35:17','2006-02-15 22:12:37'),(994,36,2,7919,'6.99','2005-07-28 11:59:45','2006-02-15 22:12:37'),(995,36,2,8099,'0.99','2005-07-28 18:35:12','2006-02-15 22:12:37'),(996,36,1,8391,'2.99','2005-07-29 05:52:50','2006-02-15 22:12:37'),(997,36,1,8952,'4.99','2005-07-30 03:20:38','2006-02-15 22:12:37'),(998,36,1,9369,'2.99','2005-07-30 18:52:19','2006-02-15 22:12:37'),(999,36,2,9805,'0.99','2005-07-31 11:11:10','2006-02-15 22:12:37'),(1000,36,2,10525,'2.99','2005-08-01 11:53:17','2006-02-15 22:12:37'),(1001,36,2,10761,'2.99','2005-08-01 20:25:35','2006-02-15 22:12:37'),(1002,36,1,10963,'0.99','2005-08-02 03:48:17','2006-02-15 22:12:37'),(1003,36,2,10964,'6.99','2005-08-02 03:56:23','2006-02-15 22:12:37'),(1004,36,2,11616,'4.99','2005-08-17 04:00:01','2006-02-15 22:12:37'),(1005,36,1,11813,'4.99','2005-08-17 12:06:54','2006-02-15 22:12:37'),(1006,36,2,13562,'2.99','2005-08-20 04:31:45','2006-02-15 22:12:37'),(1007,36,2,13564,'1.99','2005-08-20 04:34:46','2006-02-15 22:12:37'),(1008,36,1,13674,'4.99','2005-08-20 08:30:54','2006-02-15 22:12:37'),(1009,36,1,14647,'9.99','2005-08-21 19:15:33','2006-02-15 22:12:37'),(1010,36,2,15657,'4.99','2005-08-23 08:42:40','2006-02-15 22:12:37'),(1011,37,1,25,'0.99','2005-05-25 03:21:20','2006-02-15 22:12:37'),(1012,37,1,923,'2.99','2005-05-30 11:58:50','2006-02-15 22:12:37'),(1013,37,1,1583,'4.99','2005-06-16 04:44:23','2006-02-15 22:12:37'),(1014,37,2,1812,'1.99','2005-06-16 21:08:46','2006-02-15 22:12:37'),(1015,37,2,1854,'3.99','2005-06-17 00:43:57','2006-02-15 22:12:37'),(1016,37,2,3472,'7.99','2005-07-05 22:56:33','2006-02-15 22:12:37'),(1017,37,1,3734,'5.99','2005-07-06 11:40:27','2006-02-15 22:12:37'),(1018,37,1,5425,'5.99','2005-07-09 21:02:26','2006-02-15 22:12:37'),(1019,37,2,7939,'0.99','2005-07-28 12:45:47','2006-02-15 22:12:37'),(1020,37,1,8419,'9.99','2005-07-29 06:54:48','2006-02-15 22:12:37'),(1021,37,1,9567,'5.99','2005-07-31 02:36:11','2006-02-15 22:12:37'),(1022,37,1,10538,'2.99','2005-08-01 12:22:41','2006-02-15 22:12:37'),(1023,37,1,11176,'3.99','2005-08-02 10:39:43','2006-02-15 22:12:37'),(1024,37,1,13046,'7.99','2005-08-19 09:21:10','2006-02-15 22:12:37'),(1025,37,2,13147,'4.99','2005-08-19 12:55:09','2006-02-15 22:12:37'),(1026,37,2,13444,'0.99','2005-08-20 00:00:24','2006-02-15 22:12:37'),(1027,37,2,13493,'3.99','2005-08-20 01:33:36','2006-02-15 22:12:37'),(1028,37,2,14025,'8.99','2005-08-20 21:19:36','2006-02-15 22:12:37'),(1029,37,1,14084,'0.99','2005-08-20 23:42:46','2006-02-15 22:12:37'),(1030,37,2,14532,'2.99','2005-08-21 15:15:03','2006-02-15 22:12:37'),(1031,37,1,15028,'3.99','2005-08-22 09:03:44','2006-02-15 22:12:37'),(1032,37,1,15904,'0.99','2005-08-23 17:32:19','2006-02-15 22:12:37'),(1033,37,2,16035,'0.99','2005-08-23 22:08:04','2006-02-15 22:12:37'),(1034,38,2,1250,'2.99','2005-06-15 05:55:40','2006-02-15 22:12:37'),(1035,38,1,2550,'1.99','2005-06-19 02:49:55','2006-02-15 22:12:37'),(1036,38,2,2605,'1.99','2005-06-19 06:48:01','2006-02-15 22:12:37'),(1037,38,2,3003,'4.99','2005-06-20 10:00:51','2006-02-15 22:12:37'),(1038,38,2,3392,'3.99','2005-06-21 15:12:44','2006-02-15 22:12:37'),(1039,38,1,4202,'5.99','2005-07-07 11:23:48','2006-02-15 22:12:37'),(1040,38,2,4228,'1.99','2005-07-07 12:42:02','2006-02-15 22:12:37'),(1041,38,1,4300,'4.99','2005-07-07 16:36:16','2006-02-15 22:12:37'),(1042,38,2,4644,'4.99','2005-07-08 09:14:29','2006-02-15 22:12:37'),(1043,38,1,5273,'2.99','2005-07-09 14:31:24','2006-02-15 22:12:37'),(1044,38,2,5460,'2.99','2005-07-09 22:46:14','2006-02-15 22:12:37'),(1045,38,1,5822,'2.99','2005-07-10 16:10:39','2006-02-15 22:12:37'),(1046,38,1,6864,'5.99','2005-07-12 19:59:25','2006-02-15 22:12:38'),(1047,38,1,6961,'0.99','2005-07-27 00:10:49','2006-02-15 22:12:38'),(1048,38,2,7158,'4.99','2005-07-27 07:23:58','2006-02-15 22:12:38'),(1049,38,2,7163,'5.99','2005-07-27 07:36:11','2006-02-15 22:12:38'),(1050,38,2,7321,'5.99','2005-07-27 13:33:38','2006-02-15 22:12:38'),(1051,38,1,7795,'0.99','2005-07-28 07:28:16','2006-02-15 22:12:38'),(1052,38,2,8924,'3.99','2005-07-30 02:08:58','2006-02-15 22:12:38'),(1053,38,2,9216,'0.99','2005-07-30 13:11:19','2006-02-15 22:12:38'),(1054,38,1,9284,'0.99','2005-07-30 15:25:19','2006-02-15 22:12:38'),(1055,38,1,9621,'4.99','2005-07-31 04:21:08','2006-02-15 22:12:38'),(1056,38,2,10111,'2.99','2005-07-31 21:08:33','2006-02-15 22:12:38'),(1057,38,2,10524,'6.99','2005-08-01 11:53:12','2006-02-15 22:12:38'),(1058,38,2,11049,'3.99','2005-08-02 06:15:40','2006-02-15 22:12:38'),(1059,38,1,11344,'2.99','2005-08-02 17:13:26','2006-02-15 22:12:38'),(1060,38,1,11817,'4.99','2005-08-17 12:20:01','2006-02-15 22:12:38'),(1061,38,2,12092,'0.99','2005-08-17 22:28:15','2006-02-15 22:12:38'),(1062,38,2,12187,'1.99','2005-08-18 01:45:50','2006-02-15 22:12:38'),(1063,38,1,14554,'4.99','2005-08-21 16:03:01','2006-02-15 22:12:38'),(1064,38,2,14632,'2.99','2005-08-21 18:48:06','2006-02-15 22:12:38'),(1065,38,1,14787,'6.99','2005-08-22 00:25:59','2006-02-15 22:12:38'),(1066,38,1,15668,'2.99','2005-08-23 09:02:04','2006-02-15 22:12:38'),(1067,38,1,15738,'5.99','2005-08-23 11:55:50','2006-02-15 22:12:38'),(1068,39,1,1625,'5.99','2005-06-16 07:49:08','2006-02-15 22:12:38'),(1069,39,1,1905,'4.99','2005-06-17 04:51:43','2006-02-15 22:12:38'),(1070,39,2,2135,'0.99','2005-06-17 21:14:02','2006-02-15 22:12:38'),(1071,39,2,2439,'4.99','2005-06-18 18:35:04','2006-02-15 22:12:38'),(1072,39,1,2631,'4.99','2005-06-19 08:49:53','2006-02-15 22:12:38'),(1073,39,1,2876,'4.99','2005-06-20 01:06:34','2006-02-15 22:12:38'),(1074,39,1,4419,'5.99','2005-07-07 22:06:24','2006-02-15 22:12:38'),(1075,39,2,4695,'8.99','2005-07-08 11:07:59','2006-02-15 22:12:38'),(1076,39,2,4712,'6.99','2005-07-08 12:10:50','2006-02-15 22:12:38'),(1077,39,2,4727,'7.99','2005-07-08 12:54:15','2006-02-15 22:12:38'),(1078,39,1,5451,'4.99','2005-07-09 22:22:10','2006-02-15 22:12:38'),(1079,39,2,5515,'2.99','2005-07-10 01:12:44','2006-02-15 22:12:38'),(1080,39,1,6045,'2.99','2005-07-11 03:21:05','2006-02-15 22:12:38'),(1081,39,2,8307,'6.99','2005-07-29 03:18:34','2006-02-15 22:12:38'),(1082,39,2,8366,'1.99','2005-07-29 05:11:14','2006-02-15 22:12:38'),(1083,39,2,8723,'7.99','2005-07-29 18:03:47','2006-02-15 22:12:38'),(1084,39,1,8805,'2.99','2005-07-29 21:29:58','2006-02-15 22:12:38'),(1085,39,1,9431,'1.99','2005-07-30 21:24:22','2006-02-15 22:12:38'),(1086,39,1,9656,'4.99','2005-07-31 06:00:21','2006-02-15 22:12:38'),(1087,39,2,10052,'4.99','2005-07-31 19:15:13','2006-02-15 22:12:38'),(1088,39,1,10126,'0.99','2005-07-31 21:36:07','2006-02-15 22:12:38'),(1089,39,1,10251,'4.99','2005-08-01 02:39:12','2006-02-15 22:12:38'),(1090,39,2,10269,'4.99','2005-08-01 03:09:26','2006-02-15 22:12:38'),(1091,39,2,10630,'0.99','2005-08-01 15:34:46','2006-02-15 22:12:38'),(1092,39,1,10639,'9.99','2005-08-01 15:44:43','2006-02-15 22:12:38'),(1093,39,2,12268,'0.99','2005-08-18 04:26:54','2006-02-15 22:12:38'),(1094,39,2,12459,'4.99','2005-08-18 11:25:11','2006-02-15 22:12:38'),(1095,39,2,13101,'7.99','2005-08-19 11:01:54','2006-02-15 22:12:38'),(1096,39,2,15124,'5.99','2005-08-22 12:51:38','2006-02-15 22:12:38'),(1097,40,1,128,'4.99','2005-05-25 21:19:53','2006-02-15 22:12:38'),(1098,40,2,2470,'7.99','2005-06-18 20:28:31','2006-02-15 22:12:38'),(1099,40,2,2896,'2.99','2005-06-20 02:33:42','2006-02-15 22:12:38'),(1100,40,1,2993,'4.99','2005-06-20 09:12:12','2006-02-15 22:12:38'),(1101,40,1,3428,'0.99','2005-06-21 18:39:34','2006-02-15 22:12:38'),(1102,40,2,5001,'1.99','2005-07-09 01:17:04','2006-02-15 22:12:38'),(1103,40,2,5777,'2.99','2005-07-10 13:38:41','2006-02-15 22:12:38'),(1104,40,1,5869,'5.99','2005-07-10 18:40:09','2006-02-15 22:12:38'),(1105,40,1,6502,'0.99','2005-07-12 03:15:45','2006-02-15 22:12:38'),(1106,40,2,7684,'0.99','2005-07-28 03:11:54','2006-02-15 22:12:38'),(1107,40,2,8031,'0.99','2005-07-28 16:15:49','2006-02-15 22:12:38'),(1108,40,2,8170,'3.99','2005-07-28 21:32:29','2006-02-15 22:12:38'),(1109,40,1,9050,'8.99','2005-07-30 06:59:55','2006-02-15 22:12:38'),(1110,40,2,9700,'4.99','2005-07-31 07:29:59','2006-02-15 22:12:38'),(1111,40,2,9961,'6.99','2005-07-31 16:07:50','2006-02-15 22:12:38'),(1112,40,1,9975,'1.99','2005-07-31 16:53:43','2006-02-15 22:12:38'),(1113,40,1,10442,'2.99','2005-08-01 08:58:08','2006-02-15 22:12:38'),(1114,40,2,11919,'0.99','2005-08-17 16:08:49','2006-02-15 22:12:38'),(1115,40,2,11948,'3.99','2005-08-17 17:11:05','2006-02-15 22:12:38'),(1116,40,2,12396,'9.99','2005-08-18 09:11:23','2006-02-15 22:12:38'),(1117,40,2,12877,'2.99','2005-08-19 03:16:58','2006-02-15 22:12:38'),(1118,40,1,13149,'6.99','2005-08-19 13:07:12','2006-02-15 22:12:38'),(1119,40,1,13376,'0.99','2005-08-19 21:31:45','2006-02-15 22:12:38'),(1120,40,1,13840,'5.99','2005-08-20 14:23:20','2006-02-15 22:12:38'),(1121,40,1,13951,'2.99','2005-08-20 17:58:11','2006-02-15 22:12:38'),(1122,40,1,14260,'6.99','2005-08-21 06:01:08','2006-02-15 22:12:38'),(1123,40,1,15193,'2.99','2005-08-22 16:06:49','2006-02-15 22:12:38'),(1124,41,1,2563,'4.99','2005-06-19 03:24:17','2006-02-15 22:12:38'),(1125,41,2,3246,'7.99','2005-06-21 03:10:01','2006-02-15 22:12:38'),(1126,41,2,3827,'2.99','2005-07-06 15:52:03','2006-02-15 22:12:38'),(1127,41,2,4294,'9.99','2005-07-07 15:56:23','2006-02-15 22:12:38'),(1128,41,1,4543,'4.99','2005-07-08 04:06:55','2006-02-15 22:12:38'),(1129,41,1,4575,'2.99','2005-07-08 05:49:14','2006-02-15 22:12:38'),(1130,41,1,6976,'4.99','2005-07-27 00:40:01','2006-02-15 22:12:38'),(1131,41,2,7153,'4.99','2005-07-27 07:15:38','2006-02-15 22:12:38'),(1132,41,1,7517,'1.99','2005-07-27 20:57:07','2006-02-15 22:12:38'),(1133,41,2,8008,'6.99','2005-07-28 15:25:55','2006-02-15 22:12:38'),(1134,41,1,8098,'0.99','2005-07-28 18:34:20','2006-02-15 22:12:38'),(1135,41,1,8134,'6.99','2005-07-28 20:01:23','2006-02-15 22:12:38'),(1136,41,2,8225,'2.99','2005-07-28 23:59:29','2006-02-15 22:12:38'),(1137,41,1,8712,'2.99','2005-07-29 17:30:06','2006-02-15 22:12:38'),(1138,41,2,9313,'5.99','2005-07-30 16:59:43','2006-02-15 22:12:38'),(1139,41,1,10064,'2.99','2005-07-31 19:27:02','2006-02-15 22:12:38'),(1140,41,1,10170,'7.99','2005-07-31 23:27:31','2006-02-15 22:12:38'),(1141,41,2,10495,'4.99','2005-08-01 10:45:51','2006-02-15 22:12:38'),(1142,41,1,10853,'5.99','2005-08-02 00:00:54','2006-02-15 22:12:38'),(1143,41,2,12147,'2.99','2005-08-18 00:10:20','2006-02-15 22:12:38'),(1144,41,2,12173,'3.99','2005-08-18 01:08:34','2006-02-15 22:12:38'),(1145,41,2,12821,'0.99','2005-08-19 01:07:02','2006-02-15 22:12:38'),(1146,41,2,14539,'7.99','2005-08-21 15:29:47','2006-02-15 22:12:38'),(1147,41,2,15860,'4.99','2005-08-23 16:08:40','2006-02-15 22:12:38'),(1148,41,1,15875,'2.99','2006-02-14 15:16:03','2006-02-15 22:12:39'),(1149,42,1,635,'5.99','2005-05-28 17:46:57','2006-02-15 22:12:39'),(1150,42,2,1534,'0.99','2005-06-16 00:49:32','2006-02-15 22:12:39'),(1151,42,2,2056,'2.99','2005-06-17 15:27:33','2006-02-15 22:12:39'),(1152,42,1,2170,'3.99','2005-06-17 23:57:34','2006-02-15 22:12:39'),(1153,42,1,2302,'4.99','2005-06-18 08:27:33','2006-02-15 22:12:39'),(1154,42,2,4391,'2.99','2005-07-07 21:09:38','2006-02-15 22:12:39'),(1155,42,2,5199,'4.99','2005-07-09 10:50:56','2006-02-15 22:12:39'),(1156,42,2,5517,'5.99','2005-07-10 01:15:00','2006-02-15 22:12:39'),(1157,42,2,5652,'3.99','2005-07-10 07:18:58','2006-02-15 22:12:39'),(1158,42,1,6179,'2.99','2005-07-11 10:59:59','2006-02-15 22:12:39'),(1159,42,1,6799,'2.99','2005-07-12 16:52:13','2006-02-15 22:12:39'),(1160,42,1,6925,'0.99','2005-07-26 22:52:32','2006-02-15 22:12:39'),(1161,42,1,7405,'3.99','2005-07-27 16:25:11','2006-02-15 22:12:39'),(1162,42,1,8049,'0.99','2005-07-28 16:51:58','2006-02-15 22:12:39'),(1163,42,1,8095,'6.99','2005-07-28 18:32:40','2006-02-15 22:12:39'),(1164,42,1,8166,'2.99','2005-07-28 21:23:33','2006-02-15 22:12:39'),(1165,42,1,8499,'3.99','2005-07-29 09:10:41','2006-02-15 22:12:39'),(1166,42,2,8785,'2.99','2005-07-29 20:36:26','2006-02-15 22:12:39'),(1167,42,2,8852,'3.99','2005-07-29 23:30:03','2006-02-15 22:12:39'),(1168,42,2,8915,'3.99','2005-07-30 01:42:09','2006-02-15 22:12:39'),(1169,42,2,10060,'6.99','2005-07-31 19:23:00','2006-02-15 22:12:39'),(1170,42,2,10345,'2.99','2005-08-01 05:18:56','2006-02-15 22:12:39'),(1171,42,2,10845,'2.99','2005-08-01 23:47:03','2006-02-15 22:12:39'),(1172,42,1,10935,'5.99','2005-08-02 02:54:53','2006-02-15 22:12:39'),(1173,42,1,12478,'4.99','2005-08-18 12:25:16','2006-02-15 22:12:39'),(1174,42,2,12499,'2.99','2005-08-18 13:05:37','2006-02-15 22:12:39'),(1175,42,1,14461,'7.99','2005-08-21 12:50:33','2006-02-15 22:12:39'),(1176,42,1,15442,'2.99','2005-08-23 00:42:49','2006-02-15 22:12:39'),(1177,42,1,13351,'5.98','2006-02-14 15:16:03','2006-02-15 22:12:39'),(1178,42,1,15407,'0.00','2006-02-14 15:16:03','2006-02-15 22:12:39'),(1179,43,2,123,'4.99','2005-05-25 20:26:42','2006-02-15 22:12:39'),(1180,43,1,652,'4.99','2005-05-28 20:08:47','2006-02-15 22:12:39'),(1181,43,2,1544,'4.99','2005-06-16 01:28:22','2006-02-15 22:12:39'),(1182,43,2,3683,'1.99','2005-07-06 09:25:56','2006-02-15 22:12:39'),(1183,43,1,4498,'2.99','2005-07-08 02:07:50','2006-02-15 22:12:39'),(1184,43,1,5162,'4.99','2005-07-09 09:00:11','2006-02-15 22:12:39'),(1185,43,1,5401,'4.99','2005-07-09 19:59:10','2006-02-15 22:12:39'),(1186,43,1,5831,'2.99','2005-07-10 16:34:02','2006-02-15 22:12:39'),(1187,43,2,5941,'4.99','2005-07-10 22:40:47','2006-02-15 22:12:39'),(1188,43,1,6474,'3.99','2005-07-12 01:36:46','2006-02-15 22:12:39'),(1189,43,2,6680,'0.99','2005-07-12 12:01:56','2006-02-15 22:12:39'),(1190,43,1,7348,'4.99','2005-07-27 14:32:32','2006-02-15 22:12:39'),(1191,43,2,7868,'4.99','2005-07-28 10:08:55','2006-02-15 22:12:39'),(1192,43,2,8376,'4.99','2005-07-29 05:25:32','2006-02-15 22:12:39'),(1193,43,1,9204,'4.99','2005-07-30 12:43:58','2006-02-15 22:12:39'),(1194,43,1,11753,'4.99','2005-08-17 09:11:52','2006-02-15 22:12:39'),(1195,43,1,14244,'2.99','2005-08-21 05:29:55','2006-02-15 22:12:39'),(1196,43,1,14649,'4.99','2005-08-21 19:19:21','2006-02-15 22:12:39'),(1197,43,2,14837,'4.99','2005-08-22 01:54:52','2006-02-15 22:12:39'),(1198,43,2,15155,'4.99','2005-08-22 14:27:46','2006-02-15 22:12:39'),(1199,43,2,15800,'6.99','2005-08-23 14:23:44','2006-02-15 22:12:39'),(1200,43,2,15945,'2.99','2005-08-23 18:51:41','2006-02-15 22:12:39'),(1201,43,2,15644,'3.98','2006-02-14 15:16:03','2006-02-15 22:12:39'),(1202,43,1,15745,'0.00','2006-02-14 15:16:03','2006-02-15 22:12:39'),(1203,44,1,29,'0.99','2005-05-25 03:47:12','2006-02-15 22:12:39'),(1204,44,1,99,'4.99','2005-05-25 16:50:20','2006-02-15 22:12:39'),(1205,44,1,407,'2.99','2005-05-27 13:57:38','2006-02-15 22:12:39'),(1206,44,2,721,'0.99','2005-05-29 05:28:47','2006-02-15 22:12:39'),(1207,44,1,904,'2.99','2005-05-30 10:19:42','2006-02-15 22:12:39'),(1208,44,1,1497,'3.99','2005-06-15 21:56:39','2006-02-15 22:12:39'),(1209,44,1,2369,'2.99','2005-06-18 14:25:29','2006-02-15 22:12:39'),(1210,44,1,2809,'3.99','2005-06-19 19:40:27','2006-02-15 22:12:39'),(1211,44,2,2866,'4.99','2005-06-20 00:01:36','2006-02-15 22:12:39'),(1212,44,2,4390,'0.99','2005-07-07 20:59:06','2006-02-15 22:12:39'),(1213,44,2,4723,'9.99','2005-07-08 12:44:59','2006-02-15 22:12:39'),(1214,44,1,5551,'3.99','2005-07-10 03:01:09','2006-02-15 22:12:39'),(1215,44,1,5787,'8.99','2005-07-10 14:08:49','2006-02-15 22:12:39'),(1216,44,2,5849,'6.99','2005-07-10 17:32:33','2006-02-15 22:12:39'),(1217,44,2,5909,'4.99','2005-07-10 20:46:13','2006-02-15 22:12:39'),(1218,44,1,7514,'0.99','2005-07-27 20:51:49','2006-02-15 22:12:39'),(1219,44,2,7526,'6.99','2005-07-27 21:13:47','2006-02-15 22:12:39'),(1220,44,2,8775,'4.99','2005-07-29 20:05:38','2006-02-15 22:12:39'),(1221,44,1,8866,'4.99','2005-07-29 23:58:19','2006-02-15 22:12:39'),(1222,44,1,11364,'2.99','2005-08-02 17:53:36','2006-02-15 22:12:39'),(1223,44,2,12345,'3.99','2005-08-18 07:16:58','2006-02-15 22:12:39'),(1224,44,1,12504,'4.99','2005-08-18 13:17:07','2006-02-15 22:12:39'),(1225,44,1,12790,'6.99','2005-08-19 00:16:54','2006-02-15 22:12:39'),(1226,44,2,12982,'4.99','2005-08-19 07:06:34','2006-02-15 22:12:39'),(1227,44,2,15054,'2.99','2005-08-22 10:14:33','2006-02-15 22:12:39'),(1228,44,2,13428,'4.99','2006-02-14 15:16:03','2006-02-15 22:12:39'),(1229,45,2,277,'2.99','2005-05-26 17:32:11','2006-02-15 22:12:39'),(1230,45,1,1806,'4.99','2005-06-16 20:41:57','2006-02-15 22:12:39'),(1231,45,2,1979,'2.99','2005-06-17 09:45:30','2006-02-15 22:12:39'),(1232,45,2,2722,'4.99','2005-06-19 14:55:17','2006-02-15 22:12:39'),(1233,45,1,3391,'3.99','2005-06-21 15:11:02','2006-02-15 22:12:39'),(1234,45,2,3444,'0.99','2005-06-21 20:39:39','2006-02-15 22:12:39'),(1235,45,1,4843,'0.99','2005-07-08 18:27:28','2006-02-15 22:12:39'),(1236,45,1,5181,'6.99','2005-07-09 10:07:27','2006-02-15 22:12:39'),(1237,45,1,5405,'7.99','2005-07-09 20:11:49','2006-02-15 22:12:39'),(1238,45,1,5637,'0.99','2005-07-10 06:31:37','2006-02-15 22:12:39'),(1239,45,2,6001,'0.99','2005-07-11 01:24:44','2006-02-15 22:12:39'),(1240,45,2,6002,'2.99','2005-07-11 01:27:49','2006-02-15 22:12:39'),(1241,45,1,6966,'9.99','2005-07-27 00:15:35','2006-02-15 22:12:39'),(1242,45,1,7436,'2.99','2005-07-27 17:39:12','2006-02-15 22:12:39'),(1243,45,1,7961,'3.99','2005-07-28 13:47:21','2006-02-15 22:12:39'),(1244,45,1,10507,'2.99','2005-08-01 11:22:20','2006-02-15 22:12:39'),(1245,45,2,10878,'6.99','2005-08-02 00:33:12','2006-02-15 22:12:39'),(1246,45,1,11004,'8.99','2005-08-02 05:04:18','2006-02-15 22:12:39'),(1247,45,1,11029,'4.99','2005-08-02 05:51:10','2006-02-15 22:12:40'),(1248,45,2,11483,'2.99','2005-08-02 22:28:22','2006-02-15 22:12:40'),(1249,45,2,11488,'3.99','2005-08-02 22:35:15','2006-02-15 22:12:40'),(1250,45,1,11725,'2.99','2005-08-17 08:09:00','2006-02-15 22:12:40'),(1251,45,1,13340,'3.99','2005-08-19 20:18:39','2006-02-15 22:12:40'),(1252,45,2,13394,'4.99','2005-08-19 22:05:19','2006-02-15 22:12:40'),(1253,45,1,14576,'6.99','2005-08-21 16:52:03','2006-02-15 22:12:40'),(1254,45,1,15812,'10.99','2005-08-23 14:47:26','2006-02-15 22:12:40'),(1255,45,2,16037,'7.99','2005-08-23 22:13:04','2006-02-15 22:12:40'),(1256,46,2,401,'2.99','2005-05-27 12:57:55','2006-02-15 22:12:40'),(1257,46,2,432,'4.99','2005-05-27 16:40:29','2006-02-15 22:12:40'),(1258,46,1,938,'2.99','2005-05-30 14:47:31','2006-02-15 22:12:40'),(1259,46,1,1166,'4.99','2005-06-14 23:17:03','2006-02-15 22:12:40'),(1260,46,2,1214,'4.99','2005-06-15 03:18:40','2006-02-15 22:12:40'),(1261,46,2,2144,'0.99','2005-06-17 22:05:40','2006-02-15 22:12:40'),(1262,46,1,2203,'2.99','2005-06-18 02:10:42','2006-02-15 22:12:40'),(1263,46,2,2965,'8.99','2005-06-20 07:33:38','2006-02-15 22:12:40'),(1264,46,2,2975,'4.99','2005-06-20 08:06:18','2006-02-15 22:12:40'),(1265,46,2,3439,'4.99','2005-06-21 19:36:15','2006-02-15 22:12:40'),(1266,46,2,3855,'2.99','2005-07-06 17:03:48','2006-02-15 22:12:40'),(1267,46,1,3916,'4.99','2005-07-06 20:18:50','2006-02-15 22:12:40'),(1268,46,2,5698,'4.99','2005-07-10 09:47:00','2006-02-15 22:12:40'),(1269,46,1,7336,'0.99','2005-07-27 14:11:45','2006-02-15 22:12:40'),(1270,46,2,8152,'3.99','2005-07-28 20:53:05','2006-02-15 22:12:40'),(1271,46,2,9045,'8.99','2005-07-30 06:36:57','2006-02-15 22:12:40'),(1272,46,2,9806,'2.99','2005-07-31 11:13:49','2006-02-15 22:12:40'),(1273,46,1,10088,'2.99','2005-07-31 20:16:21','2006-02-15 22:12:40'),(1274,46,2,10428,'4.99','2005-08-01 08:30:11','2006-02-15 22:12:40'),(1275,46,1,10803,'4.99','2005-08-01 22:22:07','2006-02-15 22:12:40'),(1276,46,1,10827,'5.99','2005-08-01 23:13:00','2006-02-15 22:12:40'),(1277,46,1,11721,'0.99','2005-08-17 07:49:17','2006-02-15 22:12:40'),(1278,46,2,12095,'4.99','2005-08-17 22:32:37','2006-02-15 22:12:40'),(1279,46,2,12238,'2.99','2005-08-18 03:25:08','2006-02-15 22:12:40'),(1280,46,2,12280,'4.99','2005-08-18 04:49:27','2006-02-15 22:12:40'),(1281,46,1,12298,'2.99','2005-08-18 05:30:31','2006-02-15 22:12:40'),(1282,46,2,12455,'4.99','2005-08-18 11:19:47','2006-02-15 22:12:40'),(1283,46,1,13226,'0.99','2005-08-19 16:05:36','2006-02-15 22:12:40'),(1284,46,2,14144,'4.99','2005-08-21 02:10:57','2006-02-15 22:12:40'),(1285,46,2,14528,'6.99','2005-08-21 15:08:05','2006-02-15 22:12:40'),(1286,46,1,14940,'4.99','2005-08-22 05:54:03','2006-02-15 22:12:40'),(1287,46,1,15438,'2.99','2005-08-23 00:31:57','2006-02-15 22:12:40'),(1288,46,1,15708,'0.99','2005-08-23 10:35:51','2006-02-15 22:12:40'),(1289,46,1,15758,'5.99','2005-08-23 12:47:26','2006-02-15 22:12:40'),(1290,47,2,175,'3.99','2005-05-26 03:46:26','2006-02-15 22:12:40'),(1291,47,2,207,'4.99','2005-05-26 08:04:38','2006-02-15 22:12:40'),(1292,47,1,300,'6.99','2005-05-26 20:57:00','2006-02-15 22:12:40'),(1293,47,1,1882,'4.99','2005-06-17 03:17:21','2006-02-15 22:12:40'),(1294,47,1,2307,'6.99','2005-06-18 08:34:59','2006-02-15 22:12:40'),(1295,47,2,3320,'5.99','2005-06-21 08:29:41','2006-02-15 22:12:40'),(1296,47,1,3631,'4.99','2005-07-06 06:36:53','2006-02-15 22:12:40'),(1297,47,2,4064,'5.99','2005-07-07 04:29:20','2006-02-15 22:12:40'),(1298,47,1,5174,'0.99','2005-07-09 09:31:59','2006-02-15 22:12:40'),(1299,47,2,6153,'9.99','2005-07-11 09:31:04','2006-02-15 22:12:40'),(1300,47,2,6164,'0.99','2005-07-11 10:16:23','2006-02-15 22:12:40'),(1301,47,1,6337,'3.99','2005-07-11 19:30:47','2006-02-15 22:12:40'),(1302,47,2,8159,'4.99','2005-07-28 21:09:28','2006-02-15 22:12:40'),(1303,47,2,8402,'6.99','2005-07-29 06:25:45','2006-02-15 22:12:40'),(1304,47,1,8863,'3.99','2005-07-29 23:52:01','2006-02-15 22:12:40'),(1305,47,2,9274,'4.99','2005-07-30 15:07:04','2006-02-15 22:12:40'),(1306,47,1,11126,'0.99','2005-08-02 08:59:04','2006-02-15 22:12:40'),(1307,47,2,11477,'5.99','2005-08-02 22:09:01','2006-02-15 22:12:40'),(1308,47,1,12215,'7.99','2005-08-18 02:35:39','2006-02-15 22:12:40'),(1309,47,2,12274,'7.99','2005-08-18 04:41:47','2006-02-15 22:12:40'),(1310,47,1,14397,'0.99','2005-08-21 10:25:56','2006-02-15 22:12:40'),(1311,47,2,15846,'2.99','2005-08-23 15:39:18','2006-02-15 22:12:40'),(1312,48,2,72,'0.99','2005-05-25 10:52:13','2006-02-15 22:12:40'),(1313,48,1,297,'2.99','2005-05-26 20:48:48','2006-02-15 22:12:40'),(1314,48,1,390,'4.99','2005-05-27 11:02:26','2006-02-15 22:12:40'),(1315,48,2,1689,'9.99','2005-06-16 12:18:41','2006-02-15 22:12:40'),(1316,48,2,2822,'0.99','2005-06-19 20:29:24','2006-02-15 22:12:40'),(1317,48,2,3758,'4.99','2005-07-06 12:43:11','2006-02-15 22:12:40'),(1318,48,1,4367,'2.99','2005-07-07 19:52:01','2006-02-15 22:12:40'),(1319,48,2,5148,'6.99','2005-07-09 08:22:46','2006-02-15 22:12:40'),(1320,48,2,6498,'3.99','2005-07-12 03:05:38','2006-02-15 22:12:40'),(1321,48,1,7920,'2.99','2005-07-28 12:01:19','2006-02-15 22:12:40'),(1322,48,1,8716,'6.99','2005-07-29 17:39:09','2006-02-15 22:12:40'),(1323,48,1,9402,'7.99','2005-07-30 20:18:27','2006-02-15 22:12:40'),(1324,48,2,9742,'7.99','2005-07-31 09:10:20','2006-02-15 22:12:40'),(1325,48,2,10276,'2.99','2005-08-01 03:22:23','2006-02-15 22:12:40'),(1326,48,2,14450,'1.99','2005-08-21 12:21:25','2006-02-15 22:12:40'),(1327,48,2,14536,'2.99','2005-08-21 15:22:50','2006-02-15 22:12:40'),(1328,48,1,15228,'3.99','2005-08-22 17:27:23','2006-02-15 22:12:40'),(1329,49,2,96,'1.99','2005-05-25 16:32:19','2006-02-15 22:12:40'),(1330,49,1,239,'3.99','2005-05-26 12:30:26','2006-02-15 22:12:40'),(1331,49,2,846,'2.99','2005-05-30 01:17:45','2006-02-15 22:12:40'),(1332,49,2,1010,'4.99','2005-05-31 01:57:32','2006-02-15 22:12:40'),(1333,49,1,1164,'0.99','2005-06-14 23:16:26','2006-02-15 22:12:40'),(1334,49,2,1237,'9.99','2005-06-15 04:44:10','2006-02-15 22:12:40'),(1335,49,2,1688,'0.99','2005-06-16 12:11:20','2006-02-15 22:12:40'),(1336,49,2,1777,'6.99','2005-06-16 18:52:12','2006-02-15 22:12:40'),(1337,49,2,3235,'4.99','2005-06-21 02:46:17','2006-02-15 22:12:40'),(1338,49,2,3575,'4.99','2005-07-06 03:36:19','2006-02-15 22:12:40'),(1339,49,2,3615,'0.99','2005-07-06 05:47:47','2006-02-15 22:12:40'),(1340,49,1,5491,'2.99','2005-07-10 00:09:45','2006-02-15 22:12:41'),(1341,49,1,6214,'4.99','2005-07-11 12:49:48','2006-02-15 22:12:41'),(1342,49,1,6279,'6.99','2005-07-11 16:26:07','2006-02-15 22:12:41'),(1343,49,1,6521,'7.99','2005-07-12 04:06:11','2006-02-15 22:12:41'),(1344,49,2,6759,'4.99','2005-07-12 15:14:48','2006-02-15 22:12:41'),(1345,49,2,7209,'4.99','2005-07-27 09:16:53','2006-02-15 22:12:41'),(1346,49,2,7742,'8.99','2005-07-28 05:33:16','2006-02-15 22:12:41'),(1347,49,2,8553,'10.99','2005-07-29 11:15:36','2006-02-15 22:12:41'),(1348,49,2,9006,'0.99','2005-07-30 05:06:32','2006-02-15 22:12:41'),(1349,49,1,9851,'4.99','2005-07-31 12:50:24','2006-02-15 22:12:41'),(1350,49,1,10144,'4.99','2005-07-31 22:13:52','2006-02-15 22:12:41'),(1351,49,1,10266,'0.99','2005-08-01 03:05:59','2006-02-15 22:12:41'),(1352,49,1,10588,'2.99','2005-08-01 14:10:21','2006-02-15 22:12:41'),(1353,49,1,10814,'2.99','2005-08-01 22:43:12','2006-02-15 22:12:41'),(1354,49,2,14168,'5.99','2005-08-21 03:00:03','2006-02-15 22:12:41'),(1355,49,1,14627,'6.99','2005-08-21 18:35:54','2006-02-15 22:12:41'),(1356,49,1,14676,'2.99','2005-08-21 20:02:18','2006-02-15 22:12:41'),(1357,50,1,763,'4.99','2005-05-29 11:32:15','2006-02-15 22:12:41'),(1358,50,1,794,'4.99','2005-05-29 16:44:11','2006-02-15 22:12:41'),(1359,50,1,905,'4.99','2005-05-30 10:25:00','2006-02-15 22:12:41'),(1360,50,1,1029,'4.99','2005-05-31 03:52:02','2006-02-15 22:12:41'),(1361,50,2,1136,'4.99','2005-05-31 19:19:36','2006-02-15 22:12:41'),(1362,50,1,1223,'2.99','2005-06-15 03:38:53','2006-02-15 22:12:41'),(1363,50,1,1785,'4.99','2005-06-16 19:27:12','2006-02-15 22:12:41'),(1364,50,2,3000,'0.99','2005-06-20 09:32:33','2006-02-15 22:12:41'),(1365,50,2,3169,'2.99','2005-06-20 21:55:54','2006-02-15 22:12:41'),(1366,50,2,4149,'2.99','2005-07-07 08:40:17','2006-02-15 22:12:41'),(1367,50,2,5290,'4.99','2005-07-09 15:14:47','2006-02-15 22:12:41'),(1368,50,2,5641,'4.99','2005-07-10 06:43:43','2006-02-15 22:12:41'),(1369,50,2,5681,'9.99','2005-07-10 08:48:39','2006-02-15 22:12:41'),(1370,50,1,5928,'6.99','2005-07-10 21:58:30','2006-02-15 22:12:41'),(1371,50,2,6634,'0.99','2005-07-12 09:37:18','2006-02-15 22:12:41'),(1372,50,1,6667,'8.99','2005-07-12 11:36:22','2006-02-15 22:12:41'),(1373,50,1,7383,'4.99','2005-07-27 15:46:53','2006-02-15 22:12:41'),(1374,50,1,8089,'0.99','2005-07-28 18:26:47','2006-02-15 22:12:41'),(1375,50,1,8261,'0.99','2005-07-29 01:11:05','2006-02-15 22:12:41'),(1376,50,1,8619,'5.99','2005-07-29 13:50:08','2006-02-15 22:12:41'),(1377,50,2,9179,'0.99','2005-07-30 12:02:41','2006-02-15 22:12:41'),(1378,50,1,9615,'4.99','2005-07-31 03:59:56','2006-02-15 22:12:41'),(1379,50,2,9691,'10.99','2005-07-31 07:09:55','2006-02-15 22:12:41'),(1380,50,2,10046,'2.99','2005-07-31 19:07:11','2006-02-15 22:12:41'),(1381,50,2,10165,'0.99','2005-07-31 23:21:23','2006-02-15 22:12:41'),(1382,50,2,10180,'6.99','2005-07-31 23:57:43','2006-02-15 22:12:41'),(1383,50,2,10261,'4.99','2005-08-01 02:58:27','2006-02-15 22:12:41'),(1384,50,2,10485,'7.99','2005-08-01 10:20:34','2006-02-15 22:12:41'),(1385,50,2,11053,'3.99','2005-08-02 06:27:13','2006-02-15 22:12:41'),(1386,50,1,12766,'6.99','2005-08-18 23:25:20','2006-02-15 22:12:41'),(1387,50,2,13136,'7.99','2005-08-19 12:24:23','2006-02-15 22:12:41'),(1388,50,1,14054,'4.99','2005-08-20 22:17:01','2006-02-15 22:12:41'),(1389,50,2,15138,'2.99','2005-08-22 13:36:30','2006-02-15 22:12:41'),(1390,50,2,15388,'6.99','2005-08-22 22:49:23','2006-02-15 22:12:41'),(1391,50,1,16015,'4.99','2005-08-23 21:25:03','2006-02-15 22:12:41'),(1392,51,2,119,'4.99','2005-05-25 19:37:02','2006-02-15 22:12:41'),(1393,51,1,661,'4.99','2005-05-28 21:01:25','2006-02-15 22:12:41'),(1394,51,2,1028,'4.99','2005-05-31 03:48:05','2006-02-15 22:12:41'),(1395,51,2,1373,'1.99','2005-06-15 14:48:04','2006-02-15 22:12:41'),(1396,51,1,1477,'0.99','2005-06-15 21:11:18','2006-02-15 22:12:41'),(1397,51,1,3525,'9.99','2005-07-06 01:02:39','2006-02-15 22:12:41'),(1398,51,1,5230,'2.99','2005-07-09 12:30:23','2006-02-15 22:12:41'),(1399,51,2,5304,'5.99','2005-07-09 15:48:06','2006-02-15 22:12:41'),(1400,51,1,5473,'7.99','2005-07-09 23:19:11','2006-02-15 22:12:41'),(1401,51,1,5606,'4.99','2005-07-10 05:07:55','2006-02-15 22:12:41'),(1402,51,1,7207,'5.99','2005-07-27 09:13:26','2006-02-15 22:12:41'),(1403,51,1,7398,'6.99','2005-07-27 16:07:22','2006-02-15 22:12:41'),(1404,51,1,7636,'5.99','2005-07-28 01:08:36','2006-02-15 22:12:41'),(1405,51,1,8495,'4.99','2005-07-29 09:05:06','2006-02-15 22:12:41'),(1406,51,1,8693,'0.99','2005-07-29 16:44:13','2006-02-15 22:12:41'),(1407,51,1,8880,'0.99','2005-07-30 00:16:55','2006-02-15 22:12:41'),(1408,51,2,9649,'0.99','2005-07-31 05:46:54','2006-02-15 22:12:41'),(1409,51,2,10244,'4.99','2005-08-01 02:20:01','2006-02-15 22:12:41'),(1410,51,1,10780,'2.99','2005-08-01 21:14:24','2006-02-15 22:12:41'),(1411,51,1,10894,'0.99','2005-08-02 01:12:35','2006-02-15 22:12:41'),(1412,51,1,11302,'2.99','2005-08-02 15:38:03','2006-02-15 22:12:41'),(1413,51,2,11685,'4.99','2005-08-17 06:39:16','2006-02-15 22:12:41'),(1414,51,2,11751,'6.99','2005-08-17 09:07:56','2006-02-15 22:12:41'),(1415,51,1,12184,'0.99','2005-08-18 01:36:00','2006-02-15 22:12:41'),(1416,51,1,12725,'4.99','2005-08-18 21:43:09','2006-02-15 22:12:41'),(1417,51,2,13098,'2.99','2005-08-19 10:51:59','2006-02-15 22:12:41'),(1418,51,1,13302,'2.99','2005-08-19 18:54:26','2006-02-15 22:12:41'),(1419,51,1,13868,'0.99','2005-08-20 15:06:26','2006-02-15 22:12:41'),(1420,51,2,13882,'2.99','2005-08-20 15:23:26','2006-02-15 22:12:41'),(1421,51,2,14221,'6.99','2005-08-21 04:49:41','2006-02-15 22:12:41'),(1422,51,2,14512,'4.99','2005-08-21 14:47:09','2006-02-15 22:12:41'),(1423,51,1,14617,'4.99','2005-08-21 18:07:40','2006-02-15 22:12:41'),(1424,51,1,14903,'4.99','2005-08-22 04:31:50','2006-02-15 22:12:41'),(1425,52,1,874,'0.99','2005-05-30 05:36:21','2006-02-15 22:12:41'),(1426,52,1,1196,'4.99','2005-06-15 01:38:31','2006-02-15 22:12:41'),(1427,52,2,2232,'0.99','2005-06-18 03:54:31','2006-02-15 22:12:41'),(1428,52,1,2862,'2.99','2005-06-19 23:47:24','2006-02-15 22:12:41'),(1429,52,2,3196,'4.99','2005-06-21 00:02:28','2006-02-15 22:12:42'),(1430,52,1,3997,'1.99','2005-07-06 23:46:52','2006-02-15 22:12:42'),(1431,52,1,5308,'0.99','2005-07-09 15:58:38','2006-02-15 22:12:42'),(1432,52,2,5313,'3.99','2005-07-09 16:04:45','2006-02-15 22:12:42'),(1433,52,1,5607,'2.99','2005-07-10 05:08:10','2006-02-15 22:12:42'),(1434,52,1,6394,'7.99','2005-07-11 22:29:15','2006-02-15 22:12:42'),(1435,52,2,7284,'0.99','2005-07-27 12:12:04','2006-02-15 22:12:42'),(1436,52,2,7438,'5.99','2005-07-27 17:40:40','2006-02-15 22:12:42'),(1437,52,2,7627,'4.99','2005-07-28 00:56:47','2006-02-15 22:12:42'),(1438,52,1,8686,'4.99','2005-07-29 16:17:49','2006-02-15 22:12:42'),(1439,52,1,9029,'4.99','2005-07-30 06:03:11','2006-02-15 22:12:42'),(1440,52,2,9749,'3.99','2005-07-31 09:18:33','2006-02-15 22:12:42'),(1441,52,2,9797,'4.99','2005-07-31 10:53:44','2006-02-15 22:12:42'),(1442,52,2,10591,'0.99','2005-08-01 14:12:29','2006-02-15 22:12:42'),(1443,52,1,10635,'0.99','2005-08-01 15:37:58','2006-02-15 22:12:42'),(1444,52,1,11068,'0.99','2005-08-02 07:08:07','2006-02-15 22:12:42'),(1445,52,1,11731,'3.99','2005-08-17 08:24:35','2006-02-15 22:12:42'),(1446,52,2,12200,'2.99','2005-08-18 02:12:33','2006-02-15 22:12:42'),(1447,52,2,12520,'0.99','2005-08-18 13:42:45','2006-02-15 22:12:42'),(1448,52,2,13090,'5.99','2005-08-19 10:39:54','2006-02-15 22:12:42'),(1449,52,2,14820,'2.99','2005-08-22 01:18:37','2006-02-15 22:12:42'),(1450,52,1,14822,'5.99','2005-08-22 01:21:14','2006-02-15 22:12:42'),(1451,52,2,14961,'6.99','2005-08-22 06:35:50','2006-02-15 22:12:42'),(1452,52,2,15891,'5.99','2005-08-23 17:00:12','2006-02-15 22:12:42'),(1453,52,1,12001,'4.99','2006-02-14 15:16:03','2006-02-15 22:12:42'),(1454,53,1,88,'3.99','2005-05-25 14:13:54','2006-02-15 22:12:42'),(1455,53,1,378,'2.99','2005-05-27 09:23:22','2006-02-15 22:12:42'),(1456,53,1,751,'0.99','2005-05-29 09:55:43','2006-02-15 22:12:42'),(1457,53,2,783,'5.99','2005-05-29 14:41:18','2006-02-15 22:12:42'),(1458,53,2,856,'9.99','2005-05-30 02:01:21','2006-02-15 22:12:42'),(1459,53,1,1107,'2.99','2005-05-31 15:04:05','2006-02-15 22:12:42'),(1460,53,1,1964,'0.99','2005-06-17 09:10:09','2006-02-15 22:12:42'),(1461,53,1,2388,'2.99','2005-06-18 15:26:30','2006-02-15 22:12:42'),(1462,53,1,2903,'2.99','2005-06-20 02:49:01','2006-02-15 22:12:42'),(1463,53,2,3140,'2.99','2005-06-20 19:47:12','2006-02-15 22:12:42'),(1464,53,2,3244,'0.99','2005-06-21 03:01:10','2006-02-15 22:12:42'),(1465,53,2,3591,'2.99','2005-07-06 04:37:10','2006-02-15 22:12:42'),(1466,53,2,3898,'4.99','2005-07-06 19:12:37','2006-02-15 22:12:42'),(1467,53,2,5185,'2.99','2005-07-09 10:14:39','2006-02-15 22:12:42'),(1468,53,2,7466,'2.99','2005-07-27 18:51:17','2006-02-15 22:12:42'),(1469,53,1,7699,'4.99','2005-07-28 03:52:21','2006-02-15 22:12:42'),(1470,53,1,9343,'4.99','2005-07-30 18:13:13','2006-02-15 22:12:42'),(1471,53,1,9928,'7.99','2005-07-31 15:13:57','2006-02-15 22:12:42'),(1472,53,1,10594,'3.99','2005-08-01 14:14:59','2006-02-15 22:12:42'),(1473,53,1,12054,'5.99','2005-08-17 20:59:56','2006-02-15 22:12:42'),(1474,53,1,12580,'2.99','2005-08-18 15:49:08','2006-02-15 22:12:42'),(1475,53,1,13049,'5.99','2005-08-19 09:25:40','2006-02-15 22:12:42'),(1476,53,2,13789,'2.99','2005-08-20 12:16:38','2006-02-15 22:12:42'),(1477,53,1,14061,'2.99','2005-08-20 22:32:11','2006-02-15 22:12:42'),(1478,53,2,14091,'0.99','2005-08-21 00:11:17','2006-02-15 22:12:42'),(1479,53,2,14119,'5.99','2005-08-21 01:15:59','2006-02-15 22:12:42'),(1480,53,1,14671,'4.99','2005-08-21 19:59:30','2006-02-15 22:12:42'),(1481,53,2,14811,'0.99','2005-08-22 01:09:04','2006-02-15 22:12:42'),(1482,53,2,11657,'7.98','2006-02-14 15:16:03','2006-02-15 22:12:42'),(1483,53,1,14137,'0.00','2006-02-14 15:16:03','2006-02-15 22:12:42'),(1484,54,2,198,'4.99','2005-05-26 07:03:49','2006-02-15 22:12:42'),(1485,54,2,441,'4.99','2005-05-27 18:11:05','2006-02-15 22:12:42'),(1486,54,2,545,'3.99','2005-05-28 07:10:20','2006-02-15 22:12:42'),(1487,54,1,1556,'4.99','2005-06-16 02:19:02','2006-02-15 22:12:42'),(1488,54,1,1571,'2.99','2005-06-16 03:22:00','2006-02-15 22:12:42'),(1489,54,2,2323,'6.99','2005-06-18 09:55:02','2006-02-15 22:12:42'),(1490,54,1,2647,'4.99','2005-06-19 09:57:56','2006-02-15 22:12:42'),(1491,54,2,4657,'4.99','2005-07-08 09:51:02','2006-02-15 22:12:42'),(1492,54,2,5055,'1.99','2005-07-09 04:05:28','2006-02-15 22:12:42'),(1493,54,1,5929,'2.99','2005-07-10 21:59:29','2006-02-15 22:12:42'),(1494,54,1,5992,'2.99','2005-07-11 01:06:21','2006-02-15 22:12:42'),(1495,54,1,6338,'7.99','2005-07-11 19:39:41','2006-02-15 22:12:42'),(1496,54,2,6560,'2.99','2005-07-12 05:22:06','2006-02-15 22:12:42'),(1497,54,1,6813,'0.99','2005-07-12 18:03:50','2006-02-15 22:12:42'),(1498,54,2,8992,'4.99','2005-07-30 04:44:18','2006-02-15 22:12:42'),(1499,54,2,10489,'5.99','2005-08-01 10:27:42','2006-02-15 22:12:42'),(1500,54,2,10882,'5.99','2005-08-02 00:47:16','2006-02-15 22:12:42'),(1501,54,1,10956,'4.99','2005-08-02 03:33:14','2006-02-15 22:12:42'),(1502,54,1,11182,'4.99','2005-08-02 10:55:14','2006-02-15 22:12:42'),(1503,54,2,11887,'2.99','2005-08-17 15:03:13','2006-02-15 22:12:42'),(1504,54,1,12526,'2.99','2005-08-18 13:48:43','2006-02-15 22:12:42'),(1505,54,2,12775,'5.99','2005-08-18 23:35:56','2006-02-15 22:12:43'),(1506,54,1,12811,'4.99','2005-08-19 00:51:28','2006-02-15 22:12:43'),(1507,54,2,12872,'0.99','2005-08-19 02:57:37','2006-02-15 22:12:43'),(1508,54,2,13315,'2.99','2005-08-19 19:16:18','2006-02-15 22:12:43'),(1509,54,1,13890,'0.99','2005-08-20 15:41:00','2006-02-15 22:12:43'),(1510,54,1,14215,'4.99','2005-08-21 04:34:11','2006-02-15 22:12:43'),(1511,54,1,15226,'10.99','2005-08-22 17:20:17','2006-02-15 22:12:43'),(1512,54,1,15567,'4.99','2005-08-23 05:20:36','2006-02-15 22:12:43'),(1513,55,1,555,'4.99','2005-05-28 08:31:14','2006-02-15 22:12:43'),(1514,55,1,1027,'9.99','2005-05-31 03:46:19','2006-02-15 22:12:43'),(1515,55,1,1048,'0.99','2005-05-31 06:49:53','2006-02-15 22:12:43'),(1516,55,2,1825,'2.99','2005-06-16 21:53:05','2006-02-15 22:12:43'),(1517,55,2,2062,'2.99','2005-06-17 15:56:43','2006-02-15 22:12:43'),(1518,55,1,2904,'2.99','2005-06-20 02:54:06','2006-02-15 22:12:43'),(1519,55,1,2976,'4.99','2005-06-20 08:09:11','2006-02-15 22:12:43'),(1520,55,1,3149,'4.99','2005-06-20 20:34:55','2006-02-15 22:12:43'),(1521,55,1,4671,'4.99','2005-07-08 10:15:32','2006-02-15 22:12:43'),(1522,55,2,6314,'7.99','2005-07-11 18:32:44','2006-02-15 22:12:43'),(1523,55,2,7050,'4.99','2005-07-27 03:33:17','2006-02-15 22:12:43'),(1524,55,2,8288,'6.99','2005-07-29 02:04:22','2006-02-15 22:12:43'),(1525,55,1,9302,'2.99','2005-07-30 16:34:57','2006-02-15 22:12:43'),(1526,55,2,9596,'5.99','2005-07-31 03:28:47','2006-02-15 22:12:43'),(1527,55,2,9798,'2.99','2005-07-31 10:55:18','2006-02-15 22:12:43'),(1528,55,2,11287,'1.99','2005-08-02 14:49:51','2006-02-15 22:12:43'),(1529,55,1,12776,'4.99','2005-08-18 23:37:33','2006-02-15 22:12:43'),(1530,55,1,12808,'4.99','2005-08-19 00:40:41','2006-02-15 22:12:43'),(1531,55,2,12972,'1.99','2005-08-19 06:43:28','2006-02-15 22:12:43'),(1532,55,1,13345,'6.99','2005-08-19 20:25:24','2006-02-15 22:12:43'),(1533,55,1,14667,'2.99','2005-08-21 19:51:11','2006-02-15 22:12:43'),(1534,55,1,15296,'4.99','2005-08-22 19:37:20','2006-02-15 22:12:43'),(1535,56,1,130,'3.99','2005-05-25 21:21:56','2006-02-15 22:12:43'),(1536,56,1,341,'5.99','2005-05-27 04:01:42','2006-02-15 22:12:43'),(1537,56,1,496,'2.99','2005-05-28 00:43:41','2006-02-15 22:12:43'),(1538,56,1,569,'6.99','2005-05-28 10:12:41','2006-02-15 22:12:43'),(1539,56,2,1795,'6.99','2005-06-16 20:09:01','2006-02-15 22:12:43'),(1540,56,1,2140,'0.99','2005-06-17 21:40:29','2006-02-15 22:12:43'),(1541,56,1,2485,'4.99','2005-06-18 21:26:03','2006-02-15 22:12:43'),(1542,56,1,2989,'0.99','2005-06-20 08:59:37','2006-02-15 22:12:43'),(1543,56,1,3718,'7.99','2005-07-06 10:57:56','2006-02-15 22:12:43'),(1544,56,2,3771,'2.99','2005-07-06 13:19:34','2006-02-15 22:12:43'),(1545,56,1,4097,'3.99','2005-07-07 06:10:55','2006-02-15 22:12:43'),(1546,56,2,4702,'4.99','2005-07-08 11:41:36','2006-02-15 22:12:43'),(1547,56,1,5142,'4.99','2005-07-09 08:05:23','2006-02-15 22:12:43'),(1548,56,1,7385,'2.99','2005-07-27 15:49:46','2006-02-15 22:12:43'),(1549,56,1,7696,'7.99','2005-07-28 03:41:35','2006-02-15 22:12:43'),(1550,56,2,7942,'0.99','2005-07-28 12:49:44','2006-02-15 22:12:43'),(1551,56,1,8285,'0.99','2005-07-29 02:00:18','2006-02-15 22:12:43'),(1552,56,2,10356,'6.99','2005-08-01 05:49:17','2006-02-15 22:12:43'),(1553,56,2,10678,'0.99','2005-08-01 17:26:24','2006-02-15 22:12:43'),(1554,56,1,10946,'4.99','2005-08-02 03:20:39','2006-02-15 22:12:43'),(1555,56,1,11358,'5.99','2005-08-02 17:45:02','2006-02-15 22:12:43'),(1556,56,1,11656,'4.99','2005-08-17 05:11:09','2006-02-15 22:12:43'),(1557,56,2,12537,'1.99','2005-08-18 14:06:39','2006-02-15 22:12:43'),(1558,56,2,12713,'4.99','2005-08-18 21:07:28','2006-02-15 22:12:43'),(1559,56,2,13560,'8.99','2005-08-20 04:17:16','2006-02-15 22:12:43'),(1560,56,1,13769,'5.99','2005-08-20 11:43:52','2006-02-15 22:12:43'),(1561,56,2,14291,'3.99','2005-08-21 07:03:05','2006-02-15 22:12:43'),(1562,56,2,14534,'0.99','2005-08-21 15:16:29','2006-02-15 22:12:43'),(1563,56,2,15702,'7.99','2005-08-23 10:23:28','2006-02-15 22:12:43'),(1564,56,2,15714,'4.99','2006-02-14 15:16:03','2006-02-15 22:12:43'),(1565,57,2,152,'9.99','2005-05-26 00:41:10','2006-02-15 22:12:43'),(1566,57,2,943,'4.99','2005-05-30 15:20:19','2006-02-15 22:12:43'),(1567,57,1,2058,'5.99','2005-06-17 15:34:41','2006-02-15 22:12:43'),(1568,57,1,2105,'0.99','2005-06-17 19:15:45','2006-02-15 22:12:43'),(1569,57,1,2360,'4.99','2005-06-18 13:11:13','2006-02-15 22:12:43'),(1570,57,2,2910,'7.99','2005-06-20 03:31:18','2006-02-15 22:12:43'),(1571,57,1,3357,'0.99','2005-06-21 11:55:42','2006-02-15 22:12:43'),(1572,57,1,3727,'4.99','2005-07-06 11:16:43','2006-02-15 22:12:43'),(1573,57,2,4226,'4.99','2005-07-07 12:37:56','2006-02-15 22:12:43'),(1574,57,1,5060,'4.99','2005-07-09 04:28:03','2006-02-15 22:12:43'),(1575,57,1,5694,'0.99','2005-07-10 09:40:38','2006-02-15 22:12:43'),(1576,57,2,5948,'2.99','2005-07-10 23:12:08','2006-02-15 22:12:43'),(1577,57,2,6482,'4.99','2005-07-12 01:50:21','2006-02-15 22:12:43'),(1578,57,1,6494,'1.99','2005-07-12 02:42:51','2006-02-15 22:12:43'),(1579,57,2,6649,'4.99','2005-07-12 10:51:09','2006-02-15 22:12:43'),(1580,57,2,8249,'5.99','2005-07-29 00:48:44','2006-02-15 22:12:43'),(1581,57,1,9086,'0.99','2005-07-30 08:18:46','2006-02-15 22:12:43'),(1582,57,2,9136,'0.99','2005-07-30 10:07:20','2006-02-15 22:12:43'),(1583,57,1,9211,'1.99','2005-07-30 12:59:45','2006-02-15 22:12:43'),(1584,57,1,9703,'0.99','2005-07-31 07:34:52','2006-02-15 22:12:43'),(1585,57,2,9812,'2.99','2005-07-31 11:28:07','2006-02-15 22:12:43'),(1586,57,2,10169,'4.99','2005-07-31 23:27:13','2006-02-15 22:12:43'),(1587,57,2,12925,'5.99','2005-08-19 04:59:01','2006-02-15 22:12:43'),(1588,57,2,13163,'0.99','2005-08-19 13:29:46','2006-02-15 22:12:43'),(1589,57,2,13743,'0.99','2005-08-20 10:51:27','2006-02-15 22:12:44'),(1590,57,2,13929,'9.99','2005-08-20 17:13:48','2006-02-15 22:12:44'),(1591,57,2,15571,'0.99','2005-08-23 05:26:30','2006-02-15 22:12:44'),(1592,57,2,15871,'9.99','2005-08-23 16:24:24','2006-02-15 22:12:44'),(1593,58,1,230,'0.99','2005-05-26 11:31:50','2006-02-15 22:12:44'),(1594,58,2,276,'7.99','2005-05-26 17:16:07','2006-02-15 22:12:44'),(1595,58,2,761,'0.99','2005-05-29 11:09:01','2006-02-15 22:12:44'),(1596,58,1,2191,'4.99','2005-06-18 01:33:09','2006-02-15 22:12:44'),(1597,58,2,2543,'0.99','2005-06-19 02:14:11','2006-02-15 22:12:44'),(1598,58,1,2906,'0.99','2005-06-20 03:04:56','2006-02-15 22:12:44'),(1599,58,1,3685,'4.99','2005-07-06 09:30:45','2006-02-15 22:12:44'),(1600,58,2,4131,'4.99','2005-07-07 07:53:18','2006-02-15 22:12:44'),(1601,58,2,5439,'1.99','2005-07-09 21:39:35','2006-02-15 22:12:44'),(1602,58,1,7063,'9.99','2005-07-27 03:52:27','2006-02-15 22:12:44'),(1603,58,2,7487,'4.99','2005-07-27 19:32:45','2006-02-15 22:12:44'),(1604,58,1,8853,'0.99','2005-07-29 23:34:21','2006-02-15 22:12:44'),(1605,58,2,9561,'2.99','2005-07-31 02:22:13','2006-02-15 22:12:44'),(1606,58,2,10037,'2.99','2005-07-31 18:48:08','2006-02-15 22:12:44'),(1607,58,1,10068,'4.99','2005-07-31 19:39:38','2006-02-15 22:12:44'),(1608,58,2,10256,'4.99','2005-08-01 02:47:11','2006-02-15 22:12:44'),(1609,58,1,10668,'0.99','2005-08-01 17:00:27','2006-02-15 22:12:44'),(1610,58,1,11416,'6.99','2005-08-02 19:44:04','2006-02-15 22:12:44'),(1611,58,2,12292,'8.99','2005-08-18 05:08:54','2006-02-15 22:12:44'),(1612,58,1,13194,'6.99','2005-08-19 14:34:12','2006-02-15 22:12:44'),(1613,58,1,13207,'3.99','2005-08-19 15:14:38','2006-02-15 22:12:44'),(1614,58,1,13930,'2.99','2005-08-20 17:15:06','2006-02-15 22:12:44'),(1615,58,2,13973,'4.99','2005-08-20 18:52:43','2006-02-15 22:12:44'),(1616,58,2,14305,'5.99','2005-08-21 07:29:05','2006-02-15 22:12:44'),(1617,58,1,14665,'6.99','2005-08-21 19:49:46','2006-02-15 22:12:44'),(1618,58,1,14989,'4.99','2005-08-22 07:47:07','2006-02-15 22:12:44'),(1619,58,2,15326,'0.99','2006-02-14 15:16:03','2006-02-15 22:12:44'),(1620,59,2,212,'4.99','2005-05-26 08:34:41','2006-02-15 22:12:44'),(1621,59,2,951,'2.99','2005-05-30 16:10:35','2006-02-15 22:12:44'),(1622,59,1,1154,'5.99','2005-05-31 21:42:09','2006-02-15 22:12:44'),(1623,59,1,1269,'2.99','2005-06-15 07:29:59','2006-02-15 22:12:44'),(1624,59,1,1728,'3.99','2005-06-16 15:29:29','2006-02-15 22:12:44'),(1625,59,1,2921,'3.99','2005-06-20 04:13:04','2006-02-15 22:12:44'),(1626,59,2,4148,'2.99','2005-07-07 08:36:58','2006-02-15 22:12:44'),(1627,59,1,4384,'4.99','2005-07-07 20:46:45','2006-02-15 22:12:44'),(1628,59,1,4631,'4.99','2005-07-08 08:38:22','2006-02-15 22:12:44'),(1629,59,1,4891,'3.99','2005-07-08 20:06:19','2006-02-15 22:12:44'),(1630,59,2,5195,'8.99','2005-07-09 10:39:31','2006-02-15 22:12:44'),(1631,59,1,5207,'3.99','2005-07-09 11:15:44','2006-02-15 22:12:44'),(1632,59,1,5830,'4.99','2005-07-10 16:34:00','2006-02-15 22:12:44'),(1633,59,1,7991,'4.99','2005-07-28 14:45:45','2006-02-15 22:12:44'),(1634,59,2,8643,'4.99','2005-07-29 14:45:23','2006-02-15 22:12:44'),(1635,59,1,9469,'8.99','2005-07-30 22:56:34','2006-02-15 22:12:44'),(1636,59,2,9573,'6.99','2005-07-31 02:45:38','2006-02-15 22:12:44'),(1637,59,2,11396,'4.99','2005-08-02 18:48:29','2006-02-15 22:12:44'),(1638,59,1,12833,'5.99','2005-08-19 01:42:28','2006-02-15 22:12:44'),(1639,59,2,13282,'2.99','2005-08-19 18:08:18','2006-02-15 22:12:44'),(1640,59,1,13573,'2.99','2005-08-20 05:10:14','2006-02-15 22:12:44'),(1641,59,2,13921,'4.99','2005-08-20 16:57:11','2006-02-15 22:12:44'),(1642,59,1,14135,'5.99','2005-08-21 01:53:54','2006-02-15 22:12:44'),(1643,59,1,14977,'5.99','2005-08-22 07:12:53','2006-02-15 22:12:44'),(1644,59,2,15271,'5.99','2005-08-22 18:48:48','2006-02-15 22:12:44'),(1645,59,2,15744,'4.99','2005-08-23 12:15:51','2006-02-15 22:12:44'),(1646,59,2,15905,'2.99','2005-08-23 17:33:04','2006-02-15 22:12:44'),(1647,60,1,318,'4.99','2005-05-26 23:37:39','2006-02-15 22:12:44'),(1648,60,2,706,'1.99','2005-05-29 03:05:49','2006-02-15 22:12:44'),(1649,60,2,934,'2.99','2005-05-30 13:24:46','2006-02-15 22:12:44'),(1650,60,2,1482,'4.99','2005-06-15 21:18:16','2006-02-15 22:12:44'),(1651,60,2,2394,'4.99','2005-06-18 15:42:30','2006-02-15 22:12:44'),(1652,60,2,3473,'2.99','2005-07-05 22:57:34','2006-02-15 22:12:44'),(1653,60,1,3849,'2.99','2005-07-06 16:49:43','2006-02-15 22:12:44'),(1654,60,1,6282,'5.99','2005-07-11 16:46:22','2006-02-15 22:12:44'),(1655,60,2,7067,'0.99','2005-07-27 03:55:10','2006-02-15 22:12:44'),(1656,60,1,7331,'3.99','2005-07-27 13:57:50','2006-02-15 22:12:44'),(1657,60,1,7494,'0.99','2005-07-27 19:56:31','2006-02-15 22:12:44'),(1658,60,1,9356,'4.99','2005-07-30 18:36:24','2006-02-15 22:12:44'),(1659,60,1,9761,'4.99','2005-07-31 09:31:54','2006-02-15 22:12:44'),(1660,60,2,10680,'0.99','2005-08-01 17:28:05','2006-02-15 22:12:44'),(1661,60,1,11092,'4.99','2005-08-02 07:58:50','2006-02-15 22:12:44'),(1662,60,1,11404,'8.99','2005-08-02 19:12:40','2006-02-15 22:12:44'),(1663,60,1,12084,'1.99','2005-08-17 22:16:49','2006-02-15 22:12:44'),(1664,60,2,12614,'7.99','2005-08-18 17:16:03','2006-02-15 22:12:45'),(1665,60,1,15093,'2.99','2005-08-22 11:39:03','2006-02-15 22:12:45'),(1666,60,1,15318,'2.99','2005-08-22 20:15:16','2006-02-15 22:12:45'),(1667,60,1,15618,'5.99','2005-08-23 07:07:58','2006-02-15 22:12:45'),(1668,60,1,15632,'0.99','2005-08-23 07:30:26','2006-02-15 22:12:45'),(1669,60,1,15649,'2.99','2005-08-23 08:28:03','2006-02-15 22:12:45'),(1670,60,2,12489,'9.98','2006-02-14 15:16:03','2006-02-15 22:12:45'),(1671,60,2,14741,'0.00','2006-02-14 15:16:03','2006-02-15 22:12:45'),(1672,61,1,1157,'0.99','2005-05-31 22:47:45','2006-02-15 22:12:45'),(1673,61,1,7027,'7.99','2005-07-27 02:50:15','2006-02-15 22:12:45'),(1674,61,2,7071,'1.99','2005-07-27 04:01:15','2006-02-15 22:12:45'),(1675,61,2,8029,'6.99','2005-07-28 16:11:21','2006-02-15 22:12:45'),(1676,61,2,8075,'4.99','2005-07-28 17:37:28','2006-02-15 22:12:45'),(1677,61,1,8651,'3.99','2005-07-29 15:02:18','2006-02-15 22:12:45'),(1678,61,2,9597,'6.99','2005-07-31 03:29:07','2006-02-15 22:12:45'),(1679,61,2,10549,'0.99','2005-08-01 12:46:39','2006-02-15 22:12:45'),(1680,61,2,11379,'2.99','2005-08-02 18:16:55','2006-02-15 22:12:45'),(1681,61,1,12072,'9.99','2005-08-17 21:50:25','2006-02-15 22:12:45'),(1682,61,1,13450,'0.99','2005-08-20 00:18:15','2006-02-15 22:12:45'),(1683,61,1,13830,'0.99','2005-08-20 13:57:59','2006-02-15 22:12:45'),(1684,61,2,15089,'6.99','2005-08-22 11:34:06','2006-02-15 22:12:45'),(1685,61,1,15681,'1.99','2005-08-23 09:35:34','2006-02-15 22:12:45'),(1686,62,2,885,'0.99','2005-05-30 06:54:28','2006-02-15 22:12:45'),(1687,62,1,947,'4.99','2005-05-30 15:36:57','2006-02-15 22:12:45'),(1688,62,2,1241,'6.99','2005-06-15 04:59:43','2006-02-15 22:12:45'),(1689,62,1,1486,'0.99','2005-06-15 21:25:30','2006-02-15 22:12:45'),(1690,62,1,1587,'0.99','2005-06-16 04:52:28','2006-02-15 22:12:45'),(1691,62,2,3021,'4.99','2005-06-20 11:13:01','2006-02-15 22:12:45'),(1692,62,1,3035,'5.99','2005-06-20 12:17:03','2006-02-15 22:12:45'),(1693,62,1,3287,'0.99','2005-06-21 06:32:39','2006-02-15 22:12:45'),(1694,62,1,3327,'3.99','2005-06-21 09:04:50','2006-02-15 22:12:45'),(1695,62,2,3843,'2.99','2005-07-06 16:35:40','2006-02-15 22:12:45'),(1696,62,2,4159,'4.99','2005-07-07 09:10:57','2006-02-15 22:12:45'),(1697,62,2,5292,'2.99','2005-07-09 15:16:54','2006-02-15 22:12:45'),(1698,62,2,8360,'4.99','2005-07-29 05:08:00','2006-02-15 22:12:45'),(1699,62,2,10080,'0.99','2005-07-31 20:07:10','2006-02-15 22:12:45'),(1700,62,1,10815,'2.99','2005-08-01 22:46:21','2006-02-15 22:12:45'),(1701,62,1,11297,'5.99','2005-08-02 15:22:47','2006-02-15 22:12:45'),(1702,62,1,11988,'0.99','2005-08-17 18:23:50','2006-02-15 22:12:45'),(1703,62,2,13512,'8.99','2005-08-20 02:27:13','2006-02-15 22:12:45'),(1704,62,2,14574,'1.99','2005-08-21 16:50:34','2006-02-15 22:12:45'),(1705,62,2,14594,'2.99','2005-08-21 17:34:24','2006-02-15 22:12:45'),(1706,62,2,14821,'4.99','2005-08-22 01:20:19','2006-02-15 22:12:45'),(1707,62,1,15464,'6.99','2005-08-23 01:15:18','2006-02-15 22:12:45'),(1708,62,1,15591,'0.99','2005-08-23 06:11:52','2006-02-15 22:12:45'),(1709,63,2,1818,'0.99','2005-06-16 21:30:34','2006-02-15 22:12:45'),(1710,63,2,3923,'8.99','2005-07-06 20:34:10','2006-02-15 22:12:45'),(1711,63,1,4587,'4.99','2005-07-08 06:16:26','2006-02-15 22:12:45'),(1712,63,1,5585,'6.99','2005-07-10 04:15:43','2006-02-15 22:12:45'),(1713,63,2,5788,'4.99','2005-07-10 14:10:22','2006-02-15 22:12:45'),(1714,63,2,5832,'4.99','2005-07-10 16:34:48','2006-02-15 22:12:45'),(1715,63,2,6769,'3.99','2005-07-12 15:48:54','2006-02-15 22:12:45'),(1716,63,2,6847,'8.99','2005-07-12 19:22:37','2006-02-15 22:12:45'),(1717,63,2,8311,'5.99','2005-07-29 03:26:07','2006-02-15 22:12:45'),(1718,63,2,9007,'0.99','2005-07-30 05:09:32','2006-02-15 22:12:45'),(1719,63,1,9546,'4.99','2005-07-31 01:47:40','2006-02-15 22:12:45'),(1720,63,2,9549,'3.99','2005-07-31 01:57:04','2006-02-15 22:12:45'),(1721,63,1,9795,'0.99','2005-07-31 10:47:19','2006-02-15 22:12:45'),(1722,63,2,9938,'2.99','2005-07-31 15:28:47','2006-02-15 22:12:45'),(1723,63,2,10148,'0.99','2005-07-31 22:19:16','2006-02-15 22:12:45'),(1724,63,1,10288,'6.99','2005-08-01 03:38:42','2006-02-15 22:12:45'),(1725,63,1,11902,'4.99','2005-08-17 15:37:34','2006-02-15 22:12:45'),(1726,63,2,12342,'2.99','2005-08-18 07:12:46','2006-02-15 22:12:45'),(1727,63,2,12515,'0.99','2005-08-18 13:39:26','2006-02-15 22:12:45'),(1728,63,1,12954,'7.99','2005-08-19 06:04:34','2006-02-15 22:12:45'),(1729,63,1,13089,'0.99','2005-08-19 10:38:56','2006-02-15 22:12:45'),(1730,63,1,13624,'8.99','2005-08-20 06:51:02','2006-02-15 22:12:45'),(1731,63,1,14931,'3.99','2005-08-22 05:38:55','2006-02-15 22:12:45'),(1732,63,1,15060,'5.99','2005-08-22 10:24:32','2006-02-15 22:12:45'),(1733,63,1,15229,'2.99','2005-08-22 17:30:25','2006-02-15 22:12:45'),(1734,64,1,494,'4.99','2005-05-28 00:39:31','2006-02-15 22:12:45'),(1735,64,1,587,'0.99','2005-05-28 12:05:33','2006-02-15 22:12:45'),(1736,64,1,1001,'2.99','2005-05-31 00:46:31','2006-02-15 22:12:45'),(1737,64,2,1335,'0.99','2005-06-15 11:51:30','2006-02-15 22:12:45'),(1738,64,1,2060,'2.99','2005-06-17 15:42:42','2006-02-15 22:12:45'),(1739,64,2,3982,'0.99','2005-07-06 23:14:16','2006-02-15 22:12:45'),(1740,64,1,4288,'4.99','2005-07-07 15:38:25','2006-02-15 22:12:45'),(1741,64,1,4690,'1.99','2005-07-08 11:04:02','2006-02-15 22:12:45'),(1742,64,2,4819,'5.99','2005-07-08 17:19:15','2006-02-15 22:12:45'),(1743,64,2,4971,'5.99','2005-07-08 23:54:49','2006-02-15 22:12:45'),(1744,64,1,5114,'3.99','2005-07-09 07:07:05','2006-02-15 22:12:46'),(1745,64,2,5279,'2.99','2005-07-09 14:46:36','2006-02-15 22:12:46'),(1746,64,1,5432,'0.99','2005-07-09 21:21:25','2006-02-15 22:12:46'),(1747,64,2,6372,'2.99','2005-07-11 21:35:06','2006-02-15 22:12:46'),(1748,64,2,6457,'0.99','2005-07-12 01:06:35','2006-02-15 22:12:46'),(1749,64,2,6698,'1.99','2005-07-12 12:45:00','2006-02-15 22:12:46'),(1750,64,2,6744,'0.99','2005-07-12 14:30:28','2006-02-15 22:12:46'),(1751,64,2,7045,'0.99','2005-07-27 03:27:35','2006-02-15 22:12:46'),(1752,64,1,7082,'2.99','2005-07-27 04:27:32','2006-02-15 22:12:46'),(1753,64,1,7476,'1.99','2005-07-27 19:08:56','2006-02-15 22:12:46'),(1754,64,2,8602,'4.99','2005-07-29 13:04:27','2006-02-15 22:12:46'),(1755,64,1,9832,'2.99','2005-07-31 12:01:49','2006-02-15 22:12:46'),(1756,64,1,9880,'6.99','2005-07-31 13:49:02','2006-02-15 22:12:46'),(1757,64,1,9924,'3.99','2005-07-31 15:04:57','2006-02-15 22:12:46'),(1758,64,2,10185,'0.99','2005-08-01 00:12:11','2006-02-15 22:12:46'),(1759,64,2,10714,'4.99','2005-08-01 18:51:29','2006-02-15 22:12:46'),(1760,64,1,10889,'4.99','2005-08-02 00:54:33','2006-02-15 22:12:46'),(1761,64,1,12409,'0.99','2005-08-18 09:43:58','2006-02-15 22:12:46'),(1762,64,1,13773,'2.99','2005-08-20 11:50:14','2006-02-15 22:12:46'),(1763,64,1,13971,'0.99','2005-08-20 18:44:53','2006-02-15 22:12:46'),(1764,64,1,14167,'5.99','2005-08-21 02:59:48','2006-02-15 22:12:46'),(1765,64,2,14316,'0.99','2005-08-21 07:59:47','2006-02-15 22:12:46'),(1766,64,2,13333,'4.99','2006-02-14 15:16:03','2006-02-15 22:12:46'),(1767,65,1,295,'4.99','2005-05-26 20:33:20','2006-02-15 22:12:46'),(1768,65,2,657,'0.99','2005-05-28 20:23:09','2006-02-15 22:12:46'),(1769,65,1,2173,'7.99','2005-06-18 00:08:20','2006-02-15 22:12:46'),(1770,65,1,3051,'4.99','2005-06-20 13:06:52','2006-02-15 22:12:46'),(1771,65,1,3535,'4.99','2005-07-06 01:32:46','2006-02-15 22:12:46'),(1772,65,1,4240,'4.99','2005-07-07 13:33:12','2006-02-15 22:12:46'),(1773,65,2,4635,'3.99','2005-07-08 08:42:40','2006-02-15 22:12:46'),(1774,65,1,5735,'3.99','2005-07-10 11:39:15','2006-02-15 22:12:46'),(1775,65,2,6527,'0.99','2005-07-12 04:23:06','2006-02-15 22:12:46'),(1776,65,1,7877,'6.99','2005-07-28 10:25:36','2006-02-15 22:12:46'),(1777,65,2,8392,'1.99','2005-07-29 06:00:27','2006-02-15 22:12:46'),(1778,65,2,8404,'5.99','2005-07-29 06:27:01','2006-02-15 22:12:46'),(1779,65,1,9293,'3.99','2005-07-30 16:12:28','2006-02-15 22:12:46'),(1780,65,2,11100,'5.99','2005-08-02 08:08:00','2006-02-15 22:12:46'),(1781,65,1,11227,'8.99','2005-08-02 12:48:05','2006-02-15 22:12:46'),(1782,65,2,11461,'4.99','2005-08-02 21:35:00','2006-02-15 22:12:46'),(1783,65,2,11845,'2.99','2005-08-17 13:16:38','2006-02-15 22:12:46'),(1784,65,1,12114,'7.99','2005-08-17 23:02:00','2006-02-15 22:12:46'),(1785,65,1,12688,'6.99','2005-08-18 19:59:54','2006-02-15 22:12:46'),(1786,65,2,13692,'0.99','2005-08-20 09:07:52','2006-02-15 22:12:46'),(1787,65,2,14140,'6.99','2005-08-21 02:04:57','2006-02-15 22:12:46'),(1788,65,1,14356,'0.99','2005-08-21 09:08:51','2006-02-15 22:12:46'),(1789,66,2,933,'4.99','2005-05-30 13:08:45','2006-02-15 22:12:46'),(1790,66,1,1236,'2.99','2005-06-15 04:34:27','2006-02-15 22:12:46'),(1791,66,1,1907,'2.99','2005-06-17 05:08:27','2006-02-15 22:12:46'),(1792,66,1,2106,'4.99','2005-06-17 19:29:03','2006-02-15 22:12:46'),(1793,66,2,2571,'2.99','2005-06-19 04:20:14','2006-02-15 22:12:46'),(1794,66,1,2577,'4.99','2005-06-19 04:36:03','2006-02-15 22:12:46'),(1795,66,1,3334,'3.99','2005-06-21 10:04:33','2006-02-15 22:12:46'),(1796,66,2,3395,'6.99','2005-06-21 15:19:19','2006-02-15 22:12:46'),(1797,66,1,3573,'4.99','2005-07-06 03:33:48','2006-02-15 22:12:46'),(1798,66,2,3757,'2.99','2005-07-06 12:42:26','2006-02-15 22:12:46'),(1799,66,2,4088,'2.99','2005-07-07 05:31:55','2006-02-15 22:12:46'),(1800,66,1,4108,'4.99','2005-07-07 06:38:31','2006-02-15 22:12:46'),(1801,66,2,4165,'6.99','2005-07-07 09:23:27','2006-02-15 22:12:46'),(1802,66,2,4911,'5.99','2005-07-08 21:20:26','2006-02-15 22:12:46'),(1803,66,2,5915,'0.99','2005-07-10 21:12:16','2006-02-15 22:12:46'),(1804,66,1,6290,'8.99','2005-07-11 17:12:42','2006-02-15 22:12:46'),(1805,66,2,6348,'5.99','2005-07-11 20:21:18','2006-02-15 22:12:46'),(1806,66,1,6402,'3.99','2005-07-11 22:46:10','2006-02-15 22:12:46'),(1807,66,1,6995,'2.99','2005-07-27 01:12:13','2006-02-15 22:12:46'),(1808,66,1,7872,'2.99','2005-07-28 10:18:16','2006-02-15 22:12:46'),(1809,66,1,9091,'5.99','2005-07-30 08:30:45','2006-02-15 22:12:46'),(1810,66,1,10419,'0.99','2005-08-01 08:13:22','2006-02-15 22:12:46'),(1811,66,2,11028,'5.99','2005-08-02 05:48:20','2006-02-15 22:12:46'),(1812,66,2,11360,'2.99','2005-08-02 17:46:04','2006-02-15 22:12:46'),(1813,66,1,11683,'5.99','2005-08-17 06:15:17','2006-02-15 22:12:46'),(1814,66,1,11935,'0.99','2005-08-17 16:42:13','2006-02-15 22:12:46'),(1815,66,1,12699,'0.99','2005-08-18 20:20:59','2006-02-15 22:12:46'),(1816,66,1,13900,'2.99','2005-08-20 16:05:41','2006-02-15 22:12:46'),(1817,66,2,14123,'2.99','2005-08-21 01:31:25','2006-02-15 22:12:46'),(1818,66,1,14217,'6.99','2005-08-21 04:37:56','2006-02-15 22:12:46'),(1819,66,2,14351,'2.99','2005-08-21 09:04:20','2006-02-15 22:12:46'),(1820,66,2,14429,'0.99','2005-08-21 11:29:43','2006-02-15 22:12:46'),(1821,66,2,15026,'4.99','2005-08-22 09:01:52','2006-02-15 22:12:47'),(1822,66,1,15598,'8.99','2005-08-23 06:23:26','2006-02-15 22:12:47'),(1823,67,2,331,'9.99','2005-05-27 02:22:26','2006-02-15 22:12:47'),(1824,67,1,767,'2.99','2005-05-29 12:20:19','2006-02-15 22:12:47'),(1825,67,1,2064,'3.99','2005-06-17 15:57:56','2006-02-15 22:12:47'),(1826,67,1,2542,'3.99','2005-06-19 02:08:39','2006-02-15 22:12:47'),(1827,67,2,2810,'0.99','2005-06-19 19:44:12','2006-02-15 22:12:47'),(1828,67,1,3359,'4.99','2005-06-21 12:08:18','2006-02-15 22:12:47'),(1829,67,2,4090,'4.99','2005-07-07 05:47:33','2006-02-15 22:12:47'),(1830,67,2,5399,'2.99','2005-07-09 19:52:44','2006-02-15 22:12:47'),(1831,67,2,5510,'2.99','2005-07-10 00:58:37','2006-02-15 22:12:47'),(1832,67,1,6137,'2.99','2005-07-11 08:34:20','2006-02-15 22:12:47'),(1833,67,2,7277,'5.99','2005-07-27 11:48:37','2006-02-15 22:12:47'),(1834,67,2,7895,'0.99','2005-07-28 10:57:15','2006-02-15 22:12:47'),(1835,67,2,8563,'1.99','2005-07-29 11:32:58','2006-02-15 22:12:47'),(1836,67,1,9640,'7.99','2005-07-31 05:33:25','2006-02-15 22:12:47'),(1837,67,1,11295,'8.99','2005-08-02 15:10:06','2006-02-15 22:12:47'),(1838,67,1,11894,'8.99','2005-08-17 15:15:01','2006-02-15 22:12:47'),(1839,67,2,13437,'4.99','2005-08-19 23:37:52','2006-02-15 22:12:47'),(1840,67,1,13652,'2.99','2005-08-20 07:52:34','2006-02-15 22:12:47'),(1841,67,2,13791,'4.99','2005-08-20 12:21:05','2006-02-15 22:12:47'),(1842,67,2,13837,'2.99','2005-08-20 14:19:03','2006-02-15 22:12:47'),(1843,67,2,14967,'4.99','2005-08-22 06:46:03','2006-02-15 22:12:47'),(1844,67,2,15085,'2.99','2005-08-22 11:19:22','2006-02-15 22:12:47'),(1845,68,2,1828,'5.99','2005-06-16 22:04:34','2006-02-15 22:12:47'),(1846,68,2,1957,'8.99','2005-06-17 08:50:58','2006-02-15 22:12:47'),(1847,68,2,2633,'2.99','2005-06-19 08:53:10','2006-02-15 22:12:47'),(1848,68,2,2662,'4.99','2005-06-19 10:53:42','2006-02-15 22:12:47'),(1849,68,1,2686,'2.99','2005-06-19 12:44:20','2006-02-15 22:12:47'),(1850,68,1,3598,'0.99','2005-07-06 05:11:04','2006-02-15 22:12:47'),(1851,68,2,3801,'4.99','2005-07-06 15:05:50','2006-02-15 22:12:47'),(1852,68,1,3864,'0.99','2005-07-06 17:41:42','2006-02-15 22:12:47'),(1853,68,2,4555,'6.99','2005-07-08 04:48:36','2006-02-15 22:12:47'),(1854,68,1,4925,'3.99','2005-07-08 21:56:00','2006-02-15 22:12:47'),(1855,68,1,6512,'4.99','2005-07-12 03:42:49','2006-02-15 22:12:47'),(1856,68,2,9339,'3.99','2005-07-30 18:03:28','2006-02-15 22:12:47'),(1857,68,1,9538,'3.99','2005-07-31 01:25:22','2006-02-15 22:12:47'),(1858,68,2,9642,'4.99','2005-07-31 05:33:57','2006-02-15 22:12:47'),(1859,68,1,10115,'7.99','2005-07-31 21:13:47','2006-02-15 22:12:47'),(1860,68,1,11277,'2.99','2005-08-02 14:28:50','2006-02-15 22:12:47'),(1861,68,2,12742,'2.99','2005-08-18 22:22:03','2006-02-15 22:12:47'),(1862,68,2,13475,'4.99','2005-08-20 01:05:05','2006-02-15 22:12:47'),(1863,68,2,14242,'0.99','2005-08-21 05:25:59','2006-02-15 22:12:47'),(1864,68,2,14455,'5.99','2005-08-21 12:36:11','2006-02-15 22:12:47'),(1865,68,1,14947,'1.99','2005-08-22 06:07:52','2006-02-15 22:12:47'),(1866,68,1,15524,'4.99','2005-08-23 03:36:26','2006-02-15 22:12:47'),(1867,69,2,584,'4.99','2005-05-28 11:49:00','2006-02-15 22:12:47'),(1868,69,2,765,'1.99','2005-05-29 11:38:34','2006-02-15 22:12:47'),(1869,69,1,1549,'2.99','2005-06-16 01:57:15','2006-02-15 22:12:47'),(1870,69,1,3358,'4.99','2005-06-21 11:56:40','2006-02-15 22:12:47'),(1871,69,1,3883,'8.99','2005-07-06 18:39:38','2006-02-15 22:12:47'),(1872,69,1,4265,'0.99','2005-07-07 14:27:51','2006-02-15 22:12:47'),(1873,69,1,4427,'0.99','2005-07-07 22:28:51','2006-02-15 22:12:47'),(1874,69,2,5569,'3.99','2005-07-10 03:38:32','2006-02-15 22:12:47'),(1875,69,2,6297,'4.99','2005-07-11 17:37:22','2006-02-15 22:12:47'),(1876,69,1,6385,'6.99','2005-07-11 22:07:32','2006-02-15 22:12:47'),(1877,69,2,6785,'6.99','2005-07-12 16:30:57','2006-02-15 22:12:47'),(1878,69,2,8649,'6.99','2005-07-29 14:57:33','2006-02-15 22:12:47'),(1879,69,2,9193,'2.99','2005-07-30 12:28:42','2006-02-15 22:12:47'),(1880,69,1,9612,'2.99','2005-07-31 03:58:31','2006-02-15 22:12:47'),(1881,69,2,10074,'0.99','2005-07-31 19:57:16','2006-02-15 22:12:47'),(1882,69,1,11943,'3.99','2005-08-17 17:00:42','2006-02-15 22:12:47'),(1883,69,1,12012,'2.99','2005-08-17 19:20:48','2006-02-15 22:12:47'),(1884,69,1,12121,'2.99','2005-08-17 23:20:40','2006-02-15 22:12:47'),(1885,69,1,12966,'5.99','2005-08-19 06:37:48','2006-02-15 22:12:47'),(1886,69,1,13023,'5.99','2005-08-19 08:13:54','2006-02-15 22:12:47'),(1887,69,2,14311,'3.99','2005-08-21 07:45:47','2006-02-15 22:12:47'),(1888,69,2,14685,'0.99','2005-08-21 20:31:25','2006-02-15 22:12:47'),(1889,69,2,14767,'2.99','2005-08-21 23:43:00','2006-02-15 22:12:47'),(1890,69,1,15547,'2.99','2005-08-23 04:25:50','2006-02-15 22:12:47'),(1891,69,2,11995,'0.99','2006-02-14 15:16:03','2006-02-15 22:12:47'),(1892,70,2,1044,'4.99','2005-05-31 06:24:44','2006-02-15 22:12:47'),(1893,70,1,2472,'4.99','2005-06-18 20:32:40','2006-02-15 22:12:47'),(1894,70,1,4061,'0.99','2005-07-07 04:13:35','2006-02-15 22:12:47'),(1895,70,1,5927,'5.99','2005-07-10 21:57:14','2006-02-15 22:12:47'),(1896,70,2,7036,'4.99','2005-07-27 03:06:12','2006-02-15 22:12:47'),(1897,70,2,7421,'7.99','2005-07-27 17:10:05','2006-02-15 22:12:47'),(1898,70,1,7714,'2.99','2005-07-28 04:32:30','2006-02-15 22:12:47'),(1899,70,2,8550,'0.99','2005-07-29 11:12:37','2006-02-15 22:12:48'),(1900,70,1,8747,'2.99','2005-07-29 19:07:57','2006-02-15 22:12:48'),(1901,70,1,11274,'9.99','2005-08-02 14:24:08','2006-02-15 22:12:48'),(1902,70,1,11901,'2.99','2005-08-17 15:35:47','2006-02-15 22:12:48'),(1903,70,1,12003,'4.99','2005-08-17 18:56:05','2006-02-15 22:12:48'),(1904,70,2,12218,'4.99','2005-08-18 02:48:14','2006-02-15 22:12:48'),(1905,70,1,12581,'6.99','2005-08-18 15:49:15','2006-02-15 22:12:48'),(1906,70,1,12951,'3.99','2005-08-19 05:56:44','2006-02-15 22:12:48'),(1907,70,2,13680,'4.99','2005-08-20 08:44:06','2006-02-15 22:12:48'),(1908,70,2,15238,'0.99','2005-08-22 17:46:12','2006-02-15 22:12:48'),(1909,70,1,15616,'3.99','2005-08-23 07:06:38','2006-02-15 22:12:48'),(1910,71,1,199,'2.99','2005-05-26 07:11:58','2006-02-15 22:12:48'),(1911,71,1,272,'9.99','2005-05-26 16:27:11','2006-02-15 22:12:48'),(1912,71,2,1873,'2.99','2005-06-17 02:38:28','2006-02-15 22:12:48'),(1913,71,1,2374,'4.99','2005-06-18 14:44:06','2006-02-15 22:12:48'),(1914,71,2,3345,'5.99','2005-06-21 11:05:07','2006-02-15 22:12:48'),(1915,71,2,4614,'4.99','2005-07-08 07:45:17','2006-02-15 22:12:48'),(1916,71,2,5281,'1.99','2005-07-09 14:55:07','2006-02-15 22:12:48'),(1917,71,2,5358,'3.99','2005-07-09 18:09:21','2006-02-15 22:12:48'),(1918,71,1,5543,'8.99','2005-07-10 02:48:03','2006-02-15 22:12:48'),(1919,71,1,5770,'4.99','2005-07-10 13:21:28','2006-02-15 22:12:48'),(1920,71,2,5814,'4.99','2005-07-10 15:46:50','2006-02-15 22:12:48'),(1921,71,2,6020,'0.99','2005-07-11 02:08:55','2006-02-15 22:12:48'),(1922,71,1,6739,'5.99','2005-07-12 14:22:08','2006-02-15 22:12:48'),(1923,71,2,7160,'0.99','2005-07-27 07:26:06','2006-02-15 22:12:48'),(1924,71,1,7550,'4.99','2005-07-27 21:55:07','2006-02-15 22:12:48'),(1925,71,2,7982,'4.99','2005-07-28 14:19:59','2006-02-15 22:12:48'),(1926,71,2,8128,'2.99','2005-07-28 19:46:06','2006-02-15 22:12:48'),(1927,71,1,8293,'2.99','2005-07-29 02:30:50','2006-02-15 22:12:48'),(1928,71,1,8574,'1.99','2005-07-29 11:51:53','2006-02-15 22:12:48'),(1929,71,1,8668,'4.99','2005-07-29 15:41:31','2006-02-15 22:12:48'),(1930,71,1,8783,'3.99','2005-07-29 20:31:28','2006-02-15 22:12:48'),(1931,71,1,8789,'4.99','2005-07-29 20:47:27','2006-02-15 22:12:48'),(1932,71,1,8956,'0.99','2005-07-30 03:32:29','2006-02-15 22:12:48'),(1933,71,1,12417,'4.99','2005-08-18 09:57:00','2006-02-15 22:12:48'),(1934,71,1,14105,'7.99','2005-08-21 00:44:34','2006-02-15 22:12:48'),(1935,71,1,14228,'3.99','2005-08-21 04:57:08','2006-02-15 22:12:48'),(1936,71,2,14781,'4.99','2005-08-22 00:15:12','2006-02-15 22:12:48'),(1937,71,2,14904,'3.99','2005-08-22 04:32:01','2006-02-15 22:12:48'),(1938,71,1,15704,'4.99','2005-08-23 10:25:45','2006-02-15 22:12:48'),(1939,71,1,16000,'0.99','2005-08-23 20:44:36','2006-02-15 22:12:48'),(1940,72,2,785,'4.99','2005-05-29 15:08:41','2006-02-15 22:12:48'),(1941,72,2,845,'4.99','2005-05-30 01:17:25','2006-02-15 22:12:48'),(1942,72,2,1047,'0.99','2005-05-31 06:45:57','2006-02-15 22:12:48'),(1943,72,2,2294,'4.99','2005-06-18 07:46:34','2006-02-15 22:12:48'),(1944,72,1,3700,'0.99','2005-07-06 10:12:19','2006-02-15 22:12:48'),(1945,72,2,5223,'4.99','2005-07-09 12:06:03','2006-02-15 22:12:48'),(1946,72,1,5302,'4.99','2005-07-09 15:42:36','2006-02-15 22:12:48'),(1947,72,1,5424,'0.99','2005-07-09 20:59:09','2006-02-15 22:12:48'),(1948,72,1,5840,'4.99','2005-07-10 17:09:09','2006-02-15 22:12:48'),(1949,72,2,6081,'0.99','2005-07-11 05:11:09','2006-02-15 22:12:48'),(1950,72,2,8228,'4.99','2005-07-29 00:08:58','2006-02-15 22:12:48'),(1951,72,1,9027,'2.99','2005-07-30 05:58:27','2006-02-15 22:12:48'),(1952,72,2,9420,'5.99','2005-07-30 21:05:18','2006-02-15 22:12:48'),(1953,72,2,9648,'4.99','2005-07-31 05:46:03','2006-02-15 22:12:48'),(1954,72,2,10267,'0.99','2005-08-01 03:07:26','2006-02-15 22:12:48'),(1955,72,2,11206,'6.99','2005-08-02 11:58:03','2006-02-15 22:12:48'),(1956,72,2,11422,'5.99','2005-08-02 19:52:08','2006-02-15 22:12:48'),(1957,72,1,11630,'2.99','2005-08-17 04:27:46','2006-02-15 22:12:48'),(1958,72,1,11679,'4.99','2005-08-17 06:08:54','2006-02-15 22:12:48'),(1959,72,1,11923,'2.99','2005-08-17 16:21:47','2006-02-15 22:12:48'),(1960,72,2,12020,'2.99','2005-08-17 19:50:33','2006-02-15 22:12:48'),(1961,72,1,12448,'0.99','2005-08-18 10:59:04','2006-02-15 22:12:48'),(1962,72,2,12593,'0.99','2005-08-18 16:17:54','2006-02-15 22:12:48'),(1963,72,1,13145,'0.99','2005-08-19 12:53:53','2006-02-15 22:12:48'),(1964,72,2,13327,'4.99','2005-08-19 19:55:45','2006-02-15 22:12:48'),(1965,72,2,13597,'0.99','2005-08-20 05:59:05','2006-02-15 22:12:48'),(1966,72,2,13660,'4.99','2005-08-20 08:05:56','2006-02-15 22:12:48'),(1967,72,1,14020,'0.99','2005-08-20 20:59:43','2006-02-15 22:12:48'),(1968,72,2,15110,'0.99','2005-08-22 12:16:46','2006-02-15 22:12:48'),(1969,72,2,15146,'2.99','2005-08-22 13:57:55','2006-02-15 22:12:48'),(1970,73,1,70,'2.99','2005-05-25 10:15:23','2006-02-15 22:12:48'),(1971,73,2,1133,'4.99','2005-05-31 19:12:21','2006-02-15 22:12:48'),(1972,73,1,1669,'0.99','2005-06-16 10:20:20','2006-02-15 22:12:48'),(1973,73,2,2940,'4.99','2005-06-20 05:20:01','2006-02-15 22:12:48'),(1974,73,2,4327,'2.99','2005-07-07 18:01:39','2006-02-15 22:12:48'),(1975,73,1,4789,'4.99','2005-07-08 16:22:01','2006-02-15 22:12:49'),(1976,73,2,5021,'4.99','2005-07-09 02:09:41','2006-02-15 22:12:49'),(1977,73,1,6514,'9.99','2005-07-12 03:47:44','2006-02-15 22:12:49'),(1978,73,1,6645,'2.99','2005-07-12 10:39:55','2006-02-15 22:12:49'),(1979,73,1,7590,'4.99','2005-07-27 23:24:24','2006-02-15 22:12:49'),(1980,73,1,7683,'4.99','2005-07-28 03:11:29','2006-02-15 22:12:49'),(1981,73,1,8377,'4.99','2005-07-29 05:27:40','2006-02-15 22:12:49'),(1982,73,1,9212,'2.99','2005-07-30 13:03:13','2006-02-15 22:12:49'),(1983,73,1,9776,'2.99','2005-07-31 10:01:03','2006-02-15 22:12:49'),(1984,73,2,10434,'4.99','2005-08-01 08:47:00','2006-02-15 22:12:49'),(1985,73,1,11102,'4.99','2005-08-02 08:08:30','2006-02-15 22:12:49'),(1986,73,2,11155,'0.99','2005-08-02 09:55:28','2006-02-15 22:12:49'),(1987,73,2,11349,'4.99','2005-08-02 17:21:49','2006-02-15 22:12:49'),(1988,73,2,11609,'3.99','2005-08-17 03:41:11','2006-02-15 22:12:49'),(1989,73,2,12291,'4.99','2005-08-18 05:08:37','2006-02-15 22:12:49'),(1990,73,1,13886,'4.99','2005-08-20 15:34:43','2006-02-15 22:12:49'),(1991,73,1,15667,'0.99','2005-08-23 09:02:03','2006-02-15 22:12:49'),(1992,73,2,16002,'2.99','2005-08-23 20:47:12','2006-02-15 22:12:49'),(1993,73,2,13108,'2.99','2006-02-14 15:16:03','2006-02-15 22:12:49'),(1994,74,2,1121,'6.99','2005-05-31 16:37:36','2006-02-15 22:12:49'),(1995,74,1,2498,'1.99','2005-06-18 22:56:26','2006-02-15 22:12:49'),(1996,74,2,2517,'0.99','2005-06-19 00:11:26','2006-02-15 22:12:49'),(1997,74,1,3020,'1.99','2005-06-20 11:12:04','2006-02-15 22:12:49'),(1998,74,2,3445,'7.99','2005-06-21 20:40:28','2006-02-15 22:12:49'),(1999,74,2,3819,'3.99','2005-07-06 15:35:06','2006-02-15 22:12:49'),(2000,74,1,5530,'2.99','2005-07-10 02:13:49','2006-02-15 22:12:49'),(2001,74,2,5603,'2.99','2005-07-10 05:04:54','2006-02-15 22:12:49'),(2002,74,2,5917,'4.99','2005-07-10 21:30:22','2006-02-15 22:12:49'),(2003,74,1,6241,'7.99','2005-07-11 14:40:48','2006-02-15 22:12:49'),(2004,74,1,6475,'2.99','2005-07-12 01:36:57','2006-02-15 22:12:49'),(2005,74,1,7304,'6.99','2005-07-27 12:56:56','2006-02-15 22:12:49'),(2006,74,2,8796,'5.99','2005-07-29 21:09:11','2006-02-15 22:12:49'),(2007,74,2,9112,'4.99','2005-07-30 09:06:31','2006-02-15 22:12:49'),(2008,74,2,10051,'3.99','2005-07-31 19:14:20','2006-02-15 22:12:49'),(2009,74,1,10624,'0.99','2005-08-01 15:27:05','2006-02-15 22:12:49'),(2010,74,2,12374,'3.99','2005-08-18 08:07:45','2006-02-15 22:12:49'),(2011,74,2,12477,'3.99','2005-08-18 12:25:01','2006-02-15 22:12:49'),(2012,74,2,13335,'0.99','2005-08-19 20:03:18','2006-02-15 22:12:49'),(2013,74,2,13520,'0.99','2005-08-20 02:41:46','2006-02-15 22:12:49'),(2014,74,1,13583,'1.99','2005-08-20 05:29:45','2006-02-15 22:12:49'),(2015,74,2,13747,'5.99','2005-08-20 10:56:06','2006-02-15 22:12:49'),(2016,74,1,15286,'4.99','2005-08-22 19:17:56','2006-02-15 22:12:49'),(2017,74,2,15325,'4.99','2005-08-22 20:27:38','2006-02-15 22:12:49'),(2018,74,2,15500,'0.99','2005-08-23 02:39:37','2006-02-15 22:12:49'),(2019,74,2,15739,'4.99','2005-08-23 11:56:22','2006-02-15 22:12:49'),(2020,74,1,16046,'0.99','2005-08-23 22:26:47','2006-02-15 22:12:49'),(2021,75,1,180,'4.99','2005-05-26 04:46:23','2006-02-15 22:12:49'),(2022,75,2,268,'0.99','2005-05-26 16:19:08','2006-02-15 22:12:49'),(2023,75,1,1920,'4.99','2005-06-17 06:00:23','2006-02-15 22:12:49'),(2024,75,1,2161,'7.99','2005-06-17 23:39:50','2006-02-15 22:12:49'),(2025,75,2,2738,'4.99','2005-06-19 15:56:30','2006-02-15 22:12:49'),(2026,75,2,3062,'6.99','2005-06-20 13:50:00','2006-02-15 22:12:49'),(2027,75,1,3210,'4.99','2005-06-21 01:00:25','2006-02-15 22:12:49'),(2028,75,1,3711,'0.99','2005-07-06 10:46:15','2006-02-15 22:12:49'),(2029,75,2,4179,'2.99','2005-07-07 10:17:15','2006-02-15 22:12:49'),(2030,75,2,4511,'0.99','2005-07-08 02:36:21','2006-02-15 22:12:49'),(2031,75,1,4639,'5.99','2005-07-08 08:57:21','2006-02-15 22:12:49'),(2032,75,2,5260,'2.99','2005-07-09 14:05:45','2006-02-15 22:12:49'),(2033,75,2,6052,'0.99','2005-07-11 03:51:27','2006-02-15 22:12:49'),(2034,75,1,6092,'3.99','2005-07-11 05:51:31','2006-02-15 22:12:49'),(2035,75,1,6486,'0.99','2005-07-12 02:09:36','2006-02-15 22:12:49'),(2036,75,2,6530,'0.99','2005-07-12 04:33:19','2006-02-15 22:12:49'),(2037,75,2,6852,'2.99','2005-07-12 19:33:49','2006-02-15 22:12:49'),(2038,75,1,7052,'2.99','2005-07-27 03:36:38','2006-02-15 22:12:49'),(2039,75,1,7454,'4.99','2005-07-27 18:27:26','2006-02-15 22:12:49'),(2040,75,1,7843,'0.99','2005-07-28 09:10:22','2006-02-15 22:12:49'),(2041,75,2,7897,'2.99','2005-07-28 11:01:51','2006-02-15 22:12:49'),(2042,75,2,8202,'1.99','2005-07-28 23:11:45','2006-02-15 22:12:49'),(2043,75,1,8823,'6.99','2005-07-29 22:22:12','2006-02-15 22:12:49'),(2044,75,2,9168,'5.99','2005-07-30 11:31:17','2006-02-15 22:12:49'),(2045,75,2,9442,'4.99','2005-07-30 21:44:31','2006-02-15 22:12:49'),(2046,75,2,9501,'4.99','2005-07-30 23:59:21','2006-02-15 22:12:49'),(2047,75,1,9783,'9.99','2005-07-31 10:15:46','2006-02-15 22:12:49'),(2048,75,2,10653,'5.99','2005-08-01 16:28:07','2006-02-15 22:12:49'),(2049,75,1,10726,'3.99','2005-08-01 19:14:53','2006-02-15 22:12:50'),(2050,75,1,10871,'4.99','2005-08-02 00:27:24','2006-02-15 22:12:50'),(2051,75,1,11330,'0.99','2005-08-02 16:45:33','2006-02-15 22:12:50'),(2052,75,1,12002,'2.99','2005-08-17 18:56:02','2006-02-15 22:12:50'),(2053,75,2,12239,'0.99','2005-08-18 03:26:42','2006-02-15 22:12:50'),(2054,75,1,12336,'1.99','2005-08-18 06:59:41','2006-02-15 22:12:50'),(2055,75,1,12412,'5.99','2005-08-18 09:49:52','2006-02-15 22:12:50'),(2056,75,1,12426,'4.99','2005-08-18 10:24:11','2006-02-15 22:12:50'),(2057,75,1,12662,'0.99','2005-08-18 19:10:41','2006-02-15 22:12:50'),(2058,75,2,15928,'5.99','2005-08-23 18:23:24','2006-02-15 22:12:50'),(2059,75,2,13534,'8.97','2006-02-14 15:16:03','2006-02-15 22:12:50'),(2060,75,1,14488,'0.00','2006-02-14 15:16:03','2006-02-15 22:12:50'),(2061,75,2,15191,'0.00','2006-02-14 15:16:03','2006-02-15 22:12:50'),(2062,76,2,574,'1.99','2005-05-28 10:44:28','2006-02-15 22:12:50'),(2063,76,1,926,'0.99','2005-05-30 12:15:54','2006-02-15 22:12:50'),(2064,76,2,1487,'0.99','2005-06-15 21:27:42','2006-02-15 22:12:50'),(2065,76,1,1791,'6.99','2005-06-16 20:04:28','2006-02-15 22:12:50'),(2066,76,2,2111,'0.99','2005-06-17 19:47:21','2006-02-15 22:12:50'),(2067,76,2,2397,'1.99','2005-06-18 15:51:25','2006-02-15 22:12:50'),(2068,76,1,2894,'0.99','2005-06-20 02:22:42','2006-02-15 22:12:50'),(2069,76,2,3416,'0.99','2005-06-21 17:05:29','2006-02-15 22:12:50'),(2070,76,2,4099,'4.99','2005-07-07 06:20:33','2006-02-15 22:12:50'),(2071,76,2,5571,'0.99','2005-07-10 03:48:20','2006-02-15 22:12:50'),(2072,76,2,6789,'0.99','2005-07-12 16:34:40','2006-02-15 22:12:50'),(2073,76,2,8253,'6.99','2005-07-29 00:57:06','2006-02-15 22:12:50'),(2074,76,2,8357,'2.99','2005-07-29 04:59:44','2006-02-15 22:12:50'),(2075,76,2,8405,'3.99','2005-07-29 06:28:19','2006-02-15 22:12:50'),(2076,76,1,8935,'0.99','2005-07-30 02:38:45','2006-02-15 22:12:50'),(2077,76,2,9312,'2.99','2005-07-30 16:59:17','2006-02-15 22:12:50'),(2078,76,2,10082,'0.99','2005-07-31 20:09:32','2006-02-15 22:12:50'),(2079,76,2,10795,'4.99','2005-08-01 21:56:37','2006-02-15 22:12:50'),(2080,76,2,11172,'7.99','2005-08-02 10:27:52','2006-02-15 22:12:50'),(2081,76,2,13697,'3.99','2005-08-20 09:21:08','2006-02-15 22:12:50'),(2082,76,1,14637,'2.99','2005-08-21 19:01:00','2006-02-15 22:12:50'),(2083,76,2,15169,'4.99','2005-08-22 15:21:56','2006-02-15 22:12:50'),(2084,76,1,15566,'10.99','2005-08-23 05:17:23','2006-02-15 22:12:50'),(2085,77,2,319,'2.99','2005-05-26 23:52:13','2006-02-15 22:12:50'),(2086,77,1,419,'1.99','2005-05-27 15:15:11','2006-02-15 22:12:50'),(2087,77,2,561,'2.99','2005-05-28 08:54:06','2006-02-15 22:12:50'),(2088,77,1,586,'0.99','2005-05-28 12:03:00','2006-02-15 22:12:50'),(2089,77,1,760,'5.99','2005-05-29 11:07:25','2006-02-15 22:12:50'),(2090,77,1,1710,'4.99','2005-06-16 14:11:24','2006-02-15 22:12:50'),(2091,77,1,2354,'3.99','2005-06-18 12:54:18','2006-02-15 22:12:50'),(2092,77,2,2452,'8.99','2005-06-18 19:29:21','2006-02-15 22:12:50'),(2093,77,1,3151,'2.99','2005-06-20 20:36:53','2006-02-15 22:12:50'),(2094,77,2,3238,'0.99','2005-06-21 02:48:21','2006-02-15 22:12:50'),(2095,77,2,4928,'0.99','2005-07-08 22:05:41','2006-02-15 22:12:50'),(2096,77,2,6168,'0.99','2005-07-11 10:21:38','2006-02-15 22:12:50'),(2097,77,2,6390,'2.99','2005-07-11 22:19:23','2006-02-15 22:12:50'),(2098,77,1,7406,'3.99','2005-07-27 16:25:45','2006-02-15 22:12:50'),(2099,77,1,7710,'0.99','2005-07-28 04:24:07','2006-02-15 22:12:50'),(2100,77,2,8942,'4.99','2005-07-30 03:01:07','2006-02-15 22:12:50'),(2101,77,1,9811,'0.99','2005-07-31 11:23:45','2006-02-15 22:12:50'),(2102,77,2,10184,'4.99','2005-08-01 00:09:33','2006-02-15 22:12:50'),(2103,77,1,10886,'2.99','2005-08-02 00:52:34','2006-02-15 22:12:50'),(2104,77,1,10895,'0.99','2005-08-02 01:16:59','2006-02-15 22:12:50'),(2105,77,2,10991,'0.99','2005-08-02 04:41:12','2006-02-15 22:12:50'),(2106,77,1,11469,'2.99','2005-08-02 21:48:09','2006-02-15 22:12:50'),(2107,77,2,11767,'7.99','2005-08-17 10:00:40','2006-02-15 22:12:50'),(2108,77,1,12065,'6.99','2005-08-17 21:31:46','2006-02-15 22:12:50'),(2109,77,2,12328,'1.99','2005-08-18 06:43:56','2006-02-15 22:12:50'),(2110,77,2,13752,'9.99','2005-08-20 11:17:45','2006-02-15 22:12:50'),(2111,77,2,14530,'4.99','2005-08-21 15:10:50','2006-02-15 22:12:50'),(2112,77,2,15359,'2.99','2005-08-22 21:34:00','2006-02-15 22:12:50'),(2113,78,1,2207,'2.99','2005-06-18 02:19:21','2006-02-15 22:12:50'),(2114,78,2,2949,'6.99','2005-06-20 06:05:53','2006-02-15 22:12:50'),(2115,78,2,3248,'7.99','2005-06-21 03:12:21','2006-02-15 22:12:50'),(2116,78,1,3593,'4.99','2005-07-06 04:39:52','2006-02-15 22:12:50'),(2117,78,2,4227,'5.99','2005-07-07 12:41:36','2006-02-15 22:12:50'),(2118,78,2,4627,'2.99','2005-07-08 08:24:39','2006-02-15 22:12:50'),(2119,78,2,4778,'0.99','2005-07-08 15:51:51','2006-02-15 22:12:50'),(2120,78,1,5078,'1.99','2005-07-09 05:20:24','2006-02-15 22:12:50'),(2121,78,2,5604,'0.99','2005-07-10 05:05:00','2006-02-15 22:12:51'),(2122,78,1,6005,'0.99','2005-07-11 01:36:42','2006-02-15 22:12:51'),(2123,78,1,6344,'4.99','2005-07-11 20:04:43','2006-02-15 22:12:51'),(2124,78,2,7200,'1.99','2005-07-27 08:57:38','2006-02-15 22:12:51'),(2125,78,2,7747,'4.99','2005-07-28 05:50:11','2006-02-15 22:12:51'),(2126,78,2,7926,'3.99','2005-07-28 12:13:02','2006-02-15 22:12:51'),(2127,78,1,7957,'6.99','2005-07-28 13:34:08','2006-02-15 22:12:51'),(2128,78,2,8920,'4.99','2005-07-30 01:59:24','2006-02-15 22:12:51'),(2129,78,1,9068,'5.99','2005-07-30 07:31:45','2006-02-15 22:12:51'),(2130,78,2,10350,'3.99','2005-08-01 05:30:05','2006-02-15 22:12:51'),(2131,78,1,10590,'2.99','2005-08-01 14:11:53','2006-02-15 22:12:51'),(2132,78,1,10831,'7.99','2005-08-01 23:22:45','2006-02-15 22:12:51'),(2133,78,1,10942,'10.99','2005-08-02 03:16:31','2006-02-15 22:12:51'),(2134,78,2,12474,'8.99','2005-08-18 12:10:03','2006-02-15 22:12:51'),(2135,78,2,12653,'4.99','2005-08-18 18:53:17','2006-02-15 22:12:51'),(2136,78,2,13124,'5.99','2005-08-19 11:55:59','2006-02-15 22:12:51'),(2137,78,1,13432,'0.99','2005-08-19 23:29:06','2006-02-15 22:12:51'),(2138,78,2,13792,'5.99','2005-08-20 12:21:37','2006-02-15 22:12:51'),(2139,78,2,14620,'2.99','2005-08-21 18:10:43','2006-02-15 22:12:51'),(2140,78,1,14716,'0.99','2005-08-21 21:29:55','2006-02-15 22:12:51'),(2141,78,1,14810,'2.99','2005-08-22 01:08:34','2006-02-15 22:12:51'),(2142,78,2,14862,'7.99','2005-08-22 02:51:41','2006-02-15 22:12:51'),(2143,78,2,16039,'2.99','2005-08-23 22:18:51','2006-02-15 22:12:51'),(2144,79,1,840,'4.99','2005-05-30 00:28:41','2006-02-15 22:12:51'),(2145,79,1,859,'2.99','2005-05-30 02:36:20','2006-02-15 22:12:51'),(2146,79,1,928,'2.99','2005-05-30 12:27:14','2006-02-15 22:12:51'),(2147,79,2,3096,'4.99','2005-06-20 16:17:56','2006-02-15 22:12:51'),(2148,79,2,3178,'2.99','2005-06-20 22:35:12','2006-02-15 22:12:51'),(2149,79,1,3641,'0.99','2005-07-06 07:17:09','2006-02-15 22:12:51'),(2150,79,1,3748,'2.99','2005-07-06 12:11:22','2006-02-15 22:12:51'),(2151,79,2,4049,'4.99','2005-07-07 03:34:53','2006-02-15 22:12:51'),(2152,79,1,4530,'4.99','2005-07-08 03:27:05','2006-02-15 22:12:51'),(2153,79,2,4736,'4.99','2005-07-08 13:22:55','2006-02-15 22:12:51'),(2154,79,2,5205,'2.99','2005-07-09 10:56:37','2006-02-15 22:12:51'),(2155,79,1,5555,'2.99','2005-07-10 03:08:55','2006-02-15 22:12:51'),(2156,79,2,6162,'5.99','2005-07-11 10:12:30','2006-02-15 22:12:51'),(2157,79,1,7220,'9.99','2005-07-27 09:35:54','2006-02-15 22:12:51'),(2158,79,1,8849,'2.99','2005-07-29 23:21:01','2006-02-15 22:12:51'),(2159,79,1,9814,'1.99','2005-07-31 11:29:46','2006-02-15 22:12:51'),(2160,79,2,9845,'6.99','2005-07-31 12:28:05','2006-02-15 22:12:51'),(2161,79,1,9989,'0.99','2005-07-31 17:22:39','2006-02-15 22:12:51'),(2162,79,1,10676,'2.99','2005-08-01 17:14:15','2006-02-15 22:12:51'),(2163,79,2,11641,'4.99','2005-08-17 04:45:39','2006-02-15 22:12:51'),(2164,79,2,13026,'2.99','2005-08-19 08:22:45','2006-02-15 22:12:51'),(2165,79,1,14179,'0.99','2005-08-21 03:14:27','2006-02-15 22:12:51'),(2166,80,1,2596,'2.99','2005-06-19 05:48:26','2006-02-15 22:12:51'),(2167,80,2,2805,'8.99','2005-06-19 19:29:17','2006-02-15 22:12:51'),(2168,80,1,3367,'3.99','2005-06-21 13:08:21','2006-02-15 22:12:51'),(2169,80,2,3623,'4.99','2005-07-06 06:05:23','2006-02-15 22:12:51'),(2170,80,2,4268,'8.99','2005-07-07 14:36:05','2006-02-15 22:12:51'),(2171,80,2,4299,'3.99','2005-07-07 16:33:48','2006-02-15 22:12:51'),(2172,80,1,4688,'5.99','2005-07-08 11:03:29','2006-02-15 22:12:51'),(2173,80,2,5420,'3.99','2005-07-09 20:48:42','2006-02-15 22:12:51'),(2174,80,2,5452,'4.99','2005-07-09 22:23:21','2006-02-15 22:12:51'),(2175,80,1,6199,'5.99','2005-07-11 12:16:03','2006-02-15 22:12:51'),(2176,80,2,6417,'6.99','2005-07-11 23:35:11','2006-02-15 22:12:51'),(2177,80,2,6707,'1.99','2005-07-12 13:07:55','2006-02-15 22:12:51'),(2178,80,2,7558,'0.99','2005-07-27 22:19:08','2006-02-15 22:12:51'),(2179,80,1,8509,'5.99','2005-07-29 09:38:19','2006-02-15 22:12:51'),(2180,80,1,8884,'6.99','2005-07-30 00:26:22','2006-02-15 22:12:51'),(2181,80,1,10313,'0.99','2005-08-01 04:29:29','2006-02-15 22:12:51'),(2182,80,1,10656,'6.99','2005-08-01 16:38:04','2006-02-15 22:12:51'),(2183,80,1,10690,'8.99','2005-08-01 18:05:54','2006-02-15 22:12:51'),(2184,80,2,11101,'5.99','2005-08-02 08:08:24','2006-02-15 22:12:51'),(2185,80,2,11839,'0.99','2005-08-17 13:08:45','2006-02-15 22:12:51'),(2186,80,1,11850,'1.99','2005-08-17 13:30:15','2006-02-15 22:12:51'),(2187,80,2,12468,'2.99','2005-08-18 11:41:47','2006-02-15 22:12:51'),(2188,80,1,13352,'4.99','2005-08-19 20:51:40','2006-02-15 22:12:51'),(2189,80,2,13395,'0.99','2005-08-19 22:05:40','2006-02-15 22:12:51'),(2190,80,1,13724,'4.99','2005-08-20 10:07:28','2006-02-15 22:12:51'),(2191,80,2,13851,'0.99','2005-08-20 14:44:22','2006-02-15 22:12:51'),(2192,80,1,14916,'0.99','2005-08-22 04:56:57','2006-02-15 22:12:52'),(2193,80,1,15648,'8.99','2005-08-23 08:27:57','2006-02-15 22:12:52'),(2194,80,1,16012,'5.99','2005-08-23 21:13:39','2006-02-15 22:12:52'),(2195,80,2,12457,'2.99','2006-02-14 15:16:03','2006-02-15 22:12:52'),(2196,81,1,289,'0.99','2005-05-26 20:01:09','2006-02-15 22:12:52'),(2197,81,1,2714,'1.99','2005-06-19 14:26:09','2006-02-15 22:12:52'),(2198,81,1,2854,'5.99','2005-06-19 23:11:48','2006-02-15 22:12:52'),(2199,81,1,3229,'4.99','2005-06-21 02:20:41','2006-02-15 22:12:52'),(2200,81,1,3879,'2.99','2005-07-06 18:31:20','2006-02-15 22:12:52'),(2201,81,2,4983,'9.99','2005-07-09 00:34:16','2006-02-15 22:12:52'),(2202,81,1,5468,'0.99','2005-07-09 23:06:09','2006-02-15 22:12:52'),(2203,81,2,7130,'4.99','2005-07-27 06:23:36','2006-02-15 22:12:52'),(2204,81,1,7709,'0.99','2005-07-28 04:22:14','2006-02-15 22:12:52'),(2205,81,2,9454,'3.99','2005-07-30 22:20:09','2006-02-15 22:12:52'),(2206,81,2,10456,'0.99','2005-08-01 09:17:21','2006-02-15 22:12:52'),(2207,81,1,11837,'5.99','2005-08-17 13:04:41','2006-02-15 22:12:52'),(2208,81,2,12181,'4.99','2005-08-18 01:28:18','2006-02-15 22:12:52'),(2209,81,2,13820,'5.99','2005-08-20 13:26:37','2006-02-15 22:12:52'),(2210,81,1,14128,'4.99','2005-08-21 01:35:58','2006-02-15 22:12:52'),(2211,81,1,14642,'3.99','2005-08-21 19:09:40','2006-02-15 22:12:52'),(2212,81,2,14748,'7.99','2005-08-21 23:02:02','2006-02-15 22:12:52'),(2213,81,1,15224,'5.99','2005-08-22 17:18:05','2006-02-15 22:12:52'),(2214,81,1,15602,'4.99','2005-08-23 06:41:07','2006-02-15 22:12:52'),(2215,81,1,15823,'4.99','2005-08-23 15:08:00','2006-02-15 22:12:52'),(2216,81,1,15858,'2.99','2005-08-23 16:07:15','2006-02-15 22:12:52'),(2217,81,2,15884,'1.99','2005-08-23 16:45:28','2006-02-15 22:12:52'),(2218,82,2,145,'2.99','2005-05-25 23:59:03','2006-02-15 22:12:52'),(2219,82,2,288,'8.99','2005-05-26 19:47:49','2006-02-15 22:12:52'),(2220,82,1,1438,'0.99','2005-06-15 18:38:51','2006-02-15 22:12:52'),(2221,82,2,1570,'0.99','2005-06-16 03:21:33','2006-02-15 22:12:52'),(2222,82,1,2506,'8.99','2005-06-18 23:29:53','2006-02-15 22:12:52'),(2223,82,1,2819,'8.99','2005-06-19 20:13:33','2006-02-15 22:12:52'),(2224,82,2,3332,'0.99','2005-06-21 09:55:12','2006-02-15 22:12:52'),(2225,82,1,3680,'2.99','2005-07-06 09:16:10','2006-02-15 22:12:52'),(2226,82,1,4598,'6.99','2005-07-08 06:46:26','2006-02-15 22:12:52'),(2227,82,2,5746,'4.99','2005-07-10 12:15:12','2006-02-15 22:12:52'),(2228,82,2,6082,'6.99','2005-07-11 05:12:41','2006-02-15 22:12:52'),(2229,82,2,6708,'6.99','2005-07-12 13:10:55','2006-02-15 22:12:52'),(2230,82,2,7733,'9.99','2005-07-28 05:04:47','2006-02-15 22:12:52'),(2231,82,2,7873,'0.99','2005-07-28 10:19:46','2006-02-15 22:12:52'),(2232,82,1,8487,'4.99','2005-07-29 08:53:49','2006-02-15 22:12:52'),(2233,82,2,9277,'3.99','2005-07-30 15:13:45','2006-02-15 22:12:52'),(2234,82,1,9305,'8.99','2005-07-30 16:45:56','2006-02-15 22:12:52'),(2235,82,1,9447,'6.99','2005-07-30 21:54:22','2006-02-15 22:12:52'),(2236,82,1,11093,'4.99','2005-08-02 07:59:49','2006-02-15 22:12:52'),(2237,82,2,11688,'5.99','2005-08-17 06:41:58','2006-02-15 22:12:52'),(2238,82,1,12470,'3.99','2005-08-18 11:55:42','2006-02-15 22:12:52'),(2239,82,1,13032,'0.99','2005-08-19 08:31:50','2006-02-15 22:12:52'),(2240,82,2,13847,'6.99','2005-08-20 14:33:59','2006-02-15 22:12:52'),(2241,82,2,14518,'0.99','2005-08-21 14:58:58','2006-02-15 22:12:52'),(2242,82,2,14892,'4.99','2005-08-22 04:15:05','2006-02-15 22:12:52'),(2243,82,2,15516,'3.99','2005-08-23 03:12:54','2006-02-15 22:12:52'),(2244,83,2,222,'0.99','2005-05-26 10:14:38','2006-02-15 22:12:52'),(2245,83,2,950,'0.99','2005-05-30 16:06:08','2006-02-15 22:12:52'),(2246,83,2,989,'2.99','2005-05-30 23:11:51','2006-02-15 22:12:52'),(2247,83,1,1354,'5.99','2005-06-15 13:13:49','2006-02-15 22:12:52'),(2248,83,1,1591,'5.99','2005-06-16 05:12:37','2006-02-15 22:12:52'),(2249,83,2,1617,'3.99','2005-06-16 07:06:06','2006-02-15 22:12:52'),(2250,83,2,3230,'4.99','2005-06-21 02:23:16','2006-02-15 22:12:52'),(2251,83,2,3722,'6.99','2005-07-06 11:10:27','2006-02-15 22:12:52'),(2252,83,1,3754,'2.99','2005-07-06 12:35:44','2006-02-15 22:12:52'),(2253,83,1,5218,'0.99','2005-07-09 11:57:12','2006-02-15 22:12:52'),(2254,83,2,5394,'6.99','2005-07-09 19:36:15','2006-02-15 22:12:52'),(2255,83,2,6194,'2.99','2005-07-11 11:51:00','2006-02-15 22:12:52'),(2256,83,2,6861,'2.99','2005-07-12 19:56:52','2006-02-15 22:12:52'),(2257,83,2,7721,'0.99','2005-07-28 04:42:58','2006-02-15 22:12:52'),(2258,83,2,8729,'4.99','2005-07-29 18:23:02','2006-02-15 22:12:52'),(2259,83,1,9867,'1.99','2005-07-31 13:17:04','2006-02-15 22:12:53'),(2260,83,1,11408,'0.99','2005-08-02 19:25:13','2006-02-15 22:12:53'),(2261,83,1,11565,'5.99','2005-08-17 01:28:05','2006-02-15 22:12:53'),(2262,83,2,11777,'4.99','2005-08-17 10:27:19','2006-02-15 22:12:53'),(2263,83,1,12258,'4.99','2005-08-18 04:11:13','2006-02-15 22:12:53'),(2264,83,2,12985,'5.99','2005-08-19 07:08:05','2006-02-15 22:12:53'),(2265,83,1,13875,'4.99','2005-08-20 15:13:11','2006-02-15 22:12:53'),(2266,83,2,15498,'4.99','2005-08-23 02:33:27','2006-02-15 22:12:53'),(2267,83,2,15737,'5.99','2005-08-23 11:52:18','2006-02-15 22:12:53'),(2268,83,2,11563,'4.99','2006-02-14 15:16:03','2006-02-15 22:12:53'),(2269,84,2,408,'0.99','2005-05-27 13:57:39','2006-02-15 22:12:53'),(2270,84,1,739,'6.99','2005-05-29 08:28:18','2006-02-15 22:12:53'),(2271,84,1,834,'4.99','2005-05-29 23:24:30','2006-02-15 22:12:53'),(2272,84,2,1195,'0.99','2005-06-15 01:37:38','2006-02-15 22:12:53'),(2273,84,2,1320,'4.99','2005-06-15 10:42:13','2006-02-15 22:12:53'),(2274,84,2,1815,'0.99','2005-06-16 21:16:07','2006-02-15 22:12:53'),(2275,84,1,2012,'5.99','2005-06-17 11:57:15','2006-02-15 22:12:53'),(2276,84,2,2042,'0.99','2005-06-17 14:31:02','2006-02-15 22:12:53'),(2277,84,2,2409,'0.99','2005-06-18 16:53:33','2006-02-15 22:12:53'),(2278,84,2,4079,'6.99','2005-07-07 05:06:27','2006-02-15 22:12:53'),(2279,84,2,4838,'6.99','2005-07-08 18:11:00','2006-02-15 22:12:53'),(2280,84,1,5221,'5.99','2005-07-09 12:02:23','2006-02-15 22:12:53'),(2281,84,1,5237,'0.99','2005-07-09 12:56:58','2006-02-15 22:12:53'),(2282,84,1,5971,'5.99','2005-07-11 00:05:58','2006-02-15 22:12:53'),(2283,84,2,6259,'2.99','2005-07-11 15:25:52','2006-02-15 22:12:53'),(2284,84,2,6415,'9.99','2005-07-11 23:27:52','2006-02-15 22:12:53'),(2285,84,1,7854,'2.99','2005-07-28 09:42:31','2006-02-15 22:12:53'),(2286,84,2,8019,'4.99','2005-07-28 15:37:43','2006-02-15 22:12:53'),(2287,84,1,8654,'8.99','2005-07-29 15:04:27','2006-02-15 22:12:53'),(2288,84,2,9074,'2.99','2005-07-30 07:50:10','2006-02-15 22:12:53'),(2289,84,2,9680,'4.99','2005-07-31 06:41:46','2006-02-15 22:12:53'),(2290,84,2,10540,'0.99','2005-08-01 12:24:42','2006-02-15 22:12:53'),(2291,84,1,10872,'2.99','2005-08-02 00:27:50','2006-02-15 22:12:53'),(2292,84,2,11220,'4.99','2005-08-02 12:31:41','2006-02-15 22:12:53'),(2293,84,2,11424,'3.99','2005-08-02 19:57:42','2006-02-15 22:12:53'),(2294,84,2,11453,'7.99','2005-08-02 21:00:05','2006-02-15 22:12:53'),(2295,84,2,11899,'0.99','2005-08-17 15:29:12','2006-02-15 22:12:53'),(2296,84,2,11960,'4.99','2005-08-17 17:24:30','2006-02-15 22:12:53'),(2297,84,2,12364,'4.99','2005-08-18 07:55:09','2006-02-15 22:12:53'),(2298,84,2,13115,'2.99','2005-08-19 11:27:43','2006-02-15 22:12:53'),(2299,84,1,14330,'5.99','2005-08-21 08:29:20','2006-02-15 22:12:53'),(2300,84,1,15190,'4.99','2005-08-22 15:57:38','2006-02-15 22:12:53'),(2301,84,1,15255,'2.99','2005-08-22 18:16:50','2006-02-15 22:12:53'),(2302,85,1,690,'9.99','2005-05-29 00:54:53','2006-02-15 22:12:53'),(2303,85,2,908,'4.99','2005-05-30 10:38:37','2006-02-15 22:12:53'),(2304,85,1,1685,'1.99','2005-06-16 12:06:57','2006-02-15 22:12:53'),(2305,85,1,2131,'5.99','2005-06-17 21:02:25','2006-02-15 22:12:53'),(2306,85,2,2794,'0.99','2005-06-19 18:53:05','2006-02-15 22:12:53'),(2307,85,1,3165,'4.99','2005-06-20 21:29:17','2006-02-15 22:12:53'),(2308,85,1,3307,'1.99','2005-06-21 07:52:30','2006-02-15 22:12:53'),(2309,85,2,3418,'3.99','2005-06-21 17:06:38','2006-02-15 22:12:53'),(2310,85,2,4451,'0.99','2005-07-07 23:29:54','2006-02-15 22:12:53'),(2311,85,1,4705,'2.99','2005-07-08 11:50:38','2006-02-15 22:12:53'),(2312,85,1,5051,'4.99','2005-07-09 03:57:53','2006-02-15 22:12:53'),(2313,85,1,5519,'0.99','2005-07-10 01:18:32','2006-02-15 22:12:53'),(2314,85,2,7906,'0.99','2005-07-28 11:31:42','2006-02-15 22:12:53'),(2315,85,2,9427,'7.99','2005-07-30 21:16:33','2006-02-15 22:12:53'),(2316,85,2,9957,'4.99','2005-07-31 16:03:55','2006-02-15 22:12:53'),(2317,85,1,9985,'2.99','2005-07-31 17:14:47','2006-02-15 22:12:53'),(2318,85,1,10328,'4.99','2005-08-01 04:56:10','2006-02-15 22:12:53'),(2319,85,1,10548,'0.99','2005-08-01 12:44:32','2006-02-15 22:12:53'),(2320,85,2,11067,'8.99','2005-08-02 07:03:24','2006-02-15 22:12:53'),(2321,85,2,12036,'0.99','2005-08-17 20:19:06','2006-02-15 22:12:53'),(2322,85,1,12456,'4.99','2005-08-18 11:21:51','2006-02-15 22:12:53'),(2323,85,1,13727,'3.99','2005-08-20 10:08:53','2006-02-15 22:12:53'),(2324,85,2,13733,'0.99','2005-08-20 10:25:12','2006-02-15 22:12:53'),(2325,86,1,66,'1.99','2005-05-25 09:35:12','2006-02-15 22:12:53'),(2326,86,2,1640,'4.99','2005-06-16 08:35:39','2006-02-15 22:12:54'),(2327,86,2,1822,'0.99','2005-06-16 21:43:45','2006-02-15 22:12:54'),(2328,86,2,1924,'2.99','2005-06-17 06:13:34','2006-02-15 22:12:54'),(2329,86,1,2141,'4.99','2005-06-17 21:41:34','2006-02-15 22:12:54'),(2330,86,1,2518,'4.99','2005-06-19 00:16:23','2006-02-15 22:12:54'),(2331,86,1,3207,'0.99','2005-06-21 00:43:16','2006-02-15 22:12:54'),(2332,86,2,3270,'4.99','2005-06-21 05:07:31','2006-02-15 22:12:54'),(2333,86,1,3611,'0.99','2005-07-06 05:37:18','2006-02-15 22:12:54'),(2334,86,2,3945,'4.99','2005-07-06 21:35:00','2006-02-15 22:12:54'),(2335,86,1,4235,'2.99','2005-07-07 13:05:52','2006-02-15 22:12:54'),(2336,86,1,4571,'9.99','2005-07-08 05:34:41','2006-02-15 22:12:54'),(2337,86,2,5295,'0.99','2005-07-09 15:25:06','2006-02-15 22:12:54'),(2338,86,1,5752,'8.99','2005-07-10 12:27:38','2006-02-15 22:12:54'),(2339,86,2,6872,'7.99','2005-07-12 20:15:04','2006-02-15 22:12:54'),(2340,86,1,7231,'2.99','2005-07-27 10:01:51','2006-02-15 22:12:54'),(2341,86,1,7874,'10.99','2005-07-28 10:21:52','2006-02-15 22:12:54'),(2342,86,2,8803,'5.99','2005-07-29 21:26:24','2006-02-15 22:12:54'),(2343,86,1,8850,'2.99','2005-07-29 23:24:20','2006-02-15 22:12:54'),(2344,86,2,9376,'4.99','2005-07-30 19:11:49','2006-02-15 22:12:54'),(2345,86,2,10252,'8.99','2005-08-01 02:39:39','2006-02-15 22:12:54'),(2346,86,2,10536,'4.99','2005-08-01 12:21:53','2006-02-15 22:12:54'),(2347,86,2,10584,'6.99','2005-08-01 13:58:47','2006-02-15 22:12:54'),(2348,86,2,11916,'0.99','2005-08-17 16:05:51','2006-02-15 22:12:54'),(2349,86,1,12198,'2.99','2005-08-18 02:09:20','2006-02-15 22:12:54'),(2350,86,2,12870,'3.99','2005-08-19 02:54:38','2006-02-15 22:12:54'),(2351,86,2,13338,'4.99','2005-08-19 20:09:59','2006-02-15 22:12:54'),(2352,86,1,13535,'4.99','2005-08-20 03:30:25','2006-02-15 22:12:54'),(2353,86,1,13874,'2.99','2005-08-20 15:11:48','2006-02-15 22:12:54'),(2354,86,2,14122,'1.99','2005-08-21 01:29:01','2006-02-15 22:12:54'),(2355,86,2,15099,'4.99','2005-08-22 11:49:16','2006-02-15 22:12:54'),(2356,86,1,15715,'1.99','2005-08-23 10:57:40','2006-02-15 22:12:54'),(2357,86,2,15940,'5.99','2005-08-23 18:45:06','2006-02-15 22:12:54'),(2358,87,2,451,'4.99','2005-05-27 19:27:54','2006-02-15 22:12:54'),(2359,87,1,674,'2.99','2005-05-28 22:11:35','2006-02-15 22:12:54'),(2360,87,2,1580,'4.99','2005-06-16 04:12:25','2006-02-15 22:12:54'),(2361,87,1,1904,'2.99','2005-06-17 04:45:41','2006-02-15 22:12:54'),(2362,87,2,2408,'2.99','2005-06-18 16:50:44','2006-02-15 22:12:54'),(2363,87,1,2516,'4.99','2005-06-19 00:03:28','2006-02-15 22:12:54'),(2364,87,2,3122,'9.99','2005-06-20 18:25:57','2006-02-15 22:12:54'),(2365,87,1,5084,'7.99','2005-07-09 05:33:27','2006-02-15 22:12:54'),(2366,87,1,5628,'3.99','2005-07-10 05:56:40','2006-02-15 22:12:54'),(2367,87,2,5700,'4.99','2005-07-10 09:49:42','2006-02-15 22:12:54'),(2368,87,1,6638,'4.99','2005-07-12 09:58:02','2006-02-15 22:12:54'),(2369,87,2,7599,'2.99','2005-07-27 23:38:46','2006-02-15 22:12:54'),(2370,87,2,8187,'7.99','2005-07-28 22:33:53','2006-02-15 22:12:54'),(2371,87,1,8286,'5.99','2005-07-29 02:02:46','2006-02-15 22:12:54'),(2372,87,2,8323,'4.99','2005-07-29 03:52:59','2006-02-15 22:12:54'),(2373,87,2,9060,'0.99','2005-07-30 07:20:36','2006-02-15 22:12:54'),(2374,87,1,9348,'2.99','2005-07-30 18:17:09','2006-02-15 22:12:54'),(2375,87,2,9364,'8.99','2005-07-30 18:44:44','2006-02-15 22:12:54'),(2376,87,2,10205,'4.99','2005-08-01 00:48:24','2006-02-15 22:12:54'),(2377,87,1,10387,'4.99','2005-08-01 06:42:31','2006-02-15 22:12:54'),(2378,87,1,12232,'0.99','2005-08-18 03:14:14','2006-02-15 22:12:54'),(2379,87,1,12257,'8.99','2005-08-18 04:11:03','2006-02-15 22:12:54'),(2380,87,1,12264,'5.99','2005-08-18 04:17:33','2006-02-15 22:12:54'),(2381,87,1,13479,'0.99','2005-08-20 01:09:11','2006-02-15 22:12:54'),(2382,87,1,13906,'0.99','2005-08-20 16:16:03','2006-02-15 22:12:54'),(2383,87,2,14024,'10.99','2005-08-20 21:13:58','2006-02-15 22:12:54'),(2384,87,1,14566,'2.99','2005-08-21 16:25:05','2006-02-15 22:12:54'),(2385,87,1,15876,'2.99','2005-08-23 16:32:10','2006-02-15 22:12:54'),(2386,87,2,15890,'4.99','2005-08-23 16:58:12','2006-02-15 22:12:54'),(2387,87,2,12719,'4.99','2006-02-14 15:16:03','2006-02-15 22:12:54'),(2388,88,2,36,'2.99','2005-05-25 04:36:26','2006-02-15 22:12:54'),(2389,88,1,1433,'2.99','2005-06-15 18:30:00','2006-02-15 22:12:54'),(2390,88,1,2483,'7.99','2005-06-18 21:22:23','2006-02-15 22:12:54'),(2391,88,1,2878,'2.99','2005-06-20 01:09:14','2006-02-15 22:12:55'),(2392,88,2,3524,'0.99','2005-07-06 01:01:51','2006-02-15 22:12:55'),(2393,88,2,3620,'0.99','2005-07-06 06:01:50','2006-02-15 22:12:55'),(2394,88,2,3673,'5.99','2005-07-06 09:02:09','2006-02-15 22:12:55'),(2395,88,1,3846,'5.99','2005-07-06 16:43:10','2006-02-15 22:12:55'),(2396,88,1,6643,'1.99','2005-07-12 10:39:22','2006-02-15 22:12:55'),(2397,88,1,6916,'4.99','2005-07-12 22:29:18','2006-02-15 22:12:55'),(2398,88,1,7088,'5.99','2005-07-27 04:42:28','2006-02-15 22:12:55'),(2399,88,1,7621,'8.99','2005-07-28 00:34:06','2006-02-15 22:12:55'),(2400,88,1,8296,'2.99','2005-07-29 02:43:25','2006-02-15 22:12:55'),(2401,88,2,8526,'2.99','2005-07-29 10:20:48','2006-02-15 22:12:55'),(2402,88,1,8692,'2.99','2005-07-29 16:43:39','2006-02-15 22:12:55'),(2403,88,1,10424,'0.99','2005-08-01 08:22:54','2006-02-15 22:12:55'),(2404,88,1,11056,'6.99','2005-08-02 06:36:27','2006-02-15 22:12:55'),(2405,88,2,14097,'2.99','2005-08-21 00:28:48','2006-02-15 22:12:55'),(2406,88,2,14827,'5.99','2005-08-22 01:32:32','2006-02-15 22:12:55'),(2407,88,2,15098,'3.99','2005-08-22 11:48:19','2006-02-15 22:12:55'),(2408,88,1,15898,'4.99','2005-08-23 17:13:01','2006-02-15 22:12:55'),(2409,89,2,141,'2.99','2005-05-25 23:34:53','2006-02-15 22:12:55'),(2410,89,2,588,'0.99','2005-05-28 12:08:37','2006-02-15 22:12:55'),(2411,89,1,740,'5.99','2005-05-29 08:30:36','2006-02-15 22:12:55'),(2412,89,1,1252,'8.99','2005-06-15 06:05:18','2006-02-15 22:12:55'),(2413,89,2,1407,'7.99','2005-06-15 16:45:07','2006-02-15 22:12:55'),(2414,89,1,1948,'4.99','2005-06-17 08:06:53','2006-02-15 22:12:55'),(2415,89,1,2523,'0.99','2005-06-19 00:45:56','2006-02-15 22:12:55'),(2416,89,1,2835,'7.99','2005-06-19 21:44:11','2006-02-15 22:12:55'),(2417,89,2,4152,'4.99','2005-07-07 08:50:33','2006-02-15 22:12:55'),(2418,89,1,4488,'0.99','2005-07-08 01:22:23','2006-02-15 22:12:55'),(2419,89,1,4764,'8.99','2005-07-08 15:01:25','2006-02-15 22:12:55'),(2420,89,2,5144,'7.99','2005-07-09 08:09:53','2006-02-15 22:12:55'),(2421,89,2,5436,'2.99','2005-07-09 21:31:11','2006-02-15 22:12:55'),(2422,89,1,5483,'2.99','2005-07-09 23:54:09','2006-02-15 22:12:55'),(2423,89,1,6772,'2.99','2005-07-12 15:55:35','2006-02-15 22:12:55'),(2424,89,2,7370,'7.99','2005-07-27 15:15:53','2006-02-15 22:12:55'),(2425,89,2,7729,'4.99','2005-07-28 04:57:57','2006-02-15 22:12:55'),(2426,89,2,7995,'4.99','2005-07-28 15:00:09','2006-02-15 22:12:55'),(2427,89,1,8003,'2.99','2005-07-28 15:11:27','2006-02-15 22:12:55'),(2428,89,2,8070,'2.99','2005-07-28 17:26:56','2006-02-15 22:12:55'),(2429,89,2,8972,'0.99','2005-07-30 04:06:25','2006-02-15 22:12:55'),(2430,89,1,9328,'2.99','2005-07-30 17:32:11','2006-02-15 22:12:55'),(2431,89,2,9646,'2.99','2005-07-31 05:43:28','2006-02-15 22:12:55'),(2432,89,2,9767,'0.99','2005-07-31 09:46:49','2006-02-15 22:12:55'),(2433,89,2,10164,'4.99','2005-07-31 23:17:57','2006-02-15 22:12:55'),(2434,89,2,10806,'4.99','2005-08-01 22:25:29','2006-02-15 22:12:55'),(2435,89,1,11090,'3.99','2005-08-02 07:56:40','2006-02-15 22:12:55'),(2436,89,1,12118,'3.99','2005-08-17 23:14:25','2006-02-15 22:12:55'),(2437,89,2,12431,'2.99','2005-08-18 10:34:59','2006-02-15 22:12:55'),(2438,89,1,12756,'2.99','2005-08-18 22:52:13','2006-02-15 22:12:55'),(2439,89,1,13823,'2.99','2005-08-20 13:42:10','2006-02-15 22:12:55'),(2440,89,1,15845,'2.99','2005-08-23 15:38:34','2006-02-15 22:12:55'),(2441,90,2,2033,'0.99','2005-06-17 13:24:43','2006-02-15 22:12:55'),(2442,90,2,2584,'6.99','2005-06-19 05:02:36','2006-02-15 22:12:55'),(2443,90,2,3132,'0.99','2005-06-20 19:09:46','2006-02-15 22:12:55'),(2444,90,2,3729,'3.99','2005-07-06 11:30:29','2006-02-15 22:12:55'),(2445,90,2,4371,'4.99','2005-07-07 20:06:45','2006-02-15 22:12:55'),(2446,90,2,5272,'0.99','2005-07-09 14:26:01','2006-02-15 22:12:55'),(2447,90,2,5539,'3.99','2005-07-10 02:42:58','2006-02-15 22:12:55'),(2448,90,2,7035,'5.99','2005-07-27 03:06:09','2006-02-15 22:12:55'),(2449,90,2,7058,'1.99','2005-07-27 03:50:46','2006-02-15 22:12:55'),(2450,90,1,7428,'5.99','2005-07-27 17:21:52','2006-02-15 22:12:55'),(2451,90,1,7946,'6.99','2005-07-28 13:01:22','2006-02-15 22:12:55'),(2452,90,1,8024,'2.99','2005-07-28 15:55:40','2006-02-15 22:12:55'),(2453,90,1,8408,'0.99','2005-07-29 06:40:40','2006-02-15 22:12:56'),(2454,90,2,8870,'9.99','2005-07-30 00:08:08','2006-02-15 22:12:56'),(2455,90,2,9337,'2.99','2005-07-30 18:02:25','2006-02-15 22:12:56'),(2456,90,2,10206,'7.99','2005-08-01 00:52:40','2006-02-15 22:12:56'),(2457,90,1,10722,'4.99','2005-08-01 19:07:08','2006-02-15 22:12:56'),(2458,90,1,10835,'4.99','2005-08-01 23:28:49','2006-02-15 22:12:56'),(2459,90,2,11231,'4.99','2005-08-02 13:02:11','2006-02-15 22:12:56'),(2460,90,1,11516,'0.99','2005-08-16 23:54:47','2006-02-15 22:12:56'),(2461,90,2,12019,'0.99','2005-08-17 19:48:55','2006-02-15 22:12:56'),(2462,90,1,12788,'2.99','2005-08-19 00:15:09','2006-02-15 22:12:56'),(2463,90,1,13051,'4.99','2005-08-19 09:31:33','2006-02-15 22:12:56'),(2464,90,1,14608,'1.99','2005-08-21 17:57:22','2006-02-15 22:12:56'),(2465,90,1,14807,'4.99','2005-08-22 00:57:43','2006-02-15 22:12:56'),(2466,90,2,15061,'0.99','2005-08-22 10:29:44','2006-02-15 22:12:56'),(2467,90,2,15217,'0.99','2005-08-22 16:58:31','2006-02-15 22:12:56'),(2468,90,1,15674,'7.99','2005-08-23 09:16:39','2006-02-15 22:12:56'),(2469,91,2,216,'5.99','2005-05-26 09:17:43','2006-02-15 22:12:56'),(2470,91,1,1299,'4.99','2005-06-15 09:34:50','2006-02-15 22:12:56'),(2471,91,1,2457,'3.99','2005-06-18 19:38:20','2006-02-15 22:12:56'),(2472,91,1,2908,'0.99','2005-06-20 03:16:52','2006-02-15 22:12:56'),(2473,91,2,3384,'2.99','2005-06-21 14:07:35','2006-02-15 22:12:56'),(2474,91,2,3802,'0.99','2005-07-06 15:06:09','2006-02-15 22:12:56'),(2475,91,2,4103,'2.99','2005-07-07 06:25:28','2006-02-15 22:12:56'),(2476,91,1,4245,'4.99','2005-07-07 13:48:33','2006-02-15 22:12:56'),(2477,91,1,4321,'4.99','2005-07-07 17:52:38','2006-02-15 22:12:56'),(2478,91,1,4673,'4.99','2005-07-08 10:16:00','2006-02-15 22:12:56'),(2479,91,2,5025,'4.99','2005-07-09 02:28:24','2006-02-15 22:12:56'),(2480,91,2,5187,'1.99','2005-07-09 10:19:51','2006-02-15 22:12:56'),(2481,91,2,5701,'0.99','2005-07-10 09:56:24','2006-02-15 22:12:56'),(2482,91,1,6078,'4.99','2005-07-11 05:06:52','2006-02-15 22:12:56'),(2483,91,1,6178,'2.99','2005-07-11 10:59:09','2006-02-15 22:12:56'),(2484,91,2,6860,'2.99','2005-07-12 19:54:17','2006-02-15 22:12:56'),(2485,91,2,7143,'0.99','2005-07-27 06:56:31','2006-02-15 22:12:56'),(2486,91,2,7637,'0.99','2005-07-28 01:12:25','2006-02-15 22:12:56'),(2487,91,1,7966,'4.99','2005-07-28 13:53:54','2006-02-15 22:12:56'),(2488,91,1,8313,'0.99','2005-07-29 03:34:21','2006-02-15 22:12:56'),(2489,91,2,8873,'0.99','2005-07-30 00:14:32','2006-02-15 22:12:56'),(2490,91,2,9228,'2.99','2005-07-30 13:36:57','2006-02-15 22:12:56'),(2491,91,2,9396,'4.99','2005-07-30 20:07:24','2006-02-15 22:12:56'),(2492,91,2,10008,'4.99','2005-07-31 17:59:36','2006-02-15 22:12:56'),(2493,91,2,11418,'0.99','2005-08-02 19:45:33','2006-02-15 22:12:56'),(2494,91,1,12847,'0.99','2005-08-19 02:04:07','2006-02-15 22:12:56'),(2495,91,2,13222,'4.99','2005-08-19 15:47:58','2006-02-15 22:12:56'),(2496,91,2,13309,'4.99','2005-08-19 19:04:00','2006-02-15 22:12:56'),(2497,91,1,14132,'0.99','2005-08-21 01:43:58','2006-02-15 22:12:56'),(2498,91,2,14888,'2.99','2005-08-22 04:09:18','2006-02-15 22:12:56'),(2499,91,1,15122,'1.99','2005-08-22 12:47:45','2006-02-15 22:12:56'),(2500,91,1,15341,'4.99','2005-08-22 20:56:31','2006-02-15 22:12:56'),(2501,91,1,15707,'1.99','2005-08-23 10:35:45','2006-02-15 22:12:56'),(2502,91,2,15886,'4.99','2005-08-23 16:50:53','2006-02-15 22:12:56'),(2503,91,1,12902,'4.99','2006-02-14 15:16:03','2006-02-15 22:12:56'),(2504,92,1,271,'5.99','2005-05-26 16:22:01','2006-02-15 22:12:56'),(2505,92,1,456,'4.99','2005-05-27 19:50:06','2006-02-15 22:12:56'),(2506,92,2,2084,'4.99','2005-06-17 17:17:19','2006-02-15 22:12:56'),(2507,92,1,2521,'0.99','2005-06-19 00:41:08','2006-02-15 22:12:56'),(2508,92,1,2740,'8.99','2005-06-19 15:59:04','2006-02-15 22:12:56'),(2509,92,2,3595,'8.99','2005-07-06 04:59:49','2006-02-15 22:12:56'),(2510,92,2,3716,'7.99','2005-07-06 10:52:32','2006-02-15 22:12:56'),(2511,92,1,4360,'2.99','2005-07-07 19:31:12','2006-02-15 22:12:56'),(2512,92,2,4828,'4.99','2005-07-08 17:52:29','2006-02-15 22:12:56'),(2513,92,2,5497,'5.99','2005-07-10 00:23:23','2006-02-15 22:12:56'),(2514,92,2,5620,'7.99','2005-07-10 05:30:52','2006-02-15 22:12:56'),(2515,92,1,5792,'6.99','2005-07-10 14:22:19','2006-02-15 22:12:57'),(2516,92,2,5919,'2.99','2005-07-10 21:32:14','2006-02-15 22:12:57'),(2517,92,1,6158,'0.99','2005-07-11 09:50:24','2006-02-15 22:12:57'),(2518,92,2,6277,'6.99','2005-07-11 16:19:01','2006-02-15 22:12:57'),(2519,92,1,7073,'4.99','2005-07-27 04:03:26','2006-02-15 22:12:57'),(2520,92,1,7832,'1.99','2005-07-28 08:46:11','2006-02-15 22:12:57'),(2521,92,1,8494,'4.99','2005-07-29 09:04:32','2006-02-15 22:12:57'),(2522,92,1,8938,'4.99','2005-07-30 02:56:08','2006-02-15 22:12:57'),(2523,92,1,9240,'4.99','2005-07-30 13:57:54','2006-02-15 22:12:57'),(2524,92,2,11203,'4.99','2005-08-02 11:52:41','2006-02-15 22:12:57'),(2525,92,2,11245,'2.99','2005-08-02 13:33:50','2006-02-15 22:12:57'),(2526,92,1,11849,'4.99','2005-08-17 13:24:55','2006-02-15 22:12:57'),(2527,92,2,13020,'5.99','2005-08-19 08:07:50','2006-02-15 22:12:57'),(2528,92,1,13495,'0.99','2005-08-20 01:40:25','2006-02-15 22:12:57'),(2529,92,1,13620,'2.99','2005-08-20 06:41:27','2006-02-15 22:12:57'),(2530,92,1,14798,'0.99','2005-08-22 00:44:08','2006-02-15 22:12:57'),(2531,92,2,14998,'4.99','2005-08-22 07:53:14','2006-02-15 22:12:57'),(2532,93,2,113,'2.99','2005-05-25 19:07:40','2006-02-15 22:12:57'),(2533,93,2,420,'6.99','2005-05-27 15:19:38','2006-02-15 22:12:57'),(2534,93,1,1025,'4.99','2005-05-31 03:41:37','2006-02-15 22:12:57'),(2535,93,2,2256,'4.99','2005-06-18 05:21:56','2006-02-15 22:12:57'),(2536,93,1,3109,'0.99','2005-06-20 17:33:55','2006-02-15 22:12:57'),(2537,93,1,4733,'2.99','2005-07-08 13:12:07','2006-02-15 22:12:57'),(2538,93,2,5130,'4.99','2005-07-09 07:29:45','2006-02-15 22:12:57'),(2539,93,2,6287,'4.99','2005-07-11 17:00:04','2006-02-15 22:12:57'),(2540,93,1,6586,'4.99','2005-07-12 06:56:24','2006-02-15 22:12:57'),(2541,93,1,7301,'2.99','2005-07-27 12:50:23','2006-02-15 22:12:57'),(2542,93,1,8233,'0.99','2005-07-29 00:16:23','2006-02-15 22:12:57'),(2543,93,2,11271,'5.99','2005-08-02 14:18:22','2006-02-15 22:12:57'),(2544,93,1,12704,'4.99','2005-08-18 20:43:00','2006-02-15 22:12:57'),(2545,93,1,13555,'2.99','2005-08-20 04:09:50','2006-02-15 22:12:57'),(2546,93,2,13904,'2.99','2005-08-20 16:11:34','2006-02-15 22:12:57'),(2547,93,1,13950,'8.99','2005-08-20 17:58:00','2006-02-15 22:12:57'),(2548,93,1,13993,'4.99','2005-08-20 19:32:29','2006-02-15 22:12:57'),(2549,93,1,14195,'0.99','2005-08-21 03:40:35','2006-02-15 22:12:57'),(2550,93,2,14333,'4.99','2005-08-21 08:31:03','2006-02-15 22:12:57'),(2551,93,2,15324,'5.99','2005-08-22 20:23:13','2006-02-15 22:12:57'),(2552,93,2,15631,'2.99','2005-08-23 07:30:23','2006-02-15 22:12:57'),(2553,93,1,15696,'0.99','2005-08-23 10:04:17','2006-02-15 22:12:57'),(2554,93,2,15913,'1.99','2005-08-23 17:48:30','2006-02-15 22:12:57'),(2555,94,1,127,'2.99','2005-05-25 21:10:40','2006-02-15 22:12:57'),(2556,94,2,629,'4.99','2005-05-28 17:19:15','2006-02-15 22:12:57'),(2557,94,2,1213,'2.99','2005-06-15 03:14:05','2006-02-15 22:12:57'),(2558,94,1,1367,'4.99','2005-06-15 14:25:17','2006-02-15 22:12:57'),(2559,94,2,1734,'3.99','2005-06-16 15:49:30','2006-02-15 22:12:57'),(2560,94,2,2620,'4.99','2005-06-19 08:06:29','2006-02-15 22:12:57'),(2561,94,1,2816,'2.99','2005-06-19 20:04:23','2006-02-15 22:12:57'),(2562,94,2,4044,'0.99','2005-07-07 03:22:23','2006-02-15 22:12:57'),(2563,94,1,4287,'8.99','2005-07-07 15:37:31','2006-02-15 22:12:57'),(2564,94,2,5719,'4.99','2005-07-10 11:07:40','2006-02-15 22:12:57'),(2565,94,2,5970,'4.99','2005-07-11 00:04:50','2006-02-15 22:12:57'),(2566,94,2,7809,'2.99','2005-07-28 07:59:46','2006-02-15 22:12:57'),(2567,94,2,7979,'0.99','2005-07-28 14:16:30','2006-02-15 22:12:57'),(2568,94,1,9605,'4.99','2005-07-31 03:50:07','2006-02-15 22:12:57'),(2569,94,1,12316,'2.99','2005-08-18 06:16:09','2006-02-15 22:12:57'),(2570,94,1,13786,'5.99','2005-08-20 12:13:24','2006-02-15 22:12:57'),(2571,94,2,14804,'1.99','2005-08-22 00:51:25','2006-02-15 22:12:57'),(2572,94,1,14865,'4.99','2005-08-22 03:06:38','2006-02-15 22:12:57'),(2573,94,1,14978,'0.99','2005-08-22 07:13:15','2006-02-15 22:12:57'),(2574,94,1,15693,'0.99','2005-08-23 10:00:24','2006-02-15 22:12:58'),(2575,94,1,15371,'4.99','2006-02-14 15:16:03','2006-02-15 22:12:58'),(2576,95,1,490,'4.99','2005-05-28 00:09:56','2006-02-15 22:12:58'),(2577,95,2,1174,'2.99','2005-06-15 00:12:51','2006-02-15 22:12:58'),(2578,95,2,1261,'1.99','2005-06-15 06:52:57','2006-02-15 22:12:58'),(2579,95,2,3056,'2.99','2005-06-20 13:20:58','2006-02-15 22:12:58'),(2580,95,2,3426,'0.99','2005-06-21 18:12:10','2006-02-15 22:12:58'),(2581,95,1,3633,'1.99','2005-07-06 06:43:26','2006-02-15 22:12:58'),(2582,95,2,4000,'4.99','2005-07-06 23:58:37','2006-02-15 22:12:58'),(2583,95,1,4835,'5.99','2005-07-08 18:08:13','2006-02-15 22:12:58'),(2584,95,2,7245,'5.99','2005-07-27 10:29:06','2006-02-15 22:12:58'),(2585,95,1,7471,'4.99','2005-07-27 19:02:19','2006-02-15 22:12:58'),(2586,95,1,9222,'6.99','2005-07-30 13:21:08','2006-02-15 22:12:58'),(2587,95,1,9695,'6.99','2005-07-31 07:13:30','2006-02-15 22:12:58'),(2588,95,1,9951,'4.99','2005-07-31 15:51:16','2006-02-15 22:12:58'),(2589,95,1,10130,'0.99','2005-07-31 21:44:30','2006-02-15 22:12:58'),(2590,95,2,10446,'0.99','2005-08-01 09:02:17','2006-02-15 22:12:58'),(2591,95,2,12351,'5.99','2005-08-18 07:32:12','2006-02-15 22:12:58'),(2592,95,2,13516,'7.99','2005-08-20 02:32:45','2006-02-15 22:12:58'),(2593,95,2,14203,'4.99','2005-08-21 03:51:52','2006-02-15 22:12:58'),(2594,96,1,1266,'3.99','2005-06-15 07:11:39','2006-02-15 22:12:58'),(2595,96,2,1413,'7.99','2005-06-15 17:25:07','2006-02-15 22:12:58'),(2596,96,2,1437,'0.99','2005-06-15 18:37:04','2006-02-15 22:12:58'),(2597,96,1,2372,'0.99','2005-06-18 14:37:37','2006-02-15 22:12:58'),(2598,96,2,2973,'5.99','2005-06-20 07:59:27','2006-02-15 22:12:58'),(2599,96,1,3308,'0.99','2005-06-21 07:58:36','2006-02-15 22:12:58'),(2600,96,2,3463,'0.99','2005-06-21 22:00:00','2006-02-15 22:12:58'),(2601,96,1,3720,'2.99','2005-07-06 11:06:57','2006-02-15 22:12:58'),(2602,96,2,3742,'2.99','2005-07-06 12:01:38','2006-02-15 22:12:58'),(2603,96,1,4961,'4.99','2005-07-08 23:35:53','2006-02-15 22:12:58'),(2604,96,1,5558,'0.99','2005-07-10 03:12:08','2006-02-15 22:12:58'),(2605,96,1,5678,'4.99','2005-07-10 08:42:42','2006-02-15 22:12:58'),(2606,96,1,5696,'2.99','2005-07-10 09:44:32','2006-02-15 22:12:58'),(2607,96,2,8125,'4.99','2005-07-28 19:31:48','2006-02-15 22:12:58'),(2608,96,1,8437,'6.99','2005-07-29 07:23:43','2006-02-15 22:12:58'),(2609,96,2,9093,'3.99','2005-07-30 08:33:24','2006-02-15 22:12:58'),(2610,96,1,9315,'4.99','2005-07-30 17:05:29','2006-02-15 22:12:58'),(2611,96,1,9662,'3.99','2005-07-31 06:09:53','2006-02-15 22:12:58'),(2612,96,2,10031,'4.99','2005-07-31 18:40:15','2006-02-15 22:12:58'),(2613,96,2,11864,'4.99','2005-08-17 14:02:01','2006-02-15 22:12:58'),(2614,96,1,11984,'3.99','2005-08-17 18:16:30','2006-02-15 22:12:58'),(2615,96,1,12199,'4.99','2005-08-18 02:09:23','2006-02-15 22:12:58'),(2616,96,2,12525,'4.99','2005-08-18 13:48:31','2006-02-15 22:12:58'),(2617,96,1,13514,'0.99','2005-08-20 02:28:09','2006-02-15 22:12:58'),(2618,96,1,13855,'4.99','2005-08-20 14:48:55','2006-02-15 22:12:58'),(2619,96,1,14462,'3.99','2005-08-21 12:50:57','2006-02-15 22:12:58'),(2620,96,2,15989,'4.99','2005-08-23 20:24:36','2006-02-15 22:12:58'),(2621,97,2,2083,'2.99','2005-06-17 17:14:00','2006-02-15 22:12:58'),(2622,97,2,2790,'4.99','2005-06-19 18:49:45','2006-02-15 22:12:58'),(2623,97,1,3459,'0.99','2005-06-21 21:45:47','2006-02-15 22:12:59'),(2624,97,1,3540,'2.99','2005-07-06 01:47:20','2006-02-15 22:12:59'),(2625,97,2,3565,'0.99','2005-07-06 03:02:58','2006-02-15 22:12:59'),(2626,97,2,3818,'4.99','2005-07-06 15:33:31','2006-02-15 22:12:59'),(2627,97,2,4312,'4.99','2005-07-07 17:34:59','2006-02-15 22:12:59'),(2628,97,1,4508,'4.99','2005-07-08 02:28:41','2006-02-15 22:12:59'),(2629,97,2,5454,'4.99','2005-07-09 22:24:25','2006-02-15 22:12:59'),(2630,97,1,6544,'0.99','2005-07-12 04:56:15','2006-02-15 22:12:59'),(2631,97,1,6726,'0.99','2005-07-12 13:48:14','2006-02-15 22:12:59'),(2632,97,2,7182,'5.99','2005-07-27 08:15:38','2006-02-15 22:12:59'),(2633,97,2,7924,'0.99','2005-07-28 12:08:53','2006-02-15 22:12:59'),(2634,97,2,8438,'2.99','2005-07-29 07:25:42','2006-02-15 22:12:59'),(2635,97,1,9591,'4.99','2005-07-31 03:19:28','2006-02-15 22:12:59'),(2636,97,1,10820,'2.99','2005-08-01 22:53:40','2006-02-15 22:12:59'),(2637,97,2,14323,'4.99','2005-08-21 08:08:43','2006-02-15 22:12:59'),(2638,97,1,15006,'0.99','2005-08-22 08:20:15','2006-02-15 22:12:59'),(2639,98,2,214,'3.99','2005-05-26 08:48:49','2006-02-15 22:12:59'),(2640,98,1,1362,'3.99','2005-06-15 13:53:32','2006-02-15 22:12:59'),(2641,98,2,1590,'5.99','2005-06-16 05:11:41','2006-02-15 22:12:59'),(2642,98,1,2213,'4.99','2005-06-18 02:36:47','2006-02-15 22:12:59'),(2643,98,1,2445,'0.99','2005-06-18 19:02:11','2006-02-15 22:12:59'),(2644,98,2,2601,'4.99','2005-06-19 06:09:44','2006-02-15 22:12:59'),(2645,98,2,3399,'4.99','2005-06-21 15:47:48','2006-02-15 22:12:59'),(2646,98,2,3682,'7.99','2005-07-06 09:22:48','2006-02-15 22:12:59'),(2647,98,1,4549,'4.99','2005-07-08 04:25:03','2006-02-15 22:12:59'),(2648,98,2,6951,'2.99','2005-07-26 23:47:31','2006-02-15 22:12:59'),(2649,98,2,7120,'3.99','2005-07-27 05:56:39','2006-02-15 22:12:59'),(2650,98,1,7530,'0.99','2005-07-27 21:18:58','2006-02-15 22:12:59'),(2651,98,1,8324,'5.99','2005-07-29 03:56:05','2006-02-15 22:12:59'),(2652,98,2,8622,'4.99','2005-07-29 13:53:28','2006-02-15 22:12:59'),(2653,98,2,8818,'5.99','2005-07-29 22:14:04','2006-02-15 22:12:59'),(2654,98,1,9753,'2.99','2005-07-31 09:22:38','2006-02-15 22:12:59'),(2655,98,2,10694,'3.99','2005-08-01 18:15:07','2006-02-15 22:12:59'),(2656,98,1,10925,'2.99','2005-08-02 02:24:38','2006-02-15 22:12:59'),(2657,98,2,11007,'0.99','2005-08-02 05:05:53','2006-02-15 22:12:59'),(2658,98,2,11200,'2.99','2005-08-02 11:48:36','2006-02-15 22:12:59'),(2659,98,1,11635,'5.99','2005-08-17 04:33:17','2006-02-15 22:12:59'),(2660,98,1,11730,'2.99','2005-08-17 08:22:00','2006-02-15 22:12:59'),(2661,98,2,12221,'5.99','2005-08-18 02:50:51','2006-02-15 22:12:59'),(2662,98,2,14459,'1.99','2005-08-21 12:48:08','2006-02-15 22:12:59'),(2663,98,1,15536,'7.99','2005-08-23 03:58:28','2006-02-15 22:12:59'),(2664,99,2,867,'0.99','2005-05-30 03:54:43','2006-02-15 22:12:59'),(2665,99,1,1858,'4.99','2005-06-17 01:13:11','2006-02-15 22:12:59'),(2666,99,1,2368,'2.99','2005-06-18 14:10:27','2006-02-15 22:12:59'),(2667,99,2,3780,'6.99','2005-07-06 13:52:02','2006-02-15 22:12:59'),(2668,99,2,4170,'2.99','2005-07-07 09:44:36','2006-02-15 22:12:59'),(2669,99,2,4344,'4.99','2005-07-07 18:50:47','2006-02-15 22:12:59'),(2670,99,1,4589,'0.99','2005-07-08 06:26:04','2006-02-15 22:12:59'),(2671,99,2,4800,'4.99','2005-07-08 16:51:08','2006-02-15 22:12:59'),(2672,99,2,4954,'2.99','2005-07-08 23:14:16','2006-02-15 22:12:59'),(2673,99,2,5035,'2.99','2005-07-09 02:51:34','2006-02-15 22:12:59'),(2674,99,1,5748,'2.99','2005-07-10 12:19:59','2006-02-15 22:12:59'),(2675,99,1,6289,'2.99','2005-07-11 17:06:39','2006-02-15 22:12:59'),(2676,99,1,6370,'3.99','2005-07-11 21:28:32','2006-02-15 22:12:59'),(2677,99,2,6662,'4.99','2005-07-12 11:21:06','2006-02-15 22:12:59'),(2678,99,1,7039,'4.99','2005-07-27 03:11:48','2006-02-15 22:12:59'),(2679,99,1,8072,'0.99','2005-07-28 17:27:59','2006-02-15 22:12:59'),(2680,99,2,8242,'7.99','2005-07-29 00:34:27','2006-02-15 22:12:59'),(2681,99,2,8514,'0.99','2005-07-29 09:53:33','2006-02-15 22:12:59'),(2682,99,2,10388,'7.99','2005-08-01 06:42:44','2006-02-15 22:12:59'),(2683,99,1,10455,'1.99','2005-08-01 09:15:00','2006-02-15 22:13:00'),(2684,99,2,11266,'4.99','2005-08-02 14:07:35','2006-02-15 22:13:00'),(2685,99,2,12379,'0.99','2005-08-18 08:26:48','2006-02-15 22:13:00'),(2686,99,2,12869,'8.99','2005-08-19 02:50:36','2006-02-15 22:13:00'),(2687,99,1,11593,'0.99','2006-02-14 15:16:03','2006-02-15 22:13:00'),(2688,100,1,71,'0.99','2005-05-25 10:26:39','2006-02-15 22:13:00'),(2689,100,2,1216,'4.99','2005-06-15 03:23:48','2006-02-15 22:13:00'),(2690,100,1,1340,'3.99','2005-06-15 12:24:15','2006-02-15 22:13:00'),(2691,100,1,1427,'2.99','2005-06-15 18:17:28','2006-02-15 22:13:00'),(2692,100,2,3468,'6.99','2005-06-21 22:43:45','2006-02-15 22:13:00'),(2693,100,2,3602,'5.99','2005-07-06 05:23:10','2006-02-15 22:13:00'),(2694,100,1,3800,'8.99','2005-07-06 15:01:27','2006-02-15 22:13:00'),(2695,100,1,4209,'2.99','2005-07-07 11:35:08','2006-02-15 22:13:00'),(2696,100,1,4970,'8.99','2005-07-08 23:54:29','2006-02-15 22:13:00'),(2697,100,2,4980,'6.99','2005-07-09 00:26:59','2006-02-15 22:13:00'),(2698,100,2,5238,'4.99','2005-07-09 13:11:14','2006-02-15 22:13:00'),(2699,100,2,5355,'6.99','2005-07-09 18:07:17','2006-02-15 22:13:00'),(2700,100,1,6655,'4.99','2005-07-12 11:08:32','2006-02-15 22:13:00'),(2701,100,2,7819,'4.99','2005-07-28 08:27:14','2006-02-15 22:13:00'),(2702,100,1,7921,'1.99','2005-07-28 12:02:46','2006-02-15 22:13:00'),(2703,100,2,8203,'0.99','2005-07-28 23:14:56','2006-02-15 22:13:00'),(2704,100,2,9048,'5.99','2005-07-30 06:57:07','2006-02-15 22:13:00'),(2705,100,1,9271,'4.99','2005-07-30 15:04:31','2006-02-15 22:13:00'),(2706,100,1,11143,'0.99','2005-08-02 09:32:54','2006-02-15 22:13:00'),(2707,100,2,11346,'4.99','2005-08-02 17:15:38','2006-02-15 22:13:00'),(2708,100,1,12657,'0.99','2005-08-18 19:02:16','2006-02-15 22:13:00'),(2709,100,1,15163,'0.99','2005-08-22 14:43:13','2006-02-15 22:13:00'),(2710,100,2,15246,'3.99','2005-08-22 17:50:49','2006-02-15 22:13:00'),(2711,100,2,15021,'0.99','2006-02-14 15:16:03','2006-02-15 22:13:00'),(2712,101,1,468,'9.99','2005-05-27 21:13:10','2006-02-15 22:13:00'),(2713,101,1,4975,'2.99','2005-07-09 00:02:46','2006-02-15 22:13:00'),(2714,101,2,5100,'2.99','2005-07-09 06:16:03','2006-02-15 22:13:00'),(2715,101,1,5132,'5.99','2005-07-09 07:40:32','2006-02-15 22:13:00'),(2716,101,2,5198,'2.99','2005-07-09 10:49:10','2006-02-15 22:13:00'),(2717,101,1,5757,'2.99','2005-07-10 12:40:17','2006-02-15 22:13:00'),(2718,101,2,6433,'5.99','2005-07-12 00:12:02','2006-02-15 22:13:00'),(2719,101,2,7112,'5.99','2005-07-27 05:38:42','2006-02-15 22:13:00'),(2720,101,2,7866,'8.99','2005-07-28 10:08:01','2006-02-15 22:13:00'),(2721,101,1,8301,'0.99','2005-07-29 03:00:08','2006-02-15 22:13:00'),(2722,101,2,8825,'1.99','2005-07-29 22:24:16','2006-02-15 22:13:00'),(2723,101,2,8833,'4.99','2005-07-29 22:39:36','2006-02-15 22:13:00'),(2724,101,2,9965,'6.99','2005-07-31 16:19:32','2006-02-15 22:13:00'),(2725,101,2,10218,'0.99','2005-08-01 01:09:44','2006-02-15 22:13:00'),(2726,101,1,10253,'6.99','2005-08-01 02:39:49','2006-02-15 22:13:00'),(2727,101,1,10407,'0.99','2005-08-01 07:38:07','2006-02-15 22:13:00'),(2728,101,2,11959,'4.99','2005-08-17 17:23:35','2006-02-15 22:13:00'),(2729,101,2,12174,'2.99','2005-08-18 01:08:53','2006-02-15 22:13:00'),(2730,101,1,12471,'4.99','2005-08-18 11:57:00','2006-02-15 22:13:00'),(2731,101,2,13370,'1.99','2005-08-19 21:20:11','2006-02-15 22:13:00'),(2732,101,1,14476,'0.99','2005-08-21 13:31:07','2006-02-15 22:13:00'),(2733,101,2,14542,'3.99','2005-08-21 15:36:34','2006-02-15 22:13:00'),(2734,101,2,15103,'2.99','2005-08-22 12:01:06','2006-02-15 22:13:00'),(2735,101,2,12141,'0.99','2006-02-14 15:16:03','2006-02-15 22:13:00'),(2736,102,1,247,'4.99','2005-05-26 14:01:05','2006-02-15 22:13:00'),(2737,102,1,358,'0.99','2005-05-27 06:43:59','2006-02-15 22:13:00'),(2738,102,2,562,'1.99','2005-05-28 09:01:21','2006-02-15 22:13:00'),(2739,102,2,1215,'2.99','2005-06-15 03:21:00','2006-02-15 22:13:00'),(2740,102,2,2419,'8.99','2005-06-18 17:21:24','2006-02-15 22:13:00'),(2741,102,2,3520,'1.99','2005-07-06 00:58:27','2006-02-15 22:13:00'),(2742,102,2,3630,'1.99','2005-07-06 06:27:15','2006-02-15 22:13:01'),(2743,102,2,3665,'4.99','2005-07-06 08:23:08','2006-02-15 22:13:01'),(2744,102,1,4089,'6.99','2005-07-07 05:45:59','2006-02-15 22:13:01'),(2745,102,2,4777,'3.99','2005-07-08 15:48:34','2006-02-15 22:13:01'),(2746,102,1,4997,'6.99','2005-07-09 01:06:03','2006-02-15 22:13:01'),(2747,102,1,5009,'5.99','2005-07-09 01:32:17','2006-02-15 22:13:01'),(2748,102,1,5109,'4.99','2005-07-09 06:48:49','2006-02-15 22:13:01'),(2749,102,2,5509,'5.99','2005-07-10 00:54:46','2006-02-15 22:13:01'),(2750,102,1,5716,'2.99','2005-07-10 10:59:23','2006-02-15 22:13:01'),(2751,102,2,6434,'5.99','2005-07-12 00:14:25','2006-02-15 22:13:01'),(2752,102,2,7119,'0.99','2005-07-27 05:55:32','2006-02-15 22:13:01'),(2753,102,2,7247,'0.99','2005-07-27 10:32:58','2006-02-15 22:13:01'),(2754,102,2,7439,'6.99','2005-07-27 17:42:31','2006-02-15 22:13:01'),(2755,102,1,8186,'0.99','2005-07-28 22:30:27','2006-02-15 22:13:01'),(2756,102,1,8664,'5.99','2005-07-29 15:36:27','2006-02-15 22:13:01'),(2757,102,2,9151,'3.99','2005-07-30 10:50:53','2006-02-15 22:13:01'),(2758,102,1,9192,'2.99','2005-07-30 12:26:26','2006-02-15 22:13:01'),(2759,102,2,9295,'0.99','2005-07-30 16:18:39','2006-02-15 22:13:01'),(2760,102,2,9617,'2.99','2005-07-31 04:15:38','2006-02-15 22:13:01'),(2761,102,1,9780,'4.99','2005-07-31 10:10:22','2006-02-15 22:13:01'),(2762,102,2,10841,'1.99','2005-08-01 23:39:21','2006-02-15 22:13:01'),(2763,102,2,11099,'4.99','2005-08-02 08:07:12','2006-02-15 22:13:01'),(2764,102,1,11183,'4.99','2005-08-02 11:00:32','2006-02-15 22:13:01'),(2765,102,2,12495,'4.99','2005-08-18 12:56:37','2006-02-15 22:13:01'),(2766,102,1,13420,'9.99','2005-08-19 22:57:25','2006-02-15 22:13:01'),(2767,102,1,15049,'1.99','2005-08-22 10:06:28','2006-02-15 22:13:01'),(2768,102,2,16031,'3.99','2005-08-23 21:59:26','2006-02-15 22:13:01'),(2769,103,1,240,'7.99','2005-05-26 12:40:23','2006-02-15 22:13:01'),(2770,103,1,658,'9.99','2005-05-28 20:23:23','2006-02-15 22:13:01'),(2771,103,2,1396,'4.99','2005-06-15 16:22:38','2006-02-15 22:13:01'),(2772,103,1,2118,'0.99','2005-06-17 20:28:29','2006-02-15 22:13:01'),(2773,103,1,2197,'0.99','2005-06-18 01:50:27','2006-02-15 22:13:01'),(2774,103,1,2724,'0.99','2005-06-19 14:57:54','2006-02-15 22:13:01'),(2775,103,2,3750,'6.99','2005-07-06 12:19:28','2006-02-15 22:13:01'),(2776,103,1,3850,'4.99','2005-07-06 16:51:21','2006-02-15 22:13:01'),(2777,103,2,4040,'6.99','2005-07-07 03:02:40','2006-02-15 22:13:01'),(2778,103,1,4213,'2.99','2005-07-07 11:53:49','2006-02-15 22:13:01'),(2779,103,1,4357,'1.99','2005-07-07 19:24:39','2006-02-15 22:13:01'),(2780,103,2,4872,'4.99','2005-07-08 19:23:16','2006-02-15 22:13:01'),(2781,103,2,5163,'4.99','2005-07-09 09:00:28','2006-02-15 22:13:01'),(2782,103,1,6525,'5.99','2005-07-12 04:17:15','2006-02-15 22:13:01'),(2783,103,2,6697,'6.99','2005-07-12 12:44:57','2006-02-15 22:13:01'),(2784,103,2,6949,'2.99','2005-07-26 23:44:12','2006-02-15 22:13:01'),(2785,103,1,7310,'0.99','2005-07-27 13:00:55','2006-02-15 22:13:01'),(2786,103,2,7472,'6.99','2005-07-27 19:04:19','2006-02-15 22:13:01'),(2787,103,1,8302,'0.99','2005-07-29 03:01:24','2006-02-15 22:13:01'),(2788,103,1,8520,'4.99','2005-07-29 10:10:02','2006-02-15 22:13:01'),(2789,103,2,9390,'4.99','2005-07-30 19:42:07','2006-02-15 22:13:01'),(2790,103,2,12942,'7.99','2005-08-19 05:40:36','2006-02-15 22:13:01'),(2791,103,1,13676,'0.99','2005-08-20 08:33:21','2006-02-15 22:13:01'),(2792,103,2,14064,'2.99','2005-08-20 22:39:16','2006-02-15 22:13:01'),(2793,103,2,14289,'4.99','2005-08-21 06:58:49','2006-02-15 22:13:01'),(2794,103,2,15401,'8.99','2005-08-22 23:13:10','2006-02-15 22:13:01'),(2795,103,1,15461,'5.99','2005-08-23 01:13:52','2006-02-15 22:13:01'),(2796,103,1,15467,'3.99','2005-08-23 01:22:12','2006-02-15 22:13:01'),(2797,103,1,15599,'5.99','2005-08-23 06:25:07','2006-02-15 22:13:01'),(2798,103,2,15679,'0.99','2005-08-23 09:27:29','2006-02-15 22:13:02'),(2799,103,2,16048,'8.99','2005-08-23 22:43:07','2006-02-15 22:13:02'),(2800,104,1,163,'10.99','2005-05-26 02:26:23','2006-02-15 22:13:02'),(2801,104,2,808,'3.99','2005-05-29 19:08:20','2006-02-15 22:13:02'),(2802,104,2,1287,'3.99','2005-06-15 08:41:38','2006-02-15 22:13:02'),(2803,104,1,2107,'0.99','2005-06-17 19:31:16','2006-02-15 22:13:02'),(2804,104,2,2928,'0.99','2005-06-20 04:43:45','2006-02-15 22:13:02'),(2805,104,2,3273,'2.99','2005-06-21 05:24:17','2006-02-15 22:13:02'),(2806,104,2,4012,'4.99','2005-07-07 00:56:09','2006-02-15 22:13:02'),(2807,104,2,4438,'6.99','2005-07-07 22:56:17','2006-02-15 22:13:02'),(2808,104,2,4520,'4.99','2005-07-08 02:53:46','2006-02-15 22:13:02'),(2809,104,1,4529,'7.99','2005-07-08 03:26:20','2006-02-15 22:13:02'),(2810,104,1,4917,'2.99','2005-07-08 21:32:30','2006-02-15 22:13:02'),(2811,104,1,5376,'1.99','2005-07-09 18:54:08','2006-02-15 22:13:02'),(2812,104,2,7107,'2.99','2005-07-27 05:22:04','2006-02-15 22:13:02'),(2813,104,1,8413,'1.99','2005-07-29 06:47:39','2006-02-15 22:13:02'),(2814,104,1,9090,'3.99','2005-07-30 08:24:42','2006-02-15 22:13:02'),(2815,104,2,9996,'5.99','2005-07-31 17:32:03','2006-02-15 22:13:02'),(2816,104,1,11700,'2.99','2005-08-17 07:12:31','2006-02-15 22:13:02'),(2817,104,1,12453,'3.99','2005-08-18 11:17:07','2006-02-15 22:13:02'),(2818,104,1,13005,'0.99','2005-08-19 07:45:42','2006-02-15 22:13:02'),(2819,104,1,13017,'1.99','2005-08-19 08:02:24','2006-02-15 22:13:02'),(2820,104,1,13179,'4.99','2005-08-19 13:59:53','2006-02-15 22:13:02'),(2821,104,1,13410,'3.99','2005-08-19 22:41:44','2006-02-15 22:13:02'),(2822,104,1,14218,'3.99','2005-08-21 04:43:59','2006-02-15 22:13:02'),(2823,104,2,15186,'0.99','2005-08-22 15:52:57','2006-02-15 22:13:02'),(2824,105,1,327,'8.99','2005-05-27 01:18:57','2006-02-15 22:13:02'),(2825,105,2,473,'7.99','2005-05-27 21:36:34','2006-02-15 22:13:02'),(2826,105,1,485,'2.99','2005-05-27 23:40:52','2006-02-15 22:13:02'),(2827,105,1,779,'6.99','2005-05-29 14:17:17','2006-02-15 22:13:02'),(2828,105,2,1789,'3.99','2005-06-16 19:49:18','2006-02-15 22:13:02'),(2829,105,2,1991,'3.99','2005-06-17 10:49:23','2006-02-15 22:13:02'),(2830,105,2,2635,'3.99','2005-06-19 09:08:45','2006-02-15 22:13:02'),(2831,105,2,5261,'4.99','2005-07-09 14:06:56','2006-02-15 22:13:02'),(2832,105,1,5429,'4.99','2005-07-09 21:14:03','2006-02-15 22:13:02'),(2833,105,2,5542,'2.99','2005-07-10 02:45:53','2006-02-15 22:13:02'),(2834,105,2,5677,'4.99','2005-07-10 08:41:28','2006-02-15 22:13:02'),(2835,105,2,6546,'4.99','2005-07-12 04:57:17','2006-02-15 22:13:02'),(2836,105,1,7442,'2.99','2005-07-27 17:47:00','2006-02-15 22:13:02'),(2837,105,2,8980,'2.99','2005-07-30 04:22:15','2006-02-15 22:13:02'),(2838,105,2,9124,'3.99','2005-07-30 09:43:12','2006-02-15 22:13:02'),(2839,105,2,9198,'5.99','2005-07-30 12:37:08','2006-02-15 22:13:02'),(2840,105,2,9210,'9.99','2005-07-30 12:56:44','2006-02-15 22:13:02'),(2841,105,1,10513,'4.99','2005-08-01 11:37:34','2006-02-15 22:13:02'),(2842,105,1,12217,'0.99','2005-08-18 02:44:44','2006-02-15 22:13:02'),(2843,105,2,12899,'2.99','2005-08-19 04:03:34','2006-02-15 22:13:02'),(2844,105,1,13057,'6.99','2005-08-19 09:40:05','2006-02-15 22:13:02'),(2845,105,1,13751,'2.99','2005-08-20 11:17:03','2006-02-15 22:13:02'),(2846,105,2,14048,'0.99','2005-08-20 22:03:18','2006-02-15 22:13:02'),(2847,105,2,15624,'4.99','2005-08-23 07:24:27','2006-02-15 22:13:02'),(2848,105,2,15688,'4.99','2005-08-23 09:48:45','2006-02-15 22:13:02'),(2849,105,2,15803,'2.99','2005-08-23 14:27:07','2006-02-15 22:13:02'),(2850,106,2,552,'3.99','2005-05-28 07:53:38','2006-02-15 22:13:03'),(2851,106,2,1156,'0.99','2005-05-31 22:37:34','2006-02-15 22:13:03'),(2852,106,1,2295,'4.99','2005-06-18 07:56:18','2006-02-15 22:13:03'),(2853,106,1,3023,'4.99','2005-06-20 11:18:11','2006-02-15 22:13:03'),(2854,106,1,4229,'4.99','2005-07-07 12:43:23','2006-02-15 22:13:03'),(2855,106,2,4277,'2.99','2005-07-07 14:52:12','2006-02-15 22:13:03'),(2856,106,1,4665,'3.99','2005-07-08 10:04:24','2006-02-15 22:13:03'),(2857,106,2,5453,'3.99','2005-07-09 22:24:11','2006-02-15 22:13:03'),(2858,106,2,6992,'0.99','2005-07-27 01:04:45','2006-02-15 22:13:03'),(2859,106,1,7224,'3.99','2005-07-27 09:44:26','2006-02-15 22:13:03'),(2860,106,1,7483,'4.99','2005-07-27 19:25:00','2006-02-15 22:13:03'),(2861,106,1,8115,'4.99','2005-07-28 19:14:17','2006-02-15 22:13:03'),(2862,106,2,9072,'2.99','2005-07-30 07:45:49','2006-02-15 22:13:03'),(2863,106,2,9747,'7.99','2005-07-31 09:16:57','2006-02-15 22:13:03'),(2864,106,2,10213,'8.99','2005-08-01 01:03:18','2006-02-15 22:13:03'),(2865,106,1,10228,'2.99','2005-08-01 01:43:18','2006-02-15 22:13:03'),(2866,106,1,10444,'8.99','2005-08-01 09:01:40','2006-02-15 22:13:03'),(2867,106,2,11436,'0.99','2005-08-02 20:16:06','2006-02-15 22:13:03'),(2868,106,1,12159,'7.99','2005-08-18 00:36:09','2006-02-15 22:13:03'),(2869,106,1,12845,'2.99','2005-08-19 02:02:37','2006-02-15 22:13:03'),(2870,106,2,14431,'2.99','2005-08-21 11:31:15','2006-02-15 22:13:03'),(2871,106,1,14920,'0.99','2005-08-22 05:08:58','2006-02-15 22:13:03'),(2872,106,1,15154,'6.99','2005-08-22 14:27:37','2006-02-15 22:13:03'),(2873,107,1,170,'5.99','2005-05-26 03:11:12','2006-02-15 22:13:03'),(2874,107,1,1026,'5.99','2005-05-31 03:45:26','2006-02-15 22:13:03'),(2875,107,2,1243,'2.99','2005-06-15 05:07:32','2006-02-15 22:13:03'),(2876,107,2,2693,'6.99','2005-06-19 13:11:47','2006-02-15 22:13:03'),(2877,107,2,2860,'4.99','2005-06-19 23:20:40','2006-02-15 22:13:03'),(2878,107,2,2897,'3.99','2005-06-20 02:34:23','2006-02-15 22:13:03'),(2879,107,1,3033,'3.99','2005-06-20 12:02:05','2006-02-15 22:13:03'),(2880,107,2,3120,'0.99','2005-06-20 18:19:29','2006-02-15 22:13:03'),(2881,107,2,3174,'0.99','2005-06-20 22:24:00','2006-02-15 22:13:03'),(2882,107,2,3824,'6.99','2005-07-06 15:43:15','2006-02-15 22:13:03'),(2883,107,2,5311,'4.99','2005-07-09 16:02:54','2006-02-15 22:13:03'),(2884,107,2,5575,'2.99','2005-07-10 03:55:50','2006-02-15 22:13:03'),(2885,107,2,5798,'3.99','2005-07-10 14:45:09','2006-02-15 22:13:03'),(2886,107,2,6131,'2.99','2005-07-11 08:22:05','2006-02-15 22:13:03'),(2887,107,2,6133,'0.99','2005-07-11 08:25:22','2006-02-15 22:13:03'),(2888,107,1,6811,'5.99','2005-07-12 17:54:33','2006-02-15 22:13:03'),(2889,107,2,6934,'6.99','2005-07-26 23:11:03','2006-02-15 22:13:03'),(2890,107,2,7447,'4.99','2005-07-27 18:02:08','2006-02-15 22:13:03'),(2891,107,1,7600,'7.99','2005-07-27 23:41:18','2006-02-15 22:13:03'),(2892,107,1,8162,'4.99','2005-07-28 21:11:46','2006-02-15 22:13:03'),(2893,107,2,8704,'1.99','2005-07-29 17:13:45','2006-02-15 22:13:03'),(2894,107,1,9155,'2.99','2005-07-30 11:00:00','2006-02-15 22:13:03'),(2895,107,2,9351,'2.99','2005-07-30 18:28:30','2006-02-15 22:13:03'),(2896,107,1,10226,'4.99','2005-08-01 01:40:04','2006-02-15 22:13:03'),(2897,107,2,13361,'4.99','2005-08-19 21:07:22','2006-02-15 22:13:03'),(2898,107,1,13510,'6.99','2005-08-20 02:18:30','2006-02-15 22:13:03'),(2899,107,1,14562,'4.99','2005-08-21 16:22:59','2006-02-15 22:13:03'),(2900,107,1,15560,'3.99','2005-08-23 05:01:13','2006-02-15 22:13:03'),(2901,107,1,13079,'1.98','2006-02-14 15:16:03','2006-02-15 22:13:03'),(2902,107,1,15497,'0.00','2006-02-14 15:16:03','2006-02-15 22:13:03'),(2903,108,1,105,'4.99','2005-05-25 17:54:12','2006-02-15 22:13:03'),(2904,108,2,1055,'0.99','2005-05-31 07:47:18','2006-02-15 22:13:03'),(2905,108,2,1372,'4.99','2005-06-15 14:45:48','2006-02-15 22:13:03'),(2906,108,1,1425,'2.99','2005-06-15 18:13:46','2006-02-15 22:13:03'),(2907,108,1,2061,'8.99','2005-06-17 15:47:00','2006-02-15 22:13:03'),(2908,108,1,2210,'2.99','2005-06-18 02:27:01','2006-02-15 22:13:04'),(2909,108,2,3116,'4.99','2005-06-20 18:04:55','2006-02-15 22:13:04'),(2910,108,1,3875,'0.99','2005-07-06 18:15:39','2006-02-15 22:13:04'),(2911,108,2,4082,'2.99','2005-07-07 05:11:53','2006-02-15 22:13:04'),(2912,108,1,4303,'1.99','2005-07-07 16:57:32','2006-02-15 22:13:04'),(2913,108,1,4650,'4.99','2005-07-08 09:32:08','2006-02-15 22:13:04'),(2914,108,1,4754,'0.99','2005-07-08 14:20:01','2006-02-15 22:13:04'),(2915,108,2,5274,'6.99','2005-07-09 14:34:09','2006-02-15 22:13:04'),(2916,108,1,5661,'5.99','2005-07-10 07:53:51','2006-02-15 22:13:04'),(2917,108,2,5806,'4.99','2005-07-10 15:11:54','2006-02-15 22:13:04'),(2918,108,1,6841,'0.99','2005-07-12 19:04:24','2006-02-15 22:13:04'),(2919,108,2,8329,'5.99','2005-07-29 04:06:33','2006-02-15 22:13:04'),(2920,108,2,8587,'4.99','2005-07-29 12:18:40','2006-02-15 22:13:04'),(2921,108,1,8846,'4.99','2005-07-29 23:10:28','2006-02-15 22:13:04'),(2922,108,2,9755,'4.99','2005-07-31 09:24:55','2006-02-15 22:13:04'),(2923,108,1,11316,'5.99','2005-08-02 16:07:49','2006-02-15 22:13:04'),(2924,108,2,11445,'6.99','2005-08-02 20:33:35','2006-02-15 22:13:04'),(2925,108,2,11759,'2.99','2005-08-17 09:41:23','2006-02-15 22:13:04'),(2926,108,1,12583,'2.99','2005-08-18 15:51:36','2006-02-15 22:13:04'),(2927,108,2,12625,'6.99','2005-08-18 17:36:19','2006-02-15 22:13:04'),(2928,108,2,13754,'2.99','2005-08-20 11:18:08','2006-02-15 22:13:04'),(2929,108,2,14635,'3.99','2005-08-21 18:51:43','2006-02-15 22:13:04'),(2930,108,2,15556,'8.99','2005-08-23 04:52:16','2006-02-15 22:13:04'),(2931,108,1,16001,'2.99','2005-08-23 20:45:53','2006-02-15 22:13:04'),(2932,108,1,15294,'4.99','2006-02-14 15:16:03','2006-02-15 22:13:04'),(2933,109,1,203,'5.99','2005-05-26 07:27:57','2006-02-15 22:13:04'),(2934,109,1,386,'0.99','2005-05-27 10:26:31','2006-02-15 22:13:04'),(2935,109,2,622,'3.99','2005-05-28 15:58:22','2006-02-15 22:13:04'),(2936,109,1,698,'0.99','2005-05-29 02:10:52','2006-02-15 22:13:04'),(2937,109,1,1061,'7.99','2005-05-31 08:27:58','2006-02-15 22:13:04'),(2938,109,1,1106,'4.99','2005-05-31 14:36:52','2006-02-15 22:13:04'),(2939,109,1,1115,'2.99','2005-05-31 16:07:09','2006-02-15 22:13:04'),(2940,109,2,1581,'2.99','2005-06-16 04:28:45','2006-02-15 22:13:04'),(2941,109,2,1891,'3.99','2005-06-17 04:16:44','2006-02-15 22:13:04'),(2942,109,2,2198,'6.99','2005-06-18 01:51:22','2006-02-15 22:13:04'),(2943,109,2,2679,'5.99','2005-06-19 12:12:30','2006-02-15 22:13:04'),(2944,109,2,3076,'5.99','2005-06-20 15:01:19','2006-02-15 22:13:04'),(2945,109,1,4921,'4.99','2005-07-08 21:43:21','2006-02-15 22:13:04'),(2946,109,1,5027,'2.99','2005-07-09 02:32:37','2006-02-15 22:13:04'),(2947,109,2,5296,'2.99','2005-07-09 15:26:27','2006-02-15 22:13:04'),(2948,109,2,6920,'6.99','2005-07-12 22:32:58','2006-02-15 22:13:04'),(2949,109,2,7145,'0.99','2005-07-27 07:01:00','2006-02-15 22:13:04'),(2950,109,1,8006,'3.99','2005-07-28 15:15:41','2006-02-15 22:13:04'),(2951,109,1,9230,'0.99','2005-07-30 13:39:42','2006-02-15 22:13:04'),(2952,109,1,9871,'2.99','2005-07-31 13:25:46','2006-02-15 22:13:04'),(2953,109,2,10240,'0.99','2005-08-01 02:09:33','2006-02-15 22:13:04'),(2954,109,2,10892,'3.99','2005-08-02 01:12:06','2006-02-15 22:13:04'),(2955,109,2,12137,'6.99','2005-08-17 23:52:26','2006-02-15 22:13:04'),(2956,109,1,13264,'3.99','2005-08-19 17:27:10','2006-02-15 22:13:04'),(2957,109,2,15398,'7.99','2005-08-22 23:10:49','2006-02-15 22:13:04'),(2958,109,2,15677,'2.99','2005-08-23 09:23:36','2006-02-15 22:13:04'),(2959,110,1,515,'7.99','2005-05-28 03:10:10','2006-02-15 22:13:04'),(2960,110,2,538,'1.99','2005-05-28 06:21:05','2006-02-15 22:13:04'),(2961,110,2,1528,'8.99','2005-06-16 00:32:52','2006-02-15 22:13:04'),(2962,110,1,3587,'4.99','2005-07-06 04:27:52','2006-02-15 22:13:04'),(2963,110,1,4317,'2.99','2005-07-07 17:44:49','2006-02-15 22:13:05'),(2964,110,2,4827,'4.99','2005-07-08 17:46:30','2006-02-15 22:13:05'),(2965,110,1,6160,'4.99','2005-07-11 10:08:13','2006-02-15 22:13:05'),(2966,110,1,7474,'0.99','2005-07-27 19:07:17','2006-02-15 22:13:05'),(2967,110,2,7542,'0.99','2005-07-27 21:43:04','2006-02-15 22:13:05'),(2968,110,1,7570,'2.99','2005-07-27 22:40:06','2006-02-15 22:13:05'),(2969,110,1,11647,'7.99','2005-08-17 04:54:14','2006-02-15 22:13:05'),(2970,110,2,12585,'3.99','2005-08-18 15:52:12','2006-02-15 22:13:05'),(2971,110,1,13723,'2.99','2005-08-20 10:05:30','2006-02-15 22:13:05'),(2972,110,2,15381,'2.99','2005-08-22 22:28:36','2006-02-15 22:13:05'),(2973,111,2,505,'2.99','2005-05-28 02:06:37','2006-02-15 22:13:05'),(2974,111,1,1593,'6.99','2005-06-16 05:14:52','2006-02-15 22:13:05'),(2975,111,2,1974,'2.99','2005-06-17 09:30:05','2006-02-15 22:13:05'),(2976,111,2,1999,'1.99','2005-06-17 11:30:08','2006-02-15 22:13:05'),(2977,111,2,2297,'4.99','2005-06-18 08:17:41','2006-02-15 22:13:05'),(2978,111,2,3087,'2.99','2005-06-20 15:53:59','2006-02-15 22:13:05'),(2979,111,2,3333,'2.99','2005-06-21 10:01:36','2006-02-15 22:13:05'),(2980,111,2,3485,'1.99','2005-07-05 23:25:54','2006-02-15 22:13:05'),(2981,111,1,3551,'3.99','2005-07-06 02:33:48','2006-02-15 22:13:05'),(2982,111,2,3963,'9.99','2005-07-06 22:19:17','2006-02-15 22:13:05'),(2983,111,1,4249,'4.99','2005-07-07 14:05:17','2006-02-15 22:13:05'),(2984,111,2,4286,'0.99','2005-07-07 15:36:44','2006-02-15 22:13:05'),(2985,111,1,6896,'2.99','2005-07-12 21:25:37','2006-02-15 22:13:05'),(2986,111,2,8525,'0.99','2005-07-29 10:20:19','2006-02-15 22:13:05'),(2987,111,2,9933,'0.99','2005-07-31 15:24:46','2006-02-15 22:13:05'),(2988,111,2,10039,'2.99','2005-07-31 18:50:40','2006-02-15 22:13:05'),(2989,111,2,10602,'4.99','2005-08-01 14:30:23','2006-02-15 22:13:05'),(2990,111,1,10952,'4.99','2005-08-02 03:28:21','2006-02-15 22:13:05'),(2991,111,2,10990,'4.99','2005-08-02 04:41:06','2006-02-15 22:13:05'),(2992,111,2,11239,'2.99','2005-08-02 13:27:11','2006-02-15 22:13:05'),(2993,111,2,12196,'3.99','2005-08-18 02:08:48','2006-02-15 22:13:05'),(2994,111,2,13251,'2.99','2005-08-19 16:48:37','2006-02-15 22:13:05'),(2995,111,2,13525,'5.99','2005-08-20 02:50:44','2006-02-15 22:13:05'),(2996,111,1,14949,'0.99','2005-08-22 06:12:16','2006-02-15 22:13:05'),(2997,111,2,15174,'6.99','2005-08-22 15:26:36','2006-02-15 22:13:05'),(2998,111,2,15542,'2.99','2006-02-14 15:16:03','2006-02-15 22:13:05'),(2999,112,1,396,'0.99','2005-05-27 11:47:04','2006-02-15 22:13:05'),(3000,112,2,701,'2.99','2005-05-29 02:26:27','2006-02-15 22:13:05'),(3001,112,1,1835,'4.99','2005-06-16 23:05:36','2006-02-15 22:13:05'),(3002,112,2,1930,'2.99','2005-06-17 06:50:46','2006-02-15 22:13:05'),(3003,112,1,2193,'4.99','2005-06-18 01:38:45','2006-02-15 22:13:05'),(3004,112,2,3018,'2.99','2005-06-20 11:10:35','2006-02-15 22:13:05'),(3005,112,1,5351,'4.99','2005-07-09 17:40:52','2006-02-15 22:13:05'),(3006,112,1,5385,'2.99','2005-07-09 19:18:11','2006-02-15 22:13:05'),(3007,112,2,6550,'2.99','2005-07-12 05:03:14','2006-02-15 22:13:05'),(3008,112,2,7691,'4.99','2005-07-28 03:30:09','2006-02-15 22:13:05'),(3009,112,2,7761,'4.99','2005-07-28 06:31:45','2006-02-15 22:13:05'),(3010,112,1,9217,'4.99','2005-07-30 13:13:55','2006-02-15 22:13:05'),(3011,112,2,9321,'6.99','2005-07-30 17:19:44','2006-02-15 22:13:05'),(3012,112,2,9609,'4.99','2005-07-31 03:53:24','2006-02-15 22:13:05'),(3013,112,1,9830,'5.99','2005-07-31 11:59:05','2006-02-15 22:13:05'),(3014,112,2,9911,'3.99','2005-07-31 14:48:01','2006-02-15 22:13:05'),(3015,112,1,10038,'2.99','2005-07-31 18:49:12','2006-02-15 22:13:05'),(3016,112,2,10596,'5.99','2005-08-01 14:18:57','2006-02-15 22:13:06'),(3017,112,1,11019,'2.99','2005-08-02 05:29:31','2006-02-15 22:13:06'),(3018,112,1,11599,'7.99','2005-08-17 03:08:10','2006-02-15 22:13:06'),(3019,112,2,11659,'4.99','2005-08-17 05:20:45','2006-02-15 22:13:06'),(3020,112,2,11863,'3.99','2005-08-17 13:56:01','2006-02-15 22:13:06'),(3021,112,2,13611,'8.99','2005-08-20 06:20:42','2006-02-15 22:13:06'),(3022,112,2,13879,'2.99','2005-08-20 15:18:10','2006-02-15 22:13:06'),(3023,112,2,14049,'5.99','2005-08-20 22:08:55','2006-02-15 22:13:06'),(3024,112,1,14358,'0.99','2005-08-21 09:14:28','2006-02-15 22:13:06'),(3025,112,2,15304,'4.99','2005-08-22 19:45:57','2006-02-15 22:13:06'),(3026,112,1,15671,'0.99','2005-08-23 09:08:16','2006-02-15 22:13:06'),(3027,112,1,15687,'8.99','2005-08-23 09:46:33','2006-02-15 22:13:06'),(3028,112,1,15756,'2.99','2005-08-23 12:47:05','2006-02-15 22:13:06'),(3029,113,1,510,'0.99','2005-05-28 02:52:14','2006-02-15 22:13:06'),(3030,113,2,776,'0.99','2005-05-29 13:35:35','2006-02-15 22:13:06'),(3031,113,2,2077,'4.99','2005-06-17 16:46:11','2006-02-15 22:13:06'),(3032,113,1,2282,'2.99','2005-06-18 06:48:23','2006-02-15 22:13:06'),(3033,113,1,2783,'2.99','2005-06-19 18:29:10','2006-02-15 22:13:06'),(3034,113,2,3004,'0.99','2005-06-20 10:04:36','2006-02-15 22:13:06'),(3035,113,1,3124,'8.99','2005-06-20 18:28:19','2006-02-15 22:13:06'),(3036,113,1,3162,'6.99','2005-06-20 21:21:15','2006-02-15 22:13:06'),(3037,113,2,3657,'5.99','2005-07-06 07:55:30','2006-02-15 22:13:06'),(3038,113,1,4333,'2.99','2005-07-07 18:31:50','2006-02-15 22:13:06'),(3039,113,2,5189,'2.99','2005-07-09 10:23:21','2006-02-15 22:13:06'),(3040,113,2,5324,'2.99','2005-07-09 16:34:18','2006-02-15 22:13:06'),(3041,113,2,5655,'4.99','2005-07-10 07:31:06','2006-02-15 22:13:06'),(3042,113,1,5774,'5.99','2005-07-10 13:31:56','2006-02-15 22:13:06'),(3043,113,1,6025,'0.99','2005-07-11 02:18:13','2006-02-15 22:13:06'),(3044,113,1,6836,'0.99','2005-07-12 18:58:05','2006-02-15 22:13:06'),(3045,113,2,7468,'5.99','2005-07-27 18:52:27','2006-02-15 22:13:06'),(3046,113,2,7587,'2.99','2005-07-27 23:23:03','2006-02-15 22:13:06'),(3047,113,2,9221,'6.99','2005-07-30 13:20:06','2006-02-15 22:13:06'),(3048,113,2,10181,'4.99','2005-08-01 00:00:44','2006-02-15 22:13:06'),(3049,113,1,10378,'0.99','2005-08-01 06:30:04','2006-02-15 22:13:06'),(3050,113,2,10578,'1.99','2005-08-01 13:48:02','2006-02-15 22:13:06'),(3051,113,2,11655,'7.99','2005-08-17 05:11:07','2006-02-15 22:13:06'),(3052,113,1,11872,'5.99','2005-08-17 14:11:45','2006-02-15 22:13:06'),(3053,113,1,12392,'5.99','2005-08-18 08:57:58','2006-02-15 22:13:06'),(3054,113,2,12817,'3.99','2005-08-19 01:04:35','2006-02-15 22:13:06'),(3055,113,2,13406,'2.99','2005-08-19 22:22:01','2006-02-15 22:13:06'),(3056,113,1,15600,'1.99','2005-08-23 06:31:24','2006-02-15 22:13:06'),(3057,113,1,15770,'2.99','2005-08-23 13:18:16','2006-02-15 22:13:06'),(3058,114,1,205,'4.99','2005-05-26 07:59:37','2006-02-15 22:13:06'),(3059,114,1,255,'4.99','2005-05-26 14:52:15','2006-02-15 22:13:06'),(3060,114,2,889,'2.99','2005-05-30 07:14:53','2006-02-15 22:13:06'),(3061,114,1,2059,'2.99','2005-06-17 15:36:12','2006-02-15 22:13:06'),(3062,114,2,2680,'7.99','2005-06-19 12:13:37','2006-02-15 22:13:07'),(3063,114,1,3094,'2.99','2005-06-20 16:06:51','2006-02-15 22:13:07'),(3064,114,2,3144,'5.99','2005-06-20 20:14:20','2006-02-15 22:13:07'),(3065,114,1,3484,'4.99','2005-07-05 23:23:11','2006-02-15 22:13:07'),(3066,114,1,3924,'2.99','2005-07-06 20:38:02','2006-02-15 22:13:07'),(3067,114,1,4025,'0.99','2005-07-07 02:13:24','2006-02-15 22:13:07'),(3068,114,1,5418,'0.99','2005-07-09 20:41:35','2006-02-15 22:13:07'),(3069,114,2,5624,'4.99','2005-07-10 05:43:16','2006-02-15 22:13:07'),(3070,114,1,5625,'2.99','2005-07-10 05:44:02','2006-02-15 22:13:07'),(3071,114,1,6188,'2.99','2005-07-11 11:31:47','2006-02-15 22:13:07'),(3072,114,1,6754,'4.99','2005-07-12 14:59:24','2006-02-15 22:13:07'),(3073,114,2,7316,'2.99','2005-07-27 13:19:03','2006-02-15 22:13:07'),(3074,114,2,7462,'2.99','2005-07-27 18:47:47','2006-02-15 22:13:07'),(3075,114,2,7565,'2.99','2005-07-27 22:33:59','2006-02-15 22:13:07'),(3076,114,2,7938,'5.99','2005-07-28 12:39:11','2006-02-15 22:13:07'),(3077,114,2,8496,'4.99','2005-07-29 09:05:33','2006-02-15 22:13:07'),(3078,114,1,8590,'10.99','2005-07-29 12:32:20','2006-02-15 22:13:07'),(3079,114,1,9717,'4.99','2005-07-31 08:24:41','2006-02-15 22:13:07'),(3080,114,1,11547,'4.99','2005-08-17 00:59:24','2006-02-15 22:13:07'),(3081,114,2,12326,'0.99','2005-08-18 06:41:59','2006-02-15 22:13:07'),(3082,114,1,12685,'6.99','2005-08-18 19:51:29','2006-02-15 22:13:07'),(3083,114,2,13459,'6.99','2005-08-20 00:45:40','2006-02-15 22:13:07'),(3084,114,2,14158,'5.99','2005-08-21 02:43:20','2006-02-15 22:13:07'),(3085,114,1,14867,'4.99','2005-08-22 03:14:46','2006-02-15 22:13:07'),(3086,114,1,15485,'0.99','2005-08-23 02:04:57','2006-02-15 22:13:07'),(3087,114,1,15528,'2.99','2005-08-23 03:45:40','2006-02-15 22:13:07'),(3088,114,2,15646,'3.99','2005-08-23 08:19:55','2006-02-15 22:13:07'),(3089,114,1,16047,'0.99','2005-08-23 22:42:48','2006-02-15 22:13:07'),(3090,114,2,12506,'4.99','2006-02-14 15:16:03','2006-02-15 22:13:07'),(3091,115,1,915,'0.99','2005-05-30 11:20:27','2006-02-15 22:13:07'),(3092,115,1,983,'0.99','2005-05-30 22:15:51','2006-02-15 22:13:07'),(3093,115,1,1102,'2.99','2005-05-31 14:20:29','2006-02-15 22:13:07'),(3094,115,2,1361,'0.99','2005-06-15 13:37:38','2006-02-15 22:13:07'),(3095,115,2,1515,'2.99','2005-06-15 23:07:50','2006-02-15 22:13:07'),(3096,115,1,3289,'6.99','2005-06-21 06:41:48','2006-02-15 22:13:07'),(3097,115,2,3544,'0.99','2005-07-06 02:06:32','2006-02-15 22:13:07'),(3098,115,1,3624,'0.99','2005-07-06 06:06:27','2006-02-15 22:13:07'),(3099,115,1,4780,'1.99','2005-07-08 16:06:51','2006-02-15 22:13:07'),(3100,115,1,5245,'4.99','2005-07-09 13:24:14','2006-02-15 22:13:07'),(3101,115,1,6080,'2.99','2005-07-11 05:08:11','2006-02-15 22:13:07'),(3102,115,2,6113,'2.99','2005-07-11 07:31:08','2006-02-15 22:13:07'),(3103,115,1,6373,'0.99','2005-07-11 21:35:20','2006-02-15 22:13:07'),(3104,115,1,6574,'5.99','2005-07-12 06:04:22','2006-02-15 22:13:07'),(3105,115,1,6798,'6.99','2005-07-12 16:49:11','2006-02-15 22:13:07'),(3106,115,2,7355,'1.99','2005-07-27 14:45:59','2006-02-15 22:13:07'),(3107,115,2,7465,'4.99','2005-07-27 18:50:30','2006-02-15 22:13:07'),(3108,115,1,7983,'4.99','2005-07-28 14:23:01','2006-02-15 22:13:07'),(3109,115,1,8594,'4.99','2005-07-29 12:42:13','2006-02-15 22:13:07'),(3110,115,2,9578,'0.99','2005-07-31 02:54:31','2006-02-15 22:13:07'),(3111,115,2,10022,'3.99','2005-07-31 18:25:30','2006-02-15 22:13:07'),(3112,115,2,10475,'4.99','2005-08-01 10:03:17','2006-02-15 22:13:07'),(3113,115,2,10647,'2.99','2005-08-01 16:08:46','2006-02-15 22:13:07'),(3114,115,2,10919,'0.99','2005-08-02 02:11:03','2006-02-15 22:13:07'),(3115,115,1,11891,'2.99','2005-08-17 15:11:55','2006-02-15 22:13:07'),(3116,115,2,12366,'0.99','2005-08-18 07:55:14','2006-02-15 22:13:07'),(3117,115,2,13977,'0.99','2005-08-20 19:02:34','2006-02-15 22:13:08'),(3118,115,1,15176,'6.99','2005-08-22 15:30:25','2006-02-15 22:13:08'),(3119,115,2,15452,'0.99','2005-08-23 00:57:12','2006-02-15 22:13:08'),(3120,115,2,13056,'2.99','2006-02-14 15:16:03','2006-02-15 22:13:08'),(3121,116,1,1058,'4.99','2005-05-31 08:04:17','2006-02-15 22:13:08'),(3122,116,2,1332,'0.99','2005-06-15 11:36:01','2006-02-15 22:13:08'),(3123,116,2,1533,'0.99','2005-06-16 00:46:02','2006-02-15 22:13:08'),(3124,116,2,1762,'4.99','2005-06-16 17:50:19','2006-02-15 22:13:08'),(3125,116,2,1913,'4.99','2005-06-17 05:19:47','2006-02-15 22:13:08'),(3126,116,1,2639,'4.99','2005-06-19 09:24:02','2006-02-15 22:13:08'),(3127,116,1,2861,'3.99','2005-06-19 23:21:34','2006-02-15 22:13:08'),(3128,116,2,3908,'6.99','2005-07-06 19:47:26','2006-02-15 22:13:08'),(3129,116,2,3940,'2.99','2005-07-06 21:16:59','2006-02-15 22:13:08'),(3130,116,1,4027,'0.99','2005-07-07 02:19:01','2006-02-15 22:13:08'),(3131,116,2,4737,'4.99','2005-07-08 13:23:53','2006-02-15 22:13:08'),(3132,116,2,5169,'2.99','2005-07-09 09:22:25','2006-02-15 22:13:08'),(3133,116,1,6557,'4.99','2005-07-12 05:12:03','2006-02-15 22:13:08'),(3134,116,1,7238,'0.99','2005-07-27 10:13:41','2006-02-15 22:13:08'),(3135,116,2,7763,'5.99','2005-07-28 06:35:16','2006-02-15 22:13:08'),(3136,116,2,9245,'6.99','2005-07-30 14:07:50','2006-02-15 22:13:08'),(3137,116,1,9562,'3.99','2005-07-31 02:23:20','2006-02-15 22:13:08'),(3138,116,2,10250,'1.99','2005-08-01 02:38:42','2006-02-15 22:13:08'),(3139,116,1,10801,'1.99','2005-08-01 22:09:35','2006-02-15 22:13:08'),(3140,116,2,11016,'4.99','2005-08-02 05:19:13','2006-02-15 22:13:08'),(3141,116,2,12376,'2.99','2005-08-18 08:20:29','2006-02-15 22:13:08'),(3142,116,2,13146,'7.99','2005-08-19 12:54:42','2006-02-15 22:13:08'),(3143,116,1,13369,'0.99','2005-08-19 21:19:47','2006-02-15 22:13:08'),(3144,116,1,13474,'0.99','2005-08-20 01:04:32','2006-02-15 22:13:08'),(3145,116,1,13775,'6.99','2005-08-20 11:56:30','2006-02-15 22:13:08'),(3146,116,2,14763,'11.99','2005-08-21 23:34:00','2006-02-15 22:13:08'),(3147,116,1,14907,'2.99','2005-08-22 04:44:09','2006-02-15 22:13:08'),(3148,117,1,700,'0.99','2005-05-29 02:18:54','2006-02-15 22:13:08'),(3149,117,2,1114,'0.99','2005-05-31 16:00:33','2006-02-15 22:13:08'),(3150,117,1,1755,'2.99','2005-06-16 17:18:44','2006-02-15 22:13:08'),(3151,117,2,3218,'2.99','2005-06-21 01:38:09','2006-02-15 22:13:08'),(3152,117,2,5506,'5.99','2005-07-10 00:45:48','2006-02-15 22:13:08'),(3153,117,1,5673,'0.99','2005-07-10 08:21:54','2006-02-15 22:13:08'),(3154,117,1,6093,'9.99','2005-07-11 05:52:50','2006-02-15 22:13:08'),(3155,117,1,6449,'6.99','2005-07-12 00:48:58','2006-02-15 22:13:08'),(3156,117,1,8687,'2.99','2005-07-29 16:19:17','2006-02-15 22:13:08'),(3157,117,2,10556,'2.99','2005-08-01 12:58:42','2006-02-15 22:13:08'),(3158,117,1,10558,'4.99','2005-08-01 13:00:20','2006-02-15 22:13:08'),(3159,117,2,11467,'3.99','2005-08-02 21:47:07','2006-02-15 22:13:08'),(3160,117,1,12143,'2.99','2005-08-18 00:06:26','2006-02-15 22:13:08'),(3161,117,1,12337,'2.99','2005-08-18 07:02:24','2006-02-15 22:13:08'),(3162,117,1,12575,'6.99','2005-08-18 15:37:42','2006-02-15 22:13:08'),(3163,117,1,12618,'4.99','2005-08-18 17:24:02','2006-02-15 22:13:08'),(3164,117,1,14784,'0.99','2005-08-22 00:23:13','2006-02-15 22:13:08'),(3165,117,2,14854,'2.99','2005-08-22 02:26:47','2006-02-15 22:13:08'),(3166,117,1,15432,'2.99','2005-08-23 00:26:52','2006-02-15 22:13:09'),(3167,118,2,351,'5.99','2005-05-27 05:39:03','2006-02-15 22:13:09'),(3168,118,2,1766,'4.99','2005-06-16 17:59:37','2006-02-15 22:13:09'),(3169,118,2,2217,'0.99','2005-06-18 03:12:29','2006-02-15 22:13:09'),(3170,118,1,3263,'4.99','2005-06-21 04:15:52','2006-02-15 22:13:09'),(3171,118,1,4966,'0.99','2005-07-08 23:47:25','2006-02-15 22:13:09'),(3172,118,1,5829,'1.99','2005-07-10 16:29:41','2006-02-15 22:13:09'),(3173,118,1,6377,'0.99','2005-07-11 21:41:16','2006-02-15 22:13:09'),(3174,118,1,6507,'1.99','2005-07-12 03:33:12','2006-02-15 22:13:09'),(3175,118,1,7196,'2.99','2005-07-27 08:49:08','2006-02-15 22:13:09'),(3176,118,1,7850,'4.99','2005-07-28 09:31:13','2006-02-15 22:13:09'),(3177,118,2,7956,'4.99','2005-07-28 13:32:17','2006-02-15 22:13:09'),(3178,118,1,8314,'3.99','2005-07-29 03:35:04','2006-02-15 22:13:09'),(3179,118,2,8760,'7.99','2005-07-29 19:22:40','2006-02-15 22:13:09'),(3180,118,1,8881,'4.99','2005-07-30 00:22:31','2006-02-15 22:13:09'),(3181,118,2,10045,'1.99','2005-07-31 19:04:35','2006-02-15 22:13:09'),(3182,118,2,12538,'2.99','2005-08-18 14:09:09','2006-02-15 22:13:09'),(3183,118,2,13193,'6.99','2005-08-19 14:33:45','2006-02-15 22:13:09'),(3184,118,2,14394,'5.99','2005-08-21 10:23:10','2006-02-15 22:13:09'),(3185,118,2,14595,'7.99','2005-08-21 17:35:17','2006-02-15 22:13:09'),(3186,118,1,14924,'2.99','2005-08-22 05:15:17','2006-02-15 22:13:09'),(3187,118,1,15731,'0.99','2005-08-23 11:33:25','2006-02-15 22:13:09'),(3188,119,2,67,'0.99','2005-05-25 09:41:01','2006-02-15 22:13:09'),(3189,119,1,235,'5.99','2005-05-26 11:51:09','2006-02-15 22:13:09'),(3190,119,2,540,'6.99','2005-05-28 06:40:25','2006-02-15 22:13:09'),(3191,119,1,1179,'7.99','2005-06-15 00:36:50','2006-02-15 22:13:09'),(3192,119,2,2009,'2.99','2005-06-17 11:48:31','2006-02-15 22:13:09'),(3193,119,2,3388,'5.99','2005-06-21 14:34:51','2006-02-15 22:13:09'),(3194,119,2,4840,'8.99','2005-07-08 18:18:16','2006-02-15 22:13:09'),(3195,119,1,5176,'5.99','2005-07-09 09:39:31','2006-02-15 22:13:09'),(3196,119,1,5268,'0.99','2005-07-09 14:22:43','2006-02-15 22:13:09'),(3197,119,1,6079,'7.99','2005-07-11 05:07:14','2006-02-15 22:13:09'),(3198,119,2,6330,'0.99','2005-07-11 19:15:42','2006-02-15 22:13:09'),(3199,119,2,8140,'4.99','2005-07-28 20:17:50','2006-02-15 22:13:09'),(3200,119,1,8183,'5.99','2005-07-28 22:21:07','2006-02-15 22:13:09'),(3201,119,1,8304,'4.99','2005-07-29 03:08:30','2006-02-15 22:13:09'),(3202,119,2,9028,'2.99','2005-07-30 06:00:35','2006-02-15 22:13:09'),(3203,119,1,10101,'0.99','2005-07-31 20:47:29','2006-02-15 22:13:09'),(3204,119,1,10366,'3.99','2005-08-01 06:09:37','2006-02-15 22:13:09'),(3205,119,2,10552,'2.99','2005-08-01 12:49:44','2006-02-15 22:13:09'),(3206,119,1,10681,'4.99','2005-08-01 17:30:35','2006-02-15 22:13:09'),(3207,119,2,11377,'2.99','2005-08-02 18:16:47','2006-02-15 22:13:09'),(3208,119,1,11520,'5.99','2005-08-17 00:04:28','2006-02-15 22:13:09'),(3209,119,2,12576,'2.99','2005-08-18 15:38:31','2006-02-15 22:13:10'),(3210,119,2,12603,'3.99','2005-08-18 16:56:20','2006-02-15 22:13:10'),(3211,119,2,12842,'6.99','2005-08-19 01:57:21','2006-02-15 22:13:10'),(3212,119,1,13581,'4.99','2005-08-20 05:26:15','2006-02-15 22:13:10'),(3213,119,2,14349,'3.99','2005-08-21 08:54:53','2006-02-15 22:13:10'),(3214,119,2,14382,'2.99','2005-08-21 10:01:03','2006-02-15 22:13:10'),(3215,119,2,14643,'6.99','2005-08-21 19:11:58','2006-02-15 22:13:10'),(3216,119,2,14659,'0.99','2005-08-21 19:42:36','2006-02-15 22:13:10'),(3217,119,1,15111,'4.99','2005-08-22 12:21:43','2006-02-15 22:13:10'),(3218,119,2,15131,'3.99','2005-08-22 13:06:26','2006-02-15 22:13:10'),(3219,119,2,15171,'6.99','2005-08-22 15:23:59','2006-02-15 22:13:10'),(3220,119,1,15844,'2.99','2005-08-23 15:38:12','2006-02-15 22:13:10'),(3221,119,2,16028,'3.99','2005-08-23 21:52:56','2006-02-15 22:13:10'),(3222,120,2,68,'7.99','2005-05-25 09:47:31','2006-02-15 22:13:10'),(3223,120,2,532,'0.99','2005-05-28 05:36:58','2006-02-15 22:13:10'),(3224,120,1,1374,'3.99','2005-06-15 14:49:54','2006-02-15 22:13:10'),(3225,120,1,1820,'4.99','2005-06-16 21:34:50','2006-02-15 22:13:10'),(3226,120,2,1932,'2.99','2005-06-17 06:54:41','2006-02-15 22:13:10'),(3227,120,1,2169,'4.99','2005-06-17 23:57:23','2006-02-15 22:13:10'),(3228,120,1,2803,'9.99','2005-06-19 19:18:27','2006-02-15 22:13:10'),(3229,120,1,3133,'2.99','2005-06-20 19:18:32','2006-02-15 22:13:10'),(3230,120,1,4001,'5.99','2005-07-07 00:07:00','2006-02-15 22:13:10'),(3231,120,2,4272,'3.99','2005-07-07 14:39:20','2006-02-15 22:13:10'),(3232,120,2,4342,'0.99','2005-07-07 18:47:03','2006-02-15 22:13:10'),(3233,120,2,4666,'9.99','2005-07-08 10:05:02','2006-02-15 22:13:10'),(3234,120,1,4942,'1.99','2005-07-08 22:42:47','2006-02-15 22:13:10'),(3235,120,2,5288,'1.99','2005-07-09 15:13:07','2006-02-15 22:13:10'),(3236,120,2,6503,'0.99','2005-07-12 03:18:07','2006-02-15 22:13:10'),(3237,120,1,6989,'4.99','2005-07-27 01:00:34','2006-02-15 22:13:10'),(3238,120,2,8046,'0.99','2005-07-28 16:49:41','2006-02-15 22:13:10'),(3239,120,2,8756,'1.99','2005-07-29 19:18:57','2006-02-15 22:13:10'),(3240,120,1,8998,'6.99','2005-07-30 04:54:14','2006-02-15 22:13:10'),(3241,120,2,9907,'6.99','2005-07-31 14:39:50','2006-02-15 22:13:10'),(3242,120,2,10161,'0.99','2005-07-31 23:09:41','2006-02-15 22:13:10'),(3243,120,2,10696,'4.99','2005-08-01 18:18:13','2006-02-15 22:13:10'),(3244,120,1,10940,'3.99','2005-08-02 03:08:29','2006-02-15 22:13:10'),(3245,120,2,11133,'0.99','2005-08-02 09:15:45','2006-02-15 22:13:10'),(3246,120,2,13167,'2.99','2005-08-19 13:36:41','2006-02-15 22:13:10'),(3247,120,2,13375,'7.99','2005-08-19 21:31:31','2006-02-15 22:13:10'),(3248,120,1,14001,'2.99','2005-08-20 20:07:15','2006-02-15 22:13:10'),(3249,120,1,14153,'4.99','2005-08-21 02:24:33','2006-02-15 22:13:10'),(3250,120,1,14246,'4.99','2005-08-21 05:34:09','2006-02-15 22:13:10'),(3251,120,2,14460,'9.99','2005-08-21 12:48:48','2006-02-15 22:13:10'),(3252,120,2,14969,'6.99','2005-08-22 06:49:15','2006-02-15 22:13:10'),(3253,120,1,15780,'4.99','2006-02-14 15:16:03','2006-02-15 22:13:10'),(3254,121,1,217,'4.99','2005-05-26 09:24:26','2006-02-15 22:13:10'),(3255,121,1,1634,'2.99','2005-06-16 08:16:05','2006-02-15 22:13:10'),(3256,121,1,1833,'1.99','2005-06-16 22:45:03','2006-02-15 22:13:10'),(3257,121,2,5670,'0.99','2005-07-10 08:14:52','2006-02-15 22:13:10'),(3258,121,2,6780,'4.99','2005-07-12 16:18:12','2006-02-15 22:13:11'),(3259,121,2,7114,'0.99','2005-07-27 05:42:13','2006-02-15 22:13:11'),(3260,121,1,7185,'0.99','2005-07-27 08:23:54','2006-02-15 22:13:11'),(3261,121,2,7298,'2.99','2005-07-27 12:45:14','2006-02-15 22:13:11'),(3262,121,1,8370,'6.99','2005-07-29 05:16:21','2006-02-15 22:13:11'),(3263,121,2,8788,'1.99','2005-07-29 20:46:44','2006-02-15 22:13:11'),(3264,121,2,8875,'2.99','2005-07-30 00:15:09','2006-02-15 22:13:11'),(3265,121,2,8969,'8.99','2005-07-30 04:00:19','2006-02-15 22:13:11'),(3266,121,2,10457,'5.99','2005-08-01 09:17:34','2006-02-15 22:13:11'),(3267,121,2,11720,'8.99','2005-08-17 07:46:54','2006-02-15 22:13:11'),(3268,121,2,12242,'1.99','2005-08-18 03:37:31','2006-02-15 22:13:11'),(3269,121,2,12428,'3.99','2005-08-18 10:24:21','2006-02-15 22:13:11'),(3270,121,2,12734,'1.99','2005-08-18 22:04:52','2006-02-15 22:13:11'),(3271,121,1,12881,'5.99','2005-08-19 03:28:13','2006-02-15 22:13:11'),(3272,121,2,12892,'0.99','2005-08-19 03:46:34','2006-02-15 22:13:11'),(3273,121,1,14138,'7.99','2005-08-21 01:59:37','2006-02-15 22:13:11'),(3274,121,1,14177,'4.99','2005-08-21 03:11:33','2006-02-15 22:13:11'),(3275,121,2,14412,'9.99','2005-08-21 11:02:09','2006-02-15 22:13:11'),(3276,121,1,14464,'2.99','2005-08-21 12:52:54','2006-02-15 22:13:11'),(3277,121,2,15114,'7.99','2005-08-22 12:24:55','2006-02-15 22:13:11'),(3278,121,1,15369,'0.99','2005-08-22 21:58:06','2006-02-15 22:13:11'),(3279,121,1,16041,'2.99','2005-08-23 22:20:26','2006-02-15 22:13:11'),(3280,122,2,853,'0.99','2005-05-30 01:43:31','2006-02-15 22:13:11'),(3281,122,2,1135,'4.99','2005-05-31 19:15:11','2006-02-15 22:13:11'),(3282,122,1,1211,'0.99','2005-06-15 03:01:20','2006-02-15 22:13:11'),(3283,122,2,1442,'7.99','2005-06-15 18:55:34','2006-02-15 22:13:11'),(3284,122,2,2240,'3.99','2005-06-18 04:28:27','2006-02-15 22:13:11'),(3285,122,1,2253,'0.99','2005-06-18 05:11:43','2006-02-15 22:13:11'),(3286,122,1,2482,'4.99','2005-06-18 21:10:44','2006-02-15 22:13:11'),(3287,122,2,2595,'4.99','2005-06-19 05:43:55','2006-02-15 22:13:11'),(3288,122,2,2834,'1.99','2005-06-19 21:41:46','2006-02-15 22:13:11'),(3289,122,1,3778,'2.99','2005-07-06 13:44:48','2006-02-15 22:13:11'),(3290,122,2,3986,'4.99','2005-07-06 23:25:13','2006-02-15 22:13:11'),(3291,122,1,4239,'7.99','2005-07-07 13:23:17','2006-02-15 22:13:11'),(3292,122,1,4568,'4.99','2005-07-08 05:23:59','2006-02-15 22:13:11'),(3293,122,2,5235,'6.99','2005-07-09 12:54:25','2006-02-15 22:13:11'),(3294,122,2,6231,'0.99','2005-07-11 14:02:36','2006-02-15 22:13:11'),(3295,122,1,6427,'0.99','2005-07-11 23:57:34','2006-02-15 22:13:11'),(3296,122,1,6436,'0.99','2005-07-12 00:18:42','2006-02-15 22:13:11'),(3297,122,2,6974,'7.99','2005-07-27 00:39:16','2006-02-15 22:13:11'),(3298,122,1,7267,'2.99','2005-07-27 11:22:55','2006-02-15 22:13:11'),(3299,122,2,7950,'4.99','2005-07-28 13:21:00','2006-02-15 22:13:11'),(3300,122,1,8077,'2.99','2005-07-28 17:54:35','2006-02-15 22:13:11'),(3301,122,2,8177,'0.99','2005-07-28 21:43:54','2006-02-15 22:13:11'),(3302,122,1,8772,'5.99','2005-07-29 19:55:25','2006-02-15 22:13:11'),(3303,122,2,9910,'4.99','2005-07-31 14:47:57','2006-02-15 22:13:11'),(3304,122,1,10626,'1.99','2005-08-01 15:32:41','2006-02-15 22:13:11'),(3305,122,2,11044,'3.99','2005-08-02 06:05:27','2006-02-15 22:13:12'),(3306,122,2,11197,'2.99','2005-08-02 11:45:07','2006-02-15 22:13:12'),(3307,122,2,12476,'4.99','2005-08-18 12:22:40','2006-02-15 22:13:12'),(3308,122,2,12711,'4.99','2005-08-18 21:03:32','2006-02-15 22:13:12'),(3309,122,1,13171,'2.99','2005-08-19 13:48:54','2006-02-15 22:13:12'),(3310,122,1,13812,'4.99','2005-08-20 13:01:43','2006-02-15 22:13:12'),(3311,122,2,14666,'5.99','2005-08-21 19:51:09','2006-02-15 22:13:12'),(3312,123,1,992,'2.99','2005-05-30 23:47:56','2006-02-15 22:13:12'),(3313,123,2,1490,'4.99','2005-06-15 21:42:17','2006-02-15 22:13:12'),(3314,123,1,1751,'0.99','2005-06-16 17:00:14','2006-02-15 22:13:12'),(3315,123,2,1775,'4.99','2005-06-16 18:28:19','2006-02-15 22:13:12'),(3316,123,2,1951,'0.99','2005-06-17 08:30:35','2006-02-15 22:13:12'),(3317,123,1,2594,'2.99','2005-06-19 05:43:43','2006-02-15 22:13:12'),(3318,123,1,4442,'3.99','2005-07-07 23:05:30','2006-02-15 22:13:12'),(3319,123,1,4860,'8.99','2005-07-08 18:54:07','2006-02-15 22:13:12'),(3320,123,2,7535,'4.99','2005-07-27 21:32:39','2006-02-15 22:13:12'),(3321,123,1,7727,'2.99','2005-07-28 04:52:43','2006-02-15 22:13:12'),(3322,123,2,7768,'0.99','2005-07-28 06:44:03','2006-02-15 22:13:12'),(3323,123,1,7852,'2.99','2005-07-28 09:34:29','2006-02-15 22:13:12'),(3324,123,1,7969,'5.99','2005-07-28 13:57:37','2006-02-15 22:13:12'),(3325,123,2,8699,'4.99','2005-07-29 16:53:00','2006-02-15 22:13:12'),(3326,123,2,9529,'4.99','2005-07-31 01:05:26','2006-02-15 22:13:12'),(3327,123,1,10066,'4.99','2005-07-31 19:30:01','2006-02-15 22:13:12'),(3328,123,2,10295,'8.99','2005-08-01 03:53:49','2006-02-15 22:13:12'),(3329,123,1,12360,'2.99','2005-08-18 07:46:35','2006-02-15 22:13:12'),(3330,123,1,12402,'3.99','2005-08-18 09:27:34','2006-02-15 22:13:12'),(3331,123,1,13668,'2.99','2005-08-20 08:26:06','2006-02-15 22:13:12'),(3332,123,2,15152,'7.99','2005-08-22 14:25:21','2006-02-15 22:13:12'),(3333,123,2,15525,'4.99','2005-08-23 03:43:32','2006-02-15 22:13:12'),(3334,123,1,15621,'1.99','2005-08-23 07:13:43','2006-02-15 22:13:12'),(3335,123,2,15787,'2.99','2005-08-23 13:51:57','2006-02-15 22:13:12'),(3336,124,1,775,'0.99','2005-05-29 13:23:26','2006-02-15 22:13:12'),(3337,124,2,1039,'4.99','2005-05-31 05:32:29','2006-02-15 22:13:12'),(3338,124,2,1057,'3.99','2005-05-31 07:58:06','2006-02-15 22:13:12'),(3339,124,2,1130,'5.99','2005-05-31 18:13:57','2006-02-15 22:13:12'),(3340,124,2,2336,'1.99','2005-06-18 11:00:05','2006-02-15 22:13:12'),(3341,124,1,4341,'7.99','2005-07-07 18:44:23','2006-02-15 22:13:12'),(3342,124,2,4709,'2.99','2005-07-08 12:04:34','2006-02-15 22:13:12'),(3343,124,1,5566,'2.99','2005-07-10 03:30:17','2006-02-15 22:13:12'),(3344,124,1,6411,'2.99','2005-07-11 23:10:50','2006-02-15 22:13:12'),(3345,124,1,7519,'6.99','2005-07-27 21:01:41','2006-02-15 22:13:12'),(3346,124,2,7700,'8.99','2005-07-28 03:54:14','2006-02-15 22:13:12'),(3347,124,2,8524,'0.99','2005-07-29 10:20:07','2006-02-15 22:13:12'),(3348,124,1,9986,'3.99','2005-07-31 17:16:50','2006-02-15 22:13:12'),(3349,124,2,11493,'5.99','2005-08-02 22:47:00','2006-02-15 22:13:12'),(3350,124,1,12835,'4.99','2005-08-19 01:47:45','2006-02-15 22:13:12'),(3351,124,2,14737,'0.99','2005-08-21 22:27:11','2006-02-15 22:13:13'),(3352,124,2,15266,'4.99','2005-08-22 18:37:24','2006-02-15 22:13:13'),(3353,124,2,16023,'0.99','2005-08-23 21:45:02','2006-02-15 22:13:13'),(3354,125,2,185,'3.99','2005-05-26 05:30:03','2006-02-15 22:13:13'),(3355,125,1,1481,'2.99','2005-06-15 21:17:58','2006-02-15 22:13:13'),(3356,125,1,2355,'3.99','2005-06-18 12:57:06','2006-02-15 22:13:13'),(3357,125,1,2826,'7.99','2005-06-19 20:41:35','2006-02-15 22:13:13'),(3358,125,1,3118,'4.99','2005-06-20 18:05:57','2006-02-15 22:13:13'),(3359,125,1,3617,'4.99','2005-07-06 05:58:06','2006-02-15 22:13:13'),(3360,125,1,5200,'2.99','2005-07-09 10:52:09','2006-02-15 22:13:13'),(3361,125,2,5523,'7.99','2005-07-10 01:47:55','2006-02-15 22:13:13'),(3362,125,1,6055,'0.99','2005-07-11 03:59:08','2006-02-15 22:13:13'),(3363,125,2,6268,'6.99','2005-07-11 15:55:34','2006-02-15 22:13:13'),(3364,125,1,7323,'4.99','2005-07-27 13:39:40','2006-02-15 22:13:13'),(3365,125,2,7879,'0.99','2005-07-28 10:27:46','2006-02-15 22:13:13'),(3366,125,2,7922,'0.99','2005-07-28 12:05:25','2006-02-15 22:13:13'),(3367,125,2,8375,'2.99','2005-07-29 05:25:30','2006-02-15 22:13:13'),(3368,125,1,8433,'2.99','2005-07-29 07:19:16','2006-02-15 22:13:13'),(3369,125,1,8832,'4.99','2005-07-29 22:37:49','2006-02-15 22:13:13'),(3370,125,1,9129,'9.99','2005-07-30 09:51:21','2006-02-15 22:13:13'),(3371,125,1,9496,'4.99','2005-07-30 23:55:20','2006-02-15 22:13:13'),(3372,125,2,9504,'0.99','2005-07-31 00:09:07','2006-02-15 22:13:13'),(3373,125,1,9722,'4.99','2005-07-31 08:29:48','2006-02-15 22:13:13'),(3374,125,2,9734,'2.99','2005-07-31 08:57:45','2006-02-15 22:13:13'),(3375,125,1,10583,'2.99','2005-08-01 13:54:35','2006-02-15 22:13:13'),(3376,125,1,10699,'2.99','2005-08-01 18:24:51','2006-02-15 22:13:13'),(3377,125,2,11279,'7.99','2005-08-02 14:30:03','2006-02-15 22:13:13'),(3378,125,1,11806,'4.99','2005-08-17 11:49:28','2006-02-15 22:13:13'),(3379,125,1,11832,'4.99','2005-08-17 12:55:31','2006-02-15 22:13:13'),(3380,125,1,11999,'0.99','2005-08-17 18:47:07','2006-02-15 22:13:13'),(3381,125,1,12075,'4.99','2005-08-17 21:54:55','2006-02-15 22:13:13'),(3382,125,2,12262,'2.99','2005-08-18 04:16:15','2006-02-15 22:13:13'),(3383,125,2,13441,'6.99','2005-08-19 23:48:23','2006-02-15 22:13:13'),(3384,125,2,14456,'2.99','2005-08-21 12:38:09','2006-02-15 22:13:13'),(3385,125,1,15055,'2.99','2005-08-22 10:14:39','2006-02-15 22:13:13'),(3386,126,1,9,'4.99','2005-05-25 00:00:40','2006-02-15 22:13:13'),(3387,126,1,752,'4.99','2005-05-29 10:14:15','2006-02-15 22:13:13'),(3388,126,2,1054,'4.99','2005-05-31 07:33:25','2006-02-15 22:13:13'),(3389,126,1,3450,'2.99','2005-06-21 21:01:57','2006-02-15 22:13:13'),(3390,126,2,3502,'5.99','2005-07-06 00:15:06','2006-02-15 22:13:13'),(3391,126,1,3725,'4.99','2005-07-06 11:15:04','2006-02-15 22:13:13'),(3392,126,1,3804,'7.99','2005-07-06 15:08:08','2006-02-15 22:13:13'),(3393,126,1,4691,'0.99','2005-07-08 11:04:53','2006-02-15 22:13:13'),(3394,126,2,4730,'2.99','2005-07-08 12:59:49','2006-02-15 22:13:13'),(3395,126,2,5137,'0.99','2005-07-09 08:00:34','2006-02-15 22:13:13'),(3396,126,1,5865,'0.99','2005-07-10 18:31:05','2006-02-15 22:13:13'),(3397,126,1,6747,'0.99','2005-07-12 14:33:21','2006-02-15 22:13:14'),(3398,126,2,6755,'6.99','2005-07-12 15:07:49','2006-02-15 22:13:14'),(3399,126,1,7962,'0.99','2005-07-28 13:48:09','2006-02-15 22:13:14'),(3400,126,1,8091,'2.99','2005-07-28 18:27:29','2006-02-15 22:13:14'),(3401,126,1,9492,'6.99','2005-07-30 23:52:21','2006-02-15 22:13:14'),(3402,126,2,10032,'4.99','2005-07-31 18:41:55','2006-02-15 22:13:14'),(3403,126,1,11196,'9.99','2005-08-02 11:42:40','2006-02-15 22:13:14'),(3404,126,2,11613,'4.99','2005-08-17 03:50:33','2006-02-15 22:13:14'),(3405,126,1,11779,'3.99','2005-08-17 10:31:58','2006-02-15 22:13:14'),(3406,126,1,11801,'0.99','2005-08-17 11:30:11','2006-02-15 22:13:14'),(3407,126,2,12991,'2.99','2005-08-19 07:21:24','2006-02-15 22:13:14'),(3408,126,2,13015,'7.99','2005-08-19 07:56:51','2006-02-15 22:13:14'),(3409,126,2,13177,'0.99','2005-08-19 13:56:58','2006-02-15 22:13:14'),(3410,126,2,14477,'2.99','2005-08-21 13:32:38','2006-02-15 22:13:14'),(3411,126,2,14577,'2.99','2005-08-21 16:52:29','2006-02-15 22:13:14'),(3412,126,2,15741,'4.99','2005-08-23 12:10:54','2006-02-15 22:13:14'),(3413,126,1,16007,'7.99','2005-08-23 21:02:43','2006-02-15 22:13:14'),(3414,127,1,452,'0.99','2005-05-27 19:30:33','2006-02-15 22:13:14'),(3415,127,1,708,'0.99','2005-05-29 03:23:47','2006-02-15 22:13:14'),(3416,127,1,1293,'4.99','2005-06-15 09:06:24','2006-02-15 22:13:14'),(3417,127,2,1803,'2.99','2005-06-16 20:32:47','2006-02-15 22:13:14'),(3418,127,2,2412,'3.99','2005-06-18 16:58:58','2006-02-15 22:13:14'),(3419,127,1,4652,'5.99','2005-07-08 09:47:51','2006-02-15 22:13:14'),(3420,127,2,4811,'5.99','2005-07-08 17:04:24','2006-02-15 22:13:14'),(3421,127,2,5499,'2.99','2005-07-10 00:27:45','2006-02-15 22:13:14'),(3422,127,2,5983,'2.99','2005-07-11 00:34:11','2006-02-15 22:13:14'),(3423,127,1,7912,'4.99','2005-07-28 11:46:58','2006-02-15 22:13:14'),(3424,127,2,8209,'6.99','2005-07-28 23:29:28','2006-02-15 22:13:14'),(3425,127,1,9859,'6.99','2005-07-31 13:02:55','2006-02-15 22:13:14'),(3426,127,1,10197,'2.99','2005-08-01 00:35:25','2006-02-15 22:13:14'),(3427,127,1,10787,'10.99','2005-08-01 21:35:01','2006-02-15 22:13:14'),(3428,127,1,10973,'7.99','2005-08-02 04:09:42','2006-02-15 22:13:14'),(3429,127,1,11235,'0.99','2005-08-02 13:13:21','2006-02-15 22:13:14'),(3430,127,2,12060,'4.99','2005-08-17 21:11:57','2006-02-15 22:13:14'),(3431,127,2,12820,'2.99','2005-08-19 01:05:08','2006-02-15 22:13:14'),(3432,127,2,13043,'4.99','2005-08-19 09:07:13','2006-02-15 22:13:14'),(3433,127,1,13091,'2.99','2005-08-19 10:40:10','2006-02-15 22:13:14'),(3434,127,2,14030,'2.99','2005-08-20 21:23:54','2006-02-15 22:13:14'),(3435,127,1,14189,'2.99','2005-08-21 03:32:17','2006-02-15 22:13:14'),(3436,127,1,15463,'5.99','2005-08-23 01:15:07','2006-02-15 22:13:14'),(3437,127,2,15736,'5.99','2005-08-23 11:40:30','2006-02-15 22:13:14'),(3438,128,2,888,'5.99','2005-05-30 07:13:14','2006-02-15 22:13:14'),(3439,128,2,1131,'2.99','2005-05-31 18:44:19','2006-02-15 22:13:14'),(3440,128,2,2519,'7.99','2005-06-19 00:19:21','2006-02-15 22:13:14'),(3441,128,1,2565,'0.99','2005-06-19 03:44:03','2006-02-15 22:13:14'),(3442,128,1,3751,'0.99','2005-07-06 12:23:41','2006-02-15 22:13:14'),(3443,128,2,3995,'5.99','2005-07-06 23:43:03','2006-02-15 22:13:14'),(3444,128,1,5270,'2.99','2005-07-09 14:23:46','2006-02-15 22:13:14'),(3445,128,1,5647,'4.99','2005-07-10 07:08:40','2006-02-15 22:13:15'),(3446,128,2,5997,'4.99','2005-07-11 01:19:50','2006-02-15 22:13:15'),(3447,128,2,6186,'2.99','2005-07-11 11:26:41','2006-02-15 22:13:15'),(3448,128,2,6481,'6.99','2005-07-12 01:50:15','2006-02-15 22:13:15'),(3449,128,2,6687,'2.99','2005-07-12 12:19:23','2006-02-15 22:13:15'),(3450,128,2,7582,'4.99','2005-07-27 23:15:14','2006-02-15 22:13:15'),(3451,128,2,8415,'2.99','2005-07-29 06:52:27','2006-02-15 22:13:15'),(3452,128,2,9215,'5.99','2005-07-30 13:11:11','2006-02-15 22:13:15'),(3453,128,2,9234,'2.99','2005-07-30 13:45:54','2006-02-15 22:13:15'),(3454,128,1,9433,'5.99','2005-07-30 21:28:17','2006-02-15 22:13:15'),(3455,128,2,9858,'2.99','2005-07-31 13:02:07','2006-02-15 22:13:15'),(3456,128,1,9952,'3.99','2005-07-31 15:52:37','2006-02-15 22:13:15'),(3457,128,1,10011,'2.99','2005-07-31 18:02:41','2006-02-15 22:13:15'),(3458,128,1,10394,'2.99','2005-08-01 06:58:17','2006-02-15 22:13:15'),(3459,128,2,12731,'2.99','2005-08-18 21:55:38','2006-02-15 22:13:15'),(3460,128,2,12843,'2.99','2005-08-19 01:58:54','2006-02-15 22:13:15'),(3461,128,2,12910,'0.99','2005-08-19 04:23:13','2006-02-15 22:13:15'),(3462,128,2,13027,'0.99','2005-08-19 08:25:16','2006-02-15 22:13:15'),(3463,128,2,13181,'5.99','2005-08-19 14:00:56','2006-02-15 22:13:15'),(3464,128,1,13509,'0.99','2005-08-20 02:14:16','2006-02-15 22:13:15'),(3465,128,2,13964,'2.99','2005-08-20 18:24:26','2006-02-15 22:13:15'),(3466,128,2,14157,'0.99','2005-08-21 02:43:15','2006-02-15 22:13:15'),(3467,128,1,14925,'8.99','2005-08-22 05:16:16','2006-02-15 22:13:15'),(3468,128,1,15220,'3.99','2005-08-22 17:02:23','2006-02-15 22:13:15'),(3469,128,1,15835,'8.99','2005-08-23 15:25:27','2006-02-15 22:13:15'),(3470,129,2,1732,'0.99','2005-06-16 15:34:41','2006-02-15 22:13:15'),(3471,129,1,2727,'3.99','2005-06-19 15:02:39','2006-02-15 22:13:15'),(3472,129,2,2768,'0.99','2005-06-19 17:46:52','2006-02-15 22:13:15'),(3473,129,2,2795,'4.99','2005-06-19 18:58:53','2006-02-15 22:13:15'),(3474,129,1,3183,'4.99','2005-06-20 22:55:55','2006-02-15 22:13:15'),(3475,129,1,3219,'3.99','2005-06-21 01:43:26','2006-02-15 22:13:15'),(3476,129,1,3689,'0.99','2005-07-06 09:43:01','2006-02-15 22:13:15'),(3477,129,2,3900,'4.99','2005-07-06 19:21:28','2006-02-15 22:13:15'),(3478,129,2,3936,'0.99','2005-07-06 21:15:03','2006-02-15 22:13:15'),(3479,129,2,4256,'2.99','2005-07-07 14:14:36','2006-02-15 22:13:15'),(3480,129,1,4602,'0.99','2005-07-08 06:52:40','2006-02-15 22:13:15'),(3481,129,1,4896,'2.99','2005-07-08 20:23:15','2006-02-15 22:13:15'),(3482,129,1,4996,'0.99','2005-07-09 00:59:46','2006-02-15 22:13:15'),(3483,129,1,5127,'0.99','2005-07-09 07:25:47','2006-02-15 22:13:15'),(3484,129,2,5350,'4.99','2005-07-09 17:39:30','2006-02-15 22:13:15'),(3485,129,1,8339,'4.99','2005-07-29 04:41:13','2006-02-15 22:13:15'),(3486,129,1,8345,'2.99','2005-07-29 04:47:37','2006-02-15 22:13:15'),(3487,129,2,9823,'4.99','2005-07-31 11:49:00','2006-02-15 22:13:15'),(3488,129,1,9983,'7.99','2005-07-31 17:09:36','2006-02-15 22:13:15'),(3489,129,1,10024,'7.99','2005-07-31 18:26:36','2006-02-15 22:13:15'),(3490,129,2,10167,'5.99','2005-07-31 23:24:31','2006-02-15 22:13:15'),(3491,129,2,10395,'2.99','2005-08-01 07:08:22','2006-02-15 22:13:15'),(3492,129,1,10468,'0.99','2005-08-01 09:48:29','2006-02-15 22:13:15'),(3493,129,1,10483,'2.99','2005-08-01 10:19:45','2006-02-15 22:13:16'),(3494,129,2,10550,'2.99','2005-08-01 12:46:52','2006-02-15 22:13:16'),(3495,129,2,10816,'4.99','2005-08-01 22:48:57','2006-02-15 22:13:16'),(3496,129,2,12612,'3.99','2005-08-18 17:10:05','2006-02-15 22:13:16'),(3497,129,2,12728,'4.99','2005-08-18 21:47:48','2006-02-15 22:13:16'),(3498,129,2,13653,'10.99','2005-08-20 07:54:54','2006-02-15 22:13:16'),(3499,129,1,13915,'4.99','2005-08-20 16:42:53','2006-02-15 22:13:16'),(3500,129,1,13919,'4.99','2005-08-20 16:47:34','2006-02-15 22:13:16'),(3501,129,1,13961,'0.99','2005-08-20 18:16:34','2006-02-15 22:13:16'),(3502,129,1,14353,'0.99','2005-08-21 09:07:50','2006-02-15 22:13:16'),(3503,129,2,14968,'1.99','2005-08-22 06:46:59','2006-02-15 22:13:16'),(3504,130,1,1,'2.99','2005-05-24 22:53:30','2006-02-15 22:13:16'),(3505,130,1,746,'2.99','2005-05-29 09:25:10','2006-02-15 22:13:16'),(3506,130,1,1630,'2.99','2005-06-16 07:55:01','2006-02-15 22:13:16'),(3507,130,2,1864,'2.99','2005-06-17 01:39:47','2006-02-15 22:13:16'),(3508,130,2,2163,'2.99','2005-06-17 23:46:16','2006-02-15 22:13:16'),(3509,130,2,2292,'2.99','2005-06-18 07:37:48','2006-02-15 22:13:16'),(3510,130,1,2535,'2.99','2005-06-19 01:39:04','2006-02-15 22:13:16'),(3511,130,1,2982,'6.99','2005-06-20 08:38:29','2006-02-15 22:13:16'),(3512,130,2,4339,'4.99','2005-07-07 18:41:42','2006-02-15 22:13:16'),(3513,130,2,4485,'4.99','2005-07-08 01:07:54','2006-02-15 22:13:16'),(3514,130,1,6353,'3.99','2005-07-11 20:48:56','2006-02-15 22:13:16'),(3515,130,1,7181,'4.99','2005-07-27 08:14:34','2006-02-15 22:13:16'),(3516,130,1,7728,'0.99','2005-07-28 04:56:33','2006-02-15 22:13:16'),(3517,130,1,9452,'0.99','2005-07-30 22:19:16','2006-02-15 22:13:16'),(3518,130,2,9637,'4.99','2005-07-31 05:18:54','2006-02-15 22:13:16'),(3519,130,2,9724,'5.99','2005-07-31 08:33:08','2006-02-15 22:13:16'),(3520,130,2,10568,'2.99','2005-08-01 13:17:28','2006-02-15 22:13:16'),(3521,130,2,10645,'5.99','2005-08-01 15:52:01','2006-02-15 22:13:16'),(3522,130,1,11811,'2.99','2005-08-17 11:59:18','2006-02-15 22:13:16'),(3523,130,1,12094,'2.99','2005-08-17 22:31:04','2006-02-15 22:13:16'),(3524,130,1,12777,'6.99','2005-08-18 23:39:22','2006-02-15 22:13:16'),(3525,130,2,14111,'0.99','2005-08-21 00:59:01','2006-02-15 22:13:16'),(3526,130,2,15574,'5.99','2005-08-23 05:29:32','2006-02-15 22:13:16'),(3527,130,1,15777,'4.99','2005-08-23 13:29:08','2006-02-15 22:13:16'),(3528,131,2,55,'2.99','2005-05-25 08:26:13','2006-02-15 22:13:16'),(3529,131,1,83,'4.99','2005-05-25 12:30:15','2006-02-15 22:13:16'),(3530,131,2,944,'7.99','2005-05-30 15:26:24','2006-02-15 22:13:16'),(3531,131,1,1646,'9.99','2005-06-16 09:12:53','2006-02-15 22:13:16'),(3532,131,2,1768,'4.99','2005-06-16 18:02:06','2006-02-15 22:13:16'),(3533,131,1,3515,'2.99','2005-07-06 00:48:55','2006-02-15 22:13:16'),(3534,131,1,5233,'4.99','2005-07-09 12:44:26','2006-02-15 22:13:16'),(3535,131,1,5395,'4.99','2005-07-09 19:42:37','2006-02-15 22:13:16'),(3536,131,1,5610,'2.99','2005-07-10 05:09:52','2006-02-15 22:13:16'),(3537,131,2,5726,'2.99','2005-07-10 11:22:08','2006-02-15 22:13:16'),(3538,131,1,5874,'3.99','2005-07-10 19:02:51','2006-02-15 22:13:16'),(3539,131,1,7557,'2.99','2005-07-27 22:18:19','2006-02-15 22:13:16'),(3540,131,2,8071,'0.99','2005-07-28 17:27:48','2006-02-15 22:13:16'),(3541,131,1,8267,'6.99','2005-07-29 01:21:02','2006-02-15 22:13:17'),(3542,131,1,8570,'8.99','2005-07-29 11:40:08','2006-02-15 22:13:17'),(3543,131,1,9323,'3.99','2005-07-30 17:21:44','2006-02-15 22:13:17'),(3544,131,1,10179,'2.99','2005-07-31 23:49:54','2006-02-15 22:13:17'),(3545,131,1,10459,'4.99','2005-08-01 09:20:09','2006-02-15 22:13:17'),(3546,131,1,10861,'1.99','2005-08-02 00:12:46','2006-02-15 22:13:17'),(3547,131,2,11971,'0.99','2005-08-17 17:53:42','2006-02-15 22:13:17'),(3548,131,1,11973,'2.99','2005-08-17 17:55:58','2006-02-15 22:13:17'),(3549,131,1,12216,'0.99','2005-08-18 02:37:07','2006-02-15 22:13:17'),(3550,131,2,12263,'0.99','2005-08-18 04:16:18','2006-02-15 22:13:17'),(3551,131,1,12372,'9.99','2005-08-18 08:04:35','2006-02-15 22:13:17'),(3552,131,2,13050,'6.99','2005-08-19 09:31:23','2006-02-15 22:13:17'),(3553,131,2,13346,'7.99','2005-08-19 20:28:21','2006-02-15 22:13:17'),(3554,131,2,13353,'2.99','2005-08-19 20:53:43','2006-02-15 22:13:17'),(3555,131,1,13407,'0.99','2005-08-19 22:26:26','2006-02-15 22:13:17'),(3556,131,2,15659,'2.99','2005-08-23 08:48:43','2006-02-15 22:13:17'),(3557,131,1,16042,'2.99','2005-08-23 22:20:40','2006-02-15 22:13:17'),(3558,132,1,1843,'0.99','2005-06-16 23:53:42','2006-02-15 22:13:17'),(3559,132,1,2208,'4.99','2005-06-18 02:22:07','2006-02-15 22:13:17'),(3560,132,1,2384,'0.99','2005-06-18 15:18:49','2006-02-15 22:13:17'),(3561,132,2,2608,'2.99','2005-06-19 07:10:36','2006-02-15 22:13:17'),(3562,132,2,2924,'4.99','2005-06-20 04:20:14','2006-02-15 22:13:17'),(3563,132,1,3121,'4.99','2005-06-20 18:23:30','2006-02-15 22:13:17'),(3564,132,1,3706,'0.99','2005-07-06 10:18:01','2006-02-15 22:13:17'),(3565,132,2,3825,'2.99','2005-07-06 15:50:03','2006-02-15 22:13:17'),(3566,132,1,4168,'4.99','2005-07-07 09:37:24','2006-02-15 22:13:17'),(3567,132,1,4534,'4.99','2005-07-08 03:36:55','2006-02-15 22:13:17'),(3568,132,1,4557,'5.99','2005-07-08 04:49:15','2006-02-15 22:13:17'),(3569,132,2,4903,'0.99','2005-07-08 20:50:05','2006-02-15 22:13:17'),(3570,132,1,5391,'2.99','2005-07-09 19:28:34','2006-02-15 22:13:17'),(3571,132,2,5684,'5.99','2005-07-10 08:59:03','2006-02-15 22:13:17'),(3572,132,1,5703,'0.99','2005-07-10 10:04:15','2006-02-15 22:13:17'),(3573,132,2,5715,'1.99','2005-07-10 10:48:03','2006-02-15 22:13:17'),(3574,132,1,6239,'6.99','2005-07-11 14:20:48','2006-02-15 22:13:17'),(3575,132,1,6978,'1.99','2005-07-27 00:47:40','2006-02-15 22:13:17'),(3576,132,2,7432,'0.99','2005-07-27 17:31:40','2006-02-15 22:13:17'),(3577,132,1,7631,'1.99','2005-07-28 01:01:15','2006-02-15 22:13:17'),(3578,132,2,10243,'4.99','2005-08-01 02:18:46','2006-02-15 22:13:17'),(3579,132,1,10400,'6.99','2005-08-01 07:18:24','2006-02-15 22:13:17'),(3580,132,2,10619,'3.99','2005-08-01 15:07:04','2006-02-15 22:13:17'),(3581,132,1,10638,'6.99','2005-08-01 15:44:20','2006-02-15 22:13:17'),(3582,132,2,11140,'0.99','2005-08-02 09:27:45','2006-02-15 22:13:17'),(3583,132,2,11812,'0.99','2005-08-17 12:00:54','2006-02-15 22:13:17'),(3584,132,2,12133,'0.99','2005-08-17 23:47:16','2006-02-15 22:13:17'),(3585,132,1,15874,'4.99','2005-08-23 16:30:55','2006-02-15 22:13:17'),(3586,133,1,275,'6.99','2005-05-26 17:09:53','2006-02-15 22:13:17'),(3587,133,2,447,'2.99','2005-05-27 18:57:02','2006-02-15 22:13:17'),(3588,133,2,1522,'3.99','2005-06-16 00:17:39','2006-02-15 22:13:17'),(3589,133,2,2665,'7.99','2005-06-19 11:12:35','2006-02-15 22:13:18'),(3590,133,1,3006,'0.99','2005-06-20 10:10:29','2006-02-15 22:13:18'),(3591,133,2,3365,'0.99','2005-06-21 12:55:48','2006-02-15 22:13:18'),(3592,133,2,4506,'6.99','2005-07-08 02:22:18','2006-02-15 22:13:18'),(3593,133,2,4566,'2.99','2005-07-08 05:18:50','2006-02-15 22:13:18'),(3594,133,1,4681,'6.99','2005-07-08 10:36:03','2006-02-15 22:13:18'),(3595,133,2,4829,'2.99','2005-07-08 17:54:18','2006-02-15 22:13:18'),(3596,133,2,5063,'2.99','2005-07-09 04:37:31','2006-02-15 22:13:18'),(3597,133,1,6157,'4.99','2005-07-11 09:48:16','2006-02-15 22:13:18'),(3598,133,1,6609,'3.99','2005-07-12 08:19:41','2006-02-15 22:13:18'),(3599,133,1,7177,'2.99','2005-07-27 08:07:39','2006-02-15 22:13:18'),(3600,133,1,7400,'0.99','2005-07-27 16:16:37','2006-02-15 22:13:18'),(3601,133,2,8389,'6.99','2005-07-29 05:50:09','2006-02-15 22:13:18'),(3602,133,2,9139,'2.99','2005-07-30 10:11:52','2006-02-15 22:13:18'),(3603,133,1,9175,'0.99','2005-07-30 11:47:48','2006-02-15 22:13:18'),(3604,133,2,9671,'0.99','2005-07-31 06:33:41','2006-02-15 22:13:18'),(3605,133,1,10665,'0.99','2005-08-01 16:56:17','2006-02-15 22:13:18'),(3606,133,1,12419,'4.99','2005-08-18 10:01:48','2006-02-15 22:13:18'),(3607,133,1,12834,'4.99','2005-08-19 01:47:30','2006-02-15 22:13:18'),(3608,133,2,13323,'2.99','2005-08-19 19:48:07','2006-02-15 22:13:18'),(3609,133,1,13455,'1.99','2005-08-20 00:32:17','2006-02-15 22:13:18'),(3610,133,2,13910,'2.99','2005-08-20 16:30:49','2006-02-15 22:13:18'),(3611,133,2,15080,'0.99','2005-08-22 11:11:51','2006-02-15 22:13:18'),(3612,133,1,16009,'6.99','2005-08-23 21:07:59','2006-02-15 22:13:18'),(3613,134,1,366,'3.99','2005-05-27 07:33:54','2006-02-15 22:13:18'),(3614,134,2,798,'0.99','2005-05-29 17:23:43','2006-02-15 22:13:18'),(3615,134,1,814,'6.99','2005-05-29 20:16:12','2006-02-15 22:13:18'),(3616,134,2,1124,'4.99','2005-05-31 16:49:34','2006-02-15 22:13:18'),(3617,134,1,1618,'9.99','2005-06-16 07:08:38','2006-02-15 22:13:18'),(3618,134,2,1784,'0.99','2005-06-16 19:25:32','2006-02-15 22:13:18'),(3619,134,2,1881,'0.99','2005-06-17 03:09:56','2006-02-15 22:13:18'),(3620,134,1,3267,'5.99','2005-06-21 04:55:21','2006-02-15 22:13:18'),(3621,134,1,5315,'4.99','2005-07-09 16:09:19','2006-02-15 22:13:18'),(3622,134,2,6226,'2.99','2005-07-11 13:48:11','2006-02-15 22:13:18'),(3623,134,1,6659,'0.99','2005-07-12 11:18:05','2006-02-15 22:13:18'),(3624,134,2,7516,'2.99','2005-07-27 20:55:28','2006-02-15 22:13:18'),(3625,134,2,7965,'4.99','2005-07-28 13:52:57','2006-02-15 22:13:18'),(3626,134,2,8650,'1.99','2005-07-29 14:59:04','2006-02-15 22:13:18'),(3627,134,1,10864,'6.99','2005-08-02 00:18:59','2006-02-15 22:13:18'),(3628,134,1,11280,'3.99','2005-08-02 14:34:33','2006-02-15 22:13:18'),(3629,134,1,11283,'4.99','2005-08-02 14:39:46','2006-02-15 22:13:18'),(3630,134,2,11482,'4.99','2005-08-02 22:24:31','2006-02-15 22:13:18'),(3631,134,1,12754,'7.99','2005-08-18 22:37:41','2006-02-15 22:13:18'),(3632,134,2,12987,'2.99','2005-08-19 07:11:44','2006-02-15 22:13:19'),(3633,134,2,13006,'2.99','2005-08-19 07:47:16','2006-02-15 22:13:19'),(3634,134,2,14265,'2.99','2005-08-21 06:20:14','2006-02-15 22:13:19'),(3635,134,2,15963,'2.99','2005-08-23 19:42:46','2006-02-15 22:13:19'),(3636,135,1,78,'5.99','2005-05-25 11:35:18','2006-02-15 22:13:19'),(3637,135,2,753,'3.99','2005-05-29 10:16:42','2006-02-15 22:13:19'),(3638,135,2,1272,'0.99','2005-06-15 07:42:58','2006-02-15 22:13:19'),(3639,135,2,1671,'1.99','2005-06-16 10:30:22','2006-02-15 22:13:19'),(3640,135,2,2941,'2.99','2005-06-20 05:22:18','2006-02-15 22:13:19'),(3641,135,1,4102,'0.99','2005-07-07 06:25:19','2006-02-15 22:13:19'),(3642,135,2,5054,'7.99','2005-07-09 04:01:02','2006-02-15 22:13:19'),(3643,135,1,5541,'0.99','2005-07-10 02:44:27','2006-02-15 22:13:19'),(3644,135,1,6117,'3.99','2005-07-11 07:39:38','2006-02-15 22:13:19'),(3645,135,1,6461,'3.99','2005-07-12 01:14:03','2006-02-15 22:13:19'),(3646,135,1,6817,'3.99','2005-07-12 18:19:57','2006-02-15 22:13:19'),(3647,135,2,7297,'4.99','2005-07-27 12:39:48','2006-02-15 22:13:19'),(3648,135,1,7437,'0.99','2005-07-27 17:39:18','2006-02-15 22:13:19'),(3649,135,1,7554,'7.99','2005-07-27 22:12:41','2006-02-15 22:13:19'),(3650,135,1,7734,'0.99','2005-07-28 05:08:44','2006-02-15 22:13:19'),(3651,135,1,8315,'0.99','2005-07-29 03:37:07','2006-02-15 22:13:19'),(3652,135,2,8885,'7.99','2005-07-30 00:36:26','2006-02-15 22:13:19'),(3653,135,1,8987,'6.99','2005-07-30 04:37:36','2006-02-15 22:13:19'),(3654,135,2,10091,'4.99','2005-07-31 20:23:13','2006-02-15 22:13:19'),(3655,135,2,10471,'0.99','2005-08-01 09:52:37','2006-02-15 22:13:19'),(3656,135,1,10611,'2.99','2005-08-01 14:53:52','2006-02-15 22:13:19'),(3657,135,1,10698,'3.99','2005-08-01 18:24:41','2006-02-15 22:13:19'),(3658,135,2,11194,'5.99','2005-08-02 11:35:53','2006-02-15 22:13:19'),(3659,135,1,11704,'7.99','2005-08-17 07:21:22','2006-02-15 22:13:19'),(3660,135,1,12249,'2.99','2005-08-18 03:53:34','2006-02-15 22:13:19'),(3661,135,1,13035,'0.99','2005-08-19 08:46:45','2006-02-15 22:13:19'),(3662,135,1,14005,'0.99','2005-08-20 20:19:05','2006-02-15 22:13:19'),(3663,135,2,14136,'5.99','2005-08-21 01:57:26','2006-02-15 22:13:19'),(3664,135,2,15908,'2.99','2005-08-23 17:42:00','2006-02-15 22:13:19'),(3665,135,1,13390,'0.99','2006-02-14 15:16:03','2006-02-15 22:13:19'),(3666,136,2,1150,'2.99','2005-05-31 21:20:09','2006-02-15 22:13:19'),(3667,136,2,2104,'2.99','2005-06-17 19:14:30','2006-02-15 22:13:19'),(3668,136,1,4927,'0.99','2005-07-08 22:05:35','2006-02-15 22:13:19'),(3669,136,1,5627,'3.99','2005-07-10 05:51:12','2006-02-15 22:13:19'),(3670,136,2,6142,'3.99','2005-07-11 08:54:09','2006-02-15 22:13:19'),(3671,136,1,6585,'8.99','2005-07-12 06:50:52','2006-02-15 22:13:19'),(3672,136,2,9319,'0.99','2005-07-30 17:15:27','2006-02-15 22:13:19'),(3673,136,2,9764,'5.99','2005-07-31 09:42:58','2006-02-15 22:13:19'),(3674,136,2,11992,'10.99','2005-08-17 18:27:22','2006-02-15 22:13:19'),(3675,136,1,12287,'5.99','2005-08-18 04:58:06','2006-02-15 22:13:19'),(3676,136,2,12539,'0.99','2005-08-18 14:10:09','2006-02-15 22:13:19'),(3677,136,2,13992,'4.99','2005-08-20 19:30:35','2006-02-15 22:13:19'),(3678,136,2,14379,'0.99','2005-08-21 09:53:03','2006-02-15 22:13:19'),(3679,136,1,14437,'2.99','2005-08-21 11:48:32','2006-02-15 22:13:19'),(3680,136,1,15439,'4.99','2005-08-23 00:34:28','2006-02-15 22:13:20'),(3681,137,1,925,'2.99','2005-05-30 12:13:52','2006-02-15 22:13:20'),(3682,137,1,2469,'6.99','2005-06-18 20:24:23','2006-02-15 22:13:20'),(3683,137,1,2785,'2.99','2005-06-19 18:43:57','2006-02-15 22:13:20'),(3684,137,2,3058,'3.99','2005-06-20 13:28:35','2006-02-15 22:13:20'),(3685,137,1,3436,'5.99','2005-06-21 19:16:09','2006-02-15 22:13:20'),(3686,137,2,3589,'4.99','2005-07-06 04:30:18','2006-02-15 22:13:20'),(3687,137,2,3676,'5.99','2005-07-06 09:10:37','2006-02-15 22:13:20'),(3688,137,2,3874,'6.99','2005-07-06 18:06:12','2006-02-15 22:13:20'),(3689,137,1,4332,'6.99','2005-07-07 18:25:26','2006-02-15 22:13:20'),(3690,137,2,4474,'3.99','2005-07-08 00:26:56','2006-02-15 22:13:20'),(3691,137,1,5106,'2.99','2005-07-09 06:40:24','2006-02-15 22:13:20'),(3692,137,1,5443,'3.99','2005-07-09 21:56:09','2006-02-15 22:13:20'),(3693,137,1,5804,'2.99','2005-07-10 15:06:31','2006-02-15 22:13:20'),(3694,137,1,6039,'6.99','2005-07-11 03:12:19','2006-02-15 22:13:20'),(3695,137,2,6200,'0.99','2005-07-11 12:16:42','2006-02-15 22:13:20'),(3696,137,1,8028,'8.99','2005-07-28 16:11:15','2006-02-15 22:13:20'),(3697,137,1,8106,'4.99','2005-07-28 19:02:46','2006-02-15 22:13:20'),(3698,137,2,8954,'2.99','2005-07-30 03:25:51','2006-02-15 22:13:20'),(3699,137,1,9002,'4.99','2005-07-30 05:02:21','2006-02-15 22:13:20'),(3700,137,2,9200,'4.99','2005-07-30 12:39:52','2006-02-15 22:13:20'),(3701,137,2,9466,'7.99','2005-07-30 22:44:36','2006-02-15 22:13:20'),(3702,137,1,9709,'4.99','2005-07-31 08:04:55','2006-02-15 22:13:20'),(3703,137,1,9789,'2.99','2005-07-31 10:30:25','2006-02-15 22:13:20'),(3704,137,1,10175,'6.99','2005-07-31 23:40:11','2006-02-15 22:13:20'),(3705,137,2,10595,'4.99','2005-08-01 14:16:28','2006-02-15 22:13:20'),(3706,137,2,10842,'5.99','2005-08-01 23:41:24','2006-02-15 22:13:20'),(3707,137,2,11057,'4.99','2005-08-02 06:38:19','2006-02-15 22:13:20'),(3708,137,1,11281,'3.99','2005-08-02 14:35:01','2006-02-15 22:13:20'),(3709,137,2,11732,'3.99','2005-08-17 08:29:46','2006-02-15 22:13:20'),(3710,137,1,12078,'2.99','2005-08-17 22:00:22','2006-02-15 22:13:20'),(3711,137,1,13148,'0.99','2005-08-19 12:55:30','2006-02-15 22:13:20'),(3712,137,1,13472,'5.99','2005-08-20 01:03:31','2006-02-15 22:13:20'),(3713,137,1,13776,'5.99','2005-08-20 11:57:06','2006-02-15 22:13:20'),(3714,137,1,14754,'7.99','2005-08-21 23:17:26','2006-02-15 22:13:20'),(3715,137,2,15082,'7.99','2005-08-22 11:17:06','2006-02-15 22:13:20'),(3716,137,1,15133,'0.99','2005-08-22 13:17:43','2006-02-15 22:13:20'),(3717,137,2,15537,'2.99','2005-08-23 04:00:30','2006-02-15 22:13:20'),(3718,137,2,15889,'4.99','2005-08-23 16:57:43','2006-02-15 22:13:20'),(3719,137,1,16030,'9.99','2005-08-23 21:56:04','2006-02-15 22:13:20'),(3720,138,1,523,'2.99','2005-05-28 03:53:26','2006-02-15 22:13:20'),(3721,138,1,1020,'0.99','2005-05-31 03:06:08','2006-02-15 22:13:20'),(3722,138,2,1316,'0.99','2005-06-15 10:26:23','2006-02-15 22:13:20'),(3723,138,2,2038,'0.99','2005-06-17 14:00:51','2006-02-15 22:13:20'),(3724,138,1,2731,'7.99','2005-06-19 15:14:55','2006-02-15 22:13:20'),(3725,138,2,3481,'2.99','2005-07-05 23:13:07','2006-02-15 22:13:20'),(3726,138,1,5378,'0.99','2005-07-09 19:05:56','2006-02-15 22:13:20'),(3727,138,1,5600,'1.99','2005-07-10 04:55:45','2006-02-15 22:13:20'),(3728,138,1,5679,'4.99','2005-07-10 08:44:02','2006-02-15 22:13:21'),(3729,138,1,6458,'2.99','2005-07-12 01:08:52','2006-02-15 22:13:21'),(3730,138,1,6892,'0.99','2005-07-12 21:10:04','2006-02-15 22:13:21'),(3731,138,1,7208,'2.99','2005-07-27 09:16:28','2006-02-15 22:13:21'),(3732,138,1,7754,'2.99','2005-07-28 06:10:55','2006-02-15 22:13:21'),(3733,138,2,8123,'4.99','2005-07-28 19:28:23','2006-02-15 22:13:21'),(3734,138,2,8160,'3.99','2005-07-28 21:10:30','2006-02-15 22:13:21'),(3735,138,1,8424,'3.99','2005-07-29 07:06:03','2006-02-15 22:13:21'),(3736,138,2,9259,'1.99','2005-07-30 14:37:44','2006-02-15 22:13:21'),(3737,138,1,9619,'0.99','2005-07-31 04:17:02','2006-02-15 22:13:21'),(3738,138,1,9947,'9.99','2005-07-31 15:49:40','2006-02-15 22:13:21'),(3739,138,1,10110,'0.99','2005-07-31 21:06:12','2006-02-15 22:13:21'),(3740,138,2,10190,'4.99','2005-08-01 00:27:53','2006-02-15 22:13:21'),(3741,138,1,10268,'3.99','2005-08-01 03:08:56','2006-02-15 22:13:21'),(3742,138,1,10431,'5.99','2005-08-01 08:41:54','2006-02-15 22:13:21'),(3743,138,1,11015,'4.99','2005-08-02 05:13:00','2006-02-15 22:13:21'),(3744,138,1,11088,'0.99','2005-08-02 07:48:31','2006-02-15 22:13:21'),(3745,138,1,11463,'0.99','2005-08-02 21:37:36','2006-02-15 22:13:21'),(3746,138,2,12550,'2.99','2005-08-18 14:40:38','2006-02-15 22:13:21'),(3747,138,2,12873,'2.99','2005-08-19 03:05:41','2006-02-15 22:13:21'),(3748,138,1,14194,'1.99','2005-08-21 03:40:11','2006-02-15 22:13:21'),(3749,138,2,14432,'4.99','2005-08-21 11:36:15','2006-02-15 22:13:21'),(3750,138,2,14486,'4.99','2005-08-21 13:52:54','2006-02-15 22:13:21'),(3751,138,1,14987,'4.99','2005-08-22 07:41:08','2006-02-15 22:13:21'),(3752,138,1,15424,'2.99','2005-08-23 00:03:01','2006-02-15 22:13:21'),(3753,138,1,15501,'0.99','2005-08-23 02:39:56','2006-02-15 22:13:21'),(3754,139,2,1169,'2.99','2005-06-14 23:42:56','2006-02-15 22:13:21'),(3755,139,1,1736,'2.99','2005-06-16 15:52:32','2006-02-15 22:13:21'),(3756,139,1,2659,'0.99','2005-06-19 10:47:42','2006-02-15 22:13:21'),(3757,139,2,2718,'7.99','2005-06-19 14:49:42','2006-02-15 22:13:21'),(3758,139,2,4660,'0.99','2005-07-08 09:54:47','2006-02-15 22:13:21'),(3759,139,2,4663,'2.99','2005-07-08 09:59:18','2006-02-15 22:13:21'),(3760,139,2,5092,'2.99','2005-07-09 05:57:39','2006-02-15 22:13:21'),(3761,139,2,5265,'7.99','2005-07-09 14:15:01','2006-02-15 22:13:21'),(3762,139,1,5390,'6.99','2005-07-09 19:26:22','2006-02-15 22:13:21'),(3763,139,1,5494,'6.99','2005-07-10 00:15:00','2006-02-15 22:13:21'),(3764,139,1,6496,'6.99','2005-07-12 02:57:39','2006-02-15 22:13:21'),(3765,139,2,6740,'0.99','2005-07-12 14:22:08','2006-02-15 22:13:21'),(3766,139,1,7369,'0.99','2005-07-27 15:07:58','2006-02-15 22:13:21'),(3767,139,2,7767,'5.99','2005-07-28 06:42:02','2006-02-15 22:13:21'),(3768,139,2,9415,'2.99','2005-07-30 20:48:31','2006-02-15 22:13:21'),(3769,139,2,9920,'4.99','2005-07-31 14:57:13','2006-02-15 22:13:21'),(3770,139,1,10900,'2.99','2005-08-02 01:34:26','2006-02-15 22:13:21'),(3771,139,1,12859,'6.99','2005-08-19 02:23:23','2006-02-15 22:13:21'),(3772,139,2,13401,'3.99','2005-08-19 22:16:16','2006-02-15 22:13:21'),(3773,139,2,14736,'5.99','2005-08-21 22:25:53','2006-02-15 22:13:21'),(3774,139,1,14788,'2.99','2005-08-22 00:27:59','2006-02-15 22:13:21'),(3775,139,1,15024,'2.99','2005-08-22 08:57:10','2006-02-15 22:13:22'),(3776,139,2,15029,'2.99','2005-08-22 09:04:53','2006-02-15 22:13:22'),(3777,139,1,15062,'2.99','2005-08-22 10:34:39','2006-02-15 22:13:22'),(3778,139,1,15218,'9.99','2005-08-22 16:59:05','2006-02-15 22:13:22'),(3779,139,1,15471,'3.99','2005-08-23 01:38:48','2006-02-15 22:13:22'),(3780,139,1,15743,'0.99','2005-08-23 12:12:05','2006-02-15 22:13:22'),(3781,140,1,1586,'4.99','2005-06-16 04:51:18','2006-02-15 22:13:22'),(3782,140,1,1687,'2.99','2005-06-16 12:09:20','2006-02-15 22:13:22'),(3783,140,2,2332,'6.99','2005-06-18 10:53:51','2006-02-15 22:13:22'),(3784,140,2,3171,'0.99','2005-06-20 22:15:47','2006-02-15 22:13:22'),(3785,140,1,6286,'4.99','2005-07-11 16:55:35','2006-02-15 22:13:22'),(3786,140,1,6407,'9.99','2005-07-11 23:02:19','2006-02-15 22:13:22'),(3787,140,2,6571,'0.99','2005-07-12 05:51:47','2006-02-15 22:13:22'),(3788,140,1,6918,'2.99','2005-07-12 22:30:29','2006-02-15 22:13:22'),(3789,140,1,7170,'4.99','2005-07-27 07:58:26','2006-02-15 22:13:22'),(3790,140,1,9094,'4.99','2005-07-30 08:35:10','2006-02-15 22:13:22'),(3791,140,1,9404,'0.99','2005-07-30 20:21:35','2006-02-15 22:13:22'),(3792,140,1,10342,'6.99','2005-08-01 05:11:11','2006-02-15 22:13:22'),(3793,140,2,11430,'3.99','2005-08-02 20:04:36','2006-02-15 22:13:22'),(3794,140,1,12086,'4.99','2005-08-17 22:20:01','2006-02-15 22:13:22'),(3795,140,1,12675,'4.99','2005-08-18 19:34:02','2006-02-15 22:13:22'),(3796,140,2,13053,'10.99','2005-08-19 09:31:48','2006-02-15 22:13:22'),(3797,140,1,15261,'2.99','2005-08-22 18:24:34','2006-02-15 22:13:22'),(3798,140,1,15852,'2.99','2005-08-23 15:47:02','2006-02-15 22:13:22'),(3799,141,2,930,'2.99','2005-05-30 12:44:57','2006-02-15 22:13:22'),(3800,141,2,1242,'7.99','2005-06-15 05:05:07','2006-02-15 22:13:22'),(3801,141,2,2895,'7.99','2005-06-20 02:26:31','2006-02-15 22:13:22'),(3802,141,1,3434,'4.99','2005-06-21 19:08:28','2006-02-15 22:13:22'),(3803,141,1,4057,'1.99','2005-07-07 04:00:20','2006-02-15 22:13:22'),(3804,141,2,4297,'0.99','2005-07-07 16:24:09','2006-02-15 22:13:22'),(3805,141,1,4656,'5.99','2005-07-08 09:50:10','2006-02-15 22:13:22'),(3806,141,2,5062,'2.99','2005-07-09 04:36:49','2006-02-15 22:13:22'),(3807,141,1,5769,'0.99','2005-07-10 13:17:58','2006-02-15 22:13:22'),(3808,141,2,6979,'4.99','2005-07-27 00:49:53','2006-02-15 22:13:22'),(3809,141,2,7878,'2.99','2005-07-28 10:27:10','2006-02-15 22:13:22'),(3810,141,1,8434,'4.99','2005-07-29 07:20:14','2006-02-15 22:13:22'),(3811,141,2,9073,'7.99','2005-07-30 07:49:56','2006-02-15 22:13:22'),(3812,141,1,9584,'4.99','2005-07-31 03:05:48','2006-02-15 22:13:22'),(3813,141,2,9683,'2.99','2005-07-31 06:47:13','2006-02-15 22:13:22'),(3814,141,1,10287,'3.99','2005-08-01 03:37:01','2006-02-15 22:13:22'),(3815,141,1,10379,'1.99','2005-08-01 06:34:29','2006-02-15 22:13:22'),(3816,141,1,10798,'4.99','2005-08-01 22:03:10','2006-02-15 22:13:22'),(3817,141,1,11411,'2.99','2005-08-02 19:29:47','2006-02-15 22:13:22'),(3818,141,1,11412,'5.99','2005-08-02 19:32:51','2006-02-15 22:13:22'),(3819,141,1,12032,'5.99','2005-08-17 20:14:26','2006-02-15 22:13:23'),(3820,141,1,12093,'2.99','2005-08-17 22:28:40','2006-02-15 22:13:23'),(3821,141,2,12107,'3.99','2005-08-17 22:56:24','2006-02-15 22:13:23'),(3822,141,2,12353,'2.99','2005-08-18 07:33:08','2006-02-15 22:13:23'),(3823,141,1,13000,'0.99','2005-08-19 07:36:42','2006-02-15 22:13:23'),(3824,141,2,13169,'2.99','2005-08-19 13:43:35','2006-02-15 22:13:23'),(3825,141,2,13470,'4.99','2005-08-20 01:01:16','2006-02-15 22:13:23'),(3826,141,2,14059,'7.99','2005-08-20 22:24:44','2006-02-15 22:13:23'),(3827,141,1,14112,'2.99','2005-08-21 01:00:46','2006-02-15 22:13:23'),(3828,141,1,15013,'4.99','2005-08-22 08:42:45','2006-02-15 22:13:23'),(3829,141,1,15309,'0.99','2005-08-22 19:54:52','2006-02-15 22:13:23'),(3830,141,1,15964,'2.99','2005-08-23 19:45:25','2006-02-15 22:13:23'),(3831,142,2,11,'8.99','2005-05-25 00:09:02','2006-02-15 22:13:23'),(3832,142,1,148,'0.99','2005-05-26 00:25:23','2006-02-15 22:13:23'),(3833,142,1,575,'9.99','2005-05-28 10:56:09','2006-02-15 22:13:23'),(3834,142,1,1268,'1.99','2005-06-15 07:29:30','2006-02-15 22:13:23'),(3835,142,1,3214,'2.99','2005-06-21 01:08:26','2006-02-15 22:13:23'),(3836,142,2,3492,'2.99','2005-07-05 23:44:37','2006-02-15 22:13:23'),(3837,142,2,4497,'4.99','2005-07-08 01:51:32','2006-02-15 22:13:23'),(3838,142,1,4531,'4.99','2005-07-08 03:27:59','2006-02-15 22:13:23'),(3839,142,1,6522,'0.99','2005-07-12 04:11:58','2006-02-15 22:13:23'),(3840,142,1,7764,'2.99','2005-07-28 06:40:05','2006-02-15 22:13:23'),(3841,142,2,8513,'2.99','2005-07-29 09:52:59','2006-02-15 22:13:23'),(3842,142,2,8623,'4.99','2005-07-29 13:55:11','2006-02-15 22:13:23'),(3843,142,1,9020,'7.99','2005-07-30 05:31:27','2006-02-15 22:13:23'),(3844,142,1,9131,'2.99','2005-07-30 09:55:57','2006-02-15 22:13:23'),(3845,142,1,9419,'5.99','2005-07-30 21:04:59','2006-02-15 22:13:23'),(3846,142,2,10934,'5.99','2005-08-02 02:52:18','2006-02-15 22:13:23'),(3847,142,2,11244,'5.99','2005-08-02 13:33:24','2006-02-15 22:13:23'),(3848,142,1,12964,'0.99','2005-08-19 06:29:13','2006-02-15 22:13:23'),(3849,142,1,13044,'0.99','2005-08-19 09:14:31','2006-02-15 22:13:23'),(3850,142,2,13745,'0.99','2005-08-20 10:53:49','2006-02-15 22:13:23'),(3851,142,1,13959,'0.99','2005-08-20 18:16:21','2006-02-15 22:13:23'),(3852,142,2,14116,'4.99','2005-08-21 01:11:17','2006-02-15 22:13:23'),(3853,142,2,14813,'0.99','2005-08-22 01:11:37','2006-02-15 22:13:23'),(3854,142,2,15333,'2.99','2005-08-22 20:44:06','2006-02-15 22:13:23'),(3855,142,1,15477,'1.99','2005-08-23 01:46:35','2006-02-15 22:13:23'),(3856,142,1,15454,'0.99','2006-02-14 15:16:03','2006-02-15 22:13:23'),(3857,143,1,221,'2.99','2005-05-26 10:14:09','2006-02-15 22:13:23'),(3858,143,1,312,'2.99','2005-05-26 22:52:19','2006-02-15 22:13:23'),(3859,143,2,1898,'1.99','2005-06-17 04:28:11','2006-02-15 22:13:23'),(3860,143,1,1942,'4.99','2005-06-17 07:43:39','2006-02-15 22:13:23'),(3861,143,2,2251,'3.99','2005-06-18 05:05:08','2006-02-15 22:13:24'),(3862,143,1,2574,'0.99','2005-06-19 04:23:52','2006-02-15 22:13:24'),(3863,143,1,2588,'4.99','2005-06-19 05:20:31','2006-02-15 22:13:24'),(3864,143,1,4031,'7.99','2005-07-07 02:32:07','2006-02-15 22:13:24'),(3865,143,2,4221,'0.99','2005-07-07 12:18:57','2006-02-15 22:13:24'),(3866,143,1,4585,'7.99','2005-07-08 06:11:58','2006-02-15 22:13:24'),(3867,143,2,6076,'6.99','2005-07-11 05:05:30','2006-02-15 22:13:24'),(3868,143,2,6207,'4.99','2005-07-11 12:34:24','2006-02-15 22:13:24'),(3869,143,1,8312,'0.99','2005-07-29 03:32:38','2006-02-15 22:13:24'),(3870,143,1,8335,'0.99','2005-07-29 04:18:25','2006-02-15 22:13:24'),(3871,143,2,9889,'1.99','2005-07-31 14:02:50','2006-02-15 22:13:24'),(3872,143,1,10118,'0.99','2005-07-31 21:16:31','2006-02-15 22:13:24'),(3873,143,1,11278,'6.99','2005-08-02 14:29:43','2006-02-15 22:13:24'),(3874,143,2,11651,'6.99','2005-08-17 05:02:25','2006-02-15 22:13:24'),(3875,143,1,12408,'2.99','2005-08-18 09:40:38','2006-02-15 22:13:24'),(3876,143,2,13835,'4.99','2005-08-20 14:06:33','2006-02-15 22:13:24'),(3877,143,1,15250,'5.99','2005-08-22 18:03:11','2006-02-15 22:13:24'),(3878,143,1,16029,'4.99','2005-08-23 21:54:02','2006-02-15 22:13:24'),(3879,144,1,323,'2.99','2005-05-27 00:49:27','2006-02-15 22:13:24'),(3880,144,2,345,'2.99','2005-05-27 04:32:25','2006-02-15 22:13:24'),(3881,144,1,1814,'5.99','2005-06-16 21:15:22','2006-02-15 22:13:24'),(3882,144,1,1943,'0.99','2005-06-17 07:49:17','2006-02-15 22:13:24'),(3883,144,1,2756,'4.99','2005-06-19 16:57:42','2006-02-15 22:13:24'),(3884,144,2,3019,'4.99','2005-06-20 11:11:52','2006-02-15 22:13:24'),(3885,144,1,3145,'2.99','2005-06-20 20:21:17','2006-02-15 22:13:24'),(3886,144,1,3321,'2.99','2005-06-21 08:33:26','2006-02-15 22:13:24'),(3887,144,1,4726,'6.99','2005-07-08 12:50:54','2006-02-15 22:13:24'),(3888,144,2,4818,'3.99','2005-07-08 17:18:22','2006-02-15 22:13:24'),(3889,144,2,5049,'0.99','2005-07-09 03:54:12','2006-02-15 22:13:24'),(3890,144,2,5374,'8.99','2005-07-09 18:52:08','2006-02-15 22:13:24'),(3891,144,2,5408,'7.99','2005-07-09 20:16:51','2006-02-15 22:13:24'),(3892,144,2,5526,'7.99','2005-07-10 02:04:03','2006-02-15 22:13:24'),(3893,144,2,6614,'7.99','2005-07-12 08:33:49','2006-02-15 22:13:24'),(3894,144,2,6791,'9.99','2005-07-12 16:35:07','2006-02-15 22:13:24'),(3895,144,2,7378,'5.99','2005-07-27 15:31:33','2006-02-15 22:13:24'),(3896,144,2,7566,'2.99','2005-07-27 22:34:45','2006-02-15 22:13:24'),(3897,144,1,7830,'0.99','2005-07-28 08:43:49','2006-02-15 22:13:24'),(3898,144,1,7858,'3.99','2005-07-28 09:50:18','2006-02-15 22:13:24'),(3899,144,2,8459,'5.99','2005-07-29 08:05:40','2006-02-15 22:13:24'),(3900,144,1,8983,'0.99','2005-07-30 04:31:08','2006-02-15 22:13:24'),(3901,144,1,9034,'7.99','2005-07-30 06:10:58','2006-02-15 22:13:24'),(3902,144,1,9098,'3.99','2005-07-30 08:44:21','2006-02-15 22:13:25'),(3903,144,2,9174,'4.99','2005-07-30 11:42:10','2006-02-15 22:13:25'),(3904,144,2,9714,'0.99','2005-07-31 08:15:32','2006-02-15 22:13:25'),(3905,144,1,10302,'0.99','2005-08-01 04:12:08','2006-02-15 22:13:25'),(3906,144,1,10593,'4.99','2005-08-01 14:13:19','2006-02-15 22:13:25'),(3907,144,1,10740,'5.99','2005-08-01 19:50:32','2006-02-15 22:13:25'),(3908,144,1,10951,'4.99','2005-08-02 03:26:35','2006-02-15 22:13:25'),(3909,144,1,11228,'2.99','2005-08-02 12:55:23','2006-02-15 22:13:25'),(3910,144,2,11476,'6.99','2005-08-02 22:03:47','2006-02-15 22:13:25'),(3911,144,1,11534,'7.99','2005-08-17 00:35:27','2006-02-15 22:13:25'),(3912,144,1,11859,'4.99','2005-08-17 13:51:20','2006-02-15 22:13:25'),(3913,144,2,12087,'2.99','2005-08-17 22:20:12','2006-02-15 22:13:25'),(3914,144,2,12733,'2.99','2005-08-18 21:59:00','2006-02-15 22:13:25'),(3915,144,1,12858,'3.99','2005-08-19 02:22:16','2006-02-15 22:13:25'),(3916,144,2,12980,'6.99','2005-08-19 07:03:14','2006-02-15 22:13:25'),(3917,144,2,13881,'2.99','2005-08-20 15:18:55','2006-02-15 22:13:25'),(3918,144,2,14159,'2.99','2005-08-21 02:45:58','2006-02-15 22:13:25'),(3919,144,1,15017,'1.99','2005-08-22 08:47:44','2006-02-15 22:13:25'),(3920,144,1,15753,'7.99','2005-08-23 12:43:30','2006-02-15 22:13:25'),(3921,145,1,500,'0.99','2005-05-28 01:05:25','2006-02-15 22:13:25'),(3922,145,2,2271,'4.99','2005-06-18 06:29:52','2006-02-15 22:13:25'),(3923,145,2,2614,'0.99','2005-06-19 07:28:11','2006-02-15 22:13:25'),(3924,145,1,3647,'5.99','2005-07-06 07:29:17','2006-02-15 22:13:25'),(3925,145,2,4201,'8.99','2005-07-07 11:19:51','2006-02-15 22:13:25'),(3926,145,1,4364,'4.99','2005-07-07 19:46:51','2006-02-15 22:13:25'),(3927,145,2,4405,'6.99','2005-07-07 21:33:16','2006-02-15 22:13:26'),(3928,145,1,4470,'2.99','2005-07-08 00:20:57','2006-02-15 22:13:26'),(3929,145,2,4817,'2.99','2005-07-08 17:17:31','2006-02-15 22:13:26'),(3930,145,2,6056,'2.99','2005-07-11 04:01:27','2006-02-15 22:13:26'),(3931,145,1,6339,'1.99','2005-07-11 19:45:32','2006-02-15 22:13:26'),(3932,145,2,6378,'0.99','2005-07-11 21:45:23','2006-02-15 22:13:26'),(3933,145,2,7061,'2.99','2005-07-27 03:51:10','2006-02-15 22:13:26'),(3934,145,1,7529,'7.99','2005-07-27 21:18:08','2006-02-15 22:13:26'),(3935,145,2,7954,'0.99','2005-07-28 13:25:05','2006-02-15 22:13:26'),(3936,145,1,8380,'0.99','2005-07-29 05:31:29','2006-02-15 22:13:26'),(3937,145,1,9156,'2.99','2005-07-30 11:04:55','2006-02-15 22:13:26'),(3938,145,2,9576,'0.99','2005-07-31 02:52:59','2006-02-15 22:13:26'),(3939,145,2,10799,'4.99','2005-08-01 22:03:31','2006-02-15 22:13:26'),(3940,145,2,11904,'5.99','2005-08-17 15:39:26','2006-02-15 22:13:26'),(3941,145,2,11954,'2.99','2005-08-17 17:18:36','2006-02-15 22:13:26'),(3942,145,1,12637,'2.99','2005-08-18 18:06:53','2006-02-15 22:13:26'),(3943,145,2,12785,'2.99','2005-08-19 00:05:49','2006-02-15 22:13:26'),(3944,145,2,13012,'7.99','2005-08-19 07:54:59','2006-02-15 22:13:26'),(3945,145,1,13164,'3.99','2005-08-19 13:30:55','2006-02-15 22:13:26'),(3946,145,2,13272,'0.99','2005-08-19 17:49:13','2006-02-15 22:13:26'),(3947,145,2,14044,'5.99','2005-08-20 21:48:38','2006-02-15 22:13:26'),(3948,145,2,14389,'6.99','2005-08-21 10:15:20','2006-02-15 22:13:26'),(3949,146,2,762,'7.99','2005-05-29 11:15:51','2006-02-15 22:13:26'),(3950,146,1,1073,'4.99','2005-05-31 09:55:04','2006-02-15 22:13:26'),(3951,146,2,1209,'7.99','2005-06-15 02:31:12','2006-02-15 22:13:26'),(3952,146,2,1724,'1.99','2005-06-16 15:15:43','2006-02-15 22:13:26'),(3953,146,2,2099,'2.99','2005-06-17 18:47:26','2006-02-15 22:13:26'),(3954,146,1,2242,'3.99','2005-06-18 04:32:28','2006-02-15 22:13:26'),(3955,146,1,2342,'2.99','2005-06-18 11:42:40','2006-02-15 22:13:26'),(3956,146,1,2800,'0.99','2005-06-19 19:15:56','2006-02-15 22:13:26'),(3957,146,1,3131,'4.99','2005-06-20 19:08:00','2006-02-15 22:13:26'),(3958,146,1,4849,'6.99','2005-07-08 18:34:34','2006-02-15 22:13:26'),(3959,146,2,5000,'4.99','2005-07-09 01:16:13','2006-02-15 22:13:26'),(3960,146,1,6102,'7.99','2005-07-11 06:53:09','2006-02-15 22:13:26'),(3961,146,2,6184,'6.99','2005-07-11 11:19:21','2006-02-15 22:13:26'),(3962,146,1,6327,'4.99','2005-07-11 19:07:29','2006-02-15 22:13:26'),(3963,146,1,6990,'0.99','2005-07-27 01:02:46','2006-02-15 22:13:26'),(3964,146,2,8246,'3.99','2005-07-29 00:38:41','2006-02-15 22:13:26'),(3965,146,2,11173,'7.99','2005-08-02 10:28:00','2006-02-15 22:13:26'),(3966,146,1,11221,'2.99','2005-08-02 12:32:12','2006-02-15 22:13:26'),(3967,146,2,11370,'0.99','2005-08-02 18:06:01','2006-02-15 22:13:26'),(3968,146,2,11392,'5.99','2005-08-02 18:41:11','2006-02-15 22:13:26'),(3969,146,1,11573,'4.99','2005-08-17 01:38:18','2006-02-15 22:13:27'),(3970,146,1,11857,'4.99','2005-08-17 13:48:30','2006-02-15 22:13:27'),(3971,146,1,12129,'7.99','2005-08-17 23:31:25','2006-02-15 22:13:27'),(3972,146,1,12385,'2.99','2005-08-18 08:39:33','2006-02-15 22:13:27'),(3973,146,1,12888,'4.99','2005-08-19 03:41:09','2006-02-15 22:13:27'),(3974,146,1,13606,'4.99','2005-08-20 06:07:01','2006-02-15 22:13:27'),(3975,146,2,13829,'4.99','2005-08-20 13:50:17','2006-02-15 22:13:27'),(3976,146,2,14143,'2.99','2005-08-21 02:10:32','2006-02-15 22:13:27'),(3977,146,1,15842,'6.99','2005-08-23 15:36:05','2006-02-15 22:13:27'),(3978,147,1,362,'0.99','2005-05-27 07:10:25','2006-02-15 22:13:27'),(3979,147,1,509,'0.99','2005-05-28 02:51:12','2006-02-15 22:13:27'),(3980,147,1,2171,'0.99','2005-06-18 00:06:04','2006-02-15 22:13:27'),(3981,147,1,2456,'6.99','2005-06-18 19:36:50','2006-02-15 22:13:27'),(3982,147,2,2859,'2.99','2005-06-19 23:18:42','2006-02-15 22:13:27'),(3983,147,2,3011,'5.99','2005-06-20 10:39:10','2006-02-15 22:13:27'),(3984,147,2,3919,'7.99','2005-07-06 20:26:21','2006-02-15 22:13:27'),(3985,147,2,3956,'2.99','2005-07-06 22:01:51','2006-02-15 22:13:27'),(3986,147,2,4792,'0.99','2005-07-08 16:29:38','2006-02-15 22:13:27'),(3987,147,2,5044,'0.99','2005-07-09 03:30:25','2006-02-15 22:13:27'),(3988,147,1,5567,'2.99','2005-07-10 03:36:46','2006-02-15 22:13:27'),(3989,147,1,5844,'0.99','2005-07-10 17:14:43','2006-02-15 22:13:27'),(3990,147,2,6343,'0.99','2005-07-11 19:51:35','2006-02-15 22:13:27'),(3991,147,2,6469,'4.99','2005-07-12 01:29:27','2006-02-15 22:13:27'),(3992,147,2,6753,'2.99','2005-07-12 14:55:42','2006-02-15 22:13:27'),(3993,147,2,7044,'0.99','2005-07-27 03:27:29','2006-02-15 22:13:27'),(3994,147,1,7723,'0.99','2005-07-28 04:45:37','2006-02-15 22:13:27'),(3995,147,1,8893,'2.99','2005-07-30 00:48:19','2006-02-15 22:13:27'),(3996,147,2,9772,'0.99','2005-07-31 09:56:07','2006-02-15 22:13:27'),(3997,147,1,10706,'7.99','2005-08-01 18:41:28','2006-02-15 22:13:27'),(3998,147,2,10752,'8.99','2005-08-01 20:08:49','2006-02-15 22:13:27'),(3999,147,1,12284,'4.99','2005-08-18 04:55:49','2006-02-15 22:13:27'),(4000,147,1,12757,'4.99','2005-08-18 22:57:45','2006-02-15 22:13:27'),(4001,147,2,13542,'4.99','2005-08-20 03:41:57','2006-02-15 22:13:27'),(4002,147,2,13670,'3.99','2005-08-20 08:27:01','2006-02-15 22:13:27'),(4003,147,2,14021,'4.99','2005-08-20 21:02:12','2006-02-15 22:13:27'),(4004,147,1,14156,'0.99','2005-08-21 02:35:16','2006-02-15 22:13:27'),(4005,147,2,14641,'0.99','2005-08-21 19:05:23','2006-02-15 22:13:27'),(4006,147,2,14960,'4.99','2005-08-22 06:31:36','2006-02-15 22:13:27'),(4007,147,1,15052,'2.99','2005-08-22 10:09:19','2006-02-15 22:13:27'),(4008,147,2,15331,'4.99','2005-08-22 20:37:57','2006-02-15 22:13:28'),(4009,147,2,15513,'4.99','2005-08-23 03:01:56','2006-02-15 22:13:28'),(4010,147,1,15730,'8.99','2005-08-23 11:32:35','2006-02-15 22:13:28'),(4011,147,2,16004,'6.99','2005-08-23 20:53:20','2006-02-15 22:13:28'),(4012,148,1,682,'4.99','2005-05-28 23:53:18','2006-02-15 22:13:28'),(4013,148,1,1501,'1.99','2005-06-15 22:02:35','2006-02-15 22:13:28'),(4014,148,2,1517,'6.99','2005-06-15 23:20:26','2006-02-15 22:13:28'),(4015,148,2,2751,'3.99','2005-06-19 16:39:23','2006-02-15 22:13:28'),(4016,148,2,2843,'3.99','2005-06-19 22:36:39','2006-02-15 22:13:28'),(4017,148,2,2847,'5.99','2005-06-19 22:54:01','2006-02-15 22:13:28'),(4018,148,1,3653,'0.99','2005-07-06 07:45:13','2006-02-15 22:13:28'),(4019,148,1,4080,'0.99','2005-07-07 05:09:54','2006-02-15 22:13:28'),(4020,148,1,4746,'2.99','2005-07-08 13:47:55','2006-02-15 22:13:28'),(4021,148,1,4950,'2.99','2005-07-08 22:58:07','2006-02-15 22:13:28'),(4022,148,1,5034,'4.99','2005-07-09 02:48:15','2006-02-15 22:13:28'),(4023,148,1,5372,'4.99','2005-07-09 18:48:39','2006-02-15 22:13:28'),(4024,148,1,6169,'1.99','2005-07-11 10:25:56','2006-02-15 22:13:28'),(4025,148,1,6640,'8.99','2005-07-12 10:27:19','2006-02-15 22:13:28'),(4026,148,2,6793,'10.99','2005-07-12 16:37:55','2006-02-15 22:13:28'),(4027,148,1,7656,'0.99','2005-07-28 02:07:19','2006-02-15 22:13:28'),(4028,148,2,7693,'4.99','2005-07-28 03:31:22','2006-02-15 22:13:28'),(4029,148,1,7865,'9.99','2005-07-28 10:07:04','2006-02-15 22:13:28'),(4030,148,2,8111,'4.99','2005-07-28 19:10:03','2006-02-15 22:13:28'),(4031,148,2,8331,'3.99','2005-07-29 04:13:29','2006-02-15 22:13:28'),(4032,148,1,8394,'4.99','2005-07-29 06:02:14','2006-02-15 22:13:28'),(4033,148,2,8578,'4.99','2005-07-29 11:58:14','2006-02-15 22:13:28'),(4034,148,2,8626,'4.99','2005-07-29 14:03:20','2006-02-15 22:13:28'),(4035,148,1,9023,'5.99','2005-07-30 05:36:40','2006-02-15 22:13:28'),(4036,148,1,9106,'2.99','2005-07-30 08:52:34','2006-02-15 22:13:28'),(4037,148,1,9530,'1.99','2005-07-31 01:09:06','2006-02-15 22:13:28'),(4038,148,1,9594,'4.99','2005-07-31 03:23:52','2006-02-15 22:13:28'),(4039,148,2,10067,'4.99','2005-07-31 19:37:58','2006-02-15 22:13:28'),(4040,148,2,10830,'6.99','2005-08-01 23:18:06','2006-02-15 22:13:28'),(4041,148,1,11357,'10.99','2005-08-02 17:42:49','2006-02-15 22:13:28'),(4042,148,1,12029,'2.99','2005-08-17 20:07:01','2006-02-15 22:13:28'),(4043,148,2,12038,'0.99','2005-08-17 20:28:26','2006-02-15 22:13:28'),(4044,148,2,12512,'3.99','2005-08-18 13:28:27','2006-02-15 22:13:28'),(4045,148,1,12944,'6.99','2005-08-19 05:48:12','2006-02-15 22:13:28'),(4046,148,1,12983,'6.99','2005-08-19 07:06:51','2006-02-15 22:13:29'),(4047,148,1,14055,'0.99','2005-08-20 22:18:00','2006-02-15 22:13:29'),(4048,148,1,14155,'4.99','2005-08-21 02:31:35','2006-02-15 22:13:29'),(4049,148,2,14184,'6.99','2005-08-21 03:24:50','2006-02-15 22:13:29'),(4050,148,2,14629,'2.99','2005-08-21 18:39:52','2006-02-15 22:13:29'),(4051,148,2,14713,'0.99','2005-08-21 21:27:24','2006-02-15 22:13:29'),(4052,148,2,14879,'5.99','2005-08-22 03:42:12','2006-02-15 22:13:29'),(4053,148,2,14965,'2.99','2005-08-22 06:45:53','2006-02-15 22:13:29'),(4054,148,2,15237,'4.99','2005-08-22 17:44:30','2006-02-15 22:13:29'),(4055,148,2,15379,'8.99','2005-08-22 22:26:13','2006-02-15 22:13:29'),(4056,148,1,15541,'3.99','2005-08-23 04:13:53','2006-02-15 22:13:29'),(4057,148,2,15586,'3.99','2005-08-23 05:57:04','2006-02-15 22:13:29'),(4058,149,1,764,'4.99','2005-05-29 11:37:35','2006-02-15 22:13:29'),(4059,149,2,1521,'2.99','2005-06-15 23:58:53','2006-02-15 22:13:29'),(4060,149,1,1800,'2.99','2005-06-16 20:18:46','2006-02-15 22:13:29'),(4061,149,2,1996,'6.99','2005-06-17 11:17:45','2006-02-15 22:13:29'),(4062,149,2,2194,'4.99','2005-06-18 01:41:37','2006-02-15 22:13:29'),(4063,149,1,2305,'5.99','2005-06-18 08:31:18','2006-02-15 22:13:29'),(4064,149,2,2383,'7.99','2005-06-18 15:17:59','2006-02-15 22:13:29'),(4065,149,1,2752,'0.99','2005-06-19 16:44:18','2006-02-15 22:13:29'),(4066,149,1,3894,'2.99','2005-07-06 19:01:39','2006-02-15 22:13:29'),(4067,149,1,3939,'6.99','2005-07-06 21:16:32','2006-02-15 22:13:29'),(4068,149,1,4766,'3.99','2005-07-08 15:16:04','2006-02-15 22:13:29'),(4069,149,1,4837,'0.99','2005-07-08 18:09:12','2006-02-15 22:13:29'),(4070,149,1,5091,'2.99','2005-07-09 05:52:54','2006-02-15 22:13:29'),(4071,149,1,5298,'10.99','2005-07-09 15:36:17','2006-02-15 22:13:29'),(4072,149,1,6356,'4.99','2005-07-11 20:57:48','2006-02-15 22:13:29'),(4073,149,2,6940,'5.99','2005-07-26 23:18:35','2006-02-15 22:13:29'),(4074,149,2,7559,'4.99','2005-07-27 22:20:03','2006-02-15 22:13:29'),(4075,149,1,7989,'6.99','2005-07-28 14:39:05','2006-02-15 22:13:29'),(4076,149,2,10154,'2.99','2005-07-31 22:30:49','2006-02-15 22:13:29'),(4077,149,2,10737,'7.99','2005-08-01 19:31:24','2006-02-15 22:13:29'),(4078,149,2,10967,'0.99','2005-08-02 04:02:16','2006-02-15 22:13:29'),(4079,149,1,11561,'2.99','2005-08-17 01:23:09','2006-02-15 22:13:29'),(4080,149,1,12000,'4.99','2005-08-17 18:49:44','2006-02-15 22:13:29'),(4081,149,1,14771,'3.99','2005-08-21 23:50:15','2006-02-15 22:13:29'),(4082,149,2,15479,'4.99','2005-08-23 01:50:53','2006-02-15 22:13:29'),(4083,149,2,15562,'2.99','2005-08-23 05:04:33','2006-02-15 22:13:29'),(4084,150,1,422,'3.99','2005-05-27 15:31:55','2006-02-15 22:13:29'),(4085,150,1,609,'2.99','2005-05-28 15:04:02','2006-02-15 22:13:29'),(4086,150,1,995,'3.99','2005-05-31 00:06:02','2006-02-15 22:13:29'),(4087,150,2,3187,'1.99','2005-06-20 23:06:07','2006-02-15 22:13:29'),(4088,150,1,3456,'5.99','2005-06-21 21:19:47','2006-02-15 22:13:29'),(4089,150,1,4271,'6.99','2005-07-07 14:38:52','2006-02-15 22:13:29'),(4090,150,1,6633,'2.99','2005-07-12 09:35:42','2006-02-15 22:13:29'),(4091,150,2,7690,'4.99','2005-07-28 03:26:21','2006-02-15 22:13:30'),(4092,150,1,9121,'2.99','2005-07-30 09:36:26','2006-02-15 22:13:30'),(4093,150,1,10686,'2.99','2005-08-01 17:51:21','2006-02-15 22:13:30'),(4094,150,2,11123,'2.99','2005-08-02 08:54:17','2006-02-15 22:13:30'),(4095,150,2,11789,'6.99','2005-08-17 10:59:24','2006-02-15 22:13:30'),(4096,150,2,12260,'6.99','2005-08-18 04:15:43','2006-02-15 22:13:30'),(4097,150,2,12335,'2.99','2005-08-18 06:59:15','2006-02-15 22:13:30'),(4098,150,2,12627,'2.99','2005-08-18 17:37:11','2006-02-15 22:13:30'),(4099,150,1,12887,'1.99','2005-08-19 03:38:54','2006-02-15 22:13:30'),(4100,150,2,12890,'0.99','2005-08-19 03:42:08','2006-02-15 22:13:30'),(4101,150,1,13116,'6.99','2005-08-19 11:31:41','2006-02-15 22:13:30'),(4102,150,2,13255,'8.99','2005-08-19 16:54:12','2006-02-15 22:13:30'),(4103,150,1,13372,'2.99','2005-08-19 21:23:19','2006-02-15 22:13:30'),(4104,150,2,13599,'5.99','2005-08-20 06:00:03','2006-02-15 22:13:30'),(4105,150,2,14165,'0.99','2005-08-21 02:59:17','2006-02-15 22:13:30'),(4106,150,2,14454,'2.99','2005-08-21 12:35:49','2006-02-15 22:13:30'),(4107,150,2,14520,'9.99','2005-08-21 15:00:49','2006-02-15 22:13:30'),(4108,150,1,14663,'0.99','2005-08-21 19:47:55','2006-02-15 22:13:30'),(4109,151,2,164,'4.99','2005-05-26 02:26:49','2006-02-15 22:13:30'),(4110,151,2,418,'5.99','2005-05-27 15:13:17','2006-02-15 22:13:30'),(4111,151,2,2474,'2.99','2005-06-18 20:51:34','2006-02-15 22:13:30'),(4112,151,2,2947,'2.99','2005-06-20 06:00:21','2006-02-15 22:13:30'),(4113,151,1,3017,'3.99','2005-06-20 11:08:56','2006-02-15 22:13:30'),(4114,151,2,3089,'0.99','2005-06-20 15:57:01','2006-02-15 22:13:30'),(4115,151,2,3390,'2.99','2005-06-21 15:10:50','2006-02-15 22:13:30'),(4116,151,1,4376,'2.99','2005-07-07 20:24:33','2006-02-15 22:13:30'),(4117,151,2,6720,'0.99','2005-07-12 13:41:16','2006-02-15 22:13:30'),(4118,151,2,6768,'3.99','2005-07-12 15:47:51','2006-02-15 22:13:30'),(4119,151,2,6854,'0.99','2005-07-12 19:38:57','2006-02-15 22:13:30'),(4120,151,1,7189,'0.99','2005-07-27 08:35:02','2006-02-15 22:13:30'),(4121,151,2,7332,'3.99','2005-07-27 13:58:57','2006-02-15 22:13:30'),(4122,151,1,9253,'4.99','2005-07-30 14:20:12','2006-02-15 22:13:30'),(4123,151,1,9890,'4.99','2005-07-31 14:04:44','2006-02-15 22:13:30'),(4124,151,1,9969,'2.99','2005-07-31 16:38:12','2006-02-15 22:13:30'),(4125,151,1,10078,'2.99','2005-07-31 20:02:02','2006-02-15 22:13:30'),(4126,151,1,10311,'4.99','2005-08-01 04:27:59','2006-02-15 22:13:30'),(4127,151,1,10662,'2.99','2005-08-01 16:50:57','2006-02-15 22:13:30'),(4128,151,2,11714,'2.99','2005-08-17 07:34:55','2006-02-15 22:13:30'),(4129,151,2,13230,'0.99','2005-08-19 16:12:07','2006-02-15 22:13:30'),(4130,151,1,13568,'5.99','2005-08-20 05:02:46','2006-02-15 22:13:30'),(4131,151,1,14856,'4.99','2005-08-22 02:31:51','2006-02-15 22:13:30'),(4132,151,2,14922,'3.99','2005-08-22 05:13:05','2006-02-15 22:13:30'),(4133,151,1,15227,'4.99','2005-08-22 17:22:41','2006-02-15 22:13:30'),(4134,151,1,15926,'2.99','2005-08-23 18:20:56','2006-02-15 22:13:31'),(4135,151,2,15996,'2.99','2005-08-23 20:31:38','2006-02-15 22:13:31'),(4136,152,2,359,'4.99','2005-05-27 06:48:33','2006-02-15 22:13:31'),(4137,152,1,745,'4.99','2005-05-29 09:22:57','2006-02-15 22:13:31'),(4138,152,1,2882,'4.99','2005-06-20 01:26:26','2006-02-15 22:13:31'),(4139,152,2,3577,'2.99','2005-07-06 03:40:36','2006-02-15 22:13:31'),(4140,152,1,3786,'7.99','2005-07-06 14:00:41','2006-02-15 22:13:31'),(4141,152,1,4974,'4.99','2005-07-09 00:00:36','2006-02-15 22:13:31'),(4142,152,1,6273,'0.99','2005-07-11 16:08:41','2006-02-15 22:13:31'),(4143,152,1,6612,'2.99','2005-07-12 08:28:33','2006-02-15 22:13:31'),(4144,152,1,9010,'5.99','2005-07-30 05:12:04','2006-02-15 22:13:31'),(4145,152,1,10320,'6.99','2005-08-01 04:39:26','2006-02-15 22:13:31'),(4146,152,2,11638,'6.99','2005-08-17 04:39:09','2006-02-15 22:13:31'),(4147,152,2,11783,'0.99','2005-08-17 10:39:24','2006-02-15 22:13:31'),(4148,152,1,12697,'2.99','2005-08-18 20:14:56','2006-02-15 22:13:31'),(4149,152,1,12917,'4.99','2005-08-19 04:27:11','2006-02-15 22:13:31'),(4150,152,2,12960,'1.99','2005-08-19 06:21:52','2006-02-15 22:13:31'),(4151,152,1,13204,'4.99','2005-08-19 15:02:48','2006-02-15 22:13:31'),(4152,152,2,13484,'0.99','2005-08-20 01:16:52','2006-02-15 22:13:31'),(4153,152,1,13986,'0.99','2005-08-20 19:13:23','2006-02-15 22:13:31'),(4154,152,1,14173,'0.99','2005-08-21 03:01:01','2006-02-15 22:13:31'),(4155,152,2,14668,'4.99','2005-08-21 19:51:30','2006-02-15 22:13:31'),(4156,152,2,11848,'4.99','2006-02-14 15:16:03','2006-02-15 22:13:31'),(4157,153,1,2224,'0.99','2005-06-18 03:33:58','2006-02-15 22:13:31'),(4158,153,1,2649,'0.99','2005-06-19 10:20:09','2006-02-15 22:13:31'),(4159,153,1,2893,'4.99','2005-06-20 02:22:08','2006-02-15 22:13:31'),(4160,153,1,2945,'5.99','2005-06-20 05:49:27','2006-02-15 22:13:31'),(4161,153,1,3795,'0.99','2005-07-06 14:37:41','2006-02-15 22:13:31'),(4162,153,1,3949,'0.99','2005-07-06 21:46:36','2006-02-15 22:13:31'),(4163,153,1,4194,'5.99','2005-07-07 10:59:39','2006-02-15 22:13:31'),(4164,153,2,4670,'5.99','2005-07-08 10:14:18','2006-02-15 22:13:31'),(4165,153,2,5676,'0.99','2005-07-10 08:38:32','2006-02-15 22:13:31'),(4166,153,2,5771,'0.99','2005-07-10 13:26:45','2006-02-15 22:13:31'),(4167,153,2,6818,'9.99','2005-07-12 18:20:54','2006-02-15 22:13:31'),(4168,153,2,7824,'7.99','2005-07-28 08:34:47','2006-02-15 22:13:31'),(4169,153,2,9936,'0.99','2005-07-31 15:27:41','2006-02-15 22:13:31'),(4170,153,2,10015,'4.99','2005-07-31 18:11:17','2006-02-15 22:13:31'),(4171,153,2,11368,'4.99','2005-08-02 18:03:05','2006-02-15 22:13:31'),(4172,153,1,12103,'1.99','2005-08-17 22:49:09','2006-02-15 22:13:31'),(4173,153,1,12439,'3.99','2005-08-18 10:44:57','2006-02-15 22:13:31'),(4174,153,1,12882,'4.99','2005-08-19 03:33:46','2006-02-15 22:13:31'),(4175,153,1,14664,'4.99','2005-08-21 19:48:47','2006-02-15 22:13:31'),(4176,153,1,14747,'4.99','2005-08-21 23:00:02','2006-02-15 22:13:31'),(4177,153,1,14944,'4.99','2005-08-22 06:01:26','2006-02-15 22:13:31'),(4178,153,2,15267,'0.99','2005-08-22 18:37:48','2006-02-15 22:13:31'),(4179,153,2,15444,'7.99','2005-08-23 00:46:52','2006-02-15 22:13:32'),(4180,153,1,15593,'1.99','2005-08-23 06:15:09','2006-02-15 22:13:32'),(4181,154,1,469,'5.99','2005-05-27 21:14:26','2006-02-15 22:13:32'),(4182,154,2,865,'7.99','2005-05-30 03:39:44','2006-02-15 22:13:32'),(4183,154,2,978,'5.99','2005-05-30 21:30:52','2006-02-15 22:13:32'),(4184,154,1,1963,'0.99','2005-06-17 09:09:31','2006-02-15 22:13:32'),(4185,154,1,2886,'4.99','2005-06-20 01:38:39','2006-02-15 22:13:32'),(4186,154,1,2985,'2.99','2005-06-20 08:45:08','2006-02-15 22:13:32'),(4187,154,2,3806,'7.99','2005-07-06 15:09:41','2006-02-15 22:13:32'),(4188,154,2,3912,'0.99','2005-07-06 20:10:03','2006-02-15 22:13:32'),(4189,154,2,4132,'4.99','2005-07-07 08:06:07','2006-02-15 22:13:32'),(4190,154,1,4252,'2.99','2005-07-07 14:13:05','2006-02-15 22:13:32'),(4191,154,1,4850,'5.99','2005-07-08 18:39:31','2006-02-15 22:13:32'),(4192,154,1,5101,'0.99','2005-07-09 06:21:29','2006-02-15 22:13:32'),(4193,154,2,5760,'2.99','2005-07-10 12:44:48','2006-02-15 22:13:32'),(4194,154,1,6048,'0.99','2005-07-11 03:32:23','2006-02-15 22:13:32'),(4195,154,2,6993,'4.99','2005-07-27 01:05:24','2006-02-15 22:13:32'),(4196,154,1,7055,'4.99','2005-07-27 03:45:42','2006-02-15 22:13:32'),(4197,154,1,7156,'4.99','2005-07-27 07:19:34','2006-02-15 22:13:32'),(4198,154,2,7900,'1.99','2005-07-28 11:11:33','2006-02-15 22:13:32'),(4199,154,2,8334,'7.99','2005-07-29 04:18:25','2006-02-15 22:13:32'),(4200,154,2,9286,'2.99','2005-07-30 15:32:28','2006-02-15 22:13:32'),(4201,154,1,10278,'6.99','2005-08-01 03:25:27','2006-02-15 22:13:32'),(4202,154,1,10851,'4.99','2005-08-01 23:58:45','2006-02-15 22:13:32'),(4203,154,1,11296,'5.99','2005-08-02 15:15:27','2006-02-15 22:13:32'),(4204,154,1,12341,'0.99','2005-08-18 07:09:27','2006-02-15 22:13:32'),(4205,154,2,13861,'4.99','2005-08-20 14:56:53','2006-02-15 22:13:32'),(4206,154,2,14731,'2.99','2005-08-21 22:21:49','2006-02-15 22:13:32'),(4207,154,2,14793,'7.99','2005-08-22 00:37:57','2006-02-15 22:13:32'),(4208,154,1,14918,'6.99','2005-08-22 05:06:38','2006-02-15 22:13:32'),(4209,154,1,15351,'0.99','2005-08-22 21:15:46','2006-02-15 22:13:32'),(4210,154,1,15721,'2.99','2005-08-23 11:16:16','2006-02-15 22:13:32'),(4211,155,1,568,'2.99','2005-05-28 09:57:36','2006-02-15 22:13:32'),(4212,155,2,1519,'1.99','2005-06-15 23:55:27','2006-02-15 22:13:32'),(4213,155,1,1554,'7.99','2005-06-16 02:16:47','2006-02-15 22:13:32'),(4214,155,1,2028,'7.99','2005-06-17 13:08:08','2006-02-15 22:13:32'),(4215,155,1,2869,'4.99','2005-06-20 00:09:25','2006-02-15 22:13:32'),(4216,155,2,3405,'4.99','2005-06-21 15:58:25','2006-02-15 22:13:32'),(4217,155,1,5128,'1.99','2005-07-09 07:25:54','2006-02-15 22:13:32'),(4218,155,1,6066,'5.99','2005-07-11 04:32:42','2006-02-15 22:13:32'),(4219,155,1,6085,'4.99','2005-07-11 05:24:36','2006-02-15 22:13:32'),(4220,155,2,6087,'4.99','2005-07-11 05:29:22','2006-02-15 22:13:32'),(4221,155,1,6443,'2.99','2005-07-12 00:35:51','2006-02-15 22:13:32'),(4222,155,1,7077,'3.99','2005-07-27 04:13:02','2006-02-15 22:13:33'),(4223,155,1,7492,'2.99','2005-07-27 19:54:18','2006-02-15 22:13:33'),(4224,155,2,7730,'5.99','2005-07-28 04:59:48','2006-02-15 22:13:33'),(4225,155,2,9781,'7.99','2005-07-31 10:13:02','2006-02-15 22:13:33'),(4226,155,1,10098,'0.99','2005-07-31 20:41:17','2006-02-15 22:13:33'),(4227,155,1,11033,'4.99','2005-08-02 05:54:17','2006-02-15 22:13:33'),(4228,155,2,11951,'5.99','2005-08-17 17:14:02','2006-02-15 22:13:33'),(4229,155,1,14324,'8.99','2005-08-21 08:10:56','2006-02-15 22:13:33'),(4230,155,2,14549,'2.99','2005-08-21 15:54:21','2006-02-15 22:13:33'),(4231,155,1,14753,'2.99','2005-08-21 23:11:43','2006-02-15 22:13:33'),(4232,155,2,14909,'0.99','2005-08-22 04:48:44','2006-02-15 22:13:33'),(4233,155,1,15106,'0.99','2005-08-22 12:01:48','2006-02-15 22:13:33'),(4234,155,2,11496,'7.98','2006-02-14 15:16:03','2006-02-15 22:13:33'),(4235,155,1,12352,'0.00','2006-02-14 15:16:03','2006-02-15 22:13:33'),(4236,156,2,899,'6.99','2005-05-30 09:29:30','2006-02-15 22:13:33'),(4237,156,1,1052,'4.99','2005-05-31 07:07:03','2006-02-15 22:13:33'),(4238,156,2,2089,'9.99','2005-06-17 17:45:09','2006-02-15 22:13:33'),(4239,156,2,2221,'0.99','2005-06-18 03:24:56','2006-02-15 22:13:33'),(4240,156,1,2658,'4.99','2005-06-19 10:43:42','2006-02-15 22:13:33'),(4241,156,1,2782,'0.99','2005-06-19 18:25:07','2006-02-15 22:13:33'),(4242,156,2,4394,'2.99','2005-07-07 21:12:45','2006-02-15 22:13:33'),(4243,156,2,5534,'4.99','2005-07-10 02:26:49','2006-02-15 22:13:33'),(4244,156,1,5828,'2.99','2005-07-10 16:27:25','2006-02-15 22:13:33'),(4245,156,2,5908,'0.99','2005-07-10 20:44:14','2006-02-15 22:13:33'),(4246,156,2,6540,'6.99','2005-07-12 04:51:13','2006-02-15 22:13:33'),(4247,156,2,7389,'2.99','2005-07-27 15:56:15','2006-02-15 22:13:33'),(4248,156,2,7822,'4.99','2005-07-28 08:31:45','2006-02-15 22:13:33'),(4249,156,1,9409,'6.99','2005-07-30 20:33:53','2006-02-15 22:13:33'),(4250,156,1,9696,'0.99','2005-07-31 07:13:46','2006-02-15 22:13:33'),(4251,156,2,10309,'6.99','2005-08-01 04:24:18','2006-02-15 22:13:33'),(4252,156,2,11490,'2.99','2005-08-02 22:36:00','2006-02-15 22:13:33'),(4253,156,1,11587,'5.99','2005-08-17 02:21:03','2006-02-15 22:13:33'),(4254,156,2,13530,'0.99','2005-08-20 03:12:43','2006-02-15 22:13:33'),(4255,156,2,13531,'2.99','2005-08-20 03:26:10','2006-02-15 22:13:33'),(4256,156,2,13802,'2.99','2005-08-20 12:44:53','2006-02-15 22:13:33'),(4257,156,1,14794,'1.99','2005-08-22 00:39:31','2006-02-15 22:13:33'),(4258,156,2,14831,'4.99','2005-08-22 01:40:49','2006-02-15 22:13:33'),(4259,156,1,14914,'0.99','2005-08-22 04:53:35','2006-02-15 22:13:33'),(4260,156,1,15408,'6.99','2005-08-22 23:26:32','2006-02-15 22:13:33'),(4261,157,2,352,'0.99','2005-05-27 05:48:19','2006-02-15 22:13:33'),(4262,157,1,642,'4.99','2005-05-28 18:49:12','2006-02-15 22:13:33'),(4263,157,2,2340,'0.99','2005-06-18 11:30:56','2006-02-15 22:13:33'),(4264,157,1,3739,'0.99','2005-07-06 11:54:18','2006-02-15 22:13:33'),(4265,157,1,4253,'5.99','2005-07-07 14:13:13','2006-02-15 22:13:33'),(4266,157,2,4435,'3.99','2005-07-07 22:51:04','2006-02-15 22:13:34'),(4267,157,1,4919,'0.99','2005-07-08 21:41:54','2006-02-15 22:13:34'),(4268,157,1,5862,'4.99','2005-07-10 18:20:48','2006-02-15 22:13:34'),(4269,157,1,7110,'2.99','2005-07-27 05:30:48','2006-02-15 22:13:34'),(4270,157,2,7195,'2.99','2005-07-27 08:47:01','2006-02-15 22:13:34'),(4271,157,2,7499,'4.99','2005-07-27 20:10:28','2006-02-15 22:13:34'),(4272,157,2,8163,'0.99','2005-07-28 21:11:48','2006-02-15 22:13:34'),(4273,157,2,8337,'0.99','2005-07-29 04:31:55','2006-02-15 22:13:34'),(4274,157,2,8347,'0.99','2005-07-29 04:49:25','2006-02-15 22:13:34'),(4275,157,2,8576,'4.99','2005-07-29 11:55:01','2006-02-15 22:13:34'),(4276,157,1,8707,'0.99','2005-07-29 17:21:58','2006-02-15 22:13:34'),(4277,157,1,8827,'4.99','2005-07-29 22:31:24','2006-02-15 22:13:34'),(4278,157,2,9237,'2.99','2005-07-30 13:48:17','2006-02-15 22:13:34'),(4279,157,2,9264,'4.99','2005-07-30 14:51:36','2006-02-15 22:13:34'),(4280,157,1,9958,'2.99','2005-07-31 16:03:56','2006-02-15 22:13:34'),(4281,157,1,10203,'4.99','2005-08-01 00:45:27','2006-02-15 22:13:34'),(4282,157,2,11249,'4.99','2005-08-02 13:35:40','2006-02-15 22:13:34'),(4283,157,2,11335,'4.99','2005-08-02 16:57:37','2006-02-15 22:13:34'),(4284,157,1,12213,'5.99','2005-08-18 02:33:55','2006-02-15 22:13:34'),(4285,157,1,12464,'6.99','2005-08-18 11:33:34','2006-02-15 22:13:34'),(4286,157,1,12916,'0.99','2005-08-19 04:27:05','2006-02-15 22:13:34'),(4287,157,1,13097,'4.99','2005-08-19 10:50:43','2006-02-15 22:13:34'),(4288,157,1,13214,'4.99','2005-08-19 15:31:06','2006-02-15 22:13:34'),(4289,157,1,13481,'6.99','2005-08-20 01:11:12','2006-02-15 22:13:34'),(4290,157,1,13728,'2.99','2005-08-20 10:11:07','2006-02-15 22:13:34'),(4291,157,2,14974,'4.99','2005-08-22 07:04:25','2006-02-15 22:13:34'),(4292,158,2,245,'4.99','2005-05-26 13:46:59','2006-02-15 22:13:34'),(4293,158,1,293,'5.99','2005-05-26 20:27:02','2006-02-15 22:13:34'),(4294,158,1,1380,'0.99','2005-06-15 15:13:10','2006-02-15 22:13:34'),(4295,158,2,1790,'4.99','2005-06-16 19:58:40','2006-02-15 22:13:34'),(4296,158,2,2035,'6.99','2005-06-17 13:45:09','2006-02-15 22:13:34'),(4297,158,2,3203,'8.99','2005-06-21 00:34:56','2006-02-15 22:13:34'),(4298,158,1,4117,'8.99','2005-07-07 06:58:14','2006-02-15 22:13:34'),(4299,158,1,5672,'2.99','2005-07-10 08:19:38','2006-02-15 22:13:34'),(4300,158,1,5988,'4.99','2005-07-11 00:55:38','2006-02-15 22:13:34'),(4301,158,1,6416,'2.99','2005-07-11 23:29:14','2006-02-15 22:13:34'),(4302,158,2,6901,'5.99','2005-07-12 21:46:33','2006-02-15 22:13:34'),(4303,158,2,7159,'2.99','2005-07-27 07:24:00','2006-02-15 22:13:34'),(4304,158,1,7732,'0.99','2005-07-28 05:03:32','2006-02-15 22:13:34'),(4305,158,2,7952,'2.99','2005-07-28 13:23:49','2006-02-15 22:13:34'),(4306,158,1,8750,'2.99','2005-07-29 19:14:21','2006-02-15 22:13:34'),(4307,158,1,8957,'1.99','2005-07-30 03:34:10','2006-02-15 22:13:34'),(4308,158,1,9393,'2.99','2005-07-30 20:04:48','2006-02-15 22:13:34'),(4309,158,1,9713,'1.99','2005-07-31 08:13:28','2006-02-15 22:13:35'),(4310,158,1,9801,'2.99','2005-07-31 11:03:13','2006-02-15 22:13:35'),(4311,158,2,11077,'4.99','2005-08-02 07:26:43','2006-02-15 22:13:35'),(4312,158,1,11103,'6.99','2005-08-02 08:09:54','2006-02-15 22:13:35'),(4313,158,1,11272,'0.99','2005-08-02 14:20:27','2006-02-15 22:13:35'),(4314,158,1,11420,'2.99','2005-08-02 19:47:56','2006-02-15 22:13:35'),(4315,158,2,12070,'1.99','2005-08-17 21:46:47','2006-02-15 22:13:35'),(4316,158,2,12421,'5.99','2005-08-18 10:04:06','2006-02-15 22:13:35'),(4317,158,2,13212,'1.99','2005-08-19 15:24:07','2006-02-15 22:13:35'),(4318,158,2,13854,'2.99','2005-08-20 14:48:42','2006-02-15 22:13:35'),(4319,158,1,13926,'2.99','2005-08-20 17:09:27','2006-02-15 22:13:35'),(4320,158,2,14028,'0.99','2005-08-20 21:23:03','2006-02-15 22:13:35'),(4321,158,1,15763,'2.99','2005-08-23 13:02:59','2006-02-15 22:13:35'),(4322,158,1,15796,'5.99','2005-08-23 14:12:22','2006-02-15 22:13:35'),(4323,158,1,15802,'5.99','2005-08-23 14:26:51','2006-02-15 22:13:35'),(4324,159,2,475,'2.99','2005-05-27 22:16:26','2006-02-15 22:13:35'),(4325,159,2,549,'1.99','2005-05-28 07:35:37','2006-02-15 22:13:35'),(4326,159,1,598,'0.99','2005-05-28 14:04:50','2006-02-15 22:13:35'),(4327,159,1,832,'3.99','2005-05-29 22:51:20','2006-02-15 22:13:35'),(4328,159,1,1695,'0.99','2005-06-16 12:40:28','2006-02-15 22:13:35'),(4329,159,1,2572,'0.99','2005-06-19 04:21:26','2006-02-15 22:13:35'),(4330,159,2,3914,'5.99','2005-07-06 20:11:10','2006-02-15 22:13:35'),(4331,159,2,4273,'4.99','2005-07-07 14:40:22','2006-02-15 22:13:35'),(4332,159,2,5656,'0.99','2005-07-10 07:31:07','2006-02-15 22:13:35'),(4333,159,2,6885,'4.99','2005-07-12 20:56:04','2006-02-15 22:13:35'),(4334,159,2,8212,'2.99','2005-07-28 23:37:23','2006-02-15 22:13:35'),(4335,159,1,8470,'0.99','2005-07-29 08:28:50','2006-02-15 22:13:35'),(4336,159,2,9022,'3.99','2005-07-30 05:34:45','2006-02-15 22:13:35'),(4337,159,2,9132,'0.99','2005-07-30 09:56:00','2006-02-15 22:13:35'),(4338,159,1,9559,'7.99','2005-07-31 02:15:53','2006-02-15 22:13:35'),(4339,159,1,9917,'4.99','2005-07-31 14:55:11','2006-02-15 22:13:35'),(4340,159,2,11225,'4.99','2005-08-02 12:43:27','2006-02-15 22:13:35'),(4341,159,2,13270,'1.99','2005-08-19 17:41:16','2006-02-15 22:13:35'),(4342,159,1,13933,'0.99','2005-08-20 17:17:07','2006-02-15 22:13:35'),(4343,159,2,14575,'8.99','2005-08-21 16:51:34','2006-02-15 22:13:35'),(4344,159,1,15197,'0.99','2005-08-22 16:14:25','2006-02-15 22:13:35'),(4345,160,2,2314,'4.99','2005-06-18 09:03:19','2006-02-15 22:13:35'),(4346,160,1,2465,'2.99','2005-06-18 20:07:02','2006-02-15 22:13:35'),(4347,160,2,2873,'2.99','2005-06-20 00:41:25','2006-02-15 22:13:35'),(4348,160,1,4842,'0.99','2005-07-08 18:21:30','2006-02-15 22:13:35'),(4349,160,1,4908,'5.99','2005-07-08 21:05:44','2006-02-15 22:13:35'),(4350,160,2,6364,'6.99','2005-07-11 21:14:48','2006-02-15 22:13:35'),(4351,160,2,6448,'1.99','2005-07-12 00:45:59','2006-02-15 22:13:36'),(4352,160,2,7500,'0.99','2005-07-27 20:16:03','2006-02-15 22:13:36'),(4353,160,1,8184,'4.99','2005-07-28 22:22:35','2006-02-15 22:13:36'),(4354,160,1,9681,'0.99','2005-07-31 06:42:09','2006-02-15 22:13:36'),(4355,160,2,9758,'2.99','2005-07-31 09:25:38','2006-02-15 22:13:36'),(4356,160,2,10089,'2.99','2005-07-31 20:17:09','2006-02-15 22:13:36'),(4357,160,1,10305,'2.99','2005-08-01 04:16:16','2006-02-15 22:13:36'),(4358,160,2,10788,'0.99','2005-08-01 21:37:10','2006-02-15 22:13:36'),(4359,160,2,10958,'4.99','2005-08-02 03:37:13','2006-02-15 22:13:36'),(4360,160,2,10979,'5.99','2005-08-02 04:16:37','2006-02-15 22:13:36'),(4361,160,2,11154,'2.99','2005-08-02 09:54:50','2006-02-15 22:13:36'),(4362,160,1,11803,'2.99','2005-08-17 11:42:08','2006-02-15 22:13:36'),(4363,160,1,11888,'7.99','2005-08-17 15:04:05','2006-02-15 22:13:36'),(4364,160,2,12334,'2.99','2005-08-18 06:52:36','2006-02-15 22:13:36'),(4365,160,1,12435,'7.99','2005-08-18 10:38:31','2006-02-15 22:13:36'),(4366,160,2,13093,'6.99','2005-08-19 10:46:16','2006-02-15 22:13:36'),(4367,160,1,14868,'4.99','2005-08-22 03:15:01','2006-02-15 22:13:36'),(4368,160,1,15112,'2.99','2005-08-22 12:21:49','2006-02-15 22:13:36'),(4369,160,2,15642,'2.99','2005-08-23 08:09:11','2006-02-15 22:13:36'),(4370,160,1,15962,'4.99','2005-08-23 19:42:04','2006-02-15 22:13:36'),(4371,160,1,16027,'3.99','2005-08-23 21:49:33','2006-02-15 22:13:36'),(4372,161,2,428,'2.99','2005-05-27 16:10:58','2006-02-15 22:13:36'),(4373,161,2,477,'3.99','2005-05-27 22:33:33','2006-02-15 22:13:36'),(4374,161,1,520,'5.99','2005-05-28 03:27:37','2006-02-15 22:13:36'),(4375,161,2,539,'0.99','2005-05-28 06:26:16','2006-02-15 22:13:36'),(4376,161,1,612,'2.99','2005-05-28 15:24:54','2006-02-15 22:13:36'),(4377,161,1,1003,'0.99','2005-05-31 00:48:20','2006-02-15 22:13:36'),(4378,161,1,1856,'2.99','2005-06-17 01:02:00','2006-02-15 22:13:36'),(4379,161,1,3075,'3.99','2005-06-20 14:52:19','2006-02-15 22:13:36'),(4380,161,1,3948,'4.99','2005-07-06 21:45:53','2006-02-15 22:13:36'),(4381,161,2,4187,'0.99','2005-07-07 10:41:31','2006-02-15 22:13:36'),(4382,161,2,4248,'6.99','2005-07-07 13:59:20','2006-02-15 22:13:36'),(4383,161,1,4490,'2.99','2005-07-08 01:26:32','2006-02-15 22:13:36'),(4384,161,2,5349,'6.99','2005-07-09 17:35:35','2006-02-15 22:13:36'),(4385,161,2,6873,'4.99','2005-07-12 20:20:50','2006-02-15 22:13:36'),(4386,161,1,7003,'2.99','2005-07-27 01:32:06','2006-02-15 22:13:36'),(4387,161,2,8774,'4.99','2005-07-29 20:05:04','2006-02-15 22:13:36'),(4388,161,1,9135,'4.99','2005-07-30 10:06:53','2006-02-15 22:13:36'),(4389,161,2,9421,'0.99','2005-07-30 21:08:32','2006-02-15 22:13:36'),(4390,161,1,10241,'5.99','2005-08-01 02:12:25','2006-02-15 22:13:36'),(4391,161,1,10355,'0.99','2005-08-01 05:47:37','2006-02-15 22:13:37'),(4392,161,1,10637,'2.99','2005-08-01 15:44:09','2006-02-15 22:13:37'),(4393,161,1,10863,'6.99','2005-08-02 00:18:07','2006-02-15 22:13:37'),(4394,161,2,10939,'0.99','2005-08-02 03:06:20','2006-02-15 22:13:37'),(4395,161,1,11838,'2.99','2005-08-17 13:06:00','2006-02-15 22:13:37'),(4396,161,2,14150,'0.99','2005-08-21 02:23:03','2006-02-15 22:13:37'),(4397,161,1,14370,'7.99','2005-08-21 09:35:14','2006-02-15 22:13:37'),(4398,161,1,15000,'0.99','2005-08-22 07:54:58','2006-02-15 22:13:37'),(4399,161,2,15045,'5.99','2005-08-22 09:53:23','2006-02-15 22:13:37'),(4400,161,2,15150,'2.99','2005-08-22 14:12:05','2006-02-15 22:13:37'),(4401,161,1,15420,'5.99','2005-08-22 23:55:51','2006-02-15 22:13:37'),(4402,162,1,285,'1.99','2005-05-26 19:41:40','2006-02-15 22:13:37'),(4403,162,1,501,'4.99','2005-05-28 01:09:36','2006-02-15 22:13:37'),(4404,162,1,688,'4.99','2005-05-29 00:45:24','2006-02-15 22:13:37'),(4405,162,2,1339,'4.99','2005-06-15 12:21:56','2006-02-15 22:13:37'),(4406,162,1,2366,'0.99','2005-06-18 13:46:39','2006-02-15 22:13:37'),(4407,162,1,2547,'4.99','2005-06-19 02:44:17','2006-02-15 22:13:37'),(4408,162,1,3040,'0.99','2005-06-20 12:34:13','2006-02-15 22:13:37'),(4409,162,2,3180,'0.99','2005-06-20 22:48:44','2006-02-15 22:13:37'),(4410,162,2,4982,'2.99','2005-07-09 00:30:52','2006-02-15 22:13:37'),(4411,162,2,8478,'4.99','2005-07-29 08:40:36','2006-02-15 22:13:37'),(4412,162,1,8582,'4.99','2005-07-29 12:03:27','2006-02-15 22:13:37'),(4413,162,2,9167,'4.99','2005-07-30 11:30:37','2006-02-15 22:13:37'),(4414,162,1,9726,'7.99','2005-07-31 08:37:07','2006-02-15 22:13:37'),(4415,162,1,9775,'0.99','2005-07-31 10:00:00','2006-02-15 22:13:37'),(4416,162,2,10093,'5.99','2005-07-31 20:30:32','2006-02-15 22:13:37'),(4417,162,2,11012,'0.99','2005-08-02 05:09:42','2006-02-15 22:13:37'),(4418,162,1,13288,'4.99','2005-08-19 18:30:10','2006-02-15 22:13:37'),(4419,162,2,14301,'1.99','2005-08-21 07:19:48','2006-02-15 22:13:37'),(4420,162,1,15332,'4.99','2005-08-22 20:41:53','2006-02-15 22:13:37'),(4421,162,1,14220,'0.99','2006-02-14 15:16:03','2006-02-15 22:13:37'),(4422,163,2,1265,'4.99','2005-06-15 07:00:50','2006-02-15 22:13:37'),(4423,163,2,2000,'2.99','2005-06-17 11:32:30','2006-02-15 22:13:37'),(4424,163,2,2110,'7.99','2005-06-17 19:45:49','2006-02-15 22:13:37'),(4425,163,2,2536,'5.99','2005-06-19 01:41:34','2006-02-15 22:13:37'),(4426,163,1,2994,'6.99','2005-06-20 09:17:05','2006-02-15 22:13:37'),(4427,163,1,3179,'0.99','2005-06-20 22:37:59','2006-02-15 22:13:37'),(4428,163,2,3915,'3.99','2005-07-06 20:16:46','2006-02-15 22:13:37'),(4429,163,1,4126,'1.99','2005-07-07 07:24:11','2006-02-15 22:13:37'),(4430,163,2,5549,'4.99','2005-07-10 02:58:29','2006-02-15 22:13:37'),(4431,163,1,5574,'10.99','2005-07-10 03:54:38','2006-02-15 22:13:37'),(4432,163,1,6109,'0.99','2005-07-11 07:20:57','2006-02-15 22:13:37'),(4433,163,1,6831,'1.99','2005-07-12 18:44:04','2006-02-15 22:13:38'),(4434,163,1,7303,'1.99','2005-07-27 12:54:39','2006-02-15 22:13:38'),(4435,163,1,7403,'2.99','2005-07-27 16:22:09','2006-02-15 22:13:38'),(4436,163,2,8040,'0.99','2005-07-28 16:39:43','2006-02-15 22:13:38'),(4437,163,2,8063,'4.99','2005-07-28 17:15:11','2006-02-15 22:13:38'),(4438,163,2,8403,'4.99','2005-07-29 06:26:39','2006-02-15 22:13:38'),(4439,163,2,10245,'0.99','2005-08-01 02:24:09','2006-02-15 22:13:38'),(4440,163,2,11623,'2.99','2005-08-17 04:15:47','2006-02-15 22:13:38'),(4441,163,2,11940,'4.99','2005-08-17 16:56:28','2006-02-15 22:13:38'),(4442,163,1,12154,'2.99','2005-08-18 00:23:56','2006-02-15 22:13:38'),(4443,163,2,12973,'2.99','2005-08-19 06:48:11','2006-02-15 22:13:38'),(4444,163,2,13543,'7.99','2005-08-20 03:43:13','2006-02-15 22:13:38'),(4445,163,2,14275,'4.99','2005-08-21 06:30:30','2006-02-15 22:13:38'),(4446,163,2,14427,'5.99','2005-08-21 11:26:06','2006-02-15 22:13:38'),(4447,163,1,15520,'8.99','2005-08-23 03:30:45','2006-02-15 22:13:38'),(4448,163,1,15847,'0.99','2005-08-23 15:39:38','2006-02-15 22:13:38'),(4449,163,2,11754,'7.98','2006-02-14 15:16:03','2006-02-15 22:13:38'),(4450,163,1,15282,'0.00','2006-02-14 15:16:03','2006-02-15 22:13:38'),(4451,164,2,1011,'1.99','2005-05-31 02:05:39','2006-02-15 22:13:38'),(4452,164,2,1713,'4.99','2005-06-16 14:28:33','2006-02-15 22:13:38'),(4453,164,2,2589,'2.99','2005-06-19 05:21:27','2006-02-15 22:13:38'),(4454,164,1,3082,'8.99','2005-06-20 15:32:11','2006-02-15 22:13:38'),(4455,164,2,4548,'4.99','2005-07-08 04:21:54','2006-02-15 22:13:38'),(4456,164,1,5895,'3.99','2005-07-10 20:13:19','2006-02-15 22:13:38'),(4457,164,1,6393,'0.99','2005-07-11 22:28:12','2006-02-15 22:13:38'),(4458,164,2,6558,'2.99','2005-07-12 05:16:07','2006-02-15 22:13:38'),(4459,164,1,6637,'4.99','2005-07-12 09:57:39','2006-02-15 22:13:38'),(4460,164,2,6702,'0.99','2005-07-12 12:48:03','2006-02-15 22:13:38'),(4461,164,1,6980,'3.99','2005-07-27 00:50:30','2006-02-15 22:13:38'),(4462,164,1,7227,'6.99','2005-07-27 09:53:43','2006-02-15 22:13:38'),(4463,164,2,8135,'3.99','2005-07-28 20:03:25','2006-02-15 22:13:38'),(4464,164,2,8824,'4.99','2005-07-29 22:22:58','2006-02-15 22:13:38'),(4465,164,2,11175,'2.99','2005-08-02 10:38:47','2006-02-15 22:13:38'),(4466,164,2,13453,'5.99','2005-08-20 00:30:51','2006-02-15 22:13:38'),(4467,165,2,338,'4.99','2005-05-27 03:42:52','2006-02-15 22:13:38'),(4468,165,1,2013,'3.99','2005-06-17 12:03:01','2006-02-15 22:13:38'),(4469,165,2,3195,'2.99','2005-06-21 00:02:10','2006-02-15 22:13:38'),(4470,165,2,3531,'4.99','2005-07-06 01:24:08','2006-02-15 22:13:38'),(4471,165,1,3784,'5.99','2005-07-06 13:57:56','2006-02-15 22:13:38'),(4472,165,2,4304,'0.99','2005-07-07 17:01:19','2006-02-15 22:13:38'),(4473,165,2,4945,'2.99','2005-07-08 22:45:02','2006-02-15 22:13:38'),(4474,165,1,5472,'4.99','2005-07-09 23:16:40','2006-02-15 22:13:38'),(4475,165,2,5658,'4.99','2005-07-10 07:34:08','2006-02-15 22:13:38'),(4476,165,2,5901,'6.99','2005-07-10 20:22:12','2006-02-15 22:13:39'),(4477,165,1,5973,'0.99','2005-07-11 00:09:17','2006-02-15 22:13:39'),(4478,165,1,7074,'2.99','2005-07-27 04:06:24','2006-02-15 22:13:39'),(4479,165,1,8608,'0.99','2005-07-29 13:18:52','2006-02-15 22:13:39'),(4480,165,2,9182,'7.99','2005-07-30 12:06:58','2006-02-15 22:13:39'),(4481,165,2,9685,'4.99','2005-07-31 06:49:18','2006-02-15 22:13:39'),(4482,165,1,10565,'4.99','2005-08-01 13:08:27','2006-02-15 22:13:39'),(4483,165,1,11484,'2.99','2005-08-02 22:28:23','2006-02-15 22:13:39'),(4484,165,2,12643,'4.99','2005-08-18 18:21:06','2006-02-15 22:13:39'),(4485,165,2,15007,'1.99','2005-08-22 08:21:21','2006-02-15 22:13:39'),(4486,165,1,15801,'3.99','2005-08-23 14:26:04','2006-02-15 22:13:39'),(4487,165,2,15834,'5.99','2005-08-23 15:23:50','2006-02-15 22:13:39'),(4488,166,1,662,'1.99','2005-05-28 21:09:31','2006-02-15 22:13:39'),(4489,166,2,1412,'2.99','2005-06-15 17:09:48','2006-02-15 22:13:39'),(4490,166,1,2211,'3.99','2005-06-18 02:29:10','2006-02-15 22:13:39'),(4491,166,1,2874,'5.99','2005-06-20 00:42:26','2006-02-15 22:13:39'),(4492,166,1,3085,'0.99','2005-06-20 15:42:33','2006-02-15 22:13:39'),(4493,166,2,3606,'2.99','2005-07-06 05:28:02','2006-02-15 22:13:39'),(4494,166,1,3642,'2.99','2005-07-06 07:18:20','2006-02-15 22:13:39'),(4495,166,2,4389,'6.99','2005-07-07 20:58:58','2006-02-15 22:13:39'),(4496,166,1,4658,'0.99','2005-07-08 09:51:11','2006-02-15 22:13:39'),(4497,166,1,5184,'4.99','2005-07-09 10:14:34','2006-02-15 22:13:39'),(4498,166,2,5380,'4.99','2005-07-09 19:08:44','2006-02-15 22:13:39'),(4499,166,1,5646,'2.99','2005-07-10 07:08:09','2006-02-15 22:13:39'),(4500,166,1,5855,'7.99','2005-07-10 17:54:06','2006-02-15 22:13:39'),(4501,166,2,6237,'0.99','2005-07-11 14:19:12','2006-02-15 22:13:39'),(4502,166,2,6882,'2.99','2005-07-12 20:50:39','2006-02-15 22:13:39'),(4503,166,1,7581,'2.99','2005-07-27 23:14:35','2006-02-15 22:13:39'),(4504,166,1,8052,'5.99','2005-07-28 16:57:31','2006-02-15 22:13:39'),(4505,166,1,9009,'8.99','2005-07-30 05:12:01','2006-02-15 22:13:39'),(4506,166,2,10422,'7.99','2005-08-01 08:17:11','2006-02-15 22:13:39'),(4507,166,2,12683,'4.99','2005-08-18 19:50:43','2006-02-15 22:13:39'),(4508,166,1,12968,'4.99','2005-08-19 06:38:18','2006-02-15 22:13:39'),(4509,166,2,13582,'4.99','2005-08-20 05:28:11','2006-02-15 22:13:39'),(4510,166,2,13901,'7.99','2005-08-20 16:06:53','2006-02-15 22:13:39'),(4511,166,2,14261,'5.99','2005-08-21 06:07:24','2006-02-15 22:13:39'),(4512,166,2,14281,'2.99','2005-08-21 06:40:48','2006-02-15 22:13:39'),(4513,166,1,15213,'5.99','2005-08-22 16:49:02','2006-02-15 22:13:39'),(4514,166,2,15216,'2.99','2005-08-22 16:57:02','2006-02-15 22:13:39'),(4515,166,2,15806,'1.99','2005-08-23 14:31:50','2006-02-15 22:13:39'),(4516,167,1,280,'2.99','2005-05-26 18:36:58','2006-02-15 22:13:39'),(4517,167,1,365,'2.99','2005-05-27 07:31:20','2006-02-15 22:13:39'),(4518,167,1,927,'4.99','2005-05-30 12:16:40','2006-02-15 22:13:40'),(4519,167,1,1416,'3.99','2005-06-15 17:44:57','2006-02-15 22:13:40'),(4520,167,1,1509,'5.99','2005-06-15 22:35:53','2006-02-15 22:13:40'),(4521,167,2,2381,'5.99','2005-06-18 15:00:30','2006-02-15 22:13:40'),(4522,167,2,3518,'4.99','2005-07-06 00:56:03','2006-02-15 22:13:40'),(4523,167,2,4493,'0.99','2005-07-08 01:40:24','2006-02-15 22:13:40'),(4524,167,2,5131,'0.99','2005-07-09 07:35:03','2006-02-15 22:13:40'),(4525,167,1,5178,'4.99','2005-07-09 09:59:52','2006-02-15 22:13:40'),(4526,167,1,5191,'0.99','2005-07-09 10:26:48','2006-02-15 22:13:40'),(4527,167,1,5413,'4.99','2005-07-09 20:28:42','2006-02-15 22:13:40'),(4528,167,1,5781,'2.99','2005-07-10 13:49:30','2006-02-15 22:13:40'),(4529,167,2,6269,'4.99','2005-07-11 15:58:43','2006-02-15 22:13:40'),(4530,167,1,7608,'4.99','2005-07-28 00:08:36','2006-02-15 22:13:40'),(4531,167,1,8092,'2.99','2005-07-28 18:28:07','2006-02-15 22:13:40'),(4532,167,2,8227,'4.99','2005-07-29 00:02:22','2006-02-15 22:13:40'),(4533,167,1,8318,'2.99','2005-07-29 03:44:30','2006-02-15 22:13:40'),(4534,167,1,8793,'0.99','2005-07-29 20:57:22','2006-02-15 22:13:40'),(4535,167,2,8864,'0.99','2005-07-29 23:52:12','2006-02-15 22:13:40'),(4536,167,2,9563,'4.99','2005-07-31 02:28:39','2006-02-15 22:13:40'),(4537,167,2,10285,'3.99','2005-08-01 03:35:11','2006-02-15 22:13:40'),(4538,167,1,12642,'4.99','2005-08-18 18:19:16','2006-02-15 22:13:40'),(4539,167,2,12717,'4.99','2005-08-18 21:15:40','2006-02-15 22:13:40'),(4540,167,1,12978,'4.99','2005-08-19 06:57:27','2006-02-15 22:13:40'),(4541,167,1,13825,'6.99','2005-08-20 13:43:22','2006-02-15 22:13:40'),(4542,167,1,13870,'1.99','2005-08-20 15:09:16','2006-02-15 22:13:40'),(4543,167,1,15003,'3.99','2005-08-22 08:11:24','2006-02-15 22:13:40'),(4544,167,1,15050,'0.99','2005-08-22 10:07:52','2006-02-15 22:13:40'),(4545,167,2,15478,'0.99','2005-08-23 01:50:31','2006-02-15 22:13:40'),(4546,167,2,15530,'4.99','2005-08-23 03:50:48','2006-02-15 22:13:40'),(4547,167,2,15915,'4.99','2005-08-23 17:52:01','2006-02-15 22:13:40'),(4548,168,2,404,'0.99','2005-05-27 13:31:51','2006-02-15 22:13:40'),(4549,168,1,488,'4.99','2005-05-28 00:07:50','2006-02-15 22:13:40'),(4550,168,2,1222,'4.99','2005-06-15 03:38:49','2006-02-15 22:13:40'),(4551,168,1,3530,'2.99','2005-07-06 01:22:45','2006-02-15 22:13:40'),(4552,168,1,4308,'5.99','2005-07-07 17:29:16','2006-02-15 22:13:40'),(4553,168,2,4363,'5.99','2005-07-07 19:43:28','2006-02-15 22:13:40'),(4554,168,2,4953,'2.99','2005-07-08 23:09:48','2006-02-15 22:13:40'),(4555,168,1,5459,'0.99','2005-07-09 22:43:56','2006-02-15 22:13:40'),(4556,168,1,5907,'5.99','2005-07-10 20:41:41','2006-02-15 22:13:40'),(4557,168,1,6334,'5.99','2005-07-11 19:20:44','2006-02-15 22:13:40'),(4558,168,2,6444,'0.99','2005-07-12 00:36:02','2006-02-15 22:13:40'),(4559,168,2,6809,'3.99','2005-07-12 17:51:54','2006-02-15 22:13:41'),(4560,168,2,8352,'1.99','2005-07-29 04:52:01','2006-02-15 22:13:41'),(4561,168,1,8527,'1.99','2005-07-29 10:21:00','2006-02-15 22:13:41'),(4562,168,2,8659,'6.99','2005-07-29 15:26:31','2006-02-15 22:13:41'),(4563,168,2,8883,'1.99','2005-07-30 00:24:48','2006-02-15 22:13:41'),(4564,168,2,9197,'4.99','2005-07-30 12:31:36','2006-02-15 22:13:41'),(4565,168,1,9418,'4.99','2005-07-30 21:00:52','2006-02-15 22:13:41'),(4566,168,2,9857,'6.99','2005-07-31 13:00:53','2006-02-15 22:13:41'),(4567,168,2,9899,'4.99','2005-07-31 14:12:36','2006-02-15 22:13:41'),(4568,168,2,10270,'0.99','2005-08-01 03:10:24','2006-02-15 22:13:41'),(4569,168,1,11551,'0.99','2005-08-17 01:03:49','2006-02-15 22:13:41'),(4570,168,1,11627,'10.99','2005-08-17 04:25:47','2006-02-15 22:13:41'),(4571,168,1,11631,'1.99','2005-08-17 04:28:56','2006-02-15 22:13:41'),(4572,168,1,12545,'6.99','2005-08-18 14:28:00','2006-02-15 22:13:41'),(4573,168,1,12781,'2.99','2005-08-18 23:50:24','2006-02-15 22:13:41'),(4574,168,1,13018,'8.99','2005-08-19 08:04:50','2006-02-15 22:13:41'),(4575,168,2,13532,'4.99','2005-08-20 03:29:28','2006-02-15 22:13:41'),(4576,168,2,13811,'0.99','2005-08-20 13:00:30','2006-02-15 22:13:41'),(4577,168,1,14090,'2.99','2005-08-21 00:11:16','2006-02-15 22:13:41'),(4578,168,1,15033,'3.99','2005-08-22 09:25:24','2006-02-15 22:13:41'),(4579,168,1,15165,'2.99','2005-08-22 14:59:30','2006-02-15 22:13:41'),(4580,168,2,15683,'2.99','2005-08-23 09:38:17','2006-02-15 22:13:41'),(4581,168,1,15894,'0.99','2006-02-14 15:16:03','2006-02-15 22:13:41'),(4582,169,2,527,'3.99','2005-05-28 04:28:38','2006-02-15 22:13:41'),(4583,169,1,1087,'4.99','2005-05-31 11:18:08','2006-02-15 22:13:41'),(4584,169,1,2023,'4.99','2005-06-17 12:52:58','2006-02-15 22:13:41'),(4585,169,1,3261,'2.99','2005-06-21 04:07:41','2006-02-15 22:13:41'),(4586,169,1,3493,'8.99','2005-07-05 23:46:19','2006-02-15 22:13:41'),(4587,169,1,4687,'4.99','2005-07-08 10:54:19','2006-02-15 22:13:41'),(4588,169,1,5066,'2.99','2005-07-09 04:48:50','2006-02-15 22:13:41'),(4589,169,1,6143,'3.99','2005-07-11 09:02:37','2006-02-15 22:13:41'),(4590,169,2,6453,'4.99','2005-07-12 00:59:53','2006-02-15 22:13:41'),(4591,169,2,6488,'9.99','2005-07-12 02:20:09','2006-02-15 22:13:41'),(4592,169,2,7187,'6.99','2005-07-27 08:27:58','2006-02-15 22:13:41'),(4593,169,1,7597,'0.99','2005-07-27 23:35:49','2006-02-15 22:13:41'),(4594,169,2,8558,'4.99','2005-07-29 11:24:49','2006-02-15 22:13:41'),(4595,169,2,9203,'0.99','2005-07-30 12:43:40','2006-02-15 22:13:41'),(4596,169,2,11687,'5.99','2005-08-17 06:39:59','2006-02-15 22:13:41'),(4597,169,1,11898,'5.99','2005-08-17 15:24:12','2006-02-15 22:13:41'),(4598,169,2,13198,'2.99','2005-08-19 14:47:18','2006-02-15 22:13:41'),(4599,169,2,13237,'1.99','2005-08-19 16:18:36','2006-02-15 22:13:41'),(4600,169,2,14435,'0.99','2005-08-21 11:44:37','2006-02-15 22:13:42'),(4601,169,2,14805,'4.99','2005-08-22 00:52:01','2006-02-15 22:13:42'),(4602,169,2,15534,'0.99','2005-08-23 03:55:54','2006-02-15 22:13:42'),(4603,169,2,15680,'4.99','2005-08-23 09:33:22','2006-02-15 22:13:42'),(4604,170,1,211,'2.99','2005-05-26 08:33:10','2006-02-15 22:13:42'),(4605,170,1,377,'5.99','2005-05-27 09:04:05','2006-02-15 22:13:42'),(4606,170,2,504,'0.99','2005-05-28 02:05:34','2006-02-15 22:13:42'),(4607,170,2,2117,'0.99','2005-06-17 20:24:00','2006-02-15 22:13:42'),(4608,170,2,2413,'8.99','2005-06-18 16:59:34','2006-02-15 22:13:42'),(4609,170,2,3651,'4.99','2005-07-06 07:40:31','2006-02-15 22:13:42'),(4610,170,1,3749,'4.99','2005-07-06 12:18:03','2006-02-15 22:13:42'),(4611,170,2,4113,'4.99','2005-07-07 06:49:52','2006-02-15 22:13:42'),(4612,170,2,4468,'0.99','2005-07-08 00:17:59','2006-02-15 22:13:42'),(4613,170,2,5075,'0.99','2005-07-09 05:12:07','2006-02-15 22:13:42'),(4614,170,1,5573,'4.99','2005-07-10 03:50:47','2006-02-15 22:13:42'),(4615,170,2,5685,'7.99','2005-07-10 09:01:38','2006-02-15 22:13:42'),(4616,170,2,5808,'2.99','2005-07-10 15:17:33','2006-02-15 22:13:42'),(4617,170,1,7999,'7.99','2005-07-28 15:10:14','2006-02-15 22:13:42'),(4618,170,2,9517,'2.99','2005-07-31 00:41:23','2006-02-15 22:13:42'),(4619,170,1,9817,'2.99','2005-07-31 11:33:31','2006-02-15 22:13:42'),(4620,170,1,10102,'9.99','2005-07-31 20:49:10','2006-02-15 22:13:42'),(4621,170,2,10481,'5.99','2005-08-01 10:17:26','2006-02-15 22:13:42'),(4622,170,1,11039,'0.99','2005-08-02 06:00:53','2006-02-15 22:13:42'),(4623,170,2,12706,'3.99','2005-08-18 20:44:34','2006-02-15 22:13:42'),(4624,170,1,12967,'3.99','2005-08-19 06:37:51','2006-02-15 22:13:42'),(4625,170,1,13081,'0.99','2005-08-19 10:19:06','2006-02-15 22:13:42'),(4626,170,2,13862,'6.99','2005-08-20 14:57:01','2006-02-15 22:13:42'),(4627,170,2,14022,'8.99','2005-08-20 21:08:49','2006-02-15 22:13:42'),(4628,170,2,14675,'2.99','2005-08-21 20:01:51','2006-02-15 22:13:42'),(4629,170,1,15549,'7.99','2005-08-23 04:27:06','2006-02-15 22:13:42'),(4630,171,2,804,'9.99','2005-05-29 18:10:24','2006-02-15 22:13:42'),(4631,171,2,1676,'0.99','2005-06-16 11:06:09','2006-02-15 22:13:42'),(4632,171,2,2004,'4.99','2005-06-17 11:43:38','2006-02-15 22:13:42'),(4633,171,2,2199,'5.99','2005-06-18 01:57:56','2006-02-15 22:13:42'),(4634,171,1,2497,'4.99','2005-06-18 22:50:40','2006-02-15 22:13:42'),(4635,171,2,2599,'5.99','2005-06-19 06:06:07','2006-02-15 22:13:42'),(4636,171,2,2788,'2.99','2005-06-19 18:48:11','2006-02-15 22:13:42'),(4637,171,2,3338,'6.99','2005-06-21 10:27:31','2006-02-15 22:13:42'),(4638,171,1,3621,'0.99','2005-07-06 06:03:55','2006-02-15 22:13:42'),(4639,171,2,3745,'2.99','2005-07-06 12:10:32','2006-02-15 22:13:42'),(4640,171,1,5660,'5.99','2005-07-10 07:46:12','2006-02-15 22:13:42'),(4641,171,1,5986,'4.99','2005-07-11 00:54:56','2006-02-15 22:13:43'),(4642,171,1,6766,'2.99','2005-07-12 15:32:01','2006-02-15 22:13:43'),(4643,171,2,6774,'0.99','2005-07-12 15:56:08','2006-02-15 22:13:43'),(4644,171,1,7037,'3.99','2005-07-27 03:06:44','2006-02-15 22:13:43'),(4645,171,2,9066,'4.99','2005-07-30 07:28:54','2006-02-15 22:13:43'),(4646,171,2,9084,'5.99','2005-07-30 08:14:29','2006-02-15 22:13:43'),(4647,171,2,10622,'4.99','2005-08-01 15:12:00','2006-02-15 22:13:43'),(4648,171,1,12600,'4.99','2005-08-18 16:44:24','2006-02-15 22:13:43'),(4649,171,1,12962,'5.99','2005-08-19 06:22:48','2006-02-15 22:13:43'),(4650,171,2,13087,'6.99','2005-08-19 10:33:52','2006-02-15 22:13:43'),(4651,171,2,13292,'0.99','2005-08-19 18:35:32','2006-02-15 22:13:43'),(4652,171,2,13433,'0.99','2005-08-19 23:30:53','2006-02-15 22:13:43'),(4653,171,1,14270,'1.99','2005-08-21 06:22:18','2006-02-15 22:13:43'),(4654,171,2,14615,'9.99','2005-08-21 18:06:32','2006-02-15 22:13:43'),(4655,171,2,15810,'0.99','2005-08-23 14:43:15','2006-02-15 22:13:43'),(4656,172,2,449,'3.99','2005-05-27 19:13:15','2006-02-15 22:13:43'),(4657,172,1,685,'6.99','2005-05-29 00:17:51','2006-02-15 22:13:43'),(4658,172,1,837,'0.99','2005-05-30 00:02:08','2006-02-15 22:13:43'),(4659,172,2,1507,'0.99','2005-06-15 22:25:26','2006-02-15 22:13:43'),(4660,172,1,2052,'0.99','2005-06-17 15:14:43','2006-02-15 22:13:43'),(4661,172,2,3032,'1.99','2005-06-20 11:58:30','2006-02-15 22:13:43'),(4662,172,1,4820,'5.99','2005-07-08 17:25:23','2006-02-15 22:13:43'),(4663,172,1,4821,'4.99','2005-07-08 17:28:08','2006-02-15 22:13:43'),(4664,172,2,4878,'6.99','2005-07-08 19:33:49','2006-02-15 22:13:43'),(4665,172,2,6246,'7.99','2005-07-11 14:57:51','2006-02-15 22:13:43'),(4666,172,1,6380,'0.99','2005-07-11 21:55:40','2006-02-15 22:13:43'),(4667,172,1,6875,'5.99','2005-07-12 20:23:05','2006-02-15 22:13:43'),(4668,172,1,7122,'6.99','2005-07-27 06:03:18','2006-02-15 22:13:43'),(4669,172,1,7135,'2.99','2005-07-27 06:34:32','2006-02-15 22:13:43'),(4670,172,1,7194,'3.99','2005-07-27 08:39:58','2006-02-15 22:13:43'),(4671,172,2,7261,'2.99','2005-07-27 11:15:01','2006-02-15 22:13:43'),(4672,172,1,7638,'4.99','2005-07-28 01:13:26','2006-02-15 22:13:43'),(4673,172,2,8944,'6.99','2005-07-30 03:11:44','2006-02-15 22:13:43'),(4674,172,1,9118,'2.99','2005-07-30 09:24:18','2006-02-15 22:13:43'),(4675,172,2,9218,'5.99','2005-07-30 13:14:35','2006-02-15 22:13:43'),(4676,172,1,10312,'3.99','2005-08-01 04:29:06','2006-02-15 22:13:43'),(4677,172,2,10621,'0.99','2005-08-01 15:10:26','2006-02-15 22:13:43'),(4678,172,2,11499,'6.99','2005-08-16 22:54:12','2006-02-15 22:13:43'),(4679,172,2,12350,'4.99','2005-08-18 07:29:46','2006-02-15 22:13:43'),(4680,172,2,12638,'8.99','2005-08-18 18:11:39','2006-02-15 22:13:43'),(4681,172,2,13067,'5.99','2005-08-19 09:51:17','2006-02-15 22:13:43'),(4682,172,2,13320,'4.99','2005-08-19 19:35:33','2006-02-15 22:13:44'),(4683,172,1,13342,'0.99','2005-08-19 20:21:36','2006-02-15 22:13:44'),(4684,172,2,13937,'4.99','2005-08-20 17:22:51','2006-02-15 22:13:44'),(4685,172,1,14991,'4.99','2005-08-22 07:50:44','2006-02-15 22:13:44'),(4686,172,2,15637,'2.99','2005-08-23 07:53:38','2006-02-15 22:13:44'),(4687,172,1,15902,'3.99','2005-08-23 17:28:03','2006-02-15 22:13:44'),(4688,172,2,16038,'3.99','2005-08-23 22:14:31','2006-02-15 22:13:44'),(4689,173,2,578,'2.99','2005-05-28 11:15:48','2006-02-15 22:13:44'),(4690,173,1,628,'4.99','2005-05-28 17:05:46','2006-02-15 22:13:44'),(4691,173,2,1188,'2.99','2005-06-15 01:04:07','2006-02-15 22:13:44'),(4692,173,2,2435,'4.99','2005-06-18 18:12:26','2006-02-15 22:13:44'),(4693,173,1,2602,'2.99','2005-06-19 06:10:08','2006-02-15 22:13:44'),(4694,173,2,3224,'0.99','2005-06-21 02:11:36','2006-02-15 22:13:44'),(4695,173,1,3336,'4.99','2005-06-21 10:14:27','2006-02-15 22:13:44'),(4696,173,2,3717,'0.99','2005-07-06 10:53:34','2006-02-15 22:13:44'),(4697,173,1,4904,'7.99','2005-07-08 20:53:27','2006-02-15 22:13:44'),(4698,173,2,5430,'2.99','2005-07-09 21:19:54','2006-02-15 22:13:44'),(4699,173,2,5485,'4.99','2005-07-09 23:55:25','2006-02-15 22:13:44'),(4700,173,1,5488,'2.99','2005-07-10 00:02:06','2006-02-15 22:13:44'),(4701,173,2,5531,'2.99','2005-07-10 02:13:59','2006-02-15 22:13:44'),(4702,173,1,5615,'3.99','2005-07-10 05:18:51','2006-02-15 22:13:44'),(4703,173,2,6021,'4.99','2005-07-11 02:10:18','2006-02-15 22:13:44'),(4704,173,1,7644,'0.99','2005-07-28 01:27:33','2006-02-15 22:13:44'),(4705,173,2,8299,'2.99','2005-07-29 02:56:00','2006-02-15 22:13:44'),(4706,173,2,8808,'4.99','2005-07-29 21:39:07','2006-02-15 22:13:44'),(4707,173,2,8829,'8.99','2005-07-29 22:33:34','2006-02-15 22:13:44'),(4708,173,1,9097,'4.99','2005-07-30 08:40:35','2006-02-15 22:13:44'),(4709,173,2,9512,'2.99','2005-07-31 00:26:30','2006-02-15 22:13:44'),(4710,173,1,10351,'5.99','2005-08-01 05:32:13','2006-02-15 22:13:44'),(4711,173,2,12073,'2.99','2005-08-17 21:50:39','2006-02-15 22:13:44'),(4712,173,1,12282,'6.99','2005-08-18 04:54:20','2006-02-15 22:13:44'),(4713,173,2,12501,'4.99','2005-08-18 13:13:13','2006-02-15 22:13:44'),(4714,173,1,14654,'2.99','2005-08-21 19:36:59','2006-02-15 22:13:44'),(4715,173,2,15483,'0.99','2005-08-23 02:02:53','2006-02-15 22:13:44'),(4716,173,1,15775,'8.99','2005-08-23 13:25:44','2006-02-15 22:13:44'),(4717,173,1,16010,'2.99','2005-08-23 21:10:24','2006-02-15 22:13:44'),(4718,174,1,41,'5.99','2005-05-25 05:12:29','2006-02-15 22:13:44'),(4719,174,2,1071,'4.99','2005-05-31 09:48:56','2006-02-15 22:13:44'),(4720,174,2,1566,'7.99','2005-06-16 03:13:20','2006-02-15 22:13:44'),(4721,174,1,1609,'0.99','2005-06-16 06:34:59','2006-02-15 22:13:44'),(4722,174,1,2326,'5.99','2005-06-18 10:14:22','2006-02-15 22:13:44'),(4723,174,2,3446,'1.99','2005-06-21 20:45:51','2006-02-15 22:13:45'),(4724,174,2,4803,'1.99','2005-07-08 16:56:34','2006-02-15 22:13:45'),(4725,174,2,5414,'4.99','2005-07-09 20:29:36','2006-02-15 22:13:45'),(4726,174,1,6909,'4.99','2005-07-12 22:09:30','2006-02-15 22:13:45'),(4727,174,2,8348,'7.99','2005-07-29 04:49:26','2006-02-15 22:13:45'),(4728,174,1,8754,'4.99','2005-07-29 19:18:30','2006-02-15 22:13:45'),(4729,174,1,9301,'4.99','2005-07-30 16:34:29','2006-02-15 22:13:45'),(4730,174,1,9847,'2.99','2005-07-31 12:33:43','2006-02-15 22:13:45'),(4731,174,1,10363,'2.99','2005-08-01 06:01:52','2006-02-15 22:13:45'),(4732,174,2,10398,'4.99','2005-08-01 07:11:49','2006-02-15 22:13:45'),(4733,174,1,10559,'8.99','2005-08-01 13:02:58','2006-02-15 22:13:45'),(4734,174,1,11525,'0.99','2005-08-17 00:15:31','2006-02-15 22:13:45'),(4735,174,2,12886,'5.99','2005-08-19 03:38:32','2006-02-15 22:13:45'),(4736,174,1,13185,'0.99','2005-08-19 14:22:30','2006-02-15 22:13:45'),(4737,174,1,15892,'1.99','2005-08-23 17:01:00','2006-02-15 22:13:45'),(4738,174,1,15975,'4.99','2005-08-23 20:06:23','2006-02-15 22:13:45'),(4739,175,2,1495,'0.99','2005-06-15 21:54:31','2006-02-15 22:13:45'),(4740,175,2,3266,'4.99','2005-06-21 04:49:07','2006-02-15 22:13:45'),(4741,175,1,3625,'4.99','2005-07-06 06:12:52','2006-02-15 22:13:45'),(4742,175,2,4167,'5.99','2005-07-07 09:37:08','2006-02-15 22:13:45'),(4743,175,1,5232,'1.99','2005-07-09 12:35:08','2006-02-15 22:13:45'),(4744,175,2,6865,'7.99','2005-07-12 20:02:40','2006-02-15 22:13:45'),(4745,175,1,7448,'2.99','2005-07-27 18:06:30','2006-02-15 22:13:45'),(4746,175,1,7771,'0.99','2005-07-28 06:52:12','2006-02-15 22:13:45'),(4747,175,1,8244,'2.99','2005-07-29 00:35:34','2006-02-15 22:13:45'),(4748,175,1,8264,'4.99','2005-07-29 01:18:50','2006-02-15 22:13:45'),(4749,175,1,8440,'3.99','2005-07-29 07:31:26','2006-02-15 22:13:45'),(4750,175,1,8817,'4.99','2005-07-29 22:09:08','2006-02-15 22:13:45'),(4751,175,2,9941,'4.99','2005-07-31 15:31:25','2006-02-15 22:13:45'),(4752,175,2,10229,'7.99','2005-08-01 01:45:26','2006-02-15 22:13:45'),(4753,175,1,10875,'0.99','2005-08-02 00:31:44','2006-02-15 22:13:45'),(4754,175,2,11618,'4.99','2005-08-17 04:01:36','2006-02-15 22:13:45'),(4755,175,1,12509,'0.99','2005-08-18 13:21:52','2006-02-15 22:13:45'),(4756,175,1,13016,'4.99','2005-08-19 07:57:14','2006-02-15 22:13:45'),(4757,175,2,13833,'6.99','2005-08-20 14:00:29','2006-02-15 22:13:45'),(4758,175,2,13997,'6.99','2005-08-20 19:51:28','2006-02-15 22:13:45'),(4759,175,2,14507,'4.99','2005-08-21 14:32:45','2006-02-15 22:13:45'),(4760,175,2,14897,'2.99','2005-08-22 04:22:31','2006-02-15 22:13:45'),(4761,175,2,14060,'3.98','2006-02-14 15:16:03','2006-02-15 22:13:45'),(4762,175,2,13161,'0.00','2006-02-14 15:16:03','2006-02-15 22:13:46'),(4763,176,1,172,'0.99','2005-05-26 03:17:42','2006-02-15 22:13:46'),(4764,176,2,380,'6.99','2005-05-27 09:34:39','2006-02-15 22:13:46'),(4765,176,1,553,'3.99','2005-05-28 08:14:44','2006-02-15 22:13:46'),(4766,176,1,663,'1.99','2005-05-28 21:23:02','2006-02-15 22:13:46'),(4767,176,1,1062,'7.99','2005-05-31 08:38:20','2006-02-15 22:13:46'),(4768,176,1,1291,'5.99','2005-06-15 08:55:01','2006-02-15 22:13:46'),(4769,176,1,1741,'7.99','2005-06-16 16:31:37','2006-02-15 22:13:46'),(4770,176,1,1836,'6.99','2005-06-16 23:13:05','2006-02-15 22:13:46'),(4771,176,1,2181,'8.99','2005-06-18 00:48:31','2006-02-15 22:13:46'),(4772,176,1,2218,'2.99','2005-06-18 03:13:13','2006-02-15 22:13:46'),(4773,176,2,2427,'2.99','2005-06-18 17:45:00','2006-02-15 22:13:46'),(4774,176,2,2503,'1.99','2005-06-18 23:17:19','2006-02-15 22:13:46'),(4775,176,1,2922,'4.99','2005-06-20 04:13:47','2006-02-15 22:13:46'),(4776,176,1,3643,'4.99','2005-07-06 07:20:08','2006-02-15 22:13:46'),(4777,176,2,3931,'6.99','2005-07-06 21:03:46','2006-02-15 22:13:46'),(4778,176,2,4121,'3.99','2005-07-07 07:13:50','2006-02-15 22:13:46'),(4779,176,1,6035,'2.99','2005-07-11 03:01:45','2006-02-15 22:13:46'),(4780,176,1,6354,'6.99','2005-07-11 20:54:27','2006-02-15 22:13:46'),(4781,176,1,7017,'4.99','2005-07-27 02:16:03','2006-02-15 22:13:46'),(4782,176,1,7025,'2.99','2005-07-27 02:40:29','2006-02-15 22:13:46'),(4783,176,1,7210,'2.99','2005-07-27 09:19:05','2006-02-15 22:13:46'),(4784,176,2,7521,'2.99','2005-07-27 21:04:42','2006-02-15 22:13:46'),(4785,176,1,7751,'5.99','2005-07-28 05:56:13','2006-02-15 22:13:46'),(4786,176,1,8279,'2.99','2005-07-29 01:43:37','2006-02-15 22:13:46'),(4787,176,2,9145,'6.99','2005-07-30 10:27:55','2006-02-15 22:13:46'),(4788,176,1,10277,'2.99','2005-08-01 03:22:41','2006-02-15 22:13:46'),(4789,176,2,10441,'0.99','2005-08-01 08:55:56','2006-02-15 22:13:46'),(4790,176,1,10862,'2.99','2005-08-02 00:17:34','2006-02-15 22:13:46'),(4791,176,1,11678,'5.99','2005-08-17 06:07:39','2006-02-15 22:13:46'),(4792,176,1,12299,'2.99','2005-08-18 05:32:32','2006-02-15 22:13:46'),(4793,176,1,12718,'2.99','2005-08-18 21:21:44','2006-02-15 22:13:46'),(4794,176,1,13170,'7.99','2005-08-19 13:45:48','2006-02-15 22:13:46'),(4795,176,2,13186,'5.99','2005-08-19 14:23:19','2006-02-15 22:13:46'),(4796,176,1,14083,'7.99','2005-08-20 23:42:31','2006-02-15 22:13:46'),(4797,176,2,14232,'1.99','2005-08-21 05:07:02','2006-02-15 22:13:46'),(4798,176,2,15311,'4.99','2005-08-22 19:56:52','2006-02-15 22:13:46'),(4799,176,1,15933,'4.99','2005-08-23 18:36:44','2006-02-15 22:13:46'),(4800,177,1,1393,'2.99','2005-06-15 16:12:50','2006-02-15 22:13:46'),(4801,177,1,1524,'2.99','2005-06-16 00:25:52','2006-02-15 22:13:46'),(4802,177,2,1621,'4.99','2005-06-16 07:24:12','2006-02-15 22:13:47'),(4803,177,1,1738,'0.99','2005-06-16 16:07:27','2006-02-15 22:13:47'),(4804,177,2,2467,'2.99','2005-06-18 20:20:05','2006-02-15 22:13:47'),(4805,177,1,4760,'0.99','2005-07-08 14:48:07','2006-02-15 22:13:47'),(4806,177,2,6217,'9.99','2005-07-11 13:13:45','2006-02-15 22:13:47'),(4807,177,1,6284,'2.99','2005-07-11 16:51:39','2006-02-15 22:13:47'),(4808,177,1,7493,'3.99','2005-07-27 19:55:46','2006-02-15 22:13:47'),(4809,177,2,7674,'1.99','2005-07-28 02:54:30','2006-02-15 22:13:47'),(4810,177,1,8139,'0.99','2005-07-28 20:16:30','2006-02-15 22:13:47'),(4811,177,2,9190,'1.99','2005-07-30 12:24:17','2006-02-15 22:13:47'),(4812,177,2,10321,'4.99','2005-08-01 04:40:02','2006-02-15 22:13:47'),(4813,177,1,10661,'2.99','2005-08-01 16:48:31','2006-02-15 22:13:47'),(4814,177,1,10710,'0.99','2005-08-01 18:44:36','2006-02-15 22:13:47'),(4815,177,1,11195,'0.99','2005-08-02 11:42:23','2006-02-15 22:13:47'),(4816,177,1,11376,'5.99','2005-08-02 18:16:00','2006-02-15 22:13:47'),(4817,177,2,11662,'6.99','2005-08-17 05:27:37','2006-02-15 22:13:47'),(4818,177,1,12623,'4.99','2005-08-18 17:34:19','2006-02-15 22:13:47'),(4819,177,2,14093,'0.99','2005-08-21 00:21:29','2006-02-15 22:13:47'),(4820,177,2,14310,'0.99','2005-08-21 07:44:32','2006-02-15 22:13:47'),(4821,177,2,14849,'2.99','2005-08-22 02:15:26','2006-02-15 22:13:47'),(4822,177,2,14883,'0.99','2005-08-22 03:55:02','2006-02-15 22:13:47'),(4823,178,1,1292,'6.99','2005-06-15 09:03:52','2006-02-15 22:13:47'),(4824,178,2,1458,'6.99','2005-06-15 20:24:05','2006-02-15 22:13:47'),(4825,178,2,1568,'2.99','2005-06-16 03:14:01','2006-02-15 22:13:47'),(4826,178,2,1745,'3.99','2005-06-16 16:41:16','2006-02-15 22:13:47'),(4827,178,2,2124,'1.99','2005-06-17 20:49:14','2006-02-15 22:13:47'),(4828,178,1,2293,'4.99','2005-06-18 07:45:03','2006-02-15 22:13:47'),(4829,178,2,2844,'6.99','2005-06-19 22:40:12','2006-02-15 22:13:47'),(4830,178,1,2898,'9.99','2005-06-20 02:38:06','2006-02-15 22:13:47'),(4831,178,1,4915,'2.99','2005-07-08 21:31:22','2006-02-15 22:13:47'),(4832,178,1,5015,'2.99','2005-07-09 01:54:24','2006-02-15 22:13:47'),(4833,178,1,5057,'4.99','2005-07-09 04:20:29','2006-02-15 22:13:47'),(4834,178,1,5094,'10.99','2005-07-09 05:59:47','2006-02-15 22:13:47'),(4835,178,1,5984,'2.99','2005-07-11 00:44:36','2006-02-15 22:13:47'),(4836,178,2,6347,'4.99','2005-07-11 20:18:53','2006-02-15 22:13:48'),(4837,178,1,6554,'5.99','2005-07-12 05:07:26','2006-02-15 22:13:48'),(4838,178,1,6566,'6.99','2005-07-12 05:42:53','2006-02-15 22:13:48'),(4839,178,2,6606,'2.99','2005-07-12 08:03:40','2006-02-15 22:13:48'),(4840,178,1,7959,'4.99','2005-07-28 13:43:20','2006-02-15 22:13:48'),(4841,178,2,8069,'0.99','2005-07-28 17:23:46','2006-02-15 22:13:48'),(4842,178,1,8287,'3.99','2005-07-29 02:03:58','2006-02-15 22:13:48'),(4843,178,2,8388,'5.99','2005-07-29 05:48:15','2006-02-15 22:13:48'),(4844,178,2,8696,'4.99','2005-07-29 16:45:18','2006-02-15 22:13:48'),(4845,178,2,9004,'4.99','2005-07-30 05:04:27','2006-02-15 22:13:48'),(4846,178,1,9311,'7.99','2005-07-30 16:58:31','2006-02-15 22:13:48'),(4847,178,2,9879,'4.99','2005-07-31 13:45:32','2006-02-15 22:13:48'),(4848,178,2,10125,'0.99','2005-07-31 21:33:03','2006-02-15 22:13:48'),(4849,178,2,10562,'0.99','2005-08-01 13:05:52','2006-02-15 22:13:48'),(4850,178,1,10802,'5.99','2005-08-01 22:18:32','2006-02-15 22:13:48'),(4851,178,2,11319,'6.99','2005-08-02 16:10:09','2006-02-15 22:13:48'),(4852,178,2,11884,'6.99','2005-08-17 14:43:23','2006-02-15 22:13:48'),(4853,178,2,11927,'3.99','2005-08-17 16:25:03','2006-02-15 22:13:48'),(4854,178,2,12049,'6.99','2005-08-17 20:53:27','2006-02-15 22:13:48'),(4855,178,2,12727,'2.99','2005-08-18 21:45:15','2006-02-15 22:13:48'),(4856,178,1,13127,'2.99','2005-08-19 12:04:03','2006-02-15 22:13:48'),(4857,178,1,14104,'4.99','2005-08-21 00:37:44','2006-02-15 22:13:48'),(4858,178,1,14257,'7.99','2005-08-21 05:52:57','2006-02-15 22:13:48'),(4859,178,2,14314,'2.99','2005-08-21 07:50:14','2006-02-15 22:13:48'),(4860,178,1,15323,'4.99','2005-08-22 20:22:40','2006-02-15 22:13:48'),(4861,178,1,12897,'4.99','2006-02-14 15:16:03','2006-02-15 22:13:48'),(4862,179,1,502,'0.99','2005-05-28 01:34:43','2006-02-15 22:13:48'),(4863,179,1,759,'6.99','2005-05-29 10:57:57','2006-02-15 22:13:48'),(4864,179,1,1046,'4.99','2005-05-31 06:42:30','2006-02-15 22:13:48'),(4865,179,2,1286,'7.99','2005-06-15 08:41:13','2006-02-15 22:13:48'),(4866,179,1,2613,'4.99','2005-06-19 07:25:50','2006-02-15 22:13:48'),(4867,179,1,3671,'6.99','2005-07-06 09:01:29','2006-02-15 22:13:48'),(4868,179,1,3844,'0.99','2005-07-06 16:37:58','2006-02-15 22:13:48'),(4869,179,1,4618,'2.99','2005-07-08 08:00:20','2006-02-15 22:13:48'),(4870,179,2,6071,'6.99','2005-07-11 04:50:03','2006-02-15 22:13:48'),(4871,179,1,6616,'7.99','2005-07-12 08:37:30','2006-02-15 22:13:48'),(4872,179,1,6806,'2.99','2005-07-12 17:31:43','2006-02-15 22:13:48'),(4873,179,1,7028,'6.99','2005-07-27 02:54:25','2006-02-15 22:13:48'),(4874,179,1,7054,'4.99','2005-07-27 03:43:28','2006-02-15 22:13:48'),(4875,179,1,7609,'4.99','2005-07-28 00:11:00','2006-02-15 22:13:48'),(4876,179,1,8573,'2.99','2005-07-29 11:51:25','2006-02-15 22:13:49'),(4877,179,1,8731,'8.99','2005-07-29 18:23:57','2006-02-15 22:13:49'),(4878,179,2,9491,'4.99','2005-07-30 23:45:23','2006-02-15 22:13:49'),(4879,179,2,9893,'0.99','2005-07-31 14:07:21','2006-02-15 22:13:49'),(4880,179,1,10156,'4.99','2005-07-31 22:36:00','2006-02-15 22:13:49'),(4881,179,1,10385,'4.99','2005-08-01 06:39:55','2006-02-15 22:13:49'),(4882,179,2,10569,'3.99','2005-08-01 13:18:23','2006-02-15 22:13:49'),(4883,179,1,11342,'0.99','2005-08-02 17:11:35','2006-02-15 22:13:49'),(4884,179,2,13240,'0.99','2005-08-19 16:22:14','2006-02-15 22:13:49'),(4885,179,1,13400,'4.99','2005-08-19 22:11:44','2006-02-15 22:13:49'),(4886,179,2,13844,'7.99','2005-08-20 14:30:26','2006-02-15 22:13:49'),(4887,179,2,13957,'0.99','2005-08-20 18:09:04','2006-02-15 22:13:49'),(4888,179,2,14082,'7.99','2005-08-20 23:42:00','2006-02-15 22:13:49'),(4889,179,1,14589,'0.99','2005-08-21 17:28:55','2006-02-15 22:13:49'),(4890,179,1,15985,'4.99','2005-08-23 20:20:23','2006-02-15 22:13:49'),(4891,180,1,1122,'2.99','2005-05-31 16:39:33','2006-02-15 22:13:49'),(4892,180,2,2700,'2.99','2005-06-19 13:31:52','2006-02-15 22:13:49'),(4893,180,1,2798,'2.99','2005-06-19 19:07:48','2006-02-15 22:13:49'),(4894,180,2,4826,'7.99','2005-07-08 17:44:25','2006-02-15 22:13:49'),(4895,180,1,4924,'9.99','2005-07-08 21:55:25','2006-02-15 22:13:49'),(4896,180,2,5384,'0.99','2005-07-09 19:17:46','2006-02-15 22:13:49'),(4897,180,2,5773,'0.99','2005-07-10 13:31:09','2006-02-15 22:13:49'),(4898,180,1,5860,'3.99','2005-07-10 18:08:49','2006-02-15 22:13:49'),(4899,180,1,7274,'2.99','2005-07-27 11:35:34','2006-02-15 22:13:49'),(4900,180,2,8540,'2.99','2005-07-29 10:52:51','2006-02-15 22:13:49'),(4901,180,2,8720,'5.99','2005-07-29 17:48:32','2006-02-15 22:13:49'),(4902,180,1,9373,'0.99','2005-07-30 19:05:36','2006-02-15 22:13:49'),(4903,180,2,9995,'3.99','2005-07-31 17:30:47','2006-02-15 22:13:49'),(4904,180,1,10576,'5.99','2005-08-01 13:46:02','2006-02-15 22:13:49'),(4905,180,1,10992,'8.99','2005-08-02 04:41:17','2006-02-15 22:13:49'),(4906,180,1,12313,'8.99','2005-08-18 06:07:31','2006-02-15 22:13:49'),(4907,180,1,13283,'2.99','2005-08-19 18:10:19','2006-02-15 22:13:49'),(4908,180,2,13842,'4.99','2005-08-20 14:29:37','2006-02-15 22:13:49'),(4909,180,1,13994,'2.99','2005-08-20 19:33:21','2006-02-15 22:13:49'),(4910,180,1,14109,'0.99','2005-08-21 00:52:58','2006-02-15 22:13:49'),(4911,180,1,14851,'2.99','2005-08-22 02:20:44','2006-02-15 22:13:49'),(4912,180,1,15039,'4.99','2005-08-22 09:37:54','2006-02-15 22:13:49'),(4913,180,1,12901,'4.99','2006-02-14 15:16:03','2006-02-15 22:13:49'),(4914,181,2,579,'6.99','2005-05-28 11:19:23','2006-02-15 22:13:49'),(4915,181,1,1638,'2.99','2005-06-16 08:32:36','2006-02-15 22:13:50'),(4916,181,1,2645,'5.99','2005-06-19 09:50:35','2006-02-15 22:13:50'),(4917,181,2,3449,'5.99','2005-06-21 21:01:27','2006-02-15 22:13:50'),(4918,181,2,3469,'4.99','2005-06-21 22:48:59','2006-02-15 22:13:50'),(4919,181,1,3862,'6.99','2005-07-06 17:35:22','2006-02-15 22:13:50'),(4920,181,2,4428,'4.99','2005-07-07 22:29:40','2006-02-15 22:13:50'),(4921,181,2,6477,'4.99','2005-07-12 01:38:42','2006-02-15 22:13:50'),(4922,181,1,6946,'8.99','2005-07-26 23:40:07','2006-02-15 22:13:50'),(4923,181,1,7393,'0.99','2005-07-27 16:02:52','2006-02-15 22:13:50'),(4924,181,1,7632,'4.99','2005-07-28 01:02:40','2006-02-15 22:13:50'),(4925,181,1,8593,'5.99','2005-07-29 12:38:14','2006-02-15 22:13:50'),(4926,181,1,8601,'9.99','2005-07-29 13:03:31','2006-02-15 22:13:50'),(4927,181,2,9214,'4.99','2005-07-30 13:10:14','2006-02-15 22:13:50'),(4928,181,2,9235,'5.99','2005-07-30 13:47:17','2006-02-15 22:13:50'),(4929,181,1,9357,'8.99','2005-07-30 18:37:00','2006-02-15 22:13:50'),(4930,181,1,9844,'4.99','2005-07-31 12:26:31','2006-02-15 22:13:50'),(4931,181,2,10262,'4.99','2005-08-01 03:01:26','2006-02-15 22:13:50'),(4932,181,2,10362,'6.99','2005-08-01 05:55:13','2006-02-15 22:13:50'),(4933,181,2,10703,'2.99','2005-08-01 18:37:39','2006-02-15 22:13:50'),(4934,181,1,10748,'4.99','2005-08-01 20:01:24','2006-02-15 22:13:50'),(4935,181,1,10773,'6.99','2005-08-01 20:53:45','2006-02-15 22:13:50'),(4936,181,2,11224,'4.99','2005-08-02 12:40:38','2006-02-15 22:13:50'),(4937,181,1,12363,'7.99','2005-08-18 07:52:49','2006-02-15 22:13:50'),(4938,181,1,12411,'0.99','2005-08-18 09:47:57','2006-02-15 22:13:50'),(4939,181,1,12678,'2.99','2005-08-18 19:41:27','2006-02-15 22:13:50'),(4940,181,2,12939,'2.99','2005-08-19 05:38:25','2006-02-15 22:13:50'),(4941,181,2,13118,'4.99','2005-08-19 11:39:58','2006-02-15 22:13:50'),(4942,181,2,13405,'4.99','2005-08-19 22:20:49','2006-02-15 22:13:50'),(4943,181,2,13415,'2.99','2005-08-19 22:48:09','2006-02-15 22:13:50'),(4944,181,2,14406,'3.99','2005-08-21 10:46:35','2006-02-15 22:13:50'),(4945,181,2,15196,'2.99','2005-08-22 16:11:32','2006-02-15 22:13:50'),(4946,181,2,15482,'4.99','2005-08-23 02:01:20','2006-02-15 22:13:50'),(4947,181,2,13008,'2.99','2006-02-14 15:16:03','2006-02-15 22:13:50'),(4948,182,2,161,'0.99','2005-05-26 01:51:48','2006-02-15 22:13:50'),(4949,182,2,425,'3.99','2005-05-27 15:51:30','2006-02-15 22:13:50'),(4950,182,2,1542,'3.99','2005-06-16 01:20:05','2006-02-15 22:13:50'),(4951,182,1,2049,'2.99','2005-06-17 14:58:36','2006-02-15 22:13:50'),(4952,182,2,2120,'5.99','2005-06-17 20:36:50','2006-02-15 22:13:51'),(4953,182,1,2234,'0.99','2005-06-18 04:01:28','2006-02-15 22:13:51'),(4954,182,1,3509,'2.99','2005-07-06 00:24:57','2006-02-15 22:13:51'),(4955,182,1,3697,'6.99','2005-07-06 10:07:22','2006-02-15 22:13:51'),(4956,182,1,4174,'2.99','2005-07-07 09:59:49','2006-02-15 22:13:51'),(4957,182,1,4349,'0.99','2005-07-07 19:02:37','2006-02-15 22:13:51'),(4958,182,2,4513,'1.99','2005-07-08 02:39:59','2006-02-15 22:13:51'),(4959,182,2,4591,'3.99','2005-07-08 06:29:43','2006-02-15 22:13:51'),(4960,182,2,4784,'0.99','2005-07-08 16:09:56','2006-02-15 22:13:51'),(4961,182,1,5521,'2.99','2005-07-10 01:31:22','2006-02-15 22:13:51'),(4962,182,2,7229,'0.99','2005-07-27 10:00:54','2006-02-15 22:13:51'),(4963,182,2,7863,'0.99','2005-07-28 10:05:46','2006-02-15 22:13:51'),(4964,182,2,7880,'4.99','2005-07-28 10:30:37','2006-02-15 22:13:51'),(4965,182,2,8048,'8.99','2005-07-28 16:50:26','2006-02-15 22:13:51'),(4966,182,1,11055,'4.99','2005-08-02 06:36:05','2006-02-15 22:13:51'),(4967,182,2,11785,'3.99','2005-08-17 10:54:46','2006-02-15 22:13:51'),(4968,182,1,12573,'4.99','2005-08-18 15:32:57','2006-02-15 22:13:51'),(4969,182,1,12840,'6.99','2005-08-19 01:54:11','2006-02-15 22:13:51'),(4970,182,1,13285,'2.99','2005-08-19 18:18:44','2006-02-15 22:13:51'),(4971,182,1,14586,'5.99','2005-08-21 17:19:09','2006-02-15 22:13:51'),(4972,182,1,14953,'6.99','2005-08-22 06:23:54','2006-02-15 22:13:51'),(4973,182,1,15043,'1.99','2005-08-22 09:49:32','2006-02-15 22:13:51'),(4974,183,1,382,'0.99','2005-05-27 10:12:00','2006-02-15 22:13:51'),(4975,183,1,1279,'0.99','2005-06-15 08:13:57','2006-02-15 22:13:51'),(4976,183,2,2188,'1.99','2005-06-18 01:19:04','2006-02-15 22:13:51'),(4977,183,2,2471,'5.99','2005-06-18 20:31:00','2006-02-15 22:13:51'),(4978,183,1,3381,'5.99','2005-06-21 14:02:59','2006-02-15 22:13:51'),(4979,183,1,3869,'2.99','2005-07-06 17:56:46','2006-02-15 22:13:51'),(4980,183,2,4134,'0.99','2005-07-07 08:14:24','2006-02-15 22:13:51'),(4981,183,2,4157,'2.99','2005-07-07 09:04:26','2006-02-15 22:13:51'),(4982,183,1,5069,'1.99','2005-07-09 04:56:30','2006-02-15 22:13:51'),(4983,183,2,5756,'0.99','2005-07-10 12:39:28','2006-02-15 22:13:51'),(4984,183,1,6472,'4.99','2005-07-12 01:33:25','2006-02-15 22:13:51'),(4985,183,1,6569,'4.99','2005-07-12 05:47:40','2006-02-15 22:13:51'),(4986,183,2,7359,'0.99','2005-07-27 14:51:04','2006-02-15 22:13:51'),(4987,183,2,9672,'5.99','2005-07-31 06:34:06','2006-02-15 22:13:51'),(4988,183,1,9818,'4.99','2005-07-31 11:34:32','2006-02-15 22:13:51'),(4989,183,2,9931,'2.99','2005-07-31 15:18:19','2006-02-15 22:13:52'),(4990,183,2,10620,'5.99','2005-08-01 15:09:17','2006-02-15 22:13:52'),(4991,183,2,11386,'2.99','2005-08-02 18:24:03','2006-02-15 22:13:52'),(4992,183,2,12451,'0.99','2005-08-18 11:04:42','2006-02-15 22:13:52'),(4993,183,2,12764,'3.99','2005-08-18 23:14:15','2006-02-15 22:13:52'),(4994,183,2,12831,'3.99','2005-08-19 01:40:43','2006-02-15 22:13:52'),(4995,183,1,13482,'2.99','2005-08-20 01:14:30','2006-02-15 22:13:52'),(4996,183,1,13536,'4.99','2005-08-20 03:35:16','2006-02-15 22:13:52'),(4997,184,1,196,'2.99','2005-05-26 06:55:58','2006-02-15 22:13:52'),(4998,184,2,534,'4.99','2005-05-28 06:15:25','2006-02-15 22:13:52'),(4999,184,1,567,'1.99','2005-05-28 09:56:20','2006-02-15 22:13:52'),(5000,184,2,1976,'2.99','2005-06-17 09:38:08','2006-02-15 22:13:52'),(5001,184,1,2312,'0.99','2005-06-18 08:55:46','2006-02-15 22:13:52'),(5002,184,1,4314,'0.99','2005-07-07 17:38:31','2006-02-15 22:13:52'),(5003,184,2,4882,'6.99','2005-07-08 19:42:03','2006-02-15 22:13:52'),(5004,184,1,5891,'0.99','2005-07-10 20:01:17','2006-02-15 22:13:52'),(5005,184,2,6493,'2.99','2005-07-12 02:40:41','2006-02-15 22:13:52'),(5006,184,2,6700,'6.99','2005-07-12 12:47:22','2006-02-15 22:13:52'),(5007,184,2,7051,'4.99','2005-07-27 03:34:37','2006-02-15 22:13:52'),(5008,184,2,7686,'6.99','2005-07-28 03:19:23','2006-02-15 22:13:52'),(5009,184,1,8892,'4.99','2005-07-30 00:47:03','2006-02-15 22:13:52'),(5010,184,1,9162,'0.99','2005-07-30 11:21:56','2006-02-15 22:13:52'),(5011,184,2,12166,'9.99','2005-08-18 00:57:06','2006-02-15 22:13:52'),(5012,184,2,12454,'2.99','2005-08-18 11:19:02','2006-02-15 22:13:52'),(5013,184,1,12532,'2.99','2005-08-18 13:57:58','2006-02-15 22:13:52'),(5014,184,1,13134,'0.99','2005-08-19 12:14:14','2006-02-15 22:13:52'),(5015,184,1,13262,'5.99','2005-08-19 17:20:15','2006-02-15 22:13:52'),(5016,184,1,13303,'4.99','2005-08-19 18:55:21','2006-02-15 22:13:52'),(5017,184,2,14472,'4.99','2005-08-21 13:13:57','2006-02-15 22:13:52'),(5018,184,1,14801,'5.99','2005-08-22 00:46:54','2006-02-15 22:13:53'),(5019,184,2,15611,'0.99','2005-08-23 06:56:18','2006-02-15 22:13:53'),(5020,185,2,20,'2.99','2005-05-25 01:48:41','2006-02-15 22:13:53'),(5021,185,2,154,'0.99','2005-05-26 00:55:56','2006-02-15 22:13:53'),(5022,185,1,646,'0.99','2005-05-28 19:16:14','2006-02-15 22:13:53'),(5023,185,1,2459,'4.99','2005-06-18 19:44:08','2006-02-15 22:13:53'),(5024,185,1,3314,'4.99','2005-06-21 08:17:00','2006-02-15 22:13:53'),(5025,185,1,3325,'4.99','2005-06-21 08:51:44','2006-02-15 22:13:53'),(5026,185,1,4186,'9.99','2005-07-07 10:32:25','2006-02-15 22:13:53'),(5027,185,1,4524,'2.99','2005-07-08 03:10:48','2006-02-15 22:13:53'),(5028,185,2,4822,'7.99','2005-07-08 17:28:47','2006-02-15 22:13:53'),(5029,185,2,6106,'2.99','2005-07-11 07:05:06','2006-02-15 22:13:53'),(5030,185,1,6418,'1.99','2005-07-11 23:36:27','2006-02-15 22:13:53'),(5031,185,1,6965,'2.99','2005-07-27 00:15:18','2006-02-15 22:13:53'),(5032,185,1,7066,'4.99','2005-07-27 03:53:52','2006-02-15 22:13:53'),(5033,185,1,8200,'2.99','2005-07-28 23:10:46','2006-02-15 22:13:53'),(5034,185,2,8442,'0.99','2005-07-29 07:33:07','2006-02-15 22:13:53'),(5035,185,1,8684,'8.99','2005-07-29 16:16:33','2006-02-15 22:13:53'),(5036,185,2,9246,'0.99','2005-07-30 14:12:31','2006-02-15 22:13:53'),(5037,185,2,9473,'2.99','2005-07-30 23:04:13','2006-02-15 22:13:53'),(5038,185,2,11355,'0.99','2005-08-02 17:37:43','2006-02-15 22:13:53'),(5039,185,1,12312,'2.99','2005-08-18 06:07:26','2006-02-15 22:13:53'),(5040,185,1,12674,'5.99','2005-08-18 19:24:56','2006-02-15 22:13:53'),(5041,185,1,12885,'0.99','2005-08-19 03:37:25','2006-02-15 22:13:53'),(5042,185,2,14513,'2.99','2005-08-21 14:51:35','2006-02-15 22:13:53'),(5043,186,1,581,'1.99','2005-05-28 11:20:29','2006-02-15 22:13:53'),(5044,186,2,958,'0.99','2005-05-30 17:58:03','2006-02-15 22:13:53'),(5045,186,1,1192,'4.99','2005-06-15 01:18:39','2006-02-15 22:13:53'),(5046,186,1,1300,'2.99','2005-06-15 09:36:19','2006-02-15 22:13:53'),(5047,186,1,1663,'2.99','2005-06-16 10:14:15','2006-02-15 22:13:53'),(5048,186,2,2132,'4.99','2005-06-17 21:05:06','2006-02-15 22:13:53'),(5049,186,2,2875,'4.99','2005-06-20 00:47:18','2006-02-15 22:13:53'),(5050,186,1,3039,'4.99','2005-06-20 12:32:30','2006-02-15 22:13:53'),(5051,186,2,6067,'4.99','2005-07-11 04:34:49','2006-02-15 22:13:53'),(5052,186,2,7739,'0.99','2005-07-28 05:21:51','2006-02-15 22:13:54'),(5053,186,1,7915,'3.99','2005-07-28 11:49:46','2006-02-15 22:13:54'),(5054,186,1,8483,'4.99','2005-07-29 08:50:18','2006-02-15 22:13:54'),(5055,186,2,8872,'0.99','2005-07-30 00:13:54','2006-02-15 22:13:54'),(5056,186,2,9303,'2.99','2005-07-30 16:35:59','2006-02-15 22:13:54'),(5057,186,2,9360,'5.99','2005-07-30 18:39:43','2006-02-15 22:13:54'),(5058,186,1,10104,'1.99','2005-07-31 20:49:14','2006-02-15 22:13:54'),(5059,186,1,10985,'0.99','2005-08-02 04:30:19','2006-02-15 22:13:54'),(5060,186,1,11982,'0.99','2005-08-17 18:13:07','2006-02-15 22:13:54'),(5061,186,1,12348,'5.99','2005-08-18 07:21:47','2006-02-15 22:13:54'),(5062,186,1,12438,'8.99','2005-08-18 10:42:52','2006-02-15 22:13:54'),(5063,186,1,13168,'6.99','2005-08-19 13:37:28','2006-02-15 22:13:54'),(5064,186,2,13517,'4.99','2005-08-20 02:33:17','2006-02-15 22:13:54'),(5065,186,1,13853,'3.99','2005-08-20 14:47:02','2006-02-15 22:13:54'),(5066,186,1,14006,'2.99','2005-08-20 20:21:36','2006-02-15 22:13:54'),(5067,186,2,14229,'4.99','2005-08-21 04:57:15','2006-02-15 22:13:54'),(5068,186,2,14646,'4.99','2005-08-21 19:14:48','2006-02-15 22:13:54'),(5069,186,2,14988,'3.99','2005-08-22 07:46:05','2006-02-15 22:13:54'),(5070,186,2,15001,'0.99','2005-08-22 08:00:49','2006-02-15 22:13:54'),(5071,186,2,15295,'3.99','2005-08-22 19:36:21','2006-02-15 22:13:54'),(5072,186,1,15596,'0.99','2005-08-23 06:19:51','2006-02-15 22:13:54'),(5073,186,1,14216,'2.99','2006-02-14 15:16:03','2006-02-15 22:13:54'),(5074,187,1,252,'7.99','2005-05-26 14:39:53','2006-02-15 22:13:54'),(5075,187,2,1323,'6.99','2005-06-15 10:55:17','2006-02-15 22:13:54'),(5076,187,2,1462,'4.99','2005-06-15 20:37:40','2006-02-15 22:13:54'),(5077,187,2,1592,'0.99','2005-06-16 05:14:37','2006-02-15 22:13:54'),(5078,187,2,2127,'0.99','2005-06-17 20:54:48','2006-02-15 22:13:54'),(5079,187,2,2533,'0.99','2005-06-19 01:34:26','2006-02-15 22:13:54'),(5080,187,1,2742,'5.99','2005-06-19 16:05:47','2006-02-15 22:13:54'),(5081,187,1,3402,'2.99','2005-06-21 15:54:37','2006-02-15 22:13:54'),(5082,187,2,3709,'10.99','2005-07-06 10:26:56','2006-02-15 22:13:54'),(5083,187,1,4429,'4.99','2005-07-07 22:32:47','2006-02-15 22:13:54'),(5084,187,2,5366,'0.99','2005-07-09 18:28:37','2006-02-15 22:13:54'),(5085,187,1,5738,'8.99','2005-07-10 11:50:51','2006-02-15 22:13:54'),(5086,187,2,5833,'6.99','2005-07-10 16:39:24','2006-02-15 22:13:54'),(5087,187,1,6057,'3.99','2005-07-11 04:03:40','2006-02-15 22:13:54'),(5088,187,2,6428,'2.99','2005-07-12 00:01:51','2006-02-15 22:13:54'),(5089,187,2,7289,'4.99','2005-07-27 12:26:51','2006-02-15 22:13:55'),(5090,187,2,7844,'7.99','2005-07-28 09:16:19','2006-02-15 22:13:55'),(5091,187,2,7967,'7.99','2005-07-28 13:56:51','2006-02-15 22:13:55'),(5092,187,1,9241,'2.99','2005-07-30 13:58:41','2006-02-15 22:13:55'),(5093,187,1,11843,'2.99','2005-08-17 13:14:50','2006-02-15 22:13:55'),(5094,187,2,12307,'8.99','2005-08-18 05:48:23','2006-02-15 22:13:55'),(5095,187,2,12490,'9.99','2005-08-18 12:48:45','2006-02-15 22:13:55'),(5096,187,1,12534,'7.99','2005-08-18 14:04:41','2006-02-15 22:13:55'),(5097,187,2,13940,'8.99','2005-08-20 17:28:57','2006-02-15 22:13:55'),(5098,187,2,14855,'8.99','2005-08-22 02:27:32','2006-02-15 22:13:55'),(5099,187,2,15231,'4.99','2005-08-22 17:32:57','2006-02-15 22:13:55'),(5100,187,2,15517,'2.99','2005-08-23 03:13:01','2006-02-15 22:13:55'),(5101,187,2,15971,'7.99','2005-08-23 19:59:33','2006-02-15 22:13:55'),(5102,188,2,1527,'2.99','2005-06-16 00:31:40','2006-02-15 22:13:55'),(5103,188,2,1927,'0.99','2005-06-17 06:48:19','2006-02-15 22:13:55'),(5104,188,1,2515,'4.99','2005-06-18 23:57:31','2006-02-15 22:13:55'),(5105,188,2,2733,'4.99','2005-06-19 15:21:53','2006-02-15 22:13:55'),(5106,188,2,3848,'3.99','2005-07-06 16:47:32','2006-02-15 22:13:55'),(5107,188,2,4150,'2.99','2005-07-07 08:43:22','2006-02-15 22:13:55'),(5108,188,2,5356,'2.99','2005-07-09 18:08:28','2006-02-15 22:13:55'),(5109,188,2,5729,'5.99','2005-07-10 11:27:25','2006-02-15 22:13:55'),(5110,188,2,6555,'4.99','2005-07-12 05:08:16','2006-02-15 22:13:55'),(5111,188,2,7042,'0.99','2005-07-27 03:20:18','2006-02-15 22:13:55'),(5112,188,1,7556,'4.99','2005-07-27 22:17:17','2006-02-15 22:13:55'),(5113,188,2,9613,'4.99','2005-07-31 03:58:53','2006-02-15 22:13:55'),(5114,188,2,10453,'5.99','2005-08-01 09:13:27','2006-02-15 22:13:55'),(5115,188,1,10494,'0.99','2005-08-01 10:45:21','2006-02-15 22:13:55'),(5116,188,2,10719,'4.99','2005-08-01 19:00:28','2006-02-15 22:13:55'),(5117,188,2,10757,'4.99','2005-08-01 20:22:44','2006-02-15 22:13:55'),(5118,188,2,11378,'2.99','2005-08-02 18:16:52','2006-02-15 22:13:55'),(5119,188,1,13570,'2.99','2005-08-20 05:04:57','2006-02-15 22:13:55'),(5120,188,1,13787,'5.99','2005-08-20 12:15:23','2006-02-15 22:13:55'),(5121,188,1,14399,'2.99','2005-08-21 10:33:23','2006-02-15 22:13:55'),(5122,188,2,14809,'2.99','2005-08-22 01:00:42','2006-02-15 22:13:55'),(5123,188,2,15319,'2.99','2005-08-22 20:17:17','2006-02-15 22:13:55'),(5124,188,2,15409,'0.99','2005-08-22 23:26:32','2006-02-15 22:13:55'),(5125,188,2,15474,'4.99','2005-08-23 01:39:10','2006-02-15 22:13:55'),(5126,188,1,14503,'2.99','2006-02-14 15:16:03','2006-02-15 22:13:56'),(5127,189,2,1117,'5.99','2005-05-31 16:15:31','2006-02-15 22:13:56'),(5128,189,1,1541,'0.99','2005-06-16 01:15:59','2006-02-15 22:13:56'),(5129,189,1,1834,'0.99','2005-06-16 22:49:08','2006-02-15 22:13:56'),(5130,189,2,2905,'1.99','2005-06-20 02:56:16','2006-02-15 22:13:56'),(5131,189,1,3108,'6.99','2005-06-20 17:28:43','2006-02-15 22:13:56'),(5132,189,1,3346,'2.99','2005-06-21 11:06:53','2006-02-15 22:13:56'),(5133,189,1,3763,'0.99','2005-07-06 12:56:31','2006-02-15 22:13:56'),(5134,189,2,3813,'4.99','2005-07-06 15:23:34','2006-02-15 22:13:56'),(5135,189,2,4203,'0.99','2005-07-07 11:24:14','2006-02-15 22:13:56'),(5136,189,1,6193,'5.99','2005-07-11 11:46:57','2006-02-15 22:13:56'),(5137,189,1,7469,'4.99','2005-07-27 18:57:40','2006-02-15 22:13:56'),(5138,189,1,7675,'4.99','2005-07-28 02:55:20','2006-02-15 22:13:56'),(5139,189,2,7790,'2.99','2005-07-28 07:22:35','2006-02-15 22:13:56'),(5140,189,2,9171,'5.99','2005-07-30 11:36:24','2006-02-15 22:13:56'),(5141,189,2,9386,'0.99','2005-07-30 19:26:21','2006-02-15 22:13:56'),(5142,189,1,9506,'4.99','2005-07-31 00:19:01','2006-02-15 22:13:56'),(5143,189,1,10247,'9.99','2005-08-01 02:34:06','2006-02-15 22:13:56'),(5144,189,2,11059,'6.99','2005-08-02 06:41:38','2006-02-15 22:13:56'),(5145,189,2,13601,'6.99','2005-08-20 06:01:15','2006-02-15 22:13:56'),(5146,189,1,13766,'3.99','2005-08-20 11:42:01','2006-02-15 22:13:56'),(5147,189,1,15773,'1.99','2005-08-23 13:24:57','2006-02-15 22:13:56'),(5148,189,1,16008,'5.99','2005-08-23 21:04:51','2006-02-15 22:13:56'),(5149,190,2,430,'4.99','2005-05-27 16:22:10','2006-02-15 22:13:56'),(5150,190,1,693,'2.99','2005-05-29 01:42:31','2006-02-15 22:13:56'),(5151,190,1,1319,'2.99','2005-06-15 10:39:05','2006-02-15 22:13:56'),(5152,190,1,1347,'2.99','2005-06-15 12:43:43','2006-02-15 22:13:56'),(5153,190,1,2057,'4.99','2005-06-17 15:31:58','2006-02-15 22:13:56'),(5154,190,1,2568,'3.99','2005-06-19 04:09:03','2006-02-15 22:13:56'),(5155,190,1,3386,'4.99','2005-06-21 14:21:06','2006-02-15 22:13:56'),(5156,190,2,4005,'5.99','2005-07-07 00:22:26','2006-02-15 22:13:56'),(5157,190,1,4140,'2.99','2005-07-07 08:19:10','2006-02-15 22:13:56'),(5158,190,2,6867,'3.99','2005-07-12 20:06:47','2006-02-15 22:13:56'),(5159,190,1,7175,'4.99','2005-07-27 08:03:22','2006-02-15 22:13:56'),(5160,190,1,7386,'5.99','2005-07-27 15:52:10','2006-02-15 22:13:56'),(5161,190,2,7404,'2.99','2005-07-27 16:24:43','2006-02-15 22:13:56'),(5162,190,1,8498,'0.99','2005-07-29 09:07:38','2006-02-15 22:13:57'),(5163,190,1,11082,'5.99','2005-08-02 07:30:19','2006-02-15 22:13:57'),(5164,190,2,11158,'6.99','2005-08-02 09:58:28','2006-02-15 22:13:57'),(5165,190,2,11276,'4.99','2005-08-02 14:28:46','2006-02-15 22:13:57'),(5166,190,2,11312,'6.99','2005-08-02 15:56:51','2006-02-15 22:13:57'),(5167,190,2,11750,'0.99','2005-08-17 09:07:00','2006-02-15 22:13:57'),(5168,190,2,11950,'9.99','2005-08-17 17:13:16','2006-02-15 22:13:57'),(5169,190,1,12270,'2.99','2005-08-18 04:32:05','2006-02-15 22:13:57'),(5170,190,2,12381,'0.99','2005-08-18 08:31:43','2006-02-15 22:13:57'),(5171,190,2,14065,'0.99','2005-08-20 22:40:47','2006-02-15 22:13:57'),(5172,190,2,14141,'4.99','2005-08-21 02:07:22','2006-02-15 22:13:57'),(5173,190,2,14166,'2.99','2005-08-21 02:59:31','2006-02-15 22:13:57'),(5174,190,2,14650,'0.99','2005-08-21 19:24:51','2006-02-15 22:13:57'),(5175,190,2,15167,'4.99','2006-02-14 15:16:03','2006-02-15 22:13:57'),(5176,191,1,1134,'2.99','2005-05-31 19:14:15','2006-02-15 22:13:57'),(5177,191,2,1152,'4.99','2005-05-31 21:32:17','2006-02-15 22:13:57'),(5178,191,2,1173,'2.99','2005-06-14 23:54:46','2006-02-15 22:13:57'),(5179,191,1,1278,'0.99','2005-06-15 08:09:12','2006-02-15 22:13:57'),(5180,191,1,1677,'2.99','2005-06-16 11:07:11','2006-02-15 22:13:57'),(5181,191,2,1870,'2.99','2005-06-17 02:24:36','2006-02-15 22:13:57'),(5182,191,1,2051,'4.99','2005-06-17 15:10:16','2006-02-15 22:13:57'),(5183,191,2,2555,'2.99','2005-06-19 03:07:02','2006-02-15 22:13:57'),(5184,191,1,5338,'2.99','2005-07-09 17:07:07','2006-02-15 22:13:57'),(5185,191,2,5397,'5.99','2005-07-09 19:43:51','2006-02-15 22:13:57'),(5186,191,1,5924,'5.99','2005-07-10 21:41:23','2006-02-15 22:13:57'),(5187,191,1,7150,'6.99','2005-07-27 07:11:14','2006-02-15 22:13:57'),(5188,191,1,7450,'3.99','2005-07-27 18:18:35','2006-02-15 22:13:57'),(5189,191,1,7520,'2.99','2005-07-27 21:02:02','2006-02-15 22:13:57'),(5190,191,2,8583,'0.99','2005-07-29 12:04:50','2006-02-15 22:13:57'),(5191,191,1,9297,'4.99','2005-07-30 16:26:29','2006-02-15 22:13:57'),(5192,191,1,9964,'4.99','2005-07-31 16:17:39','2006-02-15 22:13:57'),(5193,191,2,10532,'2.99','2005-08-01 12:06:35','2006-02-15 22:13:57'),(5194,191,2,15375,'4.99','2005-08-22 22:12:02','2006-02-15 22:13:57'),(5195,191,1,14361,'0.99','2006-02-14 15:16:03','2006-02-15 22:13:57'),(5196,192,1,895,'1.99','2005-05-30 08:50:43','2006-02-15 22:13:57'),(5197,192,1,2760,'3.99','2005-06-19 17:16:33','2006-02-15 22:13:57'),(5198,192,1,3902,'2.99','2005-07-06 19:25:18','2006-02-15 22:13:57'),(5199,192,1,4469,'4.99','2005-07-08 00:18:32','2006-02-15 22:13:57'),(5200,192,1,5400,'2.99','2005-07-09 19:56:40','2006-02-15 22:13:58'),(5201,192,2,6223,'0.99','2005-07-11 13:27:09','2006-02-15 22:13:58'),(5202,192,2,6691,'0.99','2005-07-12 12:26:38','2006-02-15 22:13:58'),(5203,192,2,7147,'2.99','2005-07-27 07:02:34','2006-02-15 22:13:58'),(5204,192,2,8051,'0.99','2005-07-28 16:56:16','2006-02-15 22:13:58'),(5205,192,2,8292,'7.99','2005-07-29 02:29:36','2006-02-15 22:13:58'),(5206,192,1,9462,'7.99','2005-07-30 22:30:44','2006-02-15 22:13:58'),(5207,192,1,9831,'2.99','2005-07-31 11:59:32','2006-02-15 22:13:58'),(5208,192,2,10238,'0.99','2005-08-01 02:08:05','2006-02-15 22:13:58'),(5209,192,1,10843,'7.99','2005-08-01 23:43:03','2006-02-15 22:13:58'),(5210,192,1,11385,'4.99','2005-08-02 18:23:11','2006-02-15 22:13:58'),(5211,192,1,11815,'4.99','2005-08-17 12:13:26','2006-02-15 22:13:58'),(5212,192,1,13125,'5.99','2005-08-19 11:57:49','2006-02-15 22:13:58'),(5213,192,2,14146,'4.99','2005-08-21 02:13:31','2006-02-15 22:13:58'),(5214,192,2,14238,'7.99','2005-08-21 05:16:40','2006-02-15 22:13:58'),(5215,192,1,14404,'4.99','2005-08-21 10:43:04','2006-02-15 22:13:58'),(5216,192,2,14692,'6.99','2005-08-21 20:43:21','2006-02-15 22:13:58'),(5217,192,2,15855,'2.99','2005-08-23 15:59:01','2006-02-15 22:13:58'),(5218,192,1,11611,'4.99','2006-02-14 15:16:03','2006-02-15 22:13:58'),(5219,193,2,273,'2.99','2005-05-26 16:29:36','2006-02-15 22:13:58'),(5220,193,2,464,'0.99','2005-05-27 20:42:44','2006-02-15 22:13:58'),(5221,193,1,1325,'4.99','2005-06-15 11:03:24','2006-02-15 22:13:58'),(5222,193,2,2377,'6.99','2005-06-18 14:56:23','2006-02-15 22:13:58'),(5223,193,2,2841,'6.99','2005-06-19 22:21:06','2006-02-15 22:13:58'),(5224,193,2,2846,'4.99','2005-06-19 22:52:14','2006-02-15 22:13:58'),(5225,193,2,2880,'2.99','2005-06-20 01:24:54','2006-02-15 22:13:58'),(5226,193,1,3297,'8.99','2005-06-21 07:08:19','2006-02-15 22:13:58'),(5227,193,1,4892,'6.99','2005-07-08 20:06:25','2006-02-15 22:13:58'),(5228,193,1,8211,'2.99','2005-07-28 23:34:22','2006-02-15 22:13:58'),(5229,193,1,8379,'4.99','2005-07-29 05:29:40','2006-02-15 22:13:58'),(5230,193,1,8431,'4.99','2005-07-29 07:12:48','2006-02-15 22:13:58'),(5231,193,1,9079,'2.99','2005-07-30 08:02:00','2006-02-15 22:13:58'),(5232,193,1,9575,'4.99','2005-07-31 02:51:53','2006-02-15 22:13:58'),(5233,193,2,10462,'2.99','2005-08-01 09:38:28','2006-02-15 22:13:58'),(5234,193,2,12384,'0.99','2005-08-18 08:36:58','2006-02-15 22:13:58'),(5235,193,2,12658,'4.99','2005-08-18 19:05:42','2006-02-15 22:13:58'),(5236,193,1,13529,'2.99','2005-08-20 03:07:47','2006-02-15 22:13:58'),(5237,193,1,13608,'0.99','2005-08-20 06:10:44','2006-02-15 22:13:59'),(5238,193,1,14679,'2.99','2005-08-21 20:14:58','2006-02-15 22:13:59'),(5239,193,1,14927,'4.99','2005-08-22 05:31:53','2006-02-15 22:13:59'),(5240,193,2,15164,'4.99','2005-08-22 14:47:53','2006-02-15 22:13:59'),(5241,193,2,15344,'6.99','2005-08-22 21:01:48','2006-02-15 22:13:59'),(5242,193,2,15495,'5.99','2005-08-23 02:26:10','2006-02-15 22:13:59'),(5243,193,2,15729,'2.99','2006-02-14 15:16:03','2006-02-15 22:13:59'),(5244,194,2,334,'4.99','2005-05-27 03:03:07','2006-02-15 22:13:59'),(5245,194,2,677,'7.99','2005-05-28 23:00:08','2006-02-15 22:13:59'),(5246,194,1,1430,'0.99','2005-06-15 18:24:55','2006-02-15 22:13:59'),(5247,194,1,2245,'7.99','2005-06-18 04:52:59','2006-02-15 22:13:59'),(5248,194,1,2347,'2.99','2005-06-18 12:12:29','2006-02-15 22:13:59'),(5249,194,1,2463,'3.99','2005-06-18 20:01:43','2006-02-15 22:13:59'),(5250,194,1,2807,'3.99','2005-06-19 19:32:53','2006-02-15 22:13:59'),(5251,194,2,4231,'7.99','2005-07-07 12:48:19','2006-02-15 22:13:59'),(5252,194,2,5146,'2.99','2005-07-09 08:14:58','2006-02-15 22:13:59'),(5253,194,1,5291,'2.99','2005-07-09 15:15:02','2006-02-15 22:13:59'),(5254,194,2,5894,'3.99','2005-07-10 20:09:34','2006-02-15 22:13:59'),(5255,194,1,9064,'7.99','2005-07-30 07:24:55','2006-02-15 22:13:59'),(5256,194,2,11475,'5.99','2005-08-02 21:55:09','2006-02-15 22:13:59'),(5257,194,2,12851,'3.99','2005-08-19 02:12:12','2006-02-15 22:13:59'),(5258,194,1,13515,'0.99','2005-08-20 02:29:47','2006-02-15 22:13:59'),(5259,194,2,13616,'7.99','2005-08-20 06:30:33','2006-02-15 22:13:59'),(5260,194,1,14440,'4.99','2005-08-21 11:59:04','2006-02-15 22:13:59'),(5261,194,2,15937,'4.99','2005-08-23 18:43:22','2006-02-15 22:13:59'),(5262,195,1,4234,'6.99','2005-07-07 13:01:35','2006-02-15 22:13:59'),(5263,195,1,4315,'2.99','2005-07-07 17:40:26','2006-02-15 22:13:59'),(5264,195,1,5228,'4.99','2005-07-09 12:26:01','2006-02-15 22:13:59'),(5265,195,1,5536,'0.99','2005-07-10 02:29:42','2006-02-15 22:13:59'),(5266,195,2,6175,'4.99','2005-07-11 10:44:37','2006-02-15 22:13:59'),(5267,195,1,7349,'2.99','2005-07-27 14:33:00','2006-02-15 22:13:59'),(5268,195,2,8280,'4.99','2005-07-29 01:45:51','2006-02-15 22:13:59'),(5269,195,2,8479,'0.99','2005-07-29 08:42:04','2006-02-15 22:13:59'),(5270,195,2,9188,'6.99','2005-07-30 12:19:54','2006-02-15 22:13:59'),(5271,195,1,9870,'5.99','2005-07-31 13:22:51','2006-02-15 22:13:59'),(5272,195,1,9994,'4.99','2005-07-31 17:30:31','2006-02-15 22:13:59'),(5273,195,2,10911,'4.99','2005-08-02 01:58:36','2006-02-15 22:14:00'),(5274,195,1,11201,'7.99','2005-08-02 11:49:16','2006-02-15 22:14:00'),(5275,195,2,11787,'2.99','2005-08-17 10:59:00','2006-02-15 22:14:00'),(5276,195,2,12099,'0.99','2005-08-17 22:38:54','2006-02-15 22:14:00'),(5277,195,2,12941,'0.99','2005-08-19 05:39:26','2006-02-15 22:14:00'),(5278,195,2,13741,'0.99','2005-08-20 10:48:47','2006-02-15 22:14:00'),(5279,195,2,14751,'7.99','2005-08-21 23:11:23','2006-02-15 22:14:00'),(5280,195,2,16040,'11.99','2005-08-23 22:19:33','2006-02-15 22:14:00'),(5281,196,2,106,'11.99','2005-05-25 18:18:19','2006-02-15 22:14:00'),(5282,196,2,178,'5.99','2005-05-26 04:21:46','2006-02-15 22:14:00'),(5283,196,2,491,'2.99','2005-05-28 00:13:35','2006-02-15 22:14:00'),(5284,196,1,1053,'1.99','2005-05-31 07:12:44','2006-02-15 22:14:00'),(5285,196,1,1182,'5.99','2005-06-15 00:45:21','2006-02-15 22:14:00'),(5286,196,1,1348,'2.99','2005-06-15 12:45:30','2006-02-15 22:14:00'),(5287,196,2,1600,'0.99','2005-06-16 06:04:12','2006-02-15 22:14:00'),(5288,196,1,2681,'0.99','2005-06-19 12:15:27','2006-02-15 22:14:00'),(5289,196,2,2912,'4.99','2005-06-20 03:32:45','2006-02-15 22:14:00'),(5290,196,1,3104,'4.99','2005-06-20 17:06:46','2006-02-15 22:14:00'),(5291,196,2,3271,'5.99','2005-06-21 05:16:10','2006-02-15 22:14:00'),(5292,196,2,3342,'4.99','2005-06-21 10:46:36','2006-02-15 22:14:00'),(5293,196,1,4879,'2.99','2005-07-08 19:34:55','2006-02-15 22:14:00'),(5294,196,2,4999,'4.99','2005-07-09 01:12:57','2006-02-15 22:14:00'),(5295,196,2,5143,'4.99','2005-07-09 08:07:07','2006-02-15 22:14:00'),(5296,196,2,5353,'3.99','2005-07-09 18:04:29','2006-02-15 22:14:00'),(5297,196,2,5768,'4.99','2005-07-10 13:15:26','2006-02-15 22:14:00'),(5298,196,2,6857,'4.99','2005-07-12 19:53:30','2006-02-15 22:14:00'),(5299,196,2,7666,'3.99','2005-07-28 02:35:12','2006-02-15 22:14:00'),(5300,196,2,8266,'0.99','2005-07-29 01:20:16','2006-02-15 22:14:00'),(5301,196,2,8472,'1.99','2005-07-29 08:36:22','2006-02-15 22:14:00'),(5302,196,2,8700,'0.99','2005-07-29 16:56:01','2006-02-15 22:14:00'),(5303,196,1,9346,'5.99','2005-07-30 18:13:52','2006-02-15 22:14:00'),(5304,196,1,9721,'6.99','2005-07-31 08:28:46','2006-02-15 22:14:00'),(5305,196,1,9804,'4.99','2005-07-31 11:07:39','2006-02-15 22:14:00'),(5306,196,2,10122,'10.99','2005-07-31 21:29:28','2006-02-15 22:14:00'),(5307,196,1,10191,'4.99','2005-08-01 00:28:38','2006-02-15 22:14:00'),(5308,196,1,11104,'2.99','2005-08-02 08:09:58','2006-02-15 22:14:01'),(5309,196,2,12430,'0.99','2005-08-18 10:32:41','2006-02-15 22:14:01'),(5310,196,2,12684,'0.99','2005-08-18 19:51:27','2006-02-15 22:14:01'),(5311,196,2,12836,'0.99','2005-08-19 01:48:33','2006-02-15 22:14:01'),(5312,196,1,13799,'8.99','2005-08-20 12:36:42','2006-02-15 22:14:01'),(5313,196,2,14410,'5.99','2005-08-21 10:54:49','2006-02-15 22:14:01'),(5314,196,1,14698,'5.99','2005-08-21 20:49:58','2006-02-15 22:14:01'),(5315,196,2,15980,'0.99','2005-08-23 20:10:13','2006-02-15 22:14:01'),(5316,197,2,94,'2.99','2005-05-25 16:03:42','2006-02-15 22:14:01'),(5317,197,1,215,'0.99','2005-05-26 09:02:47','2006-02-15 22:14:01'),(5318,197,1,391,'2.99','2005-05-27 11:03:55','2006-02-15 22:14:01'),(5319,197,2,649,'1.99','2005-05-28 19:35:45','2006-02-15 22:14:01'),(5320,197,1,683,'2.99','2005-05-29 00:09:48','2006-02-15 22:14:01'),(5321,197,2,730,'3.99','2005-05-29 07:00:59','2006-02-15 22:14:01'),(5322,197,1,903,'3.99','2005-05-30 10:11:29','2006-02-15 22:14:01'),(5323,197,1,918,'0.99','2005-05-30 11:32:24','2006-02-15 22:14:01'),(5324,197,2,1175,'2.99','2005-06-15 00:15:15','2006-02-15 22:14:01'),(5325,197,1,1363,'0.99','2005-06-15 14:05:11','2006-02-15 22:14:01'),(5326,197,1,1503,'2.99','2005-06-15 22:07:09','2006-02-15 22:14:01'),(5327,197,2,1605,'8.99','2005-06-16 06:17:55','2006-02-15 22:14:01'),(5328,197,2,1919,'4.99','2005-06-17 05:40:52','2006-02-15 22:14:01'),(5329,197,1,2090,'2.99','2005-06-17 18:06:14','2006-02-15 22:14:01'),(5330,197,1,2750,'4.99','2005-06-19 16:37:24','2006-02-15 22:14:01'),(5331,197,2,2781,'2.99','2005-06-19 18:24:42','2006-02-15 22:14:01'),(5332,197,1,4486,'8.99','2005-07-08 01:09:09','2006-02-15 22:14:01'),(5333,197,2,4739,'4.99','2005-07-08 13:25:57','2006-02-15 22:14:01'),(5334,197,2,5182,'6.99','2005-07-09 10:08:10','2006-02-15 22:14:01'),(5335,197,2,5344,'0.99','2005-07-09 17:27:05','2006-02-15 22:14:01'),(5336,197,1,8165,'2.99','2005-07-28 21:23:06','2006-02-15 22:14:01'),(5337,197,2,9378,'4.99','2005-07-30 19:12:54','2006-02-15 22:14:01'),(5338,197,1,9476,'0.99','2005-07-30 23:06:40','2006-02-15 22:14:01'),(5339,197,2,9585,'4.99','2005-07-31 03:05:55','2006-02-15 22:14:01'),(5340,197,2,10460,'3.99','2005-08-01 09:31:00','2006-02-15 22:14:01'),(5341,197,2,10666,'0.99','2005-08-01 16:56:36','2006-02-15 22:14:01'),(5342,197,2,10739,'4.99','2005-08-01 19:46:11','2006-02-15 22:14:01'),(5343,197,1,10743,'2.99','2005-08-01 19:55:09','2006-02-15 22:14:01'),(5344,197,1,11018,'4.99','2005-08-02 05:27:53','2006-02-15 22:14:02'),(5345,197,1,11215,'4.99','2005-08-02 12:20:42','2006-02-15 22:14:02'),(5346,197,1,11311,'4.99','2005-08-02 15:53:48','2006-02-15 22:14:02'),(5347,197,1,11478,'2.99','2005-08-02 22:09:05','2006-02-15 22:14:02'),(5348,197,1,11643,'1.99','2005-08-17 04:49:35','2006-02-15 22:14:02'),(5349,197,1,12799,'0.99','2005-08-19 00:27:01','2006-02-15 22:14:02'),(5350,197,2,13913,'3.99','2005-08-20 16:37:35','2006-02-15 22:14:02'),(5351,197,1,14069,'9.99','2005-08-20 22:51:25','2006-02-15 22:14:02'),(5352,197,2,14951,'4.99','2005-08-22 06:19:37','2006-02-15 22:14:02'),(5353,197,1,15078,'2.99','2005-08-22 11:09:31','2006-02-15 22:14:02'),(5354,197,2,15233,'0.99','2005-08-22 17:41:53','2006-02-15 22:14:02'),(5355,197,1,15540,'8.99','2005-08-23 04:12:52','2006-02-15 22:14:02'),(5356,198,1,357,'0.99','2005-05-27 06:37:15','2006-02-15 22:14:02'),(5357,198,1,582,'4.99','2005-05-28 11:33:46','2006-02-15 22:14:02'),(5358,198,2,639,'2.99','2005-05-28 18:25:02','2006-02-15 22:14:02'),(5359,198,1,932,'2.99','2005-05-30 12:55:36','2006-02-15 22:14:02'),(5360,198,2,1132,'4.99','2005-05-31 18:44:53','2006-02-15 22:14:02'),(5361,198,2,2185,'0.99','2005-06-18 01:12:22','2006-02-15 22:14:02'),(5362,198,2,3770,'2.99','2005-07-06 13:14:28','2006-02-15 22:14:02'),(5363,198,2,4588,'2.99','2005-07-08 06:18:01','2006-02-15 22:14:02'),(5364,198,2,4750,'0.99','2005-07-08 14:07:03','2006-02-15 22:14:02'),(5365,198,2,5794,'4.99','2005-07-10 14:34:53','2006-02-15 22:14:02'),(5366,198,2,6567,'4.99','2005-07-12 05:43:09','2006-02-15 22:14:02'),(5367,198,1,6819,'4.99','2005-07-12 18:21:01','2006-02-15 22:14:02'),(5368,198,2,6889,'4.99','2005-07-12 21:01:22','2006-02-15 22:14:02'),(5369,198,1,7287,'0.99','2005-07-27 12:24:12','2006-02-15 22:14:02'),(5370,198,1,7441,'5.99','2005-07-27 17:46:53','2006-02-15 22:14:02'),(5371,198,1,7583,'2.99','2005-07-27 23:15:22','2006-02-15 22:14:02'),(5372,198,2,7622,'0.99','2005-07-28 00:37:34','2006-02-15 22:14:02'),(5373,198,1,8145,'5.99','2005-07-28 20:34:41','2006-02-15 22:14:02'),(5374,198,2,9389,'0.99','2005-07-30 19:27:59','2006-02-15 22:14:02'),(5375,198,1,10112,'4.99','2005-07-31 21:08:56','2006-02-15 22:14:02'),(5376,198,1,10147,'2.99','2005-07-31 22:18:43','2006-02-15 22:14:02'),(5377,198,1,10679,'0.99','2005-08-01 17:27:58','2006-02-15 22:14:02'),(5378,198,1,11351,'3.99','2005-08-02 17:28:07','2006-02-15 22:14:02'),(5379,198,1,11594,'6.99','2005-08-17 02:47:02','2006-02-15 22:14:02'),(5380,198,1,11756,'2.99','2005-08-17 09:29:22','2006-02-15 22:14:03'),(5381,198,1,11836,'4.99','2005-08-17 13:03:36','2006-02-15 22:14:03'),(5382,198,2,11949,'2.99','2005-08-17 17:12:26','2006-02-15 22:14:03'),(5383,198,1,11957,'1.99','2005-08-17 17:22:29','2006-02-15 22:14:03'),(5384,198,2,11985,'2.99','2005-08-17 18:19:44','2006-02-15 22:14:03'),(5385,198,2,12594,'4.99','2005-08-18 16:24:24','2006-02-15 22:14:03'),(5386,198,1,12862,'5.99','2005-08-19 02:31:59','2006-02-15 22:14:03'),(5387,198,1,13768,'5.99','2005-08-20 11:43:43','2006-02-15 22:14:03'),(5388,198,1,14214,'5.99','2005-08-21 04:30:49','2006-02-15 22:14:03'),(5389,198,2,14380,'2.99','2005-08-21 09:53:52','2006-02-15 22:14:03'),(5390,198,2,14990,'4.99','2005-08-22 07:48:01','2006-02-15 22:14:03'),(5391,198,1,15256,'6.99','2005-08-22 18:20:07','2006-02-15 22:14:03'),(5392,198,1,15433,'4.99','2005-08-23 00:27:18','2006-02-15 22:14:03'),(5393,199,1,499,'7.99','2005-05-28 01:05:07','2006-02-15 22:14:03'),(5394,199,1,1406,'4.99','2005-06-15 16:44:00','2006-02-15 22:14:03'),(5395,199,1,1910,'2.99','2005-06-17 05:11:27','2006-02-15 22:14:03'),(5396,199,1,3299,'0.99','2005-06-21 07:23:34','2006-02-15 22:14:03'),(5397,199,1,4499,'2.99','2005-07-08 02:08:48','2006-02-15 22:14:03'),(5398,199,2,4580,'8.99','2005-07-08 06:04:23','2006-02-15 22:14:03'),(5399,199,1,4976,'4.99','2005-07-09 00:03:30','2006-02-15 22:14:03'),(5400,199,2,5398,'2.99','2005-07-09 19:44:58','2006-02-15 22:14:03'),(5401,199,2,5680,'5.99','2005-07-10 08:47:36','2006-02-15 22:14:03'),(5402,199,2,6668,'2.99','2005-07-12 11:37:45','2006-02-15 22:14:03'),(5403,199,2,6782,'4.99','2005-07-12 16:23:25','2006-02-15 22:14:03'),(5404,199,1,7782,'4.99','2005-07-28 07:13:40','2006-02-15 22:14:03'),(5405,199,1,8709,'0.99','2005-07-29 17:25:54','2006-02-15 22:14:03'),(5406,199,1,9752,'2.99','2005-07-31 09:22:02','2006-02-15 22:14:03'),(5407,199,2,9894,'4.99','2005-07-31 14:07:44','2006-02-15 22:14:03'),(5408,199,1,9959,'4.99','2005-07-31 16:04:22','2006-02-15 22:14:03'),(5409,199,1,10196,'2.99','2005-08-01 00:34:51','2006-02-15 22:14:03'),(5410,199,2,10517,'4.99','2005-08-01 11:41:57','2006-02-15 22:14:03'),(5411,199,1,10850,'8.99','2005-08-01 23:53:45','2006-02-15 22:14:03'),(5412,199,1,11454,'2.99','2005-08-02 21:04:39','2006-02-15 22:14:03'),(5413,199,1,12386,'0.99','2005-08-18 08:45:57','2006-02-15 22:14:03'),(5414,199,2,14320,'4.99','2005-08-21 08:04:40','2006-02-15 22:14:03'),(5415,199,2,15412,'0.99','2005-08-22 23:37:11','2006-02-15 22:14:03'),(5416,199,2,15751,'3.99','2005-08-23 12:41:07','2006-02-15 22:14:04'),(5417,199,2,13952,'2.99','2006-02-14 15:16:03','2006-02-15 22:14:04'),(5418,200,2,270,'9.99','2005-05-26 16:20:56','2006-02-15 22:14:04'),(5419,200,2,1296,'1.99','2005-06-15 09:23:59','2006-02-15 22:14:04'),(5420,200,2,1309,'4.99','2005-06-15 10:10:49','2006-02-15 22:14:04'),(5421,200,2,1899,'6.99','2005-06-17 04:29:15','2006-02-15 22:14:04'),(5422,200,1,2227,'4.99','2005-06-18 03:43:23','2006-02-15 22:14:04'),(5423,200,2,2667,'3.99','2005-06-19 11:28:46','2006-02-15 22:14:04'),(5424,200,2,2717,'4.99','2005-06-19 14:46:10','2006-02-15 22:14:04'),(5425,200,1,3190,'3.99','2005-06-20 23:27:15','2006-02-15 22:14:04'),(5426,200,1,3580,'4.99','2005-07-06 03:48:44','2006-02-15 22:14:04'),(5427,200,1,5110,'2.99','2005-07-09 06:57:25','2006-02-15 22:14:04'),(5428,200,1,6123,'0.99','2005-07-11 08:02:27','2006-02-15 22:14:04'),(5429,200,2,6167,'2.99','2005-07-11 10:21:21','2006-02-15 22:14:04'),(5430,200,1,6181,'4.99','2005-07-11 11:10:11','2006-02-15 22:14:04'),(5431,200,1,6947,'3.99','2005-07-26 23:42:03','2006-02-15 22:14:04'),(5432,200,1,7574,'2.99','2005-07-27 22:53:00','2006-02-15 22:14:04'),(5433,200,2,8368,'3.99','2005-07-29 05:15:41','2006-02-15 22:14:04'),(5434,200,2,8462,'2.99','2005-07-29 08:15:42','2006-02-15 22:14:04'),(5435,200,1,9527,'6.99','2005-07-31 01:02:24','2006-02-15 22:14:04'),(5436,200,1,10685,'2.99','2005-08-01 17:49:38','2006-02-15 22:14:04'),(5437,200,1,11356,'8.99','2005-08-02 17:42:40','2006-02-15 22:14:04'),(5438,200,1,13737,'5.99','2005-08-20 10:41:50','2006-02-15 22:14:04'),(5439,200,1,14034,'10.99','2005-08-20 21:31:52','2006-02-15 22:14:04'),(5440,200,2,14521,'6.99','2005-08-21 15:01:32','2006-02-15 22:14:04'),(5441,200,2,15691,'4.99','2005-08-23 09:53:54','2006-02-15 22:14:04'),(5442,200,2,15742,'5.99','2005-08-23 12:11:37','2006-02-15 22:14:04'),(5443,200,1,15961,'6.99','2005-08-23 19:35:42','2006-02-15 22:14:04'),(5444,200,2,11866,'2.99','2006-02-14 15:16:03','2006-02-15 22:14:04'),(5445,201,1,311,'3.99','2005-05-26 22:51:37','2006-02-15 22:14:04'),(5446,201,1,670,'6.99','2005-05-28 22:04:03','2006-02-15 22:14:04'),(5447,201,2,756,'5.99','2005-05-29 10:28:45','2006-02-15 22:14:04'),(5448,201,1,2047,'1.99','2005-06-17 14:40:58','2006-02-15 22:14:04'),(5449,201,1,2157,'3.99','2005-06-17 23:30:52','2006-02-15 22:14:04'),(5450,201,2,2359,'6.99','2005-06-18 13:04:42','2006-02-15 22:14:04'),(5451,201,1,3106,'4.99','2005-06-20 17:18:06','2006-02-15 22:14:04'),(5452,201,1,3364,'7.99','2005-06-21 12:37:46','2006-02-15 22:14:05'),(5453,201,2,3528,'4.99','2005-07-06 01:13:27','2006-02-15 22:14:05'),(5454,201,2,3708,'6.99','2005-07-06 10:23:27','2006-02-15 22:14:05'),(5455,201,1,7106,'0.99','2005-07-27 05:21:24','2006-02-15 22:14:05'),(5456,201,2,7606,'2.99','2005-07-28 00:02:15','2006-02-15 22:14:05'),(5457,201,2,9355,'0.99','2005-07-30 18:35:25','2006-02-15 22:14:05'),(5458,201,2,10750,'5.99','2005-08-01 20:06:00','2006-02-15 22:14:05'),(5459,201,2,10865,'3.99','2005-08-02 00:22:46','2006-02-15 22:14:05'),(5460,201,1,10891,'0.99','2005-08-02 01:09:55','2006-02-15 22:14:05'),(5461,201,2,11807,'0.99','2005-08-17 11:51:15','2006-02-15 22:14:05'),(5462,201,2,13076,'4.99','2005-08-19 10:10:26','2006-02-15 22:14:05'),(5463,201,2,13613,'9.99','2005-08-20 06:23:53','2006-02-15 22:14:05'),(5464,201,2,13671,'3.99','2005-08-20 08:27:03','2006-02-15 22:14:05'),(5465,201,2,13672,'2.99','2005-08-20 08:27:27','2006-02-15 22:14:05'),(5466,201,2,14656,'2.99','2005-08-21 19:39:28','2006-02-15 22:14:05'),(5467,201,1,14973,'2.99','2005-08-22 06:59:28','2006-02-15 22:14:05'),(5468,201,1,15887,'2.99','2005-08-23 16:54:09','2006-02-15 22:14:05'),(5469,201,2,15974,'5.99','2005-08-23 20:06:04','2006-02-15 22:14:05'),(5470,202,1,1474,'2.99','2005-06-15 20:55:42','2006-02-15 22:14:05'),(5471,202,1,1535,'4.99','2005-06-16 00:52:04','2006-02-15 22:14:05'),(5472,202,1,3008,'0.99','2005-06-20 10:23:25','2006-02-15 22:14:05'),(5473,202,2,3148,'0.99','2005-06-20 20:27:18','2006-02-15 22:14:05'),(5474,202,1,3861,'8.99','2005-07-06 17:24:49','2006-02-15 22:14:05'),(5475,202,2,4567,'4.99','2005-07-08 05:20:04','2006-02-15 22:14:05'),(5476,202,2,5194,'2.99','2005-07-09 10:31:34','2006-02-15 22:14:05'),(5477,202,1,5297,'2.99','2005-07-09 15:32:29','2006-02-15 22:14:05'),(5478,202,2,5838,'2.99','2005-07-10 17:04:56','2006-02-15 22:14:05'),(5479,202,1,7613,'2.99','2005-07-28 00:13:58','2006-02-15 22:14:05'),(5480,202,1,8351,'2.99','2005-07-29 04:50:53','2006-02-15 22:14:05'),(5481,202,1,8779,'2.99','2005-07-29 20:15:00','2006-02-15 22:14:05'),(5482,202,1,8830,'2.99','2005-07-29 22:34:35','2006-02-15 22:14:05'),(5483,202,2,8930,'0.99','2005-07-30 02:28:38','2006-02-15 22:14:05'),(5484,202,2,9057,'2.99','2005-07-30 07:14:18','2006-02-15 22:14:05'),(5485,202,2,9467,'8.99','2005-07-30 22:45:34','2006-02-15 22:14:05'),(5486,202,2,9751,'4.99','2005-07-31 09:20:50','2006-02-15 22:14:05'),(5487,202,1,10375,'2.99','2005-08-01 06:26:22','2006-02-15 22:14:05'),(5488,202,1,11210,'4.99','2005-08-02 12:15:54','2006-02-15 22:14:06'),(5489,202,2,11924,'4.99','2005-08-17 16:22:05','2006-02-15 22:14:06'),(5490,202,2,12801,'8.99','2005-08-19 00:27:19','2006-02-15 22:14:06'),(5491,202,1,13196,'4.99','2005-08-19 14:40:32','2006-02-15 22:14:06'),(5492,202,1,13528,'3.99','2005-08-20 03:03:31','2006-02-15 22:14:06'),(5493,202,1,14019,'3.99','2005-08-20 20:59:15','2006-02-15 22:14:06'),(5494,202,1,15095,'0.99','2005-08-22 11:41:35','2006-02-15 22:14:06'),(5495,202,2,15772,'4.99','2005-08-23 13:22:56','2006-02-15 22:14:06'),(5496,203,1,314,'0.99','2005-05-26 23:09:41','2006-02-15 22:14:06'),(5497,203,1,1217,'4.99','2005-06-15 03:24:14','2006-02-15 22:14:06'),(5498,203,1,1715,'2.99','2005-06-16 14:37:12','2006-02-15 22:14:06'),(5499,203,2,2939,'7.99','2005-06-20 05:18:16','2006-02-15 22:14:06'),(5500,203,2,3406,'2.99','2005-06-21 16:00:18','2006-02-15 22:14:06'),(5501,203,2,4136,'2.99','2005-07-07 08:15:52','2006-02-15 22:14:06'),(5502,203,2,5579,'5.99','2005-07-10 04:04:29','2006-02-15 22:14:06'),(5503,203,2,7787,'6.99','2005-07-28 07:19:02','2006-02-15 22:14:06'),(5504,203,1,8039,'0.99','2005-07-28 16:35:16','2006-02-15 22:14:06'),(5505,203,1,8463,'4.99','2005-07-29 08:17:51','2006-02-15 22:14:06'),(5506,203,1,8792,'7.99','2005-07-29 20:56:14','2006-02-15 22:14:06'),(5507,203,2,9015,'10.99','2005-07-30 05:21:32','2006-02-15 22:14:06'),(5508,203,2,10700,'3.99','2005-08-01 18:26:31','2006-02-15 22:14:06'),(5509,203,2,10805,'2.99','2005-08-01 22:23:37','2006-02-15 22:14:06'),(5510,203,1,11712,'2.99','2005-08-17 07:32:51','2006-02-15 22:14:06'),(5511,203,1,12519,'0.99','2005-08-18 13:42:14','2006-02-15 22:14:06'),(5512,203,2,13841,'4.99','2005-08-20 14:25:18','2006-02-15 22:14:06'),(5513,203,2,14505,'5.99','2005-08-21 14:26:28','2006-02-15 22:14:06'),(5514,203,2,15798,'2.99','2005-08-23 14:23:03','2006-02-15 22:14:06'),(5515,203,2,15991,'2.99','2005-08-23 20:27:34','2006-02-15 22:14:06'),(5516,204,2,251,'0.99','2005-05-26 14:35:40','2006-02-15 22:14:06'),(5517,204,2,399,'4.99','2005-05-27 12:48:38','2006-02-15 22:14:06'),(5518,204,2,857,'4.99','2005-05-30 02:01:23','2006-02-15 22:14:06'),(5519,204,1,1016,'1.99','2005-05-31 02:49:43','2006-02-15 22:14:06'),(5520,204,1,1321,'2.99','2005-06-15 10:49:17','2006-02-15 22:14:06'),(5521,204,1,1616,'7.99','2005-06-16 07:04:52','2006-02-15 22:14:06'),(5522,204,1,1871,'4.99','2005-06-17 02:25:12','2006-02-15 22:14:06'),(5523,204,2,1894,'7.99','2005-06-17 04:18:48','2006-02-15 22:14:06'),(5524,204,2,2186,'2.99','2005-06-18 01:15:27','2006-02-15 22:14:07'),(5525,204,2,2734,'4.99','2005-06-19 15:36:27','2006-02-15 22:14:07'),(5526,204,1,4043,'0.99','2005-07-07 03:09:50','2006-02-15 22:14:07'),(5527,204,1,4979,'4.99','2005-07-09 00:24:34','2006-02-15 22:14:07'),(5528,204,2,5145,'0.99','2005-07-09 08:13:25','2006-02-15 22:14:07'),(5529,204,1,5619,'2.99','2005-07-10 05:29:33','2006-02-15 22:14:07'),(5530,204,2,6004,'4.99','2005-07-11 01:34:25','2006-02-15 22:14:07'),(5531,204,2,6225,'2.99','2005-07-11 13:45:14','2006-02-15 22:14:07'),(5532,204,2,6631,'0.99','2005-07-12 09:31:43','2006-02-15 22:14:07'),(5533,204,1,6694,'6.99','2005-07-12 12:39:23','2006-02-15 22:14:07'),(5534,204,2,6871,'2.99','2005-07-12 20:13:49','2006-02-15 22:14:07'),(5535,204,1,7392,'4.99','2005-07-27 16:01:05','2006-02-15 22:14:07'),(5536,204,2,9005,'0.99','2005-07-30 05:04:58','2006-02-15 22:14:07'),(5537,204,1,9394,'5.99','2005-07-30 20:06:24','2006-02-15 22:14:07'),(5538,204,2,9906,'4.99','2005-07-31 14:38:12','2006-02-15 22:14:07'),(5539,204,2,10042,'2.99','2005-07-31 19:01:25','2006-02-15 22:14:07'),(5540,204,2,10399,'5.99','2005-08-01 07:13:39','2006-02-15 22:14:07'),(5541,204,1,11261,'7.99','2005-08-02 13:54:26','2006-02-15 22:14:07'),(5542,204,2,11886,'0.99','2005-08-17 14:58:51','2006-02-15 22:14:07'),(5543,204,1,12737,'6.99','2005-08-18 22:11:37','2006-02-15 22:14:07'),(5544,204,1,13084,'0.99','2005-08-19 10:27:25','2006-02-15 22:14:07'),(5545,204,1,13416,'4.99','2005-08-19 22:48:48','2006-02-15 22:14:07'),(5546,204,2,13899,'2.99','2005-08-20 16:05:11','2006-02-15 22:14:07'),(5547,204,2,14163,'4.99','2005-08-21 02:56:52','2006-02-15 22:14:07'),(5548,204,1,14871,'0.99','2005-08-22 03:23:24','2006-02-15 22:14:07'),(5549,204,1,15364,'4.99','2005-08-22 21:41:41','2006-02-15 22:14:07'),(5550,204,2,15415,'11.99','2005-08-22 23:48:56','2006-02-15 22:14:07'),(5551,205,1,1238,'2.99','2005-06-15 04:49:08','2006-02-15 22:14:07'),(5552,205,1,1357,'4.99','2005-06-15 13:26:23','2006-02-15 22:14:07'),(5553,205,1,1767,'0.99','2005-06-16 18:01:36','2006-02-15 22:14:07'),(5554,205,2,2237,'5.99','2005-06-18 04:17:44','2006-02-15 22:14:07'),(5555,205,1,3601,'7.99','2005-07-06 05:20:25','2006-02-15 22:14:07'),(5556,205,2,4230,'3.99','2005-07-07 12:46:47','2006-02-15 22:14:07'),(5557,205,2,4377,'7.99','2005-07-07 20:28:57','2006-02-15 22:14:07'),(5558,205,1,4729,'4.99','2005-07-08 12:59:40','2006-02-15 22:14:07'),(5559,205,1,7736,'2.99','2005-07-28 05:12:04','2006-02-15 22:14:08'),(5560,205,2,7976,'7.99','2005-07-28 14:13:24','2006-02-15 22:14:08'),(5561,205,2,8896,'4.99','2005-07-30 00:51:21','2006-02-15 22:14:08'),(5562,205,2,10086,'4.99','2005-07-31 20:14:08','2006-02-15 22:14:08'),(5563,205,1,13935,'2.99','2005-08-20 17:20:49','2006-02-15 22:14:08'),(5564,205,1,14338,'0.99','2005-08-21 08:36:03','2006-02-15 22:14:08'),(5565,205,2,14391,'4.99','2005-08-21 10:16:27','2006-02-15 22:14:08'),(5566,205,1,14442,'2.99','2005-08-21 12:00:21','2006-02-15 22:14:08'),(5567,205,2,14490,'6.99','2005-08-21 13:54:15','2006-02-15 22:14:08'),(5568,205,2,15418,'0.99','2005-08-22 23:54:14','2006-02-15 22:14:08'),(5569,206,2,1872,'0.99','2005-06-17 02:27:03','2006-02-15 22:14:08'),(5570,206,2,2477,'5.99','2005-06-18 20:58:46','2006-02-15 22:14:08'),(5571,206,2,3012,'4.99','2005-06-20 10:43:13','2006-02-15 22:14:08'),(5572,206,1,3533,'5.99','2005-07-06 01:26:44','2006-02-15 22:14:08'),(5573,206,2,3831,'0.99','2005-07-06 16:06:35','2006-02-15 22:14:08'),(5574,206,1,3847,'4.99','2005-07-06 16:44:41','2006-02-15 22:14:08'),(5575,206,2,4068,'4.99','2005-07-07 04:34:38','2006-02-15 22:14:08'),(5576,206,2,4107,'4.99','2005-07-07 06:36:32','2006-02-15 22:14:08'),(5577,206,2,4823,'4.99','2005-07-08 17:28:54','2006-02-15 22:14:08'),(5578,206,1,6139,'3.99','2005-07-11 08:39:33','2006-02-15 22:14:08'),(5579,206,1,6420,'6.99','2005-07-11 23:38:49','2006-02-15 22:14:08'),(5580,206,1,7222,'4.99','2005-07-27 09:38:43','2006-02-15 22:14:08'),(5581,206,2,7541,'4.99','2005-07-27 21:40:05','2006-02-15 22:14:08'),(5582,206,1,8217,'5.99','2005-07-28 23:44:13','2006-02-15 22:14:08'),(5583,206,1,8549,'3.99','2005-07-29 11:12:13','2006-02-15 22:14:08'),(5584,206,2,9474,'2.99','2005-07-30 23:05:44','2006-02-15 22:14:08'),(5585,206,2,10930,'3.99','2005-08-02 02:38:07','2006-02-15 22:14:08'),(5586,206,1,11022,'2.99','2005-08-02 05:35:03','2006-02-15 22:14:08'),(5587,206,2,11634,'2.99','2005-08-17 04:31:49','2006-02-15 22:14:08'),(5588,206,1,13128,'4.99','2005-08-19 12:04:16','2006-02-15 22:14:08'),(5589,206,2,13232,'2.99','2005-08-19 16:13:32','2006-02-15 22:14:08'),(5590,206,2,13263,'10.99','2005-08-19 17:26:55','2006-02-15 22:14:08'),(5591,206,2,13550,'9.99','2005-08-20 03:58:51','2006-02-15 22:14:08'),(5592,206,2,13696,'0.99','2005-08-20 09:16:15','2006-02-15 22:14:08'),(5593,206,2,14695,'0.99','2005-08-21 20:46:47','2006-02-15 22:14:08'),(5594,206,2,15686,'7.99','2005-08-23 09:42:21','2006-02-15 22:14:09'),(5595,206,1,15709,'4.99','2005-08-23 10:36:00','2006-02-15 22:14:09'),(5596,207,1,39,'0.99','2005-05-25 04:51:46','2006-02-15 22:14:09'),(5597,207,1,44,'0.99','2005-05-25 05:53:23','2006-02-15 22:14:09'),(5598,207,1,659,'0.99','2005-05-28 20:27:53','2006-02-15 22:14:09'),(5599,207,2,826,'6.99','2005-05-29 21:56:15','2006-02-15 22:14:09'),(5600,207,2,896,'3.99','2005-05-30 09:03:52','2006-02-15 22:14:09'),(5601,207,2,1144,'3.99','2005-05-31 20:04:10','2006-02-15 22:14:09'),(5602,207,2,1945,'3.99','2005-06-17 07:51:26','2006-02-15 22:14:09'),(5603,207,2,3584,'2.99','2005-07-06 04:16:43','2006-02-15 22:14:09'),(5604,207,2,3687,'9.99','2005-07-06 09:38:33','2006-02-15 22:14:09'),(5605,207,1,4018,'2.99','2005-07-07 01:10:33','2006-02-15 22:14:09'),(5606,207,2,4713,'5.99','2005-07-08 12:12:33','2006-02-15 22:14:09'),(5607,207,1,4816,'0.99','2005-07-08 17:14:14','2006-02-15 22:14:09'),(5608,207,2,5007,'0.99','2005-07-09 01:26:22','2006-02-15 22:14:09'),(5609,207,1,5258,'0.99','2005-07-09 13:56:56','2006-02-15 22:14:09'),(5610,207,1,5259,'4.99','2005-07-09 14:02:50','2006-02-15 22:14:09'),(5611,207,2,5939,'0.99','2005-07-10 22:30:05','2006-02-15 22:14:09'),(5612,207,2,6465,'5.99','2005-07-12 01:17:11','2006-02-15 22:14:09'),(5613,207,1,6537,'0.99','2005-07-12 04:46:30','2006-02-15 22:14:09'),(5614,207,2,7306,'5.99','2005-07-27 12:57:26','2006-02-15 22:14:09'),(5615,207,1,7540,'5.99','2005-07-27 21:39:55','2006-02-15 22:14:09'),(5616,207,1,8800,'5.99','2005-07-29 21:18:59','2006-02-15 22:14:09'),(5617,207,2,9652,'2.99','2005-07-31 05:49:53','2006-02-15 22:14:09'),(5618,207,2,10234,'3.99','2005-08-01 01:56:20','2006-02-15 22:14:09'),(5619,207,2,10300,'0.99','2005-08-01 04:08:11','2006-02-15 22:14:09'),(5620,207,1,11112,'2.99','2005-08-02 08:25:14','2006-02-15 22:14:09'),(5621,207,2,11260,'0.99','2005-08-02 13:52:19','2006-02-15 22:14:09'),(5622,207,2,11286,'5.99','2005-08-02 14:44:22','2006-02-15 22:14:09'),(5623,207,1,11724,'6.99','2005-08-17 08:04:44','2006-02-15 22:14:09'),(5624,207,2,12108,'6.99','2005-08-17 22:56:39','2006-02-15 22:14:09'),(5625,207,2,13655,'2.99','2005-08-20 07:59:13','2006-02-15 22:14:09'),(5626,207,2,13809,'8.99','2005-08-20 12:56:03','2006-02-15 22:14:09'),(5627,207,2,13912,'9.99','2005-08-20 16:32:10','2006-02-15 22:14:09'),(5628,207,2,13954,'3.99','2005-08-20 18:02:41','2006-02-15 22:14:09'),(5629,207,1,15625,'1.99','2005-08-23 07:25:29','2006-02-15 22:14:10'),(5630,208,1,100,'4.99','2005-05-25 16:50:28','2006-02-15 22:14:10'),(5631,208,1,1805,'0.99','2005-06-16 20:36:00','2006-02-15 22:14:10'),(5632,208,1,1949,'5.99','2005-06-17 08:19:22','2006-02-15 22:14:10'),(5633,208,2,2592,'0.99','2005-06-19 05:36:54','2006-02-15 22:14:10'),(5634,208,1,2695,'2.99','2005-06-19 13:25:53','2006-02-15 22:14:10'),(5635,208,2,2907,'0.99','2005-06-20 03:15:09','2006-02-15 22:14:10'),(5636,208,2,3811,'2.99','2005-07-06 15:20:37','2006-02-15 22:14:10'),(5637,208,1,4354,'5.99','2005-07-07 19:21:02','2006-02-15 22:14:10'),(5638,208,2,4985,'4.99','2005-07-09 00:36:02','2006-02-15 22:14:10'),(5639,208,1,5117,'2.99','2005-07-09 07:11:22','2006-02-15 22:14:10'),(5640,208,2,5693,'2.99','2005-07-10 09:35:43','2006-02-15 22:14:10'),(5641,208,2,6306,'6.99','2005-07-11 18:04:26','2006-02-15 22:14:10'),(5642,208,1,6767,'1.99','2005-07-12 15:46:55','2006-02-15 22:14:10'),(5643,208,1,7315,'0.99','2005-07-27 13:14:56','2006-02-15 22:14:10'),(5644,208,1,7861,'2.99','2005-07-28 10:02:01','2006-02-15 22:14:10'),(5645,208,2,7984,'2.99','2005-07-28 14:27:51','2006-02-15 22:14:10'),(5646,208,1,8742,'1.99','2005-07-29 18:56:12','2006-02-15 22:14:10'),(5647,208,2,9298,'3.99','2005-07-30 16:27:53','2006-02-15 22:14:10'),(5648,208,1,9838,'4.99','2005-07-31 12:18:49','2006-02-15 22:14:10'),(5649,208,2,10762,'4.99','2005-08-01 20:28:39','2006-02-15 22:14:10'),(5650,208,2,10784,'5.99','2005-08-01 21:24:28','2006-02-15 22:14:10'),(5651,208,2,11442,'2.99','2005-08-02 20:26:19','2006-02-15 22:14:10'),(5652,208,2,11805,'6.99','2005-08-17 11:48:47','2006-02-15 22:14:10'),(5653,208,2,11819,'0.99','2005-08-17 12:25:17','2006-02-15 22:14:10'),(5654,208,1,13719,'5.98','2006-02-14 15:16:03','2006-02-15 22:14:10'),(5655,208,1,15717,'0.00','2006-02-14 15:16:03','2006-02-15 22:14:10'),(5656,209,2,340,'9.99','2005-05-27 03:55:25','2006-02-15 22:14:10'),(5657,209,1,471,'0.99','2005-05-27 21:32:42','2006-02-15 22:14:10'),(5658,209,2,1143,'2.99','2005-05-31 19:53:03','2006-02-15 22:14:10'),(5659,209,2,1201,'4.99','2005-06-15 02:06:28','2006-02-15 22:14:10'),(5660,209,1,1657,'4.99','2005-06-16 10:06:49','2006-02-15 22:14:10'),(5661,209,1,2650,'4.99','2005-06-19 10:21:45','2006-02-15 22:14:10'),(5662,209,1,2796,'4.99','2005-06-19 19:00:37','2006-02-15 22:14:10'),(5663,209,2,3504,'2.99','2005-07-06 00:18:29','2006-02-15 22:14:10'),(5664,209,2,4071,'5.99','2005-07-07 04:37:26','2006-02-15 22:14:11'),(5665,209,1,4309,'5.99','2005-07-07 17:29:41','2006-02-15 22:14:11'),(5666,209,2,4810,'4.99','2005-07-08 17:04:06','2006-02-15 22:14:11'),(5667,209,1,4907,'4.99','2005-07-08 21:01:41','2006-02-15 22:14:11'),(5668,209,2,5170,'3.99','2005-07-09 09:24:19','2006-02-15 22:14:11'),(5669,209,2,5219,'5.99','2005-07-09 11:57:55','2006-02-15 22:14:11'),(5670,209,1,6210,'0.99','2005-07-11 12:36:43','2006-02-15 22:14:11'),(5671,209,1,7116,'6.99','2005-07-27 05:46:43','2006-02-15 22:14:11'),(5672,209,1,7269,'3.99','2005-07-27 11:23:47','2006-02-15 22:14:11'),(5673,209,1,7505,'4.99','2005-07-27 20:28:03','2006-02-15 22:14:11'),(5674,209,2,7752,'5.99','2005-07-28 06:01:00','2006-02-15 22:14:11'),(5675,209,1,8067,'4.99','2005-07-28 17:20:17','2006-02-15 22:14:11'),(5676,209,2,8759,'8.99','2005-07-29 19:22:37','2006-02-15 22:14:11'),(5677,209,2,8816,'2.99','2005-07-29 21:53:00','2006-02-15 22:14:11'),(5678,209,2,9054,'6.99','2005-07-30 07:11:44','2006-02-15 22:14:11'),(5679,209,1,9923,'0.99','2005-07-31 15:00:15','2006-02-15 22:14:11'),(5680,209,2,10554,'2.99','2005-08-01 12:56:19','2006-02-15 22:14:11'),(5681,209,1,10646,'4.99','2005-08-01 15:57:55','2006-02-15 22:14:11'),(5682,209,2,10811,'6.99','2005-08-01 22:41:15','2006-02-15 22:14:11'),(5683,209,1,12025,'0.99','2005-08-17 19:59:06','2006-02-15 22:14:11'),(5684,209,1,13796,'8.99','2005-08-20 12:32:32','2006-02-15 22:14:11'),(5685,209,2,14631,'6.99','2005-08-21 18:47:49','2006-02-15 22:14:11'),(5686,209,1,15254,'2.99','2005-08-22 18:13:07','2006-02-15 22:14:11'),(5687,209,2,15510,'9.99','2005-08-23 02:51:27','2006-02-15 22:14:11'),(5688,210,1,953,'2.99','2005-05-30 16:34:02','2006-02-15 22:14:11'),(5689,210,2,1177,'2.99','2005-06-15 00:33:04','2006-02-15 22:14:11'),(5690,210,2,2856,'0.99','2005-06-19 23:13:04','2006-02-15 22:14:11'),(5691,210,2,3563,'4.99','2005-07-06 02:57:01','2006-02-15 22:14:11'),(5692,210,2,3884,'4.99','2005-07-06 18:41:33','2006-02-15 22:14:11'),(5693,210,2,4270,'0.99','2005-07-07 14:38:41','2006-02-15 22:14:11'),(5694,210,1,4306,'2.99','2005-07-07 17:12:32','2006-02-15 22:14:11'),(5695,210,1,4334,'0.99','2005-07-07 18:32:04','2006-02-15 22:14:11'),(5696,210,2,4388,'7.99','2005-07-07 20:58:03','2006-02-15 22:14:11'),(5697,210,1,4620,'5.99','2005-07-08 08:01:44','2006-02-15 22:14:11'),(5698,210,1,4871,'6.99','2005-07-08 19:19:52','2006-02-15 22:14:12'),(5699,210,1,4893,'4.99','2005-07-08 20:19:55','2006-02-15 22:14:12'),(5700,210,1,4989,'3.99','2005-07-09 00:46:56','2006-02-15 22:14:12'),(5701,210,2,5957,'0.99','2005-07-10 23:24:02','2006-02-15 22:14:12'),(5702,210,2,6227,'4.99','2005-07-11 13:56:46','2006-02-15 22:14:12'),(5703,210,1,6564,'1.99','2005-07-12 05:34:44','2006-02-15 22:14:12'),(5704,210,1,7743,'5.99','2005-07-28 05:36:13','2006-02-15 22:14:12'),(5705,210,2,7909,'0.99','2005-07-28 11:38:08','2006-02-15 22:14:12'),(5706,210,2,8336,'8.99','2005-07-29 04:20:42','2006-02-15 22:14:12'),(5707,210,2,8678,'3.99','2005-07-29 16:04:00','2006-02-15 22:14:12'),(5708,210,2,8738,'0.99','2005-07-29 18:32:47','2006-02-15 22:14:12'),(5709,210,2,10890,'4.99','2005-08-02 00:58:46','2006-02-15 22:14:12'),(5710,210,2,12410,'8.99','2005-08-18 09:45:33','2006-02-15 22:14:12'),(5711,210,1,12879,'4.99','2005-08-19 03:22:55','2006-02-15 22:14:12'),(5712,210,2,12909,'2.99','2005-08-19 04:20:25','2006-02-15 22:14:12'),(5713,210,2,12986,'4.99','2005-08-19 07:09:36','2006-02-15 22:14:12'),(5714,210,1,14181,'7.99','2005-08-21 03:16:30','2006-02-15 22:14:12'),(5715,210,2,14639,'6.99','2005-08-21 19:01:39','2006-02-15 22:14:12'),(5716,210,2,14876,'4.99','2005-08-22 03:39:29','2006-02-15 22:14:12'),(5717,210,2,15672,'0.99','2005-08-23 09:09:18','2006-02-15 22:14:12'),(5718,210,2,15942,'8.99','2005-08-23 18:48:40','2006-02-15 22:14:12'),(5719,211,1,238,'4.99','2005-05-26 12:30:22','2006-02-15 22:14:12'),(5720,211,2,2812,'8.99','2005-06-19 19:58:16','2006-02-15 22:14:12'),(5721,211,2,3437,'6.99','2005-06-21 19:20:17','2006-02-15 22:14:12'),(5722,211,2,3937,'8.99','2005-07-06 21:15:38','2006-02-15 22:14:12'),(5723,211,2,4060,'2.99','2005-07-07 04:10:13','2006-02-15 22:14:12'),(5724,211,2,4441,'5.99','2005-07-07 23:04:23','2006-02-15 22:14:12'),(5725,211,2,4479,'2.99','2005-07-08 00:52:35','2006-02-15 22:14:12'),(5726,211,1,4857,'2.99','2005-07-08 18:52:07','2006-02-15 22:14:12'),(5727,211,1,5668,'5.99','2005-07-10 08:11:05','2006-02-15 22:14:12'),(5728,211,2,5699,'3.99','2005-07-10 09:48:04','2006-02-15 22:14:12'),(5729,211,2,5785,'4.99','2005-07-10 14:06:03','2006-02-15 22:14:12'),(5730,211,2,6438,'0.99','2005-07-12 00:23:01','2006-02-15 22:14:12'),(5731,211,1,6628,'4.99','2005-07-12 09:18:08','2006-02-15 22:14:13'),(5732,211,1,6722,'1.99','2005-07-12 13:44:03','2006-02-15 22:14:13'),(5733,211,2,7484,'0.99','2005-07-27 19:28:17','2006-02-15 22:14:13'),(5734,211,1,7975,'2.99','2005-07-28 14:12:47','2006-02-15 22:14:13'),(5735,211,2,8961,'6.99','2005-07-30 03:43:35','2006-02-15 22:14:13'),(5736,211,1,9111,'3.99','2005-07-30 09:05:44','2006-02-15 22:14:13'),(5737,211,1,9953,'0.99','2005-07-31 15:56:35','2006-02-15 22:14:13'),(5738,211,1,10445,'2.99','2005-08-01 09:02:15','2006-02-15 22:14:13'),(5739,211,2,10928,'4.99','2005-08-02 02:34:12','2006-02-15 22:14:13'),(5740,211,2,11076,'8.99','2005-08-02 07:24:47','2006-02-15 22:14:13'),(5741,211,2,11963,'3.99','2005-08-17 17:35:47','2006-02-15 22:14:13'),(5742,211,2,12311,'0.99','2005-08-18 06:07:00','2006-02-15 22:14:13'),(5743,211,2,12565,'4.99','2005-08-18 15:12:17','2006-02-15 22:14:13'),(5744,211,2,12570,'5.99','2005-08-18 15:23:31','2006-02-15 22:14:13'),(5745,211,2,13942,'2.99','2005-08-20 17:30:52','2006-02-15 22:14:13'),(5746,211,1,13979,'2.99','2005-08-20 19:03:49','2006-02-15 22:14:13'),(5747,211,2,14782,'0.99','2005-08-22 00:17:20','2006-02-15 22:14:13'),(5748,211,2,14812,'1.99','2005-08-22 01:10:32','2006-02-15 22:14:13'),(5749,211,1,15404,'7.99','2005-08-22 23:19:44','2006-02-15 22:14:13'),(5750,211,2,15538,'6.99','2005-08-23 04:07:37','2006-02-15 22:14:13'),(5751,211,2,15670,'5.99','2005-08-23 09:07:11','2006-02-15 22:14:13'),(5752,211,2,12746,'4.99','2006-02-14 15:16:03','2006-02-15 22:14:13'),(5753,212,1,1356,'0.99','2005-06-15 13:17:01','2006-02-15 22:14:13'),(5754,212,2,1379,'0.99','2005-06-15 15:05:10','2006-02-15 22:14:13'),(5755,212,1,1637,'2.99','2005-06-16 08:29:58','2006-02-15 22:14:13'),(5756,212,2,2739,'9.99','2005-06-19 15:58:38','2006-02-15 22:14:13'),(5757,212,2,4708,'10.99','2005-07-08 11:59:19','2006-02-15 22:14:13'),(5758,212,2,4798,'3.99','2005-07-08 16:45:16','2006-02-15 22:14:13'),(5759,212,2,4916,'6.99','2005-07-08 21:32:17','2006-02-15 22:14:13'),(5760,212,1,5115,'6.99','2005-07-09 07:07:18','2006-02-15 22:14:13'),(5761,212,2,7828,'2.99','2005-07-28 08:40:46','2006-02-15 22:14:13'),(5762,212,2,8000,'4.99','2005-07-28 15:10:25','2006-02-15 22:14:13'),(5763,212,1,8940,'3.99','2005-07-30 02:57:26','2006-02-15 22:14:13'),(5764,212,2,10273,'4.99','2005-08-01 03:14:47','2006-02-15 22:14:13'),(5765,212,2,10567,'0.99','2005-08-01 13:16:01','2006-02-15 22:14:14'),(5766,212,1,12156,'7.99','2005-08-18 00:27:33','2006-02-15 22:14:14'),(5767,212,2,12467,'0.99','2005-08-18 11:40:09','2006-02-15 22:14:14'),(5768,212,2,12562,'3.99','2005-08-18 15:00:03','2006-02-15 22:14:14'),(5769,212,1,14563,'2.99','2005-08-21 16:23:53','2006-02-15 22:14:14'),(5770,212,2,14681,'5.99','2005-08-21 20:25:13','2006-02-15 22:14:14'),(5771,212,1,15872,'4.99','2005-08-23 16:27:24','2006-02-15 22:14:14'),(5772,212,2,15920,'2.99','2005-08-23 18:05:10','2006-02-15 22:14:14'),(5773,213,2,385,'0.99','2005-05-27 10:23:25','2006-02-15 22:14:14'),(5774,213,1,1489,'0.99','2005-06-15 21:41:38','2006-02-15 22:14:14'),(5775,213,2,1936,'4.99','2005-06-17 07:15:41','2006-02-15 22:14:14'),(5776,213,1,2322,'5.99','2005-06-18 09:44:21','2006-02-15 22:14:14'),(5777,213,1,2509,'0.99','2005-06-18 23:44:08','2006-02-15 22:14:14'),(5778,213,2,2569,'6.99','2005-06-19 04:19:04','2006-02-15 22:14:14'),(5779,213,1,2889,'4.99','2005-06-20 01:54:08','2006-02-15 22:14:14'),(5780,213,2,2946,'4.99','2005-06-20 05:50:40','2006-02-15 22:14:14'),(5781,213,1,3252,'2.99','2005-06-21 03:25:26','2006-02-15 22:14:14'),(5782,213,1,3313,'2.99','2005-06-21 08:11:18','2006-02-15 22:14:14'),(5783,213,2,3989,'4.99','2005-07-06 23:30:54','2006-02-15 22:14:14'),(5784,213,2,4236,'4.99','2005-07-07 13:12:07','2006-02-15 22:14:14'),(5785,213,1,4655,'8.99','2005-07-08 09:49:22','2006-02-15 22:14:14'),(5786,213,2,5159,'4.99','2005-07-09 08:55:52','2006-02-15 22:14:14'),(5787,213,1,5431,'0.99','2005-07-09 21:21:11','2006-02-15 22:14:14'),(5788,213,2,6725,'2.99','2005-07-12 13:47:17','2006-02-15 22:14:14'),(5789,213,2,7528,'0.99','2005-07-27 21:15:25','2006-02-15 22:14:14'),(5790,213,2,8444,'2.99','2005-07-29 07:36:13','2006-02-15 22:14:14'),(5791,213,2,8542,'4.99','2005-07-29 11:01:50','2006-02-15 22:14:14'),(5792,213,2,9150,'6.99','2005-07-30 10:49:32','2006-02-15 22:14:14'),(5793,213,2,9340,'2.99','2005-07-30 18:07:16','2006-02-15 22:14:14'),(5794,213,1,9477,'4.99','2005-07-30 23:07:22','2006-02-15 22:14:14'),(5795,213,1,10449,'2.99','2005-08-01 09:09:59','2006-02-15 22:14:14'),(5796,213,2,11778,'3.99','2005-08-17 10:31:40','2006-02-15 22:14:14'),(5797,213,1,13354,'4.99','2005-08-19 20:55:23','2006-02-15 22:14:14'),(5798,213,2,13426,'0.99','2005-08-19 23:15:00','2006-02-15 22:14:14'),(5799,213,1,14744,'6.99','2005-08-21 22:45:21','2006-02-15 22:14:15'),(5800,213,2,14374,'2.99','2006-02-14 15:16:03','2006-02-15 22:14:15'),(5801,214,1,242,'1.99','2005-05-26 13:05:08','2006-02-15 22:14:15'),(5802,214,1,278,'3.99','2005-05-26 17:40:58','2006-02-15 22:14:15'),(5803,214,1,1076,'2.99','2005-05-31 10:14:31','2006-02-15 22:14:15'),(5804,214,2,1093,'2.99','2005-05-31 12:32:26','2006-02-15 22:14:15'),(5805,214,2,1112,'0.99','2005-05-31 15:51:39','2006-02-15 22:14:15'),(5806,214,2,1275,'4.99','2005-06-15 07:55:43','2006-02-15 22:14:15'),(5807,214,2,2085,'2.99','2005-06-17 17:30:56','2006-02-15 22:14:15'),(5808,214,2,2868,'2.99','2005-06-20 00:08:58','2006-02-15 22:14:15'),(5809,214,2,4211,'0.99','2005-07-07 11:50:41','2006-02-15 22:14:15'),(5810,214,1,4783,'3.99','2005-07-08 16:09:24','2006-02-15 22:14:15'),(5811,214,2,4984,'3.99','2005-07-09 00:35:31','2006-02-15 22:14:15'),(5812,214,2,5172,'2.99','2005-07-09 09:31:27','2006-02-15 22:14:15'),(5813,214,1,6602,'7.99','2005-07-12 07:50:24','2006-02-15 22:14:15'),(5814,214,2,7417,'4.99','2005-07-27 16:58:33','2006-02-15 22:14:15'),(5815,214,2,7826,'5.99','2005-07-28 08:35:51','2006-02-15 22:14:15'),(5816,214,1,8663,'4.99','2005-07-29 15:33:18','2006-02-15 22:14:15'),(5817,214,1,10563,'3.99','2005-08-01 13:06:03','2006-02-15 22:14:15'),(5818,214,2,10749,'4.99','2005-08-01 20:02:01','2006-02-15 22:14:15'),(5819,214,2,11450,'2.99','2005-08-02 20:45:54','2006-02-15 22:14:15'),(5820,214,2,11474,'4.99','2005-08-02 21:53:08','2006-02-15 22:14:15'),(5821,214,2,12463,'4.99','2005-08-18 11:31:34','2006-02-15 22:14:15'),(5822,214,2,13138,'2.99','2005-08-19 12:30:01','2006-02-15 22:14:15'),(5823,214,2,13350,'9.99','2005-08-19 20:44:00','2006-02-15 22:14:15'),(5824,214,1,13409,'2.99','2005-08-19 22:36:26','2006-02-15 22:14:15'),(5825,214,1,13565,'0.99','2005-08-20 04:38:52','2006-02-15 22:14:15'),(5826,214,1,13726,'0.99','2005-08-20 10:08:40','2006-02-15 22:14:15'),(5827,214,1,13864,'4.99','2005-08-20 14:59:55','2006-02-15 22:14:15'),(5828,214,2,14347,'4.99','2005-08-21 08:42:31','2006-02-15 22:14:15'),(5829,214,1,14567,'0.99','2005-08-21 16:27:25','2006-02-15 22:14:15'),(5830,214,2,15639,'2.99','2005-08-23 08:03:25','2006-02-15 22:14:15'),(5831,214,2,15645,'2.99','2006-02-14 15:16:03','2006-02-15 22:14:15'),(5832,215,1,711,'4.99','2005-05-29 03:49:03','2006-02-15 22:14:16'),(5833,215,2,1080,'4.99','2005-05-31 10:55:26','2006-02-15 22:14:16'),(5834,215,2,1376,'4.99','2005-06-15 14:59:06','2006-02-15 22:14:16'),(5835,215,2,1599,'4.99','2005-06-16 06:03:33','2006-02-15 22:14:16'),(5836,215,2,1845,'4.99','2005-06-16 23:56:11','2006-02-15 22:14:16'),(5837,215,2,2006,'2.99','2005-06-17 11:47:03','2006-02-15 22:14:16'),(5838,215,2,2918,'2.99','2005-06-20 04:09:04','2006-02-15 22:14:16'),(5839,215,1,3143,'2.99','2005-06-20 20:01:52','2006-02-15 22:14:16'),(5840,215,2,4940,'8.99','2005-07-08 22:36:06','2006-02-15 22:14:16'),(5841,215,1,5886,'2.99','2005-07-10 19:36:25','2006-02-15 22:14:16'),(5842,215,2,5967,'8.99','2005-07-11 00:02:19','2006-02-15 22:14:16'),(5843,215,1,7180,'1.99','2005-07-27 08:14:34','2006-02-15 22:14:16'),(5844,215,2,9046,'2.99','2005-07-30 06:46:55','2006-02-15 22:14:16'),(5845,215,1,9518,'0.99','2005-07-31 00:43:26','2006-02-15 22:14:16'),(5846,215,2,9611,'4.99','2005-07-31 03:54:43','2006-02-15 22:14:16'),(5847,215,1,11729,'2.99','2005-08-17 08:14:41','2006-02-15 22:14:16'),(5848,215,2,12285,'2.99','2005-08-18 04:56:43','2006-02-15 22:14:16'),(5849,215,1,12380,'1.99','2005-08-18 08:27:28','2006-02-15 22:14:16'),(5850,215,2,13085,'0.99','2005-08-19 10:28:22','2006-02-15 22:14:16'),(5851,215,2,14126,'0.99','2005-08-21 01:32:17','2006-02-15 22:14:16'),(5852,215,2,14817,'4.99','2005-08-22 01:17:16','2006-02-15 22:14:16'),(5853,215,1,15583,'2.99','2005-08-23 05:47:55','2006-02-15 22:14:16'),(5854,215,2,15610,'2.99','2005-08-23 06:56:15','2006-02-15 22:14:16'),(5855,215,2,15799,'2.99','2005-08-23 14:23:23','2006-02-15 22:14:16'),(5856,215,1,15843,'0.99','2005-08-23 15:37:31','2006-02-15 22:14:16'),(5857,215,2,15862,'0.99','2006-02-14 15:16:03','2006-02-15 22:14:16'),(5858,216,1,997,'4.99','2005-05-31 00:08:25','2006-02-15 22:14:16'),(5859,216,2,1461,'6.99','2005-06-15 20:32:08','2006-02-15 22:14:16'),(5860,216,1,1664,'0.99','2005-06-16 10:15:20','2006-02-15 22:14:16'),(5861,216,1,1672,'3.99','2005-06-16 10:37:34','2006-02-15 22:14:16'),(5862,216,2,2351,'0.99','2005-06-18 12:27:57','2006-02-15 22:14:16'),(5863,216,1,3432,'2.99','2005-06-21 19:02:03','2006-02-15 22:14:16'),(5864,216,2,4161,'2.99','2005-07-07 09:15:11','2006-02-15 22:14:16'),(5865,216,1,6008,'6.99','2005-07-11 01:51:29','2006-02-15 22:14:16'),(5866,216,2,6349,'7.99','2005-07-11 20:25:05','2006-02-15 22:14:17'),(5867,216,1,8068,'4.99','2005-07-28 17:22:28','2006-02-15 22:14:17'),(5868,216,2,8859,'8.99','2005-07-29 23:44:43','2006-02-15 22:14:17'),(5869,216,1,9096,'0.99','2005-07-30 08:39:23','2006-02-15 22:14:17'),(5870,216,1,10506,'4.99','2005-08-01 11:16:05','2006-02-15 22:14:17'),(5871,216,1,11005,'0.99','2005-08-02 05:05:23','2006-02-15 22:14:17'),(5872,216,2,11621,'7.99','2005-08-17 04:13:45','2006-02-15 22:14:17'),(5873,216,2,13424,'0.99','2005-08-19 23:10:09','2006-02-15 22:14:17'),(5874,216,2,14638,'2.99','2005-08-21 19:01:36','2006-02-15 22:14:17'),(5875,216,2,14726,'4.99','2005-08-21 22:08:52','2006-02-15 22:14:17'),(5876,216,1,15192,'4.99','2005-08-22 16:06:23','2006-02-15 22:14:17'),(5877,216,2,15199,'2.99','2005-08-22 16:17:49','2006-02-15 22:14:17'),(5878,216,2,15934,'4.99','2005-08-23 18:40:41','2006-02-15 22:14:17'),(5879,216,1,12970,'5.98','2006-02-14 15:16:03','2006-02-15 22:14:17'),(5880,216,1,11676,'0.00','2006-02-14 15:16:03','2006-02-15 22:14:17'),(5881,217,2,828,'2.99','2005-05-29 22:14:55','2006-02-15 22:14:17'),(5882,217,2,1141,'8.99','2005-05-31 19:42:02','2006-02-15 22:14:17'),(5883,217,1,1322,'2.99','2005-06-15 10:55:09','2006-02-15 22:14:17'),(5884,217,1,2076,'6.99','2005-06-17 16:43:47','2006-02-15 22:14:17'),(5885,217,1,2842,'4.99','2005-06-19 22:34:20','2006-02-15 22:14:17'),(5886,217,2,5576,'2.99','2005-07-10 03:57:05','2006-02-15 22:14:17'),(5887,217,2,5762,'3.99','2005-07-10 12:48:01','2006-02-15 22:14:17'),(5888,217,2,6570,'4.99','2005-07-12 05:50:31','2006-02-15 22:14:17'),(5889,217,2,7104,'2.99','2005-07-27 05:15:25','2006-02-15 22:14:17'),(5890,217,2,8332,'4.99','2005-07-29 04:16:00','2006-02-15 22:14:17'),(5891,217,1,9159,'0.99','2005-07-30 11:16:37','2006-02-15 22:14:17'),(5892,217,2,9317,'2.99','2005-07-30 17:13:37','2006-02-15 22:14:17'),(5893,217,2,9632,'6.99','2005-07-31 05:02:23','2006-02-15 22:14:17'),(5894,217,2,9745,'2.99','2005-07-31 09:16:14','2006-02-15 22:14:17'),(5895,217,1,10581,'5.99','2005-08-01 13:52:30','2006-02-15 22:14:17'),(5896,217,1,10836,'6.99','2005-08-01 23:29:58','2006-02-15 22:14:17'),(5897,217,1,11347,'2.99','2005-08-02 17:18:07','2006-02-15 22:14:17'),(5898,217,1,11649,'2.99','2005-08-17 04:59:26','2006-02-15 22:14:17'),(5899,217,1,11958,'4.99','2005-08-17 17:23:20','2006-02-15 22:14:17'),(5900,217,2,12210,'4.99','2005-08-18 02:27:29','2006-02-15 22:14:18'),(5901,217,1,12871,'4.99','2005-08-19 02:55:36','2006-02-15 22:14:18'),(5902,217,2,15116,'0.99','2005-08-22 12:35:40','2006-02-15 22:14:18'),(5903,217,2,15277,'2.99','2005-08-22 19:02:48','2006-02-15 22:14:18'),(5904,218,1,1459,'2.99','2005-06-15 20:25:53','2006-02-15 22:14:18'),(5905,218,1,2262,'0.99','2005-06-18 05:49:46','2006-02-15 22:14:18'),(5906,218,1,2267,'0.99','2005-06-18 06:10:23','2006-02-15 22:14:18'),(5907,218,1,4898,'6.99','2005-07-08 20:31:43','2006-02-15 22:14:18'),(5908,218,1,5226,'0.99','2005-07-09 12:10:44','2006-02-15 22:14:18'),(5909,218,2,5737,'0.99','2005-07-10 11:50:04','2006-02-15 22:14:18'),(5910,218,2,7090,'4.99','2005-07-27 04:43:53','2006-02-15 22:14:18'),(5911,218,1,7236,'8.99','2005-07-27 10:09:39','2006-02-15 22:14:18'),(5912,218,2,9018,'6.99','2005-07-30 05:28:40','2006-02-15 22:14:18'),(5913,218,2,9902,'6.99','2005-07-31 14:24:33','2006-02-15 22:14:18'),(5914,218,1,10114,'0.99','2005-07-31 21:12:58','2006-02-15 22:14:18'),(5915,218,1,11654,'2.99','2005-08-17 05:06:19','2006-02-15 22:14:18'),(5916,218,2,12481,'2.99','2005-08-18 12:31:34','2006-02-15 22:14:18'),(5917,218,1,12974,'0.99','2005-08-19 06:51:02','2006-02-15 22:14:18'),(5918,218,2,13708,'5.99','2005-08-20 09:34:07','2006-02-15 22:14:18'),(5919,218,2,13947,'5.99','2005-08-20 17:46:06','2006-02-15 22:14:18'),(5920,218,2,14848,'4.99','2005-08-22 02:14:19','2006-02-15 22:14:18'),(5921,218,2,15575,'0.99','2005-08-23 05:30:19','2006-02-15 22:14:18'),(5922,219,1,414,'0.99','2005-05-27 14:48:20','2006-02-15 22:14:18'),(5923,219,2,2417,'3.99','2005-06-18 17:12:01','2006-02-15 22:14:18'),(5924,219,2,2580,'0.99','2005-06-19 04:44:30','2006-02-15 22:14:18'),(5925,219,2,4678,'0.99','2005-07-08 10:30:40','2006-02-15 22:14:18'),(5926,219,2,4910,'7.99','2005-07-08 21:13:56','2006-02-15 22:14:18'),(5927,219,2,5123,'0.99','2005-07-09 07:20:30','2006-02-15 22:14:18'),(5928,219,2,5416,'4.99','2005-07-09 20:33:50','2006-02-15 22:14:18'),(5929,219,2,5475,'4.99','2005-07-09 23:31:38','2006-02-15 22:14:18'),(5930,219,2,5739,'7.99','2005-07-10 11:51:50','2006-02-15 22:14:18'),(5931,219,2,6172,'4.99','2005-07-11 10:32:09','2006-02-15 22:14:18'),(5932,219,1,6209,'2.99','2005-07-11 12:36:05','2006-02-15 22:14:18'),(5933,219,2,6501,'1.99','2005-07-12 03:11:55','2006-02-15 22:14:19'),(5934,219,2,7335,'2.99','2005-07-27 14:06:50','2006-02-15 22:14:19'),(5935,219,1,7726,'5.99','2005-07-28 04:52:19','2006-02-15 22:14:19'),(5936,219,1,8430,'0.99','2005-07-29 07:12:17','2006-02-15 22:14:19'),(5937,219,2,8536,'4.99','2005-07-29 10:37:23','2006-02-15 22:14:19'),(5938,219,1,8652,'6.99','2005-07-29 15:02:54','2006-02-15 22:14:19'),(5939,219,1,9712,'4.99','2005-07-31 08:13:11','2006-02-15 22:14:19'),(5940,219,1,11328,'2.99','2005-08-02 16:42:38','2006-02-15 22:14:19'),(5941,219,2,11791,'0.99','2005-08-17 11:01:11','2006-02-15 22:14:19'),(5942,219,1,13765,'4.99','2005-08-20 11:39:00','2006-02-15 22:14:19'),(5943,219,2,14029,'0.99','2005-08-20 21:23:11','2006-02-15 22:14:19'),(5944,219,1,14588,'5.99','2005-08-21 17:25:53','2006-02-15 22:14:19'),(5945,219,1,14688,'4.99','2005-08-21 20:32:37','2006-02-15 22:14:19'),(5946,219,1,15283,'4.99','2005-08-22 19:16:04','2006-02-15 22:14:19'),(5947,219,1,11577,'4.99','2006-02-14 15:16:03','2006-02-15 22:14:19'),(5948,220,2,409,'0.99','2005-05-27 14:10:58','2006-02-15 22:14:19'),(5949,220,1,480,'3.99','2005-05-27 22:47:39','2006-02-15 22:14:19'),(5950,220,1,1832,'0.99','2005-06-16 22:35:20','2006-02-15 22:14:19'),(5951,220,2,4918,'2.99','2005-07-08 21:37:31','2006-02-15 22:14:19'),(5952,220,2,5613,'2.99','2005-07-10 05:15:43','2006-02-15 22:14:19'),(5953,220,2,5847,'2.99','2005-07-10 17:27:42','2006-02-15 22:14:19'),(5954,220,2,5859,'0.99','2005-07-10 18:02:02','2006-02-15 22:14:19'),(5955,220,2,6412,'0.99','2005-07-11 23:19:21','2006-02-15 22:14:19'),(5956,220,2,6832,'8.99','2005-07-12 18:51:41','2006-02-15 22:14:19'),(5957,220,2,7750,'9.99','2005-07-28 05:55:30','2006-02-15 22:14:19'),(5958,220,1,8065,'2.99','2005-07-28 17:15:48','2006-02-15 22:14:19'),(5959,220,1,8398,'4.99','2005-07-29 06:12:40','2006-02-15 22:14:19'),(5960,220,2,9384,'7.99','2005-07-30 19:25:35','2006-02-15 22:14:19'),(5961,220,2,9455,'10.99','2005-07-30 22:20:29','2006-02-15 22:14:19'),(5962,220,1,10099,'2.99','2005-07-31 20:47:14','2006-02-15 22:14:19'),(5963,220,2,10778,'4.99','2005-08-01 21:11:39','2006-02-15 22:14:19'),(5964,220,1,10948,'4.99','2005-08-02 03:23:23','2006-02-15 22:14:19'),(5965,220,1,11037,'0.99','2005-08-02 05:58:12','2006-02-15 22:14:19'),(5966,220,1,11153,'3.99','2005-08-02 09:54:19','2006-02-15 22:14:20'),(5967,220,1,11622,'4.99','2005-08-17 04:15:46','2006-02-15 22:14:20'),(5968,220,2,11947,'2.99','2005-08-17 17:08:13','2006-02-15 22:14:20'),(5969,220,1,12407,'4.99','2005-08-18 09:39:26','2006-02-15 22:14:20'),(5970,220,1,12896,'4.99','2005-08-19 03:52:44','2006-02-15 22:14:20'),(5971,220,2,13123,'2.99','2005-08-19 11:55:13','2006-02-15 22:14:20'),(5972,220,1,13281,'2.99','2005-08-19 18:07:47','2006-02-15 22:14:20'),(5973,220,2,14016,'4.99','2005-08-20 20:52:03','2006-02-15 22:14:20'),(5974,220,2,15706,'4.99','2005-08-23 10:32:52','2006-02-15 22:14:20'),(5975,221,2,226,'4.99','2005-05-26 10:44:04','2006-02-15 22:14:20'),(5976,221,1,1369,'0.99','2005-06-15 14:29:14','2006-02-15 22:14:20'),(5977,221,1,2331,'2.99','2005-06-18 10:50:09','2006-02-15 22:14:20'),(5978,221,2,2473,'2.99','2005-06-18 20:42:45','2006-02-15 22:14:20'),(5979,221,1,2660,'10.99','2005-06-19 10:50:02','2006-02-15 22:14:20'),(5980,221,1,3200,'5.99','2005-06-21 00:22:47','2006-02-15 22:14:20'),(5981,221,1,4293,'4.99','2005-07-07 15:53:47','2006-02-15 22:14:20'),(5982,221,2,4649,'4.99','2005-07-08 09:32:05','2006-02-15 22:14:20'),(5983,221,1,4693,'6.99','2005-07-08 11:07:36','2006-02-15 22:14:20'),(5984,221,1,5058,'5.99','2005-07-09 04:20:35','2006-02-15 22:14:20'),(5985,221,2,5920,'5.99','2005-07-10 21:33:58','2006-02-15 22:14:20'),(5986,221,1,7101,'2.99','2005-07-27 05:06:34','2006-02-15 22:14:20'),(5987,221,1,7129,'0.99','2005-07-27 06:18:01','2006-02-15 22:14:20'),(5988,221,2,7531,'8.99','2005-07-27 21:19:34','2006-02-15 22:14:20'),(5989,221,2,8486,'0.99','2005-07-29 08:53:38','2006-02-15 22:14:20'),(5990,221,1,9320,'6.99','2005-07-30 17:16:39','2006-02-15 22:14:20'),(5991,221,1,9453,'7.99','2005-07-30 22:20:04','2006-02-15 22:14:20'),(5992,221,2,9853,'0.99','2005-07-31 12:58:20','2006-02-15 22:14:20'),(5993,221,2,11680,'4.99','2005-08-17 06:12:27','2006-02-15 22:14:20'),(5994,221,1,11693,'4.99','2005-08-17 06:56:56','2006-02-15 22:14:20'),(5995,221,1,11802,'2.99','2005-08-17 11:32:51','2006-02-15 22:14:20'),(5996,221,1,12324,'0.99','2005-08-18 06:38:20','2006-02-15 22:14:20'),(5997,221,2,12620,'3.99','2005-08-18 17:26:38','2006-02-15 22:14:20'),(5998,221,2,13434,'2.99','2005-08-19 23:34:26','2006-02-15 22:14:20'),(5999,221,2,14322,'5.99','2005-08-21 08:06:30','2006-02-15 22:14:21'),(6000,221,2,14371,'0.99','2005-08-21 09:37:16','2006-02-15 22:14:21'),(6001,221,1,14419,'7.99','2005-08-21 11:15:46','2006-02-15 22:14:21'),(6002,221,1,15125,'8.99','2005-08-22 12:53:22','2006-02-15 22:14:21'),(6003,222,1,5,'6.99','2005-05-24 23:05:21','2006-02-15 22:14:21'),(6004,222,1,134,'4.99','2005-05-25 21:48:41','2006-02-15 22:14:21'),(6005,222,2,416,'0.99','2005-05-27 15:02:10','2006-02-15 22:14:21'),(6006,222,2,809,'3.99','2005-05-29 19:10:20','2006-02-15 22:14:21'),(6007,222,2,1006,'2.99','2005-05-31 00:57:08','2006-02-15 22:14:21'),(6008,222,1,1368,'8.99','2005-06-15 14:27:47','2006-02-15 22:14:21'),(6009,222,2,2603,'6.99','2005-06-19 06:21:25','2006-02-15 22:14:21'),(6010,222,2,5209,'8.99','2005-07-09 11:22:39','2006-02-15 22:14:21'),(6011,222,1,5266,'3.99','2005-07-09 14:17:40','2006-02-15 22:14:21'),(6012,222,2,5592,'6.99','2005-07-10 04:26:13','2006-02-15 22:14:21'),(6013,222,2,5635,'5.99','2005-07-10 06:28:39','2006-02-15 22:14:21'),(6014,222,2,6129,'2.99','2005-07-11 08:15:09','2006-02-15 22:14:21'),(6015,222,1,6497,'0.99','2005-07-12 03:04:29','2006-02-15 22:14:21'),(6016,222,2,7786,'0.99','2005-07-28 07:18:26','2006-02-15 22:14:21'),(6017,222,1,8300,'1.99','2005-07-29 02:57:59','2006-02-15 22:14:21'),(6018,222,2,8597,'6.99','2005-07-29 12:55:55','2006-02-15 22:14:21'),(6019,222,1,8787,'4.99','2005-07-29 20:43:49','2006-02-15 22:14:21'),(6020,222,2,10043,'1.99','2005-07-31 19:02:07','2006-02-15 22:14:21'),(6021,222,2,12179,'2.99','2005-08-18 01:21:21','2006-02-15 22:14:21'),(6022,222,1,13477,'2.99','2005-08-20 01:07:00','2006-02-15 22:14:21'),(6023,222,2,14350,'2.99','2005-08-21 08:58:38','2006-02-15 22:14:21'),(6024,223,2,524,'2.99','2005-05-28 03:57:28','2006-02-15 22:14:21'),(6025,223,2,1839,'5.99','2005-06-16 23:22:22','2006-02-15 22:14:21'),(6026,223,1,2334,'4.99','2005-06-18 10:56:24','2006-02-15 22:14:21'),(6027,223,1,3513,'5.99','2005-07-06 00:45:57','2006-02-15 22:14:21'),(6028,223,1,3705,'0.99','2005-07-06 10:17:59','2006-02-15 22:14:21'),(6029,223,1,4874,'4.99','2005-07-08 19:23:38','2006-02-15 22:14:21'),(6030,223,2,5996,'2.99','2005-07-11 01:18:33','2006-02-15 22:14:21'),(6031,223,2,7085,'5.99','2005-07-27 04:35:44','2006-02-15 22:14:22'),(6032,223,2,8362,'3.99','2005-07-29 05:09:11','2006-02-15 22:14:22'),(6033,223,2,10053,'7.99','2005-07-31 19:15:39','2006-02-15 22:14:22'),(6034,223,2,11040,'4.99','2005-08-02 06:03:22','2006-02-15 22:14:22'),(6035,223,1,12927,'5.99','2005-08-19 05:02:46','2006-02-15 22:14:22'),(6036,223,1,13576,'0.99','2005-08-20 05:19:56','2006-02-15 22:14:22'),(6037,223,2,14496,'4.99','2005-08-21 14:07:35','2006-02-15 22:14:22'),(6038,223,1,15257,'7.99','2005-08-22 18:21:04','2006-02-15 22:14:22'),(6039,223,2,15546,'5.99','2005-08-23 04:20:38','2006-02-15 22:14:22'),(6040,223,1,15662,'2.99','2005-08-23 08:52:50','2006-02-15 22:14:22'),(6041,224,1,1424,'7.99','2005-06-15 18:08:14','2006-02-15 22:14:22'),(6042,224,1,2277,'2.99','2005-06-18 06:35:03','2006-02-15 22:14:22'),(6043,224,2,3282,'4.99','2005-06-21 06:18:42','2006-02-15 22:14:22'),(6044,224,1,4118,'2.99','2005-07-07 07:03:30','2006-02-15 22:14:22'),(6045,224,2,4411,'3.99','2005-07-07 21:54:58','2006-02-15 22:14:22'),(6046,224,1,4697,'2.99','2005-07-08 11:19:14','2006-02-15 22:14:22'),(6047,224,1,6031,'4.99','2005-07-11 02:42:14','2006-02-15 22:14:22'),(6048,224,2,6999,'2.99','2005-07-27 01:21:19','2006-02-15 22:14:22'),(6049,224,2,8255,'0.99','2005-07-29 01:02:30','2006-02-15 22:14:22'),(6050,224,2,8439,'2.99','2005-07-29 07:28:43','2006-02-15 22:14:23'),(6051,224,1,8605,'4.99','2005-07-29 13:13:34','2006-02-15 22:14:23'),(6052,224,1,9181,'0.99','2005-07-30 12:05:58','2006-02-15 22:14:23'),(6053,224,1,11816,'0.99','2005-08-17 12:14:16','2006-02-15 22:14:23'),(6054,224,1,12492,'4.99','2005-08-18 12:49:04','2006-02-15 22:14:23'),(6055,224,1,12969,'2.99','2005-08-19 06:38:59','2006-02-15 22:14:23'),(6056,224,2,13075,'4.99','2005-08-19 10:10:10','2006-02-15 22:14:23'),(6057,224,2,14099,'0.99','2005-08-21 00:31:03','2006-02-15 22:14:23'),(6058,224,2,14271,'5.99','2005-08-21 06:23:29','2006-02-15 22:14:23'),(6059,224,2,14468,'5.99','2005-08-21 13:07:10','2006-02-15 22:14:23'),(6060,224,2,14880,'2.99','2005-08-22 03:44:36','2006-02-15 22:14:23'),(6061,224,1,15225,'0.99','2005-08-22 17:18:32','2006-02-15 22:14:23'),(6062,224,1,15952,'1.99','2005-08-23 19:11:29','2006-02-15 22:14:23'),(6063,225,1,812,'4.99','2005-05-29 20:00:30','2006-02-15 22:14:23'),(6064,225,1,963,'3.99','2005-05-30 18:52:53','2006-02-15 22:14:23'),(6065,225,2,2226,'7.99','2005-06-18 03:39:56','2006-02-15 22:14:23'),(6066,225,2,3574,'4.99','2005-07-06 03:36:01','2006-02-15 22:14:23'),(6067,225,1,4345,'7.99','2005-07-07 18:52:57','2006-02-15 22:14:23'),(6068,225,1,4824,'7.99','2005-07-08 17:37:39','2006-02-15 22:14:23'),(6069,225,2,4955,'2.99','2005-07-08 23:16:21','2006-02-15 22:14:24'),(6070,225,1,5067,'4.99','2005-07-09 04:52:35','2006-02-15 22:14:24'),(6071,225,1,6159,'2.99','2005-07-11 09:55:34','2006-02-15 22:14:24'),(6072,225,1,6317,'2.99','2005-07-11 18:47:41','2006-02-15 22:14:24'),(6073,225,2,6350,'2.99','2005-07-11 20:30:15','2006-02-15 22:14:24'),(6074,225,1,6526,'3.99','2005-07-12 04:21:20','2006-02-15 22:14:24'),(6075,225,2,6532,'2.99','2005-07-12 04:38:32','2006-02-15 22:14:24'),(6076,225,2,7347,'4.99','2005-07-27 14:31:24','2006-02-15 22:14:24'),(6077,225,1,7524,'6.99','2005-07-27 21:11:44','2006-02-15 22:14:24'),(6078,225,1,8054,'7.99','2005-07-28 17:02:18','2006-02-15 22:14:25'),(6079,225,2,8110,'4.99','2005-07-28 19:07:45','2006-02-15 22:14:25'),(6080,225,1,9980,'4.99','2005-07-31 17:02:00','2006-02-15 22:14:25'),(6081,225,2,9993,'2.99','2005-07-31 17:30:20','2006-02-15 22:14:25'),(6082,225,2,10138,'2.99','2005-07-31 22:02:09','2006-02-15 22:14:25'),(6083,225,1,10793,'2.99','2005-08-01 21:48:03','2006-02-15 22:14:25'),(6084,225,2,11333,'1.99','2005-08-02 16:53:00','2006-02-15 22:14:25'),(6085,225,2,11384,'0.99','2005-08-02 18:23:01','2006-02-15 22:14:25'),(6086,225,2,11395,'5.99','2005-08-02 18:47:44','2006-02-15 22:14:25'),(6087,225,2,11437,'4.99','2005-08-02 20:20:06','2006-02-15 22:14:25'),(6088,225,2,14444,'5.99','2005-08-21 12:07:25','2006-02-15 22:14:25'),(6089,226,2,3414,'2.99','2005-06-21 16:58:50','2006-02-15 22:14:25'),(6090,226,1,3466,'4.99','2005-06-21 22:13:33','2006-02-15 22:14:25'),(6091,226,1,3721,'4.99','2005-07-06 11:10:09','2006-02-15 22:14:25'),(6092,226,1,4324,'4.99','2005-07-07 17:57:56','2006-02-15 22:14:25'),(6093,226,1,5282,'2.99','2005-07-09 15:01:23','2006-02-15 22:14:25'),(6094,226,1,5419,'2.99','2005-07-09 20:47:36','2006-02-15 22:14:25'),(6095,226,1,6712,'9.99','2005-07-12 13:24:47','2006-02-15 22:14:25'),(6096,226,2,7288,'5.99','2005-07-27 12:24:59','2006-02-15 22:14:25'),(6097,226,1,7329,'3.99','2005-07-27 13:55:34','2006-02-15 22:14:25'),(6098,226,2,8600,'2.99','2005-07-29 13:01:19','2006-02-15 22:14:25'),(6099,226,1,8627,'2.99','2005-07-29 14:05:12','2006-02-15 22:14:25'),(6100,226,1,12172,'1.99','2005-08-18 01:07:00','2006-02-15 22:14:25'),(6101,226,1,14491,'6.99','2005-08-21 13:55:39','2006-02-15 22:14:25'),(6102,226,1,14708,'4.99','2005-08-21 21:07:23','2006-02-15 22:14:26'),(6103,226,1,14712,'0.99','2005-08-21 21:22:56','2006-02-15 22:14:26'),(6104,226,2,14739,'0.99','2005-08-21 22:33:22','2006-02-15 22:14:26'),(6105,226,2,14934,'4.99','2005-08-22 05:47:15','2006-02-15 22:14:26'),(6106,226,2,15472,'2.99','2005-08-23 01:39:05','2006-02-15 22:14:26'),(6107,226,1,15901,'4.99','2005-08-23 17:19:17','2006-02-15 22:14:26'),(6108,226,1,15986,'2.99','2005-08-23 20:20:37','2006-02-15 22:14:26'),(6109,226,1,16033,'5.99','2005-08-23 22:06:15','2006-02-15 22:14:26'),(6110,227,1,111,'4.99','2005-05-25 18:45:19','2006-02-15 22:14:26'),(6111,227,1,1023,'3.99','2005-05-31 03:26:50','2006-02-15 22:14:26'),(6112,227,1,1679,'2.99','2005-06-16 11:11:01','2006-02-15 22:14:26'),(6113,227,2,2155,'1.99','2005-06-17 23:07:29','2006-02-15 22:14:26'),(6114,227,1,2164,'6.99','2005-06-17 23:46:21','2006-02-15 22:14:26'),(6115,227,2,3065,'0.99','2005-06-20 13:53:53','2006-02-15 22:14:26'),(6116,227,1,3576,'5.99','2005-07-06 03:40:01','2006-02-15 22:14:26'),(6117,227,2,4340,'2.99','2005-07-07 18:41:46','2006-02-15 22:14:26'),(6118,227,2,4459,'4.99','2005-07-07 23:48:52','2006-02-15 22:14:26'),(6119,227,1,4680,'2.99','2005-07-08 10:35:28','2006-02-15 22:14:26'),(6120,227,1,5046,'3.99','2005-07-09 03:34:57','2006-02-15 22:14:26'),(6121,227,1,7132,'7.99','2005-07-27 06:28:34','2006-02-15 22:14:26'),(6122,227,1,8219,'2.99','2005-07-28 23:46:31','2006-02-15 22:14:26'),(6123,227,1,8234,'0.99','2005-07-29 00:19:20','2006-02-15 22:14:26'),(6124,227,1,8384,'0.99','2005-07-29 05:38:43','2006-02-15 22:14:26'),(6125,227,2,8417,'4.99','2005-07-29 06:53:36','2006-02-15 22:14:26'),(6126,227,1,8936,'2.99','2005-07-30 02:47:13','2006-02-15 22:14:26'),(6127,227,2,9521,'2.99','2005-07-31 00:52:24','2006-02-15 22:14:26'),(6128,227,2,10999,'3.99','2005-08-02 04:53:13','2006-02-15 22:14:26'),(6129,227,2,11892,'0.99','2005-08-17 15:13:21','2006-02-15 22:14:26'),(6130,227,2,13379,'4.99','2005-08-19 21:33:39','2006-02-15 22:14:26'),(6131,227,2,15406,'0.99','2005-08-22 23:21:22','2006-02-15 22:14:26'),(6132,227,2,15976,'4.99','2005-08-23 20:07:08','2006-02-15 22:14:27'),(6133,227,2,13374,'4.99','2006-02-14 15:16:03','2006-02-15 22:14:27'),(6134,228,2,492,'4.99','2005-05-28 00:24:58','2006-02-15 22:14:27'),(6135,228,2,1070,'0.99','2005-05-31 09:39:56','2006-02-15 22:14:27'),(6136,228,2,2284,'3.99','2005-06-18 06:59:51','2006-02-15 22:14:27'),(6137,228,2,2863,'2.99','2005-06-19 23:58:38','2006-02-15 22:14:27'),(6138,228,2,2934,'2.99','2005-06-20 05:05:53','2006-02-15 22:14:27'),(6139,228,2,3433,'3.99','2005-06-21 19:07:19','2006-02-15 22:14:27'),(6140,228,2,3538,'0.99','2005-07-06 01:37:07','2006-02-15 22:14:27'),(6141,228,2,3710,'8.99','2005-07-06 10:28:53','2006-02-15 22:14:27'),(6142,228,1,3715,'6.99','2005-07-06 10:51:48','2006-02-15 22:14:27'),(6143,228,2,3796,'0.99','2005-07-06 14:45:22','2006-02-15 22:14:27'),(6144,228,1,4217,'3.99','2005-07-07 12:08:59','2006-02-15 22:14:27'),(6145,228,1,4636,'4.99','2005-07-08 08:44:32','2006-02-15 22:14:27'),(6146,228,1,4909,'0.99','2005-07-08 21:07:24','2006-02-15 22:14:27'),(6147,228,1,5151,'2.99','2005-07-09 08:31:03','2006-02-15 22:14:28'),(6148,228,1,5320,'4.99','2005-07-09 16:23:32','2006-02-15 22:14:28'),(6149,228,2,5902,'0.99','2005-07-10 20:31:24','2006-02-15 22:14:28'),(6150,228,2,6141,'1.99','2005-07-11 08:52:16','2006-02-15 22:14:28'),(6151,228,1,6948,'2.99','2005-07-26 23:43:49','2006-02-15 22:14:28'),(6152,228,2,7509,'8.99','2005-07-27 20:37:19','2006-02-15 22:14:28'),(6153,228,1,7601,'0.99','2005-07-27 23:48:15','2006-02-15 22:14:28'),(6154,228,1,8147,'2.99','2005-07-28 20:37:56','2006-02-15 22:14:28'),(6155,228,1,10585,'4.99','2005-08-01 14:00:42','2006-02-15 22:14:28'),(6156,228,1,12304,'0.99','2005-08-18 05:44:29','2006-02-15 22:14:28'),(6157,228,2,12952,'2.99','2005-08-19 06:00:52','2006-02-15 22:14:28'),(6158,228,2,13458,'4.99','2005-08-20 00:35:30','2006-02-15 22:14:28'),(6159,228,2,12672,'3.98','2006-02-14 15:16:03','2006-02-15 22:14:28'),(6160,228,1,15234,'0.00','2006-02-14 15:16:03','2006-02-15 22:14:28'),(6161,229,1,2200,'4.99','2005-06-18 01:59:16','2006-02-15 22:14:28'),(6162,229,1,3208,'0.99','2005-06-21 00:50:03','2006-02-15 22:14:28'),(6163,229,1,3277,'7.99','2005-06-21 05:36:37','2006-02-15 22:14:28'),(6164,229,2,3280,'0.99','2005-06-21 06:08:12','2006-02-15 22:14:28'),(6165,229,2,3933,'4.99','2005-07-06 21:06:37','2006-02-15 22:14:28'),(6166,229,2,4458,'2.99','2005-07-07 23:47:47','2006-02-15 22:14:28'),(6167,229,1,4515,'4.99','2005-07-08 02:42:03','2006-02-15 22:14:28'),(6168,229,2,4694,'0.99','2005-07-08 11:07:37','2006-02-15 22:14:28'),(6169,229,1,5623,'2.99','2005-07-10 05:41:38','2006-02-15 22:14:29'),(6170,229,2,6155,'4.99','2005-07-11 09:45:31','2006-02-15 22:14:29'),(6171,229,2,6578,'4.99','2005-07-12 06:15:41','2006-02-15 22:14:29'),(6172,229,1,6880,'2.99','2005-07-12 20:41:35','2006-02-15 22:14:29'),(6173,229,2,7305,'0.99','2005-07-27 12:57:06','2006-02-15 22:14:29'),(6174,229,2,7308,'5.99','2005-07-27 13:00:25','2006-02-15 22:14:29'),(6175,229,2,7629,'0.99','2005-07-28 01:00:09','2006-02-15 22:14:29'),(6176,229,2,7640,'7.99','2005-07-28 01:14:49','2006-02-15 22:14:29'),(6177,229,2,9913,'3.99','2005-07-31 14:51:04','2006-02-15 22:14:29'),(6178,229,1,11521,'4.99','2005-08-17 00:04:54','2006-02-15 22:14:29'),(6179,229,1,12866,'2.99','2005-08-19 02:39:47','2006-02-15 22:14:29'),(6180,229,2,13306,'0.99','2005-08-19 18:57:29','2006-02-15 22:14:29'),(6181,229,2,13431,'4.99','2005-08-19 23:28:15','2006-02-15 22:14:29'),(6182,229,1,13679,'5.99','2005-08-20 08:39:34','2006-02-15 22:14:29'),(6183,229,1,15740,'4.99','2005-08-23 12:07:51','2006-02-15 22:14:29'),(6184,229,2,15912,'2.99','2005-08-23 17:47:40','2006-02-15 22:14:29'),(6185,229,2,13295,'0.99','2006-02-14 15:16:03','2006-02-15 22:14:29'),(6186,230,1,32,'0.99','2005-05-25 04:06:21','2006-02-15 22:14:29'),(6187,230,1,1078,'4.99','2005-05-31 10:28:33','2006-02-15 22:14:29'),(6188,230,2,1468,'3.99','2005-06-15 20:48:22','2006-02-15 22:14:30'),(6189,230,1,1744,'4.99','2005-06-16 16:39:58','2006-02-15 22:14:30'),(6190,230,2,1793,'0.99','2005-06-16 20:07:27','2006-02-15 22:14:30'),(6191,230,2,2450,'8.99','2005-06-18 19:25:47','2006-02-15 22:14:30'),(6192,230,2,2675,'0.99','2005-06-19 11:52:15','2006-02-15 22:14:30'),(6193,230,1,2777,'0.99','2005-06-19 18:16:26','2006-02-15 22:14:30'),(6194,230,1,4509,'3.99','2005-07-08 02:32:38','2006-02-15 22:14:30'),(6195,230,1,4935,'0.99','2005-07-08 22:20:56','2006-02-15 22:14:30'),(6196,230,1,5045,'4.99','2005-07-09 03:33:32','2006-02-15 22:14:30'),(6197,230,1,5061,'0.99','2005-07-09 04:30:50','2006-02-15 22:14:30'),(6198,230,2,5269,'2.99','2005-07-09 14:23:05','2006-02-15 22:14:30'),(6199,230,2,6126,'4.99','2005-07-11 08:06:56','2006-02-15 22:14:30'),(6200,230,1,6251,'2.99','2005-07-11 15:06:20','2006-02-15 22:14:30'),(6201,230,2,7333,'4.99','2005-07-27 13:59:11','2006-02-15 22:14:30'),(6202,230,2,7390,'4.99','2005-07-27 15:59:19','2006-02-15 22:14:30'),(6203,230,2,8032,'4.99','2005-07-28 16:17:00','2006-02-15 22:14:30'),(6204,230,2,8653,'0.99','2005-07-29 15:04:23','2006-02-15 22:14:30'),(6205,230,1,8815,'2.99','2005-07-29 21:51:26','2006-02-15 22:14:30'),(6206,230,2,9778,'3.99','2005-07-31 10:02:04','2006-02-15 22:14:30'),(6207,230,2,10050,'3.99','2005-07-31 19:13:29','2006-02-15 22:14:30'),(6208,230,1,10057,'9.99','2005-07-31 19:20:18','2006-02-15 22:14:30'),(6209,230,2,10874,'2.99','2005-08-02 00:31:00','2006-02-15 22:14:30'),(6210,230,2,11148,'5.99','2005-08-02 09:47:08','2006-02-15 22:14:30'),(6211,230,1,11552,'5.99','2005-08-17 01:04:29','2006-02-15 22:14:30'),(6212,230,2,11914,'2.99','2005-08-17 16:04:42','2006-02-15 22:14:30'),(6213,230,1,12079,'1.99','2005-08-17 22:04:17','2006-02-15 22:14:30'),(6214,230,2,12523,'7.99','2005-08-18 13:45:41','2006-02-15 22:14:30'),(6215,230,2,12542,'0.99','2005-08-18 14:21:11','2006-02-15 22:14:31'),(6216,230,2,14017,'0.99','2005-08-20 20:55:32','2006-02-15 22:14:31'),(6217,230,1,14073,'5.99','2005-08-20 23:12:57','2006-02-15 22:14:31'),(6218,230,1,14340,'2.99','2005-08-21 08:38:21','2006-02-15 22:14:31'),(6219,231,1,329,'5.99','2005-05-27 01:57:14','2006-02-15 22:14:31'),(6220,231,1,479,'6.99','2005-05-27 22:39:10','2006-02-15 22:14:31'),(6221,231,1,512,'8.99','2005-05-28 03:07:50','2006-02-15 22:14:31'),(6222,231,2,2423,'0.99','2005-06-18 17:32:08','2006-02-15 22:14:31'),(6223,231,2,3561,'9.99','2005-07-06 02:54:33','2006-02-15 22:14:31'),(6224,231,1,3839,'2.99','2005-07-06 16:30:30','2006-02-15 22:14:31'),(6225,231,2,4289,'0.99','2005-07-07 15:45:58','2006-02-15 22:14:31'),(6226,231,2,4969,'0.99','2005-07-08 23:51:26','2006-02-15 22:14:31'),(6227,231,1,5096,'2.99','2005-07-09 06:08:23','2006-02-15 22:14:31'),(6228,231,1,5560,'5.99','2005-07-10 03:13:24','2006-02-15 22:14:31'),(6229,231,1,6862,'0.99','2005-07-12 19:58:09','2006-02-15 22:14:31'),(6230,231,1,6877,'1.99','2005-07-12 20:32:58','2006-02-15 22:14:31'),(6231,231,1,8556,'0.99','2005-07-29 11:18:27','2006-02-15 22:14:31'),(6232,231,2,8949,'5.99','2005-07-30 03:17:02','2006-02-15 22:14:31'),(6233,231,2,9711,'2.99','2005-07-31 08:06:41','2006-02-15 22:14:31'),(6234,231,2,11113,'2.99','2005-08-02 08:26:24','2006-02-15 22:14:31'),(6235,231,1,11202,'7.99','2005-08-02 11:51:57','2006-02-15 22:14:31'),(6236,231,1,11581,'5.99','2005-08-17 02:03:02','2006-02-15 22:14:32'),(6237,231,1,12214,'0.99','2005-08-18 02:34:22','2006-02-15 22:14:32'),(6238,231,2,12230,'8.99','2005-08-18 03:11:04','2006-02-15 22:14:32'),(6239,231,1,12231,'3.99','2005-08-18 03:11:44','2006-02-15 22:14:32'),(6240,231,2,13983,'6.99','2005-08-20 19:08:32','2006-02-15 22:14:32'),(6241,231,1,14026,'0.99','2005-08-20 21:21:08','2006-02-15 22:14:32'),(6242,231,1,14478,'4.99','2005-08-21 13:33:28','2006-02-15 22:14:32'),(6243,231,2,14806,'2.99','2005-08-22 00:53:08','2006-02-15 22:14:32'),(6244,231,1,15389,'3.99','2005-08-22 22:51:13','2006-02-15 22:14:33'),(6245,232,1,28,'4.99','2005-05-25 03:42:37','2006-02-15 22:14:33'),(6246,232,1,805,'3.99','2005-05-29 18:18:18','2006-02-15 22:14:33'),(6247,232,2,1619,'0.99','2005-06-16 07:14:13','2006-02-15 22:14:33'),(6248,232,1,2833,'8.99','2005-06-19 21:34:54','2006-02-15 22:14:33'),(6249,232,2,6234,'5.99','2005-07-11 14:16:10','2006-02-15 22:14:33'),(6250,232,1,6309,'2.99','2005-07-11 18:13:24','2006-02-15 22:14:33'),(6251,232,1,7123,'5.99','2005-07-27 06:08:48','2006-02-15 22:14:33'),(6252,232,2,7653,'4.99','2005-07-28 01:58:30','2006-02-15 22:14:33'),(6253,232,2,7707,'0.99','2005-07-28 04:07:47','2006-02-15 22:14:33'),(6254,232,1,7749,'2.99','2005-07-28 05:53:36','2006-02-15 22:14:33'),(6255,232,1,7990,'2.99','2005-07-28 14:43:08','2006-02-15 22:14:33'),(6256,232,1,8306,'2.99','2005-07-29 03:12:26','2006-02-15 22:14:33'),(6257,232,2,8401,'4.99','2005-07-29 06:25:08','2006-02-15 22:14:33'),(6258,232,2,8655,'4.99','2005-07-29 15:04:42','2006-02-15 22:14:33'),(6259,232,2,9270,'0.99','2005-07-30 15:03:16','2006-02-15 22:14:33'),(6260,232,2,9330,'10.99','2005-07-30 17:44:24','2006-02-15 22:14:33'),(6261,232,2,9365,'2.99','2005-07-30 18:46:02','2006-02-15 22:14:33'),(6262,232,2,10157,'2.99','2005-07-31 22:38:48','2006-02-15 22:14:33'),(6263,232,1,10539,'6.99','2005-08-01 12:23:00','2006-02-15 22:14:33'),(6264,232,2,11861,'0.99','2005-08-17 13:53:47','2006-02-15 22:14:33'),(6265,232,2,12853,'2.99','2005-08-19 02:15:32','2006-02-15 22:14:33'),(6266,232,2,13707,'2.99','2005-08-20 09:33:58','2006-02-15 22:14:33'),(6267,232,2,14527,'0.99','2005-08-21 15:07:42','2006-02-15 22:14:33'),(6268,232,2,14857,'0.99','2005-08-22 02:42:39','2006-02-15 22:14:33'),(6269,232,2,15553,'2.99','2005-08-23 04:33:39','2006-02-15 22:14:33'),(6270,233,2,1992,'2.99','2005-06-17 10:58:53','2006-02-15 22:14:33'),(6271,233,2,2244,'2.99','2005-06-18 04:46:33','2006-02-15 22:14:33'),(6272,233,1,2424,'2.99','2005-06-18 17:35:08','2006-02-15 22:14:33'),(6273,233,2,2443,'4.99','2005-06-18 18:52:30','2006-02-15 22:14:33'),(6274,233,1,3832,'2.99','2005-07-06 16:12:23','2006-02-15 22:14:34'),(6275,233,1,4015,'5.99','2005-07-07 00:59:46','2006-02-15 22:14:34'),(6276,233,1,4885,'4.99','2005-07-08 19:51:17','2006-02-15 22:14:34'),(6277,233,2,5267,'5.99','2005-07-09 14:21:10','2006-02-15 22:14:34'),(6278,233,1,5846,'2.99','2005-07-10 17:25:24','2006-02-15 22:14:34'),(6279,233,1,6319,'4.99','2005-07-11 18:50:45','2006-02-15 22:14:34'),(6280,233,1,6794,'2.99','2005-07-12 16:38:23','2006-02-15 22:14:34'),(6281,233,1,7056,'8.99','2005-07-27 03:46:27','2006-02-15 22:14:34'),(6282,233,2,7387,'4.99','2005-07-27 15:54:19','2006-02-15 22:14:34'),(6283,233,2,8385,'5.99','2005-07-29 05:39:16','2006-02-15 22:14:34'),(6284,233,2,8530,'2.99','2005-07-29 10:26:14','2006-02-15 22:14:34'),(6285,233,2,8596,'0.99','2005-07-29 12:48:54','2006-02-15 22:14:34'),(6286,233,1,9574,'0.99','2005-07-31 02:49:20','2006-02-15 22:14:34'),(6287,233,1,10582,'4.99','2005-08-01 13:54:22','2006-02-15 22:14:34'),(6288,233,1,12443,'5.99','2005-08-18 10:50:59','2006-02-15 22:14:34'),(6289,233,2,14357,'2.99','2005-08-21 09:13:09','2006-02-15 22:14:34'),(6290,233,2,15285,'2.99','2005-08-22 19:17:24','2006-02-15 22:14:34'),(6291,233,1,15790,'1.99','2005-08-23 14:01:07','2006-02-15 22:14:34'),(6292,233,2,15821,'0.99','2005-08-23 15:03:58','2006-02-15 22:14:34'),(6293,234,2,1125,'4.99','2005-05-31 17:23:44','2006-02-15 22:14:34'),(6294,234,2,1245,'3.99','2005-06-15 05:09:01','2006-02-15 22:14:34'),(6295,234,2,1645,'0.99','2005-06-16 09:10:06','2006-02-15 22:14:34'),(6296,234,1,1674,'2.99','2005-06-16 10:57:00','2006-02-15 22:14:34'),(6297,234,2,1993,'5.99','2005-06-17 10:59:24','2006-02-15 22:14:34'),(6298,234,1,2005,'4.99','2005-06-17 11:44:54','2006-02-15 22:14:34'),(6299,234,2,2511,'5.99','2005-06-18 23:45:30','2006-02-15 22:14:34'),(6300,234,2,3185,'6.99','2005-06-20 22:58:01','2006-02-15 22:14:34'),(6301,234,2,3199,'4.99','2005-06-21 00:12:40','2006-02-15 22:14:34'),(6302,234,2,4686,'0.99','2005-07-08 10:53:39','2006-02-15 22:14:34'),(6303,234,1,4721,'7.99','2005-07-08 12:39:31','2006-02-15 22:14:34'),(6304,234,2,10133,'5.99','2005-07-31 21:55:07','2006-02-15 22:14:34'),(6305,234,2,10541,'0.99','2005-08-01 12:24:54','2006-02-15 22:14:35'),(6306,234,2,10580,'6.99','2005-08-01 13:51:14','2006-02-15 22:14:35'),(6307,234,2,10968,'7.99','2005-08-02 04:03:13','2006-02-15 22:14:35'),(6308,234,1,11050,'4.99','2005-08-02 06:17:16','2006-02-15 22:14:35'),(6309,234,1,11073,'0.99','2005-08-02 07:13:03','2006-02-15 22:14:35'),(6310,234,1,11481,'3.99','2005-08-02 22:18:41','2006-02-15 22:14:35'),(6311,234,1,11882,'3.99','2005-08-17 14:33:41','2006-02-15 22:14:35'),(6312,234,1,12226,'0.99','2005-08-18 03:00:48','2006-02-15 22:14:35'),(6313,234,2,12863,'4.99','2005-08-19 02:35:59','2006-02-15 22:14:35'),(6314,234,1,12921,'5.99','2005-08-19 04:47:48','2006-02-15 22:14:35'),(6315,234,2,13349,'2.99','2005-08-19 20:43:16','2006-02-15 22:14:35'),(6316,234,2,15037,'5.99','2005-08-22 09:36:33','2006-02-15 22:14:35'),(6317,234,1,15129,'2.99','2005-08-22 13:03:52','2006-02-15 22:14:35'),(6318,234,1,15778,'0.99','2006-02-14 15:16:03','2006-02-15 22:14:35'),(6319,235,2,807,'2.99','2005-05-29 18:50:50','2006-02-15 22:14:35'),(6320,235,1,1148,'0.99','2005-05-31 20:38:40','2006-02-15 22:14:35'),(6321,235,1,1493,'4.99','2005-06-15 21:50:32','2006-02-15 22:14:35'),(6322,235,2,1811,'0.99','2005-06-16 21:06:20','2006-02-15 22:14:35'),(6323,235,2,3581,'2.99','2005-07-06 03:57:35','2006-02-15 22:14:35'),(6324,235,1,3752,'6.99','2005-07-06 12:30:12','2006-02-15 22:14:35'),(6325,235,1,3968,'4.99','2005-07-06 22:47:09','2006-02-15 22:14:35'),(6326,235,2,4592,'2.99','2005-07-08 06:31:28','2006-02-15 22:14:35'),(6327,235,1,5790,'4.99','2005-07-10 14:15:21','2006-02-15 22:14:35'),(6328,235,1,6047,'2.99','2005-07-11 03:27:01','2006-02-15 22:14:35'),(6329,235,2,6352,'4.99','2005-07-11 20:34:13','2006-02-15 22:14:35'),(6330,235,2,6466,'4.99','2005-07-12 01:21:03','2006-02-15 22:14:35'),(6331,235,1,8120,'0.99','2005-07-28 19:24:24','2006-02-15 22:14:35'),(6332,235,2,8446,'6.99','2005-07-29 07:38:10','2006-02-15 22:14:35'),(6333,235,2,8781,'0.99','2005-07-29 20:20:16','2006-02-15 22:14:35'),(6334,235,1,9019,'5.99','2005-07-30 05:28:53','2006-02-15 22:14:35'),(6335,235,2,9519,'6.99','2005-07-31 00:45:57','2006-02-15 22:14:35'),(6336,235,1,9587,'3.99','2005-07-31 03:10:30','2006-02-15 22:14:36'),(6337,235,2,10155,'0.99','2005-07-31 22:31:43','2006-02-15 22:14:36'),(6338,235,2,12332,'2.99','2005-08-18 06:51:05','2006-02-15 22:14:36'),(6339,235,1,12502,'4.99','2005-08-18 13:16:31','2006-02-15 22:14:36'),(6340,235,2,13070,'0.99','2005-08-19 09:56:23','2006-02-15 22:14:36'),(6341,235,1,13469,'0.99','2005-08-20 00:59:36','2006-02-15 22:14:36'),(6342,235,2,14749,'3.99','2005-08-21 23:08:33','2006-02-15 22:14:36'),(6343,235,1,15034,'6.99','2005-08-22 09:33:08','2006-02-15 22:14:36'),(6344,236,2,262,'2.99','2005-05-26 15:46:56','2006-02-15 22:14:36'),(6345,236,2,344,'2.99','2005-05-27 04:30:22','2006-02-15 22:14:36'),(6346,236,1,1032,'2.99','2005-05-31 04:28:43','2006-02-15 22:14:36'),(6347,236,1,1262,'0.99','2005-06-15 06:54:53','2006-02-15 22:14:36'),(6348,236,2,1308,'5.99','2005-06-15 10:07:48','2006-02-15 22:14:36'),(6349,236,2,2139,'8.99','2005-06-17 21:29:34','2006-02-15 22:14:36'),(6350,236,2,2311,'6.99','2005-06-18 08:51:29','2006-02-15 22:14:36'),(6351,236,1,2630,'2.99','2005-06-19 08:47:21','2006-02-15 22:14:36'),(6352,236,2,2840,'3.99','2005-06-19 22:17:44','2006-02-15 22:14:36'),(6353,236,1,3353,'4.99','2005-06-21 11:29:23','2006-02-15 22:14:36'),(6354,236,2,3460,'2.99','2005-06-21 21:46:56','2006-02-15 22:14:36'),(6355,236,1,3645,'0.99','2005-07-06 07:22:09','2006-02-15 22:14:36'),(6356,236,2,3857,'4.99','2005-07-06 17:07:54','2006-02-15 22:14:36'),(6357,236,2,4749,'4.99','2005-07-08 14:05:58','2006-02-15 22:14:36'),(6358,236,1,4959,'0.99','2005-07-08 23:22:23','2006-02-15 22:14:36'),(6359,236,1,5404,'2.99','2005-07-09 20:10:43','2006-02-15 22:14:36'),(6360,236,1,5545,'3.99','2005-07-10 02:50:29','2006-02-15 22:14:36'),(6361,236,2,5938,'3.99','2005-07-10 22:17:42','2006-02-15 22:14:36'),(6362,236,2,6049,'0.99','2005-07-11 03:32:32','2006-02-15 22:14:36'),(6363,236,2,6281,'4.99','2005-07-11 16:38:16','2006-02-15 22:14:36'),(6364,236,1,6303,'2.99','2005-07-11 17:55:43','2006-02-15 22:14:36'),(6365,236,2,6996,'4.99','2005-07-27 01:13:45','2006-02-15 22:14:36'),(6366,236,2,7047,'4.99','2005-07-27 03:31:11','2006-02-15 22:14:36'),(6367,236,2,7253,'0.99','2005-07-27 10:46:37','2006-02-15 22:14:37'),(6368,236,1,7780,'5.99','2005-07-28 07:11:55','2006-02-15 22:14:37'),(6369,236,1,7792,'4.99','2005-07-28 07:24:02','2006-02-15 22:14:37'),(6370,236,2,7798,'2.99','2005-07-28 07:41:59','2006-02-15 22:14:37'),(6371,236,1,8657,'2.99','2005-07-29 15:09:25','2006-02-15 22:14:37'),(6372,236,1,9011,'5.99','2005-07-30 05:16:29','2006-02-15 22:14:37'),(6373,236,1,9934,'2.99','2005-07-31 15:25:26','2006-02-15 22:14:37'),(6374,236,2,10137,'4.99','2005-07-31 22:01:41','2006-02-15 22:14:37'),(6375,236,2,11139,'6.99','2005-08-02 09:27:36','2006-02-15 22:14:37'),(6376,236,2,11486,'3.99','2005-08-02 22:34:06','2006-02-15 22:14:37'),(6377,236,2,11507,'5.99','2005-08-16 23:26:43','2006-02-15 22:14:37'),(6378,236,1,11895,'4.99','2005-08-17 15:15:07','2006-02-15 22:14:37'),(6379,236,1,12975,'2.99','2005-08-19 06:51:19','2006-02-15 22:14:37'),(6380,236,1,13364,'2.99','2005-08-19 21:09:30','2006-02-15 22:14:37'),(6381,236,1,13443,'7.99','2005-08-19 23:53:42','2006-02-15 22:14:37'),(6382,236,2,14321,'4.99','2005-08-21 08:05:12','2006-02-15 22:14:37'),(6383,236,1,14364,'7.99','2005-08-21 09:25:11','2006-02-15 22:14:37'),(6384,236,2,14722,'4.99','2005-08-21 21:50:53','2006-02-15 22:14:37'),(6385,236,1,12988,'0.99','2006-02-14 15:16:03','2006-02-15 22:14:37'),(6386,237,2,133,'0.99','2005-05-25 21:48:30','2006-02-15 22:14:37'),(6387,237,1,182,'4.99','2005-05-26 04:49:17','2006-02-15 22:14:37'),(6388,237,1,1500,'0.99','2005-06-15 22:00:45','2006-02-15 22:14:37'),(6389,237,2,1518,'0.99','2005-06-15 23:36:37','2006-02-15 22:14:37'),(6390,237,1,2156,'4.99','2005-06-17 23:08:12','2006-02-15 22:14:37'),(6391,237,1,2492,'2.99','2005-06-18 22:04:15','2006-02-15 22:14:37'),(6392,237,2,3069,'2.99','2005-06-20 14:13:00','2006-02-15 22:14:37'),(6393,237,1,4844,'4.99','2005-07-08 18:28:13','2006-02-15 22:14:37'),(6394,237,2,6053,'4.99','2005-07-11 03:51:59','2006-02-15 22:14:37'),(6395,237,1,7193,'2.99','2005-07-27 08:37:00','2006-02-15 22:14:37'),(6396,237,2,7330,'3.99','2005-07-27 13:56:46','2006-02-15 22:14:37'),(6397,237,1,7812,'4.99','2005-07-28 08:06:52','2006-02-15 22:14:37'),(6398,237,2,7951,'8.99','2005-07-28 13:21:16','2006-02-15 22:14:38'),(6399,237,2,8102,'2.99','2005-07-28 18:49:43','2006-02-15 22:14:38'),(6400,237,2,8748,'2.99','2005-07-29 19:08:37','2006-02-15 22:14:38'),(6401,237,2,8799,'6.99','2005-07-29 21:16:47','2006-02-15 22:14:38'),(6402,237,1,8835,'3.99','2005-07-29 22:44:35','2006-02-15 22:14:38'),(6403,237,1,9276,'5.99','2005-07-30 15:09:28','2006-02-15 22:14:38'),(6404,237,1,9661,'4.99','2005-07-31 06:06:37','2006-02-15 22:14:38'),(6405,237,2,9715,'1.99','2005-07-31 08:16:58','2006-02-15 22:14:38'),(6406,237,2,10056,'0.99','2005-07-31 19:19:13','2006-02-15 22:14:38'),(6407,237,2,10058,'2.99','2005-07-31 19:20:21','2006-02-15 22:14:38'),(6408,237,2,11125,'4.99','2005-08-02 08:55:35','2006-02-15 22:14:38'),(6409,237,2,11479,'11.99','2005-08-02 22:18:13','2006-02-15 22:14:38'),(6410,237,2,11772,'5.99','2005-08-17 10:18:57','2006-02-15 22:14:38'),(6411,237,1,12469,'0.99','2005-08-18 11:53:07','2006-02-15 22:14:38'),(6412,237,2,13914,'6.99','2005-08-20 16:38:57','2006-02-15 22:14:38'),(6413,237,2,13922,'6.99','2005-08-20 17:02:37','2006-02-15 22:14:38'),(6414,237,2,13969,'6.99','2005-08-20 18:42:40','2006-02-15 22:14:38'),(6415,237,2,14453,'3.99','2005-08-21 12:33:34','2006-02-15 22:14:38'),(6416,237,2,15139,'8.99','2005-08-22 13:38:11','2006-02-15 22:14:38'),(6417,237,1,15337,'0.99','2005-08-22 20:49:51','2006-02-15 22:14:38'),(6418,237,2,15931,'1.99','2005-08-23 18:28:09','2006-02-15 22:14:38'),(6419,238,2,315,'4.99','2005-05-26 23:12:55','2006-02-15 22:14:38'),(6420,238,1,842,'2.99','2005-05-30 00:32:04','2006-02-15 22:14:38'),(6421,238,1,1199,'2.99','2005-06-15 01:58:50','2006-02-15 22:14:38'),(6422,238,1,1660,'4.99','2005-06-16 10:12:55','2006-02-15 22:14:38'),(6423,238,1,3181,'2.99','2005-06-20 22:51:02','2006-02-15 22:14:38'),(6424,238,1,4143,'0.99','2005-07-07 08:22:07','2006-02-15 22:14:38'),(6425,238,1,5616,'5.99','2005-07-10 05:21:11','2006-02-15 22:14:38'),(6426,238,2,6403,'0.99','2005-07-11 22:46:25','2006-02-15 22:14:38'),(6427,238,2,7243,'4.99','2005-07-27 10:26:11','2006-02-15 22:14:38'),(6428,238,1,8310,'8.99','2005-07-29 03:25:56','2006-02-15 22:14:38'),(6429,238,1,8382,'6.99','2005-07-29 05:33:21','2006-02-15 22:14:39'),(6430,238,1,8465,'0.99','2005-07-29 08:20:49','2006-02-15 22:14:39'),(6431,238,1,9065,'4.99','2005-07-30 07:25:09','2006-02-15 22:14:39'),(6432,238,2,9841,'7.99','2005-07-31 12:24:19','2006-02-15 22:14:39'),(6433,238,1,10659,'5.99','2005-08-01 16:40:34','2006-02-15 22:14:39'),(6434,238,2,11543,'5.99','2005-08-17 00:54:28','2006-02-15 22:14:39'),(6435,238,2,11632,'2.99','2005-08-17 04:29:32','2006-02-15 22:14:39'),(6436,238,1,11897,'2.99','2005-08-17 15:24:06','2006-02-15 22:14:39'),(6437,238,1,14312,'4.99','2005-08-21 07:48:34','2006-02-15 22:14:39'),(6438,238,1,14343,'8.99','2005-08-21 08:40:21','2006-02-15 22:14:39'),(6439,238,1,15455,'0.99','2005-08-23 01:05:00','2006-02-15 22:14:39'),(6440,239,2,8,'4.99','2005-05-24 23:31:46','2006-02-15 22:14:39'),(6441,239,1,444,'2.99','2005-05-27 18:39:15','2006-02-15 22:14:39'),(6442,239,1,621,'4.99','2005-05-28 15:58:12','2006-02-15 22:14:39'),(6443,239,1,636,'6.99','2005-05-28 17:47:58','2006-02-15 22:14:39'),(6444,239,1,1022,'7.99','2005-05-31 03:16:45','2006-02-15 22:14:39'),(6445,239,2,1082,'5.99','2005-05-31 11:02:01','2006-02-15 22:14:39'),(6446,239,1,1160,'4.99','2005-06-14 23:00:34','2006-02-15 22:14:39'),(6447,239,2,1560,'4.99','2005-06-16 02:36:43','2006-02-15 22:14:39'),(6448,239,2,2215,'2.99','2005-06-18 02:48:21','2006-02-15 22:14:39'),(6449,239,1,2390,'4.99','2005-06-18 15:29:26','2006-02-15 22:14:39'),(6450,239,1,3383,'5.99','2005-06-21 14:07:19','2006-02-15 22:14:39'),(6451,239,2,3547,'0.99','2005-07-06 02:18:06','2006-02-15 22:14:39'),(6452,239,1,3552,'5.99','2005-07-06 02:34:09','2006-02-15 22:14:39'),(6453,239,2,4920,'7.99','2005-07-08 21:42:10','2006-02-15 22:14:39'),(6454,239,2,5651,'4.99','2005-07-10 07:17:13','2006-02-15 22:14:39'),(6455,239,1,5960,'0.99','2005-07-10 23:38:34','2006-02-15 22:14:39'),(6456,239,1,6573,'0.99','2005-07-12 06:03:40','2006-02-15 22:14:39'),(6457,239,2,7012,'8.99','2005-07-27 02:01:03','2006-02-15 22:14:39'),(6458,239,1,7426,'0.99','2005-07-27 17:19:46','2006-02-15 22:14:39'),(6459,239,2,7491,'2.99','2005-07-27 19:53:23','2006-02-15 22:14:39'),(6460,239,1,8457,'6.99','2005-07-29 07:59:03','2006-02-15 22:14:40'),(6461,239,2,9676,'0.99','2005-07-31 06:39:13','2006-02-15 22:14:40'),(6462,239,1,9863,'5.99','2005-07-31 13:05:29','2006-02-15 22:14:40'),(6463,239,1,10755,'0.99','2005-08-01 20:14:14','2006-02-15 22:14:40'),(6464,239,2,10923,'2.99','2005-08-02 02:15:01','2006-02-15 22:14:40'),(6465,239,1,11487,'2.99','2005-08-02 22:35:05','2006-02-15 22:14:40'),(6466,239,2,11900,'4.99','2005-08-17 15:30:44','2006-02-15 22:14:40'),(6467,239,1,11968,'0.99','2005-08-17 17:47:34','2006-02-15 22:14:40'),(6468,239,1,12340,'4.99','2005-08-18 07:07:01','2006-02-15 22:14:40'),(6469,239,1,12721,'1.99','2005-08-18 21:30:12','2006-02-15 22:14:40'),(6470,239,1,13175,'4.99','2005-08-19 13:54:53','2006-02-15 22:14:40'),(6471,239,2,13427,'4.99','2005-08-19 23:19:02','2006-02-15 22:14:40'),(6472,239,2,13999,'3.99','2005-08-20 19:53:32','2006-02-15 22:14:40'),(6473,239,2,14062,'1.99','2005-08-20 22:34:34','2006-02-15 22:14:40'),(6474,240,1,246,'2.99','2005-05-26 13:57:07','2006-02-15 22:14:40'),(6475,240,1,460,'2.99','2005-05-27 20:02:03','2006-02-15 22:14:40'),(6476,240,1,643,'4.99','2005-05-28 18:52:11','2006-02-15 22:14:40'),(6477,240,2,2196,'3.99','2005-06-18 01:47:07','2006-02-15 22:14:40'),(6478,240,1,2264,'4.99','2005-06-18 05:58:45','2006-02-15 22:14:40'),(6479,240,2,2872,'5.99','2005-06-20 00:38:21','2006-02-15 22:14:40'),(6480,240,2,4305,'4.99','2005-07-07 17:07:11','2006-02-15 22:14:40'),(6481,240,2,5262,'4.99','2005-07-09 14:08:01','2006-02-15 22:14:40'),(6482,240,1,5596,'0.99','2005-07-10 04:43:14','2006-02-15 22:14:40'),(6483,240,1,6272,'0.99','2005-07-11 16:03:49','2006-02-15 22:14:40'),(6484,240,2,6470,'0.99','2005-07-12 01:29:41','2006-02-15 22:14:40'),(6485,240,1,6956,'4.99','2005-07-26 23:55:57','2006-02-15 22:14:40'),(6486,240,1,7001,'4.99','2005-07-27 01:25:34','2006-02-15 22:14:40'),(6487,240,1,7467,'8.99','2005-07-27 18:51:54','2006-02-15 22:14:40'),(6488,240,2,7481,'4.99','2005-07-27 19:20:25','2006-02-15 22:14:40'),(6489,240,1,7870,'4.99','2005-07-28 10:16:03','2006-02-15 22:14:40'),(6490,240,2,8503,'3.99','2005-07-29 09:16:50','2006-02-15 22:14:41'),(6491,240,2,8905,'5.99','2005-07-30 01:11:11','2006-02-15 22:14:41'),(6492,240,1,10308,'7.99','2005-08-01 04:22:49','2006-02-15 22:14:41'),(6493,240,1,11745,'3.99','2005-08-17 09:00:01','2006-02-15 22:14:41'),(6494,240,2,12283,'6.99','2005-08-18 04:54:25','2006-02-15 22:14:41'),(6495,240,2,13030,'2.99','2005-08-19 08:28:11','2006-02-15 22:14:41'),(6496,240,2,13119,'4.99','2005-08-19 11:44:59','2006-02-15 22:14:41'),(6497,240,1,13663,'8.99','2005-08-20 08:12:33','2006-02-15 22:14:41'),(6498,240,2,14573,'2.99','2005-08-21 16:44:32','2006-02-15 22:14:41'),(6499,240,2,15641,'0.99','2005-08-23 08:06:49','2006-02-15 22:14:41'),(6500,241,1,627,'7.99','2005-05-28 17:04:43','2006-02-15 22:14:41'),(6501,241,1,1059,'3.99','2005-05-31 08:20:43','2006-02-15 22:14:41'),(6502,241,2,2428,'0.99','2005-06-18 17:47:34','2006-02-15 22:14:41'),(6503,241,1,2455,'0.99','2005-06-18 19:33:06','2006-02-15 22:14:41'),(6504,241,2,2478,'5.99','2005-06-18 21:01:21','2006-02-15 22:14:41'),(6505,241,2,2683,'2.99','2005-06-19 12:27:19','2006-02-15 22:14:41'),(6506,241,2,3258,'0.99','2005-06-21 03:53:58','2006-02-15 22:14:41'),(6507,241,2,3822,'0.99','2005-07-06 15:41:15','2006-02-15 22:14:41'),(6508,241,1,4731,'0.99','2005-07-08 13:08:18','2006-02-15 22:14:41'),(6509,241,2,5017,'2.99','2005-07-09 02:00:16','2006-02-15 22:14:41'),(6510,241,1,5211,'0.99','2005-07-09 11:26:50','2006-02-15 22:14:41'),(6511,241,1,5438,'4.99','2005-07-09 21:34:32','2006-02-15 22:14:41'),(6512,241,2,5525,'3.99','2005-07-10 02:03:08','2006-02-15 22:14:41'),(6513,241,1,5981,'4.99','2005-07-11 00:19:04','2006-02-15 22:14:41'),(6514,241,2,6090,'6.99','2005-07-11 05:47:08','2006-02-15 22:14:41'),(6515,241,2,6245,'2.99','2005-07-11 14:56:57','2006-02-15 22:14:41'),(6516,241,1,7320,'0.99','2005-07-27 13:33:35','2006-02-15 22:14:41'),(6517,241,1,7434,'2.99','2005-07-27 17:34:40','2006-02-15 22:14:41'),(6518,241,1,7860,'2.99','2005-07-28 09:58:02','2006-02-15 22:14:41'),(6519,241,1,9500,'6.99','2005-07-30 23:58:36','2006-02-15 22:14:41'),(6520,241,1,9528,'3.99','2005-07-31 01:05:04','2006-02-15 22:14:42'),(6521,241,1,9944,'5.99','2005-07-31 15:44:43','2006-02-15 22:14:42'),(6522,241,2,10447,'3.99','2005-08-01 09:04:58','2006-02-15 22:14:42'),(6523,241,1,10652,'2.99','2005-08-01 16:24:08','2006-02-15 22:14:42'),(6524,241,1,11423,'1.99','2005-08-02 19:57:13','2006-02-15 22:14:42'),(6525,241,2,12418,'4.99','2005-08-18 09:59:36','2006-02-15 22:14:42'),(6526,241,1,12956,'4.99','2005-08-19 06:06:26','2006-02-15 22:14:42'),(6527,241,2,13077,'2.99','2005-08-19 10:15:19','2006-02-15 22:14:42'),(6528,241,2,14269,'7.99','2005-08-21 06:22:07','2006-02-15 22:14:42'),(6529,241,2,14485,'2.99','2005-08-21 13:52:07','2006-02-15 22:14:42'),(6530,241,1,14936,'0.99','2005-08-22 05:51:26','2006-02-15 22:14:42'),(6531,241,2,15137,'2.99','2005-08-22 13:20:28','2006-02-15 22:14:42'),(6532,241,1,15429,'2.99','2005-08-23 00:20:31','2006-02-15 22:14:42'),(6533,241,1,15767,'4.99','2005-08-23 13:14:15','2006-02-15 22:14:42'),(6534,242,1,108,'2.99','2005-05-25 18:30:05','2006-02-15 22:14:42'),(6535,242,2,283,'3.99','2005-05-26 19:05:05','2006-02-15 22:14:42'),(6536,242,2,881,'4.99','2005-05-30 06:15:36','2006-02-15 22:14:42'),(6537,242,2,1304,'4.99','2005-06-15 09:56:02','2006-02-15 22:14:42'),(6538,242,1,1384,'4.99','2005-06-15 15:22:03','2006-02-15 22:14:42'),(6539,242,1,1483,'4.99','2005-06-15 21:21:58','2006-02-15 22:14:42'),(6540,242,2,1702,'4.99','2005-06-16 13:21:05','2006-02-15 22:14:42'),(6541,242,1,2691,'4.99','2005-06-19 13:06:50','2006-02-15 22:14:42'),(6542,242,2,2942,'4.99','2005-06-20 05:27:31','2006-02-15 22:14:42'),(6543,242,1,3471,'4.99','2005-07-05 22:51:44','2006-02-15 22:14:42'),(6544,242,2,3604,'0.99','2005-07-06 05:25:22','2006-02-15 22:14:42'),(6545,242,1,4426,'4.99','2005-07-07 22:28:32','2006-02-15 22:14:42'),(6546,242,2,4895,'1.99','2005-07-08 20:22:05','2006-02-15 22:14:42'),(6547,242,2,5666,'5.99','2005-07-10 08:10:29','2006-02-15 22:14:42'),(6548,242,2,7149,'3.99','2005-07-27 07:10:40','2006-02-15 22:14:42'),(6549,242,1,8491,'4.99','2005-07-29 09:02:13','2006-02-15 22:14:42'),(6550,242,1,9423,'3.99','2005-07-30 21:10:14','2006-02-15 22:14:42'),(6551,242,1,9730,'6.99','2005-07-31 08:50:08','2006-02-15 22:14:43'),(6552,242,2,10367,'0.99','2005-08-01 06:12:19','2006-02-15 22:14:43'),(6553,242,2,10382,'4.99','2005-08-01 06:36:45','2006-02-15 22:14:43'),(6554,242,2,10650,'9.99','2005-08-01 16:18:45','2006-02-15 22:14:43'),(6555,242,2,11020,'0.99','2005-08-02 05:29:48','2006-02-15 22:14:43'),(6556,242,1,11258,'4.99','2005-08-02 13:45:39','2006-02-15 22:14:43'),(6557,242,2,11607,'0.99','2005-08-17 03:36:06','2006-02-15 22:14:43'),(6558,242,1,11931,'4.99','2005-08-17 16:35:14','2006-02-15 22:14:43'),(6559,242,2,12724,'7.99','2005-08-18 21:37:20','2006-02-15 22:14:43'),(6560,242,1,12855,'4.99','2005-08-19 02:18:58','2006-02-15 22:14:43'),(6561,242,1,13271,'9.99','2005-08-19 17:42:06','2006-02-15 22:14:43'),(6562,242,2,13567,'0.99','2005-08-20 04:49:21','2006-02-15 22:14:43'),(6563,242,2,13646,'5.99','2005-08-20 07:47:08','2006-02-15 22:14:43'),(6564,242,1,14515,'0.99','2005-08-21 14:52:14','2006-02-15 22:14:43'),(6565,242,1,15002,'0.99','2005-08-22 08:06:00','2006-02-15 22:14:43'),(6566,243,1,188,'4.99','2005-05-26 05:47:12','2006-02-15 22:14:43'),(6567,243,1,1405,'5.99','2005-06-15 16:41:26','2006-02-15 22:14:43'),(6568,243,1,1452,'0.99','2005-06-15 19:32:52','2006-02-15 22:14:43'),(6569,243,2,2757,'5.99','2005-06-19 17:01:14','2006-02-15 22:14:43'),(6570,243,2,3854,'5.99','2005-07-06 17:02:33','2006-02-15 22:14:43'),(6571,243,1,3965,'4.99','2005-07-06 22:36:20','2006-02-15 22:14:43'),(6572,243,1,4831,'0.99','2005-07-08 18:00:14','2006-02-15 22:14:43'),(6573,243,1,5502,'0.99','2005-07-10 00:34:15','2006-02-15 22:14:43'),(6574,243,2,6038,'3.99','2005-07-11 03:10:37','2006-02-15 22:14:43'),(6575,243,2,6820,'2.99','2005-07-12 18:21:30','2006-02-15 22:14:43'),(6576,243,2,7022,'2.99','2005-07-27 02:31:15','2006-02-15 22:14:43'),(6577,243,2,7165,'0.99','2005-07-27 07:36:46','2006-02-15 22:14:43'),(6578,243,1,8834,'4.99','2005-07-29 22:41:48','2006-02-15 22:14:43'),(6579,243,2,9035,'2.99','2005-07-30 06:16:07','2006-02-15 22:14:43'),(6580,243,2,9514,'4.99','2005-07-31 00:29:44','2006-02-15 22:14:43'),(6581,243,2,9675,'2.99','2005-07-31 06:37:07','2006-02-15 22:14:44'),(6582,243,2,9988,'5.99','2005-07-31 17:22:36','2006-02-15 22:14:44'),(6583,243,1,12209,'2.99','2005-08-18 02:27:20','2006-02-15 22:14:44'),(6584,243,1,13291,'2.99','2005-08-19 18:32:11','2006-02-15 22:14:44'),(6585,243,1,14033,'2.99','2005-08-20 21:30:53','2006-02-15 22:14:44'),(6586,243,1,14108,'0.99','2005-08-21 00:52:45','2006-02-15 22:14:44'),(6587,243,1,14272,'3.99','2005-08-21 06:24:55','2006-02-15 22:14:44'),(6588,243,2,14581,'1.99','2005-08-21 17:07:08','2006-02-15 22:14:44'),(6589,243,2,14705,'2.99','2005-08-21 21:02:55','2006-02-15 22:14:44'),(6590,244,2,592,'4.99','2005-05-28 13:21:08','2006-02-15 22:14:44'),(6591,244,1,797,'1.99','2005-05-29 17:12:17','2006-02-15 22:14:44'),(6592,244,2,1189,'6.99','2005-06-15 01:04:22','2006-02-15 22:14:44'),(6593,244,1,1595,'5.99','2005-06-16 05:23:46','2006-02-15 22:14:44'),(6594,244,2,2955,'3.99','2005-06-20 06:46:35','2006-02-15 22:14:44'),(6595,244,1,4814,'4.99','2005-07-08 17:11:09','2006-02-15 22:14:44'),(6596,244,2,5387,'4.99','2005-07-09 19:25:14','2006-02-15 22:14:44'),(6597,244,2,5461,'0.99','2005-07-09 22:48:04','2006-02-15 22:14:44'),(6598,244,2,5692,'0.99','2005-07-10 09:32:22','2006-02-15 22:14:44'),(6599,244,1,5779,'4.99','2005-07-10 13:45:54','2006-02-15 22:14:44'),(6600,244,1,5803,'3.99','2005-07-10 15:05:42','2006-02-15 22:14:44'),(6601,244,2,6374,'4.99','2005-07-11 21:36:10','2006-02-15 22:14:44'),(6602,244,2,6608,'2.99','2005-07-12 08:16:50','2006-02-15 22:14:44'),(6603,244,2,6683,'2.99','2005-07-12 12:14:05','2006-02-15 22:14:44'),(6604,244,2,8454,'0.99','2005-07-29 07:49:04','2006-02-15 22:14:44'),(6605,244,2,8844,'5.99','2005-07-29 23:05:08','2006-02-15 22:14:44'),(6606,244,1,10001,'4.99','2005-07-31 17:46:18','2006-02-15 22:14:44'),(6607,244,2,10047,'4.99','2005-07-31 19:07:43','2006-02-15 22:14:44'),(6608,244,1,10152,'5.99','2005-07-31 22:28:05','2006-02-15 22:14:44'),(6609,244,2,10684,'6.99','2005-08-01 17:47:00','2006-02-15 22:14:44'),(6610,244,2,10969,'2.99','2005-08-02 04:04:32','2006-02-15 22:14:44'),(6611,244,2,11157,'0.99','2005-08-02 09:58:15','2006-02-15 22:14:45'),(6612,244,1,11267,'9.99','2005-08-02 14:09:08','2006-02-15 22:14:45'),(6613,244,1,11762,'9.99','2005-08-17 09:48:06','2006-02-15 22:14:45'),(6614,244,1,13630,'4.99','2005-08-20 07:05:56','2006-02-15 22:14:45'),(6615,244,2,13774,'0.99','2005-08-20 11:54:01','2006-02-15 22:14:45'),(6616,244,1,13928,'0.99','2005-08-20 17:12:28','2006-02-15 22:14:45'),(6617,244,1,14367,'0.99','2005-08-21 09:31:44','2006-02-15 22:14:45'),(6618,244,2,14657,'0.99','2005-08-21 19:39:43','2006-02-15 22:14:45'),(6619,244,1,14919,'1.99','2005-08-22 05:07:17','2006-02-15 22:14:45'),(6620,244,1,14975,'3.99','2005-08-22 07:07:50','2006-02-15 22:14:45'),(6621,244,2,12736,'4.99','2006-02-14 15:16:03','2006-02-15 22:14:45'),(6622,245,2,79,'4.99','2005-05-25 12:11:07','2006-02-15 22:14:45'),(6623,245,1,241,'0.99','2005-05-26 12:49:01','2006-02-15 22:14:45'),(6624,245,1,519,'7.99','2005-05-28 03:22:33','2006-02-15 22:14:45'),(6625,245,1,719,'2.99','2005-05-29 05:16:05','2006-02-15 22:14:45'),(6626,245,2,725,'2.99','2005-05-29 06:03:41','2006-02-15 22:14:45'),(6627,245,2,948,'8.99','2005-05-30 15:44:27','2006-02-15 22:14:45'),(6628,245,1,1377,'2.99','2005-06-15 15:02:03','2006-02-15 22:14:45'),(6629,245,1,2122,'2.99','2005-06-17 20:48:27','2006-02-15 22:14:45'),(6630,245,1,3157,'2.99','2005-06-20 21:07:54','2006-02-15 22:14:45'),(6631,245,1,3634,'2.99','2005-07-06 06:51:14','2006-02-15 22:14:45'),(6632,245,2,5321,'2.99','2005-07-09 16:26:33','2006-02-15 22:14:45'),(6633,245,1,5764,'4.99','2005-07-10 12:58:16','2006-02-15 22:14:45'),(6634,245,2,6242,'2.99','2005-07-11 14:45:04','2006-02-15 22:14:45'),(6635,245,1,6795,'5.99','2005-07-12 16:41:00','2006-02-15 22:14:45'),(6636,245,2,6962,'0.99','2005-07-27 00:10:58','2006-02-15 22:14:45'),(6637,245,1,7230,'4.99','2005-07-27 10:01:41','2006-02-15 22:14:45'),(6638,245,2,7233,'5.99','2005-07-27 10:08:36','2006-02-15 22:14:45'),(6639,245,1,7358,'0.99','2005-07-27 14:49:44','2006-02-15 22:14:45'),(6640,245,2,7397,'4.99','2005-07-27 16:05:00','2006-02-15 22:14:45'),(6641,245,2,8701,'6.99','2005-07-29 17:02:35','2006-02-15 22:14:46'),(6642,245,1,8811,'10.99','2005-07-29 21:46:21','2006-02-15 22:14:46'),(6643,245,2,9088,'0.99','2005-07-30 08:21:02','2006-02-15 22:14:46'),(6644,245,2,9169,'4.99','2005-07-30 11:35:00','2006-02-15 22:14:46'),(6645,245,1,9813,'6.99','2005-07-31 11:29:23','2006-02-15 22:14:46'),(6646,245,1,10087,'3.99','2005-07-31 20:15:22','2006-02-15 22:14:46'),(6647,245,2,11061,'0.99','2005-08-02 06:50:18','2006-02-15 22:14:46'),(6648,245,1,11105,'0.99','2005-08-02 08:13:31','2006-02-15 22:14:46'),(6649,245,1,11211,'0.99','2005-08-02 12:16:48','2006-02-15 22:14:46'),(6650,245,1,12303,'7.99','2005-08-18 05:43:22','2006-02-15 22:14:46'),(6651,245,1,13286,'0.99','2005-08-19 18:28:07','2006-02-15 22:14:46'),(6652,245,1,15782,'6.99','2005-08-23 13:43:26','2006-02-15 22:14:46'),(6653,245,2,12682,'2.99','2006-02-14 15:16:03','2006-02-15 22:14:46'),(6654,246,1,124,'6.99','2005-05-25 20:46:11','2006-02-15 22:14:46'),(6655,246,2,421,'8.99','2005-05-27 15:30:13','2006-02-15 22:14:46'),(6656,246,2,434,'5.99','2005-05-27 16:54:27','2006-02-15 22:14:46'),(6657,246,1,699,'3.99','2005-05-29 02:11:44','2006-02-15 22:14:46'),(6658,246,1,1051,'4.99','2005-05-31 07:02:09','2006-02-15 22:14:46'),(6659,246,2,1448,'1.99','2005-06-15 19:17:16','2006-02-15 22:14:46'),(6660,246,1,1968,'2.99','2005-06-17 09:20:36','2006-02-15 22:14:46'),(6661,246,2,2704,'1.99','2005-06-19 13:50:10','2006-02-15 22:14:46'),(6662,246,1,2725,'0.99','2005-06-19 15:01:23','2006-02-15 22:14:46'),(6663,246,1,3152,'4.99','2005-06-20 20:42:41','2006-02-15 22:14:46'),(6664,246,1,4092,'7.99','2005-07-07 05:54:18','2006-02-15 22:14:46'),(6665,246,2,4905,'4.99','2005-07-08 20:56:00','2006-02-15 22:14:46'),(6666,246,2,4994,'2.99','2005-07-09 00:54:13','2006-02-15 22:14:46'),(6667,246,2,5347,'0.99','2005-07-09 17:31:32','2006-02-15 22:14:46'),(6668,246,1,6688,'4.99','2005-07-12 12:22:12','2006-02-15 22:14:46'),(6669,246,2,9525,'5.99','2005-07-31 01:02:18','2006-02-15 22:14:46'),(6670,246,2,10208,'4.99','2005-08-01 00:54:51','2006-02-15 22:14:46'),(6671,246,2,10683,'2.99','2005-08-01 17:33:03','2006-02-15 22:14:47'),(6672,246,2,13418,'5.99','2005-08-19 22:53:56','2006-02-15 22:14:47'),(6673,246,1,13750,'6.99','2005-08-20 11:11:42','2006-02-15 22:14:47'),(6674,246,1,13987,'4.99','2005-08-20 19:19:30','2006-02-15 22:14:47'),(6675,246,1,14360,'6.99','2005-08-21 09:16:40','2006-02-15 22:14:47'),(6676,246,1,15746,'2.99','2005-08-23 12:26:19','2006-02-15 22:14:47'),(6677,247,1,189,'4.99','2005-05-26 06:01:41','2006-02-15 22:14:47'),(6678,247,2,448,'3.99','2005-05-27 19:03:08','2006-02-15 22:14:47'),(6679,247,1,450,'6.99','2005-05-27 19:18:54','2006-02-15 22:14:47'),(6680,247,1,2288,'5.99','2005-06-18 07:23:17','2006-02-15 22:14:47'),(6681,247,2,3955,'2.99','2005-07-06 21:58:08','2006-02-15 22:14:47'),(6682,247,2,4198,'6.99','2005-07-07 11:08:11','2006-02-15 22:14:47'),(6683,247,1,4492,'2.99','2005-07-08 01:32:04','2006-02-15 22:14:47'),(6684,247,2,4995,'2.99','2005-07-09 00:57:46','2006-02-15 22:14:47'),(6685,247,1,5328,'6.99','2005-07-09 16:48:29','2006-02-15 22:14:47'),(6686,247,1,5842,'4.99','2005-07-10 17:11:37','2006-02-15 22:14:47'),(6687,247,1,7963,'5.99','2005-07-28 13:48:38','2006-02-15 22:14:47'),(6688,247,1,10279,'1.99','2005-08-01 03:26:44','2006-02-15 22:14:47'),(6689,247,1,10410,'6.99','2005-08-01 07:53:29','2006-02-15 22:14:47'),(6690,247,2,11204,'2.99','2005-08-02 11:56:31','2006-02-15 22:14:47'),(6691,247,2,11306,'2.99','2005-08-02 15:45:10','2006-02-15 22:14:47'),(6692,247,1,11495,'0.99','2005-08-16 22:51:20','2006-02-15 22:14:47'),(6693,247,2,12265,'4.99','2005-08-18 04:22:01','2006-02-15 22:14:47'),(6694,247,1,12482,'7.99','2005-08-18 12:37:36','2006-02-15 22:14:47'),(6695,247,1,12491,'4.99','2005-08-18 12:48:45','2006-02-15 22:14:47'),(6696,247,1,12824,'4.99','2005-08-19 01:18:00','2006-02-15 22:14:47'),(6697,247,1,14041,'4.99','2005-08-20 21:45:23','2006-02-15 22:14:47'),(6698,247,1,15783,'4.99','2005-08-23 13:45:44','2006-02-15 22:14:47'),(6699,248,2,330,'7.99','2005-05-27 02:15:30','2006-02-15 22:14:47'),(6700,248,1,618,'4.99','2005-05-28 15:50:07','2006-02-15 22:14:47'),(6701,248,1,2066,'3.99','2005-06-17 16:07:08','2006-02-15 22:14:48'),(6702,248,2,2371,'0.99','2005-06-18 14:35:29','2006-02-15 22:14:48'),(6703,248,1,3910,'0.99','2005-07-06 20:05:18','2006-02-15 22:14:48'),(6704,248,2,4541,'4.99','2005-07-08 04:04:19','2006-02-15 22:14:48'),(6705,248,1,4841,'0.99','2005-07-08 18:18:23','2006-02-15 22:14:48'),(6706,248,1,5370,'2.99','2005-07-09 18:43:19','2006-02-15 22:14:48'),(6707,248,2,6617,'2.99','2005-07-12 08:39:56','2006-02-15 22:14:48'),(6708,248,2,7778,'5.99','2005-07-28 07:10:11','2006-02-15 22:14:48'),(6709,248,2,10418,'4.99','2005-08-01 08:11:07','2006-02-15 22:14:48'),(6710,248,1,12241,'0.99','2005-08-18 03:33:17','2006-02-15 22:14:48'),(6711,248,1,13918,'0.99','2005-08-20 16:47:32','2006-02-15 22:14:48'),(6712,248,2,14704,'0.99','2005-08-21 21:02:22','2006-02-15 22:14:48'),(6713,248,2,14885,'5.99','2005-08-22 03:58:29','2006-02-15 22:14:48'),(6714,249,2,316,'4.99','2005-05-26 23:22:55','2006-02-15 22:14:48'),(6715,249,2,400,'2.99','2005-05-27 12:51:44','2006-02-15 22:14:48'),(6716,249,1,438,'6.99','2005-05-27 17:52:34','2006-02-15 22:14:48'),(6717,249,1,597,'3.99','2005-05-28 14:01:02','2006-02-15 22:14:48'),(6718,249,1,1204,'0.99','2005-06-15 02:21:46','2006-02-15 22:14:48'),(6719,249,1,1473,'5.99','2005-06-15 20:55:20','2006-02-15 22:14:48'),(6720,249,2,1753,'2.99','2005-06-16 17:08:17','2006-02-15 22:14:48'),(6721,249,2,2129,'1.99','2005-06-17 20:58:32','2006-02-15 22:14:48'),(6722,249,2,3175,'7.99','2005-06-20 22:30:23','2006-02-15 22:14:48'),(6723,249,1,4352,'9.99','2005-07-07 19:15:58','2006-02-15 22:14:48'),(6724,249,1,5011,'4.99','2005-07-09 01:44:40','2006-02-15 22:14:48'),(6725,249,1,5275,'4.99','2005-07-09 14:34:18','2006-02-15 22:14:48'),(6726,249,2,5639,'3.99','2005-07-10 06:33:39','2006-02-15 22:14:48'),(6727,249,2,6670,'7.99','2005-07-12 11:44:33','2006-02-15 22:14:48'),(6728,249,1,7544,'7.99','2005-07-27 21:47:37','2006-02-15 22:14:48'),(6729,249,1,7804,'2.99','2005-07-28 07:56:00','2006-02-15 22:14:48'),(6730,249,2,7881,'4.99','2005-07-28 10:33:22','2006-02-15 22:14:48'),(6731,249,1,11124,'1.99','2005-08-02 08:55:25','2006-02-15 22:14:49'),(6732,249,1,11159,'4.99','2005-08-02 10:00:55','2006-02-15 22:14:49'),(6733,249,2,11668,'0.99','2005-08-17 05:47:32','2006-02-15 22:14:49'),(6734,249,2,13981,'4.99','2005-08-20 19:07:20','2006-02-15 22:14:49'),(6735,249,2,14285,'0.99','2005-08-21 06:50:48','2006-02-15 22:14:49'),(6736,249,1,15160,'6.99','2005-08-22 14:33:50','2006-02-15 22:14:49'),(6737,250,1,61,'5.99','2005-05-25 09:01:57','2006-02-15 22:14:49'),(6738,250,1,176,'3.99','2005-05-26 03:47:39','2006-02-15 22:14:49'),(6739,250,1,637,'4.99','2005-05-28 18:14:29','2006-02-15 22:14:49'),(6740,250,2,687,'0.99','2005-05-29 00:32:09','2006-02-15 22:14:49'),(6741,250,1,1146,'2.99','2005-05-31 20:34:45','2006-02-15 22:14:49'),(6742,250,1,2432,'4.99','2005-06-18 17:59:18','2006-02-15 22:14:49'),(6743,250,1,3635,'4.99','2005-07-06 06:55:36','2006-02-15 22:14:49'),(6744,250,1,3951,'3.99','2005-07-06 21:50:41','2006-02-15 22:14:49'),(6745,250,1,5479,'2.99','2005-07-09 23:47:33','2006-02-15 22:14:49'),(6746,250,1,5540,'0.99','2005-07-10 02:44:21','2006-02-15 22:14:49'),(6747,250,1,5998,'2.99','2005-07-11 01:20:46','2006-02-15 22:14:49'),(6748,250,1,8579,'2.99','2005-07-29 11:59:22','2006-02-15 22:14:49'),(6749,250,2,9099,'0.99','2005-07-30 08:45:48','2006-02-15 22:14:49'),(6750,250,2,10604,'4.99','2005-08-01 14:35:08','2006-02-15 22:14:49'),(6751,250,1,12361,'0.99','2005-08-18 07:47:31','2006-02-15 22:14:49'),(6752,250,1,12810,'0.99','2005-08-19 00:44:10','2006-02-15 22:14:49'),(6753,250,2,14565,'4.99','2005-08-21 16:24:45','2006-02-15 22:14:49'),(6754,250,1,14587,'5.99','2005-08-21 17:20:55','2006-02-15 22:14:49'),(6755,250,2,14814,'4.99','2005-08-22 01:12:14','2006-02-15 22:14:49'),(6756,250,2,15247,'6.99','2005-08-22 17:52:05','2006-02-15 22:14:49'),(6757,251,1,264,'2.99','2005-05-26 16:00:49','2006-02-15 22:14:49'),(6758,251,1,309,'1.99','2005-05-26 22:38:10','2006-02-15 22:14:49'),(6759,251,2,393,'2.99','2005-05-27 11:18:25','2006-02-15 22:14:49'),(6760,251,2,1069,'3.99','2005-05-31 09:32:31','2006-02-15 22:14:49'),(6761,251,1,1091,'4.99','2005-05-31 12:11:04','2006-02-15 22:14:50'),(6762,251,2,1155,'2.99','2005-05-31 22:17:11','2006-02-15 22:14:50'),(6763,251,1,2238,'6.99','2005-06-18 04:22:06','2006-02-15 22:14:50'),(6764,251,2,3422,'7.99','2005-06-21 17:24:40','2006-02-15 22:14:50'),(6765,251,1,3464,'2.99','2005-06-21 22:08:58','2006-02-15 22:14:50'),(6766,251,1,3799,'4.99','2005-07-06 15:00:14','2006-02-15 22:14:50'),(6767,251,2,4026,'3.99','2005-07-07 02:15:48','2006-02-15 22:14:50'),(6768,251,2,4848,'2.99','2005-07-08 18:30:16','2006-02-15 22:14:50'),(6769,251,2,5012,'2.99','2005-07-09 01:45:04','2006-02-15 22:14:50'),(6770,251,2,5979,'2.99','2005-07-11 00:17:09','2006-02-15 22:14:50'),(6771,251,2,6413,'6.99','2005-07-11 23:26:11','2006-02-15 22:14:50'),(6772,251,2,7338,'8.99','2005-07-27 14:13:34','2006-02-15 22:14:50'),(6773,251,2,8443,'2.99','2005-07-29 07:33:12','2006-02-15 22:14:50'),(6774,251,2,8982,'0.99','2005-07-30 04:31:02','2006-02-15 22:14:50'),(6775,251,1,9196,'2.99','2005-07-30 12:30:19','2006-02-15 22:14:50'),(6776,251,1,9892,'0.99','2005-07-31 14:06:25','2006-02-15 22:14:50'),(6777,251,1,10575,'7.99','2005-08-01 13:41:41','2006-02-15 22:14:50'),(6778,251,1,11733,'0.99','2005-08-17 08:31:03','2006-02-15 22:14:50'),(6779,251,2,12047,'3.99','2005-08-17 20:48:32','2006-02-15 22:14:50'),(6780,251,2,12666,'4.99','2005-08-18 19:11:41','2006-02-15 22:14:50'),(6781,251,2,13121,'2.99','2005-08-19 11:51:39','2006-02-15 22:14:50'),(6782,251,1,13243,'2.99','2005-08-19 16:33:16','2006-02-15 22:14:50'),(6783,251,2,13260,'6.99','2005-08-19 17:09:22','2006-02-15 22:14:50'),(6784,251,1,14292,'0.99','2005-08-21 07:06:20','2006-02-15 22:14:50'),(6785,251,2,15647,'2.99','2005-08-23 08:23:56','2006-02-15 22:14:50'),(6786,251,2,15870,'4.99','2005-08-23 16:23:08','2006-02-15 22:14:50'),(6787,251,1,14107,'0.99','2006-02-14 15:16:03','2006-02-15 22:14:50'),(6788,252,1,707,'4.99','2005-05-29 03:18:19','2006-02-15 22:14:50'),(6789,252,1,1095,'0.99','2005-05-31 13:15:41','2006-02-15 22:14:50'),(6790,252,1,1395,'5.99','2005-06-15 16:21:04','2006-02-15 22:14:51'),(6791,252,2,2716,'4.99','2005-06-19 14:40:17','2006-02-15 22:14:51'),(6792,252,1,2968,'0.99','2005-06-20 07:41:47','2006-02-15 22:14:51'),(6793,252,2,4372,'0.99','2005-07-07 20:09:01','2006-02-15 22:14:51'),(6794,252,2,5554,'2.99','2005-07-10 03:03:38','2006-02-15 22:14:51'),(6795,252,1,6357,'0.99','2005-07-11 20:58:51','2006-02-15 22:14:51'),(6796,252,2,6369,'0.99','2005-07-11 21:23:36','2006-02-15 22:14:51'),(6797,252,1,7024,'4.99','2005-07-27 02:36:40','2006-02-15 22:14:51'),(6798,252,2,7121,'0.99','2005-07-27 05:58:32','2006-02-15 22:14:51'),(6799,252,2,7168,'0.99','2005-07-27 07:51:11','2006-02-15 22:14:51'),(6800,252,1,7670,'0.99','2005-07-28 02:44:25','2006-02-15 22:14:51'),(6801,252,1,8636,'5.99','2005-07-29 14:24:13','2006-02-15 22:14:51'),(6802,252,1,8899,'0.99','2005-07-30 01:05:30','2006-02-15 22:14:51'),(6803,252,2,10314,'0.99','2005-08-01 04:31:18','2006-02-15 22:14:51'),(6804,252,2,10834,'2.99','2005-08-01 23:28:00','2006-02-15 22:14:51'),(6805,252,2,11764,'0.99','2005-08-17 09:51:54','2006-02-15 22:14:51'),(6806,252,1,13385,'4.99','2005-08-19 21:39:35','2006-02-15 22:14:51'),(6807,252,2,13989,'5.99','2005-08-20 19:27:50','2006-02-15 22:14:51'),(6808,252,1,14774,'4.99','2005-08-21 23:52:32','2006-02-15 22:14:51'),(6809,252,2,13756,'4.99','2006-02-14 15:16:03','2006-02-15 22:14:51'),(6810,253,1,566,'6.99','2005-05-28 09:51:39','2006-02-15 22:14:51'),(6811,253,1,648,'0.99','2005-05-28 19:25:54','2006-02-15 22:14:51'),(6812,253,1,986,'2.99','2005-05-30 22:22:52','2006-02-15 22:14:51'),(6813,253,2,1378,'1.99','2005-06-15 15:03:15','2006-02-15 22:14:51'),(6814,253,2,1606,'6.99','2005-06-16 06:18:31','2006-02-15 22:14:51'),(6815,253,2,2081,'5.99','2005-06-17 17:05:02','2006-02-15 22:14:51'),(6816,253,1,2142,'4.99','2005-06-17 21:55:43','2006-02-15 22:14:51'),(6817,253,1,2454,'4.99','2005-06-18 19:32:51','2006-02-15 22:14:51'),(6818,253,2,2636,'4.99','2005-06-19 09:13:06','2006-02-15 22:14:51'),(6819,253,1,3658,'7.99','2005-07-06 08:01:08','2006-02-15 22:14:52'),(6820,253,1,5505,'2.99','2005-07-10 00:38:48','2006-02-15 22:14:52'),(6821,253,1,5602,'4.99','2005-07-10 05:02:22','2006-02-15 22:14:52'),(6822,253,2,7689,'2.99','2005-07-28 03:21:24','2006-02-15 22:14:52'),(6823,253,2,7851,'0.99','2005-07-28 09:31:58','2006-02-15 22:14:52'),(6824,253,2,7887,'2.99','2005-07-28 10:40:12','2006-02-15 22:14:52'),(6825,253,2,8752,'2.99','2005-07-29 19:15:07','2006-02-15 22:14:52'),(6826,253,2,9606,'0.99','2005-07-31 03:50:46','2006-02-15 22:14:52'),(6827,253,2,9618,'6.99','2005-07-31 04:16:14','2006-02-15 22:14:52'),(6828,253,2,10404,'4.99','2005-08-01 07:31:25','2006-02-15 22:14:52'),(6829,253,1,10660,'2.99','2005-08-01 16:48:01','2006-02-15 22:14:52'),(6830,253,2,10881,'6.99','2005-08-02 00:38:14','2006-02-15 22:14:52'),(6831,253,1,12572,'0.99','2005-08-18 15:32:54','2006-02-15 22:14:52'),(6832,253,2,12827,'5.99','2005-08-19 01:27:23','2006-02-15 22:14:52'),(6833,253,1,13126,'5.99','2005-08-19 12:00:28','2006-02-15 22:14:52'),(6834,253,2,14086,'3.99','2005-08-20 23:47:54','2006-02-15 22:14:52'),(6835,253,2,14283,'4.99','2005-08-21 06:44:14','2006-02-15 22:14:52'),(6836,253,1,14640,'7.99','2005-08-21 19:03:19','2006-02-15 22:14:52'),(6837,253,2,14655,'4.99','2005-08-21 19:37:10','2006-02-15 22:14:52'),(6838,253,2,15221,'2.99','2005-08-22 17:12:29','2006-02-15 22:14:52'),(6839,254,1,183,'2.99','2005-05-26 05:01:18','2006-02-15 22:14:52'),(6840,254,1,1108,'5.99','2005-05-31 15:05:12','2006-02-15 22:14:52'),(6841,254,1,1285,'2.99','2005-06-15 08:33:06','2006-02-15 22:14:52'),(6842,254,2,1390,'0.99','2005-06-15 16:06:29','2006-02-15 22:14:52'),(6843,254,1,2082,'2.99','2005-06-17 17:13:32','2006-02-15 22:14:52'),(6844,254,1,2138,'2.99','2005-06-17 21:28:14','2006-02-15 22:14:52'),(6845,254,2,2687,'3.99','2005-06-19 12:46:52','2006-02-15 22:14:52'),(6846,254,1,3882,'4.99','2005-07-06 18:38:21','2006-02-15 22:14:52'),(6847,254,2,5042,'2.99','2005-07-09 03:20:30','2006-02-15 22:14:52'),(6848,254,1,5072,'3.99','2005-07-09 05:01:58','2006-02-15 22:14:52'),(6849,254,2,5080,'2.99','2005-07-09 05:23:55','2006-02-15 22:14:53'),(6850,254,1,5537,'0.99','2005-07-10 02:35:41','2006-02-15 22:14:53'),(6851,254,1,5550,'5.99','2005-07-10 02:58:35','2006-02-15 22:14:53'),(6852,254,1,5826,'7.99','2005-07-10 16:21:02','2006-02-15 22:14:53'),(6853,254,2,5930,'4.99','2005-07-10 21:59:32','2006-02-15 22:14:53'),(6854,254,2,7011,'0.99','2005-07-27 01:58:34','2006-02-15 22:14:53'),(6855,254,1,7413,'4.99','2005-07-27 16:45:40','2006-02-15 22:14:53'),(6856,254,2,8216,'7.99','2005-07-28 23:43:59','2006-02-15 22:14:53'),(6857,254,2,8581,'4.99','2005-07-29 12:02:06','2006-02-15 22:14:53'),(6858,254,2,9494,'1.99','2005-07-30 23:52:46','2006-02-15 22:14:53'),(6859,254,1,10522,'4.99','2005-08-01 11:48:51','2006-02-15 22:14:53'),(6860,254,1,11190,'0.99','2005-08-02 11:21:34','2006-02-15 22:14:53'),(6861,254,1,11665,'6.99','2005-08-17 05:36:57','2006-02-15 22:14:53'),(6862,254,2,12148,'0.99','2005-08-18 00:13:15','2006-02-15 22:14:53'),(6863,254,1,12206,'0.99','2005-08-18 02:22:20','2006-02-15 22:14:53'),(6864,254,1,12247,'2.99','2005-08-18 03:51:51','2006-02-15 22:14:53'),(6865,254,1,12874,'0.99','2005-08-19 03:07:57','2006-02-15 22:14:53'),(6866,254,2,13001,'4.99','2005-08-19 07:36:44','2006-02-15 22:14:53'),(6867,254,1,13045,'4.99','2005-08-19 09:17:35','2006-02-15 22:14:53'),(6868,254,2,13130,'2.99','2005-08-19 12:06:42','2006-02-15 22:14:53'),(6869,254,2,14497,'4.99','2005-08-21 14:09:47','2006-02-15 22:14:53'),(6870,254,1,15774,'0.99','2005-08-23 13:25:08','2006-02-15 22:14:53'),(6871,255,1,1235,'2.99','2005-06-15 04:31:28','2006-02-15 22:14:53'),(6872,255,1,1420,'6.99','2005-06-15 17:56:14','2006-02-15 22:14:53'),(6873,255,2,1681,'2.99','2005-06-16 11:38:17','2006-02-15 22:14:53'),(6874,255,2,3442,'2.99','2005-06-21 20:06:51','2006-02-15 22:14:53'),(6875,255,1,4547,'0.99','2005-07-08 04:20:19','2006-02-15 22:14:53'),(6876,255,1,5706,'1.99','2005-07-10 10:21:46','2006-02-15 22:14:53'),(6877,255,1,5943,'0.99','2005-07-10 22:48:13','2006-02-15 22:14:53'),(6878,255,2,7475,'8.99','2005-07-27 19:07:43','2006-02-15 22:14:54'),(6879,255,1,7646,'2.99','2005-07-28 01:31:45','2006-02-15 22:14:54'),(6880,255,1,8562,'0.99','2005-07-29 11:32:13','2006-02-15 22:14:54'),(6881,255,1,9061,'6.99','2005-07-30 07:21:52','2006-02-15 22:14:54'),(6882,255,2,11979,'4.99','2005-08-17 18:07:13','2006-02-15 22:14:54'),(6883,255,2,12176,'7.99','2005-08-18 01:10:33','2006-02-15 22:14:54'),(6884,255,2,13154,'2.99','2005-08-19 13:09:54','2006-02-15 22:14:54'),(6885,255,1,13268,'0.99','2005-08-19 17:33:50','2006-02-15 22:14:54'),(6886,255,2,13683,'0.99','2005-08-20 08:54:55','2006-02-15 22:14:54'),(6887,255,1,13758,'8.99','2005-08-20 11:21:26','2006-02-15 22:14:54'),(6888,255,2,14600,'3.99','2005-08-21 17:45:21','2006-02-15 22:14:54'),(6889,256,1,51,'4.99','2005-05-25 06:49:10','2006-02-15 22:14:54'),(6890,256,1,232,'0.99','2005-05-26 11:38:05','2006-02-15 22:14:54'),(6891,256,2,738,'4.99','2005-05-29 08:20:08','2006-02-15 22:14:54'),(6892,256,1,935,'2.99','2005-05-30 13:29:36','2006-02-15 22:14:54'),(6893,256,1,1116,'0.99','2005-05-31 16:10:46','2006-02-15 22:14:54'),(6894,256,1,1555,'2.99','2005-06-16 02:17:07','2006-02-15 22:14:54'),(6895,256,2,1965,'0.99','2005-06-17 09:17:39','2006-02-15 22:14:54'),(6896,256,2,1973,'4.99','2005-06-17 09:26:15','2006-02-15 22:14:54'),(6897,256,2,2230,'4.99','2005-06-18 03:50:49','2006-02-15 22:14:54'),(6898,256,1,2380,'6.99','2005-06-18 15:00:04','2006-02-15 22:14:54'),(6899,256,2,2561,'4.99','2005-06-19 03:14:52','2006-02-15 22:14:54'),(6900,256,1,2839,'4.99','2005-06-19 22:07:24','2006-02-15 22:14:54'),(6901,256,1,4130,'0.99','2005-07-07 07:51:53','2006-02-15 22:14:54'),(6902,256,2,4182,'0.99','2005-07-07 10:28:00','2006-02-15 22:14:54'),(6903,256,1,5179,'2.99','2005-07-09 10:00:44','2006-02-15 22:14:54'),(6904,256,1,6298,'0.99','2005-07-11 17:42:33','2006-02-15 22:14:54'),(6905,256,1,7661,'3.99','2005-07-28 02:10:27','2006-02-15 22:14:54'),(6906,256,2,9424,'2.99','2005-07-30 21:10:56','2006-02-15 22:14:54'),(6907,256,2,10759,'4.99','2005-08-01 20:22:51','2006-02-15 22:14:55'),(6908,256,2,11011,'2.99','2005-08-02 05:07:07','2006-02-15 22:14:55'),(6909,256,2,11628,'8.99','2005-08-17 04:27:18','2006-02-15 22:14:55'),(6910,256,2,13457,'0.99','2005-08-20 00:33:22','2006-02-15 22:14:55'),(6911,256,1,13651,'0.99','2005-08-20 07:50:08','2006-02-15 22:14:55'),(6912,256,1,14003,'6.99','2005-08-20 20:16:06','2006-02-15 22:14:55'),(6913,256,2,14036,'4.99','2005-08-20 21:35:27','2006-02-15 22:14:55'),(6914,256,2,14445,'2.99','2005-08-21 12:07:42','2006-02-15 22:14:55'),(6915,256,2,14458,'3.99','2005-08-21 12:47:53','2006-02-15 22:14:55'),(6916,256,2,15609,'2.99','2005-08-23 06:56:04','2006-02-15 22:14:55'),(6917,256,2,15861,'4.99','2005-08-23 16:15:45','2006-02-15 22:14:55'),(6918,256,1,15864,'7.99','2005-08-23 16:18:12','2006-02-15 22:14:55'),(6919,257,2,139,'2.99','2005-05-25 23:00:21','2006-02-15 22:14:55'),(6920,257,2,244,'2.99','2005-05-26 13:40:40','2006-02-15 22:14:55'),(6921,257,2,705,'2.99','2005-05-29 02:48:52','2006-02-15 22:14:55'),(6922,257,1,2557,'0.99','2005-06-19 03:08:51','2006-02-15 22:14:55'),(6923,257,2,3083,'4.99','2005-06-20 15:33:47','2006-02-15 22:14:55'),(6924,257,2,4462,'6.99','2005-07-08 00:02:49','2006-02-15 22:14:55'),(6925,257,2,4574,'4.99','2005-07-08 05:39:42','2006-02-15 22:14:55'),(6926,257,1,5495,'6.99','2005-07-10 00:16:54','2006-02-15 22:14:55'),(6927,257,1,5858,'4.99','2005-07-10 18:00:07','2006-02-15 22:14:55'),(6928,257,1,6422,'5.99','2005-07-11 23:46:19','2006-02-15 22:14:55'),(6929,257,2,6711,'5.99','2005-07-12 13:23:40','2006-02-15 22:14:55'),(6930,257,2,7007,'4.99','2005-07-27 01:43:39','2006-02-15 22:14:55'),(6931,257,1,7176,'2.99','2005-07-27 08:04:28','2006-02-15 22:14:55'),(6932,257,1,7496,'1.99','2005-07-27 20:04:05','2006-02-15 22:14:55'),(6933,257,2,7510,'2.99','2005-07-27 20:37:57','2006-02-15 22:14:55'),(6934,257,2,7518,'5.99','2005-07-27 21:01:16','2006-02-15 22:14:55'),(6935,257,2,8156,'3.99','2005-07-28 20:59:04','2006-02-15 22:14:56'),(6936,257,2,8252,'2.99','2005-07-29 00:54:17','2006-02-15 22:14:56'),(6937,257,1,8344,'4.99','2005-07-29 04:45:25','2006-02-15 22:14:56'),(6938,257,1,8640,'4.99','2005-07-29 14:34:17','2006-02-15 22:14:56'),(6939,257,2,8946,'6.99','2005-07-30 03:14:53','2006-02-15 22:14:56'),(6940,257,1,9800,'4.99','2005-07-31 11:00:58','2006-02-15 22:14:56'),(6941,257,2,10142,'4.99','2005-07-31 22:10:54','2006-02-15 22:14:56'),(6942,257,1,11230,'4.99','2005-08-02 12:59:08','2006-02-15 22:14:56'),(6943,257,1,11394,'0.99','2005-08-02 18:44:45','2006-02-15 22:14:56'),(6944,257,2,11545,'6.99','2005-08-17 00:56:06','2006-02-15 22:14:56'),(6945,257,2,11860,'1.99','2005-08-17 13:52:26','2006-02-15 22:14:56'),(6946,257,2,12841,'2.99','2005-08-19 01:55:55','2006-02-15 22:14:56'),(6947,257,1,12904,'5.99','2005-08-19 04:10:50','2006-02-15 22:14:56'),(6948,257,2,13203,'7.99','2005-08-19 15:00:58','2006-02-15 22:14:56'),(6949,257,2,13218,'0.99','2005-08-19 15:39:39','2006-02-15 22:14:56'),(6950,257,1,13389,'2.99','2005-08-19 21:52:51','2006-02-15 22:14:56'),(6951,257,2,13846,'5.99','2005-08-20 14:32:31','2006-02-15 22:14:56'),(6952,257,2,14115,'0.99','2005-08-21 01:10:29','2006-02-15 22:14:56'),(6953,257,1,15025,'0.99','2005-08-22 08:57:24','2006-02-15 22:14:56'),(6954,257,1,15967,'2.99','2005-08-23 19:50:06','2006-02-15 22:14:56'),(6955,257,2,15968,'0.99','2005-08-23 19:51:29','2006-02-15 22:14:56'),(6956,258,1,1743,'2.99','2005-06-16 16:38:10','2006-02-15 22:14:56'),(6957,258,2,2678,'0.99','2005-06-19 12:12:23','2006-02-15 22:14:56'),(6958,258,2,2931,'8.99','2005-06-20 04:50:45','2006-02-15 22:14:56'),(6959,258,2,4408,'2.99','2005-07-07 21:41:06','2006-02-15 22:14:56'),(6960,258,1,4677,'5.99','2005-07-08 10:30:36','2006-02-15 22:14:56'),(6961,258,2,4897,'0.99','2005-07-08 20:25:11','2006-02-15 22:14:56'),(6962,258,2,5312,'5.99','2005-07-09 16:03:09','2006-02-15 22:14:56'),(6963,258,1,5674,'0.99','2005-07-10 08:26:26','2006-02-15 22:14:57'),(6964,258,1,5935,'9.99','2005-07-10 22:11:04','2006-02-15 22:14:57'),(6965,258,2,6012,'4.99','2005-07-11 02:00:12','2006-02-15 22:14:57'),(6966,258,1,7814,'2.99','2005-07-28 08:09:48','2006-02-15 22:14:57'),(6967,258,1,8675,'4.99','2005-07-29 15:56:18','2006-02-15 22:14:57'),(6968,258,2,9069,'4.99','2005-07-30 07:39:59','2006-02-15 22:14:57'),(6969,258,2,10293,'1.99','2005-08-01 03:44:26','2006-02-15 22:14:57'),(6970,258,2,10315,'4.99','2005-08-01 04:34:45','2006-02-15 22:14:57'),(6971,258,1,10325,'5.99','2005-08-01 04:52:12','2006-02-15 22:14:57'),(6972,258,2,10332,'6.99','2005-08-01 04:57:32','2006-02-15 22:14:57'),(6973,258,1,10393,'0.99','2005-08-01 06:52:50','2006-02-15 22:14:57'),(6974,258,1,12246,'5.99','2005-08-18 03:48:41','2006-02-15 22:14:57'),(6975,258,2,12296,'3.99','2005-08-18 05:16:28','2006-02-15 22:14:57'),(6976,258,1,13491,'4.99','2005-08-20 01:30:56','2006-02-15 22:14:57'),(6977,258,1,13695,'6.99','2005-08-20 09:13:25','2006-02-15 22:14:57'),(6978,258,2,13897,'2.99','2005-08-20 16:02:28','2006-02-15 22:14:57'),(6979,258,2,14901,'6.99','2005-08-22 04:31:37','2006-02-15 22:14:57'),(6980,259,2,722,'6.99','2005-05-29 05:30:31','2006-02-15 22:14:57'),(6981,259,2,901,'2.99','2005-05-30 09:40:40','2006-02-15 22:14:57'),(6982,259,1,1147,'5.99','2005-05-31 20:37:52','2006-02-15 22:14:57'),(6983,259,1,1641,'7.99','2005-06-16 08:46:26','2006-02-15 22:14:57'),(6984,259,2,1723,'7.99','2005-06-16 15:14:18','2006-02-15 22:14:57'),(6985,259,2,1813,'2.99','2005-06-16 21:11:00','2006-02-15 22:14:57'),(6986,259,2,2375,'5.99','2005-06-18 14:47:29','2006-02-15 22:14:57'),(6987,259,2,4199,'5.99','2005-07-07 11:13:07','2006-02-15 22:14:57'),(6988,259,2,4489,'4.99','2005-07-08 01:23:58','2006-02-15 22:14:57'),(6989,259,1,6074,'0.99','2005-07-11 04:59:56','2006-02-15 22:14:57'),(6990,259,2,6539,'3.99','2005-07-12 04:50:49','2006-02-15 22:14:57'),(6991,259,2,7188,'2.99','2005-07-27 08:32:08','2006-02-15 22:14:57'),(6992,259,2,7774,'7.99','2005-07-28 07:03:25','2006-02-15 22:14:58'),(6993,259,1,7817,'4.99','2005-07-28 08:20:55','2006-02-15 22:14:58'),(6994,259,2,9205,'6.99','2005-07-30 12:46:40','2006-02-15 22:14:58'),(6995,259,1,9282,'6.99','2005-07-30 15:17:31','2006-02-15 22:14:58'),(6996,259,1,9444,'7.99','2005-07-30 21:48:44','2006-02-15 22:14:58'),(6997,259,1,10510,'3.99','2005-08-01 11:28:30','2006-02-15 22:14:58'),(6998,259,1,10781,'2.99','2005-08-01 21:22:41','2006-02-15 22:14:58'),(6999,259,1,11184,'3.99','2005-08-02 11:01:26','2006-02-15 22:14:58'),(7000,259,2,12680,'6.99','2005-08-18 19:43:46','2006-02-15 22:14:58'),(7001,259,1,13109,'4.99','2005-08-19 11:23:20','2006-02-15 22:14:58'),(7002,259,2,13112,'2.99','2005-08-19 11:27:10','2006-02-15 22:14:58'),(7003,259,2,13366,'4.99','2005-08-19 21:14:45','2006-02-15 22:14:58'),(7004,259,1,13598,'5.99','2005-08-20 05:59:17','2006-02-15 22:14:58'),(7005,259,2,13649,'4.99','2005-08-20 07:48:38','2006-02-15 22:14:58'),(7006,259,2,14067,'6.99','2005-08-20 22:49:23','2006-02-15 22:14:58'),(7007,259,2,14170,'4.99','2005-08-21 03:00:39','2006-02-15 22:14:58'),(7008,259,2,14966,'2.99','2005-08-22 06:45:57','2006-02-15 22:14:58'),(7009,259,1,15425,'10.99','2005-08-23 00:05:57','2006-02-15 22:14:58'),(7010,259,1,15473,'2.99','2005-08-23 01:39:10','2006-02-15 22:14:58'),(7011,259,2,NULL,'1.99','2005-08-23 06:13:16','2006-02-15 22:14:58'),(7012,259,1,15689,'2.99','2005-08-23 09:52:55','2006-02-15 22:14:58'),(7013,260,1,1101,'8.99','2005-05-31 14:13:59','2006-02-15 22:14:58'),(7014,260,1,1626,'3.99','2005-06-16 07:49:47','2006-02-15 22:14:58'),(7015,260,2,2001,'2.99','2005-06-17 11:35:09','2006-02-15 22:14:58'),(7016,260,2,2040,'2.99','2005-06-17 14:18:37','2006-02-15 22:14:58'),(7017,260,1,2091,'10.99','2005-06-17 18:09:04','2006-02-15 22:14:58'),(7018,260,1,2178,'0.99','2005-06-18 00:38:35','2006-02-15 22:14:58'),(7019,260,1,2823,'7.99','2005-06-19 20:30:21','2006-02-15 22:14:58'),(7020,260,2,2958,'3.99','2005-06-20 06:56:20','2006-02-15 22:14:58'),(7021,260,1,3193,'0.99','2005-06-20 23:52:30','2006-02-15 22:14:59'),(7022,260,2,4054,'0.99','2005-07-07 03:42:07','2006-02-15 22:14:59'),(7023,260,2,4741,'6.99','2005-07-08 13:31:23','2006-02-15 22:14:59'),(7024,260,1,4870,'2.99','2005-07-08 19:14:45','2006-02-15 22:14:59'),(7025,260,2,6328,'2.99','2005-07-11 19:09:33','2006-02-15 22:14:59'),(7026,260,2,7072,'0.99','2005-07-27 04:02:33','2006-02-15 22:14:59'),(7027,260,1,7268,'1.99','2005-07-27 11:23:09','2006-02-15 22:14:59'),(7028,260,1,7885,'7.99','2005-07-28 10:37:41','2006-02-15 22:14:59'),(7029,260,1,8475,'1.99','2005-07-29 08:37:41','2006-02-15 22:14:59'),(7030,260,1,8484,'2.99','2005-07-29 08:51:59','2006-02-15 22:14:59'),(7031,260,1,8717,'0.99','2005-07-29 17:40:45','2006-02-15 22:14:59'),(7032,260,1,8933,'0.99','2005-07-30 02:36:06','2006-02-15 22:14:59'),(7033,260,2,9176,'4.99','2005-07-30 11:50:54','2006-02-15 22:14:59'),(7034,260,2,10970,'8.99','2005-08-02 04:06:46','2006-02-15 22:14:59'),(7035,260,1,12852,'0.99','2005-08-19 02:12:40','2006-02-15 22:14:59'),(7036,260,2,13440,'2.99','2005-08-19 23:42:52','2006-02-15 22:14:59'),(7037,260,1,13685,'3.99','2005-08-20 08:57:11','2006-02-15 22:14:59'),(7038,260,1,13966,'2.99','2005-08-20 18:28:28','2006-02-15 22:14:59'),(7039,260,2,13978,'0.99','2005-08-20 19:03:25','2006-02-15 22:14:59'),(7040,260,2,14035,'2.99','2005-08-20 21:31:58','2006-02-15 22:14:59'),(7041,260,2,14441,'2.99','2005-08-21 11:59:38','2006-02-15 22:14:59'),(7042,260,1,14579,'7.99','2005-08-21 16:54:47','2006-02-15 22:14:59'),(7043,260,1,14610,'6.99','2005-08-21 17:59:09','2006-02-15 22:14:59'),(7044,261,1,12,'4.99','2005-05-25 00:19:27','2006-02-15 22:14:59'),(7045,261,2,465,'3.99','2005-05-27 20:44:36','2006-02-15 22:14:59'),(7046,261,2,542,'6.99','2005-05-28 06:42:13','2006-02-15 22:14:59'),(7047,261,1,792,'0.99','2005-05-29 16:32:10','2006-02-15 22:14:59'),(7048,261,1,1760,'2.99','2005-06-16 17:48:37','2006-02-15 22:14:59'),(7049,261,1,1877,'5.99','2005-06-17 02:54:16','2006-02-15 22:15:00'),(7050,261,2,1988,'8.99','2005-06-17 10:42:34','2006-02-15 22:15:00'),(7051,261,2,2072,'3.99','2005-06-17 16:33:32','2006-02-15 22:15:00'),(7052,261,2,2392,'0.99','2005-06-18 15:34:18','2006-02-15 22:15:00'),(7053,261,1,3363,'0.99','2005-06-21 12:25:07','2006-02-15 22:15:00'),(7054,261,1,5122,'3.99','2005-07-09 07:19:35','2006-02-15 22:15:00'),(7055,261,1,5449,'5.99','2005-07-09 22:12:01','2006-02-15 22:15:00'),(7056,261,2,6515,'2.99','2005-07-12 03:50:32','2006-02-15 22:15:00'),(7057,261,1,6743,'0.99','2005-07-12 14:29:25','2006-02-15 22:15:00'),(7058,261,2,9552,'4.99','2005-07-31 02:05:32','2006-02-15 22:15:00'),(7059,261,1,9842,'4.99','2005-07-31 12:24:58','2006-02-15 22:15:00'),(7060,261,1,9869,'4.99','2005-07-31 13:21:54','2006-02-15 22:15:00'),(7061,261,2,10246,'1.99','2005-08-01 02:29:50','2006-02-15 22:15:00'),(7062,261,1,11834,'1.99','2005-08-17 13:00:40','2006-02-15 22:15:00'),(7063,261,2,11928,'2.99','2005-08-17 16:28:24','2006-02-15 22:15:00'),(7064,261,1,12327,'6.99','2005-08-18 06:43:22','2006-02-15 22:15:00'),(7065,261,2,13245,'4.99','2005-08-19 16:43:41','2006-02-15 22:15:00'),(7066,261,2,13506,'5.99','2005-08-20 02:07:06','2006-02-15 22:15:00'),(7067,261,1,13669,'2.99','2005-08-20 08:26:32','2006-02-15 22:15:00'),(7068,261,1,13849,'4.99','2005-08-20 14:42:34','2006-02-15 22:15:00'),(7069,261,2,15397,'4.99','2005-08-22 23:08:46','2006-02-15 22:15:00'),(7070,262,2,984,'4.99','2005-05-30 22:17:17','2006-02-15 22:15:00'),(7071,262,1,1563,'2.99','2005-06-16 02:46:28','2006-02-15 22:15:00'),(7072,262,1,2771,'6.99','2005-06-19 17:54:48','2006-02-15 22:15:00'),(7073,262,2,2850,'8.99','2005-06-19 23:06:28','2006-02-15 22:15:00'),(7074,262,1,2915,'1.99','2005-06-20 03:57:17','2006-02-15 22:15:00'),(7075,262,1,3521,'1.99','2005-07-06 01:00:11','2006-02-15 22:15:00'),(7076,262,1,3699,'3.99','2005-07-06 10:11:25','2006-02-15 22:15:01'),(7077,262,1,4501,'0.99','2005-07-08 02:12:00','2006-02-15 22:15:01'),(7078,262,2,5503,'0.99','2005-07-10 00:35:37','2006-02-15 22:15:01'),(7079,262,1,6291,'0.99','2005-07-11 17:16:40','2006-02-15 22:15:01'),(7080,262,2,6547,'7.99','2005-07-12 04:57:46','2006-02-15 22:15:01'),(7081,262,1,6724,'3.99','2005-07-12 13:45:15','2006-02-15 22:15:01'),(7082,262,2,6762,'7.99','2005-07-12 15:25:33','2006-02-15 22:15:01'),(7083,262,1,6805,'6.99','2005-07-12 17:23:01','2006-02-15 22:15:01'),(7084,262,1,6986,'4.99','2005-07-27 00:59:05','2006-02-15 22:15:01'),(7085,262,1,9105,'6.99','2005-07-30 08:50:25','2006-02-15 22:15:01'),(7086,262,2,10421,'0.99','2005-08-01 08:14:10','2006-02-15 22:15:01'),(7087,262,2,10770,'0.99','2005-08-01 20:45:39','2006-02-15 22:15:01'),(7088,262,2,13466,'2.99','2005-08-20 00:55:16','2006-02-15 22:15:01'),(7089,262,1,13808,'5.99','2005-08-20 12:55:43','2006-02-15 22:15:01'),(7090,262,1,14180,'4.99','2005-08-21 03:16:15','2006-02-15 22:15:01'),(7091,262,2,14465,'3.99','2005-08-21 12:54:22','2006-02-15 22:15:01'),(7092,262,2,14834,'6.99','2005-08-22 01:45:58','2006-02-15 22:15:01'),(7093,262,2,15270,'3.99','2005-08-22 18:48:42','2006-02-15 22:15:01'),(7094,262,1,15456,'0.99','2005-08-23 01:07:01','2006-02-15 22:15:01'),(7095,262,1,15640,'4.99','2005-08-23 08:04:40','2006-02-15 22:15:01'),(7096,262,2,15771,'4.99','2005-08-23 13:18:46','2006-02-15 22:15:01'),(7097,262,1,15918,'3.99','2005-08-23 17:57:35','2006-02-15 22:15:01'),(7098,263,1,97,'4.99','2005-05-25 16:34:24','2006-02-15 22:15:01'),(7099,263,1,266,'0.99','2005-05-26 16:08:05','2006-02-15 22:15:01'),(7100,263,2,2126,'8.99','2005-06-17 20:54:36','2006-02-15 22:15:01'),(7101,263,2,3257,'1.99','2005-06-21 03:47:19','2006-02-15 22:15:01'),(7102,263,1,3578,'4.99','2005-07-06 03:47:05','2006-02-15 22:15:01'),(7103,263,2,3773,'2.99','2005-07-06 13:23:34','2006-02-15 22:15:02'),(7104,263,2,4637,'0.99','2005-07-08 08:49:54','2006-02-15 22:15:02'),(7105,263,2,4682,'2.99','2005-07-08 10:38:27','2006-02-15 22:15:02'),(7106,263,2,5125,'2.99','2005-07-09 07:25:28','2006-02-15 22:15:02'),(7107,263,2,5254,'1.99','2005-07-09 13:50:11','2006-02-15 22:15:02'),(7108,263,2,6376,'4.99','2005-07-11 21:40:23','2006-02-15 22:15:02'),(7109,263,1,6483,'2.99','2005-07-12 01:59:20','2006-02-15 22:15:02'),(7110,263,1,6808,'1.99','2005-07-12 17:36:42','2006-02-15 22:15:02'),(7111,263,2,7291,'4.99','2005-07-27 12:30:47','2006-02-15 22:15:02'),(7112,263,1,7425,'4.99','2005-07-27 17:18:35','2006-02-15 22:15:02'),(7113,263,1,7706,'4.99','2005-07-28 04:03:17','2006-02-15 22:15:02'),(7114,263,2,7833,'1.99','2005-07-28 08:46:14','2006-02-15 22:15:02'),(7115,263,1,10476,'6.99','2005-08-01 10:03:20','2006-02-15 22:15:02'),(7116,263,1,10775,'2.99','2005-08-01 20:59:52','2006-02-15 22:15:02'),(7117,263,1,11339,'2.99','2005-08-02 17:02:06','2006-02-15 22:15:02'),(7118,263,1,11822,'0.99','2005-08-17 12:32:39','2006-02-15 22:15:02'),(7119,263,2,12057,'9.99','2005-08-17 21:04:35','2006-02-15 22:15:02'),(7120,263,2,12432,'5.99','2005-08-18 10:35:13','2006-02-15 22:15:02'),(7121,263,2,12919,'6.99','2005-08-19 04:32:15','2006-02-15 22:15:02'),(7122,263,1,14335,'3.99','2005-08-21 08:33:07','2006-02-15 22:15:02'),(7123,263,2,14448,'6.99','2005-08-21 12:13:10','2006-02-15 22:15:02'),(7124,263,1,15322,'4.99','2005-08-22 20:20:30','2006-02-15 22:15:02'),(7125,263,2,15922,'7.99','2005-08-23 18:07:31','2006-02-15 22:15:02'),(7126,263,1,15293,'0.99','2006-02-14 15:16:03','2006-02-15 22:15:02'),(7127,264,2,1165,'3.99','2005-06-14 23:16:27','2006-02-15 22:15:02'),(7128,264,1,1206,'4.99','2005-06-15 02:27:07','2006-02-15 22:15:02'),(7129,264,1,3028,'0.99','2005-06-20 11:50:52','2006-02-15 22:15:02'),(7130,264,1,3403,'3.99','2005-06-21 15:55:06','2006-02-15 22:15:02'),(7131,264,1,3618,'6.99','2005-07-06 05:58:45','2006-02-15 22:15:03'),(7132,264,1,4328,'4.99','2005-07-07 18:03:17','2006-02-15 22:15:03'),(7133,264,1,4539,'0.99','2005-07-08 04:01:02','2006-02-15 22:15:03'),(7134,264,1,6340,'8.99','2005-07-11 19:46:05','2006-02-15 22:15:03'),(7135,264,2,6391,'0.99','2005-07-11 22:23:09','2006-02-15 22:15:03'),(7136,264,1,6395,'2.99','2005-07-11 22:29:29','2006-02-15 22:15:03'),(7137,264,1,6543,'0.99','2005-07-12 04:54:32','2006-02-15 22:15:03'),(7138,264,1,7006,'8.99','2005-07-27 01:42:20','2006-02-15 22:15:03'),(7139,264,2,9380,'2.99','2005-07-30 19:17:31','2006-02-15 22:15:03'),(7140,264,2,9515,'0.99','2005-07-31 00:35:05','2006-02-15 22:15:03'),(7141,264,1,9861,'5.99','2005-07-31 13:04:14','2006-02-15 22:15:03'),(7142,264,1,9932,'5.99','2005-07-31 15:19:48','2006-02-15 22:15:03'),(7143,264,2,10792,'2.99','2005-08-01 21:44:24','2006-02-15 22:15:03'),(7144,264,1,11527,'3.99','2005-08-17 00:25:06','2006-02-15 22:15:03'),(7145,264,2,11533,'0.99','2005-08-17 00:34:53','2006-02-15 22:15:03'),(7146,264,1,11539,'2.99','2005-08-17 00:45:41','2006-02-15 22:15:03'),(7147,264,1,12518,'4.99','2005-08-18 13:41:32','2006-02-15 22:15:03'),(7148,264,2,13590,'2.99','2005-08-20 05:48:59','2006-02-15 22:15:03'),(7149,264,1,13664,'5.99','2005-08-20 08:18:36','2006-02-15 22:15:03'),(7150,264,1,15595,'4.99','2005-08-23 06:19:12','2006-02-15 22:15:03'),(7151,264,2,14243,'2.99','2006-02-14 15:16:03','2006-02-15 22:15:03'),(7152,265,2,74,'0.99','2005-05-25 11:09:48','2006-02-15 22:15:03'),(7153,265,2,2027,'7.99','2005-06-17 13:06:56','2006-02-15 22:15:03'),(7154,265,2,2562,'4.99','2005-06-19 03:15:05','2006-02-15 22:15:03'),(7155,265,1,2598,'2.99','2005-06-19 05:59:57','2006-02-15 22:15:03'),(7156,265,1,3823,'2.99','2005-07-06 15:41:27','2006-02-15 22:15:03'),(7157,265,1,4610,'0.99','2005-07-08 07:28:05','2006-02-15 22:15:03'),(7158,265,1,4797,'2.99','2005-07-08 16:39:05','2006-02-15 22:15:03'),(7159,265,2,5029,'7.99','2005-07-09 02:35:32','2006-02-15 22:15:03'),(7160,265,1,5417,'4.99','2005-07-09 20:34:09','2006-02-15 22:15:04'),(7161,265,1,5710,'9.99','2005-07-10 10:32:52','2006-02-15 22:15:04'),(7162,265,1,6068,'4.99','2005-07-11 04:41:09','2006-02-15 22:15:04'),(7163,265,2,6371,'4.99','2005-07-11 21:31:51','2006-02-15 22:15:04'),(7164,265,2,6553,'5.99','2005-07-12 05:06:39','2006-02-15 22:15:04'),(7165,265,2,6921,'6.99','2005-07-12 22:39:03','2006-02-15 22:15:04'),(7166,265,2,7414,'1.99','2005-07-27 16:46:07','2006-02-15 22:15:04'),(7167,265,1,7704,'2.99','2005-07-28 04:02:13','2006-02-15 22:15:04'),(7168,265,1,8278,'5.99','2005-07-29 01:42:55','2006-02-15 22:15:04'),(7169,265,2,8489,'2.99','2005-07-29 08:58:03','2006-02-15 22:15:04'),(7170,265,2,8665,'0.99','2005-07-29 15:39:29','2006-02-15 22:15:04'),(7171,265,1,9416,'2.99','2005-07-30 20:52:45','2006-02-15 22:15:04'),(7172,265,2,10592,'3.99','2005-08-01 14:13:00','2006-02-15 22:15:04'),(7173,265,2,11000,'3.99','2005-08-02 04:56:14','2006-02-15 22:15:04'),(7174,265,1,12207,'1.99','2005-08-18 02:24:07','2006-02-15 22:15:04'),(7175,265,2,12346,'4.99','2005-08-18 07:17:55','2006-02-15 22:15:04'),(7176,265,2,13700,'8.99','2005-08-20 09:26:17','2006-02-15 22:15:04'),(7177,265,2,14125,'4.99','2005-08-21 01:32:16','2006-02-15 22:15:04'),(7178,265,1,14547,'6.99','2005-08-21 15:51:38','2006-02-15 22:15:04'),(7179,265,2,14556,'6.99','2005-08-21 16:03:27','2006-02-15 22:15:04'),(7180,265,1,14943,'2.99','2005-08-22 05:59:59','2006-02-15 22:15:04'),(7181,266,1,86,'1.99','2005-05-25 13:36:12','2006-02-15 22:15:04'),(7182,266,2,651,'2.99','2005-05-28 19:46:50','2006-02-15 22:15:04'),(7183,266,2,1280,'5.99','2005-06-15 08:16:06','2006-02-15 22:15:04'),(7184,266,2,2065,'4.99','2005-06-17 16:03:46','2006-02-15 22:15:04'),(7185,266,2,3002,'4.99','2005-06-20 09:56:12','2006-02-15 22:15:04'),(7186,266,1,3059,'4.99','2005-06-20 13:38:41','2006-02-15 22:15:04'),(7187,266,2,3585,'0.99','2005-07-06 04:22:36','2006-02-15 22:15:04'),(7188,266,2,5362,'5.99','2005-07-09 18:16:08','2006-02-15 22:15:05'),(7189,266,1,5577,'4.99','2005-07-10 03:58:40','2006-02-15 22:15:05'),(7190,266,1,8492,'2.99','2005-07-29 09:04:17','2006-02-15 22:15:05'),(7191,266,2,9109,'5.99','2005-07-30 08:58:24','2006-02-15 22:15:05'),(7192,266,2,10747,'4.99','2005-08-01 19:59:41','2006-02-15 22:15:05'),(7193,266,2,10910,'5.99','2005-08-02 01:54:34','2006-02-15 22:15:05'),(7194,266,2,11233,'5.99','2005-08-02 13:06:11','2006-02-15 22:15:05'),(7195,266,1,11321,'4.99','2005-08-02 16:15:07','2006-02-15 22:15:05'),(7196,266,2,11626,'0.99','2005-08-17 04:25:42','2006-02-15 22:15:05'),(7197,266,1,11726,'0.99','2005-08-17 08:11:10','2006-02-15 22:15:05'),(7198,266,1,12255,'4.99','2005-08-18 04:07:20','2006-02-15 22:15:05'),(7199,266,2,12378,'0.99','2005-08-18 08:26:13','2006-02-15 22:15:05'),(7200,266,1,12405,'6.99','2005-08-18 09:37:30','2006-02-15 22:15:05'),(7201,266,1,12715,'4.99','2005-08-18 21:09:38','2006-02-15 22:15:05'),(7202,266,1,13468,'8.99','2005-08-20 00:56:44','2006-02-15 22:15:05'),(7203,266,1,13556,'6.99','2005-08-20 04:10:26','2006-02-15 22:15:05'),(7204,266,1,14080,'1.99','2005-08-20 23:29:50','2006-02-15 22:15:05'),(7205,266,1,14492,'2.99','2005-08-21 13:59:08','2006-02-15 22:15:05'),(7206,266,1,14877,'0.99','2005-08-22 03:39:56','2006-02-15 22:15:05'),(7207,266,1,15181,'2.99','2005-08-22 15:46:20','2006-02-15 22:15:05'),(7208,266,1,15346,'4.99','2005-08-22 21:06:00','2006-02-15 22:15:05'),(7209,267,2,91,'6.99','2005-05-25 14:57:22','2006-02-15 22:15:05'),(7210,267,1,436,'4.99','2005-05-27 17:21:04','2006-02-15 22:15:05'),(7211,267,2,1030,'4.99','2005-05-31 04:06:47','2006-02-15 22:15:05'),(7212,267,2,1257,'4.99','2005-06-15 06:15:36','2006-02-15 22:15:05'),(7213,267,2,1349,'4.99','2005-06-15 12:49:02','2006-02-15 22:15:05'),(7214,267,2,2265,'2.99','2005-06-18 06:03:27','2006-02-15 22:15:05'),(7215,267,2,2578,'7.99','2005-06-19 04:40:06','2006-02-15 22:15:05'),(7216,267,1,2582,'6.99','2005-06-19 04:56:27','2006-02-15 22:15:05'),(7217,267,2,2699,'2.99','2005-06-19 13:29:28','2006-02-15 22:15:06'),(7218,267,2,2754,'4.99','2005-06-19 16:55:59','2006-02-15 22:15:06'),(7219,267,1,2877,'1.99','2005-06-20 01:07:16','2006-02-15 22:15:06'),(7220,267,2,3090,'0.99','2005-06-20 16:00:19','2006-02-15 22:15:06'),(7221,267,1,3817,'2.99','2005-07-06 15:31:45','2006-02-15 22:15:06'),(7222,267,1,5340,'6.99','2005-07-09 17:11:35','2006-02-15 22:15:06'),(7223,267,1,6070,'0.99','2005-07-11 04:47:42','2006-02-15 22:15:06'),(7224,267,1,6706,'3.99','2005-07-12 12:59:16','2006-02-15 22:15:06'),(7225,267,1,8190,'4.99','2005-07-28 22:47:06','2006-02-15 22:15:06'),(7226,267,1,8572,'1.99','2005-07-29 11:51:24','2006-02-15 22:15:06'),(7227,267,2,9059,'3.99','2005-07-30 07:18:44','2006-02-15 22:15:06'),(7228,267,1,9308,'6.99','2005-07-30 16:53:21','2006-02-15 22:15:06'),(7229,267,2,9403,'4.99','2005-07-30 20:18:53','2006-02-15 22:15:06'),(7230,267,2,9807,'2.99','2005-07-31 11:13:52','2006-02-15 22:15:06'),(7231,267,2,10048,'4.99','2005-07-31 19:08:56','2006-02-15 22:15:06'),(7232,267,1,10343,'2.99','2005-08-01 05:15:47','2006-02-15 22:15:06'),(7233,267,2,11373,'0.99','2005-08-02 18:14:12','2006-02-15 22:15:06'),(7234,267,1,11690,'6.99','2005-08-17 06:44:22','2006-02-15 22:15:06'),(7235,267,1,12320,'4.99','2005-08-18 06:26:51','2006-02-15 22:15:06'),(7236,267,1,12979,'4.99','2005-08-19 07:00:35','2006-02-15 22:15:06'),(7237,267,2,13236,'9.99','2005-08-19 16:18:24','2006-02-15 22:15:06'),(7238,267,1,14131,'5.99','2005-08-21 01:43:40','2006-02-15 22:15:06'),(7239,267,2,15020,'3.99','2005-08-22 08:54:12','2006-02-15 22:15:06'),(7240,267,1,15208,'3.99','2005-08-22 16:35:47','2006-02-15 22:15:06'),(7241,267,1,15768,'0.99','2005-08-23 13:14:47','2006-02-15 22:15:06'),(7242,267,1,15903,'3.99','2005-08-23 17:30:40','2006-02-15 22:15:06'),(7243,267,2,12066,'7.98','2006-02-14 15:16:03','2006-02-15 22:15:06'),(7244,267,2,13713,'0.00','2006-02-14 15:16:03','2006-02-15 22:15:07'),(7245,268,1,1394,'2.99','2005-06-15 16:17:21','2006-02-15 22:15:07'),(7246,268,2,1450,'4.99','2005-06-15 19:22:08','2006-02-15 22:15:07'),(7247,268,2,1551,'3.99','2005-06-16 02:01:15','2006-02-15 22:15:07'),(7248,268,1,2133,'0.99','2005-06-17 21:10:05','2006-02-15 22:15:07'),(7249,268,2,2324,'4.99','2005-06-18 10:00:33','2006-02-15 22:15:07'),(7250,268,2,2858,'2.99','2005-06-19 23:17:11','2006-02-15 22:15:07'),(7251,268,1,3066,'3.99','2005-06-20 13:55:41','2006-02-15 22:15:07'),(7252,268,1,3361,'1.99','2005-06-21 12:14:23','2006-02-15 22:15:07'),(7253,268,2,3670,'4.99','2005-07-06 08:56:43','2006-02-15 22:15:07'),(7254,268,2,4626,'4.99','2005-07-08 08:18:21','2006-02-15 22:15:07'),(7255,268,1,5039,'7.99','2005-07-09 03:14:45','2006-02-15 22:15:07'),(7256,268,2,5671,'2.99','2005-07-10 08:18:22','2006-02-15 22:15:07'),(7257,268,2,5793,'2.99','2005-07-10 14:33:00','2006-02-15 22:15:07'),(7258,268,2,5888,'6.99','2005-07-10 19:52:17','2006-02-15 22:15:07'),(7259,268,1,6120,'3.99','2005-07-11 07:49:53','2006-02-15 22:15:07'),(7260,268,2,6489,'1.99','2005-07-12 02:22:46','2006-02-15 22:15:07'),(7261,268,1,8931,'2.99','2005-07-30 02:30:07','2006-02-15 22:15:07'),(7262,268,2,9436,'7.99','2005-07-30 21:33:01','2006-02-15 22:15:07'),(7263,268,2,9531,'3.99','2005-07-31 01:11:53','2006-02-15 22:15:07'),(7264,268,1,10040,'1.99','2005-07-31 18:54:15','2006-02-15 22:15:07'),(7265,268,2,11462,'7.99','2005-08-02 21:36:46','2006-02-15 22:15:07'),(7266,268,2,11828,'6.99','2005-08-17 12:48:28','2006-02-15 22:15:07'),(7267,268,2,12007,'2.99','2005-08-17 19:10:34','2006-02-15 22:15:07'),(7268,268,2,12694,'4.99','2005-08-18 20:10:39','2006-02-15 22:15:07'),(7269,268,2,13880,'5.99','2005-08-20 15:18:20','2006-02-15 22:15:07'),(7270,268,2,14249,'4.99','2005-08-21 05:38:05','2006-02-15 22:15:07'),(7271,268,2,14373,'4.99','2005-08-21 09:44:53','2006-02-15 22:15:08'),(7272,268,1,14874,'0.99','2005-08-22 03:32:05','2006-02-15 22:15:08'),(7273,268,2,15183,'2.99','2005-08-22 15:49:54','2006-02-15 22:15:08'),(7274,269,2,7,'1.99','2005-05-24 23:11:53','2006-02-15 22:15:08'),(7275,269,1,98,'0.99','2005-05-25 16:48:24','2006-02-15 22:15:08'),(7276,269,2,678,'6.99','2005-05-28 23:15:48','2006-02-15 22:15:08'),(7277,269,2,703,'0.99','2005-05-29 02:29:36','2006-02-15 22:15:08'),(7278,269,1,750,'4.99','2005-05-29 09:41:40','2006-02-15 22:15:08'),(7279,269,2,1099,'2.99','2005-05-31 13:54:48','2006-02-15 22:15:08'),(7280,269,1,1334,'3.99','2005-06-15 11:43:09','2006-02-15 22:15:08'),(7281,269,2,1909,'2.99','2005-06-17 05:11:04','2006-02-15 22:15:08'),(7282,269,2,2493,'6.99','2005-06-18 22:12:09','2006-02-15 22:15:08'),(7283,269,1,4125,'9.99','2005-07-07 07:20:29','2006-02-15 22:15:08'),(7284,269,2,4804,'0.99','2005-07-08 16:57:30','2006-02-15 22:15:08'),(7285,269,2,4880,'6.99','2005-07-08 19:36:17','2006-02-15 22:15:08'),(7286,269,1,6440,'2.99','2005-07-12 00:25:04','2006-02-15 22:15:08'),(7287,269,1,6626,'5.99','2005-07-12 09:16:24','2006-02-15 22:15:08'),(7288,269,2,6804,'4.99','2005-07-12 17:22:06','2006-02-15 22:15:08'),(7289,269,1,7032,'4.99','2005-07-27 03:03:09','2006-02-15 22:15:08'),(7290,269,1,7537,'6.99','2005-07-27 21:36:09','2006-02-15 22:15:08'),(7291,269,1,7972,'2.99','2005-07-28 14:07:46','2006-02-15 22:15:08'),(7292,269,2,10566,'2.99','2005-08-01 13:12:11','2006-02-15 22:15:08'),(7293,269,1,10908,'4.99','2005-08-02 01:53:06','2006-02-15 22:15:08'),(7294,269,1,11014,'4.99','2005-08-02 05:12:22','2006-02-15 22:15:08'),(7295,269,1,11915,'3.99','2005-08-17 16:05:28','2006-02-15 22:15:08'),(7296,269,1,12344,'4.99','2005-08-18 07:15:19','2006-02-15 22:15:09'),(7297,269,2,13142,'5.99','2005-08-19 12:42:28','2006-02-15 22:15:09'),(7298,269,2,13759,'2.99','2005-08-20 11:24:48','2006-02-15 22:15:09'),(7299,269,1,14266,'4.99','2005-08-21 06:20:51','2006-02-15 22:15:09'),(7300,269,2,14693,'6.99','2005-08-21 20:44:19','2006-02-15 22:15:09'),(7301,269,2,15788,'2.99','2005-08-23 13:54:39','2006-02-15 22:15:09'),(7302,269,1,13025,'3.98','2006-02-14 15:16:03','2006-02-15 22:15:09'),(7303,269,2,12610,'0.00','2006-02-14 15:16:03','2006-02-15 22:15:09'),(7304,270,1,193,'1.99','2005-05-26 06:41:48','2006-02-15 22:15:09'),(7305,270,1,1040,'4.99','2005-05-31 05:35:16','2006-02-15 22:15:09'),(7306,270,1,1345,'4.99','2005-06-15 12:32:13','2006-02-15 22:15:09'),(7307,270,1,1896,'6.99','2005-06-17 04:25:46','2006-02-15 22:15:09'),(7308,270,1,2115,'3.99','2005-06-17 20:02:16','2006-02-15 22:15:09'),(7309,270,2,3164,'5.99','2005-06-20 21:29:00','2006-02-15 22:15:09'),(7310,270,1,3501,'3.99','2005-07-06 00:11:28','2006-02-15 22:15:09'),(7311,270,1,3987,'9.99','2005-07-06 23:28:24','2006-02-15 22:15:09'),(7312,270,2,5533,'0.99','2005-07-10 02:19:28','2006-02-15 22:15:09'),(7313,270,2,6520,'4.99','2005-07-12 04:05:16','2006-02-15 22:15:09'),(7314,270,1,8355,'2.99','2005-07-29 04:57:43','2006-02-15 22:15:09'),(7315,270,2,8618,'3.99','2005-07-29 13:48:20','2006-02-15 22:15:09'),(7316,270,1,10069,'3.99','2005-07-31 19:43:18','2006-02-15 22:15:09'),(7317,270,1,10461,'7.99','2005-08-01 09:32:53','2006-02-15 22:15:09'),(7318,270,2,10579,'5.99','2005-08-01 13:48:22','2006-02-15 22:15:09'),(7319,270,2,10648,'4.99','2005-08-01 16:08:52','2006-02-15 22:15:09'),(7320,270,1,11389,'2.99','2005-08-02 18:39:12','2006-02-15 22:15:09'),(7321,270,1,11810,'0.99','2005-08-17 11:56:48','2006-02-15 22:15:09'),(7322,270,2,11841,'2.99','2005-08-17 13:12:20','2006-02-15 22:15:09'),(7323,270,1,11917,'2.99','2005-08-17 16:08:17','2006-02-15 22:15:09'),(7324,270,1,12192,'2.99','2005-08-18 02:01:40','2006-02-15 22:15:10'),(7325,270,1,12442,'2.99','2005-08-18 10:50:07','2006-02-15 22:15:10'),(7326,270,2,13945,'1.99','2005-08-20 17:43:56','2006-02-15 22:15:10'),(7327,270,1,14618,'0.99','2005-08-21 18:09:51','2006-02-15 22:15:10'),(7328,270,2,15620,'6.99','2005-08-23 07:10:22','2006-02-15 22:15:10'),(7329,271,1,1096,'8.99','2005-05-31 13:30:49','2006-02-15 22:15:10'),(7330,271,2,1852,'2.99','2005-06-17 00:38:20','2006-02-15 22:15:10'),(7331,271,1,3640,'1.99','2005-07-06 07:12:26','2006-02-15 22:15:10'),(7332,271,2,4545,'2.99','2005-07-08 04:17:47','2006-02-15 22:15:10'),(7333,271,2,5878,'1.99','2005-07-10 19:09:57','2006-02-15 22:15:10'),(7334,271,1,5922,'2.99','2005-07-10 21:36:53','2006-02-15 22:15:10'),(7335,271,1,6024,'2.99','2005-07-11 02:16:47','2006-02-15 22:15:10'),(7336,271,1,7618,'3.99','2005-07-28 00:24:14','2006-02-15 22:15:10'),(7337,271,1,8592,'0.99','2005-07-29 12:33:58','2006-02-15 22:15:10'),(7338,271,1,9821,'4.99','2005-07-31 11:47:54','2006-02-15 22:15:10'),(7339,271,2,10143,'7.99','2005-07-31 22:11:43','2006-02-15 22:15:10'),(7340,271,2,10310,'4.99','2005-08-01 04:24:47','2006-02-15 22:15:10'),(7341,271,1,10599,'3.99','2005-08-01 14:23:58','2006-02-15 22:15:10'),(7342,271,1,11431,'2.99','2005-08-02 20:05:16','2006-02-15 22:15:10'),(7343,271,1,12219,'4.99','2005-08-18 02:49:54','2006-02-15 22:15:10'),(7344,271,2,14234,'0.99','2005-08-21 05:07:12','2006-02-15 22:15:10'),(7345,271,2,14355,'4.99','2005-08-21 09:08:29','2006-02-15 22:15:10'),(7346,271,1,15244,'2.99','2005-08-22 17:48:42','2006-02-15 22:15:10'),(7347,272,1,33,'0.99','2005-05-25 04:18:51','2006-02-15 22:15:10'),(7348,272,1,405,'6.99','2005-05-27 13:32:39','2006-02-15 22:15:10'),(7349,272,1,1041,'6.99','2005-05-31 05:46:23','2006-02-15 22:15:10'),(7350,272,1,1072,'0.99','2005-05-31 09:52:50','2006-02-15 22:15:10'),(7351,272,2,1604,'4.99','2005-06-16 06:14:25','2006-02-15 22:15:10'),(7352,272,2,2546,'5.99','2005-06-19 02:39:39','2006-02-15 22:15:11'),(7353,272,1,3323,'5.99','2005-06-21 08:45:33','2006-02-15 22:15:11'),(7354,272,2,5047,'3.99','2005-07-09 03:44:15','2006-02-15 22:15:11'),(7355,272,2,5158,'2.99','2005-07-09 08:53:09','2006-02-15 22:15:11'),(7356,272,2,7300,'7.99','2005-07-27 12:50:17','2006-02-15 22:15:11'),(7357,272,2,7658,'2.99','2005-07-28 02:09:12','2006-02-15 22:15:11'),(7358,272,1,8248,'7.99','2005-07-29 00:41:56','2006-02-15 22:15:11'),(7359,272,2,9787,'10.99','2005-07-31 10:26:19','2006-02-15 22:15:11'),(7360,272,1,10736,'2.99','2005-08-01 19:30:21','2006-02-15 22:15:11'),(7361,272,2,11003,'2.99','2005-08-02 05:03:05','2006-02-15 22:15:11'),(7362,272,2,11597,'8.99','2005-08-17 03:02:56','2006-02-15 22:15:11'),(7363,272,1,11881,'0.99','2005-08-17 14:31:56','2006-02-15 22:15:11'),(7364,272,2,12006,'6.99','2005-08-17 19:09:12','2006-02-15 22:15:11'),(7365,272,2,13274,'2.99','2005-08-19 17:50:03','2006-02-15 22:15:11'),(7366,272,1,13903,'2.99','2005-08-20 16:07:55','2006-02-15 22:15:11'),(7367,273,2,122,'3.99','2005-05-25 19:46:21','2006-02-15 22:15:11'),(7368,273,2,980,'0.99','2005-05-30 21:45:19','2006-02-15 22:15:11'),(7369,273,2,1391,'6.99','2005-06-15 16:11:21','2006-02-15 22:15:11'),(7370,273,2,1747,'6.99','2005-06-16 16:53:33','2006-02-15 22:15:11'),(7371,273,2,1765,'4.99','2005-06-16 17:56:10','2006-02-15 22:15:11'),(7372,273,1,2301,'1.99','2005-06-18 08:24:03','2006-02-15 22:15:11'),(7373,273,1,3202,'0.99','2005-06-21 00:33:47','2006-02-15 22:15:11'),(7374,273,2,3556,'2.99','2005-07-06 02:46:13','2006-02-15 22:15:11'),(7375,273,1,4937,'5.99','2005-07-08 22:29:59','2006-02-15 22:15:11'),(7376,273,1,5256,'7.99','2005-07-09 13:55:45','2006-02-15 22:15:12'),(7377,273,2,5435,'7.99','2005-07-09 21:28:07','2006-02-15 22:15:12'),(7378,273,1,5605,'2.99','2005-07-10 05:06:45','2006-02-15 22:15:12'),(7379,273,1,6592,'8.99','2005-07-12 07:19:35','2006-02-15 22:15:12'),(7380,273,1,6635,'1.99','2005-07-12 09:47:58','2006-02-15 22:15:12'),(7381,273,2,6696,'2.99','2005-07-12 12:44:04','2006-02-15 22:15:12'),(7382,273,1,6717,'5.99','2005-07-12 13:35:02','2006-02-15 22:15:12'),(7383,273,1,8449,'2.99','2005-07-29 07:42:25','2006-02-15 22:15:12'),(7384,273,1,9186,'4.99','2005-07-30 12:13:48','2006-02-15 22:15:12'),(7385,273,2,9285,'5.99','2005-07-30 15:26:08','2006-02-15 22:15:12'),(7386,273,2,9391,'0.99','2005-07-30 19:48:41','2006-02-15 22:15:12'),(7387,273,2,9693,'3.99','2005-07-31 07:11:50','2006-02-15 22:15:12'),(7388,273,2,9729,'0.99','2005-07-31 08:43:43','2006-02-15 22:15:12'),(7389,273,1,10272,'8.99','2005-08-01 03:14:34','2006-02-15 22:15:12'),(7390,273,1,10753,'3.99','2005-08-01 20:09:24','2006-02-15 22:15:12'),(7391,273,1,10768,'6.99','2005-08-01 20:39:32','2006-02-15 22:15:12'),(7392,273,1,11282,'4.99','2005-08-02 14:35:03','2006-02-15 22:15:12'),(7393,273,2,11509,'4.99','2005-08-16 23:29:53','2006-02-15 22:15:12'),(7394,273,1,12692,'0.99','2005-08-18 20:09:19','2006-02-15 22:15:12'),(7395,273,2,13738,'4.99','2005-08-20 10:42:42','2006-02-15 22:15:12'),(7396,273,1,13955,'5.99','2005-08-20 18:05:12','2006-02-15 22:15:12'),(7397,273,2,14092,'4.99','2005-08-21 00:14:32','2006-02-15 22:15:12'),(7398,273,2,14558,'2.99','2005-08-21 16:10:50','2006-02-15 22:15:12'),(7399,273,2,14911,'2.99','2005-08-22 04:51:42','2006-02-15 22:15:12'),(7400,273,2,15372,'2.99','2005-08-22 21:59:51','2006-02-15 22:15:12'),(7401,273,1,15760,'6.99','2005-08-23 12:50:00','2006-02-15 22:15:12'),(7402,274,1,147,'2.99','2005-05-26 00:17:50','2006-02-15 22:15:12'),(7403,274,1,208,'4.99','2005-05-26 08:10:22','2006-02-15 22:15:13'),(7404,274,2,301,'2.99','2005-05-26 21:06:14','2006-02-15 22:15:13'),(7405,274,1,394,'5.99','2005-05-27 11:26:11','2006-02-15 22:15:13'),(7406,274,2,474,'2.99','2005-05-27 22:11:56','2006-02-15 22:15:13'),(7407,274,1,892,'4.99','2005-05-30 08:02:56','2006-02-15 22:15:13'),(7408,274,1,2098,'0.99','2005-06-17 18:42:09','2006-02-15 22:15:13'),(7409,274,2,3291,'9.99','2005-06-21 06:55:36','2006-02-15 22:15:13'),(7410,274,2,3532,'5.99','2005-07-06 01:24:38','2006-02-15 22:15:13'),(7411,274,1,4147,'2.99','2005-07-07 08:32:12','2006-02-15 22:15:13'),(7412,274,2,4582,'2.99','2005-07-08 06:09:09','2006-02-15 22:15:13'),(7413,274,2,6389,'3.99','2005-07-11 22:18:20','2006-02-15 22:15:13'),(7414,274,2,8259,'0.99','2005-07-29 01:05:16','2006-02-15 22:15:13'),(7415,274,2,8406,'5.99','2005-07-29 06:34:45','2006-02-15 22:15:13'),(7416,274,2,8517,'7.99','2005-07-29 10:00:48','2006-02-15 22:15:13'),(7417,274,1,9331,'4.99','2005-07-30 17:46:50','2006-02-15 22:15:13'),(7418,274,1,9677,'4.99','2005-07-31 06:39:45','2006-02-15 22:15:13'),(7419,274,2,10059,'4.99','2005-07-31 19:20:49','2006-02-15 22:15:13'),(7420,274,1,10790,'1.99','2005-08-01 21:38:37','2006-02-15 22:15:13'),(7421,274,2,10855,'0.99','2005-08-02 00:06:37','2006-02-15 22:15:13'),(7422,274,1,11058,'3.99','2005-08-02 06:38:44','2006-02-15 22:15:13'),(7423,274,2,11363,'2.99','2005-08-02 17:48:39','2006-02-15 22:15:13'),(7424,274,1,12321,'3.99','2005-08-18 06:27:05','2006-02-15 22:15:13'),(7425,274,1,13103,'2.99','2005-08-19 11:05:51','2006-02-15 22:15:13'),(7426,274,2,13129,'8.99','2005-08-19 12:05:04','2006-02-15 22:15:13'),(7427,274,1,13549,'8.99','2005-08-20 03:58:41','2006-02-15 22:15:13'),(7428,274,1,14012,'0.99','2005-08-20 20:42:12','2006-02-15 22:15:13'),(7429,274,1,14066,'7.99','2005-08-20 22:45:58','2006-02-15 22:15:13'),(7430,274,2,14164,'7.99','2005-08-21 02:58:02','2006-02-15 22:15:14'),(7431,274,1,14388,'4.99','2005-08-21 10:15:13','2006-02-15 22:15:14'),(7432,274,2,15143,'2.99','2005-08-22 13:46:24','2006-02-15 22:15:14'),(7433,274,1,15260,'2.99','2005-08-22 18:24:16','2006-02-15 22:15:14'),(7434,274,2,15328,'2.99','2005-08-22 20:31:38','2006-02-15 22:15:14'),(7435,274,2,15819,'3.99','2005-08-23 15:01:54','2006-02-15 22:15:14'),(7436,274,1,13486,'0.99','2006-02-14 15:16:03','2006-02-15 22:15:14'),(7437,275,2,336,'2.99','2005-05-27 03:15:23','2006-02-15 22:15:14'),(7438,275,2,1797,'3.99','2005-06-16 20:13:03','2006-02-15 22:15:14'),(7439,275,2,2414,'0.99','2005-06-18 17:01:55','2006-02-15 22:15:14'),(7440,275,1,2646,'4.99','2005-06-19 09:56:01','2006-02-15 22:15:14'),(7441,275,1,3355,'2.99','2005-06-21 11:30:47','2006-02-15 22:15:14'),(7442,275,2,4396,'0.99','2005-07-07 21:14:19','2006-02-15 22:15:14'),(7443,275,1,4634,'0.99','2005-07-08 08:40:02','2006-02-15 22:15:14'),(7444,275,2,4912,'9.99','2005-07-08 21:26:11','2006-02-15 22:15:14'),(7445,275,2,6301,'5.99','2005-07-11 17:54:09','2006-02-15 22:15:14'),(7446,275,2,6856,'0.99','2005-07-12 19:50:16','2006-02-15 22:15:14'),(7447,275,1,7553,'2.99','2005-07-27 22:11:36','2006-02-15 22:15:14'),(7448,275,2,7596,'4.99','2005-07-27 23:33:57','2006-02-15 22:15:14'),(7449,275,1,8746,'2.99','2005-07-29 19:03:15','2006-02-15 22:15:15'),(7450,275,2,9258,'2.99','2005-07-30 14:31:31','2006-02-15 22:15:15'),(7451,275,1,10479,'6.99','2005-08-01 10:11:25','2006-02-15 22:15:15'),(7452,275,2,11309,'1.99','2005-08-02 15:50:55','2006-02-15 22:15:15'),(7453,275,1,11610,'4.99','2005-08-17 03:43:37','2006-02-15 22:15:15'),(7454,275,2,12589,'5.99','2005-08-18 16:06:31','2006-02-15 22:15:15'),(7455,275,1,12606,'1.99','2005-08-18 17:02:21','2006-02-15 22:15:15'),(7456,275,1,13037,'3.99','2005-08-19 08:53:57','2006-02-15 22:15:15'),(7457,275,2,13860,'2.99','2005-08-20 14:55:09','2006-02-15 22:15:15'),(7458,275,2,13865,'1.99','2005-08-20 15:04:09','2006-02-15 22:15:15'),(7459,275,2,13902,'0.99','2005-08-20 16:07:08','2006-02-15 22:15:15'),(7460,275,2,14063,'0.99','2005-08-20 22:36:40','2006-02-15 22:15:15'),(7461,275,1,14187,'5.99','2005-08-21 03:32:03','2006-02-15 22:15:15'),(7462,275,1,14296,'2.99','2005-08-21 07:13:23','2006-02-15 22:15:15'),(7463,275,2,14483,'5.99','2005-08-21 13:43:59','2006-02-15 22:15:15'),(7464,275,2,14727,'4.99','2005-08-21 22:12:45','2006-02-15 22:15:15'),(7465,275,2,15269,'2.99','2005-08-22 18:39:44','2006-02-15 22:15:15'),(7466,275,2,15496,'3.99','2005-08-23 02:30:23','2006-02-15 22:15:15'),(7467,276,1,736,'3.99','2005-05-29 08:10:07','2006-02-15 22:15:15'),(7468,276,1,860,'10.99','2005-05-30 02:45:16','2006-02-15 22:15:15'),(7469,276,1,1352,'0.99','2005-06-15 12:58:27','2006-02-15 22:15:15'),(7470,276,2,2763,'4.99','2005-06-19 17:23:34','2006-02-15 22:15:16'),(7471,276,2,3064,'6.99','2005-06-20 13:53:13','2006-02-15 22:15:16'),(7472,276,2,3714,'2.99','2005-07-06 10:51:28','2006-02-15 22:15:16'),(7473,276,1,4715,'0.99','2005-07-08 12:15:37','2006-02-15 22:15:16'),(7474,276,2,5186,'4.99','2005-07-09 10:18:40','2006-02-15 22:15:16'),(7475,276,2,5246,'4.99','2005-07-09 13:25:18','2006-02-15 22:15:16'),(7476,276,2,7282,'5.99','2005-07-27 12:00:19','2006-02-15 22:15:16'),(7477,276,2,7842,'2.99','2005-07-28 09:10:06','2006-02-15 22:15:16'),(7478,276,1,9070,'0.99','2005-07-30 07:40:39','2006-02-15 22:15:16'),(7479,276,1,9080,'1.99','2005-07-30 08:02:39','2006-02-15 22:15:16'),(7480,276,1,9102,'4.99','2005-07-30 08:48:20','2006-02-15 22:15:16'),(7481,276,1,9229,'8.99','2005-07-30 13:38:17','2006-02-15 22:15:16'),(7482,276,2,10149,'5.99','2005-07-31 22:20:46','2006-02-15 22:15:16'),(7483,276,2,10691,'0.99','2005-08-01 18:09:53','2006-02-15 22:15:16'),(7484,276,1,10763,'2.99','2005-08-01 20:32:27','2006-02-15 22:15:16'),(7485,276,2,11085,'2.99','2005-08-02 07:36:44','2006-02-15 22:15:16'),(7486,276,1,11636,'4.99','2005-08-17 04:36:31','2006-02-15 22:15:16'),(7487,276,2,11961,'3.99','2005-08-17 17:28:01','2006-02-15 22:15:16'),(7488,276,2,12178,'5.99','2005-08-18 01:17:32','2006-02-15 22:15:16'),(7489,276,2,12251,'4.99','2005-08-18 03:59:02','2006-02-15 22:15:16'),(7490,276,1,12650,'4.99','2005-08-18 18:33:20','2006-02-15 22:15:16'),(7491,276,1,14000,'4.99','2005-08-20 20:06:05','2006-02-15 22:15:16'),(7492,276,2,15718,'2.99','2005-08-23 11:05:17','2006-02-15 22:15:16'),(7493,276,1,15769,'3.99','2005-08-23 13:16:15','2006-02-15 22:15:16'),(7494,276,2,15923,'4.99','2005-08-23 18:08:19','2006-02-15 22:15:17'),(7495,277,2,308,'6.99','2005-05-26 22:01:39','2006-02-15 22:15:17'),(7496,277,1,1331,'2.99','2005-06-15 11:34:33','2006-02-15 22:15:17'),(7497,277,2,1717,'2.99','2005-06-16 14:47:16','2006-02-15 22:15:17'),(7498,277,2,2162,'3.99','2005-06-17 23:45:47','2006-02-15 22:15:17'),(7499,277,2,2723,'4.99','2005-06-19 14:55:23','2006-02-15 22:15:17'),(7500,277,1,3247,'5.99','2005-06-21 03:12:15','2006-02-15 22:15:17'),(7501,277,2,3274,'4.99','2005-06-21 05:30:36','2006-02-15 22:15:17'),(7502,277,1,3344,'2.99','2005-06-21 10:57:27','2006-02-15 22:15:17'),(7503,277,2,3740,'5.99','2005-07-06 11:55:35','2006-02-15 22:15:17'),(7504,277,2,3897,'2.99','2005-07-06 19:11:43','2006-02-15 22:15:17'),(7505,277,1,4290,'4.99','2005-07-07 15:47:10','2006-02-15 22:15:17'),(7506,277,2,4987,'5.99','2005-07-09 00:45:41','2006-02-15 22:15:17'),(7507,277,1,5861,'0.99','2005-07-10 18:14:22','2006-02-15 22:15:17'),(7508,277,1,5913,'2.99','2005-07-10 20:58:55','2006-02-15 22:15:17'),(7509,277,2,6455,'2.99','2005-07-12 01:01:58','2006-02-15 22:15:17'),(7510,277,1,6487,'5.99','2005-07-12 02:17:00','2006-02-15 22:15:17'),(7511,277,2,7423,'4.99','2005-07-27 17:11:47','2006-02-15 22:15:17'),(7512,277,2,8410,'2.99','2005-07-29 06:41:36','2006-02-15 22:15:17'),(7513,277,2,9669,'4.99','2005-07-31 06:31:36','2006-02-15 22:15:17'),(7514,277,1,9901,'0.99','2005-07-31 14:20:59','2006-02-15 22:15:17'),(7515,277,2,11074,'3.99','2005-08-02 07:21:43','2006-02-15 22:15:17'),(7516,277,2,11162,'4.99','2005-08-02 10:07:54','2006-02-15 22:15:17'),(7517,277,2,11574,'0.99','2005-08-17 01:38:19','2006-02-15 22:15:17'),(7518,277,2,12149,'3.99','2005-08-18 00:13:51','2006-02-15 22:15:17'),(7519,277,1,12458,'5.99','2005-08-18 11:22:53','2006-02-15 22:15:17'),(7520,277,1,13122,'4.99','2005-08-19 11:53:49','2006-02-15 22:15:17'),(7521,277,2,13526,'4.99','2005-08-20 02:58:42','2006-02-15 22:15:18'),(7522,277,1,13714,'4.99','2005-08-20 09:41:09','2006-02-15 22:15:18'),(7523,277,2,14227,'4.99','2005-08-21 04:56:31','2006-02-15 22:15:18'),(7524,277,2,14745,'4.99','2005-08-21 22:53:01','2006-02-15 22:15:18'),(7525,277,1,15008,'10.99','2005-08-22 08:24:32','2006-02-15 22:15:18'),(7526,277,1,15345,'5.99','2005-08-22 21:05:50','2006-02-15 22:15:18'),(7527,278,1,1092,'4.99','2005-05-31 12:15:57','2006-02-15 22:15:18'),(7528,278,2,1387,'0.99','2005-06-15 15:40:56','2006-02-15 22:15:18'),(7529,278,1,1978,'2.99','2005-06-17 09:42:34','2006-02-15 22:15:18'),(7530,278,2,2078,'4.99','2005-06-17 16:48:55','2006-02-15 22:15:18'),(7531,278,1,3453,'2.99','2005-06-21 21:12:11','2006-02-15 22:15:18'),(7532,278,1,3776,'2.99','2005-07-06 13:31:37','2006-02-15 22:15:18'),(7533,278,1,4430,'4.99','2005-07-07 22:35:24','2006-02-15 22:15:18'),(7534,278,2,4866,'8.99','2005-07-08 19:09:59','2006-02-15 22:15:18'),(7535,278,2,6869,'4.99','2005-07-12 20:12:06','2006-02-15 22:15:18'),(7536,278,1,7239,'0.99','2005-07-27 10:20:27','2006-02-15 22:15:18'),(7537,278,2,7834,'0.99','2005-07-28 08:46:43','2006-02-15 22:15:18'),(7538,278,2,8222,'5.99','2005-07-28 23:51:53','2006-02-15 22:15:18'),(7539,278,1,8953,'4.99','2005-07-30 03:21:05','2006-02-15 22:15:18'),(7540,278,2,9448,'2.99','2005-07-30 21:56:13','2006-02-15 22:15:18'),(7541,278,1,10649,'2.99','2005-08-01 16:11:40','2006-02-15 22:15:18'),(7542,278,1,10731,'2.99','2005-08-01 19:21:48','2006-02-15 22:15:18'),(7543,278,2,10849,'3.99','2005-08-01 23:51:00','2006-02-15 22:15:18'),(7544,278,1,11095,'5.99','2005-08-02 08:03:20','2006-02-15 22:15:18'),(7545,278,2,11531,'0.99','2005-08-17 00:30:04','2006-02-15 22:15:18'),(7546,278,1,12787,'0.99','2005-08-19 00:07:58','2006-02-15 22:15:18'),(7547,278,1,13896,'0.99','2005-08-20 15:59:56','2006-02-15 22:15:18'),(7548,278,2,13976,'0.99','2005-08-20 19:02:16','2006-02-15 22:15:19'),(7549,278,1,14268,'2.99','2005-08-21 06:21:24','2006-02-15 22:15:19'),(7550,278,2,14803,'0.99','2005-08-22 00:49:10','2006-02-15 22:15:19'),(7551,278,1,14986,'4.99','2005-08-22 07:37:24','2006-02-15 22:15:19'),(7552,278,1,16019,'4.99','2005-08-23 21:30:45','2006-02-15 22:15:19'),(7553,279,1,979,'2.99','2005-05-30 21:37:11','2006-02-15 22:15:19'),(7554,279,2,1019,'0.99','2005-05-31 03:05:07','2006-02-15 22:15:19'),(7555,279,1,1178,'2.99','2005-06-15 00:36:40','2006-02-15 22:15:19'),(7556,279,1,2147,'4.99','2005-06-17 22:28:13','2006-02-15 22:15:19'),(7557,279,1,3215,'0.99','2005-06-21 01:11:32','2006-02-15 22:15:19'),(7558,279,1,3374,'2.99','2005-06-21 13:36:30','2006-02-15 22:15:19'),(7559,279,1,3375,'4.99','2005-06-21 13:37:18','2006-02-15 22:15:19'),(7560,279,1,4476,'4.99','2005-07-08 00:34:25','2006-02-15 22:15:19'),(7561,279,1,4978,'7.99','2005-07-09 00:22:02','2006-02-15 22:15:19'),(7562,279,2,5248,'2.99','2005-07-09 13:29:44','2006-02-15 22:15:19'),(7563,279,1,5361,'9.99','2005-07-09 18:15:32','2006-02-15 22:15:19'),(7564,279,1,6176,'0.99','2005-07-11 10:48:21','2006-02-15 22:15:19'),(7565,279,1,7947,'2.99','2005-07-28 13:05:50','2006-02-15 22:15:19'),(7566,279,2,8559,'3.99','2005-07-29 11:25:54','2006-02-15 22:15:19'),(7567,279,2,9820,'5.99','2005-07-31 11:46:57','2006-02-15 22:15:19'),(7568,279,2,10177,'2.99','2005-07-31 23:42:33','2006-02-15 22:15:19'),(7569,279,2,11250,'6.99','2005-08-02 13:35:42','2006-02-15 22:15:19'),(7570,279,1,11515,'2.99','2005-08-16 23:54:34','2006-02-15 22:15:19'),(7571,279,1,11703,'4.99','2005-08-17 07:19:29','2006-02-15 22:15:19'),(7572,279,2,12935,'2.99','2005-08-19 05:20:25','2006-02-15 22:15:19'),(7573,279,1,12949,'4.99','2005-08-19 05:55:52','2006-02-15 22:15:19'),(7574,279,1,13105,'7.99','2005-08-19 11:06:16','2006-02-15 22:15:20'),(7575,279,1,13233,'2.99','2005-08-19 16:14:41','2006-02-15 22:15:20'),(7576,279,2,13588,'4.99','2005-08-20 05:47:11','2006-02-15 22:15:20'),(7577,279,2,14206,'2.99','2005-08-21 03:59:26','2006-02-15 22:15:20'),(7578,279,1,14714,'3.99','2005-08-21 21:27:43','2006-02-15 22:15:20'),(7579,279,1,14779,'5.99','2005-08-22 00:00:56','2006-02-15 22:15:20'),(7580,279,1,14789,'4.99','2005-08-22 00:29:39','2006-02-15 22:15:20'),(7581,279,2,15580,'6.99','2005-08-23 05:39:06','2006-02-15 22:15:20'),(7582,279,1,15606,'2.99','2005-08-23 06:50:27','2006-02-15 22:15:20'),(7583,279,2,13538,'4.99','2006-02-14 15:16:03','2006-02-15 22:15:20'),(7584,280,1,1014,'4.99','2005-05-31 02:39:16','2006-02-15 22:15:20'),(7585,280,1,2656,'3.99','2005-06-19 10:42:33','2006-02-15 22:15:20'),(7586,280,2,3009,'4.99','2005-06-20 10:24:44','2006-02-15 22:15:20'),(7587,280,2,3097,'0.99','2005-06-20 16:26:14','2006-02-15 22:15:20'),(7588,280,1,4616,'4.99','2005-07-08 07:48:12','2006-02-15 22:15:20'),(7589,280,2,6851,'0.99','2005-07-12 19:32:14','2006-02-15 22:15:20'),(7590,280,1,7070,'4.99','2005-07-27 04:01:08','2006-02-15 22:15:20'),(7591,280,2,7901,'0.99','2005-07-28 11:12:12','2006-02-15 22:15:20'),(7592,280,2,8319,'0.99','2005-07-29 03:44:52','2006-02-15 22:15:20'),(7593,280,1,8365,'0.99','2005-07-29 05:11:00','2006-02-15 22:15:20'),(7594,280,1,8565,'7.99','2005-07-29 11:35:23','2006-02-15 22:15:20'),(7595,280,2,8695,'6.99','2005-07-29 16:44:55','2006-02-15 22:15:21'),(7596,280,2,8744,'3.99','2005-07-29 18:58:24','2006-02-15 22:15:21'),(7597,280,1,8912,'0.99','2005-07-30 01:31:25','2006-02-15 22:15:21'),(7598,280,2,9103,'0.99','2005-07-30 08:49:26','2006-02-15 22:15:21'),(7599,280,1,10847,'9.99','2005-08-01 23:49:33','2006-02-15 22:15:21'),(7600,280,1,11366,'4.99','2005-08-02 18:01:25','2006-02-15 22:15:21'),(7601,280,1,11517,'2.99','2005-08-16 23:56:28','2006-02-15 22:15:21'),(7602,280,1,12053,'4.99','2005-08-17 20:57:27','2006-02-15 22:15:21'),(7603,280,1,12849,'5.99','2005-08-19 02:05:37','2006-02-15 22:15:21'),(7604,280,2,13231,'9.99','2005-08-19 16:12:49','2006-02-15 22:15:21'),(7605,280,1,13321,'4.99','2005-08-19 19:40:37','2006-02-15 22:15:21'),(7606,280,1,13667,'4.99','2005-08-20 08:25:34','2006-02-15 22:15:21'),(7607,280,2,15036,'2.99','2005-08-22 09:36:00','2006-02-15 22:15:21'),(7608,280,1,15312,'4.99','2005-08-22 19:58:15','2006-02-15 22:15:21'),(7609,280,2,15554,'5.99','2005-08-23 04:48:12','2006-02-15 22:15:21'),(7610,280,2,15950,'5.99','2005-08-23 19:09:39','2006-02-15 22:15:22'),(7611,281,2,650,'2.99','2005-05-28 19:45:40','2006-02-15 22:15:22'),(7612,281,2,754,'2.99','2005-05-29 10:18:59','2006-02-15 22:15:22'),(7613,281,2,1485,'5.99','2005-06-15 21:24:10','2006-02-15 22:15:22'),(7614,281,1,2254,'5.99','2005-06-18 05:15:14','2006-02-15 22:15:22'),(7615,281,1,4607,'0.99','2005-07-08 07:15:14','2006-02-15 22:15:22'),(7616,281,2,4864,'6.99','2005-07-08 19:05:34','2006-02-15 22:15:22'),(7617,281,2,5410,'5.99','2005-07-09 20:21:10','2006-02-15 22:15:22'),(7618,281,2,6825,'0.99','2005-07-12 18:28:12','2006-02-15 22:15:22'),(7619,281,2,7034,'2.99','2005-07-27 03:03:37','2006-02-15 22:15:22'),(7620,281,1,7525,'3.99','2005-07-27 21:13:28','2006-02-15 22:15:22'),(7621,281,2,8131,'0.99','2005-07-28 19:55:21','2006-02-15 22:15:22'),(7622,281,2,8180,'4.99','2005-07-28 22:05:24','2006-02-15 22:15:22'),(7623,281,1,13641,'2.99','2005-08-20 07:34:42','2006-02-15 22:15:22'),(7624,281,1,14196,'1.99','2005-08-21 03:40:40','2006-02-15 22:15:22'),(7625,282,2,48,'1.99','2005-05-25 06:20:46','2006-02-15 22:15:22'),(7626,282,2,282,'6.99','2005-05-26 18:56:26','2006-02-15 22:15:22'),(7627,282,2,564,'0.99','2005-05-28 09:12:09','2006-02-15 22:15:22'),(7628,282,1,2016,'2.99','2005-06-17 12:18:36','2006-02-15 22:15:22'),(7629,282,2,2176,'2.99','2005-06-18 00:29:51','2006-02-15 22:15:22'),(7630,282,2,3408,'4.99','2005-06-21 16:15:11','2006-02-15 22:15:22'),(7631,282,1,3417,'2.99','2005-06-21 17:06:20','2006-02-15 22:15:22'),(7632,282,2,3675,'2.99','2005-07-06 09:09:19','2006-02-15 22:15:22'),(7633,282,1,3885,'2.99','2005-07-06 18:43:43','2006-02-15 22:15:22'),(7634,282,1,4359,'2.99','2005-07-07 19:30:20','2006-02-15 22:15:22'),(7635,282,2,4412,'4.99','2005-07-07 21:56:53','2006-02-15 22:15:22'),(7636,282,1,5113,'0.99','2005-07-09 07:06:18','2006-02-15 22:15:23'),(7637,282,2,5319,'8.99','2005-07-09 16:17:44','2006-02-15 22:15:23'),(7638,282,1,5926,'6.99','2005-07-10 21:53:42','2006-02-15 22:15:23'),(7639,282,1,7433,'2.99','2005-07-27 17:32:20','2006-02-15 22:15:23'),(7640,282,2,7534,'3.99','2005-07-27 21:26:17','2006-02-15 22:15:23'),(7641,282,1,8223,'6.99','2005-07-28 23:56:01','2006-02-15 22:15:23'),(7642,282,2,8270,'4.99','2005-07-29 01:27:22','2006-02-15 22:15:23'),(7643,282,2,8468,'1.99','2005-07-29 08:26:04','2006-02-15 22:15:23'),(7644,282,2,8743,'0.99','2005-07-29 18:57:01','2006-02-15 22:15:23'),(7645,282,2,8973,'1.99','2005-07-30 04:09:13','2006-02-15 22:15:23'),(7646,282,2,9658,'9.99','2005-07-31 06:00:52','2006-02-15 22:15:23'),(7647,282,2,11226,'2.99','2005-08-02 12:47:30','2006-02-15 22:15:23'),(7648,282,1,13278,'2.99','2005-08-19 17:57:53','2006-02-15 22:15:23'),(7649,282,2,13749,'2.99','2005-08-20 11:00:37','2006-02-15 22:15:23'),(7650,282,2,15543,'4.99','2005-08-23 04:15:41','2006-02-15 22:15:23'),(7651,282,2,15430,'0.99','2006-02-14 15:16:03','2006-02-15 22:15:23'),(7652,283,1,1749,'0.99','2005-06-16 16:56:00','2006-02-15 22:15:23'),(7653,283,2,1796,'2.99','2005-06-16 20:10:43','2006-02-15 22:15:23'),(7654,283,2,2333,'2.99','2005-06-18 10:55:54','2006-02-15 22:15:23'),(7655,283,1,2685,'2.99','2005-06-19 12:35:21','2006-02-15 22:15:23'),(7656,283,2,2849,'7.99','2005-06-19 23:06:00','2006-02-15 22:15:23'),(7657,283,1,3534,'4.99','2005-07-06 01:32:27','2006-02-15 22:15:23'),(7658,283,1,3568,'6.99','2005-07-06 03:11:57','2006-02-15 22:15:23'),(7659,283,2,3590,'4.99','2005-07-06 04:35:12','2006-02-15 22:15:23'),(7660,283,2,3672,'0.99','2005-07-06 09:01:56','2006-02-15 22:15:23'),(7661,283,2,4683,'2.99','2005-07-08 10:38:28','2006-02-15 22:15:23'),(7662,283,2,4876,'1.99','2005-07-08 19:27:50','2006-02-15 22:15:24'),(7663,283,2,5989,'2.99','2005-07-11 00:57:53','2006-02-15 22:15:24'),(7664,283,1,6075,'0.99','2005-07-11 05:03:03','2006-02-15 22:15:24'),(7665,283,1,6300,'1.99','2005-07-11 17:50:09','2006-02-15 22:15:24'),(7666,283,2,6313,'0.99','2005-07-11 18:29:52','2006-02-15 22:15:24'),(7667,283,1,6827,'4.99','2005-07-12 18:33:45','2006-02-15 22:15:24'),(7668,283,1,7504,'0.99','2005-07-27 20:24:31','2006-02-15 22:15:24'),(7669,283,1,7816,'0.99','2005-07-28 08:14:12','2006-02-15 22:15:24'),(7670,283,2,9353,'4.99','2005-07-30 18:30:37','2006-02-15 22:15:24'),(7671,283,2,9478,'2.99','2005-07-30 23:12:53','2006-02-15 22:15:24'),(7672,283,2,9572,'2.99','2005-07-31 02:44:10','2006-02-15 22:15:24'),(7673,283,2,9918,'2.99','2005-07-31 14:55:22','2006-02-15 22:15:24'),(7674,283,1,11637,'0.99','2005-08-17 04:36:39','2006-02-15 22:15:24'),(7675,283,2,11846,'2.99','2005-08-17 13:18:29','2006-02-15 22:15:24'),(7676,283,2,11966,'0.99','2005-08-17 17:40:04','2006-02-15 22:15:24'),(7677,283,1,12290,'6.99','2005-08-18 05:08:03','2006-02-15 22:15:24'),(7678,283,1,13229,'2.99','2005-08-19 16:08:33','2006-02-15 22:15:24'),(7679,283,1,15837,'2.99','2005-08-23 15:29:41','2006-02-15 22:15:24'),(7680,284,2,423,'0.99','2005-05-27 15:32:57','2006-02-15 22:15:24'),(7681,284,2,791,'0.99','2005-05-29 16:30:42','2006-02-15 22:15:24'),(7682,284,1,1145,'6.99','2005-05-31 20:13:45','2006-02-15 22:15:24'),(7683,284,1,1171,'0.99','2005-06-14 23:50:11','2006-02-15 22:15:24'),(7684,284,2,2813,'6.99','2005-06-19 20:01:47','2006-02-15 22:15:24'),(7685,284,2,3296,'0.99','2005-06-21 07:04:53','2006-02-15 22:15:24'),(7686,284,1,3572,'0.99','2005-07-06 03:33:23','2006-02-15 22:15:24'),(7687,284,2,4081,'2.99','2005-07-07 05:10:08','2006-02-15 22:15:24'),(7688,284,1,4759,'7.99','2005-07-08 14:39:22','2006-02-15 22:15:24'),(7689,284,2,4931,'7.99','2005-07-08 22:16:18','2006-02-15 22:15:25'),(7690,284,1,5161,'6.99','2005-07-09 08:57:56','2006-02-15 22:15:25'),(7691,284,1,6276,'5.99','2005-07-11 16:15:50','2006-02-15 22:15:25'),(7692,284,2,6982,'2.99','2005-07-27 00:53:41','2006-02-15 22:15:25'),(7693,284,1,7164,'6.99','2005-07-27 07:36:34','2006-02-15 22:15:25'),(7694,284,1,7463,'4.99','2005-07-27 18:48:32','2006-02-15 22:15:25'),(7695,284,2,7716,'8.99','2005-07-28 04:33:15','2006-02-15 22:15:25'),(7696,284,1,8888,'2.99','2005-07-30 00:39:36','2006-02-15 22:15:25'),(7697,284,1,9790,'0.99','2005-07-31 10:34:08','2006-02-15 22:15:25'),(7698,284,1,10396,'7.99','2005-08-01 07:08:46','2006-02-15 22:15:25'),(7699,284,1,10535,'4.99','2005-08-01 12:21:13','2006-02-15 22:15:25'),(7700,284,2,12162,'3.99','2005-08-18 00:44:30','2006-02-15 22:15:25'),(7701,284,1,14007,'5.99','2005-08-20 20:22:47','2006-02-15 22:15:25'),(7702,284,1,14648,'4.99','2005-08-21 19:18:01','2006-02-15 22:15:25'),(7703,284,2,14746,'4.99','2005-08-21 22:54:02','2006-02-15 22:15:25'),(7704,284,1,14921,'4.99','2005-08-22 05:12:24','2006-02-15 22:15:25'),(7705,284,2,15135,'3.99','2005-08-22 13:19:19','2006-02-15 22:15:25'),(7706,284,1,12064,'5.98','2006-02-14 15:16:03','2006-02-15 22:15:25'),(7707,284,2,12959,'0.00','2006-02-14 15:16:03','2006-02-15 22:15:25'),(7708,285,2,1161,'7.99','2005-06-14 23:07:08','2006-02-15 22:15:25'),(7709,285,2,1302,'3.99','2005-06-15 09:48:37','2006-02-15 22:15:25'),(7710,285,1,2249,'5.99','2005-06-18 05:03:08','2006-02-15 22:15:25'),(7711,285,2,4007,'6.99','2005-07-07 00:26:05','2006-02-15 22:15:25'),(7712,285,2,5112,'2.99','2005-07-09 07:04:04','2006-02-15 22:15:25'),(7713,285,1,5683,'9.99','2005-07-10 08:52:13','2006-02-15 22:15:25'),(7714,285,1,6010,'0.99','2005-07-11 01:52:28','2006-02-15 22:15:25'),(7715,285,2,6083,'3.99','2005-07-11 05:12:49','2006-02-15 22:15:26'),(7716,285,1,6094,'4.99','2005-07-11 05:54:42','2006-02-15 22:15:26'),(7717,285,2,6333,'4.99','2005-07-11 19:20:16','2006-02-15 22:15:26'),(7718,285,2,6644,'0.99','2005-07-12 10:39:39','2006-02-15 22:15:26'),(7719,285,1,7211,'6.99','2005-07-27 09:20:00','2006-02-15 22:15:26'),(7720,285,1,7452,'9.99','2005-07-27 18:26:39','2006-02-15 22:15:26'),(7721,285,1,7745,'9.99','2005-07-28 05:46:28','2006-02-15 22:15:26'),(7722,285,1,8154,'4.99','2005-07-28 20:56:18','2006-02-15 22:15:26'),(7723,285,2,8466,'0.99','2005-07-29 08:24:47','2006-02-15 22:15:26'),(7724,285,1,10493,'5.99','2005-08-01 10:43:12','2006-02-15 22:15:26'),(7725,285,2,10628,'2.99','2005-08-01 15:33:19','2006-02-15 22:15:26'),(7726,285,1,10641,'4.99','2005-08-01 15:44:57','2006-02-15 22:15:26'),(7727,285,1,12027,'8.99','2005-08-17 20:01:12','2006-02-15 22:15:26'),(7728,285,1,12444,'0.99','2005-08-18 10:53:12','2006-02-15 22:15:26'),(7729,285,1,12449,'0.99','2005-08-18 11:03:04','2006-02-15 22:15:26'),(7730,285,2,12687,'9.99','2005-08-18 19:57:39','2006-02-15 22:15:26'),(7731,285,2,13102,'7.99','2005-08-19 11:02:03','2006-02-15 22:15:26'),(7732,285,2,15251,'0.99','2005-08-22 18:03:57','2006-02-15 22:15:26'),(7733,285,1,15489,'4.99','2005-08-23 02:06:41','2006-02-15 22:15:26'),(7734,286,2,81,'6.99','2005-05-25 12:15:19','2006-02-15 22:15:26'),(7735,286,1,1690,'8.99','2005-06-16 12:24:18','2006-02-15 22:15:26'),(7736,286,1,2195,'4.99','2005-06-18 01:44:46','2006-02-15 22:15:26'),(7737,286,2,3592,'4.99','2005-07-06 04:38:50','2006-02-15 22:15:26'),(7738,286,2,3692,'3.99','2005-07-06 09:54:12','2006-02-15 22:15:26'),(7739,286,2,4242,'6.99','2005-07-07 13:39:01','2006-02-15 22:15:26'),(7740,286,2,4461,'9.99','2005-07-07 23:59:43','2006-02-15 22:15:26'),(7741,286,1,4707,'4.99','2005-07-08 11:57:28','2006-02-15 22:15:26'),(7742,286,1,4894,'2.99','2005-07-08 20:21:31','2006-02-15 22:15:27'),(7743,286,1,5796,'4.99','2005-07-10 14:42:54','2006-02-15 22:15:27'),(7744,286,2,6611,'2.99','2005-07-12 08:20:23','2006-02-15 22:15:27'),(7745,286,1,7254,'2.99','2005-07-27 10:48:50','2006-02-15 22:15:27'),(7746,286,1,7299,'2.99','2005-07-27 12:49:56','2006-02-15 22:15:27'),(7747,286,1,7368,'0.99','2005-07-27 15:06:05','2006-02-15 22:15:27'),(7748,286,1,7422,'2.99','2005-07-27 17:10:42','2006-02-15 22:15:27'),(7749,286,1,7719,'6.99','2005-07-28 04:39:09','2006-02-15 22:15:27'),(7750,286,2,8399,'0.99','2005-07-29 06:20:18','2006-02-15 22:15:27'),(7751,286,2,9280,'6.99','2005-07-30 15:15:38','2006-02-15 22:15:27'),(7752,286,1,9809,'3.99','2005-07-31 11:19:21','2006-02-15 22:15:27'),(7753,286,2,10105,'5.99','2005-07-31 20:54:20','2006-02-15 22:15:27'),(7754,286,2,11670,'0.99','2005-08-17 05:48:59','2006-02-15 22:15:27'),(7755,286,2,12595,'0.99','2005-08-18 16:27:08','2006-02-15 22:15:27'),(7756,286,1,12656,'0.99','2005-08-18 18:58:35','2006-02-15 22:15:27'),(7757,286,2,13635,'5.99','2005-08-20 07:17:35','2006-02-15 22:15:27'),(7758,286,1,13975,'4.99','2005-08-20 18:58:23','2006-02-15 22:15:27'),(7759,286,1,14905,'0.99','2005-08-22 04:34:22','2006-02-15 22:15:27'),(7760,286,2,15629,'4.99','2005-08-23 07:28:22','2006-02-15 22:15:27'),(7761,287,2,498,'0.99','2005-05-28 01:01:21','2006-02-15 22:15:27'),(7762,287,1,655,'2.99','2005-05-28 20:16:20','2006-02-15 22:15:27'),(7763,287,2,964,'2.99','2005-05-30 18:53:21','2006-02-15 22:15:27'),(7764,287,1,1247,'7.99','2005-06-15 05:16:40','2006-02-15 22:15:27'),(7765,287,2,1642,'2.99','2005-06-16 08:54:15','2006-02-15 22:15:27'),(7766,287,2,2286,'9.99','2005-06-18 07:02:32','2006-02-15 22:15:27'),(7767,287,2,2612,'6.99','2005-06-19 07:19:41','2006-02-15 22:15:27'),(7768,287,2,4877,'4.99','2005-07-08 19:31:02','2006-02-15 22:15:28'),(7769,287,2,5346,'1.99','2005-07-09 17:29:01','2006-02-15 22:15:28'),(7770,287,1,5593,'3.99','2005-07-10 04:33:13','2006-02-15 22:15:28'),(7771,287,2,5761,'0.99','2005-07-10 12:45:36','2006-02-15 22:15:28'),(7772,287,2,6379,'3.99','2005-07-11 21:51:25','2006-02-15 22:15:28'),(7773,287,1,6397,'2.99','2005-07-11 22:34:02','2006-02-15 22:15:28'),(7774,287,2,7402,'2.99','2005-07-27 16:19:40','2006-02-15 22:15:28'),(7775,287,2,7777,'2.99','2005-07-28 07:04:42','2006-02-15 22:15:28'),(7776,287,2,8994,'6.99','2005-07-30 04:51:32','2006-02-15 22:15:28'),(7777,287,2,9716,'1.99','2005-07-31 08:23:53','2006-02-15 22:15:28'),(7778,287,1,10027,'6.99','2005-07-31 18:33:51','2006-02-15 22:15:28'),(7779,287,2,10574,'2.99','2005-08-01 13:36:51','2006-02-15 22:15:28'),(7780,287,2,10807,'4.99','2005-08-01 22:26:10','2006-02-15 22:15:28'),(7781,287,2,11106,'4.99','2005-08-02 08:17:38','2006-02-15 22:15:28'),(7782,287,1,11716,'4.99','2005-08-17 07:40:55','2006-02-15 22:15:28'),(7783,287,2,12861,'2.99','2005-08-19 02:30:24','2006-02-15 22:15:28'),(7784,287,2,14715,'6.99','2005-08-21 21:28:18','2006-02-15 22:15:28'),(7785,287,2,15076,'1.99','2005-08-22 11:05:34','2006-02-15 22:15:28'),(7786,287,1,15084,'4.99','2005-08-22 11:17:59','2006-02-15 22:15:28'),(7787,287,2,15127,'0.99','2005-08-22 12:56:29','2006-02-15 22:15:28'),(7788,287,1,15614,'2.99','2005-08-23 07:05:15','2006-02-15 22:15:28'),(7789,287,2,14204,'0.99','2006-02-14 15:16:03','2006-02-15 22:15:28'),(7790,288,2,93,'3.99','2005-05-25 15:54:16','2006-02-15 22:15:28'),(7791,288,2,427,'6.99','2005-05-27 16:10:04','2006-02-15 22:15:28'),(7792,288,1,503,'4.99','2005-05-28 01:35:25','2006-02-15 22:15:28'),(7793,288,2,565,'5.99','2005-05-28 09:26:31','2006-02-15 22:15:28'),(7794,288,1,1466,'5.99','2005-06-15 20:46:04','2006-02-15 22:15:29'),(7795,288,1,3958,'3.99','2005-07-06 22:07:33','2006-02-15 22:15:29'),(7796,288,1,4692,'2.99','2005-07-08 11:07:06','2006-02-15 22:15:29'),(7797,288,2,4758,'0.99','2005-07-08 14:38:02','2006-02-15 22:15:29'),(7798,288,1,6399,'2.99','2005-07-11 22:39:05','2006-02-15 22:15:29'),(7799,288,2,6518,'3.99','2005-07-12 03:59:42','2006-02-15 22:15:29'),(7800,288,2,7744,'0.99','2005-07-28 05:38:20','2006-02-15 22:15:29'),(7801,288,2,7855,'2.99','2005-07-28 09:43:02','2006-02-15 22:15:29'),(7802,288,2,9429,'2.99','2005-07-30 21:19:26','2006-02-15 22:15:29'),(7803,288,1,9732,'0.99','2005-07-31 08:56:08','2006-02-15 22:15:29'),(7804,288,1,10927,'9.99','2005-08-02 02:31:15','2006-02-15 22:15:29'),(7805,288,2,11952,'2.99','2005-08-17 17:14:57','2006-02-15 22:15:29'),(7806,288,1,12134,'1.99','2005-08-17 23:49:43','2006-02-15 22:15:29'),(7807,288,1,13219,'2.99','2005-08-19 15:40:28','2006-02-15 22:15:29'),(7808,288,1,13227,'0.99','2005-08-19 16:05:38','2006-02-15 22:15:29'),(7809,288,2,13363,'2.99','2005-08-19 21:07:59','2006-02-15 22:15:29'),(7810,288,2,14113,'0.99','2005-08-21 01:03:30','2006-02-15 22:15:29'),(7811,288,2,14756,'0.99','2005-08-21 23:21:23','2006-02-15 22:15:29'),(7812,288,2,15058,'2.99','2005-08-22 10:20:55','2006-02-15 22:15:29'),(7813,288,1,15119,'2.99','2005-08-22 12:41:33','2006-02-15 22:15:29'),(7814,289,2,1880,'4.99','2005-06-17 03:08:59','2006-02-15 22:15:29'),(7815,289,2,2316,'0.99','2005-06-18 09:04:59','2006-02-15 22:15:29'),(7816,289,1,2387,'6.99','2005-06-18 15:24:19','2006-02-15 22:15:29'),(7817,289,1,2784,'10.99','2005-06-19 18:40:29','2006-02-15 22:15:29'),(7818,289,2,2948,'6.99','2005-06-20 06:02:35','2006-02-15 22:15:29'),(7819,289,2,3123,'6.99','2005-06-20 18:26:14','2006-02-15 22:15:29'),(7820,289,1,3588,'2.99','2005-07-06 04:29:13','2006-02-15 22:15:30'),(7821,289,2,4622,'0.99','2005-07-08 08:02:42','2006-02-15 22:15:30'),(7822,289,1,5089,'4.99','2005-07-09 05:45:40','2006-02-15 22:15:30'),(7823,289,2,5342,'8.99','2005-07-09 17:20:03','2006-02-15 22:15:30'),(7824,289,2,5584,'4.99','2005-07-10 04:15:25','2006-02-15 22:15:30'),(7825,289,2,5724,'0.99','2005-07-10 11:18:12','2006-02-15 22:15:30'),(7826,289,2,6007,'3.99','2005-07-11 01:43:06','2006-02-15 22:15:30'),(7827,289,2,6536,'7.99','2005-07-12 04:44:25','2006-02-15 22:15:30'),(7828,289,1,7151,'4.99','2005-07-27 07:14:31','2006-02-15 22:15:30'),(7829,289,1,7162,'4.99','2005-07-27 07:32:45','2006-02-15 22:15:30'),(7830,289,2,7325,'0.99','2005-07-27 13:46:55','2006-02-15 22:15:30'),(7831,289,1,9498,'2.99','2005-07-30 23:56:55','2006-02-15 22:15:30'),(7832,289,2,10297,'7.99','2005-08-01 04:05:04','2006-02-15 22:15:30'),(7833,289,1,12158,'1.99','2005-08-18 00:34:20','2006-02-15 22:15:30'),(7834,289,1,12170,'0.99','2005-08-18 01:06:10','2006-02-15 22:15:30'),(7835,289,2,12558,'7.99','2005-08-18 14:52:35','2006-02-15 22:15:30'),(7836,289,2,13165,'0.99','2005-08-19 13:34:10','2006-02-15 22:15:30'),(7837,289,2,13211,'0.99','2005-08-19 15:23:41','2006-02-15 22:15:30'),(7838,289,2,13256,'9.99','2005-08-19 16:54:12','2006-02-15 22:15:30'),(7839,289,2,13336,'5.99','2005-08-19 20:03:22','2006-02-15 22:15:30'),(7840,289,2,13891,'6.99','2005-08-20 15:42:05','2006-02-15 22:15:30'),(7841,289,1,14087,'0.99','2005-08-20 23:53:40','2006-02-15 22:15:30'),(7842,289,2,14729,'4.99','2005-08-21 22:16:57','2006-02-15 22:15:30'),(7843,289,2,14917,'4.99','2005-08-22 05:03:59','2006-02-15 22:15:30'),(7844,290,1,160,'2.99','2005-05-26 01:46:20','2006-02-15 22:15:30'),(7845,290,1,1220,'6.99','2005-06-15 03:26:15','2006-02-15 22:15:30'),(7846,290,2,1336,'8.99','2005-06-15 12:01:34','2006-02-15 22:15:31'),(7847,290,2,1496,'4.99','2005-06-15 21:55:58','2006-02-15 22:15:31'),(7848,290,2,1532,'0.99','2005-06-16 00:41:31','2006-02-15 22:15:31'),(7849,290,1,3013,'3.99','2005-06-20 10:45:09','2006-02-15 22:15:31'),(7850,290,2,4039,'4.99','2005-07-07 02:57:59','2006-02-15 22:15:31'),(7851,290,1,4073,'0.99','2005-07-07 04:49:13','2006-02-15 22:15:31'),(7852,290,2,4416,'0.99','2005-07-07 22:04:36','2006-02-15 22:15:31'),(7853,290,1,5105,'2.99','2005-07-09 06:38:59','2006-02-15 22:15:31'),(7854,290,2,5214,'5.99','2005-07-09 11:43:08','2006-02-15 22:15:31'),(7855,290,2,5827,'2.99','2005-07-10 16:22:20','2006-02-15 22:15:31'),(7856,290,2,6816,'4.99','2005-07-12 18:18:50','2006-02-15 22:15:31'),(7857,290,1,6952,'4.99','2005-07-26 23:51:27','2006-02-15 22:15:31'),(7858,290,2,7265,'2.99','2005-07-27 11:19:01','2006-02-15 22:15:31'),(7859,290,1,7650,'1.99','2005-07-28 01:47:20','2006-02-15 22:15:31'),(7860,290,1,8639,'4.99','2005-07-29 14:30:31','2006-02-15 22:15:31'),(7861,290,1,9000,'7.99','2005-07-30 04:58:55','2006-02-15 22:15:31'),(7862,290,1,9413,'0.99','2005-07-30 20:44:39','2006-02-15 22:15:31'),(7863,290,2,10096,'3.99','2005-07-31 20:38:58','2006-02-15 22:15:31'),(7864,290,1,10194,'1.99','2005-08-01 00:33:52','2006-02-15 22:15:31'),(7865,290,1,10901,'2.99','2005-08-02 01:35:44','2006-02-15 22:15:31'),(7866,290,1,11596,'6.99','2005-08-17 02:53:55','2006-02-15 22:15:31'),(7867,290,2,12193,'3.99','2005-08-18 02:03:59','2006-02-15 22:15:31'),(7868,290,2,12778,'4.99','2005-08-18 23:40:23','2006-02-15 22:15:31'),(7869,290,2,13190,'1.99','2005-08-19 14:27:59','2006-02-15 22:15:31'),(7870,290,1,13367,'2.99','2005-08-19 21:19:27','2006-02-15 22:15:31'),(7871,290,2,13687,'2.99','2005-08-20 08:57:51','2006-02-15 22:15:31'),(7872,291,1,54,'4.99','2005-05-25 07:23:25','2006-02-15 22:15:32'),(7873,291,2,747,'4.99','2005-05-29 09:26:34','2006-02-15 22:15:32'),(7874,291,1,1012,'2.99','2005-05-31 02:18:05','2006-02-15 22:15:32'),(7875,291,1,1191,'2.99','2005-06-15 01:10:35','2006-02-15 22:15:32'),(7876,291,1,2300,'2.99','2005-06-18 08:22:34','2006-02-15 22:15:32'),(7877,291,2,3042,'2.99','2005-06-20 12:38:27','2006-02-15 22:15:32'),(7878,291,2,3512,'4.99','2005-07-06 00:43:06','2006-02-15 22:15:32'),(7879,291,2,4862,'3.99','2005-07-08 19:02:46','2006-02-15 22:15:32'),(7880,291,2,5754,'2.99','2005-07-10 12:32:43','2006-02-15 22:15:32'),(7881,291,2,6516,'4.99','2005-07-12 03:51:54','2006-02-15 22:15:32'),(7882,291,1,6796,'2.99','2005-07-12 16:44:16','2006-02-15 22:15:32'),(7883,291,1,7561,'5.99','2005-07-27 22:21:05','2006-02-15 22:15:32'),(7884,291,2,7564,'0.99','2005-07-27 22:31:17','2006-02-15 22:15:32'),(7885,291,1,8690,'0.99','2005-07-29 16:39:28','2006-02-15 22:15:32'),(7886,291,2,8697,'4.99','2005-07-29 16:46:07','2006-02-15 22:15:32'),(7887,291,1,9165,'5.99','2005-07-30 11:24:28','2006-02-15 22:15:32'),(7888,291,2,9201,'5.99','2005-07-30 12:42:21','2006-02-15 22:15:32'),(7889,291,2,9919,'7.99','2005-07-31 14:55:46','2006-02-15 22:15:32'),(7890,291,1,10463,'4.99','2005-08-01 09:39:43','2006-02-15 22:15:32'),(7891,291,2,11145,'0.99','2005-08-02 09:43:24','2006-02-15 22:15:32'),(7892,291,1,13665,'5.99','2005-08-20 08:19:20','2006-02-15 22:15:32'),(7893,291,2,14241,'4.99','2005-08-21 05:24:55','2006-02-15 22:15:32'),(7894,291,2,15663,'3.99','2005-08-23 08:54:26','2006-02-15 22:15:32'),(7895,292,1,324,'0.99','2005-05-27 01:00:04','2006-02-15 22:15:32'),(7896,292,1,1901,'3.99','2005-06-17 04:35:19','2006-02-15 22:15:32'),(7897,292,2,2258,'3.99','2005-06-18 05:30:36','2006-02-15 22:15:32'),(7898,292,1,2838,'3.99','2005-06-19 22:06:06','2006-02-15 22:15:33'),(7899,292,2,3328,'2.99','2005-06-21 09:08:44','2006-02-15 22:15:33'),(7900,292,2,3557,'0.99','2005-07-06 02:48:39','2006-02-15 22:15:33'),(7901,292,1,4200,'4.99','2005-07-07 11:15:11','2006-02-15 22:15:33'),(7902,292,2,5095,'4.99','2005-07-09 06:08:22','2006-02-15 22:15:33'),(7903,292,2,5257,'0.99','2005-07-09 13:56:43','2006-02-15 22:15:33'),(7904,292,1,5940,'4.99','2005-07-10 22:31:01','2006-02-15 22:15:33'),(7905,292,1,6270,'8.99','2005-07-11 15:59:10','2006-02-15 22:15:33'),(7906,292,1,6900,'6.99','2005-07-12 21:45:25','2006-02-15 22:15:33'),(7907,292,2,7199,'5.99','2005-07-27 08:53:23','2006-02-15 22:15:33'),(7908,292,1,7216,'2.99','2005-07-27 09:27:45','2006-02-15 22:15:33'),(7909,292,1,7545,'2.99','2005-07-27 21:48:03','2006-02-15 22:15:33'),(7910,292,1,7766,'4.99','2005-07-28 06:41:57','2006-02-15 22:15:33'),(7911,292,1,8047,'2.99','2005-07-28 16:49:43','2006-02-15 22:15:33'),(7912,292,2,8842,'4.99','2005-07-29 23:03:40','2006-02-15 22:15:33'),(7913,292,1,8990,'8.99','2005-07-30 04:41:42','2006-02-15 22:15:33'),(7914,292,1,9792,'5.99','2005-07-31 10:43:41','2006-02-15 22:15:33'),(7915,292,2,9819,'1.99','2005-07-31 11:39:13','2006-02-15 22:15:33'),(7916,292,1,11193,'4.99','2005-08-02 11:31:33','2006-02-15 22:15:33'),(7917,292,1,12739,'10.99','2005-08-18 22:15:18','2006-02-15 22:15:33'),(7918,292,1,13715,'2.99','2005-08-20 09:43:06','2006-02-15 22:15:33'),(7919,292,1,14499,'0.99','2005-08-21 14:11:19','2006-02-15 22:15:33'),(7920,292,2,14845,'4.99','2005-08-22 02:12:44','2006-02-15 22:15:33'),(7921,292,1,15117,'2.99','2005-08-22 12:38:20','2006-02-15 22:15:33'),(7922,293,2,445,'0.99','2005-05-27 18:42:57','2006-02-15 22:15:33'),(7923,293,1,924,'4.99','2005-05-30 12:10:59','2006-02-15 22:15:33'),(7924,293,2,1034,'8.99','2005-05-31 04:53:40','2006-02-15 22:15:34'),(7925,293,1,1589,'9.99','2005-06-16 04:58:03','2006-02-15 22:15:34'),(7926,293,1,1829,'5.99','2005-06-16 22:14:21','2006-02-15 22:15:34'),(7927,293,2,1860,'4.99','2005-06-17 01:17:12','2006-02-15 22:15:34'),(7928,293,1,2386,'4.99','2005-06-18 15:22:51','2006-02-15 22:15:34'),(7929,293,2,3025,'2.99','2005-06-20 11:46:48','2006-02-15 22:15:34'),(7930,293,1,3290,'1.99','2005-06-21 06:45:34','2006-02-15 22:15:34'),(7931,293,2,3452,'4.99','2005-06-21 21:11:27','2006-02-15 22:15:34'),(7932,293,1,3906,'3.99','2005-07-06 19:35:55','2006-02-15 22:15:34'),(7933,293,2,4343,'0.99','2005-07-07 18:48:54','2006-02-15 22:15:34'),(7934,293,2,4542,'4.99','2005-07-08 04:06:30','2006-02-15 22:15:34'),(7935,293,2,4944,'6.99','2005-07-08 22:44:28','2006-02-15 22:15:34'),(7936,293,2,5765,'3.99','2005-07-10 13:03:02','2006-02-15 22:15:34'),(7937,293,1,6432,'9.99','2005-07-12 00:09:41','2006-02-15 22:15:34'),(7938,293,2,7607,'4.99','2005-07-28 00:05:53','2006-02-15 22:15:34'),(7939,293,1,8589,'4.99','2005-07-29 12:28:17','2006-02-15 22:15:34'),(7940,293,1,8745,'2.99','2005-07-29 19:03:05','2006-02-15 22:15:34'),(7941,293,2,9123,'2.99','2005-07-30 09:39:15','2006-02-15 22:15:34'),(7942,293,2,11131,'1.99','2005-08-02 09:10:04','2006-02-15 22:15:34'),(7943,293,1,11576,'2.99','2005-08-17 01:53:20','2006-02-15 22:15:34'),(7944,293,2,13013,'6.99','2005-08-19 07:55:51','2006-02-15 22:15:34'),(7945,293,1,13029,'2.99','2005-08-19 08:28:04','2006-02-15 22:15:34'),(7946,293,2,13504,'5.99','2005-08-20 02:01:48','2006-02-15 22:15:34'),(7947,293,1,13817,'4.99','2005-08-20 13:15:30','2006-02-15 22:15:34'),(7948,293,1,14248,'6.99','2005-08-21 05:35:57','2006-02-15 22:15:34'),(7949,293,1,15258,'4.99','2005-08-22 18:22:44','2006-02-15 22:15:35'),(7950,293,1,15402,'8.99','2005-08-22 23:17:41','2006-02-15 22:15:35'),(7951,293,1,15508,'7.99','2005-08-23 02:49:04','2006-02-15 22:15:35'),(7952,293,2,15675,'5.99','2005-08-23 09:18:52','2006-02-15 22:15:35'),(7953,294,1,595,'1.99','2005-05-28 13:59:54','2006-02-15 22:15:35'),(7954,294,1,2900,'2.99','2005-06-20 02:40:04','2006-02-15 22:15:35'),(7955,294,2,3330,'2.99','2005-06-21 09:22:37','2006-02-15 22:15:35'),(7956,294,1,3681,'4.99','2005-07-06 09:19:30','2006-02-15 22:15:35'),(7957,294,2,4019,'4.99','2005-07-07 01:27:44','2006-02-15 22:15:35'),(7958,294,1,4786,'7.99','2005-07-08 16:13:05','2006-02-15 22:15:35'),(7959,294,2,6185,'5.99','2005-07-11 11:25:09','2006-02-15 22:15:35'),(7960,294,2,7415,'6.99','2005-07-27 16:50:59','2006-02-15 22:15:35'),(7961,294,1,7765,'4.99','2005-07-28 06:40:33','2006-02-15 22:15:35'),(7962,294,2,8843,'4.99','2005-07-29 23:04:25','2006-02-15 22:15:35'),(7963,294,2,9194,'2.99','2005-07-30 12:28:45','2006-02-15 22:15:35'),(7964,294,1,9522,'2.99','2005-07-31 00:55:11','2006-02-15 22:15:35'),(7965,294,2,9607,'0.99','2005-07-31 03:51:06','2006-02-15 22:15:35'),(7966,294,2,10186,'0.99','2005-08-01 00:12:36','2006-02-15 22:15:35'),(7967,294,2,10220,'4.99','2005-08-01 01:13:22','2006-02-15 22:15:35'),(7968,294,1,10551,'6.99','2005-08-01 12:48:55','2006-02-15 22:15:35'),(7969,294,2,10600,'2.99','2005-08-01 14:25:21','2006-02-15 22:15:35'),(7970,294,2,10642,'4.99','2005-08-01 15:45:11','2006-02-15 22:15:35'),(7971,294,2,11071,'2.99','2005-08-02 07:10:53','2006-02-15 22:15:35'),(7972,294,1,11390,'2.99','2005-08-02 18:39:16','2006-02-15 22:15:35'),(7973,294,2,11875,'4.99','2005-08-17 14:16:48','2006-02-15 22:15:35'),(7974,294,2,11981,'2.99','2005-08-17 18:10:40','2006-02-15 22:15:35'),(7975,294,1,12278,'5.99','2005-08-18 04:46:45','2006-02-15 22:15:36'),(7976,294,1,14474,'2.99','2005-08-21 13:22:48','2006-02-15 22:15:36'),(7977,294,2,14630,'7.99','2005-08-21 18:43:44','2006-02-15 22:15:36'),(7978,294,1,15839,'5.99','2005-08-23 15:34:46','2006-02-15 22:15:36'),(7979,295,2,371,'3.99','2005-05-27 08:08:18','2006-02-15 22:15:36'),(7980,295,1,1184,'5.99','2005-06-15 00:49:36','2006-02-15 22:15:36'),(7981,295,1,1328,'2.99','2005-06-15 11:23:27','2006-02-15 22:15:36'),(7982,295,2,1935,'2.99','2005-06-17 07:14:15','2006-02-15 22:15:36'),(7983,295,1,2054,'2.99','2005-06-17 15:26:37','2006-02-15 22:15:36'),(7984,295,1,2431,'1.99','2005-06-18 17:53:03','2006-02-15 22:15:36'),(7985,295,1,2638,'1.99','2005-06-19 09:23:30','2006-02-15 22:15:36'),(7986,295,1,2999,'2.99','2005-06-20 09:30:34','2006-02-15 22:15:36'),(7987,295,1,3198,'1.99','2005-06-21 00:08:54','2006-02-15 22:15:36'),(7988,295,2,3394,'8.99','2005-06-21 15:17:39','2006-02-15 22:15:36'),(7989,295,2,3496,'1.99','2005-07-05 23:59:15','2006-02-15 22:15:36'),(7990,295,1,3876,'9.99','2005-07-06 18:21:13','2006-02-15 22:15:36'),(7991,295,1,4164,'1.99','2005-07-07 09:20:11','2006-02-15 22:15:36'),(7992,295,1,4432,'1.99','2005-07-07 22:40:02','2006-02-15 22:15:36'),(7993,295,1,5019,'2.99','2005-07-09 02:04:32','2006-02-15 22:15:36'),(7994,295,2,5053,'4.99','2005-07-09 03:59:46','2006-02-15 22:15:36'),(7995,295,2,5283,'2.99','2005-07-09 15:07:17','2006-02-15 22:15:36'),(7996,295,2,5994,'4.99','2005-07-11 01:14:10','2006-02-15 22:15:36'),(7997,295,1,6252,'2.99','2005-07-11 15:06:29','2006-02-15 22:15:36'),(7998,295,2,6331,'3.99','2005-07-11 19:17:21','2006-02-15 22:15:36'),(7999,295,2,8087,'0.99','2005-07-28 18:21:16','2006-02-15 22:15:36'),(8000,295,1,8108,'7.99','2005-07-28 19:07:38','2006-02-15 22:15:36'),(8001,295,1,8840,'9.99','2005-07-29 22:55:38','2006-02-15 22:15:37'),(8002,295,2,8932,'2.99','2005-07-30 02:31:26','2006-02-15 22:15:37'),(8003,295,1,9425,'7.99','2005-07-30 21:11:21','2006-02-15 22:15:37'),(8004,295,2,9692,'8.99','2005-07-31 07:11:04','2006-02-15 22:15:37'),(8005,295,2,9793,'4.99','2005-07-31 10:45:11','2006-02-15 22:15:37'),(8006,295,2,10160,'4.99','2005-07-31 23:07:40','2006-02-15 22:15:37'),(8007,295,2,10222,'0.99','2005-08-01 01:17:42','2006-02-15 22:15:37'),(8008,295,1,10349,'3.99','2005-08-01 05:27:13','2006-02-15 22:15:37'),(8009,295,2,11083,'4.99','2005-08-02 07:32:01','2006-02-15 22:15:37'),(8010,295,2,11913,'5.99','2005-08-17 15:53:17','2006-02-15 22:15:37'),(8011,295,2,12041,'4.99','2005-08-17 20:34:33','2006-02-15 22:15:37'),(8012,295,1,12383,'0.99','2005-08-18 08:36:03','2006-02-15 22:15:37'),(8013,295,1,14264,'0.99','2005-08-21 06:18:22','2006-02-15 22:15:37'),(8014,295,1,14387,'6.99','2005-08-21 10:10:01','2006-02-15 22:15:37'),(8015,295,1,14514,'6.99','2005-08-21 14:51:52','2006-02-15 22:15:37'),(8016,295,2,15735,'0.99','2006-02-14 15:16:03','2006-02-15 22:15:37'),(8017,296,2,162,'4.99','2005-05-26 02:02:05','2006-02-15 22:15:37'),(8018,296,1,511,'5.99','2005-05-28 03:04:04','2006-02-15 22:15:37'),(8019,296,1,869,'4.99','2005-05-30 04:22:06','2006-02-15 22:15:37'),(8020,296,2,956,'2.99','2005-05-30 17:30:28','2006-02-15 22:15:37'),(8021,296,2,1659,'4.99','2005-06-16 10:11:46','2006-02-15 22:15:37'),(8022,296,1,3034,'0.99','2005-06-20 12:15:50','2006-02-15 22:15:37'),(8023,296,2,3119,'0.99','2005-06-20 18:11:44','2006-02-15 22:15:37'),(8024,296,2,3486,'7.99','2005-07-05 23:29:55','2006-02-15 22:15:37'),(8025,296,1,3810,'2.99','2005-07-06 15:18:44','2006-02-15 22:15:37'),(8026,296,1,4480,'4.99','2005-07-08 00:56:30','2006-02-15 22:15:38'),(8027,296,2,5090,'0.99','2005-07-09 05:48:22','2006-02-15 22:15:38'),(8028,296,1,5589,'4.99','2005-07-10 04:22:58','2006-02-15 22:15:38'),(8029,296,2,6016,'4.99','2005-07-11 02:04:45','2006-02-15 22:15:38'),(8030,296,1,6398,'5.99','2005-07-11 22:34:49','2006-02-15 22:15:38'),(8031,296,1,6967,'6.99','2005-07-27 00:16:31','2006-02-15 22:15:38'),(8032,296,2,7568,'4.99','2005-07-27 22:38:53','2006-02-15 22:15:38'),(8033,296,2,8171,'0.99','2005-07-28 21:32:57','2006-02-15 22:15:38'),(8034,296,1,9249,'5.99','2005-07-30 14:15:02','2006-02-15 22:15:38'),(8035,296,1,9304,'2.99','2005-07-30 16:41:34','2006-02-15 22:15:38'),(8036,296,2,11571,'4.99','2005-08-17 01:37:51','2006-02-15 22:15:38'),(8037,296,2,11825,'4.99','2005-08-17 12:43:30','2006-02-15 22:15:38'),(8038,296,2,12689,'3.99','2005-08-18 20:06:34','2006-02-15 22:15:38'),(8039,296,2,13471,'2.99','2005-08-20 01:02:26','2006-02-15 22:15:38'),(8040,296,1,13702,'2.99','2005-08-20 09:27:20','2006-02-15 22:15:38'),(8041,296,1,13819,'4.99','2005-08-20 13:23:15','2006-02-15 22:15:38'),(8042,296,1,13991,'1.99','2005-08-20 19:29:44','2006-02-15 22:15:38'),(8043,296,2,14571,'7.99','2005-08-21 16:40:26','2006-02-15 22:15:38'),(8044,296,2,15023,'2.99','2005-08-22 08:56:48','2006-02-15 22:15:38'),(8045,296,2,15866,'7.99','2005-08-23 16:19:02','2006-02-15 22:15:38'),(8046,296,1,12009,'2.99','2006-02-14 15:16:03','2006-02-15 22:15:38'),(8047,297,2,143,'0.99','2005-05-25 23:45:52','2006-02-15 22:15:38'),(8048,297,1,954,'3.99','2005-05-30 16:57:29','2006-02-15 22:15:38'),(8049,297,1,1409,'3.99','2005-06-15 16:58:12','2006-02-15 22:15:38'),(8050,297,1,2067,'2.99','2005-06-17 16:11:08','2006-02-15 22:15:38'),(8051,297,1,2202,'8.99','2005-06-18 02:09:24','2006-02-15 22:15:38'),(8052,297,1,2260,'2.99','2005-06-18 05:38:36','2006-02-15 22:15:39'),(8053,297,2,2339,'4.99','2005-06-18 11:29:22','2006-02-15 22:15:39'),(8054,297,1,3582,'0.99','2005-07-06 04:10:35','2006-02-15 22:15:39'),(8055,297,2,4621,'2.99','2005-07-08 08:02:18','2006-02-15 22:15:39'),(8056,297,1,4929,'5.99','2005-07-08 22:06:18','2006-02-15 22:15:39'),(8057,297,1,5743,'8.99','2005-07-10 11:57:38','2006-02-15 22:15:39'),(8058,297,2,6036,'2.99','2005-07-11 03:02:28','2006-02-15 22:15:39'),(8059,297,1,6064,'6.99','2005-07-11 04:23:18','2006-02-15 22:15:39'),(8060,297,1,6156,'4.99','2005-07-11 09:45:48','2006-02-15 22:15:39'),(8061,297,1,6984,'2.99','2005-07-27 00:56:30','2006-02-15 22:15:39'),(8062,297,2,7867,'0.99','2005-07-28 10:08:54','2006-02-15 22:15:39'),(8063,297,1,7933,'0.99','2005-07-28 12:27:27','2006-02-15 22:15:39'),(8064,297,2,9014,'2.99','2005-07-30 05:19:27','2006-02-15 22:15:39'),(8065,297,2,9674,'5.99','2005-07-31 06:36:53','2006-02-15 22:15:39'),(8066,297,1,10153,'0.99','2005-07-31 22:30:10','2006-02-15 22:15:39'),(8067,297,2,10264,'4.99','2005-08-01 03:03:12','2006-02-15 22:15:39'),(8068,297,2,11269,'0.99','2005-08-02 14:11:41','2006-02-15 22:15:39'),(8069,297,2,11413,'0.99','2005-08-02 19:35:19','2006-02-15 22:15:39'),(8070,297,2,11585,'4.99','2005-08-17 02:14:36','2006-02-15 22:15:39'),(8071,297,1,11780,'2.99','2005-08-17 10:34:24','2006-02-15 22:15:39'),(8072,297,1,11784,'0.99','2005-08-17 10:48:05','2006-02-15 22:15:39'),(8073,297,1,12472,'10.99','2005-08-18 11:58:48','2006-02-15 22:15:39'),(8074,297,1,13330,'2.99','2005-08-19 19:59:21','2006-02-15 22:15:39'),(8075,297,2,13721,'4.99','2005-08-20 10:02:59','2006-02-15 22:15:39'),(8076,297,1,13888,'1.99','2005-08-20 15:39:42','2006-02-15 22:15:39'),(8077,297,1,14403,'5.99','2005-08-21 10:40:34','2006-02-15 22:15:40'),(8078,297,2,15582,'2.99','2005-08-23 05:45:44','2006-02-15 22:15:40'),(8079,297,1,15711,'4.99','2005-08-23 10:43:00','2006-02-15 22:15:40'),(8080,298,1,383,'3.99','2005-05-27 10:12:20','2006-02-15 22:15:40'),(8081,298,2,1454,'4.99','2005-06-15 19:49:41','2006-02-15 22:15:40'),(8082,298,2,2385,'3.99','2005-06-18 15:22:40','2006-02-15 22:15:40'),(8083,298,2,3095,'4.99','2005-06-20 16:16:53','2006-02-15 22:15:40'),(8084,298,2,3400,'4.99','2005-06-21 15:50:30','2006-02-15 22:15:40'),(8085,298,2,3479,'0.99','2005-07-05 23:08:53','2006-02-15 22:15:40'),(8086,298,1,3728,'2.99','2005-07-06 11:29:00','2006-02-15 22:15:40'),(8087,298,2,4291,'2.99','2005-07-07 15:47:47','2006-02-15 22:15:40'),(8088,298,1,4936,'3.99','2005-07-08 22:24:50','2006-02-15 22:15:40'),(8089,298,2,5166,'2.99','2005-07-09 09:15:48','2006-02-15 22:15:40'),(8090,298,1,5247,'2.99','2005-07-09 13:26:28','2006-02-15 22:15:40'),(8091,298,2,6802,'0.99','2005-07-12 17:14:17','2006-02-15 22:15:40'),(8092,298,2,7802,'0.99','2005-07-28 07:51:57','2006-02-15 22:15:40'),(8093,298,1,7869,'7.99','2005-07-28 10:13:15','2006-02-15 22:15:40'),(8094,298,2,8737,'5.99','2005-07-29 18:32:13','2006-02-15 22:15:40'),(8095,298,2,10248,'6.99','2005-08-01 02:35:28','2006-02-15 22:15:40'),(8096,298,1,11070,'0.99','2005-08-02 07:10:39','2006-02-15 22:15:40'),(8097,298,2,11288,'6.99','2005-08-02 14:54:08','2006-02-15 22:15:40'),(8098,298,2,12076,'0.99','2005-08-17 21:58:19','2006-02-15 22:15:40'),(8099,298,1,12765,'8.99','2005-08-18 23:21:50','2006-02-15 22:15:40'),(8100,298,1,13172,'0.99','2005-08-19 13:49:07','2006-02-15 22:15:40'),(8101,298,1,13244,'4.99','2005-08-19 16:43:04','2006-02-15 22:15:40'),(8102,298,2,14473,'0.99','2005-08-21 13:19:03','2006-02-15 22:15:41'),(8103,298,1,15245,'3.99','2005-08-22 17:49:35','2006-02-15 22:15:41'),(8104,298,2,15262,'4.99','2005-08-22 18:25:21','2006-02-15 22:15:41'),(8105,298,1,15643,'4.99','2005-08-23 08:13:26','2006-02-15 22:15:41'),(8106,299,1,332,'5.99','2005-05-27 02:27:10','2006-02-15 22:15:41'),(8107,299,2,606,'8.99','2005-05-28 14:48:39','2006-02-15 22:15:41'),(8108,299,1,1650,'8.99','2005-06-16 09:23:20','2006-02-15 22:15:41'),(8109,299,2,2664,'4.99','2005-06-19 11:11:23','2006-02-15 22:15:41'),(8110,299,1,2774,'2.99','2005-06-19 18:05:11','2006-02-15 22:15:41'),(8111,299,2,2791,'4.99','2005-06-19 18:51:27','2006-02-15 22:15:41'),(8112,299,1,3074,'0.99','2005-06-20 14:41:41','2006-02-15 22:15:41'),(8113,299,2,3223,'2.99','2005-06-21 02:06:45','2006-02-15 22:15:41'),(8114,299,1,3288,'5.99','2005-06-21 06:36:59','2006-02-15 22:15:41'),(8115,299,2,3497,'0.99','2005-07-06 00:00:03','2006-02-15 22:15:41'),(8116,299,2,4153,'5.99','2005-07-07 08:53:08','2006-02-15 22:15:41'),(8117,299,1,4350,'2.99','2005-07-07 19:02:41','2006-02-15 22:15:41'),(8118,299,2,5033,'1.99','2005-07-09 02:42:01','2006-02-15 22:15:41'),(8119,299,1,5642,'2.99','2005-07-10 06:46:08','2006-02-15 22:15:41'),(8120,299,2,6732,'0.99','2005-07-12 13:58:51','2006-02-15 22:15:41'),(8121,299,1,6853,'7.99','2005-07-12 19:38:11','2006-02-15 22:15:41'),(8122,299,1,7264,'4.99','2005-07-27 11:18:58','2006-02-15 22:15:41'),(8123,299,1,7746,'2.99','2005-07-28 05:48:56','2006-02-15 22:15:41'),(8124,299,2,7862,'9.99','2005-07-28 10:02:25','2006-02-15 22:15:41'),(8125,299,1,9520,'2.99','2005-07-31 00:50:54','2006-02-15 22:15:41'),(8126,299,1,10201,'0.99','2005-08-01 00:42:18','2006-02-15 22:15:41'),(8127,299,2,10440,'2.99','2005-08-01 08:54:32','2006-02-15 22:15:41'),(8128,299,1,11629,'6.99','2005-08-17 04:27:24','2006-02-15 22:15:42'),(8129,299,1,11746,'5.99','2005-08-17 09:03:24','2006-02-15 22:15:42'),(8130,299,1,11998,'0.99','2005-08-17 18:46:21','2006-02-15 22:15:42'),(8131,299,1,13069,'4.99','2005-08-19 09:55:20','2006-02-15 22:15:42'),(8132,299,2,14208,'0.99','2005-08-21 04:09:18','2006-02-15 22:15:42'),(8133,299,1,14548,'3.99','2005-08-21 15:53:52','2006-02-15 22:15:42'),(8134,299,2,14889,'4.99','2005-08-22 04:10:10','2006-02-15 22:15:42'),(8135,299,2,14898,'6.99','2005-08-22 04:26:34','2006-02-15 22:15:42'),(8136,300,2,457,'0.99','2005-05-27 19:52:29','2006-02-15 22:15:42'),(8137,300,1,780,'3.99','2005-05-29 14:18:32','2006-02-15 22:15:42'),(8138,300,1,1111,'4.99','2005-05-31 15:24:19','2006-02-15 22:15:42'),(8139,300,2,1381,'0.99','2005-06-15 15:17:21','2006-02-15 22:15:42'),(8140,300,1,3177,'2.99','2005-06-20 22:32:44','2006-02-15 22:15:42'),(8141,300,1,3775,'0.99','2005-07-06 13:27:33','2006-02-15 22:15:42'),(8142,300,1,4030,'0.99','2005-07-07 02:25:42','2006-02-15 22:15:42'),(8143,300,2,5562,'2.99','2005-07-10 03:17:42','2006-02-15 22:15:42'),(8144,300,1,5705,'10.99','2005-07-10 10:09:17','2006-02-15 22:15:42'),(8145,300,2,6111,'4.99','2005-07-11 07:26:57','2006-02-15 22:15:42'),(8146,300,1,6822,'5.99','2005-07-12 18:23:39','2006-02-15 22:15:42'),(8147,300,1,6998,'4.99','2005-07-27 01:16:29','2006-02-15 22:15:42'),(8148,300,1,7815,'4.99','2005-07-28 08:14:11','2006-02-15 22:15:42'),(8149,300,1,8117,'6.99','2005-07-28 19:20:16','2006-02-15 22:15:42'),(8150,300,1,8210,'6.99','2005-07-28 23:31:05','2006-02-15 22:15:42'),(8151,300,1,8283,'3.99','2005-07-29 01:52:22','2006-02-15 22:15:42'),(8152,300,1,9078,'0.99','2005-07-30 08:01:00','2006-02-15 22:15:42'),(8153,300,2,9127,'2.99','2005-07-30 09:46:36','2006-02-15 22:15:43'),(8154,300,2,9791,'0.99','2005-07-31 10:35:22','2006-02-15 22:15:43'),(8155,300,1,10977,'4.99','2005-08-02 04:12:17','2006-02-15 22:15:43'),(8156,300,2,12484,'2.99','2005-08-18 12:39:37','2006-02-15 22:15:43'),(8157,300,2,12644,'5.99','2005-08-18 18:22:27','2006-02-15 22:15:43'),(8158,300,2,13257,'3.99','2005-08-19 17:01:20','2006-02-15 22:15:43'),(8159,300,1,13296,'0.99','2005-08-19 18:43:53','2006-02-15 22:15:43'),(8160,300,2,13499,'6.99','2005-08-20 01:52:30','2006-02-15 22:15:43'),(8161,300,1,13717,'5.99','2005-08-20 09:50:52','2006-02-15 22:15:43'),(8162,300,1,14674,'7.99','2005-08-21 20:01:34','2006-02-15 22:15:43'),(8163,300,1,14709,'9.99','2005-08-21 21:07:59','2006-02-15 22:15:43'),(8164,300,2,15051,'2.99','2005-08-22 10:08:50','2006-02-15 22:15:43'),(8165,300,2,15811,'5.99','2005-08-23 14:43:46','2006-02-15 22:15:43'),(8166,300,1,15695,'4.99','2006-02-14 15:16:03','2006-02-15 22:15:43'),(8167,301,2,27,'4.99','2005-05-25 03:41:50','2006-02-15 22:15:43'),(8168,301,2,227,'5.99','2005-05-26 10:51:46','2006-02-15 22:15:43'),(8169,301,1,955,'0.99','2005-05-30 16:59:03','2006-02-15 22:15:43'),(8170,301,1,1853,'0.99','2005-06-17 00:39:54','2006-02-15 22:15:43'),(8171,301,1,2611,'4.99','2005-06-19 07:18:17','2006-02-15 22:15:43'),(8172,301,2,2925,'2.99','2005-06-20 04:23:49','2006-02-15 22:15:43'),(8173,301,2,4316,'4.99','2005-07-07 17:44:22','2006-02-15 22:15:43'),(8174,301,2,4834,'3.99','2005-07-08 18:07:45','2006-02-15 22:15:43'),(8175,301,1,5119,'6.99','2005-07-09 07:14:18','2006-02-15 22:15:43'),(8176,301,2,5511,'4.99','2005-07-10 01:00:00','2006-02-15 22:15:43'),(8177,301,2,5730,'2.99','2005-07-10 11:28:32','2006-02-15 22:15:43'),(8178,301,2,5807,'2.99','2005-07-10 15:16:30','2006-02-15 22:15:43'),(8179,301,2,6833,'6.99','2005-07-12 18:53:34','2006-02-15 22:15:44'),(8180,301,2,7318,'4.99','2005-07-27 13:25:31','2006-02-15 22:15:44'),(8181,301,2,7818,'4.99','2005-07-28 08:25:00','2006-02-15 22:15:44'),(8182,301,2,9435,'4.99','2005-07-30 21:31:02','2006-02-15 22:15:44'),(8183,301,1,10883,'0.99','2005-08-02 00:47:19','2006-02-15 22:15:44'),(8184,301,2,13183,'5.99','2005-08-19 14:09:26','2006-02-15 22:15:44'),(8185,301,2,13633,'2.99','2005-08-20 07:13:47','2006-02-15 22:15:44'),(8186,301,1,15201,'10.99','2005-08-22 16:24:42','2006-02-15 22:15:44'),(8187,301,1,15268,'1.99','2005-08-22 18:39:11','2006-02-15 22:15:44'),(8188,302,2,38,'4.99','2005-05-25 04:47:44','2006-02-15 22:15:44'),(8189,302,2,92,'5.99','2005-05-25 15:38:46','2006-02-15 22:15:44'),(8190,302,1,1231,'2.99','2005-06-15 04:04:41','2006-02-15 22:15:44'),(8191,302,2,4676,'4.99','2005-07-08 10:26:02','2006-02-15 22:15:44'),(8192,302,2,5498,'0.99','2005-07-10 00:27:21','2006-02-15 22:15:44'),(8193,302,2,5682,'2.99','2005-07-10 08:51:39','2006-02-15 22:15:44'),(8194,302,2,5709,'0.99','2005-07-10 10:31:52','2006-02-15 22:15:44'),(8195,302,2,5821,'4.99','2005-07-10 16:07:16','2006-02-15 22:15:44'),(8196,302,2,6623,'7.99','2005-07-12 09:05:34','2006-02-15 22:15:44'),(8197,302,1,7183,'0.99','2005-07-27 08:18:38','2006-02-15 22:15:44'),(8198,302,1,7411,'6.99','2005-07-27 16:42:30','2006-02-15 22:15:44'),(8199,302,1,8363,'6.99','2005-07-29 05:10:08','2006-02-15 22:15:44'),(8200,302,2,8646,'0.99','2005-07-29 14:48:48','2006-02-15 22:15:44'),(8201,302,1,8795,'2.99','2005-07-29 21:04:14','2006-02-15 22:15:44'),(8202,302,1,9146,'7.99','2005-07-30 10:32:08','2006-02-15 22:15:44'),(8203,302,2,9358,'2.99','2005-07-30 18:37:24','2006-02-15 22:15:44'),(8204,302,1,9374,'8.99','2005-07-30 19:10:03','2006-02-15 22:15:45'),(8205,302,2,9581,'5.99','2005-07-31 03:03:07','2006-02-15 22:15:45'),(8206,302,2,10329,'0.99','2005-08-01 04:56:13','2006-02-15 22:15:45'),(8207,302,1,12126,'7.99','2005-08-17 23:25:21','2006-02-15 22:15:45'),(8208,302,2,12516,'4.99','2005-08-18 13:39:53','2006-02-15 22:15:45'),(8209,302,1,12903,'2.99','2005-08-19 04:09:38','2006-02-15 22:15:45'),(8210,302,1,13916,'2.99','2005-08-20 16:43:02','2006-02-15 22:15:45'),(8211,302,1,14120,'4.99','2005-08-21 01:25:00','2006-02-15 22:15:45'),(8212,302,2,14247,'3.99','2005-08-21 05:35:17','2006-02-15 22:15:45'),(8213,302,2,15578,'2.99','2005-08-23 05:37:13','2006-02-15 22:15:45'),(8214,302,1,15622,'5.99','2005-08-23 07:22:02','2006-02-15 22:15:45'),(8215,302,2,15734,'0.99','2005-08-23 11:40:08','2006-02-15 22:15:45'),(8216,302,2,15987,'6.99','2005-08-23 20:22:17','2006-02-15 22:15:45'),(8217,303,1,265,'0.99','2005-05-26 16:07:38','2006-02-15 22:15:45'),(8218,303,1,871,'2.99','2005-05-30 05:01:30','2006-02-15 22:15:45'),(8219,303,2,1050,'4.99','2005-05-31 07:01:27','2006-02-15 22:15:45'),(8220,303,2,1970,'4.99','2005-06-17 09:23:16','2006-02-15 22:15:45'),(8221,303,1,2223,'8.99','2005-06-18 03:27:03','2006-02-15 22:15:45'),(8222,303,1,3077,'3.99','2005-06-20 15:05:18','2006-02-15 22:15:45'),(8223,303,1,3107,'2.99','2005-06-20 17:26:05','2006-02-15 22:15:45'),(8224,303,1,5140,'4.99','2005-07-09 08:04:59','2006-02-15 22:15:45'),(8225,303,1,6205,'4.99','2005-07-11 12:31:24','2006-02-15 22:15:45'),(8226,303,2,6219,'4.99','2005-07-11 13:18:37','2006-02-15 22:15:45'),(8227,303,1,6464,'4.99','2005-07-12 01:16:40','2006-02-15 22:15:45'),(8228,303,1,7023,'4.99','2005-07-27 02:32:44','2006-02-15 22:15:45'),(8229,303,2,7502,'2.99','2005-07-27 20:19:08','2006-02-15 22:15:46'),(8230,303,1,8409,'0.99','2005-07-29 06:41:22','2006-02-15 22:15:46'),(8231,303,2,8734,'6.99','2005-07-29 18:28:15','2006-02-15 22:15:46'),(8232,303,2,8764,'0.99','2005-07-29 19:39:04','2006-02-15 22:15:46'),(8233,303,2,10209,'2.99','2005-08-01 00:56:47','2006-02-15 22:15:46'),(8234,303,1,11253,'4.99','2005-08-02 13:42:44','2006-02-15 22:15:46'),(8235,303,2,11673,'2.99','2005-08-17 05:54:15','2006-02-15 22:15:46'),(8236,303,2,11993,'2.99','2005-08-17 18:27:49','2006-02-15 22:15:46'),(8237,303,2,12117,'0.99','2005-08-17 23:11:12','2006-02-15 22:15:46'),(8238,303,1,12365,'0.99','2005-08-18 07:55:09','2006-02-15 22:15:46'),(8239,303,2,12473,'2.99','2005-08-18 11:59:44','2006-02-15 22:15:46'),(8240,303,1,14750,'5.99','2005-08-21 23:09:32','2006-02-15 22:15:46'),(8241,303,2,14795,'4.99','2005-08-22 00:40:22','2006-02-15 22:15:46'),(8242,303,1,15511,'3.99','2005-08-23 02:55:42','2006-02-15 22:15:46'),(8243,304,1,135,'10.99','2005-05-25 21:58:58','2006-02-15 22:15:46'),(8244,304,1,415,'0.99','2005-05-27 14:51:45','2006-02-15 22:15:46'),(8245,304,2,937,'2.99','2005-05-30 14:47:31','2006-02-15 22:15:46'),(8246,304,1,1414,'6.99','2005-06-15 17:26:32','2006-02-15 22:15:46'),(8247,304,2,1525,'4.99','2005-06-16 00:26:07','2006-02-15 22:15:46'),(8248,304,1,2039,'3.99','2005-06-17 14:03:43','2006-02-15 22:15:46'),(8249,304,2,2902,'4.99','2005-06-20 02:45:35','2006-02-15 22:15:46'),(8250,304,1,4466,'6.99','2005-07-08 00:12:53','2006-02-15 22:15:46'),(8251,304,2,4812,'8.99','2005-07-08 17:07:11','2006-02-15 22:15:46'),(8252,304,1,5411,'2.99','2005-07-09 20:23:38','2006-02-15 22:15:46'),(8253,304,1,5712,'4.99','2005-07-10 10:40:32','2006-02-15 22:15:46'),(8254,304,2,5749,'3.99','2005-07-10 12:20:36','2006-02-15 22:15:47'),(8255,304,2,5795,'0.99','2005-07-10 14:36:29','2006-02-15 22:15:47'),(8256,304,2,6107,'0.99','2005-07-11 07:07:09','2006-02-15 22:15:47'),(8257,304,1,6737,'4.99','2005-07-12 14:16:52','2006-02-15 22:15:47'),(8258,304,2,7551,'4.99','2005-07-27 21:59:15','2006-02-15 22:15:47'),(8259,304,2,8055,'4.99','2005-07-28 17:02:32','2006-02-15 22:15:47'),(8260,304,1,9930,'0.99','2005-07-31 15:18:03','2006-02-15 22:15:47'),(8261,304,1,9992,'6.99','2005-07-31 17:29:48','2006-02-15 22:15:47'),(8262,304,1,10631,'0.99','2005-08-01 15:35:14','2006-02-15 22:15:47'),(8263,304,2,11983,'4.99','2005-08-17 18:13:55','2006-02-15 22:15:47'),(8264,304,1,12540,'5.99','2005-08-18 14:17:30','2006-02-15 22:15:47'),(8265,304,2,13911,'3.99','2005-08-20 16:31:33','2006-02-15 22:15:47'),(8266,304,1,14023,'0.99','2005-08-20 21:10:32','2006-02-15 22:15:47'),(8267,304,1,14899,'4.99','2005-08-22 04:26:38','2006-02-15 22:15:47'),(8268,304,1,14945,'4.99','2005-08-22 06:05:38','2006-02-15 22:15:47'),(8269,305,2,69,'2.99','2005-05-25 10:10:14','2006-02-15 22:15:47'),(8270,305,1,1574,'4.99','2005-06-16 03:39:56','2006-02-15 22:15:47'),(8271,305,2,1884,'0.99','2005-06-17 03:19:20','2006-02-15 22:15:47'),(8272,305,1,2166,'11.99','2005-06-17 23:51:21','2006-02-15 22:15:47'),(8273,305,1,3387,'0.99','2005-06-21 14:21:49','2006-02-15 22:15:47'),(8274,305,2,4260,'4.99','2005-07-07 14:22:45','2006-02-15 22:15:47'),(8275,305,1,4638,'2.99','2005-07-08 08:57:20','2006-02-15 22:15:47'),(8276,305,2,5041,'0.99','2005-07-09 03:18:51','2006-02-15 22:15:47'),(8277,305,1,5052,'2.99','2005-07-09 03:59:43','2006-02-15 22:15:47'),(8278,305,2,5582,'4.99','2005-07-10 04:08:25','2006-02-15 22:15:47'),(8279,305,1,5745,'8.99','2005-07-10 12:10:11','2006-02-15 22:15:47'),(8280,305,1,6134,'7.99','2005-07-11 08:28:19','2006-02-15 22:15:48'),(8281,305,2,6619,'0.99','2005-07-12 08:50:48','2006-02-15 22:15:48'),(8282,305,2,8865,'4.99','2005-07-29 23:54:54','2006-02-15 22:15:48'),(8283,305,2,9119,'4.99','2005-07-30 09:25:56','2006-02-15 22:15:48'),(8284,305,2,10426,'4.99','2005-08-01 08:26:08','2006-02-15 22:15:48'),(8285,305,2,10929,'4.99','2005-08-02 02:35:44','2006-02-15 22:15:48'),(8286,305,1,10981,'2.99','2005-08-02 04:17:53','2006-02-15 22:15:48'),(8287,305,2,11035,'5.99','2005-08-02 05:55:39','2006-02-15 22:15:48'),(8288,305,2,11809,'3.99','2005-08-17 11:51:39','2006-02-15 22:15:48'),(8289,305,2,12592,'3.99','2005-08-18 16:17:50','2006-02-15 22:15:48'),(8290,305,2,12846,'0.99','2005-08-19 02:03:26','2006-02-15 22:15:48'),(8291,305,1,13782,'4.99','2005-08-20 12:09:26','2006-02-15 22:15:48'),(8292,305,2,15417,'2.99','2005-08-22 23:54:04','2006-02-15 22:15:48'),(8293,305,1,15612,'6.99','2005-08-23 06:59:07','2006-02-15 22:15:48'),(8294,306,2,375,'3.99','2005-05-27 08:49:21','2006-02-15 22:15:48'),(8295,306,2,672,'6.99','2005-05-28 22:05:29','2006-02-15 22:15:48'),(8296,306,2,1172,'0.99','2005-06-14 23:54:34','2006-02-15 22:15:48'),(8297,306,2,2836,'6.99','2005-06-19 21:58:21','2006-02-15 22:15:48'),(8298,306,1,3814,'6.99','2005-07-06 15:23:56','2006-02-15 22:15:48'),(8299,306,2,4484,'5.99','2005-07-08 01:05:57','2006-02-15 22:15:48'),(8300,306,2,4596,'1.99','2005-07-08 06:41:25','2006-02-15 22:15:48'),(8301,306,2,5581,'2.99','2005-07-10 04:06:06','2006-02-15 22:15:48'),(8302,306,2,6868,'2.99','2005-07-12 20:10:17','2006-02-15 22:15:48'),(8303,306,1,6953,'4.99','2005-07-26 23:52:47','2006-02-15 22:15:48'),(8304,306,1,7225,'6.99','2005-07-27 09:47:12','2006-02-15 22:15:49'),(8305,306,1,7232,'4.99','2005-07-27 10:04:19','2006-02-15 22:15:49'),(8306,306,2,7701,'2.99','2005-07-28 03:54:28','2006-02-15 22:15:49'),(8307,306,2,8620,'0.99','2005-07-29 13:51:20','2006-02-15 22:15:49'),(8308,306,1,8702,'0.99','2005-07-29 17:04:37','2006-02-15 22:15:49'),(8309,306,2,9242,'4.99','2005-07-30 14:03:58','2006-02-15 22:15:49'),(8310,306,2,9395,'4.99','2005-07-30 20:07:06','2006-02-15 22:15:49'),(8311,306,1,9774,'0.99','2005-07-31 09:57:51','2006-02-15 22:15:49'),(8312,306,1,10202,'6.99','2005-08-01 00:43:18','2006-02-15 22:15:49'),(8313,306,2,10893,'5.99','2005-08-02 01:12:13','2006-02-15 22:15:49'),(8314,306,2,11142,'4.99','2005-08-02 09:30:11','2006-02-15 22:15:49'),(8315,306,1,11440,'0.99','2005-08-02 20:24:02','2006-02-15 22:15:49'),(8316,306,2,11674,'6.99','2005-08-17 05:56:27','2006-02-15 22:15:49'),(8317,306,2,11776,'0.99','2005-08-17 10:27:19','2006-02-15 22:15:49'),(8318,306,1,12225,'7.99','2005-08-18 03:00:11','2006-02-15 22:15:49'),(8319,306,1,12989,'2.99','2005-08-19 07:19:04','2006-02-15 22:15:49'),(8320,306,1,13686,'4.99','2005-08-20 08:57:28','2006-02-15 22:15:49'),(8321,306,2,13725,'5.99','2005-08-20 10:08:27','2006-02-15 22:15:49'),(8322,306,1,13873,'0.99','2005-08-20 15:11:11','2006-02-15 22:15:49'),(8323,306,1,13996,'4.99','2005-08-20 19:45:43','2006-02-15 22:15:49'),(8324,306,1,15457,'2.99','2005-08-23 01:07:37','2006-02-15 22:15:49'),(8325,306,2,15868,'7.99','2005-08-23 16:19:14','2006-02-15 22:15:49'),(8326,307,2,413,'4.99','2005-05-27 14:45:37','2006-02-15 22:15:49'),(8327,307,1,535,'4.99','2005-05-28 06:16:32','2006-02-15 22:15:49'),(8328,307,1,614,'1.99','2005-05-28 15:33:28','2006-02-15 22:15:49'),(8329,307,1,970,'6.99','2005-05-30 19:50:28','2006-02-15 22:15:50'),(8330,307,2,2152,'2.99','2005-06-17 22:53:27','2006-02-15 22:15:50'),(8331,307,1,2167,'0.99','2005-06-17 23:51:28','2006-02-15 22:15:50'),(8332,307,1,2787,'4.99','2005-06-19 18:47:00','2006-02-15 22:15:50'),(8333,307,1,2881,'2.99','2005-06-20 01:26:18','2006-02-15 22:15:50'),(8334,307,2,3057,'5.99','2005-06-20 13:22:48','2006-02-15 22:15:50'),(8335,307,1,3209,'4.99','2005-06-21 00:51:06','2006-02-15 22:15:50'),(8336,307,1,3962,'6.99','2005-07-06 22:13:45','2006-02-15 22:15:50'),(8337,307,1,3985,'4.99','2005-07-06 23:24:03','2006-02-15 22:15:50'),(8338,307,1,4522,'2.99','2005-07-08 03:03:12','2006-02-15 22:15:50'),(8339,307,1,4868,'4.99','2005-07-08 19:13:50','2006-02-15 22:15:50'),(8340,307,1,5871,'3.99','2005-07-10 18:46:08','2006-02-15 22:15:50'),(8341,307,2,6125,'6.99','2005-07-11 08:03:35','2006-02-15 22:15:50'),(8342,307,1,6256,'0.99','2005-07-11 15:19:22','2006-02-15 22:15:50'),(8343,307,1,6991,'10.99','2005-07-27 01:03:06','2006-02-15 22:15:50'),(8344,307,1,7536,'2.99','2005-07-27 21:34:09','2006-02-15 22:15:50'),(8345,307,1,7760,'3.99','2005-07-28 06:29:45','2006-02-15 22:15:50'),(8346,307,1,7929,'0.99','2005-07-28 12:16:40','2006-02-15 22:15:50'),(8347,307,1,8647,'6.99','2005-07-29 14:52:59','2006-02-15 22:15:50'),(8348,307,1,10135,'4.99','2005-07-31 21:57:32','2006-02-15 22:15:50'),(8349,307,1,10374,'0.99','2005-08-01 06:25:27','2006-02-15 22:15:50'),(8350,307,1,10745,'2.99','2005-08-01 19:57:06','2006-02-15 22:15:50'),(8351,307,1,11491,'7.99','2005-08-02 22:44:50','2006-02-15 22:15:50'),(8352,307,2,12391,'4.99','2005-08-18 08:52:53','2006-02-15 22:15:50'),(8353,307,2,13365,'6.99','2005-08-19 21:12:37','2006-02-15 22:15:51'),(8354,307,1,14231,'0.99','2005-08-21 05:04:34','2006-02-15 22:15:51'),(8355,307,2,15515,'4.99','2005-08-23 03:03:53','2006-02-15 22:15:51'),(8356,308,2,589,'3.99','2005-05-28 12:27:50','2006-02-15 22:15:51'),(8357,308,1,2037,'0.99','2005-06-17 13:54:20','2006-02-15 22:15:51'),(8358,308,1,2094,'0.99','2005-06-17 18:18:56','2006-02-15 22:15:51'),(8359,308,2,2168,'4.99','2005-06-17 23:53:24','2006-02-15 22:15:51'),(8360,308,1,2346,'7.99','2005-06-18 12:08:16','2006-02-15 22:15:51'),(8361,308,2,2448,'4.99','2005-06-18 19:13:45','2006-02-15 22:15:51'),(8362,308,1,4002,'3.99','2005-07-07 00:08:18','2006-02-15 22:15:51'),(8363,308,1,4285,'8.99','2005-07-07 15:34:35','2006-02-15 22:15:51'),(8364,308,1,5946,'2.99','2005-07-10 22:57:29','2006-02-15 22:15:51'),(8365,308,2,8869,'0.99','2005-07-30 00:06:32','2006-02-15 22:15:51'),(8366,308,1,9479,'2.99','2005-07-30 23:22:09','2006-02-15 22:15:51'),(8367,308,1,9746,'7.99','2005-07-31 09:16:48','2006-02-15 22:15:51'),(8368,308,1,10571,'2.99','2005-08-01 13:25:30','2006-02-15 22:15:51'),(8369,308,2,10797,'0.99','2005-08-01 22:02:51','2006-02-15 22:15:51'),(8370,308,1,10819,'4.99','2005-08-01 22:52:57','2006-02-15 22:15:51'),(8371,308,1,11765,'2.99','2005-08-17 09:55:28','2006-02-15 22:15:51'),(8372,308,1,11972,'4.99','2005-08-17 17:55:46','2006-02-15 22:15:51'),(8373,308,2,12567,'3.99','2005-08-18 15:14:36','2006-02-15 22:15:51'),(8374,308,1,12590,'6.99','2005-08-18 16:11:35','2006-02-15 22:15:51'),(8375,308,2,12838,'6.99','2005-08-19 01:51:50','2006-02-15 22:15:51'),(8376,308,1,13843,'2.99','2005-08-20 14:30:01','2006-02-15 22:15:51'),(8377,308,2,14946,'2.99','2005-08-22 06:07:10','2006-02-15 22:15:51'),(8378,308,1,15243,'4.99','2005-08-22 17:48:28','2006-02-15 22:15:52'),(8379,308,2,15493,'4.99','2005-08-23 02:20:53','2006-02-15 22:15:52'),(8380,308,2,15820,'2.99','2005-08-23 15:03:13','2006-02-15 22:15:52'),(8381,309,2,218,'6.99','2005-05-26 09:27:09','2006-02-15 22:15:52'),(8382,309,2,723,'0.99','2005-05-29 05:34:44','2006-02-15 22:15:52'),(8383,309,1,1837,'4.99','2005-06-16 23:16:15','2006-02-15 22:15:52'),(8384,309,2,2560,'9.99','2005-06-19 03:12:42','2006-02-15 22:15:52'),(8385,309,2,2644,'3.99','2005-06-19 09:42:30','2006-02-15 22:15:52'),(8386,309,2,2688,'6.99','2005-06-19 12:50:56','2006-02-15 22:15:52'),(8387,309,2,3837,'4.99','2005-07-06 16:27:43','2006-02-15 22:15:52'),(8388,309,2,3896,'7.99','2005-07-06 19:09:15','2006-02-15 22:15:52'),(8389,309,2,4172,'4.99','2005-07-07 09:49:09','2006-02-15 22:15:52'),(8390,309,1,4540,'4.99','2005-07-08 04:03:28','2006-02-15 22:15:52'),(8391,309,2,5305,'8.99','2005-07-09 15:55:36','2006-02-15 22:15:52'),(8392,309,1,5980,'4.99','2005-07-11 00:18:21','2006-02-15 22:15:52'),(8393,309,2,6480,'4.99','2005-07-12 01:49:29','2006-02-15 22:15:52'),(8394,309,2,7214,'5.99','2005-07-27 09:23:33','2006-02-15 22:15:52'),(8395,309,2,7722,'4.99','2005-07-28 04:44:58','2006-02-15 22:15:52'),(8396,309,1,7846,'5.99','2005-07-28 09:21:18','2006-02-15 22:15:52'),(8397,309,1,8341,'4.99','2005-07-29 04:42:01','2006-02-15 22:15:52'),(8398,309,1,8501,'2.99','2005-07-29 09:12:51','2006-02-15 22:15:52'),(8399,309,1,8681,'2.99','2005-07-29 16:12:01','2006-02-15 22:15:52'),(8400,309,1,8917,'2.99','2005-07-30 01:47:02','2006-02-15 22:15:52'),(8401,309,2,9945,'2.99','2005-07-31 15:47:51','2006-02-15 22:15:52'),(8402,309,1,9949,'0.99','2005-07-31 15:50:10','2006-02-15 22:15:53'),(8403,309,1,10458,'2.99','2005-08-01 09:19:48','2006-02-15 22:15:53'),(8404,309,1,10728,'0.99','2005-08-01 19:15:09','2006-02-15 22:15:53'),(8405,309,1,10818,'2.99','2005-08-01 22:52:45','2006-02-15 22:15:53'),(8406,309,2,11964,'6.99','2005-08-17 17:37:03','2006-02-15 22:15:53'),(8407,309,2,13021,'5.99','2005-08-19 08:08:04','2006-02-15 22:15:53'),(8408,309,2,13502,'0.99','2005-08-20 01:58:15','2006-02-15 22:15:53'),(8409,309,2,13909,'4.99','2005-08-20 16:26:36','2006-02-15 22:15:53'),(8410,309,2,14846,'5.99','2005-08-22 02:13:48','2006-02-15 22:15:53'),(8411,309,2,15422,'4.99','2005-08-22 23:58:09','2006-02-15 22:15:53'),(8412,310,2,104,'0.99','2005-05-25 17:46:33','2006-02-15 22:15:53'),(8413,310,2,1162,'4.99','2005-06-14 23:09:38','2006-02-15 22:15:53'),(8414,310,2,1333,'2.99','2005-06-15 11:37:08','2006-02-15 22:15:53'),(8415,310,2,1918,'3.99','2005-06-17 05:40:14','2006-02-15 22:15:53'),(8416,310,2,2088,'6.99','2005-06-17 17:35:30','2006-02-15 22:15:53'),(8417,310,1,2480,'5.99','2005-06-18 21:04:09','2006-02-15 22:15:53'),(8418,310,1,2618,'2.99','2005-06-19 08:03:01','2006-02-15 22:15:53'),(8419,310,2,3830,'10.99','2005-07-06 16:01:16','2006-02-15 22:15:53'),(8420,310,1,4072,'0.99','2005-07-07 04:48:02','2006-02-15 22:15:53'),(8421,310,1,5621,'5.99','2005-07-10 05:34:10','2006-02-15 22:15:53'),(8422,310,2,5836,'0.99','2005-07-10 16:49:02','2006-02-15 22:15:53'),(8423,310,1,7648,'5.99','2005-07-28 01:35:33','2006-02-15 22:15:53'),(8424,310,2,8637,'5.99','2005-07-29 14:30:11','2006-02-15 22:15:53'),(8425,310,1,8981,'7.99','2005-07-30 04:25:30','2006-02-15 22:15:53'),(8426,310,1,9536,'2.99','2005-07-31 01:19:02','2006-02-15 22:15:53'),(8427,310,2,11137,'2.99','2005-08-02 09:25:31','2006-02-15 22:15:54'),(8428,310,2,12500,'4.99','2005-08-18 13:05:51','2006-02-15 22:15:54'),(8429,310,2,12710,'7.99','2005-08-18 21:02:50','2006-02-15 22:15:54'),(8430,310,1,12929,'4.99','2005-08-19 05:05:23','2006-02-15 22:15:54'),(8431,310,1,14972,'5.99','2005-08-22 06:53:21','2006-02-15 22:15:54'),(8432,311,2,274,'5.99','2005-05-26 16:48:51','2006-02-15 22:15:54'),(8433,311,2,544,'6.99','2005-05-28 07:03:00','2006-02-15 22:15:54'),(8434,311,1,952,'2.99','2005-05-30 16:28:07','2006-02-15 22:15:54'),(8435,311,2,990,'3.99','2005-05-30 23:25:14','2006-02-15 22:15:54'),(8436,311,2,1128,'6.99','2005-05-31 17:49:26','2006-02-15 22:15:54'),(8437,311,1,1622,'4.99','2005-06-16 07:33:18','2006-02-15 22:15:54'),(8438,311,2,1955,'0.99','2005-06-17 08:40:22','2006-02-15 22:15:54'),(8439,311,2,2967,'6.99','2005-06-20 07:40:35','2006-02-15 22:15:54'),(8440,311,2,4836,'3.99','2005-07-08 18:09:08','2006-02-15 22:15:54'),(8441,311,2,5224,'5.99','2005-07-09 12:07:27','2006-02-15 22:15:54'),(8442,311,2,6419,'4.99','2005-07-11 23:36:38','2006-02-15 22:15:54'),(8443,311,2,8167,'6.99','2005-07-28 21:25:45','2006-02-15 22:15:54'),(8444,311,1,8473,'2.99','2005-07-29 08:36:53','2006-02-15 22:15:54'),(8445,311,1,9503,'6.99','2005-07-31 00:02:38','2006-02-15 22:15:54'),(8446,311,2,9882,'8.99','2005-07-31 13:53:33','2006-02-15 22:15:54'),(8447,311,1,10134,'4.99','2005-07-31 21:56:10','2006-02-15 22:15:54'),(8448,311,2,10448,'4.99','2005-08-01 09:09:31','2006-02-15 22:15:54'),(8449,311,1,12997,'2.99','2005-08-19 07:31:46','2006-02-15 22:15:54'),(8450,311,2,13310,'0.99','2005-08-19 19:05:16','2006-02-15 22:15:54'),(8451,311,2,13423,'1.99','2005-08-19 23:07:42','2006-02-15 22:15:55'),(8452,311,2,14517,'4.99','2005-08-21 14:57:03','2006-02-15 22:15:55'),(8453,311,2,15826,'9.99','2005-08-23 15:15:02','2006-02-15 22:15:55'),(8454,311,1,16020,'8.99','2005-08-23 21:34:33','2006-02-15 22:15:55'),(8455,312,2,229,'4.99','2005-05-26 11:19:20','2006-02-15 22:15:55'),(8456,312,1,530,'0.99','2005-05-28 05:13:01','2006-02-15 22:15:55'),(8457,312,2,1049,'4.99','2005-05-31 06:57:04','2006-02-15 22:15:55'),(8458,312,2,1079,'6.99','2005-05-31 10:48:17','2006-02-15 22:15:55'),(8459,312,2,1419,'0.99','2005-06-15 17:54:50','2006-02-15 22:15:55'),(8460,312,2,3457,'3.99','2005-06-21 21:42:33','2006-02-15 22:15:55'),(8461,312,1,3766,'2.99','2005-07-06 13:04:35','2006-02-15 22:15:55'),(8462,312,1,3792,'1.99','2005-07-06 14:26:38','2006-02-15 22:15:55'),(8463,312,1,4647,'3.99','2005-07-08 09:27:36','2006-02-15 22:15:55'),(8464,312,1,5031,'5.99','2005-07-09 02:36:37','2006-02-15 22:15:55'),(8465,312,2,6751,'2.99','2005-07-12 14:50:34','2006-02-15 22:15:55'),(8466,312,1,6866,'2.99','2005-07-12 20:03:44','2006-02-15 22:15:55'),(8467,312,1,8137,'4.99','2005-07-28 20:07:18','2006-02-15 22:15:55'),(8468,312,1,8412,'6.99','2005-07-29 06:44:50','2006-02-15 22:15:55'),(8469,312,1,8721,'4.99','2005-07-29 17:56:21','2006-02-15 22:15:55'),(8470,312,1,9016,'6.99','2005-07-30 05:26:13','2006-02-15 22:15:55'),(8471,312,1,9154,'3.99','2005-07-30 10:59:54','2006-02-15 22:15:55'),(8472,312,2,10858,'2.99','2005-08-02 00:08:39','2006-02-15 22:15:55'),(8473,312,2,11248,'0.99','2005-08-02 13:35:34','2006-02-15 22:15:55'),(8474,312,2,11879,'5.99','2005-08-17 14:25:09','2006-02-15 22:15:55'),(8475,312,1,12186,'2.99','2005-08-18 01:43:36','2006-02-15 22:15:56'),(8476,312,1,12945,'0.99','2005-08-19 05:51:46','2006-02-15 22:15:56'),(8477,312,2,14362,'2.99','2005-08-21 09:19:49','2006-02-15 22:15:56'),(8478,312,1,14504,'3.99','2005-08-21 14:23:01','2006-02-15 22:15:56'),(8479,312,1,15100,'4.99','2005-08-22 11:55:03','2006-02-15 22:15:56'),(8480,312,1,15882,'6.99','2005-08-23 16:44:31','2006-02-15 22:15:56'),(8481,313,2,669,'4.99','2005-05-28 22:03:25','2006-02-15 22:15:56'),(8482,313,2,712,'2.99','2005-05-29 04:02:24','2006-02-15 22:15:56'),(8483,313,2,781,'0.99','2005-05-29 14:23:58','2006-02-15 22:15:56'),(8484,313,2,843,'0.99','2005-05-30 00:44:24','2006-02-15 22:15:56'),(8485,313,2,1312,'2.99','2005-06-15 10:16:27','2006-02-15 22:15:56'),(8486,313,1,2617,'7.99','2005-06-19 07:48:31','2006-02-15 22:15:56'),(8487,313,2,2711,'4.99','2005-06-19 14:12:22','2006-02-15 22:15:56'),(8488,313,2,4552,'2.99','2005-07-08 04:36:35','2006-02-15 22:15:56'),(8489,313,1,5255,'5.99','2005-07-09 13:51:08','2006-02-15 22:15:56'),(8490,313,1,6384,'2.99','2005-07-11 22:07:26','2006-02-15 22:15:56'),(8491,313,2,7294,'0.99','2005-07-27 12:38:14','2006-02-15 22:15:56'),(8492,313,2,8381,'4.99','2005-07-29 05:31:44','2006-02-15 22:15:56'),(8493,313,1,8970,'3.99','2005-07-30 04:02:05','2006-02-15 22:15:56'),(8494,313,2,9836,'2.99','2005-07-31 12:12:00','2006-02-15 22:15:56'),(8495,313,2,10237,'5.99','2005-08-01 02:07:32','2006-02-15 22:15:56'),(8496,313,2,10933,'7.99','2005-08-02 02:50:49','2006-02-15 22:15:56'),(8497,313,2,11854,'2.99','2005-08-17 13:42:52','2006-02-15 22:15:56'),(8498,313,2,12011,'2.99','2005-08-17 19:19:44','2006-02-15 22:15:56'),(8499,313,2,14250,'2.99','2005-08-21 05:39:35','2006-02-15 22:15:56'),(8500,313,1,14325,'4.99','2005-08-21 08:15:38','2006-02-15 22:15:57'),(8501,313,2,15081,'2.99','2005-08-22 11:14:31','2006-02-15 22:15:57'),(8502,313,1,15340,'0.99','2005-08-22 20:55:56','2006-02-15 22:15:57'),(8503,313,2,15569,'6.99','2005-08-23 05:24:29','2006-02-15 22:15:57'),(8504,314,1,80,'5.99','2005-05-25 12:12:07','2006-02-15 22:15:57'),(8505,314,1,440,'4.99','2005-05-27 18:00:35','2006-02-15 22:15:57'),(8506,314,1,1598,'3.99','2005-06-16 06:02:39','2006-02-15 22:15:57'),(8507,314,1,1624,'2.99','2005-06-16 07:48:57','2006-02-15 22:15:57'),(8508,314,1,3517,'0.99','2005-07-06 00:52:35','2006-02-15 22:15:57'),(8509,314,1,3656,'2.99','2005-07-06 07:55:22','2006-02-15 22:15:57'),(8510,314,1,3808,'0.99','2005-07-06 15:15:35','2006-02-15 22:15:57'),(8511,314,2,4386,'0.99','2005-07-07 20:55:19','2006-02-15 22:15:57'),(8512,314,2,5241,'4.99','2005-07-09 13:19:14','2006-02-15 22:15:57'),(8513,314,2,5856,'0.99','2005-07-10 17:57:32','2006-02-15 22:15:57'),(8514,314,1,6192,'5.99','2005-07-11 11:44:41','2006-02-15 22:15:57'),(8515,314,1,6666,'2.99','2005-07-12 11:32:15','2006-02-15 22:15:57'),(8516,314,1,6763,'3.99','2005-07-12 15:26:34','2006-02-15 22:15:57'),(8517,314,2,7004,'4.99','2005-07-27 01:36:05','2006-02-15 22:15:57'),(8518,314,1,7276,'2.99','2005-07-27 11:41:57','2006-02-15 22:15:57'),(8519,314,2,8022,'6.99','2005-07-28 15:48:56','2006-02-15 22:15:57'),(8520,314,1,8073,'3.99','2005-07-28 17:29:02','2006-02-15 22:15:57'),(8521,314,2,8105,'0.99','2005-07-28 18:59:46','2006-02-15 22:15:57'),(8522,314,2,8328,'6.99','2005-07-29 04:06:24','2006-02-15 22:15:57'),(8523,314,2,8644,'4.99','2005-07-29 14:45:45','2006-02-15 22:15:57'),(8524,314,2,9191,'3.99','2005-07-30 12:25:51','2006-02-15 22:15:58'),(8525,314,2,9318,'6.99','2005-07-30 17:14:30','2006-02-15 22:15:58'),(8526,314,2,11908,'3.99','2005-08-17 15:43:09','2006-02-15 22:15:58'),(8527,314,1,12434,'0.99','2005-08-18 10:38:08','2006-02-15 22:15:58'),(8528,314,2,13120,'3.99','2005-08-19 11:47:38','2006-02-15 22:15:58'),(8529,314,1,13265,'2.99','2005-08-19 17:29:00','2006-02-15 22:15:58'),(8530,314,2,13553,'3.99','2005-08-20 04:07:21','2006-02-15 22:15:58'),(8531,314,2,14145,'4.99','2005-08-21 02:11:38','2006-02-15 22:15:58'),(8532,314,1,14409,'4.99','2005-08-21 10:53:35','2006-02-15 22:15:58'),(8533,314,2,14682,'4.99','2005-08-21 20:25:57','2006-02-15 22:15:58'),(8534,314,2,14815,'4.99','2005-08-22 01:12:44','2006-02-15 22:15:58'),(8535,314,2,14873,'5.99','2005-08-22 03:31:06','2006-02-15 22:15:58'),(8536,314,2,16021,'3.99','2005-08-23 21:37:59','2006-02-15 22:15:58'),(8537,315,1,537,'8.99','2005-05-28 06:20:55','2006-02-15 22:15:58'),(8538,315,1,551,'4.99','2005-05-28 07:44:18','2006-02-15 22:15:58'),(8539,315,1,1701,'2.99','2005-06-16 13:18:48','2006-02-15 22:15:58'),(8540,315,1,4021,'2.99','2005-07-07 01:46:44','2006-02-15 22:15:58'),(8541,315,1,4992,'4.99','2005-07-09 00:49:37','2006-02-15 22:15:58'),(8542,315,2,5126,'6.99','2005-07-09 07:25:35','2006-02-15 22:15:58'),(8543,315,1,6661,'4.99','2005-07-12 11:20:39','2006-02-15 22:15:58'),(8544,315,1,6894,'4.99','2005-07-12 21:20:50','2006-02-15 22:15:58'),(8545,315,1,8416,'5.99','2005-07-29 06:52:54','2006-02-15 22:15:58'),(8546,315,2,8677,'6.99','2005-07-29 16:01:13','2006-02-15 22:15:58'),(8547,315,2,9735,'9.99','2005-07-31 08:57:49','2006-02-15 22:15:58'),(8548,315,2,11254,'0.99','2005-08-02 13:43:49','2006-02-15 22:15:59'),(8549,315,2,12155,'2.99','2005-08-18 00:24:30','2006-02-15 22:15:59'),(8550,315,1,14106,'2.99','2005-08-21 00:46:01','2006-02-15 22:15:59'),(8551,315,2,14162,'2.99','2005-08-21 02:55:34','2006-02-15 22:15:59'),(8552,315,1,15504,'6.99','2005-08-23 02:45:21','2006-02-15 22:15:59'),(8553,315,2,14426,'2.99','2006-02-14 15:16:03','2006-02-15 22:15:59'),(8554,316,1,16,'4.99','2005-05-25 00:43:11','2006-02-15 22:15:59'),(8555,316,1,644,'8.99','2005-05-28 18:59:12','2006-02-15 22:15:59'),(8556,316,1,1065,'1.99','2005-05-31 08:54:56','2006-02-15 22:15:59'),(8557,316,1,1317,'4.99','2005-06-15 10:30:19','2006-02-15 22:15:59'),(8558,316,2,1350,'4.99','2005-06-15 12:50:25','2006-02-15 22:15:59'),(8559,316,1,2032,'4.99','2005-06-17 13:24:07','2006-02-15 22:15:59'),(8560,316,2,2338,'4.99','2005-06-18 11:24:54','2006-02-15 22:15:59'),(8561,316,2,2491,'1.99','2005-06-18 22:01:31','2006-02-15 22:15:59'),(8562,316,1,2820,'4.99','2005-06-19 20:20:33','2006-02-15 22:15:59'),(8563,316,2,3373,'8.99','2005-06-21 13:35:32','2006-02-15 22:15:59'),(8564,316,1,4379,'2.99','2005-07-07 20:32:30','2006-02-15 22:15:59'),(8565,316,2,5102,'3.99','2005-07-09 06:25:48','2006-02-15 22:15:59'),(8566,316,2,5544,'7.99','2005-07-10 02:48:07','2006-02-15 22:15:59'),(8567,316,1,5618,'5.99','2005-07-10 05:28:58','2006-02-15 22:15:59'),(8568,316,2,6988,'4.99','2005-07-27 01:00:08','2006-02-15 22:15:59'),(8569,316,2,7339,'2.99','2005-07-27 14:17:48','2006-02-15 22:15:59'),(8570,316,2,7586,'2.99','2005-07-27 23:19:29','2006-02-15 22:15:59'),(8571,316,1,7592,'4.99','2005-07-27 23:26:04','2006-02-15 22:15:59'),(8572,316,1,7945,'1.99','2005-07-28 12:53:58','2006-02-15 22:15:59'),(8573,316,1,8564,'4.99','2005-07-29 11:33:00','2006-02-15 22:16:00'),(8574,316,1,9508,'4.99','2005-07-31 00:22:39','2006-02-15 22:16:00'),(8575,316,2,9903,'6.99','2005-07-31 14:31:44','2006-02-15 22:16:00'),(8576,316,1,10438,'7.99','2005-08-01 08:53:04','2006-02-15 22:16:00'),(8577,316,1,12028,'0.99','2005-08-17 20:03:47','2006-02-15 22:16:00'),(8578,316,2,12191,'0.99','2005-08-18 01:57:11','2006-02-15 22:16:00'),(8579,316,2,12823,'2.99','2005-08-19 01:15:47','2006-02-15 22:16:00'),(8580,316,2,13277,'5.99','2005-08-19 17:57:35','2006-02-15 22:16:00'),(8581,316,1,14226,'2.99','2005-08-21 04:55:37','2006-02-15 22:16:00'),(8582,316,2,15840,'2.99','2005-08-23 15:34:49','2006-02-15 22:16:00'),(8583,317,1,107,'6.99','2005-05-25 18:28:09','2006-02-15 22:16:00'),(8584,317,2,2287,'6.99','2005-06-18 07:04:36','2006-02-15 22:16:00'),(8585,317,2,3029,'2.99','2005-06-20 11:51:30','2006-02-15 22:16:00'),(8586,317,1,3251,'0.99','2005-06-21 03:20:37','2006-02-15 22:16:00'),(8587,317,1,4138,'0.99','2005-07-07 08:17:13','2006-02-15 22:16:00'),(8588,317,1,4177,'8.99','2005-07-07 10:12:36','2006-02-15 22:16:00'),(8589,317,2,4700,'0.99','2005-07-08 11:37:21','2006-02-15 22:16:00'),(8590,317,1,5548,'0.99','2005-07-10 02:56:45','2006-02-15 22:16:00'),(8591,317,2,5942,'7.99','2005-07-10 22:47:17','2006-02-15 22:16:00'),(8592,317,1,7309,'2.99','2005-07-27 13:00:29','2006-02-15 22:16:00'),(8593,317,2,8062,'2.99','2005-07-28 17:15:06','2006-02-15 22:16:00'),(8594,317,1,8327,'2.99','2005-07-29 04:00:52','2006-02-15 22:16:00'),(8595,317,1,8458,'4.99','2005-07-29 08:05:09','2006-02-15 22:16:00'),(8596,317,1,9110,'2.99','2005-07-30 09:05:42','2006-02-15 22:16:01'),(8597,317,2,9513,'4.99','2005-07-31 00:28:30','2006-02-15 22:16:01'),(8598,317,1,9770,'8.99','2005-07-31 09:52:40','2006-02-15 22:16:01'),(8599,317,1,10364,'2.99','2005-08-01 06:06:49','2006-02-15 22:16:01'),(8600,317,2,12111,'2.99','2005-08-17 22:59:55','2006-02-15 22:16:01'),(8601,317,2,12138,'7.99','2005-08-17 23:55:54','2006-02-15 22:16:01'),(8602,317,2,12301,'2.99','2005-08-18 05:36:20','2006-02-15 22:16:01'),(8603,317,1,13388,'4.99','2005-08-19 21:46:49','2006-02-15 22:16:01'),(8604,317,1,14032,'5.99','2005-08-20 21:26:55','2006-02-15 22:16:01'),(8605,317,2,14385,'0.99','2005-08-21 10:02:55','2006-02-15 22:16:01'),(8606,317,2,14669,'2.99','2005-08-21 19:54:06','2006-02-15 22:16:01'),(8607,317,1,14791,'4.99','2005-08-22 00:35:55','2006-02-15 22:16:01'),(8608,317,1,15204,'2.99','2005-08-22 16:30:43','2006-02-15 22:16:01'),(8609,317,1,15280,'4.99','2005-08-22 19:09:52','2006-02-15 22:16:01'),(8610,317,1,12574,'0.99','2006-02-14 15:16:03','2006-02-15 22:16:01'),(8611,318,1,224,'9.99','2005-05-26 10:18:27','2006-02-15 22:16:01'),(8612,318,1,2634,'2.99','2005-06-19 08:55:17','2006-02-15 22:16:01'),(8613,318,1,2643,'2.99','2005-06-19 09:39:27','2006-02-15 22:16:01'),(8614,318,2,3337,'0.99','2005-06-21 10:24:35','2006-02-15 22:16:01'),(8615,318,2,3376,'7.99','2005-06-21 13:43:02','2006-02-15 22:16:01'),(8616,318,1,3732,'4.99','2005-07-06 11:33:37','2006-02-15 22:16:01'),(8617,318,2,3974,'2.99','2005-07-06 22:59:16','2006-02-15 22:16:01'),(8618,318,1,4356,'8.99','2005-07-07 19:21:22','2006-02-15 22:16:01'),(8619,318,1,7649,'0.99','2005-07-28 01:37:26','2006-02-15 22:16:01'),(8620,318,2,7853,'0.99','2005-07-28 09:36:38','2006-02-15 22:16:02'),(8621,318,2,10023,'5.99','2005-07-31 18:25:51','2006-02-15 22:16:02'),(8622,318,1,14276,'2.99','2005-08-21 06:34:05','2006-02-15 22:16:02'),(8623,319,1,15,'9.99','2005-05-25 00:39:22','2006-02-15 22:16:02'),(8624,319,1,149,'3.99','2005-05-26 00:28:05','2006-02-15 22:16:02'),(8625,319,1,439,'2.99','2005-05-27 17:54:48','2006-02-15 22:16:02'),(8626,319,1,1632,'2.99','2005-06-16 08:03:42','2006-02-15 22:16:02'),(8627,319,1,1892,'4.99','2005-06-17 04:17:33','2006-02-15 22:16:02'),(8628,319,2,2021,'3.99','2005-06-17 12:41:18','2006-02-15 22:16:02'),(8629,319,2,2703,'4.99','2005-06-19 13:36:06','2006-02-15 22:16:02'),(8630,319,2,2884,'0.99','2005-06-20 01:31:16','2006-02-15 22:16:02'),(8631,319,2,3256,'3.99','2005-06-21 03:45:42','2006-02-15 22:16:02'),(8632,319,2,4119,'3.99','2005-07-07 07:06:03','2006-02-15 22:16:02'),(8633,319,2,4295,'2.99','2005-07-07 16:08:51','2006-02-15 22:16:02'),(8634,319,1,4630,'4.99','2005-07-08 08:33:38','2006-02-15 22:16:02'),(8635,319,1,5791,'8.99','2005-07-10 14:16:22','2006-02-15 22:16:02'),(8636,319,1,5882,'2.99','2005-07-10 19:20:34','2006-02-15 22:16:02'),(8637,319,2,6132,'2.99','2005-07-11 08:24:44','2006-02-15 22:16:02'),(8638,319,1,6195,'4.99','2005-07-11 12:00:32','2006-02-15 22:16:02'),(8639,319,1,6255,'4.99','2005-07-11 15:11:33','2006-02-15 22:16:02'),(8640,319,1,6485,'6.99','2005-07-12 02:07:59','2006-02-15 22:16:02'),(8641,319,2,7953,'2.99','2005-07-28 13:24:32','2006-02-15 22:16:02'),(8642,319,2,9017,'4.99','2005-07-30 05:26:20','2006-02-15 22:16:02'),(8643,319,2,9044,'0.99','2005-07-30 06:35:21','2006-02-15 22:16:02'),(8644,319,1,11575,'0.99','2005-08-17 01:50:26','2006-02-15 22:16:03'),(8645,319,2,11598,'0.99','2005-08-17 03:03:07','2006-02-15 22:16:03'),(8646,319,1,11955,'6.99','2005-08-17 17:21:35','2006-02-15 22:16:03'),(8647,319,2,11994,'2.99','2005-08-17 18:29:35','2006-02-15 22:16:03'),(8648,319,1,12018,'4.99','2005-08-17 19:44:46','2006-02-15 22:16:03'),(8649,319,2,12424,'8.99','2005-08-18 10:16:57','2006-02-15 22:16:03'),(8650,319,1,13548,'3.99','2005-08-20 03:53:20','2006-02-15 22:16:03'),(8651,319,2,14828,'4.99','2005-08-22 01:34:05','2006-02-15 22:16:03'),(8652,319,2,15396,'5.99','2005-08-22 23:07:57','2006-02-15 22:16:03'),(8653,320,2,1258,'4.99','2005-06-15 06:21:30','2006-02-15 22:16:03'),(8654,320,2,1484,'3.99','2005-06-15 21:22:35','2006-02-15 22:16:03'),(8655,320,2,1567,'1.99','2005-06-16 03:13:30','2006-02-15 22:16:03'),(8656,320,1,2216,'4.99','2005-06-18 03:08:17','2006-02-15 22:16:03'),(8657,320,2,2883,'7.99','2005-06-20 01:29:10','2006-02-15 22:16:03'),(8658,320,2,3519,'0.99','2005-07-06 00:57:29','2006-02-15 22:16:03'),(8659,320,2,3756,'4.99','2005-07-06 12:40:38','2006-02-15 22:16:03'),(8660,320,2,4173,'2.99','2005-07-07 09:57:26','2006-02-15 22:16:03'),(8661,320,2,7057,'4.99','2005-07-27 03:50:03','2006-02-15 22:16:03'),(8662,320,2,7064,'3.99','2005-07-27 03:53:29','2006-02-15 22:16:03'),(8663,320,2,7930,'4.99','2005-07-28 12:21:08','2006-02-15 22:16:03'),(8664,320,2,8144,'4.99','2005-07-28 20:30:55','2006-02-15 22:16:03'),(8665,320,2,8235,'4.99','2005-07-29 00:22:56','2006-02-15 22:16:03'),(8666,320,1,8238,'0.99','2005-07-29 00:30:06','2006-02-15 22:16:03'),(8667,320,2,8794,'4.99','2005-07-29 20:59:38','2006-02-15 22:16:03'),(8668,320,1,9509,'0.99','2005-07-31 00:22:42','2006-02-15 22:16:04'),(8669,320,1,11208,'0.99','2005-08-02 12:02:37','2006-02-15 22:16:04'),(8670,320,2,11560,'2.99','2005-08-17 01:20:30','2006-02-15 22:16:04'),(8671,320,2,14171,'0.99','2005-08-21 03:00:42','2006-02-15 22:16:04'),(8672,320,1,15302,'2.99','2005-08-22 19:44:53','2006-02-15 22:16:04'),(8673,321,2,200,'4.99','2005-05-26 07:12:21','2006-02-15 22:16:04'),(8674,321,1,620,'5.99','2005-05-28 15:54:45','2006-02-15 22:16:04'),(8675,321,2,818,'4.99','2005-05-29 20:47:53','2006-02-15 22:16:04'),(8676,321,2,1750,'5.99','2005-06-16 16:57:36','2006-02-15 22:16:04'),(8677,321,1,3410,'0.99','2005-06-21 16:20:47','2006-02-15 22:16:04'),(8678,321,2,3901,'5.99','2005-07-06 19:24:55','2006-02-15 22:16:04'),(8679,321,1,3920,'4.99','2005-07-06 20:26:40','2006-02-15 22:16:04'),(8680,321,2,4281,'4.99','2005-07-07 15:17:50','2006-02-15 22:16:04'),(8681,321,1,4318,'5.99','2005-07-07 17:47:50','2006-02-15 22:16:04'),(8682,321,2,5202,'2.99','2005-07-09 10:53:48','2006-02-15 22:16:04'),(8683,321,2,5867,'8.99','2005-07-10 18:39:01','2006-02-15 22:16:04'),(8684,321,2,6190,'2.99','2005-07-11 11:36:18','2006-02-15 22:16:04'),(8685,321,1,6859,'5.99','2005-07-12 19:53:57','2006-02-15 22:16:04'),(8686,321,2,8685,'6.99','2005-07-29 16:17:05','2006-02-15 22:16:04'),(8687,321,1,9981,'0.99','2005-07-31 17:08:31','2006-02-15 22:16:04'),(8688,321,1,11722,'2.99','2005-08-17 07:53:03','2006-02-15 22:16:04'),(8689,321,1,12033,'6.99','2005-08-17 20:14:34','2006-02-15 22:16:04'),(8690,321,2,12034,'7.99','2005-08-17 20:15:31','2006-02-15 22:16:04'),(8691,321,1,12398,'4.99','2005-08-18 09:13:24','2006-02-15 22:16:04'),(8692,321,2,13623,'6.99','2005-08-20 06:49:46','2006-02-15 22:16:05'),(8693,321,1,15673,'6.99','2005-08-23 09:12:50','2006-02-15 22:16:05'),(8694,321,2,15888,'5.99','2005-08-23 16:56:14','2006-02-15 22:16:05'),(8695,322,2,166,'0.99','2005-05-26 02:49:11','2006-02-15 22:16:05'),(8696,322,1,269,'4.99','2005-05-26 16:19:46','2006-02-15 22:16:05'),(8697,322,1,1386,'2.99','2005-06-15 15:38:58','2006-02-15 22:16:05'),(8698,322,1,1588,'8.99','2005-06-16 04:53:21','2006-02-15 22:16:05'),(8699,322,2,2481,'4.99','2005-06-18 21:08:30','2006-02-15 22:16:05'),(8700,322,1,2554,'0.99','2005-06-19 03:05:38','2006-02-15 22:16:05'),(8701,322,1,2983,'7.99','2005-06-20 08:41:42','2006-02-15 22:16:05'),(8702,322,2,3054,'5.99','2005-06-20 13:16:41','2006-02-15 22:16:05'),(8703,322,2,3413,'8.99','2005-06-21 16:57:07','2006-02-15 22:16:05'),(8704,322,1,3478,'0.99','2005-07-05 23:05:44','2006-02-15 22:16:05'),(8705,322,2,3627,'1.99','2005-07-06 06:19:25','2006-02-15 22:16:05'),(8706,322,1,3646,'4.99','2005-07-06 07:28:59','2006-02-15 22:16:05'),(8707,322,2,6033,'2.99','2005-07-11 02:59:34','2006-02-15 22:16:05'),(8708,322,1,6511,'3.99','2005-07-12 03:39:29','2006-02-15 22:16:05'),(8709,322,2,6673,'0.99','2005-07-12 11:50:56','2006-02-15 22:16:05'),(8710,322,2,6709,'4.99','2005-07-12 13:20:41','2006-02-15 22:16:05'),(8711,322,1,7091,'4.99','2005-07-27 04:44:10','2006-02-15 22:16:05'),(8712,322,2,8142,'4.99','2005-07-28 20:21:54','2006-02-15 22:16:05'),(8713,322,1,9104,'7.99','2005-07-30 08:49:55','2006-02-15 22:16:05'),(8714,322,1,9115,'4.99','2005-07-30 09:13:55','2006-02-15 22:16:05'),(8715,322,1,9252,'1.99','2005-07-30 14:19:59','2006-02-15 22:16:05'),(8716,322,2,11120,'4.99','2005-08-02 08:47:04','2006-02-15 22:16:06'),(8717,322,2,11456,'0.99','2005-08-02 21:14:04','2006-02-15 22:16:06'),(8718,322,2,13180,'4.99','2005-08-19 14:00:38','2006-02-15 22:16:06'),(8719,322,1,13650,'9.99','2005-08-20 07:49:06','2006-02-15 22:16:06'),(8720,322,2,14042,'4.99','2005-08-20 21:45:51','2006-02-15 22:16:06'),(8721,322,1,15450,'0.99','2005-08-23 00:56:01','2006-02-15 22:16:06'),(8722,322,2,15703,'8.99','2005-08-23 10:23:48','2006-02-15 22:16:06'),(8723,323,1,58,'4.99','2005-05-25 08:53:14','2006-02-15 22:16:06'),(8724,323,2,729,'2.99','2005-05-29 06:35:13','2006-02-15 22:16:06'),(8725,323,1,878,'5.99','2005-05-30 05:49:13','2006-02-15 22:16:06'),(8726,323,2,1167,'0.99','2005-06-14 23:25:58','2006-02-15 22:16:06'),(8727,323,2,1786,'2.99','2005-06-16 19:30:54','2006-02-15 22:16:06'),(8728,323,1,2933,'4.99','2005-06-20 04:52:23','2006-02-15 22:16:06'),(8729,323,2,3704,'6.99','2005-07-06 10:16:45','2006-02-15 22:16:06'),(8730,323,2,4572,'1.99','2005-07-08 05:36:59','2006-02-15 22:16:06'),(8731,323,2,5669,'4.99','2005-07-10 08:12:53','2006-02-15 22:16:06'),(8732,323,2,5906,'1.99','2005-07-10 20:41:41','2006-02-15 22:16:06'),(8733,323,1,6840,'3.99','2005-07-12 19:03:22','2006-02-15 22:16:06'),(8734,323,2,7146,'7.99','2005-07-27 07:02:30','2006-02-15 22:16:06'),(8735,323,2,7275,'2.99','2005-07-27 11:39:08','2006-02-15 22:16:06'),(8736,323,2,7695,'5.99','2005-07-28 03:41:13','2006-02-15 22:16:06'),(8737,323,1,7847,'1.99','2005-07-28 09:23:14','2006-02-15 22:16:06'),(8738,323,2,7937,'4.99','2005-07-28 12:38:22','2006-02-15 22:16:06'),(8739,323,2,8474,'0.99','2005-07-29 08:36:56','2006-02-15 22:16:07'),(8740,323,1,8790,'0.99','2005-07-29 20:51:41','2006-02-15 22:16:07'),(8741,323,1,9363,'2.99','2005-07-30 18:44:23','2006-02-15 22:16:07'),(8742,323,2,10002,'4.99','2005-07-31 17:48:16','2006-02-15 22:16:07'),(8743,323,1,10028,'4.99','2005-07-31 18:35:54','2006-02-15 22:16:07'),(8744,323,1,10298,'0.99','2005-08-01 04:06:03','2006-02-15 22:16:07'),(8745,323,1,10994,'3.99','2005-08-02 04:46:53','2006-02-15 22:16:07'),(8746,323,2,11548,'0.99','2005-08-17 00:59:47','2006-02-15 22:16:07'),(8747,323,1,12120,'4.99','2005-08-17 23:16:46','2006-02-15 22:16:07'),(8748,323,1,12169,'2.99','2005-08-18 01:05:54','2006-02-15 22:16:07'),(8749,323,1,13140,'5.99','2005-08-19 12:35:56','2006-02-15 22:16:07'),(8750,323,1,14224,'2.99','2005-08-21 04:53:08','2006-02-15 22:16:07'),(8751,323,1,14957,'3.99','2005-08-22 06:29:34','2006-02-15 22:16:07'),(8752,323,1,15387,'4.99','2005-08-22 22:49:13','2006-02-15 22:16:07'),(8753,323,1,15728,'0.99','2005-08-23 11:30:32','2006-02-15 22:16:07'),(8754,324,2,563,'3.99','2005-05-28 09:10:49','2006-02-15 22:16:07'),(8755,324,1,1740,'0.99','2005-06-16 16:29:00','2006-02-15 22:16:07'),(8756,324,2,2590,'2.99','2005-06-19 05:31:40','2006-02-15 22:16:07'),(8757,324,1,3947,'4.99','2005-07-06 21:42:21','2006-02-15 22:16:07'),(8758,324,1,4197,'0.99','2005-07-07 11:07:52','2006-02-15 22:16:07'),(8759,324,2,4368,'4.99','2005-07-07 19:55:19','2006-02-15 22:16:07'),(8760,324,2,5702,'2.99','2005-07-10 10:00:01','2006-02-15 22:16:07'),(8761,324,1,5778,'0.99','2005-07-10 13:41:37','2006-02-15 22:16:07'),(8762,324,1,6034,'2.99','2005-07-11 03:00:50','2006-02-15 22:16:07'),(8763,324,2,6299,'4.99','2005-07-11 17:45:08','2006-02-15 22:16:08'),(8764,324,2,7240,'3.99','2005-07-27 10:21:15','2006-02-15 22:16:08'),(8765,324,1,7263,'7.99','2005-07-27 11:17:22','2006-02-15 22:16:08'),(8766,324,2,7960,'6.99','2005-07-28 13:47:08','2006-02-15 22:16:08'),(8767,324,1,8698,'3.99','2005-07-29 16:52:17','2006-02-15 22:16:08'),(8768,324,1,9651,'4.99','2005-07-31 05:48:49','2006-02-15 22:16:08'),(8769,324,2,10212,'2.99','2005-08-01 01:01:35','2006-02-15 22:16:08'),(8770,324,1,11617,'2.99','2005-08-17 04:00:40','2006-02-15 22:16:08'),(8771,324,1,11771,'6.99','2005-08-17 10:17:09','2006-02-15 22:16:08'),(8772,324,2,12543,'2.99','2005-08-18 14:23:55','2006-02-15 22:16:08'),(8773,324,2,13356,'0.99','2005-08-19 21:02:21','2006-02-15 22:16:08'),(8774,324,1,13386,'2.99','2005-08-19 21:43:58','2006-02-15 22:16:08'),(8775,324,1,14262,'8.99','2005-08-21 06:08:13','2006-02-15 22:16:08'),(8776,324,2,14479,'7.99','2005-08-21 13:35:54','2006-02-15 22:16:08'),(8777,324,1,15263,'4.99','2005-08-22 18:27:33','2006-02-15 22:16:08'),(8778,324,2,13965,'2.99','2006-02-14 15:16:03','2006-02-15 22:16:08'),(8779,325,1,131,'5.99','2005-05-25 21:42:46','2006-02-15 22:16:08'),(8780,325,2,2502,'4.99','2005-06-18 23:12:13','2006-02-15 22:16:08'),(8781,325,2,2507,'4.99','2005-06-18 23:39:22','2006-02-15 22:16:08'),(8782,325,2,2808,'2.99','2005-06-19 19:34:45','2006-02-15 22:16:08'),(8783,325,1,5470,'5.99','2005-07-09 23:10:49','2006-02-15 22:16:08'),(8784,325,2,5740,'2.99','2005-07-10 11:51:58','2006-02-15 22:16:08'),(8785,325,1,5775,'4.99','2005-07-10 13:34:26','2006-02-15 22:16:08'),(8786,325,2,6135,'4.99','2005-07-11 08:32:23','2006-02-15 22:16:08'),(8787,325,2,6622,'0.99','2005-07-12 09:04:11','2006-02-15 22:16:09'),(8788,325,2,7223,'9.99','2005-07-27 09:42:27','2006-02-15 22:16:09'),(8789,325,2,7687,'2.99','2005-07-28 03:20:26','2006-02-15 22:16:09'),(8790,325,2,8539,'0.99','2005-07-29 10:48:24','2006-02-15 22:16:09'),(8791,325,2,10030,'2.99','2005-07-31 18:39:36','2006-02-15 22:16:09'),(8792,325,1,10070,'4.99','2005-07-31 19:46:29','2006-02-15 22:16:09'),(8793,325,2,10326,'4.99','2005-08-01 04:55:34','2006-02-15 22:16:09'),(8794,325,1,10412,'0.99','2005-08-01 07:57:16','2006-02-15 22:16:09'),(8795,325,2,12097,'4.99','2005-08-17 22:35:24','2006-02-15 22:16:09'),(8796,325,1,12779,'3.99','2005-08-18 23:44:00','2006-02-15 22:16:09'),(8797,325,2,13054,'4.99','2005-08-19 09:34:02','2006-02-15 22:16:09'),(8798,325,2,14452,'3.99','2005-08-21 12:23:20','2006-02-15 22:16:09'),(8799,325,1,14672,'5.99','2005-08-21 19:59:33','2006-02-15 22:16:09'),(8800,325,2,15009,'0.99','2005-08-22 08:27:27','2006-02-15 22:16:09'),(8801,326,1,875,'6.99','2005-05-30 05:38:24','2006-02-15 22:16:09'),(8802,326,2,981,'4.99','2005-05-30 21:52:42','2006-02-15 22:16:09'),(8803,326,2,1149,'3.99','2005-05-31 21:03:17','2006-02-15 22:16:09'),(8804,326,1,1311,'4.99','2005-06-15 10:11:59','2006-02-15 22:16:09'),(8805,326,2,2086,'0.99','2005-06-17 17:32:07','2006-02-15 22:16:09'),(8806,326,2,2317,'4.99','2005-06-18 09:12:18','2006-02-15 22:16:09'),(8807,326,1,3441,'4.99','2005-06-21 20:00:12','2006-02-15 22:16:09'),(8808,326,2,3886,'0.99','2005-07-06 18:44:24','2006-02-15 22:16:09'),(8809,326,1,4160,'7.99','2005-07-07 09:13:17','2006-02-15 22:16:09'),(8810,326,1,5147,'5.99','2005-07-09 08:17:41','2006-02-15 22:16:09'),(8811,326,1,7117,'2.99','2005-07-27 05:48:36','2006-02-15 22:16:10'),(8812,326,2,7725,'2.99','2005-07-28 04:47:14','2006-02-15 22:16:10'),(8813,326,2,7931,'4.99','2005-07-28 12:23:41','2006-02-15 22:16:10'),(8814,326,1,8467,'5.99','2005-07-29 08:25:35','2006-02-15 22:16:10'),(8815,326,1,8604,'4.99','2005-07-29 13:07:13','2006-02-15 22:16:10'),(8816,326,2,8739,'2.99','2005-07-29 18:34:33','2006-02-15 22:16:10'),(8817,326,2,9855,'0.99','2005-07-31 13:00:33','2006-02-15 22:16:10'),(8818,326,1,10108,'0.99','2005-07-31 21:02:14','2006-02-15 22:16:10'),(8819,326,2,10173,'4.99','2005-07-31 23:36:59','2006-02-15 22:16:10'),(8820,326,2,10720,'0.99','2005-08-01 19:04:33','2006-02-15 22:16:10'),(8821,326,2,10976,'4.99','2005-08-02 04:11:48','2006-02-15 22:16:10'),(8822,326,2,11010,'0.99','2005-08-02 05:06:27','2006-02-15 22:16:10'),(8823,326,2,11428,'2.99','2005-08-02 20:03:10','2006-02-15 22:16:10'),(8824,326,2,11485,'4.99','2005-08-02 22:33:25','2006-02-15 22:16:10'),(8825,326,2,12829,'2.99','2005-08-19 01:38:18','2006-02-15 22:16:10'),(8826,327,1,653,'6.99','2005-05-28 20:12:20','2006-02-15 22:16:10'),(8827,327,1,1294,'4.99','2005-06-15 09:09:27','2006-02-15 22:16:10'),(8828,327,2,1577,'3.99','2005-06-16 04:03:28','2006-02-15 22:16:10'),(8829,327,2,1929,'6.99','2005-06-17 06:49:30','2006-02-15 22:16:10'),(8830,327,1,2273,'4.99','2005-06-18 06:30:02','2006-02-15 22:16:10'),(8831,327,2,2304,'5.99','2005-06-18 08:30:15','2006-02-15 22:16:10'),(8832,327,2,2637,'3.99','2005-06-19 09:20:56','2006-02-15 22:16:10'),(8833,327,1,4445,'4.99','2005-07-07 23:08:22','2006-02-15 22:16:10'),(8834,327,1,4521,'0.99','2005-07-08 02:57:56','2006-02-15 22:16:11'),(8835,327,1,6618,'2.99','2005-07-12 08:41:42','2006-02-15 22:16:11'),(8836,327,2,7458,'1.99','2005-07-27 18:36:17','2006-02-15 22:16:11'),(8837,327,2,7808,'1.99','2005-07-28 07:58:56','2006-02-15 22:16:11'),(8838,327,1,10371,'0.99','2005-08-01 06:20:29','2006-02-15 22:16:11'),(8839,327,1,11372,'4.99','2005-08-02 18:10:50','2006-02-15 22:16:11'),(8840,327,2,11929,'6.99','2005-08-17 16:28:51','2006-02-15 22:16:11'),(8841,327,1,12016,'0.99','2005-08-17 19:33:24','2006-02-15 22:16:11'),(8842,327,2,13158,'2.99','2005-08-19 13:18:10','2006-02-15 22:16:11'),(8843,327,1,13360,'4.99','2005-08-19 21:05:11','2006-02-15 22:16:11'),(8844,327,1,13448,'0.99','2005-08-20 00:12:43','2006-02-15 22:16:11'),(8845,327,1,14847,'4.99','2005-08-22 02:13:51','2006-02-15 22:16:11'),(8846,327,2,15365,'3.99','2005-08-22 21:42:17','2006-02-15 22:16:11'),(8847,327,1,15386,'2.99','2005-08-22 22:41:14','2006-02-15 22:16:11'),(8848,327,1,15828,'5.99','2005-08-23 15:16:32','2006-02-15 22:16:11'),(8849,327,1,15916,'9.99','2005-08-23 17:56:01','2006-02-15 22:16:11'),(8850,327,2,15969,'7.99','2005-08-23 19:51:30','2006-02-15 22:16:11'),(8851,327,1,15297,'2.99','2006-02-14 15:16:03','2006-02-15 22:16:11'),(8852,328,2,862,'2.99','2005-05-30 03:09:11','2006-02-15 22:16:11'),(8853,328,2,1670,'2.99','2005-06-16 10:26:33','2006-02-15 22:16:11'),(8854,328,2,1980,'6.99','2005-06-17 09:48:05','2006-02-15 22:16:11'),(8855,328,2,2243,'5.99','2005-06-18 04:33:03','2006-02-15 22:16:11'),(8856,328,1,3024,'4.99','2005-06-20 11:29:17','2006-02-15 22:16:11'),(8857,328,1,3239,'0.99','2005-06-21 02:48:40','2006-02-15 22:16:11'),(8858,328,1,5450,'4.99','2005-07-09 22:13:25','2006-02-15 22:16:12'),(8859,328,1,8017,'1.99','2005-07-28 15:35:41','2006-02-15 22:16:12'),(8860,328,1,8577,'6.99','2005-07-29 11:56:30','2006-02-15 22:16:12'),(8861,328,2,8780,'4.99','2005-07-29 20:19:45','2006-02-15 22:16:12'),(8862,328,2,9557,'2.99','2005-07-31 02:14:01','2006-02-15 22:16:12'),(8863,328,1,9835,'2.99','2005-07-31 12:07:35','2006-02-15 22:16:12'),(8864,328,1,11174,'2.99','2005-08-02 10:32:11','2006-02-15 22:16:12'),(8865,328,1,12175,'4.99','2005-08-18 01:10:17','2006-02-15 22:16:12'),(8866,328,2,12825,'0.99','2005-08-19 01:23:58','2006-02-15 22:16:12'),(8867,328,1,13609,'2.99','2005-08-20 06:11:51','2006-02-15 22:16:12'),(8868,328,2,13681,'7.99','2005-08-20 08:47:37','2006-02-15 22:16:12'),(8869,328,1,13907,'3.99','2005-08-20 16:17:27','2006-02-15 22:16:12'),(8870,328,2,14307,'3.99','2005-08-21 07:34:52','2006-02-15 22:16:12'),(8871,328,1,14755,'3.99','2005-08-21 23:18:08','2006-02-15 22:16:12'),(8872,328,2,14939,'2.99','2005-08-22 05:53:52','2006-02-15 22:16:12'),(8873,328,1,15179,'4.99','2005-08-22 15:36:22','2006-02-15 22:16:12'),(8874,328,1,15863,'0.99','2005-08-23 16:17:09','2006-02-15 22:16:12'),(8875,329,1,1183,'2.99','2005-06-15 00:49:19','2006-02-15 22:16:12'),(8876,329,1,2010,'5.99','2005-06-17 11:54:15','2006-02-15 22:16:12'),(8877,329,2,2024,'0.99','2005-06-17 13:00:51','2006-02-15 22:16:12'),(8878,329,1,2151,'0.99','2005-06-17 22:52:37','2006-02-15 22:16:12'),(8879,329,1,2303,'2.99','2005-06-18 08:27:59','2006-02-15 22:16:12'),(8880,329,2,2702,'2.99','2005-06-19 13:35:56','2006-02-15 22:16:12'),(8881,329,1,3052,'5.99','2005-06-20 13:09:19','2006-02-15 22:16:13'),(8882,329,2,3053,'0.99','2005-06-20 13:10:30','2006-02-15 22:16:13'),(8883,329,2,3268,'4.99','2005-06-21 04:55:49','2006-02-15 22:16:13'),(8884,329,2,3976,'2.99','2005-07-06 23:00:20','2006-02-15 22:16:13'),(8885,329,2,4076,'4.99','2005-07-07 04:52:15','2006-02-15 22:16:13'),(8886,329,1,4415,'4.99','2005-07-07 22:01:43','2006-02-15 22:16:13'),(8887,329,1,4465,'1.99','2005-07-08 00:07:45','2006-02-15 22:16:13'),(8888,329,2,4674,'2.99','2005-07-08 10:19:28','2006-02-15 22:16:13'),(8889,329,1,7980,'4.99','2005-07-28 14:16:49','2006-02-15 22:16:13'),(8890,329,2,8172,'7.99','2005-07-28 21:34:36','2006-02-15 22:16:13'),(8891,329,1,8460,'6.99','2005-07-29 08:08:03','2006-02-15 22:16:13'),(8892,329,2,8941,'0.99','2005-07-30 02:59:21','2006-02-15 22:16:13'),(8893,329,2,9024,'4.99','2005-07-30 05:44:42','2006-02-15 22:16:13'),(8894,329,2,9219,'0.99','2005-07-30 13:15:21','2006-02-15 22:16:13'),(8895,329,1,9381,'0.99','2005-07-30 19:23:04','2006-02-15 22:16:13'),(8896,329,1,9827,'6.99','2005-07-31 11:56:55','2006-02-15 22:16:13'),(8897,329,1,10473,'7.99','2005-08-01 09:56:24','2006-02-15 22:16:13'),(8898,329,2,10490,'0.99','2005-08-01 10:37:11','2006-02-15 22:16:13'),(8899,329,1,11130,'2.99','2005-08-02 09:08:59','2006-02-15 22:16:13'),(8900,329,2,11169,'3.99','2005-08-02 10:19:42','2006-02-15 22:16:13'),(8901,329,2,11697,'0.99','2005-08-17 07:09:19','2006-02-15 22:16:13'),(8902,329,1,12659,'6.99','2005-08-18 19:05:49','2006-02-15 22:16:13'),(8903,329,1,13627,'8.99','2005-08-20 06:59:00','2006-02-15 22:16:13'),(8904,329,1,14900,'4.99','2005-08-22 04:27:48','2006-02-15 22:16:13'),(8905,329,2,15011,'4.99','2005-08-22 08:31:07','2006-02-15 22:16:14'),(8906,329,1,15308,'2.99','2005-08-22 19:54:31','2006-02-15 22:16:14'),(8907,330,1,704,'3.99','2005-05-29 02:44:43','2006-02-15 22:16:14'),(8908,330,2,967,'7.99','2005-05-30 19:12:06','2006-02-15 22:16:14'),(8909,330,1,1219,'6.99','2005-06-15 03:25:59','2006-02-15 22:16:14'),(8910,330,2,1511,'5.99','2005-06-15 22:45:06','2006-02-15 22:16:14'),(8911,330,2,2885,'0.99','2005-06-20 01:33:42','2006-02-15 22:16:14'),(8912,330,1,2936,'4.99','2005-06-20 05:09:27','2006-02-15 22:16:14'),(8913,330,2,3061,'2.99','2005-06-20 13:48:21','2006-02-15 22:16:14'),(8914,330,2,3603,'4.99','2005-07-06 05:25:03','2006-02-15 22:16:14'),(8915,330,2,3659,'2.99','2005-07-06 08:03:14','2006-02-15 22:16:14'),(8916,330,2,3760,'2.99','2005-07-06 12:49:28','2006-02-15 22:16:14'),(8917,330,1,4124,'1.99','2005-07-07 07:19:54','2006-02-15 22:16:14'),(8918,330,2,5149,'2.99','2005-07-09 08:28:23','2006-02-15 22:16:14'),(8919,330,1,5750,'5.99','2005-07-10 12:20:41','2006-02-15 22:16:14'),(8920,330,1,6656,'0.99','2005-07-12 11:09:47','2006-02-15 22:16:14'),(8921,330,2,6678,'2.99','2005-07-12 11:58:36','2006-02-15 22:16:14'),(8922,330,1,6719,'2.99','2005-07-12 13:40:37','2006-02-15 22:16:14'),(8923,330,2,7894,'2.99','2005-07-28 10:53:58','2006-02-15 22:16:14'),(8924,330,1,8680,'4.99','2005-07-29 16:08:03','2006-02-15 22:16:14'),(8925,330,2,10100,'4.99','2005-07-31 20:47:18','2006-02-15 22:16:14'),(8926,330,2,11259,'3.99','2005-08-02 13:46:30','2006-02-15 22:16:14'),(8927,330,1,12062,'2.99','2005-08-17 21:24:47','2006-02-15 22:16:14'),(8928,330,1,12394,'2.99','2005-08-18 09:05:15','2006-02-15 22:16:15'),(8929,330,1,12740,'4.99','2005-08-18 22:17:04','2006-02-15 22:16:15'),(8930,330,1,12867,'0.99','2005-08-19 02:40:11','2006-02-15 22:16:15'),(8931,330,2,11709,'2.99','2006-02-14 15:16:03','2006-02-15 22:16:15'),(8932,331,2,87,'0.99','2005-05-25 13:52:43','2006-02-15 22:16:15'),(8933,331,1,996,'2.99','2005-05-31 00:06:20','2006-02-15 22:16:15'),(8934,331,1,1415,'2.99','2005-06-15 17:31:57','2006-02-15 22:16:15'),(8935,331,2,2528,'6.99','2005-06-19 01:14:12','2006-02-15 22:16:15'),(8936,331,1,2587,'2.99','2005-06-19 05:06:14','2006-02-15 22:16:15'),(8937,331,1,3505,'4.99','2005-07-06 00:19:32','2006-02-15 22:16:15'),(8938,331,1,3613,'4.99','2005-07-06 05:45:53','2006-02-15 22:16:15'),(8939,331,2,3871,'8.99','2005-07-06 17:58:51','2006-02-15 22:16:15'),(8940,331,1,4051,'4.99','2005-07-07 03:37:28','2006-02-15 22:16:15'),(8941,331,2,4063,'5.99','2005-07-07 04:23:57','2006-02-15 22:16:15'),(8942,331,1,4326,'10.99','2005-07-07 18:01:22','2006-02-15 22:16:15'),(8943,331,1,5152,'2.99','2005-07-09 08:34:44','2006-02-15 22:16:15'),(8944,331,1,5885,'1.99','2005-07-10 19:33:50','2006-02-15 22:16:15'),(8945,331,1,5947,'5.99','2005-07-10 23:07:42','2006-02-15 22:16:15'),(8946,331,1,8231,'0.99','2005-07-29 00:14:37','2006-02-15 22:16:15'),(8947,331,2,8995,'4.99','2005-07-30 04:53:11','2006-02-15 22:16:15'),(8948,331,1,9401,'5.99','2005-07-30 20:18:19','2006-02-15 22:16:15'),(8949,331,2,10188,'6.99','2005-08-01 00:19:41','2006-02-15 22:16:16'),(8950,331,1,11052,'5.99','2005-08-02 06:26:19','2006-02-15 22:16:16'),(8951,331,1,11362,'2.99','2005-08-02 17:47:25','2006-02-15 22:16:16'),(8952,331,2,12533,'4.99','2005-08-18 14:01:40','2006-02-15 22:16:16'),(8953,331,1,13795,'0.99','2005-08-20 12:32:09','2006-02-15 22:16:16'),(8954,331,1,14256,'7.99','2005-08-21 05:52:27','2006-02-15 22:16:16'),(8955,331,1,14628,'1.99','2005-08-21 18:37:24','2006-02-15 22:16:16'),(8956,331,1,15339,'2.99','2005-08-22 20:52:12','2006-02-15 22:16:16'),(8957,331,2,15447,'3.99','2005-08-23 00:53:57','2006-02-15 22:16:16'),(8958,331,1,15521,'2.99','2005-08-23 03:30:51','2006-02-15 22:16:16'),(8959,332,2,600,'3.99','2005-05-28 14:08:19','2006-02-15 22:16:16'),(8960,332,1,1000,'6.99','2005-05-31 00:25:56','2006-02-15 22:16:16'),(8961,332,1,4100,'6.99','2005-07-07 06:20:52','2006-02-15 22:16:16'),(8962,332,1,4302,'6.99','2005-07-07 16:47:53','2006-02-15 22:16:16'),(8963,332,2,5116,'2.99','2005-07-09 07:10:12','2006-02-15 22:16:16'),(8964,332,1,5277,'1.99','2005-07-09 14:40:42','2006-02-15 22:16:16'),(8965,332,2,5381,'2.99','2005-07-09 19:11:11','2006-02-15 22:16:16'),(8966,332,2,5388,'0.99','2005-07-09 19:25:25','2006-02-15 22:16:16'),(8967,332,1,5440,'0.99','2005-07-09 21:45:17','2006-02-15 22:16:16'),(8968,332,2,7049,'7.99','2005-07-27 03:32:41','2006-02-15 22:16:16'),(8969,332,2,7418,'2.99','2005-07-27 16:59:09','2006-02-15 22:16:16'),(8970,332,2,7577,'8.99','2005-07-27 22:56:07','2006-02-15 22:16:16'),(8971,332,2,7578,'4.99','2005-07-27 22:58:17','2006-02-15 22:16:17'),(8972,332,2,7934,'8.99','2005-07-28 12:33:10','2006-02-15 22:16:17'),(8973,332,2,8173,'6.99','2005-07-28 21:35:44','2006-02-15 22:16:17'),(8974,332,1,9324,'1.99','2005-07-30 17:28:52','2006-02-15 22:16:17'),(8975,332,1,9388,'5.99','2005-07-30 19:27:22','2006-02-15 22:16:17'),(8976,332,1,9921,'0.99','2005-07-31 14:59:21','2006-02-15 22:16:17'),(8977,332,1,10026,'4.99','2005-07-31 18:31:51','2006-02-15 22:16:17'),(8978,332,1,10307,'0.99','2005-08-01 04:21:54','2006-02-15 22:16:17'),(8979,332,2,10439,'0.99','2005-08-01 08:54:26','2006-02-15 22:16:17'),(8980,332,1,11229,'5.99','2005-08-02 12:56:37','2006-02-15 22:16:17'),(8981,332,2,11564,'2.99','2005-08-17 01:27:49','2006-02-15 22:16:17'),(8982,332,2,12318,'4.99','2005-08-18 06:21:56','2006-02-15 22:16:17'),(8983,332,2,13673,'2.99','2005-08-20 08:27:30','2006-02-15 22:16:17'),(8984,332,2,14783,'4.99','2005-08-22 00:21:57','2006-02-15 22:16:17'),(8985,332,2,15194,'0.99','2005-08-22 16:07:34','2006-02-15 22:16:17'),(8986,332,1,15210,'3.99','2005-08-22 16:37:36','2006-02-15 22:16:17'),(8987,333,1,4,'4.99','2005-05-24 23:04:41','2006-02-15 22:16:17'),(8988,333,1,1667,'2.99','2005-06-16 10:18:59','2006-02-15 22:16:17'),(8989,333,1,2149,'6.99','2005-06-17 22:50:00','2006-02-15 22:16:17'),(8990,333,1,2929,'1.99','2005-06-20 04:47:39','2006-02-15 22:16:17'),(8991,333,1,3110,'2.99','2005-06-20 17:40:12','2006-02-15 22:16:17'),(8992,333,2,5032,'0.99','2005-07-09 02:39:47','2006-02-15 22:16:17'),(8993,333,1,5645,'1.99','2005-07-10 06:58:21','2006-02-15 22:16:17'),(8994,333,2,5892,'4.99','2005-07-10 20:02:42','2006-02-15 22:16:17'),(8995,333,2,6275,'0.99','2005-07-11 16:12:11','2006-02-15 22:16:18'),(8996,333,2,6931,'4.99','2005-07-26 23:02:57','2006-02-15 22:16:18'),(8997,333,2,6958,'0.99','2005-07-27 00:02:41','2006-02-15 22:16:18'),(8998,333,2,7076,'6.99','2005-07-27 04:12:14','2006-02-15 22:16:18'),(8999,333,2,7246,'0.99','2005-07-27 10:30:41','2006-02-15 22:16:18'),(9000,333,1,8719,'4.99','2005-07-29 17:45:45','2006-02-15 22:16:18'),(9001,333,2,9148,'4.99','2005-07-30 10:39:10','2006-02-15 22:16:18'),(9002,333,2,9338,'10.99','2005-07-30 18:03:13','2006-02-15 22:16:18'),(9003,333,2,10035,'4.99','2005-07-31 18:46:46','2006-02-15 22:16:18'),(9004,333,1,10062,'2.99','2005-07-31 19:24:55','2006-02-15 22:16:18'),(9005,333,2,10844,'4.99','2005-08-01 23:46:58','2006-02-15 22:16:18'),(9006,333,1,12427,'6.99','2005-08-18 10:24:17','2006-02-15 22:16:18'),(9007,333,2,12661,'0.99','2005-08-18 19:10:10','2006-02-15 22:16:18'),(9008,333,1,13579,'3.99','2005-08-20 05:22:06','2006-02-15 22:16:18'),(9009,333,2,13710,'4.99','2005-08-20 09:35:20','2006-02-15 22:16:18'),(9010,333,1,14057,'4.99','2005-08-20 22:22:59','2006-02-15 22:16:18'),(9011,333,1,14740,'2.99','2005-08-21 22:35:33','2006-02-15 22:16:18'),(9012,333,2,15253,'2.99','2005-08-22 18:05:21','2006-02-15 22:16:18'),(9013,333,1,15313,'4.99','2005-08-22 19:59:42','2006-02-15 22:16:18'),(9014,334,1,13,'6.99','2005-05-25 00:22:55','2006-02-15 22:16:18'),(9015,334,1,431,'8.99','2005-05-27 16:31:05','2006-02-15 22:16:18'),(9016,334,2,1187,'4.99','2005-06-15 00:58:50','2006-02-15 22:16:18'),(9017,334,1,1298,'4.99','2005-06-15 09:32:53','2006-02-15 22:16:19'),(9018,334,2,2476,'0.99','2005-06-18 20:57:12','2006-02-15 22:16:19'),(9019,334,1,3662,'4.99','2005-07-06 08:11:48','2006-02-15 22:16:19'),(9020,334,1,4603,'6.99','2005-07-08 06:57:07','2006-02-15 22:16:19'),(9021,334,2,5014,'4.99','2005-07-09 01:51:49','2006-02-15 22:16:19'),(9022,334,2,5434,'0.99','2005-07-09 21:25:20','2006-02-15 22:16:19'),(9023,334,2,5818,'5.99','2005-07-10 15:51:12','2006-02-15 22:16:19'),(9024,334,1,5845,'4.99','2005-07-10 17:23:14','2006-02-15 22:16:19'),(9025,334,2,6641,'5.99','2005-07-12 10:33:14','2006-02-15 22:16:19'),(9026,334,2,6749,'4.99','2005-07-12 14:43:05','2006-02-15 22:16:19'),(9027,334,1,6987,'2.99','2005-07-27 00:59:50','2006-02-15 22:16:19'),(9028,334,1,8977,'7.99','2005-07-30 04:14:07','2006-02-15 22:16:19'),(9029,334,1,9633,'2.99','2005-07-31 05:04:08','2006-02-15 22:16:19'),(9030,334,1,10207,'3.99','2005-08-01 00:53:01','2006-02-15 22:16:19'),(9031,334,1,10408,'4.99','2005-08-01 07:42:10','2006-02-15 22:16:19'),(9032,334,1,10492,'2.99','2005-08-01 10:42:28','2006-02-15 22:16:19'),(9033,334,1,10879,'1.99','2005-08-02 00:33:20','2006-02-15 22:16:19'),(9034,334,2,10997,'7.99','2005-08-02 04:49:02','2006-02-15 22:16:19'),(9035,334,2,12677,'4.99','2005-08-18 19:36:05','2006-02-15 22:16:19'),(9036,334,2,13325,'4.99','2005-08-19 19:52:02','2006-02-15 22:16:19'),(9037,334,1,13876,'2.99','2005-08-20 15:15:28','2006-02-15 22:16:19'),(9038,334,1,14645,'0.99','2005-08-21 19:12:47','2006-02-15 22:16:19'),(9039,334,1,14984,'7.99','2005-08-22 07:35:31','2006-02-15 22:16:19'),(9040,334,2,15548,'0.99','2005-08-23 04:26:20','2006-02-15 22:16:20'),(9041,334,2,15656,'4.99','2005-08-23 08:38:58','2006-02-15 22:16:20'),(9042,334,1,15669,'3.99','2005-08-23 09:06:17','2006-02-15 22:16:20'),(9043,334,1,14219,'0.99','2006-02-14 15:16:03','2006-02-15 22:16:20'),(9044,335,1,3329,'4.99','2005-06-21 09:20:31','2006-02-15 22:16:20'),(9045,335,1,3607,'0.99','2005-07-06 05:30:09','2006-02-15 22:16:20'),(9046,335,2,4016,'0.99','2005-07-07 01:05:50','2006-02-15 22:16:20'),(9047,335,2,4032,'2.99','2005-07-07 02:34:13','2006-02-15 22:16:20'),(9048,335,1,4279,'4.99','2005-07-07 15:01:53','2006-02-15 22:16:20'),(9049,335,1,4387,'8.99','2005-07-07 20:56:47','2006-02-15 22:16:20'),(9050,335,1,5024,'4.99','2005-07-09 02:25:12','2006-02-15 22:16:20'),(9051,335,1,5252,'0.99','2005-07-09 13:40:44','2006-02-15 22:16:20'),(9052,335,2,5728,'2.99','2005-07-10 11:26:14','2006-02-15 22:16:20'),(9053,335,1,6624,'7.99','2005-07-12 09:05:50','2006-02-15 22:16:20'),(9054,335,1,6906,'0.99','2005-07-12 22:03:02','2006-02-15 22:16:20'),(9055,335,2,8634,'3.99','2005-07-29 14:19:57','2006-02-15 22:16:20'),(9056,335,1,8855,'2.99','2005-07-29 23:40:10','2006-02-15 22:16:20'),(9057,335,1,9125,'5.99','2005-07-30 09:43:39','2006-02-15 22:16:20'),(9058,335,2,9361,'4.99','2005-07-30 18:43:49','2006-02-15 22:16:20'),(9059,335,1,9428,'0.99','2005-07-30 21:18:37','2006-02-15 22:16:20'),(9060,335,2,10606,'4.99','2005-08-01 14:39:15','2006-02-15 22:16:21'),(9061,335,2,13267,'0.99','2005-08-19 17:31:36','2006-02-15 22:16:21'),(9062,335,1,13622,'1.99','2005-08-20 06:45:32','2006-02-15 22:16:21'),(9063,335,1,14014,'2.99','2005-08-20 20:47:09','2006-02-15 22:16:21'),(9064,335,2,15005,'4.99','2005-08-22 08:15:44','2006-02-15 22:16:21'),(9065,335,2,15101,'0.99','2005-08-22 11:56:02','2006-02-15 22:16:21'),(9066,335,2,11541,'0.99','2006-02-14 15:16:03','2006-02-15 22:16:21'),(9067,336,1,1478,'2.99','2005-06-15 21:12:13','2006-02-15 22:16:21'),(9068,336,2,2212,'2.99','2005-06-18 02:36:10','2006-02-15 22:16:21'),(9069,336,2,2475,'2.99','2005-06-18 20:52:46','2006-02-15 22:16:21'),(9070,336,1,2575,'2.99','2005-06-19 04:32:52','2006-02-15 22:16:21'),(9071,336,2,2719,'4.99','2005-06-19 14:50:19','2006-02-15 22:16:21'),(9072,336,1,2954,'2.99','2005-06-20 06:45:00','2006-02-15 22:16:21'),(9073,336,2,3204,'4.99','2005-06-21 00:37:50','2006-02-15 22:16:21'),(9074,336,2,3349,'0.99','2005-06-21 11:17:35','2006-02-15 22:16:21'),(9075,336,2,4323,'5.99','2005-07-07 17:55:53','2006-02-15 22:16:21'),(9076,336,1,4595,'2.99','2005-07-08 06:40:25','2006-02-15 22:16:21'),(9077,336,2,5649,'2.99','2005-07-10 07:15:07','2006-02-15 22:16:21'),(9078,336,2,5667,'0.99','2005-07-10 08:11:03','2006-02-15 22:16:21'),(9079,336,2,6263,'4.99','2005-07-11 15:33:50','2006-02-15 22:16:22'),(9080,336,2,6382,'6.99','2005-07-11 21:58:53','2006-02-15 22:16:22'),(9081,336,2,8275,'4.99','2005-07-29 01:35:47','2006-02-15 22:16:22'),(9082,336,1,8407,'6.99','2005-07-29 06:37:02','2006-02-15 22:16:22'),(9083,336,2,8607,'4.99','2005-07-29 13:18:00','2006-02-15 22:16:22'),(9084,336,2,8951,'8.99','2005-07-30 03:18:24','2006-02-15 22:16:22'),(9085,336,2,9306,'0.99','2005-07-30 16:47:17','2006-02-15 22:16:22'),(9086,336,1,10055,'0.99','2005-07-31 19:15:58','2006-02-15 22:16:22'),(9087,336,2,11743,'2.99','2005-08-17 08:49:05','2006-02-15 22:16:22'),(9088,336,1,12323,'8.99','2005-08-18 06:36:22','2006-02-15 22:16:22'),(9089,336,2,12794,'0.99','2005-08-19 00:20:37','2006-02-15 22:16:22'),(9090,336,2,12926,'3.99','2005-08-19 05:00:16','2006-02-15 22:16:22'),(9091,336,2,13066,'0.99','2005-08-19 09:50:39','2006-02-15 22:16:22'),(9092,336,2,13689,'4.99','2005-08-20 09:04:30','2006-02-15 22:16:22'),(9093,336,1,14295,'2.99','2005-08-21 07:09:27','2006-02-15 22:16:22'),(9094,336,1,15073,'10.99','2005-08-22 11:01:15','2006-02-15 22:16:22'),(9095,336,2,15848,'2.99','2005-08-23 15:41:12','2006-02-15 22:16:22'),(9096,336,1,13022,'0.99','2006-02-14 15:16:03','2006-02-15 22:16:22'),(9097,337,1,374,'6.99','2005-05-27 08:26:30','2006-02-15 22:16:23'),(9098,337,1,572,'4.99','2005-05-28 10:30:13','2006-02-15 22:16:23'),(9099,337,1,839,'8.99','2005-05-30 00:28:12','2006-02-15 22:16:23'),(9100,337,2,1969,'4.99','2005-06-17 09:22:22','2006-02-15 22:16:23'),(9101,337,1,2014,'5.99','2005-06-17 12:03:28','2006-02-15 22:16:23'),(9102,337,1,3626,'5.99','2005-07-06 06:15:35','2006-02-15 22:16:23'),(9103,337,1,4091,'6.99','2005-07-07 05:53:38','2006-02-15 22:16:23'),(9104,337,2,4093,'4.99','2005-07-07 05:54:50','2006-02-15 22:16:23'),(9105,337,2,4855,'4.99','2005-07-08 18:45:50','2006-02-15 22:16:23'),(9106,337,1,5050,'2.99','2005-07-09 03:54:38','2006-02-15 22:16:23'),(9107,337,1,6212,'0.99','2005-07-11 12:40:48','2006-02-15 22:16:23'),(9108,337,2,6305,'7.99','2005-07-11 18:02:25','2006-02-15 22:16:23'),(9109,337,1,6620,'2.99','2005-07-12 08:51:03','2006-02-15 22:16:23'),(9110,337,1,7410,'4.99','2005-07-27 16:41:59','2006-02-15 22:16:23'),(9111,337,1,8516,'4.99','2005-07-29 10:00:03','2006-02-15 22:16:23'),(9112,337,2,8919,'8.99','2005-07-30 01:57:03','2006-02-15 22:16:24'),(9113,337,2,9051,'5.99','2005-07-30 07:05:54','2006-02-15 22:16:24'),(9114,337,1,10664,'0.99','2005-08-01 16:51:15','2006-02-15 22:16:24'),(9115,337,2,10765,'0.99','2005-08-01 20:34:51','2006-02-15 22:16:24'),(9116,337,2,11252,'2.99','2005-08-02 13:42:13','2006-02-15 22:16:24'),(9117,337,1,11734,'3.99','2005-08-17 08:34:22','2006-02-15 22:16:24'),(9118,337,1,12369,'6.99','2005-08-18 07:57:43','2006-02-15 22:16:24'),(9119,337,2,13305,'6.99','2005-08-19 18:57:05','2006-02-15 22:16:24'),(9120,337,1,13678,'4.99','2005-08-20 08:38:24','2006-02-15 22:16:24'),(9121,337,2,13892,'3.99','2005-08-20 15:50:17','2006-02-15 22:16:24'),(9122,337,2,14118,'5.99','2005-08-21 01:13:37','2006-02-15 22:16:24'),(9123,337,2,15241,'4.99','2005-08-22 17:47:40','2006-02-15 22:16:24'),(9124,337,1,15292,'4.99','2005-08-22 19:28:56','2006-02-15 22:16:24'),(9125,337,2,11847,'0.99','2006-02-14 15:16:03','2006-02-15 22:16:24'),(9126,338,1,675,'0.99','2005-05-28 22:22:44','2006-02-15 22:16:24'),(9127,338,2,1510,'4.99','2005-06-15 22:39:34','2006-02-15 22:16:24'),(9128,338,1,1807,'5.99','2005-06-16 20:58:59','2006-02-15 22:16:24'),(9129,338,2,1952,'4.99','2005-06-17 08:33:02','2006-02-15 22:16:24'),(9130,338,1,2148,'6.99','2005-06-17 22:44:35','2006-02-15 22:16:24'),(9131,338,1,2179,'0.99','2005-06-18 00:41:36','2006-02-15 22:16:24'),(9132,338,1,2495,'4.99','2005-06-18 22:15:42','2006-02-15 22:16:24'),(9133,338,1,3458,'5.99','2005-06-21 21:42:49','2006-02-15 22:16:25'),(9134,338,1,3516,'0.99','2005-07-06 00:50:30','2006-02-15 22:16:25'),(9135,338,2,3772,'2.99','2005-07-06 13:22:53','2006-02-15 22:16:25'),(9136,338,2,4104,'5.99','2005-07-07 06:25:41','2006-02-15 22:16:25'),(9137,338,2,4779,'4.99','2005-07-08 15:53:41','2006-02-15 22:16:25'),(9138,338,1,5309,'4.99','2005-07-09 16:00:16','2006-02-15 22:16:25'),(9139,338,1,6236,'2.99','2005-07-11 14:18:17','2006-02-15 22:16:25'),(9140,338,1,6360,'4.99','2005-07-11 21:07:40','2006-02-15 22:16:25'),(9141,338,2,7584,'3.99','2005-07-27 23:15:46','2006-02-15 22:16:25'),(9142,338,1,8766,'0.99','2005-07-29 19:41:04','2006-02-15 22:16:25'),(9143,338,1,9485,'7.99','2005-07-30 23:32:40','2006-02-15 22:16:25'),(9144,338,2,10791,'2.99','2005-08-01 21:41:52','2006-02-15 22:16:25'),(9145,338,1,10897,'0.99','2005-08-02 01:23:42','2006-02-15 22:16:25'),(9146,338,2,11064,'4.99','2005-08-02 06:55:17','2006-02-15 22:16:25'),(9147,338,2,11671,'4.99','2005-08-17 05:50:21','2006-02-15 22:16:25'),(9148,338,2,11719,'5.99','2005-08-17 07:46:05','2006-02-15 22:16:25'),(9149,338,1,12167,'2.99','2005-08-18 01:00:02','2006-02-15 22:16:25'),(9150,338,1,13284,'3.99','2005-08-19 18:12:31','2006-02-15 22:16:25'),(9151,338,1,14619,'2.99','2005-08-21 18:10:03','2006-02-15 22:16:26'),(9152,338,2,15105,'0.99','2005-08-22 12:01:33','2006-02-15 22:16:26'),(9153,338,2,15173,'6.99','2005-08-22 15:26:29','2006-02-15 22:16:26'),(9154,339,1,876,'5.99','2005-05-30 05:41:22','2006-02-15 22:16:26'),(9155,339,2,1432,'3.99','2005-06-15 18:27:24','2006-02-15 22:16:26'),(9156,339,1,1536,'4.99','2005-06-16 00:52:22','2006-02-15 22:16:26'),(9157,339,2,1629,'4.99','2005-06-16 07:53:47','2006-02-15 22:16:26'),(9158,339,1,3146,'6.99','2005-06-20 20:21:48','2006-02-15 22:16:26'),(9159,339,1,3335,'4.99','2005-06-21 10:09:08','2006-02-15 22:16:26'),(9160,339,2,3536,'2.99','2005-07-06 01:36:11','2006-02-15 22:16:26'),(9161,339,1,4243,'4.99','2005-07-07 13:39:58','2006-02-15 22:16:26'),(9162,339,1,4467,'0.99','2005-07-08 00:13:52','2006-02-15 22:16:26'),(9163,339,2,4967,'3.99','2005-07-08 23:48:03','2006-02-15 22:16:26'),(9164,339,1,5720,'3.99','2005-07-10 11:09:12','2006-02-15 22:16:26'),(9165,339,1,6072,'6.99','2005-07-11 04:52:40','2006-02-15 22:16:26'),(9166,339,1,6425,'0.99','2005-07-11 23:54:52','2006-02-15 22:16:26'),(9167,339,2,6682,'7.99','2005-07-12 12:12:43','2006-02-15 22:16:26'),(9168,339,2,7244,'2.99','2005-07-27 10:27:33','2006-02-15 22:16:26'),(9169,339,2,7973,'4.99','2005-07-28 14:10:06','2006-02-15 22:16:27'),(9170,339,1,8968,'0.99','2005-07-30 03:57:32','2006-02-15 22:16:27'),(9171,339,2,9208,'5.99','2005-07-30 12:54:03','2006-02-15 22:16:27'),(9172,339,1,9663,'4.99','2005-07-31 06:10:48','2006-02-15 22:16:27'),(9173,339,2,10338,'3.99','2005-08-01 05:03:03','2006-02-15 22:16:27'),(9174,339,2,11171,'4.99','2005-08-02 10:23:41','2006-02-15 22:16:27'),(9175,339,1,11550,'2.99','2005-08-17 01:02:06','2006-02-15 22:16:27'),(9176,339,2,11582,'3.99','2005-08-17 02:03:49','2006-02-15 22:16:27'),(9177,339,2,11699,'5.99','2005-08-17 07:11:58','2006-02-15 22:16:27'),(9178,339,1,12631,'0.99','2005-08-18 17:52:51','2006-02-15 22:16:27'),(9179,339,1,13199,'3.99','2005-08-19 14:53:22','2006-02-15 22:16:27'),(9180,339,1,13575,'5.99','2005-08-20 05:15:20','2006-02-15 22:16:27'),(9181,339,1,13985,'0.99','2005-08-20 19:13:06','2006-02-15 22:16:27'),(9182,339,1,14636,'4.99','2005-08-21 18:59:17','2006-02-15 22:16:27'),(9183,339,2,14758,'3.99','2005-08-21 23:24:52','2006-02-15 22:16:27'),(9184,340,2,1205,'4.99','2005-06-15 02:25:56','2006-02-15 22:16:27'),(9185,340,1,1697,'3.99','2005-06-16 12:55:20','2006-02-15 22:16:27'),(9186,340,1,2177,'5.99','2005-06-18 00:34:45','2006-02-15 22:16:27'),(9187,340,2,2183,'4.99','2005-06-18 01:06:01','2006-02-15 22:16:28'),(9188,340,2,2607,'5.99','2005-06-19 06:55:01','2006-02-15 22:16:28'),(9189,340,1,2653,'5.99','2005-06-19 10:36:53','2006-02-15 22:16:28'),(9190,340,1,3264,'0.99','2005-06-21 04:19:03','2006-02-15 22:16:28'),(9191,340,1,3455,'2.99','2005-06-21 21:17:51','2006-02-15 22:16:28'),(9192,340,2,4475,'2.99','2005-07-08 00:27:30','2006-02-15 22:16:28'),(9193,340,1,4742,'0.99','2005-07-08 13:35:23','2006-02-15 22:16:28'),(9194,340,2,6381,'4.99','2005-07-11 21:58:48','2006-02-15 22:16:28'),(9195,340,2,7617,'2.99','2005-07-28 00:18:40','2006-02-15 22:16:28'),(9196,340,2,8274,'4.99','2005-07-29 01:34:32','2006-02-15 22:16:28'),(9197,340,1,8541,'0.99','2005-07-29 10:55:01','2006-02-15 22:16:28'),(9198,340,2,8551,'4.99','2005-07-29 11:13:11','2006-02-15 22:16:28'),(9199,340,1,8606,'4.99','2005-07-29 13:14:24','2006-02-15 22:16:28'),(9200,340,1,9834,'2.99','2005-07-31 12:05:42','2006-02-15 22:16:28'),(9201,340,1,10292,'2.99','2005-08-01 03:42:40','2006-02-15 22:16:28'),(9202,340,1,10667,'8.99','2005-08-01 16:58:22','2006-02-15 22:16:28'),(9203,340,2,10674,'3.99','2005-08-01 17:11:52','2006-02-15 22:16:28'),(9204,340,1,10809,'0.99','2005-08-01 22:39:27','2006-02-15 22:16:28'),(9205,340,1,10995,'0.99','2005-08-02 04:48:00','2006-02-15 22:16:28'),(9206,340,2,12598,'4.99','2005-08-18 16:34:03','2006-02-15 22:16:29'),(9207,340,2,12908,'1.99','2005-08-19 04:19:05','2006-02-15 22:16:29'),(9208,340,2,12940,'2.99','2005-08-19 05:38:29','2006-02-15 22:16:29'),(9209,340,1,13425,'2.99','2005-08-19 23:11:44','2006-02-15 22:16:29'),(9210,340,1,14457,'4.99','2005-08-21 12:47:38','2006-02-15 22:16:29'),(9211,340,2,14718,'0.99','2005-08-21 21:39:25','2006-02-15 22:16:29'),(9212,340,1,14895,'2.99','2005-08-22 04:19:23','2006-02-15 22:16:29'),(9213,340,2,15306,'2.99','2005-08-22 19:46:36','2006-02-15 22:16:29'),(9214,340,1,15378,'9.99','2005-08-22 22:25:17','2006-02-15 22:16:29'),(9215,341,1,1318,'2.99','2005-06-15 10:34:26','2006-02-15 22:16:29'),(9216,341,2,1520,'7.99','2005-06-15 23:57:20','2006-02-15 22:16:29'),(9217,341,1,1778,'1.99','2005-06-16 18:54:48','2006-02-15 22:16:29'),(9218,341,1,1849,'7.99','2005-06-17 00:13:19','2006-02-15 22:16:29'),(9219,341,2,2829,'2.99','2005-06-19 21:11:30','2006-02-15 22:16:29'),(9220,341,2,3130,'7.99','2005-06-20 19:03:22','2006-02-15 22:16:29'),(9221,341,1,3382,'5.99','2005-06-21 14:05:23','2006-02-15 22:16:29'),(9222,341,2,3938,'4.99','2005-07-06 21:15:45','2006-02-15 22:16:29'),(9223,341,1,4624,'2.99','2005-07-08 08:12:17','2006-02-15 22:16:29'),(9224,341,2,5487,'4.99','2005-07-10 00:01:50','2006-02-15 22:16:30'),(9225,341,2,5931,'0.99','2005-07-10 22:04:19','2006-02-15 22:16:30'),(9226,341,2,7473,'2.99','2005-07-27 19:05:40','2006-02-15 22:16:30'),(9227,341,1,8661,'2.99','2005-07-29 15:28:24','2006-02-15 22:16:30'),(9228,341,1,8728,'9.99','2005-07-29 18:12:49','2006-02-15 22:16:30'),(9229,341,2,10605,'0.99','2005-08-01 14:36:26','2006-02-15 22:16:30'),(9230,341,1,11305,'6.99','2005-08-02 15:44:55','2006-02-15 22:16:30'),(9231,341,1,11723,'2.99','2005-08-17 07:56:22','2006-02-15 22:16:30'),(9232,341,2,13059,'0.99','2005-08-19 09:42:01','2006-02-15 22:16:30'),(9233,341,2,13074,'8.99','2005-08-19 10:06:53','2006-02-15 22:16:30'),(9234,341,2,13806,'4.99','2005-08-20 12:53:46','2006-02-15 22:16:30'),(9235,341,2,14344,'4.99','2005-08-21 08:40:56','2006-02-15 22:16:30'),(9236,341,2,15030,'0.99','2005-08-22 09:10:21','2006-02-15 22:16:30'),(9237,341,2,15938,'6.99','2005-08-23 18:43:31','2006-02-15 22:16:30'),(9238,342,2,2190,'5.99','2005-06-18 01:29:51','2006-02-15 22:16:30'),(9239,342,1,2914,'5.99','2005-06-20 03:43:18','2006-02-15 22:16:30'),(9240,342,1,3081,'2.99','2005-06-20 15:29:13','2006-02-15 22:16:30'),(9241,342,1,5617,'0.99','2005-07-10 05:28:50','2006-02-15 22:16:30'),(9242,342,2,6060,'4.99','2005-07-11 04:06:17','2006-02-15 22:16:31'),(9243,342,2,6429,'8.99','2005-07-12 00:02:50','2006-02-15 22:16:31'),(9244,342,1,6736,'2.99','2005-07-12 14:16:50','2006-02-15 22:16:31'),(9245,342,2,6787,'7.99','2005-07-12 16:33:28','2006-02-15 22:16:31'),(9246,342,2,6997,'0.99','2005-07-27 01:14:02','2006-02-15 22:16:31'),(9247,342,2,7280,'2.99','2005-07-27 11:50:52','2006-02-15 22:16:31'),(9248,342,1,9164,'2.99','2005-07-30 11:24:14','2006-02-15 22:16:31'),(9249,342,1,9526,'0.99','2005-07-31 01:02:22','2006-02-15 22:16:31'),(9250,342,2,9948,'5.99','2005-07-31 15:49:41','2006-02-15 22:16:31'),(9251,342,1,9955,'0.99','2005-07-31 16:01:26','2006-02-15 22:16:32'),(9252,342,2,9956,'4.99','2005-07-31 16:03:47','2006-02-15 22:16:32'),(9253,342,1,10242,'4.99','2005-08-01 02:18:12','2006-02-15 22:16:32'),(9254,342,2,11178,'2.99','2005-08-02 10:48:10','2006-02-15 22:16:32'),(9255,342,2,11446,'0.99','2005-08-02 20:33:37','2006-02-15 22:16:32'),(9256,342,1,11568,'0.99','2005-08-17 01:30:01','2006-02-15 22:16:32'),(9257,342,1,12139,'6.99','2005-08-17 23:57:13','2006-02-15 22:16:32'),(9258,342,1,12404,'4.99','2005-08-18 09:36:34','2006-02-15 22:16:32'),(9259,342,1,12522,'2.99','2005-08-18 13:45:40','2006-02-15 22:16:32'),(9260,342,2,12816,'4.99','2005-08-19 01:04:05','2006-02-15 22:16:32'),(9261,342,2,13368,'4.99','2005-08-19 21:19:35','2006-02-15 22:16:32'),(9262,342,2,13637,'4.99','2005-08-20 07:21:15','2006-02-15 22:16:32'),(9263,342,1,13755,'2.99','2005-08-20 11:18:53','2006-02-15 22:16:32'),(9264,342,2,13827,'4.99','2005-08-20 13:47:19','2006-02-15 22:16:32'),(9265,342,2,14096,'2.99','2005-08-21 00:27:46','2006-02-15 22:16:32'),(9266,342,2,14299,'0.99','2005-08-21 07:18:57','2006-02-15 22:16:32'),(9267,342,2,14683,'8.99','2005-08-21 20:27:44','2006-02-15 22:16:32'),(9268,342,1,15484,'4.99','2005-08-23 02:04:49','2006-02-15 22:16:32'),(9269,342,1,15895,'3.99','2005-08-23 17:09:31','2006-02-15 22:16:32'),(9270,343,2,102,'3.99','2005-05-25 17:22:10','2006-02-15 22:16:32'),(9271,343,1,455,'3.99','2005-05-27 19:43:29','2006-02-15 22:16:32'),(9272,343,2,1547,'4.99','2005-06-16 01:42:24','2006-02-15 22:16:33'),(9273,343,1,1564,'6.99','2005-06-16 02:47:07','2006-02-15 22:16:33'),(9274,343,2,1879,'0.99','2005-06-17 02:57:34','2006-02-15 22:16:33'),(9275,343,2,1922,'0.99','2005-06-17 06:04:25','2006-02-15 22:16:33'),(9276,343,2,2461,'6.99','2005-06-18 19:58:12','2006-02-15 22:16:33'),(9277,343,1,2980,'8.99','2005-06-20 08:35:03','2006-02-15 22:16:33'),(9278,343,1,3407,'0.99','2005-06-21 16:14:02','2006-02-15 22:16:33'),(9279,343,1,3978,'5.99','2005-07-06 23:04:33','2006-02-15 22:16:33'),(9280,343,1,4472,'7.99','2005-07-08 00:22:06','2006-02-15 22:16:33'),(9281,343,2,5097,'4.99','2005-07-09 06:09:51','2006-02-15 22:16:33'),(9282,343,1,5337,'3.99','2005-07-09 17:03:50','2006-02-15 22:16:33'),(9283,343,1,7069,'6.99','2005-07-27 03:59:35','2006-02-15 22:16:33'),(9284,343,2,8012,'5.99','2005-07-28 15:29:00','2006-02-15 22:16:33'),(9285,343,2,8088,'9.99','2005-07-28 18:23:49','2006-02-15 22:16:33'),(9286,343,2,9458,'5.99','2005-07-30 22:24:34','2006-02-15 22:16:33'),(9287,343,2,9739,'2.99','2005-07-31 09:08:03','2006-02-15 22:16:33'),(9288,343,1,10822,'0.99','2005-08-01 22:54:28','2006-02-15 22:16:33'),(9289,343,1,11212,'0.99','2005-08-02 12:18:29','2006-02-15 22:16:33'),(9290,343,2,11570,'2.99','2005-08-17 01:34:32','2006-02-15 22:16:33'),(9291,343,2,13279,'4.99','2005-08-19 18:02:18','2006-02-15 22:16:33'),(9292,343,2,13522,'3.99','2005-08-20 02:44:06','2006-02-15 22:16:33'),(9293,343,2,13866,'0.99','2005-08-20 15:05:29','2006-02-15 22:16:33'),(9294,343,2,15973,'5.99','2005-08-23 20:04:41','2006-02-15 22:16:34'),(9295,344,2,157,'2.99','2005-05-26 01:25:21','2006-02-15 22:16:34'),(9296,344,2,813,'5.99','2005-05-29 20:14:34','2006-02-15 22:16:34'),(9297,344,1,1341,'3.99','2005-06-15 12:26:18','2006-02-15 22:16:34'),(9298,344,2,1475,'4.99','2005-06-15 21:08:01','2006-02-15 22:16:34'),(9299,344,1,1731,'0.99','2005-06-16 15:32:12','2006-02-15 22:16:34'),(9300,344,2,4028,'5.99','2005-07-07 02:19:14','2006-02-15 22:16:34'),(9301,344,2,4347,'3.99','2005-07-07 18:58:57','2006-02-15 22:16:34'),(9302,344,2,6363,'5.99','2005-07-11 21:13:19','2006-02-15 22:16:34'),(9303,344,2,7480,'4.99','2005-07-27 19:19:53','2006-02-15 22:16:34'),(9304,344,2,8561,'2.99','2005-07-29 11:29:12','2006-02-15 22:16:34'),(9305,344,2,9788,'4.99','2005-07-31 10:28:21','2006-02-15 22:16:34'),(9306,344,2,11116,'5.99','2005-08-02 08:34:40','2006-02-15 22:16:34'),(9307,344,2,12183,'5.99','2005-08-18 01:34:13','2006-02-15 22:16:34'),(9308,344,2,13014,'4.99','2005-08-19 07:56:08','2006-02-15 22:16:34'),(9309,344,1,13033,'3.99','2005-08-19 08:34:39','2006-02-15 22:16:34'),(9310,344,1,14621,'0.99','2005-08-21 18:17:59','2006-02-15 22:16:34'),(9311,344,2,14624,'0.99','2005-08-21 18:32:42','2006-02-15 22:16:34'),(9312,344,1,15215,'2.99','2005-08-22 16:55:26','2006-02-15 22:16:34'),(9313,345,1,206,'0.99','2005-05-26 08:01:54','2006-02-15 22:16:34'),(9314,345,1,363,'0.99','2005-05-27 07:14:00','2006-02-15 22:16:34'),(9315,345,2,1210,'0.99','2005-06-15 02:57:51','2006-02-15 22:16:34'),(9316,345,1,1457,'4.99','2005-06-15 20:05:49','2006-02-15 22:16:34'),(9317,345,2,1550,'0.99','2005-06-16 01:58:35','2006-02-15 22:16:35'),(9318,345,2,2766,'4.99','2005-06-19 17:45:15','2006-02-15 22:16:35'),(9319,345,2,4422,'2.99','2005-07-07 22:09:45','2006-02-15 22:16:35'),(9320,345,1,4425,'2.99','2005-07-07 22:22:44','2006-02-15 22:16:35'),(9321,345,2,4450,'4.99','2005-07-07 23:20:05','2006-02-15 22:16:35'),(9322,345,2,5508,'3.99','2005-07-10 00:50:01','2006-02-15 22:16:35'),(9323,345,1,6307,'7.99','2005-07-11 18:04:29','2006-02-15 22:16:35'),(9324,345,1,7092,'6.99','2005-07-27 04:46:00','2006-02-15 22:16:35'),(9325,345,2,8129,'2.99','2005-07-28 19:47:02','2006-02-15 22:16:35'),(9326,345,2,8694,'8.99','2005-07-29 16:44:48','2006-02-15 22:16:35'),(9327,345,1,9163,'4.99','2005-07-30 11:23:22','2006-02-15 22:16:35'),(9328,345,2,9207,'2.99','2005-07-30 12:49:57','2006-02-15 22:16:35'),(9329,345,2,10215,'8.99','2005-08-01 01:04:28','2006-02-15 22:16:35'),(9330,345,2,10982,'4.99','2005-08-02 04:19:11','2006-02-15 22:16:35'),(9331,345,1,11865,'2.99','2005-08-17 14:03:46','2006-02-15 22:16:35'),(9332,345,1,12485,'4.99','2005-08-18 12:41:41','2006-02-15 22:16:35'),(9333,345,2,12805,'4.99','2005-08-19 00:36:34','2006-02-15 22:16:35'),(9334,345,1,14702,'10.99','2005-08-21 21:00:03','2006-02-15 22:16:35'),(9335,345,1,15551,'4.99','2005-08-23 04:28:25','2006-02-15 22:16:35'),(9336,346,1,65,'4.99','2005-05-25 09:32:03','2006-02-15 22:16:35'),(9337,346,1,810,'4.99','2005-05-29 19:12:04','2006-02-15 22:16:35'),(9338,346,1,1994,'5.99','2005-06-17 11:07:06','2006-02-15 22:16:35'),(9339,346,2,3372,'2.99','2005-06-21 13:34:19','2006-02-15 22:16:36'),(9340,346,1,3421,'2.99','2005-06-21 17:22:58','2006-02-15 22:16:36'),(9341,346,2,4420,'4.99','2005-07-07 22:07:31','2006-02-15 22:16:36'),(9342,346,1,4958,'8.99','2005-07-08 23:19:52','2006-02-15 22:16:36'),(9343,346,1,5428,'4.99','2005-07-09 21:12:50','2006-02-15 22:16:36'),(9344,346,2,5557,'4.99','2005-07-10 03:10:21','2006-02-15 22:16:36'),(9345,346,2,6136,'4.99','2005-07-11 08:34:09','2006-02-15 22:16:36'),(9346,346,2,6323,'2.99','2005-07-11 19:02:19','2006-02-15 22:16:36'),(9347,346,2,6881,'8.99','2005-07-12 20:46:35','2006-02-15 22:16:36'),(9348,346,2,7943,'6.99','2005-07-28 12:50:55','2006-02-15 22:16:36'),(9349,346,2,8272,'5.99','2005-07-29 01:29:51','2006-02-15 22:16:36'),(9350,346,1,8505,'6.99','2005-07-29 09:22:52','2006-02-15 22:16:36'),(9351,346,2,8543,'0.99','2005-07-29 11:01:57','2006-02-15 22:16:36'),(9352,346,2,8732,'8.99','2005-07-29 18:25:03','2006-02-15 22:16:36'),(9353,346,2,9566,'4.99','2005-07-31 02:32:10','2006-02-15 22:16:36'),(9354,346,1,9848,'4.99','2005-07-31 12:44:33','2006-02-15 22:16:36'),(9355,346,1,9927,'2.99','2005-07-31 15:12:13','2006-02-15 22:16:36'),(9356,346,1,10304,'5.99','2005-08-01 04:14:12','2006-02-15 22:16:36'),(9357,346,2,10389,'3.99','2005-08-01 06:46:43','2006-02-15 22:16:36'),(9358,346,2,10521,'0.99','2005-08-01 11:46:17','2006-02-15 22:16:36'),(9359,346,2,11062,'4.99','2005-08-02 06:52:54','2006-02-15 22:16:36'),(9360,346,1,11375,'4.99','2005-08-02 18:14:56','2006-02-15 22:16:36'),(9361,346,2,11470,'2.99','2005-08-02 21:48:28','2006-02-15 22:16:37'),(9362,346,1,14890,'5.99','2005-08-22 04:10:49','2006-02-15 22:16:37'),(9363,346,2,15459,'2.99','2005-08-23 01:09:48','2006-02-15 22:16:37'),(9364,346,1,15535,'0.99','2005-08-23 03:58:02','2006-02-15 22:16:37'),(9365,346,1,15661,'8.99','2005-08-23 08:52:03','2006-02-15 22:16:37'),(9366,346,2,15825,'5.99','2005-08-23 15:10:42','2006-02-15 22:16:37'),(9367,346,1,15827,'0.99','2005-08-23 15:15:19','2006-02-15 22:16:37'),(9368,347,2,1711,'8.99','2005-06-16 14:11:52','2006-02-15 22:16:37'),(9369,347,2,2274,'0.99','2005-06-18 06:31:15','2006-02-15 22:16:37'),(9370,347,1,3026,'4.99','2005-06-20 11:48:00','2006-02-15 22:16:37'),(9371,347,1,3092,'8.99','2005-06-20 16:04:42','2006-02-15 22:16:37'),(9372,347,1,3326,'7.99','2005-06-21 09:04:50','2006-02-15 22:16:37'),(9373,347,2,3605,'0.99','2005-07-06 05:27:15','2006-02-15 22:16:37'),(9374,347,2,3666,'4.99','2005-07-06 08:27:43','2006-02-15 22:16:37'),(9375,347,1,4232,'5.99','2005-07-07 12:49:12','2006-02-15 22:16:37'),(9376,347,1,4523,'6.99','2005-07-08 03:06:59','2006-02-15 22:16:37'),(9377,347,2,5471,'0.99','2005-07-09 23:11:52','2006-02-15 22:16:37'),(9378,347,1,5819,'2.99','2005-07-10 15:56:20','2006-02-15 22:16:37'),(9379,347,2,6121,'1.99','2005-07-11 07:55:27','2006-02-15 22:16:37'),(9380,347,1,7811,'0.99','2005-07-28 08:06:01','2006-02-15 22:16:37'),(9381,347,2,8148,'4.99','2005-07-28 20:39:47','2006-02-15 22:16:37'),(9382,347,2,8153,'4.99','2005-07-28 20:55:49','2006-02-15 22:16:37'),(9383,347,2,8176,'4.99','2005-07-28 21:42:08','2006-02-15 22:16:37'),(9384,347,2,8378,'4.99','2005-07-29 05:28:35','2006-02-15 22:16:38'),(9385,347,2,8771,'2.99','2005-07-29 19:54:41','2006-02-15 22:16:38'),(9386,347,1,9013,'4.99','2005-07-30 05:19:20','2006-02-15 22:16:38'),(9387,347,1,9582,'4.99','2005-07-31 03:05:19','2006-02-15 22:16:38'),(9388,347,1,9856,'3.99','2005-07-31 13:00:35','2006-02-15 22:16:38'),(9389,347,1,9876,'2.99','2005-07-31 13:37:51','2006-02-15 22:16:38'),(9390,347,2,11738,'8.99','2005-08-17 08:45:55','2006-02-15 22:16:38'),(9391,347,1,12195,'2.99','2005-08-18 02:07:49','2006-02-15 22:16:38'),(9392,347,2,12399,'10.99','2005-08-18 09:13:42','2006-02-15 22:16:38'),(9393,347,2,13314,'5.99','2005-08-19 19:12:43','2006-02-15 22:16:38'),(9394,347,2,14894,'4.99','2005-08-22 04:16:56','2006-02-15 22:16:38'),(9395,347,2,14958,'2.99','2005-08-22 06:30:10','2006-02-15 22:16:38'),(9396,347,2,15426,'2.99','2005-08-23 00:07:19','2006-02-15 22:16:38'),(9397,347,2,15555,'4.99','2005-08-23 04:51:52','2006-02-15 22:16:38'),(9398,348,2,153,'0.99','2005-05-26 00:47:47','2006-02-15 22:16:38'),(9399,348,2,821,'0.99','2005-05-29 21:31:12','2006-02-15 22:16:38'),(9400,348,1,1654,'2.99','2005-06-16 09:42:48','2006-02-15 22:16:38'),(9401,348,1,2041,'8.99','2005-06-17 14:19:00','2006-02-15 22:16:38'),(9402,348,2,2499,'0.99','2005-06-18 23:01:36','2006-02-15 22:16:38'),(9403,348,2,3494,'4.99','2005-07-05 23:47:30','2006-02-15 22:16:38'),(9404,348,2,3610,'4.99','2005-07-06 05:36:59','2006-02-15 22:16:38'),(9405,348,2,4556,'9.99','2005-07-08 04:48:41','2006-02-15 22:16:38'),(9406,348,2,4633,'0.99','2005-07-08 08:39:39','2006-02-15 22:16:39'),(9407,348,1,4699,'0.99','2005-07-08 11:36:56','2006-02-15 22:16:39'),(9408,348,1,4807,'8.99','2005-07-08 17:01:48','2006-02-15 22:16:39'),(9409,348,1,5345,'4.99','2005-07-09 17:28:18','2006-02-15 22:16:39'),(9410,348,2,5965,'0.99','2005-07-10 23:51:52','2006-02-15 22:16:39'),(9411,348,2,6776,'2.99','2005-07-12 16:02:09','2006-02-15 22:16:39'),(9412,348,2,7380,'2.99','2005-07-27 15:37:01','2006-02-15 22:16:39'),(9413,348,1,7482,'6.99','2005-07-27 19:24:16','2006-02-15 22:16:39'),(9414,348,2,7825,'4.99','2005-07-28 08:34:57','2006-02-15 22:16:39'),(9415,348,1,8500,'2.99','2005-07-29 09:12:01','2006-02-15 22:16:39'),(9416,348,1,8569,'4.99','2005-07-29 11:39:17','2006-02-15 22:16:39'),(9417,348,2,8682,'4.99','2005-07-29 16:15:26','2006-02-15 22:16:39'),(9418,348,2,9482,'2.99','2005-07-30 23:29:16','2006-02-15 22:16:39'),(9419,348,1,10769,'2.99','2005-08-01 20:43:02','2006-02-15 22:16:39'),(9420,348,2,10972,'2.99','2005-08-02 04:08:25','2006-02-15 22:16:39'),(9421,348,1,11262,'2.99','2005-08-02 13:58:55','2006-02-15 22:16:39'),(9422,348,1,11429,'7.99','2005-08-02 20:03:52','2006-02-15 22:16:39'),(9423,348,2,12564,'2.99','2005-08-18 15:11:35','2006-02-15 22:16:39'),(9424,348,2,12884,'5.99','2005-08-19 03:34:04','2006-02-15 22:16:39'),(9425,348,2,12937,'4.99','2005-08-19 05:25:30','2006-02-15 22:16:39'),(9426,348,2,13238,'2.99','2005-08-19 16:20:56','2006-02-15 22:16:39'),(9427,348,2,13602,'5.99','2005-08-20 06:02:02','2006-02-15 22:16:39'),(9428,348,2,13684,'0.99','2005-08-20 08:55:53','2006-02-15 22:16:40'),(9429,348,1,13962,'1.99','2005-08-20 18:18:06','2006-02-15 22:16:40'),(9430,348,2,14079,'3.99','2005-08-20 23:29:25','2006-02-15 22:16:40'),(9431,348,2,14937,'7.99','2005-08-22 05:51:59','2006-02-15 22:16:40'),(9432,348,2,15817,'0.99','2005-08-23 14:59:51','2006-02-15 22:16:40'),(9433,348,1,15944,'4.99','2005-08-23 18:50:54','2006-02-15 22:16:40'),(9434,349,1,890,'4.99','2005-05-30 07:43:04','2006-02-15 22:16:40'),(9435,349,1,1197,'2.99','2005-06-15 01:42:46','2006-02-15 22:16:40'),(9436,349,1,1523,'0.99','2005-06-16 00:18:40','2006-02-15 22:16:40'),(9437,349,2,2987,'6.99','2005-06-20 08:55:50','2006-02-15 22:16:40'),(9438,349,1,3067,'8.99','2005-06-20 13:59:21','2006-02-15 22:16:40'),(9439,349,2,3488,'3.99','2005-07-05 23:32:49','2006-02-15 22:16:40'),(9440,349,1,4190,'2.99','2005-07-07 10:52:39','2006-02-15 22:16:40'),(9441,349,2,4494,'5.99','2005-07-08 01:42:45','2006-02-15 22:16:40'),(9442,349,1,4881,'0.99','2005-07-08 19:40:34','2006-02-15 22:16:40'),(9443,349,1,5433,'4.99','2005-07-09 21:22:00','2006-02-15 22:16:40'),(9444,349,1,7002,'4.99','2005-07-27 01:26:14','2006-02-15 22:16:40'),(9445,349,1,7046,'4.99','2005-07-27 03:27:56','2006-02-15 22:16:40'),(9446,349,2,7702,'2.99','2005-07-28 03:56:05','2006-02-15 22:16:40'),(9447,349,2,8297,'4.99','2005-07-29 02:45:46','2006-02-15 22:16:40'),(9448,349,1,9262,'1.99','2005-07-30 14:45:02','2006-02-15 22:16:40'),(9449,349,1,9670,'5.99','2005-07-31 06:33:33','2006-02-15 22:16:40'),(9450,349,1,9731,'0.99','2005-07-31 08:54:47','2006-02-15 22:16:41'),(9451,349,1,10987,'4.99','2005-08-02 04:36:52','2006-02-15 22:16:41'),(9452,349,2,11192,'4.99','2005-08-02 11:29:41','2006-02-15 22:16:41'),(9453,349,2,11492,'8.99','2005-08-02 22:46:47','2006-02-15 22:16:41'),(9454,349,1,11905,'3.99','2005-08-17 15:40:18','2006-02-15 22:16:41'),(9455,349,1,13258,'4.99','2005-08-19 17:05:37','2006-02-15 22:16:41'),(9456,349,2,13636,'4.99','2005-08-20 07:20:09','2006-02-15 22:16:41'),(9457,349,2,14200,'6.99','2005-08-21 03:51:27','2006-02-15 22:16:41'),(9458,349,2,14721,'6.99','2005-08-21 21:50:51','2006-02-15 22:16:41'),(9459,349,2,14908,'4.99','2005-08-22 04:44:10','2006-02-15 22:16:41'),(9460,349,1,15833,'6.99','2005-08-23 15:22:15','2006-02-15 22:16:41'),(9461,349,1,15955,'5.99','2005-08-23 19:19:06','2006-02-15 22:16:41'),(9462,349,1,14915,'2.99','2006-02-14 15:16:03','2006-02-15 22:16:41'),(9463,350,1,24,'4.99','2005-05-25 02:53:02','2006-02-15 22:16:41'),(9464,350,1,802,'4.99','2005-05-29 17:38:59','2006-02-15 22:16:41'),(9465,350,2,2011,'3.99','2005-06-17 11:56:09','2006-02-15 22:16:41'),(9466,350,1,2619,'0.99','2005-06-19 08:03:12','2006-02-15 22:16:41'),(9467,350,1,3079,'2.99','2005-06-20 15:13:40','2006-02-15 22:16:41'),(9468,350,2,3206,'0.99','2005-06-21 00:39:39','2006-02-15 22:16:41'),(9469,350,1,3529,'0.99','2005-07-06 01:15:26','2006-02-15 22:16:41'),(9470,350,1,3893,'5.99','2005-07-06 18:59:31','2006-02-15 22:16:41'),(9471,350,1,4767,'2.99','2005-07-08 15:18:53','2006-02-15 22:16:41'),(9472,350,1,5240,'0.99','2005-07-09 13:14:48','2006-02-15 22:16:42'),(9473,350,1,5303,'2.99','2005-07-09 15:44:09','2006-02-15 22:16:42'),(9474,350,1,5786,'1.99','2005-07-10 14:06:44','2006-02-15 22:16:42'),(9475,350,2,6408,'3.99','2005-07-11 23:03:02','2006-02-15 22:16:42'),(9476,350,2,7416,'4.99','2005-07-27 16:55:25','2006-02-15 22:16:42'),(9477,350,2,11504,'0.99','2005-08-16 23:16:46','2006-02-15 22:16:42'),(9478,350,2,11595,'6.99','2005-08-17 02:53:14','2006-02-15 22:16:42'),(9479,350,2,11692,'6.99','2005-08-17 06:52:41','2006-02-15 22:16:42'),(9480,350,1,11800,'0.99','2005-08-17 11:29:52','2006-02-15 22:16:42'),(9481,350,2,12252,'6.99','2005-08-18 03:59:51','2006-02-15 22:16:42'),(9482,350,2,12445,'2.99','2005-08-18 10:56:20','2006-02-15 22:16:42'),(9483,350,2,13086,'0.99','2005-08-19 10:32:28','2006-02-15 22:16:42'),(9484,350,2,15789,'1.99','2005-08-23 13:56:40','2006-02-15 22:16:42'),(9485,350,1,15807,'0.99','2005-08-23 14:35:10','2006-02-15 22:16:42'),(9486,351,1,1137,'1.99','2005-05-31 19:20:14','2006-02-15 22:16:42'),(9487,351,2,1792,'5.99','2005-06-16 20:04:50','2006-02-15 22:16:42'),(9488,351,1,1869,'0.99','2005-06-17 02:08:00','2006-02-15 22:16:42'),(9489,351,1,2759,'2.99','2005-06-19 17:10:24','2006-02-15 22:16:42'),(9490,351,1,3836,'2.99','2005-07-06 16:26:04','2006-02-15 22:16:42'),(9491,351,1,4544,'0.99','2005-07-08 04:11:04','2006-02-15 22:16:42'),(9492,351,1,4756,'1.99','2005-07-08 14:24:00','2006-02-15 22:16:42'),(9493,351,2,4761,'5.99','2005-07-08 14:51:45','2006-02-15 22:16:42'),(9494,351,1,5280,'0.99','2005-07-09 14:55:07','2006-02-15 22:16:43'),(9495,351,1,5912,'3.99','2005-07-10 20:58:22','2006-02-15 22:16:43'),(9496,351,2,6180,'3.99','2005-07-11 11:06:50','2006-02-15 22:16:43'),(9497,351,1,6664,'4.99','2005-07-12 11:28:22','2006-02-15 22:16:43'),(9498,351,2,6777,'5.99','2005-07-12 16:04:40','2006-02-15 22:16:43'),(9499,351,2,7630,'4.99','2005-07-28 01:01:03','2006-02-15 22:16:43'),(9500,351,2,8512,'4.99','2005-07-29 09:48:03','2006-02-15 22:16:43'),(9501,351,1,9707,'7.99','2005-07-31 07:44:18','2006-02-15 22:16:43'),(9502,351,2,10119,'0.99','2005-07-31 21:20:59','2006-02-15 22:16:43'),(9503,351,2,10501,'2.99','2005-08-01 11:04:46','2006-02-15 22:16:43'),(9504,351,2,11127,'0.99','2005-08-02 09:00:59','2006-02-15 22:16:43'),(9505,351,1,14368,'6.99','2005-08-21 09:31:47','2006-02-15 22:16:43'),(9506,351,2,15142,'4.99','2005-08-22 13:44:32','2006-02-15 22:16:43'),(9507,351,1,15664,'4.99','2005-08-23 08:57:11','2006-02-15 22:16:43'),(9508,351,2,15712,'2.99','2005-08-23 10:43:56','2006-02-15 22:16:43'),(9509,351,1,15762,'2.99','2005-08-23 13:01:43','2006-02-15 22:16:43'),(9510,352,1,784,'2.99','2005-05-29 14:44:22','2006-02-15 22:16:43'),(9511,352,1,1498,'0.99','2005-06-15 21:58:00','2006-02-15 22:16:43'),(9512,352,1,1649,'4.99','2005-06-16 09:20:33','2006-02-15 22:16:43'),(9513,352,1,1678,'4.99','2005-06-16 11:08:28','2006-02-15 22:16:43'),(9514,352,1,1780,'4.99','2005-06-16 19:11:45','2006-02-15 22:16:43'),(9515,352,2,3331,'4.99','2005-06-21 09:37:53','2006-02-15 22:16:43'),(9516,352,2,4116,'4.99','2005-07-07 06:56:13','2006-02-15 22:16:44'),(9517,352,2,6329,'5.99','2005-07-11 19:10:38','2006-02-15 22:16:44'),(9518,352,1,7033,'2.99','2005-07-27 03:03:25','2006-02-15 22:16:44'),(9519,352,1,7419,'7.99','2005-07-27 17:04:15','2006-02-15 22:16:44'),(9520,352,2,7512,'6.99','2005-07-27 20:40:40','2006-02-15 22:16:44'),(9521,352,1,7579,'4.99','2005-07-27 23:06:41','2006-02-15 22:16:44'),(9522,352,1,7845,'5.99','2005-07-28 09:18:07','2006-02-15 22:16:44'),(9523,352,1,7886,'2.99','2005-07-28 10:37:55','2006-02-15 22:16:44'),(9524,352,1,9463,'0.99','2005-07-30 22:30:57','2006-02-15 22:16:44'),(9525,352,1,11793,'5.99','2005-08-17 11:05:53','2006-02-15 22:16:44'),(9526,352,1,11823,'6.99','2005-08-17 12:36:37','2006-02-15 22:16:44'),(9527,352,2,11986,'0.99','2005-08-17 18:21:58','2006-02-15 22:16:44'),(9528,352,2,12234,'5.99','2005-08-18 03:17:33','2006-02-15 22:16:44'),(9529,352,1,12751,'2.99','2005-08-18 22:33:22','2006-02-15 22:16:44'),(9530,352,1,14130,'4.99','2005-08-21 01:43:11','2006-02-15 22:16:44'),(9531,352,2,14852,'0.99','2005-08-22 02:25:53','2006-02-15 22:16:44'),(9532,352,2,13578,'2.99','2006-02-14 15:16:03','2006-02-15 22:16:44'),(9533,353,2,1103,'6.99','2005-05-31 14:24:18','2006-02-15 22:16:44'),(9534,353,2,1359,'2.99','2005-06-15 13:30:30','2006-02-15 22:16:44'),(9535,353,2,1928,'7.99','2005-06-17 06:48:31','2006-02-15 22:16:44'),(9536,353,2,3233,'6.99','2005-06-21 02:39:31','2006-02-15 22:16:44'),(9537,353,2,4380,'5.99','2005-07-07 20:35:00','2006-02-15 22:16:44'),(9538,353,2,6559,'1.99','2005-07-12 05:20:35','2006-02-15 22:16:45'),(9539,353,1,6610,'3.99','2005-07-12 08:20:02','2006-02-15 22:16:45'),(9540,353,2,7993,'3.99','2005-07-28 14:56:41','2006-02-15 22:16:45'),(9541,353,2,10071,'2.99','2005-07-31 19:49:35','2006-02-15 22:16:45'),(9542,353,1,11186,'0.99','2005-08-02 11:12:08','2006-02-15 22:16:45'),(9543,353,2,11414,'4.99','2005-08-02 19:43:07','2006-02-15 22:16:45'),(9544,353,2,11698,'4.99','2005-08-17 07:09:59','2006-02-15 22:16:45'),(9545,353,1,12928,'5.99','2005-08-19 05:04:09','2006-02-15 22:16:45'),(9546,353,2,13604,'0.99','2005-08-20 06:03:33','2006-02-15 22:16:45'),(9547,353,1,14396,'4.99','2005-08-21 10:24:54','2006-02-15 22:16:45'),(9548,353,1,15564,'1.99','2005-08-23 05:10:42','2006-02-15 22:16:45'),(9549,353,2,15650,'0.99','2005-08-23 08:29:53','2006-02-15 22:16:45'),(9550,353,2,15676,'2.99','2005-08-23 09:23:08','2006-02-15 22:16:45'),(9551,354,1,140,'0.99','2005-05-25 23:34:22','2006-02-15 22:16:45'),(9552,354,2,158,'1.99','2005-05-26 01:27:11','2006-02-15 22:16:45'),(9553,354,2,402,'0.99','2005-05-27 13:17:18','2006-02-15 22:16:45'),(9554,354,1,1491,'0.99','2005-06-15 21:48:18','2006-02-15 22:16:45'),(9555,354,1,2275,'4.99','2005-06-18 06:31:29','2006-02-15 22:16:45'),(9556,354,1,2769,'6.99','2005-06-19 17:52:14','2006-02-15 22:16:45'),(9557,354,1,3139,'2.99','2005-06-20 19:44:45','2006-02-15 22:16:45'),(9558,354,2,3821,'2.99','2005-07-06 15:36:20','2006-02-15 22:16:45'),(9559,354,2,4034,'0.99','2005-07-07 02:36:33','2006-02-15 22:16:45'),(9560,354,1,4449,'5.99','2005-07-07 23:18:58','2006-02-15 22:16:46'),(9561,354,2,4745,'2.99','2005-07-08 13:45:09','2006-02-15 22:16:46'),(9562,354,1,5354,'4.99','2005-07-09 18:04:33','2006-02-15 22:16:46'),(9563,354,2,5556,'4.99','2005-07-10 03:10:17','2006-02-15 22:16:46'),(9564,354,1,5873,'3.99','2005-07-10 19:02:10','2006-02-15 22:16:46'),(9565,354,1,6054,'0.99','2005-07-11 03:58:39','2006-02-15 22:16:46'),(9566,354,1,6838,'4.99','2005-07-12 19:01:30','2006-02-15 22:16:46'),(9567,354,1,6926,'0.99','2005-07-26 22:52:45','2006-02-15 22:16:46'),(9568,354,1,6939,'5.99','2005-07-26 23:17:51','2006-02-15 22:16:46'),(9569,354,2,7148,'0.99','2005-07-27 07:04:09','2006-02-15 22:16:46'),(9570,354,2,7235,'2.99','2005-07-27 10:09:30','2006-02-15 22:16:46'),(9571,354,2,7241,'0.99','2005-07-27 10:25:49','2006-02-15 22:16:46'),(9572,354,2,8321,'4.99','2005-07-29 03:50:54','2006-02-15 22:16:46'),(9573,354,2,8477,'8.99','2005-07-29 08:40:36','2006-02-15 22:16:46'),(9574,354,1,8609,'4.99','2005-07-29 13:19:25','2006-02-15 22:16:46'),(9575,354,2,8921,'0.99','2005-07-30 02:04:02','2006-02-15 22:16:46'),(9576,354,1,9130,'2.99','2005-07-30 09:55:10','2006-02-15 22:16:46'),(9577,354,1,10420,'6.99','2005-08-01 08:13:53','2006-02-15 22:16:46'),(9578,354,2,12243,'6.99','2005-08-18 03:38:54','2006-02-15 22:16:46'),(9579,354,1,12544,'3.99','2005-08-18 14:25:51','2006-02-15 22:16:46'),(9580,354,1,12998,'4.99','2005-08-19 07:32:16','2006-02-15 22:16:46'),(9581,354,2,14212,'2.99','2005-08-21 04:29:26','2006-02-15 22:16:47'),(9582,354,2,14245,'0.99','2005-08-21 05:30:54','2006-02-15 22:16:47'),(9583,354,1,14840,'5.99','2005-08-22 01:58:42','2006-02-15 22:16:47'),(9584,354,2,15956,'0.99','2005-08-23 19:19:21','2006-02-15 22:16:47'),(9585,354,1,12759,'7.98','2006-02-14 15:16:03','2006-02-15 22:16:47'),(9586,354,1,11782,'0.00','2006-02-14 15:16:03','2006-02-15 22:16:47'),(9587,355,1,1110,'3.99','2005-05-31 15:22:51','2006-02-15 22:16:47'),(9588,355,2,1488,'0.99','2005-06-15 21:39:54','2006-02-15 22:16:47'),(9589,355,1,1612,'2.99','2005-06-16 06:52:05','2006-02-15 22:16:47'),(9590,355,1,3567,'5.99','2005-07-06 03:09:36','2006-02-15 22:16:47'),(9591,355,1,3730,'6.99','2005-07-06 11:31:24','2006-02-15 22:16:47'),(9592,355,1,5210,'4.99','2005-07-09 11:24:19','2006-02-15 22:16:47'),(9593,355,1,5564,'5.99','2005-07-10 03:23:05','2006-02-15 22:16:47'),(9594,355,1,6127,'0.99','2005-07-11 08:06:59','2006-02-15 22:16:47'),(9595,355,2,6262,'6.99','2005-07-11 15:33:24','2006-02-15 22:16:47'),(9596,355,1,6437,'2.99','2005-07-12 00:20:29','2006-02-15 22:16:47'),(9597,355,2,6669,'4.99','2005-07-12 11:39:55','2006-02-15 22:16:47'),(9598,355,2,7108,'4.99','2005-07-27 05:28:32','2006-02-15 22:16:47'),(9599,355,2,7477,'5.99','2005-07-27 19:11:03','2006-02-15 22:16:47'),(9600,355,2,8418,'1.99','2005-07-29 06:54:21','2006-02-15 22:16:47'),(9601,355,1,10498,'0.99','2005-08-01 10:56:48','2006-02-15 22:16:47'),(9602,355,2,11471,'0.99','2005-08-02 21:49:03','2006-02-15 22:16:47'),(9603,355,2,13821,'1.99','2005-08-20 13:33:47','2006-02-15 22:16:48'),(9604,355,1,15367,'3.99','2005-08-22 21:47:53','2006-02-15 22:16:48'),(9605,355,2,15531,'2.99','2005-08-23 03:52:36','2006-02-15 22:16:48'),(9606,355,1,14760,'0.99','2006-02-14 15:16:03','2006-02-15 22:16:48'),(9607,356,2,1088,'4.99','2005-05-31 11:35:13','2006-02-15 22:16:48'),(9608,356,1,1410,'0.99','2005-06-15 16:59:46','2006-02-15 22:16:48'),(9609,356,1,2405,'2.99','2005-06-18 16:36:38','2006-02-15 22:16:48'),(9610,356,1,2433,'4.99','2005-06-18 18:10:17','2006-02-15 22:16:48'),(9611,356,2,3829,'6.99','2005-07-06 15:59:40','2006-02-15 22:16:48'),(9612,356,2,4599,'4.99','2005-07-08 06:48:26','2006-02-15 22:16:48'),(9613,356,1,5513,'0.99','2005-07-10 01:05:41','2006-02-15 22:16:48'),(9614,356,1,6593,'4.99','2005-07-12 07:21:17','2006-02-15 22:16:48'),(9615,356,1,6648,'0.99','2005-07-12 10:46:30','2006-02-15 22:16:48'),(9616,356,1,7079,'2.99','2005-07-27 04:21:58','2006-02-15 22:16:48'),(9617,356,1,7758,'1.99','2005-07-28 06:23:41','2006-02-15 22:16:48'),(9618,356,1,7902,'0.99','2005-07-28 11:14:19','2006-02-15 22:16:48'),(9619,356,1,8198,'3.99','2005-07-28 23:08:05','2006-02-15 22:16:48'),(9620,356,1,8975,'5.99','2005-07-30 04:10:18','2006-02-15 22:16:48'),(9621,356,2,9037,'4.99','2005-07-30 06:23:14','2006-02-15 22:16:48'),(9622,356,2,9523,'3.99','2005-07-31 00:56:09','2006-02-15 22:16:48'),(9623,356,2,9883,'6.99','2005-07-31 13:53:37','2006-02-15 22:16:48'),(9624,356,1,10427,'3.99','2005-08-01 08:30:11','2006-02-15 22:16:48'),(9625,356,1,10854,'4.99','2005-08-02 00:02:06','2006-02-15 22:16:49'),(9626,356,1,11535,'3.99','2005-08-17 00:39:54','2006-02-15 22:16:49'),(9627,356,2,11579,'2.99','2005-08-17 01:57:49','2006-02-15 22:16:49'),(9628,356,2,12037,'4.99','2005-08-17 20:21:35','2006-02-15 22:16:49'),(9629,356,2,12876,'2.99','2005-08-19 03:12:19','2006-02-15 22:16:49'),(9630,356,1,12913,'0.99','2005-08-19 04:25:39','2006-02-15 22:16:49'),(9631,356,2,13107,'4.99','2005-08-19 11:13:58','2006-02-15 22:16:49'),(9632,356,2,13442,'5.99','2005-08-19 23:50:45','2006-02-15 22:16:49'),(9633,356,2,13703,'6.99','2005-08-20 09:29:35','2006-02-15 22:16:49'),(9634,356,1,15705,'4.99','2005-08-23 10:32:52','2006-02-15 22:16:49'),(9635,356,2,15754,'5.99','2005-08-23 12:43:42','2006-02-15 22:16:49'),(9636,356,1,15757,'2.99','2005-08-23 12:47:16','2006-02-15 22:16:49'),(9637,357,1,144,'2.99','2005-05-25 23:49:56','2006-02-15 22:16:49'),(9638,357,1,824,'4.99','2005-05-29 21:45:32','2006-02-15 22:16:49'),(9639,357,2,945,'0.99','2005-05-30 15:33:17','2006-02-15 22:16:49'),(9640,357,2,1246,'5.99','2005-06-15 05:11:19','2006-02-15 22:16:49'),(9641,357,1,1788,'1.99','2005-06-16 19:47:18','2006-02-15 22:16:49'),(9642,357,2,1971,'1.99','2005-06-17 09:23:59','2006-02-15 22:16:49'),(9643,357,2,2153,'6.99','2005-06-17 22:58:04','2006-02-15 22:16:49'),(9644,357,1,3865,'3.99','2005-07-06 17:46:57','2006-02-15 22:16:49'),(9645,357,1,4478,'0.99','2005-07-08 00:39:08','2006-02-15 22:16:49'),(9646,357,1,5896,'0.99','2005-07-10 20:15:56','2006-02-15 22:16:49'),(9647,357,1,6288,'8.99','2005-07-11 17:01:52','2006-02-15 22:16:50'),(9648,357,2,6367,'4.99','2005-07-11 21:18:29','2006-02-15 22:16:50'),(9649,357,2,6405,'2.99','2005-07-11 22:53:12','2006-02-15 22:16:50'),(9650,357,1,6839,'0.99','2005-07-12 19:03:19','2006-02-15 22:16:50'),(9651,357,1,7353,'2.99','2005-07-27 14:38:39','2006-02-15 22:16:50'),(9652,357,1,7366,'5.99','2005-07-27 15:01:17','2006-02-15 22:16:50'),(9653,357,2,8041,'2.99','2005-07-28 16:39:56','2006-02-15 22:16:50'),(9654,357,1,8124,'2.99','2005-07-28 19:28:58','2006-02-15 22:16:50'),(9655,357,2,9233,'3.99','2005-07-30 13:44:15','2006-02-15 22:16:50'),(9656,357,2,10391,'2.99','2005-08-01 06:49:05','2006-02-15 22:16:50'),(9657,357,1,10502,'2.99','2005-08-01 11:06:39','2006-02-15 22:16:50'),(9658,357,1,10503,'6.99','2005-08-01 11:07:44','2006-02-15 22:16:50'),(9659,357,2,10764,'0.99','2005-08-01 20:32:42','2006-02-15 22:16:50'),(9660,357,2,11065,'2.99','2005-08-02 06:57:55','2006-02-15 22:16:50'),(9661,357,1,14926,'0.99','2005-08-22 05:18:44','2006-02-15 22:16:50'),(9662,357,2,15869,'2.99','2005-08-23 16:22:20','2006-02-15 22:16:50'),(9663,358,2,858,'4.99','2005-05-30 02:10:32','2006-02-15 22:16:50'),(9664,358,1,1455,'2.99','2005-06-15 19:51:06','2006-02-15 22:16:50'),(9665,358,2,1908,'0.99','2005-06-17 05:10:36','2006-02-15 22:16:50'),(9666,358,1,2114,'5.99','2005-06-17 20:00:25','2006-02-15 22:16:50'),(9667,358,1,2721,'2.99','2005-06-19 14:53:24','2006-02-15 22:16:50'),(9668,358,1,2749,'2.99','2005-06-19 16:27:35','2006-02-15 22:16:51'),(9669,358,1,3245,'2.99','2005-06-21 03:06:11','2006-02-15 22:16:51'),(9670,358,1,3753,'2.99','2005-07-06 12:34:06','2006-02-15 22:16:51'),(9671,358,1,3809,'2.99','2005-07-06 15:16:37','2006-02-15 22:16:51'),(9672,358,2,5023,'5.99','2005-07-09 02:23:16','2006-02-15 22:16:51'),(9673,358,1,6362,'2.99','2005-07-11 21:09:31','2006-02-15 22:16:51'),(9674,358,1,8621,'2.99','2005-07-29 13:52:42','2006-02-15 22:16:51'),(9675,358,2,9062,'0.99','2005-07-30 07:23:17','2006-02-15 22:16:51'),(9676,358,1,9568,'0.99','2005-07-31 02:37:44','2006-02-15 22:16:51'),(9677,358,1,10193,'2.99','2005-08-01 00:33:27','2006-02-15 22:16:51'),(9678,358,1,10482,'4.99','2005-08-01 10:17:47','2006-02-15 22:16:51'),(9679,358,2,11149,'5.99','2005-08-02 09:51:43','2006-02-15 22:16:51'),(9680,358,2,11653,'4.99','2005-08-17 05:06:10','2006-02-15 22:16:51'),(9681,358,1,12452,'6.99','2005-08-18 11:14:35','2006-02-15 22:16:51'),(9682,358,1,13197,'2.99','2005-08-19 14:44:03','2006-02-15 22:16:51'),(9683,358,1,14004,'7.99','2005-08-20 20:16:35','2006-02-15 22:16:51'),(9684,359,1,284,'8.99','2005-05-26 19:21:44','2006-02-15 22:16:51'),(9685,359,2,392,'2.99','2005-05-27 11:14:42','2006-02-15 22:16:51'),(9686,359,1,528,'3.99','2005-05-28 04:30:05','2006-02-15 22:16:51'),(9687,359,2,1329,'4.99','2005-06-15 11:25:06','2006-02-15 22:16:51'),(9688,359,2,1770,'1.99','2005-06-16 18:07:55','2006-02-15 22:16:51'),(9689,359,1,2401,'0.99','2005-06-18 16:22:03','2006-02-15 22:16:51'),(9690,359,1,2736,'4.99','2005-06-19 15:43:20','2006-02-15 22:16:52'),(9691,359,2,4830,'7.99','2005-07-08 17:56:23','2006-02-15 22:16:52'),(9692,359,2,6424,'9.99','2005-07-11 23:49:37','2006-02-15 22:16:52'),(9693,359,1,6542,'2.99','2005-07-12 04:53:49','2006-02-15 22:16:52'),(9694,359,2,6741,'0.99','2005-07-12 14:24:16','2006-02-15 22:16:52'),(9695,359,2,7098,'0.99','2005-07-27 05:01:08','2006-02-15 22:16:52'),(9696,359,1,7115,'0.99','2005-07-27 05:42:58','2006-02-15 22:16:52'),(9697,359,1,8174,'4.99','2005-07-28 21:36:52','2006-02-15 22:16:52'),(9698,359,1,9898,'4.99','2005-07-31 14:12:03','2006-02-15 22:16:52'),(9699,359,2,10174,'5.99','2005-07-31 23:40:08','2006-02-15 22:16:52'),(9700,359,1,11032,'4.99','2005-08-02 05:53:35','2006-02-15 22:16:52'),(9701,359,1,12611,'1.99','2005-08-18 17:09:42','2006-02-15 22:16:52'),(9702,359,2,13297,'2.99','2005-08-19 18:45:49','2006-02-15 22:16:52'),(9703,359,1,14258,'1.99','2005-08-21 05:56:36','2006-02-15 22:16:52'),(9704,359,2,14598,'5.99','2005-08-21 17:40:05','2006-02-15 22:16:52'),(9705,359,1,15104,'2.99','2005-08-22 12:01:16','2006-02-15 22:16:52'),(9706,359,1,15148,'4.99','2005-08-22 13:59:19','2006-02-15 22:16:52'),(9707,359,1,15453,'1.99','2005-08-23 01:01:01','2006-02-15 22:16:52'),(9708,359,2,15655,'4.99','2006-02-14 15:16:03','2006-02-15 22:16:52'),(9709,360,1,633,'0.99','2005-05-28 17:37:59','2006-02-15 22:16:52'),(9710,360,2,777,'4.99','2005-05-29 14:07:58','2006-02-15 22:16:52'),(9711,360,2,1492,'0.99','2005-06-15 21:48:35','2006-02-15 22:16:53'),(9712,360,2,2402,'6.99','2005-06-18 16:24:45','2006-02-15 22:16:53'),(9713,360,2,2541,'3.99','2005-06-19 02:08:10','2006-02-15 22:16:53'),(9714,360,2,2780,'6.99','2005-06-19 18:19:33','2006-02-15 22:16:53'),(9715,360,1,4056,'4.99','2005-07-07 03:57:36','2006-02-15 22:16:53'),(9716,360,1,4487,'7.99','2005-07-08 01:20:22','2006-02-15 22:16:53'),(9717,360,2,5456,'2.99','2005-07-09 22:31:45','2006-02-15 22:16:53'),(9718,360,1,5834,'1.99','2005-07-10 16:44:12','2006-02-15 22:16:53'),(9719,360,1,5995,'3.99','2005-07-11 01:15:39','2006-02-15 22:16:53'),(9720,360,1,6442,'0.99','2005-07-12 00:29:45','2006-02-15 22:16:53'),(9721,360,2,6770,'5.99','2005-07-12 15:49:40','2006-02-15 22:16:53'),(9722,360,1,7251,'2.99','2005-07-27 10:44:55','2006-02-15 22:16:53'),(9723,360,2,7588,'9.99','2005-07-27 23:23:31','2006-02-15 22:16:53'),(9724,360,1,7654,'4.99','2005-07-28 02:00:14','2006-02-15 22:16:53'),(9725,360,2,7908,'3.99','2005-07-28 11:32:57','2006-02-15 22:16:53'),(9726,360,1,8220,'2.99','2005-07-28 23:46:41','2006-02-15 22:16:53'),(9727,360,2,8361,'2.99','2005-07-29 05:08:57','2006-02-15 22:16:53'),(9728,360,1,9283,'4.99','2005-07-30 15:25:19','2006-02-15 22:16:53'),(9729,360,2,9352,'0.99','2005-07-30 18:29:26','2006-02-15 22:16:53'),(9730,360,1,9623,'2.99','2005-07-31 04:30:02','2006-02-15 22:16:53'),(9731,360,2,9659,'3.99','2005-07-31 06:02:14','2006-02-15 22:16:53'),(9732,360,2,10857,'2.99','2005-08-02 00:07:20','2006-02-15 22:16:54'),(9733,360,2,11264,'6.99','2005-08-02 14:05:18','2006-02-15 22:16:54'),(9734,360,2,11553,'4.99','2005-08-17 01:04:31','2006-02-15 22:16:54'),(9735,360,2,12088,'5.99','2005-08-17 22:20:16','2006-02-15 22:16:54'),(9736,360,1,12773,'5.99','2005-08-18 23:32:19','2006-02-15 22:16:54'),(9737,360,2,12795,'0.99','2005-08-19 00:21:52','2006-02-15 22:16:54'),(9738,360,1,12839,'6.99','2005-08-19 01:53:43','2006-02-15 22:16:54'),(9739,360,1,12990,'4.99','2005-08-19 07:20:39','2006-02-15 22:16:54'),(9740,360,2,13894,'7.99','2005-08-20 15:55:20','2006-02-15 22:16:54'),(9741,360,1,14700,'4.99','2005-08-21 20:53:40','2006-02-15 22:16:54'),(9742,360,1,15310,'2.99','2005-08-22 19:56:41','2006-02-15 22:16:54'),(9743,361,1,368,'5.99','2005-05-27 07:42:29','2006-02-15 22:16:54'),(9744,361,2,1120,'4.99','2005-05-31 16:37:14','2006-02-15 22:16:54'),(9745,361,2,2353,'4.99','2005-06-18 12:53:25','2006-02-15 22:16:54'),(9746,361,2,2558,'1.99','2005-06-19 03:09:16','2006-02-15 22:16:54'),(9747,361,1,2851,'2.99','2005-06-19 23:07:03','2006-02-15 22:16:54'),(9748,361,2,3303,'2.99','2005-06-21 07:34:14','2006-02-15 22:16:54'),(9749,361,2,5154,'2.99','2005-07-09 08:46:18','2006-02-15 22:16:54'),(9750,361,1,6152,'0.99','2005-07-11 09:25:52','2006-02-15 22:16:54'),(9751,361,2,6829,'4.99','2005-07-12 18:38:59','2006-02-15 22:16:54'),(9752,361,2,6911,'0.99','2005-07-12 22:14:34','2006-02-15 22:16:54'),(9753,361,1,6914,'1.99','2005-07-12 22:26:56','2006-02-15 22:16:55'),(9754,361,1,7538,'2.99','2005-07-27 21:38:04','2006-02-15 22:16:55'),(9755,361,2,7712,'2.99','2005-07-28 04:29:53','2006-02-15 22:16:55'),(9756,361,2,8189,'4.99','2005-07-28 22:36:26','2006-02-15 22:16:55'),(9757,361,1,10145,'1.99','2005-07-31 22:15:13','2006-02-15 22:16:55'),(9758,361,1,10151,'4.99','2005-07-31 22:22:37','2006-02-15 22:16:55'),(9759,361,1,10414,'0.99','2005-08-01 08:03:55','2006-02-15 22:16:55'),(9760,361,2,10975,'0.99','2005-08-02 04:11:25','2006-02-15 22:16:55'),(9761,361,2,11031,'5.99','2005-08-02 05:52:58','2006-02-15 22:16:55'),(9762,361,2,11243,'5.99','2005-08-02 13:32:48','2006-02-15 22:16:55'),(9763,361,1,11327,'2.99','2005-08-02 16:40:47','2006-02-15 22:16:55'),(9764,361,1,11991,'3.99','2005-08-17 18:27:08','2006-02-15 22:16:55'),(9765,361,2,12626,'5.99','2005-08-18 17:36:45','2006-02-15 22:16:55'),(9766,361,2,12690,'2.99','2005-08-18 20:06:57','2006-02-15 22:16:55'),(9767,361,1,13135,'0.99','2005-08-19 12:22:52','2006-02-15 22:16:55'),(9768,361,2,14031,'0.99','2005-08-20 21:24:24','2006-02-15 22:16:55'),(9769,361,1,14422,'0.99','2005-08-21 11:21:46','2006-02-15 22:16:55'),(9770,361,1,15759,'6.99','2005-08-23 12:47:37','2006-02-15 22:16:55'),(9771,361,2,15935,'2.99','2005-08-23 18:41:11','2006-02-15 22:16:55'),(9772,361,1,13298,'3.98','2006-02-14 15:16:03','2006-02-15 22:16:55'),(9773,361,1,14769,'0.00','2006-02-14 15:16:03','2006-02-15 22:16:55'),(9774,362,2,1035,'4.99','2005-05-31 05:01:09','2006-02-15 22:16:56'),(9775,362,1,1429,'2.99','2005-06-15 18:24:10','2006-02-15 22:16:56'),(9776,362,1,1529,'2.99','2005-06-16 00:37:35','2006-02-15 22:16:56'),(9777,362,1,1615,'2.99','2005-06-16 07:00:28','2006-02-15 22:16:56'),(9778,362,2,3197,'2.99','2005-06-21 00:07:23','2006-02-15 22:16:56'),(9779,362,2,3393,'2.99','2005-06-21 15:14:27','2006-02-15 22:16:56'),(9780,362,2,4646,'8.99','2005-07-08 09:23:26','2006-02-15 22:16:56'),(9781,362,1,5227,'4.99','2005-07-09 12:16:39','2006-02-15 22:16:56'),(9782,362,2,5563,'1.99','2005-07-10 03:21:02','2006-02-15 22:16:56'),(9783,362,2,5690,'5.99','2005-07-10 09:26:49','2006-02-15 22:16:56'),(9784,362,1,6204,'4.99','2005-07-11 12:29:22','2006-02-15 22:16:56'),(9785,362,2,6576,'4.99','2005-07-12 06:13:41','2006-02-15 22:16:56'),(9786,362,1,6981,'4.99','2005-07-27 00:51:38','2006-02-15 22:16:56'),(9787,362,1,7172,'1.99','2005-07-27 07:59:16','2006-02-15 22:16:56'),(9788,362,1,7485,'2.99','2005-07-27 19:29:09','2006-02-15 22:16:56'),(9789,362,1,8081,'2.99','2005-07-28 18:06:46','2006-02-15 22:16:56'),(9790,362,2,8325,'2.99','2005-07-29 03:57:27','2006-02-15 22:16:56'),(9791,362,2,8364,'4.99','2005-07-29 05:10:31','2006-02-15 22:16:56'),(9792,362,1,8662,'0.99','2005-07-29 15:31:33','2006-02-15 22:16:56'),(9793,362,1,8714,'2.99','2005-07-29 17:31:40','2006-02-15 22:16:56'),(9794,362,1,9784,'4.99','2005-07-31 10:21:32','2006-02-15 22:16:56'),(9795,362,2,10546,'3.99','2005-08-01 12:44:17','2006-02-15 22:16:56'),(9796,362,2,12244,'4.99','2005-08-18 03:39:11','2006-02-15 22:16:57'),(9797,362,1,12854,'6.99','2005-08-19 02:18:51','2006-02-15 22:16:57'),(9798,362,1,13603,'6.99','2005-08-20 06:02:48','2006-02-15 22:16:57'),(9799,362,2,14051,'6.99','2005-08-20 22:09:51','2006-02-15 22:16:57'),(9800,362,2,14129,'2.99','2005-08-21 01:42:15','2006-02-15 22:16:57'),(9801,362,2,14336,'4.99','2005-08-21 08:33:42','2006-02-15 22:16:57'),(9802,362,1,14752,'5.99','2005-08-21 23:11:42','2006-02-15 22:16:57'),(9803,362,1,14759,'11.99','2005-08-21 23:28:58','2006-02-15 22:16:57'),(9804,362,1,14808,'4.99','2005-08-22 00:58:35','2006-02-15 22:16:57'),(9805,362,1,14950,'2.99','2005-08-22 06:17:12','2006-02-15 22:16:57'),(9806,363,1,733,'3.99','2005-05-29 07:35:21','2006-02-15 22:16:57'),(9807,363,2,1426,'4.99','2005-06-15 18:16:24','2006-02-15 22:16:57'),(9808,363,2,1569,'4.99','2005-06-16 03:19:09','2006-02-15 22:16:57'),(9809,363,1,1847,'4.99','2005-06-17 00:05:22','2006-02-15 22:16:57'),(9810,363,1,2540,'4.99','2005-06-19 02:04:48','2006-02-15 22:16:57'),(9811,363,2,3281,'2.99','2005-06-21 06:08:47','2006-02-15 22:16:57'),(9812,363,1,3726,'3.99','2005-07-06 11:15:49','2006-02-15 22:16:57'),(9813,363,2,5687,'3.99','2005-07-10 09:07:19','2006-02-15 22:16:57'),(9814,363,1,5758,'6.99','2005-07-10 12:42:43','2006-02-15 22:16:57'),(9815,363,2,6140,'4.99','2005-07-11 08:40:47','2006-02-15 22:16:57'),(9816,363,2,6705,'4.99','2005-07-12 12:53:11','2006-02-15 22:16:58'),(9817,363,2,6821,'2.99','2005-07-12 18:22:10','2006-02-15 22:16:58'),(9818,363,2,6878,'4.99','2005-07-12 20:37:13','2006-02-15 22:16:58'),(9819,363,1,7256,'2.99','2005-07-27 10:58:32','2006-02-15 22:16:58'),(9820,363,2,7708,'4.99','2005-07-28 04:19:15','2006-02-15 22:16:58'),(9821,363,2,8121,'2.99','2005-07-28 19:25:45','2006-02-15 22:16:58'),(9822,363,2,8522,'3.99','2005-07-29 10:16:19','2006-02-15 22:16:58'),(9823,363,2,8804,'2.99','2005-07-29 21:28:19','2006-02-15 22:16:58'),(9824,363,2,8841,'4.99','2005-07-29 22:56:07','2006-02-15 22:16:58'),(9825,363,1,9968,'4.99','2005-07-31 16:32:16','2006-02-15 22:16:58'),(9826,363,1,9977,'8.99','2005-07-31 16:58:42','2006-02-15 22:16:58'),(9827,363,1,10339,'6.99','2005-08-01 05:05:50','2006-02-15 22:16:58'),(9828,363,2,12189,'5.99','2005-08-18 01:51:44','2006-02-15 22:16:58'),(9829,363,2,12760,'4.99','2005-08-18 23:03:19','2006-02-15 22:16:58'),(9830,363,1,13706,'9.99','2005-08-20 09:32:56','2006-02-15 22:16:58'),(9831,363,1,14694,'2.99','2005-08-21 20:46:42','2006-02-15 22:16:58'),(9832,363,1,14983,'5.99','2005-08-22 07:32:23','2006-02-15 22:16:58'),(9833,363,2,15279,'4.99','2005-08-22 19:08:49','2006-02-15 22:16:58'),(9834,363,1,15335,'4.99','2005-08-22 20:44:55','2006-02-15 22:16:58'),(9835,364,1,462,'5.99','2005-05-27 20:10:36','2006-02-15 22:16:58'),(9836,364,1,1722,'2.99','2005-06-16 15:12:52','2006-02-15 22:16:59'),(9837,364,2,2442,'2.99','2005-06-18 18:49:18','2006-02-15 22:16:59'),(9838,364,2,2606,'4.99','2005-06-19 06:51:32','2006-02-15 22:16:59'),(9839,364,2,2857,'4.99','2005-06-19 23:15:15','2006-02-15 22:16:59'),(9840,364,2,2962,'3.99','2005-06-20 07:31:55','2006-02-15 22:16:59'),(9841,364,1,3678,'4.99','2005-07-06 09:15:15','2006-02-15 22:16:59'),(9842,364,2,3961,'4.99','2005-07-06 22:11:43','2006-02-15 22:16:59'),(9843,364,1,4047,'0.99','2005-07-07 03:28:49','2006-02-15 22:16:59'),(9844,364,2,4689,'4.99','2005-07-08 11:03:47','2006-02-15 22:16:59'),(9845,364,1,5872,'10.99','2005-07-10 18:54:05','2006-02-15 22:16:59'),(9846,364,1,7272,'2.99','2005-07-27 11:30:20','2006-02-15 22:16:59'),(9847,364,2,9266,'4.99','2005-07-30 14:59:01','2006-02-15 22:16:59'),(9848,364,1,10092,'0.99','2005-07-31 20:28:09','2006-02-15 22:16:59'),(9849,364,2,10290,'5.99','2005-08-01 03:39:50','2006-02-15 22:16:59'),(9850,364,2,11932,'4.99','2005-08-17 16:36:12','2006-02-15 22:16:59'),(9851,364,1,12557,'4.99','2005-08-18 14:51:03','2006-02-15 22:16:59'),(9852,364,1,12761,'1.99','2005-08-18 23:05:22','2006-02-15 22:16:59'),(9853,364,2,12912,'3.99','2005-08-19 04:24:35','2006-02-15 22:16:59'),(9854,364,1,13698,'4.99','2005-08-20 09:24:26','2006-02-15 22:16:59'),(9855,364,2,13936,'0.99','2005-08-20 17:22:35','2006-02-15 22:17:00'),(9856,364,2,14293,'4.99','2005-08-21 07:06:47','2006-02-15 22:17:00'),(9857,364,1,15242,'0.99','2005-08-22 17:48:10','2006-02-15 22:17:00'),(9858,365,2,120,'5.99','2005-05-25 19:37:47','2006-02-15 22:17:00'),(9859,365,1,231,'4.99','2005-05-26 11:31:59','2006-02-15 22:17:00'),(9860,365,1,1303,'1.99','2005-06-15 09:55:57','2006-02-15 22:17:00'),(9861,365,1,1578,'6.99','2005-06-16 04:08:16','2006-02-15 22:17:00'),(9862,365,1,1983,'4.99','2005-06-17 10:22:13','2006-02-15 22:17:00'),(9863,365,1,2525,'2.99','2005-06-19 00:48:22','2006-02-15 22:17:00'),(9864,365,2,3156,'0.99','2005-06-20 21:03:46','2006-02-15 22:17:00'),(9865,365,1,4583,'1.99','2005-07-08 06:09:44','2006-02-15 22:17:00'),(9866,365,1,6604,'4.99','2005-07-12 07:57:45','2006-02-15 22:17:00'),(9867,365,1,7488,'7.99','2005-07-27 19:36:15','2006-02-15 22:17:00'),(9868,365,2,7634,'4.99','2005-07-28 01:07:01','2006-02-15 22:17:00'),(9869,365,1,8168,'4.99','2005-07-28 21:28:32','2006-02-15 22:17:00'),(9870,365,2,8782,'4.99','2005-07-29 20:29:34','2006-02-15 22:17:00'),(9871,365,1,8856,'3.99','2005-07-29 23:42:00','2006-02-15 22:17:00'),(9872,365,1,9122,'2.99','2005-07-30 09:36:52','2006-02-15 22:17:00'),(9873,365,2,9184,'4.99','2005-07-30 12:10:19','2006-02-15 22:17:00'),(9874,365,2,9540,'2.99','2005-07-31 01:40:06','2006-02-15 22:17:01'),(9875,365,2,10717,'2.99','2005-08-01 18:53:53','2006-02-15 22:17:01'),(9876,365,2,12322,'2.99','2005-08-18 06:35:28','2006-02-15 22:17:01'),(9877,365,2,12375,'4.99','2005-08-18 08:20:08','2006-02-15 22:17:01'),(9878,365,1,12804,'8.99','2005-08-19 00:33:15','2006-02-15 22:17:01'),(9879,365,1,13619,'2.99','2005-08-20 06:39:26','2006-02-15 22:17:01'),(9880,365,2,14463,'6.99','2005-08-21 12:51:49','2006-02-15 22:17:01'),(9881,366,2,911,'6.99','2005-05-30 10:50:22','2006-02-15 22:17:01'),(9882,366,2,1401,'1.99','2005-06-15 16:30:22','2006-02-15 22:17:01'),(9883,366,2,2214,'0.99','2005-06-18 02:44:37','2006-02-15 22:17:01'),(9884,366,2,3632,'4.99','2005-07-06 06:38:21','2006-02-15 22:17:01'),(9885,366,1,3834,'2.99','2005-07-06 16:19:56','2006-02-15 22:17:01'),(9886,366,2,4276,'2.99','2005-07-07 14:50:59','2006-02-15 22:17:01'),(9887,366,1,4569,'5.99','2005-07-08 05:30:51','2006-02-15 22:17:01'),(9888,366,2,5364,'0.99','2005-07-09 18:24:48','2006-02-15 22:17:01'),(9889,366,1,6112,'6.99','2005-07-11 07:28:05','2006-02-15 22:17:01'),(9890,366,1,6366,'4.99','2005-07-11 21:18:16','2006-02-15 22:17:01'),(9891,366,2,6533,'6.99','2005-07-12 04:39:38','2006-02-15 22:17:01'),(9892,366,2,6738,'5.99','2005-07-12 14:17:55','2006-02-15 22:17:01'),(9893,366,1,6842,'0.99','2005-07-12 19:07:55','2006-02-15 22:17:02'),(9894,366,2,6971,'4.99','2005-07-27 00:26:17','2006-02-15 22:17:02'),(9895,366,1,7344,'1.99','2005-07-27 14:29:28','2006-02-15 22:17:02'),(9896,366,1,7562,'2.99','2005-07-27 22:25:15','2006-02-15 22:17:02'),(9897,366,2,7602,'4.99','2005-07-27 23:48:35','2006-02-15 22:17:02'),(9898,366,1,7805,'6.99','2005-07-28 07:56:41','2006-02-15 22:17:02'),(9899,366,2,8169,'4.99','2005-07-28 21:29:46','2006-02-15 22:17:02'),(9900,366,2,8260,'1.99','2005-07-29 01:11:00','2006-02-15 22:17:02'),(9901,366,2,8928,'2.99','2005-07-30 02:18:19','2006-02-15 22:17:02'),(9902,366,1,9316,'6.99','2005-07-30 17:11:58','2006-02-15 22:17:02'),(9903,366,1,10198,'2.99','2005-08-01 00:36:15','2006-02-15 22:17:02'),(9904,366,1,10384,'4.99','2005-08-01 06:39:14','2006-02-15 22:17:02'),(9905,366,2,11337,'2.99','2005-08-02 16:59:09','2006-02-15 22:17:02'),(9906,366,2,11340,'5.99','2005-08-02 17:05:43','2006-02-15 22:17:02'),(9907,366,2,12413,'2.99','2005-08-18 09:50:34','2006-02-15 22:17:02'),(9908,366,1,12608,'4.99','2005-08-18 17:05:15','2006-02-15 22:17:02'),(9909,366,2,13563,'0.99','2005-08-20 04:33:31','2006-02-15 22:17:02'),(9910,366,1,13857,'2.99','2005-08-20 14:50:06','2006-02-15 22:17:02'),(9911,366,1,14147,'4.99','2005-08-21 02:14:03','2006-02-15 22:17:02'),(9912,366,1,14290,'4.99','2005-08-21 07:02:59','2006-02-15 22:17:02'),(9913,366,1,14390,'2.99','2005-08-21 10:15:38','2006-02-15 22:17:02'),(9914,366,1,14717,'2.99','2005-08-21 21:30:39','2006-02-15 22:17:03'),(9915,366,1,14906,'6.99','2005-08-22 04:38:18','2006-02-15 22:17:03'),(9916,366,1,15514,'2.99','2005-08-23 03:03:40','2006-02-15 22:17:03'),(9917,366,1,13421,'4.99','2006-02-14 15:16:03','2006-02-15 22:17:03'),(9918,367,1,939,'0.99','2005-05-30 14:49:34','2006-02-15 22:17:03'),(9919,367,1,1089,'2.99','2005-05-31 11:38:29','2006-02-15 22:17:03'),(9920,367,1,3078,'0.99','2005-06-20 15:09:48','2006-02-15 22:17:03'),(9921,367,1,4251,'8.99','2005-07-07 14:11:55','2006-02-15 22:17:03'),(9922,367,2,5490,'4.99','2005-07-10 00:09:11','2006-02-15 22:17:03'),(9923,367,2,5538,'4.99','2005-07-10 02:39:40','2006-02-15 22:17:03'),(9924,367,2,5839,'2.99','2005-07-10 17:08:30','2006-02-15 22:17:03'),(9925,367,2,6228,'2.99','2005-07-11 13:58:36','2006-02-15 22:17:03'),(9926,367,1,6716,'0.99','2005-07-12 13:34:58','2006-02-15 22:17:03'),(9927,367,2,6835,'5.99','2005-07-12 18:58:03','2006-02-15 22:17:03'),(9928,367,2,8490,'0.99','2005-07-29 08:59:25','2006-02-15 22:17:03'),(9929,367,1,9030,'3.99','2005-07-30 06:05:38','2006-02-15 22:17:03'),(9930,367,1,9430,'4.99','2005-07-30 21:20:13','2006-02-15 22:17:03'),(9931,367,1,9912,'4.99','2005-07-31 14:49:04','2006-02-15 22:17:03'),(9932,367,2,10344,'4.99','2005-08-01 05:18:23','2006-02-15 22:17:03'),(9933,367,1,12152,'4.99','2005-08-18 00:21:35','2006-02-15 22:17:03'),(9934,367,2,12362,'0.99','2005-08-18 07:48:05','2006-02-15 22:17:03'),(9935,367,2,12373,'8.99','2005-08-18 08:07:25','2006-02-15 22:17:04'),(9936,367,2,12911,'6.99','2005-08-19 04:24:10','2006-02-15 22:17:04'),(9937,367,2,13235,'4.99','2005-08-19 16:17:53','2006-02-15 22:17:04'),(9938,367,1,14413,'6.99','2005-08-21 11:06:33','2006-02-15 22:17:04'),(9939,367,1,14481,'10.99','2005-08-21 13:41:14','2006-02-15 22:17:04'),(9940,368,1,64,'5.99','2005-05-25 09:21:29','2006-02-15 22:17:04'),(9941,368,1,125,'5.99','2005-05-25 20:48:50','2006-02-15 22:17:04'),(9942,368,1,836,'2.99','2005-05-29 23:56:42','2006-02-15 22:17:04'),(9943,368,1,949,'2.99','2005-05-30 15:50:39','2006-02-15 22:17:04'),(9944,368,1,1186,'0.99','2005-06-15 00:56:45','2006-02-15 22:17:04'),(9945,368,1,1513,'9.99','2005-06-15 22:53:30','2006-02-15 22:17:04'),(9946,368,1,2531,'4.99','2005-06-19 01:20:49','2006-02-15 22:17:04'),(9947,368,1,2694,'4.99','2005-06-19 13:17:21','2006-02-15 22:17:04'),(9948,368,1,2744,'4.99','2005-06-19 16:20:40','2006-02-15 22:17:04'),(9949,368,2,3275,'4.99','2005-06-21 05:33:04','2006-02-15 22:17:04'),(9950,368,2,3608,'4.99','2005-07-06 05:35:39','2006-02-15 22:17:04'),(9951,368,2,4066,'0.99','2005-07-07 04:34:09','2006-02-15 22:17:04'),(9952,368,1,4584,'0.99','2005-07-08 06:11:02','2006-02-15 22:17:04'),(9953,368,2,4913,'8.99','2005-07-08 21:27:48','2006-02-15 22:17:04'),(9954,368,1,6124,'4.99','2005-07-11 08:02:32','2006-02-15 22:17:04'),(9955,368,1,6154,'5.99','2005-07-11 09:32:19','2006-02-15 22:17:04'),(9956,368,1,6681,'2.99','2005-07-12 12:04:12','2006-02-15 22:17:04'),(9957,368,2,7571,'4.99','2005-07-27 22:43:42','2006-02-15 22:17:05'),(9958,368,1,8045,'0.99','2005-07-28 16:49:38','2006-02-15 22:17:05'),(9959,368,2,8226,'2.99','2005-07-29 00:01:04','2006-02-15 22:17:05'),(9960,368,1,9400,'5.99','2005-07-30 20:15:58','2006-02-15 22:17:05'),(9961,368,1,9833,'6.99','2005-07-31 12:05:01','2006-02-15 22:17:05'),(9962,368,2,10730,'8.99','2005-08-01 19:21:42','2006-02-15 22:17:05'),(9963,368,2,10848,'1.99','2005-08-01 23:50:22','2006-02-15 22:17:05'),(9964,368,1,11844,'0.99','2005-08-17 13:16:04','2006-02-15 22:17:05'),(9965,368,2,12319,'2.99','2005-08-18 06:26:45','2006-02-15 22:17:05'),(9966,368,1,12796,'4.99','2005-08-19 00:22:24','2006-02-15 22:17:05'),(9967,368,2,13189,'8.99','2005-08-19 14:27:16','2006-02-15 22:17:05'),(9968,368,2,13280,'2.99','2005-08-19 18:02:51','2006-02-15 22:17:05'),(9969,368,2,13378,'0.99','2005-08-19 21:33:35','2006-02-15 22:17:05'),(9970,368,2,13781,'7.99','2005-08-20 12:06:45','2006-02-15 22:17:05'),(9971,368,2,13963,'1.99','2005-08-20 18:20:18','2006-02-15 22:17:05'),(9972,368,1,14393,'7.99','2005-08-21 10:22:51','2006-02-15 22:17:05'),(9973,368,1,15353,'2.99','2005-08-22 21:18:08','2006-02-15 22:17:05'),(9974,368,1,15437,'2.99','2005-08-23 00:31:09','2006-02-15 22:17:05'),(9975,369,1,31,'4.99','2005-05-25 04:05:17','2006-02-15 22:17:05'),(9976,369,1,294,'4.99','2005-05-26 20:29:57','2006-02-15 22:17:05'),(9977,369,2,854,'0.99','2005-05-30 01:56:11','2006-02-15 22:17:05'),(9978,369,2,913,'7.99','2005-05-30 11:04:58','2006-02-15 22:17:06'),(9979,369,1,1224,'0.99','2005-06-15 03:44:25','2006-02-15 22:17:06'),(9980,369,1,3490,'6.99','2005-07-05 23:37:13','2006-02-15 22:17:06'),(9981,369,2,3903,'2.99','2005-07-06 19:27:32','2006-02-15 22:17:06'),(9982,369,2,4859,'4.99','2005-07-08 18:54:04','2006-02-15 22:17:06'),(9983,369,1,5043,'1.99','2005-07-09 03:25:18','2006-02-15 22:17:06'),(9984,369,2,5496,'7.99','2005-07-10 00:20:23','2006-02-15 22:17:06'),(9985,369,2,5561,'2.99','2005-07-10 03:15:24','2006-02-15 22:17:06'),(9986,369,1,8236,'2.99','2005-07-29 00:27:04','2006-02-15 22:17:06'),(9987,369,2,8826,'2.99','2005-07-29 22:30:16','2006-02-15 22:17:06'),(9988,369,2,9032,'4.99','2005-07-30 06:06:54','2006-02-15 22:17:06'),(9989,369,1,9089,'0.99','2005-07-30 08:23:39','2006-02-15 22:17:06'),(9990,369,2,9543,'0.99','2005-07-31 01:43:34','2006-02-15 22:17:06'),(9991,369,1,9973,'4.99','2005-07-31 16:49:31','2006-02-15 22:17:06'),(9992,369,1,10299,'0.99','2005-08-01 04:08:04','2006-02-15 22:17:06'),(9993,369,2,10359,'3.99','2005-08-01 05:52:21','2006-02-15 22:17:06'),(9994,369,2,10713,'2.99','2005-08-01 18:50:05','2006-02-15 22:17:06'),(9995,369,1,11084,'4.99','2005-08-02 07:34:19','2006-02-15 22:17:06'),(9996,369,2,11388,'1.99','2005-08-02 18:35:55','2006-02-15 22:17:06'),(9997,369,1,12521,'0.99','2005-08-18 13:43:07','2006-02-15 22:17:06'),(9998,369,2,14684,'5.99','2005-08-21 20:28:26','2006-02-15 22:17:06'),(9999,369,1,13898,'0.99','2006-02-14 15:16:03','2006-02-15 22:17:07'),(10000,370,2,1190,'6.99','2005-06-15 01:05:32','2006-02-15 22:17:07'),(10001,370,2,4400,'7.99','2005-07-07 21:22:26','2006-02-15 22:17:07'),(10002,370,2,6714,'0.99','2005-07-12 13:29:06','2006-02-15 22:17:07'),(10003,370,1,6968,'0.99','2005-07-27 00:16:45','2006-02-15 22:17:07'),(10004,370,2,7152,'7.99','2005-07-27 07:15:01','2006-02-15 22:17:07'),(10005,370,1,7226,'6.99','2005-07-27 09:47:53','2006-02-15 22:17:07'),(10006,370,2,7797,'0.99','2005-07-28 07:41:07','2006-02-15 22:17:07'),(10007,370,2,8258,'0.99','2005-07-29 01:03:42','2006-02-15 22:17:07'),(10008,370,2,10095,'0.99','2005-07-31 20:38:35','2006-02-15 22:17:07'),(10009,370,1,10336,'4.99','2005-08-01 04:59:53','2006-02-15 22:17:07'),(10010,370,1,11540,'1.99','2005-08-17 00:48:03','2006-02-15 22:17:07'),(10011,370,2,11925,'0.99','2005-08-17 16:23:04','2006-02-15 22:17:07'),(10012,370,1,12339,'4.99','2005-08-18 07:05:06','2006-02-15 22:17:07'),(10013,370,1,13039,'0.99','2005-08-19 08:55:19','2006-02-15 22:17:07'),(10014,370,1,14602,'3.99','2005-08-21 17:48:49','2006-02-15 22:17:07'),(10015,370,2,14786,'2.99','2005-08-22 00:24:42','2006-02-15 22:17:07'),(10016,370,2,15368,'3.99','2005-08-22 21:57:15','2006-02-15 22:17:07'),(10017,370,1,15626,'4.99','2005-08-23 07:25:34','2006-02-15 22:17:07'),(10018,370,1,15982,'5.99','2005-08-23 20:13:31','2006-02-15 22:17:08'),(10019,371,1,26,'3.99','2005-05-25 03:36:50','2006-02-15 22:17:08'),(10020,371,2,286,'6.99','2005-05-26 19:44:51','2006-02-15 22:17:08'),(10021,371,2,381,'4.99','2005-05-27 09:43:25','2006-02-15 22:17:08'),(10022,371,1,384,'5.99','2005-05-27 10:18:20','2006-02-15 22:17:08'),(10023,371,1,825,'0.99','2005-05-29 21:49:41','2006-02-15 22:17:08'),(10024,371,1,829,'2.99','2005-05-29 22:16:42','2006-02-15 22:17:08'),(10025,371,2,1212,'2.99','2005-06-15 03:03:33','2006-02-15 22:17:08'),(10026,371,1,1218,'1.99','2005-06-15 03:24:44','2006-02-15 22:17:08'),(10027,371,1,1573,'6.99','2005-06-16 03:31:39','2006-02-15 22:17:08'),(10028,371,2,1675,'5.99','2005-06-16 11:04:47','2006-02-15 22:17:08'),(10029,371,2,2837,'0.99','2005-06-19 22:03:50','2006-02-15 22:17:08'),(10030,371,1,3176,'3.99','2005-06-20 22:31:54','2006-02-15 22:17:08'),(10031,371,2,3396,'0.99','2005-06-21 15:23:08','2006-02-15 22:17:08'),(10032,371,2,4115,'8.99','2005-07-07 06:52:23','2006-02-15 22:17:08'),(10033,371,1,4612,'1.99','2005-07-08 07:40:44','2006-02-15 22:17:08'),(10034,371,1,5171,'4.99','2005-07-09 09:26:55','2006-02-15 22:17:08'),(10035,371,2,5614,'0.99','2005-07-10 05:16:56','2006-02-15 22:17:08'),(10036,371,1,6000,'2.99','2005-07-11 01:23:06','2006-02-15 22:17:08'),(10037,371,1,6460,'1.99','2005-07-12 01:13:44','2006-02-15 22:17:08'),(10038,371,1,6922,'0.99','2005-07-12 22:39:48','2006-02-15 22:17:08'),(10039,371,1,7408,'3.99','2005-07-27 16:31:40','2006-02-15 22:17:09'),(10040,371,1,8138,'4.99','2005-07-28 20:12:17','2006-02-15 22:17:09'),(10041,371,1,9008,'4.99','2005-07-30 05:10:26','2006-02-15 22:17:09'),(10042,371,1,9117,'8.99','2005-07-30 09:20:59','2006-02-15 22:17:09'),(10043,371,1,9635,'0.99','2005-07-31 05:12:27','2006-02-15 22:17:09'),(10044,371,1,11086,'10.99','2005-08-02 07:38:44','2006-02-15 22:17:09'),(10045,371,2,12397,'9.99','2005-08-18 09:12:52','2006-02-15 22:17:09'),(10046,371,2,12584,'7.99','2005-08-18 15:51:36','2006-02-15 22:17:09'),(10047,371,1,13028,'2.99','2005-08-19 08:27:23','2006-02-15 22:17:09'),(10048,371,2,13143,'3.99','2005-08-19 12:44:38','2006-02-15 22:17:09'),(10049,371,1,13191,'4.99','2005-08-19 14:28:48','2006-02-15 22:17:09'),(10050,371,2,13953,'4.99','2005-08-20 18:00:37','2006-02-15 22:17:09'),(10051,371,1,14384,'2.99','2005-08-21 10:02:37','2006-02-15 22:17:09'),(10052,371,1,15786,'0.99','2005-08-23 13:48:34','2006-02-15 22:17:09'),(10053,371,1,15824,'2.99','2005-08-23 15:09:17','2006-02-15 22:17:09'),(10054,372,1,617,'2.99','2005-05-28 15:49:14','2006-02-15 22:17:09'),(10055,372,1,638,'2.99','2005-05-28 18:24:43','2006-02-15 22:17:09'),(10056,372,1,2315,'2.99','2005-06-18 09:03:39','2006-02-15 22:17:09'),(10057,372,1,2959,'4.99','2005-06-20 07:07:54','2006-02-15 22:17:09'),(10058,372,1,3283,'3.99','2005-06-21 06:19:07','2006-02-15 22:17:09'),(10059,372,1,5229,'4.99','2005-07-09 12:30:18','2006-02-15 22:17:09'),(10060,372,1,5314,'2.99','2005-07-09 16:05:28','2006-02-15 22:17:10'),(10061,372,1,5352,'2.99','2005-07-09 17:54:58','2006-02-15 22:17:10'),(10062,372,1,5501,'6.99','2005-07-10 00:33:48','2006-02-15 22:17:10'),(10063,372,2,5914,'7.99','2005-07-10 21:01:12','2006-02-15 22:17:10'),(10064,372,2,6692,'4.99','2005-07-12 12:35:39','2006-02-15 22:17:10'),(10065,372,1,7190,'4.99','2005-07-27 08:36:01','2006-02-15 22:17:10'),(10066,372,2,7234,'5.99','2005-07-27 10:08:45','2006-02-15 22:17:10'),(10067,372,2,7735,'4.99','2005-07-28 05:09:56','2006-02-15 22:17:10'),(10068,372,2,8009,'7.99','2005-07-28 15:25:58','2006-02-15 22:17:10'),(10069,372,1,8059,'2.99','2005-07-28 17:09:59','2006-02-15 22:17:10'),(10070,372,1,8358,'0.99','2005-07-29 05:00:58','2006-02-15 22:17:10'),(10071,372,1,8724,'0.99','2005-07-29 18:05:21','2006-02-15 22:17:10'),(10072,372,1,8755,'2.99','2005-07-29 19:18:31','2006-02-15 22:17:10'),(10073,372,2,8837,'8.99','2005-07-29 22:49:00','2006-02-15 22:17:10'),(10074,372,1,9128,'5.99','2005-07-30 09:51:14','2006-02-15 22:17:10'),(10075,372,2,11134,'10.99','2005-08-02 09:19:22','2006-02-15 22:17:10'),(10076,372,2,11438,'3.99','2005-08-02 20:21:08','2006-02-15 22:17:10'),(10077,372,2,11555,'4.99','2005-08-17 01:08:59','2006-02-15 22:17:10'),(10078,372,1,12224,'0.99','2005-08-18 02:59:09','2006-02-15 22:17:10'),(10079,372,1,12714,'3.99','2005-08-18 21:08:01','2006-02-15 22:17:10'),(10080,372,2,13402,'4.99','2005-08-19 22:16:53','2006-02-15 22:17:11'),(10081,372,2,13871,'8.99','2005-08-20 15:10:13','2006-02-15 22:17:11'),(10082,372,2,14037,'9.99','2005-08-20 21:35:58','2006-02-15 22:17:11'),(10083,372,1,14211,'4.99','2005-08-21 04:29:11','2006-02-15 22:17:11'),(10084,372,1,14331,'2.99','2005-08-21 08:29:38','2006-02-15 22:17:11'),(10085,372,1,14770,'1.99','2005-08-21 23:47:16','2006-02-15 22:17:11'),(10086,372,2,15041,'0.99','2005-08-22 09:43:18','2006-02-15 22:17:11'),(10087,372,1,15563,'2.99','2005-08-23 05:08:58','2006-02-15 22:17:11'),(10088,373,2,257,'4.99','2005-05-26 15:27:05','2006-02-15 22:17:11'),(10089,373,1,1472,'6.99','2005-06-15 20:54:55','2006-02-15 22:17:11'),(10090,373,1,3161,'2.99','2005-06-20 21:21:01','2006-02-15 22:17:11'),(10091,373,2,3609,'2.99','2005-07-06 05:36:22','2006-02-15 22:17:11'),(10092,373,2,3667,'4.99','2005-07-06 08:36:34','2006-02-15 22:17:11'),(10093,373,1,4325,'7.99','2005-07-07 17:59:24','2006-02-15 22:17:11'),(10094,373,1,5120,'5.99','2005-07-09 07:14:23','2006-02-15 22:17:11'),(10095,373,1,6202,'3.99','2005-07-11 12:24:25','2006-02-15 22:17:11'),(10096,373,2,6311,'0.99','2005-07-11 18:18:52','2006-02-15 22:17:11'),(10097,373,1,6944,'4.99','2005-07-26 23:34:02','2006-02-15 22:17:11'),(10098,373,1,7094,'0.99','2005-07-27 04:47:33','2006-02-15 22:17:11'),(10099,373,2,7206,'3.99','2005-07-27 09:07:05','2006-02-15 22:17:11'),(10100,373,1,7615,'0.99','2005-07-28 00:15:24','2006-02-15 22:17:11'),(10101,373,1,8611,'3.99','2005-07-29 13:26:21','2006-02-15 22:17:12'),(10102,373,2,9327,'8.99','2005-07-30 17:31:03','2006-02-15 22:17:12'),(10103,373,1,9397,'4.99','2005-07-30 20:07:29','2006-02-15 22:17:12'),(10104,373,2,9480,'0.99','2005-07-30 23:26:03','2006-02-15 22:17:12'),(10105,373,1,9966,'4.99','2005-07-31 16:26:46','2006-02-15 22:17:12'),(10106,373,1,10010,'6.99','2005-07-31 18:01:36','2006-02-15 22:17:12'),(10107,373,1,10221,'4.99','2005-08-01 01:16:50','2006-02-15 22:17:12'),(10108,373,1,10758,'5.99','2005-08-01 20:22:51','2006-02-15 22:17:12'),(10109,373,2,11066,'7.99','2005-08-02 06:58:32','2006-02-15 22:17:12'),(10110,373,2,11512,'7.99','2005-08-16 23:51:06','2006-02-15 22:17:12'),(10111,373,2,11663,'3.99','2005-08-17 05:30:19','2006-02-15 22:17:12'),(10112,373,2,11976,'3.99','2005-08-17 17:59:19','2006-02-15 22:17:12'),(10113,373,1,12142,'5.99','2005-08-18 00:04:12','2006-02-15 22:17:12'),(10114,373,2,12536,'5.99','2005-08-18 14:06:06','2006-02-15 22:17:12'),(10115,373,1,12748,'7.99','2005-08-18 22:29:05','2006-02-15 22:17:12'),(10116,373,2,12780,'0.99','2005-08-18 23:48:16','2006-02-15 22:17:12'),(10117,373,2,13299,'2.99','2005-08-19 18:46:33','2006-02-15 22:17:12'),(10118,373,1,13329,'3.99','2005-08-19 19:56:55','2006-02-15 22:17:12'),(10119,373,2,13467,'2.99','2005-08-20 00:56:44','2006-02-15 22:17:12'),(10120,373,2,15014,'6.99','2005-08-22 08:43:11','2006-02-15 22:17:12'),(10121,373,1,15068,'3.99','2005-08-22 10:50:13','2006-02-15 22:17:13'),(10122,373,1,11739,'0.99','2006-02-14 15:16:03','2006-02-15 22:17:13'),(10123,374,1,521,'0.99','2005-05-28 03:32:22','2006-02-15 22:17:13'),(10124,374,2,910,'2.99','2005-05-30 10:46:16','2006-02-15 22:17:13'),(10125,374,2,919,'0.99','2005-05-30 11:35:06','2006-02-15 22:17:13'),(10126,374,1,1548,'1.99','2005-06-16 01:43:33','2006-02-15 22:17:13'),(10127,374,2,2046,'1.99','2005-06-17 14:39:50','2006-02-15 22:17:13'),(10128,374,2,2487,'4.99','2005-06-18 21:32:54','2006-02-15 22:17:13'),(10129,374,2,2641,'2.99','2005-06-19 09:38:33','2006-02-15 22:17:13'),(10130,374,1,3797,'1.99','2005-07-06 14:54:52','2006-02-15 22:17:13'),(10131,374,1,5463,'4.99','2005-07-09 22:57:02','2006-02-15 22:17:13'),(10132,374,1,5570,'6.99','2005-07-10 03:46:47','2006-02-15 22:17:13'),(10133,374,2,5591,'3.99','2005-07-10 04:25:03','2006-02-15 22:17:13'),(10134,374,2,5945,'2.99','2005-07-10 22:52:42','2006-02-15 22:17:13'),(10135,374,2,6315,'0.99','2005-07-11 18:42:49','2006-02-15 22:17:13'),(10136,374,2,7837,'0.99','2005-07-28 08:58:32','2006-02-15 22:17:13'),(10137,374,2,8586,'7.99','2005-07-29 12:16:34','2006-02-15 22:17:13'),(10138,374,2,9113,'0.99','2005-07-30 09:09:03','2006-02-15 22:17:13'),(10139,374,1,9866,'6.99','2005-07-31 13:13:50','2006-02-15 22:17:13'),(10140,374,1,10695,'2.99','2005-08-01 18:16:20','2006-02-15 22:17:13'),(10141,374,1,11619,'0.99','2005-08-17 04:03:26','2006-02-15 22:17:13'),(10142,374,2,12696,'2.99','2005-08-18 20:13:08','2006-02-15 22:17:14'),(10143,374,1,13337,'2.99','2005-08-19 20:06:57','2006-02-15 22:17:14'),(10144,374,2,13734,'4.99','2005-08-20 10:29:57','2006-02-15 22:17:14'),(10145,374,2,14524,'8.99','2005-08-21 15:05:27','2006-02-15 22:17:14'),(10146,374,2,15053,'5.99','2005-08-22 10:13:09','2006-02-15 22:17:14'),(10147,374,1,15200,'2.99','2005-08-22 16:22:53','2006-02-15 22:17:14'),(10148,374,2,15202,'4.99','2005-08-22 16:26:53','2006-02-15 22:17:14'),(10149,374,2,15366,'6.99','2005-08-22 21:45:57','2006-02-15 22:17:14'),(10150,374,2,15966,'2.99','2006-02-14 15:16:03','2006-02-15 22:17:14'),(10151,375,2,307,'8.99','2005-05-26 21:48:13','2006-02-15 22:17:14'),(10152,375,1,412,'4.99','2005-05-27 14:17:23','2006-02-15 22:17:14'),(10153,375,2,749,'4.99','2005-05-29 09:33:33','2006-02-15 22:17:14'),(10154,375,1,873,'2.99','2005-05-30 05:15:20','2006-02-15 22:17:14'),(10155,375,2,1404,'2.99','2005-06-15 16:38:53','2006-02-15 22:17:14'),(10156,375,1,1499,'5.99','2005-06-15 21:58:07','2006-02-15 22:17:14'),(10157,375,1,2236,'4.99','2005-06-18 04:12:33','2006-02-15 22:17:14'),(10158,375,1,3981,'6.99','2005-07-06 23:12:12','2006-02-15 22:17:14'),(10159,375,2,4335,'4.99','2005-07-07 18:33:57','2006-02-15 22:17:14'),(10160,375,2,5474,'2.99','2005-07-09 23:23:57','2006-02-15 22:17:14'),(10161,375,1,7856,'4.99','2005-07-28 09:48:24','2006-02-15 22:17:14'),(10162,375,2,8900,'2.99','2005-07-30 01:07:03','2006-02-15 22:17:14'),(10163,375,1,10274,'0.99','2005-08-01 03:16:51','2006-02-15 22:17:15'),(10164,375,2,10589,'1.99','2005-08-01 14:11:09','2006-02-15 22:17:15'),(10165,375,1,10640,'0.99','2005-08-01 15:44:51','2006-02-15 22:17:15'),(10166,375,1,10672,'4.99','2005-08-01 17:10:54','2006-02-15 22:17:15'),(10167,375,1,10859,'5.99','2005-08-02 00:11:39','2006-02-15 22:17:15'),(10168,375,1,10961,'6.99','2005-08-02 03:47:55','2006-02-15 22:17:15'),(10169,375,2,11008,'5.99','2005-08-02 05:06:17','2006-02-15 22:17:15'),(10170,375,2,12122,'9.99','2005-08-17 23:20:45','2006-02-15 22:17:15'),(10171,375,2,12663,'0.99','2005-08-18 19:10:52','2006-02-15 22:17:15'),(10172,375,1,13836,'4.99','2005-08-20 14:18:16','2006-02-15 22:17:15'),(10173,375,1,15004,'2.99','2005-08-22 08:15:21','2006-02-15 22:17:15'),(10174,375,1,15505,'4.99','2005-08-23 02:46:13','2006-02-15 22:17:15'),(10175,376,1,554,'0.99','2005-05-28 08:23:16','2006-02-15 22:17:15'),(10176,376,2,1208,'0.99','2005-06-15 02:30:03','2006-02-15 22:17:15'),(10177,376,1,2779,'0.99','2005-06-19 18:19:07','2006-02-15 22:17:15'),(10178,376,2,3719,'2.99','2005-07-06 11:05:55','2006-02-15 22:17:15'),(10179,376,1,4163,'0.99','2005-07-07 09:19:28','2006-02-15 22:17:15'),(10180,376,2,4166,'8.99','2005-07-07 09:33:30','2006-02-15 22:17:15'),(10181,376,1,4320,'3.99','2005-07-07 17:51:59','2006-02-15 22:17:15'),(10182,376,1,4554,'5.99','2005-07-08 04:48:03','2006-02-15 22:17:15'),(10183,376,1,4869,'4.99','2005-07-08 19:14:05','2006-02-15 22:17:16'),(10184,376,1,5675,'4.99','2005-07-10 08:31:06','2006-02-15 22:17:16'),(10185,376,1,6524,'6.99','2005-07-12 04:14:35','2006-02-15 22:17:16'),(10186,376,1,6545,'8.99','2005-07-12 04:56:30','2006-02-15 22:17:16'),(10187,376,2,6807,'2.99','2005-07-12 17:33:53','2006-02-15 22:17:16'),(10188,376,1,8269,'2.99','2005-07-29 01:26:54','2006-02-15 22:17:16'),(10189,376,1,8420,'5.99','2005-07-29 07:00:45','2006-02-15 22:17:16'),(10190,376,1,9773,'4.99','2005-07-31 09:56:56','2006-02-15 22:17:16'),(10191,376,1,9828,'2.99','2005-07-31 11:56:57','2006-02-15 22:17:16'),(10192,376,1,9872,'0.99','2005-07-31 13:27:55','2006-02-15 22:17:16'),(10193,376,2,10413,'3.99','2005-08-01 07:59:39','2006-02-15 22:17:16'),(10194,376,1,10810,'3.99','2005-08-01 22:40:39','2006-02-15 22:17:16'),(10195,376,1,11144,'4.99','2005-08-02 09:39:17','2006-02-15 22:17:16'),(10196,376,2,11792,'4.99','2005-08-17 11:03:53','2006-02-15 22:17:16'),(10197,376,1,11851,'4.99','2005-08-17 13:30:27','2006-02-15 22:17:16'),(10198,376,1,13009,'0.99','2005-08-19 07:50:35','2006-02-15 22:17:16'),(10199,376,1,13141,'0.99','2005-08-19 12:41:41','2006-02-15 22:17:16'),(10200,376,2,13761,'4.99','2005-08-20 11:28:50','2006-02-15 22:17:16'),(10201,376,1,15107,'4.99','2005-08-22 12:05:02','2006-02-15 22:17:16'),(10202,376,1,15382,'2.99','2005-08-22 22:30:50','2006-02-15 22:17:16'),(10203,377,2,2556,'3.99','2005-06-19 03:07:32','2006-02-15 22:17:16'),(10204,377,1,3080,'1.99','2005-06-20 15:22:32','2006-02-15 22:17:17'),(10205,377,2,3086,'0.99','2005-06-20 15:42:40','2006-02-15 22:17:17'),(10206,377,2,3136,'2.99','2005-06-20 19:39:08','2006-02-15 22:17:17'),(10207,377,2,3443,'4.99','2005-06-21 20:19:00','2006-02-15 22:17:17'),(10208,377,1,3858,'2.99','2005-07-06 17:17:57','2006-02-15 22:17:17'),(10209,377,2,4053,'0.99','2005-07-07 03:39:22','2006-02-15 22:17:17'),(10210,377,1,4077,'0.99','2005-07-07 04:53:40','2006-02-15 22:17:17'),(10211,377,1,4225,'0.99','2005-07-07 12:24:37','2006-02-15 22:17:17'),(10212,377,2,6893,'7.99','2005-07-12 21:20:11','2006-02-15 22:17:17'),(10213,377,1,7697,'1.99','2005-07-28 03:43:45','2006-02-15 22:17:17'),(10214,377,2,8018,'10.99','2005-07-28 15:36:48','2006-02-15 22:17:17'),(10215,377,2,8916,'4.99','2005-07-30 01:42:21','2006-02-15 22:17:17'),(10216,377,2,9461,'3.99','2005-07-30 22:29:13','2006-02-15 22:17:17'),(10217,377,1,9564,'0.99','2005-07-31 02:31:37','2006-02-15 22:17:17'),(10218,377,1,10013,'4.99','2005-07-31 18:08:21','2006-02-15 22:17:17'),(10219,377,1,10183,'8.99','2005-08-01 00:08:01','2006-02-15 22:17:17'),(10220,377,1,10738,'3.99','2005-08-01 19:39:08','2006-02-15 22:17:17'),(10221,377,1,10943,'2.99','2005-08-02 03:17:29','2006-02-15 22:17:17'),(10222,377,1,12390,'1.99','2005-08-18 08:51:42','2006-02-15 22:17:17'),(10223,377,1,12549,'4.99','2005-08-18 14:38:07','2006-02-15 22:17:17'),(10224,377,1,13249,'2.99','2005-08-19 16:47:41','2006-02-15 22:17:17'),(10225,377,1,13275,'0.99','2005-08-19 17:53:38','2006-02-15 22:17:18'),(10226,377,2,15088,'0.99','2005-08-22 11:28:26','2006-02-15 22:17:18'),(10227,377,1,15995,'0.99','2005-08-23 20:29:56','2006-02-15 22:17:18'),(10228,377,1,15999,'7.99','2005-08-23 20:44:10','2006-02-15 22:17:18'),(10229,378,1,347,'0.99','2005-05-27 04:40:33','2006-02-15 22:17:18'),(10230,378,2,1623,'4.99','2005-06-16 07:48:50','2006-02-15 22:17:18'),(10231,378,1,1662,'5.99','2005-06-16 10:13:35','2006-02-15 22:17:18'),(10232,378,2,2134,'7.99','2005-06-17 21:13:44','2006-02-15 22:17:18'),(10233,378,2,2713,'4.99','2005-06-19 14:23:09','2006-02-15 22:17:18'),(10234,378,1,3759,'4.99','2005-07-06 12:46:38','2006-02-15 22:17:18'),(10235,378,2,4755,'0.99','2005-07-08 14:23:41','2006-02-15 22:17:18'),(10236,378,1,5578,'1.99','2005-07-10 04:00:31','2006-02-15 22:17:18'),(10237,378,2,6233,'1.99','2005-07-11 14:10:47','2006-02-15 22:17:18'),(10238,378,1,7888,'0.99','2005-07-28 10:40:24','2006-02-15 22:17:18'),(10239,378,2,8740,'2.99','2005-07-29 18:41:31','2006-02-15 22:17:18'),(10240,378,2,9668,'3.99','2005-07-31 06:31:03','2006-02-15 22:17:18'),(10241,378,1,9868,'2.99','2005-07-31 13:20:08','2006-02-15 22:17:18'),(10242,378,1,10917,'4.99','2005-08-02 02:06:18','2006-02-15 22:17:18'),(10243,378,1,11111,'4.99','2005-08-02 08:21:27','2006-02-15 22:17:18'),(10244,378,1,12596,'2.99','2005-08-18 16:29:35','2006-02-15 22:17:18'),(10245,378,1,12828,'4.99','2005-08-19 01:37:47','2006-02-15 22:17:19'),(10246,378,2,14502,'4.99','2005-08-21 14:22:28','2006-02-15 22:17:19'),(10247,378,1,14971,'2.99','2005-08-22 06:52:49','2006-02-15 22:17:19'),(10248,379,2,209,'4.99','2005-05-26 08:14:01','2006-02-15 22:17:19'),(10249,379,1,863,'4.99','2005-05-30 03:14:59','2006-02-15 22:17:19'),(10250,379,1,1383,'8.99','2005-06-15 15:20:06','2006-02-15 22:17:19'),(10251,379,1,2313,'5.99','2005-06-18 08:56:45','2006-02-15 22:17:19'),(10252,379,1,2926,'2.99','2005-06-20 04:37:45','2006-02-15 22:17:19'),(10253,379,1,3788,'4.99','2005-07-06 14:02:02','2006-02-15 22:17:19'),(10254,379,2,4740,'2.99','2005-07-08 13:30:35','2006-02-15 22:17:19'),(10255,379,1,5402,'4.99','2005-07-09 20:01:58','2006-02-15 22:17:19'),(10256,379,1,6235,'7.99','2005-07-11 14:17:51','2006-02-15 22:17:19'),(10257,379,2,7041,'4.99','2005-07-27 03:18:32','2006-02-15 22:17:19'),(10258,379,1,10041,'4.99','2005-07-31 19:01:02','2006-02-15 22:17:19'),(10259,379,2,11457,'3.99','2005-08-02 21:14:16','2006-02-15 22:17:19'),(10260,379,1,12503,'4.99','2005-08-18 13:16:46','2006-02-15 22:17:19'),(10261,379,1,13334,'0.99','2005-08-19 20:02:33','2006-02-15 22:17:19'),(10262,379,2,13397,'7.99','2005-08-19 22:06:35','2006-02-15 22:17:19'),(10263,379,1,13485,'0.99','2005-08-20 01:20:14','2006-02-15 22:17:19'),(10264,379,1,14011,'5.99','2005-08-20 20:32:56','2006-02-15 22:17:19'),(10265,379,2,14152,'2.99','2005-08-21 02:23:50','2006-02-15 22:17:19'),(10266,379,1,14470,'0.99','2005-08-21 13:09:41','2006-02-15 22:17:20'),(10267,379,1,14886,'4.99','2005-08-22 03:59:01','2006-02-15 22:17:20'),(10268,379,2,15399,'4.99','2005-08-22 23:11:59','2006-02-15 22:17:20'),(10269,379,1,15446,'4.99','2005-08-23 00:49:24','2006-02-15 22:17:20'),(10270,379,2,15930,'3.99','2005-08-23 18:26:51','2006-02-15 22:17:20'),(10271,380,1,847,'3.99','2005-05-30 01:18:15','2006-02-15 22:17:20'),(10272,380,1,1868,'3.99','2005-06-17 02:03:22','2006-02-15 22:17:20'),(10273,380,1,1984,'2.99','2005-06-17 10:25:28','2006-02-15 22:17:20'),(10274,380,1,2018,'3.99','2005-06-17 12:35:58','2006-02-15 22:17:20'),(10275,380,1,2440,'2.99','2005-06-18 18:41:09','2006-02-15 22:17:20'),(10276,380,1,2464,'4.99','2005-06-18 20:06:05','2006-02-15 22:17:20'),(10277,380,2,2998,'1.99','2005-06-20 09:30:22','2006-02-15 22:17:20'),(10278,380,2,3099,'1.99','2005-06-20 16:44:33','2006-02-15 22:17:20'),(10279,380,1,3260,'4.99','2005-06-21 03:59:13','2006-02-15 22:17:20'),(10280,380,1,3637,'2.99','2005-07-06 07:06:31','2006-02-15 22:17:20'),(10281,380,1,3688,'4.99','2005-07-06 09:41:53','2006-02-15 22:17:20'),(10282,380,1,4675,'2.99','2005-07-08 10:24:22','2006-02-15 22:17:20'),(10283,380,2,4706,'4.99','2005-07-08 11:51:41','2006-02-15 22:17:20'),(10284,380,2,5339,'0.99','2005-07-09 17:09:17','2006-02-15 22:17:20'),(10285,380,2,7021,'8.99','2005-07-27 02:26:38','2006-02-15 22:17:20'),(10286,380,2,7167,'2.99','2005-07-27 07:37:26','2006-02-15 22:17:20'),(10287,380,2,7435,'0.99','2005-07-27 17:38:44','2006-02-15 22:17:21'),(10288,380,2,7443,'2.99','2005-07-27 17:47:43','2006-02-15 22:17:21'),(10289,380,1,7773,'2.99','2005-07-28 07:02:17','2006-02-15 22:17:21'),(10290,380,1,7974,'3.99','2005-07-28 14:11:57','2006-02-15 22:17:21'),(10291,380,1,9056,'0.99','2005-07-30 07:13:20','2006-02-15 22:17:21'),(10292,380,1,9261,'6.99','2005-07-30 14:39:35','2006-02-15 22:17:21'),(10293,380,1,9710,'10.99','2005-07-31 08:05:31','2006-02-15 22:17:21'),(10294,380,2,10450,'1.99','2005-08-01 09:10:03','2006-02-15 22:17:21'),(10295,380,1,10983,'3.99','2005-08-02 04:24:23','2006-02-15 22:17:21'),(10296,380,1,11936,'0.99','2005-08-17 16:45:34','2006-02-15 22:17:21'),(10297,380,2,11945,'0.99','2005-08-17 17:05:33','2006-02-15 22:17:21'),(10298,380,1,12636,'3.99','2005-08-18 18:00:29','2006-02-15 22:17:21'),(10299,380,1,12996,'6.99','2005-08-19 07:31:32','2006-02-15 22:17:21'),(10300,380,1,14529,'6.99','2005-08-21 15:08:31','2006-02-15 22:17:21'),(10301,380,1,14935,'1.99','2005-08-22 05:47:31','2006-02-15 22:17:21'),(10302,380,2,15175,'5.99','2005-08-22 15:29:15','2006-02-15 22:17:21'),(10303,380,1,15361,'2.99','2005-08-22 21:39:45','2006-02-15 22:17:21'),(10304,380,2,15636,'2.99','2005-08-23 07:50:46','2006-02-15 22:17:21'),(10305,380,1,15697,'2.99','2005-08-23 10:04:36','2006-02-15 22:17:21'),(10306,380,2,15748,'2.99','2005-08-23 12:33:00','2006-02-15 22:17:21'),(10307,381,2,169,'0.99','2005-05-26 03:09:30','2006-02-15 22:17:22'),(10308,381,2,406,'2.99','2005-05-27 13:46:46','2006-02-15 22:17:22'),(10309,381,1,835,'2.99','2005-05-29 23:37:00','2006-02-15 22:17:22'),(10310,381,1,1402,'3.99','2005-06-15 16:31:08','2006-02-15 22:17:22'),(10311,381,1,1878,'1.99','2005-06-17 02:55:32','2006-02-15 22:17:22'),(10312,381,2,2410,'2.99','2005-06-18 16:55:08','2006-02-15 22:17:22'),(10313,381,1,2418,'4.99','2005-06-18 17:14:42','2006-02-15 22:17:22'),(10314,381,2,3425,'2.99','2005-06-21 18:07:07','2006-02-15 22:17:22'),(10315,381,2,3812,'0.99','2005-07-06 15:22:19','2006-02-15 22:17:22'),(10316,381,2,3970,'2.99','2005-07-06 22:48:17','2006-02-15 22:17:22'),(10317,381,1,4735,'0.99','2005-07-08 13:12:27','2006-02-15 22:17:22'),(10318,381,2,5689,'0.99','2005-07-10 09:24:17','2006-02-15 22:17:22'),(10319,381,2,6116,'2.99','2005-07-11 07:37:38','2006-02-15 22:17:22'),(10320,381,2,6451,'4.99','2005-07-12 00:52:19','2006-02-15 22:17:22'),(10321,381,2,6778,'2.99','2005-07-12 16:06:00','2006-02-15 22:17:22'),(10322,381,1,7375,'2.99','2005-07-27 15:22:33','2006-02-15 22:17:22'),(10323,381,1,7645,'2.99','2005-07-28 01:27:42','2006-02-15 22:17:22'),(10324,381,2,8688,'0.99','2005-07-29 16:31:32','2006-02-15 22:17:22'),(10325,381,2,9144,'0.99','2005-07-30 10:22:15','2006-02-15 22:17:22'),(10326,381,2,9173,'4.99','2005-07-30 11:40:10','2006-02-15 22:17:22'),(10327,381,1,9822,'2.99','2005-07-31 11:48:25','2006-02-15 22:17:22'),(10328,381,2,10033,'4.99','2005-07-31 18:44:29','2006-02-15 22:17:23'),(10329,381,1,10608,'0.99','2005-08-01 14:48:41','2006-02-15 22:17:23'),(10330,381,2,10705,'0.99','2005-08-01 18:38:54','2006-02-15 22:17:23'),(10331,381,1,11519,'2.99','2005-08-17 00:01:27','2006-02-15 22:17:23'),(10332,381,2,12135,'2.99','2005-08-17 23:50:24','2006-02-15 22:17:23'),(10333,381,2,12237,'4.99','2005-08-18 03:24:38','2006-02-15 22:17:23'),(10334,381,2,12632,'2.99','2005-08-18 17:54:21','2006-02-15 22:17:23'),(10335,381,2,13202,'8.99','2005-08-19 14:58:30','2006-02-15 22:17:23'),(10336,381,2,13430,'0.99','2005-08-19 23:25:43','2006-02-15 22:17:23'),(10337,381,1,13614,'0.99','2005-08-20 06:28:37','2006-02-15 22:17:23'),(10338,381,2,13995,'2.99','2005-08-20 19:34:43','2006-02-15 22:17:23'),(10339,381,1,14198,'4.99','2005-08-21 03:48:31','2006-02-15 22:17:23'),(10340,381,2,15299,'4.99','2005-08-22 19:42:57','2006-02-15 22:17:23'),(10341,381,1,15747,'4.99','2005-08-23 12:29:24','2006-02-15 22:17:23'),(10342,382,2,356,'2.99','2005-05-27 06:32:30','2006-02-15 22:17:23'),(10343,382,1,522,'2.99','2005-05-28 03:33:20','2006-02-15 22:17:23'),(10344,382,1,2389,'0.99','2005-06-18 15:27:47','2006-02-15 22:17:23'),(10345,382,1,2468,'4.99','2005-06-18 20:23:52','2006-02-15 22:17:23'),(10346,382,1,2489,'1.99','2005-06-18 22:00:44','2006-02-15 22:17:23'),(10347,382,1,2514,'2.99','2005-06-18 23:56:44','2006-02-15 22:17:23'),(10348,382,2,3125,'4.99','2005-06-20 18:31:58','2006-02-15 22:17:24'),(10349,382,2,3480,'3.99','2005-07-05 23:11:43','2006-02-15 22:17:24'),(10350,382,2,4351,'4.99','2005-07-07 19:04:24','2006-02-15 22:17:24'),(10351,382,1,5004,'4.99','2005-07-09 01:20:50','2006-02-15 22:17:24'),(10352,382,1,5816,'0.99','2005-07-10 15:48:47','2006-02-15 22:17:24'),(10353,382,2,7625,'0.99','2005-07-28 00:47:56','2006-02-15 22:17:24'),(10354,382,2,8777,'0.99','2005-07-29 20:10:21','2006-02-15 22:17:24'),(10355,382,1,8871,'9.99','2005-07-30 00:12:41','2006-02-15 22:17:24'),(10356,382,1,8993,'4.99','2005-07-30 04:51:25','2006-02-15 22:17:24'),(10357,382,1,9067,'6.99','2005-07-30 07:31:01','2006-02-15 22:17:24'),(10358,382,2,9555,'0.99','2005-07-31 02:11:16','2006-02-15 22:17:24'),(10359,382,2,10327,'3.99','2005-08-01 04:55:35','2006-02-15 22:17:24'),(10360,382,2,12229,'0.99','2005-08-18 03:08:23','2006-02-15 22:17:24'),(10361,382,2,12529,'0.99','2005-08-18 13:53:36','2006-02-15 22:17:24'),(10362,382,1,14009,'4.99','2005-08-20 20:26:53','2006-02-15 22:17:24'),(10363,382,2,14300,'4.99','2005-08-21 07:19:37','2006-02-15 22:17:24'),(10364,382,2,14354,'5.99','2005-08-21 09:08:14','2006-02-15 22:17:24'),(10365,382,2,15939,'7.99','2005-08-23 18:44:21','2006-02-15 22:17:24'),(10366,383,2,63,'0.99','2005-05-25 09:19:16','2006-02-15 22:17:24'),(10367,383,1,766,'8.99','2005-05-29 11:47:02','2006-02-15 22:17:24'),(10368,383,1,1831,'7.99','2005-06-16 22:22:17','2006-02-15 22:17:25'),(10369,383,2,2228,'2.99','2005-06-18 03:44:50','2006-02-15 22:17:25'),(10370,383,1,2252,'2.99','2005-06-18 05:05:18','2006-02-15 22:17:25'),(10371,383,2,2318,'2.99','2005-06-18 09:13:54','2006-02-15 22:17:25'),(10372,383,1,2609,'7.99','2005-06-19 07:13:12','2006-02-15 22:17:25'),(10373,383,1,3091,'2.99','2005-06-20 16:02:59','2006-02-15 22:17:25'),(10374,383,2,4747,'5.99','2005-07-08 13:53:01','2006-02-15 22:17:25'),(10375,383,2,6091,'4.99','2005-07-11 05:49:18','2006-02-15 22:17:25'),(10376,383,2,6244,'0.99','2005-07-11 14:53:38','2006-02-15 22:17:25'),(10377,383,1,6775,'4.99','2005-07-12 16:01:44','2006-02-15 22:17:25'),(10378,383,1,7367,'3.99','2005-07-27 15:05:45','2006-02-15 22:17:25'),(10379,383,2,8367,'2.99','2005-07-29 05:11:19','2006-02-15 22:17:25'),(10380,383,1,8635,'0.99','2005-07-29 14:22:48','2006-02-15 22:17:25'),(10381,383,1,9653,'0.99','2005-07-31 05:55:38','2006-02-15 22:17:25'),(10382,383,1,9678,'0.99','2005-07-31 06:40:47','2006-02-15 22:17:25'),(10383,383,2,10515,'4.99','2005-08-01 11:41:33','2006-02-15 22:17:25'),(10384,383,1,10971,'4.99','2005-08-02 04:08:17','2006-02-15 22:17:25'),(10385,383,2,10993,'0.99','2005-08-02 04:45:01','2006-02-15 22:17:25'),(10386,383,2,11122,'0.99','2005-08-02 08:49:09','2006-02-15 22:17:25'),(10387,383,1,11592,'2.99','2005-08-17 02:36:04','2006-02-15 22:17:25'),(10388,383,1,12735,'4.99','2005-08-18 22:04:54','2006-02-15 22:17:25'),(10389,383,2,14039,'4.99','2005-08-20 21:39:43','2006-02-15 22:17:26'),(10390,383,2,14678,'4.99','2005-08-21 20:12:43','2006-02-15 22:17:26'),(10391,383,1,15416,'1.99','2005-08-22 23:51:23','2006-02-15 22:17:26'),(10392,383,1,15881,'6.99','2005-08-23 16:44:25','2006-02-15 22:17:26'),(10393,384,2,103,'4.99','2005-05-25 17:30:42','2006-02-15 22:17:26'),(10394,384,2,279,'2.99','2005-05-26 18:02:50','2006-02-15 22:17:26'),(10395,384,1,898,'0.99','2005-05-30 09:26:19','2006-02-15 22:17:26'),(10396,384,2,1013,'2.99','2005-05-31 02:37:00','2006-02-15 22:17:26'),(10397,384,1,1961,'0.99','2005-06-17 09:02:58','2006-02-15 22:17:26'),(10398,384,2,2020,'0.99','2005-06-17 12:39:50','2006-02-15 22:17:26'),(10399,384,1,2378,'7.99','2005-06-18 14:57:49','2006-02-15 22:17:26'),(10400,384,2,2510,'5.99','2005-06-18 23:44:21','2006-02-15 22:17:26'),(10401,384,2,2935,'3.99','2005-06-20 05:07:24','2006-02-15 22:17:26'),(10402,384,1,3088,'9.99','2005-06-20 15:56:05','2006-02-15 22:17:26'),(10403,384,2,3101,'4.99','2005-06-20 16:48:58','2006-02-15 22:17:26'),(10404,384,2,4424,'0.99','2005-07-07 22:14:43','2006-02-15 22:17:26'),(10405,384,2,5250,'0.99','2005-07-09 13:35:32','2006-02-15 22:17:26'),(10406,384,1,5608,'4.99','2005-07-10 05:08:26','2006-02-15 22:17:26'),(10407,384,2,5797,'4.99','2005-07-10 14:43:52','2006-02-15 22:17:26'),(10408,384,2,5966,'2.99','2005-07-10 23:59:27','2006-02-15 22:17:26'),(10409,384,2,6387,'0.99','2005-07-11 22:15:56','2006-02-15 22:17:27'),(10410,384,2,7799,'0.99','2005-07-28 07:42:09','2006-02-15 22:17:27'),(10411,384,1,8445,'1.99','2005-07-29 07:37:48','2006-02-15 22:17:27'),(10412,384,2,11773,'5.99','2005-08-17 10:19:51','2006-02-15 22:17:27'),(10413,384,2,13521,'2.99','2005-08-20 02:42:28','2006-02-15 22:17:27'),(10414,384,2,14416,'2.99','2005-08-21 11:11:46','2006-02-15 22:17:27'),(10415,384,1,14841,'0.99','2005-08-22 02:03:30','2006-02-15 22:17:27'),(10416,384,1,14963,'5.99','2005-08-22 06:38:10','2006-02-15 22:17:27'),(10417,384,2,15321,'4.99','2005-08-22 20:20:04','2006-02-15 22:17:27'),(10418,385,1,917,'2.99','2005-05-30 11:27:06','2006-02-15 22:17:27'),(10419,385,2,1038,'4.99','2005-05-31 05:23:47','2006-02-15 22:17:27'),(10420,385,1,1746,'2.99','2005-06-16 16:41:19','2006-02-15 22:17:27'),(10421,385,1,1937,'0.99','2005-06-17 07:16:46','2006-02-15 22:17:27'),(10422,385,1,3105,'0.99','2005-06-20 17:11:46','2006-02-15 22:17:27'),(10423,385,2,3878,'8.99','2005-07-06 18:27:09','2006-02-15 22:17:27'),(10424,385,2,3953,'0.99','2005-07-06 21:54:55','2006-02-15 22:17:27'),(10425,385,1,4714,'6.99','2005-07-08 12:12:48','2006-02-15 22:17:27'),(10426,385,1,5783,'2.99','2005-07-10 13:55:33','2006-02-15 22:17:27'),(10427,385,1,6445,'4.99','2005-07-12 00:37:02','2006-02-15 22:17:27'),(10428,385,2,6933,'4.99','2005-07-26 23:09:23','2006-02-15 22:17:27'),(10429,385,2,7776,'0.99','2005-07-28 07:04:36','2006-02-15 22:17:28'),(10430,385,1,8346,'2.99','2005-07-29 04:48:22','2006-02-15 22:17:28'),(10431,385,1,8518,'2.99','2005-07-29 10:05:27','2006-02-15 22:17:28'),(10432,385,1,9570,'2.99','2005-07-31 02:40:37','2006-02-15 22:17:28'),(10433,385,1,9704,'4.99','2005-07-31 07:39:32','2006-02-15 22:17:28'),(10434,385,1,10557,'0.99','2005-08-01 12:59:24','2006-02-15 22:17:28'),(10435,385,1,10636,'3.99','2005-08-01 15:40:35','2006-02-15 22:17:28'),(10436,385,1,10655,'4.99','2005-08-01 16:33:27','2006-02-15 22:17:28'),(10437,385,1,11021,'2.99','2005-08-02 05:30:11','2006-02-15 22:17:28'),(10438,385,1,11559,'2.99','2005-08-17 01:20:26','2006-02-15 22:17:28'),(10439,385,2,12310,'2.99','2005-08-18 06:02:34','2006-02-15 22:17:28'),(10440,385,2,12686,'8.99','2005-08-18 19:55:09','2006-02-15 22:17:28'),(10441,385,2,13062,'7.99','2005-08-19 09:44:17','2006-02-15 22:17:28'),(10442,385,1,13117,'0.99','2005-08-19 11:33:20','2006-02-15 22:17:28'),(10443,385,1,15488,'6.99','2005-08-23 02:06:01','2006-02-15 22:17:28'),(10444,386,1,583,'7.99','2005-05-28 11:48:55','2006-02-15 22:17:28'),(10445,386,2,1585,'3.99','2005-06-16 04:51:13','2006-02-15 22:17:28'),(10446,386,1,1608,'2.99','2005-06-16 06:28:57','2006-02-15 22:17:28'),(10447,386,2,1819,'5.99','2005-06-16 21:32:50','2006-02-15 22:17:28'),(10448,386,1,2732,'0.99','2005-06-19 15:19:39','2006-02-15 22:17:28'),(10449,386,1,3351,'2.99','2005-06-21 11:21:39','2006-02-15 22:17:29'),(10450,386,2,3783,'6.99','2005-07-06 13:57:31','2006-02-15 22:17:29'),(10451,386,1,4189,'8.99','2005-07-07 10:51:07','2006-02-15 22:17:29'),(10452,386,1,5524,'0.99','2005-07-10 01:49:24','2006-02-15 22:17:29'),(10453,386,1,5953,'2.99','2005-07-10 23:21:35','2006-02-15 22:17:29'),(10454,386,1,6037,'4.99','2005-07-11 03:06:54','2006-02-15 22:17:29'),(10455,386,1,6222,'2.99','2005-07-11 13:25:49','2006-02-15 22:17:29'),(10456,386,2,6261,'2.99','2005-07-11 15:28:34','2006-02-15 22:17:29'),(10457,386,1,6324,'3.99','2005-07-11 19:02:34','2006-02-15 22:17:29'),(10458,386,2,6715,'4.99','2005-07-12 13:32:28','2006-02-15 22:17:29'),(10459,386,2,8340,'4.99','2005-07-29 04:41:44','2006-02-15 22:17:29'),(10460,386,1,8751,'2.99','2005-07-29 19:14:39','2006-02-15 22:17:29'),(10461,386,2,9602,'0.99','2005-07-31 03:42:51','2006-02-15 22:17:29'),(10462,386,1,9686,'5.99','2005-07-31 06:50:06','2006-02-15 22:17:29'),(10463,386,1,10572,'4.99','2005-08-01 13:26:53','2006-02-15 22:17:29'),(10464,386,2,10618,'3.99','2005-08-01 15:06:38','2006-02-15 22:17:29'),(10465,386,1,10715,'2.99','2005-08-01 18:51:48','2006-02-15 22:17:29'),(10466,386,2,11128,'2.99','2005-08-02 09:03:25','2006-02-15 22:17:30'),(10467,386,2,11695,'4.99','2005-08-17 07:01:08','2006-02-15 22:17:30'),(10468,386,2,12961,'2.99','2005-08-19 06:22:37','2006-02-15 22:17:30'),(10469,386,1,13716,'3.99','2005-08-20 09:48:32','2006-02-15 22:17:30'),(10470,386,1,13764,'2.99','2005-08-20 11:38:16','2006-02-15 22:17:30'),(10471,386,2,13869,'6.99','2005-08-20 15:08:57','2006-02-15 22:17:30'),(10472,386,1,15949,'0.99','2005-08-23 19:06:04','2006-02-15 22:17:30'),(10473,387,2,302,'4.99','2005-05-26 21:13:46','2006-02-15 22:17:30'),(10474,387,1,697,'7.99','2005-05-29 02:04:04','2006-02-15 22:17:30'),(10475,387,1,841,'4.99','2005-05-30 00:31:17','2006-02-15 22:17:30'),(10476,387,1,1127,'3.99','2005-05-31 17:45:49','2006-02-15 22:17:30'),(10477,387,1,1464,'0.99','2005-06-15 20:38:14','2006-02-15 22:17:30'),(10478,387,2,1465,'0.99','2005-06-15 20:43:08','2006-02-15 22:17:30'),(10479,387,1,2068,'0.99','2005-06-17 16:11:46','2006-02-15 22:17:30'),(10480,387,2,2100,'0.99','2005-06-17 18:53:21','2006-02-15 22:17:30'),(10481,387,2,2981,'5.99','2005-06-20 08:35:17','2006-02-15 22:17:30'),(10482,387,2,3378,'4.99','2005-06-21 13:51:28','2006-02-15 22:17:30'),(10483,387,2,6216,'4.99','2005-07-11 12:57:05','2006-02-15 22:17:30'),(10484,387,2,6456,'6.99','2005-07-12 01:05:11','2006-02-15 22:17:31'),(10485,387,1,6517,'5.99','2005-07-12 03:52:39','2006-02-15 22:17:31'),(10486,387,1,7497,'0.99','2005-07-27 20:05:27','2006-02-15 22:17:31'),(10487,387,1,8090,'2.99','2005-07-28 18:27:29','2006-02-15 22:17:31'),(10488,387,1,10564,'0.99','2005-08-01 13:07:34','2006-02-15 22:17:31'),(10489,387,1,10838,'4.99','2005-08-01 23:36:10','2006-02-15 22:17:31'),(10490,387,2,11682,'2.99','2005-08-17 06:13:40','2006-02-15 22:17:31'),(10491,387,2,12153,'4.99','2005-08-18 00:22:30','2006-02-15 22:17:31'),(10492,387,1,12936,'6.99','2005-08-19 05:25:06','2006-02-15 22:17:31'),(10493,387,2,13034,'2.99','2005-08-19 08:41:29','2006-02-15 22:17:31'),(10494,387,1,13082,'5.99','2005-08-19 10:19:19','2006-02-15 22:17:31'),(10495,387,2,13645,'0.99','2005-08-20 07:47:05','2006-02-15 22:17:31'),(10496,387,2,13772,'4.99','2005-08-20 11:47:52','2006-02-15 22:17:31'),(10497,387,2,14279,'5.99','2005-08-21 06:39:08','2006-02-15 22:17:31'),(10498,387,2,14979,'0.99','2005-08-22 07:16:36','2006-02-15 22:17:31'),(10499,388,2,21,'4.99','2005-05-25 01:59:46','2006-02-15 22:17:31'),(10500,388,2,411,'4.99','2005-05-27 14:14:14','2006-02-15 22:17:31'),(10501,388,2,1276,'6.99','2005-06-15 08:00:13','2006-02-15 22:17:31'),(10502,388,1,2145,'0.99','2005-06-17 22:10:36','2006-02-15 22:17:31'),(10503,388,1,2537,'5.99','2005-06-19 01:52:21','2006-02-15 22:17:32'),(10504,388,1,2692,'4.99','2005-06-19 13:08:19','2006-02-15 22:17:32'),(10505,388,2,3159,'7.99','2005-06-20 21:11:50','2006-02-15 22:17:32'),(10506,388,2,4947,'5.99','2005-07-08 22:49:37','2006-02-15 22:17:32'),(10507,388,2,5899,'2.99','2005-07-10 20:21:52','2006-02-15 22:17:32'),(10508,388,2,6321,'2.99','2005-07-11 18:51:02','2006-02-15 22:17:32'),(10509,388,1,6452,'2.99','2005-07-12 00:57:31','2006-02-15 22:17:32'),(10510,388,2,7985,'5.99','2005-07-28 14:29:01','2006-02-15 22:17:32'),(10511,388,2,8456,'3.99','2005-07-29 07:58:31','2006-02-15 22:17:32'),(10512,388,2,9213,'0.99','2005-07-30 13:07:11','2006-02-15 22:17:32'),(10513,388,2,9368,'2.99','2005-07-30 18:50:53','2006-02-15 22:17:32'),(10514,388,2,9840,'2.99','2005-07-31 12:23:18','2006-02-15 22:17:32'),(10515,388,2,9940,'0.99','2005-07-31 15:29:06','2006-02-15 22:17:32'),(10516,388,2,10044,'2.99','2005-07-31 19:02:33','2006-02-15 22:17:32'),(10517,388,2,11604,'0.99','2005-08-17 03:28:27','2006-02-15 22:17:32'),(10518,388,2,12044,'0.99','2005-08-17 20:39:37','2006-02-15 22:17:32'),(10519,388,1,12068,'2.99','2005-08-17 21:37:08','2006-02-15 22:17:32'),(10520,388,2,12267,'6.99','2005-08-18 04:24:30','2006-02-15 22:17:32'),(10521,388,2,12497,'4.99','2005-08-18 12:58:40','2006-02-15 22:17:32'),(10522,388,2,12646,'2.99','2005-08-18 18:25:06','2006-02-15 22:17:32'),(10523,388,1,12749,'2.99','2005-08-18 22:31:21','2006-02-15 22:17:33'),(10524,388,1,12977,'4.99','2005-08-19 06:55:33','2006-02-15 22:17:33'),(10525,388,1,14273,'10.99','2005-08-21 06:26:48','2006-02-15 22:17:33'),(10526,388,2,14853,'5.99','2005-08-22 02:26:33','2006-02-15 22:17:33'),(10527,388,2,15660,'5.99','2005-08-23 08:51:21','2006-02-15 22:17:33'),(10528,388,1,12891,'0.99','2006-02-14 15:16:03','2006-02-15 22:17:33'),(10529,389,1,998,'4.99','2005-05-31 00:16:57','2006-02-15 22:17:33'),(10530,389,1,1763,'4.99','2005-06-16 17:51:01','2006-02-15 22:17:33'),(10531,389,1,1946,'4.99','2005-06-17 07:58:39','2006-02-15 22:17:33'),(10532,389,1,2552,'3.99','2005-06-19 03:01:29','2006-02-15 22:17:33'),(10533,389,2,3527,'0.99','2005-07-06 01:11:08','2006-02-15 22:17:33'),(10534,389,1,4443,'6.99','2005-07-07 23:05:53','2006-02-15 22:17:33'),(10535,389,1,5249,'0.99','2005-07-09 13:33:53','2006-02-15 22:17:33'),(10536,389,2,5626,'3.99','2005-07-10 05:49:35','2006-02-15 22:17:33'),(10537,389,2,6104,'2.99','2005-07-11 07:01:35','2006-02-15 22:17:33'),(10538,389,1,6600,'3.99','2005-07-12 07:41:48','2006-02-15 22:17:33'),(10539,389,1,7029,'4.99','2005-07-27 02:57:43','2006-02-15 22:17:33'),(10540,389,1,7896,'8.99','2005-07-28 11:00:58','2006-02-15 22:17:33'),(10541,389,2,7977,'4.99','2005-07-28 14:15:54','2006-02-15 22:17:33'),(10542,389,1,8338,'6.99','2005-07-29 04:40:39','2006-02-15 22:17:34'),(10543,389,1,8887,'4.99','2005-07-30 00:36:54','2006-02-15 22:17:34'),(10544,389,1,10217,'4.99','2005-08-01 01:07:27','2006-02-15 22:17:34'),(10545,389,1,10949,'2.99','2005-08-02 03:24:04','2006-02-15 22:17:34'),(10546,389,2,11348,'4.99','2005-08-02 17:18:38','2006-02-15 22:17:34'),(10547,389,2,11441,'2.99','2005-08-02 20:25:41','2006-02-15 22:17:34'),(10548,389,2,11944,'3.99','2005-08-17 17:02:42','2006-02-15 22:17:34'),(10549,389,2,12069,'4.99','2005-08-17 21:39:40','2006-02-15 22:17:34'),(10550,389,2,14493,'7.99','2005-08-21 14:01:44','2006-02-15 22:17:34'),(10551,389,1,14578,'2.99','2005-08-21 16:53:38','2006-02-15 22:17:34'),(10552,389,1,14777,'2.99','2005-08-21 23:55:50','2006-02-15 22:17:34'),(10553,389,1,15462,'5.99','2005-08-23 01:14:01','2006-02-15 22:17:34'),(10554,389,2,16011,'9.99','2005-08-23 21:11:33','2006-02-15 22:17:34'),(10555,390,1,254,'4.99','2005-05-26 14:43:48','2006-02-15 22:17:34'),(10556,390,2,912,'4.99','2005-05-30 10:58:33','2006-02-15 22:17:34'),(10557,390,2,1539,'5.99','2005-06-16 01:11:25','2006-02-15 22:17:34'),(10558,390,2,1730,'2.99','2005-06-16 15:30:01','2006-02-15 22:17:34'),(10559,390,2,1893,'2.99','2005-06-17 04:18:37','2006-02-15 22:17:34'),(10560,390,1,2330,'7.99','2005-06-18 10:41:19','2006-02-15 22:17:34'),(10561,390,1,3147,'5.99','2005-06-20 20:25:17','2006-02-15 22:17:34'),(10562,390,1,3999,'2.99','2005-07-06 23:50:54','2006-02-15 22:17:35'),(10563,390,1,4022,'4.99','2005-07-07 01:50:06','2006-02-15 22:17:35'),(10564,390,2,4191,'3.99','2005-07-07 10:56:14','2006-02-15 22:17:35'),(10565,390,2,4310,'2.99','2005-07-07 17:30:56','2006-02-15 22:17:35'),(10566,390,1,4968,'5.99','2005-07-08 23:49:19','2006-02-15 22:17:35'),(10567,390,1,6215,'4.99','2005-07-11 12:52:36','2006-02-15 22:17:35'),(10568,390,1,6430,'0.99','2005-07-12 00:03:34','2006-02-15 22:17:35'),(10569,390,2,7515,'3.99','2005-07-27 20:52:37','2006-02-15 22:17:35'),(10570,390,1,7595,'5.99','2005-07-27 23:32:23','2006-02-15 22:17:35'),(10571,390,1,8493,'0.99','2005-07-29 09:04:31','2006-02-15 22:17:35'),(10572,390,1,9251,'5.99','2005-07-30 14:19:25','2006-02-15 22:17:35'),(10573,390,2,9314,'2.99','2005-07-30 17:05:19','2006-02-15 22:17:35'),(10574,390,1,9825,'4.99','2005-07-31 11:50:51','2006-02-15 22:17:35'),(10575,390,1,10061,'4.99','2005-07-31 19:23:25','2006-02-15 22:17:35'),(10576,390,1,12105,'5.99','2005-08-17 22:54:45','2006-02-15 22:17:35'),(10577,390,2,12803,'2.99','2005-08-19 00:28:21','2006-02-15 22:17:35'),(10578,390,1,13413,'3.99','2005-08-19 22:46:46','2006-02-15 22:17:35'),(10579,390,1,13473,'4.99','2005-08-20 01:03:50','2006-02-15 22:17:35'),(10580,390,1,13501,'0.99','2005-08-20 01:56:20','2006-02-15 22:17:35'),(10581,390,2,13546,'3.99','2005-08-20 03:50:24','2006-02-15 22:17:36'),(10582,390,2,13591,'3.99','2005-08-20 05:50:05','2006-02-15 22:17:36'),(10583,390,2,13618,'7.99','2005-08-20 06:36:46','2006-02-15 22:17:36'),(10584,390,2,13893,'5.99','2005-08-20 15:52:52','2006-02-15 22:17:36'),(10585,390,2,15222,'4.99','2005-08-22 17:12:30','2006-02-15 22:17:36'),(10586,390,2,15303,'8.99','2005-08-22 19:44:59','2006-02-15 22:17:36'),(10587,390,2,15376,'4.99','2005-08-22 22:21:35','2006-02-15 22:17:36'),(10588,391,2,73,'4.99','2005-05-25 11:00:07','2006-02-15 22:17:36'),(10589,391,1,210,'2.99','2005-05-26 08:14:15','2006-02-15 22:17:36'),(10590,391,1,317,'5.99','2005-05-26 23:23:56','2006-02-15 22:17:36'),(10591,391,2,870,'2.99','2005-05-30 04:25:47','2006-02-15 22:17:36'),(10592,391,1,891,'7.99','2005-05-30 07:43:12','2006-02-15 22:17:36'),(10593,391,2,1232,'0.99','2005-06-15 04:18:10','2006-02-15 22:17:36'),(10594,391,2,1931,'0.99','2005-06-17 06:51:56','2006-02-15 22:17:36'),(10595,391,1,2045,'2.99','2005-06-17 14:38:11','2006-02-15 22:17:36'),(10596,391,1,2690,'2.99','2005-06-19 13:00:02','2006-02-15 22:17:36'),(10597,391,2,3163,'2.99','2005-06-20 21:22:13','2006-02-15 22:17:36'),(10598,391,1,4188,'5.99','2005-07-07 10:45:29','2006-02-15 22:17:36'),(10599,391,1,4716,'0.99','2005-07-08 12:18:51','2006-02-15 22:17:36'),(10600,391,2,4753,'0.99','2005-07-08 14:18:41','2006-02-15 22:17:37'),(10601,391,2,5583,'7.99','2005-07-10 04:08:48','2006-02-15 22:17:37'),(10602,391,1,5599,'4.99','2005-07-10 04:52:04','2006-02-15 22:17:37'),(10603,391,1,6302,'3.99','2005-07-11 17:55:38','2006-02-15 22:17:37'),(10604,391,1,6463,'2.99','2005-07-12 01:16:11','2006-02-15 22:17:37'),(10605,391,2,8016,'0.99','2005-07-28 15:35:41','2006-02-15 22:17:37'),(10606,391,1,8908,'0.99','2005-07-30 01:26:05','2006-02-15 22:17:37'),(10607,391,2,8913,'6.99','2005-07-30 01:35:01','2006-02-15 22:17:37'),(10608,391,1,9225,'0.99','2005-07-30 13:29:47','2006-02-15 22:17:37'),(10609,391,1,10210,'7.99','2005-08-01 00:58:52','2006-02-15 22:17:37'),(10610,391,2,10406,'2.99','2005-08-01 07:37:05','2006-02-15 22:17:37'),(10611,391,1,11151,'4.99','2005-08-02 09:52:44','2006-02-15 22:17:37'),(10612,391,2,11434,'2.99','2005-08-02 20:13:14','2006-02-15 22:17:37'),(10613,391,1,11602,'4.99','2005-08-17 03:21:19','2006-02-15 22:17:37'),(10614,391,1,12090,'0.99','2005-08-17 22:21:43','2006-02-15 22:17:37'),(10615,391,1,12100,'1.99','2005-08-17 22:41:10','2006-02-15 22:17:37'),(10616,391,1,13980,'2.99','2005-08-20 19:04:40','2006-02-15 22:17:37'),(10617,391,1,14381,'0.99','2005-08-21 09:55:47','2006-02-15 22:17:37'),(10618,392,2,1530,'6.99','2005-06-16 00:38:07','2006-02-15 22:17:37'),(10619,392,2,1764,'2.99','2005-06-16 17:51:54','2006-02-15 22:17:38'),(10620,392,2,2289,'2.99','2005-06-18 07:29:43','2006-02-15 22:17:38'),(10621,392,2,2890,'4.99','2005-06-20 02:00:45','2006-02-15 22:17:38'),(10622,392,1,3566,'2.99','2005-07-06 03:08:51','2006-02-15 22:17:38'),(10623,392,2,6061,'0.99','2005-07-11 04:06:25','2006-02-15 22:17:38'),(10624,392,2,6406,'2.99','2005-07-11 22:55:27','2006-02-15 22:17:38'),(10625,392,1,7692,'2.99','2005-07-28 03:30:21','2006-02-15 22:17:38'),(10626,392,1,7981,'1.99','2005-07-28 14:18:25','2006-02-15 22:17:38'),(10627,392,1,8254,'0.99','2005-07-29 00:59:31','2006-02-15 22:17:38'),(10628,392,2,8612,'9.99','2005-07-29 13:28:20','2006-02-15 22:17:38'),(10629,392,2,10085,'0.99','2005-07-31 20:12:02','2006-02-15 22:17:38'),(10630,392,1,10435,'4.99','2005-08-01 08:50:51','2006-02-15 22:17:38'),(10631,392,1,11459,'0.99','2005-08-02 21:25:25','2006-02-15 22:17:38'),(10632,392,1,11686,'2.99','2005-08-17 06:39:30','2006-02-15 22:17:38'),(10633,392,2,12102,'6.99','2005-08-17 22:45:26','2006-02-15 22:17:38'),(10634,392,1,12368,'6.99','2005-08-18 07:57:38','2006-02-15 22:17:38'),(10635,392,2,12561,'0.99','2005-08-18 14:58:51','2006-02-15 22:17:38'),(10636,392,1,13629,'4.99','2005-08-20 07:04:07','2006-02-15 22:17:38'),(10637,392,2,14081,'7.99','2005-08-20 23:35:13','2006-02-15 22:17:38'),(10638,392,1,14223,'5.99','2005-08-21 04:51:51','2006-02-15 22:17:39'),(10639,392,2,14369,'0.99','2005-08-21 09:33:44','2006-02-15 22:17:39'),(10640,392,2,14438,'5.99','2005-08-21 11:51:10','2006-02-15 22:17:39'),(10641,393,1,599,'4.99','2005-05-28 14:05:57','2006-02-15 22:17:39'),(10642,393,2,886,'0.99','2005-05-30 06:54:51','2006-02-15 22:17:39'),(10643,393,1,1611,'6.99','2005-06-16 06:41:35','2006-02-15 22:17:39'),(10644,393,2,1915,'1.99','2005-06-17 05:28:28','2006-02-15 22:17:39'),(10645,393,2,2219,'2.99','2005-06-18 03:16:54','2006-02-15 22:17:39'),(10646,393,1,2319,'4.99','2005-06-18 09:24:22','2006-02-15 22:17:39'),(10647,393,2,3001,'2.99','2005-06-20 09:50:16','2006-02-15 22:17:39'),(10648,393,2,4275,'2.99','2005-07-07 14:43:51','2006-02-15 22:17:39'),(10649,393,2,4546,'8.99','2005-07-08 04:18:36','2006-02-15 22:17:39'),(10650,393,2,4632,'5.99','2005-07-08 08:38:57','2006-02-15 22:17:39'),(10651,393,2,4791,'7.99','2005-07-08 16:27:24','2006-02-15 22:17:39'),(10652,393,1,5099,'4.99','2005-07-09 06:14:30','2006-02-15 22:17:39'),(10653,393,1,6221,'2.99','2005-07-11 13:24:27','2006-02-15 22:17:39'),(10654,393,2,6513,'0.99','2005-07-12 03:44:43','2006-02-15 22:17:39'),(10655,393,1,6930,'8.99','2005-07-26 23:00:01','2006-02-15 22:17:39'),(10656,393,2,7486,'0.99','2005-07-27 19:29:24','2006-02-15 22:17:39'),(10657,393,2,8004,'4.99','2005-07-28 15:14:07','2006-02-15 22:17:39'),(10658,393,2,8448,'0.99','2005-07-29 07:41:54','2006-02-15 22:17:40'),(10659,393,2,9763,'7.99','2005-07-31 09:34:03','2006-02-15 22:17:40'),(10660,393,1,10158,'1.99','2005-07-31 22:40:31','2006-02-15 22:17:40'),(10661,393,2,12059,'2.99','2005-08-17 21:09:23','2006-02-15 22:17:40'),(10662,393,1,12113,'1.99','2005-08-17 23:01:00','2006-02-15 22:17:40'),(10663,393,1,12563,'4.99','2005-08-18 15:08:29','2006-02-15 22:17:40'),(10664,393,1,12676,'0.99','2005-08-18 19:34:40','2006-02-15 22:17:40'),(10665,393,1,13184,'4.99','2005-08-19 14:16:18','2006-02-15 22:17:40'),(10666,393,2,13357,'4.99','2005-08-19 21:02:59','2006-02-15 22:17:40'),(10667,393,2,13788,'1.99','2005-08-20 12:15:41','2006-02-15 22:17:40'),(10668,393,1,15132,'2.99','2005-08-22 13:11:25','2006-02-15 22:17:40'),(10669,393,2,15284,'3.99','2005-08-22 19:17:08','2006-02-15 22:17:40'),(10670,393,2,15527,'0.99','2005-08-23 03:44:51','2006-02-15 22:17:40'),(10671,393,2,16049,'3.99','2005-08-23 22:50:12','2006-02-15 22:17:40'),(10672,394,1,213,'3.99','2005-05-26 08:44:08','2006-02-15 22:17:40'),(10673,394,1,977,'2.99','2005-05-30 21:22:26','2006-02-15 22:17:40'),(10674,394,2,1324,'4.99','2005-06-15 11:02:45','2006-02-15 22:17:40'),(10675,394,2,3543,'0.99','2005-07-06 02:01:08','2006-02-15 22:17:40'),(10676,394,1,3873,'6.99','2005-07-06 18:03:16','2006-02-15 22:17:40'),(10677,394,2,4009,'2.99','2005-07-07 00:28:55','2006-02-15 22:17:41'),(10678,394,1,4307,'6.99','2005-07-07 17:20:39','2006-02-15 22:17:41'),(10679,394,2,5183,'4.99','2005-07-09 10:13:45','2006-02-15 22:17:41'),(10680,394,1,5535,'4.99','2005-07-10 02:27:42','2006-02-15 22:17:41'),(10681,394,2,6059,'4.99','2005-07-11 04:03:54','2006-02-15 22:17:41'),(10682,394,2,7445,'3.99','2005-07-27 17:57:15','2006-02-15 22:17:41'),(10683,394,1,9147,'0.99','2005-07-30 10:38:59','2006-02-15 22:17:41'),(10684,394,2,9864,'0.99','2005-07-31 13:06:54','2006-02-15 22:17:41'),(10685,394,1,10319,'4.99','2005-08-01 04:37:19','2006-02-15 22:17:41'),(10686,394,1,10603,'0.99','2005-08-01 14:30:35','2006-02-15 22:17:41'),(10687,394,1,10718,'0.99','2005-08-01 18:55:38','2006-02-15 22:17:41'),(10688,394,1,12080,'4.99','2005-08-17 22:08:04','2006-02-15 22:17:41'),(10689,394,1,12389,'4.99','2005-08-18 08:48:36','2006-02-15 22:17:41'),(10690,394,2,12510,'9.99','2005-08-18 13:22:25','2006-02-15 22:17:41'),(10691,394,2,13047,'0.99','2005-08-19 09:24:49','2006-02-15 22:17:41'),(10692,394,1,14605,'0.99','2005-08-21 17:56:06','2006-02-15 22:17:41'),(10693,394,2,13178,'4.99','2006-02-14 15:16:03','2006-02-15 22:17:41'),(10694,395,1,1270,'0.99','2005-06-15 07:30:22','2006-02-15 22:17:41'),(10695,395,1,1562,'0.99','2005-06-16 02:46:27','2006-02-15 22:17:41'),(10696,395,2,1603,'0.99','2005-06-16 06:14:03','2006-02-15 22:17:42'),(10697,395,1,3030,'4.99','2005-06-20 11:51:59','2006-02-15 22:17:42'),(10698,395,1,3310,'0.99','2005-06-21 08:04:51','2006-02-15 22:17:42'),(10699,395,1,3389,'6.99','2005-06-21 14:37:55','2006-02-15 22:17:42'),(10700,395,2,3684,'0.99','2005-07-06 09:29:22','2006-02-15 22:17:42'),(10701,395,1,4185,'5.99','2005-07-07 10:31:05','2006-02-15 22:17:42'),(10702,395,1,4393,'4.99','2005-07-07 21:12:36','2006-02-15 22:17:42'),(10703,395,1,5087,'0.99','2005-07-09 05:44:28','2006-02-15 22:17:42'),(10704,395,2,5136,'0.99','2005-07-09 07:55:01','2006-02-15 22:17:42'),(10705,395,1,7740,'2.99','2005-07-28 05:23:36','2006-02-15 22:17:42'),(10706,395,2,7986,'7.99','2005-07-28 14:30:13','2006-02-15 22:17:42'),(10707,395,1,11889,'0.99','2005-08-17 15:08:27','2006-02-15 22:17:42'),(10708,395,1,14471,'5.99','2005-08-21 13:10:40','2006-02-15 22:17:42'),(10709,395,2,14720,'0.99','2005-08-21 21:43:53','2006-02-15 22:17:42'),(10710,395,1,15698,'2.99','2005-08-23 10:11:40','2006-02-15 22:17:42'),(10711,395,1,15856,'0.99','2005-08-23 15:59:12','2006-02-15 22:17:42'),(10712,395,1,15970,'4.99','2005-08-23 19:54:24','2006-02-15 22:17:42'),(10713,396,2,641,'5.99','2005-05-28 18:45:47','2006-02-15 22:17:42'),(10714,396,2,1370,'1.99','2005-06-15 14:31:05','2006-02-15 22:17:42'),(10715,396,2,1385,'4.99','2005-06-15 15:28:23','2006-02-15 22:17:43'),(10716,396,2,1408,'6.99','2005-06-15 16:57:58','2006-02-15 22:17:43'),(10717,396,2,3909,'6.99','2005-07-06 19:54:41','2006-02-15 22:17:43'),(10718,396,1,5059,'1.99','2005-07-09 04:28:01','2006-02-15 22:17:43'),(10719,396,2,6335,'2.99','2005-07-11 19:25:15','2006-02-15 22:17:43'),(10720,396,2,6764,'4.99','2005-07-12 15:29:27','2006-02-15 22:17:43'),(10721,396,2,6771,'2.99','2005-07-12 15:54:40','2006-02-15 22:17:43'),(10722,396,2,7142,'0.99','2005-07-27 06:55:39','2006-02-15 22:17:43'),(10723,396,2,7313,'2.99','2005-07-27 13:11:57','2006-02-15 22:17:43'),(10724,396,2,8371,'2.99','2005-07-29 05:16:35','2006-02-15 22:17:43'),(10725,396,2,8807,'2.99','2005-07-29 21:36:59','2006-02-15 22:17:43'),(10726,396,1,9344,'5.99','2005-07-30 18:13:45','2006-02-15 22:17:43'),(10727,396,2,10120,'2.99','2005-07-31 21:24:24','2006-02-15 22:17:43'),(10728,396,2,10124,'0.99','2005-07-31 21:31:49','2006-02-15 22:17:43'),(10729,396,2,10195,'6.99','2005-08-01 00:34:42','2006-02-15 22:17:43'),(10730,396,2,10610,'0.99','2005-08-01 14:49:41','2006-02-15 22:17:43'),(10731,396,2,12393,'5.99','2005-08-18 09:02:41','2006-02-15 22:17:43'),(10732,396,1,12895,'4.99','2005-08-19 03:50:48','2006-02-15 22:17:43'),(10733,396,2,13355,'4.99','2005-08-19 20:59:19','2006-02-15 22:17:43'),(10734,396,1,14078,'3.99','2005-08-20 23:26:40','2006-02-15 22:17:44'),(10735,396,1,14169,'4.99','2005-08-21 03:00:31','2006-02-15 22:17:44'),(10736,396,1,14508,'2.99','2005-08-21 14:33:58','2006-02-15 22:17:44'),(10737,396,2,14778,'5.99','2005-08-21 23:56:30','2006-02-15 22:17:44'),(10738,396,1,14792,'1.99','2005-08-22 00:36:41','2006-02-15 22:17:44'),(10739,396,2,15198,'7.99','2005-08-22 16:15:33','2006-02-15 22:17:44'),(10740,397,2,1002,'0.99','2005-05-31 00:47:56','2006-02-15 22:17:44'),(10741,397,1,1769,'5.99','2005-06-16 18:07:48','2006-02-15 22:17:44'),(10742,397,2,3027,'1.99','2005-06-20 11:50:30','2006-02-15 22:17:44'),(10743,397,1,3489,'5.99','2005-07-05 23:33:40','2006-02-15 22:17:44'),(10744,397,1,4036,'0.99','2005-07-07 02:48:00','2006-02-15 22:17:44'),(10745,397,2,5103,'4.99','2005-07-09 06:34:40','2006-02-15 22:17:44'),(10746,397,2,5598,'4.99','2005-07-10 04:48:29','2006-02-15 22:17:44'),(10747,397,2,5763,'4.99','2005-07-10 12:58:12','2006-02-15 22:17:44'),(10748,397,2,6014,'2.99','2005-07-11 02:02:55','2006-02-15 22:17:44'),(10749,397,2,6266,'2.99','2005-07-11 15:45:39','2006-02-15 22:17:44'),(10750,397,1,6471,'4.99','2005-07-12 01:31:06','2006-02-15 22:17:44'),(10751,397,2,7356,'2.99','2005-07-27 14:47:35','2006-02-15 22:17:44'),(10752,397,2,7892,'4.99','2005-07-28 10:46:58','2006-02-15 22:17:44'),(10753,397,1,8103,'6.99','2005-07-28 18:50:14','2006-02-15 22:17:44'),(10754,397,1,9495,'0.99','2005-07-30 23:54:26','2006-02-15 22:17:45'),(10755,397,2,9608,'1.99','2005-07-31 03:51:52','2006-02-15 22:17:45'),(10756,397,1,10534,'0.99','2005-08-01 12:15:11','2006-02-15 22:17:45'),(10757,397,2,10598,'4.99','2005-08-01 14:23:36','2006-02-15 22:17:45'),(10758,397,1,10785,'1.99','2005-08-01 21:24:55','2006-02-15 22:17:45'),(10759,397,2,11511,'4.99','2005-08-16 23:39:59','2006-02-15 22:17:45'),(10760,397,2,12223,'2.99','2005-08-18 02:58:40','2006-02-15 22:17:45'),(10761,397,1,12276,'0.99','2005-08-18 04:43:22','2006-02-15 22:17:45'),(10762,397,2,12329,'1.99','2005-08-18 06:44:30','2006-02-15 22:17:45'),(10763,397,2,12700,'0.99','2005-08-18 20:24:46','2006-02-15 22:17:45'),(10764,397,2,12726,'2.99','2005-08-18 21:44:46','2006-02-15 22:17:45'),(10765,397,1,12772,'4.99','2005-08-18 23:29:25','2006-02-15 22:17:45'),(10766,397,2,14100,'3.99','2005-08-21 00:31:07','2006-02-15 22:17:45'),(10767,397,1,14790,'6.99','2005-08-22 00:34:17','2006-02-15 22:17:45'),(10768,397,1,15083,'6.99','2005-08-22 11:17:37','2006-02-15 22:17:45'),(10769,398,1,486,'4.99','2005-05-27 23:51:12','2006-02-15 22:17:45'),(10770,398,2,1228,'2.99','2005-06-15 03:50:36','2006-02-15 22:17:45'),(10771,398,1,2087,'6.99','2005-06-17 17:35:10','2006-02-15 22:17:45'),(10772,398,2,3141,'9.99','2005-06-20 19:55:47','2006-02-15 22:17:45'),(10773,398,2,5234,'5.99','2005-07-09 12:44:47','2006-02-15 22:17:46'),(10774,398,2,8119,'3.99','2005-07-28 19:23:15','2006-02-15 22:17:46'),(10775,398,2,8204,'4.99','2005-07-28 23:18:29','2006-02-15 22:17:46'),(10776,398,1,8428,'7.99','2005-07-29 07:10:14','2006-02-15 22:17:46'),(10777,398,1,9042,'2.99','2005-07-30 06:33:55','2006-02-15 22:17:46'),(10778,398,2,9281,'5.99','2005-07-30 15:15:51','2006-02-15 22:17:46'),(10779,398,1,9771,'1.99','2005-07-31 09:55:36','2006-02-15 22:17:46'),(10780,398,1,10230,'2.99','2005-08-01 01:49:36','2006-02-15 22:17:46'),(10781,398,2,11132,'4.99','2005-08-02 09:14:09','2006-02-15 22:17:46'),(10782,398,2,12528,'2.99','2005-08-18 13:52:41','2006-02-15 22:17:46'),(10783,398,2,13643,'4.99','2005-08-20 07:42:24','2006-02-15 22:17:46'),(10784,398,1,15189,'3.99','2005-08-22 15:56:42','2006-02-15 22:17:46'),(10785,399,2,10,'5.99','2005-05-25 00:02:21','2006-02-15 22:17:46'),(10786,399,2,694,'6.99','2005-05-29 01:49:43','2006-02-15 22:17:46'),(10787,399,2,883,'4.99','2005-05-30 06:21:05','2006-02-15 22:17:46'),(10788,399,2,2961,'2.99','2005-06-20 07:29:15','2006-02-15 22:17:46'),(10789,399,1,3036,'5.99','2005-06-20 12:18:31','2006-02-15 22:17:46'),(10790,399,2,4957,'0.99','2005-07-08 23:18:48','2006-02-15 22:17:46'),(10791,399,2,4981,'4.99','2005-07-09 00:29:29','2006-02-15 22:17:46'),(10792,399,1,5507,'0.99','2005-07-10 00:49:04','2006-02-15 22:17:47'),(10793,399,2,6006,'2.99','2005-07-11 01:38:42','2006-02-15 22:17:47'),(10794,399,2,6229,'6.99','2005-07-11 13:59:50','2006-02-15 22:17:47'),(10795,399,2,6674,'4.99','2005-07-12 11:51:54','2006-02-15 22:17:47'),(10796,399,2,8461,'5.99','2005-07-29 08:11:31','2006-02-15 22:17:47'),(10797,399,2,9728,'2.99','2005-07-31 08:40:54','2006-02-15 22:17:47'),(10798,399,2,10654,'2.99','2005-08-01 16:31:35','2006-02-15 22:17:47'),(10799,399,2,10960,'5.99','2005-08-02 03:46:18','2006-02-15 22:17:47'),(10800,399,1,11329,'4.99','2005-08-02 16:42:52','2006-02-15 22:17:47'),(10801,399,1,11953,'3.99','2005-08-17 17:16:42','2006-02-15 22:17:47'),(10802,399,1,13253,'4.99','2005-08-19 16:53:56','2006-02-15 22:17:47'),(10803,399,2,13293,'4.99','2005-08-19 18:35:52','2006-02-15 22:17:47'),(10804,399,1,15300,'0.99','2005-08-22 19:44:00','2006-02-15 22:17:47'),(10805,399,1,15468,'4.99','2005-08-23 01:25:30','2006-02-15 22:17:47'),(10806,400,1,95,'3.99','2005-05-25 16:12:52','2006-02-15 22:17:47'),(10807,400,2,171,'6.99','2005-05-26 03:14:15','2006-02-15 22:17:47'),(10808,400,2,516,'1.99','2005-05-28 03:11:47','2006-02-15 22:17:47'),(10809,400,2,894,'5.99','2005-05-30 08:31:31','2006-02-15 22:17:48'),(10810,400,2,1364,'0.99','2005-06-15 14:05:32','2006-02-15 22:17:48'),(10811,400,1,1917,'3.99','2005-06-17 05:36:07','2006-02-15 22:17:48'),(10812,400,2,1923,'6.99','2005-06-17 06:06:10','2006-02-15 22:17:48'),(10813,400,1,4573,'6.99','2005-07-08 05:38:46','2006-02-15 22:17:48'),(10814,400,1,4645,'2.99','2005-07-08 09:20:09','2006-02-15 22:17:48'),(10815,400,2,5212,'6.99','2005-07-09 11:37:47','2006-02-15 22:17:48'),(10816,400,2,5222,'5.99','2005-07-09 12:05:45','2006-02-15 22:17:48'),(10817,400,2,6790,'5.99','2005-07-12 16:34:59','2006-02-15 22:17:48'),(10818,400,2,6994,'2.99','2005-07-27 01:08:26','2006-02-15 22:17:48'),(10819,400,2,7296,'2.99','2005-07-27 12:39:48','2006-02-15 22:17:48'),(10820,400,1,7682,'5.99','2005-07-28 03:07:29','2006-02-15 22:17:48'),(10821,400,2,9177,'5.99','2005-07-30 11:52:40','2006-02-15 22:17:48'),(10822,400,2,9756,'4.99','2005-07-31 09:25:00','2006-02-15 22:17:48'),(10823,400,1,10187,'2.99','2005-08-01 00:15:49','2006-02-15 22:17:48'),(10824,400,2,10484,'2.99','2005-08-01 10:19:53','2006-02-15 22:17:48'),(10825,400,1,10711,'0.99','2005-08-01 18:45:09','2006-02-15 22:17:48'),(10826,400,2,11510,'6.99','2005-08-16 23:30:07','2006-02-15 22:17:49'),(10827,400,2,11530,'2.99','2005-08-17 00:29:00','2006-02-15 22:17:49'),(10828,400,1,11600,'5.99','2005-08-17 03:12:04','2006-02-15 22:17:49'),(10829,400,1,12514,'2.99','2005-08-18 13:33:55','2006-02-15 22:17:49'),(10830,400,2,13449,'2.99','2005-08-20 00:17:01','2006-02-15 22:17:49'),(10831,400,1,14775,'2.99','2005-08-21 23:53:07','2006-02-15 22:17:49'),(10832,400,2,15533,'4.99','2005-08-23 03:54:39','2006-02-15 22:17:49'),(10833,400,2,15988,'4.99','2005-08-23 20:23:08','2006-02-15 22:17:49'),(10834,401,2,167,'4.99','2005-05-26 02:50:31','2006-02-15 22:17:49'),(10835,401,2,446,'4.99','2005-05-27 18:48:41','2006-02-15 22:17:49'),(10836,401,2,811,'1.99','2005-05-29 19:30:42','2006-02-15 22:17:49'),(10837,401,1,4059,'0.99','2005-07-07 04:04:26','2006-02-15 22:17:49'),(10838,401,2,4292,'7.99','2005-07-07 15:48:38','2006-02-15 22:17:49'),(10839,401,2,5923,'0.99','2005-07-10 21:40:06','2006-02-15 22:17:49'),(10840,401,1,NULL,'0.99','2005-07-12 06:26:10','2006-02-15 22:17:49'),(10841,401,2,7651,'4.99','2005-07-28 01:48:32','2006-02-15 22:17:49'),(10842,401,1,8450,'2.99','2005-07-29 07:44:05','2006-02-15 22:17:49'),(10843,401,2,8669,'2.99','2005-07-29 15:44:55','2006-02-15 22:17:49'),(10844,401,1,8722,'8.99','2005-07-29 17:58:58','2006-02-15 22:17:50'),(10845,401,2,9701,'4.99','2005-07-31 07:32:21','2006-02-15 22:17:50'),(10846,401,2,10171,'0.99','2005-07-31 23:29:05','2006-02-15 22:17:50'),(10847,401,1,11820,'2.99','2005-08-17 12:25:33','2006-02-15 22:17:50'),(10848,401,1,12475,'4.99','2005-08-18 12:14:21','2006-02-15 22:17:50'),(10849,401,2,12479,'4.99','2005-08-18 12:26:37','2006-02-15 22:17:50'),(10850,401,1,12906,'2.99','2005-08-19 04:13:43','2006-02-15 22:17:50'),(10851,401,1,13024,'4.99','2005-08-19 08:19:21','2006-02-15 22:17:50'),(10852,401,1,14359,'0.99','2005-08-21 09:16:19','2006-02-15 22:17:50'),(10853,401,2,14433,'1.99','2005-08-21 11:36:34','2006-02-15 22:17:50'),(10854,401,1,15831,'0.99','2005-08-23 15:21:19','2006-02-15 22:17:50'),(10855,401,1,15927,'0.99','2005-08-23 18:23:11','2006-02-15 22:17:50'),(10856,402,2,801,'1.99','2005-05-29 17:35:50','2006-02-15 22:17:50'),(10857,402,2,1194,'4.99','2005-06-15 01:25:08','2006-02-15 22:17:50'),(10858,402,2,2490,'4.99','2005-06-18 22:00:50','2006-02-15 22:17:50'),(10859,402,2,2913,'2.99','2005-06-20 03:42:27','2006-02-15 22:17:50'),(10860,402,2,3564,'6.99','2005-07-06 03:02:13','2006-02-15 22:17:50'),(10861,402,2,3612,'3.99','2005-07-06 05:37:26','2006-02-15 22:17:50'),(10862,402,2,3755,'5.99','2005-07-06 12:37:16','2006-02-15 22:17:51'),(10863,402,1,4399,'2.99','2005-07-07 21:20:28','2006-02-15 22:17:51'),(10864,402,2,4604,'3.99','2005-07-08 06:58:43','2006-02-15 22:17:51'),(10865,402,2,5329,'4.99','2005-07-09 16:49:46','2006-02-15 22:17:51'),(10866,402,2,6183,'2.99','2005-07-11 11:14:35','2006-02-15 22:17:51'),(10867,402,1,6283,'3.99','2005-07-11 16:47:32','2006-02-15 22:17:51'),(10868,402,1,7633,'0.99','2005-07-28 01:03:41','2006-02-15 22:17:51'),(10869,402,2,8521,'7.99','2005-07-29 10:12:45','2006-02-15 22:17:51'),(10870,402,1,9657,'6.99','2005-07-31 06:00:41','2006-02-15 22:17:51'),(10871,402,2,9779,'0.99','2005-07-31 10:08:33','2006-02-15 22:17:51'),(10872,402,2,11045,'0.99','2005-08-02 06:07:54','2006-02-15 22:17:51'),(10873,402,2,11549,'4.99','2005-08-17 01:01:48','2006-02-15 22:17:51'),(10874,402,2,11920,'0.99','2005-08-17 16:10:19','2006-02-15 22:17:51'),(10875,402,1,15428,'4.99','2005-08-23 00:11:52','2006-02-15 22:17:52'),(10876,403,1,442,'2.99','2005-05-27 18:12:13','2006-02-15 22:17:52'),(10877,403,1,517,'0.99','2005-05-28 03:17:57','2006-02-15 22:17:52'),(10878,403,2,1221,'4.99','2005-06-15 03:35:16','2006-02-15 22:17:52'),(10879,403,1,1249,'8.99','2005-06-15 05:38:09','2006-02-15 22:17:52'),(10880,403,2,2488,'3.99','2005-06-18 21:38:26','2006-02-15 22:17:52'),(10881,403,1,2927,'4.99','2005-06-20 04:41:41','2006-02-15 22:17:52'),(10882,403,2,3049,'6.99','2005-06-20 12:51:01','2006-02-15 22:17:52'),(10883,403,1,3356,'5.99','2005-06-21 11:38:45','2006-02-15 22:17:52'),(10884,403,1,3644,'6.99','2005-07-06 07:20:11','2006-02-15 22:17:52'),(10885,403,2,3737,'3.99','2005-07-06 11:45:53','2006-02-15 22:17:52'),(10886,403,2,4096,'4.99','2005-07-07 06:09:11','2006-02-15 22:17:52'),(10887,403,1,5982,'4.99','2005-07-11 00:24:44','2006-02-15 22:17:52'),(10888,403,2,6322,'2.99','2005-07-11 18:58:20','2006-02-15 22:17:52'),(10889,403,1,6342,'4.99','2005-07-11 19:48:24','2006-02-15 22:17:52'),(10890,403,1,7103,'4.99','2005-07-27 05:08:59','2006-02-15 22:17:52'),(10891,403,2,8013,'5.99','2005-07-28 15:30:26','2006-02-15 22:17:52'),(10892,403,1,9058,'2.99','2005-07-30 07:15:45','2006-02-15 22:17:52'),(10893,403,2,9486,'7.99','2005-07-30 23:35:42','2006-02-15 22:17:52'),(10894,403,2,9794,'4.99','2005-07-31 10:47:01','2006-02-15 22:17:53'),(10895,403,2,10109,'5.99','2005-07-31 21:04:49','2006-02-15 22:17:53'),(10896,403,1,10443,'2.99','2005-08-01 09:01:04','2006-02-15 22:17:53'),(10897,403,1,10547,'6.99','2005-08-01 12:44:17','2006-02-15 22:17:53'),(10898,403,2,10789,'2.99','2005-08-01 21:37:55','2006-02-15 22:17:53'),(10899,403,1,11038,'7.99','2005-08-02 05:59:42','2006-02-15 22:17:53'),(10900,403,2,11391,'9.99','2005-08-02 18:40:12','2006-02-15 22:17:53'),(10901,403,2,11427,'2.99','2005-08-02 20:02:39','2006-02-15 22:17:53'),(10902,403,2,11460,'0.99','2005-08-02 21:28:03','2006-02-15 22:17:53'),(10903,403,2,11558,'0.99','2005-08-17 01:19:52','2006-02-15 22:17:53'),(10904,403,2,12005,'5.99','2005-08-17 18:56:55','2006-02-15 22:17:53'),(10905,403,1,12132,'2.99','2005-08-17 23:37:03','2006-02-15 22:17:53'),(10906,403,1,12793,'5.99','2005-08-19 00:20:36','2006-02-15 22:17:53'),(10907,403,1,14519,'2.99','2005-08-21 14:59:29','2006-02-15 22:17:53'),(10908,403,1,14662,'0.99','2005-08-21 19:45:27','2006-02-15 22:17:53'),(10909,403,2,14725,'4.99','2005-08-21 22:02:08','2006-02-15 22:17:53'),(10910,403,1,15410,'4.99','2005-08-22 23:27:43','2006-02-15 22:17:53'),(10911,404,2,1081,'5.99','2005-05-31 10:56:32','2006-02-15 22:17:53'),(10912,404,2,1506,'2.99','2005-06-15 22:19:37','2006-02-15 22:17:53'),(10913,404,2,1840,'4.99','2005-06-16 23:39:34','2006-02-15 22:17:54'),(10914,404,1,2715,'4.99','2005-06-19 14:29:35','2006-02-15 22:17:54'),(10915,404,1,2951,'2.99','2005-06-20 06:23:01','2006-02-15 22:17:54'),(10916,404,1,3927,'2.99','2005-07-06 20:48:14','2006-02-15 22:17:54'),(10917,404,1,4495,'2.99','2005-07-08 01:43:46','2006-02-15 22:17:54'),(10918,404,2,4615,'8.99','2005-07-08 07:46:53','2006-02-15 22:17:54'),(10919,404,1,4653,'4.99','2005-07-08 09:48:01','2006-02-15 22:17:54'),(10920,404,1,4963,'4.99','2005-07-08 23:38:40','2006-02-15 22:17:54'),(10921,404,1,5632,'3.99','2005-07-10 06:17:06','2006-02-15 22:17:54'),(10922,404,1,6114,'1.99','2005-07-11 07:33:48','2006-02-15 22:17:54'),(10923,404,2,6779,'0.99','2005-07-12 16:10:50','2006-02-15 22:17:54'),(10924,404,1,6964,'4.99','2005-07-27 00:15:04','2006-02-15 22:17:54'),(10925,404,1,8058,'5.99','2005-07-28 17:07:49','2006-02-15 22:17:54'),(10926,404,1,8455,'3.99','2005-07-29 07:53:06','2006-02-15 22:17:54'),(10927,404,1,9206,'4.99','2005-07-30 12:46:59','2006-02-15 22:17:54'),(10928,404,1,9472,'4.99','2005-07-30 23:03:32','2006-02-15 22:17:54'),(10929,404,2,9824,'2.99','2005-07-31 11:49:55','2006-02-15 22:17:54'),(10930,404,1,10651,'2.99','2005-08-01 16:20:22','2006-02-15 22:17:54'),(10931,404,1,12325,'5.99','2005-08-18 06:41:30','2006-02-15 22:17:54'),(10932,404,1,12554,'8.99','2005-08-18 14:47:28','2006-02-15 22:17:54'),(10933,404,2,13412,'5.99','2005-08-19 22:46:35','2006-02-15 22:17:55'),(10934,404,1,13422,'4.99','2005-08-19 23:07:24','2006-02-15 22:17:55'),(10935,404,1,14691,'0.99','2005-08-21 20:42:29','2006-02-15 22:17:55'),(10936,404,2,14835,'5.99','2005-08-22 01:49:07','2006-02-15 22:17:55'),(10937,404,2,14838,'4.99','2005-08-22 01:57:34','2006-02-15 22:17:55'),(10938,404,2,14912,'4.99','2005-08-22 04:51:42','2006-02-15 22:17:55'),(10939,404,2,15087,'0.99','2005-08-22 11:24:09','2006-02-15 22:17:55'),(10940,404,2,15290,'10.99','2005-08-22 19:28:02','2006-02-15 22:17:55'),(10941,405,1,121,'2.99','2005-05-25 19:41:29','2006-02-15 22:17:55'),(10942,405,2,770,'4.99','2005-05-29 12:56:50','2006-02-15 22:17:55'),(10943,405,2,1315,'4.99','2005-06-15 10:23:08','2006-02-15 22:17:55'),(10944,405,1,1888,'0.99','2005-06-17 03:58:36','2006-02-15 22:17:55'),(10945,405,2,1953,'5.99','2005-06-17 08:34:57','2006-02-15 22:17:55'),(10946,405,2,2654,'3.99','2005-06-19 10:37:54','2006-02-15 22:17:55'),(10947,405,1,3240,'4.99','2005-06-21 02:53:17','2006-02-15 22:17:55'),(10948,405,1,3253,'5.99','2005-06-21 03:25:37','2006-02-15 22:17:55'),(10949,405,2,4223,'0.99','2005-07-07 12:23:54','2006-02-15 22:17:55'),(10950,405,2,4401,'0.99','2005-07-07 21:26:27','2006-02-15 22:17:55'),(10951,405,2,5040,'7.99','2005-07-09 03:16:34','2006-02-15 22:17:55'),(10952,405,1,5231,'0.99','2005-07-09 12:35:02','2006-02-15 22:17:56'),(10953,405,2,5512,'1.99','2005-07-10 01:05:38','2006-02-15 22:17:56'),(10954,405,1,6110,'2.99','2005-07-11 07:23:47','2006-02-15 22:17:56'),(10955,405,1,7455,'2.99','2005-07-27 18:34:41','2006-02-15 22:17:56'),(10956,405,1,7759,'0.99','2005-07-28 06:28:45','2006-02-15 22:17:56'),(10957,405,2,8482,'2.99','2005-07-29 08:46:33','2006-02-15 22:17:56'),(10958,405,1,8955,'5.99','2005-07-30 03:28:27','2006-02-15 22:17:56'),(10959,405,1,9569,'0.99','2005-07-31 02:39:38','2006-02-15 22:17:56'),(10960,405,1,10472,'4.99','2005-08-01 09:54:41','2006-02-15 22:17:56'),(10961,405,2,10823,'4.99','2005-08-01 22:59:10','2006-02-15 22:17:56'),(10962,405,1,11345,'7.99','2005-08-02 17:14:19','2006-02-15 22:17:56'),(10963,405,1,12050,'0.99','2005-08-17 20:55:25','2006-02-15 22:17:56'),(10964,405,2,12425,'5.99','2005-08-18 10:18:06','2006-02-15 22:17:56'),(10965,405,1,13304,'1.99','2005-08-19 18:56:32','2006-02-15 22:17:56'),(10966,405,1,13398,'0.99','2005-08-19 22:08:48','2006-02-15 22:17:56'),(10967,405,1,14274,'4.99','2005-08-21 06:29:20','2006-02-15 22:17:56'),(10968,405,2,14537,'0.99','2005-08-21 15:24:24','2006-02-15 22:17:56'),(10969,405,1,15072,'1.99','2005-08-22 10:58:45','2006-02-15 22:17:56'),(10970,405,2,15383,'2.99','2005-08-22 22:31:20','2006-02-15 22:17:57'),(10971,405,1,15932,'4.99','2005-08-23 18:31:40','2006-02-15 22:17:57'),(10972,405,1,12792,'0.99','2006-02-14 15:16:03','2006-02-15 22:17:57'),(10973,406,1,855,'0.99','2005-05-30 02:00:28','2006-02-15 22:17:57'),(10974,406,1,2113,'4.99','2005-06-17 19:57:46','2006-02-15 22:17:57'),(10975,406,2,2150,'3.99','2005-06-17 22:50:36','2006-02-15 22:17:57'),(10976,406,1,2241,'2.99','2005-06-18 04:31:41','2006-02-15 22:17:57'),(10977,406,2,2325,'0.99','2005-06-18 10:08:07','2006-02-15 22:17:57'),(10978,406,2,2585,'0.99','2005-06-19 05:05:03','2006-02-15 22:17:57'),(10979,406,1,3186,'7.99','2005-06-20 23:04:20','2006-02-15 22:17:57'),(10980,406,1,3306,'4.99','2005-06-21 07:46:58','2006-02-15 22:17:57'),(10981,406,2,4264,'4.99','2005-07-07 14:25:28','2006-02-15 22:17:57'),(10982,406,2,5098,'4.99','2005-07-09 06:13:54','2006-02-15 22:17:57'),(10983,406,2,5263,'0.99','2005-07-09 14:10:36','2006-02-15 22:17:57'),(10984,406,1,5766,'0.99','2005-07-10 13:07:31','2006-02-15 22:17:57'),(10985,406,2,6439,'2.99','2005-07-12 00:23:48','2006-02-15 22:17:57'),(10986,406,2,7109,'5.99','2005-07-27 05:28:57','2006-02-15 22:17:57'),(10987,406,1,7171,'4.99','2005-07-27 07:58:35','2006-02-15 22:17:57'),(10988,406,1,7259,'4.99','2005-07-27 11:06:00','2006-02-15 22:17:58'),(10989,406,2,7604,'7.99','2005-07-27 23:54:52','2006-02-15 22:17:58'),(10990,406,2,8080,'4.99','2005-07-28 18:05:06','2006-02-15 22:17:58'),(10991,406,2,8295,'2.99','2005-07-29 02:42:14','2006-02-15 22:17:58'),(10992,406,2,8630,'0.99','2005-07-29 14:07:59','2006-02-15 22:17:58'),(10993,406,1,8903,'0.99','2005-07-30 01:08:06','2006-02-15 22:17:58'),(10994,406,2,8962,'1.99','2005-07-30 03:43:45','2006-02-15 22:17:58'),(10995,406,2,9224,'0.99','2005-07-30 13:25:37','2006-02-15 22:17:58'),(10996,406,1,9291,'4.99','2005-07-30 16:03:39','2006-02-15 22:17:58'),(10997,406,2,9487,'2.99','2005-07-30 23:40:22','2006-02-15 22:17:58'),(10998,406,1,9660,'8.99','2005-07-31 06:03:17','2006-02-15 22:17:58'),(10999,406,1,10632,'1.99','2005-08-01 15:36:56','2006-02-15 22:17:58'),(11000,406,1,11603,'4.99','2005-08-17 03:22:10','2006-02-15 22:17:58'),(11001,406,2,12505,'5.99','2005-08-18 13:17:30','2006-02-15 22:17:58'),(11002,406,2,14205,'6.99','2005-08-21 03:57:15','2006-02-15 22:17:58'),(11003,406,2,14421,'2.99','2005-08-21 11:20:21','2006-02-15 22:17:58'),(11004,406,2,14601,'2.99','2005-08-21 17:45:52','2006-02-15 22:17:58'),(11005,407,1,619,'7.99','2005-05-28 15:52:26','2006-02-15 22:17:58'),(11006,407,1,1698,'2.99','2005-06-16 13:04:42','2006-02-15 22:17:59'),(11007,407,2,2597,'0.99','2005-06-19 05:53:46','2006-02-15 22:17:59'),(11008,407,1,4296,'0.99','2005-07-07 16:16:03','2006-02-15 22:17:59'),(11009,407,1,5070,'4.99','2005-07-09 04:58:26','2006-02-15 22:17:59'),(11010,407,2,5590,'9.99','2005-07-10 04:23:11','2006-02-15 22:17:59'),(11011,407,1,6727,'0.99','2005-07-12 13:54:25','2006-02-15 22:17:59'),(11012,407,1,7363,'5.99','2005-07-27 14:58:29','2006-02-15 22:17:59'),(11013,407,2,7643,'4.99','2005-07-28 01:19:44','2006-02-15 22:17:59'),(11014,407,1,8078,'2.99','2005-07-28 17:54:42','2006-02-15 22:17:59'),(11015,407,1,8109,'4.99','2005-07-28 19:07:44','2006-02-15 22:17:59'),(11016,407,1,8197,'9.99','2005-07-28 23:04:10','2006-02-15 22:17:59'),(11017,407,2,8571,'0.99','2005-07-29 11:48:39','2006-02-15 22:17:59'),(11018,407,1,8802,'2.99','2005-07-29 21:25:51','2006-02-15 22:17:59'),(11019,407,2,10774,'4.99','2005-08-01 20:54:33','2006-02-15 22:17:59'),(11020,407,1,11214,'8.99','2005-08-02 12:19:50','2006-02-15 22:17:59'),(11021,407,1,11222,'2.99','2005-08-02 12:32:28','2006-02-15 22:18:00'),(11022,407,2,11382,'5.99','2005-08-02 18:20:52','2006-02-15 22:18:00'),(11023,407,2,11518,'4.99','2005-08-16 23:59:49','2006-02-15 22:18:00'),(11024,407,1,11677,'0.99','2005-08-17 06:06:26','2006-02-15 22:18:00'),(11025,407,2,12566,'0.99','2005-08-18 15:13:04','2006-02-15 22:18:00'),(11026,407,2,12931,'2.99','2005-08-19 05:11:47','2006-02-15 22:18:00'),(11027,407,1,13800,'0.99','2005-08-20 12:40:48','2006-02-15 22:18:00'),(11028,407,2,13856,'6.99','2005-08-20 14:49:32','2006-02-15 22:18:00'),(11029,407,2,14401,'6.99','2005-08-21 10:36:20','2006-02-15 22:18:00'),(11030,407,2,15320,'0.99','2005-08-22 20:17:49','2006-02-15 22:18:00'),(11031,407,2,15334,'1.99','2005-08-22 20:44:35','2006-02-15 22:18:00'),(11032,408,2,3,'3.99','2005-05-24 23:03:39','2006-02-15 22:18:00'),(11033,408,2,59,'5.99','2005-05-25 08:56:42','2006-02-15 22:18:00'),(11034,408,1,526,'2.99','2005-05-28 04:27:37','2006-02-15 22:18:01'),(11035,408,2,2479,'4.99','2005-06-18 21:03:08','2006-02-15 22:18:01'),(11036,408,1,2564,'2.99','2005-06-19 03:41:10','2006-02-15 22:18:01'),(11037,408,2,2728,'2.99','2005-06-19 15:04:04','2006-02-15 22:18:01'),(11038,408,2,4330,'3.99','2005-07-07 18:09:41','2006-02-15 22:18:01'),(11039,408,2,5073,'0.99','2005-07-09 05:02:35','2006-02-15 22:18:01'),(11040,408,1,6062,'0.99','2005-07-11 04:11:58','2006-02-15 22:18:01'),(11041,408,2,6203,'4.99','2005-07-11 12:28:57','2006-02-15 22:18:01'),(11042,408,2,6826,'2.99','2005-07-12 18:32:02','2006-02-15 22:18:01'),(11043,408,1,7053,'4.99','2005-07-27 03:38:54','2006-02-15 22:18:01'),(11044,408,2,7996,'4.99','2005-07-28 15:00:49','2006-02-15 22:18:01'),(11045,408,2,8251,'4.99','2005-07-29 00:50:14','2006-02-15 22:18:01'),(11046,408,2,8469,'3.99','2005-07-29 08:26:27','2006-02-15 22:18:01'),(11047,408,2,8902,'6.99','2005-07-30 01:08:06','2006-02-15 22:18:01'),(11048,408,1,9052,'0.99','2005-07-30 07:06:08','2006-02-15 22:18:01'),(11049,408,2,9757,'4.99','2005-07-31 09:25:14','2006-02-15 22:18:01'),(11050,408,2,11115,'2.99','2005-08-02 08:31:06','2006-02-15 22:18:01'),(11051,408,1,12140,'2.99','2005-08-17 23:57:55','2006-02-15 22:18:01'),(11052,408,1,12338,'4.99','2005-08-18 07:04:24','2006-02-15 22:18:01'),(11053,408,1,12498,'2.99','2005-08-18 13:01:08','2006-02-15 22:18:02'),(11054,408,2,12900,'0.99','2005-08-19 04:03:49','2006-02-15 22:18:02'),(11055,408,1,13508,'7.99','2005-08-20 02:12:54','2006-02-15 22:18:02'),(11056,408,2,13744,'3.99','2005-08-20 10:51:45','2006-02-15 22:18:02'),(11057,408,1,13944,'2.99','2005-08-20 17:41:16','2006-02-15 22:18:02'),(11058,408,2,14733,'4.99','2005-08-21 22:22:33','2006-02-15 22:18:02'),(11059,408,1,15628,'2.99','2005-08-23 07:28:04','2006-02-15 22:18:02'),(11060,408,2,15716,'1.99','2005-08-23 11:02:00','2006-02-15 22:18:02'),(11061,408,1,15765,'6.99','2005-08-23 13:06:19','2006-02-15 22:18:03'),(11062,409,1,310,'6.99','2005-05-26 22:41:07','2006-02-15 22:18:03'),(11063,409,2,1226,'5.99','2005-06-15 03:46:10','2006-02-15 22:18:03'),(11064,409,2,2310,'8.99','2005-06-18 08:45:59','2006-02-15 22:18:03'),(11065,409,1,3866,'5.99','2005-07-06 17:47:20','2006-02-15 22:18:03'),(11066,409,2,4550,'4.99','2005-07-08 04:34:00','2006-02-15 22:18:03'),(11067,409,1,5175,'3.99','2005-07-09 09:34:28','2006-02-15 22:18:03'),(11068,409,2,5306,'5.99','2005-07-09 15:56:45','2006-02-15 22:18:03'),(11069,409,1,5422,'0.99','2005-07-09 20:55:47','2006-02-15 22:18:03'),(11070,409,1,5848,'2.99','2005-07-10 17:28:14','2006-02-15 22:18:04'),(11071,409,1,5955,'7.99','2005-07-10 23:22:10','2006-02-15 22:18:04'),(11072,409,2,6026,'4.99','2005-07-11 02:21:43','2006-02-15 22:18:04'),(11073,409,1,6596,'2.99','2005-07-12 07:32:59','2006-02-15 22:18:04'),(11074,409,2,7673,'2.99','2005-07-28 02:53:53','2006-02-15 22:18:04'),(11075,409,2,7940,'0.99','2005-07-28 12:46:47','2006-02-15 22:18:04'),(11076,409,1,8037,'4.99','2005-07-28 16:31:20','2006-02-15 22:18:04'),(11077,409,2,8265,'5.99','2005-07-29 01:20:15','2006-02-15 22:18:04'),(11078,409,1,8726,'1.99','2005-07-29 18:09:22','2006-02-15 22:18:04'),(11079,409,2,9267,'0.99','2005-07-30 14:59:05','2006-02-15 22:18:04'),(11080,409,2,12830,'0.99','2005-08-19 01:40:25','2006-02-15 22:18:04'),(11081,409,1,13392,'8.99','2005-08-19 22:03:22','2006-02-15 22:18:04'),(11082,409,2,13632,'6.99','2005-08-20 07:10:52','2006-02-15 22:18:04'),(11083,409,1,14103,'1.99','2005-08-21 00:37:00','2006-02-15 22:18:04'),(11084,409,1,14697,'4.99','2005-08-21 20:49:21','2006-02-15 22:18:05'),(11085,410,1,1514,'2.99','2005-06-15 22:57:34','2006-02-15 22:18:05'),(11086,410,1,2073,'2.99','2005-06-17 16:33:59','2006-02-15 22:18:05'),(11087,410,1,2255,'4.99','2005-06-18 05:21:12','2006-02-15 22:18:05'),(11088,410,2,2400,'5.99','2005-06-18 16:10:46','2006-02-15 22:18:05'),(11089,410,2,2971,'0.99','2005-06-20 07:56:00','2006-02-15 22:18:05'),(11090,410,1,3249,'4.99','2005-06-21 03:13:19','2006-02-15 22:18:05'),(11091,410,2,4062,'0.99','2005-07-07 04:22:27','2006-02-15 22:18:05'),(11092,410,1,4267,'0.99','2005-07-07 14:35:30','2006-02-15 22:18:05'),(11093,410,1,5150,'3.99','2005-07-09 08:28:40','2006-02-15 22:18:05'),(11094,410,1,5192,'4.99','2005-07-09 10:27:09','2006-02-15 22:18:05'),(11095,410,2,5330,'5.99','2005-07-09 16:53:57','2006-02-15 22:18:05'),(11096,410,1,5336,'2.99','2005-07-09 17:01:08','2006-02-15 22:18:05'),(11097,410,1,6148,'4.99','2005-07-11 09:14:22','2006-02-15 22:18:05'),(11098,410,2,6218,'5.99','2005-07-11 13:14:58','2006-02-15 22:18:05'),(11099,410,2,7350,'4.99','2005-07-27 14:34:14','2006-02-15 22:18:05'),(11100,410,2,7407,'5.99','2005-07-27 16:29:04','2006-02-15 22:18:05'),(11101,410,1,7523,'4.99','2005-07-27 21:11:23','2006-02-15 22:18:06'),(11102,410,2,8625,'3.99','2005-07-29 13:59:13','2006-02-15 22:18:06'),(11103,410,1,8882,'0.99','2005-07-30 00:24:05','2006-02-15 22:18:06'),(11104,410,1,9263,'2.99','2005-07-30 14:48:24','2006-02-15 22:18:06'),(11105,410,1,10402,'4.99','2005-08-01 07:27:19','2006-02-15 22:18:06'),(11106,410,1,10837,'2.99','2005-08-01 23:30:22','2006-02-15 22:18:06'),(11107,410,1,11107,'0.99','2005-08-02 08:19:38','2006-02-15 22:18:06'),(11108,410,1,11187,'10.99','2005-08-02 11:16:19','2006-02-15 22:18:06'),(11109,410,1,11472,'6.99','2005-08-02 21:49:06','2006-02-15 22:18:06'),(11110,410,1,11694,'6.99','2005-08-17 06:57:30','2006-02-15 22:18:06'),(11111,410,2,12955,'8.99','2005-08-19 06:05:58','2006-02-15 22:18:06'),(11112,410,1,13460,'4.99','2005-08-20 00:48:24','2006-02-15 22:18:06'),(11113,410,2,13748,'2.99','2005-08-20 10:59:54','2006-02-15 22:18:06'),(11114,410,2,13948,'6.99','2005-08-20 17:50:48','2006-02-15 22:18:06'),(11115,410,1,14237,'3.99','2005-08-21 05:15:00','2006-02-15 22:18:07'),(11116,410,2,14298,'4.99','2005-08-21 07:17:10','2006-02-15 22:18:07'),(11117,410,1,14319,'4.99','2005-08-21 08:00:55','2006-02-15 22:18:07'),(11118,410,2,14819,'2.99','2005-08-22 01:17:19','2006-02-15 22:18:07'),(11119,410,1,15211,'2.99','2005-08-22 16:40:21','2006-02-15 22:18:07'),(11120,410,2,15392,'3.99','2005-08-22 23:02:15','2006-02-15 22:18:07'),(11121,410,1,15518,'4.99','2005-08-23 03:19:34','2006-02-15 22:18:07'),(11122,410,1,12665,'2.99','2006-02-14 15:16:03','2006-02-15 22:18:08'),(11123,411,2,686,'4.99','2005-05-29 00:27:10','2006-02-15 22:18:08'),(11124,411,2,972,'1.99','2005-05-30 20:21:07','2006-02-15 22:18:08'),(11125,411,1,1985,'0.99','2005-06-17 10:31:37','2006-02-15 22:18:08'),(11126,411,2,1997,'2.99','2005-06-17 11:19:43','2006-02-15 22:18:08'),(11127,411,2,2712,'0.99','2005-06-19 14:20:13','2006-02-15 22:18:08'),(11128,411,1,3928,'2.99','2005-07-06 20:52:09','2006-02-15 22:18:08'),(11129,411,2,4146,'0.99','2005-07-07 08:30:16','2006-02-15 22:18:08'),(11130,411,1,4246,'2.99','2005-07-07 13:49:03','2006-02-15 22:18:08'),(11131,411,2,5357,'5.99','2005-07-09 18:08:59','2006-02-15 22:18:08'),(11132,411,1,5800,'2.99','2005-07-10 14:58:36','2006-02-15 22:18:08'),(11133,411,1,7102,'1.99','2005-07-27 05:07:21','2006-02-15 22:18:08'),(11134,411,2,7395,'0.99','2005-07-27 16:03:11','2006-02-15 22:18:08'),(11135,411,1,7513,'2.99','2005-07-27 20:51:04','2006-02-15 22:18:08'),(11136,411,1,7813,'2.99','2005-07-28 08:08:27','2006-02-15 22:18:08'),(11137,411,1,8023,'0.99','2005-07-28 15:53:29','2006-02-15 22:18:08'),(11138,411,2,8613,'5.99','2005-07-29 13:30:58','2006-02-15 22:18:09'),(11139,411,2,9622,'0.99','2005-07-31 04:21:45','2006-02-15 22:18:09'),(11140,411,2,11294,'2.99','2005-08-02 15:08:27','2006-02-15 22:18:09'),(11141,411,1,11997,'5.99','2005-08-17 18:34:38','2006-02-15 22:18:09'),(11142,411,2,13634,'0.99','2005-08-20 07:16:45','2006-02-15 22:18:09'),(11143,411,2,13656,'7.99','2005-08-20 08:01:07','2006-02-15 22:18:09'),(11144,411,2,14480,'2.99','2005-08-21 13:36:40','2006-02-15 22:18:09'),(11145,411,1,14772,'5.99','2005-08-21 23:50:39','2006-02-15 22:18:09'),(11146,411,2,14996,'2.99','2005-08-22 07:52:41','2006-02-15 22:18:09'),(11147,411,1,15936,'0.99','2005-08-23 18:43:11','2006-02-15 22:18:09'),(11148,411,2,13246,'4.99','2006-02-14 15:16:03','2006-02-15 22:18:09'),(11149,412,2,191,'0.99','2005-05-26 06:14:06','2006-02-15 22:18:09'),(11150,412,1,333,'4.99','2005-05-27 02:52:21','2006-02-15 22:18:09'),(11151,412,1,717,'0.99','2005-05-29 04:37:44','2006-02-15 22:18:09'),(11152,412,2,1043,'3.99','2005-05-31 06:11:40','2006-02-15 22:18:09'),(11153,412,1,3292,'2.99','2005-06-21 06:59:11','2006-02-15 22:18:09'),(11154,412,2,3888,'0.99','2005-07-06 18:54:20','2006-02-15 22:18:09'),(11155,412,2,4074,'0.99','2005-07-07 04:49:49','2006-02-15 22:18:09'),(11156,412,1,8036,'0.99','2005-07-28 16:27:43','2006-02-15 22:18:09'),(11157,412,2,8330,'8.99','2005-07-29 04:09:07','2006-02-15 22:18:10'),(11158,412,1,8411,'8.99','2005-07-29 06:44:23','2006-02-15 22:18:10'),(11159,412,1,8674,'0.99','2005-07-29 15:54:22','2006-02-15 22:18:10'),(11160,412,1,9881,'4.99','2005-07-31 13:50:38','2006-02-15 22:18:10'),(11161,412,2,10381,'2.99','2005-08-01 06:36:37','2006-02-15 22:18:10'),(11162,412,1,10467,'5.99','2005-08-01 09:45:58','2006-02-15 22:18:10'),(11163,412,2,11027,'4.99','2005-08-02 05:47:10','2006-02-15 22:18:10'),(11164,412,1,14068,'3.99','2005-08-20 22:50:59','2006-02-15 22:18:10'),(11165,412,1,14535,'6.99','2005-08-21 15:22:37','2006-02-15 22:18:10'),(11166,412,2,15354,'4.99','2005-08-22 21:18:59','2006-02-15 22:18:10'),(11167,412,2,15732,'4.99','2005-08-23 11:35:12','2006-02-15 22:18:10'),(11168,412,1,15781,'8.99','2005-08-23 13:41:05','2006-02-15 22:18:10'),(11169,412,1,15314,'0.99','2006-02-14 15:16:03','2006-02-15 22:18:10'),(11170,413,1,40,'4.99','2005-05-25 05:09:04','2006-02-15 22:18:10'),(11171,413,1,999,'4.99','2005-05-31 00:25:10','2006-02-15 22:18:10'),(11172,413,2,2130,'5.99','2005-06-17 21:00:44','2006-02-15 22:18:10'),(11173,413,2,2545,'4.99','2005-06-19 02:23:36','2006-02-15 22:18:10'),(11174,413,1,3762,'4.99','2005-07-06 12:52:49','2006-02-15 22:18:10'),(11175,413,2,4491,'0.99','2005-07-08 01:30:46','2006-02-15 22:18:10'),(11176,413,1,5897,'7.99','2005-07-10 20:16:14','2006-02-15 22:18:11'),(11177,413,2,7100,'4.99','2005-07-27 05:05:01','2006-02-15 22:18:11'),(11178,413,1,7635,'0.99','2005-07-28 01:08:11','2006-02-15 22:18:11'),(11179,413,2,7731,'0.99','2005-07-28 05:01:18','2006-02-15 22:18:11'),(11180,413,1,10909,'2.99','2005-08-02 01:53:59','2006-02-15 22:18:11'),(11181,413,2,11304,'2.99','2005-08-02 15:40:10','2006-02-15 22:18:11'),(11182,413,1,11468,'0.99','2005-08-02 21:47:26','2006-02-15 22:18:11'),(11183,413,1,11532,'0.99','2005-08-17 00:34:14','2006-02-15 22:18:11'),(11184,413,2,12552,'2.99','2005-08-18 14:46:34','2006-02-15 22:18:11'),(11185,413,1,13010,'3.99','2005-08-19 07:52:21','2006-02-15 22:18:11'),(11186,413,1,13318,'2.99','2005-08-19 19:33:57','2006-02-15 22:18:11'),(11187,413,2,13824,'4.99','2005-08-20 13:43:12','2006-02-15 22:18:11'),(11188,413,2,13887,'4.99','2005-08-20 15:39:00','2006-02-15 22:18:11'),(11189,413,1,14773,'2.99','2005-08-21 23:50:57','2006-02-15 22:18:11'),(11190,413,1,15678,'2.99','2005-08-23 09:23:45','2006-02-15 22:18:11'),(11191,414,1,85,'4.99','2005-05-25 13:05:34','2006-02-15 22:18:11'),(11192,414,1,261,'3.99','2005-05-26 15:44:23','2006-02-15 22:18:11'),(11193,414,1,2246,'4.99','2005-06-18 04:54:29','2006-02-15 22:18:11'),(11194,414,1,2559,'9.99','2005-06-19 03:09:46','2006-02-15 22:18:12'),(11195,414,1,3318,'5.99','2005-06-21 08:23:05','2006-02-15 22:18:12'),(11196,414,1,3957,'10.99','2005-07-06 22:05:47','2006-02-15 22:18:12'),(11197,414,1,4437,'3.99','2005-07-07 22:55:41','2006-02-15 22:18:12'),(11198,414,2,6462,'7.99','2005-07-12 01:15:24','2006-02-15 22:18:12'),(11199,414,2,6728,'0.99','2005-07-12 13:56:48','2006-02-15 22:18:12'),(11200,414,2,6845,'0.99','2005-07-12 19:20:41','2006-02-15 22:18:12'),(11201,414,1,7009,'0.99','2005-07-27 01:45:44','2006-02-15 22:18:12'),(11202,414,1,7779,'2.99','2005-07-28 07:11:11','2006-02-15 22:18:12'),(11203,414,1,9650,'2.99','2005-07-31 05:47:32','2006-02-15 22:18:12'),(11204,414,2,9991,'2.99','2005-07-31 17:26:27','2006-02-15 22:18:12'),(11205,414,2,10107,'5.99','2005-07-31 21:01:46','2006-02-15 22:18:12'),(11206,414,1,11706,'0.99','2005-08-17 07:23:46','2006-02-15 22:18:12'),(11207,414,2,12930,'4.99','2005-08-19 05:11:32','2006-02-15 22:18:12'),(11208,414,1,13042,'0.99','2005-08-19 09:06:08','2006-02-15 22:18:12'),(11209,414,1,13242,'2.99','2005-08-19 16:28:47','2006-02-15 22:18:12'),(11210,414,1,13308,'7.99','2005-08-19 18:59:42','2006-02-15 22:18:12'),(11211,414,1,13404,'0.99','2005-08-19 22:18:42','2006-02-15 22:18:12'),(11212,414,2,13494,'2.99','2005-08-20 01:36:34','2006-02-15 22:18:12'),(11213,414,2,13657,'4.99','2005-08-20 08:01:39','2006-02-15 22:18:12'),(11214,414,1,15140,'6.99','2005-08-22 13:39:20','2006-02-15 22:18:13'),(11215,414,2,15481,'0.99','2005-08-23 01:59:14','2006-02-15 22:18:13'),(11216,415,2,665,'4.99','2005-05-28 21:38:39','2006-02-15 22:18:13'),(11217,415,2,1867,'4.99','2005-06-17 02:01:37','2006-02-15 22:18:13'),(11218,415,1,3211,'2.99','2005-06-21 01:01:29','2006-02-15 22:18:13'),(11219,415,2,4926,'8.99','2005-07-08 22:01:48','2006-02-15 22:18:13'),(11220,415,2,5665,'0.99','2005-07-10 08:10:08','2006-02-15 22:18:13'),(11221,415,2,5733,'0.99','2005-07-10 11:37:24','2006-02-15 22:18:13'),(11222,415,2,6491,'5.99','2005-07-12 02:28:31','2006-02-15 22:18:13'),(11223,415,1,6505,'3.99','2005-07-12 03:27:37','2006-02-15 22:18:13'),(11224,415,1,7379,'4.99','2005-07-27 15:36:43','2006-02-15 22:18:13'),(11225,415,2,7624,'0.99','2005-07-28 00:37:44','2006-02-15 22:18:13'),(11226,415,1,7748,'4.99','2005-07-28 05:52:23','2006-02-15 22:18:13'),(11227,415,2,8317,'2.99','2005-07-29 03:39:07','2006-02-15 22:18:13'),(11228,415,2,9586,'2.99','2005-07-31 03:07:16','2006-02-15 22:18:13'),(11229,415,1,9852,'2.99','2005-07-31 12:52:17','2006-02-15 22:18:13'),(11230,415,1,10263,'5.99','2005-08-01 03:02:48','2006-02-15 22:18:13'),(11231,415,1,10553,'2.99','2005-08-01 12:54:06','2006-02-15 22:18:13'),(11232,415,2,11310,'1.99','2005-08-02 15:51:58','2006-02-15 22:18:13'),(11233,415,2,12128,'5.99','2005-08-17 23:31:09','2006-02-15 22:18:14'),(11234,415,2,12588,'2.99','2005-08-18 16:04:45','2006-02-15 22:18:14'),(11235,415,2,13729,'8.99','2005-08-20 10:17:08','2006-02-15 22:18:14'),(11236,415,1,14992,'4.99','2005-08-22 07:51:47','2006-02-15 22:18:14'),(11237,415,2,15121,'4.99','2005-08-22 12:46:37','2006-02-15 22:18:14'),(11238,415,1,15959,'0.99','2005-08-23 19:27:04','2006-02-15 22:18:14'),(11239,416,2,253,'0.99','2005-05-26 14:43:14','2006-02-15 22:18:14'),(11240,416,2,724,'3.99','2005-05-29 05:53:23','2006-02-15 22:18:14'),(11241,416,2,1031,'2.99','2005-05-31 04:23:01','2006-02-15 22:18:14'),(11242,416,2,1158,'2.99','2005-06-14 22:53:33','2006-02-15 22:18:14'),(11243,416,1,1343,'4.99','2005-06-15 12:27:19','2006-02-15 22:18:14'),(11244,416,2,1553,'0.99','2005-06-16 02:02:44','2006-02-15 22:18:14'),(11245,416,2,1596,'2.99','2005-06-16 05:30:58','2006-02-15 22:18:14'),(11246,416,2,1771,'0.99','2005-06-16 18:12:17','2006-02-15 22:18:14'),(11247,416,1,3833,'3.99','2005-07-06 16:18:28','2006-02-15 22:18:14'),(11248,416,1,3868,'2.99','2005-07-06 17:54:13','2006-02-15 22:18:14'),(11249,416,1,6097,'2.99','2005-07-11 06:21:43','2006-02-15 22:18:14'),(11250,416,1,6879,'7.99','2005-07-12 20:37:37','2006-02-15 22:18:14'),(11251,416,1,7889,'0.99','2005-07-28 10:43:21','2006-02-15 22:18:14'),(11252,416,1,7917,'2.99','2005-07-28 11:56:57','2006-02-15 22:18:15'),(11253,416,2,8349,'5.99','2005-07-29 04:50:22','2006-02-15 22:18:15'),(11254,416,2,8588,'2.99','2005-07-29 12:22:20','2006-02-15 22:18:15'),(11255,416,2,8648,'2.99','2005-07-29 14:56:21','2006-02-15 22:18:15'),(11256,416,2,9383,'2.99','2005-07-30 19:24:50','2006-02-15 22:18:15'),(11257,416,1,10254,'3.99','2005-08-01 02:42:03','2006-02-15 22:18:15'),(11258,416,1,10354,'2.99','2005-08-01 05:47:10','2006-02-15 22:18:15'),(11259,416,1,10742,'6.99','2005-08-01 19:53:13','2006-02-15 22:18:15'),(11260,416,1,10937,'6.99','2005-08-02 03:00:18','2006-02-15 22:18:15'),(11261,416,2,11047,'5.99','2005-08-02 06:09:20','2006-02-15 22:18:15'),(11262,416,1,11557,'6.99','2005-08-17 01:19:20','2006-02-15 22:18:15'),(11263,416,1,12722,'8.99','2005-08-18 21:33:53','2006-02-15 22:18:15'),(11264,416,1,12932,'4.99','2005-08-19 05:17:30','2006-02-15 22:18:15'),(11265,416,1,14239,'4.99','2005-08-21 05:18:57','2006-02-15 22:18:15'),(11266,416,1,15235,'1.99','2005-08-22 17:43:12','2006-02-15 22:18:15'),(11267,416,2,15470,'4.99','2005-08-23 01:35:12','2006-02-15 22:18:15'),(11268,416,1,15727,'2.99','2005-08-23 11:28:49','2006-02-15 22:18:15'),(11269,416,2,15761,'0.99','2005-08-23 12:55:51','2006-02-15 22:18:15'),(11270,417,1,267,'4.99','2005-05-26 16:16:21','2006-02-15 22:18:15'),(11271,417,2,630,'8.99','2005-05-28 17:24:51','2006-02-15 22:18:16'),(11272,417,2,833,'4.99','2005-05-29 23:21:56','2006-02-15 22:18:16'),(11273,417,1,1921,'3.99','2005-06-17 06:04:16','2006-02-15 22:18:16'),(11274,417,1,3952,'4.99','2005-07-06 21:51:31','2006-02-15 22:18:16'),(11275,417,1,4418,'2.99','2005-07-07 22:05:30','2006-02-15 22:18:16'),(11276,417,1,4421,'9.99','2005-07-07 22:07:55','2006-02-15 22:18:16'),(11277,417,2,6258,'6.99','2005-07-11 15:24:32','2006-02-15 22:18:16'),(11278,417,1,6312,'4.99','2005-07-11 18:19:02','2006-02-15 22:18:16'),(11279,417,1,8877,'2.99','2005-07-30 00:15:22','2006-02-15 22:18:16'),(11280,417,2,9049,'2.99','2005-07-30 06:57:28','2006-02-15 22:18:16'),(11281,417,1,10478,'0.99','2005-08-01 10:09:06','2006-02-15 22:18:16'),(11282,417,1,11217,'7.99','2005-08-02 12:26:31','2006-02-15 22:18:16'),(11283,417,1,11291,'6.99','2005-08-02 14:57:58','2006-02-15 22:18:16'),(11284,417,2,11303,'0.99','2005-08-02 15:39:18','2006-02-15 22:18:16'),(11285,417,2,12074,'0.99','2005-08-17 21:50:57','2006-02-15 22:18:16'),(11286,417,2,12281,'4.99','2005-08-18 04:50:32','2006-02-15 22:18:16'),(11287,417,1,13545,'4.99','2005-08-20 03:50:15','2006-02-15 22:18:16'),(11288,417,1,13927,'1.99','2005-08-20 17:11:58','2006-02-15 22:18:16'),(11289,417,2,14121,'4.99','2005-08-21 01:26:33','2006-02-15 22:18:16'),(11290,417,1,14304,'6.99','2005-08-21 07:23:10','2006-02-15 22:18:17'),(11291,417,1,14607,'2.99','2005-08-21 17:56:50','2006-02-15 22:18:17'),(11292,417,2,14882,'2.99','2005-08-22 03:52:21','2006-02-15 22:18:17'),(11293,417,1,15795,'0.99','2005-08-23 14:07:56','2006-02-15 22:18:17'),(11294,417,2,13261,'2.99','2006-02-14 15:16:03','2006-02-15 22:18:17'),(11295,418,1,2825,'2.99','2005-06-19 20:32:19','2006-02-15 22:18:17'),(11296,418,2,2943,'2.99','2005-06-20 05:43:05','2006-02-15 22:18:17'),(11297,418,2,2969,'2.99','2005-06-20 07:44:27','2006-02-15 22:18:17'),(11298,418,1,3805,'0.99','2005-07-06 15:08:42','2006-02-15 22:18:17'),(11299,418,2,4852,'7.99','2005-07-08 18:43:15','2006-02-15 22:18:17'),(11300,418,1,4865,'2.99','2005-07-08 19:09:04','2006-02-15 22:18:17'),(11301,418,1,4938,'0.99','2005-07-08 22:32:53','2006-02-15 22:18:17'),(11302,418,1,6150,'4.99','2005-07-11 09:23:56','2006-02-15 22:18:17'),(11303,418,1,6970,'4.99','2005-07-27 00:26:14','2006-02-15 22:18:17'),(11304,418,2,8546,'5.99','2005-07-29 11:08:48','2006-02-15 22:18:17'),(11305,418,2,8591,'0.99','2005-07-29 12:32:33','2006-02-15 22:18:17'),(11306,418,2,8886,'10.99','2005-07-30 00:36:31','2006-02-15 22:18:17'),(11307,418,1,9558,'4.99','2005-07-31 02:14:35','2006-02-15 22:18:17'),(11308,418,2,10537,'5.99','2005-08-01 12:22:28','2006-02-15 22:18:17'),(11309,418,1,10709,'0.99','2005-08-01 18:43:57','2006-02-15 22:18:18'),(11310,418,2,10915,'2.99','2005-08-02 02:05:04','2006-02-15 22:18:18'),(11311,418,1,11270,'2.99','2005-08-02 14:18:07','2006-02-15 22:18:18'),(11312,418,2,11322,'3.99','2005-08-02 16:23:17','2006-02-15 22:18:18'),(11313,418,2,11409,'1.99','2005-08-02 19:26:51','2006-02-15 22:18:18'),(11314,418,1,11650,'4.99','2005-08-17 05:00:03','2006-02-15 22:18:18'),(11315,418,1,11769,'2.99','2005-08-17 10:04:49','2006-02-15 22:18:18'),(11316,418,1,11910,'0.99','2005-08-17 15:44:37','2006-02-15 22:18:18'),(11317,418,2,13312,'0.99','2005-08-19 19:09:14','2006-02-15 22:18:18'),(11318,418,1,13537,'2.99','2005-08-20 03:39:15','2006-02-15 22:18:18'),(11319,418,1,13970,'0.99','2005-08-20 18:43:34','2006-02-15 22:18:18'),(11320,418,1,14484,'0.99','2005-08-21 13:47:29','2006-02-15 22:18:18'),(11321,418,1,14836,'4.99','2005-08-22 01:52:26','2006-02-15 22:18:18'),(11322,418,2,14860,'2.99','2005-08-22 02:47:07','2006-02-15 22:18:18'),(11323,418,1,15466,'4.99','2005-08-23 01:16:55','2006-02-15 22:18:18'),(11324,418,2,15957,'5.99','2005-08-23 19:21:22','2006-02-15 22:18:18'),(11325,419,1,62,'2.99','2005-05-25 09:18:52','2006-02-15 22:18:18'),(11326,419,2,2793,'2.99','2005-06-19 18:52:37','2006-02-15 22:18:18'),(11327,419,1,3596,'0.99','2005-07-06 05:03:11','2006-02-15 22:18:18'),(11328,419,1,3694,'4.99','2005-07-06 10:01:23','2006-02-15 22:18:19'),(11329,419,1,4224,'0.99','2005-07-07 12:24:21','2006-02-15 22:18:19'),(11330,419,2,5333,'5.99','2005-07-09 16:59:38','2006-02-15 22:18:19'),(11331,419,2,5863,'0.99','2005-07-10 18:25:23','2006-02-15 22:18:19'),(11332,419,1,5900,'3.99','2005-07-10 20:21:54','2006-02-15 22:18:19'),(11333,419,2,5933,'0.99','2005-07-10 22:06:48','2006-02-15 22:18:19'),(11334,419,2,6173,'0.99','2005-07-11 10:33:11','2006-02-15 22:18:19'),(11335,419,2,6587,'3.99','2005-07-12 06:56:26','2006-02-15 22:18:19'),(11336,419,1,7362,'4.99','2005-07-27 14:58:27','2006-02-15 22:18:19'),(11337,419,1,7619,'2.99','2005-07-28 00:25:41','2006-02-15 22:18:19'),(11338,419,1,7796,'4.99','2005-07-28 07:39:39','2006-02-15 22:18:19'),(11339,419,1,10150,'2.99','2005-07-31 22:22:00','2006-02-15 22:18:19'),(11340,419,1,10372,'2.99','2005-08-01 06:23:48','2006-02-15 22:18:19'),(11341,419,2,11025,'4.99','2005-08-02 05:39:12','2006-02-15 22:18:19'),(11342,419,1,11313,'2.99','2005-08-02 16:02:51','2006-02-15 22:18:19'),(11343,419,2,11323,'2.99','2005-08-02 16:29:57','2006-02-15 22:18:19'),(11344,419,1,11425,'2.99','2005-08-02 19:58:48','2006-02-15 22:18:19'),(11345,419,2,11689,'6.99','2005-08-17 06:42:08','2006-02-15 22:18:19'),(11346,419,1,12460,'7.99','2005-08-18 11:25:13','2006-02-15 22:18:19'),(11347,419,1,12720,'5.99','2005-08-18 21:28:42','2006-02-15 22:18:20'),(11348,419,2,14308,'0.99','2005-08-21 07:43:21','2006-02-15 22:18:20'),(11349,419,2,15779,'4.99','2005-08-23 13:33:46','2006-02-15 22:18:20'),(11350,420,2,744,'4.99','2005-05-29 09:13:08','2006-02-15 22:18:20'),(11351,420,2,2672,'3.99','2005-06-19 11:42:04','2006-02-15 22:18:20'),(11352,420,1,2698,'0.99','2005-06-19 13:29:11','2006-02-15 22:18:20'),(11353,420,1,2726,'0.99','2005-06-19 15:02:20','2006-02-15 22:18:20'),(11354,420,1,4176,'4.99','2005-07-07 10:03:34','2006-02-15 22:18:20'),(11355,420,2,5081,'4.99','2005-07-09 05:25:20','2006-02-15 22:18:20'),(11356,420,1,5168,'4.99','2005-07-09 09:20:01','2006-02-15 22:18:20'),(11357,420,2,5911,'0.99','2005-07-10 20:51:42','2006-02-15 22:18:20'),(11358,420,2,6086,'3.99','2005-07-11 05:29:03','2006-02-15 22:18:20'),(11359,420,2,6096,'4.99','2005-07-11 06:18:04','2006-02-15 22:18:20'),(11360,420,2,6582,'4.99','2005-07-12 06:28:12','2006-02-15 22:18:20'),(11361,420,1,6588,'4.99','2005-07-12 06:57:40','2006-02-15 22:18:20'),(11362,420,2,7081,'2.99','2005-07-27 04:25:59','2006-02-15 22:18:20'),(11363,420,2,8485,'0.99','2005-07-29 08:53:09','2006-02-15 22:18:20'),(11364,420,1,9362,'0.99','2005-07-30 18:44:16','2006-02-15 22:18:20'),(11365,420,2,10291,'4.99','2005-08-01 03:39:57','2006-02-15 22:18:20'),(11366,420,2,10601,'10.99','2005-08-01 14:25:40','2006-02-15 22:18:21'),(11367,420,1,10766,'4.99','2005-08-01 20:36:29','2006-02-15 22:18:21'),(11368,420,2,11236,'5.99','2005-08-02 13:17:21','2006-02-15 22:18:21'),(11369,420,2,14525,'0.99','2005-08-21 15:06:49','2006-02-15 22:18:21'),(11370,420,2,15597,'0.99','2005-08-23 06:21:20','2006-02-15 22:18:21'),(11371,421,1,507,'0.99','2005-05-28 02:31:19','2006-02-15 22:18:21'),(11372,421,1,931,'0.99','2005-05-30 12:53:01','2006-02-15 22:18:21'),(11373,421,1,1693,'4.99','2005-06-16 12:39:51','2006-02-15 22:18:21'),(11374,421,2,2407,'2.99','2005-06-18 16:50:41','2006-02-15 22:18:21'),(11375,421,1,3170,'4.99','2005-06-20 22:02:54','2006-02-15 22:18:21'),(11376,421,1,3491,'7.99','2005-07-05 23:41:08','2006-02-15 22:18:21'),(11377,421,2,3703,'5.99','2005-07-06 10:15:26','2006-02-15 22:18:21'),(11378,421,1,3988,'8.99','2005-07-06 23:30:42','2006-02-15 22:18:21'),(11379,421,2,4456,'5.99','2005-07-07 23:45:21','2006-02-15 22:18:21'),(11380,421,1,6220,'0.99','2005-07-11 13:22:06','2006-02-15 22:18:21'),(11381,421,2,6960,'3.99','2005-07-27 00:08:33','2006-02-15 22:18:21'),(11382,421,2,7449,'4.99','2005-07-27 18:17:41','2006-02-15 22:18:21'),(11383,421,2,8025,'2.99','2005-07-28 16:03:27','2006-02-15 22:18:21'),(11384,421,1,8268,'4.99','2005-07-29 01:23:23','2006-02-15 22:18:21'),(11385,421,1,8725,'4.99','2005-07-29 18:08:42','2006-02-15 22:18:22'),(11386,421,2,9377,'4.99','2005-07-30 19:12:18','2006-02-15 22:18:22'),(11387,421,2,9875,'0.99','2005-07-31 13:37:41','2006-02-15 22:18:22'),(11388,421,1,10200,'4.99','2005-08-01 00:39:05','2006-02-15 22:18:22'),(11389,421,2,11089,'2.99','2005-08-02 07:52:20','2006-02-15 22:18:22'),(11390,421,1,11263,'4.99','2005-08-02 14:02:19','2006-02-15 22:18:22'),(11391,421,1,11523,'3.99','2005-08-17 00:10:10','2006-02-15 22:18:22'),(11392,421,1,12279,'4.99','2005-08-18 04:47:30','2006-02-15 22:18:22'),(11393,421,2,13461,'9.99','2005-08-20 00:49:04','2006-02-15 22:18:22'),(11394,421,1,13872,'4.99','2005-08-20 15:10:30','2006-02-15 22:18:22'),(11395,421,1,14742,'4.99','2005-08-21 22:39:01','2006-02-15 22:18:22'),(11396,421,1,14887,'3.99','2005-08-22 04:04:31','2006-02-15 22:18:22'),(11397,421,2,15710,'0.99','2006-02-14 15:16:03','2006-02-15 22:18:22'),(11398,422,1,398,'0.99','2005-05-27 12:44:03','2006-02-15 22:18:22'),(11399,422,1,1846,'0.99','2005-06-17 00:02:44','2006-02-15 22:18:22'),(11400,422,1,1897,'4.99','2005-06-17 04:26:23','2006-02-15 22:18:22'),(11401,422,2,2747,'2.99','2005-06-19 16:22:07','2006-02-15 22:18:22'),(11402,422,1,2778,'5.99','2005-06-19 18:18:12','2006-02-15 22:18:22'),(11403,422,1,3553,'4.99','2005-07-06 02:35:41','2006-02-15 22:18:22'),(11404,422,2,4463,'2.99','2005-07-08 00:04:59','2006-02-15 22:18:23'),(11405,422,2,4504,'0.99','2005-07-08 02:19:27','2006-02-15 22:18:23'),(11406,422,1,5784,'1.99','2005-07-10 14:03:28','2006-02-15 22:18:23'),(11407,422,2,7827,'0.99','2005-07-28 08:37:22','2006-02-15 22:18:23'),(11408,422,2,8206,'4.99','2005-07-28 23:20:31','2006-02-15 22:18:23'),(11409,422,2,9541,'4.99','2005-07-31 01:40:14','2006-02-15 22:18:23'),(11410,422,2,10833,'6.99','2005-08-01 23:25:55','2006-02-15 22:18:23'),(11411,422,2,11325,'6.99','2005-08-02 16:33:11','2006-02-15 22:18:23'),(11412,422,1,11658,'2.99','2005-08-17 05:19:17','2006-02-15 22:18:23'),(11413,422,1,11842,'4.99','2005-08-17 13:13:37','2006-02-15 22:18:23'),(11414,422,1,12907,'9.99','2005-08-19 04:16:13','2006-02-15 22:18:23'),(11415,422,2,13216,'1.99','2005-08-19 15:36:05','2006-02-15 22:18:23'),(11416,422,2,13625,'1.99','2005-08-20 06:52:03','2006-02-15 22:18:23'),(11417,422,2,13709,'0.99','2005-08-20 09:34:51','2006-02-15 22:18:23'),(11418,422,2,13722,'4.99','2005-08-20 10:03:45','2006-02-15 22:18:23'),(11419,422,1,14861,'4.99','2005-08-22 02:48:05','2006-02-15 22:18:23'),(11420,422,1,15272,'3.99','2005-08-22 18:49:40','2006-02-15 22:18:23'),(11421,422,1,15273,'2.99','2005-08-22 18:53:28','2006-02-15 22:18:23'),(11422,422,2,15316,'2.99','2005-08-22 20:07:03','2006-02-15 22:18:23'),(11423,422,2,15441,'2.99','2006-02-14 15:16:03','2006-02-15 22:18:24'),(11424,423,1,1504,'3.99','2005-06-15 22:08:06','2006-02-15 22:18:24'),(11425,423,2,1827,'0.99','2005-06-16 21:54:40','2006-02-15 22:18:24'),(11426,423,1,2600,'6.99','2005-06-19 06:07:25','2006-02-15 22:18:24'),(11427,423,2,2758,'6.99','2005-06-19 17:04:35','2006-02-15 22:18:24'),(11428,423,1,3072,'8.99','2005-06-20 14:21:31','2006-02-15 22:18:24'),(11429,423,2,4105,'0.99','2005-07-07 06:31:00','2006-02-15 22:18:24'),(11430,423,1,4250,'0.99','2005-07-07 14:08:11','2006-02-15 22:18:24'),(11431,423,1,4679,'2.99','2005-07-08 10:33:14','2006-02-15 22:18:24'),(11432,423,1,6506,'1.99','2005-07-12 03:28:22','2006-02-15 22:18:24'),(11433,423,1,7016,'5.99','2005-07-27 02:15:16','2006-02-15 22:18:24'),(11434,423,2,7141,'2.99','2005-07-27 06:55:27','2006-02-15 22:18:24'),(11435,423,1,7157,'4.99','2005-07-27 07:20:28','2006-02-15 22:18:24'),(11436,423,1,7290,'0.99','2005-07-27 12:28:45','2006-02-15 22:18:24'),(11437,423,2,7539,'9.99','2005-07-27 21:39:42','2006-02-15 22:18:24'),(11438,423,1,7849,'9.99','2005-07-28 09:30:02','2006-02-15 22:18:24'),(11439,423,2,8082,'3.99','2005-07-28 18:08:02','2006-02-15 22:18:24'),(11440,423,2,8595,'9.99','2005-07-29 12:47:43','2006-02-15 22:18:24'),(11441,423,2,9026,'2.99','2005-07-30 05:55:31','2006-02-15 22:18:24'),(11442,423,1,10488,'2.99','2005-08-01 10:27:27','2006-02-15 22:18:25'),(11443,423,1,11091,'2.99','2005-08-02 07:56:41','2006-02-15 22:18:25'),(11444,423,2,11514,'4.99','2005-08-16 23:53:10','2006-02-15 22:18:25'),(11445,423,2,12806,'4.99','2005-08-19 00:37:26','2006-02-15 22:18:25'),(11446,423,2,14191,'6.99','2005-08-21 03:35:58','2006-02-15 22:18:25'),(11447,423,2,14902,'4.99','2005-08-22 04:31:50','2006-02-15 22:18:25'),(11448,423,1,15380,'0.99','2005-08-22 22:28:15','2006-02-15 22:18:25'),(11449,423,1,15755,'4.99','2005-08-23 12:46:38','2006-02-15 22:18:25'),(11450,424,2,403,'0.99','2005-05-27 13:28:52','2006-02-15 22:18:25'),(11451,424,2,3044,'4.99','2005-06-20 12:38:49','2006-02-15 22:18:25'),(11452,424,1,3166,'6.99','2005-06-20 21:32:32','2006-02-15 22:18:25'),(11453,424,2,3404,'0.99','2005-06-21 15:57:52','2006-02-15 22:18:25'),(11454,424,2,3746,'0.99','2005-07-06 12:10:51','2006-02-15 22:18:25'),(11455,424,2,4512,'0.99','2005-07-08 02:38:56','2006-02-15 22:18:25'),(11456,424,2,4559,'0.99','2005-07-08 04:56:49','2006-02-15 22:18:25'),(11457,424,2,4696,'5.99','2005-07-08 11:12:27','2006-02-15 22:18:25'),(11458,424,1,5568,'0.99','2005-07-10 03:36:56','2006-02-15 22:18:25'),(11459,424,1,5611,'3.99','2005-07-10 05:13:43','2006-02-15 22:18:25'),(11460,424,1,6589,'2.99','2005-07-12 07:06:29','2006-02-15 22:18:25'),(11461,424,1,7594,'2.99','2005-07-27 23:30:41','2006-02-15 22:18:26'),(11462,424,2,8194,'2.99','2005-07-28 22:51:44','2006-02-15 22:18:26'),(11463,424,1,8918,'4.99','2005-07-30 01:56:22','2006-02-15 22:18:26'),(11464,424,2,8964,'1.99','2005-07-30 03:49:35','2006-02-15 22:18:26'),(11465,424,2,8999,'2.99','2005-07-30 04:55:46','2006-02-15 22:18:26'),(11466,424,1,9471,'4.99','2005-07-30 23:02:36','2006-02-15 22:18:26'),(11467,424,1,9516,'8.99','2005-07-31 00:40:58','2006-02-15 22:18:26'),(11468,424,2,9878,'4.99','2005-07-31 13:42:02','2006-02-15 22:18:26'),(11469,424,1,10017,'6.99','2005-07-31 18:13:22','2006-02-15 22:18:26'),(11470,424,2,10369,'4.99','2005-08-01 06:13:44','2006-02-15 22:18:26'),(11471,424,1,10866,'2.99','2005-08-02 00:22:49','2006-02-15 22:18:26'),(11472,424,2,11374,'2.99','2005-08-02 18:14:54','2006-02-15 22:18:26'),(11473,424,2,11562,'6.99','2005-08-17 01:23:39','2006-02-15 22:18:26'),(11474,424,2,11833,'2.99','2005-08-17 13:00:33','2006-02-15 22:18:26'),(11475,424,2,12729,'0.99','2005-08-18 21:52:59','2006-02-15 22:18:26'),(11476,424,2,13793,'3.99','2005-08-20 12:22:04','2006-02-15 22:18:26'),(11477,424,2,15113,'0.99','2005-08-22 12:23:59','2006-02-15 22:18:26'),(11478,424,2,15941,'9.99','2005-08-23 18:46:44','2006-02-15 22:18:26'),(11479,424,1,15094,'0.99','2006-02-14 15:16:03','2006-02-15 22:18:27'),(11480,425,2,1098,'5.99','2005-05-31 13:51:48','2006-02-15 22:18:27'),(11481,425,1,3276,'6.99','2005-06-21 05:35:52','2006-02-15 22:18:27'),(11482,425,1,3807,'4.99','2005-07-06 15:11:44','2006-02-15 22:18:27'),(11483,425,2,4361,'2.99','2005-07-07 19:33:23','2006-02-15 22:18:27'),(11484,425,2,4362,'5.99','2005-07-07 19:35:30','2006-02-15 22:18:27'),(11485,425,2,4483,'8.99','2005-07-08 01:03:12','2006-02-15 22:18:27'),(11486,425,1,4659,'2.99','2005-07-08 09:53:28','2006-02-15 22:18:27'),(11487,425,1,4884,'7.99','2005-07-08 19:49:17','2006-02-15 22:18:27'),(11488,425,1,4939,'7.99','2005-07-08 22:35:30','2006-02-15 22:18:27'),(11489,425,2,5363,'2.99','2005-07-09 18:18:49','2006-02-15 22:18:27'),(11490,425,1,5371,'4.99','2005-07-09 18:47:48','2006-02-15 22:18:27'),(11491,425,2,6318,'2.99','2005-07-11 18:48:22','2006-02-15 22:18:27'),(11492,425,1,6603,'2.99','2005-07-12 07:52:55','2006-02-15 22:18:27'),(11493,425,1,7249,'4.99','2005-07-27 10:39:53','2006-02-15 22:18:27'),(11494,425,1,8974,'0.99','2005-07-30 04:09:16','2006-02-15 22:18:27'),(11495,425,1,9170,'0.99','2005-07-30 11:35:24','2006-02-15 22:18:27'),(11496,425,2,9682,'2.99','2005-07-31 06:47:10','2006-02-15 22:18:27'),(11497,425,1,10121,'0.99','2005-07-31 21:24:53','2006-02-15 22:18:27'),(11498,425,2,10163,'0.99','2005-07-31 23:12:34','2006-02-15 22:18:28'),(11499,425,1,10545,'0.99','2005-08-01 12:37:46','2006-02-15 22:18:28'),(11500,425,2,13040,'0.99','2005-08-19 09:04:24','2006-02-15 22:18:28'),(11501,425,2,14089,'5.99','2005-08-20 23:59:02','2006-02-15 22:18:28'),(11502,425,2,14881,'4.99','2005-08-22 03:47:39','2006-02-15 22:18:28'),(11503,425,1,15064,'0.99','2005-08-22 10:41:58','2006-02-15 22:18:28'),(11504,425,2,15784,'6.99','2005-08-23 13:46:00','2006-02-15 22:18:28'),(11505,425,2,16036,'2.99','2005-08-23 22:12:44','2006-02-15 22:18:28'),(11506,426,2,604,'0.99','2005-05-28 14:37:07','2006-02-15 22:18:28'),(11507,426,1,1709,'6.99','2005-06-16 14:10:15','2006-02-15 22:18:28'),(11508,426,1,1842,'7.99','2005-06-16 23:45:59','2006-02-15 22:18:28'),(11509,426,1,2204,'2.99','2005-06-18 02:11:38','2006-02-15 22:18:28'),(11510,426,1,2804,'0.99','2005-06-19 19:24:54','2006-02-15 22:18:28'),(11511,426,1,3243,'0.99','2005-06-21 03:00:11','2006-02-15 22:18:28'),(11512,426,2,4114,'2.99','2005-07-07 06:51:12','2006-02-15 22:18:28'),(11513,426,2,4398,'4.99','2005-07-07 21:18:44','2006-02-15 22:18:28'),(11514,426,1,4900,'4.99','2005-07-08 20:38:06','2006-02-15 22:18:28'),(11515,426,1,5725,'3.99','2005-07-10 11:21:21','2006-02-15 22:18:28'),(11516,426,1,7495,'4.99','2005-07-27 20:01:20','2006-02-15 22:18:28'),(11517,426,1,7527,'10.99','2005-07-27 21:14:28','2006-02-15 22:18:29'),(11518,426,1,7711,'4.99','2005-07-28 04:26:42','2006-02-15 22:18:29'),(11519,426,1,7789,'5.99','2005-07-28 07:22:07','2006-02-15 22:18:29'),(11520,426,1,9185,'5.99','2005-07-30 12:10:40','2006-02-15 22:18:29'),(11521,426,2,9247,'4.99','2005-07-30 14:13:56','2006-02-15 22:18:29'),(11522,426,2,10172,'10.99','2005-07-31 23:29:51','2006-02-15 22:18:29'),(11523,426,1,10505,'1.99','2005-08-01 11:13:59','2006-02-15 22:18:29'),(11524,426,2,11237,'0.99','2005-08-02 13:24:01','2006-02-15 22:18:29'),(11525,426,2,11876,'0.99','2005-08-17 14:18:21','2006-02-15 22:18:29'),(11526,426,2,11938,'6.99','2005-08-17 16:54:54','2006-02-15 22:18:29'),(11527,426,2,12548,'5.99','2005-08-18 14:35:26','2006-02-15 22:18:29'),(11528,426,2,12707,'4.99','2005-08-18 20:52:02','2006-02-15 22:18:29'),(11529,426,1,12822,'4.99','2005-08-19 01:15:24','2006-02-15 22:18:29'),(11530,426,2,13834,'2.99','2005-08-20 14:03:08','2006-02-15 22:18:29'),(11531,426,2,14151,'6.99','2005-08-21 02:23:25','2006-02-15 22:18:29'),(11532,426,2,14826,'2.99','2005-08-22 01:32:14','2006-02-15 22:18:29'),(11533,427,2,82,'6.99','2005-05-25 12:17:46','2006-02-15 22:18:29'),(11534,427,1,1342,'5.99','2005-06-15 12:26:21','2006-02-15 22:18:29'),(11535,427,2,1628,'3.99','2005-06-16 07:52:55','2006-02-15 22:18:30'),(11536,427,1,1648,'5.99','2005-06-16 09:17:07','2006-02-15 22:18:30'),(11537,427,1,1857,'1.99','2005-06-17 01:12:58','2006-02-15 22:18:30'),(11538,427,2,2466,'0.99','2005-06-18 20:18:42','2006-02-15 22:18:30'),(11539,427,1,4793,'3.99','2005-07-08 16:30:01','2006-02-15 22:18:30'),(11540,427,2,5476,'2.99','2005-07-09 23:37:09','2006-02-15 22:18:30'),(11541,427,2,5586,'5.99','2005-07-10 04:17:06','2006-02-15 22:18:30'),(11542,427,1,6423,'6.99','2005-07-11 23:47:31','2006-02-15 22:18:30'),(11543,427,1,6509,'2.99','2005-07-12 03:35:01','2006-02-15 22:18:30'),(11544,427,2,6938,'7.99','2005-07-26 23:16:04','2006-02-15 22:18:30'),(11545,427,2,8182,'3.99','2005-07-28 22:19:12','2006-02-15 22:18:30'),(11546,427,1,8531,'5.99','2005-07-29 10:26:15','2006-02-15 22:18:30'),(11547,427,2,8658,'5.99','2005-07-29 15:16:37','2006-02-15 22:18:30'),(11548,427,2,9978,'2.99','2005-07-31 16:59:51','2006-02-15 22:18:30'),(11549,427,1,10417,'4.99','2005-08-01 08:10:36','2006-02-15 22:18:30'),(11550,427,1,10464,'5.99','2005-08-01 09:43:14','2006-02-15 22:18:30'),(11551,427,2,10560,'4.99','2005-08-01 13:04:57','2006-02-15 22:18:30'),(11552,427,1,11024,'5.99','2005-08-02 05:38:31','2006-02-15 22:18:30'),(11553,427,1,13720,'1.99','2005-08-20 10:01:39','2006-02-15 22:18:30'),(11554,427,2,14201,'6.99','2005-08-21 03:51:34','2006-02-15 22:18:31'),(11555,427,1,14287,'3.99','2005-08-21 06:53:59','2006-02-15 22:18:31'),(11556,427,1,15330,'3.99','2005-08-22 20:35:30','2006-02-15 22:18:31'),(11557,428,2,634,'4.99','2005-05-28 17:40:35','2006-02-15 22:18:31'),(11558,428,1,1227,'3.99','2005-06-15 03:50:03','2006-02-15 22:18:31'),(11559,428,2,1471,'2.99','2005-06-15 20:53:26','2006-02-15 22:18:31'),(11560,428,1,1601,'3.99','2005-06-16 06:11:13','2006-02-15 22:18:31'),(11561,428,1,2677,'2.99','2005-06-19 12:01:59','2006-02-15 22:18:31'),(11562,428,2,3377,'0.99','2005-06-21 13:51:12','2006-02-15 22:18:31'),(11563,428,1,3702,'2.99','2005-07-06 10:13:56','2006-02-15 22:18:31'),(11564,428,1,3925,'5.99','2005-07-06 20:41:44','2006-02-15 22:18:31'),(11565,428,1,4151,'0.99','2005-07-07 08:49:02','2006-02-15 22:18:31'),(11566,428,1,5373,'4.99','2005-07-09 18:48:57','2006-02-15 22:18:31'),(11567,428,1,6735,'5.99','2005-07-12 14:08:20','2006-02-15 22:18:31'),(11568,428,1,7823,'6.99','2005-07-28 08:32:53','2006-02-15 22:18:31'),(11569,428,1,8155,'2.99','2005-07-28 20:57:06','2006-02-15 22:18:31'),(11570,428,2,8387,'4.99','2005-07-29 05:47:27','2006-02-15 22:18:31'),(11571,428,2,8528,'4.99','2005-07-29 10:24:22','2006-02-15 22:18:31'),(11572,428,1,9904,'5.99','2005-07-31 14:34:17','2006-02-15 22:18:31'),(11573,428,2,9982,'2.99','2005-07-31 17:09:02','2006-02-15 22:18:32'),(11574,428,2,10577,'4.99','2005-08-01 13:46:38','2006-02-15 22:18:32'),(11575,428,2,10888,'2.99','2005-08-02 00:52:45','2006-02-15 22:18:32'),(11576,428,2,11536,'0.99','2005-08-17 00:40:03','2006-02-15 22:18:32'),(11577,429,2,150,'5.99','2005-05-26 00:28:39','2006-02-15 22:18:32'),(11578,429,2,290,'2.99','2005-05-26 20:08:33','2006-02-15 22:18:32'),(11579,429,2,601,'7.99','2005-05-28 14:08:22','2006-02-15 22:18:32'),(11580,429,2,799,'4.99','2005-05-29 17:24:48','2006-02-15 22:18:32'),(11581,429,2,844,'4.99','2005-05-30 00:58:20','2006-02-15 22:18:32'),(11582,429,2,1781,'5.99','2005-06-16 19:20:24','2006-02-15 22:18:32'),(11583,429,2,1798,'2.99','2005-06-16 20:16:15','2006-02-15 22:18:32'),(11584,429,2,1916,'7.99','2005-06-17 05:29:59','2006-02-15 22:18:32'),(11585,429,1,3409,'2.99','2005-06-21 16:17:38','2006-02-15 22:18:32'),(11586,429,2,5868,'4.99','2005-07-10 18:39:16','2006-02-15 22:18:32'),(11587,429,2,6196,'7.99','2005-07-11 12:05:46','2006-02-15 22:18:32'),(11588,429,2,6886,'6.99','2005-07-12 20:58:04','2006-02-15 22:18:32'),(11589,429,1,6977,'6.99','2005-07-27 00:40:50','2006-02-15 22:18:32'),(11590,429,2,7352,'4.99','2005-07-27 14:38:29','2006-02-15 22:18:32'),(11591,429,2,8136,'1.99','2005-07-28 20:05:48','2006-02-15 22:18:33'),(11592,429,2,8143,'2.99','2005-07-28 20:23:11','2006-02-15 22:18:33'),(11593,429,2,8175,'7.99','2005-07-28 21:38:16','2006-02-15 22:18:33'),(11594,429,1,9849,'0.99','2005-07-31 12:44:34','2006-02-15 22:18:33'),(11595,429,1,12259,'2.99','2005-08-18 04:14:35','2006-02-15 22:18:33'),(11596,429,1,12953,'4.99','2005-08-19 06:04:07','2006-02-15 22:18:33'),(11597,429,2,14495,'4.99','2005-08-21 14:04:39','2006-02-15 22:18:33'),(11598,430,2,30,'2.99','2005-05-25 04:01:32','2006-02-15 22:18:33'),(11599,430,1,364,'4.99','2005-05-27 07:20:12','2006-02-15 22:18:33'),(11600,430,2,1207,'0.99','2005-06-15 02:27:08','2006-02-15 22:18:33'),(11601,430,1,1274,'2.99','2005-06-15 07:52:52','2006-02-15 22:18:33'),(11602,430,1,1538,'2.99','2005-06-16 01:05:50','2006-02-15 22:18:33'),(11603,430,1,1759,'6.99','2005-06-16 17:46:37','2006-02-15 22:18:33'),(11604,430,2,2892,'0.99','2005-06-20 02:06:39','2006-02-15 22:18:33'),(11605,430,2,3153,'0.99','2005-06-20 20:44:15','2006-02-15 22:18:33'),(11606,430,1,5002,'4.99','2005-07-09 01:17:08','2006-02-15 22:18:33'),(11607,430,1,5217,'5.99','2005-07-09 11:56:50','2006-02-15 22:18:33'),(11608,430,2,5879,'6.99','2005-07-10 19:12:47','2006-02-15 22:18:33'),(11609,430,1,5958,'6.99','2005-07-10 23:31:51','2006-02-15 22:18:33'),(11610,430,2,6043,'0.99','2005-07-11 03:18:10','2006-02-15 22:18:34'),(11611,430,1,8560,'4.99','2005-07-29 11:27:27','2006-02-15 22:18:34'),(11612,430,2,9450,'2.99','2005-07-30 22:04:04','2006-02-15 22:18:34'),(11613,430,1,12723,'0.99','2005-08-18 21:34:16','2006-02-15 22:18:34'),(11614,430,1,12965,'4.99','2005-08-19 06:33:00','2006-02-15 22:18:34'),(11615,430,1,13007,'0.99','2005-08-19 07:47:43','2006-02-15 22:18:34'),(11616,430,2,13452,'0.99','2005-08-20 00:20:07','2006-02-15 22:18:34'),(11617,430,2,13454,'2.99','2005-08-20 00:30:52','2006-02-15 22:18:34'),(11618,430,1,14058,'5.99','2005-08-20 22:24:35','2006-02-15 22:18:34'),(11619,430,1,15031,'4.99','2005-08-22 09:11:48','2006-02-15 22:18:34'),(11620,431,2,1126,'2.99','2005-05-31 17:27:45','2006-02-15 22:18:34'),(11621,431,2,1561,'2.99','2005-06-16 02:41:30','2006-02-15 22:18:34'),(11622,431,1,2096,'4.99','2005-06-17 18:33:04','2006-02-15 22:18:34'),(11623,431,1,2269,'3.99','2005-06-18 06:20:54','2006-02-15 22:18:34'),(11624,431,2,2281,'4.99','2005-06-18 06:47:29','2006-02-15 22:18:34'),(11625,431,2,2761,'2.99','2005-06-19 17:22:17','2006-02-15 22:18:34'),(11626,431,2,3304,'6.99','2005-06-21 07:43:40','2006-02-15 22:18:34'),(11627,431,2,3369,'8.99','2005-06-21 13:20:31','2006-02-15 22:18:34'),(11628,431,1,4144,'3.99','2005-07-07 08:25:44','2006-02-15 22:18:35'),(11629,431,1,4801,'2.99','2005-07-08 16:51:36','2006-02-15 22:18:35'),(11630,431,1,4863,'0.99','2005-07-08 19:03:15','2006-02-15 22:18:35'),(11631,431,2,7978,'4.99','2005-07-28 14:16:14','2006-02-15 22:18:35'),(11632,431,2,8810,'4.99','2005-07-29 21:45:19','2006-02-15 22:18:35'),(11633,431,2,10508,'0.99','2005-08-01 11:23:27','2006-02-15 22:18:35'),(11634,431,1,10527,'4.99','2005-08-01 11:55:54','2006-02-15 22:18:35'),(11635,431,2,10959,'6.99','2005-08-02 03:39:39','2006-02-15 22:18:35'),(11636,431,2,11538,'2.99','2005-08-17 00:44:04','2006-02-15 22:18:35'),(11637,431,1,12273,'6.99','2005-08-18 04:40:50','2006-02-15 22:18:35'),(11638,431,2,13153,'1.99','2005-08-19 13:09:47','2006-02-15 22:18:35'),(11639,431,1,13784,'4.99','2005-08-20 12:11:28','2006-02-15 22:18:35'),(11640,431,1,15809,'2.99','2005-08-23 14:42:07','2006-02-15 22:18:35'),(11641,431,1,15960,'2.99','2005-08-23 19:35:42','2006-02-15 22:18:35'),(11642,431,2,13587,'2.99','2006-02-14 15:16:03','2006-02-15 22:18:35'),(11643,432,2,326,'7.99','2005-05-27 01:10:11','2006-02-15 22:18:35'),(11644,432,1,550,'5.99','2005-05-28 07:39:16','2006-02-15 22:18:35'),(11645,432,1,897,'8.99','2005-05-30 09:10:01','2006-02-15 22:18:35'),(11646,432,2,1180,'5.99','2005-06-15 00:39:01','2006-02-15 22:18:35'),(11647,432,2,1597,'2.99','2005-06-16 05:47:03','2006-02-15 22:18:36'),(11648,432,2,3194,'4.99','2005-06-20 23:59:57','2006-02-15 22:18:36'),(11649,432,1,4965,'5.99','2005-07-08 23:46:57','2006-02-15 22:18:36'),(11650,432,1,4973,'4.99','2005-07-08 23:58:18','2006-02-15 22:18:36'),(11651,432,1,5204,'2.99','2005-07-09 10:54:14','2006-02-15 22:18:36'),(11652,432,1,5322,'6.99','2005-07-09 16:28:13','2006-02-15 22:18:36'),(11653,432,1,5944,'4.99','2005-07-10 22:51:44','2006-02-15 22:18:36'),(11654,432,1,5990,'4.99','2005-07-11 01:03:14','2006-02-15 22:18:36'),(11655,432,2,7326,'4.99','2005-07-27 13:50:40','2006-02-15 22:18:36'),(11656,432,2,7681,'0.99','2005-07-28 03:07:09','2006-02-15 22:18:36'),(11657,432,2,8079,'4.99','2005-07-28 17:58:36','2006-02-15 22:18:36'),(11658,432,2,8094,'6.99','2005-07-28 18:30:28','2006-02-15 22:18:36'),(11659,432,2,9916,'4.99','2005-07-31 14:54:52','2006-02-15 22:18:36'),(11660,432,2,9984,'2.99','2005-07-31 17:12:23','2006-02-15 22:18:36'),(11661,432,2,11870,'0.99','2005-08-17 14:11:28','2006-02-15 22:18:36'),(11662,432,1,12767,'6.99','2005-08-18 23:25:49','2006-02-15 22:18:36'),(11663,432,1,14027,'2.99','2005-08-20 21:21:34','2006-02-15 22:18:36'),(11664,432,1,15523,'4.99','2005-08-23 03:32:36','2006-02-15 22:18:36'),(11665,432,1,15713,'6.99','2005-08-23 10:56:15','2006-02-15 22:18:36'),(11666,433,2,146,'8.99','2005-05-26 00:07:11','2006-02-15 22:18:37'),(11667,433,1,691,'10.99','2005-05-29 01:01:26','2006-02-15 22:18:37'),(11668,433,2,4087,'6.99','2005-07-07 05:30:56','2006-02-15 22:18:37'),(11669,433,2,4158,'0.99','2005-07-07 09:05:42','2006-02-15 22:18:37'),(11670,433,2,4988,'7.99','2005-07-09 00:46:14','2006-02-15 22:18:37'),(11671,433,2,5457,'0.99','2005-07-09 22:33:14','2006-02-15 22:18:37'),(11672,433,1,5969,'8.99','2005-07-11 00:03:22','2006-02-15 22:18:37'),(11673,433,1,6765,'5.99','2005-07-12 15:30:47','2006-02-15 22:18:37'),(11674,433,1,6848,'0.99','2005-07-12 19:24:07','2006-02-15 22:18:37'),(11675,433,1,6850,'4.99','2005-07-12 19:30:42','2006-02-15 22:18:37'),(11676,433,1,7821,'4.99','2005-07-28 08:31:23','2006-02-15 22:18:37'),(11677,433,2,7907,'4.99','2005-07-28 11:32:00','2006-02-15 22:18:37'),(11678,433,1,8414,'5.99','2005-07-29 06:48:35','2006-02-15 22:18:37'),(11679,433,1,8713,'2.99','2005-07-29 17:31:19','2006-02-15 22:18:37'),(11680,433,2,9161,'4.99','2005-07-30 11:19:18','2006-02-15 22:18:37'),(11681,433,1,9294,'3.99','2005-07-30 16:14:37','2006-02-15 22:18:37'),(11682,433,1,10663,'4.99','2005-08-01 16:51:08','2006-02-15 22:18:37'),(11683,433,1,11664,'2.99','2005-08-17 05:35:52','2006-02-15 22:18:37'),(11684,433,2,12669,'6.99','2005-08-18 19:17:47','2006-02-15 22:18:38'),(11685,433,2,13273,'4.99','2005-08-19 17:49:13','2006-02-15 22:18:38'),(11686,433,1,13801,'4.99','2005-08-20 12:40:53','2006-02-15 22:18:38'),(11687,433,2,14523,'4.99','2005-08-21 15:03:45','2006-02-15 22:18:38'),(11688,433,1,14559,'6.99','2005-08-21 16:11:35','2006-02-15 22:18:38'),(11689,433,2,15476,'4.99','2005-08-23 01:45:07','2006-02-15 22:18:38'),(11690,433,1,15502,'5.99','2005-08-23 02:40:04','2006-02-15 22:18:38'),(11691,434,2,508,'5.99','2005-05-28 02:40:50','2006-02-15 22:18:38'),(11692,434,1,1225,'0.99','2005-06-15 03:45:35','2006-02-15 22:18:38'),(11693,434,2,1584,'5.99','2005-06-16 04:50:50','2006-02-15 22:18:38'),(11694,434,2,2415,'7.99','2005-06-18 17:02:42','2006-02-15 22:18:38'),(11695,434,1,2430,'3.99','2005-06-18 17:51:46','2006-02-15 22:18:38'),(11696,434,1,2494,'3.99','2005-06-18 22:15:09','2006-02-15 22:18:38'),(11697,434,1,3014,'2.99','2005-06-20 10:45:20','2006-02-15 22:18:38'),(11698,434,2,3037,'2.99','2005-06-20 12:28:03','2006-02-15 22:18:38'),(11699,434,1,4414,'2.99','2005-07-07 22:00:21','2006-02-15 22:18:38'),(11700,434,2,4654,'6.99','2005-07-08 09:48:03','2006-02-15 22:18:38'),(11701,434,2,4960,'10.99','2005-07-08 23:27:16','2006-02-15 22:18:38'),(11702,434,2,5464,'2.99','2005-07-09 22:58:14','2006-02-15 22:18:39'),(11703,434,2,6972,'0.99','2005-07-27 00:31:25','2006-02-15 22:18:39'),(11704,434,1,7260,'6.99','2005-07-27 11:09:28','2006-02-15 22:18:39'),(11705,434,2,7479,'2.99','2005-07-27 19:18:17','2006-02-15 22:18:39'),(11706,434,1,8205,'0.99','2005-07-28 23:18:48','2006-02-15 22:18:39'),(11707,434,1,9350,'4.99','2005-07-30 18:24:30','2006-02-15 22:18:39'),(11708,434,1,11242,'3.99','2005-08-02 13:32:00','2006-02-15 22:18:39'),(11709,434,1,11867,'2.99','2005-08-17 14:04:28','2006-02-15 22:18:39'),(11710,434,2,12030,'2.99','2005-08-17 20:10:48','2006-02-15 22:18:39'),(11711,434,2,12146,'2.99','2005-08-18 00:10:04','2006-02-15 22:18:39'),(11712,434,2,12624,'7.99','2005-08-18 17:35:00','2006-02-15 22:18:39'),(11713,434,2,13359,'9.99','2005-08-19 21:04:49','2006-02-15 22:18:39'),(11714,434,1,13383,'7.99','2005-08-19 21:38:44','2006-02-15 22:18:39'),(11715,434,2,14553,'4.99','2005-08-21 15:59:40','2006-02-15 22:18:39'),(11716,434,2,15016,'3.99','2005-08-22 08:47:35','2006-02-15 22:18:39'),(11717,434,2,15385,'4.99','2005-08-22 22:37:34','2006-02-15 22:18:39'),(11718,435,1,757,'7.99','2005-05-29 10:29:47','2006-02-15 22:18:39'),(11719,435,1,806,'4.99','2005-05-29 18:31:30','2006-02-15 22:18:39'),(11720,435,2,1443,'0.99','2005-06-15 18:57:51','2006-02-15 22:18:39'),(11721,435,1,2984,'0.99','2005-06-20 08:43:44','2006-02-15 22:18:40'),(11722,435,1,3690,'0.99','2005-07-06 09:46:03','2006-02-15 22:18:40'),(11723,435,1,3918,'8.99','2005-07-06 20:26:15','2006-02-15 22:18:40'),(11724,435,2,5220,'4.99','2005-07-09 11:59:04','2006-02-15 22:18:40'),(11725,435,2,6051,'4.99','2005-07-11 03:46:41','2006-02-15 22:18:40'),(11726,435,1,6935,'2.99','2005-07-26 23:13:10','2006-02-15 22:18:40'),(11727,435,1,8386,'5.99','2005-07-29 05:45:30','2006-02-15 22:18:40'),(11728,435,2,8891,'4.99','2005-07-30 00:46:55','2006-02-15 22:18:40'),(11729,435,2,9269,'0.99','2005-07-30 15:02:33','2006-02-15 22:18:40'),(11730,435,1,9655,'3.99','2005-07-31 05:57:54','2006-02-15 22:18:40'),(11731,435,2,9829,'4.99','2005-07-31 11:58:38','2006-02-15 22:18:40'),(11732,435,1,10998,'6.99','2005-08-02 04:50:55','2006-02-15 22:18:40'),(11733,435,1,11041,'2.99','2005-08-02 06:03:53','2006-02-15 22:18:40'),(11734,435,1,11786,'3.99','2005-08-17 10:57:40','2006-02-15 22:18:40'),(11735,435,1,11796,'0.99','2005-08-17 11:16:47','2006-02-15 22:18:40'),(11736,435,2,12046,'0.99','2005-08-17 20:47:46','2006-02-15 22:18:40'),(11737,435,1,12741,'4.99','2005-08-18 22:17:05','2006-02-15 22:18:40'),(11738,435,2,13208,'0.99','2005-08-19 15:18:55','2006-02-15 22:18:40'),(11739,435,1,14696,'4.99','2005-08-21 20:48:05','2006-02-15 22:18:41'),(11740,435,1,14765,'1.99','2005-08-21 23:40:28','2006-02-15 22:18:41'),(11741,435,1,14850,'0.99','2005-08-22 02:16:55','2006-02-15 22:18:41'),(11742,435,1,15136,'2.99','2005-08-22 13:19:25','2006-02-15 22:18:41'),(11743,436,1,45,'7.99','2005-05-25 05:59:39','2006-02-15 22:18:41'),(11744,436,1,256,'3.99','2005-05-26 15:20:58','2006-02-15 22:18:41'),(11745,436,1,848,'5.99','2005-05-30 01:19:53','2006-02-15 22:18:41'),(11746,436,1,2291,'9.99','2005-06-18 07:36:46','2006-02-15 22:18:41'),(11747,436,2,3851,'1.99','2005-07-06 16:54:12','2006-02-15 22:18:41'),(11748,436,2,3944,'2.99','2005-07-06 21:34:11','2006-02-15 22:18:41'),(11749,436,2,4643,'0.99','2005-07-08 09:13:56','2006-02-15 22:18:41'),(11750,436,2,4751,'2.99','2005-07-08 14:07:52','2006-02-15 22:18:41'),(11751,436,1,4782,'4.99','2005-07-08 16:08:51','2006-02-15 22:18:41'),(11752,436,1,5959,'0.99','2005-07-10 23:35:36','2006-02-15 22:18:41'),(11753,436,1,7593,'4.99','2005-07-27 23:28:47','2006-02-15 22:18:41'),(11754,436,2,8027,'5.99','2005-07-28 16:09:57','2006-02-15 22:18:41'),(11755,436,2,8097,'9.99','2005-07-28 18:32:49','2006-02-15 22:18:41'),(11756,436,1,9345,'9.99','2005-07-30 18:13:51','2006-02-15 22:18:41'),(11757,436,1,9539,'0.99','2005-07-31 01:36:19','2006-02-15 22:18:42'),(11758,436,1,9638,'5.99','2005-07-31 05:30:27','2006-02-15 22:18:42'),(11759,436,2,10216,'3.99','2005-08-01 01:06:27','2006-02-15 22:18:42'),(11760,436,2,11160,'0.99','2005-08-02 10:05:30','2006-02-15 22:18:42'),(11761,436,1,11580,'2.99','2005-08-17 01:59:07','2006-02-15 22:18:42'),(11762,436,2,11615,'4.99','2005-08-17 03:54:35','2006-02-15 22:18:42'),(11763,436,2,11896,'5.99','2005-08-17 15:19:54','2006-02-15 22:18:42'),(11764,436,2,12297,'0.99','2005-08-18 05:19:57','2006-02-15 22:18:42'),(11765,436,2,12429,'6.99','2005-08-18 10:26:46','2006-02-15 22:18:42'),(11766,436,2,13099,'9.99','2005-08-19 10:55:19','2006-02-15 22:18:42'),(11767,436,2,13382,'7.99','2005-08-19 21:38:41','2006-02-15 22:18:42'),(11768,436,1,13533,'3.99','2005-08-20 03:30:00','2006-02-15 22:18:42'),(11769,436,1,13760,'5.99','2005-08-20 11:26:33','2006-02-15 22:18:42'),(11770,436,1,13814,'0.99','2005-08-20 13:07:23','2006-02-15 22:18:42'),(11771,436,2,13826,'2.99','2005-08-20 13:46:38','2006-02-15 22:18:42'),(11772,436,2,15766,'4.99','2005-08-23 13:10:16','2006-02-15 22:18:42'),(11773,437,1,192,'2.99','2005-05-26 06:20:37','2006-02-15 22:18:42'),(11774,437,2,656,'4.99','2005-05-28 20:18:24','2006-02-15 22:18:42'),(11775,437,1,666,'5.99','2005-05-28 21:48:51','2006-02-15 22:18:42'),(11776,437,2,2239,'5.99','2005-06-18 04:23:54','2006-02-15 22:18:43'),(11777,437,1,2792,'2.99','2005-06-19 18:52:25','2006-02-15 22:18:43'),(11778,437,2,3265,'2.99','2005-06-21 04:23:13','2006-02-15 22:18:43'),(11779,437,1,3747,'4.99','2005-07-06 12:11:14','2006-02-15 22:18:43'),(11780,437,2,4765,'4.99','2005-07-08 15:08:45','2006-02-15 22:18:43'),(11781,437,2,5085,'4.99','2005-07-09 05:36:49','2006-02-15 22:18:43'),(11782,437,1,5167,'1.99','2005-07-09 09:18:43','2006-02-15 22:18:43'),(11783,437,2,5744,'2.99','2005-07-10 12:08:33','2006-02-15 22:18:43'),(11784,437,2,5864,'6.99','2005-07-10 18:29:57','2006-02-15 22:18:43'),(11785,437,2,8215,'2.99','2005-07-28 23:43:56','2006-02-15 22:18:43'),(11786,437,2,9172,'2.99','2005-07-30 11:36:38','2006-02-15 22:18:43'),(11787,437,2,9333,'2.99','2005-07-30 17:53:45','2006-02-15 22:18:43'),(11788,437,2,10009,'8.99','2005-07-31 18:00:28','2006-02-15 22:18:43'),(11789,437,2,10249,'0.99','2005-08-01 02:35:39','2006-02-15 22:18:43'),(11790,437,2,11417,'3.99','2005-08-02 19:44:46','2006-02-15 22:18:43'),(11791,437,1,12205,'8.99','2005-08-18 02:21:08','2006-02-15 22:18:43'),(11792,437,2,13838,'7.99','2005-08-20 14:22:46','2006-02-15 22:18:43'),(11793,437,1,13839,'2.99','2005-08-20 14:23:16','2006-02-15 22:18:43'),(11794,437,1,13905,'1.99','2005-08-20 16:12:48','2006-02-15 22:18:44'),(11795,437,1,14993,'1.99','2005-08-22 07:52:18','2006-02-15 22:18:44'),(11796,438,2,23,'4.99','2005-05-25 02:40:21','2006-02-15 22:18:44'),(11797,438,2,1036,'0.99','2005-05-31 05:21:10','2006-02-15 22:18:44'),(11798,438,1,1138,'6.99','2005-05-31 19:30:27','2006-02-15 22:18:44'),(11799,438,1,1431,'4.99','2005-06-15 18:26:29','2006-02-15 22:18:44'),(11800,438,2,1779,'0.99','2005-06-16 18:55:11','2006-02-15 22:18:44'),(11801,438,2,2206,'0.99','2005-06-18 02:14:45','2006-02-15 22:18:44'),(11802,438,1,2591,'4.99','2005-06-19 05:32:22','2006-02-15 22:18:44'),(11803,438,1,3315,'4.99','2005-06-21 08:17:04','2006-02-15 22:18:44'),(11804,438,2,3368,'0.99','2005-06-21 13:18:38','2006-02-15 22:18:44'),(11805,438,1,4355,'4.99','2005-07-07 19:21:19','2006-02-15 22:18:44'),(11806,438,2,4446,'2.99','2005-07-07 23:12:16','2006-02-15 22:18:44'),(11807,438,2,5316,'4.99','2005-07-09 16:09:42','2006-02-15 22:18:44'),(11808,438,2,5426,'4.99','2005-07-09 21:04:47','2006-02-15 22:18:44'),(11809,438,1,5870,'2.99','2005-07-10 18:40:25','2006-02-15 22:18:44'),(11810,438,2,6138,'4.99','2005-07-11 08:36:04','2006-02-15 22:18:44'),(11811,438,1,6563,'3.99','2005-07-12 05:34:09','2006-02-15 22:18:44'),(11812,438,2,6615,'4.99','2005-07-12 08:36:22','2006-02-15 22:18:45'),(11813,438,2,7357,'1.99','2005-07-27 14:48:31','2006-02-15 22:18:45'),(11814,438,2,7374,'8.99','2005-07-27 15:20:57','2006-02-15 22:18:45'),(11815,438,1,7598,'0.99','2005-07-27 23:36:01','2006-02-15 22:18:45'),(11816,438,2,8547,'2.99','2005-07-29 11:10:15','2006-02-15 22:18:45'),(11817,438,1,9082,'3.99','2005-07-30 08:11:22','2006-02-15 22:18:45'),(11818,438,2,9782,'0.99','2005-07-31 10:14:26','2006-02-15 22:18:45'),(11819,438,1,10512,'6.99','2005-08-01 11:36:19','2006-02-15 22:18:45'),(11820,438,1,10607,'4.99','2005-08-01 14:44:43','2006-02-15 22:18:45'),(11821,438,2,11644,'4.99','2005-08-17 04:49:46','2006-02-15 22:18:45'),(11822,438,2,11933,'4.99','2005-08-17 16:38:20','2006-02-15 22:18:45'),(11823,438,2,12654,'0.99','2005-08-18 18:56:40','2006-02-15 22:18:45'),(11824,438,2,13319,'7.99','2005-08-19 19:35:13','2006-02-15 22:18:45'),(11825,438,1,13414,'4.99','2005-08-19 22:47:34','2006-02-15 22:18:45'),(11826,438,2,14582,'5.99','2005-08-21 17:08:33','2006-02-15 22:18:45'),(11827,438,2,15893,'5.99','2005-08-23 17:02:00','2006-02-15 22:18:45'),(11828,438,2,12524,'0.99','2006-02-14 15:16:03','2006-02-15 22:18:45'),(11829,439,1,126,'2.99','2005-05-25 21:07:59','2006-02-15 22:18:45'),(11830,439,2,367,'0.99','2005-05-27 07:37:02','2006-02-15 22:18:46'),(11831,439,1,786,'9.99','2005-05-29 15:17:28','2006-02-15 22:18:46'),(11832,439,1,1264,'4.99','2005-06-15 06:59:39','2006-02-15 22:18:46'),(11833,439,2,1557,'0.99','2005-06-16 02:28:35','2006-02-15 22:18:46'),(11834,439,2,2097,'4.99','2005-06-17 18:40:04','2006-02-15 22:18:46'),(11835,439,1,2621,'2.99','2005-06-19 08:07:31','2006-02-15 22:18:46'),(11836,439,1,2992,'2.99','2005-06-20 09:11:51','2006-02-15 22:18:46'),(11837,439,1,3294,'6.99','2005-06-21 07:03:23','2006-02-15 22:18:46'),(11838,439,2,3774,'5.99','2005-07-06 13:25:07','2006-02-15 22:18:46'),(11839,439,1,4528,'2.99','2005-07-08 03:24:54','2006-02-15 22:18:46'),(11840,439,1,4813,'4.99','2005-07-08 17:09:56','2006-02-15 22:18:46'),(11841,439,2,5801,'5.99','2005-07-10 14:59:05','2006-02-15 22:18:46'),(11842,439,1,5893,'2.99','2005-07-10 20:05:30','2006-02-15 22:18:46'),(11843,439,1,6577,'2.99','2005-07-12 06:15:05','2006-02-15 22:18:46'),(11844,439,2,6672,'2.99','2005-07-12 11:49:16','2006-02-15 22:18:46'),(11845,439,1,8343,'2.99','2005-07-29 04:45:16','2006-02-15 22:18:46'),(11846,439,1,8624,'2.99','2005-07-29 13:55:36','2006-02-15 22:18:46'),(11847,439,2,8703,'2.99','2005-07-29 17:12:44','2006-02-15 22:18:46'),(11848,439,1,9275,'0.99','2005-07-30 15:09:15','2006-02-15 22:18:46'),(11849,439,1,9322,'6.99','2005-07-30 17:21:39','2006-02-15 22:18:47'),(11850,439,2,10744,'1.99','2005-08-01 19:56:49','2006-02-15 22:18:47'),(11851,439,1,10905,'2.99','2005-08-02 01:45:59','2006-02-15 22:18:47'),(11852,439,2,11042,'6.99','2005-08-02 06:04:33','2006-02-15 22:18:47'),(11853,439,2,11544,'5.99','2005-08-17 00:55:07','2006-02-15 22:18:47'),(11854,439,1,11989,'2.99','2005-08-17 18:23:58','2006-02-15 22:18:47'),(11855,439,1,12621,'2.99','2005-08-18 17:31:36','2006-02-15 22:18:47'),(11856,439,2,12755,'5.99','2005-08-18 22:38:47','2006-02-15 22:18:47'),(11857,439,2,12826,'3.99','2005-08-19 01:25:11','2006-02-15 22:18:47'),(11858,439,2,13358,'4.99','2005-08-19 21:04:20','2006-02-15 22:18:47'),(11859,439,2,14730,'5.99','2005-08-21 22:21:11','2006-02-15 22:18:47'),(11860,439,2,15044,'9.99','2005-08-22 09:51:54','2006-02-15 22:18:47'),(11861,439,2,15162,'4.99','2005-08-22 14:41:05','2006-02-15 22:18:47'),(11862,439,2,15653,'4.99','2005-08-23 08:34:42','2006-02-15 22:18:47'),(11863,439,1,15818,'1.99','2005-08-23 14:59:58','2006-02-15 22:18:47'),(11864,439,1,16018,'0.99','2005-08-23 21:27:35','2006-02-15 22:18:47'),(11865,440,2,957,'4.99','2005-05-30 17:53:29','2006-02-15 22:18:47'),(11866,440,1,4301,'2.99','2005-07-07 16:37:23','2006-02-15 22:18:47'),(11867,440,1,4946,'7.99','2005-07-08 22:46:23','2006-02-15 22:18:48'),(11868,440,2,5423,'2.99','2005-07-09 20:56:48','2006-02-15 22:18:48'),(11869,440,2,5594,'0.99','2005-07-10 04:33:36','2006-02-15 22:18:48'),(11870,440,2,5731,'2.99','2005-07-10 11:31:52','2006-02-15 22:18:48'),(11871,440,2,5782,'0.99','2005-07-10 13:52:56','2006-02-15 22:18:48'),(11872,440,2,7585,'4.99','2005-07-27 23:18:22','2006-02-15 22:18:48'),(11873,440,1,7614,'0.99','2005-07-28 00:14:38','2006-02-15 22:18:48'),(11874,440,1,7806,'9.99','2005-07-28 07:58:17','2006-02-15 22:18:48'),(11875,440,1,9001,'4.99','2005-07-30 04:59:41','2006-02-15 22:18:48'),(11876,440,1,9195,'2.99','2005-07-30 12:29:43','2006-02-15 22:18:48'),(11877,440,1,9547,'4.99','2005-07-31 01:52:34','2006-02-15 22:18:48'),(11878,440,2,12403,'6.99','2005-08-18 09:31:05','2006-02-15 22:18:48'),(11879,440,1,12850,'0.99','2005-08-19 02:08:06','2006-02-15 22:18:48'),(11880,440,2,13384,'4.99','2005-08-19 21:38:51','2006-02-15 22:18:48'),(11881,440,2,13779,'2.99','2005-08-20 12:03:54','2006-02-15 22:18:48'),(11882,440,1,14555,'0.99','2005-08-21 16:03:02','2006-02-15 22:18:48'),(11883,440,2,14863,'7.99','2005-08-22 02:57:04','2006-02-15 22:18:48'),(11884,440,2,15264,'0.99','2005-08-22 18:27:38','2006-02-15 22:18:48'),(11885,440,1,15925,'4.99','2005-08-23 18:15:06','2006-02-15 22:18:49'),(11886,440,1,13106,'4.99','2006-02-14 15:16:03','2006-02-15 22:18:49'),(11887,441,1,823,'4.99','2005-05-29 21:39:37','2006-02-15 22:18:49'),(11888,441,1,1602,'4.99','2005-06-16 06:12:40','2006-02-15 22:18:49'),(11889,441,2,2328,'4.99','2005-06-18 10:17:21','2006-02-15 22:18:49'),(11890,441,2,3629,'0.99','2005-07-06 06:23:22','2006-02-15 22:18:49'),(11891,441,2,3695,'2.99','2005-07-06 10:02:08','2006-02-15 22:18:49'),(11892,441,1,4084,'8.99','2005-07-07 05:16:00','2006-02-15 22:18:49'),(11893,441,2,4208,'0.99','2005-07-07 11:34:22','2006-02-15 22:18:49'),(11894,441,2,5129,'2.99','2005-07-09 07:28:33','2006-02-15 22:18:49'),(11895,441,1,5811,'0.99','2005-07-10 15:27:04','2006-02-15 22:18:49'),(11896,441,2,6636,'2.99','2005-07-12 09:49:46','2006-02-15 22:18:49'),(11897,441,1,6642,'4.99','2005-07-12 10:37:52','2006-02-15 22:18:49'),(11898,441,1,6941,'5.99','2005-07-26 23:18:49','2006-02-15 22:18:49'),(11899,441,2,8237,'2.99','2005-07-29 00:29:56','2006-02-15 22:18:49'),(11900,441,1,8281,'0.99','2005-07-29 01:46:00','2006-02-15 22:18:49'),(11901,441,1,8427,'4.99','2005-07-29 07:08:36','2006-02-15 22:18:49'),(11902,441,1,8575,'4.99','2005-07-29 11:52:47','2006-02-15 22:18:49'),(11903,441,2,8617,'4.99','2005-07-29 13:46:14','2006-02-15 22:18:49'),(11904,441,2,9644,'10.99','2005-07-31 05:40:35','2006-02-15 22:18:50'),(11905,441,2,9854,'2.99','2005-07-31 12:59:34','2006-02-15 22:18:50'),(11906,441,2,10139,'1.99','2005-07-31 22:02:20','2006-02-15 22:18:50'),(11907,441,1,10846,'1.99','2005-08-01 23:47:54','2006-02-15 22:18:50'),(11908,441,2,11247,'1.99','2005-08-02 13:34:08','2006-02-15 22:18:50'),(11909,441,2,13483,'2.99','2005-08-20 01:16:38','2006-02-15 22:18:50'),(11910,441,2,13739,'4.99','2005-08-20 10:45:10','2006-02-15 22:18:50'),(11911,441,1,13932,'4.99','2005-08-20 17:17:00','2006-02-15 22:18:50'),(11912,441,2,14796,'4.99','2005-08-22 00:40:49','2006-02-15 22:18:50'),(11913,441,2,15070,'3.99','2005-08-22 10:55:45','2006-02-15 22:18:50'),(11914,441,1,14878,'4.99','2006-02-14 15:16:03','2006-02-15 22:18:50'),(11915,442,2,466,'0.99','2005-05-27 20:57:07','2006-02-15 22:18:50'),(11916,442,2,558,'6.99','2005-05-28 08:38:43','2006-02-15 22:18:50'),(11917,442,1,632,'5.99','2005-05-28 17:37:50','2006-02-15 22:18:50'),(11918,442,1,1251,'5.99','2005-06-15 05:58:55','2006-02-15 22:18:50'),(11919,442,2,1358,'0.99','2005-06-15 13:28:48','2006-02-15 22:18:50'),(11920,442,2,1576,'8.99','2005-06-16 03:54:39','2006-02-15 22:18:50'),(11921,442,1,1774,'2.99','2005-06-16 18:27:52','2006-02-15 22:18:51'),(11922,442,2,3545,'4.99','2005-07-06 02:16:17','2006-02-15 22:18:51'),(11923,442,1,3661,'2.99','2005-07-06 08:10:02','2006-02-15 22:18:51'),(11924,442,1,4052,'5.99','2005-07-07 03:38:22','2006-02-15 22:18:51'),(11925,442,1,4058,'2.99','2005-07-07 04:02:50','2006-02-15 22:18:51'),(11926,442,2,4365,'2.99','2005-07-07 19:47:46','2006-02-15 22:18:51'),(11927,442,2,4577,'3.99','2005-07-08 05:59:00','2006-02-15 22:18:51'),(11928,442,2,6590,'4.99','2005-07-12 07:08:21','2006-02-15 22:18:51'),(11929,442,2,6632,'2.99','2005-07-12 09:33:10','2006-02-15 22:18:51'),(11930,442,2,7427,'2.99','2005-07-27 17:20:16','2006-02-15 22:18:51'),(11931,442,1,7460,'0.99','2005-07-27 18:41:35','2006-02-15 22:18:51'),(11932,442,1,7671,'2.99','2005-07-28 02:48:31','2006-02-15 22:18:51'),(11933,442,1,8044,'2.99','2005-07-28 16:49:12','2006-02-15 22:18:51'),(11934,442,1,8758,'4.99','2005-07-29 19:20:49','2006-02-15 22:18:51'),(11935,442,1,9180,'4.99','2005-07-30 12:03:15','2006-02-15 22:18:51'),(11936,442,2,9873,'5.99','2005-07-31 13:32:18','2006-02-15 22:18:51'),(11937,442,1,10034,'2.99','2005-07-31 18:45:30','2006-02-15 22:18:51'),(11938,442,2,10365,'6.99','2005-08-01 06:08:44','2006-02-15 22:18:51'),(11939,442,2,10452,'0.99','2005-08-01 09:11:36','2006-02-15 22:18:51'),(11940,442,1,12948,'0.99','2005-08-19 05:55:14','2006-02-15 22:18:52'),(11941,442,2,13004,'0.99','2005-08-19 07:40:08','2006-02-15 22:18:52'),(11942,442,1,13155,'7.99','2005-08-19 13:10:23','2006-02-15 22:18:52'),(11943,442,2,14199,'0.99','2005-08-21 03:48:43','2006-02-15 22:18:52'),(11944,442,1,14418,'1.99','2005-08-21 11:14:26','2006-02-15 22:18:52'),(11945,442,1,14466,'0.99','2005-08-21 13:03:13','2006-02-15 22:18:52'),(11946,442,2,15207,'2.99','2005-08-22 16:35:25','2006-02-15 22:18:52'),(11947,443,2,1068,'4.99','2005-05-31 09:32:15','2006-02-15 22:18:52'),(11948,443,1,2871,'2.99','2005-06-20 00:27:49','2006-02-15 22:18:52'),(11949,443,2,3510,'5.99','2005-07-06 00:27:41','2006-02-15 22:18:52'),(11950,443,2,6625,'5.99','2005-07-12 09:06:40','2006-02-15 22:18:52'),(11951,443,1,6913,'4.99','2005-07-12 22:18:12','2006-02-15 22:18:52'),(11952,443,2,6983,'2.99','2005-07-27 00:55:03','2006-02-15 22:18:52'),(11953,443,1,7317,'2.99','2005-07-27 13:19:41','2006-02-15 22:18:52'),(11954,443,1,7667,'8.99','2005-07-28 02:37:22','2006-02-15 22:18:52'),(11955,443,1,7987,'9.99','2005-07-28 14:36:52','2006-02-15 22:18:52'),(11956,443,2,9740,'1.99','2005-07-31 09:08:03','2006-02-15 22:18:52'),(11957,443,1,10014,'4.99','2005-07-31 18:10:56','2006-02-15 22:18:52'),(11958,443,2,10081,'5.99','2005-07-31 20:07:44','2006-02-15 22:18:53'),(11959,443,2,10360,'0.99','2005-08-01 05:52:53','2006-02-15 22:18:53'),(11960,443,1,11449,'4.99','2005-08-02 20:44:43','2006-02-15 22:18:53'),(11961,443,1,12415,'4.99','2005-08-18 09:54:01','2006-02-15 22:18:53'),(11962,443,2,12857,'4.99','2005-08-19 02:20:13','2006-02-15 22:18:53'),(11963,443,1,13489,'2.99','2005-08-20 01:29:06','2006-02-15 22:18:53'),(11964,443,1,14561,'2.99','2005-08-21 16:20:43','2006-02-15 22:18:53'),(11965,443,2,14611,'6.99','2005-08-21 18:01:41','2006-02-15 22:18:53'),(11966,443,1,15182,'0.99','2005-08-22 15:47:05','2006-02-15 22:18:53'),(11967,443,2,15393,'4.99','2005-08-22 23:04:09','2006-02-15 22:18:53'),(11968,443,1,15519,'0.99','2005-08-23 03:23:32','2006-02-15 22:18:53'),(11969,444,1,201,'8.99','2005-05-26 07:13:45','2006-02-15 22:18:53'),(11970,444,1,557,'0.99','2005-05-28 08:36:22','2006-02-15 22:18:53'),(11971,444,1,1239,'0.99','2005-06-15 04:53:01','2006-02-15 22:18:53'),(11972,444,2,1397,'3.99','2005-06-15 16:25:26','2006-02-15 22:18:53'),(11973,444,2,1441,'1.99','2005-06-15 18:54:21','2006-02-15 22:18:53'),(11974,444,1,2551,'4.99','2005-06-19 02:51:04','2006-02-15 22:18:53'),(11975,444,2,3301,'7.99','2005-06-21 07:32:25','2006-02-15 22:18:53'),(11976,444,2,3415,'5.99','2005-06-21 16:59:49','2006-02-15 22:18:54'),(11977,444,2,3498,'4.99','2005-07-06 00:02:08','2006-02-15 22:18:54'),(11978,444,1,3539,'0.99','2005-07-06 01:39:08','2006-02-15 22:18:54'),(11979,444,2,4648,'6.99','2005-07-08 09:31:27','2006-02-15 22:18:54'),(11980,444,1,5753,'2.99','2005-07-10 12:29:43','2006-02-15 22:18:54'),(11981,444,2,5825,'2.99','2005-07-10 16:20:30','2006-02-15 22:18:54'),(11982,444,2,6285,'2.99','2005-07-11 16:52:07','2006-02-15 22:18:54'),(11983,444,2,7679,'3.99','2005-07-28 02:58:39','2006-02-15 22:18:54'),(11984,444,2,9634,'1.99','2005-07-31 05:06:02','2006-02-15 22:18:54'),(11985,444,1,10529,'4.99','2005-08-01 12:00:02','2006-02-15 22:18:54'),(11986,444,1,10693,'4.99','2005-08-01 18:14:14','2006-02-15 22:18:54'),(11987,444,2,11353,'0.99','2005-08-02 17:34:45','2006-02-15 22:18:54'),(11988,444,2,11419,'6.99','2005-08-02 19:46:38','2006-02-15 22:18:54'),(11989,444,1,11728,'4.99','2005-08-17 08:12:26','2006-02-15 22:18:54'),(11990,444,1,12161,'6.99','2005-08-18 00:41:46','2006-02-15 22:18:54'),(11991,444,2,12712,'2.99','2005-08-18 21:04:13','2006-02-15 22:18:54'),(11992,444,2,12946,'2.99','2005-08-19 05:53:34','2006-02-15 22:18:54'),(11993,444,1,13488,'0.99','2005-08-20 01:28:42','2006-02-15 22:18:54'),(11994,444,2,13559,'2.99','2005-08-20 04:16:07','2006-02-15 22:18:55'),(11995,444,1,13924,'0.99','2005-08-20 17:05:18','2006-02-15 22:18:55'),(11996,444,1,15249,'4.99','2005-08-22 17:58:27','2006-02-15 22:18:55'),(11997,444,1,15557,'0.99','2005-08-23 04:52:17','2006-02-15 22:18:55'),(11998,444,2,15815,'4.99','2005-08-23 14:55:47','2006-02-15 22:18:55'),(11999,445,1,481,'2.99','2005-05-27 22:49:27','2006-02-15 22:18:55'),(12000,445,1,960,'2.99','2005-05-30 18:13:23','2006-02-15 22:18:55'),(12001,445,1,4041,'0.99','2005-07-07 03:03:33','2006-02-15 22:18:55'),(12002,445,1,4193,'0.99','2005-07-07 10:57:21','2006-02-15 22:18:55'),(12003,445,2,5225,'2.99','2005-07-09 12:10:16','2006-02-15 22:18:55'),(12004,445,1,6346,'0.99','2005-07-11 20:08:34','2006-02-15 22:18:55'),(12005,445,2,7351,'2.99','2005-07-27 14:37:36','2006-02-15 22:18:55'),(12006,445,2,7971,'4.99','2005-07-28 14:00:47','2006-02-15 22:18:55'),(12007,445,1,8851,'8.99','2005-07-29 23:26:19','2006-02-15 22:18:55'),(12008,445,2,8911,'0.99','2005-07-30 01:30:57','2006-02-15 22:18:55'),(12009,445,2,9625,'4.99','2005-07-31 04:30:48','2006-02-15 22:18:55'),(12010,445,1,10007,'0.99','2005-07-31 17:54:58','2006-02-15 22:18:55'),(12011,445,2,10334,'1.99','2005-08-01 04:58:42','2006-02-15 22:18:56'),(12012,445,2,10341,'0.99','2005-08-01 05:10:02','2006-02-15 22:18:56'),(12013,445,2,10936,'9.99','2005-08-02 02:55:04','2006-02-15 22:18:56'),(12014,445,1,11383,'7.99','2005-08-02 18:22:05','2006-02-15 22:18:56'),(12015,445,1,11868,'4.99','2005-08-17 14:05:34','2006-02-15 22:18:56'),(12016,445,1,11877,'3.99','2005-08-17 14:21:11','2006-02-15 22:18:56'),(12017,445,2,13586,'0.99','2005-08-20 05:40:33','2006-02-15 22:18:56'),(12018,445,1,14612,'6.99','2005-08-21 18:03:15','2006-02-15 22:18:56'),(12019,445,2,14673,'2.99','2005-08-21 20:01:18','2006-02-15 22:18:56'),(12020,445,1,14866,'6.99','2005-08-22 03:11:35','2006-02-15 22:18:56'),(12021,445,1,14955,'4.99','2005-08-22 06:25:52','2006-02-15 22:18:56'),(12022,445,1,15123,'3.99','2005-08-22 12:48:44','2006-02-15 22:18:56'),(12023,445,1,15791,'6.99','2005-08-23 14:02:13','2006-02-15 22:18:56'),(12024,445,2,15906,'2.99','2005-08-23 17:36:00','2006-02-15 22:18:56'),(12025,446,2,14,'0.99','2005-05-25 00:31:15','2006-02-15 22:18:56'),(12026,446,1,236,'0.99','2005-05-26 11:53:49','2006-02-15 22:18:56'),(12027,446,1,355,'4.99','2005-05-27 06:15:33','2006-02-15 22:18:56'),(12028,446,1,2248,'4.99','2005-06-18 04:59:48','2006-02-15 22:18:56'),(12029,446,2,2335,'3.99','2005-06-18 10:59:36','2006-02-15 22:18:57'),(12030,446,2,2520,'6.99','2005-06-19 00:29:00','2006-02-15 22:18:57'),(12031,446,2,2710,'0.99','2005-06-19 14:03:56','2006-02-15 22:18:57'),(12032,446,1,3060,'2.99','2005-06-20 13:47:20','2006-02-15 22:18:57'),(12033,446,2,3168,'0.99','2005-06-20 21:46:01','2006-02-15 22:18:57'),(12034,446,2,4358,'4.99','2005-07-07 19:27:04','2006-02-15 22:18:57'),(12035,446,2,5393,'4.99','2005-07-09 19:35:12','2006-02-15 22:18:57'),(12036,446,2,5409,'2.99','2005-07-09 20:17:19','2006-02-15 22:18:57'),(12037,446,2,6454,'0.99','2005-07-12 01:00:12','2006-02-15 22:18:57'),(12038,446,1,6510,'4.99','2005-07-12 03:35:39','2006-02-15 22:18:57'),(12039,446,1,6535,'0.99','2005-07-12 04:43:43','2006-02-15 22:18:57'),(12040,446,1,6734,'6.99','2005-07-12 14:04:24','2006-02-15 22:18:57'),(12041,446,1,7005,'5.99','2005-07-27 01:38:36','2006-02-15 22:18:57'),(12042,446,2,7089,'0.99','2005-07-27 04:43:42','2006-02-15 22:18:57'),(12043,446,1,7576,'4.99','2005-07-27 22:54:35','2006-02-15 22:18:57'),(12044,446,2,8284,'6.99','2005-07-29 01:56:40','2006-02-15 22:18:57'),(12045,446,1,8309,'4.99','2005-07-29 03:22:20','2006-02-15 22:18:57'),(12046,446,2,8670,'4.99','2005-07-29 15:49:03','2006-02-15 22:18:57'),(12047,446,2,8691,'0.99','2005-07-29 16:41:23','2006-02-15 22:18:58'),(12048,446,2,8922,'9.99','2005-07-30 02:08:25','2006-02-15 22:18:58'),(12049,446,1,8923,'3.99','2005-07-30 02:08:49','2006-02-15 22:18:58'),(12050,446,1,9116,'0.99','2005-07-30 09:19:41','2006-02-15 22:18:58'),(12051,446,1,11051,'3.99','2005-08-02 06:23:39','2006-02-15 22:18:58'),(12052,446,2,12253,'0.99','2005-08-18 04:00:50','2006-02-15 22:18:58'),(12053,446,2,12480,'8.99','2005-08-18 12:26:43','2006-02-15 22:18:58'),(12054,446,1,15808,'1.99','2005-08-23 14:38:37','2006-02-15 22:18:58'),(12055,446,2,15951,'0.99','2005-08-23 19:10:32','2006-02-15 22:18:58'),(12056,447,1,461,'2.99','2005-05-27 20:08:55','2006-02-15 22:18:58'),(12057,447,2,732,'0.99','2005-05-29 07:32:51','2006-02-15 22:18:58'),(12058,447,2,1230,'0.99','2005-06-15 04:04:09','2006-02-15 22:18:58'),(12059,447,2,1890,'2.99','2005-06-17 04:06:13','2006-02-15 22:18:58'),(12060,447,1,2025,'4.99','2005-06-17 13:04:00','2006-02-15 22:18:58'),(12061,447,2,2285,'4.99','2005-06-18 07:00:54','2006-02-15 22:18:58'),(12062,447,2,4403,'4.99','2005-07-07 21:29:40','2006-02-15 22:18:58'),(12063,447,1,4858,'6.99','2005-07-08 18:53:24','2006-02-15 22:18:58'),(12064,447,1,5331,'4.99','2005-07-09 16:54:06','2006-02-15 22:18:58'),(12065,447,1,5734,'0.99','2005-07-10 11:37:28','2006-02-15 22:18:59'),(12066,447,2,5987,'2.99','2005-07-11 00:55:31','2006-02-15 22:18:59'),(12067,447,1,6651,'0.99','2005-07-12 10:57:28','2006-02-15 22:18:59'),(12068,447,1,6690,'1.99','2005-07-12 12:23:02','2006-02-15 22:18:59'),(12069,447,1,8537,'8.99','2005-07-29 10:44:54','2006-02-15 22:18:59'),(12070,447,2,8945,'4.99','2005-07-30 03:11:48','2006-02-15 22:18:59'),(12071,447,2,9076,'5.99','2005-07-30 07:58:12','2006-02-15 22:18:59'),(12072,447,1,9288,'6.99','2005-07-30 15:56:39','2006-02-15 22:18:59'),(12073,447,1,10425,'2.99','2005-08-01 08:23:25','2006-02-15 22:18:59'),(12074,447,2,10957,'5.99','2005-08-02 03:33:30','2006-02-15 22:18:59'),(12075,447,2,11108,'0.99','2005-08-02 08:20:01','2006-02-15 22:18:59'),(12076,447,1,11465,'5.99','2005-08-02 21:43:52','2006-02-15 22:18:59'),(12077,447,2,12511,'0.99','2005-08-18 13:23:19','2006-02-15 22:18:59'),(12078,447,1,13072,'2.99','2005-08-19 10:03:30','2006-02-15 22:18:59'),(12079,447,2,13110,'0.99','2005-08-19 11:24:37','2006-02-15 22:18:59'),(12080,447,1,13848,'4.99','2005-08-20 14:37:49','2006-02-15 22:18:59'),(12081,447,2,14443,'5.99','2005-08-21 12:06:32','2006-02-15 22:18:59'),(12082,447,1,15108,'2.99','2005-08-22 12:10:07','2006-02-15 22:18:59'),(12083,447,1,15997,'4.99','2005-08-23 20:40:31','2006-02-15 22:19:00'),(12084,447,2,16032,'4.99','2005-08-23 21:59:57','2006-02-15 22:19:00'),(12085,448,1,299,'4.99','2005-05-26 20:55:36','2006-02-15 22:19:00'),(12086,448,2,1123,'2.99','2005-05-31 16:48:43','2006-02-15 22:19:00'),(12087,448,1,1313,'5.99','2005-06-15 10:18:34','2006-02-15 22:19:00'),(12088,448,2,1823,'7.99','2005-06-16 21:48:16','2006-02-15 22:19:00'),(12089,448,2,2697,'0.99','2005-06-19 13:29:08','2006-02-15 22:19:00'),(12090,448,2,3225,'3.99','2005-06-21 02:16:55','2006-02-15 22:19:00'),(12091,448,2,3347,'5.99','2005-06-21 11:08:32','2006-02-15 22:19:00'),(12092,448,2,3959,'5.99','2005-07-06 22:07:58','2006-02-15 22:19:00'),(12093,448,2,3992,'6.99','2005-07-06 23:36:56','2006-02-15 22:19:00'),(12094,448,2,4024,'0.99','2005-07-07 02:11:23','2006-02-15 22:19:00'),(12095,448,2,4206,'2.99','2005-07-07 11:32:16','2006-02-15 22:19:00'),(12096,448,1,4406,'1.99','2005-07-07 21:35:16','2006-02-15 22:19:00'),(12097,448,2,4537,'2.99','2005-07-08 03:48:40','2006-02-15 22:19:00'),(12098,448,2,4558,'2.99','2005-07-08 04:55:26','2006-02-15 22:19:00'),(12099,448,2,6341,'2.99','2005-07-11 19:48:02','2006-02-15 22:19:00'),(12100,448,2,6985,'4.99','2005-07-27 00:57:42','2006-02-15 22:19:00'),(12101,448,1,9178,'10.99','2005-07-30 11:58:50','2006-02-15 22:19:01'),(12102,448,2,11608,'8.99','2005-08-17 03:36:52','2006-02-15 22:19:01'),(12103,448,1,11798,'9.99','2005-08-17 11:21:43','2006-02-15 22:19:01'),(12104,448,1,12446,'2.99','2005-08-18 10:56:29','2006-02-15 22:19:01'),(12105,448,1,13220,'2.99','2005-08-19 15:42:32','2006-02-15 22:19:01'),(12106,448,2,13250,'3.99','2005-08-19 16:47:55','2006-02-15 22:19:01'),(12107,448,1,13982,'3.99','2005-08-20 19:08:25','2006-02-15 22:19:01'),(12108,448,1,14580,'3.99','2005-08-21 16:56:39','2006-02-15 22:19:01'),(12109,448,1,14711,'2.99','2005-08-21 21:22:07','2006-02-15 22:19:01'),(12110,448,2,15358,'9.99','2005-08-22 21:29:14','2006-02-15 22:19:01'),(12111,448,1,15427,'4.99','2005-08-23 00:07:53','2006-02-15 22:19:01'),(12112,448,2,14734,'3.98','2006-02-14 15:16:03','2006-02-15 22:19:01'),(12113,448,1,13577,'0.00','2006-02-14 15:16:03','2006-02-15 22:19:01'),(12114,449,2,263,'4.99','2005-05-26 15:47:40','2006-02-15 22:19:01'),(12115,449,2,325,'5.99','2005-05-27 01:09:55','2006-02-15 22:19:01'),(12116,449,1,849,'7.99','2005-05-30 01:23:07','2006-02-15 22:19:01'),(12117,449,2,1295,'4.99','2005-06-15 09:17:20','2006-02-15 22:19:01'),(12118,449,1,2348,'0.99','2005-06-18 12:15:43','2006-02-15 22:19:01'),(12119,449,2,2970,'2.99','2005-06-20 07:51:51','2006-02-15 22:19:02'),(12120,449,1,3503,'0.99','2005-07-06 00:17:24','2006-02-15 22:19:02'),(12121,449,1,3977,'8.99','2005-07-06 23:00:49','2006-02-15 22:19:02'),(12122,449,2,4433,'3.99','2005-07-07 22:45:41','2006-02-15 22:19:02'),(12123,449,1,5824,'2.99','2005-07-10 16:19:53','2006-02-15 22:19:02'),(12124,449,2,7755,'6.99','2005-07-28 06:22:18','2006-02-15 22:19:02'),(12125,449,2,7803,'3.99','2005-07-28 07:52:13','2006-02-15 22:19:02'),(12126,449,2,8002,'2.99','2005-07-28 15:11:00','2006-02-15 22:19:02'),(12127,449,2,10083,'5.99','2005-07-31 20:10:19','2006-02-15 22:19:02'),(12128,449,2,10409,'2.99','2005-08-01 07:49:15','2006-02-15 22:19:02'),(12129,449,1,10416,'4.99','2005-08-01 08:08:39','2006-02-15 22:19:02'),(12130,449,1,10516,'6.99','2005-08-01 11:41:55','2006-02-15 22:19:02'),(12131,449,2,10688,'6.99','2005-08-01 17:53:43','2006-02-15 22:19:02'),(12132,449,1,12212,'4.99','2005-08-18 02:33:29','2006-02-15 22:19:02'),(12133,449,2,14962,'7.99','2005-08-22 06:37:43','2006-02-15 22:19:02'),(12134,450,2,548,'3.99','2005-05-28 07:34:56','2006-02-15 22:19:02'),(12135,450,2,1639,'4.99','2005-06-16 08:33:39','2006-02-15 22:19:02'),(12136,450,1,1739,'0.99','2005-06-16 16:09:38','2006-02-15 22:19:02'),(12137,450,2,1914,'2.99','2005-06-17 05:25:54','2006-02-15 22:19:03'),(12138,450,2,2278,'0.99','2005-06-18 06:37:57','2006-02-15 22:19:03'),(12139,450,1,2501,'4.99','2005-06-18 23:10:11','2006-02-15 22:19:03'),(12140,450,1,2626,'2.99','2005-06-19 08:28:44','2006-02-15 22:19:03'),(12141,450,1,3155,'4.99','2005-06-20 21:02:38','2006-02-15 22:19:03'),(12142,450,1,3570,'3.99','2005-07-06 03:23:43','2006-02-15 22:19:03'),(12143,450,1,5999,'7.99','2005-07-11 01:21:22','2006-02-15 22:19:03'),(12144,450,1,6028,'4.99','2005-07-11 02:31:44','2006-02-15 22:19:03'),(12145,450,2,7365,'2.99','2005-07-27 15:00:20','2006-02-15 22:19:03'),(12146,450,1,7610,'0.99','2005-07-28 00:11:35','2006-02-15 22:19:03'),(12147,450,1,7626,'0.99','2005-07-28 00:49:01','2006-02-15 22:19:03'),(12148,450,2,8733,'4.99','2005-07-29 18:26:34','2006-02-15 22:19:03'),(12149,450,2,10432,'2.99','2005-08-01 08:43:21','2006-02-15 22:19:03'),(12150,450,1,10984,'3.99','2005-08-02 04:30:02','2006-02-15 22:19:03'),(12151,450,2,12812,'0.99','2005-08-19 00:54:02','2006-02-15 22:19:03'),(12152,450,2,13731,'4.99','2005-08-20 10:22:08','2006-02-15 22:19:03'),(12153,450,1,13810,'0.99','2005-08-20 12:59:38','2006-02-15 22:19:03'),(12154,450,1,13828,'4.99','2005-08-20 13:49:52','2006-02-15 22:19:03'),(12155,450,1,14282,'4.99','2005-08-21 06:41:29','2006-02-15 22:19:04'),(12156,450,2,15019,'0.99','2005-08-22 08:52:53','2006-02-15 22:19:04'),(12157,450,1,15327,'4.99','2005-08-22 20:31:24','2006-02-15 22:19:04'),(12158,450,2,15419,'4.99','2005-08-22 23:54:36','2006-02-15 22:19:04'),(12159,450,1,14172,'0.99','2006-02-14 15:16:03','2006-02-15 22:19:04'),(12160,451,2,77,'0.99','2005-05-25 11:31:59','2006-02-15 22:19:04'),(12161,451,2,328,'2.99','2005-05-27 01:29:31','2006-02-15 22:19:04'),(12162,451,2,1113,'2.99','2005-05-31 15:58:44','2006-02-15 22:19:04'),(12163,451,1,1202,'0.99','2005-06-15 02:08:04','2006-02-15 22:19:04'),(12164,451,1,1851,'0.99','2005-06-17 00:32:26','2006-02-15 22:19:04'),(12165,451,1,1940,'6.99','2005-06-17 07:42:22','2006-02-15 22:19:04'),(12166,451,1,2671,'1.99','2005-06-19 11:33:11','2006-02-15 22:19:04'),(12167,451,1,2909,'3.99','2005-06-20 03:19:10','2006-02-15 22:19:04'),(12168,451,2,2917,'0.99','2005-06-20 04:08:35','2006-02-15 22:19:04'),(12169,451,1,3316,'6.99','2005-06-21 08:20:18','2006-02-15 22:19:04'),(12170,451,2,3826,'4.99','2005-07-06 15:51:58','2006-02-15 22:19:04'),(12171,451,1,4538,'2.99','2005-07-08 03:56:29','2006-02-15 22:19:04'),(12172,451,1,4794,'8.99','2005-07-08 16:30:11','2006-02-15 22:19:04'),(12173,451,2,4930,'4.99','2005-07-08 22:15:48','2006-02-15 22:19:05'),(12174,451,1,5005,'3.99','2005-07-09 01:21:44','2006-02-15 22:19:05'),(12175,451,2,5518,'8.99','2005-07-10 01:15:11','2006-02-15 22:19:05'),(12176,451,1,7018,'2.99','2005-07-27 02:20:22','2006-02-15 22:19:05'),(12177,451,2,10337,'8.99','2005-08-01 05:01:46','2006-02-15 22:19:05'),(12178,451,1,10856,'2.99','2005-08-02 00:07:14','2006-02-15 22:19:05'),(12179,451,2,10950,'2.99','2005-08-02 03:25:08','2006-02-15 22:19:05'),(12180,451,2,11167,'6.99','2005-08-02 10:15:51','2006-02-15 22:19:05'),(12181,451,2,11381,'6.99','2005-08-02 18:19:29','2006-02-15 22:19:05'),(12182,451,1,11790,'2.99','2005-08-17 11:00:08','2006-02-15 22:19:05'),(12183,451,2,12371,'2.99','2005-08-18 08:02:46','2006-02-15 22:19:05'),(12184,451,1,12422,'4.99','2005-08-18 10:13:12','2006-02-15 22:19:05'),(12185,451,2,13003,'1.99','2005-08-19 07:39:29','2006-02-15 22:19:05'),(12186,451,2,13100,'2.99','2005-08-19 10:55:45','2006-02-15 22:19:05'),(12187,451,2,13252,'2.99','2005-08-19 16:50:50','2006-02-15 22:19:05'),(12188,451,2,13380,'0.99','2005-08-19 21:36:58','2006-02-15 22:19:05'),(12189,451,1,13666,'2.99','2005-08-20 08:20:19','2006-02-15 22:19:05'),(12190,451,1,13705,'2.99','2005-08-20 09:32:23','2006-02-15 22:19:06'),(12191,451,2,14500,'0.99','2005-08-21 14:11:30','2006-02-15 22:19:06'),(12192,451,1,15651,'4.99','2005-08-23 08:31:49','2006-02-15 22:19:06'),(12193,452,1,354,'2.99','2005-05-27 06:12:26','2006-02-15 22:19:06'),(12194,452,2,714,'2.99','2005-05-29 04:15:21','2006-02-15 22:19:06'),(12195,452,1,726,'1.99','2005-05-29 06:05:29','2006-02-15 22:19:06'),(12196,452,2,1203,'4.99','2005-06-15 02:09:02','2006-02-15 22:19:06'),(12197,452,1,1512,'5.99','2005-06-15 22:53:03','2006-02-15 22:19:06'),(12198,452,1,1794,'3.99','2005-06-16 20:08:37','2006-02-15 22:19:06'),(12199,452,1,2263,'0.99','2005-06-18 05:57:47','2006-02-15 22:19:06'),(12200,452,2,2266,'4.99','2005-06-18 06:05:02','2006-02-15 22:19:06'),(12201,452,1,2504,'0.99','2005-06-18 23:19:53','2006-02-15 22:19:06'),(12202,452,2,2661,'0.99','2005-06-19 10:50:52','2006-02-15 22:19:06'),(12203,452,2,3638,'3.99','2005-07-06 07:08:17','2006-02-15 22:19:06'),(12204,452,1,3791,'2.99','2005-07-06 14:24:56','2006-02-15 22:19:06'),(12205,452,2,3907,'6.99','2005-07-06 19:39:14','2006-02-15 22:19:06'),(12206,452,1,4348,'0.99','2005-07-07 19:02:05','2006-02-15 22:19:06'),(12207,452,2,4353,'4.99','2005-07-07 19:19:05','2006-02-15 22:19:06'),(12208,452,2,4417,'2.99','2005-07-07 22:05:05','2006-02-15 22:19:07'),(12209,452,1,4720,'0.99','2005-07-08 12:34:34','2006-02-15 22:19:07'),(12210,452,1,5177,'1.99','2005-07-09 09:43:21','2006-02-15 22:19:07'),(12211,452,2,5480,'0.99','2005-07-09 23:49:07','2006-02-15 22:19:07'),(12212,452,2,6959,'2.99','2005-07-27 00:07:51','2006-02-15 22:19:07'),(12213,452,2,7899,'6.99','2005-07-28 11:10:12','2006-02-15 22:19:07'),(12214,452,1,8898,'1.99','2005-07-30 01:02:20','2006-02-15 22:19:07'),(12215,452,2,9379,'6.99','2005-07-30 19:13:01','2006-02-15 22:19:07'),(12216,452,2,11715,'4.99','2005-08-17 07:40:55','2006-02-15 22:19:07'),(12217,452,1,11735,'3.99','2005-08-17 08:35:42','2006-02-15 22:19:07'),(12218,452,1,12355,'0.99','2005-08-18 07:36:23','2006-02-15 22:19:07'),(12219,452,1,12630,'4.99','2005-08-18 17:49:28','2006-02-15 22:19:07'),(12220,452,1,13080,'4.99','2005-08-19 10:18:00','2006-02-15 22:19:07'),(12221,452,1,13642,'3.99','2005-08-20 07:42:17','2006-02-15 22:19:07'),(12222,452,1,14660,'0.99','2005-08-21 19:43:21','2006-02-15 22:19:07'),(12223,452,1,15909,'0.99','2005-08-23 17:42:42','2006-02-15 22:19:07'),(12224,452,1,14175,'4.99','2006-02-14 15:16:03','2006-02-15 22:19:07'),(12225,453,2,2852,'5.99','2005-06-19 23:08:50','2006-02-15 22:19:07'),(12226,453,1,2853,'7.99','2005-06-19 23:09:41','2006-02-15 22:19:08'),(12227,453,2,2887,'4.99','2005-06-20 01:39:43','2006-02-15 22:19:08'),(12228,453,2,3929,'0.99','2005-07-06 20:52:39','2006-02-15 22:19:08'),(12229,453,2,4033,'8.99','2005-07-07 02:35:46','2006-02-15 22:19:08'),(12230,453,1,4717,'4.99','2005-07-08 12:22:43','2006-02-15 22:19:08'),(12231,453,2,4805,'2.99','2005-07-08 16:59:12','2006-02-15 22:19:08'),(12232,453,2,5359,'6.99','2005-07-09 18:10:52','2006-02-15 22:19:08'),(12233,453,1,6752,'4.99','2005-07-12 14:53:15','2006-02-15 22:19:08'),(12234,453,1,7563,'0.99','2005-07-27 22:25:36','2006-02-15 22:19:08'),(12235,453,2,9289,'6.99','2005-07-30 15:57:04','2006-02-15 22:19:08'),(12236,453,2,9406,'6.99','2005-07-30 20:24:00','2006-02-15 22:19:08'),(12237,453,2,9900,'1.99','2005-07-31 14:15:05','2006-02-15 22:19:08'),(12238,453,1,11794,'4.99','2005-08-17 11:08:48','2006-02-15 22:19:08'),(12239,453,1,12703,'2.99','2005-08-18 20:37:13','2006-02-15 22:19:08'),(12240,453,1,13711,'7.99','2005-08-20 09:35:20','2006-02-15 22:19:08'),(12241,453,1,13785,'4.99','2005-08-20 12:11:46','2006-02-15 22:19:08'),(12242,453,1,14133,'2.99','2005-08-21 01:44:14','2006-02-15 22:19:08'),(12243,453,2,14306,'5.99','2005-08-21 07:32:35','2006-02-15 22:19:09'),(12244,453,2,14644,'4.99','2005-08-21 19:12:12','2006-02-15 22:19:09'),(12245,453,1,14652,'4.99','2005-08-21 19:32:05','2006-02-15 22:19:09'),(12246,453,1,15252,'0.99','2005-08-22 18:04:22','2006-02-15 22:19:09'),(12247,453,2,15627,'4.99','2005-08-23 07:25:38','2006-02-15 22:19:09'),(12248,454,1,735,'7.99','2005-05-29 08:08:13','2006-02-15 22:19:09'),(12249,454,2,1647,'4.99','2005-06-16 09:14:58','2006-02-15 22:19:09'),(12250,454,2,1844,'7.99','2005-06-16 23:53:53','2006-02-15 22:19:09'),(12251,454,1,1861,'1.99','2005-06-17 01:17:31','2006-02-15 22:19:09'),(12252,454,1,1938,'4.99','2005-06-17 07:18:36','2006-02-15 22:19:09'),(12253,454,2,2048,'5.99','2005-06-17 14:55:29','2006-02-15 22:19:09'),(12254,454,2,2182,'5.99','2005-06-18 00:56:18','2006-02-15 22:19:09'),(12255,454,1,2437,'2.99','2005-06-18 18:30:26','2006-02-15 22:19:09'),(12256,454,2,2666,'9.99','2005-06-19 11:17:12','2006-02-15 22:19:09'),(12257,454,1,3221,'2.99','2005-06-21 01:49:47','2006-02-15 22:19:09'),(12258,454,1,3362,'4.99','2005-06-21 12:19:54','2006-02-15 22:19:09'),(12259,454,1,3622,'7.99','2005-07-06 06:05:04','2006-02-15 22:19:09'),(12260,454,2,4562,'4.99','2005-07-08 05:08:32','2006-02-15 22:19:09'),(12261,454,2,5088,'4.99','2005-07-09 05:45:16','2006-02-15 22:19:10'),(12262,454,2,5446,'2.99','2005-07-09 21:59:55','2006-02-15 22:19:10'),(12263,454,2,6260,'4.99','2005-07-11 15:26:29','2006-02-15 22:19:10'),(12264,454,2,6701,'0.99','2005-07-12 12:47:59','2006-02-15 22:19:10'),(12265,454,2,8481,'2.99','2005-07-29 08:45:57','2006-02-15 22:19:10'),(12266,454,1,8806,'0.99','2005-07-29 21:36:34','2006-02-15 22:19:10'),(12267,454,2,9041,'0.99','2005-07-30 06:32:36','2006-02-15 22:19:10'),(12268,454,1,9372,'9.99','2005-07-30 19:04:30','2006-02-15 22:19:10'),(12269,454,1,10005,'3.99','2005-07-31 17:53:51','2006-02-15 22:19:10'),(12270,454,2,12347,'0.99','2005-08-18 07:18:10','2006-02-15 22:19:10'),(12271,454,1,12553,'0.99','2005-08-18 14:46:54','2006-02-15 22:19:10'),(12272,454,2,13496,'8.99','2005-08-20 01:42:29','2006-02-15 22:19:10'),(12273,454,2,13513,'2.99','2005-08-20 02:27:53','2006-02-15 22:19:10'),(12274,454,2,13694,'8.99','2005-08-20 09:13:23','2006-02-15 22:19:10'),(12275,454,1,13805,'6.99','2005-08-20 12:53:12','2006-02-15 22:19:10'),(12276,454,1,14799,'0.99','2005-08-22 00:44:57','2006-02-15 22:19:10'),(12277,454,2,14843,'2.99','2005-08-22 02:05:25','2006-02-15 22:19:10'),(12278,454,2,15012,'4.99','2005-08-22 08:42:32','2006-02-15 22:19:10'),(12279,454,1,15301,'3.99','2005-08-22 19:44:16','2006-02-15 22:19:11'),(12280,454,2,15608,'1.99','2005-08-23 06:55:26','2006-02-15 22:19:11'),(12281,455,2,115,'0.99','2005-05-25 19:13:25','2006-02-15 22:19:11'),(12282,455,2,343,'0.99','2005-05-27 04:13:41','2006-02-15 22:19:11'),(12283,455,2,1382,'1.99','2005-06-15 15:18:08','2006-02-15 22:19:11'),(12284,455,1,1802,'1.99','2005-06-16 20:23:30','2006-02-15 22:19:11'),(12285,455,1,1906,'2.99','2005-06-17 04:53:35','2006-02-15 22:19:11'),(12286,455,2,2356,'0.99','2005-06-18 12:59:23','2006-02-15 22:19:11'),(12287,455,2,4195,'2.99','2005-07-07 11:00:02','2006-02-15 22:19:11'),(12288,455,1,4861,'8.99','2005-07-08 18:57:30','2006-02-15 22:19:11'),(12289,455,1,4964,'2.99','2005-07-08 23:46:38','2006-02-15 22:19:11'),(12290,455,1,5504,'6.99','2005-07-10 00:36:38','2006-02-15 22:19:11'),(12291,455,2,6729,'4.99','2005-07-12 13:58:23','2006-02-15 22:19:11'),(12292,455,1,7388,'4.99','2005-07-27 15:54:19','2006-02-15 22:19:11'),(12293,455,2,7498,'4.99','2005-07-27 20:09:31','2006-02-15 22:19:11'),(12294,455,2,7905,'5.99','2005-07-28 11:26:57','2006-02-15 22:19:11'),(12295,455,2,8291,'2.99','2005-07-29 02:28:25','2006-02-15 22:19:11'),(12296,455,1,10436,'0.99','2005-08-01 08:50:59','2006-02-15 22:19:11'),(12297,455,1,11605,'4.99','2005-08-17 03:30:57','2006-02-15 22:19:12'),(12298,455,1,12163,'2.99','2005-08-18 00:46:01','2006-02-15 22:19:12'),(12299,455,1,12314,'4.99','2005-08-18 06:10:02','2006-02-15 22:19:12'),(12300,455,2,13083,'2.99','2005-08-19 10:26:45','2006-02-15 22:19:12'),(12301,455,2,13813,'4.99','2005-08-20 13:03:26','2006-02-15 22:19:12'),(12302,455,1,14294,'2.99','2005-08-21 07:07:26','2006-02-15 22:19:12'),(12303,455,2,14583,'4.99','2005-08-21 17:11:47','2006-02-15 22:19:12'),(12304,455,1,15494,'1.99','2005-08-23 02:25:09','2006-02-15 22:19:12'),(12305,456,2,19,'4.99','2005-05-25 01:17:24','2006-02-15 22:19:12'),(12306,456,1,1288,'2.99','2005-06-15 08:41:52','2006-02-15 22:19:12'),(12307,456,1,1700,'0.99','2005-06-16 13:18:23','2006-02-15 22:19:12'),(12308,456,2,2103,'5.99','2005-06-17 19:13:10','2006-02-15 22:19:12'),(12309,456,2,2146,'6.99','2005-06-17 22:26:23','2006-02-15 22:19:12'),(12310,456,1,2192,'4.99','2005-06-18 01:35:47','2006-02-15 22:19:12'),(12311,456,1,2404,'0.99','2005-06-18 16:33:48','2006-02-15 22:19:12'),(12312,456,1,2581,'2.99','2005-06-19 04:54:13','2006-02-15 22:19:12'),(12313,456,1,3743,'7.99','2005-07-06 12:03:54','2006-02-15 22:19:12'),(12314,456,2,3881,'2.99','2005-07-06 18:35:37','2006-02-15 22:19:13'),(12315,456,1,4141,'3.99','2005-07-07 08:19:20','2006-02-15 22:19:13'),(12316,456,2,5964,'0.99','2005-07-10 23:47:18','2006-02-15 22:19:13'),(12317,456,2,6023,'0.99','2005-07-11 02:15:57','2006-02-15 22:19:13'),(12318,456,2,7248,'2.99','2005-07-27 10:37:45','2006-02-15 22:19:13'),(12319,456,1,8749,'4.99','2005-07-29 19:13:15','2006-02-15 22:19:13'),(12320,456,2,10519,'5.99','2005-08-01 11:44:13','2006-02-15 22:19:13'),(12321,456,1,10813,'2.99','2005-08-01 22:43:00','2006-02-15 22:19:13'),(12322,456,1,12188,'4.99','2005-08-18 01:51:43','2006-02-15 22:19:13'),(12323,456,1,13144,'8.99','2005-08-19 12:45:55','2006-02-15 22:19:13'),(12324,456,1,13348,'4.99','2005-08-19 20:31:48','2006-02-15 22:19:13'),(12325,456,1,13547,'4.99','2005-08-20 03:53:16','2006-02-15 22:19:13'),(12326,456,2,14253,'2.99','2005-08-21 05:47:52','2006-02-15 22:19:13'),(12327,456,2,14690,'1.99','2005-08-21 20:42:25','2006-02-15 22:19:13'),(12328,456,1,15720,'3.99','2005-08-23 11:15:20','2006-02-15 22:19:13'),(12329,456,1,15910,'2.99','2005-08-23 17:43:16','2006-02-15 22:19:13'),(12330,457,2,1024,'7.99','2005-05-31 03:30:19','2006-02-15 22:19:13'),(12331,457,2,1453,'4.99','2005-06-15 19:36:39','2006-02-15 22:19:13'),(12332,457,2,1727,'0.99','2005-06-16 15:21:47','2006-02-15 22:19:14'),(12333,457,1,2030,'0.99','2005-06-17 13:13:27','2006-02-15 22:19:14'),(12334,457,1,2172,'7.99','2005-06-18 00:06:16','2006-02-15 22:19:14'),(12335,457,1,2670,'4.99','2005-06-19 11:30:16','2006-02-15 22:19:14'),(12336,457,1,2762,'3.99','2005-06-19 17:22:31','2006-02-15 22:19:14'),(12337,457,1,2811,'0.99','2005-06-19 19:53:30','2006-02-15 22:19:14'),(12338,457,2,3115,'2.99','2005-06-20 17:59:05','2006-02-15 22:19:14'),(12339,457,2,3184,'2.99','2005-06-20 22:57:44','2006-02-15 22:19:14'),(12340,457,2,4600,'5.99','2005-07-08 06:48:37','2006-02-15 22:19:14'),(12341,457,1,5500,'0.99','2005-07-10 00:28:17','2006-02-15 22:19:14'),(12342,457,1,6467,'7.99','2005-07-12 01:22:03','2006-02-15 22:19:14'),(12343,457,1,7184,'1.99','2005-07-27 08:22:26','2006-02-15 22:19:14'),(12344,457,2,8373,'4.99','2005-07-29 05:19:53','2006-02-15 22:19:14'),(12345,457,1,8502,'2.99','2005-07-29 09:15:41','2006-02-15 22:19:14'),(12346,457,1,10049,'2.99','2005-07-31 19:11:11','2006-02-15 22:19:14'),(12347,457,2,11956,'6.99','2005-08-17 17:22:05','2006-02-15 22:19:14'),(12348,457,1,12115,'4.99','2005-08-17 23:04:15','2006-02-15 22:19:14'),(12349,457,1,12171,'4.99','2005-08-18 01:06:13','2006-02-15 22:19:15'),(12350,457,1,13088,'0.99','2005-08-19 10:36:11','2006-02-15 22:19:15'),(12351,457,1,13150,'2.99','2005-08-19 13:08:19','2006-02-15 22:19:15'),(12352,457,2,13934,'0.99','2005-08-20 17:18:48','2006-02-15 22:19:15'),(12353,457,2,14327,'10.99','2005-08-21 08:18:18','2006-02-15 22:19:15'),(12354,457,1,14365,'6.99','2005-08-21 09:25:13','2006-02-15 22:19:15'),(12355,457,1,15128,'3.99','2005-08-22 12:57:26','2006-02-15 22:19:15'),(12356,457,1,12645,'3.98','2006-02-14 15:16:03','2006-02-15 22:19:15'),(12357,457,2,14516,'0.00','2006-02-14 15:16:03','2006-02-15 22:19:15'),(12358,458,2,2629,'5.99','2005-06-19 08:42:12','2006-02-15 22:19:15'),(12359,458,2,3322,'0.99','2005-06-21 08:42:37','2006-02-15 22:19:15'),(12360,458,2,4525,'2.99','2005-07-08 03:15:00','2006-02-15 22:19:15'),(12361,458,1,5412,'2.99','2005-07-09 20:23:52','2006-02-15 22:19:15'),(12362,458,1,5572,'0.99','2005-07-10 03:49:00','2006-02-15 22:19:15'),(12363,458,2,6250,'3.99','2005-07-11 15:02:04','2006-02-15 22:19:15'),(12364,458,1,6431,'5.99','2005-07-12 00:03:57','2006-02-15 22:19:15'),(12365,458,2,6595,'7.99','2005-07-12 07:25:48','2006-02-15 22:19:15'),(12366,458,1,6654,'1.99','2005-07-12 11:06:28','2006-02-15 22:19:15'),(12367,458,2,7923,'3.99','2005-07-28 12:08:29','2006-02-15 22:19:16'),(12368,458,1,8158,'0.99','2005-07-28 21:08:46','2006-02-15 22:19:16'),(12369,458,2,11138,'2.99','2005-08-02 09:26:16','2006-02-15 22:19:16'),(12370,458,2,11975,'2.99','2005-08-17 17:58:39','2006-02-15 22:19:16'),(12371,458,2,12768,'0.99','2005-08-18 23:26:11','2006-02-15 22:19:16'),(12372,458,2,13259,'2.99','2005-08-19 17:08:53','2006-02-15 22:19:16'),(12373,458,2,13487,'2.99','2005-08-20 01:27:05','2006-02-15 22:19:16'),(12374,458,2,13571,'4.99','2005-08-20 05:05:14','2006-02-15 22:19:16'),(12375,458,2,14428,'4.99','2005-08-21 11:27:07','2006-02-15 22:19:16'),(12376,458,1,15604,'4.99','2005-08-23 06:44:19','2006-02-15 22:19:16'),(12377,459,2,2,'2.99','2005-05-24 22:54:33','2006-02-15 22:19:16'),(12378,459,2,1876,'0.99','2005-06-17 02:50:51','2006-02-15 22:19:16'),(12379,459,2,1977,'2.99','2005-06-17 09:38:22','2006-02-15 22:19:16'),(12380,459,2,2075,'4.99','2005-06-17 16:40:33','2006-02-15 22:19:16'),(12381,459,1,2899,'0.99','2005-06-20 02:39:21','2006-02-15 22:19:16'),(12382,459,2,3041,'4.99','2005-06-20 12:35:44','2006-02-15 22:19:16'),(12383,459,2,3045,'0.99','2005-06-20 12:42:00','2006-02-15 22:19:16'),(12384,459,2,3234,'9.99','2005-06-21 02:39:44','2006-02-15 22:19:16'),(12385,459,1,3506,'2.99','2005-07-06 00:22:29','2006-02-15 22:19:17'),(12386,459,2,4519,'2.99','2005-07-08 02:51:23','2006-02-15 22:19:17'),(12387,459,1,5301,'3.99','2005-07-09 15:42:10','2006-02-15 22:19:17'),(12388,459,1,5695,'0.99','2005-07-10 09:43:40','2006-02-15 22:19:17'),(12389,459,1,6206,'0.99','2005-07-11 12:32:14','2006-02-15 22:19:17'),(12390,459,2,6750,'3.99','2005-07-12 14:49:39','2006-02-15 22:19:17'),(12391,459,1,7623,'6.99','2005-07-28 00:37:41','2006-02-15 22:19:17'),(12392,459,2,7639,'4.99','2005-07-28 01:14:36','2006-02-15 22:19:17'),(12393,459,1,7717,'4.99','2005-07-28 04:33:54','2006-02-15 22:19:17'),(12394,459,1,7820,'5.99','2005-07-28 08:28:51','2006-02-15 22:19:17'),(12395,459,1,7913,'6.99','2005-07-28 11:47:23','2006-02-15 22:19:17'),(12396,459,1,8289,'9.99','2005-07-29 02:23:24','2006-02-15 22:19:17'),(12397,459,2,8557,'10.99','2005-07-29 11:19:59','2006-02-15 22:19:17'),(12398,459,1,8897,'2.99','2005-07-30 01:00:17','2006-02-15 22:19:17'),(12399,459,1,9137,'6.99','2005-07-30 10:09:24','2006-02-15 22:19:17'),(12400,459,2,9639,'2.99','2005-07-31 05:32:10','2006-02-15 22:19:17'),(12401,459,1,9744,'4.99','2005-07-31 09:15:38','2006-02-15 22:19:17'),(12402,459,2,10117,'4.99','2005-07-31 21:14:31','2006-02-15 22:19:18'),(12403,459,1,10233,'6.99','2005-08-01 01:54:23','2006-02-15 22:19:18'),(12404,459,2,10255,'4.99','2005-08-01 02:46:13','2006-02-15 22:19:18'),(12405,459,1,10499,'7.99','2005-08-01 11:00:20','2006-02-15 22:19:18'),(12406,459,1,10531,'2.99','2005-08-01 12:06:30','2006-02-15 22:19:18'),(12407,459,1,12527,'6.99','2005-08-18 13:48:46','2006-02-15 22:19:18'),(12408,459,1,12629,'7.99','2005-08-18 17:40:33','2006-02-15 22:19:18'),(12409,459,2,13960,'10.99','2005-08-20 18:16:26','2006-02-15 22:19:18'),(12410,459,1,13967,'4.99','2005-08-20 18:28:46','2006-02-15 22:19:18'),(12411,459,1,14315,'3.99','2005-08-21 07:56:39','2006-02-15 22:19:18'),(12412,459,1,15126,'5.99','2005-08-22 12:53:58','2006-02-15 22:19:18'),(12413,459,2,15342,'2.99','2005-08-22 20:56:41','2006-02-15 22:19:18'),(12414,459,1,15814,'0.99','2005-08-23 14:52:50','2006-02-15 22:19:18'),(12415,460,1,223,'4.99','2005-05-26 10:15:23','2006-02-15 22:19:18'),(12416,460,2,298,'0.99','2005-05-26 20:52:26','2006-02-15 22:19:18'),(12417,460,1,880,'0.99','2005-05-30 06:12:33','2006-02-15 22:19:18'),(12418,460,2,1064,'4.99','2005-05-31 08:50:07','2006-02-15 22:19:18'),(12419,460,2,1392,'0.99','2005-06-15 16:12:27','2006-02-15 22:19:19'),(12420,460,2,3820,'4.99','2005-07-06 15:35:26','2006-02-15 22:19:19'),(12421,460,1,4452,'7.99','2005-07-07 23:31:54','2006-02-15 22:19:19'),(12422,460,2,5482,'3.99','2005-07-09 23:53:04','2006-02-15 22:19:19'),(12423,460,1,6613,'4.99','2005-07-12 08:30:07','2006-02-15 22:19:19'),(12424,460,1,6788,'5.99','2005-07-12 16:33:44','2006-02-15 22:19:19'),(12425,460,1,7125,'6.99','2005-07-27 06:11:00','2006-02-15 22:19:19'),(12426,460,1,7785,'3.99','2005-07-28 07:16:11','2006-02-15 22:19:19'),(12427,460,2,8656,'2.99','2005-07-29 15:05:52','2006-02-15 22:19:19'),(12428,460,2,10754,'10.99','2005-08-01 20:12:33','2006-02-15 22:19:19'),(12429,460,1,10926,'1.99','2005-08-02 02:26:37','2006-02-15 22:19:19'),(12430,460,2,11554,'2.99','2005-08-17 01:05:17','2006-02-15 22:19:19'),(12431,460,1,12056,'5.99','2005-08-17 21:03:48','2006-02-15 22:19:19'),(12432,460,2,12586,'4.99','2005-08-18 15:54:39','2006-02-15 22:19:19'),(12433,460,1,12865,'0.99','2005-08-19 02:38:50','2006-02-15 22:19:19'),(12434,460,2,13215,'8.99','2005-08-19 15:35:38','2006-02-15 22:19:19'),(12435,460,1,13341,'3.99','2005-08-19 20:18:53','2006-02-15 22:19:19'),(12436,460,2,13920,'5.99','2005-08-20 16:51:18','2006-02-15 22:19:19'),(12437,460,2,14864,'0.99','2005-08-22 02:57:06','2006-02-15 22:19:20'),(12438,460,1,14923,'3.99','2005-08-22 05:13:33','2006-02-15 22:19:20'),(12439,460,2,15954,'2.99','2005-08-23 19:14:07','2006-02-15 22:19:20'),(12440,461,1,684,'6.99','2005-05-29 00:13:15','2006-02-15 22:19:20'),(12441,461,2,3127,'5.99','2005-06-20 18:39:43','2006-02-15 22:19:20'),(12442,461,2,3319,'4.99','2005-06-21 08:25:46','2006-02-15 22:19:20'),(12443,461,2,3698,'0.99','2005-07-06 10:09:20','2006-02-15 22:19:20'),(12444,461,2,4586,'2.99','2005-07-08 06:12:33','2006-02-15 22:19:20'),(12445,461,1,5650,'0.99','2005-07-10 07:17:01','2006-02-15 22:19:20'),(12446,461,1,5809,'2.99','2005-07-10 15:19:30','2006-02-15 22:19:20'),(12447,461,2,7334,'2.99','2005-07-27 13:59:58','2006-02-15 22:19:20'),(12448,461,2,7664,'2.99','2005-07-28 02:24:23','2006-02-15 22:19:20'),(12449,461,2,8133,'0.99','2005-07-28 20:01:06','2006-02-15 22:19:20'),(12450,461,2,8164,'0.99','2005-07-28 21:17:19','2006-02-15 22:19:20'),(12451,461,2,9499,'4.99','2005-07-30 23:58:30','2006-02-15 22:19:20'),(12452,461,1,9885,'0.99','2005-07-31 13:59:32','2006-02-15 22:19:20'),(12453,461,2,10113,'4.99','2005-07-31 21:10:03','2006-02-15 22:19:20'),(12454,461,1,10260,'2.99','2005-08-01 02:58:07','2006-02-15 22:19:21'),(12455,461,2,11063,'0.99','2005-08-02 06:53:48','2006-02-15 22:19:21'),(12456,461,2,11219,'0.99','2005-08-02 12:30:20','2006-02-15 22:19:21'),(12457,461,2,12022,'2.99','2005-08-17 19:52:45','2006-02-15 22:19:21'),(12458,461,1,13223,'2.99','2005-08-19 15:52:04','2006-02-15 22:19:21'),(12459,461,1,13269,'2.99','2005-08-19 17:34:00','2006-02-15 22:19:21'),(12460,461,1,14186,'4.99','2005-08-21 03:31:07','2006-02-15 22:19:21'),(12461,461,1,14893,'4.99','2005-08-22 04:15:48','2006-02-15 22:19:21'),(12462,461,1,15067,'2.99','2005-08-22 10:49:21','2006-02-15 22:19:21'),(12463,461,2,15187,'4.99','2005-08-22 15:53:32','2006-02-15 22:19:21'),(12464,461,1,15336,'6.99','2005-08-22 20:47:48','2006-02-15 22:19:21'),(12465,461,2,15411,'2.99','2005-08-22 23:35:41','2006-02-15 22:19:21'),(12466,461,2,15449,'2.99','2005-08-23 00:55:43','2006-02-15 22:19:21'),(12467,461,2,15613,'7.99','2005-08-23 07:03:19','2006-02-15 22:19:21'),(12468,462,2,156,'2.99','2005-05-26 01:19:05','2006-02-15 22:19:21'),(12469,462,2,590,'3.99','2005-05-28 13:06:50','2006-02-15 22:19:21'),(12470,462,2,1773,'5.99','2005-06-16 18:13:43','2006-02-15 22:19:21'),(12471,462,2,1926,'9.99','2005-06-17 06:24:30','2006-02-15 22:19:21'),(12472,462,1,3279,'4.99','2005-06-21 06:05:53','2006-02-15 22:19:22'),(12473,462,1,4500,'4.99','2005-07-08 02:10:01','2006-02-15 22:19:22'),(12474,462,2,4728,'3.99','2005-07-08 12:59:01','2006-02-15 22:19:22'),(12475,462,1,6583,'4.99','2005-07-12 06:42:31','2006-02-15 22:19:22'),(12476,462,1,6630,'0.99','2005-07-12 09:30:05','2006-02-15 22:19:22'),(12477,462,1,6710,'7.99','2005-07-12 13:23:09','2006-02-15 22:19:22'),(12478,462,1,6721,'6.99','2005-07-12 13:42:58','2006-02-15 22:19:22'),(12479,462,2,7295,'8.99','2005-07-27 12:38:47','2006-02-15 22:19:22'),(12480,462,1,7324,'6.99','2005-07-27 13:42:39','2006-02-15 22:19:22'),(12481,462,1,7762,'8.99','2005-07-28 06:34:23','2006-02-15 22:19:22'),(12482,462,1,7932,'4.99','2005-07-28 12:24:54','2006-02-15 22:19:22'),(12483,462,2,7935,'2.99','2005-07-28 12:33:17','2006-02-15 22:19:22'),(12484,462,1,8066,'2.99','2005-07-28 17:20:09','2006-02-15 22:19:22'),(12485,462,1,8282,'0.99','2005-07-29 01:49:04','2006-02-15 22:19:22'),(12486,462,1,8290,'3.99','2005-07-29 02:24:08','2006-02-15 22:19:22'),(12487,462,2,8757,'2.99','2005-07-29 19:19:10','2006-02-15 22:19:22'),(12488,462,1,9891,'0.99','2005-07-31 14:05:44','2006-02-15 22:19:22'),(12489,462,1,10283,'2.99','2005-08-01 03:29:45','2006-02-15 22:19:23'),(12490,462,2,11639,'6.99','2005-08-17 04:43:29','2006-02-15 22:19:23'),(12491,462,1,11808,'2.99','2005-08-17 11:51:16','2006-02-15 22:19:23'),(12492,462,1,12466,'4.99','2005-08-18 11:36:55','2006-02-15 22:19:23'),(12493,462,2,12582,'0.99','2005-08-18 15:51:12','2006-02-15 22:19:23'),(12494,462,1,12802,'8.99','2005-08-19 00:27:41','2006-02-15 22:19:23'),(12495,462,2,13041,'8.99','2005-08-19 09:05:38','2006-02-15 22:19:23'),(12496,462,1,13328,'4.99','2005-08-19 19:56:01','2006-02-15 22:19:23'),(12497,462,1,13492,'7.99','2005-08-20 01:32:04','2006-02-15 22:19:23'),(12498,462,2,15581,'2.99','2005-08-23 05:42:13','2006-02-15 22:19:23'),(12499,462,1,15943,'2.99','2005-08-23 18:49:32','2006-02-15 22:19:23'),(12500,462,1,16013,'0.99','2005-08-23 21:17:17','2006-02-15 22:19:23'),(12501,463,1,560,'1.99','2005-05-28 08:53:02','2006-02-15 22:19:23'),(12502,463,1,1284,'2.99','2005-06-15 08:27:33','2006-02-15 22:19:23'),(12503,463,2,2527,'4.99','2005-06-19 01:10:31','2006-02-15 22:19:23'),(12504,463,1,3217,'2.99','2005-06-21 01:28:12','2006-02-15 22:19:23'),(12505,463,1,3309,'4.99','2005-06-21 08:00:49','2006-02-15 22:19:23'),(12506,463,1,5026,'2.99','2005-07-09 02:32:34','2006-02-15 22:19:24'),(12507,463,1,5157,'2.99','2005-07-09 08:52:12','2006-02-15 22:19:24'),(12508,463,1,5448,'0.99','2005-07-09 22:11:14','2006-02-15 22:19:24'),(12509,463,2,6294,'0.99','2005-07-11 17:25:55','2006-02-15 22:19:24'),(12510,463,1,6932,'6.99','2005-07-26 23:08:04','2006-02-15 22:19:24'),(12511,463,1,7013,'0.99','2005-07-27 02:03:21','2006-02-15 22:19:24'),(12512,463,1,7361,'0.99','2005-07-27 14:53:55','2006-02-15 22:19:24'),(12513,463,1,8762,'2.99','2005-07-29 19:30:02','2006-02-15 22:19:24'),(12514,463,2,9405,'7.99','2005-07-30 20:22:17','2006-02-15 22:19:24'),(12515,463,1,9954,'2.99','2005-07-31 15:57:07','2006-02-15 22:19:24'),(12516,463,1,10275,'3.99','2005-08-01 03:20:08','2006-02-15 22:19:24'),(12517,463,2,10405,'0.99','2005-08-01 07:35:25','2006-02-15 22:19:24'),(12518,463,2,10906,'2.99','2005-08-02 01:47:04','2006-02-15 22:19:24'),(12519,463,2,12096,'7.99','2005-08-17 22:32:50','2006-02-15 22:19:24'),(12520,463,2,12679,'6.99','2005-08-18 19:42:11','2006-02-15 22:19:24'),(12521,463,1,12950,'2.99','2005-08-19 05:55:58','2006-02-15 22:19:24'),(12522,463,2,13938,'4.99','2005-08-20 17:24:45','2006-02-15 22:19:24'),(12523,463,1,14689,'0.99','2005-08-21 20:33:00','2006-02-15 22:19:24'),(12524,463,1,14859,'2.99','2005-08-22 02:46:35','2006-02-15 22:19:25'),(12525,463,2,15151,'7.99','2005-08-22 14:23:11','2006-02-15 22:19:25'),(12526,464,1,305,'3.99','2005-05-26 21:22:07','2006-02-15 22:19:25'),(12527,464,2,373,'1.99','2005-05-27 08:16:25','2006-02-15 22:19:25'),(12528,464,2,1277,'4.99','2005-06-15 08:01:29','2006-02-15 22:19:25'),(12529,464,1,3167,'2.99','2005-06-20 21:42:29','2006-02-15 22:19:25'),(12530,464,1,3761,'4.99','2005-07-06 12:52:44','2006-02-15 22:19:25'),(12531,464,1,4337,'5.99','2005-07-07 18:36:37','2006-02-15 22:19:25'),(12532,464,2,5455,'6.99','2005-07-09 22:28:45','2006-02-15 22:19:25'),(12533,464,1,5910,'4.99','2005-07-10 20:51:34','2006-02-15 22:19:25'),(12534,464,2,6601,'3.99','2005-07-12 07:44:49','2006-02-15 22:19:25'),(12535,464,1,9600,'5.99','2005-07-31 03:35:34','2006-02-15 22:19:25'),(12536,464,2,11275,'1.99','2005-08-02 14:25:58','2006-02-15 22:19:25'),(12537,464,1,13644,'8.99','2005-08-20 07:46:30','2006-02-15 22:19:25'),(12538,464,2,13943,'2.99','2005-08-20 17:31:18','2006-02-15 22:19:25'),(12539,464,1,15092,'6.99','2005-08-22 11:36:16','2006-02-15 22:19:25'),(12540,464,2,15854,'0.99','2005-08-23 15:58:05','2006-02-15 22:19:25'),(12541,464,1,15983,'4.99','2005-08-23 20:13:38','2006-02-15 22:19:26'),(12542,465,2,640,'0.99','2005-05-28 18:43:26','2006-02-15 22:19:26'),(12543,465,1,1337,'2.99','2005-06-15 12:12:42','2006-02-15 22:19:26'),(12544,465,1,2079,'4.99','2005-06-17 16:49:45','2006-02-15 22:19:26'),(12545,465,1,2159,'8.99','2005-06-17 23:37:29','2006-02-15 22:19:26'),(12546,465,2,2524,'0.99','2005-06-19 00:48:11','2006-02-15 22:19:26'),(12547,465,1,4763,'0.99','2005-07-08 14:57:32','2006-02-15 22:19:26'),(12548,465,2,6904,'3.99','2005-07-12 22:02:09','2006-02-15 22:19:26'),(12549,465,2,7508,'2.99','2005-07-27 20:33:08','2006-02-15 22:19:26'),(12550,465,1,10542,'3.99','2005-08-01 12:32:23','2006-02-15 22:19:26'),(12551,465,1,11156,'2.99','2005-08-02 09:56:06','2006-02-15 22:19:26'),(12552,465,1,11586,'4.99','2005-08-17 02:20:42','2006-02-15 22:19:26'),(12553,465,2,11648,'6.99','2005-08-17 04:56:16','2006-02-15 22:19:26'),(12554,465,2,12106,'4.99','2005-08-17 22:55:32','2006-02-15 22:19:26'),(12555,465,1,12814,'4.99','2005-08-19 00:58:24','2006-02-15 22:19:26'),(12556,465,1,12864,'4.99','2005-08-19 02:38:26','2006-02-15 22:19:26'),(12557,465,1,15550,'3.99','2005-08-23 04:27:54','2006-02-15 22:19:26'),(12558,465,2,15859,'4.99','2005-08-23 16:08:15','2006-02-15 22:19:27'),(12559,466,2,1104,'2.99','2005-05-31 14:30:01','2006-02-15 22:19:27'),(12560,466,2,1808,'7.99','2005-06-16 20:59:35','2006-02-15 22:19:27'),(12561,466,2,2446,'8.99','2005-06-18 19:04:41','2006-02-15 22:19:27'),(12562,466,1,3022,'3.99','2005-06-20 11:17:20','2006-02-15 22:19:27'),(12563,466,2,3237,'4.99','2005-06-21 02:47:56','2006-02-15 22:19:27'),(12564,466,2,3343,'2.99','2005-06-21 10:56:59','2006-02-15 22:19:27'),(12565,466,2,5048,'0.99','2005-07-09 03:46:33','2006-02-15 22:19:27'),(12566,466,1,5691,'4.99','2005-07-10 09:29:49','2006-02-15 22:19:27'),(12567,466,1,6073,'6.99','2005-07-11 04:54:31','2006-02-15 22:19:27'),(12568,466,2,7080,'2.99','2005-07-27 04:25:25','2006-02-15 22:19:27'),(12569,466,2,8276,'0.99','2005-07-29 01:38:43','2006-02-15 22:19:27'),(12570,466,1,9202,'3.99','2005-07-30 12:43:24','2006-02-15 22:19:27'),(12571,466,1,9257,'2.99','2005-07-30 14:30:38','2006-02-15 22:19:27'),(12572,466,1,10469,'4.99','2005-08-01 09:51:11','2006-02-15 22:19:27'),(12573,466,2,11343,'0.99','2005-08-02 17:12:30','2006-02-15 22:19:27'),(12574,466,1,11359,'4.99','2005-08-02 17:45:55','2006-02-15 22:19:27'),(12575,466,1,12048,'7.99','2005-08-17 20:49:24','2006-02-15 22:19:27'),(12576,466,1,13478,'2.99','2005-08-20 01:07:14','2006-02-15 22:19:28'),(12577,466,1,13884,'5.99','2005-08-20 15:30:51','2006-02-15 22:19:28'),(12578,466,1,13988,'4.99','2005-08-20 19:21:28','2006-02-15 22:19:28'),(12579,466,2,14546,'2.99','2005-08-21 15:50:50','2006-02-15 22:19:28'),(12580,466,2,15230,'4.99','2005-08-22 17:31:41','2006-02-15 22:19:28'),(12581,466,1,16005,'7.99','2005-08-23 21:00:22','2006-02-15 22:19:28'),(12582,467,2,225,'4.99','2005-05-26 10:27:50','2006-02-15 22:19:28'),(12583,467,1,1737,'8.99','2005-06-16 15:59:44','2006-02-15 22:19:28'),(12584,467,2,2121,'4.99','2005-06-17 20:38:54','2006-02-15 22:19:28'),(12585,467,2,2870,'9.99','2005-06-20 00:17:46','2006-02-15 22:19:28'),(12586,467,1,3250,'6.99','2005-06-21 03:16:36','2006-02-15 22:19:28'),(12587,467,1,4216,'0.99','2005-07-07 12:01:34','2006-02-15 22:19:28'),(12588,467,2,4222,'4.99','2005-07-07 12:20:21','2006-02-15 22:19:28'),(12589,467,1,4259,'4.99','2005-07-07 14:22:18','2006-02-15 22:19:28'),(12590,467,2,5160,'4.99','2005-07-09 08:57:07','2006-02-15 22:19:28'),(12591,467,2,6271,'6.99','2005-07-11 16:01:35','2006-02-15 22:19:28'),(12592,467,2,7360,'2.99','2005-07-27 14:52:06','2006-02-15 22:19:28'),(12593,467,2,7573,'5.99','2005-07-27 22:46:20','2006-02-15 22:19:29'),(12594,467,1,7611,'2.99','2005-07-28 00:11:47','2006-02-15 22:19:29'),(12595,467,1,8010,'7.99','2005-07-28 15:26:20','2006-02-15 22:19:29'),(12596,467,2,8061,'6.99','2005-07-28 17:12:53','2006-02-15 22:19:29'),(12597,467,2,8224,'2.99','2005-07-28 23:59:02','2006-02-15 22:19:29'),(12598,467,2,8480,'8.99','2005-07-29 08:44:46','2006-02-15 22:19:29'),(12599,467,1,8767,'4.99','2005-07-29 19:42:33','2006-02-15 22:19:29'),(12600,467,2,10239,'0.99','2005-08-01 02:09:22','2006-02-15 22:19:29'),(12601,467,2,11332,'2.99','2005-08-02 16:52:57','2006-02-15 22:19:29'),(12602,467,1,11874,'4.99','2005-08-17 14:16:40','2006-02-15 22:19:29'),(12603,467,1,12266,'2.99','2005-08-18 04:22:31','2006-02-15 22:19:29'),(12604,467,1,12437,'9.99','2005-08-18 10:42:43','2006-02-15 22:19:29'),(12605,467,1,12641,'2.99','2005-08-18 18:18:08','2006-02-15 22:19:29'),(12606,467,1,14402,'2.99','2005-08-21 10:38:17','2006-02-15 22:19:29'),(12607,467,1,14451,'0.99','2005-08-21 12:21:44','2006-02-15 22:19:29'),(12608,467,1,14842,'3.99','2005-08-22 02:04:38','2006-02-15 22:19:29'),(12609,467,1,15032,'0.99','2005-08-22 09:14:09','2006-02-15 22:19:29'),(12610,467,2,15830,'2.99','2005-08-23 15:19:15','2006-02-15 22:19:30'),(12611,468,2,101,'6.99','2005-05-25 17:17:04','2006-02-15 22:19:30'),(12612,468,1,186,'4.99','2005-05-26 05:32:52','2006-02-15 22:19:30'),(12613,468,2,296,'6.99','2005-05-26 20:35:19','2006-02-15 22:19:30'),(12614,468,2,459,'0.99','2005-05-27 20:00:04','2006-02-15 22:19:30'),(12615,468,1,673,'0.99','2005-05-28 22:07:30','2006-02-15 22:19:30'),(12616,468,2,1229,'2.99','2005-06-15 03:53:13','2006-02-15 22:19:30'),(12617,468,1,1627,'8.99','2005-06-16 07:51:09','2006-02-15 22:19:30'),(12618,468,1,1821,'2.99','2005-06-16 21:42:49','2006-02-15 22:19:30'),(12619,468,1,1975,'2.99','2005-06-17 09:32:10','2006-02-15 22:19:30'),(12620,468,2,2462,'4.99','2005-06-18 20:00:15','2006-02-15 22:19:30'),(12621,468,1,2831,'0.99','2005-06-19 21:17:06','2006-02-15 22:19:30'),(12622,468,2,3724,'2.99','2005-07-06 11:12:48','2006-02-15 22:19:30'),(12623,468,1,3840,'5.99','2005-07-06 16:30:59','2006-02-15 22:19:30'),(12624,468,2,4184,'3.99','2005-07-07 10:30:08','2006-02-15 22:19:30'),(12625,468,2,4527,'3.99','2005-07-08 03:20:10','2006-02-15 22:19:30'),(12626,468,1,5285,'2.99','2005-07-09 15:10:44','2006-02-15 22:19:30'),(12627,468,1,6392,'0.99','2005-07-11 22:25:19','2006-02-15 22:19:31'),(12628,468,1,6581,'4.99','2005-07-12 06:26:49','2006-02-15 22:19:31'),(12629,468,2,6815,'5.99','2005-07-12 18:14:10','2006-02-15 22:19:31'),(12630,468,2,7292,'4.99','2005-07-27 12:34:14','2006-02-15 22:19:31'),(12631,468,1,7685,'0.99','2005-07-28 03:13:00','2006-02-15 22:19:31'),(12632,468,2,8423,'5.99','2005-07-29 07:02:57','2006-02-15 22:19:31'),(12633,468,2,8768,'6.99','2005-07-29 19:43:02','2006-02-15 22:19:31'),(12634,468,1,9598,'0.99','2005-07-31 03:30:41','2006-02-15 22:19:31'),(12635,468,1,9690,'6.99','2005-07-31 07:06:29','2006-02-15 22:19:31'),(12636,468,2,11257,'10.99','2005-08-02 13:45:05','2006-02-15 22:19:31'),(12637,468,2,11633,'4.99','2005-08-17 04:30:09','2006-02-15 22:19:31'),(12638,468,2,12026,'6.99','2005-08-17 20:00:10','2006-02-15 22:19:31'),(12639,468,2,13221,'3.99','2005-08-19 15:45:47','2006-02-15 22:19:31'),(12640,468,1,13417,'0.99','2005-08-19 22:51:39','2006-02-15 22:19:31'),(12641,468,2,14154,'4.99','2005-08-21 02:30:00','2006-02-15 22:19:31'),(12642,468,2,14210,'4.99','2005-08-21 04:28:02','2006-02-15 22:19:31'),(12643,468,1,14309,'9.99','2005-08-21 07:44:17','2006-02-15 22:19:31'),(12644,468,1,14313,'2.99','2005-08-21 07:49:53','2006-02-15 22:19:32'),(12645,468,1,14614,'9.99','2005-08-21 18:03:51','2006-02-15 22:19:32'),(12646,468,2,15435,'4.99','2005-08-23 00:28:19','2006-02-15 22:19:32'),(12647,468,1,15522,'1.99','2005-08-23 03:32:31','2006-02-15 22:19:32'),(12648,468,1,15836,'2.99','2005-08-23 15:29:17','2006-02-15 22:19:32'),(12649,468,2,16044,'0.99','2005-08-23 22:24:39','2006-02-15 22:19:32'),(12650,469,1,168,'0.99','2005-05-26 03:07:43','2006-02-15 22:19:32'),(12651,469,2,506,'7.99','2005-05-28 02:09:19','2006-02-15 22:19:32'),(12652,469,2,529,'4.99','2005-05-28 04:34:17','2006-02-15 22:19:32'),(12653,469,2,936,'1.99','2005-05-30 13:52:49','2006-02-15 22:19:32'),(12654,469,1,1119,'2.99','2005-05-31 16:34:27','2006-02-15 22:19:32'),(12655,469,2,1399,'0.99','2005-06-15 16:29:51','2006-02-15 22:19:32'),(12656,469,1,1680,'9.99','2005-06-16 11:17:22','2006-02-15 22:19:32'),(12657,469,2,3522,'4.99','2005-07-06 01:00:21','2006-02-15 22:19:32'),(12658,469,1,3526,'10.99','2005-07-06 01:03:29','2006-02-15 22:19:32'),(12659,469,2,4067,'3.99','2005-07-07 04:34:23','2006-02-15 22:19:32'),(12660,469,2,4123,'0.99','2005-07-07 07:16:19','2006-02-15 22:19:32'),(12661,469,1,5133,'0.99','2005-07-09 07:43:22','2006-02-15 22:19:33'),(12662,469,1,5299,'3.99','2005-07-09 15:38:09','2006-02-15 22:19:33'),(12663,469,2,5664,'6.99','2005-07-10 08:04:41','2006-02-15 22:19:33'),(12664,469,2,6022,'0.99','2005-07-11 02:15:53','2006-02-15 22:19:33'),(12665,469,2,6099,'4.99','2005-07-11 06:24:44','2006-02-15 22:19:33'),(12666,469,1,6797,'4.99','2005-07-12 16:47:06','2006-02-15 22:19:33'),(12667,469,1,6955,'3.99','2005-07-26 23:55:48','2006-02-15 22:19:33'),(12668,469,2,7062,'6.99','2005-07-27 03:52:01','2006-02-15 22:19:33'),(12669,469,2,7271,'6.99','2005-07-27 11:29:11','2006-02-15 22:19:33'),(12670,469,2,7756,'4.99','2005-07-28 06:22:52','2006-02-15 22:19:33'),(12671,469,1,7914,'4.99','2005-07-28 11:48:08','2006-02-15 22:19:33'),(12672,469,2,8791,'0.99','2005-07-29 20:53:23','2006-02-15 22:19:33'),(12673,469,1,9187,'2.99','2005-07-30 12:14:03','2006-02-15 22:19:33'),(12674,469,2,10075,'4.99','2005-07-31 19:58:42','2006-02-15 22:19:33'),(12675,469,1,10258,'4.99','2005-08-01 02:51:09','2006-02-15 22:19:33'),(12676,469,1,10316,'4.99','2005-08-01 04:34:57','2006-02-15 22:19:33'),(12677,469,1,10658,'2.99','2005-08-01 16:39:18','2006-02-15 22:19:33'),(12678,469,1,10741,'2.99','2005-08-01 19:52:52','2006-02-15 22:19:34'),(12679,469,2,11185,'0.99','2005-08-02 11:04:35','2006-02-15 22:19:34'),(12680,469,2,12035,'0.99','2005-08-17 20:18:06','2006-02-15 22:19:34'),(12681,469,1,12447,'4.99','2005-08-18 10:57:01','2006-02-15 22:19:34'),(12682,469,1,12633,'6.99','2005-08-18 17:55:38','2006-02-15 22:19:34'),(12683,469,1,13654,'4.99','2005-08-20 07:58:21','2006-02-15 22:19:34'),(12684,469,1,13763,'2.99','2005-08-20 11:37:56','2006-02-15 22:19:34'),(12685,469,2,14197,'7.99','2005-08-21 03:47:25','2006-02-15 22:19:34'),(12686,469,2,14661,'2.99','2005-08-21 19:44:21','2006-02-15 22:19:34'),(12687,469,1,15487,'4.99','2005-08-23 02:05:51','2006-02-15 22:19:34'),(12688,469,1,15561,'9.99','2005-08-23 05:02:31','2006-02-15 22:19:34'),(12689,469,1,15851,'2.99','2005-08-23 15:46:33','2006-02-15 22:19:34'),(12690,470,2,60,'2.99','2005-05-25 08:58:25','2006-02-15 22:19:34'),(12691,470,2,1256,'0.99','2005-06-15 06:13:57','2006-02-15 22:19:34'),(12692,470,1,1283,'0.99','2005-06-15 08:27:30','2006-02-15 22:19:34'),(12693,470,2,1594,'7.99','2005-06-16 05:15:12','2006-02-15 22:19:34'),(12694,470,1,3764,'5.99','2005-07-06 13:01:03','2006-02-15 22:19:34'),(12695,470,1,3841,'4.99','2005-07-06 16:34:00','2006-02-15 22:19:35'),(12696,470,1,3922,'4.99','2005-07-06 20:32:27','2006-02-15 22:19:35'),(12697,470,1,4373,'4.99','2005-07-07 20:10:59','2006-02-15 22:19:35'),(12698,470,2,4502,'6.99','2005-07-08 02:12:04','2006-02-15 22:19:35'),(12699,470,2,5082,'4.99','2005-07-09 05:28:38','2006-02-15 22:19:35'),(12700,470,1,6009,'3.99','2005-07-11 01:51:58','2006-02-15 22:19:35'),(12701,470,1,6198,'2.99','2005-07-11 12:12:17','2006-02-15 22:19:35'),(12702,470,2,6703,'4.99','2005-07-12 12:50:19','2006-02-15 22:19:35'),(12703,470,1,6927,'10.99','2005-07-26 22:56:00','2006-02-15 22:19:35'),(12704,470,1,6942,'5.99','2005-07-26 23:27:40','2006-02-15 22:19:35'),(12705,470,1,7663,'4.99','2005-07-28 02:19:48','2006-02-15 22:19:35'),(12706,470,2,8476,'8.99','2005-07-29 08:39:12','2006-02-15 22:19:35'),(12707,470,1,8890,'6.99','2005-07-30 00:42:06','2006-02-15 22:19:35'),(12708,470,1,9422,'5.99','2005-07-30 21:08:41','2006-02-15 22:19:35'),(12709,470,1,9687,'2.99','2005-07-31 06:52:54','2006-02-15 22:19:35'),(12710,470,1,10006,'4.99','2005-07-31 17:54:35','2006-02-15 22:19:35'),(12711,470,1,10236,'0.99','2005-08-01 02:05:34','2006-02-15 22:19:35'),(12712,470,2,10944,'4.99','2005-08-02 03:20:03','2006-02-15 22:19:36'),(12713,470,2,11397,'1.99','2005-08-02 18:53:14','2006-02-15 22:19:36'),(12714,470,2,11711,'2.99','2005-08-17 07:30:55','2006-02-15 22:19:36'),(12715,470,1,11742,'0.99','2005-08-17 08:48:43','2006-02-15 22:19:36'),(12716,470,2,12177,'3.99','2005-08-18 01:15:47','2006-02-15 22:19:36'),(12717,470,2,12423,'8.99','2005-08-18 10:14:52','2006-02-15 22:19:36'),(12718,470,1,12753,'10.99','2005-08-18 22:37:39','2006-02-15 22:19:36'),(12719,470,2,13585,'4.99','2005-08-20 05:32:23','2006-02-15 22:19:36'),(12720,470,1,13592,'4.99','2005-08-20 05:50:35','2006-02-15 22:19:36'),(12721,470,2,14405,'4.99','2005-08-21 10:45:01','2006-02-15 22:19:36'),(12722,471,1,616,'2.99','2005-05-28 15:45:39','2006-02-15 22:19:36'),(12723,471,1,1447,'4.99','2005-06-15 19:13:51','2006-02-15 22:19:36'),(12724,471,2,1449,'2.99','2005-06-15 19:19:16','2006-02-15 22:19:36'),(12725,471,2,2165,'2.99','2005-06-17 23:51:10','2006-02-15 22:19:36'),(12726,471,2,2350,'4.99','2005-06-18 12:25:29','2006-02-15 22:19:36'),(12727,471,2,3073,'4.99','2005-06-20 14:33:26','2006-02-15 22:19:36'),(12728,471,1,3917,'0.99','2005-07-06 20:19:29','2006-02-15 22:19:36'),(12729,471,1,4020,'2.99','2005-07-07 01:42:22','2006-02-15 22:19:37'),(12730,471,2,6293,'2.99','2005-07-11 17:24:57','2006-02-15 22:19:37'),(12731,471,1,6336,'8.99','2005-07-11 19:30:13','2006-02-15 22:19:37'),(12732,471,1,6912,'5.99','2005-07-12 22:17:16','2006-02-15 22:19:37'),(12733,471,1,8199,'0.99','2005-07-28 23:10:25','2006-02-15 22:19:37'),(12734,471,1,9077,'2.99','2005-07-30 08:00:19','2006-02-15 22:19:37'),(12735,471,1,9502,'0.99','2005-07-31 00:02:10','2006-02-15 22:19:37'),(12736,471,2,9560,'2.99','2005-07-31 02:17:27','2006-02-15 22:19:37'),(12737,471,1,10430,'2.99','2005-08-01 08:37:06','2006-02-15 22:19:37'),(12738,471,2,10828,'3.99','2005-08-01 23:16:10','2006-02-15 22:19:37'),(12739,471,2,11601,'4.99','2005-08-17 03:14:47','2006-02-15 22:19:37'),(12740,471,1,12271,'4.99','2005-08-18 04:33:11','2006-02-15 22:19:37'),(12741,471,1,13661,'5.99','2005-08-20 08:05:59','2006-02-15 22:19:37'),(12742,471,1,14085,'7.99','2005-08-20 23:46:24','2006-02-15 22:19:37'),(12743,471,1,14094,'4.99','2005-08-21 00:21:35','2006-02-15 22:19:37'),(12744,471,1,14317,'5.99','2005-08-21 08:00:40','2006-02-15 22:19:37'),(12745,471,2,14538,'2.99','2005-08-21 15:28:15','2006-02-15 22:19:37'),(12746,471,2,14942,'7.99','2005-08-22 05:58:27','2006-02-15 22:19:38'),(12747,471,2,15184,'0.99','2005-08-22 15:51:12','2006-02-15 22:19:38'),(12748,471,1,15654,'1.99','2005-08-23 08:34:53','2006-02-15 22:19:38'),(12749,472,2,142,'0.99','2005-05-25 23:43:47','2006-02-15 22:19:38'),(12750,472,2,249,'2.99','2005-05-26 14:19:09','2006-02-15 22:19:38'),(12751,472,2,800,'0.99','2005-05-29 17:28:12','2006-02-15 22:19:38'),(12752,472,2,994,'4.99','2005-05-30 23:55:36','2006-02-15 22:19:38'),(12753,472,1,1389,'4.99','2005-06-15 15:49:01','2006-02-15 22:19:38'),(12754,472,2,1776,'6.99','2005-06-16 18:46:58','2006-02-15 22:19:38'),(12755,472,1,2538,'5.99','2005-06-19 01:56:59','2006-02-15 22:19:38'),(12756,472,1,2974,'0.99','2005-06-20 08:00:24','2006-02-15 22:19:38'),(12757,472,1,2991,'4.99','2005-06-20 09:10:43','2006-02-15 22:19:38'),(12758,472,1,3254,'0.99','2005-06-21 03:27:10','2006-02-15 22:19:38'),(12759,472,2,3815,'6.99','2005-07-06 15:26:36','2006-02-15 22:19:38'),(12760,472,2,5318,'2.99','2005-07-09 16:11:33','2006-02-15 22:19:38'),(12761,472,1,5612,'3.99','2005-07-10 05:15:12','2006-02-15 22:19:38'),(12762,472,1,6119,'6.99','2005-07-11 07:44:46','2006-02-15 22:19:38'),(12763,472,2,6274,'5.99','2005-07-11 16:09:42','2006-02-15 22:19:38'),(12764,472,1,6308,'5.99','2005-07-11 18:08:41','2006-02-15 22:19:39'),(12765,472,1,6584,'2.99','2005-07-12 06:43:36','2006-02-15 22:19:39'),(12766,472,2,8929,'5.99','2005-07-30 02:28:22','2006-02-15 22:19:39'),(12767,472,2,9926,'6.99','2005-07-31 15:11:51','2006-02-15 22:19:39'),(12768,472,1,10282,'6.99','2005-08-01 03:29:10','2006-02-15 22:19:39'),(12769,472,1,10627,'0.99','2005-08-01 15:33:03','2006-02-15 22:19:39'),(12770,472,1,11911,'6.99','2005-08-17 15:51:35','2006-02-15 22:19:39'),(12771,472,2,12763,'4.99','2005-08-18 23:07:01','2006-02-15 22:19:39'),(12772,472,2,13188,'8.99','2005-08-19 14:27:03','2006-02-15 22:19:39'),(12773,472,1,14209,'4.99','2005-08-21 04:17:56','2006-02-15 22:19:39'),(12774,472,2,14596,'4.99','2005-08-21 17:38:37','2006-02-15 22:19:39'),(12775,472,1,14597,'4.99','2005-08-21 17:39:41','2006-02-15 22:19:39'),(12776,472,2,15185,'5.99','2005-08-22 15:52:50','2006-02-15 22:19:39'),(12777,472,2,15278,'2.99','2005-08-22 19:06:47','2006-02-15 22:19:39'),(12778,472,2,14928,'4.99','2006-02-14 15:16:03','2006-02-15 22:19:39'),(12779,473,1,348,'4.99','2005-05-27 04:50:56','2006-02-15 22:19:39'),(12780,473,2,942,'2.99','2005-05-30 15:05:47','2006-02-15 22:19:39'),(12781,473,2,973,'3.99','2005-05-30 20:27:45','2006-02-15 22:19:40'),(12782,473,2,1748,'0.99','2005-06-16 16:54:03','2006-02-15 22:19:40'),(12783,473,1,2125,'2.99','2005-06-17 20:53:42','2006-02-15 22:19:40'),(12784,473,2,2553,'4.99','2005-06-19 03:04:59','2006-02-15 22:19:40'),(12785,473,2,2748,'4.99','2005-06-19 16:22:26','2006-02-15 22:19:40'),(12786,473,1,3971,'0.99','2005-07-06 22:50:40','2006-02-15 22:19:40'),(12787,473,2,4006,'4.99','2005-07-07 00:25:29','2006-02-15 22:19:40'),(12788,473,2,4625,'4.99','2005-07-08 08:14:26','2006-02-15 22:19:40'),(12789,473,1,4873,'0.99','2005-07-08 19:23:32','2006-02-15 22:19:40'),(12790,473,2,5447,'5.99','2005-07-09 22:09:28','2006-02-15 22:19:40'),(12791,473,1,6446,'2.99','2005-07-12 00:44:08','2006-02-15 22:19:40'),(12792,473,2,6890,'4.99','2005-07-12 21:03:03','2006-02-15 22:19:40'),(12793,473,1,7111,'4.99','2005-07-27 05:38:16','2006-02-15 22:19:40'),(12794,473,1,7215,'2.99','2005-07-27 09:24:00','2006-02-15 22:19:40'),(12795,473,2,7918,'1.99','2005-07-28 11:58:53','2006-02-15 22:19:40'),(12796,473,2,7928,'7.99','2005-07-28 12:15:51','2006-02-15 22:19:40'),(12797,473,1,9025,'4.99','2005-07-30 05:50:08','2006-02-15 22:19:40'),(12798,473,2,9120,'8.99','2005-07-30 09:26:08','2006-02-15 22:19:41'),(12799,473,1,10867,'2.99','2005-08-02 00:24:15','2006-02-15 22:19:41'),(12800,473,2,11006,'2.99','2005-08-02 05:05:52','2006-02-15 22:19:41'),(12801,473,1,11216,'4.99','2005-08-02 12:23:43','2006-02-15 22:19:41'),(12802,473,1,11336,'0.99','2005-08-02 16:58:56','2006-02-15 22:19:41'),(12803,473,2,11421,'7.99','2005-08-02 19:51:53','2006-02-15 22:19:41'),(12804,473,1,11741,'0.99','2005-08-17 08:48:39','2006-02-15 22:19:41'),(12805,473,2,13984,'4.99','2005-08-20 19:12:30','2006-02-15 22:19:41'),(12806,473,2,14202,'0.99','2005-08-21 03:51:52','2006-02-15 22:19:41'),(12807,473,2,14550,'0.99','2005-08-21 15:56:39','2006-02-15 22:19:41'),(12808,473,2,14658,'4.99','2005-08-21 19:41:50','2006-02-15 22:19:41'),(12809,473,2,14757,'4.99','2005-08-21 23:23:37','2006-02-15 22:19:41'),(12810,473,1,15118,'4.99','2005-08-22 12:38:37','2006-02-15 22:19:41'),(12811,473,2,15400,'2.99','2005-08-22 23:13:03','2006-02-15 22:19:41'),(12812,473,2,16024,'4.99','2005-08-23 21:46:47','2006-02-15 22:19:41'),(12813,474,1,816,'7.99','2005-05-29 20:26:39','2006-02-15 22:19:41'),(12814,474,1,1758,'8.99','2005-06-16 17:39:39','2006-02-15 22:19:41'),(12815,474,2,2944,'7.99','2005-06-20 05:43:42','2006-02-15 22:19:42'),(12816,474,2,3787,'4.99','2005-07-06 14:02:01','2006-02-15 22:19:42'),(12817,474,2,4048,'1.99','2005-07-07 03:30:52','2006-02-15 22:19:42'),(12818,474,1,4481,'2.99','2005-07-08 00:58:15','2006-02-15 22:19:42'),(12819,474,1,4533,'0.99','2005-07-08 03:32:01','2006-02-15 22:19:42'),(12820,474,2,4785,'0.99','2005-07-08 16:10:19','2006-02-15 22:19:42'),(12821,474,1,4809,'2.99','2005-07-08 17:03:22','2006-02-15 22:19:42'),(12822,474,2,4886,'4.99','2005-07-08 19:53:22','2006-02-15 22:19:42'),(12823,474,1,5251,'0.99','2005-07-09 13:36:10','2006-02-15 22:19:42'),(12824,474,1,6499,'7.99','2005-07-12 03:11:18','2006-02-15 22:19:42'),(12825,474,1,8991,'2.99','2005-07-30 04:42:54','2006-02-15 22:19:42'),(12826,474,2,10376,'5.99','2005-08-01 06:27:13','2006-02-15 22:19:42'),(12827,474,2,11117,'0.99','2005-08-02 08:36:03','2006-02-15 22:19:42'),(12828,474,1,11489,'2.99','2005-08-02 22:35:28','2006-02-15 22:19:42'),(12829,474,2,11537,'2.99','2005-08-17 00:41:08','2006-02-15 22:19:42'),(12830,474,1,12083,'2.99','2005-08-17 22:13:37','2006-02-15 22:19:42'),(12831,474,1,12236,'4.99','2005-08-18 03:19:29','2006-02-15 22:19:43'),(12832,474,1,12440,'0.99','2005-08-18 10:47:35','2006-02-15 22:19:43'),(12833,474,2,12597,'2.99','2005-08-18 16:34:02','2006-02-15 22:19:43'),(12834,474,1,12702,'4.99','2005-08-18 20:30:33','2006-02-15 22:19:43'),(12835,474,1,14728,'0.99','2005-08-21 22:15:36','2006-02-15 22:19:43'),(12836,474,2,15046,'4.99','2005-08-22 09:54:54','2006-02-15 22:19:43'),(12837,474,1,15558,'6.99','2005-08-23 04:52:22','2006-02-15 22:19:43'),(12838,474,1,11909,'0.99','2006-02-14 15:16:03','2006-02-15 22:19:43'),(12839,475,2,417,'4.99','2005-05-27 15:07:27','2006-02-15 22:19:43'),(12840,475,1,702,'0.99','2005-05-29 02:27:30','2006-02-15 22:19:43'),(12841,475,2,3980,'5.99','2005-07-06 23:11:11','2006-02-15 22:19:43'),(12842,475,1,4013,'6.99','2005-07-07 00:58:00','2006-02-15 22:19:43'),(12843,475,1,4617,'4.99','2005-07-08 07:55:08','2006-02-15 22:19:43'),(12844,475,2,5379,'0.99','2005-07-09 19:08:03','2006-02-15 22:19:43'),(12845,475,1,5407,'0.99','2005-07-09 20:16:07','2006-02-15 22:19:43'),(12846,475,2,5415,'9.99','2005-07-09 20:30:03','2006-02-15 22:19:43'),(12847,475,2,5469,'2.99','2005-07-09 23:08:07','2006-02-15 22:19:43'),(12848,475,1,6224,'4.99','2005-07-11 13:42:18','2006-02-15 22:19:44'),(12849,475,1,7641,'7.99','2005-07-28 01:15:45','2006-02-15 22:19:44'),(12850,475,1,7775,'1.99','2005-07-28 07:04:36','2006-02-15 22:19:44'),(12851,475,2,8207,'5.99','2005-07-28 23:26:31','2006-02-15 22:19:44'),(12852,475,1,9183,'7.99','2005-07-30 12:09:56','2006-02-15 22:19:44'),(12853,475,1,9647,'2.99','2005-07-31 05:45:15','2006-02-15 22:19:44'),(12854,475,1,9737,'2.99','2005-07-31 08:59:18','2006-02-15 22:19:44'),(12855,475,2,10162,'3.99','2005-07-31 23:11:01','2006-02-15 22:19:44'),(12856,475,1,10357,'0.99','2005-08-01 05:49:49','2006-02-15 22:19:44'),(12857,475,1,10633,'3.99','2005-08-01 15:37:17','2006-02-15 22:19:44'),(12858,475,1,11293,'5.99','2005-08-02 15:00:43','2006-02-15 22:19:44'),(12859,475,1,11770,'4.99','2005-08-17 10:05:05','2006-02-15 22:19:44'),(12860,475,2,14303,'2.99','2005-08-21 07:22:43','2006-02-15 22:19:44'),(12861,475,1,15097,'1.99','2005-08-22 11:43:42','2006-02-15 22:19:44'),(12862,475,1,15288,'4.99','2005-08-22 19:23:58','2006-02-15 22:19:44'),(12863,476,1,489,'4.99','2005-05-28 00:09:12','2006-02-15 22:19:44'),(12864,476,1,771,'2.99','2005-05-29 12:59:14','2006-02-15 22:19:44'),(12865,476,1,1682,'3.99','2005-06-16 11:54:25','2006-02-15 22:19:44'),(12866,476,1,2080,'0.99','2005-06-17 16:59:40','2006-02-15 22:19:45'),(12867,476,2,2508,'4.99','2005-06-18 23:43:58','2006-02-15 22:19:45'),(12868,476,2,3448,'2.99','2005-06-21 20:59:20','2006-02-15 22:19:45'),(12869,476,2,3477,'7.99','2005-07-05 23:05:17','2006-02-15 22:19:45'),(12870,476,1,4010,'5.99','2005-07-07 00:47:00','2006-02-15 22:19:45'),(12871,476,2,4171,'4.99','2005-07-07 09:49:04','2006-02-15 22:19:45'),(12872,476,2,5644,'4.99','2005-07-10 06:57:44','2006-02-15 22:19:45'),(12873,476,1,6151,'2.99','2005-07-11 09:25:17','2006-02-15 22:19:45'),(12874,476,1,7461,'0.99','2005-07-27 18:45:15','2006-02-15 22:19:45'),(12875,476,1,8146,'0.99','2005-07-28 20:37:36','2006-02-15 22:19:45'),(12876,476,2,9325,'6.99','2005-07-30 17:29:19','2006-02-15 22:19:45'),(12877,476,2,9743,'3.99','2005-07-31 09:12:42','2006-02-15 22:19:45'),(12878,476,1,10346,'4.99','2005-08-01 05:19:23','2006-02-15 22:19:45'),(12879,476,1,10617,'9.99','2005-08-01 15:05:52','2006-02-15 22:19:45'),(12880,476,1,10826,'6.99','2005-08-01 23:07:56','2006-02-15 22:19:45'),(12881,476,1,12616,'4.99','2005-08-18 17:22:41','2006-02-15 22:19:45'),(12882,476,2,12709,'5.99','2005-08-18 20:59:51','2006-02-15 22:19:46'),(12883,476,1,15413,'0.99','2005-08-22 23:38:01','2006-02-15 22:19:46'),(12884,476,1,13941,'0.99','2006-02-14 15:16:03','2006-02-15 22:19:46'),(12885,477,1,882,'2.99','2005-05-30 06:16:06','2006-02-15 22:19:46'),(12886,477,1,1714,'6.99','2005-06-16 14:29:59','2006-02-15 22:19:46'),(12887,477,1,2187,'2.99','2005-06-18 01:17:27','2006-02-15 22:19:46'),(12888,477,1,2306,'10.99','2005-06-18 08:33:23','2006-02-15 22:19:46'),(12889,477,2,2676,'4.99','2005-06-19 11:54:57','2006-02-15 22:19:46'),(12890,477,2,4237,'5.99','2005-07-07 13:16:55','2006-02-15 22:19:46'),(12891,477,1,4283,'2.99','2005-07-07 15:29:35','2006-02-15 22:19:46'),(12892,477,2,4956,'7.99','2005-07-08 23:17:10','2006-02-15 22:19:46'),(12893,477,2,6265,'2.99','2005-07-11 15:43:51','2006-02-15 22:19:46'),(12894,477,2,7302,'2.99','2005-07-27 12:52:13','2006-02-15 22:19:46'),(12895,477,2,7904,'10.99','2005-07-28 11:25:39','2006-02-15 22:19:46'),(12896,477,1,8515,'6.99','2005-07-29 09:55:20','2006-02-15 22:19:46'),(12897,477,1,8821,'5.99','2005-07-29 22:18:12','2006-02-15 22:19:46'),(12898,477,2,8857,'2.99','2005-07-29 23:44:22','2006-02-15 22:19:46'),(12899,477,2,9446,'8.99','2005-07-30 21:53:01','2006-02-15 22:19:46'),(12900,477,1,10500,'4.99','2005-08-01 11:01:01','2006-02-15 22:19:47'),(12901,477,2,10912,'0.99','2005-08-02 02:00:03','2006-02-15 22:19:47'),(12902,477,2,12420,'4.99','2005-08-18 10:01:50','2006-02-15 22:19:47'),(12903,477,1,13002,'0.99','2005-08-19 07:37:58','2006-02-15 22:19:47'),(12904,477,2,14552,'3.99','2005-08-21 15:59:27','2006-02-15 22:19:47'),(12905,477,2,15091,'2.99','2005-08-22 11:34:43','2006-02-15 22:19:47'),(12906,477,1,15929,'2.99','2005-08-23 18:23:30','2006-02-15 22:19:47'),(12907,478,1,1708,'0.99','2005-06-16 14:08:44','2006-02-15 22:19:47'),(12908,478,2,2358,'4.99','2005-06-18 13:00:51','2006-02-15 22:19:47'),(12909,478,1,2529,'6.99','2005-06-19 01:18:27','2006-02-15 22:19:47'),(12910,478,2,2616,'8.99','2005-06-19 07:33:00','2006-02-15 22:19:47'),(12911,478,2,2765,'4.99','2005-06-19 17:34:39','2006-02-15 22:19:47'),(12912,478,2,3259,'4.99','2005-06-21 03:57:15','2006-02-15 22:19:47'),(12913,478,1,3691,'4.99','2005-07-06 09:46:12','2006-02-15 22:19:47'),(12914,478,1,5837,'4.99','2005-07-10 16:57:50','2006-02-15 22:19:47'),(12915,478,1,7522,'2.99','2005-07-27 21:11:03','2006-02-15 22:19:47'),(12916,478,2,8488,'4.99','2005-07-29 08:57:38','2006-02-15 22:19:48'),(12917,478,1,9665,'4.99','2005-07-31 06:17:33','2006-02-15 22:19:48'),(12918,478,2,10016,'4.99','2005-07-31 18:13:06','2006-02-15 22:19:48'),(12919,478,2,10127,'0.99','2005-07-31 21:39:48','2006-02-15 22:19:48'),(12920,478,1,11906,'2.99','2005-08-17 15:40:46','2006-02-15 22:19:48'),(12921,478,2,13162,'2.99','2005-08-19 13:28:26','2006-02-15 22:19:48'),(12922,478,2,13507,'4.99','2005-08-20 02:10:27','2006-02-15 22:19:48'),(12923,478,1,15027,'4.99','2005-08-22 09:03:04','2006-02-15 22:19:48'),(12924,478,2,15188,'4.99','2005-08-22 15:55:48','2006-02-15 22:19:48'),(12925,478,1,15724,'4.99','2005-08-23 11:22:09','2006-02-15 22:19:48'),(12926,479,2,132,'3.99','2005-05-25 21:46:54','2006-02-15 22:19:48'),(12927,479,1,709,'7.99','2005-05-29 03:48:01','2006-02-15 22:19:48'),(12928,479,1,1902,'2.99','2005-06-17 04:35:52','2006-02-15 22:19:48'),(12929,479,2,1947,'3.99','2005-06-17 08:02:20','2006-02-15 22:19:48'),(12930,479,2,1987,'2.99','2005-06-17 10:40:36','2006-02-15 22:19:48'),(12931,479,2,2071,'3.99','2005-06-17 16:33:17','2006-02-15 22:19:48'),(12932,479,2,2376,'2.99','2005-06-18 14:55:30','2006-02-15 22:19:48'),(12933,479,2,2764,'6.99','2005-06-19 17:27:25','2006-02-15 22:19:49'),(12934,479,2,3537,'6.99','2005-07-06 01:36:53','2006-02-15 22:19:49'),(12935,479,1,3798,'0.99','2005-07-06 14:57:53','2006-02-15 22:19:49'),(12936,479,2,4183,'8.99','2005-07-07 10:28:33','2006-02-15 22:19:49'),(12937,479,1,5481,'0.99','2005-07-09 23:51:57','2006-02-15 22:19:49'),(12938,479,1,5751,'4.99','2005-07-10 12:25:11','2006-02-15 22:19:49'),(12939,479,2,6084,'7.99','2005-07-11 05:16:20','2006-02-15 22:19:49'),(12940,479,1,6421,'1.99','2005-07-11 23:45:25','2006-02-15 22:19:49'),(12941,479,1,6597,'0.99','2005-07-12 07:37:02','2006-02-15 22:19:49'),(12942,479,2,6849,'8.99','2005-07-12 19:29:19','2006-02-15 22:19:49'),(12943,479,1,7060,'7.99','2005-07-27 03:51:04','2006-02-15 22:19:49'),(12944,479,2,7893,'2.99','2005-07-28 10:49:27','2006-02-15 22:19:49'),(12945,479,1,9347,'5.99','2005-07-30 18:16:03','2006-02-15 22:19:49'),(12946,479,1,9439,'8.99','2005-07-30 21:38:12','2006-02-15 22:19:49'),(12947,479,2,9697,'2.99','2005-07-31 07:23:11','2006-02-15 22:19:49'),(12948,479,2,9754,'7.99','2005-07-31 09:23:43','2006-02-15 22:19:49'),(12949,479,2,10303,'4.99','2005-08-01 04:13:33','2006-02-15 22:19:49'),(12950,479,2,11109,'4.99','2005-08-02 08:20:29','2006-02-15 22:19:50'),(12951,479,2,11584,'1.99','2005-08-17 02:13:26','2006-02-15 22:19:50'),(12952,479,2,11835,'4.99','2005-08-17 13:03:13','2006-02-15 22:19:50'),(12953,479,2,12401,'0.99','2005-08-18 09:20:51','2006-02-15 22:19:50'),(12954,479,2,13078,'8.99','2005-08-19 10:16:43','2006-02-15 22:19:50'),(12955,479,1,13974,'2.99','2005-08-20 18:54:59','2006-02-15 22:19:50'),(12956,479,1,12101,'0.99','2006-02-14 15:16:03','2006-02-15 22:19:50'),(12957,480,1,518,'0.99','2005-05-28 03:18:02','2006-02-15 22:19:50'),(12958,480,1,720,'6.99','2005-05-29 05:17:30','2006-02-15 22:19:50'),(12959,480,2,822,'9.99','2005-05-29 21:36:00','2006-02-15 22:19:50'),(12960,480,1,1353,'0.99','2005-06-15 13:13:36','2006-02-15 22:19:50'),(12961,480,1,1733,'0.99','2005-06-16 15:37:07','2006-02-15 22:19:50'),(12962,480,2,3507,'7.99','2005-07-06 00:23:43','2006-02-15 22:19:50'),(12963,480,2,5633,'2.99','2005-07-10 06:22:24','2006-02-15 22:19:50'),(12964,480,1,6191,'2.99','2005-07-11 11:37:52','2006-02-15 22:19:50'),(12965,480,1,7257,'2.99','2005-07-27 11:04:17','2006-02-15 22:19:50'),(12966,480,2,7910,'9.99','2005-07-28 11:44:56','2006-02-15 22:19:50'),(12967,480,2,8847,'4.99','2005-07-29 23:13:41','2006-02-15 22:19:51'),(12968,480,1,8967,'6.99','2005-07-30 03:56:55','2006-02-15 22:19:51'),(12969,480,2,9332,'4.99','2005-07-30 17:53:39','2006-02-15 22:19:51'),(12970,480,2,10808,'1.99','2005-08-01 22:37:11','2006-02-15 22:19:51'),(12971,480,2,11017,'0.99','2005-08-02 05:19:51','2006-02-15 22:19:51'),(12972,480,1,11369,'5.99','2005-08-02 18:04:41','2006-02-15 22:19:51'),(12973,480,2,12905,'4.99','2005-08-19 04:13:37','2006-02-15 22:19:51'),(12974,480,2,13092,'0.99','2005-08-19 10:41:09','2006-02-15 22:19:51'),(12975,480,2,13131,'9.99','2005-08-19 12:08:13','2006-02-15 22:19:51'),(12976,480,1,13831,'4.99','2005-08-20 13:59:35','2006-02-15 22:19:51'),(12977,480,2,15363,'2.99','2005-08-22 21:41:40','2006-02-15 22:19:51'),(12978,480,2,15579,'4.99','2005-08-23 05:38:41','2006-02-15 22:19:51'),(12979,481,2,1109,'5.99','2005-05-31 15:12:15','2006-02-15 22:19:51'),(12980,481,2,1168,'2.99','2005-06-14 23:35:09','2006-02-15 22:19:51'),(12981,481,2,2296,'4.99','2005-06-18 08:10:42','2006-02-15 22:19:51'),(12982,481,2,3285,'4.99','2005-06-21 06:30:13','2006-02-15 22:19:51'),(12983,481,2,3293,'0.99','2005-06-21 06:59:33','2006-02-15 22:19:51'),(12984,481,1,3863,'0.99','2005-07-06 17:40:18','2006-02-15 22:19:52'),(12985,481,1,4473,'2.99','2005-07-08 00:22:10','2006-02-15 22:19:52'),(12986,481,1,4505,'1.99','2005-07-08 02:20:04','2006-02-15 22:19:52'),(12987,481,1,4532,'0.99','2005-07-08 03:30:39','2006-02-15 22:19:52'),(12988,481,1,4668,'10.99','2005-07-08 10:11:45','2006-02-15 22:19:52'),(12989,481,2,5711,'2.99','2005-07-10 10:37:20','2006-02-15 22:19:52'),(12990,481,1,6044,'0.99','2005-07-11 03:18:39','2006-02-15 22:19:52'),(12991,481,1,7228,'4.99','2005-07-27 09:55:33','2006-02-15 22:19:52'),(12992,481,2,7836,'7.99','2005-07-28 08:55:27','2006-02-15 22:19:52'),(12993,481,1,8243,'6.99','2005-07-29 00:35:33','2006-02-15 22:19:52'),(12994,481,2,8271,'6.99','2005-07-29 01:27:44','2006-02-15 22:19:52'),(12995,481,1,9481,'4.99','2005-07-30 23:26:05','2006-02-15 22:19:52'),(12996,481,1,10018,'3.99','2005-07-31 18:15:14','2006-02-15 22:19:52'),(12997,481,2,11207,'0.99','2005-08-02 12:01:30','2006-02-15 22:19:52'),(12998,481,2,11387,'2.99','2005-08-02 18:32:38','2006-02-15 22:19:52'),(12999,481,1,11752,'4.99','2005-08-17 09:10:55','2006-02-15 22:19:52'),(13000,481,1,11885,'4.99','2005-08-17 14:53:53','2006-02-15 22:19:53'),(13001,481,2,12160,'2.99','2005-08-18 00:37:59','2006-02-15 22:19:53'),(13002,481,1,12981,'4.99','2005-08-19 07:04:00','2006-02-15 22:19:53'),(13003,481,2,13497,'2.99','2005-08-20 01:46:38','2006-02-15 22:19:53'),(13004,481,2,13878,'4.99','2005-08-20 15:17:38','2006-02-15 22:19:53'),(13005,481,1,13990,'1.99','2005-08-20 19:29:23','2006-02-15 22:19:53'),(13006,481,2,14280,'4.99','2005-08-21 06:39:58','2006-02-15 22:19:53'),(13007,481,2,14584,'0.99','2005-08-21 17:15:33','2006-02-15 22:19:53'),(13008,482,1,259,'8.99','2005-05-26 15:32:46','2006-02-15 22:19:53'),(13009,482,2,680,'2.99','2005-05-28 23:27:26','2006-02-15 22:19:53'),(13010,482,2,879,'0.99','2005-05-30 05:49:42','2006-02-15 22:19:53'),(13011,482,2,3048,'2.99','2005-06-20 12:49:55','2006-02-15 22:19:53'),(13012,482,2,3255,'0.99','2005-06-21 03:39:52','2006-02-15 22:19:53'),(13013,482,2,3650,'2.99','2005-07-06 07:34:15','2006-02-15 22:19:53'),(13014,482,1,4768,'4.99','2005-07-08 15:28:20','2006-02-15 22:19:53'),(13015,482,1,5334,'4.99','2005-07-09 17:00:13','2006-02-15 22:19:53'),(13016,482,1,5466,'4.99','2005-07-09 23:03:21','2006-02-15 22:19:53'),(13017,482,2,5810,'8.99','2005-07-10 15:22:04','2006-02-15 22:19:54'),(13018,482,2,5880,'2.99','2005-07-10 19:14:58','2006-02-15 22:19:54'),(13019,482,1,6355,'8.99','2005-07-11 20:56:29','2006-02-15 22:19:54'),(13020,482,2,6447,'7.99','2005-07-12 00:45:17','2006-02-15 22:19:54'),(13021,482,2,6844,'5.99','2005-07-12 19:14:53','2006-02-15 22:19:54'),(13022,482,2,7840,'6.99','2005-07-28 09:03:02','2006-02-15 22:19:54'),(13023,482,2,8584,'2.99','2005-07-29 12:07:53','2006-02-15 22:19:54'),(13024,482,2,9874,'6.99','2005-07-31 13:32:31','2006-02-15 22:19:54'),(13025,482,2,10824,'4.99','2005-08-01 23:00:22','2006-02-15 22:19:54'),(13026,482,2,10839,'2.99','2005-08-01 23:37:39','2006-02-15 22:19:54'),(13027,482,2,11498,'6.99','2005-08-16 22:52:54','2006-02-15 22:19:54'),(13028,482,1,13174,'4.99','2005-08-19 13:52:50','2006-02-15 22:19:54'),(13029,482,2,14383,'4.99','2005-08-21 10:02:05','2006-02-15 22:19:54'),(13030,482,2,14732,'0.99','2005-08-21 22:22:29','2006-02-15 22:19:54'),(13031,482,2,14891,'6.99','2005-08-22 04:11:02','2006-02-15 22:19:54'),(13032,482,2,14995,'4.99','2005-08-22 07:52:31','2006-02-15 22:19:54'),(13033,482,1,15391,'0.99','2005-08-22 23:01:45','2006-02-15 22:19:54'),(13034,482,1,15849,'5.99','2005-08-23 15:41:20','2006-02-15 22:19:55'),(13035,482,2,15865,'2.99','2005-08-23 16:18:25','2006-02-15 22:19:55'),(13036,482,1,15879,'3.99','2005-08-23 16:42:53','2006-02-15 22:19:55'),(13037,483,2,742,'6.99','2005-05-29 08:36:30','2006-02-15 22:19:55'),(13038,483,1,2855,'4.99','2005-06-19 23:11:49','2006-02-15 22:19:55'),(13039,483,2,2867,'0.99','2005-06-20 00:08:38','2006-02-15 22:19:55'),(13040,483,1,3380,'8.99','2005-06-21 13:58:46','2006-02-15 22:19:55'),(13041,483,2,3559,'4.99','2005-07-06 02:49:42','2006-02-15 22:19:55'),(13042,483,1,5823,'4.99','2005-07-10 16:19:52','2006-02-15 22:19:55'),(13043,483,2,6478,'4.99','2005-07-12 01:41:44','2006-02-15 22:19:55'),(13044,483,2,6899,'9.99','2005-07-12 21:44:16','2006-02-15 22:19:55'),(13045,483,2,7137,'0.99','2005-07-27 06:40:41','2006-02-15 22:19:55'),(13046,483,1,7381,'4.99','2005-07-27 15:40:26','2006-02-15 22:19:55'),(13047,483,1,7669,'4.99','2005-07-28 02:44:07','2006-02-15 22:19:55'),(13048,483,1,8057,'7.99','2005-07-28 17:07:13','2006-02-15 22:19:55'),(13049,483,1,8356,'4.99','2005-07-29 04:58:56','2006-02-15 22:19:55'),(13050,483,2,10677,'0.99','2005-08-01 17:24:35','2006-02-15 22:19:55'),(13051,483,1,10953,'6.99','2005-08-02 03:28:38','2006-02-15 22:19:56'),(13052,483,2,12331,'3.99','2005-08-18 06:47:19','2006-02-15 22:19:56'),(13053,483,2,12695,'2.99','2005-08-18 20:11:35','2006-02-15 22:19:56'),(13054,483,2,12875,'2.99','2005-08-19 03:10:21','2006-02-15 22:19:56'),(13055,484,2,35,'4.99','2005-05-25 04:24:36','2006-02-15 22:19:56'),(13056,484,2,668,'2.99','2005-05-28 21:54:45','2006-02-15 22:19:56'),(13057,484,2,727,'2.99','2005-05-29 06:08:15','2006-02-15 22:19:56'),(13058,484,1,1351,'3.99','2005-06-15 12:51:03','2006-02-15 22:19:56'),(13059,484,2,1643,'3.99','2005-06-16 08:55:35','2006-02-15 22:19:56'),(13060,484,1,2015,'4.99','2005-06-17 12:16:29','2006-02-15 22:19:56'),(13061,484,1,2044,'5.99','2005-06-17 14:37:57','2006-02-15 22:19:56'),(13062,484,1,4214,'4.99','2005-07-07 11:54:33','2006-02-15 22:19:56'),(13063,484,1,5389,'2.99','2005-07-09 19:25:45','2006-02-15 22:19:56'),(13064,484,2,5708,'6.99','2005-07-10 10:29:19','2006-02-15 22:19:56'),(13065,484,1,5852,'0.99','2005-07-10 17:43:30','2006-02-15 22:19:56'),(13066,484,2,5866,'6.99','2005-07-10 18:35:14','2006-02-15 22:19:56'),(13067,484,2,5977,'5.99','2005-07-11 00:16:38','2006-02-15 22:19:56'),(13068,484,2,6296,'2.99','2005-07-11 17:34:04','2006-02-15 22:19:57'),(13069,484,1,6863,'6.99','2005-07-12 19:58:34','2006-02-15 22:19:57'),(13070,484,2,7440,'4.99','2005-07-27 17:43:27','2006-02-15 22:19:57'),(13071,484,2,7548,'2.99','2005-07-27 21:53:18','2006-02-15 22:19:57'),(13072,484,2,8508,'0.99','2005-07-29 09:34:38','2006-02-15 22:19:57'),(13073,484,2,9141,'5.99','2005-07-30 10:16:04','2006-02-15 22:19:57'),(13074,484,2,9414,'9.99','2005-07-30 20:46:02','2006-02-15 22:19:57'),(13075,484,1,9769,'4.99','2005-07-31 09:52:16','2006-02-15 22:19:57'),(13076,484,2,10166,'8.99','2005-07-31 23:22:20','2006-02-15 22:19:57'),(13077,484,2,11871,'4.99','2005-08-17 14:11:44','2006-02-15 22:19:57'),(13078,484,1,12024,'0.99','2005-08-17 19:57:34','2006-02-15 22:19:57'),(13079,484,1,12771,'4.99','2005-08-18 23:29:23','2006-02-15 22:19:57'),(13080,484,1,12993,'7.99','2005-08-19 07:24:03','2006-02-15 22:19:57'),(13081,484,2,13160,'0.99','2005-08-19 13:21:04','2006-02-15 22:19:57'),(13082,484,2,13956,'3.99','2005-08-20 18:08:19','2006-02-15 22:19:57'),(13083,484,1,15607,'2.99','2005-08-23 06:54:06','2006-02-15 22:19:57'),(13084,484,1,16026,'4.99','2005-08-23 21:49:22','2006-02-15 22:19:58'),(13085,485,1,1009,'2.99','2005-05-31 01:47:35','2006-02-15 22:19:58'),(13086,485,2,1684,'2.99','2005-06-16 11:57:34','2006-02-15 22:19:58'),(13087,485,1,1721,'8.99','2005-06-16 15:01:36','2006-02-15 22:19:58'),(13088,485,2,3579,'0.99','2005-07-06 03:47:47','2006-02-15 22:19:58'),(13089,485,1,3899,'1.99','2005-07-06 19:12:40','2006-02-15 22:19:58'),(13090,485,1,3904,'0.99','2005-07-06 19:30:57','2006-02-15 22:19:58'),(13091,485,2,4137,'3.99','2005-07-07 08:17:06','2006-02-15 22:19:58'),(13092,485,2,4667,'2.99','2005-07-08 10:06:26','2006-02-15 22:19:58'),(13093,485,1,5193,'2.99','2005-07-09 10:28:18','2006-02-15 22:19:58'),(13094,485,1,5343,'3.99','2005-07-09 17:23:43','2006-02-15 22:19:58'),(13095,485,1,5367,'3.99','2005-07-09 18:39:15','2006-02-15 22:19:58'),(13096,485,1,5820,'4.99','2005-07-10 16:04:59','2006-02-15 22:19:58'),(13097,485,2,6810,'4.99','2005-07-12 17:54:19','2006-02-15 22:19:58'),(13098,485,2,6902,'4.99','2005-07-12 21:57:16','2006-02-15 22:19:58'),(13099,485,1,7144,'4.99','2005-07-27 07:00:37','2006-02-15 22:19:58'),(13100,485,2,8984,'6.99','2005-07-30 04:31:50','2006-02-15 22:19:58'),(13101,485,2,9039,'2.99','2005-07-30 06:24:28','2006-02-15 22:19:59'),(13102,485,1,9053,'4.99','2005-07-30 07:07:39','2006-02-15 22:19:59'),(13103,485,2,9189,'2.99','2005-07-30 12:20:59','2006-02-15 22:19:59'),(13104,485,1,9535,'2.99','2005-07-31 01:18:53','2006-02-15 22:19:59'),(13105,485,1,9565,'0.99','2005-07-31 02:32:00','2006-02-15 22:19:59'),(13106,485,1,10771,'4.99','2005-08-01 20:49:35','2006-02-15 22:19:59'),(13107,485,2,10772,'6.99','2005-08-01 20:51:10','2006-02-15 22:19:59'),(13108,485,2,11188,'3.99','2005-08-02 11:17:11','2006-02-15 22:19:59'),(13109,485,1,11921,'4.99','2005-08-17 16:12:27','2006-02-15 22:19:59'),(13110,485,1,11974,'2.99','2005-08-17 17:56:48','2006-02-15 22:19:59'),(13111,485,2,12261,'8.99','2005-08-18 04:16:06','2006-02-15 22:19:59'),(13112,485,2,12487,'0.99','2005-08-18 12:45:24','2006-02-15 22:19:59'),(13113,485,2,13055,'2.99','2005-08-19 09:36:28','2006-02-15 22:19:59'),(13114,486,1,909,'8.99','2005-05-30 10:43:38','2006-02-15 22:19:59'),(13115,486,2,946,'2.99','2005-05-30 15:35:08','2006-02-15 22:19:59'),(13116,486,2,1129,'0.99','2005-05-31 18:00:48','2006-02-15 22:19:59'),(13117,486,1,2036,'4.99','2005-06-17 13:46:52','2006-02-15 22:20:00'),(13118,486,1,2102,'5.99','2005-06-17 19:05:22','2006-02-15 22:20:00'),(13119,486,2,2566,'2.99','2005-06-19 03:45:39','2006-02-15 22:20:00'),(13120,486,2,2797,'2.99','2005-06-19 19:04:32','2006-02-15 22:20:00'),(13121,486,1,3835,'4.99','2005-07-06 16:22:45','2006-02-15 22:20:00'),(13122,486,2,4110,'4.99','2005-07-07 06:44:27','2006-02-15 22:20:00'),(13123,486,1,4205,'4.99','2005-07-07 11:25:39','2006-02-15 22:20:00'),(13124,486,1,4381,'2.99','2005-07-07 20:37:53','2006-02-15 22:20:00'),(13125,486,1,4772,'7.99','2005-07-08 15:41:11','2006-02-15 22:20:00'),(13126,486,2,5006,'4.99','2005-07-09 01:24:07','2006-02-15 22:20:00'),(13127,486,2,6383,'4.99','2005-07-11 22:06:53','2006-02-15 22:20:00'),(13128,486,2,7127,'4.99','2005-07-27 06:13:48','2006-02-15 22:20:00'),(13129,486,2,7446,'4.99','2005-07-27 18:00:24','2006-02-15 22:20:00'),(13130,486,2,8425,'8.99','2005-07-29 07:06:21','2006-02-15 22:20:00'),(13131,486,2,9142,'0.99','2005-07-30 10:21:03','2006-02-15 22:20:00'),(13132,486,1,10079,'2.99','2005-07-31 20:05:45','2006-02-15 22:20:00'),(13133,486,2,10902,'4.99','2005-08-02 01:35:46','2006-02-15 22:20:00'),(13134,486,1,12465,'0.99','2005-08-18 11:35:02','2006-02-15 22:20:01'),(13135,486,2,12609,'2.99','2005-08-18 17:06:22','2006-02-15 22:20:01'),(13136,486,1,13048,'4.99','2005-08-19 09:25:06','2006-02-15 22:20:01'),(13137,486,2,13803,'0.99','2005-08-20 12:46:17','2006-02-15 22:20:01'),(13138,486,2,14251,'4.99','2005-08-21 05:42:20','2006-02-15 22:20:01'),(13139,486,2,14284,'4.99','2005-08-21 06:44:37','2006-02-15 22:20:01'),(13140,487,2,3100,'3.99','2005-06-20 16:47:57','2006-02-15 22:20:01'),(13141,487,2,3994,'1.99','2005-07-06 23:39:01','2006-02-15 22:20:01'),(13142,487,2,4854,'2.99','2005-07-08 18:44:44','2006-02-15 22:20:01'),(13143,487,1,5634,'3.99','2005-07-10 06:25:48','2006-02-15 22:20:01'),(13144,487,1,6928,'2.99','2005-07-26 22:56:21','2006-02-15 22:20:01'),(13145,487,1,7097,'2.99','2005-07-27 04:56:09','2006-02-15 22:20:01'),(13146,487,1,7788,'0.99','2005-07-28 07:21:55','2006-02-15 22:20:01'),(13147,487,2,7949,'4.99','2005-07-28 13:07:24','2006-02-15 22:20:01'),(13148,487,2,8510,'1.99','2005-07-29 09:41:38','2006-02-15 22:20:01'),(13149,487,2,8689,'2.99','2005-07-29 16:38:58','2006-02-15 22:20:01'),(13150,487,1,8814,'4.99','2005-07-29 21:49:43','2006-02-15 22:20:01'),(13151,487,1,8988,'7.99','2005-07-30 04:38:49','2006-02-15 22:20:02'),(13152,487,2,9457,'2.99','2005-07-30 22:23:05','2006-02-15 22:20:02'),(13153,487,1,9490,'3.99','2005-07-30 23:45:09','2006-02-15 22:20:02'),(13154,487,2,10123,'0.99','2005-07-31 21:30:46','2006-02-15 22:20:02'),(13155,487,2,10511,'2.99','2005-08-01 11:32:16','2006-02-15 22:20:02'),(13156,487,2,10555,'6.99','2005-08-01 12:56:38','2006-02-15 22:20:02'),(13157,487,1,10832,'6.99','2005-08-01 23:24:53','2006-02-15 22:20:02'),(13158,487,2,10877,'5.99','2005-08-02 00:32:04','2006-02-15 22:20:02'),(13159,487,1,10978,'9.99','2005-08-02 04:12:27','2006-02-15 22:20:02'),(13160,487,1,11669,'5.99','2005-08-17 05:48:51','2006-02-15 22:20:02'),(13161,487,2,11890,'5.99','2005-08-17 15:08:43','2006-02-15 22:20:02'),(13162,487,1,12493,'7.99','2005-08-18 12:53:38','2006-02-15 22:20:02'),(13163,487,2,13210,'4.99','2005-08-19 15:23:38','2006-02-15 22:20:02'),(13164,487,1,13658,'7.99','2005-08-20 08:02:22','2006-02-15 22:20:02'),(13165,487,2,15665,'2.99','2005-08-23 08:59:12','2006-02-15 22:20:02'),(13166,488,2,1655,'3.99','2005-06-16 09:51:39','2006-02-15 22:20:02'),(13167,488,2,1704,'5.99','2005-06-16 13:45:56','2006-02-15 22:20:02'),(13168,488,2,4133,'6.99','2005-07-07 08:12:26','2006-02-15 22:20:03'),(13169,488,2,4233,'5.99','2005-07-07 13:00:20','2006-02-15 22:20:03'),(13170,488,1,5141,'8.99','2005-07-09 08:05:14','2006-02-15 22:20:03'),(13171,488,2,6548,'5.99','2005-07-12 05:00:46','2006-02-15 22:20:03'),(13172,488,1,7373,'5.99','2005-07-27 15:19:33','2006-02-15 22:20:03'),(13173,488,1,8005,'2.99','2005-07-28 15:15:11','2006-02-15 22:20:03'),(13174,488,2,8050,'0.99','2005-07-28 16:55:47','2006-02-15 22:20:03'),(13175,488,2,8064,'2.99','2005-07-28 17:15:38','2006-02-15 22:20:03'),(13176,488,2,9083,'5.99','2005-07-30 08:14:27','2006-02-15 22:20:03'),(13177,488,1,9532,'2.99','2005-07-31 01:16:51','2006-02-15 22:20:03'),(13178,488,1,9537,'0.99','2005-07-31 01:23:00','2006-02-15 22:20:03'),(13179,488,2,10474,'5.99','2005-08-01 10:01:42','2006-02-15 22:20:03'),(13180,488,1,10767,'0.99','2005-08-01 20:37:23','2006-02-15 22:20:03'),(13181,488,1,11774,'3.99','2005-08-17 10:20:39','2006-02-15 22:20:03'),(13182,488,2,12483,'5.99','2005-08-18 12:38:37','2006-02-15 22:20:03'),(13183,488,2,13446,'4.99','2005-08-20 00:06:13','2006-02-15 22:20:03'),(13184,488,2,14948,'5.99','2005-08-22 06:10:53','2006-02-15 22:20:04'),(13185,488,2,15259,'0.99','2005-08-22 18:23:23','2006-02-15 22:20:04'),(13186,488,1,15350,'2.99','2005-08-22 21:15:29','2006-02-15 22:20:04'),(13187,488,2,15499,'2.99','2005-08-23 02:37:19','2006-02-15 22:20:04'),(13188,489,1,219,'4.99','2005-05-26 09:41:45','2006-02-15 22:20:04'),(13189,489,2,513,'2.99','2005-05-28 03:08:10','2006-02-15 22:20:04'),(13190,489,2,1614,'3.99','2005-06-16 06:58:02','2006-02-15 22:20:04'),(13191,489,1,2201,'0.99','2005-06-18 02:08:27','2006-02-15 22:20:04'),(13192,489,1,2370,'7.99','2005-06-18 14:29:54','2006-02-15 22:20:04'),(13193,489,1,2802,'4.99','2005-06-19 19:18:17','2006-02-15 22:20:04'),(13194,489,2,3816,'2.99','2005-07-06 15:27:04','2006-02-15 22:20:04'),(13195,489,1,4774,'3.99','2005-07-08 15:42:28','2006-02-15 22:20:04'),(13196,489,1,6963,'4.99','2005-07-27 00:13:02','2006-02-15 22:20:04'),(13197,489,2,9231,'0.99','2005-07-30 13:42:15','2006-02-15 22:20:04'),(13198,489,1,9459,'4.99','2005-07-30 22:24:46','2006-02-15 22:20:04'),(13199,489,2,11119,'9.99','2005-08-02 08:44:44','2006-02-15 22:20:04'),(13200,489,1,11705,'4.99','2005-08-17 07:22:25','2006-02-15 22:20:04'),(13201,489,1,12496,'6.99','2005-08-18 12:58:25','2006-02-15 22:20:05'),(13202,489,2,12701,'6.99','2005-08-18 20:26:47','2006-02-15 22:20:05'),(13203,489,1,13462,'4.99','2005-08-20 00:49:19','2006-02-15 22:20:05'),(13204,489,2,14095,'5.99','2005-08-21 00:25:45','2006-02-15 22:20:05'),(13205,489,2,14328,'2.99','2005-08-21 08:18:20','2006-02-15 22:20:05'),(13206,489,2,14424,'6.99','2005-08-21 11:24:11','2006-02-15 22:20:05'),(13207,489,1,15205,'0.99','2005-08-22 16:32:23','2006-02-15 22:20:05'),(13208,489,1,15981,'4.99','2005-08-23 20:12:17','2006-02-15 22:20:05'),(13209,490,2,585,'6.99','2005-05-28 11:50:45','2006-02-15 22:20:05'),(13210,490,2,676,'4.99','2005-05-28 22:27:51','2006-02-15 22:20:05'),(13211,490,1,1665,'3.99','2005-06-16 10:16:02','2006-02-15 22:20:05'),(13212,490,1,3476,'4.99','2005-07-05 23:02:37','2006-02-15 22:20:05'),(13213,490,2,3932,'4.99','2005-07-06 21:06:17','2006-02-15 22:20:05'),(13214,490,1,4083,'2.99','2005-07-07 05:13:15','2006-02-15 22:20:05'),(13215,490,1,4906,'5.99','2005-07-08 20:59:13','2006-02-15 22:20:05'),(13216,490,2,5173,'7.99','2005-07-09 09:31:44','2006-02-15 22:20:05'),(13217,490,2,5489,'0.99','2005-07-10 00:07:03','2006-02-15 22:20:06'),(13218,490,1,5654,'4.99','2005-07-10 07:24:46','2006-02-15 22:20:06'),(13219,490,2,6230,'2.99','2005-07-11 14:02:19','2006-02-15 22:20:06'),(13220,490,1,6803,'4.99','2005-07-12 17:21:49','2006-02-15 22:20:06'),(13221,490,2,6888,'2.99','2005-07-12 21:01:11','2006-02-15 22:20:06'),(13222,490,2,6923,'8.99','2005-07-12 22:40:48','2006-02-15 22:20:06'),(13223,490,1,8552,'5.99','2005-07-29 11:14:02','2006-02-15 22:20:06'),(13224,490,2,9108,'4.99','2005-07-30 08:56:36','2006-02-15 22:20:06'),(13225,490,1,9554,'0.99','2005-07-31 02:06:49','2006-02-15 22:20:06'),(13226,490,1,10786,'7.99','2005-08-01 21:29:34','2006-02-15 22:20:06'),(13227,490,1,10955,'7.99','2005-08-02 03:32:34','2006-02-15 22:20:06'),(13228,490,2,11965,'2.99','2005-08-17 17:39:45','2006-02-15 22:20:06'),(13229,490,2,14557,'4.99','2005-08-21 16:05:11','2006-02-15 22:20:06'),(13230,490,2,14761,'6.99','2005-08-21 23:30:28','2006-02-15 22:20:06'),(13231,490,2,15276,'2.99','2005-08-22 18:59:01','2006-02-15 22:20:06'),(13232,490,1,15448,'2.99','2005-08-23 00:55:24','2006-02-15 22:20:06'),(13233,491,1,484,'2.99','2005-05-27 23:26:45','2006-02-15 22:20:06'),(13234,491,2,1097,'0.99','2005-05-31 13:38:42','2006-02-15 22:20:07'),(13235,491,2,1198,'2.99','2005-06-15 01:48:58','2006-02-15 22:20:07'),(13236,491,1,1371,'4.99','2005-06-15 14:38:15','2006-02-15 22:20:07'),(13237,491,2,2026,'4.99','2005-06-17 13:05:38','2006-02-15 22:20:07'),(13238,491,1,2259,'4.99','2005-06-18 05:37:45','2006-02-15 22:20:07'),(13239,491,2,2391,'4.99','2005-06-18 15:33:30','2006-02-15 22:20:07'),(13240,491,2,3031,'4.99','2005-06-20 11:52:49','2006-02-15 22:20:07'),(13241,491,1,3440,'3.99','2005-06-21 19:58:18','2006-02-15 22:20:07'),(13242,491,1,4046,'8.99','2005-07-07 03:27:59','2006-02-15 22:20:07'),(13243,491,1,4392,'2.99','2005-07-07 21:11:02','2006-02-15 22:20:07'),(13244,491,2,5134,'6.99','2005-07-09 07:53:12','2006-02-15 22:20:07'),(13245,491,1,5889,'4.99','2005-07-10 19:54:41','2006-02-15 22:20:07'),(13246,491,2,6171,'2.99','2005-07-11 10:29:35','2006-02-15 22:20:07'),(13247,491,2,7019,'3.99','2005-07-27 02:20:26','2006-02-15 22:20:07'),(13248,491,2,7281,'6.99','2005-07-27 11:59:20','2006-02-15 22:20:07'),(13249,491,2,7688,'7.99','2005-07-28 03:20:47','2006-02-15 22:20:07'),(13250,491,1,7871,'6.99','2005-07-28 10:16:37','2006-02-15 22:20:08'),(13251,491,2,10036,'2.99','2005-07-31 18:47:20','2006-02-15 22:20:08'),(13252,491,2,10178,'4.99','2005-07-31 23:43:04','2006-02-15 22:20:08'),(13253,491,2,10974,'6.99','2005-08-02 04:10:52','2006-02-15 22:20:08'),(13254,491,1,11048,'4.99','2005-08-02 06:15:07','2006-02-15 22:20:08'),(13255,491,1,11590,'0.99','2005-08-17 02:28:33','2006-02-15 22:20:08'),(13256,491,1,11840,'4.99','2005-08-17 13:09:01','2006-02-15 22:20:08'),(13257,491,2,13607,'2.99','2005-08-20 06:08:42','2006-02-15 22:20:08'),(13258,491,1,14780,'0.99','2005-08-22 00:06:33','2006-02-15 22:20:08'),(13259,491,2,15685,'5.99','2005-08-23 09:41:28','2006-02-15 22:20:08'),(13260,492,1,84,'2.99','2005-05-25 12:36:30','2006-02-15 22:20:08'),(13261,492,2,1691,'1.99','2005-06-16 12:24:28','2006-02-15 22:20:08'),(13262,492,2,1855,'4.99','2005-06-17 00:54:58','2006-02-15 22:20:08'),(13263,492,2,1956,'4.99','2005-06-17 08:43:32','2006-02-15 22:20:08'),(13264,492,1,3298,'9.99','2005-06-21 07:09:44','2006-02-15 22:20:08'),(13265,492,2,4128,'8.99','2005-07-07 07:35:25','2006-02-15 22:20:08'),(13266,492,1,4142,'2.99','2005-07-07 08:19:45','2006-02-15 22:20:08'),(13267,492,2,4258,'6.99','2005-07-07 14:20:59','2006-02-15 22:20:09'),(13268,492,2,5325,'0.99','2005-07-09 16:35:47','2006-02-15 22:20:09'),(13269,492,1,5609,'0.99','2005-07-10 05:09:46','2006-02-15 22:20:09'),(13270,492,1,6257,'2.99','2005-07-11 15:23:46','2006-02-15 22:20:09'),(13271,492,2,7203,'2.99','2005-07-27 09:01:23','2006-02-15 22:20:09'),(13272,492,2,12971,'4.99','2005-08-19 06:42:43','2006-02-15 22:20:09'),(13273,492,1,14255,'2.99','2005-08-21 05:51:37','2006-02-15 22:20:09'),(13274,492,2,15822,'0.99','2005-08-23 15:05:59','2006-02-15 22:20:09'),(13275,492,1,15958,'4.99','2005-08-23 19:22:36','2006-02-15 22:20:09'),(13276,493,1,543,'7.99','2005-05-28 06:43:34','2006-02-15 22:20:09'),(13277,493,2,2109,'3.99','2005-06-17 19:41:42','2006-02-15 22:20:09'),(13278,493,1,2365,'4.99','2005-06-18 13:45:34','2006-02-15 22:20:09'),(13279,493,1,2579,'0.99','2005-06-19 04:40:44','2006-02-15 22:20:09'),(13280,493,1,2864,'2.99','2005-06-20 00:00:52','2006-02-15 22:20:09'),(13281,493,2,3586,'4.99','2005-07-06 04:24:42','2006-02-15 22:20:09'),(13282,493,1,3655,'5.99','2005-07-06 07:52:54','2006-02-15 22:20:09'),(13283,493,1,6549,'7.99','2005-07-12 05:02:01','2006-02-15 22:20:10'),(13284,493,1,6552,'4.99','2005-07-12 05:05:06','2006-02-15 22:20:10'),(13285,493,1,7026,'2.99','2005-07-27 02:48:58','2006-02-15 22:20:10'),(13286,493,2,7043,'7.99','2005-07-27 03:24:23','2006-02-15 22:20:10'),(13287,493,1,8298,'4.99','2005-07-29 02:47:36','2006-02-15 22:20:10'),(13288,493,1,8616,'2.99','2005-07-29 13:39:09','2006-02-15 22:20:10'),(13289,493,1,10777,'6.99','2005-08-01 21:03:50','2006-02-15 22:20:10'),(13290,493,2,10885,'7.99','2005-08-02 00:51:37','2006-02-15 22:20:10'),(13291,493,1,13638,'2.99','2005-08-20 07:21:15','2006-02-15 22:20:10'),(13292,493,2,13675,'6.99','2005-08-20 08:32:51','2006-02-15 22:20:10'),(13293,493,1,14117,'4.99','2005-08-21 01:11:59','2006-02-15 22:20:10'),(13294,493,2,15177,'4.99','2005-08-22 15:34:49','2006-02-15 22:20:10'),(13295,493,1,15355,'0.99','2005-08-22 21:19:24','2006-02-15 22:20:10'),(13296,493,1,15490,'6.99','2005-08-23 02:08:18','2006-02-15 22:20:10'),(13297,493,2,15878,'2.99','2005-08-23 16:34:31','2006-02-15 22:20:10'),(13298,493,2,14160,'2.99','2006-02-14 15:16:03','2006-02-15 22:20:10'),(13299,494,1,608,'4.99','2005-05-28 15:03:44','2006-02-15 22:20:10'),(13300,494,1,1683,'2.99','2005-06-16 11:54:55','2006-02-15 22:20:11'),(13301,494,1,3511,'0.99','2005-07-06 00:42:01','2006-02-15 22:20:11'),(13302,494,2,3803,'2.99','2005-07-06 15:06:55','2006-02-15 22:20:11'),(13303,494,2,3913,'0.99','2005-07-06 20:11:00','2006-02-15 22:20:11'),(13304,494,1,4086,'3.99','2005-07-07 05:26:06','2006-02-15 22:20:11'),(13305,494,2,4397,'5.99','2005-07-07 21:14:54','2006-02-15 22:20:11'),(13306,494,2,4551,'7.99','2005-07-08 04:36:21','2006-02-15 22:20:11'),(13307,494,2,5083,'4.99','2005-07-09 05:30:32','2006-02-15 22:20:11'),(13308,494,1,5180,'2.99','2005-07-09 10:06:53','2006-02-15 22:20:11'),(13309,494,2,7258,'3.99','2005-07-27 11:05:54','2006-02-15 22:20:11'),(13310,494,2,7546,'8.99','2005-07-27 21:50:09','2006-02-15 22:20:11'),(13311,494,2,7737,'1.99','2005-07-28 05:15:03','2006-02-15 22:20:11'),(13312,494,2,8333,'2.99','2005-07-29 04:16:40','2006-02-15 22:20:11'),(13313,494,2,8895,'2.99','2005-07-30 00:49:17','2006-02-15 22:20:11'),(13314,494,1,8934,'4.99','2005-07-30 02:37:05','2006-02-15 22:20:11'),(13315,494,2,9012,'4.99','2005-07-30 05:18:57','2006-02-15 22:20:11'),(13316,494,2,9510,'7.99','2005-07-31 00:24:17','2006-02-15 22:20:12'),(13317,494,1,9799,'2.99','2005-07-31 10:58:32','2006-02-15 22:20:12'),(13318,494,2,9943,'7.99','2005-07-31 15:37:29','2006-02-15 22:20:12'),(13319,494,1,10403,'0.99','2005-08-01 07:30:45','2006-02-15 22:20:12'),(13320,494,1,10623,'2.99','2005-08-01 15:22:38','2006-02-15 22:20:12'),(13321,494,2,11152,'3.99','2005-08-02 09:53:36','2006-02-15 22:20:12'),(13322,494,1,11987,'5.99','2005-08-17 18:21:59','2006-02-15 22:20:12'),(13323,494,2,13094,'0.99','2005-08-19 10:47:58','2006-02-15 22:20:12'),(13324,494,2,13301,'3.99','2005-08-19 18:53:15','2006-02-15 22:20:12'),(13325,494,2,14634,'5.99','2005-08-21 18:51:28','2006-02-15 22:20:12'),(13326,494,1,14832,'4.99','2005-08-22 01:43:29','2006-02-15 22:20:12'),(13327,494,1,15086,'6.99','2005-08-22 11:21:08','2006-02-15 22:20:12'),(13328,494,2,15156,'9.99','2005-08-22 14:29:11','2006-02-15 22:20:12'),(13329,494,2,15291,'4.99','2005-08-22 19:28:04','2006-02-15 22:20:12'),(13330,495,2,623,'4.99','2005-05-28 16:01:28','2006-02-15 22:20:12'),(13331,495,2,741,'4.99','2005-05-29 08:35:49','2006-02-15 22:20:12'),(13332,495,2,2074,'2.99','2005-06-17 16:40:03','2006-02-15 22:20:13'),(13333,495,1,2349,'4.99','2005-06-18 12:25:14','2006-02-15 22:20:13'),(13334,495,1,2549,'7.99','2005-06-19 02:46:39','2006-02-15 22:20:13'),(13335,495,1,3129,'3.99','2005-06-20 18:57:48','2006-02-15 22:20:13'),(13336,495,2,3966,'2.99','2005-07-06 22:38:49','2006-02-15 22:20:13'),(13337,495,2,5484,'7.99','2005-07-09 23:54:37','2006-02-15 22:20:13'),(13338,495,2,6426,'7.99','2005-07-11 23:56:38','2006-02-15 22:20:13'),(13339,495,2,7191,'2.99','2005-07-27 08:36:15','2006-02-15 22:20:13'),(13340,495,1,8151,'0.99','2005-07-28 20:50:52','2006-02-15 22:20:13'),(13341,495,1,8383,'1.99','2005-07-29 05:36:47','2006-02-15 22:20:13'),(13342,495,1,8451,'5.99','2005-07-29 07:44:56','2006-02-15 22:20:13'),(13343,495,1,8672,'5.99','2005-07-29 15:49:48','2006-02-15 22:20:13'),(13344,495,1,9387,'9.99','2005-07-30 19:27:05','2006-02-15 22:20:13'),(13345,495,1,9741,'4.99','2005-07-31 09:09:22','2006-02-15 22:20:13'),(13346,495,2,10065,'4.99','2005-07-31 19:27:34','2006-02-15 22:20:13'),(13347,495,2,10643,'5.99','2005-08-01 15:48:33','2006-02-15 22:20:13'),(13348,495,1,10783,'4.99','2005-08-01 21:23:37','2006-02-15 22:20:13'),(13349,495,1,12782,'5.99','2005-08-18 23:56:23','2006-02-15 22:20:14'),(13350,495,2,12837,'0.99','2005-08-19 01:51:09','2006-02-15 22:20:14'),(13351,495,2,13205,'3.99','2005-08-19 15:05:26','2006-02-15 22:20:14'),(13352,495,2,13445,'2.99','2005-08-20 00:05:33','2006-02-15 22:20:14'),(13353,495,2,13818,'4.99','2005-08-20 13:20:09','2006-02-15 22:20:14'),(13354,495,1,15984,'2.99','2005-08-23 20:16:27','2006-02-15 22:20:14'),(13355,495,2,13753,'0.99','2006-02-14 15:16:03','2006-02-15 22:20:14'),(13356,496,2,322,'4.99','2005-05-27 00:47:35','2006-02-15 22:20:14'),(13357,496,2,966,'0.99','2005-05-30 19:00:37','2006-02-15 22:20:14'),(13358,496,1,2567,'2.99','2005-06-19 04:04:46','2006-02-15 22:20:14'),(13359,496,2,3569,'3.99','2005-07-06 03:17:23','2006-02-15 22:20:14'),(13360,496,1,4070,'2.99','2005-07-07 04:37:09','2006-02-15 22:20:14'),(13361,496,1,4261,'4.99','2005-07-07 14:23:56','2006-02-15 22:20:14'),(13362,496,1,4269,'0.99','2005-07-07 14:38:33','2006-02-15 22:20:14'),(13363,496,1,5559,'5.99','2005-07-10 03:13:07','2006-02-15 22:20:14'),(13364,496,2,5949,'4.99','2005-07-10 23:13:00','2006-02-15 22:20:14'),(13365,496,1,7133,'2.99','2005-07-27 06:29:23','2006-02-15 22:20:15'),(13366,496,2,8221,'2.99','2005-07-28 23:47:19','2006-02-15 22:20:15'),(13367,496,1,11060,'7.99','2005-08-02 06:48:18','2006-02-15 22:20:15'),(13368,496,2,11448,'4.99','2005-08-02 20:44:33','2006-02-15 22:20:15'),(13369,496,1,11893,'3.99','2005-08-17 15:13:29','2006-02-15 22:20:15'),(13370,496,2,12605,'4.99','2005-08-18 16:59:37','2006-02-15 22:20:15'),(13371,496,1,13569,'5.99','2005-08-20 05:02:59','2006-02-15 22:20:15'),(13372,496,2,14013,'6.99','2005-08-20 20:42:50','2006-02-15 22:20:15'),(13373,496,1,14332,'7.99','2005-08-21 08:30:43','2006-02-15 22:20:15'),(13374,496,1,14348,'0.99','2005-08-21 08:54:26','2006-02-15 22:20:15'),(13375,496,2,15750,'2.99','2005-08-23 12:36:05','2006-02-15 22:20:15'),(13376,496,1,13182,'2.99','2006-02-14 15:16:03','2006-02-15 22:20:15'),(13377,497,1,1100,'7.99','2005-05-31 14:03:21','2006-02-15 22:20:15'),(13378,497,2,2180,'8.99','2005-06-18 00:47:43','2006-02-15 22:20:15'),(13379,497,1,2298,'5.99','2005-06-18 08:18:29','2006-02-15 22:20:15'),(13380,497,1,2406,'2.99','2005-06-18 16:39:37','2006-02-15 22:20:15'),(13381,497,2,2818,'4.99','2005-06-19 20:05:52','2006-02-15 22:20:16'),(13382,497,1,3696,'2.99','2005-07-06 10:04:55','2006-02-15 22:20:16'),(13383,497,2,4218,'7.99','2005-07-07 12:10:24','2006-02-15 22:20:16'),(13384,497,1,4516,'4.99','2005-07-08 02:43:41','2006-02-15 22:20:16'),(13385,497,1,4578,'0.99','2005-07-08 06:00:17','2006-02-15 22:20:16'),(13386,497,2,4795,'0.99','2005-07-08 16:32:54','2006-02-15 22:20:16'),(13387,497,1,5030,'4.99','2005-07-09 02:35:43','2006-02-15 22:20:16'),(13388,497,1,5239,'4.99','2005-07-09 13:12:35','2006-02-15 22:20:16'),(13389,497,2,7603,'2.99','2005-07-27 23:54:44','2006-02-15 22:20:16'),(13390,497,2,8011,'2.99','2005-07-28 15:26:39','2006-02-15 22:20:16'),(13391,497,1,8150,'6.99','2005-07-28 20:50:41','2006-02-15 22:20:16'),(13392,497,2,8813,'6.99','2005-07-29 21:47:55','2006-02-15 22:20:16'),(13393,497,2,8867,'4.99','2005-07-30 00:02:18','2006-02-15 22:20:16'),(13394,497,1,9273,'9.99','2005-07-30 15:05:36','2006-02-15 22:20:16'),(13395,497,2,9850,'4.99','2005-07-31 12:46:52','2006-02-15 22:20:16'),(13396,497,2,10760,'7.99','2005-08-01 20:25:20','2006-02-15 22:20:16'),(13397,497,1,12123,'0.99','2005-08-17 23:22:18','2006-02-15 22:20:16'),(13398,497,1,13159,'4.99','2005-08-19 13:19:59','2006-02-15 22:20:17'),(13399,497,1,13289,'2.99','2005-08-19 18:31:30','2006-02-15 22:20:17'),(13400,497,2,14134,'0.99','2005-08-21 01:45:54','2006-02-15 22:20:17'),(13401,497,1,15362,'5.99','2005-08-22 21:40:20','2006-02-15 22:20:17'),(13402,497,2,15633,'0.99','2005-08-23 07:31:10','2006-02-15 22:20:17'),(13403,497,1,15919,'0.99','2005-08-23 18:01:31','2006-02-15 22:20:17'),(13404,497,1,12698,'4.99','2006-02-14 15:16:03','2006-02-15 22:20:17'),(13405,498,2,49,'2.99','2005-05-25 06:39:35','2006-02-15 22:20:17'),(13406,498,1,429,'8.99','2005-05-27 16:21:26','2006-02-15 22:20:17'),(13407,498,2,718,'2.99','2005-05-29 04:52:23','2006-02-15 22:20:17'),(13408,498,1,1253,'6.99','2005-06-15 06:06:33','2006-02-15 22:20:17'),(13409,498,1,1782,'2.99','2005-06-16 19:21:12','2006-02-15 22:20:17'),(13410,498,1,2344,'2.99','2005-06-18 12:01:47','2006-02-15 22:20:17'),(13411,498,1,2449,'4.99','2005-06-18 19:18:36','2006-02-15 22:20:17'),(13412,498,1,3098,'0.99','2005-06-20 16:37:01','2006-02-15 22:20:17'),(13413,498,2,3360,'0.99','2005-06-21 12:12:41','2006-02-15 22:20:17'),(13414,498,2,3828,'0.99','2005-07-06 15:57:30','2006-02-15 22:20:18'),(13415,498,2,3856,'2.99','2005-07-06 17:04:46','2006-02-15 22:20:18'),(13416,498,1,4311,'4.99','2005-07-07 17:31:14','2006-02-15 22:20:18'),(13417,498,2,4972,'2.99','2005-07-08 23:56:09','2006-02-15 22:20:18'),(13418,498,1,5286,'2.99','2005-07-09 15:11:41','2006-02-15 22:20:18'),(13419,498,2,5884,'0.99','2005-07-10 19:31:38','2006-02-15 22:20:18'),(13420,498,1,6058,'2.99','2005-07-11 04:03:51','2006-02-15 22:20:18'),(13421,498,1,6088,'1.99','2005-07-11 05:40:35','2006-02-15 22:20:18'),(13422,498,1,7285,'4.99','2005-07-27 12:14:06','2006-02-15 22:20:18'),(13423,498,1,7286,'6.99','2005-07-27 12:23:49','2006-02-15 22:20:18'),(13424,498,1,7341,'4.99','2005-07-27 14:23:55','2006-02-15 22:20:18'),(13425,498,2,8020,'4.99','2005-07-28 15:43:32','2006-02-15 22:20:18'),(13426,498,1,8229,'2.99','2005-07-29 00:09:08','2006-02-15 22:20:18'),(13427,498,2,9021,'0.99','2005-07-30 05:34:24','2006-02-15 22:20:18'),(13428,498,2,9689,'4.99','2005-07-31 07:00:08','2006-02-15 22:20:18'),(13429,498,1,10225,'0.99','2005-08-01 01:38:40','2006-02-15 22:20:18'),(13430,498,1,11455,'6.99','2005-08-02 21:07:06','2006-02-15 22:20:18'),(13431,498,1,12893,'2.99','2005-08-19 03:46:43','2006-02-15 22:20:19'),(13432,499,2,89,'2.99','2005-05-25 14:28:29','2006-02-15 22:20:19'),(13433,499,1,1355,'2.99','2005-06-15 13:13:59','2006-02-15 22:20:19'),(13434,499,2,1526,'4.99','2005-06-16 00:27:51','2006-02-15 22:20:19'),(13435,499,2,1830,'4.99','2005-06-16 22:18:43','2006-02-15 22:20:19'),(13436,499,2,3241,'1.99','2005-06-21 02:54:32','2006-02-15 22:20:19'),(13437,499,1,3794,'4.99','2005-07-06 14:35:26','2006-02-15 22:20:19'),(13438,499,1,5022,'2.99','2005-07-09 02:10:54','2006-02-15 22:20:19'),(13439,499,2,5392,'2.99','2005-07-09 19:32:30','2006-02-15 22:20:19'),(13440,499,2,5427,'3.99','2005-07-09 21:12:26','2006-02-15 22:20:19'),(13441,499,1,5956,'4.99','2005-07-10 23:23:08','2006-02-15 22:20:19'),(13442,499,2,6723,'4.99','2005-07-12 13:44:57','2006-02-15 22:20:19'),(13443,499,1,7800,'0.99','2005-07-28 07:50:59','2006-02-15 22:20:19'),(13444,499,1,7831,'0.99','2005-07-28 08:44:21','2006-02-15 22:20:19'),(13445,499,1,7898,'6.99','2005-07-28 11:08:22','2006-02-15 22:20:19'),(13446,499,2,8130,'4.99','2005-07-28 19:48:15','2006-02-15 22:20:19'),(13447,499,1,8770,'3.99','2005-07-29 19:53:50','2006-02-15 22:20:20'),(13448,499,1,9588,'0.99','2005-07-31 03:13:13','2006-02-15 22:20:20'),(13449,499,2,10333,'0.99','2005-08-01 04:58:32','2006-02-15 22:20:20'),(13450,499,2,10497,'2.99','2005-08-01 10:55:59','2006-02-15 22:20:20'),(13451,499,1,11513,'7.99','2005-08-16 23:51:33','2006-02-15 22:20:20'),(13452,499,2,11606,'0.99','2005-08-17 03:32:43','2006-02-15 22:20:20'),(13453,499,2,11978,'4.99','2005-08-17 18:02:10','2006-02-15 22:20:20'),(13454,499,1,12004,'8.99','2005-08-17 18:56:53','2006-02-15 22:20:20'),(13455,499,1,12354,'7.99','2005-08-18 07:34:07','2006-02-15 22:20:20'),(13456,499,1,12436,'3.99','2005-08-18 10:41:05','2006-02-15 22:20:20'),(13457,499,1,12587,'1.99','2005-08-18 16:03:13','2006-02-15 22:20:20'),(13458,499,2,12947,'4.99','2005-08-19 05:54:21','2006-02-15 22:20:20'),(13459,499,2,13822,'3.99','2005-08-20 13:39:28','2006-02-15 22:20:20'),(13460,499,1,14858,'3.99','2005-08-22 02:46:18','2006-02-15 22:20:20'),(13461,499,1,15587,'7.99','2005-08-23 06:00:28','2006-02-15 22:20:20'),(13462,500,1,112,'8.99','2005-05-25 18:57:24','2006-02-15 22:20:20'),(13463,500,1,389,'8.99','2005-05-27 10:45:41','2006-02-15 22:20:21'),(13464,500,1,610,'0.99','2005-05-28 15:15:25','2006-02-15 22:20:21'),(13465,500,1,1375,'5.99','2005-06-15 14:54:56','2006-02-15 22:20:21'),(13466,500,2,1388,'5.99','2005-06-15 15:48:41','2006-02-15 22:20:21'),(13467,500,2,2189,'3.99','2005-06-18 01:20:26','2006-02-15 22:20:21'),(13468,500,2,2526,'6.99','2005-06-19 01:03:07','2006-02-15 22:20:21'),(13469,500,1,2996,'2.99','2005-06-20 09:20:29','2006-02-15 22:20:21'),(13470,500,2,3926,'4.99','2005-07-06 20:42:35','2006-02-15 22:20:21'),(13471,500,1,4561,'0.99','2005-07-08 05:02:43','2006-02-15 22:20:21'),(13472,500,2,4790,'4.99','2005-07-08 16:25:27','2006-02-15 22:20:21'),(13473,500,2,6018,'4.99','2005-07-11 02:06:36','2006-02-15 22:20:21'),(13474,500,2,6187,'2.99','2005-07-11 11:28:51','2006-02-15 22:20:21'),(13475,500,2,6801,'3.99','2005-07-12 17:09:08','2006-02-15 22:20:21'),(13476,500,1,7857,'0.99','2005-07-28 09:49:40','2006-02-15 22:20:21'),(13477,500,1,7925,'2.99','2005-07-28 12:10:02','2006-02-15 22:20:21'),(13478,500,1,8538,'6.99','2005-07-29 10:45:17','2006-02-15 22:20:21'),(13479,500,1,8925,'0.99','2005-07-30 02:09:14','2006-02-15 22:20:22'),(13480,500,2,9290,'3.99','2005-07-30 15:59:08','2006-02-15 22:20:22'),(13481,500,1,10947,'6.99','2005-08-02 03:23:17','2006-02-15 22:20:22'),(13482,500,2,11218,'1.99','2005-08-02 12:29:12','2006-02-15 22:20:22'),(13483,500,1,12639,'2.99','2005-08-18 18:13:05','2006-02-15 22:20:22'),(13484,500,2,12813,'2.99','2005-08-19 00:54:22','2006-02-15 22:20:22'),(13485,500,2,13628,'4.99','2005-08-20 07:03:53','2006-02-15 22:20:22'),(13486,500,1,14407,'0.99','2005-08-21 10:46:51','2006-02-15 22:20:22'),(13487,500,1,14964,'4.99','2005-08-22 06:39:24','2006-02-15 22:20:22'),(13488,500,1,15584,'2.99','2005-08-23 05:49:21','2006-02-15 22:20:22'),(13489,500,1,15853,'2.99','2005-08-23 15:54:20','2006-02-15 22:20:22'),(13490,501,1,493,'0.99','2005-05-28 00:34:11','2006-02-15 22:20:22'),(13491,501,1,605,'1.99','2005-05-28 14:39:10','2006-02-15 22:20:22'),(13492,501,2,3222,'5.99','2005-06-21 01:50:29','2006-02-15 22:20:22'),(13493,501,1,3412,'7.99','2005-06-21 16:44:31','2006-02-15 22:20:22'),(13494,501,2,3541,'6.99','2005-07-06 01:50:11','2006-02-15 22:20:22'),(13495,501,2,3723,'6.99','2005-07-06 11:12:02','2006-02-15 22:20:22'),(13496,501,2,4769,'2.99','2005-07-08 15:29:16','2006-02-15 22:20:23'),(13497,501,2,5520,'1.99','2005-07-10 01:30:41','2006-02-15 22:20:23'),(13498,501,2,6095,'7.99','2005-07-11 06:06:41','2006-02-15 22:20:23'),(13499,501,1,7456,'0.99','2005-07-27 18:34:53','2006-02-15 22:20:23'),(13500,501,1,8021,'2.99','2005-07-28 15:45:24','2006-02-15 22:20:23'),(13501,501,2,8529,'2.99','2005-07-29 10:24:31','2006-02-15 22:20:23'),(13502,501,1,9359,'2.99','2005-07-30 18:39:28','2006-02-15 22:20:23'),(13503,501,1,10817,'4.99','2005-08-01 22:51:08','2006-02-15 22:20:23'),(13504,501,2,11393,'4.99','2005-08-02 18:44:29','2006-02-15 22:20:23'),(13505,501,1,11640,'1.99','2005-08-17 04:44:33','2006-02-15 22:20:23'),(13506,501,2,11799,'6.99','2005-08-17 11:25:25','2006-02-15 22:20:23'),(13507,501,1,12914,'4.99','2005-08-19 04:25:59','2006-02-15 22:20:23'),(13508,501,2,13889,'0.99','2005-08-20 15:40:06','2006-02-15 22:20:23'),(13509,501,1,15239,'4.99','2005-08-22 17:46:17','2006-02-15 22:20:23'),(13510,501,1,15699,'5.99','2005-08-23 10:20:35','2006-02-15 22:20:23'),(13511,502,2,258,'2.99','2005-05-26 15:28:14','2006-02-15 22:20:23'),(13512,502,1,861,'0.99','2005-05-30 02:48:32','2006-02-15 22:20:24'),(13513,502,1,893,'2.99','2005-05-30 08:06:59','2006-02-15 22:20:24'),(13514,502,2,965,'0.99','2005-05-30 19:00:14','2006-02-15 22:20:24'),(13515,502,2,1696,'7.99','2005-06-16 12:50:01','2006-02-15 22:20:24'),(13516,502,2,2420,'0.99','2005-06-18 17:22:28','2006-02-15 22:20:24'),(13517,502,1,2911,'0.99','2005-06-20 03:32:37','2006-02-15 22:20:24'),(13518,502,2,3614,'2.99','2005-07-06 05:46:05','2006-02-15 22:20:24'),(13519,502,1,4606,'2.99','2005-07-08 07:05:50','2006-02-15 22:20:24'),(13520,502,2,5368,'5.99','2005-07-09 18:41:59','2006-02-15 22:20:24'),(13521,502,2,5662,'2.99','2005-07-10 07:59:24','2006-02-15 22:20:24'),(13522,502,2,6414,'7.99','2005-07-11 23:26:13','2006-02-15 22:20:24'),(13523,502,1,6760,'8.99','2005-07-12 15:16:00','2006-02-15 22:20:24'),(13524,502,2,6828,'2.99','2005-07-12 18:38:51','2006-02-15 22:20:24'),(13525,502,2,6924,'8.99','2005-07-26 22:51:53','2006-02-15 22:20:24'),(13526,502,2,7213,'3.99','2005-07-27 09:22:29','2006-02-15 22:20:24'),(13527,502,1,7255,'4.99','2005-07-27 10:49:54','2006-02-15 22:20:24'),(13528,502,1,7757,'4.99','2005-07-28 06:23:00','2006-02-15 22:20:25'),(13529,502,1,7884,'4.99','2005-07-28 10:37:24','2006-02-15 22:20:25'),(13530,502,2,8034,'4.99','2005-07-28 16:20:26','2006-02-15 22:20:25'),(13531,502,2,9232,'0.99','2005-07-30 13:43:00','2006-02-15 22:20:25'),(13532,502,1,9599,'4.99','2005-07-31 03:32:06','2006-02-15 22:20:25'),(13533,502,2,10390,'4.99','2005-08-01 06:46:48','2006-02-15 22:20:25'),(13534,502,1,10938,'0.99','2005-08-02 03:05:22','2006-02-15 22:20:25'),(13535,502,2,11036,'4.99','2005-08-02 05:56:29','2006-02-15 22:20:25'),(13536,502,1,11301,'0.99','2005-08-02 15:37:59','2006-02-15 22:20:25'),(13537,502,1,11317,'4.99','2005-08-02 16:08:52','2006-02-15 22:20:25'),(13538,502,1,11435,'0.99','2005-08-02 20:14:23','2006-02-15 22:20:25'),(13539,502,1,11620,'0.99','2005-08-17 04:06:22','2006-02-15 22:20:25'),(13540,502,1,12762,'4.99','2005-08-18 23:06:54','2006-02-15 22:20:25'),(13541,502,1,13052,'9.99','2005-08-19 09:31:42','2006-02-15 22:20:25'),(13542,502,1,14411,'4.99','2005-08-21 10:54:57','2006-02-15 22:20:25'),(13543,502,1,15486,'3.99','2005-08-23 02:05:20','2006-02-15 22:20:25'),(13544,502,1,16034,'3.99','2005-08-23 22:06:34','2006-02-15 22:20:26'),(13545,503,2,109,'1.99','2005-05-25 18:40:20','2006-02-15 22:20:26'),(13546,503,1,353,'5.99','2005-05-27 06:03:39','2006-02-15 22:20:26'),(13547,503,1,631,'2.99','2005-05-28 17:36:32','2006-02-15 22:20:26'),(13548,503,1,1074,'4.99','2005-05-31 10:04:42','2006-02-15 22:20:26'),(13549,503,2,2108,'4.99','2005-06-17 19:35:26','2006-02-15 22:20:26'),(13550,503,1,2225,'2.99','2005-06-18 03:35:40','2006-02-15 22:20:26'),(13551,503,2,3430,'0.99','2005-06-21 18:46:08','2006-02-15 22:20:26'),(13552,503,2,3935,'6.99','2005-07-06 21:08:29','2006-02-15 22:20:26'),(13553,503,2,4570,'2.99','2005-07-08 05:33:59','2006-02-15 22:20:26'),(13554,503,2,5465,'2.99','2005-07-09 23:01:13','2006-02-15 22:20:26'),(13555,503,1,5925,'6.99','2005-07-10 21:41:27','2006-02-15 22:20:26'),(13556,503,1,6166,'4.99','2005-07-11 10:19:05','2006-02-15 22:20:26'),(13557,503,1,6529,'2.99','2005-07-12 04:31:04','2006-02-15 22:20:26'),(13558,503,2,6950,'4.99','2005-07-26 23:45:33','2006-02-15 22:20:26'),(13559,503,1,8178,'2.99','2005-07-28 21:54:31','2006-02-15 22:20:26'),(13560,503,2,9725,'0.99','2005-07-31 08:35:18','2006-02-15 22:20:27'),(13561,503,1,9974,'4.99','2005-07-31 16:51:11','2006-02-15 22:20:27'),(13562,503,2,11075,'2.99','2005-08-02 07:24:23','2006-02-15 22:20:27'),(13563,503,1,11161,'1.99','2005-08-02 10:05:57','2006-02-15 22:20:27'),(13564,503,1,11858,'4.99','2005-08-17 13:50:31','2006-02-15 22:20:27'),(13565,503,2,12370,'2.99','2005-08-18 07:57:47','2006-02-15 22:20:27'),(13566,503,2,12783,'4.99','2005-08-19 00:01:14','2006-02-15 22:20:27'),(13567,503,1,13332,'2.99','2005-08-19 20:00:51','2006-02-15 22:20:27'),(13568,503,1,13551,'2.99','2005-08-20 04:00:30','2006-02-15 22:20:27'),(13569,503,1,14823,'0.99','2005-08-22 01:24:42','2006-02-15 22:20:27'),(13570,503,1,14913,'2.99','2005-08-22 04:52:13','2006-02-15 22:20:27'),(13571,503,2,15056,'4.99','2005-08-22 10:15:54','2006-02-15 22:20:27'),(13572,503,2,15077,'2.99','2005-08-22 11:09:18','2006-02-15 22:20:27'),(13573,503,1,15588,'3.99','2005-08-23 06:02:35','2006-02-15 22:20:27'),(13574,503,1,15692,'4.99','2005-08-23 10:00:02','2006-02-15 22:20:27'),(13575,503,1,15726,'2.99','2005-08-23 11:28:26','2006-02-15 22:20:27'),(13576,503,1,15797,'0.99','2005-08-23 14:13:47','2006-02-15 22:20:28'),(13577,504,2,136,'5.99','2005-05-25 22:02:30','2006-02-15 22:20:28'),(13578,504,2,470,'4.99','2005-05-27 21:17:08','2006-02-15 22:20:28'),(13579,504,1,838,'4.99','2005-05-30 00:27:57','2006-02-15 22:20:28'),(13580,504,1,2720,'1.99','2005-06-19 14:51:55','2006-02-15 22:20:28'),(13581,504,1,2938,'6.99','2005-06-20 05:17:22','2006-02-15 22:20:28'),(13582,504,2,3712,'9.99','2005-07-06 10:47:35','2006-02-15 22:20:28'),(13583,504,1,3713,'6.99','2005-07-06 10:49:30','2006-02-15 22:20:28'),(13584,504,1,4329,'5.99','2005-07-07 18:04:16','2006-02-15 22:20:28'),(13585,504,1,4757,'0.99','2005-07-08 14:36:51','2006-02-15 22:20:28'),(13586,504,2,5153,'6.99','2005-07-09 08:35:05','2006-02-15 22:20:28'),(13587,504,2,7342,'3.99','2005-07-27 14:25:17','2006-02-15 22:20:28'),(13588,504,1,7567,'2.99','2005-07-27 22:38:05','2006-02-15 22:20:28'),(13589,504,2,7807,'2.99','2005-07-28 07:58:27','2006-02-15 22:20:28'),(13590,504,2,7875,'1.99','2005-07-28 10:23:48','2006-02-15 22:20:28'),(13591,504,2,7944,'4.99','2005-07-28 12:51:22','2006-02-15 22:20:28'),(13592,504,1,8393,'9.99','2005-07-29 06:02:11','2006-02-15 22:20:28'),(13593,504,2,10397,'0.99','2005-08-01 07:11:27','2006-02-15 22:20:29'),(13594,504,2,10509,'3.99','2005-08-01 11:25:28','2006-02-15 22:20:29'),(13595,504,2,11569,'2.99','2005-08-17 01:31:04','2006-02-15 22:20:29'),(13596,504,1,12769,'1.99','2005-08-18 23:26:40','2006-02-15 22:20:29'),(13597,504,1,13166,'2.99','2005-08-19 13:36:28','2006-02-15 22:20:29'),(13598,504,2,13206,'2.99','2005-08-19 15:05:34','2006-02-15 22:20:29'),(13599,504,2,13387,'2.99','2005-08-19 21:46:10','2006-02-15 22:20:29'),(13600,504,2,13859,'5.99','2005-08-20 14:53:43','2006-02-15 22:20:29'),(13601,504,2,15018,'4.99','2005-08-22 08:52:38','2006-02-15 22:20:29'),(13602,504,1,15166,'6.99','2005-08-22 15:05:37','2006-02-15 22:20:29'),(13603,504,1,15723,'8.99','2005-08-23 11:17:26','2006-02-15 22:20:29'),(13604,504,2,16022,'4.99','2005-08-23 21:44:27','2006-02-15 22:20:29'),(13605,505,1,159,'2.99','2005-05-26 01:34:28','2006-02-15 22:20:29'),(13606,505,1,645,'2.99','2005-05-28 19:14:09','2006-02-15 22:20:29'),(13607,505,2,1799,'5.99','2005-06-16 20:17:20','2006-02-15 22:20:29'),(13608,505,2,1886,'4.99','2005-06-17 03:36:02','2006-02-15 22:20:29'),(13609,505,1,2773,'7.99','2005-06-19 18:04:18','2006-02-15 22:20:30'),(13610,505,1,3137,'5.99','2005-06-20 19:41:28','2006-02-15 22:20:30'),(13611,505,2,4008,'5.99','2005-07-07 00:26:43','2006-02-15 22:20:30'),(13612,505,1,4507,'6.99','2005-07-08 02:22:45','2006-02-15 22:20:30'),(13613,505,2,5976,'9.99','2005-07-11 00:16:35','2006-02-15 22:20:30'),(13614,505,2,6292,'4.99','2005-07-11 17:23:33','2006-02-15 22:20:30'),(13615,505,1,6441,'0.99','2005-07-12 00:27:08','2006-02-15 22:20:30'),(13616,505,1,7784,'4.99','2005-07-28 07:15:32','2006-02-15 22:20:30'),(13617,505,2,10219,'5.99','2005-08-01 01:10:33','2006-02-15 22:20:30'),(13618,505,1,10896,'2.99','2005-08-02 01:19:33','2006-02-15 22:20:30'),(13619,505,1,11163,'0.99','2005-08-02 10:08:40','2006-02-15 22:20:30'),(13620,505,1,11907,'2.99','2005-08-17 15:40:47','2006-02-15 22:20:30'),(13621,505,2,13612,'3.99','2005-08-20 06:22:08','2006-02-15 22:20:30'),(13622,505,1,14398,'2.99','2005-08-21 10:27:21','2006-02-15 22:20:30'),(13623,505,1,14802,'2.99','2005-08-22 00:48:23','2006-02-15 22:20:30'),(13624,505,1,15436,'4.99','2005-08-23 00:30:26','2006-02-15 22:20:30'),(13625,505,2,15867,'4.99','2006-02-14 15:16:03','2006-02-15 22:20:31'),(13626,506,1,114,'3.99','2005-05-25 19:12:42','2006-02-15 22:20:31'),(13627,506,2,387,'2.99','2005-05-27 10:35:27','2006-02-15 22:20:31'),(13628,506,2,410,'3.99','2005-05-27 14:11:22','2006-02-15 22:20:31'),(13629,506,1,547,'8.99','2005-05-28 07:24:28','2006-02-15 22:20:31'),(13630,506,2,907,'0.99','2005-05-30 10:37:27','2006-02-15 22:20:31'),(13631,506,1,1042,'2.99','2005-05-31 05:53:00','2006-02-15 22:20:31'),(13632,506,2,1153,'4.99','2005-05-31 21:36:44','2006-02-15 22:20:31'),(13633,506,1,1446,'6.99','2005-06-15 19:13:45','2006-02-15 22:20:31'),(13634,506,1,1467,'2.99','2005-06-15 20:47:10','2006-02-15 22:20:31'),(13635,506,2,1565,'0.99','2005-06-16 03:13:09','2006-02-15 22:20:31'),(13636,506,1,2755,'9.99','2005-06-19 16:56:31','2006-02-15 22:20:31'),(13637,506,2,2824,'6.99','2005-06-19 20:31:45','2006-02-15 22:20:31'),(13638,506,2,4594,'7.99','2005-07-08 06:40:06','2006-02-15 22:20:31'),(13639,506,2,4640,'6.99','2005-07-08 08:59:34','2006-02-15 22:20:31'),(13640,506,2,4806,'8.99','2005-07-08 17:01:02','2006-02-15 22:20:31'),(13641,506,2,5985,'0.99','2005-07-11 00:51:58','2006-02-15 22:20:32'),(13642,506,1,6783,'2.99','2005-07-12 16:27:56','2006-02-15 22:20:32'),(13643,506,1,7020,'0.99','2005-07-27 02:24:27','2006-02-15 22:20:32'),(13644,506,2,8096,'9.99','2005-07-28 18:32:46','2006-02-15 22:20:32'),(13645,506,2,8506,'0.99','2005-07-29 09:23:52','2006-02-15 22:20:32'),(13646,506,2,9654,'3.99','2005-07-31 05:57:42','2006-02-15 22:20:32'),(13647,506,2,9972,'2.99','2005-07-31 16:42:43','2006-02-15 22:20:32'),(13648,506,1,10477,'2.99','2005-08-01 10:04:17','2006-02-15 22:20:32'),(13649,506,1,10873,'4.99','2005-08-02 00:30:34','2006-02-15 22:20:32'),(13650,506,2,11238,'0.99','2005-08-02 13:25:50','2006-02-15 22:20:32'),(13651,506,2,11781,'4.99','2005-08-17 10:37:00','2006-02-15 22:20:32'),(13652,506,1,12994,'0.99','2005-08-19 07:26:10','2006-02-15 22:20:32'),(13653,506,2,13073,'2.99','2005-08-19 10:05:38','2006-02-15 22:20:32'),(13654,506,2,13767,'0.99','2005-08-20 11:43:36','2006-02-15 22:20:32'),(13655,506,1,14074,'1.99','2005-08-20 23:16:07','2006-02-15 22:20:32'),(13656,506,1,14337,'2.99','2005-08-21 08:34:26','2006-02-15 22:20:32'),(13657,506,2,14395,'6.99','2005-08-21 10:24:00','2006-02-15 22:20:33'),(13658,506,2,15022,'5.99','2005-08-22 08:55:43','2006-02-15 22:20:33'),(13659,506,2,15572,'1.99','2005-08-23 05:28:01','2006-02-15 22:20:33'),(13660,506,1,15694,'9.99','2005-08-23 10:02:46','2006-02-15 22:20:33'),(13661,507,1,52,'0.99','2005-05-25 06:51:29','2006-02-15 22:20:33'),(13662,507,2,713,'4.99','2005-05-29 04:10:17','2006-02-15 22:20:33'),(13663,507,2,1307,'4.99','2005-06-15 10:06:15','2006-02-15 22:20:33'),(13664,507,1,2143,'4.99','2005-06-17 21:58:13','2006-02-15 22:20:33'),(13665,507,2,2283,'4.99','2005-06-18 06:56:06','2006-02-15 22:20:33'),(13666,507,1,3660,'4.99','2005-07-06 08:07:29','2006-02-15 22:20:33'),(13667,507,1,3880,'2.99','2005-07-06 18:32:49','2006-02-15 22:20:33'),(13668,507,2,4440,'0.99','2005-07-07 23:00:58','2006-02-15 22:20:33'),(13669,507,2,4455,'2.99','2005-07-07 23:43:46','2006-02-15 22:20:33'),(13670,507,2,4744,'0.99','2005-07-08 13:43:57','2006-02-15 22:20:33'),(13671,507,2,4901,'2.99','2005-07-08 20:44:51','2006-02-15 22:20:33'),(13672,507,1,5962,'0.99','2005-07-10 23:45:22','2006-02-15 22:20:33'),(13673,507,1,6351,'6.99','2005-07-11 20:31:44','2006-02-15 22:20:34'),(13674,507,1,6396,'1.99','2005-07-11 22:31:08','2006-02-15 22:20:34'),(13675,507,1,6891,'2.99','2005-07-12 21:07:35','2006-02-15 22:20:34'),(13676,507,2,7770,'5.99','2005-07-28 06:49:35','2006-02-15 22:20:34'),(13677,507,1,7970,'5.99','2005-07-28 13:58:38','2006-02-15 22:20:34'),(13678,507,2,8369,'2.99','2005-07-29 05:15:42','2006-02-15 22:20:34'),(13679,507,2,8976,'2.99','2005-07-30 04:12:32','2006-02-15 22:20:34'),(13680,507,1,9003,'2.99','2005-07-30 05:02:52','2006-02-15 22:20:34'),(13681,507,2,12071,'6.99','2005-08-17 21:49:14','2006-02-15 22:20:34'),(13682,507,2,12275,'4.99','2005-08-18 04:42:02','2006-02-15 22:20:34'),(13683,507,1,12343,'4.99','2005-08-18 07:15:13','2006-02-15 22:20:34'),(13684,507,2,14625,'4.99','2005-08-21 18:34:21','2006-02-15 22:20:34'),(13685,507,1,15394,'2.99','2005-08-22 23:04:21','2006-02-15 22:20:34'),(13686,508,1,369,'2.99','2005-05-27 07:46:49','2006-02-15 22:20:34'),(13687,508,2,921,'2.99','2005-05-30 11:53:09','2006-02-15 22:20:34'),(13688,508,2,1661,'4.99','2005-06-16 10:12:57','2006-02-15 22:20:34'),(13689,508,2,5657,'9.99','2005-07-10 07:33:43','2006-02-15 22:20:35'),(13690,508,2,5978,'6.99','2005-07-11 00:16:54','2006-02-15 22:20:35'),(13691,508,1,6101,'4.99','2005-07-11 06:50:33','2006-02-15 22:20:35'),(13692,508,2,6646,'0.99','2005-07-12 10:41:34','2006-02-15 22:20:35'),(13693,508,2,6929,'8.99','2005-07-26 22:59:19','2006-02-15 22:20:35'),(13694,508,1,7283,'5.99','2005-07-27 12:02:41','2006-02-15 22:20:35'),(13695,508,2,7322,'3.99','2005-07-27 13:37:26','2006-02-15 22:20:35'),(13696,508,2,7327,'7.99','2005-07-27 13:53:26','2006-02-15 22:20:35'),(13697,508,2,7668,'2.99','2005-07-28 02:41:31','2006-02-15 22:20:35'),(13698,508,2,7676,'4.99','2005-07-28 02:55:27','2006-02-15 22:20:35'),(13699,508,2,8191,'4.99','2005-07-28 22:47:14','2006-02-15 22:20:35'),(13700,508,2,9694,'5.99','2005-07-31 07:13:16','2006-02-15 22:20:35'),(13701,508,1,9706,'2.99','2005-07-31 07:43:19','2006-02-15 22:20:35'),(13702,508,2,10128,'2.99','2005-07-31 21:40:04','2006-02-15 22:20:35'),(13703,508,1,10746,'8.99','2005-08-01 19:58:49','2006-02-15 22:20:35'),(13704,508,1,11365,'2.99','2005-08-02 18:00:09','2006-02-15 22:20:35'),(13705,508,2,11447,'6.99','2005-08-02 20:36:25','2006-02-15 22:20:36'),(13706,508,1,13095,'6.99','2005-08-19 10:48:10','2006-02-15 22:20:36'),(13707,508,2,13201,'2.99','2005-08-19 14:56:05','2006-02-15 22:20:36'),(13708,508,1,15010,'6.99','2005-08-22 08:30:17','2006-02-15 22:20:36'),(13709,508,1,15195,'4.99','2005-08-22 16:08:23','2006-02-15 22:20:36'),(13710,508,1,14318,'0.99','2006-02-14 15:16:03','2006-02-15 22:20:36'),(13711,509,1,22,'4.99','2005-05-25 02:19:23','2006-02-15 22:20:36'),(13712,509,1,831,'8.99','2005-05-29 22:50:25','2006-02-15 22:20:36'),(13713,509,1,1267,'2.99','2005-06-15 07:21:21','2006-02-15 22:20:36'),(13714,509,2,2919,'4.99','2005-06-20 04:10:16','2006-02-15 22:20:36'),(13715,509,2,4139,'1.99','2005-07-07 08:17:35','2006-02-15 22:20:36'),(13716,509,2,4266,'4.99','2005-07-07 14:34:50','2006-02-15 22:20:36'),(13717,509,2,4832,'2.99','2005-07-08 18:07:05','2006-02-15 22:20:36'),(13718,509,2,5008,'2.99','2005-07-09 01:31:42','2006-02-15 22:20:36'),(13719,509,1,6591,'5.99','2005-07-12 07:13:46','2006-02-15 22:20:36'),(13720,509,1,7848,'6.99','2005-07-28 09:24:31','2006-02-15 22:20:36'),(13721,509,1,8114,'8.99','2005-07-28 19:14:06','2006-02-15 22:20:37'),(13722,509,1,8214,'5.99','2005-07-28 23:37:57','2006-02-15 22:20:37'),(13723,509,2,8240,'0.99','2005-07-29 00:33:32','2006-02-15 22:20:37'),(13724,509,1,10189,'4.99','2005-08-01 00:25:00','2006-02-15 22:20:37'),(13725,509,2,10988,'5.99','2005-08-02 04:38:17','2006-02-15 22:20:37'),(13726,509,1,11814,'6.99','2005-08-17 12:09:20','2006-02-15 22:20:37'),(13727,509,2,12109,'4.99','2005-08-17 22:58:35','2006-02-15 22:20:37'),(13728,509,2,14045,'4.99','2005-08-20 21:50:11','2006-02-15 22:20:37'),(13729,509,2,14994,'5.99','2005-08-22 07:52:24','2006-02-15 22:20:37'),(13730,509,1,15965,'2.99','2005-08-23 19:46:39','2006-02-15 22:20:37'),(13731,510,1,75,'8.99','2005-05-25 11:13:34','2006-02-15 22:20:37'),(13732,510,1,372,'5.99','2005-05-27 08:13:58','2006-02-15 22:20:37'),(13733,510,2,1118,'4.99','2005-05-31 16:23:02','2006-02-15 22:20:37'),(13734,510,2,1435,'5.99','2005-06-15 18:32:30','2006-02-15 22:20:37'),(13735,510,2,1757,'0.99','2005-06-16 17:32:24','2006-02-15 22:20:37'),(13736,510,2,1925,'0.99','2005-06-17 06:16:47','2006-02-15 22:20:37'),(13737,510,1,2729,'8.99','2005-06-19 15:06:15','2006-02-15 22:20:38'),(13738,510,2,2806,'0.99','2005-06-19 19:30:48','2006-02-15 22:20:38'),(13739,510,2,2817,'0.99','2005-06-19 20:05:22','2006-02-15 22:20:38'),(13740,510,2,3352,'8.99','2005-06-21 11:26:29','2006-02-15 22:20:38'),(13741,510,2,3465,'5.99','2005-06-21 22:10:01','2006-02-15 22:20:38'),(13742,510,2,3744,'2.99','2005-07-06 12:10:02','2006-02-15 22:20:38'),(13743,510,1,4014,'4.99','2005-07-07 00:58:54','2006-02-15 22:20:38'),(13744,510,2,5851,'4.99','2005-07-10 17:40:47','2006-02-15 22:20:38'),(13745,510,1,6531,'1.99','2005-07-12 04:35:24','2006-02-15 22:20:38'),(13746,510,1,7457,'2.99','2005-07-27 18:35:17','2006-02-15 22:20:38'),(13747,510,1,7678,'8.99','2005-07-28 02:58:16','2006-02-15 22:20:38'),(13748,510,2,7794,'9.99','2005-07-28 07:28:03','2006-02-15 22:20:38'),(13749,510,2,8763,'3.99','2005-07-29 19:38:24','2006-02-15 22:20:38'),(13750,510,1,8926,'4.99','2005-07-30 02:10:31','2006-02-15 22:20:38'),(13751,510,1,10131,'0.99','2005-07-31 21:45:28','2006-02-15 22:20:38'),(13752,510,2,10265,'7.99','2005-08-01 03:05:04','2006-02-15 22:20:38'),(13753,510,2,11996,'4.99','2005-08-17 18:34:37','2006-02-15 22:20:39'),(13754,510,1,12317,'0.99','2005-08-18 06:17:06','2006-02-15 22:20:39'),(13755,510,2,12406,'2.99','2005-08-18 09:38:02','2006-02-15 22:20:39'),(13756,510,1,15065,'4.99','2005-08-22 10:46:44','2006-02-15 22:20:39'),(13757,511,1,56,'2.99','2005-05-25 08:28:11','2006-02-15 22:20:39'),(13758,511,1,819,'3.99','2005-05-29 21:00:32','2006-02-15 22:20:39'),(13759,511,2,1281,'2.99','2005-06-15 08:21:39','2006-02-15 22:20:39'),(13760,511,1,1508,'2.99','2005-06-15 22:33:24','2006-02-15 22:20:39'),(13761,511,2,2966,'10.99','2005-06-20 07:39:33','2006-02-15 22:20:39'),(13762,511,2,3366,'4.99','2005-06-21 13:03:37','2006-02-15 22:20:39'),(13763,511,2,3600,'4.99','2005-07-06 05:19:42','2006-02-15 22:20:39'),(13764,511,1,3852,'0.99','2005-07-06 16:57:49','2006-02-15 22:20:39'),(13765,511,1,4482,'4.99','2005-07-08 01:01:18','2006-02-15 22:20:39'),(13766,511,2,5164,'3.99','2005-07-09 09:03:14','2006-02-15 22:20:39'),(13767,511,1,5601,'0.99','2005-07-10 04:56:55','2006-02-15 22:20:39'),(13768,511,2,6040,'0.99','2005-07-11 03:14:26','2006-02-15 22:20:39'),(13769,511,1,6320,'0.99','2005-07-11 18:50:55','2006-02-15 22:20:40'),(13770,511,1,8026,'4.99','2005-07-28 16:05:38','2006-02-15 22:20:40'),(13771,511,1,9095,'0.99','2005-07-30 08:38:36','2006-02-15 22:20:40'),(13772,511,1,9143,'6.99','2005-07-30 10:22:11','2006-02-15 22:20:40'),(13773,511,1,9760,'4.99','2005-07-31 09:29:33','2006-02-15 22:20:40'),(13774,511,1,10231,'2.99','2005-08-01 01:50:49','2006-02-15 22:20:40'),(13775,511,2,10429,'2.99','2005-08-01 08:34:18','2006-02-15 22:20:40'),(13776,511,2,12110,'6.99','2005-08-17 22:59:46','2006-02-15 22:20:40'),(13777,511,1,12920,'4.99','2005-08-19 04:32:32','2006-02-15 22:20:40'),(13778,511,1,14213,'4.99','2005-08-21 04:30:47','2006-02-15 22:20:40'),(13779,511,1,14302,'6.99','2005-08-21 07:19:57','2006-02-15 22:20:40'),(13780,511,1,15172,'4.99','2005-08-22 15:25:33','2006-02-15 22:20:40'),(13781,512,1,1176,'6.99','2005-06-15 00:28:37','2006-02-15 22:20:40'),(13782,512,2,2029,'4.99','2005-06-17 13:10:59','2006-02-15 22:20:40'),(13783,512,1,2364,'2.99','2005-06-18 13:37:32','2006-02-15 22:20:40'),(13784,512,1,4752,'5.99','2005-07-08 14:15:20','2006-02-15 22:20:40'),(13785,512,1,4799,'0.99','2005-07-08 16:49:27','2006-02-15 22:20:41'),(13786,512,1,5064,'6.99','2005-07-09 04:38:51','2006-02-15 22:20:41'),(13787,512,2,5813,'3.99','2005-07-10 15:34:37','2006-02-15 22:20:41'),(13788,512,1,7219,'2.99','2005-07-27 09:35:36','2006-02-15 22:20:41'),(13789,512,1,7507,'0.99','2005-07-27 20:31:48','2006-02-15 22:20:41'),(13790,512,1,7715,'6.99','2005-07-28 04:32:38','2006-02-15 22:20:41'),(13791,512,2,8868,'4.99','2005-07-30 00:02:26','2006-02-15 22:20:41'),(13792,512,1,9055,'2.99','2005-07-30 07:13:07','2006-02-15 22:20:41'),(13793,512,2,10232,'4.99','2005-08-01 01:50:55','2006-02-15 22:20:41'),(13794,512,2,10670,'3.99','2005-08-01 17:07:16','2006-02-15 22:20:41'),(13795,512,2,11818,'9.99','2005-08-17 12:22:04','2006-02-15 22:20:41'),(13796,512,2,12957,'8.99','2005-08-19 06:12:44','2006-02-15 22:20:41'),(13797,512,2,13156,'4.99','2005-08-19 13:10:42','2006-02-15 22:20:41'),(13798,512,2,13771,'0.99','2005-08-20 11:47:21','2006-02-15 22:20:41'),(13799,512,1,14288,'4.99','2005-08-21 06:57:34','2006-02-15 22:20:41'),(13800,512,1,14870,'2.99','2005-08-22 03:23:20','2006-02-15 22:20:41'),(13801,512,1,15153,'2.99','2005-08-22 14:26:01','2006-02-15 22:20:42'),(13802,512,2,15265,'3.99','2005-08-22 18:35:59','2006-02-15 22:20:42'),(13803,512,1,15317,'3.99','2005-08-22 20:14:13','2006-02-15 22:20:42'),(13804,512,2,15733,'4.99','2005-08-23 11:37:32','2006-02-15 22:20:42'),(13805,512,2,15990,'4.99','2005-08-23 20:25:11','2006-02-15 22:20:42'),(13806,512,1,12786,'0.99','2006-02-14 15:16:03','2006-02-15 22:20:42'),(13807,513,2,993,'4.99','2005-05-30 23:54:19','2006-02-15 22:20:42'),(13808,513,1,1607,'2.99','2005-06-16 06:25:35','2006-02-15 22:20:42'),(13809,513,2,2290,'7.99','2005-06-18 07:34:37','2006-02-15 22:20:42'),(13810,513,2,2737,'1.99','2005-06-19 15:48:33','2006-02-15 22:20:42'),(13811,513,2,3872,'0.99','2005-07-06 18:00:19','2006-02-15 22:20:42'),(13812,513,2,4055,'2.99','2005-07-07 03:49:13','2006-02-15 22:20:42'),(13813,513,2,4178,'4.99','2005-07-07 10:14:31','2006-02-15 22:20:42'),(13814,513,2,4220,'4.99','2005-07-07 12:12:36','2006-02-15 22:20:42'),(13815,513,1,5741,'7.99','2005-07-10 11:55:40','2006-02-15 22:20:42'),(13816,513,1,6027,'4.99','2005-07-11 02:26:29','2006-02-15 22:20:42'),(13817,513,1,7655,'0.99','2005-07-28 02:01:11','2006-02-15 22:20:43'),(13818,513,2,8320,'4.99','2005-07-29 03:49:58','2006-02-15 22:20:43'),(13819,513,1,8350,'4.99','2005-07-29 04:50:39','2006-02-15 22:20:43'),(13820,513,2,8683,'9.99','2005-07-29 16:15:43','2006-02-15 22:20:43'),(13821,513,1,8798,'5.99','2005-07-29 21:15:38','2006-02-15 22:20:43'),(13822,513,2,9862,'2.99','2005-07-31 13:05:03','2006-02-15 22:20:43'),(13823,513,1,10012,'3.99','2005-07-31 18:06:06','2006-02-15 22:20:43'),(13824,513,2,11081,'2.99','2005-08-02 07:30:14','2006-02-15 22:20:43'),(13825,513,1,11165,'2.99','2005-08-02 10:12:17','2006-02-15 22:20:43'),(13826,513,1,11407,'3.99','2005-08-02 19:18:43','2006-02-15 22:20:43'),(13827,513,1,11755,'3.99','2005-08-17 09:15:35','2006-02-15 22:20:43'),(13828,513,1,12559,'5.99','2005-08-18 14:53:58','2006-02-15 22:20:43'),(13829,513,2,12784,'2.99','2005-08-19 00:02:46','2006-02-15 22:20:43'),(13830,513,2,12807,'4.99','2005-08-19 00:38:46','2006-02-15 22:20:43'),(13831,513,1,13596,'5.99','2005-08-20 05:58:58','2006-02-15 22:20:43'),(13832,513,1,13690,'4.99','2005-08-20 09:07:27','2006-02-15 22:20:43'),(13833,513,2,14844,'7.99','2005-08-22 02:09:12','2006-02-15 22:20:44'),(13834,513,1,14875,'4.99','2005-08-22 03:34:39','2006-02-15 22:20:44'),(13835,513,1,15035,'4.99','2005-08-22 09:34:32','2006-02-15 22:20:44'),(13836,513,2,15289,'6.99','2005-08-22 19:27:24','2006-02-15 22:20:44'),(13837,513,2,15545,'5.99','2005-08-23 04:20:16','2006-02-15 22:20:44'),(13838,514,2,536,'4.99','2005-05-28 06:17:33','2006-02-15 22:20:44'),(13839,514,2,1692,'4.99','2005-06-16 12:30:19','2006-02-15 22:20:44'),(13840,514,1,2002,'3.99','2005-06-17 11:39:58','2006-02-15 22:20:44'),(13841,514,2,2362,'0.99','2005-06-18 13:31:15','2006-02-15 22:20:44'),(13842,514,1,2789,'0.99','2005-06-19 18:48:21','2006-02-15 22:20:44'),(13843,514,2,3084,'2.99','2005-06-20 15:35:24','2006-02-15 22:20:44'),(13844,514,1,3385,'0.99','2005-06-21 14:16:48','2006-02-15 22:20:44'),(13845,514,2,3668,'5.99','2005-07-06 08:36:48','2006-02-15 22:20:44'),(13846,514,2,3860,'2.99','2005-07-06 17:20:24','2006-02-15 22:20:44'),(13847,514,1,7791,'4.99','2005-07-28 07:22:51','2006-02-15 22:20:44'),(13848,514,1,9038,'3.99','2005-07-30 06:23:35','2006-02-15 22:20:45'),(13849,514,1,11675,'1.99','2005-08-17 05:57:54','2006-02-15 22:20:45'),(13850,514,2,12067,'4.99','2005-08-17 21:36:47','2006-02-15 22:20:45'),(13851,514,1,12293,'4.99','2005-08-18 05:13:36','2006-02-15 22:20:45'),(13852,514,1,12302,'4.99','2005-08-18 05:41:39','2006-02-15 22:20:45'),(13853,514,2,12578,'0.99','2005-08-18 15:47:11','2006-02-15 22:20:45'),(13854,514,1,12752,'2.99','2005-08-18 22:33:36','2006-02-15 22:20:45'),(13855,514,2,13344,'3.99','2005-08-19 20:22:44','2006-02-15 22:20:45'),(13856,514,1,14052,'0.99','2005-08-20 22:11:46','2006-02-15 22:20:45'),(13857,514,1,14386,'1.99','2005-08-21 10:06:34','2006-02-15 22:20:45'),(13858,514,1,15451,'2.99','2005-08-23 00:56:27','2006-02-15 22:20:45'),(13859,514,1,15776,'5.99','2005-08-23 13:26:01','2006-02-15 22:20:45'),(13860,515,2,187,'8.99','2005-05-26 05:42:37','2006-02-15 22:20:45'),(13861,515,2,292,'6.99','2005-05-26 20:22:12','2006-02-15 22:20:45'),(13862,515,1,1244,'4.99','2005-06-15 05:08:40','2006-02-15 22:20:45'),(13863,515,2,1531,'5.99','2005-06-16 00:40:34','2006-02-15 22:20:45'),(13864,515,2,2003,'4.99','2005-06-17 11:40:35','2006-02-15 22:20:46'),(13865,515,2,2484,'4.99','2005-06-18 21:25:23','2006-02-15 22:20:46'),(13866,515,2,2513,'0.99','2005-06-18 23:53:15','2006-02-15 22:20:46'),(13867,515,2,3063,'3.99','2005-06-20 13:52:03','2006-02-15 22:20:46'),(13868,515,2,3782,'0.99','2005-07-06 13:57:03','2006-02-15 22:20:46'),(13869,515,2,4111,'6.99','2005-07-07 06:47:56','2006-02-15 22:20:46'),(13870,515,2,5216,'0.99','2005-07-09 11:54:58','2006-02-15 22:20:46'),(13871,515,2,5546,'2.99','2005-07-10 02:50:37','2006-02-15 22:20:46'),(13872,515,2,5697,'4.99','2005-07-10 09:44:44','2006-02-15 22:20:46'),(13873,515,2,7429,'3.99','2005-07-27 17:24:50','2006-02-15 22:20:46'),(13874,515,1,8706,'4.99','2005-07-29 17:19:15','2006-02-15 22:20:46'),(13875,515,1,10159,'4.99','2005-07-31 22:54:30','2006-02-15 22:20:46'),(13876,515,2,10716,'0.99','2005-08-01 18:53:48','2006-02-15 22:20:46'),(13877,515,1,11451,'3.99','2005-08-02 20:45:56','2006-02-15 22:20:46'),(13878,515,2,11572,'4.99','2005-08-17 01:37:55','2006-02-15 22:20:46'),(13879,515,1,11691,'3.99','2005-08-17 06:51:05','2006-02-15 22:20:47'),(13880,515,2,11937,'6.99','2005-08-17 16:48:36','2006-02-15 22:20:47'),(13881,515,2,12416,'2.99','2005-08-18 09:56:48','2006-02-15 22:20:47'),(13882,515,1,12486,'8.99','2005-08-18 12:42:50','2006-02-15 22:20:47'),(13883,515,1,12889,'5.99','2005-08-19 03:41:31','2006-02-15 22:20:47'),(13884,515,2,14072,'4.99','2005-08-20 23:07:10','2006-02-15 22:20:47'),(13885,515,2,14378,'3.99','2005-08-21 09:50:02','2006-02-15 22:20:47'),(13886,515,2,14414,'0.99','2005-08-21 11:08:17','2006-02-15 22:20:47'),(13887,515,2,15274,'4.99','2005-08-22 18:55:52','2006-02-15 22:20:47'),(13888,516,2,339,'3.99','2005-05-27 03:47:18','2006-02-15 22:20:47'),(13889,516,1,571,'1.99','2005-05-28 10:17:41','2006-02-15 22:20:47'),(13890,516,2,1159,'4.99','2005-06-14 22:55:13','2006-02-15 22:20:47'),(13891,516,1,1200,'1.99','2005-06-15 01:59:51','2006-02-15 22:20:47'),(13892,516,1,1718,'10.99','2005-06-16 14:52:02','2006-02-15 22:20:47'),(13893,516,1,2017,'0.99','2005-06-17 12:33:30','2006-02-15 22:20:47'),(13894,516,2,3068,'0.99','2005-06-20 14:02:22','2006-02-15 22:20:47'),(13895,516,1,3431,'2.99','2005-06-21 18:46:48','2006-02-15 22:20:48'),(13896,516,2,5780,'3.99','2005-07-10 13:46:23','2006-02-15 22:20:48'),(13897,516,2,6677,'6.99','2005-07-12 11:58:14','2006-02-15 22:20:48'),(13898,516,1,6858,'6.99','2005-07-12 19:53:51','2006-02-15 22:20:48'),(13899,516,1,7628,'4.99','2005-07-28 00:58:04','2006-02-15 22:20:48'),(13900,516,1,7882,'4.99','2005-07-28 10:33:42','2006-02-15 22:20:48'),(13901,516,2,8396,'4.99','2005-07-29 06:07:00','2006-02-15 22:20:48'),(13902,516,2,8534,'5.99','2005-07-29 10:30:13','2006-02-15 22:20:48'),(13903,516,2,8585,'2.99','2005-07-29 12:14:18','2006-02-15 22:20:48'),(13904,516,2,9243,'4.99','2005-07-30 14:06:27','2006-02-15 22:20:48'),(13905,516,2,11926,'0.99','2005-08-17 16:25:02','2006-02-15 22:20:48'),(13906,516,2,11939,'1.99','2005-08-17 16:55:57','2006-02-15 22:20:48'),(13907,516,1,12535,'1.99','2005-08-18 14:05:22','2006-02-15 22:20:48'),(13908,516,1,13276,'8.99','2005-08-19 17:53:42','2006-02-15 22:20:48'),(13909,516,1,14932,'0.99','2005-08-22 05:40:39','2006-02-15 22:20:48'),(13910,516,1,15526,'0.99','2005-08-23 03:44:30','2006-02-15 22:20:48'),(13911,516,1,15701,'0.99','2005-08-23 10:22:21','2006-02-15 22:20:49'),(13912,516,1,12130,'5.98','2006-02-14 15:16:03','2006-02-15 22:20:49'),(13913,516,1,12915,'0.00','2006-02-14 15:16:03','2006-02-15 22:20:49'),(13914,517,2,850,'4.99','2005-05-30 01:35:12','2006-02-15 22:20:49'),(13915,517,2,1653,'4.99','2005-06-16 09:34:45','2006-02-15 22:20:49'),(13916,517,1,1809,'8.99','2005-06-16 21:00:20','2006-02-15 22:20:49'),(13917,517,1,1850,'4.99','2005-06-17 00:31:35','2006-02-15 22:20:49'),(13918,517,2,2534,'2.99','2005-06-19 01:38:39','2006-02-15 22:20:49'),(13919,517,1,3113,'0.99','2005-06-20 17:56:40','2006-02-15 22:20:49'),(13920,517,2,4094,'2.99','2005-07-07 06:00:21','2006-02-15 22:20:49'),(13921,517,1,4109,'4.99','2005-07-07 06:39:43','2006-02-15 22:20:49'),(13922,517,1,4369,'4.99','2005-07-07 20:01:38','2006-02-15 22:20:49'),(13923,517,2,4374,'4.99','2005-07-07 20:13:58','2006-02-15 22:20:49'),(13924,517,2,4934,'0.99','2005-07-08 22:18:42','2006-02-15 22:20:49'),(13925,517,1,4993,'2.99','2005-07-09 00:49:47','2006-02-15 22:20:49'),(13926,517,1,5206,'7.99','2005-07-09 11:11:01','2006-02-15 22:20:49'),(13927,517,2,5974,'5.99','2005-07-11 00:10:37','2006-02-15 22:20:50'),(13928,517,2,6594,'4.99','2005-07-12 07:25:43','2006-02-15 22:20:50'),(13929,517,2,6903,'0.99','2005-07-12 21:58:15','2006-02-15 22:20:50'),(13930,517,2,7988,'3.99','2005-07-28 14:37:18','2006-02-15 22:20:50'),(13931,517,1,10063,'4.99','2005-07-31 19:25:13','2006-02-15 22:20:50'),(13932,517,2,10358,'4.99','2005-08-01 05:50:07','2006-02-15 22:20:50'),(13933,517,2,10433,'4.99','2005-08-01 08:45:56','2006-02-15 22:20:50'),(13934,517,1,11684,'3.99','2005-08-17 06:27:15','2006-02-15 22:20:50'),(13935,517,2,12705,'0.99','2005-08-18 20:44:14','2006-02-15 22:20:50'),(13936,517,1,13396,'0.99','2005-08-19 22:06:09','2006-02-15 22:20:50'),(13937,517,2,14190,'4.99','2005-08-21 03:35:21','2006-02-15 22:20:50'),(13938,517,1,15559,'5.99','2005-08-23 04:55:05','2006-02-15 22:20:50'),(13939,518,1,710,'2.99','2005-05-29 03:48:36','2006-02-15 22:20:50'),(13940,518,2,1552,'5.99','2005-06-16 02:01:37','2006-02-15 22:20:50'),(13941,518,2,3311,'0.99','2005-06-21 08:05:27','2006-02-15 22:20:50'),(13942,518,1,3652,'0.99','2005-07-06 07:44:30','2006-02-15 22:20:51'),(13943,518,2,4029,'7.99','2005-07-07 02:19:44','2006-02-15 22:20:51'),(13944,518,2,4661,'4.99','2005-07-08 09:55:06','2006-02-15 22:20:51'),(13945,518,2,4948,'6.99','2005-07-08 22:54:21','2006-02-15 22:20:51'),(13946,518,1,6652,'2.99','2005-07-12 10:59:38','2006-02-15 22:20:51'),(13947,518,1,6957,'2.99','2005-07-27 00:00:00','2006-02-15 22:20:51'),(13948,518,2,7038,'3.99','2005-07-27 03:07:29','2006-02-15 22:20:51'),(13949,518,2,7154,'4.99','2005-07-27 07:16:17','2006-02-15 22:20:51'),(13950,518,2,7382,'2.99','2005-07-27 15:43:15','2006-02-15 22:20:51'),(13951,518,1,7657,'2.99','2005-07-28 02:09:00','2006-02-15 22:20:51'),(13952,518,2,7839,'6.99','2005-07-28 09:01:13','2006-02-15 22:20:51'),(13953,518,1,8107,'3.99','2005-07-28 19:03:16','2006-02-15 22:20:51'),(13954,518,1,8397,'2.99','2005-07-29 06:09:35','2006-02-15 22:20:51'),(13955,518,1,10751,'5.99','2005-08-01 20:06:10','2006-02-15 22:20:51'),(13956,518,2,11433,'3.99','2005-08-02 20:13:10','2006-02-15 22:20:51'),(13957,518,2,12450,'2.99','2005-08-18 11:04:04','2006-02-15 22:20:51'),(13958,518,2,12681,'2.99','2005-08-18 19:48:06','2006-02-15 22:20:52'),(13959,518,1,13065,'4.99','2005-08-19 09:48:52','2006-02-15 22:20:52'),(13960,518,1,13539,'6.99','2005-08-20 03:40:27','2006-02-15 22:20:52'),(13961,518,1,14088,'6.99','2005-08-20 23:57:24','2006-02-15 22:20:52'),(13962,518,1,14149,'4.99','2005-08-21 02:22:47','2006-02-15 22:20:52'),(13963,518,2,14980,'0.99','2005-08-22 07:16:45','2006-02-15 22:20:52'),(13964,518,2,15434,'4.99','2005-08-23 00:28:16','2006-02-15 22:20:52'),(13965,519,1,1056,'3.99','2005-05-31 07:48:07','2006-02-15 22:20:52'),(13966,519,1,1941,'2.99','2005-06-17 07:42:45','2006-02-15 22:20:52'),(13967,519,2,2505,'8.99','2005-06-18 23:28:27','2006-02-15 22:20:52'),(13968,519,2,2997,'5.99','2005-06-20 09:23:45','2006-02-15 22:20:52'),(13969,519,2,4564,'0.99','2005-07-08 05:09:38','2006-02-15 22:20:52'),(13970,519,2,4773,'2.99','2005-07-08 15:41:39','2006-02-15 22:20:52'),(13971,519,2,5236,'0.99','2005-07-09 12:56:29','2006-02-15 22:20:52'),(13972,519,2,5547,'5.99','2005-07-10 02:52:47','2006-02-15 22:20:52'),(13973,519,2,6063,'0.99','2005-07-11 04:16:51','2006-02-15 22:20:52'),(13974,519,1,6599,'3.99','2005-07-12 07:41:14','2006-02-15 22:20:53'),(13975,519,1,9417,'6.99','2005-07-30 20:54:55','2006-02-15 22:20:53'),(13976,519,2,9441,'4.99','2005-07-30 21:43:28','2006-02-15 22:20:53'),(13977,519,2,9534,'7.99','2005-07-31 01:18:27','2006-02-15 22:20:53'),(13978,519,2,9645,'0.99','2005-07-31 05:42:49','2006-02-15 22:20:53'),(13979,519,2,9886,'7.99','2005-07-31 14:00:13','2006-02-15 22:20:53'),(13980,519,1,9905,'0.99','2005-07-31 14:37:03','2006-02-15 22:20:53'),(13981,519,1,10097,'5.99','2005-07-31 20:39:38','2006-02-15 22:20:53'),(13982,519,2,10697,'4.99','2005-08-01 18:20:23','2006-02-15 22:20:53'),(13983,519,2,12648,'7.99','2005-08-18 18:30:21','2006-02-15 22:20:53'),(13984,519,2,12924,'2.99','2005-08-19 04:51:47','2006-02-15 22:20:53'),(13985,519,1,13647,'7.99','2005-08-20 07:48:07','2006-02-15 22:20:53'),(13986,519,1,14182,'2.99','2005-08-21 03:17:10','2006-02-15 22:20:53'),(13987,519,2,15347,'2.99','2005-08-22 21:12:19','2006-02-15 22:20:53'),(13988,520,1,962,'6.99','2005-05-30 18:45:17','2006-02-15 22:20:53'),(13989,520,1,1411,'0.99','2005-06-15 17:05:36','2006-02-15 22:20:54'),(13990,520,2,2174,'6.99','2005-06-18 00:09:01','2006-02-15 22:20:54'),(13991,520,1,2772,'4.99','2005-06-19 17:59:27','2006-02-15 22:20:54'),(13992,520,2,3482,'4.99','2005-07-05 23:13:22','2006-02-15 22:20:54'),(13993,520,1,3499,'7.99','2005-07-06 00:04:20','2006-02-15 22:20:54'),(13994,520,2,4346,'2.99','2005-07-07 18:58:45','2006-02-15 22:20:54'),(13995,520,2,5799,'4.99','2005-07-10 14:53:35','2006-02-15 22:20:54'),(13996,520,1,5802,'10.99','2005-07-10 15:02:17','2006-02-15 22:20:54'),(13997,520,1,5853,'3.99','2005-07-10 17:45:13','2006-02-15 22:20:54'),(13998,520,1,6029,'2.99','2005-07-11 02:36:46','2006-02-15 22:20:54'),(13999,520,2,7198,'5.99','2005-07-27 08:50:07','2006-02-15 22:20:54'),(14000,520,1,7720,'4.99','2005-07-28 04:41:44','2006-02-15 22:20:54'),(14001,520,1,7936,'0.99','2005-07-28 12:33:21','2006-02-15 22:20:54'),(14002,520,1,8294,'2.99','2005-07-29 02:32:41','2006-02-15 22:20:54'),(14003,520,2,8435,'2.99','2005-07-29 07:20:16','2006-02-15 22:20:54'),(14004,520,1,9803,'2.99','2005-07-31 11:06:02','2006-02-15 22:20:54'),(14005,520,1,10072,'0.99','2005-07-31 19:50:37','2006-02-15 22:20:55'),(14006,520,2,10530,'4.99','2005-08-01 12:01:17','2006-02-15 22:20:55'),(14007,520,1,11566,'0.99','2005-08-17 01:28:35','2006-02-15 22:20:55'),(14008,520,1,12517,'4.99','2005-08-18 13:40:20','2006-02-15 22:20:55'),(14009,520,1,12628,'5.99','2005-08-18 17:40:25','2006-02-15 22:20:55'),(14010,520,1,12647,'5.99','2005-08-18 18:29:51','2006-02-15 22:20:55'),(14011,520,1,13311,'0.99','2005-08-19 19:07:09','2006-02-15 22:20:55'),(14012,520,2,13438,'2.99','2005-08-19 23:38:02','2006-02-15 22:20:55'),(14013,520,2,13659,'2.99','2005-08-20 08:05:52','2006-02-15 22:20:55'),(14014,520,2,13746,'5.99','2005-08-20 10:55:28','2006-02-15 22:20:55'),(14015,520,1,14372,'4.99','2005-08-21 09:39:50','2006-02-15 22:20:55'),(14016,520,1,14509,'0.99','2005-08-21 14:39:58','2006-02-15 22:20:55'),(14017,520,1,15465,'0.99','2005-08-23 01:16:33','2006-02-15 22:20:55'),(14018,520,2,15492,'2.99','2005-08-23 02:13:46','2006-02-15 22:20:55'),(14019,520,1,15948,'7.99','2005-08-23 18:59:33','2006-02-15 22:20:55'),(14020,521,1,1761,'0.99','2005-06-16 17:49:57','2006-02-15 22:20:55'),(14021,521,2,2053,'0.99','2005-06-17 15:19:34','2006-02-15 22:20:56'),(14022,521,2,4284,'0.99','2005-07-07 15:31:57','2006-02-15 22:20:56'),(14023,521,2,4439,'2.99','2005-07-07 22:57:30','2006-02-15 22:20:56'),(14024,521,1,5276,'2.99','2005-07-09 14:35:13','2006-02-15 22:20:56'),(14025,521,2,5458,'4.99','2005-07-09 22:35:49','2006-02-15 22:20:56'),(14026,521,2,5580,'6.99','2005-07-10 04:05:49','2006-02-15 22:20:56'),(14027,521,2,5686,'0.99','2005-07-10 09:06:03','2006-02-15 22:20:56'),(14028,521,1,7478,'1.99','2005-07-27 19:16:02','2006-02-15 22:20:56'),(14029,521,1,9556,'7.99','2005-07-31 02:13:30','2006-02-15 22:20:56'),(14030,521,2,9937,'1.99','2005-07-31 15:28:10','2006-02-15 22:20:56'),(14031,521,1,10587,'2.99','2005-08-01 14:03:38','2006-02-15 22:20:56'),(14032,521,2,11625,'2.99','2005-08-17 04:18:52','2006-02-15 22:20:56'),(14033,521,1,11967,'3.99','2005-08-17 17:45:00','2006-02-15 22:20:56'),(14034,521,2,12082,'4.99','2005-08-17 22:13:15','2006-02-15 22:20:56'),(14035,521,1,12530,'4.99','2005-08-18 13:54:48','2006-02-15 22:20:56'),(14036,521,1,13527,'2.99','2005-08-20 03:00:47','2006-02-15 22:20:57'),(14037,521,1,14423,'0.99','2005-08-21 11:23:59','2006-02-15 22:20:57'),(14038,521,2,14551,'3.99','2005-08-21 15:57:25','2006-02-15 22:20:57'),(14039,521,2,14738,'5.99','2005-08-21 22:29:13','2006-02-15 22:20:57'),(14040,521,2,15170,'4.99','2005-08-22 15:22:15','2006-02-15 22:20:57'),(14041,521,2,15329,'2.99','2005-08-22 20:32:39','2006-02-15 22:20:57'),(14042,521,2,11672,'4.99','2006-02-14 15:16:03','2006-02-15 22:20:57'),(14043,522,2,426,'5.99','2005-05-27 15:56:57','2006-02-15 22:20:57'),(14044,522,1,1289,'3.99','2005-06-15 08:44:09','2006-02-15 22:20:57'),(14045,522,2,3102,'8.99','2005-06-20 16:55:55','2006-02-15 22:20:57'),(14046,522,1,3188,'2.99','2005-06-20 23:10:27','2006-02-15 22:20:57'),(14047,522,2,3191,'0.99','2005-06-20 23:46:39','2006-02-15 22:20:57'),(14048,522,1,3594,'0.99','2005-07-06 04:42:47','2006-02-15 22:20:57'),(14049,522,2,4078,'4.99','2005-07-07 05:05:05','2006-02-15 22:20:57'),(14050,522,2,4563,'9.99','2005-07-08 05:08:55','2006-02-15 22:20:57'),(14051,522,2,4701,'4.99','2005-07-08 11:38:48','2006-02-15 22:20:57'),(14052,522,2,5271,'6.99','2005-07-09 14:25:01','2006-02-15 22:20:58'),(14053,522,2,5514,'6.99','2005-07-10 01:09:42','2006-02-15 22:20:58'),(14054,522,2,5532,'4.99','2005-07-10 02:17:31','2006-02-15 22:20:58'),(14055,522,2,5936,'0.99','2005-07-10 22:14:30','2006-02-15 22:20:58'),(14056,522,2,7262,'4.99','2005-07-27 11:15:36','2006-02-15 22:20:58'),(14057,522,1,7955,'2.99','2005-07-28 13:31:36','2006-02-15 22:20:58'),(14058,522,2,8181,'4.99','2005-07-28 22:18:38','2006-02-15 22:20:58'),(14059,522,1,8642,'6.99','2005-07-29 14:38:17','2006-02-15 22:20:58'),(14060,522,1,8966,'2.99','2005-07-30 03:54:12','2006-02-15 22:20:58'),(14061,522,1,9047,'7.99','2005-07-30 06:56:33','2006-02-15 22:20:58'),(14062,522,2,9227,'7.99','2005-07-30 13:36:13','2006-02-15 22:20:58'),(14063,522,1,9335,'4.99','2005-07-30 18:00:53','2006-02-15 22:20:58'),(14064,522,1,9412,'5.99','2005-07-30 20:44:10','2006-02-15 22:20:58'),(14065,522,2,9533,'5.99','2005-07-31 01:18:10','2006-02-15 22:20:58'),(14066,522,2,10223,'0.99','2005-08-01 01:23:15','2006-02-15 22:20:58'),(14067,522,1,10411,'3.99','2005-08-01 07:56:32','2006-02-15 22:20:59'),(14068,522,1,10675,'7.99','2005-08-01 17:11:57','2006-02-15 22:20:59'),(14069,522,2,10821,'5.99','2005-08-01 22:54:27','2006-02-15 22:20:59'),(14070,522,2,11696,'2.99','2005-08-17 07:01:09','2006-02-15 22:20:59'),(14071,522,2,11830,'1.99','2005-08-17 12:53:15','2006-02-15 22:20:59'),(14072,522,2,12494,'6.99','2005-08-18 12:53:49','2006-02-15 22:20:59'),(14073,522,2,13605,'6.99','2005-08-20 06:06:17','2006-02-15 22:20:59'),(14074,522,2,14467,'2.99','2005-08-21 13:03:33','2006-02-15 22:20:59'),(14075,522,1,15921,'6.99','2005-08-23 18:06:54','2006-02-15 22:20:59'),(14076,523,1,42,'4.99','2005-05-25 05:24:58','2006-02-15 22:20:59'),(14077,523,2,664,'0.99','2005-05-28 21:31:08','2006-02-15 22:20:59'),(14078,523,2,1729,'6.99','2005-06-16 15:29:47','2006-02-15 22:20:59'),(14079,523,1,2447,'8.99','2005-06-18 19:10:55','2006-02-15 22:20:59'),(14080,523,1,2583,'7.99','2005-06-19 05:01:40','2006-02-15 22:20:59'),(14081,523,2,2669,'0.99','2005-06-19 11:28:52','2006-02-15 22:20:59'),(14082,523,1,4605,'4.99','2005-07-08 07:00:14','2006-02-15 22:20:59'),(14083,523,2,5155,'2.99','2005-07-09 08:46:54','2006-02-15 22:21:00'),(14084,523,1,5287,'6.99','2005-07-09 15:11:54','2006-02-15 22:21:00'),(14085,523,2,5932,'2.99','2005-07-10 22:05:15','2006-02-15 22:21:00'),(14086,523,2,6675,'4.99','2005-07-12 11:53:06','2006-02-15 22:21:00'),(14087,523,2,7642,'1.99','2005-07-28 01:16:51','2006-02-15 22:21:00'),(14088,523,2,8141,'0.99','2005-07-28 20:21:19','2006-02-15 22:21:00'),(14089,523,1,8372,'5.99','2005-07-29 05:18:08','2006-02-15 22:21:00'),(14090,523,1,9071,'2.99','2005-07-30 07:40:58','2006-02-15 22:21:00'),(14091,523,2,9667,'6.99','2005-07-31 06:23:52','2006-02-15 22:21:00'),(14092,523,2,10470,'1.99','2005-08-01 09:52:26','2006-02-15 22:21:00'),(14093,523,1,11827,'4.99','2005-08-17 12:44:27','2006-02-15 22:21:00'),(14094,523,1,12288,'2.99','2005-08-18 05:01:20','2006-02-15 22:21:00'),(14095,523,1,13133,'2.99','2005-08-19 12:11:03','2006-02-15 22:21:00'),(14096,523,1,14766,'4.99','2005-08-21 23:42:20','2006-02-15 22:21:00'),(14097,523,1,15040,'2.99','2005-08-22 09:41:09','2006-02-15 22:21:00'),(14098,524,2,118,'0.99','2005-05-25 19:31:18','2006-02-15 22:21:00'),(14099,524,1,982,'4.99','2005-05-30 22:15:24','2006-02-15 22:21:01'),(14100,524,1,1306,'1.99','2005-06-15 09:59:24','2006-02-15 22:21:01'),(14101,524,2,1651,'4.99','2005-06-16 09:24:38','2006-02-15 22:21:01'),(14102,524,2,3454,'2.99','2005-06-21 21:12:13','2006-02-15 22:21:01'),(14103,524,1,4366,'5.99','2005-07-07 19:48:36','2006-02-15 22:21:01'),(14104,524,2,5037,'4.99','2005-07-09 02:59:10','2006-02-15 22:21:01'),(14105,524,2,6161,'4.99','2005-07-11 10:11:54','2006-02-15 22:21:01'),(14106,524,1,6240,'6.99','2005-07-11 14:32:41','2006-02-15 22:21:01'),(14107,524,2,6745,'4.99','2005-07-12 14:30:51','2006-02-15 22:21:01'),(14108,524,2,7014,'8.99','2005-07-27 02:14:40','2006-02-15 22:21:01'),(14109,524,1,7040,'4.99','2005-07-27 03:17:19','2006-02-15 22:21:01'),(14110,524,1,8507,'6.99','2005-07-29 09:29:44','2006-02-15 22:21:01'),(14111,524,2,13626,'2.99','2005-08-20 06:55:24','2006-02-15 22:21:01'),(14112,524,2,14046,'4.99','2005-08-20 21:53:21','2006-02-15 22:21:01'),(14113,524,1,14178,'2.99','2005-08-21 03:13:45','2006-02-15 22:21:01'),(14114,524,1,14366,'2.99','2005-08-21 09:31:39','2006-02-15 22:21:02'),(14115,524,2,14680,'1.99','2005-08-21 20:19:52','2006-02-15 22:21:02'),(14116,524,2,15206,'6.99','2005-08-22 16:33:39','2006-02-15 22:21:02'),(14117,525,1,437,'5.99','2005-05-27 17:47:22','2006-02-15 22:21:02'),(14118,525,2,1772,'2.99','2005-06-16 18:12:54','2006-02-15 22:21:02'),(14119,525,1,3993,'6.99','2005-07-06 23:37:06','2006-02-15 22:21:02'),(14120,525,1,5841,'2.99','2005-07-10 17:11:31','2006-02-15 22:21:02'),(14121,525,2,6098,'7.99','2005-07-11 06:23:28','2006-02-15 22:21:02'),(14122,525,2,6388,'6.99','2005-07-11 22:17:16','2006-02-15 22:21:02'),(14123,525,1,6689,'1.99','2005-07-12 12:22:13','2006-02-15 22:21:02'),(14124,525,2,7337,'4.99','2005-07-27 14:12:04','2006-02-15 22:21:02'),(14125,525,2,7591,'4.99','2005-07-27 23:25:54','2006-02-15 22:21:02'),(14126,525,1,8007,'0.99','2005-07-28 15:22:27','2006-02-15 22:21:02'),(14127,525,1,8960,'4.99','2005-07-30 03:36:31','2006-02-15 22:21:02'),(14128,525,2,9507,'5.99','2005-07-31 00:22:29','2006-02-15 22:21:02'),(14129,525,1,9702,'0.99','2005-07-31 07:34:07','2006-02-15 22:21:02'),(14130,525,1,10496,'2.99','2005-08-01 10:53:16','2006-02-15 22:21:03'),(14131,525,2,11406,'2.99','2005-08-02 19:16:10','2006-02-15 22:21:03'),(14132,525,1,11660,'1.99','2005-08-17 05:22:42','2006-02-15 22:21:03'),(14133,525,1,15159,'0.99','2005-08-22 14:32:25','2006-02-15 22:21:03'),(14134,525,2,15623,'3.99','2005-08-23 07:23:29','2006-02-15 22:21:03'),(14135,525,1,14954,'2.99','2006-02-14 15:16:03','2006-02-15 22:21:03'),(14136,526,1,495,'4.99','2005-05-28 00:40:48','2006-02-15 22:21:03'),(14137,526,2,679,'4.99','2005-05-28 23:24:57','2006-02-15 22:21:03'),(14138,526,2,1015,'2.99','2005-05-31 02:44:57','2006-02-15 22:21:03'),(14139,526,1,1255,'4.99','2005-06-15 06:13:45','2006-02-15 22:21:03'),(14140,526,2,1848,'0.99','2005-06-17 00:07:07','2006-02-15 22:21:03'),(14141,526,2,1865,'7.99','2005-06-17 01:49:36','2006-02-15 22:21:03'),(14142,526,2,1972,'2.99','2005-06-17 09:25:49','2006-02-15 22:21:03'),(14143,526,1,1981,'2.99','2005-06-17 10:03:34','2006-02-15 22:21:03'),(14144,526,2,2398,'4.99','2005-06-18 15:56:53','2006-02-15 22:21:03'),(14145,526,1,2828,'2.99','2005-06-19 20:51:33','2006-02-15 22:21:04'),(14146,526,2,2932,'6.99','2005-06-20 04:51:19','2006-02-15 22:21:04'),(14147,526,1,3339,'6.99','2005-06-21 10:37:11','2006-02-15 22:21:04'),(14148,526,1,3619,'1.99','2005-07-06 05:59:44','2006-02-15 22:21:04'),(14149,526,2,3905,'5.99','2005-07-06 19:33:34','2006-02-15 22:21:04'),(14150,526,1,4423,'6.99','2005-07-07 22:11:28','2006-02-15 22:21:04'),(14151,526,2,5056,'2.99','2005-07-09 04:13:45','2006-02-15 22:21:04'),(14152,526,2,5121,'3.99','2005-07-09 07:18:31','2006-02-15 22:21:04'),(14153,526,1,6316,'7.99','2005-07-11 18:44:52','2006-02-15 22:21:04'),(14154,526,1,6404,'4.99','2005-07-11 22:49:50','2006-02-15 22:21:04'),(14155,526,2,6650,'2.99','2005-07-12 10:57:10','2006-02-15 22:21:04'),(14156,526,1,6671,'3.99','2005-07-12 11:48:48','2006-02-15 22:21:04'),(14157,526,2,7270,'7.99','2005-07-27 11:29:02','2006-02-15 22:21:04'),(14158,526,2,7343,'0.99','2005-07-27 14:27:13','2006-02-15 22:21:04'),(14159,526,2,7399,'1.99','2005-07-27 16:16:02','2006-02-15 22:21:04'),(14160,526,2,7543,'5.99','2005-07-27 21:44:28','2006-02-15 22:21:04'),(14161,526,2,7883,'2.99','2005-07-28 10:37:20','2006-02-15 22:21:05'),(14162,526,1,8053,'4.99','2005-07-28 16:59:41','2006-02-15 22:21:05'),(14163,526,1,8232,'4.99','2005-07-29 00:14:37','2006-02-15 22:21:05'),(14164,526,1,8441,'2.99','2005-07-29 07:33:05','2006-02-15 22:21:05'),(14165,526,2,9577,'6.99','2005-07-31 02:53:33','2006-02-15 22:21:05'),(14166,526,2,10020,'4.99','2005-07-31 18:21:08','2006-02-15 22:21:05'),(14167,526,2,10199,'2.99','2005-08-01 00:38:55','2006-02-15 22:21:05'),(14168,526,2,11046,'4.99','2005-08-02 06:08:34','2006-02-15 22:21:05'),(14169,526,1,11503,'10.99','2005-08-16 23:10:34','2006-02-15 22:21:05'),(14170,526,1,11612,'2.99','2005-08-17 03:48:51','2006-02-15 22:21:05'),(14171,526,2,11702,'4.99','2005-08-17 07:18:56','2006-02-15 22:21:05'),(14172,526,1,12607,'0.99','2005-08-18 17:03:49','2006-02-15 22:21:05'),(14173,526,2,13224,'8.99','2005-08-19 15:52:13','2006-02-15 22:21:05'),(14174,526,2,13580,'0.99','2005-08-20 05:23:34','2006-02-15 22:21:05'),(14175,526,1,13617,'8.99','2005-08-20 06:35:30','2006-02-15 22:21:05'),(14176,526,2,14487,'6.99','2005-08-21 13:53:33','2006-02-15 22:21:06'),(14177,526,1,14590,'7.99','2005-08-21 17:29:10','2006-02-15 22:21:06'),(14178,526,1,15168,'2.99','2005-08-22 15:14:20','2006-02-15 22:21:06'),(14179,526,1,15395,'4.99','2005-08-22 23:06:25','2006-02-15 22:21:06'),(14180,526,1,16043,'9.99','2005-08-23 22:21:03','2006-02-15 22:21:06'),(14181,527,1,1398,'2.99','2005-06-15 16:28:42','2006-02-15 22:21:06'),(14182,527,1,2422,'0.99','2005-06-18 17:28:57','2006-02-15 22:21:06'),(14183,527,2,2496,'0.99','2005-06-18 22:20:11','2006-02-15 22:21:06'),(14184,527,1,2539,'2.99','2005-06-19 01:58:39','2006-02-15 22:21:06'),(14185,527,1,4888,'0.99','2005-07-08 20:04:27','2006-02-15 22:21:06'),(14186,527,1,5365,'0.99','2005-07-09 18:27:00','2006-02-15 22:21:06'),(14187,527,2,6003,'3.99','2005-07-11 01:28:33','2006-02-15 22:21:06'),(14188,527,2,6011,'4.99','2005-07-11 01:54:48','2006-02-15 22:21:06'),(14189,527,1,6050,'2.99','2005-07-11 03:34:29','2006-02-15 22:21:06'),(14190,527,2,6975,'1.99','2005-07-27 00:39:54','2006-02-15 22:21:06'),(14191,527,1,7506,'8.99','2005-07-27 20:28:34','2006-02-15 22:21:06'),(14192,527,1,8854,'0.99','2005-07-29 23:40:07','2006-02-15 22:21:07'),(14193,527,2,9750,'0.99','2005-07-31 09:19:46','2006-02-15 22:21:07'),(14194,527,2,10486,'3.99','2005-08-01 10:23:43','2006-02-15 22:21:07'),(14195,527,2,10613,'0.99','2005-08-01 14:56:14','2006-02-15 22:21:07'),(14196,527,1,11013,'5.99','2005-08-02 05:10:54','2006-02-15 22:21:07'),(14197,527,1,11150,'2.99','2005-08-02 09:51:46','2006-02-15 22:21:07'),(14198,527,1,11624,'0.99','2005-08-17 04:17:42','2006-02-15 22:21:07'),(14199,527,1,12136,'7.99','2005-08-17 23:51:30','2006-02-15 22:21:07'),(14200,527,1,12513,'6.99','2005-08-18 13:31:45','2006-02-15 22:21:07'),(14201,527,1,14352,'6.99','2005-08-21 09:06:29','2006-02-15 22:21:07'),(14202,527,1,15144,'2.99','2005-08-22 13:49:18','2006-02-15 22:21:07'),(14203,527,1,15552,'3.99','2005-08-23 04:33:23','2006-02-15 22:21:07'),(14204,527,1,14267,'2.99','2006-02-14 15:16:03','2006-02-15 22:21:07'),(14205,528,1,204,'0.99','2005-05-26 07:30:37','2006-02-15 22:21:07'),(14206,528,2,472,'0.99','2005-05-27 21:36:15','2006-02-15 22:21:07'),(14207,528,1,533,'5.99','2005-05-28 06:14:46','2006-02-15 22:21:08'),(14208,528,2,695,'3.99','2005-05-29 01:50:53','2006-02-15 22:21:08'),(14209,528,2,793,'5.99','2005-05-29 16:44:08','2006-02-15 22:21:08'),(14210,528,2,1875,'2.99','2005-06-17 02:45:10','2006-02-15 22:21:08'),(14211,528,1,2019,'4.99','2005-06-17 12:38:44','2006-02-15 22:21:08'),(14212,528,2,3654,'4.99','2005-07-06 07:45:31','2006-02-15 22:21:08'),(14213,528,1,3664,'0.99','2005-07-06 08:15:57','2006-02-15 22:21:08'),(14214,528,2,4050,'9.99','2005-07-07 03:35:33','2006-02-15 22:21:08'),(14215,528,1,4593,'5.99','2005-07-08 06:38:12','2006-02-15 22:21:08'),(14216,528,2,5215,'3.99','2005-07-09 11:47:58','2006-02-15 22:21:08'),(14217,528,2,6561,'0.99','2005-07-12 05:24:02','2006-02-15 22:21:08'),(14218,528,1,7569,'7.99','2005-07-27 22:38:53','2006-02-15 22:21:08'),(14219,528,2,8112,'4.99','2005-07-28 19:11:07','2006-02-15 22:21:08'),(14220,528,1,8727,'3.99','2005-07-29 18:09:57','2006-02-15 22:21:08'),(14221,528,2,9488,'8.99','2005-07-30 23:42:42','2006-02-15 22:21:08'),(14222,528,1,10084,'3.99','2005-07-31 20:11:29','2006-02-15 22:21:08'),(14223,528,1,10673,'0.99','2005-08-01 17:11:51','2006-02-15 22:21:09'),(14224,528,1,10880,'2.99','2005-08-02 00:34:12','2006-02-15 22:21:09'),(14225,528,1,12818,'3.99','2005-08-19 01:04:59','2006-02-15 22:21:09'),(14226,528,2,13518,'2.99','2005-08-20 02:36:17','2006-02-15 22:21:09'),(14227,528,1,13600,'7.99','2005-08-20 06:00:25','2006-02-15 22:21:09'),(14228,528,2,14148,'2.99','2005-08-21 02:17:49','2006-02-15 22:21:09'),(14229,528,2,15880,'6.99','2005-08-23 16:43:54','2006-02-15 22:21:09'),(14230,529,1,453,'2.99','2005-05-27 19:31:16','2006-02-15 22:21:09'),(14231,529,1,1234,'1.99','2005-06-15 04:21:52','2006-02-15 22:21:09'),(14232,529,2,1686,'0.99','2005-06-16 12:08:20','2006-02-15 22:21:09'),(14233,529,2,3354,'0.99','2005-06-21 11:29:49','2006-02-15 22:21:09'),(14234,529,2,4045,'0.99','2005-07-07 03:26:14','2006-02-15 22:21:09'),(14235,529,2,4254,'0.99','2005-07-07 14:13:52','2006-02-15 22:21:09'),(14236,529,2,4444,'5.99','2005-07-07 23:07:44','2006-02-15 22:21:09'),(14237,529,1,4553,'0.99','2005-07-08 04:43:41','2006-02-15 22:21:09'),(14238,529,1,5993,'4.99','2005-07-11 01:06:41','2006-02-15 22:21:10'),(14239,529,2,6538,'6.99','2005-07-12 04:50:26','2006-02-15 22:21:10'),(14240,529,2,6541,'5.99','2005-07-12 04:53:41','2006-02-15 22:21:10'),(14241,529,1,6908,'7.99','2005-07-12 22:08:46','2006-02-15 22:21:10'),(14242,529,1,7128,'3.99','2005-07-27 06:14:36','2006-02-15 22:21:10'),(14243,529,2,8708,'2.99','2005-07-29 17:24:13','2006-02-15 22:21:10'),(14244,529,1,8979,'5.99','2005-07-30 04:20:25','2006-02-15 22:21:10'),(14245,529,2,9310,'4.99','2005-07-30 16:57:09','2006-02-15 22:21:10'),(14246,529,2,9375,'0.99','2005-07-30 19:10:17','2006-02-15 22:21:10'),(14247,529,2,10361,'10.99','2005-08-01 05:53:49','2006-02-15 22:21:10'),(14248,529,1,11862,'2.99','2005-08-17 13:54:53','2006-02-15 22:21:10'),(14249,529,2,12356,'2.99','2005-08-18 07:37:05','2006-02-15 22:21:10'),(14250,529,1,12622,'3.99','2005-08-18 17:34:11','2006-02-15 22:21:10'),(14251,529,1,13011,'4.99','2005-08-19 07:53:58','2006-02-15 22:21:10'),(14252,529,2,13132,'3.99','2005-08-19 12:10:57','2006-02-15 22:21:10'),(14253,529,1,13797,'2.99','2005-08-20 12:33:36','2006-02-15 22:21:11'),(14254,529,2,13946,'9.99','2005-08-20 17:44:32','2006-02-15 22:21:11'),(14255,529,2,14449,'4.99','2005-08-21 12:13:18','2006-02-15 22:21:11'),(14256,529,2,14764,'0.99','2005-08-21 23:37:47','2006-02-15 22:21:11'),(14257,529,1,14970,'5.99','2005-08-22 06:49:29','2006-02-15 22:21:11'),(14258,529,2,15305,'2.99','2005-08-22 19:46:05','2006-02-15 22:21:11'),(14259,530,1,851,'0.99','2005-05-30 01:35:15','2006-02-15 22:21:11'),(14260,530,2,1273,'1.99','2005-06-15 07:52:35','2006-02-15 22:21:11'),(14261,530,1,1516,'0.99','2005-06-15 23:11:10','2006-02-15 22:21:11'),(14262,530,1,2158,'2.99','2005-06-17 23:36:27','2006-02-15 22:21:11'),(14263,530,2,3669,'2.99','2005-07-06 08:38:29','2006-02-15 22:21:11'),(14264,530,2,3887,'4.99','2005-07-06 18:46:34','2006-02-15 22:21:11'),(14265,530,2,5663,'0.99','2005-07-10 08:01:33','2006-02-15 22:21:11'),(14266,530,1,7031,'3.99','2005-07-27 03:02:07','2006-02-15 22:21:11'),(14267,530,2,7075,'1.99','2005-07-27 04:11:40','2006-02-15 22:21:11'),(14268,530,1,7218,'4.99','2005-07-27 09:34:24','2006-02-15 22:21:11'),(14269,530,2,8208,'4.99','2005-07-28 23:26:35','2006-02-15 22:21:12'),(14270,530,1,8736,'0.99','2005-07-29 18:31:15','2006-02-15 22:21:12'),(14271,530,1,9914,'4.99','2005-07-31 14:51:19','2006-02-15 22:21:12'),(14272,530,2,10211,'3.99','2005-08-01 01:01:16','2006-02-15 22:21:12'),(14273,530,2,10504,'4.99','2005-08-01 11:10:55','2006-02-15 22:21:12'),(14274,530,1,11326,'0.99','2005-08-02 16:34:29','2006-02-15 22:21:12'),(14275,530,1,12220,'4.99','2005-08-18 02:50:02','2006-02-15 22:21:12'),(14276,530,1,12387,'2.99','2005-08-18 08:46:24','2006-02-15 22:21:12'),(14277,530,1,12649,'4.99','2005-08-18 18:31:47','2006-02-15 22:21:12'),(14278,530,1,13998,'5.99','2005-08-20 19:52:38','2006-02-15 22:21:12'),(14279,530,2,14707,'5.99','2005-08-21 21:06:29','2006-02-15 22:21:12'),(14280,530,2,15066,'0.99','2005-08-22 10:49:06','2006-02-15 22:21:12'),(14281,530,1,13561,'2.99','2006-02-14 15:16:03','2006-02-15 22:21:12'),(14282,531,1,233,'4.99','2005-05-26 11:43:44','2006-02-15 22:21:12'),(14283,531,1,681,'2.99','2005-05-28 23:39:44','2006-02-15 22:21:12'),(14284,531,2,2972,'2.99','2005-06-20 07:57:54','2006-02-15 22:21:13'),(14285,531,2,3921,'5.99','2005-07-06 20:29:48','2006-02-15 22:21:13'),(14286,531,1,5587,'5.99','2005-07-10 04:17:25','2006-02-15 22:21:13'),(14287,531,2,5850,'0.99','2005-07-10 17:36:27','2006-02-15 22:21:13'),(14288,531,2,5904,'4.99','2005-07-10 20:39:44','2006-02-15 22:21:13'),(14289,531,1,6756,'4.99','2005-07-12 15:08:28','2006-02-15 22:21:13'),(14290,531,1,6876,'4.99','2005-07-12 20:32:50','2006-02-15 22:21:13'),(14291,531,2,7204,'2.99','2005-07-27 09:02:31','2006-02-15 22:21:13'),(14292,531,1,7391,'6.99','2005-07-27 16:00:00','2006-02-15 22:21:13'),(14293,531,2,7444,'2.99','2005-07-27 17:49:16','2006-02-15 22:21:13'),(14294,531,2,7753,'6.99','2005-07-28 06:09:19','2006-02-15 22:21:13'),(14295,531,2,8359,'5.99','2005-07-29 05:02:12','2006-02-15 22:21:13'),(14296,531,2,8860,'4.99','2005-07-29 23:45:57','2006-02-15 22:21:13'),(14297,531,2,8943,'0.99','2005-07-30 03:06:48','2006-02-15 22:21:13'),(14298,531,2,9107,'4.99','2005-07-30 08:52:45','2006-02-15 22:21:13'),(14299,531,2,10920,'4.99','2005-08-02 02:14:10','2006-02-15 22:21:14'),(14300,531,1,10941,'5.99','2005-08-02 03:11:33','2006-02-15 22:21:14'),(14301,531,2,11026,'4.99','2005-08-02 05:46:05','2006-02-15 22:21:14'),(14302,531,1,11265,'10.99','2005-08-02 14:05:42','2006-02-15 22:21:14'),(14303,531,1,11666,'2.99','2005-08-17 05:45:10','2006-02-15 22:21:14'),(14304,531,1,12923,'2.99','2005-08-19 04:50:20','2006-02-15 22:21:14'),(14305,531,2,13300,'8.99','2005-08-19 18:46:56','2006-02-15 22:21:14'),(14306,531,2,15360,'0.99','2005-08-22 21:36:51','2006-02-15 22:21:14'),(14307,532,1,43,'2.99','2005-05-25 05:39:25','2006-02-15 22:21:14'),(14308,532,1,1694,'4.99','2005-06-16 12:40:23','2006-02-15 22:21:14'),(14309,532,2,2821,'3.99','2005-06-19 20:26:52','2006-02-15 22:21:14'),(14310,532,1,4336,'2.99','2005-07-07 18:34:36','2006-02-15 22:21:14'),(14311,532,2,4962,'4.99','2005-07-08 23:36:13','2006-02-15 22:21:14'),(14312,532,2,5190,'2.99','2005-07-09 10:25:24','2006-02-15 22:21:14'),(14313,532,1,5253,'7.99','2005-07-09 13:41:17','2006-02-15 22:21:14'),(14314,532,2,5278,'4.99','2005-07-09 14:44:23','2006-02-15 22:21:14'),(14315,532,2,5805,'8.99','2005-07-10 15:08:41','2006-02-15 22:21:15'),(14316,532,1,5887,'2.99','2005-07-10 19:45:47','2006-02-15 22:21:15'),(14317,532,2,6345,'7.99','2005-07-11 20:05:18','2006-02-15 22:21:15'),(14318,532,2,6598,'4.99','2005-07-12 07:38:25','2006-02-15 22:21:15'),(14319,532,1,6730,'3.99','2005-07-12 13:58:25','2006-02-15 22:21:15'),(14320,532,1,7192,'4.99','2005-07-27 08:36:55','2006-02-15 22:21:15'),(14321,532,2,7572,'2.99','2005-07-27 22:44:29','2006-02-15 22:21:15'),(14322,532,1,8273,'5.99','2005-07-29 01:33:16','2006-02-15 22:21:15'),(14323,532,1,9843,'2.99','2005-07-31 12:25:28','2006-02-15 22:21:15'),(14324,532,2,10286,'6.99','2005-08-01 03:35:58','2006-02-15 22:21:15'),(14325,532,2,10712,'5.99','2005-08-01 18:47:56','2006-02-15 22:21:15'),(14326,532,1,10945,'5.99','2005-08-02 03:20:23','2006-02-15 22:21:15'),(14327,532,2,11251,'2.99','2005-08-02 13:40:49','2006-02-15 22:21:15'),(14328,532,2,11318,'4.99','2005-08-02 16:09:11','2006-02-15 22:21:15'),(14329,532,2,12061,'3.99','2005-08-17 21:13:35','2006-02-15 22:21:15'),(14330,532,2,12295,'5.99','2005-08-18 05:15:46','2006-02-15 22:21:16'),(14331,532,2,13038,'4.99','2005-08-19 08:55:16','2006-02-15 22:21:16'),(14332,532,1,13192,'8.99','2005-08-19 14:30:06','2006-02-15 22:21:16'),(14333,532,1,13254,'4.99','2005-08-19 16:54:01','2006-02-15 22:21:16'),(14334,532,1,13908,'4.99','2005-08-20 16:21:40','2006-02-15 22:21:16'),(14335,532,2,15180,'0.99','2005-08-22 15:42:57','2006-02-15 22:21:16'),(14336,532,2,15414,'1.99','2005-08-22 23:43:54','2006-02-15 22:21:16'),(14337,532,1,16014,'5.99','2005-08-23 21:18:31','2006-02-15 22:21:16'),(14338,532,1,14616,'0.99','2006-02-14 15:16:03','2006-02-15 22:21:16'),(14339,533,1,173,'0.99','2005-05-26 03:42:10','2006-02-15 22:21:16'),(14340,533,2,190,'1.99','2005-05-26 06:11:28','2006-02-15 22:21:16'),(14341,533,1,615,'5.99','2005-05-28 15:35:52','2006-02-15 22:21:16'),(14342,533,1,1421,'5.99','2005-06-15 17:57:04','2006-02-15 22:21:16'),(14343,533,1,1652,'0.99','2005-06-16 09:31:37','2006-02-15 22:21:16'),(14344,533,1,1859,'0.99','2005-06-17 01:13:38','2006-02-15 22:21:16'),(14345,533,1,1954,'2.99','2005-06-17 08:37:55','2006-02-15 22:21:17'),(14346,533,2,2770,'6.99','2005-06-19 17:54:22','2006-02-15 22:21:17'),(14347,533,1,2956,'0.99','2005-06-20 06:47:23','2006-02-15 22:21:17'),(14348,533,1,4112,'8.99','2005-07-07 06:49:09','2006-02-15 22:21:17'),(14349,533,1,4788,'4.99','2005-07-08 16:17:35','2006-02-15 22:21:17'),(14350,533,2,6781,'2.99','2005-07-12 16:21:47','2006-02-15 22:21:17'),(14351,533,2,6834,'0.99','2005-07-12 18:53:37','2006-02-15 22:21:17'),(14352,533,2,6837,'9.99','2005-07-12 18:59:45','2006-02-15 22:21:17'),(14353,533,2,7555,'4.99','2005-07-27 22:17:05','2006-02-15 22:21:17'),(14354,533,1,8093,'8.99','2005-07-28 18:29:16','2006-02-15 22:21:17'),(14355,533,2,8104,'2.99','2005-07-28 18:59:36','2006-02-15 22:21:17'),(14356,533,2,8250,'2.99','2005-07-29 00:49:15','2006-02-15 22:21:17'),(14357,533,1,8471,'2.99','2005-07-29 08:32:11','2006-02-15 22:21:17'),(14358,533,1,8676,'1.99','2005-07-29 15:59:06','2006-02-15 22:21:17'),(14359,533,2,8786,'1.99','2005-07-29 20:39:49','2006-02-15 22:21:17'),(14360,533,2,10090,'3.99','2005-07-31 20:22:01','2006-02-15 22:21:17'),(14361,533,1,10380,'2.99','2005-08-01 06:34:36','2006-02-15 22:21:18'),(14362,533,1,10614,'6.99','2005-08-01 14:57:00','2006-02-15 22:21:18'),(14363,533,2,11524,'7.99','2005-08-17 00:10:55','2006-02-15 22:21:18'),(14364,533,1,11758,'8.99','2005-08-17 09:33:02','2006-02-15 22:21:18'),(14365,533,1,11918,'2.99','2005-08-17 16:08:42','2006-02-15 22:21:18'),(14366,533,1,12602,'0.99','2005-08-18 16:49:50','2006-02-15 22:21:18'),(14367,533,1,12655,'6.99','2005-08-18 18:57:44','2006-02-15 22:21:18'),(14368,533,1,14263,'7.99','2005-08-21 06:08:15','2006-02-15 22:21:18'),(14369,533,1,14800,'4.99','2005-08-22 00:46:18','2006-02-15 22:21:18'),(14370,533,2,16006,'0.99','2005-08-23 21:01:09','2006-02-15 22:21:18'),(14371,533,2,14018,'2.99','2006-02-14 15:16:03','2006-02-15 22:21:18'),(14372,534,2,304,'5.99','2005-05-26 21:21:28','2006-02-15 22:21:18'),(14373,534,2,940,'0.99','2005-05-30 15:01:02','2006-02-15 22:21:18'),(14374,534,1,1610,'4.99','2005-06-16 06:36:33','2006-02-15 22:21:18'),(14375,534,1,1673,'2.99','2005-06-16 10:40:17','2006-02-15 22:21:18'),(14376,534,1,2436,'0.99','2005-06-18 18:13:32','2006-02-15 22:21:19'),(14377,534,2,3213,'1.99','2005-06-21 01:05:19','2006-02-15 22:21:19'),(14378,534,1,3216,'4.99','2005-06-21 01:19:37','2006-02-15 22:21:19'),(14379,534,1,3735,'2.99','2005-07-06 11:42:04','2006-02-15 22:21:19'),(14380,534,2,4998,'4.99','2005-07-09 01:07:21','2006-02-15 22:21:19'),(14381,534,2,7113,'2.99','2005-07-27 05:41:20','2006-02-15 22:21:19'),(14382,534,1,7662,'2.99','2005-07-28 02:16:08','2006-02-15 22:21:19'),(14383,534,2,8633,'0.99','2005-07-29 14:19:53','2006-02-15 22:21:19'),(14384,534,1,9456,'5.99','2005-07-30 22:22:16','2006-02-15 22:21:19'),(14385,534,2,9464,'4.99','2005-07-30 22:31:31','2006-02-15 22:21:19'),(14386,534,2,10465,'5.99','2005-08-01 09:45:25','2006-02-15 22:21:19'),(14387,534,2,10725,'6.99','2005-08-01 19:11:04','2006-02-15 22:21:19'),(14388,534,1,10796,'0.99','2005-08-01 21:56:41','2006-02-15 22:21:19'),(14389,534,2,11180,'5.99','2005-08-02 10:54:30','2006-02-15 22:21:19'),(14390,534,2,12305,'2.99','2005-08-18 05:46:29','2006-02-15 22:21:19'),(14391,534,1,12691,'5.99','2005-08-18 20:07:46','2006-02-15 22:21:20'),(14392,534,2,12798,'4.99','2005-08-19 00:24:33','2006-02-15 22:21:20'),(14393,534,2,13294,'0.99','2005-08-19 18:36:35','2006-02-15 22:21:20'),(14394,534,2,14816,'1.99','2005-08-22 01:15:51','2006-02-15 22:21:20'),(14395,534,1,14526,'2.99','2006-02-14 15:16:03','2006-02-15 22:21:20'),(14396,535,1,37,'0.99','2005-05-25 04:44:31','2006-02-15 22:21:20'),(14397,535,2,541,'2.99','2005-05-28 06:41:58','2006-02-15 22:21:20'),(14398,535,1,778,'3.99','2005-05-29 14:09:53','2006-02-15 22:21:20'),(14399,535,2,959,'4.99','2005-05-30 18:07:00','2006-02-15 22:21:20'),(14400,535,1,1712,'4.99','2005-06-16 14:25:09','2006-02-15 22:21:20'),(14401,535,1,3228,'4.99','2005-06-21 02:20:24','2006-02-15 22:21:20'),(14402,535,1,4331,'4.99','2005-07-07 18:22:30','2006-02-15 22:21:20'),(14403,535,1,4718,'6.99','2005-07-08 12:32:08','2006-02-15 22:21:20'),(14404,535,1,4743,'2.99','2005-07-08 13:42:36','2006-02-15 22:21:20'),(14405,535,2,4914,'6.99','2005-07-08 21:30:53','2006-02-15 22:21:20'),(14406,535,1,5588,'0.99','2005-07-10 04:21:10','2006-02-15 22:21:21'),(14407,535,2,5890,'8.99','2005-07-10 20:00:25','2006-02-15 22:21:21'),(14408,535,1,6504,'2.99','2005-07-12 03:19:14','2006-02-15 22:21:21'),(14409,535,1,8395,'2.99','2005-07-29 06:03:30','2006-02-15 22:21:21'),(14410,535,1,8645,'4.99','2005-07-29 14:47:45','2006-02-15 22:21:21'),(14411,535,2,9440,'0.99','2005-07-30 21:40:15','2006-02-15 22:21:21'),(14412,535,1,9524,'4.99','2005-07-31 01:01:06','2006-02-15 22:21:21'),(14413,535,2,10322,'5.99','2005-08-01 04:44:13','2006-02-15 22:21:21'),(14414,535,2,10353,'3.99','2005-08-01 05:46:33','2006-02-15 22:21:21'),(14415,535,2,11736,'8.99','2005-08-17 08:40:55','2006-02-15 22:21:21'),(14416,535,1,11855,'7.99','2005-08-17 13:43:07','2006-02-15 22:21:21'),(14417,535,2,12168,'2.99','2005-08-18 01:03:52','2006-02-15 22:21:21'),(14418,535,1,12233,'0.99','2005-08-18 03:16:54','2006-02-15 22:21:21'),(14419,535,2,12673,'4.99','2005-08-18 19:21:56','2006-02-15 22:21:21'),(14420,535,1,12732,'0.99','2005-08-18 21:57:50','2006-02-15 22:21:21'),(14421,535,2,12750,'1.99','2005-08-18 22:32:39','2006-02-15 22:21:21'),(14422,535,1,13631,'4.99','2005-08-20 07:07:37','2006-02-15 22:21:22'),(14423,535,1,13852,'0.99','2005-08-20 14:45:23','2006-02-15 22:21:22'),(14424,535,1,14522,'4.99','2005-08-21 15:01:34','2006-02-15 22:21:22'),(14425,535,2,15075,'5.99','2005-08-22 11:04:52','2006-02-15 22:21:22'),(14426,535,1,15287,'6.99','2005-08-22 19:19:37','2006-02-15 22:21:22'),(14427,535,1,16017,'0.99','2005-08-23 21:27:11','2006-02-15 22:21:22'),(14428,536,1,237,'0.99','2005-05-26 12:15:13','2006-02-15 22:21:22'),(14429,536,1,929,'6.99','2005-05-30 12:32:39','2006-02-15 22:21:22'),(14430,536,1,1582,'4.99','2005-06-16 04:31:57','2006-02-15 22:21:22'),(14431,536,2,1962,'2.99','2005-06-17 09:08:58','2006-02-15 22:21:22'),(14432,536,2,2403,'2.99','2005-06-18 16:33:22','2006-02-15 22:21:22'),(14433,536,1,3483,'4.99','2005-07-05 23:13:51','2006-02-15 22:21:22'),(14434,536,1,3514,'0.99','2005-07-06 00:46:54','2006-02-15 22:21:22'),(14435,536,1,4448,'2.99','2005-07-07 23:17:12','2006-02-15 22:21:22'),(14436,536,2,5196,'0.99','2005-07-09 10:43:34','2006-02-15 22:21:22'),(14437,536,1,6400,'5.99','2005-07-11 22:43:44','2006-02-15 22:21:23'),(14438,536,1,7065,'4.99','2005-07-27 03:53:43','2006-02-15 22:21:23'),(14439,536,2,8535,'4.99','2005-07-29 10:32:33','2006-02-15 22:21:23'),(14440,536,1,8679,'4.99','2005-07-29 16:07:47','2006-02-15 22:21:23'),(14441,536,1,8958,'2.99','2005-07-30 03:34:26','2006-02-15 22:21:23'),(14442,536,1,9411,'8.99','2005-07-30 20:38:22','2006-02-15 22:21:23'),(14443,536,1,9727,'4.99','2005-07-31 08:39:13','2006-02-15 22:21:23'),(14444,536,2,10019,'3.99','2005-07-31 18:20:56','2006-02-15 22:21:23'),(14445,536,1,11473,'6.99','2005-08-02 21:52:03','2006-02-15 22:21:23'),(14446,536,1,11826,'2.99','2005-08-17 12:43:46','2006-02-15 22:21:23'),(14447,536,2,11977,'4.99','2005-08-17 18:01:15','2006-02-15 22:21:23'),(14448,536,2,12052,'8.99','2005-08-17 20:57:02','2006-02-15 22:21:23'),(14449,536,2,13505,'4.99','2005-08-20 02:05:57','2006-02-15 22:21:23'),(14450,536,1,15130,'7.99','2005-08-22 13:04:32','2006-02-15 22:21:23'),(14451,536,1,15978,'8.99','2005-08-23 20:08:18','2006-02-15 22:21:23'),(14452,536,1,15979,'0.99','2005-08-23 20:08:26','2006-02-15 22:21:24'),(14453,537,2,603,'4.99','2005-05-28 14:27:51','2006-02-15 22:21:24'),(14454,537,1,1445,'2.99','2005-06-15 19:10:07','2006-02-15 22:21:24'),(14455,537,2,2184,'2.99','2005-06-18 01:10:36','2006-02-15 22:21:24'),(14456,537,1,2586,'8.99','2005-06-19 05:05:11','2006-02-15 22:21:24'),(14457,537,2,3134,'8.99','2005-06-20 19:29:09','2006-02-15 22:21:24'),(14458,537,1,3555,'0.99','2005-07-06 02:45:35','2006-02-15 22:21:24'),(14459,537,2,3853,'0.99','2005-07-06 16:59:20','2006-02-15 22:21:24'),(14460,537,1,5630,'2.99','2005-07-10 06:08:14','2006-02-15 22:21:24'),(14461,537,2,5877,'5.99','2005-07-10 19:08:51','2006-02-15 22:21:24'),(14462,537,2,6310,'2.99','2005-07-11 18:14:05','2006-02-15 22:21:24'),(14463,537,1,6409,'4.99','2005-07-11 23:05:49','2006-02-15 22:21:24'),(14464,537,1,6746,'0.99','2005-07-12 14:33:01','2006-02-15 22:21:24'),(14465,537,1,7179,'2.99','2005-07-27 08:10:29','2006-02-15 22:21:24'),(14466,537,2,7810,'4.99','2005-07-28 08:00:38','2006-02-15 22:21:24'),(14467,537,2,8126,'4.99','2005-07-28 19:32:41','2006-02-15 22:21:25'),(14468,537,2,8256,'4.99','2005-07-29 01:02:42','2006-02-15 22:21:25'),(14469,537,1,9967,'2.99','2005-07-31 16:31:17','2006-02-15 22:21:25'),(14470,537,2,12984,'4.99','2005-08-19 07:06:51','2006-02-15 22:21:25'),(14471,537,2,13885,'4.99','2005-08-20 15:32:09','2006-02-15 22:21:25'),(14472,537,1,14010,'4.99','2005-08-20 20:29:46','2006-02-15 22:21:25'),(14473,537,2,14506,'0.99','2005-08-21 14:32:27','2006-02-15 22:21:25'),(14474,537,1,14670,'0.99','2005-08-21 19:54:11','2006-02-15 22:21:25'),(14475,537,1,15149,'2.99','2005-08-22 14:08:06','2006-02-15 22:21:25'),(14476,537,1,15832,'8.99','2005-08-23 15:21:35','2006-02-15 22:21:25'),(14477,537,1,13419,'4.99','2006-02-14 15:16:03','2006-02-15 22:21:25'),(14478,538,2,594,'2.99','2005-05-28 13:41:56','2006-02-15 22:21:25'),(14479,538,2,734,'4.99','2005-05-29 07:38:52','2006-02-15 22:21:25'),(14480,538,1,1314,'5.99','2005-06-15 10:21:45','2006-02-15 22:21:25'),(14481,538,1,1912,'4.99','2005-06-17 05:18:32','2006-02-15 22:21:25'),(14482,538,1,2682,'4.99','2005-06-19 12:18:17','2006-02-15 22:21:26'),(14483,538,2,3189,'2.99','2005-06-20 23:19:33','2006-02-15 22:21:26'),(14484,538,2,3554,'4.99','2005-07-06 02:37:10','2006-02-15 22:21:26'),(14485,538,2,5135,'8.99','2005-07-09 07:53:22','2006-02-15 22:21:26'),(14486,538,1,5369,'4.99','2005-07-09 18:42:16','2006-02-15 22:21:26'),(14487,538,1,5486,'2.99','2005-07-09 23:57:44','2006-02-15 22:21:26'),(14488,538,1,5898,'2.99','2005-07-10 20:18:09','2006-02-15 22:21:26'),(14489,538,2,6130,'2.99','2005-07-11 08:19:56','2006-02-15 22:21:26'),(14490,538,1,6332,'0.99','2005-07-11 19:19:06','2006-02-15 22:21:26'),(14491,538,2,6936,'0.99','2005-07-26 23:13:34','2006-02-15 22:21:26'),(14492,538,1,7694,'0.99','2005-07-28 03:39:25','2006-02-15 22:21:26'),(14493,538,1,8765,'0.99','2005-07-29 19:40:08','2006-02-15 22:21:26'),(14494,538,1,9307,'0.99','2005-07-30 16:52:43','2006-02-15 22:21:26'),(14495,538,1,9643,'4.99','2005-07-31 05:35:48','2006-02-15 22:21:26'),(14496,538,2,9897,'4.99','2005-07-31 14:11:57','2006-02-15 22:21:26'),(14497,538,2,9939,'8.99','2005-07-31 15:29:00','2006-02-15 22:21:27'),(14498,538,2,10701,'3.99','2005-08-01 18:28:17','2006-02-15 22:21:27'),(14499,538,1,10732,'5.99','2005-08-01 19:25:18','2006-02-15 22:21:27'),(14500,538,1,10962,'4.99','2005-08-02 03:48:13','2006-02-15 22:21:27'),(14501,538,2,12089,'5.99','2005-08-17 22:20:29','2006-02-15 22:21:27'),(14502,538,1,13544,'1.99','2005-08-20 03:44:26','2006-02-15 22:21:27'),(14503,538,2,13770,'4.99','2005-08-20 11:45:54','2006-02-15 22:21:27'),(14504,538,2,14572,'2.99','2005-08-21 16:44:31','2006-02-15 22:21:27'),(14505,538,1,14591,'0.99','2005-08-21 17:30:09','2006-02-15 22:21:27'),(14506,538,1,15343,'6.99','2005-08-22 21:01:25','2006-02-15 22:21:27'),(14507,539,2,250,'4.99','2005-05-26 14:30:24','2006-02-15 22:21:27'),(14508,539,1,342,'0.99','2005-05-27 04:11:04','2006-02-15 22:21:27'),(14509,539,2,1282,'3.99','2005-06-15 08:25:33','2006-02-15 22:21:27'),(14510,539,1,1327,'0.99','2005-06-15 11:11:39','2006-02-15 22:21:27'),(14511,539,2,1444,'4.99','2005-06-15 19:08:16','2006-02-15 22:21:27'),(14512,539,1,4035,'2.99','2005-07-07 02:45:02','2006-02-15 22:21:27'),(14513,539,1,4247,'0.99','2005-07-07 13:51:54','2006-02-15 22:21:28'),(14514,539,2,5086,'4.99','2005-07-09 05:40:04','2006-02-15 22:21:28'),(14515,539,2,5139,'7.99','2005-07-09 08:01:51','2006-02-15 22:21:28'),(14516,539,2,5493,'2.99','2005-07-10 00:11:44','2006-02-15 22:21:28'),(14517,539,2,6874,'5.99','2005-07-12 20:20:53','2006-02-15 22:21:28'),(14518,539,1,7781,'2.99','2005-07-28 07:13:20','2006-02-15 22:21:28'),(14519,539,2,8247,'6.99','2005-07-29 00:41:38','2006-02-15 22:21:28'),(14520,539,2,8761,'5.99','2005-07-29 19:26:47','2006-02-15 22:21:28'),(14521,539,2,9250,'0.99','2005-07-30 14:18:16','2006-02-15 22:21:28'),(14522,539,1,9777,'7.99','2005-07-31 10:01:06','2006-02-15 22:21:28'),(14523,539,1,9796,'4.99','2005-07-31 10:52:43','2006-02-15 22:21:28'),(14524,539,2,10922,'3.99','2005-08-02 02:14:40','2006-02-15 22:21:28'),(14525,539,1,12848,'2.99','2005-08-19 02:05:11','2006-02-15 22:21:28'),(14526,539,2,13615,'2.99','2005-08-20 06:28:53','2006-02-15 22:21:28'),(14527,539,2,13778,'5.99','2005-08-20 12:03:44','2006-02-15 22:21:28'),(14528,539,1,15356,'2.99','2005-08-22 21:24:19','2006-02-15 22:21:29'),(14529,540,2,1263,'2.99','2005-06-15 06:56:39','2006-02-15 22:21:29'),(14530,540,2,1290,'4.99','2005-06-15 08:52:44','2006-02-15 22:21:29'),(14531,540,2,2640,'2.99','2005-06-19 09:26:13','2006-02-15 22:21:29'),(14532,540,1,2953,'3.99','2005-06-20 06:39:11','2006-02-15 22:21:29'),(14533,540,1,3340,'3.99','2005-06-21 10:37:23','2006-02-15 22:21:29'),(14534,540,2,4628,'4.99','2005-07-08 08:25:52','2006-02-15 22:21:29'),(14535,540,2,4991,'4.99','2005-07-09 00:49:03','2006-02-15 22:21:29'),(14536,540,1,6103,'2.99','2005-07-11 06:59:55','2006-02-15 22:21:29'),(14537,540,2,6145,'7.99','2005-07-11 09:07:01','2006-02-15 22:21:29'),(14538,540,2,6182,'2.99','2005-07-11 11:11:38','2006-02-15 22:21:29'),(14539,540,1,6748,'6.99','2005-07-12 14:39:27','2006-02-15 22:21:29'),(14540,540,1,6919,'0.99','2005-07-12 22:32:17','2006-02-15 22:21:29'),(14541,540,2,9762,'4.99','2005-07-31 09:32:54','2006-02-15 22:21:29'),(14542,540,2,9815,'2.99','2005-07-31 11:30:51','2006-02-15 22:21:29'),(14543,540,1,10924,'8.99','2005-08-02 02:20:19','2006-02-15 22:21:30'),(14544,540,1,11198,'3.99','2005-08-02 11:45:15','2006-02-15 22:21:30'),(14545,540,2,11324,'4.99','2005-08-02 16:31:17','2006-02-15 22:21:30'),(14546,540,2,11432,'6.99','2005-08-02 20:10:01','2006-02-15 22:21:30'),(14547,540,2,12058,'8.99','2005-08-17 21:07:41','2006-02-15 22:21:30'),(14548,540,2,12201,'4.99','2005-08-18 02:14:06','2006-02-15 22:21:30'),(14549,540,1,12300,'6.99','2005-08-18 05:36:14','2006-02-15 22:21:30'),(14550,540,2,14910,'0.99','2005-08-22 04:50:52','2006-02-15 22:21:30'),(14551,540,2,15079,'2.99','2005-08-22 11:09:56','2006-02-15 22:21:30'),(14552,540,2,15953,'3.99','2005-08-23 19:13:46','2006-02-15 22:21:30'),(14553,541,1,1021,'7.99','2005-05-31 03:16:15','2006-02-15 22:21:30'),(14554,541,1,1066,'4.99','2005-05-31 09:07:33','2006-02-15 22:21:30'),(14555,541,2,1986,'2.99','2005-06-17 10:34:59','2006-02-15 22:21:30'),(14556,541,1,2708,'6.99','2005-06-19 13:59:05','2006-02-15 22:21:30'),(14557,541,1,5018,'2.99','2005-07-09 02:01:05','2006-02-15 22:21:30'),(14558,541,2,5197,'4.99','2005-07-09 10:43:54','2006-02-15 22:21:31'),(14559,541,2,6468,'7.99','2005-07-12 01:27:09','2006-02-15 22:21:31'),(14560,541,2,6718,'2.99','2005-07-12 13:38:06','2006-02-15 22:21:31'),(14561,541,1,8113,'8.99','2005-07-28 19:14:00','2006-02-15 22:21:31'),(14562,541,1,8322,'4.99','2005-07-29 03:52:49','2006-02-15 22:21:31'),(14563,541,2,9603,'0.99','2005-07-31 03:43:43','2006-02-15 22:21:31'),(14564,541,1,10306,'5.99','2005-08-01 04:19:18','2006-02-15 22:21:31'),(14565,541,2,11273,'0.99','2005-08-02 14:20:55','2006-02-15 22:21:31'),(14566,541,1,12306,'4.99','2005-08-18 05:47:55','2006-02-15 22:21:31'),(14567,541,2,12395,'4.99','2005-08-18 09:06:30','2006-02-15 22:21:31'),(14568,541,1,12894,'7.99','2005-08-19 03:49:28','2006-02-15 22:21:31'),(14569,541,2,13239,'4.99','2005-08-19 16:22:13','2006-02-15 22:21:31'),(14570,541,2,13640,'0.99','2005-08-20 07:22:53','2006-02-15 22:21:31'),(14571,541,2,14938,'6.99','2005-08-22 05:52:39','2006-02-15 22:21:31'),(14572,541,1,15071,'4.99','2005-08-22 10:58:43','2006-02-15 22:21:31'),(14573,541,2,15141,'3.99','2005-08-22 13:41:49','2006-02-15 22:21:32'),(14574,541,1,15223,'1.99','2005-08-22 17:13:39','2006-02-15 22:21:32'),(14575,541,1,15421,'0.99','2005-08-22 23:56:37','2006-02-15 22:21:32'),(14576,541,2,15924,'1.99','2005-08-23 18:08:59','2006-02-15 22:21:32'),(14577,542,1,220,'4.99','2005-05-26 10:06:49','2006-02-15 22:21:32'),(14578,542,2,376,'4.99','2005-05-27 08:58:15','2006-02-15 22:21:32'),(14579,542,1,2610,'4.99','2005-06-19 07:16:20','2006-02-15 22:21:32'),(14580,542,2,2957,'10.99','2005-06-20 06:53:47','2006-02-15 22:21:32'),(14581,542,2,5293,'0.99','2005-07-09 15:17:23','2006-02-15 22:21:32'),(14582,542,1,5477,'6.99','2005-07-09 23:43:49','2006-02-15 22:21:32'),(14583,542,2,6077,'5.99','2005-07-11 05:06:08','2006-02-15 22:21:32'),(14584,542,2,6325,'5.99','2005-07-11 19:06:01','2006-02-15 22:21:32'),(14585,542,1,6887,'9.99','2005-07-12 21:00:23','2006-02-15 22:21:32'),(14586,542,2,7672,'8.99','2005-07-28 02:49:41','2006-02-15 22:21:32'),(14587,542,1,8533,'4.99','2005-07-29 10:29:16','2006-02-15 22:21:32'),(14588,542,2,8544,'3.99','2005-07-29 11:02:08','2006-02-15 22:21:33'),(14589,542,1,10280,'4.99','2005-08-01 03:27:15','2006-02-15 22:21:33'),(14590,542,2,11583,'0.99','2005-08-17 02:08:13','2006-02-15 22:21:33'),(14591,542,2,11903,'2.99','2005-08-17 15:37:45','2006-02-15 22:21:33'),(14592,542,1,12819,'0.99','2005-08-19 01:05:05','2006-02-15 22:21:33'),(14593,542,1,13447,'0.99','2005-08-20 00:09:36','2006-02-15 22:21:33'),(14594,542,2,14982,'9.99','2005-08-22 07:20:55','2006-02-15 22:21:33'),(14595,543,1,243,'6.99','2005-05-26 13:06:05','2006-02-15 22:21:33'),(14596,543,2,476,'1.99','2005-05-27 22:31:36','2006-02-15 22:21:33'),(14597,543,2,1720,'4.99','2005-06-16 15:00:14','2006-02-15 22:21:33'),(14598,543,1,2426,'2.99','2005-06-18 17:40:44','2006-02-15 22:21:33'),(14599,543,2,3070,'4.99','2005-06-20 14:15:39','2006-02-15 22:21:33'),(14600,543,1,3128,'2.99','2005-06-20 18:41:47','2006-02-15 22:21:33'),(14601,543,2,3467,'5.99','2005-06-21 22:19:25','2006-02-15 22:21:33'),(14602,543,1,4887,'2.99','2005-07-08 19:59:14','2006-02-15 22:21:33'),(14603,543,2,5467,'4.99','2005-07-09 23:05:47','2006-02-15 22:21:34'),(14604,543,2,6013,'4.99','2005-07-11 02:02:03','2006-02-15 22:21:34'),(14605,543,2,7312,'2.99','2005-07-27 13:03:14','2006-02-15 22:21:34'),(14606,543,1,8580,'2.99','2005-07-29 12:00:27','2006-02-15 22:21:34'),(14607,543,2,8845,'4.99','2005-07-29 23:06:13','2006-02-15 22:21:34'),(14608,543,1,9505,'2.99','2005-07-31 00:11:19','2006-02-15 22:21:34'),(14609,543,1,9999,'0.99','2005-07-31 17:40:53','2006-02-15 22:21:34'),(14610,543,2,10257,'0.99','2005-08-01 02:49:43','2006-02-15 22:21:34'),(14611,543,1,10520,'4.99','2005-08-01 11:45:58','2006-02-15 22:21:34'),(14612,543,2,11241,'9.99','2005-08-02 13:29:24','2006-02-15 22:21:34'),(14613,543,1,11681,'2.99','2005-08-17 06:13:30','2006-02-15 22:21:34'),(14614,543,1,13187,'0.99','2005-08-19 14:24:48','2006-02-15 22:21:34'),(14615,543,2,15281,'1.99','2005-08-22 19:10:26','2006-02-15 22:21:34'),(14616,543,1,15785,'1.99','2005-08-23 13:46:27','2006-02-15 22:21:34'),(14617,544,1,397,'2.99','2005-05-27 12:29:02','2006-02-15 22:21:34'),(14618,544,1,864,'2.99','2005-05-30 03:27:17','2006-02-15 22:21:35'),(14619,544,1,1248,'1.99','2005-06-15 05:33:52','2006-02-15 22:21:35'),(14620,544,2,1434,'10.99','2005-06-15 18:30:46','2006-02-15 22:21:35'),(14621,544,1,2373,'0.99','2005-06-18 14:37:57','2006-02-15 22:21:35'),(14622,544,1,2395,'2.99','2005-06-18 15:45:15','2006-02-15 22:21:35'),(14623,544,1,4395,'0.99','2005-07-07 21:13:22','2006-02-15 22:21:35'),(14624,544,1,4703,'2.99','2005-07-08 11:44:56','2006-02-15 22:21:35'),(14625,544,2,4847,'6.99','2005-07-08 18:29:13','2006-02-15 22:21:35'),(14626,544,2,8566,'2.99','2005-07-29 11:35:46','2006-02-15 22:21:35'),(14627,544,1,8937,'5.99','2005-07-30 02:53:21','2006-02-15 22:21:35'),(14628,544,1,8963,'9.99','2005-07-30 03:46:26','2006-02-15 22:21:35'),(14629,544,1,10735,'0.99','2005-08-01 19:29:45','2006-02-15 22:21:35'),(14630,544,1,11401,'3.99','2005-08-02 19:05:06','2006-02-15 22:21:35'),(14631,544,2,11766,'2.99','2005-08-17 09:58:40','2006-02-15 22:21:35'),(14632,544,2,12640,'3.99','2005-08-18 18:14:49','2006-02-15 22:21:36'),(14633,544,2,14142,'4.99','2005-08-21 02:07:43','2006-02-15 22:21:36'),(14634,544,1,14498,'4.99','2005-08-21 14:10:44','2006-02-15 22:21:36'),(14635,544,2,14651,'8.99','2005-08-21 19:31:09','2006-02-15 22:21:36'),(14636,544,1,14981,'2.99','2005-08-22 07:19:05','2006-02-15 22:21:36'),(14637,544,1,15219,'6.99','2005-08-22 17:00:31','2006-02-15 22:21:36'),(14638,544,1,15605,'4.99','2005-08-23 06:48:47','2006-02-15 22:21:36'),(14639,545,2,248,'0.99','2005-05-26 14:07:58','2006-02-15 22:21:36'),(14640,545,2,715,'3.99','2005-05-29 04:22:41','2006-02-15 22:21:36'),(14641,545,1,2123,'2.99','2005-06-17 20:48:30','2006-02-15 22:21:36'),(14642,545,2,3693,'8.99','2005-07-06 09:56:09','2006-02-15 22:21:36'),(14643,545,1,3975,'5.99','2005-07-06 23:00:09','2006-02-15 22:21:36'),(14644,545,1,4597,'5.99','2005-07-08 06:43:42','2006-02-15 22:21:36'),(14645,545,1,5264,'0.99','2005-07-09 14:11:28','2006-02-15 22:21:36'),(14646,545,1,7078,'5.99','2005-07-27 04:16:37','2006-02-15 22:21:36'),(14647,545,2,8599,'3.99','2005-07-29 12:58:52','2006-02-15 22:21:37'),(14648,545,2,8848,'2.99','2005-07-29 23:20:58','2006-02-15 22:21:37'),(14649,545,2,9810,'2.99','2005-07-31 11:22:41','2006-02-15 22:21:37'),(14650,545,2,9942,'4.99','2005-07-31 15:35:43','2006-02-15 22:21:37'),(14651,545,2,10931,'2.99','2005-08-02 02:44:59','2006-02-15 22:21:37'),(14652,545,2,11760,'2.99','2005-08-17 09:44:22','2006-02-15 22:21:37'),(14653,545,1,12098,'4.99','2005-08-17 22:38:31','2006-02-15 22:21:37'),(14654,545,1,12349,'2.99','2005-08-18 07:23:42','2006-02-15 22:21:37'),(14655,545,2,12667,'10.99','2005-08-18 19:11:45','2006-02-15 22:21:37'),(14656,545,1,12800,'2.99','2005-08-19 00:27:11','2006-02-15 22:21:37'),(14657,545,1,13595,'4.99','2005-08-20 05:54:27','2006-02-15 22:21:37'),(14658,545,1,15585,'0.99','2005-08-23 05:55:22','2006-02-15 22:21:37'),(14659,545,2,15998,'4.99','2005-08-23 20:41:09','2006-02-15 22:21:37'),(14660,546,1,197,'5.99','2005-05-26 06:59:21','2006-02-15 22:21:37'),(14661,546,1,482,'6.99','2005-05-27 22:53:02','2006-02-15 22:21:37'),(14662,546,1,1181,'1.99','2005-06-15 00:42:17','2006-02-15 22:21:38'),(14663,546,2,1403,'0.99','2005-06-15 16:31:59','2006-02-15 22:21:38'),(14664,546,1,1787,'3.99','2005-06-16 19:30:59','2006-02-15 22:21:38'),(14665,546,1,2361,'5.99','2005-06-18 13:19:05','2006-02-15 22:21:38'),(14666,546,1,3738,'4.99','2005-07-06 11:50:57','2006-02-15 22:21:38'),(14667,546,2,4664,'0.99','2005-07-08 10:01:28','2006-02-15 22:21:38'),(14668,546,1,4734,'0.99','2005-07-08 13:12:12','2006-02-15 22:21:38'),(14669,546,1,5629,'0.99','2005-07-10 06:02:25','2006-02-15 22:21:38'),(14670,546,2,6758,'9.99','2005-07-12 15:13:49','2006-02-15 22:21:38'),(14671,546,1,6786,'2.99','2005-07-12 16:32:33','2006-02-15 22:21:38'),(14672,546,2,6910,'6.99','2005-07-12 22:11:21','2006-02-15 22:21:38'),(14673,546,1,8532,'4.99','2005-07-29 10:26:56','2006-02-15 22:21:38'),(14674,546,1,9087,'4.99','2005-07-30 08:19:47','2006-02-15 22:21:38'),(14675,546,1,NULL,'3.99','2005-07-30 21:16:20','2006-02-15 22:21:38'),(14676,546,2,9626,'1.99','2005-07-31 04:37:41','2006-02-15 22:21:38'),(14677,546,2,10370,'0.99','2005-08-01 06:18:04','2006-02-15 22:21:39'),(14678,546,2,11352,'5.99','2005-08-02 17:29:39','2006-02-15 22:21:39'),(14679,546,1,11797,'4.99','2005-08-17 11:17:21','2006-02-15 22:21:39'),(14680,546,2,12591,'2.99','2005-08-18 16:16:41','2006-02-15 22:21:39'),(14681,546,2,13850,'5.99','2005-08-20 14:43:03','2006-02-15 22:21:39'),(14682,546,1,14797,'4.99','2005-08-22 00:41:24','2006-02-15 22:21:39'),(14683,546,1,14829,'2.99','2005-08-22 01:35:37','2006-02-15 22:21:39'),(14684,546,1,14929,'3.99','2005-08-22 05:32:38','2006-02-15 22:21:39'),(14685,546,2,15565,'4.99','2005-08-23 05:13:09','2006-02-15 22:21:39'),(14686,547,1,306,'0.99','2005-05-26 21:31:57','2006-02-15 22:21:39'),(14687,547,2,443,'8.99','2005-05-27 18:35:20','2006-02-15 22:21:39'),(14688,547,2,1094,'1.99','2005-05-31 13:03:49','2006-02-15 22:21:39'),(14689,547,2,2022,'8.99','2005-06-17 12:44:39','2006-02-15 22:21:39'),(14690,547,2,3679,'4.99','2005-07-06 09:15:57','2006-02-15 22:21:39'),(14691,547,1,3765,'4.99','2005-07-06 13:01:47','2006-02-15 22:21:40'),(14692,547,2,5327,'4.99','2005-07-09 16:39:49','2006-02-15 22:21:40'),(14693,547,2,5854,'4.99','2005-07-10 17:47:34','2006-02-15 22:21:40'),(14694,547,1,6605,'0.99','2005-07-12 08:01:07','2006-02-15 22:21:40'),(14695,547,2,7420,'4.99','2005-07-27 17:09:39','2006-02-15 22:21:40'),(14696,547,2,7547,'3.99','2005-07-27 21:51:48','2006-02-15 22:21:40'),(14697,547,1,7835,'4.99','2005-07-28 08:49:39','2006-02-15 22:21:40'),(14698,547,1,7859,'3.99','2005-07-28 09:57:17','2006-02-15 22:21:40'),(14699,547,1,8828,'2.99','2005-07-29 22:32:54','2006-02-15 22:21:40'),(14700,547,1,10903,'2.99','2005-08-02 01:41:59','2006-02-15 22:21:40'),(14701,547,1,10980,'4.99','2005-08-02 04:17:32','2006-02-15 22:21:40'),(14702,547,2,11170,'5.99','2005-08-02 10:21:53','2006-02-15 22:21:40'),(14703,547,2,11361,'0.99','2005-08-02 17:46:34','2006-02-15 22:21:40'),(14704,547,1,12579,'0.99','2005-08-18 15:47:49','2006-02-15 22:21:40'),(14705,547,2,12943,'2.99','2005-08-19 05:46:26','2006-02-15 22:21:40'),(14706,547,2,13307,'2.99','2005-08-19 18:58:44','2006-02-15 22:21:41'),(14707,547,1,14510,'9.99','2005-08-21 14:44:41','2006-02-15 22:21:41'),(14708,547,2,14884,'4.99','2005-08-22 03:57:08','2006-02-15 22:21:41'),(14709,548,2,177,'6.99','2005-05-26 04:14:29','2006-02-15 22:21:41'),(14710,548,1,743,'4.99','2005-05-29 08:39:02','2006-02-15 22:21:41'),(14711,548,2,872,'3.99','2005-05-30 05:03:04','2006-02-15 22:21:41'),(14712,548,1,1326,'1.99','2005-06-15 11:07:39','2006-02-15 22:21:41'),(14713,548,1,2280,'2.99','2005-06-18 06:46:54','2006-02-15 22:21:41'),(14714,548,2,2978,'0.99','2005-06-20 08:25:16','2006-02-15 22:21:41'),(14715,548,1,3686,'2.99','2005-07-06 09:37:50','2006-02-15 22:21:41'),(14716,548,2,3777,'2.99','2005-07-06 13:36:48','2006-02-15 22:21:41'),(14717,548,1,4155,'7.99','2005-07-07 09:00:49','2006-02-15 22:21:41'),(14718,548,2,5138,'4.99','2005-07-09 08:00:46','2006-02-15 22:21:41'),(14719,548,2,6490,'4.99','2005-07-12 02:28:03','2006-02-15 22:21:41'),(14720,548,1,9614,'5.99','2005-07-31 03:59:31','2006-02-15 22:21:41'),(14721,548,2,10318,'0.99','2005-08-01 04:36:53','2006-02-15 22:21:42'),(14722,548,1,12860,'5.99','2005-08-19 02:24:41','2006-02-15 22:21:42'),(14723,548,1,13691,'3.99','2005-08-20 09:07:39','2006-02-15 22:21:42'),(14724,548,2,13730,'7.99','2005-08-20 10:17:09','2006-02-15 22:21:42'),(14725,548,2,14188,'0.99','2005-08-21 03:32:04','2006-02-15 22:21:42'),(14726,548,2,14723,'6.99','2005-08-21 21:52:32','2006-02-15 22:21:42'),(14727,548,1,13584,'0.99','2006-02-14 15:16:03','2006-02-15 22:21:42'),(14728,549,1,6,'0.99','2005-05-24 23:08:07','2006-02-15 22:21:42'),(14729,549,2,852,'4.99','2005-05-30 01:36:57','2006-02-15 22:21:42'),(14730,549,1,906,'3.99','2005-05-30 10:30:38','2006-02-15 22:21:42'),(14731,549,2,1086,'4.99','2005-05-31 11:17:37','2006-02-15 22:21:42'),(14732,549,1,2050,'2.99','2005-06-17 15:07:30','2006-02-15 22:21:42'),(14733,549,2,3523,'2.99','2005-07-06 01:01:38','2006-02-15 22:21:42'),(14734,549,2,3892,'4.99','2005-07-06 18:58:58','2006-02-15 22:21:42'),(14735,549,1,4447,'0.99','2005-07-07 23:15:28','2006-02-15 22:21:42'),(14736,549,1,7252,'7.99','2005-07-27 10:45:28','2006-02-15 22:21:43'),(14737,549,2,8239,'0.99','2005-07-29 00:31:39','2006-02-15 22:21:43'),(14738,549,1,8316,'4.99','2005-07-29 03:38:49','2006-02-15 22:21:43'),(14739,549,2,9445,'7.99','2005-07-30 21:50:42','2006-02-15 22:21:43'),(14740,549,2,9511,'9.99','2005-07-31 00:25:05','2006-02-15 22:21:43'),(14741,549,2,9887,'0.99','2005-07-31 14:00:32','2006-02-15 22:21:43'),(14742,549,2,10281,'0.99','2005-08-01 03:28:33','2006-02-15 22:21:43'),(14743,549,2,11737,'4.99','2005-08-17 08:42:08','2006-02-15 22:21:43'),(14744,549,2,11878,'2.99','2005-08-17 14:23:52','2006-02-15 22:21:43'),(14745,549,2,12634,'2.99','2005-08-18 17:58:14','2006-02-15 22:21:43'),(14746,549,2,12747,'4.99','2005-08-18 22:28:22','2006-02-15 22:21:43'),(14747,549,1,14434,'0.99','2005-08-21 11:40:46','2006-02-15 22:21:43'),(14748,550,2,922,'7.99','2005-05-30 11:55:55','2006-02-15 22:21:43'),(14749,550,1,1233,'6.99','2005-06-15 04:18:37','2006-02-15 22:21:43'),(14750,550,1,1863,'3.99','2005-06-17 01:31:46','2006-02-15 22:21:43'),(14751,550,2,1883,'4.99','2005-06-17 03:18:51','2006-02-15 22:21:44'),(14752,550,1,3154,'2.99','2005-06-20 20:44:40','2006-02-15 22:21:44'),(14753,550,2,3236,'9.99','2005-06-21 02:47:43','2006-02-15 22:21:44'),(14754,550,1,3272,'10.99','2005-06-21 05:18:27','2006-02-15 22:21:44'),(14755,550,1,3979,'4.99','2005-07-06 23:04:35','2006-02-15 22:21:44'),(14756,550,1,5727,'4.99','2005-07-10 11:25:28','2006-02-15 22:21:44'),(14757,550,1,6695,'2.99','2005-07-12 12:39:39','2006-02-15 22:21:44'),(14758,550,1,7030,'0.99','2005-07-27 03:01:40','2006-02-15 22:21:44'),(14759,550,2,7838,'2.99','2005-07-28 09:00:21','2006-02-15 22:21:44'),(14760,550,1,8628,'6.99','2005-07-29 14:06:24','2006-02-15 22:21:44'),(14761,550,2,8838,'2.99','2005-07-29 22:52:23','2006-02-15 22:21:44'),(14762,550,1,8959,'8.99','2005-07-30 03:35:49','2006-02-15 22:21:44'),(14763,550,1,9616,'2.99','2005-07-31 04:05:01','2006-02-15 22:21:44'),(14764,550,1,9748,'0.99','2005-07-31 09:17:56','2006-02-15 22:21:44'),(14765,550,2,10140,'4.99','2005-07-31 22:03:20','2006-02-15 22:21:44'),(14766,550,1,11246,'2.99','2005-08-02 13:33:56','2006-02-15 22:21:45'),(14767,550,2,11320,'0.99','2005-08-02 16:13:28','2006-02-15 22:21:45'),(14768,550,1,11969,'4.99','2005-08-17 17:49:37','2006-02-15 22:21:45'),(14769,550,1,12063,'2.99','2005-08-17 21:24:48','2006-02-15 22:21:45'),(14770,550,2,12077,'4.99','2005-08-17 21:59:14','2006-02-15 22:21:45'),(14771,550,1,13114,'10.99','2005-08-19 11:27:32','2006-02-15 22:21:45'),(14772,550,2,14071,'2.99','2005-08-20 23:01:56','2006-02-15 22:21:45'),(14773,550,2,14127,'4.99','2005-08-21 01:33:32','2006-02-15 22:21:45'),(14774,550,2,14375,'6.99','2005-08-21 09:46:35','2006-02-15 22:21:45'),(14775,550,1,14687,'4.99','2005-08-21 20:32:16','2006-02-15 22:21:45'),(14776,550,2,15431,'9.99','2005-08-23 00:26:47','2006-02-15 22:21:45'),(14777,550,1,15883,'0.99','2005-08-23 16:44:56','2006-02-15 22:21:45'),(14778,550,2,15977,'4.99','2005-08-23 20:07:10','2006-02-15 22:21:45'),(14779,550,2,11757,'2.99','2006-02-14 15:16:03','2006-02-15 22:21:45'),(14780,551,2,155,'7.99','2005-05-26 01:15:05','2006-02-15 22:21:45'),(14781,551,1,728,'2.99','2005-05-29 06:12:38','2006-02-15 22:21:46'),(14782,551,1,795,'0.99','2005-05-29 16:57:39','2006-02-15 22:21:46'),(14783,551,2,969,'4.99','2005-05-30 19:23:48','2006-02-15 22:21:46'),(14784,551,2,1005,'3.99','2005-05-31 00:53:25','2006-02-15 22:21:46'),(14785,551,2,2069,'4.99','2005-06-17 16:19:39','2006-02-15 22:21:46'),(14786,551,1,2776,'3.99','2005-06-19 18:16:24','2006-02-15 22:21:46'),(14787,551,2,3996,'5.99','2005-07-06 23:46:43','2006-02-15 22:21:46'),(14788,551,1,5201,'1.99','2005-07-09 10:52:53','2006-02-15 22:21:46'),(14789,551,2,5528,'0.99','2005-07-10 02:09:21','2006-02-15 22:21:46'),(14790,551,1,6041,'0.99','2005-07-11 03:14:58','2006-02-15 22:21:46'),(14791,551,2,7095,'9.99','2005-07-27 04:51:15','2006-02-15 22:21:46'),(14792,551,1,8986,'0.99','2005-07-30 04:37:20','2006-02-15 22:21:46'),(14793,551,1,9287,'2.99','2005-07-30 15:35:39','2006-02-15 22:21:46'),(14794,551,2,9765,'4.99','2005-07-31 09:44:40','2006-02-15 22:21:46'),(14795,551,2,11380,'0.99','2005-08-02 18:17:32','2006-02-15 22:21:46'),(14796,551,2,11883,'2.99','2005-08-17 14:41:28','2006-02-15 22:21:47'),(14797,551,2,12208,'4.99','2005-08-18 02:25:25','2006-02-15 22:21:47'),(14798,551,2,12868,'0.99','2005-08-19 02:47:19','2006-02-15 22:21:47'),(14799,551,1,13439,'3.99','2005-08-19 23:42:16','2006-02-15 22:21:47'),(14800,551,1,14420,'0.99','2005-08-21 11:16:15','2006-02-15 22:21:47'),(14801,551,2,14609,'4.99','2005-08-21 17:57:26','2006-02-15 22:21:47'),(14802,551,2,14633,'2.99','2005-08-21 18:51:10','2006-02-15 22:21:47'),(14803,551,1,14833,'2.99','2005-08-22 01:45:18','2006-02-15 22:21:47'),(14804,551,1,15377,'4.99','2005-08-22 22:22:33','2006-02-15 22:21:47'),(14805,551,2,15390,'6.99','2005-08-22 22:57:25','2006-02-15 22:21:47'),(14806,552,2,174,'0.99','2005-05-26 03:44:10','2006-02-15 22:21:47'),(14807,552,2,2320,'0.99','2005-06-18 09:24:50','2006-02-15 22:21:47'),(14808,552,2,3397,'4.99','2005-06-21 15:30:11','2006-02-15 22:21:47'),(14809,552,1,4477,'6.99','2005-07-08 00:38:24','2006-02-15 22:21:47'),(14810,552,1,5213,'7.99','2005-07-09 11:39:43','2006-02-15 22:21:48'),(14811,552,2,6189,'4.99','2005-07-11 11:36:03','2006-02-15 22:21:48'),(14812,552,1,7772,'2.99','2005-07-28 06:59:09','2006-02-15 22:21:48'),(14813,552,1,8085,'2.99','2005-07-28 18:13:15','2006-02-15 22:21:48'),(14814,552,2,8192,'2.99','2005-07-28 22:49:11','2006-02-15 22:21:48'),(14815,552,2,8614,'5.99','2005-07-29 13:32:05','2006-02-15 22:21:48'),(14816,552,2,8894,'4.99','2005-07-30 00:48:31','2006-02-15 22:21:48'),(14817,552,1,9342,'8.99','2005-07-30 18:09:56','2006-02-15 22:21:48'),(14818,552,1,11146,'1.99','2005-08-02 09:45:32','2006-02-15 22:21:48'),(14819,552,2,11205,'4.99','2005-08-02 11:56:54','2006-02-15 22:21:48'),(14820,552,2,11300,'7.99','2005-08-02 15:37:42','2006-02-15 22:21:48'),(14821,552,2,12433,'4.99','2005-08-18 10:37:49','2006-02-15 22:21:48'),(14822,552,2,12880,'2.99','2005-08-19 03:27:17','2006-02-15 22:21:48'),(14823,552,2,13574,'2.99','2005-08-20 05:10:39','2006-02-15 22:21:48'),(14824,552,1,13693,'0.99','2005-08-20 09:11:42','2006-02-15 22:21:48'),(14825,552,2,14724,'4.99','2005-08-21 21:53:47','2006-02-15 22:21:49'),(14826,552,2,15700,'2.99','2005-08-23 10:21:21','2006-02-15 22:21:49'),(14827,553,2,789,'4.99','2005-05-29 16:17:07','2006-02-15 22:21:49'),(14828,553,2,1862,'3.99','2005-06-17 01:29:30','2006-02-15 22:21:49'),(14829,553,1,2460,'8.99','2005-06-18 19:54:13','2006-02-15 22:21:49'),(14830,553,2,3103,'6.99','2005-06-20 16:58:19','2006-02-15 22:21:49'),(14831,553,1,3495,'6.99','2005-07-05 23:50:04','2006-02-15 22:21:49'),(14832,553,2,3793,'4.99','2005-07-06 14:32:44','2006-02-15 22:21:49'),(14833,553,2,3859,'2.99','2005-07-06 17:18:15','2006-02-15 22:21:49'),(14834,553,1,3890,'4.99','2005-07-06 18:58:15','2006-02-15 22:21:49'),(14835,553,2,3891,'4.99','2005-07-06 18:58:25','2006-02-15 22:21:49'),(14836,553,2,3942,'4.99','2005-07-06 21:21:34','2006-02-15 22:21:49'),(14837,553,1,4257,'4.99','2005-07-07 14:18:41','2006-02-15 22:21:49'),(14838,553,2,4662,'0.99','2005-07-08 09:58:54','2006-02-15 22:21:49'),(14839,553,2,4845,'4.99','2005-07-08 18:28:20','2006-02-15 22:21:49'),(14840,553,2,4941,'3.99','2005-07-08 22:39:10','2006-02-15 22:21:50'),(14841,553,1,6069,'2.99','2005-07-11 04:44:59','2006-02-15 22:21:50'),(14842,553,2,6657,'0.99','2005-07-12 11:11:36','2006-02-15 22:21:50'),(14843,553,1,6812,'6.99','2005-07-12 18:03:25','2006-02-15 22:21:50'),(14844,553,1,7890,'4.99','2005-07-28 10:43:40','2006-02-15 22:21:50'),(14845,553,2,9272,'4.99','2005-07-30 15:05:22','2006-02-15 22:21:50'),(14846,553,2,9601,'2.99','2005-07-31 03:42:17','2006-02-15 22:21:50'),(14847,553,2,11710,'4.99','2005-08-17 07:29:44','2006-02-15 22:21:50'),(14848,553,1,13972,'2.99','2005-08-20 18:52:17','2006-02-15 22:21:50'),(14849,553,1,15042,'4.99','2005-08-22 09:47:37','2006-02-15 22:21:50'),(14850,553,1,15506,'0.99','2005-08-23 02:48:24','2006-02-15 22:21:50'),(14851,554,1,607,'2.99','2005-05-28 15:02:41','2006-02-15 22:21:50'),(14852,554,1,817,'2.99','2005-05-29 20:39:14','2006-02-15 22:21:50'),(14853,554,1,1959,'4.99','2005-06-17 08:54:10','2006-02-15 22:21:50'),(14854,554,1,2279,'6.99','2005-06-18 06:38:22','2006-02-15 22:21:50'),(14855,554,2,3278,'2.99','2005-06-21 05:41:30','2006-02-15 22:21:51'),(14856,554,1,3312,'6.99','2005-06-21 08:05:32','2006-02-15 22:21:51'),(14857,554,2,4902,'4.99','2005-07-08 20:49:30','2006-02-15 22:21:51'),(14858,554,1,5527,'2.99','2005-07-10 02:06:01','2006-02-15 22:21:51'),(14859,554,1,5968,'5.99','2005-07-11 00:03:11','2006-02-15 22:21:51'),(14860,554,1,6144,'2.99','2005-07-11 09:02:53','2006-02-15 22:21:51'),(14861,554,1,10612,'6.99','2005-08-01 14:55:31','2006-02-15 22:21:51'),(14862,554,2,10829,'7.99','2005-08-01 23:17:06','2006-02-15 22:21:51'),(14863,554,2,11589,'9.99','2005-08-17 02:28:22','2006-02-15 22:21:51'),(14864,554,1,11873,'0.99','2005-08-17 14:14:39','2006-02-15 22:21:51'),(14865,554,1,12010,'8.99','2005-08-17 19:17:54','2006-02-15 22:21:51'),(14866,554,1,12014,'0.99','2005-08-17 19:29:44','2006-02-15 22:21:51'),(14867,554,2,13139,'4.99','2005-08-19 12:32:10','2006-02-15 22:21:51'),(14868,554,2,14015,'2.99','2005-08-20 20:47:43','2006-02-15 22:21:51'),(14869,554,1,14098,'3.99','2005-08-21 00:30:32','2006-02-15 22:21:51'),(14870,554,1,14469,'0.99','2005-08-21 13:07:24','2006-02-15 22:21:52'),(14871,554,1,14626,'2.99','2005-08-21 18:35:44','2006-02-15 22:21:52'),(14872,554,2,15690,'4.99','2005-08-23 09:53:30','2006-02-15 22:21:52'),(14873,555,2,3232,'1.99','2005-06-21 02:30:37','2006-02-15 22:21:52'),(14874,555,2,4875,'2.99','2005-07-08 19:24:17','2006-02-15 22:21:52'),(14875,555,1,8161,'0.99','2005-07-28 21:11:00','2006-02-15 22:21:52'),(14876,555,1,8245,'3.99','2005-07-29 00:37:09','2006-02-15 22:21:52'),(14877,555,1,9299,'5.99','2005-07-30 16:32:51','2006-02-15 22:21:52'),(14878,555,2,9990,'7.99','2005-07-31 17:24:21','2006-02-15 22:21:52'),(14879,555,2,10076,'7.99','2005-07-31 20:00:34','2006-02-15 22:21:52'),(14880,555,1,10921,'3.99','2005-08-02 02:14:33','2006-02-15 22:21:52'),(14881,555,1,11168,'4.99','2005-08-02 10:19:42','2006-02-15 22:21:52'),(14882,555,1,11718,'4.99','2005-08-17 07:44:42','2006-02-15 22:21:52'),(14883,555,2,11747,'2.99','2005-08-17 09:03:31','2006-02-15 22:21:52'),(14884,555,2,12091,'4.99','2005-08-17 22:22:50','2006-02-15 22:21:52'),(14885,555,2,12150,'2.99','2005-08-18 00:13:55','2006-02-15 22:21:53'); + +INSERT INTO payment VALUES (14886,555,2,12182,'2.99','2005-08-18 01:30:19','2006-02-15 22:21:53'),(14887,555,1,12388,'2.99','2005-08-18 08:48:09','2006-02-15 22:21:53'),(14888,555,1,12883,'4.99','2005-08-19 03:33:47','2006-02-15 22:21:53'),(14889,555,2,15102,'6.99','2005-08-22 11:58:58','2006-02-15 22:21:53'),(14890,556,1,184,'0.99','2005-05-26 05:29:49','2006-02-15 22:21:53'),(14891,556,2,772,'5.99','2005-05-29 13:08:06','2006-02-15 22:21:53'),(14892,556,1,1083,'3.99','2005-05-31 11:04:48','2006-02-15 22:21:53'),(14893,556,1,2092,'6.99','2005-06-17 18:12:16','2006-02-15 22:21:53'),(14894,556,2,2593,'5.99','2005-06-19 05:40:11','2006-02-15 22:21:53'),(14895,556,2,2986,'0.99','2005-06-20 08:50:28','2006-02-15 22:21:53'),(14896,556,1,3093,'4.99','2005-06-20 16:06:14','2006-02-15 22:21:53'),(14897,556,2,3438,'6.99','2005-06-21 19:31:40','2006-02-15 22:21:53'),(14898,556,2,4719,'2.99','2005-07-08 12:33:00','2006-02-15 22:21:53'),(14899,556,2,4839,'3.99','2005-07-08 18:13:10','2006-02-15 22:21:54'),(14900,556,1,4846,'0.99','2005-07-08 18:29:05','2006-02-15 22:21:54'),(14901,556,2,5722,'0.99','2005-07-10 11:10:04','2006-02-15 22:21:54'),(14902,556,2,6484,'2.99','2005-07-12 02:04:10','2006-02-15 22:21:54'),(14903,556,1,8909,'5.99','2005-07-30 01:28:03','2006-02-15 22:21:54'),(14904,556,2,10106,'4.99','2005-07-31 21:00:47','2006-02-15 22:21:54'),(14905,556,2,10518,'6.99','2005-08-01 11:44:08','2006-02-15 22:21:54'),(14906,556,1,11466,'1.99','2005-08-02 21:46:46','2006-02-15 22:21:54'),(14907,556,2,11804,'3.99','2005-08-17 11:42:45','2006-02-15 22:21:54'),(14908,556,1,12045,'4.99','2005-08-17 20:40:46','2006-02-15 22:21:54'),(14909,556,1,14176,'2.99','2005-08-21 03:09:23','2006-02-15 22:21:54'),(14910,556,1,15568,'2.99','2005-08-23 05:24:09','2006-02-15 22:21:54'),(14911,557,2,467,'4.99','2005-05-27 21:10:03','2006-02-15 22:21:54'),(14912,557,1,478,'4.99','2005-05-27 22:38:20','2006-02-15 22:21:54'),(14913,557,1,1666,'0.99','2005-06-16 10:17:19','2006-02-15 22:21:54'),(14914,557,2,2988,'6.99','2005-06-20 08:59:08','2006-02-15 22:21:55'),(14915,557,1,3050,'3.99','2005-06-20 13:03:03','2006-02-15 22:21:55'),(14916,557,1,4651,'0.99','2005-07-08 09:39:39','2006-02-15 22:21:55'),(14917,557,1,4851,'1.99','2005-07-08 18:40:05','2006-02-15 22:21:55'),(14918,557,1,6459,'0.99','2005-07-12 01:12:03','2006-02-15 22:21:55'),(14919,557,2,6713,'3.99','2005-07-12 13:27:36','2006-02-15 22:21:55'),(14920,557,2,6823,'4.99','2005-07-12 18:24:31','2006-02-15 22:21:55'),(14921,557,2,6898,'0.99','2005-07-12 21:39:04','2006-02-15 22:21:55'),(14922,557,1,9336,'0.99','2005-07-30 18:01:15','2006-02-15 22:21:55'),(14923,557,1,9341,'2.99','2005-07-30 18:07:58','2006-02-15 22:21:55'),(14924,557,2,9366,'1.99','2005-07-30 18:48:57','2006-02-15 22:21:55'),(14925,557,2,9367,'6.99','2005-07-30 18:49:58','2006-02-15 22:21:55'),(14926,557,1,11181,'0.99','2005-08-02 10:55:03','2006-02-15 22:21:55'),(14927,557,1,12555,'1.99','2005-08-18 14:49:22','2006-02-15 22:21:55'),(14928,557,1,12789,'2.99','2005-08-19 00:16:19','2006-02-15 22:21:55'),(14929,557,1,13540,'2.99','2005-08-20 03:41:23','2006-02-15 22:21:56'),(14930,557,2,13794,'2.99','2005-08-20 12:25:32','2006-02-15 22:21:56'),(14931,557,2,15236,'0.99','2005-08-22 17:44:27','2006-02-15 22:21:56'),(14932,557,2,15570,'5.99','2005-08-23 05:24:55','2006-02-15 22:21:56'),(14933,557,2,15914,'0.99','2005-08-23 17:49:26','2006-02-15 22:21:56'),(14934,557,1,14278,'4.99','2006-02-14 15:16:03','2006-02-15 22:21:56'),(14935,558,2,1967,'4.99','2005-06-17 09:19:52','2006-02-15 22:21:56'),(14936,558,1,2411,'1.99','2005-06-18 16:55:54','2006-02-15 22:21:56'),(14937,558,2,2544,'4.99','2005-06-19 02:16:17','2006-02-15 22:21:56'),(14938,558,2,3016,'4.99','2005-06-20 10:55:08','2006-02-15 22:21:56'),(14939,558,2,3451,'10.99','2005-06-21 21:10:39','2006-02-15 22:21:56'),(14940,558,1,3731,'9.99','2005-07-06 11:33:36','2006-02-15 22:21:56'),(14941,558,1,3954,'0.99','2005-07-06 21:57:44','2006-02-15 22:21:56'),(14942,558,1,3990,'3.99','2005-07-06 23:32:44','2006-02-15 22:21:56'),(14943,558,1,4192,'5.99','2005-07-07 10:57:06','2006-02-15 22:21:57'),(14944,558,1,4932,'2.99','2005-07-08 22:17:40','2006-02-15 22:21:57'),(14945,558,2,5375,'6.99','2005-07-09 18:52:55','2006-02-15 22:21:57'),(14946,558,1,5492,'3.99','2005-07-10 00:11:09','2006-02-15 22:21:57'),(14947,558,2,6278,'7.99','2005-07-11 16:20:02','2006-02-15 22:21:57'),(14948,558,2,6479,'9.99','2005-07-12 01:49:00','2006-02-15 22:21:57'),(14949,558,2,6742,'4.99','2005-07-12 14:25:31','2006-02-15 22:21:57'),(14950,558,1,6757,'0.99','2005-07-12 15:09:48','2006-02-15 22:21:57'),(14951,558,1,7424,'0.99','2005-07-27 17:14:19','2006-02-15 22:21:57'),(14952,558,1,8523,'2.99','2005-07-29 10:18:27','2006-02-15 22:21:57'),(14953,558,1,8858,'4.99','2005-07-29 23:44:35','2006-02-15 22:21:57'),(14954,558,1,8889,'2.99','2005-07-30 00:39:43','2006-02-15 22:21:57'),(14955,558,2,10707,'0.99','2005-08-01 18:41:34','2006-02-15 22:21:57'),(14956,558,1,11268,'0.99','2005-08-02 14:10:39','2006-02-15 22:21:57'),(14957,558,2,11567,'5.99','2005-08-17 01:28:43','2006-02-15 22:21:57'),(14958,558,2,12040,'6.99','2005-08-17 20:29:56','2006-02-15 22:21:58'),(14959,558,1,12194,'1.99','2005-08-18 02:04:47','2006-02-15 22:21:58'),(14960,558,2,13566,'5.99','2005-08-20 04:45:32','2006-02-15 22:21:58'),(14961,558,2,14235,'7.99','2005-08-21 05:08:42','2006-02-15 22:21:58'),(14962,558,1,14286,'5.99','2005-08-21 06:53:53','2006-02-15 22:21:58'),(14963,559,2,2576,'4.99','2005-06-19 04:34:15','2006-02-15 22:21:58'),(14964,559,1,2706,'0.99','2005-06-19 13:56:51','2006-02-15 22:21:58'),(14965,559,2,3046,'4.99','2005-06-20 12:42:59','2006-02-15 22:21:58'),(14966,559,1,3370,'1.99','2005-06-21 13:27:01','2006-02-15 22:21:58'),(14967,559,1,3674,'5.99','2005-07-06 09:03:13','2006-02-15 22:21:58'),(14968,559,1,4120,'4.99','2005-07-07 07:07:03','2006-02-15 22:21:58'),(14969,559,1,4370,'7.99','2005-07-07 20:05:36','2006-02-15 22:21:58'),(14970,559,2,5396,'1.99','2005-07-09 19:42:52','2006-02-15 22:21:58'),(14971,559,1,6201,'4.99','2005-07-11 12:18:07','2006-02-15 22:21:58'),(14972,559,1,6915,'2.99','2005-07-12 22:28:09','2006-02-15 22:21:58'),(14973,559,1,7169,'1.99','2005-07-27 07:51:39','2006-02-15 22:21:59'),(14974,559,1,7680,'1.99','2005-07-28 02:59:08','2006-02-15 22:21:59'),(14975,559,1,8631,'1.99','2005-07-29 14:08:06','2006-02-15 22:21:59'),(14976,559,2,9134,'0.99','2005-07-30 10:00:21','2006-02-15 22:21:59'),(14977,559,1,9877,'2.99','2005-07-31 13:41:57','2006-02-15 22:21:59'),(14978,559,2,10146,'2.99','2005-07-31 22:17:56','2006-02-15 22:21:59'),(14979,559,1,10377,'3.99','2005-08-01 06:28:28','2006-02-15 22:21:59'),(14980,559,1,10669,'8.99','2005-08-01 17:03:28','2006-02-15 22:21:59'),(14981,559,2,10876,'0.99','2005-08-02 00:31:58','2006-02-15 22:21:59'),(14982,559,2,11136,'1.99','2005-08-02 09:22:57','2006-02-15 22:21:59'),(14983,559,1,13234,'1.99','2005-08-19 16:17:15','2006-02-15 22:21:59'),(14984,559,2,13248,'6.99','2005-08-19 16:47:41','2006-02-15 22:21:59'),(14985,559,2,13322,'4.99','2005-08-19 19:43:08','2006-02-15 22:21:59'),(14986,559,1,13845,'5.99','2005-08-20 14:31:21','2006-02-15 22:21:59'),(14987,559,1,14342,'4.99','2005-08-21 08:39:26','2006-02-15 22:22:00'),(14988,559,2,14622,'4.99','2005-08-21 18:25:59','2006-02-15 22:22:00'),(14989,559,2,15440,'4.99','2005-08-23 00:37:21','2006-02-15 22:22:00'),(14990,559,1,15877,'4.99','2005-08-23 16:33:33','2006-02-15 22:22:00'),(14991,560,1,137,'2.99','2005-05-25 22:25:18','2006-02-15 22:22:00'),(14992,560,1,1271,'4.99','2005-06-15 07:32:24','2006-02-15 22:22:00'),(14993,560,2,1572,'1.99','2005-06-16 03:23:22','2006-02-15 22:22:00'),(14994,560,1,3941,'4.99','2005-07-06 21:20:37','2006-02-15 22:22:00'),(14995,560,1,4298,'2.99','2005-07-07 16:27:25','2006-02-15 22:22:00'),(14996,560,2,4375,'9.99','2005-07-07 20:20:29','2006-02-15 22:22:00'),(14997,560,1,4453,'0.99','2005-07-07 23:32:39','2006-02-15 22:22:00'),(14998,560,2,5208,'2.99','2005-07-09 11:16:56','2006-02-15 22:22:00'),(14999,560,1,6410,'4.99','2005-07-11 23:08:06','2006-02-15 22:22:00'),(15000,560,1,6945,'2.99','2005-07-26 23:35:29','2006-02-15 22:22:00'),(15001,560,2,7202,'4.99','2005-07-27 09:00:20','2006-02-15 22:22:00'),(15002,560,1,7891,'3.99','2005-07-28 10:43:56','2006-02-15 22:22:01'),(15003,560,1,8753,'2.99','2005-07-29 19:15:50','2006-02-15 22:22:01'),(15004,560,2,8861,'5.99','2005-07-29 23:47:29','2006-02-15 22:22:01'),(15005,560,2,8906,'4.99','2005-07-30 01:21:39','2006-02-15 22:22:01'),(15006,560,1,9265,'0.99','2005-07-30 14:55:25','2006-02-15 22:22:01'),(15007,560,2,9895,'5.99','2005-07-31 14:07:56','2006-02-15 22:22:01'),(15008,560,2,10480,'4.99','2005-08-01 10:13:41','2006-02-15 22:22:01'),(15009,560,1,10702,'4.99','2005-08-01 18:34:59','2006-02-15 22:22:01'),(15010,560,1,10733,'7.99','2005-08-01 19:28:01','2006-02-15 22:22:01'),(15011,560,1,11334,'7.99','2005-08-02 16:53:20','2006-02-15 22:22:01'),(15012,560,1,11788,'4.99','2005-08-17 10:59:18','2006-02-15 22:22:01'),(15013,560,2,14008,'5.99','2005-08-20 20:26:00','2006-02-15 22:22:01'),(15014,560,1,14341,'1.99','2005-08-21 08:38:24','2006-02-15 22:22:01'),(15015,560,2,14363,'4.99','2005-08-21 09:20:03','2006-02-15 22:22:01'),(15016,560,1,14436,'2.99','2005-08-21 11:48:27','2006-02-15 22:22:01'),(15017,560,2,14785,'2.99','2005-08-22 00:24:37','2006-02-15 22:22:02'),(15018,560,1,15352,'6.99','2005-08-22 21:16:54','2006-02-15 22:22:02'),(15019,560,2,12116,'5.98','2006-02-14 15:16:03','2006-02-15 22:22:02'),(15020,560,2,14425,'0.00','2006-02-14 15:16:03','2006-02-15 22:22:02'),(15021,561,1,902,'4.99','2005-05-30 09:53:36','2006-02-15 22:22:02'),(15022,561,2,971,'4.99','2005-05-30 20:10:52','2006-02-15 22:22:02'),(15023,561,2,1193,'2.99','2005-06-15 01:24:20','2006-02-15 22:22:02'),(15024,561,2,1505,'2.99','2005-06-15 22:12:50','2006-02-15 22:22:02'),(15025,561,2,1620,'4.99','2005-06-16 07:21:30','2006-02-15 22:22:02'),(15026,561,1,2119,'4.99','2005-06-17 20:34:42','2006-02-15 22:22:02'),(15027,561,1,2357,'5.99','2005-06-18 12:59:41','2006-02-15 22:22:02'),(15028,561,1,2548,'0.99','2005-06-19 02:45:35','2006-02-15 22:22:02'),(15029,561,1,2950,'4.99','2005-06-20 06:08:36','2006-02-15 22:22:02'),(15030,561,1,3160,'4.99','2005-06-20 21:20:51','2006-02-15 22:22:02'),(15031,561,1,3427,'0.99','2005-06-21 18:31:09','2006-02-15 22:22:03'),(15032,561,2,6361,'2.99','2005-07-11 21:09:14','2006-02-15 22:22:03'),(15033,561,1,6435,'0.99','2005-07-12 00:16:19','2006-02-15 22:22:03'),(15034,561,1,6621,'0.99','2005-07-12 08:57:30','2006-02-15 22:22:03'),(15035,561,1,6843,'4.99','2005-07-12 19:14:05','2006-02-15 22:22:03'),(15036,561,1,7698,'0.99','2005-07-28 03:44:14','2006-02-15 22:22:03'),(15037,561,1,8504,'10.99','2005-07-29 09:20:16','2006-02-15 22:22:03'),(15038,561,2,9839,'7.99','2005-07-31 12:21:16','2006-02-15 22:22:03'),(15039,561,2,10317,'2.99','2005-08-01 04:35:34','2006-02-15 22:22:03'),(15040,561,1,10907,'4.99','2005-08-02 01:51:48','2006-02-15 22:22:03'),(15041,561,1,11371,'2.99','2005-08-02 18:07:36','2006-02-15 22:22:03'),(15042,561,2,11402,'2.99','2005-08-02 19:07:21','2006-02-15 22:22:03'),(15043,561,2,12441,'2.99','2005-08-18 10:47:57','2006-02-15 22:22:03'),(15044,561,2,14139,'0.99','2005-08-21 02:04:33','2006-02-15 22:22:03'),(15045,561,1,15573,'0.99','2005-08-23 05:28:36','2006-02-15 22:22:03'),(15046,561,1,15946,'2.99','2005-08-23 18:54:07','2006-02-15 22:22:04'),(15047,561,1,14415,'0.99','2006-02-14 15:16:03','2006-02-15 22:22:04'),(15048,562,2,788,'2.99','2005-05-29 16:13:55','2006-02-15 22:22:04'),(15049,562,1,941,'2.99','2005-05-30 15:02:25','2006-02-15 22:22:04'),(15050,562,1,1139,'5.99','2005-05-31 19:34:52','2006-02-15 22:22:04'),(15051,562,1,1998,'3.99','2005-06-17 11:24:57','2006-02-15 22:22:04'),(15052,562,1,2705,'4.99','2005-06-19 13:54:30','2006-02-15 22:22:04'),(15053,562,1,2746,'3.99','2005-06-19 16:21:40','2006-02-15 22:22:04'),(15054,562,2,3242,'4.99','2005-06-21 02:56:24','2006-02-15 22:22:04'),(15055,562,2,4732,'5.99','2005-07-08 13:09:45','2006-02-15 22:22:04'),(15056,562,1,4802,'4.99','2005-07-08 16:55:17','2006-02-15 22:22:04'),(15057,562,2,5360,'0.99','2005-07-09 18:14:03','2006-02-15 22:22:04'),(15058,562,2,6065,'6.99','2005-07-11 04:25:51','2006-02-15 22:22:04'),(15059,562,1,6607,'8.99','2005-07-12 08:08:50','2006-02-15 22:22:04'),(15060,562,2,7166,'3.99','2005-07-27 07:36:56','2006-02-15 22:22:04'),(15061,562,1,7430,'2.99','2005-07-27 17:26:14','2006-02-15 22:22:05'),(15062,562,2,7560,'2.99','2005-07-27 22:20:17','2006-02-15 22:22:05'),(15063,562,2,8132,'0.99','2005-07-28 19:57:31','2006-02-15 22:22:05'),(15064,562,2,10868,'6.99','2005-08-02 00:25:15','2006-02-15 22:22:05'),(15065,562,2,12008,'4.99','2005-08-17 19:16:18','2006-02-15 22:22:05'),(15066,562,1,12248,'5.99','2005-08-18 03:53:18','2006-02-15 22:22:05'),(15067,562,2,13225,'2.99','2005-08-19 15:54:33','2006-02-15 22:22:05'),(15068,562,2,13347,'10.99','2005-08-19 20:28:48','2006-02-15 22:22:05'),(15069,562,2,13639,'0.99','2005-08-20 07:22:07','2006-02-15 22:22:05'),(15070,562,1,15212,'2.99','2005-08-22 16:44:26','2006-02-15 22:22:05'),(15071,562,2,15475,'2.99','2005-08-23 01:44:43','2006-02-15 22:22:05'),(15072,562,1,15900,'1.99','2005-08-23 17:16:30','2006-02-15 22:22:05'),(15073,563,1,758,'4.99','2005-05-29 10:31:56','2006-02-15 22:22:05'),(15074,563,2,773,'5.99','2005-05-29 13:18:05','2006-02-15 22:22:05'),(15075,563,2,1545,'4.99','2005-06-16 01:31:23','2006-02-15 22:22:06'),(15076,563,2,2573,'0.99','2005-06-19 04:23:18','2006-02-15 22:22:06'),(15077,563,1,4106,'1.99','2005-07-07 06:33:35','2006-02-15 22:22:06'),(15078,563,2,4436,'0.99','2005-07-07 22:52:04','2006-02-15 22:22:06'),(15079,563,1,4565,'3.99','2005-07-08 05:12:28','2006-02-15 22:22:06'),(15080,563,2,4629,'6.99','2005-07-08 08:31:26','2006-02-15 22:22:06'),(15081,563,2,4711,'2.99','2005-07-08 12:06:58','2006-02-15 22:22:06'),(15082,563,2,4776,'5.99','2005-07-08 15:44:20','2006-02-15 22:22:06'),(15083,563,2,4808,'3.99','2005-07-08 17:02:49','2006-02-15 22:22:06'),(15084,563,2,4825,'4.99','2005-07-08 17:43:01','2006-02-15 22:22:06'),(15085,563,1,4883,'0.99','2005-07-08 19:46:58','2006-02-15 22:22:06'),(15086,563,1,5406,'0.99','2005-07-09 20:13:23','2006-02-15 22:22:06'),(15087,563,2,6326,'2.99','2005-07-11 19:06:55','2006-02-15 22:22:06'),(15088,563,2,7612,'0.99','2005-07-28 00:11:55','2006-02-15 22:22:06'),(15089,563,1,8262,'1.99','2005-07-29 01:11:18','2006-02-15 22:22:06'),(15090,563,1,8610,'5.99','2005-07-29 13:25:02','2006-02-15 22:22:07'),(15091,563,2,8632,'6.99','2005-07-29 14:11:25','2006-02-15 22:22:07'),(15092,563,2,8812,'7.99','2005-07-29 21:47:40','2006-02-15 22:22:07'),(15093,563,2,11829,'0.99','2005-08-17 12:52:04','2006-02-15 22:22:07'),(15094,563,1,12039,'1.99','2005-08-17 20:29:08','2006-02-15 22:22:07'),(15095,563,1,12202,'1.99','2005-08-18 02:14:08','2006-02-15 22:22:07'),(15096,563,1,12832,'2.99','2005-08-19 01:41:44','2006-02-15 22:22:07'),(15097,563,2,13863,'9.99','2005-08-20 14:57:50','2006-02-15 22:22:07'),(15098,563,2,14592,'4.99','2005-08-21 17:30:17','2006-02-15 22:22:07'),(15099,563,2,15507,'0.99','2005-08-23 02:48:26','2006-02-15 22:22:07'),(15100,563,2,15638,'3.99','2005-08-23 07:54:54','2006-02-15 22:22:07'),(15101,563,1,15850,'4.99','2005-08-23 15:45:42','2006-02-15 22:22:07'),(15102,564,2,195,'5.99','2005-05-26 06:52:36','2006-02-15 22:22:07'),(15103,564,1,985,'2.99','2005-05-30 22:18:35','2006-02-15 22:22:07'),(15104,564,2,1705,'2.99','2005-06-16 13:59:42','2006-02-15 22:22:07'),(15105,564,1,4196,'2.99','2005-07-07 11:06:33','2006-02-15 22:22:08'),(15106,564,2,4385,'0.99','2005-07-07 20:48:38','2006-02-15 22:22:08'),(15107,564,1,6973,'2.99','2005-07-27 00:32:04','2006-02-15 22:22:08'),(15108,564,2,7470,'10.99','2005-07-27 19:01:03','2006-02-15 22:22:08'),(15109,564,2,8426,'4.99','2005-07-29 07:07:48','2006-02-15 22:22:08'),(15110,564,1,8874,'0.99','2005-07-30 00:14:45','2006-02-15 22:22:08'),(15111,564,2,9063,'3.99','2005-07-30 07:24:34','2006-02-15 22:22:08'),(15112,564,2,9929,'2.99','2005-07-31 15:17:24','2006-02-15 22:22:08'),(15113,564,1,10129,'6.99','2005-07-31 21:41:35','2006-02-15 22:22:08'),(15114,564,2,10352,'1.99','2005-08-01 05:44:36','2006-02-15 22:22:08'),(15115,564,2,10401,'4.99','2005-08-01 07:27:09','2006-02-15 22:22:08'),(15116,564,1,10528,'2.99','2005-08-01 11:56:22','2006-02-15 22:22:08'),(15117,564,2,11768,'2.99','2005-08-17 10:02:29','2006-02-15 22:22:08'),(15118,564,2,12197,'6.99','2005-08-18 02:08:58','2006-02-15 22:22:08'),(15119,564,2,12617,'2.99','2005-08-18 17:22:48','2006-02-15 22:22:09'),(15120,564,2,13324,'0.99','2005-08-19 19:51:00','2006-02-15 22:22:09'),(15121,564,2,13558,'0.99','2005-08-20 04:13:17','2006-02-15 22:22:09'),(15122,564,1,13701,'0.99','2005-08-20 09:27:05','2006-02-15 22:22:09'),(15123,564,2,14439,'5.99','2005-08-21 11:52:41','2006-02-15 22:22:09'),(15124,564,1,14593,'0.99','2005-08-21 17:33:18','2006-02-15 22:22:09'),(15125,564,2,15059,'8.99','2005-08-22 10:22:00','2006-02-15 22:22:09'),(15126,565,1,458,'6.99','2005-05-27 19:58:36','2006-02-15 22:22:09'),(15127,565,1,1004,'0.99','2005-05-31 00:48:36','2006-02-15 22:22:09'),(15128,565,2,1460,'4.99','2005-06-15 20:27:02','2006-02-15 22:22:09'),(15129,565,1,2321,'5.99','2005-06-18 09:42:42','2006-02-15 22:22:09'),(15130,565,1,3300,'5.99','2005-06-21 07:25:01','2006-02-15 22:22:09'),(15131,565,2,3470,'0.99','2005-07-05 22:49:24','2006-02-15 22:22:09'),(15132,565,1,3838,'2.99','2005-07-06 16:29:43','2006-02-15 22:22:09'),(15133,565,1,4413,'2.99','2005-07-07 22:00:04','2006-02-15 22:22:09'),(15134,565,2,5020,'0.99','2005-07-09 02:07:56','2006-02-15 22:22:10'),(15135,565,1,5124,'4.99','2005-07-09 07:25:19','2006-02-15 22:22:10'),(15136,565,1,6264,'2.99','2005-07-11 15:42:35','2006-02-15 22:22:10'),(15137,565,1,6627,'2.99','2005-07-12 09:16:46','2006-02-15 22:22:10'),(15138,565,1,6699,'0.99','2005-07-12 12:45:21','2006-02-15 22:22:10'),(15139,565,2,7242,'5.99','2005-07-27 10:25:51','2006-02-15 22:22:10'),(15140,565,1,9628,'2.99','2005-07-31 04:51:11','2006-02-15 22:22:10'),(15141,565,1,10025,'5.99','2005-07-31 18:29:09','2006-02-15 22:22:10'),(15142,565,2,10776,'10.99','2005-08-01 20:59:58','2006-02-15 22:22:10'),(15143,565,2,10913,'3.99','2005-08-02 02:04:03','2006-02-15 22:22:10'),(15144,565,2,11189,'6.99','2005-08-02 11:17:23','2006-02-15 22:22:10'),(15145,565,1,11399,'3.99','2005-08-02 18:56:28','2006-02-15 22:22:10'),(15146,565,2,11506,'4.99','2005-08-16 23:25:48','2006-02-15 22:22:10'),(15147,565,1,11588,'3.99','2005-08-17 02:26:23','2006-02-15 22:22:10'),(15148,565,1,11795,'2.99','2005-08-17 11:13:38','2006-02-15 22:22:10'),(15149,565,2,12743,'5.99','2005-08-18 22:22:31','2006-02-15 22:22:11'),(15150,565,2,13195,'4.99','2005-08-19 14:39:14','2006-02-15 22:22:11'),(15151,565,2,13217,'4.99','2005-08-19 15:38:39','2006-02-15 22:22:11'),(15152,565,1,13362,'0.99','2005-08-19 21:07:54','2006-02-15 22:22:11'),(15153,565,1,13925,'8.99','2005-08-20 17:05:34','2006-02-15 22:22:11'),(15154,565,1,15885,'2.99','2005-08-23 16:50:43','2006-02-15 22:22:11'),(15155,566,2,234,'5.99','2005-05-26 11:47:20','2006-02-15 22:22:11'),(15156,566,2,768,'4.99','2005-05-29 12:30:46','2006-02-15 22:22:11'),(15157,566,1,1635,'5.99','2005-06-16 08:26:56','2006-02-15 22:22:11'),(15158,566,2,1982,'4.99','2005-06-17 10:12:15','2006-02-15 22:22:11'),(15159,566,1,2367,'0.99','2005-06-18 14:00:31','2006-02-15 22:22:11'),(15160,566,1,3379,'4.99','2005-06-21 13:54:58','2006-02-15 22:22:11'),(15161,566,2,3663,'4.99','2005-07-06 08:15:47','2006-02-15 22:22:11'),(15162,566,1,3943,'0.99','2005-07-06 21:22:17','2006-02-15 22:22:11'),(15163,566,1,3998,'3.99','2005-07-06 23:49:20','2006-02-15 22:22:12'),(15164,566,1,5079,'9.99','2005-07-09 05:20:40','2006-02-15 22:22:12'),(15165,566,2,6365,'2.99','2005-07-11 21:17:40','2006-02-15 22:22:12'),(15166,566,1,7677,'2.99','2005-07-28 02:56:37','2006-02-15 22:22:12'),(15167,566,2,7941,'0.99','2005-07-28 12:47:20','2006-02-15 22:22:12'),(15168,566,2,8118,'2.99','2005-07-28 19:22:22','2006-02-15 22:22:12'),(15169,566,1,8157,'6.99','2005-07-28 21:06:45','2006-02-15 22:22:12'),(15170,566,1,8257,'2.99','2005-07-29 01:03:20','2006-02-15 22:22:12'),(15171,566,2,8305,'1.99','2005-07-29 03:08:47','2006-02-15 22:22:12'),(15172,566,2,8660,'6.99','2005-07-29 15:26:59','2006-02-15 22:22:12'),(15173,566,1,8710,'0.99','2005-07-29 17:26:03','2006-02-15 22:22:12'),(15174,566,1,8797,'4.99','2005-07-29 21:10:37','2006-02-15 22:22:12'),(15175,566,2,9101,'4.99','2005-07-30 08:47:13','2006-02-15 22:22:12'),(15176,566,2,9470,'4.99','2005-07-30 23:01:31','2006-02-15 22:22:12'),(15177,566,1,9688,'3.99','2005-07-31 06:56:08','2006-02-15 22:22:12'),(15178,566,2,9915,'2.99','2005-07-31 14:52:26','2006-02-15 22:22:13'),(15179,566,2,10259,'2.99','2005-08-01 02:52:05','2006-02-15 22:22:13'),(15180,566,2,10289,'6.99','2005-08-01 03:39:48','2006-02-15 22:22:13'),(15181,566,2,11129,'2.99','2005-08-02 09:08:44','2006-02-15 22:22:13'),(15182,566,1,11717,'0.99','2005-08-17 07:44:09','2006-02-15 22:22:13'),(15183,566,1,11941,'1.99','2005-08-17 16:56:57','2006-02-15 22:22:13'),(15184,566,2,12382,'8.99','2005-08-18 08:32:33','2006-02-15 22:22:13'),(15185,566,2,12995,'4.99','2005-08-19 07:26:30','2006-02-15 22:22:13'),(15186,566,2,13762,'4.99','2005-08-20 11:29:32','2006-02-15 22:22:13'),(15187,566,1,14277,'3.99','2005-08-21 06:34:41','2006-02-15 22:22:13'),(15188,566,1,14297,'2.99','2005-08-21 07:13:46','2006-02-15 22:22:13'),(15189,567,2,2689,'4.99','2005-06-19 12:58:53','2006-02-15 22:22:13'),(15190,567,1,3010,'2.99','2005-06-20 10:29:59','2006-02-15 22:22:13'),(15191,567,1,3769,'5.99','2005-07-06 13:11:33','2006-02-15 22:22:13'),(15192,567,2,4457,'0.99','2005-07-07 23:45:38','2006-02-15 22:22:14'),(15193,567,2,4576,'0.99','2005-07-08 05:51:19','2006-02-15 22:22:14'),(15194,567,1,4949,'4.99','2005-07-08 22:57:10','2006-02-15 22:22:14'),(15195,567,2,6358,'2.99','2005-07-11 21:03:12','2006-02-15 22:22:14'),(15196,567,2,6551,'0.99','2005-07-12 05:03:43','2006-02-15 22:22:14'),(15197,567,2,7340,'2.99','2005-07-27 14:18:10','2006-02-15 22:22:14'),(15198,567,1,8201,'2.99','2005-07-28 23:10:48','2006-02-15 22:22:14'),(15199,567,1,8629,'2.99','2005-07-29 14:06:35','2006-02-15 22:22:14'),(15200,567,1,9279,'7.99','2005-07-30 15:15:21','2006-02-15 22:22:14'),(15201,567,1,9475,'6.99','2005-07-30 23:06:33','2006-02-15 22:22:14'),(15202,567,2,10708,'7.99','2005-08-01 18:43:28','2006-02-15 22:22:14'),(15203,567,2,11749,'2.99','2005-08-17 09:04:03','2006-02-15 22:22:14'),(15204,567,1,12119,'2.99','2005-08-17 23:16:44','2006-02-15 22:22:14'),(15205,567,2,13031,'2.99','2005-08-19 08:30:04','2006-02-15 22:22:14'),(15206,567,2,14839,'2.99','2005-08-22 01:58:15','2006-02-15 22:22:14'),(15207,567,2,15074,'5.99','2005-08-22 11:02:52','2006-02-15 22:22:15'),(15208,567,2,15594,'10.99','2005-08-23 06:18:43','2006-02-15 22:22:15'),(15209,568,2,1658,'4.99','2005-06-16 10:07:10','2006-02-15 22:22:15'),(15210,568,2,2382,'4.99','2005-06-18 15:03:52','2006-02-15 22:22:15'),(15211,568,2,2668,'0.99','2005-06-19 11:28:47','2006-02-15 22:22:15'),(15212,568,1,3227,'4.99','2005-06-21 02:18:25','2006-02-15 22:22:15'),(15213,568,2,3462,'1.99','2005-06-21 21:52:52','2006-02-15 22:22:15'),(15214,568,1,4322,'2.99','2005-07-07 17:54:37','2006-02-15 22:22:15'),(15215,568,2,5332,'2.99','2005-07-09 16:59:23','2006-02-15 22:22:15'),(15216,568,1,5622,'0.99','2005-07-10 05:39:37','2006-02-15 22:22:15'),(15217,568,1,5776,'4.99','2005-07-10 13:35:22','2006-02-15 22:22:15'),(15218,568,2,7068,'2.99','2005-07-27 03:57:50','2006-02-15 22:22:15'),(15219,568,2,8185,'0.99','2005-07-28 22:23:49','2006-02-15 22:22:15'),(15220,568,2,9583,'6.99','2005-07-31 03:05:21','2006-02-15 22:22:15'),(15221,568,1,9738,'0.99','2005-07-31 09:04:14','2006-02-15 22:22:16'),(15222,568,1,10340,'2.99','2005-08-01 05:07:03','2006-02-15 22:22:16'),(15223,568,2,10689,'0.99','2005-08-01 18:04:18','2006-02-15 22:22:16'),(15224,568,2,10869,'0.99','2005-08-02 00:26:54','2006-02-15 22:22:16'),(15225,568,1,11331,'2.99','2005-08-02 16:49:01','2006-02-15 22:22:16'),(15226,568,1,13883,'4.99','2005-08-20 15:28:53','2006-02-15 22:22:16'),(15227,568,2,15069,'5.99','2005-08-22 10:55:42','2006-02-15 22:22:16'),(15228,568,1,15203,'2.99','2005-08-22 16:28:00','2006-02-15 22:22:16'),(15229,568,2,14531,'2.99','2006-02-14 15:16:03','2006-02-15 22:22:16'),(15230,569,2,53,'4.99','2005-05-25 07:19:16','2006-02-15 22:22:16'),(15231,569,1,487,'4.99','2005-05-28 00:00:30','2006-02-15 22:22:16'),(15232,569,1,624,'4.99','2005-05-28 16:13:22','2006-02-15 22:22:16'),(15233,569,1,647,'1.99','2005-05-28 19:22:52','2006-02-15 22:22:16'),(15234,569,2,1037,'3.99','2005-05-31 05:22:25','2006-02-15 22:22:16'),(15235,569,1,1463,'6.99','2005-06-15 20:37:51','2006-02-15 22:22:16'),(15236,569,2,1668,'5.99','2005-06-16 10:19:52','2006-02-15 22:22:17'),(15237,569,1,4204,'5.99','2005-07-07 11:24:18','2006-02-15 22:22:17'),(15238,569,2,5003,'0.99','2005-07-09 01:19:03','2006-02-15 22:22:17'),(15239,569,2,6046,'5.99','2005-07-11 03:21:49','2006-02-15 22:22:17'),(15240,569,1,8910,'2.99','2005-07-30 01:29:48','2006-02-15 22:22:17'),(15241,569,2,9220,'1.99','2005-07-30 13:17:27','2006-02-15 22:22:17'),(15242,569,1,9399,'4.99','2005-07-30 20:14:50','2006-02-15 22:22:17'),(15243,569,2,9960,'1.99','2005-07-31 16:05:52','2006-02-15 22:22:17'),(15244,569,2,10192,'2.99','2005-08-01 00:33:00','2006-02-15 22:22:17'),(15245,569,2,10884,'0.99','2005-08-02 00:47:33','2006-02-15 22:22:17'),(15246,569,1,11030,'1.99','2005-08-02 05:51:20','2006-02-15 22:22:17'),(15247,569,2,11255,'4.99','2005-08-02 13:44:30','2006-02-15 22:22:17'),(15248,569,1,11354,'6.99','2005-08-02 17:35:10','2006-02-15 22:22:17'),(15249,569,1,11946,'4.99','2005-08-17 17:05:53','2006-02-15 22:22:17'),(15250,569,1,12157,'2.99','2005-08-18 00:33:45','2006-02-15 22:22:18'),(15251,569,2,12308,'0.99','2005-08-18 05:48:53','2006-02-15 22:22:18'),(15252,569,1,12568,'3.99','2005-08-18 15:15:44','2006-02-15 22:22:18'),(15253,569,2,12958,'2.99','2005-08-19 06:19:21','2006-02-15 22:22:18'),(15254,569,1,13287,'7.99','2005-08-19 18:28:24','2006-02-15 22:22:18'),(15255,569,2,13554,'9.99','2005-08-20 04:08:39','2006-02-15 22:22:18'),(15256,569,2,14207,'4.99','2005-08-21 04:08:19','2006-02-15 22:22:18'),(15257,569,2,14400,'0.99','2005-08-21 10:33:45','2006-02-15 22:22:18'),(15258,569,1,14896,'8.99','2005-08-22 04:20:55','2006-02-15 22:22:18'),(15259,569,1,14959,'2.99','2005-08-22 06:30:28','2006-02-15 22:22:18'),(15260,569,2,15617,'0.99','2005-08-23 07:07:22','2006-02-15 22:22:18'),(15261,569,2,16025,'4.99','2005-08-23 21:48:54','2006-02-15 22:22:18'),(15262,570,2,1060,'7.99','2005-05-31 08:21:43','2006-02-15 22:22:18'),(15263,570,1,1259,'4.99','2005-06-15 06:37:55','2006-02-15 22:22:18'),(15264,570,2,1417,'4.99','2005-06-15 17:45:51','2006-02-15 22:22:18'),(15265,570,2,1804,'2.99','2005-06-16 20:33:15','2006-02-15 22:22:19'),(15266,570,2,2008,'5.99','2005-06-17 11:48:05','2006-02-15 22:22:19'),(15267,570,2,2031,'6.99','2005-06-17 13:14:03','2006-02-15 22:22:19'),(15268,570,2,2261,'3.99','2005-06-18 05:46:15','2006-02-15 22:22:19'),(15269,570,2,3138,'2.99','2005-06-20 19:43:45','2006-02-15 22:22:19'),(15270,570,2,3984,'0.99','2005-07-06 23:22:36','2006-02-15 22:22:19'),(15271,570,1,4069,'0.99','2005-07-07 04:35:06','2006-02-15 22:22:19'),(15272,570,1,4698,'0.99','2005-07-08 11:19:31','2006-02-15 22:22:19'),(15273,570,2,5638,'4.99','2005-07-10 06:32:49','2006-02-15 22:22:19'),(15274,570,1,6253,'4.99','2005-07-11 15:07:19','2006-02-15 22:22:19'),(15275,570,1,6556,'0.99','2005-07-12 05:10:16','2006-02-15 22:22:19'),(15276,570,2,7174,'4.99','2005-07-27 08:00:36','2006-02-15 22:22:19'),(15277,570,2,8735,'4.99','2005-07-29 18:28:54','2006-02-15 22:22:19'),(15278,570,1,9385,'7.99','2005-07-30 19:25:49','2006-02-15 22:22:19'),(15279,570,1,9398,'0.99','2005-07-30 20:09:00','2006-02-15 22:22:20'),(15280,570,2,9432,'2.99','2005-07-30 21:26:18','2006-02-15 22:22:20'),(15281,570,1,9766,'4.99','2005-07-31 09:46:29','2006-02-15 22:22:20'),(15282,570,1,10004,'0.99','2005-07-31 17:51:23','2006-02-15 22:22:20'),(15283,570,2,10168,'2.99','2005-07-31 23:25:24','2006-02-15 22:22:20'),(15284,570,1,11098,'3.99','2005-08-02 08:06:18','2006-02-15 22:22:20'),(15285,570,2,12042,'4.99','2005-08-17 20:36:37','2006-02-15 22:22:20'),(15286,570,2,14768,'3.99','2005-08-21 23:44:53','2006-02-15 22:22:20'),(15287,570,1,12716,'0.99','2006-02-14 15:16:03','2006-02-15 22:22:20'),(15288,571,1,228,'9.99','2005-05-26 10:54:28','2006-02-15 22:22:20'),(15289,571,2,689,'3.99','2005-05-29 00:46:53','2006-02-15 22:22:20'),(15290,571,1,1254,'4.99','2005-06-15 06:11:16','2006-02-15 22:22:20'),(15291,571,2,1400,'3.99','2005-06-15 16:29:56','2006-02-15 22:22:20'),(15292,571,1,1756,'4.99','2005-06-16 17:22:33','2006-02-15 22:22:20'),(15293,571,2,1990,'4.99','2005-06-17 10:48:44','2006-02-15 22:22:20'),(15294,571,1,2327,'2.99','2005-06-18 10:16:40','2006-02-15 22:22:21'),(15295,571,1,2977,'10.99','2005-06-20 08:15:27','2006-02-15 22:22:21'),(15296,571,2,3616,'2.99','2005-07-06 05:52:13','2006-02-15 22:22:21'),(15297,571,1,4162,'4.99','2005-07-07 09:17:26','2006-02-15 22:22:21'),(15298,571,2,5789,'4.99','2005-07-10 14:11:26','2006-02-15 22:22:21'),(15299,571,2,6676,'8.99','2005-07-12 11:53:40','2006-02-15 22:22:21'),(15300,571,1,6792,'8.99','2005-07-12 16:37:28','2006-02-15 22:22:21'),(15301,571,1,8084,'5.99','2005-07-28 18:11:58','2006-02-15 22:22:21'),(15302,571,1,8638,'4.99','2005-07-29 14:30:23','2006-02-15 22:22:21'),(15303,571,2,9300,'1.99','2005-07-30 16:33:12','2006-02-15 22:22:21'),(15304,571,1,9408,'4.99','2005-07-30 20:32:09','2006-02-15 22:22:21'),(15305,571,1,10227,'2.99','2005-08-01 01:42:22','2006-02-15 22:22:21'),(15306,571,2,11080,'2.99','2005-08-02 07:29:56','2006-02-15 22:22:21'),(15307,571,2,11191,'7.99','2005-08-02 11:24:07','2006-02-15 22:22:21'),(15308,571,1,13228,'2.99','2005-08-19 16:08:16','2006-02-15 22:22:22'),(15309,571,2,13266,'2.99','2005-08-19 17:31:20','2006-02-15 22:22:22'),(15310,571,1,14956,'0.99','2005-08-22 06:26:16','2006-02-15 22:22:22'),(15311,571,1,15841,'4.99','2005-08-23 15:35:59','2006-02-15 22:22:22'),(15312,572,2,559,'7.99','2005-05-28 08:39:02','2006-02-15 22:22:22'),(15313,572,2,1889,'10.99','2005-06-17 04:05:12','2006-02-15 22:22:22'),(15314,572,1,2007,'0.99','2005-06-17 11:47:17','2006-02-15 22:22:22'),(15315,572,1,2458,'0.99','2005-06-18 19:39:05','2006-02-15 22:22:22'),(15316,572,1,4601,'2.99','2005-07-08 06:49:10','2006-02-15 22:22:22'),(15317,572,1,5595,'4.99','2005-07-10 04:33:45','2006-02-15 22:22:22'),(15318,572,1,5713,'6.99','2005-07-10 10:46:15','2006-02-15 22:22:22'),(15319,572,2,6108,'2.99','2005-07-11 07:19:24','2006-02-15 22:22:22'),(15320,572,1,7161,'4.99','2005-07-27 07:26:32','2006-02-15 22:22:22'),(15321,572,1,7345,'4.99','2005-07-27 14:29:53','2006-02-15 22:22:22'),(15322,572,2,7713,'6.99','2005-07-28 04:32:14','2006-02-15 22:22:23'),(15323,572,2,8342,'0.99','2005-07-29 04:45:05','2006-02-15 22:22:23'),(15324,572,1,8432,'0.99','2005-07-29 07:13:33','2006-02-15 22:22:23'),(15325,572,1,9081,'3.99','2005-07-30 08:09:58','2006-02-15 22:22:23'),(15326,572,2,9950,'5.99','2005-07-31 15:50:22','2006-02-15 22:22:23'),(15327,572,2,10204,'4.99','2005-08-01 00:47:39','2006-02-15 22:22:23'),(15328,572,1,11114,'0.99','2005-08-02 08:26:45','2006-02-15 22:22:23'),(15329,572,1,11121,'4.99','2005-08-02 08:48:31','2006-02-15 22:22:23'),(15330,572,2,11415,'2.99','2005-08-02 19:43:38','2006-02-15 22:22:23'),(15331,572,1,11426,'4.99','2005-08-02 20:00:09','2006-02-15 22:22:23'),(15332,572,1,11526,'4.99','2005-08-17 00:17:38','2006-02-15 22:22:23'),(15333,572,1,12256,'1.99','2005-08-18 04:09:39','2006-02-15 22:22:23'),(15334,572,2,13377,'1.99','2005-08-19 21:32:23','2006-02-15 22:22:23'),(15335,572,2,13523,'6.99','2005-08-20 02:47:03','2006-02-15 22:22:23'),(15336,572,1,13688,'5.99','2005-08-20 08:59:38','2006-02-15 22:22:23'),(15337,573,2,827,'2.99','2005-05-29 21:58:43','2006-02-15 22:22:24'),(15338,573,1,1613,'4.99','2005-06-16 06:55:10','2006-02-15 22:22:24'),(15339,573,2,2622,'5.99','2005-06-19 08:10:41','2006-02-15 22:22:24'),(15340,573,1,2995,'1.99','2005-06-20 09:18:22','2006-02-15 22:22:24'),(15341,573,1,3295,'7.99','2005-06-21 07:04:17','2006-02-15 22:22:24'),(15342,573,2,3768,'0.99','2005-07-06 13:07:30','2006-02-15 22:22:24'),(15343,573,1,3930,'2.99','2005-07-06 20:54:07','2006-02-15 22:22:24'),(15344,573,2,4023,'4.99','2005-07-07 01:55:25','2006-02-15 22:22:24'),(15345,573,1,4085,'0.99','2005-07-07 05:25:39','2006-02-15 22:22:24'),(15346,573,1,4609,'0.99','2005-07-08 07:22:29','2006-02-15 22:22:24'),(15347,573,1,4770,'2.99','2005-07-08 15:29:46','2006-02-15 22:22:24'),(15348,573,1,5036,'5.99','2005-07-09 02:58:41','2006-02-15 22:22:24'),(15349,573,2,5522,'9.99','2005-07-10 01:46:29','2006-02-15 22:22:24'),(15350,573,2,5903,'2.99','2005-07-10 20:39:04','2006-02-15 22:22:24'),(15351,573,1,6693,'7.99','2005-07-12 12:37:00','2006-02-15 22:22:25'),(15352,573,1,8400,'4.99','2005-07-29 06:23:56','2006-02-15 22:22:25'),(15353,573,2,9837,'10.99','2005-07-31 12:14:19','2006-02-15 22:22:25'),(15354,573,2,9846,'4.99','2005-07-31 12:30:12','2006-02-15 22:22:25'),(15355,573,2,9963,'2.99','2005-07-31 16:16:46','2006-02-15 22:22:25'),(15356,573,2,9971,'5.99','2005-07-31 16:42:16','2006-02-15 22:22:25'),(15357,573,1,10296,'0.99','2005-08-01 04:04:37','2006-02-15 22:22:25'),(15358,573,1,10887,'2.99','2005-08-02 00:52:35','2006-02-15 22:22:25'),(15359,573,1,11043,'0.99','2005-08-02 06:04:44','2006-02-15 22:22:25'),(15360,573,2,11912,'5.99','2005-08-17 15:51:49','2006-02-15 22:22:25'),(15361,573,1,12017,'1.99','2005-08-17 19:33:49','2006-02-15 22:22:25'),(15362,573,1,12125,'1.99','2005-08-17 23:24:25','2006-02-15 22:22:25'),(15363,573,1,12269,'6.99','2005-08-18 04:27:54','2006-02-15 22:22:25'),(15364,573,1,12791,'0.99','2005-08-19 00:17:09','2006-02-15 22:22:25'),(15365,573,2,13113,'2.99','2005-08-19 11:27:20','2006-02-15 22:22:25'),(15366,574,2,433,'0.99','2005-05-27 16:40:40','2006-02-15 22:22:26'),(15367,574,1,1559,'0.99','2005-06-16 02:35:03','2006-02-15 22:22:26'),(15368,574,2,1636,'5.99','2005-06-16 08:28:54','2006-02-15 22:22:26'),(15369,574,1,1817,'0.99','2005-06-16 21:20:52','2006-02-15 22:22:26'),(15370,574,1,2632,'0.99','2005-06-19 08:51:47','2006-02-15 22:22:26'),(15371,574,1,3220,'6.99','2005-06-21 01:46:25','2006-02-15 22:22:26'),(15372,574,1,3583,'7.99','2005-07-06 04:10:43','2006-02-15 22:22:26'),(15373,574,1,4004,'4.99','2005-07-07 00:20:51','2006-02-15 22:22:26'),(15374,574,1,4212,'4.99','2005-07-07 11:53:14','2006-02-15 22:22:26'),(15375,574,2,4890,'2.99','2005-07-08 20:05:38','2006-02-15 22:22:26'),(15376,574,2,5010,'4.99','2005-07-09 01:33:23','2006-02-15 22:22:26'),(15377,574,1,5076,'3.99','2005-07-09 05:13:22','2006-02-15 22:22:26'),(15378,574,1,5077,'3.99','2005-07-09 05:18:01','2006-02-15 22:22:26'),(15379,574,1,5640,'2.99','2005-07-10 06:38:00','2006-02-15 22:22:26'),(15380,574,1,6523,'2.99','2005-07-12 04:14:19','2006-02-15 22:22:27'),(15381,574,1,7093,'1.99','2005-07-27 04:47:00','2006-02-15 22:22:27'),(15382,574,1,7134,'2.99','2005-07-27 06:33:06','2006-02-15 22:22:27'),(15383,574,1,7964,'2.99','2005-07-28 13:49:58','2006-02-15 22:22:27'),(15384,574,1,8303,'4.99','2005-07-29 03:05:56','2006-02-15 22:22:27'),(15385,574,1,9589,'7.99','2005-07-31 03:13:29','2006-02-15 22:22:27'),(15386,574,1,9759,'3.99','2005-07-31 09:25:57','2006-02-15 22:22:27'),(15387,574,1,10347,'4.99','2005-08-01 05:20:03','2006-02-15 22:22:27'),(15388,574,2,11775,'3.99','2005-08-17 10:25:53','2006-02-15 22:22:27'),(15389,574,1,12462,'2.99','2005-08-18 11:28:55','2006-02-15 22:22:27'),(15390,574,1,13589,'4.99','2005-08-20 05:47:25','2006-02-15 22:22:27'),(15391,574,1,14076,'4.99','2005-08-20 23:20:10','2006-02-15 22:22:27'),(15392,574,2,14941,'2.99','2005-08-22 05:58:23','2006-02-15 22:22:27'),(15393,574,2,15214,'2.99','2005-08-22 16:53:29','2006-02-15 22:22:27'),(15394,575,1,17,'2.99','2005-05-25 01:06:36','2006-02-15 22:22:27'),(15395,575,1,395,'0.99','2005-05-27 11:45:49','2006-02-15 22:22:28'),(15396,575,2,454,'4.99','2005-05-27 19:31:36','2006-02-15 22:22:28'),(15397,575,2,769,'2.99','2005-05-29 12:51:44','2006-02-15 22:22:28'),(15398,575,1,774,'4.99','2005-05-29 13:19:43','2006-02-15 22:22:28'),(15399,575,2,1494,'2.99','2005-06-15 21:54:20','2006-02-15 22:22:28'),(15400,575,1,1824,'2.99','2005-06-16 21:51:04','2006-02-15 22:22:28'),(15401,575,2,1866,'4.99','2005-06-17 01:53:19','2006-02-15 22:22:28'),(15402,575,1,3558,'6.99','2005-07-06 02:49:06','2006-02-15 22:22:28'),(15403,575,2,5875,'8.99','2005-07-10 19:06:47','2006-02-15 22:22:28'),(15404,575,2,6907,'2.99','2005-07-12 22:03:49','2006-02-15 22:22:28'),(15405,575,1,7083,'0.99','2005-07-27 04:28:39','2006-02-15 22:22:28'),(15406,575,1,7139,'2.99','2005-07-27 06:52:21','2006-02-15 22:22:28'),(15407,575,2,8711,'2.99','2005-07-29 17:27:15','2006-02-15 22:22:28'),(15408,575,2,8904,'0.99','2005-07-30 01:08:33','2006-02-15 22:22:28'),(15409,575,2,8989,'4.99','2005-07-30 04:39:19','2006-02-15 22:22:29'),(15410,575,1,9733,'4.99','2005-07-31 08:57:35','2006-02-15 22:22:29'),(15411,575,1,10331,'4.99','2005-08-01 04:57:14','2006-02-15 22:22:29'),(15412,575,2,10629,'7.99','2005-08-01 15:33:32','2006-02-15 22:22:29'),(15413,575,1,11097,'3.99','2005-08-02 08:05:46','2006-02-15 22:22:29'),(15414,575,1,11458,'4.99','2005-08-02 21:24:02','2006-02-15 22:22:29'),(15415,575,1,12204,'7.99','2005-08-18 02:20:35','2006-02-15 22:22:29'),(15416,575,2,12289,'8.99','2005-08-18 05:05:28','2006-02-15 22:22:29'),(15417,575,2,12770,'5.99','2005-08-18 23:29:00','2006-02-15 22:22:29'),(15418,575,2,13408,'4.99','2005-08-19 22:34:51','2006-02-15 22:22:29'),(15419,575,2,13465,'2.99','2005-08-20 00:54:14','2006-02-15 22:22:29'),(15420,575,2,14952,'2.99','2005-08-22 06:20:07','2006-02-15 22:22:29'),(15421,575,2,15749,'4.99','2005-08-23 12:33:41','2006-02-15 22:22:29'),(15422,575,2,15857,'0.99','2005-08-23 15:59:51','2006-02-15 22:22:29'),(15423,576,2,755,'2.99','2005-05-29 10:26:29','2006-02-15 22:22:30'),(15424,576,1,968,'0.99','2005-05-30 19:20:03','2006-02-15 22:22:30'),(15425,576,1,1366,'4.99','2005-06-15 14:21:00','2006-02-15 22:22:30'),(15426,576,2,1742,'2.99','2005-06-16 16:37:48','2006-02-15 22:22:30'),(15427,576,1,2309,'0.99','2005-06-18 08:43:24','2006-02-15 22:22:30'),(15428,576,2,2444,'8.99','2005-06-18 18:58:12','2006-02-15 22:22:30'),(15429,576,1,2651,'3.99','2005-06-19 10:22:56','2006-02-15 22:22:30'),(15430,576,2,2799,'4.99','2005-06-19 19:15:21','2006-02-15 22:22:30'),(15431,576,2,3226,'6.99','2005-06-21 02:18:14','2006-02-15 22:22:30'),(15432,576,1,3877,'4.99','2005-07-06 18:22:10','2006-02-15 22:22:30'),(15433,576,2,3889,'0.99','2005-07-06 18:56:25','2006-02-15 22:22:30'),(15434,576,2,3934,'4.99','2005-07-06 21:07:23','2006-02-15 22:22:30'),(15435,576,1,4514,'4.99','2005-07-08 02:41:25','2006-02-15 22:22:30'),(15436,576,2,5597,'3.99','2005-07-10 04:47:57','2006-02-15 22:22:30'),(15437,576,1,5934,'4.99','2005-07-10 22:07:59','2006-02-15 22:22:30'),(15438,576,2,7319,'1.99','2005-07-27 13:31:25','2006-02-15 22:22:31'),(15439,576,1,7605,'3.99','2005-07-27 23:57:01','2006-02-15 22:22:31'),(15440,576,1,8907,'4.99','2005-07-30 01:25:03','2006-02-15 22:22:31'),(15441,576,1,9133,'5.99','2005-07-30 09:59:00','2006-02-15 22:22:31'),(15442,576,2,9548,'5.99','2005-07-31 01:54:19','2006-02-15 22:22:31'),(15443,576,2,9620,'8.99','2005-07-31 04:19:18','2006-02-15 22:22:31'),(15444,576,2,9962,'0.99','2005-07-31 16:10:36','2006-02-15 22:22:31'),(15445,576,1,9979,'2.99','2005-07-31 17:00:07','2006-02-15 22:22:31'),(15446,576,1,10000,'2.99','2005-07-31 17:41:05','2006-02-15 22:22:31'),(15447,576,2,10724,'3.99','2005-08-01 19:10:59','2006-02-15 22:22:31'),(15448,576,2,12112,'5.99','2005-08-17 23:00:31','2006-02-15 22:22:31'),(15449,576,1,12245,'4.99','2005-08-18 03:46:40','2006-02-15 22:22:31'),(15450,576,1,13061,'4.99','2005-08-19 09:43:39','2006-02-15 22:22:31'),(15451,576,1,13326,'4.99','2005-08-19 19:52:52','2006-02-15 22:22:31'),(15452,576,1,14501,'4.99','2005-08-21 14:14:38','2006-02-15 22:22:32'),(15453,576,1,14541,'0.99','2005-08-21 15:34:32','2006-02-15 22:22:32'),(15454,576,1,15634,'0.99','2005-08-23 07:34:18','2006-02-15 22:22:32'),(15455,576,2,11942,'5.98','2006-02-14 15:16:03','2006-02-15 22:22:32'),(15456,576,1,13464,'0.00','2006-02-14 15:16:03','2006-02-15 22:22:32'),(15457,577,2,291,'5.99','2005-05-26 20:20:47','2006-02-15 22:22:32'),(15458,577,2,NULL,'0.99','2005-05-27 00:46:39','2006-02-15 22:22:32'),(15459,577,2,2399,'3.99','2005-06-18 16:06:14','2006-02-15 22:22:32'),(15460,577,2,3286,'2.99','2005-06-21 06:31:29','2006-02-15 22:22:32'),(15461,577,2,3401,'6.99','2005-06-21 15:52:43','2006-02-15 22:22:32'),(15462,577,2,3599,'0.99','2005-07-06 05:16:36','2006-02-15 22:22:32'),(15463,577,1,3785,'7.99','2005-07-06 14:00:13','2006-02-15 22:22:32'),(15464,577,1,4922,'2.99','2005-07-08 21:44:00','2006-02-15 22:22:32'),(15465,577,1,6500,'2.99','2005-07-12 03:11:23','2006-02-15 22:22:32'),(15466,577,2,6534,'2.99','2005-07-12 04:39:43','2006-02-15 22:22:33'),(15467,577,2,7197,'0.99','2005-07-27 08:49:32','2006-02-15 22:22:33'),(15468,577,1,7371,'4.99','2005-07-27 15:18:42','2006-02-15 22:22:33'),(15469,577,2,7876,'8.99','2005-07-28 10:24:22','2006-02-15 22:22:33'),(15470,577,1,8043,'5.99','2005-07-28 16:45:44','2006-02-15 22:22:33'),(15471,577,1,8060,'6.99','2005-07-28 17:10:02','2006-02-15 22:22:33'),(15472,577,2,8671,'6.99','2005-07-29 15:49:37','2006-02-15 22:22:33'),(15473,577,2,10323,'4.99','2005-08-01 04:44:58','2006-02-15 22:22:33'),(15474,577,1,10487,'0.99','2005-08-01 10:26:34','2006-02-15 22:22:33'),(15475,577,1,10782,'4.99','2005-08-01 21:23:25','2006-02-15 22:22:33'),(15476,577,1,11054,'7.99','2005-08-02 06:33:07','2006-02-15 22:22:33'),(15477,577,2,11464,'0.99','2005-08-02 21:42:07','2006-02-15 22:22:33'),(15478,577,1,12664,'4.99','2005-08-18 19:10:54','2006-02-15 22:22:33'),(15479,577,2,12671,'0.99','2005-08-18 19:19:59','2006-02-15 22:22:33'),(15480,577,2,13200,'3.99','2005-08-19 14:55:58','2006-02-15 22:22:33'),(15481,577,2,13500,'3.99','2005-08-20 01:54:39','2006-02-15 22:22:34'),(15482,577,2,15480,'2.99','2005-08-23 01:57:20','2006-02-15 22:22:34'),(15483,577,2,15873,'2.99','2005-08-23 16:27:59','2006-02-15 22:22:34'),(15484,577,2,16003,'4.99','2005-08-23 20:47:28','2006-02-15 22:22:34'),(15485,578,2,660,'0.99','2005-05-28 20:53:31','2006-02-15 22:22:34'),(15486,578,2,1826,'6.99','2005-06-16 21:53:52','2006-02-15 22:22:34'),(15487,578,2,2615,'4.99','2005-06-19 07:29:13','2006-02-15 22:22:34'),(15488,578,1,3305,'2.99','2005-06-21 07:46:57','2006-02-15 22:22:34'),(15489,578,2,4496,'4.99','2005-07-08 01:44:19','2006-02-15 22:22:34'),(15490,578,1,5377,'4.99','2005-07-09 19:04:30','2006-02-15 22:22:34'),(15491,578,1,5445,'0.99','2005-07-09 21:59:41','2006-02-15 22:22:34'),(15492,578,2,5876,'4.99','2005-07-10 19:07:15','2006-02-15 22:22:34'),(15493,578,1,6784,'4.99','2005-07-12 16:28:49','2006-02-15 22:22:34'),(15494,578,1,6830,'0.99','2005-07-12 18:42:55','2006-02-15 22:22:34'),(15495,578,2,7059,'5.99','2005-07-27 03:51:02','2006-02-15 22:22:35'),(15496,578,1,8179,'2.99','2005-07-28 22:05:13','2006-02-15 22:22:35'),(15497,578,1,8218,'2.99','2005-07-28 23:45:41','2006-02-15 22:22:35'),(15498,578,2,9970,'4.99','2005-07-31 16:38:24','2006-02-15 22:22:35'),(15499,578,1,10029,'6.99','2005-07-31 18:37:47','2006-02-15 22:22:35'),(15500,578,2,10182,'2.99','2005-08-01 00:08:01','2006-02-15 22:22:35'),(15501,578,1,10779,'7.99','2005-08-01 21:11:54','2006-02-15 22:22:35'),(15502,578,1,11199,'7.99','2005-08-02 11:47:40','2006-02-15 22:22:35'),(15503,578,2,13071,'5.99','2005-08-19 10:01:07','2006-02-15 22:22:35'),(15504,578,2,13498,'5.99','2005-08-20 01:51:23','2006-02-15 22:22:35'),(15505,578,2,13552,'2.99','2005-08-20 04:03:51','2006-02-15 22:22:35'),(15506,578,1,15652,'0.99','2005-08-23 08:34:10','2006-02-15 22:22:35'),(15507,579,2,2425,'5.99','2005-06-18 17:37:45','2006-02-15 22:22:35'),(15508,579,1,2522,'3.99','2005-06-19 00:43:42','2006-02-15 22:22:35'),(15509,579,1,3111,'2.99','2005-06-20 17:46:47','2006-02-15 22:22:36'),(15510,579,1,4619,'9.99','2005-07-08 08:01:09','2006-02-15 22:22:36'),(15511,579,1,4933,'2.99','2005-07-08 22:18:29','2006-02-15 22:22:36'),(15512,579,1,6304,'4.99','2005-07-11 18:02:16','2006-02-15 22:22:36'),(15513,579,2,6814,'1.99','2005-07-12 18:11:58','2006-02-15 22:22:36'),(15514,579,2,6824,'6.99','2005-07-12 18:26:46','2006-02-15 22:22:36'),(15515,579,2,6969,'8.99','2005-07-27 00:23:54','2006-02-15 22:22:36'),(15516,579,2,7221,'2.99','2005-07-27 09:37:35','2006-02-15 22:22:36'),(15517,579,1,8354,'0.99','2005-07-29 04:56:26','2006-02-15 22:22:36'),(15518,579,1,8876,'0.99','2005-07-30 00:15:09','2006-02-15 22:22:36'),(15519,579,1,8996,'0.99','2005-07-30 04:53:23','2006-02-15 22:22:36'),(15520,579,2,9349,'9.99','2005-07-30 18:20:08','2006-02-15 22:22:36'),(15521,579,2,9553,'5.99','2005-07-31 02:06:34','2006-02-15 22:22:36'),(15522,579,2,9976,'2.99','2005-07-31 16:57:49','2006-02-15 22:22:36'),(15523,579,2,9997,'4.99','2005-07-31 17:37:30','2006-02-15 22:22:37'),(15524,579,1,11494,'3.99','2005-08-02 22:51:23','2006-02-15 22:22:37'),(15525,579,2,12051,'6.99','2005-08-17 20:56:15','2006-02-15 22:22:37'),(15526,579,2,12315,'5.99','2005-08-18 06:15:06','2006-02-15 22:22:37'),(15527,579,2,14047,'2.99','2005-08-20 22:00:43','2006-02-15 22:22:37'),(15528,579,1,14185,'0.99','2005-08-21 03:28:37','2006-02-15 22:22:37'),(15529,579,1,14543,'1.99','2005-08-21 15:39:01','2006-02-15 22:22:37'),(15530,579,2,14560,'2.99','2005-08-21 16:13:47','2006-02-15 22:22:37'),(15531,579,2,15601,'0.99','2005-08-23 06:33:26','2006-02-15 22:22:37'),(15532,579,1,15838,'4.99','2005-08-23 15:30:48','2006-02-15 22:22:37'),(15533,579,2,15794,'0.99','2006-02-14 15:16:03','2006-02-15 22:22:37'),(15534,580,1,611,'0.99','2005-05-28 15:18:18','2006-02-15 22:22:37'),(15535,580,1,1469,'0.99','2005-06-15 20:52:36','2006-02-15 22:22:37'),(15536,580,2,3571,'1.99','2005-07-06 03:32:31','2006-02-15 22:22:37'),(15537,580,2,3867,'1.99','2005-07-06 17:52:19','2006-02-15 22:22:38'),(15538,580,2,4169,'1.99','2005-07-07 09:39:18','2006-02-15 22:22:38'),(15539,580,2,4590,'3.99','2005-07-08 06:27:48','2006-02-15 22:22:38'),(15540,580,1,5937,'6.99','2005-07-10 22:16:08','2006-02-15 22:22:38'),(15541,580,1,6089,'2.99','2005-07-11 05:45:59','2006-02-15 22:22:38'),(15542,580,2,6170,'2.99','2005-07-11 10:29:21','2006-02-15 22:22:38'),(15543,580,1,7620,'0.99','2005-07-28 00:27:17','2006-02-15 22:22:38'),(15544,580,2,8784,'4.99','2005-07-29 20:35:37','2006-02-15 22:22:38'),(15545,580,1,8839,'3.99','2005-07-29 22:52:34','2006-02-15 22:22:38'),(15546,580,1,9199,'0.99','2005-07-30 12:38:00','2006-02-15 22:22:38'),(15547,580,1,9239,'3.99','2005-07-30 13:50:52','2006-02-15 22:22:38'),(15548,580,1,9460,'5.99','2005-07-30 22:25:39','2006-02-15 22:22:38'),(15549,580,2,9604,'4.99','2005-07-31 03:47:12','2006-02-15 22:22:38'),(15550,580,2,9865,'0.99','2005-07-31 13:10:45','2006-02-15 22:22:38'),(15551,580,1,10723,'3.99','2005-08-01 19:10:49','2006-02-15 22:22:38'),(15552,580,2,10965,'3.99','2005-08-02 04:00:19','2006-02-15 22:22:39'),(15553,580,1,11164,'8.99','2005-08-02 10:10:56','2006-02-15 22:22:39'),(15554,580,2,12670,'2.99','2005-08-18 19:17:58','2006-02-15 22:22:39'),(15555,580,2,13313,'2.99','2005-08-19 19:11:41','2006-02-15 22:22:39'),(15556,580,2,13742,'2.99','2005-08-20 10:49:15','2006-02-15 22:22:39'),(15557,580,2,14818,'2.99','2005-08-22 01:17:18','2006-02-15 22:22:39'),(15558,580,1,15157,'6.99','2005-08-22 14:30:09','2006-02-15 22:22:39'),(15559,580,1,15630,'6.99','2005-08-23 07:29:13','2006-02-15 22:22:39'),(15560,580,1,15947,'4.99','2005-08-23 18:54:32','2006-02-15 22:22:39'),(15561,581,1,976,'4.99','2005-05-30 21:11:19','2006-02-15 22:22:39'),(15562,581,1,1151,'4.99','2005-05-31 21:29:00','2006-02-15 22:22:39'),(15563,581,2,1958,'3.99','2005-06-17 08:52:01','2006-02-15 22:22:39'),(15564,581,2,2101,'2.99','2005-06-17 18:57:02','2006-02-15 22:22:39'),(15565,581,1,2137,'4.99','2005-06-17 21:18:28','2006-02-15 22:22:39'),(15566,581,2,4210,'2.99','2005-07-07 11:36:20','2006-02-15 22:22:40'),(15567,581,2,4244,'2.99','2005-07-07 13:41:58','2006-02-15 22:22:40'),(15568,581,1,4338,'4.99','2005-07-07 18:39:56','2006-02-15 22:22:40'),(15569,581,2,4613,'0.99','2005-07-08 07:44:49','2006-02-15 22:22:40'),(15570,581,1,4669,'5.99','2005-07-08 10:13:08','2006-02-15 22:22:40'),(15571,581,1,4815,'8.99','2005-07-08 17:12:51','2006-02-15 22:22:40'),(15572,581,1,4833,'1.99','2005-07-08 18:07:35','2006-02-15 22:22:40'),(15573,581,1,5516,'4.99','2005-07-10 01:13:52','2006-02-15 22:22:40'),(15574,581,1,5707,'4.99','2005-07-10 10:26:14','2006-02-15 22:22:40'),(15575,581,2,5812,'2.99','2005-07-10 15:27:56','2006-02-15 22:22:40'),(15576,581,2,7048,'7.99','2005-07-27 03:31:48','2006-02-15 22:22:40'),(15577,581,1,7783,'2.99','2005-07-28 07:14:43','2006-02-15 22:22:40'),(15578,581,1,9278,'2.99','2005-07-30 15:15:19','2006-02-15 22:22:40'),(15579,581,1,9449,'1.99','2005-07-30 22:02:34','2006-02-15 22:22:40'),(15580,581,2,11443,'2.99','2005-08-02 20:29:30','2006-02-15 22:22:41'),(15581,581,2,11707,'2.99','2005-08-17 07:24:59','2006-02-15 22:22:41'),(15582,581,2,13621,'0.99','2005-08-20 06:43:44','2006-02-15 22:22:41'),(15583,581,2,13712,'2.99','2005-08-20 09:38:04','2006-02-15 22:22:41'),(15584,581,2,14070,'8.99','2005-08-20 22:56:34','2006-02-15 22:22:41'),(15585,581,1,14976,'2.99','2005-08-22 07:10:26','2006-02-15 22:22:41'),(15586,581,1,15403,'0.99','2005-08-22 23:18:10','2006-02-15 22:22:41'),(15587,581,2,15792,'4.99','2005-08-23 14:05:37','2006-02-15 22:22:41'),(15588,582,1,281,'0.99','2005-05-26 18:49:35','2006-02-15 22:22:41'),(15589,582,1,1719,'2.99','2005-06-16 14:55:53','2006-02-15 22:22:41'),(15590,582,1,2337,'7.99','2005-06-18 11:15:27','2006-02-15 22:22:41'),(15591,582,2,3071,'0.99','2005-06-20 14:20:42','2006-02-15 22:22:41'),(15592,582,1,3767,'0.99','2005-07-06 13:07:27','2006-02-15 22:22:41'),(15593,582,2,6629,'5.99','2005-07-12 09:18:35','2006-02-15 22:22:41'),(15594,582,2,7126,'4.99','2005-07-27 06:13:13','2006-02-15 22:22:42'),(15595,582,2,7311,'6.99','2005-07-27 13:02:54','2006-02-15 22:22:42'),(15596,582,2,7412,'5.99','2005-07-27 16:44:34','2006-02-15 22:22:42'),(15597,582,1,7575,'2.99','2005-07-27 22:53:52','2006-02-15 22:22:42'),(15598,582,2,8308,'5.99','2005-07-29 03:22:15','2006-02-15 22:22:42'),(15599,582,1,8554,'2.99','2005-07-29 11:16:29','2006-02-15 22:22:42'),(15600,582,1,8778,'6.99','2005-07-29 20:14:25','2006-02-15 22:22:42'),(15601,582,1,9768,'9.99','2005-07-31 09:48:41','2006-02-15 22:22:42'),(15602,582,2,11290,'7.99','2005-08-02 14:57:44','2006-02-15 22:22:42'),(15603,582,1,11667,'5.99','2005-08-17 05:46:55','2006-02-15 22:22:42'),(15604,582,1,11708,'2.99','2005-08-17 07:26:47','2006-02-15 22:22:42'),(15605,582,2,13815,'5.99','2005-08-20 13:08:53','2006-02-15 22:22:42'),(15606,582,1,14376,'4.99','2005-08-21 09:48:56','2006-02-15 22:22:42'),(15607,582,1,14568,'0.99','2005-08-21 16:30:48','2006-02-15 22:22:42'),(15608,582,1,15090,'5.99','2005-08-22 11:34:33','2006-02-15 22:22:43'),(15609,582,1,15503,'2.99','2005-08-23 02:44:49','2006-02-15 22:22:43'),(15610,582,1,15539,'0.99','2005-08-23 04:09:03','2006-02-15 22:22:43'),(15611,582,2,15911,'4.99','2005-08-23 17:44:53','2006-02-15 22:22:43'),(15612,582,2,12127,'2.99','2006-02-14 15:16:03','2006-02-15 22:22:43'),(15613,583,1,1428,'3.99','2005-06-15 18:19:30','2006-02-15 22:22:43'),(15614,583,1,2429,'9.99','2005-06-18 17:48:28','2006-02-15 22:22:43'),(15615,583,2,2663,'4.99','2005-06-19 10:54:00','2006-02-15 22:22:43'),(15616,583,2,2845,'5.99','2005-06-19 22:46:37','2006-02-15 22:22:43'),(15617,583,2,2879,'3.99','2005-06-20 01:24:10','2006-02-15 22:22:43'),(15618,583,1,3424,'0.99','2005-06-21 17:42:51','2006-02-15 22:22:43'),(15619,583,1,3779,'2.99','2005-07-06 13:46:36','2006-02-15 22:22:43'),(15620,583,1,3842,'4.99','2005-07-06 16:34:32','2006-02-15 22:22:43'),(15621,583,2,3991,'9.99','2005-07-06 23:33:41','2006-02-15 22:22:43'),(15622,583,1,4464,'4.99','2005-07-08 00:07:18','2006-02-15 22:22:43'),(15623,583,1,5462,'0.99','2005-07-09 22:56:53','2006-02-15 22:22:44'),(15624,583,1,5478,'5.99','2005-07-09 23:45:15','2006-02-15 22:22:44'),(15625,583,2,5747,'7.99','2005-07-10 12:15:33','2006-02-15 22:22:44'),(15626,583,2,6684,'6.99','2005-07-12 12:14:42','2006-02-15 22:22:44'),(15627,583,1,7401,'5.99','2005-07-27 16:17:55','2006-02-15 22:22:44'),(15628,583,2,8568,'7.99','2005-07-29 11:38:22','2006-02-15 22:22:44'),(15629,583,1,9550,'7.99','2005-07-31 01:57:34','2006-02-15 22:22:44'),(15630,583,2,9808,'1.99','2005-07-31 11:17:22','2006-02-15 22:22:44'),(15631,583,2,10301,'4.99','2005-08-01 04:09:37','2006-02-15 22:22:44'),(15632,583,2,10586,'2.99','2005-08-01 14:00:59','2006-02-15 22:22:44'),(15633,583,2,10800,'4.99','2005-08-01 22:07:44','2006-02-15 22:22:44'),(15634,583,2,11002,'4.99','2005-08-02 05:02:56','2006-02-15 22:22:44'),(15635,583,1,14259,'0.99','2005-08-21 06:00:22','2006-02-15 22:22:44'),(15636,584,2,379,'4.99','2005-05-27 09:25:32','2006-02-15 22:22:44'),(15637,584,1,626,'4.99','2005-05-28 16:58:09','2006-02-15 22:22:45'),(15638,584,1,920,'4.99','2005-05-30 11:44:01','2006-02-15 22:22:45'),(15639,584,2,1436,'3.99','2005-06-15 18:35:40','2006-02-15 22:22:45'),(15640,584,2,3317,'6.99','2005-06-21 08:22:32','2006-02-15 22:22:45'),(15641,584,2,3741,'2.99','2005-07-06 12:00:18','2006-02-15 22:22:45'),(15642,584,2,3895,'7.99','2005-07-06 19:04:24','2006-02-15 22:22:45'),(15643,584,1,4410,'0.99','2005-07-07 21:48:16','2006-02-15 22:22:45'),(15644,584,1,4977,'0.99','2005-07-09 00:15:50','2006-02-15 22:22:45'),(15645,584,2,6954,'0.99','2005-07-26 23:55:13','2006-02-15 22:22:45'),(15646,584,1,7186,'2.99','2005-07-27 08:26:12','2006-02-15 22:22:45'),(15647,584,1,7372,'4.99','2005-07-27 15:18:42','2006-02-15 22:22:45'),(15648,584,1,7659,'4.99','2005-07-28 02:09:45','2006-02-15 22:22:45'),(15649,584,2,8879,'4.99','2005-07-30 00:16:02','2006-02-15 22:22:45'),(15650,584,2,9451,'3.99','2005-07-30 22:10:17','2006-02-15 22:22:45'),(15651,584,1,9719,'5.99','2005-07-31 08:25:13','2006-02-15 22:22:46'),(15652,584,2,10073,'2.99','2005-07-31 19:53:15','2006-02-15 22:22:46'),(15653,584,1,10914,'4.99','2005-08-02 02:04:43','2006-02-15 22:22:46'),(15654,584,2,10966,'0.99','2005-08-02 04:00:47','2006-02-15 22:22:46'),(15655,584,1,11213,'4.99','2005-08-02 12:18:35','2006-02-15 22:22:46'),(15656,584,2,11500,'6.99','2005-08-16 23:01:22','2006-02-15 22:22:46'),(15657,584,2,12507,'8.99','2005-08-18 13:19:13','2006-02-15 22:22:46'),(15658,584,2,12541,'2.99','2005-08-18 14:18:30','2006-02-15 22:22:46'),(15659,584,2,12693,'5.99','2005-08-18 20:10:19','2006-02-15 22:22:46'),(15660,584,1,12844,'2.99','2005-08-19 01:59:08','2006-02-15 22:22:46'),(15661,584,2,14102,'5.99','2005-08-21 00:35:21','2006-02-15 22:22:46'),(15662,584,2,14230,'5.99','2005-08-21 04:57:29','2006-02-15 22:22:46'),(15663,584,2,14447,'4.99','2005-08-21 12:12:05','2006-02-15 22:22:46'),(15664,584,1,14930,'1.99','2005-08-22 05:38:32','2006-02-15 22:22:46'),(15665,584,1,15615,'0.99','2005-08-23 07:06:00','2006-02-15 22:22:47'),(15666,585,1,1344,'0.99','2005-06-15 12:29:41','2006-02-15 22:22:47'),(15667,585,2,1346,'7.99','2005-06-15 12:39:52','2006-02-15 22:22:47'),(15668,585,1,2674,'0.99','2005-06-19 11:47:59','2006-02-15 22:22:47'),(15669,585,1,2930,'3.99','2005-06-20 04:50:29','2006-02-15 22:22:47'),(15670,585,2,4156,'4.99','2005-07-07 09:03:51','2006-02-15 22:22:47'),(15671,585,2,4579,'4.99','2005-07-08 06:01:56','2006-02-15 22:22:47'),(15672,585,1,4684,'9.99','2005-07-08 10:41:06','2006-02-15 22:22:47'),(15673,585,2,5284,'2.99','2005-07-09 15:08:21','2006-02-15 22:22:47'),(15674,585,2,5950,'4.99','2005-07-10 23:13:45','2006-02-15 22:22:47'),(15675,585,2,6733,'6.99','2005-07-12 14:04:01','2006-02-15 22:22:47'),(15676,585,1,7131,'2.99','2005-07-27 06:25:06','2006-02-15 22:22:47'),(15677,585,1,7384,'4.99','2005-07-27 15:49:45','2006-02-15 22:22:47'),(15678,585,2,7409,'4.99','2005-07-27 16:38:24','2006-02-15 22:22:47'),(15679,585,2,8353,'2.99','2005-07-29 04:52:10','2006-02-15 22:22:48'),(15680,585,2,9407,'8.99','2005-07-30 20:25:24','2006-02-15 22:22:48'),(15681,585,1,9590,'3.99','2005-07-31 03:17:16','2006-02-15 22:22:48'),(15682,585,1,9860,'6.99','2005-07-31 13:03:24','2006-02-15 22:22:48'),(15683,585,2,10573,'0.99','2005-08-01 13:27:24','2006-02-15 22:22:48'),(15684,585,1,11285,'9.99','2005-08-02 14:44:02','2006-02-15 22:22:48'),(15685,585,2,13593,'3.99','2005-08-20 05:50:52','2006-02-15 22:22:48'),(15686,585,2,13939,'0.99','2005-08-20 17:28:01','2006-02-15 22:22:48'),(15687,585,1,15804,'4.99','2005-08-23 14:29:16','2006-02-15 22:22:48'),(15688,585,1,15896,'6.99','2005-08-23 17:09:56','2006-02-15 22:22:48'),(15689,585,2,14604,'4.99','2006-02-14 15:16:03','2006-02-15 22:22:48'),(15690,586,1,138,'4.99','2005-05-25 22:48:22','2006-02-15 22:22:48'),(15691,586,1,900,'8.99','2005-05-30 09:38:41','2006-02-15 22:22:48'),(15692,586,1,1260,'2.99','2005-06-15 06:42:25','2006-02-15 22:22:48'),(15693,586,2,1540,'0.99','2005-06-16 01:14:56','2006-02-15 22:22:49'),(15694,586,2,3487,'6.99','2005-07-05 23:30:36','2006-02-15 22:22:49'),(15695,586,2,3733,'4.99','2005-07-06 11:33:55','2006-02-15 22:22:49'),(15696,586,2,5382,'2.99','2005-07-09 19:12:57','2006-02-15 22:22:49'),(15697,586,1,6679,'2.99','2005-07-12 12:01:07','2006-02-15 22:22:49'),(15698,586,2,9786,'2.99','2005-07-31 10:25:21','2006-02-15 22:22:49'),(15699,586,2,9896,'2.99','2005-07-31 14:09:48','2006-02-15 22:22:49'),(15700,586,1,11034,'2.99','2005-08-02 05:54:53','2006-02-15 22:22:49'),(15701,586,1,11763,'0.99','2005-08-17 09:51:39','2006-02-15 22:22:49'),(15702,586,1,12013,'4.99','2005-08-17 19:23:02','2006-02-15 22:22:49'),(15703,586,1,12898,'0.99','2005-08-19 03:54:34','2006-02-15 22:22:50'),(15704,586,2,14043,'2.99','2005-08-20 21:46:43','2006-02-15 22:22:50'),(15705,586,1,14392,'1.99','2005-08-21 10:19:25','2006-02-15 22:22:50'),(15706,586,2,14533,'2.99','2005-08-21 15:15:19','2006-02-15 22:22:50'),(15707,586,1,15666,'3.99','2005-08-23 09:01:10','2006-02-15 22:22:51'),(15708,586,2,15684,'0.99','2005-08-23 09:40:04','2006-02-15 22:22:51'),(15709,587,1,181,'4.99','2005-05-26 04:47:06','2006-02-15 22:22:51'),(15710,587,1,361,'0.99','2005-05-27 07:03:28','2006-02-15 22:22:51'),(15711,587,2,1330,'2.99','2005-06-15 11:29:17','2006-02-15 22:22:52'),(15712,587,2,2034,'4.99','2005-06-17 13:27:16','2006-02-15 22:22:52'),(15713,587,1,2220,'2.99','2005-06-18 03:21:36','2006-02-15 22:22:52'),(15714,587,1,2329,'4.99','2005-06-18 10:22:52','2006-02-15 22:22:52'),(15715,587,2,3562,'2.99','2005-07-06 02:54:36','2006-02-15 22:22:53'),(15716,587,2,3969,'0.99','2005-07-06 22:47:59','2006-02-15 22:22:53'),(15717,587,2,5243,'3.99','2005-07-09 13:22:08','2006-02-15 22:22:53'),(15718,587,1,6639,'0.99','2005-07-12 10:00:44','2006-02-15 22:22:53'),(15719,587,2,6665,'6.99','2005-07-12 11:29:14','2006-02-15 22:22:53'),(15720,587,1,7501,'8.99','2005-07-27 20:16:59','2006-02-15 22:22:54'),(15721,587,2,8776,'5.99','2005-07-29 20:07:06','2006-02-15 22:22:54'),(15722,587,2,9720,'6.99','2005-07-31 08:25:21','2006-02-15 22:22:54'),(15723,587,2,9785,'4.99','2005-07-31 10:22:15','2006-02-15 22:22:54'),(15724,587,2,9909,'5.99','2005-07-31 14:43:34','2006-02-15 22:22:55'),(15725,587,2,10224,'4.99','2005-08-01 01:31:56','2006-02-15 22:22:55'),(15726,587,1,10825,'2.99','2005-08-01 23:05:33','2006-02-15 22:22:55'),(15727,587,1,11078,'2.99','2005-08-02 07:26:58','2006-02-15 22:22:55'),(15728,587,2,11403,'4.99','2005-08-02 19:10:21','2006-02-15 22:22:56'),(15729,587,2,12164,'4.99','2005-08-18 00:46:38','2006-02-15 22:22:56'),(15730,587,2,12330,'6.99','2005-08-18 06:46:33','2006-02-15 22:22:56'),(15731,587,2,14710,'4.99','2005-08-21 21:15:23','2006-02-15 22:22:56'),(15732,587,2,15348,'2.99','2005-08-22 21:13:46','2006-02-15 22:22:57'),(15733,587,2,15349,'0.99','2005-08-22 21:13:51','2006-02-15 22:22:57'),(15734,587,1,12144,'0.99','2006-02-14 15:16:03','2006-02-15 22:22:57'),(15735,588,1,576,'2.99','2005-05-28 10:56:10','2006-02-15 22:22:57'),(15736,588,1,961,'4.99','2005-05-30 18:16:44','2006-02-15 22:22:58'),(15737,588,2,1885,'2.99','2005-06-17 03:35:59','2006-02-15 22:22:58'),(15738,588,2,1903,'6.99','2005-06-17 04:37:20','2006-02-15 22:22:58'),(15739,588,2,2270,'7.99','2005-06-18 06:29:01','2006-02-15 22:22:58'),(15740,588,1,2453,'2.99','2005-06-18 19:30:53','2006-02-15 22:22:59'),(15741,588,2,2920,'3.99','2005-06-20 04:12:46','2006-02-15 22:22:59'),(15742,588,1,3628,'4.99','2005-07-06 06:19:43','2006-02-15 22:22:59'),(15743,588,1,4101,'0.99','2005-07-07 06:25:11','2006-02-15 22:22:59'),(15744,588,2,4207,'5.99','2005-07-07 11:32:45','2006-02-15 22:23:00'),(15745,588,2,5203,'2.99','2005-07-09 10:53:59','2006-02-15 22:23:00'),(15746,588,1,5335,'4.99','2005-07-09 17:00:49','2006-02-15 22:23:00'),(15747,588,1,6368,'4.99','2005-07-11 21:19:01','2006-02-15 22:23:00'),(15748,588,2,7377,'2.99','2005-07-27 15:31:28','2006-02-15 22:23:01'),(15749,588,2,7903,'2.99','2005-07-28 11:20:36','2006-02-15 22:23:01'),(15750,588,1,8421,'4.99','2005-07-29 07:00:47','2006-02-15 22:23:01'),(15751,588,1,8429,'2.99','2005-07-29 07:11:49','2006-02-15 22:23:01'),(15752,588,2,8519,'2.99','2005-07-29 10:09:43','2006-02-15 22:23:02'),(15753,588,1,8769,'2.99','2005-07-29 19:45:33','2006-02-15 22:23:02'),(15754,588,2,9326,'2.99','2005-07-30 17:30:03','2006-02-15 22:23:02'),(15755,588,2,9370,'4.99','2005-07-30 18:57:29','2006-02-15 22:23:02'),(15756,588,2,10373,'4.99','2005-08-01 06:24:26','2006-02-15 22:23:02'),(15757,588,1,12185,'2.99','2005-08-18 01:40:14','2006-02-15 22:23:03'),(15758,588,2,12815,'4.99','2005-08-19 00:59:42','2006-02-15 22:23:03'),(15759,588,1,13064,'4.99','2005-08-19 09:46:53','2006-02-15 22:23:03'),(15760,588,1,13923,'1.99','2005-08-20 17:05:02','2006-02-15 22:23:03'),(15761,588,1,15109,'1.99','2005-08-22 12:12:58','2006-02-15 22:23:04'),(15762,588,1,15158,'2.99','2005-08-22 14:30:39','2006-02-15 22:23:04'),(15763,588,1,15209,'4.99','2005-08-22 16:37:32','2006-02-15 22:23:04'),(15764,589,1,531,'0.99','2005-05-28 05:23:38','2006-02-15 22:23:04'),(15765,589,1,596,'4.99','2005-05-28 14:00:03','2006-02-15 22:23:05'),(15766,589,1,737,'4.99','2005-05-29 08:11:31','2006-02-15 22:23:05'),(15767,589,1,1439,'4.99','2005-06-15 18:45:32','2006-02-15 22:23:05'),(15768,589,2,1703,'4.99','2005-06-16 13:28:44','2006-02-15 22:23:05'),(15769,589,2,2652,'8.99','2005-06-19 10:35:26','2006-02-15 22:23:06'),(15770,589,1,2707,'8.99','2005-06-19 13:57:08','2006-02-15 22:23:06'),(15771,589,1,2979,'2.99','2005-06-20 08:31:05','2006-02-15 22:23:06'),(15772,589,2,4986,'2.99','2005-07-09 00:44:33','2006-02-15 22:23:06'),(15773,589,1,5951,'0.99','2005-07-10 23:14:29','2006-02-15 22:23:07'),(15774,589,2,6177,'4.99','2005-07-11 10:53:49','2006-02-15 22:23:07'),(15775,589,2,6247,'3.99','2005-07-11 15:00:05','2006-02-15 22:23:07'),(15776,589,2,7250,'0.99','2005-07-27 10:44:09','2006-02-15 22:23:07'),(15777,589,2,7431,'3.99','2005-07-27 17:27:27','2006-02-15 22:23:08'),(15778,589,2,7948,'9.99','2005-07-28 13:06:16','2006-02-15 22:23:08'),(15779,589,2,8056,'0.99','2005-07-28 17:04:15','2006-02-15 22:23:08'),(15780,589,1,8374,'3.99','2005-07-29 05:24:02','2006-02-15 22:23:08'),(15781,589,1,9153,'4.99','2005-07-30 10:58:16','2006-02-15 22:23:09'),(15782,589,2,10544,'4.99','2005-08-01 12:36:21','2006-02-15 22:23:09'),(15783,589,1,11980,'4.99','2005-08-17 18:10:18','2006-02-15 22:23:09'),(15784,589,1,12738,'7.99','2005-08-18 22:11:47','2006-02-15 22:23:09'),(15785,589,2,12933,'8.99','2005-08-19 05:18:20','2006-02-15 22:23:10'),(15786,589,1,14038,'6.99','2005-08-20 21:39:23','2006-02-15 22:23:10'),(15787,589,1,14254,'6.99','2005-08-21 05:51:28','2006-02-15 22:23:10'),(15788,589,1,14544,'0.99','2005-08-21 15:41:01','2006-02-15 22:23:10'),(15789,589,2,14706,'0.99','2005-08-21 21:04:42','2006-02-15 22:23:10'),(15790,589,2,15917,'5.99','2005-08-23 17:57:28','2006-02-15 22:23:11'),(15791,589,2,15992,'0.99','2005-08-23 20:28:32','2006-02-15 22:23:11'),(15792,590,1,602,'3.99','2005-05-28 14:15:54','2006-02-15 22:23:11'),(15793,590,2,1456,'7.99','2005-06-15 20:00:11','2006-02-15 22:23:11'),(15794,590,2,2352,'2.99','2005-06-18 12:40:15','2006-02-15 22:23:12'),(15795,590,2,2775,'2.99','2005-06-19 18:14:20','2006-02-15 22:23:12'),(15796,590,1,2916,'6.99','2005-06-20 04:01:04','2006-02-15 22:23:12'),(15797,590,1,2964,'9.99','2005-06-20 07:33:29','2006-02-15 22:23:12'),(15798,590,2,4685,'4.99','2005-07-08 10:45:13','2006-02-15 22:23:13'),(15799,590,1,4710,'2.99','2005-07-08 12:04:53','2006-02-15 22:23:13'),(15800,590,2,4722,'4.99','2005-07-08 12:42:27','2006-02-15 22:23:13'),(15801,590,1,5165,'0.99','2005-07-09 09:08:53','2006-02-15 22:23:13'),(15802,590,1,5529,'2.99','2005-07-10 02:11:13','2006-02-15 22:23:14'),(15803,590,1,5991,'4.99','2005-07-11 01:03:38','2006-02-15 22:23:14'),(15804,590,2,6232,'4.99','2005-07-11 14:08:27','2006-02-15 22:23:14'),(15805,590,2,6492,'4.99','2005-07-12 02:28:40','2006-02-15 22:23:14'),(15806,590,1,7010,'4.99','2005-07-27 01:56:01','2006-02-15 22:23:15'),(15807,590,2,7665,'2.99','2005-07-28 02:28:30','2006-02-15 22:23:15'),(15808,590,1,8195,'5.99','2005-07-28 22:52:58','2006-02-15 22:23:15'),(15809,590,1,8801,'4.99','2005-07-29 21:25:22','2006-02-15 22:23:15'),(15810,590,2,9126,'0.99','2005-07-30 09:44:15','2006-02-15 22:23:16'),(15811,590,1,9884,'4.99','2005-07-31 13:56:24','2006-02-15 22:23:16'),(15812,590,1,10657,'4.99','2005-08-01 16:38:44','2006-02-15 22:23:16'),(15813,590,2,11578,'5.99','2005-08-17 01:54:13','2006-02-15 22:23:16'),(15814,590,2,11713,'3.99','2005-08-17 07:34:05','2006-02-15 22:23:17'),(15815,590,1,14830,'2.99','2005-08-22 01:37:19','2006-02-15 22:23:17'),(15816,590,2,15458,'2.99','2006-02-14 15:16:03','2006-02-15 22:23:17'),(15817,591,1,1418,'0.99','2005-06-15 17:51:27','2006-02-15 22:23:17'),(15818,591,2,3341,'2.99','2005-06-21 10:37:25','2006-02-15 22:23:17'),(15819,591,2,3435,'4.99','2005-06-21 19:14:58','2006-02-15 22:23:18'),(15820,591,1,3636,'0.99','2005-07-06 07:03:52','2006-02-15 22:23:18'),(15821,591,2,4383,'11.99','2005-07-07 20:45:51','2006-02-15 22:23:18'),(15822,591,1,4581,'6.99','2005-07-08 06:05:06','2006-02-15 22:23:18'),(15823,591,1,5704,'5.99','2005-07-10 10:06:29','2006-02-15 22:23:19'),(15824,591,1,5759,'6.99','2005-07-10 12:43:22','2006-02-15 22:23:19'),(15825,591,1,7118,'8.99','2005-07-27 05:53:50','2006-02-15 22:23:19'),(15826,591,1,7212,'2.99','2005-07-27 09:21:22','2006-02-15 22:23:19'),(15827,591,2,7511,'4.99','2005-07-27 20:38:40','2006-02-15 22:23:20'),(15828,591,1,7549,'3.99','2005-07-27 21:53:21','2006-02-15 22:23:20'),(15829,591,2,7741,'0.99','2005-07-28 05:25:55','2006-02-15 22:23:20'),(15830,591,1,7997,'4.99','2005-07-28 15:02:25','2006-02-15 22:23:20'),(15831,591,1,8149,'3.99','2005-07-28 20:48:12','2006-02-15 22:23:21'),(15832,591,2,8666,'5.99','2005-07-29 15:39:38','2006-02-15 22:23:21'),(15833,591,2,8819,'4.99','2005-07-29 22:14:26','2006-02-15 22:23:21'),(15834,591,1,9684,'0.99','2005-07-31 06:48:33','2006-02-15 22:23:21'),(15835,591,1,10415,'4.99','2005-08-01 08:05:59','2006-02-15 22:23:22'),(15836,591,2,12203,'5.99','2005-08-18 02:18:52','2006-02-15 22:23:22'),(15837,591,2,12227,'4.99','2005-08-18 03:04:28','2006-02-15 22:23:22'),(15838,591,1,12547,'4.99','2005-08-18 14:29:39','2006-02-15 22:23:22'),(15839,591,1,12571,'5.99','2005-08-18 15:31:18','2006-02-15 22:23:23'),(15840,591,1,12934,'5.99','2005-08-19 05:18:42','2006-02-15 22:23:23'),(15841,591,2,13104,'2.99','2005-08-19 11:06:06','2006-02-15 22:23:23'),(15842,591,2,13343,'3.99','2005-08-19 20:22:08','2006-02-15 22:23:23'),(15843,591,1,13867,'9.99','2005-08-20 15:05:42','2006-02-15 22:23:23'),(15844,592,2,1163,'6.99','2005-06-14 23:12:46','2006-02-15 22:23:24'),(15845,592,2,1423,'5.99','2005-06-15 18:08:12','2006-02-15 22:23:24'),(15846,592,1,1479,'2.99','2005-06-15 21:13:38','2006-02-15 22:23:24'),(15847,592,1,2627,'0.99','2005-06-19 08:32:00','2006-02-15 22:23:24'),(15848,592,1,3158,'7.99','2005-06-20 21:08:19','2006-02-15 22:23:25'),(15849,592,2,3560,'2.99','2005-07-06 02:51:37','2006-02-15 22:23:25'),(15850,592,1,3973,'11.99','2005-07-06 22:58:31','2006-02-15 22:23:25'),(15851,592,1,4129,'1.99','2005-07-07 07:37:03','2006-02-15 22:23:25'),(15852,592,1,4145,'9.99','2005-07-07 08:26:39','2006-02-15 22:23:26'),(15853,592,1,4460,'0.99','2005-07-07 23:50:14','2006-02-15 22:23:26'),(15854,592,1,4518,'2.99','2005-07-08 02:48:36','2006-02-15 22:23:26'),(15855,592,1,6937,'0.99','2005-07-26 23:15:50','2006-02-15 22:23:26'),(15856,592,2,7173,'0.99','2005-07-27 07:59:24','2006-02-15 22:23:27'),(15857,592,1,7278,'3.99','2005-07-27 11:50:34','2006-02-15 22:23:27'),(15858,592,2,7364,'4.99','2005-07-27 14:58:40','2006-02-15 22:23:27'),(15859,592,1,8730,'2.99','2005-07-29 18:23:34','2006-02-15 22:23:27'),(15860,592,2,8773,'0.99','2005-07-29 19:55:34','2006-02-15 22:23:28'),(15861,592,1,9268,'4.99','2005-07-30 15:02:30','2006-02-15 22:23:28'),(15862,592,1,9437,'3.99','2005-07-30 21:36:04','2006-02-15 22:23:28'),(15863,592,2,9666,'6.99','2005-07-31 06:20:58','2006-02-15 22:23:28'),(15864,592,2,10383,'0.99','2005-08-01 06:37:16','2006-02-15 22:23:29'),(15865,592,2,10634,'2.99','2005-08-01 15:37:48','2006-02-15 22:23:29'),(15866,592,1,11410,'8.99','2005-08-02 19:29:01','2006-02-15 22:23:29'),(15867,592,2,12043,'0.99','2005-08-17 20:38:21','2006-02-15 22:23:29'),(15868,592,2,12619,'0.99','2005-08-18 17:24:15','2006-02-15 22:23:30'),(15869,592,1,12976,'1.99','2005-08-19 06:52:58','2006-02-15 22:23:30'),(15870,592,1,13157,'2.99','2005-08-19 13:12:28','2006-02-15 22:23:30'),(15871,592,2,13662,'3.99','2005-08-20 08:11:58','2006-02-15 22:23:30'),(15872,592,2,14606,'0.99','2006-02-14 15:16:03','2006-02-15 22:23:30'),(15873,593,1,790,'2.99','2005-05-29 16:19:29','2006-02-15 22:23:31'),(15874,593,1,991,'8.99','2005-05-30 23:29:22','2006-02-15 22:23:31'),(15875,593,2,2055,'5.99','2005-06-17 15:27:03','2006-02-15 22:23:31'),(15876,593,2,2205,'4.99','2005-06-18 02:14:34','2006-02-15 22:23:31'),(15877,593,1,2441,'4.99','2005-06-18 18:45:11','2006-02-15 22:23:32'),(15878,593,1,2832,'4.99','2005-06-19 21:21:53','2006-02-15 22:23:32'),(15879,593,2,3542,'2.99','2005-07-06 01:51:42','2006-02-15 22:23:32'),(15880,593,2,4075,'2.99','2005-07-07 04:51:44','2006-02-15 22:23:32'),(15881,593,2,4280,'3.99','2005-07-07 15:09:31','2006-02-15 22:23:33'),(15882,593,2,4623,'0.99','2005-07-08 08:03:22','2006-02-15 22:23:33'),(15883,593,2,4781,'4.99','2005-07-08 16:06:55','2006-02-15 22:23:33'),(15884,593,2,4867,'0.99','2005-07-08 19:10:52','2006-02-15 22:23:33'),(15885,593,1,6386,'2.99','2005-07-11 22:14:57','2006-02-15 22:23:34'),(15886,593,1,6731,'2.99','2005-07-12 13:58:27','2006-02-15 22:23:34'),(15887,593,2,7958,'4.99','2005-07-28 13:34:34','2006-02-15 22:23:34'),(15888,593,1,8497,'2.99','2005-07-29 09:07:03','2006-02-15 22:23:34'),(15889,593,2,9329,'6.99','2005-07-30 17:42:38','2006-02-15 22:23:35'),(15890,593,1,9483,'6.99','2005-07-30 23:31:31','2006-02-15 22:23:35'),(15891,593,1,10368,'3.99','2005-08-01 06:13:38','2006-02-15 22:23:35'),(15892,593,2,10533,'3.99','2005-08-01 12:14:16','2006-02-15 22:23:35'),(15893,593,1,10840,'5.99','2005-08-01 23:38:34','2006-02-15 22:23:36'),(15894,593,2,10904,'4.99','2005-08-02 01:43:02','2006-02-15 22:23:36'),(15895,593,2,12744,'2.99','2005-08-18 22:22:36','2006-02-15 22:23:36'),(15896,593,1,13524,'6.99','2005-08-20 02:48:43','2006-02-15 22:23:36'),(15897,593,1,14408,'5.99','2005-08-21 10:47:24','2006-02-15 22:23:36'),(15898,593,1,14653,'0.99','2005-08-21 19:35:59','2006-02-15 22:23:37'),(15899,594,1,313,'4.99','2005-05-26 22:56:19','2006-02-15 22:23:37'),(15900,594,1,360,'8.99','2005-05-27 06:51:14','2006-02-15 22:23:37'),(15901,594,2,1018,'0.99','2005-05-31 02:53:42','2006-02-15 22:23:37'),(15902,594,1,1045,'6.99','2005-05-31 06:29:01','2006-02-15 22:23:38'),(15903,594,2,1537,'5.99','2005-06-16 00:52:51','2006-02-15 22:23:38'),(15904,594,1,1816,'4.99','2005-06-16 21:20:41','2006-02-15 22:23:38'),(15905,594,1,1950,'2.99','2005-06-17 08:26:52','2006-02-15 22:23:38'),(15906,594,1,2276,'6.99','2005-06-18 06:33:48','2006-02-15 22:23:39'),(15907,594,2,2786,'0.99','2005-06-19 18:46:43','2006-02-15 22:23:39'),(15908,594,2,3302,'1.99','2005-06-21 07:33:40','2006-02-15 22:23:39'),(15909,594,2,3474,'0.99','2005-07-05 22:59:53','2006-02-15 22:23:39'),(15910,594,1,3546,'4.99','2005-07-06 02:17:54','2006-02-15 22:23:40'),(15911,594,2,3960,'2.99','2005-07-06 22:08:53','2006-02-15 22:23:40'),(15912,594,1,4037,'5.99','2005-07-07 02:52:52','2006-02-15 22:23:40'),(15913,594,1,4154,'3.99','2005-07-07 08:58:23','2006-02-15 22:23:40'),(15914,594,2,5386,'2.99','2005-07-09 19:19:09','2006-02-15 22:23:41'),(15915,594,1,6473,'6.99','2005-07-12 01:35:40','2006-02-15 22:23:41'),(15916,594,1,7533,'8.99','2005-07-27 21:24:33','2006-02-15 22:23:41'),(15917,594,1,8567,'1.99','2005-07-29 11:37:30','2006-02-15 22:23:41'),(15918,594,1,8603,'2.99','2005-07-29 13:07:07','2006-02-15 22:23:42'),(15919,594,2,8820,'5.99','2005-07-29 22:14:56','2006-02-15 22:23:42'),(15920,594,1,9545,'7.99','2005-07-31 01:46:24','2006-02-15 22:23:42'),(15921,594,1,9698,'3.99','2005-07-31 07:24:35','2006-02-15 22:23:42'),(15922,594,2,9802,'4.99','2005-07-31 11:04:20','2006-02-15 22:23:42'),(15923,594,2,10704,'8.99','2005-08-01 18:38:02','2006-02-15 22:23:43'),(15924,594,2,14824,'4.99','2005-08-22 01:27:51','2006-02-15 22:23:43'),(15925,594,1,14999,'4.99','2005-08-22 07:54:47','2006-02-15 22:23:43'),(15926,595,1,613,'6.99','2005-05-28 15:27:22','2006-02-15 22:23:43'),(15927,595,2,1170,'2.99','2005-06-14 23:47:35','2006-02-15 22:23:44'),(15928,595,2,3371,'4.99','2005-06-21 13:27:22','2006-02-15 22:23:44'),(15929,595,1,3789,'9.99','2005-07-06 14:02:26','2006-02-15 22:23:44'),(15930,595,1,4017,'4.99','2005-07-07 01:08:18','2006-02-15 22:23:44'),(15931,595,1,4241,'4.99','2005-07-07 13:39:00','2006-02-15 22:23:45'),(15932,595,2,4775,'2.99','2005-07-08 15:44:05','2006-02-15 22:23:45'),(15933,595,1,5631,'1.99','2005-07-10 06:15:45','2006-02-15 22:23:45'),(15934,595,1,5952,'1.99','2005-07-10 23:18:20','2006-02-15 22:23:45'),(15935,595,1,6105,'6.99','2005-07-11 07:03:19','2006-02-15 22:23:46'),(15936,595,1,6704,'6.99','2005-07-12 12:50:24','2006-02-15 22:23:46'),(15937,595,1,7086,'4.99','2005-07-27 04:39:46','2006-02-15 22:23:46'),(15938,595,2,7307,'0.99','2005-07-27 12:59:10','2006-02-15 22:23:46'),(15939,595,1,7396,'4.99','2005-07-27 16:03:53','2006-02-15 22:23:47'),(15940,595,2,7490,'3.99','2005-07-27 19:48:12','2006-02-15 22:23:47'),(15941,595,1,9152,'2.99','2005-07-30 10:51:27','2006-02-15 22:23:47'),(15942,595,2,9223,'2.99','2005-07-30 13:23:20','2006-02-15 22:23:47'),(15943,595,1,9354,'4.99','2005-07-30 18:32:51','2006-02-15 22:23:48'),(15944,595,2,9497,'0.99','2005-07-30 23:56:54','2006-02-15 22:23:48'),(15945,595,2,9542,'4.99','2005-07-31 01:41:48','2006-02-15 22:23:48'),(15946,595,1,9631,'2.99','2005-07-31 05:02:00','2006-02-15 22:23:48'),(15947,595,2,9826,'10.99','2005-07-31 11:51:46','2006-02-15 22:23:48'),(15948,595,1,10729,'2.99','2005-08-01 19:21:11','2006-02-15 22:23:49'),(15949,595,1,10932,'2.99','2005-08-02 02:46:22','2006-02-15 22:23:49'),(15950,595,2,11748,'0.99','2005-08-17 09:04:02','2006-02-15 22:23:49'),(15951,595,1,12235,'0.99','2005-08-18 03:17:50','2006-02-15 22:23:49'),(15952,595,1,14334,'0.99','2005-08-21 08:32:32','2006-02-15 22:23:50'),(15953,595,2,15576,'2.99','2005-08-23 05:32:03','2006-02-15 22:23:50'),(15954,595,2,15994,'0.99','2005-08-23 20:29:10','2006-02-15 22:23:50'),(15955,595,2,16016,'2.99','2005-08-23 21:26:35','2006-02-15 22:23:50'),(15956,596,2,303,'4.99','2005-05-26 21:16:52','2006-02-15 22:23:51'),(15957,596,2,625,'0.99','2005-05-28 16:35:46','2006-02-15 22:23:51'),(15958,596,2,667,'4.99','2005-05-28 21:49:02','2006-02-15 22:23:51'),(15959,596,2,782,'1.99','2005-05-29 14:38:57','2006-02-15 22:23:51'),(15960,596,1,914,'2.99','2005-05-30 11:06:00','2006-02-15 22:23:52'),(15961,596,1,974,'6.99','2005-05-30 20:28:42','2006-02-15 22:23:52'),(15962,596,1,1644,'1.99','2005-06-16 08:58:18','2006-02-15 22:23:52'),(15963,596,1,2767,'1.99','2005-06-19 17:46:35','2006-02-15 22:23:52'),(15964,596,2,5742,'3.99','2005-07-10 11:56:18','2006-02-15 22:23:53'),(15965,596,1,6015,'2.99','2005-07-11 02:04:12','2006-02-15 22:23:53'),(15966,596,1,6017,'0.99','2005-07-11 02:05:32','2006-02-15 22:23:53'),(15967,596,1,6197,'4.99','2005-07-11 12:09:51','2006-02-15 22:23:53'),(15968,596,2,6883,'4.99','2005-07-12 20:50:48','2006-02-15 22:23:53'),(15969,596,1,10094,'3.99','2005-07-31 20:31:18','2006-02-15 22:23:54'),(15970,596,2,10692,'4.99','2005-08-01 18:12:35','2006-02-15 22:23:54'),(15971,596,1,10756,'2.99','2005-08-01 20:17:03','2006-02-15 22:23:54'),(15972,596,2,10804,'0.99','2005-08-01 22:22:11','2006-02-15 22:23:54'),(15973,596,2,11009,'4.99','2005-08-02 05:06:23','2006-02-15 22:23:55'),(15974,596,2,11852,'3.99','2005-08-17 13:38:27','2006-02-15 22:23:55'),(15975,596,1,11934,'0.99','2005-08-17 16:40:00','2006-02-15 22:23:55'),(15976,596,2,12560,'4.99','2005-08-18 14:54:19','2006-02-15 22:23:55'),(15977,596,1,12878,'4.99','2005-08-19 03:17:08','2006-02-15 22:23:56'),(15978,596,1,13648,'4.99','2005-08-20 07:48:10','2006-02-15 22:23:56'),(15979,596,1,14050,'3.99','2005-08-20 22:09:04','2006-02-15 22:23:56'),(15980,596,1,14417,'0.99','2005-08-21 11:13:35','2006-02-15 22:23:56'),(15981,596,1,15405,'0.99','2005-08-22 23:20:41','2006-02-15 22:23:57'),(15982,596,1,15899,'6.99','2005-08-23 17:16:28','2006-02-15 22:23:57'),(15983,596,1,15423,'0.99','2006-02-14 15:16:03','2006-02-15 22:23:57'),(15984,597,2,34,'2.99','2005-05-25 04:19:28','2006-02-15 22:23:57'),(15985,597,2,514,'8.99','2005-05-28 03:09:28','2006-02-15 22:23:58'),(15986,597,1,2379,'0.99','2005-06-18 14:59:39','2006-02-15 22:23:58'),(15987,597,1,2696,'4.99','2005-06-19 13:28:42','2006-02-15 22:23:58'),(15988,597,1,3201,'1.99','2005-06-21 00:30:26','2006-02-15 22:23:58'),(15989,597,1,5093,'0.99','2005-07-09 05:59:12','2006-02-15 22:23:59'),(15990,597,1,5348,'4.99','2005-07-09 17:34:11','2006-02-15 22:23:59'),(15991,597,2,5732,'2.99','2005-07-10 11:36:32','2006-02-15 22:23:59'),(15992,597,1,6508,'2.99','2005-07-12 03:34:50','2006-02-15 22:23:59'),(15993,597,2,7968,'4.99','2005-07-28 13:57:35','2006-02-15 22:23:59'),(15994,597,2,8948,'4.99','2005-07-30 03:16:18','2006-02-15 22:24:00'),(15995,597,2,10021,'4.99','2005-07-31 18:24:39','2006-02-15 22:24:00'),(15996,597,1,10214,'0.99','2005-08-01 01:04:15','2006-02-15 22:24:00'),(15997,597,2,10986,'5.99','2005-08-02 04:35:24','2006-02-15 22:24:00'),(15998,597,2,11147,'4.99','2005-08-02 09:45:54','2006-02-15 22:24:01'),(15999,597,2,11223,'2.99','2005-08-02 12:34:27','2006-02-15 22:24:01'),(16000,597,1,11240,'2.99','2005-08-02 13:28:30','2006-02-15 22:24:01'),(16001,597,1,11880,'5.99','2005-08-17 14:28:28','2006-02-15 22:24:01'),(16002,597,1,12081,'4.99','2005-08-17 22:10:46','2006-02-15 22:24:02'),(16003,597,1,12992,'0.99','2005-08-19 07:23:06','2006-02-15 22:24:02'),(16004,597,2,13019,'2.99','2005-08-19 08:07:43','2006-02-15 22:24:02'),(16005,597,1,13152,'6.99','2005-08-19 13:09:32','2006-02-15 22:24:02'),(16006,597,2,15275,'2.99','2005-08-22 18:57:39','2006-02-15 22:24:03'),(16007,597,1,15469,'4.99','2005-08-23 01:29:59','2006-02-15 22:24:03'),(16008,597,1,11652,'4.99','2006-02-14 15:16:03','2006-02-15 22:24:03'),(16009,598,1,3005,'2.99','2005-06-20 10:10:29','2006-02-15 22:24:03'),(16010,598,1,3648,'0.99','2005-07-06 07:30:41','2006-02-15 22:24:04'),(16011,598,2,3950,'6.99','2005-07-06 21:48:44','2006-02-15 22:24:04'),(16012,598,1,3972,'4.99','2005-07-06 22:53:57','2006-02-15 22:24:04'),(16013,598,1,4181,'4.99','2005-07-07 10:27:54','2006-02-15 22:24:04'),(16014,598,2,5688,'5.99','2005-07-10 09:16:08','2006-02-15 22:24:04'),(16015,598,1,6519,'4.99','2005-07-12 04:00:36','2006-02-15 22:24:05'),(16016,598,2,6528,'4.99','2005-07-12 04:29:44','2006-02-15 22:24:05'),(16017,598,2,6575,'0.99','2005-07-12 06:12:53','2006-02-15 22:24:05'),(16018,598,2,6660,'3.99','2005-07-12 11:20:12','2006-02-15 22:24:05'),(16019,598,2,7201,'6.99','2005-07-27 08:57:40','2006-02-15 22:24:06'),(16020,598,2,7354,'0.99','2005-07-27 14:42:11','2006-02-15 22:24:06'),(16021,598,1,7998,'0.99','2005-07-28 15:08:48','2006-02-15 22:24:06'),(16022,598,2,8436,'0.99','2005-07-29 07:21:20','2006-02-15 22:24:06'),(16023,598,1,8511,'5.99','2005-07-29 09:42:42','2006-02-15 22:24:07'),(16024,598,1,8939,'4.99','2005-07-30 02:56:53','2006-02-15 22:24:07'),(16025,598,1,10054,'4.99','2005-07-31 19:15:52','2006-02-15 22:24:07'),(16026,598,2,11350,'0.99','2005-08-02 17:22:59','2006-02-15 22:24:07'),(16027,598,2,12601,'2.99','2005-08-18 16:47:52','2006-02-15 22:24:08'),(16028,598,2,14345,'0.99','2005-08-21 08:41:15','2006-02-15 22:24:08'),(16029,598,2,15307,'2.99','2005-08-22 19:54:26','2006-02-15 22:24:08'),(16030,598,1,15443,'7.99','2005-08-23 00:44:15','2006-02-15 22:24:08'),(16031,599,2,1008,'4.99','2005-05-31 01:18:56','2006-02-15 22:24:09'),(16032,599,1,2272,'1.99','2005-06-18 06:29:53','2006-02-15 22:24:09'),(16033,599,2,3043,'6.99','2005-06-20 12:38:35','2006-02-15 22:24:09'),(16034,599,2,3398,'4.99','2005-06-21 15:34:38','2006-02-15 22:24:09'),(16035,599,1,3429,'6.99','2005-06-21 18:46:05','2006-02-15 22:24:09'),(16036,599,1,5065,'0.99','2005-07-09 04:42:00','2006-02-15 22:24:10'),(16037,599,1,5843,'2.99','2005-07-10 17:14:27','2006-02-15 22:24:10'),(16038,599,2,6800,'9.99','2005-07-12 17:03:56','2006-02-15 22:24:10'),(16039,599,2,6895,'2.99','2005-07-12 21:23:59','2006-02-15 22:24:10'),(16040,599,1,8965,'6.99','2005-07-30 03:52:37','2006-02-15 22:24:11'),(16041,599,2,9630,'2.99','2005-07-31 04:57:07','2006-02-15 22:24:11'),(16042,599,2,9679,'2.99','2005-07-31 06:41:19','2006-02-15 22:24:11'),(16043,599,2,11522,'3.99','2005-08-17 00:05:05','2006-02-15 22:24:11'),(16044,599,1,14233,'1.99','2005-08-21 05:07:08','2006-02-15 22:24:12'),(16045,599,1,14599,'4.99','2005-08-21 17:43:42','2006-02-15 22:24:12'),(16046,599,1,14719,'1.99','2005-08-21 21:41:57','2006-02-15 22:24:12'),(16047,599,2,15590,'8.99','2005-08-23 06:09:44','2006-02-15 22:24:12'),(16048,599,2,15719,'2.99','2005-08-23 11:08:46','2006-02-15 22:24:13'),(16049,599,2,15725,'2.99','2005-08-23 11:25:00','2006-02-15 22:24:13'); + +INSERT INTO rental VALUES (1,'2005-05-24 22:53:30',367,130,'2005-05-26 22:04:30',1,'2006-02-15 21:30:53'),(2,'2005-05-24 22:54:33',1525,459,'2005-05-28 19:40:33',1,'2006-02-15 21:30:53'),(3,'2005-05-24 23:03:39',1711,408,'2005-06-01 22:12:39',1,'2006-02-15 21:30:53'),(4,'2005-05-24 23:04:41',2452,333,'2005-06-03 01:43:41',2,'2006-02-15 21:30:53'),(5,'2005-05-24 23:05:21',2079,222,'2005-06-02 04:33:21',1,'2006-02-15 21:30:53'),(6,'2005-05-24 23:08:07',2792,549,'2005-05-27 01:32:07',1,'2006-02-15 21:30:53'),(7,'2005-05-24 23:11:53',3995,269,'2005-05-29 20:34:53',2,'2006-02-15 21:30:53'),(8,'2005-05-24 23:31:46',2346,239,'2005-05-27 23:33:46',2,'2006-02-15 21:30:53'),(9,'2005-05-25 00:00:40',2580,126,'2005-05-28 00:22:40',1,'2006-02-15 21:30:53'),(10,'2005-05-25 00:02:21',1824,399,'2005-05-31 22:44:21',2,'2006-02-15 21:30:53'),(11,'2005-05-25 00:09:02',4443,142,'2005-06-02 20:56:02',2,'2006-02-15 21:30:53'),(12,'2005-05-25 00:19:27',1584,261,'2005-05-30 05:44:27',2,'2006-02-15 21:30:53'),(13,'2005-05-25 00:22:55',2294,334,'2005-05-30 04:28:55',1,'2006-02-15 21:30:53'),(14,'2005-05-25 00:31:15',2701,446,'2005-05-26 02:56:15',1,'2006-02-15 21:30:53'),(15,'2005-05-25 00:39:22',3049,319,'2005-06-03 03:30:22',1,'2006-02-15 21:30:53'),(16,'2005-05-25 00:43:11',389,316,'2005-05-26 04:42:11',2,'2006-02-15 21:30:53'),(17,'2005-05-25 01:06:36',830,575,'2005-05-27 00:43:36',1,'2006-02-15 21:30:53'),(18,'2005-05-25 01:10:47',3376,19,'2005-05-31 06:35:47',2,'2006-02-15 21:30:53'),(19,'2005-05-25 01:17:24',1941,456,'2005-05-31 06:00:24',1,'2006-02-15 21:30:53'),(20,'2005-05-25 01:48:41',3517,185,'2005-05-27 02:20:41',2,'2006-02-15 21:30:53'),(21,'2005-05-25 01:59:46',146,388,'2005-05-26 01:01:46',2,'2006-02-15 21:30:53'),(22,'2005-05-25 02:19:23',727,509,'2005-05-26 04:52:23',2,'2006-02-15 21:30:53'),(23,'2005-05-25 02:40:21',4441,438,'2005-05-29 06:34:21',1,'2006-02-15 21:30:53'),(24,'2005-05-25 02:53:02',3273,350,'2005-05-27 01:15:02',1,'2006-02-15 21:30:53'),(25,'2005-05-25 03:21:20',3961,37,'2005-05-27 21:25:20',2,'2006-02-15 21:30:53'),(26,'2005-05-25 03:36:50',4371,371,'2005-05-31 00:34:50',1,'2006-02-15 21:30:53'),(27,'2005-05-25 03:41:50',1225,301,'2005-05-30 01:13:50',2,'2006-02-15 21:30:53'),(28,'2005-05-25 03:42:37',4068,232,'2005-05-26 09:26:37',2,'2006-02-15 21:30:53'),(29,'2005-05-25 03:47:12',611,44,'2005-05-30 00:31:12',2,'2006-02-15 21:30:53'),(30,'2005-05-25 04:01:32',3744,430,'2005-05-30 03:12:32',1,'2006-02-15 21:30:53'),(31,'2005-05-25 04:05:17',4482,369,'2005-05-30 07:15:17',1,'2006-02-15 21:30:53'),(32,'2005-05-25 04:06:21',3832,230,'2005-05-25 23:55:21',1,'2006-02-15 21:30:53'),(33,'2005-05-25 04:18:51',1681,272,'2005-05-27 03:58:51',1,'2006-02-15 21:30:53'),(34,'2005-05-25 04:19:28',2613,597,'2005-05-29 00:10:28',2,'2006-02-15 21:30:53'),(35,'2005-05-25 04:24:36',1286,484,'2005-05-27 07:02:36',2,'2006-02-15 21:30:53'),(36,'2005-05-25 04:36:26',1308,88,'2005-05-29 00:31:26',1,'2006-02-15 21:30:53'),(37,'2005-05-25 04:44:31',403,535,'2005-05-29 01:03:31',1,'2006-02-15 21:30:53'),(38,'2005-05-25 04:47:44',2540,302,'2005-06-01 00:58:44',1,'2006-02-15 21:30:53'),(39,'2005-05-25 04:51:46',4466,207,'2005-05-31 03:14:46',2,'2006-02-15 21:30:53'),(40,'2005-05-25 05:09:04',2638,413,'2005-05-27 23:12:04',1,'2006-02-15 21:30:53'),(41,'2005-05-25 05:12:29',1761,174,'2005-06-02 00:28:29',1,'2006-02-15 21:30:53'),(42,'2005-05-25 05:24:58',380,523,'2005-05-31 02:47:58',2,'2006-02-15 21:30:53'),(43,'2005-05-25 05:39:25',2578,532,'2005-05-26 06:54:25',2,'2006-02-15 21:30:53'),(44,'2005-05-25 05:53:23',3098,207,'2005-05-29 10:56:23',2,'2006-02-15 21:30:53'),(45,'2005-05-25 05:59:39',1853,436,'2005-06-02 09:56:39',2,'2006-02-15 21:30:53'),(46,'2005-05-25 06:04:08',3318,7,'2005-06-02 08:18:08',2,'2006-02-15 21:30:53'),(47,'2005-05-25 06:05:20',2211,35,'2005-05-30 03:04:20',1,'2006-02-15 21:30:53'),(48,'2005-05-25 06:20:46',1780,282,'2005-06-02 05:42:46',1,'2006-02-15 21:30:53'),(49,'2005-05-25 06:39:35',2965,498,'2005-05-30 10:12:35',2,'2006-02-15 21:30:53'),(50,'2005-05-25 06:44:53',1983,18,'2005-05-28 11:28:53',2,'2006-02-15 21:30:53'),(51,'2005-05-25 06:49:10',1257,256,'2005-05-26 06:42:10',1,'2006-02-15 21:30:53'),(52,'2005-05-25 06:51:29',4017,507,'2005-05-31 01:27:29',2,'2006-02-15 21:30:53'),(53,'2005-05-25 07:19:16',1255,569,'2005-05-27 05:19:16',2,'2006-02-15 21:30:53'),(54,'2005-05-25 07:23:25',2787,291,'2005-06-01 05:05:25',2,'2006-02-15 21:30:53'),(55,'2005-05-25 08:26:13',1139,131,'2005-05-30 10:57:13',1,'2006-02-15 21:30:53'),(56,'2005-05-25 08:28:11',1352,511,'2005-05-26 14:21:11',1,'2006-02-15 21:30:53'),(57,'2005-05-25 08:43:32',3938,6,'2005-05-29 06:42:32',2,'2006-02-15 21:30:53'),(58,'2005-05-25 08:53:14',3050,323,'2005-05-28 14:40:14',1,'2006-02-15 21:30:53'),(59,'2005-05-25 08:56:42',2884,408,'2005-06-01 09:52:42',1,'2006-02-15 21:30:53'),(60,'2005-05-25 08:58:25',330,470,'2005-05-30 14:14:25',1,'2006-02-15 21:30:53'),(61,'2005-05-25 09:01:57',4210,250,'2005-06-02 07:22:57',2,'2006-02-15 21:30:53'),(62,'2005-05-25 09:18:52',261,419,'2005-05-30 10:55:52',1,'2006-02-15 21:30:53'),(63,'2005-05-25 09:19:16',4008,383,'2005-05-27 04:24:16',1,'2006-02-15 21:30:53'),(64,'2005-05-25 09:21:29',79,368,'2005-06-03 11:31:29',1,'2006-02-15 21:30:53'),(65,'2005-05-25 09:32:03',3552,346,'2005-05-29 14:21:03',1,'2006-02-15 21:30:53'),(66,'2005-05-25 09:35:12',1162,86,'2005-05-29 04:16:12',2,'2006-02-15 21:30:53'),(67,'2005-05-25 09:41:01',239,119,'2005-05-27 13:46:01',2,'2006-02-15 21:30:53'),(68,'2005-05-25 09:47:31',4029,120,'2005-05-31 10:20:31',2,'2006-02-15 21:30:53'),(69,'2005-05-25 10:10:14',3207,305,'2005-05-27 14:02:14',2,'2006-02-15 21:30:53'),(70,'2005-05-25 10:15:23',2168,73,'2005-05-27 05:56:23',2,'2006-02-15 21:30:53'),(71,'2005-05-25 10:26:39',2408,100,'2005-05-28 04:59:39',1,'2006-02-15 21:30:53'),(72,'2005-05-25 10:52:13',2260,48,'2005-05-28 05:52:13',2,'2006-02-15 21:30:53'),(73,'2005-05-25 11:00:07',517,391,'2005-06-01 13:56:07',2,'2006-02-15 21:30:53'),(74,'2005-05-25 11:09:48',1744,265,'2005-05-26 12:23:48',2,'2006-02-15 21:30:53'),(75,'2005-05-25 11:13:34',3393,510,'2005-06-03 12:58:34',1,'2006-02-15 21:30:53'),(76,'2005-05-25 11:30:37',3021,1,'2005-06-03 12:00:37',2,'2006-02-15 21:30:53'),(77,'2005-05-25 11:31:59',1303,451,'2005-05-26 16:53:59',2,'2006-02-15 21:30:53'),(78,'2005-05-25 11:35:18',4067,135,'2005-05-31 12:48:18',2,'2006-02-15 21:30:53'),(79,'2005-05-25 12:11:07',3299,245,'2005-06-03 10:54:07',2,'2006-02-15 21:30:53'),(80,'2005-05-25 12:12:07',2478,314,'2005-05-31 17:46:07',2,'2006-02-15 21:30:53'),(81,'2005-05-25 12:15:19',2610,286,'2005-06-02 14:08:19',2,'2006-02-15 21:30:53'),(82,'2005-05-25 12:17:46',1388,427,'2005-06-01 10:48:46',1,'2006-02-15 21:30:53'),(83,'2005-05-25 12:30:15',466,131,'2005-05-27 15:40:15',1,'2006-02-15 21:30:53'),(84,'2005-05-25 12:36:30',1829,492,'2005-05-29 18:33:30',1,'2006-02-15 21:30:53'),(85,'2005-05-25 13:05:34',470,414,'2005-05-29 16:53:34',1,'2006-02-15 21:30:53'),(86,'2005-05-25 13:36:12',2275,266,'2005-05-30 14:53:12',1,'2006-02-15 21:30:53'),(87,'2005-05-25 13:52:43',1586,331,'2005-05-29 11:12:43',2,'2006-02-15 21:30:53'),(88,'2005-05-25 14:13:54',2221,53,'2005-05-29 09:32:54',2,'2006-02-15 21:30:53'),(89,'2005-05-25 14:28:29',2181,499,'2005-05-29 14:33:29',1,'2006-02-15 21:30:53'),(90,'2005-05-25 14:31:25',2984,25,'2005-06-01 10:07:25',1,'2006-02-15 21:30:53'),(91,'2005-05-25 14:57:22',139,267,'2005-06-01 18:32:22',1,'2006-02-15 21:30:53'),(92,'2005-05-25 15:38:46',775,302,'2005-05-31 13:40:46',2,'2006-02-15 21:30:53'),(93,'2005-05-25 15:54:16',4360,288,'2005-06-03 20:18:16',1,'2006-02-15 21:30:53'),(94,'2005-05-25 16:03:42',1675,197,'2005-05-30 14:23:42',1,'2006-02-15 21:30:53'),(95,'2005-05-25 16:12:52',178,400,'2005-06-02 18:55:52',2,'2006-02-15 21:30:53'),(96,'2005-05-25 16:32:19',3418,49,'2005-05-30 10:47:19',2,'2006-02-15 21:30:53'),(97,'2005-05-25 16:34:24',1283,263,'2005-05-28 12:13:24',2,'2006-02-15 21:30:53'),(98,'2005-05-25 16:48:24',2970,269,'2005-05-27 11:29:24',2,'2006-02-15 21:30:53'),(99,'2005-05-25 16:50:20',535,44,'2005-05-28 18:52:20',1,'2006-02-15 21:30:53'),(100,'2005-05-25 16:50:28',2599,208,'2005-06-02 22:11:28',1,'2006-02-15 21:30:53'),(101,'2005-05-25 17:17:04',617,468,'2005-05-31 19:47:04',1,'2006-02-15 21:30:53'),(102,'2005-05-25 17:22:10',373,343,'2005-05-31 19:47:10',1,'2006-02-15 21:30:53'),(103,'2005-05-25 17:30:42',3343,384,'2005-06-03 22:36:42',1,'2006-02-15 21:30:53'),(104,'2005-05-25 17:46:33',4281,310,'2005-05-27 15:20:33',1,'2006-02-15 21:30:53'),(105,'2005-05-25 17:54:12',794,108,'2005-05-30 12:03:12',2,'2006-02-15 21:30:53'),(106,'2005-05-25 18:18:19',3627,196,'2005-06-04 00:01:19',2,'2006-02-15 21:30:53'),(107,'2005-05-25 18:28:09',2833,317,'2005-06-03 22:46:09',2,'2006-02-15 21:30:53'),(108,'2005-05-25 18:30:05',3289,242,'2005-05-30 19:40:05',1,'2006-02-15 21:30:53'),(109,'2005-05-25 18:40:20',1044,503,'2005-05-29 20:39:20',2,'2006-02-15 21:30:53'),(110,'2005-05-25 18:43:49',4108,19,'2005-06-03 18:13:49',2,'2006-02-15 21:30:53'),(111,'2005-05-25 18:45:19',3725,227,'2005-05-28 17:18:19',1,'2006-02-15 21:30:53'),(112,'2005-05-25 18:57:24',2153,500,'2005-06-02 20:44:24',1,'2006-02-15 21:30:53'),(113,'2005-05-25 19:07:40',2963,93,'2005-05-27 22:16:40',2,'2006-02-15 21:30:53'),(114,'2005-05-25 19:12:42',4502,506,'2005-06-01 23:10:42',1,'2006-02-15 21:30:53'),(115,'2005-05-25 19:13:25',749,455,'2005-05-29 20:17:25',1,'2006-02-15 21:30:53'),(116,'2005-05-25 19:27:51',4453,18,'2005-05-26 16:23:51',1,'2006-02-15 21:30:53'),(117,'2005-05-25 19:30:46',4278,7,'2005-05-31 23:59:46',2,'2006-02-15 21:30:53'),(118,'2005-05-25 19:31:18',872,524,'2005-05-31 15:00:18',1,'2006-02-15 21:30:53'),(119,'2005-05-25 19:37:02',1359,51,'2005-05-29 23:51:02',2,'2006-02-15 21:30:53'),(120,'2005-05-25 19:37:47',37,365,'2005-06-01 23:29:47',2,'2006-02-15 21:30:53'),(121,'2005-05-25 19:41:29',1053,405,'2005-05-29 21:31:29',1,'2006-02-15 21:30:53'),(122,'2005-05-25 19:46:21',2908,273,'2005-06-02 19:07:21',1,'2006-02-15 21:30:53'),(123,'2005-05-25 20:26:42',1795,43,'2005-05-26 19:41:42',1,'2006-02-15 21:30:53'),(124,'2005-05-25 20:46:11',212,246,'2005-05-30 00:47:11',2,'2006-02-15 21:30:53'),(125,'2005-05-25 20:48:50',952,368,'2005-06-02 21:39:50',1,'2006-02-15 21:30:53'),(126,'2005-05-25 21:07:59',2047,439,'2005-05-28 18:51:59',1,'2006-02-15 21:30:53'),(127,'2005-05-25 21:10:40',2026,94,'2005-06-02 21:38:40',1,'2006-02-15 21:30:53'),(128,'2005-05-25 21:19:53',4322,40,'2005-05-29 23:34:53',1,'2006-02-15 21:30:53'),(129,'2005-05-25 21:20:03',4154,23,'2005-06-04 01:25:03',2,'2006-02-15 21:30:53'),(130,'2005-05-25 21:21:56',3990,56,'2005-05-30 22:41:56',2,'2006-02-15 21:30:53'),(131,'2005-05-25 21:42:46',815,325,'2005-05-30 23:25:46',2,'2006-02-15 21:30:53'),(132,'2005-05-25 21:46:54',3367,479,'2005-05-31 21:02:54',1,'2006-02-15 21:30:53'),(133,'2005-05-25 21:48:30',399,237,'2005-05-30 00:26:30',2,'2006-02-15 21:30:53'),(134,'2005-05-25 21:48:41',2272,222,'2005-06-02 18:28:41',1,'2006-02-15 21:30:53'),(135,'2005-05-25 21:58:58',103,304,'2005-06-03 17:50:58',1,'2006-02-15 21:30:53'),(136,'2005-05-25 22:02:30',2296,504,'2005-05-31 18:06:30',1,'2006-02-15 21:30:53'),(137,'2005-05-25 22:25:18',2591,560,'2005-06-01 02:30:18',2,'2006-02-15 21:30:53'),(138,'2005-05-25 22:48:22',4134,586,'2005-05-29 20:21:22',2,'2006-02-15 21:30:53'),(139,'2005-05-25 23:00:21',327,257,'2005-05-29 17:12:21',1,'2006-02-15 21:30:53'),(140,'2005-05-25 23:34:22',655,354,'2005-05-27 01:10:22',1,'2006-02-15 21:30:53'),(141,'2005-05-25 23:34:53',811,89,'2005-06-02 01:57:53',1,'2006-02-15 21:30:53'),(142,'2005-05-25 23:43:47',4407,472,'2005-05-29 00:46:47',2,'2006-02-15 21:30:53'),(143,'2005-05-25 23:45:52',847,297,'2005-05-27 21:41:52',2,'2006-02-15 21:30:53'),(144,'2005-05-25 23:49:56',1689,357,'2005-06-01 21:41:56',2,'2006-02-15 21:30:53'),(145,'2005-05-25 23:59:03',3905,82,'2005-05-31 02:56:03',1,'2006-02-15 21:30:53'),(146,'2005-05-26 00:07:11',1431,433,'2005-06-04 00:20:11',2,'2006-02-15 21:30:53'),(147,'2005-05-26 00:17:50',633,274,'2005-05-29 23:21:50',2,'2006-02-15 21:30:53'),(148,'2005-05-26 00:25:23',4252,142,'2005-06-01 19:29:23',2,'2006-02-15 21:30:53'),(149,'2005-05-26 00:28:05',1084,319,'2005-06-02 21:30:05',2,'2006-02-15 21:30:53'),(150,'2005-05-26 00:28:39',909,429,'2005-06-01 02:10:39',2,'2006-02-15 21:30:53'),(151,'2005-05-26 00:37:28',2942,14,'2005-05-30 06:28:28',1,'2006-02-15 21:30:53'),(152,'2005-05-26 00:41:10',2622,57,'2005-06-03 06:05:10',1,'2006-02-15 21:30:53'),(153,'2005-05-26 00:47:47',3888,348,'2005-05-27 21:28:47',1,'2006-02-15 21:30:53'),(154,'2005-05-26 00:55:56',1354,185,'2005-05-29 23:18:56',2,'2006-02-15 21:30:53'),(155,'2005-05-26 01:15:05',288,551,'2005-06-01 00:03:05',1,'2006-02-15 21:30:53'),(156,'2005-05-26 01:19:05',3193,462,'2005-05-27 23:43:05',1,'2006-02-15 21:30:53'),(157,'2005-05-26 01:25:21',887,344,'2005-05-26 21:17:21',2,'2006-02-15 21:30:53'),(158,'2005-05-26 01:27:11',2395,354,'2005-06-03 00:30:11',2,'2006-02-15 21:30:53'),(159,'2005-05-26 01:34:28',3453,505,'2005-05-29 04:00:28',1,'2006-02-15 21:30:53'),(160,'2005-05-26 01:46:20',1885,290,'2005-06-01 05:45:20',1,'2006-02-15 21:30:53'),(161,'2005-05-26 01:51:48',2941,182,'2005-05-27 05:42:48',1,'2006-02-15 21:30:53'),(162,'2005-05-26 02:02:05',1229,296,'2005-05-27 03:38:05',2,'2006-02-15 21:30:53'),(163,'2005-05-26 02:26:23',2306,104,'2005-06-04 06:36:23',1,'2006-02-15 21:30:53'),(164,'2005-05-26 02:26:49',1070,151,'2005-05-28 00:32:49',1,'2006-02-15 21:30:53'),(165,'2005-05-26 02:28:36',2735,33,'2005-06-02 03:21:36',1,'2006-02-15 21:30:53'),(166,'2005-05-26 02:49:11',3894,322,'2005-05-31 01:28:11',1,'2006-02-15 21:30:53'),(167,'2005-05-26 02:50:31',865,401,'2005-05-27 03:07:31',1,'2006-02-15 21:30:53'),(168,'2005-05-26 03:07:43',2714,469,'2005-06-02 02:09:43',2,'2006-02-15 21:30:53'),(169,'2005-05-26 03:09:30',1758,381,'2005-05-27 01:37:30',2,'2006-02-15 21:30:53'),(170,'2005-05-26 03:11:12',3688,107,'2005-06-02 03:53:12',1,'2006-02-15 21:30:53'),(171,'2005-05-26 03:14:15',4483,400,'2005-06-03 00:24:15',2,'2006-02-15 21:30:53'),(172,'2005-05-26 03:17:42',2873,176,'2005-05-29 04:11:42',2,'2006-02-15 21:30:53'),(173,'2005-05-26 03:42:10',3596,533,'2005-05-28 01:37:10',2,'2006-02-15 21:30:53'),(174,'2005-05-26 03:44:10',3954,552,'2005-05-28 07:13:10',2,'2006-02-15 21:30:53'),(175,'2005-05-26 03:46:26',4346,47,'2005-06-03 06:01:26',2,'2006-02-15 21:30:53'),(176,'2005-05-26 03:47:39',851,250,'2005-06-01 02:36:39',2,'2006-02-15 21:30:53'),(177,'2005-05-26 04:14:29',3545,548,'2005-06-01 08:16:29',2,'2006-02-15 21:30:53'),(178,'2005-05-26 04:21:46',1489,196,'2005-06-04 07:09:46',2,'2006-02-15 21:30:53'),(179,'2005-05-26 04:26:06',2575,19,'2005-06-03 10:06:06',1,'2006-02-15 21:30:53'),(180,'2005-05-26 04:46:23',2752,75,'2005-06-01 09:58:23',1,'2006-02-15 21:30:53'),(181,'2005-05-26 04:47:06',2417,587,'2005-05-29 06:34:06',2,'2006-02-15 21:30:53'),(182,'2005-05-26 04:49:17',4396,237,'2005-06-01 05:43:17',2,'2006-02-15 21:30:53'),(183,'2005-05-26 05:01:18',2877,254,'2005-06-01 09:04:18',1,'2006-02-15 21:30:53'),(184,'2005-05-26 05:29:49',1970,556,'2005-05-28 10:10:49',1,'2006-02-15 21:30:53'),(185,'2005-05-26 05:30:03',2598,125,'2005-06-02 09:48:03',2,'2006-02-15 21:30:53'),(186,'2005-05-26 05:32:52',1799,468,'2005-06-03 07:19:52',2,'2006-02-15 21:30:53'),(187,'2005-05-26 05:42:37',4004,515,'2005-06-04 00:38:37',1,'2006-02-15 21:30:53'),(188,'2005-05-26 05:47:12',3342,243,'2005-05-26 23:48:12',1,'2006-02-15 21:30:53'),(189,'2005-05-26 06:01:41',984,247,'2005-05-27 06:11:41',1,'2006-02-15 21:30:53'),(190,'2005-05-26 06:11:28',3962,533,'2005-06-01 09:44:28',1,'2006-02-15 21:30:53'),(191,'2005-05-26 06:14:06',4365,412,'2005-05-28 05:33:06',1,'2006-02-15 21:30:53'),(192,'2005-05-26 06:20:37',1897,437,'2005-06-02 10:57:37',1,'2006-02-15 21:30:53'),(193,'2005-05-26 06:41:48',3900,270,'2005-05-30 06:21:48',2,'2006-02-15 21:30:53'),(194,'2005-05-26 06:52:33',1337,29,'2005-05-30 04:08:33',2,'2006-02-15 21:30:53'),(195,'2005-05-26 06:52:36',506,564,'2005-05-31 02:47:36',2,'2006-02-15 21:30:53'),(196,'2005-05-26 06:55:58',190,184,'2005-05-27 10:54:58',1,'2006-02-15 21:30:53'),(197,'2005-05-26 06:59:21',4212,546,'2005-06-03 05:04:21',2,'2006-02-15 21:30:53'),(198,'2005-05-26 07:03:49',1789,54,'2005-06-04 11:45:49',1,'2006-02-15 21:30:53'),(199,'2005-05-26 07:11:58',2135,71,'2005-05-28 09:06:58',1,'2006-02-15 21:30:53'),(200,'2005-05-26 07:12:21',3926,321,'2005-05-31 12:07:21',1,'2006-02-15 21:30:53'),(201,'2005-05-26 07:13:45',776,444,'2005-06-04 02:02:45',2,'2006-02-15 21:30:53'),(202,'2005-05-26 07:27:36',674,20,'2005-06-02 03:52:36',1,'2006-02-15 21:30:53'),(203,'2005-05-26 07:27:57',3374,109,'2005-06-03 12:52:57',1,'2006-02-15 21:30:53'),(204,'2005-05-26 07:30:37',1842,528,'2005-05-30 08:11:37',1,'2006-02-15 21:30:53'),(205,'2005-05-26 07:59:37',303,114,'2005-05-29 09:43:37',2,'2006-02-15 21:30:53'),(206,'2005-05-26 08:01:54',1717,345,'2005-05-27 06:26:54',1,'2006-02-15 21:30:53'),(207,'2005-05-26 08:04:38',102,47,'2005-05-27 09:32:38',2,'2006-02-15 21:30:53'),(208,'2005-05-26 08:10:22',3669,274,'2005-05-27 03:55:22',1,'2006-02-15 21:30:53'),(209,'2005-05-26 08:14:01',729,379,'2005-05-27 09:00:01',1,'2006-02-15 21:30:53'),(210,'2005-05-26 08:14:15',1801,391,'2005-05-27 12:12:15',2,'2006-02-15 21:30:53'),(211,'2005-05-26 08:33:10',4005,170,'2005-05-28 14:09:10',1,'2006-02-15 21:30:53'),(212,'2005-05-26 08:34:41',764,59,'2005-05-30 12:46:41',2,'2006-02-15 21:30:53'),(213,'2005-05-26 08:44:08',1505,394,'2005-05-31 12:33:08',2,'2006-02-15 21:30:53'),(214,'2005-05-26 08:48:49',1453,98,'2005-05-31 04:06:49',2,'2006-02-15 21:30:53'),(215,'2005-05-26 09:02:47',679,197,'2005-05-28 09:45:47',2,'2006-02-15 21:30:53'),(216,'2005-05-26 09:17:43',1398,91,'2005-06-03 08:21:43',1,'2006-02-15 21:30:53'),(217,'2005-05-26 09:24:26',4395,121,'2005-05-31 03:24:26',2,'2006-02-15 21:30:53'),(218,'2005-05-26 09:27:09',2291,309,'2005-06-04 11:53:09',2,'2006-02-15 21:30:53'),(219,'2005-05-26 09:41:45',3074,489,'2005-05-28 04:40:45',1,'2006-02-15 21:30:53'),(220,'2005-05-26 10:06:49',1259,542,'2005-06-01 07:43:49',1,'2006-02-15 21:30:53'),(221,'2005-05-26 10:14:09',3578,143,'2005-05-29 05:57:09',1,'2006-02-15 21:30:53'),(222,'2005-05-26 10:14:38',2745,83,'2005-05-31 08:36:38',2,'2006-02-15 21:30:53'),(223,'2005-05-26 10:15:23',3121,460,'2005-05-30 11:43:23',1,'2006-02-15 21:30:53'),(224,'2005-05-26 10:18:27',4285,318,'2005-06-04 06:59:27',1,'2006-02-15 21:30:53'),(225,'2005-05-26 10:27:50',651,467,'2005-06-01 07:01:50',2,'2006-02-15 21:30:53'),(226,'2005-05-26 10:44:04',4181,221,'2005-05-31 13:26:04',2,'2006-02-15 21:30:53'),(227,'2005-05-26 10:51:46',214,301,'2005-05-30 07:24:46',1,'2006-02-15 21:30:53'),(228,'2005-05-26 10:54:28',511,571,'2005-06-04 09:39:28',1,'2006-02-15 21:30:53'),(229,'2005-05-26 11:19:20',1131,312,'2005-05-31 11:56:20',2,'2006-02-15 21:30:53'),(230,'2005-05-26 11:31:50',1085,58,'2005-05-30 15:22:50',1,'2006-02-15 21:30:53'),(231,'2005-05-26 11:31:59',4032,365,'2005-05-27 07:27:59',1,'2006-02-15 21:30:53'),(232,'2005-05-26 11:38:05',2945,256,'2005-05-27 08:42:05',2,'2006-02-15 21:30:53'),(233,'2005-05-26 11:43:44',715,531,'2005-05-28 17:28:44',2,'2006-02-15 21:30:53'),(234,'2005-05-26 11:47:20',1321,566,'2005-06-03 10:39:20',2,'2006-02-15 21:30:53'),(235,'2005-05-26 11:51:09',3537,119,'2005-06-04 09:36:09',1,'2006-02-15 21:30:53'),(236,'2005-05-26 11:53:49',1265,446,'2005-05-28 13:55:49',1,'2006-02-15 21:30:53'),(237,'2005-05-26 12:15:13',241,536,'2005-05-29 18:10:13',1,'2006-02-15 21:30:53'),(238,'2005-05-26 12:30:22',503,211,'2005-05-27 06:49:22',1,'2006-02-15 21:30:53'),(239,'2005-05-26 12:30:26',131,49,'2005-06-01 13:26:26',2,'2006-02-15 21:30:53'),(240,'2005-05-26 12:40:23',3420,103,'2005-06-04 07:22:23',1,'2006-02-15 21:30:53'),(241,'2005-05-26 12:49:01',4438,245,'2005-05-28 11:43:01',2,'2006-02-15 21:30:53'),(242,'2005-05-26 13:05:08',2095,214,'2005-06-02 15:26:08',1,'2006-02-15 21:30:53'),(243,'2005-05-26 13:06:05',1721,543,'2005-06-03 17:28:05',2,'2006-02-15 21:30:53'),(244,'2005-05-26 13:40:40',1041,257,'2005-05-31 11:58:40',1,'2006-02-15 21:30:53'),(245,'2005-05-26 13:46:59',3045,158,'2005-05-27 09:58:59',2,'2006-02-15 21:30:53'),(246,'2005-05-26 13:57:07',2829,240,'2005-05-29 10:12:07',2,'2006-02-15 21:30:53'),(247,'2005-05-26 14:01:05',4095,102,'2005-05-28 13:38:05',2,'2006-02-15 21:30:53'),(248,'2005-05-26 14:07:58',1913,545,'2005-05-31 14:03:58',2,'2006-02-15 21:30:53'),(249,'2005-05-26 14:19:09',2428,472,'2005-05-28 17:47:09',2,'2006-02-15 21:30:53'),(250,'2005-05-26 14:30:24',368,539,'2005-05-27 08:50:24',1,'2006-02-15 21:30:53'),(251,'2005-05-26 14:35:40',4352,204,'2005-05-29 17:17:40',1,'2006-02-15 21:30:53'),(252,'2005-05-26 14:39:53',1203,187,'2005-06-02 14:48:53',1,'2006-02-15 21:30:53'),(253,'2005-05-26 14:43:14',2969,416,'2005-05-27 12:21:14',1,'2006-02-15 21:30:53'),(254,'2005-05-26 14:43:48',1835,390,'2005-05-31 09:19:48',2,'2006-02-15 21:30:53'),(255,'2005-05-26 14:52:15',3264,114,'2005-05-27 12:45:15',1,'2006-02-15 21:30:53'),(256,'2005-05-26 15:20:58',3194,436,'2005-05-31 15:58:58',1,'2006-02-15 21:30:53'),(257,'2005-05-26 15:27:05',2570,373,'2005-05-29 16:25:05',2,'2006-02-15 21:30:53'),(258,'2005-05-26 15:28:14',3534,502,'2005-05-30 18:38:14',2,'2006-02-15 21:30:53'),(259,'2005-05-26 15:32:46',30,482,'2005-06-04 15:27:46',2,'2006-02-15 21:30:53'),(260,'2005-05-26 15:42:20',435,21,'2005-05-31 13:21:20',2,'2006-02-15 21:30:53'),(261,'2005-05-26 15:44:23',1369,414,'2005-06-02 09:47:23',2,'2006-02-15 21:30:53'),(262,'2005-05-26 15:46:56',4261,236,'2005-05-28 15:49:56',2,'2006-02-15 21:30:53'),(263,'2005-05-26 15:47:40',1160,449,'2005-05-30 10:07:40',2,'2006-02-15 21:30:53'),(264,'2005-05-26 16:00:49',2069,251,'2005-05-27 10:12:49',2,'2006-02-15 21:30:53'),(265,'2005-05-26 16:07:38',2276,303,'2005-06-01 14:20:38',1,'2006-02-15 21:30:53'),(266,'2005-05-26 16:08:05',3303,263,'2005-05-27 10:55:05',2,'2006-02-15 21:30:53'),(267,'2005-05-26 16:16:21',1206,417,'2005-05-30 16:53:21',2,'2006-02-15 21:30:53'),(268,'2005-05-26 16:19:08',1714,75,'2005-05-27 14:35:08',1,'2006-02-15 21:30:53'),(269,'2005-05-26 16:19:46',3501,322,'2005-05-27 15:59:46',2,'2006-02-15 21:30:53'),(270,'2005-05-26 16:20:56',207,200,'2005-06-03 12:40:56',2,'2006-02-15 21:30:53'),(271,'2005-05-26 16:22:01',2388,92,'2005-06-03 17:30:01',2,'2006-02-15 21:30:53'),(272,'2005-05-26 16:27:11',971,71,'2005-06-03 13:10:11',2,'2006-02-15 21:30:53'),(273,'2005-05-26 16:29:36',1590,193,'2005-05-29 18:49:36',2,'2006-02-15 21:30:53'),(274,'2005-05-26 16:48:51',656,311,'2005-06-03 18:17:51',1,'2006-02-15 21:30:53'),(275,'2005-05-26 17:09:53',1718,133,'2005-06-04 22:35:53',1,'2006-02-15 21:30:53'),(276,'2005-05-26 17:16:07',1221,58,'2005-06-03 12:59:07',1,'2006-02-15 21:30:53'),(277,'2005-05-26 17:32:11',1409,45,'2005-05-28 22:54:11',1,'2006-02-15 21:30:53'),(278,'2005-05-26 17:40:58',182,214,'2005-06-02 16:43:58',2,'2006-02-15 21:30:53'),(279,'2005-05-26 18:02:50',661,384,'2005-06-03 18:48:50',2,'2006-02-15 21:30:53'),(280,'2005-05-26 18:36:58',1896,167,'2005-05-27 23:42:58',1,'2006-02-15 21:30:53'),(281,'2005-05-26 18:49:35',1208,582,'2005-05-27 18:11:35',2,'2006-02-15 21:30:53'),(282,'2005-05-26 18:56:26',4486,282,'2005-06-01 16:32:26',2,'2006-02-15 21:30:53'),(283,'2005-05-26 19:05:05',3530,242,'2005-05-31 19:19:05',1,'2006-02-15 21:30:53'),(284,'2005-05-26 19:21:44',350,359,'2005-06-04 14:18:44',2,'2006-02-15 21:30:53'),(285,'2005-05-26 19:41:40',2486,162,'2005-05-31 16:58:40',2,'2006-02-15 21:30:53'),(286,'2005-05-26 19:44:51',314,371,'2005-06-04 18:00:51',2,'2006-02-15 21:30:53'),(287,'2005-05-26 19:44:54',3631,17,'2005-06-02 01:10:54',1,'2006-02-15 21:30:53'),(288,'2005-05-26 19:47:49',3546,82,'2005-06-03 20:53:49',2,'2006-02-15 21:30:53'),(289,'2005-05-26 20:01:09',2449,81,'2005-05-28 15:09:09',1,'2006-02-15 21:30:53'),(290,'2005-05-26 20:08:33',2776,429,'2005-05-30 00:32:33',1,'2006-02-15 21:30:53'),(291,'2005-05-26 20:20:47',485,577,'2005-06-03 02:06:47',2,'2006-02-15 21:30:53'),(292,'2005-05-26 20:22:12',4264,515,'2005-06-05 00:58:12',1,'2006-02-15 21:30:53'),(293,'2005-05-26 20:27:02',1828,158,'2005-06-03 16:45:02',2,'2006-02-15 21:30:53'),(294,'2005-05-26 20:29:57',2751,369,'2005-05-28 17:20:57',1,'2006-02-15 21:30:53'),(295,'2005-05-26 20:33:20',4030,65,'2005-05-27 18:23:20',2,'2006-02-15 21:30:53'),(296,'2005-05-26 20:35:19',3878,468,'2005-06-04 02:31:19',2,'2006-02-15 21:30:53'),(297,'2005-05-26 20:48:48',1594,48,'2005-05-27 19:52:48',2,'2006-02-15 21:30:53'),(298,'2005-05-26 20:52:26',1083,460,'2005-05-29 22:08:26',2,'2006-02-15 21:30:53'),(299,'2005-05-26 20:55:36',4376,448,'2005-05-28 00:25:36',2,'2006-02-15 21:30:53'),(300,'2005-05-26 20:57:00',249,47,'2005-06-05 01:34:00',2,'2006-02-15 21:30:53'),(301,'2005-05-26 21:06:14',3448,274,'2005-06-01 01:54:14',2,'2006-02-15 21:30:53'),(302,'2005-05-26 21:13:46',2921,387,'2005-06-03 15:49:46',2,'2006-02-15 21:30:53'),(303,'2005-05-26 21:16:52',1111,596,'2005-05-27 23:41:52',2,'2006-02-15 21:30:53'),(304,'2005-05-26 21:21:28',1701,534,'2005-06-02 00:05:28',1,'2006-02-15 21:30:53'),(305,'2005-05-26 21:22:07',2665,464,'2005-06-02 22:33:07',2,'2006-02-15 21:30:53'),(306,'2005-05-26 21:31:57',2781,547,'2005-05-28 19:37:57',1,'2006-02-15 21:30:53'),(307,'2005-05-26 21:48:13',1097,375,'2005-06-04 22:24:13',1,'2006-02-15 21:30:53'),(308,'2005-05-26 22:01:39',187,277,'2005-06-04 20:24:39',2,'2006-02-15 21:30:53'),(309,'2005-05-26 22:38:10',1946,251,'2005-06-02 03:10:10',2,'2006-02-15 21:30:53'),(310,'2005-05-26 22:41:07',593,409,'2005-06-02 04:09:07',1,'2006-02-15 21:30:53'),(311,'2005-05-26 22:51:37',2830,201,'2005-06-01 00:02:37',1,'2006-02-15 21:30:53'),(312,'2005-05-26 22:52:19',2008,143,'2005-06-02 18:14:19',2,'2006-02-15 21:30:53'),(313,'2005-05-26 22:56:19',4156,594,'2005-05-29 01:29:19',2,'2006-02-15 21:30:53'),(314,'2005-05-26 23:09:41',2851,203,'2005-05-28 22:49:41',2,'2006-02-15 21:30:53'),(315,'2005-05-26 23:12:55',2847,238,'2005-05-29 23:33:55',1,'2006-02-15 21:30:53'),(316,'2005-05-26 23:22:55',3828,249,'2005-05-29 23:25:55',2,'2006-02-15 21:30:53'),(317,'2005-05-26 23:23:56',26,391,'2005-06-01 19:56:56',2,'2006-02-15 21:30:53'),(318,'2005-05-26 23:37:39',2559,60,'2005-06-03 04:31:39',2,'2006-02-15 21:30:53'),(319,'2005-05-26 23:52:13',3024,77,'2005-05-30 18:55:13',1,'2006-02-15 21:30:53'),(320,'2005-05-27 00:09:24',1090,2,'2005-05-28 04:30:24',2,'2006-02-15 21:30:53'),(322,'2005-05-27 00:47:35',4556,496,'2005-06-02 00:32:35',1,'2006-02-15 21:30:53'),(323,'2005-05-27 00:49:27',2362,144,'2005-05-30 03:12:27',1,'2006-02-15 21:30:53'),(324,'2005-05-27 01:00:04',3364,292,'2005-05-30 04:27:04',1,'2006-02-15 21:30:53'),(325,'2005-05-27 01:09:55',2510,449,'2005-05-31 07:01:55',2,'2006-02-15 21:30:53'),(326,'2005-05-27 01:10:11',3979,432,'2005-06-04 20:25:11',2,'2006-02-15 21:30:53'),(327,'2005-05-27 01:18:57',2678,105,'2005-06-04 04:06:57',1,'2006-02-15 21:30:53'),(328,'2005-05-27 01:29:31',2524,451,'2005-06-01 02:27:31',1,'2006-02-15 21:30:53'),(329,'2005-05-27 01:57:14',2659,231,'2005-05-31 04:19:14',2,'2006-02-15 21:30:53'),(330,'2005-05-27 02:15:30',1536,248,'2005-06-04 05:09:30',2,'2006-02-15 21:30:53'),(331,'2005-05-27 02:22:26',1872,67,'2005-06-05 00:25:26',1,'2006-02-15 21:30:53'),(332,'2005-05-27 02:27:10',1529,299,'2005-06-03 01:26:10',2,'2006-02-15 21:30:53'),(333,'2005-05-27 02:52:21',4001,412,'2005-06-01 00:55:21',2,'2006-02-15 21:30:53'),(334,'2005-05-27 03:03:07',3973,194,'2005-05-29 03:54:07',1,'2006-02-15 21:30:53'),(335,'2005-05-27 03:07:10',1411,16,'2005-06-05 00:15:10',2,'2006-02-15 21:30:53'),(336,'2005-05-27 03:15:23',1811,275,'2005-05-29 22:43:23',1,'2006-02-15 21:30:53'),(337,'2005-05-27 03:22:30',751,19,'2005-06-02 03:27:30',1,'2006-02-15 21:30:53'),(338,'2005-05-27 03:42:52',2596,165,'2005-06-01 05:23:52',2,'2006-02-15 21:30:53'),(339,'2005-05-27 03:47:18',2410,516,'2005-06-04 05:46:18',2,'2006-02-15 21:30:53'),(340,'2005-05-27 03:55:25',946,209,'2005-06-04 07:57:25',2,'2006-02-15 21:30:53'),(341,'2005-05-27 04:01:42',4168,56,'2005-06-05 08:51:42',1,'2006-02-15 21:30:53'),(342,'2005-05-27 04:11:04',4019,539,'2005-05-29 01:28:04',2,'2006-02-15 21:30:53'),(343,'2005-05-27 04:13:41',3301,455,'2005-05-28 08:34:41',1,'2006-02-15 21:30:53'),(344,'2005-05-27 04:30:22',2327,236,'2005-05-29 10:13:22',2,'2006-02-15 21:30:53'),(345,'2005-05-27 04:32:25',1396,144,'2005-05-31 09:50:25',1,'2006-02-15 21:30:53'),(346,'2005-05-27 04:34:41',4319,14,'2005-06-05 04:24:41',2,'2006-02-15 21:30:53'),(347,'2005-05-27 04:40:33',1625,378,'2005-05-28 09:56:33',2,'2006-02-15 21:30:53'),(348,'2005-05-27 04:50:56',1825,473,'2005-06-01 04:43:56',1,'2006-02-15 21:30:53'),(349,'2005-05-27 04:53:11',2920,36,'2005-05-28 06:33:11',2,'2006-02-15 21:30:53'),(350,'2005-05-27 05:01:28',2756,9,'2005-06-04 05:01:28',2,'2006-02-15 21:30:53'),(351,'2005-05-27 05:39:03',3371,118,'2005-06-01 11:10:03',1,'2006-02-15 21:30:53'),(352,'2005-05-27 05:48:19',4369,157,'2005-05-29 09:05:19',1,'2006-02-15 21:30:53'),(353,'2005-05-27 06:03:39',3989,503,'2005-06-03 04:39:39',2,'2006-02-15 21:30:53'),(354,'2005-05-27 06:12:26',2058,452,'2005-06-01 06:48:26',1,'2006-02-15 21:30:53'),(355,'2005-05-27 06:15:33',141,446,'2005-06-01 02:50:33',2,'2006-02-15 21:30:53'),(356,'2005-05-27 06:32:30',2868,382,'2005-05-30 06:24:30',2,'2006-02-15 21:30:53'),(357,'2005-05-27 06:37:15',4417,198,'2005-05-30 07:04:15',2,'2006-02-15 21:30:53'),(358,'2005-05-27 06:43:59',1925,102,'2005-05-29 11:28:59',2,'2006-02-15 21:30:53'),(359,'2005-05-27 06:48:33',1156,152,'2005-05-29 03:55:33',1,'2006-02-15 21:30:53'),(360,'2005-05-27 06:51:14',3489,594,'2005-06-03 01:58:14',1,'2006-02-15 21:30:53'),(361,'2005-05-27 07:03:28',6,587,'2005-05-31 08:01:28',1,'2006-02-15 21:30:53'),(362,'2005-05-27 07:10:25',2324,147,'2005-06-01 08:34:25',1,'2006-02-15 21:30:53'),(363,'2005-05-27 07:14:00',4282,345,'2005-05-28 12:22:00',2,'2006-02-15 21:30:53'),(364,'2005-05-27 07:20:12',833,430,'2005-05-31 10:44:12',2,'2006-02-15 21:30:53'),(365,'2005-05-27 07:31:20',2887,167,'2005-06-04 04:46:20',1,'2006-02-15 21:30:53'),(366,'2005-05-27 07:33:54',360,134,'2005-06-04 01:55:54',2,'2006-02-15 21:30:53'),(367,'2005-05-27 07:37:02',3437,439,'2005-05-30 05:43:02',2,'2006-02-15 21:30:53'),(368,'2005-05-27 07:42:29',1247,361,'2005-06-04 11:20:29',2,'2006-02-15 21:30:53'),(369,'2005-05-27 07:46:49',944,508,'2005-06-01 06:20:49',2,'2006-02-15 21:30:53'),(370,'2005-05-27 07:49:43',3347,22,'2005-06-05 06:39:43',2,'2006-02-15 21:30:53'),(371,'2005-05-27 08:08:18',1235,295,'2005-06-05 03:05:18',2,'2006-02-15 21:30:53'),(372,'2005-05-27 08:13:58',4089,510,'2005-06-04 03:50:58',2,'2006-02-15 21:30:53'),(373,'2005-05-27 08:16:25',1649,464,'2005-06-01 11:41:25',1,'2006-02-15 21:30:53'),(374,'2005-05-27 08:26:30',4420,337,'2005-06-05 07:13:30',1,'2006-02-15 21:30:53'),(375,'2005-05-27 08:49:21',1815,306,'2005-06-04 14:11:21',1,'2006-02-15 21:30:53'),(376,'2005-05-27 08:58:15',3197,542,'2005-06-02 04:48:15',1,'2006-02-15 21:30:53'),(377,'2005-05-27 09:04:05',3012,170,'2005-06-02 03:36:05',2,'2006-02-15 21:30:53'),(378,'2005-05-27 09:23:22',2242,53,'2005-05-29 15:20:22',1,'2006-02-15 21:30:53'),(379,'2005-05-27 09:25:32',3462,584,'2005-06-02 06:19:32',1,'2006-02-15 21:30:53'),(380,'2005-05-27 09:34:39',1777,176,'2005-06-04 11:45:39',1,'2006-02-15 21:30:53'),(381,'2005-05-27 09:43:25',2748,371,'2005-05-31 12:00:25',1,'2006-02-15 21:30:53'),(382,'2005-05-27 10:12:00',4358,183,'2005-05-31 15:03:00',1,'2006-02-15 21:30:53'),(383,'2005-05-27 10:12:20',955,298,'2005-06-03 10:37:20',1,'2006-02-15 21:30:53'),(384,'2005-05-27 10:18:20',910,371,'2005-06-02 09:21:20',2,'2006-02-15 21:30:53'),(385,'2005-05-27 10:23:25',1565,213,'2005-05-30 15:27:25',2,'2006-02-15 21:30:53'),(386,'2005-05-27 10:26:31',1288,109,'2005-05-30 08:32:31',1,'2006-02-15 21:30:53'),(387,'2005-05-27 10:35:27',2684,506,'2005-06-01 13:37:27',2,'2006-02-15 21:30:53'),(388,'2005-05-27 10:37:27',434,28,'2005-05-30 05:45:27',1,'2006-02-15 21:30:53'),(389,'2005-05-27 10:45:41',691,500,'2005-06-05 06:22:41',2,'2006-02-15 21:30:53'),(390,'2005-05-27 11:02:26',3759,48,'2005-06-02 16:09:26',2,'2006-02-15 21:30:53'),(391,'2005-05-27 11:03:55',2193,197,'2005-06-01 11:59:55',2,'2006-02-15 21:30:53'),(392,'2005-05-27 11:14:42',263,359,'2005-06-01 14:28:42',2,'2006-02-15 21:30:53'),(393,'2005-05-27 11:18:25',145,251,'2005-05-28 07:10:25',2,'2006-02-15 21:30:53'),(394,'2005-05-27 11:26:11',1890,274,'2005-06-03 16:44:11',2,'2006-02-15 21:30:53'),(395,'2005-05-27 11:45:49',752,575,'2005-05-31 13:42:49',1,'2006-02-15 21:30:53'),(396,'2005-05-27 11:47:04',1020,112,'2005-05-29 10:14:04',1,'2006-02-15 21:30:53'),(397,'2005-05-27 12:29:02',4193,544,'2005-05-28 17:36:02',2,'2006-02-15 21:30:53'),(398,'2005-05-27 12:44:03',1686,422,'2005-06-02 08:19:03',1,'2006-02-15 21:30:53'),(399,'2005-05-27 12:48:38',553,204,'2005-05-29 15:27:38',1,'2006-02-15 21:30:53'),(400,'2005-05-27 12:51:44',258,249,'2005-05-31 08:34:44',2,'2006-02-15 21:30:53'),(401,'2005-05-27 12:57:55',2179,46,'2005-05-29 17:55:55',2,'2006-02-15 21:30:53'),(402,'2005-05-27 13:17:18',461,354,'2005-05-30 08:53:18',2,'2006-02-15 21:30:53'),(403,'2005-05-27 13:28:52',3983,424,'2005-05-29 11:47:52',2,'2006-02-15 21:30:53'),(404,'2005-05-27 13:31:51',1293,168,'2005-05-30 16:58:51',1,'2006-02-15 21:30:53'),(405,'2005-05-27 13:32:39',4090,272,'2005-06-05 18:53:39',2,'2006-02-15 21:30:53'),(406,'2005-05-27 13:46:46',2136,381,'2005-05-30 12:43:46',1,'2006-02-15 21:30:53'),(407,'2005-05-27 13:57:38',1077,44,'2005-05-31 18:23:38',1,'2006-02-15 21:30:53'),(408,'2005-05-27 13:57:39',1438,84,'2005-05-28 11:57:39',1,'2006-02-15 21:30:53'),(409,'2005-05-27 14:10:58',3652,220,'2005-06-02 10:40:58',2,'2006-02-15 21:30:53'),(410,'2005-05-27 14:11:22',4010,506,'2005-06-02 20:06:22',2,'2006-02-15 21:30:53'),(411,'2005-05-27 14:14:14',1434,388,'2005-06-03 17:39:14',1,'2006-02-15 21:30:53'),(412,'2005-05-27 14:17:23',1400,375,'2005-05-29 15:07:23',2,'2006-02-15 21:30:53'),(413,'2005-05-27 14:45:37',3516,307,'2005-06-03 11:11:37',1,'2006-02-15 21:30:53'),(414,'2005-05-27 14:48:20',1019,219,'2005-05-31 14:39:20',2,'2006-02-15 21:30:53'),(415,'2005-05-27 14:51:45',3698,304,'2005-05-28 19:07:45',2,'2006-02-15 21:30:53'),(416,'2005-05-27 15:02:10',2371,222,'2005-05-29 10:34:10',2,'2006-02-15 21:30:53'),(417,'2005-05-27 15:07:27',2253,475,'2005-05-29 20:01:27',2,'2006-02-15 21:30:53'),(418,'2005-05-27 15:13:17',3063,151,'2005-06-04 12:05:17',2,'2006-02-15 21:30:53'),(419,'2005-05-27 15:15:11',2514,77,'2005-06-02 11:53:11',1,'2006-02-15 21:30:53'),(420,'2005-05-27 15:19:38',619,93,'2005-06-03 15:07:38',2,'2006-02-15 21:30:53'),(421,'2005-05-27 15:30:13',2985,246,'2005-06-04 13:19:13',2,'2006-02-15 21:30:53'),(422,'2005-05-27 15:31:55',1152,150,'2005-06-01 11:47:55',2,'2006-02-15 21:30:53'),(423,'2005-05-27 15:32:57',1783,284,'2005-06-02 19:03:57',1,'2006-02-15 21:30:53'),(424,'2005-05-27 15:34:01',2815,35,'2005-06-05 09:44:01',1,'2006-02-15 21:30:53'),(425,'2005-05-27 15:51:30',1518,182,'2005-06-03 16:52:30',2,'2006-02-15 21:30:53'),(426,'2005-05-27 15:56:57',1103,522,'2005-06-05 11:45:57',1,'2006-02-15 21:30:53'),(427,'2005-05-27 16:10:04',1677,288,'2005-06-05 13:22:04',2,'2006-02-15 21:30:53'),(428,'2005-05-27 16:10:58',3349,161,'2005-05-31 17:24:58',2,'2006-02-15 21:30:53'),(429,'2005-05-27 16:21:26',129,498,'2005-06-05 20:23:26',2,'2006-02-15 21:30:53'),(430,'2005-05-27 16:22:10',1920,190,'2005-06-05 13:10:10',1,'2006-02-15 21:30:53'),(431,'2005-05-27 16:31:05',4507,334,'2005-06-05 11:29:05',1,'2006-02-15 21:30:53'),(432,'2005-05-27 16:40:29',1119,46,'2005-05-29 16:20:29',1,'2006-02-15 21:30:53'),(433,'2005-05-27 16:40:40',4364,574,'2005-05-30 19:55:40',2,'2006-02-15 21:30:53'),(434,'2005-05-27 16:54:27',3360,246,'2005-06-04 22:26:27',1,'2006-02-15 21:30:53'),(435,'2005-05-27 17:17:09',3328,3,'2005-06-02 11:20:09',2,'2006-02-15 21:30:53'),(436,'2005-05-27 17:21:04',4317,267,'2005-05-30 21:26:04',2,'2006-02-15 21:30:53'),(437,'2005-05-27 17:47:22',1800,525,'2005-06-05 14:22:22',2,'2006-02-15 21:30:53'),(438,'2005-05-27 17:52:34',4260,249,'2005-06-05 22:23:34',2,'2006-02-15 21:30:53'),(439,'2005-05-27 17:54:48',354,319,'2005-06-02 23:01:48',2,'2006-02-15 21:30:53'),(440,'2005-05-27 18:00:35',4452,314,'2005-05-29 16:15:35',1,'2006-02-15 21:30:53'),(441,'2005-05-27 18:11:05',1578,54,'2005-05-30 22:45:05',1,'2006-02-15 21:30:53'),(442,'2005-05-27 18:12:13',1457,403,'2005-05-30 12:30:13',2,'2006-02-15 21:30:53'),(443,'2005-05-27 18:35:20',2021,547,'2005-06-04 18:58:20',1,'2006-02-15 21:30:53'),(444,'2005-05-27 18:39:15',723,239,'2005-06-01 15:56:15',1,'2006-02-15 21:30:53'),(445,'2005-05-27 18:42:57',1757,293,'2005-05-30 22:35:57',2,'2006-02-15 21:30:53'),(446,'2005-05-27 18:48:41',1955,401,'2005-06-03 16:42:41',2,'2006-02-15 21:30:53'),(447,'2005-05-27 18:57:02',3890,133,'2005-06-05 18:38:02',1,'2006-02-15 21:30:53'),(448,'2005-05-27 19:03:08',2671,247,'2005-06-03 20:28:08',2,'2006-02-15 21:30:53'),(449,'2005-05-27 19:13:15',2469,172,'2005-06-04 01:08:15',2,'2006-02-15 21:30:53'),(450,'2005-05-27 19:18:54',1343,247,'2005-06-05 23:52:54',1,'2006-02-15 21:30:53'),(451,'2005-05-27 19:27:54',205,87,'2005-05-29 01:07:54',2,'2006-02-15 21:30:53'),(452,'2005-05-27 19:30:33',2993,127,'2005-05-30 20:53:33',2,'2006-02-15 21:30:53'),(453,'2005-05-27 19:31:16',4425,529,'2005-05-29 23:06:16',1,'2006-02-15 21:30:53'),(454,'2005-05-27 19:31:36',3499,575,'2005-05-30 15:46:36',1,'2006-02-15 21:30:53'),(455,'2005-05-27 19:43:29',3344,343,'2005-06-04 23:40:29',2,'2006-02-15 21:30:53'),(456,'2005-05-27 19:50:06',1699,92,'2005-06-02 22:14:06',1,'2006-02-15 21:30:53'),(457,'2005-05-27 19:52:29',2368,300,'2005-06-02 17:17:29',2,'2006-02-15 21:30:53'),(458,'2005-05-27 19:58:36',3350,565,'2005-06-06 00:51:36',1,'2006-02-15 21:30:53'),(459,'2005-05-27 20:00:04',597,468,'2005-05-29 22:47:04',1,'2006-02-15 21:30:53'),(460,'2005-05-27 20:02:03',4238,240,'2005-05-28 16:14:03',1,'2006-02-15 21:30:53'),(461,'2005-05-27 20:08:55',2077,447,'2005-06-01 14:32:55',1,'2006-02-15 21:30:53'),(462,'2005-05-27 20:10:36',2314,364,'2005-06-03 21:12:36',2,'2006-02-15 21:30:53'),(463,'2005-05-27 20:11:47',826,21,'2005-06-04 21:18:47',1,'2006-02-15 21:30:53'),(464,'2005-05-27 20:42:44',1313,193,'2005-05-30 00:49:44',2,'2006-02-15 21:30:53'),(465,'2005-05-27 20:44:36',20,261,'2005-06-02 02:43:36',1,'2006-02-15 21:30:53'),(466,'2005-05-27 20:57:07',1786,442,'2005-05-29 15:52:07',1,'2006-02-15 21:30:53'),(467,'2005-05-27 21:10:03',339,557,'2005-06-01 16:08:03',1,'2006-02-15 21:30:53'),(468,'2005-05-27 21:13:10',2656,101,'2005-06-04 15:26:10',2,'2006-02-15 21:30:53'),(469,'2005-05-27 21:14:26',4463,154,'2005-06-05 21:51:26',1,'2006-02-15 21:30:53'),(470,'2005-05-27 21:17:08',1613,504,'2005-06-04 17:47:08',1,'2006-02-15 21:30:53'),(471,'2005-05-27 21:32:42',2872,209,'2005-05-31 00:39:42',2,'2006-02-15 21:30:53'),(472,'2005-05-27 21:36:15',1338,528,'2005-05-29 21:07:15',1,'2006-02-15 21:30:53'),(473,'2005-05-27 21:36:34',802,105,'2005-06-05 17:02:34',1,'2006-02-15 21:30:53'),(474,'2005-05-27 22:11:56',1474,274,'2005-05-31 19:07:56',1,'2006-02-15 21:30:53'),(475,'2005-05-27 22:16:26',2520,159,'2005-05-28 19:58:26',1,'2006-02-15 21:30:53'),(476,'2005-05-27 22:31:36',2451,543,'2005-06-03 19:12:36',1,'2006-02-15 21:30:53'),(477,'2005-05-27 22:33:33',2437,161,'2005-06-02 18:35:33',2,'2006-02-15 21:30:53'),(478,'2005-05-27 22:38:20',424,557,'2005-05-31 18:39:20',2,'2006-02-15 21:30:53'),(479,'2005-05-27 22:39:10',2060,231,'2005-06-05 22:46:10',2,'2006-02-15 21:30:53'),(480,'2005-05-27 22:47:39',2108,220,'2005-06-04 21:17:39',2,'2006-02-15 21:30:53'),(481,'2005-05-27 22:49:27',72,445,'2005-05-30 17:46:27',2,'2006-02-15 21:30:53'),(482,'2005-05-27 22:53:02',4178,546,'2005-06-01 22:53:02',2,'2006-02-15 21:30:53'),(483,'2005-05-27 23:00:25',1510,32,'2005-05-28 21:30:25',1,'2006-02-15 21:30:53'),(484,'2005-05-27 23:26:45',3115,491,'2005-05-29 21:16:45',2,'2006-02-15 21:30:53'),(485,'2005-05-27 23:40:52',2392,105,'2005-05-28 22:40:52',2,'2006-02-15 21:30:53'),(486,'2005-05-27 23:51:12',1822,398,'2005-05-28 20:26:12',1,'2006-02-15 21:30:53'),(487,'2005-05-28 00:00:30',3774,569,'2005-05-28 19:18:30',2,'2006-02-15 21:30:53'),(488,'2005-05-28 00:07:50',393,168,'2005-06-03 22:30:50',2,'2006-02-15 21:30:53'),(489,'2005-05-28 00:09:12',1940,476,'2005-05-31 04:44:12',2,'2006-02-15 21:30:53'),(490,'2005-05-28 00:09:56',3524,95,'2005-05-30 22:32:56',2,'2006-02-15 21:30:53'),(491,'2005-05-28 00:13:35',1326,196,'2005-05-29 00:11:35',2,'2006-02-15 21:30:53'),(492,'2005-05-28 00:24:58',1999,228,'2005-05-28 22:34:58',1,'2006-02-15 21:30:53'),(493,'2005-05-28 00:34:11',184,501,'2005-05-30 18:40:11',1,'2006-02-15 21:30:53'),(494,'2005-05-28 00:39:31',1850,64,'2005-06-02 19:35:31',1,'2006-02-15 21:30:53'),(495,'2005-05-28 00:40:48',1007,526,'2005-05-29 06:07:48',1,'2006-02-15 21:30:53'),(496,'2005-05-28 00:43:41',1785,56,'2005-06-04 03:56:41',1,'2006-02-15 21:30:53'),(497,'2005-05-28 00:54:39',2636,20,'2005-06-03 20:47:39',2,'2006-02-15 21:30:53'),(498,'2005-05-28 01:01:21',458,287,'2005-05-30 21:20:21',2,'2006-02-15 21:30:53'),(499,'2005-05-28 01:05:07',2381,199,'2005-06-05 19:54:07',2,'2006-02-15 21:30:53'),(500,'2005-05-28 01:05:25',4500,145,'2005-05-31 20:04:25',1,'2006-02-15 21:30:53'),(501,'2005-05-28 01:09:36',601,162,'2005-05-30 06:14:36',2,'2006-02-15 21:30:53'),(502,'2005-05-28 01:34:43',3131,179,'2005-05-31 01:02:43',2,'2006-02-15 21:30:53'),(503,'2005-05-28 01:35:25',3005,288,'2005-05-28 22:12:25',2,'2006-02-15 21:30:53'),(504,'2005-05-28 02:05:34',2086,170,'2005-05-30 23:03:34',1,'2006-02-15 21:30:53'),(505,'2005-05-28 02:06:37',71,111,'2005-05-29 06:57:37',1,'2006-02-15 21:30:53'),(506,'2005-05-28 02:09:19',667,469,'2005-06-05 20:34:19',1,'2006-02-15 21:30:53'),(507,'2005-05-28 02:31:19',3621,421,'2005-06-02 05:07:19',2,'2006-02-15 21:30:53'),(508,'2005-05-28 02:40:50',4179,434,'2005-06-05 03:05:50',1,'2006-02-15 21:30:53'),(509,'2005-05-28 02:51:12',3416,147,'2005-05-31 06:27:12',1,'2006-02-15 21:30:53'),(510,'2005-05-28 02:52:14',4338,113,'2005-05-30 21:20:14',2,'2006-02-15 21:30:53'),(511,'2005-05-28 03:04:04',3827,296,'2005-06-03 04:58:04',1,'2006-02-15 21:30:53'),(512,'2005-05-28 03:07:50',2176,231,'2005-06-05 02:12:50',2,'2006-02-15 21:30:53'),(513,'2005-05-28 03:08:10',225,489,'2005-05-29 07:22:10',1,'2006-02-15 21:30:53'),(514,'2005-05-28 03:09:28',1697,597,'2005-06-05 00:49:28',2,'2006-02-15 21:30:53'),(515,'2005-05-28 03:10:10',3369,110,'2005-06-04 02:18:10',2,'2006-02-15 21:30:53'),(516,'2005-05-28 03:11:47',4357,400,'2005-06-04 02:19:47',1,'2006-02-15 21:30:53'),(517,'2005-05-28 03:17:57',234,403,'2005-05-29 06:33:57',1,'2006-02-15 21:30:53'),(518,'2005-05-28 03:18:02',4087,480,'2005-05-30 05:32:02',1,'2006-02-15 21:30:53'),(519,'2005-05-28 03:22:33',3564,245,'2005-06-03 05:06:33',1,'2006-02-15 21:30:53'),(520,'2005-05-28 03:27:37',3845,161,'2005-06-04 05:47:37',1,'2006-02-15 21:30:53'),(521,'2005-05-28 03:32:22',2397,374,'2005-05-28 22:37:22',1,'2006-02-15 21:30:53'),(522,'2005-05-28 03:33:20',3195,382,'2005-05-31 04:23:20',1,'2006-02-15 21:30:53'),(523,'2005-05-28 03:53:26',1905,138,'2005-05-31 05:58:26',2,'2006-02-15 21:30:53'),(524,'2005-05-28 03:57:28',1962,223,'2005-05-31 05:20:28',1,'2006-02-15 21:30:53'),(525,'2005-05-28 04:25:33',1817,14,'2005-06-06 04:18:33',1,'2006-02-15 21:30:53'),(526,'2005-05-28 04:27:37',1387,408,'2005-05-30 07:52:37',1,'2006-02-15 21:30:53'),(527,'2005-05-28 04:28:38',266,169,'2005-06-02 08:19:38',1,'2006-02-15 21:30:53'),(528,'2005-05-28 04:30:05',1655,359,'2005-06-03 10:01:05',2,'2006-02-15 21:30:53'),(529,'2005-05-28 04:34:17',2624,469,'2005-05-30 00:35:17',1,'2006-02-15 21:30:53'),(530,'2005-05-28 05:13:01',3332,312,'2005-06-01 10:21:01',2,'2006-02-15 21:30:53'),(531,'2005-05-28 05:23:38',1113,589,'2005-05-29 08:00:38',2,'2006-02-15 21:30:53'),(532,'2005-05-28 05:36:58',2793,120,'2005-06-02 01:50:58',1,'2006-02-15 21:30:53'),(533,'2005-05-28 06:14:46',4306,528,'2005-06-01 06:26:46',2,'2006-02-15 21:30:53'),(534,'2005-05-28 06:15:25',992,184,'2005-06-06 07:51:25',1,'2006-02-15 21:30:53'),(535,'2005-05-28 06:16:32',4209,307,'2005-05-31 02:48:32',1,'2006-02-15 21:30:53'),(536,'2005-05-28 06:17:33',2962,514,'2005-06-03 10:02:33',2,'2006-02-15 21:30:53'),(537,'2005-05-28 06:20:55',3095,315,'2005-06-05 11:48:55',2,'2006-02-15 21:30:53'),(538,'2005-05-28 06:21:05',2262,110,'2005-06-02 01:22:05',2,'2006-02-15 21:30:53'),(539,'2005-05-28 06:26:16',3427,161,'2005-05-30 02:02:16',1,'2006-02-15 21:30:53'),(540,'2005-05-28 06:40:25',3321,119,'2005-06-06 00:47:25',1,'2006-02-15 21:30:53'),(541,'2005-05-28 06:41:58',1662,535,'2005-06-02 09:12:58',2,'2006-02-15 21:30:53'),(542,'2005-05-28 06:42:13',4444,261,'2005-06-03 09:05:13',1,'2006-02-15 21:30:53'),(543,'2005-05-28 06:43:34',530,493,'2005-06-06 07:16:34',2,'2006-02-15 21:30:53'),(544,'2005-05-28 07:03:00',2964,311,'2005-06-06 06:23:00',1,'2006-02-15 21:30:53'),(545,'2005-05-28 07:10:20',1086,54,'2005-06-04 01:47:20',2,'2006-02-15 21:30:53'),(546,'2005-05-28 07:16:25',487,20,'2005-06-01 08:36:25',1,'2006-02-15 21:30:53'),(547,'2005-05-28 07:24:28',2065,506,'2005-06-06 01:31:28',2,'2006-02-15 21:30:53'),(548,'2005-05-28 07:34:56',3704,450,'2005-06-05 03:14:56',2,'2006-02-15 21:30:53'),(549,'2005-05-28 07:35:37',1818,159,'2005-06-02 09:08:37',1,'2006-02-15 21:30:53'),(550,'2005-05-28 07:39:16',3632,432,'2005-06-06 12:20:16',2,'2006-02-15 21:30:53'),(551,'2005-05-28 07:44:18',3119,315,'2005-06-02 12:55:18',2,'2006-02-15 21:30:53'),(552,'2005-05-28 07:53:38',23,106,'2005-06-04 12:45:38',2,'2006-02-15 21:30:53'),(553,'2005-05-28 08:14:44',1349,176,'2005-06-02 03:01:44',2,'2006-02-15 21:30:53'),(554,'2005-05-28 08:23:16',1951,376,'2005-05-31 03:29:16',2,'2006-02-15 21:30:53'),(555,'2005-05-28 08:31:14',4397,55,'2005-05-30 07:34:14',2,'2006-02-15 21:30:53'),(556,'2005-05-28 08:31:36',1814,22,'2005-06-06 07:29:36',2,'2006-02-15 21:30:53'),(557,'2005-05-28 08:36:22',158,444,'2005-06-03 10:42:22',2,'2006-02-15 21:30:53'),(558,'2005-05-28 08:38:43',4163,442,'2005-06-06 13:52:43',1,'2006-02-15 21:30:53'),(559,'2005-05-28 08:39:02',1227,572,'2005-06-05 08:38:02',2,'2006-02-15 21:30:53'),(560,'2005-05-28 08:53:02',644,463,'2005-06-04 12:27:02',2,'2006-02-15 21:30:53'),(561,'2005-05-28 08:54:06',928,77,'2005-06-05 05:54:06',1,'2006-02-15 21:30:53'),(562,'2005-05-28 09:01:21',3390,102,'2005-06-02 05:26:21',2,'2006-02-15 21:30:53'),(563,'2005-05-28 09:10:49',53,324,'2005-06-06 11:32:49',1,'2006-02-15 21:30:53'),(564,'2005-05-28 09:12:09',2973,282,'2005-05-29 05:07:09',1,'2006-02-15 21:30:53'),(565,'2005-05-28 09:26:31',1494,288,'2005-06-01 07:28:31',1,'2006-02-15 21:30:53'),(566,'2005-05-28 09:51:39',4330,253,'2005-06-05 09:35:39',1,'2006-02-15 21:30:53'),(567,'2005-05-28 09:56:20',3308,184,'2005-06-01 06:41:20',2,'2006-02-15 21:30:53'),(568,'2005-05-28 09:57:36',2232,155,'2005-05-31 15:44:36',1,'2006-02-15 21:30:53'),(569,'2005-05-28 10:12:41',4534,56,'2005-06-03 10:08:41',2,'2006-02-15 21:30:53'),(570,'2005-05-28 10:15:04',1122,21,'2005-05-30 08:32:04',1,'2006-02-15 21:30:53'),(571,'2005-05-28 10:17:41',4250,516,'2005-06-05 07:56:41',1,'2006-02-15 21:30:53'),(572,'2005-05-28 10:30:13',1899,337,'2005-06-02 05:04:13',2,'2006-02-15 21:30:53'),(573,'2005-05-28 10:35:23',4020,1,'2005-06-03 06:32:23',1,'2006-02-15 21:30:53'),(574,'2005-05-28 10:44:28',3883,76,'2005-06-04 11:42:28',1,'2006-02-15 21:30:53'),(575,'2005-05-28 10:56:09',4451,142,'2005-06-05 15:39:09',1,'2006-02-15 21:30:53'),(576,'2005-05-28 10:56:10',1866,588,'2005-06-04 13:15:10',2,'2006-02-15 21:30:53'),(577,'2005-05-28 11:09:14',375,6,'2005-06-01 13:27:14',2,'2006-02-15 21:30:53'),(578,'2005-05-28 11:15:48',2938,173,'2005-06-02 09:59:48',1,'2006-02-15 21:30:53'),(579,'2005-05-28 11:19:23',3481,181,'2005-06-02 13:51:23',1,'2006-02-15 21:30:53'),(580,'2005-05-28 11:19:53',3515,17,'2005-06-01 10:44:53',2,'2006-02-15 21:30:53'),(581,'2005-05-28 11:20:29',1380,186,'2005-06-04 12:37:29',2,'2006-02-15 21:30:53'),(582,'2005-05-28 11:33:46',4579,198,'2005-05-29 08:33:46',1,'2006-02-15 21:30:53'),(583,'2005-05-28 11:48:55',2679,386,'2005-06-04 07:09:55',2,'2006-02-15 21:30:53'),(584,'2005-05-28 11:49:00',1833,69,'2005-06-01 11:54:00',1,'2006-02-15 21:30:53'),(585,'2005-05-28 11:50:45',3544,490,'2005-06-03 15:35:45',2,'2006-02-15 21:30:53'),(586,'2005-05-28 12:03:00',898,77,'2005-05-29 13:16:00',1,'2006-02-15 21:30:53'),(587,'2005-05-28 12:05:33',1413,64,'2005-05-30 13:45:33',2,'2006-02-15 21:30:53'),(588,'2005-05-28 12:08:37',95,89,'2005-05-29 16:25:37',2,'2006-02-15 21:30:53'),(589,'2005-05-28 12:27:50',4231,308,'2005-06-03 07:15:50',2,'2006-02-15 21:30:53'),(590,'2005-05-28 13:06:50',473,462,'2005-06-02 09:18:50',1,'2006-02-15 21:30:53'),(591,'2005-05-28 13:11:04',377,19,'2005-05-29 17:20:04',2,'2006-02-15 21:30:53'),(592,'2005-05-28 13:21:08',638,244,'2005-05-29 16:55:08',1,'2006-02-15 21:30:53'),(593,'2005-05-28 13:33:23',1810,16,'2005-05-30 17:10:23',2,'2006-02-15 21:30:53'),(594,'2005-05-28 13:41:56',2766,538,'2005-05-30 12:00:56',1,'2006-02-15 21:30:53'),(595,'2005-05-28 13:59:54',595,294,'2005-06-05 15:16:54',1,'2006-02-15 21:30:53'),(596,'2005-05-28 14:00:03',821,589,'2005-05-29 17:10:03',1,'2006-02-15 21:30:53'),(597,'2005-05-28 14:01:02',4469,249,'2005-06-06 19:06:02',2,'2006-02-15 21:30:53'),(598,'2005-05-28 14:04:50',599,159,'2005-06-03 18:00:50',2,'2006-02-15 21:30:53'),(599,'2005-05-28 14:05:57',4136,393,'2005-06-01 16:41:57',2,'2006-02-15 21:30:53'),(600,'2005-05-28 14:08:19',1567,332,'2005-06-03 11:57:19',2,'2006-02-15 21:30:53'),(601,'2005-05-28 14:08:22',3225,429,'2005-06-04 10:50:22',1,'2006-02-15 21:30:53'),(602,'2005-05-28 14:15:54',1300,590,'2005-06-05 15:16:54',2,'2006-02-15 21:30:53'),(603,'2005-05-28 14:27:51',3248,537,'2005-05-29 13:13:51',1,'2006-02-15 21:30:53'),(604,'2005-05-28 14:37:07',1585,426,'2005-06-03 11:03:07',2,'2006-02-15 21:30:53'),(605,'2005-05-28 14:39:10',4232,501,'2005-06-01 09:28:10',2,'2006-02-15 21:30:53'),(606,'2005-05-28 14:48:39',3509,299,'2005-06-04 09:44:39',2,'2006-02-15 21:30:53'),(607,'2005-05-28 15:02:41',2561,554,'2005-05-30 12:54:41',2,'2006-02-15 21:30:53'),(608,'2005-05-28 15:03:44',4254,494,'2005-06-04 17:14:44',2,'2006-02-15 21:30:53'),(609,'2005-05-28 15:04:02',2944,150,'2005-06-05 14:47:02',2,'2006-02-15 21:30:53'),(610,'2005-05-28 15:15:25',3642,500,'2005-06-02 12:30:25',2,'2006-02-15 21:30:53'),(611,'2005-05-28 15:18:18',1230,580,'2005-05-31 20:15:18',2,'2006-02-15 21:30:53'),(612,'2005-05-28 15:24:54',2180,161,'2005-05-30 14:22:54',2,'2006-02-15 21:30:53'),(613,'2005-05-28 15:27:22',270,595,'2005-06-02 20:01:22',1,'2006-02-15 21:30:53'),(614,'2005-05-28 15:33:28',280,307,'2005-06-04 12:27:28',2,'2006-02-15 21:30:53'),(615,'2005-05-28 15:35:52',3397,533,'2005-06-03 17:35:52',2,'2006-02-15 21:30:53'),(616,'2005-05-28 15:45:39',989,471,'2005-06-02 09:55:39',1,'2006-02-15 21:30:53'),(617,'2005-05-28 15:49:14',4142,372,'2005-05-31 14:29:14',2,'2006-02-15 21:30:53'),(618,'2005-05-28 15:50:07',4445,248,'2005-06-01 19:45:07',1,'2006-02-15 21:30:53'),(619,'2005-05-28 15:52:26',2482,407,'2005-06-06 17:55:26',2,'2006-02-15 21:30:53'),(620,'2005-05-28 15:54:45',2444,321,'2005-06-04 20:26:45',1,'2006-02-15 21:30:53'),(621,'2005-05-28 15:58:12',1144,239,'2005-05-30 21:54:12',1,'2006-02-15 21:30:53'),(622,'2005-05-28 15:58:22',2363,109,'2005-06-04 10:13:22',1,'2006-02-15 21:30:53'),(623,'2005-05-28 16:01:28',1222,495,'2005-05-30 11:19:28',1,'2006-02-15 21:30:53'),(624,'2005-05-28 16:13:22',3660,569,'2005-06-06 20:35:22',1,'2006-02-15 21:30:53'),(625,'2005-05-28 16:35:46',2889,596,'2005-06-01 14:19:46',1,'2006-02-15 21:30:53'),(626,'2005-05-28 16:58:09',452,584,'2005-06-01 14:02:09',2,'2006-02-15 21:30:53'),(627,'2005-05-28 17:04:43',425,241,'2005-06-04 19:58:43',2,'2006-02-15 21:30:53'),(628,'2005-05-28 17:05:46',2513,173,'2005-06-06 16:29:46',2,'2006-02-15 21:30:53'),(629,'2005-05-28 17:19:15',1527,94,'2005-06-02 20:01:15',2,'2006-02-15 21:30:53'),(630,'2005-05-28 17:24:51',1254,417,'2005-06-05 20:05:51',2,'2006-02-15 21:30:53'),(631,'2005-05-28 17:36:32',2465,503,'2005-06-03 14:56:32',2,'2006-02-15 21:30:53'),(632,'2005-05-28 17:37:50',1287,442,'2005-06-03 16:04:50',1,'2006-02-15 21:30:53'),(633,'2005-05-28 17:37:59',58,360,'2005-06-03 22:49:59',2,'2006-02-15 21:30:53'),(634,'2005-05-28 17:40:35',2630,428,'2005-06-05 16:18:35',2,'2006-02-15 21:30:53'),(635,'2005-05-28 17:46:57',1648,42,'2005-06-06 18:24:57',1,'2006-02-15 21:30:53'),(636,'2005-05-28 17:47:58',4213,239,'2005-06-04 16:32:58',1,'2006-02-15 21:30:53'),(637,'2005-05-28 18:14:29',1581,250,'2005-05-29 23:48:29',2,'2006-02-15 21:30:53'),(638,'2005-05-28 18:24:43',2685,372,'2005-06-02 19:03:43',2,'2006-02-15 21:30:53'),(639,'2005-05-28 18:25:02',4204,198,'2005-05-29 18:22:02',1,'2006-02-15 21:30:53'),(640,'2005-05-28 18:43:26',495,465,'2005-05-30 13:39:26',1,'2006-02-15 21:30:53'),(641,'2005-05-28 18:45:47',3548,396,'2005-06-04 15:24:47',1,'2006-02-15 21:30:53'),(642,'2005-05-28 18:49:12',140,157,'2005-06-01 20:50:12',2,'2006-02-15 21:30:53'),(643,'2005-05-28 18:52:11',3105,240,'2005-05-31 15:15:11',2,'2006-02-15 21:30:53'),(644,'2005-05-28 18:59:12',4304,316,'2005-06-04 18:06:12',1,'2006-02-15 21:30:53'),(645,'2005-05-28 19:14:09',3128,505,'2005-06-05 14:01:09',1,'2006-02-15 21:30:53'),(646,'2005-05-28 19:16:14',1922,185,'2005-05-31 16:50:14',2,'2006-02-15 21:30:53'),(647,'2005-05-28 19:22:52',3435,569,'2005-06-01 00:10:52',1,'2006-02-15 21:30:53'),(648,'2005-05-28 19:25:54',3476,253,'2005-06-03 15:57:54',2,'2006-02-15 21:30:53'),(649,'2005-05-28 19:35:45',1781,197,'2005-06-05 16:00:45',1,'2006-02-15 21:30:53'),(650,'2005-05-28 19:45:40',4384,281,'2005-05-29 21:02:40',1,'2006-02-15 21:30:53'),(651,'2005-05-28 19:46:50',739,266,'2005-05-30 16:29:50',1,'2006-02-15 21:30:53'),(652,'2005-05-28 20:08:47',1201,43,'2005-05-29 14:57:47',2,'2006-02-15 21:30:53'),(653,'2005-05-28 20:12:20',126,327,'2005-06-04 14:44:20',2,'2006-02-15 21:30:53'),(654,'2005-05-28 20:15:30',2312,23,'2005-05-30 22:02:30',2,'2006-02-15 21:30:53'),(655,'2005-05-28 20:16:20',331,287,'2005-05-31 16:46:20',2,'2006-02-15 21:30:53'),(656,'2005-05-28 20:18:24',2846,437,'2005-05-30 16:19:24',1,'2006-02-15 21:30:53'),(657,'2005-05-28 20:23:09',848,65,'2005-06-01 02:11:09',1,'2006-02-15 21:30:53'),(658,'2005-05-28 20:23:23',3226,103,'2005-06-06 19:31:23',2,'2006-02-15 21:30:53'),(659,'2005-05-28 20:27:53',1382,207,'2005-05-31 01:36:53',2,'2006-02-15 21:30:53'),(660,'2005-05-28 20:53:31',1414,578,'2005-05-30 15:26:31',1,'2006-02-15 21:30:53'),(661,'2005-05-28 21:01:25',2247,51,'2005-06-02 01:22:25',2,'2006-02-15 21:30:53'),(662,'2005-05-28 21:09:31',2968,166,'2005-06-01 19:00:31',2,'2006-02-15 21:30:53'),(663,'2005-05-28 21:23:02',3997,176,'2005-06-02 17:39:02',2,'2006-02-15 21:30:53'),(664,'2005-05-28 21:31:08',87,523,'2005-06-02 20:56:08',2,'2006-02-15 21:30:53'),(665,'2005-05-28 21:38:39',1012,415,'2005-05-29 21:37:39',1,'2006-02-15 21:30:53'),(666,'2005-05-28 21:48:51',3075,437,'2005-06-05 16:45:51',2,'2006-02-15 21:30:53'),(667,'2005-05-28 21:49:02',797,596,'2005-05-31 03:07:02',1,'2006-02-15 21:30:53'),(668,'2005-05-28 21:54:45',3528,484,'2005-05-29 22:32:45',1,'2006-02-15 21:30:53'),(669,'2005-05-28 22:03:25',3677,313,'2005-06-03 03:39:25',1,'2006-02-15 21:30:53'),(670,'2005-05-28 22:04:03',227,201,'2005-06-06 22:43:03',2,'2006-02-15 21:30:53'),(671,'2005-05-28 22:04:30',1027,14,'2005-06-03 01:21:30',2,'2006-02-15 21:30:53'),(672,'2005-05-28 22:05:29',697,306,'2005-06-06 02:10:29',2,'2006-02-15 21:30:53'),(673,'2005-05-28 22:07:30',1769,468,'2005-06-01 23:42:30',1,'2006-02-15 21:30:53'),(674,'2005-05-28 22:11:35',1150,87,'2005-06-01 23:58:35',2,'2006-02-15 21:30:53'),(675,'2005-05-28 22:22:44',1273,338,'2005-06-01 02:57:44',2,'2006-02-15 21:30:53'),(676,'2005-05-28 22:27:51',2329,490,'2005-05-29 20:36:51',2,'2006-02-15 21:30:53'),(677,'2005-05-28 23:00:08',4558,194,'2005-06-05 19:11:08',2,'2006-02-15 21:30:53'),(678,'2005-05-28 23:15:48',3741,269,'2005-06-03 04:43:48',2,'2006-02-15 21:30:53'),(679,'2005-05-28 23:24:57',907,526,'2005-06-06 21:59:57',2,'2006-02-15 21:30:53'),(680,'2005-05-28 23:27:26',4147,482,'2005-06-02 02:28:26',2,'2006-02-15 21:30:53'),(681,'2005-05-28 23:39:44',3346,531,'2005-06-01 01:42:44',1,'2006-02-15 21:30:53'),(682,'2005-05-28 23:53:18',3160,148,'2005-05-29 19:14:18',2,'2006-02-15 21:30:53'),(683,'2005-05-29 00:09:48',2038,197,'2005-06-02 04:27:48',1,'2006-02-15 21:30:53'),(684,'2005-05-29 00:13:15',3242,461,'2005-06-04 21:26:15',2,'2006-02-15 21:30:53'),(685,'2005-05-29 00:17:51',1385,172,'2005-06-05 05:32:51',2,'2006-02-15 21:30:53'),(686,'2005-05-29 00:27:10',2441,411,'2005-05-30 02:29:10',1,'2006-02-15 21:30:53'),(687,'2005-05-29 00:32:09',1731,250,'2005-05-31 23:53:09',1,'2006-02-15 21:30:53'),(688,'2005-05-29 00:45:24',4135,162,'2005-06-02 01:30:24',1,'2006-02-15 21:30:53'),(689,'2005-05-29 00:46:53',742,571,'2005-06-03 23:48:53',2,'2006-02-15 21:30:53'),(690,'2005-05-29 00:54:53',2646,85,'2005-06-06 00:45:53',1,'2006-02-15 21:30:53'),(691,'2005-05-29 01:01:26',4034,433,'2005-06-07 06:21:26',1,'2006-02-15 21:30:53'),(692,'2005-05-29 01:32:10',800,18,'2005-06-02 03:54:10',2,'2006-02-15 21:30:53'),(693,'2005-05-29 01:42:31',635,190,'2005-06-03 02:29:31',2,'2006-02-15 21:30:53'),(694,'2005-05-29 01:49:43',592,399,'2005-06-05 06:52:43',1,'2006-02-15 21:30:53'),(695,'2005-05-29 01:50:53',4276,528,'2005-06-03 02:28:53',1,'2006-02-15 21:30:53'),(696,'2005-05-29 01:59:10',2076,19,'2005-06-01 02:45:10',1,'2006-02-15 21:30:53'),(697,'2005-05-29 02:04:04',3949,387,'2005-06-04 00:47:04',2,'2006-02-15 21:30:53'),(698,'2005-05-29 02:10:52',1412,109,'2005-06-01 21:52:52',1,'2006-02-15 21:30:53'),(699,'2005-05-29 02:11:44',130,246,'2005-06-04 20:23:44',2,'2006-02-15 21:30:53'),(700,'2005-05-29 02:18:54',500,117,'2005-05-30 05:54:54',1,'2006-02-15 21:30:53'),(701,'2005-05-29 02:26:27',372,112,'2005-06-03 04:59:27',1,'2006-02-15 21:30:53'),(702,'2005-05-29 02:27:30',2556,475,'2005-05-30 01:52:30',2,'2006-02-15 21:30:53'),(703,'2005-05-29 02:29:36',1123,269,'2005-06-03 04:54:36',2,'2006-02-15 21:30:53'),(704,'2005-05-29 02:44:43',2628,330,'2005-06-06 01:51:43',2,'2006-02-15 21:30:53'),(705,'2005-05-29 02:48:52',2809,257,'2005-05-30 06:21:52',1,'2006-02-15 21:30:53'),(706,'2005-05-29 03:05:49',2278,60,'2005-06-04 22:48:49',1,'2006-02-15 21:30:53'),(707,'2005-05-29 03:18:19',819,252,'2005-05-30 02:45:19',1,'2006-02-15 21:30:53'),(708,'2005-05-29 03:23:47',3133,127,'2005-05-31 21:27:47',2,'2006-02-15 21:30:53'),(709,'2005-05-29 03:48:01',2459,479,'2005-06-06 05:21:01',1,'2006-02-15 21:30:53'),(710,'2005-05-29 03:48:36',194,518,'2005-06-03 05:03:36',1,'2006-02-15 21:30:53'),(711,'2005-05-29 03:49:03',4581,215,'2005-05-31 08:29:03',2,'2006-02-15 21:30:53'),(712,'2005-05-29 04:02:24',4191,313,'2005-05-30 03:09:24',2,'2006-02-15 21:30:53'),(713,'2005-05-29 04:10:17',3664,507,'2005-06-07 07:13:17',1,'2006-02-15 21:30:53'),(714,'2005-05-29 04:15:21',2010,452,'2005-06-01 23:05:21',2,'2006-02-15 21:30:53'),(715,'2005-05-29 04:22:41',2030,545,'2005-06-05 09:28:41',1,'2006-02-15 21:30:53'),(716,'2005-05-29 04:35:29',85,36,'2005-06-01 07:42:29',2,'2006-02-15 21:30:53'),(717,'2005-05-29 04:37:44',1383,412,'2005-05-30 05:48:44',2,'2006-02-15 21:30:53'),(718,'2005-05-29 04:52:23',1736,498,'2005-06-02 02:27:23',1,'2006-02-15 21:30:53'),(719,'2005-05-29 05:16:05',267,245,'2005-06-01 07:53:05',2,'2006-02-15 21:30:53'),(720,'2005-05-29 05:17:30',3687,480,'2005-06-06 02:47:30',2,'2006-02-15 21:30:53'),(721,'2005-05-29 05:28:47',1116,44,'2005-05-31 11:24:47',1,'2006-02-15 21:30:53'),(722,'2005-05-29 05:30:31',4540,259,'2005-06-06 04:51:31',1,'2006-02-15 21:30:53'),(723,'2005-05-29 05:34:44',3407,309,'2005-05-30 05:50:44',1,'2006-02-15 21:30:53'),(724,'2005-05-29 05:53:23',3770,416,'2005-06-05 04:01:23',2,'2006-02-15 21:30:53'),(725,'2005-05-29 06:03:41',4088,245,'2005-06-03 08:52:41',2,'2006-02-15 21:30:53'),(726,'2005-05-29 06:05:29',933,452,'2005-06-05 04:40:29',2,'2006-02-15 21:30:53'),(727,'2005-05-29 06:08:15',1629,484,'2005-05-30 07:16:15',1,'2006-02-15 21:30:53'),(728,'2005-05-29 06:12:38',242,551,'2005-06-03 07:41:38',1,'2006-02-15 21:30:53'),(729,'2005-05-29 06:35:13',1688,323,'2005-06-04 03:23:13',2,'2006-02-15 21:30:53'),(730,'2005-05-29 07:00:59',3473,197,'2005-06-06 01:17:59',1,'2006-02-15 21:30:53'),(731,'2005-05-29 07:25:16',4124,5,'2005-05-30 05:21:16',1,'2006-02-15 21:30:53'),(732,'2005-05-29 07:32:51',2530,447,'2005-05-30 10:08:51',2,'2006-02-15 21:30:53'),(733,'2005-05-29 07:35:21',2951,363,'2005-06-05 09:14:21',1,'2006-02-15 21:30:53'),(734,'2005-05-29 07:38:52',3084,538,'2005-06-03 10:17:52',2,'2006-02-15 21:30:53'),(735,'2005-05-29 08:08:13',3421,454,'2005-06-07 13:35:13',1,'2006-02-15 21:30:53'),(736,'2005-05-29 08:10:07',3689,276,'2005-06-05 10:21:07',2,'2006-02-15 21:30:53'),(737,'2005-05-29 08:11:31',769,589,'2005-06-04 11:18:31',2,'2006-02-15 21:30:53'),(738,'2005-05-29 08:20:08',2284,256,'2005-06-06 08:59:08',2,'2006-02-15 21:30:53'),(739,'2005-05-29 08:28:18',1183,84,'2005-06-06 09:21:18',2,'2006-02-15 21:30:53'),(740,'2005-05-29 08:30:36',600,89,'2005-06-04 12:47:36',2,'2006-02-15 21:30:53'),(741,'2005-05-29 08:35:49',3189,495,'2005-06-04 11:55:49',1,'2006-02-15 21:30:53'),(742,'2005-05-29 08:36:30',273,483,'2005-06-05 11:30:30',1,'2006-02-15 21:30:53'),(743,'2005-05-29 08:39:02',2528,548,'2005-06-06 08:42:02',2,'2006-02-15 21:30:53'),(744,'2005-05-29 09:13:08',3722,420,'2005-06-01 07:05:08',2,'2006-02-15 21:30:53'),(745,'2005-05-29 09:22:57',581,152,'2005-06-01 09:10:57',1,'2006-02-15 21:30:53'),(746,'2005-05-29 09:25:10',4272,130,'2005-06-02 04:20:10',2,'2006-02-15 21:30:53'),(747,'2005-05-29 09:26:34',1993,291,'2005-06-05 07:28:34',1,'2006-02-15 21:30:53'),(748,'2005-05-29 09:27:00',2803,7,'2005-06-03 04:25:00',1,'2006-02-15 21:30:53'),(749,'2005-05-29 09:33:33',1146,375,'2005-05-31 11:45:33',2,'2006-02-15 21:30:53'),(750,'2005-05-29 09:41:40',730,269,'2005-05-30 13:31:40',1,'2006-02-15 21:30:53'),(751,'2005-05-29 09:55:43',2711,53,'2005-06-02 04:54:43',1,'2006-02-15 21:30:53'),(752,'2005-05-29 10:14:15',1720,126,'2005-06-04 06:30:15',1,'2006-02-15 21:30:53'),(753,'2005-05-29 10:16:42',1021,135,'2005-06-05 08:52:42',2,'2006-02-15 21:30:53'),(754,'2005-05-29 10:18:59',734,281,'2005-06-04 05:03:59',2,'2006-02-15 21:30:53'),(755,'2005-05-29 10:26:29',3090,576,'2005-06-01 10:25:29',2,'2006-02-15 21:30:53'),(756,'2005-05-29 10:28:45',3152,201,'2005-06-04 12:50:45',1,'2006-02-15 21:30:53'),(757,'2005-05-29 10:29:47',1067,435,'2005-06-07 15:27:47',1,'2006-02-15 21:30:53'),(758,'2005-05-29 10:31:56',1191,563,'2005-06-01 14:53:56',2,'2006-02-15 21:30:53'),(759,'2005-05-29 10:57:57',2367,179,'2005-06-07 16:23:57',2,'2006-02-15 21:30:53'),(760,'2005-05-29 11:07:25',3250,77,'2005-06-02 14:16:25',1,'2006-02-15 21:30:53'),(761,'2005-05-29 11:09:01',2342,58,'2005-06-03 16:18:01',2,'2006-02-15 21:30:53'),(762,'2005-05-29 11:15:51',3683,146,'2005-06-06 07:48:51',1,'2006-02-15 21:30:53'),(763,'2005-05-29 11:32:15',2022,50,'2005-05-31 17:31:15',1,'2006-02-15 21:30:53'),(764,'2005-05-29 11:37:35',1069,149,'2005-05-31 16:47:35',1,'2006-02-15 21:30:53'),(765,'2005-05-29 11:38:34',515,69,'2005-06-02 17:04:34',1,'2006-02-15 21:30:53'),(766,'2005-05-29 11:47:02',2154,383,'2005-06-06 07:14:02',1,'2006-02-15 21:30:53'),(767,'2005-05-29 12:20:19',687,67,'2005-06-02 14:15:19',2,'2006-02-15 21:30:53'),(768,'2005-05-29 12:30:46',2895,566,'2005-06-07 09:00:46',2,'2006-02-15 21:30:53'),(769,'2005-05-29 12:51:44',1523,575,'2005-06-01 17:43:44',1,'2006-02-15 21:30:53'),(770,'2005-05-29 12:56:50',2491,405,'2005-06-07 15:54:50',2,'2006-02-15 21:30:53'),(771,'2005-05-29 12:59:14',353,476,'2005-06-01 16:05:14',2,'2006-02-15 21:30:53'),(772,'2005-05-29 13:08:06',3319,556,'2005-06-06 08:19:06',1,'2006-02-15 21:30:53'),(773,'2005-05-29 13:18:05',245,563,'2005-06-07 17:22:05',1,'2006-02-15 21:30:53'),(774,'2005-05-29 13:19:43',1188,575,'2005-06-01 18:51:43',1,'2006-02-15 21:30:53'),(775,'2005-05-29 13:23:26',1197,124,'2005-05-30 07:53:26',2,'2006-02-15 21:30:53'),(776,'2005-05-29 13:35:35',4339,113,'2005-06-03 17:33:35',1,'2006-02-15 21:30:53'),(777,'2005-05-29 14:07:58',451,360,'2005-06-03 08:41:58',2,'2006-02-15 21:30:53'),(778,'2005-05-29 14:09:53',1816,535,'2005-06-05 20:05:53',1,'2006-02-15 21:30:53'),(779,'2005-05-29 14:17:17',533,105,'2005-06-06 16:46:17',1,'2006-02-15 21:30:53'),(780,'2005-05-29 14:18:32',1919,300,'2005-06-06 20:14:32',1,'2006-02-15 21:30:53'),(781,'2005-05-29 14:23:58',88,313,'2005-05-30 17:44:58',1,'2006-02-15 21:30:53'),(782,'2005-05-29 14:38:57',2255,596,'2005-06-02 13:18:57',2,'2006-02-15 21:30:53'),(783,'2005-05-29 14:41:18',3046,53,'2005-06-06 10:39:18',2,'2006-02-15 21:30:53'),(784,'2005-05-29 14:44:22',2936,352,'2005-06-01 17:28:22',2,'2006-02-15 21:30:53'),(785,'2005-05-29 15:08:41',39,72,'2005-05-30 15:51:41',1,'2006-02-15 21:30:53'),(786,'2005-05-29 15:17:28',2637,439,'2005-06-07 10:07:28',2,'2006-02-15 21:30:53'),(787,'2005-05-29 16:03:03',3919,27,'2005-06-07 11:07:03',2,'2006-02-15 21:30:53'),(788,'2005-05-29 16:13:55',763,562,'2005-05-31 16:40:55',1,'2006-02-15 21:30:53'),(789,'2005-05-29 16:17:07',708,553,'2005-06-06 18:15:07',1,'2006-02-15 21:30:53'),(790,'2005-05-29 16:19:29',2858,593,'2005-06-02 17:22:29',2,'2006-02-15 21:30:53'),(791,'2005-05-29 16:30:42',1554,284,'2005-06-01 19:11:42',1,'2006-02-15 21:30:53'),(792,'2005-05-29 16:32:10',2841,261,'2005-05-31 18:01:10',1,'2006-02-15 21:30:53'),(793,'2005-05-29 16:44:08',379,528,'2005-06-06 19:21:08',2,'2006-02-15 21:30:53'),(794,'2005-05-29 16:44:11',1995,50,'2005-06-05 16:11:11',1,'2006-02-15 21:30:53'),(795,'2005-05-29 16:57:39',609,551,'2005-06-01 11:33:39',2,'2006-02-15 21:30:53'),(796,'2005-05-29 16:59:44',2697,26,'2005-06-03 16:22:44',2,'2006-02-15 21:30:53'),(797,'2005-05-29 17:12:17',1446,244,'2005-06-03 16:06:17',1,'2006-02-15 21:30:53'),(798,'2005-05-29 17:23:43',1102,134,'2005-06-01 13:06:43',2,'2006-02-15 21:30:53'),(799,'2005-05-29 17:24:48',1713,429,'2005-06-05 12:25:48',1,'2006-02-15 21:30:53'),(800,'2005-05-29 17:28:12',441,472,'2005-05-30 14:59:12',1,'2006-02-15 21:30:53'),(801,'2005-05-29 17:35:50',1642,402,'2005-06-04 17:05:50',2,'2006-02-15 21:30:53'),(802,'2005-05-29 17:38:59',785,350,'2005-05-31 22:42:59',2,'2006-02-15 21:30:53'),(803,'2005-05-29 17:52:30',1602,32,'2005-05-30 14:35:30',2,'2006-02-15 21:30:53'),(804,'2005-05-29 18:10:24',3909,171,'2005-06-06 22:53:24',1,'2006-02-15 21:30:53'),(805,'2005-05-29 18:18:18',3132,232,'2005-06-07 15:11:18',2,'2006-02-15 21:30:53'),(806,'2005-05-29 18:31:30',2386,435,'2005-05-31 00:18:30',2,'2006-02-15 21:30:53'),(807,'2005-05-29 18:50:50',2195,235,'2005-06-03 18:36:50',2,'2006-02-15 21:30:53'),(808,'2005-05-29 19:08:20',1928,104,'2005-06-06 20:32:20',2,'2006-02-15 21:30:53'),(809,'2005-05-29 19:10:20',2114,222,'2005-06-05 19:05:20',2,'2006-02-15 21:30:53'),(810,'2005-05-29 19:12:04',2533,346,'2005-06-04 21:12:04',2,'2006-02-15 21:30:53'),(811,'2005-05-29 19:30:42',4419,401,'2005-06-02 16:19:42',2,'2006-02-15 21:30:53'),(812,'2005-05-29 20:00:30',1099,225,'2005-05-30 19:43:30',2,'2006-02-15 21:30:53'),(813,'2005-05-29 20:14:34',4554,344,'2005-06-05 20:56:34',1,'2006-02-15 21:30:53'),(814,'2005-05-29 20:16:12',1572,134,'2005-06-07 17:47:12',1,'2006-02-15 21:30:53'),(815,'2005-05-29 20:24:28',3757,14,'2005-06-03 15:32:28',1,'2006-02-15 21:30:53'),(816,'2005-05-29 20:26:39',630,474,'2005-06-06 22:31:39',2,'2006-02-15 21:30:53'),(817,'2005-05-29 20:39:14',186,554,'2005-05-31 18:24:14',1,'2006-02-15 21:30:53'),(818,'2005-05-29 20:47:53',4106,321,'2005-06-02 23:18:53',2,'2006-02-15 21:30:53'),(819,'2005-05-29 21:00:32',623,511,'2005-06-02 15:15:32',2,'2006-02-15 21:30:53'),(820,'2005-05-29 21:07:22',2584,22,'2005-06-07 00:22:22',2,'2006-02-15 21:30:53'),(821,'2005-05-29 21:31:12',3380,348,'2005-06-04 22:49:12',1,'2006-02-15 21:30:53'),(822,'2005-05-29 21:36:00',2634,480,'2005-06-07 17:24:00',1,'2006-02-15 21:30:53'),(823,'2005-05-29 21:39:37',3249,441,'2005-05-30 22:06:37',1,'2006-02-15 21:30:53'),(824,'2005-05-29 21:45:32',3518,357,'2005-05-31 19:01:32',1,'2006-02-15 21:30:53'),(825,'2005-05-29 21:49:41',712,371,'2005-06-04 20:27:41',2,'2006-02-15 21:30:53'),(826,'2005-05-29 21:56:15',2263,207,'2005-06-08 03:18:15',1,'2006-02-15 21:30:53'),(827,'2005-05-29 21:58:43',62,573,'2005-06-06 00:54:43',1,'2006-02-15 21:30:53'),(828,'2005-05-29 22:14:55',2468,217,'2005-05-30 17:22:55',1,'2006-02-15 21:30:53'),(829,'2005-05-29 22:16:42',1684,371,'2005-06-06 01:38:42',1,'2006-02-15 21:30:53'),(830,'2005-05-29 22:43:55',3464,3,'2005-06-01 17:43:55',1,'2006-02-15 21:30:53'),(831,'2005-05-29 22:50:25',3912,509,'2005-06-06 02:27:25',1,'2006-02-15 21:30:53'),(832,'2005-05-29 22:51:20',1381,159,'2005-06-07 17:37:20',2,'2006-02-15 21:30:53'),(833,'2005-05-29 23:21:56',2898,417,'2005-06-02 18:40:56',1,'2006-02-15 21:30:53'),(834,'2005-05-29 23:24:30',3628,84,'2005-05-30 22:00:30',2,'2006-02-15 21:30:53'),(835,'2005-05-29 23:37:00',299,381,'2005-06-02 23:38:00',1,'2006-02-15 21:30:53'),(836,'2005-05-29 23:56:42',3140,368,'2005-05-31 04:11:42',2,'2006-02-15 21:30:53'),(837,'2005-05-30 00:02:08',977,172,'2005-06-02 05:31:08',2,'2006-02-15 21:30:53'),(838,'2005-05-30 00:27:57',2859,504,'2005-06-06 22:19:57',2,'2006-02-15 21:30:53'),(839,'2005-05-30 00:28:12',1886,337,'2005-06-08 02:43:12',1,'2006-02-15 21:30:53'),(840,'2005-05-30 00:28:41',4049,79,'2005-05-31 20:39:41',2,'2006-02-15 21:30:53'),(841,'2005-05-30 00:31:17',4318,387,'2005-06-02 19:14:17',1,'2006-02-15 21:30:53'),(842,'2005-05-30 00:32:04',2328,238,'2005-06-01 02:21:04',1,'2006-02-15 21:30:53'),(843,'2005-05-30 00:44:24',2214,313,'2005-05-31 00:58:24',2,'2006-02-15 21:30:53'),(844,'2005-05-30 00:58:20',536,429,'2005-06-01 00:38:20',1,'2006-02-15 21:30:53'),(845,'2005-05-30 01:17:25',2001,72,'2005-06-07 02:00:25',1,'2006-02-15 21:30:53'),(846,'2005-05-30 01:17:45',938,49,'2005-06-01 00:56:45',2,'2006-02-15 21:30:53'),(847,'2005-05-30 01:18:15',4387,380,'2005-06-06 20:20:15',2,'2006-02-15 21:30:53'),(848,'2005-05-30 01:19:53',1363,436,'2005-06-05 23:40:53',1,'2006-02-15 21:30:53'),(849,'2005-05-30 01:23:07',2424,449,'2005-06-07 01:50:07',1,'2006-02-15 21:30:53'),(850,'2005-05-30 01:35:12',2390,517,'2005-05-31 01:51:12',1,'2006-02-15 21:30:53'),(851,'2005-05-30 01:35:15',2780,530,'2005-06-06 07:27:15',1,'2006-02-15 21:30:53'),(852,'2005-05-30 01:36:57',1622,549,'2005-06-01 22:44:57',1,'2006-02-15 21:30:53'),(853,'2005-05-30 01:43:31',3693,122,'2005-06-01 02:05:31',1,'2006-02-15 21:30:53'),(854,'2005-05-30 01:56:11',921,369,'2005-06-01 06:34:11',2,'2006-02-15 21:30:53'),(855,'2005-05-30 02:00:28',2527,406,'2005-06-03 20:16:28',2,'2006-02-15 21:30:53'),(856,'2005-05-30 02:01:21',3969,53,'2005-06-07 03:25:21',1,'2006-02-15 21:30:53'),(857,'2005-05-30 02:01:23',2569,204,'2005-06-02 06:07:23',2,'2006-02-15 21:30:53'),(858,'2005-05-30 02:10:32',1258,358,'2005-06-01 04:42:32',1,'2006-02-15 21:30:53'),(859,'2005-05-30 02:36:20',3032,79,'2005-06-02 07:49:20',2,'2006-02-15 21:30:53'),(860,'2005-05-30 02:45:16',578,276,'2005-06-08 07:28:16',1,'2006-02-15 21:30:53'),(861,'2005-05-30 02:48:32',3711,502,'2005-06-06 05:43:32',1,'2006-02-15 21:30:53'),(862,'2005-05-30 03:09:11',1186,328,'2005-06-03 21:27:11',1,'2006-02-15 21:30:53'),(863,'2005-05-30 03:14:59',3999,379,'2005-06-05 04:34:59',2,'2006-02-15 21:30:53'),(864,'2005-05-30 03:27:17',2777,544,'2005-06-06 08:28:17',1,'2006-02-15 21:30:53'),(865,'2005-05-30 03:39:44',3183,154,'2005-06-07 08:10:44',2,'2006-02-15 21:30:53'),(866,'2005-05-30 03:43:54',2867,8,'2005-06-08 04:28:54',1,'2006-02-15 21:30:53'),(867,'2005-05-30 03:54:43',3389,99,'2005-06-01 22:59:43',1,'2006-02-15 21:30:53'),(868,'2005-05-30 04:19:55',3604,28,'2005-05-31 02:28:55',1,'2006-02-15 21:30:53'),(869,'2005-05-30 04:22:06',3399,296,'2005-06-03 09:18:06',2,'2006-02-15 21:30:53'),(870,'2005-05-30 04:25:47',2903,391,'2005-06-06 04:32:47',1,'2006-02-15 21:30:53'),(871,'2005-05-30 05:01:30',4573,303,'2005-06-04 06:22:30',2,'2006-02-15 21:30:53'),(872,'2005-05-30 05:03:04',3904,548,'2005-06-06 10:35:04',1,'2006-02-15 21:30:53'),(873,'2005-05-30 05:15:20',4568,375,'2005-06-07 00:49:20',2,'2006-02-15 21:30:53'),(874,'2005-05-30 05:36:21',363,52,'2005-06-01 09:32:21',1,'2006-02-15 21:30:53'),(875,'2005-05-30 05:38:24',1428,326,'2005-06-06 00:34:24',2,'2006-02-15 21:30:53'),(876,'2005-05-30 05:41:22',1471,339,'2005-06-07 09:06:22',2,'2006-02-15 21:30:53'),(877,'2005-05-30 05:48:59',886,9,'2005-06-02 09:30:59',1,'2006-02-15 21:30:53'),(878,'2005-05-30 05:49:13',4265,323,'2005-06-07 04:35:13',1,'2006-02-15 21:30:53'),(879,'2005-05-30 05:49:42',4021,482,'2005-06-05 01:45:42',2,'2006-02-15 21:30:53'),(880,'2005-05-30 06:12:33',1819,460,'2005-06-02 04:35:33',2,'2006-02-15 21:30:53'),(881,'2005-05-30 06:15:36',602,242,'2005-06-02 10:21:36',1,'2006-02-15 21:30:53'),(882,'2005-05-30 06:16:06',3841,477,'2005-06-02 11:57:06',1,'2006-02-15 21:30:53'),(883,'2005-05-30 06:21:05',2271,399,'2005-06-07 04:50:05',2,'2006-02-15 21:30:53'),(884,'2005-05-30 06:41:32',4079,17,'2005-05-31 07:39:32',1,'2006-02-15 21:30:53'),(885,'2005-05-30 06:54:28',646,62,'2005-06-03 07:03:28',2,'2006-02-15 21:30:53'),(886,'2005-05-30 06:54:51',4356,393,'2005-06-01 06:04:51',2,'2006-02-15 21:30:53'),(887,'2005-05-30 07:10:00',2727,16,'2005-06-01 06:48:00',2,'2006-02-15 21:30:53'),(888,'2005-05-30 07:13:14',387,128,'2005-06-06 09:50:14',1,'2006-02-15 21:30:53'),(889,'2005-05-30 07:14:53',1299,114,'2005-05-31 07:56:53',2,'2006-02-15 21:30:53'),(890,'2005-05-30 07:43:04',1464,349,'2005-06-01 11:26:04',1,'2006-02-15 21:30:53'),(891,'2005-05-30 07:43:12',2611,391,'2005-06-08 09:21:12',1,'2006-02-15 21:30:53'),(892,'2005-05-30 08:02:56',471,274,'2005-06-05 12:51:56',1,'2006-02-15 21:30:53'),(893,'2005-05-30 08:06:59',3260,502,'2005-06-07 08:23:59',2,'2006-02-15 21:30:53'),(894,'2005-05-30 08:31:31',1118,400,'2005-06-07 12:39:31',1,'2006-02-15 21:30:53'),(895,'2005-05-30 08:50:43',2744,192,'2005-06-05 10:58:43',1,'2006-02-15 21:30:53'),(896,'2005-05-30 09:03:52',2817,207,'2005-06-05 07:37:52',2,'2006-02-15 21:30:53'),(897,'2005-05-30 09:10:01',1334,432,'2005-06-08 03:43:01',1,'2006-02-15 21:30:53'),(898,'2005-05-30 09:26:19',3497,384,'2005-06-01 10:45:19',2,'2006-02-15 21:30:53'),(899,'2005-05-30 09:29:30',1096,156,'2005-06-06 12:39:30',2,'2006-02-15 21:30:53'),(900,'2005-05-30 09:38:41',3543,586,'2005-06-07 11:54:41',1,'2006-02-15 21:30:53'),(901,'2005-05-30 09:40:40',760,259,'2005-06-02 10:32:40',1,'2006-02-15 21:30:53'),(902,'2005-05-30 09:53:36',1514,561,'2005-06-07 12:10:36',1,'2006-02-15 21:30:53'),(903,'2005-05-30 10:11:29',2423,197,'2005-06-03 09:33:29',1,'2006-02-15 21:30:53'),(904,'2005-05-30 10:19:42',2466,44,'2005-06-05 04:58:42',2,'2006-02-15 21:30:53'),(905,'2005-05-30 10:25:00',4372,50,'2005-06-06 06:23:00',1,'2006-02-15 21:30:53'),(906,'2005-05-30 10:30:38',1862,549,'2005-06-07 06:44:38',2,'2006-02-15 21:30:53'),(907,'2005-05-30 10:37:27',3320,506,'2005-06-02 09:51:27',1,'2006-02-15 21:30:53'),(908,'2005-05-30 10:38:37',4427,85,'2005-06-03 09:56:37',1,'2006-02-15 21:30:53'),(909,'2005-05-30 10:43:38',3775,486,'2005-06-08 12:07:38',1,'2006-02-15 21:30:53'),(910,'2005-05-30 10:46:16',2601,374,'2005-06-04 13:32:16',1,'2006-02-15 21:30:53'),(911,'2005-05-30 10:50:22',1404,366,'2005-06-07 12:26:22',2,'2006-02-15 21:30:53'),(912,'2005-05-30 10:58:33',3200,390,'2005-05-31 09:31:33',2,'2006-02-15 21:30:53'),(913,'2005-05-30 11:04:58',3213,369,'2005-06-07 13:22:58',2,'2006-02-15 21:30:53'),(914,'2005-05-30 11:06:00',1393,596,'2005-06-04 06:07:00',2,'2006-02-15 21:30:53'),(915,'2005-05-30 11:20:27',1859,115,'2005-06-02 11:55:27',1,'2006-02-15 21:30:53'),(916,'2005-05-30 11:25:01',1290,6,'2005-05-31 09:06:01',1,'2006-02-15 21:30:53'),(917,'2005-05-30 11:27:06',3629,385,'2005-06-02 08:31:06',1,'2006-02-15 21:30:53'),(918,'2005-05-30 11:32:24',818,197,'2005-05-31 07:55:24',2,'2006-02-15 21:30:53'),(919,'2005-05-30 11:35:06',4052,374,'2005-06-02 13:16:06',2,'2006-02-15 21:30:53'),(920,'2005-05-30 11:44:01',3860,584,'2005-06-02 08:19:01',2,'2006-02-15 21:30:53'),(921,'2005-05-30 11:53:09',1827,508,'2005-06-03 10:00:09',2,'2006-02-15 21:30:53'),(922,'2005-05-30 11:55:55',2442,550,'2005-06-08 10:12:55',2,'2006-02-15 21:30:53'),(923,'2005-05-30 11:58:50',1884,37,'2005-06-05 09:57:50',1,'2006-02-15 21:30:53'),(924,'2005-05-30 12:10:59',3279,293,'2005-06-04 17:28:59',1,'2006-02-15 21:30:53'),(925,'2005-05-30 12:13:52',3203,137,'2005-06-02 14:41:52',2,'2006-02-15 21:30:53'),(926,'2005-05-30 12:15:54',4327,76,'2005-06-01 08:53:54',2,'2006-02-15 21:30:53'),(927,'2005-05-30 12:16:40',1158,167,'2005-05-31 16:20:40',2,'2006-02-15 21:30:53'),(928,'2005-05-30 12:27:14',246,79,'2005-06-05 13:56:14',2,'2006-02-15 21:30:53'),(929,'2005-05-30 12:32:39',4296,536,'2005-06-06 12:17:39',1,'2006-02-15 21:30:53'),(930,'2005-05-30 12:44:57',2835,141,'2005-06-04 10:53:57',2,'2006-02-15 21:30:53'),(931,'2005-05-30 12:53:01',3384,421,'2005-05-31 14:28:01',1,'2006-02-15 21:30:53'),(932,'2005-05-30 12:55:36',719,198,'2005-05-31 10:30:36',2,'2006-02-15 21:30:53'),(933,'2005-05-30 13:08:45',3672,66,'2005-06-01 18:56:45',1,'2006-02-15 21:30:53'),(934,'2005-05-30 13:24:46',3595,60,'2005-06-08 16:44:46',2,'2006-02-15 21:30:53'),(935,'2005-05-30 13:29:36',2421,256,'2005-06-02 11:08:36',1,'2006-02-15 21:30:53'),(936,'2005-05-30 13:52:49',901,469,'2005-06-07 16:56:49',1,'2006-02-15 21:30:53'),(937,'2005-05-30 14:47:31',1054,304,'2005-06-05 09:53:31',2,'2006-02-15 21:30:53'),(938,'2005-05-30 14:47:31',1521,46,'2005-06-04 10:10:31',2,'2006-02-15 21:30:53'),(939,'2005-05-30 14:49:34',1314,367,'2005-06-01 19:00:34',1,'2006-02-15 21:30:53'),(940,'2005-05-30 15:01:02',1278,534,'2005-06-01 18:26:02',1,'2006-02-15 21:30:53'),(941,'2005-05-30 15:02:25',3630,562,'2005-06-01 17:19:25',1,'2006-02-15 21:30:53'),(942,'2005-05-30 15:05:47',4279,473,'2005-06-08 15:59:47',2,'2006-02-15 21:30:53'),(943,'2005-05-30 15:20:19',3737,57,'2005-06-06 18:53:19',1,'2006-02-15 21:30:53'),(944,'2005-05-30 15:26:24',151,131,'2005-06-07 18:09:24',2,'2006-02-15 21:30:53'),(945,'2005-05-30 15:33:17',1441,357,'2005-06-02 15:02:17',2,'2006-02-15 21:30:53'),(946,'2005-05-30 15:35:08',1264,486,'2005-06-08 11:38:08',1,'2006-02-15 21:30:53'),(947,'2005-05-30 15:36:57',4478,62,'2005-06-04 18:48:57',1,'2006-02-15 21:30:53'),(948,'2005-05-30 15:44:27',585,245,'2005-06-08 17:30:27',2,'2006-02-15 21:30:53'),(949,'2005-05-30 15:50:39',2202,368,'2005-06-03 14:25:39',1,'2006-02-15 21:30:53'),(950,'2005-05-30 16:06:08',491,83,'2005-06-01 11:43:08',1,'2006-02-15 21:30:53'),(951,'2005-05-30 16:10:35',1395,59,'2005-05-31 19:01:35',2,'2006-02-15 21:30:53'),(952,'2005-05-30 16:28:07',4389,311,'2005-06-02 16:12:07',2,'2006-02-15 21:30:53'),(953,'2005-05-30 16:34:02',2194,210,'2005-05-31 20:34:02',1,'2006-02-15 21:30:53'),(954,'2005-05-30 16:57:29',1231,297,'2005-06-08 13:30:29',2,'2006-02-15 21:30:53'),(955,'2005-05-30 16:59:03',4140,301,'2005-05-31 11:58:03',2,'2006-02-15 21:30:53'),(956,'2005-05-30 17:30:28',647,296,'2005-06-07 13:54:28',2,'2006-02-15 21:30:53'),(957,'2005-05-30 17:53:29',4428,440,'2005-06-03 15:31:29',2,'2006-02-15 21:30:53'),(958,'2005-05-30 17:58:03',548,186,'2005-06-01 19:17:03',2,'2006-02-15 21:30:53'),(959,'2005-05-30 18:07:00',3108,535,'2005-06-02 14:37:00',2,'2006-02-15 21:30:53'),(960,'2005-05-30 18:13:23',1966,445,'2005-06-04 00:12:23',2,'2006-02-15 21:30:53'),(961,'2005-05-30 18:16:44',3293,588,'2005-06-04 23:40:44',2,'2006-02-15 21:30:53'),(962,'2005-05-30 18:45:17',4535,520,'2005-06-05 22:47:17',1,'2006-02-15 21:30:53'),(963,'2005-05-30 18:52:53',1921,225,'2005-06-07 16:19:53',2,'2006-02-15 21:30:53'),(964,'2005-05-30 18:53:21',657,287,'2005-06-04 22:32:21',2,'2006-02-15 21:30:53'),(965,'2005-05-30 19:00:14',3363,502,'2005-05-31 17:10:14',2,'2006-02-15 21:30:53'),(966,'2005-05-30 19:00:37',1294,496,'2005-05-31 23:51:37',1,'2006-02-15 21:30:53'),(967,'2005-05-30 19:12:06',1954,330,'2005-06-09 00:02:06',2,'2006-02-15 21:30:53'),(968,'2005-05-30 19:20:03',119,576,'2005-05-31 18:17:03',2,'2006-02-15 21:30:53'),(969,'2005-05-30 19:23:48',443,551,'2005-05-31 21:14:48',1,'2006-02-15 21:30:53'),(970,'2005-05-30 19:50:28',1520,307,'2005-06-09 01:19:28',1,'2006-02-15 21:30:53'),(971,'2005-05-30 20:10:52',2911,561,'2005-06-06 20:47:52',1,'2006-02-15 21:30:53'),(972,'2005-05-30 20:21:07',2,411,'2005-06-06 00:36:07',1,'2006-02-15 21:30:53'),(973,'2005-05-30 20:27:45',1914,473,'2005-06-08 22:47:45',2,'2006-02-15 21:30:53'),(974,'2005-05-30 20:28:42',2617,596,'2005-06-08 23:45:42',2,'2006-02-15 21:30:53'),(975,'2005-05-30 21:07:15',3109,7,'2005-06-03 01:48:15',2,'2006-02-15 21:30:53'),(976,'2005-05-30 21:11:19',2290,581,'2005-06-06 02:16:19',2,'2006-02-15 21:30:53'),(977,'2005-05-30 21:22:26',2029,394,'2005-06-04 22:32:26',2,'2006-02-15 21:30:53'),(978,'2005-05-30 21:30:52',407,154,'2005-06-07 16:22:52',1,'2006-02-15 21:30:53'),(979,'2005-05-30 21:37:11',3917,279,'2005-06-08 00:24:11',2,'2006-02-15 21:30:53'),(980,'2005-05-30 21:45:19',4169,273,'2005-06-01 20:32:19',1,'2006-02-15 21:30:53'),(981,'2005-05-30 21:52:42',2913,326,'2005-06-01 03:15:42',2,'2006-02-15 21:30:53'),(982,'2005-05-30 22:15:24',3560,524,'2005-06-02 16:18:24',1,'2006-02-15 21:30:53'),(983,'2005-05-30 22:15:51',63,115,'2005-06-02 22:56:51',1,'2006-02-15 21:30:53'),(984,'2005-05-30 22:17:17',2305,262,'2005-06-01 20:15:17',2,'2006-02-15 21:30:53'),(985,'2005-05-30 22:18:35',1573,564,'2005-06-04 23:36:35',1,'2006-02-15 21:30:53'),(986,'2005-05-30 22:22:52',4045,253,'2005-06-01 02:24:52',1,'2006-02-15 21:30:53'),(987,'2005-05-30 22:59:12',390,11,'2005-06-07 20:56:12',1,'2006-02-15 21:30:53'),(988,'2005-05-30 23:08:03',1364,12,'2005-06-07 00:22:03',1,'2006-02-15 21:30:53'),(989,'2005-05-30 23:11:51',4388,83,'2005-06-03 20:36:51',2,'2006-02-15 21:30:53'),(990,'2005-05-30 23:25:14',4171,311,'2005-06-06 18:41:14',2,'2006-02-15 21:30:53'),(991,'2005-05-30 23:29:22',2863,593,'2005-06-07 23:16:22',1,'2006-02-15 21:30:53'),(992,'2005-05-30 23:47:56',3572,123,'2005-06-05 19:01:56',1,'2006-02-15 21:30:53'),(993,'2005-05-30 23:54:19',2080,513,'2005-06-04 21:27:19',1,'2006-02-15 21:30:53'),(994,'2005-05-30 23:55:36',2798,472,'2005-06-04 01:00:36',2,'2006-02-15 21:30:53'),(995,'2005-05-31 00:06:02',17,150,'2005-06-06 02:30:02',2,'2006-02-15 21:30:53'),(996,'2005-05-31 00:06:20',2075,331,'2005-05-31 21:29:20',2,'2006-02-15 21:30:53'),(997,'2005-05-31 00:08:25',4243,216,'2005-06-02 00:17:25',2,'2006-02-15 21:30:53'),(998,'2005-05-31 00:16:57',3395,389,'2005-06-01 22:41:57',1,'2006-02-15 21:30:53'),(999,'2005-05-31 00:25:10',4433,413,'2005-06-03 06:05:10',2,'2006-02-15 21:30:53'),(1000,'2005-05-31 00:25:56',1774,332,'2005-06-08 19:42:56',2,'2006-02-15 21:30:53'),(1001,'2005-05-31 00:46:31',1498,64,'2005-06-06 06:14:31',2,'2006-02-15 21:30:53'),(1002,'2005-05-31 00:47:56',709,397,'2005-06-06 19:51:56',1,'2006-02-15 21:30:53'),(1003,'2005-05-31 00:48:20',133,161,'2005-06-02 04:53:20',2,'2006-02-15 21:30:53'),(1004,'2005-05-31 00:48:36',1588,565,'2005-06-01 20:56:36',1,'2006-02-15 21:30:53'),(1005,'2005-05-31 00:53:25',4006,551,'2005-06-04 01:21:25',2,'2006-02-15 21:30:53'),(1006,'2005-05-31 00:57:08',3461,222,'2005-06-02 22:35:08',1,'2006-02-15 21:30:53'),(1007,'2005-05-31 01:02:28',3185,24,'2005-06-07 01:36:28',2,'2006-02-15 21:30:53'),(1008,'2005-05-31 01:18:56',914,599,'2005-06-01 01:24:56',2,'2006-02-15 21:30:53'),(1009,'2005-05-31 01:47:35',2523,485,'2005-06-03 20:26:35',1,'2006-02-15 21:30:53'),(1010,'2005-05-31 01:57:32',4038,49,'2005-06-01 06:50:32',2,'2006-02-15 21:30:53'),(1011,'2005-05-31 02:05:39',118,164,'2005-06-04 21:27:39',2,'2006-02-15 21:30:53'),(1012,'2005-05-31 02:18:05',688,291,'2005-06-03 06:47:05',1,'2006-02-15 21:30:53'),(1013,'2005-05-31 02:37:00',4522,384,'2005-06-02 06:39:00',2,'2006-02-15 21:30:53'),(1014,'2005-05-31 02:39:16',766,280,'2005-06-01 06:03:16',2,'2006-02-15 21:30:53'),(1015,'2005-05-31 02:44:57',3702,526,'2005-06-07 23:01:57',2,'2006-02-15 21:30:53'),(1016,'2005-05-31 02:49:43',3423,204,'2005-06-04 03:48:43',1,'2006-02-15 21:30:53'),(1017,'2005-05-31 02:53:36',1242,16,'2005-06-03 05:04:36',1,'2006-02-15 21:30:53'),(1018,'2005-05-31 02:53:42',1930,594,'2005-06-03 00:47:42',2,'2006-02-15 21:30:53'),(1019,'2005-05-31 03:05:07',3975,279,'2005-06-03 08:34:07',1,'2006-02-15 21:30:53'),(1020,'2005-05-31 03:06:08',3402,138,'2005-06-02 08:57:08',2,'2006-02-15 21:30:53'),(1021,'2005-05-31 03:16:15',2724,541,'2005-06-08 06:43:15',2,'2006-02-15 21:30:53'),(1022,'2005-05-31 03:16:45',842,239,'2005-06-08 09:04:45',1,'2006-02-15 21:30:53'),(1023,'2005-05-31 03:26:50',2483,227,'2005-06-05 08:19:50',2,'2006-02-15 21:30:53'),(1024,'2005-05-31 03:30:19',2310,457,'2005-06-09 05:52:19',2,'2006-02-15 21:30:53'),(1025,'2005-05-31 03:41:37',1618,93,'2005-06-08 07:05:37',2,'2006-02-15 21:30:53'),(1026,'2005-05-31 03:45:26',632,107,'2005-06-06 22:30:26',2,'2006-02-15 21:30:53'),(1027,'2005-05-31 03:46:19',2718,55,'2005-06-09 03:50:19',1,'2006-02-15 21:30:53'),(1028,'2005-05-31 03:48:05',4479,51,'2005-06-01 03:51:05',1,'2006-02-15 21:30:53'),(1029,'2005-05-31 03:52:02',2082,50,'2005-06-06 08:10:02',1,'2006-02-15 21:30:53'),(1030,'2005-05-31 04:06:47',3948,267,'2005-06-02 02:59:47',1,'2006-02-15 21:30:53'),(1031,'2005-05-31 04:23:01',917,416,'2005-06-06 08:35:01',1,'2006-02-15 21:30:53'),(1032,'2005-05-31 04:28:43',2937,236,'2005-06-02 02:00:43',2,'2006-02-15 21:30:53'),(1033,'2005-05-31 04:50:07',14,25,'2005-06-02 01:53:07',1,'2006-02-15 21:30:53'),(1034,'2005-05-31 04:53:40',4117,293,'2005-06-09 08:25:40',2,'2006-02-15 21:30:53'),(1035,'2005-05-31 05:01:09',949,362,'2005-06-02 03:59:09',1,'2006-02-15 21:30:53'),(1036,'2005-05-31 05:21:10',2164,438,'2005-06-04 04:19:10',1,'2006-02-15 21:30:53'),(1037,'2005-05-31 05:22:25',810,569,'2005-06-09 04:52:25',1,'2006-02-15 21:30:53'),(1038,'2005-05-31 05:23:47',1253,385,'2005-06-02 03:57:47',2,'2006-02-15 21:30:53'),(1039,'2005-05-31 05:32:29',2479,124,'2005-06-01 06:04:29',2,'2006-02-15 21:30:53'),(1040,'2005-05-31 05:35:16',2546,270,'2005-06-09 04:14:16',1,'2006-02-15 21:30:53'),(1041,'2005-05-31 05:46:23',4432,272,'2005-06-06 09:50:23',2,'2006-02-15 21:30:53'),(1042,'2005-05-31 05:53:00',3155,506,'2005-06-01 05:24:00',1,'2006-02-15 21:30:53'),(1043,'2005-05-31 06:11:40',2322,412,'2005-06-08 09:15:40',2,'2006-02-15 21:30:53'),(1044,'2005-05-31 06:24:44',2574,70,'2005-06-03 04:51:44',1,'2006-02-15 21:30:53'),(1045,'2005-05-31 06:29:01',3470,594,'2005-06-09 04:31:01',1,'2006-02-15 21:30:53'),(1046,'2005-05-31 06:42:30',468,179,'2005-06-03 04:33:30',2,'2006-02-15 21:30:53'),(1047,'2005-05-31 06:45:57',1366,72,'2005-06-04 09:49:57',2,'2006-02-15 21:30:53'),(1048,'2005-05-31 06:49:53',2811,55,'2005-06-02 11:33:53',1,'2006-02-15 21:30:53'),(1049,'2005-05-31 06:57:04',3913,312,'2005-06-02 11:32:04',2,'2006-02-15 21:30:53'),(1050,'2005-05-31 07:01:27',726,303,'2005-06-03 07:50:27',2,'2006-02-15 21:30:53'),(1051,'2005-05-31 07:02:09',1025,246,'2005-06-03 01:32:09',1,'2006-02-15 21:30:53'),(1052,'2005-05-31 07:07:03',2157,156,'2005-06-05 09:38:03',1,'2006-02-15 21:30:53'),(1053,'2005-05-31 07:12:44',3734,196,'2005-06-04 12:33:44',1,'2006-02-15 21:30:53'),(1054,'2005-05-31 07:33:25',1575,126,'2005-06-02 01:40:25',2,'2006-02-15 21:30:53'),(1055,'2005-05-31 07:47:18',1639,108,'2005-06-03 01:57:18',1,'2006-02-15 21:30:53'),(1056,'2005-05-31 07:48:07',1591,519,'2005-06-05 08:51:07',2,'2006-02-15 21:30:53'),(1057,'2005-05-31 07:58:06',497,124,'2005-06-06 03:21:06',1,'2006-02-15 21:30:53'),(1058,'2005-05-31 08:04:17',40,116,'2005-06-03 11:12:17',2,'2006-02-15 21:30:53'),(1059,'2005-05-31 08:20:43',3041,241,'2005-06-04 09:05:43',2,'2006-02-15 21:30:53'),(1060,'2005-05-31 08:21:43',2676,570,'2005-06-09 04:02:43',2,'2006-02-15 21:30:53'),(1061,'2005-05-31 08:27:58',965,109,'2005-06-07 02:34:58',1,'2006-02-15 21:30:53'),(1062,'2005-05-31 08:38:20',2223,176,'2005-06-09 08:23:20',2,'2006-02-15 21:30:53'),(1063,'2005-05-31 08:44:29',2484,7,'2005-06-09 08:00:29',1,'2006-02-15 21:30:53'),(1064,'2005-05-31 08:50:07',2373,460,'2005-06-02 14:47:07',2,'2006-02-15 21:30:53'),(1065,'2005-05-31 08:54:56',3379,316,'2005-06-08 09:21:56',1,'2006-02-15 21:30:53'),(1066,'2005-05-31 09:07:33',2383,541,'2005-06-09 05:34:33',2,'2006-02-15 21:30:53'),(1067,'2005-05-31 09:12:13',2345,32,'2005-06-01 06:15:13',1,'2006-02-15 21:30:53'),(1068,'2005-05-31 09:32:15',150,443,'2005-06-01 11:20:15',1,'2006-02-15 21:30:53'),(1069,'2005-05-31 09:32:31',3057,251,'2005-06-08 10:19:31',2,'2006-02-15 21:30:53'),(1070,'2005-05-31 09:39:56',3170,228,'2005-06-05 10:23:56',1,'2006-02-15 21:30:53'),(1071,'2005-05-31 09:48:56',469,174,'2005-06-02 03:52:56',2,'2006-02-15 21:30:53'),(1072,'2005-05-31 09:52:50',2557,272,'2005-06-05 05:39:50',1,'2006-02-15 21:30:53'),(1073,'2005-05-31 09:55:04',522,146,'2005-06-07 03:55:04',1,'2006-02-15 21:30:53'),(1074,'2005-05-31 10:04:42',2508,503,'2005-06-02 15:27:42',2,'2006-02-15 21:30:53'),(1075,'2005-05-31 10:13:34',2279,9,'2005-06-09 08:11:34',1,'2006-02-15 21:30:53'),(1076,'2005-05-31 10:14:31',2551,214,'2005-06-05 10:13:31',2,'2006-02-15 21:30:53'),(1077,'2005-05-31 10:22:54',1986,24,'2005-06-02 12:21:54',1,'2006-02-15 21:30:53'),(1078,'2005-05-31 10:28:33',3682,230,'2005-06-03 14:45:33',2,'2006-02-15 21:30:53'),(1079,'2005-05-31 10:48:17',268,312,'2005-06-08 12:30:17',1,'2006-02-15 21:30:53'),(1080,'2005-05-31 10:55:26',3491,215,'2005-06-03 13:13:26',2,'2006-02-15 21:30:53'),(1081,'2005-05-31 10:56:32',4524,404,'2005-06-06 11:31:32',1,'2006-02-15 21:30:53'),(1082,'2005-05-31 11:02:01',4510,239,'2005-06-05 08:43:01',1,'2006-02-15 21:30:53'),(1083,'2005-05-31 11:04:48',2393,556,'2005-06-05 13:32:48',1,'2006-02-15 21:30:53'),(1084,'2005-05-31 11:10:17',4577,12,'2005-06-01 11:15:17',1,'2006-02-15 21:30:53'),(1085,'2005-05-31 11:15:43',301,5,'2005-06-07 12:02:43',1,'2006-02-15 21:30:53'),(1086,'2005-05-31 11:17:37',2909,549,'2005-06-06 13:58:37',2,'2006-02-15 21:30:53'),(1087,'2005-05-31 11:18:08',431,169,'2005-06-04 08:33:08',1,'2006-02-15 21:30:53'),(1088,'2005-05-31 11:35:13',3988,356,'2005-06-06 16:01:13',2,'2006-02-15 21:30:53'),(1089,'2005-05-31 11:38:29',3784,367,'2005-06-02 08:06:29',1,'2006-02-15 21:30:53'),(1090,'2005-05-31 12:03:44',3329,23,'2005-06-02 15:54:44',2,'2006-02-15 21:30:53'),(1091,'2005-05-31 12:11:04',3853,251,'2005-06-04 11:42:04',1,'2006-02-15 21:30:53'),(1092,'2005-05-31 12:15:57',4412,278,'2005-06-03 15:39:57',2,'2006-02-15 21:30:53'),(1093,'2005-05-31 12:32:26',2189,214,'2005-06-03 07:51:26',2,'2006-02-15 21:30:53'),(1094,'2005-05-31 13:03:49',3810,547,'2005-06-05 14:30:49',2,'2006-02-15 21:30:53'),(1095,'2005-05-31 13:15:41',4546,252,'2005-06-05 12:10:41',1,'2006-02-15 21:30:53'),(1096,'2005-05-31 13:30:49',1066,271,'2005-06-09 13:53:49',1,'2006-02-15 21:30:53'),(1097,'2005-05-31 13:38:42',2285,491,'2005-06-01 13:54:42',2,'2006-02-15 21:30:53'),(1098,'2005-05-31 13:51:48',1050,425,'2005-06-09 18:42:48',2,'2006-02-15 21:30:53'),(1099,'2005-05-31 13:54:48',924,269,'2005-06-05 13:04:48',2,'2006-02-15 21:30:53'),(1100,'2005-05-31 14:03:21',316,497,'2005-06-06 16:08:21',1,'2006-02-15 21:30:53'),(1101,'2005-05-31 14:13:59',1174,260,'2005-06-07 15:49:59',1,'2006-02-15 21:30:53'),(1102,'2005-05-31 14:20:29',2052,115,'2005-06-04 17:38:29',2,'2006-02-15 21:30:53'),(1103,'2005-05-31 14:24:18',3154,353,'2005-06-09 10:27:18',1,'2006-02-15 21:30:53'),(1104,'2005-05-31 14:30:01',1619,466,'2005-06-05 12:07:01',1,'2006-02-15 21:30:53'),(1105,'2005-05-31 14:33:56',1708,26,'2005-06-07 11:30:56',1,'2006-02-15 21:30:53'),(1106,'2005-05-31 14:36:52',4185,109,'2005-06-01 14:33:52',2,'2006-02-15 21:30:53'),(1107,'2005-05-31 15:04:05',3449,53,'2005-06-07 16:42:05',2,'2006-02-15 21:30:53'),(1108,'2005-05-31 15:05:12',2562,254,'2005-06-09 19:48:12',2,'2006-02-15 21:30:53'),(1109,'2005-05-31 15:12:15',2031,481,'2005-06-09 16:21:15',1,'2006-02-15 21:30:53'),(1110,'2005-05-31 15:22:51',2085,355,'2005-06-07 14:32:51',1,'2006-02-15 21:30:53'),(1111,'2005-05-31 15:24:19',1137,300,'2005-06-08 21:18:19',1,'2006-02-15 21:30:53'),(1112,'2005-05-31 15:51:39',2453,214,'2005-06-03 14:04:39',1,'2006-02-15 21:30:53'),(1113,'2005-05-31 15:58:44',2078,451,'2005-06-05 18:05:44',2,'2006-02-15 21:30:53'),(1114,'2005-05-31 16:00:33',2287,117,'2005-06-01 19:05:33',1,'2006-02-15 21:30:53'),(1115,'2005-05-31 16:07:09',2140,109,'2005-06-04 18:51:09',1,'2006-02-15 21:30:53'),(1116,'2005-05-31 16:10:46',1356,256,'2005-06-01 20:27:46',2,'2006-02-15 21:30:53'),(1117,'2005-05-31 16:15:31',4125,189,'2005-06-04 17:20:31',1,'2006-02-15 21:30:53'),(1118,'2005-05-31 16:23:02',213,510,'2005-06-03 20:00:02',1,'2006-02-15 21:30:53'),(1119,'2005-05-31 16:34:27',4401,469,'2005-06-02 10:54:27',1,'2006-02-15 21:30:53'),(1120,'2005-05-31 16:37:14',2897,361,'2005-06-04 12:53:14',1,'2006-02-15 21:30:53'),(1121,'2005-05-31 16:37:36',1691,74,'2005-06-06 21:02:36',1,'2006-02-15 21:30:53'),(1122,'2005-05-31 16:39:33',1392,180,'2005-06-04 17:25:33',1,'2006-02-15 21:30:53'),(1123,'2005-05-31 16:48:43',142,448,'2005-06-02 19:17:43',2,'2006-02-15 21:30:53'),(1124,'2005-05-31 16:49:34',4560,134,'2005-06-04 19:32:34',2,'2006-02-15 21:30:53'),(1125,'2005-05-31 17:23:44',1172,234,'2005-06-01 15:02:44',1,'2006-02-15 21:30:53'),(1126,'2005-05-31 17:27:45',2765,431,'2005-06-04 20:06:45',2,'2006-02-15 21:30:53'),(1127,'2005-05-31 17:45:49',2412,387,'2005-06-08 22:41:49',2,'2006-02-15 21:30:53'),(1128,'2005-05-31 17:49:26',1496,311,'2005-06-05 19:51:26',2,'2006-02-15 21:30:53'),(1129,'2005-05-31 18:00:48',386,486,'2005-06-04 23:05:48',1,'2006-02-15 21:30:53'),(1130,'2005-05-31 18:13:57',3186,124,'2005-06-06 22:50:57',2,'2006-02-15 21:30:53'),(1131,'2005-05-31 18:44:19',2654,128,'2005-06-01 20:13:19',1,'2006-02-15 21:30:53'),(1132,'2005-05-31 18:44:53',1763,198,'2005-06-07 22:02:53',2,'2006-02-15 21:30:53'),(1133,'2005-05-31 19:12:21',4271,73,'2005-06-02 20:12:21',1,'2006-02-15 21:30:53'),(1134,'2005-05-31 19:14:15',143,191,'2005-06-02 17:13:15',2,'2006-02-15 21:30:53'),(1135,'2005-05-31 19:15:11',3118,122,'2005-06-01 14:44:11',2,'2006-02-15 21:30:53'),(1136,'2005-05-31 19:19:36',3963,50,'2005-06-09 16:04:36',2,'2006-02-15 21:30:53'),(1137,'2005-05-31 19:20:14',3259,351,'2005-06-07 16:10:14',1,'2006-02-15 21:30:53'),(1138,'2005-05-31 19:30:27',3944,438,'2005-06-05 21:42:27',1,'2006-02-15 21:30:53'),(1139,'2005-05-31 19:34:52',666,562,'2005-06-06 17:40:52',1,'2006-02-15 21:30:53'),(1140,'2005-05-31 19:36:30',3731,10,'2005-06-07 18:33:30',2,'2006-02-15 21:30:53'),(1141,'2005-05-31 19:42:02',4128,217,'2005-06-07 00:59:02',2,'2006-02-15 21:30:53'),(1142,'2005-05-31 19:46:38',3998,5,'2005-06-05 14:03:38',1,'2006-02-15 21:30:53'),(1143,'2005-05-31 19:53:03',2632,209,'2005-06-06 20:56:03',2,'2006-02-15 21:30:53'),(1144,'2005-05-31 20:04:10',2450,207,'2005-06-09 16:34:10',1,'2006-02-15 21:30:53'),(1145,'2005-05-31 20:13:45',1133,284,'2005-06-08 02:10:45',1,'2006-02-15 21:30:53'),(1146,'2005-05-31 20:34:45',3134,250,'2005-06-03 18:12:45',2,'2006-02-15 21:30:53'),(1147,'2005-05-31 20:37:52',622,259,'2005-06-06 19:23:52',2,'2006-02-15 21:30:53'),(1148,'2005-05-31 20:38:40',3307,235,'2005-06-02 18:35:40',2,'2006-02-15 21:30:53'),(1149,'2005-05-31 21:03:17',352,326,'2005-06-08 19:58:17',2,'2006-02-15 21:30:53'),(1150,'2005-05-31 21:20:09',1632,136,'2005-06-03 19:15:09',2,'2006-02-15 21:30:53'),(1151,'2005-05-31 21:29:00',1281,581,'2005-06-03 23:24:00',1,'2006-02-15 21:30:53'),(1152,'2005-05-31 21:32:17',210,191,'2005-06-04 21:07:17',2,'2006-02-15 21:30:53'),(1153,'2005-05-31 21:36:44',2725,506,'2005-06-10 01:26:44',2,'2006-02-15 21:30:53'),(1154,'2005-05-31 21:42:09',2732,59,'2005-06-08 16:40:09',1,'2006-02-15 21:30:53'),(1155,'2005-05-31 22:17:11',2048,251,'2005-06-04 20:27:11',2,'2006-02-15 21:30:53'),(1156,'2005-05-31 22:37:34',460,106,'2005-06-01 23:02:34',2,'2006-02-15 21:30:53'),(1157,'2005-05-31 22:47:45',1449,61,'2005-06-02 18:01:45',1,'2006-02-15 21:30:53'),(1158,'2005-06-14 22:53:33',1632,416,'2005-06-18 21:37:33',2,'2006-02-15 21:30:53'),(1159,'2005-06-14 22:55:13',4395,516,'2005-06-17 02:11:13',1,'2006-02-15 21:30:53'),(1160,'2005-06-14 23:00:34',2795,239,'2005-06-18 01:58:34',2,'2006-02-15 21:30:53'),(1161,'2005-06-14 23:07:08',1690,285,'2005-06-21 17:12:08',1,'2006-02-15 21:30:53'),(1162,'2005-06-14 23:09:38',987,310,'2005-06-23 22:00:38',1,'2006-02-15 21:30:53'),(1163,'2005-06-14 23:12:46',4209,592,'2005-06-23 21:53:46',1,'2006-02-15 21:30:53'),(1164,'2005-06-14 23:16:26',3691,49,'2005-06-16 21:00:26',1,'2006-02-15 21:30:53'),(1165,'2005-06-14 23:16:27',2855,264,'2005-06-20 02:40:27',2,'2006-02-15 21:30:53'),(1166,'2005-06-14 23:17:03',2508,46,'2005-06-15 20:43:03',1,'2006-02-15 21:30:53'),(1167,'2005-06-14 23:25:58',4021,323,'2005-06-18 05:18:58',2,'2006-02-15 21:30:53'),(1168,'2005-06-14 23:35:09',4368,481,'2005-06-19 03:20:09',1,'2006-02-15 21:30:53'),(1169,'2005-06-14 23:42:56',1062,139,'2005-06-16 04:02:56',2,'2006-02-15 21:30:53'),(1170,'2005-06-14 23:47:35',2444,595,'2005-06-17 05:28:35',2,'2006-02-15 21:30:53'),(1171,'2005-06-14 23:50:11',4082,284,'2005-06-17 21:44:11',2,'2006-02-15 21:30:53'),(1172,'2005-06-14 23:54:34',2685,306,'2005-06-16 02:26:34',1,'2006-02-15 21:30:53'),(1173,'2005-06-14 23:54:46',1050,191,'2005-06-19 23:26:46',2,'2006-02-15 21:30:53'),(1174,'2005-06-15 00:12:51',2653,95,'2005-06-21 02:10:51',2,'2006-02-15 21:30:53'),(1175,'2005-06-15 00:15:15',3255,197,'2005-06-20 19:23:15',2,'2006-02-15 21:30:53'),(1176,'2005-06-15 00:28:37',2715,512,'2005-06-21 21:42:37',1,'2006-02-15 21:30:53'),(1177,'2005-06-15 00:33:04',1897,210,'2005-06-16 03:47:04',2,'2006-02-15 21:30:53'),(1178,'2005-06-15 00:36:40',2553,279,'2005-06-21 00:27:40',2,'2006-02-15 21:30:53'),(1179,'2005-06-15 00:36:50',816,119,'2005-06-22 22:09:50',1,'2006-02-15 21:30:53'),(1180,'2005-06-15 00:39:01',3119,432,'2005-06-21 22:44:01',2,'2006-02-15 21:30:53'),(1181,'2005-06-15 00:42:17',2973,546,'2005-06-19 03:36:17',2,'2006-02-15 21:30:53'),(1182,'2005-06-15 00:45:21',1061,196,'2005-06-22 03:52:21',1,'2006-02-15 21:30:53'),(1183,'2005-06-15 00:49:19',706,329,'2005-06-20 04:33:19',1,'2006-02-15 21:30:53'),(1184,'2005-06-15 00:49:36',473,295,'2005-06-22 23:39:36',2,'2006-02-15 21:30:53'),(1185,'2005-06-15 00:54:12',2785,1,'2005-06-23 02:42:12',2,'2006-02-15 21:30:53'),(1186,'2005-06-15 00:56:45',1556,368,'2005-06-16 02:23:45',1,'2006-02-15 21:30:53'),(1187,'2005-06-15 00:58:50',1108,334,'2005-06-23 02:19:50',1,'2006-02-15 21:30:53'),(1188,'2005-06-15 01:04:07',246,173,'2005-06-19 03:48:07',1,'2006-02-15 21:30:53'),(1189,'2005-06-15 01:04:22',142,244,'2005-06-24 06:48:22',1,'2006-02-15 21:30:53'),(1190,'2005-06-15 01:05:32',2572,370,'2005-06-23 02:34:32',2,'2006-02-15 21:30:53'),(1191,'2005-06-15 01:10:35',2221,291,'2005-06-17 20:36:35',2,'2006-02-15 21:30:53'),(1192,'2005-06-15 01:18:39',4134,186,'2005-06-19 22:46:39',1,'2006-02-15 21:30:53'),(1193,'2005-06-15 01:24:20',4504,561,'2005-06-21 02:29:20',2,'2006-02-15 21:30:53'),(1194,'2005-06-15 01:25:08',3774,402,'2005-06-21 01:16:08',2,'2006-02-15 21:30:53'),(1195,'2005-06-15 01:37:38',2272,84,'2005-06-17 21:50:38',1,'2006-02-15 21:30:53'),(1196,'2005-06-15 01:38:31',994,52,'2005-06-18 06:55:31',1,'2006-02-15 21:30:53'),(1197,'2005-06-15 01:42:46',3812,349,'2005-06-20 00:22:46',1,'2006-02-15 21:30:53'),(1198,'2005-06-15 01:48:58',1138,491,'2005-06-20 01:07:58',2,'2006-02-15 21:30:53'),(1199,'2005-06-15 01:58:50',253,238,'2005-06-16 20:30:50',2,'2006-02-15 21:30:53'),(1200,'2005-06-15 01:59:51',3329,516,'2005-06-21 21:33:51',1,'2006-02-15 21:30:53'),(1201,'2005-06-15 02:06:28',2679,209,'2005-06-16 21:38:28',2,'2006-02-15 21:30:53'),(1202,'2005-06-15 02:08:04',2821,451,'2005-06-16 21:56:04',1,'2006-02-15 21:30:53'),(1203,'2005-06-15 02:09:02',2223,452,'2005-06-21 00:04:02',1,'2006-02-15 21:30:53'),(1204,'2005-06-15 02:21:46',2450,249,'2005-06-20 07:14:46',2,'2006-02-15 21:30:53'),(1205,'2005-06-15 02:25:56',470,340,'2005-06-22 23:19:56',1,'2006-02-15 21:30:53'),(1206,'2005-06-15 02:27:07',1097,264,'2005-06-18 22:46:07',2,'2006-02-15 21:30:53'),(1207,'2005-06-15 02:27:08',2277,430,'2005-06-19 08:18:08',2,'2006-02-15 21:30:53'),(1208,'2005-06-15 02:30:03',750,376,'2005-06-18 00:04:03',1,'2006-02-15 21:30:53'),(1209,'2005-06-15 02:31:12',1494,146,'2005-06-21 07:39:12',1,'2006-02-15 21:30:53'),(1210,'2005-06-15 02:57:51',7,345,'2005-06-20 01:41:51',2,'2006-02-15 21:30:53'),(1211,'2005-06-15 03:01:20',3360,122,'2005-06-18 07:52:20',2,'2006-02-15 21:30:53'),(1212,'2005-06-15 03:03:33',3611,371,'2005-06-17 06:31:33',1,'2006-02-15 21:30:53'),(1213,'2005-06-15 03:14:05',3191,94,'2005-06-15 21:41:05',2,'2006-02-15 21:30:53'),(1214,'2005-06-15 03:18:40',4482,46,'2005-06-20 07:32:40',1,'2006-02-15 21:30:53'),(1215,'2005-06-15 03:21:00',242,102,'2005-06-19 03:39:00',1,'2006-02-15 21:30:53'),(1216,'2005-06-15 03:23:48',3973,100,'2005-06-18 03:35:48',1,'2006-02-15 21:30:53'),(1217,'2005-06-15 03:24:14',600,203,'2005-06-18 22:37:14',2,'2006-02-15 21:30:53'),(1218,'2005-06-15 03:24:44',239,371,'2005-06-21 22:45:44',2,'2006-02-15 21:30:53'),(1219,'2005-06-15 03:25:59',3005,330,'2005-06-20 00:37:59',1,'2006-02-15 21:30:53'),(1220,'2005-06-15 03:26:15',1621,290,'2005-06-23 08:17:15',1,'2006-02-15 21:30:53'),(1221,'2005-06-15 03:35:16',2124,403,'2005-06-18 03:11:16',1,'2006-02-15 21:30:53'),(1222,'2005-06-15 03:38:49',2799,168,'2005-06-17 22:30:49',1,'2006-02-15 21:30:53'),(1223,'2005-06-15 03:38:53',1299,50,'2005-06-20 01:00:53',2,'2006-02-15 21:30:53'),(1224,'2005-06-15 03:44:25',1572,369,'2005-06-17 03:49:25',2,'2006-02-15 21:30:53'),(1225,'2005-06-15 03:45:35',1929,434,'2005-06-19 02:03:35',1,'2006-02-15 21:30:53'),(1226,'2005-06-15 03:46:10',2290,409,'2005-06-23 02:00:10',1,'2006-02-15 21:30:53'),(1227,'2005-06-15 03:50:03',654,428,'2005-06-21 23:48:03',2,'2006-02-15 21:30:53'),(1228,'2005-06-15 03:50:36',4473,398,'2005-06-17 22:41:36',1,'2006-02-15 21:30:53'),(1229,'2005-06-15 03:53:13',2140,468,'2005-06-18 04:09:13',1,'2006-02-15 21:30:53'),(1230,'2005-06-15 04:04:09',2324,447,'2005-06-16 02:21:09',1,'2006-02-15 21:30:53'),(1231,'2005-06-15 04:04:41',3003,302,'2005-06-20 23:52:41',2,'2006-02-15 21:30:53'),(1232,'2005-06-15 04:18:10',2743,391,'2005-06-17 06:02:10',2,'2006-02-15 21:30:53'),(1233,'2005-06-15 04:18:37',4214,550,'2005-06-22 03:36:37',1,'2006-02-15 21:30:53'),(1234,'2005-06-15 04:21:52',709,529,'2005-06-22 03:25:52',1,'2006-02-15 21:30:53'),(1235,'2005-06-15 04:31:28',1000,255,'2005-06-22 10:08:28',1,'2006-02-15 21:30:53'),(1236,'2005-06-15 04:34:27',3182,66,'2005-06-18 08:15:27',1,'2006-02-15 21:30:53'),(1237,'2005-06-15 04:44:10',3249,49,'2005-06-23 07:00:10',2,'2006-02-15 21:30:53'),(1238,'2005-06-15 04:49:08',3534,205,'2005-06-20 00:06:08',1,'2006-02-15 21:30:53'),(1239,'2005-06-15 04:53:01',3731,444,'2005-06-16 07:03:01',1,'2006-02-15 21:30:53'),(1240,'2005-06-15 04:58:07',3841,28,'2005-06-17 23:56:07',1,'2006-02-15 21:30:53'),(1241,'2005-06-15 04:59:43',4377,62,'2005-06-24 03:32:43',2,'2006-02-15 21:30:53'),(1242,'2005-06-15 05:05:07',821,141,'2005-06-22 04:57:07',1,'2006-02-15 21:30:53'),(1243,'2005-06-15 05:07:32',2629,107,'2005-06-21 08:17:32',2,'2006-02-15 21:30:53'),(1244,'2005-06-15 05:08:40',1026,515,'2005-06-20 10:41:40',1,'2006-02-15 21:30:53'),(1245,'2005-06-15 05:09:01',1314,234,'2005-06-22 06:55:01',2,'2006-02-15 21:30:53'),(1246,'2005-06-15 05:11:19',431,357,'2005-06-21 02:21:19',1,'2006-02-15 21:30:53'),(1247,'2005-06-15 05:16:40',4049,287,'2005-06-23 11:01:40',1,'2006-02-15 21:30:53'),(1248,'2005-06-15 05:33:52',3878,544,'2005-06-19 06:56:52',2,'2006-02-15 21:30:53'),(1249,'2005-06-15 05:38:09',2120,403,'2005-06-22 10:29:09',1,'2006-02-15 21:30:53'),(1250,'2005-06-15 05:55:40',4360,38,'2005-06-23 03:11:40',2,'2006-02-15 21:30:53'),(1251,'2005-06-15 05:58:55',3307,442,'2005-06-23 02:45:55',2,'2006-02-15 21:30:53'),(1252,'2005-06-15 06:05:18',1147,89,'2005-06-24 07:40:18',1,'2006-02-15 21:30:53'),(1253,'2005-06-15 06:06:33',3242,498,'2005-06-21 04:13:33',2,'2006-02-15 21:30:53'),(1254,'2005-06-15 06:11:16',3986,571,'2005-06-21 06:40:16',2,'2006-02-15 21:30:53'),(1255,'2005-06-15 06:13:45',1433,526,'2005-06-16 03:59:45',2,'2006-02-15 21:30:53'),(1256,'2005-06-15 06:13:57',1437,470,'2005-06-16 06:54:57',2,'2006-02-15 21:30:53'),(1257,'2005-06-15 06:15:36',1938,267,'2005-06-21 01:04:36',2,'2006-02-15 21:30:53'),(1258,'2005-06-15 06:21:30',4530,320,'2005-06-18 05:43:30',2,'2006-02-15 21:30:53'),(1259,'2005-06-15 06:37:55',4460,570,'2005-06-23 04:02:55',2,'2006-02-15 21:30:53'),(1260,'2005-06-15 06:42:25',330,586,'2005-06-16 10:44:25',2,'2006-02-15 21:30:53'),(1261,'2005-06-15 06:52:57',2447,95,'2005-06-21 01:47:57',2,'2006-02-15 21:30:53'),(1262,'2005-06-15 06:54:53',4495,236,'2005-06-22 08:09:53',2,'2006-02-15 21:30:53'),(1263,'2005-06-15 06:56:39',4144,540,'2005-06-16 11:08:39',1,'2006-02-15 21:30:53'),(1264,'2005-06-15 06:59:39',4176,439,'2005-06-18 08:10:39',2,'2006-02-15 21:30:53'),(1265,'2005-06-15 07:00:50',982,163,'2005-06-19 12:27:50',1,'2006-02-15 21:30:53'),(1266,'2005-06-15 07:11:39',2230,96,'2005-06-21 02:59:39',2,'2006-02-15 21:30:53'),(1267,'2005-06-15 07:21:21',4246,509,'2005-06-17 08:12:21',2,'2006-02-15 21:30:53'),(1268,'2005-06-15 07:29:30',3641,142,'2005-06-23 12:36:30',1,'2006-02-15 21:30:53'),(1269,'2005-06-15 07:29:59',108,59,'2005-06-16 13:26:59',2,'2006-02-15 21:30:53'),(1270,'2005-06-15 07:30:22',62,395,'2005-06-18 11:31:22',2,'2006-02-15 21:30:53'),(1271,'2005-06-15 07:32:24',379,560,'2005-06-21 05:12:24',1,'2006-02-15 21:30:53'),(1272,'2005-06-15 07:42:58',3128,135,'2005-06-18 12:00:58',1,'2006-02-15 21:30:53'),(1273,'2005-06-15 07:52:35',361,530,'2005-06-21 04:55:35',1,'2006-02-15 21:30:53'),(1274,'2005-06-15 07:52:52',2765,430,'2005-06-20 10:01:52',1,'2006-02-15 21:30:53'),(1275,'2005-06-15 07:55:43',950,214,'2005-06-20 06:30:43',1,'2006-02-15 21:30:53'),(1276,'2005-06-15 08:00:13',1508,388,'2005-06-24 02:55:13',2,'2006-02-15 21:30:53'),(1277,'2005-06-15 08:01:29',76,464,'2005-06-22 07:16:29',2,'2006-02-15 21:30:53'),(1278,'2005-06-15 08:09:12',4471,191,'2005-06-17 04:05:12',2,'2006-02-15 21:30:53'),(1279,'2005-06-15 08:13:57',698,183,'2005-06-18 09:36:57',2,'2006-02-15 21:30:53'),(1280,'2005-06-15 08:16:06',2597,266,'2005-06-21 04:10:06',2,'2006-02-15 21:30:53'),(1281,'2005-06-15 08:21:39',2963,511,'2005-06-17 11:03:39',1,'2006-02-15 21:30:53'),(1282,'2005-06-15 08:25:33',186,539,'2005-06-21 04:02:33',1,'2006-02-15 21:30:53'),(1283,'2005-06-15 08:27:30',3177,470,'2005-06-16 09:46:30',2,'2006-02-15 21:30:53'),(1284,'2005-06-15 08:27:33',1387,463,'2005-06-17 03:58:33',1,'2006-02-15 21:30:53'),(1285,'2005-06-15 08:33:06',1054,254,'2005-06-19 07:36:06',1,'2006-02-15 21:30:53'),(1286,'2005-06-15 08:41:13',774,179,'2005-06-23 13:13:13',2,'2006-02-15 21:30:53'),(1287,'2005-06-15 08:41:38',4204,104,'2005-06-22 14:02:38',1,'2006-02-15 21:30:53'),(1288,'2005-06-15 08:41:52',830,456,'2005-06-19 05:30:52',2,'2006-02-15 21:30:53'),(1289,'2005-06-15 08:44:09',3154,522,'2005-06-21 06:04:09',1,'2006-02-15 21:30:53'),(1290,'2005-06-15 08:52:44',1921,540,'2005-06-24 13:36:44',2,'2006-02-15 21:30:53'),(1291,'2005-06-15 08:55:01',3090,176,'2005-06-24 04:22:01',1,'2006-02-15 21:30:53'),(1292,'2005-06-15 09:03:52',4535,178,'2005-06-21 07:53:52',1,'2006-02-15 21:30:53'),(1293,'2005-06-15 09:06:24',2882,127,'2005-06-18 06:58:24',1,'2006-02-15 21:30:53'),(1294,'2005-06-15 09:09:27',339,327,'2005-06-19 04:43:27',1,'2006-02-15 21:30:53'),(1295,'2005-06-15 09:17:20',2897,449,'2005-06-18 10:14:20',2,'2006-02-15 21:30:53'),(1296,'2005-06-15 09:23:59',1760,200,'2005-06-19 03:44:59',2,'2006-02-15 21:30:53'),(1297,'2005-06-15 09:31:28',1075,4,'2005-06-19 04:33:28',1,'2006-02-15 21:30:53'),(1298,'2005-06-15 09:32:53',4163,334,'2005-06-16 12:40:53',2,'2006-02-15 21:30:53'),(1299,'2005-06-15 09:34:50',1584,91,'2005-06-21 12:07:50',1,'2006-02-15 21:30:53'),(1300,'2005-06-15 09:36:19',2524,186,'2005-06-17 13:54:19',2,'2006-02-15 21:30:53'),(1301,'2005-06-15 09:46:33',1484,33,'2005-06-24 08:56:33',2,'2006-02-15 21:30:53'),(1302,'2005-06-15 09:48:37',324,285,'2005-06-22 06:18:37',1,'2006-02-15 21:30:53'),(1303,'2005-06-15 09:55:57',2001,365,'2005-06-20 14:26:57',2,'2006-02-15 21:30:53'),(1304,'2005-06-15 09:56:02',1304,242,'2005-06-24 07:00:02',1,'2006-02-15 21:30:53'),(1305,'2005-06-15 09:59:16',187,8,'2005-06-19 09:48:16',2,'2006-02-15 21:30:53'),(1306,'2005-06-15 09:59:24',2132,524,'2005-06-19 09:37:24',2,'2006-02-15 21:30:53'),(1307,'2005-06-15 10:06:15',368,507,'2005-06-20 04:50:15',2,'2006-02-15 21:30:53'),(1308,'2005-06-15 10:07:48',220,236,'2005-06-24 15:24:48',1,'2006-02-15 21:30:53'),(1309,'2005-06-15 10:10:49',2356,200,'2005-06-16 12:44:49',1,'2006-02-15 21:30:53'),(1310,'2005-06-15 10:11:42',2045,27,'2005-06-16 15:00:42',1,'2006-02-15 21:30:53'),(1311,'2005-06-15 10:11:59',3114,326,'2005-06-17 08:44:59',2,'2006-02-15 21:30:53'),(1312,'2005-06-15 10:16:27',3608,313,'2005-06-20 06:53:27',1,'2006-02-15 21:30:53'),(1313,'2005-06-15 10:18:34',1657,448,'2005-06-23 06:25:34',1,'2006-02-15 21:30:53'),(1314,'2005-06-15 10:21:45',1359,538,'2005-06-21 14:10:45',1,'2006-02-15 21:30:53'),(1315,'2005-06-15 10:23:08',3844,405,'2005-06-21 15:06:08',1,'2006-02-15 21:30:53'),(1316,'2005-06-15 10:26:23',3891,138,'2005-06-21 09:25:23',2,'2006-02-15 21:30:53'),(1317,'2005-06-15 10:30:19',3696,316,'2005-06-24 08:18:19',1,'2006-02-15 21:30:53'),(1318,'2005-06-15 10:34:26',2760,341,'2005-06-20 16:20:26',1,'2006-02-15 21:30:53'),(1319,'2005-06-15 10:39:05',4296,190,'2005-06-18 05:25:05',1,'2006-02-15 21:30:53'),(1320,'2005-06-15 10:42:13',4484,84,'2005-06-17 13:44:13',1,'2006-02-15 21:30:53'),(1321,'2005-06-15 10:49:17',3516,204,'2005-06-16 15:30:17',1,'2006-02-15 21:30:53'),(1322,'2005-06-15 10:55:09',2076,217,'2005-06-18 15:14:09',2,'2006-02-15 21:30:53'),(1323,'2005-06-15 10:55:17',3273,187,'2005-06-24 09:51:17',1,'2006-02-15 21:30:53'),(1324,'2005-06-15 11:02:45',764,394,'2005-06-17 07:14:45',1,'2006-02-15 21:30:53'),(1325,'2005-06-15 11:03:24',52,193,'2005-06-20 10:54:24',1,'2006-02-15 21:30:53'),(1326,'2005-06-15 11:07:39',59,548,'2005-06-22 05:55:39',2,'2006-02-15 21:30:53'),(1327,'2005-06-15 11:11:39',403,539,'2005-06-22 10:45:39',1,'2006-02-15 21:30:53'),(1328,'2005-06-15 11:23:27',3665,295,'2005-06-19 12:42:27',2,'2006-02-15 21:30:53'),(1329,'2005-06-15 11:25:06',1154,359,'2005-06-17 16:10:06',2,'2006-02-15 21:30:53'),(1330,'2005-06-15 11:29:17',1219,587,'2005-06-24 13:36:17',2,'2006-02-15 21:30:53'),(1331,'2005-06-15 11:34:33',3089,277,'2005-06-21 09:46:33',1,'2006-02-15 21:30:53'),(1332,'2005-06-15 11:36:01',1412,116,'2005-06-17 14:29:01',1,'2006-02-15 21:30:53'),(1333,'2005-06-15 11:37:08',448,310,'2005-06-16 10:13:08',2,'2006-02-15 21:30:53'),(1334,'2005-06-15 11:43:09',1242,269,'2005-06-20 15:45:09',2,'2006-02-15 21:30:53'),(1335,'2005-06-15 11:51:30',1713,64,'2005-06-16 16:42:30',2,'2006-02-15 21:30:53'),(1336,'2005-06-15 12:01:34',1696,290,'2005-06-23 12:05:34',1,'2006-02-15 21:30:53'),(1337,'2005-06-15 12:12:42',4014,465,'2005-06-20 12:38:42',2,'2006-02-15 21:30:53'),(1338,'2005-06-15 12:17:34',1206,25,'2005-06-19 07:40:34',2,'2006-02-15 21:30:53'),(1339,'2005-06-15 12:21:56',424,162,'2005-06-19 07:46:56',1,'2006-02-15 21:30:53'),(1340,'2005-06-15 12:24:15',251,100,'2005-06-22 13:02:15',1,'2006-02-15 21:30:53'),(1341,'2005-06-15 12:26:18',3363,344,'2005-06-21 07:26:18',2,'2006-02-15 21:30:53'),(1342,'2005-06-15 12:26:21',4429,427,'2005-06-22 11:23:21',1,'2006-02-15 21:30:53'),(1343,'2005-06-15 12:27:19',2393,416,'2005-06-21 16:57:19',1,'2006-02-15 21:30:53'),(1344,'2005-06-15 12:29:41',1625,585,'2005-06-22 12:45:41',2,'2006-02-15 21:30:53'),(1345,'2005-06-15 12:32:13',1041,270,'2005-06-24 14:02:13',1,'2006-02-15 21:30:53'),(1346,'2005-06-15 12:39:52',4540,585,'2005-06-24 17:43:52',1,'2006-02-15 21:30:53'),(1347,'2005-06-15 12:43:43',374,190,'2005-06-16 09:55:43',1,'2006-02-15 21:30:53'),(1348,'2005-06-15 12:45:30',2078,196,'2005-06-17 17:12:30',1,'2006-02-15 21:30:53'),(1349,'2005-06-15 12:49:02',1131,267,'2005-06-17 15:20:02',1,'2006-02-15 21:30:53'),(1350,'2005-06-15 12:50:25',4261,316,'2005-06-23 11:35:25',1,'2006-02-15 21:30:53'),(1351,'2005-06-15 12:51:03',2364,484,'2005-06-22 07:23:03',1,'2006-02-15 21:30:53'),(1352,'2005-06-15 12:58:27',4352,276,'2005-06-18 10:57:27',1,'2006-02-15 21:30:53'),(1353,'2005-06-15 13:13:36',2711,480,'2005-06-21 08:46:36',2,'2006-02-15 21:30:53'),(1354,'2005-06-15 13:13:49',1294,83,'2005-06-23 13:08:49',2,'2006-02-15 21:30:53'),(1355,'2005-06-15 13:13:59',4203,499,'2005-06-20 12:23:59',1,'2006-02-15 21:30:53'),(1356,'2005-06-15 13:17:01',1318,212,'2005-06-19 16:22:01',1,'2006-02-15 21:30:53'),(1357,'2005-06-15 13:26:23',2285,205,'2005-06-23 14:12:23',1,'2006-02-15 21:30:53'),(1358,'2005-06-15 13:28:48',2025,442,'2005-06-21 13:40:48',1,'2006-02-15 21:30:53'),(1359,'2005-06-15 13:30:30',3140,353,'2005-06-17 14:55:30',1,'2006-02-15 21:30:53'),(1360,'2005-06-15 13:32:15',4107,14,'2005-06-18 10:59:15',2,'2006-02-15 21:30:53'),(1361,'2005-06-15 13:37:38',4338,115,'2005-06-19 17:08:38',1,'2006-02-15 21:30:53'),(1362,'2005-06-15 13:53:32',4524,98,'2005-06-19 16:05:32',1,'2006-02-15 21:30:53'),(1363,'2005-06-15 14:05:11',771,197,'2005-06-17 19:53:11',2,'2006-02-15 21:30:53'),(1364,'2005-06-15 14:05:32',115,400,'2005-06-16 15:31:32',1,'2006-02-15 21:30:53'),(1365,'2005-06-15 14:09:55',3813,25,'2005-06-19 18:11:55',2,'2006-02-15 21:30:53'),(1366,'2005-06-15 14:21:00',4238,576,'2005-06-24 17:36:00',1,'2006-02-15 21:30:53'),(1367,'2005-06-15 14:25:17',1505,94,'2005-06-21 19:15:17',1,'2006-02-15 21:30:53'),(1368,'2005-06-15 14:27:47',2020,222,'2005-06-23 18:07:47',2,'2006-02-15 21:30:53'),(1369,'2005-06-15 14:29:14',679,221,'2005-06-16 13:01:14',1,'2006-02-15 21:30:53'),(1370,'2005-06-15 14:31:05',644,396,'2005-06-22 19:23:05',2,'2006-02-15 21:30:53'),(1371,'2005-06-15 14:38:15',760,491,'2005-06-23 15:36:15',1,'2006-02-15 21:30:53'),(1372,'2005-06-15 14:45:48',3740,108,'2005-06-17 18:02:48',2,'2006-02-15 21:30:53'),(1373,'2005-06-15 14:48:04',284,51,'2005-06-22 09:48:04',1,'2006-02-15 21:30:53'),(1374,'2005-06-15 14:49:54',3353,120,'2005-06-22 12:30:54',1,'2006-02-15 21:30:53'),(1375,'2005-06-15 14:54:56',3555,500,'2005-06-21 14:48:56',2,'2006-02-15 21:30:53'),(1376,'2005-06-15 14:59:06',4271,215,'2005-06-19 17:34:06',1,'2006-02-15 21:30:53'),(1377,'2005-06-15 15:02:03',3410,245,'2005-06-22 14:54:03',2,'2006-02-15 21:30:53'),(1378,'2005-06-15 15:03:15',4372,253,'2005-06-19 16:50:15',1,'2006-02-15 21:30:53'),(1379,'2005-06-15 15:05:10',810,212,'2005-06-18 12:11:10',1,'2006-02-15 21:30:53'),(1380,'2005-06-15 15:13:10',3376,158,'2005-06-18 12:42:10',2,'2006-02-15 21:30:53'),(1381,'2005-06-15 15:17:21',3262,300,'2005-06-20 17:07:21',2,'2006-02-15 21:30:53'),(1382,'2005-06-15 15:18:08',3133,455,'2005-06-22 09:22:08',2,'2006-02-15 21:30:53'),(1383,'2005-06-15 15:20:06',1281,379,'2005-06-24 18:42:06',2,'2006-02-15 21:30:53'),(1384,'2005-06-15 15:22:03',4242,242,'2005-06-18 18:11:03',1,'2006-02-15 21:30:53'),(1385,'2005-06-15 15:28:23',4073,396,'2005-06-18 18:37:23',1,'2006-02-15 21:30:53'),(1386,'2005-06-15 15:38:58',1296,322,'2005-06-20 16:28:58',2,'2006-02-15 21:30:53'),(1387,'2005-06-15 15:40:56',515,278,'2005-06-17 10:39:56',1,'2006-02-15 21:30:53'),(1388,'2005-06-15 15:48:41',3987,500,'2005-06-22 17:51:41',1,'2006-02-15 21:30:53'),(1389,'2005-06-15 15:49:01',965,472,'2005-06-19 11:08:01',2,'2006-02-15 21:30:53'),(1390,'2005-06-15 16:06:29',4502,254,'2005-06-19 13:11:29',1,'2006-02-15 21:30:53'),(1391,'2005-06-15 16:11:21',4213,273,'2005-06-22 21:32:21',1,'2006-02-15 21:30:53'),(1392,'2005-06-15 16:12:27',363,460,'2005-06-16 17:30:27',2,'2006-02-15 21:30:53'),(1393,'2005-06-15 16:12:50',2767,177,'2005-06-19 10:40:50',2,'2006-02-15 21:30:53'),(1394,'2005-06-15 16:17:21',2802,268,'2005-06-21 20:44:21',2,'2006-02-15 21:30:53'),(1395,'2005-06-15 16:21:04',753,252,'2005-06-23 12:52:04',2,'2006-02-15 21:30:53'),(1396,'2005-06-15 16:22:38',1007,103,'2005-06-17 15:53:38',2,'2006-02-15 21:30:53'),(1397,'2005-06-15 16:25:26',1830,444,'2005-06-21 20:45:26',1,'2006-02-15 21:30:53'),(1398,'2005-06-15 16:28:42',4402,527,'2005-06-16 12:11:42',1,'2006-02-15 21:30:53'),(1399,'2005-06-15 16:29:51',1435,469,'2005-06-18 14:06:51',1,'2006-02-15 21:30:53'),(1400,'2005-06-15 16:29:56',230,571,'2005-06-21 14:43:56',2,'2006-02-15 21:30:53'),(1401,'2005-06-15 16:30:22',4081,366,'2005-06-21 11:07:22',2,'2006-02-15 21:30:53'),(1402,'2005-06-15 16:31:08',1951,381,'2005-06-24 19:31:08',1,'2006-02-15 21:30:53'),(1403,'2005-06-15 16:31:59',3380,546,'2005-06-22 14:23:59',2,'2006-02-15 21:30:53'),(1404,'2005-06-15 16:38:53',2776,375,'2005-06-16 20:37:53',1,'2006-02-15 21:30:53'),(1405,'2005-06-15 16:41:26',3184,243,'2005-06-21 18:16:26',1,'2006-02-15 21:30:53'),(1406,'2005-06-15 16:44:00',3118,199,'2005-06-21 11:22:00',2,'2006-02-15 21:30:53'),(1407,'2005-06-15 16:45:07',1286,89,'2005-06-23 14:01:07',1,'2006-02-15 21:30:53'),(1408,'2005-06-15 16:57:58',2655,396,'2005-06-22 21:08:58',1,'2006-02-15 21:30:53'),(1409,'2005-06-15 16:58:12',1398,297,'2005-06-21 11:21:12',2,'2006-02-15 21:30:53'),(1410,'2005-06-15 16:59:46',809,356,'2005-06-21 16:38:46',1,'2006-02-15 21:30:53'),(1411,'2005-06-15 17:05:36',2276,520,'2005-06-21 14:05:36',1,'2006-02-15 21:30:53'),(1412,'2005-06-15 17:09:48',4236,166,'2005-06-18 17:05:48',2,'2006-02-15 21:30:53'),(1413,'2005-06-15 17:25:07',3625,96,'2005-06-21 17:17:07',2,'2006-02-15 21:30:53'),(1414,'2005-06-15 17:26:32',4005,304,'2005-06-22 22:30:32',1,'2006-02-15 21:30:53'),(1415,'2005-06-15 17:31:57',1885,331,'2005-06-16 22:22:57',2,'2006-02-15 21:30:53'),(1416,'2005-06-15 17:44:57',3816,167,'2005-06-22 20:53:57',2,'2006-02-15 21:30:53'),(1417,'2005-06-15 17:45:51',1334,570,'2005-06-19 14:00:51',2,'2006-02-15 21:30:53'),(1418,'2005-06-15 17:51:27',2974,591,'2005-06-18 23:20:27',2,'2006-02-15 21:30:53'),(1419,'2005-06-15 17:54:50',1208,312,'2005-06-17 19:44:50',2,'2006-02-15 21:30:53'),(1420,'2005-06-15 17:56:14',4149,255,'2005-06-24 15:45:14',2,'2006-02-15 21:30:53'),(1421,'2005-06-15 17:57:04',2439,533,'2005-06-21 20:38:04',2,'2006-02-15 21:30:53'),(1422,'2005-06-15 18:02:53',1021,1,'2005-06-19 15:54:53',2,'2006-02-15 21:30:53'),(1423,'2005-06-15 18:08:12',1396,592,'2005-06-24 19:13:12',1,'2006-02-15 21:30:53'),(1424,'2005-06-15 18:08:14',887,224,'2005-06-24 23:16:14',2,'2006-02-15 21:30:53'),(1425,'2005-06-15 18:13:46',1308,108,'2005-06-18 22:50:46',2,'2006-02-15 21:30:53'),(1426,'2005-06-15 18:16:24',4412,363,'2005-06-18 22:15:24',2,'2006-02-15 21:30:53'),(1427,'2005-06-15 18:17:28',14,100,'2005-06-16 15:47:28',1,'2006-02-15 21:30:53'),(1428,'2005-06-15 18:19:30',3689,583,'2005-06-22 23:05:30',2,'2006-02-15 21:30:53'),(1429,'2005-06-15 18:24:10',4116,362,'2005-06-18 16:30:10',1,'2006-02-15 21:30:53'),(1430,'2005-06-15 18:24:55',3412,194,'2005-06-16 12:26:55',1,'2006-02-15 21:30:53'),(1431,'2005-06-15 18:26:29',3193,438,'2005-06-21 17:33:29',1,'2006-02-15 21:30:53'),(1432,'2005-06-15 18:27:24',523,339,'2005-06-21 14:03:24',2,'2006-02-15 21:30:53'),(1433,'2005-06-15 18:30:00',2310,88,'2005-06-16 15:14:00',1,'2006-02-15 21:30:53'),(1434,'2005-06-15 18:30:46',4228,544,'2005-06-24 17:51:46',1,'2006-02-15 21:30:53'),(1435,'2005-06-15 18:32:30',2769,510,'2005-06-24 12:44:30',2,'2006-02-15 21:30:53'),(1436,'2005-06-15 18:35:40',924,584,'2005-06-21 15:04:40',1,'2006-02-15 21:30:53'),(1437,'2005-06-15 18:37:04',3263,96,'2005-06-20 12:56:04',1,'2006-02-15 21:30:53'),(1438,'2005-06-15 18:38:51',1816,82,'2005-06-17 23:50:51',1,'2006-02-15 21:30:53'),(1439,'2005-06-15 18:45:32',3155,589,'2005-06-22 15:57:32',2,'2006-02-15 21:30:53'),(1440,'2005-06-15 18:53:14',2921,26,'2005-06-24 15:28:14',1,'2006-02-15 21:30:53'),(1441,'2005-06-15 18:54:21',2095,444,'2005-06-22 22:48:21',2,'2006-02-15 21:30:53'),(1442,'2005-06-15 18:55:34',3912,122,'2005-06-22 20:41:34',2,'2006-02-15 21:30:53'),(1443,'2005-06-15 18:57:51',2485,435,'2005-06-18 14:18:51',2,'2006-02-15 21:30:53'),(1444,'2005-06-15 19:08:16',1303,539,'2005-06-24 15:20:16',2,'2006-02-15 21:30:53'),(1445,'2005-06-15 19:10:07',3189,537,'2005-06-19 20:27:07',2,'2006-02-15 21:30:53'),(1446,'2005-06-15 19:13:45',1989,506,'2005-06-23 19:43:45',2,'2006-02-15 21:30:53'),(1447,'2005-06-15 19:13:51',984,471,'2005-06-21 22:56:51',1,'2006-02-15 21:30:53'),(1448,'2005-06-15 19:17:16',2781,246,'2005-06-23 21:56:16',2,'2006-02-15 21:30:53'),(1449,'2005-06-15 19:19:16',1525,471,'2005-06-18 15:24:16',2,'2006-02-15 21:30:53'),(1450,'2005-06-15 19:22:08',4132,268,'2005-06-16 17:53:08',2,'2006-02-15 21:30:53'),(1451,'2005-06-15 19:30:18',3560,18,'2005-06-19 19:22:18',2,'2006-02-15 21:30:53'),(1452,'2005-06-15 19:32:52',4348,243,'2005-06-16 13:45:52',1,'2006-02-15 21:30:53'),(1453,'2005-06-15 19:36:39',3274,457,'2005-06-19 00:16:39',2,'2006-02-15 21:30:53'),(1454,'2005-06-15 19:49:41',102,298,'2005-06-17 15:17:41',2,'2006-02-15 21:30:53'),(1455,'2005-06-15 19:51:06',2194,358,'2005-06-18 21:54:06',2,'2006-02-15 21:30:53'),(1456,'2005-06-15 20:00:11',632,590,'2005-06-23 18:03:11',2,'2006-02-15 21:30:53'),(1457,'2005-06-15 20:05:49',730,345,'2005-06-19 15:35:49',1,'2006-02-15 21:30:53'),(1458,'2005-06-15 20:24:05',3546,178,'2005-06-21 01:22:05',1,'2006-02-15 21:30:53'),(1459,'2005-06-15 20:25:53',1862,218,'2005-06-22 23:34:53',2,'2006-02-15 21:30:53'),(1460,'2005-06-15 20:27:02',1405,565,'2005-06-16 16:21:02',1,'2006-02-15 21:30:53'),(1461,'2005-06-15 20:32:08',4479,216,'2005-06-23 01:08:08',1,'2006-02-15 21:30:53'),(1462,'2005-06-15 20:37:40',653,187,'2005-06-18 19:36:40',2,'2006-02-15 21:30:53'),(1463,'2005-06-15 20:37:51',2984,569,'2005-06-21 16:46:51',2,'2006-02-15 21:30:53'),(1464,'2005-06-15 20:38:14',4113,387,'2005-06-17 14:52:14',2,'2006-02-15 21:30:53'),(1465,'2005-06-15 20:43:08',609,387,'2005-06-18 23:00:08',1,'2006-02-15 21:30:53'),(1466,'2005-06-15 20:46:04',1057,288,'2005-06-24 22:46:04',1,'2006-02-15 21:30:53'),(1467,'2005-06-15 20:47:10',688,506,'2005-06-22 00:30:10',1,'2006-02-15 21:30:53'),(1468,'2005-06-15 20:48:22',228,230,'2005-06-21 19:48:22',1,'2006-02-15 21:30:53'),(1469,'2005-06-15 20:52:36',2451,580,'2005-06-21 19:55:36',1,'2006-02-15 21:30:53'),(1470,'2005-06-15 20:53:07',4044,11,'2005-06-25 02:12:07',1,'2006-02-15 21:30:53'),(1471,'2005-06-15 20:53:26',565,428,'2005-06-24 18:25:26',2,'2006-02-15 21:30:53'),(1472,'2005-06-15 20:54:55',4233,373,'2005-06-24 21:52:55',2,'2006-02-15 21:30:53'),(1473,'2005-06-15 20:55:20',2377,249,'2005-06-21 16:40:20',2,'2006-02-15 21:30:53'),(1474,'2005-06-15 20:55:42',164,202,'2005-06-19 02:41:42',2,'2006-02-15 21:30:53'),(1475,'2005-06-15 21:08:01',1834,344,'2005-06-18 22:33:01',2,'2006-02-15 21:30:53'),(1476,'2005-06-15 21:08:46',1407,1,'2005-06-25 02:26:46',1,'2006-02-15 21:30:53'),(1477,'2005-06-15 21:11:18',418,51,'2005-06-19 02:05:18',1,'2006-02-15 21:30:53'),(1478,'2005-06-15 21:12:13',435,336,'2005-06-18 21:43:13',2,'2006-02-15 21:30:53'),(1479,'2005-06-15 21:13:38',172,592,'2005-06-17 01:26:38',2,'2006-02-15 21:30:53'),(1480,'2005-06-15 21:17:17',2598,27,'2005-06-23 22:01:17',1,'2006-02-15 21:30:53'),(1481,'2005-06-15 21:17:58',3041,125,'2005-06-18 17:53:58',2,'2006-02-15 21:30:53'),(1482,'2005-06-15 21:18:16',3980,60,'2005-06-16 17:07:16',1,'2006-02-15 21:30:53'),(1483,'2005-06-15 21:21:58',1926,242,'2005-06-24 00:44:58',2,'2006-02-15 21:30:53'),(1484,'2005-06-15 21:22:35',1589,320,'2005-06-20 02:27:35',2,'2006-02-15 21:30:53'),(1485,'2005-06-15 21:24:10',194,281,'2005-06-24 23:03:10',1,'2006-02-15 21:30:53'),(1486,'2005-06-15 21:25:30',847,62,'2005-06-16 16:36:30',1,'2006-02-15 21:30:53'),(1487,'2005-06-15 21:27:42',3791,76,'2005-06-22 03:09:42',2,'2006-02-15 21:30:53'),(1488,'2005-06-15 21:39:54',1081,355,'2005-06-16 20:33:54',1,'2006-02-15 21:30:53'),(1489,'2005-06-15 21:41:38',699,213,'2005-06-22 17:00:38',1,'2006-02-15 21:30:53'),(1490,'2005-06-15 21:42:17',3515,123,'2005-06-22 02:01:17',2,'2006-02-15 21:30:53'),(1491,'2005-06-15 21:48:18',848,354,'2005-06-20 16:40:18',1,'2006-02-15 21:30:53'),(1492,'2005-06-15 21:48:35',4148,360,'2005-06-17 17:18:35',1,'2006-02-15 21:30:53'),(1493,'2005-06-15 21:50:32',4581,235,'2005-06-17 01:02:32',2,'2006-02-15 21:30:53'),(1494,'2005-06-15 21:54:20',244,575,'2005-06-19 18:46:20',1,'2006-02-15 21:30:53'),(1495,'2005-06-15 21:54:31',1842,175,'2005-06-19 00:08:31',2,'2006-02-15 21:30:53'),(1496,'2005-06-15 21:55:58',3915,290,'2005-06-17 02:28:58',2,'2006-02-15 21:30:53'),(1497,'2005-06-15 21:56:39',2958,44,'2005-06-20 20:32:39',1,'2006-02-15 21:30:53'),(1498,'2005-06-15 21:58:00',3690,352,'2005-06-17 21:50:00',1,'2006-02-15 21:30:53'),(1499,'2005-06-15 21:58:07',165,375,'2005-06-22 19:37:07',2,'2006-02-15 21:30:53'),(1500,'2005-06-15 22:00:45',2652,237,'2005-06-18 16:19:45',2,'2006-02-15 21:30:53'),(1501,'2005-06-15 22:02:35',1780,148,'2005-06-23 18:59:35',1,'2006-02-15 21:30:53'),(1502,'2005-06-15 22:03:14',3277,5,'2005-06-23 18:42:14',2,'2006-02-15 21:30:53'),(1503,'2005-06-15 22:07:09',763,197,'2005-06-20 23:15:09',1,'2006-02-15 21:30:53'),(1504,'2005-06-15 22:08:06',3621,423,'2005-06-24 01:16:06',2,'2006-02-15 21:30:53'),(1505,'2005-06-15 22:12:50',2961,561,'2005-06-17 21:37:50',2,'2006-02-15 21:30:53'),(1506,'2005-06-15 22:19:37',4085,404,'2005-06-22 18:28:37',1,'2006-02-15 21:30:53'),(1507,'2005-06-15 22:25:26',2514,172,'2005-06-19 17:00:26',1,'2006-02-15 21:30:53'),(1508,'2005-06-15 22:33:24',1141,511,'2005-06-18 02:27:24',2,'2006-02-15 21:30:53'),(1509,'2005-06-15 22:35:53',655,167,'2005-06-23 17:09:53',2,'2006-02-15 21:30:53'),(1510,'2005-06-15 22:39:34',989,338,'2005-06-24 19:21:34',2,'2006-02-15 21:30:53'),(1511,'2005-06-15 22:45:06',1135,330,'2005-06-22 22:48:06',1,'2006-02-15 21:30:53'),(1512,'2005-06-15 22:53:03',1628,452,'2005-06-23 18:56:03',1,'2006-02-15 21:30:53'),(1513,'2005-06-15 22:53:30',1173,368,'2005-06-23 01:00:30',1,'2006-02-15 21:30:53'),(1514,'2005-06-15 22:57:34',2937,410,'2005-06-19 20:27:34',1,'2006-02-15 21:30:53'),(1515,'2005-06-15 23:07:50',3244,115,'2005-06-20 02:33:50',2,'2006-02-15 21:30:53'),(1516,'2005-06-15 23:11:10',3702,530,'2005-06-17 20:37:10',1,'2006-02-15 21:30:53'),(1517,'2005-06-15 23:20:26',3728,148,'2005-06-23 23:23:26',1,'2006-02-15 21:30:53'),(1518,'2005-06-15 23:36:37',4537,237,'2005-06-16 18:24:37',2,'2006-02-15 21:30:53'),(1519,'2005-06-15 23:55:27',1553,155,'2005-06-21 04:06:27',2,'2006-02-15 21:30:53'),(1520,'2005-06-15 23:57:20',3419,341,'2005-06-24 23:46:20',1,'2006-02-15 21:30:53'),(1521,'2005-06-15 23:58:53',4299,149,'2005-06-18 03:10:53',1,'2006-02-15 21:30:53'),(1522,'2005-06-16 00:17:39',235,133,'2005-06-22 05:38:39',1,'2006-02-15 21:30:53'),(1523,'2005-06-16 00:18:40',681,349,'2005-06-17 02:50:40',2,'2006-02-15 21:30:53'),(1524,'2005-06-16 00:25:52',3439,177,'2005-06-19 03:32:52',1,'2006-02-15 21:30:53'),(1525,'2005-06-16 00:26:07',1467,304,'2005-06-19 22:37:07',2,'2006-02-15 21:30:53'),(1526,'2005-06-16 00:27:51',1940,499,'2005-06-19 00:19:51',1,'2006-02-15 21:30:53'),(1527,'2005-06-16 00:31:40',296,188,'2005-06-21 05:20:40',1,'2006-02-15 21:30:53'),(1528,'2005-06-16 00:32:52',4297,110,'2005-06-25 01:07:52',2,'2006-02-15 21:30:53'),(1529,'2005-06-16 00:37:35',1688,362,'2005-06-22 18:58:35',2,'2006-02-15 21:30:53'),(1530,'2005-06-16 00:38:07',2421,392,'2005-06-24 02:45:07',2,'2006-02-15 21:30:53'),(1531,'2005-06-16 00:40:34',1388,515,'2005-06-22 02:44:34',1,'2006-02-15 21:30:53'),(1532,'2005-06-16 00:41:31',3793,290,'2005-06-20 21:36:31',1,'2006-02-15 21:30:53'),(1533,'2005-06-16 00:46:02',2452,116,'2005-06-17 20:11:02',1,'2006-02-15 21:30:53'),(1534,'2005-06-16 00:49:32',3124,42,'2005-06-18 02:41:32',1,'2006-02-15 21:30:53'),(1535,'2005-06-16 00:52:04',1096,202,'2005-06-20 22:47:04',2,'2006-02-15 21:30:53'),(1536,'2005-06-16 00:52:22',3248,339,'2005-06-17 21:43:22',1,'2006-02-15 21:30:53'),(1537,'2005-06-16 00:52:51',4577,594,'2005-06-20 19:33:51',2,'2006-02-15 21:30:53'),(1538,'2005-06-16 01:05:50',708,430,'2005-06-18 19:48:50',1,'2006-02-15 21:30:53'),(1539,'2005-06-16 01:11:25',267,390,'2005-06-23 03:43:25',2,'2006-02-15 21:30:53'),(1540,'2005-06-16 01:14:56',2707,586,'2005-06-20 23:31:56',2,'2006-02-15 21:30:53'),(1541,'2005-06-16 01:15:59',1911,189,'2005-06-22 21:26:59',2,'2006-02-15 21:30:53'),(1542,'2005-06-16 01:20:05',1714,182,'2005-06-22 03:59:05',1,'2006-02-15 21:30:53'),(1543,'2005-06-16 01:24:08',1188,28,'2005-06-18 06:24:08',2,'2006-02-15 21:30:53'),(1544,'2005-06-16 01:28:22',269,43,'2005-06-17 06:57:22',2,'2006-02-15 21:30:53'),(1545,'2005-06-16 01:31:23',762,563,'2005-06-24 05:50:23',1,'2006-02-15 21:30:53'),(1546,'2005-06-16 01:34:05',3913,3,'2005-06-24 04:27:05',1,'2006-02-15 21:30:53'),(1547,'2005-06-16 01:42:24',2909,343,'2005-06-19 01:13:24',1,'2006-02-15 21:30:53'),(1548,'2005-06-16 01:43:33',2094,374,'2005-06-23 22:04:33',2,'2006-02-15 21:30:53'),(1549,'2005-06-16 01:57:15',266,69,'2005-06-18 23:30:15',1,'2006-02-15 21:30:53'),(1550,'2005-06-16 01:58:35',2003,345,'2005-06-18 23:56:35',1,'2006-02-15 21:30:53'),(1551,'2005-06-16 02:01:15',4088,268,'2005-06-22 07:33:15',1,'2006-02-15 21:30:53'),(1552,'2005-06-16 02:01:37',819,518,'2005-06-21 00:59:37',2,'2006-02-15 21:30:53'),(1553,'2005-06-16 02:02:44',4026,416,'2005-06-19 07:50:44',1,'2006-02-15 21:30:53'),(1554,'2005-06-16 02:16:47',715,155,'2005-06-22 05:15:47',1,'2006-02-15 21:30:53'),(1555,'2005-06-16 02:17:07',4168,256,'2005-06-22 06:28:07',1,'2006-02-15 21:30:53'),(1556,'2005-06-16 02:19:02',533,54,'2005-06-17 22:36:02',2,'2006-02-15 21:30:53'),(1557,'2005-06-16 02:28:35',2617,439,'2005-06-16 22:11:35',2,'2006-02-15 21:30:53'),(1558,'2005-06-16 02:33:53',4350,20,'2005-06-19 20:50:53',2,'2006-02-15 21:30:53'),(1559,'2005-06-16 02:35:03',716,574,'2005-06-19 21:22:03',1,'2006-02-15 21:30:53'),(1560,'2005-06-16 02:36:43',3418,239,'2005-06-24 23:10:43',2,'2006-02-15 21:30:53'),(1561,'2005-06-16 02:41:30',2263,431,'2005-06-22 05:19:30',1,'2006-02-15 21:30:53'),(1562,'2005-06-16 02:46:27',595,395,'2005-06-23 00:56:27',2,'2006-02-15 21:30:53'),(1563,'2005-06-16 02:46:28',1516,262,'2005-06-18 02:37:28',1,'2006-02-15 21:30:53'),(1564,'2005-06-16 02:47:07',145,343,'2005-06-24 03:12:07',1,'2006-02-15 21:30:53'),(1565,'2005-06-16 03:13:09',3833,506,'2005-06-16 22:42:09',2,'2006-02-15 21:30:53'),(1566,'2005-06-16 03:13:20',3215,174,'2005-06-24 01:59:20',2,'2006-02-15 21:30:53'),(1567,'2005-06-16 03:13:30',3098,320,'2005-06-21 23:56:30',1,'2006-02-15 21:30:53'),(1568,'2005-06-16 03:14:01',635,178,'2005-06-19 21:17:01',2,'2006-02-15 21:30:53'),(1569,'2005-06-16 03:19:09',3927,363,'2005-06-18 21:55:09',2,'2006-02-15 21:30:53'),(1570,'2005-06-16 03:21:33',3711,82,'2005-06-22 22:03:33',2,'2006-02-15 21:30:53'),(1571,'2005-06-16 03:22:00',1019,54,'2005-06-22 23:27:00',1,'2006-02-15 21:30:53'),(1572,'2005-06-16 03:23:22',4179,560,'2005-06-20 06:03:22',2,'2006-02-15 21:30:53'),(1573,'2005-06-16 03:31:39',4536,371,'2005-06-25 04:04:39',1,'2006-02-15 21:30:53'),(1574,'2005-06-16 03:39:56',161,305,'2005-06-22 05:40:56',2,'2006-02-15 21:30:53'),(1575,'2005-06-16 03:41:38',3317,6,'2005-06-22 03:01:38',2,'2006-02-15 21:30:53'),(1576,'2005-06-16 03:54:39',1014,442,'2005-06-24 21:55:39',2,'2006-02-15 21:30:53'),(1577,'2005-06-16 04:03:28',367,327,'2005-06-24 22:40:28',2,'2006-02-15 21:30:53'),(1578,'2005-06-16 04:08:16',3397,365,'2005-06-23 07:57:16',1,'2006-02-15 21:30:53'),(1579,'2005-06-16 04:09:08',158,35,'2005-06-21 05:21:08',2,'2006-02-15 21:30:53'),(1580,'2005-06-16 04:12:25',2479,87,'2005-06-20 06:53:25',1,'2006-02-15 21:30:53'),(1581,'2005-06-16 04:28:45',4004,109,'2005-06-18 07:07:45',1,'2006-02-15 21:30:53'),(1582,'2005-06-16 04:31:57',163,536,'2005-06-22 01:25:57',1,'2006-02-15 21:30:53'),(1583,'2005-06-16 04:44:23',270,37,'2005-06-18 03:44:23',1,'2006-02-15 21:30:53'),(1584,'2005-06-16 04:50:50',3545,434,'2005-06-21 22:51:50',2,'2006-02-15 21:30:53'),(1585,'2005-06-16 04:51:13',1708,386,'2005-06-24 00:23:13',2,'2006-02-15 21:30:53'),(1586,'2005-06-16 04:51:18',769,140,'2005-06-21 06:54:18',2,'2006-02-15 21:30:53'),(1587,'2005-06-16 04:52:28',1781,62,'2005-06-23 07:36:28',1,'2006-02-15 21:30:53'),(1588,'2005-06-16 04:53:21',4472,322,'2005-06-25 07:29:21',2,'2006-02-15 21:30:53'),(1589,'2005-06-16 04:58:03',4307,293,'2005-06-24 08:36:03',1,'2006-02-15 21:30:53'),(1590,'2005-06-16 05:11:41',3685,98,'2005-06-23 10:11:41',1,'2006-02-15 21:30:53'),(1591,'2005-06-16 05:12:37',1648,83,'2005-06-25 06:28:37',2,'2006-02-15 21:30:53'),(1592,'2005-06-16 05:14:37',3798,187,'2005-06-20 10:52:37',2,'2006-02-15 21:30:53'),(1593,'2005-06-16 05:14:52',766,111,'2005-06-24 08:00:52',2,'2006-02-15 21:30:53'),(1594,'2005-06-16 05:15:12',3858,470,'2005-06-25 00:38:12',1,'2006-02-15 21:30:53'),(1595,'2005-06-16 05:23:46',1481,244,'2005-06-20 00:37:46',1,'2006-02-15 21:30:53'),(1596,'2005-06-16 05:30:58',2552,416,'2005-06-21 04:18:58',2,'2006-02-15 21:30:53'),(1597,'2005-06-16 05:47:03',743,432,'2005-06-18 04:21:03',1,'2006-02-15 21:30:53'),(1598,'2005-06-16 06:02:39',4171,314,'2005-06-23 09:09:39',1,'2006-02-15 21:30:53'),(1599,'2005-06-16 06:03:33',1476,215,'2005-06-21 07:46:33',2,'2006-02-15 21:30:53'),(1600,'2005-06-16 06:04:12',2264,196,'2005-06-19 09:39:12',2,'2006-02-15 21:30:53'),(1601,'2005-06-16 06:11:13',3115,428,'2005-06-21 08:57:13',2,'2006-02-15 21:30:53'),(1602,'2005-06-16 06:12:40',1777,441,'2005-06-19 03:50:40',2,'2006-02-15 21:30:53'),(1603,'2005-06-16 06:14:03',3308,395,'2005-06-17 06:04:03',2,'2006-02-15 21:30:53'),(1604,'2005-06-16 06:14:25',3226,272,'2005-06-17 03:53:25',2,'2006-02-15 21:30:53'),(1605,'2005-06-16 06:17:55',593,197,'2005-06-25 01:25:55',1,'2006-02-15 21:30:53'),(1606,'2005-06-16 06:18:31',4290,253,'2005-06-25 09:15:31',1,'2006-02-15 21:30:53'),(1607,'2005-06-16 06:25:35',3289,513,'2005-06-20 02:50:35',2,'2006-02-15 21:30:53'),(1608,'2005-06-16 06:28:57',2581,386,'2005-06-24 05:20:57',2,'2006-02-15 21:30:53'),(1609,'2005-06-16 06:34:59',2279,174,'2005-06-17 09:41:59',2,'2006-02-15 21:30:53'),(1610,'2005-06-16 06:36:33',3551,534,'2005-06-19 07:12:33',1,'2006-02-15 21:30:53'),(1611,'2005-06-16 06:41:35',1739,393,'2005-06-25 06:13:35',2,'2006-02-15 21:30:53'),(1612,'2005-06-16 06:52:05',3025,355,'2005-06-19 01:51:05',1,'2006-02-15 21:30:53'),(1613,'2005-06-16 06:55:10',4462,573,'2005-06-24 12:08:10',1,'2006-02-15 21:30:53'),(1614,'2005-06-16 06:58:02',23,489,'2005-06-23 11:24:02',1,'2006-02-15 21:30:53'),(1615,'2005-06-16 07:00:28',3894,362,'2005-06-25 08:53:28',1,'2006-02-15 21:30:53'),(1616,'2005-06-16 07:04:52',2296,204,'2005-06-24 04:06:52',1,'2006-02-15 21:30:53'),(1617,'2005-06-16 07:06:06',1382,83,'2005-06-25 03:35:06',1,'2006-02-15 21:30:53'),(1618,'2005-06-16 07:08:38',3741,134,'2005-06-25 05:26:38',2,'2006-02-15 21:30:53'),(1619,'2005-06-16 07:14:13',4258,232,'2005-06-19 05:50:13',2,'2006-02-15 21:30:53'),(1620,'2005-06-16 07:21:30',389,561,'2005-06-17 09:46:30',1,'2006-02-15 21:30:53'),(1621,'2005-06-16 07:24:12',3677,177,'2005-06-19 02:35:12',1,'2006-02-15 21:30:53'),(1622,'2005-06-16 07:33:18',1774,311,'2005-06-21 07:23:18',1,'2006-02-15 21:30:53'),(1623,'2005-06-16 07:48:50',4485,378,'2005-06-17 03:53:50',2,'2006-02-15 21:30:53'),(1624,'2005-06-16 07:48:57',1066,314,'2005-06-17 05:52:57',1,'2006-02-15 21:30:53'),(1625,'2005-06-16 07:49:08',3367,39,'2005-06-24 09:08:08',2,'2006-02-15 21:30:53'),(1626,'2005-06-16 07:49:47',694,260,'2005-06-22 13:32:47',2,'2006-02-15 21:30:53'),(1627,'2005-06-16 07:51:09',4135,468,'2005-06-24 02:24:09',1,'2006-02-15 21:30:53'),(1628,'2005-06-16 07:52:55',868,427,'2005-06-25 11:09:55',1,'2006-02-15 21:30:53'),(1629,'2005-06-16 07:53:47',4375,339,'2005-06-22 13:03:47',1,'2006-02-15 21:30:53'),(1630,'2005-06-16 07:55:01',2413,130,'2005-06-19 06:38:01',1,'2006-02-15 21:30:53'),(1631,'2005-06-16 08:01:02',2466,5,'2005-06-19 09:04:02',1,'2006-02-15 21:30:53'),(1632,'2005-06-16 08:03:42',1518,319,'2005-06-17 03:40:42',1,'2006-02-15 21:30:53'),(1633,'2005-06-16 08:08:40',280,4,'2005-06-17 11:12:40',1,'2006-02-15 21:30:53'),(1634,'2005-06-16 08:16:05',3990,121,'2005-06-17 04:49:05',1,'2006-02-15 21:30:53'),(1635,'2005-06-16 08:26:56',1187,566,'2005-06-25 06:17:56',2,'2006-02-15 21:30:53'),(1636,'2005-06-16 08:28:54',2052,574,'2005-06-24 09:23:54',1,'2006-02-15 21:30:53'),(1637,'2005-06-16 08:29:58',906,212,'2005-06-23 04:55:58',2,'2006-02-15 21:30:53'),(1638,'2005-06-16 08:32:36',1905,181,'2005-06-18 07:11:36',2,'2006-02-15 21:30:53'),(1639,'2005-06-16 08:33:39',176,450,'2005-06-25 07:51:39',1,'2006-02-15 21:30:53'),(1640,'2005-06-16 08:35:39',443,86,'2005-06-17 05:37:39',2,'2006-02-15 21:30:53'),(1641,'2005-06-16 08:46:26',2925,259,'2005-06-24 14:39:26',2,'2006-02-15 21:30:53'),(1642,'2005-06-16 08:54:15',3875,287,'2005-06-18 12:36:15',1,'2006-02-15 21:30:53'),(1643,'2005-06-16 08:55:35',1352,484,'2005-06-21 05:36:35',2,'2006-02-15 21:30:53'),(1644,'2005-06-16 08:58:18',749,596,'2005-06-21 06:47:18',1,'2006-02-15 21:30:53'),(1645,'2005-06-16 09:10:06',4434,234,'2005-06-23 04:36:06',2,'2006-02-15 21:30:53'),(1646,'2005-06-16 09:12:53',4037,131,'2005-06-24 08:03:53',2,'2006-02-15 21:30:53'),(1647,'2005-06-16 09:14:58',1936,454,'2005-06-17 10:46:58',1,'2006-02-15 21:30:53'),(1648,'2005-06-16 09:17:07',457,427,'2005-06-24 06:31:07',2,'2006-02-15 21:30:53'),(1649,'2005-06-16 09:20:33',390,352,'2005-06-18 13:42:33',1,'2006-02-15 21:30:53'),(1650,'2005-06-16 09:23:20',4125,299,'2005-06-23 11:25:20',1,'2006-02-15 21:30:53'),(1651,'2005-06-16 09:24:38',4444,524,'2005-06-17 09:50:38',2,'2006-02-15 21:30:53'),(1652,'2005-06-16 09:31:37',3416,533,'2005-06-19 14:02:37',2,'2006-02-15 21:30:53'),(1653,'2005-06-16 09:34:45',2294,517,'2005-06-18 09:13:45',1,'2006-02-15 21:30:53'),(1654,'2005-06-16 09:42:48',1039,348,'2005-06-20 14:28:48',2,'2006-02-15 21:30:53'),(1655,'2005-06-16 09:51:39',3693,488,'2005-06-23 14:53:39',2,'2006-02-15 21:30:53'),(1656,'2005-06-16 10:05:40',2253,31,'2005-06-22 06:26:40',1,'2006-02-15 21:30:53'),(1657,'2005-06-16 10:06:49',953,209,'2005-06-22 10:34:49',2,'2006-02-15 21:30:53'),(1658,'2005-06-16 10:07:10',272,568,'2005-06-21 09:23:10',2,'2006-02-15 21:30:53'),(1659,'2005-06-16 10:11:46',1182,296,'2005-06-20 13:51:46',1,'2006-02-15 21:30:53'),(1660,'2005-06-16 10:12:55',2374,238,'2005-06-18 05:56:55',2,'2006-02-15 21:30:53'),(1661,'2005-06-16 10:12:57',2403,508,'2005-06-24 09:23:57',2,'2006-02-15 21:30:53'),(1662,'2005-06-16 10:13:35',3552,378,'2005-06-23 13:54:35',1,'2006-02-15 21:30:53'),(1663,'2005-06-16 10:14:15',1558,186,'2005-06-23 08:34:15',2,'2006-02-15 21:30:53'),(1664,'2005-06-16 10:15:20',2464,216,'2005-06-18 12:11:20',2,'2006-02-15 21:30:53'),(1665,'2005-06-16 10:16:02',2613,490,'2005-06-23 09:32:02',1,'2006-02-15 21:30:53'),(1666,'2005-06-16 10:17:19',4019,557,'2005-06-21 05:50:19',1,'2006-02-15 21:30:53'),(1667,'2005-06-16 10:18:59',2362,333,'2005-06-22 14:45:59',2,'2006-02-15 21:30:53'),(1668,'2005-06-16 10:19:52',2483,569,'2005-06-23 12:22:52',2,'2006-02-15 21:30:53'),(1669,'2005-06-16 10:20:20',360,73,'2005-06-18 04:26:20',1,'2006-02-15 21:30:53'),(1670,'2005-06-16 10:26:33',2066,328,'2005-06-19 07:15:33',1,'2006-02-15 21:30:53'),(1671,'2005-06-16 10:30:22',3805,135,'2005-06-22 11:08:22',2,'2006-02-15 21:30:53'),(1672,'2005-06-16 10:37:34',4206,216,'2005-06-23 05:30:34',1,'2006-02-15 21:30:53'),(1673,'2005-06-16 10:40:17',907,534,'2005-06-18 16:13:17',1,'2006-02-15 21:30:53'),(1674,'2005-06-16 10:57:00',3606,234,'2005-06-18 07:31:00',2,'2006-02-15 21:30:53'),(1675,'2005-06-16 11:04:47',3048,371,'2005-06-24 06:56:47',2,'2006-02-15 21:30:53'),(1676,'2005-06-16 11:06:09',931,171,'2005-06-21 05:17:09',1,'2006-02-15 21:30:53'),(1677,'2005-06-16 11:07:11',240,191,'2005-06-23 10:50:11',1,'2006-02-15 21:30:53'),(1678,'2005-06-16 11:08:28',1856,352,'2005-06-19 15:44:28',1,'2006-02-15 21:30:53'),(1679,'2005-06-16 11:11:01',3959,227,'2005-06-23 08:11:01',1,'2006-02-15 21:30:53'),(1680,'2005-06-16 11:17:22',4441,469,'2005-06-25 15:55:22',2,'2006-02-15 21:30:53'),(1681,'2005-06-16 11:38:17',530,255,'2005-06-19 13:05:17',1,'2006-02-15 21:30:53'),(1682,'2005-06-16 11:54:25',2165,476,'2005-06-22 11:09:25',2,'2006-02-15 21:30:53'),(1683,'2005-06-16 11:54:55',2361,494,'2005-06-18 08:51:55',2,'2006-02-15 21:30:53'),(1684,'2005-06-16 11:57:34',806,485,'2005-06-19 09:12:34',1,'2006-02-15 21:30:53'),(1685,'2005-06-16 12:06:57',2754,85,'2005-06-21 16:53:57',2,'2006-02-15 21:30:53'),(1686,'2005-06-16 12:08:20',3883,529,'2005-06-20 10:59:20',1,'2006-02-15 21:30:53'),(1687,'2005-06-16 12:09:20',3686,140,'2005-06-18 06:18:20',2,'2006-02-15 21:30:53'),(1688,'2005-06-16 12:11:20',383,49,'2005-06-18 08:39:20',2,'2006-02-15 21:30:53'),(1689,'2005-06-16 12:18:41',4036,48,'2005-06-24 13:33:41',2,'2006-02-15 21:30:53'),(1690,'2005-06-16 12:24:18',1099,286,'2005-06-25 15:00:18',1,'2006-02-15 21:30:53'),(1691,'2005-06-16 12:24:28',4438,492,'2005-06-24 08:24:28',1,'2006-02-15 21:30:53'),(1692,'2005-06-16 12:30:19',3544,514,'2005-06-17 17:31:19',2,'2006-02-15 21:30:53'),(1693,'2005-06-16 12:39:51',2386,421,'2005-06-19 16:19:51',2,'2006-02-15 21:30:53'),(1694,'2005-06-16 12:40:23',147,532,'2005-06-20 09:18:23',2,'2006-02-15 21:30:53'),(1695,'2005-06-16 12:40:28',4436,159,'2005-06-22 13:41:28',1,'2006-02-15 21:30:53'),(1696,'2005-06-16 12:50:01',3928,502,'2005-06-24 12:08:01',2,'2006-02-15 21:30:53'),(1697,'2005-06-16 12:55:20',1801,340,'2005-06-23 17:41:20',2,'2006-02-15 21:30:53'),(1698,'2005-06-16 13:04:42',1474,407,'2005-06-21 15:54:42',1,'2006-02-15 21:30:53'),(1699,'2005-06-16 13:05:09',4507,27,'2005-06-17 09:53:09',2,'2006-02-15 21:30:53'),(1700,'2005-06-16 13:18:23',4251,456,'2005-06-21 16:46:23',2,'2006-02-15 21:30:53'),(1701,'2005-06-16 13:18:48',3000,315,'2005-06-22 15:00:48',1,'2006-02-15 21:30:53'),(1702,'2005-06-16 13:21:05',1822,242,'2005-06-19 10:13:05',2,'2006-02-15 21:30:53'),(1703,'2005-06-16 13:28:44',2346,589,'2005-06-17 11:03:44',1,'2006-02-15 21:30:53'),(1704,'2005-06-16 13:45:56',4425,488,'2005-06-24 18:12:56',1,'2006-02-15 21:30:53'),(1705,'2005-06-16 13:59:42',123,564,'2005-06-18 19:54:42',2,'2006-02-15 21:30:53'),(1706,'2005-06-16 14:01:02',2935,26,'2005-06-25 19:29:02',1,'2006-02-15 21:30:53'),(1707,'2005-06-16 14:01:27',185,4,'2005-06-18 09:35:27',1,'2006-02-15 21:30:53'),(1708,'2005-06-16 14:08:44',2259,478,'2005-06-19 08:35:44',1,'2006-02-15 21:30:53'),(1709,'2005-06-16 14:10:15',3501,426,'2005-06-24 16:38:15',2,'2006-02-15 21:30:53'),(1710,'2005-06-16 14:11:24',144,77,'2005-06-22 15:26:24',1,'2006-02-15 21:30:53'),(1711,'2005-06-16 14:11:52',273,347,'2005-06-25 08:49:52',1,'2006-02-15 21:30:53'),(1712,'2005-06-16 14:25:09',1363,535,'2005-06-17 17:55:09',1,'2006-02-15 21:30:53'),(1713,'2005-06-16 14:28:33',2580,164,'2005-06-18 09:02:33',1,'2006-02-15 21:30:53'),(1714,'2005-06-16 14:29:59',535,477,'2005-06-24 17:27:59',2,'2006-02-15 21:30:53'),(1715,'2005-06-16 14:37:12',1594,203,'2005-06-20 19:36:12',1,'2006-02-15 21:30:53'),(1716,'2005-06-16 14:39:31',20,24,'2005-06-19 15:37:31',1,'2006-02-15 21:30:53'),(1717,'2005-06-16 14:47:16',3007,277,'2005-06-19 10:11:16',2,'2006-02-15 21:30:53'),(1718,'2005-06-16 14:52:02',288,516,'2005-06-25 10:53:02',2,'2006-02-15 21:30:53'),(1719,'2005-06-16 14:55:53',2699,582,'2005-06-18 14:12:53',1,'2006-02-15 21:30:53'),(1720,'2005-06-16 15:00:14',3500,543,'2005-06-21 13:57:14',2,'2006-02-15 21:30:53'),(1721,'2005-06-16 15:01:36',3521,485,'2005-06-23 10:48:36',1,'2006-02-15 21:30:53'),(1722,'2005-06-16 15:12:52',2142,364,'2005-06-19 13:01:52',2,'2006-02-15 21:30:53'),(1723,'2005-06-16 15:14:18',2417,259,'2005-06-23 15:45:18',2,'2006-02-15 21:30:53'),(1724,'2005-06-16 15:15:43',61,146,'2005-06-23 10:14:43',2,'2006-02-15 21:30:53'),(1725,'2005-06-16 15:18:57',726,1,'2005-06-17 21:05:57',1,'2006-02-15 21:30:53'),(1726,'2005-06-16 15:19:10',116,3,'2005-06-25 11:39:10',2,'2006-02-15 21:30:53'),(1727,'2005-06-16 15:21:47',2951,457,'2005-06-17 14:12:47',1,'2006-02-15 21:30:53'),(1728,'2005-06-16 15:29:29',1366,59,'2005-06-23 12:47:29',1,'2006-02-15 21:30:53'),(1729,'2005-06-16 15:29:47',3364,523,'2005-06-25 20:55:47',2,'2006-02-15 21:30:53'),(1730,'2005-06-16 15:30:01',1372,390,'2005-06-19 12:56:01',1,'2006-02-15 21:30:53'),(1731,'2005-06-16 15:32:12',3698,344,'2005-06-19 18:58:12',2,'2006-02-15 21:30:53'),(1732,'2005-06-16 15:34:41',2287,129,'2005-06-18 13:05:41',1,'2006-02-15 21:30:53'),(1733,'2005-06-16 15:37:07',542,480,'2005-06-23 15:53:07',2,'2006-02-15 21:30:53'),(1734,'2005-06-16 15:49:30',1113,94,'2005-06-22 13:52:30',2,'2006-02-15 21:30:53'),(1735,'2005-06-16 15:51:52',97,4,'2005-06-20 13:27:52',1,'2006-02-15 21:30:53'),(1736,'2005-06-16 15:52:32',3771,139,'2005-06-21 14:39:32',2,'2006-02-15 21:30:53'),(1737,'2005-06-16 15:59:44',4029,467,'2005-06-23 12:22:44',1,'2006-02-15 21:30:53'),(1738,'2005-06-16 16:07:27',3260,177,'2005-06-20 15:22:27',1,'2006-02-15 21:30:53'),(1739,'2005-06-16 16:09:38',2557,450,'2005-06-22 18:04:38',2,'2006-02-15 21:30:53'),(1740,'2005-06-16 16:29:00',2282,324,'2005-06-20 14:07:00',2,'2006-02-15 21:30:53'),(1741,'2005-06-16 16:31:37',3722,176,'2005-06-25 21:38:37',1,'2006-02-15 21:30:53'),(1742,'2005-06-16 16:37:48',2772,576,'2005-06-17 19:47:48',2,'2006-02-15 21:30:53'),(1743,'2005-06-16 16:38:10',2777,258,'2005-06-17 13:13:10',1,'2006-02-15 21:30:53'),(1744,'2005-06-16 16:39:58',3075,230,'2005-06-18 19:50:58',2,'2006-02-15 21:30:53'),(1745,'2005-06-16 16:41:16',2812,178,'2005-06-23 21:02:16',2,'2006-02-15 21:30:53'),(1746,'2005-06-16 16:41:19',4272,385,'2005-06-19 11:28:19',2,'2006-02-15 21:30:53'),(1747,'2005-06-16 16:53:33',1661,273,'2005-06-25 21:48:33',2,'2006-02-15 21:30:53'),(1748,'2005-06-16 16:54:03',2434,473,'2005-06-18 20:11:03',1,'2006-02-15 21:30:53'),(1749,'2005-06-16 16:56:00',1554,283,'2005-06-21 21:02:00',2,'2006-02-15 21:30:53'),(1750,'2005-06-16 16:57:36',1103,321,'2005-06-25 21:51:36',1,'2006-02-15 21:30:53'),(1751,'2005-06-16 17:00:14',138,123,'2005-06-17 12:12:14',2,'2006-02-15 21:30:53'),(1752,'2005-06-16 17:02:55',3529,12,'2005-06-23 19:09:55',2,'2006-02-15 21:30:53'),(1753,'2005-06-16 17:08:17',3817,249,'2005-06-21 21:47:17',2,'2006-02-15 21:30:53'),(1754,'2005-06-16 17:13:23',4106,25,'2005-06-22 20:46:23',1,'2006-02-15 21:30:53'),(1755,'2005-06-16 17:18:44',1721,117,'2005-06-17 16:54:44',1,'2006-02-15 21:30:53'),(1756,'2005-06-16 17:22:33',1401,571,'2005-06-21 16:52:33',1,'2006-02-15 21:30:53'),(1757,'2005-06-16 17:32:24',4491,510,'2005-06-18 13:12:24',1,'2006-02-15 21:30:53'),(1758,'2005-06-16 17:39:39',2654,474,'2005-06-25 13:06:39',1,'2006-02-15 21:30:53'),(1759,'2005-06-16 17:46:37',1402,430,'2005-06-24 19:40:37',2,'2006-02-15 21:30:53'),(1760,'2005-06-16 17:48:37',3929,261,'2005-06-18 16:01:37',2,'2006-02-15 21:30:53'),(1761,'2005-06-16 17:49:57',1570,521,'2005-06-17 21:03:57',2,'2006-02-15 21:30:53'),(1762,'2005-06-16 17:50:19',3050,116,'2005-06-19 21:35:19',2,'2006-02-15 21:30:53'),(1763,'2005-06-16 17:51:01',1941,389,'2005-06-20 17:27:01',1,'2006-02-15 21:30:53'),(1764,'2005-06-16 17:51:54',705,392,'2005-06-21 20:36:54',2,'2006-02-15 21:30:53'),(1765,'2005-06-16 17:56:10',822,273,'2005-06-19 23:40:10',2,'2006-02-15 21:30:53'),(1766,'2005-06-16 17:59:37',2041,118,'2005-06-18 16:32:37',2,'2006-02-15 21:30:53'),(1767,'2005-06-16 18:01:36',1162,205,'2005-06-18 12:39:36',2,'2006-02-15 21:30:53'),(1768,'2005-06-16 18:02:06',2131,131,'2005-06-23 17:19:06',2,'2006-02-15 21:30:53'),(1769,'2005-06-16 18:07:48',1229,397,'2005-06-22 12:39:48',1,'2006-02-15 21:30:53'),(1770,'2005-06-16 18:07:55',1681,359,'2005-06-23 23:49:55',2,'2006-02-15 21:30:53'),(1771,'2005-06-16 18:12:17',1769,416,'2005-06-18 16:11:17',1,'2006-02-15 21:30:53'),(1772,'2005-06-16 18:12:54',1269,525,'2005-06-24 19:55:54',1,'2006-02-15 21:30:53'),(1773,'2005-06-16 18:13:43',4396,462,'2005-06-24 17:43:43',2,'2006-02-15 21:30:53'),(1774,'2005-06-16 18:27:52',3058,442,'2005-06-21 13:35:52',2,'2006-02-15 21:30:53'),(1775,'2005-06-16 18:28:19',1922,123,'2005-06-25 13:09:19',2,'2006-02-15 21:30:53'),(1776,'2005-06-16 18:46:58',1404,472,'2005-06-24 16:01:58',1,'2006-02-15 21:30:53'),(1777,'2005-06-16 18:52:12',3325,49,'2005-06-25 13:55:12',1,'2006-02-15 21:30:53'),(1778,'2005-06-16 18:54:48',2512,341,'2005-06-22 16:08:48',2,'2006-02-15 21:30:53'),(1779,'2005-06-16 18:55:11',1044,438,'2005-06-17 20:11:11',1,'2006-02-15 21:30:53'),(1780,'2005-06-16 19:11:45',146,352,'2005-06-19 15:34:45',2,'2006-02-15 21:30:53'),(1781,'2005-06-16 19:20:24',2841,429,'2005-06-25 17:02:24',2,'2006-02-15 21:30:53'),(1782,'2005-06-16 19:21:12',1820,498,'2005-06-22 16:03:12',2,'2006-02-15 21:30:53'),(1783,'2005-06-16 19:23:23',50,18,'2005-06-18 00:57:23',1,'2006-02-15 21:30:53'),(1784,'2005-06-16 19:25:32',3792,134,'2005-06-20 00:00:32',2,'2006-02-15 21:30:53'),(1785,'2005-06-16 19:27:12',3413,50,'2005-06-24 19:25:12',1,'2006-02-15 21:30:53'),(1786,'2005-06-16 19:30:54',263,323,'2005-06-19 14:24:54',1,'2006-02-15 21:30:53'),(1787,'2005-06-16 19:30:59',3823,546,'2005-06-21 18:25:59',2,'2006-02-15 21:30:53'),(1788,'2005-06-16 19:47:18',3794,357,'2005-06-22 23:10:18',1,'2006-02-15 21:30:53'),(1789,'2005-06-16 19:49:18',4264,105,'2005-06-23 17:07:18',2,'2006-02-15 21:30:53'),(1790,'2005-06-16 19:58:40',1070,158,'2005-06-17 19:31:40',2,'2006-02-15 21:30:53'),(1791,'2005-06-16 20:04:28',301,76,'2005-06-23 22:30:28',1,'2006-02-15 21:30:53'),(1792,'2005-06-16 20:04:50',3800,351,'2005-06-26 00:57:50',1,'2006-02-15 21:30:53'),(1793,'2005-06-16 20:07:27',4356,230,'2005-06-19 20:55:27',1,'2006-02-15 21:30:53'),(1794,'2005-06-16 20:08:37',497,452,'2005-06-22 01:54:37',1,'2006-02-15 21:30:53'),(1795,'2005-06-16 20:09:01',536,56,'2005-06-24 17:50:01',2,'2006-02-15 21:30:53'),(1796,'2005-06-16 20:10:43',3229,283,'2005-06-20 19:12:43',1,'2006-02-15 21:30:53'),(1797,'2005-06-16 20:13:03',3435,275,'2005-06-22 22:56:03',1,'2006-02-15 21:30:53'),(1798,'2005-06-16 20:16:15',1654,429,'2005-06-20 22:23:15',2,'2006-02-15 21:30:53'),(1799,'2005-06-16 20:17:20',2847,505,'2005-06-20 23:55:20',1,'2006-02-15 21:30:53'),(1800,'2005-06-16 20:18:46',2058,149,'2005-06-20 17:12:46',1,'2006-02-15 21:30:53'),(1801,'2005-06-16 20:21:53',1015,10,'2005-06-18 23:18:53',1,'2006-02-15 21:30:53'),(1802,'2005-06-16 20:23:30',4174,455,'2005-06-21 20:02:30',1,'2006-02-15 21:30:53'),(1803,'2005-06-16 20:32:47',3784,127,'2005-06-21 02:03:47',1,'2006-02-15 21:30:53'),(1804,'2005-06-16 20:33:15',1152,570,'2005-06-18 02:31:15',2,'2006-02-15 21:30:53'),(1805,'2005-06-16 20:36:00',3962,208,'2005-06-17 16:27:00',1,'2006-02-15 21:30:53'),(1806,'2005-06-16 20:41:57',2053,45,'2005-06-18 19:25:57',2,'2006-02-15 21:30:53'),(1807,'2005-06-16 20:58:59',1174,338,'2005-06-20 21:31:59',2,'2006-02-15 21:30:53'),(1808,'2005-06-16 20:59:35',2424,466,'2005-06-24 15:31:35',1,'2006-02-15 21:30:53'),(1809,'2005-06-16 21:00:20',1071,517,'2005-06-25 20:25:20',1,'2006-02-15 21:30:53'),(1810,'2005-06-16 21:06:00',2368,7,'2005-06-21 21:24:00',1,'2006-02-15 21:30:53'),(1811,'2005-06-16 21:06:20',3700,235,'2005-06-21 21:59:20',2,'2006-02-15 21:30:53'),(1812,'2005-06-16 21:08:46',751,37,'2005-06-21 15:44:46',2,'2006-02-15 21:30:53'),(1813,'2005-06-16 21:11:00',1236,259,'2005-06-24 15:30:00',1,'2006-02-15 21:30:53'),(1814,'2005-06-16 21:15:22',39,144,'2005-06-23 17:00:22',1,'2006-02-15 21:30:53'),(1815,'2005-06-16 21:16:07',1551,84,'2005-06-17 16:37:07',2,'2006-02-15 21:30:53'),(1816,'2005-06-16 21:20:41',2861,594,'2005-06-18 02:21:41',1,'2006-02-15 21:30:53'),(1817,'2005-06-16 21:20:52',1354,574,'2005-06-19 16:24:52',2,'2006-02-15 21:30:53'),(1818,'2005-06-16 21:30:34',1218,63,'2005-06-20 03:27:34',2,'2006-02-15 21:30:53'),(1819,'2005-06-16 21:32:50',1689,386,'2005-06-26 01:11:50',1,'2006-02-15 21:30:53'),(1820,'2005-06-16 21:34:50',3672,120,'2005-06-20 16:50:50',1,'2006-02-15 21:30:53'),(1821,'2005-06-16 21:42:49',3207,468,'2005-06-20 16:25:49',2,'2006-02-15 21:30:53'),(1822,'2005-06-16 21:43:45',674,86,'2005-06-17 21:37:45',1,'2006-02-15 21:30:53'),(1823,'2005-06-16 21:48:16',3871,448,'2005-06-22 03:09:16',1,'2006-02-15 21:30:53'),(1824,'2005-06-16 21:51:04',2269,575,'2005-06-18 18:12:04',1,'2006-02-15 21:30:53'),(1825,'2005-06-16 21:53:05',2908,55,'2005-06-20 17:22:05',2,'2006-02-15 21:30:53'),(1826,'2005-06-16 21:53:52',421,578,'2005-06-25 18:46:52',2,'2006-02-15 21:30:53'),(1827,'2005-06-16 21:54:40',3804,423,'2005-06-19 21:28:40',2,'2006-02-15 21:30:53'),(1828,'2005-06-16 22:04:34',316,68,'2005-06-20 21:07:34',2,'2006-02-15 21:30:53'),(1829,'2005-06-16 22:14:21',617,293,'2005-06-21 16:51:21',1,'2006-02-15 21:30:53'),(1830,'2005-06-16 22:18:43',4010,499,'2005-06-23 21:14:43',2,'2006-02-15 21:30:53'),(1831,'2005-06-16 22:22:17',2610,383,'2005-06-25 23:23:17',2,'2006-02-15 21:30:53'),(1832,'2005-06-16 22:35:20',500,220,'2005-06-19 03:09:20',1,'2006-02-15 21:30:53'),(1833,'2005-06-16 22:45:03',1337,121,'2005-06-20 22:02:03',2,'2006-02-15 21:30:53'),(1834,'2005-06-16 22:49:08',4018,189,'2005-06-22 21:08:08',1,'2006-02-15 21:30:53'),(1835,'2005-06-16 23:05:36',1482,112,'2005-06-19 04:46:36',1,'2006-02-15 21:30:53'),(1836,'2005-06-16 23:13:05',2753,176,'2005-06-24 01:40:05',2,'2006-02-15 21:30:53'),(1837,'2005-06-16 23:16:15',1259,309,'2005-06-21 21:54:15',1,'2006-02-15 21:30:53'),(1838,'2005-06-16 23:20:16',513,31,'2005-06-20 02:34:16',1,'2006-02-15 21:30:53'),(1839,'2005-06-16 23:22:22',2750,223,'2005-06-23 00:33:22',1,'2006-02-15 21:30:53'),(1840,'2005-06-16 23:39:34',340,404,'2005-06-21 23:36:34',1,'2006-02-15 21:30:53'),(1841,'2005-06-16 23:44:13',2363,6,'2005-06-22 04:09:13',1,'2006-02-15 21:30:53'),(1842,'2005-06-16 23:45:59',1472,426,'2005-06-26 05:31:59',1,'2006-02-15 21:30:53'),(1843,'2005-06-16 23:53:42',2714,132,'2005-06-22 18:33:42',2,'2006-02-15 21:30:53'),(1844,'2005-06-16 23:53:53',2307,454,'2005-06-22 02:19:53',2,'2006-02-15 21:30:53'),(1845,'2005-06-16 23:56:11',3395,215,'2005-06-19 01:41:11',2,'2006-02-15 21:30:53'),(1846,'2005-06-17 00:02:44',1725,422,'2005-06-18 23:47:44',2,'2006-02-15 21:30:53'),(1847,'2005-06-17 00:05:22',1189,363,'2005-06-20 21:09:22',1,'2006-02-15 21:30:53'),(1848,'2005-06-17 00:07:07',3797,526,'2005-06-21 21:41:07',2,'2006-02-15 21:30:53'),(1849,'2005-06-17 00:13:19',2507,341,'2005-06-23 18:37:19',2,'2006-02-15 21:30:53'),(1850,'2005-06-17 00:31:35',761,517,'2005-06-25 05:19:35',1,'2006-02-15 21:30:53'),(1851,'2005-06-17 00:32:26',1121,451,'2005-06-22 19:54:26',2,'2006-02-15 21:30:53'),(1852,'2005-06-17 00:38:20',4122,271,'2005-06-22 20:04:20',2,'2006-02-15 21:30:53'),(1853,'2005-06-17 00:39:54',2949,301,'2005-06-19 00:22:54',2,'2006-02-15 21:30:53'),(1854,'2005-06-17 00:43:57',119,37,'2005-06-23 05:49:57',1,'2006-02-15 21:30:53'),(1855,'2005-06-17 00:54:58',4457,492,'2005-06-20 19:29:58',1,'2006-02-15 21:30:53'),(1856,'2005-06-17 01:02:00',3034,161,'2005-06-19 21:29:00',2,'2006-02-15 21:30:53'),(1857,'2005-06-17 01:12:58',4257,427,'2005-06-21 04:49:58',1,'2006-02-15 21:30:53'),(1858,'2005-06-17 01:13:11',3200,99,'2005-06-18 21:33:11',2,'2006-02-15 21:30:53'),(1859,'2005-06-17 01:13:38',3405,533,'2005-06-18 03:13:38',1,'2006-02-15 21:30:53'),(1860,'2005-06-17 01:17:12',1853,293,'2005-06-21 22:35:12',1,'2006-02-15 21:30:53'),(1861,'2005-06-17 01:17:31',135,454,'2005-06-25 02:11:31',1,'2006-02-15 21:30:53'),(1862,'2005-06-17 01:29:30',3299,553,'2005-06-25 20:43:30',1,'2006-02-15 21:30:53'),(1863,'2005-06-17 01:31:46',4466,550,'2005-06-26 02:09:46',2,'2006-02-15 21:30:53'),(1864,'2005-06-17 01:39:47',1815,130,'2005-06-24 19:39:47',2,'2006-02-15 21:30:53'),(1865,'2005-06-17 01:49:36',2657,526,'2005-06-23 21:13:36',1,'2006-02-15 21:30:53'),(1866,'2005-06-17 01:53:19',2579,575,'2005-06-19 06:14:19',2,'2006-02-15 21:30:53'),(1867,'2005-06-17 02:01:37',3537,415,'2005-06-25 04:52:37',2,'2006-02-15 21:30:53'),(1868,'2005-06-17 02:03:22',2412,380,'2005-06-25 04:38:22',1,'2006-02-15 21:30:53'),(1869,'2005-06-17 02:08:00',871,351,'2005-06-19 21:43:00',1,'2006-02-15 21:30:53'),(1870,'2005-06-17 02:24:36',895,191,'2005-06-17 23:04:36',2,'2006-02-15 21:30:53'),(1871,'2005-06-17 02:25:12',481,204,'2005-06-23 03:16:12',2,'2006-02-15 21:30:53'),(1872,'2005-06-17 02:27:03',3596,206,'2005-06-20 22:41:03',2,'2006-02-15 21:30:53'),(1873,'2005-06-17 02:38:28',2933,71,'2005-06-23 04:39:28',1,'2006-02-15 21:30:53'),(1874,'2005-06-17 02:39:20',3884,30,'2005-06-24 04:41:20',2,'2006-02-15 21:30:53'),(1875,'2005-06-17 02:45:10',1652,528,'2005-06-22 22:54:10',2,'2006-02-15 21:30:53'),(1876,'2005-06-17 02:50:51',384,459,'2005-06-18 07:21:51',1,'2006-02-15 21:30:53'),(1877,'2005-06-17 02:54:16',3404,261,'2005-06-25 21:51:16',2,'2006-02-15 21:30:53'),(1878,'2005-06-17 02:55:32',3319,381,'2005-06-21 03:44:32',1,'2006-02-15 21:30:53'),(1879,'2005-06-17 02:57:34',3983,343,'2005-06-19 00:00:34',1,'2006-02-15 21:30:53'),(1880,'2005-06-17 03:08:59',1133,289,'2005-06-19 07:16:59',1,'2006-02-15 21:30:53'),(1881,'2005-06-17 03:09:56',159,134,'2005-06-18 01:49:56',1,'2006-02-15 21:30:53'),(1882,'2005-06-17 03:17:21',1400,47,'2005-06-19 22:23:21',2,'2006-02-15 21:30:53'),(1883,'2005-06-17 03:18:51',3504,550,'2005-06-18 05:46:51',1,'2006-02-15 21:30:53'),(1884,'2005-06-17 03:19:20',4567,305,'2005-06-21 00:19:20',1,'2006-02-15 21:30:53'),(1885,'2005-06-17 03:35:59',740,588,'2005-06-21 05:57:59',2,'2006-02-15 21:30:53'),(1886,'2005-06-17 03:36:02',2367,505,'2005-06-19 08:12:02',2,'2006-02-15 21:30:53'),(1887,'2005-06-17 03:53:18',3591,32,'2005-06-25 07:37:18',2,'2006-02-15 21:30:53'),(1888,'2005-06-17 03:58:36',2872,405,'2005-06-22 09:28:36',1,'2006-02-15 21:30:53'),(1889,'2005-06-17 04:05:12',3909,572,'2005-06-26 04:13:12',1,'2006-02-15 21:30:53'),(1890,'2005-06-17 04:06:13',1764,447,'2005-06-22 07:46:13',2,'2006-02-15 21:30:53'),(1891,'2005-06-17 04:16:44',3576,109,'2005-06-24 07:20:44',1,'2006-02-15 21:30:53'),(1892,'2005-06-17 04:17:33',139,319,'2005-06-20 00:06:33',1,'2006-02-15 21:30:53'),(1893,'2005-06-17 04:18:37',3346,390,'2005-06-23 23:35:37',2,'2006-02-15 21:30:53'),(1894,'2005-06-17 04:18:48',3707,204,'2005-06-26 00:07:48',1,'2006-02-15 21:30:53'),(1895,'2005-06-17 04:25:12',680,30,'2005-06-26 08:44:12',1,'2006-02-15 21:30:53'),(1896,'2005-06-17 04:25:46',2077,270,'2005-06-26 09:37:46',1,'2006-02-15 21:30:53'),(1897,'2005-06-17 04:26:23',4142,422,'2005-06-25 09:32:23',2,'2006-02-15 21:30:53'),(1898,'2005-06-17 04:28:11',2873,143,'2005-06-25 07:04:11',2,'2006-02-15 21:30:53'),(1899,'2005-06-17 04:29:15',858,200,'2005-06-26 08:39:15',1,'2006-02-15 21:30:53'),(1900,'2005-06-17 04:29:58',1425,34,'2005-06-21 05:58:58',1,'2006-02-15 21:30:53'),(1901,'2005-06-17 04:35:19',2469,292,'2005-06-25 06:09:19',2,'2006-02-15 21:30:53'),(1902,'2005-06-17 04:35:52',2905,479,'2005-06-20 06:52:52',2,'2006-02-15 21:30:53'),(1903,'2005-06-17 04:37:20',1939,588,'2005-06-26 09:05:20',2,'2006-02-15 21:30:53'),(1904,'2005-06-17 04:45:41',2472,87,'2005-06-17 23:56:41',2,'2006-02-15 21:30:53'),(1905,'2005-06-17 04:51:43',1043,39,'2005-06-24 09:35:43',1,'2006-02-15 21:30:53'),(1906,'2005-06-17 04:53:35',1049,455,'2005-06-21 01:16:35',2,'2006-02-15 21:30:53'),(1907,'2005-06-17 05:08:27',988,66,'2005-06-23 09:13:27',1,'2006-02-15 21:30:53'),(1908,'2005-06-17 05:10:36',399,358,'2005-06-19 03:52:36',1,'2006-02-15 21:30:53'),(1909,'2005-06-17 05:11:04',2599,269,'2005-06-19 04:33:04',2,'2006-02-15 21:30:53'),(1910,'2005-06-17 05:11:27',3903,199,'2005-06-23 23:16:27',1,'2006-02-15 21:30:53'),(1911,'2005-06-17 05:15:15',910,3,'2005-06-24 11:05:15',2,'2006-02-15 21:30:53'),(1912,'2005-06-17 05:18:32',4136,538,'2005-06-20 10:01:32',2,'2006-02-15 21:30:53'),(1913,'2005-06-17 05:19:47',1825,116,'2005-06-21 03:39:47',1,'2006-02-15 21:30:53'),(1914,'2005-06-17 05:25:54',3406,450,'2005-06-24 04:25:54',2,'2006-02-15 21:30:53'),(1915,'2005-06-17 05:28:28',2620,393,'2005-06-21 07:12:28',2,'2006-02-15 21:30:53'),(1916,'2005-06-17 05:29:59',4428,429,'2005-06-26 05:35:59',2,'2006-02-15 21:30:53'),(1917,'2005-06-17 05:36:07',2667,400,'2005-06-24 01:44:07',1,'2006-02-15 21:30:53'),(1918,'2005-06-17 05:40:14',3749,310,'2005-06-21 08:53:14',2,'2006-02-15 21:30:53'),(1919,'2005-06-17 05:40:52',3855,197,'2005-06-23 05:58:52',1,'2006-02-15 21:30:53'),(1920,'2005-06-17 06:00:23',2199,75,'2005-06-24 04:49:23',1,'2006-02-15 21:30:53'),(1921,'2005-06-17 06:04:16',4369,417,'2005-06-23 05:26:16',2,'2006-02-15 21:30:53'),(1922,'2005-06-17 06:04:25',2484,343,'2005-06-18 09:15:25',2,'2006-02-15 21:30:53'),(1923,'2005-06-17 06:06:10',691,400,'2005-06-24 04:29:10',2,'2006-02-15 21:30:53'),(1924,'2005-06-17 06:13:34',2577,86,'2005-06-18 01:51:34',1,'2006-02-15 21:30:53'),(1925,'2005-06-17 06:16:47',3995,510,'2005-06-21 06:03:47',1,'2006-02-15 21:30:53'),(1926,'2005-06-17 06:24:30',3509,462,'2005-06-25 03:39:30',2,'2006-02-15 21:30:53'),(1927,'2005-06-17 06:48:19',3304,188,'2005-06-21 03:23:19',1,'2006-02-15 21:30:53'),(1928,'2005-06-17 06:48:31',3454,353,'2005-06-26 08:17:31',1,'2006-02-15 21:30:53'),(1929,'2005-06-17 06:49:30',573,327,'2005-06-22 12:07:30',2,'2006-02-15 21:30:53'),(1930,'2005-06-17 06:50:46',79,112,'2005-06-19 08:51:46',2,'2006-02-15 21:30:53'),(1931,'2005-06-17 06:51:56',1411,391,'2005-06-22 08:27:56',1,'2006-02-15 21:30:53'),(1932,'2005-06-17 06:54:41',3185,120,'2005-06-19 05:12:41',2,'2006-02-15 21:30:53'),(1933,'2005-06-17 06:54:42',980,13,'2005-06-26 02:00:42',1,'2006-02-15 21:30:53'),(1934,'2005-06-17 07:04:57',4000,16,'2005-06-25 12:21:57',2,'2006-02-15 21:30:53'),(1935,'2005-06-17 07:14:15',1962,295,'2005-06-20 05:59:15',1,'2006-02-15 21:30:53'),(1936,'2005-06-17 07:15:41',3037,213,'2005-06-18 11:37:41',2,'2006-02-15 21:30:53'),(1937,'2005-06-17 07:16:46',1266,385,'2005-06-21 04:22:46',2,'2006-02-15 21:30:53'),(1938,'2005-06-17 07:18:36',570,454,'2005-06-19 01:43:36',2,'2006-02-15 21:30:53'),(1939,'2005-06-17 07:26:45',605,11,'2005-06-25 13:06:45',2,'2006-02-15 21:30:53'),(1940,'2005-06-17 07:42:22',105,451,'2005-06-22 11:59:22',1,'2006-02-15 21:30:53'),(1941,'2005-06-17 07:42:45',1063,519,'2005-06-20 07:12:45',1,'2006-02-15 21:30:53'),(1942,'2005-06-17 07:43:39',261,143,'2005-06-25 02:24:39',1,'2006-02-15 21:30:53'),(1943,'2005-06-17 07:49:17',4327,144,'2005-06-20 03:47:17',1,'2006-02-15 21:30:53'),(1944,'2005-06-17 07:50:53',318,16,'2005-06-23 02:52:53',2,'2006-02-15 21:30:53'),(1945,'2005-06-17 07:51:26',3366,207,'2005-06-23 13:22:26',2,'2006-02-15 21:30:53'),(1946,'2005-06-17 07:58:39',2335,389,'2005-06-25 06:49:39',2,'2006-02-15 21:30:53'),(1947,'2005-06-17 08:02:20',3344,479,'2005-06-25 10:25:20',1,'2006-02-15 21:30:53'),(1948,'2005-06-17 08:06:53',46,89,'2005-06-21 05:00:53',1,'2006-02-15 21:30:53'),(1949,'2005-06-17 08:19:22',1478,208,'2005-06-25 08:43:22',1,'2006-02-15 21:30:53'),(1950,'2005-06-17 08:26:52',723,594,'2005-06-22 08:08:52',2,'2006-02-15 21:30:53'),(1951,'2005-06-17 08:30:35',955,123,'2005-06-20 10:43:35',2,'2006-02-15 21:30:53'),(1952,'2005-06-17 08:33:02',1823,338,'2005-06-21 14:00:02',2,'2006-02-15 21:30:53'),(1953,'2005-06-17 08:34:57',3549,405,'2005-06-24 09:38:57',2,'2006-02-15 21:30:53'),(1954,'2005-06-17 08:37:55',3203,533,'2005-06-20 02:55:55',2,'2006-02-15 21:30:53'),(1955,'2005-06-17 08:40:22',811,311,'2005-06-19 10:47:22',1,'2006-02-15 21:30:53'),(1956,'2005-06-17 08:43:32',1403,492,'2005-06-21 11:08:32',1,'2006-02-15 21:30:53'),(1957,'2005-06-17 08:50:58',2496,68,'2005-06-26 13:39:58',2,'2006-02-15 21:30:53'),(1958,'2005-06-17 08:52:01',1843,581,'2005-06-23 07:55:01',2,'2006-02-15 21:30:53'),(1959,'2005-06-17 08:54:10',1464,554,'2005-06-20 05:02:10',2,'2006-02-15 21:30:53'),(1960,'2005-06-17 08:59:57',2202,27,'2005-06-23 14:38:57',2,'2006-02-15 21:30:53'),(1961,'2005-06-17 09:02:58',2851,384,'2005-06-20 03:07:58',1,'2006-02-15 21:30:53'),(1962,'2005-06-17 09:08:58',4386,536,'2005-06-23 14:55:58',1,'2006-02-15 21:30:53'),(1963,'2005-06-17 09:09:31',1943,154,'2005-06-24 13:16:31',2,'2006-02-15 21:30:53'),(1964,'2005-06-17 09:10:09',3390,53,'2005-06-21 15:08:09',1,'2006-02-15 21:30:53'),(1965,'2005-06-17 09:17:39',480,256,'2005-06-18 12:35:39',2,'2006-02-15 21:30:53'),(1966,'2005-06-17 09:19:45',2085,6,'2005-06-20 11:19:45',1,'2006-02-15 21:30:53'),(1967,'2005-06-17 09:19:52',3225,558,'2005-06-21 03:35:52',1,'2006-02-15 21:30:53'),(1968,'2005-06-17 09:20:36',1139,246,'2005-06-18 11:06:36',2,'2006-02-15 21:30:53'),(1969,'2005-06-17 09:22:22',4450,337,'2005-06-21 05:31:22',2,'2006-02-15 21:30:53'),(1970,'2005-06-17 09:23:16',1358,303,'2005-06-22 09:40:16',2,'2006-02-15 21:30:53'),(1971,'2005-06-17 09:23:59',2870,357,'2005-06-25 13:20:59',2,'2006-02-15 21:30:53'),(1972,'2005-06-17 09:25:49',2758,526,'2005-06-24 09:59:49',2,'2006-02-15 21:30:53'),(1973,'2005-06-17 09:26:15',3669,256,'2005-06-21 10:18:15',1,'2006-02-15 21:30:53'),(1974,'2005-06-17 09:30:05',1979,111,'2005-06-21 12:10:05',1,'2006-02-15 21:30:53'),(1975,'2005-06-17 09:32:10',2520,468,'2005-06-23 03:50:10',2,'2006-02-15 21:30:53'),(1976,'2005-06-17 09:38:08',3631,184,'2005-06-23 07:23:08',2,'2006-02-15 21:30:53'),(1977,'2005-06-17 09:38:22',2468,459,'2005-06-23 14:19:22',2,'2006-02-15 21:30:53'),(1978,'2005-06-17 09:42:34',1590,278,'2005-06-20 09:13:34',2,'2006-02-15 21:30:53'),(1979,'2005-06-17 09:45:30',3470,45,'2005-06-20 10:52:30',1,'2006-02-15 21:30:53'),(1980,'2005-06-17 09:48:05',2985,328,'2005-06-23 14:43:05',1,'2006-02-15 21:30:53'),(1981,'2005-06-17 10:03:34',3186,526,'2005-06-20 13:14:34',2,'2006-02-15 21:30:53'),(1982,'2005-06-17 10:12:15',1091,566,'2005-06-20 13:56:15',1,'2006-02-15 21:30:53'),(1983,'2005-06-17 10:22:13',1955,365,'2005-06-24 05:04:13',1,'2006-02-15 21:30:53'),(1984,'2005-06-17 10:25:28',3417,380,'2005-06-23 08:18:28',2,'2006-02-15 21:30:53'),(1985,'2005-06-17 10:31:37',87,411,'2005-06-22 11:17:37',1,'2006-02-15 21:30:53'),(1986,'2005-06-17 10:34:59',2894,541,'2005-06-24 04:57:59',2,'2006-02-15 21:30:53'),(1987,'2005-06-17 10:40:36',110,479,'2005-06-23 14:23:36',1,'2006-02-15 21:30:53'),(1988,'2005-06-17 10:42:34',3054,261,'2005-06-25 11:47:34',2,'2006-02-15 21:30:53'),(1989,'2005-06-17 10:47:24',634,35,'2005-06-19 05:12:24',1,'2006-02-15 21:30:53'),(1990,'2005-06-17 10:48:44',1471,571,'2005-06-24 08:11:44',1,'2006-02-15 21:30:53'),(1991,'2005-06-17 10:49:23',3963,105,'2005-06-25 10:48:23',1,'2006-02-15 21:30:53'),(1992,'2005-06-17 10:58:53',636,233,'2005-06-19 08:42:53',2,'2006-02-15 21:30:53'),(1993,'2005-06-17 10:59:24',168,234,'2005-06-23 07:30:24',2,'2006-02-15 21:30:53'),(1994,'2005-06-17 11:07:06',2203,346,'2005-06-25 08:32:06',2,'2006-02-15 21:30:53'),(1995,'2005-06-17 11:11:14',1866,10,'2005-06-26 16:37:14',1,'2006-02-15 21:30:53'),(1996,'2005-06-17 11:17:45',3074,149,'2005-06-26 09:42:45',1,'2006-02-15 21:30:53'),(1997,'2005-06-17 11:19:43',846,411,'2005-06-19 14:18:43',1,'2006-02-15 21:30:53'),(1998,'2005-06-17 11:24:57',4365,562,'2005-06-26 09:48:57',1,'2006-02-15 21:30:53'),(1999,'2005-06-17 11:30:08',3704,111,'2005-06-23 08:36:08',1,'2006-02-15 21:30:53'),(2000,'2005-06-17 11:32:30',323,163,'2005-06-22 13:37:30',1,'2006-02-15 21:30:53'),(2001,'2005-06-17 11:35:09',2069,260,'2005-06-21 14:52:09',2,'2006-02-15 21:30:53'),(2002,'2005-06-17 11:39:58',2406,514,'2005-06-24 15:41:58',2,'2006-02-15 21:30:53'),(2003,'2005-06-17 11:40:35',1581,515,'2005-06-19 08:30:35',2,'2006-02-15 21:30:53'),(2004,'2005-06-17 11:43:38',1342,171,'2005-06-24 08:05:38',2,'2006-02-15 21:30:53'),(2005,'2005-06-17 11:44:54',4177,234,'2005-06-19 10:53:54',1,'2006-02-15 21:30:53'),(2006,'2005-06-17 11:47:03',992,215,'2005-06-19 13:47:03',2,'2006-02-15 21:30:53'),(2007,'2005-06-17 11:47:17',1123,572,'2005-06-21 07:19:17',1,'2006-02-15 21:30:53'),(2008,'2005-06-17 11:48:05',2081,570,'2005-06-25 13:16:05',1,'2006-02-15 21:30:53'),(2009,'2005-06-17 11:48:31',1902,119,'2005-06-18 09:34:31',2,'2006-02-15 21:30:53'),(2010,'2005-06-17 11:54:15',2845,329,'2005-06-21 05:55:15',1,'2006-02-15 21:30:53'),(2011,'2005-06-17 11:56:09',734,350,'2005-06-24 06:47:09',2,'2006-02-15 21:30:53'),(2012,'2005-06-17 11:57:15',3588,84,'2005-06-24 17:18:15',1,'2006-02-15 21:30:53'),(2013,'2005-06-17 12:03:01',3256,165,'2005-06-24 10:04:01',1,'2006-02-15 21:30:53'),(2014,'2005-06-17 12:03:28',2969,337,'2005-06-25 16:00:28',2,'2006-02-15 21:30:53'),(2015,'2005-06-17 12:16:29',3776,484,'2005-06-18 14:40:29',2,'2006-02-15 21:30:53'),(2016,'2005-06-17 12:18:36',4265,282,'2005-06-20 12:13:36',1,'2006-02-15 21:30:53'),(2017,'2005-06-17 12:33:30',1434,516,'2005-06-19 10:08:30',2,'2006-02-15 21:30:53'),(2018,'2005-06-17 12:35:58',1278,380,'2005-06-26 13:16:58',2,'2006-02-15 21:30:53'),(2019,'2005-06-17 12:38:44',2314,528,'2005-06-23 17:38:44',2,'2006-02-15 21:30:53'),(2020,'2005-06-17 12:39:50',1914,384,'2005-06-19 14:59:50',1,'2006-02-15 21:30:53'),(2021,'2005-06-17 12:41:18',2852,319,'2005-06-23 17:17:18',2,'2006-02-15 21:30:53'),(2022,'2005-06-17 12:44:39',3053,547,'2005-06-25 12:32:39',1,'2006-02-15 21:30:53'),(2023,'2005-06-17 12:52:58',787,169,'2005-06-23 11:07:58',1,'2006-02-15 21:30:53'),(2024,'2005-06-17 13:00:51',2566,329,'2005-06-22 07:03:51',1,'2006-02-15 21:30:53'),(2025,'2005-06-17 13:04:00',1203,447,'2005-06-18 18:45:00',2,'2006-02-15 21:30:53'),(2026,'2005-06-17 13:05:38',3681,491,'2005-06-21 17:19:38',1,'2006-02-15 21:30:53'),(2027,'2005-06-17 13:06:56',4309,265,'2005-06-23 13:46:56',1,'2006-02-15 21:30:53'),(2028,'2005-06-17 13:08:08',4451,155,'2005-06-23 10:54:08',1,'2006-02-15 21:30:53'),(2029,'2005-06-17 13:10:59',914,512,'2005-06-19 18:15:59',1,'2006-02-15 21:30:53'),(2030,'2005-06-17 13:13:27',4024,457,'2005-06-19 10:44:27',1,'2006-02-15 21:30:53'),(2031,'2005-06-17 13:14:03',4275,570,'2005-06-25 10:06:03',2,'2006-02-15 21:30:53'),(2032,'2005-06-17 13:24:07',425,316,'2005-06-18 18:18:07',1,'2006-02-15 21:30:53'),(2033,'2005-06-17 13:24:43',58,90,'2005-06-20 12:34:43',1,'2006-02-15 21:30:53'),(2034,'2005-06-17 13:27:16',1512,587,'2005-06-22 08:53:16',2,'2006-02-15 21:30:53'),(2035,'2005-06-17 13:45:09',4371,158,'2005-06-26 15:30:09',2,'2006-02-15 21:30:53'),(2036,'2005-06-17 13:46:52',100,486,'2005-06-18 15:42:52',2,'2006-02-15 21:30:53'),(2037,'2005-06-17 13:54:20',2582,308,'2005-06-20 14:49:20',2,'2006-02-15 21:30:53'),(2038,'2005-06-17 14:00:51',4231,138,'2005-06-19 11:54:51',2,'2006-02-15 21:30:53'),(2039,'2005-06-17 14:03:43',1514,304,'2005-06-24 09:21:43',1,'2006-02-15 21:30:53'),(2040,'2005-06-17 14:18:37',227,260,'2005-06-22 19:08:37',1,'2006-02-15 21:30:53'),(2041,'2005-06-17 14:19:00',782,348,'2005-06-26 08:38:00',2,'2006-02-15 21:30:53'),(2042,'2005-06-17 14:31:02',3102,84,'2005-06-18 14:43:02',1,'2006-02-15 21:30:53'),(2043,'2005-06-17 14:31:12',2495,4,'2005-06-19 11:04:12',2,'2006-02-15 21:30:53'),(2044,'2005-06-17 14:37:57',2418,484,'2005-06-22 17:15:57',2,'2006-02-15 21:30:53'),(2045,'2005-06-17 14:38:11',561,391,'2005-06-26 13:44:11',2,'2006-02-15 21:30:53'),(2046,'2005-06-17 14:39:50',872,374,'2005-06-24 16:02:50',1,'2006-02-15 21:30:53'),(2047,'2005-06-17 14:40:58',2371,201,'2005-06-21 08:52:58',1,'2006-02-15 21:30:53'),(2048,'2005-06-17 14:55:29',2055,454,'2005-06-23 16:29:29',2,'2006-02-15 21:30:53'),(2049,'2005-06-17 14:58:36',1053,182,'2005-06-22 14:53:36',2,'2006-02-15 21:30:53'),(2050,'2005-06-17 15:07:30',1963,549,'2005-06-18 14:43:30',1,'2006-02-15 21:30:53'),(2051,'2005-06-17 15:10:16',2366,191,'2005-06-19 20:45:16',1,'2006-02-15 21:30:53'),(2052,'2005-06-17 15:14:43',1686,172,'2005-06-21 11:08:43',1,'2006-02-15 21:30:53'),(2053,'2005-06-17 15:19:34',4279,521,'2005-06-19 10:06:34',2,'2006-02-15 21:30:53'),(2054,'2005-06-17 15:26:37',1588,295,'2005-06-26 14:22:37',1,'2006-02-15 21:30:53'),(2055,'2005-06-17 15:27:03',1399,593,'2005-06-25 13:44:03',1,'2006-02-15 21:30:53'),(2056,'2005-06-17 15:27:33',229,42,'2005-06-20 13:04:33',2,'2006-02-15 21:30:53'),(2057,'2005-06-17 15:31:58',2803,190,'2005-06-25 09:39:58',1,'2006-02-15 21:30:53'),(2058,'2005-06-17 15:34:41',1324,57,'2005-06-25 14:50:41',1,'2006-02-15 21:30:53'),(2059,'2005-06-17 15:36:12',739,114,'2005-06-18 19:01:12',2,'2006-02-15 21:30:53'),(2060,'2005-06-17 15:42:42',1523,64,'2005-06-22 16:39:42',1,'2006-02-15 21:30:53'),(2061,'2005-06-17 15:47:00',4575,108,'2005-06-24 16:36:00',2,'2006-02-15 21:30:53'),(2062,'2005-06-17 15:56:43',1749,55,'2005-06-20 21:37:43',2,'2006-02-15 21:30:53'),(2063,'2005-06-17 15:56:53',4323,5,'2005-06-21 14:19:53',1,'2006-02-15 21:30:53'),(2064,'2005-06-17 15:57:56',1970,67,'2005-06-23 21:04:56',2,'2006-02-15 21:30:53'),(2065,'2005-06-17 16:03:46',844,266,'2005-06-22 16:41:46',2,'2006-02-15 21:30:53'),(2066,'2005-06-17 16:07:08',2561,248,'2005-06-24 15:20:08',2,'2006-02-15 21:30:53'),(2067,'2005-06-17 16:11:08',1711,297,'2005-06-22 13:01:08',2,'2006-02-15 21:30:53'),(2068,'2005-06-17 16:11:46',4252,387,'2005-06-20 11:28:46',1,'2006-02-15 21:30:53'),(2069,'2005-06-17 16:19:39',2746,551,'2005-06-26 16:48:39',1,'2006-02-15 21:30:53'),(2070,'2005-06-17 16:27:51',2609,24,'2005-06-20 20:46:51',1,'2006-02-15 21:30:53'),(2071,'2005-06-17 16:33:17',2867,479,'2005-06-23 21:51:17',1,'2006-02-15 21:30:53'),(2072,'2005-06-17 16:33:32',86,261,'2005-06-23 13:22:32',1,'2006-02-15 21:30:53'),(2073,'2005-06-17 16:33:59',3530,410,'2005-06-19 11:57:59',1,'2006-02-15 21:30:53'),(2074,'2005-06-17 16:40:03',71,495,'2005-06-20 21:34:03',1,'2006-02-15 21:30:53'),(2075,'2005-06-17 16:40:33',2415,459,'2005-06-19 13:55:33',2,'2006-02-15 21:30:53'),(2076,'2005-06-17 16:43:47',2242,217,'2005-06-24 11:12:47',1,'2006-02-15 21:30:53'),(2077,'2005-06-17 16:46:11',4478,113,'2005-06-19 15:10:11',1,'2006-02-15 21:30:53'),(2078,'2005-06-17 16:48:55',2021,278,'2005-06-19 18:01:55',1,'2006-02-15 21:30:53'),(2079,'2005-06-17 16:49:45',3853,465,'2005-06-18 18:10:45',1,'2006-02-15 21:30:53'),(2080,'2005-06-17 16:59:40',1231,476,'2005-06-21 11:28:40',2,'2006-02-15 21:30:53'),(2081,'2005-06-17 17:05:02',917,253,'2005-06-26 20:26:02',1,'2006-02-15 21:30:53'),(2082,'2005-06-17 17:13:32',434,254,'2005-06-19 16:16:32',1,'2006-02-15 21:30:53'),(2083,'2005-06-17 17:14:00',2423,97,'2005-06-18 18:31:00',2,'2006-02-15 21:30:53'),(2084,'2005-06-17 17:17:19',428,92,'2005-06-22 14:57:19',1,'2006-02-15 21:30:53'),(2085,'2005-06-17 17:30:56',2275,214,'2005-06-23 12:13:56',1,'2006-02-15 21:30:53'),(2086,'2005-06-17 17:32:07',898,326,'2005-06-21 20:19:07',2,'2006-02-15 21:30:53'),(2087,'2005-06-17 17:35:10',466,398,'2005-06-26 13:52:10',1,'2006-02-15 21:30:53'),(2088,'2005-06-17 17:35:30',506,310,'2005-06-23 20:13:30',2,'2006-02-15 21:30:53'),(2089,'2005-06-17 17:45:09',4030,156,'2005-06-25 16:41:09',1,'2006-02-15 21:30:53'),(2090,'2005-06-17 18:06:14',17,197,'2005-06-22 23:52:14',1,'2006-02-15 21:30:53'),(2091,'2005-06-17 18:09:04',4033,260,'2005-06-26 12:11:04',1,'2006-02-15 21:30:53'),(2092,'2005-06-17 18:12:16',4427,556,'2005-06-25 15:06:16',2,'2006-02-15 21:30:53'),(2093,'2005-06-17 18:14:08',814,26,'2005-06-26 18:10:08',1,'2006-02-15 21:30:53'),(2094,'2005-06-17 18:18:56',2205,308,'2005-06-18 19:36:56',1,'2006-02-15 21:30:53'),(2095,'2005-06-17 18:21:35',1907,8,'2005-06-23 23:49:35',2,'2006-02-15 21:30:53'),(2096,'2005-06-17 18:33:04',1069,431,'2005-06-21 17:29:04',2,'2006-02-15 21:30:53'),(2097,'2005-06-17 18:40:04',569,439,'2005-06-23 13:49:04',1,'2006-02-15 21:30:53'),(2098,'2005-06-17 18:42:09',3951,274,'2005-06-19 20:40:09',1,'2006-02-15 21:30:53'),(2099,'2005-06-17 18:47:26',3660,146,'2005-06-24 22:31:26',2,'2006-02-15 21:30:53'),(2100,'2005-06-17 18:53:21',2267,387,'2005-06-19 21:49:21',2,'2006-02-15 21:30:53'),(2101,'2005-06-17 18:57:02',2137,581,'2005-06-20 15:38:02',2,'2006-02-15 21:30:53'),(2102,'2005-06-17 19:05:22',2316,486,'2005-06-23 23:21:22',2,'2006-02-15 21:30:53'),(2103,'2005-06-17 19:13:10',1469,456,'2005-06-21 21:32:10',2,'2006-02-15 21:30:53'),(2104,'2005-06-17 19:14:30',3084,136,'2005-06-19 16:26:30',1,'2006-02-15 21:30:53'),(2105,'2005-06-17 19:15:45',4090,57,'2005-06-20 16:00:45',1,'2006-02-15 21:30:53'),(2106,'2005-06-17 19:29:03',643,66,'2005-06-23 18:17:03',2,'2006-02-15 21:30:53'),(2107,'2005-06-17 19:31:16',1270,104,'2005-06-18 23:33:16',1,'2006-02-15 21:30:53'),(2108,'2005-06-17 19:35:26',1395,503,'2005-06-25 15:45:26',1,'2006-02-15 21:30:53'),(2109,'2005-06-17 19:41:42',2292,493,'2005-06-25 17:03:42',2,'2006-02-15 21:30:53'),(2110,'2005-06-17 19:45:49',3592,163,'2005-06-26 18:59:49',2,'2006-02-15 21:30:53'),(2111,'2005-06-17 19:47:21',2108,76,'2005-06-19 22:46:21',2,'2006-02-15 21:30:53'),(2112,'2005-06-17 19:52:42',1629,18,'2005-06-25 00:00:42',2,'2006-02-15 21:30:53'),(2113,'2005-06-17 19:57:46',1509,406,'2005-06-24 00:22:46',1,'2006-02-15 21:30:53'),(2114,'2005-06-17 20:00:25',3541,358,'2005-06-23 18:51:25',1,'2006-02-15 21:30:53'),(2115,'2005-06-17 20:02:16',3448,270,'2005-06-25 16:56:16',2,'2006-02-15 21:30:53'),(2116,'2005-06-17 20:16:12',2373,24,'2005-06-18 17:03:12',2,'2006-02-15 21:30:53'),(2117,'2005-06-17 20:24:00',2,170,'2005-06-23 17:45:00',2,'2006-02-15 21:30:53'),(2118,'2005-06-17 20:28:29',1261,103,'2005-06-23 22:47:29',1,'2006-02-15 21:30:53'),(2119,'2005-06-17 20:34:42',2104,561,'2005-06-22 00:05:42',1,'2006-02-15 21:30:53'),(2120,'2005-06-17 20:36:50',1498,182,'2005-06-27 01:18:50',2,'2006-02-15 21:30:53'),(2121,'2005-06-17 20:38:54',141,467,'2005-06-22 23:06:54',2,'2006-02-15 21:30:53'),(2122,'2005-06-17 20:48:27',2932,245,'2005-06-23 00:58:27',2,'2006-02-15 21:30:53'),(2123,'2005-06-17 20:48:30',2497,545,'2005-06-18 19:17:30',2,'2006-02-15 21:30:53'),(2124,'2005-06-17 20:49:14',1273,178,'2005-06-23 17:44:14',1,'2006-02-15 21:30:53'),(2125,'2005-06-17 20:53:42',4303,473,'2005-06-19 01:53:42',2,'2006-02-15 21:30:53'),(2126,'2005-06-17 20:54:36',4276,263,'2005-06-27 02:16:36',1,'2006-02-15 21:30:53'),(2127,'2005-06-17 20:54:48',3757,187,'2005-06-18 16:28:48',2,'2006-02-15 21:30:53'),(2128,'2005-06-17 20:54:58',352,2,'2005-06-24 00:41:58',2,'2006-02-15 21:30:53'),(2129,'2005-06-17 20:58:32',1930,249,'2005-06-23 22:22:32',1,'2006-02-15 21:30:53'),(2130,'2005-06-17 21:00:44',1369,413,'2005-06-26 00:05:44',2,'2006-02-15 21:30:53'),(2131,'2005-06-17 21:02:25',4424,85,'2005-06-25 18:45:25',1,'2006-02-15 21:30:53'),(2132,'2005-06-17 21:05:06',2636,186,'2005-06-20 18:10:06',1,'2006-02-15 21:30:53'),(2133,'2005-06-17 21:10:05',932,268,'2005-06-23 22:41:05',1,'2006-02-15 21:30:53'),(2134,'2005-06-17 21:13:44',1699,378,'2005-06-26 16:28:44',2,'2006-02-15 21:30:53'),(2135,'2005-06-17 21:14:02',4091,39,'2005-06-19 00:59:02',1,'2006-02-15 21:30:53'),(2136,'2005-06-17 21:16:41',2651,20,'2005-06-24 22:42:41',2,'2006-02-15 21:30:53'),(2137,'2005-06-17 21:18:28',1158,581,'2005-06-20 21:05:28',1,'2006-02-15 21:30:53'),(2138,'2005-06-17 21:28:14',512,254,'2005-06-22 01:16:14',2,'2006-02-15 21:30:53'),(2139,'2005-06-17 21:29:34',807,236,'2005-06-26 21:05:34',1,'2006-02-15 21:30:53'),(2140,'2005-06-17 21:40:29',2395,56,'2005-06-19 00:42:29',1,'2006-02-15 21:30:53'),(2141,'2005-06-17 21:41:34',2176,86,'2005-06-19 00:15:34',1,'2006-02-15 21:30:53'),(2142,'2005-06-17 21:55:43',1787,253,'2005-06-26 19:41:43',2,'2006-02-15 21:30:53'),(2143,'2005-06-17 21:58:13',1257,507,'2005-06-19 23:59:13',2,'2006-02-15 21:30:53'),(2144,'2005-06-17 22:05:40',3303,46,'2005-06-21 02:53:40',1,'2006-02-15 21:30:53'),(2145,'2005-06-17 22:10:36',238,388,'2005-06-18 21:07:36',2,'2006-02-15 21:30:53'),(2146,'2005-06-17 22:26:23',326,456,'2005-06-26 17:10:23',1,'2006-02-15 21:30:53'),(2147,'2005-06-17 22:28:13',2752,279,'2005-06-22 20:50:13',1,'2006-02-15 21:30:53'),(2148,'2005-06-17 22:44:35',315,338,'2005-06-26 19:43:35',1,'2006-02-15 21:30:53'),(2149,'2005-06-17 22:50:00',3365,333,'2005-06-26 18:40:00',1,'2006-02-15 21:30:53'),(2150,'2005-06-17 22:50:36',1910,406,'2005-06-21 19:33:36',1,'2006-02-15 21:30:53'),(2151,'2005-06-17 22:52:37',407,329,'2005-06-20 22:00:37',1,'2006-02-15 21:30:53'),(2152,'2005-06-17 22:53:27',2665,307,'2005-06-23 19:19:27',1,'2006-02-15 21:30:53'),(2153,'2005-06-17 22:58:04',2440,357,'2005-06-24 19:38:04',2,'2006-02-15 21:30:53'),(2154,'2005-06-17 22:59:42',1655,30,'2005-06-24 04:11:42',1,'2006-02-15 21:30:53'),(2155,'2005-06-17 23:07:29',3640,227,'2005-06-25 03:23:29',2,'2006-02-15 21:30:53'),(2156,'2005-06-17 23:08:12',623,237,'2005-06-22 19:44:12',2,'2006-02-15 21:30:53'),(2157,'2005-06-17 23:30:52',1619,201,'2005-06-24 01:56:52',2,'2006-02-15 21:30:53'),(2158,'2005-06-17 23:36:27',243,530,'2005-06-19 19:25:27',2,'2006-02-15 21:30:53'),(2159,'2005-06-17 23:37:29',3095,465,'2005-06-25 00:18:29',2,'2006-02-15 21:30:53'),(2160,'2005-06-17 23:39:11',1644,32,'2005-06-22 20:04:11',1,'2006-02-15 21:30:53'),(2161,'2005-06-17 23:39:50',3149,75,'2005-06-26 23:28:50',2,'2006-02-15 21:30:53'),(2162,'2005-06-17 23:45:47',1790,277,'2005-06-21 21:03:47',1,'2006-02-15 21:30:53'),(2163,'2005-06-17 23:46:16',2600,130,'2005-06-22 22:48:16',2,'2006-02-15 21:30:53'),(2164,'2005-06-17 23:46:21',3442,227,'2005-06-24 19:10:21',2,'2006-02-15 21:30:53'),(2165,'2005-06-17 23:51:10',2392,471,'2005-06-21 23:54:10',1,'2006-02-15 21:30:53'),(2166,'2005-06-17 23:51:21',4343,305,'2005-06-27 01:06:21',2,'2006-02-15 21:30:53'),(2167,'2005-06-17 23:51:28',3796,307,'2005-06-21 00:43:28',2,'2006-02-15 21:30:53'),(2168,'2005-06-17 23:53:24',802,308,'2005-06-20 01:11:24',1,'2006-02-15 21:30:53'),(2169,'2005-06-17 23:57:23',785,120,'2005-06-19 20:14:23',2,'2006-02-15 21:30:53'),(2170,'2005-06-17 23:57:34',3989,42,'2005-06-22 03:37:34',2,'2006-02-15 21:30:53'),(2171,'2005-06-18 00:06:04',1768,147,'2005-06-24 18:09:04',2,'2006-02-15 21:30:53'),(2172,'2005-06-18 00:06:16',2912,457,'2005-06-26 00:50:16',1,'2006-02-15 21:30:53'),(2173,'2005-06-18 00:08:20',995,65,'2005-06-25 05:30:20',1,'2006-02-15 21:30:53'),(2174,'2005-06-18 00:09:01',3279,520,'2005-06-25 23:14:01',1,'2006-02-15 21:30:53'),(2175,'2005-06-18 00:17:58',4038,17,'2005-06-22 23:18:58',2,'2006-02-15 21:30:53'),(2176,'2005-06-18 00:29:51',4201,282,'2005-06-21 01:41:51',1,'2006-02-15 21:30:53'),(2177,'2005-06-18 00:34:45',492,340,'2005-06-26 18:40:45',1,'2006-02-15 21:30:53'),(2178,'2005-06-18 00:38:35',2950,260,'2005-06-21 02:56:35',1,'2006-02-15 21:30:53'),(2179,'2005-06-18 00:41:36',4334,338,'2005-06-19 02:17:36',1,'2006-02-15 21:30:53'),(2180,'2005-06-18 00:47:43',3564,497,'2005-06-25 04:12:43',2,'2006-02-15 21:30:53'),(2181,'2005-06-18 00:48:31',3481,176,'2005-06-25 06:43:31',2,'2006-02-15 21:30:53'),(2182,'2005-06-18 00:56:18',3494,454,'2005-06-26 20:01:18',1,'2006-02-15 21:30:53'),(2183,'2005-06-18 01:06:01',1776,340,'2005-06-22 01:20:01',1,'2006-02-15 21:30:53'),(2184,'2005-06-18 01:10:36',3468,537,'2005-06-21 05:59:36',2,'2006-02-15 21:30:53'),(2185,'2005-06-18 01:12:22',4326,198,'2005-06-20 20:41:22',1,'2006-02-15 21:30:53'),(2186,'2005-06-18 01:15:27',2050,204,'2005-06-21 06:16:27',1,'2006-02-15 21:30:53'),(2187,'2005-06-18 01:17:27',1385,477,'2005-06-20 22:18:27',1,'2006-02-15 21:30:53'),(2188,'2005-06-18 01:19:04',712,183,'2005-06-25 03:59:04',2,'2006-02-15 21:30:53'),(2189,'2005-06-18 01:20:26',249,500,'2005-06-25 00:30:26',1,'2006-02-15 21:30:53'),(2190,'2005-06-18 01:29:51',4398,342,'2005-06-26 04:31:51',2,'2006-02-15 21:30:53'),(2191,'2005-06-18 01:33:09',3369,58,'2005-06-19 20:18:09',1,'2006-02-15 21:30:53'),(2192,'2005-06-18 01:35:47',1886,456,'2005-06-23 23:38:47',2,'2006-02-15 21:30:53'),(2193,'2005-06-18 01:38:45',1013,112,'2005-06-22 19:51:45',1,'2006-02-15 21:30:53'),(2194,'2005-06-18 01:41:37',1827,149,'2005-06-25 04:27:37',1,'2006-02-15 21:30:53'),(2195,'2005-06-18 01:44:46',2247,286,'2005-06-25 20:50:46',1,'2006-02-15 21:30:53'),(2196,'2005-06-18 01:47:07',1925,240,'2005-06-26 03:18:07',2,'2006-02-15 21:30:53'),(2197,'2005-06-18 01:50:27',3350,103,'2005-06-19 01:31:27',2,'2006-02-15 21:30:53'),(2198,'2005-06-18 01:51:22',1983,109,'2005-06-26 06:57:22',2,'2006-02-15 21:30:53'),(2199,'2005-06-18 01:57:56',99,171,'2005-06-23 20:34:56',2,'2006-02-15 21:30:53'),(2200,'2005-06-18 01:59:16',1085,229,'2005-06-26 23:25:16',2,'2006-02-15 21:30:53'),(2201,'2005-06-18 02:08:27',1864,489,'2005-06-23 01:40:27',1,'2006-02-15 21:30:53'),(2202,'2005-06-18 02:09:24',815,297,'2005-06-26 07:17:24',2,'2006-02-15 21:30:53'),(2203,'2005-06-18 02:10:42',1347,46,'2005-06-22 06:25:42',2,'2006-02-15 21:30:53'),(2204,'2005-06-18 02:11:38',1137,426,'2005-06-24 00:28:38',1,'2006-02-15 21:30:53'),(2205,'2005-06-18 02:14:34',1245,593,'2005-06-25 05:11:34',1,'2006-02-15 21:30:53'),(2206,'2005-06-18 02:14:45',3651,438,'2005-06-24 23:20:45',2,'2006-02-15 21:30:53'),(2207,'2005-06-18 02:19:21',182,78,'2005-06-24 02:25:21',2,'2006-02-15 21:30:53'),(2208,'2005-06-18 02:22:07',2345,132,'2005-06-23 07:24:07',2,'2006-02-15 21:30:53'),(2209,'2005-06-18 02:24:01',2441,13,'2005-06-22 04:13:01',2,'2006-02-15 21:30:53'),(2210,'2005-06-18 02:27:01',219,108,'2005-06-21 00:45:01',1,'2006-02-15 21:30:53'),(2211,'2005-06-18 02:29:10',4114,166,'2005-06-22 02:02:10',1,'2006-02-15 21:30:53'),(2212,'2005-06-18 02:36:10',2458,336,'2005-06-19 21:21:10',1,'2006-02-15 21:30:53'),(2213,'2005-06-18 02:36:47',949,98,'2005-06-23 05:02:47',1,'2006-02-15 21:30:53'),(2214,'2005-06-18 02:44:37',2430,366,'2005-06-18 23:37:37',2,'2006-02-15 21:30:53'),(2215,'2005-06-18 02:48:21',2060,239,'2005-06-22 01:03:21',2,'2006-02-15 21:30:53'),(2216,'2005-06-18 03:08:17',1428,320,'2005-06-19 08:13:17',1,'2006-02-15 21:30:53'),(2217,'2005-06-18 03:12:29',2260,118,'2005-06-20 06:08:29',1,'2006-02-15 21:30:53'),(2218,'2005-06-18 03:13:13',3577,176,'2005-06-18 21:16:13',1,'2006-02-15 21:30:53'),(2219,'2005-06-18 03:16:54',1881,393,'2005-06-22 01:29:54',1,'2006-02-15 21:30:53'),(2220,'2005-06-18 03:21:36',320,587,'2005-06-21 07:45:36',2,'2006-02-15 21:30:53'),(2221,'2005-06-18 03:24:56',3905,156,'2005-06-22 08:27:56',1,'2006-02-15 21:30:53'),(2222,'2005-06-18 03:26:23',3834,10,'2005-06-26 08:50:23',2,'2006-02-15 21:30:53'),(2223,'2005-06-18 03:27:03',4068,303,'2005-06-27 09:19:03',2,'2006-02-15 21:30:53'),(2224,'2005-06-18 03:33:58',1336,153,'2005-06-18 22:10:58',1,'2006-02-15 21:30:53'),(2225,'2005-06-18 03:35:40',2829,503,'2005-06-23 03:05:40',1,'2006-02-15 21:30:53'),(2226,'2005-06-18 03:39:56',3487,225,'2005-06-24 07:26:56',2,'2006-02-15 21:30:53'),(2227,'2005-06-18 03:43:23',3623,200,'2005-06-19 05:55:23',2,'2006-02-15 21:30:53'),(2228,'2005-06-18 03:44:50',490,383,'2005-06-23 00:28:50',1,'2006-02-15 21:30:53'),(2229,'2005-06-18 03:50:18',2840,35,'2005-06-26 07:16:18',2,'2006-02-15 21:30:53'),(2230,'2005-06-18 03:50:49',833,256,'2005-06-25 01:12:49',2,'2006-02-15 21:30:53'),(2231,'2005-06-18 03:52:14',2280,35,'2005-06-23 06:52:14',1,'2006-02-15 21:30:53'),(2232,'2005-06-18 03:54:31',2463,52,'2005-06-22 07:29:31',1,'2006-02-15 21:30:53'),(2233,'2005-06-18 03:57:36',3063,31,'2005-06-21 09:42:36',2,'2006-02-15 21:30:53'),(2234,'2005-06-18 04:01:28',234,182,'2005-06-24 04:55:28',2,'2006-02-15 21:30:53'),(2235,'2005-06-18 04:08:50',3463,21,'2005-06-27 07:58:50',1,'2006-02-15 21:30:53'),(2236,'2005-06-18 04:12:33',4001,375,'2005-06-23 04:07:33',1,'2006-02-15 21:30:53'),(2237,'2005-06-18 04:17:44',1821,205,'2005-06-27 09:08:44',1,'2006-02-15 21:30:53'),(2238,'2005-06-18 04:22:06',2859,251,'2005-06-27 03:29:06',2,'2006-02-15 21:30:53'),(2239,'2005-06-18 04:23:54',4419,437,'2005-06-26 00:12:54',2,'2006-02-15 21:30:53'),(2240,'2005-06-18 04:28:27',1409,122,'2005-06-22 07:48:27',2,'2006-02-15 21:30:53'),(2241,'2005-06-18 04:31:41',921,406,'2005-06-24 22:34:41',2,'2006-02-15 21:30:53'),(2242,'2005-06-18 04:32:28',1995,146,'2005-06-24 03:26:28',2,'2006-02-15 21:30:53'),(2243,'2005-06-18 04:33:03',1254,328,'2005-06-23 04:14:03',2,'2006-02-15 21:30:53'),(2244,'2005-06-18 04:46:33',3629,233,'2005-06-20 04:28:33',1,'2006-02-15 21:30:53'),(2245,'2005-06-18 04:52:59',1496,194,'2005-06-24 05:07:59',2,'2006-02-15 21:30:53'),(2246,'2005-06-18 04:54:29',4287,414,'2005-06-22 09:14:29',1,'2006-02-15 21:30:53'),(2248,'2005-06-18 04:59:48',1999,446,'2005-06-19 08:51:48',2,'2006-02-15 21:30:53'),(2249,'2005-06-18 05:03:08',117,285,'2005-06-26 05:43:08',2,'2006-02-15 21:30:53'),(2250,'2005-06-18 05:03:36',4042,7,'2005-06-22 02:25:36',2,'2006-02-15 21:30:53'),(2251,'2005-06-18 05:05:08',1458,143,'2005-06-23 08:34:08',1,'2006-02-15 21:30:53'),(2252,'2005-06-18 05:05:18',1987,383,'2005-06-21 08:19:18',1,'2006-02-15 21:30:53'),(2253,'2005-06-18 05:11:43',3719,122,'2005-06-25 03:30:43',2,'2006-02-15 21:30:53'),(2254,'2005-06-18 05:15:14',1084,281,'2005-06-27 04:10:14',2,'2006-02-15 21:30:53'),(2255,'2005-06-18 05:21:12',24,410,'2005-06-26 09:19:12',1,'2006-02-15 21:30:53'),(2256,'2005-06-18 05:21:56',1863,93,'2005-06-27 02:06:56',2,'2006-02-15 21:30:53'),(2257,'2005-06-18 05:29:52',2846,34,'2005-06-22 00:19:52',1,'2006-02-15 21:30:53'),(2258,'2005-06-18 05:30:36',4573,292,'2005-06-24 09:09:36',1,'2006-02-15 21:30:53'),(2259,'2005-06-18 05:37:45',4103,491,'2005-06-21 01:51:45',1,'2006-02-15 21:30:53'),(2260,'2005-06-18 05:38:36',2773,297,'2005-06-20 08:08:36',1,'2006-02-15 21:30:53'),(2261,'2005-06-18 05:46:15',1763,570,'2005-06-24 05:06:15',1,'2006-02-15 21:30:53'),(2262,'2005-06-18 05:49:46',4172,218,'2005-06-20 00:25:46',2,'2006-02-15 21:30:53'),(2263,'2005-06-18 05:57:47',3259,452,'2005-06-20 06:13:47',1,'2006-02-15 21:30:53'),(2264,'2005-06-18 05:58:45',150,240,'2005-06-19 00:57:45',1,'2006-02-15 21:30:53'),(2265,'2005-06-18 06:03:27',3069,267,'2005-06-20 01:16:27',1,'2006-02-15 21:30:53'),(2266,'2005-06-18 06:05:02',2596,452,'2005-06-20 06:54:02',1,'2006-02-15 21:30:53'),(2267,'2005-06-18 06:10:23',2086,218,'2005-06-20 00:39:23',2,'2006-02-15 21:30:53'),(2268,'2005-06-18 06:13:41',4380,21,'2005-06-22 08:53:41',2,'2006-02-15 21:30:53'),(2269,'2005-06-18 06:20:54',3088,431,'2005-06-25 04:51:54',2,'2006-02-15 21:30:53'),(2270,'2005-06-18 06:29:01',3447,588,'2005-06-26 07:21:01',2,'2006-02-15 21:30:53'),(2271,'2005-06-18 06:29:52',2416,145,'2005-06-21 09:46:52',2,'2006-02-15 21:30:53'),(2272,'2005-06-18 06:29:53',1364,599,'2005-06-23 10:58:53',1,'2006-02-15 21:30:53'),(2273,'2005-06-18 06:30:02',4456,327,'2005-06-20 07:07:02',1,'2006-02-15 21:30:53'),(2274,'2005-06-18 06:31:15',3021,347,'2005-06-21 01:24:15',2,'2006-02-15 21:30:53'),(2275,'2005-06-18 06:31:29',2805,354,'2005-06-24 10:04:29',2,'2006-02-15 21:30:53'),(2276,'2005-06-18 06:33:48',1145,594,'2005-06-25 00:50:48',2,'2006-02-15 21:30:53'),(2277,'2005-06-18 06:35:03',3770,224,'2005-06-19 01:26:03',1,'2006-02-15 21:30:53'),(2278,'2005-06-18 06:37:57',1166,450,'2005-06-22 10:57:57',1,'2006-02-15 21:30:53'),(2279,'2005-06-18 06:38:22',1953,554,'2005-06-27 07:16:22',1,'2006-02-15 21:30:53'),(2280,'2005-06-18 06:46:54',4568,548,'2005-06-26 09:48:54',2,'2006-02-15 21:30:53'),(2281,'2005-06-18 06:47:29',4212,431,'2005-06-20 10:27:29',2,'2006-02-15 21:30:53'),(2282,'2005-06-18 06:48:23',4388,113,'2005-06-24 11:04:23',2,'2006-02-15 21:30:53'),(2283,'2005-06-18 06:56:06',2056,507,'2005-06-19 05:11:06',2,'2006-02-15 21:30:53'),(2284,'2005-06-18 06:59:51',2682,228,'2005-06-24 04:58:51',2,'2006-02-15 21:30:53'),(2285,'2005-06-18 07:00:54',755,447,'2005-06-25 08:58:54',2,'2006-02-15 21:30:53'),(2286,'2005-06-18 07:02:32',618,287,'2005-06-27 12:33:32',1,'2006-02-15 21:30:53'),(2287,'2005-06-18 07:04:36',1473,317,'2005-06-27 03:00:36',2,'2006-02-15 21:30:53'),(2288,'2005-06-18 07:23:17',877,247,'2005-06-26 07:44:17',2,'2006-02-15 21:30:53'),(2289,'2005-06-18 07:29:43',2030,392,'2005-06-24 11:16:43',2,'2006-02-15 21:30:53'),(2290,'2005-06-18 07:34:37',200,513,'2005-06-26 11:45:37',1,'2006-02-15 21:30:53'),(2291,'2005-06-18 07:36:46',3949,436,'2005-06-26 04:57:46',2,'2006-02-15 21:30:53'),(2292,'2005-06-18 07:37:48',173,130,'2005-06-20 02:45:48',2,'2006-02-15 21:30:53'),(2293,'2005-06-18 07:45:03',3209,178,'2005-06-24 08:12:03',1,'2006-02-15 21:30:53'),(2294,'2005-06-18 07:46:34',2096,72,'2005-06-22 12:34:34',2,'2006-02-15 21:30:53'),(2295,'2005-06-18 07:56:18',3250,106,'2005-06-21 07:10:18',1,'2006-02-15 21:30:53'),(2296,'2005-06-18 08:10:42',4558,481,'2005-06-20 12:26:42',2,'2006-02-15 21:30:53'),(2297,'2005-06-18 08:17:41',2262,111,'2005-06-26 05:08:41',2,'2006-02-15 21:30:53'),(2298,'2005-06-18 08:18:29',1227,497,'2005-06-24 11:51:29',1,'2006-02-15 21:30:53'),(2299,'2005-06-18 08:18:52',4339,28,'2005-06-26 11:48:52',1,'2006-02-15 21:30:53'),(2300,'2005-06-18 08:22:34',1617,291,'2005-06-24 04:51:34',2,'2006-02-15 21:30:53'),(2301,'2005-06-18 08:24:03',869,273,'2005-06-25 10:31:03',2,'2006-02-15 21:30:53'),(2302,'2005-06-18 08:27:33',1852,42,'2005-06-22 02:46:33',2,'2006-02-15 21:30:53'),(2303,'2005-06-18 08:27:59',1524,329,'2005-06-22 10:58:59',1,'2006-02-15 21:30:53'),(2304,'2005-06-18 08:30:15',3543,327,'2005-06-23 06:17:15',1,'2006-02-15 21:30:53'),(2305,'2005-06-18 08:31:18',622,149,'2005-06-24 06:18:18',2,'2006-02-15 21:30:53'),(2306,'2005-06-18 08:33:23',208,477,'2005-06-27 10:01:23',2,'2006-02-15 21:30:53'),(2307,'2005-06-18 08:34:59',4576,47,'2005-06-23 04:42:59',1,'2006-02-15 21:30:53'),(2308,'2005-06-18 08:41:48',197,1,'2005-06-22 03:36:48',2,'2006-02-15 21:30:53'),(2309,'2005-06-18 08:43:24',611,576,'2005-06-20 03:56:24',1,'2006-02-15 21:30:53'),(2310,'2005-06-18 08:45:59',2590,409,'2005-06-26 05:06:59',2,'2006-02-15 21:30:53'),(2311,'2005-06-18 08:51:29',4506,236,'2005-06-25 07:51:29',1,'2006-02-15 21:30:53'),(2312,'2005-06-18 08:55:46',402,184,'2005-06-24 04:34:46',2,'2006-02-15 21:30:53'),(2313,'2005-06-18 08:56:45',3134,379,'2005-06-26 10:30:45',2,'2006-02-15 21:30:53'),(2314,'2005-06-18 09:03:19',2157,160,'2005-06-19 12:14:19',1,'2006-02-15 21:30:53'),(2315,'2005-06-18 09:03:39',2766,372,'2005-06-22 11:18:39',1,'2006-02-15 21:30:53'),(2316,'2005-06-18 09:04:59',372,289,'2005-06-20 09:39:59',2,'2006-02-15 21:30:53'),(2317,'2005-06-18 09:12:18',1602,326,'2005-06-21 05:50:18',2,'2006-02-15 21:30:53'),(2318,'2005-06-18 09:13:54',2328,383,'2005-06-23 07:19:54',1,'2006-02-15 21:30:53'),(2319,'2005-06-18 09:24:22',1521,393,'2005-06-26 14:12:22',2,'2006-02-15 21:30:53'),(2320,'2005-06-18 09:24:50',597,552,'2005-06-24 07:59:50',1,'2006-02-15 21:30:53'),(2321,'2005-06-18 09:42:42',1160,565,'2005-06-25 14:28:42',1,'2006-02-15 21:30:53'),(2322,'2005-06-18 09:44:21',1893,213,'2005-06-25 09:29:21',1,'2006-02-15 21:30:53'),(2323,'2005-06-18 09:55:02',207,54,'2005-06-23 07:19:02',1,'2006-02-15 21:30:53'),(2324,'2005-06-18 10:00:33',2987,268,'2005-06-23 14:10:33',1,'2006-02-15 21:30:53'),(2325,'2005-06-18 10:08:07',752,406,'2005-06-21 15:07:07',1,'2006-02-15 21:30:53'),(2326,'2005-06-18 10:14:22',3829,174,'2005-06-24 07:01:22',2,'2006-02-15 21:30:53'),(2327,'2005-06-18 10:16:40',1351,571,'2005-06-20 15:06:40',1,'2006-02-15 21:30:53'),(2328,'2005-06-18 10:17:21',2304,441,'2005-06-21 04:18:21',1,'2006-02-15 21:30:53'),(2329,'2005-06-18 10:22:52',4156,587,'2005-06-20 12:03:52',2,'2006-02-15 21:30:53'),(2330,'2005-06-18 10:41:19',4285,390,'2005-06-25 10:48:19',1,'2006-02-15 21:30:53'),(2331,'2005-06-18 10:50:09',1546,221,'2005-06-25 14:30:09',1,'2006-02-15 21:30:53'),(2332,'2005-06-18 10:53:51',2152,140,'2005-06-24 12:06:51',2,'2006-02-15 21:30:53'),(2333,'2005-06-18 10:55:54',2323,283,'2005-06-25 07:09:54',2,'2006-02-15 21:30:53'),(2334,'2005-06-18 10:56:24',3076,223,'2005-06-22 10:38:24',2,'2006-02-15 21:30:53'),(2335,'2005-06-18 10:59:36',3968,446,'2005-06-26 06:42:36',2,'2006-02-15 21:30:53'),(2336,'2005-06-18 11:00:05',3888,124,'2005-06-25 06:02:05',2,'2006-02-15 21:30:53'),(2337,'2005-06-18 11:15:27',4522,582,'2005-06-26 06:59:27',2,'2006-02-15 21:30:53'),(2338,'2005-06-18 11:24:54',3165,316,'2005-06-19 07:34:54',1,'2006-02-15 21:30:53'),(2339,'2005-06-18 11:29:22',313,297,'2005-06-21 10:29:22',1,'2006-02-15 21:30:53'),(2340,'2005-06-18 11:30:56',1913,157,'2005-06-23 06:00:56',1,'2006-02-15 21:30:53'),(2341,'2005-06-18 11:35:30',638,31,'2005-06-27 11:56:30',2,'2006-02-15 21:30:53'),(2342,'2005-06-18 11:42:40',2169,146,'2005-06-20 14:40:40',1,'2006-02-15 21:30:53'),(2343,'2005-06-18 11:46:26',4554,20,'2005-06-22 11:37:26',2,'2006-02-15 21:30:53'),(2344,'2005-06-18 12:01:47',2015,498,'2005-06-19 11:56:47',2,'2006-02-15 21:30:53'),(2345,'2005-06-18 12:03:23',1818,6,'2005-06-22 14:25:23',2,'2006-02-15 21:30:53'),(2346,'2005-06-18 12:08:16',2575,308,'2005-06-27 15:02:16',1,'2006-02-15 21:30:53'),(2347,'2005-06-18 12:12:29',4516,194,'2005-06-23 14:03:29',1,'2006-02-15 21:30:53'),(2348,'2005-06-18 12:15:43',3622,449,'2005-06-24 14:03:43',2,'2006-02-15 21:30:53'),(2349,'2005-06-18 12:25:14',1536,495,'2005-06-19 11:24:14',2,'2006-02-15 21:30:53'),(2350,'2005-06-18 12:25:29',1179,471,'2005-06-23 11:35:29',1,'2006-02-15 21:30:53'),(2351,'2005-06-18 12:27:57',2942,216,'2005-06-23 16:14:57',1,'2006-02-15 21:30:53'),(2352,'2005-06-18 12:40:15',2141,590,'2005-06-22 07:07:15',2,'2006-02-15 21:30:53'),(2353,'2005-06-18 12:53:25',3223,361,'2005-06-19 13:53:25',1,'2006-02-15 21:30:53'),(2354,'2005-06-18 12:54:18',2793,77,'2005-06-26 07:23:18',2,'2006-02-15 21:30:53'),(2355,'2005-06-18 12:57:06',3613,125,'2005-06-26 07:32:06',1,'2006-02-15 21:30:53'),(2356,'2005-06-18 12:59:23',2207,455,'2005-06-21 10:12:23',2,'2006-02-15 21:30:53'),(2357,'2005-06-18 12:59:41',1323,561,'2005-06-26 16:40:41',1,'2006-02-15 21:30:53'),(2358,'2005-06-18 13:00:51',1728,478,'2005-06-26 12:58:51',1,'2006-02-15 21:30:53'),(2359,'2005-06-18 13:04:42',3087,201,'2005-06-25 11:52:42',1,'2006-02-15 21:30:53'),(2360,'2005-06-18 13:11:13',37,57,'2005-06-23 15:32:13',2,'2006-02-15 21:30:53'),(2361,'2005-06-18 13:19:05',3547,546,'2005-06-23 07:59:05',1,'2006-02-15 21:30:53'),(2362,'2005-06-18 13:31:15',2815,514,'2005-06-19 12:35:15',1,'2006-02-15 21:30:53'),(2363,'2005-06-18 13:33:59',3497,1,'2005-06-19 17:40:59',1,'2006-02-15 21:30:53'),(2364,'2005-06-18 13:37:32',2856,512,'2005-06-23 14:18:32',1,'2006-02-15 21:30:53'),(2365,'2005-06-18 13:45:34',3109,493,'2005-06-21 12:12:34',2,'2006-02-15 21:30:53'),(2366,'2005-06-18 13:46:39',1413,162,'2005-06-23 18:49:39',2,'2006-02-15 21:30:53'),(2367,'2005-06-18 14:00:31',4086,566,'2005-06-22 14:45:31',2,'2006-02-15 21:30:53'),(2368,'2005-06-18 14:10:27',1058,99,'2005-06-23 10:49:27',1,'2006-02-15 21:30:53'),(2369,'2005-06-18 14:25:29',1515,44,'2005-06-23 18:45:29',2,'2006-02-15 21:30:53'),(2370,'2005-06-18 14:29:54',2656,489,'2005-06-24 10:23:54',1,'2006-02-15 21:30:53'),(2371,'2005-06-18 14:35:29',178,248,'2005-06-22 09:38:29',2,'2006-02-15 21:30:53'),(2372,'2005-06-18 14:37:37',1567,96,'2005-06-21 08:40:37',2,'2006-02-15 21:30:53'),(2373,'2005-06-18 14:37:57',2780,544,'2005-06-23 19:29:57',2,'2006-02-15 21:30:53'),(2374,'2005-06-18 14:44:06',2634,71,'2005-06-22 17:14:06',1,'2006-02-15 21:30:53'),(2375,'2005-06-18 14:47:29',2175,259,'2005-06-26 13:52:29',2,'2006-02-15 21:30:53'),(2376,'2005-06-18 14:55:30',3664,479,'2005-06-25 17:40:30',1,'2006-02-15 21:30:53'),(2377,'2005-06-18 14:56:23',3568,193,'2005-06-27 12:36:23',1,'2006-02-15 21:30:53'),(2378,'2005-06-18 14:57:49',2796,384,'2005-06-26 18:23:49',2,'2006-02-15 21:30:53'),(2379,'2005-06-18 14:59:39',2708,597,'2005-06-24 13:26:39',2,'2006-02-15 21:30:53'),(2380,'2005-06-18 15:00:04',4413,256,'2005-06-24 13:29:04',2,'2006-02-15 21:30:53'),(2381,'2005-06-18 15:00:30',1491,167,'2005-06-22 11:38:30',1,'2006-02-15 21:30:53'),(2382,'2005-06-18 15:03:52',915,568,'2005-06-20 10:16:52',2,'2006-02-15 21:30:53'),(2383,'2005-06-18 15:17:59',2459,149,'2005-06-26 18:42:59',2,'2006-02-15 21:30:53'),(2384,'2005-06-18 15:18:49',3378,132,'2005-06-21 18:10:49',1,'2006-02-15 21:30:53'),(2385,'2005-06-18 15:22:40',1641,298,'2005-06-26 10:02:40',1,'2006-02-15 21:30:53'),(2386,'2005-06-18 15:22:51',1361,293,'2005-06-22 20:01:51',1,'2006-02-15 21:30:53'),(2387,'2005-06-18 15:24:19',692,289,'2005-06-25 17:41:19',2,'2006-02-15 21:30:53'),(2388,'2005-06-18 15:26:30',2923,53,'2005-06-20 20:24:30',1,'2006-02-15 21:30:53'),(2389,'2005-06-18 15:27:47',731,382,'2005-06-21 12:26:47',1,'2006-02-15 21:30:53'),(2390,'2005-06-18 15:29:26',2748,239,'2005-06-23 17:50:26',1,'2006-02-15 21:30:53'),(2391,'2005-06-18 15:33:30',2850,491,'2005-06-25 14:30:30',1,'2006-02-15 21:30:53'),(2392,'2005-06-18 15:34:18',2213,261,'2005-06-19 16:22:18',1,'2006-02-15 21:30:53'),(2393,'2005-06-18 15:37:55',3143,21,'2005-06-25 17:11:55',1,'2006-02-15 21:30:53'),(2394,'2005-06-18 15:42:30',2669,60,'2005-06-26 16:12:30',1,'2006-02-15 21:30:53'),(2395,'2005-06-18 15:45:15',899,544,'2005-06-27 19:11:15',2,'2006-02-15 21:30:53'),(2396,'2005-06-18 15:49:48',1986,31,'2005-06-27 20:31:48',2,'2006-02-15 21:30:53'),(2397,'2005-06-18 15:51:25',2895,76,'2005-06-24 15:52:25',1,'2006-02-15 21:30:53'),(2398,'2005-06-18 15:56:53',3001,526,'2005-06-27 14:25:53',2,'2006-02-15 21:30:53'),(2399,'2005-06-18 16:06:14',2492,577,'2005-06-26 16:56:14',2,'2006-02-15 21:30:53'),(2400,'2005-06-18 16:10:46',3194,410,'2005-06-25 20:34:46',1,'2006-02-15 21:30:53'),(2401,'2005-06-18 16:22:03',85,359,'2005-06-19 13:49:03',2,'2006-02-15 21:30:53'),(2402,'2005-06-18 16:24:45',2833,360,'2005-06-27 14:39:45',1,'2006-02-15 21:30:53'),(2403,'2005-06-18 16:33:22',2697,536,'2005-06-23 19:25:22',1,'2006-02-15 21:30:53'),(2404,'2005-06-18 16:33:48',4138,456,'2005-06-23 20:39:48',2,'2006-02-15 21:30:53'),(2405,'2005-06-18 16:36:38',3604,356,'2005-06-21 19:15:38',1,'2006-02-15 21:30:53'),(2406,'2005-06-18 16:39:37',1321,497,'2005-06-23 12:04:37',1,'2006-02-15 21:30:53'),(2407,'2005-06-18 16:50:41',2547,421,'2005-06-24 15:29:41',2,'2006-02-15 21:30:53'),(2408,'2005-06-18 16:50:44',258,87,'2005-06-19 20:11:44',1,'2006-02-15 21:30:53'),(2409,'2005-06-18 16:53:33',656,84,'2005-06-20 18:23:33',1,'2006-02-15 21:30:53'),(2410,'2005-06-18 16:55:08',265,381,'2005-06-20 12:40:08',2,'2006-02-15 21:30:53'),(2411,'2005-06-18 16:55:54',3302,558,'2005-06-25 12:44:54',1,'2006-02-15 21:30:53'),(2412,'2005-06-18 16:58:58',1946,127,'2005-06-27 22:57:58',1,'2006-02-15 21:30:53'),(2413,'2005-06-18 16:59:34',1851,170,'2005-06-27 16:10:34',2,'2006-02-15 21:30:53'),(2414,'2005-06-18 17:01:55',4500,275,'2005-06-20 17:42:55',1,'2006-02-15 21:30:53'),(2415,'2005-06-18 17:02:42',3105,434,'2005-06-25 13:16:42',2,'2006-02-15 21:30:53'),(2416,'2005-06-18 17:07:34',2868,26,'2005-06-24 19:16:34',1,'2006-02-15 21:30:53'),(2417,'2005-06-18 17:12:01',1956,219,'2005-06-26 13:32:01',1,'2006-02-15 21:30:53'),(2418,'2005-06-18 17:14:42',2756,381,'2005-06-26 16:33:42',1,'2006-02-15 21:30:53'),(2419,'2005-06-18 17:21:24',1255,102,'2005-06-26 18:25:24',1,'2006-02-15 21:30:53'),(2420,'2005-06-18 17:22:28',241,502,'2005-06-23 17:45:28',1,'2006-02-15 21:30:53'),(2421,'2005-06-18 17:25:05',3524,26,'2005-06-23 21:09:05',2,'2006-02-15 21:30:53'),(2422,'2005-06-18 17:28:57',3170,527,'2005-06-23 15:22:57',1,'2006-02-15 21:30:53'),(2423,'2005-06-18 17:32:08',1744,231,'2005-06-21 11:58:08',1,'2006-02-15 21:30:53'),(2424,'2005-06-18 17:35:08',1884,233,'2005-06-23 15:33:08',1,'2006-02-15 21:30:53'),(2425,'2005-06-18 17:37:45',2630,579,'2005-06-27 18:40:45',2,'2006-02-15 21:30:53'),(2426,'2005-06-18 17:40:44',474,543,'2005-06-22 14:30:44',2,'2006-02-15 21:30:53'),(2427,'2005-06-18 17:45:00',4278,176,'2005-06-27 20:07:00',2,'2006-02-15 21:30:53'),(2428,'2005-06-18 17:47:34',3892,241,'2005-06-19 14:39:34',2,'2006-02-15 21:30:53'),(2429,'2005-06-18 17:48:28',3238,583,'2005-06-27 15:52:28',1,'2006-02-15 21:30:53'),(2430,'2005-06-18 17:51:46',1984,434,'2005-06-23 19:17:46',1,'2006-02-15 21:30:53'),(2431,'2005-06-18 17:53:03',1383,295,'2005-06-25 15:08:03',2,'2006-02-15 21:30:53'),(2432,'2005-06-18 17:59:18',4420,250,'2005-06-25 15:19:18',2,'2006-02-15 21:30:53'),(2433,'2005-06-18 18:10:17',937,356,'2005-06-23 14:46:17',2,'2006-02-15 21:30:53'),(2434,'2005-06-18 18:11:51',3739,12,'2005-06-23 12:52:51',2,'2006-02-15 21:30:53'),(2435,'2005-06-18 18:12:26',3548,173,'2005-06-22 13:43:26',2,'2006-02-15 21:30:53'),(2436,'2005-06-18 18:13:32',3328,534,'2005-06-21 13:33:32',2,'2006-02-15 21:30:53'),(2437,'2005-06-18 18:30:26',1799,454,'2005-06-21 18:36:26',1,'2006-02-15 21:30:53'),(2438,'2005-06-18 18:34:21',184,31,'2005-06-19 16:50:21',1,'2006-02-15 21:30:53'),(2439,'2005-06-18 18:35:04',909,39,'2005-06-21 19:47:04',2,'2006-02-15 21:30:53'),(2440,'2005-06-18 18:41:09',2866,380,'2005-06-22 12:46:09',1,'2006-02-15 21:30:53'),(2441,'2005-06-18 18:45:11',3148,593,'2005-06-20 00:42:11',1,'2006-02-15 21:30:53'),(2442,'2005-06-18 18:49:18',4045,364,'2005-06-22 16:18:18',1,'2006-02-15 21:30:53'),(2443,'2005-06-18 18:52:30',1622,233,'2005-06-24 21:27:30',1,'2006-02-15 21:30:53'),(2444,'2005-06-18 18:58:12',2233,576,'2005-06-27 20:48:12',1,'2006-02-15 21:30:53'),(2445,'2005-06-18 19:02:11',2887,98,'2005-06-23 22:25:11',1,'2006-02-15 21:30:53'),(2446,'2005-06-18 19:04:41',1283,466,'2005-06-27 17:10:41',2,'2006-02-15 21:30:53'),(2447,'2005-06-18 19:10:55',2353,523,'2005-06-27 16:35:55',1,'2006-02-15 21:30:53'),(2448,'2005-06-18 19:13:45',1642,308,'2005-06-27 14:43:45',1,'2006-02-15 21:30:53'),(2449,'2005-06-18 19:18:36',3630,498,'2005-06-27 23:49:36',1,'2006-02-15 21:30:53'),(2450,'2005-06-18 19:25:47',863,230,'2005-06-27 15:54:47',1,'2006-02-15 21:30:53'),(2451,'2005-06-18 19:28:02',835,24,'2005-06-23 16:41:02',1,'2006-02-15 21:30:53'),(2452,'2005-06-18 19:29:21',4318,77,'2005-06-26 22:27:21',1,'2006-02-15 21:30:53'),(2453,'2005-06-18 19:30:53',2562,588,'2005-06-20 17:22:53',1,'2006-02-15 21:30:53'),(2454,'2005-06-18 19:32:51',314,253,'2005-06-24 20:03:51',2,'2006-02-15 21:30:53'),(2455,'2005-06-18 19:33:06',870,241,'2005-06-21 15:21:06',1,'2006-02-15 21:30:53'),(2456,'2005-06-18 19:36:50',553,147,'2005-06-23 22:48:50',1,'2006-02-15 21:30:53'),(2457,'2005-06-18 19:38:20',1277,91,'2005-06-26 20:48:20',1,'2006-02-15 21:30:53'),(2458,'2005-06-18 19:39:05',599,572,'2005-06-21 13:54:05',2,'2006-02-15 21:30:53'),(2459,'2005-06-18 19:44:08',1024,185,'2005-06-23 19:14:08',2,'2006-02-15 21:30:53'),(2460,'2005-06-18 19:54:13',3933,553,'2005-06-27 22:36:13',2,'2006-02-15 21:30:53'),(2461,'2005-06-18 19:58:12',78,343,'2005-06-28 01:35:12',2,'2006-02-15 21:30:53'),(2462,'2005-06-18 20:00:15',2151,468,'2005-06-21 21:54:15',2,'2006-02-15 21:30:53'),(2463,'2005-06-18 20:01:43',1186,194,'2005-06-25 15:04:43',2,'2006-02-15 21:30:53'),(2464,'2005-06-18 20:06:05',463,380,'2005-06-20 19:22:05',1,'2006-02-15 21:30:53'),(2465,'2005-06-18 20:07:02',3783,160,'2005-06-25 20:55:02',1,'2006-02-15 21:30:53'),(2466,'2005-06-18 20:18:42',1356,427,'2005-06-20 01:32:42',1,'2006-02-15 21:30:53'),(2467,'2005-06-18 20:20:05',4387,177,'2005-06-20 17:01:05',1,'2006-02-15 21:30:53'),(2468,'2005-06-18 20:23:52',1833,382,'2005-06-23 14:34:52',1,'2006-02-15 21:30:53'),(2469,'2005-06-18 20:24:23',1993,137,'2005-06-27 15:39:23',1,'2006-02-15 21:30:53'),(2470,'2005-06-18 20:28:31',4319,40,'2005-06-25 18:48:31',1,'2006-02-15 21:30:53'),(2471,'2005-06-18 20:31:00',3399,183,'2005-06-24 18:01:00',2,'2006-02-15 21:30:53'),(2472,'2005-06-18 20:32:40',4556,70,'2005-06-20 00:40:40',2,'2006-02-15 21:30:53'),(2473,'2005-06-18 20:42:45',3876,221,'2005-06-19 20:17:45',1,'2006-02-15 21:30:53'),(2474,'2005-06-18 20:51:34',3450,151,'2005-06-25 01:39:34',1,'2006-02-15 21:30:53'),(2475,'2005-06-18 20:52:46',889,336,'2005-06-21 19:40:46',2,'2006-02-15 21:30:53'),(2476,'2005-06-18 20:57:12',3998,334,'2005-06-20 15:42:12',1,'2006-02-15 21:30:53'),(2477,'2005-06-18 20:58:46',2510,206,'2005-06-22 21:49:46',1,'2006-02-15 21:30:53'),(2478,'2005-06-18 21:01:21',2798,241,'2005-06-24 00:20:21',1,'2006-02-15 21:30:53'),(2479,'2005-06-18 21:03:08',1624,408,'2005-06-22 16:49:08',1,'2006-02-15 21:30:53'),(2480,'2005-06-18 21:04:09',4078,310,'2005-06-22 16:24:09',1,'2006-02-15 21:30:53'),(2481,'2005-06-18 21:08:30',800,322,'2005-06-23 02:35:30',2,'2006-02-15 21:30:53'),(2482,'2005-06-18 21:10:44',452,122,'2005-06-19 20:39:44',1,'2006-02-15 21:30:53'),(2483,'2005-06-18 21:22:23',4225,88,'2005-06-25 01:14:23',1,'2006-02-15 21:30:53'),(2484,'2005-06-18 21:25:23',1511,515,'2005-06-24 16:03:23',2,'2006-02-15 21:30:53'),(2485,'2005-06-18 21:26:03',1562,56,'2005-06-21 22:09:03',2,'2006-02-15 21:30:53'),(2486,'2005-06-18 21:26:56',268,15,'2005-06-22 23:42:56',1,'2006-02-15 21:30:53'),(2487,'2005-06-18 21:32:54',3683,374,'2005-06-23 21:11:54',2,'2006-02-15 21:30:53'),(2488,'2005-06-18 21:38:26',1338,403,'2005-06-24 02:08:26',2,'2006-02-15 21:30:53'),(2489,'2005-06-18 22:00:44',4012,382,'2005-06-22 02:06:44',2,'2006-02-15 21:30:53'),(2490,'2005-06-18 22:00:50',1934,402,'2005-06-19 23:45:50',2,'2006-02-15 21:30:53'),(2491,'2005-06-18 22:01:31',1779,316,'2005-06-26 02:46:31',1,'2006-02-15 21:30:53'),(2492,'2005-06-18 22:04:15',2858,237,'2005-06-23 21:58:15',1,'2006-02-15 21:30:53'),(2493,'2005-06-18 22:12:09',4121,269,'2005-06-27 23:44:09',1,'2006-02-15 21:30:53'),(2494,'2005-06-18 22:15:09',1313,434,'2005-06-25 17:23:09',1,'2006-02-15 21:30:53'),(2495,'2005-06-18 22:15:42',3826,338,'2005-06-21 23:21:42',1,'2006-02-15 21:30:53'),(2496,'2005-06-18 22:20:11',646,527,'2005-06-20 03:08:11',2,'2006-02-15 21:30:53'),(2497,'2005-06-18 22:50:40',2327,171,'2005-06-26 22:39:40',1,'2006-02-15 21:30:53'),(2498,'2005-06-18 22:56:26',2291,74,'2005-06-22 20:02:26',1,'2006-02-15 21:30:53'),(2499,'2005-06-18 23:01:36',3172,348,'2005-06-20 21:50:36',2,'2006-02-15 21:30:53'),(2500,'2005-06-18 23:07:12',4241,12,'2005-06-26 17:27:12',1,'2006-02-15 21:30:53'),(2501,'2005-06-18 23:10:11',1185,450,'2005-06-24 18:40:11',2,'2006-02-15 21:30:53'),(2502,'2005-06-18 23:12:13',2622,325,'2005-06-20 04:19:13',2,'2006-02-15 21:30:53'),(2503,'2005-06-18 23:17:19',2486,176,'2005-06-23 03:57:19',2,'2006-02-15 21:30:53'),(2504,'2005-06-18 23:19:53',1684,452,'2005-06-21 04:43:53',2,'2006-02-15 21:30:53'),(2505,'2005-06-18 23:28:27',1670,519,'2005-06-26 01:36:27',1,'2006-02-15 21:30:53'),(2506,'2005-06-18 23:29:53',2308,82,'2005-06-25 18:11:53',2,'2006-02-15 21:30:53'),(2507,'2005-06-18 23:39:22',3121,325,'2005-06-21 19:23:22',1,'2006-02-15 21:30:53'),(2508,'2005-06-18 23:43:58',4322,476,'2005-06-20 19:26:58',2,'2006-02-15 21:30:53'),(2509,'2005-06-18 23:44:08',4469,213,'2005-06-20 01:36:08',2,'2006-02-15 21:30:53'),(2510,'2005-06-18 23:44:21',3827,384,'2005-06-24 00:31:21',1,'2006-02-15 21:30:53'),(2511,'2005-06-18 23:45:30',1824,234,'2005-06-24 01:21:30',2,'2006-02-15 21:30:53'),(2512,'2005-06-18 23:48:47',4515,27,'2005-06-21 04:58:47',2,'2006-02-15 21:30:53'),(2513,'2005-06-18 23:53:15',3379,515,'2005-06-24 21:16:15',2,'2006-02-15 21:30:53'),(2514,'2005-06-18 23:56:44',2559,382,'2005-06-23 21:10:44',1,'2006-02-15 21:30:53'),(2515,'2005-06-18 23:57:31',3213,188,'2005-06-22 05:31:31',2,'2006-02-15 21:30:53'),(2516,'2005-06-19 00:03:28',2678,87,'2005-06-21 00:30:28',2,'2006-02-15 21:30:53'),(2517,'2005-06-19 00:11:26',53,74,'2005-06-25 02:19:26',1,'2006-02-15 21:30:53'),(2518,'2005-06-19 00:16:23',3503,86,'2005-06-25 19:28:23',2,'2006-02-15 21:30:53'),(2519,'2005-06-19 00:19:21',1172,128,'2005-06-25 01:46:21',1,'2006-02-15 21:30:53'),(2520,'2005-06-19 00:29:00',4181,446,'2005-06-28 04:36:00',1,'2006-02-15 21:30:53'),(2521,'2005-06-19 00:41:08',132,92,'2005-06-22 00:40:08',1,'2006-02-15 21:30:53'),(2522,'2005-06-19 00:43:42',550,579,'2005-06-28 04:26:42',1,'2006-02-15 21:30:53'),(2523,'2005-06-19 00:45:56',460,89,'2005-06-21 00:54:56',2,'2006-02-15 21:30:53'),(2524,'2005-06-19 00:48:11',441,465,'2005-06-25 01:46:11',2,'2006-02-15 21:30:53'),(2525,'2005-06-19 00:48:22',1307,365,'2005-06-24 19:10:22',2,'2006-02-15 21:30:53'),(2526,'2005-06-19 01:03:07',3309,500,'2005-06-28 06:57:07',1,'2006-02-15 21:30:53'),(2527,'2005-06-19 01:10:31',387,463,'2005-06-20 05:37:31',2,'2006-02-15 21:30:53'),(2528,'2005-06-19 01:14:12',1836,331,'2005-06-26 05:08:12',2,'2006-02-15 21:30:53'),(2529,'2005-06-19 01:18:27',2306,478,'2005-06-24 00:26:27',1,'2006-02-15 21:30:53'),(2530,'2005-06-19 01:20:00',4166,31,'2005-06-23 04:10:00',1,'2006-02-15 21:30:53'),(2531,'2005-06-19 01:20:49',768,368,'2005-06-22 01:50:49',2,'2006-02-15 21:30:53'),(2532,'2005-06-19 01:27:46',1870,26,'2005-06-20 02:15:46',1,'2006-02-15 21:30:53'),(2533,'2005-06-19 01:34:26',4564,187,'2005-06-22 20:19:26',1,'2006-02-15 21:30:53'),(2534,'2005-06-19 01:38:39',2540,517,'2005-06-23 00:16:39',1,'2006-02-15 21:30:53'),(2535,'2005-06-19 01:39:04',901,130,'2005-06-28 01:33:04',2,'2006-02-15 21:30:53'),(2536,'2005-06-19 01:41:34',4232,163,'2005-06-27 03:11:34',1,'2006-02-15 21:30:53'),(2537,'2005-06-19 01:52:21',3499,388,'2005-06-26 02:09:21',1,'2006-02-15 21:30:53'),(2538,'2005-06-19 01:56:59',1287,472,'2005-06-25 00:54:59',2,'2006-02-15 21:30:53'),(2539,'2005-06-19 01:58:39',4474,527,'2005-06-19 22:17:39',2,'2006-02-15 21:30:53'),(2540,'2005-06-19 02:04:48',4305,363,'2005-06-20 22:42:48',2,'2006-02-15 21:30:53'),(2541,'2005-06-19 02:08:10',129,360,'2005-06-23 23:32:10',1,'2006-02-15 21:30:53'),(2542,'2005-06-19 02:08:39',1446,67,'2005-06-26 20:25:39',1,'2006-02-15 21:30:53'),(2543,'2005-06-19 02:14:11',1729,58,'2005-06-21 00:40:11',2,'2006-02-15 21:30:53'),(2544,'2005-06-19 02:16:17',1465,558,'2005-06-22 21:45:17',1,'2006-02-15 21:30:53'),(2545,'2005-06-19 02:23:36',3237,413,'2005-06-20 03:17:36',2,'2006-02-15 21:30:53'),(2546,'2005-06-19 02:39:39',971,272,'2005-06-23 03:56:39',2,'2006-02-15 21:30:53'),(2547,'2005-06-19 02:44:17',4560,162,'2005-06-24 08:01:17',2,'2006-02-15 21:30:53'),(2548,'2005-06-19 02:45:35',4292,561,'2005-06-22 06:52:35',2,'2006-02-15 21:30:53'),(2549,'2005-06-19 02:46:39',3854,495,'2005-06-26 22:30:39',2,'2006-02-15 21:30:53'),(2550,'2005-06-19 02:49:55',1370,38,'2005-06-24 01:37:55',1,'2006-02-15 21:30:53'),(2551,'2005-06-19 02:51:04',2007,444,'2005-06-28 05:02:04',1,'2006-02-15 21:30:53'),(2552,'2005-06-19 03:01:29',664,389,'2005-06-28 04:13:29',1,'2006-02-15 21:30:53'),(2553,'2005-06-19 03:04:59',923,473,'2005-06-26 02:36:59',2,'2006-02-15 21:30:53'),(2554,'2005-06-19 03:05:38',3916,322,'2005-06-25 23:03:38',1,'2006-02-15 21:30:53'),(2555,'2005-06-19 03:07:02',260,191,'2005-06-25 05:25:02',2,'2006-02-15 21:30:53'),(2556,'2005-06-19 03:07:32',125,377,'2005-06-23 23:09:32',1,'2006-02-15 21:30:53'),(2557,'2005-06-19 03:08:51',4546,257,'2005-06-20 07:59:51',1,'2006-02-15 21:30:53'),(2558,'2005-06-19 03:09:16',2920,361,'2005-06-24 05:29:16',1,'2006-02-15 21:30:53'),(2559,'2005-06-19 03:09:46',4433,414,'2005-06-28 07:49:46',1,'2006-02-15 21:30:53'),(2560,'2005-06-19 03:12:42',3340,309,'2005-06-28 02:28:42',1,'2006-02-15 21:30:53'),(2561,'2005-06-19 03:14:52',4128,256,'2005-06-21 02:42:52',2,'2006-02-15 21:30:53'),(2562,'2005-06-19 03:15:05',51,265,'2005-06-21 08:26:05',2,'2006-02-15 21:30:53'),(2563,'2005-06-19 03:24:17',1935,41,'2005-06-23 04:08:17',2,'2006-02-15 21:30:53'),(2564,'2005-06-19 03:41:10',4008,408,'2005-06-24 03:10:10',1,'2006-02-15 21:30:53'),(2565,'2005-06-19 03:44:03',2347,128,'2005-06-24 01:26:03',2,'2006-02-15 21:30:53'),(2566,'2005-06-19 03:45:39',495,486,'2005-06-25 08:43:39',2,'2006-02-15 21:30:53'),(2567,'2005-06-19 04:04:46',216,496,'2005-06-19 23:39:46',2,'2006-02-15 21:30:53'),(2568,'2005-06-19 04:09:03',3032,190,'2005-06-24 23:24:03',1,'2006-02-15 21:30:53'),(2569,'2005-06-19 04:19:04',30,213,'2005-06-26 04:31:04',1,'2006-02-15 21:30:53'),(2570,'2005-06-19 04:20:13',1105,5,'2005-06-25 07:00:13',1,'2006-02-15 21:30:53'),(2571,'2005-06-19 04:20:14',1800,66,'2005-06-21 07:28:14',2,'2006-02-15 21:30:53'),(2572,'2005-06-19 04:21:26',2449,159,'2005-06-23 09:22:26',2,'2006-02-15 21:30:53'),(2573,'2005-06-19 04:23:18',3354,563,'2005-06-23 06:04:18',1,'2006-02-15 21:30:53'),(2574,'2005-06-19 04:23:52',3320,143,'2005-06-20 05:24:52',1,'2006-02-15 21:30:53'),(2575,'2005-06-19 04:32:52',354,336,'2005-06-24 09:37:52',1,'2006-02-15 21:30:53'),(2576,'2005-06-19 04:34:15',2928,559,'2005-06-28 10:02:15',2,'2006-02-15 21:30:53'),(2577,'2005-06-19 04:36:03',447,66,'2005-06-28 00:38:03',2,'2006-02-15 21:30:53'),(2578,'2005-06-19 04:40:06',1695,267,'2005-06-26 09:37:06',2,'2006-02-15 21:30:53'),(2579,'2005-06-19 04:40:44',3836,493,'2005-06-22 09:22:44',1,'2006-02-15 21:30:53'),(2580,'2005-06-19 04:44:30',2527,219,'2005-06-23 04:15:30',1,'2006-02-15 21:30:53'),(2581,'2005-06-19 04:54:13',376,456,'2005-06-23 23:28:13',2,'2006-02-15 21:30:53'),(2582,'2005-06-19 04:56:27',201,267,'2005-06-26 08:56:27',2,'2006-02-15 21:30:53'),(2583,'2005-06-19 05:01:40',3999,523,'2005-06-28 00:04:40',1,'2006-02-15 21:30:53'),(2584,'2005-06-19 05:02:36',3733,90,'2005-06-28 04:52:36',2,'2006-02-15 21:30:53'),(2585,'2005-06-19 05:05:03',91,406,'2005-06-20 09:28:03',1,'2006-02-15 21:30:53'),(2586,'2005-06-19 05:05:11',4104,537,'2005-06-27 00:23:11',1,'2006-02-15 21:30:53'),(2587,'2005-06-19 05:06:14',2188,331,'2005-06-24 10:50:14',2,'2006-02-15 21:30:53'),(2588,'2005-06-19 05:20:31',3626,143,'2005-06-22 04:20:31',2,'2006-02-15 21:30:53'),(2589,'2005-06-19 05:21:27',225,164,'2005-06-21 09:55:27',2,'2006-02-15 21:30:53'),(2590,'2005-06-19 05:31:40',3572,324,'2005-06-20 07:58:40',2,'2006-02-15 21:30:53'),(2591,'2005-06-19 05:32:22',4481,438,'2005-06-25 23:42:22',1,'2006-02-15 21:30:53'),(2592,'2005-06-19 05:36:54',282,208,'2005-06-21 08:44:54',1,'2006-02-15 21:30:53'),(2593,'2005-06-19 05:40:11',2031,556,'2005-06-28 08:11:11',1,'2006-02-15 21:30:53'),(2594,'2005-06-19 05:43:43',829,123,'2005-06-25 03:41:43',2,'2006-02-15 21:30:53'),(2595,'2005-06-19 05:43:55',3197,122,'2005-06-25 10:20:55',1,'2006-02-15 21:30:53'),(2596,'2005-06-19 05:48:26',2229,80,'2005-06-24 10:16:26',1,'2006-02-15 21:30:53'),(2597,'2005-06-19 05:53:46',2278,407,'2005-06-20 05:14:46',1,'2006-02-15 21:30:53'),(2598,'2005-06-19 05:59:57',2079,265,'2005-06-24 11:44:57',2,'2006-02-15 21:30:53'),(2599,'2005-06-19 06:06:07',461,171,'2005-06-27 01:10:07',1,'2006-02-15 21:30:53'),(2600,'2005-06-19 06:07:25',469,423,'2005-06-28 03:37:25',2,'2006-02-15 21:30:53'),(2601,'2005-06-19 06:09:44',2898,98,'2005-06-20 08:03:44',1,'2006-02-15 21:30:53'),(2602,'2005-06-19 06:10:08',4124,173,'2005-06-24 00:39:08',2,'2006-02-15 21:30:53'),(2603,'2005-06-19 06:21:25',587,222,'2005-06-26 03:19:25',1,'2006-02-15 21:30:53'),(2604,'2005-06-19 06:30:10',2889,28,'2005-06-25 11:16:10',2,'2006-02-15 21:30:53'),(2605,'2005-06-19 06:48:01',2342,38,'2005-06-25 07:00:01',1,'2006-02-15 21:30:53'),(2606,'2005-06-19 06:51:32',4133,364,'2005-06-21 03:15:32',2,'2006-02-15 21:30:53'),(2607,'2005-06-19 06:55:01',3922,340,'2005-06-25 03:21:01',2,'2006-02-15 21:30:53'),(2608,'2005-06-19 07:10:36',1618,132,'2005-06-24 13:09:36',1,'2006-02-15 21:30:53'),(2609,'2005-06-19 07:13:12',2254,383,'2005-06-28 12:30:12',2,'2006-02-15 21:30:53'),(2610,'2005-06-19 07:16:20',3845,542,'2005-06-25 09:39:20',2,'2006-02-15 21:30:53'),(2611,'2005-06-19 07:18:17',3682,301,'2005-06-21 10:19:17',1,'2006-02-15 21:30:53'),(2612,'2005-06-19 07:19:41',1691,287,'2005-06-25 11:10:41',1,'2006-02-15 21:30:53'),(2613,'2005-06-19 07:25:50',3830,179,'2005-06-21 03:04:50',1,'2006-02-15 21:30:53'),(2614,'2005-06-19 07:28:11',4147,145,'2005-06-22 12:33:11',1,'2006-02-15 21:30:53'),(2615,'2005-06-19 07:29:13',3810,578,'2005-06-27 12:50:13',1,'2006-02-15 21:30:53'),(2616,'2005-06-19 07:33:00',581,478,'2005-06-28 03:05:00',1,'2006-02-15 21:30:53'),(2617,'2005-06-19 07:48:31',204,313,'2005-06-27 11:56:31',1,'2006-02-15 21:30:53'),(2618,'2005-06-19 08:03:01',2465,310,'2005-06-24 03:23:01',2,'2006-02-15 21:30:53'),(2619,'2005-06-19 08:03:12',1848,350,'2005-06-21 05:02:12',2,'2006-02-15 21:30:53'),(2620,'2005-06-19 08:06:29',3183,94,'2005-06-24 11:42:29',1,'2006-02-15 21:30:53'),(2621,'2005-06-19 08:07:31',1746,439,'2005-06-28 05:36:31',1,'2006-02-15 21:30:53'),(2622,'2005-06-19 08:10:41',1393,573,'2005-06-28 10:44:41',2,'2006-02-15 21:30:53'),(2623,'2005-06-19 08:11:51',4477,12,'2005-06-26 12:28:51',2,'2006-02-15 21:30:53'),(2624,'2005-06-19 08:22:09',3071,32,'2005-06-27 11:13:09',1,'2006-02-15 21:30:53'),(2625,'2005-06-19 08:23:11',3946,25,'2005-06-26 09:52:11',2,'2006-02-15 21:30:53'),(2626,'2005-06-19 08:28:44',2816,450,'2005-06-24 03:58:44',1,'2006-02-15 21:30:53'),(2627,'2005-06-19 08:32:00',2779,592,'2005-06-24 04:31:00',2,'2006-02-15 21:30:53'),(2628,'2005-06-19 08:34:53',3917,3,'2005-06-28 04:19:53',2,'2006-02-15 21:30:53'),(2629,'2005-06-19 08:42:12',1810,458,'2005-06-28 03:38:12',2,'2006-02-15 21:30:53'),(2630,'2005-06-19 08:47:21',3904,236,'2005-06-25 09:31:21',1,'2006-02-15 21:30:53'),(2631,'2005-06-19 08:49:53',3471,39,'2005-06-26 03:25:53',1,'2006-02-15 21:30:53'),(2632,'2005-06-19 08:51:47',2274,574,'2005-06-23 07:13:47',2,'2006-02-15 21:30:53'),(2633,'2005-06-19 08:53:10',3462,68,'2005-06-20 07:56:10',1,'2006-02-15 21:30:53'),(2634,'2005-06-19 08:55:17',3687,318,'2005-06-20 11:44:17',2,'2006-02-15 21:30:53'),(2635,'2005-06-19 09:08:45',3332,105,'2005-06-26 09:20:45',1,'2006-02-15 21:30:53'),(2636,'2005-06-19 09:13:06',2102,253,'2005-06-25 07:47:06',2,'2006-02-15 21:30:53'),(2637,'2005-06-19 09:20:56',2736,327,'2005-06-27 10:09:56',2,'2006-02-15 21:30:53'),(2638,'2005-06-19 09:23:30',2944,295,'2005-06-26 14:56:30',1,'2006-02-15 21:30:53'),(2639,'2005-06-19 09:24:02',3971,116,'2005-06-21 14:16:02',2,'2006-02-15 21:30:53'),(2640,'2005-06-19 09:26:13',721,540,'2005-06-20 14:38:13',1,'2006-02-15 21:30:53'),(2641,'2005-06-19 09:38:33',231,374,'2005-06-22 09:55:33',1,'2006-02-15 21:30:53'),(2642,'2005-06-19 09:39:01',2065,4,'2005-06-25 08:33:01',1,'2006-02-15 21:30:53'),(2643,'2005-06-19 09:39:27',1928,318,'2005-06-26 10:27:27',2,'2006-02-15 21:30:53'),(2644,'2005-06-19 09:42:30',1923,309,'2005-06-27 07:23:30',2,'2006-02-15 21:30:53'),(2645,'2005-06-19 09:50:35',2284,181,'2005-06-28 06:47:35',2,'2006-02-15 21:30:53'),(2646,'2005-06-19 09:56:01',3511,275,'2005-06-21 04:15:01',2,'2006-02-15 21:30:53'),(2647,'2005-06-19 09:57:56',1954,54,'2005-06-22 15:55:56',1,'2006-02-15 21:30:53'),(2648,'2005-06-19 10:06:20',1620,31,'2005-06-21 04:30:20',2,'2006-02-15 21:30:53'),(2649,'2005-06-19 10:20:09',98,153,'2005-06-21 10:05:09',1,'2006-02-15 21:30:53'),(2650,'2005-06-19 10:21:45',4211,209,'2005-06-21 08:01:45',1,'2006-02-15 21:30:53'),(2651,'2005-06-19 10:22:56',2181,576,'2005-06-27 13:37:56',1,'2006-02-15 21:30:53'),(2652,'2005-06-19 10:35:26',3108,589,'2005-06-28 08:03:26',1,'2006-02-15 21:30:53'),(2653,'2005-06-19 10:36:53',3528,340,'2005-06-26 15:15:53',1,'2006-02-15 21:30:53'),(2654,'2005-06-19 10:37:54',3697,405,'2005-06-27 11:44:54',2,'2006-02-15 21:30:53'),(2655,'2005-06-19 10:38:42',1649,29,'2005-06-23 14:20:42',1,'2006-02-15 21:30:53'),(2656,'2005-06-19 10:42:33',559,280,'2005-06-24 08:31:33',2,'2006-02-15 21:30:53'),(2657,'2005-06-19 10:42:59',3595,19,'2005-06-28 12:37:59',1,'2006-02-15 21:30:53'),(2658,'2005-06-19 10:43:42',3281,156,'2005-06-24 16:23:42',1,'2006-02-15 21:30:53'),(2659,'2005-06-19 10:47:42',66,139,'2005-06-23 14:03:42',1,'2006-02-15 21:30:53'),(2660,'2005-06-19 10:50:02',4341,221,'2005-06-28 12:49:02',1,'2006-02-15 21:30:53'),(2661,'2005-06-19 10:50:52',3652,452,'2005-06-25 08:44:52',2,'2006-02-15 21:30:53'),(2662,'2005-06-19 10:53:42',3936,68,'2005-06-20 11:41:42',1,'2006-02-15 21:30:53'),(2663,'2005-06-19 10:54:00',1012,583,'2005-06-20 16:48:00',1,'2006-02-15 21:30:53'),(2664,'2005-06-19 11:11:23',3496,299,'2005-06-28 08:30:23',2,'2006-02-15 21:30:53'),(2665,'2005-06-19 11:12:35',4531,133,'2005-06-26 11:55:35',2,'2006-02-15 21:30:53'),(2666,'2005-06-19 11:17:12',1872,454,'2005-06-28 12:47:12',1,'2006-02-15 21:30:53'),(2667,'2005-06-19 11:28:46',1028,200,'2005-06-27 11:48:46',2,'2006-02-15 21:30:53'),(2668,'2005-06-19 11:28:47',3127,568,'2005-06-24 10:12:47',2,'2006-02-15 21:30:53'),(2669,'2005-06-19 11:28:52',2734,523,'2005-06-20 16:43:52',1,'2006-02-15 21:30:53'),(2670,'2005-06-19 11:30:16',3518,457,'2005-06-21 17:25:16',2,'2006-02-15 21:30:53'),(2671,'2005-06-19 11:33:11',2164,451,'2005-06-26 14:30:11',2,'2006-02-15 21:30:53'),(2672,'2005-06-19 11:42:04',1164,420,'2005-06-25 09:14:04',2,'2006-02-15 21:30:53'),(2673,'2005-06-19 11:42:20',2487,29,'2005-06-23 07:16:20',1,'2006-02-15 21:30:53'),(2674,'2005-06-19 11:47:59',3744,585,'2005-06-20 08:09:59',1,'2006-02-15 21:30:53'),(2675,'2005-06-19 11:52:15',3078,230,'2005-06-23 16:45:15',1,'2006-02-15 21:30:53'),(2676,'2005-06-19 11:54:57',3938,477,'2005-06-24 15:34:57',2,'2006-02-15 21:30:53'),(2677,'2005-06-19 12:01:59',4384,428,'2005-06-21 06:15:59',2,'2006-02-15 21:30:53'),(2678,'2005-06-19 12:12:23',4230,258,'2005-06-21 16:28:23',2,'2006-02-15 21:30:53'),(2679,'2005-06-19 12:12:30',1994,109,'2005-06-27 08:27:30',1,'2006-02-15 21:30:53'),(2680,'2005-06-19 12:13:37',865,114,'2005-06-27 15:15:37',1,'2006-02-15 21:30:53'),(2681,'2005-06-19 12:15:27',2704,196,'2005-06-21 16:48:27',2,'2006-02-15 21:30:53'),(2682,'2005-06-19 12:18:17',3609,538,'2005-06-28 14:09:17',1,'2006-02-15 21:30:53'),(2683,'2005-06-19 12:27:19',2860,241,'2005-06-21 16:26:19',2,'2006-02-15 21:30:53'),(2684,'2005-06-19 12:29:08',1225,17,'2005-06-28 08:50:08',2,'2006-02-15 21:30:53'),(2685,'2005-06-19 12:35:21',1170,283,'2005-06-22 16:58:21',1,'2006-02-15 21:30:53'),(2686,'2005-06-19 12:44:20',2686,68,'2005-06-20 16:00:20',1,'2006-02-15 21:30:53'),(2687,'2005-06-19 12:46:52',3152,254,'2005-06-23 06:58:52',2,'2006-02-15 21:30:53'),(2688,'2005-06-19 12:50:56',4281,309,'2005-06-28 17:58:56',2,'2006-02-15 21:30:53'),(2689,'2005-06-19 12:58:53',2478,567,'2005-06-24 17:35:53',1,'2006-02-15 21:30:53'),(2690,'2005-06-19 13:00:02',1381,391,'2005-06-27 14:29:02',1,'2006-02-15 21:30:53'),(2691,'2005-06-19 13:06:50',3469,242,'2005-06-26 15:56:50',1,'2006-02-15 21:30:53'),(2692,'2005-06-19 13:08:19',3162,388,'2005-06-21 16:45:19',1,'2006-02-15 21:30:53'),(2693,'2005-06-19 13:11:47',2570,107,'2005-06-27 11:17:47',1,'2006-02-15 21:30:53'),(2694,'2005-06-19 13:17:21',380,368,'2005-06-24 15:09:21',1,'2006-02-15 21:30:53'),(2695,'2005-06-19 13:25:53',190,208,'2005-06-24 17:12:53',2,'2006-02-15 21:30:53'),(2696,'2005-06-19 13:28:42',2110,597,'2005-06-28 14:06:42',2,'2006-02-15 21:30:53'),(2697,'2005-06-19 13:29:08',2271,448,'2005-06-23 13:21:08',1,'2006-02-15 21:30:53'),(2698,'2005-06-19 13:29:11',3900,420,'2005-06-20 07:31:11',2,'2006-02-15 21:30:53'),(2699,'2005-06-19 13:29:28',72,267,'2005-06-24 11:15:28',2,'2006-02-15 21:30:53'),(2700,'2005-06-19 13:31:52',928,180,'2005-06-27 19:30:52',1,'2006-02-15 21:30:53'),(2701,'2005-06-19 13:33:06',1623,29,'2005-06-28 15:11:06',2,'2006-02-15 21:30:53'),(2702,'2005-06-19 13:35:56',1736,329,'2005-06-20 14:07:56',2,'2006-02-15 21:30:53'),(2703,'2005-06-19 13:36:06',4080,319,'2005-06-28 08:26:06',2,'2006-02-15 21:30:53'),(2704,'2005-06-19 13:50:10',2026,246,'2005-06-26 18:25:10',2,'2006-02-15 21:30:53'),(2705,'2005-06-19 13:54:30',1191,562,'2005-06-20 12:31:30',1,'2006-02-15 21:30:53'),(2706,'2005-06-19 13:56:51',373,559,'2005-06-21 17:23:51',2,'2006-02-15 21:30:53'),(2707,'2005-06-19 13:57:08',4486,589,'2005-06-27 11:09:08',2,'2006-02-15 21:30:53'),(2708,'2005-06-19 13:59:05',2659,541,'2005-06-24 10:02:05',2,'2006-02-15 21:30:53'),(2709,'2005-06-19 14:00:26',2877,7,'2005-06-23 14:56:26',2,'2006-02-15 21:30:53'),(2710,'2005-06-19 14:03:56',2965,446,'2005-06-21 16:15:56',1,'2006-02-15 21:30:53'),(2711,'2005-06-19 14:12:22',3944,313,'2005-06-21 09:29:22',1,'2006-02-15 21:30:53'),(2712,'2005-06-19 14:20:13',3132,411,'2005-06-22 19:08:13',1,'2006-02-15 21:30:53'),(2713,'2005-06-19 14:23:09',3979,378,'2005-06-20 17:55:09',1,'2006-02-15 21:30:53'),(2714,'2005-06-19 14:26:09',2853,81,'2005-06-23 17:24:09',2,'2006-02-15 21:30:53'),(2715,'2005-06-19 14:29:35',2082,404,'2005-06-26 08:44:35',2,'2006-02-15 21:30:53'),(2716,'2005-06-19 14:40:17',944,252,'2005-06-27 17:45:17',2,'2006-02-15 21:30:53'),(2717,'2005-06-19 14:46:10',140,200,'2005-06-22 20:17:10',1,'2006-02-15 21:30:53'),(2718,'2005-06-19 14:49:42',4443,139,'2005-06-26 19:37:42',1,'2006-02-15 21:30:53'),(2719,'2005-06-19 14:50:19',1200,336,'2005-06-20 14:33:19',2,'2006-02-15 21:30:53'),(2720,'2005-06-19 14:51:55',3597,504,'2005-06-27 13:06:55',1,'2006-02-15 21:30:53'),(2721,'2005-06-19 14:53:24',3786,358,'2005-06-21 18:22:24',2,'2006-02-15 21:30:53'),(2722,'2005-06-19 14:55:17',952,45,'2005-06-25 13:11:17',2,'2006-02-15 21:30:53'),(2723,'2005-06-19 14:55:23',4317,277,'2005-06-20 14:28:23',1,'2006-02-15 21:30:53'),(2724,'2005-06-19 14:57:54',3879,103,'2005-06-22 16:31:54',2,'2006-02-15 21:30:53'),(2725,'2005-06-19 15:01:23',63,246,'2005-06-22 09:08:23',1,'2006-02-15 21:30:53'),(2726,'2005-06-19 15:02:20',2970,420,'2005-06-21 15:38:20',1,'2006-02-15 21:30:53'),(2727,'2005-06-19 15:02:39',3261,129,'2005-06-28 17:49:39',1,'2006-02-15 21:30:53'),(2728,'2005-06-19 15:04:04',775,408,'2005-06-22 12:22:04',2,'2006-02-15 21:30:53'),(2729,'2005-06-19 15:06:15',4449,510,'2005-06-27 17:58:15',2,'2006-02-15 21:30:53'),(2730,'2005-06-19 15:10:09',1264,30,'2005-06-28 13:05:09',1,'2006-02-15 21:30:53'),(2731,'2005-06-19 15:14:55',4218,138,'2005-06-27 14:30:55',2,'2006-02-15 21:30:53'),(2732,'2005-06-19 15:19:39',610,386,'2005-06-25 19:39:39',2,'2006-02-15 21:30:53'),(2733,'2005-06-19 15:21:53',1535,188,'2005-06-23 11:58:53',2,'2006-02-15 21:30:53'),(2734,'2005-06-19 15:36:27',794,204,'2005-06-20 13:44:27',2,'2006-02-15 21:30:53'),(2735,'2005-06-19 15:42:07',4550,29,'2005-06-22 17:28:07',1,'2006-02-15 21:30:53'),(2736,'2005-06-19 15:43:20',4510,359,'2005-06-21 13:03:20',1,'2006-02-15 21:30:53'),(2737,'2005-06-19 15:48:33',3131,513,'2005-06-26 18:44:33',2,'2006-02-15 21:30:53'),(2738,'2005-06-19 15:56:30',350,75,'2005-06-20 16:14:30',2,'2006-02-15 21:30:53'),(2739,'2005-06-19 15:58:38',213,212,'2005-06-27 15:01:38',2,'2006-02-15 21:30:53'),(2740,'2005-06-19 15:59:04',1534,92,'2005-06-28 12:18:04',2,'2006-02-15 21:30:53'),(2741,'2005-06-19 16:05:41',1662,36,'2005-06-20 20:48:41',1,'2006-02-15 21:30:53'),(2742,'2005-06-19 16:05:47',4154,187,'2005-06-26 21:34:47',1,'2006-02-15 21:30:53'),(2743,'2005-06-19 16:15:56',2611,35,'2005-06-23 12:30:56',1,'2006-02-15 21:30:53'),(2744,'2005-06-19 16:20:40',4511,368,'2005-06-22 11:44:40',2,'2006-02-15 21:30:53'),(2745,'2005-06-19 16:21:19',1253,26,'2005-06-21 22:07:19',2,'2006-02-15 21:30:53'),(2746,'2005-06-19 16:21:40',933,562,'2005-06-28 11:56:40',2,'2006-02-15 21:30:53'),(2747,'2005-06-19 16:22:07',1374,422,'2005-06-24 19:28:07',1,'2006-02-15 21:30:53'),(2748,'2005-06-19 16:22:26',511,473,'2005-06-21 21:55:26',1,'2006-02-15 21:30:53'),(2749,'2005-06-19 16:27:35',1540,358,'2005-06-25 21:06:35',2,'2006-02-15 21:30:53'),(2750,'2005-06-19 16:37:24',3775,197,'2005-06-20 13:55:24',2,'2006-02-15 21:30:53'),(2751,'2005-06-19 16:39:23',1291,148,'2005-06-25 13:57:23',1,'2006-02-15 21:30:53'),(2752,'2005-06-19 16:44:18',386,149,'2005-06-22 12:40:18',2,'2006-02-15 21:30:53'),(2753,'2005-06-19 16:44:35',2408,23,'2005-06-24 13:45:35',1,'2006-02-15 21:30:53'),(2754,'2005-06-19 16:55:59',1761,267,'2005-06-26 18:11:59',1,'2006-02-15 21:30:53'),(2755,'2005-06-19 16:56:31',946,506,'2005-06-27 12:02:31',2,'2006-02-15 21:30:53'),(2756,'2005-06-19 16:57:42',3264,144,'2005-06-26 15:30:42',2,'2006-02-15 21:30:53'),(2757,'2005-06-19 17:01:14',3814,243,'2005-06-28 11:38:14',1,'2006-02-15 21:30:53'),(2758,'2005-06-19 17:04:35',3558,423,'2005-06-26 14:45:35',2,'2006-02-15 21:30:53'),(2759,'2005-06-19 17:10:24',687,351,'2005-06-24 21:56:24',2,'2006-02-15 21:30:53'),(2760,'2005-06-19 17:16:33',2602,192,'2005-06-26 14:58:33',1,'2006-02-15 21:30:53'),(2761,'2005-06-19 17:22:17',2134,431,'2005-06-20 20:20:17',2,'2006-02-15 21:30:53'),(2762,'2005-06-19 17:22:31',3431,457,'2005-06-25 22:43:31',2,'2006-02-15 21:30:53'),(2763,'2005-06-19 17:23:34',3096,276,'2005-06-21 21:37:34',2,'2006-02-15 21:30:53'),(2764,'2005-06-19 17:27:25',1718,479,'2005-06-28 17:18:25',2,'2006-02-15 21:30:53'),(2765,'2005-06-19 17:34:39',1017,478,'2005-06-27 23:26:39',1,'2006-02-15 21:30:53'),(2766,'2005-06-19 17:45:15',3421,345,'2005-06-23 20:11:15',2,'2006-02-15 21:30:53'),(2767,'2005-06-19 17:46:35',4052,596,'2005-06-24 22:42:35',1,'2006-02-15 21:30:53'),(2768,'2005-06-19 17:46:52',3018,129,'2005-06-25 21:49:52',1,'2006-02-15 21:30:53'),(2769,'2005-06-19 17:52:14',1222,354,'2005-06-26 20:30:14',2,'2006-02-15 21:30:53'),(2770,'2005-06-19 17:54:22',3042,533,'2005-06-26 23:09:22',2,'2006-02-15 21:30:53'),(2771,'2005-06-19 17:54:48',40,262,'2005-06-27 17:14:48',1,'2006-02-15 21:30:53'),(2772,'2005-06-19 17:59:27',1221,520,'2005-06-23 17:52:27',1,'2006-02-15 21:30:53'),(2773,'2005-06-19 18:04:18',4155,505,'2005-06-28 23:52:18',1,'2006-02-15 21:30:53'),(2774,'2005-06-19 18:05:11',2809,299,'2005-06-21 16:21:11',2,'2006-02-15 21:30:53'),(2775,'2005-06-19 18:14:20',672,590,'2005-06-26 19:52:20',1,'2006-02-15 21:30:53'),(2776,'2005-06-19 18:16:24',1726,551,'2005-06-26 14:43:24',2,'2006-02-15 21:30:53'),(2777,'2005-06-19 18:16:26',4092,230,'2005-06-20 13:43:26',2,'2006-02-15 21:30:53'),(2778,'2005-06-19 18:18:12',3357,422,'2005-06-28 21:43:12',1,'2006-02-15 21:30:53'),(2779,'2005-06-19 18:19:07',1020,376,'2005-06-23 18:25:07',2,'2006-02-15 21:30:53'),(2780,'2005-06-19 18:19:33',1513,360,'2005-06-28 22:29:33',1,'2006-02-15 21:30:53'),(2781,'2005-06-19 18:24:42',1230,197,'2005-06-27 17:02:42',2,'2006-02-15 21:30:53'),(2782,'2005-06-19 18:25:07',3644,156,'2005-06-22 14:10:07',1,'2006-02-15 21:30:53'),(2783,'2005-06-19 18:29:10',2778,113,'2005-06-21 22:09:10',1,'2006-02-15 21:30:53'),(2784,'2005-06-19 18:40:29',2305,289,'2005-06-28 15:27:29',1,'2006-02-15 21:30:53'),(2785,'2005-06-19 18:43:57',826,137,'2005-06-24 15:36:57',2,'2006-02-15 21:30:53'),(2786,'2005-06-19 18:46:43',2255,594,'2005-06-22 16:52:43',1,'2006-02-15 21:30:53'),(2787,'2005-06-19 18:47:00',3371,307,'2005-06-22 20:22:00',2,'2006-02-15 21:30:53'),(2788,'2005-06-19 18:48:11',1457,171,'2005-06-21 13:32:11',1,'2006-02-15 21:30:53'),(2789,'2005-06-19 18:48:21',2398,514,'2005-06-21 21:50:21',1,'2006-02-15 21:30:53'),(2790,'2005-06-19 18:49:45',202,97,'2005-06-21 00:13:45',1,'2006-02-15 21:30:53'),(2791,'2005-06-19 18:51:27',2174,299,'2005-06-22 19:35:27',2,'2006-02-15 21:30:53'),(2792,'2005-06-19 18:52:25',3057,437,'2005-06-23 17:39:25',1,'2006-02-15 21:30:53'),(2793,'2005-06-19 18:52:37',732,419,'2005-06-25 19:45:37',2,'2006-02-15 21:30:53'),(2794,'2005-06-19 18:53:05',1957,85,'2005-06-22 13:15:05',1,'2006-02-15 21:30:53'),(2795,'2005-06-19 18:58:53',3694,129,'2005-06-28 18:56:53',1,'2006-02-15 21:30:53'),(2796,'2005-06-19 19:00:37',2337,209,'2005-06-25 17:18:37',2,'2006-02-15 21:30:53'),(2797,'2005-06-19 19:04:32',3222,486,'2005-06-20 22:43:32',1,'2006-02-15 21:30:53'),(2798,'2005-06-19 19:07:48',1343,180,'2005-06-23 00:09:48',2,'2006-02-15 21:30:53'),(2799,'2005-06-19 19:15:21',4579,576,'2005-06-21 21:35:21',1,'2006-02-15 21:30:53'),(2800,'2005-06-19 19:15:56',183,146,'2005-06-23 00:15:56',1,'2006-02-15 21:30:53'),(2801,'2005-06-19 19:18:09',4572,29,'2005-06-20 20:11:09',2,'2006-02-15 21:30:53'),(2802,'2005-06-19 19:18:17',4067,489,'2005-06-21 17:58:17',2,'2006-02-15 21:30:53'),(2803,'2005-06-19 19:18:27',103,120,'2005-06-27 21:48:27',1,'2006-02-15 21:30:53'),(2804,'2005-06-19 19:24:54',88,426,'2005-06-25 01:19:54',2,'2006-02-15 21:30:53'),(2805,'2005-06-19 19:29:17',2153,80,'2005-06-27 23:14:17',2,'2006-02-15 21:30:53'),(2806,'2005-06-19 19:30:48',2114,510,'2005-06-20 19:42:48',2,'2006-02-15 21:30:53'),(2807,'2005-06-19 19:32:53',2825,194,'2005-06-25 00:30:53',2,'2006-02-15 21:30:53'),(2808,'2005-06-19 19:34:45',65,325,'2005-06-27 14:49:45',1,'2006-02-15 21:30:53'),(2809,'2005-06-19 19:40:27',1786,44,'2005-06-27 15:28:27',2,'2006-02-15 21:30:53'),(2810,'2005-06-19 19:44:12',2558,67,'2005-06-20 19:41:12',2,'2006-02-15 21:30:53'),(2811,'2005-06-19 19:53:30',3890,457,'2005-06-22 23:21:30',2,'2006-02-15 21:30:53'),(2812,'2005-06-19 19:58:16',3016,211,'2005-06-26 15:26:16',1,'2006-02-15 21:30:53'),(2813,'2005-06-19 20:01:47',3420,284,'2005-06-27 01:51:47',1,'2006-02-15 21:30:53'),(2814,'2005-06-19 20:01:59',1783,10,'2005-06-26 01:28:59',2,'2006-02-15 21:30:53'),(2815,'2005-06-19 20:03:29',3046,27,'2005-06-25 22:50:29',2,'2006-02-15 21:30:53'),(2816,'2005-06-19 20:04:23',2180,94,'2005-06-20 21:09:23',2,'2006-02-15 21:30:53'),(2817,'2005-06-19 20:05:22',3476,510,'2005-06-24 23:29:22',1,'2006-02-15 21:30:53'),(2818,'2005-06-19 20:05:52',2376,497,'2005-06-22 01:01:52',2,'2006-02-15 21:30:53'),(2819,'2005-06-19 20:13:33',4100,82,'2005-06-26 16:44:33',1,'2006-02-15 21:30:53'),(2820,'2005-06-19 20:20:33',851,316,'2005-06-26 20:32:33',1,'2006-02-15 21:30:53'),(2821,'2005-06-19 20:26:52',2551,532,'2005-06-27 23:48:52',1,'2006-02-15 21:30:53'),(2822,'2005-06-19 20:29:24',3599,48,'2005-06-23 02:21:24',1,'2006-02-15 21:30:53'),(2823,'2005-06-19 20:30:21',3566,260,'2005-06-26 17:58:21',1,'2006-02-15 21:30:53'),(2824,'2005-06-19 20:31:45',2878,506,'2005-06-29 00:40:45',2,'2006-02-15 21:30:53'),(2825,'2005-06-19 20:32:19',2601,418,'2005-06-22 22:32:19',1,'2006-02-15 21:30:53'),(2826,'2005-06-19 20:41:35',2980,125,'2005-06-25 17:23:35',1,'2006-02-15 21:30:53'),(2827,'2005-06-19 20:50:01',2745,23,'2005-06-20 18:54:01',2,'2006-02-15 21:30:53'),(2828,'2005-06-19 20:51:33',3230,526,'2005-06-25 17:38:33',1,'2006-02-15 21:30:53'),(2829,'2005-06-19 21:11:30',2047,341,'2005-06-24 18:10:30',1,'2006-02-15 21:30:53'),(2830,'2005-06-19 21:14:33',2080,21,'2005-06-21 17:46:33',1,'2006-02-15 21:30:53'),(2831,'2005-06-19 21:17:06',4089,468,'2005-06-22 16:56:06',2,'2006-02-15 21:30:53'),(2832,'2005-06-19 21:21:53',828,593,'2005-06-28 23:00:53',1,'2006-02-15 21:30:53'),(2833,'2005-06-19 21:34:54',1976,232,'2005-06-28 16:21:54',1,'2006-02-15 21:30:53'),(2834,'2005-06-19 21:41:46',2876,122,'2005-06-24 20:47:46',1,'2006-02-15 21:30:53'),(2835,'2005-06-19 21:44:11',4411,89,'2005-06-26 16:46:11',2,'2006-02-15 21:30:53'),(2836,'2005-06-19 21:58:21',1453,306,'2005-06-27 00:41:21',2,'2006-02-15 21:30:53'),(2837,'2005-06-19 22:03:50',417,371,'2005-06-20 21:24:50',1,'2006-02-15 21:30:53'),(2838,'2005-06-19 22:06:06',143,292,'2005-06-25 22:30:06',1,'2006-02-15 21:30:53'),(2839,'2005-06-19 22:07:24',3856,256,'2005-06-23 16:37:24',2,'2006-02-15 21:30:53'),(2840,'2005-06-19 22:17:44',1102,236,'2005-06-26 00:36:44',2,'2006-02-15 21:30:53'),(2841,'2005-06-19 22:21:06',614,193,'2005-06-28 00:56:06',1,'2006-02-15 21:30:53'),(2842,'2005-06-19 22:34:20',4183,217,'2005-06-22 03:46:20',2,'2006-02-15 21:30:53'),(2843,'2005-06-19 22:36:39',1520,148,'2005-06-26 22:33:39',2,'2006-02-15 21:30:53'),(2844,'2005-06-19 22:40:12',4452,178,'2005-06-24 03:58:12',2,'2006-02-15 21:30:53'),(2845,'2005-06-19 22:46:37',3948,583,'2005-06-23 03:31:37',1,'2006-02-15 21:30:53'),(2846,'2005-06-19 22:52:14',651,193,'2005-06-22 17:12:14',1,'2006-02-15 21:30:53'),(2847,'2005-06-19 22:54:01',1247,148,'2005-06-27 23:05:01',2,'2006-02-15 21:30:53'),(2848,'2005-06-19 22:55:37',3449,19,'2005-06-25 23:10:37',1,'2006-02-15 21:30:53'),(2849,'2005-06-19 23:06:00',3628,283,'2005-06-25 18:36:00',1,'2006-02-15 21:30:53'),(2850,'2005-06-19 23:06:28',206,262,'2005-06-28 03:30:28',2,'2006-02-15 21:30:53'),(2851,'2005-06-19 23:07:03',2168,361,'2005-06-22 17:26:03',1,'2006-02-15 21:30:53'),(2852,'2005-06-19 23:08:50',2695,453,'2005-06-26 04:00:50',1,'2006-02-15 21:30:53'),(2853,'2005-06-19 23:09:41',2578,453,'2005-06-28 00:51:41',2,'2006-02-15 21:30:53'),(2854,'2005-06-19 23:11:48',4453,81,'2005-06-23 19:37:48',2,'2006-02-15 21:30:53'),(2855,'2005-06-19 23:11:49',3495,483,'2005-06-26 21:52:49',1,'2006-02-15 21:30:53'),(2856,'2005-06-19 23:13:04',1859,210,'2005-06-23 22:47:04',1,'2006-02-15 21:30:53'),(2857,'2005-06-19 23:15:15',2886,364,'2005-06-25 04:24:15',2,'2006-02-15 21:30:53'),(2858,'2005-06-19 23:17:11',2628,268,'2005-06-21 19:07:11',1,'2006-02-15 21:30:53'),(2859,'2005-06-19 23:18:42',126,147,'2005-06-20 22:38:42',1,'2006-02-15 21:30:53'),(2860,'2005-06-19 23:20:40',3045,107,'2005-06-21 04:59:40',1,'2006-02-15 21:30:53'),(2861,'2005-06-19 23:21:34',1489,116,'2005-06-26 17:32:34',1,'2006-02-15 21:30:53'),(2862,'2005-06-19 23:47:24',4260,52,'2005-06-23 03:39:24',2,'2006-02-15 21:30:53'),(2863,'2005-06-19 23:58:38',2410,228,'2005-06-23 23:27:38',2,'2006-02-15 21:30:53'),(2864,'2005-06-20 00:00:52',1056,493,'2005-06-26 04:21:52',2,'2006-02-15 21:30:53'),(2865,'2005-06-20 00:00:55',1569,10,'2005-06-21 02:20:55',1,'2006-02-15 21:30:53'),(2866,'2005-06-20 00:01:36',2718,44,'2005-06-20 21:39:36',1,'2006-02-15 21:30:53'),(2867,'2005-06-20 00:08:38',95,483,'2005-06-23 19:35:38',1,'2006-02-15 21:30:53'),(2868,'2005-06-20 00:08:58',1213,214,'2005-06-25 21:23:58',2,'2006-02-15 21:30:53'),(2869,'2005-06-20 00:09:25',1331,155,'2005-06-24 04:40:25',2,'2006-02-15 21:30:53'),(2870,'2005-06-20 00:17:46',214,467,'2005-06-28 20:21:46',1,'2006-02-15 21:30:53'),(2871,'2005-06-20 00:27:49',1731,443,'2005-06-29 01:36:49',1,'2006-02-15 21:30:53'),(2872,'2005-06-20 00:38:21',3779,240,'2005-06-26 19:56:21',1,'2006-02-15 21:30:53'),(2873,'2005-06-20 00:41:25',3321,160,'2005-06-25 02:06:25',1,'2006-02-15 21:30:53'),(2874,'2005-06-20 00:42:26',331,166,'2005-06-28 01:37:26',2,'2006-02-15 21:30:53'),(2875,'2005-06-20 00:47:18',3012,186,'2005-06-25 18:54:18',2,'2006-02-15 21:30:53'),(2876,'2005-06-20 01:06:34',3117,39,'2005-06-23 04:55:34',1,'2006-02-15 21:30:53'),(2877,'2005-06-20 01:07:16',485,267,'2005-06-24 01:05:16',1,'2006-02-15 21:30:53'),(2878,'2005-06-20 01:09:14',4120,88,'2005-06-21 21:40:14',2,'2006-02-15 21:30:53'),(2879,'2005-06-20 01:24:10',1920,583,'2005-06-28 20:12:10',2,'2006-02-15 21:30:53'),(2880,'2005-06-20 01:24:54',1700,193,'2005-06-23 02:42:54',2,'2006-02-15 21:30:53'),(2881,'2005-06-20 01:26:18',1391,307,'2005-06-26 23:42:18',1,'2006-02-15 21:30:53'),(2882,'2005-06-20 01:26:26',205,152,'2005-06-21 19:33:26',1,'2006-02-15 21:30:53'),(2883,'2005-06-20 01:29:10',585,320,'2005-06-28 06:12:10',1,'2006-02-15 21:30:53'),(2884,'2005-06-20 01:31:16',3384,319,'2005-06-21 04:03:16',2,'2006-02-15 21:30:53'),(2885,'2005-06-20 01:33:42',2701,330,'2005-06-22 22:23:42',1,'2006-02-15 21:30:53'),(2886,'2005-06-20 01:38:39',1755,154,'2005-06-23 04:28:39',2,'2006-02-15 21:30:53'),(2887,'2005-06-20 01:39:43',1073,453,'2005-06-25 05:22:43',2,'2006-02-15 21:30:53'),(2888,'2005-06-20 01:50:56',468,7,'2005-06-22 05:05:56',2,'2006-02-15 21:30:53'),(2889,'2005-06-20 01:54:08',151,213,'2005-06-23 06:33:08',1,'2006-02-15 21:30:53'),(2890,'2005-06-20 02:00:45',3437,392,'2005-06-27 21:12:45',1,'2006-02-15 21:30:53'),(2891,'2005-06-20 02:02:05',343,32,'2005-06-25 02:45:05',1,'2006-02-15 21:30:53'),(2892,'2005-06-20 02:06:39',2993,430,'2005-06-21 02:50:39',2,'2006-02-15 21:30:53'),(2893,'2005-06-20 02:22:08',397,153,'2005-06-26 21:01:08',2,'2006-02-15 21:30:53'),(2894,'2005-06-20 02:22:42',4316,76,'2005-06-22 00:38:42',1,'2006-02-15 21:30:53'),(2895,'2005-06-20 02:26:31',4445,141,'2005-06-27 23:42:31',2,'2006-02-15 21:30:53'),(2896,'2005-06-20 02:33:42',1086,40,'2005-06-26 05:29:42',2,'2006-02-15 21:30:53'),(2897,'2005-06-20 02:34:23',3464,107,'2005-06-25 05:29:23',1,'2006-02-15 21:30:53'),(2898,'2005-06-20 02:38:06',3106,178,'2005-06-29 08:18:06',2,'2006-02-15 21:30:53'),(2899,'2005-06-20 02:39:21',1919,459,'2005-06-23 06:47:21',1,'2006-02-15 21:30:53'),(2900,'2005-06-20 02:40:04',3407,294,'2005-06-27 20:47:04',2,'2006-02-15 21:30:53'),(2901,'2005-06-20 02:41:28',667,25,'2005-06-23 04:43:28',2,'2006-02-15 21:30:53'),(2902,'2005-06-20 02:45:35',2787,304,'2005-06-26 07:51:35',1,'2006-02-15 21:30:53'),(2903,'2005-06-20 02:49:01',3580,53,'2005-06-25 05:03:01',2,'2006-02-15 21:30:53'),(2904,'2005-06-20 02:54:06',2195,55,'2005-06-21 06:57:06',2,'2006-02-15 21:30:53'),(2905,'2005-06-20 02:56:16',3898,189,'2005-06-24 23:51:16',2,'2006-02-15 21:30:53'),(2906,'2005-06-20 03:04:56',1087,58,'2005-06-23 05:57:56',2,'2006-02-15 21:30:53'),(2907,'2005-06-20 03:15:09',2516,208,'2005-06-20 21:56:09',2,'2006-02-15 21:30:53'),(2908,'2005-06-20 03:16:52',517,91,'2005-06-22 08:46:52',1,'2006-02-15 21:30:53'),(2909,'2005-06-20 03:19:10',1701,451,'2005-06-25 06:06:10',2,'2006-02-15 21:30:53'),(2910,'2005-06-20 03:31:18',630,57,'2005-06-28 00:35:18',1,'2006-02-15 21:30:53'),(2911,'2005-06-20 03:32:37',3645,502,'2005-06-22 22:06:37',1,'2006-02-15 21:30:53'),(2912,'2005-06-20 03:32:45',1076,196,'2005-06-21 23:32:45',1,'2006-02-15 21:30:53'),(2913,'2005-06-20 03:42:27',3456,402,'2005-06-23 04:47:27',1,'2006-02-15 21:30:53'),(2914,'2005-06-20 03:43:18',2419,342,'2005-06-25 03:44:18',2,'2006-02-15 21:30:53'),(2915,'2005-06-20 03:57:17',1293,262,'2005-06-24 05:59:17',2,'2006-02-15 21:30:53'),(2916,'2005-06-20 04:01:04',3086,590,'2005-06-27 22:40:04',2,'2006-02-15 21:30:53'),(2917,'2005-06-20 04:08:35',647,451,'2005-06-24 01:17:35',1,'2006-02-15 21:30:53'),(2918,'2005-06-20 04:09:04',1985,215,'2005-06-21 10:07:04',1,'2006-02-15 21:30:53'),(2919,'2005-06-20 04:10:16',2835,509,'2005-06-27 06:34:16',1,'2006-02-15 21:30:53'),(2920,'2005-06-20 04:12:46',487,588,'2005-06-26 23:34:46',2,'2006-02-15 21:30:53'),(2921,'2005-06-20 04:13:04',1785,59,'2005-06-28 01:28:04',1,'2006-02-15 21:30:53'),(2922,'2005-06-20 04:13:47',1671,176,'2005-06-22 04:38:47',2,'2006-02-15 21:30:53'),(2923,'2005-06-20 04:16:07',109,29,'2005-06-21 05:04:07',1,'2006-02-15 21:30:53'),(2924,'2005-06-20 04:20:14',580,132,'2005-06-21 01:13:14',1,'2006-02-15 21:30:53'),(2925,'2005-06-20 04:23:49',804,301,'2005-06-22 04:37:49',2,'2006-02-15 21:30:53'),(2926,'2005-06-20 04:37:45',1055,379,'2005-06-26 02:17:45',1,'2006-02-15 21:30:53'),(2927,'2005-06-20 04:41:41',393,403,'2005-06-23 01:59:41',1,'2006-02-15 21:30:53'),(2928,'2005-06-20 04:43:45',1265,104,'2005-06-21 06:58:45',2,'2006-02-15 21:30:53'),(2929,'2005-06-20 04:47:39',3389,333,'2005-06-25 23:16:39',2,'2006-02-15 21:30:53'),(2930,'2005-06-20 04:50:29',3615,585,'2005-06-28 06:00:29',2,'2006-02-15 21:30:53'),(2931,'2005-06-20 04:50:45',3122,258,'2005-06-29 09:18:45',1,'2006-02-15 21:30:53'),(2932,'2005-06-20 04:51:19',4418,526,'2005-06-29 08:31:19',1,'2006-02-15 21:30:53'),(2933,'2005-06-20 04:52:23',4483,323,'2005-06-26 07:12:23',2,'2006-02-15 21:30:53'),(2934,'2005-06-20 05:05:53',697,228,'2005-06-22 02:44:53',1,'2006-02-15 21:30:53'),(2935,'2005-06-20 05:07:24',2735,384,'2005-06-28 09:17:24',2,'2006-02-15 21:30:53'),(2936,'2005-06-20 05:09:27',2675,330,'2005-06-26 10:16:27',2,'2006-02-15 21:30:53'),(2937,'2005-06-20 05:15:37',1998,15,'2005-06-27 02:45:37',1,'2006-02-15 21:30:53'),(2938,'2005-06-20 05:17:22',1795,504,'2005-06-26 09:38:22',1,'2006-02-15 21:30:53'),(2939,'2005-06-20 05:18:16',2638,203,'2005-06-26 06:56:16',1,'2006-02-15 21:30:53'),(2940,'2005-06-20 05:20:01',2504,73,'2005-06-28 06:11:01',2,'2006-02-15 21:30:53'),(2941,'2005-06-20 05:22:18',3632,135,'2005-06-26 07:40:18',2,'2006-02-15 21:30:53'),(2942,'2005-06-20 05:27:31',999,242,'2005-06-29 00:35:31',1,'2006-02-15 21:30:53'),(2943,'2005-06-20 05:43:05',2591,418,'2005-06-25 04:31:05',1,'2006-02-15 21:30:53'),(2944,'2005-06-20 05:43:42',1550,474,'2005-06-29 09:40:42',2,'2006-02-15 21:30:53'),(2945,'2005-06-20 05:49:27',4193,153,'2005-06-26 09:48:27',1,'2006-02-15 21:30:53'),(2946,'2005-06-20 05:50:40',3737,213,'2005-06-21 00:42:40',2,'2006-02-15 21:30:53'),(2947,'2005-06-20 06:00:21',4302,151,'2005-06-23 10:04:21',2,'2006-02-15 21:30:53'),(2948,'2005-06-20 06:02:35',4254,289,'2005-06-29 09:12:35',2,'2006-02-15 21:30:53'),(2949,'2005-06-20 06:05:53',375,78,'2005-06-29 03:19:53',2,'2006-02-15 21:30:53'),(2950,'2005-06-20 06:08:36',1438,561,'2005-06-27 07:45:36',2,'2006-02-15 21:30:53'),(2951,'2005-06-20 06:23:01',2903,404,'2005-06-24 00:26:01',2,'2006-02-15 21:30:53'),(2952,'2005-06-20 06:26:57',3759,13,'2005-06-22 11:51:57',1,'2006-02-15 21:30:53'),(2953,'2005-06-20 06:39:11',1829,540,'2005-06-26 06:19:11',1,'2006-02-15 21:30:53'),(2954,'2005-06-20 06:45:00',377,336,'2005-06-23 11:43:00',1,'2006-02-15 21:30:53'),(2955,'2005-06-20 06:46:35',2312,244,'2005-06-25 05:34:35',2,'2006-02-15 21:30:53'),(2956,'2005-06-20 06:47:23',2684,533,'2005-06-22 07:24:23',2,'2006-02-15 21:30:53'),(2957,'2005-06-20 06:53:47',4034,542,'2005-06-29 09:21:47',2,'2006-02-15 21:30:53'),(2958,'2005-06-20 06:56:20',1380,260,'2005-06-29 02:33:20',2,'2006-02-15 21:30:53'),(2959,'2005-06-20 07:07:54',4185,372,'2005-06-27 03:31:54',1,'2006-02-15 21:30:53'),(2960,'2005-06-20 07:10:09',3970,16,'2005-06-26 08:14:09',2,'2006-02-15 21:30:53'),(2961,'2005-06-20 07:29:15',4539,399,'2005-06-24 08:05:15',1,'2006-02-15 21:30:53'),(2962,'2005-06-20 07:31:55',2978,364,'2005-06-26 04:43:55',1,'2006-02-15 21:30:53'),(2963,'2005-06-20 07:33:09',1444,24,'2005-06-28 09:23:09',1,'2006-02-15 21:30:53'),(2964,'2005-06-20 07:33:29',1201,590,'2005-06-29 12:48:29',1,'2006-02-15 21:30:53'),(2965,'2005-06-20 07:33:38',27,46,'2005-06-29 11:45:38',1,'2006-02-15 21:30:53'),(2966,'2005-06-20 07:39:33',3483,511,'2005-06-29 07:48:33',1,'2006-02-15 21:30:53'),(2967,'2005-06-20 07:40:35',4243,311,'2005-06-29 05:50:35',2,'2006-02-15 21:30:53'),(2968,'2005-06-20 07:41:47',4415,252,'2005-06-23 04:27:47',1,'2006-02-15 21:30:53'),(2969,'2005-06-20 07:44:27',1748,418,'2005-06-22 06:12:27',2,'2006-02-15 21:30:53'),(2970,'2005-06-20 07:51:51',1167,449,'2005-06-28 10:14:51',2,'2006-02-15 21:30:53'),(2971,'2005-06-20 07:56:00',1585,410,'2005-06-27 11:38:00',2,'2006-02-15 21:30:53'),(2972,'2005-06-20 07:57:54',2232,531,'2005-06-21 12:48:54',1,'2006-02-15 21:30:53'),(2973,'2005-06-20 07:59:27',2626,96,'2005-06-24 12:31:27',1,'2006-02-15 21:30:53'),(2974,'2005-06-20 08:00:24',2322,472,'2005-06-25 05:10:24',2,'2006-02-15 21:30:53'),(2975,'2005-06-20 08:06:18',4534,46,'2005-06-21 08:01:18',1,'2006-02-15 21:30:53'),(2976,'2005-06-20 08:09:11',4210,55,'2005-06-21 10:45:11',1,'2006-02-15 21:30:53'),(2977,'2005-06-20 08:15:27',2645,571,'2005-06-29 04:30:27',2,'2006-02-15 21:30:53'),(2978,'2005-06-20 08:25:16',4364,548,'2005-06-23 05:42:16',1,'2006-02-15 21:30:53'),(2979,'2005-06-20 08:31:05',3961,589,'2005-06-27 12:25:05',1,'2006-02-15 21:30:53'),(2980,'2005-06-20 08:35:03',310,343,'2005-06-29 07:57:03',2,'2006-02-15 21:30:53'),(2981,'2005-06-20 08:35:17',522,387,'2005-06-28 09:14:17',1,'2006-02-15 21:30:53'),(2982,'2005-06-20 08:38:29',2574,130,'2005-06-28 13:21:29',1,'2006-02-15 21:30:53'),(2983,'2005-06-20 08:41:42',1349,322,'2005-06-29 04:02:42',2,'2006-02-15 21:30:53'),(2984,'2005-06-20 08:43:44',1819,435,'2005-06-22 03:08:44',2,'2006-02-15 21:30:53'),(2985,'2005-06-20 08:45:08',122,154,'2005-06-22 04:26:08',2,'2006-02-15 21:30:53'),(2986,'2005-06-20 08:50:28',478,556,'2005-06-26 05:24:28',2,'2006-02-15 21:30:53'),(2987,'2005-06-20 08:55:50',1531,349,'2005-06-28 13:02:50',2,'2006-02-15 21:30:53'),(2988,'2005-06-20 08:59:08',3160,557,'2005-06-28 04:31:08',2,'2006-02-15 21:30:53'),(2989,'2005-06-20 08:59:37',1586,56,'2005-06-22 03:27:37',2,'2006-02-15 21:30:53'),(2990,'2005-06-20 09:02:51',4559,18,'2005-06-29 13:19:51',2,'2006-02-15 21:30:53'),(2991,'2005-06-20 09:10:43',4308,472,'2005-06-23 13:04:43',1,'2006-02-15 21:30:53'),(2992,'2005-06-20 09:11:51',3347,439,'2005-06-24 05:59:51',1,'2006-02-15 21:30:53'),(2993,'2005-06-20 09:12:12',1527,40,'2005-06-22 13:36:12',2,'2006-02-15 21:30:53'),(2994,'2005-06-20 09:17:05',1290,163,'2005-06-29 04:41:05',1,'2006-02-15 21:30:53'),(2995,'2005-06-20 09:18:22',4544,573,'2005-06-26 14:31:22',1,'2006-02-15 21:30:53'),(2996,'2005-06-20 09:20:29',4064,500,'2005-06-27 09:18:29',1,'2006-02-15 21:30:53'),(2997,'2005-06-20 09:23:45',1449,519,'2005-06-29 08:15:45',1,'2006-02-15 21:30:53'),(2998,'2005-06-20 09:30:22',1288,380,'2005-06-24 06:31:22',2,'2006-02-15 21:30:53'),(2999,'2005-06-20 09:30:34',735,295,'2005-06-26 05:51:34',2,'2006-02-15 21:30:53'),(3000,'2005-06-20 09:32:33',549,50,'2005-06-22 07:45:33',1,'2006-02-15 21:30:53'),(3001,'2005-06-20 09:50:16',2941,393,'2005-06-28 05:13:16',2,'2006-02-15 21:30:53'),(3002,'2005-06-20 09:56:12',2749,266,'2005-06-24 12:15:12',2,'2006-02-15 21:30:53'),(3003,'2005-06-20 10:00:51',616,38,'2005-06-22 06:28:51',2,'2006-02-15 21:30:53'),(3004,'2005-06-20 10:04:36',2836,113,'2005-06-23 07:38:36',2,'2006-02-15 21:30:53'),(3005,'2005-06-20 10:10:29',286,598,'2005-06-28 15:48:29',2,'2006-02-15 21:30:53'),(3006,'2005-06-20 10:10:29',1677,133,'2005-06-22 07:26:29',2,'2006-02-15 21:30:53'),(3007,'2005-06-20 10:11:53',1950,7,'2005-06-25 04:51:53',2,'2006-02-15 21:30:53'),(3008,'2005-06-20 10:23:25',3383,202,'2005-06-26 11:00:25',2,'2006-02-15 21:30:53'),(3009,'2005-06-20 10:24:44',2721,280,'2005-06-23 13:39:44',1,'2006-02-15 21:30:53'),(3010,'2005-06-20 10:29:59',1298,567,'2005-06-27 06:52:59',1,'2006-02-15 21:30:53'),(3011,'2005-06-20 10:39:10',4376,147,'2005-06-28 07:02:10',2,'2006-02-15 21:30:53'),(3012,'2005-06-20 10:43:13',1392,206,'2005-06-28 10:07:13',2,'2006-02-15 21:30:53'),(3013,'2005-06-20 10:45:09',4146,290,'2005-06-26 04:55:09',1,'2006-02-15 21:30:53'),(3014,'2005-06-20 10:45:20',2179,434,'2005-06-23 06:29:20',1,'2006-02-15 21:30:53'),(3015,'2005-06-20 10:48:56',1311,23,'2005-06-26 11:30:56',2,'2006-02-15 21:30:53'),(3016,'2005-06-20 10:55:08',3514,558,'2005-06-24 14:05:08',1,'2006-02-15 21:30:53'),(3017,'2005-06-20 11:08:56',2513,151,'2005-06-28 16:26:56',1,'2006-02-15 21:30:53'),(3018,'2005-06-20 11:10:35',4150,112,'2005-06-25 07:17:35',2,'2006-02-15 21:30:53'),(3019,'2005-06-20 11:11:52',491,144,'2005-06-27 08:30:52',2,'2006-02-15 21:30:53'),(3020,'2005-06-20 11:12:04',4363,74,'2005-06-27 07:31:04',2,'2006-02-15 21:30:53'),(3021,'2005-06-20 11:13:01',120,62,'2005-06-28 16:15:01',2,'2006-02-15 21:30:53'),(3022,'2005-06-20 11:17:20',3745,466,'2005-06-26 13:15:20',2,'2006-02-15 21:30:53'),(3023,'2005-06-20 11:18:11',4304,106,'2005-06-21 12:43:11',1,'2006-02-15 21:30:53'),(3024,'2005-06-20 11:29:17',1966,328,'2005-06-27 12:51:17',2,'2006-02-15 21:30:53'),(3025,'2005-06-20 11:46:48',1309,293,'2005-06-22 08:43:48',1,'2006-02-15 21:30:53'),(3026,'2005-06-20 11:48:00',4032,347,'2005-06-21 12:51:00',2,'2006-02-15 21:30:53'),(3027,'2005-06-20 11:50:30',4028,397,'2005-06-25 15:58:30',2,'2006-02-15 21:30:53'),(3028,'2005-06-20 11:50:52',886,264,'2005-06-21 11:05:52',2,'2006-02-15 21:30:53'),(3029,'2005-06-20 11:51:30',327,317,'2005-06-25 16:42:30',1,'2006-02-15 21:30:53'),(3030,'2005-06-20 11:51:59',1543,395,'2005-06-24 10:51:59',1,'2006-02-15 21:30:53'),(3031,'2005-06-20 11:52:49',1184,491,'2005-06-22 07:00:49',1,'2006-02-15 21:30:53'),(3032,'2005-06-20 11:58:30',3734,172,'2005-06-24 09:49:30',1,'2006-02-15 21:30:53'),(3033,'2005-06-20 12:02:05',4422,107,'2005-06-26 15:58:05',1,'2006-02-15 21:30:53'),(3034,'2005-06-20 12:15:50',2755,296,'2005-06-24 06:21:50',2,'2006-02-15 21:30:53'),(3035,'2005-06-20 12:17:03',1223,62,'2005-06-26 17:42:03',2,'2006-02-15 21:30:53'),(3036,'2005-06-20 12:18:31',4463,399,'2005-06-29 09:52:31',1,'2006-02-15 21:30:53'),(3037,'2005-06-20 12:28:03',2033,434,'2005-06-21 08:21:03',1,'2006-02-15 21:30:53'),(3038,'2005-06-20 12:28:59',2919,27,'2005-06-25 07:48:59',1,'2006-02-15 21:30:53'),(3039,'2005-06-20 12:32:30',4098,186,'2005-06-21 07:38:30',1,'2006-02-15 21:30:53'),(3040,'2005-06-20 12:34:13',2568,162,'2005-06-21 12:33:13',1,'2006-02-15 21:30:53'),(3041,'2005-06-20 12:35:44',2676,459,'2005-06-23 18:28:44',2,'2006-02-15 21:30:53'),(3042,'2005-06-20 12:38:27',3103,291,'2005-06-26 11:18:27',1,'2006-02-15 21:30:53'),(3043,'2005-06-20 12:38:35',633,599,'2005-06-29 14:16:35',2,'2006-02-15 21:30:53'),(3044,'2005-06-20 12:38:49',3216,424,'2005-06-25 07:49:49',1,'2006-02-15 21:30:53'),(3045,'2005-06-20 12:42:00',3065,459,'2005-06-23 10:49:00',2,'2006-02-15 21:30:53'),(3046,'2005-06-20 12:42:59',471,559,'2005-06-26 17:40:59',2,'2006-02-15 21:30:53'),(3047,'2005-06-20 12:45:33',624,13,'2005-06-29 13:09:33',2,'2006-02-15 21:30:53'),(3048,'2005-06-20 12:49:55',4389,482,'2005-06-26 11:06:55',1,'2006-02-15 21:30:53'),(3049,'2005-06-20 12:51:01',518,403,'2005-06-29 10:53:01',1,'2006-02-15 21:30:53'),(3050,'2005-06-20 13:03:03',2397,557,'2005-06-29 07:22:03',1,'2006-02-15 21:30:53'),(3051,'2005-06-20 13:06:52',1408,65,'2005-06-25 13:03:52',2,'2006-02-15 21:30:53'),(3052,'2005-06-20 13:09:19',2359,329,'2005-06-29 11:55:19',2,'2006-02-15 21:30:53'),(3053,'2005-06-20 13:10:30',818,329,'2005-06-25 17:22:30',2,'2006-02-15 21:30:53'),(3054,'2005-06-20 13:16:41',2817,322,'2005-06-28 13:45:41',2,'2006-02-15 21:30:53'),(3055,'2005-06-20 13:19:58',1510,23,'2005-06-27 14:54:58',1,'2006-02-15 21:30:53'),(3056,'2005-06-20 13:20:58',2010,95,'2005-06-26 08:35:58',2,'2006-02-15 21:30:53'),(3057,'2005-06-20 13:22:48',1101,307,'2005-06-26 17:22:48',2,'2006-02-15 21:30:53'),(3058,'2005-06-20 13:28:35',938,137,'2005-06-28 13:57:35',2,'2006-02-15 21:30:53'),(3059,'2005-06-20 13:38:41',2911,266,'2005-06-21 10:13:41',2,'2006-02-15 21:30:53'),(3060,'2005-06-20 13:47:20',2075,446,'2005-06-25 16:00:20',2,'2006-02-15 21:30:53'),(3061,'2005-06-20 13:48:21',4202,330,'2005-06-22 17:36:21',2,'2006-02-15 21:30:53'),(3062,'2005-06-20 13:50:00',591,75,'2005-06-27 08:18:00',1,'2006-02-15 21:30:53'),(3063,'2005-06-20 13:52:03',3954,515,'2005-06-28 13:36:03',2,'2006-02-15 21:30:53'),(3064,'2005-06-20 13:53:13',2624,276,'2005-06-25 16:33:13',2,'2006-02-15 21:30:53'),(3065,'2005-06-20 13:53:53',1687,227,'2005-06-24 11:31:53',1,'2006-02-15 21:30:53'),(3066,'2005-06-20 13:55:41',1116,268,'2005-06-26 09:38:41',2,'2006-02-15 21:30:53'),(3067,'2005-06-20 13:59:21',3094,349,'2005-06-28 19:09:21',2,'2006-02-15 21:30:53'),(3068,'2005-06-20 14:02:22',1958,516,'2005-06-22 12:52:22',2,'2006-02-15 21:30:53'),(3069,'2005-06-20 14:13:00',1952,237,'2005-06-28 10:57:00',1,'2006-02-15 21:30:53'),(3070,'2005-06-20 14:15:39',3860,543,'2005-06-25 12:52:39',2,'2006-02-15 21:30:53'),(3071,'2005-06-20 14:20:42',1198,582,'2005-06-24 19:01:42',1,'2006-02-15 21:30:53'),(3072,'2005-06-20 14:21:31',4131,423,'2005-06-27 18:46:31',2,'2006-02-15 21:30:53'),(3073,'2005-06-20 14:33:26',3164,471,'2005-06-26 08:42:26',2,'2006-02-15 21:30:53'),(3074,'2005-06-20 14:41:41',1441,299,'2005-06-21 15:56:41',1,'2006-02-15 21:30:53'),(3075,'2005-06-20 14:52:19',4346,161,'2005-06-28 18:48:19',2,'2006-02-15 21:30:53'),(3076,'2005-06-20 15:01:19',1344,109,'2005-06-28 16:53:19',2,'2006-02-15 21:30:53'),(3077,'2005-06-20 15:05:18',1675,303,'2005-06-26 20:52:18',2,'2006-02-15 21:30:53'),(3078,'2005-06-20 15:09:48',3642,367,'2005-06-24 16:54:48',1,'2006-02-15 21:30:53'),(3079,'2005-06-20 15:13:40',2135,350,'2005-06-21 12:03:40',1,'2006-02-15 21:30:53'),(3080,'2005-06-20 15:22:32',118,377,'2005-06-24 11:08:32',1,'2006-02-15 21:30:53'),(3081,'2005-06-20 15:29:13',2071,342,'2005-06-24 21:00:13',2,'2006-02-15 21:30:53'),(3082,'2005-06-20 15:32:11',4431,164,'2005-06-28 13:08:11',1,'2006-02-15 21:30:53'),(3083,'2005-06-20 15:33:47',2896,257,'2005-06-26 16:14:47',2,'2006-02-15 21:30:53'),(3084,'2005-06-20 15:35:24',3578,514,'2005-06-23 19:11:24',1,'2006-02-15 21:30:53'),(3085,'2005-06-20 15:42:33',4282,166,'2005-06-21 16:51:33',2,'2006-02-15 21:30:53'),(3086,'2005-06-20 15:42:40',4437,377,'2005-06-25 19:21:40',1,'2006-02-15 21:30:53'),(3087,'2005-06-20 15:53:59',1305,111,'2005-06-27 10:54:59',2,'2006-02-15 21:30:53'),(3088,'2005-06-20 15:56:05',3049,384,'2005-06-29 13:02:05',1,'2006-02-15 21:30:53'),(3089,'2005-06-20 15:57:01',539,151,'2005-06-25 13:15:01',2,'2006-02-15 21:30:53'),(3090,'2005-06-20 16:00:19',3301,267,'2005-06-23 14:55:19',1,'2006-02-15 21:30:53'),(3091,'2005-06-20 16:02:59',854,383,'2005-06-22 21:30:59',2,'2006-02-15 21:30:53'),(3092,'2005-06-20 16:04:42',4344,347,'2005-06-27 19:54:42',1,'2006-02-15 21:30:53'),(3093,'2005-06-20 16:06:14',2534,556,'2005-06-22 13:22:14',2,'2006-02-15 21:30:53'),(3094,'2005-06-20 16:06:51',2048,114,'2005-06-24 13:23:51',1,'2006-02-15 21:30:53'),(3095,'2005-06-20 16:16:53',3937,298,'2005-06-22 10:35:53',2,'2006-02-15 21:30:53'),(3096,'2005-06-20 16:17:56',3851,79,'2005-06-24 10:17:56',2,'2006-02-15 21:30:53'),(3097,'2005-06-20 16:26:14',4337,280,'2005-06-23 14:46:14',1,'2006-02-15 21:30:53'),(3098,'2005-06-20 16:37:01',3409,498,'2005-06-22 22:24:01',1,'2006-02-15 21:30:53'),(3099,'2005-06-20 16:44:33',3756,380,'2005-06-27 12:17:33',2,'2006-02-15 21:30:53'),(3100,'2005-06-20 16:47:57',2428,487,'2005-06-26 16:59:57',1,'2006-02-15 21:30:53'),(3101,'2005-06-20 16:48:58',1738,384,'2005-06-27 18:13:58',2,'2006-02-15 21:30:53'),(3102,'2005-06-20 16:55:55',1144,522,'2005-06-29 13:49:55',1,'2006-02-15 21:30:53'),(3103,'2005-06-20 16:58:19',1877,553,'2005-06-25 21:18:19',1,'2006-02-15 21:30:53'),(3104,'2005-06-20 17:06:46',1490,196,'2005-06-28 13:18:46',2,'2006-02-15 21:30:53'),(3105,'2005-06-20 17:11:46',130,385,'2005-06-21 11:48:46',2,'2006-02-15 21:30:53'),(3106,'2005-06-20 17:18:06',2637,201,'2005-06-24 14:50:06',2,'2006-02-15 21:30:53'),(3107,'2005-06-20 17:26:05',4527,303,'2005-06-25 12:36:05',1,'2006-02-15 21:30:53'),(3108,'2005-06-20 17:28:43',2218,189,'2005-06-27 21:23:43',1,'2006-02-15 21:30:53'),(3109,'2005-06-20 17:33:55',977,93,'2005-06-22 23:09:55',1,'2006-02-15 21:30:53'),(3110,'2005-06-20 17:40:12',2008,333,'2005-06-24 17:09:12',1,'2006-02-15 21:30:53'),(3111,'2005-06-20 17:46:47',4494,579,'2005-06-29 19:45:47',1,'2006-02-15 21:30:53'),(3112,'2005-06-20 17:53:30',3725,35,'2005-06-26 16:03:30',1,'2006-02-15 21:30:53'),(3113,'2005-06-20 17:56:40',3620,517,'2005-06-23 14:45:40',1,'2006-02-15 21:30:53'),(3114,'2005-06-20 17:57:47',2388,8,'2005-06-21 19:18:47',2,'2006-02-15 21:30:53'),(3115,'2005-06-20 17:59:05',2193,457,'2005-06-26 13:28:05',1,'2006-02-15 21:30:53'),(3116,'2005-06-20 18:04:55',276,108,'2005-06-21 12:12:55',2,'2006-02-15 21:30:53'),(3117,'2005-06-20 18:05:15',2184,31,'2005-06-26 17:28:15',1,'2006-02-15 21:30:53'),(3118,'2005-06-20 18:05:57',1258,125,'2005-06-23 23:01:57',1,'2006-02-15 21:30:53'),(3119,'2005-06-20 18:11:44',683,296,'2005-06-27 16:14:44',2,'2006-02-15 21:30:53'),(3120,'2005-06-20 18:19:29',2530,107,'2005-06-23 23:40:29',1,'2006-02-15 21:30:53'),(3121,'2005-06-20 18:23:30',797,132,'2005-06-21 20:36:30',1,'2006-02-15 21:30:53'),(3122,'2005-06-20 18:25:57',2720,87,'2005-06-29 16:08:57',1,'2006-02-15 21:30:53'),(3123,'2005-06-20 18:26:14',1656,289,'2005-06-29 17:17:14',1,'2006-02-15 21:30:53'),(3124,'2005-06-20 18:28:19',3342,113,'2005-06-28 21:08:19',1,'2006-02-15 21:30:53'),(3125,'2005-06-20 18:31:58',3293,382,'2005-06-21 15:03:58',1,'2006-02-15 21:30:53'),(3126,'2005-06-20 18:38:22',1183,5,'2005-06-26 00:00:22',1,'2006-02-15 21:30:53'),(3127,'2005-06-20 18:39:43',1292,461,'2005-06-28 17:55:43',1,'2006-02-15 21:30:53'),(3128,'2005-06-20 18:41:47',189,543,'2005-06-24 20:54:47',2,'2006-02-15 21:30:53'),(3129,'2005-06-20 18:57:48',1789,495,'2005-06-28 13:45:48',1,'2006-02-15 21:30:53'),(3130,'2005-06-20 19:03:22',2569,341,'2005-06-29 18:05:22',2,'2006-02-15 21:30:53'),(3131,'2005-06-20 19:08:00',3678,146,'2005-06-24 20:59:00',2,'2006-02-15 21:30:53'),(3132,'2005-06-20 19:09:46',711,90,'2005-06-24 19:42:46',1,'2006-02-15 21:30:53'),(3133,'2005-06-20 19:18:32',4529,120,'2005-06-26 17:54:32',2,'2006-02-15 21:30:53'),(3134,'2005-06-20 19:29:09',1389,537,'2005-06-29 19:31:09',2,'2006-02-15 21:30:53'),(3135,'2005-06-20 19:33:52',1122,12,'2005-06-29 18:20:52',1,'2006-02-15 21:30:53'),(3136,'2005-06-20 19:39:08',3349,377,'2005-06-22 23:35:08',2,'2006-02-15 21:30:53'),(3137,'2005-06-20 19:41:28',786,505,'2005-06-28 00:32:28',1,'2006-02-15 21:30:53'),(3138,'2005-06-20 19:43:45',2265,570,'2005-06-26 20:41:45',1,'2006-02-15 21:30:53'),(3139,'2005-06-20 19:44:45',3474,354,'2005-06-23 16:24:45',1,'2006-02-15 21:30:53'),(3140,'2005-06-20 19:47:12',2936,53,'2005-06-24 23:24:12',1,'2006-02-15 21:30:53'),(3141,'2005-06-20 19:55:47',1806,398,'2005-06-30 00:31:47',1,'2006-02-15 21:30:53'),(3142,'2005-06-20 19:59:28',3926,9,'2005-06-28 19:51:28',2,'2006-02-15 21:30:53'),(3143,'2005-06-20 20:01:52',1355,215,'2005-06-26 19:26:52',2,'2006-02-15 21:30:53'),(3144,'2005-06-20 20:14:20',1300,114,'2005-06-30 01:46:20',1,'2006-02-15 21:30:53'),(3145,'2005-06-20 20:21:17',2211,144,'2005-06-22 14:44:17',1,'2006-02-15 21:30:53'),(3146,'2005-06-20 20:21:48',2249,339,'2005-06-29 22:57:48',2,'2006-02-15 21:30:53'),(3147,'2005-06-20 20:25:17',615,390,'2005-06-28 20:22:17',2,'2006-02-15 21:30:53'),(3148,'2005-06-20 20:27:18',4490,202,'2005-06-24 20:30:18',2,'2006-02-15 21:30:53'),(3149,'2005-06-20 20:34:55',3295,55,'2005-06-21 18:51:55',1,'2006-02-15 21:30:53'),(3150,'2005-06-20 20:35:28',94,34,'2005-06-26 01:01:28',1,'2006-02-15 21:30:53'),(3151,'2005-06-20 20:36:53',2976,77,'2005-06-25 18:56:53',1,'2006-02-15 21:30:53'),(3152,'2005-06-20 20:42:41',1022,246,'2005-06-28 21:12:41',1,'2006-02-15 21:30:53'),(3153,'2005-06-20 20:44:15',659,430,'2005-06-23 16:04:15',1,'2006-02-15 21:30:53'),(3154,'2005-06-20 20:44:40',3195,550,'2005-06-23 19:10:40',1,'2006-02-15 21:30:53'),(3155,'2005-06-20 21:02:38',458,450,'2005-06-27 19:34:38',1,'2006-02-15 21:30:53'),(3156,'2005-06-20 21:03:46',2217,365,'2005-06-21 23:32:46',2,'2006-02-15 21:30:53'),(3157,'2005-06-20 21:07:54',1899,245,'2005-06-23 16:01:54',1,'2006-02-15 21:30:53'),(3158,'2005-06-20 21:08:19',3461,592,'2005-06-29 18:59:19',1,'2006-02-15 21:30:53'),(3159,'2005-06-20 21:11:50',33,388,'2005-06-29 19:35:50',2,'2006-02-15 21:30:53'),(3160,'2005-06-20 21:20:51',4333,561,'2005-06-29 18:06:51',2,'2006-02-15 21:30:53'),(3161,'2005-06-20 21:21:01',1326,373,'2005-06-21 18:22:01',2,'2006-02-15 21:30:53'),(3162,'2005-06-20 21:21:15',3220,113,'2005-06-29 18:42:15',1,'2006-02-15 21:30:53'),(3163,'2005-06-20 21:22:13',2632,391,'2005-06-26 15:22:13',2,'2006-02-15 21:30:53'),(3164,'2005-06-20 21:29:00',155,270,'2005-06-27 15:50:00',1,'2006-02-15 21:30:53'),(3165,'2005-06-20 21:29:17',796,85,'2005-06-22 18:03:17',1,'2006-02-15 21:30:53'),(3166,'2005-06-20 21:32:32',1850,424,'2005-06-27 20:29:32',1,'2006-02-15 21:30:53'),(3167,'2005-06-20 21:42:29',353,464,'2005-06-22 00:36:29',2,'2006-02-15 21:30:53'),(3168,'2005-06-20 21:46:01',2407,446,'2005-06-22 20:40:01',1,'2006-02-15 21:30:53'),(3169,'2005-06-20 21:55:54',2437,50,'2005-06-25 19:45:54',1,'2006-02-15 21:30:53'),(3170,'2005-06-20 22:02:54',1306,421,'2005-06-29 00:41:54',2,'2006-02-15 21:30:53'),(3171,'2005-06-20 22:15:47',2838,140,'2005-06-24 18:14:47',1,'2006-02-15 21:30:53'),(3172,'2005-06-20 22:19:25',1758,31,'2005-06-24 17:18:25',2,'2006-02-15 21:30:53'),(3173,'2005-06-20 22:21:10',4306,33,'2005-06-27 19:41:10',2,'2006-02-15 21:30:53'),(3174,'2005-06-20 22:24:00',3331,107,'2005-06-22 21:22:00',2,'2006-02-15 21:30:53'),(3175,'2005-06-20 22:30:23',4093,249,'2005-06-30 03:28:23',2,'2006-02-15 21:30:53'),(3176,'2005-06-20 22:31:54',1982,371,'2005-06-25 02:58:54',1,'2006-02-15 21:30:53'),(3177,'2005-06-20 22:32:44',2546,300,'2005-06-22 23:01:44',1,'2006-02-15 21:30:53'),(3178,'2005-06-20 22:35:12',3517,79,'2005-06-23 19:39:12',1,'2006-02-15 21:30:53'),(3179,'2005-06-20 22:37:59',2214,163,'2005-06-26 22:26:59',2,'2006-02-15 21:30:53'),(3180,'2005-06-20 22:48:44',3997,162,'2005-06-21 21:25:44',1,'2006-02-15 21:30:53'),(3181,'2005-06-20 22:51:02',3473,238,'2005-06-27 21:21:02',1,'2006-02-15 21:30:53'),(3182,'2005-06-20 22:52:18',4017,15,'2005-06-21 21:00:18',2,'2006-02-15 21:30:53'),(3183,'2005-06-20 22:55:55',4397,129,'2005-06-23 17:22:55',1,'2006-02-15 21:30:53'),(3184,'2005-06-20 22:57:44',3179,457,'2005-06-29 20:57:44',1,'2006-02-15 21:30:53'),(3185,'2005-06-20 22:58:01',601,234,'2005-06-27 00:26:01',1,'2006-02-15 21:30:53'),(3186,'2005-06-20 23:04:20',3198,406,'2005-06-29 02:56:20',2,'2006-02-15 21:30:53'),(3187,'2005-06-20 23:06:07',4357,150,'2005-06-27 01:14:07',2,'2006-02-15 21:30:53'),(3188,'2005-06-20 23:10:27',2471,522,'2005-06-25 19:37:27',2,'2006-02-15 21:30:53'),(3189,'2005-06-20 23:19:33',1502,538,'2005-06-24 17:46:33',1,'2006-02-15 21:30:53'),(3190,'2005-06-20 23:27:15',351,200,'2005-06-28 01:22:15',2,'2006-02-15 21:30:53'),(3191,'2005-06-20 23:46:39',4358,522,'2005-06-25 03:21:39',2,'2006-02-15 21:30:53'),(3192,'2005-06-20 23:49:12',3713,11,'2005-06-24 03:00:12',1,'2006-02-15 21:30:53'),(3193,'2005-06-20 23:52:30',3176,260,'2005-06-22 21:21:30',1,'2006-02-15 21:30:53'),(3194,'2005-06-20 23:59:57',1835,432,'2005-06-24 19:21:57',1,'2006-02-15 21:30:53'),(3195,'2005-06-21 00:02:10',2383,165,'2005-06-21 23:11:10',2,'2006-02-15 21:30:53'),(3196,'2005-06-21 00:02:28',1575,52,'2005-06-22 23:08:28',1,'2006-02-15 21:30:53'),(3197,'2005-06-21 00:07:23',1811,362,'2005-06-23 00:53:23',2,'2006-02-15 21:30:53'),(3198,'2005-06-21 00:08:54',1626,295,'2005-06-29 02:11:54',2,'2006-02-15 21:30:53'),(3199,'2005-06-21 00:12:40',3824,234,'2005-06-27 23:26:40',1,'2006-02-15 21:30:53'),(3200,'2005-06-21 00:22:47',4117,221,'2005-06-27 05:52:47',2,'2006-02-15 21:30:53'),(3201,'2005-06-21 00:30:26',6,597,'2005-06-28 03:42:26',1,'2006-02-15 21:30:53'),(3202,'2005-06-21 00:33:47',2725,273,'2005-06-24 04:05:47',2,'2006-02-15 21:30:53'),(3203,'2005-06-21 00:34:56',442,158,'2005-06-29 23:30:56',1,'2006-02-15 21:30:53'),(3204,'2005-06-21 00:37:50',2848,336,'2005-06-22 23:46:50',1,'2006-02-15 21:30:53'),(3205,'2005-06-21 00:38:47',2964,31,'2005-06-21 22:49:47',1,'2006-02-15 21:30:53'),(3206,'2005-06-21 00:39:39',2196,350,'2005-06-22 05:12:39',1,'2006-02-15 21:30:53'),(3207,'2005-06-21 00:43:16',4020,86,'2005-06-24 22:13:16',1,'2006-02-15 21:30:53'),(3208,'2005-06-21 00:50:03',3169,229,'2005-06-24 06:15:03',2,'2006-02-15 21:30:53'),(3209,'2005-06-21 00:51:06',287,307,'2005-06-22 21:49:06',2,'2006-02-15 21:30:53'),(3210,'2005-06-21 01:00:25',467,75,'2005-06-23 06:10:25',2,'2006-02-15 21:30:53'),(3211,'2005-06-21 01:01:29',1150,415,'2005-06-23 04:05:29',1,'2006-02-15 21:30:53'),(3212,'2005-06-21 01:04:35',4178,21,'2005-06-30 00:10:35',2,'2006-02-15 21:30:53'),(3213,'2005-06-21 01:05:19',3832,534,'2005-06-27 21:55:19',2,'2006-02-15 21:30:53'),(3214,'2005-06-21 01:08:26',776,142,'2005-06-23 03:24:26',2,'2006-02-15 21:30:53'),(3215,'2005-06-21 01:11:32',4140,279,'2005-06-26 19:42:32',1,'2006-02-15 21:30:53'),(3216,'2005-06-21 01:19:37',719,534,'2005-06-29 06:45:37',2,'2006-02-15 21:30:53'),(3217,'2005-06-21 01:28:12',1027,463,'2005-06-25 02:51:12',2,'2006-02-15 21:30:53'),(3218,'2005-06-21 01:38:09',1828,117,'2005-06-23 02:00:09',1,'2006-02-15 21:30:53'),(3219,'2005-06-21 01:43:26',3024,129,'2005-06-28 23:50:26',2,'2006-02-15 21:30:53'),(3220,'2005-06-21 01:46:25',1880,574,'2005-06-26 07:44:25',2,'2006-02-15 21:30:53'),(3221,'2005-06-21 01:49:47',245,454,'2005-06-25 06:31:47',1,'2006-02-15 21:30:53'),(3222,'2005-06-21 01:50:29',4023,501,'2005-06-27 00:52:29',2,'2006-02-15 21:30:53'),(3223,'2005-06-21 02:06:45',1033,299,'2005-06-22 07:16:45',2,'2006-02-15 21:30:53'),(3224,'2005-06-21 02:11:36',3318,173,'2005-06-23 21:17:36',1,'2006-02-15 21:30:53'),(3225,'2005-06-21 02:16:55',1003,448,'2005-06-27 05:39:55',2,'2006-02-15 21:30:53'),(3226,'2005-06-21 02:18:14',4079,576,'2005-06-26 22:32:14',2,'2006-02-15 21:30:53'),(3227,'2005-06-21 02:18:25',1156,568,'2005-06-27 00:59:25',1,'2006-02-15 21:30:53'),(3228,'2005-06-21 02:20:24',2489,535,'2005-06-29 00:50:24',2,'2006-02-15 21:30:53'),(3229,'2005-06-21 02:20:41',2301,81,'2005-06-26 00:39:41',1,'2006-02-15 21:30:53'),(3230,'2005-06-21 02:23:16',215,83,'2005-06-22 01:37:16',2,'2006-02-15 21:30:53'),(3231,'2005-06-21 02:25:00',237,28,'2005-06-23 05:46:00',2,'2006-02-15 21:30:53'),(3232,'2005-06-21 02:30:37',1972,555,'2005-06-29 03:10:37',1,'2006-02-15 21:30:53'),(3233,'2005-06-21 02:39:31',3542,353,'2005-06-28 05:23:31',2,'2006-02-15 21:30:53'),(3234,'2005-06-21 02:39:44',3252,459,'2005-06-29 07:27:44',1,'2006-02-15 21:30:53'),(3235,'2005-06-21 02:46:17',212,49,'2005-06-22 20:58:17',1,'2006-02-15 21:30:53'),(3236,'2005-06-21 02:47:43',1492,550,'2005-06-29 08:04:43',2,'2006-02-15 21:30:53'),(3237,'2005-06-21 02:47:56',4399,466,'2005-06-27 03:16:56',2,'2006-02-15 21:30:53'),(3238,'2005-06-21 02:48:21',2732,77,'2005-06-23 04:43:21',1,'2006-02-15 21:30:53'),(3239,'2005-06-21 02:48:40',3402,328,'2005-06-22 02:49:40',2,'2006-02-15 21:30:53'),(3240,'2005-06-21 02:53:17',2938,405,'2005-06-30 03:25:17',2,'2006-02-15 21:30:53'),(3241,'2005-06-21 02:54:32',1442,499,'2005-06-26 21:56:32',2,'2006-02-15 21:30:53'),(3242,'2005-06-21 02:56:24',1421,562,'2005-06-29 21:41:24',2,'2006-02-15 21:30:53'),(3243,'2005-06-21 03:00:11',2556,426,'2005-06-25 21:53:11',1,'2006-02-15 21:30:53'),(3244,'2005-06-21 03:01:10',291,53,'2005-06-24 06:59:10',2,'2006-02-15 21:30:53'),(3245,'2005-06-21 03:06:11',2057,358,'2005-06-25 08:06:11',2,'2006-02-15 21:30:53'),(3246,'2005-06-21 03:10:01',4432,41,'2005-06-28 00:46:01',1,'2006-02-15 21:30:53'),(3247,'2005-06-21 03:12:15',1406,277,'2005-06-27 00:44:15',1,'2006-02-15 21:30:53'),(3248,'2005-06-21 03:12:21',3656,78,'2005-06-28 03:54:21',2,'2006-02-15 21:30:53'),(3249,'2005-06-21 03:13:19',703,410,'2005-06-29 04:04:19',2,'2006-02-15 21:30:53'),(3250,'2005-06-21 03:16:36',736,467,'2005-06-29 00:53:36',2,'2006-02-15 21:30:53'),(3251,'2005-06-21 03:20:37',1414,317,'2005-06-23 04:54:37',2,'2006-02-15 21:30:53'),(3252,'2005-06-21 03:25:26',2009,213,'2005-06-24 00:38:26',2,'2006-02-15 21:30:53'),(3253,'2005-06-21 03:25:37',1906,405,'2005-06-27 02:46:37',2,'2006-02-15 21:30:53'),(3254,'2005-06-21 03:27:10',3893,472,'2005-06-22 22:01:10',2,'2006-02-15 21:30:53'),(3255,'2005-06-21 03:39:52',2564,482,'2005-06-24 04:02:52',1,'2006-02-15 21:30:53'),(3256,'2005-06-21 03:45:42',1235,319,'2005-06-30 02:51:42',2,'2006-02-15 21:30:53'),(3257,'2005-06-21 03:47:19',3975,263,'2005-06-28 01:24:19',2,'2006-02-15 21:30:53'),(3258,'2005-06-21 03:53:58',4417,241,'2005-06-22 22:49:58',2,'2006-02-15 21:30:53'),(3259,'2005-06-21 03:57:15',2751,478,'2005-06-24 03:32:15',1,'2006-02-15 21:30:53'),(3260,'2005-06-21 03:59:13',3627,380,'2005-06-23 03:29:13',1,'2006-02-15 21:30:53'),(3261,'2005-06-21 04:07:41',2029,169,'2005-06-24 06:25:41',2,'2006-02-15 21:30:53'),(3262,'2005-06-21 04:08:43',3773,9,'2005-06-28 02:55:43',1,'2006-02-15 21:30:53'),(3263,'2005-06-21 04:15:52',3491,118,'2005-06-24 02:19:52',2,'2006-02-15 21:30:53'),(3264,'2005-06-21 04:19:03',1666,340,'2005-06-23 01:29:03',1,'2006-02-15 21:30:53'),(3265,'2005-06-21 04:23:13',3637,437,'2005-06-28 03:37:13',1,'2006-02-15 21:30:53'),(3266,'2005-06-21 04:49:07',2533,175,'2005-06-26 05:19:07',2,'2006-02-15 21:30:53'),(3267,'2005-06-21 04:55:21',1118,134,'2005-06-29 23:46:21',1,'2006-02-15 21:30:53'),(3268,'2005-06-21 04:55:49',4366,329,'2005-06-30 00:23:49',2,'2006-02-15 21:30:53'),(3269,'2005-06-21 05:06:30',3828,17,'2005-06-27 09:26:30',2,'2006-02-15 21:30:53'),(3270,'2005-06-21 05:07:31',1578,86,'2005-06-22 07:45:31',2,'2006-02-15 21:30:53'),(3271,'2005-06-21 05:16:10',4191,196,'2005-06-27 10:46:10',1,'2006-02-15 21:30:53'),(3272,'2005-06-21 05:18:27',1090,550,'2005-06-30 02:51:27',1,'2006-02-15 21:30:53'),(3273,'2005-06-21 05:24:17',3538,104,'2005-06-23 01:21:17',2,'2006-02-15 21:30:53'),(3274,'2005-06-21 05:30:36',2156,277,'2005-06-24 05:12:36',1,'2006-02-15 21:30:53'),(3275,'2005-06-21 05:33:04',2320,368,'2005-06-30 00:37:04',2,'2006-02-15 21:30:53'),(3276,'2005-06-21 05:35:52',1890,425,'2005-06-29 03:26:52',2,'2006-02-15 21:30:53'),(3277,'2005-06-21 05:36:37',1330,229,'2005-06-29 10:54:37',1,'2006-02-15 21:30:53'),(3278,'2005-06-21 05:41:30',2832,554,'2005-06-22 03:43:30',1,'2006-02-15 21:30:53'),(3279,'2005-06-21 06:05:53',1672,462,'2005-06-25 09:40:53',1,'2006-02-15 21:30:53'),(3280,'2005-06-21 06:08:12',661,229,'2005-06-24 09:34:12',1,'2006-02-15 21:30:53'),(3281,'2005-06-21 06:08:47',4006,363,'2005-06-24 11:22:47',1,'2006-02-15 21:30:53'),(3282,'2005-06-21 06:18:42',1676,224,'2005-06-28 09:18:42',1,'2006-02-15 21:30:53'),(3283,'2005-06-21 06:19:07',3988,372,'2005-06-26 10:59:07',2,'2006-02-15 21:30:53'),(3284,'2005-06-21 06:24:45',4566,1,'2005-06-28 03:28:45',1,'2006-02-15 21:30:53'),(3285,'2005-06-21 06:30:13',948,481,'2005-06-23 10:31:13',2,'2006-02-15 21:30:53'),(3286,'2005-06-21 06:31:29',742,577,'2005-06-25 00:46:29',2,'2006-02-15 21:30:53'),(3287,'2005-06-21 06:32:39',4406,62,'2005-06-24 09:29:39',2,'2006-02-15 21:30:53'),(3288,'2005-06-21 06:36:59',1961,299,'2005-06-30 06:50:59',1,'2006-02-15 21:30:53'),(3289,'2005-06-21 06:41:48',2248,115,'2005-06-30 00:54:48',1,'2006-02-15 21:30:53'),(3290,'2005-06-21 06:45:34',2727,293,'2005-06-28 09:44:34',1,'2006-02-15 21:30:53'),(3291,'2005-06-21 06:55:36',3866,274,'2005-06-29 03:41:36',1,'2006-02-15 21:30:53'),(3292,'2005-06-21 06:59:11',3288,412,'2005-06-23 07:11:11',1,'2006-02-15 21:30:53'),(3293,'2005-06-21 06:59:33',4407,481,'2005-06-25 06:54:33',2,'2006-02-15 21:30:53'),(3294,'2005-06-21 07:03:23',2390,439,'2005-06-30 02:22:23',2,'2006-02-15 21:30:53'),(3295,'2005-06-21 07:04:17',1703,573,'2005-06-29 01:52:17',1,'2006-02-15 21:30:53'),(3296,'2005-06-21 07:04:53',2453,284,'2005-06-25 08:36:53',1,'2006-02-15 21:30:53'),(3297,'2005-06-21 07:08:19',3969,193,'2005-06-28 11:53:19',2,'2006-02-15 21:30:53'),(3298,'2005-06-21 07:09:44',444,492,'2005-06-30 11:26:44',2,'2006-02-15 21:30:53'),(3299,'2005-06-21 07:23:34',3427,199,'2005-06-27 04:02:34',1,'2006-02-15 21:30:53'),(3300,'2005-06-21 07:25:01',2505,565,'2005-06-25 01:47:01',1,'2006-02-15 21:30:53'),(3301,'2005-06-21 07:32:25',503,444,'2005-06-28 06:26:25',2,'2006-02-15 21:30:53'),(3302,'2005-06-21 07:33:40',562,594,'2005-06-29 06:02:40',1,'2006-02-15 21:30:53'),(3303,'2005-06-21 07:34:14',1565,361,'2005-06-26 13:18:14',2,'2006-02-15 21:30:53'),(3304,'2005-06-21 07:43:40',2154,431,'2005-06-27 08:06:40',2,'2006-02-15 21:30:53'),(3305,'2005-06-21 07:46:57',2811,578,'2005-06-27 06:16:57',1,'2006-02-15 21:30:53'),(3306,'2005-06-21 07:46:58',1669,406,'2005-06-26 11:22:58',2,'2006-02-15 21:30:53'),(3307,'2005-06-21 07:52:30',462,85,'2005-06-25 02:36:30',2,'2006-02-15 21:30:53'),(3308,'2005-06-21 07:58:36',3129,96,'2005-06-23 05:23:36',2,'2006-02-15 21:30:53'),(3309,'2005-06-21 08:00:49',248,463,'2005-06-29 04:11:49',2,'2006-02-15 21:30:53'),(3310,'2005-06-21 08:04:51',1717,395,'2005-06-22 04:20:51',2,'2006-02-15 21:30:53'),(3311,'2005-06-21 08:05:27',3438,518,'2005-06-22 06:51:27',2,'2006-02-15 21:30:53'),(3312,'2005-06-21 08:05:32',1008,554,'2005-06-27 03:34:32',2,'2006-02-15 21:30:53'),(3313,'2005-06-21 08:11:18',4267,213,'2005-06-23 04:28:18',2,'2006-02-15 21:30:53'),(3314,'2005-06-21 08:17:00',4332,185,'2005-06-22 06:00:00',2,'2006-02-15 21:30:53'),(3315,'2005-06-21 08:17:04',4108,438,'2005-06-24 11:04:04',1,'2006-02-15 21:30:53'),(3316,'2005-06-21 08:20:18',3271,451,'2005-06-28 07:44:18',1,'2006-02-15 21:30:53'),(3317,'2005-06-21 08:22:32',4095,584,'2005-06-26 14:18:32',2,'2006-02-15 21:30:53'),(3318,'2005-06-21 08:23:05',1111,414,'2005-06-27 14:07:05',2,'2006-02-15 21:30:53'),(3319,'2005-06-21 08:25:46',2482,461,'2005-06-27 03:54:46',2,'2006-02-15 21:30:53'),(3320,'2005-06-21 08:29:41',860,47,'2005-06-29 13:54:41',2,'2006-02-15 21:30:53'),(3321,'2005-06-21 08:33:26',1750,144,'2005-06-24 10:09:26',2,'2006-02-15 21:30:53'),(3322,'2005-06-21 08:42:37',4324,458,'2005-06-22 13:17:37',1,'2006-02-15 21:30:53'),(3323,'2005-06-21 08:45:33',2252,272,'2005-06-28 08:17:33',2,'2006-02-15 21:30:53'),(3324,'2005-06-21 08:49:16',2830,29,'2005-06-22 12:31:16',1,'2006-02-15 21:30:53'),(3325,'2005-06-21 08:51:44',1720,185,'2005-06-27 06:16:44',1,'2006-02-15 21:30:53'),(3326,'2005-06-21 09:04:50',1025,347,'2005-06-30 12:10:50',2,'2006-02-15 21:30:53'),(3327,'2005-06-21 09:04:50',3083,62,'2005-06-30 05:45:50',1,'2006-02-15 21:30:53'),(3328,'2005-06-21 09:08:44',2462,292,'2005-06-30 12:28:44',1,'2006-02-15 21:30:53'),(3329,'2005-06-21 09:20:31',3506,335,'2005-06-22 10:00:31',2,'2006-02-15 21:30:53'),(3330,'2005-06-21 09:22:37',299,294,'2005-06-23 07:16:37',2,'2006-02-15 21:30:53'),(3331,'2005-06-21 09:37:53',2913,352,'2005-06-26 04:01:53',2,'2006-02-15 21:30:53'),(3332,'2005-06-21 09:55:12',1975,82,'2005-06-25 08:32:12',2,'2006-02-15 21:30:53'),(3333,'2005-06-21 10:01:36',3688,111,'2005-06-25 10:27:36',2,'2006-02-15 21:30:53'),(3334,'2005-06-21 10:04:33',2491,66,'2005-06-29 06:09:33',2,'2006-02-15 21:30:53'),(3335,'2005-06-21 10:09:08',3033,339,'2005-06-27 11:33:08',1,'2006-02-15 21:30:53'),(3336,'2005-06-21 10:14:27',2122,173,'2005-06-22 09:29:27',1,'2006-02-15 21:30:53'),(3337,'2005-06-21 10:24:35',1176,318,'2005-06-22 13:51:35',1,'2006-02-15 21:30:53'),(3338,'2005-06-21 10:27:31',2097,171,'2005-06-30 14:15:31',2,'2006-02-15 21:30:53'),(3339,'2005-06-21 10:37:11',312,526,'2005-06-30 05:04:11',2,'2006-02-15 21:30:53'),(3340,'2005-06-21 10:37:23',2962,540,'2005-06-26 07:21:23',2,'2006-02-15 21:30:53'),(3341,'2005-06-21 10:37:25',2189,591,'2005-06-26 15:38:25',1,'2006-02-15 21:30:53'),(3342,'2005-06-21 10:46:36',2884,196,'2005-06-23 09:46:36',2,'2006-02-15 21:30:53'),(3343,'2005-06-21 10:56:59',2038,466,'2005-06-25 16:41:59',1,'2006-02-15 21:30:53'),(3344,'2005-06-21 10:57:27',4401,277,'2005-06-28 10:53:27',1,'2006-02-15 21:30:53'),(3345,'2005-06-21 11:05:07',4442,71,'2005-06-26 15:14:07',2,'2006-02-15 21:30:53'),(3346,'2005-06-21 11:06:53',4393,189,'2005-06-22 15:19:53',2,'2006-02-15 21:30:53'),(3347,'2005-06-21 11:08:32',4330,448,'2005-06-28 09:59:32',1,'2006-02-15 21:30:53'),(3348,'2005-06-21 11:16:42',2945,16,'2005-06-27 13:50:42',2,'2006-02-15 21:30:53'),(3349,'2005-06-21 11:17:35',3885,336,'2005-06-22 12:51:35',2,'2006-02-15 21:30:53'),(3350,'2005-06-21 11:21:38',3221,20,'2005-06-28 15:37:38',2,'2006-02-15 21:30:53'),(3351,'2005-06-21 11:21:39',1591,386,'2005-06-23 07:23:39',2,'2006-02-15 21:30:53'),(3352,'2005-06-21 11:26:29',578,510,'2005-06-28 07:26:29',1,'2006-02-15 21:30:53'),(3353,'2005-06-21 11:29:23',3984,236,'2005-06-27 15:06:23',1,'2006-02-15 21:30:53'),(3354,'2005-06-21 11:29:49',1083,529,'2005-06-25 07:39:49',2,'2006-02-15 21:30:53'),(3355,'2005-06-21 11:30:47',1960,275,'2005-06-23 06:04:47',1,'2006-02-15 21:30:53'),(3356,'2005-06-21 11:38:45',4532,403,'2005-06-26 17:18:45',1,'2006-02-15 21:30:53'),(3357,'2005-06-21 11:55:42',2528,57,'2005-06-22 07:19:42',2,'2006-02-15 21:30:53'),(3358,'2005-06-21 11:56:40',1772,69,'2005-06-26 08:28:40',2,'2006-02-15 21:30:53'),(3359,'2005-06-21 12:08:18',3825,67,'2005-06-25 16:35:18',2,'2006-02-15 21:30:53'),(3360,'2005-06-21 12:12:41',2792,498,'2005-06-26 06:32:41',1,'2006-02-15 21:30:53'),(3361,'2005-06-21 12:14:23',2671,268,'2005-06-26 10:01:23',2,'2006-02-15 21:30:53'),(3362,'2005-06-21 12:19:54',1284,454,'2005-06-23 06:59:54',2,'2006-02-15 21:30:53'),(3363,'2005-06-21 12:25:07',538,261,'2005-06-27 11:52:07',2,'2006-02-15 21:30:53'),(3364,'2005-06-21 12:37:46',2329,201,'2005-06-28 07:18:46',2,'2006-02-15 21:30:53'),(3365,'2005-06-21 12:55:48',657,133,'2005-06-23 13:38:48',2,'2006-02-15 21:30:53'),(3366,'2005-06-21 13:03:37',2584,511,'2005-06-26 16:29:37',1,'2006-02-15 21:30:53'),(3367,'2005-06-21 13:08:21',2442,80,'2005-06-26 08:43:21',2,'2006-02-15 21:30:53'),(3368,'2005-06-21 13:18:38',548,438,'2005-06-23 11:13:38',1,'2006-02-15 21:30:53'),(3369,'2005-06-21 13:20:31',303,431,'2005-06-30 13:45:31',2,'2006-02-15 21:30:53'),(3370,'2005-06-21 13:27:01',1573,559,'2005-06-25 09:27:01',1,'2006-02-15 21:30:53'),(3371,'2005-06-21 13:27:22',2526,595,'2005-06-29 14:04:22',2,'2006-02-15 21:30:53'),(3372,'2005-06-21 13:34:19',4169,346,'2005-06-27 08:41:19',2,'2006-02-15 21:30:53'),(3373,'2005-06-21 13:35:32',2219,316,'2005-06-30 12:03:32',1,'2006-02-15 21:30:53'),(3374,'2005-06-21 13:36:30',1067,279,'2005-06-23 15:10:30',2,'2006-02-15 21:30:53'),(3375,'2005-06-21 13:37:18',912,279,'2005-06-22 11:26:18',2,'2006-02-15 21:30:53'),(3376,'2005-06-21 13:43:02',3055,318,'2005-06-28 18:07:02',1,'2006-02-15 21:30:53'),(3377,'2005-06-21 13:51:12',1845,428,'2005-06-22 18:16:12',1,'2006-02-15 21:30:53'),(3378,'2005-06-21 13:51:28',35,387,'2005-06-25 09:21:28',1,'2006-02-15 21:30:53'),(3379,'2005-06-21 13:54:58',2022,566,'2005-06-23 13:43:58',2,'2006-02-15 21:30:53'),(3380,'2005-06-21 13:58:46',3212,483,'2005-06-30 09:29:46',1,'2006-02-15 21:30:53'),(3381,'2005-06-21 14:02:59',1373,183,'2005-06-29 18:11:59',2,'2006-02-15 21:30:53'),(3382,'2005-06-21 14:05:23',131,341,'2005-06-29 19:13:23',2,'2006-02-15 21:30:53'),(3383,'2005-06-21 14:07:19',2968,239,'2005-06-29 17:00:19',2,'2006-02-15 21:30:53'),(3384,'2005-06-21 14:07:35',409,91,'2005-06-26 16:34:35',1,'2006-02-15 21:30:53'),(3385,'2005-06-21 14:16:48',2810,514,'2005-06-24 10:32:48',2,'2006-02-15 21:30:53'),(3386,'2005-06-21 14:21:06',1224,190,'2005-06-24 08:32:06',2,'2006-02-15 21:30:53'),(3387,'2005-06-21 14:21:49',2709,305,'2005-06-24 16:46:49',2,'2006-02-15 21:30:53'),(3388,'2005-06-21 14:34:51',556,119,'2005-06-28 18:19:51',1,'2006-02-15 21:30:53'),(3389,'2005-06-21 14:37:55',727,395,'2005-06-28 18:13:55',1,'2006-02-15 21:30:53'),(3390,'2005-06-21 15:10:50',2034,151,'2005-06-26 12:38:50',1,'2006-02-15 21:30:53'),(3391,'2005-06-21 15:11:02',26,45,'2005-06-25 14:12:02',1,'2006-02-15 21:30:53'),(3392,'2005-06-21 15:12:44',3343,38,'2005-06-29 18:19:44',1,'2006-02-15 21:30:53'),(3393,'2005-06-21 15:14:27',1631,362,'2005-06-25 19:54:27',2,'2006-02-15 21:30:53'),(3394,'2005-06-21 15:17:39',3393,295,'2005-06-30 13:55:39',2,'2006-02-15 21:30:53'),(3395,'2005-06-21 15:19:19',3764,66,'2005-06-29 14:23:19',2,'2006-02-15 21:30:53'),(3396,'2005-06-21 15:23:08',2744,371,'2005-06-23 10:25:08',1,'2006-02-15 21:30:53'),(3397,'2005-06-21 15:30:11',602,552,'2005-06-22 21:12:11',1,'2006-02-15 21:30:53'),(3398,'2005-06-21 15:34:38',221,599,'2005-06-29 11:23:38',1,'2006-02-15 21:30:53'),(3399,'2005-06-21 15:47:48',619,98,'2005-06-26 13:46:48',1,'2006-02-15 21:30:53'),(3400,'2005-06-21 15:50:30',1697,298,'2005-06-25 18:07:30',1,'2006-02-15 21:30:53'),(3401,'2005-06-21 15:52:43',3423,577,'2005-06-30 21:09:43',2,'2006-02-15 21:30:53'),(3402,'2005-06-21 15:54:37',596,187,'2005-06-30 13:43:37',1,'2006-02-15 21:30:53'),(3403,'2005-06-21 15:55:06',1741,264,'2005-06-27 12:34:06',1,'2006-02-15 21:30:53'),(3404,'2005-06-21 15:57:52',2005,424,'2005-06-24 20:58:52',2,'2006-02-15 21:30:53'),(3405,'2005-06-21 15:58:25',2344,155,'2005-06-23 10:58:25',1,'2006-02-15 21:30:53'),(3406,'2005-06-21 16:00:18',2049,203,'2005-06-23 18:25:18',1,'2006-02-15 21:30:53'),(3407,'2005-06-21 16:14:02',3919,343,'2005-06-24 15:38:02',2,'2006-02-15 21:30:53'),(3408,'2005-06-21 16:15:11',3453,282,'2005-06-27 14:55:11',1,'2006-02-15 21:30:53'),(3409,'2005-06-21 16:17:38',3374,429,'2005-06-22 14:16:38',1,'2006-02-15 21:30:53'),(3410,'2005-06-21 16:20:47',1197,321,'2005-06-24 19:09:47',2,'2006-02-15 21:30:53'),(3411,'2005-06-21 16:31:27',4250,12,'2005-06-28 12:27:27',2,'2006-02-15 21:30:53'),(3412,'2005-06-21 16:44:31',3036,501,'2005-06-28 16:15:31',2,'2006-02-15 21:30:53'),(3413,'2005-06-21 16:57:07',666,322,'2005-06-30 12:03:07',2,'2006-02-15 21:30:53'),(3414,'2005-06-21 16:58:50',2929,226,'2005-06-24 17:26:50',1,'2006-02-15 21:30:53'),(3415,'2005-06-21 16:59:49',3540,444,'2005-06-27 17:19:49',1,'2006-02-15 21:30:53'),(3416,'2005-06-21 17:05:29',1215,76,'2005-06-23 17:58:29',2,'2006-02-15 21:30:53'),(3417,'2005-06-21 17:06:20',874,282,'2005-06-23 17:00:20',2,'2006-02-15 21:30:53'),(3418,'2005-06-21 17:06:38',4115,85,'2005-06-25 19:43:38',1,'2006-02-15 21:30:53'),(3419,'2005-06-21 17:18:01',4022,22,'2005-06-22 15:08:01',1,'2006-02-15 21:30:53'),(3420,'2005-06-21 17:22:36',2523,27,'2005-06-28 12:34:36',1,'2006-02-15 21:30:53'),(3421,'2005-06-21 17:22:58',3930,346,'2005-06-24 18:57:58',1,'2006-02-15 21:30:53'),(3422,'2005-06-21 17:24:40',2724,251,'2005-06-29 13:59:40',2,'2006-02-15 21:30:53'),(3423,'2005-06-21 17:38:02',3612,19,'2005-06-23 19:47:02',1,'2006-02-15 21:30:53'),(3424,'2005-06-21 17:42:51',1279,583,'2005-06-24 23:22:51',2,'2006-02-15 21:30:53'),(3425,'2005-06-21 18:07:07',4548,381,'2005-06-27 22:59:07',2,'2006-02-15 21:30:53'),(3426,'2005-06-21 18:12:10',3019,95,'2005-06-23 18:22:10',1,'2006-02-15 21:30:53'),(3427,'2005-06-21 18:31:09',560,561,'2005-06-22 14:18:09',2,'2006-02-15 21:30:53'),(3428,'2005-06-21 18:39:34',1959,40,'2005-06-22 18:23:34',2,'2006-02-15 21:30:53'),(3429,'2005-06-21 18:46:05',456,599,'2005-06-30 17:28:05',1,'2006-02-15 21:30:53'),(3430,'2005-06-21 18:46:08',1613,503,'2005-06-22 13:49:08',2,'2006-02-15 21:30:53'),(3431,'2005-06-21 18:46:48',133,516,'2005-06-26 23:08:48',1,'2006-02-15 21:30:53'),(3432,'2005-06-21 19:02:03',1814,216,'2005-06-25 00:57:03',2,'2006-02-15 21:30:53'),(3433,'2005-06-21 19:07:19',1077,228,'2005-06-29 18:01:19',2,'2006-02-15 21:30:53'),(3434,'2005-06-21 19:08:28',2295,141,'2005-06-23 14:25:28',1,'2006-02-15 21:30:53'),(3435,'2005-06-21 19:14:58',451,591,'2005-06-24 19:58:58',1,'2006-02-15 21:30:53'),(3436,'2005-06-21 19:16:09',2740,137,'2005-06-30 13:58:09',2,'2006-02-15 21:30:53'),(3437,'2005-06-21 19:20:17',1798,211,'2005-07-01 01:09:17',2,'2006-02-15 21:30:53'),(3438,'2005-06-21 19:31:40',1757,556,'2005-06-30 19:08:40',1,'2006-02-15 21:30:53'),(3439,'2005-06-21 19:36:15',1529,46,'2005-06-23 14:54:15',2,'2006-02-15 21:30:53'),(3440,'2005-06-21 19:58:18',853,491,'2005-06-27 22:08:18',1,'2006-02-15 21:30:53'),(3441,'2005-06-21 20:00:12',2863,326,'2005-06-24 00:24:12',2,'2006-02-15 21:30:53'),(3442,'2005-06-21 20:06:51',1896,255,'2005-06-25 17:35:51',2,'2006-02-15 21:30:53'),(3443,'2005-06-21 20:19:00',1639,377,'2005-06-30 15:39:00',1,'2006-02-15 21:30:53'),(3444,'2005-06-21 20:39:39',493,45,'2005-06-25 23:44:39',2,'2006-02-15 21:30:53'),(3445,'2005-06-21 20:40:28',2381,74,'2005-06-29 00:47:28',2,'2006-02-15 21:30:53'),(3446,'2005-06-21 20:45:51',1817,174,'2005-06-26 17:02:51',1,'2006-02-15 21:30:53'),(3447,'2005-06-21 20:53:31',1146,25,'2005-06-24 02:20:31',2,'2006-02-15 21:30:53'),(3448,'2005-06-21 20:59:20',592,476,'2005-06-24 15:40:20',1,'2006-02-15 21:30:53'),(3449,'2005-06-21 21:01:27',210,181,'2005-06-27 21:20:27',1,'2006-02-15 21:30:53'),(3450,'2005-06-21 21:01:57',2268,126,'2005-06-25 23:57:57',1,'2006-02-15 21:30:53'),(3451,'2005-06-21 21:10:39',3489,558,'2005-06-30 19:03:39',2,'2006-02-15 21:30:53'),(3452,'2005-06-21 21:11:27',2646,293,'2005-06-24 16:31:27',1,'2006-02-15 21:30:53'),(3453,'2005-06-21 21:12:11',842,278,'2005-06-23 17:39:11',2,'2006-02-15 21:30:53'),(3454,'2005-06-21 21:12:13',3009,524,'2005-06-25 23:23:13',1,'2006-02-15 21:30:53'),(3455,'2005-06-21 21:17:51',4403,340,'2005-06-23 17:22:51',1,'2006-02-15 21:30:53'),(3456,'2005-06-21 21:19:47',1119,150,'2005-06-28 18:18:47',2,'2006-02-15 21:30:53'),(3457,'2005-06-21 21:42:33',883,312,'2005-06-30 19:54:33',2,'2006-02-15 21:30:53'),(3458,'2005-06-21 21:42:49',2136,338,'2005-06-29 01:26:49',1,'2006-02-15 21:30:53'),(3459,'2005-06-21 21:45:47',3080,97,'2005-06-25 00:46:47',1,'2006-02-15 21:30:53'),(3460,'2005-06-21 21:46:56',1765,236,'2005-06-29 20:08:56',1,'2006-02-15 21:30:53'),(3461,'2005-06-21 21:49:18',1715,23,'2005-06-26 19:51:18',1,'2006-02-15 21:30:53'),(3462,'2005-06-21 21:52:52',547,568,'2005-06-28 21:41:52',1,'2006-02-15 21:30:53'),(3463,'2005-06-21 22:00:00',3436,96,'2005-06-22 19:22:00',2,'2006-02-15 21:30:53'),(3464,'2005-06-21 22:08:58',2698,251,'2005-06-26 16:23:58',2,'2006-02-15 21:30:53'),(3465,'2005-06-21 22:10:01',1488,510,'2005-06-30 21:35:01',1,'2006-02-15 21:30:53'),(3466,'2005-06-21 22:13:33',371,226,'2005-06-25 21:01:33',2,'2006-02-15 21:30:53'),(3467,'2005-06-21 22:19:25',729,543,'2005-06-27 00:03:25',2,'2006-02-15 21:30:53'),(3468,'2005-06-21 22:43:45',2899,100,'2005-06-30 01:49:45',1,'2006-02-15 21:30:53'),(3469,'2005-06-21 22:48:59',4087,181,'2005-06-28 19:32:59',1,'2006-02-15 21:30:53'),(3470,'2005-07-05 22:49:24',883,565,'2005-07-07 19:36:24',1,'2006-02-15 21:30:53'),(3471,'2005-07-05 22:51:44',1724,242,'2005-07-13 01:38:44',2,'2006-02-15 21:30:53'),(3472,'2005-07-05 22:56:33',841,37,'2005-07-13 17:18:33',2,'2006-02-15 21:30:53'),(3473,'2005-07-05 22:57:34',2735,60,'2005-07-12 23:53:34',1,'2006-02-15 21:30:53'),(3474,'2005-07-05 22:59:53',97,594,'2005-07-08 20:32:53',1,'2006-02-15 21:30:53'),(3475,'2005-07-05 23:01:21',2189,8,'2005-07-13 23:07:21',2,'2006-02-15 21:30:53'),(3476,'2005-07-05 23:02:37',3011,490,'2005-07-10 22:17:37',2,'2006-02-15 21:30:53'),(3477,'2005-07-05 23:05:17',4289,476,'2005-07-15 02:20:17',2,'2006-02-15 21:30:53'),(3478,'2005-07-05 23:05:44',2528,322,'2005-07-07 00:14:44',2,'2006-02-15 21:30:53'),(3479,'2005-07-05 23:08:53',2277,298,'2005-07-11 21:42:53',1,'2006-02-15 21:30:53'),(3480,'2005-07-05 23:11:43',1488,382,'2005-07-12 02:01:43',2,'2006-02-15 21:30:53'),(3481,'2005-07-05 23:13:07',3575,138,'2005-07-07 20:36:07',2,'2006-02-15 21:30:53'),(3482,'2005-07-05 23:13:22',1291,520,'2005-07-12 19:02:22',2,'2006-02-15 21:30:53'),(3483,'2005-07-05 23:13:51',79,536,'2005-07-13 18:31:51',1,'2006-02-15 21:30:53'),(3484,'2005-07-05 23:23:11',1934,114,'2005-07-11 00:27:11',2,'2006-02-15 21:30:53'),(3485,'2005-07-05 23:25:54',117,111,'2005-07-09 17:38:54',1,'2006-02-15 21:30:53'),(3486,'2005-07-05 23:29:55',4067,296,'2005-07-13 19:54:55',1,'2006-02-15 21:30:53'),(3487,'2005-07-05 23:30:36',1575,586,'2005-07-11 04:00:36',1,'2006-02-15 21:30:53'),(3488,'2005-07-05 23:32:49',898,349,'2005-07-15 02:01:49',2,'2006-02-15 21:30:53'),(3489,'2005-07-05 23:33:40',2936,397,'2005-07-15 02:15:40',2,'2006-02-15 21:30:53'),(3490,'2005-07-05 23:37:13',3041,369,'2005-07-12 22:07:13',1,'2006-02-15 21:30:53'),(3491,'2005-07-05 23:41:08',1835,421,'2005-07-13 21:53:08',1,'2006-02-15 21:30:53'),(3492,'2005-07-05 23:44:37',980,142,'2005-07-14 03:54:37',1,'2006-02-15 21:30:53'),(3493,'2005-07-05 23:46:19',473,169,'2005-07-15 02:31:19',1,'2006-02-15 21:30:53'),(3494,'2005-07-05 23:47:30',3149,348,'2005-07-11 18:10:30',1,'2006-02-15 21:30:53'),(3495,'2005-07-05 23:50:04',2306,553,'2005-07-10 01:06:04',1,'2006-02-15 21:30:53'),(3496,'2005-07-05 23:59:15',2430,295,'2005-07-09 19:39:15',2,'2006-02-15 21:30:53'),(3497,'2005-07-06 00:00:03',1970,299,'2005-07-09 01:27:03',1,'2006-02-15 21:30:53'),(3498,'2005-07-06 00:02:08',1869,444,'2005-07-10 00:19:08',1,'2006-02-15 21:30:53'),(3499,'2005-07-06 00:04:20',1850,520,'2005-07-14 21:12:20',2,'2006-02-15 21:30:53'),(3500,'2005-07-06 00:11:13',2447,32,'2005-07-13 19:01:13',2,'2006-02-15 21:30:53'),(3501,'2005-07-06 00:11:28',2219,270,'2005-07-10 20:32:28',2,'2006-02-15 21:30:53'),(3502,'2005-07-06 00:15:06',1026,126,'2005-07-13 01:35:06',1,'2006-02-15 21:30:53'),(3503,'2005-07-06 00:17:24',2944,449,'2005-07-08 03:47:24',1,'2006-02-15 21:30:53'),(3504,'2005-07-06 00:18:29',268,209,'2005-07-10 00:24:29',2,'2006-02-15 21:30:53'),(3505,'2005-07-06 00:19:32',2630,331,'2005-07-14 20:14:32',2,'2006-02-15 21:30:53'),(3506,'2005-07-06 00:22:29',19,459,'2005-07-07 22:15:29',1,'2006-02-15 21:30:53'),(3507,'2005-07-06 00:23:43',166,480,'2005-07-15 04:19:43',1,'2006-02-15 21:30:53'),(3508,'2005-07-06 00:24:25',2381,34,'2005-07-10 05:38:25',2,'2006-02-15 21:30:53'),(3509,'2005-07-06 00:24:57',4394,182,'2005-07-09 18:48:57',2,'2006-02-15 21:30:53'),(3510,'2005-07-06 00:27:41',2250,443,'2005-07-14 23:20:41',2,'2006-02-15 21:30:53'),(3511,'2005-07-06 00:42:01',2128,494,'2005-07-09 23:08:01',1,'2006-02-15 21:30:53'),(3512,'2005-07-06 00:43:06',371,291,'2005-07-12 06:18:06',2,'2006-02-15 21:30:53'),(3513,'2005-07-06 00:45:57',4225,223,'2005-07-11 19:04:57',2,'2006-02-15 21:30:53'),(3514,'2005-07-06 00:46:54',4546,536,'2005-07-09 05:47:54',1,'2006-02-15 21:30:53'),(3515,'2005-07-06 00:48:55',3220,131,'2005-07-09 00:15:55',1,'2006-02-15 21:30:53'),(3516,'2005-07-06 00:50:30',385,338,'2005-07-09 19:12:30',2,'2006-02-15 21:30:53'),(3517,'2005-07-06 00:52:35',2762,314,'2005-07-08 20:10:35',2,'2006-02-15 21:30:53'),(3518,'2005-07-06 00:56:03',2502,167,'2005-07-14 02:27:03',1,'2006-02-15 21:30:53'),(3519,'2005-07-06 00:57:29',4314,320,'2005-07-10 21:12:29',2,'2006-02-15 21:30:53'),(3520,'2005-07-06 00:58:27',2872,102,'2005-07-14 05:56:27',1,'2006-02-15 21:30:53'),(3521,'2005-07-06 01:00:11',1440,262,'2005-07-11 19:15:11',2,'2006-02-15 21:30:53'),(3522,'2005-07-06 01:00:21',4522,469,'2005-07-11 01:18:21',1,'2006-02-15 21:30:53'),(3523,'2005-07-06 01:01:38',2171,549,'2005-07-10 20:24:38',2,'2006-02-15 21:30:53'),(3524,'2005-07-06 01:01:51',1626,88,'2005-07-11 19:52:51',2,'2006-02-15 21:30:53'),(3525,'2005-07-06 01:02:39',208,51,'2005-07-14 02:27:39',1,'2006-02-15 21:30:53'),(3526,'2005-07-06 01:03:29',3871,469,'2005-07-15 01:22:29',2,'2006-02-15 21:30:53'),(3527,'2005-07-06 01:11:08',4537,389,'2005-07-08 01:21:08',1,'2006-02-15 21:30:53'),(3528,'2005-07-06 01:13:27',1954,201,'2005-07-06 23:45:27',2,'2006-02-15 21:30:53'),(3529,'2005-07-06 01:15:26',4316,350,'2005-07-07 04:28:26',1,'2006-02-15 21:30:53'),(3530,'2005-07-06 01:22:45',4542,168,'2005-07-10 03:23:45',1,'2006-02-15 21:30:53'),(3531,'2005-07-06 01:24:08',1890,165,'2005-07-11 22:00:08',2,'2006-02-15 21:30:53'),(3532,'2005-07-06 01:24:38',2635,274,'2005-07-11 06:42:38',2,'2006-02-15 21:30:53'),(3533,'2005-07-06 01:26:44',2028,206,'2005-07-14 21:37:44',1,'2006-02-15 21:30:53'),(3534,'2005-07-06 01:32:27',2055,283,'2005-07-08 23:14:27',1,'2006-02-15 21:30:53'),(3535,'2005-07-06 01:32:46',4214,65,'2005-07-11 03:15:46',1,'2006-02-15 21:30:53'),(3536,'2005-07-06 01:36:11',2328,339,'2005-07-12 20:00:11',2,'2006-02-15 21:30:53'),(3537,'2005-07-06 01:36:53',4220,479,'2005-07-13 07:01:53',2,'2006-02-15 21:30:53'),(3538,'2005-07-06 01:37:07',4361,228,'2005-07-11 06:02:07',2,'2006-02-15 21:30:53'),(3539,'2005-07-06 01:39:08',4081,444,'2005-07-07 05:38:08',1,'2006-02-15 21:30:53'),(3540,'2005-07-06 01:47:20',1295,97,'2005-07-08 23:48:20',2,'2006-02-15 21:30:53'),(3541,'2005-07-06 01:50:11',1204,501,'2005-07-12 03:24:11',1,'2006-02-15 21:30:53'),(3542,'2005-07-06 01:51:42',4391,593,'2005-07-11 03:29:42',1,'2006-02-15 21:30:53'),(3543,'2005-07-06 02:01:08',3997,394,'2005-07-07 03:14:08',1,'2006-02-15 21:30:53'),(3544,'2005-07-06 02:06:32',3098,115,'2005-07-09 04:35:32',2,'2006-02-15 21:30:53'),(3545,'2005-07-06 02:16:17',3924,442,'2005-07-11 00:54:17',1,'2006-02-15 21:30:53'),(3546,'2005-07-06 02:17:54',959,594,'2005-07-07 00:19:54',1,'2006-02-15 21:30:53'),(3547,'2005-07-06 02:18:06',2730,239,'2005-07-08 05:24:06',1,'2006-02-15 21:30:53'),(3548,'2005-07-06 02:23:39',4498,16,'2005-07-08 07:53:39',2,'2006-02-15 21:30:53'),(3549,'2005-07-06 02:24:55',3921,19,'2005-07-06 21:40:55',2,'2006-02-15 21:30:53'),(3550,'2005-07-06 02:29:21',2417,15,'2005-07-13 05:26:21',2,'2006-02-15 21:30:53'),(3551,'2005-07-06 02:33:48',3602,111,'2005-07-13 04:38:48',1,'2006-02-15 21:30:53'),(3552,'2005-07-06 02:34:09',1099,239,'2005-07-12 05:31:09',1,'2006-02-15 21:30:53'),(3553,'2005-07-06 02:35:41',4510,422,'2005-07-08 06:38:41',2,'2006-02-15 21:30:53'),(3554,'2005-07-06 02:37:10',793,538,'2005-07-09 01:58:10',1,'2006-02-15 21:30:53'),(3555,'2005-07-06 02:45:35',869,537,'2005-07-10 07:17:35',1,'2006-02-15 21:30:53'),(3556,'2005-07-06 02:46:13',3142,273,'2005-07-06 22:08:13',1,'2006-02-15 21:30:53'),(3557,'2005-07-06 02:48:39',3832,292,'2005-07-08 22:52:39',2,'2006-02-15 21:30:53'),(3558,'2005-07-06 02:49:06',1742,575,'2005-07-15 01:38:06',2,'2006-02-15 21:30:53'),(3559,'2005-07-06 02:49:42',2211,483,'2005-07-12 04:44:42',1,'2006-02-15 21:30:53'),(3560,'2005-07-06 02:51:37',888,592,'2005-07-10 01:35:37',2,'2006-02-15 21:30:53'),(3561,'2005-07-06 02:54:33',213,231,'2005-07-14 07:44:33',2,'2006-02-15 21:30:53'),(3562,'2005-07-06 02:54:36',1660,587,'2005-07-11 05:48:36',1,'2006-02-15 21:30:53'),(3563,'2005-07-06 02:57:01',4261,210,'2005-07-14 02:25:01',2,'2006-02-15 21:30:53'),(3564,'2005-07-06 03:02:13',1096,402,'2005-07-13 01:41:13',2,'2006-02-15 21:30:53'),(3565,'2005-07-06 03:02:58',599,97,'2005-07-13 21:31:58',2,'2006-02-15 21:30:53'),(3566,'2005-07-06 03:08:51',2774,392,'2005-07-12 05:04:51',1,'2006-02-15 21:30:53'),(3567,'2005-07-06 03:09:36',27,355,'2005-07-12 02:15:36',1,'2006-02-15 21:30:53'),(3568,'2005-07-06 03:11:57',2084,283,'2005-07-15 03:14:57',1,'2006-02-15 21:30:53'),(3569,'2005-07-06 03:17:23',1929,496,'2005-07-14 03:58:23',1,'2006-02-15 21:30:53'),(3570,'2005-07-06 03:23:43',1300,450,'2005-07-14 07:28:43',2,'2006-02-15 21:30:53'),(3571,'2005-07-06 03:32:31',4166,580,'2005-07-11 06:15:31',1,'2006-02-15 21:30:53'),(3572,'2005-07-06 03:33:23',1915,284,'2005-07-08 07:54:23',1,'2006-02-15 21:30:53'),(3573,'2005-07-06 03:33:48',146,66,'2005-07-07 22:39:48',1,'2006-02-15 21:30:53'),(3574,'2005-07-06 03:36:01',2799,225,'2005-07-10 01:29:01',2,'2006-02-15 21:30:53'),(3575,'2005-07-06 03:36:19',3234,49,'2005-07-08 06:21:19',1,'2006-02-15 21:30:53'),(3576,'2005-07-06 03:40:01',324,227,'2005-07-15 07:22:01',1,'2006-02-15 21:30:53'),(3577,'2005-07-06 03:40:36',4390,152,'2005-07-10 05:54:36',2,'2006-02-15 21:30:53'),(3578,'2005-07-06 03:47:05',2954,263,'2005-07-08 02:26:05',1,'2006-02-15 21:30:53'),(3579,'2005-07-06 03:47:47',3309,485,'2005-07-08 02:16:47',2,'2006-02-15 21:30:53'),(3580,'2005-07-06 03:48:44',3837,200,'2005-07-13 01:15:44',2,'2006-02-15 21:30:53'),(3581,'2005-07-06 03:57:35',4520,235,'2005-07-07 08:07:35',2,'2006-02-15 21:30:53'),(3582,'2005-07-06 04:10:35',1866,297,'2005-07-11 01:29:35',2,'2006-02-15 21:30:53'),(3583,'2005-07-06 04:10:43',204,574,'2005-07-14 22:17:43',2,'2006-02-15 21:30:53'),(3584,'2005-07-06 04:16:43',367,207,'2005-07-13 07:08:43',1,'2006-02-15 21:30:53'),(3585,'2005-07-06 04:22:36',2726,266,'2005-07-09 06:16:36',2,'2006-02-15 21:30:53'),(3586,'2005-07-06 04:24:42',616,493,'2005-07-09 02:37:42',1,'2006-02-15 21:30:53'),(3587,'2005-07-06 04:27:52',462,110,'2005-07-13 08:19:52',1,'2006-02-15 21:30:53'),(3588,'2005-07-06 04:29:13',3154,289,'2005-07-07 23:49:13',1,'2006-02-15 21:30:53'),(3589,'2005-07-06 04:30:18',3740,137,'2005-07-10 09:18:18',1,'2006-02-15 21:30:53'),(3590,'2005-07-06 04:35:12',1510,283,'2005-07-10 05:14:12',2,'2006-02-15 21:30:53'),(3591,'2005-07-06 04:37:10',1241,53,'2005-07-09 23:32:10',1,'2006-02-15 21:30:53'),(3592,'2005-07-06 04:38:50',1272,286,'2005-07-15 06:36:50',2,'2006-02-15 21:30:53'),(3593,'2005-07-06 04:39:52',619,78,'2005-07-11 23:20:52',2,'2006-02-15 21:30:53'),(3594,'2005-07-06 04:42:47',4566,522,'2005-07-10 00:49:47',1,'2006-02-15 21:30:53'),(3595,'2005-07-06 04:59:49',1431,92,'2005-07-15 06:26:49',2,'2006-02-15 21:30:53'),(3596,'2005-07-06 05:03:11',594,419,'2005-07-07 05:30:11',2,'2006-02-15 21:30:53'),(3597,'2005-07-06 05:03:59',4080,35,'2005-07-13 06:49:59',2,'2006-02-15 21:30:53'),(3598,'2005-07-06 05:11:04',1317,68,'2005-07-09 02:03:04',2,'2006-02-15 21:30:53'),(3599,'2005-07-06 05:16:36',3262,577,'2005-07-13 07:14:36',2,'2006-02-15 21:30:53'),(3600,'2005-07-06 05:19:42',2748,511,'2005-07-11 00:34:42',2,'2006-02-15 21:30:53'),(3601,'2005-07-06 05:20:25',2806,205,'2005-07-15 03:13:25',1,'2006-02-15 21:30:53'),(3602,'2005-07-06 05:23:10',2192,100,'2005-07-15 03:22:10',2,'2006-02-15 21:30:53'),(3603,'2005-07-06 05:25:03',2442,330,'2005-07-12 08:14:03',1,'2006-02-15 21:30:53'),(3604,'2005-07-06 05:25:22',1380,242,'2005-07-07 23:52:22',1,'2006-02-15 21:30:53'),(3605,'2005-07-06 05:27:15',384,347,'2005-07-10 00:05:15',2,'2006-02-15 21:30:53'),(3606,'2005-07-06 05:28:02',1737,166,'2005-07-10 04:51:02',1,'2006-02-15 21:30:53'),(3607,'2005-07-06 05:30:09',542,335,'2005-07-08 01:36:09',2,'2006-02-15 21:30:53'),(3608,'2005-07-06 05:35:39',3095,368,'2005-07-10 07:46:39',2,'2006-02-15 21:30:53'),(3609,'2005-07-06 05:36:22',1064,373,'2005-07-10 05:55:22',1,'2006-02-15 21:30:53'),(3610,'2005-07-06 05:36:59',1509,348,'2005-07-13 07:07:59',1,'2006-02-15 21:30:53'),(3611,'2005-07-06 05:37:18',4502,86,'2005-07-10 05:14:18',1,'2006-02-15 21:30:53'),(3612,'2005-07-06 05:37:26',2465,402,'2005-07-14 01:51:26',1,'2006-02-15 21:30:53'),(3613,'2005-07-06 05:45:53',3776,331,'2005-07-07 10:02:53',1,'2006-02-15 21:30:53'),(3614,'2005-07-06 05:46:05',853,502,'2005-07-11 01:24:05',2,'2006-02-15 21:30:53'),(3615,'2005-07-06 05:47:47',711,49,'2005-07-11 05:01:47',1,'2006-02-15 21:30:53'),(3616,'2005-07-06 05:52:13',557,571,'2005-07-10 10:24:13',1,'2006-02-15 21:30:53'),(3617,'2005-07-06 05:58:06',1337,125,'2005-07-13 02:10:06',1,'2006-02-15 21:30:53'),(3618,'2005-07-06 05:58:45',330,264,'2005-07-15 09:13:45',2,'2006-02-15 21:30:53'),(3619,'2005-07-06 05:59:44',3350,526,'2005-07-11 08:58:44',2,'2006-02-15 21:30:53'),(3620,'2005-07-06 06:01:50',1661,88,'2005-07-08 05:04:50',1,'2006-02-15 21:30:53'),(3621,'2005-07-06 06:03:55',3132,171,'2005-07-11 09:25:55',2,'2006-02-15 21:30:53'),(3622,'2005-07-06 06:05:04',3489,454,'2005-07-12 03:14:04',2,'2006-02-15 21:30:53'),(3623,'2005-07-06 06:05:23',430,80,'2005-07-07 05:59:23',1,'2006-02-15 21:30:53'),(3624,'2005-07-06 06:06:27',1778,115,'2005-07-13 08:30:27',2,'2006-02-15 21:30:53'),(3625,'2005-07-06 06:12:52',1133,175,'2005-07-12 07:37:52',1,'2006-02-15 21:30:53'),(3626,'2005-07-06 06:15:35',1599,337,'2005-07-10 10:18:35',2,'2006-02-15 21:30:53'),(3627,'2005-07-06 06:19:25',1087,322,'2005-07-11 05:53:25',1,'2006-02-15 21:30:53'),(3628,'2005-07-06 06:19:43',3509,588,'2005-07-07 02:23:43',1,'2006-02-15 21:30:53'),(3629,'2005-07-06 06:23:22',4019,441,'2005-07-08 09:32:22',2,'2006-02-15 21:30:53'),(3630,'2005-07-06 06:27:15',2448,102,'2005-07-12 10:36:15',1,'2006-02-15 21:30:53'),(3631,'2005-07-06 06:36:53',4068,47,'2005-07-07 10:32:53',1,'2006-02-15 21:30:53'),(3632,'2005-07-06 06:38:21',2583,366,'2005-07-11 03:19:21',1,'2006-02-15 21:30:53'),(3633,'2005-07-06 06:43:26',2978,95,'2005-07-10 04:54:26',1,'2006-02-15 21:30:53'),(3634,'2005-07-06 06:51:14',3688,245,'2005-07-10 02:30:14',1,'2006-02-15 21:30:53'),(3635,'2005-07-06 06:55:36',421,250,'2005-07-09 07:57:36',2,'2006-02-15 21:30:53'),(3636,'2005-07-06 07:03:52',3379,591,'2005-07-08 03:14:52',2,'2006-02-15 21:30:53'),(3637,'2005-07-06 07:06:31',3823,380,'2005-07-10 02:11:31',2,'2006-02-15 21:30:53'),(3638,'2005-07-06 07:08:17',190,452,'2005-07-13 12:30:17',1,'2006-02-15 21:30:53'),(3639,'2005-07-06 07:09:17',2812,7,'2005-07-15 05:12:17',2,'2006-02-15 21:30:53'),(3640,'2005-07-06 07:12:26',3432,271,'2005-07-10 04:54:26',2,'2006-02-15 21:30:53'),(3641,'2005-07-06 07:17:09',3834,79,'2005-07-11 07:25:09',1,'2006-02-15 21:30:53'),(3642,'2005-07-06 07:18:20',4204,166,'2005-07-09 01:37:20',1,'2006-02-15 21:30:53'),(3643,'2005-07-06 07:20:08',845,176,'2005-07-11 07:01:08',1,'2006-02-15 21:30:53'),(3644,'2005-07-06 07:20:11',4309,403,'2005-07-11 10:26:11',2,'2006-02-15 21:30:53'),(3645,'2005-07-06 07:22:09',3390,236,'2005-07-10 11:45:09',1,'2006-02-15 21:30:53'),(3646,'2005-07-06 07:28:59',3591,322,'2005-07-11 05:19:59',1,'2006-02-15 21:30:53'),(3647,'2005-07-06 07:29:17',3762,145,'2005-07-13 08:32:17',1,'2006-02-15 21:30:53'),(3648,'2005-07-06 07:30:41',2810,598,'2005-07-10 06:00:41',2,'2006-02-15 21:30:53'),(3649,'2005-07-06 07:32:42',3564,24,'2005-07-12 09:37:42',1,'2006-02-15 21:30:53'),(3650,'2005-07-06 07:34:15',3606,482,'2005-07-08 01:50:15',2,'2006-02-15 21:30:53'),(3651,'2005-07-06 07:40:31',3323,170,'2005-07-08 03:39:31',2,'2006-02-15 21:30:53'),(3652,'2005-07-06 07:44:30',1231,518,'2005-07-08 04:41:30',1,'2006-02-15 21:30:53'),(3653,'2005-07-06 07:45:13',2513,148,'2005-07-10 11:51:13',2,'2006-02-15 21:30:53'),(3654,'2005-07-06 07:45:31',1621,528,'2005-07-12 09:59:31',2,'2006-02-15 21:30:53'),(3655,'2005-07-06 07:52:54',1540,493,'2005-07-15 10:49:54',2,'2006-02-15 21:30:53'),(3656,'2005-07-06 07:55:22',4544,314,'2005-07-13 10:36:22',2,'2006-02-15 21:30:53'),(3657,'2005-07-06 07:55:30',4134,113,'2005-07-11 07:18:30',1,'2006-02-15 21:30:53'),(3658,'2005-07-06 08:01:08',3453,253,'2005-07-15 06:36:08',1,'2006-02-15 21:30:53'),(3659,'2005-07-06 08:03:14',2271,330,'2005-07-12 09:50:14',1,'2006-02-15 21:30:53'),(3660,'2005-07-06 08:07:29',1129,507,'2005-07-14 08:46:29',1,'2006-02-15 21:30:53'),(3661,'2005-07-06 08:10:02',2600,442,'2005-07-10 10:17:02',1,'2006-02-15 21:30:53'),(3662,'2005-07-06 08:11:48',3827,334,'2005-07-09 12:25:48',2,'2006-02-15 21:30:53'),(3663,'2005-07-06 08:15:47',2646,566,'2005-07-07 08:57:47',1,'2006-02-15 21:30:53'),(3664,'2005-07-06 08:15:57',3366,528,'2005-07-08 06:11:57',1,'2006-02-15 21:30:53'),(3665,'2005-07-06 08:23:08',922,102,'2005-07-13 13:38:08',2,'2006-02-15 21:30:53'),(3666,'2005-07-06 08:27:43',4212,347,'2005-07-09 07:37:43',2,'2006-02-15 21:30:53'),(3667,'2005-07-06 08:36:34',447,373,'2005-07-15 04:25:34',2,'2006-02-15 21:30:53'),(3668,'2005-07-06 08:36:48',269,514,'2005-07-10 11:31:48',1,'2006-02-15 21:30:53'),(3669,'2005-07-06 08:38:29',1299,530,'2005-07-10 05:28:29',1,'2006-02-15 21:30:53'),(3670,'2005-07-06 08:56:43',4271,268,'2005-07-11 09:11:43',1,'2006-02-15 21:30:53'),(3671,'2005-07-06 09:01:29',2821,179,'2005-07-15 08:08:29',1,'2006-02-15 21:30:53'),(3672,'2005-07-06 09:01:56',3883,283,'2005-07-11 14:18:56',1,'2006-02-15 21:30:53'),(3673,'2005-07-06 09:02:09',1837,88,'2005-07-15 06:45:09',2,'2006-02-15 21:30:53'),(3674,'2005-07-06 09:03:13',3686,559,'2005-07-13 08:43:13',1,'2006-02-15 21:30:53'),(3675,'2005-07-06 09:09:19',3662,282,'2005-07-12 08:51:19',1,'2006-02-15 21:30:53'),(3676,'2005-07-06 09:10:37',1967,137,'2005-07-14 08:24:37',1,'2006-02-15 21:30:53'),(3677,'2005-07-06 09:11:58',600,5,'2005-07-08 10:50:58',2,'2006-02-15 21:30:53'),(3678,'2005-07-06 09:15:15',3861,364,'2005-07-10 05:01:15',1,'2006-02-15 21:30:53'),(3679,'2005-07-06 09:15:57',2186,547,'2005-07-08 03:20:57',1,'2006-02-15 21:30:53'),(3680,'2005-07-06 09:16:10',2427,82,'2005-07-08 07:52:10',2,'2006-02-15 21:30:53'),(3681,'2005-07-06 09:19:30',3325,294,'2005-07-11 09:40:30',1,'2006-02-15 21:30:53'),(3682,'2005-07-06 09:22:48',2597,98,'2005-07-14 11:17:48',2,'2006-02-15 21:30:53'),(3683,'2005-07-06 09:25:56',3020,43,'2005-07-14 12:10:56',1,'2006-02-15 21:30:53'),(3684,'2005-07-06 09:29:22',3261,395,'2005-07-12 08:19:22',1,'2006-02-15 21:30:53'),(3685,'2005-07-06 09:30:45',2015,58,'2005-07-11 15:16:45',2,'2006-02-15 21:30:53'),(3686,'2005-07-06 09:37:50',376,548,'2005-07-09 10:15:50',2,'2006-02-15 21:30:53'),(3687,'2005-07-06 09:38:33',2040,207,'2005-07-14 07:50:33',1,'2006-02-15 21:30:53'),(3688,'2005-07-06 09:41:53',1102,380,'2005-07-14 10:30:53',2,'2006-02-15 21:30:53'),(3689,'2005-07-06 09:43:01',3168,129,'2005-07-11 09:57:01',1,'2006-02-15 21:30:53'),(3690,'2005-07-06 09:46:03',4405,435,'2005-07-07 12:12:03',1,'2006-02-15 21:30:53'),(3691,'2005-07-06 09:46:12',1937,478,'2005-07-07 14:08:12',1,'2006-02-15 21:30:53'),(3692,'2005-07-06 09:54:12',1237,286,'2005-07-11 09:42:12',2,'2006-02-15 21:30:53'),(3693,'2005-07-06 09:56:09',2989,545,'2005-07-15 06:50:09',2,'2006-02-15 21:30:53'),(3694,'2005-07-06 10:01:23',3848,419,'2005-07-08 11:44:23',2,'2006-02-15 21:30:53'),(3695,'2005-07-06 10:02:08',2823,441,'2005-07-09 15:43:08',1,'2006-02-15 21:30:53'),(3696,'2005-07-06 10:04:55',3244,497,'2005-07-11 15:58:55',2,'2006-02-15 21:30:53'),(3697,'2005-07-06 10:07:22',1223,182,'2005-07-13 14:04:22',2,'2006-02-15 21:30:53'),(3698,'2005-07-06 10:09:20',1263,461,'2005-07-08 15:49:20',1,'2006-02-15 21:30:53'),(3699,'2005-07-06 10:11:25',418,262,'2005-07-14 05:18:25',1,'2006-02-15 21:30:53'),(3700,'2005-07-06 10:12:19',343,72,'2005-07-07 14:21:19',2,'2006-02-15 21:30:53'),(3701,'2005-07-06 10:12:45',3679,31,'2005-07-09 08:52:45',1,'2006-02-15 21:30:53'),(3702,'2005-07-06 10:13:56',2204,428,'2005-07-10 08:12:56',1,'2006-02-15 21:30:53'),(3703,'2005-07-06 10:15:26',4276,421,'2005-07-13 13:00:26',1,'2006-02-15 21:30:53'),(3704,'2005-07-06 10:16:45',2687,323,'2005-07-13 12:44:45',2,'2006-02-15 21:30:53'),(3705,'2005-07-06 10:17:59',65,223,'2005-07-10 15:31:59',1,'2006-02-15 21:30:53'),(3706,'2005-07-06 10:18:01',681,132,'2005-07-09 09:07:01',2,'2006-02-15 21:30:53'),(3707,'2005-07-06 10:21:49',1080,14,'2005-07-12 05:14:49',2,'2006-02-15 21:30:53'),(3708,'2005-07-06 10:23:27',2105,201,'2005-07-14 09:26:27',1,'2006-02-15 21:30:53'),(3709,'2005-07-06 10:26:56',4033,187,'2005-07-15 13:51:56',2,'2006-02-15 21:30:53'),(3710,'2005-07-06 10:28:53',2596,228,'2005-07-15 06:17:53',2,'2006-02-15 21:30:53'),(3711,'2005-07-06 10:46:15',1914,75,'2005-07-07 09:25:15',2,'2006-02-15 21:30:53'),(3712,'2005-07-06 10:47:35',3741,504,'2005-07-15 09:39:35',1,'2006-02-15 21:30:53'),(3713,'2005-07-06 10:49:30',1823,504,'2005-07-13 10:44:30',1,'2006-02-15 21:30:53'),(3714,'2005-07-06 10:51:28',1985,276,'2005-07-09 13:57:28',2,'2006-02-15 21:30:53'),(3715,'2005-07-06 10:51:48',4456,228,'2005-07-11 06:08:48',1,'2006-02-15 21:30:53'),(3716,'2005-07-06 10:52:32',3271,92,'2005-07-14 08:45:32',2,'2006-02-15 21:30:53'),(3717,'2005-07-06 10:53:34',1677,173,'2005-07-07 13:43:34',2,'2006-02-15 21:30:53'),(3718,'2005-07-06 10:57:56',2624,56,'2005-07-12 12:54:56',1,'2006-02-15 21:30:53'),(3719,'2005-07-06 11:05:55',3573,376,'2005-07-11 08:10:55',2,'2006-02-15 21:30:53'),(3720,'2005-07-06 11:06:57',2958,96,'2005-07-09 14:16:57',1,'2006-02-15 21:30:53'),(3721,'2005-07-06 11:10:09',2654,226,'2005-07-11 07:45:09',2,'2006-02-15 21:30:53'),(3722,'2005-07-06 11:10:27',604,83,'2005-07-13 12:56:27',2,'2006-02-15 21:30:53'),(3723,'2005-07-06 11:12:02',4554,501,'2005-07-14 16:45:02',2,'2006-02-15 21:30:53'),(3724,'2005-07-06 11:12:48',3622,468,'2005-07-14 14:41:48',1,'2006-02-15 21:30:53'),(3725,'2005-07-06 11:15:04',2789,126,'2005-07-09 06:39:04',1,'2006-02-15 21:30:53'),(3726,'2005-07-06 11:15:49',742,363,'2005-07-11 05:54:49',2,'2006-02-15 21:30:53'),(3727,'2005-07-06 11:16:43',2886,57,'2005-07-07 15:39:43',1,'2006-02-15 21:30:53'),(3728,'2005-07-06 11:29:00',1798,298,'2005-07-11 06:28:00',1,'2006-02-15 21:30:53'),(3729,'2005-07-06 11:30:29',3156,90,'2005-07-12 07:18:29',1,'2006-02-15 21:30:53'),(3730,'2005-07-06 11:31:24',1665,355,'2005-07-15 06:53:24',1,'2006-02-15 21:30:53'),(3731,'2005-07-06 11:33:36',4133,558,'2005-07-15 12:23:36',2,'2006-02-15 21:30:53'),(3732,'2005-07-06 11:33:37',106,318,'2005-07-08 08:31:37',1,'2006-02-15 21:30:53'),(3733,'2005-07-06 11:33:55',3242,586,'2005-07-09 10:08:55',2,'2006-02-15 21:30:53'),(3734,'2005-07-06 11:40:27',4569,37,'2005-07-14 12:08:27',1,'2006-02-15 21:30:53'),(3735,'2005-07-06 11:42:04',2262,534,'2005-07-12 14:33:04',2,'2006-02-15 21:30:53'),(3736,'2005-07-06 11:43:44',1515,23,'2005-07-13 07:55:44',2,'2006-02-15 21:30:53'),(3737,'2005-07-06 11:45:53',123,403,'2005-07-13 15:27:53',1,'2006-02-15 21:30:53'),(3738,'2005-07-06 11:50:57',578,546,'2005-07-09 08:07:57',1,'2006-02-15 21:30:53'),(3739,'2005-07-06 11:54:18',4333,157,'2005-07-09 10:48:18',1,'2006-02-15 21:30:53'),(3740,'2005-07-06 11:55:35',1829,277,'2005-07-14 09:44:35',2,'2006-02-15 21:30:53'),(3741,'2005-07-06 12:00:18',1449,584,'2005-07-12 09:02:18',2,'2006-02-15 21:30:53'),(3742,'2005-07-06 12:01:38',2873,96,'2005-07-15 10:46:38',1,'2006-02-15 21:30:53'),(3743,'2005-07-06 12:03:54',1012,456,'2005-07-13 10:56:54',2,'2006-02-15 21:30:53'),(3744,'2005-07-06 12:10:02',3343,510,'2005-07-08 11:49:02',2,'2006-02-15 21:30:53'),(3745,'2005-07-06 12:10:32',1518,171,'2005-07-12 15:20:32',1,'2006-02-15 21:30:53'),(3746,'2005-07-06 12:10:51',3387,424,'2005-07-07 11:36:51',2,'2006-02-15 21:30:53'),(3747,'2005-07-06 12:11:14',1093,437,'2005-07-09 17:14:14',2,'2006-02-15 21:30:53'),(3748,'2005-07-06 12:11:22',2920,79,'2005-07-12 07:22:22',1,'2006-02-15 21:30:53'),(3749,'2005-07-06 12:18:03',1531,170,'2005-07-11 07:25:03',1,'2006-02-15 21:30:53'),(3750,'2005-07-06 12:19:28',2422,103,'2005-07-14 13:16:28',2,'2006-02-15 21:30:53'),(3751,'2005-07-06 12:23:41',3652,128,'2005-07-10 06:58:41',1,'2006-02-15 21:30:53'),(3752,'2005-07-06 12:30:12',4561,235,'2005-07-13 12:13:12',1,'2006-02-15 21:30:53'),(3753,'2005-07-06 12:34:06',774,358,'2005-07-07 14:19:06',2,'2006-02-15 21:30:53'),(3754,'2005-07-06 12:35:44',4042,83,'2005-07-08 16:28:44',1,'2006-02-15 21:30:53'),(3755,'2005-07-06 12:37:16',3147,402,'2005-07-13 07:22:16',1,'2006-02-15 21:30:53'),(3756,'2005-07-06 12:40:38',30,320,'2005-07-11 09:29:38',1,'2006-02-15 21:30:53'),(3757,'2005-07-06 12:42:26',2816,66,'2005-07-11 10:30:26',1,'2006-02-15 21:30:53'),(3758,'2005-07-06 12:43:11',2498,48,'2005-07-14 12:52:11',2,'2006-02-15 21:30:53'),(3759,'2005-07-06 12:46:38',4165,378,'2005-07-10 11:31:38',1,'2006-02-15 21:30:53'),(3760,'2005-07-06 12:49:28',1306,330,'2005-07-09 16:29:28',1,'2006-02-15 21:30:53'),(3761,'2005-07-06 12:52:44',4304,464,'2005-07-08 17:22:44',1,'2006-02-15 21:30:53'),(3762,'2005-07-06 12:52:49',1941,413,'2005-07-12 11:41:49',1,'2006-02-15 21:30:53'),(3763,'2005-07-06 12:56:31',1573,189,'2005-07-09 14:49:31',1,'2006-02-15 21:30:53'),(3764,'2005-07-06 13:01:03',3115,470,'2005-07-13 15:26:03',1,'2006-02-15 21:30:53'),(3765,'2005-07-06 13:01:47',1805,547,'2005-07-09 07:10:47',1,'2006-02-15 21:30:53'),(3766,'2005-07-06 13:04:35',4504,312,'2005-07-07 15:46:35',1,'2006-02-15 21:30:53'),(3767,'2005-07-06 13:07:27',923,582,'2005-07-08 18:48:27',1,'2006-02-15 21:30:53'),(3768,'2005-07-06 13:07:30',3995,573,'2005-07-09 16:26:30',2,'2006-02-15 21:30:53'),(3769,'2005-07-06 13:11:33',467,567,'2005-07-14 17:54:33',2,'2006-02-15 21:30:53'),(3770,'2005-07-06 13:14:28',3836,198,'2005-07-13 09:23:28',1,'2006-02-15 21:30:53'),(3771,'2005-07-06 13:19:34',1373,56,'2005-07-10 10:27:34',2,'2006-02-15 21:30:53'),(3772,'2005-07-06 13:22:53',434,338,'2005-07-10 11:54:53',2,'2006-02-15 21:30:53'),(3773,'2005-07-06 13:23:34',2034,263,'2005-07-08 17:23:34',2,'2006-02-15 21:30:53'),(3774,'2005-07-06 13:25:07',4044,439,'2005-07-15 12:56:07',2,'2006-02-15 21:30:53'),(3775,'2005-07-06 13:27:33',3696,300,'2005-07-09 10:27:33',1,'2006-02-15 21:30:53'),(3776,'2005-07-06 13:31:37',4387,278,'2005-07-10 10:53:37',2,'2006-02-15 21:30:53'),(3777,'2005-07-06 13:36:48',2470,548,'2005-07-11 14:26:48',1,'2006-02-15 21:30:53'),(3778,'2005-07-06 13:44:48',2181,122,'2005-07-13 09:31:48',2,'2006-02-15 21:30:53'),(3779,'2005-07-06 13:46:36',634,583,'2005-07-10 15:49:36',2,'2006-02-15 21:30:53'),(3780,'2005-07-06 13:52:02',1209,99,'2005-07-15 08:41:02',2,'2006-02-15 21:30:53'),(3781,'2005-07-06 13:53:41',3894,23,'2005-07-15 10:03:41',1,'2006-02-15 21:30:53'),(3782,'2005-07-06 13:57:03',3365,515,'2005-07-09 11:13:03',2,'2006-02-15 21:30:53'),(3783,'2005-07-06 13:57:31',2345,386,'2005-07-14 10:44:31',2,'2006-02-15 21:30:53'),(3784,'2005-07-06 13:57:56',2287,165,'2005-07-14 17:24:56',2,'2006-02-15 21:30:53'),(3785,'2005-07-06 14:00:13',3279,577,'2005-07-14 10:13:13',2,'2006-02-15 21:30:53'),(3786,'2005-07-06 14:00:41',4508,152,'2005-07-13 16:49:41',1,'2006-02-15 21:30:53'),(3787,'2005-07-06 14:02:01',288,474,'2005-07-09 19:09:01',2,'2006-02-15 21:30:53'),(3788,'2005-07-06 14:02:02',1363,379,'2005-07-10 18:24:02',1,'2006-02-15 21:30:53'),(3789,'2005-07-06 14:02:26',3560,595,'2005-07-14 18:13:26',1,'2006-02-15 21:30:53'),(3790,'2005-07-06 14:13:45',1711,10,'2005-07-14 13:35:45',1,'2006-02-15 21:30:53'),(3791,'2005-07-06 14:24:56',3426,452,'2005-07-14 11:06:56',2,'2006-02-15 21:30:53'),(3792,'2005-07-06 14:26:38',2651,312,'2005-07-11 16:34:38',1,'2006-02-15 21:30:53'),(3793,'2005-07-06 14:32:44',4558,553,'2005-07-08 13:55:44',1,'2006-02-15 21:30:53'),(3794,'2005-07-06 14:35:26',584,499,'2005-07-11 14:40:26',2,'2006-02-15 21:30:53'),(3795,'2005-07-06 14:37:41',240,153,'2005-07-11 20:27:41',2,'2006-02-15 21:30:53'),(3796,'2005-07-06 14:45:22',1649,228,'2005-07-07 11:01:22',2,'2006-02-15 21:30:53'),(3797,'2005-07-06 14:54:52',1047,374,'2005-07-10 09:50:52',2,'2006-02-15 21:30:53'),(3798,'2005-07-06 14:57:53',1942,479,'2005-07-07 10:48:53',2,'2006-02-15 21:30:53'),(3799,'2005-07-06 15:00:14',4532,251,'2005-07-10 15:39:14',1,'2006-02-15 21:30:53'),(3800,'2005-07-06 15:01:27',4004,100,'2005-07-15 11:12:27',2,'2006-02-15 21:30:53'),(3801,'2005-07-06 15:05:50',4209,68,'2005-07-12 12:56:50',1,'2006-02-15 21:30:53'),(3802,'2005-07-06 15:06:09',1017,91,'2005-07-08 09:33:09',2,'2006-02-15 21:30:53'),(3803,'2005-07-06 15:06:55',2062,494,'2005-07-08 18:53:55',1,'2006-02-15 21:30:53'),(3804,'2005-07-06 15:08:08',537,126,'2005-07-15 14:01:08',2,'2006-02-15 21:30:53'),(3805,'2005-07-06 15:08:42',1716,418,'2005-07-07 14:34:42',1,'2006-02-15 21:30:53'),(3806,'2005-07-06 15:09:41',3555,154,'2005-07-14 09:14:41',2,'2006-02-15 21:30:53'),(3807,'2005-07-06 15:11:44',39,425,'2005-07-10 09:20:44',1,'2006-02-15 21:30:53'),(3808,'2005-07-06 15:15:35',4339,314,'2005-07-07 16:10:35',1,'2006-02-15 21:30:53'),(3809,'2005-07-06 15:16:37',2932,358,'2005-07-09 14:45:37',1,'2006-02-15 21:30:53'),(3810,'2005-07-06 15:18:44',342,296,'2005-07-12 09:52:44',2,'2006-02-15 21:30:53'),(3811,'2005-07-06 15:20:37',695,208,'2005-07-08 16:26:37',2,'2006-02-15 21:30:53'),(3812,'2005-07-06 15:22:19',4490,381,'2005-07-08 13:04:19',1,'2006-02-15 21:30:53'),(3813,'2005-07-06 15:23:34',4100,189,'2005-07-08 19:03:34',1,'2006-02-15 21:30:53'),(3814,'2005-07-06 15:23:56',3826,306,'2005-07-13 20:51:56',2,'2006-02-15 21:30:53'),(3815,'2005-07-06 15:26:36',4038,472,'2005-07-11 17:07:36',2,'2006-02-15 21:30:53'),(3816,'2005-07-06 15:27:04',2941,489,'2005-07-14 13:12:04',1,'2006-02-15 21:30:53'),(3817,'2005-07-06 15:31:45',2933,267,'2005-07-11 17:11:45',1,'2006-02-15 21:30:53'),(3818,'2005-07-06 15:33:31',653,97,'2005-07-11 16:35:31',1,'2006-02-15 21:30:53'),(3819,'2005-07-06 15:35:06',1814,74,'2005-07-14 19:08:06',1,'2006-02-15 21:30:53'),(3820,'2005-07-06 15:35:26',4192,460,'2005-07-11 12:22:26',2,'2006-02-15 21:30:53'),(3821,'2005-07-06 15:36:20',4385,354,'2005-07-11 20:04:20',1,'2006-02-15 21:30:53'),(3822,'2005-07-06 15:41:15',1314,241,'2005-07-07 16:41:15',1,'2006-02-15 21:30:53'),(3823,'2005-07-06 15:41:27',124,265,'2005-07-09 09:48:27',1,'2006-02-15 21:30:53'),(3824,'2005-07-06 15:43:15',3107,107,'2005-07-13 16:05:15',2,'2006-02-15 21:30:53'),(3825,'2005-07-06 15:50:03',630,132,'2005-07-09 19:20:03',1,'2006-02-15 21:30:53'),(3826,'2005-07-06 15:51:58',73,451,'2005-07-13 12:35:58',1,'2006-02-15 21:30:53'),(3827,'2005-07-06 15:52:03',2072,41,'2005-07-08 21:43:03',2,'2006-02-15 21:30:53'),(3828,'2005-07-06 15:57:30',4493,498,'2005-07-10 12:17:30',2,'2006-02-15 21:30:53'),(3829,'2005-07-06 15:59:40',4126,356,'2005-07-11 10:29:40',1,'2006-02-15 21:30:53'),(3830,'2005-07-06 16:01:16',553,310,'2005-07-15 19:35:16',2,'2006-02-15 21:30:53'),(3831,'2005-07-06 16:06:35',1338,206,'2005-07-08 15:14:35',2,'2006-02-15 21:30:53'),(3832,'2005-07-06 16:12:23',4499,233,'2005-07-12 21:29:23',1,'2006-02-15 21:30:53'),(3833,'2005-07-06 16:18:28',3232,416,'2005-07-14 20:09:28',2,'2006-02-15 21:30:53'),(3834,'2005-07-06 16:19:56',3001,366,'2005-07-13 11:38:56',2,'2006-02-15 21:30:53'),(3835,'2005-07-06 16:22:45',935,486,'2005-07-11 17:04:45',2,'2006-02-15 21:30:53'),(3836,'2005-07-06 16:26:04',1148,351,'2005-07-10 15:08:04',1,'2006-02-15 21:30:53'),(3837,'2005-07-06 16:27:43',3166,309,'2005-07-07 18:02:43',1,'2006-02-15 21:30:53'),(3838,'2005-07-06 16:29:43',3404,565,'2005-07-11 20:50:43',1,'2006-02-15 21:30:53'),(3839,'2005-07-06 16:30:30',3230,231,'2005-07-11 19:00:30',1,'2006-02-15 21:30:53'),(3840,'2005-07-06 16:30:59',4384,468,'2005-07-15 22:08:59',2,'2006-02-15 21:30:53'),(3841,'2005-07-06 16:34:00',4228,470,'2005-07-08 15:12:00',2,'2006-02-15 21:30:53'),(3842,'2005-07-06 16:34:32',3119,583,'2005-07-08 11:55:32',2,'2006-02-15 21:30:53'),(3843,'2005-07-06 16:35:40',3844,62,'2005-07-07 18:29:40',1,'2006-02-15 21:30:53'),(3844,'2005-07-06 16:37:58',2814,179,'2005-07-09 19:54:58',2,'2006-02-15 21:30:53'),(3845,'2005-07-06 16:38:14',4495,28,'2005-07-09 14:59:14',2,'2006-02-15 21:30:53'),(3846,'2005-07-06 16:43:10',2829,88,'2005-07-14 11:09:10',2,'2006-02-15 21:30:53'),(3847,'2005-07-06 16:44:41',782,206,'2005-07-07 21:54:41',2,'2006-02-15 21:30:53'),(3848,'2005-07-06 16:47:32',2906,188,'2005-07-14 15:00:32',1,'2006-02-15 21:30:53'),(3849,'2005-07-06 16:49:43',3660,60,'2005-07-12 17:20:43',1,'2006-02-15 21:30:53'),(3850,'2005-07-06 16:51:21',1700,103,'2005-07-12 13:58:21',1,'2006-02-15 21:30:53'),(3851,'2005-07-06 16:54:12',493,436,'2005-07-11 22:49:12',1,'2006-02-15 21:30:53'),(3852,'2005-07-06 16:57:49',3329,511,'2005-07-11 17:11:49',1,'2006-02-15 21:30:53'),(3853,'2005-07-06 16:59:20',1411,537,'2005-07-07 12:30:20',2,'2006-02-15 21:30:53'),(3854,'2005-07-06 17:02:33',2054,243,'2005-07-12 17:32:33',2,'2006-02-15 21:30:53'),(3855,'2005-07-06 17:03:48',2931,46,'2005-07-12 14:32:48',1,'2006-02-15 21:30:53'),(3856,'2005-07-06 17:04:46',3083,498,'2005-07-14 19:23:46',2,'2006-02-15 21:30:53'),(3857,'2005-07-06 17:07:54',1135,236,'2005-07-07 13:28:54',1,'2006-02-15 21:30:53'),(3858,'2005-07-06 17:17:57',829,377,'2005-07-10 23:10:57',2,'2006-02-15 21:30:53'),(3859,'2005-07-06 17:18:15',2548,553,'2005-07-09 16:48:15',1,'2006-02-15 21:30:53'),(3860,'2005-07-06 17:20:24',144,514,'2005-07-09 22:33:24',1,'2006-02-15 21:30:53'),(3861,'2005-07-06 17:24:49',4506,202,'2005-07-15 22:19:49',2,'2006-02-15 21:30:53'),(3862,'2005-07-06 17:35:22',471,181,'2005-07-15 17:13:22',1,'2006-02-15 21:30:53'),(3863,'2005-07-06 17:40:18',363,481,'2005-07-07 17:58:18',2,'2006-02-15 21:30:53'),(3864,'2005-07-06 17:41:42',2811,68,'2005-07-08 14:17:42',1,'2006-02-15 21:30:53'),(3865,'2005-07-06 17:46:57',3579,357,'2005-07-12 12:20:57',1,'2006-02-15 21:30:53'),(3866,'2005-07-06 17:47:20',194,409,'2005-07-15 18:12:20',1,'2006-02-15 21:30:53'),(3867,'2005-07-06 17:52:19',3620,580,'2005-07-13 21:48:19',1,'2006-02-15 21:30:53'),(3868,'2005-07-06 17:54:13',1606,416,'2005-07-10 14:51:13',1,'2006-02-15 21:30:53'),(3869,'2005-07-06 17:56:46',2540,183,'2005-07-10 20:44:46',1,'2006-02-15 21:30:53'),(3870,'2005-07-06 17:57:54',3357,12,'2005-07-13 12:30:54',1,'2006-02-15 21:30:53'),(3871,'2005-07-06 17:58:51',3114,331,'2005-07-15 22:18:51',2,'2006-02-15 21:30:53'),(3872,'2005-07-06 18:00:19',1785,513,'2005-07-07 17:26:19',1,'2006-02-15 21:30:53'),(3873,'2005-07-06 18:03:16',4148,394,'2005-07-15 23:58:16',2,'2006-02-15 21:30:53'),(3874,'2005-07-06 18:06:12',1870,137,'2005-07-12 16:55:12',1,'2006-02-15 21:30:53'),(3875,'2005-07-06 18:15:39',712,108,'2005-07-11 17:34:39',1,'2006-02-15 21:30:53'),(3876,'2005-07-06 18:21:13',4039,295,'2005-07-14 16:57:13',2,'2006-02-15 21:30:53'),(3877,'2005-07-06 18:22:10',2796,576,'2005-07-07 23:38:10',1,'2006-02-15 21:30:53'),(3878,'2005-07-06 18:27:09',4022,385,'2005-07-15 20:13:09',2,'2006-02-15 21:30:53'),(3879,'2005-07-06 18:31:20',1376,81,'2005-07-09 19:03:20',2,'2006-02-15 21:30:53'),(3880,'2005-07-06 18:32:49',42,507,'2005-07-07 20:46:49',2,'2006-02-15 21:30:53'),(3881,'2005-07-06 18:35:37',143,456,'2005-07-10 00:06:37',2,'2006-02-15 21:30:53'),(3882,'2005-07-06 18:38:21',788,254,'2005-07-09 14:55:21',1,'2006-02-15 21:30:53'),(3883,'2005-07-06 18:39:38',3238,69,'2005-07-14 15:59:38',2,'2006-02-15 21:30:53'),(3884,'2005-07-06 18:41:33',1806,210,'2005-07-07 22:06:33',1,'2006-02-15 21:30:53'),(3885,'2005-07-06 18:43:43',1820,282,'2005-07-12 19:48:43',2,'2006-02-15 21:30:53'),(3886,'2005-07-06 18:44:24',2368,326,'2005-07-08 15:11:24',1,'2006-02-15 21:30:53'),(3887,'2005-07-06 18:46:34',1695,530,'2005-07-07 13:15:34',1,'2006-02-15 21:30:53'),(3888,'2005-07-06 18:54:20',1945,412,'2005-07-12 17:13:20',2,'2006-02-15 21:30:53'),(3889,'2005-07-06 18:56:25',2005,576,'2005-07-08 21:22:25',2,'2006-02-15 21:30:53'),(3890,'2005-07-06 18:58:15',2570,553,'2005-07-10 18:51:15',1,'2006-02-15 21:30:53'),(3891,'2005-07-06 18:58:25',3216,553,'2005-07-09 23:20:25',2,'2006-02-15 21:30:53'),(3892,'2005-07-06 18:58:58',778,549,'2005-07-10 19:29:58',1,'2006-02-15 21:30:53'),(3893,'2005-07-06 18:59:31',1281,350,'2005-07-12 19:21:31',1,'2006-02-15 21:30:53'),(3894,'2005-07-06 19:01:39',2087,149,'2005-07-12 21:35:39',2,'2006-02-15 21:30:53'),(3895,'2005-07-06 19:04:24',145,584,'2005-07-15 17:48:24',2,'2006-02-15 21:30:53'),(3896,'2005-07-06 19:09:15',1755,309,'2005-07-16 00:52:15',2,'2006-02-15 21:30:53'),(3897,'2005-07-06 19:11:43',14,277,'2005-07-11 21:50:43',2,'2006-02-15 21:30:53'),(3898,'2005-07-06 19:12:37',3858,53,'2005-07-11 15:50:37',1,'2006-02-15 21:30:53'),(3899,'2005-07-06 19:12:40',4020,485,'2005-07-13 23:41:40',1,'2006-02-15 21:30:53'),(3900,'2005-07-06 19:21:28',1497,129,'2005-07-15 21:06:28',2,'2006-02-15 21:30:53'),(3901,'2005-07-06 19:24:55',3367,321,'2005-07-14 20:30:55',2,'2006-02-15 21:30:53'),(3902,'2005-07-06 19:25:18',2868,192,'2005-07-10 17:42:18',2,'2006-02-15 21:30:53'),(3903,'2005-07-06 19:27:32',3614,369,'2005-07-08 23:27:32',1,'2006-02-15 21:30:53'),(3904,'2005-07-06 19:30:57',3600,485,'2005-07-11 18:47:57',2,'2006-02-15 21:30:53'),(3905,'2005-07-06 19:33:34',3817,526,'2005-07-15 17:55:34',1,'2006-02-15 21:30:53'),(3906,'2005-07-06 19:35:55',1383,293,'2005-07-15 22:35:55',1,'2006-02-15 21:30:53'),(3907,'2005-07-06 19:39:14',2507,452,'2005-07-11 17:45:14',1,'2006-02-15 21:30:53'),(3908,'2005-07-06 19:47:26',3980,116,'2005-07-13 19:59:26',1,'2006-02-15 21:30:53'),(3909,'2005-07-06 19:54:41',3423,396,'2005-07-15 18:11:41',2,'2006-02-15 21:30:53'),(3910,'2005-07-06 20:05:18',2085,248,'2005-07-10 18:51:18',1,'2006-02-15 21:30:53'),(3911,'2005-07-06 20:09:11',4548,34,'2005-07-08 23:53:11',1,'2006-02-15 21:30:53'),(3912,'2005-07-06 20:10:03',2449,154,'2005-07-08 18:39:03',2,'2006-02-15 21:30:53'),(3913,'2005-07-06 20:11:00',752,494,'2005-07-08 14:42:00',1,'2006-02-15 21:30:53'),(3914,'2005-07-06 20:11:10',4092,159,'2005-07-14 14:42:10',2,'2006-02-15 21:30:53'),(3915,'2005-07-06 20:16:46',125,163,'2005-07-10 17:24:46',1,'2006-02-15 21:30:53'),(3916,'2005-07-06 20:18:50',3198,46,'2005-07-12 21:56:50',1,'2006-02-15 21:30:53'),(3917,'2005-07-06 20:19:29',2747,471,'2005-07-11 00:49:29',1,'2006-02-15 21:30:53'),(3918,'2005-07-06 20:26:15',1111,435,'2005-07-15 20:32:15',1,'2006-02-15 21:30:53'),(3919,'2005-07-06 20:26:21',2695,147,'2005-07-15 00:13:21',1,'2006-02-15 21:30:53'),(3920,'2005-07-06 20:26:40',1551,321,'2005-07-15 15:00:40',2,'2006-02-15 21:30:53'),(3921,'2005-07-06 20:29:48',949,531,'2005-07-14 01:44:48',1,'2006-02-15 21:30:53'),(3922,'2005-07-06 20:32:27',2878,470,'2005-07-14 19:00:27',1,'2006-02-15 21:30:53'),(3923,'2005-07-06 20:34:10',2039,63,'2005-07-13 19:20:10',1,'2006-02-15 21:30:53'),(3924,'2005-07-06 20:38:02',187,114,'2005-07-11 23:35:02',2,'2006-02-15 21:30:53'),(3925,'2005-07-06 20:41:44',2653,428,'2005-07-15 21:05:44',2,'2006-02-15 21:30:53'),(3926,'2005-07-06 20:42:35',4241,500,'2005-07-09 16:30:35',2,'2006-02-15 21:30:53'),(3927,'2005-07-06 20:48:14',2194,404,'2005-07-10 15:37:14',1,'2006-02-15 21:30:53'),(3928,'2005-07-06 20:52:09',1960,411,'2005-07-08 18:51:09',1,'2006-02-15 21:30:53'),(3929,'2005-07-06 20:52:39',1235,453,'2005-07-12 00:27:39',2,'2006-02-15 21:30:53'),(3930,'2005-07-06 20:54:07',165,573,'2005-07-10 18:31:07',1,'2006-02-15 21:30:53'),(3931,'2005-07-06 21:03:46',182,176,'2005-07-16 01:32:46',1,'2006-02-15 21:30:53'),(3932,'2005-07-06 21:06:17',4396,490,'2005-07-07 19:25:17',2,'2006-02-15 21:30:53'),(3933,'2005-07-06 21:06:37',1202,229,'2005-07-08 20:23:37',1,'2006-02-15 21:30:53'),(3934,'2005-07-06 21:07:23',3187,576,'2005-07-10 18:20:23',2,'2006-02-15 21:30:53'),(3935,'2005-07-06 21:08:29',3402,503,'2005-07-15 23:28:29',2,'2006-02-15 21:30:53'),(3936,'2005-07-06 21:15:03',4258,129,'2005-07-08 17:45:03',2,'2006-02-15 21:30:53'),(3937,'2005-07-06 21:15:38',2091,211,'2005-07-15 00:01:38',2,'2006-02-15 21:30:53'),(3938,'2005-07-06 21:15:45',1991,341,'2005-07-13 20:02:45',2,'2006-02-15 21:30:53'),(3939,'2005-07-06 21:16:32',3627,149,'2005-07-11 03:12:32',2,'2006-02-15 21:30:53'),(3940,'2005-07-06 21:16:59',1502,116,'2005-07-07 19:17:59',2,'2006-02-15 21:30:53'),(3941,'2005-07-06 21:20:37',382,560,'2005-07-09 01:35:37',2,'2006-02-15 21:30:53'),(3942,'2005-07-06 21:21:34',677,553,'2005-07-15 02:34:34',1,'2006-02-15 21:30:53'),(3943,'2005-07-06 21:22:17',1816,566,'2005-07-07 21:26:17',1,'2006-02-15 21:30:53'),(3944,'2005-07-06 21:34:11',4213,436,'2005-07-08 23:46:11',2,'2006-02-15 21:30:53'),(3945,'2005-07-06 21:35:00',754,86,'2005-07-08 00:31:00',2,'2006-02-15 21:30:53'),(3946,'2005-07-06 21:39:24',294,13,'2005-07-11 16:10:24',1,'2006-02-15 21:30:53'),(3947,'2005-07-06 21:42:21',4188,324,'2005-07-08 19:37:21',1,'2006-02-15 21:30:53'),(3948,'2005-07-06 21:45:53',2254,161,'2005-07-08 19:24:53',2,'2006-02-15 21:30:53'),(3949,'2005-07-06 21:46:36',1765,153,'2005-07-11 03:18:36',1,'2006-02-15 21:30:53'),(3950,'2005-07-06 21:48:44',4153,598,'2005-07-14 02:25:44',1,'2006-02-15 21:30:53'),(3951,'2005-07-06 21:50:41',2288,250,'2005-07-12 02:09:41',2,'2006-02-15 21:30:53'),(3952,'2005-07-06 21:51:31',1719,417,'2005-07-13 15:54:31',1,'2006-02-15 21:30:53'),(3953,'2005-07-06 21:54:55',3879,385,'2005-07-09 18:52:55',1,'2006-02-15 21:30:53'),(3954,'2005-07-06 21:57:44',4250,558,'2005-07-08 02:37:44',2,'2006-02-15 21:30:53'),(3955,'2005-07-06 21:58:08',2523,247,'2005-07-08 03:43:08',1,'2006-02-15 21:30:53'),(3956,'2005-07-06 22:01:51',15,147,'2005-07-12 21:35:51',2,'2006-02-15 21:30:53'),(3957,'2005-07-06 22:05:47',443,414,'2005-07-16 01:08:47',1,'2006-02-15 21:30:53'),(3958,'2005-07-06 22:07:33',4117,288,'2005-07-10 19:31:33',2,'2006-02-15 21:30:53'),(3959,'2005-07-06 22:07:58',40,448,'2005-07-13 02:30:58',1,'2006-02-15 21:30:53'),(3960,'2005-07-06 22:08:53',2090,594,'2005-07-07 23:21:53',2,'2006-02-15 21:30:53'),(3961,'2005-07-06 22:11:43',4320,364,'2005-07-09 03:14:43',1,'2006-02-15 21:30:53'),(3962,'2005-07-06 22:13:45',379,307,'2005-07-15 00:22:45',2,'2006-02-15 21:30:53'),(3963,'2005-07-06 22:19:17',3912,111,'2005-07-15 01:22:17',2,'2006-02-15 21:30:53'),(3964,'2005-07-06 22:23:02',1853,30,'2005-07-07 22:21:02',1,'2006-02-15 21:30:53'),(3965,'2005-07-06 22:36:20',2863,243,'2005-07-09 17:45:20',1,'2006-02-15 21:30:53'),(3966,'2005-07-06 22:38:49',556,495,'2005-07-07 23:33:49',1,'2006-02-15 21:30:53'),(3967,'2005-07-06 22:45:10',2510,31,'2005-07-09 23:54:10',2,'2006-02-15 21:30:53'),(3968,'2005-07-06 22:47:09',558,235,'2005-07-12 21:01:09',1,'2006-02-15 21:30:53'),(3969,'2005-07-06 22:47:59',383,587,'2005-07-08 02:11:59',1,'2006-02-15 21:30:53'),(3970,'2005-07-06 22:48:17',701,381,'2005-07-15 19:07:17',1,'2006-02-15 21:30:53'),(3971,'2005-07-06 22:50:40',4415,473,'2005-07-08 01:02:40',1,'2006-02-15 21:30:53'),(3972,'2005-07-06 22:53:57',1895,598,'2005-07-11 01:32:57',1,'2006-02-15 21:30:53'),(3973,'2005-07-06 22:58:31',2625,592,'2005-07-16 03:27:31',2,'2006-02-15 21:30:53'),(3974,'2005-07-06 22:59:16',4282,318,'2005-07-11 22:30:16',1,'2006-02-15 21:30:53'),(3975,'2005-07-06 23:00:09',4343,545,'2005-07-10 01:39:09',2,'2006-02-15 21:30:53'),(3976,'2005-07-06 23:00:20',2424,329,'2005-07-07 21:51:20',2,'2006-02-15 21:30:53'),(3977,'2005-07-06 23:00:49',1284,449,'2005-07-15 00:41:49',1,'2006-02-15 21:30:53'),(3978,'2005-07-06 23:04:33',4341,343,'2005-07-10 17:45:33',2,'2006-02-15 21:30:53'),(3979,'2005-07-06 23:04:35',794,550,'2005-07-13 01:38:35',2,'2006-02-15 21:30:53'),(3980,'2005-07-06 23:11:11',1845,475,'2005-07-14 18:22:11',1,'2006-02-15 21:30:53'),(3981,'2005-07-06 23:12:12',842,375,'2005-07-13 01:47:12',2,'2006-02-15 21:30:53'),(3982,'2005-07-06 23:14:16',4327,64,'2005-07-08 21:21:16',2,'2006-02-15 21:30:53'),(3983,'2005-07-06 23:14:21',1261,6,'2005-07-12 17:55:21',2,'2006-02-15 21:30:53'),(3984,'2005-07-06 23:22:36',2205,570,'2005-07-08 21:40:36',2,'2006-02-15 21:30:53'),(3985,'2005-07-06 23:24:03',2096,307,'2005-07-10 00:20:03',2,'2006-02-15 21:30:53'),(3986,'2005-07-06 23:25:13',3737,122,'2005-07-09 21:26:13',2,'2006-02-15 21:30:53'),(3987,'2005-07-06 23:28:24',3104,270,'2005-07-15 00:52:24',1,'2006-02-15 21:30:53'),(3988,'2005-07-06 23:30:42',2981,421,'2005-07-13 03:06:42',2,'2006-02-15 21:30:53'),(3989,'2005-07-06 23:30:54',2366,213,'2005-07-12 01:28:54',1,'2006-02-15 21:30:53'),(3990,'2005-07-06 23:32:44',2009,558,'2005-07-14 01:35:44',2,'2006-02-15 21:30:53'),(3991,'2005-07-06 23:33:41',587,583,'2005-07-16 01:31:41',1,'2006-02-15 21:30:53'),(3992,'2005-07-06 23:36:56',3219,448,'2005-07-15 03:13:56',1,'2006-02-15 21:30:53'),(3993,'2005-07-06 23:37:06',1061,525,'2005-07-14 19:31:06',1,'2006-02-15 21:30:53'),(3994,'2005-07-06 23:39:01',902,487,'2005-07-14 00:33:01',1,'2006-02-15 21:30:53'),(3995,'2005-07-06 23:43:03',3990,128,'2005-07-13 04:13:03',2,'2006-02-15 21:30:53'),(3996,'2005-07-06 23:46:43',2857,551,'2005-07-14 22:34:43',2,'2006-02-15 21:30:53'),(3997,'2005-07-06 23:46:52',3895,52,'2005-07-14 05:39:52',2,'2006-02-15 21:30:53'),(3998,'2005-07-06 23:49:20',1245,566,'2005-07-12 20:39:20',1,'2006-02-15 21:30:53'),(3999,'2005-07-06 23:50:54',707,390,'2005-07-09 22:09:54',1,'2006-02-15 21:30:53'),(4000,'2005-07-06 23:58:37',2122,95,'2005-07-08 21:43:37',1,'2006-02-15 21:30:53'),(4001,'2005-07-07 00:07:00',864,120,'2005-07-13 21:27:00',2,'2006-02-15 21:30:53'),(4002,'2005-07-07 00:08:18',2790,308,'2005-07-14 01:29:18',2,'2006-02-15 21:30:53'),(4003,'2005-07-07 00:09:02',4054,8,'2005-07-08 04:27:02',1,'2006-02-15 21:30:53'),(4004,'2005-07-07 00:20:51',667,574,'2005-07-11 18:55:51',2,'2006-02-15 21:30:53'),(4005,'2005-07-07 00:22:26',3677,190,'2005-07-15 04:34:26',2,'2006-02-15 21:30:53'),(4006,'2005-07-07 00:25:29',397,473,'2005-07-08 05:30:29',2,'2006-02-15 21:30:53'),(4007,'2005-07-07 00:26:05',2071,285,'2005-07-15 19:53:05',1,'2006-02-15 21:30:53'),(4008,'2005-07-07 00:26:43',1107,505,'2005-07-16 03:58:43',2,'2006-02-15 21:30:53'),(4009,'2005-07-07 00:28:55',3607,394,'2005-07-10 00:37:55',1,'2006-02-15 21:30:53'),(4010,'2005-07-07 00:47:00',4509,476,'2005-07-12 06:23:00',2,'2006-02-15 21:30:53'),(4011,'2005-07-07 00:48:25',2052,20,'2005-07-13 06:30:25',2,'2006-02-15 21:30:53'),(4012,'2005-07-07 00:56:09',1400,104,'2005-07-10 21:49:09',1,'2006-02-15 21:30:53'),(4013,'2005-07-07 00:58:00',2344,475,'2005-07-15 19:42:00',2,'2006-02-15 21:30:53'),(4014,'2005-07-07 00:58:54',583,510,'2005-07-12 02:40:54',1,'2006-02-15 21:30:53'),(4015,'2005-07-07 00:59:46',3032,233,'2005-07-14 03:16:46',2,'2006-02-15 21:30:53'),(4016,'2005-07-07 01:05:50',3318,335,'2005-07-09 05:59:50',1,'2006-02-15 21:30:53'),(4017,'2005-07-07 01:08:18',3117,595,'2005-07-09 01:47:18',2,'2006-02-15 21:30:53'),(4018,'2005-07-07 01:10:33',906,207,'2005-07-12 20:54:33',2,'2006-02-15 21:30:53'),(4019,'2005-07-07 01:27:44',3200,294,'2005-07-10 21:30:44',1,'2006-02-15 21:30:53'),(4020,'2005-07-07 01:42:22',3760,471,'2005-07-10 00:53:22',1,'2006-02-15 21:30:53'),(4021,'2005-07-07 01:46:44',1676,315,'2005-07-12 00:16:44',2,'2006-02-15 21:30:53'),(4022,'2005-07-07 01:50:06',3914,390,'2005-07-09 21:47:06',2,'2006-02-15 21:30:53'),(4023,'2005-07-07 01:55:25',274,573,'2005-07-08 02:43:25',2,'2006-02-15 21:30:53'),(4024,'2005-07-07 02:11:23',3976,448,'2005-07-11 02:00:23',1,'2006-02-15 21:30:53'),(4025,'2005-07-07 02:13:24',3908,114,'2005-07-08 00:47:24',1,'2006-02-15 21:30:53'),(4026,'2005-07-07 02:15:48',4142,251,'2005-07-14 04:15:48',2,'2006-02-15 21:30:53'),(4027,'2005-07-07 02:19:01',56,116,'2005-07-10 01:12:01',1,'2006-02-15 21:30:53'),(4028,'2005-07-07 02:19:14',1651,344,'2005-07-15 08:09:14',2,'2006-02-15 21:30:53'),(4029,'2005-07-07 02:19:44',4075,518,'2005-07-15 02:30:44',2,'2006-02-15 21:30:53'),(4030,'2005-07-07 02:25:42',1734,300,'2005-07-08 22:53:42',2,'2006-02-15 21:30:53'),(4031,'2005-07-07 02:32:07',3094,143,'2005-07-14 06:01:07',2,'2006-02-15 21:30:53'),(4032,'2005-07-07 02:34:13',2628,335,'2005-07-14 22:43:13',1,'2006-02-15 21:30:53'),(4033,'2005-07-07 02:35:46',203,453,'2005-07-16 01:12:46',1,'2006-02-15 21:30:53'),(4034,'2005-07-07 02:36:33',1666,354,'2005-07-09 08:32:33',2,'2006-02-15 21:30:53'),(4035,'2005-07-07 02:45:02',3611,539,'2005-07-14 01:41:02',1,'2006-02-15 21:30:53'),(4036,'2005-07-07 02:48:00',500,397,'2005-07-07 22:46:00',1,'2006-02-15 21:30:53'),(4037,'2005-07-07 02:52:52',3903,594,'2005-07-16 00:09:52',1,'2006-02-15 21:30:53'),(4038,'2005-07-07 02:52:53',1264,27,'2005-07-11 22:32:53',2,'2006-02-15 21:30:53'),(4039,'2005-07-07 02:57:59',4050,290,'2005-07-12 03:44:59',2,'2006-02-15 21:30:53'),(4040,'2005-07-07 03:02:40',3046,103,'2005-07-16 06:05:40',2,'2006-02-15 21:30:53'),(4041,'2005-07-07 03:03:33',2217,445,'2005-07-09 07:57:33',2,'2006-02-15 21:30:53'),(4042,'2005-07-07 03:06:40',50,10,'2005-07-10 02:37:40',1,'2006-02-15 21:30:53'),(4043,'2005-07-07 03:09:50',3427,204,'2005-07-10 07:49:50',2,'2006-02-15 21:30:53'),(4044,'2005-07-07 03:22:23',3263,94,'2005-07-13 03:23:23',1,'2006-02-15 21:30:53'),(4045,'2005-07-07 03:26:14',1422,529,'2005-07-11 06:52:14',1,'2006-02-15 21:30:53'),(4046,'2005-07-07 03:27:59',3518,491,'2005-07-14 01:14:59',1,'2006-02-15 21:30:53'),(4047,'2005-07-07 03:28:49',3475,364,'2005-07-09 02:42:49',2,'2006-02-15 21:30:53'),(4048,'2005-07-07 03:30:52',659,474,'2005-07-14 05:05:52',2,'2006-02-15 21:30:53'),(4049,'2005-07-07 03:34:53',4172,79,'2005-07-15 04:10:53',2,'2006-02-15 21:30:53'),(4050,'2005-07-07 03:35:33',104,528,'2005-07-15 03:11:33',1,'2006-02-15 21:30:53'),(4051,'2005-07-07 03:37:28',2715,331,'2005-07-09 01:40:28',1,'2006-02-15 21:30:53'),(4052,'2005-07-07 03:38:22',206,442,'2005-07-13 02:56:22',2,'2006-02-15 21:30:53'),(4053,'2005-07-07 03:39:22',2889,377,'2005-07-09 22:32:22',1,'2006-02-15 21:30:53'),(4054,'2005-07-07 03:42:07',3885,260,'2005-07-10 03:22:07',1,'2006-02-15 21:30:53'),(4055,'2005-07-07 03:49:13',2561,513,'2005-07-11 03:15:13',2,'2006-02-15 21:30:53'),(4056,'2005-07-07 03:57:36',4211,360,'2005-07-09 08:53:36',2,'2006-02-15 21:30:53'),(4057,'2005-07-07 04:00:20',2838,141,'2005-07-12 08:14:20',1,'2006-02-15 21:30:53'),(4058,'2005-07-07 04:02:50',3877,442,'2005-07-10 04:30:50',2,'2006-02-15 21:30:53'),(4059,'2005-07-07 04:04:26',292,401,'2005-07-10 22:35:26',1,'2006-02-15 21:30:53'),(4060,'2005-07-07 04:10:13',2697,211,'2005-07-13 07:44:13',1,'2006-02-15 21:30:53'),(4061,'2005-07-07 04:13:35',62,70,'2005-07-10 23:58:35',2,'2006-02-15 21:30:53'),(4062,'2005-07-07 04:22:27',1323,410,'2005-07-09 03:27:27',1,'2006-02-15 21:30:53'),(4063,'2005-07-07 04:23:57',1452,331,'2005-07-14 23:35:57',2,'2006-02-15 21:30:53'),(4064,'2005-07-07 04:29:20',1402,47,'2005-07-14 05:48:20',2,'2006-02-15 21:30:53'),(4065,'2005-07-07 04:32:28',1339,26,'2005-07-12 08:30:28',1,'2006-02-15 21:30:53'),(4066,'2005-07-07 04:34:09',1975,368,'2005-07-10 23:54:09',1,'2006-02-15 21:30:53'),(4067,'2005-07-07 04:34:23',2945,469,'2005-07-16 04:04:23',1,'2006-02-15 21:30:53'),(4068,'2005-07-07 04:34:38',4152,206,'2005-07-11 09:16:38',2,'2006-02-15 21:30:53'),(4069,'2005-07-07 04:35:06',3361,570,'2005-07-10 23:59:06',2,'2006-02-15 21:30:53'),(4070,'2005-07-07 04:37:09',2926,496,'2005-07-08 04:19:09',2,'2006-02-15 21:30:53'),(4071,'2005-07-07 04:37:26',2883,209,'2005-07-13 06:45:26',2,'2006-02-15 21:30:53'),(4072,'2005-07-07 04:48:02',3130,310,'2005-07-12 10:32:02',2,'2006-02-15 21:30:53'),(4073,'2005-07-07 04:49:13',647,290,'2005-07-10 03:20:13',2,'2006-02-15 21:30:53'),(4074,'2005-07-07 04:49:49',2347,412,'2005-07-12 04:51:49',2,'2006-02-15 21:30:53'),(4075,'2005-07-07 04:51:44',1989,593,'2005-07-09 03:07:44',2,'2006-02-15 21:30:53'),(4076,'2005-07-07 04:52:15',3148,329,'2005-07-13 23:22:15',1,'2006-02-15 21:30:53'),(4077,'2005-07-07 04:53:40',2445,377,'2005-07-09 09:56:40',2,'2006-02-15 21:30:53'),(4078,'2005-07-07 05:05:05',1671,522,'2005-07-10 05:39:05',1,'2006-02-15 21:30:53'),(4079,'2005-07-07 05:06:27',2202,84,'2005-07-16 08:46:27',1,'2006-02-15 21:30:53'),(4080,'2005-07-07 05:09:54',1364,148,'2005-07-11 23:58:54',1,'2006-02-15 21:30:53'),(4081,'2005-07-07 05:10:08',1138,284,'2005-07-12 00:47:08',1,'2006-02-15 21:30:53'),(4082,'2005-07-07 05:11:53',2904,108,'2005-07-12 00:55:53',1,'2006-02-15 21:30:53'),(4083,'2005-07-07 05:13:15',3454,490,'2005-07-08 09:11:15',1,'2006-02-15 21:30:53'),(4084,'2005-07-07 05:16:00',2588,441,'2005-07-15 09:23:00',1,'2006-02-15 21:30:53'),(4085,'2005-07-07 05:25:39',1683,573,'2005-07-12 04:30:39',1,'2006-02-15 21:30:53'),(4086,'2005-07-07 05:26:06',253,494,'2005-07-12 00:45:06',2,'2006-02-15 21:30:53'),(4087,'2005-07-07 05:30:56',3066,433,'2005-07-16 10:20:56',1,'2006-02-15 21:30:53'),(4088,'2005-07-07 05:31:55',234,66,'2005-07-15 07:35:55',1,'2006-02-15 21:30:53'),(4089,'2005-07-07 05:45:59',3431,102,'2005-07-16 07:34:59',2,'2006-02-15 21:30:53'),(4090,'2005-07-07 05:47:33',3096,67,'2005-07-08 04:25:33',2,'2006-02-15 21:30:53'),(4091,'2005-07-07 05:53:38',3928,337,'2005-07-14 03:12:38',2,'2006-02-15 21:30:53'),(4092,'2005-07-07 05:54:18',1721,246,'2005-07-16 09:14:18',1,'2006-02-15 21:30:53'),(4093,'2005-07-07 05:54:50',1534,337,'2005-07-12 00:34:50',1,'2006-02-15 21:30:53'),(4094,'2005-07-07 06:00:21',2412,517,'2005-07-10 03:24:21',2,'2006-02-15 21:30:53'),(4095,'2005-07-07 06:01:48',2900,33,'2005-07-15 02:52:48',2,'2006-02-15 21:30:53'),(4096,'2005-07-07 06:09:11',3911,403,'2005-07-08 09:17:11',2,'2006-02-15 21:30:53'),(4097,'2005-07-07 06:10:55',2454,56,'2005-07-11 02:45:55',1,'2006-02-15 21:30:53'),(4098,'2005-07-07 06:14:51',2865,35,'2005-07-14 06:51:51',2,'2006-02-15 21:30:53'),(4099,'2005-07-07 06:20:33',1930,76,'2005-07-16 08:39:33',1,'2006-02-15 21:30:53'),(4100,'2005-07-07 06:20:52',2346,332,'2005-07-15 05:58:52',2,'2006-02-15 21:30:53'),(4101,'2005-07-07 06:25:11',2891,588,'2005-07-12 07:44:11',2,'2006-02-15 21:30:53'),(4102,'2005-07-07 06:25:19',3998,135,'2005-07-11 00:50:19',2,'2006-02-15 21:30:53'),(4103,'2005-07-07 06:25:28',3632,91,'2005-07-12 11:18:28',1,'2006-02-15 21:30:53'),(4104,'2005-07-07 06:25:41',1066,338,'2005-07-13 04:18:41',2,'2006-02-15 21:30:53'),(4105,'2005-07-07 06:31:00',439,423,'2005-07-09 03:52:00',1,'2006-02-15 21:30:53'),(4106,'2005-07-07 06:33:35',4083,563,'2005-07-13 04:03:35',1,'2006-02-15 21:30:53'),(4107,'2005-07-07 06:36:32',4232,206,'2005-07-14 03:36:32',1,'2006-02-15 21:30:53'),(4108,'2005-07-07 06:38:31',4535,66,'2005-07-08 10:44:31',1,'2006-02-15 21:30:53'),(4109,'2005-07-07 06:39:43',532,517,'2005-07-10 06:30:43',1,'2006-02-15 21:30:53'),(4110,'2005-07-07 06:44:27',226,486,'2005-07-12 05:43:27',2,'2006-02-15 21:30:53'),(4111,'2005-07-07 06:47:56',1009,515,'2005-07-13 02:13:56',1,'2006-02-15 21:30:53'),(4112,'2005-07-07 06:49:09',3284,533,'2005-07-16 06:53:09',2,'2006-02-15 21:30:53'),(4113,'2005-07-07 06:49:52',915,170,'2005-07-12 04:00:52',1,'2006-02-15 21:30:53'),(4114,'2005-07-07 06:51:12',4109,426,'2005-07-15 01:36:12',1,'2006-02-15 21:30:53'),(4115,'2005-07-07 06:52:23',102,371,'2005-07-14 06:12:23',2,'2006-02-15 21:30:53'),(4116,'2005-07-07 06:56:13',666,352,'2005-07-11 11:13:13',2,'2006-02-15 21:30:53'),(4117,'2005-07-07 06:58:14',780,158,'2005-07-16 05:28:14',1,'2006-02-15 21:30:53'),(4118,'2005-07-07 07:03:30',355,224,'2005-07-08 09:20:30',1,'2006-02-15 21:30:53'),(4119,'2005-07-07 07:06:03',2078,319,'2005-07-13 01:56:03',2,'2006-02-15 21:30:53'),(4120,'2005-07-07 07:07:03',987,559,'2005-07-16 04:07:03',1,'2006-02-15 21:30:53'),(4121,'2005-07-07 07:13:50',2429,176,'2005-07-13 04:32:50',2,'2006-02-15 21:30:53'),(4122,'2005-07-07 07:15:35',273,31,'2005-07-14 12:10:35',1,'2006-02-15 21:30:53'),(4123,'2005-07-07 07:16:19',2707,469,'2005-07-10 05:23:19',1,'2006-02-15 21:30:53'),(4124,'2005-07-07 07:19:54',2856,330,'2005-07-11 05:54:54',1,'2006-02-15 21:30:53'),(4125,'2005-07-07 07:20:29',4131,269,'2005-07-15 06:41:29',2,'2006-02-15 21:30:53'),(4126,'2005-07-07 07:24:11',3018,163,'2005-07-15 07:31:11',1,'2006-02-15 21:30:53'),(4127,'2005-07-07 07:26:19',1774,15,'2005-07-14 07:50:19',2,'2006-02-15 21:30:53'),(4128,'2005-07-07 07:35:25',3563,492,'2005-07-14 08:13:25',1,'2006-02-15 21:30:53'),(4129,'2005-07-07 07:37:03',1413,592,'2005-07-14 13:31:03',1,'2006-02-15 21:30:53'),(4130,'2005-07-07 07:51:53',4170,256,'2005-07-11 12:41:53',2,'2006-02-15 21:30:53'),(4131,'2005-07-07 07:53:18',2621,58,'2005-07-08 04:48:18',1,'2006-02-15 21:30:53'),(4132,'2005-07-07 08:06:07',993,154,'2005-07-10 14:04:07',1,'2006-02-15 21:30:53'),(4133,'2005-07-07 08:12:26',3672,488,'2005-07-16 03:43:26',1,'2006-02-15 21:30:53'),(4134,'2005-07-07 08:14:24',2917,183,'2005-07-09 10:42:24',1,'2006-02-15 21:30:53'),(4135,'2005-07-07 08:15:03',3384,36,'2005-07-11 10:56:03',1,'2006-02-15 21:30:53'),(4136,'2005-07-07 08:15:52',3461,203,'2005-07-10 04:22:52',2,'2006-02-15 21:30:53'),(4137,'2005-07-07 08:17:06',2065,485,'2005-07-11 10:52:06',2,'2006-02-15 21:30:53'),(4138,'2005-07-07 08:17:13',1588,317,'2005-07-14 05:18:13',2,'2006-02-15 21:30:53'),(4139,'2005-07-07 08:17:35',2094,509,'2005-07-14 14:01:35',2,'2006-02-15 21:30:53'),(4140,'2005-07-07 08:19:10',1897,190,'2005-07-14 07:27:10',2,'2006-02-15 21:30:53'),(4141,'2005-07-07 08:19:20',1904,456,'2005-07-11 06:54:20',1,'2006-02-15 21:30:53'),(4142,'2005-07-07 08:19:45',4045,492,'2005-07-08 13:55:45',1,'2006-02-15 21:30:53'),(4143,'2005-07-07 08:22:07',597,238,'2005-07-13 11:42:07',1,'2006-02-15 21:30:53'),(4144,'2005-07-07 08:25:44',550,431,'2005-07-16 13:10:44',2,'2006-02-15 21:30:53'),(4145,'2005-07-07 08:26:39',3050,592,'2005-07-16 12:54:39',2,'2006-02-15 21:30:53'),(4146,'2005-07-07 08:30:16',176,411,'2005-07-12 07:52:16',1,'2006-02-15 21:30:53'),(4147,'2005-07-07 08:32:12',2776,274,'2005-07-12 10:10:12',2,'2006-02-15 21:30:53'),(4148,'2005-07-07 08:36:58',260,59,'2005-07-09 05:51:58',1,'2006-02-15 21:30:53'),(4149,'2005-07-07 08:40:17',3028,50,'2005-07-10 02:58:17',2,'2006-02-15 21:30:53'),(4150,'2005-07-07 08:43:22',4424,188,'2005-07-08 05:21:22',2,'2006-02-15 21:30:53'),(4151,'2005-07-07 08:49:02',4564,428,'2005-07-11 05:19:02',1,'2006-02-15 21:30:53'),(4152,'2005-07-07 08:50:33',1761,89,'2005-07-14 10:56:33',2,'2006-02-15 21:30:53'),(4153,'2005-07-07 08:53:08',2185,299,'2005-07-11 05:09:08',2,'2006-02-15 21:30:53'),(4154,'2005-07-07 08:58:23',191,594,'2005-07-14 03:16:23',2,'2006-02-15 21:30:53'),(4155,'2005-07-07 09:00:49',212,548,'2005-07-13 10:59:49',2,'2006-02-15 21:30:53'),(4156,'2005-07-07 09:03:51',1259,585,'2005-07-12 09:46:51',2,'2006-02-15 21:30:53'),(4157,'2005-07-07 09:04:26',304,183,'2005-07-08 09:55:26',1,'2006-02-15 21:30:53'),(4158,'2005-07-07 09:05:42',291,433,'2005-07-09 04:28:42',1,'2006-02-15 21:30:53'),(4159,'2005-07-07 09:10:57',3625,62,'2005-07-09 10:19:57',2,'2006-02-15 21:30:53'),(4160,'2005-07-07 09:13:17',1909,326,'2005-07-15 11:50:17',2,'2006-02-15 21:30:53'),(4161,'2005-07-07 09:15:11',4021,216,'2005-07-15 06:59:11',1,'2006-02-15 21:30:53'),(4162,'2005-07-07 09:17:26',745,571,'2005-07-15 10:15:26',2,'2006-02-15 21:30:53'),(4163,'2005-07-07 09:19:28',3176,376,'2005-07-10 06:47:28',2,'2006-02-15 21:30:53'),(4164,'2005-07-07 09:20:11',3133,295,'2005-07-14 09:35:11',1,'2006-02-15 21:30:53'),(4165,'2005-07-07 09:23:27',3845,66,'2005-07-15 06:00:27',1,'2006-02-15 21:30:53'),(4166,'2005-07-07 09:33:30',3267,376,'2005-07-16 06:06:30',1,'2006-02-15 21:30:53'),(4167,'2005-07-07 09:37:08',3771,175,'2005-07-16 06:16:08',2,'2006-02-15 21:30:53'),(4168,'2005-07-07 09:37:24',1872,132,'2005-07-09 14:32:24',2,'2006-02-15 21:30:53'),(4169,'2005-07-07 09:39:18',3360,580,'2005-07-11 13:43:18',1,'2006-02-15 21:30:53'),(4170,'2005-07-07 09:44:36',2665,99,'2005-07-13 14:10:36',1,'2006-02-15 21:30:53'),(4171,'2005-07-07 09:49:04',4199,476,'2005-07-14 03:58:04',2,'2006-02-15 21:30:53'),(4172,'2005-07-07 09:49:09',1158,309,'2005-07-11 15:14:09',2,'2006-02-15 21:30:53'),(4173,'2005-07-07 09:57:26',4272,320,'2005-07-10 04:05:26',1,'2006-02-15 21:30:53'),(4174,'2005-07-07 09:59:49',3814,182,'2005-07-11 13:34:49',1,'2006-02-15 21:30:53'),(4175,'2005-07-07 10:02:03',1979,8,'2005-07-10 06:09:03',2,'2006-02-15 21:30:53'),(4176,'2005-07-07 10:03:34',2745,420,'2005-07-16 08:43:34',1,'2006-02-15 21:30:53'),(4177,'2005-07-07 10:12:36',4106,317,'2005-07-15 15:48:36',2,'2006-02-15 21:30:53'),(4178,'2005-07-07 10:14:31',2898,513,'2005-07-12 09:38:31',2,'2006-02-15 21:30:53'),(4179,'2005-07-07 10:17:15',559,75,'2005-07-10 05:12:15',2,'2006-02-15 21:30:53'),(4180,'2005-07-07 10:23:25',1704,3,'2005-07-10 13:18:25',1,'2006-02-15 21:30:53'),(4181,'2005-07-07 10:27:54',3725,598,'2005-07-13 06:09:54',1,'2006-02-15 21:30:53'),(4182,'2005-07-07 10:28:00',3080,256,'2005-07-08 12:50:00',1,'2006-02-15 21:30:53'),(4183,'2005-07-07 10:28:33',3342,479,'2005-07-15 12:29:33',1,'2006-02-15 21:30:53'),(4184,'2005-07-07 10:30:08',1022,468,'2005-07-14 12:56:08',1,'2006-02-15 21:30:53'),(4185,'2005-07-07 10:31:05',2425,395,'2005-07-13 05:30:05',2,'2006-02-15 21:30:53'),(4186,'2005-07-07 10:32:25',3910,185,'2005-07-15 06:22:25',1,'2006-02-15 21:30:53'),(4187,'2005-07-07 10:41:31',2,161,'2005-07-11 06:25:31',1,'2006-02-15 21:30:53'),(4188,'2005-07-07 10:45:29',3243,391,'2005-07-16 09:39:29',1,'2006-02-15 21:30:53'),(4189,'2005-07-07 10:51:07',1492,386,'2005-07-14 14:46:07',2,'2006-02-15 21:30:53'),(4190,'2005-07-07 10:52:39',826,349,'2005-07-11 13:19:39',1,'2006-02-15 21:30:53'),(4191,'2005-07-07 10:56:14',2475,390,'2005-07-11 09:56:14',1,'2006-02-15 21:30:53'),(4192,'2005-07-07 10:57:06',624,558,'2005-07-13 16:30:06',1,'2006-02-15 21:30:53'),(4193,'2005-07-07 10:57:21',3791,445,'2005-07-09 07:33:21',2,'2006-02-15 21:30:53'),(4194,'2005-07-07 10:59:39',1753,153,'2005-07-15 09:34:39',1,'2006-02-15 21:30:53'),(4195,'2005-07-07 11:00:02',450,455,'2005-07-14 16:54:02',1,'2006-02-15 21:30:53'),(4196,'2005-07-07 11:06:33',3407,564,'2005-07-14 13:46:33',1,'2006-02-15 21:30:53'),(4197,'2005-07-07 11:07:52',2515,324,'2005-07-10 10:19:52',1,'2006-02-15 21:30:53'),(4198,'2005-07-07 11:08:11',333,247,'2005-07-16 15:29:11',1,'2006-02-15 21:30:53'),(4199,'2005-07-07 11:13:07',2120,259,'2005-07-11 07:17:07',1,'2006-02-15 21:30:53'),(4200,'2005-07-07 11:15:11',1097,292,'2005-07-11 11:46:11',2,'2006-02-15 21:30:53'),(4201,'2005-07-07 11:19:51',3682,145,'2005-07-16 08:48:51',1,'2006-02-15 21:30:53'),(4202,'2005-07-07 11:23:48',2274,38,'2005-07-16 16:32:48',1,'2006-02-15 21:30:53'),(4203,'2005-07-07 11:24:14',2743,189,'2005-07-11 16:26:14',1,'2006-02-15 21:30:53'),(4204,'2005-07-07 11:24:18',1513,569,'2005-07-15 12:42:18',1,'2006-02-15 21:30:53'),(4205,'2005-07-07 11:25:39',3922,486,'2005-07-11 06:12:39',1,'2006-02-15 21:30:53'),(4206,'2005-07-07 11:32:16',1557,448,'2005-07-14 13:07:16',2,'2006-02-15 21:30:53'),(4207,'2005-07-07 11:32:45',1119,588,'2005-07-14 05:49:45',2,'2006-02-15 21:30:53'),(4208,'2005-07-07 11:34:22',3617,441,'2005-07-09 08:25:22',1,'2006-02-15 21:30:53'),(4209,'2005-07-07 11:35:08',2010,100,'2005-07-10 10:58:08',1,'2006-02-15 21:30:53'),(4210,'2005-07-07 11:36:20',1972,581,'2005-07-16 12:38:20',1,'2006-02-15 21:30:53'),(4211,'2005-07-07 11:50:41',2001,214,'2005-07-09 13:58:41',2,'2006-02-15 21:30:53'),(4212,'2005-07-07 11:53:14',1825,574,'2005-07-09 07:12:14',1,'2006-02-15 21:30:53'),(4213,'2005-07-07 11:53:49',705,103,'2005-07-13 07:51:49',1,'2006-02-15 21:30:53'),(4214,'2005-07-07 11:54:33',2534,484,'2005-07-08 10:49:33',2,'2006-02-15 21:30:53'),(4215,'2005-07-07 12:00:52',1239,22,'2005-07-11 15:14:52',2,'2006-02-15 21:30:53'),(4216,'2005-07-07 12:01:34',1216,467,'2005-07-08 09:59:34',1,'2006-02-15 21:30:53'),(4217,'2005-07-07 12:08:59',3186,228,'2005-07-11 15:07:59',2,'2006-02-15 21:30:53'),(4218,'2005-07-07 12:10:24',152,497,'2005-07-15 16:09:24',1,'2006-02-15 21:30:53'),(4219,'2005-07-07 12:11:22',2800,16,'2005-07-11 11:05:22',1,'2006-02-15 21:30:53'),(4220,'2005-07-07 12:12:36',821,513,'2005-07-10 13:37:36',1,'2006-02-15 21:30:53'),(4221,'2005-07-07 12:18:57',4567,143,'2005-07-12 09:47:57',2,'2006-02-15 21:30:53'),(4222,'2005-07-07 12:20:21',2053,467,'2005-07-11 11:09:21',2,'2006-02-15 21:30:53'),(4223,'2005-07-07 12:23:54',2407,405,'2005-07-10 14:46:54',2,'2006-02-15 21:30:53'),(4224,'2005-07-07 12:24:21',3659,419,'2005-07-10 11:48:21',1,'2006-02-15 21:30:53'),(4225,'2005-07-07 12:24:37',1766,377,'2005-07-12 06:47:37',2,'2006-02-15 21:30:53'),(4226,'2005-07-07 12:37:56',1692,57,'2005-07-09 08:48:56',2,'2006-02-15 21:30:53'),(4227,'2005-07-07 12:41:36',4186,78,'2005-07-15 12:33:36',1,'2006-02-15 21:30:53'),(4228,'2005-07-07 12:42:02',1020,38,'2005-07-12 10:52:02',1,'2006-02-15 21:30:53'),(4229,'2005-07-07 12:43:23',953,106,'2005-07-13 15:00:23',2,'2006-02-15 21:30:53'),(4230,'2005-07-07 12:46:47',353,205,'2005-07-15 06:52:47',1,'2006-02-15 21:30:53'),(4231,'2005-07-07 12:48:19',3522,194,'2005-07-13 18:45:19',1,'2006-02-15 21:30:53'),(4232,'2005-07-07 12:49:12',3841,347,'2005-07-15 16:45:12',1,'2006-02-15 21:30:53'),(4233,'2005-07-07 13:00:20',1849,488,'2005-07-13 16:37:20',1,'2006-02-15 21:30:53'),(4234,'2005-07-07 13:01:35',1179,195,'2005-07-15 13:05:35',1,'2006-02-15 21:30:53'),(4235,'2005-07-07 13:05:52',3525,86,'2005-07-10 12:17:52',2,'2006-02-15 21:30:53'),(4236,'2005-07-07 13:12:07',642,213,'2005-07-08 15:00:07',2,'2006-02-15 21:30:53'),(4237,'2005-07-07 13:16:55',3773,477,'2005-07-15 16:33:55',1,'2006-02-15 21:30:53'),(4238,'2005-07-07 13:22:20',3024,7,'2005-07-10 07:44:20',2,'2006-02-15 21:30:53'),(4239,'2005-07-07 13:23:17',3866,122,'2005-07-13 17:49:17',1,'2006-02-15 21:30:53'),(4240,'2005-07-07 13:33:12',1024,65,'2005-07-13 12:28:12',1,'2006-02-15 21:30:53'),(4241,'2005-07-07 13:39:00',4154,595,'2005-07-12 17:49:00',2,'2006-02-15 21:30:53'),(4242,'2005-07-07 13:39:01',3626,286,'2005-07-12 18:29:01',1,'2006-02-15 21:30:53'),(4243,'2005-07-07 13:39:58',4559,339,'2005-07-12 19:27:58',1,'2006-02-15 21:30:53'),(4244,'2005-07-07 13:41:58',592,581,'2005-07-09 15:32:58',2,'2006-02-15 21:30:53'),(4245,'2005-07-07 13:48:33',3743,91,'2005-07-10 09:54:33',1,'2006-02-15 21:30:53'),(4246,'2005-07-07 13:49:03',1141,411,'2005-07-09 13:01:03',1,'2006-02-15 21:30:53'),(4247,'2005-07-07 13:51:54',808,539,'2005-07-10 09:43:54',2,'2006-02-15 21:30:53'),(4248,'2005-07-07 13:59:20',773,161,'2005-07-14 15:18:20',2,'2006-02-15 21:30:53'),(4249,'2005-07-07 14:05:17',4185,111,'2005-07-10 09:21:17',2,'2006-02-15 21:30:53'),(4250,'2005-07-07 14:08:11',2556,423,'2005-07-13 08:09:11',2,'2006-02-15 21:30:53'),(4251,'2005-07-07 14:11:55',3541,367,'2005-07-16 14:01:55',2,'2006-02-15 21:30:53'),(4252,'2005-07-07 14:13:05',474,154,'2005-07-09 14:17:05',1,'2006-02-15 21:30:53'),(4253,'2005-07-07 14:13:13',3355,157,'2005-07-16 18:55:13',2,'2006-02-15 21:30:53'),(4254,'2005-07-07 14:13:52',3957,529,'2005-07-12 10:39:52',2,'2006-02-15 21:30:53'),(4255,'2005-07-07 14:14:13',749,10,'2005-07-12 18:32:13',1,'2006-02-15 21:30:53'),(4256,'2005-07-07 14:14:36',1386,129,'2005-07-10 09:41:36',1,'2006-02-15 21:30:53'),(4257,'2005-07-07 14:18:41',3927,553,'2005-07-08 14:58:41',1,'2006-02-15 21:30:53'),(4258,'2005-07-07 14:20:59',1562,492,'2005-07-16 10:03:59',1,'2006-02-15 21:30:53'),(4259,'2005-07-07 14:22:18',4378,467,'2005-07-11 19:38:18',1,'2006-02-15 21:30:53'),(4260,'2005-07-07 14:22:45',4575,305,'2005-07-08 15:10:45',2,'2006-02-15 21:30:53'),(4261,'2005-07-07 14:23:56',1405,496,'2005-07-13 15:26:56',1,'2006-02-15 21:30:53'),(4262,'2005-07-07 14:24:30',3122,29,'2005-07-14 13:12:30',1,'2006-02-15 21:30:53'),(4263,'2005-07-07 14:24:44',2975,16,'2005-07-13 18:22:44',1,'2006-02-15 21:30:53'),(4264,'2005-07-07 14:25:28',3499,406,'2005-07-08 08:49:28',2,'2006-02-15 21:30:53'),(4265,'2005-07-07 14:27:51',1685,69,'2005-07-12 19:55:51',2,'2006-02-15 21:30:53'),(4266,'2005-07-07 14:34:50',1578,509,'2005-07-08 09:23:50',2,'2006-02-15 21:30:53'),(4267,'2005-07-07 14:35:30',136,410,'2005-07-11 10:41:30',1,'2006-02-15 21:30:53'),(4268,'2005-07-07 14:36:05',432,80,'2005-07-16 14:36:05',1,'2006-02-15 21:30:53'),(4269,'2005-07-07 14:38:33',415,496,'2005-07-09 10:27:33',1,'2006-02-15 21:30:53'),(4270,'2005-07-07 14:38:41',183,210,'2005-07-10 19:07:41',2,'2006-02-15 21:30:53'),(4271,'2005-07-07 14:38:52',533,150,'2005-07-15 12:05:52',1,'2006-02-15 21:30:53'),(4272,'2005-07-07 14:39:20',488,120,'2005-07-13 08:57:20',2,'2006-02-15 21:30:53'),(4273,'2005-07-07 14:40:22',4163,159,'2005-07-13 09:58:22',2,'2006-02-15 21:30:53'),(4274,'2005-07-07 14:42:04',787,26,'2005-07-13 20:23:04',1,'2006-02-15 21:30:53'),(4275,'2005-07-07 14:43:51',1167,393,'2005-07-15 18:04:51',2,'2006-02-15 21:30:53'),(4276,'2005-07-07 14:50:59',221,366,'2005-07-09 15:42:59',2,'2006-02-15 21:30:53'),(4277,'2005-07-07 14:52:12',1983,106,'2005-07-09 13:10:12',1,'2006-02-15 21:30:53'),(4278,'2005-07-07 14:53:24',3693,6,'2005-07-13 14:21:24',2,'2006-02-15 21:30:53'),(4279,'2005-07-07 15:01:53',581,335,'2005-07-08 09:43:53',1,'2006-02-15 21:30:53'),(4280,'2005-07-07 15:09:31',1115,593,'2005-07-13 14:47:31',1,'2006-02-15 21:30:53'),(4281,'2005-07-07 15:17:50',1182,321,'2005-07-08 11:42:50',2,'2006-02-15 21:30:53'),(4282,'2005-07-07 15:26:31',3134,25,'2005-07-11 14:27:31',1,'2006-02-15 21:30:53'),(4283,'2005-07-07 15:29:35',2807,477,'2005-07-11 17:12:35',1,'2006-02-15 21:30:53'),(4284,'2005-07-07 15:31:57',1313,521,'2005-07-09 10:20:57',2,'2006-02-15 21:30:53'),(4285,'2005-07-07 15:34:35',511,308,'2005-07-15 09:43:35',2,'2006-02-15 21:30:53'),(4286,'2005-07-07 15:36:44',4496,111,'2005-07-11 13:04:44',2,'2006-02-15 21:30:53'),(4287,'2005-07-07 15:37:31',3558,94,'2005-07-16 19:59:31',2,'2006-02-15 21:30:53'),(4288,'2005-07-07 15:38:25',1508,64,'2005-07-13 16:23:25',2,'2006-02-15 21:30:53'),(4289,'2005-07-07 15:45:58',3172,231,'2005-07-09 11:11:58',2,'2006-02-15 21:30:53'),(4290,'2005-07-07 15:47:10',4174,277,'2005-07-15 15:03:10',1,'2006-02-15 21:30:53'),(4291,'2005-07-07 15:47:47',2074,298,'2005-07-10 11:45:47',1,'2006-02-15 21:30:53'),(4292,'2005-07-07 15:48:38',3084,401,'2005-07-15 17:53:38',1,'2006-02-15 21:30:53'),(4293,'2005-07-07 15:53:47',984,221,'2005-07-10 18:11:47',1,'2006-02-15 21:30:53'),(4294,'2005-07-07 15:56:23',2845,41,'2005-07-15 14:50:23',2,'2006-02-15 21:30:53'),(4295,'2005-07-07 16:08:51',2490,319,'2005-07-13 13:06:51',2,'2006-02-15 21:30:53'),(4296,'2005-07-07 16:16:03',977,407,'2005-07-08 20:16:03',2,'2006-02-15 21:30:53'),(4297,'2005-07-07 16:24:09',882,141,'2005-07-13 15:08:09',2,'2006-02-15 21:30:53'),(4298,'2005-07-07 16:27:25',1055,560,'2005-07-12 18:20:25',1,'2006-02-15 21:30:53'),(4299,'2005-07-07 16:33:48',870,80,'2005-07-16 11:48:48',1,'2006-02-15 21:30:53'),(4300,'2005-07-07 16:36:16',1189,38,'2005-07-10 13:59:16',2,'2006-02-15 21:30:53'),(4301,'2005-07-07 16:37:23',1630,440,'2005-07-11 18:05:23',2,'2006-02-15 21:30:53'),(4302,'2005-07-07 16:47:53',3669,332,'2005-07-16 22:22:53',2,'2006-02-15 21:30:53'),(4303,'2005-07-07 16:57:32',818,108,'2005-07-14 17:42:32',2,'2006-02-15 21:30:53'),(4304,'2005-07-07 17:01:19',3382,165,'2005-07-12 22:47:19',2,'2006-02-15 21:30:53'),(4305,'2005-07-07 17:07:11',3926,240,'2005-07-08 16:15:11',2,'2006-02-15 21:30:53'),(4306,'2005-07-07 17:12:32',1219,210,'2005-07-16 11:24:32',2,'2006-02-15 21:30:53'),(4307,'2005-07-07 17:20:39',2827,394,'2005-07-16 14:42:39',1,'2006-02-15 21:30:53'),(4308,'2005-07-07 17:29:16',1482,168,'2005-07-11 21:47:16',1,'2006-02-15 21:30:53'),(4309,'2005-07-07 17:29:41',3549,209,'2005-07-14 22:22:41',2,'2006-02-15 21:30:53'),(4310,'2005-07-07 17:30:56',3842,390,'2005-07-12 13:19:56',2,'2006-02-15 21:30:53'),(4311,'2005-07-07 17:31:14',2985,498,'2005-07-11 19:21:14',2,'2006-02-15 21:30:53'),(4312,'2005-07-07 17:34:59',3870,97,'2005-07-09 17:45:59',2,'2006-02-15 21:30:53'),(4313,'2005-07-07 17:36:56',91,29,'2005-07-13 12:00:56',1,'2006-02-15 21:30:53'),(4314,'2005-07-07 17:38:31',539,184,'2005-07-09 20:24:31',1,'2006-02-15 21:30:53'),(4315,'2005-07-07 17:40:26',1472,195,'2005-07-09 22:58:26',2,'2006-02-15 21:30:53'),(4316,'2005-07-07 17:44:22',517,301,'2005-07-14 15:12:22',2,'2006-02-15 21:30:53'),(4317,'2005-07-07 17:44:49',2234,110,'2005-07-08 21:48:49',2,'2006-02-15 21:30:53'),(4318,'2005-07-07 17:47:50',1607,321,'2005-07-14 12:15:50',2,'2006-02-15 21:30:53'),(4319,'2005-07-07 17:50:27',3389,25,'2005-07-10 13:53:27',2,'2006-02-15 21:30:53'),(4320,'2005-07-07 17:51:59',3437,376,'2005-07-13 18:39:59',1,'2006-02-15 21:30:53'),(4321,'2005-07-07 17:52:38',612,91,'2005-07-11 23:37:38',1,'2006-02-15 21:30:53'),(4322,'2005-07-07 17:54:37',1522,568,'2005-07-14 13:56:37',1,'2006-02-15 21:30:53'),(4323,'2005-07-07 17:55:53',1287,336,'2005-07-13 16:43:53',2,'2006-02-15 21:30:53'),(4324,'2005-07-07 17:57:56',952,226,'2005-07-13 22:34:56',1,'2006-02-15 21:30:53'),(4325,'2005-07-07 17:59:24',3728,373,'2005-07-16 17:10:24',2,'2006-02-15 21:30:53'),(4326,'2005-07-07 18:01:22',4037,331,'2005-07-16 15:45:22',1,'2006-02-15 21:30:53'),(4327,'2005-07-07 18:01:39',860,73,'2005-07-12 22:40:39',1,'2006-02-15 21:30:53'),(4328,'2005-07-07 18:03:17',2174,264,'2005-07-14 16:14:17',1,'2006-02-15 21:30:53'),(4329,'2005-07-07 18:04:16',638,504,'2005-07-15 17:58:16',2,'2006-02-15 21:30:53'),(4330,'2005-07-07 18:09:41',2408,408,'2005-07-14 22:05:41',1,'2006-02-15 21:30:53'),(4331,'2005-07-07 18:22:30',419,535,'2005-07-13 18:20:30',1,'2006-02-15 21:30:53'),(4332,'2005-07-07 18:25:26',1714,137,'2005-07-16 15:05:26',1,'2006-02-15 21:30:53'),(4333,'2005-07-07 18:31:50',76,113,'2005-07-08 21:26:50',1,'2006-02-15 21:30:53'),(4334,'2005-07-07 18:32:04',3021,210,'2005-07-08 16:19:04',1,'2006-02-15 21:30:53'),(4335,'2005-07-07 18:33:57',1332,375,'2005-07-11 13:23:57',1,'2006-02-15 21:30:53'),(4336,'2005-07-07 18:34:36',482,532,'2005-07-10 17:58:36',2,'2006-02-15 21:30:53'),(4337,'2005-07-07 18:36:37',2313,464,'2005-07-14 14:59:37',2,'2006-02-15 21:30:53'),(4338,'2005-07-07 18:39:56',3152,581,'2005-07-12 21:03:56',1,'2006-02-15 21:30:53'),(4339,'2005-07-07 18:41:42',3215,130,'2005-07-08 13:00:42',1,'2006-02-15 21:30:53'),(4340,'2005-07-07 18:41:46',3919,227,'2005-07-16 21:27:46',1,'2006-02-15 21:30:53'),(4341,'2005-07-07 18:44:23',4523,124,'2005-07-15 18:13:23',1,'2006-02-15 21:30:53'),(4342,'2005-07-07 18:47:03',1355,120,'2005-07-09 21:59:03',2,'2006-02-15 21:30:53'),(4343,'2005-07-07 18:48:54',1926,293,'2005-07-12 15:19:54',1,'2006-02-15 21:30:53'),(4344,'2005-07-07 18:50:47',1185,99,'2005-07-12 16:38:47',2,'2006-02-15 21:30:53'),(4345,'2005-07-07 18:52:57',2235,225,'2005-07-15 21:24:57',2,'2006-02-15 21:30:53'),(4346,'2005-07-07 18:58:45',1906,520,'2005-07-10 16:37:45',1,'2006-02-15 21:30:53'),(4347,'2005-07-07 18:58:57',1964,344,'2005-07-14 16:35:57',2,'2006-02-15 21:30:53'),(4348,'2005-07-07 19:02:05',1948,452,'2005-07-09 20:51:05',2,'2006-02-15 21:30:53'),(4349,'2005-07-07 19:02:37',3430,182,'2005-07-09 17:25:37',2,'2006-02-15 21:30:53'),(4350,'2005-07-07 19:02:41',2223,299,'2005-07-09 15:27:41',1,'2006-02-15 21:30:53'),(4351,'2005-07-07 19:04:24',3567,382,'2005-07-14 00:03:24',2,'2006-02-15 21:30:53'),(4352,'2005-07-07 19:15:58',2636,249,'2005-07-16 20:22:58',2,'2006-02-15 21:30:53'),(4353,'2005-07-07 19:19:05',368,452,'2005-07-13 13:40:05',1,'2006-02-15 21:30:53'),(4354,'2005-07-07 19:21:02',4423,208,'2005-07-15 17:03:02',2,'2006-02-15 21:30:53'),(4355,'2005-07-07 19:21:19',4557,438,'2005-07-09 00:55:19',2,'2006-02-15 21:30:53'),(4356,'2005-07-07 19:21:22',1907,318,'2005-07-16 15:57:22',1,'2006-02-15 21:30:53'),(4357,'2005-07-07 19:24:39',3413,103,'2005-07-12 00:11:39',1,'2006-02-15 21:30:53'),(4358,'2005-07-07 19:27:04',3136,446,'2005-07-14 23:46:04',1,'2006-02-15 21:30:53'),(4359,'2005-07-07 19:30:20',3222,282,'2005-07-09 13:34:20',1,'2006-02-15 21:30:53'),(4360,'2005-07-07 19:31:12',1811,92,'2005-07-10 23:11:12',2,'2006-02-15 21:30:53'),(4361,'2005-07-07 19:33:23',116,425,'2005-07-12 22:36:23',1,'2006-02-15 21:30:53'),(4362,'2005-07-07 19:35:30',3759,425,'2005-07-14 14:59:30',1,'2006-02-15 21:30:53'),(4363,'2005-07-07 19:43:28',3202,168,'2005-07-13 00:15:28',2,'2006-02-15 21:30:53'),(4364,'2005-07-07 19:46:51',10,145,'2005-07-08 21:55:51',1,'2006-02-15 21:30:53'),(4365,'2005-07-07 19:47:46',3207,442,'2005-07-08 23:21:46',2,'2006-02-15 21:30:53'),(4366,'2005-07-07 19:48:36',2961,524,'2005-07-14 01:14:36',1,'2006-02-15 21:30:53'),(4367,'2005-07-07 19:52:01',4529,48,'2005-07-13 19:41:01',2,'2006-02-15 21:30:53'),(4368,'2005-07-07 19:55:19',736,324,'2005-07-09 00:11:19',1,'2006-02-15 21:30:53'),(4369,'2005-07-07 20:01:38',3552,517,'2005-07-13 01:19:38',2,'2006-02-15 21:30:53'),(4370,'2005-07-07 20:05:36',1591,559,'2005-07-16 23:58:36',1,'2006-02-15 21:30:53'),(4371,'2005-07-07 20:06:45',2533,90,'2005-07-08 18:50:45',1,'2006-02-15 21:30:53'),(4372,'2005-07-07 20:09:01',2207,252,'2005-07-09 18:24:01',1,'2006-02-15 21:30:53'),(4373,'2005-07-07 20:10:59',3593,470,'2005-07-12 21:30:59',2,'2006-02-15 21:30:53'),(4374,'2005-07-07 20:13:58',4377,517,'2005-07-11 18:11:58',2,'2006-02-15 21:30:53'),(4375,'2005-07-07 20:20:29',3035,560,'2005-07-16 19:29:29',2,'2006-02-15 21:30:53'),(4376,'2005-07-07 20:24:33',1344,151,'2005-07-11 18:32:33',1,'2006-02-15 21:30:53'),(4377,'2005-07-07 20:28:57',3294,205,'2005-07-16 02:13:57',2,'2006-02-15 21:30:53'),(4378,'2005-07-07 20:29:08',1244,24,'2005-07-12 19:17:08',2,'2006-02-15 21:30:53'),(4379,'2005-07-07 20:32:30',2773,316,'2005-07-11 20:40:30',2,'2006-02-15 21:30:53'),(4380,'2005-07-07 20:35:00',3164,353,'2005-07-14 17:06:00',1,'2006-02-15 21:30:53'),(4381,'2005-07-07 20:37:53',3727,486,'2005-07-10 16:54:53',1,'2006-02-15 21:30:53'),(4382,'2005-07-07 20:41:03',657,26,'2005-07-14 15:15:03',1,'2006-02-15 21:30:53'),(4383,'2005-07-07 20:45:51',2649,591,'2005-07-17 00:52:51',2,'2006-02-15 21:30:53'),(4384,'2005-07-07 20:46:45',1178,59,'2005-07-16 21:54:45',1,'2006-02-15 21:30:53'),(4385,'2005-07-07 20:48:38',849,564,'2005-07-11 17:03:38',2,'2006-02-15 21:30:53'),(4386,'2005-07-07 20:55:19',499,314,'2005-07-10 21:51:19',1,'2006-02-15 21:30:53'),(4387,'2005-07-07 20:56:47',591,335,'2005-07-16 00:51:47',1,'2006-02-15 21:30:53'),(4388,'2005-07-07 20:58:03',3150,210,'2005-07-16 20:05:03',2,'2006-02-15 21:30:53'),(4389,'2005-07-07 20:58:58',1672,166,'2005-07-13 19:57:58',2,'2006-02-15 21:30:53'),(4390,'2005-07-07 20:59:06',6,44,'2005-07-09 00:04:06',2,'2006-02-15 21:30:53'),(4391,'2005-07-07 21:09:38',2135,42,'2005-07-09 17:35:38',1,'2006-02-15 21:30:53'),(4392,'2005-07-07 21:11:02',4236,491,'2005-07-13 21:52:02',1,'2006-02-15 21:30:53'),(4393,'2005-07-07 21:12:36',4034,395,'2005-07-09 22:41:36',2,'2006-02-15 21:30:53'),(4394,'2005-07-07 21:12:45',563,156,'2005-07-16 18:24:45',2,'2006-02-15 21:30:53'),(4395,'2005-07-07 21:13:22',360,544,'2005-07-08 22:59:22',2,'2006-02-15 21:30:53'),(4396,'2005-07-07 21:14:19',750,275,'2005-07-10 19:22:19',1,'2006-02-15 21:30:53'),(4397,'2005-07-07 21:14:54',3085,494,'2005-07-13 19:24:54',2,'2006-02-15 21:30:53'),(4398,'2005-07-07 21:18:44',3628,426,'2005-07-10 22:45:44',1,'2006-02-15 21:30:53'),(4399,'2005-07-07 21:20:28',4515,402,'2005-07-12 20:57:28',2,'2006-02-15 21:30:53'),(4400,'2005-07-07 21:22:26',49,370,'2005-07-16 00:59:26',2,'2006-02-15 21:30:53'),(4401,'2005-07-07 21:26:27',2725,405,'2005-07-12 17:18:27',2,'2006-02-15 21:30:53'),(4402,'2005-07-07 21:28:46',1198,26,'2005-07-08 17:04:46',1,'2006-02-15 21:30:53'),(4403,'2005-07-07 21:29:40',3973,447,'2005-07-09 17:58:40',1,'2006-02-15 21:30:53'),(4404,'2005-07-07 21:31:53',944,25,'2005-07-13 19:00:53',1,'2006-02-15 21:30:53'),(4405,'2005-07-07 21:33:16',2102,145,'2005-07-15 00:33:16',2,'2006-02-15 21:30:53'),(4406,'2005-07-07 21:35:16',438,448,'2005-07-15 16:13:16',2,'2006-02-15 21:30:53'),(4407,'2005-07-07 21:39:45',267,20,'2005-07-11 23:40:45',1,'2006-02-15 21:30:53'),(4408,'2005-07-07 21:41:06',2482,258,'2005-07-11 00:32:06',1,'2006-02-15 21:30:53'),(4409,'2005-07-07 21:47:29',3153,8,'2005-07-11 20:14:29',2,'2006-02-15 21:30:53'),(4410,'2005-07-07 21:48:16',2754,584,'2005-07-09 03:15:16',1,'2006-02-15 21:30:53'),(4411,'2005-07-07 21:54:58',320,224,'2005-07-14 16:14:58',2,'2006-02-15 21:30:53'),(4412,'2005-07-07 21:56:53',1181,282,'2005-07-11 19:28:53',1,'2006-02-15 21:30:53'),(4413,'2005-07-07 22:00:04',1062,565,'2005-07-10 18:20:04',2,'2006-02-15 21:30:53'),(4414,'2005-07-07 22:00:21',991,434,'2005-07-12 02:51:21',1,'2006-02-15 21:30:53'),(4415,'2005-07-07 22:01:43',1403,329,'2005-07-13 03:09:43',2,'2006-02-15 21:30:53'),(4416,'2005-07-07 22:04:36',1247,290,'2005-07-09 02:44:36',2,'2006-02-15 21:30:53'),(4417,'2005-07-07 22:05:05',743,452,'2005-07-09 16:16:05',2,'2006-02-15 21:30:53'),(4418,'2005-07-07 22:05:30',4368,417,'2005-07-11 18:42:30',1,'2006-02-15 21:30:53'),(4419,'2005-07-07 22:06:24',783,39,'2005-07-15 23:59:24',1,'2006-02-15 21:30:53'),(4420,'2005-07-07 22:07:31',4427,346,'2005-07-12 19:14:31',2,'2006-02-15 21:30:53'),(4421,'2005-07-07 22:07:55',4103,417,'2005-07-16 20:21:55',1,'2006-02-15 21:30:53'),(4422,'2005-07-07 22:09:45',1741,345,'2005-07-10 01:43:45',1,'2006-02-15 21:30:53'),(4423,'2005-07-07 22:11:28',2721,526,'2005-07-14 18:49:28',2,'2006-02-15 21:30:53'),(4424,'2005-07-07 22:14:43',662,384,'2005-07-11 01:17:43',1,'2006-02-15 21:30:53'),(4425,'2005-07-07 22:22:44',877,345,'2005-07-08 22:23:44',2,'2006-02-15 21:30:53'),(4426,'2005-07-07 22:28:32',364,242,'2005-07-16 02:04:32',1,'2006-02-15 21:30:53'),(4427,'2005-07-07 22:28:51',1021,69,'2005-07-11 21:37:51',2,'2006-02-15 21:30:53'),(4428,'2005-07-07 22:29:40',2575,181,'2005-07-11 02:46:40',2,'2006-02-15 21:30:53'),(4429,'2005-07-07 22:32:47',2949,187,'2005-07-15 03:10:47',2,'2006-02-15 21:30:53'),(4430,'2005-07-07 22:35:24',3436,278,'2005-07-14 23:49:24',1,'2006-02-15 21:30:53'),(4431,'2005-07-07 22:39:02',936,26,'2005-07-16 19:24:02',1,'2006-02-15 21:30:53'),(4432,'2005-07-07 22:40:02',2779,295,'2005-07-15 01:46:02',1,'2006-02-15 21:30:53'),(4433,'2005-07-07 22:45:41',88,449,'2005-07-16 23:30:41',2,'2006-02-15 21:30:53'),(4434,'2005-07-07 22:48:34',1801,32,'2005-07-09 18:55:34',1,'2006-02-15 21:30:53'),(4435,'2005-07-07 22:51:04',3815,157,'2005-07-14 23:15:04',2,'2006-02-15 21:30:53'),(4436,'2005-07-07 22:52:04',4326,563,'2005-07-10 04:51:04',1,'2006-02-15 21:30:53'),(4437,'2005-07-07 22:55:41',3578,414,'2005-07-13 19:40:41',1,'2006-02-15 21:30:53'),(4438,'2005-07-07 22:56:17',4371,104,'2005-07-16 17:28:17',1,'2006-02-15 21:30:53'),(4439,'2005-07-07 22:57:30',2393,521,'2005-07-10 18:28:30',1,'2006-02-15 21:30:53'),(4440,'2005-07-07 23:00:58',1236,507,'2005-07-08 21:31:58',2,'2006-02-15 21:30:53'),(4441,'2005-07-07 23:04:23',3680,211,'2005-07-13 19:07:23',1,'2006-02-15 21:30:53'),(4442,'2005-07-07 23:05:30',461,123,'2005-07-13 22:20:30',2,'2006-02-15 21:30:53'),(4443,'2005-07-07 23:05:53',72,389,'2005-07-16 01:46:53',1,'2006-02-15 21:30:53'),(4444,'2005-07-07 23:07:44',764,529,'2005-07-14 02:51:44',2,'2006-02-15 21:30:53'),(4445,'2005-07-07 23:08:22',3328,327,'2005-07-16 03:49:22',1,'2006-02-15 21:30:53'),(4446,'2005-07-07 23:12:16',2629,438,'2005-07-13 19:42:16',1,'2006-02-15 21:30:53'),(4447,'2005-07-07 23:15:28',404,549,'2005-07-14 22:53:28',2,'2006-02-15 21:30:53'),(4448,'2005-07-07 23:17:12',2768,536,'2005-07-13 18:26:12',1,'2006-02-15 21:30:53'),(4449,'2005-07-07 23:18:58',2813,354,'2005-07-15 20:40:58',2,'2006-02-15 21:30:53'),(4450,'2005-07-07 23:20:05',1252,345,'2005-07-13 19:50:05',2,'2006-02-15 21:30:53'),(4451,'2005-07-07 23:29:54',179,85,'2005-07-10 23:29:54',2,'2006-02-15 21:30:53'),(4452,'2005-07-07 23:31:54',2414,460,'2005-07-14 04:05:54',1,'2006-02-15 21:30:53'),(4453,'2005-07-07 23:32:39',89,560,'2005-07-12 01:38:39',2,'2006-02-15 21:30:53'),(4454,'2005-07-07 23:37:00',1395,9,'2005-07-11 02:30:00',1,'2006-02-15 21:30:53'),(4455,'2005-07-07 23:43:46',1396,507,'2005-07-08 21:34:46',2,'2006-02-15 21:30:53'),(4456,'2005-07-07 23:45:21',3395,421,'2005-07-13 23:03:21',2,'2006-02-15 21:30:53'),(4457,'2005-07-07 23:45:38',407,567,'2005-07-09 20:02:38',1,'2006-02-15 21:30:53'),(4458,'2005-07-07 23:47:47',1307,229,'2005-07-09 19:17:47',2,'2006-02-15 21:30:53'),(4459,'2005-07-07 23:48:52',3987,227,'2005-07-13 19:37:52',2,'2006-02-15 21:30:53'),(4460,'2005-07-07 23:50:14',4121,592,'2005-07-09 21:55:14',1,'2006-02-15 21:30:53'),(4461,'2005-07-07 23:59:43',3656,286,'2005-07-16 19:44:43',2,'2006-02-15 21:30:53'),(4462,'2005-07-08 00:02:49',4120,257,'2005-07-15 20:48:49',2,'2006-02-15 21:30:53'),(4463,'2005-07-08 00:04:59',4356,422,'2005-07-16 01:19:59',1,'2006-02-15 21:30:53'),(4464,'2005-07-08 00:07:18',4484,583,'2005-07-08 22:14:18',2,'2006-02-15 21:30:53'),(4465,'2005-07-08 00:07:45',2877,329,'2005-07-13 18:08:45',2,'2006-02-15 21:30:53'),(4466,'2005-07-08 00:12:53',3320,304,'2005-07-17 03:49:53',2,'2006-02-15 21:30:53'),(4467,'2005-07-08 00:13:52',4466,339,'2005-07-09 00:52:52',1,'2006-02-15 21:30:53'),(4468,'2005-07-08 00:17:59',3302,170,'2005-07-12 05:51:59',2,'2006-02-15 21:30:53'),(4469,'2005-07-08 00:18:32',2173,192,'2005-07-12 21:17:32',2,'2006-02-15 21:30:53'),(4470,'2005-07-08 00:20:57',3605,145,'2005-07-10 02:31:57',1,'2006-02-15 21:30:53'),(4471,'2005-07-08 00:21:29',263,30,'2005-07-11 18:48:29',2,'2006-02-15 21:30:53'),(4472,'2005-07-08 00:22:06',2089,343,'2005-07-16 20:16:06',1,'2006-02-15 21:30:53'),(4473,'2005-07-08 00:22:10',1387,481,'2005-07-09 21:11:10',1,'2006-02-15 21:30:53'),(4474,'2005-07-08 00:26:56',4474,137,'2005-07-12 23:07:56',1,'2006-02-15 21:30:53'),(4475,'2005-07-08 00:27:30',3466,340,'2005-07-09 05:39:30',1,'2006-02-15 21:30:53'),(4476,'2005-07-08 00:34:25',395,279,'2005-07-08 22:55:25',1,'2006-02-15 21:30:53'),(4477,'2005-07-08 00:38:24',1602,552,'2005-07-13 05:14:24',1,'2006-02-15 21:30:53'),(4478,'2005-07-08 00:39:08',1764,357,'2005-07-11 21:57:08',2,'2006-02-15 21:30:53'),(4479,'2005-07-08 00:52:35',3516,211,'2005-07-09 20:19:35',2,'2006-02-15 21:30:53'),(4480,'2005-07-08 00:56:30',4457,296,'2005-07-10 20:52:30',2,'2006-02-15 21:30:53'),(4481,'2005-07-08 00:58:15',1669,474,'2005-07-11 23:22:15',2,'2006-02-15 21:30:53'),(4482,'2005-07-08 01:01:18',3500,511,'2005-07-11 01:18:18',1,'2006-02-15 21:30:53'),(4483,'2005-07-08 01:03:12',1222,425,'2005-07-17 00:20:12',1,'2006-02-15 21:30:53'),(4484,'2005-07-08 01:05:57',2867,306,'2005-07-16 00:41:57',2,'2006-02-15 21:30:53'),(4485,'2005-07-08 01:07:54',2614,130,'2005-07-16 03:19:54',2,'2006-02-15 21:30:53'),(4486,'2005-07-08 01:09:09',837,197,'2005-07-16 23:40:09',1,'2006-02-15 21:30:53'),(4487,'2005-07-08 01:20:22',2220,360,'2005-07-16 21:23:22',2,'2006-02-15 21:30:53'),(4488,'2005-07-08 01:22:23',2108,89,'2005-07-13 21:17:23',1,'2006-02-15 21:30:53'),(4489,'2005-07-08 01:23:58',4306,259,'2005-07-09 01:35:58',2,'2006-02-15 21:30:53'),(4490,'2005-07-08 01:26:32',2690,161,'2005-07-09 01:13:32',1,'2006-02-15 21:30:53'),(4491,'2005-07-08 01:30:46',1168,413,'2005-07-11 03:12:46',1,'2006-02-15 21:30:53'),(4492,'2005-07-08 01:32:04',1152,247,'2005-07-10 22:11:04',1,'2006-02-15 21:30:53'),(4493,'2005-07-08 01:40:24',1369,167,'2005-07-09 02:17:24',2,'2006-02-15 21:30:53'),(4494,'2005-07-08 01:42:45',1655,349,'2005-07-16 22:29:45',2,'2006-02-15 21:30:53'),(4495,'2005-07-08 01:43:46',3515,404,'2005-07-10 07:38:46',1,'2006-02-15 21:30:53'),(4496,'2005-07-08 01:44:19',150,578,'2005-07-08 20:34:19',2,'2006-02-15 21:30:53'),(4497,'2005-07-08 01:51:32',1995,142,'2005-07-15 22:56:32',1,'2006-02-15 21:30:53'),(4498,'2005-07-08 02:07:50',4299,43,'2005-07-12 23:54:50',2,'2006-02-15 21:30:53'),(4499,'2005-07-08 02:08:48',851,199,'2005-07-10 07:06:48',2,'2006-02-15 21:30:53'),(4500,'2005-07-08 02:10:01',398,462,'2005-07-15 05:49:01',2,'2006-02-15 21:30:53'),(4501,'2005-07-08 02:12:00',1412,262,'2005-07-10 02:16:00',2,'2006-02-15 21:30:53'),(4502,'2005-07-08 02:12:04',225,470,'2005-07-15 02:19:04',2,'2006-02-15 21:30:53'),(4503,'2005-07-08 02:17:12',1503,8,'2005-07-13 08:12:12',1,'2006-02-15 21:30:53'),(4504,'2005-07-08 02:19:27',361,422,'2005-07-12 21:15:27',1,'2006-02-15 21:30:53'),(4505,'2005-07-08 02:20:04',1864,481,'2005-07-14 20:28:04',2,'2006-02-15 21:30:53'),(4506,'2005-07-08 02:22:18',1484,133,'2005-07-13 04:54:18',2,'2006-02-15 21:30:53'),(4507,'2005-07-08 02:22:45',819,505,'2005-07-14 20:53:45',1,'2006-02-15 21:30:53'),(4508,'2005-07-08 02:28:41',3996,97,'2005-07-16 23:59:41',1,'2006-02-15 21:30:53'),(4509,'2005-07-08 02:32:38',1760,230,'2005-07-14 01:05:38',2,'2006-02-15 21:30:53'),(4510,'2005-07-08 02:34:51',1085,27,'2005-07-17 06:03:51',2,'2006-02-15 21:30:53'),(4511,'2005-07-08 02:36:21',4438,75,'2005-07-15 06:01:21',1,'2006-02-15 21:30:53'),(4512,'2005-07-08 02:38:56',1569,424,'2005-07-10 20:46:56',1,'2006-02-15 21:30:53'),(4513,'2005-07-08 02:39:59',3704,182,'2005-07-14 07:48:59',2,'2006-02-15 21:30:53'),(4514,'2005-07-08 02:41:25',1938,576,'2005-07-15 06:17:25',1,'2006-02-15 21:30:53'),(4515,'2005-07-08 02:42:03',1998,229,'2005-07-10 07:22:03',2,'2006-02-15 21:30:53'),(4516,'2005-07-08 02:43:41',2314,497,'2005-07-14 02:20:41',1,'2006-02-15 21:30:53'),(4517,'2005-07-08 02:45:19',453,16,'2005-07-12 03:04:19',2,'2006-02-15 21:30:53'),(4518,'2005-07-08 02:48:36',697,592,'2005-07-13 04:53:36',2,'2006-02-15 21:30:53'),(4519,'2005-07-08 02:51:23',4425,459,'2005-07-12 06:52:23',2,'2006-02-15 21:30:53'),(4520,'2005-07-08 02:53:46',3505,104,'2005-07-08 22:27:46',2,'2006-02-15 21:30:53'),(4521,'2005-07-08 02:57:56',2652,327,'2005-07-11 22:49:56',2,'2006-02-15 21:30:53'),(4522,'2005-07-08 03:03:12',4114,307,'2005-07-10 04:49:12',1,'2006-02-15 21:30:53'),(4523,'2005-07-08 03:06:59',2785,347,'2005-07-17 04:44:59',1,'2006-02-15 21:30:53'),(4524,'2005-07-08 03:10:48',2218,185,'2005-07-09 07:49:48',2,'2006-02-15 21:30:53'),(4525,'2005-07-08 03:15:00',3631,458,'2005-07-11 04:53:00',1,'2006-02-15 21:30:53'),(4526,'2005-07-08 03:17:05',1443,1,'2005-07-14 01:19:05',2,'2006-02-15 21:30:53'),(4527,'2005-07-08 03:20:10',2263,468,'2005-07-15 02:21:10',1,'2006-02-15 21:30:53'),(4528,'2005-07-08 03:24:54',3209,439,'2005-07-09 03:50:54',2,'2006-02-15 21:30:53'),(4529,'2005-07-08 03:26:20',1361,104,'2005-07-16 05:04:20',1,'2006-02-15 21:30:53'),(4530,'2005-07-08 03:27:05',3775,79,'2005-07-11 07:44:05',1,'2006-02-15 21:30:53'),(4531,'2005-07-08 03:27:59',3108,142,'2005-07-10 22:48:59',1,'2006-02-15 21:30:53'),(4532,'2005-07-08 03:30:39',4012,481,'2005-07-11 21:49:39',1,'2006-02-15 21:30:53'),(4533,'2005-07-08 03:32:01',1105,474,'2005-07-10 21:57:01',1,'2006-02-15 21:30:53'),(4534,'2005-07-08 03:36:55',2518,132,'2005-07-16 00:49:55',2,'2006-02-15 21:30:53'),(4535,'2005-07-08 03:40:46',561,29,'2005-07-13 06:53:46',2,'2006-02-15 21:30:53'),(4536,'2005-07-08 03:43:22',220,26,'2005-07-15 08:44:22',1,'2006-02-15 21:30:53'),(4537,'2005-07-08 03:48:40',1305,448,'2005-07-13 22:54:40',2,'2006-02-15 21:30:53'),(4538,'2005-07-08 03:56:29',3638,451,'2005-07-15 08:24:29',1,'2006-02-15 21:30:53'),(4539,'2005-07-08 04:01:02',2450,264,'2005-07-14 22:32:02',1,'2006-02-15 21:30:53'),(4540,'2005-07-08 04:03:28',4160,309,'2005-07-13 03:31:28',2,'2006-02-15 21:30:53'),(4541,'2005-07-08 04:04:19',1976,248,'2005-07-13 07:27:19',2,'2006-02-15 21:30:53'),(4542,'2005-07-08 04:06:30',4169,293,'2005-07-16 06:54:30',2,'2006-02-15 21:30:53'),(4543,'2005-07-08 04:06:55',913,41,'2005-07-12 23:17:55',2,'2006-02-15 21:30:53'),(4544,'2005-07-08 04:11:04',4471,351,'2005-07-09 22:48:04',1,'2006-02-15 21:30:53'),(4545,'2005-07-08 04:17:47',3658,271,'2005-07-13 07:19:47',1,'2006-02-15 21:30:53'),(4546,'2005-07-08 04:18:36',4507,393,'2005-07-17 08:23:36',1,'2006-02-15 21:30:53'),(4547,'2005-07-08 04:20:19',3386,255,'2005-07-09 00:28:19',2,'2006-02-15 21:30:53'),(4548,'2005-07-08 04:21:54',765,164,'2005-07-14 23:16:54',2,'2006-02-15 21:30:53'),(4549,'2005-07-08 04:25:03',2797,98,'2005-07-10 09:01:03',2,'2006-02-15 21:30:53'),(4550,'2005-07-08 04:34:00',615,409,'2005-07-14 23:45:00',2,'2006-02-15 21:30:53'),(4551,'2005-07-08 04:36:21',1160,494,'2005-07-17 10:23:21',2,'2006-02-15 21:30:53'),(4552,'2005-07-08 04:36:35',2549,313,'2005-07-14 05:48:35',2,'2006-02-15 21:30:53'),(4553,'2005-07-08 04:43:41',2114,529,'2005-07-09 23:55:41',1,'2006-02-15 21:30:53'),(4554,'2005-07-08 04:48:03',3878,376,'2005-07-16 04:34:03',1,'2006-02-15 21:30:53'),(4555,'2005-07-08 04:48:36',1757,68,'2005-07-17 07:57:36',1,'2006-02-15 21:30:53'),(4556,'2005-07-08 04:48:41',4099,348,'2005-07-16 08:51:41',2,'2006-02-15 21:30:53'),(4557,'2005-07-08 04:49:15',1191,132,'2005-07-14 00:00:15',2,'2006-02-15 21:30:53'),(4558,'2005-07-08 04:55:26',828,448,'2005-07-09 10:53:26',2,'2006-02-15 21:30:53'),(4559,'2005-07-08 04:56:49',1911,424,'2005-07-12 08:56:49',2,'2006-02-15 21:30:53'),(4560,'2005-07-08 04:58:48',303,36,'2005-07-10 04:27:48',1,'2006-02-15 21:30:53'),(4561,'2005-07-08 05:02:43',1643,500,'2005-07-11 04:56:43',1,'2006-02-15 21:30:53'),(4562,'2005-07-08 05:08:32',963,454,'2005-07-12 08:16:32',2,'2006-02-15 21:30:53'),(4563,'2005-07-08 05:08:55',287,522,'2005-07-16 05:44:55',2,'2006-02-15 21:30:53'),(4564,'2005-07-08 05:09:38',2494,519,'2005-07-11 05:37:38',2,'2006-02-15 21:30:53'),(4565,'2005-07-08 05:12:28',3755,563,'2005-07-17 03:38:28',2,'2006-02-15 21:30:53'),(4566,'2005-07-08 05:18:50',4302,133,'2005-07-15 01:53:50',1,'2006-02-15 21:30:53'),(4567,'2005-07-08 05:20:04',4073,202,'2005-07-10 01:35:04',1,'2006-02-15 21:30:53'),(4568,'2005-07-08 05:23:59',2626,122,'2005-07-09 06:07:59',1,'2006-02-15 21:30:53'),(4569,'2005-07-08 05:30:51',2925,366,'2005-07-14 04:14:51',2,'2006-02-15 21:30:53'),(4570,'2005-07-08 05:33:59',2612,503,'2005-07-14 09:27:59',1,'2006-02-15 21:30:53'),(4571,'2005-07-08 05:34:41',2416,86,'2005-07-17 02:15:41',1,'2006-02-15 21:30:53'),(4572,'2005-07-08 05:36:59',1324,323,'2005-07-12 04:46:59',2,'2006-02-15 21:30:53'),(4573,'2005-07-08 05:38:46',2478,400,'2005-07-15 07:07:46',1,'2006-02-15 21:30:53'),(4574,'2005-07-08 05:39:42',536,257,'2005-07-08 23:44:42',2,'2006-02-15 21:30:53'),(4575,'2005-07-08 05:49:14',231,41,'2005-07-11 04:08:14',2,'2006-02-15 21:30:53'),(4576,'2005-07-08 05:51:19',1920,567,'2005-07-10 11:36:19',1,'2006-02-15 21:30:53'),(4577,'2005-07-08 05:59:00',1688,442,'2005-07-16 06:23:00',2,'2006-02-15 21:30:53'),(4578,'2005-07-08 06:00:17',1533,497,'2005-07-10 06:58:17',2,'2006-02-15 21:30:53'),(4579,'2005-07-08 06:01:56',4290,585,'2005-07-13 11:24:56',1,'2006-02-15 21:30:53'),(4580,'2005-07-08 06:04:23',3512,199,'2005-07-15 05:42:23',2,'2006-02-15 21:30:53'),(4581,'2005-07-08 06:05:06',887,591,'2005-07-16 00:54:06',1,'2006-02-15 21:30:53'),(4582,'2005-07-08 06:09:09',688,274,'2005-07-14 02:23:09',1,'2006-02-15 21:30:53'),(4583,'2005-07-08 06:09:44',4151,365,'2005-07-12 03:44:44',1,'2006-02-15 21:30:53'),(4584,'2005-07-08 06:11:02',2322,368,'2005-07-11 05:14:02',1,'2006-02-15 21:30:53'),(4585,'2005-07-08 06:11:58',1622,143,'2005-07-17 01:58:58',1,'2006-02-15 21:30:53'),(4586,'2005-07-08 06:12:33',1374,461,'2005-07-13 11:06:33',2,'2006-02-15 21:30:53'),(4587,'2005-07-08 06:16:26',3502,63,'2005-07-13 00:59:26',1,'2006-02-15 21:30:53'),(4588,'2005-07-08 06:18:01',3629,198,'2005-07-10 08:59:01',1,'2006-02-15 21:30:53'),(4589,'2005-07-08 06:26:04',1192,99,'2005-07-09 10:31:04',2,'2006-02-15 21:30:53'),(4590,'2005-07-08 06:27:48',4233,580,'2005-07-14 07:46:48',1,'2006-02-15 21:30:53'),(4591,'2005-07-08 06:29:43',2276,182,'2005-07-17 07:20:43',1,'2006-02-15 21:30:53'),(4592,'2005-07-08 06:31:28',2141,235,'2005-07-10 06:08:28',2,'2006-02-15 21:30:53'),(4593,'2005-07-08 06:38:12',2897,528,'2005-07-16 10:48:12',2,'2006-02-15 21:30:53'),(4594,'2005-07-08 06:40:06',26,506,'2005-07-16 05:51:06',2,'2006-02-15 21:30:53'),(4595,'2005-07-08 06:40:25',760,336,'2005-07-14 08:54:25',1,'2006-02-15 21:30:53'),(4596,'2005-07-08 06:41:25',2280,306,'2005-07-14 01:36:25',1,'2006-02-15 21:30:53'),(4597,'2005-07-08 06:43:42',3767,545,'2005-07-13 01:32:42',1,'2006-02-15 21:30:53'),(4598,'2005-07-08 06:46:26',258,82,'2005-07-16 01:21:26',1,'2006-02-15 21:30:53'),(4599,'2005-07-08 06:48:26',2098,356,'2005-07-11 07:06:26',1,'2006-02-15 21:30:53'),(4600,'2005-07-08 06:48:37',1526,457,'2005-07-15 10:11:37',1,'2006-02-15 21:30:53'),(4601,'2005-07-08 06:49:10',3184,572,'2005-07-09 07:43:10',1,'2006-02-15 21:30:53'),(4602,'2005-07-08 06:52:40',3616,129,'2005-07-10 06:30:40',1,'2006-02-15 21:30:53'),(4603,'2005-07-08 06:57:07',755,334,'2005-07-17 04:32:07',1,'2006-02-15 21:30:53'),(4604,'2005-07-08 06:58:43',4230,402,'2005-07-14 06:41:43',1,'2006-02-15 21:30:53'),(4605,'2005-07-08 07:00:14',1139,523,'2005-07-16 08:38:14',1,'2006-02-15 21:30:53'),(4606,'2005-07-08 07:05:50',1946,502,'2005-07-16 09:11:50',2,'2006-02-15 21:30:53'),(4607,'2005-07-08 07:15:14',1193,281,'2005-07-11 01:32:14',1,'2006-02-15 21:30:53'),(4608,'2005-07-08 07:19:11',758,11,'2005-07-11 01:37:11',1,'2006-02-15 21:30:53'),(4609,'2005-07-08 07:22:29',3711,573,'2005-07-10 08:06:29',1,'2006-02-15 21:30:53'),(4610,'2005-07-08 07:28:05',1279,265,'2005-07-14 02:10:05',1,'2006-02-15 21:30:53'),(4611,'2005-07-08 07:33:56',3486,1,'2005-07-12 13:25:56',2,'2006-02-15 21:30:53'),(4612,'2005-07-08 07:40:44',82,371,'2005-07-12 03:48:44',1,'2006-02-15 21:30:53'),(4613,'2005-07-08 07:44:49',476,581,'2005-07-09 04:47:49',1,'2006-02-15 21:30:53'),(4614,'2005-07-08 07:45:17',2579,71,'2005-07-12 02:10:17',2,'2006-02-15 21:30:53'),(4615,'2005-07-08 07:46:53',1200,404,'2005-07-16 12:43:53',2,'2006-02-15 21:30:53'),(4616,'2005-07-08 07:48:12',2580,280,'2005-07-10 08:13:12',2,'2006-02-15 21:30:53'),(4617,'2005-07-08 07:55:08',3784,475,'2005-07-17 02:49:08',2,'2006-02-15 21:30:53'),(4618,'2005-07-08 08:00:20',3691,179,'2005-07-14 05:59:20',1,'2006-02-15 21:30:53'),(4619,'2005-07-08 08:01:09',2127,579,'2005-07-16 05:52:09',2,'2006-02-15 21:30:53'),(4620,'2005-07-08 08:01:44',3467,210,'2005-07-16 07:43:44',2,'2006-02-15 21:30:53'),(4621,'2005-07-08 08:02:18',1594,297,'2005-07-12 08:53:18',2,'2006-02-15 21:30:53'),(4622,'2005-07-08 08:02:42',2710,289,'2005-07-10 07:46:42',2,'2006-02-15 21:30:53'),(4623,'2005-07-08 08:03:22',4171,593,'2005-07-12 09:11:22',2,'2006-02-15 21:30:53'),(4624,'2005-07-08 08:12:17',1548,341,'2005-07-15 12:24:17',2,'2006-02-15 21:30:53'),(4625,'2005-07-08 08:14:26',318,473,'2005-07-09 03:45:26',1,'2006-02-15 21:30:53'),(4626,'2005-07-08 08:18:21',37,268,'2005-07-10 11:36:21',1,'2006-02-15 21:30:53'),(4627,'2005-07-08 08:24:39',2383,78,'2005-07-13 11:04:39',2,'2006-02-15 21:30:53'),(4628,'2005-07-08 08:25:52',1888,540,'2005-07-10 11:22:52',1,'2006-02-15 21:30:53'),(4629,'2005-07-08 08:31:26',228,563,'2005-07-17 12:07:26',1,'2006-02-15 21:30:53'),(4630,'2005-07-08 08:33:38',3446,319,'2005-07-09 13:09:38',2,'2006-02-15 21:30:53'),(4631,'2005-07-08 08:38:22',470,59,'2005-07-11 03:33:22',2,'2006-02-15 21:30:53'),(4632,'2005-07-08 08:38:57',4330,393,'2005-07-15 09:33:57',1,'2006-02-15 21:30:53'),(4633,'2005-07-08 08:39:39',3178,348,'2005-07-15 10:23:39',1,'2006-02-15 21:30:53'),(4634,'2005-07-08 08:40:02',811,275,'2005-07-12 04:45:02',2,'2006-02-15 21:30:53'),(4635,'2005-07-08 08:42:40',2434,65,'2005-07-14 10:31:40',1,'2006-02-15 21:30:53'),(4636,'2005-07-08 08:44:32',1858,228,'2005-07-10 08:59:32',2,'2006-02-15 21:30:53'),(4637,'2005-07-08 08:49:54',1917,263,'2005-07-11 13:12:54',2,'2006-02-15 21:30:53'),(4638,'2005-07-08 08:57:20',2240,305,'2005-07-10 05:08:20',2,'2006-02-15 21:30:53'),(4639,'2005-07-08 08:57:21',2459,75,'2005-07-14 11:22:21',2,'2006-02-15 21:30:53'),(4640,'2005-07-08 08:59:34',1147,506,'2005-07-15 03:31:34',1,'2006-02-15 21:30:53'),(4641,'2005-07-08 09:09:46',2436,26,'2005-07-17 03:54:46',2,'2006-02-15 21:30:53'),(4642,'2005-07-08 09:13:28',1962,30,'2005-07-10 06:17:28',2,'2006-02-15 21:30:53'),(4643,'2005-07-08 09:13:56',239,436,'2005-07-10 12:09:56',2,'2006-02-15 21:30:53'),(4644,'2005-07-08 09:14:29',3239,38,'2005-07-10 07:20:29',2,'2006-02-15 21:30:53'),(4645,'2005-07-08 09:20:09',687,400,'2005-07-09 06:07:09',2,'2006-02-15 21:30:53'),(4646,'2005-07-08 09:23:26',618,362,'2005-07-16 04:03:26',1,'2006-02-15 21:30:53'),(4647,'2005-07-08 09:27:36',674,312,'2005-07-16 14:56:36',2,'2006-02-15 21:30:53'),(4648,'2005-07-08 09:31:27',3490,444,'2005-07-13 03:55:27',2,'2006-02-15 21:30:53'),(4649,'2005-07-08 09:32:05',1116,221,'2005-07-15 08:37:05',2,'2006-02-15 21:30:53'),(4650,'2005-07-08 09:32:08',2850,108,'2005-07-15 15:20:08',1,'2006-02-15 21:30:53'),(4651,'2005-07-08 09:39:39',4064,557,'2005-07-09 12:14:39',2,'2006-02-15 21:30:53'),(4652,'2005-07-08 09:47:51',4198,127,'2005-07-16 04:09:51',2,'2006-02-15 21:30:53'),(4653,'2005-07-08 09:48:01',2511,404,'2005-07-17 05:18:01',1,'2006-02-15 21:30:53'),(4654,'2005-07-08 09:48:03',4210,434,'2005-07-17 13:17:03',1,'2006-02-15 21:30:53'),(4655,'2005-07-08 09:49:22',4078,213,'2005-07-15 13:08:22',1,'2006-02-15 21:30:53'),(4656,'2005-07-08 09:50:10',839,141,'2005-07-13 15:00:10',1,'2006-02-15 21:30:53'),(4657,'2005-07-08 09:51:02',1002,54,'2005-07-09 09:29:02',2,'2006-02-15 21:30:53'),(4658,'2005-07-08 09:51:11',3131,166,'2005-07-10 12:30:11',2,'2006-02-15 21:30:53'),(4659,'2005-07-08 09:53:28',4389,425,'2005-07-14 14:56:28',2,'2006-02-15 21:30:53'),(4660,'2005-07-08 09:54:47',1208,139,'2005-07-11 15:19:47',2,'2006-02-15 21:30:53'),(4661,'2005-07-08 09:55:06',2641,518,'2005-07-11 08:26:06',1,'2006-02-15 21:30:53'),(4662,'2005-07-08 09:58:54',1370,553,'2005-07-10 12:51:54',1,'2006-02-15 21:30:53'),(4663,'2005-07-08 09:59:18',2959,139,'2005-07-10 11:25:18',1,'2006-02-15 21:30:53'),(4664,'2005-07-08 10:01:28',1318,546,'2005-07-12 10:37:28',2,'2006-02-15 21:30:53'),(4665,'2005-07-08 10:04:24',575,106,'2005-07-14 15:13:24',1,'2006-02-15 21:30:53'),(4666,'2005-07-08 10:05:02',4576,120,'2005-07-16 07:28:02',1,'2006-02-15 21:30:53'),(4667,'2005-07-08 10:06:26',3348,485,'2005-07-14 04:48:26',1,'2006-02-15 21:30:53'),(4668,'2005-07-08 10:11:45',3971,481,'2005-07-17 13:01:45',2,'2006-02-15 21:30:53'),(4669,'2005-07-08 10:13:08',3494,581,'2005-07-16 07:52:08',1,'2006-02-15 21:30:53'),(4670,'2005-07-08 10:14:18',3317,153,'2005-07-16 15:10:18',2,'2006-02-15 21:30:53'),(4671,'2005-07-08 10:15:32',2139,55,'2005-07-14 08:19:32',2,'2006-02-15 21:30:53'),(4672,'2005-07-08 10:15:38',1922,18,'2005-07-16 05:06:38',1,'2006-02-15 21:30:53'),(4673,'2005-07-08 10:16:00',2792,91,'2005-07-17 10:03:00',2,'2006-02-15 21:30:53'),(4674,'2005-07-08 10:19:28',1617,329,'2005-07-12 12:54:28',2,'2006-02-15 21:30:53'),(4675,'2005-07-08 10:24:22',1309,380,'2005-07-14 11:09:22',1,'2006-02-15 21:30:53'),(4676,'2005-07-08 10:26:02',2590,302,'2005-07-10 13:38:02',2,'2006-02-15 21:30:53'),(4677,'2005-07-08 10:30:36',1226,258,'2005-07-14 12:40:36',1,'2006-02-15 21:30:53'),(4678,'2005-07-08 10:30:40',241,219,'2005-07-13 11:08:40',1,'2006-02-15 21:30:53'),(4679,'2005-07-08 10:33:14',3610,423,'2005-07-15 14:30:14',2,'2006-02-15 21:30:53'),(4680,'2005-07-08 10:35:28',4043,227,'2005-07-14 08:42:28',1,'2006-02-15 21:30:53'),(4681,'2005-07-08 10:36:03',1025,133,'2005-07-16 09:21:03',2,'2006-02-15 21:30:53'),(4682,'2005-07-08 10:38:27',873,263,'2005-07-11 06:29:27',2,'2006-02-15 21:30:53'),(4683,'2005-07-08 10:38:28',3464,283,'2005-07-09 12:07:28',1,'2006-02-15 21:30:53'),(4684,'2005-07-08 10:41:06',503,585,'2005-07-17 10:35:06',1,'2006-02-15 21:30:53'),(4685,'2005-07-08 10:45:13',602,590,'2005-07-12 08:29:13',1,'2006-02-15 21:30:53'),(4686,'2005-07-08 10:53:39',1398,234,'2005-07-10 05:34:39',2,'2006-02-15 21:30:53'),(4687,'2005-07-08 10:54:19',1156,169,'2005-07-10 08:00:19',2,'2006-02-15 21:30:53'),(4688,'2005-07-08 11:03:29',3574,80,'2005-07-17 15:41:29',2,'2006-02-15 21:30:53'),(4689,'2005-07-08 11:03:47',2519,364,'2005-07-16 06:07:47',2,'2006-02-15 21:30:53'),(4690,'2005-07-08 11:04:02',3304,64,'2005-07-15 10:27:02',2,'2006-02-15 21:30:53'),(4691,'2005-07-08 11:04:53',596,126,'2005-07-09 07:48:53',1,'2006-02-15 21:30:53'),(4692,'2005-07-08 11:07:06',1490,288,'2005-07-09 14:08:06',1,'2006-02-15 21:30:53'),(4693,'2005-07-08 11:07:36',1694,221,'2005-07-14 08:40:36',1,'2006-02-15 21:30:53'),(4694,'2005-07-08 11:07:37',3637,229,'2005-07-12 06:53:37',2,'2006-02-15 21:30:53'),(4695,'2005-07-08 11:07:59',805,39,'2005-07-17 16:35:59',1,'2006-02-15 21:30:53'),(4696,'2005-07-08 11:12:27',1358,424,'2005-07-14 05:41:27',1,'2006-02-15 21:30:53'),(4697,'2005-07-08 11:19:14',4143,224,'2005-07-12 07:14:14',2,'2006-02-15 21:30:53'),(4698,'2005-07-08 11:19:31',3963,570,'2005-07-13 13:45:31',2,'2006-02-15 21:30:53'),(4699,'2005-07-08 11:36:56',2462,348,'2005-07-14 11:35:56',2,'2006-02-15 21:30:53'),(4700,'2005-07-08 11:37:21',3889,317,'2005-07-12 15:41:21',1,'2006-02-15 21:30:53'),(4701,'2005-07-08 11:38:48',3012,522,'2005-07-13 15:59:48',2,'2006-02-15 21:30:53'),(4702,'2005-07-08 11:41:36',2593,56,'2005-07-10 06:55:36',1,'2006-02-15 21:30:53'),(4703,'2005-07-08 11:44:56',2859,544,'2005-07-13 09:17:56',1,'2006-02-15 21:30:53'),(4704,'2005-07-08 11:45:35',2291,28,'2005-07-10 09:46:35',1,'2006-02-15 21:30:53'),(4705,'2005-07-08 11:50:38',3709,85,'2005-07-12 15:58:38',2,'2006-02-15 21:30:53'),(4706,'2005-07-08 11:51:41',2512,380,'2005-07-17 12:58:41',1,'2006-02-15 21:30:53'),(4707,'2005-07-08 11:57:28',52,286,'2005-07-10 17:47:28',1,'2006-02-15 21:30:53'),(4708,'2005-07-08 11:59:19',3249,212,'2005-07-17 07:11:19',2,'2006-02-15 21:30:53'),(4709,'2005-07-08 12:04:34',3964,124,'2005-07-15 06:48:34',1,'2006-02-15 21:30:53'),(4710,'2005-07-08 12:04:53',248,590,'2005-07-13 11:28:53',2,'2006-02-15 21:30:53'),(4711,'2005-07-08 12:06:58',2327,563,'2005-07-12 08:37:58',1,'2006-02-15 21:30:53'),(4712,'2005-07-08 12:10:50',2371,39,'2005-07-17 14:54:50',2,'2006-02-15 21:30:53'),(4713,'2005-07-08 12:12:33',1399,207,'2005-07-16 17:13:33',1,'2006-02-15 21:30:53'),(4714,'2005-07-08 12:12:48',1932,385,'2005-07-17 08:43:48',2,'2006-02-15 21:30:53'),(4715,'2005-07-08 12:15:37',4010,276,'2005-07-10 10:37:37',2,'2006-02-15 21:30:53'),(4716,'2005-07-08 12:18:51',1923,391,'2005-07-11 11:06:51',2,'2006-02-15 21:30:53'),(4717,'2005-07-08 12:22:43',1491,453,'2005-07-11 10:24:43',2,'2006-02-15 21:30:53'),(4718,'2005-07-08 12:32:08',1653,535,'2005-07-17 17:34:08',2,'2006-02-15 21:30:53'),(4719,'2005-07-08 12:33:00',1315,556,'2005-07-15 12:30:00',1,'2006-02-15 21:30:53'),(4720,'2005-07-08 12:34:34',2669,452,'2005-07-09 10:28:34',1,'2006-02-15 21:30:53'),(4721,'2005-07-08 12:39:31',3105,234,'2005-07-15 18:07:31',1,'2006-02-15 21:30:53'),(4722,'2005-07-08 12:42:27',3738,590,'2005-07-09 09:14:27',2,'2006-02-15 21:30:53'),(4723,'2005-07-08 12:44:59',965,44,'2005-07-17 07:22:59',2,'2006-02-15 21:30:53'),(4724,'2005-07-08 12:46:30',3375,18,'2005-07-14 12:39:30',1,'2006-02-15 21:30:53'),(4725,'2005-07-08 12:47:11',2058,3,'2005-07-15 09:08:11',2,'2006-02-15 21:30:53'),(4726,'2005-07-08 12:50:54',4369,144,'2005-07-17 07:09:54',2,'2006-02-15 21:30:53'),(4727,'2005-07-08 12:54:15',1251,39,'2005-07-17 14:32:15',2,'2006-02-15 21:30:53'),(4728,'2005-07-08 12:59:01',3687,462,'2005-07-13 13:00:01',1,'2006-02-15 21:30:53'),(4729,'2005-07-08 12:59:40',1429,205,'2005-07-10 13:35:40',2,'2006-02-15 21:30:53'),(4730,'2005-07-08 12:59:49',1619,126,'2005-07-14 16:15:49',2,'2006-02-15 21:30:53'),(4731,'2005-07-08 13:08:18',4124,241,'2005-07-09 13:16:18',2,'2006-02-15 21:30:53'),(4732,'2005-07-08 13:09:45',308,562,'2005-07-14 10:10:45',1,'2006-02-15 21:30:53'),(4733,'2005-07-08 13:12:07',2230,93,'2005-07-13 07:34:07',1,'2006-02-15 21:30:53'),(4734,'2005-07-08 13:12:12',1928,546,'2005-07-10 09:01:12',2,'2006-02-15 21:30:53'),(4735,'2005-07-08 13:12:27',4324,381,'2005-07-13 10:06:27',2,'2006-02-15 21:30:53'),(4736,'2005-07-08 13:22:55',3009,79,'2005-07-17 07:27:55',1,'2006-02-15 21:30:53'),(4737,'2005-07-08 13:23:53',4286,116,'2005-07-12 18:49:53',1,'2006-02-15 21:30:53'),(4738,'2005-07-08 13:24:58',2021,31,'2005-07-17 17:44:58',2,'2006-02-15 21:30:53'),(4739,'2005-07-08 13:25:57',140,197,'2005-07-11 17:36:57',1,'2006-02-15 21:30:53'),(4740,'2005-07-08 13:30:35',2559,379,'2005-07-14 18:43:35',1,'2006-02-15 21:30:53'),(4741,'2005-07-08 13:31:23',516,260,'2005-07-17 12:02:23',2,'2006-02-15 21:30:53'),(4742,'2005-07-08 13:35:23',3022,340,'2005-07-11 10:24:23',2,'2006-02-15 21:30:53'),(4743,'2005-07-08 13:42:36',80,535,'2005-07-11 18:54:36',2,'2006-02-15 21:30:53'),(4744,'2005-07-08 13:43:57',2948,507,'2005-07-12 09:21:57',2,'2006-02-15 21:30:53'),(4745,'2005-07-08 13:45:09',1351,354,'2005-07-12 18:54:09',1,'2006-02-15 21:30:53'),(4746,'2005-07-08 13:47:55',173,148,'2005-07-11 09:06:55',2,'2006-02-15 21:30:53'),(4747,'2005-07-08 13:53:01',3942,383,'2005-07-12 17:10:01',2,'2006-02-15 21:30:53'),(4748,'2005-07-08 13:59:38',4279,9,'2005-07-15 16:51:38',1,'2006-02-15 21:30:53'),(4749,'2005-07-08 14:05:58',1190,236,'2005-07-10 18:35:58',2,'2006-02-15 21:30:53'),(4750,'2005-07-08 14:07:03',3383,198,'2005-07-13 18:05:03',1,'2006-02-15 21:30:53'),(4751,'2005-07-08 14:07:52',3469,436,'2005-07-13 10:37:52',2,'2006-02-15 21:30:53'),(4752,'2005-07-08 14:15:20',3250,512,'2005-07-12 13:22:20',1,'2006-02-15 21:30:53'),(4753,'2005-07-08 14:18:41',1642,391,'2005-07-09 10:00:41',2,'2006-02-15 21:30:53'),(4754,'2005-07-08 14:20:01',3177,108,'2005-07-11 11:50:01',1,'2006-02-15 21:30:53'),(4755,'2005-07-08 14:23:41',661,378,'2005-07-10 19:35:41',1,'2006-02-15 21:30:53'),(4756,'2005-07-08 14:24:00',3068,351,'2005-07-12 16:16:00',1,'2006-02-15 21:30:53'),(4757,'2005-07-08 14:36:51',1278,504,'2005-07-12 15:28:51',1,'2006-02-15 21:30:53'),(4758,'2005-07-08 14:38:02',3698,288,'2005-07-13 12:09:02',2,'2006-02-15 21:30:53'),(4759,'2005-07-08 14:39:22',3999,284,'2005-07-17 15:02:22',2,'2006-02-15 21:30:53'),(4760,'2005-07-08 14:48:07',3718,177,'2005-07-10 12:41:07',2,'2006-02-15 21:30:53'),(4761,'2005-07-08 14:51:45',3556,351,'2005-07-14 20:28:45',1,'2006-02-15 21:30:53'),(4762,'2005-07-08 14:54:42',390,36,'2005-07-12 18:08:42',1,'2006-02-15 21:30:53'),(4763,'2005-07-08 14:57:32',899,465,'2005-07-15 10:00:32',2,'2006-02-15 21:30:53'),(4764,'2005-07-08 15:01:25',1188,89,'2005-07-17 15:16:25',1,'2006-02-15 21:30:53'),(4765,'2005-07-08 15:08:45',469,437,'2005-07-13 10:44:45',1,'2006-02-15 21:30:53'),(4766,'2005-07-08 15:16:04',1057,149,'2005-07-15 11:04:04',2,'2006-02-15 21:30:53'),(4767,'2005-07-08 15:18:53',3744,350,'2005-07-13 15:48:53',1,'2006-02-15 21:30:53'),(4768,'2005-07-08 15:28:20',2787,482,'2005-07-09 11:46:20',1,'2006-02-15 21:30:53'),(4769,'2005-07-08 15:29:16',3462,501,'2005-07-09 18:42:16',2,'2006-02-15 21:30:53'),(4770,'2005-07-08 15:29:46',2406,573,'2005-07-14 13:31:46',1,'2006-02-15 21:30:53'),(4771,'2005-07-08 15:33:32',1060,32,'2005-07-10 12:38:32',1,'2006-02-15 21:30:53'),(4772,'2005-07-08 15:41:11',2156,486,'2005-07-17 15:25:11',1,'2006-02-15 21:30:53'),(4773,'2005-07-08 15:41:39',3025,519,'2005-07-13 18:16:39',1,'2006-02-15 21:30:53'),(4774,'2005-07-08 15:42:28',673,489,'2005-07-16 18:29:28',2,'2006-02-15 21:30:53'),(4775,'2005-07-08 15:44:05',4277,595,'2005-07-11 20:39:05',2,'2006-02-15 21:30:53'),(4776,'2005-07-08 15:44:20',2598,563,'2005-07-17 10:50:20',2,'2006-02-15 21:30:53'),(4777,'2005-07-08 15:48:34',449,102,'2005-07-16 15:25:34',1,'2006-02-15 21:30:53'),(4778,'2005-07-08 15:51:51',611,78,'2005-07-12 16:58:51',2,'2006-02-15 21:30:53'),(4779,'2005-07-08 15:53:41',1321,338,'2005-07-15 20:30:41',1,'2006-02-15 21:30:53'),(4780,'2005-07-08 16:06:51',2740,115,'2005-07-13 18:34:51',1,'2006-02-15 21:30:53'),(4781,'2005-07-08 16:06:55',1818,593,'2005-07-16 11:22:55',2,'2006-02-15 21:30:53'),(4782,'2005-07-08 16:08:51',445,436,'2005-07-17 17:56:51',1,'2006-02-15 21:30:53'),(4783,'2005-07-08 16:09:24',3952,214,'2005-07-16 21:53:24',2,'2006-02-15 21:30:53'),(4784,'2005-07-08 16:09:56',549,182,'2005-07-09 20:35:56',1,'2006-02-15 21:30:53'),(4785,'2005-07-08 16:10:19',58,474,'2005-07-11 18:52:19',1,'2006-02-15 21:30:53'),(4786,'2005-07-08 16:13:05',2724,294,'2005-07-16 15:29:05',1,'2006-02-15 21:30:53'),(4787,'2005-07-08 16:16:04',3929,7,'2005-07-14 18:02:04',2,'2006-02-15 21:30:53'),(4788,'2005-07-08 16:17:35',691,533,'2005-07-11 11:56:35',2,'2006-02-15 21:30:53'),(4789,'2005-07-08 16:22:01',20,73,'2005-07-15 18:29:01',2,'2006-02-15 21:30:53'),(4790,'2005-07-08 16:25:27',100,500,'2005-07-11 11:35:27',1,'2006-02-15 21:30:53'),(4791,'2005-07-08 16:27:24',2505,393,'2005-07-14 21:50:24',2,'2006-02-15 21:30:53'),(4792,'2005-07-08 16:29:38',2132,147,'2005-07-10 16:31:38',2,'2006-02-15 21:30:53'),(4793,'2005-07-08 16:30:01',3090,427,'2005-07-15 17:56:01',1,'2006-02-15 21:30:53'),(4794,'2005-07-08 16:30:11',2497,451,'2005-07-17 12:41:11',2,'2006-02-15 21:30:53'),(4795,'2005-07-08 16:32:54',3409,497,'2005-07-09 14:15:54',1,'2006-02-15 21:30:53'),(4796,'2005-07-08 16:35:44',2484,9,'2005-07-13 11:08:44',2,'2006-02-15 21:30:53'),(4797,'2005-07-08 16:39:05',1389,265,'2005-07-09 11:41:05',1,'2006-02-15 21:30:53'),(4798,'2005-07-08 16:45:16',3874,212,'2005-07-16 13:45:16',2,'2006-02-15 21:30:53'),(4799,'2005-07-08 16:49:27',4112,512,'2005-07-12 19:58:27',2,'2006-02-15 21:30:53'),(4800,'2005-07-08 16:51:08',1940,99,'2005-07-13 14:16:08',2,'2006-02-15 21:30:53'),(4801,'2005-07-08 16:51:36',761,431,'2005-07-13 17:23:36',1,'2006-02-15 21:30:53'),(4802,'2005-07-08 16:55:17',22,562,'2005-07-15 19:34:17',1,'2006-02-15 21:30:53'),(4803,'2005-07-08 16:56:34',1786,174,'2005-07-14 20:16:34',1,'2006-02-15 21:30:53'),(4804,'2005-07-08 16:57:30',3756,269,'2005-07-10 18:25:30',1,'2006-02-15 21:30:53'),(4805,'2005-07-08 16:59:12',377,453,'2005-07-09 15:02:12',1,'2006-02-15 21:30:53'),(4806,'2005-07-08 17:01:02',214,506,'2005-07-15 21:41:02',1,'2006-02-15 21:30:53'),(4807,'2005-07-08 17:01:48',4511,348,'2005-07-16 22:33:48',2,'2006-02-15 21:30:53'),(4808,'2005-07-08 17:02:49',2544,563,'2005-07-12 22:49:49',2,'2006-02-15 21:30:53'),(4809,'2005-07-08 17:03:22',4251,474,'2005-07-17 22:39:22',1,'2006-02-15 21:30:53'),(4810,'2005-07-08 17:04:06',4056,209,'2005-07-09 13:41:06',1,'2006-02-15 21:30:53'),(4811,'2005-07-08 17:04:24',4032,127,'2005-07-12 16:41:24',2,'2006-02-15 21:30:53'),(4812,'2005-07-08 17:07:11',3281,304,'2005-07-17 21:03:11',2,'2006-02-15 21:30:53'),(4813,'2005-07-08 17:09:56',2752,439,'2005-07-09 22:29:56',1,'2006-02-15 21:30:53'),(4814,'2005-07-08 17:11:09',3497,244,'2005-07-17 12:43:09',2,'2006-02-15 21:30:53'),(4815,'2005-07-08 17:12:51',840,581,'2005-07-17 13:14:51',1,'2006-02-15 21:30:53'),(4816,'2005-07-08 17:14:14',2700,207,'2005-07-11 15:03:14',1,'2006-02-15 21:30:53'),(4817,'2005-07-08 17:17:31',1608,145,'2005-07-09 22:32:31',2,'2006-02-15 21:30:53'),(4818,'2005-07-08 17:18:22',115,144,'2005-07-14 14:40:22',1,'2006-02-15 21:30:53'),(4819,'2005-07-08 17:19:15',1342,64,'2005-07-16 14:32:15',1,'2006-02-15 21:30:53'),(4820,'2005-07-08 17:25:23',2672,172,'2005-07-17 20:32:23',2,'2006-02-15 21:30:53'),(4821,'2005-07-08 17:28:08',1690,172,'2005-07-11 17:44:08',1,'2006-02-15 21:30:53'),(4822,'2005-07-08 17:28:47',3970,185,'2005-07-14 13:06:47',1,'2006-02-15 21:30:53'),(4823,'2005-07-08 17:28:54',155,206,'2005-07-11 23:10:54',1,'2006-02-15 21:30:53'),(4824,'2005-07-08 17:37:39',1855,225,'2005-07-16 18:27:39',1,'2006-02-15 21:30:53'),(4825,'2005-07-08 17:43:01',2419,563,'2005-07-11 20:58:01',1,'2006-02-15 21:30:53'),(4826,'2005-07-08 17:44:25',911,180,'2005-07-16 20:14:25',2,'2006-02-15 21:30:53'),(4827,'2005-07-08 17:46:30',4455,110,'2005-07-11 14:12:30',2,'2006-02-15 21:30:53'),(4828,'2005-07-08 17:52:29',1100,92,'2005-07-11 14:35:29',1,'2006-02-15 21:30:53'),(4829,'2005-07-08 17:54:18',2661,133,'2005-07-11 23:41:18',1,'2006-02-15 21:30:53'),(4830,'2005-07-08 17:56:23',1150,359,'2005-07-17 21:40:23',2,'2006-02-15 21:30:53'),(4831,'2005-07-08 18:00:14',2739,243,'2005-07-12 15:54:14',2,'2006-02-15 21:30:53'),(4832,'2005-07-08 18:07:05',1838,509,'2005-07-10 19:37:05',2,'2006-02-15 21:30:53'),(4833,'2005-07-08 18:07:35',2921,581,'2005-07-13 15:29:35',2,'2006-02-15 21:30:53'),(4834,'2005-07-08 18:07:45',1288,301,'2005-07-14 15:27:45',1,'2006-02-15 21:30:53'),(4835,'2005-07-08 18:08:13',2499,95,'2005-07-17 16:51:13',2,'2006-02-15 21:30:53'),(4836,'2005-07-08 18:09:08',2756,311,'2005-07-15 20:19:08',1,'2006-02-15 21:30:53'),(4837,'2005-07-08 18:09:12',1944,149,'2005-07-11 16:40:12',1,'2006-02-15 21:30:53'),(4838,'2005-07-08 18:11:00',3733,84,'2005-07-17 12:57:00',2,'2006-02-15 21:30:53'),(4839,'2005-07-08 18:13:10',1810,556,'2005-07-15 12:49:10',1,'2006-02-15 21:30:53'),(4840,'2005-07-08 18:18:16',1670,119,'2005-07-16 14:59:16',1,'2006-02-15 21:30:53'),(4841,'2005-07-08 18:18:23',518,248,'2005-07-11 16:51:23',2,'2006-02-15 21:30:53'),(4842,'2005-07-08 18:21:30',1438,160,'2005-07-10 22:25:30',2,'2006-02-15 21:30:53'),(4843,'2005-07-08 18:27:28',3640,45,'2005-07-15 00:26:28',2,'2006-02-15 21:30:53'),(4844,'2005-07-08 18:28:13',4057,237,'2005-07-09 21:17:13',2,'2006-02-15 21:30:53'),(4845,'2005-07-08 18:28:20',2337,553,'2005-07-09 14:38:20',2,'2006-02-15 21:30:53'),(4846,'2005-07-08 18:29:05',417,556,'2005-07-10 22:33:05',2,'2006-02-15 21:30:53'),(4847,'2005-07-08 18:29:13',3397,544,'2005-07-15 18:12:13',2,'2006-02-15 21:30:53'),(4848,'2005-07-08 18:30:16',2962,251,'2005-07-12 19:53:16',2,'2006-02-15 21:30:53'),(4849,'2005-07-08 18:34:34',4323,146,'2005-07-14 20:27:34',2,'2006-02-15 21:30:53'),(4850,'2005-07-08 18:39:31',3039,154,'2005-07-13 00:18:31',2,'2006-02-15 21:30:53'),(4851,'2005-07-08 18:40:05',134,557,'2005-07-12 21:46:05',1,'2006-02-15 21:30:53'),(4852,'2005-07-08 18:43:15',3545,418,'2005-07-15 18:48:15',2,'2006-02-15 21:30:53'),(4853,'2005-07-08 18:43:18',1454,23,'2005-07-12 14:28:18',2,'2006-02-15 21:30:53'),(4854,'2005-07-08 18:44:44',3644,487,'2005-07-13 13:37:44',1,'2006-02-15 21:30:53'),(4855,'2005-07-08 18:45:50',1146,337,'2005-07-11 18:23:50',2,'2006-02-15 21:30:53'),(4856,'2005-07-08 18:47:38',2441,7,'2005-07-13 15:02:38',2,'2006-02-15 21:30:53'),(4857,'2005-07-08 18:52:07',2069,211,'2005-07-11 22:06:07',1,'2006-02-15 21:30:53'),(4858,'2005-07-08 18:53:24',3424,447,'2005-07-17 20:32:24',2,'2006-02-15 21:30:53'),(4859,'2005-07-08 18:54:04',1939,369,'2005-07-13 13:04:04',1,'2006-02-15 21:30:53'),(4860,'2005-07-08 18:54:07',428,123,'2005-07-17 15:09:07',2,'2006-02-15 21:30:53'),(4861,'2005-07-08 18:57:30',2984,455,'2005-07-16 15:12:30',2,'2006-02-15 21:30:53'),(4862,'2005-07-08 19:02:46',293,291,'2005-07-17 20:17:46',1,'2006-02-15 21:30:53'),(4863,'2005-07-08 19:03:15',1,431,'2005-07-11 21:29:15',2,'2006-02-15 21:30:53'),(4864,'2005-07-08 19:05:34',2974,281,'2005-07-17 15:05:34',2,'2006-02-15 21:30:53'),(4865,'2005-07-08 19:09:04',1614,418,'2005-07-13 21:25:04',2,'2006-02-15 21:30:53'),(4866,'2005-07-08 19:09:59',4036,278,'2005-07-15 00:51:59',2,'2006-02-15 21:30:53'),(4867,'2005-07-08 19:10:52',4090,593,'2005-07-09 21:43:52',2,'2006-02-15 21:30:53'),(4868,'2005-07-08 19:13:50',1157,307,'2005-07-14 20:59:50',2,'2006-02-15 21:30:53'),(4869,'2005-07-08 19:14:05',2860,376,'2005-07-15 22:27:05',1,'2006-02-15 21:30:53'),(4870,'2005-07-08 19:14:45',3089,260,'2005-07-12 18:58:45',2,'2006-02-15 21:30:53'),(4871,'2005-07-08 19:19:52',2509,210,'2005-07-13 20:27:52',2,'2006-02-15 21:30:53'),(4872,'2005-07-08 19:23:16',1836,103,'2005-07-10 14:17:16',2,'2006-02-15 21:30:53'),(4873,'2005-07-08 19:23:32',4500,473,'2005-07-11 15:24:32',1,'2006-02-15 21:30:53'),(4874,'2005-07-08 19:23:38',2386,223,'2005-07-13 14:39:38',2,'2006-02-15 21:30:53'),(4875,'2005-07-08 19:24:17',843,555,'2005-07-11 19:15:17',2,'2006-02-15 21:30:53'),(4876,'2005-07-08 19:27:50',1959,283,'2005-07-14 15:42:50',1,'2006-02-15 21:30:53'),(4877,'2005-07-08 19:31:02',1846,287,'2005-07-15 19:05:02',1,'2006-02-15 21:30:53'),(4878,'2005-07-08 19:33:49',4009,172,'2005-07-17 17:47:49',1,'2006-02-15 21:30:53'),(4879,'2005-07-08 19:34:55',1406,196,'2005-07-09 15:53:55',1,'2006-02-15 21:30:53'),(4880,'2005-07-08 19:36:17',4178,269,'2005-07-13 00:01:17',1,'2006-02-15 21:30:53'),(4881,'2005-07-08 19:40:34',4346,349,'2005-07-09 17:08:34',2,'2006-02-15 21:30:53'),(4882,'2005-07-08 19:42:03',4540,184,'2005-07-16 22:24:03',1,'2006-02-15 21:30:53'),(4883,'2005-07-08 19:46:58',1366,563,'2005-07-10 15:48:58',1,'2006-02-15 21:30:53'),(4884,'2005-07-08 19:49:17',3543,425,'2005-07-15 23:14:17',2,'2006-02-15 21:30:53'),(4885,'2005-07-08 19:51:17',442,233,'2005-07-12 16:02:17',2,'2006-02-15 21:30:53'),(4886,'2005-07-08 19:53:22',3393,474,'2005-07-09 17:05:22',1,'2006-02-15 21:30:53'),(4887,'2005-07-08 19:59:14',3613,543,'2005-07-15 22:53:14',1,'2006-02-15 21:30:53'),(4888,'2005-07-08 20:04:27',1220,527,'2005-07-10 14:53:27',2,'2006-02-15 21:30:53'),(4889,'2005-07-08 20:04:43',4463,5,'2005-07-13 17:57:43',2,'2006-02-15 21:30:53'),(4890,'2005-07-08 20:05:38',3576,574,'2005-07-14 14:55:38',2,'2006-02-15 21:30:53'),(4891,'2005-07-08 20:06:19',1787,59,'2005-07-16 18:52:19',1,'2006-02-15 21:30:53'),(4892,'2005-07-08 20:06:25',3566,193,'2005-07-14 20:04:25',1,'2006-02-15 21:30:53'),(4893,'2005-07-08 20:19:55',2060,210,'2005-07-15 21:28:55',2,'2006-02-15 21:30:53'),(4894,'2005-07-08 20:21:31',1028,286,'2005-07-11 01:59:31',1,'2006-02-15 21:30:53'),(4895,'2005-07-08 20:22:05',2620,242,'2005-07-12 20:49:05',1,'2006-02-15 21:30:53'),(4896,'2005-07-08 20:23:15',3006,129,'2005-07-10 15:38:15',1,'2006-02-15 21:30:53'),(4897,'2005-07-08 20:25:11',2950,258,'2005-07-09 17:16:11',1,'2006-02-15 21:30:53'),(4898,'2005-07-08 20:31:43',3212,218,'2005-07-15 15:58:43',2,'2006-02-15 21:30:53'),(4899,'2005-07-08 20:37:11',414,32,'2005-07-10 21:53:11',1,'2006-02-15 21:30:53'),(4900,'2005-07-08 20:38:06',3487,426,'2005-07-09 22:45:06',2,'2006-02-15 21:30:53'),(4901,'2005-07-08 20:44:51',2187,507,'2005-07-10 01:04:51',1,'2006-02-15 21:30:53'),(4902,'2005-07-08 20:49:30',2238,554,'2005-07-13 16:54:30',2,'2006-02-15 21:30:53'),(4903,'2005-07-08 20:50:05',1769,132,'2005-07-13 15:27:05',1,'2006-02-15 21:30:53'),(4904,'2005-07-08 20:53:27',2051,173,'2005-07-18 01:16:27',1,'2006-02-15 21:30:53'),(4905,'2005-07-08 20:56:00',4101,246,'2005-07-12 00:19:00',2,'2006-02-15 21:30:53'),(4906,'2005-07-08 20:59:13',1527,490,'2005-07-15 01:12:13',2,'2006-02-15 21:30:53'),(4907,'2005-07-08 21:01:41',1206,209,'2005-07-13 02:23:41',2,'2006-02-15 21:30:53'),(4908,'2005-07-08 21:05:44',1963,160,'2005-07-17 21:33:44',2,'2006-02-15 21:30:53'),(4909,'2005-07-08 21:07:24',1451,228,'2005-07-10 22:34:24',1,'2006-02-15 21:30:53'),(4910,'2005-07-08 21:13:56',3675,219,'2005-07-18 02:39:56',2,'2006-02-15 21:30:53'),(4911,'2005-07-08 21:20:26',4479,66,'2005-07-15 03:11:26',1,'2006-02-15 21:30:53'),(4912,'2005-07-08 21:26:11',2012,275,'2005-07-18 02:19:11',1,'2006-02-15 21:30:53'),(4913,'2005-07-08 21:27:48',982,368,'2005-07-18 02:51:48',1,'2006-02-15 21:30:53'),(4914,'2005-07-08 21:30:53',298,535,'2005-07-17 01:29:53',1,'2006-02-15 21:30:53'),(4915,'2005-07-08 21:31:22',2772,178,'2005-07-13 16:45:22',2,'2006-02-15 21:30:53'),(4916,'2005-07-08 21:32:17',2680,212,'2005-07-14 20:55:17',2,'2006-02-15 21:30:53'),(4917,'2005-07-08 21:32:30',3231,104,'2005-07-09 15:34:30',1,'2006-02-15 21:30:53'),(4918,'2005-07-08 21:37:31',3819,220,'2005-07-11 20:16:31',2,'2006-02-15 21:30:53'),(4919,'2005-07-08 21:41:54',2106,157,'2005-07-11 23:14:54',1,'2006-02-15 21:30:53'),(4920,'2005-07-08 21:42:10',4285,239,'2005-07-15 03:08:10',1,'2006-02-15 21:30:53'),(4921,'2005-07-08 21:43:21',425,109,'2005-07-10 16:06:21',2,'2006-02-15 21:30:53'),(4922,'2005-07-08 21:44:00',2928,577,'2005-07-10 02:58:00',2,'2006-02-15 21:30:53'),(4923,'2005-07-08 21:44:39',932,18,'2005-07-17 15:50:39',2,'2006-02-15 21:30:53'),(4924,'2005-07-08 21:55:25',4344,180,'2005-07-16 16:52:25',1,'2006-02-15 21:30:53'),(4925,'2005-07-08 21:56:00',2169,68,'2005-07-14 17:17:00',2,'2006-02-15 21:30:53'),(4926,'2005-07-08 22:01:48',4155,415,'2005-07-18 03:27:48',1,'2006-02-15 21:30:53'),(4927,'2005-07-08 22:05:35',2566,136,'2005-07-14 23:22:35',2,'2006-02-15 21:30:53'),(4928,'2005-07-08 22:05:41',4363,77,'2005-07-09 23:09:41',2,'2006-02-15 21:30:53'),(4929,'2005-07-08 22:06:18',734,297,'2005-07-17 18:17:18',2,'2006-02-15 21:30:53'),(4930,'2005-07-08 22:15:48',2057,451,'2005-07-15 21:02:48',2,'2006-02-15 21:30:53'),(4931,'2005-07-08 22:16:18',2750,284,'2005-07-17 03:42:18',1,'2006-02-15 21:30:53'),(4932,'2005-07-08 22:17:40',4237,558,'2005-07-15 22:13:40',2,'2006-02-15 21:30:53'),(4933,'2005-07-08 22:18:29',322,579,'2005-07-13 03:47:29',2,'2006-02-15 21:30:53'),(4934,'2005-07-08 22:18:42',1744,517,'2005-07-10 20:44:42',2,'2006-02-15 21:30:53'),(4935,'2005-07-08 22:20:56',2708,230,'2005-07-12 01:01:56',2,'2006-02-15 21:30:53'),(4936,'2005-07-08 22:24:50',2033,298,'2005-07-15 03:14:50',2,'2006-02-15 21:30:53'),(4937,'2005-07-08 22:29:59',33,273,'2005-07-15 21:51:59',2,'2006-02-15 21:30:53'),(4938,'2005-07-08 22:32:53',2164,418,'2005-07-14 16:48:53',2,'2006-02-15 21:30:53'),(4939,'2005-07-08 22:35:30',3201,425,'2005-07-17 22:05:30',1,'2006-02-15 21:30:53'),(4940,'2005-07-08 22:36:06',971,215,'2005-07-15 04:28:06',1,'2006-02-15 21:30:53'),(4941,'2005-07-08 22:39:10',3816,553,'2005-07-15 17:49:10',2,'2006-02-15 21:30:53'),(4942,'2005-07-08 22:42:47',4467,120,'2005-07-15 04:36:47',2,'2006-02-15 21:30:53'),(4943,'2005-07-08 22:43:05',2732,11,'2005-07-15 18:17:05',2,'2006-02-15 21:30:53'),(4944,'2005-07-08 22:44:28',3648,293,'2005-07-17 21:51:28',2,'2006-02-15 21:30:53'),(4945,'2005-07-08 22:45:02',2079,165,'2005-07-11 23:59:02',2,'2006-02-15 21:30:53'),(4946,'2005-07-08 22:46:23',272,440,'2005-07-16 17:19:23',1,'2006-02-15 21:30:53'),(4947,'2005-07-08 22:49:37',3905,388,'2005-07-17 21:03:37',1,'2006-02-15 21:30:53'),(4948,'2005-07-08 22:54:21',2972,518,'2005-07-17 03:52:21',2,'2006-02-15 21:30:53'),(4949,'2005-07-08 22:57:10',1184,567,'2005-07-11 01:26:10',2,'2006-02-15 21:30:53'),(4950,'2005-07-08 22:58:07',3291,148,'2005-07-09 20:41:07',2,'2006-02-15 21:30:53'),(4951,'2005-07-08 22:58:21',2766,28,'2005-07-16 18:58:21',1,'2006-02-15 21:30:53'),(4952,'2005-07-08 23:00:07',459,14,'2005-07-09 21:47:07',1,'2006-02-15 21:30:53'),(4953,'2005-07-08 23:09:48',2460,168,'2005-07-11 02:08:48',2,'2006-02-15 21:30:53'),(4954,'2005-07-08 23:14:16',627,99,'2005-07-14 23:23:16',2,'2006-02-15 21:30:53'),(4955,'2005-07-08 23:16:21',1103,225,'2005-07-14 02:09:21',2,'2006-02-15 21:30:53'),(4956,'2005-07-08 23:17:10',1512,477,'2005-07-18 00:14:10',1,'2006-02-15 21:30:53'),(4957,'2005-07-08 23:18:48',4082,399,'2005-07-09 23:13:48',1,'2006-02-15 21:30:53'),(4958,'2005-07-08 23:19:52',2354,346,'2005-07-17 20:31:52',1,'2006-02-15 21:30:53'),(4959,'2005-07-08 23:22:23',3898,236,'2005-07-10 03:17:23',2,'2006-02-15 21:30:53'),(4960,'2005-07-08 23:27:16',2176,434,'2005-07-18 02:01:16',1,'2006-02-15 21:30:53'),(4961,'2005-07-08 23:35:53',3668,96,'2005-07-14 22:46:53',2,'2006-02-15 21:30:53'),(4962,'2005-07-08 23:36:13',4399,532,'2005-07-15 03:39:13',1,'2006-02-15 21:30:53'),(4963,'2005-07-08 23:38:40',737,404,'2005-07-12 05:33:40',2,'2006-02-15 21:30:53'),(4964,'2005-07-08 23:46:38',1033,455,'2005-07-09 22:19:38',2,'2006-02-15 21:30:53'),(4965,'2005-07-08 23:46:57',535,432,'2005-07-15 18:47:57',1,'2006-02-15 21:30:53'),(4966,'2005-07-08 23:47:25',4360,118,'2005-07-14 03:35:25',1,'2006-02-15 21:30:53'),(4967,'2005-07-08 23:48:03',108,339,'2005-07-15 23:51:03',2,'2006-02-15 21:30:53'),(4968,'2005-07-08 23:49:19',3204,390,'2005-07-14 02:46:19',1,'2006-02-15 21:30:53'),(4969,'2005-07-08 23:51:26',4563,231,'2005-07-12 03:21:26',2,'2006-02-15 21:30:53'),(4970,'2005-07-08 23:54:29',2983,100,'2005-07-16 22:47:29',1,'2006-02-15 21:30:53'),(4971,'2005-07-08 23:54:49',460,64,'2005-07-16 00:15:49',1,'2006-02-15 21:30:53'),(4972,'2005-07-08 23:56:09',2451,498,'2005-07-16 19:15:09',1,'2006-02-15 21:30:53'),(4973,'2005-07-08 23:58:18',391,432,'2005-07-14 21:42:18',1,'2006-02-15 21:30:53'),(4974,'2005-07-09 00:00:36',1071,152,'2005-07-13 21:03:36',1,'2006-02-15 21:30:53'),(4975,'2005-07-09 00:02:46',3730,101,'2005-07-14 18:05:46',2,'2006-02-15 21:30:53'),(4976,'2005-07-09 00:03:30',617,199,'2005-07-10 19:05:30',1,'2006-02-15 21:30:53'),(4977,'2005-07-09 00:15:50',3310,584,'2005-07-10 00:34:50',2,'2006-02-15 21:30:53'),(4978,'2005-07-09 00:22:02',2578,279,'2005-07-18 04:37:02',1,'2006-02-15 21:30:53'),(4979,'2005-07-09 00:24:34',3447,204,'2005-07-12 20:04:34',1,'2006-02-15 21:30:53'),(4980,'2005-07-09 00:26:59',2638,100,'2005-07-14 19:42:59',1,'2006-02-15 21:30:53'),(4981,'2005-07-09 00:29:29',3363,399,'2005-07-16 19:06:29',2,'2006-02-15 21:30:53'),(4982,'2005-07-09 00:30:52',249,162,'2005-07-15 23:50:52',1,'2006-02-15 21:30:53'),(4983,'2005-07-09 00:34:16',1469,81,'2005-07-17 03:21:16',2,'2006-02-15 21:30:53'),(4984,'2005-07-09 00:35:31',1303,214,'2005-07-17 03:44:31',1,'2006-02-15 21:30:53'),(4985,'2005-07-09 00:36:02',2146,208,'2005-07-14 04:06:02',2,'2006-02-15 21:30:53'),(4986,'2005-07-09 00:44:33',3517,589,'2005-07-09 19:45:33',2,'2006-02-15 21:30:53'),(4987,'2005-07-09 00:45:41',996,277,'2005-07-14 03:32:41',2,'2006-02-15 21:30:53'),(4988,'2005-07-09 00:46:14',2718,433,'2005-07-16 01:45:14',2,'2006-02-15 21:30:53'),(4989,'2005-07-09 00:46:56',3326,210,'2005-07-17 06:24:56',1,'2006-02-15 21:30:53'),(4990,'2005-07-09 00:48:49',3305,35,'2005-07-10 06:36:49',2,'2006-02-15 21:30:53'),(4991,'2005-07-09 00:49:03',1856,540,'2005-07-13 05:02:03',1,'2006-02-15 21:30:53'),(4992,'2005-07-09 00:49:37',2081,315,'2005-07-16 02:05:37',1,'2006-02-15 21:30:53'),(4993,'2005-07-09 00:49:47',1740,517,'2005-07-11 21:19:47',1,'2006-02-15 21:30:53'),(4994,'2005-07-09 00:54:13',2546,246,'2005-07-09 21:02:13',1,'2006-02-15 21:30:53'),(4995,'2005-07-09 00:57:46',2063,247,'2005-07-13 03:32:46',1,'2006-02-15 21:30:53'),(4996,'2005-07-09 00:59:46',4440,129,'2005-07-16 01:30:46',2,'2006-02-15 21:30:53'),(4997,'2005-07-09 01:06:03',186,102,'2005-07-18 04:21:03',2,'2006-02-15 21:30:53'),(4998,'2005-07-09 01:07:21',202,534,'2005-07-10 05:48:21',2,'2006-02-15 21:30:53'),(4999,'2005-07-09 01:12:57',1797,196,'2005-07-17 00:12:57',1,'2006-02-15 21:30:53'),(5000,'2005-07-09 01:16:13',668,146,'2005-07-14 21:55:13',1,'2006-02-15 21:30:53'),(5001,'2005-07-09 01:17:04',2025,40,'2005-07-16 03:25:04',2,'2006-02-15 21:30:53'),(5002,'2005-07-09 01:17:08',2388,430,'2005-07-15 21:53:08',1,'2006-02-15 21:30:53'),(5003,'2005-07-09 01:19:03',3438,569,'2005-07-10 04:28:03',2,'2006-02-15 21:30:53'),(5004,'2005-07-09 01:20:50',2637,382,'2005-07-09 19:56:50',1,'2006-02-15 21:30:53'),(5005,'2005-07-09 01:21:44',3034,451,'2005-07-14 20:27:44',1,'2006-02-15 21:30:53'),(5006,'2005-07-09 01:24:07',1277,486,'2005-07-18 03:56:07',1,'2006-02-15 21:30:53'),(5007,'2005-07-09 01:26:22',3079,207,'2005-07-12 20:48:22',1,'2006-02-15 21:30:53'),(5008,'2005-07-09 01:31:42',824,509,'2005-07-11 22:34:42',2,'2006-02-15 21:30:53'),(5009,'2005-07-09 01:32:17',1539,102,'2005-07-18 03:39:17',2,'2006-02-15 21:30:53'),(5010,'2005-07-09 01:33:23',1999,574,'2005-07-14 04:00:23',2,'2006-02-15 21:30:53'),(5011,'2005-07-09 01:44:40',463,249,'2005-07-11 00:58:40',2,'2006-02-15 21:30:53'),(5012,'2005-07-09 01:45:04',1456,251,'2005-07-12 02:13:04',1,'2006-02-15 21:30:53'),(5013,'2005-07-09 01:46:45',3000,35,'2005-07-16 06:57:45',1,'2006-02-15 21:30:53'),(5014,'2005-07-09 01:51:49',4095,334,'2005-07-10 04:48:49',1,'2006-02-15 21:30:53'),(5015,'2005-07-09 01:54:24',1564,178,'2005-07-12 20:07:24',1,'2006-02-15 21:30:53'),(5016,'2005-07-09 01:57:57',1871,5,'2005-07-09 22:07:57',1,'2006-02-15 21:30:53'),(5017,'2005-07-09 02:00:16',3745,241,'2005-07-14 06:28:16',1,'2006-02-15 21:30:53'),(5018,'2005-07-09 02:01:05',2317,541,'2005-07-10 04:09:05',1,'2006-02-15 21:30:53'),(5019,'2005-07-09 02:04:32',3534,295,'2005-07-15 07:01:32',2,'2006-02-15 21:30:53'),(5020,'2005-07-09 02:07:56',4113,565,'2005-07-09 23:59:56',1,'2006-02-15 21:30:53'),(5021,'2005-07-09 02:09:41',3445,73,'2005-07-13 05:47:41',1,'2006-02-15 21:30:53'),(5022,'2005-07-09 02:10:54',928,499,'2005-07-17 08:07:54',2,'2006-02-15 21:30:53'),(5023,'2005-07-09 02:23:16',3206,358,'2005-07-15 20:37:16',1,'2006-02-15 21:30:53'),(5024,'2005-07-09 02:25:12',2987,335,'2005-07-12 03:15:12',1,'2006-02-15 21:30:53'),(5025,'2005-07-09 02:28:24',153,91,'2005-07-12 04:43:24',2,'2006-02-15 21:30:53'),(5026,'2005-07-09 02:32:34',989,463,'2005-07-13 04:39:34',2,'2006-02-15 21:30:53'),(5027,'2005-07-09 02:32:37',2179,109,'2005-07-16 23:13:37',1,'2006-02-15 21:30:53'),(5028,'2005-07-09 02:34:45',4531,30,'2005-07-14 20:45:45',2,'2006-02-15 21:30:53'),(5029,'2005-07-09 02:35:32',3938,265,'2005-07-17 22:46:32',1,'2006-02-15 21:30:53'),(5030,'2005-07-09 02:35:43',25,497,'2005-07-17 02:05:43',1,'2006-02-15 21:30:53'),(5031,'2005-07-09 02:36:37',4224,312,'2005-07-14 03:09:37',2,'2006-02-15 21:30:53'),(5032,'2005-07-09 02:39:47',2257,333,'2005-07-10 07:45:47',1,'2006-02-15 21:30:53'),(5033,'2005-07-09 02:42:01',2841,299,'2005-07-14 00:29:01',1,'2006-02-15 21:30:53'),(5034,'2005-07-09 02:48:15',340,148,'2005-07-11 23:13:15',2,'2006-02-15 21:30:53'),(5035,'2005-07-09 02:51:34',3699,99,'2005-07-16 21:38:34',1,'2006-02-15 21:30:53'),(5036,'2005-07-09 02:58:41',75,573,'2005-07-17 04:09:41',1,'2006-02-15 21:30:53'),(5037,'2005-07-09 02:59:10',435,524,'2005-07-15 07:54:10',2,'2006-02-15 21:30:53'),(5038,'2005-07-09 03:12:52',3086,10,'2005-07-17 22:27:52',2,'2006-02-15 21:30:53'),(5039,'2005-07-09 03:14:45',2020,268,'2005-07-16 06:57:45',2,'2006-02-15 21:30:53'),(5040,'2005-07-09 03:16:34',2479,405,'2005-07-17 01:13:34',2,'2006-02-15 21:30:53'),(5041,'2005-07-09 03:18:51',2711,305,'2005-07-13 03:08:51',1,'2006-02-15 21:30:53'),(5042,'2005-07-09 03:20:30',3609,254,'2005-07-15 07:22:30',1,'2006-02-15 21:30:53'),(5043,'2005-07-09 03:25:18',2979,369,'2005-07-13 00:57:18',2,'2006-02-15 21:30:53'),(5044,'2005-07-09 03:30:25',1625,147,'2005-07-11 02:32:25',2,'2006-02-15 21:30:53'),(5045,'2005-07-09 03:33:32',1041,230,'2005-07-18 06:15:32',1,'2006-02-15 21:30:53'),(5046,'2005-07-09 03:34:57',1639,227,'2005-07-17 22:36:57',2,'2006-02-15 21:30:53'),(5047,'2005-07-09 03:44:15',230,272,'2005-07-15 09:07:15',2,'2006-02-15 21:30:53'),(5048,'2005-07-09 03:46:33',1271,466,'2005-07-15 01:14:33',1,'2006-02-15 21:30:53'),(5049,'2005-07-09 03:54:12',3336,144,'2005-07-11 22:39:12',2,'2006-02-15 21:30:53'),(5050,'2005-07-09 03:54:38',3876,337,'2005-07-10 02:23:38',2,'2006-02-15 21:30:53'),(5051,'2005-07-09 03:57:53',4091,85,'2005-07-16 08:22:53',2,'2006-02-15 21:30:53'),(5052,'2005-07-09 03:59:43',1884,305,'2005-07-12 05:48:43',1,'2006-02-15 21:30:53'),(5053,'2005-07-09 03:59:46',570,295,'2005-07-09 23:53:46',2,'2006-02-15 21:30:53'),(5054,'2005-07-09 04:01:02',4001,135,'2005-07-18 05:16:02',2,'2006-02-15 21:30:53'),(5055,'2005-07-09 04:05:28',751,54,'2005-07-14 04:26:28',2,'2006-02-15 21:30:53'),(5056,'2005-07-09 04:13:45',2599,526,'2005-07-10 06:17:45',2,'2006-02-15 21:30:53'),(5057,'2005-07-09 04:20:29',1076,178,'2005-07-14 23:59:29',1,'2006-02-15 21:30:53'),(5058,'2005-07-09 04:20:35',917,221,'2005-07-18 08:09:35',2,'2006-02-15 21:30:53'),(5059,'2005-07-09 04:28:01',3951,396,'2005-07-15 22:57:01',1,'2006-02-15 21:30:53'),(5060,'2005-07-09 04:28:03',4317,57,'2005-07-12 07:41:03',2,'2006-02-15 21:30:53'),(5061,'2005-07-09 04:30:50',3893,230,'2005-07-12 03:24:50',1,'2006-02-15 21:30:53'),(5062,'2005-07-09 04:36:49',2190,141,'2005-07-10 06:26:49',1,'2006-02-15 21:30:53'),(5063,'2005-07-09 04:37:31',1027,133,'2005-07-13 09:56:31',2,'2006-02-15 21:30:53'),(5064,'2005-07-09 04:38:51',373,512,'2005-07-18 00:33:51',2,'2006-02-15 21:30:53'),(5065,'2005-07-09 04:42:00',1788,599,'2005-07-12 08:55:00',1,'2006-02-15 21:30:53'),(5066,'2005-07-09 04:48:50',1702,169,'2005-07-12 22:54:50',2,'2006-02-15 21:30:53'),(5067,'2005-07-09 04:52:35',1480,225,'2005-07-11 23:33:35',2,'2006-02-15 21:30:53'),(5068,'2005-07-09 04:53:18',2937,10,'2005-07-13 09:21:18',1,'2006-02-15 21:30:53'),(5069,'2005-07-09 04:56:30',4417,183,'2005-07-13 23:53:30',2,'2006-02-15 21:30:53'),(5070,'2005-07-09 04:58:26',2305,407,'2005-07-09 23:00:26',2,'2006-02-15 21:30:53'),(5071,'2005-07-09 05:00:39',4358,12,'2005-07-09 23:08:39',1,'2006-02-15 21:30:53'),(5072,'2005-07-09 05:01:58',94,254,'2005-07-18 08:17:58',2,'2006-02-15 21:30:53'),(5073,'2005-07-09 05:02:35',546,408,'2005-07-15 01:22:35',2,'2006-02-15 21:30:53'),(5074,'2005-07-09 05:06:24',1379,12,'2005-07-12 04:37:24',1,'2006-02-15 21:30:53'),(5075,'2005-07-09 05:12:07',903,170,'2005-07-12 08:29:07',1,'2006-02-15 21:30:53'),(5076,'2005-07-09 05:13:22',4388,574,'2005-07-16 09:11:22',1,'2006-02-15 21:30:53'),(5077,'2005-07-09 05:18:01',686,574,'2005-07-17 10:39:01',2,'2006-02-15 21:30:53'),(5078,'2005-07-09 05:20:24',1994,78,'2005-07-13 06:41:24',2,'2006-02-15 21:30:53'),(5079,'2005-07-09 05:20:40',3948,566,'2005-07-17 00:06:40',1,'2006-02-15 21:30:53'),(5080,'2005-07-09 05:23:55',635,254,'2005-07-11 05:56:55',2,'2006-02-15 21:30:53'),(5081,'2005-07-09 05:25:20',1953,420,'2005-07-13 23:45:20',1,'2006-02-15 21:30:53'),(5082,'2005-07-09 05:28:38',1584,470,'2005-07-10 02:46:38',2,'2006-02-15 21:30:53'),(5083,'2005-07-09 05:30:32',148,494,'2005-07-11 02:20:32',1,'2006-02-15 21:30:53'),(5084,'2005-07-09 05:33:27',3113,87,'2005-07-17 08:54:27',2,'2006-02-15 21:30:53'),(5085,'2005-07-09 05:36:49',4164,437,'2005-07-13 09:26:49',1,'2006-02-15 21:30:53'),(5086,'2005-07-09 05:40:04',3072,539,'2005-07-16 07:51:04',1,'2006-02-15 21:30:53'),(5087,'2005-07-09 05:44:28',3716,395,'2005-07-10 02:25:28',2,'2006-02-15 21:30:53'),(5088,'2005-07-09 05:45:16',3324,454,'2005-07-15 00:41:16',2,'2006-02-15 21:30:53'),(5089,'2005-07-09 05:45:40',451,289,'2005-07-15 05:31:40',1,'2006-02-15 21:30:53'),(5090,'2005-07-09 05:48:22',1728,296,'2005-07-11 06:50:22',2,'2006-02-15 21:30:53'),(5091,'2005-07-09 05:52:54',4572,149,'2005-07-10 02:49:54',1,'2006-02-15 21:30:53'),(5092,'2005-07-09 05:57:39',3256,139,'2005-07-12 00:45:39',2,'2006-02-15 21:30:53'),(5093,'2005-07-09 05:59:12',2734,597,'2005-07-10 11:45:12',2,'2006-02-15 21:30:53'),(5094,'2005-07-09 05:59:47',4451,178,'2005-07-18 05:34:47',2,'2006-02-15 21:30:53'),(5095,'2005-07-09 06:08:22',2788,292,'2005-07-11 10:52:22',1,'2006-02-15 21:30:53'),(5096,'2005-07-09 06:08:23',490,231,'2005-07-14 11:36:23',1,'2006-02-15 21:30:53'),(5097,'2005-07-09 06:09:51',3252,343,'2005-07-10 03:55:51',2,'2006-02-15 21:30:53'),(5098,'2005-07-09 06:13:54',1772,406,'2005-07-10 04:27:54',1,'2006-02-15 21:30:53'),(5099,'2005-07-09 06:14:30',768,393,'2005-07-12 08:23:30',2,'2006-02-15 21:30:53'),(5100,'2005-07-09 06:16:03',3193,101,'2005-07-10 10:21:03',1,'2006-02-15 21:30:53'),(5101,'2005-07-09 06:21:29',2737,154,'2005-07-11 02:58:29',1,'2006-02-15 21:30:53'),(5102,'2005-07-09 06:25:48',242,316,'2005-07-16 11:32:48',2,'2006-02-15 21:30:53'),(5103,'2005-07-09 06:34:40',2390,397,'2005-07-10 03:44:40',2,'2006-02-15 21:30:53'),(5104,'2005-07-09 06:37:07',2109,14,'2005-07-14 12:32:07',1,'2006-02-15 21:30:53'),(5105,'2005-07-09 06:38:59',2555,290,'2005-07-17 03:06:59',2,'2006-02-15 21:30:53'),(5106,'2005-07-09 06:40:24',110,137,'2005-07-13 10:28:24',1,'2006-02-15 21:30:53'),(5107,'2005-07-09 06:42:32',1697,21,'2005-07-10 08:21:32',2,'2006-02-15 21:30:53'),(5108,'2005-07-09 06:44:30',4229,30,'2005-07-17 04:24:30',1,'2006-02-15 21:30:53'),(5109,'2005-07-09 06:48:49',2373,102,'2005-07-14 01:17:49',1,'2006-02-15 21:30:53'),(5110,'2005-07-09 06:57:25',195,200,'2005-07-12 05:39:25',2,'2006-02-15 21:30:53'),(5111,'2005-07-09 07:02:19',2875,12,'2005-07-10 06:27:19',2,'2006-02-15 21:30:53'),(5112,'2005-07-09 07:04:04',3529,285,'2005-07-13 08:42:04',1,'2006-02-15 21:30:53'),(5113,'2005-07-09 07:06:18',3618,282,'2005-07-13 07:10:18',2,'2006-02-15 21:30:53'),(5114,'2005-07-09 07:07:05',3734,64,'2005-07-15 03:06:05',1,'2006-02-15 21:30:53'),(5115,'2005-07-09 07:07:18',2296,212,'2005-07-16 03:28:18',2,'2006-02-15 21:30:53'),(5116,'2005-07-09 07:10:12',2491,332,'2005-07-14 09:16:12',2,'2006-02-15 21:30:53'),(5117,'2005-07-09 07:11:22',2284,208,'2005-07-15 08:44:22',1,'2006-02-15 21:30:53'),(5118,'2005-07-09 07:13:52',957,5,'2005-07-18 05:18:52',2,'2006-02-15 21:30:53'),(5119,'2005-07-09 07:14:18',2996,301,'2005-07-18 04:07:18',1,'2006-02-15 21:30:53'),(5120,'2005-07-09 07:14:23',4431,373,'2005-07-14 04:00:23',2,'2006-02-15 21:30:53'),(5121,'2005-07-09 07:18:31',3321,526,'2005-07-15 01:48:31',1,'2006-02-15 21:30:53'),(5122,'2005-07-09 07:19:35',1423,261,'2005-07-16 03:04:35',2,'2006-02-15 21:30:53'),(5123,'2005-07-09 07:20:30',4278,219,'2005-07-14 05:24:30',1,'2006-02-15 21:30:53'),(5124,'2005-07-09 07:25:19',1857,565,'2005-07-15 01:51:19',1,'2006-02-15 21:30:53'),(5125,'2005-07-09 07:25:28',990,263,'2005-07-12 12:34:28',1,'2006-02-15 21:30:53'),(5126,'2005-07-09 07:25:35',3312,315,'2005-07-18 05:05:35',1,'2006-02-15 21:30:53'),(5127,'2005-07-09 07:25:47',3649,129,'2005-07-13 11:44:47',2,'2006-02-15 21:30:53'),(5128,'2005-07-09 07:25:54',3757,155,'2005-07-16 04:04:54',2,'2006-02-15 21:30:53'),(5129,'2005-07-09 07:28:33',4516,441,'2005-07-14 05:12:33',2,'2006-02-15 21:30:53'),(5130,'2005-07-09 07:29:45',3264,93,'2005-07-13 05:56:45',1,'2006-02-15 21:30:53'),(5131,'2005-07-09 07:35:03',3179,167,'2005-07-10 06:05:03',1,'2006-02-15 21:30:53'),(5132,'2005-07-09 07:40:32',4158,101,'2005-07-16 02:16:32',2,'2006-02-15 21:30:53'),(5133,'2005-07-09 07:43:22',3403,469,'2005-07-12 04:52:22',1,'2006-02-15 21:30:53'),(5134,'2005-07-09 07:53:12',149,491,'2005-07-16 05:30:12',1,'2006-02-15 21:30:53'),(5135,'2005-07-09 07:53:22',3005,538,'2005-07-16 04:50:22',2,'2006-02-15 21:30:53'),(5136,'2005-07-09 07:55:01',3498,395,'2005-07-11 05:26:01',2,'2006-02-15 21:30:53'),(5137,'2005-07-09 08:00:34',409,126,'2005-07-12 05:34:34',1,'2006-02-15 21:30:53'),(5138,'2005-07-09 08:00:46',1283,548,'2005-07-12 09:31:46',2,'2006-02-15 21:30:53'),(5139,'2005-07-09 08:01:51',51,539,'2005-07-18 09:16:51',2,'2006-02-15 21:30:53'),(5140,'2005-07-09 08:04:59',947,303,'2005-07-11 08:28:59',2,'2006-02-15 21:30:53'),(5141,'2005-07-09 08:05:14',590,488,'2005-07-18 04:36:14',1,'2006-02-15 21:30:53'),(5142,'2005-07-09 08:05:23',369,56,'2005-07-13 12:37:23',2,'2006-02-15 21:30:53'),(5143,'2005-07-09 08:07:07',3803,196,'2005-07-18 10:17:07',1,'2006-02-15 21:30:53'),(5144,'2005-07-09 08:09:53',3530,89,'2005-07-18 07:11:53',2,'2006-02-15 21:30:53'),(5145,'2005-07-09 08:13:25',2397,204,'2005-07-10 03:56:25',2,'2006-02-15 21:30:53'),(5146,'2005-07-09 08:14:58',776,194,'2005-07-11 07:04:58',1,'2006-02-15 21:30:53'),(5147,'2005-07-09 08:17:41',2270,326,'2005-07-18 09:45:41',2,'2006-02-15 21:30:53'),(5148,'2005-07-09 08:22:46',456,48,'2005-07-18 04:36:46',1,'2006-02-15 21:30:53'),(5149,'2005-07-09 08:28:23',1500,330,'2005-07-16 06:19:23',2,'2006-02-15 21:30:53'),(5150,'2005-07-09 08:28:40',1961,410,'2005-07-16 04:47:40',1,'2006-02-15 21:30:53'),(5151,'2005-07-09 08:31:03',224,228,'2005-07-10 08:18:03',2,'2006-02-15 21:30:53'),(5152,'2005-07-09 08:34:44',4005,331,'2005-07-10 05:26:44',1,'2006-02-15 21:30:53'),(5153,'2005-07-09 08:35:05',2826,504,'2005-07-18 14:21:05',1,'2006-02-15 21:30:53'),(5154,'2005-07-09 08:46:18',3785,361,'2005-07-14 03:19:18',1,'2006-02-15 21:30:53'),(5155,'2005-07-09 08:46:54',988,523,'2005-07-14 04:13:54',1,'2006-02-15 21:30:53'),(5156,'2005-07-09 08:51:42',416,5,'2005-07-15 03:59:42',2,'2006-02-15 21:30:53'),(5157,'2005-07-09 08:52:12',637,463,'2005-07-12 04:32:12',2,'2006-02-15 21:30:53'),(5158,'2005-07-09 08:53:09',2825,272,'2005-07-10 11:05:09',1,'2006-02-15 21:30:53'),(5159,'2005-07-09 08:55:52',3479,213,'2005-07-10 04:32:52',1,'2006-02-15 21:30:53'),(5160,'2005-07-09 08:57:07',1925,467,'2005-07-18 06:01:07',1,'2006-02-15 21:30:53'),(5161,'2005-07-09 08:57:56',2617,284,'2005-07-18 07:41:56',2,'2006-02-15 21:30:53'),(5162,'2005-07-09 09:00:11',2765,43,'2005-07-17 07:26:11',1,'2006-02-15 21:30:53'),(5163,'2005-07-09 09:00:28',1486,103,'2005-07-17 08:07:28',2,'2006-02-15 21:30:53'),(5164,'2005-07-09 09:03:14',1170,511,'2005-07-14 04:20:14',1,'2006-02-15 21:30:53'),(5165,'2005-07-09 09:08:53',280,590,'2005-07-14 06:01:53',1,'2006-02-15 21:30:53'),(5166,'2005-07-09 09:15:48',2771,298,'2005-07-16 06:04:48',1,'2006-02-15 21:30:53'),(5167,'2005-07-09 09:18:43',2485,437,'2005-07-14 12:59:43',2,'2006-02-15 21:30:53'),(5168,'2005-07-09 09:20:01',4096,420,'2005-07-11 14:42:01',1,'2006-02-15 21:30:53'),(5169,'2005-07-09 09:22:25',2608,116,'2005-07-10 03:48:25',1,'2006-02-15 21:30:53'),(5170,'2005-07-09 09:24:19',66,209,'2005-07-18 04:02:19',1,'2006-02-15 21:30:53'),(5171,'2005-07-09 09:26:55',2099,371,'2005-07-10 10:34:55',1,'2006-02-15 21:30:53'),(5172,'2005-07-09 09:31:27',4046,214,'2005-07-13 04:03:27',1,'2006-02-15 21:30:53'),(5173,'2005-07-09 09:31:44',2848,490,'2005-07-15 04:20:44',2,'2006-02-15 21:30:53'),(5174,'2005-07-09 09:31:59',3621,47,'2005-07-15 03:49:59',1,'2006-02-15 21:30:53'),(5175,'2005-07-09 09:34:28',1003,409,'2005-07-15 15:19:28',2,'2006-02-15 21:30:53'),(5176,'2005-07-09 09:39:31',328,119,'2005-07-17 11:56:31',2,'2006-02-15 21:30:53'),(5177,'2005-07-09 09:43:21',1675,452,'2005-07-13 07:29:21',1,'2006-02-15 21:30:53'),(5178,'2005-07-09 09:59:52',1750,167,'2005-07-18 13:01:52',2,'2006-02-15 21:30:53'),(5179,'2005-07-09 10:00:44',2995,256,'2005-07-11 06:52:44',1,'2006-02-15 21:30:53'),(5180,'2005-07-09 10:06:53',3684,494,'2005-07-12 15:25:53',1,'2006-02-15 21:30:53'),(5181,'2005-07-09 10:07:27',2569,45,'2005-07-17 10:18:27',2,'2006-02-15 21:30:53'),(5182,'2005-07-09 10:08:10',725,197,'2005-07-16 14:36:10',2,'2006-02-15 21:30:53'),(5183,'2005-07-09 10:13:45',2866,394,'2005-07-16 15:55:45',2,'2006-02-15 21:30:53'),(5184,'2005-07-09 10:14:34',1101,166,'2005-07-14 16:05:34',2,'2006-02-15 21:30:53'),(5185,'2005-07-09 10:14:39',357,53,'2005-07-10 13:31:39',1,'2006-02-15 21:30:53'),(5186,'2005-07-09 10:18:40',2415,276,'2005-07-13 05:05:40',2,'2006-02-15 21:30:53'),(5187,'2005-07-09 10:19:51',2631,91,'2005-07-14 10:35:51',1,'2006-02-15 21:30:53'),(5188,'2005-07-09 10:22:31',3265,34,'2005-07-13 04:41:31',1,'2006-02-15 21:30:53'),(5189,'2005-07-09 10:23:21',2539,113,'2005-07-14 08:06:21',1,'2006-02-15 21:30:53'),(5190,'2005-07-09 10:25:24',2213,532,'2005-07-18 04:33:24',1,'2006-02-15 21:30:53'),(5191,'2005-07-09 10:26:48',2131,167,'2005-07-10 15:52:48',2,'2006-02-15 21:30:53'),(5192,'2005-07-09 10:27:09',1225,410,'2005-07-10 12:04:09',1,'2006-02-15 21:30:53'),(5193,'2005-07-09 10:28:18',2166,485,'2005-07-12 12:18:18',1,'2006-02-15 21:30:53'),(5194,'2005-07-09 10:31:34',3809,202,'2005-07-15 08:50:34',2,'2006-02-15 21:30:53'),(5195,'2005-07-09 10:39:31',3399,59,'2005-07-18 13:54:31',1,'2006-02-15 21:30:53'),(5196,'2005-07-09 10:43:34',2278,536,'2005-07-13 12:10:34',2,'2006-02-15 21:30:53'),(5197,'2005-07-09 10:43:54',1571,541,'2005-07-16 10:19:54',1,'2006-02-15 21:30:53'),(5198,'2005-07-09 10:49:10',218,101,'2005-07-13 04:52:10',1,'2006-02-15 21:30:53'),(5199,'2005-07-09 10:50:56',349,42,'2005-07-10 06:43:56',1,'2006-02-15 21:30:53'),(5200,'2005-07-09 10:52:09',4528,125,'2005-07-13 15:12:09',1,'2006-02-15 21:30:53'),(5201,'2005-07-09 10:52:53',2453,551,'2005-07-16 12:41:53',2,'2006-02-15 21:30:53'),(5202,'2005-07-09 10:53:48',3417,321,'2005-07-15 13:31:48',1,'2006-02-15 21:30:53'),(5203,'2005-07-09 10:53:59',3661,588,'2005-07-15 09:45:59',2,'2006-02-15 21:30:53'),(5204,'2005-07-09 10:54:14',1791,432,'2005-07-12 14:29:14',2,'2006-02-15 21:30:53'),(5205,'2005-07-09 10:56:37',161,79,'2005-07-13 05:45:37',1,'2006-02-15 21:30:53'),(5206,'2005-07-09 11:11:01',692,517,'2005-07-17 07:23:01',2,'2006-02-15 21:30:53'),(5207,'2005-07-09 11:15:44',3496,59,'2005-07-17 06:00:44',1,'2006-02-15 21:30:53'),(5208,'2005-07-09 11:16:56',1881,560,'2005-07-10 07:21:56',2,'2006-02-15 21:30:53'),(5209,'2005-07-09 11:22:39',4441,222,'2005-07-17 09:31:39',1,'2006-02-15 21:30:53'),(5210,'2005-07-09 11:24:19',4514,355,'2005-07-11 06:27:19',1,'2006-02-15 21:30:53'),(5211,'2005-07-09 11:26:50',2216,241,'2005-07-16 15:30:50',1,'2006-02-15 21:30:53'),(5212,'2005-07-09 11:37:47',3240,400,'2005-07-15 14:42:47',1,'2006-02-15 21:30:53'),(5213,'2005-07-09 11:39:43',3708,552,'2005-07-18 16:20:43',2,'2006-02-15 21:30:53'),(5214,'2005-07-09 11:43:08',1657,290,'2005-07-17 08:58:08',2,'2006-02-15 21:30:53'),(5215,'2005-07-09 11:47:58',3888,528,'2005-07-18 09:58:58',1,'2006-02-15 21:30:53'),(5216,'2005-07-09 11:54:58',1644,515,'2005-07-12 09:46:58',2,'2006-02-15 21:30:53'),(5217,'2005-07-09 11:56:50',4150,430,'2005-07-17 07:10:50',1,'2006-02-15 21:30:53'),(5218,'2005-07-09 11:57:12',1121,83,'2005-07-13 06:34:12',2,'2006-02-15 21:30:53'),(5219,'2005-07-09 11:57:55',3933,209,'2005-07-15 09:43:55',2,'2006-02-15 21:30:53'),(5220,'2005-07-09 11:59:04',2577,435,'2005-07-15 06:20:04',1,'2006-02-15 21:30:53'),(5221,'2005-07-09 12:02:23',2339,84,'2005-07-16 15:43:23',1,'2006-02-15 21:30:53'),(5222,'2005-07-09 12:05:45',2508,400,'2005-07-13 12:11:45',1,'2006-02-15 21:30:53'),(5223,'2005-07-09 12:06:03',2335,72,'2005-07-17 15:50:03',1,'2006-02-15 21:30:53'),(5224,'2005-07-09 12:07:27',279,311,'2005-07-17 08:59:27',1,'2006-02-15 21:30:53'),(5225,'2005-07-09 12:10:16',703,445,'2005-07-12 09:55:16',2,'2006-02-15 21:30:53'),(5226,'2005-07-09 12:10:44',3128,218,'2005-07-11 17:32:44',2,'2006-02-15 21:30:53'),(5227,'2005-07-09 12:16:39',1862,362,'2005-07-18 15:38:39',2,'2006-02-15 21:30:53'),(5228,'2005-07-09 12:26:01',622,195,'2005-07-14 13:31:01',2,'2006-02-15 21:30:53'),(5229,'2005-07-09 12:30:18',4472,372,'2005-07-14 15:31:18',2,'2006-02-15 21:30:53'),(5230,'2005-07-09 12:30:23',3707,51,'2005-07-13 08:41:23',1,'2006-02-15 21:30:53'),(5231,'2005-07-09 12:35:02',1275,405,'2005-07-10 09:22:02',1,'2006-02-15 21:30:53'),(5232,'2005-07-09 12:35:08',3353,175,'2005-07-14 14:55:08',1,'2006-02-15 21:30:53'),(5233,'2005-07-09 12:44:26',1401,131,'2005-07-15 12:31:26',1,'2006-02-15 21:30:53'),(5234,'2005-07-09 12:44:47',4182,398,'2005-07-17 10:02:47',1,'2006-02-15 21:30:53'),(5235,'2005-07-09 12:54:25',1044,122,'2005-07-18 16:28:25',1,'2006-02-15 21:30:53'),(5236,'2005-07-09 12:56:29',1215,519,'2005-07-13 08:26:29',1,'2006-02-15 21:30:53'),(5237,'2005-07-09 12:56:58',2341,84,'2005-07-11 15:41:58',1,'2006-02-15 21:30:53'),(5238,'2005-07-09 13:11:14',3297,100,'2005-07-10 07:27:14',2,'2006-02-15 21:30:53'),(5239,'2005-07-09 13:12:35',380,497,'2005-07-10 13:37:35',1,'2006-02-15 21:30:53'),(5240,'2005-07-09 13:14:48',1378,350,'2005-07-10 18:47:48',2,'2006-02-15 21:30:53'),(5241,'2005-07-09 13:19:14',4079,314,'2005-07-11 14:32:14',1,'2006-02-15 21:30:53'),(5242,'2005-07-09 13:20:25',848,12,'2005-07-18 07:38:25',1,'2006-02-15 21:30:53'),(5243,'2005-07-09 13:22:08',122,587,'2005-07-16 09:25:08',1,'2006-02-15 21:30:53'),(5244,'2005-07-09 13:24:07',3726,1,'2005-07-14 14:01:07',2,'2006-02-15 21:30:53'),(5245,'2005-07-09 13:24:14',3547,115,'2005-07-12 11:16:14',1,'2006-02-15 21:30:53'),(5246,'2005-07-09 13:25:18',3548,276,'2005-07-13 18:38:18',1,'2006-02-15 21:30:53'),(5247,'2005-07-09 13:26:28',1186,298,'2005-07-12 14:00:28',2,'2006-02-15 21:30:53'),(5248,'2005-07-09 13:29:44',246,279,'2005-07-12 18:12:44',1,'2006-02-15 21:30:53'),(5249,'2005-07-09 13:33:53',1950,389,'2005-07-11 12:55:53',2,'2006-02-15 21:30:53'),(5250,'2005-07-09 13:35:32',2162,384,'2005-07-13 12:19:32',1,'2006-02-15 21:30:53'),(5251,'2005-07-09 13:36:10',478,474,'2005-07-15 11:40:10',1,'2006-02-15 21:30:53'),(5252,'2005-07-09 13:40:44',2581,335,'2005-07-14 09:41:44',1,'2006-02-15 21:30:53'),(5253,'2005-07-09 13:41:17',2241,532,'2005-07-17 17:09:17',1,'2006-02-15 21:30:53'),(5254,'2005-07-09 13:50:11',654,263,'2005-07-13 09:07:11',1,'2006-02-15 21:30:53'),(5255,'2005-07-09 13:51:08',4418,313,'2005-07-17 13:58:08',2,'2006-02-15 21:30:53'),(5256,'2005-07-09 13:55:45',4226,273,'2005-07-15 17:02:45',1,'2006-02-15 21:30:53'),(5257,'2005-07-09 13:56:43',286,292,'2005-07-10 14:26:43',2,'2006-02-15 21:30:53'),(5258,'2005-07-09 13:56:56',3125,207,'2005-07-11 16:01:56',2,'2006-02-15 21:30:53'),(5259,'2005-07-09 14:02:50',1310,207,'2005-07-11 19:13:50',2,'2006-02-15 21:30:53'),(5260,'2005-07-09 14:05:45',3143,75,'2005-07-14 08:41:45',2,'2006-02-15 21:30:53'),(5261,'2005-07-09 14:06:56',2899,105,'2005-07-11 14:21:56',2,'2006-02-15 21:30:53'),(5262,'2005-07-09 14:08:01',1092,240,'2005-07-12 16:48:01',1,'2006-02-15 21:30:53'),(5263,'2005-07-09 14:10:36',119,406,'2005-07-12 15:07:36',1,'2006-02-15 21:30:53'),(5264,'2005-07-09 14:11:28',3307,545,'2005-07-12 18:24:28',2,'2006-02-15 21:30:53'),(5265,'2005-07-09 14:15:01',4482,139,'2005-07-18 14:43:01',2,'2006-02-15 21:30:53'),(5266,'2005-07-09 14:17:40',2409,222,'2005-07-16 10:42:40',1,'2006-02-15 21:30:53'),(5267,'2005-07-09 14:21:10',2242,233,'2005-07-15 12:02:10',1,'2006-02-15 21:30:53'),(5268,'2005-07-09 14:22:43',1083,119,'2005-07-12 08:27:43',1,'2006-02-15 21:30:53'),(5269,'2005-07-09 14:23:05',3886,230,'2005-07-17 14:03:05',1,'2006-02-15 21:30:53'),(5270,'2005-07-09 14:23:46',1523,128,'2005-07-13 15:04:46',1,'2006-02-15 21:30:53'),(5271,'2005-07-09 14:25:01',2691,522,'2005-07-16 17:28:01',1,'2006-02-15 21:30:53'),(5272,'2005-07-09 14:26:01',1547,90,'2005-07-12 20:20:01',1,'2006-02-15 21:30:53'),(5273,'2005-07-09 14:31:24',4570,38,'2005-07-14 13:27:24',2,'2006-02-15 21:30:53'),(5274,'2005-07-09 14:34:09',4579,108,'2005-07-14 13:02:09',1,'2006-02-15 21:30:53'),(5275,'2005-07-09 14:34:18',729,249,'2005-07-13 12:56:18',2,'2006-02-15 21:30:53'),(5276,'2005-07-09 14:35:13',2524,521,'2005-07-12 14:24:13',2,'2006-02-15 21:30:53'),(5277,'2005-07-09 14:40:42',2026,332,'2005-07-16 14:18:42',2,'2006-02-15 21:30:53'),(5278,'2005-07-09 14:44:23',2573,532,'2005-07-15 10:48:23',1,'2006-02-15 21:30:53'),(5279,'2005-07-09 14:46:36',709,64,'2005-07-17 10:04:36',2,'2006-02-15 21:30:53'),(5280,'2005-07-09 14:55:07',1177,351,'2005-07-12 10:05:07',2,'2006-02-15 21:30:53'),(5281,'2005-07-09 14:55:07',1966,71,'2005-07-13 15:24:07',2,'2006-02-15 21:30:53'),(5282,'2005-07-09 15:01:23',4386,226,'2005-07-13 11:06:23',2,'2006-02-15 21:30:53'),(5283,'2005-07-09 15:07:17',644,295,'2005-07-17 09:52:17',2,'2006-02-15 21:30:53'),(5284,'2005-07-09 15:08:21',1036,585,'2005-07-16 09:53:21',2,'2006-02-15 21:30:53'),(5285,'2005-07-09 15:10:44',676,468,'2005-07-16 13:02:44',2,'2006-02-15 21:30:53'),(5286,'2005-07-09 15:11:41',483,498,'2005-07-10 19:19:41',2,'2006-02-15 21:30:53'),(5287,'2005-07-09 15:11:54',3110,523,'2005-07-16 16:05:54',2,'2006-02-15 21:30:53'),(5288,'2005-07-09 15:13:07',850,120,'2005-07-16 12:39:07',1,'2006-02-15 21:30:53'),(5289,'2005-07-09 15:14:08',4336,30,'2005-07-12 12:51:08',2,'2006-02-15 21:30:53'),(5290,'2005-07-09 15:14:47',277,50,'2005-07-11 20:30:47',2,'2006-02-15 21:30:53'),(5291,'2005-07-09 15:15:02',1367,194,'2005-07-15 10:22:02',2,'2006-02-15 21:30:53'),(5292,'2005-07-09 15:16:54',3195,62,'2005-07-11 15:21:54',1,'2006-02-15 21:30:53'),(5293,'2005-07-09 15:17:23',2880,542,'2005-07-11 11:23:23',2,'2006-02-15 21:30:53'),(5294,'2005-07-09 15:23:42',3237,22,'2005-07-15 15:28:42',2,'2006-02-15 21:30:53'),(5295,'2005-07-09 15:25:06',4460,86,'2005-07-10 12:40:06',1,'2006-02-15 21:30:53'),(5296,'2005-07-09 15:26:27',495,109,'2005-07-15 10:03:27',2,'2006-02-15 21:30:53'),(5297,'2005-07-09 15:32:29',3434,202,'2005-07-14 14:58:29',1,'2006-02-15 21:30:53'),(5298,'2005-07-09 15:36:17',3491,149,'2005-07-18 19:07:17',2,'2006-02-15 21:30:53'),(5299,'2005-07-09 15:38:09',4416,469,'2005-07-15 16:39:09',2,'2006-02-15 21:30:53'),(5300,'2005-07-09 15:40:46',2520,8,'2005-07-15 13:46:46',1,'2006-02-15 21:30:53'),(5301,'2005-07-09 15:42:10',245,459,'2005-07-16 21:27:10',2,'2006-02-15 21:30:53'),(5302,'2005-07-09 15:42:36',4270,72,'2005-07-10 21:04:36',2,'2006-02-15 21:30:53'),(5303,'2005-07-09 15:44:09',3572,350,'2005-07-15 18:09:09',2,'2006-02-15 21:30:53'),(5304,'2005-07-09 15:48:06',4411,51,'2005-07-14 19:29:06',1,'2006-02-15 21:30:53'),(5305,'2005-07-09 15:55:36',625,309,'2005-07-18 15:59:36',1,'2006-02-15 21:30:53'),(5306,'2005-07-09 15:56:45',2221,409,'2005-07-15 19:02:45',2,'2006-02-15 21:30:53'),(5307,'2005-07-09 15:57:15',2847,32,'2005-07-17 13:42:15',2,'2006-02-15 21:30:53'),(5308,'2005-07-09 15:58:38',1684,52,'2005-07-15 13:55:38',2,'2006-02-15 21:30:53'),(5309,'2005-07-09 16:00:16',4026,338,'2005-07-17 17:56:16',1,'2006-02-15 21:30:53'),(5310,'2005-07-09 16:00:34',1565,24,'2005-07-12 12:45:34',2,'2006-02-15 21:30:53'),(5311,'2005-07-09 16:02:54',986,107,'2005-07-18 10:44:54',1,'2006-02-15 21:30:53'),(5312,'2005-07-09 16:03:09',2123,258,'2005-07-13 16:41:09',2,'2006-02-15 21:30:53'),(5313,'2005-07-09 16:04:45',1885,52,'2005-07-17 18:53:45',2,'2006-02-15 21:30:53'),(5314,'2005-07-09 16:05:28',3770,372,'2005-07-10 18:18:28',1,'2006-02-15 21:30:53'),(5315,'2005-07-09 16:09:19',585,134,'2005-07-14 21:10:19',1,'2006-02-15 21:30:53'),(5316,'2005-07-09 16:09:42',3856,438,'2005-07-11 15:20:42',1,'2006-02-15 21:30:53'),(5317,'2005-07-09 16:10:25',2693,14,'2005-07-18 17:10:25',2,'2006-02-15 21:30:53'),(5318,'2005-07-09 16:11:33',1738,472,'2005-07-14 12:49:33',2,'2006-02-15 21:30:53'),(5319,'2005-07-09 16:17:44',1899,282,'2005-07-18 16:35:44',1,'2006-02-15 21:30:53'),(5320,'2005-07-09 16:23:32',3140,228,'2005-07-18 18:16:32',1,'2006-02-15 21:30:53'),(5321,'2005-07-09 16:26:33',3347,245,'2005-07-15 15:05:33',2,'2006-02-15 21:30:53'),(5322,'2005-07-09 16:28:13',4420,432,'2005-07-18 14:53:13',1,'2006-02-15 21:30:53'),(5323,'2005-07-09 16:34:07',1302,35,'2005-07-13 21:37:07',1,'2006-02-15 21:30:53'),(5324,'2005-07-09 16:34:18',4024,113,'2005-07-15 12:35:18',2,'2006-02-15 21:30:53'),(5325,'2005-07-09 16:35:47',2703,492,'2005-07-10 11:52:47',1,'2006-02-15 21:30:53'),(5326,'2005-07-09 16:38:01',797,1,'2005-07-13 18:02:01',1,'2006-02-15 21:30:53'),(5327,'2005-07-09 16:39:49',3657,547,'2005-07-12 18:47:49',2,'2006-02-15 21:30:53'),(5328,'2005-07-09 16:48:29',2444,247,'2005-07-17 20:20:29',2,'2006-02-15 21:30:53'),(5329,'2005-07-09 16:49:46',1628,402,'2005-07-16 19:05:46',1,'2006-02-15 21:30:53'),(5330,'2005-07-09 16:53:57',3812,410,'2005-07-18 19:54:57',1,'2006-02-15 21:30:53'),(5331,'2005-07-09 16:54:06',4181,447,'2005-07-10 19:04:06',1,'2006-02-15 21:30:53'),(5332,'2005-07-09 16:59:23',3269,568,'2005-07-10 16:01:23',2,'2006-02-15 21:30:53'),(5333,'2005-07-09 16:59:38',2142,419,'2005-07-16 17:23:38',2,'2006-02-15 21:30:53'),(5334,'2005-07-09 17:00:13',3852,482,'2005-07-11 15:50:13',1,'2006-02-15 21:30:53'),(5335,'2005-07-09 17:00:49',2353,588,'2005-07-12 12:21:49',2,'2006-02-15 21:30:53'),(5336,'2005-07-09 17:01:08',4144,410,'2005-07-11 19:22:08',2,'2006-02-15 21:30:53'),(5337,'2005-07-09 17:03:50',4168,343,'2005-07-16 22:25:50',2,'2006-02-15 21:30:53'),(5338,'2005-07-09 17:07:07',3449,191,'2005-07-14 11:15:07',1,'2006-02-15 21:30:53'),(5339,'2005-07-09 17:09:17',698,380,'2005-07-10 21:07:17',2,'2006-02-15 21:30:53'),(5340,'2005-07-09 17:11:35',650,267,'2005-07-17 17:59:35',2,'2006-02-15 21:30:53'),(5341,'2005-07-09 17:13:23',2522,8,'2005-07-14 18:11:23',2,'2006-02-15 21:30:53'),(5342,'2005-07-09 17:20:03',3828,289,'2005-07-18 12:44:03',2,'2006-02-15 21:30:53'),(5343,'2005-07-09 17:23:43',92,485,'2005-07-18 22:14:43',1,'2006-02-15 21:30:53'),(5344,'2005-07-09 17:27:05',159,197,'2005-07-10 15:51:05',2,'2006-02-15 21:30:53'),(5345,'2005-07-09 17:28:18',3055,348,'2005-07-11 14:30:18',2,'2006-02-15 21:30:53'),(5346,'2005-07-09 17:29:01',2488,287,'2005-07-14 12:47:01',2,'2006-02-15 21:30:53'),(5347,'2005-07-09 17:31:32',1293,246,'2005-07-10 21:06:32',2,'2006-02-15 21:30:53'),(5348,'2005-07-09 17:34:11',3495,597,'2005-07-15 18:32:11',2,'2006-02-15 21:30:53'),(5349,'2005-07-09 17:35:35',3139,161,'2005-07-18 14:05:35',1,'2006-02-15 21:30:53'),(5350,'2005-07-09 17:39:30',724,129,'2005-07-11 16:43:30',2,'2006-02-15 21:30:53'),(5351,'2005-07-09 17:40:52',3722,112,'2005-07-14 16:55:52',2,'2006-02-15 21:30:53'),(5352,'2005-07-09 17:54:58',908,372,'2005-07-15 16:20:58',1,'2006-02-15 21:30:53'),(5353,'2005-07-09 18:04:29',2994,196,'2005-07-15 17:46:29',2,'2006-02-15 21:30:53'),(5354,'2005-07-09 18:04:33',951,354,'2005-07-15 18:19:33',1,'2006-02-15 21:30:53'),(5355,'2005-07-09 18:07:17',2458,100,'2005-07-16 20:33:17',2,'2006-02-15 21:30:53'),(5356,'2005-07-09 18:08:28',2905,188,'2005-07-14 14:11:28',2,'2006-02-15 21:30:53'),(5357,'2005-07-09 18:08:59',1988,411,'2005-07-16 17:28:59',2,'2006-02-15 21:30:53'),(5358,'2005-07-09 18:09:21',3764,71,'2005-07-14 23:59:21',2,'2006-02-15 21:30:53'),(5359,'2005-07-09 18:10:52',4392,453,'2005-07-18 13:34:52',2,'2006-02-15 21:30:53'),(5360,'2005-07-09 18:14:03',679,562,'2005-07-10 15:17:03',2,'2006-02-15 21:30:53'),(5361,'2005-07-09 18:15:32',2045,279,'2005-07-17 23:32:32',2,'2006-02-15 21:30:53'),(5362,'2005-07-09 18:16:08',24,266,'2005-07-18 18:27:08',1,'2006-02-15 21:30:53'),(5363,'2005-07-09 18:18:49',2180,425,'2005-07-14 22:16:49',1,'2006-02-15 21:30:53'),(5364,'2005-07-09 18:24:48',2746,366,'2005-07-10 12:30:48',1,'2006-02-15 21:30:53'),(5365,'2005-07-09 18:27:00',4469,527,'2005-07-11 14:18:00',1,'2006-02-15 21:30:53'),(5366,'2005-07-09 18:28:37',886,187,'2005-07-13 20:45:37',1,'2006-02-15 21:30:53'),(5367,'2005-07-09 18:39:15',1446,485,'2005-07-16 14:19:15',2,'2006-02-15 21:30:53'),(5368,'2005-07-09 18:41:59',4429,502,'2005-07-16 00:32:59',2,'2006-02-15 21:30:53'),(5369,'2005-07-09 18:42:16',1550,538,'2005-07-12 18:16:16',2,'2006-02-15 21:30:53'),(5370,'2005-07-09 18:43:19',2193,248,'2005-07-15 19:59:19',1,'2006-02-15 21:30:53'),(5371,'2005-07-09 18:47:48',789,425,'2005-07-14 14:39:48',2,'2006-02-15 21:30:53'),(5372,'2005-07-09 18:48:39',3551,148,'2005-07-11 17:40:39',1,'2006-02-15 21:30:53'),(5373,'2005-07-09 18:48:57',950,428,'2005-07-10 16:34:57',1,'2006-02-15 21:30:53'),(5374,'2005-07-09 18:52:08',946,144,'2005-07-16 16:34:08',1,'2006-02-15 21:30:53'),(5375,'2005-07-09 18:52:55',1407,558,'2005-07-16 15:32:55',2,'2006-02-15 21:30:53'),(5376,'2005-07-09 18:54:08',1730,104,'2005-07-17 22:01:08',1,'2006-02-15 21:30:53'),(5377,'2005-07-09 19:04:30',3118,578,'2005-07-11 14:42:30',1,'2006-02-15 21:30:53'),(5378,'2005-07-09 19:05:56',1570,138,'2005-07-10 18:03:56',2,'2006-02-15 21:30:53'),(5379,'2005-07-09 19:08:03',2110,475,'2005-07-10 17:58:03',1,'2006-02-15 21:30:53'),(5380,'2005-07-09 19:08:44',3047,166,'2005-07-11 20:09:44',1,'2006-02-15 21:30:53'),(5381,'2005-07-09 19:11:11',3033,332,'2005-07-13 17:10:11',2,'2006-02-15 21:30:53'),(5382,'2005-07-09 19:12:57',78,586,'2005-07-14 15:44:57',1,'2006-02-15 21:30:53'),(5383,'2005-07-09 19:14:32',573,14,'2005-07-11 19:57:32',1,'2006-02-15 21:30:53'),(5384,'2005-07-09 19:17:46',1729,180,'2005-07-12 13:50:46',1,'2006-02-15 21:30:53'),(5385,'2005-07-09 19:18:11',4291,112,'2005-07-16 18:50:11',2,'2006-02-15 21:30:53'),(5386,'2005-07-09 19:19:09',721,594,'2005-07-13 00:13:09',2,'2006-02-15 21:30:53'),(5387,'2005-07-09 19:25:14',4452,244,'2005-07-11 21:00:14',1,'2006-02-15 21:30:53'),(5388,'2005-07-09 19:25:25',1546,332,'2005-07-14 19:51:25',2,'2006-02-15 21:30:53'),(5389,'2005-07-09 19:25:45',3882,484,'2005-07-17 13:31:45',1,'2006-02-15 21:30:53'),(5390,'2005-07-09 19:26:22',715,139,'2005-07-14 22:46:22',1,'2006-02-15 21:30:53'),(5391,'2005-07-09 19:28:34',402,132,'2005-07-18 01:07:34',1,'2006-02-15 21:30:53'),(5392,'2005-07-09 19:32:30',2552,499,'2005-07-16 15:01:30',1,'2006-02-15 21:30:53'),(5393,'2005-07-09 19:35:12',1417,446,'2005-07-11 14:00:12',1,'2006-02-15 21:30:53'),(5394,'2005-07-09 19:36:15',1828,83,'2005-07-18 18:10:15',2,'2006-02-15 21:30:53'),(5395,'2005-07-09 19:42:37',4428,131,'2005-07-10 15:39:37',1,'2006-02-15 21:30:53'),(5396,'2005-07-09 19:42:52',3795,559,'2005-07-15 21:45:52',1,'2006-02-15 21:30:53'),(5397,'2005-07-09 19:43:51',4376,191,'2005-07-17 00:11:51',1,'2006-02-15 21:30:53'),(5398,'2005-07-09 19:44:58',4352,199,'2005-07-17 00:56:58',1,'2006-02-15 21:30:53'),(5399,'2005-07-09 19:52:44',261,67,'2005-07-10 18:31:44',2,'2006-02-15 21:30:53'),(5400,'2005-07-09 19:56:40',3435,192,'2005-07-14 20:43:40',2,'2006-02-15 21:30:53'),(5401,'2005-07-09 19:59:10',431,43,'2005-07-11 23:21:10',2,'2006-02-15 21:30:53'),(5402,'2005-07-09 20:01:58',4450,379,'2005-07-10 14:07:58',1,'2006-02-15 21:30:53'),(5403,'2005-07-09 20:07:09',3991,36,'2005-07-12 18:33:09',1,'2006-02-15 21:30:53'),(5404,'2005-07-09 20:10:43',3685,236,'2005-07-13 15:16:43',1,'2006-02-15 21:30:53'),(5405,'2005-07-09 20:11:49',799,45,'2005-07-18 18:37:49',2,'2006-02-15 21:30:53'),(5406,'2005-07-09 20:13:23',1322,563,'2005-07-11 22:05:23',2,'2006-02-15 21:30:53'),(5407,'2005-07-09 20:16:07',3641,475,'2005-07-14 21:41:07',2,'2006-02-15 21:30:53'),(5408,'2005-07-09 20:16:51',3162,144,'2005-07-18 22:19:51',1,'2006-02-15 21:30:53'),(5409,'2005-07-09 20:17:19',3538,446,'2005-07-13 23:30:19',1,'2006-02-15 21:30:53'),(5410,'2005-07-09 20:21:10',2261,281,'2005-07-18 21:43:10',2,'2006-02-15 21:30:53'),(5411,'2005-07-09 20:23:38',4292,304,'2005-07-16 01:17:38',2,'2006-02-15 21:30:53'),(5412,'2005-07-09 20:23:52',3174,458,'2005-07-18 18:40:52',1,'2006-02-15 21:30:53'),(5413,'2005-07-09 20:28:42',2056,167,'2005-07-10 19:23:42',2,'2006-02-15 21:30:53'),(5414,'2005-07-09 20:29:36',1201,174,'2005-07-13 01:55:36',2,'2006-02-15 21:30:53'),(5415,'2005-07-09 20:30:03',4413,475,'2005-07-18 00:20:03',1,'2006-02-15 21:30:53'),(5416,'2005-07-09 20:33:50',568,219,'2005-07-14 01:50:50',2,'2006-02-15 21:30:53'),(5417,'2005-07-09 20:34:09',3569,265,'2005-07-14 00:36:09',2,'2006-02-15 21:30:53'),(5418,'2005-07-09 20:41:35',55,114,'2005-07-14 00:15:35',1,'2006-02-15 21:30:53'),(5419,'2005-07-09 20:47:36',1516,226,'2005-07-12 01:36:36',1,'2006-02-15 21:30:53'),(5420,'2005-07-09 20:48:42',1739,80,'2005-07-15 21:35:42',2,'2006-02-15 21:30:53'),(5421,'2005-07-09 20:49:12',2437,33,'2005-07-10 16:30:12',1,'2006-02-15 21:30:53'),(5422,'2005-07-09 20:55:47',436,409,'2005-07-15 15:15:47',2,'2006-02-15 21:30:53'),(5423,'2005-07-09 20:56:48',1952,440,'2005-07-17 14:58:48',2,'2006-02-15 21:30:53'),(5424,'2005-07-09 20:59:09',3694,72,'2005-07-12 00:05:09',2,'2006-02-15 21:30:53'),(5425,'2005-07-09 21:02:26',531,37,'2005-07-16 23:38:26',2,'2006-02-15 21:30:53'),(5426,'2005-07-09 21:04:47',251,438,'2005-07-17 00:55:47',1,'2006-02-15 21:30:53'),(5427,'2005-07-09 21:12:26',3197,499,'2005-07-14 01:02:26',1,'2006-02-15 21:30:53'),(5428,'2005-07-09 21:12:50',3109,346,'2005-07-14 16:25:50',2,'2006-02-15 21:30:53'),(5429,'2005-07-09 21:14:03',2467,105,'2005-07-18 01:33:03',1,'2006-02-15 21:30:53'),(5430,'2005-07-09 21:19:54',1441,173,'2005-07-15 22:53:54',1,'2006-02-15 21:30:53'),(5431,'2005-07-09 21:21:11',2780,213,'2005-07-10 21:16:11',1,'2006-02-15 21:30:53'),(5432,'2005-07-09 21:21:25',1958,64,'2005-07-14 21:34:25',2,'2006-02-15 21:30:53'),(5433,'2005-07-09 21:22:00',2679,349,'2005-07-10 21:18:00',2,'2006-02-15 21:30:53'),(5434,'2005-07-09 21:25:20',3790,334,'2005-07-15 03:12:20',2,'2006-02-15 21:30:53'),(5435,'2005-07-09 21:28:07',2884,273,'2005-07-18 21:16:07',2,'2006-02-15 21:30:53'),(5436,'2005-07-09 21:31:11',2364,89,'2005-07-13 16:59:11',2,'2006-02-15 21:30:53'),(5437,'2005-07-09 21:32:29',3532,26,'2005-07-15 00:27:29',2,'2006-02-15 21:30:53'),(5438,'2005-07-09 21:34:32',487,241,'2005-07-16 02:21:32',2,'2006-02-15 21:30:53'),(5439,'2005-07-09 21:39:35',1993,58,'2005-07-13 17:45:35',2,'2006-02-15 21:30:53'),(5440,'2005-07-09 21:45:17',138,332,'2005-07-11 22:43:17',2,'2006-02-15 21:30:53'),(5441,'2005-07-09 21:52:05',3913,7,'2005-07-17 02:54:05',1,'2006-02-15 21:30:53'),(5442,'2005-07-09 21:55:19',3093,29,'2005-07-19 01:18:19',2,'2006-02-15 21:30:53'),(5443,'2005-07-09 21:56:09',2951,137,'2005-07-16 00:33:09',2,'2006-02-15 21:30:53'),(5444,'2005-07-09 21:58:57',2968,10,'2005-07-11 03:09:57',2,'2006-02-15 21:30:53'),(5445,'2005-07-09 21:59:41',565,578,'2005-07-15 00:40:41',1,'2006-02-15 21:30:53'),(5446,'2005-07-09 21:59:55',2769,454,'2005-07-11 01:45:55',2,'2006-02-15 21:30:53'),(5447,'2005-07-09 22:09:28',2530,473,'2005-07-18 20:03:28',2,'2006-02-15 21:30:53'),(5448,'2005-07-09 22:11:14',646,463,'2005-07-15 21:08:14',2,'2006-02-15 21:30:53'),(5449,'2005-07-09 22:12:01',921,261,'2005-07-18 01:18:01',2,'2006-02-15 21:30:53'),(5450,'2005-07-09 22:13:25',2356,328,'2005-07-13 23:28:25',1,'2006-02-15 21:30:53'),(5451,'2005-07-09 22:22:10',3484,39,'2005-07-11 02:43:10',1,'2006-02-15 21:30:53'),(5452,'2005-07-09 22:23:21',2036,80,'2005-07-17 00:20:21',1,'2006-02-15 21:30:53'),(5453,'2005-07-09 22:24:11',1780,106,'2005-07-19 04:08:11',1,'2006-02-15 21:30:53'),(5454,'2005-07-09 22:24:25',3049,97,'2005-07-11 01:52:25',1,'2006-02-15 21:30:53'),(5455,'2005-07-09 22:28:45',1955,464,'2005-07-18 02:50:45',2,'2006-02-15 21:30:53'),(5456,'2005-07-09 22:31:45',3003,360,'2005-07-12 03:53:45',1,'2006-02-15 21:30:53'),(5457,'2005-07-09 22:33:14',4179,433,'2005-07-12 02:30:14',1,'2006-02-15 21:30:53'),(5458,'2005-07-09 22:35:49',2203,521,'2005-07-16 22:55:49',1,'2006-02-15 21:30:53'),(5459,'2005-07-09 22:43:56',1847,168,'2005-07-12 18:05:56',1,'2006-02-15 21:30:53'),(5460,'2005-07-09 22:46:14',2410,38,'2005-07-12 21:26:14',2,'2006-02-15 21:30:53'),(5461,'2005-07-09 22:48:04',53,244,'2005-07-10 17:56:04',2,'2006-02-15 21:30:53'),(5462,'2005-07-09 22:56:53',871,583,'2005-07-11 21:50:53',2,'2006-02-15 21:30:53'),(5463,'2005-07-09 22:57:02',601,374,'2005-07-11 03:10:02',1,'2006-02-15 21:30:53'),(5464,'2005-07-09 22:58:14',3692,434,'2005-07-15 02:48:14',1,'2006-02-15 21:30:53'),(5465,'2005-07-09 23:01:13',723,503,'2005-07-13 01:03:13',1,'2006-02-15 21:30:53'),(5466,'2005-07-09 23:03:21',2302,482,'2005-07-10 20:11:21',2,'2006-02-15 21:30:53'),(5467,'2005-07-09 23:05:47',374,543,'2005-07-16 17:06:47',2,'2006-02-15 21:30:53'),(5468,'2005-07-09 23:06:09',2196,81,'2005-07-13 00:48:09',1,'2006-02-15 21:30:53'),(5469,'2005-07-09 23:08:07',2201,475,'2005-07-13 19:13:07',1,'2006-02-15 21:30:53'),(5470,'2005-07-09 23:10:49',3254,325,'2005-07-18 04:30:49',1,'2006-02-15 21:30:53'),(5471,'2005-07-09 23:11:52',4086,347,'2005-07-13 02:08:52',2,'2006-02-15 21:30:53'),(5472,'2005-07-09 23:16:40',865,165,'2005-07-10 18:43:40',2,'2006-02-15 21:30:53'),(5473,'2005-07-09 23:19:11',4283,51,'2005-07-19 02:30:11',2,'2006-02-15 21:30:53'),(5474,'2005-07-09 23:23:57',3608,375,'2005-07-15 03:11:57',1,'2006-02-15 21:30:53'),(5475,'2005-07-09 23:31:38',726,219,'2005-07-12 03:51:38',1,'2006-02-15 21:30:53'),(5476,'2005-07-09 23:37:09',1199,427,'2005-07-15 23:57:09',1,'2006-02-15 21:30:53'),(5477,'2005-07-09 23:43:49',994,542,'2005-07-15 05:03:49',2,'2006-02-15 21:30:53'),(5478,'2005-07-09 23:45:15',3213,583,'2005-07-15 22:48:15',1,'2006-02-15 21:30:53'),(5479,'2005-07-09 23:47:33',216,250,'2005-07-13 01:09:33',1,'2006-02-15 21:30:53'),(5480,'2005-07-09 23:49:07',847,452,'2005-07-12 00:15:07',1,'2006-02-15 21:30:53'),(5481,'2005-07-09 23:51:57',562,479,'2005-07-11 05:28:57',2,'2006-02-15 21:30:53'),(5482,'2005-07-09 23:53:04',2136,460,'2005-07-15 04:59:04',1,'2006-02-15 21:30:53'),(5483,'2005-07-09 23:54:09',4362,89,'2005-07-17 23:36:09',1,'2006-02-15 21:30:53'),(5484,'2005-07-09 23:54:37',3248,495,'2005-07-15 02:05:37',1,'2006-02-15 21:30:53'),(5485,'2005-07-09 23:55:25',3930,173,'2005-07-14 04:08:25',1,'2006-02-15 21:30:53'),(5486,'2005-07-09 23:57:44',2864,538,'2005-07-14 00:23:44',1,'2006-02-15 21:30:53'),(5487,'2005-07-10 00:01:50',1144,341,'2005-07-10 20:43:50',1,'2006-02-15 21:30:53'),(5488,'2005-07-10 00:02:06',4262,173,'2005-07-15 01:45:06',2,'2006-02-15 21:30:53'),(5489,'2005-07-10 00:07:03',2319,490,'2005-07-15 19:52:03',1,'2006-02-15 21:30:53'),(5490,'2005-07-10 00:09:11',3044,367,'2005-07-14 21:23:11',1,'2006-02-15 21:30:53'),(5491,'2005-07-10 00:09:45',2007,49,'2005-07-11 02:25:45',1,'2006-02-15 21:30:53'),(5492,'2005-07-10 00:11:09',4524,558,'2005-07-14 01:27:09',1,'2006-02-15 21:30:53'),(5493,'2005-07-10 00:11:44',2037,539,'2005-07-15 19:24:44',2,'2006-02-15 21:30:53'),(5494,'2005-07-10 00:15:00',3087,139,'2005-07-17 01:12:00',2,'2006-02-15 21:30:53'),(5495,'2005-07-10 00:16:54',2199,257,'2005-07-19 01:22:54',2,'2006-02-15 21:30:53'),(5496,'2005-07-10 00:20:23',3182,369,'2005-07-18 21:10:23',2,'2006-02-15 21:30:53'),(5497,'2005-07-10 00:23:23',4473,92,'2005-07-16 03:54:23',1,'2006-02-15 21:30:53'),(5498,'2005-07-10 00:27:21',63,302,'2005-07-13 20:11:21',2,'2006-02-15 21:30:53'),(5499,'2005-07-10 00:27:45',1525,127,'2005-07-17 06:11:45',1,'2006-02-15 21:30:53'),(5500,'2005-07-10 00:28:17',3380,457,'2005-07-15 19:09:17',1,'2006-02-15 21:30:53'),(5501,'2005-07-10 00:33:48',3979,372,'2005-07-17 02:58:48',1,'2006-02-15 21:30:53'),(5502,'2005-07-10 00:34:15',3712,243,'2005-07-11 21:44:15',1,'2006-02-15 21:30:53'),(5503,'2005-07-10 00:35:37',3892,262,'2005-07-12 20:29:37',1,'2006-02-15 21:30:53'),(5504,'2005-07-10 00:36:38',3053,455,'2005-07-16 19:36:38',1,'2006-02-15 21:30:53'),(5505,'2005-07-10 00:38:48',896,253,'2005-07-12 03:12:48',2,'2006-02-15 21:30:53'),(5506,'2005-07-10 00:45:48',2432,117,'2005-07-18 20:35:48',2,'2006-02-15 21:30:53'),(5507,'2005-07-10 00:49:04',716,399,'2005-07-15 22:06:04',2,'2006-02-15 21:30:53'),(5508,'2005-07-10 00:50:01',2977,345,'2005-07-16 19:07:01',1,'2006-02-15 21:30:53'),(5509,'2005-07-10 00:54:46',1142,102,'2005-07-16 05:10:46',1,'2006-02-15 21:30:53'),(5510,'2005-07-10 00:58:37',1298,67,'2005-07-17 22:02:37',2,'2006-02-15 21:30:53'),(5511,'2005-07-10 01:00:00',3678,301,'2005-07-12 20:44:00',1,'2006-02-15 21:30:53'),(5512,'2005-07-10 01:05:38',4470,405,'2005-07-17 20:47:38',1,'2006-02-15 21:30:53'),(5513,'2005-07-10 01:05:41',2558,356,'2005-07-11 02:05:41',2,'2006-02-15 21:30:53'),(5514,'2005-07-10 01:09:42',1824,522,'2005-07-17 05:47:42',1,'2006-02-15 21:30:53'),(5515,'2005-07-10 01:12:44',3772,39,'2005-07-13 00:39:44',1,'2006-02-15 21:30:53'),(5516,'2005-07-10 01:13:52',1902,581,'2005-07-15 22:56:52',1,'2006-02-15 21:30:53'),(5517,'2005-07-10 01:15:00',3689,42,'2005-07-19 01:59:00',1,'2006-02-15 21:30:53'),(5518,'2005-07-10 01:15:11',3340,451,'2005-07-18 19:28:11',2,'2006-02-15 21:30:53'),(5519,'2005-07-10 01:18:32',1312,85,'2005-07-11 20:39:32',1,'2006-02-15 21:30:53'),(5520,'2005-07-10 01:30:41',2527,501,'2005-07-15 21:37:41',2,'2006-02-15 21:30:53'),(5521,'2005-07-10 01:31:22',1956,182,'2005-07-17 05:42:22',2,'2006-02-15 21:30:53'),(5522,'2005-07-10 01:46:29',2622,573,'2005-07-18 00:41:29',2,'2006-02-15 21:30:53'),(5523,'2005-07-10 01:47:55',2233,125,'2005-07-18 22:25:55',1,'2006-02-15 21:30:53'),(5524,'2005-07-10 01:49:24',3596,386,'2005-07-14 22:55:24',1,'2006-02-15 21:30:53'),(5525,'2005-07-10 02:03:08',3141,241,'2005-07-18 07:32:08',1,'2006-02-15 21:30:53'),(5526,'2005-07-10 02:04:03',3909,144,'2005-07-16 22:15:03',2,'2006-02-15 21:30:53'),(5527,'2005-07-10 02:06:01',4462,554,'2005-07-15 00:55:01',2,'2006-02-15 21:30:53'),(5528,'2005-07-10 02:09:21',680,551,'2005-07-17 06:22:21',2,'2006-02-15 21:30:53'),(5529,'2005-07-10 02:11:13',1652,590,'2005-07-15 06:56:13',2,'2006-02-15 21:30:53'),(5530,'2005-07-10 02:13:49',2701,74,'2005-07-18 08:01:49',2,'2006-02-15 21:30:53'),(5531,'2005-07-10 02:13:59',2992,173,'2005-07-15 00:01:59',2,'2006-02-15 21:30:53'),(5532,'2005-07-10 02:17:31',983,522,'2005-07-16 02:57:31',2,'2006-02-15 21:30:53'),(5533,'2005-07-10 02:19:28',2567,270,'2005-07-11 01:37:28',1,'2006-02-15 21:30:53'),(5534,'2005-07-10 02:26:49',3251,156,'2005-07-11 07:13:49',1,'2006-02-15 21:30:53'),(5535,'2005-07-10 02:27:42',1623,394,'2005-07-12 21:13:42',1,'2006-02-15 21:30:53'),(5536,'2005-07-10 02:29:42',1919,195,'2005-07-13 04:06:42',2,'2006-02-15 21:30:53'),(5537,'2005-07-10 02:35:41',1781,254,'2005-07-13 07:11:41',2,'2006-02-15 21:30:53'),(5538,'2005-07-10 02:39:40',2119,367,'2005-07-12 01:39:40',2,'2006-02-15 21:30:53'),(5539,'2005-07-10 02:42:58',3217,90,'2005-07-16 02:27:58',2,'2006-02-15 21:30:53'),(5540,'2005-07-10 02:44:21',132,250,'2005-07-11 07:13:21',1,'2006-02-15 21:30:53'),(5541,'2005-07-10 02:44:27',1211,135,'2005-07-13 04:13:27',2,'2006-02-15 21:30:53'),(5542,'2005-07-10 02:45:53',1713,105,'2005-07-15 23:23:53',2,'2006-02-15 21:30:53'),(5543,'2005-07-10 02:48:03',1496,71,'2005-07-17 05:49:03',2,'2006-02-15 21:30:53'),(5544,'2005-07-10 02:48:07',1014,316,'2005-07-17 01:08:07',1,'2006-02-15 21:30:53'),(5545,'2005-07-10 02:50:29',118,236,'2005-07-16 02:11:29',1,'2006-02-15 21:30:53'),(5546,'2005-07-10 02:50:37',2918,515,'2005-07-16 08:22:37',1,'2006-02-15 21:30:53'),(5547,'2005-07-10 02:52:47',1432,519,'2005-07-16 02:10:47',1,'2006-02-15 21:30:53'),(5548,'2005-07-10 02:56:45',2973,317,'2005-07-13 01:33:45',2,'2006-02-15 21:30:53'),(5549,'2005-07-10 02:58:29',2685,163,'2005-07-17 05:24:29',2,'2006-02-15 21:30:53'),(5550,'2005-07-10 02:58:35',1905,254,'2005-07-16 02:38:35',2,'2006-02-15 21:30:53'),(5551,'2005-07-10 03:01:09',4238,44,'2005-07-18 02:04:09',2,'2006-02-15 21:30:53'),(5552,'2005-07-10 03:01:19',2879,27,'2005-07-13 06:53:19',2,'2006-02-15 21:30:53'),(5553,'2005-07-10 03:03:35',1686,6,'2005-07-14 07:49:35',2,'2006-02-15 21:30:53'),(5554,'2005-07-10 03:03:38',4084,252,'2005-07-17 00:00:38',2,'2006-02-15 21:30:53'),(5555,'2005-07-10 03:08:55',2551,79,'2005-07-11 01:36:55',2,'2006-02-15 21:30:53'),(5556,'2005-07-10 03:10:17',4483,354,'2005-07-14 02:47:17',1,'2006-02-15 21:30:53'),(5557,'2005-07-10 03:10:21',1433,346,'2005-07-11 21:34:21',1,'2006-02-15 21:30:53'),(5558,'2005-07-10 03:12:08',1123,96,'2005-07-14 03:09:08',2,'2006-02-15 21:30:53'),(5559,'2005-07-10 03:13:07',4122,496,'2005-07-18 08:33:07',1,'2006-02-15 21:30:53'),(5560,'2005-07-10 03:13:24',720,231,'2005-07-19 06:03:24',2,'2006-02-15 21:30:53'),(5561,'2005-07-10 03:15:24',1048,369,'2005-07-15 06:46:24',1,'2006-02-15 21:30:53'),(5562,'2005-07-10 03:17:42',3604,300,'2005-07-12 03:26:42',1,'2006-02-15 21:30:53'),(5563,'2005-07-10 03:21:02',2258,362,'2005-07-14 07:40:02',1,'2006-02-15 21:30:53'),(5564,'2005-07-10 03:23:05',196,355,'2005-07-16 07:46:05',2,'2006-02-15 21:30:53'),(5565,'2005-07-10 03:29:48',3368,14,'2005-07-17 04:43:48',1,'2006-02-15 21:30:53'),(5566,'2005-07-10 03:30:17',1343,124,'2005-07-13 06:32:17',1,'2006-02-15 21:30:53'),(5567,'2005-07-10 03:36:46',1616,147,'2005-07-15 23:22:46',2,'2006-02-15 21:30:53'),(5568,'2005-07-10 03:36:56',1130,424,'2005-07-11 08:35:56',2,'2006-02-15 21:30:53'),(5569,'2005-07-10 03:38:32',2835,69,'2005-07-16 00:02:32',2,'2006-02-15 21:30:53'),(5570,'2005-07-10 03:46:47',2013,374,'2005-07-17 09:28:47',1,'2006-02-15 21:30:53'),(5571,'2005-07-10 03:48:20',1084,76,'2005-07-11 02:09:20',2,'2006-02-15 21:30:53'),(5572,'2005-07-10 03:49:00',2709,458,'2005-07-14 01:25:00',1,'2006-02-15 21:30:53'),(5573,'2005-07-10 03:50:47',2957,170,'2005-07-17 06:40:47',2,'2006-02-15 21:30:53'),(5574,'2005-07-10 03:54:38',2307,163,'2005-07-19 07:20:38',2,'2006-02-15 21:30:53'),(5575,'2005-07-10 03:55:50',2316,107,'2005-07-12 08:40:50',1,'2006-02-15 21:30:53'),(5576,'2005-07-10 03:57:05',1453,217,'2005-07-13 02:16:05',2,'2006-02-15 21:30:53'),(5577,'2005-07-10 03:58:40',3779,266,'2005-07-14 03:36:40',1,'2006-02-15 21:30:53'),(5578,'2005-07-10 04:00:31',4543,378,'2005-07-16 08:06:31',2,'2006-02-15 21:30:53'),(5579,'2005-07-10 04:04:29',945,203,'2005-07-14 04:31:29',1,'2006-02-15 21:30:53'),(5580,'2005-07-10 04:05:49',2753,521,'2005-07-18 22:36:49',2,'2006-02-15 21:30:53'),(5581,'2005-07-10 04:06:06',3450,306,'2005-07-15 08:31:06',2,'2006-02-15 21:30:53'),(5582,'2005-07-10 04:08:25',3341,305,'2005-07-13 06:04:25',1,'2006-02-15 21:30:53'),(5583,'2005-07-10 04:08:48',1242,391,'2005-07-19 07:59:48',1,'2006-02-15 21:30:53'),(5584,'2005-07-10 04:15:25',2606,289,'2005-07-16 22:54:25',2,'2006-02-15 21:30:53'),(5585,'2005-07-10 04:15:43',3524,63,'2005-07-15 08:24:43',1,'2006-02-15 21:30:53'),(5586,'2005-07-10 04:17:06',2965,427,'2005-07-18 07:11:06',1,'2006-02-15 21:30:53'),(5587,'2005-07-10 04:17:25',4485,531,'2005-07-15 01:41:25',1,'2006-02-15 21:30:53'),(5588,'2005-07-10 04:21:10',1166,535,'2005-07-16 02:58:10',2,'2006-02-15 21:30:53'),(5589,'2005-07-10 04:22:58',3673,296,'2005-07-10 23:13:58',1,'2006-02-15 21:30:53'),(5590,'2005-07-10 04:23:11',4442,407,'2005-07-19 09:03:11',1,'2006-02-15 21:30:53'),(5591,'2005-07-10 04:25:03',378,374,'2005-07-16 04:21:03',1,'2006-02-15 21:30:53'),(5592,'2005-07-10 04:26:13',2471,222,'2005-07-19 02:32:13',2,'2006-02-15 21:30:53'),(5593,'2005-07-10 04:33:13',702,287,'2005-07-17 08:44:13',2,'2006-02-15 21:30:53'),(5594,'2005-07-10 04:33:36',61,440,'2005-07-12 08:13:36',2,'2006-02-15 21:30:53'),(5595,'2005-07-10 04:33:45',264,572,'2005-07-16 04:04:45',1,'2006-02-15 21:30:53'),(5596,'2005-07-10 04:43:14',1662,240,'2005-07-11 22:58:14',2,'2006-02-15 21:30:53'),(5597,'2005-07-10 04:47:57',4264,576,'2005-07-17 01:54:57',2,'2006-02-15 21:30:53'),(5598,'2005-07-10 04:48:29',3412,397,'2005-07-18 10:33:29',2,'2006-02-15 21:30:53'),(5599,'2005-07-10 04:52:04',3054,391,'2005-07-13 05:19:04',1,'2006-02-15 21:30:53'),(5600,'2005-07-10 04:55:45',3713,138,'2005-07-18 03:10:45',2,'2006-02-15 21:30:53'),(5601,'2005-07-10 04:56:55',3062,511,'2005-07-11 00:14:55',1,'2006-02-15 21:30:53'),(5602,'2005-07-10 05:02:22',3544,253,'2005-07-14 23:40:22',2,'2006-02-15 21:30:53'),(5603,'2005-07-10 05:04:54',1308,74,'2005-07-12 01:54:54',2,'2006-02-15 21:30:53'),(5604,'2005-07-10 05:05:00',3702,78,'2005-07-12 08:04:00',1,'2006-02-15 21:30:53'),(5605,'2005-07-10 05:06:45',2964,273,'2005-07-15 02:51:45',2,'2006-02-15 21:30:53'),(5606,'2005-07-10 05:07:55',2896,51,'2005-07-15 00:14:55',2,'2006-02-15 21:30:53'),(5607,'2005-07-10 05:08:10',4257,52,'2005-07-15 00:40:10',2,'2006-02-15 21:30:53'),(5608,'2005-07-10 05:08:26',3854,384,'2005-07-10 23:24:26',1,'2006-02-15 21:30:53'),(5609,'2005-07-10 05:09:46',1553,492,'2005-07-12 10:38:46',1,'2006-02-15 21:30:53'),(5610,'2005-07-10 05:09:52',481,131,'2005-07-13 07:08:52',2,'2006-02-15 21:30:53'),(5611,'2005-07-10 05:13:43',2832,424,'2005-07-16 05:56:43',1,'2006-02-15 21:30:53'),(5612,'2005-07-10 05:15:12',2363,472,'2005-07-17 09:50:12',2,'2006-02-15 21:30:53'),(5613,'2005-07-10 05:15:43',4517,220,'2005-07-13 05:17:43',2,'2006-02-15 21:30:53'),(5614,'2005-07-10 05:16:56',133,371,'2005-07-13 02:03:56',1,'2006-02-15 21:30:53'),(5615,'2005-07-10 05:18:51',1521,173,'2005-07-17 11:05:51',2,'2006-02-15 21:30:53'),(5616,'2005-07-10 05:21:11',4014,238,'2005-07-18 08:42:11',2,'2006-02-15 21:30:53'),(5617,'2005-07-10 05:28:50',2324,342,'2005-07-12 00:02:50',2,'2006-02-15 21:30:53'),(5618,'2005-07-10 05:28:58',757,316,'2005-07-18 01:38:58',1,'2006-02-15 21:30:53'),(5619,'2005-07-10 05:29:33',113,204,'2005-07-15 00:40:33',1,'2006-02-15 21:30:53'),(5620,'2005-07-10 05:30:52',2980,92,'2005-07-16 04:13:52',1,'2006-02-15 21:30:53'),(5621,'2005-07-10 05:34:10',552,310,'2005-07-14 02:49:10',1,'2006-02-15 21:30:53'),(5622,'2005-07-10 05:39:37',1783,568,'2005-07-15 00:48:37',2,'2006-02-15 21:30:53'),(5623,'2005-07-10 05:41:38',4464,229,'2005-07-14 01:01:38',2,'2006-02-15 21:30:53'),(5624,'2005-07-10 05:43:16',1015,114,'2005-07-12 05:33:16',1,'2006-02-15 21:30:53'),(5625,'2005-07-10 05:44:02',1751,114,'2005-07-12 00:03:02',2,'2006-02-15 21:30:53'),(5626,'2005-07-10 05:49:35',3029,389,'2005-07-15 08:05:35',1,'2006-02-15 21:30:53'),(5627,'2005-07-10 05:51:12',244,136,'2005-07-17 09:56:12',2,'2006-02-15 21:30:53'),(5628,'2005-07-10 05:56:40',4040,87,'2005-07-17 11:13:40',1,'2006-02-15 21:30:53'),(5629,'2005-07-10 06:02:25',400,546,'2005-07-16 07:33:25',1,'2006-02-15 21:30:53'),(5630,'2005-07-10 06:08:14',1151,537,'2005-07-14 03:37:14',2,'2006-02-15 21:30:53'),(5631,'2005-07-10 06:15:45',2095,595,'2005-07-17 09:53:45',2,'2006-02-15 21:30:53'),(5632,'2005-07-10 06:17:06',2632,404,'2005-07-17 02:32:06',2,'2006-02-15 21:30:53'),(5633,'2005-07-10 06:22:24',1056,480,'2005-07-11 05:59:24',2,'2006-02-15 21:30:53'),(5634,'2005-07-10 06:25:48',323,487,'2005-07-17 09:07:48',2,'2006-02-15 21:30:53'),(5635,'2005-07-10 06:28:39',1457,222,'2005-07-17 08:35:39',2,'2006-02-15 21:30:53'),(5636,'2005-07-10 06:31:24',4116,2,'2005-07-13 02:36:24',1,'2006-02-15 21:30:53'),(5637,'2005-07-10 06:31:37',4436,45,'2005-07-17 01:16:37',1,'2006-02-15 21:30:53'),(5638,'2005-07-10 06:32:49',1528,570,'2005-07-13 04:32:49',2,'2006-02-15 21:30:53'),(5639,'2005-07-10 06:33:39',2452,249,'2005-07-19 07:47:39',1,'2006-02-15 21:30:53'),(5640,'2005-07-10 06:38:00',2706,574,'2005-07-18 08:56:00',2,'2006-02-15 21:30:53'),(5641,'2005-07-10 06:43:43',3568,50,'2005-07-15 06:33:43',1,'2006-02-15 21:30:53'),(5642,'2005-07-10 06:46:08',3630,299,'2005-07-13 10:03:08',1,'2006-02-15 21:30:53'),(5643,'2005-07-10 06:49:00',796,34,'2005-07-14 01:53:00',1,'2006-02-15 21:30:53'),(5644,'2005-07-10 06:57:44',4069,476,'2005-07-15 03:52:44',2,'2006-02-15 21:30:53'),(5645,'2005-07-10 06:58:21',1586,333,'2005-07-18 04:19:21',2,'2006-02-15 21:30:53'),(5646,'2005-07-10 07:08:09',1471,166,'2005-07-14 03:48:09',2,'2006-02-15 21:30:53'),(5647,'2005-07-10 07:08:40',1466,128,'2005-07-13 05:19:40',2,'2006-02-15 21:30:53'),(5648,'2005-07-10 07:09:21',4359,24,'2005-07-16 07:23:21',2,'2006-02-15 21:30:53'),(5649,'2005-07-10 07:15:07',1349,336,'2005-07-12 11:57:07',2,'2006-02-15 21:30:53'),(5650,'2005-07-10 07:17:01',2793,461,'2005-07-15 11:59:01',1,'2006-02-15 21:30:53'),(5651,'2005-07-10 07:17:13',301,239,'2005-07-15 12:13:13',2,'2006-02-15 21:30:53'),(5652,'2005-07-10 07:18:58',927,42,'2005-07-19 07:52:58',1,'2006-02-15 21:30:53'),(5653,'2005-07-10 07:21:27',919,28,'2005-07-16 01:58:27',1,'2006-02-15 21:30:53'),(5654,'2005-07-10 07:24:46',3419,490,'2005-07-14 07:39:46',2,'2006-02-15 21:30:53'),(5655,'2005-07-10 07:31:06',3470,113,'2005-07-17 08:22:06',1,'2006-02-15 21:30:53'),(5656,'2005-07-10 07:31:07',4138,159,'2005-07-15 04:44:07',1,'2006-02-15 21:30:53'),(5657,'2005-07-10 07:33:43',4342,508,'2005-07-18 01:55:43',2,'2006-02-15 21:30:53'),(5658,'2005-07-10 07:34:08',4402,165,'2005-07-19 04:21:08',2,'2006-02-15 21:30:53'),(5659,'2005-07-10 07:45:40',4265,9,'2005-07-15 05:20:40',1,'2006-02-15 21:30:53'),(5660,'2005-07-10 07:46:12',1404,171,'2005-07-17 07:48:12',1,'2006-02-15 21:30:53'),(5661,'2005-07-10 07:53:51',1878,108,'2005-07-14 12:57:51',2,'2006-02-15 21:30:53'),(5662,'2005-07-10 07:59:24',219,502,'2005-07-14 13:06:24',1,'2006-02-15 21:30:53'),(5663,'2005-07-10 08:01:33',3078,530,'2005-07-15 03:36:33',2,'2006-02-15 21:30:53'),(5664,'2005-07-10 08:04:41',2375,469,'2005-07-17 10:29:41',1,'2006-02-15 21:30:53'),(5665,'2005-07-10 08:10:08',1175,415,'2005-07-11 05:22:08',2,'2006-02-15 21:30:53'),(5666,'2005-07-10 08:10:29',2225,242,'2005-07-17 04:54:29',2,'2006-02-15 21:30:53'),(5667,'2005-07-10 08:11:03',683,336,'2005-07-15 08:23:03',2,'2006-02-15 21:30:53'),(5668,'2005-07-10 08:11:05',309,211,'2005-07-16 13:15:05',1,'2006-02-15 21:30:53'),(5669,'2005-07-10 08:12:53',1173,323,'2005-07-11 05:48:53',2,'2006-02-15 21:30:53'),(5670,'2005-07-10 08:14:52',610,121,'2005-07-14 04:13:52',2,'2006-02-15 21:30:53'),(5671,'2005-07-10 08:18:22',1304,268,'2005-07-11 07:03:22',2,'2006-02-15 21:30:53'),(5672,'2005-07-10 08:19:38',2326,158,'2005-07-16 06:28:38',2,'2006-02-15 21:30:53'),(5673,'2005-07-10 08:21:54',4018,117,'2005-07-11 05:54:54',2,'2006-02-15 21:30:53'),(5674,'2005-07-10 08:26:26',548,258,'2005-07-16 02:43:26',1,'2006-02-15 21:30:53'),(5675,'2005-07-10 08:31:06',2134,376,'2005-07-17 11:48:06',1,'2006-02-15 21:30:53'),(5676,'2005-07-10 08:38:32',3595,153,'2005-07-13 10:11:32',1,'2006-02-15 21:30:53'),(5677,'2005-07-10 08:41:28',2647,105,'2005-07-12 09:05:28',2,'2006-02-15 21:30:53'),(5678,'2005-07-10 08:42:42',4366,96,'2005-07-19 03:48:42',1,'2006-02-15 21:30:53'),(5679,'2005-07-10 08:44:02',389,138,'2005-07-14 05:30:02',1,'2006-02-15 21:30:53'),(5680,'2005-07-10 08:47:36',3503,199,'2005-07-17 06:10:36',1,'2006-02-15 21:30:53'),(5681,'2005-07-10 08:48:39',4176,50,'2005-07-18 07:17:39',1,'2006-02-15 21:30:53'),(5682,'2005-07-10 08:51:39',17,302,'2005-07-12 14:44:39',2,'2006-02-15 21:30:53'),(5683,'2005-07-10 08:52:13',4433,285,'2005-07-19 10:25:13',1,'2006-02-15 21:30:53'),(5684,'2005-07-10 08:59:03',99,132,'2005-07-15 07:21:03',1,'2006-02-15 21:30:53'),(5685,'2005-07-10 09:01:38',1462,170,'2005-07-17 10:58:38',1,'2006-02-15 21:30:53'),(5686,'2005-07-10 09:06:03',717,521,'2005-07-11 10:59:03',2,'2006-02-15 21:30:53'),(5687,'2005-07-10 09:07:19',2170,363,'2005-07-16 11:17:19',2,'2006-02-15 21:30:53'),(5688,'2005-07-10 09:16:08',3036,598,'2005-07-15 09:44:08',1,'2006-02-15 21:30:53'),(5689,'2005-07-10 09:24:17',1731,381,'2005-07-15 05:36:17',1,'2006-02-15 21:30:53'),(5690,'2005-07-10 09:26:49',1326,362,'2005-07-19 07:17:49',2,'2006-02-15 21:30:53'),(5691,'2005-07-10 09:29:49',3526,466,'2005-07-16 13:37:49',1,'2006-02-15 21:30:53'),(5692,'2005-07-10 09:32:22',59,244,'2005-07-15 15:20:22',2,'2006-02-15 21:30:53'),(5693,'2005-07-10 09:35:43',2167,208,'2005-07-12 08:05:43',2,'2006-02-15 21:30:53'),(5694,'2005-07-10 09:40:38',3476,57,'2005-07-14 09:16:38',1,'2006-02-15 21:30:53'),(5695,'2005-07-10 09:43:40',440,459,'2005-07-13 15:04:40',2,'2006-02-15 21:30:53'),(5696,'2005-07-10 09:44:32',128,96,'2005-07-12 13:38:32',2,'2006-02-15 21:30:53'),(5697,'2005-07-10 09:44:44',934,515,'2005-07-12 12:13:44',2,'2006-02-15 21:30:53'),(5698,'2005-07-10 09:47:00',639,46,'2005-07-16 06:26:00',1,'2006-02-15 21:30:53'),(5699,'2005-07-10 09:48:04',958,211,'2005-07-17 09:07:04',1,'2006-02-15 21:30:53'),(5700,'2005-07-10 09:49:42',3961,87,'2005-07-19 04:20:42',1,'2006-02-15 21:30:53'),(5701,'2005-07-10 09:56:24',2395,91,'2005-07-16 15:11:24',2,'2006-02-15 21:30:53'),(5702,'2005-07-10 10:00:01',3349,324,'2005-07-11 15:29:01',1,'2006-02-15 21:30:53'),(5703,'2005-07-10 10:04:15',1585,132,'2005-07-16 07:43:15',1,'2006-02-15 21:30:53'),(5704,'2005-07-10 10:06:29',2104,591,'2005-07-17 10:48:29',1,'2006-02-15 21:30:53'),(5705,'2005-07-10 10:09:17',4030,300,'2005-07-19 07:24:17',2,'2006-02-15 21:30:53'),(5706,'2005-07-10 10:21:46',3701,255,'2005-07-16 04:37:46',2,'2006-02-15 21:30:53'),(5707,'2005-07-10 10:26:14',708,581,'2005-07-18 06:19:14',1,'2006-02-15 21:30:53'),(5708,'2005-07-10 10:29:19',571,484,'2005-07-18 06:50:19',1,'2006-02-15 21:30:53'),(5709,'2005-07-10 10:31:52',732,302,'2005-07-12 10:47:52',1,'2006-02-15 21:30:53'),(5710,'2005-07-10 10:32:52',2843,265,'2005-07-18 06:28:52',1,'2006-02-15 21:30:53'),(5711,'2005-07-10 10:37:20',3988,481,'2005-07-13 11:20:20',1,'2006-02-15 21:30:53'),(5712,'2005-07-10 10:40:32',3480,304,'2005-07-12 11:45:32',1,'2006-02-15 21:30:53'),(5713,'2005-07-10 10:46:15',1213,572,'2005-07-19 14:34:15',1,'2006-02-15 21:30:53'),(5714,'2005-07-10 10:46:57',3706,17,'2005-07-18 14:07:57',1,'2006-02-15 21:30:53'),(5715,'2005-07-10 10:48:03',1638,132,'2005-07-18 11:27:03',1,'2006-02-15 21:30:53'),(5716,'2005-07-10 10:59:23',3416,102,'2005-07-16 12:25:23',2,'2006-02-15 21:30:53'),(5717,'2005-07-10 11:02:03',529,15,'2005-07-13 13:00:03',1,'2006-02-15 21:30:53'),(5718,'2005-07-10 11:03:20',3719,20,'2005-07-19 15:38:20',2,'2006-02-15 21:30:53'),(5719,'2005-07-10 11:07:40',2100,94,'2005-07-15 14:14:40',2,'2006-02-15 21:30:53'),(5720,'2005-07-10 11:09:12',576,339,'2005-07-16 07:31:12',1,'2006-02-15 21:30:53'),(5721,'2005-07-10 11:09:35',2348,5,'2005-07-17 16:41:35',2,'2006-02-15 21:30:53'),(5722,'2005-07-10 11:10:04',2890,556,'2005-07-12 16:31:04',2,'2006-02-15 21:30:53'),(5723,'2005-07-10 11:14:48',605,33,'2005-07-11 15:46:48',2,'2006-02-15 21:30:53'),(5724,'2005-07-10 11:18:12',3597,289,'2005-07-16 14:53:12',2,'2006-02-15 21:30:53'),(5725,'2005-07-10 11:21:21',4293,426,'2005-07-14 05:34:21',2,'2006-02-15 21:30:53'),(5726,'2005-07-10 11:22:08',3582,131,'2005-07-13 05:55:08',1,'2006-02-15 21:30:53'),(5727,'2005-07-10 11:25:28',3338,550,'2005-07-11 11:03:28',2,'2006-02-15 21:30:53'),(5728,'2005-07-10 11:26:14',636,335,'2005-07-15 12:55:14',1,'2006-02-15 21:30:53'),(5729,'2005-07-10 11:27:25',4137,188,'2005-07-15 06:13:25',2,'2006-02-15 21:30:53'),(5730,'2005-07-10 11:28:32',1903,301,'2005-07-11 11:45:32',2,'2006-02-15 21:30:53'),(5731,'2005-07-10 11:31:52',2960,440,'2005-07-14 11:44:52',1,'2006-02-15 21:30:53'),(5732,'2005-07-10 11:36:32',2833,597,'2005-07-12 13:09:32',2,'2006-02-15 21:30:53'),(5733,'2005-07-10 11:37:24',3806,415,'2005-07-11 12:34:24',2,'2006-02-15 21:30:53'),(5734,'2005-07-10 11:37:28',399,447,'2005-07-16 11:10:28',1,'2006-02-15 21:30:53'),(5735,'2005-07-10 11:39:15',3259,65,'2005-07-19 09:52:15',1,'2006-02-15 21:30:53'),(5736,'2005-07-10 11:45:48',1172,27,'2005-07-13 16:40:48',1,'2006-02-15 21:30:53'),(5737,'2005-07-10 11:50:04',1118,218,'2005-07-13 10:37:04',1,'2006-02-15 21:30:53'),(5738,'2005-07-10 11:50:51',200,187,'2005-07-19 17:46:51',1,'2006-02-15 21:30:53'),(5739,'2005-07-10 11:51:50',163,219,'2005-07-19 17:40:50',1,'2006-02-15 21:30:53'),(5740,'2005-07-10 11:51:58',2147,325,'2005-07-12 07:53:58',2,'2006-02-15 21:30:53'),(5741,'2005-07-10 11:55:40',2041,513,'2005-07-16 15:02:40',2,'2006-02-15 21:30:53'),(5742,'2005-07-10 11:56:18',3975,596,'2005-07-19 06:59:18',2,'2006-02-15 21:30:53'),(5743,'2005-07-10 11:57:38',593,297,'2005-07-19 15:38:38',2,'2006-02-15 21:30:53'),(5744,'2005-07-10 12:08:33',1372,437,'2005-07-14 12:34:33',2,'2006-02-15 21:30:53'),(5745,'2005-07-10 12:10:11',41,305,'2005-07-19 06:56:11',1,'2006-02-15 21:30:53'),(5746,'2005-07-10 12:15:12',3071,82,'2005-07-16 07:02:12',1,'2006-02-15 21:30:53'),(5747,'2005-07-10 12:15:33',4562,583,'2005-07-18 10:11:33',1,'2006-02-15 21:30:53'),(5748,'2005-07-10 12:19:59',1618,99,'2005-07-12 12:59:59',1,'2006-02-15 21:30:53'),(5749,'2005-07-10 12:20:36',1768,304,'2005-07-19 10:39:36',1,'2006-02-15 21:30:53'),(5750,'2005-07-10 12:20:41',3855,330,'2005-07-17 08:25:41',2,'2006-02-15 21:30:53'),(5751,'2005-07-10 12:25:11',387,479,'2005-07-11 15:23:11',1,'2006-02-15 21:30:53'),(5752,'2005-07-10 12:27:38',4444,86,'2005-07-18 09:22:38',2,'2006-02-15 21:30:53'),(5753,'2005-07-10 12:29:43',3639,444,'2005-07-17 12:50:43',2,'2006-02-15 21:30:53'),(5754,'2005-07-10 12:32:43',162,291,'2005-07-12 13:11:43',2,'2006-02-15 21:30:53'),(5755,'2005-07-10 12:38:56',2760,2,'2005-07-19 17:02:56',1,'2006-02-15 21:30:53'),(5756,'2005-07-10 12:39:28',130,183,'2005-07-11 14:08:28',2,'2006-02-15 21:30:53'),(5757,'2005-07-10 12:40:17',1827,101,'2005-07-12 14:02:17',1,'2006-02-15 21:30:53'),(5758,'2005-07-10 12:42:43',502,363,'2005-07-16 10:18:43',2,'2006-02-15 21:30:53'),(5759,'2005-07-10 12:43:22',816,591,'2005-07-16 16:42:22',1,'2006-02-15 21:30:53'),(5760,'2005-07-10 12:44:48',1050,154,'2005-07-14 12:25:48',1,'2006-02-15 21:30:53'),(5761,'2005-07-10 12:45:36',1763,287,'2005-07-13 10:05:36',2,'2006-02-15 21:30:53'),(5762,'2005-07-10 12:48:01',1815,217,'2005-07-18 16:43:01',1,'2006-02-15 21:30:53'),(5763,'2005-07-10 12:58:12',753,397,'2005-07-14 08:52:12',1,'2006-02-15 21:30:53'),(5764,'2005-07-10 12:58:16',1556,245,'2005-07-19 07:28:16',1,'2006-02-15 21:30:53'),(5765,'2005-07-10 13:03:02',2619,293,'2005-07-16 09:31:02',1,'2006-02-15 21:30:53'),(5766,'2005-07-10 13:07:31',7,406,'2005-07-16 13:03:31',1,'2006-02-15 21:30:53'),(5767,'2005-07-10 13:13:18',2871,32,'2005-07-17 14:41:18',2,'2006-02-15 21:30:53'),(5768,'2005-07-10 13:15:26',345,196,'2005-07-15 09:42:26',1,'2006-02-15 21:30:53'),(5769,'2005-07-10 13:17:58',4052,141,'2005-07-11 11:32:58',1,'2006-02-15 21:30:53'),(5770,'2005-07-10 13:21:28',914,71,'2005-07-11 08:59:28',2,'2006-02-15 21:30:53'),(5771,'2005-07-10 13:26:45',3275,153,'2005-07-14 15:43:45',1,'2006-02-15 21:30:53'),(5772,'2005-07-10 13:27:40',3635,21,'2005-07-17 08:24:40',1,'2006-02-15 21:30:53'),(5773,'2005-07-10 13:31:09',3277,180,'2005-07-15 08:21:09',2,'2006-02-15 21:30:53'),(5774,'2005-07-10 13:31:56',326,113,'2005-07-18 07:32:56',1,'2006-02-15 21:30:53'),(5775,'2005-07-10 13:34:26',2175,325,'2005-07-15 10:01:26',1,'2006-02-15 21:30:53'),(5776,'2005-07-10 13:35:22',3592,568,'2005-07-12 17:58:22',1,'2006-02-15 21:30:53'),(5777,'2005-07-10 13:38:41',3959,40,'2005-07-17 15:48:41',2,'2006-02-15 21:30:53'),(5778,'2005-07-10 13:41:37',4435,324,'2005-07-14 16:26:37',1,'2006-02-15 21:30:53'),(5779,'2005-07-10 13:45:54',3266,244,'2005-07-15 18:13:54',1,'2006-02-15 21:30:53'),(5780,'2005-07-10 13:46:23',168,516,'2005-07-14 17:19:23',2,'2006-02-15 21:30:53'),(5781,'2005-07-10 13:49:30',3191,167,'2005-07-11 12:11:30',2,'2006-02-15 21:30:53'),(5782,'2005-07-10 13:52:56',2514,440,'2005-07-15 09:32:56',2,'2006-02-15 21:30:53'),(5783,'2005-07-10 13:55:33',3331,385,'2005-07-16 12:13:33',1,'2006-02-15 21:30:53'),(5784,'2005-07-10 14:03:28',2323,422,'2005-07-16 16:22:28',1,'2006-02-15 21:30:53'),(5785,'2005-07-10 14:06:03',142,211,'2005-07-17 17:59:03',2,'2006-02-15 21:30:53'),(5786,'2005-07-10 14:06:44',2290,350,'2005-07-14 19:55:44',2,'2006-02-15 21:30:53'),(5787,'2005-07-10 14:08:49',1075,44,'2005-07-19 18:29:49',1,'2006-02-15 21:30:53'),(5788,'2005-07-10 14:10:22',1707,63,'2005-07-14 19:46:22',2,'2006-02-15 21:30:53'),(5789,'2005-07-10 14:11:26',2601,571,'2005-07-18 16:19:26',1,'2006-02-15 21:30:53'),(5790,'2005-07-10 14:15:21',1696,235,'2005-07-14 08:53:21',2,'2006-02-15 21:30:53'),(5791,'2005-07-10 14:16:22',2795,319,'2005-07-19 13:38:22',2,'2006-02-15 21:30:53'),(5792,'2005-07-10 14:22:19',4234,92,'2005-07-19 09:08:19',1,'2006-02-15 21:30:53'),(5793,'2005-07-10 14:33:00',2927,268,'2005-07-13 19:27:00',1,'2006-02-15 21:30:53'),(5794,'2005-07-10 14:34:53',1164,198,'2005-07-17 11:50:53',2,'2006-02-15 21:30:53'),(5795,'2005-07-10 14:36:29',3958,304,'2005-07-14 13:26:29',1,'2006-02-15 21:30:53'),(5796,'2005-07-10 14:42:54',1631,286,'2005-07-17 08:47:54',2,'2006-02-15 21:30:53'),(5797,'2005-07-10 14:43:52',1880,384,'2005-07-13 16:12:52',2,'2006-02-15 21:30:53'),(5798,'2005-07-10 14:45:09',331,107,'2005-07-16 13:43:09',1,'2006-02-15 21:30:53'),(5799,'2005-07-10 14:53:35',3045,520,'2005-07-14 16:18:35',2,'2006-02-15 21:30:53'),(5800,'2005-07-10 14:58:36',2466,411,'2005-07-11 19:50:36',2,'2006-02-15 21:30:53'),(5801,'2005-07-10 14:59:05',3511,439,'2005-07-14 17:55:05',2,'2006-02-15 21:30:53'),(5802,'2005-07-10 15:02:17',2295,520,'2005-07-19 15:43:17',2,'2006-02-15 21:30:53'),(5803,'2005-07-10 15:05:42',1982,244,'2005-07-15 10:19:42',1,'2006-02-15 21:30:53'),(5804,'2005-07-10 15:06:31',2168,137,'2005-07-14 11:00:31',1,'2006-02-15 21:30:53'),(5805,'2005-07-10 15:08:41',3553,532,'2005-07-19 16:35:41',2,'2006-02-15 21:30:53'),(5806,'2005-07-10 15:11:54',29,108,'2005-07-15 11:51:54',2,'2006-02-15 21:30:53'),(5807,'2005-07-10 15:16:30',2092,301,'2005-07-11 14:02:30',2,'2006-02-15 21:30:53'),(5808,'2005-07-10 15:17:33',2310,170,'2005-07-14 12:14:33',2,'2006-02-15 21:30:53'),(5809,'2005-07-10 15:19:30',1748,461,'2005-07-13 12:31:30',2,'2006-02-15 21:30:53'),(5810,'2005-07-10 15:22:04',1426,482,'2005-07-18 21:05:04',2,'2006-02-15 21:30:53'),(5811,'2005-07-10 15:27:04',4007,441,'2005-07-12 17:20:04',1,'2006-02-15 21:30:53'),(5812,'2005-07-10 15:27:56',1681,581,'2005-07-18 15:37:56',2,'2006-02-15 21:30:53'),(5813,'2005-07-10 15:34:37',942,512,'2005-07-17 16:14:37',2,'2006-02-15 21:30:53'),(5814,'2005-07-10 15:46:50',2537,71,'2005-07-13 15:28:50',2,'2006-02-15 21:30:53'),(5815,'2005-07-10 15:48:19',2934,22,'2005-07-13 12:09:19',1,'2006-02-15 21:30:53'),(5816,'2005-07-10 15:48:47',1746,382,'2005-07-13 11:51:47',2,'2006-02-15 21:30:53'),(5817,'2005-07-10 15:49:12',2993,28,'2005-07-18 19:30:12',2,'2006-02-15 21:30:53'),(5818,'2005-07-10 15:51:12',3940,334,'2005-07-14 14:10:12',2,'2006-02-15 21:30:53'),(5819,'2005-07-10 15:56:20',3439,347,'2005-07-12 19:59:20',2,'2006-02-15 21:30:53'),(5820,'2005-07-10 16:04:59',1511,485,'2005-07-16 12:10:59',1,'2006-02-15 21:30:53'),(5821,'2005-07-10 16:07:16',147,302,'2005-07-14 19:48:16',1,'2006-02-15 21:30:53'),(5822,'2005-07-10 16:10:39',1385,38,'2005-07-13 19:05:39',2,'2006-02-15 21:30:53'),(5823,'2005-07-10 16:19:52',1879,483,'2005-07-11 12:33:52',2,'2006-02-15 21:30:53'),(5824,'2005-07-10 16:19:53',1980,449,'2005-07-12 11:17:53',2,'2006-02-15 21:30:53'),(5825,'2005-07-10 16:20:30',3843,444,'2005-07-11 18:58:30',1,'2006-02-15 21:30:53'),(5826,'2005-07-10 16:21:02',4104,254,'2005-07-17 21:08:02',1,'2006-02-15 21:30:53'),(5827,'2005-07-10 16:22:20',1296,290,'2005-07-15 21:13:20',2,'2006-02-15 21:30:53'),(5828,'2005-07-10 16:27:25',2999,156,'2005-07-11 18:42:25',1,'2006-02-15 21:30:53'),(5829,'2005-07-10 16:29:41',3405,118,'2005-07-14 22:03:41',1,'2006-02-15 21:30:53'),(5830,'2005-07-10 16:34:00',2358,59,'2005-07-18 16:42:00',1,'2006-02-15 21:30:53'),(5831,'2005-07-10 16:34:02',830,43,'2005-07-11 14:27:02',2,'2006-02-15 21:30:53'),(5832,'2005-07-10 16:34:48',2387,63,'2005-07-17 17:25:48',1,'2006-02-15 21:30:53'),(5833,'2005-07-10 16:39:24',3829,187,'2005-07-17 12:52:24',1,'2006-02-15 21:30:53'),(5834,'2005-07-10 16:44:12',85,360,'2005-07-14 11:34:12',2,'2006-02-15 21:30:53'),(5835,'2005-07-10 16:44:58',800,11,'2005-07-17 16:03:58',2,'2006-02-15 21:30:53'),(5836,'2005-07-10 16:49:02',1842,310,'2005-07-11 22:35:02',2,'2006-02-15 21:30:53'),(5837,'2005-07-10 16:57:50',1648,478,'2005-07-18 14:07:50',2,'2006-02-15 21:30:53'),(5838,'2005-07-10 17:04:56',1627,202,'2005-07-11 15:15:56',1,'2006-02-15 21:30:53'),(5839,'2005-07-10 17:08:30',252,367,'2005-07-13 21:21:30',2,'2006-02-15 21:30:53'),(5840,'2005-07-10 17:09:09',1073,72,'2005-07-15 22:52:09',1,'2006-02-15 21:30:53'),(5841,'2005-07-10 17:11:31',1230,525,'2005-07-18 15:50:31',2,'2006-02-15 21:30:53'),(5842,'2005-07-10 17:11:37',139,247,'2005-07-14 21:43:37',1,'2006-02-15 21:30:53'),(5843,'2005-07-10 17:14:27',1615,599,'2005-07-15 21:18:27',2,'2006-02-15 21:30:53'),(5844,'2005-07-10 17:14:43',609,147,'2005-07-12 19:27:43',1,'2006-02-15 21:30:53'),(5845,'2005-07-10 17:23:14',2882,334,'2005-07-12 16:29:14',2,'2006-02-15 21:30:53'),(5846,'2005-07-10 17:25:24',938,233,'2005-07-12 13:41:24',2,'2006-02-15 21:30:53'),(5847,'2005-07-10 17:27:42',4403,220,'2005-07-12 14:51:42',2,'2006-02-15 21:30:53'),(5848,'2005-07-10 17:28:14',4549,409,'2005-07-14 11:54:14',1,'2006-02-15 21:30:53'),(5849,'2005-07-10 17:32:33',1632,44,'2005-07-19 22:39:33',1,'2006-02-15 21:30:53'),(5850,'2005-07-10 17:36:27',4015,531,'2005-07-15 16:44:27',2,'2006-02-15 21:30:53'),(5851,'2005-07-10 17:40:47',3944,510,'2005-07-11 19:24:47',2,'2006-02-15 21:30:53'),(5852,'2005-07-10 17:43:30',3890,484,'2005-07-15 15:05:30',2,'2006-02-15 21:30:53'),(5853,'2005-07-10 17:45:13',3026,520,'2005-07-17 21:37:13',1,'2006-02-15 21:30:53'),(5854,'2005-07-10 17:47:34',997,547,'2005-07-13 20:14:34',2,'2006-02-15 21:30:53'),(5855,'2005-07-10 17:54:06',2457,166,'2005-07-18 15:41:06',2,'2006-02-15 21:30:53'),(5856,'2005-07-10 17:57:32',497,314,'2005-07-11 13:57:32',1,'2006-02-15 21:30:53'),(5857,'2005-07-10 17:59:29',1265,29,'2005-07-18 18:13:29',1,'2006-02-15 21:30:53'),(5858,'2005-07-10 18:00:07',2913,257,'2005-07-11 20:01:07',2,'2006-02-15 21:30:53'),(5859,'2005-07-10 18:02:02',131,220,'2005-07-11 23:24:02',1,'2006-02-15 21:30:53'),(5860,'2005-07-10 18:08:49',3897,180,'2005-07-16 16:43:49',2,'2006-02-15 21:30:53'),(5861,'2005-07-10 18:14:22',3881,277,'2005-07-14 15:32:22',1,'2006-02-15 21:30:53'),(5862,'2005-07-10 18:20:48',2075,157,'2005-07-17 00:09:48',1,'2006-02-15 21:30:53'),(5863,'2005-07-10 18:25:23',2557,419,'2005-07-15 23:49:23',1,'2006-02-15 21:30:53'),(5864,'2005-07-10 18:29:57',4380,437,'2005-07-19 14:27:57',2,'2006-02-15 21:30:53'),(5865,'2005-07-10 18:31:05',1382,126,'2005-07-12 18:29:05',2,'2006-02-15 21:30:53'),(5866,'2005-07-10 18:35:14',457,484,'2005-07-19 19:41:14',2,'2006-02-15 21:30:53'),(5867,'2005-07-10 18:39:01',730,321,'2005-07-19 21:56:01',2,'2006-02-15 21:30:53'),(5868,'2005-07-10 18:39:16',452,429,'2005-07-15 21:19:16',1,'2006-02-15 21:30:53'),(5869,'2005-07-10 18:40:09',2157,40,'2005-07-17 18:42:09',1,'2006-02-15 21:30:53'),(5870,'2005-07-10 18:40:25',1524,438,'2005-07-12 15:39:25',2,'2006-02-15 21:30:53'),(5871,'2005-07-10 18:46:08',3288,307,'2005-07-16 17:32:08',1,'2006-02-15 21:30:53'),(5872,'2005-07-10 18:54:05',270,364,'2005-07-19 15:41:05',1,'2006-02-15 21:30:53'),(5873,'2005-07-10 19:02:10',3151,354,'2005-07-14 19:13:10',2,'2006-02-15 21:30:53'),(5874,'2005-07-10 19:02:51',2255,131,'2005-07-16 13:14:51',1,'2006-02-15 21:30:53'),(5875,'2005-07-10 19:06:47',964,575,'2005-07-18 17:33:47',2,'2006-02-15 21:30:53'),(5876,'2005-07-10 19:07:15',4445,578,'2005-07-14 17:29:15',2,'2006-02-15 21:30:53'),(5877,'2005-07-10 19:08:51',1520,537,'2005-07-19 19:48:51',1,'2006-02-15 21:30:53'),(5878,'2005-07-10 19:09:57',3805,271,'2005-07-16 17:22:57',1,'2006-02-15 21:30:53'),(5879,'2005-07-10 19:12:47',3851,430,'2005-07-16 16:32:47',1,'2006-02-15 21:30:53'),(5880,'2005-07-10 19:14:58',359,482,'2005-07-17 01:13:58',1,'2006-02-15 21:30:53'),(5881,'2005-07-10 19:19:43',236,25,'2005-07-12 20:11:43',1,'2006-02-15 21:30:53'),(5882,'2005-07-10 19:20:34',2830,319,'2005-07-11 18:39:34',2,'2006-02-15 21:30:53'),(5883,'2005-07-10 19:25:21',2820,17,'2005-07-16 20:50:21',2,'2006-02-15 21:30:53'),(5884,'2005-07-10 19:31:38',916,498,'2005-07-11 20:30:38',1,'2006-02-15 21:30:53'),(5885,'2005-07-10 19:33:50',3129,331,'2005-07-17 00:26:50',2,'2006-02-15 21:30:53'),(5886,'2005-07-10 19:36:25',907,215,'2005-07-11 22:24:25',2,'2006-02-15 21:30:53'),(5887,'2005-07-10 19:45:47',2602,532,'2005-07-15 22:15:47',1,'2006-02-15 21:30:53'),(5888,'2005-07-10 19:52:17',1620,268,'2005-07-18 20:32:17',2,'2006-02-15 21:30:53'),(5889,'2005-07-10 19:54:41',1706,491,'2005-07-12 20:08:41',2,'2006-02-15 21:30:53'),(5890,'2005-07-10 20:00:25',1463,535,'2005-07-18 17:57:25',2,'2006-02-15 21:30:53'),(5891,'2005-07-10 20:01:17',4355,184,'2005-07-12 00:15:17',1,'2006-02-15 21:30:53'),(5892,'2005-07-10 20:02:42',4322,333,'2005-07-11 20:02:42',1,'2006-02-15 21:30:53'),(5893,'2005-07-10 20:05:30',1689,439,'2005-07-14 23:05:30',1,'2006-02-15 21:30:53'),(5894,'2005-07-10 20:09:34',2264,194,'2005-07-17 15:39:34',1,'2006-02-15 21:30:53'),(5895,'2005-07-10 20:13:19',2272,164,'2005-07-17 17:51:19',1,'2006-02-15 21:30:53'),(5896,'2005-07-10 20:15:56',731,357,'2005-07-12 00:39:56',1,'2006-02-15 21:30:53'),(5897,'2005-07-10 20:16:14',740,413,'2005-07-19 15:49:14',2,'2006-02-15 21:30:53'),(5898,'2005-07-10 20:18:09',3257,538,'2005-07-16 14:44:09',1,'2006-02-15 21:30:53'),(5899,'2005-07-10 20:21:52',1391,388,'2005-07-13 00:46:52',1,'2006-02-15 21:30:53'),(5900,'2005-07-10 20:21:54',1081,419,'2005-07-17 00:26:54',1,'2006-02-15 21:30:53'),(5901,'2005-07-10 20:22:12',86,165,'2005-07-19 16:43:12',2,'2006-02-15 21:30:53'),(5902,'2005-07-10 20:31:24',2727,228,'2005-07-11 20:50:24',1,'2006-02-15 21:30:53'),(5903,'2005-07-10 20:39:04',1388,573,'2005-07-11 17:41:04',1,'2006-02-15 21:30:53'),(5904,'2005-07-10 20:39:44',350,531,'2005-07-13 17:57:44',2,'2006-02-15 21:30:53'),(5905,'2005-07-10 20:41:09',3891,10,'2005-07-19 14:49:09',1,'2006-02-15 21:30:53'),(5906,'2005-07-10 20:41:41',514,323,'2005-07-14 00:12:41',2,'2006-02-15 21:30:53'),(5907,'2005-07-10 20:41:41',4432,168,'2005-07-15 21:18:41',2,'2006-02-15 21:30:53'),(5908,'2005-07-10 20:44:14',810,156,'2005-07-13 15:05:14',2,'2006-02-15 21:30:53'),(5909,'2005-07-10 20:46:13',2333,44,'2005-07-14 18:01:13',2,'2006-02-15 21:30:53'),(5910,'2005-07-10 20:51:34',1039,464,'2005-07-19 14:54:34',1,'2006-02-15 21:30:53'),(5911,'2005-07-10 20:51:42',4140,420,'2005-07-14 21:58:42',2,'2006-02-15 21:30:53'),(5912,'2005-07-10 20:58:22',1187,351,'2005-07-17 01:15:22',2,'2006-02-15 21:30:53'),(5913,'2005-07-10 20:58:55',2767,277,'2005-07-13 15:18:55',1,'2006-02-15 21:30:53'),(5914,'2005-07-10 21:01:12',2639,372,'2005-07-16 18:27:12',2,'2006-02-15 21:30:53'),(5915,'2005-07-10 21:12:16',2464,66,'2005-07-15 16:59:16',2,'2006-02-15 21:30:53'),(5916,'2005-07-10 21:26:31',2267,35,'2005-07-19 20:23:31',1,'2006-02-15 21:30:53'),(5917,'2005-07-10 21:30:22',2910,74,'2005-07-12 18:54:22',2,'2006-02-15 21:30:53'),(5918,'2005-07-10 21:32:06',120,34,'2005-07-19 21:35:06',1,'2006-02-15 21:30:53'),(5919,'2005-07-10 21:32:14',164,92,'2005-07-12 16:47:14',1,'2006-02-15 21:30:53'),(5920,'2005-07-10 21:33:58',1893,221,'2005-07-17 19:41:58',2,'2006-02-15 21:30:53'),(5921,'2005-07-10 21:35:12',3920,7,'2005-07-18 19:59:12',1,'2006-02-15 21:30:53'),(5922,'2005-07-10 21:36:53',1392,271,'2005-07-16 02:51:53',1,'2006-02-15 21:30:53'),(5923,'2005-07-10 21:40:06',1817,401,'2005-07-13 00:01:06',1,'2006-02-15 21:30:53'),(5924,'2005-07-10 21:41:23',629,191,'2005-07-16 21:33:23',1,'2006-02-15 21:30:53'),(5925,'2005-07-10 21:41:27',3724,503,'2005-07-18 18:35:27',2,'2006-02-15 21:30:53'),(5926,'2005-07-10 21:53:42',2840,282,'2005-07-20 01:04:42',1,'2006-02-15 21:30:53'),(5927,'2005-07-10 21:57:14',807,70,'2005-07-16 19:32:14',1,'2006-02-15 21:30:53'),(5928,'2005-07-10 21:58:30',4132,50,'2005-07-15 19:41:30',1,'2006-02-15 21:30:53'),(5929,'2005-07-10 21:59:29',4303,54,'2005-07-14 20:20:29',2,'2006-02-15 21:30:53'),(5930,'2005-07-10 21:59:32',2338,254,'2005-07-11 18:40:32',2,'2006-02-15 21:30:53'),(5931,'2005-07-10 22:04:19',2259,341,'2005-07-13 00:45:19',2,'2006-02-15 21:30:53'),(5932,'2005-07-10 22:05:15',2269,523,'2005-07-12 17:04:15',2,'2006-02-15 21:30:53'),(5933,'2005-07-10 22:06:48',4372,419,'2005-07-12 23:58:48',2,'2006-02-15 21:30:53'),(5934,'2005-07-10 22:07:59',3825,576,'2005-07-15 21:07:59',2,'2006-02-15 21:30:53'),(5935,'2005-07-10 22:11:04',3371,258,'2005-07-19 18:12:04',2,'2006-02-15 21:30:53'),(5936,'2005-07-10 22:14:30',1951,522,'2005-07-15 01:32:30',1,'2006-02-15 21:30:53'),(5937,'2005-07-10 22:16:08',1579,580,'2005-07-16 03:08:08',2,'2006-02-15 21:30:53'),(5938,'2005-07-10 22:17:42',2834,236,'2005-07-16 22:38:42',2,'2006-02-15 21:30:53'),(5939,'2005-07-10 22:30:05',4491,207,'2005-07-14 00:02:05',2,'2006-02-15 21:30:53'),(5940,'2005-07-10 22:31:01',3295,292,'2005-07-14 00:52:01',1,'2006-02-15 21:30:53'),(5941,'2005-07-10 22:40:47',492,43,'2005-07-17 00:19:47',2,'2006-02-15 21:30:53'),(5942,'2005-07-10 22:47:17',2861,317,'2005-07-17 01:54:17',2,'2006-02-15 21:30:53'),(5943,'2005-07-10 22:48:13',3019,255,'2005-07-16 01:33:13',1,'2006-02-15 21:30:53'),(5944,'2005-07-10 22:51:44',3904,432,'2005-07-18 17:54:44',2,'2006-02-15 21:30:53'),(5945,'2005-07-10 22:52:42',427,374,'2005-07-11 21:52:42',1,'2006-02-15 21:30:53'),(5946,'2005-07-10 22:57:29',1629,308,'2005-07-12 00:08:29',1,'2006-02-15 21:30:53'),(5947,'2005-07-10 23:07:42',327,331,'2005-07-18 23:13:42',1,'2006-02-15 21:30:53'),(5948,'2005-07-10 23:12:08',3260,57,'2005-07-18 19:06:08',2,'2006-02-15 21:30:53'),(5949,'2005-07-10 23:13:00',4397,496,'2005-07-14 01:10:00',2,'2006-02-15 21:30:53'),(5950,'2005-07-10 23:13:45',4319,585,'2005-07-13 02:35:45',1,'2006-02-15 21:30:53'),(5951,'2005-07-10 23:14:29',2501,589,'2005-07-13 01:01:29',1,'2006-02-15 21:30:53'),(5952,'2005-07-10 23:18:20',3406,595,'2005-07-16 17:42:20',1,'2006-02-15 21:30:53'),(5953,'2005-07-10 23:21:35',992,386,'2005-07-14 20:48:35',2,'2006-02-15 21:30:53'),(5954,'2005-07-10 23:22:01',2627,32,'2005-07-14 04:42:01',2,'2006-02-15 21:30:53'),(5955,'2005-07-10 23:22:10',834,409,'2005-07-17 17:55:10',2,'2006-02-15 21:30:53'),(5956,'2005-07-10 23:23:08',2536,499,'2005-07-13 17:36:08',1,'2006-02-15 21:30:53'),(5957,'2005-07-10 23:24:02',2517,210,'2005-07-12 20:28:02',1,'2006-02-15 21:30:53'),(5958,'2005-07-10 23:31:51',3468,430,'2005-07-19 00:36:51',2,'2006-02-15 21:30:53'),(5959,'2005-07-10 23:35:36',3169,436,'2005-07-13 02:19:36',1,'2006-02-15 21:30:53'),(5960,'2005-07-10 23:38:34',3884,239,'2005-07-11 19:21:34',1,'2006-02-15 21:30:53'),(5961,'2005-07-10 23:43:23',3537,21,'2005-07-15 05:21:23',2,'2006-02-15 21:30:53'),(5962,'2005-07-10 23:45:22',1292,507,'2005-07-13 03:49:22',2,'2006-02-15 21:30:53'),(5963,'2005-07-10 23:47:08',4434,35,'2005-07-12 04:27:08',1,'2006-02-15 21:30:53'),(5964,'2005-07-10 23:47:18',3981,456,'2005-07-12 03:55:18',2,'2006-02-15 21:30:53'),(5965,'2005-07-10 23:51:52',4476,348,'2005-07-11 23:29:52',1,'2006-02-15 21:30:53'),(5966,'2005-07-10 23:59:27',2076,384,'2005-07-14 23:38:27',2,'2006-02-15 21:30:53'),(5967,'2005-07-11 00:02:19',2125,215,'2005-07-18 23:08:19',1,'2006-02-15 21:30:53'),(5968,'2005-07-11 00:03:11',3273,554,'2005-07-19 18:46:11',1,'2006-02-15 21:30:53'),(5969,'2005-07-11 00:03:22',4177,433,'2005-07-18 01:28:22',2,'2006-02-15 21:30:53'),(5970,'2005-07-11 00:04:50',1514,94,'2005-07-19 03:36:50',1,'2006-02-15 21:30:53'),(5971,'2005-07-11 00:05:58',2191,84,'2005-07-19 04:50:58',2,'2006-02-15 21:30:53'),(5972,'2005-07-11 00:08:54',4577,30,'2005-07-17 21:01:54',1,'2006-02-15 21:30:53'),(5973,'2005-07-11 00:09:17',1194,165,'2005-07-14 19:18:17',1,'2006-02-15 21:30:53'),(5974,'2005-07-11 00:10:37',3984,517,'2005-07-18 18:48:37',2,'2006-02-15 21:30:53'),(5975,'2005-07-11 00:14:19',2997,15,'2005-07-16 04:21:19',1,'2006-02-15 21:30:53'),(5976,'2005-07-11 00:16:35',1693,505,'2005-07-20 01:30:35',2,'2006-02-15 21:30:53'),(5977,'2005-07-11 00:16:38',4011,484,'2005-07-19 21:00:38',1,'2006-02-15 21:30:53'),(5978,'2005-07-11 00:16:54',1720,508,'2005-07-19 18:55:54',1,'2006-02-15 21:30:53'),(5979,'2005-07-11 00:17:09',1736,251,'2005-07-14 00:38:09',1,'2006-02-15 21:30:53'),(5980,'2005-07-11 00:18:21',1777,309,'2005-07-14 21:26:21',1,'2006-02-15 21:30:53'),(5981,'2005-07-11 00:19:04',2151,241,'2005-07-13 19:10:04',1,'2006-02-15 21:30:53'),(5982,'2005-07-11 00:24:44',2329,403,'2005-07-14 04:42:44',2,'2006-02-15 21:30:53'),(5983,'2005-07-11 00:34:11',351,127,'2005-07-15 05:37:11',1,'2006-02-15 21:30:53'),(5984,'2005-07-11 00:44:36',2801,178,'2005-07-15 00:04:36',1,'2006-02-15 21:30:53'),(5985,'2005-07-11 00:51:58',1108,506,'2005-07-14 22:02:58',2,'2006-02-15 21:30:53'),(5986,'2005-07-11 00:54:56',1624,171,'2005-07-13 22:52:56',2,'2006-02-15 21:30:53'),(5987,'2005-07-11 00:55:31',1000,447,'2005-07-16 06:28:31',2,'2006-02-15 21:30:53'),(5988,'2005-07-11 00:55:38',151,158,'2005-07-13 21:36:38',2,'2006-02-15 21:30:53'),(5989,'2005-07-11 00:57:53',696,283,'2005-07-15 02:24:53',1,'2006-02-15 21:30:53'),(5990,'2005-07-11 01:03:14',1561,432,'2005-07-15 19:32:14',1,'2006-02-15 21:30:53'),(5991,'2005-07-11 01:03:38',3623,590,'2005-07-12 22:32:38',2,'2006-02-15 21:30:53'),(5992,'2005-07-11 01:06:21',4216,54,'2005-07-13 19:15:21',2,'2006-02-15 21:30:53'),(5993,'2005-07-11 01:06:41',3588,529,'2005-07-14 19:19:41',1,'2006-02-15 21:30:53'),(5994,'2005-07-11 01:14:10',4287,295,'2005-07-12 00:42:10',2,'2006-02-15 21:30:53'),(5995,'2005-07-11 01:15:39',4357,360,'2005-07-20 05:01:39',2,'2006-02-15 21:30:53'),(5996,'2005-07-11 01:18:33',4263,223,'2005-07-17 04:18:33',1,'2006-02-15 21:30:53'),(5997,'2005-07-11 01:19:50',3542,128,'2005-07-16 06:29:50',1,'2006-02-15 21:30:53'),(5998,'2005-07-11 01:20:46',1458,250,'2005-07-15 21:41:46',1,'2006-02-15 21:30:53'),(5999,'2005-07-11 01:21:22',211,450,'2005-07-19 01:35:22',1,'2006-02-15 21:30:53'),(6000,'2005-07-11 01:23:06',1986,371,'2005-07-12 04:39:06',2,'2006-02-15 21:30:53'),(6001,'2005-07-11 01:24:44',1779,45,'2005-07-11 22:55:44',1,'2006-02-15 21:30:53'),(6002,'2005-07-11 01:27:49',4422,45,'2005-07-12 06:02:49',1,'2006-02-15 21:30:53'),(6003,'2005-07-11 01:28:33',296,527,'2005-07-17 21:24:33',1,'2006-02-15 21:30:53'),(6004,'2005-07-11 01:34:25',1756,204,'2005-07-18 00:48:25',2,'2006-02-15 21:30:53'),(6005,'2005-07-11 01:36:42',809,78,'2005-07-14 04:47:42',2,'2006-02-15 21:30:53'),(6006,'2005-07-11 01:38:42',4201,399,'2005-07-17 05:18:42',2,'2006-02-15 21:30:53'),(6007,'2005-07-11 01:43:06',4393,289,'2005-07-17 04:46:06',1,'2006-02-15 21:30:53'),(6008,'2005-07-11 01:51:29',1227,216,'2005-07-18 01:39:29',1,'2006-02-15 21:30:53'),(6009,'2005-07-11 01:51:58',494,470,'2005-07-18 07:12:58',2,'2006-02-15 21:30:53'),(6010,'2005-07-11 01:52:28',771,285,'2005-07-13 03:13:28',1,'2006-02-15 21:30:53'),(6011,'2005-07-11 01:54:48',3899,527,'2005-07-18 07:17:48',2,'2006-02-15 21:30:53'),(6012,'2005-07-11 02:00:12',2609,258,'2005-07-17 02:49:12',2,'2006-02-15 21:30:53'),(6013,'2005-07-11 02:02:03',3774,543,'2005-07-14 02:07:03',1,'2006-02-15 21:30:53'),(6014,'2005-07-11 02:02:55',3748,397,'2005-07-12 23:49:55',1,'2006-02-15 21:30:53'),(6015,'2005-07-11 02:04:12',295,596,'2005-07-13 02:43:12',2,'2006-02-15 21:30:53'),(6016,'2005-07-11 02:04:45',651,296,'2005-07-17 22:22:45',1,'2006-02-15 21:30:53'),(6017,'2005-07-11 02:05:32',4088,596,'2005-07-14 22:50:32',1,'2006-02-15 21:30:53'),(6018,'2005-07-11 02:06:36',4555,500,'2005-07-12 02:16:36',2,'2006-02-15 21:30:53'),(6019,'2005-07-11 02:08:29',3483,9,'2005-07-13 02:19:29',2,'2006-02-15 21:30:53'),(6020,'2005-07-11 02:08:55',1974,71,'2005-07-16 22:07:55',1,'2006-02-15 21:30:53'),(6021,'2005-07-11 02:10:18',3949,173,'2005-07-13 05:19:18',1,'2006-02-15 21:30:53'),(6022,'2005-07-11 02:15:53',2435,469,'2005-07-13 03:40:53',2,'2006-02-15 21:30:53'),(6023,'2005-07-11 02:15:57',3794,456,'2005-07-15 21:30:57',2,'2006-02-15 21:30:53'),(6024,'2005-07-11 02:16:47',2923,271,'2005-07-12 05:54:47',1,'2006-02-15 21:30:53'),(6025,'2005-07-11 02:18:13',3306,113,'2005-07-11 23:30:13',1,'2006-02-15 21:30:53'),(6026,'2005-07-11 02:21:43',3936,409,'2005-07-13 03:49:43',1,'2006-02-15 21:30:53'),(6027,'2005-07-11 02:26:29',4536,513,'2005-07-18 23:05:29',1,'2006-02-15 21:30:53'),(6028,'2005-07-11 02:31:44',784,450,'2005-07-14 03:18:44',1,'2006-02-15 21:30:53'),(6029,'2005-07-11 02:36:46',2030,520,'2005-07-14 20:51:46',2,'2006-02-15 21:30:53'),(6030,'2005-07-11 02:37:51',95,36,'2005-07-16 22:34:51',2,'2006-02-15 21:30:53'),(6031,'2005-07-11 02:42:14',1530,224,'2005-07-14 03:24:14',2,'2006-02-15 21:30:53'),(6032,'2005-07-11 02:49:01',3792,28,'2005-07-18 05:05:01',2,'2006-02-15 21:30:53'),(6033,'2005-07-11 02:59:34',2819,322,'2005-07-16 03:48:34',2,'2006-02-15 21:30:53'),(6034,'2005-07-11 03:00:50',1735,324,'2005-07-16 06:19:50',1,'2006-02-15 21:30:53'),(6035,'2005-07-11 03:01:45',3474,176,'2005-07-14 01:04:45',2,'2006-02-15 21:30:53'),(6036,'2005-07-11 03:02:28',2553,297,'2005-07-15 22:12:28',2,'2006-02-15 21:30:53'),(6037,'2005-07-11 03:06:54',1886,386,'2005-07-12 22:46:54',2,'2006-02-15 21:30:53'),(6038,'2005-07-11 03:10:37',1555,243,'2005-07-19 05:14:37',2,'2006-02-15 21:30:53'),(6039,'2005-07-11 03:12:19',1776,137,'2005-07-19 05:46:19',1,'2006-02-15 21:30:53'),(6040,'2005-07-11 03:14:26',2161,511,'2005-07-14 01:12:26',2,'2006-02-15 21:30:53'),(6041,'2005-07-11 03:14:58',2815,551,'2005-07-13 00:48:58',2,'2006-02-15 21:30:53'),(6042,'2005-07-11 03:17:04',2153,5,'2005-07-19 07:08:04',1,'2006-02-15 21:30:53'),(6043,'2005-07-11 03:18:10',3303,430,'2005-07-12 05:50:10',1,'2006-02-15 21:30:53'),(6044,'2005-07-11 03:18:39',1270,481,'2005-07-13 06:58:39',2,'2006-02-15 21:30:53'),(6045,'2005-07-11 03:21:05',2003,39,'2005-07-17 23:10:05',1,'2006-02-15 21:30:53'),(6046,'2005-07-11 03:21:49',1935,569,'2005-07-19 23:58:49',1,'2006-02-15 21:30:53'),(6047,'2005-07-11 03:27:01',4147,235,'2005-07-16 06:42:01',2,'2006-02-15 21:30:53'),(6048,'2005-07-11 03:32:23',975,154,'2005-07-14 07:39:23',1,'2006-02-15 21:30:53'),(6049,'2005-07-11 03:32:32',2582,236,'2005-07-15 06:57:32',2,'2006-02-15 21:30:53'),(6050,'2005-07-11 03:34:29',825,527,'2005-07-15 02:55:29',1,'2006-02-15 21:30:53'),(6051,'2005-07-11 03:46:41',2675,435,'2005-07-11 22:36:41',2,'2006-02-15 21:30:53'),(6052,'2005-07-11 03:51:27',881,75,'2005-07-16 02:55:27',2,'2006-02-15 21:30:53'),(6053,'2005-07-11 03:51:59',2836,237,'2005-07-19 09:13:59',2,'2006-02-15 21:30:53'),(6054,'2005-07-11 03:58:39',1176,354,'2005-07-13 23:08:39',1,'2006-02-15 21:30:53'),(6055,'2005-07-11 03:59:08',595,125,'2005-07-18 05:35:08',2,'2006-02-15 21:30:53'),(6056,'2005-07-11 04:01:27',3069,145,'2005-07-12 04:14:27',1,'2006-02-15 21:30:53'),(6057,'2005-07-11 04:03:40',1340,187,'2005-07-17 01:34:40',2,'2006-02-15 21:30:53'),(6058,'2005-07-11 04:03:51',3761,498,'2005-07-14 03:52:51',1,'2006-02-15 21:30:53'),(6059,'2005-07-11 04:03:54',1437,394,'2005-07-18 01:35:54',1,'2006-02-15 21:30:53'),(6060,'2005-07-11 04:06:17',3146,342,'2005-07-12 03:05:17',1,'2006-02-15 21:30:53'),(6061,'2005-07-11 04:06:25',1859,392,'2005-07-11 23:11:25',1,'2006-02-15 21:30:53'),(6062,'2005-07-11 04:11:58',3301,408,'2005-07-15 05:00:58',1,'2006-02-15 21:30:53'),(6063,'2005-07-11 04:16:51',1715,519,'2005-07-13 08:35:51',2,'2006-02-15 21:30:53'),(6064,'2005-07-11 04:23:18',265,297,'2005-07-19 02:21:18',1,'2006-02-15 21:30:53'),(6065,'2005-07-11 04:25:51',1007,562,'2005-07-17 08:19:51',1,'2006-02-15 21:30:53'),(6066,'2005-07-11 04:32:42',1877,155,'2005-07-15 03:56:42',2,'2006-02-15 21:30:53'),(6067,'2005-07-11 04:34:49',2097,186,'2005-07-16 09:33:49',1,'2006-02-15 21:30:53'),(6068,'2005-07-11 04:41:09',2331,265,'2005-07-14 04:45:09',1,'2006-02-15 21:30:53'),(6069,'2005-07-11 04:44:59',256,553,'2005-07-13 01:00:59',1,'2006-02-15 21:30:53'),(6070,'2005-07-11 04:47:42',1679,267,'2005-07-13 01:49:42',2,'2006-02-15 21:30:53'),(6071,'2005-07-11 04:50:03',889,179,'2005-07-19 23:52:03',1,'2006-02-15 21:30:53'),(6072,'2005-07-11 04:52:40',1790,339,'2005-07-18 01:02:40',1,'2006-02-15 21:30:53'),(6073,'2005-07-11 04:54:31',4243,466,'2005-07-20 07:23:31',1,'2006-02-15 21:30:53'),(6074,'2005-07-11 04:59:56',2876,259,'2005-07-13 23:31:56',1,'2006-02-15 21:30:53'),(6075,'2005-07-11 05:03:03',2160,283,'2005-07-12 01:28:03',1,'2006-02-15 21:30:53'),(6076,'2005-07-11 05:05:30',1792,143,'2005-07-18 04:22:30',1,'2006-02-15 21:30:53'),(6077,'2005-07-11 05:06:08',2154,542,'2005-07-16 10:29:08',1,'2006-02-15 21:30:53'),(6078,'2005-07-11 05:06:52',3985,91,'2005-07-17 06:13:52',2,'2006-02-15 21:30:53'),(6079,'2005-07-11 05:07:14',1494,119,'2005-07-17 08:45:14',1,'2006-02-15 21:30:53'),(6080,'2005-07-11 05:08:11',2682,115,'2005-07-16 09:54:11',2,'2006-02-15 21:30:53'),(6081,'2005-07-11 05:11:09',2286,72,'2005-07-13 05:33:09',2,'2006-02-15 21:30:53'),(6082,'2005-07-11 05:12:41',1091,82,'2005-07-16 03:40:41',2,'2006-02-15 21:30:53'),(6083,'2005-07-11 05:12:49',3183,285,'2005-07-15 00:46:49',2,'2006-02-15 21:30:53'),(6084,'2005-07-11 05:16:20',1334,479,'2005-07-19 01:38:20',2,'2006-02-15 21:30:53'),(6085,'2005-07-11 05:24:36',312,155,'2005-07-16 03:49:36',2,'2006-02-15 21:30:53'),(6086,'2005-07-11 05:29:03',1505,420,'2005-07-16 01:17:03',1,'2006-02-15 21:30:53'),(6087,'2005-07-11 05:29:22',198,155,'2005-07-12 23:33:22',2,'2006-02-15 21:30:53'),(6088,'2005-07-11 05:40:35',3796,498,'2005-07-17 07:14:35',2,'2006-02-15 21:30:53'),(6089,'2005-07-11 05:45:59',3298,580,'2005-07-17 11:04:59',2,'2006-02-15 21:30:53'),(6090,'2005-07-11 05:47:08',71,241,'2005-07-20 07:52:08',2,'2006-02-15 21:30:53'),(6091,'2005-07-11 05:49:18',580,383,'2005-07-15 07:26:18',1,'2006-02-15 21:30:53'),(6092,'2005-07-11 05:51:31',2129,75,'2005-07-17 03:42:31',1,'2006-02-15 21:30:53'),(6093,'2005-07-11 05:52:50',1868,117,'2005-07-20 11:45:50',1,'2006-02-15 21:30:53'),(6094,'2005-07-11 05:54:42',2684,285,'2005-07-18 08:19:42',2,'2006-02-15 21:30:53'),(6095,'2005-07-11 06:06:41',727,501,'2005-07-19 06:14:41',1,'2006-02-15 21:30:53'),(6096,'2005-07-11 06:18:04',2720,420,'2005-07-14 01:15:04',1,'2006-02-15 21:30:53'),(6097,'2005-07-11 06:21:43',297,416,'2005-07-16 10:04:43',1,'2006-02-15 21:30:53'),(6098,'2005-07-11 06:23:28',3016,525,'2005-07-17 04:05:28',1,'2006-02-15 21:30:53'),(6099,'2005-07-11 06:24:44',3865,469,'2005-07-15 08:03:44',2,'2006-02-15 21:30:53'),(6100,'2005-07-11 06:40:31',3485,16,'2005-07-14 10:59:31',2,'2006-02-15 21:30:53'),(6101,'2005-07-11 06:50:33',2618,508,'2005-07-18 01:52:33',2,'2006-02-15 21:30:53'),(6102,'2005-07-11 06:53:09',4305,146,'2005-07-17 07:05:09',1,'2006-02-15 21:30:53'),(6103,'2005-07-11 06:59:55',262,540,'2005-07-16 09:30:55',1,'2006-02-15 21:30:53'),(6104,'2005-07-11 07:01:35',3531,389,'2005-07-17 02:29:35',1,'2006-02-15 21:30:53'),(6105,'2005-07-11 07:03:19',3501,595,'2005-07-19 06:46:19',1,'2006-02-15 21:30:53'),(6106,'2005-07-11 07:05:06',2714,185,'2005-07-20 09:27:06',1,'2006-02-15 21:30:53'),(6107,'2005-07-11 07:07:09',3798,304,'2005-07-14 07:32:09',2,'2006-02-15 21:30:53'),(6108,'2005-07-11 07:19:24',4296,572,'2005-07-13 12:38:24',2,'2006-02-15 21:30:53'),(6109,'2005-07-11 07:20:57',3603,163,'2005-07-13 07:29:57',2,'2006-02-15 21:30:53'),(6110,'2005-07-11 07:23:47',541,405,'2005-07-20 03:17:47',2,'2006-02-15 21:30:53'),(6111,'2005-07-11 07:26:57',3504,300,'2005-07-13 10:43:57',2,'2006-02-15 21:30:53'),(6112,'2005-07-11 07:28:05',1311,366,'2005-07-18 07:29:05',1,'2006-02-15 21:30:53'),(6113,'2005-07-11 07:31:08',4437,115,'2005-07-20 11:01:08',2,'2006-02-15 21:30:53'),(6114,'2005-07-11 07:33:48',479,404,'2005-07-18 06:13:48',2,'2006-02-15 21:30:53'),(6115,'2005-07-11 07:36:50',3415,27,'2005-07-13 11:30:50',1,'2006-02-15 21:30:53'),(6116,'2005-07-11 07:37:38',247,381,'2005-07-14 11:53:38',2,'2006-02-15 21:30:53'),(6117,'2005-07-11 07:39:38',2613,135,'2005-07-18 12:07:38',2,'2006-02-15 21:30:53'),(6118,'2005-07-11 07:43:08',3013,13,'2005-07-20 03:17:08',1,'2006-02-15 21:30:53'),(6119,'2005-07-11 07:44:46',4281,472,'2005-07-20 04:41:46',2,'2006-02-15 21:30:53'),(6120,'2005-07-11 07:49:53',3299,268,'2005-07-19 04:56:53',2,'2006-02-15 21:30:53'),(6121,'2005-07-11 07:55:27',1613,347,'2005-07-16 03:43:27',2,'2006-02-15 21:30:53'),(6122,'2005-07-11 07:58:07',2212,32,'2005-07-16 09:52:07',1,'2006-02-15 21:30:53'),(6123,'2005-07-11 08:02:27',1354,200,'2005-07-15 08:58:27',2,'2006-02-15 21:30:53'),(6124,'2005-07-11 08:02:32',2022,368,'2005-07-12 05:58:32',2,'2006-02-15 21:30:53'),(6125,'2005-07-11 08:03:35',2439,307,'2005-07-18 12:46:35',1,'2006-02-15 21:30:53'),(6126,'2005-07-11 08:06:56',1069,230,'2005-07-16 11:42:56',1,'2006-02-15 21:30:53'),(6127,'2005-07-11 08:06:59',285,355,'2005-07-12 09:01:59',1,'2006-02-15 21:30:53'),(6128,'2005-07-11 08:15:08',2050,18,'2005-07-13 03:36:08',1,'2006-02-15 21:30:53'),(6129,'2005-07-11 08:15:09',3875,222,'2005-07-18 13:00:09',1,'2006-02-15 21:30:53'),(6130,'2005-07-11 08:19:56',2547,538,'2005-07-16 12:02:56',2,'2006-02-15 21:30:53'),(6131,'2005-07-11 08:22:05',3313,107,'2005-07-14 07:40:05',1,'2006-02-15 21:30:53'),(6132,'2005-07-11 08:24:44',3229,319,'2005-07-13 06:41:44',1,'2006-02-15 21:30:53'),(6133,'2005-07-11 08:25:22',1992,107,'2005-07-13 13:17:22',1,'2006-02-15 21:30:53'),(6134,'2005-07-11 08:28:19',3225,305,'2005-07-18 09:20:19',2,'2006-02-15 21:30:53'),(6135,'2005-07-11 08:32:23',833,325,'2005-07-17 08:43:23',1,'2006-02-15 21:30:53'),(6136,'2005-07-11 08:34:09',205,346,'2005-07-14 06:11:09',1,'2006-02-15 21:30:53'),(6137,'2005-07-11 08:34:20',2029,67,'2005-07-13 03:31:20',2,'2006-02-15 21:30:53'),(6138,'2005-07-11 08:36:04',1808,438,'2005-07-13 10:30:04',2,'2006-02-15 21:30:53'),(6139,'2005-07-11 08:39:33',3065,206,'2005-07-17 08:00:33',2,'2006-02-15 21:30:53'),(6140,'2005-07-11 08:40:47',2749,363,'2005-07-14 07:26:47',1,'2006-02-15 21:30:53'),(6141,'2005-07-11 08:52:16',2279,228,'2005-07-17 03:00:16',1,'2006-02-15 21:30:53'),(6142,'2005-07-11 08:54:09',1722,136,'2005-07-18 05:23:09',2,'2006-02-15 21:30:53'),(6143,'2005-07-11 09:02:37',1030,169,'2005-07-19 05:57:37',2,'2006-02-15 21:30:53'),(6144,'2005-07-11 09:02:53',1077,554,'2005-07-15 10:58:53',2,'2006-02-15 21:30:53'),(6145,'2005-07-11 09:07:01',1359,540,'2005-07-19 08:21:01',1,'2006-02-15 21:30:53'),(6146,'2005-07-11 09:09:59',3374,11,'2005-07-20 11:42:59',2,'2006-02-15 21:30:53'),(6147,'2005-07-11 09:13:08',910,35,'2005-07-17 03:48:08',1,'2006-02-15 21:30:53'),(6148,'2005-07-11 09:14:22',4318,410,'2005-07-12 08:01:22',1,'2006-02-15 21:30:53'),(6149,'2005-07-11 09:19:31',4337,26,'2005-07-17 14:45:31',2,'2006-02-15 21:30:53'),(6150,'2005-07-11 09:23:56',1110,418,'2005-07-15 10:56:56',2,'2006-02-15 21:30:53'),(6151,'2005-07-11 09:25:17',352,476,'2005-07-12 05:11:17',1,'2006-02-15 21:30:53'),(6152,'2005-07-11 09:25:52',560,361,'2005-07-17 07:40:52',2,'2006-02-15 21:30:53'),(6153,'2005-07-11 09:31:04',105,47,'2005-07-19 03:41:04',1,'2006-02-15 21:30:53'),(6154,'2005-07-11 09:32:19',2717,368,'2005-07-16 15:10:19',1,'2006-02-15 21:30:53'),(6155,'2005-07-11 09:45:31',785,229,'2005-07-18 08:09:31',1,'2006-02-15 21:30:53'),(6156,'2005-07-11 09:45:48',302,297,'2005-07-15 04:51:48',1,'2006-02-15 21:30:53'),(6157,'2005-07-11 09:48:16',4481,133,'2005-07-16 05:00:16',2,'2006-02-15 21:30:53'),(6158,'2005-07-11 09:50:24',3954,92,'2005-07-13 04:49:24',2,'2006-02-15 21:30:53'),(6159,'2005-07-11 09:55:34',126,225,'2005-07-13 10:01:34',2,'2006-02-15 21:30:53'),(6160,'2005-07-11 10:08:13',2716,110,'2005-07-14 08:18:13',1,'2006-02-15 21:30:53'),(6161,'2005-07-11 10:11:54',3681,524,'2005-07-15 12:12:54',2,'2006-02-15 21:30:53'),(6162,'2005-07-11 10:12:30',786,79,'2005-07-19 06:02:30',2,'2006-02-15 21:30:53'),(6163,'2005-07-11 10:13:46',1330,1,'2005-07-19 13:15:46',2,'2006-02-15 21:30:53'),(6164,'2005-07-11 10:16:23',2755,47,'2005-07-14 11:21:23',1,'2006-02-15 21:30:53'),(6165,'2005-07-11 10:17:29',3540,9,'2005-07-17 07:27:29',1,'2006-02-15 21:30:53'),(6166,'2005-07-11 10:19:05',967,503,'2005-07-12 14:30:05',1,'2006-02-15 21:30:53'),(6167,'2005-07-11 10:21:21',3255,200,'2005-07-14 15:38:21',1,'2006-02-15 21:30:53'),(6168,'2005-07-11 10:21:38',284,77,'2005-07-14 09:55:38',2,'2006-02-15 21:30:53'),(6169,'2005-07-11 10:25:56',2781,148,'2005-07-19 07:18:56',2,'2006-02-15 21:30:53'),(6170,'2005-07-11 10:29:21',278,580,'2005-07-16 05:13:21',2,'2006-02-15 21:30:53'),(6171,'2005-07-11 10:29:35',448,491,'2005-07-16 12:01:35',1,'2006-02-15 21:30:53'),(6172,'2005-07-11 10:32:09',3514,219,'2005-07-14 16:23:09',1,'2006-02-15 21:30:53'),(6173,'2005-07-11 10:33:11',4252,419,'2005-07-15 10:57:11',1,'2006-02-15 21:30:53'),(6174,'2005-07-11 10:36:28',3123,7,'2005-07-18 16:19:28',2,'2006-02-15 21:30:53'),(6175,'2005-07-11 10:44:37',3037,195,'2005-07-15 08:13:37',1,'2006-02-15 21:30:53'),(6176,'2005-07-11 10:48:21',2969,279,'2005-07-12 15:54:21',2,'2006-02-15 21:30:53'),(6177,'2005-07-11 10:53:49',313,589,'2005-07-17 14:54:49',1,'2006-02-15 21:30:53'),(6178,'2005-07-11 10:59:09',2777,91,'2005-07-16 11:19:09',2,'2006-02-15 21:30:53'),(6179,'2005-07-11 10:59:59',3665,42,'2005-07-17 06:02:59',1,'2006-02-15 21:30:53'),(6180,'2005-07-11 11:06:50',4401,351,'2005-07-19 09:03:50',2,'2006-02-15 21:30:53'),(6181,'2005-07-11 11:10:11',4398,200,'2005-07-15 09:33:11',1,'2006-02-15 21:30:53'),(6182,'2005-07-11 11:11:38',2562,540,'2005-07-17 08:33:38',2,'2006-02-15 21:30:53'),(6183,'2005-07-11 11:14:35',856,402,'2005-07-16 15:35:35',1,'2006-02-15 21:30:53'),(6184,'2005-07-11 11:19:21',1131,146,'2005-07-19 07:35:21',1,'2006-02-15 21:30:53'),(6185,'2005-07-11 11:25:09',4331,294,'2005-07-18 12:09:09',2,'2006-02-15 21:30:53'),(6186,'2005-07-11 11:26:41',2086,128,'2005-07-17 12:02:41',2,'2006-02-15 21:30:53'),(6187,'2005-07-11 11:28:51',3344,500,'2005-07-12 15:44:51',1,'2006-02-15 21:30:53'),(6188,'2005-07-11 11:31:47',189,114,'2005-07-15 09:28:47',1,'2006-02-15 21:30:53'),(6189,'2005-07-11 11:36:03',3800,552,'2005-07-20 15:33:03',2,'2006-02-15 21:30:53'),(6190,'2005-07-11 11:36:18',2564,321,'2005-07-19 17:05:18',2,'2006-02-15 21:30:53'),(6191,'2005-07-11 11:37:52',3448,480,'2005-07-17 12:45:52',1,'2006-02-15 21:30:53'),(6192,'2005-07-11 11:44:41',4573,314,'2005-07-19 10:12:41',1,'2006-02-15 21:30:53'),(6193,'2005-07-11 11:46:57',465,189,'2005-07-19 14:11:57',2,'2006-02-15 21:30:53'),(6194,'2005-07-11 11:51:00',1049,83,'2005-07-15 12:34:00',2,'2006-02-15 21:30:53'),(6195,'2005-07-11 12:00:32',4193,319,'2005-07-16 15:00:32',2,'2006-02-15 21:30:53'),(6196,'2005-07-11 12:05:46',995,429,'2005-07-18 08:27:46',2,'2006-02-15 21:30:53'),(6197,'2005-07-11 12:09:51',4156,596,'2005-07-12 06:15:51',1,'2006-02-15 21:30:53'),(6198,'2005-07-11 12:12:17',3345,470,'2005-07-18 07:40:17',2,'2006-02-15 21:30:53'),(6199,'2005-07-11 12:16:03',4329,80,'2005-07-18 15:33:03',2,'2006-02-15 21:30:53'),(6200,'2005-07-11 12:16:42',3258,137,'2005-07-17 09:27:42',2,'2006-02-15 21:30:53'),(6201,'2005-07-11 12:18:07',4530,559,'2005-07-12 12:11:07',2,'2006-02-15 21:30:53'),(6202,'2005-07-11 12:24:25',1424,373,'2005-07-18 08:13:25',1,'2006-02-15 21:30:53'),(6203,'2005-07-11 12:28:57',1001,408,'2005-07-15 14:10:57',1,'2006-02-15 21:30:53'),(6204,'2005-07-11 12:29:22',2572,362,'2005-07-13 10:41:22',2,'2006-02-15 21:30:53'),(6205,'2005-07-11 12:31:24',3442,303,'2005-07-13 11:31:24',2,'2006-02-15 21:30:53'),(6206,'2005-07-11 12:32:14',1368,459,'2005-07-15 15:01:14',2,'2006-02-15 21:30:53'),(6207,'2005-07-11 12:34:24',3226,143,'2005-07-14 10:15:24',2,'2006-02-15 21:30:53'),(6208,'2005-07-11 12:34:56',672,31,'2005-07-19 15:17:56',1,'2006-02-15 21:30:53'),(6209,'2005-07-11 12:36:05',3091,219,'2005-07-17 14:48:05',2,'2006-02-15 21:30:53'),(6210,'2005-07-11 12:36:43',931,209,'2005-07-17 17:45:43',2,'2006-02-15 21:30:53'),(6211,'2005-07-11 12:39:01',2699,6,'2005-07-20 15:59:01',2,'2006-02-15 21:30:53'),(6212,'2005-07-11 12:40:48',3962,337,'2005-07-15 17:49:48',2,'2006-02-15 21:30:53'),(6213,'2005-07-11 12:43:07',485,23,'2005-07-16 07:23:07',2,'2006-02-15 21:30:53'),(6214,'2005-07-11 12:49:48',1258,49,'2005-07-18 07:41:48',2,'2006-02-15 21:30:53'),(6215,'2005-07-11 12:52:36',316,390,'2005-07-12 08:33:36',1,'2006-02-15 21:30:53'),(6216,'2005-07-11 12:57:05',3571,387,'2005-07-13 12:31:05',1,'2006-02-15 21:30:53'),(6217,'2005-07-11 13:13:45',1090,177,'2005-07-19 16:37:45',2,'2006-02-15 21:30:53'),(6218,'2005-07-11 13:14:58',815,410,'2005-07-16 08:13:58',2,'2006-02-15 21:30:53'),(6219,'2005-07-11 13:18:37',38,303,'2005-07-13 13:18:37',2,'2006-02-15 21:30:53'),(6220,'2005-07-11 13:22:06',1717,421,'2005-07-12 17:46:06',2,'2006-02-15 21:30:53'),(6221,'2005-07-11 13:24:27',1699,393,'2005-07-15 17:51:27',1,'2006-02-15 21:30:53'),(6222,'2005-07-11 13:25:49',2066,386,'2005-07-13 14:32:49',1,'2006-02-15 21:30:53'),(6223,'2005-07-11 13:27:09',3754,192,'2005-07-12 14:02:09',1,'2006-02-15 21:30:53'),(6224,'2005-07-11 13:42:18',3274,475,'2005-07-16 09:28:18',1,'2006-02-15 21:30:53'),(6225,'2005-07-11 13:45:14',2483,204,'2005-07-14 10:23:14',1,'2006-02-15 21:30:53'),(6226,'2005-07-11 13:48:11',2758,134,'2005-07-15 17:18:11',2,'2006-02-15 21:30:53'),(6227,'2005-07-11 13:56:46',1654,210,'2005-07-18 12:53:46',1,'2006-02-15 21:30:53'),(6228,'2005-07-11 13:58:36',2281,367,'2005-07-17 19:03:36',2,'2006-02-15 21:30:53'),(6229,'2005-07-11 13:59:50',3137,399,'2005-07-20 09:26:50',1,'2006-02-15 21:30:53'),(6230,'2005-07-11 14:02:19',2260,490,'2005-07-17 08:11:19',2,'2006-02-15 21:30:53'),(6231,'2005-07-11 14:02:36',2526,122,'2005-07-13 19:04:36',2,'2006-02-15 21:30:53'),(6232,'2005-07-11 14:08:27',2492,590,'2005-07-20 19:34:27',2,'2006-02-15 21:30:53'),(6233,'2005-07-11 14:10:47',3731,378,'2005-07-15 15:13:47',2,'2006-02-15 21:30:53'),(6234,'2005-07-11 14:16:10',2911,232,'2005-07-19 19:55:10',1,'2006-02-15 21:30:53'),(6235,'2005-07-11 14:17:51',2659,379,'2005-07-17 11:14:51',2,'2006-02-15 21:30:53'),(6236,'2005-07-11 14:18:17',3813,338,'2005-07-14 08:47:17',2,'2006-02-15 21:30:53'),(6237,'2005-07-11 14:19:12',2215,166,'2005-07-15 15:05:12',1,'2006-02-15 21:30:53'),(6238,'2005-07-11 14:20:18',3749,23,'2005-07-14 18:34:18',1,'2006-02-15 21:30:53'),(6239,'2005-07-11 14:20:48',4107,132,'2005-07-17 13:41:48',2,'2006-02-15 21:30:53'),(6240,'2005-07-11 14:32:41',640,524,'2005-07-20 18:38:41',1,'2006-02-15 21:30:53'),(6241,'2005-07-11 14:40:48',4449,74,'2005-07-18 09:51:48',1,'2006-02-15 21:30:53'),(6242,'2005-07-11 14:45:04',670,245,'2005-07-12 18:34:04',2,'2006-02-15 21:30:53'),(6243,'2005-07-11 14:53:25',3456,26,'2005-07-15 09:26:25',2,'2006-02-15 21:30:53'),(6244,'2005-07-11 14:53:38',1558,383,'2005-07-12 16:42:38',1,'2006-02-15 21:30:53'),(6245,'2005-07-11 14:56:57',512,241,'2005-07-16 14:35:57',1,'2006-02-15 21:30:53'),(6246,'2005-07-11 14:57:51',2376,172,'2005-07-19 19:10:51',2,'2006-02-15 21:30:53'),(6247,'2005-07-11 15:00:05',2504,589,'2005-07-18 13:47:05',1,'2006-02-15 21:30:53'),(6248,'2005-07-11 15:01:54',2686,6,'2005-07-19 16:58:54',1,'2006-02-15 21:30:53'),(6249,'2005-07-11 15:02:02',4334,30,'2005-07-14 11:37:02',2,'2006-02-15 21:30:53'),(6250,'2005-07-11 15:02:04',4087,458,'2005-07-17 10:54:04',1,'2006-02-15 21:30:53'),(6251,'2005-07-11 15:06:20',3956,230,'2005-07-18 20:11:20',2,'2006-02-15 21:30:53'),(6252,'2005-07-11 15:06:29',1294,295,'2005-07-16 14:07:29',1,'2006-02-15 21:30:53'),(6253,'2005-07-11 15:07:19',1425,570,'2005-07-13 11:00:19',1,'2006-02-15 21:30:53'),(6254,'2005-07-11 15:10:18',2038,20,'2005-07-17 14:20:18',2,'2006-02-15 21:30:53'),(6255,'2005-07-11 15:11:33',1459,319,'2005-07-15 19:55:33',2,'2006-02-15 21:30:53'),(6256,'2005-07-11 15:19:22',480,307,'2005-07-13 12:43:22',1,'2006-02-15 21:30:53'),(6257,'2005-07-11 15:23:46',3253,492,'2005-07-14 17:26:46',2,'2006-02-15 21:30:53'),(6258,'2005-07-11 15:24:32',632,417,'2005-07-18 18:29:32',1,'2006-02-15 21:30:53'),(6259,'2005-07-11 15:25:52',3007,84,'2005-07-13 11:54:52',2,'2006-02-15 21:30:53'),(6260,'2005-07-11 15:26:29',4308,454,'2005-07-13 17:37:29',2,'2006-02-15 21:30:53'),(6261,'2005-07-11 15:28:34',694,386,'2005-07-14 17:54:34',1,'2006-02-15 21:30:53'),(6262,'2005-07-11 15:33:24',4136,355,'2005-07-17 12:40:24',1,'2006-02-15 21:30:53'),(6263,'2005-07-11 15:33:50',2391,336,'2005-07-17 12:49:50',2,'2006-02-15 21:30:53'),(6264,'2005-07-11 15:42:35',4246,565,'2005-07-12 11:29:35',2,'2006-02-15 21:30:53'),(6265,'2005-07-11 15:43:51',3931,477,'2005-07-12 12:51:51',2,'2006-02-15 21:30:53'),(6266,'2005-07-11 15:45:39',941,397,'2005-07-15 18:29:39',1,'2006-02-15 21:30:53'),(6267,'2005-07-11 15:53:00',2152,20,'2005-07-17 18:09:00',2,'2006-02-15 21:30:53'),(6268,'2005-07-11 15:55:34',1154,125,'2005-07-19 17:25:34',1,'2006-02-15 21:30:53'),(6269,'2005-07-11 15:58:43',3915,167,'2005-07-13 13:25:43',1,'2006-02-15 21:30:53'),(6270,'2005-07-11 15:59:10',2308,292,'2005-07-18 10:29:10',2,'2006-02-15 21:30:53'),(6271,'2005-07-11 16:01:35',1246,467,'2005-07-20 12:07:35',2,'2006-02-15 21:30:53'),(6272,'2005-07-11 16:03:49',3103,240,'2005-07-15 19:54:49',1,'2006-02-15 21:30:53'),(6273,'2005-07-11 16:08:41',2403,152,'2005-07-14 16:41:41',2,'2006-02-15 21:30:53'),(6274,'2005-07-11 16:09:42',2998,472,'2005-07-19 20:46:42',1,'2006-02-15 21:30:53'),(6275,'2005-07-11 16:12:11',3599,333,'2005-07-17 20:19:11',2,'2006-02-15 21:30:53'),(6276,'2005-07-11 16:15:50',1826,284,'2005-07-19 20:50:50',2,'2006-02-15 21:30:53'),(6277,'2005-07-11 16:19:01',4023,92,'2005-07-18 21:00:01',2,'2006-02-15 21:30:53'),(6278,'2005-07-11 16:20:02',2232,558,'2005-07-19 19:29:02',2,'2006-02-15 21:30:53'),(6279,'2005-07-11 16:26:07',1254,49,'2005-07-17 21:05:07',2,'2006-02-15 21:30:53'),(6280,'2005-07-11 16:36:17',4055,33,'2005-07-13 14:04:17',2,'2006-02-15 21:30:53'),(6281,'2005-07-11 16:38:16',835,236,'2005-07-13 10:57:16',2,'2006-02-15 21:30:53'),(6282,'2005-07-11 16:46:22',4453,60,'2005-07-15 13:19:22',1,'2006-02-15 21:30:53'),(6283,'2005-07-11 16:47:32',3319,402,'2005-07-17 21:46:32',1,'2006-02-15 21:30:53'),(6284,'2005-07-11 16:51:39',2938,177,'2005-07-15 19:59:39',1,'2006-02-15 21:30:53'),(6285,'2005-07-11 16:52:07',2140,444,'2005-07-13 21:33:07',2,'2006-02-15 21:30:53'),(6286,'2005-07-11 16:55:35',1070,140,'2005-07-13 22:51:35',1,'2006-02-15 21:30:53'),(6287,'2005-07-11 17:00:04',35,93,'2005-07-12 13:16:04',1,'2006-02-15 21:30:53'),(6288,'2005-07-11 17:01:52',3235,357,'2005-07-19 15:11:52',1,'2006-02-15 21:30:53'),(6289,'2005-07-11 17:06:39',3185,99,'2005-07-12 15:54:39',2,'2006-02-15 21:30:53'),(6290,'2005-07-11 17:12:42',2634,66,'2005-07-19 21:53:42',2,'2006-02-15 21:30:53'),(6291,'2005-07-11 17:16:40',3126,262,'2005-07-13 18:24:40',2,'2006-02-15 21:30:53'),(6292,'2005-07-11 17:23:33',4375,505,'2005-07-12 16:27:33',2,'2006-02-15 21:30:53'),(6293,'2005-07-11 17:24:57',4260,471,'2005-07-13 18:45:57',2,'2006-02-15 21:30:53'),(6294,'2005-07-11 17:25:55',1732,463,'2005-07-15 17:48:55',1,'2006-02-15 21:30:53'),(6295,'2005-07-11 17:30:58',1393,7,'2005-07-15 15:50:58',1,'2006-02-15 21:30:53'),(6296,'2005-07-11 17:34:04',4202,484,'2005-07-17 21:12:04',1,'2006-02-15 21:30:53'),(6297,'2005-07-11 17:37:22',2738,69,'2005-07-19 13:54:22',2,'2006-02-15 21:30:53'),(6298,'2005-07-11 17:42:33',3906,256,'2005-07-13 18:14:33',2,'2006-02-15 21:30:53'),(6299,'2005-07-11 17:45:08',4125,324,'2005-07-13 16:36:08',2,'2006-02-15 21:30:53'),(6300,'2005-07-11 17:50:09',1269,283,'2005-07-18 13:11:09',1,'2006-02-15 21:30:53'),(6301,'2005-07-11 17:54:09',3528,275,'2005-07-18 20:42:09',2,'2006-02-15 21:30:53'),(6302,'2005-07-11 17:55:38',3221,391,'2005-07-17 22:11:38',1,'2006-02-15 21:30:53'),(6303,'2005-07-11 17:55:43',846,236,'2005-07-13 12:50:43',1,'2006-02-15 21:30:53'),(6304,'2005-07-11 18:02:16',4183,579,'2005-07-14 14:01:16',1,'2006-02-15 21:30:53'),(6305,'2005-07-11 18:02:25',1544,337,'2005-07-20 13:29:25',1,'2006-02-15 21:30:53'),(6306,'2005-07-11 18:04:26',486,208,'2005-07-20 14:22:26',2,'2006-02-15 21:30:53'),(6307,'2005-07-11 18:04:29',4029,345,'2005-07-17 23:40:29',2,'2006-02-15 21:30:53'),(6308,'2005-07-11 18:08:41',3155,472,'2005-07-19 15:48:41',2,'2006-02-15 21:30:53'),(6309,'2005-07-11 18:13:24',1054,232,'2005-07-13 23:11:24',1,'2006-02-15 21:30:53'),(6310,'2005-07-11 18:14:05',3064,537,'2005-07-16 15:39:05',2,'2006-02-15 21:30:53'),(6311,'2005-07-11 18:18:52',1789,373,'2005-07-16 17:52:52',2,'2006-02-15 21:30:53'),(6312,'2005-07-11 18:19:02',2188,417,'2005-07-18 00:00:02',1,'2006-02-15 21:30:53'),(6313,'2005-07-11 18:29:52',2976,283,'2005-07-14 21:34:52',1,'2006-02-15 21:30:53'),(6314,'2005-07-11 18:32:44',4128,55,'2005-07-17 23:58:44',1,'2006-02-15 21:30:53'),(6315,'2005-07-11 18:42:49',608,374,'2005-07-12 23:19:49',2,'2006-02-15 21:30:53'),(6316,'2005-07-11 18:44:52',1910,526,'2005-07-19 23:35:52',2,'2006-02-15 21:30:53'),(6317,'2005-07-11 18:47:41',4206,225,'2005-07-14 18:18:41',1,'2006-02-15 21:30:53'),(6318,'2005-07-11 18:48:22',2048,425,'2005-07-12 13:39:22',1,'2006-02-15 21:30:53'),(6319,'2005-07-11 18:50:45',3739,233,'2005-07-12 15:26:45',1,'2006-02-15 21:30:53'),(6320,'2005-07-11 18:50:55',441,511,'2005-07-13 22:46:55',2,'2006-02-15 21:30:53'),(6321,'2005-07-11 18:51:02',2655,388,'2005-07-14 20:57:02',2,'2006-02-15 21:30:53'),(6322,'2005-07-11 18:58:20',4115,403,'2005-07-14 16:41:20',2,'2006-02-15 21:30:53'),(6323,'2005-07-11 19:02:19',1352,346,'2005-07-14 15:54:19',1,'2006-02-15 21:30:53'),(6324,'2005-07-11 19:02:34',655,386,'2005-07-17 15:57:34',1,'2006-02-15 21:30:53'),(6325,'2005-07-11 19:06:01',4556,542,'2005-07-18 18:25:01',2,'2006-02-15 21:30:53'),(6326,'2005-07-11 19:06:55',2137,563,'2005-07-12 20:41:55',1,'2006-02-15 21:30:53'),(6327,'2005-07-11 19:07:29',909,146,'2005-07-15 16:09:29',1,'2006-02-15 21:30:53'),(6328,'2005-07-11 19:09:33',999,260,'2005-07-12 20:16:33',2,'2006-02-15 21:30:53'),(6329,'2005-07-11 19:10:38',2763,352,'2005-07-19 14:46:38',2,'2006-02-15 21:30:53'),(6330,'2005-07-11 19:15:42',3917,119,'2005-07-17 19:10:42',1,'2006-02-15 21:30:53'),(6331,'2005-07-11 19:17:21',1356,295,'2005-07-18 18:35:21',2,'2006-02-15 21:30:53'),(6332,'2005-07-11 19:19:06',1733,538,'2005-07-13 13:51:06',2,'2006-02-15 21:30:53'),(6333,'2005-07-11 19:20:16',2610,285,'2005-07-17 15:33:16',1,'2006-02-15 21:30:53'),(6334,'2005-07-11 19:20:44',948,168,'2005-07-19 18:49:44',2,'2006-02-15 21:30:53'),(6335,'2005-07-11 19:25:15',2757,396,'2005-07-16 17:02:15',1,'2006-02-15 21:30:53'),(6336,'2005-07-11 19:30:13',1229,471,'2005-07-20 21:27:13',2,'2006-02-15 21:30:53'),(6337,'2005-07-11 19:30:47',3967,47,'2005-07-19 20:27:47',2,'2006-02-15 21:30:53'),(6338,'2005-07-11 19:39:41',1691,54,'2005-07-18 01:13:41',2,'2006-02-15 21:30:53'),(6339,'2005-07-11 19:45:32',2401,145,'2005-07-18 22:34:32',2,'2006-02-15 21:30:53'),(6340,'2005-07-11 19:46:05',2374,264,'2005-07-20 16:51:05',2,'2006-02-15 21:30:53'),(6341,'2005-07-11 19:48:02',3580,448,'2005-07-15 01:31:02',1,'2006-02-15 21:30:53'),(6342,'2005-07-11 19:48:24',1851,403,'2005-07-13 14:09:24',2,'2006-02-15 21:30:53'),(6343,'2005-07-11 19:51:35',513,147,'2005-07-12 19:13:35',1,'2006-02-15 21:30:53'),(6344,'2005-07-11 20:04:43',3074,78,'2005-07-18 14:35:43',2,'2006-02-15 21:30:53'),(6345,'2005-07-11 20:05:18',4332,532,'2005-07-20 17:28:18',1,'2006-02-15 21:30:53'),(6346,'2005-07-11 20:08:34',4066,445,'2005-07-16 16:35:34',2,'2006-02-15 21:30:53'),(6347,'2005-07-11 20:18:53',3160,178,'2005-07-16 20:45:53',1,'2006-02-15 21:30:53'),(6348,'2005-07-11 20:21:18',21,66,'2005-07-19 15:56:18',2,'2006-02-15 21:30:53'),(6349,'2005-07-11 20:25:05',1581,216,'2005-07-21 00:35:05',2,'2006-02-15 21:30:53'),(6350,'2005-07-11 20:30:15',2853,225,'2005-07-16 21:30:15',1,'2006-02-15 21:30:53'),(6351,'2005-07-11 20:31:44',1852,507,'2005-07-18 17:16:44',2,'2006-02-15 21:30:53'),(6352,'2005-07-11 20:34:13',1143,235,'2005-07-13 19:49:13',1,'2006-02-15 21:30:53'),(6353,'2005-07-11 20:48:56',699,130,'2005-07-21 00:11:56',1,'2006-02-15 21:30:53'),(6354,'2005-07-11 20:54:27',3203,176,'2005-07-18 23:46:27',2,'2006-02-15 21:30:53'),(6355,'2005-07-11 20:56:29',2472,482,'2005-07-20 01:50:29',2,'2006-02-15 21:30:53'),(6356,'2005-07-11 20:57:48',2645,149,'2005-07-12 22:40:48',2,'2006-02-15 21:30:53'),(6357,'2005-07-11 20:58:51',658,252,'2005-07-12 15:06:51',1,'2006-02-15 21:30:53'),(6358,'2005-07-11 21:03:12',4527,567,'2005-07-15 20:06:12',2,'2006-02-15 21:30:53'),(6359,'2005-07-11 21:06:17',1656,30,'2005-07-16 02:51:17',2,'2006-02-15 21:30:53'),(6360,'2005-07-11 21:07:40',3075,338,'2005-07-16 15:11:40',1,'2006-02-15 21:30:53'),(6361,'2005-07-11 21:09:14',2903,561,'2005-07-14 18:26:14',2,'2006-02-15 21:30:53'),(6362,'2005-07-11 21:09:31',4259,358,'2005-07-13 23:08:31',1,'2006-02-15 21:30:53'),(6363,'2005-07-11 21:13:19',4167,344,'2005-07-20 15:44:19',1,'2006-02-15 21:30:53'),(6364,'2005-07-11 21:14:48',4146,160,'2005-07-20 23:20:48',2,'2006-02-15 21:30:53'),(6365,'2005-07-11 21:17:40',4550,566,'2005-07-14 20:53:40',1,'2006-02-15 21:30:53'),(6366,'2005-07-11 21:18:16',3989,366,'2005-07-17 00:21:16',1,'2006-02-15 21:30:53'),(6367,'2005-07-11 21:18:29',1465,357,'2005-07-15 01:05:29',1,'2006-02-15 21:30:53'),(6368,'2005-07-11 21:19:01',3666,588,'2005-07-13 17:56:01',2,'2006-02-15 21:30:53'),(6369,'2005-07-11 21:23:36',1086,252,'2005-07-13 22:23:36',2,'2006-02-15 21:30:53'),(6370,'2005-07-11 21:28:32',1410,99,'2005-07-20 02:51:32',2,'2006-02-15 21:30:53'),(6371,'2005-07-11 21:31:51',4297,265,'2005-07-16 23:10:51',1,'2006-02-15 21:30:53'),(6372,'2005-07-11 21:35:06',741,64,'2005-07-15 02:30:06',2,'2006-02-15 21:30:53'),(6373,'2005-07-11 21:35:20',1042,115,'2005-07-13 23:22:20',2,'2006-02-15 21:30:53'),(6374,'2005-07-11 21:36:10',266,244,'2005-07-17 15:50:10',2,'2006-02-15 21:30:53'),(6375,'2005-07-11 21:39:46',1936,8,'2005-07-18 02:12:46',2,'2006-02-15 21:30:53'),(6376,'2005-07-11 21:40:23',1834,263,'2005-07-13 23:16:23',1,'2006-02-15 21:30:53'),(6377,'2005-07-11 21:41:16',4017,118,'2005-07-15 20:05:16',1,'2006-02-15 21:30:53'),(6378,'2005-07-11 21:45:23',3170,145,'2005-07-14 16:56:23',1,'2006-02-15 21:30:53'),(6379,'2005-07-11 21:51:25',522,287,'2005-07-17 03:38:25',2,'2006-02-15 21:30:53'),(6380,'2005-07-11 21:55:40',3378,172,'2005-07-17 20:42:40',1,'2006-02-15 21:30:53'),(6381,'2005-07-11 21:58:48',2584,340,'2005-07-16 16:18:48',1,'2006-02-15 21:30:53'),(6382,'2005-07-11 21:58:53',3223,336,'2005-07-17 21:18:53',2,'2006-02-15 21:30:53'),(6383,'2005-07-11 22:06:53',4275,486,'2005-07-17 16:09:53',1,'2006-02-15 21:30:53'),(6384,'2005-07-11 22:07:26',491,313,'2005-07-16 22:39:26',1,'2006-02-15 21:30:53'),(6385,'2005-07-11 22:07:32',1830,69,'2005-07-20 16:57:32',1,'2006-02-15 21:30:53'),(6386,'2005-07-11 22:14:57',633,593,'2005-07-15 16:41:57',2,'2006-02-15 21:30:53'),(6387,'2005-07-11 22:15:56',1726,384,'2005-07-14 20:20:56',2,'2006-02-15 21:30:53'),(6388,'2005-07-11 22:17:16',3506,525,'2005-07-19 23:50:16',2,'2006-02-15 21:30:53'),(6389,'2005-07-11 22:18:20',2268,274,'2005-07-16 16:57:20',2,'2006-02-15 21:30:53'),(6390,'2005-07-11 22:19:23',3057,77,'2005-07-15 20:10:23',2,'2006-02-15 21:30:53'),(6391,'2005-07-11 22:23:09',1745,264,'2005-07-15 23:02:09',1,'2006-02-15 21:30:53'),(6392,'2005-07-11 22:25:19',4406,468,'2005-07-16 04:24:19',1,'2006-02-15 21:30:53'),(6393,'2005-07-11 22:28:12',3802,164,'2005-07-14 18:03:12',1,'2006-02-15 21:30:53'),(6394,'2005-07-11 22:29:15',2574,52,'2005-07-20 02:19:15',2,'2006-02-15 21:30:53'),(6395,'2005-07-11 22:29:29',3058,264,'2005-07-18 00:50:29',1,'2006-02-15 21:30:53'),(6396,'2005-07-11 22:31:08',2394,507,'2005-07-19 17:19:08',2,'2006-02-15 21:30:53'),(6397,'2005-07-11 22:34:02',2423,287,'2005-07-13 23:01:02',1,'2006-02-15 21:30:53'),(6398,'2005-07-11 22:34:49',1409,296,'2005-07-17 17:58:49',2,'2006-02-15 21:30:53'),(6399,'2005-07-11 22:39:05',2031,288,'2005-07-16 01:12:05',1,'2006-02-15 21:30:53'),(6400,'2005-07-11 22:43:44',3289,536,'2005-07-19 03:58:44',2,'2006-02-15 21:30:53'),(6401,'2005-07-11 22:44:34',1427,35,'2005-07-12 22:18:34',2,'2006-02-15 21:30:53'),(6402,'2005-07-11 22:46:10',2576,66,'2005-07-16 04:02:10',1,'2006-02-15 21:30:53'),(6403,'2005-07-11 22:46:25',1019,238,'2005-07-13 22:15:25',1,'2006-02-15 21:30:53'),(6404,'2005-07-11 22:49:50',1183,526,'2005-07-14 18:29:50',2,'2006-02-15 21:30:53'),(6405,'2005-07-11 22:53:12',3983,357,'2005-07-18 23:02:12',2,'2006-02-15 21:30:53'),(6406,'2005-07-11 22:55:27',4439,392,'2005-07-20 04:50:27',2,'2006-02-15 21:30:53'),(6407,'2005-07-11 23:02:19',775,140,'2005-07-21 00:30:19',1,'2006-02-15 21:30:53'),(6408,'2005-07-11 23:03:02',2008,350,'2005-07-19 23:09:02',2,'2006-02-15 21:30:53'),(6409,'2005-07-11 23:05:49',3859,537,'2005-07-13 00:13:49',2,'2006-02-15 21:30:53'),(6410,'2005-07-11 23:08:06',1127,560,'2005-07-19 19:57:06',2,'2006-02-15 21:30:53'),(6411,'2005-07-11 23:10:50',4347,124,'2005-07-19 17:15:50',1,'2006-02-15 21:30:53'),(6412,'2005-07-11 23:19:21',3797,220,'2005-07-16 19:48:21',1,'2006-02-15 21:30:53'),(6413,'2005-07-11 23:26:11',4446,251,'2005-07-17 21:58:11',2,'2006-02-15 21:30:53'),(6414,'2005-07-11 23:26:13',814,502,'2005-07-18 17:29:13',1,'2006-02-15 21:30:53'),(6415,'2005-07-11 23:27:52',4175,84,'2005-07-19 22:29:52',2,'2006-02-15 21:30:53'),(6416,'2005-07-11 23:29:14',1063,158,'2005-07-13 20:20:14',1,'2006-02-15 21:30:53'),(6417,'2005-07-11 23:35:11',3042,80,'2005-07-18 20:00:11',2,'2006-02-15 21:30:53'),(6418,'2005-07-11 23:36:27',3101,185,'2005-07-16 18:42:27',1,'2006-02-15 21:30:53'),(6419,'2005-07-11 23:36:38',3683,311,'2005-07-13 03:23:38',1,'2006-02-15 21:30:53'),(6420,'2005-07-11 23:38:49',4443,206,'2005-07-17 17:46:49',2,'2006-02-15 21:30:53'),(6421,'2005-07-11 23:45:25',4477,479,'2005-07-15 20:45:25',2,'2006-02-15 21:30:53'),(6422,'2005-07-11 23:46:19',762,257,'2005-07-20 22:12:19',1,'2006-02-15 21:30:53'),(6423,'2005-07-11 23:47:31',892,427,'2005-07-19 18:16:31',1,'2006-02-15 21:30:53'),(6424,'2005-07-11 23:49:37',3040,359,'2005-07-21 00:53:37',1,'2006-02-15 21:30:53'),(6425,'2005-07-11 23:54:52',2487,339,'2005-07-13 18:37:52',1,'2006-02-15 21:30:53'),(6426,'2005-07-11 23:56:38',498,495,'2005-07-21 05:22:38',1,'2006-02-15 21:30:53'),(6427,'2005-07-11 23:57:34',1043,122,'2005-07-14 18:05:34',2,'2006-02-15 21:30:53'),(6428,'2005-07-12 00:01:51',4365,187,'2005-07-20 22:02:51',2,'2006-02-15 21:30:53'),(6429,'2005-07-12 00:02:50',141,342,'2005-07-21 02:08:50',1,'2006-02-15 21:30:53'),(6430,'2005-07-12 00:03:34',178,390,'2005-07-15 03:11:34',1,'2006-02-15 21:30:53'),(6431,'2005-07-12 00:03:57',3471,458,'2005-07-20 03:47:57',1,'2006-02-15 21:30:53'),(6432,'2005-07-12 00:09:41',970,293,'2005-07-20 20:06:41',1,'2006-02-15 21:30:53'),(6433,'2005-07-12 00:12:02',1357,101,'2005-07-21 04:25:02',2,'2006-02-15 21:30:53'),(6434,'2005-07-12 00:14:25',1478,102,'2005-07-20 19:54:25',2,'2006-02-15 21:30:53'),(6435,'2005-07-12 00:16:19',1957,561,'2005-07-17 19:15:19',1,'2006-02-15 21:30:53'),(6436,'2005-07-12 00:18:42',3758,122,'2005-07-13 03:57:42',2,'2006-02-15 21:30:53'),(6437,'2005-07-12 00:20:29',4539,355,'2005-07-12 22:26:29',1,'2006-02-15 21:30:53'),(6438,'2005-07-12 00:23:01',412,211,'2005-07-17 22:45:01',1,'2006-02-15 21:30:53'),(6439,'2005-07-12 00:23:48',3463,406,'2005-07-13 00:54:48',2,'2006-02-15 21:30:53'),(6440,'2005-07-12 00:25:04',2148,269,'2005-07-13 04:52:04',2,'2006-02-15 21:30:53'),(6441,'2005-07-12 00:27:08',2489,505,'2005-07-14 03:12:08',1,'2006-02-15 21:30:53'),(6442,'2005-07-12 00:29:45',1273,360,'2005-07-15 19:37:45',2,'2006-02-15 21:30:53'),(6443,'2005-07-12 00:35:51',895,155,'2005-07-16 04:50:51',1,'2006-02-15 21:30:53'),(6444,'2005-07-12 00:36:02',2214,168,'2005-07-18 05:53:02',1,'2006-02-15 21:30:53'),(6445,'2005-07-12 00:37:02',582,385,'2005-07-17 22:05:02',2,'2006-02-15 21:30:53'),(6446,'2005-07-12 00:44:08',3634,473,'2005-07-14 20:39:08',2,'2006-02-15 21:30:53'),(6447,'2005-07-12 00:45:17',3945,482,'2005-07-18 05:56:17',2,'2006-02-15 21:30:53'),(6448,'2005-07-12 00:45:59',2663,160,'2005-07-17 00:34:59',1,'2006-02-15 21:30:53'),(6449,'2005-07-12 00:48:58',4395,117,'2005-07-21 02:57:58',1,'2006-02-15 21:30:53'),(6450,'2005-07-12 00:49:05',2413,32,'2005-07-13 01:54:05',2,'2006-02-15 21:30:53'),(6451,'2005-07-12 00:52:19',1008,381,'2005-07-16 21:30:19',2,'2006-02-15 21:30:53'),(6452,'2005-07-12 00:57:31',109,388,'2005-07-14 20:41:31',1,'2006-02-15 21:30:53'),(6453,'2005-07-12 00:59:53',2506,169,'2005-07-14 19:17:53',2,'2006-02-15 21:30:53'),(6454,'2005-07-12 01:00:12',4028,446,'2005-07-16 22:12:12',1,'2006-02-15 21:30:53'),(6455,'2005-07-12 01:01:58',4267,277,'2005-07-16 02:42:58',2,'2006-02-15 21:30:53'),(6456,'2005-07-12 01:05:11',259,387,'2005-07-20 23:26:11',2,'2006-02-15 21:30:53'),(6457,'2005-07-12 01:06:35',2970,64,'2005-07-14 03:27:35',1,'2006-02-15 21:30:53'),(6458,'2005-07-12 01:08:52',2809,138,'2005-07-16 20:22:52',1,'2006-02-15 21:30:53'),(6459,'2005-07-12 01:12:03',4025,557,'2005-07-15 23:48:03',1,'2006-02-15 21:30:53'),(6460,'2005-07-12 01:13:44',2402,371,'2005-07-17 04:51:44',2,'2006-02-15 21:30:53'),(6461,'2005-07-12 01:14:03',1799,135,'2005-07-19 21:12:03',1,'2006-02-15 21:30:53'),(6462,'2005-07-12 01:15:24',4534,414,'2005-07-19 05:11:24',2,'2006-02-15 21:30:53'),(6463,'2005-07-12 01:16:11',2930,391,'2005-07-13 01:37:11',1,'2006-02-15 21:30:53'),(6464,'2005-07-12 01:16:40',3100,303,'2005-07-20 00:53:40',1,'2006-02-15 21:30:53'),(6465,'2005-07-12 01:17:11',2047,207,'2005-07-20 00:29:11',2,'2006-02-15 21:30:53'),(6466,'2005-07-12 01:21:03',3369,235,'2005-07-14 04:05:03',1,'2006-02-15 21:30:53'),(6467,'2005-07-12 01:22:03',2067,457,'2005-07-20 04:37:03',2,'2006-02-15 21:30:53'),(6468,'2005-07-12 01:27:09',4560,541,'2005-07-20 00:37:09',2,'2006-02-15 21:30:53'),(6469,'2005-07-12 01:29:27',3830,147,'2005-07-16 20:22:27',2,'2006-02-15 21:30:53'),(6470,'2005-07-12 01:29:41',1680,240,'2005-07-15 21:33:41',2,'2006-02-15 21:30:53'),(6471,'2005-07-12 01:31:06',2253,397,'2005-07-13 05:26:06',1,'2006-02-15 21:30:53'),(6472,'2005-07-12 01:33:25',3780,183,'2005-07-15 20:26:25',1,'2006-02-15 21:30:53'),(6473,'2005-07-12 01:35:40',527,594,'2005-07-20 20:11:40',1,'2006-02-15 21:30:53'),(6474,'2005-07-12 01:36:46',310,43,'2005-07-16 07:24:46',2,'2006-02-15 21:30:53'),(6475,'2005-07-12 01:36:57',2035,74,'2005-07-17 21:22:57',1,'2006-02-15 21:30:53'),(6476,'2005-07-12 01:37:48',978,28,'2005-07-12 20:21:48',2,'2006-02-15 21:30:53'),(6477,'2005-07-12 01:38:42',804,181,'2005-07-17 05:19:42',2,'2006-02-15 21:30:53'),(6478,'2005-07-12 01:41:44',2589,483,'2005-07-15 20:48:44',1,'2006-02-15 21:30:53'),(6479,'2005-07-12 01:49:00',2587,558,'2005-07-21 04:26:00',1,'2006-02-15 21:30:53'),(6480,'2005-07-12 01:49:29',3076,309,'2005-07-17 01:00:29',1,'2006-02-15 21:30:53'),(6481,'2005-07-12 01:50:15',2392,128,'2005-07-20 03:03:15',1,'2006-02-15 21:30:53'),(6482,'2005-07-12 01:50:21',4135,57,'2005-07-14 06:49:21',2,'2006-02-15 21:30:53'),(6483,'2005-07-12 01:59:20',1053,263,'2005-07-12 22:22:20',2,'2006-02-15 21:30:53'),(6484,'2005-07-12 02:04:10',4093,556,'2005-07-17 23:18:10',2,'2006-02-15 21:30:53'),(6485,'2005-07-12 02:07:59',1224,319,'2005-07-19 22:56:59',1,'2006-02-15 21:30:53'),(6486,'2005-07-12 02:09:36',4008,75,'2005-07-14 03:04:36',2,'2006-02-15 21:30:53'),(6487,'2005-07-12 02:17:00',4000,277,'2005-07-19 00:57:00',2,'2006-02-15 21:30:53'),(6488,'2005-07-12 02:20:09',3974,169,'2005-07-20 00:53:09',2,'2006-02-15 21:30:53'),(6489,'2005-07-12 02:22:46',1821,268,'2005-07-17 06:16:46',2,'2006-02-15 21:30:53'),(6490,'2005-07-12 02:28:03',2249,548,'2005-07-19 03:06:03',2,'2006-02-15 21:30:53'),(6491,'2005-07-12 02:28:31',2803,415,'2005-07-21 00:38:31',1,'2006-02-15 21:30:53'),(6492,'2005-07-12 02:28:40',466,590,'2005-07-17 05:58:40',2,'2006-02-15 21:30:53'),(6493,'2005-07-12 02:40:41',16,184,'2005-07-16 04:56:41',1,'2006-02-15 21:30:53'),(6494,'2005-07-12 02:42:51',1124,57,'2005-07-20 06:57:51',1,'2006-02-15 21:30:53'),(6495,'2005-07-12 02:57:02',2440,19,'2005-07-14 08:35:02',1,'2006-02-15 21:30:53'),(6496,'2005-07-12 02:57:39',3550,139,'2005-07-20 01:43:39',1,'2006-02-15 21:30:53'),(6497,'2005-07-12 03:04:29',933,222,'2005-07-17 21:36:29',2,'2006-02-15 21:30:53'),(6498,'2005-07-12 03:05:38',243,48,'2005-07-19 07:12:38',1,'2006-02-15 21:30:53'),(6499,'2005-07-12 03:11:18',3165,474,'2005-07-21 07:50:18',2,'2006-02-15 21:30:53'),(6500,'2005-07-12 03:11:23',4521,577,'2005-07-13 00:51:23',2,'2006-02-15 21:30:53'),(6501,'2005-07-12 03:11:55',2851,219,'2005-07-16 02:08:55',2,'2006-02-15 21:30:53'),(6502,'2005-07-12 03:15:45',1641,40,'2005-07-17 08:47:45',2,'2006-02-15 21:30:53'),(6503,'2005-07-12 03:18:07',1319,120,'2005-07-15 00:05:07',1,'2006-02-15 21:30:53'),(6504,'2005-07-12 03:19:14',3786,535,'2005-07-17 01:13:14',2,'2006-02-15 21:30:53'),(6505,'2005-07-12 03:27:37',3986,415,'2005-07-17 22:42:37',2,'2006-02-15 21:30:53'),(6506,'2005-07-12 03:28:22',386,423,'2005-07-17 22:43:22',1,'2006-02-15 21:30:53'),(6507,'2005-07-12 03:33:12',2463,118,'2005-07-20 03:56:12',1,'2006-02-15 21:30:53'),(6508,'2005-07-12 03:34:50',1474,597,'2005-07-17 02:57:50',2,'2006-02-15 21:30:53'),(6509,'2005-07-12 03:35:01',2468,427,'2005-07-13 06:50:01',2,'2006-02-15 21:30:53'),(6510,'2005-07-12 03:35:39',905,446,'2005-07-21 01:41:39',1,'2006-02-15 21:30:53'),(6511,'2005-07-12 03:39:29',1350,322,'2005-07-17 01:01:29',2,'2006-02-15 21:30:53'),(6512,'2005-07-12 03:42:49',1703,68,'2005-07-13 05:01:49',2,'2006-02-15 21:30:53'),(6513,'2005-07-12 03:44:43',2671,393,'2005-07-13 05:54:43',1,'2006-02-15 21:30:53'),(6514,'2005-07-12 03:47:44',3562,73,'2005-07-20 00:11:44',1,'2006-02-15 21:30:53'),(6515,'2005-07-12 03:50:32',706,261,'2005-07-15 03:54:32',2,'2006-02-15 21:30:53'),(6516,'2005-07-12 03:51:54',863,291,'2005-07-14 03:41:54',2,'2006-02-15 21:30:53'),(6517,'2005-07-12 03:52:39',185,387,'2005-07-20 08:00:39',1,'2006-02-15 21:30:53'),(6518,'2005-07-12 03:59:42',2698,288,'2005-07-19 22:21:42',2,'2006-02-15 21:30:53'),(6519,'2005-07-12 04:00:36',4149,598,'2005-07-19 01:15:36',1,'2006-02-15 21:30:53'),(6520,'2005-07-12 04:05:16',1535,270,'2005-07-15 08:26:16',1,'2006-02-15 21:30:53'),(6521,'2005-07-12 04:06:11',3293,49,'2005-07-21 05:50:11',1,'2006-02-15 21:30:53'),(6522,'2005-07-12 04:11:58',3916,142,'2005-07-15 08:32:58',1,'2006-02-15 21:30:53'),(6523,'2005-07-12 04:14:19',1848,574,'2005-07-17 00:38:19',1,'2006-02-15 21:30:53'),(6524,'2005-07-12 04:14:35',1467,376,'2005-07-17 03:59:35',2,'2006-02-15 21:30:53'),(6525,'2005-07-12 04:17:15',1408,103,'2005-07-18 23:11:15',1,'2006-02-15 21:30:53'),(6526,'2005-07-12 04:21:20',1718,225,'2005-07-18 23:45:20',2,'2006-02-15 21:30:53'),(6527,'2005-07-12 04:23:06',538,65,'2005-07-17 00:20:06',1,'2006-02-15 21:30:53'),(6528,'2005-07-12 04:29:44',3824,598,'2005-07-18 02:39:44',2,'2006-02-15 21:30:53'),(6529,'2005-07-12 04:31:04',1058,503,'2005-07-17 07:09:04',2,'2006-02-15 21:30:53'),(6530,'2005-07-12 04:33:19',3410,75,'2005-07-15 08:26:19',1,'2006-02-15 21:30:53'),(6531,'2005-07-12 04:35:24',4231,510,'2005-07-16 05:37:24',2,'2006-02-15 21:30:53'),(6532,'2005-07-12 04:38:32',2361,225,'2005-07-13 03:54:32',1,'2006-02-15 21:30:53'),(6533,'2005-07-12 04:39:38',3853,366,'2005-07-18 05:29:38',1,'2006-02-15 21:30:53'),(6534,'2005-07-12 04:39:43',2359,577,'2005-07-16 06:33:43',1,'2006-02-15 21:30:53'),(6535,'2005-07-12 04:43:43',1921,446,'2005-07-17 04:52:43',1,'2006-02-15 21:30:53'),(6536,'2005-07-12 04:44:25',3521,289,'2005-07-18 01:52:25',2,'2006-02-15 21:30:53'),(6537,'2005-07-12 04:46:30',3381,207,'2005-07-19 03:04:30',2,'2006-02-15 21:30:53'),(6538,'2005-07-12 04:50:26',1987,529,'2005-07-20 23:44:26',2,'2006-02-15 21:30:53'),(6539,'2005-07-12 04:50:49',2275,259,'2005-07-19 03:23:49',1,'2006-02-15 21:30:53'),(6540,'2005-07-12 04:51:13',937,156,'2005-07-21 03:38:13',1,'2006-02-15 21:30:53'),(6541,'2005-07-12 04:53:41',1795,529,'2005-07-17 23:17:41',2,'2006-02-15 21:30:53'),(6542,'2005-07-12 04:53:49',2421,359,'2005-07-13 01:48:49',1,'2006-02-15 21:30:53'),(6543,'2005-07-12 04:54:32',2568,264,'2005-07-15 09:50:32',2,'2006-02-15 21:30:53'),(6544,'2005-07-12 04:56:15',1218,97,'2005-07-17 08:28:15',1,'2006-02-15 21:30:53'),(6545,'2005-07-12 04:56:30',4447,376,'2005-07-20 05:41:30',1,'2006-02-15 21:30:53'),(6546,'2005-07-12 04:57:17',393,105,'2005-07-17 09:29:17',2,'2006-02-15 21:30:53'),(6547,'2005-07-12 04:57:46',2656,262,'2005-07-18 08:36:46',2,'2006-02-15 21:30:53'),(6548,'2005-07-12 05:00:46',2480,488,'2005-07-19 04:40:46',2,'2006-02-15 21:30:53'),(6549,'2005-07-12 05:02:01',2688,493,'2005-07-20 06:19:01',2,'2006-02-15 21:30:53'),(6550,'2005-07-12 05:03:14',2184,112,'2005-07-19 04:06:14',1,'2006-02-15 21:30:53'),(6551,'2005-07-12 05:03:43',282,567,'2005-07-13 10:44:43',1,'2006-02-15 21:30:53'),(6552,'2005-07-12 05:05:06',766,493,'2005-07-13 05:12:06',2,'2006-02-15 21:30:53'),(6553,'2005-07-12 05:06:39',1137,265,'2005-07-21 10:37:39',1,'2006-02-15 21:30:53'),(6554,'2005-07-12 05:07:26',2741,178,'2005-07-21 06:06:26',2,'2006-02-15 21:30:53'),(6555,'2005-07-12 05:08:16',1282,188,'2005-07-14 04:09:16',1,'2006-02-15 21:30:53'),(6556,'2005-07-12 05:10:16',3901,570,'2005-07-13 04:16:16',2,'2006-02-15 21:30:53'),(6557,'2005-07-12 05:12:03',1442,116,'2005-07-20 06:49:03',1,'2006-02-15 21:30:53'),(6558,'2005-07-12 05:16:07',2195,164,'2005-07-13 05:32:07',2,'2006-02-15 21:30:53'),(6559,'2005-07-12 05:20:35',458,353,'2005-07-16 08:44:35',2,'2006-02-15 21:30:53'),(6560,'2005-07-12 05:22:06',433,54,'2005-07-15 00:04:06',2,'2006-02-15 21:30:53'),(6561,'2005-07-12 05:24:02',4568,528,'2005-07-16 03:43:02',2,'2006-02-15 21:30:53'),(6562,'2005-07-12 05:26:26',3969,27,'2005-07-16 05:10:26',2,'2006-02-15 21:30:53'),(6563,'2005-07-12 05:34:09',87,438,'2005-07-21 07:37:09',1,'2006-02-15 21:30:53'),(6564,'2005-07-12 05:34:44',2320,210,'2005-07-18 06:12:44',2,'2006-02-15 21:30:53'),(6565,'2005-07-12 05:39:50',2751,35,'2005-07-13 01:07:50',2,'2006-02-15 21:30:53'),(6566,'2005-07-12 05:42:53',1822,178,'2005-07-19 01:23:53',2,'2006-02-15 21:30:53'),(6567,'2005-07-12 05:43:09',1336,198,'2005-07-19 08:18:09',2,'2006-02-15 21:30:53'),(6568,'2005-07-12 05:45:47',4203,13,'2005-07-15 05:18:47',2,'2006-02-15 21:30:53'),(6569,'2005-07-12 05:47:40',759,183,'2005-07-20 06:23:40',2,'2006-02-15 21:30:53'),(6570,'2005-07-12 05:50:31',2082,217,'2005-07-13 09:58:31',1,'2006-02-15 21:30:53'),(6571,'2005-07-12 05:51:47',3700,140,'2005-07-15 11:31:47',1,'2006-02-15 21:30:53'),(6572,'2005-07-12 05:56:38',3121,35,'2005-07-16 10:41:38',1,'2006-02-15 21:30:53'),(6573,'2005-07-12 06:03:40',3308,239,'2005-07-13 11:49:40',2,'2006-02-15 21:30:53'),(6574,'2005-07-12 06:04:22',621,115,'2005-07-18 03:19:22',2,'2006-02-15 21:30:53'),(6575,'2005-07-12 06:12:53',1414,598,'2005-07-18 07:55:53',2,'2006-02-15 21:30:53'),(6576,'2005-07-12 06:13:41',339,362,'2005-07-16 03:22:41',1,'2006-02-15 21:30:53'),(6577,'2005-07-12 06:15:05',4191,439,'2005-07-15 06:23:05',1,'2006-02-15 21:30:53'),(6578,'2005-07-12 06:15:41',2304,229,'2005-07-15 10:43:41',1,'2006-02-15 21:30:53'),(6580,'2005-07-12 06:26:10',1543,31,'2005-07-13 06:44:10',1,'2006-02-15 21:30:53'),(6581,'2005-07-12 06:26:49',2121,468,'2005-07-14 05:07:49',2,'2006-02-15 21:30:53'),(6582,'2005-07-12 06:28:12',2077,420,'2005-07-19 06:19:12',1,'2006-02-15 21:30:53'),(6583,'2005-07-12 06:42:31',2343,462,'2005-07-15 07:51:31',1,'2006-02-15 21:30:53'),(6584,'2005-07-12 06:43:36',1800,472,'2005-07-16 12:18:36',2,'2006-02-15 21:30:53'),(6585,'2005-07-12 06:50:52',2064,136,'2005-07-21 06:51:52',1,'2006-02-15 21:30:53'),(6586,'2005-07-12 06:56:24',3860,93,'2005-07-17 09:36:24',1,'2006-02-15 21:30:53'),(6587,'2005-07-12 06:56:26',238,419,'2005-07-20 05:53:26',2,'2006-02-15 21:30:53'),(6588,'2005-07-12 06:57:40',1257,420,'2005-07-16 04:27:40',1,'2006-02-15 21:30:53'),(6589,'2005-07-12 07:06:29',1595,424,'2005-07-14 12:06:29',2,'2006-02-15 21:30:53'),(6590,'2005-07-12 07:08:21',1067,442,'2005-07-18 06:16:21',2,'2006-02-15 21:30:53'),(6591,'2005-07-12 07:13:46',2846,509,'2005-07-16 05:15:46',2,'2006-02-15 21:30:53'),(6592,'2005-07-12 07:19:35',3481,273,'2005-07-19 07:15:35',1,'2006-02-15 21:30:53'),(6593,'2005-07-12 07:21:17',3441,356,'2005-07-14 02:35:17',2,'2006-02-15 21:30:53'),(6594,'2005-07-12 07:25:43',4458,517,'2005-07-13 07:59:43',1,'2006-02-15 21:30:53'),(6595,'2005-07-12 07:25:48',1286,458,'2005-07-20 02:24:48',2,'2006-02-15 21:30:53'),(6596,'2005-07-12 07:32:59',890,409,'2005-07-13 02:47:59',1,'2006-02-15 21:30:53'),(6597,'2005-07-12 07:37:02',979,479,'2005-07-16 10:24:02',2,'2006-02-15 21:30:53'),(6598,'2005-07-12 07:38:25',2049,532,'2005-07-19 07:58:25',1,'2006-02-15 21:30:53'),(6599,'2005-07-12 07:41:14',4348,519,'2005-07-21 02:45:14',2,'2006-02-15 21:30:53'),(6600,'2005-07-12 07:41:48',3315,389,'2005-07-18 12:36:48',2,'2006-02-15 21:30:53'),(6601,'2005-07-12 07:44:49',1640,464,'2005-07-20 03:22:49',2,'2006-02-15 21:30:53'),(6602,'2005-07-12 07:50:24',2382,214,'2005-07-20 03:25:24',2,'2006-02-15 21:30:53'),(6603,'2005-07-12 07:52:55',3583,425,'2005-07-16 13:19:55',2,'2006-02-15 21:30:53'),(6604,'2005-07-12 07:57:45',822,365,'2005-07-16 05:41:45',2,'2006-02-15 21:30:53'),(6605,'2005-07-12 08:01:07',2892,547,'2005-07-19 03:12:07',1,'2006-02-15 21:30:53'),(6606,'2005-07-12 08:03:40',2805,178,'2005-07-13 09:05:40',1,'2006-02-15 21:30:53'),(6607,'2005-07-12 08:08:50',337,562,'2005-07-20 09:17:50',1,'2006-02-15 21:30:53'),(6608,'2005-07-12 08:16:50',3577,244,'2005-07-18 07:08:50',2,'2006-02-15 21:30:53'),(6609,'2005-07-12 08:19:41',3332,133,'2005-07-19 08:19:41',2,'2006-02-15 21:30:53'),(6610,'2005-07-12 08:20:02',645,353,'2005-07-21 09:16:02',2,'2006-02-15 21:30:53'),(6611,'2005-07-12 08:20:23',1604,286,'2005-07-16 07:19:23',1,'2006-02-15 21:30:53'),(6612,'2005-07-12 08:28:33',235,152,'2005-07-17 06:25:33',1,'2006-02-15 21:30:53'),(6613,'2005-07-12 08:30:07',3421,460,'2005-07-14 10:25:07',2,'2006-02-15 21:30:53'),(6614,'2005-07-12 08:33:49',3004,144,'2005-07-18 07:28:49',2,'2006-02-15 21:30:53'),(6615,'2005-07-12 08:36:22',23,438,'2005-07-20 09:03:22',1,'2006-02-15 21:30:53'),(6616,'2005-07-12 08:37:30',1833,179,'2005-07-20 10:33:30',1,'2006-02-15 21:30:53'),(6617,'2005-07-12 08:39:56',2292,248,'2005-07-14 09:32:56',2,'2006-02-15 21:30:53'),(6618,'2005-07-12 08:41:42',4266,327,'2005-07-14 05:34:42',1,'2006-02-15 21:30:53'),(6619,'2005-07-12 08:50:48',4062,305,'2005-07-14 11:54:48',1,'2006-02-15 21:30:53'),(6620,'2005-07-12 08:51:03',2362,337,'2005-07-16 03:59:03',2,'2006-02-15 21:30:53'),(6621,'2005-07-12 08:57:30',2229,561,'2005-07-14 09:47:30',1,'2006-02-15 21:30:53'),(6622,'2005-07-12 09:04:11',4350,325,'2005-07-13 04:27:11',1,'2006-02-15 21:30:53'),(6623,'2005-07-12 09:05:34',4412,302,'2005-07-19 13:54:34',2,'2006-02-15 21:30:53'),(6624,'2005-07-12 09:05:50',3946,335,'2005-07-18 13:59:50',2,'2006-02-15 21:30:53'),(6625,'2005-07-12 09:06:40',735,443,'2005-07-21 04:57:40',2,'2006-02-15 21:30:53'),(6626,'2005-07-12 09:16:24',2418,269,'2005-07-17 04:06:24',2,'2006-02-15 21:30:53'),(6627,'2005-07-12 09:16:46',626,565,'2005-07-17 10:58:46',1,'2006-02-15 21:30:53'),(6628,'2005-07-12 09:18:08',2894,211,'2005-07-21 04:27:08',2,'2006-02-15 21:30:53'),(6629,'2005-07-12 09:18:35',2855,582,'2005-07-20 11:34:35',2,'2006-02-15 21:30:53'),(6630,'2005-07-12 09:30:05',1843,462,'2005-07-14 08:29:05',2,'2006-02-15 21:30:53'),(6631,'2005-07-12 09:31:43',2340,204,'2005-07-15 05:00:43',2,'2006-02-15 21:30:53'),(6632,'2005-07-12 09:33:10',2929,442,'2005-07-15 11:36:10',1,'2006-02-15 21:30:53'),(6633,'2005-07-12 09:35:42',2908,150,'2005-07-13 12:56:42',2,'2006-02-15 21:30:53'),(6634,'2005-07-12 09:37:18',2943,50,'2005-07-13 09:28:18',1,'2006-02-15 21:30:53'),(6635,'2005-07-12 09:47:58',515,273,'2005-07-16 15:43:58',1,'2006-02-15 21:30:53'),(6636,'2005-07-12 09:49:46',3270,441,'2005-07-14 12:15:46',1,'2006-02-15 21:30:53'),(6637,'2005-07-12 09:57:39',2852,164,'2005-07-19 08:40:39',1,'2006-02-15 21:30:53'),(6638,'2005-07-12 09:58:02',207,87,'2005-07-13 09:40:02',1,'2006-02-15 21:30:53'),(6639,'2005-07-12 10:00:44',3385,587,'2005-07-19 04:56:44',1,'2006-02-15 21:30:53'),(6640,'2005-07-12 10:27:19',2794,148,'2005-07-21 06:28:19',2,'2006-02-15 21:30:53'),(6641,'2005-07-12 10:33:14',2165,334,'2005-07-20 08:24:14',2,'2006-02-15 21:30:53'),(6642,'2005-07-12 10:37:52',201,441,'2005-07-13 15:13:52',1,'2006-02-15 21:30:53'),(6643,'2005-07-12 10:39:22',174,88,'2005-07-18 13:52:22',1,'2006-02-15 21:30:53'),(6644,'2005-07-12 10:39:39',2667,285,'2005-07-14 11:50:39',1,'2006-02-15 21:30:53'),(6645,'2005-07-12 10:39:55',2858,73,'2005-07-17 07:41:55',1,'2006-02-15 21:30:53'),(6646,'2005-07-12 10:41:34',4061,508,'2005-07-15 05:31:34',1,'2006-02-15 21:30:53'),(6647,'2005-07-12 10:43:53',1841,8,'2005-07-14 05:37:53',1,'2006-02-15 21:30:53'),(6648,'2005-07-12 10:46:30',718,356,'2005-07-14 16:15:30',1,'2006-02-15 21:30:53'),(6649,'2005-07-12 10:51:09',70,57,'2005-07-14 16:05:09',2,'2006-02-15 21:30:53'),(6650,'2005-07-12 10:57:10',1589,526,'2005-07-14 07:24:10',1,'2006-02-15 21:30:53'),(6651,'2005-07-12 10:57:28',98,447,'2005-07-15 06:06:28',2,'2006-02-15 21:30:53'),(6652,'2005-07-12 10:59:38',2200,518,'2005-07-13 13:52:38',1,'2006-02-15 21:30:53'),(6653,'2005-07-12 11:06:17',614,25,'2005-07-19 16:52:17',2,'2006-02-15 21:30:53'),(6654,'2005-07-12 11:06:28',2870,458,'2005-07-20 10:27:28',1,'2006-02-15 21:30:53'),(6655,'2005-07-12 11:08:32',3937,100,'2005-07-15 15:17:32',1,'2006-02-15 21:30:53'),(6656,'2005-07-12 11:09:47',2282,330,'2005-07-14 05:50:47',1,'2006-02-15 21:30:53'),(6657,'2005-07-12 11:11:36',3697,553,'2005-07-16 15:56:36',1,'2006-02-15 21:30:53'),(6658,'2005-07-12 11:13:21',172,27,'2005-07-17 09:10:21',2,'2006-02-15 21:30:53'),(6659,'2005-07-12 11:18:05',2285,134,'2005-07-16 16:45:05',2,'2006-02-15 21:30:53'),(6660,'2005-07-12 11:20:12',446,598,'2005-07-20 12:58:12',2,'2006-02-15 21:30:53'),(6661,'2005-07-12 11:20:39',2367,315,'2005-07-16 08:17:39',2,'2006-02-15 21:30:53'),(6662,'2005-07-12 11:21:06',1464,99,'2005-07-13 13:00:06',1,'2006-02-15 21:30:53'),(6663,'2005-07-12 11:27:35',4364,5,'2005-07-21 16:35:35',1,'2006-02-15 21:30:53'),(6664,'2005-07-12 11:28:22',4578,351,'2005-07-15 09:30:22',1,'2006-02-15 21:30:53'),(6665,'2005-07-12 11:29:14',2912,587,'2005-07-19 11:26:14',2,'2006-02-15 21:30:53'),(6666,'2005-07-12 11:32:15',3194,314,'2005-07-14 16:09:15',2,'2006-02-15 21:30:53'),(6667,'2005-07-12 11:36:22',215,50,'2005-07-19 12:53:22',1,'2006-02-15 21:30:53'),(6668,'2005-07-12 11:37:45',1498,199,'2005-07-14 13:28:45',2,'2006-02-15 21:30:53'),(6669,'2005-07-12 11:39:55',1420,355,'2005-07-20 05:56:55',1,'2006-02-15 21:30:53'),(6670,'2005-07-12 11:44:33',3106,249,'2005-07-19 07:54:33',2,'2006-02-15 21:30:53'),(6671,'2005-07-12 11:48:48',955,526,'2005-07-19 16:55:48',2,'2006-02-15 21:30:53'),(6672,'2005-07-12 11:49:16',375,439,'2005-07-13 07:03:16',2,'2006-02-15 21:30:53'),(6673,'2005-07-12 11:50:56',1997,322,'2005-07-13 14:27:56',1,'2006-02-15 21:30:53'),(6674,'2005-07-12 11:51:54',2385,399,'2005-07-13 16:57:54',1,'2006-02-15 21:30:53'),(6675,'2005-07-12 11:53:06',2124,523,'2005-07-13 06:09:06',1,'2006-02-15 21:30:53'),(6676,'2005-07-12 11:53:40',2294,571,'2005-07-19 09:15:40',1,'2006-02-15 21:30:53'),(6677,'2005-07-12 11:58:14',2389,516,'2005-07-21 06:05:14',2,'2006-02-15 21:30:53'),(6678,'2005-07-12 11:58:36',3473,330,'2005-07-15 17:50:36',2,'2006-02-15 21:30:53'),(6679,'2005-07-12 12:01:07',3664,586,'2005-07-14 11:36:07',1,'2006-02-15 21:30:53'),(6680,'2005-07-12 12:01:56',2887,43,'2005-07-16 17:32:56',1,'2006-02-15 21:30:53'),(6681,'2005-07-12 12:04:12',854,368,'2005-07-19 11:01:12',2,'2006-02-15 21:30:53'),(6682,'2005-07-12 12:12:43',1984,339,'2005-07-21 10:49:43',2,'2006-02-15 21:30:53'),(6683,'2005-07-12 12:14:05',3433,244,'2005-07-17 14:02:05',2,'2006-02-15 21:30:53'),(6684,'2005-07-12 12:14:42',2817,583,'2005-07-21 11:07:42',2,'2006-02-15 21:30:53'),(6685,'2005-07-12 12:16:28',1434,5,'2005-07-19 17:03:28',1,'2006-02-15 21:30:53'),(6686,'2005-07-12 12:18:38',3804,6,'2005-07-13 17:56:38',2,'2006-02-15 21:30:53'),(6687,'2005-07-12 12:19:23',2736,128,'2005-07-19 17:12:23',1,'2006-02-15 21:30:53'),(6688,'2005-07-12 12:22:12',2377,246,'2005-07-14 14:05:12',1,'2006-02-15 21:30:53'),(6689,'2005-07-12 12:22:13',1568,525,'2005-07-16 07:44:13',1,'2006-02-15 21:30:53'),(6690,'2005-07-12 12:23:02',4254,447,'2005-07-16 15:39:02',2,'2006-02-15 21:30:53'),(6691,'2005-07-12 12:26:38',403,192,'2005-07-18 13:26:38',2,'2006-02-15 21:30:53'),(6692,'2005-07-12 12:35:39',2837,372,'2005-07-20 11:20:39',2,'2006-02-15 21:30:53'),(6693,'2005-07-12 12:37:00',2014,573,'2005-07-20 09:36:00',1,'2006-02-15 21:30:53'),(6694,'2005-07-12 12:39:23',586,204,'2005-07-19 14:47:23',1,'2006-02-15 21:30:53'),(6695,'2005-07-12 12:39:39',3088,550,'2005-07-17 13:36:39',2,'2006-02-15 21:30:53'),(6696,'2005-07-12 12:44:04',299,273,'2005-07-16 14:17:04',1,'2006-02-15 21:30:53'),(6697,'2005-07-12 12:44:57',210,103,'2005-07-19 13:02:57',1,'2006-02-15 21:30:53'),(6698,'2005-07-12 12:45:00',4419,64,'2005-07-16 11:16:00',2,'2006-02-15 21:30:53'),(6699,'2005-07-12 12:45:21',3411,565,'2005-07-15 12:59:21',1,'2006-02-15 21:30:53'),(6700,'2005-07-12 12:47:22',3063,184,'2005-07-21 16:04:22',1,'2006-02-15 21:30:53'),(6701,'2005-07-12 12:47:59',3428,454,'2005-07-13 10:28:59',1,'2006-02-15 21:30:53'),(6702,'2005-07-12 12:48:03',233,164,'2005-07-13 11:55:03',1,'2006-02-15 21:30:53'),(6703,'2005-07-12 12:50:19',46,470,'2005-07-16 13:41:19',1,'2006-02-15 21:30:53'),(6704,'2005-07-12 12:50:24',1590,595,'2005-07-20 16:41:24',2,'2006-02-15 21:30:53'),(6705,'2005-07-12 12:53:11',4268,363,'2005-07-13 07:17:11',1,'2006-02-15 21:30:53'),(6706,'2005-07-12 12:59:16',4552,267,'2005-07-19 10:37:16',1,'2006-02-15 21:30:53'),(6707,'2005-07-12 13:07:55',406,80,'2005-07-16 16:26:55',2,'2006-02-15 21:30:53'),(6708,'2005-07-12 13:10:55',372,82,'2005-07-21 07:36:55',1,'2006-02-15 21:30:53'),(6709,'2005-07-12 13:20:41',4049,322,'2005-07-16 10:37:41',2,'2006-02-15 21:30:53'),(6710,'2005-07-12 13:23:09',806,462,'2005-07-20 10:10:09',2,'2006-02-15 21:30:53'),(6711,'2005-07-12 13:23:40',2247,257,'2005-07-20 11:45:40',2,'2006-02-15 21:30:53'),(6712,'2005-07-12 13:24:47',4581,226,'2005-07-20 09:35:47',2,'2006-02-15 21:30:53'),(6713,'2005-07-12 13:27:36',4218,557,'2005-07-16 11:14:36',1,'2006-02-15 21:30:53'),(6714,'2005-07-12 13:29:06',1947,370,'2005-07-18 16:02:06',2,'2006-02-15 21:30:53'),(6715,'2005-07-12 13:32:28',643,386,'2005-07-15 17:01:28',2,'2006-02-15 21:30:53'),(6716,'2005-07-12 13:34:58',2783,367,'2005-07-19 15:09:58',1,'2006-02-15 21:30:53'),(6717,'2005-07-12 13:35:02',523,273,'2005-07-20 15:03:02',1,'2006-02-15 21:30:53'),(6718,'2005-07-12 13:38:06',2283,541,'2005-07-18 09:05:06',1,'2006-02-15 21:30:53'),(6719,'2005-07-12 13:40:37',739,330,'2005-07-15 15:23:37',2,'2006-02-15 21:30:53'),(6720,'2005-07-12 13:41:16',2704,151,'2005-07-13 14:41:16',2,'2006-02-15 21:30:53'),(6721,'2005-07-12 13:42:58',2798,462,'2005-07-19 16:39:58',2,'2006-02-15 21:30:53'),(6722,'2005-07-12 13:44:03',3124,211,'2005-07-19 12:43:03',2,'2006-02-15 21:30:53'),(6723,'2005-07-12 13:44:57',2678,499,'2005-07-14 15:57:57',2,'2006-02-15 21:30:53'),(6724,'2005-07-12 13:45:15',2486,262,'2005-07-19 19:18:15',1,'2006-02-15 21:30:53'),(6725,'2005-07-12 13:47:17',831,213,'2005-07-17 13:31:17',1,'2006-02-15 21:30:53'),(6726,'2005-07-12 13:48:14',4494,97,'2005-07-16 11:11:14',1,'2006-02-15 21:30:53'),(6727,'2005-07-12 13:54:25',3793,407,'2005-07-14 17:29:25',1,'2006-02-15 21:30:53'),(6728,'2005-07-12 13:56:48',2113,414,'2005-07-15 18:49:48',1,'2006-02-15 21:30:53'),(6729,'2005-07-12 13:58:23',2495,455,'2005-07-19 09:34:23',2,'2006-02-15 21:30:53'),(6730,'2005-07-12 13:58:25',1552,532,'2005-07-20 13:01:25',1,'2006-02-15 21:30:53'),(6731,'2005-07-12 13:58:27',844,593,'2005-07-15 10:04:27',2,'2006-02-15 21:30:53'),(6732,'2005-07-12 13:58:51',1913,299,'2005-07-17 17:42:51',1,'2006-02-15 21:30:53'),(6733,'2005-07-12 14:04:01',1476,585,'2005-07-21 18:57:01',2,'2006-02-15 21:30:53'),(6734,'2005-07-12 14:04:24',2248,446,'2005-07-21 19:47:24',1,'2006-02-15 21:30:53'),(6735,'2005-07-12 14:08:20',276,428,'2005-07-18 09:41:20',2,'2006-02-15 21:30:53'),(6736,'2005-07-12 14:16:50',530,342,'2005-07-15 16:26:50',1,'2006-02-15 21:30:53'),(6737,'2005-07-12 14:16:52',315,304,'2005-07-18 19:48:52',1,'2006-02-15 21:30:53'),(6738,'2005-07-12 14:17:55',1197,366,'2005-07-21 10:11:55',2,'2006-02-15 21:30:53'),(6739,'2005-07-12 14:22:08',1221,71,'2005-07-18 16:57:08',2,'2006-02-15 21:30:53'),(6740,'2005-07-12 14:22:08',2431,139,'2005-07-14 14:35:08',1,'2006-02-15 21:30:53'),(6741,'2005-07-12 14:24:16',237,359,'2005-07-15 08:31:16',1,'2006-02-15 21:30:53'),(6742,'2005-07-12 14:25:31',4242,558,'2005-07-17 08:50:31',2,'2006-02-15 21:30:53'),(6743,'2005-07-12 14:29:25',158,261,'2005-07-13 13:13:25',1,'2006-02-15 21:30:53'),(6744,'2005-07-12 14:30:28',2565,64,'2005-07-14 16:20:28',1,'2006-02-15 21:30:53'),(6745,'2005-07-12 14:30:51',1331,524,'2005-07-13 13:42:51',2,'2006-02-15 21:30:53'),(6746,'2005-07-12 14:33:01',3127,537,'2005-07-17 19:52:01',2,'2006-02-15 21:30:53'),(6747,'2005-07-12 14:33:21',3651,126,'2005-07-13 09:59:21',2,'2006-02-15 21:30:53'),(6748,'2005-07-12 14:39:27',3655,540,'2005-07-18 13:40:27',2,'2006-02-15 21:30:53'),(6749,'2005-07-12 14:43:05',2895,334,'2005-07-21 15:13:05',2,'2006-02-15 21:30:53'),(6750,'2005-07-12 14:49:39',3838,459,'2005-07-18 18:43:39',2,'2006-02-15 21:30:53'),(6751,'2005-07-12 14:50:34',1749,312,'2005-07-15 19:39:34',2,'2006-02-15 21:30:53'),(6752,'2005-07-12 14:53:15',3392,453,'2005-07-20 09:23:15',1,'2006-02-15 21:30:53'),(6753,'2005-07-12 14:55:42',2591,147,'2005-07-18 19:16:42',1,'2006-02-15 21:30:53'),(6754,'2005-07-12 14:59:24',1460,114,'2005-07-14 11:04:24',2,'2006-02-15 21:30:53'),(6755,'2005-07-12 15:07:49',2542,126,'2005-07-21 18:43:49',2,'2006-02-15 21:30:53'),(6756,'2005-07-12 15:08:28',1174,531,'2005-07-13 14:25:28',2,'2006-02-15 21:30:53'),(6757,'2005-07-12 15:09:48',547,558,'2005-07-17 15:04:48',2,'2006-02-15 21:30:53'),(6758,'2005-07-12 15:13:49',4098,546,'2005-07-20 09:31:49',2,'2006-02-15 21:30:53'),(6759,'2005-07-12 15:14:48',3624,49,'2005-07-15 11:29:48',1,'2006-02-15 21:30:53'),(6760,'2005-07-12 15:16:00',501,502,'2005-07-20 13:20:00',2,'2006-02-15 21:30:53'),(6761,'2005-07-12 15:17:42',3645,7,'2005-07-18 17:59:42',2,'2006-02-15 21:30:53'),(6762,'2005-07-12 15:25:33',3857,262,'2005-07-21 18:57:33',1,'2006-02-15 21:30:53'),(6763,'2005-07-12 15:26:34',3364,314,'2005-07-18 16:38:34',2,'2006-02-15 21:30:53'),(6764,'2005-07-12 15:29:27',4407,396,'2005-07-21 20:00:27',2,'2006-02-15 21:30:53'),(6765,'2005-07-12 15:30:47',2571,433,'2005-07-19 14:19:47',2,'2006-02-15 21:30:53'),(6766,'2005-07-12 15:32:01',3615,171,'2005-07-18 14:03:01',2,'2006-02-15 21:30:53'),(6767,'2005-07-12 15:46:55',1819,208,'2005-07-17 17:36:55',2,'2006-02-15 21:30:53'),(6768,'2005-07-12 15:47:51',3418,151,'2005-07-19 21:17:51',2,'2006-02-15 21:30:53'),(6769,'2005-07-12 15:48:54',1687,63,'2005-07-21 14:39:54',2,'2006-02-15 21:30:53'),(6770,'2005-07-12 15:49:40',2080,360,'2005-07-20 10:14:40',2,'2006-02-15 21:30:53'),(6771,'2005-07-12 15:54:40',1113,396,'2005-07-17 15:56:40',2,'2006-02-15 21:30:53'),(6772,'2005-07-12 15:55:35',3810,89,'2005-07-18 10:47:35',1,'2006-02-15 21:30:53'),(6773,'2005-07-12 15:55:39',3346,12,'2005-07-18 17:52:39',2,'2006-02-15 21:30:53'),(6774,'2005-07-12 15:56:08',868,171,'2005-07-13 18:42:08',1,'2006-02-15 21:30:53'),(6775,'2005-07-12 16:01:44',2909,383,'2005-07-19 14:11:44',1,'2006-02-15 21:30:53'),(6776,'2005-07-12 16:02:09',2398,348,'2005-07-20 16:31:09',1,'2006-02-15 21:30:53'),(6777,'2005-07-12 16:04:40',4089,351,'2005-07-20 15:05:40',2,'2006-02-15 21:30:53'),(6778,'2005-07-12 16:06:00',4503,381,'2005-07-14 21:57:00',2,'2006-02-15 21:30:53'),(6779,'2005-07-12 16:10:50',4468,404,'2005-07-17 14:51:50',2,'2006-02-15 21:30:53'),(6780,'2005-07-12 16:18:12',1255,121,'2005-07-13 17:56:12',2,'2006-02-15 21:30:53'),(6781,'2005-07-12 16:21:47',3783,533,'2005-07-15 19:52:47',1,'2006-02-15 21:30:53'),(6782,'2005-07-12 16:23:25',2742,199,'2005-07-20 18:46:25',2,'2006-02-15 21:30:53'),(6783,'2005-07-12 16:27:56',3633,506,'2005-07-13 12:11:56',2,'2006-02-15 21:30:53'),(6784,'2005-07-12 16:28:49',197,578,'2005-07-15 17:27:49',1,'2006-02-15 21:30:53'),(6785,'2005-07-12 16:30:57',4448,69,'2005-07-18 20:46:57',1,'2006-02-15 21:30:53'),(6786,'2005-07-12 16:32:33',2011,546,'2005-07-16 12:42:33',2,'2006-02-15 21:30:53'),(6787,'2005-07-12 16:33:28',1481,342,'2005-07-18 21:48:28',2,'2006-02-15 21:30:53'),(6788,'2005-07-12 16:33:44',1162,460,'2005-07-20 15:38:44',2,'2006-02-15 21:30:53'),(6789,'2005-07-12 16:34:40',1973,76,'2005-07-14 17:02:40',2,'2006-02-15 21:30:53'),(6790,'2005-07-12 16:34:59',4486,400,'2005-07-17 21:43:59',2,'2006-02-15 21:30:53'),(6791,'2005-07-12 16:35:07',1495,144,'2005-07-20 15:32:07',2,'2006-02-15 21:30:53'),(6792,'2005-07-12 16:37:28',510,571,'2005-07-20 11:20:28',2,'2006-02-15 21:30:53'),(6793,'2005-07-12 16:37:55',103,148,'2005-07-21 16:04:55',2,'2006-02-15 21:30:53'),(6794,'2005-07-12 16:38:23',813,233,'2005-07-20 17:36:23',2,'2006-02-15 21:30:53'),(6795,'2005-07-12 16:41:00',1489,245,'2005-07-21 20:52:00',1,'2006-02-15 21:30:53'),(6796,'2005-07-12 16:44:16',227,291,'2005-07-16 14:48:16',2,'2006-02-15 21:30:53'),(6797,'2005-07-12 16:47:06',1536,469,'2005-07-14 14:38:06',2,'2006-02-15 21:30:53'),(6798,'2005-07-12 16:49:11',275,115,'2005-07-19 12:11:11',2,'2006-02-15 21:30:53'),(6799,'2005-07-12 16:52:13',2778,42,'2005-07-14 15:11:13',2,'2006-02-15 21:30:53'),(6800,'2005-07-12 17:03:56',3742,599,'2005-07-21 20:32:56',2,'2006-02-15 21:30:53'),(6801,'2005-07-12 17:09:08',872,500,'2005-07-21 22:25:08',1,'2006-02-15 21:30:53'),(6802,'2005-07-12 17:14:17',2942,298,'2005-07-17 11:54:17',2,'2006-02-15 21:30:53'),(6803,'2005-07-12 17:21:49',2676,490,'2005-07-14 18:01:49',2,'2006-02-15 21:30:53'),(6804,'2005-07-12 17:22:06',1554,269,'2005-07-21 11:37:06',1,'2006-02-15 21:30:53'),(6805,'2005-07-12 17:23:01',1758,262,'2005-07-21 19:38:01',2,'2006-02-15 21:30:53'),(6806,'2005-07-12 17:31:43',656,179,'2005-07-17 14:36:43',1,'2006-02-15 21:30:53'),(6807,'2005-07-12 17:33:53',669,376,'2005-07-18 16:28:53',2,'2006-02-15 21:30:53'),(6808,'2005-07-12 17:36:42',362,263,'2005-07-18 23:33:42',2,'2006-02-15 21:30:53'),(6809,'2005-07-12 17:51:54',3455,168,'2005-07-17 15:10:54',1,'2006-02-15 21:30:53'),(6810,'2005-07-12 17:54:19',2802,485,'2005-07-20 16:58:19',2,'2006-02-15 21:30:53'),(6811,'2005-07-12 17:54:33',1572,107,'2005-07-20 17:39:33',1,'2006-02-15 21:30:53'),(6812,'2005-07-12 18:03:25',2227,553,'2005-07-20 18:33:25',2,'2006-02-15 21:30:53'),(6813,'2005-07-12 18:03:50',135,54,'2005-07-16 16:30:50',1,'2006-02-15 21:30:53'),(6814,'2005-07-12 18:11:58',1863,579,'2005-07-18 20:37:58',2,'2006-02-15 21:30:53'),(6815,'2005-07-12 18:14:10',3236,468,'2005-07-17 14:16:10',1,'2006-02-15 21:30:53'),(6816,'2005-07-12 18:18:50',2963,290,'2005-07-18 21:09:50',2,'2006-02-15 21:30:53'),(6817,'2005-07-12 18:19:57',184,135,'2005-07-19 22:53:57',1,'2006-02-15 21:30:53'),(6818,'2005-07-12 18:20:54',1013,153,'2005-07-21 00:03:54',2,'2006-02-15 21:30:53'),(6819,'2005-07-12 18:21:01',1253,198,'2005-07-13 21:14:01',1,'2006-02-15 21:30:53'),(6820,'2005-07-12 18:21:30',223,243,'2005-07-14 15:14:30',1,'2006-02-15 21:30:53'),(6821,'2005-07-12 18:22:10',623,363,'2005-07-14 13:25:10',2,'2006-02-15 21:30:53'),(6822,'2005-07-12 18:23:39',1592,300,'2005-07-19 21:06:39',1,'2006-02-15 21:30:53'),(6823,'2005-07-12 18:24:31',795,557,'2005-07-17 23:13:31',1,'2006-02-15 21:30:53'),(6824,'2005-07-12 18:26:46',858,579,'2005-07-21 15:23:46',1,'2006-02-15 21:30:53'),(6825,'2005-07-12 18:28:12',2342,281,'2005-07-15 19:24:12',1,'2006-02-15 21:30:53'),(6826,'2005-07-12 18:32:02',1708,408,'2005-07-16 23:21:02',1,'2006-02-15 21:30:53'),(6827,'2005-07-12 18:33:45',1529,283,'2005-07-13 19:09:45',1,'2006-02-15 21:30:53'),(6828,'2005-07-12 18:38:51',874,502,'2005-07-14 20:10:51',1,'2006-02-15 21:30:53'),(6829,'2005-07-12 18:38:59',4184,361,'2005-07-16 23:25:59',1,'2006-02-15 21:30:53'),(6830,'2005-07-12 18:42:55',1943,578,'2005-07-17 17:58:55',1,'2006-02-15 21:30:53'),(6831,'2005-07-12 18:44:04',924,163,'2005-07-16 21:39:04',2,'2006-02-15 21:30:53'),(6832,'2005-07-12 18:51:41',444,220,'2005-07-20 13:29:41',2,'2006-02-15 21:30:53'),(6833,'2005-07-12 18:53:34',912,301,'2005-07-19 22:21:34',2,'2006-02-15 21:30:53'),(6834,'2005-07-12 18:53:37',897,533,'2005-07-19 13:42:37',1,'2006-02-15 21:30:53'),(6835,'2005-07-12 18:58:03',1444,367,'2005-07-18 00:41:03',1,'2006-02-15 21:30:53'),(6836,'2005-07-12 18:58:05',2744,113,'2005-07-15 17:45:05',1,'2006-02-15 21:30:53'),(6837,'2005-07-12 18:59:45',1203,533,'2005-07-21 22:47:45',2,'2006-02-15 21:30:53'),(6838,'2005-07-12 19:01:30',3492,354,'2005-07-17 23:42:30',1,'2006-02-15 21:30:53'),(6839,'2005-07-12 19:03:19',3900,357,'2005-07-15 23:48:19',1,'2006-02-15 21:30:53'),(6840,'2005-07-12 19:03:22',1381,323,'2005-07-21 18:34:22',2,'2006-02-15 21:30:53'),(6841,'2005-07-12 19:04:24',2265,108,'2005-07-14 23:58:24',1,'2006-02-15 21:30:53'),(6842,'2005-07-12 19:07:55',3376,366,'2005-07-19 22:47:55',1,'2006-02-15 21:30:53'),(6843,'2005-07-12 19:14:05',746,561,'2005-07-20 23:15:05',1,'2006-02-15 21:30:53'),(6844,'2005-07-12 19:14:53',3211,482,'2005-07-18 16:07:53',2,'2006-02-15 21:30:53'),(6845,'2005-07-12 19:20:41',3833,414,'2005-07-14 15:27:41',1,'2006-02-15 21:30:53'),(6846,'2005-07-12 19:20:45',1214,18,'2005-07-17 00:06:45',1,'2006-02-15 21:30:53'),(6847,'2005-07-12 19:22:37',346,63,'2005-07-21 18:53:37',2,'2006-02-15 21:30:53'),(6848,'2005-07-12 19:24:07',1782,433,'2005-07-14 17:03:07',1,'2006-02-15 21:30:53'),(6849,'2005-07-12 19:29:19',4307,479,'2005-07-19 22:03:19',1,'2006-02-15 21:30:53'),(6850,'2005-07-12 19:30:42',1145,433,'2005-07-17 21:26:42',2,'2006-02-15 21:30:53'),(6851,'2005-07-12 19:32:14',664,280,'2005-07-17 21:03:14',1,'2006-02-15 21:30:53'),(6852,'2005-07-12 19:33:49',2182,75,'2005-07-13 20:01:49',2,'2006-02-15 21:30:53'),(6853,'2005-07-12 19:38:11',4006,299,'2005-07-20 00:14:11',1,'2006-02-15 21:30:53'),(6854,'2005-07-12 19:38:57',3173,151,'2005-07-16 16:28:57',1,'2006-02-15 21:30:53'),(6855,'2005-07-12 19:46:29',2657,24,'2005-07-15 16:56:29',2,'2006-02-15 21:30:53'),(6856,'2005-07-12 19:50:16',4338,275,'2005-07-14 22:25:16',1,'2006-02-15 21:30:53'),(6857,'2005-07-12 19:53:30',424,196,'2005-07-13 15:22:30',1,'2006-02-15 21:30:53'),(6858,'2005-07-12 19:53:51',1095,516,'2005-07-19 14:12:51',1,'2006-02-15 21:30:53'),(6859,'2005-07-12 19:53:57',4108,321,'2005-07-17 19:48:57',2,'2006-02-15 21:30:53'),(6860,'2005-07-12 19:54:17',2907,91,'2005-07-18 13:59:17',1,'2006-02-15 21:30:53'),(6861,'2005-07-12 19:56:52',354,83,'2005-07-13 16:02:52',1,'2006-02-15 21:30:53'),(6862,'2005-07-12 19:58:09',3477,231,'2005-07-18 15:48:09',2,'2006-02-15 21:30:53'),(6863,'2005-07-12 19:58:34',229,484,'2005-07-21 16:57:34',1,'2006-02-15 21:30:53'),(6864,'2005-07-12 19:59:25',2252,38,'2005-07-19 15:52:25',2,'2006-02-15 21:30:53'),(6865,'2005-07-12 20:02:40',1428,175,'2005-07-20 00:39:40',2,'2006-02-15 21:30:53'),(6866,'2005-07-12 20:03:44',2481,312,'2005-07-15 01:55:44',1,'2006-02-15 21:30:53'),(6867,'2005-07-12 20:06:47',3354,190,'2005-07-19 16:59:47',1,'2006-02-15 21:30:53'),(6868,'2005-07-12 20:10:17',719,306,'2005-07-15 22:34:17',2,'2006-02-15 21:30:53'),(6869,'2005-07-12 20:12:06',3546,278,'2005-07-13 18:37:06',1,'2006-02-15 21:30:53'),(6870,'2005-07-12 20:13:45',3102,13,'2005-07-16 22:09:45',2,'2006-02-15 21:30:53'),(6871,'2005-07-12 20:13:49',3612,204,'2005-07-14 20:11:49',2,'2006-02-15 21:30:53'),(6872,'2005-07-12 20:15:04',3246,86,'2005-07-18 18:19:04',1,'2006-02-15 21:30:53'),(6873,'2005-07-12 20:20:50',802,161,'2005-07-17 01:51:50',1,'2006-02-15 21:30:53'),(6874,'2005-07-12 20:20:53',4478,539,'2005-07-19 19:41:53',1,'2006-02-15 21:30:53'),(6875,'2005-07-12 20:23:05',3420,172,'2005-07-19 00:09:05',2,'2006-02-15 21:30:53'),(6876,'2005-07-12 20:32:50',34,531,'2005-07-16 21:12:50',1,'2006-02-15 21:30:53'),(6877,'2005-07-12 20:32:58',3968,231,'2005-07-18 18:01:58',1,'2006-02-15 21:30:53'),(6878,'2005-07-12 20:37:13',2428,363,'2005-07-19 20:13:13',2,'2006-02-15 21:30:53'),(6879,'2005-07-12 20:37:37',1901,416,'2005-07-20 15:40:37',2,'2006-02-15 21:30:53'),(6880,'2005-07-12 20:41:35',1473,229,'2005-07-17 02:22:35',1,'2006-02-15 21:30:53'),(6881,'2005-07-12 20:46:35',2496,346,'2005-07-21 00:26:35',2,'2006-02-15 21:30:53'),(6882,'2005-07-12 20:50:39',2469,166,'2005-07-14 21:01:39',1,'2006-02-15 21:30:53'),(6883,'2005-07-12 20:50:48',468,596,'2005-07-19 16:00:48',2,'2006-02-15 21:30:53'),(6884,'2005-07-12 20:52:41',3642,17,'2005-07-20 23:13:41',1,'2006-02-15 21:30:53'),(6885,'2005-07-12 20:56:04',3972,159,'2005-07-15 19:21:04',2,'2006-02-15 21:30:53'),(6886,'2005-07-12 20:58:04',4533,429,'2005-07-18 16:56:04',2,'2006-02-15 21:30:53'),(6887,'2005-07-12 21:00:23',4487,542,'2005-07-21 17:46:23',1,'2006-02-15 21:30:53'),(6888,'2005-07-12 21:01:11',1896,490,'2005-07-17 21:49:11',2,'2006-02-15 21:30:53'),(6889,'2005-07-12 21:01:22',2919,198,'2005-07-20 20:16:22',2,'2006-02-15 21:30:53'),(6890,'2005-07-12 21:03:03',2538,473,'2005-07-14 00:47:03',1,'2006-02-15 21:30:53'),(6891,'2005-07-12 21:07:35',3189,507,'2005-07-14 16:59:35',2,'2006-02-15 21:30:53'),(6892,'2005-07-12 21:10:04',1567,138,'2005-07-13 23:03:04',2,'2006-02-15 21:30:53'),(6893,'2005-07-12 21:20:11',2611,377,'2005-07-21 18:55:11',2,'2006-02-15 21:30:53'),(6894,'2005-07-12 21:20:50',1347,315,'2005-07-20 23:42:50',2,'2006-02-15 21:30:53'),(6895,'2005-07-12 21:23:59',2935,599,'2005-07-19 20:47:59',2,'2006-02-15 21:30:53'),(6896,'2005-07-12 21:25:37',1266,111,'2005-07-20 23:51:37',1,'2006-02-15 21:30:53'),(6897,'2005-07-12 21:30:41',170,13,'2005-07-15 03:19:41',1,'2006-02-15 21:30:53'),(6898,'2005-07-12 21:39:04',1725,557,'2005-07-15 20:30:04',1,'2006-02-15 21:30:53'),(6899,'2005-07-12 21:44:16',3565,483,'2005-07-21 22:21:16',2,'2006-02-15 21:30:53'),(6900,'2005-07-12 21:45:25',129,292,'2005-07-19 21:19:25',1,'2006-02-15 21:30:53'),(6901,'2005-07-12 21:46:33',4574,158,'2005-07-16 21:36:33',1,'2006-02-15 21:30:53'),(6902,'2005-07-12 21:57:16',314,485,'2005-07-14 20:56:16',1,'2006-02-15 21:30:53'),(6903,'2005-07-12 21:58:15',3690,517,'2005-07-14 01:38:15',2,'2006-02-15 21:30:53'),(6904,'2005-07-12 22:02:09',2312,465,'2005-07-17 16:42:09',1,'2006-02-15 21:30:53'),(6905,'2005-07-12 22:02:18',763,25,'2005-07-18 23:30:18',1,'2006-02-15 21:30:53'),(6906,'2005-07-12 22:03:02',1435,335,'2005-07-15 00:35:02',1,'2006-02-15 21:30:53'),(6907,'2005-07-12 22:03:49',2516,575,'2005-07-18 19:18:49',1,'2006-02-15 21:30:53'),(6908,'2005-07-12 22:08:46',3161,529,'2005-07-21 00:21:46',2,'2006-02-15 21:30:53'),(6909,'2005-07-12 22:09:30',769,174,'2005-07-17 02:05:30',2,'2006-02-15 21:30:53'),(6910,'2005-07-12 22:11:21',1290,546,'2005-07-21 02:35:21',1,'2006-02-15 21:30:53'),(6911,'2005-07-12 22:14:34',901,361,'2005-07-18 20:17:34',1,'2006-02-15 21:30:53'),(6912,'2005-07-12 22:17:16',1701,471,'2005-07-19 18:18:16',1,'2006-02-15 21:30:53'),(6913,'2005-07-12 22:18:12',569,443,'2005-07-14 23:03:12',2,'2006-02-15 21:30:53'),(6914,'2005-07-12 22:26:56',496,361,'2005-07-17 20:03:56',1,'2006-02-15 21:30:53'),(6915,'2005-07-12 22:28:09',1243,559,'2005-07-14 00:53:09',1,'2006-02-15 21:30:53'),(6916,'2005-07-12 22:29:18',3311,88,'2005-07-19 16:46:18',1,'2006-02-15 21:30:53'),(6917,'2005-07-12 22:30:15',3048,23,'2005-07-20 03:20:15',1,'2006-02-15 21:30:53'),(6918,'2005-07-12 22:30:29',4085,140,'2005-07-19 22:51:29',1,'2006-02-15 21:30:53'),(6919,'2005-07-12 22:32:17',1122,540,'2005-07-18 20:09:17',1,'2006-02-15 21:30:53'),(6920,'2005-07-12 22:32:58',2301,109,'2005-07-19 20:29:58',2,'2006-02-15 21:30:53'),(6921,'2005-07-12 22:39:03',3322,265,'2005-07-21 18:54:03',2,'2006-02-15 21:30:53'),(6922,'2005-07-12 22:39:48',1114,371,'2005-07-14 18:35:48',1,'2006-02-15 21:30:53'),(6923,'2005-07-12 22:40:48',2642,490,'2005-07-19 23:07:48',2,'2006-02-15 21:30:53'),(6924,'2005-07-26 22:51:53',1257,502,'2005-08-03 19:04:53',2,'2006-02-15 21:30:53'),(6925,'2005-07-26 22:52:32',2919,42,'2005-07-29 21:22:32',1,'2006-02-15 21:30:53'),(6926,'2005-07-26 22:52:45',1276,354,'2005-07-28 18:32:45',1,'2006-02-15 21:30:53'),(6927,'2005-07-26 22:56:00',4511,470,'2005-08-05 03:16:00',2,'2006-02-15 21:30:53'),(6928,'2005-07-26 22:56:21',3605,487,'2005-07-30 04:46:21',1,'2006-02-15 21:30:53'),(6929,'2005-07-26 22:59:19',3339,508,'2005-08-03 22:40:19',1,'2006-02-15 21:30:53'),(6930,'2005-07-26 23:00:01',2989,393,'2005-08-04 01:57:01',2,'2006-02-15 21:30:53'),(6931,'2005-07-26 23:02:57',2794,333,'2005-07-28 04:48:57',2,'2006-02-15 21:30:53'),(6932,'2005-07-26 23:08:04',4517,463,'2005-08-05 01:35:04',1,'2006-02-15 21:30:53'),(6933,'2005-07-26 23:09:23',1334,385,'2005-07-31 20:50:23',1,'2006-02-15 21:30:53'),(6934,'2005-07-26 23:11:03',455,107,'2005-08-04 19:18:03',1,'2006-02-15 21:30:53'),(6935,'2005-07-26 23:13:10',2771,435,'2005-07-27 18:09:10',1,'2006-02-15 21:30:53'),(6936,'2005-07-26 23:13:34',60,538,'2005-07-30 19:14:34',1,'2006-02-15 21:30:53'),(6937,'2005-07-26 23:15:50',1768,592,'2005-07-27 19:14:50',1,'2006-02-15 21:30:53'),(6938,'2005-07-26 23:16:04',2058,427,'2005-08-05 00:59:04',2,'2006-02-15 21:30:53'),(6939,'2005-07-26 23:17:51',278,354,'2005-08-03 21:12:51',2,'2006-02-15 21:30:53'),(6940,'2005-07-26 23:18:35',3876,149,'2005-08-05 01:44:35',2,'2006-02-15 21:30:53'),(6941,'2005-07-26 23:18:49',1575,441,'2005-07-31 00:23:49',2,'2006-02-15 21:30:53'),(6942,'2005-07-26 23:27:40',1203,470,'2005-07-31 03:17:40',2,'2006-02-15 21:30:53'),(6943,'2005-07-26 23:28:13',2436,21,'2005-07-30 02:22:13',2,'2006-02-15 21:30:53'),(6944,'2005-07-26 23:34:02',1168,373,'2005-08-05 01:27:02',1,'2006-02-15 21:30:53'),(6945,'2005-07-26 23:35:29',1627,560,'2005-07-28 00:12:29',1,'2006-02-15 21:30:53'),(6946,'2005-07-26 23:40:07',1854,181,'2005-08-04 01:18:07',2,'2006-02-15 21:30:53'),(6947,'2005-07-26 23:42:03',760,200,'2005-08-02 05:06:03',2,'2006-02-15 21:30:53'),(6948,'2005-07-26 23:43:49',3088,228,'2005-07-27 21:24:49',2,'2006-02-15 21:30:53'),(6949,'2005-07-26 23:44:12',1594,103,'2005-07-30 05:39:12',2,'2006-02-15 21:30:53'),(6950,'2005-07-26 23:45:33',197,503,'2005-07-31 04:40:33',2,'2006-02-15 21:30:53'),(6951,'2005-07-26 23:47:31',3348,98,'2005-07-31 22:17:31',1,'2006-02-15 21:30:53'),(6952,'2005-07-26 23:51:27',4288,290,'2005-07-30 02:45:27',2,'2006-02-15 21:30:53'),(6953,'2005-07-26 23:52:47',2910,306,'2005-07-30 23:07:47',1,'2006-02-15 21:30:53'),(6954,'2005-07-26 23:55:13',1112,584,'2005-07-28 19:01:13',2,'2006-02-15 21:30:53'),(6955,'2005-07-26 23:55:48',1104,469,'2005-08-02 03:25:48',2,'2006-02-15 21:30:53'),(6956,'2005-07-26 23:55:57',2499,240,'2005-08-03 21:41:57',1,'2006-02-15 21:30:53'),(6957,'2005-07-27 00:00:00',2231,518,'2005-07-29 19:32:00',2,'2006-02-15 21:30:53'),(6958,'2005-07-27 00:02:41',657,333,'2005-07-28 00:53:41',2,'2006-02-15 21:30:53'),(6959,'2005-07-27 00:07:51',1618,452,'2005-07-27 20:45:51',2,'2006-02-15 21:30:53'),(6960,'2005-07-27 00:08:33',192,421,'2005-08-03 20:58:33',2,'2006-02-15 21:30:53'),(6961,'2005-07-27 00:10:49',2205,38,'2005-07-30 00:26:49',2,'2006-02-15 21:30:53'),(6962,'2005-07-27 00:10:58',4500,245,'2005-07-30 02:11:58',2,'2006-02-15 21:30:53'),(6963,'2005-07-27 00:13:02',4284,489,'2005-08-03 18:13:02',1,'2006-02-15 21:30:53'),(6964,'2005-07-27 00:15:04',1537,404,'2005-07-31 00:04:04',2,'2006-02-15 21:30:53'),(6965,'2005-07-27 00:15:18',74,185,'2005-07-28 04:30:18',2,'2006-02-15 21:30:53'),(6966,'2005-07-27 00:15:35',1577,45,'2005-08-05 03:04:35',2,'2006-02-15 21:30:53'),(6967,'2005-07-27 00:16:31',1145,296,'2005-08-03 22:19:31',1,'2006-02-15 21:30:53'),(6968,'2005-07-27 00:16:45',1662,370,'2005-07-30 23:16:45',2,'2006-02-15 21:30:53'),(6969,'2005-07-27 00:23:54',2650,579,'2005-08-03 04:34:54',1,'2006-02-15 21:30:53'),(6970,'2005-07-27 00:26:14',17,418,'2005-08-03 20:00:14',2,'2006-02-15 21:30:53'),(6971,'2005-07-27 00:26:17',3493,366,'2005-08-01 03:59:17',2,'2006-02-15 21:30:53'),(6972,'2005-07-27 00:31:25',1716,434,'2005-07-28 22:15:25',2,'2006-02-15 21:30:53'),(6973,'2005-07-27 00:32:04',4572,564,'2005-07-29 01:05:04',2,'2006-02-15 21:30:53'),(6974,'2005-07-27 00:39:16',2924,122,'2005-08-04 01:59:16',2,'2006-02-15 21:30:53'),(6975,'2005-07-27 00:39:54',3328,527,'2005-08-02 19:49:54',1,'2006-02-15 21:30:53'),(6976,'2005-07-27 00:40:01',3096,41,'2005-07-31 22:30:01',2,'2006-02-15 21:30:53'),(6977,'2005-07-27 00:40:50',3545,429,'2005-08-02 19:08:50',2,'2006-02-15 21:30:53'),(6978,'2005-07-27 00:47:40',3645,132,'2005-07-31 04:32:40',2,'2006-02-15 21:30:53'),(6979,'2005-07-27 00:49:53',1001,141,'2005-07-31 03:59:53',2,'2006-02-15 21:30:53'),(6980,'2005-07-27 00:50:30',1127,164,'2005-08-03 23:35:30',1,'2006-02-15 21:30:53'),(6981,'2005-07-27 00:51:38',154,362,'2005-07-28 01:06:38',2,'2006-02-15 21:30:53'),(6982,'2005-07-27 00:53:41',3843,284,'2005-07-31 06:19:41',2,'2006-02-15 21:30:53'),(6983,'2005-07-27 00:55:03',1758,443,'2005-08-01 21:19:03',2,'2006-02-15 21:30:53'),(6984,'2005-07-27 00:56:30',2407,297,'2005-08-02 01:14:30',2,'2006-02-15 21:30:53'),(6985,'2005-07-27 00:57:42',1834,448,'2005-07-31 00:53:42',1,'2006-02-15 21:30:53'),(6986,'2005-07-27 00:59:05',2104,262,'2005-07-29 00:31:05',1,'2006-02-15 21:30:53'),(6987,'2005-07-27 00:59:50',3134,334,'2005-07-28 01:47:50',1,'2006-02-15 21:30:53'),(6988,'2005-07-27 01:00:08',756,316,'2005-07-31 04:35:08',2,'2006-02-15 21:30:53'),(6989,'2005-07-27 01:00:34',4036,120,'2005-07-30 23:53:34',1,'2006-02-15 21:30:53'),(6990,'2005-07-27 01:02:46',4065,146,'2005-07-31 00:22:46',1,'2006-02-15 21:30:53'),(6991,'2005-07-27 01:03:06',319,307,'2005-08-05 04:18:06',2,'2006-02-15 21:30:53'),(6992,'2005-07-27 01:04:45',3411,106,'2005-07-28 02:34:45',2,'2006-02-15 21:30:53'),(6993,'2005-07-27 01:05:24',3114,154,'2005-07-30 06:23:24',2,'2006-02-15 21:30:53'),(6994,'2005-07-27 01:08:26',4316,400,'2005-08-04 22:58:26',2,'2006-02-15 21:30:53'),(6995,'2005-07-27 01:12:13',1630,66,'2005-07-29 21:26:13',1,'2006-02-15 21:30:53'),(6996,'2005-07-27 01:13:45',3237,236,'2005-07-28 20:43:45',1,'2006-02-15 21:30:53'),(6997,'2005-07-27 01:14:02',2130,342,'2005-07-29 01:12:02',2,'2006-02-15 21:30:53'),(6998,'2005-07-27 01:16:29',788,300,'2005-07-30 05:50:29',2,'2006-02-15 21:30:53'),(6999,'2005-07-27 01:21:19',12,224,'2005-07-29 20:33:19',2,'2006-02-15 21:30:53'),(7000,'2005-07-27 01:23:24',2024,31,'2005-08-03 02:10:24',2,'2006-02-15 21:30:53'),(7001,'2005-07-27 01:25:34',1460,240,'2005-07-31 23:30:34',2,'2006-02-15 21:30:53'),(7002,'2005-07-27 01:26:14',4157,349,'2005-08-01 20:10:14',1,'2006-02-15 21:30:53'),(7003,'2005-07-27 01:32:06',636,161,'2005-07-30 21:33:06',2,'2006-02-15 21:30:53'),(7004,'2005-07-27 01:36:05',4416,314,'2005-08-03 23:46:05',1,'2006-02-15 21:30:53'),(7005,'2005-07-27 01:38:36',2438,446,'2005-08-02 05:56:36',2,'2006-02-15 21:30:53'),(7006,'2005-07-27 01:42:20',3522,264,'2005-08-03 03:19:20',1,'2006-02-15 21:30:53'),(7007,'2005-07-27 01:43:39',4186,257,'2005-07-31 21:04:39',1,'2006-02-15 21:30:53'),(7008,'2005-07-27 01:44:03',3659,12,'2005-07-28 21:19:03',2,'2006-02-15 21:30:53'),(7009,'2005-07-27 01:45:44',1585,414,'2005-07-28 05:50:44',1,'2006-02-15 21:30:53'),(7010,'2005-07-27 01:56:01',3016,590,'2005-07-30 04:40:01',1,'2006-02-15 21:30:53'),(7011,'2005-07-27 01:58:34',4082,254,'2005-07-28 06:11:34',1,'2006-02-15 21:30:53'),(7012,'2005-07-27 02:01:03',779,239,'2005-08-05 07:34:03',2,'2006-02-15 21:30:53'),(7013,'2005-07-27 02:03:21',3919,463,'2005-07-31 22:12:21',1,'2006-02-15 21:30:53'),(7014,'2005-07-27 02:14:40',714,524,'2005-08-03 00:32:40',2,'2006-02-15 21:30:53'),(7015,'2005-07-27 02:15:01',376,34,'2005-07-28 07:46:01',2,'2006-02-15 21:30:53'),(7016,'2005-07-27 02:15:16',1425,423,'2005-08-01 23:08:16',2,'2006-02-15 21:30:53'),(7017,'2005-07-27 02:16:03',753,176,'2005-07-31 07:49:03',1,'2006-02-15 21:30:53'),(7018,'2005-07-27 02:20:22',1078,451,'2005-08-02 05:04:22',2,'2006-02-15 21:30:53'),(7019,'2005-07-27 02:20:26',3837,491,'2005-08-02 22:48:26',1,'2006-02-15 21:30:53'),(7020,'2005-07-27 02:24:27',3965,506,'2005-07-29 01:27:27',2,'2006-02-15 21:30:53'),(7021,'2005-07-27 02:26:38',2690,380,'2005-08-05 01:18:38',1,'2006-02-15 21:30:53'),(7022,'2005-07-27 02:31:15',1711,243,'2005-07-29 02:52:15',1,'2006-02-15 21:30:53'),(7023,'2005-07-27 02:32:44',4196,303,'2005-08-03 04:06:44',1,'2006-02-15 21:30:53'),(7024,'2005-07-27 02:36:40',3113,252,'2005-07-28 06:58:40',1,'2006-02-15 21:30:53'),(7025,'2005-07-27 02:40:29',3530,176,'2005-07-29 23:02:29',2,'2006-02-15 21:30:53'),(7026,'2005-07-27 02:48:58',3456,493,'2005-07-29 03:41:58',2,'2006-02-15 21:30:53'),(7027,'2005-07-27 02:50:15',3280,61,'2005-08-04 02:58:15',1,'2006-02-15 21:30:53'),(7028,'2005-07-27 02:54:25',834,179,'2005-08-02 06:16:25',2,'2006-02-15 21:30:53'),(7029,'2005-07-27 02:57:43',2862,389,'2005-07-30 08:24:43',1,'2006-02-15 21:30:53'),(7030,'2005-07-27 03:01:40',1277,550,'2005-07-31 07:01:40',1,'2006-02-15 21:30:53'),(7031,'2005-07-27 03:02:07',1435,530,'2005-08-02 07:14:07',1,'2006-02-15 21:30:53'),(7032,'2005-07-27 03:03:09',3397,269,'2005-07-28 22:57:09',1,'2006-02-15 21:30:53'),(7033,'2005-07-27 03:03:25',2803,352,'2005-07-28 01:57:25',2,'2006-02-15 21:30:53'),(7034,'2005-07-27 03:03:37',1712,281,'2005-07-28 23:18:37',1,'2006-02-15 21:30:53'),(7035,'2005-07-27 03:06:09',2439,90,'2005-08-02 21:59:09',2,'2006-02-15 21:30:53'),(7036,'2005-07-27 03:06:12',2569,70,'2005-07-28 23:26:12',2,'2006-02-15 21:30:53'),(7037,'2005-07-27 03:06:44',3155,171,'2005-08-02 04:51:44',2,'2006-02-15 21:30:53'),(7038,'2005-07-27 03:07:29',1909,518,'2005-07-31 04:55:29',2,'2006-02-15 21:30:53'),(7039,'2005-07-27 03:11:48',1906,99,'2005-08-01 23:55:48',1,'2006-02-15 21:30:53'),(7040,'2005-07-27 03:17:19',470,524,'2005-07-29 07:03:19',2,'2006-02-15 21:30:53'),(7041,'2005-07-27 03:18:32',4212,379,'2005-07-30 06:40:32',2,'2006-02-15 21:30:53'),(7042,'2005-07-27 03:20:18',399,188,'2005-08-01 02:23:18',1,'2006-02-15 21:30:53'),(7043,'2005-07-27 03:24:23',3422,493,'2005-08-05 02:55:23',2,'2006-02-15 21:30:53'),(7044,'2005-07-27 03:27:29',88,147,'2005-08-01 07:00:29',2,'2006-02-15 21:30:53'),(7045,'2005-07-27 03:27:35',1788,64,'2005-08-01 06:31:35',2,'2006-02-15 21:30:53'),(7046,'2005-07-27 03:27:56',3740,349,'2005-07-30 00:54:56',2,'2006-02-15 21:30:53'),(7047,'2005-07-27 03:31:11',2866,236,'2005-08-03 23:40:11',1,'2006-02-15 21:30:53'),(7048,'2005-07-27 03:31:48',3707,581,'2005-08-05 07:30:48',2,'2006-02-15 21:30:53'),(7049,'2005-07-27 03:32:41',3043,332,'2005-08-04 08:32:41',2,'2006-02-15 21:30:53'),(7050,'2005-07-27 03:33:17',1135,55,'2005-08-02 03:12:17',1,'2006-02-15 21:30:53'),(7051,'2005-07-27 03:34:37',1310,184,'2005-07-31 03:48:37',2,'2006-02-15 21:30:53'),(7052,'2005-07-27 03:36:38',3798,75,'2005-08-03 21:51:38',1,'2006-02-15 21:30:53'),(7053,'2005-07-27 03:38:54',149,408,'2005-07-31 01:13:54',1,'2006-02-15 21:30:53'),(7054,'2005-07-27 03:43:28',2661,179,'2005-08-04 09:15:28',1,'2006-02-15 21:30:53'),(7055,'2005-07-27 03:45:42',4305,154,'2005-07-30 05:11:42',1,'2006-02-15 21:30:53'),(7056,'2005-07-27 03:46:27',805,233,'2005-08-05 07:46:27',1,'2006-02-15 21:30:53'),(7057,'2005-07-27 03:50:03',1196,320,'2005-08-04 04:36:03',1,'2006-02-15 21:30:53'),(7058,'2005-07-27 03:50:46',716,90,'2005-08-04 07:40:46',2,'2006-02-15 21:30:53'),(7059,'2005-07-27 03:51:02',129,578,'2005-08-02 22:04:02',1,'2006-02-15 21:30:53'),(7060,'2005-07-27 03:51:04',3912,479,'2005-08-03 07:53:04',1,'2006-02-15 21:30:53'),(7061,'2005-07-27 03:51:10',880,145,'2005-07-31 05:36:10',1,'2006-02-15 21:30:53'),(7062,'2005-07-27 03:52:01',226,469,'2005-08-03 08:26:01',1,'2006-02-15 21:30:53'),(7063,'2005-07-27 03:52:27',2125,58,'2005-08-04 07:53:27',1,'2006-02-15 21:30:53'),(7064,'2005-07-27 03:53:29',4204,320,'2005-08-03 06:32:29',1,'2006-02-15 21:30:53'),(7065,'2005-07-27 03:53:43',3570,536,'2005-07-30 23:41:43',2,'2006-02-15 21:30:53'),(7066,'2005-07-27 03:53:52',1862,185,'2005-08-05 03:32:52',1,'2006-02-15 21:30:53'),(7067,'2005-07-27 03:55:10',870,60,'2005-08-01 02:56:10',1,'2006-02-15 21:30:53'),(7068,'2005-07-27 03:57:50',4465,568,'2005-07-30 04:27:50',1,'2006-02-15 21:30:53'),(7069,'2005-07-27 03:59:35',2073,343,'2005-08-05 03:33:35',1,'2006-02-15 21:30:53'),(7070,'2005-07-27 04:01:08',4182,280,'2005-07-30 08:10:08',2,'2006-02-15 21:30:53'),(7071,'2005-07-27 04:01:15',4361,61,'2005-08-03 05:18:15',2,'2006-02-15 21:30:53'),(7072,'2005-07-27 04:02:33',3899,260,'2005-07-28 09:26:33',2,'2006-02-15 21:30:53'),(7073,'2005-07-27 04:03:26',3859,92,'2005-08-03 05:50:26',1,'2006-02-15 21:30:53'),(7074,'2005-07-27 04:06:24',1390,165,'2005-07-28 02:04:24',1,'2006-02-15 21:30:53'),(7075,'2005-07-27 04:11:40',4414,530,'2005-08-03 08:16:40',2,'2006-02-15 21:30:53'),(7076,'2005-07-27 04:12:14',2821,333,'2005-08-05 00:44:14',1,'2006-02-15 21:30:53'),(7077,'2005-07-27 04:13:02',3186,155,'2005-07-31 23:15:02',1,'2006-02-15 21:30:53'),(7078,'2005-07-27 04:16:37',4518,545,'2005-08-05 02:34:37',1,'2006-02-15 21:30:53'),(7079,'2005-07-27 04:21:58',4356,356,'2005-08-04 08:08:58',1,'2006-02-15 21:30:53'),(7080,'2005-07-27 04:25:25',710,466,'2005-08-04 04:22:25',2,'2006-02-15 21:30:53'),(7081,'2005-07-27 04:25:59',462,420,'2005-08-01 00:14:59',1,'2006-02-15 21:30:53'),(7082,'2005-07-27 04:27:32',2032,64,'2005-07-30 06:06:32',2,'2006-02-15 21:30:53'),(7083,'2005-07-27 04:28:39',2663,575,'2005-07-30 04:35:39',2,'2006-02-15 21:30:53'),(7084,'2005-07-27 04:34:07',785,32,'2005-08-05 00:21:07',2,'2006-02-15 21:30:53'),(7085,'2005-07-27 04:35:44',2603,223,'2005-08-05 07:10:44',2,'2006-02-15 21:30:53'),(7086,'2005-07-27 04:39:46',2938,595,'2005-08-05 00:32:46',2,'2006-02-15 21:30:53'),(7087,'2005-07-27 04:42:08',1159,22,'2005-08-02 00:53:08',1,'2006-02-15 21:30:53'),(7088,'2005-07-27 04:42:28',373,88,'2005-08-04 07:09:28',2,'2006-02-15 21:30:53'),(7089,'2005-07-27 04:43:42',1380,446,'2005-07-30 10:04:42',1,'2006-02-15 21:30:53'),(7090,'2005-07-27 04:43:53',3495,218,'2005-07-29 07:33:53',2,'2006-02-15 21:30:53'),(7091,'2005-07-27 04:44:10',2593,322,'2005-07-31 07:14:10',1,'2006-02-15 21:30:53'),(7092,'2005-07-27 04:46:00',1433,345,'2005-08-03 07:22:00',2,'2006-02-15 21:30:53'),(7093,'2005-07-27 04:47:00',3065,574,'2005-07-31 10:15:00',1,'2006-02-15 21:30:53'),(7094,'2005-07-27 04:47:33',867,373,'2005-07-31 04:07:33',2,'2006-02-15 21:30:53'),(7095,'2005-07-27 04:51:15',1008,551,'2005-08-05 10:25:15',2,'2006-02-15 21:30:53'),(7096,'2005-07-27 04:54:42',2575,3,'2005-08-03 01:42:42',2,'2006-02-15 21:30:53'),(7097,'2005-07-27 04:56:09',258,487,'2005-07-31 05:47:09',1,'2006-02-15 21:30:53'),(7098,'2005-07-27 05:01:08',2555,359,'2005-08-02 07:49:08',2,'2006-02-15 21:30:53'),(7099,'2005-07-27 05:03:44',3136,6,'2005-07-29 00:12:44',2,'2006-02-15 21:30:53'),(7100,'2005-07-27 05:05:01',4224,413,'2005-07-28 23:12:01',2,'2006-02-15 21:30:53'),(7101,'2005-07-27 05:06:34',2006,221,'2005-07-29 06:12:34',1,'2006-02-15 21:30:53'),(7102,'2005-07-27 05:07:21',1081,411,'2005-08-01 09:41:21',2,'2006-02-15 21:30:53'),(7103,'2005-07-27 05:08:59',1697,403,'2005-07-29 03:42:59',2,'2006-02-15 21:30:53'),(7104,'2005-07-27 05:15:25',118,217,'2005-08-01 05:36:25',2,'2006-02-15 21:30:53'),(7105,'2005-07-27 05:15:37',864,15,'2005-07-28 05:49:37',2,'2006-02-15 21:30:53'),(7106,'2005-07-27 05:21:24',1415,201,'2005-08-02 01:58:24',2,'2006-02-15 21:30:53'),(7107,'2005-07-27 05:22:04',1883,104,'2005-08-02 06:38:04',1,'2006-02-15 21:30:53'),(7108,'2005-07-27 05:28:32',2720,355,'2005-07-31 07:52:32',1,'2006-02-15 21:30:53'),(7109,'2005-07-27 05:28:57',1658,406,'2005-08-04 10:41:57',2,'2006-02-15 21:30:53'),(7110,'2005-07-27 05:30:48',3289,157,'2005-07-28 01:43:48',1,'2006-02-15 21:30:53'),(7111,'2005-07-27 05:38:16',1252,473,'2005-07-29 04:28:16',2,'2006-02-15 21:30:53'),(7112,'2005-07-27 05:38:42',4056,101,'2005-08-03 05:35:42',1,'2006-02-15 21:30:53'),(7113,'2005-07-27 05:41:20',1963,534,'2005-07-30 04:50:20',1,'2006-02-15 21:30:53'),(7114,'2005-07-27 05:42:13',3892,121,'2005-07-29 01:59:13',1,'2006-02-15 21:30:53'),(7115,'2005-07-27 05:42:58',3620,359,'2005-08-02 05:35:58',2,'2006-02-15 21:30:53'),(7116,'2005-07-27 05:46:43',1755,209,'2005-08-05 05:54:43',1,'2006-02-15 21:30:53'),(7117,'2005-07-27 05:48:36',2772,326,'2005-08-01 00:33:36',1,'2006-02-15 21:30:53'),(7118,'2005-07-27 05:53:50',582,591,'2005-08-05 04:19:50',2,'2006-02-15 21:30:53'),(7119,'2005-07-27 05:55:32',1732,102,'2005-07-29 03:19:32',1,'2006-02-15 21:30:53'),(7120,'2005-07-27 05:56:39',416,98,'2005-08-04 10:57:39',1,'2006-02-15 21:30:53'),(7121,'2005-07-27 05:58:32',1264,252,'2005-07-29 06:14:32',1,'2006-02-15 21:30:53'),(7122,'2005-07-27 06:03:18',1699,172,'2005-08-04 10:43:18',2,'2006-02-15 21:30:53'),(7123,'2005-07-27 06:08:48',134,232,'2005-08-04 05:26:48',1,'2006-02-15 21:30:53'),(7124,'2005-07-27 06:09:30',3449,34,'2005-08-02 09:31:30',1,'2006-02-15 21:30:53'),(7125,'2005-07-27 06:11:00',801,460,'2005-08-04 09:41:00',2,'2006-02-15 21:30:53'),(7126,'2005-07-27 06:13:13',3240,582,'2005-07-28 08:22:13',2,'2006-02-15 21:30:53'),(7127,'2005-07-27 06:13:48',273,486,'2005-08-01 02:50:48',2,'2006-02-15 21:30:53'),(7128,'2005-07-27 06:14:36',143,529,'2005-08-02 05:18:36',1,'2006-02-15 21:30:53'),(7129,'2005-07-27 06:18:01',1930,221,'2005-07-28 02:38:01',1,'2006-02-15 21:30:53'),(7130,'2005-07-27 06:23:36',420,81,'2005-07-28 10:23:36',1,'2006-02-15 21:30:53'),(7131,'2005-07-27 06:25:06',2832,585,'2005-07-31 09:07:06',1,'2006-02-15 21:30:53'),(7132,'2005-07-27 06:28:34',3201,227,'2005-08-05 06:02:34',2,'2006-02-15 21:30:53'),(7133,'2005-07-27 06:29:23',2995,496,'2005-07-29 03:20:23',2,'2006-02-15 21:30:53'),(7134,'2005-07-27 06:33:06',1058,574,'2005-07-28 06:15:06',1,'2006-02-15 21:30:53'),(7135,'2005-07-27 06:34:32',2959,172,'2005-07-28 03:01:32',1,'2006-02-15 21:30:53'),(7136,'2005-07-27 06:38:25',1929,6,'2005-08-03 05:13:25',1,'2006-02-15 21:30:53'),(7137,'2005-07-27 06:40:41',3957,483,'2005-07-29 09:05:41',2,'2006-02-15 21:30:53'),(7138,'2005-07-27 06:47:13',1418,31,'2005-08-03 01:12:13',2,'2006-02-15 21:30:53'),(7139,'2005-07-27 06:52:21',846,575,'2005-07-30 01:45:21',1,'2006-02-15 21:30:53'),(7140,'2005-07-27 06:54:12',2028,35,'2005-08-03 10:36:12',2,'2006-02-15 21:30:53'),(7141,'2005-07-27 06:55:27',3579,423,'2005-08-01 11:10:27',1,'2006-02-15 21:30:53'),(7142,'2005-07-27 06:55:39',1743,396,'2005-07-28 01:41:39',2,'2006-02-15 21:30:53'),(7143,'2005-07-27 06:56:31',2877,91,'2005-07-31 04:38:31',2,'2006-02-15 21:30:53'),(7144,'2005-07-27 07:00:37',4506,485,'2005-08-01 06:57:37',1,'2006-02-15 21:30:53'),(7145,'2005-07-27 07:01:00',3653,109,'2005-07-31 02:31:00',1,'2006-02-15 21:30:53'),(7146,'2005-07-27 07:02:30',2245,323,'2005-08-05 10:29:30',1,'2006-02-15 21:30:53'),(7147,'2005-07-27 07:02:34',990,192,'2005-08-01 02:16:34',1,'2006-02-15 21:30:53'),(7148,'2005-07-27 07:04:09',1783,354,'2005-08-03 10:20:09',2,'2006-02-15 21:30:53'),(7149,'2005-07-27 07:10:40',3902,242,'2005-08-03 07:37:40',2,'2006-02-15 21:30:53'),(7150,'2005-07-27 07:11:14',457,191,'2005-08-05 06:55:14',2,'2006-02-15 21:30:53'),(7151,'2005-07-27 07:14:31',1259,289,'2005-08-01 01:35:31',2,'2006-02-15 21:30:53'),(7152,'2005-07-27 07:15:01',2338,370,'2005-08-05 04:50:01',1,'2006-02-15 21:30:53'),(7153,'2005-07-27 07:15:38',2657,41,'2005-07-28 09:56:38',1,'2006-02-15 21:30:53'),(7154,'2005-07-27 07:16:17',2019,518,'2005-07-28 04:04:17',2,'2006-02-15 21:30:53'),(7155,'2005-07-27 07:18:46',171,23,'2005-08-04 10:28:46',1,'2006-02-15 21:30:53'),(7156,'2005-07-27 07:19:34',34,154,'2005-07-31 04:31:34',1,'2006-02-15 21:30:53'),(7157,'2005-07-27 07:20:28',1353,423,'2005-08-02 07:19:28',1,'2006-02-15 21:30:53'),(7158,'2005-07-27 07:23:58',2432,38,'2005-08-03 06:00:58',2,'2006-02-15 21:30:53'),(7159,'2005-07-27 07:24:00',1220,158,'2005-08-05 11:13:00',1,'2006-02-15 21:30:53'),(7160,'2005-07-27 07:26:06',3905,71,'2005-07-31 04:54:06',2,'2006-02-15 21:30:53'),(7161,'2005-07-27 07:26:32',378,572,'2005-08-03 01:26:32',2,'2006-02-15 21:30:53'),(7162,'2005-07-27 07:32:45',2251,289,'2005-07-30 03:48:45',1,'2006-02-15 21:30:53'),(7163,'2005-07-27 07:36:11',3666,38,'2005-08-04 06:03:11',2,'2006-02-15 21:30:53'),(7164,'2005-07-27 07:36:34',527,284,'2005-08-04 05:05:34',2,'2006-02-15 21:30:53'),(7165,'2005-07-27 07:36:46',497,243,'2005-07-30 09:22:46',2,'2006-02-15 21:30:53'),(7166,'2005-07-27 07:36:56',1375,562,'2005-08-02 03:46:56',1,'2006-02-15 21:30:53'),(7167,'2005-07-27 07:37:26',238,380,'2005-08-03 06:39:26',1,'2006-02-15 21:30:53'),(7168,'2005-07-27 07:51:11',6,252,'2005-08-01 04:08:11',2,'2006-02-15 21:30:53'),(7169,'2005-07-27 07:51:39',735,559,'2005-08-01 06:42:39',1,'2006-02-15 21:30:53'),(7170,'2005-07-27 07:58:26',370,140,'2005-07-28 02:30:26',1,'2006-02-15 21:30:53'),(7171,'2005-07-27 07:58:35',4381,406,'2005-08-03 07:45:35',1,'2006-02-15 21:30:53'),(7172,'2005-07-27 07:59:16',2405,362,'2005-08-01 04:46:16',1,'2006-02-15 21:30:53'),(7173,'2005-07-27 07:59:24',177,592,'2005-07-28 02:23:24',2,'2006-02-15 21:30:53'),(7174,'2005-07-27 08:00:36',46,570,'2005-08-01 03:11:36',1,'2006-02-15 21:30:53'),(7175,'2005-07-27 08:03:22',568,190,'2005-08-01 02:47:22',2,'2006-02-15 21:30:53'),(7176,'2005-07-27 08:04:28',227,257,'2005-07-29 14:00:28',2,'2006-02-15 21:30:53'),(7177,'2005-07-27 08:07:39',3818,133,'2005-07-30 03:17:39',2,'2006-02-15 21:30:53'),(7178,'2005-07-27 08:09:25',1899,31,'2005-07-29 13:00:25',2,'2006-02-15 21:30:53'),(7179,'2005-07-27 08:10:29',2365,537,'2005-07-28 12:24:29',2,'2006-02-15 21:30:53'),(7180,'2005-07-27 08:14:34',460,215,'2005-07-31 05:24:34',1,'2006-02-15 21:30:53'),(7181,'2005-07-27 08:14:34',2788,130,'2005-07-28 03:09:34',1,'2006-02-15 21:30:53'),(7182,'2005-07-27 08:15:38',3209,97,'2005-08-03 12:48:38',2,'2006-02-15 21:30:53'),(7183,'2005-07-27 08:18:38',3384,302,'2005-08-01 03:24:38',1,'2006-02-15 21:30:53'),(7184,'2005-07-27 08:22:26',2324,457,'2005-08-02 09:34:26',2,'2006-02-15 21:30:53'),(7185,'2005-07-27 08:23:54',2340,121,'2005-07-30 09:50:54',1,'2006-02-15 21:30:53'),(7186,'2005-07-27 08:26:12',4005,584,'2005-07-28 12:21:12',1,'2006-02-15 21:30:53'),(7187,'2005-07-27 08:27:58',2733,169,'2005-08-05 09:05:58',1,'2006-02-15 21:30:53'),(7188,'2005-07-27 08:32:08',2199,259,'2005-07-28 08:02:08',1,'2006-02-15 21:30:53'),(7189,'2005-07-27 08:35:02',4419,151,'2005-07-30 14:00:02',2,'2006-02-15 21:30:53'),(7190,'2005-07-27 08:36:01',1330,372,'2005-07-30 08:32:01',2,'2006-02-15 21:30:53'),(7191,'2005-07-27 08:36:15',4292,495,'2005-08-03 08:54:15',1,'2006-02-15 21:30:53'),(7192,'2005-07-27 08:36:55',4329,532,'2005-07-30 11:58:55',2,'2006-02-15 21:30:53'),(7193,'2005-07-27 08:37:00',1801,237,'2005-07-30 12:51:00',2,'2006-02-15 21:30:53'),(7194,'2005-07-27 08:39:58',254,172,'2005-08-01 03:12:58',1,'2006-02-15 21:30:53'),(7195,'2005-07-27 08:47:01',721,157,'2005-07-30 08:40:01',2,'2006-02-15 21:30:53'),(7196,'2005-07-27 08:49:08',2998,118,'2005-07-29 03:54:08',1,'2006-02-15 21:30:53'),(7197,'2005-07-27 08:49:32',2109,577,'2005-07-31 13:50:32',1,'2006-02-15 21:30:53'),(7198,'2005-07-27 08:50:07',4283,520,'2005-08-04 09:46:07',2,'2006-02-15 21:30:53'),(7199,'2005-07-27 08:53:23',3685,292,'2005-08-03 10:01:23',1,'2006-02-15 21:30:53'),(7200,'2005-07-27 08:57:38',4406,78,'2005-08-02 12:29:38',2,'2006-02-15 21:30:53'),(7201,'2005-07-27 08:57:40',482,598,'2005-08-04 09:55:40',2,'2006-02-15 21:30:53'),(7202,'2005-07-27 09:00:20',109,560,'2005-08-04 03:09:20',1,'2006-02-15 21:30:53'),(7203,'2005-07-27 09:01:23',1685,492,'2005-08-04 14:14:23',1,'2006-02-15 21:30:53'),(7204,'2005-07-27 09:02:31',2512,531,'2005-08-03 08:56:31',2,'2006-02-15 21:30:53'),(7205,'2005-07-27 09:06:13',2828,36,'2005-08-05 07:11:13',1,'2006-02-15 21:30:53'),(7206,'2005-07-27 09:07:05',3752,373,'2005-07-31 03:13:05',2,'2006-02-15 21:30:53'),(7207,'2005-07-27 09:13:26',336,51,'2005-08-01 10:24:26',1,'2006-02-15 21:30:53'),(7208,'2005-07-27 09:16:28',1523,138,'2005-07-28 09:40:28',1,'2006-02-15 21:30:53'),(7209,'2005-07-27 09:16:53',3766,49,'2005-07-30 08:09:53',2,'2006-02-15 21:30:53'),(7210,'2005-07-27 09:19:05',1984,176,'2005-07-28 04:35:05',1,'2006-02-15 21:30:53'),(7211,'2005-07-27 09:20:00',4445,285,'2005-08-02 14:53:00',1,'2006-02-15 21:30:53'),(7212,'2005-07-27 09:21:22',2905,591,'2005-08-01 04:47:22',2,'2006-02-15 21:30:53'),(7213,'2005-07-27 09:22:29',2836,502,'2005-08-03 13:53:29',2,'2006-02-15 21:30:53'),(7214,'2005-07-27 09:23:33',802,309,'2005-08-03 13:14:33',2,'2006-02-15 21:30:53'),(7215,'2005-07-27 09:24:00',2713,473,'2005-08-05 07:37:00',2,'2006-02-15 21:30:53'),(7216,'2005-07-27 09:27:45',1812,292,'2005-08-03 13:08:45',1,'2006-02-15 21:30:53'),(7217,'2005-07-27 09:31:44',2646,20,'2005-07-29 10:48:44',1,'2006-02-15 21:30:53'),(7218,'2005-07-27 09:34:24',2458,530,'2005-08-01 07:00:24',1,'2006-02-15 21:30:53'),(7219,'2005-07-27 09:35:36',4046,512,'2005-07-29 04:44:36',1,'2006-02-15 21:30:53'),(7220,'2005-07-27 09:35:54',3867,79,'2005-08-04 06:00:54',2,'2006-02-15 21:30:53'),(7221,'2005-07-27 09:37:35',3820,579,'2005-07-28 11:25:35',1,'2006-02-15 21:30:53'),(7222,'2005-07-27 09:38:43',2330,206,'2005-07-28 06:25:43',1,'2006-02-15 21:30:53'),(7223,'2005-07-27 09:42:27',2623,325,'2005-08-04 04:02:27',1,'2006-02-15 21:30:53'),(7224,'2005-07-27 09:44:26',2701,106,'2005-08-05 12:46:26',2,'2006-02-15 21:30:53'),(7225,'2005-07-27 09:47:12',632,306,'2005-08-03 13:19:12',2,'2006-02-15 21:30:53'),(7226,'2005-07-27 09:47:53',3507,370,'2005-08-01 08:24:53',1,'2006-02-15 21:30:53'),(7227,'2005-07-27 09:53:43',791,164,'2005-08-05 09:36:43',2,'2006-02-15 21:30:53'),(7228,'2005-07-27 09:55:33',1693,481,'2005-07-29 04:33:33',2,'2006-02-15 21:30:53'),(7229,'2005-07-27 10:00:54',978,182,'2005-07-28 13:58:54',2,'2006-02-15 21:30:53'),(7230,'2005-07-27 10:01:41',1152,245,'2005-08-02 11:00:41',1,'2006-02-15 21:30:53'),(7231,'2005-07-27 10:01:51',1638,86,'2005-08-05 13:38:51',2,'2006-02-15 21:30:53'),(7232,'2005-07-27 10:04:19',1147,306,'2005-07-28 09:43:19',2,'2006-02-15 21:30:53'),(7233,'2005-07-27 10:08:36',213,245,'2005-07-31 16:00:36',1,'2006-02-15 21:30:53'),(7234,'2005-07-27 10:08:45',3873,372,'2005-07-31 13:58:45',1,'2006-02-15 21:30:53'),(7235,'2005-07-27 10:09:30',1261,354,'2005-08-05 11:44:30',2,'2006-02-15 21:30:53'),(7236,'2005-07-27 10:09:39',3004,218,'2005-08-03 16:05:39',1,'2006-02-15 21:30:53'),(7237,'2005-07-27 10:12:36',1904,29,'2005-07-31 08:40:36',2,'2006-02-15 21:30:53'),(7238,'2005-07-27 10:13:41',1197,116,'2005-07-29 11:07:41',1,'2006-02-15 21:30:53'),(7239,'2005-07-27 10:20:27',1786,278,'2005-07-29 10:15:27',1,'2006-02-15 21:30:53'),(7240,'2005-07-27 10:21:15',4565,324,'2005-08-03 05:04:15',1,'2006-02-15 21:30:53'),(7241,'2005-07-27 10:25:49',2433,354,'2005-07-28 05:30:49',2,'2006-02-15 21:30:53'),(7242,'2005-07-27 10:25:51',1966,565,'2005-08-04 16:02:51',2,'2006-02-15 21:30:53'),(7243,'2005-07-27 10:26:11',1287,238,'2005-07-29 11:43:11',2,'2006-02-15 21:30:53'),(7244,'2005-07-27 10:27:33',1329,339,'2005-07-30 13:09:33',1,'2006-02-15 21:30:53'),(7245,'2005-07-27 10:29:06',260,95,'2005-08-05 12:09:06',2,'2006-02-15 21:30:53'),(7246,'2005-07-27 10:30:41',2003,333,'2005-07-30 05:44:41',1,'2006-02-15 21:30:53'),(7247,'2005-07-27 10:32:58',1445,102,'2005-07-29 05:00:58',2,'2006-02-15 21:30:53'),(7248,'2005-07-27 10:37:45',4256,456,'2005-08-01 13:13:45',1,'2006-02-15 21:30:53'),(7249,'2005-07-27 10:39:53',2441,425,'2005-07-28 14:48:53',2,'2006-02-15 21:30:53'),(7250,'2005-07-27 10:44:09',3410,589,'2005-07-28 11:47:09',1,'2006-02-15 21:30:53'),(7251,'2005-07-27 10:44:55',1737,360,'2005-08-01 16:12:55',1,'2006-02-15 21:30:53'),(7252,'2005-07-27 10:45:28',3107,549,'2005-08-04 06:24:28',2,'2006-02-15 21:30:53'),(7253,'2005-07-27 10:46:37',1950,236,'2005-07-28 11:18:37',1,'2006-02-15 21:30:53'),(7254,'2005-07-27 10:48:50',2697,286,'2005-07-28 10:34:50',1,'2006-02-15 21:30:53'),(7255,'2005-07-27 10:49:54',2101,502,'2005-07-31 10:40:54',2,'2006-02-15 21:30:53'),(7256,'2005-07-27 10:58:32',4275,363,'2005-07-29 08:58:32',2,'2006-02-15 21:30:53'),(7257,'2005-07-27 11:04:17',3302,480,'2005-08-04 12:32:17',2,'2006-02-15 21:30:53'),(7258,'2005-07-27 11:05:54',2079,494,'2005-08-02 11:36:54',1,'2006-02-15 21:30:53'),(7259,'2005-07-27 11:06:00',2345,406,'2005-08-02 06:44:00',2,'2006-02-15 21:30:53'),(7260,'2005-07-27 11:09:28',3827,434,'2005-08-03 09:41:28',1,'2006-02-15 21:30:53'),(7261,'2005-07-27 11:15:01',942,172,'2005-07-28 09:42:01',2,'2006-02-15 21:30:53'),(7262,'2005-07-27 11:15:36',4097,522,'2005-07-30 10:49:36',2,'2006-02-15 21:30:53'),(7263,'2005-07-27 11:17:22',725,324,'2005-08-04 10:59:22',1,'2006-02-15 21:30:53'),(7264,'2005-07-27 11:18:58',2391,299,'2005-08-03 07:43:58',2,'2006-02-15 21:30:53'),(7265,'2005-07-27 11:19:01',3465,290,'2005-08-01 09:29:01',1,'2006-02-15 21:30:53'),(7266,'2005-07-27 11:22:17',3379,24,'2005-08-04 05:45:17',1,'2006-02-15 21:30:53'),(7267,'2005-07-27 11:22:55',3661,122,'2005-08-01 08:13:55',1,'2006-02-15 21:30:53'),(7268,'2005-07-27 11:23:09',2740,260,'2005-08-01 12:42:09',2,'2006-02-15 21:30:53'),(7269,'2005-07-27 11:23:47',2089,209,'2005-07-31 13:10:47',1,'2006-02-15 21:30:53'),(7270,'2005-07-27 11:29:02',1888,526,'2005-08-05 08:04:02',1,'2006-02-15 21:30:53'),(7271,'2005-07-27 11:29:11',858,469,'2005-08-05 15:33:11',1,'2006-02-15 21:30:53'),(7272,'2005-07-27 11:30:20',250,364,'2005-07-29 17:16:20',2,'2006-02-15 21:30:53'),(7273,'2005-07-27 11:31:22',2465,1,'2005-07-31 06:50:22',1,'2006-02-15 21:30:53'),(7274,'2005-07-27 11:35:34',4087,180,'2005-08-01 07:10:34',1,'2006-02-15 21:30:53'),(7275,'2005-07-27 11:39:08',775,323,'2005-07-30 13:37:08',2,'2006-02-15 21:30:53'),(7276,'2005-07-27 11:41:57',1665,314,'2005-08-01 10:39:57',1,'2006-02-15 21:30:53'),(7277,'2005-07-27 11:48:37',1544,67,'2005-08-03 07:20:37',1,'2006-02-15 21:30:53'),(7278,'2005-07-27 11:50:34',531,592,'2005-08-01 10:22:34',1,'2006-02-15 21:30:53'),(7279,'2005-07-27 11:50:47',1424,12,'2005-07-30 11:19:47',2,'2006-02-15 21:30:53'),(7280,'2005-07-27 11:50:52',236,342,'2005-07-30 15:53:52',2,'2006-02-15 21:30:53'),(7281,'2005-07-27 11:59:20',1350,491,'2005-08-04 12:48:20',1,'2006-02-15 21:30:53'),(7282,'2005-07-27 12:00:19',4418,276,'2005-08-04 14:48:19',2,'2006-02-15 21:30:53'),(7283,'2005-07-27 12:02:41',3101,508,'2005-08-05 07:25:41',1,'2006-02-15 21:30:53'),(7284,'2005-07-27 12:12:04',2336,52,'2005-07-31 11:17:04',2,'2006-02-15 21:30:53'),(7285,'2005-07-27 12:14:06',2855,498,'2005-08-03 14:57:06',2,'2006-02-15 21:30:53'),(7286,'2005-07-27 12:23:49',3452,498,'2005-08-04 07:57:49',1,'2006-02-15 21:30:53'),(7287,'2005-07-27 12:24:12',926,198,'2005-07-31 15:34:12',1,'2006-02-15 21:30:53'),(7288,'2005-07-27 12:24:59',45,226,'2005-08-02 15:52:59',2,'2006-02-15 21:30:53'),(7289,'2005-07-27 12:26:51',2157,187,'2005-08-02 18:20:51',2,'2006-02-15 21:30:53'),(7290,'2005-07-27 12:28:45',3652,423,'2005-08-01 16:18:45',1,'2006-02-15 21:30:53'),(7291,'2005-07-27 12:30:47',310,263,'2005-08-01 12:45:47',1,'2006-02-15 21:30:53'),(7292,'2005-07-27 12:34:14',795,468,'2005-08-01 18:16:14',2,'2006-02-15 21:30:53'),(7293,'2005-07-27 12:37:28',3333,5,'2005-07-30 15:12:28',2,'2006-02-15 21:30:53'),(7294,'2005-07-27 12:38:14',487,313,'2005-07-30 13:01:14',1,'2006-02-15 21:30:53'),(7295,'2005-07-27 12:38:47',3396,462,'2005-08-05 10:12:47',1,'2006-02-15 21:30:53'),(7296,'2005-07-27 12:39:48',1681,400,'2005-08-04 18:24:48',2,'2006-02-15 21:30:53'),(7297,'2005-07-27 12:39:48',1855,135,'2005-07-29 17:50:48',2,'2006-02-15 21:30:53'),(7298,'2005-07-27 12:45:14',1653,121,'2005-07-30 07:02:14',1,'2006-02-15 21:30:53'),(7299,'2005-07-27 12:49:56',3002,286,'2005-08-03 12:25:56',1,'2006-02-15 21:30:53'),(7300,'2005-07-27 12:50:17',4561,272,'2005-08-04 18:43:17',1,'2006-02-15 21:30:53'),(7301,'2005-07-27 12:50:23',3367,93,'2005-08-01 09:43:23',2,'2006-02-15 21:30:53'),(7302,'2005-07-27 12:52:13',4539,477,'2005-07-29 15:13:13',2,'2006-02-15 21:30:53'),(7303,'2005-07-27 12:54:39',1398,163,'2005-07-31 09:26:39',2,'2006-02-15 21:30:53'),(7304,'2005-07-27 12:56:56',1162,74,'2005-08-05 09:19:56',2,'2006-02-15 21:30:53'),(7305,'2005-07-27 12:57:06',2464,229,'2005-07-30 13:13:06',2,'2006-02-15 21:30:53'),(7306,'2005-07-27 12:57:26',2269,207,'2005-08-03 09:35:26',2,'2006-02-15 21:30:53'),(7307,'2005-07-27 12:59:10',3882,595,'2005-07-29 11:35:10',1,'2006-02-15 21:30:53'),(7308,'2005-07-27 13:00:25',1452,229,'2005-08-03 16:04:25',1,'2006-02-15 21:30:53'),(7309,'2005-07-27 13:00:29',633,317,'2005-07-29 12:15:29',2,'2006-02-15 21:30:53'),(7310,'2005-07-27 13:00:55',3711,103,'2005-07-28 17:54:55',1,'2006-02-15 21:30:53'),(7311,'2005-07-27 13:02:54',2807,582,'2005-08-04 09:52:54',1,'2006-02-15 21:30:53'),(7312,'2005-07-27 13:03:14',228,543,'2005-07-31 07:56:14',2,'2006-02-15 21:30:53'),(7313,'2005-07-27 13:11:57',1884,396,'2005-08-02 07:31:57',1,'2006-02-15 21:30:53'),(7314,'2005-07-27 13:13:32',1376,11,'2005-08-03 09:24:32',2,'2006-02-15 21:30:53'),(7315,'2005-07-27 13:14:56',974,208,'2005-08-03 08:44:56',2,'2006-02-15 21:30:53'),(7316,'2005-07-27 13:19:03',3344,114,'2005-07-28 07:43:03',2,'2006-02-15 21:30:53'),(7317,'2005-07-27 13:19:41',1518,443,'2005-07-29 16:16:41',2,'2006-02-15 21:30:53'),(7318,'2005-07-27 13:25:31',1954,301,'2005-07-31 11:44:31',2,'2006-02-15 21:30:53'),(7319,'2005-07-27 13:31:25',2370,576,'2005-08-04 07:31:25',1,'2006-02-15 21:30:53'),(7320,'2005-07-27 13:33:35',4348,241,'2005-07-31 13:22:35',2,'2006-02-15 21:30:53'),(7321,'2005-07-27 13:33:38',3525,38,'2005-08-03 07:35:38',2,'2006-02-15 21:30:53'),(7322,'2005-07-27 13:37:26',1810,508,'2005-08-03 18:00:26',2,'2006-02-15 21:30:53'),(7323,'2005-07-27 13:39:40',3830,125,'2005-07-29 08:45:40',2,'2006-02-15 21:30:53'),(7324,'2005-07-27 13:42:39',2572,462,'2005-08-04 10:33:39',2,'2006-02-15 21:30:53'),(7325,'2005-07-27 13:46:55',1727,289,'2005-07-28 14:21:55',1,'2006-02-15 21:30:53'),(7326,'2005-07-27 13:50:40',2844,432,'2005-07-30 08:16:40',1,'2006-02-15 21:30:53'),(7327,'2005-07-27 13:53:26',4074,508,'2005-08-04 17:58:26',2,'2006-02-15 21:30:53'),(7328,'2005-07-27 13:55:18',663,26,'2005-08-01 19:52:18',1,'2006-02-15 21:30:53'),(7329,'2005-07-27 13:55:34',906,226,'2005-08-04 15:15:34',1,'2006-02-15 21:30:53'),(7330,'2005-07-27 13:56:46',3705,237,'2005-08-04 07:56:46',1,'2006-02-15 21:30:53'),(7331,'2005-07-27 13:57:50',2090,60,'2005-07-31 08:59:50',1,'2006-02-15 21:30:53'),(7332,'2005-07-27 13:58:57',1761,151,'2005-08-02 12:40:57',1,'2006-02-15 21:30:53'),(7333,'2005-07-27 13:59:11',1331,230,'2005-07-30 16:04:11',1,'2006-02-15 21:30:53'),(7334,'2005-07-27 13:59:58',3006,461,'2005-07-29 11:33:58',1,'2006-02-15 21:30:53'),(7335,'2005-07-27 14:06:50',1219,219,'2005-08-05 18:27:50',2,'2006-02-15 21:30:53'),(7336,'2005-07-27 14:11:45',2706,46,'2005-07-28 11:00:45',2,'2006-02-15 21:30:53'),(7337,'2005-07-27 14:12:04',3314,525,'2005-08-03 14:57:04',2,'2006-02-15 21:30:53'),(7338,'2005-07-27 14:13:34',107,251,'2005-08-03 18:36:34',2,'2006-02-15 21:30:53'),(7339,'2005-07-27 14:17:48',3343,316,'2005-07-31 12:47:48',2,'2006-02-15 21:30:53'),(7340,'2005-07-27 14:18:10',1344,567,'2005-07-30 09:57:10',1,'2006-02-15 21:30:53'),(7341,'2005-07-27 14:23:55',3567,498,'2005-07-28 14:11:55',2,'2006-02-15 21:30:53'),(7342,'2005-07-27 14:25:17',4083,504,'2005-08-04 10:02:17',2,'2006-02-15 21:30:53'),(7343,'2005-07-27 14:27:13',1177,526,'2005-07-30 09:27:13',2,'2006-02-15 21:30:53'),(7344,'2005-07-27 14:29:28',1714,366,'2005-07-31 15:36:28',1,'2006-02-15 21:30:53'),(7345,'2005-07-27 14:29:53',2434,572,'2005-08-03 18:38:53',2,'2006-02-15 21:30:53'),(7346,'2005-07-27 14:30:42',741,2,'2005-08-02 16:48:42',1,'2006-02-15 21:30:53'),(7347,'2005-07-27 14:31:24',3779,225,'2005-07-31 16:19:24',1,'2006-02-15 21:30:53'),(7348,'2005-07-27 14:32:32',3238,43,'2005-07-28 17:05:32',1,'2006-02-15 21:30:53'),(7349,'2005-07-27 14:33:00',861,195,'2005-08-01 15:01:00',2,'2006-02-15 21:30:53'),(7350,'2005-07-27 14:34:14',737,410,'2005-08-02 19:19:14',2,'2006-02-15 21:30:53'),(7351,'2005-07-27 14:37:36',2147,445,'2005-07-30 09:58:36',2,'2006-02-15 21:30:53'),(7352,'2005-07-27 14:38:29',35,429,'2005-07-28 14:24:29',1,'2006-02-15 21:30:53'),(7353,'2005-07-27 14:38:39',1308,357,'2005-07-31 19:50:39',1,'2006-02-15 21:30:53'),(7354,'2005-07-27 14:42:11',2395,598,'2005-08-03 18:19:11',2,'2006-02-15 21:30:53'),(7355,'2005-07-27 14:45:59',3803,115,'2005-08-02 17:23:59',2,'2006-02-15 21:30:53'),(7356,'2005-07-27 14:47:35',309,397,'2005-07-28 18:10:35',2,'2006-02-15 21:30:53'),(7357,'2005-07-27 14:48:31',1917,438,'2005-08-02 18:07:31',2,'2006-02-15 21:30:53'),(7358,'2005-07-27 14:49:44',175,245,'2005-07-28 20:00:44',1,'2006-02-15 21:30:53'),(7359,'2005-07-27 14:51:04',174,183,'2005-07-31 16:03:04',2,'2006-02-15 21:30:53'),(7360,'2005-07-27 14:52:06',1312,467,'2005-08-02 12:24:06',2,'2006-02-15 21:30:53'),(7361,'2005-07-27 14:53:55',4567,463,'2005-07-31 19:48:55',2,'2006-02-15 21:30:53'),(7362,'2005-07-27 14:58:27',1902,419,'2005-08-01 11:51:27',1,'2006-02-15 21:30:53'),(7363,'2005-07-27 14:58:29',1649,407,'2005-08-05 09:02:29',1,'2006-02-15 21:30:53'),(7364,'2005-07-27 14:58:40',3046,592,'2005-08-03 09:01:40',2,'2006-02-15 21:30:53'),(7365,'2005-07-27 15:00:20',3283,450,'2005-07-30 12:58:20',1,'2006-02-15 21:30:53'),(7366,'2005-07-27 15:01:17',461,357,'2005-08-04 20:28:17',1,'2006-02-15 21:30:53'),(7367,'2005-07-27 15:05:45',1738,383,'2005-08-02 13:46:45',1,'2006-02-15 21:30:53'),(7368,'2005-07-27 15:06:05',2265,286,'2005-07-31 14:10:05',2,'2006-02-15 21:30:53'),(7369,'2005-07-27 15:07:58',3889,139,'2005-07-30 09:16:58',2,'2006-02-15 21:30:53'),(7370,'2005-07-27 15:15:53',2022,89,'2005-08-03 19:53:53',2,'2006-02-15 21:30:53'),(7371,'2005-07-27 15:18:42',1807,577,'2005-08-01 09:58:42',1,'2006-02-15 21:30:53'),(7372,'2005-07-27 15:18:42',3202,584,'2005-08-01 15:18:42',2,'2006-02-15 21:30:53'),(7373,'2005-07-27 15:19:33',3074,488,'2005-08-04 10:45:33',1,'2006-02-15 21:30:53'),(7374,'2005-07-27 15:20:57',3184,438,'2005-08-05 13:09:57',2,'2006-02-15 21:30:53'),(7375,'2005-07-27 15:22:33',2970,381,'2005-08-01 20:06:33',1,'2006-02-15 21:30:53'),(7376,'2005-07-27 15:23:02',488,2,'2005-08-04 10:35:02',2,'2006-02-15 21:30:53'),(7377,'2005-07-27 15:31:28',1369,588,'2005-08-02 19:59:28',2,'2006-02-15 21:30:53'),(7378,'2005-07-27 15:31:33',3297,144,'2005-08-03 17:15:33',2,'2006-02-15 21:30:53'),(7379,'2005-07-27 15:36:43',424,415,'2005-07-30 16:37:43',2,'2006-02-15 21:30:53'),(7380,'2005-07-27 15:37:01',988,348,'2005-08-03 19:24:01',1,'2006-02-15 21:30:53'),(7381,'2005-07-27 15:40:26',1595,483,'2005-08-02 17:26:26',2,'2006-02-15 21:30:53'),(7382,'2005-07-27 15:43:15',356,518,'2005-07-28 11:18:15',2,'2006-02-15 21:30:53'),(7383,'2005-07-27 15:46:53',3860,50,'2005-08-03 11:10:53',1,'2006-02-15 21:30:53'),(7384,'2005-07-27 15:49:45',3573,585,'2005-08-04 15:17:45',1,'2006-02-15 21:30:53'),(7385,'2005-07-27 15:49:46',2996,56,'2005-07-28 13:50:46',2,'2006-02-15 21:30:53'),(7386,'2005-07-27 15:52:10',3569,190,'2005-08-04 15:13:10',1,'2006-02-15 21:30:53'),(7387,'2005-07-27 15:54:19',3274,233,'2005-08-03 14:46:19',1,'2006-02-15 21:30:53'),(7388,'2005-07-27 15:54:19',4559,455,'2005-08-01 17:02:19',2,'2006-02-15 21:30:53'),(7389,'2005-07-27 15:56:15',3822,156,'2005-07-30 21:28:15',2,'2006-02-15 21:30:53'),(7390,'2005-07-27 15:59:19',1723,230,'2005-08-04 10:09:19',2,'2006-02-15 21:30:53'),(7391,'2005-07-27 16:00:00',1153,531,'2005-08-04 18:07:00',2,'2006-02-15 21:30:53'),(7392,'2005-07-27 16:01:05',3159,204,'2005-08-01 17:23:05',2,'2006-02-15 21:30:53'),(7393,'2005-07-27 16:02:52',2369,181,'2005-08-02 13:24:52',1,'2006-02-15 21:30:53'),(7394,'2005-07-27 16:03:08',2399,30,'2005-08-04 11:27:08',2,'2006-02-15 21:30:53'),(7395,'2005-07-27 16:03:11',2888,411,'2005-07-31 20:26:11',2,'2006-02-15 21:30:53'),(7396,'2005-07-27 16:03:53',3346,595,'2005-08-05 10:36:53',2,'2006-02-15 21:30:53'),(7397,'2005-07-27 16:05:00',4474,245,'2005-08-01 20:29:00',1,'2006-02-15 21:30:53'),(7398,'2005-07-27 16:07:22',1572,51,'2005-08-05 16:16:22',1,'2006-02-15 21:30:53'),(7399,'2005-07-27 16:16:02',1682,526,'2005-08-03 18:02:02',2,'2006-02-15 21:30:53'),(7400,'2005-07-27 16:16:37',2874,133,'2005-07-31 12:34:37',2,'2006-02-15 21:30:53'),(7401,'2005-07-27 16:17:55',2759,583,'2005-08-04 15:48:55',1,'2006-02-15 21:30:53'),(7402,'2005-07-27 16:19:40',2707,287,'2005-08-05 14:48:40',2,'2006-02-15 21:30:53'),(7403,'2005-07-27 16:22:09',2551,163,'2005-08-01 15:32:09',1,'2006-02-15 21:30:53'),(7404,'2005-07-27 16:24:43',2359,190,'2005-07-29 11:40:43',2,'2006-02-15 21:30:53'),(7405,'2005-07-27 16:25:11',2312,42,'2005-08-01 12:33:11',2,'2006-02-15 21:30:53'),(7406,'2005-07-27 16:25:45',1412,77,'2005-08-05 20:39:45',1,'2006-02-15 21:30:53'),(7407,'2005-07-27 16:29:04',3093,410,'2005-08-01 17:47:04',2,'2006-02-15 21:30:53'),(7408,'2005-07-27 16:31:40',625,371,'2005-07-31 11:56:40',2,'2006-02-15 21:30:53'),(7409,'2005-07-27 16:38:24',2352,585,'2005-07-30 18:06:24',1,'2006-02-15 21:30:53'),(7410,'2005-07-27 16:41:59',1559,337,'2005-07-29 22:11:59',1,'2006-02-15 21:30:53'),(7411,'2005-07-27 16:42:30',515,302,'2005-08-05 17:38:30',1,'2006-02-15 21:30:53'),(7412,'2005-07-27 16:44:34',950,582,'2005-08-04 15:06:34',2,'2006-02-15 21:30:53'),(7413,'2005-07-27 16:45:40',2909,254,'2005-07-31 12:02:40',1,'2006-02-15 21:30:53'),(7414,'2005-07-27 16:46:07',3276,265,'2005-08-02 20:04:07',1,'2006-02-15 21:30:53'),(7415,'2005-07-27 16:50:59',4410,294,'2005-08-02 11:21:59',1,'2006-02-15 21:30:53'),(7416,'2005-07-27 16:55:25',653,350,'2005-07-29 11:27:25',1,'2006-02-15 21:30:53'),(7417,'2005-07-27 16:58:33',2952,214,'2005-07-30 22:17:33',1,'2006-02-15 21:30:53'),(7418,'2005-07-27 16:59:09',3029,332,'2005-07-29 15:08:09',2,'2006-02-15 21:30:53'),(7419,'2005-07-27 17:04:15',3454,352,'2005-08-05 21:54:15',2,'2006-02-15 21:30:53'),(7420,'2005-07-27 17:09:39',3505,547,'2005-07-30 12:30:39',2,'2006-02-15 21:30:53'),(7421,'2005-07-27 17:10:05',3548,70,'2005-08-05 17:55:05',1,'2006-02-15 21:30:53'),(7422,'2005-07-27 17:10:42',3954,286,'2005-08-03 19:32:42',1,'2006-02-15 21:30:53'),(7423,'2005-07-27 17:11:47',666,277,'2005-07-29 12:29:47',2,'2006-02-15 21:30:53'),(7424,'2005-07-27 17:14:19',660,558,'2005-08-01 19:21:19',2,'2006-02-15 21:30:53'),(7425,'2005-07-27 17:18:35',435,263,'2005-08-02 11:18:35',1,'2006-02-15 21:30:53'),(7426,'2005-07-27 17:19:46',4420,239,'2005-07-29 21:41:46',1,'2006-02-15 21:30:53'),(7427,'2005-07-27 17:20:16',2548,442,'2005-08-03 20:38:16',2,'2006-02-15 21:30:53'),(7428,'2005-07-27 17:21:52',243,90,'2005-08-05 17:13:52',2,'2006-02-15 21:30:53'),(7429,'2005-07-27 17:24:50',2160,515,'2005-08-05 23:02:50',1,'2006-02-15 21:30:53'),(7430,'2005-07-27 17:26:14',4205,562,'2005-08-01 13:02:14',2,'2006-02-15 21:30:53'),(7431,'2005-07-27 17:27:27',3931,589,'2005-07-31 18:40:27',1,'2006-02-15 21:30:53'),(7432,'2005-07-27 17:31:40',3169,132,'2005-07-28 17:44:40',2,'2006-02-15 21:30:53'),(7433,'2005-07-27 17:32:20',1748,282,'2005-08-01 18:49:20',1,'2006-02-15 21:30:53'),(7434,'2005-07-27 17:34:40',2927,241,'2005-07-29 15:01:40',1,'2006-02-15 21:30:53'),(7435,'2005-07-27 17:38:44',1574,380,'2005-07-30 16:57:44',1,'2006-02-15 21:30:53'),(7436,'2005-07-27 17:39:12',299,45,'2005-08-01 12:40:12',2,'2006-02-15 21:30:53'),(7437,'2005-07-27 17:39:18',2617,135,'2005-07-28 18:33:18',2,'2006-02-15 21:30:53'),(7438,'2005-07-27 17:40:40',1364,52,'2005-08-05 15:25:40',1,'2006-02-15 21:30:53'),(7439,'2005-07-27 17:42:31',4091,102,'2005-08-05 16:34:31',1,'2006-02-15 21:30:53'),(7440,'2005-07-27 17:43:27',1476,484,'2005-08-03 22:12:27',1,'2006-02-15 21:30:53'),(7441,'2005-07-27 17:46:53',4039,198,'2005-07-31 23:05:53',1,'2006-02-15 21:30:53'),(7442,'2005-07-27 17:47:00',2471,105,'2005-07-28 21:37:00',1,'2006-02-15 21:30:53'),(7443,'2005-07-27 17:47:43',703,380,'2005-07-29 13:15:43',1,'2006-02-15 21:30:53'),(7444,'2005-07-27 17:49:16',120,531,'2005-07-28 15:05:16',1,'2006-02-15 21:30:53'),(7445,'2005-07-27 17:57:15',4115,394,'2005-07-31 20:24:15',1,'2006-02-15 21:30:53'),(7446,'2005-07-27 18:00:24',2337,486,'2005-07-29 13:40:24',1,'2006-02-15 21:30:53'),(7447,'2005-07-27 18:02:08',1795,107,'2005-07-29 21:15:08',1,'2006-02-15 21:30:53'),(7448,'2005-07-27 18:06:30',3584,175,'2005-07-29 15:43:30',1,'2006-02-15 21:30:53'),(7449,'2005-07-27 18:17:41',2084,421,'2005-08-01 18:52:41',1,'2006-02-15 21:30:53'),(7450,'2005-07-27 18:18:35',3496,191,'2005-08-04 15:18:35',1,'2006-02-15 21:30:53'),(7451,'2005-07-27 18:18:41',2382,29,'2005-08-03 13:55:41',2,'2006-02-15 21:30:53'),(7452,'2005-07-27 18:26:39',3482,285,'2005-08-04 17:35:39',2,'2006-02-15 21:30:53'),(7453,'2005-07-27 18:27:13',2992,29,'2005-07-29 23:52:13',1,'2006-02-15 21:30:53'),(7454,'2005-07-27 18:27:26',3248,75,'2005-07-30 23:50:26',1,'2006-02-15 21:30:53'),(7455,'2005-07-27 18:34:41',3815,405,'2005-07-31 17:32:41',1,'2006-02-15 21:30:53'),(7456,'2005-07-27 18:34:53',1959,501,'2005-07-29 17:46:53',2,'2006-02-15 21:30:53'),(7457,'2005-07-27 18:35:17',3635,510,'2005-07-30 12:41:17',2,'2006-02-15 21:30:53'),(7458,'2005-07-27 18:36:17',2964,327,'2005-07-31 22:43:17',1,'2006-02-15 21:30:53'),(7459,'2005-07-27 18:40:20',2053,2,'2005-08-02 21:07:20',2,'2006-02-15 21:30:53'),(7460,'2005-07-27 18:41:35',919,442,'2005-07-29 15:16:35',2,'2006-02-15 21:30:53'),(7461,'2005-07-27 18:45:15',1236,476,'2005-07-29 17:19:15',1,'2006-02-15 21:30:53'),(7462,'2005-07-27 18:47:47',878,114,'2005-07-29 20:46:47',2,'2006-02-15 21:30:53'),(7463,'2005-07-27 18:48:32',3676,284,'2005-07-29 23:54:32',2,'2006-02-15 21:30:53'),(7464,'2005-07-27 18:49:42',845,31,'2005-07-28 20:45:42',2,'2006-02-15 21:30:53'),(7465,'2005-07-27 18:50:30',2357,115,'2005-07-30 20:55:30',1,'2006-02-15 21:30:53'),(7466,'2005-07-27 18:51:17',2791,53,'2005-07-31 16:58:17',1,'2006-02-15 21:30:53'),(7467,'2005-07-27 18:51:54',3869,240,'2005-08-03 23:27:54',2,'2006-02-15 21:30:53'),(7468,'2005-07-27 18:52:27',3166,113,'2005-08-03 19:29:27',2,'2006-02-15 21:30:53'),(7469,'2005-07-27 18:57:40',3723,189,'2005-07-31 00:17:40',1,'2006-02-15 21:30:53'),(7470,'2005-07-27 19:01:03',289,564,'2005-08-05 19:16:03',2,'2006-02-15 21:30:53'),(7471,'2005-07-27 19:02:19',1776,95,'2005-07-30 15:12:19',1,'2006-02-15 21:30:53'),(7472,'2005-07-27 19:04:19',1535,103,'2005-08-03 00:08:19',2,'2006-02-15 21:30:53'),(7473,'2005-07-27 19:05:40',401,341,'2005-08-05 14:47:40',1,'2006-02-15 21:30:53'),(7474,'2005-07-27 19:07:17',2971,110,'2005-07-30 00:37:17',1,'2006-02-15 21:30:53'),(7475,'2005-07-27 19:07:43',1670,255,'2005-08-04 22:12:43',2,'2006-02-15 21:30:53'),(7476,'2005-07-27 19:08:56',2288,64,'2005-07-31 16:36:56',2,'2006-02-15 21:30:53'),(7477,'2005-07-27 19:11:03',2692,355,'2005-08-02 19:25:03',1,'2006-02-15 21:30:53'),(7478,'2005-07-27 19:16:02',3791,521,'2005-08-04 22:30:02',2,'2006-02-15 21:30:53'),(7479,'2005-07-27 19:18:17',218,434,'2005-07-30 18:55:17',1,'2006-02-15 21:30:53'),(7480,'2005-07-27 19:19:53',452,344,'2005-08-02 01:01:53',1,'2006-02-15 21:30:53'),(7481,'2005-07-27 19:20:25',1804,240,'2005-07-29 19:07:25',2,'2006-02-15 21:30:53'),(7482,'2005-07-27 19:24:16',485,348,'2005-08-05 18:49:16',2,'2006-02-15 21:30:53'),(7483,'2005-07-27 19:25:00',3678,106,'2005-07-29 21:19:00',2,'2006-02-15 21:30:53'),(7484,'2005-07-27 19:28:17',2746,211,'2005-07-31 20:05:17',2,'2006-02-15 21:30:53'),(7485,'2005-07-27 19:29:09',631,362,'2005-07-30 16:28:09',1,'2006-02-15 21:30:53'),(7486,'2005-07-27 19:29:24',4362,393,'2005-08-02 20:46:24',2,'2006-02-15 21:30:53'),(7487,'2005-07-27 19:32:45',4451,58,'2005-07-28 15:11:45',1,'2006-02-15 21:30:53'),(7488,'2005-07-27 19:36:15',554,365,'2005-08-05 14:14:15',1,'2006-02-15 21:30:53'),(7489,'2005-07-27 19:39:38',3732,16,'2005-07-30 23:10:38',2,'2006-02-15 21:30:53'),(7490,'2005-07-27 19:48:12',4503,595,'2005-08-04 17:15:12',1,'2006-02-15 21:30:53'),(7491,'2005-07-27 19:53:23',4261,239,'2005-07-28 23:25:23',2,'2006-02-15 21:30:53'),(7492,'2005-07-27 19:54:18',908,155,'2005-07-31 15:36:18',2,'2006-02-15 21:30:53'),(7493,'2005-07-27 19:55:46',2868,177,'2005-08-02 19:46:46',2,'2006-02-15 21:30:53'),(7494,'2005-07-27 19:56:31',2259,60,'2005-07-30 14:28:31',1,'2006-02-15 21:30:53'),(7495,'2005-07-27 20:01:20',3446,426,'2005-07-30 16:40:20',1,'2006-02-15 21:30:53'),(7496,'2005-07-27 20:04:05',2449,257,'2005-08-02 20:12:05',1,'2006-02-15 21:30:53'),(7497,'2005-07-27 20:05:27',286,387,'2005-07-30 22:47:27',1,'2006-02-15 21:30:53'),(7498,'2005-07-27 20:09:31',1144,455,'2005-07-29 23:38:31',1,'2006-02-15 21:30:53'),(7499,'2005-07-27 20:10:28',3503,157,'2005-07-30 16:24:28',1,'2006-02-15 21:30:53'),(7500,'2005-07-27 20:16:03',609,160,'2005-07-29 18:50:03',1,'2006-02-15 21:30:53'),(7501,'2005-07-27 20:16:59',1464,587,'2005-08-04 00:11:59',2,'2006-02-15 21:30:53'),(7502,'2005-07-27 20:19:08',3229,303,'2005-07-28 18:32:08',2,'2006-02-15 21:30:53'),(7503,'2005-07-27 20:23:12',579,3,'2005-08-05 18:46:12',2,'2006-02-15 21:30:53'),(7504,'2005-07-27 20:24:31',3354,283,'2005-07-30 21:25:31',2,'2006-02-15 21:30:53'),(7505,'2005-07-27 20:28:03',1342,209,'2005-08-03 17:04:03',1,'2006-02-15 21:30:53'),(7506,'2005-07-27 20:28:34',2091,527,'2005-08-05 18:14:34',1,'2006-02-15 21:30:53'),(7507,'2005-07-27 20:31:48',3618,512,'2005-08-02 17:27:48',1,'2006-02-15 21:30:53'),(7508,'2005-07-27 20:33:08',3401,465,'2005-08-01 01:29:08',1,'2006-02-15 21:30:53'),(7509,'2005-07-27 20:37:19',4134,228,'2005-08-04 19:35:19',2,'2006-02-15 21:30:53'),(7510,'2005-07-27 20:37:57',1617,257,'2005-08-01 17:14:57',2,'2006-02-15 21:30:53'),(7511,'2005-07-27 20:38:40',4044,591,'2005-08-04 22:36:40',2,'2006-02-15 21:30:53'),(7512,'2005-07-27 20:40:40',1343,352,'2005-08-05 01:44:40',1,'2006-02-15 21:30:53'),(7513,'2005-07-27 20:51:04',939,411,'2005-08-03 20:15:04',2,'2006-02-15 21:30:53'),(7514,'2005-07-27 20:51:49',400,44,'2005-07-29 18:21:49',2,'2006-02-15 21:30:53'),(7515,'2005-07-27 20:52:37',1211,390,'2005-08-02 20:17:37',2,'2006-02-15 21:30:53'),(7516,'2005-07-27 20:55:28',2178,134,'2005-07-30 00:50:28',1,'2006-02-15 21:30:53'),(7517,'2005-07-27 20:57:07',3177,41,'2005-08-04 15:08:07',1,'2006-02-15 21:30:53'),(7518,'2005-07-27 21:01:16',2676,257,'2005-08-03 15:26:16',1,'2006-02-15 21:30:53'),(7519,'2005-07-27 21:01:41',4009,124,'2005-08-05 19:15:41',1,'2006-02-15 21:30:53'),(7520,'2005-07-27 21:02:02',3875,191,'2005-07-28 18:18:02',1,'2006-02-15 21:30:53'),(7521,'2005-07-27 21:04:42',3144,176,'2005-08-03 16:06:42',1,'2006-02-15 21:30:53'),(7522,'2005-07-27 21:11:03',2038,478,'2005-08-02 16:40:03',1,'2006-02-15 21:30:53'),(7523,'2005-07-27 21:11:23',4153,410,'2005-07-28 16:37:23',1,'2006-02-15 21:30:53'),(7524,'2005-07-27 21:11:44',4295,225,'2005-08-03 02:17:44',1,'2006-02-15 21:30:53'),(7525,'2005-07-27 21:13:28',4084,281,'2005-08-04 19:44:28',2,'2006-02-15 21:30:53'),(7526,'2005-07-27 21:13:47',696,44,'2005-08-05 15:23:47',2,'2006-02-15 21:30:53'),(7527,'2005-07-27 21:14:28',2124,426,'2005-08-05 21:08:28',1,'2006-02-15 21:30:53'),(7528,'2005-07-27 21:15:25',1218,213,'2005-08-03 19:12:25',1,'2006-02-15 21:30:53'),(7529,'2005-07-27 21:18:08',3644,145,'2005-08-06 00:59:08',1,'2006-02-15 21:30:53'),(7530,'2005-07-27 21:18:58',3810,98,'2005-07-31 01:51:58',2,'2006-02-15 21:30:53'),(7531,'2005-07-27 21:19:34',2393,221,'2005-08-06 01:07:34',2,'2006-02-15 21:30:53'),(7532,'2005-07-27 21:20:52',677,34,'2005-07-30 21:38:52',1,'2006-02-15 21:30:53'),(7533,'2005-07-27 21:24:33',1791,594,'2005-08-05 16:33:33',2,'2006-02-15 21:30:53'),(7534,'2005-07-27 21:26:17',2276,282,'2005-08-05 00:23:17',2,'2006-02-15 21:30:53'),(7535,'2005-07-27 21:32:39',772,123,'2005-08-05 23:42:39',1,'2006-02-15 21:30:53'),(7536,'2005-07-27 21:34:09',3417,307,'2005-08-02 03:26:09',1,'2006-02-15 21:30:53'),(7537,'2005-07-27 21:36:09',4456,269,'2005-08-01 01:51:09',1,'2006-02-15 21:30:53'),(7538,'2005-07-27 21:38:04',2486,361,'2005-08-02 03:14:04',1,'2006-02-15 21:30:53'),(7539,'2005-07-27 21:39:42',1849,423,'2005-08-06 00:12:42',1,'2006-02-15 21:30:53'),(7540,'2005-07-27 21:39:55',2198,207,'2005-08-04 18:10:55',2,'2006-02-15 21:30:53'),(7541,'2005-07-27 21:40:05',4100,206,'2005-07-29 16:13:05',1,'2006-02-15 21:30:53'),(7542,'2005-07-27 21:43:04',1912,110,'2005-07-30 00:02:04',1,'2006-02-15 21:30:53'),(7543,'2005-07-27 21:44:28',1289,526,'2005-08-04 21:42:28',2,'2006-02-15 21:30:53'),(7544,'2005-07-27 21:47:37',766,249,'2005-08-05 02:29:37',2,'2006-02-15 21:30:53'),(7545,'2005-07-27 21:48:03',2541,292,'2005-08-01 22:23:03',2,'2006-02-15 21:30:53'),(7546,'2005-07-27 21:50:09',3683,494,'2005-08-05 03:07:09',2,'2006-02-15 21:30:53'),(7547,'2005-07-27 21:51:48',1733,547,'2005-08-06 01:05:48',2,'2006-02-15 21:30:53'),(7548,'2005-07-27 21:53:18',2194,484,'2005-08-02 17:50:18',1,'2006-02-15 21:30:53'),(7549,'2005-07-27 21:53:21',1765,591,'2005-08-05 18:53:21',1,'2006-02-15 21:30:53'),(7550,'2005-07-27 21:55:07',4488,71,'2005-07-28 23:34:07',2,'2006-02-15 21:30:53'),(7551,'2005-07-27 21:59:15',2635,304,'2005-07-31 19:54:15',2,'2006-02-15 21:30:53'),(7552,'2005-07-27 22:03:41',2166,16,'2005-07-28 22:24:41',1,'2006-02-15 21:30:53'),(7553,'2005-07-27 22:11:36',1643,275,'2005-08-03 17:52:36',1,'2006-02-15 21:30:53'),(7554,'2005-07-27 22:12:41',1805,135,'2005-08-04 01:34:41',2,'2006-02-15 21:30:53'),(7555,'2005-07-27 22:17:05',3421,533,'2005-08-02 02:50:05',2,'2006-02-15 21:30:53'),(7556,'2005-07-27 22:17:17',794,188,'2005-07-28 19:17:17',2,'2006-02-15 21:30:53'),(7557,'2005-07-27 22:18:19',3152,131,'2005-07-29 00:24:19',1,'2006-02-15 21:30:53'),(7558,'2005-07-27 22:19:08',550,80,'2005-07-30 21:31:08',1,'2006-02-15 21:30:53'),(7559,'2005-07-27 22:20:03',661,149,'2005-08-06 00:26:03',2,'2006-02-15 21:30:53'),(7560,'2005-07-27 22:20:17',3574,562,'2005-08-02 23:00:17',2,'2006-02-15 21:30:53'),(7561,'2005-07-27 22:21:05',3433,291,'2005-08-04 01:02:05',1,'2006-02-15 21:30:53'),(7562,'2005-07-27 22:25:15',4417,366,'2005-08-01 01:21:15',2,'2006-02-15 21:30:53'),(7563,'2005-07-27 22:25:36',2709,453,'2005-08-01 03:59:36',2,'2006-02-15 21:30:53'),(7564,'2005-07-27 22:31:17',2887,291,'2005-08-01 01:05:17',2,'2006-02-15 21:30:53'),(7565,'2005-07-27 22:33:59',1028,114,'2005-07-30 03:03:59',2,'2006-02-15 21:30:53'),(7566,'2005-07-27 22:34:45',1802,144,'2005-08-01 22:20:45',1,'2006-02-15 21:30:53'),(7567,'2005-07-27 22:38:05',1066,504,'2005-07-30 17:20:05',1,'2006-02-15 21:30:53'),(7568,'2005-07-27 22:38:53',1578,296,'2005-07-29 00:51:53',1,'2006-02-15 21:30:53'),(7569,'2005-07-27 22:38:53',2315,528,'2005-08-05 19:03:53',2,'2006-02-15 21:30:53'),(7570,'2005-07-27 22:40:06',3189,110,'2005-07-28 23:14:06',1,'2006-02-15 21:30:53'),(7571,'2005-07-27 22:43:42',3850,368,'2005-07-30 22:17:42',1,'2006-02-15 21:30:53'),(7572,'2005-07-27 22:44:29',3068,532,'2005-08-01 03:04:29',1,'2006-02-15 21:30:53'),(7573,'2005-07-27 22:46:20',314,467,'2005-08-04 01:55:20',1,'2006-02-15 21:30:53'),(7574,'2005-07-27 22:53:00',298,200,'2005-07-29 18:39:00',2,'2006-02-15 21:30:53'),(7575,'2005-07-27 22:53:52',702,582,'2005-07-29 02:02:52',1,'2006-02-15 21:30:53'),(7576,'2005-07-27 22:54:35',3374,446,'2005-08-03 03:53:35',2,'2006-02-15 21:30:53'),(7577,'2005-07-27 22:56:07',2723,332,'2005-08-05 21:23:07',2,'2006-02-15 21:30:53'),(7578,'2005-07-27 22:58:17',4210,332,'2005-07-29 23:14:17',1,'2006-02-15 21:30:53'),(7579,'2005-07-27 23:06:41',501,352,'2005-07-31 20:08:41',2,'2006-02-15 21:30:53'),(7580,'2005-07-27 23:07:40',338,28,'2005-08-05 02:17:40',1,'2006-02-15 21:30:53'),(7581,'2005-07-27 23:14:35',2051,166,'2005-07-29 21:30:35',1,'2006-02-15 21:30:53'),(7582,'2005-07-27 23:15:14',3941,128,'2005-07-29 03:18:14',2,'2006-02-15 21:30:53'),(7583,'2005-07-27 23:15:22',2890,198,'2005-08-04 04:39:22',2,'2006-02-15 21:30:53'),(7584,'2005-07-27 23:15:46',4390,338,'2005-08-03 02:18:46',2,'2006-02-15 21:30:53'),(7585,'2005-07-27 23:18:22',467,440,'2005-07-30 23:08:22',1,'2006-02-15 21:30:53'),(7586,'2005-07-27 23:19:29',15,316,'2005-07-29 23:04:29',1,'2006-02-15 21:30:53'),(7587,'2005-07-27 23:23:03',655,113,'2005-08-01 17:34:03',1,'2006-02-15 21:30:53'),(7588,'2005-07-27 23:23:31',4033,360,'2005-08-04 02:54:31',1,'2006-02-15 21:30:53'),(7589,'2005-07-27 23:23:36',1569,32,'2005-08-04 00:16:36',1,'2006-02-15 21:30:53'),(7590,'2005-07-27 23:24:24',2152,73,'2005-07-28 19:53:24',2,'2006-02-15 21:30:53'),(7591,'2005-07-27 23:25:54',651,525,'2005-08-02 22:54:54',1,'2006-02-15 21:30:53'),(7592,'2005-07-27 23:26:04',4105,316,'2005-07-29 23:48:04',2,'2006-02-15 21:30:53'),(7593,'2005-07-27 23:28:47',1158,436,'2005-08-02 19:51:47',1,'2006-02-15 21:30:53'),(7594,'2005-07-27 23:30:41',3230,424,'2005-08-02 04:29:41',1,'2006-02-15 21:30:53'),(7595,'2005-07-27 23:32:23',4313,390,'2005-08-03 05:28:23',1,'2006-02-15 21:30:53'),(7596,'2005-07-27 23:33:57',2097,275,'2005-08-01 20:46:57',2,'2006-02-15 21:30:53'),(7597,'2005-07-27 23:35:49',2856,169,'2005-07-30 21:38:49',1,'2006-02-15 21:30:53'),(7598,'2005-07-27 23:36:01',4545,438,'2005-07-29 23:35:01',2,'2006-02-15 21:30:53'),(7599,'2005-07-27 23:38:46',3272,87,'2005-07-28 22:52:46',1,'2006-02-15 21:30:53'),(7600,'2005-07-27 23:41:18',3492,107,'2005-08-06 04:40:18',1,'2006-02-15 21:30:53'),(7601,'2005-07-27 23:48:15',903,228,'2005-07-29 02:45:15',1,'2006-02-15 21:30:53'),(7602,'2005-07-27 23:48:35',2516,366,'2005-08-04 17:58:35',1,'2006-02-15 21:30:53'),(7603,'2005-07-27 23:54:44',124,497,'2005-07-29 01:24:44',1,'2006-02-15 21:30:53'),(7604,'2005-07-27 23:54:52',3720,406,'2005-08-05 03:04:52',2,'2006-02-15 21:30:53'),(7605,'2005-07-27 23:57:01',1391,576,'2005-08-03 04:11:01',1,'2006-02-15 21:30:53'),(7606,'2005-07-28 00:02:15',637,201,'2005-07-29 03:14:15',2,'2006-02-15 21:30:53'),(7607,'2005-07-28 00:05:53',3914,293,'2005-07-31 04:13:53',1,'2006-02-15 21:30:53'),(7608,'2005-07-28 00:08:36',1256,167,'2005-07-28 18:13:36',1,'2006-02-15 21:30:53'),(7609,'2005-07-28 00:11:00',3655,179,'2005-07-31 03:04:00',1,'2006-02-15 21:30:53'),(7610,'2005-07-28 00:11:35',1279,450,'2005-07-31 00:33:35',1,'2006-02-15 21:30:53'),(7611,'2005-07-28 00:11:47',3347,467,'2005-07-28 18:35:47',1,'2006-02-15 21:30:53'),(7612,'2005-07-28 00:11:55',1411,563,'2005-07-30 00:47:55',1,'2006-02-15 21:30:53'),(7613,'2005-07-28 00:13:58',4253,202,'2005-08-06 05:36:58',2,'2006-02-15 21:30:53'),(7614,'2005-07-28 00:14:38',3475,440,'2005-07-29 18:18:38',1,'2006-02-15 21:30:53'),(7615,'2005-07-28 00:15:24',3884,373,'2005-07-31 02:00:24',1,'2006-02-15 21:30:53'),(7616,'2005-07-28 00:15:26',3790,9,'2005-07-30 21:52:26',1,'2006-02-15 21:30:53'),(7617,'2005-07-28 00:18:40',2904,340,'2005-08-01 01:17:40',1,'2006-02-15 21:30:53'),(7618,'2005-07-28 00:24:14',774,271,'2005-08-01 04:35:14',1,'2006-02-15 21:30:53'),(7619,'2005-07-28 00:25:41',1057,419,'2005-07-30 04:35:41',2,'2006-02-15 21:30:53'),(7620,'2005-07-28 00:27:17',931,580,'2005-07-31 02:04:17',1,'2006-02-15 21:30:53'),(7621,'2005-07-28 00:34:06',1833,88,'2005-08-06 00:13:06',1,'2006-02-15 21:30:53'),(7622,'2005-07-28 00:37:34',4014,198,'2005-07-31 23:27:34',2,'2006-02-15 21:30:53'),(7623,'2005-07-28 00:37:41',1146,459,'2005-08-04 19:38:41',2,'2006-02-15 21:30:53'),(7624,'2005-07-28 00:37:44',2756,415,'2005-07-30 21:26:44',1,'2006-02-15 21:30:53'),(7625,'2005-07-28 00:47:56',3129,382,'2005-08-02 23:34:56',1,'2006-02-15 21:30:53'),(7626,'2005-07-28 00:49:01',4200,450,'2005-07-31 00:43:01',1,'2006-02-15 21:30:53'),(7627,'2005-07-28 00:56:47',782,52,'2005-08-02 04:16:47',1,'2006-02-15 21:30:53'),(7628,'2005-07-28 00:58:04',1240,516,'2005-08-03 19:16:04',1,'2006-02-15 21:30:53'),(7629,'2005-07-28 01:00:09',2453,229,'2005-07-30 06:49:09',1,'2006-02-15 21:30:53'),(7630,'2005-07-28 01:01:03',2798,351,'2005-07-31 01:08:03',2,'2006-02-15 21:30:53'),(7631,'2005-07-28 01:01:15',2437,132,'2005-08-01 06:16:15',2,'2006-02-15 21:30:53'),(7632,'2005-07-28 01:02:40',3233,181,'2005-07-30 05:31:40',2,'2006-02-15 21:30:53'),(7633,'2005-07-28 01:03:41',4171,402,'2005-08-01 23:54:41',2,'2006-02-15 21:30:53'),(7634,'2005-07-28 01:07:01',4487,365,'2005-07-31 05:00:01',1,'2006-02-15 21:30:53'),(7635,'2005-07-28 01:08:11',55,413,'2005-08-01 03:32:11',2,'2006-02-15 21:30:53'),(7636,'2005-07-28 01:08:36',202,51,'2005-08-03 21:36:36',1,'2006-02-15 21:30:53'),(7637,'2005-07-28 01:12:25',87,91,'2005-08-02 03:48:25',1,'2006-02-15 21:30:53'),(7638,'2005-07-28 01:13:26',1890,172,'2005-07-28 20:34:26',1,'2006-02-15 21:30:53'),(7639,'2005-07-28 01:14:36',767,459,'2005-07-29 00:19:36',1,'2006-02-15 21:30:53'),(7640,'2005-07-28 01:14:49',3014,229,'2005-08-03 21:50:49',1,'2006-02-15 21:30:53'),(7641,'2005-07-28 01:15:45',1868,475,'2005-08-04 23:50:45',1,'2006-02-15 21:30:53'),(7642,'2005-07-28 01:16:51',3995,523,'2005-08-02 00:45:51',2,'2006-02-15 21:30:53'),(7643,'2005-07-28 01:19:44',4369,407,'2005-08-04 21:16:44',1,'2006-02-15 21:30:53'),(7644,'2005-07-28 01:27:33',882,173,'2005-07-31 22:58:33',2,'2006-02-15 21:30:53'),(7645,'2005-07-28 01:27:42',830,381,'2005-08-03 07:16:42',2,'2006-02-15 21:30:53'),(7646,'2005-07-28 01:31:45',1615,255,'2005-07-31 07:16:45',1,'2006-02-15 21:30:53'),(7647,'2005-07-28 01:35:17',3079,36,'2005-08-01 00:14:17',1,'2006-02-15 21:30:53'),(7648,'2005-07-28 01:35:33',797,310,'2005-08-04 06:21:33',2,'2006-02-15 21:30:53'),(7649,'2005-07-28 01:37:26',2704,318,'2005-07-28 21:18:26',1,'2006-02-15 21:30:53'),(7650,'2005-07-28 01:47:20',701,290,'2005-08-05 06:00:20',2,'2006-02-15 21:30:53'),(7651,'2005-07-28 01:48:32',2753,401,'2005-08-03 03:10:32',2,'2006-02-15 21:30:53'),(7652,'2005-07-28 01:50:29',92,5,'2005-07-30 22:23:29',2,'2006-02-15 21:30:53'),(7653,'2005-07-28 01:58:30',814,232,'2005-07-28 23:32:30',2,'2006-02-15 21:30:53'),(7654,'2005-07-28 02:00:14',1009,360,'2005-07-31 20:50:14',2,'2006-02-15 21:30:53'),(7655,'2005-07-28 02:01:11',2665,513,'2005-07-30 23:12:11',2,'2006-02-15 21:30:53'),(7656,'2005-07-28 02:07:19',178,148,'2005-07-31 04:05:19',1,'2006-02-15 21:30:53'),(7657,'2005-07-28 02:09:00',2319,518,'2005-08-04 21:44:00',1,'2006-02-15 21:30:53'),(7658,'2005-07-28 02:09:12',1798,272,'2005-07-30 00:54:12',2,'2006-02-15 21:30:53'),(7659,'2005-07-28 02:09:45',1622,584,'2005-08-02 05:34:45',2,'2006-02-15 21:30:53'),(7660,'2005-07-28 02:10:10',4385,4,'2005-07-30 04:29:10',2,'2006-02-15 21:30:53'),(7661,'2005-07-28 02:10:27',3060,256,'2005-08-05 03:45:27',2,'2006-02-15 21:30:53'),(7662,'2005-07-28 02:16:08',1017,534,'2005-08-03 21:51:08',1,'2006-02-15 21:30:53'),(7663,'2005-07-28 02:19:48',832,470,'2005-07-30 21:43:48',2,'2006-02-15 21:30:53'),(7664,'2005-07-28 02:24:23',1989,461,'2005-07-29 23:01:23',1,'2006-02-15 21:30:53'),(7665,'2005-07-28 02:28:30',1455,590,'2005-07-31 20:42:30',1,'2006-02-15 21:30:53'),(7666,'2005-07-28 02:35:12',688,196,'2005-08-05 05:43:12',2,'2006-02-15 21:30:53'),(7667,'2005-07-28 02:37:22',2415,443,'2005-08-05 21:37:22',1,'2006-02-15 21:30:53'),(7668,'2005-07-28 02:41:31',3880,508,'2005-08-02 06:08:31',1,'2006-02-15 21:30:53'),(7669,'2005-07-28 02:44:07',2624,483,'2005-07-29 00:54:07',1,'2006-02-15 21:30:53'),(7670,'2005-07-28 02:44:25',1356,252,'2005-07-29 21:55:25',2,'2006-02-15 21:30:53'),(7671,'2005-07-28 02:48:31',3464,442,'2005-07-30 23:04:31',1,'2006-02-15 21:30:53'),(7672,'2005-07-28 02:49:41',573,542,'2005-08-04 02:38:41',1,'2006-02-15 21:30:53'),(7673,'2005-07-28 02:53:53',2368,409,'2005-08-06 00:07:53',1,'2006-02-15 21:30:53'),(7674,'2005-07-28 02:54:30',682,177,'2005-08-05 23:09:30',1,'2006-02-15 21:30:53'),(7675,'2005-07-28 02:55:20',153,189,'2005-07-31 05:27:20',1,'2006-02-15 21:30:53'),(7676,'2005-07-28 02:55:27',1110,508,'2005-08-01 03:50:27',2,'2006-02-15 21:30:53'),(7677,'2005-07-28 02:56:37',4464,566,'2005-07-31 02:21:37',1,'2006-02-15 21:30:53'),(7678,'2005-07-28 02:58:16',3398,510,'2005-08-06 04:22:16',1,'2006-02-15 21:30:53'),(7679,'2005-07-28 02:58:39',1063,444,'2005-08-02 04:58:39',1,'2006-02-15 21:30:53'),(7680,'2005-07-28 02:59:08',1784,559,'2005-08-03 03:37:08',2,'2006-02-15 21:30:53'),(7681,'2005-07-28 03:07:09',1176,432,'2005-07-29 08:30:09',2,'2006-02-15 21:30:53'),(7682,'2005-07-28 03:07:29',3296,400,'2005-08-04 08:48:29',2,'2006-02-15 21:30:53'),(7683,'2005-07-28 03:11:29',1760,73,'2005-08-04 00:14:29',1,'2006-02-15 21:30:53'),(7684,'2005-07-28 03:11:54',3365,40,'2005-07-31 04:40:54',2,'2006-02-15 21:30:53'),(7685,'2005-07-28 03:13:00',2213,468,'2005-08-01 00:29:00',2,'2006-02-15 21:30:53'),(7686,'2005-07-28 03:19:23',2144,184,'2005-08-04 05:17:23',2,'2006-02-15 21:30:53'),(7687,'2005-07-28 03:20:26',689,325,'2005-08-02 05:48:26',2,'2006-02-15 21:30:53'),(7688,'2005-07-28 03:20:47',1179,491,'2005-08-06 06:07:47',2,'2006-02-15 21:30:53'),(7689,'2005-07-28 03:21:24',1803,253,'2005-07-31 08:01:24',2,'2006-02-15 21:30:53'),(7690,'2005-07-28 03:26:21',1076,150,'2005-07-29 00:08:21',1,'2006-02-15 21:30:53'),(7691,'2005-07-28 03:30:09',1579,112,'2005-07-29 21:31:09',1,'2006-02-15 21:30:53'),(7692,'2005-07-28 03:30:21',267,392,'2005-07-30 22:25:21',1,'2006-02-15 21:30:53'),(7693,'2005-07-28 03:31:22',2479,148,'2005-07-31 06:42:22',2,'2006-02-15 21:30:53'),(7694,'2005-07-28 03:39:25',2892,538,'2005-07-31 05:47:25',1,'2006-02-15 21:30:53'),(7695,'2005-07-28 03:41:13',2742,323,'2005-08-06 05:06:13',2,'2006-02-15 21:30:53'),(7696,'2005-07-28 03:41:35',3463,56,'2005-08-06 05:48:35',2,'2006-02-15 21:30:53'),(7697,'2005-07-28 03:43:45',3966,377,'2005-08-03 07:55:45',2,'2006-02-15 21:30:53'),(7698,'2005-07-28 03:44:14',3650,561,'2005-08-04 03:44:14',2,'2006-02-15 21:30:53'),(7699,'2005-07-28 03:52:21',4332,53,'2005-08-01 05:00:21',2,'2006-02-15 21:30:53'),(7700,'2005-07-28 03:54:14',3546,124,'2005-08-05 06:20:14',2,'2006-02-15 21:30:53'),(7701,'2005-07-28 03:54:28',1604,306,'2005-08-01 08:39:28',2,'2006-02-15 21:30:53'),(7702,'2005-07-28 03:56:05',253,349,'2005-07-31 03:29:05',1,'2006-02-15 21:30:53'),(7703,'2005-07-28 03:59:21',2150,3,'2005-08-05 08:52:21',1,'2006-02-15 21:30:53'),(7704,'2005-07-28 04:02:13',2342,265,'2005-08-04 00:51:13',1,'2006-02-15 21:30:53'),(7705,'2005-07-28 04:02:58',1072,22,'2005-08-05 01:19:58',2,'2006-02-15 21:30:53'),(7706,'2005-07-28 04:03:17',994,263,'2005-07-29 22:16:17',2,'2006-02-15 21:30:53'),(7707,'2005-07-28 04:07:47',2563,232,'2005-07-29 02:02:47',1,'2006-02-15 21:30:53'),(7708,'2005-07-28 04:19:15',398,363,'2005-08-04 04:41:15',1,'2006-02-15 21:30:53'),(7709,'2005-07-28 04:22:14',3800,81,'2005-07-31 09:18:14',2,'2006-02-15 21:30:53'),(7710,'2005-07-28 04:24:07',3716,77,'2005-08-03 22:49:07',2,'2006-02-15 21:30:53'),(7711,'2005-07-28 04:26:42',2695,426,'2005-07-29 07:30:42',2,'2006-02-15 21:30:53'),(7712,'2005-07-28 04:29:53',3256,361,'2005-08-02 00:57:53',2,'2006-02-15 21:30:53'),(7713,'2005-07-28 04:32:14',2018,572,'2005-08-03 04:30:14',2,'2006-02-15 21:30:53'),(7714,'2005-07-28 04:32:30',940,70,'2005-08-02 07:10:30',2,'2006-02-15 21:30:53'),(7715,'2005-07-28 04:32:38',3210,512,'2005-08-05 00:37:38',2,'2006-02-15 21:30:53'),(7716,'2005-07-28 04:33:15',1493,284,'2005-08-04 00:08:15',2,'2006-02-15 21:30:53'),(7717,'2005-07-28 04:33:54',730,459,'2005-07-30 02:46:54',2,'2006-02-15 21:30:53'),(7718,'2005-07-28 04:37:59',3587,4,'2005-07-29 09:20:59',2,'2006-02-15 21:30:53'),(7719,'2005-07-28 04:39:09',2481,286,'2005-08-05 03:15:09',1,'2006-02-15 21:30:53'),(7720,'2005-07-28 04:41:44',185,520,'2005-08-04 06:51:44',2,'2006-02-15 21:30:53'),(7721,'2005-07-28 04:42:58',2228,83,'2005-07-31 07:52:58',1,'2006-02-15 21:30:53'),(7722,'2005-07-28 04:44:58',3828,309,'2005-07-30 01:29:58',1,'2006-02-15 21:30:53'),(7723,'2005-07-28 04:45:37',3263,147,'2005-07-30 09:03:37',2,'2006-02-15 21:30:53'),(7724,'2005-07-28 04:46:30',346,3,'2005-08-04 08:41:30',1,'2006-02-15 21:30:53'),(7725,'2005-07-28 04:47:14',1922,326,'2005-08-04 09:03:14',1,'2006-02-15 21:30:53'),(7726,'2005-07-28 04:52:19',2578,219,'2005-08-04 09:05:19',1,'2006-02-15 21:30:53'),(7727,'2005-07-28 04:52:43',2274,123,'2005-08-03 01:12:43',2,'2006-02-15 21:30:53'),(7728,'2005-07-28 04:56:33',492,130,'2005-07-31 07:54:33',1,'2006-02-15 21:30:53'),(7729,'2005-07-28 04:57:57',1491,89,'2005-07-30 09:38:57',1,'2006-02-15 21:30:53'),(7730,'2005-07-28 04:59:48',3118,155,'2005-08-04 04:35:48',2,'2006-02-15 21:30:53'),(7731,'2005-07-28 05:01:18',1533,413,'2005-07-29 02:22:18',1,'2006-02-15 21:30:53'),(7732,'2005-07-28 05:03:32',3597,158,'2005-07-29 10:20:32',1,'2006-02-15 21:30:53'),(7733,'2005-07-28 05:04:47',10,82,'2005-08-05 05:12:47',2,'2006-02-15 21:30:53'),(7734,'2005-07-28 05:08:44',2726,135,'2005-07-30 09:42:44',2,'2006-02-15 21:30:53'),(7735,'2005-07-28 05:09:56',3949,372,'2005-07-31 23:34:56',2,'2006-02-15 21:30:53'),(7736,'2005-07-28 05:12:04',4466,205,'2005-08-05 02:28:04',2,'2006-02-15 21:30:53'),(7737,'2005-07-28 05:15:03',1235,494,'2005-08-04 01:24:03',1,'2006-02-15 21:30:53'),(7738,'2005-07-28 05:21:42',80,10,'2005-08-03 09:46:42',2,'2006-02-15 21:30:53'),(7739,'2005-07-28 05:21:51',1554,186,'2005-07-30 02:06:51',2,'2006-02-15 21:30:53'),(7740,'2005-07-28 05:23:36',3613,395,'2005-08-01 02:20:36',2,'2006-02-15 21:30:53'),(7741,'2005-07-28 05:25:55',3917,591,'2005-08-02 02:40:55',1,'2006-02-15 21:30:53'),(7742,'2005-07-28 05:33:16',1808,49,'2005-08-06 01:04:16',2,'2006-02-15 21:30:53'),(7743,'2005-07-28 05:36:13',2883,210,'2005-08-03 11:28:13',2,'2006-02-15 21:30:53'),(7744,'2005-07-28 05:38:20',1863,288,'2005-07-31 11:00:20',1,'2006-02-15 21:30:53'),(7745,'2005-07-28 05:46:28',1014,285,'2005-08-06 07:44:28',2,'2006-02-15 21:30:53'),(7746,'2005-07-28 05:48:56',176,299,'2005-08-04 07:33:56',1,'2006-02-15 21:30:53'),(7747,'2005-07-28 05:50:11',1775,78,'2005-08-03 09:51:11',1,'2006-02-15 21:30:53'),(7748,'2005-07-28 05:52:23',3523,415,'2005-07-31 01:35:23',2,'2006-02-15 21:30:53'),(7749,'2005-07-28 05:53:36',3585,232,'2005-08-01 03:49:36',1,'2006-02-15 21:30:53'),(7750,'2005-07-28 05:55:30',820,220,'2005-08-06 04:32:30',2,'2006-02-15 21:30:53'),(7751,'2005-07-28 05:56:13',4425,176,'2005-08-05 08:08:13',1,'2006-02-15 21:30:53'),(7752,'2005-07-28 06:01:00',2218,209,'2005-08-03 06:09:00',1,'2006-02-15 21:30:53'),(7753,'2005-07-28 06:09:19',3071,531,'2005-08-06 06:17:19',1,'2006-02-15 21:30:53'),(7754,'2005-07-28 06:10:55',1981,138,'2005-07-29 02:46:55',1,'2006-02-15 21:30:53'),(7755,'2005-07-28 06:22:18',1247,449,'2005-08-06 11:38:18',2,'2006-02-15 21:30:53'),(7756,'2005-07-28 06:22:52',1611,469,'2005-08-05 11:55:52',2,'2006-02-15 21:30:53'),(7757,'2005-07-28 06:23:00',3445,502,'2005-07-30 12:02:00',1,'2006-02-15 21:30:53'),(7758,'2005-07-28 06:23:41',4333,356,'2005-08-03 06:06:41',2,'2006-02-15 21:30:53'),(7759,'2005-07-28 06:28:45',3381,405,'2005-08-03 11:38:45',1,'2006-02-15 21:30:53'),(7760,'2005-07-28 06:29:45',409,307,'2005-08-03 01:36:45',1,'2006-02-15 21:30:53'),(7761,'2005-07-28 06:31:45',3568,112,'2005-07-30 01:36:45',2,'2006-02-15 21:30:53'),(7762,'2005-07-28 06:34:23',3234,462,'2005-08-05 09:55:23',2,'2006-02-15 21:30:53'),(7763,'2005-07-28 06:35:16',2461,116,'2005-08-03 02:46:16',2,'2006-02-15 21:30:53'),(7764,'2005-07-28 06:40:05',3537,142,'2005-07-30 02:51:05',2,'2006-02-15 21:30:53'),(7765,'2005-07-28 06:40:33',4098,294,'2005-07-31 01:25:33',1,'2006-02-15 21:30:53'),(7766,'2005-07-28 06:41:57',2774,292,'2005-08-06 11:21:57',2,'2006-02-15 21:30:53'),(7767,'2005-07-28 06:42:02',329,139,'2005-08-05 11:19:02',2,'2006-02-15 21:30:53'),(7768,'2005-07-28 06:44:03',2450,123,'2005-07-29 09:46:03',1,'2006-02-15 21:30:53'),(7769,'2005-07-28 06:45:23',3250,30,'2005-07-30 12:18:23',1,'2006-02-15 21:30:53'),(7770,'2005-07-28 06:49:35',1486,507,'2005-08-06 08:16:35',1,'2006-02-15 21:30:53'),(7771,'2005-07-28 06:52:12',1003,175,'2005-07-30 12:48:12',1,'2006-02-15 21:30:53'),(7772,'2005-07-28 06:59:09',986,552,'2005-08-01 10:49:09',1,'2006-02-15 21:30:53'),(7773,'2005-07-28 07:02:17',4143,380,'2005-07-30 04:16:17',2,'2006-02-15 21:30:53'),(7774,'2005-07-28 07:03:25',3483,259,'2005-08-03 02:05:25',1,'2006-02-15 21:30:53'),(7775,'2005-07-28 07:04:36',3795,475,'2005-08-03 06:36:36',2,'2006-02-15 21:30:53'),(7776,'2005-07-28 07:04:36',4170,385,'2005-08-01 09:32:36',1,'2006-02-15 21:30:53'),(7777,'2005-07-28 07:04:42',4422,287,'2005-07-29 01:57:42',1,'2006-02-15 21:30:53'),(7778,'2005-07-28 07:10:11',1044,248,'2005-08-05 05:09:11',1,'2006-02-15 21:30:53'),(7779,'2005-07-28 07:11:11',3663,414,'2005-07-30 11:12:11',1,'2006-02-15 21:30:53'),(7780,'2005-07-28 07:11:55',3069,236,'2005-08-06 05:41:55',1,'2006-02-15 21:30:53'),(7781,'2005-07-28 07:13:20',541,539,'2005-08-06 05:43:20',2,'2006-02-15 21:30:53'),(7782,'2005-07-28 07:13:40',3770,199,'2005-08-05 06:50:40',1,'2006-02-15 21:30:53'),(7783,'2005-07-28 07:14:43',3817,581,'2005-08-01 05:03:43',2,'2006-02-15 21:30:53'),(7784,'2005-07-28 07:15:32',3611,505,'2005-08-06 05:00:32',1,'2006-02-15 21:30:53'),(7785,'2005-07-28 07:16:11',4277,460,'2005-08-02 03:43:11',1,'2006-02-15 21:30:53'),(7786,'2005-07-28 07:18:26',2285,222,'2005-07-29 03:00:26',1,'2006-02-15 21:30:53'),(7787,'2005-07-28 07:19:02',2191,203,'2005-08-06 02:38:02',2,'2006-02-15 21:30:53'),(7788,'2005-07-28 07:21:55',95,487,'2005-08-03 06:33:55',1,'2006-02-15 21:30:53'),(7789,'2005-07-28 07:22:07',2837,426,'2005-08-06 10:47:07',1,'2006-02-15 21:30:53'),(7790,'2005-07-28 07:22:35',2327,189,'2005-07-30 02:59:35',1,'2006-02-15 21:30:53'),(7791,'2005-07-28 07:22:51',822,514,'2005-07-30 03:09:51',1,'2006-02-15 21:30:53'),(7792,'2005-07-28 07:24:02',3736,236,'2005-08-04 11:13:02',1,'2006-02-15 21:30:53'),(7793,'2005-07-28 07:26:14',24,32,'2005-08-03 07:45:14',1,'2006-02-15 21:30:53'),(7794,'2005-07-28 07:28:03',4509,510,'2005-08-06 12:32:03',2,'2006-02-15 21:30:53'),(7795,'2005-07-28 07:28:16',1278,38,'2005-07-31 12:03:16',1,'2006-02-15 21:30:53'),(7796,'2005-07-28 07:39:39',622,419,'2005-08-02 05:34:39',2,'2006-02-15 21:30:53'),(7797,'2005-07-28 07:41:07',4180,370,'2005-07-31 04:13:07',1,'2006-02-15 21:30:53'),(7798,'2005-07-28 07:41:59',3281,236,'2005-07-31 12:36:59',1,'2006-02-15 21:30:53'),(7799,'2005-07-28 07:42:09',2163,384,'2005-08-02 10:02:09',2,'2006-02-15 21:30:53'),(7800,'2005-07-28 07:50:59',3386,499,'2005-07-29 07:31:59',2,'2006-02-15 21:30:53'),(7801,'2005-07-28 07:51:56',2052,9,'2005-07-30 12:18:56',1,'2006-02-15 21:30:53'),(7802,'2005-07-28 07:51:57',1108,298,'2005-07-29 09:32:57',1,'2006-02-15 21:30:53'),(7803,'2005-07-28 07:52:13',3438,449,'2005-08-03 13:35:13',1,'2006-02-15 21:30:53'),(7804,'2005-07-28 07:56:00',592,249,'2005-07-30 10:33:00',2,'2006-02-15 21:30:53'),(7805,'2005-07-28 07:56:41',3204,366,'2005-08-04 06:53:41',1,'2006-02-15 21:30:53'),(7806,'2005-07-28 07:58:17',4317,440,'2005-08-06 10:15:17',1,'2006-02-15 21:30:53'),(7807,'2005-07-28 07:58:27',2204,504,'2005-08-01 02:48:27',2,'2006-02-15 21:30:53'),(7808,'2005-07-28 07:58:56',4052,327,'2005-08-02 10:49:56',1,'2006-02-15 21:30:53'),(7809,'2005-07-28 07:59:46',4150,94,'2005-08-02 02:56:46',1,'2006-02-15 21:30:53'),(7810,'2005-07-28 08:00:38',30,537,'2005-08-02 06:14:38',2,'2006-02-15 21:30:53'),(7811,'2005-07-28 08:06:01',3891,347,'2005-07-30 10:08:01',2,'2006-02-15 21:30:53'),(7812,'2005-07-28 08:06:52',4556,237,'2005-07-31 09:57:52',2,'2006-02-15 21:30:53'),(7813,'2005-07-28 08:08:27',4216,411,'2005-07-30 03:08:27',2,'2006-02-15 21:30:53'),(7814,'2005-07-28 08:09:48',2662,258,'2005-08-01 13:14:48',2,'2006-02-15 21:30:53'),(7815,'2005-07-28 08:14:11',3551,300,'2005-07-30 02:34:11',2,'2006-02-15 21:30:53'),(7816,'2005-07-28 08:14:12',1422,283,'2005-07-30 08:00:12',2,'2006-02-15 21:30:53'),(7817,'2005-07-28 08:20:55',600,259,'2005-07-30 11:55:55',1,'2006-02-15 21:30:53'),(7818,'2005-07-28 08:25:00',1672,301,'2005-07-29 14:07:00',1,'2006-02-15 21:30:53'),(7819,'2005-07-28 08:27:14',3182,100,'2005-08-02 12:34:14',2,'2006-02-15 21:30:53'),(7820,'2005-07-28 08:28:51',4475,459,'2005-08-05 10:00:51',1,'2006-02-15 21:30:53'),(7821,'2005-07-28 08:31:23',1184,433,'2005-08-03 05:08:23',2,'2006-02-15 21:30:53'),(7822,'2005-07-28 08:31:45',1428,156,'2005-07-31 11:06:45',1,'2006-02-15 21:30:53'),(7823,'2005-07-28 08:32:53',84,428,'2005-08-06 11:59:53',1,'2006-02-15 21:30:53'),(7824,'2005-07-28 08:34:47',2241,153,'2005-08-05 09:43:47',2,'2006-02-15 21:30:53'),(7825,'2005-07-28 08:34:57',4340,348,'2005-08-06 02:45:57',1,'2006-02-15 21:30:53'),(7826,'2005-07-28 08:35:51',1473,214,'2005-08-05 07:57:51',2,'2006-02-15 21:30:53'),(7827,'2005-07-28 08:37:22',659,422,'2005-07-31 04:27:22',1,'2006-02-15 21:30:53'),(7828,'2005-07-28 08:40:46',1710,212,'2005-07-30 14:22:46',1,'2006-02-15 21:30:53'),(7829,'2005-07-28 08:43:39',111,5,'2005-08-04 14:33:39',1,'2006-02-15 21:30:53'),(7830,'2005-07-28 08:43:49',4492,144,'2005-08-04 09:30:49',2,'2006-02-15 21:30:53'),(7831,'2005-07-28 08:44:21',4436,499,'2005-07-30 03:25:21',2,'2006-02-15 21:30:53'),(7832,'2005-07-28 08:46:11',284,92,'2005-08-04 06:55:11',1,'2006-02-15 21:30:53'),(7833,'2005-07-28 08:46:14',1166,263,'2005-08-04 06:13:14',1,'2006-02-15 21:30:53'),(7834,'2005-07-28 08:46:43',4124,278,'2005-07-31 07:09:43',2,'2006-02-15 21:30:53'),(7835,'2005-07-28 08:49:39',43,547,'2005-08-02 07:16:39',2,'2006-02-15 21:30:53'),(7836,'2005-07-28 08:55:27',1770,481,'2005-08-05 09:35:27',1,'2006-02-15 21:30:53'),(7837,'2005-07-28 08:58:32',115,374,'2005-07-29 14:11:32',1,'2006-02-15 21:30:53'),(7838,'2005-07-28 09:00:21',2222,550,'2005-07-29 05:52:21',1,'2006-02-15 21:30:53'),(7839,'2005-07-28 09:01:13',914,518,'2005-08-04 11:46:13',1,'2006-02-15 21:30:53'),(7840,'2005-07-28 09:03:02',2899,482,'2005-08-06 06:15:02',1,'2006-02-15 21:30:53'),(7841,'2005-07-28 09:04:45',1092,1,'2005-07-30 12:37:45',2,'2006-02-15 21:30:53'),(7842,'2005-07-28 09:10:06',2447,276,'2005-08-04 06:52:06',2,'2006-02-15 21:30:53'),(7843,'2005-07-28 09:10:22',3962,75,'2005-08-01 11:27:22',2,'2006-02-15 21:30:53'),(7844,'2005-07-28 09:16:19',4220,187,'2005-08-05 14:06:19',2,'2006-02-15 21:30:53'),(7845,'2005-07-28 09:18:07',38,352,'2005-08-04 10:23:07',2,'2006-02-15 21:30:53'),(7846,'2005-07-28 09:21:18',4201,309,'2005-08-06 07:10:18',2,'2006-02-15 21:30:53'),(7847,'2005-07-28 09:23:14',3602,323,'2005-08-02 11:02:14',2,'2006-02-15 21:30:53'),(7848,'2005-07-28 09:24:31',162,509,'2005-08-05 05:11:31',2,'2006-02-15 21:30:53'),(7849,'2005-07-28 09:30:02',996,423,'2005-08-06 12:41:02',2,'2006-02-15 21:30:53'),(7850,'2005-07-28 09:31:13',2913,118,'2005-08-02 14:06:13',2,'2006-02-15 21:30:53'),(7851,'2005-07-28 09:31:58',3596,253,'2005-08-04 09:58:58',2,'2006-02-15 21:30:53'),(7852,'2005-07-28 09:34:29',3462,123,'2005-07-30 05:48:29',1,'2006-02-15 21:30:53'),(7853,'2005-07-28 09:36:38',4053,318,'2005-07-29 15:01:38',1,'2006-02-15 21:30:53'),(7854,'2005-07-28 09:42:31',3531,84,'2005-08-02 09:25:31',1,'2006-02-15 21:30:53'),(7855,'2005-07-28 09:43:02',2474,288,'2005-07-30 12:57:02',2,'2006-02-15 21:30:53'),(7856,'2005-07-28 09:48:24',2376,375,'2005-07-29 09:49:24',2,'2006-02-15 21:30:53'),(7857,'2005-07-28 09:49:40',4027,500,'2005-08-01 05:34:40',2,'2006-02-15 21:30:53'),(7858,'2005-07-28 09:50:18',992,144,'2005-08-05 14:33:18',1,'2006-02-15 21:30:53'),(7859,'2005-07-28 09:57:17',3392,547,'2005-08-04 06:04:17',1,'2006-02-15 21:30:53'),(7860,'2005-07-28 09:58:02',2400,241,'2005-08-05 06:04:02',1,'2006-02-15 21:30:53'),(7861,'2005-07-28 10:02:01',1781,208,'2005-08-06 13:17:01',1,'2006-02-15 21:30:53'),(7862,'2005-07-28 10:02:25',2507,299,'2005-08-05 13:10:25',1,'2006-02-15 21:30:53'),(7863,'2005-07-28 10:05:46',1212,182,'2005-07-29 14:42:46',1,'2006-02-15 21:30:53'),(7864,'2005-07-28 10:06:10',1238,20,'2005-08-04 08:38:10',1,'2006-02-15 21:30:53'),(7865,'2005-07-28 10:07:04',2334,148,'2005-08-06 08:16:04',2,'2006-02-15 21:30:53'),(7866,'2005-07-28 10:08:01',1602,101,'2005-08-04 09:29:01',2,'2006-02-15 21:30:53'),(7867,'2005-07-28 10:08:54',713,297,'2005-07-30 10:26:54',2,'2006-02-15 21:30:53'),(7868,'2005-07-28 10:08:55',3589,43,'2005-07-30 11:52:55',1,'2006-02-15 21:30:53'),(7869,'2005-07-28 10:13:15',3005,298,'2005-08-03 12:58:15',1,'2006-02-15 21:30:53'),(7870,'2005-07-28 10:16:03',970,240,'2005-07-31 16:06:03',1,'2006-02-15 21:30:53'),(7871,'2005-07-28 10:16:37',3990,491,'2005-08-05 11:24:37',2,'2006-02-15 21:30:53'),(7872,'2005-07-28 10:18:16',826,66,'2005-07-31 10:57:16',1,'2006-02-15 21:30:53'),(7873,'2005-07-28 10:19:46',2947,82,'2005-07-31 04:43:46',2,'2006-02-15 21:30:53'),(7874,'2005-07-28 10:21:52',2981,86,'2005-08-06 16:19:52',1,'2006-02-15 21:30:53'),(7875,'2005-07-28 10:23:48',3693,504,'2005-08-02 12:09:48',1,'2006-02-15 21:30:53'),(7876,'2005-07-28 10:24:22',3563,577,'2005-08-04 07:15:22',1,'2006-02-15 21:30:53'),(7877,'2005-07-28 10:25:36',2576,65,'2005-08-05 12:46:36',1,'2006-02-15 21:30:53'),(7878,'2005-07-28 10:27:10',1564,141,'2005-07-29 11:22:10',1,'2006-02-15 21:30:53'),(7879,'2005-07-28 10:27:46',1969,125,'2005-07-31 07:48:46',1,'2006-02-15 21:30:53'),(7880,'2005-07-28 10:30:37',3670,182,'2005-08-03 08:05:37',2,'2006-02-15 21:30:53'),(7881,'2005-07-28 10:33:22',533,249,'2005-08-02 12:10:22',1,'2006-02-15 21:30:53'),(7882,'2005-07-28 10:33:42',3922,516,'2005-07-29 13:49:42',1,'2006-02-15 21:30:53'),(7883,'2005-07-28 10:37:20',447,526,'2005-08-02 05:08:20',1,'2006-02-15 21:30:53'),(7884,'2005-07-28 10:37:24',3871,502,'2005-07-31 10:31:24',1,'2006-02-15 21:30:53'),(7885,'2005-07-28 10:37:41',4294,260,'2005-08-05 07:56:41',1,'2006-02-15 21:30:53'),(7886,'2005-07-28 10:37:55',237,352,'2005-08-04 13:22:55',2,'2006-02-15 21:30:53'),(7887,'2005-07-28 10:40:12',2820,253,'2005-08-02 06:09:12',1,'2006-02-15 21:30:53'),(7888,'2005-07-28 10:40:24',545,378,'2005-08-01 16:18:24',1,'2006-02-15 21:30:53'),(7889,'2005-07-28 10:43:21',3123,416,'2005-07-30 09:11:21',1,'2006-02-15 21:30:53'),(7890,'2005-07-28 10:43:40',3443,553,'2005-07-31 06:07:40',1,'2006-02-15 21:30:53'),(7891,'2005-07-28 10:43:56',3637,560,'2005-08-05 14:04:56',2,'2006-02-15 21:30:53'),(7892,'2005-07-28 10:46:58',2717,397,'2005-07-30 16:03:58',1,'2006-02-15 21:30:53'),(7893,'2005-07-28 10:49:27',3058,479,'2005-08-02 06:46:27',1,'2006-02-15 21:30:53'),(7894,'2005-07-28 10:53:58',3532,330,'2005-08-02 13:42:58',2,'2006-02-15 21:30:53'),(7895,'2005-07-28 10:57:15',900,67,'2005-08-02 15:10:15',2,'2006-02-15 21:30:53'),(7896,'2005-07-28 11:00:58',3561,389,'2005-08-04 14:30:58',2,'2006-02-15 21:30:53'),(7897,'2005-07-28 11:01:51',1396,75,'2005-07-31 13:13:51',1,'2006-02-15 21:30:53'),(7898,'2005-07-28 11:08:22',2680,499,'2005-08-03 12:28:22',1,'2006-02-15 21:30:53'),(7899,'2005-07-28 11:10:12',4130,452,'2005-08-02 13:20:12',2,'2006-02-15 21:30:53'),(7900,'2005-07-28 11:11:33',2781,154,'2005-08-05 06:29:33',2,'2006-02-15 21:30:53'),(7901,'2005-07-28 11:12:12',4435,280,'2005-08-01 08:13:12',1,'2006-02-15 21:30:53'),(7902,'2005-07-28 11:14:19',3066,356,'2005-07-30 09:01:19',2,'2006-02-15 21:30:53'),(7903,'2005-07-28 11:20:36',2767,588,'2005-07-31 09:16:36',1,'2006-02-15 21:30:53'),(7904,'2005-07-28 11:25:39',316,477,'2005-08-06 08:22:39',2,'2006-02-15 21:30:53'),(7905,'2005-07-28 11:26:57',4287,455,'2005-08-02 06:14:57',1,'2006-02-15 21:30:53'),(7906,'2005-07-28 11:31:42',1216,85,'2005-08-01 11:56:42',2,'2006-02-15 21:30:53'),(7907,'2005-07-28 11:32:00',3252,433,'2005-07-30 15:27:00',1,'2006-02-15 21:30:53'),(7908,'2005-07-28 11:32:57',3646,360,'2005-08-03 13:30:57',2,'2006-02-15 21:30:53'),(7909,'2005-07-28 11:38:08',3355,210,'2005-07-29 13:54:08',1,'2006-02-15 21:30:53'),(7910,'2005-07-28 11:44:56',2044,480,'2005-08-05 14:37:56',2,'2006-02-15 21:30:53'),(7911,'2005-07-28 11:46:45',390,3,'2005-07-29 07:19:45',1,'2006-02-15 21:30:53'),(7912,'2005-07-28 11:46:58',745,127,'2005-08-05 12:50:58',1,'2006-02-15 21:30:53'),(7913,'2005-07-28 11:47:23',4001,459,'2005-08-05 06:36:23',1,'2006-02-15 21:30:53'),(7914,'2005-07-28 11:48:08',2796,469,'2005-07-30 14:14:08',1,'2006-02-15 21:30:53'),(7915,'2005-07-28 11:49:46',2088,186,'2005-08-04 12:21:46',2,'2006-02-15 21:30:53'),(7916,'2005-07-28 11:49:53',3877,13,'2005-07-29 15:01:53',1,'2006-02-15 21:30:53'),(7917,'2005-07-28 11:56:57',2071,416,'2005-07-29 14:06:57',1,'2006-02-15 21:30:53'),(7918,'2005-07-28 11:58:53',63,473,'2005-08-04 12:08:53',2,'2006-02-15 21:30:53'),(7919,'2005-07-28 11:59:45',2138,36,'2005-08-06 11:19:45',1,'2006-02-15 21:30:53'),(7920,'2005-07-28 12:01:19',66,48,'2005-08-05 07:08:19',1,'2006-02-15 21:30:53'),(7921,'2005-07-28 12:02:46',116,100,'2005-08-01 12:08:46',2,'2006-02-15 21:30:53'),(7922,'2005-07-28 12:05:25',817,125,'2005-08-02 12:13:25',2,'2006-02-15 21:30:53'),(7923,'2005-07-28 12:08:29',2273,458,'2005-08-04 12:30:29',1,'2006-02-15 21:30:53'),(7924,'2005-07-28 12:08:53',656,97,'2005-07-30 06:45:53',2,'2006-02-15 21:30:53'),(7925,'2005-07-28 12:10:02',1763,500,'2005-08-02 15:50:02',1,'2006-02-15 21:30:53'),(7926,'2005-07-28 12:13:02',180,78,'2005-08-05 08:54:02',1,'2006-02-15 21:30:53'),(7927,'2005-07-28 12:13:42',1263,27,'2005-08-05 12:02:42',1,'2006-02-15 21:30:53'),(7928,'2005-07-28 12:15:51',912,473,'2005-08-05 06:34:51',1,'2006-02-15 21:30:53'),(7929,'2005-07-28 12:16:40',2652,307,'2005-07-31 13:09:40',2,'2006-02-15 21:30:53'),(7930,'2005-07-28 12:21:08',4181,320,'2005-07-30 11:56:08',1,'2006-02-15 21:30:53'),(7931,'2005-07-28 12:23:41',1923,326,'2005-08-06 09:49:41',2,'2006-02-15 21:30:53'),(7932,'2005-07-28 12:24:54',3738,462,'2005-07-30 11:33:54',1,'2006-02-15 21:30:53'),(7933,'2005-07-28 12:27:27',3175,297,'2005-07-29 10:34:27',2,'2006-02-15 21:30:53'),(7934,'2005-07-28 12:33:10',2642,332,'2005-08-04 07:40:10',2,'2006-02-15 21:30:53'),(7935,'2005-07-28 12:33:17',3664,462,'2005-08-04 14:40:17',2,'2006-02-15 21:30:53'),(7936,'2005-07-28 12:33:21',563,520,'2005-07-30 13:31:21',2,'2006-02-15 21:30:53'),(7937,'2005-07-28 12:38:22',3944,323,'2005-07-29 09:19:22',1,'2006-02-15 21:30:53'),(7938,'2005-07-28 12:39:11',2579,114,'2005-08-04 16:56:11',1,'2006-02-15 21:30:53'),(7939,'2005-07-28 12:45:47',2004,37,'2005-07-30 18:32:47',2,'2006-02-15 21:30:53'),(7940,'2005-07-28 12:46:47',901,409,'2005-07-29 06:46:47',2,'2006-02-15 21:30:53'),(7941,'2005-07-28 12:47:20',439,566,'2005-08-01 08:46:20',1,'2006-02-15 21:30:53'),(7942,'2005-07-28 12:49:44',1636,56,'2005-07-31 18:07:44',2,'2006-02-15 21:30:53'),(7943,'2005-07-28 12:50:55',2914,346,'2005-08-04 11:29:55',2,'2006-02-15 21:30:53'),(7944,'2005-07-28 12:51:22',3148,504,'2005-07-30 12:19:22',1,'2006-02-15 21:30:53'),(7945,'2005-07-28 12:53:58',3326,316,'2005-08-03 14:04:58',1,'2006-02-15 21:30:53'),(7946,'2005-07-28 13:01:22',99,90,'2005-08-03 15:27:22',2,'2006-02-15 21:30:53'),(7947,'2005-07-28 13:05:50',2504,279,'2005-08-02 11:16:50',2,'2006-02-15 21:30:53'),(7948,'2005-07-28 13:06:16',215,589,'2005-08-05 08:38:16',1,'2006-02-15 21:30:53'),(7949,'2005-07-28 13:07:24',2145,487,'2005-08-02 09:41:24',1,'2006-02-15 21:30:53'),(7950,'2005-07-28 13:21:00',2286,122,'2005-08-05 18:47:00',2,'2006-02-15 21:30:53'),(7951,'2005-07-28 13:21:16',3979,237,'2005-08-06 08:21:16',1,'2006-02-15 21:30:53'),(7952,'2005-07-28 13:23:49',3313,158,'2005-08-01 08:50:49',1,'2006-02-15 21:30:53'),(7953,'2005-07-28 13:24:32',4471,319,'2005-08-05 16:09:32',2,'2006-02-15 21:30:53'),(7954,'2005-07-28 13:25:05',3735,145,'2005-07-29 18:50:05',2,'2006-02-15 21:30:53'),(7955,'2005-07-28 13:31:36',1519,522,'2005-07-30 10:03:36',1,'2006-02-15 21:30:53'),(7956,'2005-07-28 13:32:17',4335,118,'2005-08-06 14:51:17',2,'2006-02-15 21:30:53'),(7957,'2005-07-28 13:34:08',1623,78,'2005-08-05 07:58:08',1,'2006-02-15 21:30:53'),(7958,'2005-07-28 13:34:34',421,593,'2005-07-29 16:03:34',1,'2006-02-15 21:30:53'),(7959,'2005-07-28 13:43:20',1549,178,'2005-08-02 12:13:20',2,'2006-02-15 21:30:53'),(7960,'2005-07-28 13:47:08',2718,324,'2005-08-03 15:17:08',1,'2006-02-15 21:30:53'),(7961,'2005-07-28 13:47:21',3284,45,'2005-08-01 09:33:21',1,'2006-02-15 21:30:53'),(7962,'2005-07-28 13:48:09',1746,126,'2005-08-03 19:21:09',1,'2006-02-15 21:30:53'),(7963,'2005-07-28 13:48:38',921,247,'2005-08-06 19:37:38',2,'2006-02-15 21:30:53'),(7964,'2005-07-28 13:49:58',2528,574,'2005-08-03 10:03:58',2,'2006-02-15 21:30:53'),(7965,'2005-07-28 13:52:57',3671,134,'2005-07-29 14:54:57',1,'2006-02-15 21:30:53'),(7966,'2005-07-28 13:53:54',2514,91,'2005-08-06 15:32:54',1,'2006-02-15 21:30:53'),(7967,'2005-07-28 13:56:51',2040,187,'2005-08-03 19:38:51',1,'2006-02-15 21:30:53'),(7968,'2005-07-28 13:57:35',3865,597,'2005-08-04 13:40:35',1,'2006-02-15 21:30:53'),(7969,'2005-07-28 13:57:37',2224,123,'2005-08-04 19:31:37',1,'2006-02-15 21:30:53'),(7970,'2005-07-28 13:58:38',998,507,'2005-08-02 12:27:38',1,'2006-02-15 21:30:53'),(7971,'2005-07-28 14:00:47',1910,445,'2005-08-02 10:01:47',1,'2006-02-15 21:30:53'),(7972,'2005-07-28 14:07:46',2930,269,'2005-08-01 11:28:46',2,'2006-02-15 21:30:53'),(7973,'2005-07-28 14:10:06',3936,339,'2005-07-29 11:26:06',2,'2006-02-15 21:30:53'),(7974,'2005-07-28 14:11:57',2442,380,'2005-08-02 19:25:57',2,'2006-02-15 21:30:53'),(7975,'2005-07-28 14:12:47',2565,211,'2005-08-05 09:18:47',1,'2006-02-15 21:30:53'),(7976,'2005-07-28 14:13:24',2296,205,'2005-08-05 09:01:24',1,'2006-02-15 21:30:53'),(7977,'2005-07-28 14:15:54',3162,389,'2005-08-01 18:58:54',2,'2006-02-15 21:30:53'),(7978,'2005-07-28 14:16:14',508,431,'2005-08-01 12:53:14',2,'2006-02-15 21:30:53'),(7979,'2005-07-28 14:16:30',3303,94,'2005-08-03 09:39:30',2,'2006-02-15 21:30:53'),(7980,'2005-07-28 14:16:49',1019,329,'2005-08-05 09:20:49',1,'2006-02-15 21:30:53'),(7981,'2005-07-28 14:18:25',90,392,'2005-08-04 15:21:25',2,'2006-02-15 21:30:53'),(7982,'2005-07-28 14:19:59',668,71,'2005-07-29 14:09:59',2,'2006-02-15 21:30:53'),(7983,'2005-07-28 14:23:01',1836,115,'2005-07-29 11:51:01',1,'2006-02-15 21:30:53'),(7984,'2005-07-28 14:27:51',2893,208,'2005-08-04 17:34:51',1,'2006-02-15 21:30:53'),(7985,'2005-07-28 14:29:01',4022,388,'2005-08-03 17:20:01',2,'2006-02-15 21:30:53'),(7986,'2005-07-28 14:30:13',1283,395,'2005-08-05 09:35:13',1,'2006-02-15 21:30:53'),(7987,'2005-07-28 14:36:52',288,443,'2005-08-05 16:49:52',2,'2006-02-15 21:30:53'),(7988,'2005-07-28 14:37:18',2906,517,'2005-08-05 10:53:18',1,'2006-02-15 21:30:53'),(7989,'2005-07-28 14:39:05',3196,149,'2005-08-05 13:58:05',2,'2006-02-15 21:30:53'),(7990,'2005-07-28 14:43:08',188,232,'2005-08-01 10:51:08',2,'2006-02-15 21:30:53'),(7991,'2005-07-28 14:45:45',1133,59,'2005-07-29 15:05:45',2,'2006-02-15 21:30:53'),(7992,'2005-07-28 14:53:06',1851,33,'2005-07-29 18:17:06',1,'2006-02-15 21:30:53'),(7993,'2005-07-28 14:56:41',2926,353,'2005-08-01 17:01:41',2,'2006-02-15 21:30:53'),(7994,'2005-07-28 14:56:54',2431,21,'2005-07-30 09:56:54',2,'2006-02-15 21:30:53'),(7995,'2005-07-28 15:00:09',536,89,'2005-08-01 12:33:09',2,'2006-02-15 21:30:53'),(7996,'2005-07-28 15:00:49',2171,408,'2005-08-04 20:58:49',2,'2006-02-15 21:30:53'),(7997,'2005-07-28 15:02:25',1845,591,'2005-08-04 14:35:25',1,'2006-02-15 21:30:53'),(7998,'2005-07-28 15:08:48',1397,598,'2005-07-31 16:14:48',2,'2006-02-15 21:30:53'),(7999,'2005-07-28 15:10:14',2750,170,'2005-08-06 17:08:14',2,'2006-02-15 21:30:53'),(8000,'2005-07-28 15:10:25',1644,212,'2005-08-06 19:15:25',1,'2006-02-15 21:30:53'),(8001,'2005-07-28 15:10:55',2570,10,'2005-08-05 18:23:55',1,'2006-02-15 21:30:53'),(8002,'2005-07-28 15:11:00',22,449,'2005-07-31 15:46:00',2,'2006-02-15 21:30:53'),(8003,'2005-07-28 15:11:27',2775,89,'2005-08-04 18:35:27',1,'2006-02-15 21:30:53'),(8004,'2005-07-28 15:14:07',4428,393,'2005-07-30 19:32:07',2,'2006-02-15 21:30:53'),(8005,'2005-07-28 15:15:11',670,488,'2005-07-29 14:54:11',1,'2006-02-15 21:30:53'),(8006,'2005-07-28 15:15:41',3959,109,'2005-08-05 19:29:41',2,'2006-02-15 21:30:53'),(8007,'2005-07-28 15:22:27',1942,525,'2005-07-30 13:06:27',2,'2006-02-15 21:30:53'),(8008,'2005-07-28 15:25:55',2093,41,'2005-08-04 13:16:55',1,'2006-02-15 21:30:53'),(8009,'2005-07-28 15:25:58',337,372,'2005-08-04 10:16:58',2,'2006-02-15 21:30:53'),(8010,'2005-07-28 15:26:20',68,467,'2005-08-04 18:39:20',2,'2006-02-15 21:30:53'),(8011,'2005-07-28 15:26:39',4274,497,'2005-07-30 13:59:39',1,'2006-02-15 21:30:53'),(8012,'2005-07-28 15:29:00',1513,343,'2005-08-05 12:28:00',2,'2006-02-15 21:30:53'),(8013,'2005-07-28 15:30:26',2074,403,'2005-08-05 16:29:26',1,'2006-02-15 21:30:53'),(8014,'2005-07-28 15:32:07',2339,11,'2005-07-31 20:52:07',1,'2006-02-15 21:30:53'),(8015,'2005-07-28 15:33:03',1814,23,'2005-07-30 15:32:03',2,'2006-02-15 21:30:53'),(8016,'2005-07-28 15:35:41',516,391,'2005-07-30 20:06:41',2,'2006-02-15 21:30:53'),(8017,'2005-07-28 15:35:41',1764,328,'2005-08-01 19:12:41',1,'2006-02-15 21:30:53'),(8018,'2005-07-28 15:36:48',4129,377,'2005-08-06 20:04:48',1,'2006-02-15 21:30:53'),(8019,'2005-07-28 15:37:43',1844,84,'2005-08-04 15:40:43',2,'2006-02-15 21:30:53'),(8020,'2005-07-28 15:43:32',4459,498,'2005-08-05 12:19:32',1,'2006-02-15 21:30:53'),(8021,'2005-07-28 15:45:24',1920,501,'2005-08-04 10:49:24',1,'2006-02-15 21:30:53'),(8022,'2005-07-28 15:48:56',294,314,'2005-08-06 13:40:56',1,'2006-02-15 21:30:53'),(8023,'2005-07-28 15:53:29',2133,411,'2005-07-31 12:26:29',1,'2006-02-15 21:30:53'),(8024,'2005-07-28 15:55:40',1735,90,'2005-08-02 09:56:40',1,'2006-02-15 21:30:53'),(8025,'2005-07-28 16:03:27',2932,421,'2005-08-03 21:58:27',2,'2006-02-15 21:30:53'),(8026,'2005-07-28 16:05:38',4225,511,'2005-07-29 21:28:38',2,'2006-02-15 21:30:53'),(8027,'2005-07-28 16:09:57',1335,436,'2005-08-05 18:17:57',1,'2006-02-15 21:30:53'),(8028,'2005-07-28 16:11:15',2715,137,'2005-08-05 15:11:15',1,'2006-02-15 21:30:53'),(8029,'2005-07-28 16:11:21',4273,61,'2005-08-05 13:52:21',1,'2006-02-15 21:30:53'),(8030,'2005-07-28 16:12:53',2633,30,'2005-07-31 17:15:53',1,'2006-02-15 21:30:53'),(8031,'2005-07-28 16:15:49',2196,40,'2005-08-02 18:27:49',2,'2006-02-15 21:30:53'),(8032,'2005-07-28 16:17:00',431,230,'2005-07-29 13:32:00',1,'2006-02-15 21:30:53'),(8033,'2005-07-28 16:18:23',4268,1,'2005-07-30 17:56:23',1,'2006-02-15 21:30:53'),(8034,'2005-07-28 16:20:26',1997,502,'2005-08-04 19:11:26',2,'2006-02-15 21:30:53'),(8035,'2005-07-28 16:23:01',1503,14,'2005-08-05 10:52:01',1,'2006-02-15 21:30:53'),(8036,'2005-07-28 16:27:43',2741,412,'2005-08-01 13:41:43',2,'2006-02-15 21:30:53'),(8037,'2005-07-28 16:31:20',3973,409,'2005-07-31 12:18:20',2,'2006-02-15 21:30:53'),(8038,'2005-07-28 16:32:55',1225,30,'2005-07-30 21:08:55',1,'2006-02-15 21:30:53'),(8039,'2005-07-28 16:35:16',1996,203,'2005-07-30 14:49:16',1,'2006-02-15 21:30:53'),(8040,'2005-07-28 16:39:43',4543,163,'2005-08-02 20:00:43',2,'2006-02-15 21:30:53'),(8041,'2005-07-28 16:39:56',763,357,'2005-07-30 18:44:56',1,'2006-02-15 21:30:53'),(8042,'2005-07-28 16:45:11',4325,14,'2005-08-04 17:16:11',2,'2006-02-15 21:30:53'),(8043,'2005-07-28 16:45:44',208,577,'2005-08-01 12:26:44',1,'2006-02-15 21:30:53'),(8044,'2005-07-28 16:49:12',879,442,'2005-08-02 22:41:12',1,'2006-02-15 21:30:53'),(8045,'2005-07-28 16:49:38',3427,368,'2005-08-03 15:42:38',1,'2006-02-15 21:30:53'),(8046,'2005-07-28 16:49:41',2873,120,'2005-07-31 21:33:41',1,'2006-02-15 21:30:53'),(8047,'2005-07-28 16:49:43',2936,292,'2005-08-03 14:48:43',2,'2006-02-15 21:30:53'),(8048,'2005-07-28 16:50:26',2721,182,'2005-08-06 19:20:26',1,'2006-02-15 21:30:53'),(8049,'2005-07-28 16:51:58',673,42,'2005-07-31 22:18:58',1,'2006-02-15 21:30:53'),(8050,'2005-07-28 16:55:47',1864,488,'2005-08-02 13:20:47',1,'2006-02-15 21:30:53'),(8051,'2005-07-28 16:56:16',4405,192,'2005-07-29 22:48:16',1,'2006-02-15 21:30:53'),(8052,'2005-07-28 16:57:31',2460,166,'2005-08-03 18:03:31',2,'2006-02-15 21:30:53'),(8053,'2005-07-28 16:59:41',1511,526,'2005-08-03 22:28:41',2,'2006-02-15 21:30:53'),(8054,'2005-07-28 17:02:18',1062,225,'2005-08-06 11:55:18',1,'2006-02-15 21:30:53'),(8055,'2005-07-28 17:02:32',4162,304,'2005-07-31 22:05:32',2,'2006-02-15 21:30:53'),(8056,'2005-07-28 17:04:15',4018,589,'2005-08-03 19:11:15',2,'2006-02-15 21:30:53'),(8057,'2005-07-28 17:07:13',4177,483,'2005-08-03 16:25:13',1,'2006-02-15 21:30:53'),(8058,'2005-07-28 17:07:49',2148,404,'2005-08-03 22:57:49',1,'2006-02-15 21:30:53'),(8059,'2005-07-28 17:09:59',2611,372,'2005-07-31 15:42:59',2,'2006-02-15 21:30:53'),(8060,'2005-07-28 17:10:02',3765,577,'2005-08-05 17:11:02',1,'2006-02-15 21:30:53'),(8061,'2005-07-28 17:12:53',650,467,'2005-08-05 13:56:53',2,'2006-02-15 21:30:53'),(8062,'2005-07-28 17:15:06',1384,317,'2005-07-30 16:56:06',2,'2006-02-15 21:30:53'),(8063,'2005-07-28 17:15:11',935,163,'2005-08-04 16:45:11',1,'2006-02-15 21:30:53'),(8064,'2005-07-28 17:15:38',3788,488,'2005-08-04 18:04:38',2,'2006-02-15 21:30:53'),(8065,'2005-07-28 17:15:48',413,220,'2005-08-04 15:49:48',2,'2006-02-15 21:30:53'),(8066,'2005-07-28 17:20:09',3208,462,'2005-07-31 18:36:09',2,'2006-02-15 21:30:53'),(8067,'2005-07-28 17:20:17',3923,209,'2005-07-29 21:55:17',1,'2006-02-15 21:30:53'),(8068,'2005-07-28 17:22:28',209,216,'2005-07-29 12:24:28',2,'2006-02-15 21:30:53'),(8069,'2005-07-28 17:23:46',2822,178,'2005-07-30 16:19:46',1,'2006-02-15 21:30:53'),(8070,'2005-07-28 17:26:56',1606,89,'2005-08-01 17:33:56',1,'2006-02-15 21:30:53'),(8071,'2005-07-28 17:27:48',2582,131,'2005-08-03 11:48:48',2,'2006-02-15 21:30:53'),(8072,'2005-07-28 17:27:59',2347,99,'2005-07-30 19:08:59',1,'2006-02-15 21:30:53'),(8073,'2005-07-28 17:29:02',630,314,'2005-08-01 22:17:02',2,'2006-02-15 21:30:53'),(8074,'2005-07-28 17:33:39',1558,1,'2005-07-29 20:17:39',1,'2006-02-15 21:30:53'),(8075,'2005-07-28 17:37:28',2175,61,'2005-07-29 11:56:28',2,'2006-02-15 21:30:53'),(8076,'2005-07-28 17:45:58',214,17,'2005-08-04 18:07:58',2,'2006-02-15 21:30:53'),(8077,'2005-07-28 17:54:35',3253,122,'2005-07-29 19:28:35',2,'2006-02-15 21:30:53'),(8078,'2005-07-28 17:54:42',3839,407,'2005-07-30 18:18:42',2,'2006-02-15 21:30:53'),(8079,'2005-07-28 17:58:36',3564,432,'2005-07-29 14:48:36',2,'2006-02-15 21:30:53'),(8080,'2005-07-28 18:05:06',3035,406,'2005-07-29 22:44:06',2,'2006-02-15 21:30:53'),(8081,'2005-07-28 18:06:46',4404,362,'2005-08-04 18:54:46',1,'2006-02-15 21:30:53'),(8082,'2005-07-28 18:08:02',3089,423,'2005-08-04 14:33:02',2,'2006-02-15 21:30:53'),(8083,'2005-07-28 18:09:48',2187,30,'2005-08-04 21:47:48',2,'2006-02-15 21:30:53'),(8084,'2005-07-28 18:11:58',911,571,'2005-08-03 23:41:58',2,'2006-02-15 21:30:53'),(8085,'2005-07-28 18:13:15',3059,552,'2005-08-04 13:45:15',2,'2006-02-15 21:30:53'),(8086,'2005-07-28 18:17:14',1182,3,'2005-07-30 18:22:14',2,'2006-02-15 21:30:53'),(8087,'2005-07-28 18:21:16',1913,295,'2005-08-03 12:38:16',2,'2006-02-15 21:30:53'),(8088,'2005-07-28 18:23:49',2590,343,'2005-08-06 23:25:49',2,'2006-02-15 21:30:53'),(8089,'2005-07-28 18:26:47',1414,50,'2005-08-03 21:28:47',1,'2006-02-15 21:30:53'),(8090,'2005-07-28 18:27:29',1336,387,'2005-08-02 14:08:29',2,'2006-02-15 21:30:53'),(8091,'2005-07-28 18:27:29',3025,126,'2005-08-01 19:45:29',2,'2006-02-15 21:30:53'),(8092,'2005-07-28 18:28:07',2034,167,'2005-07-30 19:17:07',2,'2006-02-15 21:30:53'),(8093,'2005-07-28 18:29:16',1427,533,'2005-08-05 21:49:16',1,'2006-02-15 21:30:53'),(8094,'2005-07-28 18:30:28',4276,432,'2005-08-05 17:37:28',2,'2006-02-15 21:30:53'),(8095,'2005-07-28 18:32:40',2685,42,'2005-08-06 23:45:40',1,'2006-02-15 21:30:53'),(8096,'2005-07-28 18:32:46',502,506,'2005-08-06 15:00:46',1,'2006-02-15 21:30:53'),(8097,'2005-07-28 18:32:49',2719,436,'2005-08-06 16:09:49',1,'2006-02-15 21:30:53'),(8098,'2005-07-28 18:34:20',1757,41,'2005-07-31 19:07:20',2,'2006-02-15 21:30:53'),(8099,'2005-07-28 18:35:12',3694,36,'2005-07-30 15:44:12',2,'2006-02-15 21:30:53'),(8100,'2005-07-28 18:43:11',2859,11,'2005-08-02 15:56:11',2,'2006-02-15 21:30:53'),(8101,'2005-07-28 18:47:23',731,6,'2005-07-31 16:23:23',1,'2006-02-15 21:30:53'),(8102,'2005-07-28 18:49:43',4505,237,'2005-08-03 23:04:43',2,'2006-02-15 21:30:53'),(8103,'2005-07-28 18:50:14',4472,397,'2005-08-04 16:53:14',1,'2006-02-15 21:30:53'),(8104,'2005-07-28 18:59:36',1080,533,'2005-08-03 22:05:36',2,'2006-02-15 21:30:53'),(8105,'2005-07-28 18:59:46',1316,314,'2005-07-29 22:51:46',1,'2006-02-15 21:30:53'),(8106,'2005-07-28 19:02:46',963,137,'2005-07-30 20:48:46',2,'2006-02-15 21:30:53'),(8107,'2005-07-28 19:03:16',1318,518,'2005-08-05 17:18:16',2,'2006-02-15 21:30:53'),(8108,'2005-07-28 19:07:38',1600,295,'2005-08-03 15:13:38',2,'2006-02-15 21:30:53'),(8109,'2005-07-28 19:07:44',652,407,'2005-07-31 14:59:44',1,'2006-02-15 21:30:53'),(8110,'2005-07-28 19:07:45',1244,225,'2005-08-04 22:12:45',1,'2006-02-15 21:30:53'),(8111,'2005-07-28 19:10:03',3226,148,'2005-07-29 22:25:03',1,'2006-02-15 21:30:53'),(8112,'2005-07-28 19:11:07',2444,528,'2005-08-03 18:41:07',1,'2006-02-15 21:30:53'),(8113,'2005-07-28 19:14:00',4269,541,'2005-08-06 00:05:00',2,'2006-02-15 21:30:53'),(8114,'2005-07-28 19:14:06',815,509,'2005-08-05 13:16:06',1,'2006-02-15 21:30:53'),(8115,'2005-07-28 19:14:17',2080,106,'2005-08-03 14:58:17',2,'2006-02-15 21:30:53'),(8116,'2005-07-28 19:20:07',4497,1,'2005-07-29 22:54:07',1,'2006-02-15 21:30:53'),(8117,'2005-07-28 19:20:16',1502,300,'2005-08-05 23:55:16',1,'2006-02-15 21:30:53'),(8118,'2005-07-28 19:22:22',331,566,'2005-08-01 22:13:22',1,'2006-02-15 21:30:53'),(8119,'2005-07-28 19:23:15',1542,398,'2005-08-04 15:53:15',2,'2006-02-15 21:30:53'),(8120,'2005-07-28 19:24:24',3993,235,'2005-07-31 14:31:24',2,'2006-02-15 21:30:53'),(8121,'2005-07-28 19:25:45',2229,363,'2005-08-02 13:30:45',2,'2006-02-15 21:30:53'),(8122,'2005-07-28 19:27:37',2141,18,'2005-07-29 19:48:37',2,'2006-02-15 21:30:53'),(8123,'2005-07-28 19:28:23',2256,138,'2005-08-04 19:41:23',1,'2006-02-15 21:30:53'),(8124,'2005-07-28 19:28:58',1187,357,'2005-07-31 00:45:58',1,'2006-02-15 21:30:53'),(8125,'2005-07-28 19:31:48',4330,96,'2005-07-30 01:09:48',1,'2006-02-15 21:30:53'),(8126,'2005-07-28 19:32:41',719,537,'2005-08-05 00:33:41',2,'2006-02-15 21:30:53'),(8127,'2005-07-28 19:45:19',4265,20,'2005-07-31 22:07:19',2,'2006-02-15 21:30:53'),(8128,'2005-07-28 19:46:06',2872,71,'2005-08-06 16:10:06',2,'2006-02-15 21:30:53'),(8129,'2005-07-28 19:47:02',2546,345,'2005-07-31 21:33:02',2,'2006-02-15 21:30:53'),(8130,'2005-07-28 19:48:15',4055,499,'2005-08-05 14:18:15',2,'2006-02-15 21:30:53'),(8131,'2005-07-28 19:55:21',437,281,'2005-08-02 21:52:21',2,'2006-02-15 21:30:53'),(8132,'2005-07-28 19:57:31',1303,562,'2005-08-02 22:16:31',2,'2006-02-15 21:30:53'),(8133,'2005-07-28 20:01:06',849,461,'2005-08-01 20:01:06',1,'2006-02-15 21:30:53'),(8134,'2005-07-28 20:01:23',1695,41,'2005-08-03 01:00:23',2,'2006-02-15 21:30:53'),(8135,'2005-07-28 20:03:25',1339,164,'2005-08-03 01:28:25',2,'2006-02-15 21:30:53'),(8136,'2005-07-28 20:05:48',3434,429,'2005-08-01 20:31:48',2,'2006-02-15 21:30:53'),(8137,'2005-07-28 20:07:18',3188,312,'2005-08-03 17:41:18',1,'2006-02-15 21:30:53'),(8138,'2005-07-28 20:12:17',1258,371,'2005-08-01 15:21:17',2,'2006-02-15 21:30:53'),(8139,'2005-07-28 20:16:30',3651,177,'2005-08-03 18:00:30',2,'2006-02-15 21:30:53'),(8140,'2005-07-28 20:17:50',4270,119,'2005-07-30 18:07:50',1,'2006-02-15 21:30:53'),(8141,'2005-07-28 20:21:19',361,523,'2005-07-30 19:16:19',2,'2006-02-15 21:30:53'),(8142,'2005-07-28 20:21:54',1075,322,'2005-07-31 18:39:54',2,'2006-02-15 21:30:53'),(8143,'2005-07-28 20:23:11',3629,429,'2005-08-01 18:17:11',1,'2006-02-15 21:30:53'),(8144,'2005-07-28 20:30:55',3556,320,'2005-07-31 18:10:55',2,'2006-02-15 21:30:53'),(8145,'2005-07-28 20:34:41',937,198,'2005-08-05 15:28:41',2,'2006-02-15 21:30:53'),(8146,'2005-07-28 20:37:36',2430,476,'2005-07-31 16:03:36',2,'2006-02-15 21:30:53'),(8147,'2005-07-28 20:37:56',628,228,'2005-07-30 18:26:56',1,'2006-02-15 21:30:53'),(8148,'2005-07-28 20:39:47',537,347,'2005-08-02 16:29:47',1,'2006-02-15 21:30:53'),(8149,'2005-07-28 20:48:12',1790,591,'2005-08-01 20:07:12',2,'2006-02-15 21:30:53'),(8150,'2005-07-28 20:50:41',3489,497,'2005-08-02 00:43:41',1,'2006-02-15 21:30:53'),(8151,'2005-07-28 20:50:52',4370,495,'2005-07-31 14:50:52',1,'2006-02-15 21:30:53'),(8152,'2005-07-28 20:53:05',2557,46,'2005-08-06 20:03:05',2,'2006-02-15 21:30:53'),(8153,'2005-07-28 20:55:49',2173,347,'2005-08-01 15:56:49',2,'2006-02-15 21:30:53'),(8154,'2005-07-28 20:56:18',1180,285,'2005-08-01 21:56:18',2,'2006-02-15 21:30:53'),(8155,'2005-07-28 20:57:06',3023,428,'2005-08-02 18:40:06',2,'2006-02-15 21:30:53'),(8156,'2005-07-28 20:59:04',1977,257,'2005-08-01 01:52:04',1,'2006-02-15 21:30:53'),(8157,'2005-07-28 21:06:45',915,566,'2005-08-04 16:06:45',1,'2006-02-15 21:30:53'),(8158,'2005-07-28 21:08:46',4327,458,'2005-08-01 21:50:46',2,'2006-02-15 21:30:53'),(8159,'2005-07-28 21:09:28',1118,47,'2005-08-04 15:34:28',1,'2006-02-15 21:30:53'),(8160,'2005-07-28 21:10:30',2446,138,'2005-08-05 16:52:30',2,'2006-02-15 21:30:53'),(8161,'2005-07-28 21:11:00',848,555,'2005-08-03 23:32:00',1,'2006-02-15 21:30:53'),(8162,'2005-07-28 21:11:46',4393,107,'2005-08-04 18:26:46',1,'2006-02-15 21:30:53'),(8163,'2005-07-28 21:11:48',1919,157,'2005-07-31 18:30:48',1,'2006-02-15 21:30:53'),(8164,'2005-07-28 21:17:19',1674,461,'2005-07-30 21:12:19',2,'2006-02-15 21:30:53'),(8165,'2005-07-28 21:23:06',3460,197,'2005-08-01 21:32:06',1,'2006-02-15 21:30:53'),(8166,'2005-07-28 21:23:33',3906,42,'2005-08-03 21:07:33',2,'2006-02-15 21:30:53'),(8167,'2005-07-28 21:25:45',3181,311,'2005-08-04 18:04:45',1,'2006-02-15 21:30:53'),(8168,'2005-07-28 21:28:32',1120,365,'2005-07-30 02:10:32',1,'2006-02-15 21:30:53'),(8169,'2005-07-28 21:29:46',4086,366,'2005-08-06 22:29:46',1,'2006-02-15 21:30:53'),(8170,'2005-07-28 21:32:29',2495,40,'2005-08-03 22:02:29',1,'2006-02-15 21:30:53'),(8171,'2005-07-28 21:32:57',3380,296,'2005-07-30 21:19:57',1,'2006-02-15 21:30:53'),(8172,'2005-07-28 21:34:36',1237,329,'2005-08-06 23:53:36',1,'2006-02-15 21:30:53'),(8173,'2005-07-28 21:35:44',4377,332,'2005-08-06 19:15:44',2,'2006-02-15 21:30:53'),(8174,'2005-07-28 21:36:52',465,359,'2005-08-04 00:32:52',1,'2006-02-15 21:30:53'),(8175,'2005-07-28 21:38:16',641,429,'2005-08-07 01:34:16',2,'2006-02-15 21:30:53'),(8176,'2005-07-28 21:42:08',3527,347,'2005-08-03 22:59:08',2,'2006-02-15 21:30:53'),(8177,'2005-07-28 21:43:54',3696,122,'2005-08-02 22:38:54',2,'2006-02-15 21:30:53'),(8178,'2005-07-28 21:54:31',2825,503,'2005-08-02 23:56:31',2,'2006-02-15 21:30:53'),(8179,'2005-07-28 22:05:13',2902,578,'2005-07-30 21:57:13',2,'2006-02-15 21:30:53'),(8180,'2005-07-28 22:05:24',3236,281,'2005-08-01 19:09:24',1,'2006-02-15 21:30:53'),(8181,'2005-07-28 22:18:38',357,522,'2005-08-06 02:43:38',2,'2006-02-15 21:30:53'),(8182,'2005-07-28 22:19:12',4120,427,'2005-08-01 22:40:12',2,'2006-02-15 21:30:53'),(8183,'2005-07-28 22:21:07',1545,119,'2005-08-04 19:20:07',2,'2006-02-15 21:30:53'),(8184,'2005-07-28 22:22:35',1249,160,'2005-07-31 19:30:35',1,'2006-02-15 21:30:53'),(8185,'2005-07-28 22:23:49',2452,568,'2005-07-31 00:07:49',1,'2006-02-15 21:30:53'),(8186,'2005-07-28 22:30:27',4255,102,'2005-07-31 21:08:27',1,'2006-02-15 21:30:53'),(8187,'2005-07-28 22:33:53',945,87,'2005-08-03 03:54:53',1,'2006-02-15 21:30:53'),(8188,'2005-07-28 22:34:12',3826,10,'2005-08-01 02:32:12',2,'2006-02-15 21:30:53'),(8189,'2005-07-28 22:36:26',3515,361,'2005-08-04 00:12:26',2,'2006-02-15 21:30:53'),(8190,'2005-07-28 22:47:06',2290,267,'2005-08-04 21:51:06',1,'2006-02-15 21:30:53'),(8191,'2005-07-28 22:47:14',1777,508,'2005-07-31 23:13:14',2,'2006-02-15 21:30:53'),(8192,'2005-07-28 22:49:11',255,552,'2005-07-30 04:13:11',1,'2006-02-15 21:30:53'),(8193,'2005-07-28 22:50:50',2402,15,'2005-08-01 04:14:50',2,'2006-02-15 21:30:53'),(8194,'2005-07-28 22:51:44',1148,424,'2005-07-29 17:13:44',1,'2006-02-15 21:30:53'),(8195,'2005-07-28 22:52:58',3989,590,'2005-08-04 02:12:58',1,'2006-02-15 21:30:53'),(8196,'2005-07-28 22:56:11',3435,21,'2005-08-06 04:53:11',1,'2006-02-15 21:30:53'),(8197,'2005-07-28 23:04:10',4126,407,'2005-08-05 00:06:10',2,'2006-02-15 21:30:53'),(8198,'2005-07-28 23:08:05',1767,356,'2005-08-06 00:43:05',2,'2006-02-15 21:30:53'),(8199,'2005-07-28 23:10:25',404,471,'2005-08-04 23:30:25',1,'2006-02-15 21:30:53'),(8200,'2005-07-28 23:10:46',353,185,'2005-07-29 18:35:46',1,'2006-02-15 21:30:53'),(8201,'2005-07-28 23:10:48',220,567,'2005-08-01 00:50:48',2,'2006-02-15 21:30:53'),(8202,'2005-07-28 23:11:45',3802,75,'2005-08-03 21:57:45',2,'2006-02-15 21:30:53'),(8203,'2005-07-28 23:14:56',3878,100,'2005-07-31 04:19:56',2,'2006-02-15 21:30:53'),(8204,'2005-07-28 23:18:29',2472,398,'2005-08-02 04:49:29',1,'2006-02-15 21:30:53'),(8205,'2005-07-28 23:18:48',2944,434,'2005-07-30 00:37:48',2,'2006-02-15 21:30:53'),(8206,'2005-07-28 23:20:31',2979,422,'2005-08-04 21:36:31',1,'2006-02-15 21:30:53'),(8207,'2005-07-28 23:26:31',1195,475,'2005-08-06 03:26:31',1,'2006-02-15 21:30:53'),(8208,'2005-07-28 23:26:35',1362,530,'2005-08-01 23:00:35',2,'2006-02-15 21:30:53'),(8209,'2005-07-28 23:29:28',2484,127,'2005-08-07 04:22:28',2,'2006-02-15 21:30:53'),(8210,'2005-07-28 23:31:05',3424,300,'2005-08-06 17:36:05',1,'2006-02-15 21:30:53'),(8211,'2005-07-28 23:34:22',1859,193,'2005-08-04 21:18:22',1,'2006-02-15 21:30:53'),(8212,'2005-07-28 23:37:23',1305,159,'2005-08-04 04:33:23',2,'2006-02-15 21:30:53'),(8213,'2005-07-28 23:37:33',3816,17,'2005-07-31 00:32:33',2,'2006-02-15 21:30:53'),(8214,'2005-07-28 23:37:57',352,509,'2005-08-07 00:29:57',2,'2006-02-15 21:30:53'),(8215,'2005-07-28 23:43:56',2921,437,'2005-08-03 19:30:56',2,'2006-02-15 21:30:53'),(8216,'2005-07-28 23:43:59',2211,254,'2005-08-06 05:05:59',1,'2006-02-15 21:30:53'),(8217,'2005-07-28 23:44:13',3747,206,'2005-08-03 21:27:13',2,'2006-02-15 21:30:53'),(8218,'2005-07-28 23:45:41',2769,578,'2005-08-02 00:14:41',1,'2006-02-15 21:30:53'),(8219,'2005-07-28 23:46:31',3609,227,'2005-08-03 00:11:31',2,'2006-02-15 21:30:53'),(8220,'2005-07-28 23:46:41',1061,360,'2005-07-31 22:14:41',2,'2006-02-15 21:30:53'),(8221,'2005-07-28 23:47:19',3138,496,'2005-08-02 20:42:19',1,'2006-02-15 21:30:53'),(8222,'2005-07-28 23:51:53',2999,278,'2005-08-05 22:48:53',1,'2006-02-15 21:30:53'),(8223,'2005-07-28 23:56:01',4508,282,'2005-08-03 22:27:01',1,'2006-02-15 21:30:53'),(8224,'2005-07-28 23:59:02',1995,467,'2005-08-02 04:54:02',1,'2006-02-15 21:30:53'),(8225,'2005-07-28 23:59:29',3631,41,'2005-07-30 03:27:29',2,'2006-02-15 21:30:53'),(8226,'2005-07-29 00:01:04',3541,368,'2005-08-01 19:08:04',2,'2006-02-15 21:30:53'),(8227,'2005-07-29 00:02:22',269,167,'2005-07-31 04:05:22',1,'2006-02-15 21:30:53'),(8228,'2005-07-29 00:08:58',1955,72,'2005-08-03 00:12:58',2,'2006-02-15 21:30:53'),(8229,'2005-07-29 00:09:08',4272,498,'2005-07-31 19:29:08',2,'2006-02-15 21:30:53'),(8230,'2005-07-29 00:12:59',1937,2,'2005-08-06 19:52:59',2,'2006-02-15 21:30:53'),(8231,'2005-07-29 00:14:37',1083,331,'2005-07-31 19:12:37',1,'2006-02-15 21:30:53'),(8232,'2005-07-29 00:14:37',3255,526,'2005-08-06 00:57:37',1,'2006-02-15 21:30:53'),(8233,'2005-07-29 00:16:23',1640,93,'2005-08-03 05:17:23',2,'2006-02-15 21:30:53'),(8234,'2005-07-29 00:19:20',644,227,'2005-08-03 19:16:20',2,'2006-02-15 21:30:53'),(8235,'2005-07-29 00:22:56',1581,320,'2005-08-03 04:03:56',2,'2006-02-15 21:30:53'),(8236,'2005-07-29 00:27:04',1901,369,'2005-07-31 05:02:04',2,'2006-02-15 21:30:53'),(8237,'2005-07-29 00:29:56',608,441,'2005-08-06 03:10:56',1,'2006-02-15 21:30:53'),(8238,'2005-07-29 00:30:06',2941,320,'2005-08-02 22:52:06',2,'2006-02-15 21:30:53'),(8239,'2005-07-29 00:31:39',3951,549,'2005-07-29 19:33:39',1,'2006-02-15 21:30:53'),(8240,'2005-07-29 00:33:32',1975,509,'2005-08-05 21:25:32',2,'2006-02-15 21:30:53'),(8241,'2005-07-29 00:33:36',4297,26,'2005-08-03 01:31:36',1,'2006-02-15 21:30:53'),(8242,'2005-07-29 00:34:27',509,99,'2005-08-05 23:13:27',2,'2006-02-15 21:30:53'),(8243,'2005-07-29 00:35:33',1873,481,'2005-08-04 06:02:33',2,'2006-02-15 21:30:53'),(8244,'2005-07-29 00:35:34',1552,175,'2005-08-05 04:18:34',2,'2006-02-15 21:30:53'),(8245,'2005-07-29 00:37:09',3330,555,'2005-08-05 05:48:09',2,'2006-02-15 21:30:53'),(8246,'2005-07-29 00:38:41',1724,146,'2005-08-05 06:28:41',2,'2006-02-15 21:30:53'),(8247,'2005-07-29 00:41:38',2607,539,'2005-08-06 20:29:38',2,'2006-02-15 21:30:53'),(8248,'2005-07-29 00:41:56',2017,272,'2005-08-05 18:53:56',2,'2006-02-15 21:30:53'),(8249,'2005-07-29 00:48:44',3331,57,'2005-08-07 04:25:44',2,'2006-02-15 21:30:53'),(8250,'2005-07-29 00:49:15',4519,533,'2005-08-04 02:53:15',1,'2006-02-15 21:30:53'),(8251,'2005-07-29 00:50:14',2317,408,'2005-08-03 23:52:14',2,'2006-02-15 21:30:53'),(8252,'2005-07-29 00:54:17',3312,257,'2005-07-31 20:34:17',1,'2006-02-15 21:30:53'),(8253,'2005-07-29 00:57:06',2388,76,'2005-08-07 01:46:06',1,'2006-02-15 21:30:53'),(8254,'2005-07-29 00:59:31',1787,392,'2005-08-03 23:43:31',2,'2006-02-15 21:30:53'),(8255,'2005-07-29 01:02:30',3715,224,'2005-08-01 22:39:30',1,'2006-02-15 21:30:53'),(8256,'2005-07-29 01:02:42',1483,537,'2005-07-31 22:29:42',2,'2006-02-15 21:30:53'),(8257,'2005-07-29 01:03:20',3024,566,'2005-08-04 21:54:20',1,'2006-02-15 21:30:53'),(8258,'2005-07-29 01:03:42',1379,370,'2005-08-04 22:08:42',2,'2006-02-15 21:30:53'),(8259,'2005-07-29 01:05:16',343,274,'2005-08-01 23:27:16',2,'2006-02-15 21:30:53'),(8260,'2005-07-29 01:11:00',4249,366,'2005-08-06 00:36:00',1,'2006-02-15 21:30:53'),(8261,'2005-07-29 01:11:05',1915,50,'2005-08-04 03:13:05',2,'2006-02-15 21:30:53'),(8262,'2005-07-29 01:11:18',1341,563,'2005-08-02 05:17:18',2,'2006-02-15 21:30:53'),(8263,'2005-07-29 01:11:23',28,5,'2005-07-31 01:53:23',2,'2006-02-15 21:30:53'),(8264,'2005-07-29 01:18:50',2987,175,'2005-08-03 05:31:50',2,'2006-02-15 21:30:53'),(8265,'2005-07-29 01:20:15',2389,409,'2005-08-06 19:32:15',2,'2006-02-15 21:30:53'),(8266,'2005-07-29 01:20:16',1972,196,'2005-07-30 04:31:16',1,'2006-02-15 21:30:53'),(8267,'2005-07-29 01:21:02',4107,131,'2005-08-04 19:34:02',2,'2006-02-15 21:30:53'),(8268,'2005-07-29 01:23:23',4239,421,'2005-08-05 01:36:23',1,'2006-02-15 21:30:53'),(8269,'2005-07-29 01:26:54',2778,376,'2005-08-04 22:42:54',1,'2006-02-15 21:30:53'),(8270,'2005-07-29 01:27:22',3565,282,'2005-07-29 20:55:22',1,'2006-02-15 21:30:53'),(8271,'2005-07-29 01:27:44',83,481,'2005-08-07 05:01:44',2,'2006-02-15 21:30:53'),(8272,'2005-07-29 01:29:51',70,346,'2005-08-03 21:56:51',2,'2006-02-15 21:30:53'),(8273,'2005-07-29 01:33:16',4244,532,'2005-08-06 04:26:16',2,'2006-02-15 21:30:53'),(8274,'2005-07-29 01:34:32',2634,340,'2005-08-01 20:15:32',2,'2006-02-15 21:30:53'),(8275,'2005-07-29 01:35:47',4432,336,'2005-07-30 02:16:47',1,'2006-02-15 21:30:53'),(8276,'2005-07-29 01:38:43',2451,466,'2005-08-03 23:00:43',1,'2006-02-15 21:30:53'),(8277,'2005-07-29 01:38:53',1296,13,'2005-08-04 07:09:53',2,'2006-02-15 21:30:53'),(8278,'2005-07-29 01:42:55',768,265,'2005-08-05 01:55:55',2,'2006-02-15 21:30:53'),(8279,'2005-07-29 01:43:37',3838,176,'2005-08-03 02:36:37',1,'2006-02-15 21:30:53'),(8280,'2005-07-29 01:45:51',1208,195,'2005-08-05 22:51:51',2,'2006-02-15 21:30:53'),(8281,'2005-07-29 01:46:00',899,441,'2005-08-04 23:09:00',1,'2006-02-15 21:30:53'),(8282,'2005-07-29 01:49:04',980,462,'2005-08-05 01:51:04',2,'2006-02-15 21:30:53'),(8283,'2005-07-29 01:52:22',2002,300,'2005-08-05 03:22:22',2,'2006-02-15 21:30:53'),(8284,'2005-07-29 01:56:40',4371,446,'2005-08-07 07:15:40',2,'2006-02-15 21:30:53'),(8285,'2005-07-29 02:00:18',678,56,'2005-08-03 20:43:18',2,'2006-02-15 21:30:53'),(8286,'2005-07-29 02:02:46',4092,87,'2005-08-06 06:00:46',1,'2006-02-15 21:30:53'),(8287,'2005-07-29 02:03:58',812,178,'2005-08-07 02:11:58',1,'2006-02-15 21:30:53'),(8288,'2005-07-29 02:04:22',1822,55,'2005-08-05 04:21:22',2,'2006-02-15 21:30:53'),(8289,'2005-07-29 02:23:24',4579,459,'2005-08-06 03:23:24',2,'2006-02-15 21:30:53'),(8290,'2005-07-29 02:24:08',3823,462,'2005-08-03 01:02:08',2,'2006-02-15 21:30:53'),(8291,'2005-07-29 02:28:25',2817,455,'2005-08-03 20:57:25',2,'2006-02-15 21:30:53'),(8292,'2005-07-29 02:29:36',4003,192,'2005-08-07 08:06:36',1,'2006-02-15 21:30:53'),(8293,'2005-07-29 02:30:50',831,71,'2005-08-04 03:09:50',2,'2006-02-15 21:30:53'),(8294,'2005-07-29 02:32:41',1811,520,'2005-08-02 06:28:41',1,'2006-02-15 21:30:53'),(8295,'2005-07-29 02:42:14',2065,406,'2005-07-30 22:22:14',1,'2006-02-15 21:30:53'),(8296,'2005-07-29 02:43:25',2543,88,'2005-08-01 00:23:25',1,'2006-02-15 21:30:53'),(8297,'2005-07-29 02:45:46',3774,349,'2005-07-31 20:49:46',1,'2006-02-15 21:30:53'),(8298,'2005-07-29 02:47:36',952,493,'2005-08-05 07:58:36',2,'2006-02-15 21:30:53'),(8299,'2005-07-29 02:56:00',1797,173,'2005-07-30 22:35:00',2,'2006-02-15 21:30:53'),(8300,'2005-07-29 02:57:59',4364,222,'2005-08-05 01:12:59',2,'2006-02-15 21:30:53'),(8301,'2005-07-29 03:00:08',562,101,'2005-08-01 04:26:08',2,'2006-02-15 21:30:53'),(8302,'2005-07-29 03:01:24',1314,103,'2005-07-30 01:08:24',2,'2006-02-15 21:30:53'),(8303,'2005-07-29 03:05:56',1620,574,'2005-08-04 06:13:56',1,'2006-02-15 21:30:53'),(8304,'2005-07-29 03:08:30',4431,119,'2005-08-02 03:04:30',2,'2006-02-15 21:30:53'),(8305,'2005-07-29 03:08:47',3916,566,'2005-08-06 07:49:47',2,'2006-02-15 21:30:53'),(8306,'2005-07-29 03:12:26',1708,232,'2005-08-01 23:26:26',1,'2006-02-15 21:30:53'),(8307,'2005-07-29 03:18:34',3197,39,'2005-08-06 05:51:34',2,'2006-02-15 21:30:53'),(8308,'2005-07-29 03:22:15',601,582,'2005-08-04 21:38:15',2,'2006-02-15 21:30:53'),(8309,'2005-07-29 03:22:20',2250,446,'2005-08-01 06:30:20',1,'2006-02-15 21:30:53'),(8310,'2005-07-29 03:25:56',2637,238,'2005-08-06 23:18:56',2,'2006-02-15 21:30:53'),(8311,'2005-07-29 03:26:07',3623,63,'2005-08-02 01:46:07',1,'2006-02-15 21:30:53'),(8312,'2005-07-29 03:32:38',3996,143,'2005-07-31 02:12:38',1,'2006-02-15 21:30:53'),(8313,'2005-07-29 03:34:21',2736,91,'2005-08-02 01:32:21',1,'2006-02-15 21:30:53'),(8314,'2005-07-29 03:35:04',2182,118,'2005-08-06 08:43:04',2,'2006-02-15 21:30:53'),(8315,'2005-07-29 03:37:07',1420,135,'2005-07-29 23:22:07',2,'2006-02-15 21:30:53'),(8316,'2005-07-29 03:38:49',4118,549,'2005-08-03 07:41:49',1,'2006-02-15 21:30:53'),(8317,'2005-07-29 03:39:07',3898,415,'2005-08-03 00:14:07',1,'2006-02-15 21:30:53'),(8318,'2005-07-29 03:44:30',4524,167,'2005-07-30 05:03:30',2,'2006-02-15 21:30:53'),(8319,'2005-07-29 03:44:52',747,280,'2005-08-01 00:35:52',2,'2006-02-15 21:30:53'),(8320,'2005-07-29 03:49:58',1285,513,'2005-08-03 01:00:58',1,'2006-02-15 21:30:53'),(8321,'2005-07-29 03:50:54',1875,354,'2005-08-01 02:08:54',1,'2006-02-15 21:30:53'),(8322,'2005-07-29 03:52:49',301,541,'2005-08-02 22:53:49',1,'2006-02-15 21:30:53'),(8323,'2005-07-29 03:52:59',2766,87,'2005-08-06 01:49:59',2,'2006-02-15 21:30:53'),(8324,'2005-07-29 03:56:05',1467,98,'2005-08-02 01:41:05',1,'2006-02-15 21:30:53'),(8325,'2005-07-29 03:57:27',932,362,'2005-08-06 22:30:27',1,'2006-02-15 21:30:53'),(8326,'2005-07-29 03:58:49',108,1,'2005-08-01 05:16:49',2,'2006-02-15 21:30:53'),(8327,'2005-07-29 04:00:52',2928,317,'2005-07-31 08:27:52',1,'2006-02-15 21:30:53'),(8328,'2005-07-29 04:06:24',4454,314,'2005-08-03 22:24:24',1,'2006-02-15 21:30:53'),(8329,'2005-07-29 04:06:33',3468,108,'2005-08-06 01:46:33',1,'2006-02-15 21:30:53'),(8330,'2005-07-29 04:09:07',2294,412,'2005-08-05 05:00:07',2,'2006-02-15 21:30:53'),(8331,'2005-07-29 04:13:29',18,148,'2005-08-04 07:09:29',1,'2006-02-15 21:30:53'),(8332,'2005-07-29 04:16:00',1142,217,'2005-08-03 03:34:00',1,'2006-02-15 21:30:53'),(8333,'2005-07-29 04:16:40',823,494,'2005-08-02 10:10:40',2,'2006-02-15 21:30:53'),(8334,'2005-07-29 04:18:25',982,154,'2005-08-07 07:18:25',2,'2006-02-15 21:30:53'),(8335,'2005-07-29 04:18:25',1719,143,'2005-07-31 08:12:25',2,'2006-02-15 21:30:53'),(8336,'2005-07-29 04:20:42',2120,210,'2005-08-05 10:17:42',1,'2006-02-15 21:30:53'),(8337,'2005-07-29 04:31:55',752,157,'2005-08-02 02:38:55',2,'2006-02-15 21:30:53'),(8338,'2005-07-29 04:40:39',2257,389,'2005-08-07 04:40:39',2,'2006-02-15 21:30:53'),(8339,'2005-07-29 04:41:13',1870,129,'2005-07-30 09:01:13',2,'2006-02-15 21:30:53'),(8340,'2005-07-29 04:41:44',1553,386,'2005-08-07 10:33:44',1,'2006-02-15 21:30:53'),(8341,'2005-07-29 04:42:01',4208,309,'2005-08-04 00:58:01',1,'2006-02-15 21:30:53'),(8342,'2005-07-29 04:45:05',3301,572,'2005-08-01 07:20:05',1,'2006-02-15 21:30:53'),(8343,'2005-07-29 04:45:16',4267,439,'2005-08-02 03:37:16',1,'2006-02-15 21:30:53'),(8344,'2005-07-29 04:45:25',221,257,'2005-08-06 01:53:25',1,'2006-02-15 21:30:53'),(8345,'2005-07-29 04:47:37',1034,129,'2005-08-02 07:25:37',1,'2006-02-15 21:30:53'),(8346,'2005-07-29 04:48:22',2475,385,'2005-08-01 04:22:22',1,'2006-02-15 21:30:53'),(8347,'2005-07-29 04:49:25',4407,157,'2005-07-31 00:57:25',2,'2006-02-15 21:30:53'),(8348,'2005-07-29 04:49:26',4533,174,'2005-08-05 03:26:26',2,'2006-02-15 21:30:53'),(8349,'2005-07-29 04:50:22',534,416,'2005-08-05 08:50:22',1,'2006-02-15 21:30:53'),(8350,'2005-07-29 04:50:39',3726,513,'2005-07-31 05:36:39',2,'2006-02-15 21:30:53'),(8351,'2005-07-29 04:50:53',2963,202,'2005-07-30 07:28:53',2,'2006-02-15 21:30:53'),(8352,'2005-07-29 04:52:01',2710,168,'2005-08-06 07:39:01',2,'2006-02-15 21:30:53'),(8353,'2005-07-29 04:52:10',26,585,'2005-07-30 04:01:10',1,'2006-02-15 21:30:53'),(8354,'2005-07-29 04:56:26',4476,579,'2005-08-01 08:04:26',2,'2006-02-15 21:30:53'),(8355,'2005-07-29 04:57:43',4569,270,'2005-08-03 06:25:43',1,'2006-02-15 21:30:53'),(8356,'2005-07-29 04:58:56',2951,483,'2005-08-06 03:07:56',1,'2006-02-15 21:30:53'),(8357,'2005-07-29 04:59:44',892,76,'2005-08-01 04:26:44',1,'2006-02-15 21:30:53'),(8358,'2005-07-29 05:00:58',1449,372,'2005-08-01 02:49:58',2,'2006-02-15 21:30:53'),(8359,'2005-07-29 05:02:12',140,531,'2005-08-04 08:52:12',1,'2006-02-15 21:30:53'),(8360,'2005-07-29 05:08:00',4135,62,'2005-08-02 00:40:00',1,'2006-02-15 21:30:53'),(8361,'2005-07-29 05:08:57',3404,360,'2005-08-03 02:49:57',1,'2006-02-15 21:30:53'),(8362,'2005-07-29 05:09:11',2287,223,'2005-08-04 00:08:11',2,'2006-02-15 21:30:53'),(8363,'2005-07-29 05:10:08',1607,302,'2005-08-06 00:11:08',1,'2006-02-15 21:30:53'),(8364,'2005-07-29 05:10:31',1361,362,'2005-07-30 04:02:31',2,'2006-02-15 21:30:53'),(8365,'2005-07-29 05:11:00',53,280,'2005-07-30 05:30:00',2,'2006-02-15 21:30:53'),(8366,'2005-07-29 05:11:14',479,39,'2005-08-05 01:48:14',1,'2006-02-15 21:30:53'),(8367,'2005-07-29 05:11:19',4551,383,'2005-08-02 00:35:19',1,'2006-02-15 21:30:53'),(8368,'2005-07-29 05:15:41',1410,200,'2005-08-07 01:35:41',1,'2006-02-15 21:30:53'),(8369,'2005-07-29 05:15:42',1456,507,'2005-08-01 03:36:42',2,'2006-02-15 21:30:53'),(8370,'2005-07-29 05:16:21',1206,121,'2005-08-06 23:16:21',1,'2006-02-15 21:30:53'),(8371,'2005-07-29 05:16:35',2466,396,'2005-07-31 01:49:35',1,'2006-02-15 21:30:53'),(8372,'2005-07-29 05:18:08',754,523,'2005-08-06 09:39:08',1,'2006-02-15 21:30:53'),(8373,'2005-07-29 05:19:53',2070,457,'2005-08-04 04:39:53',1,'2006-02-15 21:30:53'),(8374,'2005-07-29 05:24:02',1084,589,'2005-08-05 03:55:02',1,'2006-02-15 21:30:53'),(8375,'2005-07-29 05:25:30',3634,125,'2005-08-04 01:43:30',2,'2006-02-15 21:30:53'),(8376,'2005-07-29 05:25:32',3588,43,'2005-08-01 07:42:32',2,'2006-02-15 21:30:53'),(8377,'2005-07-29 05:27:40',270,73,'2005-07-30 02:52:40',2,'2006-02-15 21:30:53'),(8378,'2005-07-29 05:28:35',3500,347,'2005-08-02 05:55:35',1,'2006-02-15 21:30:53'),(8379,'2005-07-29 05:29:40',3907,193,'2005-08-06 05:56:40',2,'2006-02-15 21:30:53'),(8380,'2005-07-29 05:31:29',2279,145,'2005-08-02 01:27:29',1,'2006-02-15 21:30:53'),(8381,'2005-07-29 05:31:44',865,313,'2005-07-31 09:20:44',1,'2006-02-15 21:30:53'),(8382,'2005-07-29 05:33:21',317,238,'2005-08-03 03:38:21',1,'2006-02-15 21:30:53'),(8383,'2005-07-29 05:36:47',3809,495,'2005-08-03 05:53:47',2,'2006-02-15 21:30:53'),(8384,'2005-07-29 05:38:43',3807,227,'2005-08-01 07:31:43',2,'2006-02-15 21:30:53'),(8385,'2005-07-29 05:39:16',4108,233,'2005-08-03 00:30:16',1,'2006-02-15 21:30:53'),(8386,'2005-07-29 05:45:30',388,435,'2005-08-05 03:56:30',2,'2006-02-15 21:30:53'),(8387,'2005-07-29 05:47:27',910,428,'2005-07-31 06:26:27',1,'2006-02-15 21:30:53'),(8388,'2005-07-29 05:48:15',770,178,'2005-08-05 06:24:15',2,'2006-02-15 21:30:53'),(8389,'2005-07-29 05:50:09',1241,133,'2005-08-06 05:15:09',2,'2006-02-15 21:30:53'),(8390,'2005-07-29 05:52:26',581,32,'2005-08-04 08:12:26',2,'2006-02-15 21:30:53'),(8391,'2005-07-29 05:52:50',2134,36,'2005-08-03 04:45:50',2,'2006-02-15 21:30:53'),(8392,'2005-07-29 06:00:27',1323,65,'2005-08-02 00:30:27',2,'2006-02-15 21:30:53'),(8393,'2005-07-29 06:02:11',3369,504,'2005-08-07 03:23:11',1,'2006-02-15 21:30:53'),(8394,'2005-07-29 06:02:14',3933,148,'2005-08-03 08:15:14',1,'2006-02-15 21:30:53'),(8395,'2005-07-29 06:03:30',1471,535,'2005-07-31 09:08:30',2,'2006-02-15 21:30:53'),(8396,'2005-07-29 06:07:00',3911,516,'2005-07-30 05:32:00',2,'2006-02-15 21:30:53'),(8397,'2005-07-29 06:09:35',3542,518,'2005-08-01 02:08:35',1,'2006-02-15 21:30:53'),(8398,'2005-07-29 06:12:40',348,220,'2005-08-02 05:01:40',2,'2006-02-15 21:30:53'),(8399,'2005-07-29 06:20:18',233,286,'2005-08-04 01:26:18',1,'2006-02-15 21:30:53'),(8400,'2005-07-29 06:23:56',3680,573,'2005-07-31 02:41:56',2,'2006-02-15 21:30:53'),(8401,'2005-07-29 06:25:08',3121,232,'2005-08-01 06:49:08',1,'2006-02-15 21:30:53'),(8402,'2005-07-29 06:25:45',186,47,'2005-08-07 10:48:45',1,'2006-02-15 21:30:53'),(8403,'2005-07-29 06:26:39',1360,163,'2005-08-02 05:37:39',1,'2006-02-15 21:30:53'),(8404,'2005-07-29 06:27:01',2086,65,'2005-08-07 04:33:01',1,'2006-02-15 21:30:53'),(8405,'2005-07-29 06:28:19',2164,76,'2005-08-07 08:14:19',2,'2006-02-15 21:30:53'),(8406,'2005-07-29 06:34:45',2047,274,'2005-08-06 02:28:45',1,'2006-02-15 21:30:53'),(8407,'2005-07-29 06:37:02',2985,336,'2005-08-04 03:13:02',1,'2006-02-15 21:30:53'),(8408,'2005-07-29 06:40:40',1841,90,'2005-07-30 10:02:40',2,'2006-02-15 21:30:53'),(8409,'2005-07-29 06:41:22',4314,303,'2005-07-31 11:21:22',1,'2006-02-15 21:30:53'),(8410,'2005-07-29 06:41:36',3448,277,'2005-08-02 08:38:36',1,'2006-02-15 21:30:53'),(8411,'2005-07-29 06:44:23',3085,412,'2005-08-07 03:56:23',1,'2006-02-15 21:30:53'),(8412,'2005-07-29 06:44:50',743,312,'2005-08-06 05:04:50',1,'2006-02-15 21:30:53'),(8413,'2005-07-29 06:47:39',2762,104,'2005-08-02 09:15:39',2,'2006-02-15 21:30:53'),(8414,'2005-07-29 06:48:35',1337,433,'2005-08-06 10:54:35',2,'2006-02-15 21:30:53'),(8415,'2005-07-29 06:52:27',2903,128,'2005-08-02 10:40:27',1,'2006-02-15 21:30:53'),(8416,'2005-07-29 06:52:54',1999,315,'2005-08-05 09:50:54',2,'2006-02-15 21:30:53'),(8417,'2005-07-29 06:53:36',750,227,'2005-08-06 09:31:36',2,'2006-02-15 21:30:53'),(8418,'2005-07-29 06:54:21',3081,355,'2005-08-05 06:50:21',2,'2006-02-15 21:30:53'),(8419,'2005-07-29 06:54:48',4574,37,'2005-08-06 05:02:48',1,'2006-02-15 21:30:53'),(8420,'2005-07-29 07:00:45',4184,376,'2005-08-06 02:20:45',1,'2006-02-15 21:30:53'),(8421,'2005-07-29 07:00:47',3399,588,'2005-08-02 08:03:47',2,'2006-02-15 21:30:53'),(8422,'2005-07-29 07:02:55',3104,7,'2005-08-03 12:35:55',1,'2006-02-15 21:30:53'),(8423,'2005-07-29 07:02:57',187,468,'2005-08-06 04:59:57',1,'2006-02-15 21:30:53'),(8424,'2005-07-29 07:06:03',366,138,'2005-08-06 12:00:03',2,'2006-02-15 21:30:53'),(8425,'2005-07-29 07:06:21',3491,486,'2005-08-05 07:57:21',2,'2006-02-15 21:30:53'),(8426,'2005-07-29 07:07:48',1840,564,'2005-08-07 08:56:48',2,'2006-02-15 21:30:53'),(8427,'2005-07-29 07:08:36',1624,441,'2005-07-30 11:54:36',2,'2006-02-15 21:30:53'),(8428,'2005-07-29 07:10:14',2545,398,'2005-08-06 02:29:14',2,'2006-02-15 21:30:53'),(8429,'2005-07-29 07:11:49',2456,588,'2005-07-31 02:45:49',1,'2006-02-15 21:30:53'),(8430,'2005-07-29 07:12:17',3377,219,'2005-08-03 09:53:17',2,'2006-02-15 21:30:53'),(8431,'2005-07-29 07:12:48',1583,193,'2005-08-01 10:03:48',1,'2006-02-15 21:30:53'),(8432,'2005-07-29 07:13:33',3896,572,'2005-07-30 03:14:33',1,'2006-02-15 21:30:53'),(8433,'2005-07-29 07:19:16',1957,125,'2005-08-05 03:29:16',1,'2006-02-15 21:30:53'),(8434,'2005-07-29 07:20:14',40,141,'2005-07-30 08:50:14',2,'2006-02-15 21:30:53'),(8435,'2005-07-29 07:20:16',4462,520,'2005-08-02 09:54:16',2,'2006-02-15 21:30:53'),(8436,'2005-07-29 07:21:20',2702,598,'2005-07-31 12:56:20',2,'2006-02-15 21:30:53'),(8437,'2005-07-29 07:23:43',2118,96,'2005-08-04 10:52:43',1,'2006-02-15 21:30:53'),(8438,'2005-07-29 07:25:42',720,97,'2005-08-04 07:39:42',1,'2006-02-15 21:30:53'),(8439,'2005-07-29 07:28:43',182,224,'2005-08-04 11:22:43',1,'2006-02-15 21:30:53'),(8440,'2005-07-29 07:31:26',489,175,'2005-08-04 07:04:26',1,'2006-02-15 21:30:53'),(8441,'2005-07-29 07:33:05',1000,526,'2005-08-04 04:00:05',2,'2006-02-15 21:30:53'),(8442,'2005-07-29 07:33:07',4345,185,'2005-08-03 03:09:07',2,'2006-02-15 21:30:53'),(8443,'2005-07-29 07:33:12',1059,251,'2005-08-02 01:36:12',2,'2006-02-15 21:30:53'),(8444,'2005-07-29 07:36:13',3329,213,'2005-08-05 04:55:13',1,'2006-02-15 21:30:53'),(8445,'2005-07-29 07:37:48',2792,384,'2005-08-04 10:43:48',1,'2006-02-15 21:30:53'),(8446,'2005-07-29 07:38:10',1593,235,'2005-08-06 04:39:10',2,'2006-02-15 21:30:53'),(8447,'2005-07-29 07:38:14',930,11,'2005-08-05 02:27:14',2,'2006-02-15 21:30:53'),(8448,'2005-07-29 07:41:54',4349,393,'2005-08-02 13:12:54',1,'2006-02-15 21:30:53'),(8449,'2005-07-29 07:42:25',2610,273,'2005-07-30 06:07:25',2,'2006-02-15 21:30:53'),(8450,'2005-07-29 07:44:05',484,401,'2005-08-01 12:23:05',1,'2006-02-15 21:30:53'),(8451,'2005-07-29 07:44:56',3309,495,'2005-08-06 02:29:56',1,'2006-02-15 21:30:53'),(8452,'2005-07-29 07:45:00',4312,16,'2005-08-05 09:46:00',2,'2006-02-15 21:30:53'),(8453,'2005-07-29 07:46:29',2907,32,'2005-07-30 07:07:29',1,'2006-02-15 21:30:53'),(8454,'2005-07-29 07:49:04',159,244,'2005-08-03 04:43:04',2,'2006-02-15 21:30:53'),(8455,'2005-07-29 07:53:06',4043,404,'2005-08-05 05:29:06',1,'2006-02-15 21:30:53'),(8456,'2005-07-29 07:58:31',671,388,'2005-08-05 07:17:31',2,'2006-02-15 21:30:53'),(8457,'2005-07-29 07:59:03',3371,239,'2005-08-04 08:42:03',1,'2006-02-15 21:30:53'),(8458,'2005-07-29 08:05:09',3857,317,'2005-08-02 03:42:09',1,'2006-02-15 21:30:53'),(8459,'2005-07-29 08:05:40',3441,144,'2005-08-04 03:24:40',1,'2006-02-15 21:30:53'),(8460,'2005-07-29 08:08:03',2826,329,'2005-08-07 06:53:03',2,'2006-02-15 21:30:53'),(8461,'2005-07-29 08:11:31',3373,399,'2005-08-06 09:23:31',1,'2006-02-15 21:30:53'),(8462,'2005-07-29 08:15:42',3633,200,'2005-08-04 03:57:42',1,'2006-02-15 21:30:53'),(8463,'2005-07-29 08:17:51',466,203,'2005-08-03 13:41:51',1,'2006-02-15 21:30:53'),(8464,'2005-07-29 08:18:20',2343,28,'2005-08-03 04:50:20',2,'2006-02-15 21:30:53'),(8465,'2005-07-29 08:20:49',4109,238,'2005-07-31 04:02:49',2,'2006-02-15 21:30:53'),(8466,'2005-07-29 08:24:47',4010,285,'2005-07-31 03:43:47',1,'2006-02-15 21:30:53'),(8467,'2005-07-29 08:25:35',263,326,'2005-08-07 03:28:35',2,'2006-02-15 21:30:53'),(8468,'2005-07-29 08:26:04',1338,282,'2005-08-02 07:18:04',1,'2006-02-15 21:30:53'),(8469,'2005-07-29 08:26:27',2754,408,'2005-08-05 04:26:27',2,'2006-02-15 21:30:53'),(8470,'2005-07-29 08:28:50',3717,159,'2005-07-30 13:40:50',2,'2006-02-15 21:30:53'),(8471,'2005-07-29 08:32:11',1520,533,'2005-08-01 13:55:11',1,'2006-02-15 21:30:53'),(8472,'2005-07-29 08:36:22',2975,196,'2005-08-02 07:55:22',1,'2006-02-15 21:30:53'),(8473,'2005-07-29 08:36:53',4141,311,'2005-07-31 12:14:53',1,'2006-02-15 21:30:53'),(8474,'2005-07-29 08:36:56',4346,323,'2005-08-01 03:07:56',1,'2006-02-15 21:30:53'),(8475,'2005-07-29 08:37:41',3695,260,'2005-08-04 10:03:41',2,'2006-02-15 21:30:53'),(8476,'2005-07-29 08:39:12',3741,470,'2005-08-06 03:03:12',1,'2006-02-15 21:30:53'),(8477,'2005-07-29 08:40:36',3571,354,'2005-08-06 08:28:36',2,'2006-02-15 21:30:53'),(8478,'2005-07-29 08:40:36',3742,162,'2005-08-01 10:23:36',1,'2006-02-15 21:30:53'),(8479,'2005-07-29 08:42:04',1990,195,'2005-08-01 03:10:04',1,'2006-02-15 21:30:53'),(8480,'2005-07-29 08:44:46',3512,467,'2005-08-05 13:22:46',1,'2006-02-15 21:30:53'),(8481,'2005-07-29 08:45:57',1739,454,'2005-08-01 12:50:57',2,'2006-02-15 21:30:53'),(8482,'2005-07-29 08:46:33',2686,405,'2005-07-31 11:07:33',2,'2006-02-15 21:30:53'),(8483,'2005-07-29 08:50:18',2786,186,'2005-08-03 06:46:18',1,'2006-02-15 21:30:53'),(8484,'2005-07-29 08:51:59',742,260,'2005-07-30 09:07:59',1,'2006-02-15 21:30:53'),(8485,'2005-07-29 08:53:09',3172,420,'2005-07-30 11:25:09',1,'2006-02-15 21:30:53'),(8486,'2005-07-29 08:53:38',1759,221,'2005-08-01 14:12:38',2,'2006-02-15 21:30:53'),(8487,'2005-07-29 08:53:49',1893,82,'2005-07-31 09:10:49',2,'2006-02-15 21:30:53'),(8488,'2005-07-29 08:57:38',2176,478,'2005-08-02 04:16:38',1,'2006-02-15 21:30:53'),(8489,'2005-07-29 08:58:03',375,265,'2005-08-02 07:50:03',2,'2006-02-15 21:30:53'),(8490,'2005-07-29 08:59:25',1943,367,'2005-08-05 14:02:25',2,'2006-02-15 21:30:53'),(8491,'2005-07-29 09:02:13',1806,242,'2005-08-03 04:32:13',1,'2006-02-15 21:30:53'),(8492,'2005-07-29 09:04:17',4553,266,'2005-08-02 08:48:17',2,'2006-02-15 21:30:53'),(8493,'2005-07-29 09:04:31',664,390,'2005-08-04 05:17:31',2,'2006-02-15 21:30:53'),(8494,'2005-07-29 09:04:32',3524,92,'2005-07-31 10:30:32',1,'2006-02-15 21:30:53'),(8495,'2005-07-29 09:05:06',344,51,'2005-08-06 05:48:06',2,'2006-02-15 21:30:53'),(8496,'2005-07-29 09:05:33',765,114,'2005-08-02 06:32:33',1,'2006-02-15 21:30:53'),(8497,'2005-07-29 09:07:03',1837,593,'2005-08-02 09:18:03',2,'2006-02-15 21:30:53'),(8498,'2005-07-29 09:07:38',4468,190,'2005-08-04 07:01:38',1,'2006-02-15 21:30:53'),(8499,'2005-07-29 09:10:41',219,42,'2005-08-05 10:01:41',1,'2006-02-15 21:30:53'),(8500,'2005-07-29 09:12:01',4516,348,'2005-07-31 10:15:01',1,'2006-02-15 21:30:53'),(8501,'2005-07-29 09:12:51',1052,309,'2005-07-30 11:19:51',2,'2006-02-15 21:30:53'),(8502,'2005-07-29 09:15:41',2149,457,'2005-07-30 10:41:41',1,'2006-02-15 21:30:53'),(8503,'2005-07-29 09:16:50',1164,240,'2005-08-04 11:34:50',2,'2006-02-15 21:30:53'),(8504,'2005-07-29 09:20:16',2295,561,'2005-08-07 04:27:16',2,'2006-02-15 21:30:53'),(8505,'2005-07-29 09:22:52',1454,346,'2005-08-06 05:23:52',1,'2006-02-15 21:30:53'),(8506,'2005-07-29 09:23:52',3714,506,'2005-07-31 04:42:52',1,'2006-02-15 21:30:53'),(8507,'2005-07-29 09:29:44',3273,524,'2005-08-07 05:48:44',2,'2006-02-15 21:30:53'),(8508,'2005-07-29 09:34:38',4173,484,'2005-08-01 14:52:38',2,'2006-02-15 21:30:53'),(8509,'2005-07-29 09:38:19',1332,80,'2005-08-04 11:45:19',1,'2006-02-15 21:30:53'),(8510,'2005-07-29 09:41:38',7,487,'2005-08-05 05:30:38',2,'2006-02-15 21:30:53'),(8511,'2005-07-29 09:42:42',3667,598,'2005-08-06 14:22:42',2,'2006-02-15 21:30:53'),(8512,'2005-07-29 09:48:03',4132,351,'2005-07-31 13:40:03',1,'2006-02-15 21:30:53'),(8513,'2005-07-29 09:52:59',3156,142,'2005-07-31 12:05:59',1,'2006-02-15 21:30:53'),(8514,'2005-07-29 09:53:33',3755,99,'2005-07-30 06:34:33',2,'2006-02-15 21:30:53'),(8515,'2005-07-29 09:55:20',1071,477,'2005-08-05 07:08:20',2,'2006-02-15 21:30:53'),(8516,'2005-07-29 10:00:03',981,337,'2005-08-02 09:34:03',1,'2006-02-15 21:30:53'),(8517,'2005-07-29 10:00:48',2064,274,'2005-08-06 14:37:48',2,'2006-02-15 21:30:53'),(8518,'2005-07-29 10:05:27',2311,385,'2005-08-02 05:39:27',1,'2006-02-15 21:30:53'),(8519,'2005-07-29 10:09:43',1163,588,'2005-08-03 08:14:43',2,'2006-02-15 21:30:53'),(8520,'2005-07-29 10:10:02',2440,103,'2005-08-02 05:25:02',2,'2006-02-15 21:30:53'),(8521,'2005-07-29 10:12:45',2608,402,'2005-08-07 04:37:45',2,'2006-02-15 21:30:53'),(8522,'2005-07-29 10:16:19',3636,363,'2005-08-06 14:58:19',1,'2006-02-15 21:30:53'),(8523,'2005-07-29 10:18:27',3614,558,'2005-08-04 09:31:27',1,'2006-02-15 21:30:53'),(8524,'2005-07-29 10:20:07',2110,124,'2005-08-03 04:30:07',1,'2006-02-15 21:30:53'),(8525,'2005-07-29 10:20:19',1322,111,'2005-07-30 05:49:19',2,'2006-02-15 21:30:53'),(8526,'2005-07-29 10:20:48',575,88,'2005-08-03 14:15:48',1,'2006-02-15 21:30:53'),(8527,'2005-07-29 10:21:00',709,168,'2005-08-05 16:05:00',2,'2006-02-15 21:30:53'),(8528,'2005-07-29 10:24:22',2107,428,'2005-08-07 10:34:22',1,'2006-02-15 21:30:53'),(8529,'2005-07-29 10:24:31',1055,501,'2005-08-01 16:06:31',1,'2006-02-15 21:30:53'),(8530,'2005-07-29 10:26:14',4528,233,'2005-07-31 10:24:14',1,'2006-02-15 21:30:53'),(8531,'2005-07-29 10:26:15',1631,427,'2005-08-06 09:28:15',1,'2006-02-15 21:30:53'),(8532,'2005-07-29 10:26:56',3045,546,'2005-08-02 13:23:56',2,'2006-02-15 21:30:53'),(8533,'2005-07-29 10:29:16',551,542,'2005-08-01 06:52:16',1,'2006-02-15 21:30:53'),(8534,'2005-07-29 10:30:13',4029,516,'2005-08-02 04:47:13',1,'2006-02-15 21:30:53'),(8535,'2005-07-29 10:32:33',4489,536,'2005-07-31 05:46:33',1,'2006-02-15 21:30:53'),(8536,'2005-07-29 10:37:23',4510,219,'2005-07-31 07:21:23',2,'2006-02-15 21:30:53'),(8537,'2005-07-29 10:44:54',1012,447,'2005-08-06 14:55:54',2,'2006-02-15 21:30:53'),(8538,'2005-07-29 10:45:17',3768,500,'2005-08-04 15:12:17',1,'2006-02-15 21:30:53'),(8539,'2005-07-29 10:48:24',599,325,'2005-07-30 06:29:24',2,'2006-02-15 21:30:53'),(8540,'2005-07-29 10:52:51',539,180,'2005-08-07 11:44:51',2,'2006-02-15 21:30:53'),(8541,'2005-07-29 10:55:01',976,340,'2005-07-31 10:53:01',1,'2006-02-15 21:30:53'),(8542,'2005-07-29 11:01:50',792,213,'2005-07-30 08:19:50',1,'2006-02-15 21:30:53'),(8543,'2005-07-29 11:01:57',403,346,'2005-08-03 06:03:57',1,'2006-02-15 21:30:53'),(8544,'2005-07-29 11:02:08',412,542,'2005-08-06 15:06:08',2,'2006-02-15 21:30:53'),(8545,'2005-07-29 11:07:04',3261,3,'2005-08-06 13:30:04',2,'2006-02-15 21:30:53'),(8546,'2005-07-29 11:08:48',3224,418,'2005-08-03 16:50:48',2,'2006-02-15 21:30:53'),(8547,'2005-07-29 11:10:15',875,438,'2005-08-03 12:50:15',1,'2006-02-15 21:30:53'),(8548,'2005-07-29 11:11:33',3366,14,'2005-08-04 11:52:33',2,'2006-02-15 21:30:53'),(8549,'2005-07-29 11:12:13',1866,206,'2005-08-06 06:04:13',2,'2006-02-15 21:30:53'),(8550,'2005-07-29 11:12:37',1340,70,'2005-07-30 15:05:37',2,'2006-02-15 21:30:53'),(8551,'2005-07-29 11:13:11',2083,340,'2005-08-05 05:17:11',2,'2006-02-15 21:30:53'),(8552,'2005-07-29 11:14:02',1987,490,'2005-08-05 14:13:02',2,'2006-02-15 21:30:53'),(8553,'2005-07-29 11:15:36',2645,49,'2005-08-07 16:37:36',1,'2006-02-15 21:30:53'),(8554,'2005-07-29 11:16:29',1563,582,'2005-07-31 06:38:29',2,'2006-02-15 21:30:53'),(8555,'2005-07-29 11:18:01',2784,18,'2005-07-30 10:47:01',2,'2006-02-15 21:30:53'),(8556,'2005-07-29 11:18:27',2793,231,'2005-07-30 05:21:27',2,'2006-02-15 21:30:53'),(8557,'2005-07-29 11:19:59',1481,459,'2005-08-07 12:50:59',1,'2006-02-15 21:30:53'),(8558,'2005-07-29 11:24:49',1160,169,'2005-07-31 15:03:49',1,'2006-02-15 21:30:53'),(8559,'2005-07-29 11:25:54',2078,279,'2005-08-04 10:16:54',2,'2006-02-15 21:30:53'),(8560,'2005-07-29 11:27:27',3499,430,'2005-08-01 12:05:27',2,'2006-02-15 21:30:53'),(8561,'2005-07-29 11:29:12',2207,344,'2005-08-05 09:17:12',1,'2006-02-15 21:30:53'),(8562,'2005-07-29 11:32:13',3595,255,'2005-07-30 08:23:13',2,'2006-02-15 21:30:53'),(8563,'2005-07-29 11:32:58',61,67,'2005-08-05 07:21:58',2,'2006-02-15 21:30:53'),(8564,'2005-07-29 11:33:00',2830,316,'2005-08-05 15:35:00',1,'2006-02-15 21:30:53'),(8565,'2005-07-29 11:35:23',3211,280,'2005-08-06 08:28:23',1,'2006-02-15 21:30:53'),(8566,'2005-07-29 11:35:46',2011,544,'2005-07-30 13:50:46',1,'2006-02-15 21:30:53'),(8567,'2005-07-29 11:37:30',1612,594,'2005-08-03 05:58:30',2,'2006-02-15 21:30:53'),(8568,'2005-07-29 11:38:22',1599,583,'2005-08-04 13:22:22',2,'2006-02-15 21:30:53'),(8569,'2005-07-29 11:39:17',276,348,'2005-07-31 07:50:17',2,'2006-02-15 21:30:53'),(8570,'2005-07-29 11:40:08',3094,131,'2005-08-06 10:23:08',1,'2006-02-15 21:30:53'),(8571,'2005-07-29 11:48:39',1778,407,'2005-08-03 06:35:39',2,'2006-02-15 21:30:53'),(8572,'2005-07-29 11:51:24',2815,267,'2005-08-02 11:44:24',1,'2006-02-15 21:30:53'),(8573,'2005-07-29 11:51:25',1637,179,'2005-08-07 08:53:25',1,'2006-02-15 21:30:53'),(8574,'2005-07-29 11:51:53',2949,71,'2005-08-03 05:59:53',2,'2006-02-15 21:30:53'),(8575,'2005-07-29 11:52:47',1668,441,'2005-08-03 08:14:47',2,'2006-02-15 21:30:53'),(8576,'2005-07-29 11:55:01',3552,157,'2005-08-03 08:41:01',2,'2006-02-15 21:30:53'),(8577,'2005-07-29 11:56:30',520,328,'2005-08-07 15:41:30',1,'2006-02-15 21:30:53'),(8578,'2005-07-29 11:58:14',3737,148,'2005-08-03 06:25:14',1,'2006-02-15 21:30:53'),(8579,'2005-07-29 11:59:22',4045,250,'2005-07-30 11:41:22',2,'2006-02-15 21:30:53'),(8580,'2005-07-29 12:00:27',4040,543,'2005-08-04 16:39:27',1,'2006-02-15 21:30:53'),(8581,'2005-07-29 12:02:06',2102,254,'2005-08-02 10:32:06',2,'2006-02-15 21:30:53'),(8582,'2005-07-29 12:03:27',841,162,'2005-08-03 07:02:27',1,'2006-02-15 21:30:53'),(8583,'2005-07-29 12:04:50',3130,191,'2005-08-04 17:21:50',1,'2006-02-15 21:30:53'),(8584,'2005-07-29 12:07:53',1656,482,'2005-07-31 09:27:53',1,'2006-02-15 21:30:53'),(8585,'2005-07-29 12:14:18',512,516,'2005-08-03 08:31:18',2,'2006-02-15 21:30:53'),(8586,'2005-07-29 12:16:34',2752,374,'2005-08-07 06:48:34',1,'2006-02-15 21:30:53'),(8587,'2005-07-29 12:18:40',1941,108,'2005-08-03 14:01:40',1,'2006-02-15 21:30:53'),(8588,'2005-07-29 12:22:20',2858,416,'2005-07-31 10:49:20',1,'2006-02-15 21:30:53'),(8589,'2005-07-29 12:28:17',1628,293,'2005-08-05 11:40:17',1,'2006-02-15 21:30:53'),(8590,'2005-07-29 12:32:20',2505,114,'2005-08-07 08:00:20',1,'2006-02-15 21:30:53'),(8591,'2005-07-29 12:32:33',2568,418,'2005-08-01 16:19:33',2,'2006-02-15 21:30:53'),(8592,'2005-07-29 12:33:58',1952,271,'2005-08-04 07:14:58',2,'2006-02-15 21:30:53'),(8593,'2005-07-29 12:38:14',2601,181,'2005-08-07 07:04:14',1,'2006-02-15 21:30:53'),(8594,'2005-07-29 12:42:13',4155,115,'2005-08-02 07:38:13',1,'2006-02-15 21:30:53'),(8595,'2005-07-29 12:47:43',3225,423,'2005-08-07 13:51:43',2,'2006-02-15 21:30:53'),(8596,'2005-07-29 12:48:54',59,233,'2005-08-04 07:19:54',2,'2006-02-15 21:30:53'),(8597,'2005-07-29 12:55:55',4218,222,'2005-08-05 18:54:55',1,'2006-02-15 21:30:53'),(8598,'2005-07-29 12:56:59',626,2,'2005-08-01 08:39:59',2,'2006-02-15 21:30:53'),(8599,'2005-07-29 12:58:52',1169,545,'2005-08-03 08:19:52',1,'2006-02-15 21:30:53'),(8600,'2005-07-29 13:01:19',1488,226,'2005-07-31 15:40:19',2,'2006-02-15 21:30:53'),(8601,'2005-07-29 13:03:31',3247,181,'2005-08-06 16:32:31',1,'2006-02-15 21:30:53'),(8602,'2005-07-29 13:04:27',4002,64,'2005-08-03 12:21:27',2,'2006-02-15 21:30:53'),(8603,'2005-07-29 13:07:07',3007,594,'2005-08-04 18:32:07',2,'2006-02-15 21:30:53'),(8604,'2005-07-29 13:07:13',3909,326,'2005-07-31 18:00:13',2,'2006-02-15 21:30:53'),(8605,'2005-07-29 13:13:34',3805,224,'2005-08-07 08:29:34',1,'2006-02-15 21:30:53'),(8606,'2005-07-29 13:14:24',4051,340,'2005-07-30 14:52:24',1,'2006-02-15 21:30:53'),(8607,'2005-07-29 13:18:00',4290,336,'2005-07-30 18:51:00',2,'2006-02-15 21:30:53'),(8608,'2005-07-29 13:18:52',2976,165,'2005-07-30 19:01:52',2,'2006-02-15 21:30:53'),(8609,'2005-07-29 13:19:25',3997,354,'2005-08-06 08:33:25',2,'2006-02-15 21:30:53'),(8610,'2005-07-29 13:25:02',4222,563,'2005-08-03 08:10:02',2,'2006-02-15 21:30:53'),(8611,'2005-07-29 13:26:21',610,373,'2005-08-07 18:20:21',2,'2006-02-15 21:30:53'),(8612,'2005-07-29 13:28:20',3518,392,'2005-08-06 14:39:20',2,'2006-02-15 21:30:53'),(8613,'2005-07-29 13:30:58',394,411,'2005-08-05 16:21:58',2,'2006-02-15 21:30:53'),(8614,'2005-07-29 13:32:05',604,552,'2005-08-04 15:26:05',1,'2006-02-15 21:30:53'),(8615,'2005-07-29 13:36:01',4453,15,'2005-08-03 13:15:01',1,'2006-02-15 21:30:53'),(8616,'2005-07-29 13:39:09',2583,493,'2005-08-01 16:49:09',1,'2006-02-15 21:30:53'),(8617,'2005-07-29 13:46:14',385,441,'2005-08-06 13:26:14',2,'2006-02-15 21:30:53'),(8618,'2005-07-29 13:48:20',985,270,'2005-08-06 14:12:20',2,'2006-02-15 21:30:53'),(8619,'2005-07-29 13:50:08',2169,50,'2005-08-06 13:15:08',1,'2006-02-15 21:30:53'),(8620,'2005-07-29 13:51:20',3718,306,'2005-08-02 13:05:20',1,'2006-02-15 21:30:53'),(8621,'2005-07-29 13:52:42',2473,358,'2005-07-30 11:42:42',2,'2006-02-15 21:30:53'),(8622,'2005-07-29 13:53:28',4076,98,'2005-07-31 16:12:28',2,'2006-02-15 21:30:53'),(8623,'2005-07-29 13:55:11',458,142,'2005-08-05 11:16:11',1,'2006-02-15 21:30:53'),(8624,'2005-07-29 13:55:36',4402,439,'2005-08-02 12:23:36',2,'2006-02-15 21:30:53'),(8625,'2005-07-29 13:59:13',884,410,'2005-08-07 17:56:13',2,'2006-02-15 21:30:53'),(8626,'2005-07-29 14:03:20',3092,148,'2005-08-02 09:05:20',1,'2006-02-15 21:30:53'),(8627,'2005-07-29 14:05:12',4235,226,'2005-08-05 16:53:12',2,'2006-02-15 21:30:53'),(8628,'2005-07-29 14:06:24',4484,550,'2005-08-06 10:42:24',2,'2006-02-15 21:30:53'),(8629,'2005-07-29 14:06:35',853,567,'2005-08-03 16:59:35',2,'2006-02-15 21:30:53'),(8630,'2005-07-29 14:07:59',1378,406,'2005-08-03 13:18:59',2,'2006-02-15 21:30:53'),(8631,'2005-07-29 14:08:06',98,559,'2005-08-05 14:57:06',1,'2006-02-15 21:30:53'),(8632,'2005-07-29 14:11:25',1666,563,'2005-08-07 15:32:25',1,'2006-02-15 21:30:53'),(8633,'2005-07-29 14:19:53',3436,534,'2005-08-01 11:31:53',2,'2006-02-15 21:30:53'),(8634,'2005-07-29 14:19:57',2023,335,'2005-08-07 13:44:57',1,'2006-02-15 21:30:53'),(8635,'2005-07-29 14:22:48',2894,383,'2005-08-01 11:59:48',2,'2006-02-15 21:30:53'),(8636,'2005-07-29 14:24:13',4308,252,'2005-08-02 14:39:13',1,'2006-02-15 21:30:53'),(8637,'2005-07-29 14:30:11',1069,310,'2005-08-04 14:00:11',1,'2006-02-15 21:30:53'),(8638,'2005-07-29 14:30:23',4060,571,'2005-08-01 10:32:23',1,'2006-02-15 21:30:53'),(8639,'2005-07-29 14:30:31',3504,290,'2005-08-02 16:04:31',1,'2006-02-15 21:30:53'),(8640,'2005-07-29 14:34:17',1874,257,'2005-08-01 13:09:17',2,'2006-02-15 21:30:53'),(8641,'2005-07-29 14:37:30',3199,30,'2005-08-02 19:32:30',2,'2006-02-15 21:30:53'),(8642,'2005-07-29 14:38:17',3947,522,'2005-08-03 14:41:17',1,'2006-02-15 21:30:53'),(8643,'2005-07-29 14:45:23',381,59,'2005-08-04 18:42:23',1,'2006-02-15 21:30:53'),(8644,'2005-07-29 14:45:45',4507,314,'2005-08-03 20:10:45',2,'2006-02-15 21:30:53'),(8645,'2005-07-29 14:47:45',2532,535,'2005-07-30 14:56:45',2,'2006-02-15 21:30:53'),(8646,'2005-07-29 14:48:48',89,302,'2005-08-03 18:11:48',2,'2006-02-15 21:30:53'),(8647,'2005-07-29 14:52:59',556,307,'2005-08-06 11:09:59',2,'2006-02-15 21:30:53'),(8648,'2005-07-29 14:56:21',160,416,'2005-07-31 16:56:21',2,'2006-02-15 21:30:53'),(8649,'2005-07-29 14:57:33',789,69,'2005-08-07 09:43:33',2,'2006-02-15 21:30:53'),(8650,'2005-07-29 14:59:04',1272,134,'2005-08-04 13:13:04',2,'2006-02-15 21:30:53'),(8651,'2005-07-29 15:02:18',2095,61,'2005-08-07 09:34:18',2,'2006-02-15 21:30:53'),(8652,'2005-07-29 15:02:54',2729,219,'2005-08-07 17:21:54',2,'2006-02-15 21:30:53'),(8653,'2005-07-29 15:04:23',4440,230,'2005-08-02 09:39:23',2,'2006-02-15 21:30:53'),(8654,'2005-07-29 15:04:27',3925,84,'2005-08-07 18:37:27',1,'2006-02-15 21:30:53'),(8655,'2005-07-29 15:04:42',3986,232,'2005-08-04 11:26:42',1,'2006-02-15 21:30:53'),(8656,'2005-07-29 15:05:52',1385,460,'2005-07-31 20:57:52',2,'2006-02-15 21:30:53'),(8657,'2005-07-29 15:09:25',3194,236,'2005-07-31 19:10:25',1,'2006-02-15 21:30:53'),(8658,'2005-07-29 15:16:37',2033,427,'2005-08-07 20:45:37',2,'2006-02-15 21:30:53'),(8659,'2005-07-29 15:26:31',558,168,'2005-08-06 19:05:31',2,'2006-02-15 21:30:53'),(8660,'2005-07-29 15:26:59',3122,566,'2005-08-05 21:04:59',2,'2006-02-15 21:30:53'),(8661,'2005-07-29 15:28:24',3409,341,'2005-08-05 20:04:24',2,'2006-02-15 21:30:53'),(8662,'2005-07-29 15:31:33',3758,362,'2005-07-30 09:39:33',2,'2006-02-15 21:30:53'),(8663,'2005-07-29 15:33:18',1281,214,'2005-07-30 18:03:18',1,'2006-02-15 21:30:53'),(8664,'2005-07-29 15:36:27',198,102,'2005-08-04 20:11:27',1,'2006-02-15 21:30:53'),(8665,'2005-07-29 15:39:29',1113,265,'2005-08-01 10:33:29',2,'2006-02-15 21:30:53'),(8666,'2005-07-29 15:39:38',3669,591,'2005-08-06 17:12:38',1,'2006-02-15 21:30:53'),(8667,'2005-07-29 15:40:57',3439,25,'2005-07-31 20:59:57',1,'2006-02-15 21:30:53'),(8668,'2005-07-29 15:41:31',4531,71,'2005-08-01 16:20:31',2,'2006-02-15 21:30:53'),(8669,'2005-07-29 15:44:55',1667,401,'2005-08-01 14:09:55',2,'2006-02-15 21:30:53'),(8670,'2005-07-29 15:49:03',2354,446,'2005-08-01 20:19:03',2,'2006-02-15 21:30:53'),(8671,'2005-07-29 15:49:37',1431,577,'2005-08-05 18:20:37',1,'2006-02-15 21:30:53'),(8672,'2005-07-29 15:49:48',405,495,'2005-08-06 17:59:48',2,'2006-02-15 21:30:53'),(8673,'2005-07-29 15:50:14',2167,29,'2005-08-03 18:30:14',1,'2006-02-15 21:30:53'),(8674,'2005-07-29 15:54:22',1744,412,'2005-07-31 12:15:22',1,'2006-02-15 21:30:53'),(8675,'2005-07-29 15:56:18',1026,258,'2005-07-30 18:50:18',1,'2006-02-15 21:30:53'),(8676,'2005-07-29 15:59:06',283,533,'2005-08-05 19:12:06',2,'2006-02-15 21:30:53'),(8677,'2005-07-29 16:01:13',513,315,'2005-08-07 19:21:13',2,'2006-02-15 21:30:53'),(8678,'2005-07-29 16:04:00',3991,210,'2005-08-05 12:37:00',1,'2006-02-15 21:30:53'),(8679,'2005-07-29 16:07:47',3549,536,'2005-08-02 18:37:47',1,'2006-02-15 21:30:53'),(8680,'2005-07-29 16:08:03',1227,330,'2005-07-31 17:26:03',1,'2006-02-15 21:30:53'),(8681,'2005-07-29 16:12:01',4004,309,'2005-08-01 18:14:01',2,'2006-02-15 21:30:53'),(8682,'2005-07-29 16:15:26',4328,348,'2005-08-03 20:15:26',2,'2006-02-15 21:30:53'),(8683,'2005-07-29 16:15:43',3915,513,'2005-08-07 19:19:43',1,'2006-02-15 21:30:53'),(8684,'2005-07-29 16:16:33',2457,185,'2005-08-07 12:27:33',2,'2006-02-15 21:30:53'),(8685,'2005-07-29 16:17:05',1827,321,'2005-08-07 17:44:05',1,'2006-02-15 21:30:53'),(8686,'2005-07-29 16:17:49',4160,52,'2005-08-01 12:50:49',2,'2006-02-15 21:30:53'),(8687,'2005-07-29 16:19:17',222,117,'2005-08-01 15:28:17',1,'2006-02-15 21:30:53'),(8688,'2005-07-29 16:31:32',2263,381,'2005-07-30 12:39:32',1,'2006-02-15 21:30:53'),(8689,'2005-07-29 16:38:58',824,487,'2005-08-01 17:09:58',2,'2006-02-15 21:30:53'),(8690,'2005-07-29 16:39:28',1292,291,'2005-08-01 14:03:28',2,'2006-02-15 21:30:53'),(8691,'2005-07-29 16:41:23',672,446,'2005-08-02 12:32:23',2,'2006-02-15 21:30:53'),(8692,'2005-07-29 16:43:39',3192,88,'2005-08-01 15:54:39',2,'2006-02-15 21:30:53'),(8693,'2005-07-29 16:44:13',917,51,'2005-08-01 15:56:13',1,'2006-02-15 21:30:53'),(8694,'2005-07-29 16:44:48',503,345,'2005-08-06 16:28:48',1,'2006-02-15 21:30:53'),(8695,'2005-07-29 16:44:55',694,280,'2005-08-07 12:47:55',1,'2006-02-15 21:30:53'),(8696,'2005-07-29 16:45:18',2553,178,'2005-08-07 18:51:18',1,'2006-02-15 21:30:53'),(8697,'2005-07-29 16:46:07',443,291,'2005-08-02 19:27:07',2,'2006-02-15 21:30:53'),(8698,'2005-07-29 16:52:17',2973,324,'2005-08-04 13:20:17',2,'2006-02-15 21:30:53'),(8699,'2005-07-29 16:53:00',4080,123,'2005-08-07 20:31:00',1,'2006-02-15 21:30:53'),(8700,'2005-07-29 16:56:01',3710,196,'2005-07-31 16:19:01',2,'2006-02-15 21:30:53'),(8701,'2005-07-29 17:02:35',3158,245,'2005-08-07 19:55:35',2,'2006-02-15 21:30:53'),(8702,'2005-07-29 17:04:37',2215,306,'2005-08-05 15:30:37',2,'2006-02-15 21:30:53'),(8703,'2005-07-29 17:12:44',1065,439,'2005-07-30 19:38:44',1,'2006-02-15 21:30:53'),(8704,'2005-07-29 17:13:45',2117,107,'2005-08-03 20:03:45',2,'2006-02-15 21:30:53'),(8705,'2005-07-29 17:14:29',4038,2,'2005-08-02 16:01:29',1,'2006-02-15 21:30:53'),(8706,'2005-07-29 17:19:15',2886,515,'2005-08-03 22:52:15',1,'2006-02-15 21:30:53'),(8707,'2005-07-29 17:21:58',2525,157,'2005-08-02 14:47:58',2,'2006-02-15 21:30:53'),(8708,'2005-07-29 17:24:13',4054,529,'2005-08-04 13:57:13',1,'2006-02-15 21:30:53'),(8709,'2005-07-29 17:25:54',902,199,'2005-08-02 22:35:54',1,'2006-02-15 21:30:53'),(8710,'2005-07-29 17:26:03',3391,566,'2005-07-30 19:51:03',1,'2006-02-15 21:30:53'),(8711,'2005-07-29 17:27:15',3471,575,'2005-07-31 12:57:15',1,'2006-02-15 21:30:53'),(8712,'2005-07-29 17:30:06',2800,41,'2005-08-03 22:55:06',2,'2006-02-15 21:30:53'),(8713,'2005-07-29 17:31:19',473,433,'2005-08-02 16:37:19',2,'2006-02-15 21:30:53'),(8714,'2005-07-29 17:31:40',4547,362,'2005-08-04 16:12:40',2,'2006-02-15 21:30:53'),(8715,'2005-07-29 17:33:45',860,11,'2005-08-01 17:30:45',1,'2006-02-15 21:30:53'),(8716,'2005-07-29 17:39:09',2123,48,'2005-08-03 20:26:09',2,'2006-02-15 21:30:53'),(8717,'2005-07-29 17:40:45',1821,260,'2005-08-01 22:38:45',2,'2006-02-15 21:30:53'),(8718,'2005-07-29 17:41:14',137,23,'2005-08-01 18:22:14',2,'2006-02-15 21:30:53'),(8719,'2005-07-29 17:45:45',995,333,'2005-08-01 13:53:45',1,'2006-02-15 21:30:53'),(8720,'2005-07-29 17:48:32',152,180,'2005-08-04 14:30:32',2,'2006-02-15 21:30:53'),(8721,'2005-07-29 17:56:21',2416,312,'2005-08-02 21:30:21',2,'2006-02-15 21:30:53'),(8722,'2005-07-29 17:58:58',1389,401,'2005-08-07 23:40:58',1,'2006-02-15 21:30:53'),(8723,'2005-07-29 18:03:47',224,39,'2005-08-06 18:53:47',1,'2006-02-15 21:30:53'),(8724,'2005-07-29 18:05:21',898,372,'2005-08-01 15:41:21',1,'2006-02-15 21:30:53'),(8725,'2005-07-29 18:08:42',2385,421,'2005-08-04 16:01:42',2,'2006-02-15 21:30:53'),(8726,'2005-07-29 18:09:22',897,409,'2005-08-06 16:24:22',1,'2006-02-15 21:30:53'),(8727,'2005-07-29 18:09:57',3031,528,'2005-08-03 13:41:57',2,'2006-02-15 21:30:53'),(8728,'2005-07-29 18:12:49',973,341,'2005-08-06 22:45:49',1,'2006-02-15 21:30:53'),(8729,'2005-07-29 18:23:02',3342,83,'2005-07-31 16:09:02',2,'2006-02-15 21:30:53'),(8730,'2005-07-29 18:23:34',4191,592,'2005-08-01 19:56:34',1,'2006-02-15 21:30:53'),(8731,'2005-07-29 18:23:57',2638,179,'2005-08-05 19:38:57',1,'2006-02-15 21:30:53'),(8732,'2005-07-29 18:25:03',1143,346,'2005-08-07 18:56:03',2,'2006-02-15 21:30:53'),(8733,'2005-07-29 18:26:34',3187,450,'2005-08-03 15:06:34',1,'2006-02-15 21:30:53'),(8734,'2005-07-29 18:28:15',2374,303,'2005-08-05 23:38:15',1,'2006-02-15 21:30:53'),(8735,'2005-07-29 18:28:54',2881,570,'2005-08-03 12:43:54',2,'2006-02-15 21:30:53'),(8736,'2005-07-29 18:31:15',1726,530,'2005-07-30 16:24:15',2,'2006-02-15 21:30:53'),(8737,'2005-07-29 18:32:13',4154,298,'2005-08-05 21:07:13',2,'2006-02-15 21:30:53'),(8738,'2005-07-29 18:32:47',3893,210,'2005-08-02 13:05:47',2,'2006-02-15 21:30:53'),(8739,'2005-07-29 18:34:33',4310,326,'2005-08-02 16:05:33',1,'2006-02-15 21:30:53'),(8740,'2005-07-29 18:41:31',3781,378,'2005-08-01 18:38:31',1,'2006-02-15 21:30:53'),(8741,'2005-07-29 18:44:57',165,4,'2005-08-03 18:25:57',2,'2006-02-15 21:30:53'),(8742,'2005-07-29 18:56:12',918,208,'2005-08-03 16:42:12',1,'2006-02-15 21:30:53'),(8743,'2005-07-29 18:57:01',2664,282,'2005-07-31 22:09:01',2,'2006-02-15 21:30:53'),(8744,'2005-07-29 18:58:24',1086,280,'2005-08-05 17:56:24',1,'2006-02-15 21:30:53'),(8745,'2005-07-29 19:03:05',1766,293,'2005-08-06 14:06:05',2,'2006-02-15 21:30:53'),(8746,'2005-07-29 19:03:15',2179,275,'2005-07-30 17:06:15',1,'2006-02-15 21:30:53'),(8747,'2005-07-29 19:07:57',2584,70,'2005-07-30 16:01:57',1,'2006-02-15 21:30:53'),(8748,'2005-07-29 19:08:37',2184,237,'2005-08-01 16:24:37',1,'2006-02-15 21:30:53'),(8749,'2005-07-29 19:13:15',2252,456,'2005-08-01 15:02:15',1,'2006-02-15 21:30:53'),(8750,'2005-07-29 19:14:21',3157,158,'2005-07-31 17:22:21',2,'2006-02-15 21:30:53'),(8751,'2005-07-29 19:14:39',3467,386,'2005-07-31 23:11:39',1,'2006-02-15 21:30:53'),(8752,'2005-07-29 19:15:07',4202,253,'2005-07-31 13:27:07',1,'2006-02-15 21:30:53'),(8753,'2005-07-29 19:15:50',1345,560,'2005-07-31 19:13:50',2,'2006-02-15 21:30:53'),(8754,'2005-07-29 19:18:30',1678,174,'2005-08-05 18:39:30',2,'2006-02-15 21:30:53'),(8755,'2005-07-29 19:18:31',1498,372,'2005-07-31 19:20:31',2,'2006-02-15 21:30:53'),(8756,'2005-07-29 19:18:57',4146,120,'2005-08-02 20:07:57',2,'2006-02-15 21:30:53'),(8757,'2005-07-29 19:19:10',3473,462,'2005-08-02 13:47:10',2,'2006-02-15 21:30:53'),(8758,'2005-07-29 19:20:49',2816,442,'2005-08-05 21:57:49',2,'2006-02-15 21:30:53'),(8759,'2005-07-29 19:22:37',844,209,'2005-08-07 15:36:37',2,'2006-02-15 21:30:53'),(8760,'2005-07-29 19:22:40',3566,118,'2005-08-05 01:09:40',2,'2006-02-15 21:30:53'),(8761,'2005-07-29 19:26:47',1317,539,'2005-08-08 00:09:47',1,'2006-02-15 21:30:53'),(8762,'2005-07-29 19:30:02',2765,463,'2005-08-04 18:38:02',1,'2006-02-15 21:30:53'),(8763,'2005-07-29 19:38:24',374,510,'2005-08-04 16:51:24',1,'2006-02-15 21:30:53'),(8764,'2005-07-29 19:39:04',2348,303,'2005-08-01 13:52:04',1,'2006-02-15 21:30:53'),(8765,'2005-07-29 19:40:08',2631,538,'2005-07-31 14:24:08',2,'2006-02-15 21:30:53'),(8766,'2005-07-29 19:41:04',3888,338,'2005-08-02 00:41:04',2,'2006-02-15 21:30:53'),(8767,'2005-07-29 19:42:33',962,467,'2005-08-01 20:52:33',2,'2006-02-15 21:30:53'),(8768,'2005-07-29 19:43:02',1601,468,'2005-08-03 23:36:02',1,'2006-02-15 21:30:53'),(8769,'2005-07-29 19:45:33',2180,588,'2005-08-05 22:09:33',2,'2006-02-15 21:30:53'),(8770,'2005-07-29 19:53:50',4025,499,'2005-08-05 14:22:50',1,'2006-02-15 21:30:53'),(8771,'2005-07-29 19:54:41',3533,347,'2005-08-03 20:38:41',1,'2006-02-15 21:30:53'),(8772,'2005-07-29 19:55:25',3526,122,'2005-08-05 18:48:25',1,'2006-02-15 21:30:53'),(8773,'2005-07-29 19:55:34',131,592,'2005-07-30 14:11:34',1,'2006-02-15 21:30:53'),(8774,'2005-07-29 20:05:04',315,161,'2005-07-31 14:32:04',1,'2006-02-15 21:30:53'),(8775,'2005-07-29 20:05:38',1358,44,'2005-07-30 21:13:38',1,'2006-02-15 21:30:53'),(8776,'2005-07-29 20:07:06',1565,587,'2005-08-06 20:42:06',2,'2006-02-15 21:30:53'),(8777,'2005-07-29 20:10:21',2462,382,'2005-07-30 20:32:21',2,'2006-02-15 21:30:53'),(8778,'2005-07-29 20:14:25',3654,582,'2005-08-04 00:50:25',1,'2006-02-15 21:30:53'),(8779,'2005-07-29 20:15:00',3245,202,'2005-08-03 21:17:00',1,'2006-02-15 21:30:53'),(8780,'2005-07-29 20:19:45',1095,328,'2005-08-03 22:22:45',2,'2006-02-15 21:30:53'),(8781,'2005-07-29 20:20:16',3746,235,'2005-07-30 16:19:16',2,'2006-02-15 21:30:53'),(8782,'2005-07-29 20:29:34',4379,365,'2005-08-04 02:19:34',1,'2006-02-15 21:30:53'),(8783,'2005-07-29 20:31:28',2316,71,'2005-08-02 19:33:28',2,'2006-02-15 21:30:53'),(8784,'2005-07-29 20:35:37',2308,580,'2005-07-30 17:22:37',1,'2006-02-15 21:30:53'),(8785,'2005-07-29 20:36:26',216,42,'2005-07-30 15:06:26',1,'2006-02-15 21:30:53'),(8786,'2005-07-29 20:39:49',2404,533,'2005-08-03 18:08:49',1,'2006-02-15 21:30:53'),(8787,'2005-07-29 20:43:49',2366,222,'2005-07-31 15:15:49',1,'2006-02-15 21:30:53'),(8788,'2005-07-29 20:46:44',3412,121,'2005-08-03 02:25:44',2,'2006-02-15 21:30:53'),(8789,'2005-07-29 20:47:27',3062,71,'2005-08-05 18:36:27',1,'2006-02-15 21:30:53'),(8790,'2005-07-29 20:51:41',751,323,'2005-07-30 17:30:41',2,'2006-02-15 21:30:53'),(8791,'2005-07-29 20:53:23',1677,469,'2005-07-31 18:14:23',1,'2006-02-15 21:30:53'),(8792,'2005-07-29 20:56:14',3764,203,'2005-08-07 16:44:14',2,'2006-02-15 21:30:53'),(8793,'2005-07-29 20:57:22',1819,167,'2005-08-02 01:40:22',2,'2006-02-15 21:30:53'),(8794,'2005-07-29 20:59:38',3509,320,'2005-07-31 00:15:38',2,'2006-02-15 21:30:53'),(8795,'2005-07-29 21:04:14',1896,302,'2005-07-31 02:58:14',2,'2006-02-15 21:30:53'),(8796,'2005-07-29 21:09:11',2234,74,'2005-08-04 22:55:11',1,'2006-02-15 21:30:53'),(8797,'2005-07-29 21:10:37',2929,566,'2005-08-07 21:43:37',1,'2006-02-15 21:30:53'),(8798,'2005-07-29 21:15:38',800,513,'2005-08-05 02:46:38',2,'2006-02-15 21:30:53'),(8799,'2005-07-29 21:16:47',326,237,'2005-08-07 22:09:47',2,'2006-02-15 21:30:53'),(8800,'2005-07-29 21:18:59',2082,207,'2005-08-06 19:59:59',2,'2006-02-15 21:30:53'),(8801,'2005-07-29 21:25:22',1111,590,'2005-08-01 00:02:22',1,'2006-02-15 21:30:53'),(8802,'2005-07-29 21:25:51',296,407,'2005-07-30 18:15:51',2,'2006-02-15 21:30:53'),(8803,'2005-07-29 21:26:24',2814,86,'2005-08-06 18:05:24',2,'2006-02-15 21:30:53'),(8804,'2005-07-29 21:28:19',4461,363,'2005-08-01 20:15:19',2,'2006-02-15 21:30:53'),(8805,'2005-07-29 21:29:58',4041,39,'2005-08-04 23:12:58',1,'2006-02-15 21:30:53'),(8806,'2005-07-29 21:36:34',4085,454,'2005-08-02 00:58:34',1,'2006-02-15 21:30:53'),(8807,'2005-07-29 21:36:59',2612,396,'2005-08-01 17:40:59',1,'2006-02-15 21:30:53'),(8808,'2005-07-29 21:39:07',593,173,'2005-08-03 02:09:07',2,'2006-02-15 21:30:53'),(8809,'2005-07-29 21:42:49',3278,8,'2005-08-04 01:13:49',1,'2006-02-15 21:30:53'),(8810,'2005-07-29 21:45:19',1233,431,'2005-08-08 01:45:19',2,'2006-02-15 21:30:53'),(8811,'2005-07-29 21:46:21',2041,245,'2005-08-07 16:51:21',2,'2006-02-15 21:30:53'),(8812,'2005-07-29 21:47:40',1172,563,'2005-08-04 01:18:40',2,'2006-02-15 21:30:53'),(8813,'2005-07-29 21:47:55',3442,497,'2005-08-05 01:16:55',1,'2006-02-15 21:30:53'),(8814,'2005-07-29 21:49:43',1492,487,'2005-08-01 19:56:43',1,'2006-02-15 21:30:53'),(8815,'2005-07-29 21:51:26',3469,230,'2005-08-03 22:37:26',1,'2006-02-15 21:30:53'),(8816,'2005-07-29 21:53:00',3984,209,'2005-08-01 21:20:00',1,'2006-02-15 21:30:53'),(8817,'2005-07-29 22:09:08',2716,175,'2005-08-01 19:07:08',1,'2006-02-15 21:30:53'),(8818,'2005-07-29 22:14:04',3090,98,'2005-08-07 17:26:04',1,'2006-02-15 21:30:53'),(8819,'2005-07-29 22:14:26',3100,591,'2005-08-06 23:02:26',2,'2006-02-15 21:30:53'),(8820,'2005-07-29 22:14:56',481,594,'2005-08-05 23:36:56',2,'2006-02-15 21:30:53'),(8821,'2005-07-29 22:18:12',52,477,'2005-08-05 22:00:12',1,'2006-02-15 21:30:53'),(8822,'2005-07-29 22:20:21',744,35,'2005-08-06 03:00:21',2,'2006-02-15 21:30:53'),(8823,'2005-07-29 22:22:12',951,75,'2005-08-07 21:03:12',1,'2006-02-15 21:30:53'),(8824,'2005-07-29 22:22:58',3506,164,'2005-07-31 21:02:58',2,'2006-02-15 21:30:53'),(8825,'2005-07-29 22:24:16',881,101,'2005-08-05 00:27:16',2,'2006-02-15 21:30:53'),(8826,'2005-07-29 22:30:16',1800,369,'2005-07-30 19:43:16',1,'2006-02-15 21:30:53'),(8827,'2005-07-29 22:31:24',1517,157,'2005-08-06 21:05:24',2,'2006-02-15 21:30:53'),(8828,'2005-07-29 22:32:54',1608,547,'2005-07-30 20:41:54',1,'2006-02-15 21:30:53'),(8829,'2005-07-29 22:33:34',1466,173,'2005-08-05 20:23:34',2,'2006-02-15 21:30:53'),(8830,'2005-07-29 22:34:35',1751,202,'2005-08-05 20:12:35',2,'2006-02-15 21:30:53'),(8831,'2005-07-29 22:37:41',3520,13,'2005-08-08 04:28:41',1,'2006-02-15 21:30:53'),(8832,'2005-07-29 22:37:49',380,125,'2005-08-04 23:32:49',1,'2006-02-15 21:30:53'),(8833,'2005-07-29 22:39:36',1741,101,'2005-08-05 21:19:36',1,'2006-02-15 21:30:53'),(8834,'2005-07-29 22:41:48',4477,243,'2005-08-05 03:21:48',2,'2006-02-15 21:30:53'),(8835,'2005-07-29 22:44:35',2653,237,'2005-08-05 23:28:35',1,'2006-02-15 21:30:53'),(8836,'2005-07-29 22:46:08',3265,14,'2005-08-02 19:53:08',2,'2006-02-15 21:30:53'),(8837,'2005-07-29 22:49:00',42,372,'2005-08-07 21:56:00',2,'2006-02-15 21:30:53'),(8838,'2005-07-29 22:52:23',133,550,'2005-08-03 22:49:23',1,'2006-02-15 21:30:53'),(8839,'2005-07-29 22:52:34',3440,580,'2005-08-05 03:24:34',2,'2006-02-15 21:30:53'),(8840,'2005-07-29 22:55:38',1484,295,'2005-08-06 02:11:38',1,'2006-02-15 21:30:53'),(8841,'2005-07-29 22:56:07',3935,363,'2005-08-01 21:21:07',2,'2006-02-15 21:30:53'),(8842,'2005-07-29 23:03:40',4203,292,'2005-08-06 23:23:40',2,'2006-02-15 21:30:53'),(8843,'2005-07-29 23:04:25',406,294,'2005-08-05 22:12:25',1,'2006-02-15 21:30:53'),(8844,'2005-07-29 23:05:08',327,244,'2005-08-06 00:24:08',2,'2006-02-15 21:30:53'),(8845,'2005-07-29 23:06:13',3036,543,'2005-08-02 20:16:13',1,'2006-02-15 21:30:53'),(8846,'2005-07-29 23:10:28',2912,108,'2005-08-03 22:07:28',2,'2006-02-15 21:30:53'),(8847,'2005-07-29 23:13:41',4133,480,'2005-07-31 23:55:41',1,'2006-02-15 21:30:53'),(8848,'2005-07-29 23:20:58',2972,545,'2005-08-03 17:28:58',2,'2006-02-15 21:30:53'),(8849,'2005-07-29 23:21:01',4300,79,'2005-08-03 20:01:01',1,'2006-02-15 21:30:53'),(8850,'2005-07-29 23:24:20',355,86,'2005-07-31 00:43:20',2,'2006-02-15 21:30:53'),(8851,'2005-07-29 23:26:19',212,445,'2005-08-05 03:59:19',2,'2006-02-15 21:30:53'),(8852,'2005-07-29 23:30:03',1138,42,'2005-08-05 05:22:03',2,'2006-02-15 21:30:53'),(8853,'2005-07-29 23:34:21',2323,58,'2005-07-31 21:20:21',2,'2006-02-15 21:30:53'),(8854,'2005-07-29 23:40:07',1365,527,'2005-08-01 00:35:07',2,'2006-02-15 21:30:53'),(8855,'2005-07-29 23:40:10',4388,335,'2005-08-02 18:07:10',2,'2006-02-15 21:30:53'),(8856,'2005-07-29 23:42:00',2942,365,'2005-08-07 03:00:00',1,'2006-02-15 21:30:53'),(8857,'2005-07-29 23:44:22',1348,477,'2005-07-31 21:32:22',2,'2006-02-15 21:30:53'),(8858,'2005-07-29 23:44:35',2378,558,'2005-08-01 05:25:35',2,'2006-02-15 21:30:53'),(8859,'2005-07-29 23:44:43',603,216,'2005-08-07 18:14:43',2,'2006-02-15 21:30:53'),(8860,'2005-07-29 23:45:57',2841,531,'2005-08-06 02:14:57',2,'2006-02-15 21:30:53'),(8861,'2005-07-29 23:47:29',759,560,'2005-08-07 01:27:29',1,'2006-02-15 21:30:53'),(8862,'2005-07-29 23:49:23',916,21,'2005-08-04 20:11:23',1,'2006-02-15 21:30:53'),(8863,'2005-07-29 23:52:01',75,47,'2005-08-04 20:28:01',1,'2006-02-15 21:30:53'),(8864,'2005-07-29 23:52:12',2321,167,'2005-07-30 22:12:12',1,'2006-02-15 21:30:53'),(8865,'2005-07-29 23:54:54',1835,305,'2005-07-31 05:10:54',2,'2006-02-15 21:30:53'),(8866,'2005-07-29 23:58:19',1530,44,'2005-08-01 05:19:19',2,'2006-02-15 21:30:53'),(8867,'2005-07-30 00:02:18',1388,497,'2005-08-04 00:44:18',2,'2006-02-15 21:30:53'),(8868,'2005-07-30 00:02:26',1229,512,'2005-08-01 22:28:26',2,'2006-02-15 21:30:53'),(8869,'2005-07-30 00:06:32',4353,308,'2005-07-31 20:49:32',2,'2006-02-15 21:30:53'),(8870,'2005-07-30 00:08:08',4104,90,'2005-08-08 00:15:08',2,'2006-02-15 21:30:53'),(8871,'2005-07-30 00:12:41',4535,382,'2005-08-08 03:53:41',1,'2006-02-15 21:30:53'),(8872,'2005-07-30 00:13:54',2669,186,'2005-08-01 18:34:54',1,'2006-02-15 21:30:53'),(8873,'2005-07-30 00:14:32',3498,91,'2005-08-04 20:42:32',2,'2006-02-15 21:30:53'),(8874,'2005-07-30 00:14:45',459,564,'2005-08-02 22:34:45',2,'2006-02-15 21:30:53'),(8875,'2005-07-30 00:15:09',1294,121,'2005-08-04 02:54:09',2,'2006-02-15 21:30:53'),(8876,'2005-07-30 00:15:09',2394,579,'2005-08-02 23:56:09',1,'2006-02-15 21:30:53'),(8877,'2005-07-30 00:15:22',1140,417,'2005-07-31 00:53:22',1,'2006-02-15 21:30:53'),(8878,'2005-07-30 00:15:57',440,25,'2005-08-01 00:22:57',2,'2006-02-15 21:30:53'),(8879,'2005-07-30 00:16:02',2956,584,'2005-08-06 20:10:02',2,'2006-02-15 21:30:53'),(8880,'2005-07-30 00:16:55',2920,51,'2005-08-01 01:05:55',1,'2006-02-15 21:30:53'),(8881,'2005-07-30 00:22:31',2012,118,'2005-08-04 19:10:31',1,'2006-02-15 21:30:53'),(8882,'2005-07-30 00:24:05',441,410,'2005-08-03 19:48:05',2,'2006-02-15 21:30:53'),(8883,'2005-07-30 00:24:48',1421,168,'2005-08-04 00:24:48',2,'2006-02-15 21:30:53'),(8884,'2005-07-30 00:26:22',3050,80,'2005-08-05 03:24:22',1,'2006-02-15 21:30:53'),(8885,'2005-07-30 00:36:26',2984,135,'2005-08-06 03:05:26',1,'2006-02-15 21:30:53'),(8886,'2005-07-30 00:36:31',1469,418,'2005-08-08 06:18:31',1,'2006-02-15 21:30:53'),(8887,'2005-07-30 00:36:54',4119,389,'2005-08-04 19:07:54',1,'2006-02-15 21:30:53'),(8888,'2005-07-30 00:39:36',2824,284,'2005-08-01 02:28:36',2,'2006-02-15 21:30:53'),(8889,'2005-07-30 00:39:43',3457,558,'2005-08-02 23:22:43',1,'2006-02-15 21:30:53'),(8890,'2005-07-30 00:42:06',3656,470,'2005-08-05 21:04:06',1,'2006-02-15 21:30:53'),(8891,'2005-07-30 00:46:55',4093,435,'2005-08-06 23:32:55',2,'2006-02-15 21:30:53'),(8892,'2005-07-30 00:47:03',1584,184,'2005-08-06 03:23:03',2,'2006-02-15 21:30:53'),(8893,'2005-07-30 00:48:19',1048,147,'2005-08-01 03:25:19',1,'2006-02-15 21:30:53'),(8894,'2005-07-30 00:48:31',2055,552,'2005-07-31 05:49:31',1,'2006-02-15 21:30:53'),(8895,'2005-07-30 00:49:17',3217,494,'2005-07-31 01:56:17',1,'2006-02-15 21:30:53'),(8896,'2005-07-30 00:51:21',3560,205,'2005-07-31 22:33:21',1,'2006-02-15 21:30:53'),(8897,'2005-07-30 01:00:17',1964,459,'2005-08-01 03:41:17',1,'2006-02-15 21:30:53'),(8898,'2005-07-30 01:02:20',3961,452,'2005-08-05 22:02:20',2,'2006-02-15 21:30:53'),(8899,'2005-07-30 01:05:30',4148,252,'2005-08-01 23:32:30',1,'2006-02-15 21:30:53'),(8900,'2005-07-30 01:07:03',3057,375,'2005-08-06 04:07:03',1,'2006-02-15 21:30:53'),(8901,'2005-07-30 01:07:12',4392,28,'2005-08-02 06:34:12',1,'2006-02-15 21:30:53'),(8902,'2005-07-30 01:08:06',2983,408,'2005-08-05 00:00:06',2,'2006-02-15 21:30:53'),(8903,'2005-07-30 01:08:06',4546,406,'2005-07-30 21:47:06',2,'2006-02-15 21:30:53'),(8904,'2005-07-30 01:08:33',3622,575,'2005-08-04 02:33:33',1,'2006-02-15 21:30:53'),(8905,'2005-07-30 01:11:11',2154,240,'2005-08-04 22:39:11',1,'2006-02-15 21:30:53'),(8906,'2005-07-30 01:21:39',2667,560,'2005-08-07 02:14:39',2,'2006-02-15 21:30:53'),(8907,'2005-07-30 01:25:03',3239,576,'2005-08-03 05:41:03',1,'2006-02-15 21:30:53'),(8908,'2005-07-30 01:26:05',4498,391,'2005-07-31 20:39:05',1,'2006-02-15 21:30:53'),(8909,'2005-07-30 01:28:03',2606,556,'2005-08-06 04:40:03',2,'2006-02-15 21:30:53'),(8910,'2005-07-30 01:29:48',1039,569,'2005-07-31 21:33:48',2,'2006-02-15 21:30:53'),(8911,'2005-07-30 01:30:57',2159,445,'2005-08-02 20:01:57',1,'2006-02-15 21:30:53'),(8912,'2005-07-30 01:31:25',1686,280,'2005-08-02 07:14:25',2,'2006-02-15 21:30:53'),(8913,'2005-07-30 01:35:01',429,391,'2005-08-06 06:13:01',1,'2006-02-15 21:30:53'),(8914,'2005-07-30 01:42:03',1347,32,'2005-08-04 03:53:03',1,'2006-02-15 21:30:53'),(8915,'2005-07-30 01:42:09',3030,42,'2005-08-04 23:29:09',2,'2006-02-15 21:30:53'),(8916,'2005-07-30 01:42:21',3852,377,'2005-08-03 05:28:21',1,'2006-02-15 21:30:53'),(8917,'2005-07-30 01:47:02',4460,309,'2005-08-05 21:10:02',2,'2006-02-15 21:30:53'),(8918,'2005-07-30 01:56:22',2544,424,'2005-08-04 01:58:22',2,'2006-02-15 21:30:53'),(8919,'2005-07-30 01:57:03',4006,337,'2005-08-08 05:14:03',1,'2006-02-15 21:30:53'),(8920,'2005-07-30 01:59:24',4079,78,'2005-08-02 22:37:24',2,'2006-02-15 21:30:53'),(8921,'2005-07-30 02:04:02',1016,354,'2005-07-31 06:18:02',1,'2006-02-15 21:30:53'),(8922,'2005-07-30 02:08:25',1696,446,'2005-08-08 07:19:25',2,'2006-02-15 21:30:53'),(8923,'2005-07-30 02:08:49',2425,446,'2005-08-03 23:45:49',2,'2006-02-15 21:30:53'),(8924,'2005-07-30 02:08:58',2291,38,'2005-08-05 02:13:58',2,'2006-02-15 21:30:53'),(8925,'2005-07-30 02:09:14',3753,500,'2005-07-30 21:39:14',1,'2006-02-15 21:30:53'),(8926,'2005-07-30 02:10:31',3677,510,'2005-08-03 23:56:31',1,'2006-02-15 21:30:53'),(8927,'2005-07-30 02:13:31',272,15,'2005-08-01 01:34:31',1,'2006-02-15 21:30:53'),(8928,'2005-07-30 02:18:19',706,366,'2005-08-05 00:49:19',2,'2006-02-15 21:30:53'),(8929,'2005-07-30 02:28:22',3501,472,'2005-08-06 06:13:22',1,'2006-02-15 21:30:53'),(8930,'2005-07-30 02:28:38',1107,202,'2005-08-02 01:43:38',2,'2006-02-15 21:30:53'),(8931,'2005-07-30 02:30:07',16,268,'2005-08-02 08:24:07',2,'2006-02-15 21:30:53'),(8932,'2005-07-30 02:31:26',4537,295,'2005-08-04 02:17:26',2,'2006-02-15 21:30:53'),(8933,'2005-07-30 02:36:06',1664,260,'2005-08-02 23:37:06',2,'2006-02-15 21:30:53'),(8934,'2005-07-30 02:37:05',3223,494,'2005-08-01 20:42:05',1,'2006-02-15 21:30:53'),(8935,'2005-07-30 02:38:45',285,76,'2005-08-02 07:11:45',2,'2006-02-15 21:30:53'),(8936,'2005-07-30 02:47:13',1408,227,'2005-08-01 02:25:13',2,'2006-02-15 21:30:53'),(8937,'2005-07-30 02:53:21',2406,544,'2005-08-08 03:33:21',2,'2006-02-15 21:30:53'),(8938,'2005-07-30 02:56:08',4031,92,'2005-07-31 23:08:08',2,'2006-02-15 21:30:53'),(8939,'2005-07-30 02:56:53',4175,598,'2005-08-01 21:19:53',1,'2006-02-15 21:30:53'),(8940,'2005-07-30 02:57:26',1566,212,'2005-08-05 22:05:26',1,'2006-02-15 21:30:53'),(8941,'2005-07-30 02:59:21',4147,329,'2005-08-02 05:18:21',2,'2006-02-15 21:30:53'),(8942,'2005-07-30 03:01:07',4375,77,'2005-08-06 22:50:07',2,'2006-02-15 21:30:53'),(8943,'2005-07-30 03:06:48',3698,531,'2005-08-02 00:59:48',2,'2006-02-15 21:30:53'),(8944,'2005-07-30 03:11:44',3513,172,'2005-08-06 23:15:44',2,'2006-02-15 21:30:53'),(8945,'2005-07-30 03:11:48',1441,447,'2005-08-07 07:53:48',2,'2006-02-15 21:30:53'),(8946,'2005-07-30 03:14:53',3510,257,'2005-08-04 00:50:53',1,'2006-02-15 21:30:53'),(8947,'2005-07-30 03:15:37',341,24,'2005-08-04 07:10:37',2,'2006-02-15 21:30:53'),(8948,'2005-07-30 03:16:18',948,597,'2005-08-04 03:16:18',1,'2006-02-15 21:30:53'),(8949,'2005-07-30 03:17:02',2876,231,'2005-08-08 07:38:02',1,'2006-02-15 21:30:53'),(8950,'2005-07-30 03:17:13',3015,11,'2005-08-07 00:20:13',1,'2006-02-15 21:30:53'),(8951,'2005-07-30 03:18:24',127,336,'2005-08-08 08:50:24',2,'2006-02-15 21:30:53'),(8952,'2005-07-30 03:20:38',4397,36,'2005-08-02 02:54:38',1,'2006-02-15 21:30:53'),(8953,'2005-07-30 03:21:05',535,278,'2005-08-02 05:24:05',2,'2006-02-15 21:30:53'),(8954,'2005-07-30 03:25:51',991,137,'2005-08-06 05:10:51',2,'2006-02-15 21:30:53'),(8955,'2005-07-30 03:28:27',4532,405,'2005-08-04 04:56:27',2,'2006-02-15 21:30:53'),(8956,'2005-07-30 03:32:29',2129,71,'2005-08-01 03:08:29',2,'2006-02-15 21:30:53'),(8957,'2005-07-30 03:34:10',811,158,'2005-08-06 07:05:10',1,'2006-02-15 21:30:53'),(8958,'2005-07-30 03:34:26',1556,536,'2005-08-06 08:14:26',1,'2006-02-15 21:30:53'),(8959,'2005-07-30 03:35:49',3508,550,'2005-08-06 02:02:49',2,'2006-02-15 21:30:53'),(8960,'2005-07-30 03:36:31',391,525,'2005-08-01 23:46:31',2,'2006-02-15 21:30:53'),(8961,'2005-07-30 03:43:35',3679,211,'2005-08-06 07:42:35',1,'2006-02-15 21:30:53'),(8962,'2005-07-30 03:43:45',4439,406,'2005-08-07 00:33:45',1,'2006-02-15 21:30:53'),(8963,'2005-07-30 03:46:26',100,544,'2005-08-08 06:12:26',1,'2006-02-15 21:30:53'),(8964,'2005-07-30 03:49:35',280,424,'2005-08-06 23:28:35',2,'2006-02-15 21:30:53'),(8965,'2005-07-30 03:52:37',2419,599,'2005-08-05 01:28:37',2,'2006-02-15 21:30:53'),(8966,'2005-07-30 03:54:12',1903,522,'2005-07-31 04:51:12',1,'2006-02-15 21:30:53'),(8967,'2005-07-30 03:56:55',1536,480,'2005-08-06 05:25:55',2,'2006-02-15 21:30:53'),(8968,'2005-07-30 03:57:32',2280,339,'2005-07-31 00:09:32',1,'2006-02-15 21:30:53'),(8969,'2005-07-30 04:00:19',2043,121,'2005-08-06 04:39:19',1,'2006-02-15 21:30:53'),(8970,'2005-07-30 04:02:05',2940,313,'2005-08-07 03:40:05',2,'2006-02-15 21:30:53'),(8971,'2005-07-30 04:03:58',3572,35,'2005-08-08 04:16:58',2,'2006-02-15 21:30:53'),(8972,'2005-07-30 04:06:25',1974,89,'2005-08-04 22:49:25',1,'2006-02-15 21:30:53'),(8973,'2005-07-30 04:09:13',886,282,'2005-08-07 22:30:13',2,'2006-02-15 21:30:53'),(8974,'2005-07-30 04:09:16',3376,425,'2005-08-04 06:55:16',1,'2006-02-15 21:30:53'),(8975,'2005-07-30 04:10:18',3288,356,'2005-08-07 01:06:18',2,'2006-02-15 21:30:53'),(8976,'2005-07-30 04:12:32',2135,507,'2005-08-04 23:08:32',1,'2006-02-15 21:30:53'),(8977,'2005-07-30 04:14:07',4099,334,'2005-08-05 23:45:07',2,'2006-02-15 21:30:53'),(8978,'2005-07-30 04:14:28',711,5,'2005-08-06 09:08:28',1,'2006-02-15 21:30:53'),(8979,'2005-07-30 04:20:25',1394,529,'2005-08-08 03:39:25',2,'2006-02-15 21:30:53'),(8980,'2005-07-30 04:22:15',3061,105,'2005-08-04 08:16:15',1,'2006-02-15 21:30:53'),(8981,'2005-07-30 04:25:30',4413,310,'2005-08-06 02:37:30',1,'2006-02-15 21:30:53'),(8982,'2005-07-30 04:31:02',1128,251,'2005-07-31 04:22:02',1,'2006-02-15 21:30:53'),(8983,'2005-07-30 04:31:08',1861,144,'2005-07-31 09:28:08',1,'2006-02-15 21:30:53'),(8984,'2005-07-30 04:31:50',2126,485,'2005-08-04 03:24:50',1,'2006-02-15 21:30:53'),(8985,'2005-07-30 04:34:51',3179,12,'2005-08-06 00:45:51',2,'2006-02-15 21:30:53'),(8986,'2005-07-30 04:37:20',3992,551,'2005-07-31 23:54:20',1,'2006-02-15 21:30:53'),(8987,'2005-07-30 04:37:36',1434,135,'2005-08-08 10:14:36',2,'2006-02-15 21:30:53'),(8988,'2005-07-30 04:38:49',777,487,'2005-08-07 07:00:49',2,'2006-02-15 21:30:53'),(8989,'2005-07-30 04:39:19',954,575,'2005-08-06 02:11:19',1,'2006-02-15 21:30:53'),(8990,'2005-07-30 04:41:42',1869,292,'2005-08-07 22:50:42',2,'2006-02-15 21:30:53'),(8991,'2005-07-30 04:42:54',4540,474,'2005-08-01 23:51:54',1,'2006-02-15 21:30:53'),(8992,'2005-07-30 04:44:18',4478,54,'2005-08-01 00:29:18',1,'2006-02-15 21:30:53'),(8993,'2005-07-30 04:51:25',1891,382,'2005-08-01 01:04:25',1,'2006-02-15 21:30:53'),(8994,'2005-07-30 04:51:32',1527,287,'2005-08-07 09:41:32',1,'2006-02-15 21:30:53'),(8995,'2005-07-30 04:53:11',3575,331,'2005-08-07 00:24:11',1,'2006-02-15 21:30:53'),(8996,'2005-07-30 04:53:23',1970,579,'2005-07-31 06:01:23',1,'2006-02-15 21:30:53'),(8997,'2005-07-30 04:53:56',850,31,'2005-08-03 07:10:56',1,'2006-02-15 21:30:53'),(8998,'2005-07-30 04:54:14',1573,120,'2005-08-08 08:18:14',2,'2006-02-15 21:30:53'),(8999,'2005-07-30 04:55:46',3458,424,'2005-08-01 00:16:46',2,'2006-02-15 21:30:53'),(9000,'2005-07-30 04:58:55',3763,290,'2005-08-08 04:01:55',2,'2006-02-15 21:30:53'),(9001,'2005-07-30 04:59:41',3682,440,'2005-07-31 08:56:41',2,'2006-02-15 21:30:53'),(9002,'2005-07-30 05:02:21',1936,137,'2005-07-31 04:58:21',1,'2006-02-15 21:30:53'),(9003,'2005-07-30 05:02:52',1605,507,'2005-07-31 10:33:52',1,'2006-02-15 21:30:53'),(9004,'2005-07-30 05:04:27',3775,178,'2005-07-31 00:49:27',1,'2006-02-15 21:30:53'),(9005,'2005-07-30 05:04:58',157,204,'2005-08-03 07:41:58',2,'2006-02-15 21:30:53'),(9006,'2005-07-30 05:06:32',3315,49,'2005-07-31 08:24:32',1,'2006-02-15 21:30:53'),(9007,'2005-07-30 05:09:32',2813,63,'2005-08-02 06:12:32',2,'2006-02-15 21:30:53'),(9008,'2005-07-30 05:10:26',3592,371,'2005-07-31 08:13:26',1,'2006-02-15 21:30:53'),(9009,'2005-07-30 05:12:01',4136,166,'2005-08-07 10:58:01',1,'2006-02-15 21:30:53'),(9010,'2005-07-30 05:12:04',1698,152,'2005-08-06 02:54:04',2,'2006-02-15 21:30:53'),(9011,'2005-07-30 05:16:29',2799,236,'2005-08-05 06:57:29',1,'2006-02-15 21:30:53'),(9012,'2005-07-30 05:18:57',3604,494,'2005-08-06 06:21:57',1,'2006-02-15 21:30:53'),(9013,'2005-07-30 05:19:20',2367,347,'2005-08-04 01:35:20',1,'2006-02-15 21:30:53'),(9014,'2005-07-30 05:19:27',311,297,'2005-08-01 01:10:27',2,'2006-02-15 21:30:53'),(9015,'2005-07-30 05:21:32',4128,203,'2005-08-08 07:03:32',2,'2006-02-15 21:30:53'),(9016,'2005-07-30 05:26:13',4309,312,'2005-08-04 00:25:13',2,'2006-02-15 21:30:53'),(9017,'2005-07-30 05:26:20',3325,319,'2005-08-04 10:00:20',2,'2006-02-15 21:30:53'),(9018,'2005-07-30 05:28:40',1982,218,'2005-08-07 01:34:40',1,'2006-02-15 21:30:53'),(9019,'2005-07-30 05:28:53',946,235,'2005-08-03 02:16:53',2,'2006-02-15 21:30:53'),(9020,'2005-07-30 05:31:27',1700,142,'2005-08-08 06:44:27',2,'2006-02-15 21:30:53'),(9021,'2005-07-30 05:34:24',674,498,'2005-08-03 04:13:24',1,'2006-02-15 21:30:53'),(9022,'2005-07-30 05:34:45',4473,159,'2005-08-03 23:57:45',2,'2006-02-15 21:30:53'),(9023,'2005-07-30 05:36:40',2911,148,'2005-08-07 06:20:40',1,'2006-02-15 21:30:53'),(9024,'2005-07-30 05:44:42',164,329,'2005-08-05 03:15:42',2,'2006-02-15 21:30:53'),(9025,'2005-07-30 05:50:08',2244,473,'2005-07-31 09:58:08',1,'2006-02-15 21:30:53'),(9026,'2005-07-30 05:55:31',1524,423,'2005-08-01 03:19:31',1,'2006-02-15 21:30:53'),(9027,'2005-07-30 05:58:27',449,72,'2005-08-03 03:02:27',1,'2006-02-15 21:30:53'),(9028,'2005-07-30 06:00:35',2687,119,'2005-08-02 01:35:35',1,'2006-02-15 21:30:53'),(9029,'2005-07-30 06:03:11',2220,52,'2005-08-04 01:42:11',1,'2006-02-15 21:30:53'),(9030,'2005-07-30 06:05:38',2237,367,'2005-08-03 00:19:38',1,'2006-02-15 21:30:53'),(9031,'2005-07-30 06:06:10',2377,2,'2005-08-04 10:45:10',2,'2006-02-15 21:30:53'),(9032,'2005-07-30 06:06:54',4448,369,'2005-08-01 05:27:54',1,'2006-02-15 21:30:53'),(9033,'2005-07-30 06:07:42',3416,35,'2005-08-05 01:18:42',1,'2006-02-15 21:30:53'),(9034,'2005-07-30 06:10:58',3847,144,'2005-08-08 05:00:58',2,'2006-02-15 21:30:53'),(9035,'2005-07-30 06:16:07',3785,243,'2005-08-06 09:22:07',1,'2006-02-15 21:30:53'),(9036,'2005-07-30 06:18:38',790,18,'2005-07-31 01:22:38',1,'2006-02-15 21:30:53'),(9037,'2005-07-30 06:23:14',3833,356,'2005-08-08 06:25:14',1,'2006-02-15 21:30:53'),(9038,'2005-07-30 06:23:35',217,514,'2005-08-06 11:10:35',1,'2006-02-15 21:30:53'),(9039,'2005-07-30 06:24:28',4493,485,'2005-08-08 00:28:28',1,'2006-02-15 21:30:53'),(9040,'2005-07-30 06:31:45',392,33,'2005-08-03 12:20:45',1,'2006-02-15 21:30:53'),(9041,'2005-07-30 06:32:36',1103,454,'2005-08-01 10:28:36',2,'2006-02-15 21:30:53'),(9042,'2005-07-30 06:33:55',2770,398,'2005-08-04 09:31:55',2,'2006-02-15 21:30:53'),(9043,'2005-07-30 06:34:07',4127,9,'2005-08-02 01:16:07',1,'2006-02-15 21:30:53'),(9044,'2005-07-30 06:35:21',3796,319,'2005-07-31 10:27:21',1,'2006-02-15 21:30:53'),(9045,'2005-07-30 06:36:57',4521,46,'2005-08-08 01:51:57',1,'2006-02-15 21:30:53'),(9046,'2005-07-30 06:46:55',1736,215,'2005-08-01 02:21:55',2,'2006-02-15 21:30:53'),(9047,'2005-07-30 06:56:33',256,522,'2005-08-08 06:40:33',2,'2006-02-15 21:30:53'),(9048,'2005-07-30 06:57:07',3929,100,'2005-08-05 00:57:07',1,'2006-02-15 21:30:53'),(9049,'2005-07-30 06:57:28',2620,417,'2005-08-04 09:02:28',1,'2006-02-15 21:30:53'),(9050,'2005-07-30 06:59:55',106,40,'2005-08-06 06:37:55',1,'2006-02-15 21:30:53'),(9051,'2005-07-30 07:05:54',1847,337,'2005-08-07 09:12:54',2,'2006-02-15 21:30:53'),(9052,'2005-07-30 07:06:08',3351,408,'2005-08-03 10:30:08',1,'2006-02-15 21:30:53'),(9053,'2005-07-30 07:07:39',2535,485,'2005-08-01 09:22:39',2,'2006-02-15 21:30:53'),(9054,'2005-07-30 07:11:44',2860,209,'2005-08-08 01:55:44',2,'2006-02-15 21:30:53'),(9055,'2005-07-30 07:13:07',634,512,'2005-08-01 12:18:07',1,'2006-02-15 21:30:53'),(9056,'2005-07-30 07:13:20',4363,380,'2005-08-03 07:36:20',1,'2006-02-15 21:30:53'),(9057,'2005-07-30 07:14:18',3141,202,'2005-08-01 05:10:18',2,'2006-02-15 21:30:53'),(9058,'2005-07-30 07:15:45',4214,403,'2005-07-31 02:57:45',2,'2006-02-15 21:30:53'),(9059,'2005-07-30 07:18:44',480,267,'2005-08-08 08:39:44',1,'2006-02-15 21:30:53'),(9060,'2005-07-30 07:20:36',4360,87,'2005-08-03 10:51:36',1,'2006-02-15 21:30:53'),(9061,'2005-07-30 07:21:52',1933,255,'2005-08-08 10:52:52',1,'2006-02-15 21:30:53'),(9062,'2005-07-30 07:23:17',2780,358,'2005-08-02 12:07:17',1,'2006-02-15 21:30:53'),(9063,'2005-07-30 07:24:34',2851,564,'2005-08-05 01:28:34',2,'2006-02-15 21:30:53'),(9064,'2005-07-30 07:24:55',1417,194,'2005-08-07 08:44:55',2,'2006-02-15 21:30:53'),(9065,'2005-07-30 07:25:09',349,238,'2005-07-31 05:18:09',2,'2006-02-15 21:30:53'),(9066,'2005-07-30 07:28:54',196,171,'2005-08-02 05:23:54',1,'2006-02-15 21:30:53'),(9067,'2005-07-30 07:31:01',3628,382,'2005-08-04 11:44:01',2,'2006-02-15 21:30:53'),(9068,'2005-07-30 07:31:45',2264,78,'2005-08-08 06:40:45',1,'2006-02-15 21:30:53'),(9069,'2005-07-30 07:39:59',1852,258,'2005-08-02 04:10:59',1,'2006-02-15 21:30:53'),(9070,'2005-07-30 07:40:39',3690,276,'2005-08-01 04:19:39',2,'2006-02-15 21:30:53'),(9071,'2005-07-30 07:40:58',3151,523,'2005-08-01 06:59:58',2,'2006-02-15 21:30:53'),(9072,'2005-07-30 07:45:49',4536,106,'2005-08-04 10:00:49',1,'2006-02-15 21:30:53'),(9073,'2005-07-30 07:49:56',2185,141,'2005-08-05 06:25:56',2,'2006-02-15 21:30:53'),(9074,'2005-07-30 07:50:10',3244,84,'2005-08-01 11:21:10',2,'2006-02-15 21:30:53'),(9075,'2005-07-30 07:55:14',1931,20,'2005-08-02 13:49:14',1,'2006-02-15 21:30:53'),(9076,'2005-07-30 07:58:12',496,447,'2005-08-08 06:04:12',1,'2006-02-15 21:30:53'),(9077,'2005-07-30 08:00:19',4324,471,'2005-08-08 11:21:19',1,'2006-02-15 21:30:53'),(9078,'2005-07-30 08:01:00',955,300,'2005-07-31 10:39:00',1,'2006-02-15 21:30:53'),(9079,'2005-07-30 08:02:00',2143,193,'2005-07-31 04:02:00',2,'2006-02-15 21:30:53'),(9080,'2005-07-30 08:02:39',94,276,'2005-08-06 12:02:39',1,'2006-02-15 21:30:53'),(9081,'2005-07-30 08:09:58',3040,572,'2005-08-03 13:27:58',1,'2006-02-15 21:30:53'),(9082,'2005-07-30 08:11:22',4042,438,'2005-08-06 09:26:22',2,'2006-02-15 21:30:53'),(9083,'2005-07-30 08:14:27',456,488,'2005-08-07 14:02:27',1,'2006-02-15 21:30:53'),(9084,'2005-07-30 08:14:29',3950,171,'2005-08-03 11:12:29',2,'2006-02-15 21:30:53'),(9085,'2005-07-30 08:17:24',3400,33,'2005-08-03 09:35:24',2,'2006-02-15 21:30:53'),(9086,'2005-07-30 08:18:46',2779,57,'2005-08-06 06:10:46',2,'2006-02-15 21:30:53'),(9087,'2005-07-30 08:19:47',4048,546,'2005-08-02 07:15:47',1,'2006-02-15 21:30:53'),(9088,'2005-07-30 08:21:02',3407,245,'2005-08-01 09:55:02',1,'2006-02-15 21:30:53'),(9089,'2005-07-30 08:23:39',490,369,'2005-07-31 06:00:39',1,'2006-02-15 21:30:53'),(9090,'2005-07-30 08:24:42',3426,104,'2005-08-08 06:17:42',2,'2006-02-15 21:30:53'),(9091,'2005-07-30 08:30:45',2249,66,'2005-08-07 13:28:45',1,'2006-02-15 21:30:53'),(9092,'2005-07-30 08:30:56',1877,17,'2005-08-06 08:09:56',2,'2006-02-15 21:30:53'),(9093,'2005-07-30 08:33:24',2208,96,'2005-08-04 11:07:24',1,'2006-02-15 21:30:53'),(9094,'2005-07-30 08:35:10',2699,140,'2005-08-07 08:18:10',2,'2006-02-15 21:30:53'),(9095,'2005-07-30 08:38:36',3019,511,'2005-07-31 06:14:36',1,'2006-02-15 21:30:53'),(9096,'2005-07-30 08:39:23',540,216,'2005-08-01 03:33:23',1,'2006-02-15 21:30:53'),(9097,'2005-07-30 08:40:35',570,173,'2005-08-04 11:19:35',2,'2006-02-15 21:30:53'),(9098,'2005-07-30 08:44:21',1267,144,'2005-08-08 12:31:21',1,'2006-02-15 21:30:53'),(9099,'2005-07-30 08:45:48',594,250,'2005-08-01 03:18:48',2,'2006-02-15 21:30:53'),(9100,'2005-07-30 08:46:09',4117,4,'2005-08-05 10:34:09',1,'2006-02-15 21:30:53'),(9101,'2005-07-30 08:47:13',3165,566,'2005-08-02 12:52:13',1,'2006-02-15 21:30:53'),(9102,'2005-07-30 08:48:20',1154,276,'2005-08-04 10:19:20',1,'2006-02-15 21:30:53'),(9103,'2005-07-30 08:49:26',3806,280,'2005-07-31 14:15:26',1,'2006-02-15 21:30:53'),(9104,'2005-07-30 08:49:55',3372,322,'2005-08-06 12:23:55',1,'2006-02-15 21:30:53'),(9105,'2005-07-30 08:50:25',4443,262,'2005-08-05 06:08:25',1,'2006-02-15 21:30:53'),(9106,'2005-07-30 08:52:34',2935,148,'2005-08-02 07:38:34',2,'2006-02-15 21:30:53'),(9107,'2005-07-30 08:52:45',1068,531,'2005-08-05 08:39:45',2,'2006-02-15 21:30:53'),(9108,'2005-07-30 08:56:36',3977,490,'2005-08-04 11:07:36',1,'2006-02-15 21:30:53'),(9109,'2005-07-30 08:58:24',787,266,'2005-08-07 06:56:24',1,'2006-02-15 21:30:53'),(9110,'2005-07-30 09:05:42',1474,317,'2005-08-03 05:15:42',1,'2006-02-15 21:30:53'),(9111,'2005-07-30 09:05:44',166,211,'2005-08-04 14:27:44',2,'2006-02-15 21:30:53'),(9112,'2005-07-30 09:06:31',395,74,'2005-08-04 05:12:31',2,'2006-02-15 21:30:53'),(9113,'2005-07-30 09:09:03',3903,374,'2005-07-31 03:13:03',1,'2006-02-15 21:30:53'),(9114,'2005-07-30 09:13:21',893,18,'2005-08-05 06:00:21',2,'2006-02-15 21:30:53'),(9115,'2005-07-30 09:13:55',3750,322,'2005-08-04 04:02:55',2,'2006-02-15 21:30:53'),(9116,'2005-07-30 09:19:41',2917,446,'2005-08-03 08:01:41',2,'2006-02-15 21:30:53'),(9117,'2005-07-30 09:20:59',3055,371,'2005-08-07 08:47:59',1,'2006-02-15 21:30:53'),(9118,'2005-07-30 09:24:18',4538,172,'2005-08-02 14:46:18',2,'2006-02-15 21:30:53'),(9119,'2005-07-30 09:25:56',275,305,'2005-08-03 03:36:56',1,'2006-02-15 21:30:53'),(9120,'2005-07-30 09:26:08',139,473,'2005-08-08 09:52:08',1,'2006-02-15 21:30:53'),(9121,'2005-07-30 09:36:26',3098,150,'2005-08-05 15:17:26',2,'2006-02-15 21:30:53'),(9122,'2005-07-30 09:36:52',627,365,'2005-08-05 13:20:52',1,'2006-02-15 21:30:53'),(9123,'2005-07-30 09:39:15',3748,293,'2005-08-02 08:12:15',2,'2006-02-15 21:30:53'),(9124,'2005-07-30 09:43:12',4552,105,'2005-08-06 06:17:12',1,'2006-02-15 21:30:53'),(9125,'2005-07-30 09:43:39',333,335,'2005-08-07 14:02:39',1,'2006-02-15 21:30:53'),(9126,'2005-07-30 09:44:15',4495,590,'2005-08-02 11:02:15',2,'2006-02-15 21:30:53'),(9127,'2005-07-30 09:46:36',4114,300,'2005-07-31 07:43:36',1,'2006-02-15 21:30:53'),(9128,'2005-07-30 09:51:14',3647,372,'2005-08-07 06:23:14',1,'2006-02-15 21:30:53'),(9129,'2005-07-30 09:51:21',2658,125,'2005-08-07 08:50:21',2,'2006-02-15 21:30:53'),(9130,'2005-07-30 09:55:10',1715,354,'2005-08-04 08:57:10',1,'2006-02-15 21:30:53'),(9131,'2005-07-30 09:55:57',623,142,'2005-08-01 14:21:57',1,'2006-02-15 21:30:53'),(9132,'2005-07-30 09:56:00',402,159,'2005-08-02 09:22:00',1,'2006-02-15 21:30:53'),(9133,'2005-07-30 09:59:00',408,576,'2005-08-07 04:24:00',1,'2006-02-15 21:30:53'),(9134,'2005-07-30 10:00:21',3797,559,'2005-08-01 05:01:21',1,'2006-02-15 21:30:53'),(9135,'2005-07-30 10:06:53',821,161,'2005-08-03 13:57:53',2,'2006-02-15 21:30:53'),(9136,'2005-07-30 10:07:20',1734,57,'2005-07-31 08:20:20',2,'2006-02-15 21:30:53'),(9137,'2005-07-30 10:09:24',840,459,'2005-08-06 04:30:24',2,'2006-02-15 21:30:53'),(9138,'2005-07-30 10:11:52',2550,17,'2005-07-31 07:05:52',2,'2006-02-15 21:30:53'),(9139,'2005-07-30 10:11:52',2809,133,'2005-08-03 12:44:52',1,'2006-02-15 21:30:53'),(9140,'2005-07-30 10:12:01',4095,25,'2005-08-06 09:16:01',2,'2006-02-15 21:30:53'),(9141,'2005-07-30 10:16:04',3087,484,'2005-08-05 08:01:04',1,'2006-02-15 21:30:53'),(9142,'2005-07-30 10:21:03',4467,486,'2005-08-04 15:14:03',1,'2006-02-15 21:30:53'),(9143,'2005-07-30 10:22:11',2962,511,'2005-08-07 06:13:11',2,'2006-02-15 21:30:53'),(9144,'2005-07-30 10:22:15',718,381,'2005-08-05 08:14:15',1,'2006-02-15 21:30:53'),(9145,'2005-07-30 10:27:55',559,176,'2005-08-07 14:41:55',2,'2006-02-15 21:30:53'),(9146,'2005-07-30 10:32:08',483,302,'2005-08-08 14:30:08',1,'2006-02-15 21:30:53'),(9147,'2005-07-30 10:38:59',4167,394,'2005-08-02 11:45:59',2,'2006-02-15 21:30:53'),(9148,'2005-07-30 10:39:10',1407,333,'2005-08-04 07:17:10',2,'2006-02-15 21:30:53'),(9149,'2005-07-30 10:45:12',2632,21,'2005-08-01 09:40:12',1,'2006-02-15 21:30:53'),(9150,'2005-07-30 10:49:32',2834,213,'2005-08-08 15:43:32',1,'2006-02-15 21:30:53'),(9151,'2005-07-30 10:50:53',3956,102,'2005-08-07 08:19:53',1,'2006-02-15 21:30:53'),(9152,'2005-07-30 10:51:27',3607,595,'2005-07-31 06:38:27',2,'2006-02-15 21:30:53'),(9153,'2005-07-30 10:58:16',3743,589,'2005-08-03 06:16:16',2,'2006-02-15 21:30:53'),(9154,'2005-07-30 10:59:54',576,312,'2005-08-05 16:47:54',1,'2006-02-15 21:30:53'),(9155,'2005-07-30 11:00:00',3787,107,'2005-08-02 05:24:00',2,'2006-02-15 21:30:53'),(9156,'2005-07-30 11:04:55',1747,145,'2005-07-31 14:10:55',2,'2006-02-15 21:30:53'),(9157,'2005-07-30 11:06:23',146,19,'2005-08-05 05:29:23',2,'2006-02-15 21:30:53'),(9158,'2005-07-30 11:12:03',4017,16,'2005-08-02 05:55:03',2,'2006-02-15 21:30:53'),(9159,'2005-07-30 11:16:37',1234,217,'2005-08-03 10:32:37',1,'2006-02-15 21:30:53'),(9160,'2005-07-30 11:17:33',183,34,'2005-08-06 15:16:33',2,'2006-02-15 21:30:53'),(9161,'2005-07-30 11:19:18',969,433,'2005-08-02 05:32:18',1,'2006-02-15 21:30:53'),(9162,'2005-07-30 11:21:56',4198,184,'2005-08-02 15:32:56',1,'2006-02-15 21:30:53'),(9163,'2005-07-30 11:23:22',4562,345,'2005-07-31 07:34:22',2,'2006-02-15 21:30:53'),(9164,'2005-07-30 11:24:14',4434,342,'2005-08-08 16:24:14',1,'2006-02-15 21:30:53'),(9165,'2005-07-30 11:24:28',4034,291,'2005-08-03 09:38:28',1,'2006-02-15 21:30:53'),(9166,'2005-07-30 11:26:28',308,12,'2005-08-04 12:32:28',1,'2006-02-15 21:30:53'),(9167,'2005-07-30 11:30:37',1785,162,'2005-08-08 17:13:37',1,'2006-02-15 21:30:53'),(9168,'2005-07-30 11:31:17',2035,75,'2005-08-08 16:56:17',2,'2006-02-15 21:30:53'),(9169,'2005-07-30 11:35:00',1567,245,'2005-08-06 16:16:00',2,'2006-02-15 21:30:53'),(9170,'2005-07-30 11:35:24',4279,425,'2005-08-05 05:36:24',1,'2006-02-15 21:30:53'),(9171,'2005-07-30 11:36:24',1832,189,'2005-08-07 06:04:24',2,'2006-02-15 21:30:53'),(9172,'2005-07-30 11:36:38',695,437,'2005-08-04 09:39:38',1,'2006-02-15 21:30:53'),(9173,'2005-07-30 11:40:10',2103,381,'2005-08-04 05:40:10',2,'2006-02-15 21:30:53'),(9174,'2005-07-30 11:42:10',2636,144,'2005-07-31 09:52:10',1,'2006-02-15 21:30:53'),(9175,'2005-07-30 11:47:48',358,133,'2005-08-02 08:13:48',1,'2006-02-15 21:30:53'),(9176,'2005-07-30 11:50:54',2659,260,'2005-08-02 14:25:54',2,'2006-02-15 21:30:53'),(9177,'2005-07-30 11:52:40',1088,400,'2005-08-08 09:35:40',1,'2006-02-15 21:30:53'),(9178,'2005-07-30 11:58:50',2046,448,'2005-08-08 15:24:50',2,'2006-02-15 21:30:53'),(9179,'2005-07-30 12:02:41',62,50,'2005-08-05 15:23:41',2,'2006-02-15 21:30:53'),(9180,'2005-07-30 12:03:15',3479,442,'2005-08-01 14:25:15',1,'2006-02-15 21:30:53'),(9181,'2005-07-30 12:05:58',3953,224,'2005-08-02 06:22:58',1,'2006-02-15 21:30:53'),(9182,'2005-07-30 12:06:58',2533,165,'2005-08-08 11:33:58',2,'2006-02-15 21:30:53'),(9183,'2005-07-30 12:09:56',4320,475,'2005-08-06 11:50:56',2,'2006-02-15 21:30:53'),(9184,'2005-07-30 12:10:19',51,365,'2005-08-01 07:35:19',2,'2006-02-15 21:30:53'),(9185,'2005-07-30 12:10:40',2268,426,'2005-08-06 07:01:40',1,'2006-02-15 21:30:53'),(9186,'2005-07-30 12:13:48',4513,273,'2005-07-31 11:59:48',1,'2006-02-15 21:30:53'),(9187,'2005-07-30 12:14:03',4008,469,'2005-08-04 13:10:03',2,'2006-02-15 21:30:53'),(9188,'2005-07-30 12:19:54',727,195,'2005-08-06 09:12:54',2,'2006-02-15 21:30:53'),(9189,'2005-07-30 12:20:59',4529,485,'2005-08-06 16:15:59',1,'2006-02-15 21:30:53'),(9190,'2005-07-30 12:24:17',4421,177,'2005-08-03 07:41:17',2,'2006-02-15 21:30:53'),(9191,'2005-07-30 12:25:51',500,314,'2005-08-05 16:13:51',1,'2006-02-15 21:30:53'),(9192,'2005-07-30 12:26:26',2372,102,'2005-08-04 07:54:26',2,'2006-02-15 21:30:53'),(9193,'2005-07-30 12:28:42',3470,69,'2005-08-02 12:17:42',2,'2006-02-15 21:30:53'),(9194,'2005-07-30 12:28:45',2467,294,'2005-08-06 14:38:45',1,'2006-02-15 21:30:53'),(9195,'2005-07-30 12:29:43',944,440,'2005-08-04 12:35:43',1,'2006-02-15 21:30:53'),(9196,'2005-07-30 12:30:19',4298,251,'2005-07-31 18:01:19',2,'2006-02-15 21:30:53'),(9197,'2005-07-30 12:31:36',3214,168,'2005-08-03 09:05:36',1,'2006-02-15 21:30:53'),(9198,'2005-07-30 12:37:08',2371,105,'2005-08-07 16:37:08',2,'2006-02-15 21:30:53'),(9199,'2005-07-30 12:38:00',4336,580,'2005-08-01 07:09:00',1,'2006-02-15 21:30:53'),(9200,'2005-07-30 12:39:52',3277,137,'2005-08-08 09:43:52',2,'2006-02-15 21:30:53'),(9201,'2005-07-30 12:42:21',4387,291,'2005-08-08 06:50:21',1,'2006-02-15 21:30:53'),(9202,'2005-07-30 12:43:24',4525,466,'2005-08-07 10:39:24',2,'2006-02-15 21:30:53'),(9203,'2005-07-30 12:43:40',2112,169,'2005-08-01 09:31:40',2,'2006-02-15 21:30:53'),(9204,'2005-07-30 12:43:58',4378,43,'2005-08-03 16:26:58',2,'2006-02-15 21:30:53'),(9205,'2005-07-30 12:46:40',4165,259,'2005-08-08 14:58:40',1,'2006-02-15 21:30:53'),(9206,'2005-07-30 12:46:59',2021,404,'2005-08-03 14:58:59',1,'2006-02-15 21:30:53'),(9207,'2005-07-30 12:49:57',1346,345,'2005-07-31 14:32:57',2,'2006-02-15 21:30:53'),(9208,'2005-07-30 12:54:03',2751,339,'2005-08-06 17:22:03',2,'2006-02-15 21:30:53'),(9209,'2005-07-30 12:55:36',3940,23,'2005-08-03 11:31:36',2,'2006-02-15 21:30:53'),(9210,'2005-07-30 12:56:44',101,105,'2005-08-08 09:41:44',2,'2006-02-15 21:30:53'),(9211,'2005-07-30 12:59:45',595,57,'2005-08-07 18:17:45',2,'2006-02-15 21:30:53'),(9212,'2005-07-30 13:03:13',2111,73,'2005-08-06 09:48:13',1,'2006-02-15 21:30:53'),(9213,'2005-07-30 13:07:11',184,388,'2005-08-01 15:30:11',1,'2006-02-15 21:30:53'),(9214,'2005-07-30 13:10:14',2823,181,'2005-08-06 14:22:14',2,'2006-02-15 21:30:53'),(9215,'2005-07-30 13:11:11',3591,128,'2005-08-06 13:06:11',1,'2006-02-15 21:30:53'),(9216,'2005-07-30 13:11:19',2783,38,'2005-07-31 11:27:19',2,'2006-02-15 21:30:53'),(9217,'2005-07-30 13:13:55',1561,112,'2005-08-05 17:27:55',1,'2006-02-15 21:30:53'),(9218,'2005-07-30 13:14:35',119,172,'2005-08-07 18:03:35',1,'2006-02-15 21:30:53'),(9219,'2005-07-30 13:15:21',771,329,'2005-08-01 11:39:21',1,'2006-02-15 21:30:53'),(9220,'2005-07-30 13:17:27',2463,569,'2005-08-07 11:34:27',2,'2006-02-15 21:30:53'),(9221,'2005-07-30 13:20:06',2496,113,'2005-08-06 13:58:06',2,'2006-02-15 21:30:53'),(9222,'2005-07-30 13:21:08',3648,95,'2005-08-08 10:42:08',2,'2006-02-15 21:30:53'),(9223,'2005-07-30 13:23:20',3231,595,'2005-08-04 11:24:20',1,'2006-02-15 21:30:53'),(9224,'2005-07-30 13:25:37',2260,406,'2005-08-01 15:13:37',2,'2006-02-15 21:30:53'),(9225,'2005-07-30 13:29:47',1992,391,'2005-08-02 17:08:47',2,'2006-02-15 21:30:53'),(9226,'2005-07-30 13:31:20',4315,3,'2005-08-06 16:42:20',1,'2006-02-15 21:30:53'),(9227,'2005-07-30 13:36:13',2353,522,'2005-08-07 17:39:13',1,'2006-02-15 21:30:53'),(9228,'2005-07-30 13:36:57',2325,91,'2005-08-05 10:43:57',1,'2006-02-15 21:30:53'),(9229,'2005-07-30 13:38:17',3780,276,'2005-08-08 18:17:17',2,'2006-02-15 21:30:53'),(9230,'2005-07-30 13:39:42',1199,109,'2005-07-31 19:20:42',1,'2006-02-15 21:30:53'),(9231,'2005-07-30 13:42:15',1587,489,'2005-08-02 19:27:15',1,'2006-02-15 21:30:53'),(9232,'2005-07-30 13:43:00',1991,502,'2005-08-02 11:39:00',2,'2006-02-15 21:30:53'),(9233,'2005-07-30 13:44:15',2320,357,'2005-08-07 13:02:15',2,'2006-02-15 21:30:53'),(9234,'2005-07-30 13:45:54',1660,128,'2005-08-02 15:33:54',1,'2006-02-15 21:30:53'),(9235,'2005-07-30 13:47:17',984,181,'2005-08-06 17:15:17',2,'2006-02-15 21:30:53'),(9236,'2005-07-30 13:47:43',4030,2,'2005-08-08 18:52:43',1,'2006-02-15 21:30:53'),(9237,'2005-07-30 13:48:17',2777,157,'2005-07-31 13:57:17',2,'2006-02-15 21:30:53'),(9238,'2005-07-30 13:49:43',3356,12,'2005-08-08 08:25:43',2,'2006-02-15 21:30:53'),(9239,'2005-07-30 13:50:52',1728,580,'2005-08-06 16:28:52',1,'2006-02-15 21:30:53'),(9240,'2005-07-30 13:57:54',587,92,'2005-08-03 12:23:54',2,'2006-02-15 21:30:53'),(9241,'2005-07-30 13:58:41',4145,187,'2005-08-04 09:44:41',2,'2006-02-15 21:30:53'),(9242,'2005-07-30 14:03:58',755,306,'2005-08-02 18:09:58',2,'2006-02-15 21:30:53'),(9243,'2005-07-30 14:06:27',876,516,'2005-08-06 09:26:27',2,'2006-02-15 21:30:53'),(9244,'2005-07-30 14:06:53',3640,27,'2005-08-03 19:46:53',1,'2006-02-15 21:30:53'),(9245,'2005-07-30 14:07:50',2586,116,'2005-08-06 17:59:50',2,'2006-02-15 21:30:53'),(9246,'2005-07-30 14:12:31',3390,185,'2005-08-02 14:25:31',2,'2006-02-15 21:30:53'),(9247,'2005-07-30 14:13:56',4106,426,'2005-08-02 16:34:56',2,'2006-02-15 21:30:53'),(9248,'2005-07-30 14:14:11',1382,2,'2005-08-05 11:19:11',1,'2006-02-15 21:30:53'),(9249,'2005-07-30 14:15:02',2015,296,'2005-08-05 13:02:02',1,'2006-02-15 21:30:53'),(9250,'2005-07-30 14:18:16',4544,539,'2005-08-04 12:31:16',1,'2006-02-15 21:30:53'),(9251,'2005-07-30 14:19:25',2948,390,'2005-08-08 11:22:25',2,'2006-02-15 21:30:53'),(9252,'2005-07-30 14:19:59',2350,322,'2005-08-07 15:17:59',1,'2006-02-15 21:30:53'),(9253,'2005-07-30 14:20:12',4183,151,'2005-07-31 11:31:12',2,'2006-02-15 21:30:53'),(9254,'2005-07-30 14:26:11',495,33,'2005-08-04 16:12:11',1,'2006-02-15 21:30:53'),(9255,'2005-07-30 14:26:46',1596,23,'2005-08-07 18:16:46',1,'2006-02-15 21:30:53'),(9256,'2005-07-30 14:29:29',4021,19,'2005-08-05 16:59:29',1,'2006-02-15 21:30:53'),(9257,'2005-07-30 14:30:38',2615,466,'2005-08-04 17:57:38',1,'2006-02-15 21:30:53'),(9258,'2005-07-30 14:31:31',2007,275,'2005-08-05 16:29:31',2,'2006-02-15 21:30:53'),(9259,'2005-07-30 14:37:44',97,138,'2005-08-06 18:05:44',2,'2006-02-15 21:30:53'),(9260,'2005-07-30 14:38:22',3969,13,'2005-08-07 18:47:22',2,'2006-02-15 21:30:53'),(9261,'2005-07-30 14:39:35',372,380,'2005-08-08 11:26:35',1,'2006-02-15 21:30:53'),(9262,'2005-07-30 14:45:02',2322,349,'2005-08-05 15:18:02',2,'2006-02-15 21:30:53'),(9263,'2005-07-30 14:48:24',73,410,'2005-08-04 19:06:24',2,'2006-02-15 21:30:53'),(9264,'2005-07-30 14:51:36',4071,157,'2005-08-02 10:06:36',1,'2006-02-15 21:30:53'),(9265,'2005-07-30 14:55:25',3700,560,'2005-08-02 11:34:25',1,'2006-02-15 21:30:53'),(9266,'2005-07-30 14:59:01',1705,364,'2005-07-31 17:01:01',2,'2006-02-15 21:30:53'),(9267,'2005-07-30 14:59:05',645,409,'2005-08-04 10:17:05',1,'2006-02-15 21:30:53'),(9268,'2005-07-30 15:02:30',3593,592,'2005-08-05 12:50:30',1,'2006-02-15 21:30:53'),(9269,'2005-07-30 15:02:33',548,435,'2005-08-02 16:32:33',1,'2006-02-15 21:30:53'),(9270,'2005-07-30 15:03:16',700,232,'2005-07-31 16:09:16',2,'2006-02-15 21:30:53'),(9271,'2005-07-30 15:04:31',2660,100,'2005-07-31 20:33:31',1,'2006-02-15 21:30:53'),(9272,'2005-07-30 15:05:22',1352,553,'2005-08-05 10:02:22',2,'2006-02-15 21:30:53'),(9273,'2005-07-30 15:05:36',1867,497,'2005-08-08 09:07:36',1,'2006-02-15 21:30:53'),(9274,'2005-07-30 15:07:04',4424,47,'2005-08-06 11:17:04',2,'2006-02-15 21:30:53'),(9275,'2005-07-30 15:09:15',1916,439,'2005-07-31 10:23:15',2,'2006-02-15 21:30:53'),(9276,'2005-07-30 15:09:28',1528,237,'2005-08-06 19:39:28',1,'2006-02-15 21:30:53'),(9277,'2005-07-30 15:13:45',3734,82,'2005-08-05 10:25:45',2,'2006-02-15 21:30:53'),(9278,'2005-07-30 15:15:19',3782,581,'2005-08-03 20:21:19',1,'2006-02-15 21:30:53'),(9279,'2005-07-30 15:15:21',1070,567,'2005-08-07 18:46:21',1,'2006-02-15 21:30:53'),(9280,'2005-07-30 15:15:38',4103,286,'2005-08-05 19:20:38',2,'2006-02-15 21:30:53'),(9281,'2005-07-30 15:15:51',3086,398,'2005-08-05 12:58:51',1,'2006-02-15 21:30:53'),(9282,'2005-07-30 15:17:31',736,259,'2005-08-07 20:46:31',1,'2006-02-15 21:30:53'),(9283,'2005-07-30 15:25:19',1858,360,'2005-08-01 15:35:19',2,'2006-02-15 21:30:53'),(9284,'2005-07-30 15:25:19',3976,38,'2005-08-01 17:45:19',2,'2006-02-15 21:30:53'),(9285,'2005-07-30 15:26:08',3686,273,'2005-08-06 15:59:08',2,'2006-02-15 21:30:53'),(9286,'2005-07-30 15:32:28',2477,154,'2005-07-31 20:42:28',2,'2006-02-15 21:30:53'),(9287,'2005-07-30 15:35:39',2048,551,'2005-08-02 10:15:39',1,'2006-02-15 21:30:53'),(9288,'2005-07-30 15:56:39',2640,447,'2005-08-04 13:25:39',2,'2006-02-15 21:30:53'),(9289,'2005-07-30 15:57:04',389,453,'2005-08-07 18:46:04',1,'2006-02-15 21:30:53'),(9290,'2005-07-30 15:59:08',2275,500,'2005-08-06 21:49:08',2,'2006-02-15 21:30:53'),(9291,'2005-07-30 16:03:39',2884,406,'2005-08-05 11:11:39',2,'2006-02-15 21:30:53'),(9292,'2005-07-30 16:08:21',1702,11,'2005-08-07 10:38:21',2,'2006-02-15 21:30:53'),(9293,'2005-07-30 16:12:28',1676,65,'2005-08-05 18:34:28',2,'2006-02-15 21:30:53'),(9294,'2005-07-30 16:14:37',2468,433,'2005-08-07 18:49:37',1,'2006-02-15 21:30:53'),(9295,'2005-07-30 16:18:39',494,102,'2005-08-03 12:46:39',1,'2006-02-15 21:30:53'),(9296,'2005-07-30 16:21:13',4088,2,'2005-08-08 11:57:13',1,'2006-02-15 21:30:53'),(9297,'2005-07-30 16:26:29',3502,191,'2005-08-03 13:51:29',1,'2006-02-15 21:30:53'),(9298,'2005-07-30 16:27:53',2106,208,'2005-08-07 12:32:53',2,'2006-02-15 21:30:53'),(9299,'2005-07-30 16:32:51',1515,555,'2005-08-08 15:28:51',2,'2006-02-15 21:30:53'),(9300,'2005-07-30 16:33:12',1639,571,'2005-08-05 15:56:12',1,'2006-02-15 21:30:53'),(9301,'2005-07-30 16:34:29',1073,174,'2005-07-31 18:41:29',2,'2006-02-15 21:30:53'),(9302,'2005-07-30 16:34:57',2326,55,'2005-07-31 11:08:57',2,'2006-02-15 21:30:53'),(9303,'2005-07-30 16:35:59',4299,186,'2005-08-03 18:31:59',1,'2006-02-15 21:30:53'),(9304,'2005-07-30 16:41:34',2937,296,'2005-08-02 13:55:34',2,'2006-02-15 21:30:53'),(9305,'2005-07-30 16:45:56',1224,82,'2005-08-08 21:15:56',2,'2006-02-15 21:30:53'),(9306,'2005-07-30 16:47:17',3983,336,'2005-08-02 22:15:17',1,'2006-02-15 21:30:53'),(9307,'2005-07-30 16:52:43',3831,538,'2005-08-01 11:58:43',1,'2006-02-15 21:30:53'),(9308,'2005-07-30 16:53:21',2202,267,'2005-08-08 15:33:21',2,'2006-02-15 21:30:53'),(9309,'2005-07-30 16:55:53',3616,30,'2005-08-07 11:23:53',1,'2006-02-15 21:30:53'),(9310,'2005-07-30 16:57:09',2957,529,'2005-08-03 18:14:09',1,'2006-02-15 21:30:53'),(9311,'2005-07-30 16:58:31',1432,178,'2005-08-07 15:23:31',1,'2006-02-15 21:30:53'),(9312,'2005-07-30 16:59:17',2483,76,'2005-08-03 17:24:17',2,'2006-02-15 21:30:53'),(9313,'2005-07-30 16:59:43',4070,41,'2005-08-05 14:06:43',2,'2006-02-15 21:30:53'),(9314,'2005-07-30 17:05:19',2358,390,'2005-07-31 12:19:19',1,'2006-02-15 21:30:53'),(9315,'2005-07-30 17:05:29',444,96,'2005-08-01 12:47:29',1,'2006-02-15 21:30:53'),(9316,'2005-07-30 17:11:58',4409,366,'2005-08-05 14:36:58',1,'2006-02-15 21:30:53'),(9317,'2005-07-30 17:13:37',4138,217,'2005-08-08 11:33:37',1,'2006-02-15 21:30:53'),(9318,'2005-07-30 17:14:30',2426,314,'2005-08-06 16:53:30',1,'2006-02-15 21:30:53'),(9319,'2005-07-30 17:15:27',4066,136,'2005-08-03 14:03:27',1,'2006-02-15 21:30:53'),(9320,'2005-07-30 17:16:39',909,221,'2005-08-06 18:43:39',2,'2006-02-15 21:30:53'),(9321,'2005-07-30 17:19:44',3558,112,'2005-08-06 22:42:44',2,'2006-02-15 21:30:53'),(9322,'2005-07-30 17:21:39',223,439,'2005-08-06 16:58:39',2,'2006-02-15 21:30:53'),(9323,'2005-07-30 17:21:44',3749,131,'2005-08-03 16:28:44',1,'2006-02-15 21:30:53'),(9324,'2005-07-30 17:28:52',1231,332,'2005-08-06 19:02:52',1,'2006-02-15 21:30:53'),(9325,'2005-07-30 17:29:19',1938,476,'2005-08-08 12:55:19',2,'2006-02-15 21:30:53'),(9326,'2005-07-30 17:30:03',3772,588,'2005-08-01 13:41:03',2,'2006-02-15 21:30:53'),(9327,'2005-07-30 17:31:03',345,373,'2005-08-08 19:16:03',1,'2006-02-15 21:30:53'),(9328,'2005-07-30 17:32:11',1087,89,'2005-08-05 13:36:11',1,'2006-02-15 21:30:53'),(9329,'2005-07-30 17:42:38',1293,593,'2005-08-08 23:17:38',1,'2006-02-15 21:30:53'),(9330,'2005-07-30 17:44:24',4227,232,'2005-08-08 17:39:24',1,'2006-02-15 21:30:53'),(9331,'2005-07-30 17:46:50',2248,274,'2005-08-01 19:03:50',1,'2006-02-15 21:30:53'),(9332,'2005-07-30 17:53:39',1156,480,'2005-08-02 12:25:39',1,'2006-02-15 21:30:53'),(9333,'2005-07-30 17:53:45',1377,437,'2005-07-31 22:35:45',2,'2006-02-15 21:30:53'),(9334,'2005-07-30 17:56:38',1499,25,'2005-08-03 21:27:38',1,'2006-02-15 21:30:53'),(9335,'2005-07-30 18:00:53',1006,522,'2005-08-01 16:05:53',1,'2006-02-15 21:30:53'),(9336,'2005-07-30 18:01:15',1911,557,'2005-08-05 23:10:15',1,'2006-02-15 21:30:53'),(9337,'2005-07-30 18:02:25',2363,90,'2005-07-31 12:30:25',2,'2006-02-15 21:30:53'),(9338,'2005-07-30 18:03:13',1482,333,'2005-08-08 23:57:13',2,'2006-02-15 21:30:53'),(9339,'2005-07-30 18:03:28',3171,68,'2005-08-08 19:45:28',2,'2006-02-15 21:30:53'),(9340,'2005-07-30 18:07:16',3228,213,'2005-08-04 14:33:16',2,'2006-02-15 21:30:53'),(9341,'2005-07-30 18:07:58',894,557,'2005-08-01 17:43:58',1,'2006-02-15 21:30:53'),(9342,'2005-07-30 18:09:56',2318,552,'2005-08-08 13:54:56',2,'2006-02-15 21:30:53'),(9343,'2005-07-30 18:13:13',3521,53,'2005-08-02 13:48:13',1,'2006-02-15 21:30:53'),(9344,'2005-07-30 18:13:45',1005,396,'2005-08-07 15:23:45',2,'2006-02-15 21:30:53'),(9345,'2005-07-30 18:13:51',2042,436,'2005-08-07 13:45:51',2,'2006-02-15 21:30:53'),(9346,'2005-07-30 18:13:52',2845,196,'2005-08-03 17:58:52',1,'2006-02-15 21:30:53'),(9347,'2005-07-30 18:16:03',3557,479,'2005-08-05 18:35:03',1,'2006-02-15 21:30:53'),(9348,'2005-07-30 18:17:09',3128,87,'2005-08-07 15:25:09',1,'2006-02-15 21:30:53'),(9349,'2005-07-30 18:20:08',3739,579,'2005-08-08 22:06:08',1,'2006-02-15 21:30:53'),(9350,'2005-07-30 18:24:30',798,434,'2005-08-02 15:34:30',2,'2006-02-15 21:30:53'),(9351,'2005-07-30 18:28:30',2063,107,'2005-08-02 17:26:30',1,'2006-02-15 21:30:53'),(9352,'2005-07-30 18:29:26',2619,360,'2005-07-31 19:43:26',1,'2006-02-15 21:30:53'),(9353,'2005-07-30 18:30:37',3581,283,'2005-08-06 22:32:37',2,'2006-02-15 21:30:53'),(9354,'2005-07-30 18:32:51',510,595,'2005-08-02 21:28:51',2,'2006-02-15 21:30:53'),(9355,'2005-07-30 18:35:25',1122,201,'2005-08-03 20:33:25',2,'2006-02-15 21:30:53'),(9356,'2005-07-30 18:36:24',4188,60,'2005-08-03 14:10:24',1,'2006-02-15 21:30:53'),(9357,'2005-07-30 18:37:00',3927,181,'2005-08-08 19:57:00',2,'2006-02-15 21:30:53'),(9358,'2005-07-30 18:37:24',712,302,'2005-08-07 23:34:24',2,'2006-02-15 21:30:53'),(9359,'2005-07-30 18:39:28',21,501,'2005-07-31 15:39:28',1,'2006-02-15 21:30:53'),(9360,'2005-07-30 18:39:43',2119,186,'2005-08-04 22:41:43',2,'2006-02-15 21:30:53'),(9361,'2005-07-30 18:43:49',4163,335,'2005-08-06 21:24:49',1,'2006-02-15 21:30:53'),(9362,'2005-07-30 18:44:16',3357,420,'2005-08-01 20:14:16',1,'2006-02-15 21:30:53'),(9363,'2005-07-30 18:44:23',873,323,'2005-08-04 15:03:23',1,'2006-02-15 21:30:53'),(9364,'2005-07-30 18:44:44',306,87,'2005-08-08 23:55:44',2,'2006-02-15 21:30:53'),(9365,'2005-07-30 18:46:02',1539,232,'2005-08-03 20:15:02',1,'2006-02-15 21:30:53'),(9366,'2005-07-30 18:48:57',4013,557,'2005-08-03 15:17:57',2,'2006-02-15 21:30:53'),(9367,'2005-07-30 18:49:58',793,557,'2005-08-08 22:04:58',1,'2006-02-15 21:30:53'),(9368,'2005-07-30 18:50:53',3026,388,'2005-08-05 17:56:53',2,'2006-02-15 21:30:53'),(9369,'2005-07-30 18:52:19',3538,36,'2005-08-01 12:53:19',1,'2006-02-15 21:30:53'),(9370,'2005-07-30 18:57:29',4433,588,'2005-08-01 21:35:29',2,'2006-02-15 21:30:53'),(9371,'2005-07-30 18:58:00',2980,4,'2005-08-03 15:14:00',1,'2006-02-15 21:30:53'),(9372,'2005-07-30 19:04:30',4075,454,'2005-08-09 00:18:30',2,'2006-02-15 21:30:53'),(9373,'2005-07-30 19:05:36',3478,180,'2005-08-05 16:16:36',2,'2006-02-15 21:30:53'),(9374,'2005-07-30 19:10:03',103,302,'2005-08-06 21:54:03',2,'2006-02-15 21:30:53'),(9375,'2005-07-30 19:10:17',3063,529,'2005-08-02 23:00:17',1,'2006-02-15 21:30:53'),(9376,'2005-07-30 19:11:49',451,86,'2005-08-04 18:14:49',1,'2006-02-15 21:30:53'),(9377,'2005-07-30 19:12:18',4164,421,'2005-08-05 19:38:18',1,'2006-02-15 21:30:53'),(9378,'2005-07-30 19:12:54',2209,197,'2005-08-05 18:16:54',1,'2006-02-15 21:30:53'),(9379,'2005-07-30 19:13:01',3855,452,'2005-08-07 19:18:01',2,'2006-02-15 21:30:53'),(9380,'2005-07-30 19:17:31',4403,264,'2005-08-01 20:46:31',1,'2006-02-15 21:30:53'),(9381,'2005-07-30 19:23:04',4064,329,'2005-07-31 23:37:04',2,'2006-02-15 21:30:53'),(9382,'2005-07-30 19:23:44',2127,17,'2005-08-06 16:20:44',2,'2006-02-15 21:30:53'),(9383,'2005-07-30 19:24:50',2806,416,'2005-08-01 21:41:50',2,'2006-02-15 21:30:53'),(9384,'2005-07-30 19:25:35',2313,220,'2005-08-08 21:50:35',1,'2006-02-15 21:30:53'),(9385,'2005-07-30 19:25:49',3453,570,'2005-08-08 17:08:49',2,'2006-02-15 21:30:53'),(9386,'2005-07-30 19:26:21',1123,189,'2005-08-05 21:00:21',2,'2006-02-15 21:30:53'),(9387,'2005-07-30 19:27:05',577,495,'2005-08-07 21:19:05',2,'2006-02-15 21:30:53'),(9388,'2005-07-30 19:27:22',2116,332,'2005-08-08 15:31:22',2,'2006-02-15 21:30:53'),(9389,'2005-07-30 19:27:59',3124,198,'2005-08-04 18:25:59',2,'2006-02-15 21:30:53'),(9390,'2005-07-30 19:42:07',1794,103,'2005-08-01 23:17:07',1,'2006-02-15 21:30:53'),(9391,'2005-07-30 19:48:41',665,273,'2005-08-04 15:27:41',1,'2006-02-15 21:30:53'),(9392,'2005-07-30 19:50:13',2797,29,'2005-08-03 22:38:13',2,'2006-02-15 21:30:53'),(9393,'2005-07-30 20:04:48',843,158,'2005-08-02 15:52:48',2,'2006-02-15 21:30:53'),(9394,'2005-07-30 20:06:24',161,204,'2005-08-06 22:36:24',1,'2006-02-15 21:30:53'),(9395,'2005-07-30 20:07:06',1298,306,'2005-08-08 21:21:06',1,'2006-02-15 21:30:53'),(9396,'2005-07-30 20:07:24',1250,91,'2005-08-03 21:20:24',2,'2006-02-15 21:30:53'),(9397,'2005-07-30 20:07:29',1550,373,'2005-08-05 00:36:29',1,'2006-02-15 21:30:53'),(9398,'2005-07-30 20:09:00',1175,570,'2005-08-01 23:35:00',2,'2006-02-15 21:30:53'),(9399,'2005-07-30 20:14:50',3668,569,'2005-08-03 17:30:50',1,'2006-02-15 21:30:53'),(9400,'2005-07-30 20:15:58',3910,368,'2005-08-03 21:21:58',1,'2006-02-15 21:30:53'),(9401,'2005-07-30 20:18:19',2057,331,'2005-08-07 15:46:19',1,'2006-02-15 21:30:53'),(9402,'2005-07-30 20:18:27',2424,48,'2005-08-07 21:29:27',2,'2006-02-15 21:30:53'),(9403,'2005-07-30 20:18:53',3466,267,'2005-08-06 19:54:53',1,'2006-02-15 21:30:53'),(9404,'2005-07-30 20:21:35',3832,140,'2005-08-02 15:52:35',1,'2006-02-15 21:30:53'),(9405,'2005-07-30 20:22:17',1983,463,'2005-08-08 16:55:17',1,'2006-02-15 21:30:53'),(9406,'2005-07-30 20:24:00',3419,453,'2005-08-07 19:50:00',1,'2006-02-15 21:30:53'),(9407,'2005-07-30 20:25:24',2594,585,'2005-08-08 22:51:24',2,'2006-02-15 21:30:53'),(9408,'2005-07-30 20:32:09',4383,571,'2005-08-04 20:14:09',2,'2006-02-15 21:30:53'),(9409,'2005-07-30 20:33:53',3053,156,'2005-08-05 18:32:53',2,'2006-02-15 21:30:53'),(9410,'2005-07-30 20:38:05',1789,22,'2005-07-31 19:57:05',2,'2006-02-15 21:30:53'),(9411,'2005-07-30 20:38:22',3484,536,'2005-08-06 01:23:22',2,'2006-02-15 21:30:53'),(9412,'2005-07-30 20:44:10',2482,522,'2005-08-06 21:13:10',2,'2006-02-15 21:30:53'),(9413,'2005-07-30 20:44:39',2618,290,'2005-08-01 01:56:39',2,'2006-02-15 21:30:53'),(9414,'2005-07-30 20:46:02',578,484,'2005-08-07 21:23:02',2,'2006-02-15 21:30:53'),(9415,'2005-07-30 20:48:31',3336,139,'2005-08-05 19:45:31',2,'2006-02-15 21:30:53'),(9416,'2005-07-30 20:52:45',1470,265,'2005-08-02 17:38:45',2,'2006-02-15 21:30:53'),(9417,'2005-07-30 20:54:55',2509,519,'2005-08-04 00:54:55',2,'2006-02-15 21:30:53'),(9418,'2005-07-30 21:00:52',241,168,'2005-08-08 15:56:52',2,'2006-02-15 21:30:53'),(9419,'2005-07-30 21:04:59',4427,142,'2005-08-06 15:47:59',2,'2006-02-15 21:30:53'),(9420,'2005-07-30 21:05:18',147,72,'2005-08-05 23:52:18',2,'2006-02-15 21:30:53'),(9421,'2005-07-30 21:08:32',2206,161,'2005-08-02 00:43:32',1,'2006-02-15 21:30:53'),(9422,'2005-07-30 21:08:41',1843,470,'2005-08-07 15:55:41',1,'2006-02-15 21:30:53'),(9423,'2005-07-30 21:10:14',3145,242,'2005-08-07 16:34:14',2,'2006-02-15 21:30:53'),(9424,'2005-07-30 21:10:56',4499,256,'2005-08-05 00:01:56',1,'2006-02-15 21:30:53'),(9425,'2005-07-30 21:11:21',271,295,'2005-08-05 19:00:21',1,'2006-02-15 21:30:53'),(9427,'2005-07-30 21:16:33',1494,85,'2005-08-05 17:23:33',2,'2006-02-15 21:30:53'),(9428,'2005-07-30 21:18:37',1948,335,'2005-08-05 16:09:37',1,'2006-02-15 21:30:53'),(9429,'2005-07-30 21:19:26',1769,288,'2005-08-07 18:39:26',1,'2006-02-15 21:30:53'),(9430,'2005-07-30 21:20:13',1529,367,'2005-08-04 21:45:13',2,'2006-02-15 21:30:53'),(9431,'2005-07-30 21:24:22',3364,39,'2005-08-03 01:22:22',2,'2006-02-15 21:30:53'),(9432,'2005-07-30 21:26:18',2489,570,'2005-08-05 00:23:18',1,'2006-02-15 21:30:53'),(9433,'2005-07-30 21:28:17',1082,128,'2005-08-08 18:20:17',2,'2006-02-15 21:30:53'),(9434,'2005-07-30 21:29:41',3792,13,'2005-08-01 16:30:41',2,'2006-02-15 21:30:53'),(9435,'2005-07-30 21:31:02',3116,301,'2005-08-05 22:34:02',1,'2006-02-15 21:30:53'),(9436,'2005-07-30 21:33:01',2329,268,'2005-08-06 17:38:01',1,'2006-02-15 21:30:53'),(9437,'2005-07-30 21:36:04',1230,592,'2005-08-08 01:26:04',1,'2006-02-15 21:30:53'),(9438,'2005-07-30 21:36:15',121,14,'2005-08-07 16:54:15',2,'2006-02-15 21:30:53'),(9439,'2005-07-30 21:38:12',290,479,'2005-08-06 00:03:12',1,'2006-02-15 21:30:53'),(9440,'2005-07-30 21:40:15',414,535,'2005-08-04 15:45:15',2,'2006-02-15 21:30:53'),(9441,'2005-07-30 21:43:28',3982,519,'2005-08-08 16:57:28',1,'2006-02-15 21:30:53'),(9442,'2005-07-30 21:44:31',44,75,'2005-08-04 01:29:31',1,'2006-02-15 21:30:53'),(9443,'2005-07-30 21:45:46',1675,3,'2005-08-05 21:22:46',1,'2006-02-15 21:30:53'),(9444,'2005-07-30 21:48:44',1134,259,'2005-08-08 22:36:44',2,'2006-02-15 21:30:53'),(9445,'2005-07-30 21:50:42',1480,549,'2005-08-05 18:34:42',2,'2006-02-15 21:30:53'),(9446,'2005-07-30 21:53:01',1880,477,'2005-08-06 19:00:01',2,'2006-02-15 21:30:53'),(9447,'2005-07-30 21:54:22',1053,82,'2005-08-09 01:07:22',2,'2006-02-15 21:30:53'),(9448,'2005-07-30 21:56:13',1213,278,'2005-08-04 18:03:13',1,'2006-02-15 21:30:53'),(9449,'2005-07-30 22:02:34',2,581,'2005-08-06 02:09:34',1,'2006-02-15 21:30:53'),(9450,'2005-07-30 22:04:04',1371,430,'2005-08-05 18:39:04',2,'2006-02-15 21:30:53'),(9451,'2005-07-30 22:10:17',685,584,'2005-08-07 02:53:17',2,'2006-02-15 21:30:53'),(9452,'2005-07-30 22:19:16',3178,130,'2005-08-04 19:26:16',1,'2006-02-15 21:30:53'),(9453,'2005-07-30 22:20:04',1988,221,'2005-08-08 02:27:04',1,'2006-02-15 21:30:53'),(9454,'2005-07-30 22:20:09',3028,81,'2005-08-04 01:33:09',2,'2006-02-15 21:30:53'),(9455,'2005-07-30 22:20:29',2647,220,'2005-08-08 20:08:29',1,'2006-02-15 21:30:53'),(9456,'2005-07-30 22:22:16',2068,534,'2005-08-05 18:56:16',2,'2006-02-15 21:30:53'),(9457,'2005-07-30 22:23:05',2172,487,'2005-07-31 23:07:05',2,'2006-02-15 21:30:53'),(9458,'2005-07-30 22:24:34',3105,343,'2005-08-04 21:26:34',2,'2006-02-15 21:30:53'),(9459,'2005-07-30 22:24:46',1132,489,'2005-08-02 00:44:46',2,'2006-02-15 21:30:53'),(9460,'2005-07-30 22:25:39',4463,580,'2005-08-08 20:56:39',2,'2006-02-15 21:30:53'),(9461,'2005-07-30 22:29:13',1679,377,'2005-08-05 20:55:13',2,'2006-02-15 21:30:53'),(9462,'2005-07-30 22:30:44',4090,192,'2005-08-09 03:54:44',2,'2006-02-15 21:30:53'),(9463,'2005-07-30 22:30:57',883,352,'2005-08-03 22:53:57',1,'2006-02-15 21:30:53'),(9464,'2005-07-30 22:31:31',3904,534,'2005-08-07 01:10:31',2,'2006-02-15 21:30:53'),(9465,'2005-07-30 22:39:53',3084,2,'2005-08-06 16:43:53',2,'2006-02-15 21:30:53'),(9466,'2005-07-30 22:44:36',2595,137,'2005-08-07 02:35:36',2,'2006-02-15 21:30:53'),(9467,'2005-07-30 22:45:34',1905,202,'2005-08-08 00:58:34',2,'2006-02-15 21:30:53'),(9468,'2005-07-30 22:53:52',4366,20,'2005-08-07 00:22:52',2,'2006-02-15 21:30:53'),(9469,'2005-07-30 22:56:34',967,59,'2005-08-07 03:16:34',2,'2006-02-15 21:30:53'),(9470,'2005-07-30 23:01:31',3908,566,'2005-08-07 01:35:31',2,'2006-02-15 21:30:53'),(9471,'2005-07-30 23:02:36',2390,424,'2005-08-04 17:49:36',1,'2006-02-15 21:30:53'),(9472,'2005-07-30 23:03:32',4178,404,'2005-08-01 18:02:32',1,'2006-02-15 21:30:53'),(9473,'2005-07-30 23:04:13',1717,185,'2005-08-04 21:48:13',2,'2006-02-15 21:30:53'),(9474,'2005-07-30 23:05:44',3771,206,'2005-08-05 23:46:44',1,'2006-02-15 21:30:53'),(9475,'2005-07-30 23:06:33',2186,567,'2005-08-04 23:23:33',1,'2006-02-15 21:30:53'),(9476,'2005-07-30 23:06:40',3599,197,'2005-08-04 22:52:40',2,'2006-02-15 21:30:53'),(9477,'2005-07-30 23:07:22',1932,213,'2005-08-04 20:54:22',1,'2006-02-15 21:30:53'),(9478,'2005-07-30 23:12:53',1139,283,'2005-08-04 02:41:53',1,'2006-02-15 21:30:53'),(9479,'2005-07-30 23:22:09',3461,308,'2005-07-31 22:26:09',2,'2006-02-15 21:30:53'),(9480,'2005-07-30 23:26:03',597,373,'2005-08-04 21:18:03',2,'2006-02-15 21:30:53'),(9481,'2005-07-30 23:26:05',613,481,'2005-08-04 17:46:05',1,'2006-02-15 21:30:53'),(9482,'2005-07-30 23:29:16',2421,348,'2005-08-02 20:37:16',2,'2006-02-15 21:30:53'),(9483,'2005-07-30 23:31:31',1136,593,'2005-08-09 04:29:31',2,'2006-02-15 21:30:53'),(9484,'2005-07-30 23:31:40',3389,26,'2005-08-02 18:25:40',1,'2006-02-15 21:30:53'),(9485,'2005-07-30 23:32:40',3722,338,'2005-08-08 17:44:40',1,'2006-02-15 21:30:53'),(9486,'2005-07-30 23:35:42',2787,403,'2005-08-09 02:08:42',2,'2006-02-15 21:30:53'),(9487,'2005-07-30 23:40:22',2165,406,'2005-08-01 22:29:22',1,'2006-02-15 21:30:53'),(9488,'2005-07-30 23:42:42',4221,528,'2005-08-08 22:15:42',1,'2006-02-15 21:30:53'),(9489,'2005-07-30 23:43:32',4011,17,'2005-07-31 20:45:32',2,'2006-02-15 21:30:53'),(9490,'2005-07-30 23:45:09',1302,487,'2005-08-07 18:50:09',1,'2006-02-15 21:30:53'),(9491,'2005-07-30 23:45:23',3624,179,'2005-08-01 00:33:23',2,'2006-02-15 21:30:53'),(9492,'2005-07-30 23:52:21',639,126,'2005-08-08 20:50:21',2,'2006-02-15 21:30:53'),(9493,'2005-07-30 23:52:30',1522,5,'2005-08-08 05:22:30',1,'2006-02-15 21:30:53'),(9494,'2005-07-30 23:52:46',3799,254,'2005-08-05 23:13:46',2,'2006-02-15 21:30:53'),(9495,'2005-07-30 23:54:26',2128,397,'2005-08-01 22:02:26',2,'2006-02-15 21:30:53'),(9496,'2005-07-30 23:55:20',453,125,'2005-08-02 02:47:20',2,'2006-02-15 21:30:53'),(9497,'2005-07-30 23:56:54',933,595,'2005-08-04 19:52:54',1,'2006-02-15 21:30:53'),(9498,'2005-07-30 23:56:55',1035,289,'2005-08-03 18:34:55',2,'2006-02-15 21:30:53'),(9499,'2005-07-30 23:58:30',602,461,'2005-08-01 00:55:30',2,'2006-02-15 21:30:53'),(9500,'2005-07-30 23:58:36',2808,241,'2005-08-07 21:08:36',2,'2006-02-15 21:30:53'),(9501,'2005-07-30 23:59:21',4398,75,'2005-08-05 19:50:21',2,'2006-02-15 21:30:53'),(9502,'2005-07-31 00:02:10',2700,471,'2005-08-01 19:47:10',1,'2006-02-15 21:30:53'),(9503,'2005-07-31 00:02:38',1013,311,'2005-08-06 06:01:38',1,'2006-02-15 21:30:53'),(9504,'2005-07-31 00:09:07',91,125,'2005-08-02 05:44:07',1,'2006-02-15 21:30:53'),(9505,'2005-07-31 00:11:19',4047,543,'2005-08-05 18:24:19',2,'2006-02-15 21:30:53'),(9506,'2005-07-31 00:19:01',3872,189,'2005-08-02 00:20:01',1,'2006-02-15 21:30:53'),(9507,'2005-07-31 00:22:29',387,525,'2005-08-07 05:59:29',2,'2006-02-15 21:30:53'),(9508,'2005-07-31 00:22:39',1204,316,'2005-08-04 05:40:39',1,'2006-02-15 21:30:53'),(9509,'2005-07-31 00:22:42',818,320,'2005-08-03 23:24:42',1,'2006-02-15 21:30:53'),(9510,'2005-07-31 00:24:17',2301,494,'2005-08-08 18:47:17',2,'2006-02-15 21:30:53'),(9511,'2005-07-31 00:25:05',964,549,'2005-08-09 02:46:05',1,'2006-02-15 21:30:53'),(9512,'2005-07-31 00:26:30',3786,173,'2005-08-04 23:43:30',2,'2006-02-15 21:30:53'),(9513,'2005-07-31 00:28:30',396,317,'2005-08-01 00:22:30',2,'2006-02-15 21:30:53'),(9514,'2005-07-31 00:29:44',1892,243,'2005-08-02 23:49:44',1,'2006-02-15 21:30:53'),(9515,'2005-07-31 00:35:05',3099,264,'2005-08-02 23:35:05',2,'2006-02-15 21:30:53'),(9516,'2005-07-31 00:40:58',3519,424,'2005-08-07 02:13:58',2,'2006-02-15 21:30:53'),(9517,'2005-07-31 00:41:23',3299,170,'2005-08-02 23:08:23',1,'2006-02-15 21:30:53'),(9518,'2005-07-31 00:43:26',2714,215,'2005-08-04 19:12:26',2,'2006-02-15 21:30:53'),(9519,'2005-07-31 00:45:57',3767,235,'2005-08-06 00:59:57',2,'2006-02-15 21:30:53'),(9520,'2005-07-31 00:50:54',1306,299,'2005-08-04 20:05:54',1,'2006-02-15 21:30:53'),(9521,'2005-07-31 00:52:24',1423,227,'2005-08-06 03:33:24',2,'2006-02-15 21:30:53'),(9522,'2005-07-31 00:55:11',4266,294,'2005-08-03 06:41:11',2,'2006-02-15 21:30:53'),(9523,'2005-07-31 00:56:09',891,356,'2005-08-05 05:44:09',2,'2006-02-15 21:30:53'),(9524,'2005-07-31 01:01:06',1796,535,'2005-08-04 04:06:06',2,'2006-02-15 21:30:53'),(9525,'2005-07-31 01:02:18',2990,246,'2005-08-06 21:31:18',1,'2006-02-15 21:30:53'),(9526,'2005-07-31 01:02:22',417,342,'2005-08-04 03:00:22',1,'2006-02-15 21:30:53'),(9527,'2005-07-31 01:02:24',2539,200,'2005-08-09 02:08:24',2,'2006-02-15 21:30:53'),(9528,'2005-07-31 01:05:04',193,241,'2005-08-07 01:16:04',1,'2006-02-15 21:30:53'),(9529,'2005-07-31 01:05:26',816,123,'2005-08-02 22:30:26',2,'2006-02-15 21:30:53'),(9530,'2005-07-31 01:09:06',1718,148,'2005-08-04 23:47:06',2,'2006-02-15 21:30:53'),(9531,'2005-07-31 01:11:53',4550,268,'2005-08-07 02:49:53',1,'2006-02-15 21:30:53'),(9532,'2005-07-31 01:16:51',1309,488,'2005-08-01 20:23:51',1,'2006-02-15 21:30:53'),(9533,'2005-07-31 01:18:10',4156,522,'2005-08-07 19:58:10',1,'2006-02-15 21:30:53'),(9534,'2005-07-31 01:18:27',4457,519,'2005-08-06 00:28:27',1,'2006-02-15 21:30:53'),(9535,'2005-07-31 01:18:53',2413,485,'2005-08-04 03:04:53',2,'2006-02-15 21:30:53'),(9536,'2005-07-31 01:19:02',2547,310,'2005-08-02 19:38:02',1,'2006-02-15 21:30:53'),(9537,'2005-07-31 01:23:00',546,488,'2005-08-01 01:16:00',2,'2006-02-15 21:30:53'),(9538,'2005-07-31 01:25:22',3402,68,'2005-08-06 00:10:22',2,'2006-02-15 21:30:53'),(9539,'2005-07-31 01:36:19',3793,436,'2005-08-04 23:47:19',1,'2006-02-15 21:30:53'),(9540,'2005-07-31 01:40:06',2200,365,'2005-08-01 01:09:06',1,'2006-02-15 21:30:53'),(9541,'2005-07-31 01:40:14',1774,422,'2005-08-05 06:34:14',2,'2006-02-15 21:30:53'),(9542,'2005-07-31 01:41:48',2243,595,'2005-08-01 00:49:48',2,'2006-02-15 21:30:53'),(9543,'2005-07-31 01:43:34',956,369,'2005-08-01 06:49:34',1,'2006-02-15 21:30:53'),(9544,'2005-07-31 01:44:51',2383,28,'2005-08-05 05:25:51',2,'2006-02-15 21:30:53'),(9545,'2005-07-31 01:46:24',3451,594,'2005-08-09 06:11:24',1,'2006-02-15 21:30:53'),(9546,'2005-07-31 01:47:40',211,63,'2005-08-02 07:25:40',2,'2006-02-15 21:30:53'),(9547,'2005-07-31 01:52:34',2414,440,'2005-08-03 23:12:34',2,'2006-02-15 21:30:53'),(9548,'2005-07-31 01:54:19',3038,576,'2005-08-05 00:50:19',2,'2006-02-15 21:30:53'),(9549,'2005-07-31 01:57:04',2409,63,'2005-08-07 21:00:04',2,'2006-02-15 21:30:53'),(9550,'2005-07-31 01:57:34',2233,583,'2005-08-08 23:33:34',1,'2006-02-15 21:30:53'),(9551,'2005-07-31 02:04:58',1260,30,'2005-08-06 04:07:58',2,'2006-02-15 21:30:53'),(9552,'2005-07-31 02:05:32',3544,261,'2005-08-01 06:59:32',1,'2006-02-15 21:30:53'),(9553,'2005-07-31 02:06:34',4187,579,'2005-08-08 02:20:34',1,'2006-02-15 21:30:53'),(9554,'2005-07-31 02:06:49',2581,490,'2005-08-01 22:27:49',1,'2006-02-15 21:30:53'),(9555,'2005-07-31 02:11:16',2108,382,'2005-08-03 06:58:16',2,'2006-02-15 21:30:53'),(9556,'2005-07-31 02:13:30',3269,521,'2005-08-08 06:46:30',1,'2006-02-15 21:30:53'),(9557,'2005-07-31 02:14:01',708,328,'2005-08-05 23:55:01',1,'2006-02-15 21:30:53'),(9558,'2005-07-31 02:14:35',1161,418,'2005-08-06 03:00:35',1,'2006-02-15 21:30:53'),(9559,'2005-07-31 02:15:53',2882,159,'2005-08-08 02:38:53',1,'2006-02-15 21:30:53'),(9560,'2005-07-31 02:17:27',4236,471,'2005-08-07 03:33:27',1,'2006-02-15 21:30:53'),(9561,'2005-07-31 02:22:13',1079,58,'2005-08-03 07:00:13',2,'2006-02-15 21:30:53'),(9562,'2005-07-31 02:23:20',1571,116,'2005-08-06 21:01:20',2,'2006-02-15 21:30:53'),(9563,'2005-07-31 02:28:39',3858,167,'2005-08-05 22:10:39',1,'2006-02-15 21:30:53'),(9564,'2005-07-31 02:31:37',383,377,'2005-08-03 22:57:37',2,'2006-02-15 21:30:53'),(9565,'2005-07-31 02:32:00',3621,485,'2005-08-04 05:45:00',1,'2006-02-15 21:30:53'),(9566,'2005-07-31 02:32:10',643,346,'2005-08-02 23:54:10',2,'2006-02-15 21:30:53'),(9567,'2005-07-31 02:36:11',3688,37,'2005-08-07 01:19:11',2,'2006-02-15 21:30:53'),(9568,'2005-07-31 02:37:44',1248,358,'2005-08-02 07:07:44',2,'2006-02-15 21:30:53'),(9569,'2005-07-31 02:39:38',813,405,'2005-08-02 05:09:38',2,'2006-02-15 21:30:53'),(9570,'2005-07-31 02:40:37',591,385,'2005-08-01 01:59:37',1,'2006-02-15 21:30:53'),(9571,'2005-07-31 02:42:18',2219,1,'2005-08-02 23:26:18',2,'2006-02-15 21:30:53'),(9572,'2005-07-31 02:44:10',1453,283,'2005-08-01 03:30:10',2,'2006-02-15 21:30:53'),(9573,'2005-07-31 02:45:38',3745,59,'2005-08-09 04:31:38',2,'2006-02-15 21:30:53'),(9574,'2005-07-31 02:49:20',2782,233,'2005-08-05 02:36:20',2,'2006-02-15 21:30:53'),(9575,'2005-07-31 02:51:53',3971,193,'2005-08-03 20:54:53',2,'2006-02-15 21:30:53'),(9576,'2005-07-31 02:52:59',3327,145,'2005-08-05 23:35:59',2,'2006-02-15 21:30:53'),(9577,'2005-07-31 02:53:33',2423,526,'2005-08-07 05:56:33',1,'2006-02-15 21:30:53'),(9578,'2005-07-31 02:54:31',2965,115,'2005-08-02 02:48:31',1,'2006-02-15 21:30:53'),(9579,'2005-07-31 02:59:20',3547,35,'2005-08-06 03:52:20',2,'2006-02-15 21:30:53'),(9580,'2005-07-31 03:01:11',532,22,'2005-08-05 06:01:11',1,'2006-02-15 21:30:53'),(9581,'2005-07-31 03:03:07',2588,302,'2005-08-05 23:01:07',1,'2006-02-15 21:30:53'),(9582,'2005-07-31 03:05:19',3913,347,'2005-08-04 07:26:19',1,'2006-02-15 21:30:53'),(9583,'2005-07-31 03:05:21',3543,568,'2005-08-06 00:14:21',2,'2006-02-15 21:30:53'),(9584,'2005-07-31 03:05:48',419,141,'2005-08-01 05:50:48',2,'2006-02-15 21:30:53'),(9585,'2005-07-31 03:05:55',3249,197,'2005-08-02 23:54:55',2,'2006-02-15 21:30:53'),(9586,'2005-07-31 03:07:16',3987,415,'2005-08-04 00:39:16',1,'2006-02-15 21:30:53'),(9587,'2005-07-31 03:10:30',2966,235,'2005-08-06 06:54:30',2,'2006-02-15 21:30:53'),(9588,'2005-07-31 03:13:13',1368,499,'2005-08-02 04:06:13',1,'2006-02-15 21:30:53'),(9589,'2005-07-31 03:13:29',2604,574,'2005-08-09 01:51:29',2,'2006-02-15 21:30:53'),(9590,'2005-07-31 03:17:16',2293,585,'2005-08-08 04:24:16',1,'2006-02-15 21:30:53'),(9591,'2005-07-31 03:19:28',504,97,'2005-08-01 07:30:28',1,'2006-02-15 21:30:53'),(9592,'2005-07-31 03:21:16',1828,14,'2005-08-05 08:32:16',1,'2006-02-15 21:30:53'),(9593,'2005-07-31 03:22:30',1223,28,'2005-08-05 08:23:30',1,'2006-02-15 21:30:53'),(9594,'2005-07-31 03:23:52',4382,148,'2005-08-04 23:06:52',1,'2006-02-15 21:30:53'),(9595,'2005-07-31 03:27:58',2829,3,'2005-08-03 05:58:58',1,'2006-02-15 21:30:53'),(9596,'2005-07-31 03:28:47',2847,55,'2005-08-04 03:43:47',2,'2006-02-15 21:30:53'),(9597,'2005-07-31 03:29:07',3317,61,'2005-08-09 03:33:07',2,'2006-02-15 21:30:53'),(9598,'2005-07-31 03:30:41',1105,468,'2005-08-04 03:54:41',1,'2006-02-15 21:30:53'),(9599,'2005-07-31 03:32:06',3164,502,'2005-08-04 07:47:06',2,'2006-02-15 21:30:53'),(9600,'2005-07-31 03:35:34',3731,464,'2005-08-08 22:50:34',1,'2006-02-15 21:30:53'),(9601,'2005-07-31 03:42:17',1592,553,'2005-08-04 02:02:17',2,'2006-02-15 21:30:53'),(9602,'2005-07-31 03:42:51',3173,386,'2005-08-01 08:39:51',1,'2006-02-15 21:30:53'),(9603,'2005-07-31 03:43:43',2266,541,'2005-08-02 00:11:43',2,'2006-02-15 21:30:53'),(9604,'2005-07-31 03:47:12',4342,580,'2005-08-03 06:48:12',1,'2006-02-15 21:30:53'),(9605,'2005-07-31 03:50:07',1477,94,'2005-08-07 09:15:07',2,'2006-02-15 21:30:53'),(9606,'2005-07-31 03:50:46',1357,253,'2005-08-01 05:29:46',2,'2006-02-15 21:30:53'),(9607,'2005-07-31 03:51:06',3414,294,'2005-08-02 00:18:06',2,'2006-02-15 21:30:53'),(9608,'2005-07-31 03:51:52',363,397,'2005-08-06 05:38:52',2,'2006-02-15 21:30:53'),(9609,'2005-07-31 03:53:24',693,112,'2005-08-05 08:32:24',2,'2006-02-15 21:30:53'),(9610,'2005-07-31 03:54:05',3110,16,'2005-08-06 23:11:05',1,'2006-02-15 21:30:53'),(9611,'2005-07-31 03:54:43',1976,215,'2005-08-05 03:54:43',2,'2006-02-15 21:30:53'),(9612,'2005-07-31 03:58:31',2142,69,'2005-08-04 07:34:31',2,'2006-02-15 21:30:53'),(9613,'2005-07-31 03:58:53',3251,188,'2005-08-02 00:10:53',1,'2006-02-15 21:30:53'),(9614,'2005-07-31 03:59:31',2955,548,'2005-08-08 04:19:31',1,'2006-02-15 21:30:53'),(9615,'2005-07-31 03:59:56',3370,50,'2005-08-02 00:46:56',2,'2006-02-15 21:30:53'),(9616,'2005-07-31 04:05:01',1210,550,'2005-08-05 00:10:01',1,'2006-02-15 21:30:53'),(9617,'2005-07-31 04:15:38',529,102,'2005-08-02 04:24:38',1,'2006-02-15 21:30:53'),(9618,'2005-07-31 04:16:14',2688,253,'2005-08-07 02:43:14',2,'2006-02-15 21:30:53'),(9619,'2005-07-31 04:17:02',1730,138,'2005-08-05 06:36:02',2,'2006-02-15 21:30:53'),(9620,'2005-07-31 04:19:18',2177,576,'2005-08-08 09:20:18',1,'2006-02-15 21:30:53'),(9621,'2005-07-31 04:21:08',325,38,'2005-08-08 03:50:08',2,'2006-02-15 21:30:53'),(9622,'2005-07-31 04:21:45',2255,411,'2005-08-02 09:20:45',1,'2006-02-15 21:30:53'),(9623,'2005-07-31 04:30:02',113,360,'2005-08-06 23:34:02',1,'2006-02-15 21:30:53'),(9624,'2005-07-31 04:30:03',3480,7,'2005-08-06 09:13:03',1,'2006-02-15 21:30:53'),(9625,'2005-07-31 04:30:48',1703,445,'2005-08-03 01:12:48',1,'2006-02-15 21:30:53'),(9626,'2005-07-31 04:37:41',2216,546,'2005-08-08 04:00:41',1,'2006-02-15 21:30:53'),(9627,'2005-07-31 04:42:46',471,12,'2005-08-08 00:42:46',2,'2006-02-15 21:30:53'),(9628,'2005-07-31 04:51:11',1387,565,'2005-07-31 23:11:11',2,'2006-02-15 21:30:53'),(9629,'2005-07-31 04:54:43',2773,8,'2005-08-02 08:36:43',1,'2006-02-15 21:30:53'),(9630,'2005-07-31 04:57:07',2008,599,'2005-08-07 10:55:07',2,'2006-02-15 21:30:53'),(9631,'2005-07-31 05:02:00',321,595,'2005-08-02 02:04:00',2,'2006-02-15 21:30:53'),(9632,'2005-07-31 05:02:23',3368,217,'2005-08-06 04:49:23',2,'2006-02-15 21:30:53'),(9633,'2005-07-31 05:04:08',1141,334,'2005-08-06 00:52:08',2,'2006-02-15 21:30:53'),(9634,'2005-07-31 05:06:02',924,444,'2005-08-04 06:53:02',1,'2006-02-15 21:30:53'),(9635,'2005-07-31 05:12:27',1687,371,'2005-08-02 00:24:27',2,'2006-02-15 21:30:53'),(9636,'2005-07-31 05:12:59',1725,27,'2005-08-09 07:31:59',2,'2006-02-15 21:30:53'),(9637,'2005-07-31 05:18:54',3013,130,'2005-08-03 01:23:54',2,'2006-02-15 21:30:53'),(9638,'2005-07-31 05:30:27',1616,436,'2005-08-09 02:04:27',1,'2006-02-15 21:30:53'),(9639,'2005-07-31 05:32:10',1373,459,'2005-08-03 07:04:10',2,'2006-02-15 21:30:53'),(9640,'2005-07-31 05:33:25',1067,67,'2005-08-09 09:41:25',1,'2006-02-15 21:30:53'),(9641,'2005-07-31 05:33:48',1085,30,'2005-08-04 07:43:48',1,'2006-02-15 21:30:53'),(9642,'2005-07-31 05:33:57',3550,68,'2005-08-05 04:54:57',1,'2006-02-15 21:30:53'),(9643,'2005-07-31 05:35:48',3576,538,'2005-08-08 04:28:48',2,'2006-02-15 21:30:53'),(9644,'2005-07-31 05:40:35',4577,441,'2005-08-09 08:18:35',1,'2006-02-15 21:30:53'),(9645,'2005-07-31 05:42:49',3413,519,'2005-08-04 00:08:49',1,'2006-02-15 21:30:53'),(9646,'2005-07-31 05:43:28',3756,89,'2005-08-08 04:00:28',1,'2006-02-15 21:30:53'),(9647,'2005-07-31 05:45:15',3415,475,'2005-08-06 08:54:15',1,'2006-02-15 21:30:53'),(9648,'2005-07-31 05:46:03',4063,72,'2005-08-09 04:36:03',2,'2006-02-15 21:30:53'),(9649,'2005-07-31 05:46:54',1588,51,'2005-08-04 08:42:54',2,'2006-02-15 21:30:53'),(9650,'2005-07-31 05:47:32',2997,414,'2005-08-04 00:50:32',2,'2006-02-15 21:30:53'),(9651,'2005-07-31 05:48:49',4059,324,'2005-08-04 06:53:49',1,'2006-02-15 21:30:53'),(9652,'2005-07-31 05:49:53',448,207,'2005-08-06 07:38:53',2,'2006-02-15 21:30:53'),(9653,'2005-07-31 05:55:38',1451,383,'2005-08-03 09:35:38',2,'2006-02-15 21:30:53'),(9654,'2005-07-31 05:57:42',3286,506,'2005-08-06 04:19:42',1,'2006-02-15 21:30:53'),(9655,'2005-07-31 05:57:54',3403,435,'2005-08-06 02:00:54',1,'2006-02-15 21:30:53'),(9656,'2005-07-31 06:00:21',4215,39,'2005-08-05 04:36:21',1,'2006-02-15 21:30:53'),(9657,'2005-07-31 06:00:41',2681,402,'2005-08-06 06:51:41',2,'2006-02-15 21:30:53'),(9658,'2005-07-31 06:00:52',2332,282,'2005-08-09 04:47:52',2,'2006-02-15 21:30:53'),(9659,'2005-07-31 06:02:14',4262,360,'2005-08-07 00:54:14',2,'2006-02-15 21:30:53'),(9660,'2005-07-31 06:03:17',1090,406,'2005-08-07 06:59:17',2,'2006-02-15 21:30:53'),(9661,'2005-07-31 06:06:37',2693,237,'2005-08-04 07:37:37',1,'2006-02-15 21:30:53'),(9662,'2005-07-31 06:09:53',2757,96,'2005-08-08 00:50:53',2,'2006-02-15 21:30:53'),(9663,'2005-07-31 06:10:48',2099,339,'2005-08-01 11:40:48',2,'2006-02-15 21:30:53'),(9664,'2005-07-31 06:12:08',360,13,'2005-08-04 02:19:08',2,'2006-02-15 21:30:53'),(9665,'2005-07-31 06:17:33',2863,478,'2005-08-04 08:53:33',1,'2006-02-15 21:30:53'),(9666,'2005-07-31 06:20:58',4318,592,'2005-08-06 06:09:58',2,'2006-02-15 21:30:53'),(9667,'2005-07-31 06:23:52',4289,523,'2005-08-09 09:12:52',1,'2006-02-15 21:30:53'),(9668,'2005-07-31 06:31:03',1647,378,'2005-08-07 06:19:03',2,'2006-02-15 21:30:53'),(9669,'2005-07-31 06:31:36',4496,277,'2005-08-08 03:05:36',2,'2006-02-15 21:30:53'),(9670,'2005-07-31 06:33:33',3709,349,'2005-08-07 04:51:33',1,'2006-02-15 21:30:53'),(9671,'2005-07-31 06:33:41',920,133,'2005-08-02 07:50:41',1,'2006-02-15 21:30:53'),(9672,'2005-07-31 06:34:06',4394,183,'2005-08-08 10:29:06',2,'2006-02-15 21:30:53'),(9673,'2005-07-31 06:34:55',339,27,'2005-08-09 09:15:55',2,'2006-02-15 21:30:53'),(9674,'2005-07-31 06:36:53',3213,297,'2005-08-06 02:50:53',2,'2006-02-15 21:30:53'),(9675,'2005-07-31 06:37:07',2523,243,'2005-08-03 07:03:07',1,'2006-02-15 21:30:53'),(9676,'2005-07-31 06:39:13',681,239,'2005-08-05 09:31:13',2,'2006-02-15 21:30:53'),(9677,'2005-07-31 06:39:45',3200,274,'2005-08-01 02:37:45',2,'2006-02-15 21:30:53'),(9678,'2005-07-31 06:40:47',3430,383,'2005-08-02 00:57:47',2,'2006-02-15 21:30:53'),(9679,'2005-07-31 06:41:19',3819,599,'2005-08-02 07:23:19',1,'2006-02-15 21:30:53'),(9680,'2005-07-31 06:41:46',3010,84,'2005-08-01 11:02:46',2,'2006-02-15 21:30:53'),(9681,'2005-07-31 06:42:09',64,160,'2005-08-06 08:21:09',1,'2006-02-15 21:30:53'),(9682,'2005-07-31 06:47:10',2427,425,'2005-08-04 09:07:10',1,'2006-02-15 21:30:53'),(9683,'2005-07-31 06:47:13',856,141,'2005-08-04 05:52:13',2,'2006-02-15 21:30:53'),(9684,'2005-07-31 06:48:33',362,591,'2005-08-01 07:07:33',2,'2006-02-15 21:30:53'),(9685,'2005-07-31 06:49:18',3097,165,'2005-08-04 03:19:18',1,'2006-02-15 21:30:53'),(9686,'2005-07-31 06:50:06',3825,386,'2005-08-06 08:41:06',1,'2006-02-15 21:30:53'),(9687,'2005-07-31 06:52:54',3540,470,'2005-08-01 03:40:54',2,'2006-02-15 21:30:53'),(9688,'2005-07-31 06:56:08',1304,566,'2005-08-08 03:31:08',2,'2006-02-15 21:30:53'),(9689,'2005-07-31 07:00:08',819,498,'2005-08-04 03:33:08',2,'2006-02-15 21:30:53'),(9690,'2005-07-31 07:06:29',4449,468,'2005-08-06 09:45:29',2,'2006-02-15 21:30:53'),(9691,'2005-07-31 07:09:55',2626,50,'2005-08-09 02:29:55',1,'2006-02-15 21:30:53'),(9692,'2005-07-31 07:11:04',3481,295,'2005-08-07 06:34:04',2,'2006-02-15 21:30:53'),(9693,'2005-07-31 07:11:50',1031,273,'2005-08-08 09:55:50',1,'2006-02-15 21:30:53'),(9694,'2005-07-31 07:13:16',3447,508,'2005-08-06 09:12:16',2,'2006-02-15 21:30:53'),(9695,'2005-07-31 07:13:30',726,95,'2005-08-07 05:38:30',2,'2006-02-15 21:30:53'),(9696,'2005-07-31 07:13:46',2703,156,'2005-08-03 10:49:46',2,'2006-02-15 21:30:53'),(9697,'2005-07-31 07:23:11',762,479,'2005-08-05 08:04:11',2,'2006-02-15 21:30:53'),(9698,'2005-07-31 07:24:35',3477,594,'2005-08-09 04:52:35',2,'2006-02-15 21:30:53'),(9699,'2005-07-31 07:29:25',199,21,'2005-08-06 01:35:25',1,'2006-02-15 21:30:53'),(9700,'2005-07-31 07:29:59',2678,40,'2005-08-02 09:53:59',1,'2006-02-15 21:30:53'),(9701,'2005-07-31 07:32:21',4581,401,'2005-08-01 05:07:21',2,'2006-02-15 21:30:53'),(9702,'2005-07-31 07:34:07',3353,525,'2005-08-02 06:13:07',2,'2006-02-15 21:30:53'),(9703,'2005-07-31 07:34:52',2708,57,'2005-08-03 13:33:52',2,'2006-02-15 21:30:53'),(9704,'2005-07-31 07:39:32',1402,385,'2005-08-06 01:50:32',2,'2006-02-15 21:30:53'),(9705,'2005-07-31 07:40:33',4158,28,'2005-08-01 03:50:33',2,'2006-02-15 21:30:53'),(9706,'2005-07-31 07:43:19',142,508,'2005-08-05 11:11:19',1,'2006-02-15 21:30:53'),(9707,'2005-07-31 07:44:18',203,351,'2005-08-08 12:45:18',1,'2006-02-15 21:30:53'),(9708,'2005-07-31 07:45:33',3264,12,'2005-08-08 08:56:33',1,'2006-02-15 21:30:53'),(9709,'2005-07-31 08:04:55',2096,137,'2005-08-07 08:58:55',1,'2006-02-15 21:30:53'),(9710,'2005-07-31 08:05:31',3486,380,'2005-08-09 03:29:31',2,'2006-02-15 21:30:53'),(9711,'2005-07-31 08:06:41',1525,231,'2005-08-02 10:30:41',2,'2006-02-15 21:30:53'),(9712,'2005-07-31 08:13:11',2487,219,'2005-08-08 12:40:11',2,'2006-02-15 21:30:53'),(9713,'2005-07-31 08:13:28',929,158,'2005-08-07 10:11:28',1,'2006-02-15 21:30:53'),(9714,'2005-07-31 08:15:32',1532,144,'2005-08-03 08:33:32',2,'2006-02-15 21:30:53'),(9715,'2005-07-31 08:16:58',3319,237,'2005-08-04 11:13:58',1,'2006-02-15 21:30:53'),(9716,'2005-07-31 08:23:53',3385,287,'2005-08-08 12:03:53',2,'2006-02-15 21:30:53'),(9717,'2005-07-31 08:24:41',4207,114,'2005-08-04 02:51:41',1,'2006-02-15 21:30:53'),(9718,'2005-07-31 08:25:03',2747,23,'2005-08-08 04:16:03',2,'2006-02-15 21:30:53'),(9719,'2005-07-31 08:25:13',335,584,'2005-08-05 08:22:13',1,'2006-02-15 21:30:53'),(9720,'2005-07-31 08:25:21',1282,587,'2005-08-07 11:30:21',2,'2006-02-15 21:30:53'),(9721,'2005-07-31 08:28:46',3942,196,'2005-08-05 14:03:46',1,'2006-02-15 21:30:53'),(9722,'2005-07-31 08:29:48',4260,125,'2005-08-07 07:52:48',2,'2006-02-15 21:30:53'),(9723,'2005-07-31 08:31:18',3968,24,'2005-08-03 10:25:18',1,'2006-02-15 21:30:53'),(9724,'2005-07-31 08:33:08',518,130,'2005-08-08 04:50:08',1,'2006-02-15 21:30:53'),(9725,'2005-07-31 08:35:18',3960,503,'2005-08-03 03:46:18',2,'2006-02-15 21:30:53'),(9726,'2005-07-31 08:37:07',1701,162,'2005-08-09 06:09:07',1,'2006-02-15 21:30:53'),(9727,'2005-07-31 08:39:13',3076,536,'2005-08-03 07:54:13',1,'2006-02-15 21:30:53'),(9728,'2005-07-31 08:40:54',3630,399,'2005-08-03 04:14:54',2,'2006-02-15 21:30:53'),(9729,'2005-07-31 08:43:43',4199,273,'2005-08-01 13:25:43',2,'2006-02-15 21:30:53'),(9730,'2005-07-31 08:50:08',2605,242,'2005-08-08 12:21:08',2,'2006-02-15 21:30:53'),(9731,'2005-07-31 08:54:47',3713,349,'2005-08-05 03:47:47',1,'2006-02-15 21:30:53'),(9732,'2005-07-31 08:56:08',3262,288,'2005-08-07 11:05:08',2,'2006-02-15 21:30:53'),(9733,'2005-07-31 08:57:35',1255,575,'2005-08-04 04:47:35',1,'2006-02-15 21:30:53'),(9734,'2005-07-31 08:57:45',3320,125,'2005-08-05 11:57:45',1,'2006-02-15 21:30:53'),(9735,'2005-07-31 08:57:49',4228,315,'2005-08-08 13:51:49',2,'2006-02-15 21:30:53'),(9736,'2005-07-31 08:58:40',2072,13,'2005-08-09 08:34:40',2,'2006-02-15 21:30:53'),(9737,'2005-07-31 08:59:18',1720,475,'2005-08-03 12:19:18',2,'2006-02-15 21:30:53'),(9738,'2005-07-31 09:04:14',2278,568,'2005-08-05 14:40:14',2,'2006-02-15 21:30:53'),(9739,'2005-07-31 09:08:03',1328,343,'2005-08-04 13:57:03',1,'2006-02-15 21:30:53'),(9740,'2005-07-31 09:08:03',3497,443,'2005-08-06 04:48:03',2,'2006-02-15 21:30:53'),(9741,'2005-07-31 09:09:22',1971,495,'2005-08-07 10:01:22',1,'2006-02-15 21:30:53'),(9742,'2005-07-31 09:10:20',4058,48,'2005-08-08 10:07:20',1,'2006-02-15 21:30:53'),(9743,'2005-07-31 09:12:42',1740,476,'2005-08-06 11:57:42',2,'2006-02-15 21:30:53'),(9744,'2005-07-31 09:15:38',839,459,'2005-08-03 10:31:38',2,'2006-02-15 21:30:53'),(9745,'2005-07-31 09:16:14',3610,217,'2005-08-07 12:11:14',1,'2006-02-15 21:30:53'),(9746,'2005-07-31 09:16:48',1459,308,'2005-08-07 06:36:48',2,'2006-02-15 21:30:53'),(9747,'2005-07-31 09:16:57',2455,106,'2005-08-08 06:47:57',2,'2006-02-15 21:30:53'),(9748,'2005-07-31 09:17:56',3308,550,'2005-08-02 14:54:56',1,'2006-02-15 21:30:53'),(9749,'2005-07-31 09:18:33',658,52,'2005-08-06 07:41:33',1,'2006-02-15 21:30:53'),(9750,'2005-07-31 09:19:46',3174,527,'2005-08-06 08:07:46',1,'2006-02-15 21:30:53'),(9751,'2005-07-31 09:20:50',36,202,'2005-08-01 05:34:50',2,'2006-02-15 21:30:53'),(9752,'2005-07-31 09:22:02',249,199,'2005-08-02 14:34:02',1,'2006-02-15 21:30:53'),(9753,'2005-07-31 09:22:38',3529,98,'2005-08-01 08:45:38',1,'2006-02-15 21:30:53'),(9754,'2005-07-31 09:23:43',3751,479,'2005-08-08 06:04:43',1,'2006-02-15 21:30:53'),(9755,'2005-07-31 09:24:55',86,108,'2005-08-07 06:00:55',2,'2006-02-15 21:30:53'),(9756,'2005-07-31 09:25:00',207,400,'2005-08-02 05:11:00',1,'2006-02-15 21:30:53'),(9757,'2005-07-31 09:25:14',2596,408,'2005-08-01 14:43:14',2,'2006-02-15 21:30:53'),(9758,'2005-07-31 09:25:38',1307,160,'2005-08-03 14:16:38',1,'2006-02-15 21:30:53'),(9759,'2005-07-31 09:25:57',2950,574,'2005-08-07 12:56:57',2,'2006-02-15 21:30:53'),(9760,'2005-07-31 09:29:33',426,511,'2005-08-09 07:32:33',2,'2006-02-15 21:30:53'),(9761,'2005-07-31 09:31:54',3778,60,'2005-08-03 11:02:54',2,'2006-02-15 21:30:53'),(9762,'2005-07-31 09:32:54',155,540,'2005-08-05 04:55:54',1,'2006-02-15 21:30:53'),(9763,'2005-07-31 09:34:03',126,393,'2005-08-08 05:30:03',1,'2006-02-15 21:30:53'),(9764,'2005-07-31 09:42:58',3761,136,'2005-08-07 07:22:58',2,'2006-02-15 21:30:53'),(9765,'2005-07-31 09:44:40',472,551,'2005-08-05 10:57:40',1,'2006-02-15 21:30:53'),(9766,'2005-07-31 09:46:29',4049,570,'2005-08-01 05:08:29',1,'2006-02-15 21:30:53'),(9767,'2005-07-31 09:46:49',3432,89,'2005-08-03 11:20:49',1,'2006-02-15 21:30:53'),(9768,'2005-07-31 09:48:41',2656,582,'2005-08-08 11:40:41',2,'2006-02-15 21:30:53'),(9769,'2005-07-31 09:52:16',2958,484,'2005-08-06 09:26:16',1,'2006-02-15 21:30:53'),(9770,'2005-07-31 09:52:40',1226,317,'2005-08-09 06:44:40',1,'2006-02-15 21:30:53'),(9771,'2005-07-31 09:55:36',4123,398,'2005-08-04 10:11:36',2,'2006-02-15 21:30:53'),(9772,'2005-07-31 09:56:07',3639,147,'2005-08-01 13:50:07',2,'2006-02-15 21:30:53'),(9773,'2005-07-31 09:56:56',4555,376,'2005-08-04 09:38:56',1,'2006-02-15 21:30:53'),(9774,'2005-07-31 09:57:51',4174,306,'2005-08-02 09:08:51',2,'2006-02-15 21:30:53'),(9775,'2005-07-31 10:00:00',2818,162,'2005-08-01 08:57:00',2,'2006-02-15 21:30:53'),(9776,'2005-07-31 10:01:03',2524,73,'2005-08-03 07:20:03',2,'2006-02-15 21:30:53'),(9777,'2005-07-31 10:01:06',225,539,'2005-08-08 04:44:06',2,'2006-02-15 21:30:53'),(9778,'2005-07-31 10:02:04',304,230,'2005-08-04 07:44:04',2,'2006-02-15 21:30:53'),(9779,'2005-07-31 10:08:33',1280,402,'2005-08-03 14:56:33',1,'2006-02-15 21:30:53'),(9780,'2005-07-31 10:10:22',3241,102,'2005-08-02 11:43:22',1,'2006-02-15 21:30:53'),(9781,'2005-07-31 10:13:02',2310,155,'2005-08-09 14:46:02',1,'2006-02-15 21:30:53'),(9782,'2005-07-31 10:14:26',2397,438,'2005-08-06 16:11:26',1,'2006-02-15 21:30:53'),(9783,'2005-07-31 10:15:46',836,75,'2005-08-09 13:22:46',2,'2006-02-15 21:30:53'),(9784,'2005-07-31 10:21:32',2761,362,'2005-08-07 09:20:32',2,'2006-02-15 21:30:53'),(9785,'2005-07-31 10:22:15',4101,587,'2005-08-02 10:02:15',1,'2006-02-15 21:30:53'),(9786,'2005-07-31 10:25:21',2560,586,'2005-08-03 04:28:21',1,'2006-02-15 21:30:53'),(9787,'2005-07-31 10:26:19',3559,272,'2005-08-09 09:02:19',1,'2006-02-15 21:30:53'),(9788,'2005-07-31 10:28:21',4367,344,'2005-08-09 13:45:21',1,'2006-02-15 21:30:53'),(9789,'2005-07-31 10:30:25',619,137,'2005-08-03 14:58:25',1,'2006-02-15 21:30:53'),(9790,'2005-07-31 10:34:08',3643,284,'2005-08-04 11:19:08',2,'2006-02-15 21:30:53'),(9791,'2005-07-31 10:35:22',3642,300,'2005-08-03 05:34:22',1,'2006-02-15 21:30:53'),(9792,'2005-07-31 10:43:41',3163,292,'2005-08-07 10:18:41',1,'2006-02-15 21:30:53'),(9793,'2005-07-31 10:45:11',4576,295,'2005-08-03 14:29:11',1,'2006-02-15 21:30:53'),(9794,'2005-07-31 10:47:01',1771,403,'2005-08-02 06:52:01',2,'2006-02-15 21:30:53'),(9795,'2005-07-31 10:47:19',2005,63,'2005-08-04 09:32:19',2,'2006-02-15 21:30:53'),(9796,'2005-07-31 10:52:43',1038,539,'2005-08-09 06:08:43',1,'2006-02-15 21:30:53'),(9797,'2005-07-31 10:53:44',687,52,'2005-08-09 05:51:44',1,'2006-02-15 21:30:53'),(9798,'2005-07-31 10:55:18',3759,55,'2005-08-01 07:37:18',2,'2006-02-15 21:30:53'),(9799,'2005-07-31 10:58:32',3008,494,'2005-08-01 12:08:32',1,'2006-02-15 21:30:53'),(9800,'2005-07-31 11:00:58',2153,257,'2005-08-02 10:13:58',2,'2006-02-15 21:30:53'),(9801,'2005-07-31 11:03:13',3033,158,'2005-08-04 10:55:13',2,'2006-02-15 21:30:53'),(9802,'2005-07-31 11:04:20',2156,594,'2005-08-03 05:28:20',1,'2006-02-15 21:30:53'),(9803,'2005-07-31 11:06:02',3783,520,'2005-08-01 06:25:02',1,'2006-02-15 21:30:53'),(9804,'2005-07-31 11:07:39',2490,196,'2005-08-09 11:57:39',1,'2006-02-15 21:30:53'),(9805,'2005-07-31 11:11:10',4179,36,'2005-08-03 07:36:10',2,'2006-02-15 21:30:53'),(9806,'2005-07-31 11:13:49',245,46,'2005-08-04 06:18:49',1,'2006-02-15 21:30:53'),(9807,'2005-07-31 11:13:52',2137,267,'2005-08-02 07:34:52',1,'2006-02-15 21:30:53'),(9808,'2005-07-31 11:17:22',3259,583,'2005-08-07 15:54:22',1,'2006-02-15 21:30:53'),(9809,'2005-07-31 11:19:21',359,286,'2005-08-08 12:43:21',2,'2006-02-15 21:30:53'),(9810,'2005-07-31 11:22:41',2066,545,'2005-08-01 09:40:41',2,'2006-02-15 21:30:53'),(9811,'2005-07-31 11:23:45',3305,77,'2005-08-06 15:51:45',1,'2006-02-15 21:30:53'),(9812,'2005-07-31 11:28:07',1540,57,'2005-08-01 12:35:07',2,'2006-02-15 21:30:53'),(9813,'2005-07-31 11:29:23',1706,245,'2005-08-07 08:01:23',2,'2006-02-15 21:30:53'),(9814,'2005-07-31 11:29:46',136,79,'2005-08-08 15:49:46',1,'2006-02-15 21:30:53'),(9815,'2005-07-31 11:30:51',2728,540,'2005-08-08 12:52:51',1,'2006-02-15 21:30:53'),(9816,'2005-07-31 11:32:58',4560,3,'2005-08-04 17:12:58',2,'2006-02-15 21:30:53'),(9817,'2005-07-31 11:33:31',4019,170,'2005-08-08 14:49:31',2,'2006-02-15 21:30:53'),(9818,'2005-07-31 11:34:32',1254,183,'2005-08-04 08:20:32',1,'2006-02-15 21:30:53'),(9819,'2005-07-31 11:39:13',1927,292,'2005-08-06 09:11:13',2,'2006-02-15 21:30:53'),(9820,'2005-07-31 11:46:57',499,279,'2005-08-08 13:35:57',1,'2006-02-15 21:30:53'),(9821,'2005-07-31 11:47:54',386,271,'2005-08-08 06:21:54',2,'2006-02-15 21:30:53'),(9822,'2005-07-31 11:48:25',2469,381,'2005-08-05 15:52:25',2,'2006-02-15 21:30:53'),(9823,'2005-07-31 11:49:00',4423,129,'2005-08-07 09:06:00',2,'2006-02-15 21:30:53'),(9824,'2005-07-31 11:49:55',4368,404,'2005-08-07 16:54:55',2,'2006-02-15 21:30:53'),(9825,'2005-07-31 11:50:51',4322,390,'2005-08-02 07:18:51',1,'2006-02-15 21:30:53'),(9826,'2005-07-31 11:51:46',2649,595,'2005-08-09 17:18:46',1,'2006-02-15 21:30:53'),(9827,'2005-07-31 11:56:55',3840,329,'2005-08-09 16:29:55',1,'2006-02-15 21:30:53'),(9828,'2005-07-31 11:56:57',3845,376,'2005-08-02 17:05:57',1,'2006-02-15 21:30:53'),(9829,'2005-07-31 11:58:38',231,435,'2005-08-07 08:11:38',2,'2006-02-15 21:30:53'),(9830,'2005-07-31 11:59:05',170,112,'2005-08-06 10:38:05',1,'2006-02-15 21:30:53'),(9831,'2005-07-31 11:59:32',1961,192,'2005-08-04 07:14:32',1,'2006-02-15 21:30:53'),(9832,'2005-07-31 12:01:49',3126,64,'2005-08-08 09:21:49',1,'2006-02-15 21:30:53'),(9833,'2005-07-31 12:05:01',4243,368,'2005-08-09 09:25:01',2,'2006-02-15 21:30:53'),(9834,'2005-07-31 12:05:42',2292,340,'2005-08-07 15:26:42',1,'2006-02-15 21:30:53'),(9835,'2005-07-31 12:07:35',1051,328,'2005-08-04 07:32:35',2,'2006-02-15 21:30:53'),(9836,'2005-07-31 12:12:00',2870,313,'2005-08-09 06:53:00',1,'2006-02-15 21:30:53'),(9837,'2005-07-31 12:14:19',3488,573,'2005-08-09 17:08:19',1,'2006-02-15 21:30:53'),(9838,'2005-07-31 12:18:49',3866,208,'2005-08-03 16:49:49',2,'2006-02-15 21:30:53'),(9839,'2005-07-31 12:21:16',1591,561,'2005-08-09 13:41:16',2,'2006-02-15 21:30:53'),(9840,'2005-07-31 12:23:18',364,388,'2005-08-06 15:59:18',1,'2006-02-15 21:30:53'),(9841,'2005-07-31 12:24:19',4554,238,'2005-08-09 15:31:19',1,'2006-02-15 21:30:53'),(9842,'2005-07-31 12:24:58',2896,261,'2005-08-02 11:01:58',2,'2006-02-15 21:30:53'),(9843,'2005-07-31 12:25:28',2923,532,'2005-08-01 09:51:28',2,'2006-02-15 21:30:53'),(9844,'2005-07-31 12:26:31',3930,181,'2005-08-05 13:58:31',1,'2006-02-15 21:30:53'),(9845,'2005-07-31 12:28:05',2417,79,'2005-08-06 06:47:05',1,'2006-02-15 21:30:53'),(9846,'2005-07-31 12:30:12',4240,573,'2005-08-05 08:24:12',2,'2006-02-15 21:30:53'),(9847,'2005-07-31 12:33:43',1137,174,'2005-08-04 14:15:43',2,'2006-02-15 21:30:53'),(9848,'2005-07-31 12:44:33',3290,346,'2005-08-07 13:49:33',2,'2006-02-15 21:30:53'),(9849,'2005-07-31 12:44:34',2230,429,'2005-08-02 16:49:34',1,'2006-02-15 21:30:53'),(9850,'2005-07-31 12:46:52',1461,497,'2005-08-04 10:52:52',2,'2006-02-15 21:30:53'),(9851,'2005-07-31 12:50:24',25,49,'2005-08-08 08:30:24',2,'2006-02-15 21:30:53'),(9852,'2005-07-31 12:52:17',4257,415,'2005-08-05 07:59:17',2,'2006-02-15 21:30:53'),(9853,'2005-07-31 12:58:20',1782,221,'2005-08-04 10:47:20',1,'2006-02-15 21:30:53'),(9854,'2005-07-31 12:59:34',1049,441,'2005-08-03 07:20:34',2,'2006-02-15 21:30:53'),(9855,'2005-07-31 13:00:33',1246,326,'2005-08-03 16:18:33',2,'2006-02-15 21:30:53'),(9856,'2005-07-31 13:00:35',723,347,'2005-08-07 18:07:35',1,'2006-02-15 21:30:53'),(9857,'2005-07-31 13:00:53',3316,168,'2005-08-09 15:56:53',1,'2006-02-15 21:30:53'),(9858,'2005-07-31 13:02:07',252,128,'2005-08-03 15:14:07',2,'2006-02-15 21:30:53'),(9859,'2005-07-31 13:02:55',4094,127,'2005-08-05 11:04:55',1,'2006-02-15 21:30:53'),(9860,'2005-07-31 13:03:24',3266,585,'2005-08-07 07:28:24',2,'2006-02-15 21:30:53'),(9861,'2005-07-31 13:04:14',1050,264,'2005-08-09 15:22:14',1,'2006-02-15 21:30:53'),(9862,'2005-07-31 13:05:03',474,513,'2005-08-01 09:05:03',2,'2006-02-15 21:30:53'),(9863,'2005-07-31 13:05:29',19,239,'2005-08-08 12:33:29',1,'2006-02-15 21:30:53'),(9864,'2005-07-31 13:06:54',3619,394,'2005-08-02 11:47:54',2,'2006-02-15 21:30:53'),(9865,'2005-07-31 13:10:45',1355,580,'2005-08-02 09:19:45',2,'2006-02-15 21:30:53'),(9866,'2005-07-31 13:13:50',3555,374,'2005-08-07 15:11:50',1,'2006-02-15 21:30:53'),(9867,'2005-07-31 13:17:04',2485,83,'2005-08-05 07:17:04',2,'2006-02-15 21:30:53'),(9868,'2005-07-31 13:20:08',266,378,'2005-08-01 18:17:08',2,'2006-02-15 21:30:53'),(9869,'2005-07-31 13:21:54',783,261,'2005-08-07 09:09:54',1,'2006-02-15 21:30:53'),(9870,'2005-07-31 13:22:51',442,195,'2005-08-05 16:04:51',1,'2006-02-15 21:30:53'),(9871,'2005-07-31 13:25:46',194,109,'2005-08-01 13:12:46',2,'2006-02-15 21:30:53'),(9872,'2005-07-31 13:27:55',1021,376,'2005-08-04 14:33:55',1,'2006-02-15 21:30:53'),(9873,'2005-07-31 13:32:18',667,442,'2005-08-06 11:15:18',2,'2006-02-15 21:30:53'),(9874,'2005-07-31 13:32:31',2476,482,'2005-08-07 09:50:31',2,'2006-02-15 21:30:53'),(9875,'2005-07-31 13:37:41',2878,421,'2005-08-03 15:17:41',2,'2006-02-15 21:30:53'),(9876,'2005-07-31 13:37:51',828,347,'2005-08-07 18:05:51',2,'2006-02-15 21:30:53'),(9877,'2005-07-31 13:41:57',1299,559,'2005-08-06 15:27:57',2,'2006-02-15 21:30:53'),(9878,'2005-07-31 13:42:02',1753,424,'2005-08-05 10:15:02',2,'2006-02-15 21:30:53'),(9879,'2005-07-31 13:45:32',1935,178,'2005-08-07 17:12:32',1,'2006-02-15 21:30:53'),(9880,'2005-07-31 13:49:02',3590,64,'2005-08-08 10:31:02',2,'2006-02-15 21:30:53'),(9881,'2005-07-31 13:50:38',4209,412,'2005-08-06 08:58:38',1,'2006-02-15 21:30:53'),(9882,'2005-07-31 13:53:33',1429,311,'2005-08-09 15:55:33',1,'2006-02-15 21:30:53'),(9883,'2005-07-31 13:53:37',4286,356,'2005-08-06 15:45:37',1,'2006-02-15 21:30:53'),(9884,'2005-07-31 13:56:24',511,590,'2005-08-01 16:59:24',1,'2006-02-15 21:30:53'),(9885,'2005-07-31 13:59:32',3600,461,'2005-08-07 12:30:32',2,'2006-02-15 21:30:53'),(9886,'2005-07-31 14:00:13',1386,519,'2005-08-08 19:30:13',1,'2006-02-15 21:30:53'),(9887,'2005-07-31 14:00:32',436,549,'2005-08-05 19:16:32',1,'2006-02-15 21:30:53'),(9888,'2005-07-31 14:00:53',4400,5,'2005-08-08 18:51:53',2,'2006-02-15 21:30:53'),(9889,'2005-07-31 14:02:50',2842,143,'2005-08-05 12:09:50',2,'2006-02-15 21:30:53'),(9890,'2005-07-31 14:04:44',1024,151,'2005-08-01 11:24:44',1,'2006-02-15 21:30:53'),(9891,'2005-07-31 14:05:44',3359,462,'2005-08-02 16:21:44',2,'2006-02-15 21:30:53'),(9892,'2005-07-31 14:06:25',1045,251,'2005-08-03 18:11:25',2,'2006-02-15 21:30:53'),(9893,'2005-07-31 14:07:21',2445,179,'2005-08-01 09:20:21',2,'2006-02-15 21:30:53'),(9894,'2005-07-31 14:07:44',3724,199,'2005-08-05 18:01:44',2,'2006-02-15 21:30:53'),(9895,'2005-07-31 14:07:56',835,560,'2005-08-05 14:56:56',1,'2006-02-15 21:30:53'),(9896,'2005-07-31 14:09:48',2591,586,'2005-08-01 20:02:48',1,'2006-02-15 21:30:53'),(9897,'2005-07-31 14:11:57',3945,538,'2005-08-02 12:20:57',1,'2006-02-15 21:30:53'),(9898,'2005-07-31 14:12:03',2151,359,'2005-08-01 12:27:03',1,'2006-02-15 21:30:53'),(9899,'2005-07-31 14:12:36',3352,168,'2005-08-08 08:59:36',1,'2006-02-15 21:30:53'),(9900,'2005-07-31 14:15:05',3132,453,'2005-08-07 11:58:05',2,'2006-02-15 21:30:53'),(9901,'2005-07-31 14:20:59',3332,277,'2005-08-03 09:30:59',1,'2006-02-15 21:30:53'),(9902,'2005-07-31 14:24:33',486,218,'2005-08-09 11:11:33',2,'2006-02-15 21:30:53'),(9903,'2005-07-31 14:31:44',1621,316,'2005-08-08 20:03:44',1,'2006-02-15 21:30:53'),(9904,'2005-07-31 14:34:17',4089,428,'2005-08-08 17:19:17',1,'2006-02-15 21:30:53'),(9905,'2005-07-31 14:37:03',2839,519,'2005-08-01 15:55:03',2,'2006-02-15 21:30:53'),(9906,'2005-07-31 14:38:12',4241,204,'2005-08-01 13:56:12',1,'2006-02-15 21:30:53'),(9907,'2005-07-31 14:39:50',4282,120,'2005-08-09 09:39:50',1,'2006-02-15 21:30:53'),(9908,'2005-07-31 14:39:52',4408,27,'2005-08-09 09:46:52',2,'2006-02-15 21:30:53'),(9909,'2005-07-31 14:43:34',2600,587,'2005-08-09 15:31:34',1,'2006-02-15 21:30:53'),(9910,'2005-07-31 14:47:57',368,122,'2005-08-05 18:20:57',1,'2006-02-15 21:30:53'),(9911,'2005-07-31 14:48:01',3879,112,'2005-08-06 11:55:01',1,'2006-02-15 21:30:53'),(9912,'2005-07-31 14:49:04',3119,367,'2005-08-03 15:40:04',1,'2006-02-15 21:30:53'),(9913,'2005-07-31 14:51:04',3744,229,'2005-08-06 12:12:04',1,'2006-02-15 21:30:53'),(9914,'2005-07-31 14:51:19',3147,530,'2005-08-05 09:51:19',1,'2006-02-15 21:30:53'),(9915,'2005-07-31 14:52:26',2933,566,'2005-08-03 11:53:26',1,'2006-02-15 21:30:53'),(9916,'2005-07-31 14:54:52',949,432,'2005-08-07 13:18:52',1,'2006-02-15 21:30:53'),(9917,'2005-07-31 14:55:11',3829,159,'2005-08-02 13:58:11',2,'2006-02-15 21:30:53'),(9918,'2005-07-31 14:55:22',2519,283,'2005-08-04 09:02:22',2,'2006-02-15 21:30:53'),(9919,'2005-07-31 14:55:46',3205,291,'2005-08-08 11:43:46',2,'2006-02-15 21:30:53'),(9920,'2005-07-31 14:57:13',3108,139,'2005-08-03 18:58:13',2,'2006-02-15 21:30:53'),(9921,'2005-07-31 14:59:21',1004,332,'2005-08-01 12:40:21',2,'2006-02-15 21:30:53'),(9922,'2005-07-31 14:59:37',3615,25,'2005-08-06 14:05:37',1,'2006-02-15 21:30:53'),(9923,'2005-07-31 15:00:15',1635,209,'2005-08-05 11:09:15',2,'2006-02-15 21:30:53'),(9924,'2005-07-31 15:04:57',1986,64,'2005-08-05 20:07:57',2,'2006-02-15 21:30:53'),(9925,'2005-07-31 15:08:47',2351,24,'2005-08-02 20:27:47',1,'2006-02-15 21:30:53'),(9926,'2005-07-31 15:11:51',3733,472,'2005-08-09 18:26:51',1,'2006-02-15 21:30:53'),(9927,'2005-07-31 15:12:13',999,346,'2005-08-01 11:37:13',1,'2006-02-15 21:30:53'),(9928,'2005-07-31 15:13:57',3627,53,'2005-08-06 20:39:57',1,'2006-02-15 21:30:53'),(9929,'2005-07-31 15:17:24',2521,564,'2005-08-03 17:27:24',1,'2006-02-15 21:30:53'),(9930,'2005-07-31 15:18:03',4491,304,'2005-08-01 12:36:03',2,'2006-02-15 21:30:53'),(9931,'2005-07-31 15:18:19',3455,183,'2005-08-04 14:23:19',2,'2006-02-15 21:30:53'),(9932,'2005-07-31 15:19:48',1691,264,'2005-08-05 21:09:48',1,'2006-02-15 21:30:53'),(9933,'2005-07-31 15:24:46',2349,111,'2005-08-01 10:00:46',1,'2006-02-15 21:30:53'),(9934,'2005-07-31 15:25:26',2492,236,'2005-08-05 17:13:26',1,'2006-02-15 21:30:53'),(9935,'2005-07-31 15:27:07',2247,10,'2005-08-05 11:23:07',1,'2006-02-15 21:30:53'),(9936,'2005-07-31 15:27:41',979,153,'2005-08-06 16:25:41',1,'2006-02-15 21:30:53'),(9937,'2005-07-31 15:28:10',3697,521,'2005-08-06 21:20:10',2,'2006-02-15 21:30:53'),(9938,'2005-07-31 15:28:47',2871,63,'2005-08-09 21:24:47',2,'2006-02-15 21:30:53'),(9939,'2005-07-31 15:29:00',3049,538,'2005-08-08 11:09:00',1,'2006-02-15 21:30:53'),(9940,'2005-07-31 15:29:06',3975,388,'2005-08-06 14:26:06',2,'2006-02-15 21:30:53'),(9941,'2005-07-31 15:31:25',1756,175,'2005-08-05 17:23:25',1,'2006-02-15 21:30:53'),(9942,'2005-07-31 15:35:43',4573,545,'2005-08-07 17:37:43',2,'2006-02-15 21:30:53'),(9943,'2005-07-31 15:37:29',887,494,'2005-08-09 18:25:29',1,'2006-02-15 21:30:53'),(9944,'2005-07-31 15:44:43',2540,241,'2005-08-08 10:30:43',1,'2006-02-15 21:30:53'),(9945,'2005-07-31 15:47:51',2075,309,'2005-08-02 19:06:51',1,'2006-02-15 21:30:53'),(9946,'2005-07-31 15:48:54',2100,29,'2005-08-03 12:42:54',2,'2006-02-15 21:30:53'),(9947,'2005-07-31 15:49:40',1173,138,'2005-08-08 11:11:40',1,'2006-02-15 21:30:53'),(9948,'2005-07-31 15:49:41',806,342,'2005-08-06 12:36:41',1,'2006-02-15 21:30:53'),(9949,'2005-07-31 15:50:10',3258,309,'2005-08-01 17:53:10',2,'2006-02-15 21:30:53'),(9950,'2005-07-31 15:50:22',1657,572,'2005-08-08 19:10:22',2,'2006-02-15 21:30:53'),(9951,'2005-07-31 15:51:16',4412,95,'2005-08-03 14:54:16',1,'2006-02-15 21:30:53'),(9952,'2005-07-31 15:52:37',1634,128,'2005-08-06 10:50:37',2,'2006-02-15 21:30:53'),(9953,'2005-07-31 15:56:35',1646,211,'2005-08-02 12:01:35',2,'2006-02-15 21:30:53'),(9954,'2005-07-31 15:57:07',1830,463,'2005-08-05 12:04:07',2,'2006-02-15 21:30:53'),(9955,'2005-07-31 16:01:26',1745,342,'2005-08-04 11:15:26',2,'2006-02-15 21:30:53'),(9956,'2005-07-31 16:03:47',4485,342,'2005-08-01 16:40:47',2,'2006-02-15 21:30:53'),(9957,'2005-07-31 16:03:55',1857,85,'2005-08-04 15:16:55',2,'2006-02-15 21:30:53'),(9958,'2005-07-31 16:03:56',4142,157,'2005-08-04 15:21:56',2,'2006-02-15 21:30:53'),(9959,'2005-07-31 16:04:22',340,199,'2005-08-03 21:51:22',2,'2006-02-15 21:30:53'),(9960,'2005-07-31 16:05:52',1022,569,'2005-08-05 14:15:52',2,'2006-02-15 21:30:53'),(9961,'2005-07-31 16:07:50',1856,40,'2005-08-07 18:37:50',2,'2006-02-15 21:30:53'),(9962,'2005-07-31 16:10:36',1951,576,'2005-08-02 17:09:36',1,'2006-02-15 21:30:53'),(9963,'2005-07-31 16:16:46',1609,573,'2005-08-02 22:00:46',1,'2006-02-15 21:30:53'),(9964,'2005-07-31 16:17:39',3149,191,'2005-08-03 15:03:39',1,'2006-02-15 21:30:53'),(9965,'2005-07-31 16:19:32',3946,101,'2005-08-05 20:18:32',2,'2006-02-15 21:30:53'),(9966,'2005-07-31 16:26:46',4137,373,'2005-08-03 14:29:46',1,'2006-02-15 21:30:53'),(9967,'2005-07-31 16:31:17',958,537,'2005-08-06 13:52:17',1,'2006-02-15 21:30:53'),(9968,'2005-07-31 16:32:16',2666,363,'2005-08-08 12:23:16',1,'2006-02-15 21:30:53'),(9969,'2005-07-31 16:38:12',938,151,'2005-08-05 11:45:12',2,'2006-02-15 21:30:53'),(9970,'2005-07-31 16:38:24',2846,578,'2005-08-02 12:59:24',2,'2006-02-15 21:30:53'),(9971,'2005-07-31 16:42:16',2674,573,'2005-08-09 18:08:16',2,'2006-02-15 21:30:53'),(9972,'2005-07-31 16:42:43',190,506,'2005-08-02 11:05:43',2,'2006-02-15 21:30:53'),(9973,'2005-07-31 16:49:31',1850,369,'2005-08-03 22:03:31',2,'2006-02-15 21:30:53'),(9974,'2005-07-31 16:51:11',430,503,'2005-08-05 16:04:11',1,'2006-02-15 21:30:53'),(9975,'2005-07-31 16:53:43',2564,40,'2005-08-07 20:13:43',2,'2006-02-15 21:30:53'),(9976,'2005-07-31 16:57:49',4219,579,'2005-08-03 16:33:49',2,'2006-02-15 21:30:53'),(9977,'2005-07-31 16:58:42',2300,363,'2005-08-09 13:34:42',1,'2006-02-15 21:30:53'),(9978,'2005-07-31 16:59:51',2812,427,'2005-08-06 16:48:51',2,'2006-02-15 21:30:53'),(9979,'2005-07-31 17:00:07',646,576,'2005-08-08 20:40:07',1,'2006-02-15 21:30:53'),(9980,'2005-07-31 17:02:00',122,225,'2005-08-08 11:11:00',2,'2006-02-15 21:30:53'),(9981,'2005-07-31 17:08:31',1354,321,'2005-08-01 22:46:31',2,'2006-02-15 21:30:53'),(9982,'2005-07-31 17:09:02',2698,428,'2005-08-02 13:02:02',2,'2006-02-15 21:30:53'),(9983,'2005-07-31 17:09:36',350,129,'2005-08-08 20:26:36',1,'2006-02-15 21:30:53'),(9984,'2005-07-31 17:12:23',433,432,'2005-08-01 21:04:23',2,'2006-02-15 21:30:53'),(9985,'2005-07-31 17:14:47',1831,85,'2005-08-01 12:11:47',2,'2006-02-15 21:30:53'),(9986,'2005-07-31 17:16:50',1242,124,'2005-08-05 18:34:50',2,'2006-02-15 21:30:53'),(9987,'2005-07-31 17:22:35',1619,15,'2005-08-01 21:19:35',2,'2006-02-15 21:30:53'),(9988,'2005-07-31 17:22:36',3844,243,'2005-08-07 18:35:36',2,'2006-02-15 21:30:53'),(9989,'2005-07-31 17:22:39',1713,79,'2005-08-01 18:55:39',1,'2006-02-15 21:30:53'),(9990,'2005-07-31 17:24:21',4481,555,'2005-08-09 17:14:21',2,'2006-02-15 21:30:53'),(9991,'2005-07-31 17:26:27',3662,414,'2005-08-03 17:36:27',1,'2006-02-15 21:30:53'),(9992,'2005-07-31 17:29:48',4242,304,'2005-08-09 13:02:48',2,'2006-02-15 21:30:53'),(9993,'2005-07-31 17:30:20',2503,225,'2005-08-01 20:53:20',2,'2006-02-15 21:30:53'),(9994,'2005-07-31 17:30:31',2155,195,'2005-08-01 11:35:31',1,'2006-02-15 21:30:53'),(9995,'2005-07-31 17:30:47',1978,180,'2005-08-04 12:20:47',2,'2006-02-15 21:30:53'),(9996,'2005-07-31 17:32:03',3271,104,'2005-08-06 16:17:03',2,'2006-02-15 21:30:53'),(9997,'2005-07-31 17:37:30',640,579,'2005-08-02 14:49:30',1,'2006-02-15 21:30:53'),(9998,'2005-07-31 17:40:35',2549,30,'2005-08-04 18:15:35',1,'2006-02-15 21:30:53'),(9999,'2005-07-31 17:40:53',1438,543,'2005-08-01 14:25:53',1,'2006-02-15 21:30:53'),(10000,'2005-07-31 17:41:05',3221,576,'2005-08-02 20:51:05',1,'2006-02-15 21:30:53'),(10001,'2005-07-31 17:46:18',2188,244,'2005-08-07 20:38:18',1,'2006-02-15 21:30:53'),(10002,'2005-07-31 17:48:16',1002,323,'2005-08-06 16:15:16',1,'2006-02-15 21:30:53'),(10003,'2005-07-31 17:48:51',1603,13,'2005-08-02 14:23:51',1,'2006-02-15 21:30:53'),(10004,'2005-07-31 17:51:23',2396,570,'2005-08-03 19:12:23',1,'2006-02-15 21:30:53'),(10005,'2005-07-31 17:53:51',928,454,'2005-08-09 21:39:51',1,'2006-02-15 21:30:53'),(10006,'2005-07-31 17:54:35',2538,470,'2005-08-02 20:40:35',2,'2006-02-15 21:30:53'),(10007,'2005-07-31 17:54:58',293,445,'2005-08-05 17:24:58',2,'2006-02-15 21:30:53'),(10008,'2005-07-31 17:59:36',2589,91,'2005-08-03 22:43:36',2,'2006-02-15 21:30:53'),(10009,'2005-07-31 18:00:28',4441,437,'2005-08-08 22:24:28',2,'2006-02-15 21:30:53'),(10010,'2005-07-31 18:01:36',2655,373,'2005-08-07 20:27:36',2,'2006-02-15 21:30:53'),(10011,'2005-07-31 18:02:41',606,128,'2005-08-08 17:04:41',1,'2006-02-15 21:30:53'),(10012,'2005-07-31 18:06:06',2554,513,'2005-08-09 16:47:06',2,'2006-02-15 21:30:53'),(10013,'2005-07-31 18:08:21',2364,377,'2005-08-08 13:22:21',2,'2006-02-15 21:30:53'),(10014,'2005-07-31 18:10:56',2344,443,'2005-08-02 23:36:56',1,'2006-02-15 21:30:53'),(10015,'2005-07-31 18:11:17',67,153,'2005-08-03 15:48:17',2,'2006-02-15 21:30:53'),(10016,'2005-07-31 18:13:06',2183,478,'2005-08-09 22:11:06',1,'2006-02-15 21:30:53'),(10017,'2005-07-31 18:13:22',1495,424,'2005-08-05 16:03:22',1,'2006-02-15 21:30:53'),(10018,'2005-07-31 18:15:14',3708,481,'2005-08-05 14:44:14',2,'2006-02-15 21:30:53'),(10019,'2005-07-31 18:20:56',2114,536,'2005-08-07 14:25:56',1,'2006-02-15 21:30:53'),(10020,'2005-07-31 18:21:08',302,526,'2005-08-02 14:03:08',2,'2006-02-15 21:30:53'),(10021,'2005-07-31 18:24:39',3235,597,'2005-08-01 19:16:39',1,'2006-02-15 21:30:53'),(10022,'2005-07-31 18:25:30',1900,115,'2005-08-04 13:35:30',1,'2006-02-15 21:30:53'),(10023,'2005-07-31 18:25:51',384,318,'2005-08-09 18:00:51',1,'2006-02-15 21:30:53'),(10024,'2005-07-31 18:26:36',265,129,'2005-08-09 16:16:36',1,'2006-02-15 21:30:53'),(10025,'2005-07-31 18:29:09',475,565,'2005-08-07 14:20:09',2,'2006-02-15 21:30:53'),(10026,'2005-07-31 18:31:51',39,332,'2005-08-03 21:14:51',2,'2006-02-15 21:30:53'),(10027,'2005-07-31 18:33:51',525,287,'2005-08-09 18:40:51',1,'2006-02-15 21:30:53'),(10028,'2005-07-31 18:35:54',2305,323,'2005-08-01 13:01:54',2,'2006-02-15 21:30:53'),(10029,'2005-07-31 18:37:47',505,578,'2005-08-06 14:58:47',2,'2006-02-15 21:30:53'),(10030,'2005-07-31 18:39:36',1392,325,'2005-08-03 15:29:36',2,'2006-02-15 21:30:53'),(10031,'2005-07-31 18:40:15',3048,96,'2005-08-03 14:38:15',1,'2006-02-15 21:30:53'),(10032,'2005-07-31 18:41:55',2331,126,'2005-08-04 22:45:55',1,'2006-02-15 21:30:53'),(10033,'2005-07-31 18:44:29',4480,381,'2005-08-04 19:52:29',1,'2006-02-15 21:30:53'),(10034,'2005-07-31 18:45:30',354,442,'2005-08-04 21:13:30',2,'2006-02-15 21:30:53'),(10035,'2005-07-31 18:46:46',2694,333,'2005-08-04 20:33:46',1,'2006-02-15 21:30:53'),(10036,'2005-07-31 18:47:20',41,491,'2005-08-03 22:53:20',1,'2006-02-15 21:30:53'),(10037,'2005-07-31 18:48:08',438,58,'2005-08-09 19:11:08',2,'2006-02-15 21:30:53'),(10038,'2005-07-31 18:49:12',3727,112,'2005-08-01 18:02:12',1,'2006-02-15 21:30:53'),(10039,'2005-07-31 18:50:40',4391,111,'2005-08-01 18:49:40',2,'2006-02-15 21:30:53'),(10040,'2005-07-31 18:54:15',2281,268,'2005-08-05 17:33:15',2,'2006-02-15 21:30:53'),(10041,'2005-07-31 19:01:02',2994,379,'2005-08-07 21:32:02',1,'2006-02-15 21:30:53'),(10042,'2005-07-31 19:01:25',123,204,'2005-08-06 14:21:25',1,'2006-02-15 21:30:53'),(10043,'2005-07-31 19:02:07',2558,222,'2005-08-07 17:58:07',1,'2006-02-15 21:30:53'),(10044,'2005-07-31 19:02:33',3349,388,'2005-08-05 13:24:33',2,'2006-02-15 21:30:53'),(10045,'2005-07-31 19:04:35',58,118,'2005-08-07 16:53:35',1,'2006-02-15 21:30:53'),(10046,'2005-07-31 19:07:11',4302,50,'2005-08-03 13:25:11',1,'2006-02-15 21:30:53'),(10047,'2005-07-31 19:07:43',4195,244,'2005-08-07 00:20:43',2,'2006-02-15 21:30:53'),(10048,'2005-07-31 19:08:56',3821,267,'2005-08-05 20:15:56',2,'2006-02-15 21:30:53'),(10049,'2005-07-31 19:11:11',854,457,'2005-08-03 22:15:11',1,'2006-02-15 21:30:53'),(10050,'2005-07-31 19:13:29',295,230,'2005-08-06 15:44:29',1,'2006-02-15 21:30:53'),(10051,'2005-07-31 19:14:20',163,74,'2005-08-05 19:45:20',1,'2006-02-15 21:30:53'),(10052,'2005-07-31 19:15:13',3307,39,'2005-08-07 22:47:13',2,'2006-02-15 21:30:53'),(10053,'2005-07-31 19:15:39',4102,223,'2005-08-07 22:32:39',1,'2006-02-15 21:30:53'),(10054,'2005-07-31 19:15:52',2303,598,'2005-08-04 19:54:52',1,'2006-02-15 21:30:53'),(10055,'2005-07-31 19:15:58',2725,336,'2005-08-05 20:23:58',1,'2006-02-15 21:30:53'),(10056,'2005-07-31 19:19:13',281,237,'2005-08-01 16:09:13',2,'2006-02-15 21:30:53'),(10057,'2005-07-31 19:20:18',3485,230,'2005-08-08 17:59:18',2,'2006-02-15 21:30:53'),(10058,'2005-07-31 19:20:21',758,237,'2005-08-04 00:41:21',2,'2006-02-15 21:30:53'),(10059,'2005-07-31 19:20:49',2020,274,'2005-08-03 14:39:49',1,'2006-02-15 21:30:53'),(10060,'2005-07-31 19:23:00',1979,42,'2005-08-08 19:07:00',1,'2006-02-15 21:30:53'),(10061,'2005-07-31 19:23:25',1401,390,'2005-08-04 19:38:25',1,'2006-02-15 21:30:53'),(10062,'2005-07-31 19:24:55',1815,333,'2005-08-03 22:51:55',2,'2006-02-15 21:30:53'),(10063,'2005-07-31 19:25:13',3003,517,'2005-08-09 15:55:13',1,'2006-02-15 21:30:53'),(10064,'2005-07-31 19:27:02',3140,41,'2005-08-06 21:15:02',1,'2006-02-15 21:30:53'),(10065,'2005-07-31 19:27:34',1426,495,'2005-08-01 13:45:34',2,'2006-02-15 21:30:53'),(10066,'2005-07-31 19:30:01',4285,123,'2005-08-01 14:45:01',2,'2006-02-15 21:30:53'),(10067,'2005-07-31 19:37:58',1940,148,'2005-08-04 17:32:58',2,'2006-02-15 21:30:53'),(10068,'2005-07-31 19:39:38',4000,58,'2005-08-05 22:49:38',1,'2006-02-15 21:30:53'),(10069,'2005-07-31 19:43:18',2168,270,'2005-08-06 19:40:18',2,'2006-02-15 21:30:53'),(10070,'2005-07-31 19:46:29',1010,325,'2005-08-03 22:21:29',1,'2006-02-15 21:30:53'),(10071,'2005-07-31 19:49:35',2360,353,'2005-08-03 00:00:35',2,'2006-02-15 21:30:53'),(10072,'2005-07-31 19:50:37',3963,520,'2005-08-03 00:25:37',2,'2006-02-15 21:30:53'),(10073,'2005-07-31 19:53:15',4246,584,'2005-08-05 23:12:15',2,'2006-02-15 21:30:53'),(10074,'2005-07-31 19:57:16',1268,69,'2005-08-04 00:54:16',1,'2006-02-15 21:30:53'),(10075,'2005-07-31 19:58:42',2037,469,'2005-08-08 19:49:42',1,'2006-02-15 21:30:53'),(10076,'2005-07-31 20:00:34',1117,555,'2005-08-10 00:37:34',2,'2006-02-15 21:30:53'),(10077,'2005-07-31 20:01:06',2333,19,'2005-08-09 16:07:06',1,'2006-02-15 21:30:53'),(10078,'2005-07-31 20:02:02',3198,151,'2005-08-04 00:45:02',1,'2006-02-15 21:30:53'),(10079,'2005-07-31 20:05:45',4541,486,'2005-08-04 16:25:45',2,'2006-02-15 21:30:53'),(10080,'2005-07-31 20:07:10',4355,62,'2005-08-04 23:07:10',2,'2006-02-15 21:30:53'),(10081,'2005-07-31 20:07:44',3183,443,'2005-08-06 20:04:44',1,'2006-02-15 21:30:53'),(10082,'2005-07-31 20:09:32',1275,76,'2005-08-01 15:41:32',2,'2006-02-15 21:30:53'),(10083,'2005-07-31 20:10:19',2585,449,'2005-08-06 23:18:19',1,'2006-02-15 21:30:53'),(10084,'2005-07-31 20:11:29',524,528,'2005-08-06 22:28:29',2,'2006-02-15 21:30:53'),(10085,'2005-07-31 20:12:02',2556,392,'2005-08-03 00:03:02',2,'2006-02-15 21:30:53'),(10086,'2005-07-31 20:14:08',2853,205,'2005-08-07 01:33:08',2,'2006-02-15 21:30:53'),(10087,'2005-07-31 20:15:22',1393,245,'2005-08-07 01:33:22',1,'2006-02-15 21:30:53'),(10088,'2005-07-31 20:16:21',4293,46,'2005-08-01 22:47:21',2,'2006-02-15 21:30:53'),(10089,'2005-07-31 20:17:09',248,160,'2005-08-01 19:14:09',2,'2006-02-15 21:30:53'),(10090,'2005-07-31 20:22:01',4023,533,'2005-08-04 17:30:01',1,'2006-02-15 21:30:53'),(10091,'2005-07-31 20:23:13',1878,135,'2005-08-02 21:58:13',2,'2006-02-15 21:30:53'),(10092,'2005-07-31 20:28:09',4151,364,'2005-08-01 21:37:09',1,'2006-02-15 21:30:53'),(10093,'2005-07-31 20:30:32',3943,162,'2005-08-04 00:04:32',2,'2006-02-15 21:30:53'),(10094,'2005-07-31 20:31:18',2865,596,'2005-08-06 18:31:18',2,'2006-02-15 21:30:53'),(10095,'2005-07-31 20:38:35',4062,370,'2005-08-02 02:33:35',1,'2006-02-15 21:30:53'),(10096,'2005-07-31 20:38:58',3606,290,'2005-08-06 02:34:58',1,'2006-02-15 21:30:53'),(10097,'2005-07-31 20:39:38',784,519,'2005-08-08 22:22:38',1,'2006-02-15 21:30:53'),(10098,'2005-07-31 20:41:17',1324,155,'2005-08-02 00:06:17',2,'2006-02-15 21:30:53'),(10099,'2005-07-31 20:47:14',1960,220,'2005-08-02 17:25:14',1,'2006-02-15 21:30:53'),(10100,'2005-07-31 20:47:18',4050,330,'2005-08-03 16:58:18',2,'2006-02-15 21:30:53'),(10101,'2005-07-31 20:47:29',2513,119,'2005-08-04 21:28:29',1,'2006-02-15 21:30:53'),(10102,'2005-07-31 20:49:10',4078,170,'2005-08-08 20:15:10',1,'2006-02-15 21:30:53'),(10103,'2005-07-31 20:49:13',77,25,'2005-08-05 15:55:13',2,'2006-02-15 21:30:53'),(10104,'2005-07-31 20:49:14',3358,186,'2005-08-05 01:11:14',2,'2006-02-15 21:30:53'),(10105,'2005-07-31 20:54:20',112,286,'2005-08-09 17:45:20',1,'2006-02-15 21:30:53'),(10106,'2005-07-31 21:00:47',3444,556,'2005-08-02 20:11:47',2,'2006-02-15 21:30:53'),(10107,'2005-07-31 21:01:46',1326,414,'2005-08-09 01:33:46',2,'2006-02-15 21:30:53'),(10108,'2005-07-31 21:02:14',3703,326,'2005-08-01 18:28:14',1,'2006-02-15 21:30:53'),(10109,'2005-07-31 21:04:49',2852,403,'2005-08-08 19:25:49',1,'2006-02-15 21:30:53'),(10110,'2005-07-31 21:06:12',4081,138,'2005-08-03 02:03:12',2,'2006-02-15 21:30:53'),(10111,'2005-07-31 21:08:33',3474,38,'2005-08-06 02:58:33',2,'2006-02-15 21:30:53'),(10112,'2005-07-31 21:08:56',2643,198,'2005-08-01 23:35:56',2,'2006-02-15 21:30:53'),(10113,'2005-07-31 21:10:03',3974,461,'2005-08-02 21:13:03',2,'2006-02-15 21:30:53'),(10114,'2005-07-31 21:12:58',3881,218,'2005-08-02 19:45:58',2,'2006-02-15 21:30:53'),(10115,'2005-07-31 21:13:47',2731,68,'2005-08-10 00:44:47',1,'2006-02-15 21:30:53'),(10116,'2005-07-31 21:14:02',738,28,'2005-08-03 01:48:02',2,'2006-02-15 21:30:53'),(10117,'2005-07-31 21:14:31',1894,459,'2005-08-01 15:59:31',2,'2006-02-15 21:30:53'),(10118,'2005-07-31 21:16:31',1209,143,'2005-08-03 02:32:31',1,'2006-02-15 21:30:53'),(10119,'2005-07-31 21:20:59',54,351,'2005-08-02 23:14:59',2,'2006-02-15 21:30:53'),(10120,'2005-07-31 21:24:24',1709,396,'2005-08-03 17:44:24',2,'2006-02-15 21:30:53'),(10121,'2005-07-31 21:24:53',2969,425,'2005-08-03 22:24:53',1,'2006-02-15 21:30:53'),(10122,'2005-07-31 21:29:28',4229,196,'2005-08-09 00:04:28',1,'2006-02-15 21:30:53'),(10123,'2005-07-31 21:30:46',4564,487,'2005-08-06 16:28:46',1,'2006-02-15 21:30:53'),(10124,'2005-07-31 21:31:49',1956,396,'2005-08-04 00:06:49',1,'2006-02-15 21:30:53'),(10125,'2005-07-31 21:33:03',493,178,'2005-08-01 19:10:03',1,'2006-02-15 21:30:53'),(10126,'2005-07-31 21:36:07',3,39,'2005-08-03 23:59:07',1,'2006-02-15 21:30:53'),(10127,'2005-07-31 21:39:48',717,478,'2005-08-06 00:10:48',1,'2006-02-15 21:30:53'),(10128,'2005-07-31 21:40:04',2559,508,'2005-08-02 02:21:04',1,'2006-02-15 21:30:53'),(10129,'2005-07-31 21:41:35',2848,564,'2005-08-05 17:05:35',1,'2006-02-15 21:30:53'),(10130,'2005-07-31 21:44:30',3964,95,'2005-08-04 17:06:30',1,'2006-02-15 21:30:53'),(10131,'2005-07-31 21:45:28',4169,510,'2005-08-04 00:19:28',2,'2006-02-15 21:30:53'),(10132,'2005-07-31 21:50:24',3934,23,'2005-08-07 23:37:24',2,'2006-02-15 21:30:53'),(10133,'2005-07-31 21:55:07',614,234,'2005-08-08 23:04:07',1,'2006-02-15 21:30:53'),(10134,'2005-07-31 21:56:10',4483,311,'2005-08-06 21:20:10',1,'2006-02-15 21:30:53'),(10135,'2005-07-31 21:57:32',4193,307,'2005-08-05 22:23:32',1,'2006-02-15 21:30:53'),(10136,'2005-07-31 21:58:56',3142,2,'2005-08-03 19:44:56',1,'2006-02-15 21:30:53'),(10137,'2005-07-31 22:01:41',612,236,'2005-08-07 22:24:41',1,'2006-02-15 21:30:53'),(10138,'2005-07-31 22:02:09',179,225,'2005-08-07 20:46:09',2,'2006-02-15 21:30:53'),(10139,'2005-07-31 22:02:20',407,441,'2005-08-04 02:09:20',1,'2006-02-15 21:30:53'),(10140,'2005-07-31 22:03:20',2494,550,'2005-08-07 23:15:20',2,'2006-02-15 21:30:53'),(10141,'2005-07-31 22:08:29',8,8,'2005-08-06 16:59:29',1,'2006-02-15 21:30:53'),(10142,'2005-07-31 22:10:54',1839,257,'2005-08-09 19:04:54',2,'2006-02-15 21:30:53'),(10143,'2005-07-31 22:11:43',2139,271,'2005-08-09 17:48:43',2,'2006-02-15 21:30:53'),(10144,'2005-07-31 22:13:52',3011,49,'2005-08-05 19:27:52',1,'2006-02-15 21:30:53'),(10145,'2005-07-31 22:15:13',2511,361,'2005-08-06 23:26:13',1,'2006-02-15 21:30:53'),(10146,'2005-07-31 22:17:56',1721,559,'2005-08-02 21:27:56',1,'2006-02-15 21:30:53'),(10147,'2005-07-31 22:18:43',1351,198,'2005-08-02 23:08:43',2,'2006-02-15 21:30:53'),(10148,'2005-07-31 22:19:16',1381,63,'2005-08-05 00:15:16',2,'2006-02-15 21:30:53'),(10149,'2005-07-31 22:20:46',890,276,'2005-08-07 23:12:46',2,'2006-02-15 21:30:53'),(10150,'2005-07-31 22:22:00',2328,419,'2005-08-05 01:17:00',2,'2006-02-15 21:30:53'),(10151,'2005-07-31 22:22:37',4442,361,'2005-08-01 22:20:37',1,'2006-02-15 21:30:53'),(10152,'2005-07-31 22:28:05',1114,244,'2005-08-08 22:39:05',2,'2006-02-15 21:30:53'),(10153,'2005-07-31 22:30:10',2945,297,'2005-08-06 02:32:10',2,'2006-02-15 21:30:53'),(10154,'2005-07-31 22:30:49',2745,149,'2005-08-07 03:05:49',2,'2006-02-15 21:30:53'),(10155,'2005-07-31 22:31:43',3176,235,'2005-08-07 02:43:43',1,'2006-02-15 21:30:53'),(10156,'2005-07-31 22:36:00',141,179,'2005-08-02 00:03:00',2,'2006-02-15 21:30:53'),(10157,'2005-07-31 22:38:48',2960,232,'2005-08-01 21:38:48',1,'2006-02-15 21:30:53'),(10158,'2005-07-31 22:40:31',1626,393,'2005-08-08 18:25:31',2,'2006-02-15 21:30:53'),(10159,'2005-07-31 22:54:30',1174,515,'2005-08-03 00:43:30',2,'2006-02-15 21:30:53'),(10160,'2005-07-31 23:07:40',863,295,'2005-08-05 23:34:40',1,'2006-02-15 21:30:53'),(10161,'2005-07-31 23:09:41',2651,120,'2005-08-02 20:46:41',2,'2006-02-15 21:30:53'),(10162,'2005-07-31 23:11:01',1327,475,'2005-08-07 01:52:01',2,'2006-02-15 21:30:53'),(10163,'2005-07-31 23:12:34',2811,425,'2005-08-01 22:47:34',2,'2006-02-15 21:30:53'),(10164,'2005-07-31 23:17:57',1405,89,'2005-08-05 19:43:57',1,'2006-02-15 21:30:53'),(10165,'2005-07-31 23:21:23',3476,50,'2005-08-06 18:06:23',1,'2006-02-15 21:30:53'),(10166,'2005-07-31 23:22:20',4304,484,'2005-08-07 18:06:20',2,'2006-02-15 21:30:53'),(10167,'2005-07-31 23:24:31',1222,129,'2005-08-06 17:42:31',2,'2006-02-15 21:30:53'),(10168,'2005-07-31 23:25:24',4548,570,'2005-08-02 19:03:24',1,'2006-02-15 21:30:53'),(10169,'2005-07-31 23:27:13',2675,57,'2005-08-05 20:32:13',2,'2006-02-15 21:30:53'),(10170,'2005-07-31 23:27:31',804,41,'2005-08-08 04:53:31',2,'2006-02-15 21:30:53'),(10171,'2005-07-31 23:29:05',1367,401,'2005-08-03 19:39:05',1,'2006-02-15 21:30:53'),(10172,'2005-07-31 23:29:51',2506,426,'2005-08-09 01:57:51',1,'2006-02-15 21:30:53'),(10173,'2005-07-31 23:36:59',2527,326,'2005-08-08 20:20:59',2,'2006-02-15 21:30:53'),(10174,'2005-07-31 23:40:08',2459,359,'2005-08-06 21:08:08',2,'2006-02-15 21:30:53'),(10175,'2005-07-31 23:40:11',3672,137,'2005-08-09 02:22:11',1,'2006-02-15 21:30:53'),(10176,'2005-07-31 23:40:35',1181,19,'2005-08-09 00:46:35',2,'2006-02-15 21:30:53'),(10177,'2005-07-31 23:42:33',2242,279,'2005-08-03 01:30:33',2,'2006-02-15 21:30:53'),(10178,'2005-07-31 23:43:04',1582,491,'2005-08-03 00:43:04',1,'2006-02-15 21:30:53'),(10179,'2005-07-31 23:49:54',2136,131,'2005-08-01 20:46:54',2,'2006-02-15 21:30:53'),(10180,'2005-07-31 23:57:43',757,50,'2005-08-09 04:04:43',2,'2006-02-15 21:30:53'),(10181,'2005-08-01 00:00:44',3111,113,'2005-08-04 19:33:44',1,'2006-02-15 21:30:53'),(10182,'2005-08-01 00:08:01',4112,578,'2005-08-09 18:14:01',2,'2006-02-15 21:30:53'),(10183,'2005-08-01 00:08:01',4319,377,'2005-08-09 20:41:01',1,'2006-02-15 21:30:53'),(10184,'2005-08-01 00:09:33',2785,77,'2005-08-05 04:12:33',2,'2006-02-15 21:30:53'),(10185,'2005-08-01 00:12:11',1266,64,'2005-08-03 03:03:11',1,'2006-02-15 21:30:53'),(10186,'2005-08-01 00:12:36',4563,294,'2005-08-07 05:08:36',1,'2006-02-15 21:30:53'),(10187,'2005-08-01 00:15:49',1629,400,'2005-08-05 01:00:49',2,'2006-02-15 21:30:53'),(10188,'2005-08-01 00:19:41',1221,331,'2005-08-08 00:19:41',2,'2006-02-15 21:30:53'),(10189,'2005-08-01 00:25:00',616,509,'2005-08-03 06:01:00',2,'2006-02-15 21:30:53'),(10190,'2005-08-01 00:27:53',4411,138,'2005-08-01 20:32:53',2,'2006-02-15 21:30:53'),(10191,'2005-08-01 00:28:38',1131,196,'2005-08-06 02:23:38',1,'2006-02-15 21:30:53'),(10192,'2005-08-01 00:33:00',1632,569,'2005-08-05 03:37:00',2,'2006-02-15 21:30:53'),(10193,'2005-08-01 00:33:27',2036,358,'2005-08-07 20:15:27',1,'2006-02-15 21:30:53'),(10194,'2005-08-01 00:33:52',1447,290,'2005-08-06 04:50:52',2,'2006-02-15 21:30:53'),(10195,'2005-08-01 00:34:42',2691,396,'2005-08-08 05:04:42',2,'2006-02-15 21:30:53'),(10196,'2005-08-01 00:34:51',3070,199,'2005-08-05 03:43:51',1,'2006-02-15 21:30:53'),(10197,'2005-08-01 00:35:25',1186,127,'2005-08-07 06:04:25',2,'2006-02-15 21:30:53'),(10198,'2005-08-01 00:36:15',1297,366,'2005-08-07 06:18:15',2,'2006-02-15 21:30:53'),(10199,'2005-08-01 00:38:55',3665,526,'2005-08-05 03:41:55',1,'2006-02-15 21:30:53'),(10200,'2005-08-01 00:39:05',580,421,'2005-08-05 01:07:05',1,'2006-02-15 21:30:53'),(10201,'2005-08-01 00:42:18',3649,299,'2005-08-08 20:49:18',2,'2006-02-15 21:30:53'),(10202,'2005-08-01 00:43:18',1099,306,'2005-08-08 23:26:18',1,'2006-02-15 21:30:53'),(10203,'2005-08-01 00:45:27',1096,157,'2005-08-04 22:45:27',2,'2006-02-15 21:30:53'),(10204,'2005-08-01 00:47:39',764,572,'2005-08-05 01:11:39',1,'2006-02-15 21:30:53'),(10205,'2005-08-01 00:48:24',33,87,'2005-08-06 23:53:24',1,'2006-02-15 21:30:53'),(10206,'2005-08-01 00:52:40',4479,90,'2005-08-10 02:36:40',2,'2006-02-15 21:30:53'),(10207,'2005-08-01 00:53:01',2925,334,'2005-08-05 05:51:01',2,'2006-02-15 21:30:53'),(10208,'2005-08-01 00:54:51',3324,246,'2005-08-04 22:39:51',2,'2006-02-15 21:30:53'),(10209,'2005-08-01 00:56:47',2429,303,'2005-08-03 19:58:47',2,'2006-02-15 21:30:53'),(10210,'2005-08-01 00:58:52',49,391,'2005-08-10 01:16:52',1,'2006-02-15 21:30:53'),(10211,'2005-08-01 01:01:16',810,530,'2005-08-10 01:31:16',1,'2006-02-15 21:30:53'),(10212,'2005-08-01 01:01:35',3728,324,'2005-08-02 23:02:35',1,'2006-02-15 21:30:53'),(10213,'2005-08-01 01:03:18',1462,106,'2005-08-09 20:07:18',1,'2006-02-15 21:30:53'),(10214,'2005-08-01 01:04:15',648,597,'2005-08-01 19:31:15',2,'2006-02-15 21:30:53'),(10215,'2005-08-01 01:04:28',838,345,'2005-08-09 21:43:28',2,'2006-02-15 21:30:53'),(10216,'2005-08-01 01:06:27',3603,436,'2005-08-08 22:41:27',2,'2006-02-15 21:30:53'),(10217,'2005-08-01 01:07:27',1193,389,'2005-08-09 00:42:27',1,'2006-02-15 21:30:53'),(10218,'2005-08-01 01:09:44',3886,101,'2005-08-05 20:08:44',1,'2006-02-15 21:30:53'),(10219,'2005-08-01 01:10:33',2262,505,'2005-08-10 02:45:33',2,'2006-02-15 21:30:53'),(10220,'2005-08-01 01:13:22',3920,294,'2005-08-04 22:57:22',2,'2006-02-15 21:30:53'),(10221,'2005-08-01 01:16:50',3051,373,'2005-08-03 05:35:50',2,'2006-02-15 21:30:53'),(10222,'2005-08-01 01:17:42',1214,295,'2005-08-08 02:45:42',1,'2006-02-15 21:30:53'),(10223,'2005-08-01 01:23:15',1370,522,'2005-08-02 19:39:15',1,'2006-02-15 21:30:53'),(10224,'2005-08-01 01:31:56',1443,587,'2005-08-05 21:21:56',2,'2006-02-15 21:30:53'),(10225,'2005-08-01 01:38:40',3131,498,'2005-08-06 20:00:40',1,'2006-02-15 21:30:53'),(10226,'2005-08-01 01:40:04',3067,107,'2005-08-08 01:02:04',1,'2006-02-15 21:30:53'),(10227,'2005-08-01 01:42:22',872,571,'2005-08-09 23:45:22',2,'2006-02-15 21:30:53'),(10228,'2005-08-01 01:43:18',1742,106,'2005-08-06 22:10:18',2,'2006-02-15 21:30:53'),(10229,'2005-08-01 01:45:26',3459,175,'2005-08-10 06:21:26',1,'2006-02-15 21:30:53'),(10230,'2005-08-01 01:49:36',76,398,'2005-08-05 01:29:36',2,'2006-02-15 21:30:53'),(10231,'2005-08-01 01:50:49',1056,511,'2005-08-06 03:12:49',1,'2006-02-15 21:30:53'),(10232,'2005-08-01 01:50:55',586,512,'2005-08-03 04:12:55',1,'2006-02-15 21:30:53'),(10233,'2005-08-01 01:54:23',4571,459,'2005-08-10 00:23:23',2,'2006-02-15 21:30:53'),(10234,'2005-08-01 01:56:20',1641,207,'2005-08-09 01:51:20',2,'2006-02-15 21:30:53'),(10235,'2005-08-01 01:57:48',2850,30,'2005-08-10 07:38:48',2,'2006-02-15 21:30:53'),(10236,'2005-08-01 02:05:34',3754,470,'2005-08-01 23:40:34',1,'2006-02-15 21:30:53'),(10237,'2005-08-01 02:07:32',432,313,'2005-08-07 03:54:32',1,'2006-02-15 21:30:53'),(10238,'2005-08-01 02:08:05',561,192,'2005-08-02 01:52:05',1,'2006-02-15 21:30:53'),(10239,'2005-08-01 02:09:22',1232,467,'2005-08-04 01:35:22',2,'2006-02-15 21:30:53'),(10240,'2005-08-01 02:09:33',4494,109,'2005-08-07 02:22:33',2,'2006-02-15 21:30:53'),(10241,'2005-08-01 02:12:25',1526,161,'2005-08-08 00:37:25',1,'2006-02-15 21:30:53'),(10242,'2005-08-01 02:18:12',1825,342,'2005-08-02 22:32:12',2,'2006-02-15 21:30:53'),(10243,'2005-08-01 02:18:46',2236,132,'2005-08-06 21:45:46',1,'2006-02-15 21:30:53'),(10244,'2005-08-01 02:20:01',567,51,'2005-08-06 23:06:01',2,'2006-02-15 21:30:53'),(10245,'2005-08-01 02:24:09',2880,163,'2005-08-02 02:31:09',1,'2006-02-15 21:30:53'),(10246,'2005-08-01 02:29:50',3598,261,'2005-08-09 01:17:50',2,'2006-02-15 21:30:53'),(10247,'2005-08-01 02:34:06',4035,189,'2005-08-09 02:33:06',1,'2006-02-15 21:30:53'),(10248,'2005-08-01 02:35:28',2146,298,'2005-08-08 02:24:28',2,'2006-02-15 21:30:53'),(10249,'2005-08-01 02:35:39',135,437,'2005-08-06 06:50:39',1,'2006-02-15 21:30:53'),(10250,'2005-08-01 02:38:42',3706,116,'2005-08-07 03:59:42',2,'2006-02-15 21:30:53'),(10251,'2005-08-01 02:39:12',2986,39,'2005-08-06 03:51:12',1,'2006-02-15 21:30:53'),(10252,'2005-08-01 02:39:39',2380,86,'2005-08-10 00:40:39',2,'2006-02-15 21:30:53'),(10253,'2005-08-01 02:39:49',1406,101,'2005-08-08 04:28:49',2,'2006-02-15 21:30:53'),(10254,'2005-08-01 02:42:03',2238,416,'2005-08-05 23:31:03',1,'2006-02-15 21:30:53'),(10255,'2005-08-01 02:46:13',4558,459,'2005-08-03 05:54:13',1,'2006-02-15 21:30:53'),(10256,'2005-08-01 02:47:11',780,58,'2005-08-05 05:21:11',2,'2006-02-15 21:30:53'),(10257,'2005-08-01 02:49:43',2403,543,'2005-08-04 04:45:43',2,'2006-02-15 21:30:53'),(10258,'2005-08-01 02:51:09',2062,469,'2005-08-08 23:57:09',2,'2006-02-15 21:30:53'),(10259,'2005-08-01 02:52:05',1881,566,'2005-08-03 20:54:05',1,'2006-02-15 21:30:53'),(10260,'2005-08-01 02:58:07',2864,461,'2005-08-05 02:06:07',2,'2006-02-15 21:30:53'),(10261,'2005-08-01 02:58:27',2346,50,'2005-08-01 21:55:27',2,'2006-02-15 21:30:53'),(10262,'2005-08-01 03:01:26',3842,181,'2005-08-08 08:03:26',2,'2006-02-15 21:30:53'),(10263,'2005-08-01 03:02:48',2420,415,'2005-08-08 02:16:48',2,'2006-02-15 21:30:53'),(10264,'2005-08-01 03:03:12',1374,297,'2005-08-08 00:34:12',2,'2006-02-15 21:30:53'),(10265,'2005-08-01 03:05:04',3338,510,'2005-08-08 08:09:04',1,'2006-02-15 21:30:53'),(10266,'2005-08-01 03:05:59',476,49,'2005-08-06 06:23:59',1,'2006-02-15 21:30:53'),(10267,'2005-08-01 03:07:26',3883,72,'2005-08-07 22:49:26',1,'2006-02-15 21:30:53'),(10268,'2005-08-01 03:08:56',2755,138,'2005-08-08 02:41:56',1,'2006-02-15 21:30:53'),(10269,'2005-08-01 03:09:26',2537,39,'2005-08-02 00:01:26',1,'2006-02-15 21:30:53'),(10270,'2005-08-01 03:10:24',2025,168,'2005-08-07 03:04:24',2,'2006-02-15 21:30:53'),(10271,'2005-08-01 03:13:39',3692,6,'2005-08-07 23:40:39',1,'2006-02-15 21:30:53'),(10272,'2005-08-01 03:14:34',128,273,'2005-08-10 05:56:34',2,'2006-02-15 21:30:53'),(10273,'2005-08-01 03:14:47',1458,212,'2005-08-07 03:59:47',1,'2006-02-15 21:30:53'),(10274,'2005-08-01 03:16:51',2916,375,'2005-08-04 22:22:51',2,'2006-02-15 21:30:53'),(10275,'2005-08-01 03:20:08',669,463,'2005-08-08 06:48:08',1,'2006-02-15 21:30:53'),(10276,'2005-08-01 03:22:23',2201,48,'2005-08-03 07:59:23',1,'2006-02-15 21:30:53'),(10277,'2005-08-01 03:22:41',1472,176,'2005-08-05 05:07:41',1,'2006-02-15 21:30:53'),(10278,'2005-08-01 03:25:27',2497,154,'2005-08-08 07:52:27',1,'2006-02-15 21:30:53'),(10279,'2005-08-01 03:26:44',3794,247,'2005-08-07 22:35:44',2,'2006-02-15 21:30:53'),(10280,'2005-08-01 03:27:15',1457,542,'2005-08-07 23:01:15',2,'2006-02-15 21:30:53'),(10281,'2005-08-01 03:28:33',1047,549,'2005-08-02 05:06:33',1,'2006-02-15 21:30:53'),(10282,'2005-08-01 03:29:10',617,472,'2005-08-07 06:16:10',1,'2006-02-15 21:30:53'),(10283,'2005-08-01 03:29:45',4237,462,'2005-08-07 04:19:45',1,'2006-02-15 21:30:53'),(10284,'2005-08-01 03:33:19',2879,20,'2005-08-09 07:58:19',1,'2006-02-15 21:30:53'),(10285,'2005-08-01 03:35:11',4523,167,'2005-08-05 03:55:11',2,'2006-02-15 21:30:53'),(10286,'2005-08-01 03:35:58',498,532,'2005-08-10 05:17:58',2,'2006-02-15 21:30:53'),(10287,'2005-08-01 03:37:01',125,141,'2005-08-05 23:03:01',2,'2006-02-15 21:30:53'),(10288,'2005-08-01 03:38:42',572,63,'2005-08-06 04:34:42',1,'2006-02-15 21:30:53'),(10289,'2005-08-01 03:39:48',3153,566,'2005-08-08 02:56:48',1,'2006-02-15 21:30:53'),(10290,'2005-08-01 03:39:50',4542,364,'2005-08-08 22:29:50',2,'2006-02-15 21:30:53'),(10291,'2005-08-01 03:39:57',2056,420,'2005-08-05 02:05:57',2,'2006-02-15 21:30:53'),(10292,'2005-08-01 03:42:40',2562,340,'2005-08-01 23:36:40',2,'2006-02-15 21:30:53'),(10293,'2005-08-01 03:44:26',1570,258,'2005-08-05 04:16:26',2,'2006-02-15 21:30:53'),(10294,'2005-08-01 03:48:12',528,28,'2005-08-09 01:19:12',2,'2006-02-15 21:30:53'),(10295,'2005-08-01 03:53:49',2355,123,'2005-08-10 03:56:49',1,'2006-02-15 21:30:53'),(10296,'2005-08-01 04:04:37',1958,573,'2005-08-01 23:59:37',1,'2006-02-15 21:30:53'),(10297,'2005-08-01 04:05:04',2795,289,'2005-08-09 06:08:04',1,'2006-02-15 21:30:53'),(10298,'2005-08-01 04:06:03',1383,323,'2005-08-05 05:59:03',2,'2006-02-15 21:30:53'),(10299,'2005-08-01 04:08:04',1125,369,'2005-08-04 08:11:04',1,'2006-02-15 21:30:53'),(10300,'2005-08-01 04:08:11',4334,207,'2005-08-04 00:24:11',1,'2006-02-15 21:30:53'),(10301,'2005-08-01 04:09:37',3072,583,'2005-08-04 23:14:37',2,'2006-02-15 21:30:53'),(10302,'2005-08-01 04:12:08',1043,144,'2005-08-01 22:12:08',2,'2006-02-15 21:30:53'),(10303,'2005-08-01 04:13:33',936,479,'2005-08-06 02:16:33',2,'2006-02-15 21:30:53'),(10304,'2005-08-01 04:14:12',1538,346,'2005-08-07 22:38:12',1,'2006-02-15 21:30:53'),(10305,'2005-08-01 04:16:16',2946,160,'2005-08-07 23:47:16',1,'2006-02-15 21:30:53'),(10306,'2005-08-01 04:19:18',2819,541,'2005-08-09 02:16:18',1,'2006-02-15 21:30:53'),(10307,'2005-08-01 04:21:54',975,332,'2005-08-04 09:24:54',2,'2006-02-15 21:30:53'),(10308,'2005-08-01 04:22:49',588,240,'2005-08-09 04:39:49',2,'2006-02-15 21:30:53'),(10309,'2005-08-01 04:24:18',1505,156,'2005-08-09 08:32:18',2,'2006-02-15 21:30:53'),(10310,'2005-08-01 04:24:47',9,271,'2005-08-04 05:36:47',2,'2006-02-15 21:30:53'),(10311,'2005-08-01 04:27:59',4211,151,'2005-08-02 08:51:59',1,'2006-02-15 21:30:53'),(10312,'2005-08-01 04:29:06',4389,172,'2005-08-08 04:52:06',2,'2006-02-15 21:30:53'),(10313,'2005-08-01 04:29:29',1194,80,'2005-08-04 08:12:29',2,'2006-02-15 21:30:53'),(10314,'2005-08-01 04:31:18',1548,252,'2005-08-06 01:49:18',2,'2006-02-15 21:30:53'),(10315,'2005-08-01 04:34:45',895,258,'2005-08-07 05:27:45',1,'2006-02-15 21:30:53'),(10316,'2005-08-01 04:34:57',1907,469,'2005-08-06 02:34:57',2,'2006-02-15 21:30:53'),(10317,'2005-08-01 04:35:34',110,561,'2005-08-06 02:27:34',2,'2006-02-15 21:30:53'),(10318,'2005-08-01 04:36:53',885,548,'2005-08-04 00:54:53',1,'2006-02-15 21:30:53'),(10319,'2005-08-01 04:37:19',3120,394,'2005-08-05 03:18:19',2,'2006-02-15 21:30:53'),(10320,'2005-08-01 04:39:26',2298,152,'2005-08-08 06:01:26',1,'2006-02-15 21:30:53'),(10321,'2005-08-01 04:40:02',4512,177,'2005-08-03 04:18:02',1,'2006-02-15 21:30:53'),(10322,'2005-08-01 04:44:13',1543,535,'2005-08-08 00:20:13',2,'2006-02-15 21:30:53'),(10323,'2005-08-01 04:44:58',3539,577,'2005-08-06 07:56:58',1,'2006-02-15 21:30:53'),(10324,'2005-08-01 04:49:06',523,25,'2005-08-09 08:04:06',2,'2006-02-15 21:30:53'),(10325,'2005-08-01 04:52:12',2749,258,'2005-08-08 09:31:12',1,'2006-02-15 21:30:53'),(10326,'2005-08-01 04:55:34',3856,325,'2005-08-02 05:18:34',1,'2006-02-15 21:30:53'),(10327,'2005-08-01 04:55:35',328,382,'2005-08-07 08:17:35',2,'2006-02-15 21:30:53'),(10328,'2005-08-01 04:56:10',1191,85,'2005-08-01 23:22:10',2,'2006-02-15 21:30:53'),(10329,'2005-08-01 04:56:13',2289,302,'2005-08-03 03:54:13',1,'2006-02-15 21:30:53'),(10330,'2005-08-01 04:57:04',1580,7,'2005-08-07 23:00:04',2,'2006-02-15 21:30:53'),(10331,'2005-08-01 04:57:14',4152,575,'2005-08-07 06:46:14',1,'2006-02-15 21:30:53'),(10332,'2005-08-01 04:57:32',642,258,'2005-08-10 02:42:32',2,'2006-02-15 21:30:53'),(10333,'2005-08-01 04:58:32',3955,499,'2005-08-04 00:51:32',2,'2006-02-15 21:30:53'),(10334,'2005-08-01 04:58:42',3387,445,'2005-08-09 02:00:42',1,'2006-02-15 21:30:53'),(10335,'2005-08-01 04:59:30',323,33,'2005-08-05 02:26:30',1,'2006-02-15 21:30:53'),(10336,'2005-08-01 04:59:53',1091,370,'2005-08-03 08:05:53',2,'2006-02-15 21:30:53'),(10337,'2005-08-01 05:01:46',307,451,'2005-08-10 02:41:46',1,'2006-02-15 21:30:53'),(10338,'2005-08-01 05:03:03',1295,339,'2005-08-09 05:13:03',2,'2006-02-15 21:30:53'),(10339,'2005-08-01 05:05:50',615,363,'2005-08-10 07:15:50',2,'2006-02-15 21:30:53'),(10340,'2005-08-01 05:07:03',3608,568,'2005-08-06 01:03:03',1,'2006-02-15 21:30:53'),(10341,'2005-08-01 05:10:02',3304,445,'2005-08-07 11:01:02',1,'2006-02-15 21:30:53'),(10342,'2005-08-01 05:11:11',332,140,'2005-08-10 00:27:11',1,'2006-02-15 21:30:53'),(10343,'2005-08-01 05:15:47',2627,267,'2005-08-02 04:48:47',2,'2006-02-15 21:30:53'),(10344,'2005-08-01 05:18:23',3673,367,'2005-08-06 05:20:23',1,'2006-02-15 21:30:53'),(10345,'2005-08-01 05:18:56',3985,42,'2005-08-04 01:34:56',2,'2006-02-15 21:30:53'),(10346,'2005-08-01 05:19:23',4192,476,'2005-08-06 01:00:23',1,'2006-02-15 21:30:53'),(10347,'2005-08-01 05:20:03',953,574,'2005-08-04 10:03:03',1,'2006-02-15 21:30:53'),(10348,'2005-08-01 05:23:00',2076,14,'2005-08-04 01:12:00',2,'2006-02-15 21:30:53'),(10349,'2005-08-01 05:27:13',114,295,'2005-08-08 10:15:13',1,'2006-02-15 21:30:53'),(10350,'2005-08-01 05:30:05',2067,78,'2005-08-05 09:59:05',1,'2006-02-15 21:30:53'),(10351,'2005-08-01 05:32:13',3725,173,'2005-08-08 09:48:13',1,'2006-02-15 21:30:53'),(10352,'2005-08-01 05:44:36',1288,564,'2005-08-05 07:15:36',2,'2006-02-15 21:30:53'),(10353,'2005-08-01 05:46:33',1446,535,'2005-08-08 09:14:33',1,'2006-02-15 21:30:53'),(10354,'2005-08-01 05:47:10',1680,416,'2005-08-06 09:04:10',1,'2006-02-15 21:30:53'),(10355,'2005-08-01 05:47:37',2158,161,'2005-08-02 09:28:37',2,'2006-02-15 21:30:53'),(10356,'2005-08-01 05:49:17',313,56,'2005-08-10 05:57:17',1,'2006-02-15 21:30:53'),(10357,'2005-08-01 05:49:49',3102,475,'2005-08-04 02:34:49',2,'2006-02-15 21:30:53'),(10358,'2005-08-01 05:50:07',3039,517,'2005-08-03 08:18:07',1,'2006-02-15 21:30:53'),(10359,'2005-08-01 05:52:21',259,369,'2005-08-06 05:52:21',2,'2006-02-15 21:30:53'),(10360,'2005-08-01 05:52:53',1129,443,'2005-08-05 10:55:53',1,'2006-02-15 21:30:53'),(10361,'2005-08-01 05:53:49',318,529,'2005-08-10 00:42:49',2,'2006-02-15 21:30:53'),(10362,'2005-08-01 05:55:13',72,181,'2005-08-10 10:23:13',2,'2006-02-15 21:30:53'),(10363,'2005-08-01 06:01:52',320,174,'2005-08-05 03:56:52',1,'2006-02-15 21:30:53'),(10364,'2005-08-01 06:06:49',1842,317,'2005-08-09 06:05:49',2,'2006-02-15 21:30:53'),(10365,'2005-08-01 06:08:44',4032,442,'2005-08-06 02:07:44',1,'2006-02-15 21:30:53'),(10366,'2005-08-01 06:09:37',2654,119,'2005-08-05 03:19:37',1,'2006-02-15 21:30:53'),(10367,'2005-08-01 06:12:19',3408,242,'2005-08-04 12:11:19',2,'2006-02-15 21:30:53'),(10368,'2005-08-01 06:13:38',3535,593,'2005-08-08 04:40:38',2,'2006-02-15 21:30:53'),(10369,'2005-08-01 06:13:44',2534,424,'2005-08-07 09:46:44',1,'2006-02-15 21:30:53'),(10370,'2005-08-01 06:18:04',4358,546,'2005-08-05 01:41:04',2,'2006-02-15 21:30:53'),(10371,'2005-08-01 06:20:29',923,327,'2005-08-04 00:31:29',2,'2006-02-15 21:30:53'),(10372,'2005-08-01 06:23:48',635,419,'2005-08-06 03:47:48',1,'2006-02-15 21:30:53'),(10373,'2005-08-01 06:24:26',1754,588,'2005-08-02 12:07:26',1,'2006-02-15 21:30:53'),(10374,'2005-08-01 06:25:27',4351,307,'2005-08-07 05:44:27',2,'2006-02-15 21:30:53'),(10375,'2005-08-01 06:26:22',857,202,'2005-08-06 02:51:22',2,'2006-02-15 21:30:53'),(10376,'2005-08-01 06:27:13',4194,474,'2005-08-07 06:11:13',2,'2006-02-15 21:30:53'),(10377,'2005-08-01 06:28:28',2401,559,'2005-08-10 05:45:28',2,'2006-02-15 21:30:53'),(10378,'2005-08-01 06:30:04',4110,113,'2005-08-06 09:10:04',1,'2006-02-15 21:30:53'),(10379,'2005-08-01 06:34:29',3103,141,'2005-08-06 07:49:29',1,'2006-02-15 21:30:53'),(10380,'2005-08-01 06:34:36',2225,533,'2005-08-02 09:08:36',1,'2006-02-15 21:30:53'),(10381,'2005-08-01 06:36:37',522,412,'2005-08-05 11:17:37',1,'2006-02-15 21:30:53'),(10382,'2005-08-01 06:36:45',4455,242,'2005-08-02 06:06:45',1,'2006-02-15 21:30:53'),(10383,'2005-08-01 06:37:16',4166,592,'2005-08-03 07:36:16',2,'2006-02-15 21:30:53'),(10384,'2005-08-01 06:39:14',2622,366,'2005-08-02 03:06:14',1,'2006-02-15 21:30:53'),(10385,'2005-08-01 06:39:55',778,179,'2005-08-06 02:16:55',1,'2006-02-15 21:30:53'),(10386,'2005-08-01 06:42:20',1568,26,'2005-08-07 06:12:20',2,'2006-02-15 21:30:53'),(10387,'2005-08-01 06:42:31',1651,87,'2005-08-08 07:44:31',1,'2006-02-15 21:30:53'),(10388,'2005-08-01 06:42:44',3180,99,'2005-08-09 11:43:44',2,'2006-02-15 21:30:53'),(10389,'2005-08-01 06:46:43',3534,346,'2005-08-08 07:07:43',2,'2006-02-15 21:30:53'),(10390,'2005-08-01 06:46:48',1489,502,'2005-08-09 02:55:48',2,'2006-02-15 21:30:53'),(10391,'2005-08-01 06:49:05',2203,357,'2005-08-04 01:51:05',2,'2006-02-15 21:30:53'),(10392,'2005-08-01 06:50:26',3017,12,'2005-08-10 10:52:26',1,'2006-02-15 21:30:53'),(10393,'2005-08-01 06:52:50',808,258,'2005-08-05 08:45:50',1,'2006-02-15 21:30:53'),(10394,'2005-08-01 06:58:17',1655,128,'2005-08-05 02:09:17',1,'2006-02-15 21:30:53'),(10395,'2005-08-01 07:08:22',279,129,'2005-08-05 08:00:22',2,'2006-02-15 21:30:53'),(10396,'2005-08-01 07:08:46',2982,284,'2005-08-08 03:47:46',1,'2006-02-15 21:30:53'),(10397,'2005-08-01 07:11:27',4168,504,'2005-08-03 07:51:27',1,'2006-02-15 21:30:53'),(10398,'2005-08-01 07:11:49',4306,174,'2005-08-04 05:54:49',1,'2006-02-15 21:30:53'),(10399,'2005-08-01 07:13:39',2515,204,'2005-08-10 06:56:39',1,'2006-02-15 21:30:53'),(10400,'2005-08-01 07:18:24',3897,132,'2005-08-10 08:38:24',1,'2006-02-15 21:30:53'),(10401,'2005-08-01 07:27:09',1560,564,'2005-08-02 01:38:09',1,'2006-02-15 21:30:53'),(10402,'2005-08-01 07:27:19',274,410,'2005-08-04 12:30:19',1,'2006-02-15 21:30:53'),(10403,'2005-08-01 07:30:45',1968,494,'2005-08-03 03:03:45',2,'2006-02-15 21:30:53'),(10404,'2005-08-01 07:31:25',2580,253,'2005-08-07 09:23:25',1,'2006-02-15 21:30:53'),(10405,'2005-08-01 07:35:25',3641,463,'2005-08-05 05:38:25',2,'2006-02-15 21:30:53'),(10406,'2005-08-01 07:37:05',2614,391,'2005-08-02 06:11:05',1,'2006-02-15 21:30:53'),(10407,'2005-08-01 07:38:07',543,101,'2005-08-02 05:38:07',2,'2006-02-15 21:30:53'),(10408,'2005-08-01 07:42:10',4144,334,'2005-08-09 02:29:10',2,'2006-02-15 21:30:53'),(10409,'2005-08-01 07:49:15',2804,449,'2005-08-02 13:42:15',2,'2006-02-15 21:30:53'),(10410,'2005-08-01 07:53:29',3901,247,'2005-08-10 08:56:29',1,'2006-02-15 21:30:53'),(10411,'2005-08-01 07:56:32',1946,522,'2005-08-10 04:58:32',2,'2006-02-15 21:30:53'),(10412,'2005-08-01 07:57:16',1555,325,'2005-08-04 11:44:16',2,'2006-02-15 21:30:53'),(10413,'2005-08-01 07:59:39',1018,376,'2005-08-08 03:55:39',1,'2006-02-15 21:30:53'),(10414,'2005-08-01 08:03:55',1271,361,'2005-08-04 08:44:55',2,'2006-02-15 21:30:53'),(10415,'2005-08-01 08:05:59',2597,591,'2005-08-04 13:46:59',1,'2006-02-15 21:30:53'),(10416,'2005-08-01 08:08:39',2629,449,'2005-08-10 09:26:39',2,'2006-02-15 21:30:53'),(10417,'2005-08-01 08:10:36',3675,427,'2005-08-02 03:42:36',2,'2006-02-15 21:30:53'),(10418,'2005-08-01 08:11:07',1692,248,'2005-08-04 11:12:07',2,'2006-02-15 21:30:53'),(10419,'2005-08-01 08:13:22',415,66,'2005-08-06 04:45:22',2,'2006-02-15 21:30:53'),(10420,'2005-08-01 08:13:53',3490,354,'2005-08-06 08:05:53',2,'2006-02-15 21:30:53'),(10421,'2005-08-01 08:14:10',925,262,'2005-08-03 05:56:10',2,'2006-02-15 21:30:53'),(10422,'2005-08-01 08:17:11',37,166,'2005-08-10 10:08:11',2,'2006-02-15 21:30:53'),(10423,'2005-08-01 08:19:53',739,7,'2005-08-08 10:25:53',1,'2006-02-15 21:30:53'),(10424,'2005-08-01 08:22:54',1921,88,'2005-08-06 13:44:54',1,'2006-02-15 21:30:53'),(10425,'2005-08-01 08:23:25',322,447,'2005-08-05 04:29:25',1,'2006-02-15 21:30:53'),(10426,'2005-08-01 08:26:08',1325,305,'2005-08-09 04:09:08',1,'2006-02-15 21:30:53'),(10427,'2005-08-01 08:30:11',2978,356,'2005-08-07 06:18:11',2,'2006-02-15 21:30:53'),(10428,'2005-08-01 08:30:11',4245,46,'2005-08-02 09:30:11',2,'2006-02-15 21:30:53'),(10429,'2005-08-01 08:34:18',3894,511,'2005-08-10 12:38:18',1,'2006-02-15 21:30:53'),(10430,'2005-08-01 08:37:06',1150,471,'2005-08-03 07:25:06',1,'2006-02-15 21:30:53'),(10431,'2005-08-01 08:41:54',1074,138,'2005-08-07 09:44:54',2,'2006-02-15 21:30:53'),(10432,'2005-08-01 08:43:21',4238,450,'2005-08-08 13:09:21',2,'2006-02-15 21:30:53'),(10433,'2005-08-01 08:45:56',1508,517,'2005-08-05 09:46:56',2,'2006-02-15 21:30:53'),(10434,'2005-08-01 08:47:00',4073,73,'2005-08-06 08:34:00',1,'2006-02-15 21:30:53'),(10435,'2005-08-01 08:50:51',1934,392,'2005-08-08 12:23:51',1,'2006-02-15 21:30:53'),(10436,'2005-08-01 08:50:59',4026,455,'2005-08-04 05:23:59',1,'2006-02-15 21:30:53'),(10437,'2005-08-01 08:51:04',14,1,'2005-08-10 12:12:04',1,'2006-02-15 21:30:53'),(10438,'2005-08-01 08:53:04',4217,316,'2005-08-09 06:39:04',2,'2006-02-15 21:30:53'),(10439,'2005-08-01 08:54:26',2711,332,'2005-08-08 14:04:26',1,'2006-02-15 21:30:53'),(10440,'2005-08-01 08:54:32',842,299,'2005-08-02 10:59:32',2,'2006-02-15 21:30:53'),(10441,'2005-08-01 08:55:56',4122,176,'2005-08-03 10:26:56',2,'2006-02-15 21:30:53'),(10442,'2005-08-01 08:58:08',4570,40,'2005-08-05 09:07:08',2,'2006-02-15 21:30:53'),(10443,'2005-08-01 09:01:04',1965,403,'2005-08-04 09:07:04',2,'2006-02-15 21:30:53'),(10444,'2005-08-01 09:01:40',3242,106,'2005-08-09 11:31:40',1,'2006-02-15 21:30:53'),(10445,'2005-08-01 09:02:15',3582,211,'2005-08-08 10:26:15',2,'2006-02-15 21:30:53'),(10446,'2005-08-01 09:02:17',2671,95,'2005-08-04 10:00:17',2,'2006-02-15 21:30:53'),(10447,'2005-08-01 09:04:58',1198,241,'2005-08-08 06:24:58',1,'2006-02-15 21:30:53'),(10448,'2005-08-01 09:09:31',2254,311,'2005-08-02 09:55:31',2,'2006-02-15 21:30:53'),(10449,'2005-08-01 09:09:59',1395,213,'2005-08-05 11:25:59',1,'2006-02-15 21:30:53'),(10450,'2005-08-01 09:10:03',234,380,'2005-08-08 12:34:03',1,'2006-02-15 21:30:53'),(10451,'2005-08-01 09:11:25',2435,9,'2005-08-03 12:37:25',2,'2006-02-15 21:30:53'),(10452,'2005-08-01 09:11:36',1973,442,'2005-08-04 13:28:36',2,'2006-02-15 21:30:53'),(10453,'2005-08-01 09:13:27',1531,188,'2005-08-08 11:34:27',2,'2006-02-15 21:30:53'),(10454,'2005-08-01 09:14:00',397,9,'2005-08-04 04:52:00',2,'2006-02-15 21:30:53'),(10455,'2005-08-01 09:15:00',4197,99,'2005-08-05 13:35:00',1,'2006-02-15 21:30:53'),(10456,'2005-08-01 09:17:21',4339,81,'2005-08-06 10:30:21',1,'2006-02-15 21:30:53'),(10457,'2005-08-01 09:17:34',3052,121,'2005-08-06 07:28:34',2,'2006-02-15 21:30:53'),(10458,'2005-08-01 09:19:48',1500,309,'2005-08-02 10:16:48',1,'2006-02-15 21:30:53'),(10459,'2005-08-01 09:20:09',201,131,'2005-08-03 11:36:09',1,'2006-02-15 21:30:53'),(10460,'2005-08-01 09:31:00',4504,197,'2005-08-09 09:28:00',1,'2006-02-15 21:30:53'),(10461,'2005-08-01 09:32:53',3212,270,'2005-08-09 10:19:53',1,'2006-02-15 21:30:53'),(10462,'2005-08-01 09:38:28',4526,193,'2005-08-02 09:52:28',2,'2006-02-15 21:30:53'),(10463,'2005-08-01 09:39:43',1301,291,'2005-08-10 03:42:43',1,'2006-02-15 21:30:53'),(10464,'2005-08-01 09:43:14',464,427,'2005-08-06 09:01:14',1,'2006-02-15 21:30:53'),(10465,'2005-08-01 09:45:25',4384,534,'2005-08-10 09:08:25',2,'2006-02-15 21:30:53'),(10466,'2005-08-01 09:45:26',138,2,'2005-08-06 06:28:26',1,'2006-02-15 21:30:53'),(10467,'2005-08-01 09:45:58',3773,412,'2005-08-09 10:17:58',2,'2006-02-15 21:30:53'),(10468,'2005-08-01 09:48:29',2115,129,'2005-08-05 09:58:29',2,'2006-02-15 21:30:53'),(10469,'2005-08-01 09:51:11',3054,466,'2005-08-05 06:53:11',2,'2006-02-15 21:30:53'),(10470,'2005-08-01 09:52:26',82,523,'2005-08-05 06:52:26',1,'2006-02-15 21:30:53'),(10471,'2005-08-01 09:52:37',1684,135,'2005-08-07 09:40:37',2,'2006-02-15 21:30:53'),(10472,'2005-08-01 09:54:41',506,405,'2005-08-04 13:31:41',1,'2006-02-15 21:30:53'),(10473,'2005-08-01 09:56:24',3034,329,'2005-08-10 12:36:24',2,'2006-02-15 21:30:53'),(10474,'2005-08-01 10:01:42',4482,488,'2005-08-08 12:32:42',1,'2006-02-15 21:30:53'),(10475,'2005-08-01 10:03:17',2931,115,'2005-08-10 15:50:17',2,'2006-02-15 21:30:53'),(10476,'2005-08-01 10:03:20',1993,263,'2005-08-10 06:52:20',1,'2006-02-15 21:30:53'),(10477,'2005-08-01 10:04:17',235,506,'2005-08-06 11:32:17',2,'2006-02-15 21:30:53'),(10478,'2005-08-01 10:09:06',3885,417,'2005-08-06 05:05:06',1,'2006-02-15 21:30:53'),(10479,'2005-08-01 10:11:25',4580,275,'2005-08-06 04:52:25',1,'2006-02-15 21:30:53'),(10480,'2005-08-01 10:13:41',553,560,'2005-08-03 10:27:41',1,'2006-02-15 21:30:53'),(10481,'2005-08-01 10:17:26',229,170,'2005-08-09 08:50:26',1,'2006-02-15 21:30:53'),(10482,'2005-08-01 10:17:47',48,358,'2005-08-02 15:04:47',2,'2006-02-15 21:30:53'),(10483,'2005-08-01 10:19:45',1521,129,'2005-08-04 09:29:45',1,'2006-02-15 21:30:53'),(10484,'2005-08-01 10:19:53',1908,400,'2005-08-03 05:36:53',1,'2006-02-15 21:30:53'),(10485,'2005-08-01 10:20:34',29,50,'2005-08-09 09:20:34',1,'2006-02-15 21:30:53'),(10486,'2005-08-01 10:23:43',2454,527,'2005-08-05 07:11:43',2,'2006-02-15 21:30:53'),(10487,'2005-08-01 10:26:34',1121,577,'2005-08-07 16:11:34',1,'2006-02-15 21:30:53'),(10488,'2005-08-01 10:27:27',297,423,'2005-08-02 11:05:27',2,'2006-02-15 21:30:53'),(10489,'2005-08-01 10:27:42',4067,54,'2005-08-07 12:56:42',1,'2006-02-15 21:30:53'),(10490,'2005-08-01 10:37:11',4365,329,'2005-08-03 10:01:11',2,'2006-02-15 21:30:53'),(10491,'2005-08-01 10:38:27',3091,24,'2005-08-04 04:55:27',2,'2006-02-15 21:30:53'),(10492,'2005-08-01 10:42:28',1669,334,'2005-08-02 07:05:28',1,'2006-02-15 21:30:53'),(10493,'2005-08-01 10:43:12',2375,285,'2005-08-07 08:13:12',2,'2006-02-15 21:30:53'),(10494,'2005-08-01 10:45:21',847,188,'2005-08-02 12:34:21',1,'2006-02-15 21:30:53'),(10495,'2005-08-01 10:45:51',2232,41,'2005-08-06 08:11:51',1,'2006-02-15 21:30:53'),(10496,'2005-08-01 10:53:16',411,525,'2005-08-08 10:34:16',2,'2006-02-15 21:30:53'),(10497,'2005-08-01 10:55:59',1060,499,'2005-08-07 11:15:59',1,'2006-02-15 21:30:53'),(10498,'2005-08-01 10:56:48',2672,355,'2005-08-03 15:46:48',2,'2006-02-15 21:30:53'),(10499,'2005-08-01 11:00:20',3293,459,'2005-08-10 11:52:20',2,'2006-02-15 21:30:53'),(10500,'2005-08-01 11:01:01',469,477,'2005-08-06 08:59:01',2,'2006-02-15 21:30:53'),(10501,'2005-08-01 11:04:46',1792,351,'2005-08-02 12:10:46',2,'2006-02-15 21:30:53'),(10502,'2005-08-01 11:06:39',3193,357,'2005-08-05 07:11:39',1,'2006-02-15 21:30:53'),(10503,'2005-08-01 11:07:44',1823,357,'2005-08-08 08:22:44',1,'2006-02-15 21:30:53'),(10504,'2005-08-01 11:10:55',3345,530,'2005-08-10 10:16:55',1,'2006-02-15 21:30:53'),(10505,'2005-08-01 11:13:59',2977,426,'2005-08-05 07:20:59',2,'2006-02-15 21:30:53'),(10506,'2005-08-01 11:16:05',1171,216,'2005-08-03 05:37:05',2,'2006-02-15 21:30:53'),(10507,'2005-08-01 11:22:20',367,45,'2005-08-04 13:18:20',2,'2006-02-15 21:30:53'),(10508,'2005-08-01 11:23:27',3890,431,'2005-08-02 10:17:27',1,'2006-02-15 21:30:53'),(10509,'2005-08-01 11:25:28',96,504,'2005-08-10 09:19:28',2,'2006-02-15 21:30:53'),(10510,'2005-08-01 11:28:30',410,259,'2005-08-07 11:37:30',1,'2006-02-15 21:30:53'),(10511,'2005-08-01 11:32:16',3874,487,'2005-08-04 09:38:16',1,'2006-02-15 21:30:53'),(10512,'2005-08-01 11:36:19',3294,438,'2005-08-09 06:52:19',2,'2006-02-15 21:30:53'),(10513,'2005-08-01 11:37:34',4057,105,'2005-08-02 17:15:34',2,'2006-02-15 21:30:53'),(10514,'2005-08-01 11:39:26',1512,7,'2005-08-03 07:53:26',2,'2006-02-15 21:30:53'),(10515,'2005-08-01 11:41:33',874,383,'2005-08-08 06:23:33',2,'2006-02-15 21:30:53'),(10516,'2005-08-01 11:41:55',3924,449,'2005-08-08 17:16:55',1,'2006-02-15 21:30:53'),(10517,'2005-08-01 11:41:57',2299,199,'2005-08-05 06:14:57',1,'2006-02-15 21:30:53'),(10518,'2005-08-01 11:44:08',4444,556,'2005-08-07 07:58:08',2,'2006-02-15 21:30:53'),(10519,'2005-08-01 11:44:13',1967,456,'2005-08-09 16:57:13',1,'2006-02-15 21:30:53'),(10520,'2005-08-01 11:45:58',4396,543,'2005-08-06 17:28:58',2,'2006-02-15 21:30:53'),(10521,'2005-08-01 11:46:17',662,346,'2005-08-05 11:06:17',2,'2006-02-15 21:30:53'),(10522,'2005-08-01 11:48:51',4159,254,'2005-08-05 12:40:51',1,'2006-02-15 21:30:53'),(10523,'2005-08-01 11:52:32',2408,34,'2005-08-02 10:47:32',1,'2006-02-15 21:30:53'),(10524,'2005-08-01 11:53:12',4116,38,'2005-08-08 10:40:12',2,'2006-02-15 21:30:53'),(10525,'2005-08-01 11:53:17',3811,36,'2005-08-07 07:24:17',1,'2006-02-15 21:30:53'),(10526,'2005-08-01 11:55:33',27,14,'2005-08-08 16:42:33',1,'2006-02-15 21:30:53'),(10527,'2005-08-01 11:55:54',4530,431,'2005-08-05 15:56:54',2,'2006-02-15 21:30:53'),(10528,'2005-08-01 11:56:22',4401,564,'2005-08-07 07:13:22',1,'2006-02-15 21:30:53'),(10529,'2005-08-01 12:00:02',851,444,'2005-08-08 16:18:02',1,'2006-02-15 21:30:53'),(10530,'2005-08-01 12:01:17',3216,520,'2005-08-06 09:55:17',2,'2006-02-15 21:30:53'),(10531,'2005-08-01 12:06:30',3846,459,'2005-08-04 10:23:30',2,'2006-02-15 21:30:53'),(10532,'2005-08-01 12:06:35',746,191,'2005-08-07 16:04:35',2,'2006-02-15 21:30:53'),(10533,'2005-08-01 12:14:16',1924,593,'2005-08-09 17:13:16',2,'2006-02-15 21:30:53'),(10534,'2005-08-01 12:15:11',4354,397,'2005-08-04 17:06:11',1,'2006-02-15 21:30:53'),(10535,'2005-08-01 12:21:13',1838,284,'2005-08-09 08:58:13',1,'2006-02-15 21:30:53'),(10536,'2005-08-01 12:21:53',1251,86,'2005-08-04 13:08:53',2,'2006-02-15 21:30:53'),(10537,'2005-08-01 12:22:28',2140,418,'2005-08-08 07:27:28',1,'2006-02-15 21:30:53'),(10538,'2005-08-01 12:22:41',686,37,'2005-08-02 10:31:41',2,'2006-02-15 21:30:53'),(10539,'2005-08-01 12:23:00',3341,232,'2005-08-07 10:25:00',2,'2006-02-15 21:30:53'),(10540,'2005-08-01 12:24:42',4121,84,'2005-08-03 08:39:42',2,'2006-02-15 21:30:53'),(10541,'2005-08-01 12:24:54',1413,234,'2005-08-03 16:18:54',1,'2006-02-15 21:30:53'),(10542,'2005-08-01 12:32:23',1102,465,'2005-08-08 16:26:23',1,'2006-02-15 21:30:53'),(10543,'2005-08-01 12:36:09',624,29,'2005-08-07 07:42:09',1,'2006-02-15 21:30:53'),(10544,'2005-08-01 12:36:21',3195,589,'2005-08-07 12:25:21',2,'2006-02-15 21:30:53'),(10545,'2005-08-01 12:37:46',4230,425,'2005-08-04 16:02:46',2,'2006-02-15 21:30:53'),(10546,'2005-08-01 12:44:17',1589,362,'2005-08-06 16:26:17',2,'2006-02-15 21:30:53'),(10547,'2005-08-01 12:44:17',1707,403,'2005-08-08 06:53:17',1,'2006-02-15 21:30:53'),(10548,'2005-08-01 12:44:32',1914,85,'2005-08-07 09:17:32',1,'2006-02-15 21:30:53'),(10549,'2005-08-01 12:46:39',3719,61,'2005-08-06 17:17:39',1,'2006-02-15 21:30:53'),(10550,'2005-08-01 12:46:52',1980,129,'2005-08-05 16:48:52',2,'2006-02-15 21:30:53'),(10551,'2005-08-01 12:48:55',2974,294,'2005-08-10 16:11:55',1,'2006-02-15 21:30:53'),(10552,'2005-08-01 12:49:44',4263,119,'2005-08-04 16:20:44',2,'2006-02-15 21:30:53'),(10553,'2005-08-01 12:54:06',2768,415,'2005-08-06 15:27:06',1,'2006-02-15 21:30:53'),(10554,'2005-08-01 12:56:19',3220,209,'2005-08-03 09:44:19',2,'2006-02-15 21:30:53'),(10555,'2005-08-01 12:56:38',377,487,'2005-08-10 18:19:38',1,'2006-02-15 21:30:53'),(10556,'2005-08-01 12:58:42',144,117,'2005-08-03 07:18:42',2,'2006-02-15 21:30:53'),(10557,'2005-08-01 12:59:24',240,385,'2005-08-04 17:08:24',2,'2006-02-15 21:30:53'),(10558,'2005-08-01 13:00:20',4399,117,'2005-08-05 16:31:20',1,'2006-02-15 21:30:53'),(10559,'2005-08-01 13:02:58',2861,174,'2005-08-09 10:03:58',2,'2006-02-15 21:30:53'),(10560,'2005-08-01 13:04:57',1534,427,'2005-08-05 18:25:57',2,'2006-02-15 21:30:53'),(10561,'2005-08-01 13:05:35',2195,8,'2005-08-04 08:34:35',2,'2006-02-15 21:30:53'),(10562,'2005-08-01 13:05:52',1947,178,'2005-08-02 17:05:52',1,'2006-02-15 21:30:53'),(10563,'2005-08-01 13:06:03',1885,214,'2005-08-09 08:39:03',2,'2006-02-15 21:30:53'),(10564,'2005-08-01 13:07:34',4469,387,'2005-08-06 15:14:34',2,'2006-02-15 21:30:53'),(10565,'2005-08-01 13:08:27',347,165,'2005-08-02 10:30:27',1,'2006-02-15 21:30:53'),(10566,'2005-08-01 13:12:11',3988,269,'2005-08-05 11:16:11',2,'2006-02-15 21:30:53'),(10567,'2005-08-01 13:16:01',2744,212,'2005-08-05 14:59:01',1,'2006-02-15 21:30:53'),(10568,'2005-08-01 13:17:28',3009,130,'2005-08-08 17:04:28',1,'2006-02-15 21:30:53'),(10569,'2005-08-01 13:18:23',611,179,'2005-08-10 13:33:23',1,'2006-02-15 21:30:53'),(10570,'2005-08-01 13:23:06',369,21,'2005-08-05 15:30:06',2,'2006-02-15 21:30:53'),(10571,'2005-08-01 13:25:30',3660,308,'2005-08-02 16:43:30',2,'2006-02-15 21:30:53'),(10572,'2005-08-01 13:26:53',1239,386,'2005-08-07 18:47:53',2,'2006-02-15 21:30:53'),(10573,'2005-08-01 13:27:24',4252,585,'2005-08-04 15:09:24',2,'2006-02-15 21:30:53'),(10574,'2005-08-01 13:36:51',679,287,'2005-08-10 13:25:51',2,'2006-02-15 21:30:53'),(10575,'2005-08-01 13:41:41',4447,251,'2005-08-08 11:30:41',1,'2006-02-15 21:30:53'),(10576,'2005-08-01 13:46:02',1876,180,'2005-08-05 10:19:02',1,'2006-02-15 21:30:53'),(10577,'2005-08-01 13:46:38',2240,428,'2005-08-06 11:35:38',2,'2006-02-15 21:30:53'),(10578,'2005-08-01 13:48:02',3704,113,'2005-08-07 13:40:02',1,'2006-02-15 21:30:53'),(10579,'2005-08-01 13:48:22',4068,270,'2005-08-07 11:51:22',1,'2006-02-15 21:30:53'),(10580,'2005-08-01 13:51:14',590,234,'2005-08-08 11:49:14',2,'2006-02-15 21:30:53'),(10581,'2005-08-01 13:52:30',2801,217,'2005-08-10 19:11:30',1,'2006-02-15 21:30:53'),(10582,'2005-08-01 13:54:22',2536,233,'2005-08-05 16:46:22',2,'2006-02-15 21:30:53'),(10583,'2005-08-01 13:54:35',704,125,'2005-08-03 18:21:35',1,'2006-02-15 21:30:53'),(10584,'2005-08-01 13:58:47',715,86,'2005-08-06 13:38:47',2,'2006-02-15 21:30:53'),(10585,'2005-08-01 14:00:42',2670,228,'2005-08-09 11:42:42',2,'2006-02-15 21:30:53'),(10586,'2005-08-01 14:00:59',3306,583,'2005-08-06 10:00:59',2,'2006-02-15 21:30:53'),(10587,'2005-08-01 14:03:38',3000,521,'2005-08-08 19:59:38',2,'2006-02-15 21:30:53'),(10588,'2005-08-01 14:10:21',2384,49,'2005-08-03 13:47:21',2,'2006-02-15 21:30:53'),(10589,'2005-08-01 14:11:09',4280,375,'2005-08-09 09:28:09',2,'2006-02-15 21:30:53'),(10590,'2005-08-01 14:11:53',740,78,'2005-08-04 20:04:53',1,'2006-02-15 21:30:53'),(10591,'2005-08-01 14:12:29',3360,52,'2005-08-04 08:46:29',2,'2006-02-15 21:30:53'),(10592,'2005-08-01 14:13:00',829,265,'2005-08-09 13:03:00',2,'2006-02-15 21:30:53'),(10593,'2005-08-01 14:13:19',1886,144,'2005-08-06 08:48:19',2,'2006-02-15 21:30:53'),(10594,'2005-08-01 14:14:59',1826,53,'2005-08-07 10:48:59',2,'2006-02-15 21:30:53'),(10595,'2005-08-01 14:16:28',966,137,'2005-08-03 10:37:28',1,'2006-02-15 21:30:53'),(10596,'2005-08-01 14:18:57',803,112,'2005-08-07 14:59:57',2,'2006-02-15 21:30:53'),(10597,'2005-08-01 14:19:48',3292,3,'2005-08-08 20:01:48',1,'2006-02-15 21:30:53'),(10598,'2005-08-01 14:23:36',2341,397,'2005-08-10 14:07:36',2,'2006-02-15 21:30:53'),(10599,'2005-08-01 14:23:58',2422,271,'2005-08-06 10:45:58',2,'2006-02-15 21:30:53'),(10600,'2005-08-01 14:25:21',3900,294,'2005-08-06 18:00:21',1,'2006-02-15 21:30:53'),(10601,'2005-08-01 14:25:40',2843,420,'2005-08-10 09:07:40',1,'2006-02-15 21:30:53'),(10602,'2005-08-01 14:30:23',1506,111,'2005-08-07 15:20:23',1,'2006-02-15 21:30:53'),(10603,'2005-08-01 14:30:35',4024,394,'2005-08-05 11:13:35',2,'2006-02-15 21:30:53'),(10604,'2005-08-01 14:35:08',2833,250,'2005-08-08 10:19:08',2,'2006-02-15 21:30:53'),(10605,'2005-08-01 14:36:26',680,341,'2005-08-06 12:04:26',2,'2006-02-15 21:30:53'),(10606,'2005-08-01 14:39:15',81,335,'2005-08-08 11:31:15',1,'2006-02-15 21:30:53'),(10607,'2005-08-01 14:44:43',3999,438,'2005-08-02 16:39:43',2,'2006-02-15 21:30:53'),(10608,'2005-08-01 14:48:41',3835,381,'2005-08-04 17:32:41',2,'2006-02-15 21:30:53'),(10609,'2005-08-01 14:48:45',2587,5,'2005-08-04 13:41:45',2,'2006-02-15 21:30:53'),(10610,'2005-08-01 14:49:41',1865,396,'2005-08-03 13:07:41',1,'2006-02-15 21:30:53'),(10611,'2005-08-01 14:53:52',957,135,'2005-08-07 09:15:52',2,'2006-02-15 21:30:53'),(10612,'2005-08-01 14:55:31',287,554,'2005-08-06 19:01:31',1,'2006-02-15 21:30:53'),(10613,'2005-08-01 14:56:14',4357,527,'2005-08-07 09:33:14',1,'2006-02-15 21:30:53'),(10614,'2005-08-01 14:57:00',232,533,'2005-08-10 09:31:00',2,'2006-02-15 21:30:53'),(10615,'2005-08-01 14:58:14',2639,34,'2005-08-02 13:38:14',1,'2006-02-15 21:30:53'),(10616,'2005-08-01 14:59:50',1094,20,'2005-08-07 11:38:50',2,'2006-02-15 21:30:53'),(10617,'2005-08-01 15:05:52',4344,476,'2005-08-09 18:54:52',1,'2006-02-15 21:30:53'),(10618,'2005-08-01 15:06:38',3729,386,'2005-08-06 15:52:38',2,'2006-02-15 21:30:53'),(10619,'2005-08-01 15:07:04',2189,132,'2005-08-07 11:42:04',2,'2006-02-15 21:30:53'),(10620,'2005-08-01 15:09:17',3064,183,'2005-08-09 13:58:17',1,'2006-02-15 21:30:53'),(10621,'2005-08-01 15:10:26',1650,172,'2005-08-04 10:58:26',1,'2006-02-15 21:30:53'),(10622,'2005-08-01 15:12:00',3044,171,'2005-08-08 14:09:00',1,'2006-02-15 21:30:53'),(10623,'2005-08-01 15:22:38',4426,494,'2005-08-03 11:03:38',2,'2006-02-15 21:30:53'),(10624,'2005-08-01 15:27:05',3801,74,'2005-08-05 19:50:05',1,'2006-02-15 21:30:53'),(10625,'2005-08-01 15:27:10',3022,5,'2005-08-02 13:16:10',1,'2006-02-15 21:30:53'),(10626,'2005-08-01 15:32:41',1042,122,'2005-08-05 18:08:41',1,'2006-02-15 21:30:53'),(10627,'2005-08-01 15:33:03',2026,472,'2005-08-02 21:26:03',1,'2006-02-15 21:30:53'),(10628,'2005-08-01 15:33:19',427,285,'2005-08-05 17:27:19',1,'2006-02-15 21:30:53'),(10629,'2005-08-01 15:33:32',997,575,'2005-08-08 12:40:32',2,'2006-02-15 21:30:53'),(10630,'2005-08-01 15:34:46',2335,39,'2005-08-03 10:50:46',1,'2006-02-15 21:30:53'),(10631,'2005-08-01 15:35:14',2712,304,'2005-08-03 10:48:14',1,'2006-02-15 21:30:53'),(10632,'2005-08-01 15:36:56',1290,406,'2005-08-05 17:32:56',1,'2006-02-15 21:30:53'),(10633,'2005-08-01 15:37:17',3125,475,'2005-08-10 14:30:17',2,'2006-02-15 21:30:53'),(10634,'2005-08-01 15:37:48',445,592,'2005-08-02 12:11:48',2,'2006-02-15 21:30:53'),(10635,'2005-08-01 15:37:58',547,52,'2005-08-07 11:15:58',2,'2006-02-15 21:30:53'),(10636,'2005-08-01 15:40:35',621,385,'2005-08-05 18:46:35',1,'2006-02-15 21:30:53'),(10637,'2005-08-01 15:44:09',1243,161,'2005-08-04 14:42:09',1,'2006-02-15 21:30:53'),(10638,'2005-08-01 15:44:20',2239,132,'2005-08-08 16:05:20',2,'2006-02-15 21:30:53'),(10639,'2005-08-01 15:44:43',1015,39,'2005-08-10 13:51:43',1,'2006-02-15 21:30:53'),(10640,'2005-08-01 15:44:51',3020,375,'2005-08-06 15:52:51',1,'2006-02-15 21:30:53'),(10641,'2005-08-01 15:44:57',972,285,'2005-08-04 18:15:57',2,'2006-02-15 21:30:53'),(10642,'2005-08-01 15:45:11',2573,294,'2005-08-02 20:13:11',1,'2006-02-15 21:30:53'),(10643,'2005-08-01 15:48:33',3853,495,'2005-08-06 20:24:33',2,'2006-02-15 21:30:53'),(10644,'2005-08-01 15:52:00',4374,7,'2005-08-08 16:08:00',1,'2006-02-15 21:30:53'),(10645,'2005-08-01 15:52:01',3864,130,'2005-08-09 18:58:01',1,'2006-02-15 21:30:53'),(10646,'2005-08-01 15:57:55',1752,209,'2005-08-02 19:08:55',1,'2006-02-15 21:30:53'),(10647,'2005-08-01 16:08:46',3137,115,'2005-08-06 20:37:46',2,'2006-02-15 21:30:53'),(10648,'2005-08-01 16:08:52',691,270,'2005-08-05 20:17:52',1,'2006-02-15 21:30:53'),(10649,'2005-08-01 16:11:40',1032,278,'2005-08-06 14:09:40',2,'2006-02-15 21:30:53'),(10650,'2005-08-01 16:18:45',2306,242,'2005-08-09 16:29:45',1,'2006-02-15 21:30:53'),(10651,'2005-08-01 16:20:22',1541,404,'2005-08-03 15:53:22',1,'2006-02-15 21:30:53'),(10652,'2005-08-01 16:24:08',1633,241,'2005-08-03 16:00:08',2,'2006-02-15 21:30:53'),(10653,'2005-08-01 16:28:07',1190,75,'2005-08-07 21:22:07',2,'2006-02-15 21:30:53'),(10654,'2005-08-01 16:31:35',2522,399,'2005-08-05 12:04:35',2,'2006-02-15 21:30:53'),(10655,'2005-08-01 16:33:27',1399,385,'2005-08-08 17:17:27',2,'2006-02-15 21:30:53'),(10656,'2005-08-01 16:38:04',2571,80,'2005-08-09 19:37:04',2,'2006-02-15 21:30:53'),(10657,'2005-08-01 16:38:44',3075,590,'2005-08-06 16:05:44',2,'2006-02-15 21:30:53'),(10658,'2005-08-01 16:39:18',2943,469,'2005-08-09 18:17:18',2,'2006-02-15 21:30:53'),(10659,'2005-08-01 16:40:34',786,238,'2005-08-09 21:00:34',2,'2006-02-15 21:30:53'),(10660,'2005-08-01 16:48:01',2518,253,'2005-08-07 14:42:01',2,'2006-02-15 21:30:53'),(10661,'2005-08-01 16:48:31',3311,177,'2005-08-02 21:02:31',1,'2006-02-15 21:30:53'),(10662,'2005-08-01 16:50:57',2857,151,'2005-08-03 17:19:57',1,'2006-02-15 21:30:53'),(10663,'2005-08-01 16:51:08',4258,433,'2005-08-08 21:17:08',2,'2006-02-15 21:30:53'),(10664,'2005-08-01 16:51:15',3167,337,'2005-08-04 19:14:15',2,'2006-02-15 21:30:53'),(10665,'2005-08-01 16:56:17',3594,133,'2005-08-03 18:58:17',1,'2006-02-15 21:30:53'),(10666,'2005-08-01 16:56:36',1945,197,'2005-08-07 22:23:36',2,'2006-02-15 21:30:53'),(10667,'2005-08-01 16:58:22',3937,340,'2005-08-10 15:41:22',1,'2006-02-15 21:30:53'),(10668,'2005-08-01 17:00:27',2085,58,'2005-08-02 14:49:27',2,'2006-02-15 21:30:53'),(10669,'2005-08-01 17:03:28',2121,559,'2005-08-08 21:34:28',2,'2006-02-15 21:30:53'),(10670,'2005-08-01 17:07:16',156,512,'2005-08-10 11:46:16',2,'2006-02-15 21:30:53'),(10671,'2005-08-01 17:09:59',4430,10,'2005-08-09 21:36:59',1,'2006-02-15 21:30:53'),(10672,'2005-08-01 17:10:54',3674,375,'2005-08-07 12:19:54',2,'2006-02-15 21:30:53'),(10673,'2005-08-01 17:11:51',2735,528,'2005-08-03 13:32:51',1,'2006-02-15 21:30:53'),(10674,'2005-08-01 17:11:52',1962,340,'2005-08-08 19:34:52',1,'2006-02-15 21:30:53'),(10675,'2005-08-01 17:11:57',649,522,'2005-08-10 17:18:57',1,'2006-02-15 21:30:53'),(10676,'2005-08-01 17:14:15',629,79,'2005-08-04 12:34:15',1,'2006-02-15 21:30:53'),(10677,'2005-08-01 17:24:35',4350,483,'2005-08-04 20:03:35',1,'2006-02-15 21:30:53'),(10678,'2005-08-01 17:26:24',4438,56,'2005-08-05 22:55:24',1,'2006-02-15 21:30:53'),(10679,'2005-08-01 17:27:58',4437,198,'2005-08-08 16:06:58',1,'2006-02-15 21:30:53'),(10680,'2005-08-01 17:28:05',2498,60,'2005-08-04 19:34:05',1,'2006-02-15 21:30:53'),(10681,'2005-08-01 17:30:35',1468,119,'2005-08-02 14:48:35',2,'2006-02-15 21:30:53'),(10682,'2005-08-01 17:32:53',4557,18,'2005-08-06 15:49:53',2,'2006-02-15 21:30:53'),(10683,'2005-08-01 17:33:03',244,246,'2005-08-04 23:12:03',1,'2006-02-15 21:30:53'),(10684,'2005-08-01 17:47:00',1985,244,'2005-08-09 15:00:00',2,'2006-02-15 21:30:53'),(10685,'2005-08-01 17:49:38',2029,200,'2005-08-07 21:04:38',2,'2006-02-15 21:30:53'),(10686,'2005-08-01 17:51:21',2542,150,'2005-08-03 19:01:21',1,'2006-02-15 21:30:53'),(10687,'2005-08-01 17:53:02',3191,16,'2005-08-05 19:16:02',2,'2006-02-15 21:30:53'),(10688,'2005-08-01 17:53:43',3161,449,'2005-08-09 21:50:43',1,'2006-02-15 21:30:53'),(10689,'2005-08-01 18:04:18',1442,568,'2005-08-05 21:17:18',2,'2006-02-15 21:30:53'),(10690,'2005-08-01 18:05:54',807,80,'2005-08-10 21:43:54',2,'2006-02-15 21:30:53'),(10691,'2005-08-01 18:09:53',4281,276,'2005-08-03 16:32:53',1,'2006-02-15 21:30:53'),(10692,'2005-08-01 18:12:35',371,596,'2005-08-07 13:06:35',1,'2006-02-15 21:30:53'),(10693,'2005-08-01 18:14:14',2387,444,'2005-08-03 22:00:14',2,'2006-02-15 21:30:53'),(10694,'2005-08-01 18:15:07',3429,98,'2005-08-10 15:38:07',1,'2006-02-15 21:30:53'),(10695,'2005-08-01 18:16:20',3612,374,'2005-08-03 12:21:20',2,'2006-02-15 21:30:53'),(10696,'2005-08-01 18:18:13',47,120,'2005-08-04 14:09:13',1,'2006-02-15 21:30:53'),(10697,'2005-08-01 18:20:23',3115,519,'2005-08-07 21:18:23',1,'2006-02-15 21:30:53'),(10698,'2005-08-01 18:24:41',2738,135,'2005-08-08 18:59:41',2,'2006-02-15 21:30:53'),(10699,'2005-08-01 18:24:51',1029,125,'2005-08-06 20:18:51',1,'2006-02-15 21:30:53'),(10700,'2005-08-01 18:26:31',4259,203,'2005-08-07 19:51:31',2,'2006-02-15 21:30:53'),(10701,'2005-08-01 18:28:17',3958,538,'2005-08-09 21:51:17',1,'2006-02-15 21:30:53'),(10702,'2005-08-01 18:34:59',2802,560,'2005-08-09 23:44:59',2,'2006-02-15 21:30:53'),(10703,'2005-08-01 18:37:39',1818,181,'2005-08-07 23:50:39',2,'2006-02-15 21:30:53'),(10704,'2005-08-01 18:38:02',960,594,'2005-08-08 20:19:02',1,'2006-02-15 21:30:53'),(10705,'2005-08-01 18:38:54',4338,381,'2005-08-04 18:00:54',1,'2006-02-15 21:30:53'),(10706,'2005-08-01 18:41:28',1183,147,'2005-08-10 14:30:28',1,'2006-02-15 21:30:53'),(10707,'2005-08-01 18:41:34',1165,558,'2005-08-06 12:41:34',1,'2006-02-15 21:30:53'),(10708,'2005-08-01 18:43:28',3978,567,'2005-08-09 15:24:28',1,'2006-02-15 21:30:53'),(10709,'2005-08-01 18:43:57',282,418,'2005-08-06 13:17:57',2,'2006-02-15 21:30:53'),(10710,'2005-08-01 18:44:36',3082,177,'2005-08-03 13:17:36',1,'2006-02-15 21:30:53'),(10711,'2005-08-01 18:45:09',4278,400,'2005-08-02 19:47:09',2,'2006-02-15 21:30:53'),(10712,'2005-08-01 18:47:56',1188,532,'2005-08-07 19:26:56',2,'2006-02-15 21:30:53'),(10713,'2005-08-01 18:50:05',2030,369,'2005-08-05 00:43:05',2,'2006-02-15 21:30:53'),(10714,'2005-08-01 18:51:29',1465,64,'2005-08-04 18:49:29',2,'2006-02-15 21:30:53'),(10715,'2005-08-01 18:51:48',1054,386,'2005-08-06 14:44:48',1,'2006-02-15 21:30:53'),(10716,'2005-08-01 18:53:48',3405,515,'2005-08-04 13:49:48',1,'2006-02-15 21:30:53'),(10717,'2005-08-01 18:53:53',2934,365,'2005-08-05 21:28:53',1,'2006-02-15 21:30:53'),(10718,'2005-08-01 18:55:38',2763,394,'2005-08-04 14:45:38',1,'2006-02-15 21:30:53'),(10719,'2005-08-01 19:00:28',3861,188,'2005-08-07 17:04:28',1,'2006-02-15 21:30:53'),(10720,'2005-08-01 19:04:33',3712,326,'2005-08-06 23:12:33',2,'2006-02-15 21:30:53'),(10721,'2005-08-01 19:05:18',904,18,'2005-08-09 20:45:18',2,'2006-02-15 21:30:53'),(10722,'2005-08-01 19:07:08',2849,90,'2005-08-04 14:09:08',2,'2006-02-15 21:30:53'),(10723,'2005-08-01 19:10:49',2526,580,'2005-08-08 19:21:49',2,'2006-02-15 21:30:53'),(10724,'2005-08-01 19:10:59',3425,576,'2005-08-07 18:44:59',1,'2006-02-15 21:30:53'),(10725,'2005-08-01 19:11:04',4486,534,'2005-08-07 18:16:04',2,'2006-02-15 21:30:53'),(10726,'2005-08-01 19:14:53',749,75,'2005-08-08 23:56:53',2,'2006-02-15 21:30:53'),(10727,'2005-08-01 19:15:08',2049,16,'2005-08-03 13:52:08',1,'2006-02-15 21:30:53'),(10728,'2005-08-01 19:15:09',3133,309,'2005-08-04 19:35:09',1,'2006-02-15 21:30:53'),(10729,'2005-08-01 19:21:11',2918,595,'2005-08-07 21:20:11',2,'2006-02-15 21:30:53'),(10730,'2005-08-01 19:21:42',1793,368,'2005-08-10 21:18:42',1,'2006-02-15 21:30:53'),(10731,'2005-08-01 19:21:48',4248,278,'2005-08-08 22:01:48',2,'2006-02-15 21:30:53'),(10732,'2005-08-01 19:25:18',2810,538,'2005-08-10 22:26:18',1,'2006-02-15 21:30:53'),(10733,'2005-08-01 19:28:01',3980,560,'2005-08-09 18:41:01',1,'2006-02-15 21:30:53'),(10734,'2005-08-01 19:28:47',1130,21,'2005-08-03 00:41:47',2,'2006-02-15 21:30:53'),(10735,'2005-08-01 19:29:45',4061,544,'2005-08-02 19:50:45',2,'2006-02-15 21:30:53'),(10736,'2005-08-01 19:30:21',2227,272,'2005-08-02 22:37:21',1,'2006-02-15 21:30:53'),(10737,'2005-08-01 19:31:24',1773,149,'2005-08-10 19:17:24',1,'2006-02-15 21:30:53'),(10738,'2005-08-01 19:39:08',544,377,'2005-08-10 20:37:08',1,'2006-02-15 21:30:53'),(10739,'2005-08-01 19:46:11',3160,197,'2005-08-06 21:08:11',2,'2006-02-15 21:30:53'),(10740,'2005-08-01 19:50:32',3215,144,'2005-08-07 23:25:32',1,'2006-02-15 21:30:53'),(10741,'2005-08-01 19:52:52',3300,469,'2005-08-04 19:58:52',1,'2006-02-15 21:30:53'),(10742,'2005-08-01 19:53:13',3658,416,'2005-08-10 15:05:13',1,'2006-02-15 21:30:53'),(10743,'2005-08-01 19:55:09',4206,197,'2005-08-03 19:29:09',1,'2006-02-15 21:30:53'),(10744,'2005-08-01 19:56:49',565,439,'2005-08-09 16:33:49',2,'2006-02-15 21:30:53'),(10745,'2005-08-01 19:57:06',446,307,'2005-08-07 18:04:06',1,'2006-02-15 21:30:53'),(10746,'2005-08-01 19:58:49',305,508,'2005-08-10 19:00:49',2,'2006-02-15 21:30:53'),(10747,'2005-08-01 19:59:41',4527,266,'2005-08-10 00:00:41',2,'2006-02-15 21:30:53'),(10748,'2005-08-01 20:01:24',3769,181,'2005-08-05 19:55:24',1,'2006-02-15 21:30:53'),(10749,'2005-08-01 20:02:01',2953,214,'2005-08-03 14:20:01',1,'2006-02-15 21:30:53'),(10750,'2005-08-01 20:06:00',3206,201,'2005-08-07 15:48:00',1,'2006-02-15 21:30:53'),(10751,'2005-08-01 20:06:10',3257,518,'2005-08-10 22:36:10',2,'2006-02-15 21:30:53'),(10752,'2005-08-01 20:08:49',3203,147,'2005-08-10 15:41:49',2,'2006-02-15 21:30:53'),(10753,'2005-08-01 20:09:24',1557,273,'2005-08-09 19:31:24',1,'2006-02-15 21:30:53'),(10754,'2005-08-01 20:12:33',2122,460,'2005-08-10 01:07:33',2,'2006-02-15 21:30:53'),(10755,'2005-08-01 20:14:14',1217,239,'2005-08-07 01:04:14',1,'2006-02-15 21:30:53'),(10756,'2005-08-01 20:17:03',4247,596,'2005-08-08 18:31:03',2,'2006-02-15 21:30:53'),(10757,'2005-08-01 20:22:44',102,188,'2005-08-04 19:48:44',2,'2006-02-15 21:30:53'),(10758,'2005-08-01 20:22:51',191,373,'2005-08-10 16:11:51',1,'2006-02-15 21:30:53'),(10759,'2005-08-01 20:22:51',3528,256,'2005-08-07 22:07:51',1,'2006-02-15 21:30:53'),(10760,'2005-08-01 20:25:20',1311,497,'2005-08-09 16:57:20',1,'2006-02-15 21:30:53'),(10761,'2005-08-01 20:25:35',3967,36,'2005-08-08 15:20:35',2,'2006-02-15 21:30:53'),(10762,'2005-08-01 20:28:39',1363,208,'2005-08-05 17:36:39',1,'2006-02-15 21:30:53'),(10763,'2005-08-01 20:32:27',987,276,'2005-08-05 01:24:27',2,'2006-02-15 21:30:53'),(10764,'2005-08-01 20:32:42',3808,357,'2005-08-03 22:14:42',2,'2006-02-15 21:30:53'),(10765,'2005-08-01 20:34:51',566,337,'2005-08-04 00:02:51',1,'2006-02-15 21:30:53'),(10766,'2005-08-01 20:36:29',947,420,'2005-08-04 00:30:29',1,'2006-02-15 21:30:53'),(10767,'2005-08-01 20:37:23',2875,488,'2005-08-04 23:15:23',2,'2006-02-15 21:30:53'),(10768,'2005-08-01 20:39:32',454,273,'2005-08-10 19:41:32',1,'2006-02-15 21:30:53'),(10769,'2005-08-01 20:43:02',3222,348,'2005-08-05 02:32:02',1,'2006-02-15 21:30:53'),(10770,'2005-08-01 20:45:39',2567,262,'2005-08-04 19:21:39',1,'2006-02-15 21:30:53'),(10771,'2005-08-01 20:49:35',1274,485,'2005-08-10 16:58:35',1,'2006-02-15 21:30:53'),(10772,'2005-08-01 20:51:10',132,485,'2005-08-10 15:50:10',1,'2006-02-15 21:30:53'),(10773,'2005-08-01 20:53:45',3854,181,'2005-08-07 00:16:45',1,'2006-02-15 21:30:53'),(10774,'2005-08-01 20:54:33',4231,407,'2005-08-08 20:59:33',2,'2006-02-15 21:30:53'),(10775,'2005-08-01 20:59:52',4190,263,'2005-08-04 19:31:52',2,'2006-02-15 21:30:53'),(10776,'2005-08-01 20:59:58',1598,565,'2005-08-10 20:33:58',2,'2006-02-15 21:30:53'),(10777,'2005-08-01 21:03:50',3487,493,'2005-08-06 19:29:50',1,'2006-02-15 21:30:53'),(10778,'2005-08-01 21:11:39',1939,220,'2005-08-02 22:59:39',2,'2006-02-15 21:30:53'),(10779,'2005-08-01 21:11:54',2092,578,'2005-08-09 21:00:54',2,'2006-02-15 21:30:53'),(10780,'2005-08-01 21:14:24',1450,51,'2005-08-07 16:32:24',2,'2006-02-15 21:30:53'),(10781,'2005-08-01 21:22:41',1321,259,'2005-08-06 01:02:41',1,'2006-02-15 21:30:53'),(10782,'2005-08-01 21:23:25',1507,577,'2005-08-03 20:15:25',2,'2006-02-15 21:30:53'),(10783,'2005-08-01 21:23:37',1192,495,'2005-08-09 20:18:37',1,'2006-02-15 21:30:53'),(10784,'2005-08-01 21:24:28',3494,208,'2005-08-09 19:23:28',1,'2006-02-15 21:30:53'),(10785,'2005-08-01 21:24:55',2282,397,'2005-08-06 17:47:55',1,'2006-02-15 21:30:53'),(10786,'2005-08-01 21:29:34',50,490,'2005-08-10 17:27:34',1,'2006-02-15 21:30:53'),(10787,'2005-08-01 21:35:01',3246,127,'2005-08-10 23:30:01',1,'2006-02-15 21:30:53'),(10788,'2005-08-01 21:37:10',3350,160,'2005-08-03 01:33:10',1,'2006-02-15 21:30:53'),(10789,'2005-08-01 21:37:55',3298,403,'2005-08-07 17:01:55',2,'2006-02-15 21:30:53'),(10790,'2005-08-01 21:38:37',3080,274,'2005-08-08 17:20:37',2,'2006-02-15 21:30:53'),(10791,'2005-08-01 21:41:52',2061,338,'2005-08-04 03:28:52',2,'2006-02-15 21:30:53'),(10792,'2005-08-01 21:44:24',1037,264,'2005-08-02 19:48:24',2,'2006-02-15 21:30:53'),(10793,'2005-08-01 21:48:03',3018,225,'2005-08-10 19:16:03',1,'2006-02-15 21:30:53'),(10794,'2005-08-01 21:51:15',889,27,'2005-08-10 18:51:15',2,'2006-02-15 21:30:53'),(10795,'2005-08-01 21:56:37',2748,76,'2005-08-03 01:36:37',1,'2006-02-15 21:30:53'),(10796,'2005-08-01 21:56:41',2113,534,'2005-08-05 01:09:41',1,'2006-02-15 21:30:53'),(10797,'2005-08-01 22:02:51',1731,308,'2005-08-03 23:07:51',1,'2006-02-15 21:30:53'),(10798,'2005-08-01 22:03:10',382,141,'2005-08-08 01:34:10',1,'2006-02-15 21:30:53'),(10799,'2005-08-01 22:03:31',3282,145,'2005-08-06 20:19:31',2,'2006-02-15 21:30:53'),(10800,'2005-08-01 22:07:44',507,583,'2005-08-05 22:45:44',1,'2006-02-15 21:30:53'),(10801,'2005-08-01 22:09:35',3757,116,'2005-08-08 22:23:35',1,'2006-02-15 21:30:53'),(10802,'2005-08-01 22:18:32',3998,178,'2005-08-10 18:41:32',2,'2006-02-15 21:30:53'),(10803,'2005-08-01 22:22:07',3318,46,'2005-08-08 02:37:07',2,'2006-02-15 21:30:53'),(10804,'2005-08-01 22:22:11',2915,596,'2005-08-03 03:42:11',2,'2006-02-15 21:30:53'),(10805,'2005-08-01 22:23:37',557,203,'2005-08-05 01:22:37',2,'2006-02-15 21:30:53'),(10806,'2005-08-01 22:25:29',3553,89,'2005-08-04 18:46:29',2,'2006-02-15 21:30:53'),(10807,'2005-08-01 22:26:10',1673,287,'2005-08-05 21:55:10',1,'2006-02-15 21:30:53'),(10808,'2005-08-01 22:37:11',596,480,'2005-08-09 02:37:11',1,'2006-02-15 21:30:53'),(10809,'2005-08-01 22:39:27',1167,340,'2005-08-03 03:44:27',2,'2006-02-15 21:30:53'),(10810,'2005-08-01 22:40:39',2314,376,'2005-08-06 19:47:39',1,'2006-02-15 21:30:53'),(10811,'2005-08-01 22:41:15',4012,209,'2005-08-10 00:10:15',1,'2006-02-15 21:30:53'),(10812,'2005-08-01 22:41:16',3762,11,'2005-08-07 00:50:16',1,'2006-02-15 21:30:53'),(10813,'2005-08-01 22:43:00',3580,456,'2005-08-03 21:43:00',1,'2006-02-15 21:30:53'),(10814,'2005-08-01 22:43:12',2758,49,'2005-08-05 02:35:12',2,'2006-02-15 21:30:53'),(10815,'2005-08-01 22:46:21',877,62,'2005-08-03 02:43:21',2,'2006-02-15 21:30:53'),(10816,'2005-08-01 22:48:57',905,129,'2005-08-10 04:39:57',2,'2006-02-15 21:30:53'),(10817,'2005-08-01 22:51:08',3056,501,'2005-08-10 16:55:08',2,'2006-02-15 21:30:53'),(10818,'2005-08-01 22:52:45',4549,309,'2005-08-06 04:07:45',1,'2006-02-15 21:30:53'),(10819,'2005-08-01 22:52:57',983,308,'2005-08-06 00:08:57',1,'2006-02-15 21:30:53'),(10820,'2005-08-01 22:53:40',1487,97,'2005-08-02 17:59:40',2,'2006-02-15 21:30:53'),(10821,'2005-08-01 22:54:27',2016,522,'2005-08-07 02:15:27',2,'2006-02-15 21:30:53'),(10822,'2005-08-01 22:54:28',3895,343,'2005-08-02 17:19:28',1,'2006-02-15 21:30:53'),(10823,'2005-08-01 22:59:10',3322,405,'2005-08-08 23:44:10',1,'2006-02-15 21:30:53'),(10824,'2005-08-01 23:00:22',3948,482,'2005-08-04 04:14:22',2,'2006-02-15 21:30:53'),(10825,'2005-08-01 23:05:33',4386,587,'2005-08-04 04:33:33',1,'2006-02-15 21:30:53'),(10826,'2005-08-01 23:07:56',1228,476,'2005-08-08 04:10:56',2,'2006-02-15 21:30:53'),(10827,'2005-08-01 23:13:00',1590,46,'2005-08-08 02:51:00',1,'2006-02-15 21:30:53'),(10828,'2005-08-01 23:16:10',2448,471,'2005-08-09 21:17:10',1,'2006-02-15 21:30:53'),(10829,'2005-08-01 23:17:06',168,554,'2005-08-09 17:22:06',2,'2006-02-15 21:30:53'),(10830,'2005-08-01 23:18:06',4176,148,'2005-08-06 23:15:06',2,'2006-02-15 21:30:53'),(10831,'2005-08-01 23:22:45',1496,78,'2005-08-07 01:05:45',2,'2006-02-15 21:30:53'),(10832,'2005-08-01 23:24:53',4096,487,'2005-08-06 23:18:53',1,'2006-02-15 21:30:53'),(10833,'2005-08-01 23:25:55',4380,422,'2005-08-10 18:01:55',1,'2006-02-15 21:30:53'),(10834,'2005-08-01 23:28:00',2270,252,'2005-08-07 01:21:00',1,'2006-02-15 21:30:53'),(10835,'2005-08-01 23:28:49',351,90,'2005-08-10 21:28:49',2,'2006-02-15 21:30:53'),(10836,'2005-08-01 23:29:58',4534,217,'2005-08-07 23:03:58',2,'2006-02-15 21:30:53'),(10837,'2005-08-01 23:30:22',1816,410,'2005-08-07 23:02:22',1,'2006-02-15 21:30:53'),(10838,'2005-08-01 23:36:10',69,387,'2005-08-05 04:55:10',2,'2006-02-15 21:30:53'),(10839,'2005-08-01 23:37:39',2867,482,'2005-08-02 20:18:39',1,'2006-02-15 21:30:53'),(10840,'2005-08-01 23:38:34',583,593,'2005-08-07 02:36:34',2,'2006-02-15 21:30:53'),(10841,'2005-08-01 23:39:21',4337,102,'2005-08-07 20:47:21',1,'2006-02-15 21:30:53'),(10842,'2005-08-01 23:41:24',1300,137,'2005-08-11 03:48:24',1,'2006-02-15 21:30:53'),(10843,'2005-08-01 23:43:03',1286,192,'2005-08-09 23:49:03',2,'2006-02-15 21:30:53'),(10844,'2005-08-01 23:46:58',1516,333,'2005-08-09 19:42:58',2,'2006-02-15 21:30:53'),(10845,'2005-08-01 23:47:03',2737,42,'2005-08-08 01:57:03',1,'2006-02-15 21:30:53'),(10846,'2005-08-01 23:47:54',2277,441,'2005-08-08 01:10:54',1,'2006-02-15 21:30:53'),(10847,'2005-08-01 23:49:33',1200,280,'2005-08-10 05:37:33',2,'2006-02-15 21:30:53'),(10848,'2005-08-01 23:50:22',2630,368,'2005-08-06 00:52:22',1,'2006-02-15 21:30:53'),(10849,'2005-08-01 23:51:00',1683,278,'2005-08-10 19:59:00',2,'2006-02-15 21:30:53'),(10850,'2005-08-01 23:53:45',1853,199,'2005-08-10 21:11:45',1,'2006-02-15 21:30:53'),(10851,'2005-08-01 23:58:45',1359,154,'2005-08-04 00:59:45',1,'2006-02-15 21:30:53'),(10852,'2005-08-02 00:00:33',3862,27,'2005-08-03 23:09:33',1,'2006-02-15 21:30:53'),(10853,'2005-08-02 00:00:54',2682,41,'2005-08-10 05:37:54',2,'2006-02-15 21:30:53'),(10854,'2005-08-02 00:02:06',3295,356,'2005-08-02 21:55:06',2,'2006-02-15 21:30:53'),(10855,'2005-08-02 00:06:37',1366,274,'2005-08-03 00:39:37',1,'2006-02-15 21:30:53'),(10856,'2005-08-02 00:07:14',2010,451,'2005-08-04 02:48:14',2,'2006-02-15 21:30:53'),(10857,'2005-08-02 00:07:20',2961,360,'2005-08-04 02:35:20',1,'2006-02-15 21:30:53'),(10858,'2005-08-02 00:08:39',852,312,'2005-08-05 00:58:39',2,'2006-02-15 21:30:53'),(10859,'2005-08-02 00:11:39',277,375,'2005-08-08 19:52:39',1,'2006-02-15 21:30:53'),(10860,'2005-08-02 00:12:32',2827,25,'2005-08-04 03:50:32',1,'2006-02-15 21:30:53'),(10861,'2005-08-02 00:12:46',2162,131,'2005-08-09 04:09:46',2,'2006-02-15 21:30:53'),(10862,'2005-08-02 00:17:34',1077,176,'2005-08-08 00:31:34',2,'2006-02-15 21:30:53'),(10863,'2005-08-02 00:18:07',1170,161,'2005-08-10 06:16:07',2,'2006-02-15 21:30:53'),(10864,'2005-08-02 00:18:59',1694,134,'2005-08-08 22:20:59',1,'2006-02-15 21:30:53'),(10865,'2005-08-02 00:22:46',1485,201,'2005-08-09 05:08:46',2,'2006-02-15 21:30:53'),(10866,'2005-08-02 00:22:49',117,424,'2005-08-07 04:38:49',1,'2006-02-15 21:30:53'),(10867,'2005-08-02 00:24:15',2577,473,'2005-08-05 21:09:15',1,'2006-02-15 21:30:53'),(10868,'2005-08-02 00:25:15',2443,562,'2005-08-10 02:31:15',2,'2006-02-15 21:30:53'),(10869,'2005-08-02 00:26:54',2967,568,'2005-08-04 03:40:54',2,'2006-02-15 21:30:53'),(10870,'2005-08-02 00:27:12',1509,33,'2005-08-02 20:00:12',2,'2006-02-15 21:30:53'),(10871,'2005-08-02 00:27:24',104,75,'2005-08-05 06:25:24',1,'2006-02-15 21:30:53'),(10872,'2005-08-02 00:27:50',2470,84,'2005-08-06 20:34:50',2,'2006-02-15 21:30:53'),(10873,'2005-08-02 00:30:34',169,506,'2005-08-07 00:16:34',2,'2006-02-15 21:30:53'),(10874,'2005-08-02 00:31:00',2552,230,'2005-08-07 05:04:00',1,'2006-02-15 21:30:53'),(10875,'2005-08-02 00:31:44',862,175,'2005-08-05 22:24:44',2,'2006-02-15 21:30:53'),(10876,'2005-08-02 00:31:58',2161,559,'2005-08-05 21:45:58',1,'2006-02-15 21:30:53'),(10877,'2005-08-02 00:32:04',3337,487,'2005-08-07 19:44:04',2,'2006-02-15 21:30:53'),(10878,'2005-08-02 00:33:12',3511,45,'2005-08-07 06:02:12',1,'2006-02-15 21:30:53'),(10879,'2005-08-02 00:33:20',4415,334,'2005-08-09 04:13:20',2,'2006-02-15 21:30:53'),(10880,'2005-08-02 00:34:12',450,528,'2005-08-06 21:15:12',2,'2006-02-15 21:30:53'),(10881,'2005-08-02 00:38:14',781,253,'2005-08-09 22:02:14',2,'2006-02-15 21:30:53'),(10882,'2005-08-02 00:47:16',1349,54,'2005-08-09 22:11:16',1,'2006-02-15 21:30:53'),(10883,'2005-08-02 00:47:19',4,301,'2005-08-03 00:02:19',1,'2006-02-15 21:30:53'),(10884,'2005-08-02 00:47:33',3702,569,'2005-08-03 04:38:33',1,'2006-02-15 21:30:53'),(10885,'2005-08-02 00:51:37',4223,493,'2005-08-09 20:49:37',2,'2006-02-15 21:30:53'),(10886,'2005-08-02 00:52:34',943,77,'2005-08-08 00:30:34',1,'2006-02-15 21:30:53'),(10887,'2005-08-02 00:52:35',3450,573,'2005-08-03 05:37:35',1,'2006-02-15 21:30:53'),(10888,'2005-08-02 00:52:45',2412,428,'2005-08-03 03:07:45',1,'2006-02-15 21:30:53'),(10889,'2005-08-02 00:54:33',2098,64,'2005-08-07 19:42:33',1,'2006-02-15 21:30:53'),(10890,'2005-08-02 00:58:46',78,210,'2005-08-10 02:13:46',1,'2006-02-15 21:30:53'),(10891,'2005-08-02 01:09:55',1269,201,'2005-08-05 05:03:55',2,'2006-02-15 21:30:53'),(10892,'2005-08-02 01:12:06',3243,109,'2005-08-09 23:53:06',1,'2006-02-15 21:30:53'),(10893,'2005-08-02 01:12:13',2529,306,'2005-08-11 05:53:13',2,'2006-02-15 21:30:53'),(10894,'2005-08-02 01:12:35',598,51,'2005-08-09 22:55:35',1,'2006-02-15 21:30:53'),(10895,'2005-08-02 01:16:59',93,77,'2005-08-03 02:41:59',2,'2006-02-15 21:30:53'),(10896,'2005-08-02 01:19:33',2283,505,'2005-08-08 06:54:33',1,'2006-02-15 21:30:53'),(10897,'2005-08-02 01:23:42',291,338,'2005-08-03 23:27:42',1,'2006-02-15 21:30:53'),(10898,'2005-08-02 01:29:57',3814,23,'2005-08-06 00:07:57',2,'2006-02-15 21:30:53'),(10899,'2005-08-02 01:30:21',859,29,'2005-08-06 05:01:21',2,'2006-02-15 21:30:53'),(10900,'2005-08-02 01:34:26',1749,139,'2005-08-07 00:52:26',2,'2006-02-15 21:30:53'),(10901,'2005-08-02 01:35:44',3813,290,'2005-08-04 21:20:44',2,'2006-02-15 21:30:53'),(10902,'2005-08-02 01:35:46',3863,486,'2005-08-09 01:59:46',1,'2006-02-15 21:30:53'),(10903,'2005-08-02 01:41:59',2696,547,'2005-08-06 23:03:59',1,'2006-02-15 21:30:53'),(10904,'2005-08-02 01:43:02',3681,593,'2005-08-04 04:34:02',1,'2006-02-15 21:30:53'),(10905,'2005-08-02 01:45:59',2835,439,'2005-08-04 22:28:59',1,'2006-02-15 21:30:53'),(10906,'2005-08-02 01:47:04',3139,463,'2005-08-07 20:41:04',2,'2006-02-15 21:30:53'),(10907,'2005-08-02 01:51:48',1430,561,'2005-08-02 19:53:48',1,'2006-02-15 21:30:53'),(10908,'2005-08-02 01:53:06',1284,269,'2005-08-04 02:46:06',2,'2006-02-15 21:30:53'),(10909,'2005-08-02 01:53:59',3516,413,'2005-08-03 04:36:59',2,'2006-02-15 21:30:53'),(10910,'2005-08-02 01:54:34',2428,266,'2005-08-10 04:04:34',2,'2006-02-15 21:30:53'),(10911,'2005-08-02 01:58:36',769,195,'2005-08-08 07:37:36',2,'2006-02-15 21:30:53'),(10912,'2005-08-02 02:00:03',732,477,'2005-08-06 05:55:03',1,'2006-02-15 21:30:53'),(10913,'2005-08-02 02:04:03',3388,565,'2005-08-09 03:21:03',1,'2006-02-15 21:30:53'),(10914,'2005-08-02 02:04:43',585,584,'2005-08-06 03:00:43',1,'2006-02-15 21:30:53'),(10915,'2005-08-02 02:05:04',4568,418,'2005-08-10 21:58:04',2,'2006-02-15 21:30:53'),(10916,'2005-08-02 02:05:59',3841,25,'2005-08-06 03:46:59',2,'2006-02-15 21:30:53'),(10917,'2005-08-02 02:06:18',3146,378,'2005-08-03 22:42:18',1,'2006-02-15 21:30:53'),(10918,'2005-08-02 02:10:56',3418,2,'2005-08-02 21:23:56',1,'2006-02-15 21:30:53'),(10919,'2005-08-02 02:11:03',868,115,'2005-08-04 01:49:03',1,'2006-02-15 21:30:53'),(10920,'2005-08-02 02:14:10',3106,531,'2005-08-06 23:36:10',1,'2006-02-15 21:30:53'),(10921,'2005-08-02 02:14:33',1820,555,'2005-08-09 20:58:33',2,'2006-02-15 21:30:53'),(10922,'2005-08-02 02:14:40',4522,539,'2005-08-06 06:04:40',1,'2006-02-15 21:30:53'),(10923,'2005-08-02 02:15:01',2602,239,'2005-08-03 04:18:01',1,'2006-02-15 21:30:53'),(10924,'2005-08-02 02:20:19',589,540,'2005-08-11 05:50:19',2,'2006-02-15 21:30:53'),(10925,'2005-08-02 02:24:38',1475,98,'2005-08-03 05:06:38',1,'2006-02-15 21:30:53'),(10926,'2005-08-02 02:26:37',4016,460,'2005-08-09 20:55:37',1,'2006-02-15 21:30:53'),(10927,'2005-08-02 02:31:15',4125,288,'2005-08-10 20:41:15',1,'2006-02-15 21:30:53'),(10928,'2005-08-02 02:34:12',2885,211,'2005-08-07 21:13:12',1,'2006-02-15 21:30:53'),(10929,'2005-08-02 02:35:44',913,305,'2005-08-05 03:52:44',1,'2006-02-15 21:30:53'),(10930,'2005-08-02 02:38:07',2027,206,'2005-08-08 05:15:07',2,'2006-02-15 21:30:53'),(10931,'2005-08-02 02:44:59',3268,545,'2005-08-04 02:02:59',1,'2006-02-15 21:30:53'),(10932,'2005-08-02 02:46:22',1688,595,'2005-08-06 01:49:22',2,'2006-02-15 21:30:53'),(10933,'2005-08-02 02:50:49',3970,313,'2005-08-08 04:39:49',1,'2006-02-15 21:30:53'),(10934,'2005-08-02 02:52:18',4458,142,'2005-08-06 01:23:18',2,'2006-02-15 21:30:53'),(10935,'2005-08-02 02:54:53',4373,42,'2005-08-10 00:07:53',2,'2006-02-15 21:30:53'),(10936,'2005-08-02 02:55:04',463,445,'2005-08-11 07:56:04',1,'2006-02-15 21:30:53'),(10937,'2005-08-02 03:00:18',1320,416,'2005-08-11 03:44:18',2,'2006-02-15 21:30:53'),(10938,'2005-08-02 03:05:22',3918,502,'2005-08-05 08:31:22',1,'2006-02-15 21:30:53'),(10939,'2005-08-02 03:06:20',2131,161,'2005-08-04 01:22:20',2,'2006-02-15 21:30:53'),(10940,'2005-08-02 03:08:29',3760,120,'2005-08-07 21:28:29',2,'2006-02-15 21:30:53'),(10941,'2005-08-02 03:11:33',2132,531,'2005-08-10 07:31:33',1,'2006-02-15 21:30:53'),(10942,'2005-08-02 03:16:31',2304,78,'2005-08-11 02:46:31',2,'2006-02-15 21:30:53'),(10943,'2005-08-02 03:17:29',1036,377,'2005-08-03 00:50:29',2,'2006-02-15 21:30:53'),(10944,'2005-08-02 03:20:03',2373,470,'2005-08-04 04:13:03',2,'2006-02-15 21:30:53'),(10945,'2005-08-02 03:20:23',3684,532,'2005-08-09 03:23:23',1,'2006-02-15 21:30:53'),(10946,'2005-08-02 03:20:39',4271,56,'2005-08-05 02:59:39',1,'2006-02-15 21:30:53'),(10947,'2005-08-02 03:23:17',2510,500,'2005-08-07 05:25:17',1,'2006-02-15 21:30:53'),(10948,'2005-08-02 03:23:23',4429,220,'2005-08-05 23:18:23',1,'2006-02-15 21:30:53'),(10949,'2005-08-02 03:24:04',2309,389,'2005-08-06 08:36:04',2,'2006-02-15 21:30:53'),(10950,'2005-08-02 03:25:08',707,451,'2005-08-07 23:11:08',2,'2006-02-15 21:30:53'),(10951,'2005-08-02 03:26:35',173,144,'2005-08-07 22:03:35',1,'2006-02-15 21:30:53'),(10952,'2005-08-02 03:28:21',3218,111,'2005-08-09 01:41:21',1,'2006-02-15 21:30:53'),(10953,'2005-08-02 03:28:38',1510,483,'2005-08-11 03:53:38',1,'2006-02-15 21:30:53'),(10954,'2005-08-02 03:30:24',3406,20,'2005-08-08 05:52:24',2,'2006-02-15 21:30:53'),(10955,'2005-08-02 03:32:34',618,490,'2005-08-09 21:53:34',2,'2006-02-15 21:30:53'),(10956,'2005-08-02 03:33:14',4372,54,'2005-08-09 09:20:14',2,'2006-02-15 21:30:53'),(10957,'2005-08-02 03:33:30',1652,447,'2005-08-10 06:19:30',2,'2006-02-15 21:30:53'),(10958,'2005-08-02 03:37:13',2174,160,'2005-08-04 23:28:13',2,'2006-02-15 21:30:53'),(10959,'2005-08-02 03:39:39',4233,431,'2005-08-11 07:20:39',1,'2006-02-15 21:30:53'),(10960,'2005-08-02 03:46:18',3536,399,'2005-08-11 01:29:18',1,'2006-02-15 21:30:53'),(10961,'2005-08-02 03:47:55',1416,375,'2005-08-09 02:03:55',1,'2006-02-15 21:30:53'),(10962,'2005-08-02 03:48:13',1953,538,'2005-08-07 00:04:13',1,'2006-02-15 21:30:53'),(10963,'2005-08-02 03:48:17',4501,36,'2005-08-02 22:15:17',1,'2006-02-15 21:30:53'),(10964,'2005-08-02 03:56:23',2356,36,'2005-08-09 23:11:23',2,'2006-02-15 21:30:53'),(10965,'2005-08-02 04:00:19',2192,580,'2005-08-09 03:27:19',1,'2006-02-15 21:30:53'),(10966,'2005-08-02 04:00:47',478,584,'2005-08-08 01:58:47',2,'2006-02-15 21:30:53'),(10967,'2005-08-02 04:02:16',683,149,'2005-08-09 07:57:16',1,'2006-02-15 21:30:53'),(10968,'2005-08-02 04:03:13',888,234,'2005-08-11 08:36:13',1,'2006-02-15 21:30:53'),(10969,'2005-08-02 04:04:32',1898,244,'2005-08-09 23:18:32',1,'2006-02-15 21:30:53'),(10970,'2005-08-02 04:06:46',1202,260,'2005-08-10 04:27:46',1,'2006-02-15 21:30:53'),(10971,'2005-08-02 04:08:17',2789,383,'2005-08-09 00:02:17',1,'2006-02-15 21:30:53'),(10972,'2005-08-02 04:08:25',1928,348,'2005-08-09 23:25:25',1,'2006-02-15 21:30:53'),(10973,'2005-08-02 04:09:42',3562,127,'2005-08-08 05:24:42',2,'2006-02-15 21:30:53'),(10974,'2005-08-02 04:10:52',690,491,'2005-08-09 08:26:52',1,'2006-02-15 21:30:53'),(10975,'2005-08-02 04:11:25',2616,361,'2005-08-04 04:39:25',2,'2006-02-15 21:30:53'),(10976,'2005-08-02 04:11:48',2418,326,'2005-08-06 06:30:48',2,'2006-02-15 21:30:53'),(10977,'2005-08-02 04:12:17',2302,300,'2005-08-06 06:52:17',2,'2006-02-15 21:30:53'),(10978,'2005-08-02 04:12:27',1597,487,'2005-08-10 08:19:27',2,'2006-02-15 21:30:53'),(10979,'2005-08-02 04:16:37',2625,160,'2005-08-06 00:01:37',2,'2006-02-15 21:30:53'),(10980,'2005-08-02 04:17:32',150,547,'2005-08-04 05:12:32',1,'2006-02-15 21:30:53'),(10981,'2005-08-02 04:17:53',3699,305,'2005-08-09 03:45:53',2,'2006-02-15 21:30:53'),(10982,'2005-08-02 04:19:11',2508,345,'2005-08-04 00:20:11',2,'2006-02-15 21:30:53'),(10983,'2005-08-02 04:24:23',4502,380,'2005-08-09 08:05:23',2,'2006-02-15 21:30:53'),(10984,'2005-08-02 04:30:02',1813,450,'2005-08-10 02:51:02',1,'2006-02-15 21:30:53'),(10985,'2005-08-02 04:30:19',2734,186,'2005-08-03 05:18:19',1,'2006-02-15 21:30:53'),(10986,'2005-08-02 04:35:24',555,597,'2005-08-09 07:34:24',2,'2006-02-15 21:30:53'),(10987,'2005-08-02 04:36:52',968,349,'2005-08-04 00:03:52',1,'2006-02-15 21:30:53'),(10988,'2005-08-02 04:38:17',1157,509,'2005-08-09 00:09:17',1,'2006-02-15 21:30:53'),(10989,'2005-08-02 04:40:54',2272,7,'2005-08-09 03:39:54',2,'2006-02-15 21:30:53'),(10990,'2005-08-02 04:41:06',262,111,'2005-08-10 05:02:06',2,'2006-02-15 21:30:53'),(10991,'2005-08-02 04:41:12',2854,77,'2005-08-05 05:36:12',2,'2006-02-15 21:30:53'),(10992,'2005-08-02 04:41:17',11,180,'2005-08-09 02:13:17',1,'2006-02-15 21:30:53'),(10993,'2005-08-02 04:45:01',292,383,'2005-08-04 03:32:01',1,'2006-02-15 21:30:53'),(10994,'2005-08-02 04:46:53',647,323,'2005-08-11 10:30:53',1,'2006-02-15 21:30:53'),(10995,'2005-08-02 04:48:00',2891,340,'2005-08-07 05:00:00',1,'2006-02-15 21:30:53'),(10996,'2005-08-02 04:48:11',2235,26,'2005-08-06 08:00:11',1,'2006-02-15 21:30:53'),(10997,'2005-08-02 04:49:02',300,334,'2005-08-10 08:13:02',2,'2006-02-15 21:30:53'),(10998,'2005-08-02 04:50:55',1479,435,'2005-08-11 03:43:55',1,'2006-02-15 21:30:53'),(10999,'2005-08-02 04:53:13',2013,227,'2005-08-06 04:36:13',2,'2006-02-15 21:30:53'),(11000,'2005-08-02 04:56:14',264,265,'2005-08-07 01:39:14',2,'2006-02-15 21:30:53'),(11001,'2005-08-02 04:56:45',3701,5,'2005-08-11 08:04:45',1,'2006-02-15 21:30:53'),(11002,'2005-08-02 05:02:56',3073,583,'2005-08-05 07:04:56',2,'2006-02-15 21:30:53'),(11003,'2005-08-02 05:03:05',4301,272,'2005-08-05 10:48:05',2,'2006-02-15 21:30:53'),(11004,'2005-08-02 05:04:18',200,45,'2005-08-11 00:03:18',2,'2006-02-15 21:30:53'),(11005,'2005-08-02 05:05:23',1547,216,'2005-08-07 23:28:23',2,'2006-02-15 21:30:53'),(11006,'2005-08-02 05:05:52',2776,473,'2005-08-05 03:33:52',1,'2006-02-15 21:30:53'),(11007,'2005-08-02 05:05:53',4172,98,'2005-08-05 01:56:53',2,'2006-02-15 21:30:53'),(11008,'2005-08-02 05:06:17',2831,375,'2005-08-10 01:22:17',2,'2006-02-15 21:30:53'),(11009,'2005-08-02 05:06:23',2574,596,'2005-08-08 03:02:23',1,'2006-02-15 21:30:53'),(11010,'2005-08-02 05:06:27',869,326,'2005-08-03 23:47:27',2,'2006-02-15 21:30:53'),(11011,'2005-08-02 05:07:07',3981,256,'2005-08-09 07:16:07',1,'2006-02-15 21:30:53'),(11012,'2005-08-02 05:09:42',542,162,'2005-08-05 07:22:42',2,'2006-02-15 21:30:53'),(11013,'2005-08-02 05:10:54',2993,527,'2005-08-10 08:59:54',1,'2006-02-15 21:30:53'),(11014,'2005-08-02 05:12:22',393,269,'2005-08-07 09:33:22',1,'2006-02-15 21:30:53'),(11015,'2005-08-02 05:13:00',4331,138,'2005-08-08 04:18:00',2,'2006-02-15 21:30:53'),(11016,'2005-08-02 05:19:13',4446,116,'2005-08-05 05:31:13',1,'2006-02-15 21:30:53'),(11017,'2005-08-02 05:19:51',4140,480,'2005-08-09 00:36:51',2,'2006-02-15 21:30:53'),(11018,'2005-08-02 05:27:53',2988,197,'2005-08-07 10:48:53',1,'2006-02-15 21:30:53'),(11019,'2005-08-02 05:29:31',3227,112,'2005-08-04 00:42:31',1,'2006-02-15 21:30:53'),(11020,'2005-08-02 05:29:48',1645,242,'2005-08-06 05:36:48',2,'2006-02-15 21:30:53'),(11021,'2005-08-02 05:30:11',2069,385,'2005-08-05 05:50:11',2,'2006-02-15 21:30:53'),(11022,'2005-08-02 05:35:03',827,206,'2005-08-09 10:20:03',2,'2006-02-15 21:30:53'),(11023,'2005-08-02 05:36:38',3617,6,'2005-08-10 05:39:38',1,'2006-02-15 21:30:53'),(11024,'2005-08-02 05:38:31',2284,427,'2005-08-11 04:47:31',1,'2006-02-15 21:30:53'),(11025,'2005-08-02 05:39:12',2253,419,'2005-08-08 00:09:12',2,'2006-02-15 21:30:53'),(11026,'2005-08-02 05:46:05',3554,531,'2005-08-07 06:27:05',2,'2006-02-15 21:30:53'),(11027,'2005-08-02 05:47:10',571,412,'2005-08-05 23:51:10',1,'2006-02-15 21:30:53'),(11028,'2005-08-02 05:48:20',2764,66,'2005-08-10 11:21:20',1,'2006-02-15 21:30:53'),(11029,'2005-08-02 05:51:10',1023,45,'2005-08-05 04:15:10',1,'2006-02-15 21:30:53'),(11030,'2005-08-02 05:51:20',1437,569,'2005-08-06 04:20:20',1,'2006-02-15 21:30:53'),(11031,'2005-08-02 05:52:58',1205,361,'2005-08-07 07:14:58',2,'2006-02-15 21:30:53'),(11032,'2005-08-02 05:53:35',1119,359,'2005-08-05 02:58:35',2,'2006-02-15 21:30:53'),(11033,'2005-08-02 05:54:17',3323,155,'2005-08-09 10:50:17',2,'2006-02-15 21:30:53'),(11034,'2005-08-02 05:54:53',2939,586,'2005-08-09 04:14:53',1,'2006-02-15 21:30:53'),(11035,'2005-08-02 05:55:39',3776,305,'2005-08-08 06:46:39',2,'2006-02-15 21:30:53'),(11036,'2005-08-02 05:56:29',2054,502,'2005-08-05 05:00:29',2,'2006-02-15 21:30:53'),(11037,'2005-08-02 05:58:12',4291,220,'2005-08-07 11:26:12',1,'2006-02-15 21:30:53'),(11038,'2005-08-02 05:59:42',4452,403,'2005-08-08 04:37:42',2,'2006-02-15 21:30:53'),(11039,'2005-08-02 06:00:53',549,170,'2005-08-05 06:19:53',2,'2006-02-15 21:30:53'),(11040,'2005-08-02 06:03:22',2297,223,'2005-08-03 07:58:22',1,'2006-02-15 21:30:53'),(11041,'2005-08-02 06:03:53',1897,435,'2005-08-03 11:57:53',1,'2006-02-15 21:30:53'),(11042,'2005-08-02 06:04:33',4149,439,'2005-08-11 01:30:33',1,'2006-02-15 21:30:53'),(11043,'2005-08-02 06:04:44',65,573,'2005-08-06 11:37:44',1,'2006-02-15 21:30:53'),(11044,'2005-08-02 06:05:27',2922,122,'2005-08-06 05:15:27',1,'2006-02-15 21:30:53'),(11045,'2005-08-02 06:07:54',2214,402,'2005-08-08 00:37:54',1,'2006-02-15 21:30:53'),(11046,'2005-08-02 06:08:34',2105,526,'2005-08-06 08:45:34',2,'2006-02-15 21:30:53'),(11047,'2005-08-02 06:09:20',2267,416,'2005-08-11 08:36:20',1,'2006-02-15 21:30:53'),(11048,'2005-08-02 06:15:07',206,491,'2005-08-04 02:47:07',2,'2006-02-15 21:30:53'),(11049,'2005-08-02 06:15:40',4352,38,'2005-08-11 10:09:40',2,'2006-02-15 21:30:53'),(11050,'2005-08-02 06:17:16',2077,234,'2005-08-09 05:58:16',1,'2006-02-15 21:30:53'),(11051,'2005-08-02 06:23:39',4189,446,'2005-08-06 06:46:39',2,'2006-02-15 21:30:53'),(11052,'2005-08-02 06:26:19',1089,331,'2005-08-06 04:20:19',2,'2006-02-15 21:30:53'),(11053,'2005-08-02 06:27:13',2599,50,'2005-08-09 11:24:13',2,'2006-02-15 21:30:53'),(11054,'2005-08-02 06:33:07',728,577,'2005-08-10 02:52:07',2,'2006-02-15 21:30:53'),(11055,'2005-08-02 06:36:05',3851,182,'2005-08-06 00:36:05',1,'2006-02-15 21:30:53'),(11056,'2005-08-02 06:36:27',1404,88,'2005-08-10 06:02:27',1,'2006-02-15 21:30:53'),(11057,'2005-08-02 06:38:19',3143,137,'2005-08-11 03:43:19',1,'2006-02-15 21:30:53'),(11058,'2005-08-02 06:38:44',3270,274,'2005-08-06 06:45:44',1,'2006-02-15 21:30:53'),(11059,'2005-08-02 06:41:38',428,189,'2005-08-09 04:34:38',1,'2006-02-15 21:30:53'),(11060,'2005-08-02 06:48:18',3395,496,'2005-08-10 11:49:18',1,'2006-02-15 21:30:53'),(11061,'2005-08-02 06:50:18',809,245,'2005-08-07 07:41:18',2,'2006-02-15 21:30:53'),(11062,'2005-08-02 06:52:54',2014,346,'2005-08-07 10:59:54',1,'2006-02-15 21:30:53'),(11063,'2005-08-02 06:53:48',2261,461,'2005-08-05 03:38:48',2,'2006-02-15 21:30:53'),(11064,'2005-08-02 06:55:17',3012,338,'2005-08-06 03:29:17',1,'2006-02-15 21:30:53'),(11065,'2005-08-02 06:57:55',2226,357,'2005-08-06 01:31:55',2,'2006-02-15 21:30:53'),(11066,'2005-08-02 06:58:32',4213,373,'2005-08-10 01:27:32',2,'2006-02-15 21:30:53'),(11067,'2005-08-02 07:03:24',965,85,'2005-08-10 08:59:24',2,'2006-02-15 21:30:53'),(11068,'2005-08-02 07:08:07',1262,52,'2005-08-09 11:15:07',2,'2006-02-15 21:30:53'),(11069,'2005-08-02 07:09:34',57,4,'2005-08-08 08:39:34',1,'2006-02-15 21:30:53'),(11070,'2005-08-02 07:10:39',4020,298,'2005-08-03 07:43:39',1,'2006-02-15 21:30:53'),(11071,'2005-08-02 07:10:53',4264,294,'2005-08-07 09:58:53',1,'2006-02-15 21:30:53'),(11072,'2005-08-02 07:10:57',3078,21,'2005-08-04 07:42:57',1,'2006-02-15 21:30:53'),(11073,'2005-08-02 07:13:03',4232,234,'2005-08-03 05:46:03',1,'2006-02-15 21:30:53'),(11074,'2005-08-02 07:21:43',1439,277,'2005-08-08 05:18:43',1,'2006-02-15 21:30:53'),(11075,'2005-08-02 07:24:23',3027,503,'2005-08-08 04:55:23',1,'2006-02-15 21:30:53'),(11076,'2005-08-02 07:24:47',837,211,'2005-08-10 09:16:47',1,'2006-02-15 21:30:53'),(11077,'2005-08-02 07:26:43',4254,158,'2005-08-09 10:34:43',2,'2006-02-15 21:30:53'),(11078,'2005-08-02 07:26:58',2362,587,'2005-08-07 01:59:58',2,'2006-02-15 21:30:53'),(11079,'2005-08-02 07:29:10',3185,29,'2005-08-07 01:59:10',2,'2006-02-15 21:30:53'),(11080,'2005-08-02 07:29:56',4303,571,'2005-08-08 05:58:56',1,'2006-02-15 21:30:53'),(11081,'2005-08-02 07:30:14',3804,513,'2005-08-09 08:50:14',1,'2006-02-15 21:30:53'),(11082,'2005-08-02 07:30:19',3037,190,'2005-08-07 05:20:19',2,'2006-02-15 21:30:53'),(11083,'2005-08-02 07:32:01',4395,295,'2005-08-08 02:23:01',1,'2006-02-15 21:30:53'),(11084,'2005-08-02 07:34:19',32,369,'2005-08-07 09:30:19',1,'2006-02-15 21:30:53'),(11085,'2005-08-02 07:36:44',3207,276,'2005-08-04 03:32:44',1,'2006-02-15 21:30:53'),(11086,'2005-08-02 07:38:44',552,371,'2005-08-11 06:30:44',1,'2006-02-15 21:30:53'),(11087,'2005-08-02 07:41:41',654,2,'2005-08-10 10:37:41',2,'2006-02-15 21:30:53'),(11088,'2005-08-02 07:48:31',2739,138,'2005-08-05 08:09:31',2,'2006-02-15 21:30:53'),(11089,'2005-08-02 07:52:20',825,421,'2005-08-07 07:24:20',1,'2006-02-15 21:30:53'),(11090,'2005-08-02 07:56:40',2743,89,'2005-08-10 07:58:40',1,'2006-02-15 21:30:53'),(11091,'2005-08-02 07:56:41',1659,423,'2005-08-07 05:35:41',2,'2006-02-15 21:30:53'),(11092,'2005-08-02 07:58:50',569,60,'2005-08-04 03:23:50',2,'2006-02-15 21:30:53'),(11093,'2005-08-02 07:59:49',239,82,'2005-08-11 06:01:49',1,'2006-02-15 21:30:53'),(11094,'2005-08-02 08:03:02',3095,18,'2005-08-03 11:34:02',1,'2006-02-15 21:30:53'),(11095,'2005-08-02 08:03:20',3517,278,'2005-08-10 05:20:20',1,'2006-02-15 21:30:53'),(11096,'2005-08-02 08:05:19',1436,34,'2005-08-04 07:28:19',2,'2006-02-15 21:30:53'),(11097,'2005-08-02 08:05:46',2493,575,'2005-08-10 12:00:46',2,'2006-02-15 21:30:53'),(11098,'2005-08-02 08:06:18',158,570,'2005-08-11 04:50:18',2,'2006-02-15 21:30:53'),(11099,'2005-08-02 08:07:12',1444,102,'2005-08-07 12:11:12',2,'2006-02-15 21:30:53'),(11100,'2005-08-02 08:08:00',3047,65,'2005-08-10 07:19:00',1,'2006-02-15 21:30:53'),(11101,'2005-08-02 08:08:24',2621,80,'2005-08-06 05:55:24',1,'2006-02-15 21:30:53'),(11102,'2005-08-02 08:08:30',3112,73,'2005-08-04 09:16:30',1,'2006-02-15 21:30:53'),(11103,'2005-08-02 08:09:54',1879,158,'2005-08-07 12:05:54',1,'2006-02-15 21:30:53'),(11104,'2005-08-02 08:09:58',3042,196,'2005-08-05 11:55:58',1,'2006-02-15 21:30:53'),(11105,'2005-08-02 08:13:31',3170,245,'2005-08-03 11:08:31',1,'2006-02-15 21:30:53'),(11106,'2005-08-02 08:17:38',2307,287,'2005-08-03 07:54:38',1,'2006-02-15 21:30:53'),(11107,'2005-08-02 08:19:38',2217,410,'2005-08-07 08:46:38',2,'2006-02-15 21:30:53'),(11108,'2005-08-02 08:20:01',560,447,'2005-08-03 13:22:01',2,'2006-02-15 21:30:53'),(11109,'2005-08-02 08:20:29',2683,479,'2005-08-09 11:35:29',2,'2006-02-15 21:30:53'),(11110,'2005-08-02 08:20:31',4311,4,'2005-08-04 05:06:31',2,'2006-02-15 21:30:53'),(11111,'2005-08-02 08:21:27',334,378,'2005-08-06 07:48:27',2,'2006-02-15 21:30:53'),(11112,'2005-08-02 08:25:14',526,207,'2005-08-03 08:41:14',1,'2006-02-15 21:30:53'),(11113,'2005-08-02 08:26:24',1654,231,'2005-08-07 09:24:24',2,'2006-02-15 21:30:53'),(11114,'2005-08-02 08:26:45',1273,572,'2005-08-03 08:41:45',2,'2006-02-15 21:30:53'),(11115,'2005-08-02 08:31:06',3812,408,'2005-08-04 02:36:06',2,'2006-02-15 21:30:53'),(11116,'2005-08-02 08:34:40',434,344,'2005-08-09 04:56:40',1,'2006-02-15 21:30:53'),(11117,'2005-08-02 08:36:03',1613,474,'2005-08-05 06:56:03',2,'2006-02-15 21:30:53'),(11118,'2005-08-02 08:44:18',2411,15,'2005-08-05 08:08:18',2,'2006-02-15 21:30:53'),(11119,'2005-08-02 08:44:44',4307,489,'2005-08-10 11:32:44',2,'2006-02-15 21:30:53'),(11120,'2005-08-02 08:47:04',4185,322,'2005-08-05 05:33:04',1,'2006-02-15 21:30:53'),(11121,'2005-08-02 08:48:31',1025,572,'2005-08-04 05:08:31',2,'2006-02-15 21:30:53'),(11122,'2005-08-02 08:49:09',3021,383,'2005-08-08 04:33:09',1,'2006-02-15 21:30:53'),(11123,'2005-08-02 08:54:17',1926,150,'2005-08-09 11:11:17',2,'2006-02-15 21:30:53'),(11124,'2005-08-02 08:55:25',698,249,'2005-08-10 10:59:25',1,'2006-02-15 21:30:53'),(11125,'2005-08-02 08:55:35',2081,237,'2005-08-03 09:12:35',1,'2006-02-15 21:30:53'),(11126,'2005-08-02 08:59:04',3310,47,'2005-08-04 11:00:04',1,'2006-02-15 21:30:53'),(11127,'2005-08-02 09:00:59',1106,351,'2005-08-05 11:54:59',2,'2006-02-15 21:30:53'),(11128,'2005-08-02 09:03:25',3472,386,'2005-08-09 04:36:25',1,'2006-02-15 21:30:53'),(11129,'2005-08-02 09:08:44',23,566,'2005-08-04 04:00:44',1,'2006-02-15 21:30:53'),(11130,'2005-08-02 09:08:59',684,329,'2005-08-09 07:50:59',2,'2006-02-15 21:30:53'),(11131,'2005-08-02 09:10:04',1860,293,'2005-08-08 09:59:04',2,'2006-02-15 21:30:53'),(11132,'2005-08-02 09:14:09',2212,398,'2005-08-08 06:39:09',1,'2006-02-15 21:30:53'),(11133,'2005-08-02 09:15:45',675,120,'2005-08-04 10:39:45',1,'2006-02-15 21:30:53'),(11134,'2005-08-02 09:19:22',2641,372,'2005-08-11 03:56:22',1,'2006-02-15 21:30:53'),(11135,'2005-08-02 09:22:25',799,32,'2005-08-04 14:30:25',2,'2006-02-15 21:30:53'),(11136,'2005-08-02 09:22:57',1315,559,'2005-08-08 14:12:57',2,'2006-02-15 21:30:53'),(11137,'2005-08-02 09:25:31',2500,310,'2005-08-08 08:10:31',1,'2006-02-15 21:30:53'),(11138,'2005-08-02 09:26:16',4250,458,'2005-08-11 07:50:16',2,'2006-02-15 21:30:53'),(11139,'2005-08-02 09:27:36',1011,236,'2005-08-08 14:07:36',2,'2006-02-15 21:30:53'),(11140,'2005-08-02 09:27:45',3836,132,'2005-08-05 04:10:45',1,'2006-02-15 21:30:53'),(11141,'2005-08-02 09:29:11',1614,15,'2005-08-04 07:50:11',1,'2006-02-15 21:30:53'),(11142,'2005-08-02 09:30:11',2954,306,'2005-08-05 06:52:11',1,'2006-02-15 21:30:53'),(11143,'2005-08-02 09:32:54',3382,100,'2005-08-05 12:04:54',2,'2006-02-15 21:30:53'),(11144,'2005-08-02 09:39:17',2724,376,'2005-08-03 11:53:17',2,'2006-02-15 21:30:53'),(11145,'2005-08-02 09:43:24',1270,291,'2005-08-05 15:29:24',1,'2006-02-15 21:30:53'),(11146,'2005-08-02 09:45:32',2488,552,'2005-08-07 07:33:32',1,'2006-02-15 21:30:53'),(11147,'2005-08-02 09:45:54',1562,597,'2005-08-07 07:28:54',1,'2006-02-15 21:30:53'),(11148,'2005-08-02 09:47:08',2991,230,'2005-08-08 10:57:08',1,'2006-02-15 21:30:53'),(11149,'2005-08-02 09:51:43',3254,358,'2005-08-11 09:40:43',2,'2006-02-15 21:30:53'),(11150,'2005-08-02 09:51:46',2193,527,'2005-08-05 09:03:46',2,'2006-02-15 21:30:53'),(11151,'2005-08-02 09:52:44',3939,391,'2005-08-05 06:29:44',2,'2006-02-15 21:30:53'),(11152,'2005-08-02 09:53:36',3887,494,'2005-08-11 14:58:36',1,'2006-02-15 21:30:53'),(11153,'2005-08-02 09:54:19',1546,220,'2005-08-10 14:57:19',1,'2006-02-15 21:30:53'),(11154,'2005-08-02 09:54:50',697,160,'2005-08-06 14:48:50',2,'2006-02-15 21:30:53'),(11155,'2005-08-02 09:55:28',2001,73,'2005-08-03 06:00:28',2,'2006-02-15 21:30:53'),(11156,'2005-08-02 09:56:06',907,465,'2005-08-04 13:36:06',2,'2006-02-15 21:30:53'),(11157,'2005-08-02 09:58:15',1313,244,'2005-08-06 04:23:15',2,'2006-02-15 21:30:53'),(11158,'2005-08-02 09:58:28',530,190,'2005-08-10 13:54:28',2,'2006-02-15 21:30:53'),(11159,'2005-08-02 10:00:55',4575,249,'2005-08-05 10:38:55',1,'2006-02-15 21:30:53'),(11160,'2005-08-02 10:05:30',3260,436,'2005-08-07 08:30:30',1,'2006-02-15 21:30:53'),(11161,'2005-08-02 10:05:57',3321,503,'2005-08-06 05:05:57',2,'2006-02-15 21:30:53'),(11162,'2005-08-02 10:07:54',1809,277,'2005-08-05 11:35:54',2,'2006-02-15 21:30:53'),(11163,'2005-08-02 10:08:40',1925,505,'2005-08-05 14:59:40',1,'2006-02-15 21:30:53'),(11164,'2005-08-02 10:10:56',4450,580,'2005-08-10 11:20:56',2,'2006-02-15 21:30:53'),(11165,'2005-08-02 10:12:17',2059,513,'2005-08-04 11:09:17',1,'2006-02-15 21:30:53'),(11166,'2005-08-02 10:14:58',638,11,'2005-08-11 11:43:58',1,'2006-02-15 21:30:53'),(11167,'2005-08-02 10:15:51',148,451,'2005-08-09 09:18:51',1,'2006-02-15 21:30:53'),(11168,'2005-08-02 10:19:42',468,555,'2005-08-04 08:42:42',1,'2006-02-15 21:30:53'),(11169,'2005-08-02 10:19:42',2392,329,'2005-08-07 05:45:42',1,'2006-02-15 21:30:53'),(11170,'2005-08-02 10:21:53',1333,547,'2005-08-08 11:08:53',1,'2006-02-15 21:30:53'),(11171,'2005-08-02 10:23:41',3117,339,'2005-08-04 14:22:41',2,'2006-02-15 21:30:53'),(11172,'2005-08-02 10:27:52',1207,76,'2005-08-11 12:47:52',1,'2006-02-15 21:30:53'),(11173,'2005-08-02 10:28:00',4296,146,'2005-08-10 14:53:00',1,'2006-02-15 21:30:53'),(11174,'2005-08-02 10:32:11',1551,328,'2005-08-09 12:30:11',1,'2006-02-15 21:30:53'),(11175,'2005-08-02 10:38:47',85,164,'2005-08-07 07:11:47',2,'2006-02-15 21:30:53'),(11176,'2005-08-02 10:39:43',1448,37,'2005-08-09 14:42:43',2,'2006-02-15 21:30:53'),(11177,'2005-08-02 10:43:48',1149,2,'2005-08-10 10:55:48',2,'2006-02-15 21:30:53'),(11178,'2005-08-02 10:48:10',2613,342,'2005-08-06 06:07:10',1,'2006-02-15 21:30:53'),(11179,'2005-08-02 10:50:06',4376,5,'2005-08-04 05:24:06',1,'2006-02-15 21:30:53'),(11180,'2005-08-02 10:54:30',3632,534,'2005-08-11 15:55:30',1,'2006-02-15 21:30:53'),(11181,'2005-08-02 10:55:03',3127,557,'2005-08-07 10:43:03',1,'2006-02-15 21:30:53'),(11182,'2005-08-02 10:55:14',605,54,'2005-08-06 05:58:14',1,'2006-02-15 21:30:53'),(11183,'2005-08-02 11:00:32',833,102,'2005-08-04 08:59:32',2,'2006-02-15 21:30:53'),(11184,'2005-08-02 11:01:26',871,259,'2005-08-11 06:29:26',1,'2006-02-15 21:30:53'),(11185,'2005-08-02 11:04:35',1215,469,'2005-08-05 13:48:35',2,'2006-02-15 21:30:53'),(11186,'2005-08-02 11:12:08',733,353,'2005-08-03 10:46:08',1,'2006-02-15 21:30:53'),(11187,'2005-08-02 11:16:19',3626,410,'2005-08-11 06:11:19',1,'2006-02-15 21:30:53'),(11188,'2005-08-02 11:17:11',1372,485,'2005-08-08 16:46:11',2,'2006-02-15 21:30:53'),(11189,'2005-08-02 11:17:23',729,565,'2005-08-09 16:30:23',2,'2006-02-15 21:30:53'),(11190,'2005-08-02 11:21:34',922,254,'2005-08-05 05:23:34',1,'2006-02-15 21:30:53'),(11191,'2005-08-02 11:24:07',1097,571,'2005-08-10 10:39:07',1,'2006-02-15 21:30:53'),(11192,'2005-08-02 11:29:41',1998,349,'2005-08-07 06:01:41',2,'2006-02-15 21:30:53'),(11193,'2005-08-02 11:31:33',2246,292,'2005-08-04 14:00:33',1,'2006-02-15 21:30:53'),(11194,'2005-08-02 11:35:53',2732,135,'2005-08-10 11:28:53',1,'2006-02-15 21:30:53'),(11195,'2005-08-02 11:42:23',4359,177,'2005-08-03 08:29:23',1,'2006-02-15 21:30:53'),(11196,'2005-08-02 11:42:40',2648,126,'2005-08-10 11:58:40',2,'2006-02-15 21:30:53'),(11197,'2005-08-02 11:45:07',3041,122,'2005-08-03 09:07:07',1,'2006-02-15 21:30:53'),(11198,'2005-08-02 11:45:15',2908,540,'2005-08-10 11:42:15',2,'2006-02-15 21:30:53'),(11199,'2005-08-02 11:47:40',3926,578,'2005-08-10 06:52:40',2,'2006-02-15 21:30:53'),(11200,'2005-08-02 11:48:36',2730,98,'2005-08-07 08:35:36',2,'2006-02-15 21:30:53'),(11201,'2005-08-02 11:49:16',1501,195,'2005-08-11 08:39:16',1,'2006-02-15 21:30:53'),(11202,'2005-08-02 11:51:57',3625,231,'2005-08-08 09:41:57',1,'2006-02-15 21:30:53'),(11203,'2005-08-02 11:52:41',4520,92,'2005-08-10 15:52:41',2,'2006-02-15 21:30:53'),(11204,'2005-08-02 11:56:31',3578,247,'2005-08-06 14:16:31',2,'2006-02-15 21:30:53'),(11205,'2005-08-02 11:56:54',4321,552,'2005-08-05 08:24:54',1,'2006-02-15 21:30:53'),(11206,'2005-08-02 11:58:03',4131,72,'2005-08-07 12:36:03',2,'2006-02-15 21:30:53'),(11207,'2005-08-02 12:01:30',4470,481,'2005-08-05 07:56:30',1,'2006-02-15 21:30:53'),(11208,'2005-08-02 12:02:37',4566,320,'2005-08-05 10:56:37',1,'2006-02-15 21:30:53'),(11209,'2005-08-02 12:09:45',3219,24,'2005-08-07 08:52:45',1,'2006-02-15 21:30:53'),(11210,'2005-08-02 12:15:54',422,202,'2005-08-04 16:18:54',2,'2006-02-15 21:30:53'),(11211,'2005-08-02 12:16:48',1722,245,'2005-08-03 10:40:48',1,'2006-02-15 21:30:53'),(11212,'2005-08-02 12:18:29',4007,343,'2005-08-05 16:05:29',2,'2006-02-15 21:30:53'),(11213,'2005-08-02 12:18:35',1007,584,'2005-08-05 08:44:35',2,'2006-02-15 21:30:53'),(11214,'2005-08-02 12:19:50',2722,407,'2005-08-11 06:38:50',1,'2006-02-15 21:30:53'),(11215,'2005-08-02 12:20:42',379,197,'2005-08-06 14:01:42',1,'2006-02-15 21:30:53'),(11216,'2005-08-02 12:23:43',1109,473,'2005-08-03 13:19:43',1,'2006-02-15 21:30:53'),(11217,'2005-08-02 12:26:31',1201,417,'2005-08-09 09:53:31',2,'2006-02-15 21:30:53'),(11218,'2005-08-02 12:29:12',1126,500,'2005-08-10 16:13:12',2,'2006-02-15 21:30:53'),(11219,'2005-08-02 12:30:20',2889,461,'2005-08-08 13:42:20',2,'2006-02-15 21:30:53'),(11220,'2005-08-02 12:31:41',3777,84,'2005-08-05 08:23:41',2,'2006-02-15 21:30:53'),(11221,'2005-08-02 12:32:12',1689,146,'2005-08-03 17:13:12',1,'2006-02-15 21:30:53'),(11222,'2005-08-02 12:32:28',1780,407,'2005-08-11 18:15:28',2,'2006-02-15 21:30:53'),(11223,'2005-08-02 12:34:27',1994,597,'2005-08-07 14:21:27',1,'2006-02-15 21:30:53'),(11224,'2005-08-02 12:40:38',3938,181,'2005-08-04 10:02:38',2,'2006-02-15 21:30:53'),(11225,'2005-08-02 12:43:27',3721,159,'2005-08-04 18:41:27',2,'2006-02-15 21:30:53'),(11226,'2005-08-02 12:47:30',79,282,'2005-08-06 11:24:30',1,'2006-02-15 21:30:53'),(11227,'2005-08-02 12:48:05',1101,65,'2005-08-11 14:08:05',1,'2006-02-15 21:30:53'),(11228,'2005-08-02 12:55:23',2561,144,'2005-08-08 12:31:23',1,'2006-02-15 21:30:53'),(11229,'2005-08-02 12:56:37',941,332,'2005-08-11 11:13:37',2,'2006-02-15 21:30:53'),(11230,'2005-08-02 12:59:08',1463,257,'2005-08-04 13:42:08',1,'2006-02-15 21:30:53'),(11231,'2005-08-02 13:02:11',1100,90,'2005-08-07 10:05:11',2,'2006-02-15 21:30:53'),(11232,'2005-08-02 13:04:12',971,8,'2005-08-10 15:39:12',1,'2006-02-15 21:30:53'),(11233,'2005-08-02 13:06:11',2221,266,'2005-08-08 15:02:11',1,'2006-02-15 21:30:53'),(11234,'2005-08-02 13:12:17',1020,27,'2005-08-05 17:37:17',1,'2006-02-15 21:30:53'),(11235,'2005-08-02 13:13:21',2501,127,'2005-08-03 07:17:21',1,'2006-02-15 21:30:53'),(11236,'2005-08-02 13:17:21',145,420,'2005-08-09 09:53:21',2,'2006-02-15 21:30:53'),(11237,'2005-08-02 13:24:01',2668,426,'2005-08-05 11:41:01',2,'2006-02-15 21:30:53'),(11238,'2005-08-02 13:25:50',2705,506,'2005-08-08 19:12:50',2,'2006-02-15 21:30:53'),(11239,'2005-08-02 13:27:11',189,111,'2005-08-03 14:36:11',1,'2006-02-15 21:30:53'),(11240,'2005-08-02 13:28:30',2170,597,'2005-08-05 11:40:30',1,'2006-02-15 21:30:53'),(11241,'2005-08-02 13:29:24',3657,543,'2005-08-11 11:36:24',2,'2006-02-15 21:30:53'),(11242,'2005-08-02 13:32:00',1041,434,'2005-08-10 19:24:00',2,'2006-02-15 21:30:53'),(11243,'2005-08-02 13:32:48',2517,361,'2005-08-11 18:55:48',1,'2006-02-15 21:30:53'),(11244,'2005-08-02 13:33:24',3423,142,'2005-08-10 10:18:24',2,'2006-02-15 21:30:53'),(11245,'2005-08-02 13:33:50',2609,92,'2005-08-04 10:20:50',2,'2006-02-15 21:30:53'),(11246,'2005-08-02 13:33:56',3577,550,'2005-08-03 08:52:56',2,'2006-02-15 21:30:53'),(11247,'2005-08-02 13:34:08',1661,441,'2005-08-06 16:23:08',2,'2006-02-15 21:30:53'),(11248,'2005-08-02 13:35:34',4139,312,'2005-08-03 10:37:34',1,'2006-02-15 21:30:53'),(11249,'2005-08-02 13:35:40',3394,157,'2005-08-07 11:22:40',1,'2006-02-15 21:30:53'),(11250,'2005-08-02 13:35:42',2223,279,'2005-08-10 12:32:42',2,'2006-02-15 21:30:53'),(11251,'2005-08-02 13:40:49',2181,532,'2005-08-09 14:16:49',2,'2006-02-15 21:30:53'),(11252,'2005-08-02 13:42:13',2410,337,'2005-08-06 19:04:13',2,'2006-02-15 21:30:53'),(11253,'2005-08-02 13:42:44',2898,303,'2005-08-09 17:06:44',2,'2006-02-15 21:30:53'),(11254,'2005-08-02 13:43:49',56,315,'2005-08-08 13:16:49',1,'2006-02-15 21:30:53'),(11255,'2005-08-02 13:44:30',3393,569,'2005-08-03 12:00:30',1,'2006-02-15 21:30:53'),(11256,'2005-08-02 13:44:53',2060,2,'2005-08-04 16:39:53',1,'2006-02-15 21:30:53'),(11257,'2005-08-02 13:45:05',105,468,'2005-08-11 16:37:05',1,'2006-02-15 21:30:53'),(11258,'2005-08-02 13:45:39',1576,242,'2005-08-06 07:57:39',1,'2006-02-15 21:30:53'),(11259,'2005-08-02 13:46:30',896,330,'2005-08-07 14:03:30',1,'2006-02-15 21:30:53'),(11260,'2005-08-02 13:52:19',4015,207,'2005-08-06 08:13:19',2,'2006-02-15 21:30:53'),(11261,'2005-08-02 13:54:26',31,204,'2005-08-10 19:04:26',2,'2006-02-15 21:30:53'),(11262,'2005-08-02 13:58:55',71,348,'2005-08-05 18:09:55',2,'2006-02-15 21:30:53'),(11263,'2005-08-02 14:02:19',1189,421,'2005-08-07 14:03:19',2,'2006-02-15 21:30:53'),(11264,'2005-08-02 14:05:18',3420,360,'2005-08-10 08:46:18',2,'2006-02-15 21:30:53'),(11265,'2005-08-02 14:05:42',3870,531,'2005-08-11 15:27:42',2,'2006-02-15 21:30:53'),(11266,'2005-08-02 14:07:35',3972,99,'2005-08-04 13:31:35',1,'2006-02-15 21:30:53'),(11267,'2005-08-02 14:09:08',2045,244,'2005-08-10 12:33:08',1,'2006-02-15 21:30:53'),(11268,'2005-08-02 14:10:39',3275,558,'2005-08-04 14:35:39',1,'2006-02-15 21:30:53'),(11269,'2005-08-02 14:11:41',2398,297,'2005-08-08 18:53:41',1,'2006-02-15 21:30:53'),(11270,'2005-08-02 14:18:07',1882,418,'2005-08-03 08:20:07',1,'2006-02-15 21:30:53'),(11271,'2005-08-02 14:18:22',4323,93,'2005-08-07 09:35:22',2,'2006-02-15 21:30:53'),(11272,'2005-08-02 14:20:27',4111,158,'2005-08-07 12:24:27',2,'2006-02-15 21:30:53'),(11273,'2005-08-02 14:20:55',3383,541,'2005-08-07 12:57:55',1,'2006-02-15 21:30:53'),(11274,'2005-08-02 14:24:08',1253,70,'2005-08-11 14:56:08',1,'2006-02-15 21:30:53'),(11275,'2005-08-02 14:25:58',2838,464,'2005-08-07 11:20:58',1,'2006-02-15 21:30:53'),(11276,'2005-08-02 14:28:46',4226,190,'2005-08-04 14:00:46',1,'2006-02-15 21:30:53'),(11277,'2005-08-02 14:28:50',2050,68,'2005-08-04 13:50:50',1,'2006-02-15 21:30:53'),(11278,'2005-08-02 14:29:43',961,143,'2005-08-07 10:13:43',1,'2006-02-15 21:30:53'),(11279,'2005-08-02 14:30:03',151,125,'2005-08-10 09:49:03',2,'2006-02-15 21:30:53'),(11280,'2005-08-02 14:34:33',1846,134,'2005-08-08 15:40:33',2,'2006-02-15 21:30:53'),(11281,'2005-08-02 14:35:01',2210,137,'2005-08-07 17:28:01',1,'2006-02-15 21:30:53'),(11282,'2005-08-02 14:35:03',1824,273,'2005-08-03 16:02:03',2,'2006-02-15 21:30:53'),(11283,'2005-08-02 14:39:46',312,134,'2005-08-05 10:19:46',2,'2006-02-15 21:30:53'),(11284,'2005-08-02 14:42:45',172,8,'2005-08-04 11:55:45',2,'2006-02-15 21:30:53'),(11285,'2005-08-02 14:44:02',3849,585,'2005-08-11 16:45:02',2,'2006-02-15 21:30:53'),(11286,'2005-08-02 14:44:22',1319,207,'2005-08-10 09:01:22',2,'2006-02-15 21:30:53'),(11287,'2005-08-02 14:49:51',927,55,'2005-08-09 09:19:51',2,'2006-02-15 21:30:53'),(11288,'2005-08-02 14:54:08',1478,298,'2005-08-11 12:22:08',1,'2006-02-15 21:30:53'),(11289,'2005-08-02 14:55:00',2869,10,'2005-08-11 13:57:00',1,'2006-02-15 21:30:53'),(11290,'2005-08-02 14:57:44',425,582,'2005-08-09 19:36:44',2,'2006-02-15 21:30:53'),(11291,'2005-08-02 14:57:58',491,417,'2005-08-11 09:04:58',2,'2006-02-15 21:30:53'),(11292,'2005-08-02 14:58:41',210,13,'2005-08-06 14:38:41',2,'2006-02-15 21:30:53'),(11293,'2005-08-02 15:00:43',1514,475,'2005-08-11 17:49:43',1,'2006-02-15 21:30:53'),(11294,'2005-08-02 15:08:27',855,411,'2005-08-03 18:28:27',1,'2006-02-15 21:30:53'),(11295,'2005-08-02 15:10:06',423,67,'2005-08-10 09:52:06',1,'2006-02-15 21:30:53'),(11296,'2005-08-02 15:15:27',247,154,'2005-08-11 16:12:27',1,'2006-02-15 21:30:53'),(11297,'2005-08-02 15:22:47',2531,62,'2005-08-11 18:45:47',1,'2006-02-15 21:30:53'),(11298,'2005-08-02 15:32:32',1663,35,'2005-08-06 20:22:32',1,'2006-02-15 21:30:53'),(11299,'2005-08-02 15:36:52',3232,1,'2005-08-10 16:40:52',2,'2006-02-15 21:30:53'),(11300,'2005-08-02 15:37:42',3032,552,'2005-08-11 14:25:42',1,'2006-02-15 21:30:53'),(11301,'2005-08-02 15:37:59',676,502,'2005-08-04 10:57:59',2,'2006-02-15 21:30:53'),(11302,'2005-08-02 15:38:03',1918,51,'2005-08-09 10:33:03',2,'2006-02-15 21:30:53'),(11303,'2005-08-02 15:39:18',1817,417,'2005-08-05 10:59:18',1,'2006-02-15 21:30:53'),(11304,'2005-08-02 15:40:10',2592,413,'2005-08-06 16:12:10',2,'2006-02-15 21:30:53'),(11305,'2005-08-02 15:44:55',1690,341,'2005-08-08 16:42:55',2,'2006-02-15 21:30:53'),(11306,'2005-08-02 15:45:10',13,247,'2005-08-03 21:14:10',2,'2006-02-15 21:30:53'),(11307,'2005-08-02 15:48:08',1490,15,'2005-08-06 20:33:08',2,'2006-02-15 21:30:53'),(11308,'2005-08-02 15:50:44',699,16,'2005-08-05 11:38:44',2,'2006-02-15 21:30:53'),(11309,'2005-08-02 15:50:55',607,275,'2005-08-09 18:28:55',1,'2006-02-15 21:30:53'),(11310,'2005-08-02 15:51:58',3601,415,'2005-08-07 12:34:58',1,'2006-02-15 21:30:53'),(11311,'2005-08-02 15:53:48',204,197,'2005-08-03 16:32:48',1,'2006-02-15 21:30:53'),(11312,'2005-08-02 15:56:51',1093,190,'2005-08-07 20:56:51',2,'2006-02-15 21:30:53'),(11313,'2005-08-02 16:02:51',2689,419,'2005-08-03 14:54:51',1,'2006-02-15 21:30:53'),(11314,'2005-08-02 16:04:08',2790,26,'2005-08-04 18:47:08',1,'2006-02-15 21:30:53'),(11315,'2005-08-02 16:05:17',1116,13,'2005-08-05 16:33:17',1,'2006-02-15 21:30:53'),(11316,'2005-08-02 16:07:49',521,108,'2005-08-10 13:22:49',1,'2006-02-15 21:30:53'),(11317,'2005-08-02 16:08:52',1889,502,'2005-08-08 21:12:52',1,'2006-02-15 21:30:53'),(11318,'2005-08-02 16:09:11',2386,532,'2005-08-07 11:28:11',2,'2006-02-15 21:30:53'),(11319,'2005-08-02 16:10:09',4069,178,'2005-08-09 11:21:09',2,'2006-02-15 21:30:53'),(11320,'2005-08-02 16:13:28',3362,550,'2005-08-05 21:23:28',1,'2006-02-15 21:30:53'),(11321,'2005-08-02 16:15:07',205,266,'2005-08-04 20:35:07',2,'2006-02-15 21:30:53'),(11322,'2005-08-02 16:23:17',761,418,'2005-08-09 19:55:17',2,'2006-02-15 21:30:53'),(11323,'2005-08-02 16:29:57',3784,419,'2005-08-06 16:01:57',1,'2006-02-15 21:30:53'),(11324,'2005-08-02 16:31:17',2900,540,'2005-08-08 15:38:17',2,'2006-02-15 21:30:53'),(11325,'2005-08-02 16:33:11',4514,422,'2005-08-08 13:42:11',1,'2006-02-15 21:30:53'),(11326,'2005-08-02 16:34:29',1762,530,'2005-08-03 17:40:29',2,'2006-02-15 21:30:53'),(11327,'2005-08-02 16:40:47',773,361,'2005-08-03 22:13:47',1,'2006-02-15 21:30:53'),(11328,'2005-08-02 16:42:38',2031,219,'2005-08-04 21:02:38',1,'2006-02-15 21:30:53'),(11329,'2005-08-02 16:42:52',2677,399,'2005-08-08 16:45:52',1,'2006-02-15 21:30:53'),(11330,'2005-08-02 16:45:33',4326,75,'2005-08-04 15:15:33',2,'2006-02-15 21:30:53'),(11331,'2005-08-02 16:49:01',3789,568,'2005-08-09 19:15:01',1,'2006-02-15 21:30:53'),(11332,'2005-08-02 16:52:57',2381,467,'2005-08-04 14:13:57',1,'2006-02-15 21:30:53'),(11333,'2005-08-02 16:53:00',3335,225,'2005-08-07 20:49:00',2,'2006-02-15 21:30:53'),(11334,'2005-08-02 16:53:20',1504,560,'2005-08-11 20:47:20',1,'2006-02-15 21:30:53'),(11335,'2005-08-02 16:57:37',2968,157,'2005-08-09 19:43:37',1,'2006-02-15 21:30:53'),(11336,'2005-08-02 16:58:56',1949,473,'2005-08-06 16:56:56',1,'2006-02-15 21:30:53'),(11337,'2005-08-02 16:59:09',3428,366,'2005-08-10 20:41:09',2,'2006-02-15 21:30:53'),(11338,'2005-08-02 17:00:12',3689,26,'2005-08-03 18:54:12',1,'2006-02-15 21:30:53'),(11339,'2005-08-02 17:02:06',705,263,'2005-08-08 21:12:06',1,'2006-02-15 21:30:53'),(11340,'2005-08-02 17:05:43',1403,366,'2005-08-09 13:25:43',1,'2006-02-15 21:30:53'),(11341,'2005-08-02 17:09:24',3586,15,'2005-08-09 19:48:24',2,'2006-02-15 21:30:53'),(11342,'2005-08-02 17:11:35',4251,179,'2005-08-07 15:04:35',1,'2006-02-15 21:30:53'),(11343,'2005-08-02 17:12:30',564,466,'2005-08-09 12:08:30',1,'2006-02-15 21:30:53'),(11344,'2005-08-02 17:13:26',365,38,'2005-08-07 16:44:26',1,'2006-02-15 21:30:53'),(11345,'2005-08-02 17:14:19',1895,405,'2005-08-11 14:02:19',2,'2006-02-15 21:30:53'),(11346,'2005-08-02 17:15:38',584,100,'2005-08-04 13:31:38',2,'2006-02-15 21:30:53'),(11347,'2005-08-02 17:18:07',195,217,'2005-08-05 12:30:07',1,'2006-02-15 21:30:53'),(11348,'2005-08-02 17:18:38',1704,389,'2005-08-06 16:11:38',2,'2006-02-15 21:30:53'),(11349,'2005-08-02 17:21:49',1871,73,'2005-08-06 18:40:49',1,'2006-02-15 21:30:53'),(11350,'2005-08-02 17:22:59',1265,598,'2005-08-09 19:56:59',2,'2006-02-15 21:30:53'),(11351,'2005-08-02 17:28:07',242,198,'2005-08-09 21:55:07',1,'2006-02-15 21:30:53'),(11352,'2005-08-02 17:29:39',2760,546,'2005-08-10 15:31:39',1,'2006-02-15 21:30:53'),(11353,'2005-08-02 17:34:45',1729,444,'2005-08-09 16:01:45',1,'2006-02-15 21:30:53'),(11354,'2005-08-02 17:35:10',1887,569,'2005-08-09 12:07:10',2,'2006-02-15 21:30:53'),(11355,'2005-08-02 17:37:43',2673,185,'2005-08-05 19:59:43',1,'2006-02-15 21:30:53'),(11356,'2005-08-02 17:42:40',303,200,'2005-08-11 23:29:40',1,'2006-02-15 21:30:53'),(11357,'2005-08-02 17:42:49',2644,148,'2005-08-11 18:14:49',1,'2006-02-15 21:30:53'),(11358,'2005-08-02 17:45:02',2361,56,'2005-08-11 18:16:02',1,'2006-02-15 21:30:53'),(11359,'2005-08-02 17:45:55',1648,466,'2005-08-10 20:53:55',2,'2006-02-15 21:30:53'),(11360,'2005-08-02 17:46:04',1750,66,'2005-08-04 21:02:04',2,'2006-02-15 21:30:53'),(11361,'2005-08-02 17:46:34',1124,547,'2005-08-03 15:21:34',1,'2006-02-15 21:30:53'),(11362,'2005-08-02 17:47:25',2628,331,'2005-08-07 20:14:25',1,'2006-02-15 21:30:53'),(11363,'2005-08-02 17:48:39',3190,274,'2005-08-05 17:20:39',1,'2006-02-15 21:30:53'),(11364,'2005-08-02 17:53:36',4515,44,'2005-08-03 14:16:36',1,'2006-02-15 21:30:53'),(11365,'2005-08-02 18:00:09',1151,508,'2005-08-04 13:40:09',2,'2006-02-15 21:30:53'),(11366,'2005-08-02 18:01:25',3583,280,'2005-08-11 15:02:25',1,'2006-02-15 21:30:53'),(11367,'2005-08-02 18:01:38',1440,1,'2005-08-04 13:19:38',1,'2006-02-15 21:30:53'),(11368,'2005-08-02 18:03:05',866,153,'2005-08-07 20:40:05',1,'2006-02-15 21:30:53'),(11369,'2005-08-02 18:04:41',2480,480,'2005-08-09 18:41:41',1,'2006-02-15 21:30:53'),(11370,'2005-08-02 18:06:01',3077,146,'2005-08-04 15:10:01',1,'2006-02-15 21:30:53'),(11371,'2005-08-02 18:07:36',324,561,'2005-08-06 17:52:36',1,'2006-02-15 21:30:53'),(11372,'2005-08-02 18:10:50',796,327,'2005-08-07 17:58:50',1,'2006-02-15 21:30:53'),(11373,'2005-08-02 18:14:12',181,267,'2005-08-06 23:37:12',1,'2006-02-15 21:30:53'),(11374,'2005-08-02 18:14:54',2805,424,'2005-08-04 18:22:54',1,'2006-02-15 21:30:53'),(11375,'2005-08-02 18:14:56',1064,346,'2005-08-08 23:29:56',1,'2006-02-15 21:30:53'),(11376,'2005-08-02 18:16:00',2530,177,'2005-08-11 23:38:00',2,'2006-02-15 21:30:53'),(11377,'2005-08-02 18:16:47',3334,119,'2005-08-08 13:46:47',1,'2006-02-15 21:30:53'),(11378,'2005-08-02 18:16:52',3824,188,'2005-08-03 14:25:52',1,'2006-02-15 21:30:53'),(11379,'2005-08-02 18:16:55',251,61,'2005-08-07 18:12:55',1,'2006-02-15 21:30:53'),(11380,'2005-08-02 18:17:32',1046,551,'2005-08-03 19:26:32',2,'2006-02-15 21:30:53'),(11381,'2005-08-02 18:19:29',993,451,'2005-08-08 20:39:29',2,'2006-02-15 21:30:53'),(11382,'2005-08-02 18:20:52',3848,407,'2005-08-07 17:06:52',1,'2006-02-15 21:30:53'),(11383,'2005-08-02 18:22:05',257,445,'2005-08-11 17:18:05',1,'2006-02-15 21:30:53'),(11384,'2005-08-02 18:23:01',2840,225,'2005-08-05 17:59:01',1,'2006-02-15 21:30:53'),(11385,'2005-08-02 18:23:11',2478,192,'2005-08-06 12:37:11',1,'2006-02-15 21:30:53'),(11386,'2005-08-02 18:24:03',519,183,'2005-08-06 21:22:03',1,'2006-02-15 21:30:53'),(11387,'2005-08-02 18:32:38',2491,481,'2005-08-07 19:08:38',2,'2006-02-15 21:30:53'),(11388,'2005-08-02 18:35:55',477,369,'2005-08-09 21:56:55',1,'2006-02-15 21:30:53'),(11389,'2005-08-02 18:39:12',3267,270,'2005-08-03 23:23:12',2,'2006-02-15 21:30:53'),(11390,'2005-08-02 18:39:16',3135,294,'2005-08-04 21:43:16',1,'2006-02-15 21:30:53'),(11391,'2005-08-02 18:40:12',2039,403,'2005-08-10 15:55:12',1,'2006-02-15 21:30:53'),(11392,'2005-08-02 18:41:11',261,146,'2005-08-11 21:41:11',1,'2006-02-15 21:30:53'),(11393,'2005-08-02 18:44:29',1033,501,'2005-08-11 23:58:29',1,'2006-02-15 21:30:53'),(11394,'2005-08-02 18:44:45',2087,257,'2005-08-06 22:51:45',2,'2006-02-15 21:30:53'),(11395,'2005-08-02 18:47:44',4234,225,'2005-08-10 17:07:44',2,'2006-02-15 21:30:53'),(11396,'2005-08-02 18:48:29',1155,59,'2005-08-04 16:05:29',2,'2006-02-15 21:30:53'),(11397,'2005-08-02 18:53:14',2566,470,'2005-08-09 18:09:14',1,'2006-02-15 21:30:53'),(11398,'2005-08-02 18:55:15',3952,6,'2005-08-10 19:50:15',2,'2006-02-15 21:30:53'),(11399,'2005-08-02 18:56:28',2094,565,'2005-08-11 23:19:28',1,'2006-02-15 21:30:53'),(11400,'2005-08-02 19:00:52',3150,9,'2005-08-09 19:45:52',2,'2006-02-15 21:30:53'),(11401,'2005-08-02 19:05:06',1799,544,'2005-08-09 22:34:06',1,'2006-02-15 21:30:53'),(11402,'2005-08-02 19:07:21',3291,561,'2005-08-07 20:59:21',1,'2006-02-15 21:30:53'),(11403,'2005-08-02 19:10:21',4072,587,'2005-08-04 00:44:21',2,'2006-02-15 21:30:53'),(11404,'2005-08-02 19:12:40',3285,60,'2005-08-11 22:38:40',2,'2006-02-15 21:30:53'),(11405,'2005-08-02 19:13:39',418,10,'2005-08-07 19:19:39',2,'2006-02-15 21:30:53'),(11406,'2005-08-02 19:16:10',2502,525,'2005-08-04 20:51:10',2,'2006-02-15 21:30:53'),(11407,'2005-08-02 19:18:43',3437,513,'2005-08-08 16:15:43',2,'2006-02-15 21:30:53'),(11408,'2005-08-02 19:25:13',1779,83,'2005-08-06 17:12:13',1,'2006-02-15 21:30:53'),(11409,'2005-08-02 19:26:51',3691,418,'2005-08-07 19:55:51',1,'2006-02-15 21:30:53'),(11410,'2005-08-02 19:29:01',692,592,'2005-08-11 16:50:01',1,'2006-02-15 21:30:53'),(11411,'2005-08-02 19:29:47',1497,141,'2005-08-09 16:27:47',2,'2006-02-15 21:30:53'),(11412,'2005-08-02 19:32:51',2271,141,'2005-08-11 22:16:51',1,'2006-02-15 21:30:53'),(11413,'2005-08-02 19:35:19',1115,297,'2005-08-05 21:33:19',2,'2006-02-15 21:30:53'),(11414,'2005-08-02 19:43:07',1772,353,'2005-08-07 15:22:07',2,'2006-02-15 21:30:53'),(11415,'2005-08-02 19:43:38',2197,572,'2005-08-10 15:13:38',1,'2006-02-15 21:30:53'),(11416,'2005-08-02 19:44:04',1848,58,'2005-08-11 15:30:04',1,'2006-02-15 21:30:53'),(11417,'2005-08-02 19:44:46',3083,437,'2005-08-11 21:43:46',2,'2006-02-15 21:30:53'),(11418,'2005-08-02 19:45:33',4490,91,'2005-08-06 17:40:33',1,'2006-02-15 21:30:53'),(11419,'2005-08-02 19:46:38',514,444,'2005-08-11 14:49:38',1,'2006-02-15 21:30:53'),(11420,'2005-08-02 19:47:56',3928,158,'2005-08-05 21:48:56',2,'2006-02-15 21:30:53'),(11421,'2005-08-02 19:51:53',3361,473,'2005-08-12 00:50:53',2,'2006-02-15 21:30:53'),(11422,'2005-08-02 19:52:08',342,72,'2005-08-11 18:40:08',2,'2006-02-15 21:30:53'),(11423,'2005-08-02 19:57:13',3431,241,'2005-08-06 00:54:13',2,'2006-02-15 21:30:53'),(11424,'2005-08-02 19:57:42',1030,84,'2005-08-10 16:57:42',2,'2006-02-15 21:30:53'),(11425,'2005-08-02 19:58:48',989,419,'2005-08-03 19:30:48',2,'2006-02-15 21:30:53'),(11426,'2005-08-02 20:00:09',130,572,'2005-08-09 01:30:09',2,'2006-02-15 21:30:53'),(11427,'2005-08-02 20:02:39',3287,403,'2005-08-04 22:26:39',2,'2006-02-15 21:30:53'),(11428,'2005-08-02 20:03:10',722,326,'2005-08-04 01:55:10',1,'2006-02-15 21:30:53'),(11429,'2005-08-02 20:03:52',1098,348,'2005-08-10 16:38:52',2,'2006-02-15 21:30:53'),(11430,'2005-08-02 20:04:36',2258,140,'2005-08-08 19:43:36',1,'2006-02-15 21:30:53'),(11431,'2005-08-02 20:05:16',1409,271,'2005-08-04 00:05:16',2,'2006-02-15 21:30:53'),(11432,'2005-08-02 20:10:01',959,540,'2005-08-07 01:28:01',1,'2006-02-15 21:30:53'),(11433,'2005-08-02 20:13:10',1,518,'2005-08-11 21:35:10',1,'2006-02-15 21:30:53'),(11434,'2005-08-02 20:13:14',3154,391,'2005-08-05 15:01:14',1,'2006-02-15 21:30:53'),(11435,'2005-08-02 20:14:23',1625,502,'2005-08-05 20:40:23',1,'2006-02-15 21:30:53'),(11436,'2005-08-02 20:16:06',3834,106,'2005-08-05 20:40:06',2,'2006-02-15 21:30:53'),(11437,'2005-08-02 20:20:06',2679,225,'2005-08-05 22:17:06',2,'2006-02-15 21:30:53'),(11438,'2005-08-02 20:21:08',1040,372,'2005-08-10 22:12:08',1,'2006-02-15 21:30:53'),(11439,'2005-08-02 20:22:45',2897,18,'2005-08-04 18:30:45',1,'2006-02-15 21:30:53'),(11440,'2005-08-02 20:24:02',2727,306,'2005-08-07 16:42:02',2,'2006-02-15 21:30:53'),(11441,'2005-08-02 20:25:41',1027,389,'2005-08-05 00:05:41',2,'2006-02-15 21:30:53'),(11442,'2005-08-02 20:26:19',2598,208,'2005-08-07 00:33:19',2,'2006-02-15 21:30:53'),(11443,'2005-08-02 20:29:30',1291,581,'2005-08-07 01:08:30',2,'2006-02-15 21:30:53'),(11444,'2005-08-02 20:32:55',1419,28,'2005-08-08 23:21:55',2,'2006-02-15 21:30:53'),(11445,'2005-08-02 20:33:35',3340,108,'2005-08-08 16:02:35',2,'2006-02-15 21:30:53'),(11446,'2005-08-02 20:33:37',748,342,'2005-08-03 18:22:37',1,'2006-02-15 21:30:53'),(11447,'2005-08-02 20:36:25',3868,508,'2005-08-07 18:52:25',1,'2006-02-15 21:30:53'),(11448,'2005-08-02 20:44:33',1185,496,'2005-08-05 22:58:33',2,'2006-02-15 21:30:53'),(11449,'2005-08-02 20:44:43',3279,443,'2005-08-07 23:47:43',2,'2006-02-15 21:30:53'),(11450,'2005-08-02 20:45:54',2009,214,'2005-08-08 17:17:54',2,'2006-02-15 21:30:53'),(11451,'2005-08-02 20:45:56',776,515,'2005-08-06 21:42:56',2,'2006-02-15 21:30:53'),(11452,'2005-08-02 20:59:52',1245,35,'2005-08-12 01:16:52',1,'2006-02-15 21:30:53'),(11453,'2005-08-02 21:00:05',4578,84,'2005-08-08 22:03:05',2,'2006-02-15 21:30:53'),(11454,'2005-08-02 21:04:39',2901,199,'2005-08-05 19:03:39',1,'2006-02-15 21:30:53'),(11455,'2005-08-02 21:07:06',2000,498,'2005-08-12 01:21:06',1,'2006-02-15 21:30:53'),(11456,'2005-08-02 21:14:04',3638,322,'2005-08-07 19:49:04',2,'2006-02-15 21:30:53'),(11457,'2005-08-02 21:14:16',1642,379,'2005-08-10 02:39:16',2,'2006-02-15 21:30:53'),(11458,'2005-08-02 21:24:02',3514,575,'2005-08-04 01:32:02',2,'2006-02-15 21:30:53'),(11459,'2005-08-02 21:25:25',3730,392,'2005-08-04 19:57:25',2,'2006-02-15 21:30:53'),(11460,'2005-08-02 21:28:03',4113,403,'2005-08-08 18:24:03',1,'2006-02-15 21:30:53'),(11461,'2005-08-02 21:35:00',4343,65,'2005-08-05 01:34:00',1,'2006-02-15 21:30:53'),(11462,'2005-08-02 21:36:46',167,268,'2005-08-10 01:48:46',1,'2006-02-15 21:30:53'),(11463,'2005-08-02 21:37:36',1944,138,'2005-08-08 03:11:36',2,'2006-02-15 21:30:53'),(11464,'2005-08-02 21:42:07',538,577,'2005-08-03 21:44:07',2,'2006-02-15 21:30:53'),(11465,'2005-08-02 21:43:52',2190,447,'2005-08-10 22:24:52',1,'2006-02-15 21:30:53'),(11466,'2005-08-02 21:46:46',3363,556,'2005-08-06 01:42:46',1,'2006-02-15 21:30:53'),(11467,'2005-08-02 21:47:07',246,117,'2005-08-09 00:50:07',1,'2006-02-15 21:30:53'),(11468,'2005-08-02 21:47:26',3168,413,'2005-08-05 02:30:26',2,'2006-02-15 21:30:53'),(11469,'2005-08-02 21:48:09',230,77,'2005-08-06 18:37:09',1,'2006-02-15 21:30:53'),(11470,'2005-08-02 21:48:28',2379,346,'2005-08-05 23:58:28',2,'2006-02-15 21:30:53'),(11471,'2005-08-02 21:49:03',3378,355,'2005-08-08 00:17:03',1,'2006-02-15 21:30:53'),(11472,'2005-08-02 21:49:06',1829,410,'2005-08-11 20:17:06',1,'2006-02-15 21:30:53'),(11473,'2005-08-02 21:52:03',620,536,'2005-08-09 02:01:03',1,'2006-02-15 21:30:53'),(11474,'2005-08-02 21:53:08',574,214,'2005-08-05 22:36:08',1,'2006-02-15 21:30:53'),(11475,'2005-08-02 21:55:09',3687,194,'2005-08-09 20:28:09',2,'2006-02-15 21:30:53'),(11476,'2005-08-02 22:03:47',724,144,'2005-08-09 02:19:47',1,'2006-02-15 21:30:53'),(11477,'2005-08-02 22:09:01',1671,47,'2005-08-07 03:46:01',2,'2006-02-15 21:30:53'),(11478,'2005-08-02 22:09:05',3932,197,'2005-08-04 18:02:05',1,'2006-02-15 21:30:53'),(11479,'2005-08-02 22:18:13',4077,237,'2005-08-12 00:43:13',1,'2006-02-15 21:30:53'),(11480,'2005-08-02 22:18:24',4161,14,'2005-08-04 21:22:24',2,'2006-02-15 21:30:53'),(11481,'2005-08-02 22:18:41',4028,234,'2005-08-09 23:43:41',2,'2006-02-15 21:30:53'),(11482,'2005-08-02 22:24:31',1400,134,'2005-08-04 01:48:31',1,'2006-02-15 21:30:53'),(11483,'2005-08-02 22:28:22',1586,45,'2005-08-11 18:06:22',1,'2006-02-15 21:30:53'),(11484,'2005-08-02 22:28:23',330,165,'2005-08-04 20:51:23',2,'2006-02-15 21:30:53'),(11485,'2005-08-02 22:33:25',1872,326,'2005-08-04 23:26:25',2,'2006-02-15 21:30:53'),(11486,'2005-08-02 22:34:06',1610,236,'2005-08-09 00:46:06',2,'2006-02-15 21:30:53'),(11487,'2005-08-02 22:35:05',734,239,'2005-08-08 00:54:05',2,'2006-02-15 21:30:53'),(11488,'2005-08-02 22:35:15',2520,45,'2005-08-09 00:28:15',2,'2006-02-15 21:30:53'),(11489,'2005-08-02 22:35:28',3001,474,'2005-08-04 00:29:28',2,'2006-02-15 21:30:53'),(11490,'2005-08-02 22:36:00',1178,156,'2005-08-09 16:36:00',1,'2006-02-15 21:30:53'),(11491,'2005-08-02 22:44:50',268,307,'2005-08-11 01:55:50',2,'2006-02-15 21:30:53'),(11492,'2005-08-02 22:46:47',4037,349,'2005-08-09 19:54:47',2,'2006-02-15 21:30:53'),(11493,'2005-08-02 22:47:00',3375,124,'2005-08-10 20:53:00',2,'2006-02-15 21:30:53'),(11494,'2005-08-02 22:51:23',3994,579,'2005-08-09 01:52:23',1,'2006-02-15 21:30:53'),(11495,'2005-08-16 22:51:20',1265,247,'2005-08-23 00:44:20',1,'2006-02-15 21:30:53'),(11496,'2006-02-14 15:16:03',2047,155,NULL,1,'2006-02-15 21:30:53'),(11497,'2005-08-16 22:52:30',436,12,'2005-08-21 19:52:30',1,'2006-02-15 21:30:53'),(11498,'2005-08-16 22:52:54',487,482,'2005-08-25 03:27:54',2,'2006-02-15 21:30:53'),(11499,'2005-08-16 22:54:12',3857,172,'2005-08-24 03:37:12',2,'2006-02-15 21:30:53'),(11500,'2005-08-16 23:01:22',4003,584,'2005-08-24 22:54:22',1,'2006-02-15 21:30:53'),(11501,'2005-08-16 23:04:53',2147,23,'2005-08-19 20:57:53',2,'2006-02-15 21:30:53'),(11502,'2005-08-16 23:06:30',4470,11,'2005-08-19 03:49:30',1,'2006-02-15 21:30:53'),(11503,'2005-08-16 23:10:34',1496,526,'2005-08-25 03:55:34',1,'2006-02-15 21:30:53'),(11504,'2005-08-16 23:16:46',2132,350,'2005-08-18 20:49:46',2,'2006-02-15 21:30:53'),(11505,'2005-08-16 23:18:47',3344,34,'2005-08-23 19:52:47',2,'2006-02-15 21:30:53'),(11506,'2005-08-16 23:25:48',1529,565,'2005-08-22 18:17:48',1,'2006-02-15 21:30:53'),(11507,'2005-08-16 23:26:43',4197,236,'2005-08-24 22:48:43',2,'2006-02-15 21:30:53'),(11508,'2005-08-16 23:27:36',2688,19,'2005-08-25 01:34:36',2,'2006-02-15 21:30:53'),(11509,'2005-08-16 23:29:53',2750,273,'2005-08-19 02:09:53',1,'2006-02-15 21:30:53'),(11510,'2005-08-16 23:30:07',2997,400,'2005-08-25 17:35:07',1,'2006-02-15 21:30:53'),(11511,'2005-08-16 23:39:59',2127,397,'2005-08-18 18:04:59',1,'2006-02-15 21:30:53'),(11512,'2005-08-16 23:51:06',1248,373,'2005-08-26 02:06:06',2,'2006-02-15 21:30:53'),(11513,'2005-08-16 23:51:33',4473,499,'2005-08-24 01:37:33',2,'2006-02-15 21:30:53'),(11514,'2005-08-16 23:53:10',4240,423,'2005-08-23 22:04:10',1,'2006-02-15 21:30:53'),(11515,'2005-08-16 23:54:34',1053,279,'2005-08-21 19:00:34',1,'2006-02-15 21:30:53'),(11516,'2005-08-16 23:54:47',1860,90,'2005-08-17 20:05:47',1,'2006-02-15 21:30:53'),(11517,'2005-08-16 23:56:28',4266,280,'2005-08-21 22:40:28',1,'2006-02-15 21:30:53'),(11518,'2005-08-16 23:59:49',3297,407,'2005-08-17 22:51:49',2,'2006-02-15 21:30:53'),(11519,'2005-08-17 00:01:27',1034,381,'2005-08-19 04:54:27',2,'2006-02-15 21:30:53'),(11520,'2005-08-17 00:04:28',3536,119,'2005-08-26 02:03:28',1,'2006-02-15 21:30:53'),(11521,'2005-08-17 00:04:54',463,229,'2005-08-21 00:57:54',1,'2006-02-15 21:30:53'),(11522,'2005-08-17 00:05:05',2033,599,'2005-08-24 04:56:05',1,'2006-02-15 21:30:53'),(11523,'2005-08-17 00:10:10',1329,421,'2005-08-24 22:39:10',1,'2006-02-15 21:30:53'),(11524,'2005-08-17 00:10:55',317,533,'2005-08-23 05:30:55',1,'2006-02-15 21:30:53'),(11525,'2005-08-17 00:15:31',1107,174,'2005-08-20 21:14:31',1,'2006-02-15 21:30:53'),(11526,'2005-08-17 00:17:38',2419,572,'2005-08-18 03:59:38',2,'2006-02-15 21:30:53'),(11527,'2005-08-17 00:25:06',162,264,'2005-08-22 21:13:06',1,'2006-02-15 21:30:53'),(11528,'2005-08-17 00:27:23',893,14,'2005-08-22 06:12:23',2,'2006-02-15 21:30:53'),(11529,'2005-08-17 00:28:01',3071,4,'2005-08-19 04:47:01',2,'2006-02-15 21:30:53'),(11530,'2005-08-17 00:29:00',365,400,'2005-08-22 03:22:00',1,'2006-02-15 21:30:53'),(11531,'2005-08-17 00:30:04',1817,278,'2005-08-20 01:12:04',2,'2006-02-15 21:30:53'),(11532,'2005-08-17 00:34:14',1947,413,'2005-08-22 19:37:14',2,'2006-02-15 21:30:53'),(11533,'2005-08-17 00:34:53',4252,264,'2005-08-22 06:10:53',1,'2006-02-15 21:30:53'),(11534,'2005-08-17 00:35:27',2414,144,'2005-08-24 01:36:27',1,'2006-02-15 21:30:53'),(11535,'2005-08-17 00:39:54',1649,356,'2005-08-24 20:46:54',2,'2006-02-15 21:30:53'),(11536,'2005-08-17 00:40:03',2735,428,'2005-08-21 19:11:03',1,'2006-02-15 21:30:53'),(11537,'2005-08-17 00:41:08',190,474,'2005-08-19 00:25:08',2,'2006-02-15 21:30:53'),(11538,'2005-08-17 00:44:04',554,431,'2005-08-18 03:43:04',2,'2006-02-15 21:30:53'),(11539,'2005-08-17 00:45:41',2064,264,'2005-08-19 06:03:41',1,'2006-02-15 21:30:53'),(11540,'2005-08-17 00:48:03',3385,370,'2005-08-25 03:46:03',1,'2006-02-15 21:30:53'),(11541,'2006-02-14 15:16:03',2026,335,NULL,1,'2006-02-15 21:30:53'),(11542,'2005-08-17 00:51:32',2155,7,'2005-08-24 20:29:32',2,'2006-02-15 21:30:53'),(11543,'2005-08-17 00:54:28',2860,238,'2005-08-25 04:31:28',2,'2006-02-15 21:30:53'),(11544,'2005-08-17 00:55:07',836,439,'2005-08-22 19:25:07',1,'2006-02-15 21:30:53'),(11545,'2005-08-17 00:56:06',3198,257,'2005-08-25 22:47:06',1,'2006-02-15 21:30:53'),(11546,'2005-08-17 00:57:36',2522,24,'2005-08-18 23:16:36',1,'2006-02-15 21:30:53'),(11547,'2005-08-17 00:59:24',737,114,'2005-08-20 04:03:24',2,'2006-02-15 21:30:53'),(11548,'2005-08-17 00:59:47',480,323,'2005-08-22 05:09:47',1,'2006-02-15 21:30:53'),(11549,'2005-08-17 01:01:48',945,402,'2005-08-19 21:24:48',2,'2006-02-15 21:30:53'),(11550,'2005-08-17 01:02:06',2972,339,'2005-08-22 21:44:06',1,'2006-02-15 21:30:53'),(11551,'2005-08-17 01:03:49',3356,168,'2005-08-18 22:31:49',1,'2006-02-15 21:30:53'),(11552,'2005-08-17 01:04:29',1143,230,'2005-08-23 23:07:29',1,'2006-02-15 21:30:53'),(11553,'2005-08-17 01:04:31',3317,360,'2005-08-24 00:44:31',1,'2006-02-15 21:30:53'),(11554,'2005-08-17 01:05:17',2212,460,'2005-08-20 06:20:17',2,'2006-02-15 21:30:53'),(11555,'2005-08-17 01:08:59',2569,372,'2005-08-18 06:09:59',2,'2006-02-15 21:30:53'),(11556,'2005-08-17 01:11:53',373,9,'2005-08-18 23:41:53',1,'2006-02-15 21:30:53'),(11557,'2005-08-17 01:19:20',2376,416,'2005-08-24 02:25:20',1,'2006-02-15 21:30:53'),(11558,'2005-08-17 01:19:52',1681,403,'2005-08-19 00:47:52',2,'2006-02-15 21:30:53'),(11559,'2005-08-17 01:20:26',1812,385,'2005-08-24 03:11:26',1,'2006-02-15 21:30:53'),(11560,'2005-08-17 01:20:30',2316,320,'2005-08-18 04:29:30',2,'2006-02-15 21:30:53'),(11561,'2005-08-17 01:23:09',189,149,'2005-08-23 21:02:09',2,'2006-02-15 21:30:53'),(11562,'2005-08-17 01:23:39',2992,424,'2005-08-26 06:16:39',1,'2006-02-15 21:30:53'),(11563,'2006-02-14 15:16:03',1545,83,NULL,1,'2006-02-15 21:30:53'),(11564,'2005-08-17 01:27:49',2237,332,'2005-08-19 22:07:49',1,'2006-02-15 21:30:53'),(11565,'2005-08-17 01:28:05',173,83,'2005-08-23 23:33:05',2,'2006-02-15 21:30:53'),(11566,'2005-08-17 01:28:35',4020,520,'2005-08-20 22:42:35',1,'2006-02-15 21:30:53'),(11567,'2005-08-17 01:28:43',567,558,'2005-08-24 20:20:43',2,'2006-02-15 21:30:53'),(11568,'2005-08-17 01:30:01',183,342,'2005-08-18 22:21:01',2,'2006-02-15 21:30:53'),(11569,'2005-08-17 01:31:04',2592,504,'2005-08-24 03:36:04',2,'2006-02-15 21:30:53'),(11570,'2005-08-17 01:34:32',2466,343,'2005-08-24 05:47:32',1,'2006-02-15 21:30:53'),(11571,'2005-08-17 01:37:51',203,296,'2005-08-17 20:30:51',1,'2006-02-15 21:30:53'),(11572,'2005-08-17 01:37:55',3512,515,'2005-08-19 06:22:55',2,'2006-02-15 21:30:53'),(11573,'2005-08-17 01:38:18',639,146,'2005-08-19 05:06:18',2,'2006-02-15 21:30:53'),(11574,'2005-08-17 01:38:19',3596,277,'2005-08-18 20:30:19',2,'2006-02-15 21:30:53'),(11575,'2005-08-17 01:50:26',1725,319,'2005-08-18 00:43:26',1,'2006-02-15 21:30:53'),(11576,'2005-08-17 01:53:20',327,293,'2005-08-19 00:15:20',1,'2006-02-15 21:30:53'),(11577,'2006-02-14 15:16:03',4106,219,NULL,2,'2006-02-15 21:30:53'),(11578,'2005-08-17 01:54:13',192,590,'2005-08-26 02:00:13',2,'2006-02-15 21:30:53'),(11579,'2005-08-17 01:57:49',4256,356,'2005-08-22 02:42:49',1,'2006-02-15 21:30:53'),(11580,'2005-08-17 01:59:07',1346,436,'2005-08-21 06:18:07',2,'2006-02-15 21:30:53'),(11581,'2005-08-17 02:03:02',1249,231,'2005-08-24 03:53:02',2,'2006-02-15 21:30:53'),(11582,'2005-08-17 02:03:49',2115,339,'2005-08-24 03:29:49',1,'2006-02-15 21:30:53'),(11583,'2005-08-17 02:08:13',133,542,'2005-08-20 23:13:13',2,'2006-02-15 21:30:53'),(11584,'2005-08-17 02:13:26',3906,479,'2005-08-22 01:24:26',2,'2006-02-15 21:30:53'),(11585,'2005-08-17 02:14:36',753,297,'2005-08-20 07:37:36',2,'2006-02-15 21:30:53'),(11586,'2005-08-17 02:20:42',3140,465,'2005-08-26 05:01:42',1,'2006-02-15 21:30:53'),(11587,'2005-08-17 02:21:03',1319,156,'2005-08-25 21:02:03',2,'2006-02-15 21:30:53'),(11588,'2005-08-17 02:26:23',2480,565,'2005-08-22 02:32:23',1,'2006-02-15 21:30:53'),(11589,'2005-08-17 02:28:22',3480,554,'2005-08-25 00:08:22',1,'2006-02-15 21:30:53'),(11590,'2005-08-17 02:28:33',3600,491,'2005-08-20 03:13:33',1,'2006-02-15 21:30:53'),(11591,'2005-08-17 02:29:41',1670,6,'2005-08-23 20:47:41',1,'2006-02-15 21:30:53'),(11592,'2005-08-17 02:36:04',720,383,'2005-08-19 00:31:04',1,'2006-02-15 21:30:53'),(11593,'2006-02-14 15:16:03',817,99,NULL,1,'2006-02-15 21:30:53'),(11594,'2005-08-17 02:47:02',319,198,'2005-08-22 05:14:02',2,'2006-02-15 21:30:53'),(11595,'2005-08-17 02:53:14',466,350,'2005-08-26 02:05:14',1,'2006-02-15 21:30:53'),(11596,'2005-08-17 02:53:55',1674,290,'2005-08-26 02:19:55',1,'2006-02-15 21:30:53'),(11597,'2005-08-17 03:02:56',4073,272,'2005-08-26 04:47:56',1,'2006-02-15 21:30:53'),(11598,'2005-08-17 03:03:07',1949,319,'2005-08-22 21:05:07',2,'2006-02-15 21:30:53'),(11599,'2005-08-17 03:08:10',3749,112,'2005-08-25 05:01:10',2,'2006-02-15 21:30:53'),(11600,'2005-08-17 03:12:04',1978,400,'2005-08-23 07:10:04',1,'2006-02-15 21:30:53'),(11601,'2005-08-17 03:14:47',1098,471,'2005-08-20 00:21:47',2,'2006-02-15 21:30:53'),(11602,'2005-08-17 03:21:19',2082,391,'2005-08-19 05:23:19',1,'2006-02-15 21:30:53'),(11603,'2005-08-17 03:22:10',3910,406,'2005-08-18 06:48:10',1,'2006-02-15 21:30:53'),(11604,'2005-08-17 03:28:27',1820,388,'2005-08-19 05:38:27',2,'2006-02-15 21:30:53'),(11605,'2005-08-17 03:30:57',1292,455,'2005-08-24 07:02:57',2,'2006-02-15 21:30:53'),(11606,'2005-08-17 03:32:43',4138,499,'2005-08-18 04:30:43',1,'2006-02-15 21:30:53'),(11607,'2005-08-17 03:36:06',4345,242,'2005-08-20 01:06:06',1,'2006-02-15 21:30:53'),(11608,'2005-08-17 03:36:52',1673,448,'2005-08-25 07:17:52',2,'2006-02-15 21:30:53'),(11609,'2005-08-17 03:41:11',351,73,'2005-08-25 01:30:11',2,'2006-02-15 21:30:53'),(11610,'2005-08-17 03:43:37',3048,275,'2005-08-20 22:14:37',1,'2006-02-15 21:30:53'),(11611,'2006-02-14 15:16:03',1857,192,NULL,2,'2006-02-15 21:30:53'),(11612,'2005-08-17 03:48:51',375,526,'2005-08-20 03:03:51',1,'2006-02-15 21:30:53'),(11613,'2005-08-17 03:50:33',2486,126,'2005-08-25 00:37:33',2,'2006-02-15 21:30:53'),(11614,'2005-08-17 03:52:18',805,2,'2005-08-20 07:04:18',1,'2006-02-15 21:30:53'),(11615,'2005-08-17 03:54:35',4331,436,'2005-08-23 06:54:35',2,'2006-02-15 21:30:53'),(11616,'2005-08-17 04:00:01',2588,36,'2005-08-20 23:03:01',2,'2006-02-15 21:30:53'),(11617,'2005-08-17 04:00:40',1898,324,'2005-08-18 00:36:40',1,'2006-02-15 21:30:53'),(11618,'2005-08-17 04:01:36',954,175,'2005-08-23 01:02:36',1,'2006-02-15 21:30:53'),(11619,'2005-08-17 04:03:26',3652,374,'2005-08-22 03:07:26',1,'2006-02-15 21:30:53'),(11620,'2005-08-17 04:06:22',3801,502,'2005-08-17 23:53:22',1,'2006-02-15 21:30:53'),(11621,'2005-08-17 04:13:45',3708,216,'2005-08-26 01:00:45',1,'2006-02-15 21:30:53'),(11622,'2005-08-17 04:15:46',499,220,'2005-08-24 04:48:46',1,'2006-02-15 21:30:53'),(11623,'2005-08-17 04:15:47',759,163,'2005-08-19 04:11:47',2,'2006-02-15 21:30:53'),(11624,'2005-08-17 04:17:42',606,527,'2005-08-18 02:46:42',1,'2006-02-15 21:30:53'),(11625,'2005-08-17 04:18:52',712,521,'2005-08-25 03:05:52',2,'2006-02-15 21:30:53'),(11626,'2005-08-17 04:25:42',4279,266,'2005-08-23 05:46:42',1,'2006-02-15 21:30:53'),(11627,'2005-08-17 04:25:47',3945,168,'2005-08-26 02:54:47',2,'2006-02-15 21:30:53'),(11628,'2005-08-17 04:27:18',3656,256,'2005-08-25 01:12:18',2,'2006-02-15 21:30:53'),(11629,'2005-08-17 04:27:24',786,299,'2005-08-26 10:25:24',2,'2006-02-15 21:30:53'),(11630,'2005-08-17 04:27:46',688,72,'2005-08-19 09:58:46',2,'2006-02-15 21:30:53'),(11631,'2005-08-17 04:28:56',59,168,'2005-08-24 00:42:56',2,'2006-02-15 21:30:53'),(11632,'2005-08-17 04:29:32',2551,238,'2005-08-22 03:44:32',1,'2006-02-15 21:30:53'),(11633,'2005-08-17 04:30:09',1706,468,'2005-08-20 06:56:09',1,'2006-02-15 21:30:53'),(11634,'2005-08-17 04:31:49',2576,206,'2005-08-21 02:51:49',1,'2006-02-15 21:30:53'),(11635,'2005-08-17 04:33:17',2642,98,'2005-08-21 07:50:17',2,'2006-02-15 21:30:53'),(11636,'2005-08-17 04:36:31',791,276,'2005-08-24 00:03:31',2,'2006-02-15 21:30:53'),(11637,'2005-08-17 04:36:39',479,283,'2005-08-18 02:17:39',1,'2006-02-15 21:30:53'),(11638,'2005-08-17 04:39:09',3421,152,'2005-08-25 06:42:09',2,'2006-02-15 21:30:53'),(11639,'2005-08-17 04:43:29',3985,462,'2005-08-25 01:04:29',2,'2006-02-15 21:30:53'),(11640,'2005-08-17 04:44:33',1718,501,'2005-08-21 09:29:33',2,'2006-02-15 21:30:53'),(11641,'2005-08-17 04:45:39',2717,79,'2005-08-20 10:38:39',1,'2006-02-15 21:30:53'),(11642,'2005-08-17 04:48:05',3790,25,'2005-08-18 01:53:05',2,'2006-02-15 21:30:53'),(11643,'2005-08-17 04:49:35',1378,197,'2005-08-24 07:05:35',1,'2006-02-15 21:30:53'),(11644,'2005-08-17 04:49:46',1760,438,'2005-08-24 08:49:46',1,'2006-02-15 21:30:53'),(11645,'2005-08-17 04:50:56',4261,35,'2005-08-25 23:03:56',1,'2006-02-15 21:30:53'),(11646,'2006-02-14 15:16:03',478,11,NULL,2,'2006-02-15 21:30:53'),(11647,'2005-08-17 04:54:14',3016,110,'2005-08-23 04:16:14',2,'2006-02-15 21:30:53'),(11648,'2005-08-17 04:56:16',3362,465,'2005-08-26 00:53:16',2,'2006-02-15 21:30:53'),(11649,'2005-08-17 04:59:26',3222,217,'2005-08-20 04:02:26',2,'2006-02-15 21:30:53'),(11650,'2005-08-17 05:00:03',3979,418,'2005-08-22 01:45:03',2,'2006-02-15 21:30:53'),(11651,'2005-08-17 05:02:25',3681,143,'2005-08-24 08:15:25',2,'2006-02-15 21:30:53'),(11652,'2006-02-14 15:16:03',1622,597,NULL,2,'2006-02-15 21:30:53'),(11653,'2005-08-17 05:06:10',4475,358,'2005-08-24 03:09:10',2,'2006-02-15 21:30:53'),(11654,'2005-08-17 05:06:19',1048,218,'2005-08-18 04:32:19',2,'2006-02-15 21:30:53'),(11655,'2005-08-17 05:11:07',1699,113,'2005-08-26 10:18:07',1,'2006-02-15 21:30:53'),(11656,'2005-08-17 05:11:09',1451,56,'2005-08-25 07:51:09',1,'2006-02-15 21:30:53'),(11657,'2006-02-14 15:16:03',3043,53,NULL,2,'2006-02-15 21:30:53'),(11658,'2005-08-17 05:19:17',2008,422,'2005-08-24 07:03:17',2,'2006-02-15 21:30:53'),(11659,'2005-08-17 05:20:45',2881,112,'2005-08-22 10:18:45',1,'2006-02-15 21:30:53'),(11660,'2005-08-17 05:22:42',4081,525,'2005-08-23 01:03:42',1,'2006-02-15 21:30:53'),(11661,'2005-08-17 05:25:57',1008,27,'2005-08-25 04:37:57',1,'2006-02-15 21:30:53'),(11662,'2005-08-17 05:27:37',2730,177,'2005-08-26 09:56:37',2,'2006-02-15 21:30:53'),(11663,'2005-08-17 05:30:19',3798,373,'2005-08-25 08:14:19',1,'2006-02-15 21:30:53'),(11664,'2005-08-17 05:35:52',1343,433,'2005-08-18 02:40:52',1,'2006-02-15 21:30:53'),(11665,'2005-08-17 05:36:57',334,254,'2005-08-23 01:38:57',1,'2006-02-15 21:30:53'),(11666,'2005-08-17 05:45:10',250,531,'2005-08-19 06:47:10',2,'2006-02-15 21:30:53'),(11667,'2005-08-17 05:46:55',1516,582,'2005-08-26 08:19:55',1,'2006-02-15 21:30:53'),(11668,'2005-08-17 05:47:32',2162,249,'2005-08-20 03:11:32',1,'2006-02-15 21:30:53'),(11669,'2005-08-17 05:48:51',3224,487,'2005-08-22 01:22:51',1,'2006-02-15 21:30:53'),(11670,'2005-08-17 05:48:59',4437,286,'2005-08-19 08:51:59',1,'2006-02-15 21:30:53'),(11671,'2005-08-17 05:50:21',3569,338,'2005-08-20 03:43:21',1,'2006-02-15 21:30:53'),(11672,'2006-02-14 15:16:03',3947,521,NULL,2,'2006-02-15 21:30:53'),(11673,'2005-08-17 05:54:15',823,303,'2005-08-21 08:12:15',2,'2006-02-15 21:30:53'),(11674,'2005-08-17 05:56:27',582,306,'2005-08-24 08:50:27',2,'2006-02-15 21:30:53'),(11675,'2005-08-17 05:57:54',1322,514,'2005-08-21 23:57:54',1,'2006-02-15 21:30:53'),(11676,'2006-02-14 15:16:03',4496,216,NULL,2,'2006-02-15 21:30:53'),(11677,'2005-08-17 06:06:26',2206,407,'2005-08-20 04:35:26',2,'2006-02-15 21:30:53'),(11678,'2005-08-17 06:07:39',3511,176,'2005-08-21 10:51:39',2,'2006-02-15 21:30:53'),(11679,'2005-08-17 06:08:54',3337,72,'2005-08-21 07:50:54',1,'2006-02-15 21:30:53'),(11680,'2005-08-17 06:12:27',4538,221,'2005-08-23 08:54:27',1,'2006-02-15 21:30:53'),(11681,'2005-08-17 06:13:30',1260,543,'2005-08-26 01:29:30',2,'2006-02-15 21:30:53'),(11682,'2005-08-17 06:13:40',2544,387,'2005-08-18 06:11:40',1,'2006-02-15 21:30:53'),(11683,'2005-08-17 06:15:17',2603,66,'2005-08-26 05:33:17',1,'2006-02-15 21:30:53'),(11684,'2005-08-17 06:27:15',4277,517,'2005-08-22 02:11:15',2,'2006-02-15 21:30:53'),(11685,'2005-08-17 06:39:16',3552,51,'2005-08-22 04:20:16',2,'2006-02-15 21:30:53'),(11686,'2005-08-17 06:39:30',1393,392,'2005-08-21 10:19:30',2,'2006-02-15 21:30:53'),(11687,'2005-08-17 06:39:59',1977,169,'2005-08-23 04:53:59',1,'2006-02-15 21:30:53'),(11688,'2005-08-17 06:41:58',2229,82,'2005-08-25 04:38:58',1,'2006-02-15 21:30:53'),(11689,'2005-08-17 06:42:08',2390,419,'2005-08-26 06:09:08',1,'2006-02-15 21:30:53'),(11690,'2005-08-17 06:44:22',3934,267,'2005-08-24 03:49:22',1,'2006-02-15 21:30:53'),(11691,'2005-08-17 06:51:05',2529,515,'2005-08-24 09:53:05',1,'2006-02-15 21:30:53'),(11692,'2005-08-17 06:52:41',1222,350,'2005-08-24 12:17:41',2,'2006-02-15 21:30:53'),(11693,'2005-08-17 06:56:56',793,221,'2005-08-24 06:20:56',2,'2006-02-15 21:30:53'),(11694,'2005-08-17 06:57:30',3540,410,'2005-08-24 07:52:30',1,'2006-02-15 21:30:53'),(11695,'2005-08-17 07:01:08',1110,386,'2005-08-21 09:21:08',1,'2006-02-15 21:30:53'),(11696,'2005-08-17 07:01:09',3816,522,'2005-08-21 09:12:09',2,'2006-02-15 21:30:53'),(11697,'2005-08-17 07:09:19',383,329,'2005-08-19 02:02:19',1,'2006-02-15 21:30:53'),(11698,'2005-08-17 07:09:59',3946,353,'2005-08-19 04:31:59',1,'2006-02-15 21:30:53'),(11699,'2005-08-17 07:11:58',3997,339,'2005-08-26 12:08:58',1,'2006-02-15 21:30:53'),(11700,'2005-08-17 07:12:31',2365,104,'2005-08-18 04:21:31',2,'2006-02-15 21:30:53'),(11701,'2005-08-17 07:15:47',993,34,'2005-08-19 01:44:47',2,'2006-02-15 21:30:53'),(11702,'2005-08-17 07:18:56',3286,526,'2005-08-24 06:33:56',1,'2006-02-15 21:30:53'),(11703,'2005-08-17 07:19:29',1692,279,'2005-08-20 09:35:29',2,'2006-02-15 21:30:53'),(11704,'2005-08-17 07:21:22',1099,135,'2005-08-25 06:06:22',1,'2006-02-15 21:30:53'),(11705,'2005-08-17 07:22:25',4242,489,'2005-08-18 06:42:25',1,'2006-02-15 21:30:53'),(11706,'2005-08-17 07:23:46',4234,414,'2005-08-18 10:13:46',2,'2006-02-15 21:30:53'),(11707,'2005-08-17 07:24:59',1030,581,'2005-08-24 10:40:59',1,'2006-02-15 21:30:53'),(11708,'2005-08-17 07:26:47',76,582,'2005-08-22 04:11:47',1,'2006-02-15 21:30:53'),(11709,'2006-02-14 15:16:03',1720,330,NULL,1,'2006-02-15 21:30:53'),(11710,'2005-08-17 07:29:44',613,553,'2005-08-19 02:06:44',2,'2006-02-15 21:30:53'),(11711,'2005-08-17 07:30:55',1503,470,'2005-08-18 09:21:55',1,'2006-02-15 21:30:53'),(11712,'2005-08-17 07:32:51',3607,203,'2005-08-21 09:18:51',2,'2006-02-15 21:30:53'),(11713,'2005-08-17 07:34:05',1919,590,'2005-08-25 07:49:05',1,'2006-02-15 21:30:53'),(11714,'2005-08-17 07:34:55',17,151,'2005-08-18 04:07:55',1,'2006-02-15 21:30:53'),(11715,'2005-08-17 07:40:55',1615,452,'2005-08-25 11:19:55',1,'2006-02-15 21:30:53'),(11716,'2005-08-17 07:40:55',3054,287,'2005-08-21 05:56:55',1,'2006-02-15 21:30:53'),(11717,'2005-08-17 07:44:09',1371,566,'2005-08-20 09:39:09',2,'2006-02-15 21:30:53'),(11718,'2005-08-17 07:44:42',3673,555,'2005-08-23 03:02:42',2,'2006-02-15 21:30:53'),(11719,'2005-08-17 07:46:05',2054,338,'2005-08-23 08:52:05',1,'2006-02-15 21:30:53'),(11720,'2005-08-17 07:46:54',1707,121,'2005-08-26 04:19:54',2,'2006-02-15 21:30:53'),(11721,'2005-08-17 07:49:17',1923,46,'2005-08-18 04:08:17',1,'2006-02-15 21:30:53'),(11722,'2005-08-17 07:53:03',2430,321,'2005-08-22 06:56:03',2,'2006-02-15 21:30:53'),(11723,'2005-08-17 07:56:22',1665,341,'2005-08-22 03:49:22',1,'2006-02-15 21:30:53'),(11724,'2005-08-17 08:04:44',4484,207,'2005-08-25 03:25:44',2,'2006-02-15 21:30:53'),(11725,'2005-08-17 08:09:00',519,45,'2005-08-18 09:50:00',1,'2006-02-15 21:30:53'),(11726,'2005-08-17 08:11:10',4438,266,'2005-08-22 05:45:10',1,'2006-02-15 21:30:53'),(11727,'2005-08-17 08:12:20',98,6,'2005-08-19 12:45:20',1,'2006-02-15 21:30:53'),(11728,'2005-08-17 08:12:26',726,444,'2005-08-18 03:26:26',1,'2006-02-15 21:30:53'),(11729,'2005-08-17 08:14:41',2819,215,'2005-08-22 02:54:41',1,'2006-02-15 21:30:53'),(11730,'2005-08-17 08:22:00',3817,98,'2005-08-22 05:43:00',2,'2006-02-15 21:30:53'),(11731,'2005-08-17 08:24:35',917,52,'2005-08-24 02:54:35',2,'2006-02-15 21:30:53'),(11732,'2005-08-17 08:29:46',460,137,'2005-08-23 14:21:46',2,'2006-02-15 21:30:53'),(11733,'2005-08-17 08:31:03',439,251,'2005-08-21 05:44:03',2,'2006-02-15 21:30:53'),(11734,'2005-08-17 08:34:22',4063,337,'2005-08-25 11:56:22',2,'2006-02-15 21:30:53'),(11735,'2005-08-17 08:35:42',2555,452,'2005-08-26 11:04:42',1,'2006-02-15 21:30:53'),(11736,'2005-08-17 08:40:55',4217,535,'2005-08-26 09:03:55',1,'2006-02-15 21:30:53'),(11737,'2005-08-17 08:42:08',4128,549,'2005-08-19 08:14:08',1,'2006-02-15 21:30:53'),(11738,'2005-08-17 08:45:55',3042,347,'2005-08-26 07:09:55',1,'2006-02-15 21:30:53'),(11739,'2006-02-14 15:16:03',4568,373,NULL,2,'2006-02-15 21:30:53'),(11740,'2005-08-17 08:48:31',2441,27,'2005-08-24 07:47:31',2,'2006-02-15 21:30:53'),(11741,'2005-08-17 08:48:39',1819,473,'2005-08-20 07:37:39',1,'2006-02-15 21:30:53'),(11742,'2005-08-17 08:48:43',596,470,'2005-08-23 07:18:43',2,'2006-02-15 21:30:53'),(11743,'2005-08-17 08:49:05',294,336,'2005-08-22 08:53:05',2,'2006-02-15 21:30:53'),(11744,'2005-08-17 08:54:30',297,26,'2005-08-25 03:28:30',1,'2006-02-15 21:30:53'),(11745,'2005-08-17 09:00:01',4018,240,'2005-08-26 14:29:01',2,'2006-02-15 21:30:53'),(11746,'2005-08-17 09:03:24',4571,299,'2005-08-25 06:08:24',2,'2006-02-15 21:30:53'),(11747,'2005-08-17 09:03:31',1041,555,'2005-08-19 08:23:31',2,'2006-02-15 21:30:53'),(11748,'2005-08-17 09:04:02',1175,595,'2005-08-21 12:22:02',2,'2006-02-15 21:30:53'),(11749,'2005-08-17 09:04:03',4141,567,'2005-08-19 09:32:03',2,'2006-02-15 21:30:53'),(11750,'2005-08-17 09:07:00',665,190,'2005-08-23 08:16:00',2,'2006-02-15 21:30:53'),(11751,'2005-08-17 09:07:56',3309,51,'2005-08-26 13:16:56',1,'2006-02-15 21:30:53'),(11752,'2005-08-17 09:10:55',1833,481,'2005-08-18 06:22:55',1,'2006-02-15 21:30:53'),(11753,'2005-08-17 09:11:52',2599,43,'2005-08-25 05:03:52',2,'2006-02-15 21:30:53'),(11754,'2006-02-14 15:16:03',3747,163,NULL,2,'2006-02-15 21:30:53'),(11755,'2005-08-17 09:15:35',3457,513,'2005-08-23 06:28:35',2,'2006-02-15 21:30:53'),(11756,'2005-08-17 09:29:22',1798,198,'2005-08-21 12:17:22',1,'2006-02-15 21:30:53'),(11757,'2006-02-14 15:16:03',1295,550,NULL,2,'2006-02-15 21:30:53'),(11758,'2005-08-17 09:33:02',11,533,'2005-08-24 05:03:02',2,'2006-02-15 21:30:53'),(11759,'2005-08-17 09:41:23',2655,108,'2005-08-19 11:58:23',2,'2006-02-15 21:30:53'),(11760,'2005-08-17 09:44:22',626,545,'2005-08-24 14:39:22',2,'2006-02-15 21:30:53'),(11761,'2005-08-17 09:44:59',2230,13,'2005-08-25 07:46:59',1,'2006-02-15 21:30:53'),(11762,'2005-08-17 09:48:06',1204,244,'2005-08-26 13:12:06',2,'2006-02-15 21:30:53'),(11763,'2005-08-17 09:51:39',872,586,'2005-08-21 10:15:39',2,'2006-02-15 21:30:53'),(11764,'2005-08-17 09:51:54',4502,252,'2005-08-20 07:11:54',1,'2006-02-15 21:30:53'),(11765,'2005-08-17 09:55:28',4311,308,'2005-08-19 15:53:28',2,'2006-02-15 21:30:53'),(11766,'2005-08-17 09:58:40',2999,544,'2005-08-21 04:59:40',1,'2006-02-15 21:30:53'),(11767,'2005-08-17 10:00:40',2374,77,'2005-08-25 04:14:40',2,'2006-02-15 21:30:53'),(11768,'2005-08-17 10:02:29',1307,564,'2005-08-23 10:26:29',1,'2006-02-15 21:30:53'),(11769,'2005-08-17 10:04:49',1406,418,'2005-08-20 09:22:49',1,'2006-02-15 21:30:53'),(11770,'2005-08-17 10:05:05',2862,475,'2005-08-20 15:59:05',1,'2006-02-15 21:30:53'),(11771,'2005-08-17 10:17:09',2575,324,'2005-08-25 10:58:09',1,'2006-02-15 21:30:53'),(11772,'2005-08-17 10:18:57',1021,237,'2005-08-26 12:48:57',2,'2006-02-15 21:30:53'),(11773,'2005-08-17 10:19:51',1886,384,'2005-08-23 04:30:51',1,'2006-02-15 21:30:53'),(11774,'2005-08-17 10:20:39',1679,488,'2005-08-23 13:37:39',1,'2006-02-15 21:30:53'),(11775,'2005-08-17 10:25:53',256,574,'2005-08-22 08:37:53',2,'2006-02-15 21:30:53'),(11776,'2005-08-17 10:27:19',2400,306,'2005-08-20 14:02:19',2,'2006-02-15 21:30:53'),(11777,'2005-08-17 10:27:19',4065,83,'2005-08-26 13:10:19',1,'2006-02-15 21:30:53'),(11778,'2005-08-17 10:31:40',1306,213,'2005-08-25 13:53:40',2,'2006-02-15 21:30:53'),(11779,'2005-08-17 10:31:58',181,126,'2005-08-24 15:28:58',2,'2006-02-15 21:30:53'),(11780,'2005-08-17 10:34:24',2268,297,'2005-08-21 04:55:24',1,'2006-02-15 21:30:53'),(11781,'2005-08-17 10:37:00',1853,506,'2005-08-21 12:03:00',2,'2006-02-15 21:30:53'),(11782,'2006-02-14 15:16:03',4098,354,NULL,1,'2006-02-15 21:30:53'),(11783,'2005-08-17 10:39:24',979,152,'2005-08-21 12:43:24',2,'2006-02-15 21:30:53'),(11784,'2005-08-17 10:48:05',3101,297,'2005-08-19 06:47:05',1,'2006-02-15 21:30:53'),(11785,'2005-08-17 10:54:46',2760,182,'2005-08-23 14:15:46',2,'2006-02-15 21:30:53'),(11786,'2005-08-17 10:57:40',1487,435,'2005-08-24 06:48:40',2,'2006-02-15 21:30:53'),(11787,'2005-08-17 10:59:00',1980,195,'2005-08-19 05:56:00',1,'2006-02-15 21:30:53'),(11788,'2005-08-17 10:59:18',1310,560,'2005-08-22 11:12:18',1,'2006-02-15 21:30:53'),(11789,'2005-08-17 10:59:24',851,150,'2005-08-26 16:17:24',1,'2006-02-15 21:30:53'),(11790,'2005-08-17 11:00:08',2384,451,'2005-08-20 05:15:08',2,'2006-02-15 21:30:53'),(11791,'2005-08-17 11:01:11',3640,219,'2005-08-22 06:31:11',2,'2006-02-15 21:30:53'),(11792,'2005-08-17 11:03:53',3703,376,'2005-08-26 06:34:53',1,'2006-02-15 21:30:53'),(11793,'2005-08-17 11:05:53',1955,352,'2005-08-25 12:25:53',1,'2006-02-15 21:30:53'),(11794,'2005-08-17 11:08:48',3486,453,'2005-08-20 13:36:48',2,'2006-02-15 21:30:53'),(11795,'2005-08-17 11:13:38',2220,565,'2005-08-19 14:20:38',2,'2006-02-15 21:30:53'),(11796,'2005-08-17 11:16:47',3983,435,'2005-08-18 16:55:47',2,'2006-02-15 21:30:53'),(11797,'2005-08-17 11:17:21',1142,546,'2005-08-18 09:14:21',2,'2006-02-15 21:30:53'),(11798,'2005-08-17 11:21:43',3974,448,'2005-08-25 07:43:43',2,'2006-02-15 21:30:53'),(11799,'2005-08-17 11:25:25',40,501,'2005-08-25 13:03:25',2,'2006-02-15 21:30:53'),(11800,'2005-08-17 11:29:52',2284,350,'2005-08-21 08:37:52',1,'2006-02-15 21:30:53'),(11801,'2005-08-17 11:30:11',659,126,'2005-08-23 09:54:11',1,'2006-02-15 21:30:53'),(11802,'2005-08-17 11:32:51',2815,221,'2005-08-22 10:56:51',1,'2006-02-15 21:30:53'),(11803,'2005-08-17 11:42:08',3648,160,'2005-08-22 07:45:08',2,'2006-02-15 21:30:53'),(11804,'2005-08-17 11:42:45',1040,556,'2005-08-25 07:11:45',1,'2006-02-15 21:30:53'),(11805,'2005-08-17 11:48:47',1208,208,'2005-08-26 11:06:47',2,'2006-02-15 21:30:53'),(11806,'2005-08-17 11:49:28',3203,125,'2005-08-22 15:42:28',1,'2006-02-15 21:30:53'),(11807,'2005-08-17 11:51:15',4052,201,'2005-08-21 11:47:15',2,'2006-02-15 21:30:53'),(11808,'2005-08-17 11:51:16',4042,462,'2005-08-18 14:01:16',2,'2006-02-15 21:30:53'),(11809,'2005-08-17 11:51:39',1136,305,'2005-08-24 17:14:39',1,'2006-02-15 21:30:53'),(11810,'2005-08-17 11:56:48',1548,270,'2005-08-20 17:39:48',1,'2006-02-15 21:30:53'),(11811,'2005-08-17 11:59:18',195,130,'2005-08-18 09:13:18',2,'2006-02-15 21:30:53'),(11812,'2005-08-17 12:00:54',119,132,'2005-08-18 16:08:54',1,'2006-02-15 21:30:53'),(11813,'2005-08-17 12:06:54',1074,36,'2005-08-21 17:52:54',2,'2006-02-15 21:30:53'),(11814,'2005-08-17 12:09:20',3462,509,'2005-08-25 16:56:20',2,'2006-02-15 21:30:53'),(11815,'2005-08-17 12:13:26',272,192,'2005-08-22 17:15:26',2,'2006-02-15 21:30:53'),(11816,'2005-08-17 12:14:16',3897,224,'2005-08-19 06:15:16',2,'2006-02-15 21:30:53'),(11817,'2005-08-17 12:20:01',2297,38,'2005-08-19 18:06:01',1,'2006-02-15 21:30:53'),(11818,'2005-08-17 12:22:04',213,512,'2005-08-25 15:59:04',2,'2006-02-15 21:30:53'),(11819,'2005-08-17 12:25:17',656,208,'2005-08-19 16:12:17',1,'2006-02-15 21:30:53'),(11820,'2005-08-17 12:25:33',2801,401,'2005-08-19 07:04:33',2,'2006-02-15 21:30:53'),(11821,'2005-08-17 12:27:55',2711,20,'2005-08-18 07:07:55',1,'2006-02-15 21:30:53'),(11822,'2005-08-17 12:32:39',1317,263,'2005-08-18 12:30:39',2,'2006-02-15 21:30:53'),(11823,'2005-08-17 12:36:37',2626,352,'2005-08-22 11:10:37',2,'2006-02-15 21:30:53'),(11824,'2005-08-17 12:37:54',2639,1,'2005-08-19 10:11:54',2,'2006-02-15 21:30:53'),(11825,'2005-08-17 12:43:30',2656,296,'2005-08-20 15:25:30',1,'2006-02-15 21:30:53'),(11826,'2005-08-17 12:43:46',1837,536,'2005-08-19 16:59:46',2,'2006-02-15 21:30:53'),(11827,'2005-08-17 12:44:27',3064,523,'2005-08-24 13:31:27',1,'2006-02-15 21:30:53'),(11828,'2005-08-17 12:48:28',2593,268,'2005-08-24 09:24:28',2,'2006-02-15 21:30:53'),(11829,'2005-08-17 12:52:04',2207,563,'2005-08-19 10:50:04',2,'2006-02-15 21:30:53'),(11830,'2005-08-17 12:53:15',3713,522,'2005-08-25 08:08:15',1,'2006-02-15 21:30:53'),(11831,'2005-08-17 12:54:47',4562,32,'2005-08-21 11:21:47',1,'2006-02-15 21:30:53'),(11832,'2005-08-17 12:55:31',2331,125,'2005-08-19 08:31:31',1,'2006-02-15 21:30:53'),(11833,'2005-08-17 13:00:33',3728,424,'2005-08-18 13:45:33',2,'2006-02-15 21:30:53'),(11834,'2005-08-17 13:00:40',2407,261,'2005-08-22 12:50:40',1,'2006-02-15 21:30:53'),(11835,'2005-08-17 13:03:13',2796,479,'2005-08-19 10:50:13',1,'2006-02-15 21:30:53'),(11836,'2005-08-17 13:03:36',2253,198,'2005-08-19 17:15:36',1,'2006-02-15 21:30:53'),(11837,'2005-08-17 13:04:41',1085,81,'2005-08-26 14:19:41',1,'2006-02-15 21:30:53'),(11838,'2005-08-17 13:06:00',3576,161,'2005-08-20 11:44:00',1,'2006-02-15 21:30:53'),(11839,'2005-08-17 13:08:45',2282,80,'2005-08-18 15:05:45',2,'2006-02-15 21:30:53'),(11840,'2005-08-17 13:09:01',1824,491,'2005-08-19 17:42:01',1,'2006-02-15 21:30:53'),(11841,'2005-08-17 13:12:20',1524,270,'2005-08-21 11:16:20',2,'2006-02-15 21:30:53'),(11842,'2005-08-17 13:13:37',2680,422,'2005-08-20 08:32:37',1,'2006-02-15 21:30:53'),(11843,'2005-08-17 13:14:50',3091,187,'2005-08-22 11:31:50',2,'2006-02-15 21:30:53'),(11844,'2005-08-17 13:16:04',3791,368,'2005-08-18 10:16:04',1,'2006-02-15 21:30:53'),(11845,'2005-08-17 13:16:38',14,65,'2005-08-18 11:21:38',1,'2006-02-15 21:30:53'),(11846,'2005-08-17 13:18:29',3306,283,'2005-08-22 18:05:29',2,'2006-02-15 21:30:53'),(11847,'2006-02-14 15:16:03',1784,337,NULL,1,'2006-02-15 21:30:53'),(11848,'2006-02-14 15:16:03',3680,152,NULL,1,'2006-02-15 21:30:53'),(11849,'2005-08-17 13:24:55',1191,92,'2005-08-22 12:50:55',2,'2006-02-15 21:30:53'),(11850,'2005-08-17 13:30:15',1437,80,'2005-08-21 17:24:15',1,'2006-02-15 21:30:53'),(11851,'2005-08-17 13:30:27',3225,376,'2005-08-20 15:34:27',2,'2006-02-15 21:30:53'),(11852,'2005-08-17 13:38:27',2358,596,'2005-08-24 08:50:27',1,'2006-02-15 21:30:53'),(11853,'2005-08-17 13:39:32',3888,6,'2005-08-23 18:44:32',2,'2006-02-15 21:30:53'),(11854,'2005-08-17 13:42:52',137,313,'2005-08-26 14:04:52',1,'2006-02-15 21:30:53'),(11855,'2005-08-17 13:43:07',1062,535,'2005-08-26 08:07:07',1,'2006-02-15 21:30:53'),(11856,'2005-08-17 13:44:49',305,28,'2005-08-21 17:20:49',1,'2006-02-15 21:30:53'),(11857,'2005-08-17 13:48:30',101,146,'2005-08-18 15:55:30',1,'2006-02-15 21:30:53'),(11858,'2005-08-17 13:50:31',3483,503,'2005-08-19 08:45:31',2,'2006-02-15 21:30:53'),(11859,'2005-08-17 13:51:20',423,144,'2005-08-21 13:47:20',2,'2006-02-15 21:30:53'),(11860,'2005-08-17 13:52:26',4354,257,'2005-08-24 14:47:26',1,'2006-02-15 21:30:53'),(11861,'2005-08-17 13:53:47',2674,232,'2005-08-21 16:07:47',1,'2006-02-15 21:30:53'),(11862,'2005-08-17 13:54:53',2604,529,'2005-08-19 10:48:53',1,'2006-02-15 21:30:53'),(11863,'2005-08-17 13:56:01',1003,112,'2005-08-23 18:38:01',1,'2006-02-15 21:30:53'),(11864,'2005-08-17 14:02:01',2985,96,'2005-08-21 19:54:01',1,'2006-02-15 21:30:53'),(11865,'2005-08-17 14:03:46',2577,345,'2005-08-19 08:39:46',1,'2006-02-15 21:30:53'),(11866,'2006-02-14 15:16:03',2758,200,NULL,2,'2006-02-15 21:30:53'),(11867,'2005-08-17 14:04:28',938,434,'2005-08-21 10:08:28',1,'2006-02-15 21:30:53'),(11868,'2005-08-17 14:05:34',2909,445,'2005-08-19 15:47:34',1,'2006-02-15 21:30:53'),(11869,'2005-08-17 14:10:22',3453,19,'2005-08-24 18:39:22',1,'2006-02-15 21:30:53'),(11870,'2005-08-17 14:11:28',4251,432,'2005-08-24 16:43:28',1,'2006-02-15 21:30:53'),(11871,'2005-08-17 14:11:44',3013,484,'2005-08-18 17:50:44',1,'2006-02-15 21:30:53'),(11872,'2005-08-17 14:11:45',4306,113,'2005-08-21 17:02:45',2,'2006-02-15 21:30:53'),(11873,'2005-08-17 14:14:39',4021,554,'2005-08-18 17:20:39',2,'2006-02-15 21:30:53'),(11874,'2005-08-17 14:16:40',2637,467,'2005-08-18 15:51:40',2,'2006-02-15 21:30:53'),(11875,'2005-08-17 14:16:48',1787,294,'2005-08-26 14:20:48',1,'2006-02-15 21:30:53'),(11876,'2005-08-17 14:18:21',3982,426,'2005-08-20 19:48:21',1,'2006-02-15 21:30:53'),(11877,'2005-08-17 14:21:11',4528,445,'2005-08-25 19:46:11',1,'2006-02-15 21:30:53'),(11878,'2005-08-17 14:23:52',255,549,'2005-08-21 14:23:52',1,'2006-02-15 21:30:53'),(11879,'2005-08-17 14:25:09',2500,312,'2005-08-26 09:19:09',1,'2006-02-15 21:30:53'),(11880,'2005-08-17 14:28:28',1539,597,'2005-08-26 12:32:28',2,'2006-02-15 21:30:53'),(11881,'2005-08-17 14:31:56',3124,272,'2005-08-21 11:05:56',1,'2006-02-15 21:30:53'),(11882,'2005-08-17 14:33:41',2401,234,'2005-08-26 17:25:41',2,'2006-02-15 21:30:53'),(11883,'2005-08-17 14:41:28',221,551,'2005-08-19 09:54:28',1,'2006-02-15 21:30:53'),(11884,'2005-08-17 14:43:23',797,178,'2005-08-25 15:38:23',1,'2006-02-15 21:30:53'),(11885,'2005-08-17 14:53:53',3931,481,'2005-08-22 10:59:53',1,'2006-02-15 21:30:53'),(11886,'2005-08-17 14:58:51',608,204,'2005-08-19 16:07:51',2,'2006-02-15 21:30:53'),(11887,'2005-08-17 15:03:13',3290,54,'2005-08-19 09:49:13',1,'2006-02-15 21:30:53'),(11888,'2005-08-17 15:04:05',1100,160,'2005-08-25 18:52:05',2,'2006-02-15 21:30:53'),(11889,'2005-08-17 15:08:27',293,395,'2005-08-18 17:10:27',1,'2006-02-15 21:30:53'),(11890,'2005-08-17 15:08:43',3023,487,'2005-08-26 14:56:43',2,'2006-02-15 21:30:53'),(11891,'2005-08-17 15:11:55',2619,115,'2005-08-22 11:11:55',2,'2006-02-15 21:30:53'),(11892,'2005-08-17 15:13:21',746,227,'2005-08-21 09:19:21',2,'2006-02-15 21:30:53'),(11893,'2005-08-17 15:13:29',2321,496,'2005-08-25 11:09:29',1,'2006-02-15 21:30:53'),(11894,'2005-08-17 15:15:01',1223,67,'2005-08-26 13:49:01',1,'2006-02-15 21:30:53'),(11895,'2005-08-17 15:15:07',2156,236,'2005-08-18 11:00:07',2,'2006-02-15 21:30:53'),(11896,'2005-08-17 15:19:54',259,436,'2005-08-24 18:22:54',2,'2006-02-15 21:30:53'),(11897,'2005-08-17 15:24:06',3904,238,'2005-08-23 11:50:06',2,'2006-02-15 21:30:53'),(11898,'2005-08-17 15:24:12',3163,169,'2005-08-24 13:36:12',2,'2006-02-15 21:30:53'),(11899,'2005-08-17 15:29:12',3179,84,'2005-08-24 17:41:12',1,'2006-02-15 21:30:53'),(11900,'2005-08-17 15:30:44',1931,239,'2005-08-19 16:12:44',1,'2006-02-15 21:30:53'),(11901,'2005-08-17 15:35:47',4274,70,'2005-08-20 10:33:47',2,'2006-02-15 21:30:53'),(11902,'2005-08-17 15:37:34',1387,63,'2005-08-22 17:28:34',2,'2006-02-15 21:30:53'),(11903,'2005-08-17 15:37:45',1196,542,'2005-08-23 18:31:45',2,'2006-02-15 21:30:53'),(11904,'2005-08-17 15:39:26',2846,145,'2005-08-21 18:24:26',2,'2006-02-15 21:30:53'),(11905,'2005-08-17 15:40:18',2725,349,'2005-08-26 15:14:18',2,'2006-02-15 21:30:53'),(11906,'2005-08-17 15:40:46',325,478,'2005-08-20 15:20:46',2,'2006-02-15 21:30:53'),(11907,'2005-08-17 15:40:47',3928,505,'2005-08-20 19:55:47',2,'2006-02-15 21:30:53'),(11908,'2005-08-17 15:43:09',3390,314,'2005-08-24 14:32:09',2,'2006-02-15 21:30:53'),(11909,'2006-02-14 15:16:03',871,474,NULL,1,'2006-02-15 21:30:53'),(11910,'2005-08-17 15:44:37',4254,418,'2005-08-19 10:58:37',2,'2006-02-15 21:30:53'),(11911,'2005-08-17 15:51:35',3578,472,'2005-08-26 20:26:35',2,'2006-02-15 21:30:53'),(11912,'2005-08-17 15:51:49',744,573,'2005-08-24 18:48:49',1,'2006-02-15 21:30:53'),(11913,'2005-08-17 15:53:17',741,295,'2005-08-24 18:50:17',2,'2006-02-15 21:30:53'),(11914,'2005-08-17 16:04:42',1634,230,'2005-08-22 19:29:42',1,'2006-02-15 21:30:53'),(11915,'2005-08-17 16:05:28',1557,269,'2005-08-25 19:53:28',2,'2006-02-15 21:30:53'),(11916,'2005-08-17 16:05:51',2631,86,'2005-08-20 10:23:51',1,'2006-02-15 21:30:53'),(11917,'2005-08-17 16:08:17',1608,270,'2005-08-20 20:01:17',1,'2006-02-15 21:30:53'),(11918,'2005-08-17 16:08:42',2169,533,'2005-08-20 20:12:42',1,'2006-02-15 21:30:53'),(11919,'2005-08-17 16:08:49',4497,40,'2005-08-20 16:59:49',2,'2006-02-15 21:30:53'),(11920,'2005-08-17 16:10:19',4253,402,'2005-08-20 13:54:19',2,'2006-02-15 21:30:53'),(11921,'2005-08-17 16:12:27',494,485,'2005-08-25 22:07:27',1,'2006-02-15 21:30:53'),(11922,'2005-08-17 16:20:37',3707,15,'2005-08-26 16:53:37',2,'2006-02-15 21:30:53'),(11923,'2005-08-17 16:21:47',1907,72,'2005-08-18 14:26:47',2,'2006-02-15 21:30:53'),(11924,'2005-08-17 16:22:05',1711,202,'2005-08-26 12:34:05',1,'2006-02-15 21:30:53'),(11925,'2005-08-17 16:23:04',1441,370,'2005-08-21 11:38:04',1,'2006-02-15 21:30:53'),(11926,'2005-08-17 16:25:02',2111,516,'2005-08-22 11:36:02',1,'2006-02-15 21:30:53'),(11927,'2005-08-17 16:25:03',3134,178,'2005-08-23 16:41:03',1,'2006-02-15 21:30:53'),(11928,'2005-08-17 16:28:24',79,261,'2005-08-23 17:50:24',2,'2006-02-15 21:30:53'),(11929,'2005-08-17 16:28:51',3765,327,'2005-08-25 19:36:51',1,'2006-02-15 21:30:53'),(11930,'2005-08-17 16:28:53',1299,5,'2005-08-25 10:31:53',1,'2006-02-15 21:30:53'),(11931,'2005-08-17 16:35:14',2022,242,'2005-08-19 19:16:14',1,'2006-02-15 21:30:53'),(11932,'2005-08-17 16:36:12',151,364,'2005-08-18 19:34:12',2,'2006-02-15 21:30:53'),(11933,'2005-08-17 16:38:20',2574,438,'2005-08-22 14:31:20',1,'2006-02-15 21:30:53'),(11934,'2005-08-17 16:40:00',1230,596,'2005-08-20 20:13:00',2,'2006-02-15 21:30:53'),(11935,'2005-08-17 16:42:13',1640,66,'2005-08-22 20:38:13',2,'2006-02-15 21:30:53'),(11936,'2005-08-17 16:45:34',1127,380,'2005-08-21 13:33:34',2,'2006-02-15 21:30:53'),(11937,'2005-08-17 16:48:36',2926,515,'2005-08-24 19:01:36',1,'2006-02-15 21:30:53'),(11938,'2005-08-17 16:54:54',3927,426,'2005-08-24 19:18:54',1,'2006-02-15 21:30:53'),(11939,'2005-08-17 16:55:57',3305,516,'2005-08-24 21:36:57',1,'2006-02-15 21:30:53'),(11940,'2005-08-17 16:56:28',1188,163,'2005-08-18 15:09:28',1,'2006-02-15 21:30:53'),(11941,'2005-08-17 16:56:57',159,566,'2005-08-24 16:29:57',1,'2006-02-15 21:30:53'),(11942,'2006-02-14 15:16:03',4094,576,NULL,2,'2006-02-15 21:30:53'),(11943,'2005-08-17 17:00:42',4466,69,'2005-08-26 22:07:42',1,'2006-02-15 21:30:53'),(11944,'2005-08-17 17:02:42',27,389,'2005-08-21 16:40:42',2,'2006-02-15 21:30:53'),(11945,'2005-08-17 17:05:33',1108,380,'2005-08-20 18:37:33',2,'2006-02-15 21:30:53'),(11946,'2005-08-17 17:05:53',2953,569,'2005-08-19 13:56:53',1,'2006-02-15 21:30:53'),(11947,'2005-08-17 17:08:13',2928,220,'2005-08-23 21:53:13',1,'2006-02-15 21:30:53'),(11948,'2005-08-17 17:11:05',3329,40,'2005-08-25 21:16:05',2,'2006-02-15 21:30:53'),(11949,'2005-08-17 17:12:26',854,198,'2005-08-23 20:48:26',1,'2006-02-15 21:30:53'),(11950,'2005-08-17 17:13:16',4412,190,'2005-08-26 21:25:16',1,'2006-02-15 21:30:53'),(11951,'2005-08-17 17:14:02',1394,155,'2005-08-26 12:04:02',2,'2006-02-15 21:30:53'),(11952,'2005-08-17 17:14:57',2411,288,'2005-08-19 19:15:57',1,'2006-02-15 21:30:53'),(11953,'2005-08-17 17:16:42',2993,399,'2005-08-23 18:28:42',1,'2006-02-15 21:30:53'),(11954,'2005-08-17 17:18:36',220,145,'2005-08-18 19:49:36',1,'2006-02-15 21:30:53'),(11955,'2005-08-17 17:21:35',1221,319,'2005-08-24 22:06:35',1,'2006-02-15 21:30:53'),(11956,'2005-08-17 17:22:05',2533,457,'2005-08-25 22:19:05',2,'2006-02-15 21:30:53'),(11957,'2005-08-17 17:22:29',1924,198,'2005-08-23 21:47:29',2,'2006-02-15 21:30:53'),(11958,'2005-08-17 17:23:20',2061,217,'2005-08-24 14:47:20',2,'2006-02-15 21:30:53'),(11959,'2005-08-17 17:23:35',2694,101,'2005-08-20 20:57:35',1,'2006-02-15 21:30:53'),(11960,'2005-08-17 17:24:30',3924,84,'2005-08-18 14:28:30',1,'2006-02-15 21:30:53'),(11961,'2005-08-17 17:28:01',2015,276,'2005-08-21 20:43:01',1,'2006-02-15 21:30:53'),(11962,'2005-08-17 17:34:38',4384,29,'2005-08-21 12:59:38',2,'2006-02-15 21:30:53'),(11963,'2005-08-17 17:35:47',232,211,'2005-08-23 16:19:47',2,'2006-02-15 21:30:53'),(11964,'2005-08-17 17:37:03',2225,309,'2005-08-25 11:55:03',2,'2006-02-15 21:30:53'),(11965,'2005-08-17 17:39:45',194,490,'2005-08-19 12:05:45',1,'2006-02-15 21:30:53'),(11966,'2005-08-17 17:40:04',3702,283,'2005-08-20 15:45:04',1,'2006-02-15 21:30:53'),(11967,'2005-08-17 17:45:00',1151,521,'2005-08-22 13:03:00',1,'2006-02-15 21:30:53'),(11968,'2005-08-17 17:47:34',698,239,'2005-08-18 19:40:34',1,'2006-02-15 21:30:53'),(11969,'2005-08-17 17:49:37',668,550,'2005-08-19 19:45:37',2,'2006-02-15 21:30:53'),(11970,'2005-08-17 17:53:09',1779,21,'2005-08-24 14:41:09',1,'2006-02-15 21:30:53'),(11971,'2005-08-17 17:53:42',2756,131,'2005-08-18 12:11:42',2,'2006-02-15 21:30:53'),(11972,'2005-08-17 17:55:46',1282,308,'2005-08-22 15:31:46',2,'2006-02-15 21:30:53'),(11973,'2005-08-17 17:55:58',1472,131,'2005-08-21 19:55:58',2,'2006-02-15 21:30:53'),(11974,'2005-08-17 17:56:48',1609,485,'2005-08-21 19:14:48',2,'2006-02-15 21:30:53'),(11975,'2005-08-17 17:58:39',3843,458,'2005-08-20 19:11:39',2,'2006-02-15 21:30:53'),(11976,'2005-08-17 17:59:19',498,373,'2005-08-23 14:51:19',2,'2006-02-15 21:30:53'),(11977,'2005-08-17 18:01:15',1528,536,'2005-08-23 23:03:15',1,'2006-02-15 21:30:53'),(11978,'2005-08-17 18:02:10',4380,499,'2005-08-18 20:40:10',2,'2006-02-15 21:30:53'),(11979,'2005-08-17 18:07:13',568,255,'2005-08-19 23:12:13',1,'2006-02-15 21:30:53'),(11980,'2005-08-17 18:10:18',4165,589,'2005-08-20 13:28:18',1,'2006-02-15 21:30:53'),(11981,'2005-08-17 18:10:40',3228,294,'2005-08-20 16:56:40',1,'2006-02-15 21:30:53'),(11982,'2005-08-17 18:13:07',118,186,'2005-08-18 19:06:07',1,'2006-02-15 21:30:53'),(11983,'2005-08-17 18:13:55',2580,304,'2005-08-23 18:27:55',2,'2006-02-15 21:30:53'),(11984,'2005-08-17 18:16:30',3577,96,'2005-08-24 21:09:30',2,'2006-02-15 21:30:53'),(11985,'2005-08-17 18:19:44',2208,198,'2005-08-18 19:14:44',2,'2006-02-15 21:30:53'),(11986,'2005-08-17 18:21:58',1610,352,'2005-08-18 13:05:58',1,'2006-02-15 21:30:53'),(11987,'2005-08-17 18:21:59',1478,494,'2005-08-25 19:20:59',1,'2006-02-15 21:30:53'),(11988,'2005-08-17 18:23:50',3429,62,'2005-08-18 22:30:50',2,'2006-02-15 21:30:53'),(11989,'2005-08-17 18:23:58',3686,439,'2005-08-20 20:31:58',2,'2006-02-15 21:30:53'),(11990,'2005-08-17 18:26:22',3012,17,'2005-08-19 14:34:22',2,'2006-02-15 21:30:53'),(11991,'2005-08-17 18:27:08',940,361,'2005-08-25 14:07:08',1,'2006-02-15 21:30:53'),(11992,'2005-08-17 18:27:22',4132,136,'2005-08-26 22:38:22',2,'2006-02-15 21:30:53'),(11993,'2005-08-17 18:27:49',295,303,'2005-08-21 00:04:49',1,'2006-02-15 21:30:53'),(11994,'2005-08-17 18:29:35',3428,319,'2005-08-25 23:39:35',1,'2006-02-15 21:30:53'),(11995,'2006-02-14 15:16:03',3953,69,NULL,1,'2006-02-15 21:30:53'),(11996,'2005-08-17 18:34:37',2720,510,'2005-08-20 22:25:37',2,'2006-02-15 21:30:53'),(11997,'2005-08-17 18:34:38',2193,411,'2005-08-26 00:12:38',2,'2006-02-15 21:30:53'),(11998,'2005-08-17 18:46:21',4258,299,'2005-08-18 20:29:21',1,'2006-02-15 21:30:53'),(11999,'2005-08-17 18:47:07',4333,125,'2005-08-20 23:26:07',2,'2006-02-15 21:30:53'),(12000,'2005-08-17 18:49:44',2256,149,'2005-08-24 16:34:44',2,'2006-02-15 21:30:53'),(12001,'2006-02-14 15:16:03',4158,52,NULL,2,'2006-02-15 21:30:53'),(12002,'2005-08-17 18:56:02',1386,75,'2005-08-20 17:36:02',1,'2006-02-15 21:30:53'),(12003,'2005-08-17 18:56:05',3868,70,'2005-08-18 23:52:05',1,'2006-02-15 21:30:53'),(12004,'2005-08-17 18:56:53',2690,499,'2005-08-26 14:56:53',1,'2006-02-15 21:30:53'),(12005,'2005-08-17 18:56:55',2062,403,'2005-08-25 20:23:55',2,'2006-02-15 21:30:53'),(12006,'2005-08-17 19:09:12',4072,272,'2005-08-24 13:50:12',1,'2006-02-15 21:30:53'),(12007,'2005-08-17 19:10:34',3007,268,'2005-08-24 14:09:34',1,'2006-02-15 21:30:53'),(12008,'2005-08-17 19:16:18',865,562,'2005-08-18 14:24:18',2,'2006-02-15 21:30:53'),(12009,'2006-02-14 15:16:03',2134,296,NULL,2,'2006-02-15 21:30:53'),(12010,'2005-08-17 19:17:54',1076,554,'2005-08-26 00:41:54',1,'2006-02-15 21:30:53'),(12011,'2005-08-17 19:19:44',495,313,'2005-08-23 00:56:44',2,'2006-02-15 21:30:53'),(12012,'2005-08-17 19:20:48',2698,69,'2005-08-22 16:50:48',1,'2006-02-15 21:30:53'),(12013,'2005-08-17 19:23:02',3530,586,'2005-08-23 00:31:02',2,'2006-02-15 21:30:53'),(12014,'2005-08-17 19:29:44',1778,554,'2005-08-23 20:40:44',1,'2006-02-15 21:30:53'),(12015,'2005-08-17 19:32:44',593,11,'2005-08-23 13:36:44',2,'2006-02-15 21:30:53'),(12016,'2005-08-17 19:33:24',2109,327,'2005-08-21 19:59:24',2,'2006-02-15 21:30:53'),(12017,'2005-08-17 19:33:49',344,573,'2005-08-22 01:16:49',2,'2006-02-15 21:30:53'),(12018,'2005-08-17 19:44:46',1921,319,'2005-08-26 20:24:46',1,'2006-02-15 21:30:53'),(12019,'2005-08-17 19:48:55',2566,90,'2005-08-21 18:20:55',1,'2006-02-15 21:30:53'),(12020,'2005-08-17 19:50:33',3258,72,'2005-08-25 17:54:33',1,'2006-02-15 21:30:53'),(12021,'2005-08-17 19:52:43',3977,27,'2005-08-23 21:49:43',1,'2006-02-15 21:30:53'),(12022,'2005-08-17 19:52:45',2067,461,'2005-08-18 18:26:45',2,'2006-02-15 21:30:53'),(12023,'2005-08-17 19:54:54',247,22,'2005-08-26 23:03:54',1,'2006-02-15 21:30:53'),(12024,'2005-08-17 19:57:34',2398,484,'2005-08-21 23:00:34',2,'2006-02-15 21:30:53'),(12025,'2005-08-17 19:59:06',4019,209,'2005-08-23 14:39:06',2,'2006-02-15 21:30:53'),(12026,'2005-08-17 20:00:10',1568,468,'2005-08-26 01:54:10',1,'2006-02-15 21:30:53'),(12027,'2005-08-17 20:01:12',45,285,'2005-08-26 21:08:12',2,'2006-02-15 21:30:53'),(12028,'2005-08-17 20:03:47',607,316,'2005-08-23 17:09:47',2,'2006-02-15 21:30:53'),(12029,'2005-08-17 20:07:01',3516,148,'2005-08-19 19:36:01',2,'2006-02-15 21:30:53'),(12030,'2005-08-17 20:10:48',449,434,'2005-08-19 00:32:48',1,'2006-02-15 21:30:53'),(12031,'2005-08-17 20:11:35',2793,10,'2005-08-24 23:48:35',2,'2006-02-15 21:30:53'),(12032,'2005-08-17 20:14:26',1106,141,'2005-08-26 16:01:26',1,'2006-02-15 21:30:53'),(12033,'2005-08-17 20:14:34',2731,321,'2005-08-26 00:22:34',2,'2006-02-15 21:30:53'),(12034,'2005-08-17 20:15:31',834,321,'2005-08-24 15:46:31',2,'2006-02-15 21:30:53'),(12035,'2005-08-17 20:18:06',2335,469,'2005-08-21 16:41:06',2,'2006-02-15 21:30:53'),(12036,'2005-08-17 20:19:06',3620,85,'2005-08-18 19:57:06',2,'2006-02-15 21:30:53'),(12037,'2005-08-17 20:21:35',766,356,'2005-08-22 17:16:35',2,'2006-02-15 21:30:53'),(12038,'2005-08-17 20:28:26',3794,148,'2005-08-20 23:09:26',2,'2006-02-15 21:30:53'),(12039,'2005-08-17 20:29:08',4404,563,'2005-08-23 21:20:08',2,'2006-02-15 21:30:53'),(12040,'2005-08-17 20:29:56',1288,558,'2005-08-26 22:17:56',1,'2006-02-15 21:30:53'),(12041,'2005-08-17 20:34:33',2389,295,'2005-08-19 00:47:33',1,'2006-02-15 21:30:53'),(12042,'2005-08-17 20:36:37',1772,570,'2005-08-21 15:03:37',1,'2006-02-15 21:30:53'),(12043,'2005-08-17 20:38:21',3706,592,'2005-08-22 16:52:21',2,'2006-02-15 21:30:53'),(12044,'2005-08-17 20:39:37',3377,388,'2005-08-19 18:34:37',1,'2006-02-15 21:30:53'),(12045,'2005-08-17 20:40:46',469,556,'2005-08-20 18:18:46',2,'2006-02-15 21:30:53'),(12046,'2005-08-17 20:47:46',3895,435,'2005-08-19 16:09:46',2,'2006-02-15 21:30:53'),(12047,'2005-08-17 20:48:32',3886,251,'2005-08-26 00:07:32',1,'2006-02-15 21:30:53'),(12048,'2005-08-17 20:49:24',3773,466,'2005-08-27 02:01:24',2,'2006-02-15 21:30:53'),(12049,'2005-08-17 20:53:27',2433,178,'2005-08-26 19:45:27',2,'2006-02-15 21:30:53'),(12050,'2005-08-17 20:55:25',2348,405,'2005-08-22 20:31:25',2,'2006-02-15 21:30:53'),(12051,'2005-08-17 20:56:15',4001,579,'2005-08-25 19:08:15',1,'2006-02-15 21:30:53'),(12052,'2005-08-17 20:57:02',99,536,'2005-08-25 19:04:02',1,'2006-02-15 21:30:53'),(12053,'2005-08-17 20:57:27',4448,280,'2005-08-20 19:51:27',1,'2006-02-15 21:30:53'),(12054,'2005-08-17 20:59:56',3780,53,'2005-08-23 19:57:56',1,'2006-02-15 21:30:53'),(12055,'2005-08-17 21:02:19',1481,35,'2005-08-18 15:24:19',1,'2006-02-15 21:30:53'),(12056,'2005-08-17 21:03:48',1091,460,'2005-08-21 22:42:48',2,'2006-02-15 21:30:53'),(12057,'2005-08-17 21:04:35',1878,263,'2005-08-25 00:17:35',1,'2006-02-15 21:30:53'),(12058,'2005-08-17 21:07:41',2438,540,'2005-08-26 16:07:41',1,'2006-02-15 21:30:53'),(12059,'2005-08-17 21:09:23',4111,393,'2005-08-25 23:09:23',1,'2006-02-15 21:30:53'),(12060,'2005-08-17 21:11:57',2373,127,'2005-08-21 01:42:57',1,'2006-02-15 21:30:53'),(12061,'2005-08-17 21:13:35',144,532,'2005-08-22 19:18:35',1,'2006-02-15 21:30:53'),(12062,'2005-08-17 21:24:47',1791,330,'2005-08-20 20:35:47',2,'2006-02-15 21:30:53'),(12063,'2005-08-17 21:24:48',1141,550,'2005-08-23 22:10:48',2,'2006-02-15 21:30:53'),(12064,'2006-02-14 15:16:03',298,284,NULL,1,'2006-02-15 21:30:53'),(12065,'2005-08-17 21:31:46',3644,77,'2005-08-26 02:26:46',2,'2006-02-15 21:30:53'),(12066,'2006-02-14 15:16:03',2474,267,NULL,2,'2006-02-15 21:30:53'),(12067,'2005-08-17 21:36:47',2013,514,'2005-08-22 01:10:47',2,'2006-02-15 21:30:53'),(12068,'2005-08-17 21:37:08',4327,388,'2005-08-26 00:10:08',1,'2006-02-15 21:30:53'),(12069,'2005-08-17 21:39:40',631,389,'2005-08-22 01:12:40',2,'2006-02-15 21:30:53'),(12070,'2005-08-17 21:46:47',1357,158,'2005-08-22 22:59:47',1,'2006-02-15 21:30:53'),(12071,'2005-08-17 21:49:14',1874,507,'2005-08-22 18:20:14',1,'2006-02-15 21:30:53'),(12072,'2005-08-17 21:50:25',209,61,'2005-08-25 22:36:25',2,'2006-02-15 21:30:53'),(12073,'2005-08-17 21:50:39',2939,173,'2005-08-21 02:59:39',1,'2006-02-15 21:30:53'),(12074,'2005-08-17 21:50:57',711,417,'2005-08-20 00:58:57',2,'2006-02-15 21:30:53'),(12075,'2005-08-17 21:54:55',3147,125,'2005-08-23 23:04:55',1,'2006-02-15 21:30:53'),(12076,'2005-08-17 21:58:19',4278,298,'2005-08-20 22:10:19',1,'2006-02-15 21:30:53'),(12077,'2005-08-17 21:59:14',3589,550,'2005-08-22 03:23:14',1,'2006-02-15 21:30:53'),(12078,'2005-08-17 22:00:22',684,137,'2005-08-24 02:54:22',2,'2006-02-15 21:30:53'),(12079,'2005-08-17 22:04:17',646,230,'2005-08-24 20:22:17',2,'2006-02-15 21:30:53'),(12080,'2005-08-17 22:08:04',1491,394,'2005-08-19 22:55:04',2,'2006-02-15 21:30:53'),(12081,'2005-08-17 22:10:46',620,597,'2005-08-22 22:37:46',1,'2006-02-15 21:30:53'),(12082,'2005-08-17 22:13:15',3435,521,'2005-08-24 18:30:15',1,'2006-02-15 21:30:53'),(12083,'2005-08-17 22:13:37',1985,474,'2005-08-19 19:01:37',2,'2006-02-15 21:30:53'),(12084,'2005-08-17 22:16:49',2706,60,'2005-08-24 17:42:49',2,'2006-02-15 21:30:53'),(12085,'2005-08-17 22:17:09',600,31,'2005-08-21 01:45:09',1,'2006-02-15 21:30:53'),(12086,'2005-08-17 22:20:01',3963,140,'2005-08-26 02:14:01',1,'2006-02-15 21:30:53'),(12087,'2005-08-17 22:20:12',324,144,'2005-08-20 02:11:12',2,'2006-02-15 21:30:53'),(12088,'2005-08-17 22:20:16',1754,360,'2005-08-25 23:30:16',2,'2006-02-15 21:30:53'),(12089,'2005-08-17 22:20:29',651,538,'2005-08-24 02:12:29',1,'2006-02-15 21:30:53'),(12090,'2005-08-17 22:21:43',3392,391,'2005-08-20 23:53:43',2,'2006-02-15 21:30:53'),(12091,'2005-08-17 22:22:50',2161,555,'2005-08-27 03:55:50',1,'2006-02-15 21:30:53'),(12092,'2005-08-17 22:28:15',3964,38,'2005-08-18 16:46:15',2,'2006-02-15 21:30:53'),(12093,'2005-08-17 22:28:40',216,141,'2005-08-22 02:05:40',1,'2006-02-15 21:30:53'),(12094,'2005-08-17 22:31:04',1050,130,'2005-08-23 22:45:04',1,'2006-02-15 21:30:53'),(12095,'2005-08-17 22:32:37',1089,46,'2005-08-20 04:00:37',1,'2006-02-15 21:30:53'),(12096,'2005-08-17 22:32:50',44,463,'2005-08-25 03:33:50',1,'2006-02-15 21:30:53'),(12097,'2005-08-17 22:35:24',4135,325,'2005-08-18 20:31:24',2,'2006-02-15 21:30:53'),(12098,'2005-08-17 22:38:31',534,545,'2005-08-20 01:56:31',1,'2006-02-15 21:30:53'),(12099,'2005-08-17 22:38:54',1743,195,'2005-08-18 21:29:54',2,'2006-02-15 21:30:53'),(12100,'2005-08-17 22:41:10',4365,391,'2005-08-24 21:31:10',2,'2006-02-15 21:30:53'),(12101,'2006-02-14 15:16:03',1556,479,NULL,1,'2006-02-15 21:30:53'),(12102,'2005-08-17 22:45:26',4268,392,'2005-08-24 01:47:26',2,'2006-02-15 21:30:53'),(12103,'2005-08-17 22:49:09',4363,153,'2005-08-24 21:53:09',1,'2006-02-15 21:30:53'),(12104,'2005-08-17 22:53:00',4551,16,'2005-08-23 19:49:00',1,'2006-02-15 21:30:53'),(12105,'2005-08-17 22:54:45',2848,390,'2005-08-21 00:33:45',2,'2006-02-15 21:30:53'),(12106,'2005-08-17 22:55:32',3234,465,'2005-08-19 23:55:32',2,'2006-02-15 21:30:53'),(12107,'2005-08-17 22:56:24',1060,141,'2005-08-24 19:36:24',1,'2006-02-15 21:30:53'),(12108,'2005-08-17 22:56:39',1675,207,'2005-08-26 19:37:39',1,'2006-02-15 21:30:53'),(12109,'2005-08-17 22:58:35',1423,509,'2005-08-25 19:44:35',2,'2006-02-15 21:30:53'),(12110,'2005-08-17 22:59:46',2984,511,'2005-08-23 17:51:46',1,'2006-02-15 21:30:53'),(12111,'2005-08-17 22:59:55',2905,317,'2005-08-22 19:33:55',2,'2006-02-15 21:30:53'),(12112,'2005-08-17 23:00:31',4290,576,'2005-08-25 02:05:31',1,'2006-02-15 21:30:53'),(12113,'2005-08-17 23:01:00',2707,393,'2005-08-25 03:57:00',2,'2006-02-15 21:30:53'),(12114,'2005-08-17 23:02:00',1405,65,'2005-08-26 18:02:00',1,'2006-02-15 21:30:53'),(12115,'2005-08-17 23:04:15',1228,457,'2005-08-20 22:25:15',2,'2006-02-15 21:30:53'),(12116,'2006-02-14 15:16:03',3082,560,NULL,2,'2006-02-15 21:30:53'),(12117,'2005-08-17 23:11:12',4140,303,'2005-08-22 23:56:12',1,'2006-02-15 21:30:53'),(12118,'2005-08-17 23:14:25',158,89,'2005-08-26 22:26:25',1,'2006-02-15 21:30:53'),(12119,'2005-08-17 23:16:44',4298,567,'2005-08-20 02:13:44',2,'2006-02-15 21:30:53'),(12120,'2005-08-17 23:16:46',2912,323,'2005-08-19 00:11:46',2,'2006-02-15 21:30:53'),(12121,'2005-08-17 23:20:40',3423,69,'2005-08-22 21:30:40',2,'2006-02-15 21:30:53'),(12122,'2005-08-17 23:20:45',4030,375,'2005-08-25 04:23:45',2,'2006-02-15 21:30:53'),(12123,'2005-08-17 23:22:18',361,497,'2005-08-19 23:36:18',2,'2006-02-15 21:30:53'),(12124,'2005-08-17 23:22:46',2036,22,'2005-08-21 01:40:46',1,'2006-02-15 21:30:53'),(12125,'2005-08-17 23:24:25',136,573,'2005-08-25 03:08:25',2,'2006-02-15 21:30:53'),(12126,'2005-08-17 23:25:21',2304,302,'2005-08-23 21:51:21',1,'2006-02-15 21:30:53'),(12127,'2006-02-14 15:16:03',4218,582,NULL,2,'2006-02-15 21:30:53'),(12128,'2005-08-17 23:31:09',2252,415,'2005-08-24 05:07:09',2,'2006-02-15 21:30:53'),(12129,'2005-08-17 23:31:25',891,146,'2005-08-26 19:10:25',2,'2006-02-15 21:30:53'),(12130,'2006-02-14 15:16:03',1358,516,NULL,2,'2006-02-15 21:30:53'),(12131,'2005-08-17 23:34:16',3380,21,'2005-08-26 01:18:16',1,'2006-02-15 21:30:53'),(12132,'2005-08-17 23:37:03',2600,403,'2005-08-22 04:53:03',2,'2006-02-15 21:30:53'),(12133,'2005-08-17 23:47:16',1958,132,'2005-08-19 03:46:16',2,'2006-02-15 21:30:53'),(12134,'2005-08-17 23:49:43',2682,288,'2005-08-21 21:00:43',1,'2006-02-15 21:30:53'),(12135,'2005-08-17 23:50:24',1019,381,'2005-08-23 18:01:24',2,'2006-02-15 21:30:53'),(12136,'2005-08-17 23:51:30',3944,527,'2005-08-23 01:35:30',1,'2006-02-15 21:30:53'),(12137,'2005-08-17 23:52:26',3632,109,'2005-08-27 00:19:26',1,'2006-02-15 21:30:53'),(12138,'2005-08-17 23:55:54',388,317,'2005-08-26 23:32:54',1,'2006-02-15 21:30:53'),(12139,'2005-08-17 23:57:13',1537,342,'2005-08-24 19:13:13',1,'2006-02-15 21:30:53'),(12140,'2005-08-17 23:57:55',322,408,'2005-08-21 20:09:55',2,'2006-02-15 21:30:53'),(12141,'2006-02-14 15:16:03',731,101,NULL,1,'2006-02-15 21:30:53'),(12142,'2005-08-18 00:04:12',3748,373,'2005-08-24 01:24:12',2,'2006-02-15 21:30:53'),(12143,'2005-08-18 00:06:26',2876,117,'2005-08-24 02:45:26',2,'2006-02-15 21:30:53'),(12144,'2006-02-14 15:16:03',512,587,NULL,1,'2006-02-15 21:30:53'),(12145,'2005-08-18 00:10:04',3482,5,'2005-08-26 00:51:04',1,'2006-02-15 21:30:53'),(12146,'2005-08-18 00:10:04',3833,434,'2005-08-25 19:18:04',2,'2006-02-15 21:30:53'),(12147,'2005-08-18 00:10:20',705,41,'2005-08-23 20:36:20',2,'2006-02-15 21:30:53'),(12148,'2005-08-18 00:13:15',2409,254,'2005-08-20 01:27:15',2,'2006-02-15 21:30:53'),(12149,'2005-08-18 00:13:51',3696,277,'2005-08-26 19:47:51',1,'2006-02-15 21:30:53'),(12150,'2005-08-18 00:13:55',3781,555,'2005-08-20 23:35:55',2,'2006-02-15 21:30:53'),(12151,'2005-08-18 00:14:03',1976,4,'2005-08-18 23:52:03',2,'2006-02-15 21:30:53'),(12152,'2005-08-18 00:21:35',2797,367,'2005-08-22 02:51:35',1,'2006-02-15 21:30:53'),(12153,'2005-08-18 00:22:30',3929,387,'2005-08-23 04:13:30',2,'2006-02-15 21:30:53'),(12154,'2005-08-18 00:23:56',2491,163,'2005-08-21 00:31:56',2,'2006-02-15 21:30:53'),(12155,'2005-08-18 00:24:30',2065,315,'2005-08-18 19:12:30',2,'2006-02-15 21:30:53'),(12156,'2005-08-18 00:27:33',3270,212,'2005-08-26 01:43:33',1,'2006-02-15 21:30:53'),(12157,'2005-08-18 00:33:45',2311,569,'2005-08-22 19:33:45',1,'2006-02-15 21:30:53'),(12158,'2005-08-18 00:34:20',4121,289,'2005-08-22 20:10:20',2,'2006-02-15 21:30:53'),(12159,'2005-08-18 00:36:09',2243,106,'2005-08-27 06:31:09',1,'2006-02-15 21:30:53'),(12160,'2005-08-18 00:37:59',1328,481,'2005-08-19 20:51:59',1,'2006-02-15 21:30:53'),(12161,'2005-08-18 00:41:46',2420,444,'2005-08-26 22:59:46',2,'2006-02-15 21:30:53'),(12162,'2005-08-18 00:44:30',2697,284,'2005-08-25 03:34:30',1,'2006-02-15 21:30:53'),(12163,'2005-08-18 00:46:01',1349,455,'2005-08-22 06:16:01',1,'2006-02-15 21:30:53'),(12164,'2005-08-18 00:46:38',3849,587,'2005-08-19 04:38:38',2,'2006-02-15 21:30:53'),(12165,'2005-08-18 00:53:37',4215,24,'2005-08-27 00:09:37',2,'2006-02-15 21:30:53'),(12166,'2005-08-18 00:57:06',3627,184,'2005-08-26 03:13:06',2,'2006-02-15 21:30:53'),(12167,'2005-08-18 01:00:02',3085,338,'2005-08-21 00:04:02',2,'2006-02-15 21:30:53'),(12168,'2005-08-18 01:03:52',2859,535,'2005-08-18 20:19:52',1,'2006-02-15 21:30:53'),(12169,'2005-08-18 01:05:54',2281,323,'2005-08-24 02:16:54',2,'2006-02-15 21:30:53'),(12170,'2005-08-18 01:06:10',1125,289,'2005-08-25 02:40:10',2,'2006-02-15 21:30:53'),(12171,'2005-08-18 01:06:13',454,457,'2005-08-22 19:39:13',2,'2006-02-15 21:30:53'),(12172,'2005-08-18 01:07:00',1162,226,'2005-08-22 21:01:00',2,'2006-02-15 21:30:53'),(12173,'2005-08-18 01:08:34',2830,41,'2005-08-24 20:52:34',1,'2006-02-15 21:30:53'),(12174,'2005-08-18 01:08:53',1458,101,'2005-08-20 03:28:53',1,'2006-02-15 21:30:53'),(12175,'2005-08-18 01:10:17',4558,328,'2005-08-19 05:25:17',2,'2006-02-15 21:30:53'),(12176,'2005-08-18 01:10:33',3873,255,'2005-08-24 02:45:33',2,'2006-02-15 21:30:53'),(12177,'2005-08-18 01:15:47',522,470,'2005-08-24 23:23:47',2,'2006-02-15 21:30:53'),(12178,'2005-08-18 01:17:32',1152,276,'2005-08-25 19:32:32',1,'2006-02-15 21:30:53'),(12179,'2005-08-18 01:21:21',1499,222,'2005-08-19 00:59:21',1,'2006-02-15 21:30:53'),(12180,'2005-08-18 01:28:15',2276,20,'2005-08-20 20:52:15',2,'2006-02-15 21:30:53'),(12181,'2005-08-18 01:28:18',532,81,'2005-08-23 21:17:18',2,'2006-02-15 21:30:53'),(12182,'2005-08-18 01:30:19',296,555,'2005-08-21 05:52:19',1,'2006-02-15 21:30:53'),(12183,'2005-08-18 01:34:13',3153,344,'2005-08-24 04:38:13',1,'2006-02-15 21:30:53'),(12184,'2005-08-18 01:36:00',1723,51,'2005-08-21 01:59:00',1,'2006-02-15 21:30:53'),(12185,'2005-08-18 01:40:14',1558,588,'2005-08-25 05:04:14',1,'2006-02-15 21:30:53'),(12186,'2005-08-18 01:43:36',1342,312,'2005-08-23 07:13:36',1,'2006-02-15 21:30:53'),(12187,'2005-08-18 01:45:50',3360,38,'2005-08-22 20:12:50',1,'2006-02-15 21:30:53'),(12188,'2005-08-18 01:51:43',2989,456,'2005-08-18 22:23:43',1,'2006-02-15 21:30:53'),(12189,'2005-08-18 01:51:44',1764,363,'2005-08-26 01:01:44',1,'2006-02-15 21:30:53'),(12190,'2005-08-18 01:54:44',2464,28,'2005-08-27 04:32:44',1,'2006-02-15 21:30:53'),(12191,'2005-08-18 01:57:11',2667,316,'2005-08-22 22:53:11',2,'2006-02-15 21:30:53'),(12192,'2005-08-18 02:01:40',3450,270,'2005-08-21 05:45:40',1,'2006-02-15 21:30:53'),(12193,'2005-08-18 02:03:59',1086,290,'2005-08-25 05:32:59',2,'2006-02-15 21:30:53'),(12194,'2005-08-18 02:04:47',292,558,'2005-08-25 20:45:47',2,'2006-02-15 21:30:53'),(12195,'2005-08-18 02:07:49',943,347,'2005-08-19 23:54:49',2,'2006-02-15 21:30:53'),(12196,'2005-08-18 02:08:48',4302,111,'2005-08-26 00:39:48',1,'2006-02-15 21:30:53'),(12197,'2005-08-18 02:08:58',3687,564,'2005-08-26 21:54:58',2,'2006-02-15 21:30:53'),(12198,'2005-08-18 02:09:20',1628,86,'2005-08-21 21:28:20',2,'2006-02-15 21:30:53'),(12199,'2005-08-18 02:09:23',424,96,'2005-08-22 20:33:23',1,'2006-02-15 21:30:53'),(12200,'2005-08-18 02:12:33',840,52,'2005-08-18 20:47:33',2,'2006-02-15 21:30:53'),(12201,'2005-08-18 02:14:06',3676,540,'2005-08-23 04:44:06',1,'2006-02-15 21:30:53'),(12202,'2005-08-18 02:14:08',672,563,'2005-08-24 04:35:08',1,'2006-02-15 21:30:53'),(12203,'2005-08-18 02:18:52',4228,591,'2005-08-22 21:01:52',1,'2006-02-15 21:30:53'),(12204,'2005-08-18 02:20:35',304,575,'2005-08-26 01:27:35',2,'2006-02-15 21:30:53'),(12205,'2005-08-18 02:21:08',774,437,'2005-08-27 00:08:08',2,'2006-02-15 21:30:53'),(12206,'2005-08-18 02:22:20',3275,254,'2005-08-23 05:36:20',1,'2006-02-15 21:30:53'),(12207,'2005-08-18 02:24:07',3745,265,'2005-08-22 07:53:07',1,'2006-02-15 21:30:53'),(12208,'2005-08-18 02:25:25',2039,551,'2005-08-20 04:53:25',2,'2006-02-15 21:30:53'),(12209,'2005-08-18 02:27:20',279,243,'2005-08-21 00:41:20',2,'2006-02-15 21:30:53'),(12210,'2005-08-18 02:27:29',3035,217,'2005-08-20 23:32:29',2,'2006-02-15 21:30:53'),(12211,'2005-08-18 02:31:18',1484,19,'2005-08-26 02:36:18',1,'2006-02-15 21:30:53'),(12212,'2005-08-18 02:33:29',3898,449,'2005-08-25 07:10:29',2,'2006-02-15 21:30:53'),(12213,'2005-08-18 02:33:55',4058,157,'2005-08-24 03:14:55',1,'2006-02-15 21:30:53'),(12214,'2005-08-18 02:34:22',2094,231,'2005-08-21 07:48:22',2,'2006-02-15 21:30:53'),(12215,'2005-08-18 02:35:39',4095,47,'2005-08-24 00:36:39',1,'2006-02-15 21:30:53'),(12216,'2005-08-18 02:37:07',4139,131,'2005-08-19 02:09:07',2,'2006-02-15 21:30:53'),(12217,'2005-08-18 02:44:44',2556,105,'2005-08-24 03:27:44',1,'2006-02-15 21:30:53'),(12218,'2005-08-18 02:48:14',1933,70,'2005-08-21 01:52:14',2,'2006-02-15 21:30:53'),(12219,'2005-08-18 02:49:54',2249,271,'2005-08-23 07:52:54',1,'2006-02-15 21:30:53'),(12220,'2005-08-18 02:50:02',982,530,'2005-08-22 00:20:02',1,'2006-02-15 21:30:53'),(12221,'2005-08-18 02:50:51',2488,98,'2005-08-27 06:22:51',2,'2006-02-15 21:30:53'),(12222,'2006-02-14 15:16:03',3949,22,NULL,1,'2006-02-15 21:30:53'),(12223,'2005-08-18 02:58:40',4142,397,'2005-08-23 23:30:40',2,'2006-02-15 21:30:53'),(12224,'2005-08-18 02:59:09',1781,372,'2005-08-19 06:22:09',1,'2006-02-15 21:30:53'),(12225,'2005-08-18 03:00:11',1876,306,'2005-08-24 05:01:11',1,'2006-02-15 21:30:53'),(12226,'2005-08-18 03:00:48',682,234,'2005-08-25 00:43:48',2,'2006-02-15 21:30:53'),(12227,'2005-08-18 03:04:28',3671,591,'2005-08-21 08:52:28',2,'2006-02-15 21:30:53'),(12228,'2005-08-18 03:08:10',2772,9,'2005-08-20 02:48:10',1,'2006-02-15 21:30:53'),(12229,'2005-08-18 03:08:23',1123,382,'2005-08-22 03:42:23',1,'2006-02-15 21:30:53'),(12230,'2005-08-18 03:11:04',1910,231,'2005-08-27 04:06:04',1,'2006-02-15 21:30:53'),(12231,'2005-08-18 03:11:44',1115,231,'2005-08-24 03:26:44',1,'2006-02-15 21:30:53'),(12232,'2005-08-18 03:14:14',2399,87,'2005-08-19 05:44:14',2,'2006-02-15 21:30:53'),(12233,'2005-08-18 03:16:54',174,535,'2005-08-22 04:48:54',2,'2006-02-15 21:30:53'),(12234,'2005-08-18 03:17:33',3823,352,'2005-08-25 04:44:33',2,'2006-02-15 21:30:53'),(12235,'2005-08-18 03:17:50',957,595,'2005-08-20 02:49:50',1,'2006-02-15 21:30:53'),(12236,'2005-08-18 03:19:29',1190,474,'2005-08-23 07:39:29',2,'2006-02-15 21:30:53'),(12237,'2005-08-18 03:24:38',4422,381,'2005-08-25 09:05:38',1,'2006-02-15 21:30:53'),(12238,'2005-08-18 03:25:08',4043,46,'2005-08-20 02:41:08',2,'2006-02-15 21:30:53'),(12239,'2005-08-18 03:26:42',1948,75,'2005-08-24 23:48:42',1,'2006-02-15 21:30:53'),(12240,'2005-08-18 03:27:11',1168,30,'2005-08-26 04:34:11',2,'2006-02-15 21:30:53'),(12241,'2005-08-18 03:33:17',1261,248,'2005-08-21 03:13:17',2,'2006-02-15 21:30:53'),(12242,'2005-08-18 03:37:31',2095,121,'2005-08-25 06:50:31',1,'2006-02-15 21:30:53'),(12243,'2005-08-18 03:38:54',1829,354,'2005-08-27 06:56:54',2,'2006-02-15 21:30:53'),(12244,'2005-08-18 03:39:11',4441,362,'2005-08-21 02:57:11',2,'2006-02-15 21:30:53'),(12245,'2005-08-18 03:46:40',2960,576,'2005-08-24 22:27:40',2,'2006-02-15 21:30:53'),(12246,'2005-08-18 03:48:41',3199,258,'2005-08-25 05:12:41',1,'2006-02-15 21:30:53'),(12247,'2005-08-18 03:51:51',2264,254,'2005-08-24 05:36:51',2,'2006-02-15 21:30:53'),(12248,'2005-08-18 03:53:18',2120,562,'2005-08-22 04:53:18',1,'2006-02-15 21:30:53'),(12249,'2005-08-18 03:53:34',3586,135,'2005-08-21 01:14:34',1,'2006-02-15 21:30:53'),(12250,'2005-08-18 03:57:29',921,1,'2005-08-22 23:05:29',1,'2006-02-15 21:30:53'),(12251,'2005-08-18 03:59:02',3044,276,'2005-08-19 02:38:02',1,'2006-02-15 21:30:53'),(12252,'2005-08-18 03:59:51',127,350,'2005-08-25 08:54:51',2,'2006-02-15 21:30:53'),(12253,'2005-08-18 04:00:50',566,446,'2005-08-19 04:43:50',1,'2006-02-15 21:30:53'),(12254,'2005-08-18 04:05:29',2858,6,'2005-08-23 04:17:29',1,'2006-02-15 21:30:53'),(12255,'2005-08-18 04:07:20',2100,266,'2005-08-21 22:19:20',1,'2006-02-15 21:30:53'),(12256,'2005-08-18 04:09:39',2975,572,'2005-08-22 01:53:39',2,'2006-02-15 21:30:53'),(12257,'2005-08-18 04:11:03',269,87,'2005-08-25 01:20:03',2,'2006-02-15 21:30:53'),(12258,'2005-08-18 04:11:13',2861,83,'2005-08-21 23:40:13',2,'2006-02-15 21:30:53'),(12259,'2005-08-18 04:14:35',2904,429,'2005-08-18 22:30:35',2,'2006-02-15 21:30:53'),(12260,'2005-08-18 04:15:43',1352,150,'2005-08-26 23:31:43',1,'2006-02-15 21:30:53'),(12261,'2005-08-18 04:16:06',4076,485,'2005-08-27 08:04:06',1,'2006-02-15 21:30:53'),(12262,'2005-08-18 04:16:15',591,125,'2005-08-20 09:16:15',1,'2006-02-15 21:30:53'),(12263,'2005-08-18 04:16:18',4053,131,'2005-08-21 07:22:18',1,'2006-02-15 21:30:53'),(12264,'2005-08-18 04:17:33',3073,87,'2005-08-26 08:07:33',1,'2006-02-15 21:30:53'),(12265,'2005-08-18 04:22:01',537,247,'2005-08-20 03:22:01',1,'2006-02-15 21:30:53'),(12266,'2005-08-18 04:22:31',2192,467,'2005-08-19 04:25:31',2,'2006-02-15 21:30:53'),(12267,'2005-08-18 04:24:30',652,388,'2005-08-26 03:01:30',2,'2006-02-15 21:30:53'),(12268,'2005-08-18 04:26:54',93,39,'2005-08-23 06:40:54',2,'2006-02-15 21:30:53'),(12269,'2005-08-18 04:27:54',724,573,'2005-08-25 07:03:54',1,'2006-02-15 21:30:53'),(12270,'2005-08-18 04:32:05',2456,190,'2005-08-21 01:37:05',2,'2006-02-15 21:30:53'),(12271,'2005-08-18 04:33:11',3866,471,'2005-08-20 23:10:11',1,'2006-02-15 21:30:53'),(12272,'2005-08-18 04:39:10',1964,15,'2005-08-24 09:41:10',1,'2006-02-15 21:30:53'),(12273,'2005-08-18 04:40:50',3539,431,'2005-08-25 01:44:50',2,'2006-02-15 21:30:53'),(12274,'2005-08-18 04:41:47',265,47,'2005-08-27 07:00:47',1,'2006-02-15 21:30:53'),(12275,'2005-08-18 04:42:02',1474,507,'2005-08-25 00:50:02',1,'2006-02-15 21:30:53'),(12276,'2005-08-18 04:43:22',4491,397,'2005-08-22 01:49:22',2,'2006-02-15 21:30:53'),(12277,'2006-02-14 15:16:03',407,33,NULL,2,'2006-02-15 21:30:53'),(12278,'2005-08-18 04:46:45',3205,294,'2005-08-24 08:59:45',2,'2006-02-15 21:30:53'),(12279,'2005-08-18 04:47:30',4159,421,'2005-08-19 09:47:30',2,'2006-02-15 21:30:53'),(12280,'2005-08-18 04:49:27',4032,46,'2005-08-21 03:39:27',2,'2006-02-15 21:30:53'),(12281,'2005-08-18 04:50:32',4576,417,'2005-08-21 00:14:32',2,'2006-02-15 21:30:53'),(12282,'2005-08-18 04:54:20',3623,173,'2005-08-23 05:28:20',2,'2006-02-15 21:30:53'),(12283,'2005-08-18 04:54:25',574,240,'2005-08-23 04:02:25',1,'2006-02-15 21:30:53'),(12284,'2005-08-18 04:55:49',3162,147,'2005-08-22 08:45:49',2,'2006-02-15 21:30:53'),(12285,'2005-08-18 04:56:43',3531,215,'2005-08-19 23:32:43',2,'2006-02-15 21:30:53'),(12286,'2005-08-18 04:57:59',3729,34,'2005-08-18 23:20:59',2,'2006-02-15 21:30:53'),(12287,'2005-08-18 04:58:06',2238,136,'2005-08-24 00:06:06',1,'2006-02-15 21:30:53'),(12288,'2005-08-18 05:01:20',4401,523,'2005-08-25 09:51:20',2,'2006-02-15 21:30:53'),(12289,'2005-08-18 05:05:28',443,575,'2005-08-26 09:02:28',1,'2006-02-15 21:30:53'),(12290,'2005-08-18 05:08:03',4100,283,'2005-08-23 08:10:03',2,'2006-02-15 21:30:53'),(12291,'2005-08-18 05:08:37',4270,73,'2005-08-23 09:01:37',1,'2006-02-15 21:30:53'),(12292,'2005-08-18 05:08:54',1417,58,'2005-08-27 02:51:54',1,'2006-02-15 21:30:53'),(12293,'2005-08-18 05:13:36',614,514,'2005-08-25 04:00:36',2,'2006-02-15 21:30:53'),(12294,'2005-08-18 05:14:44',2479,4,'2005-08-27 01:32:44',2,'2006-02-15 21:30:53'),(12295,'2005-08-18 05:15:46',1651,532,'2005-08-26 02:23:46',2,'2006-02-15 21:30:53'),(12296,'2005-08-18 05:16:28',2091,258,'2005-08-22 10:32:28',1,'2006-02-15 21:30:53'),(12297,'2005-08-18 05:19:57',903,436,'2005-08-21 00:53:57',1,'2006-02-15 21:30:53'),(12298,'2005-08-18 05:30:31',904,46,'2005-08-27 07:33:31',1,'2006-02-15 21:30:53'),(12299,'2005-08-18 05:32:32',892,176,'2005-08-22 08:14:32',2,'2006-02-15 21:30:53'),(12300,'2005-08-18 05:36:14',3213,540,'2005-08-25 00:20:14',2,'2006-02-15 21:30:53'),(12301,'2005-08-18 05:36:20',2293,317,'2005-08-23 03:15:20',1,'2006-02-15 21:30:53'),(12302,'2005-08-18 05:41:39',765,514,'2005-08-22 06:02:39',1,'2006-02-15 21:30:53'),(12303,'2005-08-18 05:43:22',1604,245,'2005-08-27 08:54:22',2,'2006-02-15 21:30:53'),(12304,'2005-08-18 05:44:29',1381,228,'2005-08-24 04:31:29',1,'2006-02-15 21:30:53'),(12305,'2005-08-18 05:46:29',4463,534,'2005-08-22 11:14:29',2,'2006-02-15 21:30:53'),(12306,'2005-08-18 05:47:55',3853,541,'2005-08-21 01:56:55',1,'2006-02-15 21:30:53'),(12307,'2005-08-18 05:48:23',2679,187,'2005-08-26 02:32:23',1,'2006-02-15 21:30:53'),(12308,'2005-08-18 05:48:53',2877,569,'2005-08-22 09:03:53',1,'2006-02-15 21:30:53'),(12309,'2005-08-18 05:58:40',762,9,'2005-08-20 02:20:40',2,'2006-02-15 21:30:53'),(12310,'2005-08-18 06:02:34',3814,385,'2005-08-24 01:08:34',2,'2006-02-15 21:30:53'),(12311,'2005-08-18 06:07:00',1650,211,'2005-08-21 07:54:00',2,'2006-02-15 21:30:53'),(12312,'2005-08-18 06:07:26',80,185,'2005-08-21 02:07:26',2,'2006-02-15 21:30:53'),(12313,'2005-08-18 06:07:31',2053,180,'2005-08-27 00:20:31',1,'2006-02-15 21:30:53'),(12314,'2005-08-18 06:10:02',2204,455,'2005-08-25 02:48:02',1,'2006-02-15 21:30:53'),(12315,'2005-08-18 06:15:06',2012,579,'2005-08-24 07:45:06',2,'2006-02-15 21:30:53'),(12316,'2005-08-18 06:16:09',4325,94,'2005-08-27 05:54:09',2,'2006-02-15 21:30:53'),(12317,'2005-08-18 06:17:06',90,510,'2005-08-22 08:56:06',1,'2006-02-15 21:30:53'),(12318,'2005-08-18 06:21:56',3694,332,'2005-08-27 06:07:56',1,'2006-02-15 21:30:53'),(12319,'2005-08-18 06:26:45',999,368,'2005-08-23 01:35:45',1,'2006-02-15 21:30:53'),(12320,'2005-08-18 06:26:51',3248,267,'2005-08-20 04:00:51',1,'2006-02-15 21:30:53'),(12321,'2005-08-18 06:27:05',516,274,'2005-08-24 02:26:05',1,'2006-02-15 21:30:53'),(12322,'2005-08-18 06:35:28',4235,365,'2005-08-23 07:34:28',1,'2006-02-15 21:30:53'),(12323,'2005-08-18 06:36:22',4107,336,'2005-08-26 11:36:22',1,'2006-02-15 21:30:53'),(12324,'2005-08-18 06:38:20',2436,221,'2005-08-20 02:28:20',2,'2006-02-15 21:30:53'),(12325,'2005-08-18 06:41:30',1844,404,'2005-08-26 02:49:30',1,'2006-02-15 21:30:53'),(12326,'2005-08-18 06:41:59',1865,114,'2005-08-19 10:16:59',2,'2006-02-15 21:30:53'),(12327,'2005-08-18 06:43:22',2425,261,'2005-08-25 10:50:22',2,'2006-02-15 21:30:53'),(12328,'2005-08-18 06:43:56',1355,77,'2005-08-23 10:19:56',2,'2006-02-15 21:30:53'),(12329,'2005-08-18 06:44:30',3127,397,'2005-08-25 04:05:30',1,'2006-02-15 21:30:53'),(12330,'2005-08-18 06:46:33',889,587,'2005-08-26 11:35:33',2,'2006-02-15 21:30:53'),(12331,'2005-08-18 06:47:19',4565,483,'2005-08-25 05:51:19',2,'2006-02-15 21:30:53'),(12332,'2005-08-18 06:51:05',627,235,'2005-08-20 04:28:05',2,'2006-02-15 21:30:53'),(12333,'2005-08-18 06:51:39',4370,18,'2005-08-21 01:44:39',2,'2006-02-15 21:30:53'),(12334,'2005-08-18 06:52:36',2629,160,'2005-08-25 12:06:36',1,'2006-02-15 21:30:53'),(12335,'2005-08-18 06:59:15',2776,150,'2005-08-20 06:47:15',1,'2006-02-15 21:30:53'),(12336,'2005-08-18 06:59:41',2484,75,'2005-08-23 01:36:41',1,'2006-02-15 21:30:53'),(12337,'2005-08-18 07:02:24',4221,117,'2005-08-20 10:11:24',1,'2006-02-15 21:30:53'),(12338,'2005-08-18 07:04:24',274,408,'2005-08-19 08:36:24',2,'2006-02-15 21:30:53'),(12339,'2005-08-18 07:05:06',1600,370,'2005-08-19 02:27:06',2,'2006-02-15 21:30:53'),(12340,'2005-08-18 07:07:01',3561,239,'2005-08-20 05:06:01',1,'2006-02-15 21:30:53'),(12341,'2005-08-18 07:09:27',130,154,'2005-08-21 03:44:27',1,'2006-02-15 21:30:53'),(12342,'2005-08-18 07:12:46',1408,63,'2005-08-21 07:44:46',1,'2006-02-15 21:30:53'),(12343,'2005-08-18 07:15:13',448,507,'2005-08-27 11:07:13',1,'2006-02-15 21:30:53'),(12344,'2005-08-18 07:15:19',3675,269,'2005-08-24 04:58:19',2,'2006-02-15 21:30:53'),(12345,'2005-08-18 07:16:58',2359,44,'2005-08-25 05:50:58',1,'2006-02-15 21:30:53'),(12346,'2005-08-18 07:17:55',1200,265,'2005-08-21 11:35:55',2,'2006-02-15 21:30:53'),(12347,'2005-08-18 07:18:10',1788,454,'2005-08-19 05:49:10',1,'2006-02-15 21:30:53'),(12348,'2005-08-18 07:21:47',434,186,'2005-08-25 04:41:47',2,'2006-02-15 21:30:53'),(12349,'2005-08-18 07:23:42',4191,545,'2005-08-19 04:25:42',1,'2006-02-15 21:30:53'),(12350,'2005-08-18 07:29:46',1333,172,'2005-08-21 12:50:46',1,'2006-02-15 21:30:53'),(12351,'2005-08-18 07:32:12',2299,95,'2005-08-24 04:29:12',2,'2006-02-15 21:30:53'),(12352,'2006-02-14 15:16:03',643,155,NULL,1,'2006-02-15 21:30:53'),(12353,'2005-08-18 07:33:08',1594,141,'2005-08-21 03:42:08',2,'2006-02-15 21:30:53'),(12354,'2005-08-18 07:34:07',2913,499,'2005-08-26 05:56:07',1,'2006-02-15 21:30:53'),(12355,'2005-08-18 07:36:23',4112,452,'2005-08-20 08:59:23',1,'2006-02-15 21:30:53'),(12356,'2005-08-18 07:37:05',493,529,'2005-08-24 10:49:05',1,'2006-02-15 21:30:53'),(12357,'2005-08-18 07:40:52',166,19,'2005-08-22 02:51:52',1,'2006-02-15 21:30:53'),(12358,'2005-08-18 07:41:43',504,16,'2005-08-20 03:46:43',1,'2006-02-15 21:30:53'),(12359,'2005-08-18 07:44:05',4172,28,'2005-08-19 02:26:05',1,'2006-02-15 21:30:53'),(12360,'2005-08-18 07:46:35',929,123,'2005-08-26 12:01:35',1,'2006-02-15 21:30:53'),(12361,'2005-08-18 07:47:31',1418,250,'2005-08-22 12:08:31',2,'2006-02-15 21:30:53'),(12362,'2005-08-18 07:48:05',3131,367,'2005-08-20 05:16:05',2,'2006-02-15 21:30:53'),(12363,'2005-08-18 07:52:49',3447,181,'2005-08-26 03:20:49',2,'2006-02-15 21:30:53'),(12364,'2005-08-18 07:55:09',3398,84,'2005-08-19 05:29:09',2,'2006-02-15 21:30:53'),(12365,'2005-08-18 07:55:09',4350,303,'2005-08-24 05:42:09',1,'2006-02-15 21:30:53'),(12366,'2005-08-18 07:55:14',3799,115,'2005-08-22 06:12:14',1,'2006-02-15 21:30:53'),(12367,'2005-08-18 07:57:14',1822,7,'2005-08-27 07:07:14',2,'2006-02-15 21:30:53'),(12368,'2005-08-18 07:57:38',3777,392,'2005-08-25 05:49:38',2,'2006-02-15 21:30:53'),(12369,'2005-08-18 07:57:43',484,337,'2005-08-26 09:36:43',1,'2006-02-15 21:30:53'),(12370,'2005-08-18 07:57:47',3343,503,'2005-08-22 11:32:47',1,'2006-02-15 21:30:53'),(12371,'2005-08-18 08:02:46',622,451,'2005-08-19 02:50:46',2,'2006-02-15 21:30:53'),(12372,'2005-08-18 08:04:35',2982,131,'2005-08-27 08:13:35',2,'2006-02-15 21:30:53'),(12373,'2005-08-18 08:07:25',777,367,'2005-08-27 03:41:25',1,'2006-02-15 21:30:53'),(12374,'2005-08-18 08:07:45',939,74,'2005-08-26 10:42:45',2,'2006-02-15 21:30:53'),(12375,'2005-08-18 08:20:08',3508,365,'2005-08-21 08:50:08',2,'2006-02-15 21:30:53'),(12376,'2005-08-18 08:20:29',852,116,'2005-08-20 13:20:29',1,'2006-02-15 21:30:53'),(12377,'2005-08-18 08:26:05',4564,31,'2005-08-23 02:51:05',2,'2006-02-15 21:30:53'),(12378,'2005-08-18 08:26:13',4418,266,'2005-08-19 07:21:13',1,'2006-02-15 21:30:53'),(12379,'2005-08-18 08:26:48',2879,99,'2005-08-19 10:08:48',2,'2006-02-15 21:30:53'),(12380,'2005-08-18 08:27:28',55,215,'2005-08-25 02:58:28',2,'2006-02-15 21:30:53'),(12381,'2005-08-18 08:31:43',3651,190,'2005-08-23 12:24:43',2,'2006-02-15 21:30:53'); + +INSERT INTO rental VALUES (12382,'2005-08-18 08:32:33',3049,566,'2005-08-26 03:45:33',2,'2006-02-15 21:30:53'),(12383,'2005-08-18 08:36:03',1641,295,'2005-08-23 03:30:03',2,'2006-02-15 21:30:53'),(12384,'2005-08-18 08:36:58',2557,193,'2005-08-23 05:08:58',1,'2006-02-15 21:30:53'),(12385,'2005-08-18 08:39:33',3143,146,'2005-08-21 14:22:33',1,'2006-02-15 21:30:53'),(12386,'2005-08-18 08:45:57',3303,199,'2005-08-24 04:50:57',2,'2006-02-15 21:30:53'),(12387,'2005-08-18 08:46:24',3604,530,'2005-08-21 02:56:24',2,'2006-02-15 21:30:53'),(12388,'2005-08-18 08:48:09',4016,555,'2005-08-26 09:05:09',2,'2006-02-15 21:30:53'),(12389,'2005-08-18 08:48:36',1891,394,'2005-08-22 08:59:36',2,'2006-02-15 21:30:53'),(12390,'2005-08-18 08:51:42',3603,377,'2005-08-23 13:06:42',1,'2006-02-15 21:30:53'),(12391,'2005-08-18 08:52:53',1507,307,'2005-08-22 12:15:53',2,'2006-02-15 21:30:53'),(12392,'2005-08-18 08:57:58',2695,113,'2005-08-25 05:20:58',2,'2006-02-15 21:30:53'),(12393,'2005-08-18 09:02:41',2435,396,'2005-08-26 12:47:41',1,'2006-02-15 21:30:53'),(12394,'2005-08-18 09:05:15',3605,330,'2005-08-23 11:10:15',1,'2006-02-15 21:30:53'),(12395,'2005-08-18 09:06:30',2020,541,'2005-08-21 12:09:30',2,'2006-02-15 21:30:53'),(12396,'2005-08-18 09:11:23',3624,40,'2005-08-26 05:35:23',2,'2006-02-15 21:30:53'),(12397,'2005-08-18 09:12:52',1872,371,'2005-08-27 10:44:52',2,'2006-02-15 21:30:53'),(12398,'2005-08-18 09:13:24',4247,321,'2005-08-27 14:58:24',1,'2006-02-15 21:30:53'),(12399,'2005-08-18 09:13:42',3950,347,'2005-08-27 11:44:42',1,'2006-02-15 21:30:53'),(12400,'2005-08-18 09:19:12',1767,10,'2005-08-26 06:52:12',1,'2006-02-15 21:30:53'),(12401,'2005-08-18 09:20:51',4314,479,'2005-08-21 05:50:51',2,'2006-02-15 21:30:53'),(12402,'2005-08-18 09:27:34',385,123,'2005-08-25 13:10:34',2,'2006-02-15 21:30:53'),(12403,'2005-08-18 09:31:05',2124,440,'2005-08-23 09:54:05',2,'2006-02-15 21:30:53'),(12404,'2005-08-18 09:36:34',1097,342,'2005-08-23 10:12:34',2,'2006-02-15 21:30:53'),(12405,'2005-08-18 09:37:30',228,266,'2005-08-27 13:11:30',2,'2006-02-15 21:30:53'),(12406,'2005-08-18 09:38:02',4368,510,'2005-08-22 12:56:02',1,'2006-02-15 21:30:53'),(12407,'2005-08-18 09:39:26',391,220,'2005-08-24 05:19:26',2,'2006-02-15 21:30:53'),(12408,'2005-08-18 09:40:38',2360,143,'2005-08-19 04:45:38',1,'2006-02-15 21:30:53'),(12409,'2005-08-18 09:43:58',2568,64,'2005-08-19 15:02:58',2,'2006-02-15 21:30:53'),(12410,'2005-08-18 09:45:33',1904,210,'2005-08-27 08:50:33',1,'2006-02-15 21:30:53'),(12411,'2005-08-18 09:47:57',1234,181,'2005-08-21 05:54:57',2,'2006-02-15 21:30:53'),(12412,'2005-08-18 09:49:52',1578,75,'2005-08-23 12:32:52',2,'2006-02-15 21:30:53'),(12413,'2005-08-18 09:50:34',3466,366,'2005-08-23 05:57:34',2,'2006-02-15 21:30:53'),(12414,'2005-08-18 09:50:40',4454,32,'2005-08-26 06:45:40',2,'2006-02-15 21:30:53'),(12415,'2005-08-18 09:54:01',392,443,'2005-08-24 15:41:01',1,'2006-02-15 21:30:53'),(12416,'2005-08-18 09:56:48',3784,515,'2005-08-22 12:34:48',1,'2006-02-15 21:30:53'),(12417,'2005-08-18 09:57:00',3500,71,'2005-08-19 08:56:00',1,'2006-02-15 21:30:53'),(12418,'2005-08-18 09:59:36',4186,241,'2005-08-19 11:35:36',2,'2006-02-15 21:30:53'),(12419,'2005-08-18 10:01:48',3111,133,'2005-08-19 13:40:48',1,'2006-02-15 21:30:53'),(12420,'2005-08-18 10:01:50',452,477,'2005-08-22 08:14:50',1,'2006-02-15 21:30:53'),(12421,'2005-08-18 10:04:06',4067,158,'2005-08-24 08:45:06',2,'2006-02-15 21:30:53'),(12422,'2005-08-18 10:13:12',1855,451,'2005-08-20 14:36:12',2,'2006-02-15 21:30:53'),(12423,'2005-08-18 10:14:52',1014,470,'2005-08-26 13:16:52',2,'2006-02-15 21:30:53'),(12424,'2005-08-18 10:16:57',2055,319,'2005-08-27 04:41:57',1,'2006-02-15 21:30:53'),(12425,'2005-08-18 10:18:06',2000,405,'2005-08-27 08:16:06',2,'2006-02-15 21:30:53'),(12426,'2005-08-18 10:24:11',799,75,'2005-08-22 15:34:11',2,'2006-02-15 21:30:53'),(12427,'2005-08-18 10:24:17',1759,333,'2005-08-27 14:22:17',1,'2006-02-15 21:30:53'),(12428,'2005-08-18 10:24:21',3735,121,'2005-08-24 05:12:21',1,'2006-02-15 21:30:53'),(12429,'2005-08-18 10:26:46',2994,436,'2005-08-27 13:23:46',1,'2006-02-15 21:30:53'),(12430,'2005-08-18 10:32:41',2840,196,'2005-08-22 16:16:41',1,'2006-02-15 21:30:53'),(12431,'2005-08-18 10:34:59',4461,89,'2005-08-22 14:42:59',1,'2006-02-15 21:30:53'),(12432,'2005-08-18 10:35:13',2543,263,'2005-08-26 08:20:13',2,'2006-02-15 21:30:53'),(12433,'2005-08-18 10:37:49',1776,552,'2005-08-19 08:00:49',1,'2006-02-15 21:30:53'),(12434,'2005-08-18 10:38:08',3078,314,'2005-08-22 16:14:08',2,'2006-02-15 21:30:53'),(12435,'2005-08-18 10:38:31',3211,160,'2005-08-26 15:18:31',1,'2006-02-15 21:30:53'),(12436,'2005-08-18 10:41:05',3761,499,'2005-08-23 07:36:05',2,'2006-02-15 21:30:53'),(12437,'2005-08-18 10:42:43',4036,467,'2005-08-26 11:58:43',2,'2006-02-15 21:30:53'),(12438,'2005-08-18 10:42:52',2043,186,'2005-08-25 11:42:52',1,'2006-02-15 21:30:53'),(12439,'2005-08-18 10:44:57',3204,153,'2005-08-22 06:51:57',1,'2006-02-15 21:30:53'),(12440,'2005-08-18 10:47:35',2779,474,'2005-08-21 11:10:35',2,'2006-02-15 21:30:53'),(12441,'2005-08-18 10:47:57',2163,561,'2005-08-26 07:11:57',2,'2006-02-15 21:30:53'),(12442,'2005-08-18 10:50:07',78,270,'2005-08-21 08:06:07',1,'2006-02-15 21:30:53'),(12443,'2005-08-18 10:50:59',2048,233,'2005-08-26 07:48:59',2,'2006-02-15 21:30:53'),(12444,'2005-08-18 10:53:12',1639,285,'2005-08-19 13:54:12',2,'2006-02-15 21:30:53'),(12445,'2005-08-18 10:56:20',3347,350,'2005-08-21 16:46:20',1,'2006-02-15 21:30:53'),(12446,'2005-08-18 10:56:29',2138,448,'2005-08-23 05:30:29',1,'2006-02-15 21:30:53'),(12447,'2005-08-18 10:57:01',4084,469,'2005-08-27 06:05:01',1,'2006-02-15 21:30:53'),(12448,'2005-08-18 10:59:04',3889,72,'2005-08-21 06:45:04',2,'2006-02-15 21:30:53'),(12449,'2005-08-18 11:03:04',663,285,'2005-08-19 07:34:04',1,'2006-02-15 21:30:53'),(12450,'2005-08-18 11:04:04',3439,518,'2005-08-22 07:24:04',1,'2006-02-15 21:30:53'),(12451,'2005-08-18 11:04:42',2780,183,'2005-08-20 08:20:42',1,'2006-02-15 21:30:53'),(12452,'2005-08-18 11:14:35',4260,358,'2005-08-27 09:09:35',1,'2006-02-15 21:30:53'),(12453,'2005-08-18 11:17:07',2487,104,'2005-08-25 12:34:07',1,'2006-02-15 21:30:53'),(12454,'2005-08-18 11:19:02',4219,184,'2005-08-19 12:00:02',2,'2006-02-15 21:30:53'),(12455,'2005-08-18 11:19:47',4478,46,'2005-08-22 16:08:47',2,'2006-02-15 21:30:53'),(12456,'2005-08-18 11:21:51',4578,85,'2005-08-21 13:28:51',1,'2006-02-15 21:30:53'),(12457,'2006-02-14 15:16:03',2145,80,NULL,2,'2006-02-15 21:30:53'),(12458,'2005-08-18 11:22:53',4579,277,'2005-08-22 14:30:53',2,'2006-02-15 21:30:53'),(12459,'2005-08-18 11:25:11',421,39,'2005-08-22 06:13:11',1,'2006-02-15 21:30:53'),(12460,'2005-08-18 11:25:13',3550,419,'2005-08-27 06:27:13',2,'2006-02-15 21:30:53'),(12461,'2005-08-18 11:28:14',1569,27,'2005-08-21 09:47:14',1,'2006-02-15 21:30:53'),(12462,'2005-08-18 11:28:55',890,574,'2005-08-20 12:06:55',2,'2006-02-15 21:30:53'),(12463,'2005-08-18 11:31:34',30,214,'2005-08-23 12:04:34',1,'2006-02-15 21:30:53'),(12464,'2005-08-18 11:33:34',1954,157,'2005-08-27 14:33:34',1,'2006-02-15 21:30:53'),(12465,'2005-08-18 11:35:02',1733,486,'2005-08-21 11:52:02',2,'2006-02-15 21:30:53'),(12466,'2005-08-18 11:36:55',2686,462,'2005-08-23 13:46:55',1,'2006-02-15 21:30:53'),(12467,'2005-08-18 11:40:09',1414,212,'2005-08-19 13:33:09',2,'2006-02-15 21:30:53'),(12468,'2005-08-18 11:41:47',1689,80,'2005-08-24 16:43:47',2,'2006-02-15 21:30:53'),(12469,'2005-08-18 11:53:07',2395,237,'2005-08-24 16:00:07',1,'2006-02-15 21:30:53'),(12470,'2005-08-18 11:55:42',1290,82,'2005-08-24 08:27:42',2,'2006-02-15 21:30:53'),(12471,'2005-08-18 11:57:00',242,101,'2005-08-26 13:17:00',2,'2006-02-15 21:30:53'),(12472,'2005-08-18 11:58:48',4458,297,'2005-08-27 16:37:48',2,'2006-02-15 21:30:53'),(12473,'2005-08-18 11:59:44',1237,303,'2005-08-21 13:38:44',1,'2006-02-15 21:30:53'),(12474,'2005-08-18 12:10:03',2240,78,'2005-08-27 17:05:03',1,'2006-02-15 21:30:53'),(12475,'2005-08-18 12:14:21',3118,401,'2005-08-24 14:43:21',2,'2006-02-15 21:30:53'),(12476,'2005-08-18 12:22:40',2784,122,'2005-08-20 17:29:40',2,'2006-02-15 21:30:53'),(12477,'2005-08-18 12:25:01',4516,74,'2005-08-25 17:25:01',2,'2006-02-15 21:30:53'),(12478,'2005-08-18 12:25:16',4512,42,'2005-08-22 06:27:16',2,'2006-02-15 21:30:53'),(12479,'2005-08-18 12:26:37',1119,401,'2005-08-21 18:08:37',2,'2006-02-15 21:30:53'),(12480,'2005-08-18 12:26:43',3339,446,'2005-08-26 13:23:43',1,'2006-02-15 21:30:53'),(12481,'2005-08-18 12:31:34',2424,218,'2005-08-21 16:08:34',2,'2006-02-15 21:30:53'),(12482,'2005-08-18 12:37:36',3778,247,'2005-08-26 09:53:36',1,'2006-02-15 21:30:53'),(12483,'2005-08-18 12:38:37',1805,488,'2005-08-24 13:26:37',1,'2006-02-15 21:30:53'),(12484,'2005-08-18 12:39:37',3690,300,'2005-08-24 08:47:37',2,'2006-02-15 21:30:53'),(12485,'2005-08-18 12:41:41',422,345,'2005-08-22 16:38:41',2,'2006-02-15 21:30:53'),(12486,'2005-08-18 12:42:50',2991,515,'2005-08-27 13:41:50',2,'2006-02-15 21:30:53'),(12487,'2005-08-18 12:45:24',2554,485,'2005-08-22 12:39:24',1,'2006-02-15 21:30:53'),(12488,'2005-08-18 12:48:22',3323,29,'2005-08-19 16:19:22',1,'2006-02-15 21:30:53'),(12489,'2006-02-14 15:16:03',387,60,NULL,2,'2006-02-15 21:30:53'),(12490,'2005-08-18 12:48:45',1577,187,'2005-08-27 15:53:45',1,'2006-02-15 21:30:53'),(12491,'2005-08-18 12:48:45',2354,247,'2005-08-22 12:40:45',2,'2006-02-15 21:30:53'),(12492,'2005-08-18 12:49:04',2839,224,'2005-08-26 17:55:04',1,'2006-02-15 21:30:53'),(12493,'2005-08-18 12:53:38',3029,487,'2005-08-27 13:15:38',2,'2006-02-15 21:30:53'),(12494,'2005-08-18 12:53:49',3845,522,'2005-08-26 15:52:49',1,'2006-02-15 21:30:53'),(12495,'2005-08-18 12:56:37',1225,102,'2005-08-22 06:58:37',1,'2006-02-15 21:30:53'),(12496,'2005-08-18 12:58:25',456,489,'2005-08-27 18:43:25',2,'2006-02-15 21:30:53'),(12497,'2005-08-18 12:58:40',824,388,'2005-08-24 08:24:40',1,'2006-02-15 21:30:53'),(12498,'2005-08-18 13:01:08',1063,408,'2005-08-21 13:12:08',1,'2006-02-15 21:30:53'),(12499,'2005-08-18 13:05:37',2611,42,'2005-08-19 07:41:37',1,'2006-02-15 21:30:53'),(12500,'2005-08-18 13:05:51',36,310,'2005-08-19 14:54:51',2,'2006-02-15 21:30:53'),(12501,'2005-08-18 13:13:13',728,173,'2005-08-23 07:24:13',2,'2006-02-15 21:30:53'),(12502,'2005-08-18 13:16:31',2153,235,'2005-08-19 17:47:31',1,'2006-02-15 21:30:53'),(12503,'2005-08-18 13:16:46',3548,379,'2005-08-19 10:24:46',2,'2006-02-15 21:30:53'),(12504,'2005-08-18 13:17:07',4429,44,'2005-08-24 09:13:07',2,'2006-02-15 21:30:53'),(12505,'2005-08-18 13:17:30',3741,406,'2005-08-23 18:03:30',1,'2006-02-15 21:30:53'),(12506,'2006-02-14 15:16:03',1132,114,NULL,2,'2006-02-15 21:30:53'),(12507,'2005-08-18 13:19:13',199,584,'2005-08-27 11:48:13',2,'2006-02-15 21:30:53'),(12508,'2005-08-18 13:20:13',1059,29,'2005-08-22 12:55:13',1,'2006-02-15 21:30:53'),(12509,'2005-08-18 13:21:52',2462,175,'2005-08-20 12:14:52',2,'2006-02-15 21:30:53'),(12510,'2005-08-18 13:22:25',3051,394,'2005-08-27 17:38:25',2,'2006-02-15 21:30:53'),(12511,'2005-08-18 13:23:19',919,447,'2005-08-22 11:43:19',2,'2006-02-15 21:30:53'),(12512,'2005-08-18 13:28:27',3959,148,'2005-08-26 19:08:27',2,'2006-02-15 21:30:53'),(12513,'2005-08-18 13:31:45',29,527,'2005-08-25 08:26:45',1,'2006-02-15 21:30:53'),(12514,'2005-08-18 13:33:55',3310,400,'2005-08-23 12:50:55',2,'2006-02-15 21:30:53'),(12515,'2005-08-18 13:39:26',2703,63,'2005-08-22 09:05:26',1,'2006-02-15 21:30:53'),(12516,'2005-08-18 13:39:53',1332,302,'2005-08-20 08:33:53',1,'2006-02-15 21:30:53'),(12517,'2005-08-18 13:40:20',2908,520,'2005-08-27 14:04:20',1,'2006-02-15 21:30:53'),(12518,'2005-08-18 13:41:32',3860,264,'2005-08-23 13:01:32',1,'2006-02-15 21:30:53'),(12519,'2005-08-18 13:42:14',2394,203,'2005-08-24 16:44:14',1,'2006-02-15 21:30:53'),(12520,'2005-08-18 13:42:45',681,52,'2005-08-23 12:54:45',2,'2006-02-15 21:30:53'),(12521,'2005-08-18 13:43:07',1022,369,'2005-08-21 07:53:07',1,'2006-02-15 21:30:53'),(12522,'2005-08-18 13:45:40',4435,342,'2005-08-27 17:05:40',1,'2006-02-15 21:30:53'),(12523,'2005-08-18 13:45:41',888,230,'2005-08-27 10:46:41',1,'2006-02-15 21:30:53'),(12524,'2006-02-14 15:16:03',857,438,NULL,1,'2006-02-15 21:30:53'),(12525,'2005-08-18 13:48:31',2357,96,'2005-08-23 13:04:31',2,'2006-02-15 21:30:53'),(12526,'2005-08-18 13:48:43',3541,54,'2005-08-19 10:05:43',1,'2006-02-15 21:30:53'),(12527,'2005-08-18 13:48:46',2536,459,'2005-08-26 13:31:46',2,'2006-02-15 21:30:53'),(12528,'2005-08-18 13:52:41',3381,398,'2005-08-27 09:09:41',2,'2006-02-15 21:30:53'),(12529,'2005-08-18 13:53:36',1956,382,'2005-08-19 18:20:36',2,'2006-02-15 21:30:53'),(12530,'2005-08-18 13:54:48',1054,521,'2005-08-26 08:58:48',2,'2006-02-15 21:30:53'),(12531,'2005-08-18 13:57:50',2771,27,'2005-08-22 09:46:50',2,'2006-02-15 21:30:53'),(12532,'2005-08-18 13:57:58',114,184,'2005-08-24 14:58:58',2,'2006-02-15 21:30:53'),(12533,'2005-08-18 14:01:40',795,331,'2005-08-20 15:32:40',1,'2006-02-15 21:30:53'),(12534,'2005-08-18 14:04:41',995,187,'2005-08-25 16:57:41',1,'2006-02-15 21:30:53'),(12535,'2005-08-18 14:05:22',2944,516,'2005-08-25 16:35:22',1,'2006-02-15 21:30:53'),(12536,'2005-08-18 14:06:06',2343,373,'2005-08-25 14:21:06',1,'2006-02-15 21:30:53'),(12537,'2005-08-18 14:06:39',57,56,'2005-08-25 09:36:39',2,'2006-02-15 21:30:53'),(12538,'2005-08-18 14:09:09',1373,118,'2005-08-23 19:12:09',1,'2006-02-15 21:30:53'),(12539,'2005-08-18 14:10:09',3259,136,'2005-08-19 19:44:09',2,'2006-02-15 21:30:53'),(12540,'2005-08-18 14:17:30',2826,304,'2005-08-26 15:33:30',2,'2006-02-15 21:30:53'),(12541,'2005-08-18 14:18:30',4357,584,'2005-08-26 10:24:30',1,'2006-02-15 21:30:53'),(12542,'2005-08-18 14:21:11',1920,230,'2005-08-20 16:06:11',2,'2006-02-15 21:30:53'),(12543,'2005-08-18 14:23:55',330,324,'2005-08-20 12:42:55',1,'2006-02-15 21:30:53'),(12544,'2005-08-18 14:25:51',3783,354,'2005-08-26 18:42:51',1,'2006-02-15 21:30:53'),(12545,'2005-08-18 14:28:00',1988,168,'2005-08-26 14:10:00',1,'2006-02-15 21:30:53'),(12546,'2005-08-18 14:29:37',610,30,'2005-08-26 09:47:37',1,'2006-02-15 21:30:53'),(12547,'2005-08-18 14:29:39',3046,591,'2005-08-22 16:52:39',2,'2006-02-15 21:30:53'),(12548,'2005-08-18 14:35:26',750,426,'2005-08-27 18:58:26',1,'2006-02-15 21:30:53'),(12549,'2005-08-18 14:38:07',1010,377,'2005-08-21 08:45:07',1,'2006-02-15 21:30:53'),(12550,'2005-08-18 14:40:38',4267,138,'2005-08-19 13:33:38',2,'2006-02-15 21:30:53'),(12551,'2005-08-18 14:46:26',2195,15,'2005-08-19 16:59:26',2,'2006-02-15 21:30:53'),(12552,'2005-08-18 14:46:34',4303,413,'2005-08-20 11:02:34',2,'2006-02-15 21:30:53'),(12553,'2005-08-18 14:46:54',2893,454,'2005-08-22 13:41:54',1,'2006-02-15 21:30:53'),(12554,'2005-08-18 14:47:28',715,404,'2005-08-25 14:34:28',2,'2006-02-15 21:30:53'),(12555,'2005-08-18 14:49:22',4434,557,'2005-08-26 14:11:22',2,'2006-02-15 21:30:53'),(12556,'2005-08-18 14:49:55',1984,3,'2005-08-24 15:20:55',2,'2006-02-15 21:30:53'),(12557,'2005-08-18 14:51:03',313,364,'2005-08-19 13:30:03',2,'2006-02-15 21:30:53'),(12558,'2005-08-18 14:52:35',167,289,'2005-08-26 09:45:35',2,'2006-02-15 21:30:53'),(12559,'2005-08-18 14:53:58',39,513,'2005-08-25 20:22:58',1,'2006-02-15 21:30:53'),(12560,'2005-08-18 14:54:19',829,596,'2005-08-27 13:39:19',1,'2006-02-15 21:30:53'),(12561,'2005-08-18 14:58:51',812,392,'2005-08-20 10:53:51',1,'2006-02-15 21:30:53'),(12562,'2005-08-18 15:00:03',529,212,'2005-08-23 12:55:03',2,'2006-02-15 21:30:53'),(12563,'2005-08-18 15:08:29',2552,393,'2005-08-27 15:15:29',1,'2006-02-15 21:30:53'),(12564,'2005-08-18 15:11:35',263,348,'2005-08-22 11:45:35',2,'2006-02-15 21:30:53'),(12565,'2005-08-18 15:12:17',1284,211,'2005-08-19 12:26:17',2,'2006-02-15 21:30:53'),(12566,'2005-08-18 15:13:04',1684,407,'2005-08-21 19:29:04',2,'2006-02-15 21:30:53'),(12567,'2005-08-18 15:14:36',2931,308,'2005-08-26 18:56:36',1,'2006-02-15 21:30:53'),(12568,'2005-08-18 15:15:44',2654,569,'2005-08-22 19:32:44',2,'2006-02-15 21:30:53'),(12569,'2005-08-18 15:20:46',1009,29,'2005-08-24 12:38:46',2,'2006-02-15 21:30:53'),(12570,'2005-08-18 15:23:31',3973,211,'2005-08-22 09:59:31',2,'2006-02-15 21:30:53'),(12571,'2005-08-18 15:31:18',1013,591,'2005-08-23 15:20:18',2,'2006-02-15 21:30:53'),(12572,'2005-08-18 15:32:54',1366,253,'2005-08-21 10:30:54',1,'2006-02-15 21:30:53'),(12573,'2005-08-18 15:32:57',1416,182,'2005-08-21 18:29:57',2,'2006-02-15 21:30:53'),(12574,'2006-02-14 15:16:03',177,317,NULL,2,'2006-02-15 21:30:53'),(12575,'2005-08-18 15:37:42',3441,117,'2005-08-25 19:17:42',1,'2006-02-15 21:30:53'),(12576,'2005-08-18 15:38:31',329,119,'2005-08-22 21:29:31',2,'2006-02-15 21:30:53'),(12577,'2005-08-18 15:39:46',4134,16,'2005-08-25 18:05:46',2,'2006-02-15 21:30:53'),(12578,'2005-08-18 15:47:11',930,514,'2005-08-21 10:55:11',1,'2006-02-15 21:30:53'),(12579,'2005-08-18 15:47:49',3021,547,'2005-08-20 18:12:49',2,'2006-02-15 21:30:53'),(12580,'2005-08-18 15:49:08',1197,53,'2005-08-24 11:03:08',2,'2006-02-15 21:30:53'),(12581,'2005-08-18 15:49:15',4309,70,'2005-08-23 20:18:15',1,'2006-02-15 21:30:53'),(12582,'2005-08-18 15:51:12',4467,462,'2005-08-20 12:05:12',1,'2006-02-15 21:30:53'),(12583,'2005-08-18 15:51:36',3090,108,'2005-08-20 18:47:36',2,'2006-02-15 21:30:53'),(12584,'2005-08-18 15:51:36',4487,371,'2005-08-25 19:21:36',1,'2006-02-15 21:30:53'),(12585,'2005-08-18 15:52:12',773,110,'2005-08-22 21:00:12',1,'2006-02-15 21:30:53'),(12586,'2005-08-18 15:54:39',4245,460,'2005-08-21 19:29:39',1,'2006-02-15 21:30:53'),(12587,'2005-08-18 16:03:13',3081,499,'2005-08-25 19:30:13',1,'2006-02-15 21:30:53'),(12588,'2005-08-18 16:04:45',694,415,'2005-08-23 20:30:45',1,'2006-02-15 21:30:53'),(12589,'2005-08-18 16:06:31',956,275,'2005-08-27 17:20:31',1,'2006-02-15 21:30:53'),(12590,'2005-08-18 16:11:35',2624,308,'2005-08-23 10:35:35',1,'2006-02-15 21:30:53'),(12591,'2005-08-18 16:16:41',723,546,'2005-08-24 10:29:41',2,'2006-02-15 21:30:53'),(12592,'2005-08-18 16:17:50',1618,305,'2005-08-25 20:20:50',1,'2006-02-15 21:30:53'),(12593,'2005-08-18 16:17:54',4092,72,'2005-08-21 18:02:54',2,'2006-02-15 21:30:53'),(12594,'2005-08-18 16:24:24',4421,198,'2005-08-25 15:45:24',1,'2006-02-15 21:30:53'),(12595,'2005-08-18 16:27:08',1662,286,'2005-08-19 14:53:08',1,'2006-02-15 21:30:53'),(12596,'2005-08-18 16:29:35',3662,378,'2005-08-24 16:48:35',1,'2006-02-15 21:30:53'),(12597,'2005-08-18 16:34:02',3804,474,'2005-08-25 17:30:02',2,'2006-02-15 21:30:53'),(12598,'2005-08-18 16:34:03',3159,340,'2005-08-22 16:44:03',1,'2006-02-15 21:30:53'),(12599,'2005-08-18 16:42:45',2032,34,'2005-08-23 18:27:45',2,'2006-02-15 21:30:53'),(12600,'2005-08-18 16:44:24',1475,171,'2005-08-25 17:28:24',1,'2006-02-15 21:30:53'),(12601,'2005-08-18 16:47:52',3099,598,'2005-08-24 11:05:52',1,'2006-02-15 21:30:53'),(12602,'2005-08-18 16:49:50',2001,533,'2005-08-21 11:13:50',2,'2006-02-15 21:30:53'),(12603,'2005-08-18 16:56:20',2769,119,'2005-08-25 11:50:20',2,'2006-02-15 21:30:53'),(12604,'2005-08-18 16:58:48',4127,12,'2005-08-19 19:36:48',1,'2006-02-15 21:30:53'),(12605,'2005-08-18 16:59:37',1359,496,'2005-08-20 18:09:37',1,'2006-02-15 21:30:53'),(12606,'2005-08-18 17:02:21',359,275,'2005-08-24 22:38:21',1,'2006-02-15 21:30:53'),(12607,'2005-08-18 17:03:49',2130,526,'2005-08-19 18:29:49',1,'2006-02-15 21:30:53'),(12608,'2005-08-18 17:05:15',624,366,'2005-08-23 17:00:15',2,'2006-02-15 21:30:53'),(12609,'2005-08-18 17:06:22',2327,486,'2005-08-20 21:30:22',1,'2006-02-15 21:30:53'),(12610,'2006-02-14 15:16:03',3181,269,NULL,1,'2006-02-15 21:30:53'),(12611,'2005-08-18 17:09:42',1925,359,'2005-08-24 11:57:42',2,'2006-02-15 21:30:53'),(12612,'2005-08-18 17:10:05',1035,129,'2005-08-26 15:55:05',2,'2006-02-15 21:30:53'),(12613,'2005-08-18 17:16:01',3877,8,'2005-08-23 18:40:01',2,'2006-02-15 21:30:53'),(12614,'2005-08-18 17:16:03',2233,60,'2005-08-26 16:56:03',2,'2006-02-15 21:30:53'),(12615,'2005-08-18 17:16:07',2191,29,'2005-08-27 12:57:07',1,'2006-02-15 21:30:53'),(12616,'2005-08-18 17:22:41',2952,476,'2005-08-25 18:52:41',2,'2006-02-15 21:30:53'),(12617,'2005-08-18 17:22:48',3573,564,'2005-08-24 17:40:48',2,'2006-02-15 21:30:53'),(12618,'2005-08-18 17:24:02',302,117,'2005-08-19 15:22:02',1,'2006-02-15 21:30:53'),(12619,'2005-08-18 17:24:15',980,592,'2005-08-21 15:56:15',1,'2006-02-15 21:30:53'),(12620,'2005-08-18 17:26:38',2663,221,'2005-08-25 13:24:38',1,'2006-02-15 21:30:53'),(12621,'2005-08-18 17:31:36',4566,439,'2005-08-24 16:43:36',2,'2006-02-15 21:30:53'),(12622,'2005-08-18 17:34:11',278,529,'2005-08-24 16:10:11',1,'2006-02-15 21:30:53'),(12623,'2005-08-18 17:34:19',3670,177,'2005-08-20 21:30:19',1,'2006-02-15 21:30:53'),(12624,'2005-08-18 17:35:00',1135,434,'2005-08-27 12:18:00',2,'2006-02-15 21:30:53'),(12625,'2005-08-18 17:36:19',2645,108,'2005-08-23 11:42:19',1,'2006-02-15 21:30:53'),(12626,'2005-08-18 17:36:45',4230,361,'2005-08-26 17:12:45',1,'2006-02-15 21:30:53'),(12627,'2005-08-18 17:37:11',3760,150,'2005-08-19 14:59:11',2,'2006-02-15 21:30:53'),(12628,'2005-08-18 17:40:25',3210,520,'2005-08-25 13:39:25',1,'2006-02-15 21:30:53'),(12629,'2005-08-18 17:40:33',1705,459,'2005-08-26 21:09:33',1,'2006-02-15 21:30:53'),(12630,'2005-08-18 17:49:28',1457,452,'2005-08-24 12:23:28',1,'2006-02-15 21:30:53'),(12631,'2005-08-18 17:52:51',2782,339,'2005-08-25 14:40:51',2,'2006-02-15 21:30:53'),(12632,'2005-08-18 17:54:21',827,381,'2005-08-22 18:58:21',1,'2006-02-15 21:30:53'),(12633,'2005-08-18 17:55:38',4341,469,'2005-08-23 17:19:38',2,'2006-02-15 21:30:53'),(12634,'2005-08-18 17:58:14',1037,549,'2005-08-19 21:08:14',2,'2006-02-15 21:30:53'),(12635,'2005-08-18 18:00:23',331,15,'2005-08-23 16:40:23',2,'2006-02-15 21:30:53'),(12636,'2005-08-18 18:00:29',1645,380,'2005-08-26 20:08:29',2,'2006-02-15 21:30:53'),(12637,'2005-08-18 18:06:53',4005,145,'2005-08-19 17:36:53',1,'2006-02-15 21:30:53'),(12638,'2005-08-18 18:11:39',2849,172,'2005-08-25 21:54:39',2,'2006-02-15 21:30:53'),(12639,'2005-08-18 18:13:05',562,500,'2005-08-27 16:00:05',2,'2006-02-15 21:30:53'),(12640,'2005-08-18 18:14:49',1715,544,'2005-08-24 21:25:49',1,'2006-02-15 21:30:53'),(12641,'2005-08-18 18:18:08',776,467,'2005-08-19 23:17:08',1,'2006-02-15 21:30:53'),(12642,'2005-08-18 18:19:16',2080,167,'2005-08-20 17:30:16',2,'2006-02-15 21:30:53'),(12643,'2005-08-18 18:21:06',2245,165,'2005-08-24 14:26:06',1,'2006-02-15 21:30:53'),(12644,'2005-08-18 18:22:27',1511,300,'2005-08-26 00:01:27',1,'2006-02-15 21:30:53'),(12645,'2006-02-14 15:16:03',1658,457,NULL,1,'2006-02-15 21:30:53'),(12646,'2005-08-18 18:25:06',3103,388,'2005-08-24 18:45:06',1,'2006-02-15 21:30:53'),(12647,'2005-08-18 18:29:51',323,520,'2005-08-27 22:51:51',1,'2006-02-15 21:30:53'),(12648,'2005-08-18 18:30:21',3545,519,'2005-08-25 19:17:21',1,'2006-02-15 21:30:53'),(12649,'2005-08-18 18:31:47',3201,530,'2005-08-22 21:07:47',2,'2006-02-15 21:30:53'),(12650,'2005-08-18 18:33:20',3237,276,'2005-08-21 17:45:20',2,'2006-02-15 21:30:53'),(12651,'2005-08-18 18:36:16',8,34,'2005-08-22 22:01:16',1,'2006-02-15 21:30:53'),(12652,'2005-08-18 18:48:58',2118,9,'2005-08-21 14:15:58',1,'2006-02-15 21:30:53'),(12653,'2005-08-18 18:53:17',3353,78,'2005-08-26 14:08:17',1,'2006-02-15 21:30:53'),(12654,'2005-08-18 18:56:40',2217,438,'2005-08-20 17:51:40',2,'2006-02-15 21:30:53'),(12655,'2005-08-18 18:57:44',859,533,'2005-08-27 22:40:44',2,'2006-02-15 21:30:53'),(12656,'2005-08-18 18:58:35',3981,286,'2005-08-21 00:41:35',1,'2006-02-15 21:30:53'),(12657,'2005-08-18 19:02:16',3621,100,'2005-08-21 14:59:16',1,'2006-02-15 21:30:53'),(12658,'2005-08-18 19:05:42',4320,193,'2005-08-19 19:08:42',1,'2006-02-15 21:30:53'),(12659,'2005-08-18 19:05:49',336,329,'2005-08-24 22:12:49',2,'2006-02-15 21:30:53'),(12660,'2005-08-18 19:07:23',414,21,'2005-08-27 17:20:23',2,'2006-02-15 21:30:53'),(12661,'2005-08-18 19:10:10',1547,333,'2005-08-22 20:30:10',1,'2006-02-15 21:30:53'),(12662,'2005-08-18 19:10:41',1412,75,'2005-08-23 16:59:41',1,'2006-02-15 21:30:53'),(12663,'2005-08-18 19:10:52',1163,375,'2005-08-19 15:46:52',1,'2006-02-15 21:30:53'),(12664,'2005-08-18 19:10:54',2732,577,'2005-08-25 19:19:54',1,'2006-02-15 21:30:53'),(12665,'2006-02-14 15:16:03',1701,410,NULL,2,'2006-02-15 21:30:53'),(12666,'2005-08-18 19:11:41',4156,251,'2005-08-21 18:04:41',2,'2006-02-15 21:30:53'),(12667,'2005-08-18 19:11:45',104,545,'2005-08-27 13:34:45',2,'2006-02-15 21:30:53'),(12668,'2005-08-18 19:16:47',1986,14,'2005-08-19 16:31:47',1,'2006-02-15 21:30:53'),(12669,'2005-08-18 19:17:47',4530,433,'2005-08-24 14:55:47',1,'2006-02-15 21:30:53'),(12670,'2005-08-18 19:17:58',1716,580,'2005-08-23 20:54:58',2,'2006-02-15 21:30:53'),(12671,'2005-08-18 19:19:59',1734,577,'2005-08-23 17:53:59',2,'2006-02-15 21:30:53'),(12672,'2006-02-14 15:16:03',1722,228,NULL,1,'2006-02-15 21:30:53'),(12673,'2005-08-18 19:21:56',4204,535,'2005-08-26 22:44:56',2,'2006-02-15 21:30:53'),(12674,'2005-08-18 19:24:56',636,185,'2005-08-26 22:16:56',2,'2006-02-15 21:30:53'),(12675,'2005-08-18 19:34:02',569,140,'2005-08-23 13:36:02',2,'2006-02-15 21:30:53'),(12676,'2005-08-18 19:34:40',2581,393,'2005-08-20 18:03:40',2,'2006-02-15 21:30:53'),(12677,'2005-08-18 19:36:05',1311,334,'2005-08-22 21:23:05',2,'2006-02-15 21:30:53'),(12678,'2005-08-18 19:41:27',2504,181,'2005-08-23 15:14:27',2,'2006-02-15 21:30:53'),(12679,'2005-08-18 19:42:11',1535,463,'2005-08-25 01:01:11',1,'2006-02-15 21:30:53'),(12680,'2005-08-18 19:43:46',833,259,'2005-08-27 00:08:46',2,'2006-02-15 21:30:53'),(12681,'2005-08-18 19:48:06',1570,518,'2005-08-23 15:05:06',2,'2006-02-15 21:30:53'),(12682,'2006-02-14 15:16:03',1148,245,NULL,2,'2006-02-15 21:30:53'),(12683,'2005-08-18 19:50:43',1802,166,'2005-08-26 00:47:43',1,'2006-02-15 21:30:53'),(12684,'2005-08-18 19:51:27',978,196,'2005-08-19 15:56:27',1,'2006-02-15 21:30:53'),(12685,'2005-08-18 19:51:29',4283,114,'2005-08-27 14:58:29',2,'2006-02-15 21:30:53'),(12686,'2005-08-18 19:55:09',501,385,'2005-08-26 14:17:09',1,'2006-02-15 21:30:53'),(12687,'2005-08-18 19:57:39',3092,285,'2005-08-27 01:36:39',2,'2006-02-15 21:30:53'),(12688,'2005-08-18 19:59:54',2315,65,'2005-08-26 18:52:54',2,'2006-02-15 21:30:53'),(12689,'2005-08-18 20:06:34',1066,296,'2005-08-22 20:11:34',2,'2006-02-15 21:30:53'),(12690,'2005-08-18 20:06:57',3574,361,'2005-08-24 20:54:57',2,'2006-02-15 21:30:53'),(12691,'2005-08-18 20:07:46',3744,534,'2005-08-26 18:49:46',2,'2006-02-15 21:30:53'),(12692,'2005-08-18 20:09:19',2781,273,'2005-08-21 00:14:19',1,'2006-02-15 21:30:53'),(12693,'2005-08-18 20:10:19',1543,584,'2005-08-25 21:11:19',1,'2006-02-15 21:30:53'),(12694,'2005-08-18 20:10:39',1741,268,'2005-08-25 20:47:39',1,'2006-02-15 21:30:53'),(12695,'2005-08-18 20:11:35',446,483,'2005-08-25 18:29:35',1,'2006-02-15 21:30:53'),(12696,'2005-08-18 20:13:08',3989,374,'2005-08-19 18:02:08',2,'2006-02-15 21:30:53'),(12697,'2005-08-18 20:14:56',2774,152,'2005-08-23 21:54:56',1,'2006-02-15 21:30:53'),(12698,'2006-02-14 15:16:03',3657,497,NULL,1,'2006-02-15 21:30:53'),(12699,'2005-08-18 20:20:59',3695,66,'2005-08-22 17:00:59',1,'2006-02-15 21:30:53'),(12700,'2005-08-18 20:24:46',540,397,'2005-08-23 21:50:46',1,'2006-02-15 21:30:53'),(12701,'2005-08-18 20:26:47',2337,489,'2005-08-26 23:36:47',2,'2006-02-15 21:30:53'),(12702,'2005-08-18 20:30:33',1884,474,'2005-08-27 01:22:33',2,'2006-02-15 21:30:53'),(12703,'2005-08-18 20:37:13',1278,453,'2005-08-26 16:13:13',1,'2006-02-15 21:30:53'),(12704,'2005-08-18 20:43:00',51,93,'2005-08-21 22:28:00',2,'2006-02-15 21:30:53'),(12705,'2005-08-18 20:44:14',2342,517,'2005-08-23 20:46:14',1,'2006-02-15 21:30:53'),(12706,'2005-08-18 20:44:34',1079,170,'2005-08-26 21:47:34',1,'2006-02-15 21:30:53'),(12707,'2005-08-18 20:52:02',1565,426,'2005-08-25 19:03:02',2,'2006-02-15 21:30:53'),(12708,'2005-08-18 20:59:17',3448,28,'2005-08-24 22:40:17',1,'2006-02-15 21:30:53'),(12709,'2005-08-18 20:59:51',3878,476,'2005-08-26 01:21:51',2,'2006-02-15 21:30:53'),(12710,'2005-08-18 21:02:50',3011,310,'2005-08-26 15:07:50',2,'2006-02-15 21:30:53'),(12711,'2005-08-18 21:03:32',2530,122,'2005-08-26 17:31:32',1,'2006-02-15 21:30:53'),(12712,'2005-08-18 21:04:13',2628,444,'2005-08-25 18:15:13',2,'2006-02-15 21:30:53'),(12713,'2005-08-18 21:07:28',1505,56,'2005-08-24 17:46:28',1,'2006-02-15 21:30:53'),(12714,'2005-08-18 21:08:01',868,372,'2005-08-27 17:09:01',2,'2006-02-15 21:30:53'),(12715,'2005-08-18 21:09:38',3768,266,'2005-08-21 20:25:38',1,'2006-02-15 21:30:53'),(12716,'2006-02-14 15:16:03',858,570,NULL,2,'2006-02-15 21:30:53'),(12717,'2005-08-18 21:15:40',3551,167,'2005-08-20 00:59:40',2,'2006-02-15 21:30:53'),(12718,'2005-08-18 21:21:44',3221,176,'2005-08-20 01:01:44',1,'2006-02-15 21:30:53'),(12719,'2006-02-14 15:16:03',1094,87,NULL,2,'2006-02-15 21:30:53'),(12720,'2005-08-18 21:28:42',2676,419,'2005-08-25 18:02:42',1,'2006-02-15 21:30:53'),(12721,'2005-08-18 21:30:12',1045,239,'2005-08-22 22:45:12',1,'2006-02-15 21:30:53'),(12722,'2005-08-18 21:33:53',913,416,'2005-08-27 23:47:53',2,'2006-02-15 21:30:53'),(12723,'2005-08-18 21:34:16',4167,430,'2005-08-22 22:37:16',1,'2006-02-15 21:30:53'),(12724,'2005-08-18 21:37:20',2224,242,'2005-08-27 21:56:20',2,'2006-02-15 21:30:53'),(12725,'2005-08-18 21:43:09',4071,51,'2005-08-23 18:50:09',1,'2006-02-15 21:30:53'),(12726,'2005-08-18 21:44:46',20,397,'2005-08-19 21:58:46',2,'2006-02-15 21:30:53'),(12727,'2005-08-18 21:45:15',15,178,'2005-08-24 15:52:15',1,'2006-02-15 21:30:53'),(12728,'2005-08-18 21:47:48',3156,129,'2005-08-25 16:13:48',1,'2006-02-15 21:30:53'),(12729,'2005-08-18 21:52:59',3711,424,'2005-08-21 00:02:59',1,'2006-02-15 21:30:53'),(12730,'2005-08-18 21:55:01',75,7,'2005-08-22 01:23:01',1,'2006-02-15 21:30:53'),(12731,'2005-08-18 21:55:38',1719,128,'2005-08-23 20:30:38',1,'2006-02-15 21:30:53'),(12732,'2005-08-18 21:57:50',3307,535,'2005-08-19 18:28:50',2,'2006-02-15 21:30:53'),(12733,'2005-08-18 21:59:00',3243,144,'2005-08-24 02:25:00',1,'2006-02-15 21:30:53'),(12734,'2005-08-18 22:04:52',3619,121,'2005-08-25 00:34:52',1,'2006-02-15 21:30:53'),(12735,'2005-08-18 22:04:54',3679,383,'2005-08-23 21:19:54',2,'2006-02-15 21:30:53'),(12736,'2006-02-14 15:16:03',3591,244,NULL,2,'2006-02-15 21:30:53'),(12737,'2005-08-18 22:11:37',736,204,'2005-08-26 04:08:37',1,'2006-02-15 21:30:53'),(12738,'2005-08-18 22:11:47',4313,589,'2005-08-27 17:55:47',2,'2006-02-15 21:30:53'),(12739,'2005-08-18 22:15:18',4129,292,'2005-08-27 00:37:18',2,'2006-02-15 21:30:53'),(12740,'2005-08-18 22:17:04',1157,330,'2005-08-23 23:42:04',1,'2006-02-15 21:30:53'),(12741,'2005-08-18 22:17:05',2084,435,'2005-08-25 20:07:05',2,'2006-02-15 21:30:53'),(12742,'2005-08-18 22:22:03',1742,68,'2005-08-22 04:01:03',1,'2006-02-15 21:30:53'),(12743,'2005-08-18 22:22:31',2630,565,'2005-08-27 00:31:31',1,'2006-02-15 21:30:53'),(12744,'2005-08-18 22:22:36',3815,593,'2005-08-24 00:26:36',1,'2006-02-15 21:30:53'),(12745,'2005-08-18 22:22:45',262,24,'2005-08-20 01:44:45',2,'2006-02-15 21:30:53'),(12746,'2006-02-14 15:16:03',1012,211,NULL,1,'2006-02-15 21:30:53'),(12747,'2005-08-18 22:28:22',4075,549,'2005-08-22 22:25:22',2,'2006-02-15 21:30:53'),(12748,'2005-08-18 22:29:05',3249,373,'2005-08-24 18:25:05',2,'2006-02-15 21:30:53'),(12749,'2005-08-18 22:31:21',828,388,'2005-08-20 22:53:21',1,'2006-02-15 21:30:53'),(12750,'2005-08-18 22:32:39',3717,535,'2005-08-26 01:54:39',1,'2006-02-15 21:30:53'),(12751,'2005-08-18 22:33:22',2791,352,'2005-08-20 20:28:22',2,'2006-02-15 21:30:53'),(12752,'2005-08-18 22:33:36',3595,514,'2005-08-27 23:55:36',1,'2006-02-15 21:30:53'),(12753,'2005-08-18 22:37:39',1494,470,'2005-08-27 00:21:39',2,'2006-02-15 21:30:53'),(12754,'2005-08-18 22:37:41',4154,134,'2005-08-27 20:17:41',2,'2006-02-15 21:30:53'),(12755,'2005-08-18 22:38:47',105,439,'2005-08-22 23:58:47',1,'2006-02-15 21:30:53'),(12756,'2005-08-18 22:52:13',1840,89,'2005-08-21 17:22:13',1,'2006-02-15 21:30:53'),(12757,'2005-08-18 22:57:45',1095,147,'2005-08-21 22:43:45',1,'2006-02-15 21:30:53'),(12758,'2005-08-18 22:58:34',2279,30,'2005-08-22 23:33:34',1,'2006-02-15 21:30:53'),(12759,'2006-02-14 15:16:03',4193,354,NULL,2,'2006-02-15 21:30:53'),(12760,'2005-08-18 23:03:19',4188,363,'2005-08-24 17:53:19',1,'2006-02-15 21:30:53'),(12761,'2005-08-18 23:05:22',2684,364,'2005-08-22 01:08:22',2,'2006-02-15 21:30:53'),(12762,'2005-08-18 23:06:54',3909,502,'2005-08-21 18:30:54',1,'2006-02-15 21:30:53'),(12763,'2005-08-18 23:07:01',393,472,'2005-08-21 18:45:01',1,'2006-02-15 21:30:53'),(12764,'2005-08-18 23:14:15',26,183,'2005-08-22 20:23:15',1,'2006-02-15 21:30:53'),(12765,'2005-08-18 23:21:50',2244,298,'2005-08-28 04:42:50',2,'2006-02-15 21:30:53'),(12766,'2005-08-18 23:25:20',3737,50,'2005-08-27 04:43:20',1,'2006-02-15 21:30:53'),(12767,'2005-08-18 23:25:49',3351,432,'2005-08-28 02:40:49',2,'2006-02-15 21:30:53'),(12768,'2005-08-18 23:26:11',1993,458,'2005-08-19 20:31:11',2,'2006-02-15 21:30:53'),(12769,'2005-08-18 23:26:40',926,504,'2005-08-25 03:03:40',1,'2006-02-15 21:30:53'),(12770,'2005-08-18 23:29:00',1654,575,'2005-08-26 20:57:00',2,'2006-02-15 21:30:53'),(12771,'2005-08-18 23:29:23',3076,484,'2005-08-22 17:31:23',2,'2006-02-15 21:30:53'),(12772,'2005-08-18 23:29:25',1179,397,'2005-08-23 20:32:25',1,'2006-02-15 21:30:53'),(12773,'2005-08-18 23:32:19',4390,360,'2005-08-27 04:40:19',1,'2006-02-15 21:30:53'),(12774,'2005-08-18 23:34:22',3601,21,'2005-08-28 05:00:22',2,'2006-02-15 21:30:53'),(12775,'2005-08-18 23:35:56',4374,54,'2005-08-26 18:37:56',1,'2006-02-15 21:30:53'),(12776,'2005-08-18 23:37:33',2345,55,'2005-08-23 03:07:33',1,'2006-02-15 21:30:53'),(12777,'2005-08-18 23:39:22',3467,130,'2005-08-27 20:28:22',1,'2006-02-15 21:30:53'),(12778,'2005-08-18 23:40:23',3626,290,'2005-08-19 18:14:23',2,'2006-02-15 21:30:53'),(12779,'2005-08-18 23:44:00',1814,325,'2005-08-26 05:27:00',2,'2006-02-15 21:30:53'),(12780,'2005-08-18 23:48:16',54,373,'2005-08-20 18:13:16',2,'2006-02-15 21:30:53'),(12781,'2005-08-18 23:50:24',1187,168,'2005-08-21 02:31:24',1,'2006-02-15 21:30:53'),(12782,'2005-08-18 23:56:23',1454,495,'2005-08-25 18:47:23',1,'2006-02-15 21:30:53'),(12783,'2005-08-19 00:01:14',1109,503,'2005-08-21 22:02:14',2,'2006-02-15 21:30:53'),(12784,'2005-08-19 00:02:46',447,513,'2005-08-20 04:39:46',1,'2006-02-15 21:30:53'),(12785,'2005-08-19 00:05:49',4190,145,'2005-08-21 04:39:49',2,'2006-02-15 21:30:53'),(12786,'2006-02-14 15:16:03',97,512,NULL,1,'2006-02-15 21:30:53'),(12787,'2005-08-19 00:07:58',2023,278,'2005-08-24 00:42:58',2,'2006-02-15 21:30:53'),(12788,'2005-08-19 00:15:09',644,90,'2005-08-27 21:54:09',1,'2006-02-15 21:30:53'),(12789,'2005-08-19 00:16:19',2412,557,'2005-08-25 00:18:19',2,'2006-02-15 21:30:53'),(12790,'2005-08-19 00:16:54',1281,44,'2005-08-26 02:00:54',1,'2006-02-15 21:30:53'),(12791,'2005-08-19 00:17:09',3594,573,'2005-08-22 23:46:09',1,'2006-02-15 21:30:53'),(12792,'2006-02-14 15:16:03',1435,405,NULL,2,'2006-02-15 21:30:53'),(12793,'2005-08-19 00:20:36',1195,403,'2005-08-28 02:43:36',1,'2006-02-15 21:30:53'),(12794,'2005-08-19 00:20:37',1586,336,'2005-08-26 01:48:37',1,'2006-02-15 21:30:53'),(12795,'2005-08-19 00:21:52',2745,360,'2005-08-22 22:13:52',2,'2006-02-15 21:30:53'),(12796,'2005-08-19 00:22:24',1285,368,'2005-08-19 22:53:24',2,'2006-02-15 21:30:53'),(12797,'2005-08-19 00:24:08',1595,5,'2005-08-21 22:53:08',2,'2006-02-15 21:30:53'),(12798,'2005-08-19 00:24:33',4244,534,'2005-08-21 23:01:33',2,'2006-02-15 21:30:53'),(12799,'2005-08-19 00:27:01',3885,197,'2005-08-22 03:30:01',2,'2006-02-15 21:30:53'),(12800,'2005-08-19 00:27:11',257,545,'2005-08-22 01:08:11',1,'2006-02-15 21:30:53'),(12801,'2005-08-19 00:27:19',960,202,'2005-08-26 03:10:19',1,'2006-02-15 21:30:53'),(12802,'2005-08-19 00:27:41',2461,462,'2005-08-28 03:24:41',1,'2006-02-15 21:30:53'),(12803,'2005-08-19 00:28:21',1058,390,'2005-08-23 02:02:21',1,'2006-02-15 21:30:53'),(12804,'2005-08-19 00:33:15',147,365,'2005-08-28 02:16:15',2,'2006-02-15 21:30:53'),(12805,'2005-08-19 00:36:34',2964,345,'2005-08-26 20:38:34',1,'2006-02-15 21:30:53'),(12806,'2005-08-19 00:37:26',4488,423,'2005-08-23 18:49:26',2,'2006-02-15 21:30:53'),(12807,'2005-08-19 00:38:46',2323,513,'2005-08-28 03:37:46',2,'2006-02-15 21:30:53'),(12808,'2005-08-19 00:40:41',3920,55,'2005-08-21 06:39:41',2,'2006-02-15 21:30:53'),(12809,'2005-08-19 00:42:24',2005,22,'2005-08-23 06:06:24',1,'2006-02-15 21:30:53'),(12810,'2005-08-19 00:44:10',1340,250,'2005-08-22 22:30:10',2,'2006-02-15 21:30:53'),(12811,'2005-08-19 00:51:28',641,54,'2005-08-24 01:57:28',2,'2006-02-15 21:30:53'),(12812,'2005-08-19 00:54:02',4024,450,'2005-08-22 20:35:02',2,'2006-02-15 21:30:53'),(12813,'2005-08-19 00:54:22',3285,500,'2005-08-19 21:17:22',2,'2006-02-15 21:30:53'),(12814,'2005-08-19 00:58:24',204,465,'2005-08-21 05:46:24',1,'2006-02-15 21:30:53'),(12815,'2005-08-19 00:59:42',435,588,'2005-08-25 21:43:42',2,'2006-02-15 21:30:53'),(12816,'2005-08-19 01:04:05',4051,342,'2005-08-24 01:25:05',1,'2006-02-15 21:30:53'),(12817,'2005-08-19 01:04:35',1246,113,'2005-08-25 21:14:35',1,'2006-02-15 21:30:53'),(12818,'2005-08-19 01:04:59',3069,528,'2005-08-26 21:39:59',2,'2006-02-15 21:30:53'),(12819,'2005-08-19 01:05:05',1117,542,'2005-08-22 05:50:05',1,'2006-02-15 21:30:53'),(12820,'2005-08-19 01:05:08',2936,127,'2005-08-21 05:37:08',2,'2006-02-15 21:30:53'),(12821,'2005-08-19 01:07:02',3418,41,'2005-08-23 01:22:02',2,'2006-02-15 21:30:53'),(12822,'2005-08-19 01:15:24',419,426,'2005-08-20 06:38:24',1,'2006-02-15 21:30:53'),(12823,'2005-08-19 01:15:47',426,316,'2005-08-22 05:32:47',2,'2006-02-15 21:30:53'),(12824,'2005-08-19 01:18:00',1875,247,'2005-08-22 01:12:00',2,'2006-02-15 21:30:53'),(12825,'2005-08-19 01:23:58',4495,328,'2005-08-20 00:19:58',2,'2006-02-15 21:30:53'),(12826,'2005-08-19 01:25:11',1277,439,'2005-08-27 01:22:11',1,'2006-02-15 21:30:53'),(12827,'2005-08-19 01:27:23',880,253,'2005-08-27 02:22:23',2,'2006-02-15 21:30:53'),(12828,'2005-08-19 01:37:47',4208,378,'2005-08-24 22:31:47',2,'2006-02-15 21:30:53'),(12829,'2005-08-19 01:38:18',1129,326,'2005-08-25 22:23:18',2,'2006-02-15 21:30:53'),(12830,'2005-08-19 01:40:25',4080,409,'2005-08-20 23:49:25',2,'2006-02-15 21:30:53'),(12831,'2005-08-19 01:40:43',1916,183,'2005-08-28 05:22:43',1,'2006-02-15 21:30:53'),(12832,'2005-08-19 01:41:44',2820,563,'2005-08-24 23:15:44',2,'2006-02-15 21:30:53'),(12833,'2005-08-19 01:42:28',3723,59,'2005-08-26 20:13:28',1,'2006-02-15 21:30:53'),(12834,'2005-08-19 01:47:30',757,133,'2005-08-24 20:08:30',1,'2006-02-15 21:30:53'),(12835,'2005-08-19 01:47:45',1477,124,'2005-08-26 00:58:45',2,'2006-02-15 21:30:53'),(12836,'2005-08-19 01:48:33',1380,196,'2005-08-23 04:46:33',1,'2006-02-15 21:30:53'),(12837,'2005-08-19 01:51:09',2288,495,'2005-08-22 07:14:09',2,'2006-02-15 21:30:53'),(12838,'2005-08-19 01:51:50',1207,308,'2005-08-27 23:12:50',1,'2006-02-15 21:30:53'),(12839,'2005-08-19 01:53:43',1970,360,'2005-08-28 02:27:43',2,'2006-02-15 21:30:53'),(12840,'2005-08-19 01:54:11',2098,182,'2005-08-28 01:11:11',2,'2006-02-15 21:30:53'),(12841,'2005-08-19 01:55:55',4233,257,'2005-08-24 02:56:55',1,'2006-02-15 21:30:53'),(12842,'2005-08-19 01:57:21',2540,119,'2005-08-28 01:10:21',1,'2006-02-15 21:30:53'),(12843,'2005-08-19 01:58:54',3279,128,'2005-08-20 00:20:54',2,'2006-02-15 21:30:53'),(12844,'2005-08-19 01:59:08',4146,584,'2005-08-24 22:21:08',1,'2006-02-15 21:30:53'),(12845,'2005-08-19 02:02:37',1698,106,'2005-08-22 01:08:37',1,'2006-02-15 21:30:53'),(12846,'2005-08-19 02:03:26',286,305,'2005-08-25 07:39:26',2,'2006-02-15 21:30:53'),(12847,'2005-08-19 02:04:07',384,91,'2005-08-23 20:13:07',2,'2006-02-15 21:30:53'),(12848,'2005-08-19 02:05:11',2833,539,'2005-08-24 05:27:11',2,'2006-02-15 21:30:53'),(12849,'2005-08-19 02:05:37',3489,280,'2005-08-23 07:00:37',1,'2006-02-15 21:30:53'),(12850,'2005-08-19 02:08:06',1816,440,'2005-08-20 21:06:06',2,'2006-02-15 21:30:53'),(12851,'2005-08-19 02:12:12',3311,194,'2005-08-25 23:51:12',1,'2006-02-15 21:30:53'),(12852,'2005-08-19 02:12:40',2446,260,'2005-08-19 23:42:40',1,'2006-02-15 21:30:53'),(12853,'2005-08-19 02:15:32',3753,232,'2005-08-27 21:26:32',2,'2006-02-15 21:30:53'),(12854,'2005-08-19 02:18:51',4577,362,'2005-08-24 04:16:51',2,'2006-02-15 21:30:53'),(12855,'2005-08-19 02:18:58',2900,242,'2005-08-19 20:50:58',1,'2006-02-15 21:30:53'),(12856,'2005-08-19 02:19:13',132,4,'2005-08-23 07:49:13',2,'2006-02-15 21:30:53'),(12857,'2005-08-19 02:20:13',4307,443,'2005-08-20 20:20:13',1,'2006-02-15 21:30:53'),(12858,'2005-08-19 02:22:16',3024,144,'2005-08-26 07:25:16',2,'2006-02-15 21:30:53'),(12859,'2005-08-19 02:23:23',2289,139,'2005-08-28 04:55:23',2,'2006-02-15 21:30:53'),(12860,'2005-08-19 02:24:41',778,548,'2005-08-25 07:43:41',1,'2006-02-15 21:30:53'),(12861,'2005-08-19 02:30:24',3115,287,'2005-08-22 08:23:24',1,'2006-02-15 21:30:53'),(12862,'2005-08-19 02:31:59',473,198,'2005-08-26 08:16:59',2,'2006-02-15 21:30:53'),(12863,'2005-08-19 02:35:59',780,234,'2005-08-21 21:13:59',1,'2006-02-15 21:30:53'),(12864,'2005-08-19 02:38:26',4481,465,'2005-08-22 21:42:26',2,'2006-02-15 21:30:53'),(12865,'2005-08-19 02:38:50',3437,460,'2005-08-21 02:33:50',1,'2006-02-15 21:30:53'),(12866,'2005-08-19 02:39:47',1766,229,'2005-08-27 02:14:47',1,'2006-02-15 21:30:53'),(12867,'2005-08-19 02:40:11',4499,330,'2005-08-20 04:01:11',1,'2006-02-15 21:30:53'),(12868,'2005-08-19 02:47:19',4054,551,'2005-08-20 00:30:19',2,'2006-02-15 21:30:53'),(12869,'2005-08-19 02:50:36',3939,99,'2005-08-26 21:38:36',2,'2006-02-15 21:30:53'),(12870,'2005-08-19 02:54:38',991,86,'2005-08-27 00:45:38',1,'2006-02-15 21:30:53'),(12871,'2005-08-19 02:55:36',2625,217,'2005-08-22 01:00:36',2,'2006-02-15 21:30:53'),(12872,'2005-08-19 02:57:37',1975,54,'2005-08-22 23:23:37',1,'2006-02-15 21:30:53'),(12873,'2005-08-19 03:05:41',2140,138,'2005-08-22 06:57:41',2,'2006-02-15 21:30:53'),(12874,'2005-08-19 03:07:57',848,254,'2005-08-22 22:42:57',2,'2006-02-15 21:30:53'),(12875,'2005-08-19 03:10:21',1708,483,'2005-08-26 01:00:21',2,'2006-02-15 21:30:53'),(12876,'2005-08-19 03:12:19',803,356,'2005-08-20 02:24:19',2,'2006-02-15 21:30:53'),(12877,'2005-08-19 03:16:58',1016,40,'2005-08-25 02:10:58',2,'2006-02-15 21:30:53'),(12878,'2005-08-19 03:17:08',1182,596,'2005-08-23 03:44:08',1,'2006-02-15 21:30:53'),(12879,'2005-08-19 03:22:55',3556,210,'2005-08-24 22:00:55',1,'2006-02-15 21:30:53'),(12880,'2005-08-19 03:27:17',3386,552,'2005-08-28 06:16:17',2,'2006-02-15 21:30:53'),(12881,'2005-08-19 03:28:13',1432,121,'2005-08-25 05:25:13',1,'2006-02-15 21:30:53'),(12882,'2005-08-19 03:33:46',911,153,'2005-08-21 22:49:46',1,'2006-02-15 21:30:53'),(12883,'2005-08-19 03:33:47',964,555,'2005-08-23 21:55:47',1,'2006-02-15 21:30:53'),(12884,'2005-08-19 03:34:04',2768,348,'2005-08-28 01:00:04',2,'2006-02-15 21:30:53'),(12885,'2005-08-19 03:37:25',883,185,'2005-08-20 22:10:25',1,'2006-02-15 21:30:53'),(12886,'2005-08-19 03:38:32',2157,174,'2005-08-26 02:17:32',1,'2006-02-15 21:30:53'),(12887,'2005-08-19 03:38:54',1214,150,'2005-08-27 08:45:54',1,'2006-02-15 21:30:53'),(12888,'2005-08-19 03:41:09',4398,146,'2005-08-24 07:09:09',2,'2006-02-15 21:30:53'),(12889,'2005-08-19 03:41:31',4376,515,'2005-08-27 00:46:31',2,'2006-02-15 21:30:53'),(12890,'2005-08-19 03:42:08',3831,150,'2005-08-19 23:08:08',1,'2006-02-15 21:30:53'),(12891,'2006-02-14 15:16:03',2764,388,NULL,2,'2006-02-15 21:30:53'),(12892,'2005-08-19 03:46:34',1044,121,'2005-08-21 05:11:34',2,'2006-02-15 21:30:53'),(12893,'2005-08-19 03:46:43',168,498,'2005-08-20 08:38:43',2,'2006-02-15 21:30:53'),(12894,'2005-08-19 03:49:28',4581,541,'2005-08-25 01:51:28',2,'2006-02-15 21:30:53'),(12895,'2005-08-19 03:50:48',4372,396,'2005-08-26 09:13:48',1,'2006-02-15 21:30:53'),(12896,'2005-08-19 03:52:44',148,220,'2005-08-24 22:27:44',1,'2006-02-15 21:30:53'),(12897,'2006-02-14 15:16:03',1512,178,NULL,2,'2006-02-15 21:30:53'),(12898,'2005-08-19 03:54:34',1555,586,'2005-08-23 08:14:34',2,'2006-02-15 21:30:53'),(12899,'2005-08-19 04:03:34',830,105,'2005-08-20 08:34:34',2,'2006-02-15 21:30:53'),(12900,'2005-08-19 04:03:49',849,408,'2005-08-24 22:11:49',2,'2006-02-15 21:30:53'),(12901,'2006-02-14 15:16:03',2799,180,NULL,2,'2006-02-15 21:30:53'),(12902,'2006-02-14 15:16:03',464,91,NULL,2,'2006-02-15 21:30:53'),(12903,'2005-08-19 04:09:38',2340,302,'2005-08-26 03:24:38',2,'2006-02-15 21:30:53'),(12904,'2005-08-19 04:10:50',459,257,'2005-08-27 23:24:50',1,'2006-02-15 21:30:53'),(12905,'2005-08-19 04:13:37',1043,480,'2005-08-26 23:52:37',1,'2006-02-15 21:30:53'),(12906,'2005-08-19 04:13:43',2060,401,'2005-08-20 04:24:43',1,'2006-02-15 21:30:53'),(12907,'2005-08-19 04:16:13',2844,422,'2005-08-27 02:43:13',1,'2006-02-15 21:30:53'),(12908,'2005-08-19 04:19:05',175,340,'2005-08-25 09:50:05',1,'2006-02-15 21:30:53'),(12909,'2005-08-19 04:20:25',4300,210,'2005-08-24 06:40:25',2,'2006-02-15 21:30:53'),(12910,'2005-08-19 04:23:13',3968,128,'2005-08-20 22:27:13',1,'2006-02-15 21:30:53'),(12911,'2005-08-19 04:24:10',1770,367,'2005-08-26 00:35:10',2,'2006-02-15 21:30:53'),(12912,'2005-08-19 04:24:35',1747,364,'2005-08-27 07:13:35',2,'2006-02-15 21:30:53'),(12913,'2005-08-19 04:25:39',3719,356,'2005-08-25 07:23:39',1,'2006-02-15 21:30:53'),(12914,'2005-08-19 04:25:59',4396,501,'2005-08-23 08:04:59',2,'2006-02-15 21:30:53'),(12915,'2006-02-14 15:16:03',2651,516,NULL,1,'2006-02-15 21:30:53'),(12916,'2005-08-19 04:27:05',2277,157,'2005-08-21 02:33:05',2,'2006-02-15 21:30:53'),(12917,'2005-08-19 04:27:11',107,152,'2005-08-20 03:04:11',2,'2006-02-15 21:30:53'),(12918,'2005-08-19 04:31:36',972,13,'2005-08-25 05:50:36',1,'2006-02-15 21:30:53'),(12919,'2005-08-19 04:32:15',2121,263,'2005-08-24 05:56:15',2,'2006-02-15 21:30:53'),(12920,'2005-08-19 04:32:32',2516,511,'2005-08-27 00:44:32',2,'2006-02-15 21:30:53'),(12921,'2005-08-19 04:47:48',781,234,'2005-08-25 00:07:48',2,'2006-02-15 21:30:53'),(12922,'2005-08-19 04:48:48',342,25,'2005-08-23 23:32:48',1,'2006-02-15 21:30:53'),(12923,'2005-08-19 04:50:20',1390,531,'2005-08-22 10:42:20',1,'2006-02-15 21:30:53'),(12924,'2005-08-19 04:51:47',3807,519,'2005-08-26 07:50:47',1,'2006-02-15 21:30:53'),(12925,'2005-08-19 04:59:01',3361,57,'2005-08-27 02:03:01',2,'2006-02-15 21:30:53'),(12926,'2005-08-19 05:00:16',23,336,'2005-08-26 06:12:16',2,'2006-02-15 21:30:53'),(12927,'2005-08-19 05:02:46',1171,223,'2005-08-23 01:08:46',1,'2006-02-15 21:30:53'),(12928,'2005-08-19 05:04:09',4531,353,'2005-08-24 09:09:09',2,'2006-02-15 21:30:53'),(12929,'2005-08-19 05:05:23',1531,310,'2005-08-25 04:37:23',1,'2006-02-15 21:30:53'),(12930,'2005-08-19 05:11:32',4410,414,'2005-08-22 02:20:32',2,'2006-02-15 21:30:53'),(12931,'2005-08-19 05:11:47',3070,407,'2005-08-21 00:59:47',1,'2006-02-15 21:30:53'),(12932,'2005-08-19 05:17:30',2295,416,'2005-08-21 09:24:30',1,'2006-02-15 21:30:53'),(12933,'2005-08-19 05:18:20',4103,589,'2005-08-27 00:13:20',1,'2006-02-15 21:30:53'),(12934,'2005-08-19 05:18:42',3242,591,'2005-08-24 10:42:42',1,'2006-02-15 21:30:53'),(12935,'2005-08-19 05:20:25',193,279,'2005-08-21 03:10:25',2,'2006-02-15 21:30:53'),(12936,'2005-08-19 05:25:06',654,387,'2005-08-28 08:21:06',1,'2006-02-15 21:30:53'),(12937,'2005-08-19 05:25:30',3826,348,'2005-08-22 10:40:30',2,'2006-02-15 21:30:53'),(12938,'2006-02-14 15:16:03',3987,28,NULL,1,'2006-02-15 21:30:53'),(12939,'2005-08-19 05:38:25',3375,181,'2005-08-23 23:52:25',1,'2006-02-15 21:30:53'),(12940,'2005-08-19 05:38:29',2222,340,'2005-08-20 08:15:29',1,'2006-02-15 21:30:53'),(12941,'2005-08-19 05:39:26',2951,195,'2005-08-22 09:50:26',2,'2006-02-15 21:30:53'),(12942,'2005-08-19 05:40:36',3938,103,'2005-08-27 02:04:36',1,'2006-02-15 21:30:53'),(12943,'2005-08-19 05:46:26',3930,547,'2005-08-22 03:26:26',2,'2006-02-15 21:30:53'),(12944,'2005-08-19 05:48:12',2956,148,'2005-08-28 10:10:12',1,'2006-02-15 21:30:53'),(12945,'2005-08-19 05:51:46',3638,312,'2005-08-23 11:22:46',2,'2006-02-15 21:30:53'),(12946,'2005-08-19 05:53:34',2066,444,'2005-08-20 07:30:34',1,'2006-02-15 21:30:53'),(12947,'2005-08-19 05:54:21',935,499,'2005-08-22 09:17:21',1,'2006-02-15 21:30:53'),(12948,'2005-08-19 05:55:14',4173,442,'2005-08-22 01:05:14',2,'2006-02-15 21:30:53'),(12949,'2005-08-19 05:55:52',4209,279,'2005-08-23 00:01:52',1,'2006-02-15 21:30:53'),(12950,'2005-08-19 05:55:58',1064,463,'2005-08-23 08:05:58',1,'2006-02-15 21:30:53'),(12951,'2005-08-19 05:56:44',2143,70,'2005-08-24 11:28:44',2,'2006-02-15 21:30:53'),(12952,'2005-08-19 06:00:52',2460,228,'2005-08-20 02:17:52',1,'2006-02-15 21:30:53'),(12953,'2005-08-19 06:04:07',3954,429,'2005-08-28 11:05:07',1,'2006-02-15 21:30:53'),(12954,'2005-08-19 06:04:34',3592,63,'2005-08-28 02:12:34',2,'2006-02-15 21:30:53'),(12955,'2005-08-19 06:05:58',2040,410,'2005-08-26 04:24:58',2,'2006-02-15 21:30:53'),(12956,'2005-08-19 06:06:26',3613,241,'2005-08-28 08:37:26',2,'2006-02-15 21:30:53'),(12957,'2005-08-19 06:12:44',2219,512,'2005-08-28 10:49:44',2,'2006-02-15 21:30:53'),(12958,'2005-08-19 06:19:21',4214,569,'2005-08-20 02:21:21',1,'2006-02-15 21:30:53'),(12959,'2006-02-14 15:16:03',1540,284,NULL,2,'2006-02-15 21:30:53'),(12960,'2005-08-19 06:21:52',3498,152,'2005-08-25 04:16:52',1,'2006-02-15 21:30:53'),(12961,'2005-08-19 06:22:37',4529,386,'2005-08-23 00:49:37',1,'2006-02-15 21:30:53'),(12962,'2005-08-19 06:22:48',575,171,'2005-08-27 07:47:48',1,'2006-02-15 21:30:53'),(12963,'2005-08-19 06:26:04',1521,2,'2005-08-23 11:37:04',2,'2006-02-15 21:30:53'),(12964,'2005-08-19 06:29:13',2854,142,'2005-08-22 12:23:13',2,'2006-02-15 21:30:53'),(12965,'2005-08-19 06:33:00',4308,430,'2005-08-22 02:02:00',1,'2006-02-15 21:30:53'),(12966,'2005-08-19 06:37:48',3196,69,'2005-08-26 03:59:48',2,'2006-02-15 21:30:53'),(12967,'2005-08-19 06:37:51',3404,170,'2005-08-25 06:58:51',2,'2006-02-15 21:30:53'),(12968,'2005-08-19 06:38:18',3108,166,'2005-08-20 08:29:18',1,'2006-02-15 21:30:53'),(12969,'2005-08-19 06:38:59',191,224,'2005-08-25 09:09:59',2,'2006-02-15 21:30:53'),(12970,'2006-02-14 15:16:03',3999,216,NULL,1,'2006-02-15 21:30:53'),(12971,'2005-08-19 06:42:43',3504,492,'2005-08-23 10:49:43',2,'2006-02-15 21:30:53'),(12972,'2005-08-19 06:43:28',1218,55,'2005-08-27 11:30:28',1,'2006-02-15 21:30:53'),(12973,'2005-08-19 06:48:11',128,163,'2005-08-22 07:18:11',2,'2006-02-15 21:30:53'),(12974,'2005-08-19 06:51:02',3599,218,'2005-08-25 11:48:02',2,'2006-02-15 21:30:53'),(12975,'2005-08-19 06:51:19',3300,236,'2005-08-25 04:22:19',1,'2006-02-15 21:30:53'),(12976,'2005-08-19 06:52:58',66,592,'2005-08-26 11:23:58',2,'2006-02-15 21:30:53'),(12977,'2005-08-19 06:55:33',2004,388,'2005-08-27 07:38:33',2,'2006-02-15 21:30:53'),(12978,'2005-08-19 06:57:27',3252,167,'2005-08-20 09:10:27',2,'2006-02-15 21:30:53'),(12979,'2005-08-19 07:00:35',1227,267,'2005-08-21 06:12:35',2,'2006-02-15 21:30:53'),(12980,'2005-08-19 07:03:14',1854,144,'2005-08-26 05:07:14',1,'2006-02-15 21:30:53'),(12981,'2005-08-19 07:04:00',3925,481,'2005-08-21 09:17:00',1,'2006-02-15 21:30:53'),(12982,'2005-08-19 07:06:34',1258,44,'2005-08-21 06:53:34',1,'2006-02-15 21:30:53'),(12983,'2005-08-19 07:06:51',406,148,'2005-08-28 10:35:51',2,'2006-02-15 21:30:53'),(12984,'2005-08-19 07:06:51',4211,537,'2005-08-22 04:04:51',1,'2006-02-15 21:30:53'),(12985,'2005-08-19 07:08:05',4133,83,'2005-08-24 02:25:05',1,'2006-02-15 21:30:53'),(12986,'2005-08-19 07:09:36',1145,210,'2005-08-22 05:01:36',1,'2006-02-15 21:30:53'),(12987,'2005-08-19 07:11:44',3665,134,'2005-08-20 04:17:44',1,'2006-02-15 21:30:53'),(12988,'2006-02-14 15:16:03',81,236,NULL,2,'2006-02-15 21:30:53'),(12989,'2005-08-19 07:19:04',2929,306,'2005-08-21 10:58:04',1,'2006-02-15 21:30:53'),(12990,'2005-08-19 07:20:39',1825,360,'2005-08-21 12:31:39',2,'2006-02-15 21:30:53'),(12991,'2005-08-19 07:21:24',2227,126,'2005-08-21 04:31:24',2,'2006-02-15 21:30:53'),(12992,'2005-08-19 07:23:06',3022,597,'2005-08-23 06:11:06',2,'2006-02-15 21:30:53'),(12993,'2005-08-19 07:24:03',4225,484,'2005-08-26 07:15:03',2,'2006-02-15 21:30:53'),(12994,'2005-08-19 07:26:10',3809,506,'2005-08-20 07:02:10',2,'2006-02-15 21:30:53'),(12995,'2005-08-19 07:26:30',2069,566,'2005-08-25 12:47:30',2,'2006-02-15 21:30:53'),(12996,'2005-08-19 07:31:32',4445,380,'2005-08-25 11:59:32',1,'2006-02-15 21:30:53'),(12997,'2005-08-19 07:31:46',1661,311,'2005-08-24 09:20:46',2,'2006-02-15 21:30:53'),(12998,'2005-08-19 07:32:16',2301,354,'2005-08-24 01:56:16',2,'2006-02-15 21:30:53'),(12999,'2005-08-19 07:34:53',661,24,'2005-08-26 03:57:53',1,'2006-02-15 21:30:53'),(13000,'2005-08-19 07:36:42',2341,141,'2005-08-22 08:50:42',1,'2006-02-15 21:30:53'),(13001,'2005-08-19 07:36:44',2505,254,'2005-08-22 13:06:44',1,'2006-02-15 21:30:53'),(13002,'2005-08-19 07:37:58',3892,477,'2005-08-26 11:32:58',2,'2006-02-15 21:30:53'),(13003,'2005-08-19 07:39:29',3431,451,'2005-08-23 05:48:29',2,'2006-02-15 21:30:53'),(13004,'2005-08-19 07:40:08',771,442,'2005-08-20 11:49:08',1,'2006-02-15 21:30:53'),(13005,'2005-08-19 07:45:42',3417,104,'2005-08-20 12:45:42',2,'2006-02-15 21:30:53'),(13006,'2005-08-19 07:47:16',3157,134,'2005-08-21 06:17:16',1,'2006-02-15 21:30:53'),(13007,'2005-08-19 07:47:43',4280,430,'2005-08-26 02:48:43',2,'2006-02-15 21:30:53'),(13008,'2006-02-14 15:16:03',1838,181,NULL,1,'2006-02-15 21:30:53'),(13009,'2005-08-19 07:50:35',677,376,'2005-08-21 06:04:35',1,'2006-02-15 21:30:53'),(13010,'2005-08-19 07:52:21',825,413,'2005-08-27 12:51:21',1,'2006-02-15 21:30:53'),(13011,'2005-08-19 07:53:58',1998,529,'2005-08-24 12:00:58',1,'2006-02-15 21:30:53'),(13012,'2005-08-19 07:54:59',1690,145,'2005-08-26 09:50:59',2,'2006-02-15 21:30:53'),(13013,'2005-08-19 07:55:51',841,293,'2005-08-26 05:14:51',1,'2006-02-15 21:30:53'),(13014,'2005-08-19 07:56:08',3400,344,'2005-08-21 10:20:08',2,'2006-02-15 21:30:53'),(13015,'2005-08-19 07:56:51',3461,126,'2005-08-28 07:05:51',2,'2006-02-15 21:30:53'),(13016,'2005-08-19 07:57:14',3095,175,'2005-08-23 03:29:14',1,'2006-02-15 21:30:53'),(13017,'2005-08-19 08:02:24',2160,104,'2005-08-26 07:32:24',1,'2006-02-15 21:30:53'),(13018,'2005-08-19 08:04:50',2122,168,'2005-08-26 11:46:50',1,'2006-02-15 21:30:53'),(13019,'2005-08-19 08:07:43',2827,597,'2005-08-20 12:09:43',2,'2006-02-15 21:30:53'),(13020,'2005-08-19 08:07:50',4501,92,'2005-08-28 11:42:50',1,'2006-02-15 21:30:53'),(13021,'2005-08-19 08:08:04',1242,309,'2005-08-26 12:04:04',2,'2006-02-15 21:30:53'),(13022,'2006-02-14 15:16:03',2266,336,NULL,2,'2006-02-15 21:30:53'),(13023,'2005-08-19 08:13:54',1566,69,'2005-08-27 13:18:54',1,'2006-02-15 21:30:53'),(13024,'2005-08-19 08:19:21',2917,401,'2005-08-27 05:18:21',1,'2006-02-15 21:30:53'),(13025,'2006-02-14 15:16:03',4066,269,NULL,1,'2006-02-15 21:30:53'),(13026,'2005-08-19 08:22:45',3026,79,'2005-08-21 09:31:45',1,'2006-02-15 21:30:53'),(13027,'2005-08-19 08:25:16',3756,128,'2005-08-25 13:42:16',1,'2006-02-15 21:30:53'),(13028,'2005-08-19 08:27:23',2165,371,'2005-08-24 03:46:23',1,'2006-02-15 21:30:53'),(13029,'2005-08-19 08:28:04',3283,293,'2005-08-22 12:25:04',2,'2006-02-15 21:30:53'),(13030,'2005-08-19 08:28:11',2614,240,'2005-08-24 07:20:11',1,'2006-02-15 21:30:53'),(13031,'2005-08-19 08:30:04',1525,567,'2005-08-23 09:35:04',2,'2006-02-15 21:30:53'),(13032,'2005-08-19 08:31:50',3699,82,'2005-08-23 04:00:50',2,'2006-02-15 21:30:53'),(13033,'2005-08-19 08:34:39',1682,344,'2005-08-28 10:13:39',1,'2006-02-15 21:30:53'),(13034,'2005-08-19 08:41:29',990,387,'2005-08-20 07:36:29',2,'2006-02-15 21:30:53'),(13035,'2005-08-19 08:46:45',4082,135,'2005-08-22 11:42:45',1,'2006-02-15 21:30:53'),(13036,'2005-08-19 08:48:37',1469,20,'2005-08-22 04:13:37',2,'2006-02-15 21:30:53'),(13037,'2005-08-19 08:53:57',65,275,'2005-08-28 08:56:57',2,'2006-02-15 21:30:53'),(13038,'2005-08-19 08:55:16',2226,532,'2005-08-25 12:23:16',2,'2006-02-15 21:30:53'),(13039,'2005-08-19 08:55:19',1952,370,'2005-08-20 07:39:19',2,'2006-02-15 21:30:53'),(13040,'2005-08-19 09:04:24',4113,425,'2005-08-23 12:36:24',2,'2006-02-15 21:30:53'),(13041,'2005-08-19 09:05:38',1576,462,'2005-08-27 06:34:38',1,'2006-02-15 21:30:53'),(13042,'2005-08-19 09:06:08',1047,414,'2005-08-22 13:46:08',2,'2006-02-15 21:30:53'),(13043,'2005-08-19 09:07:13',24,127,'2005-08-27 07:49:13',1,'2006-02-15 21:30:53'),(13044,'2005-08-19 09:14:31',809,142,'2005-08-20 11:16:31',1,'2006-02-15 21:30:53'),(13045,'2005-08-19 09:17:35',389,254,'2005-08-23 12:04:35',1,'2006-02-15 21:30:53'),(13046,'2005-08-19 09:21:10',965,37,'2005-08-26 13:00:10',2,'2006-02-15 21:30:53'),(13047,'2005-08-19 09:24:49',2704,394,'2005-08-24 11:06:49',2,'2006-02-15 21:30:53'),(13048,'2005-08-19 09:25:06',1029,486,'2005-08-28 11:18:06',2,'2006-02-15 21:30:53'),(13049,'2005-08-19 09:25:40',4122,53,'2005-08-27 10:19:40',2,'2006-02-15 21:30:53'),(13050,'2005-08-19 09:31:23',3682,131,'2005-08-26 06:56:23',2,'2006-02-15 21:30:53'),(13051,'2005-08-19 09:31:33',4064,90,'2005-08-28 06:15:33',1,'2006-02-15 21:30:53'),(13052,'2005-08-19 09:31:42',3036,502,'2005-08-28 15:11:42',2,'2006-02-15 21:30:53'),(13053,'2005-08-19 09:31:48',2044,140,'2005-08-28 07:51:48',2,'2006-02-15 21:30:53'),(13054,'2005-08-19 09:34:02',2983,325,'2005-08-23 05:25:02',2,'2006-02-15 21:30:53'),(13055,'2005-08-19 09:36:28',3580,485,'2005-08-24 05:53:28',2,'2006-02-15 21:30:53'),(13056,'2006-02-14 15:16:03',3751,115,NULL,2,'2006-02-15 21:30:53'),(13057,'2005-08-19 09:40:05',876,105,'2005-08-28 13:22:05',2,'2006-02-15 21:30:53'),(13058,'2005-08-19 09:40:53',2437,24,'2005-08-26 05:48:53',2,'2006-02-15 21:30:53'),(13059,'2005-08-19 09:42:01',3810,341,'2005-08-21 12:07:01',1,'2006-02-15 21:30:53'),(13060,'2005-08-19 09:43:25',507,22,'2005-08-28 15:22:25',1,'2006-02-15 21:30:53'),(13061,'2005-08-19 09:43:39',730,576,'2005-08-24 10:03:39',1,'2006-02-15 21:30:53'),(13062,'2005-08-19 09:44:17',1790,385,'2005-08-27 11:42:17',1,'2006-02-15 21:30:53'),(13063,'2005-08-19 09:45:41',1192,5,'2005-08-24 09:11:41',2,'2006-02-15 21:30:53'),(13064,'2005-08-19 09:46:53',4131,588,'2005-08-21 08:29:53',1,'2006-02-15 21:30:53'),(13065,'2005-08-19 09:48:52',1887,518,'2005-08-22 07:12:52',1,'2006-02-15 21:30:53'),(13066,'2005-08-19 09:50:39',3730,336,'2005-08-22 14:01:39',1,'2006-02-15 21:30:53'),(13067,'2005-08-19 09:51:17',3825,172,'2005-08-25 09:58:17',2,'2006-02-15 21:30:53'),(13068,'2005-08-19 09:55:16',3019,1,'2005-08-20 14:44:16',2,'2006-02-15 21:30:53'),(13069,'2005-08-19 09:55:20',368,299,'2005-08-24 04:10:20',2,'2006-02-15 21:30:53'),(13070,'2005-08-19 09:56:23',2214,235,'2005-08-24 09:08:23',2,'2006-02-15 21:30:53'),(13071,'2005-08-19 10:01:07',527,578,'2005-08-26 14:26:07',1,'2006-02-15 21:30:53'),(13072,'2005-08-19 10:03:30',2313,447,'2005-08-22 14:27:30',2,'2006-02-15 21:30:53'),(13073,'2005-08-19 10:05:38',855,506,'2005-08-26 07:37:38',2,'2006-02-15 21:30:53'),(13074,'2005-08-19 10:06:53',3266,341,'2005-08-28 09:56:53',2,'2006-02-15 21:30:53'),(13075,'2005-08-19 10:10:10',4125,224,'2005-08-21 08:44:10',2,'2006-02-15 21:30:53'),(13076,'2005-08-19 10:10:26',1226,201,'2005-08-22 05:41:26',1,'2006-02-15 21:30:53'),(13077,'2005-08-19 10:15:19',433,241,'2005-08-21 06:51:19',2,'2006-02-15 21:30:53'),(13078,'2005-08-19 10:16:43',4104,479,'2005-08-27 11:35:43',2,'2006-02-15 21:30:53'),(13079,'2006-02-14 15:16:03',733,107,NULL,1,'2006-02-15 21:30:53'),(13080,'2005-08-19 10:18:00',4222,452,'2005-08-22 06:37:00',2,'2006-02-15 21:30:53'),(13081,'2005-08-19 10:19:06',3077,170,'2005-08-20 05:49:06',1,'2006-02-15 21:30:53'),(13082,'2005-08-19 10:19:19',2117,387,'2005-08-28 05:02:19',1,'2006-02-15 21:30:53'),(13083,'2005-08-19 10:26:45',3469,455,'2005-08-23 05:31:45',2,'2006-02-15 21:30:53'),(13084,'2005-08-19 10:27:25',3792,204,'2005-08-26 07:32:25',2,'2006-02-15 21:30:53'),(13085,'2005-08-19 10:28:22',360,215,'2005-08-22 07:37:22',2,'2006-02-15 21:30:53'),(13086,'2005-08-19 10:32:28',3712,350,'2005-08-26 07:57:28',2,'2006-02-15 21:30:53'),(13087,'2005-08-19 10:33:52',2693,171,'2005-08-27 09:15:52',2,'2006-02-15 21:30:53'),(13088,'2005-08-19 10:36:11',4281,457,'2005-08-21 09:12:11',1,'2006-02-15 21:30:53'),(13089,'2005-08-19 10:38:56',1783,63,'2005-08-24 12:41:56',1,'2006-02-15 21:30:53'),(13090,'2005-08-19 10:39:54',1447,52,'2005-08-28 10:31:54',1,'2006-02-15 21:30:53'),(13091,'2005-08-19 10:40:10',1815,127,'2005-08-23 09:03:10',1,'2006-02-15 21:30:53'),(13092,'2005-08-19 10:41:09',4359,480,'2005-08-25 05:11:09',2,'2006-02-15 21:30:53'),(13093,'2005-08-19 10:46:16',1667,160,'2005-08-26 08:05:16',1,'2006-02-15 21:30:53'),(13094,'2005-08-19 10:47:58',3178,494,'2005-08-21 06:20:58',1,'2006-02-15 21:30:53'),(13095,'2005-08-19 10:48:10',520,508,'2005-08-28 06:15:10',1,'2006-02-15 21:30:53'),(13096,'2005-08-19 10:49:03',420,13,'2005-08-21 05:33:03',1,'2006-02-15 21:30:53'),(13097,'2005-08-19 10:50:43',4194,157,'2005-08-24 11:10:43',2,'2006-02-15 21:30:53'),(13098,'2005-08-19 10:51:59',3770,51,'2005-08-24 11:27:59',1,'2006-02-15 21:30:53'),(13099,'2005-08-19 10:55:19',969,436,'2005-08-27 10:54:19',1,'2006-02-15 21:30:53'),(13100,'2005-08-19 10:55:45',916,451,'2005-08-25 12:28:45',1,'2006-02-15 21:30:53'),(13101,'2005-08-19 11:01:54',1804,39,'2005-08-27 16:06:54',2,'2006-02-15 21:30:53'),(13102,'2005-08-19 11:02:03',2885,285,'2005-08-28 13:05:03',2,'2006-02-15 21:30:53'),(13103,'2005-08-19 11:05:51',1751,274,'2005-08-26 09:16:51',2,'2006-02-15 21:30:53'),(13104,'2005-08-19 11:06:06',310,591,'2005-08-21 13:50:06',2,'2006-02-15 21:30:53'),(13105,'2005-08-19 11:06:16',729,279,'2005-08-27 15:21:16',1,'2006-02-15 21:30:53'),(13106,'2006-02-14 15:16:03',3212,440,NULL,1,'2006-02-15 21:30:53'),(13107,'2005-08-19 11:13:58',3870,356,'2005-08-20 15:03:58',2,'2006-02-15 21:30:53'),(13108,'2006-02-14 15:16:03',3630,73,NULL,1,'2006-02-15 21:30:53'),(13109,'2005-08-19 11:23:20',46,259,'2005-08-25 17:05:20',1,'2006-02-15 21:30:53'),(13110,'2005-08-19 11:24:37',62,447,'2005-08-21 05:48:37',1,'2006-02-15 21:30:53'),(13111,'2005-08-19 11:25:10',580,26,'2005-08-21 05:52:10',2,'2006-02-15 21:30:53'),(13112,'2005-08-19 11:27:10',2074,259,'2005-08-22 05:32:10',1,'2006-02-15 21:30:53'),(13113,'2005-08-19 11:27:20',2393,573,'2005-08-23 12:40:20',1,'2006-02-15 21:30:53'),(13114,'2005-08-19 11:27:32',4342,550,'2005-08-28 11:21:32',2,'2006-02-15 21:30:53'),(13115,'2005-08-19 11:27:43',1961,84,'2005-08-20 10:58:43',1,'2006-02-15 21:30:53'),(13116,'2005-08-19 11:31:41',1544,150,'2005-08-27 16:05:41',1,'2006-02-15 21:30:53'),(13117,'2005-08-19 11:33:20',3430,385,'2005-08-20 11:55:20',2,'2006-02-15 21:30:53'),(13118,'2005-08-19 11:39:58',470,181,'2005-08-25 14:44:58',1,'2006-02-15 21:30:53'),(13119,'2005-08-19 11:44:59',1401,240,'2005-08-20 12:30:59',2,'2006-02-15 21:30:53'),(13120,'2005-08-19 11:47:38',2273,314,'2005-08-26 08:20:38',2,'2006-02-15 21:30:53'),(13121,'2005-08-19 11:51:39',3517,251,'2005-08-22 11:50:39',2,'2006-02-15 21:30:53'),(13122,'2005-08-19 11:53:49',3319,277,'2005-08-26 16:01:49',2,'2006-02-15 21:30:53'),(13123,'2005-08-19 11:55:13',2804,220,'2005-08-21 05:55:13',2,'2006-02-15 21:30:53'),(13124,'2005-08-19 11:55:59',2105,78,'2005-08-26 06:01:59',2,'2006-02-15 21:30:53'),(13125,'2005-08-19 11:57:49',3722,192,'2005-08-26 07:53:49',1,'2006-02-15 21:30:53'),(13126,'2005-08-19 12:00:28',1392,253,'2005-08-28 17:27:28',1,'2006-02-15 21:30:53'),(13127,'2005-08-19 12:04:03',2582,178,'2005-08-27 13:56:03',1,'2006-02-15 21:30:53'),(13128,'2005-08-19 12:04:16',485,206,'2005-08-26 16:06:16',2,'2006-02-15 21:30:53'),(13129,'2005-08-19 12:05:04',4455,274,'2005-08-26 10:24:04',1,'2006-02-15 21:30:53'),(13130,'2005-08-19 12:06:42',2006,254,'2005-08-23 12:08:42',1,'2006-02-15 21:30:53'),(13131,'2005-08-19 12:08:13',1466,480,'2005-08-27 13:43:13',2,'2006-02-15 21:30:53'),(13132,'2005-08-19 12:10:57',1748,529,'2005-08-27 12:22:57',2,'2006-02-15 21:30:53'),(13133,'2005-08-19 12:11:03',1635,523,'2005-08-28 12:36:03',2,'2006-02-15 21:30:53'),(13134,'2005-08-19 12:14:14',1354,184,'2005-08-20 11:52:14',1,'2006-02-15 21:30:53'),(13135,'2005-08-19 12:22:52',1585,361,'2005-08-21 14:04:52',2,'2006-02-15 21:30:53'),(13136,'2005-08-19 12:24:23',2532,50,'2005-08-28 08:37:23',2,'2006-02-15 21:30:53'),(13137,'2005-08-19 12:26:32',4431,20,'2005-08-22 13:26:32',1,'2006-02-15 21:30:53'),(13138,'2005-08-19 12:30:01',3138,214,'2005-08-21 06:35:01',2,'2006-02-15 21:30:53'),(13139,'2005-08-19 12:32:10',2099,554,'2005-08-24 12:12:10',1,'2006-02-15 21:30:53'),(13140,'2005-08-19 12:35:56',4210,323,'2005-08-27 18:24:56',2,'2006-02-15 21:30:53'),(13141,'2005-08-19 12:41:41',4545,376,'2005-08-21 08:17:41',2,'2006-02-15 21:30:53'),(13142,'2005-08-19 12:42:28',1404,269,'2005-08-26 14:52:28',1,'2006-02-15 21:30:53'),(13143,'2005-08-19 12:44:38',1655,371,'2005-08-25 10:59:38',2,'2006-02-15 21:30:53'),(13144,'2005-08-19 12:45:55',3766,456,'2005-08-27 10:37:55',2,'2006-02-15 21:30:53'),(13145,'2005-08-19 12:53:53',1383,72,'2005-08-23 08:06:53',1,'2006-02-15 21:30:53'),(13146,'2005-08-19 12:54:42',1463,116,'2005-08-26 07:31:42',1,'2006-02-15 21:30:53'),(13147,'2005-08-19 12:55:09',3490,37,'2005-08-22 18:10:09',1,'2006-02-15 21:30:53'),(13148,'2005-08-19 12:55:30',1762,137,'2005-08-21 11:01:30',1,'2006-02-15 21:30:53'),(13149,'2005-08-19 13:07:12',1436,40,'2005-08-28 18:12:12',1,'2006-02-15 21:30:53'),(13150,'2005-08-19 13:08:19',1514,457,'2005-08-25 18:00:19',1,'2006-02-15 21:30:53'),(13151,'2005-08-19 13:08:23',3045,16,'2005-08-20 12:38:23',2,'2006-02-15 21:30:53'),(13152,'2005-08-19 13:09:32',3571,597,'2005-08-25 14:47:32',1,'2006-02-15 21:30:53'),(13153,'2005-08-19 13:09:47',3896,431,'2005-08-23 17:35:47',2,'2006-02-15 21:30:53'),(13154,'2005-08-19 13:09:54',2465,255,'2005-08-26 16:40:54',1,'2006-02-15 21:30:53'),(13155,'2005-08-19 13:10:23',290,442,'2005-08-25 19:07:23',2,'2006-02-15 21:30:53'),(13156,'2005-08-19 13:10:42',770,512,'2005-08-25 15:08:42',2,'2006-02-15 21:30:53'),(13157,'2005-08-19 13:12:28',4391,592,'2005-08-20 10:41:28',1,'2006-02-15 21:30:53'),(13158,'2005-08-19 13:18:10',944,327,'2005-08-25 09:27:10',1,'2006-02-15 21:30:53'),(13159,'2005-08-19 13:19:59',2300,497,'2005-08-21 09:22:59',2,'2006-02-15 21:30:53'),(13160,'2005-08-19 13:21:04',410,484,'2005-08-22 18:49:04',1,'2006-02-15 21:30:53'),(13161,'2006-02-14 15:16:03',986,175,NULL,1,'2006-02-15 21:30:53'),(13162,'2005-08-19 13:28:26',1845,478,'2005-08-24 17:37:26',1,'2006-02-15 21:30:53'),(13163,'2005-08-19 13:29:46',3068,57,'2005-08-22 07:48:46',2,'2006-02-15 21:30:53'),(13164,'2005-08-19 13:30:55',1104,145,'2005-08-26 10:12:55',2,'2006-02-15 21:30:53'),(13165,'2005-08-19 13:34:10',138,289,'2005-08-21 18:33:10',2,'2006-02-15 21:30:53'),(13166,'2005-08-19 13:36:28',4386,504,'2005-08-22 07:57:28',1,'2006-02-15 21:30:53'),(13167,'2005-08-19 13:36:41',557,120,'2005-08-23 15:29:41',2,'2006-02-15 21:30:53'),(13168,'2005-08-19 13:37:28',2210,186,'2005-08-27 17:54:28',2,'2006-02-15 21:30:53'),(13169,'2005-08-19 13:43:35',1709,141,'2005-08-26 09:31:35',1,'2006-02-15 21:30:53'),(13170,'2005-08-19 13:45:48',1072,176,'2005-08-27 11:00:48',2,'2006-02-15 21:30:53'),(13171,'2005-08-19 13:48:54',1765,122,'2005-08-27 18:57:54',1,'2006-02-15 21:30:53'),(13172,'2005-08-19 13:49:07',1301,298,'2005-08-20 19:39:07',2,'2006-02-15 21:30:53'),(13173,'2005-08-19 13:50:36',1304,29,'2005-08-26 12:34:36',2,'2006-02-15 21:30:53'),(13174,'2005-08-19 13:52:50',2303,482,'2005-08-22 14:43:50',2,'2006-02-15 21:30:53'),(13175,'2005-08-19 13:54:53',3187,239,'2005-08-20 16:25:53',2,'2006-02-15 21:30:53'),(13176,'2005-08-19 13:56:54',2269,1,'2005-08-23 08:50:54',2,'2006-02-15 21:30:53'),(13177,'2005-08-19 13:56:58',3172,126,'2005-08-23 13:13:58',2,'2006-02-15 21:30:53'),(13178,'2006-02-14 15:16:03',693,394,NULL,1,'2006-02-15 21:30:53'),(13179,'2005-08-19 13:59:53',1624,104,'2005-08-25 12:10:53',1,'2006-02-15 21:30:53'),(13180,'2005-08-19 14:00:38',3443,322,'2005-08-20 09:56:38',1,'2006-02-15 21:30:53'),(13181,'2005-08-19 14:00:56',1256,128,'2005-08-24 13:52:56',2,'2006-02-15 21:30:53'),(13182,'2006-02-14 15:16:03',364,496,NULL,2,'2006-02-15 21:30:53'),(13183,'2005-08-19 14:09:26',2404,301,'2005-08-28 08:44:26',2,'2006-02-15 21:30:53'),(13184,'2005-08-19 14:16:18',4395,393,'2005-08-20 08:44:18',1,'2006-02-15 21:30:53'),(13185,'2005-08-19 14:22:30',241,174,'2005-08-20 10:13:30',2,'2006-02-15 21:30:53'),(13186,'2005-08-19 14:23:19',2802,176,'2005-08-28 11:26:19',1,'2006-02-15 21:30:53'),(13187,'2005-08-19 14:24:48',1944,543,'2005-08-20 19:37:48',1,'2006-02-15 21:30:53'),(13188,'2005-08-19 14:27:03',583,472,'2005-08-28 09:15:03',2,'2006-02-15 21:30:53'),(13189,'2005-08-19 14:27:16',3444,368,'2005-08-28 10:34:16',1,'2006-02-15 21:30:53'),(13190,'2005-08-19 14:27:59',4316,290,'2005-08-26 13:45:59',1,'2006-02-15 21:30:53'),(13191,'2005-08-19 14:28:48',2753,371,'2005-08-23 12:53:48',2,'2006-02-15 21:30:53'),(13192,'2005-08-19 14:30:06',966,532,'2005-08-27 15:20:06',1,'2006-02-15 21:30:53'),(13193,'2005-08-19 14:33:45',523,118,'2005-08-28 08:46:45',2,'2006-02-15 21:30:53'),(13194,'2005-08-19 14:34:12',2473,58,'2005-08-26 10:18:12',2,'2006-02-15 21:30:53'),(13195,'2005-08-19 14:39:14',2537,565,'2005-08-24 10:30:14',2,'2006-02-15 21:30:53'),(13196,'2005-08-19 14:40:32',458,202,'2005-08-26 18:15:32',2,'2006-02-15 21:30:53'),(13197,'2005-08-19 14:44:03',3190,358,'2005-08-22 10:11:03',1,'2006-02-15 21:30:53'),(13198,'2005-08-19 14:47:18',4273,169,'2005-08-21 18:09:18',2,'2006-02-15 21:30:53'),(13199,'2005-08-19 14:53:22',4291,339,'2005-08-27 19:03:22',2,'2006-02-15 21:30:53'),(13200,'2005-08-19 14:55:58',2746,577,'2005-08-27 11:35:58',2,'2006-02-15 21:30:53'),(13201,'2005-08-19 14:56:05',111,508,'2005-08-25 14:37:05',1,'2006-02-15 21:30:53'),(13202,'2005-08-19 14:58:30',3546,381,'2005-08-27 17:10:30',1,'2006-02-15 21:30:53'),(13203,'2005-08-19 15:00:58',804,257,'2005-08-27 15:38:58',2,'2006-02-15 21:30:53'),(13204,'2005-08-19 15:02:48',4524,152,'2005-08-24 18:07:48',1,'2006-02-15 21:30:53'),(13205,'2005-08-19 15:05:26',2616,495,'2005-08-25 10:41:26',2,'2006-02-15 21:30:53'),(13206,'2005-08-19 15:05:34',2477,504,'2005-08-21 20:37:34',2,'2006-02-15 21:30:53'),(13207,'2005-08-19 15:14:38',674,58,'2005-08-27 16:09:38',1,'2006-02-15 21:30:53'),(13208,'2005-08-19 15:18:55',609,435,'2005-08-24 11:59:55',1,'2006-02-15 21:30:53'),(13209,'2006-02-14 15:16:03',1574,5,NULL,2,'2006-02-15 21:30:53'),(13210,'2005-08-19 15:23:38',2789,487,'2005-08-21 11:57:38',1,'2006-02-15 21:30:53'),(13211,'2005-08-19 15:23:41',1968,289,'2005-08-22 16:58:41',1,'2006-02-15 21:30:53'),(13212,'2005-08-19 15:24:07',3691,158,'2005-08-24 21:03:07',1,'2006-02-15 21:30:53'),(13213,'2005-08-19 15:25:48',1546,13,'2005-08-22 09:32:48',1,'2006-02-15 21:30:53'),(13214,'2005-08-19 15:31:06',2675,157,'2005-08-20 19:58:06',2,'2006-02-15 21:30:53'),(13215,'2005-08-19 15:35:38',3740,460,'2005-08-27 12:16:38',1,'2006-02-15 21:30:53'),(13216,'2005-08-19 15:36:05',4335,422,'2005-08-25 19:03:05',2,'2006-02-15 21:30:53'),(13217,'2005-08-19 15:38:39',616,565,'2005-08-21 14:33:39',1,'2006-02-15 21:30:53'),(13218,'2005-08-19 15:39:39',4148,257,'2005-08-22 17:28:39',1,'2006-02-15 21:30:53'),(13219,'2005-08-19 15:40:28',2075,288,'2005-08-22 21:20:28',2,'2006-02-15 21:30:53'),(13220,'2005-08-19 15:42:32',1017,448,'2005-08-25 13:37:32',1,'2006-02-15 21:30:53'),(13221,'2005-08-19 15:45:47',120,468,'2005-08-26 21:10:47',1,'2006-02-15 21:30:53'),(13222,'2005-08-19 15:47:58',1656,91,'2005-08-26 12:43:58',1,'2006-02-15 21:30:53'),(13223,'2005-08-19 15:52:04',332,461,'2005-08-22 16:27:04',1,'2006-02-15 21:30:53'),(13224,'2005-08-19 15:52:13',3086,526,'2005-08-28 20:53:13',2,'2006-02-15 21:30:53'),(13225,'2005-08-19 15:54:33',1420,562,'2005-08-25 16:40:33',1,'2006-02-15 21:30:53'),(13226,'2005-08-19 16:05:36',2850,46,'2005-08-21 10:07:36',2,'2006-02-15 21:30:53'),(13227,'2005-08-19 16:05:38',2759,288,'2005-08-20 21:39:38',1,'2006-02-15 21:30:53'),(13228,'2005-08-19 16:08:16',2497,571,'2005-08-20 18:55:16',1,'2006-02-15 21:30:53'),(13229,'2005-08-19 16:08:33',634,283,'2005-08-22 19:54:33',2,'2006-02-15 21:30:53'),(13230,'2005-08-19 16:12:07',3645,151,'2005-08-21 12:19:07',1,'2006-02-15 21:30:53'),(13231,'2005-08-19 16:12:49',2126,280,'2005-08-27 17:14:49',2,'2006-02-15 21:30:53'),(13232,'2005-08-19 16:13:32',2370,206,'2005-08-28 14:42:32',2,'2006-02-15 21:30:53'),(13233,'2005-08-19 16:14:41',1057,279,'2005-08-24 21:13:41',1,'2006-02-15 21:30:53'),(13234,'2005-08-19 16:17:15',976,559,'2005-08-27 12:36:15',1,'2006-02-15 21:30:53'),(13235,'2005-08-19 16:17:53',3902,367,'2005-08-27 14:57:53',1,'2006-02-15 21:30:53'),(13236,'2005-08-19 16:18:24',4574,267,'2005-08-27 17:48:24',2,'2006-02-15 21:30:53'),(13237,'2005-08-19 16:18:36',1272,169,'2005-08-25 15:22:36',2,'2006-02-15 21:30:53'),(13238,'2005-08-19 16:20:56',985,348,'2005-08-23 15:51:56',2,'2006-02-15 21:30:53'),(13239,'2005-08-19 16:22:13',3296,541,'2005-08-23 19:26:13',1,'2006-02-15 21:30:53'),(13240,'2005-08-19 16:22:14',1411,179,'2005-08-20 13:24:14',1,'2006-02-15 21:30:53'),(13241,'2005-08-19 16:25:00',3106,33,'2005-08-26 12:27:00',2,'2006-02-15 21:30:53'),(13242,'2005-08-19 16:28:47',230,414,'2005-08-24 22:13:47',2,'2006-02-15 21:30:53'),(13243,'2005-08-19 16:33:16',355,251,'2005-08-25 13:19:16',2,'2006-02-15 21:30:53'),(13244,'2005-08-19 16:43:04',3246,298,'2005-08-22 15:21:04',2,'2006-02-15 21:30:53'),(13245,'2005-08-19 16:43:41',1001,261,'2005-08-20 21:17:41',1,'2006-02-15 21:30:53'),(13246,'2006-02-14 15:16:03',1849,411,NULL,2,'2006-02-15 21:30:53'),(13247,'2005-08-19 16:45:59',1271,24,'2005-08-25 15:25:59',1,'2006-02-15 21:30:53'),(13248,'2005-08-19 16:47:41',2864,559,'2005-08-28 18:11:41',2,'2006-02-15 21:30:53'),(13249,'2005-08-19 16:47:41',3084,377,'2005-08-20 13:30:41',1,'2006-02-15 21:30:53'),(13250,'2005-08-19 16:47:55',2524,448,'2005-08-26 16:54:55',2,'2006-02-15 21:30:53'),(13251,'2005-08-19 16:48:37',4216,111,'2005-08-20 16:33:37',1,'2006-02-15 21:30:53'),(13252,'2005-08-19 16:50:50',775,451,'2005-08-22 22:09:50',2,'2006-02-15 21:30:53'),(13253,'2005-08-19 16:53:56',472,399,'2005-08-20 11:38:56',2,'2006-02-15 21:30:53'),(13254,'2005-08-19 16:54:01',3412,532,'2005-08-27 19:50:01',2,'2006-02-15 21:30:53'),(13255,'2005-08-19 16:54:12',1101,150,'2005-08-28 17:00:12',1,'2006-02-15 21:30:53'),(13256,'2005-08-19 16:54:12',2719,289,'2005-08-28 16:54:12',1,'2006-02-15 21:30:53'),(13257,'2005-08-19 17:01:20',164,300,'2005-08-24 17:26:20',1,'2006-02-15 21:30:53'),(13258,'2005-08-19 17:05:37',2246,349,'2005-08-24 17:36:37',2,'2006-02-15 21:30:53'),(13259,'2005-08-19 17:08:53',2518,458,'2005-08-23 14:14:53',1,'2006-02-15 21:30:53'),(13260,'2005-08-19 17:09:22',578,251,'2005-08-24 21:31:22',2,'2006-02-15 21:30:53'),(13261,'2006-02-14 15:16:03',3538,417,NULL,1,'2006-02-15 21:30:53'),(13262,'2005-08-19 17:20:15',4483,184,'2005-08-26 18:28:15',2,'2006-02-15 21:30:53'),(13263,'2005-08-19 17:26:55',214,206,'2005-08-28 20:07:55',2,'2006-02-15 21:30:53'),(13264,'2005-08-19 17:27:10',1881,109,'2005-08-27 16:00:10',1,'2006-02-15 21:30:53'),(13265,'2005-08-19 17:29:00',3933,314,'2005-08-20 12:59:00',2,'2006-02-15 21:30:53'),(13266,'2005-08-19 17:31:20',1326,571,'2005-08-21 11:41:20',2,'2006-02-15 21:30:53'),(13267,'2005-08-19 17:31:36',550,335,'2005-08-21 13:47:36',1,'2006-02-15 21:30:53'),(13268,'2005-08-19 17:33:50',1166,255,'2005-08-25 17:15:50',2,'2006-02-15 21:30:53'),(13269,'2005-08-19 17:34:00',2382,461,'2005-08-20 15:17:00',2,'2006-02-15 21:30:53'),(13270,'2005-08-19 17:41:16',405,159,'2005-08-23 20:22:16',2,'2006-02-15 21:30:53'),(13271,'2005-08-19 17:42:06',3872,242,'2005-08-27 18:39:06',2,'2006-02-15 21:30:53'),(13272,'2005-08-19 17:49:13',2531,145,'2005-08-23 15:49:13',2,'2006-02-15 21:30:53'),(13273,'2005-08-19 17:49:13',4181,433,'2005-08-21 14:15:13',1,'2006-02-15 21:30:53'),(13274,'2005-08-19 17:50:03',704,272,'2005-08-20 14:39:03',2,'2006-02-15 21:30:53'),(13275,'2005-08-19 17:53:38',710,377,'2005-08-23 16:29:38',2,'2006-02-15 21:30:53'),(13276,'2005-08-19 17:53:42',625,516,'2005-08-28 20:49:42',2,'2006-02-15 21:30:53'),(13277,'2005-08-19 17:57:35',3820,316,'2005-08-25 15:45:35',2,'2006-02-15 21:30:53'),(13278,'2005-08-19 17:57:53',2691,282,'2005-08-22 23:16:53',1,'2006-02-15 21:30:53'),(13279,'2005-08-19 18:02:18',2472,343,'2005-08-24 22:15:18',2,'2006-02-15 21:30:53'),(13280,'2005-08-19 18:02:51',218,368,'2005-08-21 23:17:51',2,'2006-02-15 21:30:53'),(13281,'2005-08-19 18:07:47',113,220,'2005-08-20 21:51:47',2,'2006-02-15 21:30:53'),(13282,'2005-08-19 18:08:18',4373,59,'2005-08-24 14:08:18',1,'2006-02-15 21:30:53'),(13283,'2005-08-19 18:10:19',2602,180,'2005-08-23 16:09:19',2,'2006-02-15 21:30:53'),(13284,'2005-08-19 18:12:31',2128,338,'2005-08-25 21:26:31',2,'2006-02-15 21:30:53'),(13285,'2005-08-19 18:18:44',2139,182,'2005-08-20 12:33:44',1,'2006-02-15 21:30:53'),(13286,'2005-08-19 18:28:07',2685,245,'2005-08-22 17:23:07',2,'2006-02-15 21:30:53'),(13287,'2005-08-19 18:28:24',2716,569,'2005-08-26 20:13:24',2,'2006-02-15 21:30:53'),(13288,'2005-08-19 18:30:10',3558,162,'2005-08-20 19:20:10',2,'2006-02-15 21:30:53'),(13289,'2005-08-19 18:31:30',3527,497,'2005-08-20 13:43:30',1,'2006-02-15 21:30:53'),(13290,'2005-08-19 18:31:50',4174,23,'2005-08-25 15:49:50',2,'2006-02-15 21:30:53'),(13291,'2005-08-19 18:32:11',1631,243,'2005-08-20 18:22:11',2,'2006-02-15 21:30:53'),(13292,'2005-08-19 18:35:32',1336,171,'2005-08-22 00:27:32',1,'2006-02-15 21:30:53'),(13293,'2005-08-19 18:35:52',380,399,'2005-08-23 17:18:52',2,'2006-02-15 21:30:53'),(13294,'2005-08-19 18:36:35',156,534,'2005-08-20 13:57:35',1,'2006-02-15 21:30:53'),(13295,'2006-02-14 15:16:03',2408,229,NULL,1,'2006-02-15 21:30:53'),(13296,'2005-08-19 18:43:53',1728,300,'2005-08-21 23:30:53',2,'2006-02-15 21:30:53'),(13297,'2005-08-19 18:45:49',3818,359,'2005-08-22 14:58:49',2,'2006-02-15 21:30:53'),(13298,'2006-02-14 15:16:03',2133,361,NULL,2,'2006-02-15 21:30:53'),(13299,'2005-08-19 18:46:33',4385,373,'2005-08-22 20:45:33',1,'2006-02-15 21:30:53'),(13300,'2005-08-19 18:46:56',842,531,'2005-08-28 20:23:56',2,'2006-02-15 21:30:53'),(13301,'2005-08-19 18:53:15',2261,494,'2005-08-26 21:37:15',1,'2006-02-15 21:30:53'),(13302,'2005-08-19 18:54:26',4041,51,'2005-08-21 23:01:26',1,'2006-02-15 21:30:53'),(13303,'2005-08-19 18:55:21',34,184,'2005-08-23 18:49:21',2,'2006-02-15 21:30:53'),(13304,'2005-08-19 18:56:32',2979,405,'2005-08-23 20:04:32',2,'2006-02-15 21:30:53'),(13305,'2005-08-19 18:57:05',2386,337,'2005-08-28 22:28:05',1,'2006-02-15 21:30:53'),(13306,'2005-08-19 18:57:29',2742,229,'2005-08-20 20:09:29',2,'2006-02-15 21:30:53'),(13307,'2005-08-19 18:58:44',2242,547,'2005-08-22 00:15:44',1,'2006-02-15 21:30:53'),(13308,'2005-08-19 18:59:42',3189,414,'2005-08-28 13:21:42',2,'2006-02-15 21:30:53'),(13309,'2005-08-19 19:04:00',2108,91,'2005-08-28 23:08:00',2,'2006-02-15 21:30:53'),(13310,'2005-08-19 19:05:16',2563,311,'2005-08-23 22:47:16',1,'2006-02-15 21:30:53'),(13311,'2005-08-19 19:07:09',3890,520,'2005-08-20 23:07:09',1,'2006-02-15 21:30:53'),(13312,'2005-08-19 19:09:14',2891,418,'2005-08-23 00:50:14',2,'2006-02-15 21:30:53'),(13313,'2005-08-19 19:11:41',3709,580,'2005-08-21 23:53:41',2,'2006-02-15 21:30:53'),(13314,'2005-08-19 19:12:43',2899,347,'2005-08-27 00:20:43',2,'2006-02-15 21:30:53'),(13315,'2005-08-19 19:16:18',3151,54,'2005-08-21 20:58:18',1,'2006-02-15 21:30:53'),(13316,'2005-08-19 19:23:30',4450,10,'2005-08-22 23:37:30',1,'2006-02-15 21:30:53'),(13317,'2005-08-19 19:25:42',3349,20,'2005-08-20 20:57:42',2,'2006-02-15 21:30:53'),(13318,'2005-08-19 19:33:57',1389,413,'2005-08-21 17:52:57',2,'2006-02-15 21:30:53'),(13319,'2005-08-19 19:35:13',2496,438,'2005-08-27 17:59:13',1,'2006-02-15 21:30:53'),(13320,'2005-08-19 19:35:33',4522,172,'2005-08-24 20:09:33',2,'2006-02-15 21:30:53'),(13321,'2005-08-19 19:40:37',4183,280,'2005-08-21 19:09:37',2,'2006-02-15 21:30:53'),(13322,'2005-08-19 19:43:08',2149,559,'2005-08-24 16:30:08',2,'2006-02-15 21:30:53'),(13323,'2005-08-19 19:48:07',1055,133,'2005-08-23 15:28:07',1,'2006-02-15 21:30:53'),(13324,'2005-08-19 19:51:00',4349,564,'2005-08-20 20:26:00',1,'2006-02-15 21:30:53'),(13325,'2005-08-19 19:52:02',2388,334,'2005-08-22 21:14:02',1,'2006-02-15 21:30:53'),(13326,'2005-08-19 19:52:52',429,576,'2005-08-20 18:56:52',1,'2006-02-15 21:30:53'),(13327,'2005-08-19 19:55:45',1808,72,'2005-08-22 15:05:45',2,'2006-02-15 21:30:53'),(13328,'2005-08-19 19:56:01',605,462,'2005-08-20 22:16:01',2,'2006-02-15 21:30:53'),(13329,'2005-08-19 19:56:55',3136,373,'2005-08-25 01:19:55',2,'2006-02-15 21:30:53'),(13330,'2005-08-19 19:59:21',4276,297,'2005-08-20 15:34:21',2,'2006-02-15 21:30:53'),(13331,'2005-08-19 20:00:25',3867,23,'2005-08-21 17:03:25',1,'2006-02-15 21:30:53'),(13332,'2005-08-19 20:00:51',3144,503,'2005-08-25 14:30:51',1,'2006-02-15 21:30:53'),(13333,'2006-02-14 15:16:03',1092,64,NULL,2,'2006-02-15 21:30:53'),(13334,'2005-08-19 20:02:33',461,379,'2005-08-22 00:45:33',1,'2006-02-15 21:30:53'),(13335,'2005-08-19 20:03:18',1861,74,'2005-08-24 20:09:18',2,'2006-02-15 21:30:53'),(13336,'2005-08-19 20:03:22',1011,289,'2005-08-24 23:42:22',1,'2006-02-15 21:30:53'),(13337,'2005-08-19 20:06:57',3584,374,'2005-08-20 16:31:57',1,'2006-02-15 21:30:53'),(13338,'2005-08-19 20:09:59',3739,86,'2005-08-23 22:59:59',2,'2006-02-15 21:30:53'),(13339,'2005-08-19 20:18:36',1428,15,'2005-08-28 21:34:36',1,'2006-02-15 21:30:53'),(13340,'2005-08-19 20:18:39',4358,45,'2005-08-28 21:06:39',2,'2006-02-15 21:30:53'),(13341,'2005-08-19 20:18:53',1749,460,'2005-08-27 14:36:53',1,'2006-02-15 21:30:53'),(13342,'2005-08-19 20:21:36',3476,172,'2005-08-21 16:26:36',1,'2006-02-15 21:30:53'),(13343,'2005-08-19 20:22:08',1032,591,'2005-08-27 17:21:08',1,'2006-02-15 21:30:53'),(13344,'2005-08-19 20:22:44',4392,514,'2005-08-25 18:39:44',1,'2006-02-15 21:30:53'),(13345,'2005-08-19 20:25:24',47,55,'2005-08-27 20:38:24',1,'2006-02-15 21:30:53'),(13346,'2005-08-19 20:28:21',4541,131,'2005-08-28 00:28:21',2,'2006-02-15 21:30:53'),(13347,'2005-08-19 20:28:48',4038,562,'2005-08-28 19:33:48',2,'2006-02-15 21:30:53'),(13348,'2005-08-19 20:31:48',275,456,'2005-08-21 21:01:48',1,'2006-02-15 21:30:53'),(13349,'2005-08-19 20:43:16',4262,234,'2005-08-20 16:21:16',1,'2006-02-15 21:30:53'),(13350,'2005-08-19 20:44:00',3523,214,'2005-08-27 01:23:00',2,'2006-02-15 21:30:53'),(13351,'2006-02-14 15:16:03',4130,42,NULL,2,'2006-02-15 21:30:53'),(13352,'2005-08-19 20:51:40',2689,80,'2005-08-24 01:22:40',1,'2006-02-15 21:30:53'),(13353,'2005-08-19 20:53:43',2790,131,'2005-08-25 01:25:43',1,'2006-02-15 21:30:53'),(13354,'2005-08-19 20:55:23',1356,213,'2005-08-27 20:09:23',2,'2006-02-15 21:30:53'),(13355,'2005-08-19 20:59:19',585,396,'2005-08-23 21:44:19',1,'2006-02-15 21:30:53'),(13356,'2005-08-19 21:02:21',2713,324,'2005-08-24 00:31:21',1,'2006-02-15 21:30:53'),(13357,'2005-08-19 21:02:59',3295,393,'2005-08-25 23:46:59',2,'2006-02-15 21:30:53'),(13358,'2005-08-19 21:04:20',1510,439,'2005-08-24 20:49:20',2,'2006-02-15 21:30:53'),(13359,'2005-08-19 21:04:49',4175,434,'2005-08-27 01:46:49',1,'2006-02-15 21:30:53'),(13360,'2005-08-19 21:05:11',3396,327,'2005-08-24 16:05:11',2,'2006-02-15 21:30:53'),(13361,'2005-08-19 21:07:22',4289,107,'2005-08-21 21:26:22',2,'2006-02-15 21:30:53'),(13362,'2005-08-19 21:07:54',869,565,'2005-08-20 17:29:54',2,'2006-02-15 21:30:53'),(13363,'2005-08-19 21:07:59',588,288,'2005-08-21 17:08:59',1,'2006-02-15 21:30:53'),(13364,'2005-08-19 21:09:30',2773,236,'2005-08-25 18:37:30',1,'2006-02-15 21:30:53'),(13365,'2005-08-19 21:12:37',4136,307,'2005-08-25 19:56:37',2,'2006-02-15 21:30:53'),(13366,'2005-08-19 21:14:45',602,259,'2005-08-21 03:06:45',1,'2006-02-15 21:30:53'),(13367,'2005-08-19 21:19:27',4569,290,'2005-08-24 15:22:27',2,'2006-02-15 21:30:53'),(13368,'2005-08-19 21:19:35',1073,342,'2005-08-21 16:12:35',2,'2006-02-15 21:30:53'),(13369,'2005-08-19 21:19:47',2728,116,'2005-08-24 23:25:47',1,'2006-02-15 21:30:53'),(13370,'2005-08-19 21:20:11',239,101,'2005-08-25 22:51:11',1,'2006-02-15 21:30:53'),(13371,'2005-08-19 21:21:47',3401,34,'2005-08-26 16:17:47',2,'2006-02-15 21:30:53'),(13372,'2005-08-19 21:23:19',3366,150,'2005-08-24 22:12:19',1,'2006-02-15 21:30:53'),(13373,'2005-08-19 21:23:31',4045,7,'2005-08-25 22:38:31',1,'2006-02-15 21:30:53'),(13374,'2006-02-14 15:16:03',2721,227,NULL,1,'2006-02-15 21:30:53'),(13375,'2005-08-19 21:31:31',949,120,'2005-08-29 00:17:31',1,'2006-02-15 21:30:53'),(13376,'2005-08-19 21:31:45',898,40,'2005-08-22 01:14:45',2,'2006-02-15 21:30:53'),(13377,'2005-08-19 21:32:23',1316,572,'2005-08-25 22:24:23',1,'2006-02-15 21:30:53'),(13378,'2005-08-19 21:33:35',2708,368,'2005-08-20 22:47:35',1,'2006-02-15 21:30:53'),(13379,'2005-08-19 21:33:39',1623,227,'2005-08-22 21:00:39',1,'2006-02-15 21:30:53'),(13380,'2005-08-19 21:36:58',4250,451,'2005-08-22 23:55:58',1,'2006-02-15 21:30:53'),(13381,'2005-08-19 21:37:57',2823,21,'2005-08-21 18:07:57',2,'2006-02-15 21:30:53'),(13382,'2005-08-19 21:38:41',3720,436,'2005-08-28 15:49:41',1,'2006-02-15 21:30:53'),(13383,'2005-08-19 21:38:44',3193,434,'2005-08-28 23:22:44',2,'2006-02-15 21:30:53'),(13384,'2005-08-19 21:38:51',1462,440,'2005-08-23 17:55:51',1,'2006-02-15 21:30:53'),(13385,'2005-08-19 21:39:35',4323,252,'2005-08-22 22:38:35',2,'2006-02-15 21:30:53'),(13386,'2005-08-19 21:43:58',4476,324,'2005-08-24 20:29:58',2,'2006-02-15 21:30:53'),(13387,'2005-08-19 21:46:10',123,504,'2005-08-24 01:16:10',1,'2006-02-15 21:30:53'),(13388,'2005-08-19 21:46:49',942,317,'2005-08-27 16:18:49',1,'2006-02-15 21:30:53'),(13389,'2005-08-19 21:52:51',3352,257,'2005-08-25 02:38:51',1,'2006-02-15 21:30:53'),(13390,'2006-02-14 15:16:03',2855,135,NULL,1,'2006-02-15 21:30:53'),(13391,'2005-08-19 22:01:42',4220,16,'2005-08-24 22:20:42',2,'2006-02-15 21:30:53'),(13392,'2005-08-19 22:03:22',692,409,'2005-08-28 19:27:22',1,'2006-02-15 21:30:53'),(13393,'2005-08-19 22:03:46',958,15,'2005-08-28 19:19:46',2,'2006-02-15 21:30:53'),(13394,'2005-08-19 22:05:19',2597,45,'2005-08-21 23:53:19',1,'2006-02-15 21:30:53'),(13395,'2005-08-19 22:05:40',53,80,'2005-08-22 01:31:40',2,'2006-02-15 21:30:53'),(13396,'2005-08-19 22:06:09',4169,517,'2005-08-23 23:26:09',2,'2006-02-15 21:30:53'),(13397,'2005-08-19 22:06:35',3863,379,'2005-08-29 01:11:35',2,'2006-02-15 21:30:53'),(13398,'2005-08-19 22:08:48',3376,405,'2005-08-23 03:24:48',1,'2006-02-15 21:30:53'),(13399,'2005-08-19 22:09:28',2309,21,'2005-08-25 20:25:28',2,'2006-02-15 21:30:53'),(13400,'2005-08-19 22:11:44',2173,179,'2005-08-20 23:27:44',2,'2006-02-15 21:30:53'),(13401,'2005-08-19 22:16:16',488,139,'2005-08-25 19:01:16',2,'2006-02-15 21:30:53'),(13402,'2005-08-19 22:16:53',3264,372,'2005-08-22 22:28:53',1,'2006-02-15 21:30:53'),(13403,'2005-08-19 22:18:07',3241,3,'2005-08-27 19:23:07',1,'2006-02-15 21:30:53'),(13404,'2005-08-19 22:18:42',416,414,'2005-08-23 16:29:42',2,'2006-02-15 21:30:53'),(13405,'2005-08-19 22:20:49',1554,181,'2005-08-28 21:21:49',1,'2006-02-15 21:30:53'),(13406,'2005-08-19 22:22:01',3031,113,'2005-08-22 18:16:01',1,'2006-02-15 21:30:53'),(13407,'2005-08-19 22:26:26',2512,131,'2005-08-22 16:34:26',1,'2006-02-15 21:30:53'),(13408,'2005-08-19 22:34:51',2795,575,'2005-08-21 03:30:51',1,'2006-02-15 21:30:53'),(13409,'2005-08-19 22:36:26',873,214,'2005-08-22 01:52:26',2,'2006-02-15 21:30:53'),(13410,'2005-08-19 22:41:44',1421,104,'2005-08-26 18:05:44',2,'2006-02-15 21:30:53'),(13411,'2005-08-19 22:43:38',4425,21,'2005-08-26 18:29:38',2,'2006-02-15 21:30:53'),(13412,'2005-08-19 22:46:35',2806,404,'2005-08-26 18:06:35',1,'2006-02-15 21:30:53'),(13413,'2005-08-19 22:46:46',1501,390,'2005-08-24 22:52:46',1,'2006-02-15 21:30:53'),(13414,'2005-08-19 22:47:34',4126,438,'2005-08-21 02:50:34',1,'2006-02-15 21:30:53'),(13415,'2005-08-19 22:48:09',1105,181,'2005-08-25 02:09:09',1,'2006-02-15 21:30:53'),(13416,'2005-08-19 22:48:48',1075,204,'2005-08-21 22:09:48',2,'2006-02-15 21:30:53'),(13417,'2005-08-19 22:51:39',92,468,'2005-08-23 03:34:39',1,'2006-02-15 21:30:53'),(13418,'2005-08-19 22:53:56',2113,246,'2005-08-28 02:05:56',2,'2006-02-15 21:30:53'),(13419,'2006-02-14 15:16:03',3507,537,NULL,1,'2006-02-15 21:30:53'),(13420,'2005-08-19 22:57:25',1796,102,'2005-08-28 22:46:25',1,'2006-02-15 21:30:53'),(13421,'2006-02-14 15:16:03',9,366,NULL,1,'2006-02-15 21:30:53'),(13422,'2005-08-19 23:07:24',3835,404,'2005-08-28 04:12:24',2,'2006-02-15 21:30:53'),(13423,'2005-08-19 23:07:42',546,311,'2005-08-26 20:45:42',1,'2006-02-15 21:30:53'),(13424,'2005-08-19 23:10:09',4340,216,'2005-08-23 02:25:09',1,'2006-02-15 21:30:53'),(13425,'2005-08-19 23:11:44',2274,340,'2005-08-25 21:19:44',2,'2006-02-15 21:30:53'),(13426,'2005-08-19 23:15:00',3409,213,'2005-08-21 01:53:00',2,'2006-02-15 21:30:53'),(13427,'2005-08-19 23:19:02',3120,239,'2005-08-21 18:30:02',1,'2006-02-15 21:30:53'),(13428,'2006-02-14 15:16:03',106,44,NULL,2,'2006-02-15 21:30:53'),(13429,'2005-08-19 23:25:37',3677,23,'2005-08-28 01:04:37',2,'2006-02-15 21:30:53'),(13430,'2005-08-19 23:25:43',2852,381,'2005-08-22 18:41:43',1,'2006-02-15 21:30:53'),(13431,'2005-08-19 23:28:15',1700,229,'2005-08-25 04:44:15',1,'2006-02-15 21:30:53'),(13432,'2005-08-19 23:29:06',2216,78,'2005-08-23 00:57:06',1,'2006-02-15 21:30:53'),(13433,'2005-08-19 23:30:53',1647,171,'2005-08-22 05:18:53',2,'2006-02-15 21:30:53'),(13434,'2005-08-19 23:34:26',2073,221,'2005-08-23 18:33:26',1,'2006-02-15 21:30:53'),(13435,'2005-08-19 23:35:44',3919,30,'2005-08-24 18:14:44',2,'2006-02-15 21:30:53'),(13436,'2005-08-19 23:36:25',2499,29,'2005-08-23 18:38:25',1,'2006-02-15 21:30:53'),(13437,'2005-08-19 23:37:52',2292,67,'2005-08-28 22:17:52',1,'2006-02-15 21:30:53'),(13438,'2005-08-19 23:38:02',1750,520,'2005-08-26 21:36:02',1,'2006-02-15 21:30:53'),(13439,'2005-08-19 23:42:16',3535,551,'2005-08-26 21:24:16',2,'2006-02-15 21:30:53'),(13440,'2005-08-19 23:42:52',2842,260,'2005-08-25 19:19:52',1,'2006-02-15 21:30:53'),(13441,'2005-08-19 23:48:23',3188,125,'2005-08-28 23:47:23',1,'2006-02-15 21:30:53'),(13442,'2005-08-19 23:50:45',2432,356,'2005-08-27 22:01:45',2,'2006-02-15 21:30:53'),(13443,'2005-08-19 23:53:42',3161,236,'2005-08-28 05:37:42',1,'2006-02-15 21:30:53'),(13444,'2005-08-20 00:00:24',2564,37,'2005-08-21 05:59:24',2,'2006-02-15 21:30:53'),(13445,'2005-08-20 00:05:33',1630,495,'2005-08-21 21:20:33',1,'2006-02-15 21:30:53'),(13446,'2005-08-20 00:06:13',3226,488,'2005-08-22 19:56:13',1,'2006-02-15 21:30:53'),(13447,'2005-08-20 00:09:36',285,542,'2005-08-25 01:22:36',1,'2006-02-15 21:30:53'),(13448,'2005-08-20 00:12:43',2870,327,'2005-08-25 02:33:43',1,'2006-02-15 21:30:53'),(13449,'2005-08-20 00:17:01',1297,400,'2005-08-23 20:42:01',2,'2006-02-15 21:30:53'),(13450,'2005-08-20 00:18:15',135,61,'2005-08-24 19:36:15',1,'2006-02-15 21:30:53'),(13451,'2005-08-20 00:18:25',3837,6,'2005-08-29 01:08:25',1,'2006-02-15 21:30:53'),(13452,'2005-08-20 00:20:07',2449,430,'2005-08-25 05:43:07',1,'2006-02-15 21:30:53'),(13453,'2005-08-20 00:30:51',2203,164,'2005-08-28 18:43:51',2,'2006-02-15 21:30:53'),(13454,'2005-08-20 00:30:52',1553,430,'2005-08-27 19:45:52',2,'2006-02-15 21:30:53'),(13455,'2005-08-20 00:32:17',1315,133,'2005-08-26 19:33:17',1,'2006-02-15 21:30:53'),(13456,'2005-08-20 00:33:19',1644,13,'2005-08-22 01:47:19',1,'2006-02-15 21:30:53'),(13457,'2005-08-20 00:33:22',1220,256,'2005-08-26 21:37:22',2,'2006-02-15 21:30:53'),(13458,'2005-08-20 00:35:30',4223,228,'2005-08-21 20:51:30',1,'2006-02-15 21:30:53'),(13459,'2005-08-20 00:45:40',3666,114,'2005-08-29 02:53:40',2,'2006-02-15 21:30:53'),(13460,'2005-08-20 00:48:24',244,410,'2005-08-28 04:13:24',2,'2006-02-15 21:30:53'),(13461,'2005-08-20 00:49:04',2621,421,'2005-08-28 02:49:04',2,'2006-02-15 21:30:53'),(13462,'2005-08-20 00:49:19',3865,489,'2005-08-26 06:21:19',2,'2006-02-15 21:30:53'),(13463,'2005-08-20 00:50:54',510,21,'2005-08-28 23:00:54',1,'2006-02-15 21:30:53'),(13464,'2006-02-14 15:16:03',4292,576,NULL,1,'2006-02-15 21:30:53'),(13465,'2005-08-20 00:54:14',1305,575,'2005-08-21 20:55:14',2,'2006-02-15 21:30:53'),(13466,'2005-08-20 00:55:16',3088,262,'2005-08-22 22:48:16',1,'2006-02-15 21:30:53'),(13467,'2005-08-20 00:56:44',696,373,'2005-08-20 20:16:44',1,'2006-02-15 21:30:53'),(13468,'2005-08-20 00:56:44',1851,266,'2005-08-29 06:26:44',1,'2006-02-15 21:30:53'),(13469,'2005-08-20 00:59:36',1410,235,'2005-08-24 22:41:36',1,'2006-02-15 21:30:53'),(13470,'2005-08-20 01:01:16',3097,141,'2005-08-21 03:19:16',1,'2006-02-15 21:30:53'),(13471,'2005-08-20 01:02:26',1391,296,'2005-08-25 06:37:26',2,'2006-02-15 21:30:53'),(13472,'2005-08-20 01:03:31',3074,137,'2005-08-28 02:54:31',1,'2006-02-15 21:30:53'),(13473,'2005-08-20 01:03:50',381,390,'2005-08-22 02:33:50',2,'2006-02-15 21:30:53'),(13474,'2005-08-20 01:04:32',1209,116,'2005-08-21 20:26:32',2,'2006-02-15 21:30:53'),(13475,'2005-08-20 01:05:05',3214,68,'2005-08-20 20:22:05',2,'2006-02-15 21:30:53'),(13476,'2005-08-20 01:06:04',2866,7,'2005-08-24 23:56:04',1,'2006-02-15 21:30:53'),(13477,'2005-08-20 01:07:00',1442,222,'2005-08-26 02:47:00',1,'2006-02-15 21:30:53'),(13478,'2005-08-20 01:07:14',2190,466,'2005-08-22 03:41:14',1,'2006-02-15 21:30:53'),(13479,'2005-08-20 01:09:11',1262,87,'2005-08-26 05:35:11',2,'2006-02-15 21:30:53'),(13480,'2005-08-20 01:10:27',206,16,'2005-08-27 22:18:27',2,'2006-02-15 21:30:53'),(13481,'2005-08-20 01:11:12',2678,157,'2005-08-26 23:07:12',2,'2006-02-15 21:30:53'),(13482,'2005-08-20 01:14:30',1627,183,'2005-08-24 04:57:30',1,'2006-02-15 21:30:53'),(13483,'2005-08-20 01:16:38',2550,441,'2005-08-21 20:43:38',2,'2006-02-15 21:30:53'),(13484,'2005-08-20 01:16:52',1533,152,'2005-08-22 23:47:52',2,'2006-02-15 21:30:53'),(13485,'2005-08-20 01:20:14',3802,379,'2005-08-22 01:28:14',2,'2006-02-15 21:30:53'),(13486,'2006-02-14 15:16:03',4460,274,NULL,1,'2006-02-15 21:30:53'),(13487,'2005-08-20 01:27:05',2609,458,'2005-08-24 00:41:05',2,'2006-02-15 21:30:53'),(13488,'2005-08-20 01:28:42',867,444,'2005-08-25 06:17:42',2,'2006-02-15 21:30:53'),(13489,'2005-08-20 01:29:06',2934,443,'2005-08-27 21:11:06',1,'2006-02-15 21:30:53'),(13490,'2005-08-20 01:29:29',238,18,'2005-08-21 22:36:29',2,'2006-02-15 21:30:53'),(13491,'2005-08-20 01:30:56',2503,258,'2005-08-28 23:26:56',2,'2006-02-15 21:30:53'),(13492,'2005-08-20 01:32:04',1155,462,'2005-08-29 02:14:04',2,'2006-02-15 21:30:53'),(13493,'2005-08-20 01:33:36',2927,37,'2005-08-24 06:32:36',1,'2006-02-15 21:30:53'),(13494,'2005-08-20 01:36:34',1632,414,'2005-08-21 06:52:34',1,'2006-02-15 21:30:53'),(13495,'2005-08-20 01:40:25',3881,92,'2005-08-23 06:32:25',2,'2006-02-15 21:30:53'),(13496,'2005-08-20 01:42:29',3040,454,'2005-08-29 06:47:29',2,'2006-02-15 21:30:53'),(13497,'2005-08-20 01:46:38',1296,481,'2005-08-26 05:37:38',2,'2006-02-15 21:30:53'),(13498,'2005-08-20 01:51:23',1603,578,'2005-08-24 05:32:23',1,'2006-02-15 21:30:53'),(13499,'2005-08-20 01:52:30',1893,300,'2005-08-28 04:57:30',1,'2006-02-15 21:30:53'),(13500,'2005-08-20 01:54:39',1353,577,'2005-08-25 21:23:39',1,'2006-02-15 21:30:53'),(13501,'2005-08-20 01:56:20',4369,390,'2005-08-22 23:07:20',2,'2006-02-15 21:30:53'),(13502,'2005-08-20 01:58:15',1324,309,'2005-08-21 20:21:15',1,'2006-02-15 21:30:53'),(13503,'2005-08-20 02:00:33',453,15,'2005-08-28 21:03:33',1,'2006-02-15 21:30:53'),(13504,'2005-08-20 02:01:48',4322,293,'2005-08-25 21:52:48',2,'2006-02-15 21:30:53'),(13505,'2005-08-20 02:05:57',914,536,'2005-08-23 05:52:57',1,'2006-02-15 21:30:53'),(13506,'2005-08-20 02:07:06',1334,261,'2005-08-26 08:06:06',1,'2006-02-15 21:30:53'),(13507,'2005-08-20 02:10:27',3324,478,'2005-08-23 04:03:27',2,'2006-02-15 21:30:53'),(13508,'2005-08-20 02:12:54',4120,408,'2005-08-28 21:47:54',2,'2006-02-15 21:30:53'),(13509,'2005-08-20 02:14:16',3698,128,'2005-08-22 06:36:16',2,'2006-02-15 21:30:53'),(13510,'2005-08-20 02:18:30',691,107,'2005-08-27 01:33:30',1,'2006-02-15 21:30:53'),(13511,'2005-08-20 02:21:40',2973,23,'2005-08-21 03:26:40',1,'2006-02-15 21:30:53'),(13512,'2005-08-20 02:27:13',4508,62,'2005-08-28 04:40:13',2,'2006-02-15 21:30:53'),(13513,'2005-08-20 02:27:53',1653,454,'2005-08-22 06:10:53',1,'2006-02-15 21:30:53'),(13514,'2005-08-20 02:28:09',3407,96,'2005-08-25 00:41:09',1,'2006-02-15 21:30:53'),(13515,'2005-08-20 02:29:47',3438,194,'2005-08-23 08:12:47',2,'2006-02-15 21:30:53'),(13516,'2005-08-20 02:32:45',4286,95,'2005-08-27 04:38:45',1,'2006-02-15 21:30:53'),(13517,'2005-08-20 02:33:17',533,186,'2005-08-23 22:40:17',2,'2006-02-15 21:30:53'),(13518,'2005-08-20 02:36:17',352,528,'2005-08-24 08:06:17',1,'2006-02-15 21:30:53'),(13519,'2005-08-20 02:37:07',182,12,'2005-08-23 01:26:07',2,'2006-02-15 21:30:53'),(13520,'2005-08-20 02:41:46',3326,74,'2005-08-22 01:53:46',1,'2006-02-15 21:30:53'),(13521,'2005-08-20 02:42:28',2586,384,'2005-08-22 06:12:28',1,'2006-02-15 21:30:53'),(13522,'2005-08-20 02:44:06',2940,343,'2005-08-28 05:30:06',1,'2006-02-15 21:30:53'),(13523,'2005-08-20 02:47:03',163,572,'2005-08-28 07:43:03',1,'2006-02-15 21:30:53'),(13524,'2005-08-20 02:48:43',4557,593,'2005-08-27 03:14:43',2,'2006-02-15 21:30:53'),(13525,'2005-08-20 02:50:44',3514,111,'2005-08-26 22:58:44',2,'2006-02-15 21:30:53'),(13526,'2005-08-20 02:58:42',1966,277,'2005-08-27 22:36:42',2,'2006-02-15 21:30:53'),(13527,'2005-08-20 03:00:47',4424,521,'2005-08-25 01:03:47',1,'2006-02-15 21:30:53'),(13528,'2005-08-20 03:03:31',1847,202,'2005-08-26 03:09:31',1,'2006-02-15 21:30:53'),(13529,'2005-08-20 03:07:47',1979,193,'2005-08-21 21:50:47',1,'2006-02-15 21:30:53'),(13530,'2005-08-20 03:12:43',597,156,'2005-08-23 09:01:43',2,'2006-02-15 21:30:53'),(13531,'2005-08-20 03:26:10',2778,156,'2005-08-25 03:41:10',1,'2006-02-15 21:30:53'),(13532,'2005-08-20 03:29:28',1433,168,'2005-08-23 22:53:28',2,'2006-02-15 21:30:53'),(13533,'2005-08-20 03:30:00',1801,436,'2005-08-27 05:53:00',1,'2006-02-15 21:30:53'),(13534,'2006-02-14 15:16:03',2476,75,NULL,1,'2006-02-15 21:30:53'),(13535,'2005-08-20 03:30:25',1563,86,'2005-08-28 04:35:25',1,'2006-02-15 21:30:53'),(13536,'2005-08-20 03:35:16',667,183,'2005-08-25 04:06:16',2,'2006-02-15 21:30:53'),(13537,'2005-08-20 03:39:15',2521,418,'2005-08-23 22:03:15',2,'2006-02-15 21:30:53'),(13538,'2006-02-14 15:16:03',581,279,NULL,1,'2006-02-15 21:30:53'),(13539,'2005-08-20 03:40:27',3110,518,'2005-08-27 07:15:27',1,'2006-02-15 21:30:53'),(13540,'2005-08-20 03:41:23',3785,557,'2005-08-27 09:09:23',2,'2006-02-15 21:30:53'),(13541,'2005-08-20 03:41:41',1363,15,'2005-08-24 23:14:41',1,'2006-02-15 21:30:53'),(13542,'2005-08-20 03:41:57',4543,147,'2005-08-29 03:21:57',2,'2006-02-15 21:30:53'),(13543,'2005-08-20 03:43:13',2142,163,'2005-08-29 07:14:13',2,'2006-02-15 21:30:53'),(13544,'2005-08-20 03:44:26',58,538,'2005-08-27 22:11:26',1,'2006-02-15 21:30:53'),(13545,'2005-08-20 03:50:15',615,417,'2005-08-27 22:24:15',1,'2006-02-15 21:30:53'),(13546,'2005-08-20 03:50:24',2492,390,'2005-08-28 03:04:24',2,'2006-02-15 21:30:53'),(13547,'2005-08-20 03:53:16',3122,456,'2005-08-25 04:02:16',1,'2006-02-15 21:30:53'),(13548,'2005-08-20 03:53:20',4389,319,'2005-08-27 21:54:20',1,'2006-02-15 21:30:53'),(13549,'2005-08-20 03:58:41',508,274,'2005-08-28 22:49:41',1,'2006-02-15 21:30:53'),(13550,'2005-08-20 03:58:51',208,206,'2005-08-28 00:45:51',2,'2006-02-15 21:30:53'),(13551,'2005-08-20 04:00:30',1049,503,'2005-08-21 06:26:30',2,'2006-02-15 21:30:53'),(13552,'2005-08-20 04:03:51',758,578,'2005-08-23 02:48:51',2,'2006-02-15 21:30:53'),(13553,'2005-08-20 04:07:21',4407,314,'2005-08-28 09:55:21',1,'2006-02-15 21:30:53'),(13554,'2005-08-20 04:08:39',2648,569,'2005-08-28 07:11:39',2,'2006-02-15 21:30:53'),(13555,'2005-08-20 04:09:50',3176,93,'2005-08-29 05:20:50',1,'2006-02-15 21:30:53'),(13556,'2005-08-20 04:10:26',3914,266,'2005-08-26 06:45:26',2,'2006-02-15 21:30:53'),(13557,'2005-08-20 04:12:41',2290,23,'2005-08-21 02:33:41',2,'2006-02-15 21:30:53'),(13558,'2005-08-20 04:13:17',1551,564,'2005-08-24 06:38:17',1,'2006-02-15 21:30:53'),(13559,'2005-08-20 04:16:07',2413,444,'2005-08-24 23:23:07',1,'2006-02-15 21:30:53'),(13560,'2005-08-20 04:17:16',820,56,'2005-08-28 08:38:16',1,'2006-02-15 21:30:53'),(13561,'2006-02-14 15:16:03',3202,530,NULL,1,'2006-02-15 21:30:53'),(13562,'2005-08-20 04:31:45',4547,36,'2005-08-25 09:59:45',1,'2006-02-15 21:30:53'),(13563,'2005-08-20 04:33:31',599,366,'2005-08-24 07:08:31',2,'2006-02-15 21:30:53'),(13564,'2005-08-20 04:34:46',678,36,'2005-08-28 23:18:46',2,'2006-02-15 21:30:53'),(13565,'2005-08-20 04:38:52',3378,214,'2005-08-27 07:17:52',1,'2006-02-15 21:30:53'),(13566,'2005-08-20 04:45:32',4397,558,'2005-08-28 02:12:32',2,'2006-02-15 21:30:53'),(13567,'2005-08-20 04:49:21',543,242,'2005-08-26 10:27:21',1,'2006-02-15 21:30:53'),(13568,'2005-08-20 05:02:46',1243,151,'2005-08-27 03:12:46',2,'2006-02-15 21:30:53'),(13569,'2005-08-20 05:02:59',1934,496,'2005-08-28 00:51:59',1,'2006-02-15 21:30:53'),(13570,'2005-08-20 05:04:57',2808,188,'2005-08-24 06:19:57',2,'2006-02-15 21:30:53'),(13571,'2005-08-20 05:05:14',1251,458,'2005-08-25 03:59:14',2,'2006-02-15 21:30:53'),(13572,'2005-08-20 05:07:27',660,11,'2005-08-23 23:33:27',1,'2006-02-15 21:30:53'),(13573,'2005-08-20 05:10:14',3032,59,'2005-08-22 00:59:14',1,'2006-02-15 21:30:53'),(13574,'2005-08-20 05:10:39',2383,552,'2005-08-21 02:21:39',2,'2006-02-15 21:30:53'),(13575,'2005-08-20 05:15:20',2729,339,'2005-08-28 07:36:20',2,'2006-02-15 21:30:53'),(13576,'2005-08-20 05:19:56',2669,223,'2005-08-22 09:08:56',2,'2006-02-15 21:30:53'),(13577,'2006-02-14 15:16:03',3844,448,NULL,2,'2006-02-15 21:30:53'),(13578,'2006-02-14 15:16:03',4301,352,NULL,2,'2006-02-15 21:30:53'),(13579,'2005-08-20 05:22:06',4237,333,'2005-08-28 02:33:06',2,'2006-02-15 21:30:53'),(13580,'2005-08-20 05:23:34',4419,526,'2005-08-23 02:45:34',1,'2006-02-15 21:30:53'),(13581,'2005-08-20 05:26:15',1753,119,'2005-08-21 11:07:15',2,'2006-02-15 21:30:53'),(13582,'2005-08-20 05:28:11',211,166,'2005-08-23 02:06:11',2,'2006-02-15 21:30:53'),(13583,'2005-08-20 05:29:45',176,74,'2005-08-26 06:49:45',1,'2006-02-15 21:30:53'),(13584,'2006-02-14 15:16:03',3966,548,NULL,2,'2006-02-15 21:30:53'),(13585,'2005-08-20 05:32:23',3314,470,'2005-08-27 23:36:23',1,'2006-02-15 21:30:53'),(13586,'2005-08-20 05:40:33',4544,445,'2005-08-25 01:32:33',2,'2006-02-15 21:30:53'),(13587,'2006-02-14 15:16:03',2455,431,NULL,2,'2006-02-15 21:30:53'),(13588,'2005-08-20 05:47:11',702,279,'2005-08-28 02:45:11',2,'2006-02-15 21:30:53'),(13589,'2005-08-20 05:47:25',3216,574,'2005-08-23 01:29:25',2,'2006-02-15 21:30:53'),(13590,'2005-08-20 05:48:59',4417,264,'2005-08-25 00:44:59',2,'2006-02-15 21:30:53'),(13591,'2005-08-20 05:50:05',3089,390,'2005-08-27 08:43:05',2,'2006-02-15 21:30:53'),(13592,'2005-08-20 05:50:35',1509,470,'2005-08-23 04:52:35',1,'2006-02-15 21:30:53'),(13593,'2005-08-20 05:50:52',261,585,'2005-08-27 05:28:52',2,'2006-02-15 21:30:53'),(13594,'2005-08-20 05:53:31',3424,7,'2005-08-23 09:01:31',1,'2006-02-15 21:30:53'),(13595,'2005-08-20 05:54:27',673,545,'2005-08-29 01:25:27',1,'2006-02-15 21:30:53'),(13596,'2005-08-20 05:58:58',482,513,'2005-08-27 08:35:58',1,'2006-02-15 21:30:53'),(13597,'2005-08-20 05:59:05',3697,72,'2005-08-24 05:38:05',2,'2006-02-15 21:30:53'),(13598,'2005-08-20 05:59:17',2803,259,'2005-08-29 01:02:17',1,'2006-02-15 21:30:53'),(13599,'2005-08-20 06:00:03',3333,150,'2005-08-29 07:56:03',1,'2006-02-15 21:30:53'),(13600,'2005-08-20 06:00:25',431,528,'2005-08-28 02:39:25',1,'2006-02-15 21:30:53'),(13601,'2005-08-20 06:01:15',2166,189,'2005-08-29 06:14:15',2,'2006-02-15 21:30:53'),(13602,'2005-08-20 06:02:02',2805,348,'2005-08-27 04:51:02',1,'2006-02-15 21:30:53'),(13603,'2005-08-20 06:02:48',937,362,'2005-08-29 09:39:48',1,'2006-02-15 21:30:53'),(13604,'2005-08-20 06:03:33',4352,353,'2005-08-21 07:06:33',1,'2006-02-15 21:30:53'),(13605,'2005-08-20 06:06:17',4446,522,'2005-08-26 00:53:17',2,'2006-02-15 21:30:53'),(13606,'2005-08-20 06:07:01',83,146,'2005-08-27 04:59:01',2,'2006-02-15 21:30:53'),(13607,'2005-08-20 06:08:42',2692,491,'2005-08-21 01:59:42',2,'2006-02-15 21:30:53'),(13608,'2005-08-20 06:10:44',4110,193,'2005-08-24 07:08:44',1,'2006-02-15 21:30:53'),(13609,'2005-08-20 06:11:51',299,328,'2005-08-23 04:13:51',2,'2006-02-15 21:30:53'),(13610,'2005-08-20 06:14:12',2526,3,'2005-08-26 00:44:12',2,'2006-02-15 21:30:53'),(13611,'2005-08-20 06:20:42',1460,112,'2005-08-28 10:07:42',1,'2006-02-15 21:30:53'),(13612,'2005-08-20 06:22:08',675,505,'2005-08-28 02:22:08',1,'2006-02-15 21:30:53'),(13613,'2005-08-20 06:23:53',2415,201,'2005-08-29 11:40:53',2,'2006-02-15 21:30:53'),(13614,'2005-08-20 06:28:37',3736,381,'2005-08-22 07:54:37',2,'2006-02-15 21:30:53'),(13615,'2005-08-20 06:28:53',1864,539,'2005-08-27 11:40:53',2,'2006-02-15 21:30:53'),(13616,'2005-08-20 06:30:33',1694,194,'2005-08-27 09:29:33',2,'2006-02-15 21:30:53'),(13617,'2005-08-20 06:35:30',4059,526,'2005-08-29 09:03:30',1,'2006-02-15 21:30:53'),(13618,'2005-08-20 06:36:46',390,390,'2005-08-29 05:17:46',2,'2006-02-15 21:30:53'),(13619,'2005-08-20 06:39:26',1068,365,'2005-08-23 05:22:26',2,'2006-02-15 21:30:53'),(13620,'2005-08-20 06:41:27',2361,92,'2005-08-24 11:02:27',1,'2006-02-15 21:30:53'),(13621,'2005-08-20 06:43:44',3754,581,'2005-08-23 06:25:44',2,'2006-02-15 21:30:53'),(13622,'2005-08-20 06:45:32',3355,335,'2005-08-25 02:40:32',1,'2006-02-15 21:30:53'),(13623,'2005-08-20 06:49:46',3948,321,'2005-08-25 05:19:46',2,'2006-02-15 21:30:53'),(13624,'2005-08-20 06:51:02',430,63,'2005-08-29 02:39:02',1,'2006-02-15 21:30:53'),(13625,'2005-08-20 06:52:03',60,422,'2005-08-27 07:43:03',1,'2006-02-15 21:30:53'),(13626,'2005-08-20 06:55:24',594,524,'2005-08-29 12:32:24',1,'2006-02-15 21:30:53'),(13627,'2005-08-20 06:59:00',603,329,'2005-08-29 11:43:00',2,'2006-02-15 21:30:53'),(13628,'2005-08-20 07:03:53',1006,500,'2005-08-22 11:27:53',2,'2006-02-15 21:30:53'),(13629,'2005-08-20 07:04:07',1834,392,'2005-08-25 12:36:07',1,'2006-02-15 21:30:53'),(13630,'2005-08-20 07:05:56',3346,244,'2005-08-29 04:15:56',1,'2006-02-15 21:30:53'),(13631,'2005-08-20 07:07:37',1015,535,'2005-08-22 04:01:37',1,'2006-02-15 21:30:53'),(13632,'2005-08-20 07:10:52',4008,409,'2005-08-29 10:19:52',2,'2006-02-15 21:30:53'),(13633,'2005-08-20 07:13:47',3227,301,'2005-08-24 11:25:47',1,'2006-02-15 21:30:53'),(13634,'2005-08-20 07:16:45',850,411,'2005-08-22 03:38:45',1,'2006-02-15 21:30:53'),(13635,'2005-08-20 07:17:35',669,286,'2005-08-29 06:27:35',1,'2006-02-15 21:30:53'),(13636,'2005-08-20 07:20:09',1467,349,'2005-08-23 09:58:09',1,'2006-02-15 21:30:53'),(13637,'2005-08-20 07:21:15',2298,342,'2005-08-24 10:13:15',2,'2006-02-15 21:30:53'),(13638,'2005-08-20 07:21:15',3255,493,'2005-08-23 11:09:15',2,'2006-02-15 21:30:53'),(13639,'2005-08-20 07:22:07',2489,562,'2005-08-23 11:24:07',2,'2006-02-15 21:30:53'),(13640,'2005-08-20 07:22:53',3427,541,'2005-08-21 11:54:53',2,'2006-02-15 21:30:53'),(13641,'2005-08-20 07:34:42',367,281,'2005-08-26 05:18:42',1,'2006-02-15 21:30:53'),(13642,'2005-08-20 07:42:17',4415,452,'2005-08-29 10:49:17',1,'2006-02-15 21:30:53'),(13643,'2005-08-20 07:42:24',2443,398,'2005-08-26 09:13:24',2,'2006-02-15 21:30:53'),(13644,'2005-08-20 07:46:30',970,464,'2005-08-27 01:54:30',1,'2006-02-15 21:30:53'),(13645,'2005-08-20 07:47:05',157,387,'2005-08-23 02:58:05',1,'2006-02-15 21:30:53'),(13646,'2005-08-20 07:47:08',1347,242,'2005-08-29 08:33:08',1,'2006-02-15 21:30:53'),(13647,'2005-08-20 07:48:07',3269,519,'2005-08-28 07:56:07',2,'2006-02-15 21:30:53'),(13648,'2005-08-20 07:48:10',3921,596,'2005-08-22 12:15:10',2,'2006-02-15 21:30:53'),(13649,'2005-08-20 07:48:38',1495,259,'2005-08-23 07:43:38',2,'2006-02-15 21:30:53'),(13650,'2005-08-20 07:49:06',2644,322,'2005-08-28 10:11:06',1,'2006-02-15 21:30:53'),(13651,'2005-08-20 07:50:08',1082,256,'2005-08-21 07:11:08',1,'2006-02-15 21:30:53'),(13652,'2005-08-20 07:52:34',2548,67,'2005-08-23 08:58:34',2,'2006-02-15 21:30:53'),(13653,'2005-08-20 07:54:54',4029,129,'2005-08-29 06:43:54',1,'2006-02-15 21:30:53'),(13654,'2005-08-20 07:58:21',1582,469,'2005-08-21 09:40:21',2,'2006-02-15 21:30:53'),(13655,'2005-08-20 07:59:13',4294,207,'2005-08-22 12:04:13',1,'2006-02-15 21:30:53'),(13656,'2005-08-20 08:01:07',3180,411,'2005-08-28 13:16:07',2,'2006-02-15 21:30:53'),(13657,'2005-08-20 08:01:39',1752,414,'2005-08-23 07:31:39',1,'2006-02-15 21:30:53'),(13658,'2005-08-20 08:02:22',3827,487,'2005-08-28 06:00:22',1,'2006-02-15 21:30:53'),(13659,'2005-08-20 08:05:52',3610,520,'2005-08-24 12:38:52',1,'2006-02-15 21:30:53'),(13660,'2005-08-20 08:05:56',3972,72,'2005-08-22 13:22:56',1,'2006-02-15 21:30:53'),(13661,'2005-08-20 08:05:59',3996,471,'2005-08-29 12:15:59',1,'2006-02-15 21:30:53'),(13662,'2005-08-20 08:11:58',3880,592,'2005-08-26 13:34:58',1,'2006-02-15 21:30:53'),(13663,'2005-08-20 08:12:33',3969,240,'2005-08-27 03:23:33',2,'2006-02-15 21:30:53'),(13664,'2005-08-20 08:18:36',3750,264,'2005-08-26 11:04:36',1,'2006-02-15 21:30:53'),(13665,'2005-08-20 08:19:20',117,291,'2005-08-28 06:26:20',1,'2006-02-15 21:30:53'),(13666,'2005-08-20 08:20:19',2007,451,'2005-08-22 03:22:19',1,'2006-02-15 21:30:53'),(13667,'2005-08-20 08:25:34',3856,280,'2005-08-24 07:04:34',2,'2006-02-15 21:30:53'),(13668,'2005-08-20 08:26:06',3659,123,'2005-08-25 05:52:06',2,'2006-02-15 21:30:53'),(13669,'2005-08-20 08:26:32',4504,261,'2005-08-27 08:10:32',2,'2006-02-15 21:30:53'),(13670,'2005-08-20 08:27:01',1951,147,'2005-08-29 05:59:01',2,'2006-02-15 21:30:53'),(13671,'2005-08-20 08:27:03',1473,201,'2005-08-26 03:56:03',1,'2006-02-15 21:30:53'),(13672,'2005-08-20 08:27:27',2068,201,'2005-08-22 06:15:27',2,'2006-02-15 21:30:53'),(13673,'2005-08-20 08:27:30',343,332,'2005-08-26 05:14:30',1,'2006-02-15 21:30:53'),(13674,'2005-08-20 08:30:54',3397,36,'2005-08-22 02:59:54',1,'2006-02-15 21:30:53'),(13675,'2005-08-20 08:32:51',350,493,'2005-08-27 03:52:51',2,'2006-02-15 21:30:53'),(13676,'2005-08-20 08:33:21',3170,103,'2005-08-25 02:51:21',1,'2006-02-15 21:30:53'),(13677,'2005-08-20 08:34:41',4013,15,'2005-08-26 11:51:41',2,'2006-02-15 21:30:53'),(13678,'2005-08-20 08:38:24',1118,337,'2005-08-27 13:54:24',2,'2006-02-15 21:30:53'),(13679,'2005-08-20 08:39:34',2878,229,'2005-08-29 10:06:34',2,'2006-02-15 21:30:53'),(13680,'2005-08-20 08:44:06',2822,70,'2005-08-27 09:58:06',2,'2006-02-15 21:30:53'),(13681,'2005-08-20 08:47:37',3039,328,'2005-08-27 09:47:37',1,'2006-02-15 21:30:53'),(13682,'2005-08-20 08:50:39',287,30,'2005-08-21 09:05:39',2,'2006-02-15 21:30:53'),(13683,'2005-08-20 08:54:55',1729,255,'2005-08-24 14:10:55',2,'2006-02-15 21:30:53'),(13684,'2005-08-20 08:55:53',2213,348,'2005-08-25 08:11:53',1,'2006-02-15 21:30:53'),(13685,'2005-08-20 08:57:11',3336,260,'2005-08-27 07:26:11',1,'2006-02-15 21:30:53'),(13686,'2005-08-20 08:57:28',666,306,'2005-08-24 07:21:28',2,'2006-02-15 21:30:53'),(13687,'2005-08-20 08:57:51',3629,290,'2005-08-22 07:02:51',2,'2006-02-15 21:30:53'),(13688,'2005-08-20 08:59:38',1116,572,'2005-08-28 04:54:38',2,'2006-02-15 21:30:53'),(13689,'2005-08-20 09:04:30',819,336,'2005-08-22 05:38:30',2,'2006-02-15 21:30:53'),(13690,'2005-08-20 09:07:27',3721,513,'2005-08-23 08:03:27',2,'2006-02-15 21:30:53'),(13691,'2005-08-20 09:07:39',676,548,'2005-08-28 15:03:39',1,'2006-02-15 21:30:53'),(13692,'2005-08-20 09:07:52',1928,65,'2005-08-21 05:17:52',1,'2006-02-15 21:30:53'),(13693,'2005-08-20 09:11:42',933,552,'2005-08-24 15:00:42',2,'2006-02-15 21:30:53'),(13694,'2005-08-20 09:13:23',3654,454,'2005-08-28 06:10:23',1,'2006-02-15 21:30:53'),(13695,'2005-08-20 09:13:25',3114,258,'2005-08-27 11:51:25',2,'2006-02-15 21:30:53'),(13696,'2005-08-20 09:16:15',1279,206,'2005-08-21 03:33:15',1,'2006-02-15 21:30:53'),(13697,'2005-08-20 09:21:08',291,76,'2005-08-29 12:33:08',1,'2006-02-15 21:30:53'),(13698,'2005-08-20 09:24:26',3829,364,'2005-08-22 05:04:26',2,'2006-02-15 21:30:53'),(13699,'2005-08-20 09:26:14',3913,21,'2005-08-29 08:16:14',2,'2006-02-15 21:30:53'),(13700,'2005-08-20 09:26:17',4229,265,'2005-08-27 05:49:17',2,'2006-02-15 21:30:53'),(13701,'2005-08-20 09:27:05',1643,564,'2005-08-21 14:54:05',1,'2006-02-15 21:30:53'),(13702,'2005-08-20 09:27:20',700,296,'2005-08-29 15:04:20',2,'2006-02-15 21:30:53'),(13703,'2005-08-20 09:29:35',2296,356,'2005-08-27 08:03:35',2,'2006-02-15 21:30:53'),(13704,'2005-08-20 09:32:04',3373,4,'2005-08-23 14:29:04',2,'2006-02-15 21:30:53'),(13705,'2005-08-20 09:32:23',3663,451,'2005-08-21 13:51:23',1,'2006-02-15 21:30:53'),(13706,'2005-08-20 09:32:56',3005,363,'2005-08-28 05:22:56',2,'2006-02-15 21:30:53'),(13707,'2005-08-20 09:33:58',826,232,'2005-08-23 07:44:58',2,'2006-02-15 21:30:53'),(13708,'2005-08-20 09:34:07',2236,218,'2005-08-26 10:17:07',1,'2006-02-15 21:30:53'),(13709,'2005-08-20 09:34:51',4089,422,'2005-08-23 04:13:51',1,'2006-02-15 21:30:53'),(13710,'2005-08-20 09:35:20',756,333,'2005-08-21 05:29:20',2,'2006-02-15 21:30:53'),(13711,'2005-08-20 09:35:20',2318,453,'2005-08-28 09:06:20',2,'2006-02-15 21:30:53'),(13712,'2005-08-20 09:38:04',1039,581,'2005-08-21 06:10:04',1,'2006-02-15 21:30:53'),(13713,'2006-02-14 15:16:03',3075,267,NULL,1,'2006-02-15 21:30:53'),(13714,'2005-08-20 09:41:09',2659,277,'2005-08-22 06:28:09',1,'2006-02-15 21:30:53'),(13715,'2005-08-20 09:43:06',1028,292,'2005-08-27 10:22:06',1,'2006-02-15 21:30:53'),(13716,'2005-08-20 09:48:32',86,386,'2005-08-26 07:20:32',2,'2006-02-15 21:30:53'),(13717,'2005-08-20 09:50:52',1629,300,'2005-08-28 11:32:52',2,'2006-02-15 21:30:53'),(13718,'2005-08-20 09:53:44',205,19,'2005-08-29 13:46:44',2,'2006-02-15 21:30:53'),(13719,'2006-02-14 15:16:03',3547,208,NULL,1,'2006-02-15 21:30:53'),(13720,'2005-08-20 10:01:39',813,427,'2005-08-27 08:26:39',1,'2006-02-15 21:30:53'),(13721,'2005-08-20 10:02:59',1444,297,'2005-08-24 07:02:59',2,'2006-02-15 21:30:53'),(13722,'2005-08-20 10:03:45',1581,422,'2005-08-25 04:26:45',1,'2006-02-15 21:30:53'),(13723,'2005-08-20 10:05:30',411,110,'2005-08-27 07:43:30',2,'2006-02-15 21:30:53'),(13724,'2005-08-20 10:07:28',200,80,'2005-08-24 07:47:28',2,'2006-02-15 21:30:53'),(13725,'2005-08-20 10:08:27',3861,306,'2005-08-28 06:52:27',2,'2006-02-15 21:30:53'),(13726,'2005-08-20 10:08:40',2258,214,'2005-08-23 14:58:40',1,'2006-02-15 21:30:53'),(13727,'2005-08-20 10:08:53',4201,85,'2005-08-27 09:30:53',1,'2006-02-15 21:30:53'),(13728,'2005-08-20 10:11:07',1962,157,'2005-08-23 10:32:07',1,'2006-02-15 21:30:53'),(13729,'2005-08-20 10:17:08',4108,415,'2005-08-28 15:35:08',1,'2006-02-15 21:30:53'),(13730,'2005-08-20 10:17:09',1330,548,'2005-08-28 10:45:09',1,'2006-02-15 21:30:53'),(13731,'2005-08-20 10:22:08',1133,450,'2005-08-21 12:04:08',2,'2006-02-15 21:30:53'),(13732,'2005-08-20 10:24:41',1138,17,'2005-08-22 04:44:41',1,'2006-02-15 21:30:53'),(13733,'2005-08-20 10:25:12',3994,85,'2005-08-21 10:49:12',2,'2006-02-15 21:30:53'),(13734,'2005-08-20 10:29:57',4561,374,'2005-08-25 14:41:57',2,'2006-02-15 21:30:53'),(13735,'2005-08-20 10:31:01',1813,35,'2005-08-26 05:00:01',1,'2006-02-15 21:30:53'),(13736,'2005-08-20 10:31:23',3369,32,'2005-08-28 06:51:23',1,'2006-02-15 21:30:53'),(13737,'2005-08-20 10:41:50',4319,200,'2005-08-25 14:33:50',2,'2006-02-15 21:30:53'),(13738,'2005-08-20 10:42:42',2748,273,'2005-08-25 09:32:42',1,'2006-02-15 21:30:53'),(13739,'2005-08-20 10:45:10',3027,441,'2005-08-28 08:46:10',2,'2006-02-15 21:30:53'),(13740,'2005-08-20 10:48:43',4366,21,'2005-08-29 15:30:43',1,'2006-02-15 21:30:53'),(13741,'2005-08-20 10:48:47',3887,195,'2005-08-21 11:19:47',1,'2006-02-15 21:30:53'),(13742,'2005-08-20 10:49:15',1377,580,'2005-08-21 11:05:15',2,'2006-02-15 21:30:53'),(13743,'2005-08-20 10:51:27',3693,57,'2005-08-24 15:54:27',1,'2006-02-15 21:30:53'),(13744,'2005-08-20 10:51:45',2962,408,'2005-08-25 06:42:45',2,'2006-02-15 21:30:53'),(13745,'2005-08-20 10:53:49',1264,142,'2005-08-25 13:25:49',1,'2006-02-15 21:30:53'),(13746,'2005-08-20 10:55:28',3742,520,'2005-08-25 07:48:28',2,'2006-02-15 21:30:53'),(13747,'2005-08-20 10:56:06',3332,74,'2005-08-29 10:29:06',1,'2006-02-15 21:30:53'),(13748,'2005-08-20 10:59:54',2198,410,'2005-08-23 12:33:54',1,'2006-02-15 21:30:53'),(13749,'2005-08-20 11:00:37',2811,282,'2005-08-26 12:04:37',1,'2006-02-15 21:30:53'),(13750,'2005-08-20 11:11:42',3363,246,'2005-08-29 16:16:42',2,'2006-02-15 21:30:53'),(13751,'2005-08-20 11:17:03',185,105,'2005-08-22 14:12:03',2,'2006-02-15 21:30:53'),(13752,'2005-08-20 11:17:45',1794,77,'2005-08-29 13:25:45',2,'2006-02-15 21:30:53'),(13753,'2006-02-14 15:16:03',3746,495,NULL,1,'2006-02-15 21:30:53'),(13754,'2005-08-20 11:18:08',1740,108,'2005-08-22 11:55:08',1,'2006-02-15 21:30:53'),(13755,'2005-08-20 11:18:53',1927,342,'2005-08-27 06:51:53',2,'2006-02-15 21:30:53'),(13756,'2006-02-14 15:16:03',1146,252,NULL,2,'2006-02-15 21:30:53'),(13757,'2005-08-20 11:20:12',1147,14,'2005-08-23 10:14:12',2,'2006-02-15 21:30:53'),(13758,'2005-08-20 11:21:26',864,255,'2005-08-29 14:37:26',2,'2006-02-15 21:30:53'),(13759,'2005-08-20 11:24:48',595,269,'2005-08-29 10:29:48',1,'2006-02-15 21:30:53'),(13760,'2005-08-20 11:26:33',3459,436,'2005-08-27 11:12:33',2,'2006-02-15 21:30:53'),(13761,'2005-08-20 11:28:50',3149,376,'2005-08-21 12:05:50',2,'2006-02-15 21:30:53'),(13762,'2005-08-20 11:29:32',451,566,'2005-08-23 17:25:32',1,'2006-02-15 21:30:53'),(13763,'2005-08-20 11:37:56',4171,469,'2005-08-26 13:12:56',1,'2006-02-15 21:30:53'),(13764,'2005-08-20 11:38:16',989,386,'2005-08-27 08:01:16',1,'2006-02-15 21:30:53'),(13765,'2005-08-20 11:39:00',2104,219,'2005-08-21 06:05:00',1,'2006-02-15 21:30:53'),(13766,'2005-08-20 11:42:01',1313,189,'2005-08-27 13:44:01',2,'2006-02-15 21:30:53'),(13767,'2005-08-20 11:43:36',2739,506,'2005-08-22 17:10:36',1,'2006-02-15 21:30:53'),(13768,'2005-08-20 11:43:43',3847,198,'2005-08-27 07:56:43',2,'2006-02-15 21:30:53'),(13769,'2005-08-20 11:43:52',2868,56,'2005-08-28 13:19:52',1,'2006-02-15 21:30:53'),(13770,'2005-08-20 11:45:54',998,538,'2005-08-22 17:08:54',1,'2006-02-15 21:30:53'),(13771,'2005-08-20 11:47:21',2278,512,'2005-08-22 17:09:21',1,'2006-02-15 21:30:53'),(13772,'2005-08-20 11:47:52',2038,387,'2005-08-28 05:50:52',2,'2006-02-15 21:30:53'),(13773,'2005-08-20 11:50:14',3389,64,'2005-08-26 12:35:14',1,'2006-02-15 21:30:53'),(13774,'2005-08-20 11:54:01',735,244,'2005-08-22 13:25:01',2,'2006-02-15 21:30:53'),(13775,'2005-08-20 11:56:30',1858,116,'2005-08-28 12:48:30',2,'2006-02-15 21:30:53'),(13776,'2005-08-20 11:57:06',2439,137,'2005-08-26 10:55:06',1,'2006-02-15 21:30:53'),(13777,'2005-08-20 12:03:35',3587,29,'2005-08-27 10:13:35',1,'2006-02-15 21:30:53'),(13778,'2005-08-20 12:03:44',2385,539,'2005-08-28 12:09:44',1,'2006-02-15 21:30:53'),(13779,'2005-08-20 12:03:54',63,440,'2005-08-28 15:24:54',2,'2006-02-15 21:30:53'),(13780,'2006-02-14 15:16:03',1775,14,NULL,2,'2006-02-15 21:30:53'),(13781,'2005-08-20 12:06:45',971,368,'2005-08-26 06:50:45',2,'2006-02-15 21:30:53'),(13782,'2005-08-20 12:09:26',577,305,'2005-08-23 08:31:26',2,'2006-02-15 21:30:53'),(13783,'2005-08-20 12:11:03',2643,28,'2005-08-21 15:53:03',2,'2006-02-15 21:30:53'),(13784,'2005-08-20 12:11:28',3087,431,'2005-08-25 08:11:28',1,'2006-02-15 21:30:53'),(13785,'2005-08-20 12:11:46',379,453,'2005-08-21 06:39:46',1,'2006-02-15 21:30:53'),(13786,'2005-08-20 12:13:24',515,94,'2005-08-28 07:24:24',2,'2006-02-15 21:30:53'),(13787,'2005-08-20 12:15:23',253,188,'2005-08-27 06:24:23',2,'2006-02-15 21:30:53'),(13788,'2005-08-20 12:15:41',3177,393,'2005-08-28 16:28:41',2,'2006-02-15 21:30:53'),(13789,'2005-08-20 12:16:38',2523,53,'2005-08-25 07:29:38',1,'2006-02-15 21:30:53'),(13790,'2005-08-20 12:17:27',1385,11,'2005-08-25 12:20:27',1,'2006-02-15 21:30:53'),(13791,'2005-08-20 12:21:05',1890,67,'2005-08-22 17:58:05',1,'2006-02-15 21:30:53'),(13792,'2005-08-20 12:21:37',4157,78,'2005-08-27 14:28:37',1,'2006-02-15 21:30:53'),(13793,'2005-08-20 12:22:04',2598,424,'2005-08-27 09:51:04',2,'2006-02-15 21:30:53'),(13794,'2005-08-20 12:25:32',2148,557,'2005-08-23 06:38:32',2,'2006-02-15 21:30:53'),(13795,'2005-08-20 12:32:09',2837,331,'2005-08-21 17:28:09',1,'2006-02-15 21:30:53'),(13796,'2005-08-20 12:32:32',28,209,'2005-08-29 10:48:32',2,'2006-02-15 21:30:53'),(13797,'2005-08-20 12:33:36',2857,529,'2005-08-25 18:03:36',1,'2006-02-15 21:30:53'),(13798,'2006-02-14 15:16:03',526,15,NULL,2,'2006-02-15 21:30:53'),(13799,'2005-08-20 12:36:42',4413,196,'2005-08-28 08:47:42',1,'2006-02-15 21:30:53'),(13800,'2005-08-20 12:40:48',1552,407,'2005-08-22 15:06:48',1,'2006-02-15 21:30:53'),(13801,'2005-08-20 12:40:53',1464,433,'2005-08-21 16:29:53',1,'2006-02-15 21:30:53'),(13802,'2005-08-20 12:44:53',2079,156,'2005-08-22 09:18:53',2,'2006-02-15 21:30:53'),(13803,'2005-08-20 12:46:17',1084,486,'2005-08-24 15:44:17',2,'2006-02-15 21:30:53'),(13804,'2005-08-20 12:46:32',2232,19,'2005-08-29 14:04:32',2,'2006-02-15 21:30:53'),(13805,'2005-08-20 12:53:12',349,454,'2005-08-27 15:21:12',1,'2006-02-15 21:30:53'),(13806,'2005-08-20 12:53:46',444,341,'2005-08-21 10:36:46',1,'2006-02-15 21:30:53'),(13807,'2005-08-20 12:55:40',3822,4,'2005-08-28 09:06:40',2,'2006-02-15 21:30:53'),(13808,'2005-08-20 12:55:43',3689,262,'2005-08-29 11:01:43',2,'2006-02-15 21:30:53'),(13809,'2005-08-20 12:56:03',1597,207,'2005-08-27 11:58:03',1,'2006-02-15 21:30:53'),(13810,'2005-08-20 12:59:38',2228,450,'2005-08-21 17:40:38',1,'2006-02-15 21:30:53'),(13811,'2005-08-20 13:00:30',1235,168,'2005-08-24 10:18:30',1,'2006-02-15 21:30:53'),(13812,'2005-08-20 13:01:43',2788,122,'2005-08-22 16:32:43',2,'2006-02-15 21:30:53'),(13813,'2005-08-20 13:03:26',601,455,'2005-08-25 08:42:26',1,'2006-02-15 21:30:53'),(13814,'2005-08-20 13:07:23',2129,436,'2005-08-22 16:23:23',2,'2006-02-15 21:30:53'),(13815,'2005-08-20 13:08:53',3388,582,'2005-08-29 13:11:53',2,'2006-02-15 21:30:53'),(13816,'2005-08-20 13:13:56',273,27,'2005-08-25 09:46:56',1,'2006-02-15 21:30:53'),(13817,'2005-08-20 13:15:30',1935,293,'2005-08-22 18:48:30',2,'2006-02-15 21:30:53'),(13818,'2005-08-20 13:20:09',1283,495,'2005-08-21 18:41:09',1,'2006-02-15 21:30:53'),(13819,'2005-08-20 13:23:15',1459,296,'2005-08-22 16:02:15',2,'2006-02-15 21:30:53'),(13820,'2005-08-20 13:26:37',3191,81,'2005-08-27 14:05:37',1,'2006-02-15 21:30:53'),(13821,'2005-08-20 13:33:47',2402,355,'2005-08-25 18:09:47',1,'2006-02-15 21:30:53'),(13822,'2005-08-20 13:39:28',807,499,'2005-08-24 07:40:28',1,'2006-02-15 21:30:53'),(13823,'2005-08-20 13:42:10',3875,89,'2005-08-22 18:45:10',1,'2006-02-15 21:30:53'),(13824,'2005-08-20 13:43:12',2845,413,'2005-08-22 17:26:12',1,'2006-02-15 21:30:53'),(13825,'2005-08-20 13:43:22',2135,167,'2005-08-29 19:13:22',1,'2006-02-15 21:30:53'),(13826,'2005-08-20 13:46:38',401,436,'2005-08-29 13:07:38',1,'2006-02-15 21:30:53'),(13827,'2005-08-20 13:47:19',1103,342,'2005-08-28 09:13:19',1,'2006-02-15 21:30:53'),(13828,'2005-08-20 13:49:52',2391,450,'2005-08-25 07:49:52',2,'2006-02-15 21:30:53'),(13829,'2005-08-20 13:50:17',3980,146,'2005-08-24 11:30:17',2,'2006-02-15 21:30:53'),(13830,'2005-08-20 13:57:59',2874,61,'2005-08-25 11:29:59',1,'2006-02-15 21:30:53'),(13831,'2005-08-20 13:59:35',570,480,'2005-08-24 12:50:35',1,'2006-02-15 21:30:53'),(13832,'2005-08-20 14:00:25',3299,29,'2005-08-28 10:11:25',1,'2006-02-15 21:30:53'),(13833,'2005-08-20 14:00:29',792,175,'2005-08-29 12:01:29',2,'2006-02-15 21:30:53'),(13834,'2005-08-20 14:03:08',875,426,'2005-08-22 10:12:08',1,'2006-02-15 21:30:53'),(13835,'2005-08-20 14:06:33',3738,143,'2005-08-26 12:15:33',2,'2006-02-15 21:30:53'),(13836,'2005-08-20 14:18:16',4271,375,'2005-08-21 18:13:16',2,'2006-02-15 21:30:53'),(13837,'2005-08-20 14:19:03',3220,67,'2005-08-22 16:25:03',2,'2006-02-15 21:30:53'),(13838,'2005-08-20 14:22:46',1134,437,'2005-08-29 12:28:46',2,'2006-02-15 21:30:53'),(13839,'2005-08-20 14:23:16',1056,437,'2005-08-26 19:11:16',2,'2006-02-15 21:30:53'),(13840,'2005-08-20 14:23:20',1211,40,'2005-08-28 11:53:20',1,'2006-02-15 21:30:53'),(13841,'2005-08-20 14:25:18',3277,203,'2005-08-29 15:49:18',1,'2006-02-15 21:30:53'),(13842,'2005-08-20 14:29:37',4337,180,'2005-08-29 18:19:37',1,'2006-02-15 21:30:53'),(13843,'2005-08-20 14:30:01',3058,308,'2005-08-27 10:06:01',2,'2006-02-15 21:30:53'),(13844,'2005-08-20 14:30:26',983,179,'2005-08-29 17:08:26',1,'2006-02-15 21:30:53'),(13845,'2005-08-20 14:31:21',3993,559,'2005-08-29 18:29:21',1,'2006-02-15 21:30:53'),(13846,'2005-08-20 14:32:31',3289,257,'2005-08-28 16:58:31',1,'2006-02-15 21:30:53'),(13847,'2005-08-20 14:33:59',2647,82,'2005-08-25 08:49:59',1,'2006-02-15 21:30:53'),(13848,'2005-08-20 14:37:49',802,447,'2005-08-25 13:15:49',1,'2006-02-15 21:30:53'),(13849,'2005-08-20 14:42:34',3774,261,'2005-08-24 13:09:34',2,'2006-02-15 21:30:53'),(13850,'2005-08-20 14:43:03',3030,546,'2005-08-27 11:41:03',2,'2006-02-15 21:30:53'),(13851,'2005-08-20 14:44:22',3278,80,'2005-08-22 18:10:22',1,'2006-02-15 21:30:53'),(13852,'2005-08-20 14:45:23',85,535,'2005-08-22 16:47:23',2,'2006-02-15 21:30:53'),(13853,'2005-08-20 14:47:02',1680,186,'2005-08-26 20:32:02',1,'2006-02-15 21:30:53'),(13854,'2005-08-20 14:48:42',4192,158,'2005-08-21 14:55:42',2,'2006-02-15 21:30:53'),(13855,'2005-08-20 14:48:55',1617,96,'2005-08-28 14:45:55',1,'2006-02-15 21:30:53'),(13856,'2005-08-20 14:49:32',4196,407,'2005-08-29 12:37:32',2,'2006-02-15 21:30:53'),(13857,'2005-08-20 14:50:06',2542,366,'2005-08-24 10:38:06',2,'2006-02-15 21:30:53'),(13858,'2005-08-20 14:50:57',2167,33,'2005-08-23 12:10:57',2,'2006-02-15 21:30:53'),(13859,'2005-08-20 14:53:43',4381,504,'2005-08-28 09:50:43',1,'2006-02-15 21:30:53'),(13860,'2005-08-20 14:55:09',558,275,'2005-08-22 20:42:09',1,'2006-02-15 21:30:53'),(13861,'2005-08-20 14:56:53',303,154,'2005-08-22 18:13:53',2,'2006-02-15 21:30:53'),(13862,'2005-08-20 14:57:01',3271,170,'2005-08-27 10:48:01',2,'2006-02-15 21:30:53'),(13863,'2005-08-20 14:57:50',2417,563,'2005-08-29 15:36:50',2,'2006-02-15 21:30:53'),(13864,'2005-08-20 14:59:55',3935,214,'2005-08-22 09:30:55',2,'2006-02-15 21:30:53'),(13865,'2005-08-20 15:04:09',3647,275,'2005-08-24 10:06:09',2,'2006-02-15 21:30:53'),(13866,'2005-08-20 15:05:29',3432,343,'2005-08-23 11:27:29',2,'2006-02-15 21:30:53'),(13867,'2005-08-20 15:05:42',4514,591,'2005-08-29 10:48:42',2,'2006-02-15 21:30:53'),(13868,'2005-08-20 15:06:26',3173,51,'2005-08-22 19:08:26',2,'2006-02-15 21:30:53'),(13869,'2005-08-20 15:08:57',1990,386,'2005-08-29 13:13:57',2,'2006-02-15 21:30:53'),(13870,'2005-08-20 15:09:16',563,167,'2005-08-28 10:00:16',2,'2006-02-15 21:30:53'),(13871,'2005-08-20 15:10:13',3206,372,'2005-08-29 19:43:13',2,'2006-02-15 21:30:53'),(13872,'2005-08-20 15:10:30',2416,421,'2005-08-24 10:14:30',2,'2006-02-15 21:30:53'),(13873,'2005-08-20 15:11:11',1683,306,'2005-08-22 20:13:11',2,'2006-02-15 21:30:53'),(13874,'2005-08-20 15:11:48',72,86,'2005-08-21 18:26:48',2,'2006-02-15 21:30:53'),(13875,'2005-08-20 15:13:11',348,83,'2005-08-21 13:11:11',1,'2006-02-15 21:30:53'),(13876,'2005-08-20 15:15:28',3137,334,'2005-08-23 12:42:28',2,'2006-02-15 21:30:53'),(13877,'2005-08-20 15:16:18',3387,5,'2005-08-22 18:20:18',1,'2006-02-15 21:30:53'),(13878,'2005-08-20 15:17:38',49,481,'2005-08-21 21:11:38',2,'2006-02-15 21:30:53'),(13879,'2005-08-20 15:18:10',4022,112,'2005-08-22 19:23:10',2,'2006-02-15 21:30:53'),(13880,'2005-08-20 15:18:20',3911,268,'2005-08-24 18:03:20',2,'2006-02-15 21:30:53'),(13881,'2005-08-20 15:18:55',2831,144,'2005-08-25 11:25:55',1,'2006-02-15 21:30:53'),(13882,'2005-08-20 15:23:26',3245,51,'2005-08-22 13:03:26',1,'2006-02-15 21:30:53'),(13883,'2005-08-20 15:28:53',584,568,'2005-08-21 13:11:53',1,'2006-02-15 21:30:53'),(13884,'2005-08-20 15:30:51',3182,466,'2005-08-26 13:34:51',1,'2006-02-15 21:30:53'),(13885,'2005-08-20 15:32:09',3195,537,'2005-08-26 15:54:09',1,'2006-02-15 21:30:53'),(13886,'2005-08-20 15:34:43',2248,73,'2005-08-26 11:48:43',2,'2006-02-15 21:30:53'),(13887,'2005-08-20 15:39:00',4002,413,'2005-08-24 16:17:00',2,'2006-02-15 21:30:53'),(13888,'2005-08-20 15:39:42',1943,297,'2005-08-28 13:41:42',1,'2006-02-15 21:30:53'),(13889,'2005-08-20 15:40:06',4406,501,'2005-08-22 14:09:06',2,'2006-02-15 21:30:53'),(13890,'2005-08-20 15:41:00',2965,54,'2005-08-22 16:00:00',1,'2006-02-15 21:30:53'),(13891,'2005-08-20 15:42:05',2042,289,'2005-08-25 13:26:05',1,'2006-02-15 21:30:53'),(13892,'2005-08-20 15:50:17',1236,337,'2005-08-29 13:33:17',2,'2006-02-15 21:30:53'),(13893,'2005-08-20 15:52:52',3503,390,'2005-08-27 16:21:52',2,'2006-02-15 21:30:53'),(13894,'2005-08-20 15:55:20',2649,360,'2005-08-26 17:26:20',2,'2006-02-15 21:30:53'),(13895,'2005-08-20 15:58:28',3060,12,'2005-08-26 15:07:28',2,'2006-02-15 21:30:53'),(13896,'2005-08-20 15:59:56',1338,278,'2005-08-21 20:14:56',2,'2006-02-15 21:30:53'),(13897,'2005-08-20 16:02:28',628,258,'2005-08-23 14:29:28',1,'2006-02-15 21:30:53'),(13898,'2006-02-14 15:16:03',4007,369,NULL,2,'2006-02-15 21:30:53'),(13899,'2005-08-20 16:05:11',427,204,'2005-08-23 15:14:11',2,'2006-02-15 21:30:53'),(13900,'2005-08-20 16:05:41',1140,66,'2005-08-22 15:13:41',1,'2006-02-15 21:30:53'),(13901,'2005-08-20 16:06:53',3281,166,'2005-08-28 11:30:53',1,'2006-02-15 21:30:53'),(13902,'2005-08-20 16:07:08',1165,275,'2005-08-24 16:43:08',2,'2006-02-15 21:30:53'),(13903,'2005-08-20 16:07:55',1676,272,'2005-08-25 18:26:55',1,'2006-02-15 21:30:53'),(13904,'2005-08-20 16:11:34',721,93,'2005-08-26 12:46:34',1,'2006-02-15 21:30:53'),(13905,'2005-08-20 16:12:48',2714,437,'2005-08-28 16:05:48',1,'2006-02-15 21:30:53'),(13906,'2005-08-20 16:16:03',3960,87,'2005-08-21 13:29:03',2,'2006-02-15 21:30:53'),(13907,'2005-08-20 16:17:27',806,328,'2005-08-24 20:14:27',2,'2006-02-15 21:30:53'),(13908,'2005-08-20 16:21:40',3661,532,'2005-08-29 21:16:40',1,'2006-02-15 21:30:53'),(13909,'2005-08-20 16:26:36',1508,309,'2005-08-21 20:59:36',2,'2006-02-15 21:30:53'),(13910,'2005-08-20 16:30:49',252,133,'2005-08-24 13:30:49',2,'2006-02-15 21:30:53'),(13911,'2005-08-20 16:31:33',4400,304,'2005-08-28 19:26:33',2,'2006-02-15 21:30:53'),(13912,'2005-08-20 16:32:10',968,207,'2005-08-29 17:37:10',2,'2006-02-15 21:30:53'),(13913,'2005-08-20 16:37:35',4259,197,'2005-08-26 13:12:35',2,'2006-02-15 21:30:53'),(13914,'2005-08-20 16:38:57',3037,237,'2005-08-26 14:53:57',2,'2006-02-15 21:30:53'),(13915,'2005-08-20 16:42:53',1180,129,'2005-08-23 20:30:53',2,'2006-02-15 21:30:53'),(13916,'2005-08-20 16:43:02',2971,302,'2005-08-25 19:21:02',1,'2006-02-15 21:30:53'),(13917,'2005-08-20 16:43:28',4326,10,'2005-08-29 16:44:28',2,'2006-02-15 21:30:53'),(13918,'2005-08-20 16:47:32',3301,248,'2005-08-21 12:00:32',2,'2006-02-15 21:30:53'),(13919,'2005-08-20 16:47:34',909,129,'2005-08-23 21:27:34',2,'2006-02-15 21:30:53'),(13920,'2005-08-20 16:51:18',3200,460,'2005-08-27 16:05:18',2,'2006-02-15 21:30:53'),(13921,'2005-08-20 16:57:11',3943,59,'2005-08-22 19:25:11',2,'2006-02-15 21:30:53'),(13922,'2005-08-20 17:02:37',1398,237,'2005-08-29 19:28:37',1,'2006-02-15 21:30:53'),(13923,'2005-08-20 17:05:02',3129,588,'2005-08-27 11:22:02',2,'2006-02-15 21:30:53'),(13924,'2005-08-20 17:05:18',3066,444,'2005-08-23 16:54:18',2,'2006-02-15 21:30:53'),(13925,'2005-08-20 17:05:34',4034,565,'2005-08-27 15:32:34',2,'2006-02-15 21:30:53'),(13926,'2005-08-20 17:09:27',932,158,'2005-08-28 13:42:27',2,'2006-02-15 21:30:53'),(13927,'2005-08-20 17:11:58',4284,417,'2005-08-24 12:44:58',1,'2006-02-15 21:30:53'),(13928,'2005-08-20 17:12:28',1121,244,'2005-08-21 13:33:28',1,'2006-02-15 21:30:53'),(13929,'2005-08-20 17:13:48',946,57,'2005-08-28 15:19:48',1,'2006-02-15 21:30:53'),(13930,'2005-08-20 17:15:06',3585,58,'2005-08-21 14:29:06',1,'2006-02-15 21:30:53'),(13931,'2005-08-20 17:16:10',3884,32,'2005-08-27 12:03:10',2,'2006-02-15 21:30:53'),(13932,'2005-08-20 17:17:00',471,441,'2005-08-24 14:06:00',1,'2006-02-15 21:30:53'),(13933,'2005-08-20 17:17:07',647,159,'2005-08-22 18:10:07',2,'2006-02-15 21:30:53'),(13934,'2005-08-20 17:18:48',4567,457,'2005-08-26 15:31:48',1,'2006-02-15 21:30:53'),(13935,'2005-08-20 17:20:49',4426,205,'2005-08-24 16:52:49',2,'2006-02-15 21:30:53'),(13936,'2005-08-20 17:22:35',1731,364,'2005-08-23 20:07:35',2,'2006-02-15 21:30:53'),(13937,'2005-08-20 17:22:51',1755,172,'2005-08-27 15:51:51',1,'2006-02-15 21:30:53'),(13938,'2005-08-20 17:24:45',3743,463,'2005-08-21 18:39:45',1,'2006-02-15 21:30:53'),(13939,'2005-08-20 17:28:01',2700,585,'2005-08-23 14:40:01',2,'2006-02-15 21:30:53'),(13940,'2005-08-20 17:28:57',2638,187,'2005-08-27 22:07:57',1,'2006-02-15 21:30:53'),(13941,'2006-02-14 15:16:03',2727,476,NULL,2,'2006-02-15 21:30:53'),(13942,'2005-08-20 17:30:52',4403,211,'2005-08-25 13:46:52',2,'2006-02-15 21:30:53'),(13943,'2005-08-20 17:31:18',22,464,'2005-08-24 11:33:18',1,'2006-02-15 21:30:53'),(13944,'2005-08-20 17:41:16',3685,408,'2005-08-23 12:02:16',1,'2006-02-15 21:30:53'),(13945,'2005-08-20 17:43:56',3328,270,'2005-08-26 19:19:56',1,'2006-02-15 21:30:53'),(13946,'2005-08-20 17:44:32',3564,529,'2005-08-28 19:19:32',1,'2006-02-15 21:30:53'),(13947,'2005-08-20 17:46:06',2562,218,'2005-08-29 23:44:06',2,'2006-02-15 21:30:53'),(13948,'2005-08-20 17:50:48',4033,410,'2005-08-25 20:56:48',2,'2006-02-15 21:30:53'),(13949,'2005-08-20 17:55:13',1518,34,'2005-08-22 20:49:13',1,'2006-02-15 21:30:53'),(13950,'2005-08-20 17:58:00',3978,93,'2005-08-29 23:23:00',1,'2006-02-15 21:30:53'),(13951,'2005-08-20 17:58:11',2034,40,'2005-08-26 14:50:11',2,'2006-02-15 21:30:53'),(13952,'2006-02-14 15:16:03',224,199,NULL,2,'2006-02-15 21:30:53'),(13953,'2005-08-20 18:00:37',1818,371,'2005-08-28 14:52:37',1,'2006-02-15 21:30:53'),(13954,'2005-08-20 18:02:41',3812,207,'2005-08-27 21:52:41',2,'2006-02-15 21:30:53'),(13955,'2005-08-20 18:05:12',2613,273,'2005-08-29 18:25:12',1,'2006-02-15 21:30:53'),(13956,'2005-08-20 18:08:19',3757,484,'2005-08-29 17:03:19',1,'2006-02-15 21:30:53'),(13957,'2005-08-20 18:09:04',2889,179,'2005-08-23 16:52:04',1,'2006-02-15 21:30:53'),(13958,'2005-08-20 18:11:44',2380,33,'2005-08-28 14:59:44',1,'2006-02-15 21:30:53'),(13959,'2005-08-20 18:16:21',2283,142,'2005-08-22 13:56:21',2,'2006-02-15 21:30:53'),(13960,'2005-08-20 18:16:26',4177,459,'2005-08-29 14:06:26',1,'2006-02-15 21:30:53'),(13961,'2005-08-20 18:16:34',2271,129,'2005-08-21 16:14:34',1,'2006-02-15 21:30:53'),(13962,'2005-08-20 18:18:06',1434,348,'2005-08-24 22:16:06',2,'2006-02-15 21:30:53'),(13963,'2005-08-20 18:20:18',4145,368,'2005-08-24 21:26:18',1,'2006-02-15 21:30:53'),(13964,'2005-08-20 18:24:26',108,128,'2005-08-21 21:19:26',2,'2006-02-15 21:30:53'),(13965,'2006-02-14 15:16:03',670,324,NULL,2,'2006-02-15 21:30:53'),(13966,'2005-08-20 18:28:28',4520,260,'2005-08-22 16:49:28',2,'2006-02-15 21:30:53'),(13967,'2005-08-20 18:28:46',2751,459,'2005-08-26 17:37:46',2,'2006-02-15 21:30:53'),(13968,'2006-02-14 15:16:03',3715,15,NULL,2,'2006-02-15 21:30:53'),(13969,'2005-08-20 18:42:40',1836,237,'2005-08-27 17:33:40',2,'2006-02-15 21:30:53'),(13970,'2005-08-20 18:43:34',1942,418,'2005-08-22 15:17:34',2,'2006-02-15 21:30:53'),(13971,'2005-08-20 18:44:53',1678,64,'2005-08-22 16:25:53',2,'2006-02-15 21:30:53'),(13972,'2005-08-20 18:52:17',1687,553,'2005-08-28 15:19:17',1,'2006-02-15 21:30:53'),(13973,'2005-08-20 18:52:43',1181,58,'2005-08-21 19:11:43',1,'2006-02-15 21:30:53'),(13974,'2005-08-20 18:54:59',1912,479,'2005-08-28 13:02:59',1,'2006-02-15 21:30:53'),(13975,'2005-08-20 18:58:23',3821,286,'2005-08-25 20:58:23',1,'2006-02-15 21:30:53'),(13976,'2005-08-20 19:02:16',1785,278,'2005-08-25 17:58:16',2,'2006-02-15 21:30:53'),(13977,'2005-08-20 19:02:34',1126,115,'2005-08-24 14:14:34',1,'2006-02-15 21:30:53'),(13978,'2005-08-20 19:03:25',1263,260,'2005-08-27 18:02:25',2,'2006-02-15 21:30:53'),(13979,'2005-08-20 19:03:49',2998,211,'2005-08-24 21:23:49',1,'2006-02-15 21:30:53'),(13980,'2005-08-20 19:04:40',1067,391,'2005-08-21 18:36:40',2,'2006-02-15 21:30:53'),(13981,'2005-08-20 19:07:20',3342,249,'2005-08-23 15:13:20',1,'2006-02-15 21:30:53'),(13982,'2005-08-20 19:08:25',2901,448,'2005-08-28 15:59:25',2,'2006-02-15 21:30:53'),(13983,'2005-08-20 19:08:32',457,231,'2005-08-29 23:45:32',1,'2006-02-15 21:30:53'),(13984,'2005-08-20 19:12:30',2183,473,'2005-08-29 22:04:30',1,'2006-02-15 21:30:53'),(13985,'2005-08-20 19:13:06',1081,339,'2005-08-24 21:24:06',2,'2006-02-15 21:30:53'),(13986,'2005-08-20 19:13:23',3701,152,'2005-08-22 20:59:23',2,'2006-02-15 21:30:53'),(13987,'2005-08-20 19:19:30',1443,246,'2005-08-23 15:37:30',2,'2006-02-15 21:30:53'),(13988,'2005-08-20 19:21:28',3567,466,'2005-08-21 22:20:28',2,'2006-02-15 21:30:53'),(13989,'2005-08-20 19:27:50',1470,252,'2005-08-28 15:17:50',2,'2006-02-15 21:30:53'),(13990,'2005-08-20 19:29:23',2272,481,'2005-08-25 18:50:23',2,'2006-02-15 21:30:53'),(13991,'2005-08-20 19:29:44',1971,296,'2005-08-24 21:10:44',1,'2006-02-15 21:30:53'),(13992,'2005-08-20 19:30:35',2798,136,'2005-08-24 19:09:35',2,'2006-02-15 21:30:53'),(13993,'2005-08-20 19:32:29',1158,93,'2005-08-26 16:59:29',2,'2006-02-15 21:30:53'),(13994,'2005-08-20 19:33:21',142,180,'2005-08-24 20:55:21',1,'2006-02-15 21:30:53'),(13995,'2005-08-20 19:34:43',3789,381,'2005-08-25 22:25:43',2,'2006-02-15 21:30:53'),(13996,'2005-08-20 19:45:43',3341,306,'2005-08-22 16:47:43',2,'2006-02-15 21:30:53'),(13997,'2005-08-20 19:51:28',2330,175,'2005-08-26 01:29:28',2,'2006-02-15 21:30:53'),(13998,'2005-08-20 19:52:38',3936,530,'2005-08-26 14:57:38',1,'2006-02-15 21:30:53'),(13999,'2005-08-20 19:53:32',4149,239,'2005-08-26 19:01:32',1,'2006-02-15 21:30:53'),(14000,'2005-08-20 20:06:05',3907,276,'2005-08-28 17:02:05',1,'2006-02-15 21:30:53'),(14001,'2005-08-20 20:07:15',1318,120,'2005-08-27 00:50:15',2,'2006-02-15 21:30:53'),(14002,'2005-08-20 20:12:19',87,33,'2005-08-23 00:23:19',1,'2006-02-15 21:30:53'),(14003,'2005-08-20 20:16:06',3165,256,'2005-08-28 14:36:06',1,'2006-02-15 21:30:53'),(14004,'2005-08-20 20:16:35',3445,358,'2005-08-28 17:23:35',2,'2006-02-15 21:30:53'),(14005,'2005-08-20 20:19:05',1415,135,'2005-08-26 01:42:05',2,'2006-02-15 21:30:53'),(14006,'2005-08-20 20:21:36',2189,186,'2005-08-21 15:26:36',1,'2006-02-15 21:30:53'),(14007,'2005-08-20 20:22:47',374,284,'2005-08-28 20:40:47',2,'2006-02-15 21:30:53'),(14008,'2005-08-20 20:26:00',2427,560,'2005-08-28 17:23:00',2,'2006-02-15 21:30:53'),(14009,'2005-08-20 20:26:53',3004,382,'2005-08-21 23:32:53',2,'2006-02-15 21:30:53'),(14010,'2005-08-20 20:29:46',934,537,'2005-08-26 17:37:46',2,'2006-02-15 21:30:53'),(14011,'2005-08-20 20:32:56',1212,379,'2005-08-28 21:44:56',1,'2006-02-15 21:30:53'),(14012,'2005-08-20 20:42:12',1866,274,'2005-08-23 23:10:12',2,'2006-02-15 21:30:53'),(14013,'2005-08-20 20:42:50',3941,496,'2005-08-25 21:37:50',2,'2006-02-15 21:30:53'),(14014,'2005-08-20 20:47:09',2188,335,'2005-08-21 22:08:09',2,'2006-02-15 21:30:53'),(14015,'2005-08-20 20:47:43',3145,554,'2005-08-26 19:37:43',1,'2006-02-15 21:30:53'),(14016,'2005-08-20 20:52:03',509,220,'2005-08-23 18:04:03',2,'2006-02-15 21:30:53'),(14017,'2005-08-20 20:55:32',920,230,'2005-08-23 16:12:32',1,'2006-02-15 21:30:53'),(14018,'2006-02-14 15:16:03',2136,533,NULL,2,'2006-02-15 21:30:53'),(14019,'2005-08-20 20:59:15',1929,202,'2005-08-28 17:29:15',2,'2006-02-15 21:30:53'),(14020,'2005-08-20 20:59:43',2257,72,'2005-08-23 17:11:43',2,'2006-02-15 21:30:53'),(14021,'2005-08-20 21:02:12',4394,147,'2005-08-27 22:15:12',1,'2006-02-15 21:30:53'),(14022,'2005-08-20 21:08:49',4068,170,'2005-08-29 21:57:49',1,'2006-02-15 21:30:53'),(14023,'2005-08-20 21:10:32',2668,304,'2005-08-23 20:57:32',1,'2006-02-15 21:30:53'),(14024,'2005-08-20 21:13:58',1492,87,'2005-08-29 23:02:58',1,'2006-02-15 21:30:53'),(14025,'2005-08-20 21:19:36',4521,37,'2005-08-29 23:39:36',1,'2006-02-15 21:30:53'),(14026,'2005-08-20 21:21:08',115,231,'2005-08-22 23:19:08',2,'2006-02-15 21:30:53'),(14027,'2005-08-20 21:21:34',284,432,'2005-08-28 17:46:34',1,'2006-02-15 21:30:53'),(14028,'2005-08-20 21:23:03',4061,158,'2005-08-25 17:29:03',2,'2006-02-15 21:30:53'),(14029,'2005-08-20 21:23:11',2653,219,'2005-08-22 18:01:11',2,'2006-02-15 21:30:53'),(14030,'2005-08-20 21:23:54',1027,127,'2005-08-27 01:19:54',1,'2006-02-15 21:30:53'),(14031,'2005-08-20 21:24:24',440,361,'2005-08-23 21:47:24',2,'2006-02-15 21:30:53'),(14032,'2005-08-20 21:26:55',3542,317,'2005-08-26 19:19:55',1,'2006-02-15 21:30:53'),(14033,'2005-08-20 21:30:53',525,243,'2005-08-23 01:45:53',2,'2006-02-15 21:30:53'),(14034,'2005-08-20 21:31:52',3484,200,'2005-08-29 00:13:52',1,'2006-02-15 21:30:53'),(14035,'2005-08-20 21:31:58',2035,260,'2005-08-22 16:28:58',1,'2006-02-15 21:30:53'),(14036,'2005-08-20 21:35:27',202,256,'2005-08-23 03:29:27',1,'2006-02-15 21:30:53'),(14037,'2005-08-20 21:35:58',3655,372,'2005-08-29 23:06:58',2,'2006-02-15 21:30:53'),(14038,'2005-08-20 21:39:23',1069,589,'2005-08-27 23:57:23',2,'2006-02-15 21:30:53'),(14039,'2005-08-20 21:39:43',4187,383,'2005-08-24 19:03:43',1,'2006-02-15 21:30:53'),(14040,'2005-08-20 21:43:44',905,17,'2005-08-25 16:30:44',1,'2006-02-15 21:30:53'),(14041,'2005-08-20 21:45:23',52,247,'2005-08-26 01:42:23',1,'2006-02-15 21:30:53'),(14042,'2005-08-20 21:45:51',505,322,'2005-08-23 19:57:51',2,'2006-02-15 21:30:53'),(14043,'2005-08-20 21:46:43',1485,586,'2005-08-21 18:27:43',2,'2006-02-15 21:30:53'),(14044,'2005-08-20 21:48:38',1422,145,'2005-08-29 02:56:38',1,'2006-02-15 21:30:53'),(14045,'2005-08-20 21:50:11',3010,509,'2005-08-25 19:03:11',2,'2006-02-15 21:30:53'),(14046,'2005-08-20 21:53:21',2352,524,'2005-08-23 17:51:21',2,'2006-02-15 21:30:53'),(14047,'2005-08-20 22:00:43',186,579,'2005-08-24 03:17:43',2,'2006-02-15 21:30:53'),(14048,'2005-08-20 22:03:18',3475,105,'2005-08-25 02:57:18',2,'2006-02-15 21:30:53'),(14049,'2005-08-20 22:08:55',1335,112,'2005-08-28 20:24:55',1,'2006-02-15 21:30:53'),(14050,'2005-08-20 22:09:04',1737,596,'2005-08-26 01:39:04',2,'2006-02-15 21:30:53'),(14051,'2005-08-20 22:09:51',4012,362,'2005-08-29 04:04:51',2,'2006-02-15 21:30:53'),(14052,'2005-08-20 22:11:46',3893,514,'2005-08-22 20:26:46',2,'2006-02-15 21:30:53'),(14053,'2005-08-20 22:13:59',2177,5,'2005-08-26 20:50:59',2,'2006-02-15 21:30:53'),(14054,'2005-08-20 22:17:01',338,50,'2005-08-21 21:34:01',1,'2006-02-15 21:30:53'),(14055,'2005-08-20 22:18:00',1571,148,'2005-08-22 02:09:00',2,'2006-02-15 21:30:53'),(14056,'2005-08-20 22:18:53',1300,22,'2005-08-27 01:05:53',2,'2006-02-15 21:30:53'),(14057,'2005-08-20 22:22:59',1526,333,'2005-08-25 16:58:59',2,'2006-02-15 21:30:53'),(14058,'2005-08-20 22:24:35',178,430,'2005-08-30 02:26:35',1,'2006-02-15 21:30:53'),(14059,'2005-08-20 22:24:44',2045,141,'2005-08-26 21:25:44',2,'2006-02-15 21:30:53'),(14060,'2006-02-14 15:16:03',3100,175,NULL,2,'2006-02-15 21:30:53'),(14061,'2005-08-20 22:32:11',73,53,'2005-08-22 19:28:11',1,'2006-02-15 21:30:53'),(14062,'2005-08-20 22:34:34',2841,239,'2005-08-25 17:11:34',2,'2006-02-15 21:30:53'),(14063,'2005-08-20 22:36:40',1215,275,'2005-08-25 00:18:40',2,'2006-02-15 21:30:53'),(14064,'2005-08-20 22:39:16',2938,103,'2005-08-22 00:45:16',2,'2006-02-15 21:30:53'),(14065,'2005-08-20 22:40:47',3758,190,'2005-08-24 01:47:47',1,'2006-02-15 21:30:53'),(14066,'2005-08-20 22:45:58',2444,274,'2005-08-29 00:23:58',2,'2006-02-15 21:30:53'),(14067,'2005-08-20 22:49:23',1376,259,'2005-08-29 22:28:23',2,'2006-02-15 21:30:53'),(14068,'2005-08-20 22:50:59',818,412,'2005-08-29 00:45:59',1,'2006-02-15 21:30:53'),(14069,'2005-08-20 22:51:25',2239,197,'2005-08-30 00:30:25',2,'2006-02-15 21:30:53'),(14070,'2005-08-20 22:56:34',846,581,'2005-08-29 22:02:34',1,'2006-02-15 21:30:53'),(14071,'2005-08-20 23:01:56',2471,550,'2005-08-22 02:14:56',1,'2006-02-15 21:30:53'),(14072,'2005-08-20 23:07:10',2387,515,'2005-08-23 03:38:10',2,'2006-02-15 21:30:53'),(14073,'2005-08-20 23:12:57',2996,230,'2005-08-28 18:47:57',2,'2006-02-15 21:30:53'),(14074,'2005-08-20 23:16:07',1303,506,'2005-08-26 04:45:07',1,'2006-02-15 21:30:53'),(14075,'2005-08-20 23:18:54',3793,32,'2005-08-26 21:59:54',2,'2006-02-15 21:30:53'),(14076,'2005-08-20 23:20:10',1070,574,'2005-08-24 04:00:10',1,'2006-02-15 21:30:53'),(14077,'2005-08-20 23:24:07',3184,21,'2005-08-29 02:53:07',1,'2006-02-15 21:30:53'),(14078,'2005-08-20 23:26:40',1642,396,'2005-08-28 02:30:40',1,'2006-02-15 21:30:53'),(14079,'2005-08-20 23:29:25',3528,348,'2005-08-25 04:16:25',2,'2006-02-15 21:30:53'),(14080,'2005-08-20 23:29:50',3962,266,'2005-08-26 00:33:50',1,'2006-02-15 21:30:53'),(14081,'2005-08-20 23:35:13',589,392,'2005-08-28 01:41:13',2,'2006-02-15 21:30:53'),(14082,'2005-08-20 23:42:00',3767,179,'2005-08-27 00:59:00',1,'2006-02-15 21:30:53'),(14083,'2005-08-20 23:42:31',1823,176,'2005-08-28 21:44:31',1,'2006-02-15 21:30:53'),(14084,'2005-08-20 23:42:46',900,37,'2005-08-24 20:06:46',1,'2006-02-15 21:30:53'),(14085,'2005-08-20 23:46:24',3506,471,'2005-08-29 02:31:24',2,'2006-02-15 21:30:53'),(14086,'2005-08-20 23:47:54',3244,253,'2005-08-27 22:49:54',1,'2006-02-15 21:30:53'),(14087,'2005-08-20 23:53:40',2368,289,'2005-08-26 20:22:40',1,'2006-02-15 21:30:53'),(14088,'2005-08-20 23:57:24',1184,518,'2005-08-28 21:49:24',1,'2006-02-15 21:30:53'),(14089,'2005-08-20 23:59:02',1400,425,'2005-08-27 00:19:02',1,'2006-02-15 21:30:53'),(14090,'2005-08-21 00:11:16',3254,168,'2005-08-23 19:48:16',2,'2006-02-15 21:30:53'),(14091,'2005-08-21 00:11:17',3304,53,'2005-08-27 18:38:17',1,'2006-02-15 21:30:53'),(14092,'2005-08-21 00:14:32',1596,273,'2005-08-24 22:22:32',2,'2006-02-15 21:30:53'),(14093,'2005-08-21 00:21:29',1176,177,'2005-08-22 04:01:29',1,'2006-02-15 21:30:53'),(14094,'2005-08-21 00:21:35',3674,471,'2005-08-23 05:27:35',2,'2006-02-15 21:30:53'),(14095,'2005-08-21 00:25:45',1550,489,'2005-08-28 23:00:45',1,'2006-02-15 21:30:53'),(14096,'2005-08-21 00:27:46',2089,342,'2005-08-22 22:53:46',1,'2006-02-15 21:30:53'),(14097,'2005-08-21 00:28:48',4351,88,'2005-08-29 22:15:48',1,'2006-02-15 21:30:53'),(14098,'2005-08-21 00:30:32',6,554,NULL,2,'2006-02-23 04:12:08'),(14099,'2005-08-21 00:31:03',2452,224,'2005-08-27 03:18:03',2,'2006-02-15 21:30:53'),(14100,'2005-08-21 00:31:07',4295,397,'2005-08-25 05:31:07',2,'2006-02-15 21:30:53'),(14101,'2005-08-21 00:33:03',1892,19,'2005-08-24 01:59:03',1,'2006-02-15 21:30:53'),(14102,'2005-08-21 00:35:21',3772,584,'2005-08-30 04:51:21',2,'2006-02-15 21:30:53'),(14103,'2005-08-21 00:37:00',1438,409,'2005-08-25 22:09:00',2,'2006-02-15 21:30:53'),(14104,'2005-08-21 00:37:44',912,178,'2005-08-21 22:55:44',2,'2006-02-15 21:30:53'),(14105,'2005-08-21 00:44:34',1111,71,'2005-08-29 19:00:34',1,'2006-02-15 21:30:53'),(14106,'2005-08-21 00:46:01',2673,315,'2005-08-27 23:44:01',1,'2006-02-15 21:30:53'),(14107,'2006-02-14 15:16:03',3998,251,NULL,1,'2006-02-15 21:30:53'),(14108,'2005-08-21 00:52:45',4339,243,'2005-08-21 19:35:45',2,'2006-02-15 21:30:53'),(14109,'2005-08-21 00:52:58',1046,180,'2005-08-22 00:09:58',2,'2006-02-15 21:30:53'),(14110,'2005-08-21 00:53:09',2709,35,'2005-08-24 05:33:09',2,'2006-02-15 21:30:53'),(14111,'2005-08-21 00:59:01',1294,130,'2005-08-22 20:43:01',2,'2006-02-15 21:30:53'),(14112,'2005-08-21 01:00:46',734,141,'2005-08-27 03:46:46',1,'2006-02-15 21:30:53'),(14113,'2005-08-21 01:03:30',931,288,'2005-08-23 06:46:30',2,'2006-02-15 21:30:53'),(14114,'2005-08-21 01:07:11',2270,8,'2005-08-24 20:33:11',1,'2006-02-15 21:30:53'),(14115,'2005-08-21 01:10:29',1945,257,'2005-08-24 01:21:29',1,'2006-02-15 21:30:53'),(14116,'2005-08-21 01:11:17',2356,142,'2005-08-24 23:45:17',2,'2006-02-15 21:30:53'),(14117,'2005-08-21 01:11:59',573,493,'2005-08-22 06:56:59',1,'2006-02-15 21:30:53'),(14118,'2005-08-21 01:13:37',2605,337,'2005-08-28 02:35:37',2,'2006-02-15 21:30:53'),(14119,'2005-08-21 01:15:59',129,53,'2005-08-27 23:36:59',2,'2006-02-15 21:30:53'),(14120,'2005-08-21 01:25:00',4069,302,'2005-08-24 23:21:00',2,'2006-02-15 21:30:53'),(14121,'2005-08-21 01:26:33',4207,417,'2005-08-28 22:47:33',2,'2006-02-15 21:30:53'),(14122,'2005-08-21 01:29:01',3955,86,'2005-08-27 05:31:01',1,'2006-02-15 21:30:53'),(14123,'2005-08-21 01:31:25',143,66,'2005-08-23 02:32:25',1,'2006-02-15 21:30:53'),(14124,'2005-08-21 01:31:51',311,35,'2005-08-24 22:20:51',2,'2006-02-15 21:30:53'),(14125,'2005-08-21 01:32:16',2174,265,'2005-08-26 00:09:16',1,'2006-02-15 21:30:53'),(14126,'2005-08-21 01:32:17',2738,215,'2005-08-23 01:02:17',1,'2006-02-15 21:30:53'),(14127,'2005-08-21 01:33:32',4532,550,'2005-08-22 02:47:32',2,'2006-02-15 21:30:53'),(14128,'2005-08-21 01:35:58',2594,81,'2005-08-21 21:23:58',2,'2006-02-15 21:30:53'),(14129,'2005-08-21 01:42:15',3572,362,'2005-08-23 20:04:15',2,'2006-02-15 21:30:53'),(14130,'2005-08-21 01:43:11',3859,352,'2005-08-27 21:16:11',2,'2006-02-15 21:30:53'),(14131,'2005-08-21 01:43:40',4382,267,'2005-08-29 02:00:40',2,'2006-02-15 21:30:53'),(14132,'2005-08-21 01:43:58',3806,91,'2005-08-26 20:16:58',2,'2006-02-15 21:30:53'),(14133,'2005-08-21 01:44:14',2463,453,'2005-08-30 02:19:14',2,'2006-02-15 21:30:53'),(14134,'2005-08-21 01:45:54',2159,497,'2005-08-24 01:36:54',1,'2006-02-15 21:30:53'),(14135,'2005-08-21 01:53:54',347,59,'2005-08-27 05:57:54',1,'2006-02-15 21:30:53'),(14136,'2005-08-21 01:57:26',268,135,'2005-08-28 01:11:26',1,'2006-02-15 21:30:53'),(14137,'2006-02-14 15:16:03',2346,53,NULL,2,'2006-02-15 21:30:53'),(14138,'2005-08-21 01:59:37',1238,121,'2005-08-30 01:17:37',2,'2006-02-15 21:30:53'),(14139,'2005-08-21 02:04:33',2280,561,'2005-08-22 04:16:33',2,'2006-02-15 21:30:53'),(14140,'2005-08-21 02:04:57',2070,65,'2005-08-29 06:41:57',2,'2006-02-15 21:30:53'),(14141,'2005-08-21 02:07:22',4527,190,'2005-08-30 07:32:22',1,'2006-02-15 21:30:53'),(14142,'2005-08-21 02:07:43',1479,544,'2005-08-23 02:37:43',2,'2006-02-15 21:30:53'),(14143,'2005-08-21 02:10:32',2549,146,'2005-08-23 23:50:32',1,'2006-02-15 21:30:53'),(14144,'2005-08-21 02:10:57',2366,46,'2005-08-28 01:02:57',1,'2006-02-15 21:30:53'),(14145,'2005-08-21 02:11:38',150,314,'2005-08-22 22:19:38',2,'2006-02-15 21:30:53'),(14146,'2005-08-21 02:13:31',2151,192,'2005-08-24 22:47:31',2,'2006-02-15 21:30:53'),(14147,'2005-08-21 02:14:03',1476,366,'2005-08-27 22:38:03',1,'2006-02-15 21:30:53'),(14148,'2005-08-21 02:17:49',1605,528,'2005-08-22 00:12:49',1,'2006-02-15 21:30:53'),(14149,'2005-08-21 02:22:47',3371,518,'2005-08-24 02:36:47',1,'2006-02-15 21:30:53'),(14150,'2005-08-21 02:23:03',2324,161,'2005-08-25 22:50:03',2,'2006-02-15 21:30:53'),(14151,'2005-08-21 02:23:25',2785,426,'2005-08-30 07:08:25',1,'2006-02-15 21:30:53'),(14152,'2005-08-21 02:23:50',2561,379,'2005-08-25 06:05:50',1,'2006-02-15 21:30:53'),(14153,'2005-08-21 02:24:33',1502,120,'2005-08-27 05:28:33',2,'2006-02-15 21:30:53'),(14154,'2005-08-21 02:30:00',951,468,'2005-08-28 01:41:00',2,'2006-02-15 21:30:53'),(14155,'2005-08-21 02:31:35',769,148,'2005-08-27 06:00:35',2,'2006-02-15 21:30:53'),(14156,'2005-08-21 02:35:16',437,147,'2005-08-27 01:32:16',2,'2006-02-15 21:30:53'),(14157,'2005-08-21 02:43:15',4471,128,'2005-08-24 02:47:15',1,'2006-02-15 21:30:53'),(14158,'2005-08-21 02:43:20',474,114,'2005-08-28 02:19:20',1,'2006-02-15 21:30:53'),(14159,'2005-08-21 02:45:58',3231,144,'2005-08-27 04:53:58',1,'2006-02-15 21:30:53'),(14160,'2006-02-14 15:16:03',2428,493,NULL,2,'2006-02-15 21:30:53'),(14161,'2005-08-21 02:51:59',2744,21,'2005-08-28 21:38:59',2,'2006-02-15 21:30:53'),(14162,'2005-08-21 02:55:34',3788,315,'2005-08-27 00:13:34',1,'2006-02-15 21:30:53'),(14163,'2005-08-21 02:56:52',1007,204,'2005-08-21 21:03:52',2,'2006-02-15 21:30:53'),(14164,'2005-08-21 02:58:02',2381,274,'2005-08-29 23:17:02',2,'2006-02-15 21:30:53'),(14165,'2005-08-21 02:59:17',4151,150,'2005-08-24 23:09:17',2,'2006-02-15 21:30:53'),(14166,'2005-08-21 02:59:31',2457,190,'2005-08-24 23:19:31',2,'2006-02-15 21:30:53'),(14167,'2005-08-21 02:59:48',1005,64,'2005-08-29 22:17:48',1,'2006-02-15 21:30:53'),(14168,'2005-08-21 03:00:03',1321,49,'2005-08-29 06:04:03',2,'2006-02-15 21:30:53'),(14169,'2005-08-21 03:00:31',3800,396,'2005-08-30 01:16:31',1,'2006-02-15 21:30:53'),(14170,'2005-08-21 03:00:39',894,259,'2005-08-27 23:07:39',1,'2006-02-15 21:30:53'),(14171,'2005-08-21 03:00:42',4179,320,'2005-08-24 00:54:42',1,'2006-02-15 21:30:53'),(14172,'2006-02-14 15:16:03',2158,450,NULL,2,'2006-02-15 21:30:53'),(14173,'2005-08-21 03:01:01',3175,152,'2005-08-22 02:40:01',1,'2006-02-15 21:30:53'),(14174,'2005-08-21 03:01:45',1862,29,'2005-08-22 07:19:45',2,'2006-02-15 21:30:53'),(14175,'2006-02-14 15:16:03',2021,452,NULL,1,'2006-02-15 21:30:53'),(14176,'2005-08-21 03:09:23',4420,556,'2005-08-26 21:26:23',1,'2006-02-15 21:30:53'),(14177,'2005-08-21 03:11:33',409,121,'2005-08-28 21:41:33',2,'2006-02-15 21:30:53'),(14178,'2005-08-21 03:13:45',2178,524,'2005-08-22 01:50:45',1,'2006-02-15 21:30:53'),(14179,'2005-08-21 03:14:27',3956,79,'2005-08-26 00:46:27',2,'2006-02-15 21:30:53'),(14180,'2005-08-21 03:16:15',796,262,'2005-08-24 22:31:15',2,'2006-02-15 21:30:53'),(14181,'2005-08-21 03:16:30',197,210,'2005-08-29 06:25:30',2,'2006-02-15 21:30:53'),(14182,'2005-08-21 03:17:10',2422,519,'2005-08-24 21:46:10',1,'2006-02-15 21:30:53'),(14183,'2005-08-21 03:24:29',1888,26,'2005-08-22 07:25:29',2,'2006-02-15 21:30:53'),(14184,'2005-08-21 03:24:50',3759,148,'2005-08-29 01:46:50',2,'2006-02-15 21:30:53'),(14185,'2005-08-21 03:28:37',3957,579,'2005-08-26 01:15:37',1,'2006-02-15 21:30:53'),(14186,'2005-08-21 03:31:07',3158,461,'2005-08-28 07:29:07',2,'2006-02-15 21:30:53'),(14187,'2005-08-21 03:32:03',4031,275,'2005-08-25 03:29:03',2,'2006-02-15 21:30:53'),(14188,'2005-08-21 03:32:04',4492,548,'2005-08-22 07:26:04',1,'2006-02-15 21:30:53'),(14189,'2005-08-21 03:32:17',2209,127,'2005-08-22 04:46:17',2,'2006-02-15 21:30:53'),(14190,'2005-08-21 03:35:21',4203,517,'2005-08-29 07:35:21',2,'2006-02-15 21:30:53'),(14191,'2005-08-21 03:35:58',301,423,'2005-08-28 00:28:58',1,'2006-02-15 21:30:53'),(14192,'2005-08-21 03:37:42',3563,26,'2005-08-28 05:31:42',2,'2006-02-15 21:30:53'),(14193,'2005-08-21 03:38:27',513,25,'2005-08-28 09:16:27',1,'2006-02-15 21:30:53'),(14194,'2005-08-21 03:40:11',2003,138,'2005-08-26 07:38:11',1,'2006-02-15 21:30:53'),(14195,'2005-08-21 03:40:35',3732,93,'2005-08-23 01:22:35',1,'2006-02-15 21:30:53'),(14196,'2005-08-21 03:40:40',4477,281,'2005-08-25 05:55:40',1,'2006-02-15 21:30:53'),(14197,'2005-08-21 03:47:25',340,469,'2005-08-30 09:15:25',2,'2006-02-15 21:30:53'),(14198,'2005-08-21 03:48:31',465,381,'2005-08-24 07:10:31',2,'2006-02-15 21:30:53'),(14199,'2005-08-21 03:48:43',658,442,'2005-08-23 04:01:43',1,'2006-02-15 21:30:53'),(14200,'2005-08-21 03:51:27',2339,349,'2005-08-29 22:00:27',1,'2006-02-15 21:30:53'),(14201,'2005-08-21 03:51:34',314,427,'2005-08-30 03:42:34',2,'2006-02-15 21:30:53'),(14202,'2005-08-21 03:51:52',1995,473,'2005-08-22 09:35:52',1,'2006-02-15 21:30:53'),(14203,'2005-08-21 03:51:52',3668,95,'2005-08-24 06:13:52',2,'2006-02-15 21:30:53'),(14204,'2006-02-14 15:16:03',4334,287,NULL,1,'2006-02-15 21:30:53'),(14205,'2005-08-21 03:57:15',315,406,'2005-08-30 08:46:15',2,'2006-02-15 21:30:53'),(14206,'2005-08-21 03:59:26',860,279,'2005-08-26 03:52:26',1,'2006-02-15 21:30:53'),(14207,'2005-08-21 04:08:19',1327,569,'2005-08-29 07:59:19',2,'2006-02-15 21:30:53'),(14208,'2005-08-21 04:09:18',4180,299,'2005-08-22 03:29:18',1,'2006-02-15 21:30:53'),(14209,'2005-08-21 04:17:56',896,472,'2005-08-27 06:57:56',1,'2006-02-15 21:30:53'),(14210,'2005-08-21 04:28:02',1867,468,'2005-08-24 02:14:02',2,'2006-02-15 21:30:53'),(14211,'2005-08-21 04:29:11',300,372,'2005-08-24 02:50:11',2,'2006-02-15 21:30:53'),(14212,'2005-08-21 04:29:26',4540,354,'2005-08-24 00:46:26',2,'2006-02-15 21:30:53'),(14213,'2005-08-21 04:30:47',382,511,'2005-08-24 23:01:47',1,'2006-02-15 21:30:53'),(14214,'2005-08-21 04:30:49',4510,198,'2005-08-26 04:42:49',1,'2006-02-15 21:30:53'),(14215,'2005-08-21 04:34:11',35,54,'2005-08-27 10:30:11',2,'2006-02-15 21:30:53'),(14216,'2006-02-14 15:16:03',3763,186,NULL,1,'2006-02-15 21:30:53'),(14217,'2005-08-21 04:37:56',2847,66,'2005-08-26 03:55:56',2,'2006-02-15 21:30:53'),(14218,'2005-08-21 04:43:59',4087,104,'2005-08-27 10:29:59',1,'2006-02-15 21:30:53'),(14219,'2006-02-14 15:16:03',3718,334,NULL,2,'2006-02-15 21:30:53'),(14220,'2006-02-14 15:16:03',2618,162,NULL,1,'2006-02-15 21:30:53'),(14221,'2005-08-21 04:49:41',3824,51,'2005-08-29 23:52:41',1,'2006-02-15 21:30:53'),(14222,'2005-08-21 04:49:48',714,7,'2005-08-25 05:34:48',2,'2006-02-15 21:30:53'),(14223,'2005-08-21 04:51:51',514,392,'2005-08-29 00:37:51',1,'2006-02-15 21:30:53'),(14224,'2005-08-21 04:53:08',3634,323,'2005-08-27 04:12:08',2,'2006-02-15 21:30:53'),(14225,'2005-08-21 04:53:37',984,4,'2005-08-25 23:39:37',2,'2006-02-15 21:30:53'),(14226,'2005-08-21 04:55:37',1793,316,'2005-08-24 04:32:37',1,'2006-02-15 21:30:53'),(14227,'2005-08-21 04:56:31',4102,277,'2005-08-22 05:04:31',2,'2006-02-15 21:30:53'),(14228,'2005-08-21 04:57:08',2016,71,'2005-08-25 00:06:08',2,'2006-02-15 21:30:53'),(14229,'2005-08-21 04:57:15',4479,186,'2005-08-26 10:00:15',1,'2006-02-15 21:30:53'),(14230,'2005-08-21 04:57:29',844,584,'2005-08-27 08:14:29',2,'2006-02-15 21:30:53'),(14231,'2005-08-21 05:04:34',1244,307,'2005-08-23 04:58:34',1,'2006-02-15 21:30:53'),(14232,'2005-08-21 05:07:02',2710,176,'2005-08-29 06:57:02',1,'2006-02-15 21:30:53'),(14233,'2005-08-21 05:07:08',2943,599,'2005-08-28 03:20:08',1,'2006-02-15 21:30:53'),(14234,'2005-08-21 05:07:12',1439,271,'2005-08-23 06:44:12',2,'2006-02-15 21:30:53'),(14235,'2005-08-21 05:08:42',125,558,'2005-08-29 23:36:42',1,'2006-02-15 21:30:53'),(14236,'2005-08-21 05:13:16',172,25,'2005-08-26 04:03:16',2,'2006-02-15 21:30:53'),(14237,'2005-08-21 05:15:00',3284,410,'2005-08-25 10:06:00',1,'2006-02-15 21:30:53'),(14238,'2005-08-21 05:16:40',3148,192,'2005-08-30 02:13:40',2,'2006-02-15 21:30:53'),(14239,'2005-08-21 05:18:57',1559,416,'2005-08-22 00:12:57',2,'2006-02-15 21:30:53'),(14240,'2005-08-21 05:19:39',3294,12,'2005-08-22 23:25:39',2,'2006-02-15 21:30:53'),(14241,'2005-08-21 05:24:55',2547,291,'2005-08-30 03:33:55',1,'2006-02-15 21:30:53'),(14242,'2005-08-21 05:25:59',1588,68,'2005-08-27 07:22:59',1,'2006-02-15 21:30:53'),(14243,'2006-02-14 15:16:03',1489,264,NULL,1,'2006-02-15 21:30:53'),(14244,'2005-08-21 05:29:55',1150,43,'2005-08-24 01:06:55',1,'2006-02-15 21:30:53'),(14245,'2005-08-21 05:30:54',975,354,'2005-08-26 07:02:54',1,'2006-02-15 21:30:53'),(14246,'2005-08-21 05:34:09',3499,120,'2005-08-26 06:12:09',1,'2006-02-15 21:30:53'),(14247,'2005-08-21 05:35:17',267,302,'2005-08-26 03:22:17',1,'2006-02-15 21:30:53'),(14248,'2005-08-21 05:35:57',725,293,'2005-08-28 05:53:57',2,'2006-02-15 21:30:53'),(14249,'2005-08-21 05:38:05',695,268,'2005-08-28 09:07:05',2,'2006-02-15 21:30:53'),(14250,'2005-08-21 05:39:35',3008,313,'2005-08-28 10:06:35',2,'2006-02-15 21:30:53'),(14251,'2005-08-21 05:42:20',139,486,'2005-08-26 06:20:20',2,'2006-02-15 21:30:53'),(14252,'2005-08-21 05:44:07',2660,13,'2005-08-29 08:53:07',1,'2006-02-15 21:30:53'),(14253,'2005-08-21 05:47:52',4246,456,'2005-08-25 04:28:52',1,'2006-02-15 21:30:53'),(14254,'2005-08-21 05:51:28',1549,589,'2005-08-29 06:05:28',2,'2006-02-15 21:30:53'),(14255,'2005-08-21 05:51:37',3125,492,'2005-08-29 10:00:37',1,'2006-02-15 21:30:53'),(14256,'2005-08-21 05:52:27',2922,331,'2005-08-29 02:10:27',2,'2006-02-15 21:30:53'),(14257,'2005-08-21 05:52:57',3830,178,'2005-08-29 03:18:57',2,'2006-02-15 21:30:53'),(14258,'2005-08-21 05:56:36',752,359,'2005-08-26 06:14:36',1,'2006-02-15 21:30:53'),(14259,'2005-08-21 06:00:22',3705,583,'2005-08-22 05:38:22',2,'2006-02-15 21:30:53'),(14260,'2005-08-21 06:01:08',2961,40,'2005-08-29 09:01:08',2,'2006-02-15 21:30:53'),(14261,'2005-08-21 06:07:24',1426,166,'2005-08-26 09:57:24',1,'2006-02-15 21:30:53'),(14262,'2005-08-21 06:08:13',1430,324,'2005-08-30 10:55:13',1,'2006-02-15 21:30:53'),(14263,'2005-08-21 06:08:15',2595,533,'2005-08-29 09:22:15',2,'2006-02-15 21:30:53'),(14264,'2005-08-21 06:18:22',3426,295,'2005-08-25 08:08:22',1,'2006-02-15 21:30:53'),(14265,'2005-08-21 06:20:14',3116,134,'2005-08-23 09:05:14',1,'2006-02-15 21:30:53'),(14266,'2005-08-21 06:20:51',3543,269,'2005-08-23 00:44:51',1,'2006-02-15 21:30:53'),(14267,'2006-02-14 15:16:03',2199,527,NULL,2,'2006-02-15 21:30:53'),(14268,'2005-08-21 06:21:24',2442,278,'2005-08-23 05:39:24',2,'2006-02-15 21:30:53'),(14269,'2005-08-21 06:22:07',531,241,'2005-08-30 00:41:07',2,'2006-02-15 21:30:53'),(14270,'2005-08-21 06:22:18',4083,171,'2005-08-27 08:04:18',1,'2006-02-15 21:30:53'),(14271,'2005-08-21 06:23:29',4506,224,'2005-08-27 04:49:29',1,'2006-02-15 21:30:53'),(14272,'2005-08-21 06:24:55',3908,243,'2005-08-28 02:25:55',1,'2006-02-15 21:30:53'),(14273,'2005-08-21 06:26:48',2640,388,'2005-08-30 10:34:48',1,'2006-02-15 21:30:53'),(14274,'2005-08-21 06:29:20',3183,405,'2005-08-26 06:25:20',2,'2006-02-15 21:30:53'),(14275,'2005-08-21 06:30:30',3238,163,'2005-08-25 12:28:30',1,'2006-02-15 21:30:53'),(14276,'2005-08-21 06:34:05',3637,318,'2005-08-28 10:13:05',2,'2006-02-15 21:30:53'),(14277,'2005-08-21 06:34:41',2652,566,'2005-08-28 10:53:41',2,'2006-02-15 21:30:53'),(14278,'2006-02-14 15:16:03',2334,557,NULL,2,'2006-02-15 21:30:53'),(14279,'2005-08-21 06:39:08',3325,387,'2005-08-29 11:01:08',2,'2006-02-15 21:30:53'),(14280,'2005-08-21 06:39:58',1561,481,'2005-08-23 04:50:58',1,'2006-02-15 21:30:53'),(14281,'2005-08-21 06:40:48',1848,166,'2005-08-26 11:42:48',2,'2006-02-15 21:30:53'),(14282,'2005-08-21 06:41:29',3107,450,'2005-08-22 12:37:29',1,'2006-02-15 21:30:53'),(14283,'2005-08-21 06:44:14',3052,253,'2005-08-24 01:01:14',1,'2006-02-15 21:30:53'),(14284,'2005-08-21 06:44:37',633,486,'2005-08-28 05:03:37',1,'2006-02-15 21:30:53'),(14285,'2005-08-21 06:50:48',402,249,'2005-08-28 11:35:48',1,'2006-02-15 21:30:53'),(14286,'2005-08-21 06:53:53',2377,558,'2005-08-27 11:37:53',2,'2006-02-15 21:30:53'),(14287,'2005-08-21 06:53:59',2426,427,'2005-08-25 03:10:59',2,'2006-02-15 21:30:53'),(14288,'2005-08-21 06:57:34',587,512,'2005-08-26 11:32:34',1,'2006-02-15 21:30:53'),(14289,'2005-08-21 06:58:49',1185,103,'2005-08-25 11:29:49',2,'2006-02-15 21:30:53'),(14290,'2005-08-21 07:02:59',790,366,'2005-08-28 02:57:59',1,'2006-02-15 21:30:53'),(14291,'2005-08-21 07:03:05',3988,56,'2005-08-26 12:56:05',2,'2006-02-15 21:30:53'),(14292,'2005-08-21 07:06:20',1959,251,'2005-08-22 01:39:20',2,'2006-02-15 21:30:53'),(14293,'2005-08-21 07:06:47',3555,364,'2005-08-22 05:07:47',2,'2006-02-15 21:30:53'),(14294,'2005-08-21 07:07:26',354,455,'2005-08-22 02:20:26',2,'2006-02-15 21:30:53'),(14295,'2005-08-21 07:09:27',2187,336,'2005-08-22 01:27:27',2,'2006-02-15 21:30:53'),(14296,'2005-08-21 07:13:23',3813,275,'2005-08-26 11:14:23',1,'2006-02-15 21:30:53'),(14297,'2005-08-21 07:13:46',1712,566,'2005-08-25 09:07:46',1,'2006-02-15 21:30:53'),(14298,'2005-08-21 07:17:10',4317,410,'2005-08-25 10:10:10',1,'2006-02-15 21:30:53'),(14299,'2005-08-21 07:18:57',4028,342,'2005-08-24 01:28:57',1,'2006-02-15 21:30:53'),(14300,'2005-08-21 07:19:37',690,382,'2005-08-25 12:06:37',2,'2006-02-15 21:30:53'),(14301,'2005-08-21 07:19:48',283,162,'2005-08-28 02:06:48',1,'2006-02-15 21:30:53'),(14302,'2005-08-21 07:19:57',1287,511,'2005-08-28 02:59:57',1,'2006-02-15 21:30:53'),(14303,'2005-08-21 07:22:43',992,475,'2005-08-24 11:52:43',1,'2006-02-15 21:30:53'),(14304,'2005-08-21 07:23:10',2650,417,'2005-08-26 11:21:10',2,'2006-02-15 21:30:53'),(14305,'2005-08-21 07:29:05',2056,58,'2005-08-27 08:18:05',1,'2006-02-15 21:30:53'),(14306,'2005-08-21 07:32:35',4027,453,'2005-08-30 05:53:35',1,'2006-02-15 21:30:53'),(14307,'2005-08-21 07:34:52',2894,328,'2005-08-29 09:45:52',1,'2006-02-15 21:30:53'),(14308,'2005-08-21 07:43:21',3478,419,'2005-08-25 02:39:21',2,'2006-02-15 21:30:53'),(14309,'2005-08-21 07:44:17',4447,468,'2005-08-30 07:23:17',2,'2006-02-15 21:30:53'),(14310,'2005-08-21 07:44:32',95,177,'2005-08-22 09:02:32',1,'2006-02-15 21:30:53'),(14311,'2005-08-21 07:45:47',1761,69,'2005-08-27 02:23:47',2,'2006-02-15 21:30:53'),(14312,'2005-08-21 07:48:34',1090,238,'2005-08-23 04:45:34',1,'2006-02-15 21:30:53'),(14313,'2005-08-21 07:49:53',3384,468,'2005-08-30 05:52:53',2,'2006-02-15 21:30:53'),(14314,'2005-08-21 07:50:14',4115,178,'2005-08-24 10:47:14',2,'2006-02-15 21:30:53'),(14315,'2005-08-21 07:56:39',1164,459,'2005-08-27 04:52:39',1,'2006-02-15 21:30:53'),(14316,'2005-08-21 07:59:47',386,64,'2005-08-23 02:20:47',2,'2006-02-15 21:30:53'),(14317,'2005-08-21 08:00:40',2090,471,'2005-08-27 06:52:40',1,'2006-02-15 21:30:53'),(14318,'2006-02-14 15:16:03',1042,508,NULL,2,'2006-02-15 21:30:53'),(14319,'2005-08-21 08:00:55',4480,410,'2005-08-26 05:04:55',1,'2006-02-15 21:30:53'),(14320,'2005-08-21 08:04:40',3121,199,'2005-08-22 02:09:40',1,'2006-02-15 21:30:53'),(14321,'2005-08-21 08:05:12',967,236,'2005-08-23 02:17:12',1,'2006-02-15 21:30:53'),(14322,'2005-08-21 08:06:30',2818,221,'2005-08-29 10:12:30',2,'2006-02-15 21:30:53'),(14323,'2005-08-21 08:08:43',1257,97,'2005-08-25 10:44:43',1,'2006-02-15 21:30:53'),(14324,'2005-08-21 08:10:56',1361,155,'2005-08-30 12:09:56',1,'2006-02-15 21:30:53'),(14325,'2005-08-21 08:15:38',4432,313,'2005-08-23 08:08:38',2,'2006-02-15 21:30:53'),(14326,'2005-08-21 08:15:41',1052,17,'2005-08-27 05:22:41',1,'2006-02-15 21:30:53'),(14327,'2005-08-21 08:18:18',553,457,'2005-08-30 02:21:18',2,'2006-02-15 21:30:53'),(14328,'2005-08-21 08:18:20',3194,489,'2005-08-25 03:05:20',2,'2006-02-15 21:30:53'),(14329,'2005-08-21 08:22:56',3544,6,'2005-08-28 02:22:56',2,'2006-02-15 21:30:53'),(14330,'2005-08-21 08:29:20',763,84,'2005-08-30 03:59:20',2,'2006-02-15 21:30:53'),(14331,'2005-08-21 08:29:38',3128,372,'2005-08-29 13:18:38',2,'2006-02-15 21:30:53'),(14332,'2005-08-21 08:30:43',1388,496,'2005-08-29 10:51:43',1,'2006-02-15 21:30:53'),(14333,'2005-08-21 08:31:03',2976,93,'2005-08-28 03:39:03',2,'2006-02-15 21:30:53'),(14334,'2005-08-21 08:32:32',1448,595,'2005-08-25 02:53:32',2,'2006-02-15 21:30:53'),(14335,'2005-08-21 08:33:07',2610,263,'2005-08-26 14:16:07',1,'2006-02-15 21:30:53'),(14336,'2005-08-21 08:33:42',3166,362,'2005-08-23 03:27:42',1,'2006-02-15 21:30:53'),(14337,'2005-08-21 08:34:26',3529,506,'2005-08-24 11:31:26',1,'2006-02-15 21:30:53'),(14338,'2005-08-21 08:36:03',1789,205,'2005-08-24 12:31:03',2,'2006-02-15 21:30:53'),(14339,'2005-08-21 08:37:15',1744,30,'2005-08-26 03:37:15',2,'2006-02-15 21:30:53'),(14340,'2005-08-21 08:38:21',2181,230,'2005-08-25 09:25:21',1,'2006-02-15 21:30:53'),(14341,'2005-08-21 08:38:24',4498,560,'2005-08-26 12:36:24',1,'2006-02-15 21:30:53'),(14342,'2005-08-21 08:39:26',2749,559,'2005-08-23 11:40:26',2,'2006-02-15 21:30:53'),(14343,'2005-08-21 08:40:21',3769,238,'2005-08-29 03:06:21',1,'2006-02-15 21:30:53'),(14344,'2005-08-21 08:40:56',1562,341,'2005-08-27 12:40:56',1,'2006-02-15 21:30:53'),(14345,'2005-08-21 08:41:15',1726,598,'2005-08-24 11:59:15',1,'2006-02-15 21:30:53'),(14346,'2005-08-21 08:42:26',109,17,'2005-08-23 09:18:26',2,'2006-02-15 21:30:53'),(14347,'2005-08-21 08:42:31',3862,214,'2005-08-25 07:11:31',2,'2006-02-15 21:30:53'),(14348,'2005-08-21 08:54:26',885,496,'2005-08-24 02:55:26',2,'2006-02-15 21:30:53'),(14349,'2005-08-21 08:54:53',96,119,'2005-08-30 14:27:53',1,'2006-02-15 21:30:53'),(14350,'2005-08-21 08:58:38',3174,222,'2005-08-30 03:29:38',2,'2006-02-15 21:30:53'),(14351,'2005-08-21 09:04:20',2037,66,'2005-08-25 05:27:20',1,'2006-02-15 21:30:53'),(14352,'2005-08-21 09:06:29',1224,527,'2005-08-28 13:36:29',1,'2006-02-15 21:30:53'),(14353,'2005-08-21 09:07:50',1612,129,'2005-08-22 10:31:50',2,'2006-02-15 21:30:53'),(14354,'2005-08-21 09:08:14',1137,382,'2005-08-30 05:27:14',1,'2006-02-15 21:30:53'),(14355,'2005-08-21 09:08:29',649,271,'2005-08-27 10:08:29',2,'2006-02-15 21:30:53'),(14356,'2005-08-21 09:08:51',3169,65,'2005-08-24 04:36:51',2,'2006-02-15 21:30:53'),(14357,'2005-08-21 09:13:09',2906,233,'2005-08-22 05:41:09',2,'2006-02-15 21:30:53'),(14358,'2005-08-21 09:14:28',861,112,'2005-08-24 05:05:28',1,'2006-02-15 21:30:53'),(14359,'2005-08-21 09:16:19',1841,401,'2005-08-22 09:28:19',1,'2006-02-15 21:30:53'),(14360,'2005-08-21 09:16:40',2677,246,'2005-08-29 11:43:40',2,'2006-02-15 21:30:53'),(14361,'2006-02-14 15:16:03',1231,191,NULL,2,'2006-02-15 21:30:53'),(14362,'2005-08-21 09:19:49',1992,312,'2005-08-26 11:06:49',1,'2006-02-15 21:30:53'),(14363,'2005-08-21 09:20:03',2579,560,'2005-08-23 14:26:03',1,'2006-02-15 21:30:53'),(14364,'2005-08-21 09:25:11',3513,236,'2005-08-29 09:04:11',1,'2006-02-15 21:30:53'),(14365,'2005-08-21 09:25:13',618,457,'2005-08-27 11:48:13',1,'2006-02-15 21:30:53'),(14366,'2005-08-21 09:31:39',4011,524,'2005-08-26 11:55:39',2,'2006-02-15 21:30:53'),(14367,'2005-08-21 09:31:44',870,244,'2005-08-26 03:54:44',2,'2006-02-15 21:30:53'),(14368,'2005-08-21 09:31:47',2063,351,'2005-08-30 04:17:47',1,'2006-02-15 21:30:53'),(14369,'2005-08-21 09:33:44',1636,392,'2005-08-25 08:56:44',1,'2006-02-15 21:30:53'),(14370,'2005-08-21 09:35:14',3520,161,'2005-08-27 05:21:14',2,'2006-02-15 21:30:53'),(14371,'2005-08-21 09:37:16',2197,221,'2005-08-27 13:50:16',2,'2006-02-15 21:30:53'),(14372,'2005-08-21 09:39:50',1953,520,'2005-08-28 13:36:50',1,'2006-02-15 21:30:53'),(14373,'2005-08-21 09:44:53',4433,268,'2005-08-25 15:37:53',1,'2006-02-15 21:30:53'),(14374,'2006-02-14 15:16:03',236,213,NULL,2,'2006-02-15 21:30:53'),(14375,'2005-08-21 09:46:35',2507,550,'2005-08-26 10:24:35',2,'2006-02-15 21:30:53'),(14376,'2005-08-21 09:48:56',1936,582,'2005-08-22 12:15:56',2,'2006-02-15 21:30:53'),(14377,'2005-08-21 09:49:28',1325,6,'2005-08-29 13:34:28',1,'2006-02-15 21:30:53'),(14378,'2005-08-21 09:50:02',810,515,'2005-08-30 09:07:02',1,'2006-02-15 21:30:53'),(14379,'2005-08-21 09:53:03',3062,136,'2005-08-24 14:32:03',1,'2006-02-15 21:30:53'),(14380,'2005-08-21 09:53:52',1523,198,'2005-08-25 05:03:52',2,'2006-02-15 21:30:53'),(14381,'2005-08-21 09:55:47',811,391,'2005-08-25 08:23:47',1,'2006-02-15 21:30:53'),(14382,'2005-08-21 10:01:03',4119,119,'2005-08-22 13:21:03',2,'2006-02-15 21:30:53'),(14383,'2005-08-21 10:02:05',1941,482,'2005-08-24 12:21:05',2,'2006-02-15 21:30:53'),(14384,'2005-08-21 10:02:37',2429,371,'2005-08-26 08:20:37',1,'2006-02-15 21:30:53'),(14385,'2005-08-21 10:02:55',4356,317,'2005-08-25 07:19:55',2,'2006-02-15 21:30:53'),(14386,'2005-08-21 10:06:34',3402,514,'2005-08-25 14:19:34',1,'2006-02-15 21:30:53'),(14387,'2005-08-21 10:10:01',1286,295,'2005-08-28 14:16:01',2,'2006-02-15 21:30:53'),(14388,'2005-08-21 10:15:13',1078,274,'2005-08-30 13:41:13',2,'2006-02-15 21:30:53'),(14389,'2005-08-21 10:15:20',2718,145,'2005-08-27 05:39:20',1,'2006-02-15 21:30:53'),(14390,'2005-08-21 10:15:38',3951,366,'2005-08-28 05:50:38',2,'2006-02-15 21:30:53'),(14391,'2005-08-21 10:16:27',3117,205,'2005-08-23 07:00:27',2,'2006-02-15 21:30:53'),(14392,'2005-08-21 10:19:25',847,586,'2005-08-28 15:57:25',2,'2006-02-15 21:30:53'),(14393,'2005-08-21 10:22:51',3937,368,'2005-08-29 08:28:51',1,'2006-02-15 21:30:53'),(14394,'2005-08-21 10:23:10',4555,118,'2005-08-28 09:33:10',1,'2006-02-15 21:30:53'),(14395,'2005-08-21 10:24:00',632,506,'2005-08-28 12:23:00',2,'2006-02-15 21:30:53'),(14396,'2005-08-21 10:24:54',3855,353,'2005-08-22 04:49:54',2,'2006-02-15 21:30:53'),(14397,'2005-08-21 10:25:56',3883,47,'2005-08-24 07:48:56',1,'2006-02-15 21:30:53'),(14398,'2005-08-21 10:27:21',357,505,'2005-08-23 10:46:21',2,'2006-02-15 21:30:53'),(14399,'2005-08-21 10:33:23',3582,188,'2005-08-27 08:00:23',1,'2006-02-15 21:30:53'),(14400,'2005-08-21 10:33:45',3891,569,'2005-08-26 12:05:45',1,'2006-02-15 21:30:53'),(14401,'2005-08-21 10:36:20',3468,407,'2005-08-30 06:45:20',1,'2006-02-15 21:30:53'),(14402,'2005-08-21 10:38:17',749,467,'2005-08-27 08:36:17',2,'2006-02-15 21:30:53'),(14403,'2005-08-21 10:40:34',3581,297,'2005-08-29 11:29:34',1,'2006-02-15 21:30:53'),(14404,'2005-08-21 10:43:04',3660,192,'2005-08-30 10:00:04',1,'2006-02-15 21:30:53'),(14405,'2005-08-21 10:45:01',2777,470,'2005-08-30 04:48:01',2,'2006-02-15 21:30:53'),(14406,'2005-08-21 10:46:35',2741,181,'2005-08-28 15:55:35',1,'2006-02-15 21:30:53'),(14407,'2005-08-21 10:46:51',2403,500,'2005-08-25 09:28:51',2,'2006-02-15 21:30:53'),(14408,'2005-08-21 10:47:24',222,593,'2005-08-27 08:18:24',1,'2006-02-15 21:30:53'),(14409,'2005-08-21 10:53:35',1161,314,'2005-08-25 10:40:35',2,'2006-02-15 21:30:53'),(14410,'2005-08-21 10:54:49',839,196,'2005-08-26 08:28:49',2,'2006-02-15 21:30:53'),(14411,'2005-08-21 10:54:57',2125,502,'2005-08-22 13:17:57',2,'2006-02-15 21:30:53'),(14412,'2005-08-21 11:02:09',212,121,'2005-08-29 06:44:09',1,'2006-02-15 21:30:53'),(14413,'2005-08-21 11:06:33',50,367,'2005-08-29 16:10:33',1,'2006-02-15 21:30:53'),(14414,'2005-08-21 11:08:17',1757,515,'2005-08-23 08:37:17',2,'2006-02-15 21:30:53'),(14415,'2006-02-14 15:16:03',2670,561,NULL,2,'2006-02-15 21:30:53'),(14416,'2005-08-21 11:11:46',3002,384,'2005-08-25 12:33:46',1,'2006-02-15 21:30:53'),(14417,'2005-08-21 11:13:35',1768,596,'2005-08-25 11:27:35',1,'2006-02-15 21:30:53'),(14418,'2005-08-21 11:14:26',89,442,'2005-08-28 08:34:26',2,'2006-02-15 21:30:53'),(14419,'2005-08-21 11:15:46',3146,221,'2005-08-30 16:37:46',1,'2006-02-15 21:30:53'),(14420,'2005-08-21 11:16:15',2495,551,'2005-08-24 06:06:15',2,'2006-02-15 21:30:53'),(14421,'2005-08-21 11:20:21',4402,406,'2005-08-24 06:26:21',1,'2006-02-15 21:30:53'),(14422,'2005-08-21 11:21:46',1382,361,'2005-08-25 13:15:46',1,'2006-02-15 21:30:53'),(14423,'2005-08-21 11:23:59',2873,521,'2005-08-26 11:52:59',2,'2006-02-15 21:30:53'),(14424,'2005-08-21 11:24:11',2535,489,'2005-08-29 13:13:11',2,'2006-02-15 21:30:53'),(14425,'2006-02-14 15:16:03',2752,560,NULL,2,'2006-02-15 21:30:53'),(14426,'2006-02-14 15:16:03',2902,315,NULL,1,'2006-02-15 21:30:53'),(14427,'2005-08-21 11:26:06',2353,163,'2005-08-27 10:39:06',1,'2006-02-15 21:30:53'),(14428,'2005-08-21 11:27:07',1614,458,'2005-08-29 09:50:07',1,'2006-02-15 21:30:53'),(14429,'2005-08-21 11:29:43',2513,66,'2005-08-24 12:05:43',1,'2006-02-15 21:30:53'),(14430,'2005-08-21 11:31:11',2623,5,'2005-08-26 06:29:11',1,'2006-02-15 21:30:53'),(14431,'2005-08-21 11:31:15',1572,106,'2005-08-26 11:22:15',2,'2006-02-15 21:30:53'),(14432,'2005-08-21 11:36:15',2294,138,'2005-08-24 08:02:15',2,'2006-02-15 21:30:53'),(14433,'2005-08-21 11:36:34',732,401,'2005-08-26 08:51:34',1,'2006-02-15 21:30:53'),(14434,'2005-08-21 11:40:46',2085,549,'2005-08-24 05:50:46',1,'2006-02-15 21:30:53'),(14435,'2005-08-21 11:44:37',2919,169,'2005-08-24 08:04:37',1,'2006-02-15 21:30:53'),(14436,'2005-08-21 11:48:27',3473,560,'2005-08-25 15:49:27',2,'2006-02-15 21:30:53'),(14437,'2005-08-21 11:48:32',1504,136,'2005-08-25 11:06:32',2,'2006-02-15 21:30:53'),(14438,'2005-08-21 11:51:10',1621,392,'2005-08-28 17:10:10',1,'2006-02-15 21:30:53'),(14439,'2005-08-21 11:52:41',3903,564,'2005-08-30 10:36:41',1,'2006-02-15 21:30:53'),(14440,'2005-08-21 11:59:04',3495,194,'2005-08-23 10:10:04',1,'2006-02-15 21:30:53'),(14441,'2005-08-21 11:59:38',1210,260,'2005-08-26 11:17:38',2,'2006-02-15 21:30:53'),(14442,'2005-08-21 12:00:21',122,205,'2005-08-23 17:00:21',2,'2006-02-15 21:30:53'),(14443,'2005-08-21 12:06:32',376,447,'2005-08-29 13:44:32',2,'2006-02-15 21:30:53'),(14444,'2005-08-21 12:07:25',2211,225,'2005-08-28 08:36:25',2,'2006-02-15 21:30:53'),(14445,'2005-08-21 12:07:42',3186,256,'2005-08-22 17:51:42',2,'2006-02-15 21:30:53'),(14446,'2005-08-21 12:10:41',4367,21,'2005-08-26 14:42:41',1,'2006-02-15 21:30:53'),(14447,'2005-08-21 12:12:05',1889,584,'2005-08-27 14:47:05',2,'2006-02-15 21:30:53'),(14448,'2005-08-21 12:13:10',1937,263,'2005-08-30 08:46:10',1,'2006-02-15 21:30:53'),(14449,'2005-08-21 12:13:18',653,529,'2005-08-27 15:41:18',2,'2006-02-15 21:30:53'),(14450,'2005-08-21 12:21:25',1194,48,'2005-08-26 14:35:25',2,'2006-02-15 21:30:53'),(14451,'2005-08-21 12:21:44',3967,467,'2005-08-22 15:07:44',2,'2006-02-15 21:30:53'),(14452,'2005-08-21 12:23:20',4231,325,'2005-08-27 06:26:20',1,'2006-02-15 21:30:53'),(14453,'2005-08-21 12:33:34',3312,237,'2005-08-27 11:10:34',1,'2006-02-15 21:30:53'),(14454,'2005-08-21 12:35:49',2475,150,'2005-08-22 16:28:49',2,'2006-02-15 21:30:53'),(14455,'2005-08-21 12:36:11',3442,68,'2005-08-27 08:12:11',2,'2006-02-15 21:30:53'),(14456,'2005-08-21 12:38:09',2520,125,'2005-08-26 08:29:09',1,'2006-02-15 21:30:53'),(14457,'2005-08-21 12:47:38',4288,340,'2005-08-25 13:07:38',1,'2006-02-15 21:30:53'),(14458,'2005-08-21 12:47:53',1769,256,'2005-08-30 17:09:53',2,'2006-02-15 21:30:53'),(14459,'2005-08-21 12:48:08',1532,98,'2005-08-27 10:50:08',2,'2006-02-15 21:30:53'),(14460,'2005-08-21 12:48:48',4137,120,'2005-08-30 16:34:48',2,'2006-02-15 21:30:53'),(14461,'2005-08-21 12:50:33',371,42,'2005-08-30 13:35:33',1,'2006-02-15 21:30:53'),(14462,'2005-08-21 12:50:57',2201,96,'2005-08-27 10:42:57',2,'2006-02-15 21:30:53'),(14463,'2005-08-21 12:51:49',1403,365,'2005-08-29 12:17:49',1,'2006-02-15 21:30:53'),(14464,'2005-08-21 12:52:54',2310,121,'2005-08-25 16:42:54',1,'2006-02-15 21:30:53'),(14465,'2005-08-21 12:54:22',4206,262,'2005-08-28 10:46:22',2,'2006-02-15 21:30:53'),(14466,'2005-08-21 13:03:13',923,442,'2005-08-22 15:19:13',2,'2006-02-15 21:30:53'),(14467,'2005-08-21 13:03:33',1498,522,'2005-08-28 15:28:33',1,'2006-02-15 21:30:53'),(14468,'2005-08-21 13:07:10',4168,224,'2005-08-30 19:05:10',2,'2006-02-15 21:30:53'),(14469,'2005-08-21 13:07:24',1957,554,'2005-08-24 10:37:24',1,'2006-02-15 21:30:53'),(14470,'2005-08-21 13:09:41',3899,379,'2005-08-23 10:20:41',2,'2006-02-15 21:30:53'),(14471,'2005-08-21 13:10:40',1254,395,'2005-08-26 16:49:40',1,'2006-02-15 21:30:53'),(14472,'2005-08-21 13:13:57',4097,184,'2005-08-23 14:04:57',2,'2006-02-15 21:30:53'),(14473,'2005-08-21 13:19:03',2747,298,'2005-08-23 15:12:03',1,'2006-02-15 21:30:53'),(14474,'2005-08-21 13:22:48',2632,294,'2005-08-27 14:13:48',2,'2006-02-15 21:30:53'),(14475,'2005-08-21 13:24:32',3164,2,'2005-08-27 08:59:32',2,'2006-02-15 21:30:53'),(14476,'2005-08-21 13:31:07',2821,101,'2005-08-23 17:06:07',1,'2006-02-15 21:30:53'),(14477,'2005-08-21 13:32:38',1564,126,'2005-08-25 18:02:38',2,'2006-02-15 21:30:53'),(14478,'2005-08-21 13:33:28',2990,231,'2005-08-25 13:33:28',2,'2006-02-15 21:30:53'),(14479,'2005-08-21 13:35:54',2235,324,'2005-08-29 12:12:54',2,'2006-02-15 21:30:53'),(14480,'2005-08-21 13:36:40',229,411,'2005-08-26 08:39:40',1,'2006-02-15 21:30:53'),(14481,'2005-08-21 13:41:14',4099,367,'2005-08-30 07:53:14',2,'2006-02-15 21:30:53'),(14482,'2005-08-21 13:42:45',2765,23,'2005-08-27 11:55:45',1,'2006-02-15 21:30:53'),(14483,'2005-08-21 13:43:59',37,275,'2005-08-28 16:38:59',2,'2006-02-15 21:30:53'),(14484,'2005-08-21 13:47:29',3714,418,'2005-08-23 18:25:29',1,'2006-02-15 21:30:53'),(14485,'2005-08-21 13:52:07',1637,241,'2005-08-30 13:06:07',2,'2006-02-15 21:30:53'),(14486,'2005-08-21 13:52:54',3119,138,'2005-08-23 07:58:54',1,'2006-02-15 21:30:53'),(14487,'2005-08-21 13:53:33',2578,526,'2005-08-29 19:32:33',1,'2006-02-15 21:30:53'),(14488,'2006-02-14 15:16:03',4202,75,NULL,2,'2006-02-15 21:30:53'),(14489,'2005-08-21 13:53:59',2312,9,'2005-08-30 15:45:59',2,'2006-02-15 21:30:53'),(14490,'2005-08-21 13:54:15',1771,205,'2005-08-28 19:08:15',2,'2006-02-15 21:30:53'),(14491,'2005-08-21 13:55:39',2072,226,'2005-08-29 17:51:39',1,'2006-02-15 21:30:53'),(14492,'2005-08-21 13:59:08',1591,266,'2005-08-23 11:09:08',1,'2006-02-15 21:30:53'),(14493,'2005-08-21 14:01:44',2590,389,'2005-08-28 17:20:44',1,'2006-02-15 21:30:53'),(14494,'2005-08-21 14:02:50',169,5,'2005-08-22 16:45:50',2,'2006-02-15 21:30:53'),(14495,'2005-08-21 14:04:39',3215,429,'2005-08-22 16:53:39',2,'2006-02-15 21:30:53'),(14496,'2005-08-21 14:07:35',2185,223,'2005-08-24 12:31:35',1,'2006-02-15 21:30:53'),(14497,'2005-08-21 14:09:47',3240,254,'2005-08-22 11:10:47',2,'2006-02-15 21:30:53'),(14498,'2005-08-21 14:10:44',3971,544,'2005-08-23 08:29:44',1,'2006-02-15 21:30:53'),(14499,'2005-08-21 14:11:19',4109,292,'2005-08-23 16:10:19',2,'2006-02-15 21:30:53'),(14500,'2005-08-21 14:11:30',2024,451,'2005-08-27 12:19:30',1,'2006-02-15 21:30:53'),(14501,'2005-08-21 14:14:38',3588,576,'2005-08-25 17:58:38',1,'2006-02-15 21:30:53'),(14502,'2005-08-21 14:22:28',2986,378,'2005-08-23 10:40:28',1,'2006-02-15 21:30:53'),(14503,'2006-02-14 15:16:03',2144,188,NULL,1,'2006-02-15 21:30:53'),(14504,'2005-08-21 14:23:01',4536,312,'2005-08-27 13:56:01',1,'2006-02-15 21:30:53'),(14505,'2005-08-21 14:26:28',2172,203,'2005-08-29 17:34:28',1,'2006-02-15 21:30:53'),(14506,'2005-08-21 14:32:27',4493,537,'2005-08-24 19:02:27',2,'2006-02-15 21:30:53'),(14507,'2005-08-21 14:32:45',1969,175,'2005-08-28 09:50:45',2,'2006-02-15 21:30:53'),(14508,'2005-08-21 14:33:58',703,396,'2005-08-27 10:45:58',2,'2006-02-15 21:30:53'),(14509,'2005-08-21 14:39:58',541,520,'2005-08-26 13:19:58',1,'2006-02-15 21:30:53'),(14510,'2005-08-21 14:44:41',1868,547,'2005-08-30 20:19:41',1,'2006-02-15 21:30:53'),(14511,'2005-08-21 14:45:34',4452,16,'2005-08-28 10:36:34',2,'2006-02-15 21:30:53'),(14512,'2005-08-21 14:47:09',579,51,'2005-08-24 18:10:09',2,'2006-02-15 21:30:53'),(14513,'2005-08-21 14:51:35',4265,185,'2005-08-24 13:24:35',2,'2006-02-15 21:30:53'),(14514,'2005-08-21 14:51:52',1259,295,'2005-08-30 10:40:52',2,'2006-02-15 21:30:53'),(14515,'2005-08-21 14:52:14',2215,242,'2005-08-27 10:27:14',1,'2006-02-15 21:30:53'),(14516,'2006-02-14 15:16:03',713,457,NULL,2,'2006-02-15 21:30:53'),(14517,'2005-08-21 14:57:03',3568,311,'2005-08-24 13:52:03',2,'2006-02-15 21:30:53'),(14518,'2005-08-21 14:58:58',2734,82,'2005-08-24 13:19:58',2,'2006-02-15 21:30:53'),(14519,'2005-08-21 14:59:29',1541,403,'2005-08-22 11:48:29',2,'2006-02-15 21:30:53'),(14520,'2005-08-21 15:00:49',4533,150,'2005-08-30 19:04:49',1,'2006-02-15 21:30:53'),(14521,'2005-08-21 15:01:32',1538,200,'2005-08-28 19:12:32',1,'2006-02-15 21:30:53'),(14522,'2005-08-21 15:01:34',2101,535,'2005-08-25 16:37:34',1,'2006-02-15 21:30:53'),(14523,'2005-08-21 15:03:45',345,433,'2005-08-22 18:06:45',2,'2006-02-15 21:30:53'),(14524,'2005-08-21 15:05:27',4409,374,'2005-08-29 12:07:27',2,'2006-02-15 21:30:53'),(14525,'2005-08-21 15:06:49',3020,420,'2005-08-22 16:30:49',1,'2006-02-15 21:30:53'),(14526,'2006-02-14 15:16:03',1799,534,NULL,1,'2006-02-15 21:30:53'),(14527,'2005-08-21 15:07:42',3496,232,'2005-08-23 12:31:42',1,'2006-02-15 21:30:53'),(14528,'2005-08-21 15:08:05',4305,46,'2005-08-26 15:58:05',2,'2006-02-15 21:30:53'),(14529,'2005-08-21 15:08:31',1774,380,'2005-08-29 17:15:31',1,'2006-02-15 21:30:53'),(14530,'2005-08-21 15:10:50',1905,77,'2005-08-26 09:20:50',2,'2006-02-15 21:30:53'),(14531,'2006-02-14 15:16:03',4296,568,NULL,2,'2006-02-15 21:30:53'),(14532,'2005-08-21 15:15:03',2057,37,'2005-08-25 17:41:03',2,'2006-02-15 21:30:53'),(14533,'2005-08-21 15:15:19',2202,586,'2005-08-26 12:47:19',1,'2006-02-15 21:30:53'),(14534,'2005-08-21 15:16:29',2514,56,'2005-08-26 16:18:29',1,'2006-02-15 21:30:53'),(14535,'2005-08-21 15:22:37',530,412,'2005-08-29 19:23:37',2,'2006-02-15 21:30:53'),(14536,'2005-08-21 15:22:50',2615,48,'2005-08-27 17:03:50',1,'2006-02-15 21:30:53'),(14537,'2005-08-21 15:24:24',3755,405,'2005-08-23 17:14:24',2,'2006-02-15 21:30:53'),(14538,'2005-08-21 15:28:15',3348,471,'2005-08-22 19:55:15',2,'2006-02-15 21:30:53'),(14539,'2005-08-21 15:29:47',3340,41,'2005-08-28 19:01:47',1,'2006-02-15 21:30:53'),(14540,'2005-08-21 15:34:23',2362,28,'2005-08-27 11:51:23',2,'2006-02-15 21:30:53'),(14541,'2005-08-21 15:34:32',1275,576,'2005-08-25 13:18:32',1,'2006-02-15 21:30:53'),(14542,'2005-08-21 15:36:34',1247,101,'2005-08-27 20:24:34',2,'2006-02-15 21:30:53'),(14543,'2005-08-21 15:39:01',709,579,'2005-08-28 09:47:01',1,'2006-02-15 21:30:53'),(14544,'2005-08-21 15:41:01',2445,589,'2005-08-24 15:20:01',1,'2006-02-15 21:30:53'),(14545,'2005-08-21 15:44:23',2459,13,'2005-08-29 20:09:23',2,'2006-02-15 21:30:53'),(14546,'2005-08-21 15:50:50',1515,466,'2005-08-23 11:37:50',2,'2006-02-15 21:30:53'),(14547,'2005-08-21 15:51:38',1172,265,'2005-08-26 15:35:38',1,'2006-02-15 21:30:53'),(14548,'2005-08-21 15:53:52',226,299,'2005-08-25 15:39:52',2,'2006-02-15 21:30:53'),(14549,'2005-08-21 15:54:21',4117,155,'2005-08-22 17:22:21',1,'2006-02-15 21:30:53'),(14550,'2005-08-21 15:56:39',2814,473,'2005-08-23 21:40:39',1,'2006-02-15 21:30:53'),(14551,'2005-08-21 15:57:25',496,521,'2005-08-28 11:10:25',2,'2006-02-15 21:30:53'),(14552,'2005-08-21 15:59:27',1991,477,'2005-08-27 11:46:27',1,'2006-02-15 21:30:53'),(14553,'2005-08-21 15:59:40',3160,434,'2005-08-23 11:54:40',2,'2006-02-15 21:30:53'),(14554,'2005-08-21 16:03:01',31,38,'2005-08-26 13:09:01',2,'2006-02-15 21:30:53'),(14555,'2005-08-21 16:03:02',1926,440,'2005-08-23 14:18:02',1,'2006-02-15 21:30:53'),(14556,'2005-08-21 16:03:27',475,265,'2005-08-29 15:49:27',1,'2006-02-15 21:30:53'),(14557,'2005-08-21 16:05:11',483,490,'2005-08-27 16:37:11',1,'2006-02-15 21:30:53'),(14558,'2005-08-21 16:10:50',3958,273,'2005-08-28 16:36:50',2,'2006-02-15 21:30:53'),(14559,'2005-08-21 16:11:35',3842,433,'2005-08-30 15:26:35',1,'2006-02-15 21:30:53'),(14560,'2005-08-21 16:13:47',1616,579,'2005-08-26 15:19:47',1,'2006-02-15 21:30:53'),(14561,'2005-08-21 16:20:43',2498,443,'2005-08-27 16:48:43',1,'2006-02-15 21:30:53'),(14562,'2005-08-21 16:22:59',3501,107,'2005-08-22 21:15:59',1,'2006-02-15 21:30:53'),(14563,'2005-08-21 16:23:53',3984,212,'2005-08-25 11:30:53',2,'2006-02-15 21:30:53'),(14564,'2005-08-21 16:24:43',3250,22,'2005-08-26 16:58:43',1,'2006-02-15 21:30:53'),(14565,'2005-08-21 16:24:45',4160,250,'2005-08-25 14:42:45',1,'2006-02-15 21:30:53'),(14566,'2005-08-21 16:25:05',84,87,'2005-08-26 10:31:05',1,'2006-02-15 21:30:53'),(14567,'2005-08-21 16:27:25',3805,214,'2005-08-26 10:47:25',1,'2006-02-15 21:30:53'),(14568,'2005-08-21 16:30:48',3331,582,'2005-08-22 13:49:48',1,'2006-02-15 21:30:53'),(14569,'2005-08-21 16:31:22',884,15,'2005-08-25 21:27:22',2,'2006-02-15 21:30:53'),(14570,'2005-08-21 16:32:32',955,32,'2005-08-30 12:03:32',2,'2006-02-15 21:30:53'),(14571,'2005-08-21 16:40:26',2218,296,'2005-08-29 17:10:26',1,'2006-02-15 21:30:53'),(14572,'2005-08-21 16:44:31',1397,538,'2005-08-26 16:35:31',2,'2006-02-15 21:30:53'),(14573,'2005-08-21 16:44:32',2423,240,'2005-08-23 14:01:32',2,'2006-02-15 21:30:53'),(14574,'2005-08-21 16:50:34',1611,62,'2005-08-26 14:24:34',2,'2006-02-15 21:30:53'),(14575,'2005-08-21 16:51:34',3752,159,'2005-08-30 20:13:34',2,'2006-02-15 21:30:53'),(14576,'2005-08-21 16:52:03',1189,45,'2005-08-28 19:43:03',2,'2006-02-15 21:30:53'),(14577,'2005-08-21 16:52:29',1965,126,'2005-08-26 12:30:29',1,'2006-02-15 21:30:53'),(14578,'2005-08-21 16:53:38',3141,389,'2005-08-28 20:36:38',2,'2006-02-15 21:30:53'),(14579,'2005-08-21 16:54:47',1205,260,'2005-08-28 12:35:47',1,'2006-02-15 21:30:53'),(14580,'2005-08-21 16:56:39',1440,448,'2005-08-28 15:25:39',1,'2006-02-15 21:30:53'),(14581,'2005-08-21 17:07:08',751,243,'2005-08-26 16:02:08',1,'2006-02-15 21:30:53'),(14582,'2005-08-21 17:08:33',1004,438,'2005-08-29 18:04:33',2,'2006-02-15 21:30:53'),(14583,'2005-08-21 17:11:47',1203,455,'2005-08-24 16:16:47',2,'2006-02-15 21:30:53'),(14584,'2005-08-21 17:15:33',2617,481,'2005-08-24 20:24:33',2,'2006-02-15 21:30:53'),(14585,'2005-08-21 17:18:33',82,30,'2005-08-26 11:36:33',1,'2006-02-15 21:30:53'),(14586,'2005-08-21 17:19:09',3094,182,'2005-08-26 17:00:09',1,'2006-02-15 21:30:53'),(14587,'2005-08-21 17:20:55',2329,250,'2005-08-26 17:17:55',1,'2006-02-15 21:30:53'),(14588,'2005-08-21 17:25:53',1350,219,'2005-08-28 21:47:53',2,'2006-02-15 21:30:53'),(14589,'2005-08-21 17:28:55',2810,179,'2005-08-22 23:06:55',1,'2006-02-15 21:30:53'),(14590,'2005-08-21 17:29:10',2633,526,'2005-08-28 20:15:10',1,'2006-02-15 21:30:53'),(14591,'2005-08-21 17:30:09',3410,538,'2005-08-24 12:27:09',1,'2006-02-15 21:30:53'),(14592,'2005-08-21 17:30:17',2681,563,'2005-08-22 20:06:17',2,'2006-02-15 21:30:53'),(14593,'2005-08-21 17:33:18',1399,564,'2005-08-24 22:11:18',1,'2006-02-15 21:30:53'),(14594,'2005-08-21 17:34:24',2978,62,'2005-08-26 22:04:24',2,'2006-02-15 21:30:53'),(14595,'2005-08-21 17:35:17',1879,118,'2005-08-27 12:11:17',1,'2006-02-15 21:30:53'),(14596,'2005-08-21 17:38:37',2010,472,'2005-08-30 20:28:37',1,'2006-02-15 21:30:53'),(14597,'2005-08-21 17:39:41',1160,472,'2005-08-25 14:07:41',1,'2006-02-15 21:30:53'),(14598,'2005-08-21 17:40:05',1113,359,'2005-08-29 18:16:05',2,'2006-02-15 21:30:53'),(14599,'2005-08-21 17:43:42',4575,599,'2005-08-22 18:53:42',1,'2006-02-15 21:30:53'),(14600,'2005-08-21 17:45:21',3532,255,'2005-08-28 19:03:21',1,'2006-02-15 21:30:53'),(14601,'2005-08-21 17:45:52',548,406,'2005-08-29 15:10:52',1,'2006-02-15 21:30:53'),(14602,'2005-08-21 17:48:49',3771,370,'2005-08-28 21:38:49',1,'2006-02-15 21:30:53'),(14603,'2005-08-21 17:51:06',94,26,'2005-08-28 15:36:06',1,'2006-02-15 21:30:53'),(14604,'2006-02-14 15:16:03',1024,585,NULL,2,'2006-02-15 21:30:53'),(14605,'2005-08-21 17:56:06',476,394,'2005-08-24 18:35:06',1,'2006-02-15 21:30:53'),(14606,'2006-02-14 15:16:03',2291,592,NULL,2,'2006-02-15 21:30:53'),(14607,'2005-08-21 17:56:50',4518,417,'2005-08-22 17:44:50',2,'2006-02-15 21:30:53'),(14608,'2005-08-21 17:57:22',3321,90,'2005-08-25 13:20:22',1,'2006-02-15 21:30:53'),(14609,'2005-08-21 17:57:26',1206,551,'2005-08-25 14:04:26',2,'2006-02-15 21:30:53'),(14610,'2005-08-21 17:59:09',1894,260,'2005-08-29 21:36:09',2,'2006-02-15 21:30:53'),(14611,'2005-08-21 18:01:41',4078,443,'2005-08-26 12:34:41',1,'2006-02-15 21:30:53'),(14612,'2005-08-21 18:03:15',4105,445,'2005-08-27 13:39:15',1,'2006-02-15 21:30:53'),(14613,'2005-08-21 18:03:20',3841,20,'2005-08-26 19:46:20',1,'2006-02-15 21:30:53'),(14614,'2005-08-21 18:03:51',3053,468,'2005-08-30 13:37:51',1,'2006-02-15 21:30:53'),(14615,'2005-08-21 18:06:32',2332,171,'2005-08-30 13:19:32',2,'2006-02-15 21:30:53'),(14616,'2006-02-14 15:16:03',4537,532,NULL,1,'2006-02-15 21:30:53'),(14617,'2005-08-21 18:07:40',3562,51,'2005-08-24 23:48:40',2,'2006-02-15 21:30:53'),(14618,'2005-08-21 18:09:51',4490,270,'2005-08-28 22:47:51',1,'2006-02-15 21:30:53'),(14619,'2005-08-21 18:10:03',1589,338,'2005-08-23 13:40:03',2,'2006-02-15 21:30:53'),(14620,'2005-08-21 18:10:43',3272,78,'2005-08-22 15:19:43',2,'2006-02-15 21:30:53'),(14621,'2005-08-21 18:17:59',3622,344,'2005-08-23 14:16:59',1,'2006-02-15 21:30:53'),(14622,'2005-08-21 18:25:59',2702,559,'2005-08-31 00:11:59',2,'2006-02-15 21:30:53'),(14623,'2005-08-21 18:29:13',901,33,'2005-08-26 20:48:13',2,'2006-02-15 21:30:53'),(14624,'2005-08-21 18:32:42',4,344,'2005-08-23 21:09:42',1,'2006-02-15 21:30:53'),(14625,'2005-08-21 18:34:21',2661,507,'2005-08-29 21:41:21',1,'2006-02-15 21:30:53'),(14626,'2005-08-21 18:35:44',1038,554,'2005-08-25 23:54:44',2,'2006-02-15 21:30:53'),(14627,'2005-08-21 18:35:54',2470,49,'2005-08-30 21:17:54',1,'2006-02-15 21:30:53'),(14628,'2005-08-21 18:37:24',3636,331,'2005-08-27 20:25:24',2,'2006-02-15 21:30:53'),(14629,'2005-08-21 18:39:52',761,148,'2005-08-25 19:14:52',2,'2006-02-15 21:30:53'),(14630,'2005-08-21 18:43:44',4049,294,'2005-08-29 17:08:44',2,'2006-02-15 21:30:53'),(14631,'2005-08-21 18:47:49',782,209,'2005-08-28 16:54:49',1,'2006-02-15 21:30:53'),(14632,'2005-08-21 18:48:06',2807,38,'2005-08-25 00:33:06',2,'2006-02-15 21:30:53'),(14633,'2005-08-21 18:51:10',2137,551,'2005-08-25 13:07:10',1,'2006-02-15 21:30:53'),(14634,'2005-08-21 18:51:28',486,494,'2005-08-29 19:30:28',2,'2006-02-15 21:30:53'),(14635,'2005-08-21 18:51:43',2171,108,'2005-08-27 16:30:43',2,'2006-02-15 21:30:53'),(14636,'2005-08-21 18:59:17',1671,339,'2005-08-23 13:19:17',2,'2006-02-15 21:30:53'),(14637,'2005-08-21 19:01:00',1846,76,'2005-08-26 23:03:00',2,'2006-02-15 21:30:53'),(14638,'2005-08-21 19:01:36',3583,216,'2005-08-22 15:09:36',2,'2006-02-15 21:30:53'),(14639,'2005-08-21 19:01:39',3510,210,'2005-08-26 14:08:39',1,'2006-02-15 21:30:53'),(14640,'2005-08-21 19:03:19',1880,253,'2005-08-27 00:37:19',2,'2006-02-15 21:30:53'),(14641,'2005-08-21 19:05:23',2205,147,'2005-08-22 22:30:23',2,'2006-02-15 21:30:53'),(14642,'2005-08-21 19:09:40',1280,81,'2005-08-30 13:25:40',2,'2006-02-15 21:30:53'),(14643,'2005-08-21 19:11:58',798,119,'2005-08-29 19:52:58',1,'2006-02-15 21:30:53'),(14644,'2005-08-21 19:12:12',3905,453,'2005-08-29 17:08:12',1,'2006-02-15 21:30:53'),(14645,'2005-08-21 19:12:47',2369,334,'2005-08-25 21:42:47',1,'2006-02-15 21:30:53'),(14646,'2005-08-21 19:14:48',948,186,'2005-08-23 17:15:48',1,'2006-02-15 21:30:53'),(14647,'2005-08-21 19:15:33',3854,36,'2005-08-30 18:58:33',2,'2006-02-15 21:30:53'),(14648,'2005-08-21 19:18:01',2250,284,'2005-08-25 14:59:01',2,'2006-02-15 21:30:53'),(14649,'2005-08-21 19:19:21',4074,43,'2005-08-22 17:23:21',1,'2006-02-15 21:30:53'),(14650,'2005-08-21 19:24:51',1274,190,'2005-08-25 13:58:51',2,'2006-02-15 21:30:53'),(14651,'2005-08-21 19:31:09',4037,544,'2005-08-28 14:26:09',2,'2006-02-15 21:30:53'),(14652,'2005-08-21 19:32:05',4163,453,'2005-08-23 23:33:05',2,'2006-02-15 21:30:53'),(14653,'2005-08-21 19:35:59',491,593,'2005-08-24 15:31:59',1,'2006-02-15 21:30:53'),(14654,'2005-08-21 19:36:59',687,173,'2005-08-23 22:03:59',2,'2006-02-15 21:30:53'),(14655,'2005-08-21 19:37:10',785,253,'2005-08-22 15:43:10',1,'2006-02-15 21:30:53'),(14656,'2005-08-21 19:39:28',4205,201,'2005-08-24 01:36:28',2,'2006-02-15 21:30:53'),(14657,'2005-08-21 19:39:43',477,244,'2005-08-26 22:39:43',2,'2006-02-15 21:30:53'),(14658,'2005-08-21 19:41:50',1465,473,'2005-08-25 16:11:50',1,'2006-02-15 21:30:53'),(14659,'2005-08-21 19:42:36',928,119,'2005-08-26 14:06:36',1,'2006-02-15 21:30:53'),(14660,'2005-08-21 19:43:21',3433,452,'2005-08-22 20:42:21',1,'2006-02-15 21:30:53'),(14661,'2005-08-21 19:44:21',745,469,'2005-08-27 14:35:21',1,'2006-02-15 21:30:53'),(14662,'2005-08-21 19:45:27',2969,403,'2005-08-23 14:44:27',2,'2006-02-15 21:30:53'),(14663,'2005-08-21 19:47:55',2351,150,'2005-08-27 17:36:55',2,'2006-02-15 21:30:53'),(14664,'2005-08-21 19:48:47',4377,153,'2005-08-27 16:47:47',1,'2006-02-15 21:30:53'),(14665,'2005-08-21 19:49:46',2896,58,'2005-08-30 18:00:46',1,'2006-02-15 21:30:53'),(14666,'2005-08-21 19:51:09',2560,122,'2005-08-30 22:42:09',2,'2006-02-15 21:30:53'),(14667,'2005-08-21 19:51:11',2608,55,'2005-08-23 17:37:11',1,'2006-02-15 21:30:53'),(14668,'2005-08-21 19:51:30',1450,152,'2005-08-29 19:38:30',2,'2006-02-15 21:30:53'),(14669,'2005-08-21 19:54:06',3154,317,'2005-08-25 23:12:06',1,'2006-02-15 21:30:53'),(14670,'2005-08-21 19:54:11',4324,537,'2005-08-27 21:42:11',2,'2006-02-15 21:30:53'),(14671,'2005-08-21 19:59:30',2622,53,'2005-08-22 19:39:30',1,'2006-02-15 21:30:53'),(14672,'2005-08-21 19:59:33',4144,325,'2005-08-30 19:40:33',1,'2006-02-15 21:30:53'),(14673,'2005-08-21 20:01:18',1827,445,'2005-08-25 18:55:18',1,'2006-02-15 21:30:53'),(14674,'2005-08-21 20:01:34',572,300,'2005-08-27 18:33:34',1,'2006-02-15 21:30:53'),(14675,'2005-08-21 20:01:51',328,170,'2005-08-26 14:30:51',2,'2006-02-15 21:30:53'),(14676,'2005-08-21 20:02:18',877,49,'2005-08-26 21:55:18',1,'2006-02-15 21:30:53'),(14677,'2005-08-21 20:12:30',4411,26,'2005-08-28 15:11:30',1,'2006-02-15 21:30:53'),(14678,'2005-08-21 20:12:43',1911,383,'2005-08-31 02:11:43',2,'2006-02-15 21:30:53'),(14679,'2005-08-21 20:14:58',1520,193,'2005-08-23 23:39:58',1,'2006-02-15 21:30:53'),(14680,'2005-08-21 20:19:52',4469,524,'2005-08-28 17:10:52',1,'2006-02-15 21:30:53'),(14681,'2005-08-21 20:25:13',1083,212,'2005-08-30 19:48:13',1,'2006-02-15 21:30:53'),(14682,'2005-08-21 20:25:57',2974,314,'2005-08-28 00:42:57',2,'2006-02-15 21:30:53'),(14683,'2005-08-21 20:27:44',3850,342,'2005-08-29 16:54:44',1,'2006-02-15 21:30:53'),(14684,'2005-08-21 20:28:26',3593,369,'2005-08-28 19:01:26',2,'2006-02-15 21:30:53'),(14685,'2005-08-21 20:31:25',1320,69,'2005-08-22 21:02:25',1,'2006-02-15 21:30:53'),(14686,'2005-08-21 20:32:08',814,34,'2005-08-26 18:07:08',1,'2006-02-15 21:30:53'),(14687,'2005-08-21 20:32:16',306,550,'2005-08-26 16:17:16',2,'2006-02-15 21:30:53'),(14688,'2005-08-21 20:32:37',2573,219,'2005-08-27 00:06:37',2,'2006-02-15 21:30:53'),(14689,'2005-08-21 20:33:00',1124,463,'2005-08-22 18:10:00',1,'2006-02-15 21:30:53'),(14690,'2005-08-21 20:42:25',3649,456,'2005-08-29 18:42:25',2,'2006-02-15 21:30:53'),(14691,'2005-08-21 20:42:29',2131,404,'2005-08-24 01:22:29',1,'2006-02-15 21:30:53'),(14692,'2005-08-21 20:43:21',1908,192,'2005-08-28 19:02:21',1,'2006-02-15 21:30:53'),(14693,'2005-08-21 20:44:19',3454,269,'2005-08-29 00:37:19',2,'2006-02-15 21:30:53'),(14694,'2005-08-21 20:46:42',2767,363,'2005-08-23 16:18:42',1,'2006-02-15 21:30:53'),(14695,'2005-08-21 20:46:47',412,206,'2005-08-22 22:25:47',2,'2006-02-15 21:30:53'),(14696,'2005-08-21 20:48:05',3776,435,'2005-08-25 14:55:05',1,'2006-02-15 21:30:53'),(14697,'2005-08-21 20:49:21',48,409,'2005-08-26 01:39:21',2,'2006-02-15 21:30:53'),(14698,'2005-08-21 20:49:58',4255,196,'2005-08-29 20:13:58',2,'2006-02-15 21:30:53'),(14699,'2005-08-21 20:50:48',1427,3,'2005-08-29 18:08:48',2,'2006-02-15 21:30:53'),(14700,'2005-08-21 20:53:40',3446,360,'2005-08-23 22:01:40',1,'2006-02-15 21:30:53'),(14701,'2005-08-21 20:54:32',3034,34,'2005-08-30 16:46:32',1,'2006-02-15 21:30:53'),(14702,'2005-08-21 21:00:03',4096,345,'2005-08-30 16:59:03',1,'2006-02-15 21:30:53'),(14703,'2005-08-21 21:01:19',4329,29,'2005-08-22 15:13:19',2,'2006-02-15 21:30:53'),(14704,'2005-08-21 21:02:22',4062,248,'2005-08-27 23:10:22',2,'2006-02-15 21:30:53'),(14705,'2005-08-21 21:02:55',2493,243,'2005-08-25 20:20:55',2,'2006-02-15 21:30:53'),(14706,'2005-08-21 21:04:42',4494,589,'2005-08-22 19:55:42',2,'2006-02-15 21:30:53'),(14707,'2005-08-21 21:06:29',2916,530,'2005-08-30 23:37:29',1,'2006-02-15 21:30:53'),(14708,'2005-08-21 21:07:23',2828,226,'2005-08-28 15:47:23',1,'2006-02-15 21:30:53'),(14709,'2005-08-21 21:07:59',1856,300,'2005-08-31 02:19:59',1,'2006-02-15 21:30:53'),(14710,'2005-08-21 21:15:23',1922,587,'2005-08-30 19:45:23',1,'2006-02-15 21:30:53'),(14711,'2005-08-21 21:22:07',1973,448,'2005-08-30 16:24:07',2,'2006-02-15 21:30:53'),(14712,'2005-08-21 21:22:56',1198,226,'2005-08-25 01:53:56',1,'2006-02-15 21:30:53'),(14713,'2005-08-21 21:27:24',3350,148,'2005-08-23 20:26:24',1,'2006-02-15 21:30:53'),(14714,'2005-08-21 21:27:43',1,279,'2005-08-30 22:26:43',1,'2006-02-15 21:30:53'),(14715,'2005-08-21 21:28:18',4453,287,'2005-08-26 22:13:18',2,'2006-02-15 21:30:53'),(14716,'2005-08-21 21:29:55',2285,78,'2005-08-23 18:34:55',2,'2006-02-15 21:30:53'),(14717,'2005-08-21 21:30:39',3839,366,'2005-08-26 16:58:39',2,'2006-02-15 21:30:53'),(14718,'2005-08-21 21:39:25',3618,340,'2005-08-26 22:07:25',2,'2006-02-15 21:30:53'),(14719,'2005-08-21 21:41:57',4091,599,'2005-08-25 20:37:57',1,'2006-02-15 21:30:53'),(14720,'2005-08-21 21:43:53',3617,395,'2005-08-25 18:21:53',1,'2006-02-15 21:30:53'),(14721,'2005-08-21 21:50:51',4257,349,'2005-08-30 19:21:51',1,'2006-02-15 21:30:53'),(14722,'2005-08-21 21:50:53',2930,236,'2005-08-30 03:13:53',1,'2006-02-15 21:30:53'),(14723,'2005-08-21 21:52:32',2755,548,'2005-08-31 00:03:32',2,'2006-02-15 21:30:53'),(14724,'2005-08-21 21:53:47',3559,552,'2005-08-23 20:14:47',2,'2006-02-15 21:30:53'),(14725,'2005-08-21 22:02:08',4427,403,'2005-08-23 03:59:08',2,'2006-02-15 21:30:53'),(14726,'2005-08-21 22:08:52',4556,216,'2005-08-22 18:28:52',1,'2006-02-15 21:30:53'),(14727,'2005-08-21 22:12:45',650,275,'2005-08-25 00:46:45',1,'2006-02-15 21:30:53'),(14728,'2005-08-21 22:15:36',2671,474,'2005-08-25 17:14:36',2,'2006-02-15 21:30:53'),(14729,'2005-08-21 22:16:57',2483,289,'2005-08-27 21:32:57',1,'2006-02-15 21:30:53'),(14730,'2005-08-21 22:21:11',2949,439,'2005-08-30 03:02:11',1,'2006-02-15 21:30:53'),(14731,'2005-08-21 22:21:49',1351,154,'2005-08-24 16:27:49',1,'2006-02-15 21:30:53'),(14732,'2005-08-21 22:22:29',1915,482,'2005-08-23 18:34:29',1,'2006-02-15 21:30:53'),(14733,'2005-08-21 22:22:33',398,408,'2005-08-26 21:01:33',1,'2006-02-15 21:30:53'),(14734,'2006-02-14 15:16:03',1369,448,NULL,2,'2006-02-15 21:30:53'),(14735,'2005-08-21 22:25:09',950,35,'2005-08-23 21:16:09',1,'2006-02-15 21:30:53'),(14736,'2005-08-21 22:25:53',207,139,'2005-08-25 19:01:53',2,'2006-02-15 21:30:53'),(14737,'2005-08-21 22:27:11',1842,124,'2005-08-25 18:51:11',2,'2006-02-15 21:30:53'),(14738,'2005-08-21 22:29:13',3315,521,'2005-08-29 21:19:13',1,'2006-02-15 21:30:53'),(14739,'2005-08-21 22:33:22',4026,226,'2005-08-22 19:45:22',1,'2006-02-15 21:30:53'),(14740,'2005-08-21 22:35:33',1717,333,'2005-08-26 17:49:33',1,'2006-02-15 21:30:53'),(14741,'2006-02-14 15:16:03',612,60,NULL,2,'2006-02-15 21:30:53'),(14742,'2005-08-21 22:39:01',2988,421,'2005-08-26 00:17:01',1,'2006-02-15 21:30:53'),(14743,'2005-08-21 22:41:56',4570,2,'2005-08-29 00:18:56',1,'2006-02-15 21:30:53'),(14744,'2005-08-21 22:45:21',800,213,'2005-08-29 23:57:21',1,'2006-02-15 21:30:53'),(14745,'2005-08-21 22:53:01',4399,277,'2005-08-23 23:22:01',1,'2006-02-15 21:30:53'),(14746,'2005-08-21 22:54:02',3197,284,'2005-08-27 17:04:02',2,'2006-02-15 21:30:53'),(14747,'2005-08-21 23:00:02',201,153,'2005-08-26 18:58:02',2,'2006-02-15 21:30:53'),(14748,'2005-08-21 23:02:02',1697,81,'2005-08-28 05:01:02',2,'2006-02-15 21:30:53'),(14749,'2005-08-21 23:08:33',831,235,'2005-08-29 20:46:33',2,'2006-02-15 21:30:53'),(14750,'2005-08-21 23:09:32',918,303,'2005-08-30 00:46:32',2,'2006-02-15 21:30:53'),(14751,'2005-08-21 23:11:23',1156,195,'2005-08-30 20:01:23',2,'2006-02-15 21:30:53'),(14752,'2005-08-21 23:11:42',1252,362,'2005-08-28 22:12:42',1,'2006-02-15 21:30:53'),(14753,'2005-08-21 23:11:43',1803,155,'2005-08-22 22:25:43',2,'2006-02-15 21:30:53'),(14754,'2005-08-21 23:17:26',2355,137,'2005-08-29 18:55:26',2,'2006-02-15 21:30:53'),(14755,'2005-08-21 23:18:08',862,328,'2005-08-27 01:06:08',2,'2006-02-15 21:30:53'),(14756,'2005-08-21 23:21:23',564,288,'2005-08-24 01:44:23',1,'2006-02-15 21:30:53'),(14757,'2005-08-21 23:23:37',1154,473,'2005-08-26 23:24:37',2,'2006-02-15 21:30:53'),(14758,'2005-08-21 23:24:52',2372,339,'2005-08-27 04:25:52',2,'2006-02-15 21:30:53'),(14759,'2005-08-21 23:28:58',3871,362,'2005-08-31 00:35:58',2,'2006-02-15 21:30:53'),(14760,'2006-02-14 15:16:03',1367,355,NULL,1,'2006-02-15 21:30:53'),(14761,'2005-08-21 23:30:28',2657,490,'2005-08-26 03:26:28',1,'2006-02-15 21:30:53'),(14762,'2005-08-21 23:33:57',4249,1,'2005-08-23 01:30:57',1,'2006-02-15 21:30:53'),(14763,'2005-08-21 23:34:00',1480,116,'2005-08-31 03:58:00',2,'2006-02-15 21:30:53'),(14764,'2005-08-21 23:37:47',1270,529,'2005-08-24 00:23:47',2,'2006-02-15 21:30:53'),(14765,'2005-08-21 23:40:28',2817,435,'2005-08-25 04:55:28',2,'2006-02-15 21:30:53'),(14766,'2005-08-21 23:42:20',768,523,'2005-08-26 03:46:20',1,'2006-02-15 21:30:53'),(14767,'2005-08-21 23:43:00',1232,69,'2005-08-29 05:26:00',1,'2006-02-15 21:30:53'),(14768,'2005-08-21 23:44:53',3465,570,'2005-08-27 20:33:53',1,'2006-02-15 21:30:53'),(14769,'2006-02-14 15:16:03',1800,361,NULL,1,'2006-02-15 21:30:53'),(14770,'2005-08-21 23:47:16',2977,372,'2005-08-25 04:48:16',1,'2006-02-15 21:30:53'),(14771,'2005-08-21 23:50:15',2665,149,'2005-08-28 22:55:15',2,'2006-02-15 21:30:53'),(14772,'2005-08-21 23:50:39',4047,411,'2005-08-30 20:44:39',2,'2006-02-15 21:30:53'),(14773,'2005-08-21 23:50:57',2541,413,'2005-08-26 04:45:57',2,'2006-02-15 21:30:53'),(14774,'2005-08-21 23:52:32',3185,252,'2005-08-26 23:42:32',2,'2006-02-15 21:30:53'),(14775,'2005-08-21 23:53:07',4044,400,'2005-08-22 18:07:07',2,'2006-02-15 21:30:53'),(14776,'2005-08-21 23:53:35',3488,15,'2005-08-24 02:00:35',2,'2006-02-15 21:30:53'),(14777,'2005-08-21 23:55:50',237,389,'2005-08-28 04:31:50',1,'2006-02-15 21:30:53'),(14778,'2005-08-21 23:56:30',2152,396,'2005-08-26 00:07:30',2,'2006-02-15 21:30:53'),(14779,'2005-08-22 00:00:56',1087,279,'2005-08-31 00:01:56',2,'2006-02-15 21:30:53'),(14780,'2005-08-22 00:06:33',3171,491,'2005-08-22 22:02:33',2,'2006-02-15 21:30:53'),(14781,'2005-08-22 00:15:12',3458,71,'2005-08-29 21:02:12',1,'2006-02-15 21:30:53'),(14782,'2005-08-22 00:17:20',1727,211,'2005-08-23 01:24:20',1,'2006-02-15 21:30:53'),(14783,'2005-08-22 00:21:57',3419,332,'2005-08-28 01:27:57',2,'2006-02-15 21:30:53'),(14784,'2005-08-22 00:23:13',441,117,'2005-08-28 03:42:13',1,'2006-02-15 21:30:53'),(14785,'2005-08-22 00:24:37',1981,560,'2005-08-25 04:15:37',1,'2006-02-15 21:30:53'),(14786,'2005-08-22 00:24:42',2959,370,'2005-08-25 19:36:42',1,'2006-02-15 21:30:53'),(14787,'2005-08-22 00:25:59',2634,38,'2005-08-28 22:30:59',2,'2006-02-15 21:30:53'),(14788,'2005-08-22 00:27:59',1917,139,'2005-08-29 23:54:59',2,'2006-02-15 21:30:53'),(14789,'2005-08-22 00:29:39',2344,279,'2005-08-25 02:25:39',1,'2006-02-15 21:30:53'),(14790,'2005-08-22 00:34:17',1002,397,'2005-08-31 02:27:17',1,'2006-02-15 21:30:53'),(14791,'2005-08-22 00:35:55',1490,317,'2005-08-30 20:23:55',1,'2006-02-15 21:30:53'),(14792,'2005-08-22 00:36:41',4436,396,'2005-08-30 18:58:41',1,'2006-02-15 21:30:53'),(14793,'2005-08-22 00:37:57',4285,154,'2005-08-29 05:44:57',2,'2006-02-15 21:30:53'),(14794,'2005-08-22 00:39:31',413,156,'2005-08-28 20:08:31',2,'2006-02-15 21:30:53'),(14795,'2005-08-22 00:40:22',1695,303,'2005-08-26 01:37:22',1,'2006-02-15 21:30:53'),(14796,'2005-08-22 00:40:49',941,441,'2005-08-30 03:59:49',1,'2006-02-15 21:30:53'),(14797,'2005-08-22 00:41:24',1131,546,'2005-08-23 18:51:24',1,'2006-02-15 21:30:53'),(14798,'2005-08-22 00:44:08',7,92,'2005-08-27 02:18:08',2,'2006-02-15 21:30:53'),(14799,'2005-08-22 00:44:57',1276,454,'2005-08-24 20:08:57',2,'2006-02-15 21:30:53'),(14800,'2005-08-22 00:46:18',3554,533,'2005-08-26 01:44:18',2,'2006-02-15 21:30:53'),(14801,'2005-08-22 00:46:54',1677,184,'2005-08-30 19:03:54',1,'2006-02-15 21:30:53'),(14802,'2005-08-22 00:48:23',707,505,'2005-08-28 01:02:23',1,'2006-02-15 21:30:53'),(14803,'2005-08-22 00:49:10',2525,278,'2005-08-22 23:44:10',2,'2006-02-15 21:30:53'),(14804,'2005-08-22 00:51:25',372,94,'2005-08-26 21:15:25',1,'2006-02-15 21:30:53'),(14805,'2005-08-22 00:52:01',783,169,'2005-08-23 03:28:01',2,'2006-02-15 21:30:53'),(14806,'2005-08-22 00:53:08',2049,231,'2005-08-23 06:26:08',2,'2006-02-15 21:30:53'),(14807,'2005-08-22 00:57:43',335,90,'2005-08-26 23:40:43',1,'2006-02-15 21:30:53'),(14808,'2005-08-22 00:58:35',1657,362,'2005-08-29 20:16:35',2,'2006-02-15 21:30:53'),(14809,'2005-08-22 01:00:42',1077,188,'2005-08-29 19:55:42',1,'2006-02-15 21:30:53'),(14810,'2005-08-22 01:08:34',1982,78,'2005-08-25 07:00:34',2,'2006-02-15 21:30:53'),(14811,'2005-08-22 01:09:04',1613,53,'2005-08-26 19:30:04',1,'2006-02-15 21:30:53'),(14812,'2005-08-22 01:10:32',4282,211,'2005-08-26 05:21:32',1,'2006-02-15 21:30:53'),(14813,'2005-08-22 01:11:37',3364,142,'2005-08-24 05:57:37',2,'2006-02-15 21:30:53'),(14814,'2005-08-22 01:12:14',3109,250,'2005-08-27 23:24:14',2,'2006-02-15 21:30:53'),(14815,'2005-08-22 01:12:44',1183,314,'2005-08-24 01:42:44',2,'2006-02-15 21:30:53'),(14816,'2005-08-22 01:15:51',4086,534,'2005-08-28 04:11:51',1,'2006-02-15 21:30:53'),(14817,'2005-08-22 01:17:16',910,215,'2005-08-27 02:43:16',1,'2006-02-15 21:30:53'),(14818,'2005-08-22 01:17:18',1619,580,'2005-08-26 05:40:18',1,'2006-02-15 21:30:53'),(14819,'2005-08-22 01:17:19',2890,410,'2005-08-30 05:54:19',1,'2006-02-15 21:30:53'),(14820,'2005-08-22 01:18:37',1409,52,'2005-08-23 19:44:37',1,'2006-02-15 21:30:53'),(14821,'2005-08-22 01:20:19',3155,62,'2005-08-29 03:06:19',2,'2006-02-15 21:30:53'),(14822,'2005-08-22 01:21:14',2835,52,'2005-08-30 03:59:14',1,'2006-02-15 21:30:53'),(14823,'2005-08-22 01:24:42',680,503,'2005-08-22 19:45:42',2,'2006-02-15 21:30:53'),(14824,'2005-08-22 01:27:51',4162,594,'2005-08-23 03:24:51',2,'2006-02-15 21:30:53'),(14825,'2005-08-22 01:27:57',1449,1,'2005-08-27 07:01:57',2,'2006-02-15 21:30:53'),(14826,'2005-08-22 01:32:14',4023,426,'2005-08-23 03:52:14',2,'2006-02-15 21:30:53'),(14827,'2005-08-22 01:32:32',2267,88,'2005-08-31 06:21:32',2,'2006-02-15 21:30:53'),(14828,'2005-08-22 01:34:05',4114,319,'2005-08-27 06:27:05',2,'2006-02-15 21:30:53'),(14829,'2005-08-22 01:35:37',3606,546,'2005-08-23 19:55:37',2,'2006-02-15 21:30:53'),(14830,'2005-08-22 01:37:19',637,590,'2005-08-27 20:10:19',1,'2006-02-15 21:30:53'),(14831,'2005-08-22 01:40:49',3370,156,'2005-08-23 02:47:49',1,'2006-02-15 21:30:53'),(14832,'2005-08-22 01:43:29',1828,494,'2005-08-29 07:19:29',2,'2006-02-15 21:30:53'),(14833,'2005-08-22 01:45:18',1960,551,'2005-08-28 21:24:18',1,'2006-02-15 21:30:53'),(14834,'2005-08-22 01:45:58',3105,262,'2005-08-28 20:52:58',1,'2006-02-15 21:30:53'),(14835,'2005-08-22 01:49:07',755,404,'2005-08-30 04:28:07',1,'2006-02-15 21:30:53'),(14836,'2005-08-22 01:52:26',4287,418,'2005-08-22 23:39:26',1,'2006-02-15 21:30:53'),(14837,'2005-08-22 01:54:52',2251,43,'2005-08-29 02:24:52',1,'2006-02-15 21:30:53'),(14838,'2005-08-22 01:57:34',506,404,'2005-08-25 06:34:34',1,'2006-02-15 21:30:53'),(14839,'2005-08-22 01:58:15',3440,567,'2005-08-24 05:24:15',2,'2006-02-15 21:30:53'),(14840,'2005-08-22 01:58:42',1240,354,'2005-08-29 22:32:42',2,'2006-02-15 21:30:53'),(14841,'2005-08-22 02:03:30',4017,384,'2005-08-28 02:08:30',2,'2006-02-15 21:30:53'),(14842,'2005-08-22 02:04:38',2511,467,'2005-08-30 06:46:38',2,'2006-02-15 21:30:53'),(14843,'2005-08-22 02:05:25',3000,454,'2005-08-28 22:11:25',1,'2006-02-15 21:30:53'),(14844,'2005-08-22 02:09:12',145,513,'2005-08-31 05:43:12',1,'2006-02-15 21:30:53'),(14845,'2005-08-22 02:12:44',69,292,'2005-08-24 02:36:44',2,'2006-02-15 21:30:53'),(14846,'2005-08-22 02:13:48',3840,309,'2005-08-30 05:39:48',1,'2006-02-15 21:30:53'),(14847,'2005-08-22 02:13:51',2995,327,'2005-08-29 03:42:51',2,'2006-02-15 21:30:53'),(14848,'2005-08-22 02:14:19',395,218,'2005-08-26 02:54:19',2,'2006-02-15 21:30:53'),(14849,'2005-08-22 02:15:26',3354,177,'2005-08-28 00:56:26',2,'2006-02-15 21:30:53'),(14850,'2005-08-22 02:16:55',2405,435,'2005-08-26 21:08:55',1,'2006-02-15 21:30:53'),(14851,'2005-08-22 02:20:44',1139,180,'2005-08-26 08:02:44',2,'2006-02-15 21:30:53'),(14852,'2005-08-22 02:25:53',2262,352,'2005-08-25 04:27:53',1,'2006-02-15 21:30:53'),(14853,'2005-08-22 02:26:33',3575,388,'2005-08-31 02:49:33',2,'2006-02-15 21:30:53'),(14854,'2005-08-22 02:26:47',1989,117,'2005-08-23 05:53:47',1,'2006-02-15 21:30:53'),(14855,'2005-08-22 02:27:32',1668,187,'2005-08-31 03:35:32',1,'2006-02-15 21:30:53'),(14856,'2005-08-22 02:31:51',3292,151,'2005-08-26 23:41:51',2,'2006-02-15 21:30:53'),(14857,'2005-08-22 02:42:39',4150,232,'2005-08-24 21:26:39',2,'2006-02-15 21:30:53'),(14858,'2005-08-22 02:46:18',366,499,'2005-08-30 08:22:18',1,'2006-02-15 21:30:53'),(14859,'2005-08-22 02:46:35',2150,463,'2005-08-24 22:37:35',2,'2006-02-15 21:30:53'),(14860,'2005-08-22 02:47:07',1368,418,'2005-08-28 00:00:07',1,'2006-02-15 21:30:53'),(14861,'2005-08-22 02:48:05',1806,422,'2005-08-27 00:50:05',1,'2006-02-15 21:30:53'),(14862,'2005-08-22 02:51:41',3479,78,'2005-08-28 06:30:41',2,'2006-02-15 21:30:53'),(14863,'2005-08-22 02:57:04',779,440,'2005-08-30 03:24:04',2,'2006-02-15 21:30:53'),(14864,'2005-08-22 02:57:06',2872,460,'2005-08-22 22:19:06',1,'2006-02-15 21:30:53'),(14865,'2005-08-22 03:06:38',3775,94,'2005-08-23 04:26:38',1,'2006-02-15 21:30:53'),(14866,'2005-08-22 03:11:35',2607,445,'2005-08-30 00:10:35',1,'2006-02-15 21:30:53'),(14867,'2005-08-22 03:14:46',271,114,'2005-08-25 03:53:46',2,'2006-02-15 21:30:53'),(14868,'2005-08-22 03:15:01',4383,160,'2005-08-25 01:24:01',1,'2006-02-15 21:30:53'),(14869,'2005-08-22 03:20:26',455,21,'2005-08-23 05:25:26',2,'2006-02-15 21:30:53'),(14870,'2005-08-22 03:23:20',2170,512,'2005-08-23 06:50:20',2,'2006-02-15 21:30:53'),(14871,'2005-08-22 03:23:24',3411,204,'2005-08-23 22:23:24',2,'2006-02-15 21:30:53'),(14872,'2005-08-22 03:23:41',962,15,'2005-08-29 23:25:41',1,'2006-02-15 21:30:53'),(14873,'2005-08-22 03:31:06',3533,314,'2005-08-31 05:34:06',1,'2006-02-15 21:30:53'),(14874,'2005-08-22 03:32:05',1782,268,'2005-08-24 07:02:05',2,'2006-02-15 21:30:53'),(14875,'2005-08-22 03:34:39',3912,513,'2005-08-26 03:40:39',1,'2006-02-15 21:30:53'),(14876,'2005-08-22 03:39:29',3669,210,'2005-08-23 06:53:29',1,'2006-02-15 21:30:53'),(14877,'2005-08-22 03:39:56',974,266,'2005-08-24 03:41:56',2,'2006-02-15 21:30:53'),(14878,'2006-02-14 15:16:03',1202,441,NULL,2,'2006-02-15 21:30:53'),(14879,'2005-08-22 03:42:12',2154,148,'2005-08-27 06:14:12',1,'2006-02-15 21:30:53'),(14880,'2005-08-22 03:44:36',3615,224,'2005-08-24 05:45:36',2,'2006-02-15 21:30:53'),(14881,'2005-08-22 03:47:39',210,425,'2005-08-26 05:58:39',2,'2006-02-15 21:30:53'),(14882,'2005-08-22 03:52:21',12,417,'2005-08-25 04:50:21',2,'2006-02-15 21:30:53'),(14883,'2005-08-22 03:55:02',1946,177,'2005-08-28 02:51:02',1,'2006-02-15 21:30:53'),(14884,'2005-08-22 03:57:08',2957,547,'2005-08-23 07:11:08',1,'2006-02-15 21:30:53'),(14885,'2005-08-22 03:58:29',2097,248,'2005-08-30 05:26:29',1,'2006-02-15 21:30:53'),(14886,'2005-08-22 03:59:01',4330,379,'2005-08-23 01:22:01',1,'2006-02-15 21:30:53'),(14887,'2005-08-22 04:04:31',56,421,'2005-08-31 02:30:31',1,'2006-02-15 21:30:53'),(14888,'2005-08-22 04:09:18',3345,91,'2005-08-23 07:34:18',2,'2006-02-15 21:30:53'),(14889,'2005-08-22 04:10:10',1579,299,'2005-08-24 06:23:10',2,'2006-02-15 21:30:53'),(14890,'2005-08-22 04:10:49',517,346,'2005-08-30 23:23:49',1,'2006-02-15 21:30:53'),(14891,'2005-08-22 04:11:02',288,482,'2005-08-27 03:22:02',1,'2006-02-15 21:30:53'),(14892,'2005-08-22 04:15:05',3061,82,'2005-08-31 06:07:05',1,'2006-02-15 21:30:53'),(14893,'2005-08-22 04:15:48',2336,461,'2005-08-30 08:05:48',1,'2006-02-15 21:30:53'),(14894,'2005-08-22 04:16:56',3494,347,'2005-08-24 00:30:56',2,'2006-02-15 21:30:53'),(14895,'2005-08-22 04:19:23',4462,340,'2005-08-27 04:02:23',1,'2006-02-15 21:30:53'),(14896,'2005-08-22 04:20:55',2508,569,'2005-08-29 05:11:55',2,'2006-02-15 21:30:53'),(14897,'2005-08-22 04:22:31',1607,175,'2005-08-26 00:09:31',1,'2006-02-15 21:30:53'),(14898,'2005-08-22 04:26:34',1736,299,'2005-08-31 10:04:34',1,'2006-02-15 21:30:53'),(14899,'2005-08-22 04:26:38',3700,304,'2005-08-31 08:36:38',2,'2006-02-15 21:30:53'),(14900,'2005-08-22 04:27:48',3420,329,'2005-08-25 03:50:48',2,'2006-02-15 21:30:53'),(14901,'2005-08-22 04:31:37',4297,258,'2005-08-29 08:24:37',1,'2006-02-15 21:30:53'),(14902,'2005-08-22 04:31:50',866,423,'2005-08-23 23:47:50',2,'2006-02-15 21:30:53'),(14903,'2005-08-22 04:31:50',1795,51,'2005-08-25 22:53:50',2,'2006-02-15 21:30:53'),(14904,'2005-08-22 04:32:01',722,71,'2005-08-29 05:21:01',1,'2006-02-15 21:30:53'),(14905,'2005-08-22 04:34:22',4166,286,'2005-08-26 04:00:22',2,'2006-02-15 21:30:53'),(14906,'2005-08-22 04:38:18',153,366,'2005-08-29 23:03:18',1,'2006-02-15 21:30:53'),(14907,'2005-08-22 04:44:09',2469,116,'2005-08-25 09:53:09',1,'2006-02-15 21:30:53'),(14908,'2005-08-22 04:44:10',102,349,'2005-08-25 05:09:10',2,'2006-02-15 21:30:53'),(14909,'2005-08-22 04:48:44',1997,155,'2005-08-25 04:59:44',1,'2006-02-15 21:30:53'),(14910,'2005-08-22 04:50:52',1266,540,'2005-08-25 04:14:52',1,'2006-02-15 21:30:53'),(14911,'2005-08-22 04:51:42',353,273,'2005-08-28 05:37:42',1,'2006-02-15 21:30:53'),(14912,'2005-08-22 04:51:42',2658,404,'2005-08-23 23:50:42',1,'2006-02-15 21:30:53'),(14913,'2005-08-22 04:52:13',3609,503,'2005-08-23 06:49:13',2,'2006-02-15 21:30:53'),(14914,'2005-08-22 04:53:35',4348,156,'2005-08-26 10:35:35',1,'2006-02-15 21:30:53'),(14915,'2006-02-14 15:16:03',112,349,NULL,1,'2006-02-15 21:30:53'),(14916,'2005-08-22 04:56:57',2110,80,'2005-08-24 06:36:57',2,'2006-02-15 21:30:53'),(14917,'2005-08-22 05:03:59',377,289,'2005-08-29 04:00:59',2,'2006-02-15 21:30:53'),(14918,'2005-08-22 05:06:38',4056,154,'2005-08-30 01:44:38',2,'2006-02-15 21:30:53'),(14919,'2005-08-22 05:07:17',1587,244,'2005-08-30 06:41:17',2,'2006-02-15 21:30:53'),(14920,'2005-08-22 05:08:58',3357,106,'2005-08-23 02:51:58',1,'2006-02-15 21:30:53'),(14921,'2005-08-22 05:12:24',3724,284,'2005-08-26 08:20:24',2,'2006-02-15 21:30:53'),(14922,'2005-08-22 05:13:05',2322,151,'2005-08-30 04:59:05',1,'2006-02-15 21:30:53'),(14923,'2005-08-22 05:13:33',3434,460,'2005-08-28 01:39:33',2,'2006-02-15 21:30:53'),(14924,'2005-08-22 05:15:17',4189,118,'2005-08-23 10:11:17',1,'2006-02-15 21:30:53'),(14925,'2005-08-22 05:16:16',442,128,'2005-08-30 02:47:16',2,'2006-02-15 21:30:53'),(14926,'2005-08-22 05:18:44',2448,357,'2005-08-26 02:18:44',1,'2006-02-15 21:30:53'),(14927,'2005-08-22 05:31:53',952,193,'2005-08-27 07:04:53',1,'2006-02-15 21:30:53'),(14928,'2006-02-14 15:16:03',4375,472,NULL,1,'2006-02-15 21:30:53'),(14929,'2005-08-22 05:32:38',4195,546,'2005-08-28 00:02:38',1,'2006-02-15 21:30:53'),(14930,'2005-08-22 05:38:32',2875,584,'2005-08-30 07:21:32',1,'2006-02-15 21:30:53'),(14931,'2005-08-22 05:38:55',657,63,'2005-08-28 04:15:55',2,'2006-02-15 21:30:53'),(14932,'2005-08-22 05:40:39',2259,516,'2005-08-23 11:02:39',2,'2006-02-15 21:30:53'),(14933,'2006-02-14 15:16:03',1186,21,NULL,2,'2006-02-15 21:30:53'),(14934,'2005-08-22 05:47:15',815,226,'2005-08-26 11:32:15',1,'2006-02-15 21:30:53'),(14935,'2005-08-22 05:47:31',2025,380,'2005-08-29 00:33:31',2,'2006-02-15 21:30:53'),(14936,'2005-08-22 05:51:26',3710,241,'2005-08-29 10:21:26',2,'2006-02-15 21:30:53'),(14937,'2005-08-22 05:51:59',1241,348,'2005-08-31 01:45:59',2,'2006-02-15 21:30:53'),(14938,'2005-08-22 05:52:39',408,541,'2005-08-31 11:43:39',1,'2006-02-15 21:30:53'),(14939,'2005-08-22 05:53:52',719,328,'2005-08-27 06:20:52',1,'2006-02-15 21:30:53'),(14940,'2005-08-22 05:54:03',2635,46,'2005-08-24 05:52:03',2,'2006-02-15 21:30:53'),(14941,'2005-08-22 05:58:23',2328,574,'2005-08-28 10:58:23',1,'2006-02-15 21:30:53'),(14942,'2005-08-22 05:58:27',32,471,'2005-08-31 10:08:27',1,'2006-02-15 21:30:53'),(14943,'2005-08-22 05:59:59',3515,265,'2005-08-26 10:31:59',2,'2006-02-15 21:30:53'),(14944,'2005-08-22 06:01:26',535,153,'2005-08-24 10:33:26',2,'2006-02-15 21:30:53'),(14945,'2005-08-22 06:05:38',1567,304,'2005-08-29 12:01:38',1,'2006-02-15 21:30:53'),(14946,'2005-08-22 06:07:10',1395,308,'2005-08-28 05:25:10',1,'2006-02-15 21:30:53'),(14947,'2005-08-22 06:07:52',3497,68,'2005-08-28 01:12:52',2,'2006-02-15 21:30:53'),(14948,'2005-08-22 06:10:53',2914,488,'2005-08-28 11:24:53',2,'2006-02-15 21:30:53'),(14949,'2005-08-22 06:12:16',2434,111,'2005-08-25 08:25:16',2,'2006-02-15 21:30:53'),(14950,'2005-08-22 06:17:12',635,362,'2005-08-27 08:48:12',2,'2006-02-15 21:30:53'),(14951,'2005-08-22 06:19:37',2800,197,'2005-08-30 05:51:37',2,'2006-02-15 21:30:53'),(14952,'2005-08-22 06:20:07',2950,575,'2005-08-28 01:18:07',1,'2006-02-15 21:30:53'),(14953,'2005-08-22 06:23:54',816,182,'2005-08-28 03:19:54',1,'2006-02-15 21:30:53'),(14954,'2006-02-14 15:16:03',3608,525,NULL,1,'2006-02-15 21:30:53'),(14955,'2005-08-22 06:25:52',1534,445,'2005-08-25 12:13:52',2,'2006-02-15 21:30:53'),(14956,'2005-08-22 06:26:16',3650,571,'2005-08-25 11:06:16',2,'2006-02-15 21:30:53'),(14957,'2005-08-22 06:29:34',1384,323,'2005-08-26 04:52:34',2,'2006-02-15 21:30:53'),(14958,'2005-08-22 06:30:10',1710,347,'2005-08-28 09:43:10',2,'2006-02-15 21:30:53'),(14959,'2005-08-22 06:30:28',2009,569,'2005-08-25 09:48:28',1,'2006-02-15 21:30:53'),(14960,'2005-08-22 06:31:36',3316,147,'2005-08-29 07:10:36',2,'2006-02-15 21:30:53'),(14961,'2005-08-22 06:35:50',3274,52,'2005-08-31 04:07:50',2,'2006-02-15 21:30:53'),(14962,'2005-08-22 06:37:43',3104,449,'2005-08-29 03:44:43',2,'2006-02-15 21:30:53'),(14963,'2005-08-22 06:38:10',2672,384,'2005-08-31 05:35:10',2,'2006-02-15 21:30:53'),(14964,'2005-08-22 06:39:24',2302,500,'2005-08-26 06:05:24',1,'2006-02-15 21:30:53'),(14965,'2005-08-22 06:45:53',1036,148,'2005-08-27 10:05:53',1,'2006-02-15 21:30:53'),(14966,'2005-08-22 06:45:57',679,259,'2005-08-31 10:02:57',1,'2006-02-15 21:30:53'),(14967,'2005-08-22 06:46:03',289,67,'2005-08-23 01:02:03',2,'2006-02-15 21:30:53'),(14968,'2005-08-22 06:46:59',3302,129,'2005-08-29 07:36:59',1,'2006-02-15 21:30:53'),(14969,'2005-08-22 06:49:15',4060,120,'2005-08-29 05:52:15',1,'2006-02-15 21:30:53'),(14970,'2005-08-22 06:49:29',536,529,'2005-08-29 08:47:29',1,'2006-02-15 21:30:53'),(14971,'2005-08-22 06:52:49',1883,378,'2005-08-28 06:27:49',2,'2006-02-15 21:30:53'),(14972,'2005-08-22 06:53:21',3422,310,'2005-08-29 02:25:21',1,'2006-02-15 21:30:53'),(14973,'2005-08-22 06:59:28',2888,201,'2005-08-30 02:28:28',1,'2006-02-15 21:30:53'),(14974,'2005-08-22 07:04:25',2596,157,'2005-08-27 12:39:25',1,'2006-02-15 21:30:53'),(14975,'2005-08-22 07:07:50',924,244,'2005-08-28 07:23:50',2,'2006-02-15 21:30:53'),(14976,'2005-08-22 07:10:26',77,581,'2005-08-28 07:22:26',1,'2006-02-15 21:30:53'),(14977,'2005-08-22 07:12:53',4093,59,'2005-08-30 08:11:53',2,'2006-02-15 21:30:53'),(14978,'2005-08-22 07:13:15',699,94,'2005-08-25 12:26:15',1,'2006-02-15 21:30:53'),(14979,'2005-08-22 07:16:36',2320,387,'2005-08-24 02:29:36',2,'2006-02-15 21:30:53'),(14980,'2005-08-22 07:16:45',2701,518,'2005-08-26 06:04:45',2,'2006-02-15 21:30:53'),(14981,'2005-08-22 07:19:05',1239,544,'2005-08-26 03:08:05',2,'2006-02-15 21:30:53'),(14982,'2005-08-22 07:20:55',2333,542,'2005-08-31 04:35:55',2,'2006-02-15 21:30:53'),(14983,'2005-08-22 07:32:23',3579,363,'2005-08-30 11:39:23',2,'2006-02-15 21:30:53'),(14984,'2005-08-22 07:35:31',1704,334,'2005-08-30 02:32:31',1,'2006-02-15 21:30:53'),(14985,'2005-08-22 07:35:56',2017,29,'2005-08-29 13:17:56',1,'2006-02-15 21:30:53'),(14986,'2005-08-22 07:37:24',1493,278,'2005-08-23 04:22:24',2,'2006-02-15 21:30:53'),(14987,'2005-08-22 07:41:08',1513,138,'2005-08-24 03:15:08',2,'2006-02-15 21:30:53'),(14988,'2005-08-22 07:46:05',2114,186,'2005-08-29 06:43:05',1,'2006-02-15 21:30:53'),(14989,'2005-08-22 07:47:07',1431,58,'2005-08-26 04:42:07',2,'2006-02-15 21:30:53'),(14990,'2005-08-22 07:48:01',4057,198,'2005-08-24 06:41:01',2,'2006-02-15 21:30:53'),(14991,'2005-08-22 07:50:44',708,172,'2005-08-30 06:32:44',2,'2006-02-15 21:30:53'),(14992,'2005-08-22 07:51:47',4430,415,'2005-08-25 08:17:47',2,'2006-02-15 21:30:53'),(14993,'2005-08-22 07:52:18',3416,437,'2005-08-27 02:13:18',1,'2006-02-15 21:30:53'),(14994,'2005-08-22 07:52:24',1601,509,'2005-08-26 09:57:24',1,'2006-02-15 21:30:53'),(14995,'2005-08-22 07:52:31',4178,482,'2005-08-24 05:16:31',1,'2006-02-15 21:30:53'),(14996,'2005-08-22 07:52:41',1178,411,'2005-08-29 02:35:41',1,'2006-02-15 21:30:53'),(14997,'2005-08-22 07:53:00',2724,29,'2005-08-28 03:47:00',2,'2006-02-15 21:30:53'),(14998,'2005-08-22 07:53:14',3852,92,'2005-08-24 03:46:14',2,'2006-02-15 21:30:53'),(14999,'2005-08-22 07:54:47',3399,594,'2005-08-23 08:39:47',1,'2006-02-15 21:30:53'),(15000,'2005-08-22 07:54:58',3080,161,'2005-08-24 12:46:58',2,'2006-02-15 21:30:53'),(15001,'2005-08-22 08:00:49',2869,186,'2005-08-27 05:53:49',2,'2006-02-15 21:30:53'),(15002,'2005-08-22 08:06:00',4198,242,'2005-08-24 10:48:00',1,'2006-02-15 21:30:53'),(15003,'2005-08-22 08:11:24',4009,167,'2005-08-28 08:49:24',1,'2006-02-15 21:30:53'),(15004,'2005-08-22 08:15:21',4464,375,'2005-08-28 10:35:21',1,'2006-02-15 21:30:53'),(15005,'2005-08-22 08:15:44',2897,335,'2005-08-24 09:52:44',2,'2006-02-15 21:30:53'),(15006,'2005-08-22 08:20:15',2967,97,'2005-08-23 11:57:15',1,'2006-02-15 21:30:53'),(15007,'2005-08-22 08:21:21',3692,165,'2005-08-27 04:44:21',2,'2006-02-15 21:30:53'),(15008,'2005-08-22 08:24:32',961,277,'2005-08-31 13:48:32',2,'2006-02-15 21:30:53'),(15009,'2005-08-22 08:27:27',4025,325,'2005-08-26 05:57:27',2,'2006-02-15 21:30:53'),(15010,'2005-08-22 08:30:17',171,508,'2005-08-29 13:24:17',2,'2006-02-15 21:30:53'),(15011,'2005-08-22 08:31:07',2722,329,'2005-08-24 04:47:07',1,'2006-02-15 21:30:53'),(15012,'2005-08-22 08:42:32',1584,454,'2005-08-28 05:04:32',1,'2006-02-15 21:30:53'),(15013,'2005-08-22 08:42:45',141,141,'2005-08-24 05:20:45',2,'2006-02-15 21:30:53'),(15014,'2005-08-22 08:43:11',3678,373,'2005-08-31 02:55:11',1,'2006-02-15 21:30:53'),(15015,'2005-08-22 08:43:50',3067,14,'2005-08-31 06:53:50',2,'2006-02-15 21:30:53'),(15016,'2005-08-22 08:47:35',879,434,'2005-08-28 14:23:35',2,'2006-02-15 21:30:53'),(15017,'2005-08-22 08:47:44',3975,144,'2005-08-29 08:16:44',1,'2006-02-15 21:30:53'),(15018,'2005-08-22 08:52:38',394,504,'2005-08-25 08:08:38',1,'2006-02-15 21:30:53'),(15019,'2005-08-22 08:52:53',3425,450,'2005-08-25 13:07:53',2,'2006-02-15 21:30:53'),(15020,'2005-08-22 08:54:12',3460,267,'2005-08-27 04:54:12',1,'2006-02-15 21:30:53'),(15021,'2006-02-14 15:16:03',418,100,NULL,2,'2006-02-15 21:30:53'),(15022,'2005-08-22 08:55:43',249,506,'2005-08-31 05:35:43',2,'2006-02-15 21:30:53'),(15023,'2005-08-22 08:56:48',358,296,'2005-08-29 08:13:48',1,'2006-02-15 21:30:53'),(15024,'2005-08-22 08:57:10',1831,139,'2005-08-24 10:39:10',1,'2006-02-15 21:30:53'),(15025,'2005-08-22 08:57:24',2107,257,'2005-08-24 06:09:24',2,'2006-02-15 21:30:53'),(15026,'2005-08-22 09:01:52',4328,66,'2005-08-28 09:21:52',1,'2006-02-15 21:30:53'),(15027,'2005-08-22 09:03:04',326,478,'2005-08-29 04:03:04',2,'2006-02-15 21:30:53'),(15028,'2005-08-22 09:03:44',4248,37,'2005-08-30 11:28:44',1,'2006-02-15 21:30:53'),(15029,'2005-08-22 09:04:53',2234,139,'2005-08-25 09:03:53',1,'2006-02-15 21:30:53'),(15030,'2005-08-22 09:10:21',3168,341,'2005-08-24 06:00:21',2,'2006-02-15 21:30:53'),(15031,'2005-08-22 09:11:48',3926,430,'2005-08-27 06:11:48',1,'2006-02-15 21:30:53'),(15032,'2005-08-22 09:14:09',3414,467,'2005-08-25 09:50:09',2,'2006-02-15 21:30:53'),(15033,'2005-08-22 09:25:24',2431,168,'2005-08-28 09:56:24',2,'2006-02-15 21:30:53'),(15034,'2005-08-22 09:33:08',1331,235,'2005-08-29 13:04:08',1,'2006-02-15 21:30:53'),(15035,'2005-08-22 09:34:32',339,513,'2005-08-28 10:23:32',1,'2006-02-15 21:30:53'),(15036,'2005-08-22 09:36:00',874,280,'2005-08-23 08:12:00',2,'2006-02-15 21:30:53'),(15037,'2005-08-22 09:36:33',4517,234,'2005-08-31 11:20:33',2,'2006-02-15 21:30:53'),(15038,'2005-08-22 09:37:27',1685,3,'2005-08-23 14:39:27',1,'2006-02-15 21:30:53'),(15039,'2005-08-22 09:37:54',895,180,'2005-08-28 12:23:54',1,'2006-02-15 21:30:53'),(15040,'2005-08-22 09:41:09',3207,523,'2005-08-23 12:49:09',2,'2006-02-15 21:30:53'),(15041,'2005-08-22 09:43:18',1913,372,'2005-08-23 11:04:18',2,'2006-02-15 21:30:53'),(15042,'2005-08-22 09:47:37',3796,553,'2005-08-31 04:42:37',1,'2006-02-15 21:30:53'),(15043,'2005-08-22 09:49:32',3797,182,'2005-08-28 13:50:32',1,'2006-02-15 21:30:53'),(15044,'2005-08-22 09:51:54',4513,439,'2005-08-31 12:45:54',1,'2006-02-15 21:30:53'),(15045,'2005-08-22 09:53:23',3485,161,'2005-08-26 10:09:23',2,'2006-02-15 21:30:53'),(15046,'2005-08-22 09:54:54',1536,474,'2005-08-26 07:34:54',1,'2006-02-15 21:30:53'),(15047,'2005-08-22 09:57:16',1309,19,'2005-08-23 11:39:16',1,'2006-02-15 21:30:53'),(15048,'2005-08-22 10:00:04',2895,27,'2005-08-26 08:26:04',1,'2006-02-15 21:30:53'),(15049,'2005-08-22 10:06:28',1573,102,'2005-08-26 15:12:28',1,'2006-02-15 21:30:53'),(15050,'2005-08-22 10:07:52',3961,167,'2005-08-23 04:45:52',1,'2006-02-15 21:30:53'),(15051,'2005-08-22 10:08:50',1419,300,'2005-08-28 10:23:50',1,'2006-02-15 21:30:53'),(15052,'2005-08-22 10:09:19',2349,147,'2005-08-31 09:27:19',2,'2006-02-15 21:30:53'),(15053,'2005-08-22 10:13:09',1065,374,'2005-08-28 12:42:09',2,'2006-02-15 21:30:53'),(15054,'2005-08-22 10:14:33',2314,44,'2005-08-25 15:07:33',1,'2006-02-15 21:30:53'),(15055,'2005-08-22 10:14:39',623,125,'2005-08-25 07:25:39',2,'2006-02-15 21:30:53'),(15056,'2005-08-22 10:15:54',1871,503,'2005-08-25 07:21:54',1,'2006-02-15 21:30:53'),(15057,'2005-08-22 10:19:58',4534,20,'2005-08-28 05:12:58',1,'2006-02-15 21:30:53'),(15058,'2005-08-22 10:20:55',3537,288,'2005-08-26 12:37:55',1,'2006-02-15 21:30:53'),(15059,'2005-08-22 10:22:00',4079,564,'2005-08-29 07:01:00',2,'2006-02-15 21:30:53'),(15060,'2005-08-22 10:24:32',2740,63,'2005-08-31 11:17:32',2,'2006-02-15 21:30:53'),(15061,'2005-08-22 10:29:44',3436,90,'2005-08-24 14:40:44',1,'2006-02-15 21:30:53'),(15062,'2005-08-22 10:34:39',4393,139,'2005-08-26 13:09:39',2,'2006-02-15 21:30:53'),(15063,'2005-08-22 10:39:51',1159,30,'2005-08-25 16:03:51',2,'2006-02-15 21:30:53'),(15064,'2005-08-22 10:41:58',1233,425,'2005-08-28 13:34:58',2,'2006-02-15 21:30:53'),(15065,'2005-08-22 10:46:44',468,510,'2005-08-27 09:40:44',2,'2006-02-15 21:30:53'),(15066,'2005-08-22 10:49:06',2712,530,'2005-08-23 10:25:06',1,'2006-02-15 21:30:53'),(15067,'2005-08-22 10:49:21',3684,461,'2005-08-24 09:01:21',1,'2006-02-15 21:30:53'),(15068,'2005-08-22 10:50:13',3268,373,'2005-08-26 05:04:13',2,'2006-02-15 21:30:53'),(15069,'2005-08-22 10:55:42',592,568,'2005-08-28 06:59:42',2,'2006-02-15 21:30:53'),(15070,'2005-08-22 10:55:45',2687,441,'2005-08-26 09:23:45',1,'2006-02-15 21:30:53'),(15071,'2005-08-22 10:58:43',417,541,'2005-08-31 14:53:43',1,'2006-02-15 21:30:53'),(15072,'2005-08-22 10:58:45',2871,405,'2005-08-30 16:18:45',1,'2006-02-15 21:30:53'),(15073,'2005-08-22 11:01:15',3970,336,'2005-08-31 09:23:15',1,'2006-02-15 21:30:53'),(15074,'2005-08-22 11:02:52',3112,567,'2005-08-28 07:59:52',2,'2006-02-15 21:30:53'),(15075,'2005-08-22 11:04:52',1938,535,'2005-08-30 05:06:52',1,'2006-02-15 21:30:53'),(15076,'2005-08-22 11:05:34',4170,287,'2005-08-27 14:40:34',1,'2006-02-15 21:30:53'),(15077,'2005-08-22 11:09:18',3142,503,'2005-08-29 08:41:18',1,'2006-02-15 21:30:53'),(15078,'2005-08-22 11:09:31',3001,197,'2005-08-25 12:16:31',1,'2006-02-15 21:30:53'),(15079,'2005-08-22 11:09:56',4552,540,'2005-08-24 15:40:56',2,'2006-02-15 21:30:53'),(15080,'2005-08-22 11:11:51',927,133,'2005-08-23 13:09:51',1,'2006-02-15 21:30:53'),(15081,'2005-08-22 11:14:31',2501,313,'2005-08-28 14:23:31',2,'2006-02-15 21:30:53'),(15082,'2005-08-22 11:17:06',2046,137,'2005-08-28 06:40:06',1,'2006-02-15 21:30:53'),(15083,'2005-08-22 11:17:37',1691,397,'2005-08-28 06:27:37',2,'2006-02-15 21:30:53'),(15084,'2005-08-22 11:17:59',821,287,'2005-08-23 09:23:59',1,'2006-02-15 21:30:53'),(15085,'2005-08-22 11:19:22',1669,67,'2005-08-25 09:04:22',2,'2006-02-15 21:30:53'),(15086,'2005-08-22 11:21:08',264,494,'2005-08-30 08:18:08',2,'2006-02-15 21:30:53'),(15087,'2005-08-22 11:24:09',233,404,'2005-08-27 16:42:09',2,'2006-02-15 21:30:53'),(15088,'2005-08-22 11:28:26',4199,377,'2005-08-24 15:46:26',2,'2006-02-15 21:30:53'),(15089,'2005-08-22 11:34:06',3288,61,'2005-08-31 12:45:06',1,'2006-02-15 21:30:53'),(15090,'2005-08-22 11:34:33',2918,582,'2005-08-31 06:09:33',2,'2006-02-15 21:30:53'),(15091,'2005-08-22 11:34:43',2092,477,'2005-08-23 16:52:43',2,'2006-02-15 21:30:53'),(15092,'2005-08-22 11:36:16',2418,464,'2005-08-28 09:49:16',2,'2006-02-15 21:30:53'),(15093,'2005-08-22 11:39:03',3534,60,'2005-08-23 06:16:03',2,'2006-02-15 21:30:53'),(15094,'2006-02-14 15:16:03',922,424,NULL,1,'2006-02-15 21:30:53'),(15095,'2005-08-22 11:41:35',489,202,'2005-08-25 16:44:35',2,'2006-02-15 21:30:53'),(15096,'2005-08-22 11:43:04',1983,33,'2005-08-29 12:16:04',2,'2006-02-15 21:30:53'),(15097,'2005-08-22 11:43:42',2838,475,'2005-08-27 10:25:42',1,'2006-02-15 21:30:53'),(15098,'2005-08-22 11:48:19',4414,88,'2005-08-31 11:07:19',2,'2006-02-15 21:30:53'),(15099,'2005-08-22 11:49:16',1940,86,'2005-08-26 06:38:16',2,'2006-02-15 21:30:53'),(15100,'2005-08-22 11:55:03',4489,312,'2005-08-25 14:55:03',1,'2006-02-15 21:30:53'),(15101,'2005-08-22 11:56:02',683,335,'2005-08-28 13:08:02',2,'2006-02-15 21:30:53'),(15102,'2005-08-22 11:58:58',2317,555,'2005-08-29 08:37:58',1,'2006-02-15 21:30:53'),(15103,'2005-08-22 12:01:06',853,101,'2005-08-25 14:40:06',2,'2006-02-15 21:30:53'),(15104,'2005-08-22 12:01:16',4550,359,'2005-08-27 17:48:16',1,'2006-02-15 21:30:53'),(15105,'2005-08-22 12:01:33',3965,338,'2005-08-26 14:29:33',2,'2006-02-15 21:30:53'),(15106,'2005-08-22 12:01:48',399,155,'2005-08-27 16:12:48',1,'2006-02-15 21:30:53'),(15107,'2005-08-22 12:05:02',2378,376,'2005-08-23 11:09:02',1,'2006-02-15 21:30:53'),(15108,'2005-08-22 12:10:07',3463,447,'2005-08-26 14:46:07',2,'2006-02-15 21:30:53'),(15109,'2005-08-22 12:12:58',565,588,'2005-08-30 07:20:58',1,'2006-02-15 21:30:53'),(15110,'2005-08-22 12:16:46',1379,72,'2005-08-26 13:36:46',1,'2006-02-15 21:30:53'),(15111,'2005-08-22 12:21:43',4101,119,'2005-08-24 09:31:43',1,'2006-02-15 21:30:53'),(15112,'2005-08-22 12:21:49',2832,160,'2005-08-27 11:03:49',1,'2006-02-15 21:30:53'),(15113,'2005-08-22 12:23:59',4338,424,'2005-08-27 09:59:59',1,'2006-02-15 21:30:53'),(15114,'2005-08-22 12:24:55',2481,121,'2005-08-31 17:06:55',1,'2006-02-15 21:30:53'),(15115,'2005-08-22 12:28:01',1739,33,'2005-08-26 16:12:01',1,'2006-02-15 21:30:53'),(15116,'2005-08-22 12:35:40',518,217,'2005-08-23 17:58:40',1,'2006-02-15 21:30:53'),(15117,'2005-08-22 12:38:20',2502,292,'2005-08-27 07:36:20',2,'2006-02-15 21:30:53'),(15118,'2005-08-22 12:38:37',2081,473,'2005-08-29 14:01:37',2,'2006-02-15 21:30:53'),(15119,'2005-08-22 12:41:33',4526,288,'2005-08-23 14:44:33',2,'2006-02-15 21:30:53'),(15120,'2005-08-22 12:42:47',3083,11,'2005-08-23 14:21:47',1,'2006-02-15 21:30:53'),(15121,'2005-08-22 12:46:37',2981,415,'2005-08-25 17:42:37',1,'2006-02-15 21:30:53'),(15122,'2005-08-22 12:47:45',1686,91,'2005-08-29 13:18:45',2,'2006-02-15 21:30:53'),(15123,'2005-08-22 12:48:44',1455,445,'2005-08-27 11:07:44',1,'2006-02-15 21:30:53'),(15124,'2005-08-22 12:51:38',1598,39,'2005-08-26 09:05:38',1,'2006-02-15 21:30:53'),(15125,'2005-08-22 12:53:22',3942,221,'2005-08-29 18:44:22',1,'2006-02-15 21:30:53'),(15126,'2005-08-22 12:53:58',1902,459,'2005-08-28 07:39:58',1,'2006-02-15 21:30:53'),(15127,'2005-08-22 12:56:29',2397,287,'2005-08-26 10:58:29',1,'2006-02-15 21:30:53'),(15128,'2005-08-22 12:57:26',3229,457,'2005-08-30 11:35:26',2,'2006-02-15 21:30:53'),(15129,'2005-08-22 13:03:52',3782,234,'2005-08-29 10:56:52',2,'2006-02-15 21:30:53'),(15130,'2005-08-22 13:04:32',2375,536,'2005-08-30 17:24:32',1,'2006-02-15 21:30:53'),(15131,'2005-08-22 13:06:26',1930,119,'2005-08-30 16:43:26',1,'2006-02-15 21:30:53'),(15132,'2005-08-22 13:11:25',3474,393,'2005-08-27 17:04:25',2,'2006-02-15 21:30:53'),(15133,'2005-08-22 13:17:43',3408,137,'2005-08-26 08:40:43',1,'2006-02-15 21:30:53'),(15134,'2005-08-22 13:18:25',4442,22,'2005-08-29 18:03:25',1,'2006-02-15 21:30:53'),(15135,'2005-08-22 13:19:19',555,284,'2005-08-27 17:09:19',2,'2006-02-15 21:30:53'),(15136,'2005-08-22 13:19:25',2606,435,'2005-08-24 07:28:25',2,'2006-02-15 21:30:53'),(15137,'2005-08-22 13:20:28',856,241,'2005-08-26 09:35:28',1,'2006-02-15 21:30:53'),(15138,'2005-08-22 13:36:30',2467,50,'2005-08-27 15:35:30',1,'2006-02-15 21:30:53'),(15139,'2005-08-22 13:38:11',2018,237,'2005-08-30 09:00:11',1,'2006-02-15 21:30:53'),(15140,'2005-08-22 13:39:20',1402,414,'2005-08-30 18:19:20',2,'2006-02-15 21:30:53'),(15141,'2005-08-22 13:41:49',227,541,'2005-08-28 15:25:49',2,'2006-02-15 21:30:53'),(15142,'2005-08-22 13:44:32',1337,351,'2005-08-29 14:19:32',1,'2006-02-15 21:30:53'),(15143,'2005-08-22 13:46:24',1519,274,'2005-08-25 09:47:24',2,'2006-02-15 21:30:53'),(15144,'2005-08-22 13:49:18',559,527,'2005-08-26 11:11:18',2,'2006-02-15 21:30:53'),(15145,'2005-08-22 13:53:04',2179,2,'2005-08-31 15:51:04',1,'2006-02-15 21:30:53'),(15146,'2005-08-22 13:57:55',3102,72,'2005-08-28 12:57:55',2,'2006-02-15 21:30:53'),(15147,'2005-08-22 13:58:23',2553,4,'2005-08-28 14:33:23',2,'2006-02-15 21:30:53'),(15148,'2005-08-22 13:59:19',3704,359,'2005-08-31 13:59:19',2,'2006-02-15 21:30:53'),(15149,'2005-08-22 14:08:06',3059,537,'2005-08-25 08:25:06',1,'2006-02-15 21:30:53'),(15150,'2005-08-22 14:12:05',1797,161,'2005-08-27 12:47:05',1,'2006-02-15 21:30:53'),(15151,'2005-08-22 14:23:11',4070,463,'2005-08-30 14:01:11',1,'2006-02-15 21:30:53'),(15152,'2005-08-22 14:25:21',739,123,'2005-08-31 14:28:21',1,'2006-02-15 21:30:53'),(15153,'2005-08-22 14:26:01',1051,512,'2005-08-27 14:17:01',2,'2006-02-15 21:30:53'),(15154,'2005-08-22 14:27:37',3395,106,'2005-08-29 20:04:37',2,'2006-02-15 21:30:53'),(15155,'2005-08-22 14:27:46',2641,43,'2005-08-23 17:46:46',2,'2006-02-15 21:30:53'),(15156,'2005-08-22 14:29:11',1174,494,'2005-08-30 17:48:11',2,'2006-02-15 21:30:53'),(15157,'2005-08-22 14:30:09',1909,580,'2005-08-29 18:28:09',1,'2006-02-15 21:30:53'),(15158,'2005-08-22 14:30:39',3614,588,'2005-08-27 15:55:39',1,'2006-02-15 21:30:53'),(15159,'2005-08-22 14:32:25',4355,525,'2005-08-24 11:19:25',2,'2006-02-15 21:30:53'),(15160,'2005-08-22 14:33:50',4321,249,'2005-08-28 11:26:50',1,'2006-02-15 21:30:53'),(15161,'2005-08-22 14:37:22',1445,20,'2005-08-27 17:40:22',1,'2006-02-15 21:30:53'),(15162,'2005-08-22 14:41:05',1756,439,'2005-08-27 20:23:05',2,'2006-02-15 21:30:53'),(15163,'2005-08-22 14:43:13',3597,100,'2005-08-26 14:26:13',1,'2006-02-15 21:30:53'),(15164,'2005-08-22 14:47:53',997,193,'2005-08-25 16:05:53',1,'2006-02-15 21:30:53'),(15165,'2005-08-22 14:59:30',3664,168,'2005-08-29 15:46:30',2,'2006-02-15 21:30:53'),(15166,'2005-08-22 15:05:37',1530,504,'2005-08-30 12:22:37',2,'2006-02-15 21:30:53'),(15167,'2006-02-14 15:16:03',973,190,NULL,2,'2006-02-15 21:30:53'),(15168,'2005-08-22 15:14:20',3218,526,'2005-08-25 20:12:20',2,'2006-02-15 21:30:53'),(15169,'2005-08-22 15:21:56',794,76,'2005-08-28 09:40:56',1,'2006-02-15 21:30:53'),(15170,'2005-08-22 15:22:15',2123,521,'2005-08-23 20:32:15',1,'2006-02-15 21:30:53'),(15171,'2005-08-22 15:23:59',1201,119,'2005-08-28 12:05:59',2,'2006-02-15 21:30:53'),(15172,'2005-08-22 15:25:33',2367,511,'2005-08-23 17:29:33',1,'2006-02-15 21:30:53'),(15173,'2005-08-22 15:26:29',2585,338,'2005-08-29 14:03:29',1,'2006-02-15 21:30:53'),(15174,'2005-08-22 15:26:36',19,111,'2005-08-31 10:47:36',2,'2006-02-15 21:30:53'),(15175,'2005-08-22 15:29:15',4318,380,'2005-08-27 15:11:15',2,'2006-02-15 21:30:53'),(15176,'2005-08-22 15:30:25',3063,115,'2005-08-31 20:00:25',1,'2006-02-15 21:30:53'),(15177,'2005-08-22 15:34:49',838,493,'2005-08-26 12:54:49',1,'2006-02-15 21:30:53'),(15178,'2005-08-22 15:36:04',1745,15,'2005-08-26 21:00:04',2,'2006-02-15 21:30:53'),(15179,'2005-08-22 15:36:22',450,328,'2005-08-31 19:57:22',1,'2006-02-15 21:30:53'),(15180,'2005-08-22 15:42:57',234,532,'2005-08-24 12:49:57',2,'2006-02-15 21:30:53'),(15181,'2005-08-22 15:46:20',3900,266,'2005-08-27 09:56:20',1,'2006-02-15 21:30:53'),(15182,'2005-08-22 15:47:05',645,443,'2005-08-25 11:55:05',1,'2006-02-15 21:30:53'),(15183,'2005-08-22 15:49:54',2696,268,'2005-08-25 12:29:54',1,'2006-02-15 21:30:53'),(15184,'2005-08-22 15:51:12',1193,471,'2005-08-24 19:23:12',2,'2006-02-15 21:30:53'),(15185,'2005-08-22 15:52:50',2948,472,'2005-08-31 20:38:50',1,'2006-02-15 21:30:53'),(15186,'2005-08-22 15:52:57',1323,104,'2005-08-24 21:12:57',1,'2006-02-15 21:30:53'),(15187,'2005-08-22 15:53:32',2338,461,'2005-08-27 14:21:32',1,'2006-02-15 21:30:53'),(15188,'2005-08-22 15:55:48',131,478,'2005-08-29 19:10:48',1,'2006-02-15 21:30:53'),(15189,'2005-08-22 15:56:42',2559,398,'2005-08-29 12:20:42',1,'2006-02-15 21:30:53'),(15190,'2005-08-22 15:57:38',2096,84,'2005-08-24 13:46:38',1,'2006-02-15 21:30:53'),(15191,'2006-02-14 15:16:03',3688,75,NULL,1,'2006-02-15 21:30:53'),(15192,'2005-08-22 16:06:23',4213,216,'2005-08-27 13:12:23',1,'2006-02-15 21:30:53'),(15193,'2005-08-22 16:06:49',1033,40,'2005-08-25 17:23:49',1,'2006-02-15 21:30:53'),(15194,'2005-08-22 16:07:34',1217,332,'2005-08-26 19:16:34',1,'2006-02-15 21:30:53'),(15195,'2005-08-22 16:08:23',1080,508,'2005-08-30 17:56:23',2,'2006-02-15 21:30:53'),(15196,'2005-08-22 16:11:32',1413,181,'2005-08-30 22:06:32',1,'2006-02-15 21:30:53'),(15197,'2005-08-22 16:14:25',2915,159,'2005-08-26 16:22:25',2,'2006-02-15 21:30:53'),(15198,'2005-08-22 16:15:33',1253,396,'2005-08-29 20:49:33',1,'2006-02-15 21:30:53'),(15199,'2005-08-22 16:17:49',18,216,'2005-08-25 20:12:49',1,'2006-02-15 21:30:53'),(15200,'2005-08-22 16:22:53',1000,374,'2005-08-24 10:25:53',2,'2006-02-15 21:30:53'),(15201,'2005-08-22 16:24:42',4456,301,'2005-08-31 17:54:42',1,'2006-02-15 21:30:53'),(15202,'2005-08-22 16:26:53',2119,374,'2005-08-23 13:49:53',2,'2006-02-15 21:30:53'),(15203,'2005-08-22 16:28:00',743,568,'2005-08-26 16:55:00',2,'2006-02-15 21:30:53'),(15204,'2005-08-22 16:30:43',1471,317,'2005-08-26 20:37:43',2,'2006-02-15 21:30:53'),(15205,'2005-08-22 16:32:23',3276,489,'2005-08-27 16:08:23',1,'2006-02-15 21:30:53'),(15206,'2005-08-22 16:33:39',3901,524,'2005-08-31 11:41:39',1,'2006-02-15 21:30:53'),(15207,'2005-08-22 16:35:25',1149,442,'2005-08-23 14:06:25',1,'2006-02-15 21:30:53'),(15208,'2005-08-22 16:35:47',4346,267,'2005-08-30 15:16:47',1,'2006-02-15 21:30:53'),(15209,'2005-08-22 16:37:32',1620,588,'2005-08-25 19:04:32',1,'2006-02-15 21:30:53'),(15210,'2005-08-22 16:37:36',3811,332,'2005-08-29 11:54:36',1,'2006-02-15 21:30:53'),(15211,'2005-08-22 16:40:21',3025,410,'2005-08-28 13:33:21',2,'2006-02-15 21:30:53'),(15212,'2005-08-22 16:44:26',2182,562,'2005-08-27 20:26:26',1,'2006-02-15 21:30:53'),(15213,'2005-08-22 16:49:02',2002,166,'2005-08-31 20:22:02',1,'2006-02-15 21:30:53'),(15214,'2005-08-22 16:53:29',1500,574,'2005-08-24 14:17:29',1,'2006-02-15 21:30:53'),(15215,'2005-08-22 16:55:26',1906,344,'2005-08-25 20:19:26',1,'2006-02-15 21:30:53'),(15216,'2005-08-22 16:57:02',1633,166,'2005-08-24 16:11:02',2,'2006-02-15 21:30:53'),(15217,'2005-08-22 16:58:31',91,90,'2005-08-23 22:33:31',1,'2006-02-15 21:30:53'),(15218,'2005-08-22 16:59:05',10,139,'2005-08-30 17:01:05',1,'2006-02-15 21:30:53'),(15219,'2005-08-22 17:00:31',3313,544,'2005-08-31 20:16:31',1,'2006-02-15 21:30:53'),(15220,'2005-08-22 17:02:23',187,128,'2005-08-28 21:02:23',1,'2006-02-15 21:30:53'),(15221,'2005-08-22 17:12:29',110,253,'2005-08-24 20:46:29',2,'2006-02-15 21:30:53'),(15222,'2005-08-22 17:12:30',1360,390,'2005-08-27 15:10:30',2,'2006-02-15 21:30:53'),(15223,'2005-08-22 17:13:39',2263,541,'2005-08-27 11:17:39',2,'2006-02-15 21:30:53'),(15224,'2005-08-22 17:18:05',33,81,'2005-08-29 14:35:05',2,'2006-02-15 21:30:53'),(15225,'2005-08-22 17:18:32',1646,224,'2005-08-24 17:25:32',1,'2006-02-15 21:30:53'),(15226,'2005-08-22 17:20:17',318,54,'2005-08-31 15:36:17',1,'2006-02-15 21:30:53'),(15227,'2005-08-22 17:22:41',2987,151,'2005-08-23 20:59:41',1,'2006-02-15 21:30:53'),(15228,'2005-08-22 17:27:23',2485,48,'2005-08-29 11:38:23',2,'2006-02-15 21:30:53'),(15229,'2005-08-22 17:30:25',320,63,'2005-08-23 14:13:25',1,'2006-02-15 21:30:53'),(15230,'2005-08-22 17:31:41',2572,466,'2005-08-25 21:57:41',2,'2006-02-15 21:30:53'),(15231,'2005-08-22 17:32:57',2980,187,'2005-08-25 13:06:57',1,'2006-02-15 21:30:53'),(15232,'2005-08-22 17:37:02',61,5,'2005-08-25 18:45:02',1,'2006-02-15 21:30:53'),(15233,'2005-08-22 17:41:53',4405,197,'2005-08-24 12:59:53',2,'2006-02-15 21:30:53'),(15234,'2006-02-14 15:16:03',908,228,NULL,2,'2006-02-15 21:30:53'),(15235,'2005-08-22 17:43:12',2726,416,'2005-08-29 23:03:12',2,'2006-02-15 21:30:53'),(15236,'2005-08-22 17:44:27',4124,557,'2005-08-24 23:25:27',1,'2006-02-15 21:30:53'),(15237,'2005-08-22 17:44:30',4485,148,'2005-08-24 12:51:30',1,'2006-02-15 21:30:53'),(15238,'2005-08-22 17:46:12',403,70,'2005-08-29 16:41:12',1,'2006-02-15 21:30:53'),(15239,'2005-08-22 17:46:17',1809,501,'2005-08-26 19:03:17',1,'2006-02-15 21:30:53'),(15240,'2005-08-22 17:46:41',2014,11,'2005-08-23 15:08:41',2,'2006-02-15 21:30:53'),(15241,'2005-08-22 17:47:40',832,337,'2005-08-29 15:28:40',2,'2006-02-15 21:30:53'),(15242,'2005-08-22 17:48:10',2106,364,'2005-08-27 23:32:10',1,'2006-02-15 21:30:53'),(15243,'2005-08-22 17:48:28',4408,308,'2005-08-31 13:22:28',1,'2006-02-15 21:30:53'),(15244,'2005-08-22 17:48:42',1486,271,'2005-08-28 13:17:42',2,'2006-02-15 21:30:53'),(15245,'2005-08-22 17:49:35',2545,298,'2005-08-26 18:25:35',2,'2006-02-15 21:30:53'),(15246,'2005-08-22 17:50:49',3786,100,'2005-08-30 22:21:49',1,'2006-02-15 21:30:53'),(15247,'2005-08-22 17:52:05',4572,250,'2005-08-31 21:37:05',1,'2006-02-15 21:30:53'),(15248,'2005-08-22 17:53:06',977,20,'2005-08-25 18:43:06',2,'2006-02-15 21:30:53'),(15249,'2005-08-22 17:58:27',121,444,'2005-08-30 14:55:27',1,'2006-02-15 21:30:53'),(15250,'2005-08-22 18:03:11',2176,143,'2005-08-27 12:19:11',2,'2006-02-15 21:30:53'),(15251,'2005-08-22 18:03:57',1994,285,'2005-08-23 20:56:57',2,'2006-02-15 21:30:53'),(15252,'2005-08-22 18:04:22',1821,453,'2005-08-25 17:14:22',2,'2006-02-15 21:30:53'),(15253,'2005-08-22 18:05:21',4143,333,'2005-08-23 18:06:21',2,'2006-02-15 21:30:53'),(15254,'2005-08-22 18:13:07',3762,209,'2005-08-24 21:55:07',1,'2006-02-15 21:30:53'),(15255,'2005-08-22 18:16:50',3415,84,'2005-08-28 14:14:50',2,'2006-02-15 21:30:53'),(15256,'2005-08-22 18:20:07',1873,198,'2005-08-28 12:57:07',1,'2006-02-15 21:30:53'),(15257,'2005-08-22 18:21:04',915,223,'2005-08-30 20:13:04',1,'2006-02-15 21:30:53'),(15258,'2005-08-22 18:22:44',788,293,'2005-08-25 16:54:44',1,'2006-02-15 21:30:53'),(15259,'2005-08-22 18:23:23',3261,488,'2005-08-27 13:06:23',1,'2006-02-15 21:30:53'),(15260,'2005-08-22 18:24:16',3135,274,'2005-08-24 21:26:16',1,'2006-02-15 21:30:53'),(15261,'2005-08-22 18:24:34',2200,140,'2005-08-27 19:53:34',1,'2006-02-15 21:30:53'),(15262,'2005-08-22 18:25:21',2534,298,'2005-08-28 22:19:21',1,'2006-02-15 21:30:53'),(15263,'2005-08-22 18:27:33',184,324,'2005-08-30 14:05:33',1,'2006-02-15 21:30:53'),(15264,'2005-08-22 18:27:38',4459,440,'2005-08-24 12:39:38',1,'2006-02-15 21:30:53'),(15265,'2005-08-22 18:35:59',1763,512,'2005-08-28 21:18:59',2,'2006-02-15 21:30:53'),(15266,'2005-08-22 18:37:24',1870,124,'2005-08-23 17:34:24',2,'2006-02-15 21:30:53'),(15267,'2005-08-22 18:37:48',2966,153,'2005-08-24 00:22:48',1,'2006-02-15 21:30:53'),(15268,'2005-08-22 18:39:11',1245,301,'2005-08-26 21:46:11',1,'2006-02-15 21:30:53'),(15269,'2005-08-22 18:39:44',524,275,'2005-08-24 17:29:44',1,'2006-02-15 21:30:53'),(15270,'2005-08-22 18:48:42',4123,262,'2005-08-28 15:38:42',2,'2006-02-15 21:30:53'),(15271,'2005-08-22 18:48:48',4232,59,'2005-08-30 00:45:48',2,'2006-02-15 21:30:53'),(15272,'2005-08-22 18:49:40',1664,422,'2005-08-28 21:22:40',1,'2006-02-15 21:30:53'),(15273,'2005-08-22 18:53:28',2558,422,'2005-08-30 18:58:28',2,'2006-02-15 21:30:53'),(15274,'2005-08-22 18:55:52',3519,515,'2005-08-23 20:02:52',1,'2006-02-15 21:30:53'),(15275,'2005-08-22 18:57:39',1522,597,'2005-08-23 19:00:39',2,'2006-02-15 21:30:53'),(15276,'2005-08-22 18:59:01',4523,490,'2005-08-23 19:49:01',2,'2006-02-15 21:30:53'),(15277,'2005-08-22 19:02:48',1780,217,'2005-08-31 18:53:48',2,'2006-02-15 21:30:53'),(15278,'2005-08-22 19:06:47',2454,472,'2005-08-25 01:00:47',2,'2006-02-15 21:30:53'),(15279,'2005-08-22 19:08:49',1088,363,'2005-08-30 00:38:49',2,'2006-02-15 21:30:53'),(15280,'2005-08-22 19:09:52',3464,317,'2005-08-28 00:39:52',1,'2006-02-15 21:30:53'),(15281,'2005-08-22 19:10:26',3992,543,'2005-08-27 21:55:26',2,'2006-02-15 21:30:53'),(15282,'2006-02-14 15:16:03',1932,163,NULL,1,'2006-02-15 21:30:53'),(15283,'2005-08-22 19:16:04',1688,219,'2005-08-31 21:05:04',1,'2006-02-15 21:30:53'),(15284,'2005-08-22 19:17:08',2265,393,'2005-08-29 13:28:08',2,'2006-02-15 21:30:53'),(15285,'2005-08-22 19:17:24',481,233,'2005-08-25 00:25:24',1,'2006-02-15 21:30:53'),(15286,'2005-08-22 19:17:56',3731,74,'2005-08-29 16:08:56',2,'2006-02-15 21:30:53'),(15287,'2005-08-22 19:19:37',308,535,'2005-08-29 16:05:37',1,'2006-02-15 21:30:53'),(15288,'2005-08-22 19:23:58',1999,475,'2005-08-26 23:28:58',1,'2006-02-15 21:30:53'),(15289,'2005-08-22 19:27:24',1026,513,'2005-08-30 22:21:24',1,'2006-02-15 21:30:53'),(15290,'2005-08-22 19:28:02',270,404,'2005-08-31 20:04:02',2,'2006-02-15 21:30:53'),(15291,'2005-08-22 19:28:04',1461,494,'2005-08-26 15:07:04',1,'2006-02-15 21:30:53'),(15292,'2005-08-22 19:28:56',3072,337,'2005-08-28 22:39:56',2,'2006-02-15 21:30:53'),(15293,'2006-02-14 15:16:03',1219,263,NULL,2,'2006-02-15 21:30:53'),(15294,'2006-02-14 15:16:03',70,108,NULL,1,'2006-02-15 21:30:53'),(15295,'2005-08-22 19:36:21',2164,186,'2005-08-31 00:07:21',2,'2006-02-15 21:30:53'),(15296,'2005-08-22 19:37:20',2715,55,'2005-08-24 15:16:20',1,'2006-02-15 21:30:53'),(15297,'2006-02-14 15:16:03',3192,327,NULL,2,'2006-02-15 21:30:53'),(15298,'2005-08-22 19:41:37',1446,1,'2005-08-28 22:49:37',1,'2006-02-15 21:30:53'),(15299,'2005-08-22 19:42:57',767,381,'2005-08-23 15:29:57',2,'2006-02-15 21:30:53'),(15300,'2005-08-22 19:44:00',2319,399,'2005-08-25 22:49:00',2,'2006-02-15 21:30:53'),(15301,'2005-08-22 19:44:16',619,454,'2005-08-26 22:57:16',2,'2006-02-15 21:30:53'),(15302,'2005-08-22 19:44:53',188,320,'2005-08-24 18:13:53',2,'2006-02-15 21:30:53'),(15303,'2005-08-22 19:44:59',1672,390,'2005-08-30 21:59:59',1,'2006-02-15 21:30:53'),(15304,'2005-08-22 19:45:57',4332,112,'2005-08-28 00:21:57',2,'2006-02-15 21:30:53'),(15305,'2005-08-22 19:46:05',671,529,'2005-08-27 19:11:05',2,'2006-02-15 21:30:53'),(15306,'2005-08-22 19:46:36',521,340,'2005-08-27 14:09:36',1,'2006-02-15 21:30:53'),(15307,'2005-08-22 19:54:26',4525,598,'2005-08-29 01:38:26',2,'2006-02-15 21:30:53'),(15308,'2005-08-22 19:54:31',987,329,'2005-08-26 23:09:31',1,'2006-02-15 21:30:53'),(15309,'2005-08-22 19:54:52',2743,141,'2005-08-24 23:00:52',2,'2006-02-15 21:30:53'),(15310,'2005-08-22 19:56:41',2546,360,'2005-08-24 16:32:41',2,'2006-02-15 21:30:53'),(15311,'2005-08-22 19:56:52',3612,176,'2005-08-31 20:15:52',2,'2006-02-15 21:30:53'),(15312,'2005-08-22 19:58:15',2509,280,'2005-08-25 19:21:15',2,'2006-02-15 21:30:53'),(15313,'2005-08-22 19:59:42',2587,333,'2005-08-24 15:03:42',2,'2006-02-15 21:30:53'),(15314,'2006-02-14 15:16:03',2754,412,NULL,1,'2006-02-15 21:30:53'),(15315,'2005-08-22 20:03:46',312,1,'2005-08-30 01:51:46',2,'2006-02-15 21:30:53'),(15316,'2005-08-22 20:07:03',1830,422,'2005-08-27 18:45:03',1,'2006-02-15 21:30:53'),(15317,'2005-08-22 20:14:13',2325,512,'2005-08-29 18:32:13',1,'2006-02-15 21:30:53'),(15318,'2005-08-22 20:15:16',1738,60,'2005-08-25 14:17:16',1,'2006-02-15 21:30:53'),(15319,'2005-08-22 20:17:17',3041,188,'2005-08-25 01:06:17',2,'2006-02-15 21:30:53'),(15320,'2005-08-22 20:17:49',648,407,'2005-08-28 17:31:49',1,'2006-02-15 21:30:53'),(15321,'2005-08-22 20:20:04',4152,384,'2005-08-24 23:26:04',2,'2006-02-15 21:30:53'),(15322,'2005-08-22 20:20:30',3553,263,'2005-08-25 01:26:30',2,'2006-02-15 21:30:53'),(15323,'2005-08-22 20:22:40',1153,178,'2005-08-26 00:35:40',1,'2006-02-15 21:30:53'),(15324,'2005-08-22 20:23:13',161,93,'2005-08-29 18:23:13',1,'2006-02-15 21:30:53'),(15325,'2005-08-22 20:27:38',3549,74,'2005-08-23 15:24:38',1,'2006-02-15 21:30:53'),(15326,'2006-02-14 15:16:03',3320,58,NULL,1,'2006-02-15 21:30:53'),(15327,'2005-08-22 20:31:24',1018,450,'2005-08-30 23:52:24',1,'2006-02-15 21:30:53'),(15328,'2005-08-22 20:31:38',4546,274,'2005-08-29 20:17:38',1,'2006-02-15 21:30:53'),(15329,'2005-08-22 20:32:39',1900,521,'2005-08-23 17:15:39',1,'2006-02-15 21:30:53'),(15330,'2005-08-22 20:35:30',689,427,'2005-08-30 21:54:30',1,'2006-02-15 21:30:53'),(15331,'2005-08-22 20:37:57',146,147,'2005-08-25 21:56:57',1,'2006-02-15 21:30:53'),(15332,'2005-08-22 20:41:53',3368,162,'2005-08-24 01:45:53',1,'2006-02-15 21:30:53'),(15333,'2005-08-22 20:44:06',1839,142,'2005-08-29 22:34:06',2,'2006-02-15 21:30:53'),(15334,'2005-08-22 20:44:35',3882,407,'2005-08-29 23:03:35',2,'2006-02-15 21:30:53'),(15335,'2005-08-22 20:44:55',1593,363,'2005-08-28 21:43:55',1,'2006-02-15 21:30:53'),(15336,'2005-08-22 20:47:48',490,461,'2005-08-31 18:17:48',2,'2006-02-15 21:30:53'),(15337,'2005-08-22 20:49:51',280,237,'2005-08-26 23:27:51',1,'2006-02-15 21:30:53'),(15338,'2005-08-22 20:51:24',502,13,'2005-08-24 23:41:24',2,'2006-02-15 21:30:53'),(15339,'2005-08-22 20:52:12',1660,331,'2005-08-26 00:36:12',2,'2006-02-15 21:30:53'),(15340,'2005-08-22 20:55:56',3653,313,'2005-08-27 18:52:56',1,'2006-02-15 21:30:53'),(15341,'2005-08-22 20:56:31',3359,91,'2005-08-30 17:25:31',1,'2006-02-15 21:30:53'),(15342,'2005-08-22 20:56:41',3287,459,'2005-08-26 22:51:41',2,'2006-02-15 21:30:53'),(15343,'2005-08-22 21:01:25',2589,538,'2005-08-28 16:15:25',1,'2006-02-15 21:30:53'),(15344,'2005-08-22 21:01:48',3560,193,'2005-08-27 15:47:48',1,'2006-02-15 21:30:53'),(15345,'2005-08-22 21:05:50',3481,277,'2005-08-26 20:30:50',1,'2006-02-15 21:30:53'),(15346,'2005-08-22 21:06:00',3525,266,'2005-08-28 22:08:00',1,'2006-02-15 21:30:53'),(15347,'2005-08-22 21:12:19',3764,519,'2005-08-24 20:12:19',1,'2006-02-15 21:30:53'),(15348,'2005-08-22 21:13:46',3846,587,'2005-08-24 17:06:46',1,'2006-02-15 21:30:53'),(15349,'2005-08-22 21:13:51',4055,587,'2005-08-23 20:55:51',1,'2006-02-15 21:30:53'),(15350,'2005-08-22 21:15:29',1170,488,'2005-08-24 02:56:29',1,'2006-02-15 21:30:53'),(15351,'2005-08-22 21:15:46',3260,154,'2005-08-23 17:38:46',1,'2006-02-15 21:30:53'),(15352,'2005-08-22 21:16:54',16,560,'2005-08-31 00:38:54',2,'2006-02-15 21:30:53'),(15353,'2005-08-22 21:18:08',3470,368,'2005-08-25 20:29:08',2,'2006-02-15 21:30:53'),(15354,'2005-08-22 21:18:59',4212,412,'2005-08-27 20:12:59',2,'2006-02-15 21:30:53'),(15355,'2005-08-22 21:19:24',3477,493,'2005-08-28 20:36:24',2,'2006-02-15 21:30:53'),(15356,'2005-08-22 21:24:19',4507,539,'2005-08-25 22:32:19',2,'2006-02-15 21:30:53'),(15357,'2005-08-22 21:28:59',727,24,'2005-08-25 17:15:59',1,'2006-02-15 21:30:53'),(15358,'2005-08-22 21:29:14',822,448,'2005-08-31 00:10:14',2,'2006-02-15 21:30:53'),(15359,'2005-08-22 21:34:00',4505,77,'2005-08-29 18:59:00',1,'2006-02-15 21:30:53'),(15360,'2005-08-22 21:36:51',1950,531,'2005-08-24 16:46:51',1,'2006-02-15 21:30:53'),(15361,'2005-08-22 21:39:45',1407,380,'2005-08-23 17:32:45',2,'2006-02-15 21:30:53'),(15362,'2005-08-22 21:40:20',1023,497,'2005-08-29 15:55:20',1,'2006-02-15 21:30:53'),(15363,'2005-08-22 21:41:40',2326,480,'2005-08-23 21:40:40',1,'2006-02-15 21:30:53'),(15364,'2005-08-22 21:41:41',4184,204,'2005-08-28 00:49:41',1,'2006-02-15 21:30:53'),(15365,'2005-08-22 21:42:17',3382,327,'2005-09-01 03:14:17',2,'2006-02-15 21:30:53'),(15366,'2005-08-22 21:45:57',1453,374,'2005-08-30 16:35:57',1,'2006-02-15 21:30:53'),(15367,'2005-08-22 21:47:53',160,355,'2005-08-27 17:54:53',2,'2006-02-15 21:30:53'),(15368,'2005-08-22 21:57:15',1130,370,'2005-08-29 16:28:15',1,'2006-02-15 21:30:53'),(15369,'2005-08-22 21:58:06',881,121,'2005-08-26 00:27:06',2,'2006-02-15 21:30:53'),(15370,'2005-08-22 21:59:29',67,10,'2005-08-27 16:32:29',1,'2006-02-15 21:30:53'),(15371,'2006-02-14 15:16:03',3672,94,NULL,2,'2006-02-15 21:30:53'),(15372,'2005-08-22 21:59:51',3876,273,'2005-08-23 17:01:51',1,'2006-02-15 21:30:53'),(15373,'2005-08-22 22:08:11',4439,14,'2005-08-24 01:05:11',2,'2006-02-15 21:30:53'),(15374,'2005-08-22 22:09:09',4275,8,'2005-08-31 01:10:09',1,'2006-02-15 21:30:53'),(15375,'2005-08-22 22:12:02',3864,191,'2005-08-24 00:50:02',2,'2006-02-15 21:30:53'),(15376,'2005-08-22 22:21:35',2963,390,'2005-08-28 20:56:35',1,'2006-02-15 21:30:53'),(15377,'2005-08-22 22:22:33',3405,551,'2005-08-29 18:41:33',1,'2006-02-15 21:30:53'),(15378,'2005-08-22 22:25:17',1483,340,'2005-08-30 17:04:17',1,'2006-02-15 21:30:53'),(15379,'2005-08-22 22:26:13',1899,148,'2005-08-31 18:19:13',1,'2006-02-15 21:30:53'),(15380,'2005-08-22 22:28:15',3642,423,'2005-08-28 23:21:15',1,'2006-02-15 21:30:53'),(15381,'2005-08-22 22:28:36',845,110,'2005-08-24 19:26:36',2,'2006-02-15 21:30:53'),(15382,'2005-08-22 22:30:50',333,376,'2005-08-24 04:07:50',2,'2006-02-15 21:30:53'),(15383,'2005-08-22 22:31:20',686,405,'2005-08-28 17:43:20',1,'2006-02-15 21:30:53'),(15384,'2005-08-22 22:34:44',3208,26,'2005-08-23 23:25:44',2,'2006-02-15 21:30:53'),(15385,'2005-08-22 22:37:34',140,434,'2005-08-26 00:36:34',2,'2006-02-15 21:30:53'),(15386,'2005-08-22 22:41:14',3056,327,'2005-08-29 22:29:14',1,'2006-02-15 21:30:53'),(15387,'2005-08-22 22:49:13',3879,323,'2005-08-29 01:49:13',2,'2006-02-15 21:30:53'),(15388,'2005-08-22 22:49:23',3995,50,'2005-09-01 03:50:23',2,'2006-02-15 21:30:53'),(15389,'2005-08-22 22:51:13',2077,231,'2005-08-28 23:46:13',1,'2006-02-15 21:30:53'),(15390,'2005-08-22 22:57:25',462,551,'2005-08-31 18:06:25',1,'2006-02-15 21:30:53'),(15391,'2005-08-22 23:01:45',3918,482,'2005-08-29 02:59:45',2,'2006-02-15 21:30:53'),(15392,'2005-08-22 23:02:15',538,410,'2005-09-01 01:14:15',2,'2006-02-15 21:30:53'),(15393,'2005-08-22 23:04:09',2924,443,'2005-08-27 02:23:09',2,'2006-02-15 21:30:53'),(15394,'2005-08-22 23:04:21',3455,507,'2005-08-25 20:53:21',2,'2006-02-15 21:30:53'),(15395,'2005-08-22 23:06:25',2880,526,'2005-08-30 19:18:25',1,'2006-02-15 21:30:53'),(15396,'2005-08-22 23:07:57',4050,319,'2005-08-28 19:39:57',2,'2006-02-15 21:30:53'),(15397,'2005-08-22 23:08:46',1482,261,'2005-08-25 20:58:46',1,'2006-02-15 21:30:53'),(15398,'2005-08-22 23:10:49',4451,109,'2005-08-28 00:49:49',2,'2006-02-15 21:30:53'),(15399,'2005-08-22 23:11:59',3858,379,'2005-08-26 22:16:59',2,'2006-02-15 21:30:53'),(15400,'2005-08-22 23:13:03',2664,473,'2005-08-28 18:34:03',1,'2006-02-15 21:30:53'),(15401,'2005-08-22 23:13:10',1721,103,'2005-09-01 03:44:10',1,'2006-02-15 21:30:53'),(15402,'2005-08-22 23:17:41',1575,293,'2005-08-30 20:07:41',2,'2006-02-15 21:30:53'),(15403,'2005-08-22 23:18:10',4315,581,'2005-08-23 18:08:10',2,'2006-02-15 21:30:53'),(15404,'2005-08-22 23:19:44',3557,211,'2005-08-30 19:58:44',2,'2006-02-15 21:30:53'),(15405,'2005-08-22 23:20:41',3263,596,'2005-08-25 23:53:41',1,'2006-02-15 21:30:53'),(15406,'2005-08-22 23:21:22',400,227,'2005-08-28 22:21:22',1,'2006-02-15 21:30:53'),(15407,'2006-02-14 15:16:03',3330,42,NULL,2,'2006-02-15 21:30:53'),(15408,'2005-08-22 23:26:32',165,156,'2005-08-30 20:22:32',1,'2006-02-15 21:30:53'),(15409,'2005-08-22 23:26:32',560,188,'2005-08-24 22:44:32',1,'2006-02-15 21:30:53'),(15410,'2005-08-22 23:27:43',2052,403,'2005-08-29 05:12:43',2,'2006-02-15 21:30:53'),(15411,'2005-08-22 23:35:41',4423,461,'2005-08-26 00:51:41',1,'2006-02-15 21:30:53'),(15412,'2005-08-22 23:37:11',1267,199,'2005-08-28 23:26:11',2,'2006-02-15 21:30:53'),(15413,'2005-08-22 23:38:01',2494,476,'2005-08-23 19:27:01',2,'2006-02-15 21:30:53'),(15414,'2005-08-22 23:43:54',718,532,'2005-08-30 18:26:54',1,'2006-02-15 21:30:53'),(15415,'2005-08-22 23:48:56',4176,204,'2005-09-01 02:05:56',1,'2006-02-15 21:30:53'),(15416,'2005-08-22 23:51:23',1167,383,'2005-08-29 20:03:23',1,'2006-02-15 21:30:53'),(15417,'2005-08-22 23:54:04',1826,305,'2005-08-26 22:25:04',1,'2006-02-15 21:30:53'),(15418,'2005-08-22 23:54:14',808,205,'2005-08-28 04:23:14',2,'2006-02-15 21:30:53'),(15419,'2005-08-22 23:54:36',1120,450,'2005-08-25 00:52:36',1,'2006-02-15 21:30:53'),(15420,'2005-08-22 23:55:51',1396,161,'2005-08-31 20:09:51',2,'2006-02-15 21:30:53'),(15421,'2005-08-22 23:56:37',3,541,'2005-08-25 18:58:37',2,'2006-02-15 21:30:53'),(15422,'2005-08-22 23:58:09',2601,309,'2005-08-30 19:03:09',2,'2006-02-15 21:30:53'),(15423,'2006-02-14 15:16:03',1786,596,NULL,1,'2006-02-15 21:30:53'),(15424,'2005-08-23 00:03:01',3452,138,'2005-08-27 23:27:01',2,'2006-02-15 21:30:53'),(15425,'2005-08-23 00:05:57',551,259,'2005-09-01 05:08:57',1,'2006-02-15 21:30:53'),(15426,'2005-08-23 00:07:19',3280,347,'2005-08-26 23:19:19',1,'2006-02-15 21:30:53'),(15427,'2005-08-23 00:07:53',2775,448,'2005-09-01 02:55:53',2,'2006-02-15 21:30:53'),(15428,'2005-08-23 00:11:52',4379,402,'2005-08-24 02:35:52',1,'2006-02-15 21:30:53'),(15429,'2005-08-23 00:20:31',740,241,'2005-08-23 20:22:31',1,'2006-02-15 21:30:53'),(15430,'2006-02-14 15:16:03',4353,282,NULL,1,'2006-02-15 21:30:53'),(15431,'2005-08-23 00:26:47',3251,550,'2005-08-31 23:26:47',2,'2006-02-15 21:30:53'),(15432,'2005-08-23 00:26:52',1896,117,'2005-08-27 06:11:52',1,'2006-02-15 21:30:53'),(15433,'2005-08-23 00:27:18',155,198,'2005-08-26 21:36:18',1,'2006-02-15 21:30:53'),(15434,'2005-08-23 00:28:16',4378,518,'2005-08-26 04:27:16',2,'2006-02-15 21:30:53'),(15435,'2005-08-23 00:28:19',2103,468,'2005-08-26 00:44:19',2,'2006-02-15 21:30:53'),(15436,'2005-08-23 00:30:26',1527,505,'2005-08-28 06:29:26',1,'2006-02-15 21:30:53'),(15437,'2005-08-23 00:31:09',4236,368,'2005-08-30 06:17:09',2,'2006-02-15 21:30:53'),(15438,'2005-08-23 00:31:57',2030,46,'2005-08-26 20:02:57',1,'2006-02-15 21:30:53'),(15439,'2005-08-23 00:34:28',3848,136,'2005-08-27 01:07:28',1,'2006-02-15 21:30:53'),(15440,'2005-08-23 00:37:21',2254,559,'2005-08-24 23:24:21',1,'2006-02-15 21:30:53'),(15441,'2006-02-14 15:16:03',258,422,NULL,2,'2006-02-15 21:30:53'),(15442,'2005-08-23 00:42:49',1452,42,'2005-08-27 00:35:49',1,'2006-02-15 21:30:53'),(15443,'2005-08-23 00:44:15',742,598,'2005-09-01 05:33:15',2,'2006-02-15 21:30:53'),(15444,'2005-08-23 00:46:52',959,153,'2005-08-29 20:37:52',2,'2006-02-15 21:30:53'),(15445,'2005-08-23 00:48:29',196,28,'2005-08-28 00:33:29',1,'2006-02-15 21:30:53'),(15446,'2005-08-23 00:49:24',503,379,'2005-08-26 02:09:24',2,'2006-02-15 21:30:53'),(15447,'2005-08-23 00:53:57',4090,331,'2005-08-29 06:19:57',2,'2006-02-15 21:30:53'),(15448,'2005-08-23 00:55:24',2903,490,'2005-08-25 02:20:24',1,'2006-02-15 21:30:53'),(15449,'2005-08-23 00:55:43',2856,461,'2005-08-28 03:41:43',1,'2006-02-15 21:30:53'),(15450,'2005-08-23 00:56:01',1102,322,'2005-08-24 01:00:01',2,'2006-02-15 21:30:53'),(15451,'2005-08-23 00:56:27',231,514,'2005-08-24 00:15:27',2,'2006-02-15 21:30:53'),(15452,'2005-08-23 00:57:12',717,115,'2005-08-28 00:19:12',1,'2006-02-15 21:30:53'),(15453,'2005-08-23 01:01:01',2,359,'2005-08-30 20:08:01',1,'2006-02-15 21:30:53'),(15454,'2006-02-14 15:16:03',2946,142,NULL,2,'2006-02-15 21:30:53'),(15455,'2005-08-23 01:05:00',3991,238,'2005-08-26 22:56:00',1,'2006-02-15 21:30:53'),(15456,'2005-08-23 01:07:01',2451,262,'2005-08-24 23:28:01',2,'2006-02-15 21:30:53'),(15457,'2005-08-23 01:07:37',4539,306,'2005-08-26 19:46:37',1,'2006-02-15 21:30:53'),(15458,'2006-02-14 15:16:03',25,590,NULL,2,'2006-02-15 21:30:53'),(15459,'2005-08-23 01:09:48',2058,346,'2005-08-24 04:52:48',1,'2006-02-15 21:30:53'),(15460,'2005-08-23 01:10:42',2907,20,'2005-08-28 20:49:42',2,'2006-02-15 21:30:53'),(15461,'2005-08-23 01:13:52',4542,103,'2005-08-30 00:44:52',1,'2006-02-15 21:30:53'),(15462,'2005-08-23 01:14:01',3267,389,'2005-08-29 19:52:01',1,'2006-02-15 21:30:53'),(15463,'2005-08-23 01:15:07',863,127,'2005-08-29 06:50:07',1,'2006-02-15 21:30:53'),(15464,'2005-08-23 01:15:18',3235,62,'2005-08-29 02:58:18',2,'2006-02-15 21:30:53'),(15465,'2005-08-23 01:16:33',362,520,'2005-08-28 20:08:33',2,'2006-02-15 21:30:53'),(15466,'2005-08-23 01:16:55',571,418,'2005-08-29 22:57:55',1,'2006-02-15 21:30:53'),(15467,'2005-08-23 01:22:12',3658,103,'2005-08-29 23:42:12',2,'2006-02-15 21:30:53'),(15468,'2005-08-23 01:25:30',2440,399,'2005-08-28 01:40:30',2,'2006-02-15 21:30:53'),(15469,'2005-08-23 01:29:59',1939,597,'2005-08-27 04:02:59',1,'2006-02-15 21:30:53'),(15470,'2005-08-23 01:35:12',3009,416,'2005-09-01 05:33:12',1,'2006-02-15 21:30:53'),(15471,'2005-08-23 01:38:48',2591,139,'2005-08-31 19:47:48',1,'2006-02-15 21:30:53'),(15472,'2005-08-23 01:39:05',4293,226,'2005-08-25 04:43:05',1,'2006-02-15 21:30:53'),(15473,'2005-08-23 01:39:10',356,259,'2005-08-25 03:48:10',1,'2006-02-15 21:30:53'),(15474,'2005-08-23 01:39:10',3015,188,'2005-08-23 21:46:10',2,'2006-02-15 21:30:53'),(15475,'2005-08-23 01:44:43',4503,562,'2005-08-23 23:53:43',2,'2006-02-15 21:30:53'),(15476,'2005-08-23 01:45:07',2478,433,'2005-08-26 21:07:07',2,'2006-02-15 21:30:53'),(15477,'2005-08-23 01:46:35',2406,142,'2005-08-28 22:12:35',1,'2006-02-15 21:30:53'),(15478,'2005-08-23 01:50:31',4563,167,'2005-08-27 21:40:31',2,'2006-02-15 21:30:53'),(15479,'2005-08-23 01:50:53',4182,149,'2005-08-29 00:53:53',1,'2006-02-15 21:30:53'),(15480,'2005-08-23 01:57:20',3298,577,'2005-08-26 04:43:20',2,'2006-02-15 21:30:53'),(15481,'2005-08-23 01:59:14',3262,414,'2005-08-27 04:38:14',1,'2006-02-15 21:30:53'),(15482,'2005-08-23 02:01:20',3923,181,'2005-08-24 03:25:20',2,'2006-02-15 21:30:53'),(15483,'2005-08-23 02:02:53',2970,173,'2005-08-26 04:13:53',1,'2006-02-15 21:30:53'),(15484,'2005-08-23 02:04:49',642,342,'2005-08-24 05:46:49',1,'2006-02-15 21:30:53'),(15485,'2005-08-23 02:04:57',281,114,'2005-08-28 07:05:57',2,'2006-02-15 21:30:53'),(15486,'2005-08-23 02:05:20',1666,502,'2005-08-29 07:52:20',2,'2006-02-15 21:30:53'),(15487,'2005-08-23 02:05:51',2636,469,'2005-08-25 04:45:51',1,'2006-02-15 21:30:53'),(15488,'2005-08-23 02:06:01',4535,385,'2005-08-29 21:35:01',2,'2006-02-15 21:30:53'),(15489,'2005-08-23 02:06:41',764,285,'2005-08-25 06:50:41',1,'2006-02-15 21:30:53'),(15490,'2005-08-23 02:08:18',3922,493,'2005-08-30 06:15:18',1,'2006-02-15 21:30:53'),(15491,'2005-08-23 02:08:40',2059,28,'2005-08-23 20:23:40',2,'2006-02-15 21:30:53'),(15492,'2005-08-23 02:13:46',1298,520,'2005-08-26 21:53:46',2,'2006-02-15 21:30:53'),(15493,'2005-08-23 02:20:53',3521,308,'2005-08-25 23:02:53',1,'2006-02-15 21:30:53'),(15494,'2005-08-23 02:25:09',2968,455,'2005-08-27 00:18:09',1,'2006-02-15 21:30:53'),(15495,'2005-08-23 02:26:10',4310,193,'2005-08-30 01:07:10',2,'2006-02-15 21:30:53'),(15496,'2005-08-23 02:30:23',1863,275,'2005-08-31 03:31:23',2,'2006-02-15 21:30:53'),(15497,'2006-02-14 15:16:03',363,107,NULL,1,'2006-02-15 21:30:53'),(15498,'2005-08-23 02:33:27',1583,83,'2005-08-23 22:30:27',1,'2006-02-15 21:30:53'),(15499,'2005-08-23 02:37:19',630,488,'2005-08-23 20:57:19',1,'2006-02-15 21:30:53'),(15500,'2005-08-23 02:39:37',886,74,'2005-08-27 06:42:37',1,'2006-02-15 21:30:53'),(15501,'2005-08-23 02:39:56',4468,138,'2005-08-25 04:39:56',1,'2006-02-15 21:30:53'),(15502,'2005-08-23 02:40:04',3219,433,'2005-08-31 00:36:04',2,'2006-02-15 21:30:53'),(15503,'2005-08-23 02:44:49',4519,582,'2005-08-27 06:33:49',2,'2006-02-15 21:30:53'),(15504,'2005-08-23 02:45:21',1967,315,'2005-09-01 03:24:21',2,'2006-02-15 21:30:53'),(15505,'2005-08-23 02:46:13',1144,375,'2005-08-26 23:34:13',2,'2006-02-15 21:30:53'),(15506,'2005-08-23 02:48:24',1914,553,'2005-08-28 04:10:24',1,'2006-02-15 21:30:53'),(15507,'2005-08-23 02:48:26',3130,563,'2005-08-27 01:32:26',1,'2006-02-15 21:30:53'),(15508,'2005-08-23 02:49:04',4035,293,'2005-08-29 00:58:04',1,'2006-02-15 21:30:53'),(15509,'2005-08-23 02:51:24',1291,6,'2005-08-31 06:21:24',2,'2006-02-15 21:30:53'),(15510,'2005-08-23 02:51:27',3239,209,'2005-09-01 02:44:27',2,'2006-02-15 21:30:53'),(15511,'2005-08-23 02:55:42',3327,303,'2005-08-31 03:14:42',2,'2006-02-15 21:30:53'),(15512,'2005-08-23 02:57:30',4336,25,'2005-08-25 01:47:30',2,'2006-02-15 21:30:53'),(15513,'2005-08-23 03:01:56',3779,147,'2005-08-24 23:46:56',2,'2006-02-15 21:30:53'),(15514,'2005-08-23 03:03:40',2824,366,'2005-08-24 01:06:40',1,'2006-02-15 21:30:53'),(15515,'2005-08-23 03:03:53',3940,307,'2005-08-25 08:27:53',2,'2006-02-15 21:30:53'),(15516,'2005-08-23 03:12:54',219,82,'2005-08-30 04:02:54',1,'2006-02-15 21:30:53'),(15517,'2005-08-23 03:13:01',2221,187,'2005-08-25 21:14:01',2,'2006-02-15 21:30:53'),(15518,'2005-08-23 03:19:34',3522,410,'2005-08-24 02:55:34',1,'2006-02-15 21:30:53'),(15519,'2005-08-23 03:23:32',542,443,'2005-08-25 03:48:32',1,'2006-02-15 21:30:53'),(15520,'2005-08-23 03:30:45',1792,163,'2005-09-01 00:20:45',1,'2006-02-15 21:30:53'),(15521,'2005-08-23 03:30:51',134,331,'2005-08-28 22:09:51',1,'2006-02-15 21:30:53'),(15522,'2005-08-23 03:32:31',2396,468,'2005-08-30 02:17:31',2,'2006-02-15 21:30:53'),(15523,'2005-08-23 03:32:36',2570,432,'2005-08-26 22:08:36',2,'2006-02-15 21:30:53'),(15524,'2005-08-23 03:36:26',2886,68,'2005-08-26 06:28:26',2,'2006-02-15 21:30:53'),(15525,'2005-08-23 03:43:32',3509,123,'2005-08-25 07:31:32',2,'2006-02-15 21:30:53'),(15526,'2005-08-23 03:44:30',2892,516,'2005-08-30 08:19:30',1,'2006-02-15 21:30:53'),(15527,'2005-08-23 03:44:51',88,393,'2005-08-25 03:09:51',1,'2006-02-15 21:30:53'),(15528,'2005-08-23 03:45:40',3033,114,'2005-08-25 01:16:40',1,'2006-02-15 21:30:53'),(15529,'2005-08-23 03:46:47',4015,19,'2005-08-24 00:59:47',1,'2006-02-15 21:30:53'),(15530,'2005-08-23 03:50:48',154,167,'2005-08-28 22:17:48',2,'2006-02-15 21:30:53'),(15531,'2005-08-23 03:52:36',2410,355,'2005-08-25 23:21:36',1,'2006-02-15 21:30:53'),(15532,'2006-02-14 15:16:03',1061,23,NULL,1,'2006-02-15 21:30:53'),(15533,'2005-08-23 03:54:39',1895,400,'2005-08-26 08:27:39',2,'2006-02-15 21:30:53'),(15534,'2005-08-23 03:55:54',544,169,'2005-08-24 03:54:54',1,'2006-02-15 21:30:53'),(15535,'2005-08-23 03:58:02',2371,346,'2005-08-25 05:06:02',2,'2006-02-15 21:30:53'),(15536,'2005-08-23 03:58:28',4004,98,'2005-08-31 03:28:28',2,'2006-02-15 21:30:53'),(15537,'2005-08-23 04:00:30',2958,137,'2005-08-24 01:45:30',2,'2006-02-15 21:30:53'),(15538,'2005-08-23 04:07:37',4226,211,'2005-08-28 07:37:37',1,'2006-02-15 21:30:53'),(15539,'2005-08-23 04:09:03',2853,582,'2005-08-26 04:01:03',1,'2006-02-15 21:30:53'),(15540,'2005-08-23 04:12:52',1696,197,'2005-08-31 04:25:52',1,'2006-02-15 21:30:53'),(15541,'2005-08-23 04:13:53',2762,148,'2005-08-29 05:51:53',1,'2006-02-15 21:30:53'),(15542,'2006-02-14 15:16:03',21,111,NULL,1,'2006-02-15 21:30:53'),(15543,'2005-08-23 04:15:41',3836,282,'2005-09-01 05:09:41',2,'2006-02-15 21:30:53'),(15544,'2005-08-23 04:17:56',1918,30,'2005-09-01 00:43:56',2,'2006-02-15 21:30:53'),(15545,'2005-08-23 04:20:16',843,513,'2005-08-29 08:22:16',1,'2006-02-15 21:30:53'),(15546,'2005-08-23 04:20:38',2087,223,'2005-09-01 09:57:38',2,'2006-02-15 21:30:53'),(15547,'2005-08-23 04:25:50',1488,69,'2005-08-26 00:57:50',1,'2006-02-15 21:30:53'),(15548,'2005-08-23 04:26:20',2350,334,'2005-08-28 01:27:20',1,'2006-02-15 21:30:53'),(15549,'2005-08-23 04:27:06',369,170,'2005-09-01 06:07:06',1,'2006-02-15 21:30:53'),(15550,'2005-08-23 04:27:54',1375,465,'2005-08-29 01:29:54',1,'2006-02-15 21:30:53'),(15551,'2005-08-23 04:28:25',3570,345,'2005-08-26 07:19:25',1,'2006-02-15 21:30:53'),(15552,'2005-08-23 04:33:23',4347,527,'2005-09-01 10:25:23',2,'2006-02-15 21:30:53'),(15553,'2005-08-23 04:33:39',1659,232,'2005-08-25 07:53:39',2,'2006-02-15 21:30:53'),(15554,'2005-08-23 04:48:12',198,280,'2005-08-29 05:11:12',1,'2006-02-15 21:30:53'),(15555,'2005-08-23 04:51:52',1869,347,'2005-08-24 01:01:52',1,'2006-02-15 21:30:53'),(15556,'2005-08-23 04:52:16',3683,108,'2005-09-01 02:05:16',2,'2006-02-15 21:30:53'),(15557,'2005-08-23 04:52:17',3641,444,'2005-08-30 02:15:17',2,'2006-02-15 21:30:53'),(15558,'2005-08-23 04:52:22',638,474,'2005-09-01 02:26:22',1,'2006-02-15 21:30:53'),(15559,'2005-08-23 04:55:05',1773,517,'2005-08-30 09:01:05',2,'2006-02-15 21:30:53'),(15560,'2005-08-23 05:01:13',3616,107,'2005-09-01 05:02:13',1,'2006-02-15 21:30:53'),(15561,'2005-08-23 05:02:31',68,469,'2005-09-01 02:51:31',1,'2006-02-15 21:30:53'),(15562,'2005-08-23 05:04:33',4238,149,'2005-08-27 09:58:33',1,'2006-02-15 21:30:53'),(15563,'2005-08-23 05:08:58',170,372,'2005-08-24 04:24:58',1,'2006-02-15 21:30:53'),(15564,'2005-08-23 05:10:42',1268,353,'2005-08-30 03:17:42',1,'2006-02-15 21:30:53'),(15565,'2005-08-23 05:13:09',71,546,'2005-08-30 08:58:09',2,'2006-02-15 21:30:53'),(15566,'2005-08-23 05:17:23',4344,76,'2005-09-01 08:09:23',2,'2006-02-15 21:30:53'),(15567,'2005-08-23 05:20:36',2506,54,'2005-08-24 10:09:36',2,'2006-02-15 21:30:53'),(15568,'2005-08-23 05:24:09',988,556,'2005-08-27 08:57:09',2,'2006-02-15 21:30:53'),(15569,'2005-08-23 05:24:29',1071,313,'2005-08-30 08:23:29',2,'2006-02-15 21:30:53'),(15570,'2005-08-23 05:24:55',4014,557,'2005-08-31 07:06:55',2,'2006-02-15 21:30:53'),(15571,'2005-08-23 05:26:30',716,57,'2005-08-29 00:54:30',2,'2006-02-15 21:30:53'),(15572,'2005-08-23 05:28:01',2816,506,'2005-08-27 00:14:01',2,'2006-02-15 21:30:53'),(15573,'2005-08-23 05:28:36',3133,561,'2005-08-27 05:37:36',2,'2006-02-15 21:30:53'),(15574,'2005-08-23 05:29:32',3253,130,'2005-09-01 01:25:32',2,'2006-02-15 21:30:53'),(15575,'2005-08-23 05:30:19',3916,218,'2005-08-27 05:19:19',2,'2006-02-15 21:30:53'),(15576,'2005-08-23 05:32:03',3257,595,'2005-08-26 02:31:03',1,'2006-02-15 21:30:53'),(15577,'2006-02-14 15:16:03',539,29,NULL,2,'2006-02-15 21:30:53'),(15578,'2005-08-23 05:37:13',2829,302,'2005-08-27 01:11:13',1,'2006-02-15 21:30:53'),(15579,'2005-08-23 05:38:41',3986,480,'2005-08-29 09:18:41',1,'2006-02-15 21:30:53'),(15580,'2005-08-23 05:39:06',754,279,'2005-09-01 01:14:06',2,'2006-02-15 21:30:53'),(15581,'2005-08-23 05:42:13',4010,462,'2005-08-28 00:03:13',1,'2006-02-15 21:30:53'),(15582,'2005-08-23 05:45:44',4264,297,'2005-08-25 07:54:44',2,'2006-02-15 21:30:53'),(15583,'2005-08-23 05:47:55',4299,215,'2005-08-26 01:46:55',1,'2006-02-15 21:30:53'),(15584,'2005-08-23 05:49:21',3526,500,'2005-08-27 04:49:21',1,'2006-02-15 21:30:53'),(15585,'2005-08-23 05:55:22',1177,545,'2005-08-24 11:45:22',2,'2006-02-15 21:30:53'),(15586,'2005-08-23 05:57:04',3232,148,'2005-08-31 01:59:04',1,'2006-02-15 21:30:53'),(15587,'2005-08-23 06:00:28',2510,499,'2005-08-29 10:15:28',1,'2006-02-15 21:30:53'),(15588,'2005-08-23 06:02:35',1810,503,'2005-08-30 04:01:35',2,'2006-02-15 21:30:53'),(15589,'2005-08-23 06:03:31',2379,22,'2005-08-30 07:44:31',2,'2006-02-15 21:30:53'),(15590,'2005-08-23 06:09:44',4048,599,'2005-09-01 06:53:44',2,'2006-02-15 21:30:53'),(15591,'2005-08-23 06:11:52',64,62,'2005-08-25 05:34:52',1,'2006-02-15 21:30:53'),(15593,'2005-08-23 06:15:09',3734,153,'2005-08-27 07:47:09',2,'2006-02-15 21:30:53'),(15594,'2005-08-23 06:18:43',4227,567,'2005-09-01 09:09:43',2,'2006-02-15 21:30:53'),(15595,'2005-08-23 06:19:12',4046,264,'2005-08-31 04:52:12',1,'2006-02-15 21:30:53'),(15596,'2005-08-23 06:19:51',3834,186,'2005-08-25 03:32:51',1,'2006-02-15 21:30:53'),(15597,'2005-08-23 06:21:20',3795,420,'2005-08-28 02:47:20',2,'2006-02-15 21:30:53'),(15598,'2005-08-23 06:23:26',2794,66,'2005-09-01 05:43:26',1,'2006-02-15 21:30:53'),(15599,'2005-08-23 06:25:07',4560,103,'2005-08-29 00:48:07',1,'2006-02-15 21:30:53'),(15600,'2005-08-23 06:31:24',2260,113,'2005-08-28 06:53:24',1,'2006-02-15 21:30:53'),(15601,'2005-08-23 06:33:26',3643,579,'2005-08-24 04:10:26',1,'2006-02-15 21:30:53'),(15602,'2005-08-23 06:41:07',1429,81,'2005-08-24 07:16:07',1,'2006-02-15 21:30:53'),(15603,'2005-08-23 06:41:32',2565,6,'2005-08-28 08:51:32',1,'2006-02-15 21:30:53'),(15604,'2005-08-23 06:44:19',4000,458,'2005-08-29 07:17:19',1,'2006-02-15 21:30:53'),(15605,'2005-08-23 06:48:47',3152,544,'2005-08-28 06:09:47',1,'2006-02-15 21:30:53'),(15606,'2005-08-23 06:50:27',1811,279,'2005-08-28 04:23:27',2,'2006-02-15 21:30:53'),(15607,'2005-08-23 06:54:06',4118,484,'2005-08-26 05:03:06',2,'2006-02-15 21:30:53'),(15608,'2005-08-23 06:55:26',2921,454,'2005-08-28 10:24:26',1,'2006-02-15 21:30:53'),(15609,'2005-08-23 06:56:04',1730,256,'2005-09-01 03:25:04',1,'2006-02-15 21:30:53'),(15610,'2005-08-23 06:56:15',2076,215,'2005-08-24 07:37:15',2,'2006-02-15 21:30:53'),(15611,'2005-08-23 06:56:18',1713,184,'2005-08-25 06:10:18',1,'2006-02-15 21:30:53'),(15612,'2005-08-23 06:59:07',3367,305,'2005-09-01 11:26:07',2,'2006-02-15 21:30:53'),(15613,'2005-08-23 07:03:19',307,461,'2005-08-31 07:50:19',2,'2006-02-15 21:30:53'),(15614,'2005-08-23 07:05:15',1216,287,'2005-09-01 11:41:15',1,'2006-02-15 21:30:53'),(15615,'2005-08-23 07:06:00',899,584,'2005-08-30 11:21:00',2,'2006-02-15 21:30:53'),(15616,'2005-08-23 07:06:38',2947,70,'2005-08-30 04:16:38',1,'2006-02-15 21:30:53'),(15617,'2005-08-23 07:07:22',4085,569,'2005-08-27 01:24:22',2,'2006-02-15 21:30:53'),(15618,'2005-08-23 07:07:58',1903,60,'2005-08-29 03:48:58',1,'2006-02-15 21:30:53'),(15619,'2005-08-23 07:10:14',2468,3,'2005-08-26 07:21:14',2,'2006-02-15 21:30:53'),(15620,'2005-08-23 07:10:22',1173,270,'2005-08-28 06:51:22',2,'2006-02-15 21:30:53'),(15621,'2005-08-23 07:13:43',3832,123,'2005-08-29 08:19:43',1,'2006-02-15 21:30:53'),(15622,'2005-08-23 07:22:02',3335,302,'2005-09-01 06:08:02',2,'2006-02-15 21:30:53'),(15623,'2005-08-23 07:23:29',3003,525,'2005-08-31 01:47:29',1,'2006-02-15 21:30:53'),(15624,'2005-08-23 07:24:27',396,105,'2005-08-29 12:36:27',2,'2006-02-15 21:30:53'),(15625,'2005-08-23 07:25:29',4200,207,'2005-08-27 13:17:29',2,'2006-02-15 21:30:53'),(15626,'2005-08-23 07:25:34',640,370,'2005-08-28 11:01:34',1,'2006-02-15 21:30:53'),(15627,'2005-08-23 07:25:38',1364,453,'2005-08-31 02:53:38',2,'2006-02-15 21:30:53'),(15628,'2005-08-23 07:28:04',1348,408,'2005-08-26 04:23:04',1,'2006-02-15 21:30:53'),(15629,'2005-08-23 07:28:22',3725,286,'2005-08-29 06:29:22',2,'2006-02-15 21:30:53'),(15630,'2005-08-23 07:29:13',3590,580,'2005-08-31 04:33:13',2,'2006-02-15 21:30:53'),(15631,'2005-08-23 07:30:23',2458,93,'2005-08-24 07:23:23',1,'2006-02-15 21:30:53'),(15632,'2005-08-23 07:30:26',2941,60,'2005-08-24 07:53:26',2,'2006-02-15 21:30:53'),(15633,'2005-08-23 07:31:10',882,497,'2005-08-26 04:35:10',2,'2006-02-15 21:30:53'),(15634,'2005-08-23 07:34:18',2517,576,'2005-08-24 12:00:18',2,'2006-02-15 21:30:53'),(15635,'2005-08-23 07:43:00',3308,4,'2005-08-27 10:47:00',1,'2006-02-15 21:30:53'),(15636,'2005-08-23 07:50:46',1169,380,'2005-08-26 07:59:46',2,'2006-02-15 21:30:53'),(15637,'2005-08-23 07:53:38',445,172,'2005-08-29 03:16:38',2,'2006-02-15 21:30:53'),(15638,'2005-08-23 07:54:54',3358,563,'2005-08-30 13:33:54',2,'2006-02-15 21:30:53'),(15639,'2005-08-23 08:03:25',42,214,'2005-08-24 10:21:25',2,'2006-02-15 21:30:53'),(15640,'2005-08-23 08:04:40',3505,262,'2005-08-24 06:38:40',1,'2006-02-15 21:30:53'),(15641,'2005-08-23 08:06:49',3126,240,'2005-08-24 13:17:49',1,'2006-02-15 21:30:53'),(15642,'2005-08-23 08:09:11',2627,160,'2005-08-28 05:57:11',1,'2006-02-15 21:30:53'),(15643,'2005-08-23 08:13:26',103,298,'2005-08-25 05:18:26',2,'2006-02-15 21:30:53'),(15644,'2006-02-14 15:16:03',3139,43,NULL,2,'2006-02-15 21:30:53'),(15645,'2006-02-14 15:16:03',3838,214,NULL,2,'2006-02-15 21:30:53'),(15646,'2005-08-23 08:19:55',3217,114,'2005-08-29 02:32:55',1,'2006-02-15 21:30:53'),(15647,'2005-08-23 08:23:56',2051,251,'2005-08-26 11:00:56',1,'2006-02-15 21:30:53'),(15648,'2005-08-23 08:27:57',4039,80,'2005-08-30 08:53:57',2,'2006-02-15 21:30:53'),(15649,'2005-08-23 08:28:03',415,60,'2005-08-30 05:11:03',1,'2006-02-15 21:30:53'),(15650,'2005-08-23 08:29:53',2447,353,'2005-08-25 07:23:53',2,'2006-02-15 21:30:53'),(15651,'2005-08-23 08:31:49',3393,451,'2005-08-26 02:57:49',1,'2006-02-15 21:30:53'),(15652,'2005-08-23 08:34:10',4440,578,'2005-08-30 12:31:10',1,'2006-02-15 21:30:53'),(15653,'2005-08-23 08:34:42',2736,439,'2005-09-01 03:07:42',1,'2006-02-15 21:30:53'),(15654,'2005-08-23 08:34:53',4360,471,'2005-08-30 04:18:53',2,'2006-02-15 21:30:53'),(15655,'2006-02-14 15:16:03',604,359,NULL,1,'2006-02-15 21:30:53'),(15656,'2005-08-23 08:38:58',4239,334,'2005-08-24 04:08:58',2,'2006-02-15 21:30:53'),(15657,'2005-08-23 08:42:40',1897,36,'2005-09-01 13:08:40',1,'2006-02-15 21:30:53'),(15658,'2005-08-23 08:48:43',3565,22,'2005-08-25 05:38:43',1,'2006-02-15 21:30:53'),(15659,'2005-08-23 08:48:43',4573,131,'2005-08-27 14:19:43',2,'2006-02-15 21:30:53'),(15660,'2005-08-23 08:51:21',3223,388,'2005-08-28 06:26:21',2,'2006-02-15 21:30:53'),(15661,'2005-08-23 08:52:03',1599,346,'2005-08-30 08:17:03',2,'2006-02-15 21:30:53'),(15662,'2005-08-23 08:52:50',3028,223,'2005-08-24 08:08:50',1,'2006-02-15 21:30:53'),(15663,'2005-08-23 08:54:26',3291,291,'2005-08-29 02:56:26',1,'2006-02-15 21:30:53'),(15664,'2005-08-23 08:57:11',2029,351,'2005-08-31 14:19:11',2,'2006-02-15 21:30:53'),(15665,'2005-08-23 08:59:12',3471,487,'2005-08-24 12:50:12',2,'2006-02-15 21:30:53'),(15666,'2005-08-23 09:01:10',3406,586,'2005-08-31 12:32:10',2,'2006-02-15 21:30:53'),(15667,'2005-08-23 09:02:03',1302,73,'2005-08-24 05:47:03',1,'2006-02-15 21:30:53'),(15668,'2005-08-23 09:02:04',1963,38,'2005-08-29 03:17:04',2,'2006-02-15 21:30:53'),(15669,'2005-08-23 09:06:17',1542,334,'2005-08-30 08:10:17',2,'2006-02-15 21:30:53'),(15670,'2005-08-23 09:07:11',2834,211,'2005-08-31 04:32:11',2,'2006-02-15 21:30:53'),(15671,'2005-08-23 09:08:16',3716,112,'2005-08-29 14:01:16',1,'2006-02-15 21:30:53'),(15672,'2005-08-23 09:09:18',701,210,'2005-08-27 06:19:18',1,'2006-02-15 21:30:53'),(15673,'2005-08-23 09:12:50',3096,321,'2005-08-29 12:45:50',2,'2006-02-15 21:30:53'),(15674,'2005-08-23 09:16:39',4482,90,'2005-09-01 11:57:39',1,'2006-02-15 21:30:53'),(15675,'2005-08-23 09:18:52',4153,293,'2005-08-30 14:59:52',2,'2006-02-15 21:30:53'),(15676,'2005-08-23 09:23:08',3874,353,'2005-08-30 06:19:08',2,'2006-02-15 21:30:53'),(15677,'2005-08-23 09:23:36',2050,109,'2005-08-27 05:01:36',1,'2006-02-15 21:30:53'),(15678,'2005-08-23 09:23:45',1345,413,'2005-08-27 11:38:45',2,'2006-02-15 21:30:53'),(15679,'2005-08-23 09:27:29',2945,103,'2005-08-28 09:14:29',1,'2006-02-15 21:30:53'),(15680,'2005-08-23 09:33:22',1370,169,'2005-08-31 13:29:22',2,'2006-02-15 21:30:53'),(15681,'2005-08-23 09:35:34',2813,61,'2005-08-27 08:33:34',1,'2006-02-15 21:30:53'),(15682,'2005-08-23 09:37:34',3293,31,'2005-08-31 06:01:34',1,'2006-02-15 21:30:53'),(15683,'2005-08-23 09:38:17',3787,168,'2005-08-30 12:31:17',2,'2006-02-15 21:30:53'),(15684,'2005-08-23 09:40:04',3976,586,'2005-08-28 15:28:04',1,'2006-02-15 21:30:53'),(15685,'2005-08-23 09:41:28',370,491,'2005-08-30 10:11:28',1,'2006-02-15 21:30:53'),(15686,'2005-08-23 09:42:21',2041,206,'2005-08-29 12:22:21',1,'2006-02-15 21:30:53'),(15687,'2005-08-23 09:46:33',276,112,'2005-09-01 06:07:33',1,'2006-02-15 21:30:53'),(15688,'2005-08-23 09:48:45',2851,105,'2005-08-30 10:28:45',2,'2006-02-15 21:30:53'),(15689,'2005-08-23 09:52:55',248,259,'2005-08-29 11:15:55',1,'2006-02-15 21:30:53'),(15690,'2005-08-23 09:53:30',2102,554,'2005-08-29 10:27:30',1,'2006-02-15 21:30:53'),(15691,'2005-08-23 09:53:54',784,200,'2005-08-27 10:14:54',1,'2006-02-15 21:30:53'),(15692,'2005-08-23 10:00:02',1852,503,'2005-08-24 05:25:02',1,'2006-02-15 21:30:53'),(15693,'2005-08-23 10:00:24',748,94,'2005-08-25 08:23:24',1,'2006-02-15 21:30:53'),(15694,'2005-08-23 10:02:46',3017,506,'2005-08-31 05:46:46',2,'2006-02-15 21:30:53'),(15695,'2006-02-14 15:16:03',2954,300,NULL,1,'2006-02-15 21:30:53'),(15696,'2005-08-23 10:04:17',2836,93,'2005-08-25 08:47:17',2,'2006-02-15 21:30:53'),(15697,'2005-08-23 10:04:36',1987,380,'2005-08-24 05:00:36',2,'2006-02-15 21:30:53'),(15698,'2005-08-23 10:11:40',4465,395,'2005-08-28 08:50:40',2,'2006-02-15 21:30:53'),(15699,'2005-08-23 10:20:35',4155,501,'2005-08-30 13:56:35',1,'2006-02-15 21:30:53'),(15700,'2005-08-23 10:21:21',2935,552,'2005-08-24 15:37:21',1,'2006-02-15 21:30:53'),(15701,'2005-08-23 10:22:21',2942,516,'2005-08-24 10:52:21',1,'2006-02-15 21:30:53'),(15702,'2005-08-23 10:23:28',1602,56,'2005-08-29 11:08:28',2,'2006-02-15 21:30:53'),(15703,'2005-08-23 10:23:48',2883,322,'2005-09-01 06:54:48',2,'2006-02-15 21:30:53'),(15704,'2005-08-23 10:25:45',738,71,'2005-08-29 16:06:45',2,'2006-02-15 21:30:53'),(15705,'2005-08-23 10:32:52',936,356,'2005-08-29 13:18:52',2,'2006-02-15 21:30:53'),(15706,'2005-08-23 10:32:52',4486,220,'2005-08-24 07:03:52',2,'2006-02-15 21:30:53'),(15707,'2005-08-23 10:35:45',3646,91,'2005-08-27 10:57:45',1,'2006-02-15 21:30:53'),(15708,'2005-08-23 10:35:51',1974,46,'2005-08-27 16:02:51',1,'2006-02-15 21:30:53'),(15709,'2005-08-23 10:36:00',346,206,'2005-08-28 06:18:00',2,'2006-02-15 21:30:53'),(15710,'2006-02-14 15:16:03',1020,421,NULL,1,'2006-02-15 21:30:53'),(15711,'2005-08-23 10:43:00',789,297,'2005-08-29 16:29:00',1,'2006-02-15 21:30:53'),(15712,'2005-08-23 10:43:56',1882,351,'2005-08-29 15:35:56',2,'2006-02-15 21:30:53'),(15713,'2005-08-23 10:56:15',337,432,'2005-08-29 09:14:15',2,'2006-02-15 21:30:53'),(15714,'2006-02-14 15:16:03',2083,56,NULL,1,'2006-02-15 21:30:53'),(15715,'2005-08-23 10:57:40',3808,86,'2005-08-28 12:40:40',1,'2006-02-15 21:30:53'),(15716,'2005-08-23 11:02:00',2812,408,'2005-08-28 14:46:00',1,'2006-02-15 21:30:53'),(15717,'2006-02-14 15:16:03',902,208,NULL,2,'2006-02-15 21:30:53'),(15718,'2005-08-23 11:05:17',2180,276,'2005-08-28 12:50:17',1,'2006-02-15 21:30:53'),(15719,'2005-08-23 11:08:46',3990,599,'2005-08-25 07:25:46',1,'2006-02-15 21:30:53'),(15720,'2005-08-23 11:15:20',2490,456,'2005-08-31 09:49:20',1,'2006-02-15 21:30:53'),(15721,'2005-08-23 11:16:16',685,154,'2005-08-28 10:21:16',1,'2006-02-15 21:30:53'),(15722,'2005-08-23 11:16:29',2809,26,'2005-09-01 13:24:29',2,'2006-02-15 21:30:53'),(15723,'2005-08-23 11:17:26',3915,504,'2005-08-31 13:58:26',2,'2006-02-15 21:30:53'),(15724,'2005-08-23 11:22:09',1025,478,'2005-08-28 12:56:09',2,'2006-02-15 21:30:53'),(15725,'2005-08-23 11:25:00',378,599,'2005-08-26 11:46:00',1,'2006-02-15 21:30:53'),(15726,'2005-08-23 11:28:26',906,503,'2005-08-28 11:23:26',2,'2006-02-15 21:30:53'),(15727,'2005-08-23 11:28:49',2184,416,'2005-08-24 06:24:49',2,'2006-02-15 21:30:53'),(15728,'2005-08-23 11:30:32',2567,323,'2005-08-28 09:52:32',2,'2006-02-15 21:30:53'),(15729,'2006-02-14 15:16:03',2699,193,NULL,2,'2006-02-15 21:30:53'),(15730,'2005-08-23 11:32:35',947,147,'2005-08-30 13:46:35',2,'2006-02-15 21:30:53'),(15731,'2005-08-23 11:33:25',3403,118,'2005-08-24 07:19:25',2,'2006-02-15 21:30:53'),(15732,'2005-08-23 11:35:12',3247,412,'2005-08-26 12:50:12',2,'2006-02-15 21:30:53'),(15733,'2005-08-23 11:37:32',4185,512,'2005-08-28 16:27:32',1,'2006-02-15 21:30:53'),(15734,'2005-08-23 11:40:08',3952,302,'2005-08-27 08:16:08',1,'2006-02-15 21:30:53'),(15735,'2006-02-14 15:16:03',3167,295,NULL,1,'2006-02-15 21:30:53'),(15736,'2005-08-23 11:40:30',4272,127,'2005-08-30 12:40:30',1,'2006-02-15 21:30:53'),(15737,'2005-08-23 11:52:18',996,83,'2005-08-28 15:28:18',1,'2006-02-15 21:30:53'),(15738,'2005-08-23 11:55:50',556,38,'2005-08-30 15:07:50',1,'2006-02-15 21:30:53'),(15739,'2005-08-23 11:56:22',266,74,'2005-08-29 16:10:22',2,'2006-02-15 21:30:53'),(15740,'2005-08-23 12:07:51',100,229,'2005-08-24 13:23:51',2,'2006-02-15 21:30:53'),(15741,'2005-08-23 12:10:54',4243,126,'2005-08-24 10:08:54',2,'2006-02-15 21:30:53'),(15742,'2005-08-23 12:11:37',1339,200,'2005-08-31 07:28:37',2,'2006-02-15 21:30:53'),(15743,'2005-08-23 12:12:05',1625,139,'2005-08-26 11:35:05',1,'2006-02-15 21:30:53'),(15744,'2005-08-23 12:15:51',2364,59,'2005-08-31 17:19:51',1,'2006-02-15 21:30:53'),(15745,'2006-02-14 15:16:03',2737,43,NULL,1,'2006-02-15 21:30:53'),(15746,'2005-08-23 12:26:19',2241,246,'2005-08-26 09:51:19',2,'2006-02-15 21:30:53'),(15747,'2005-08-23 12:29:24',1517,381,'2005-08-31 08:27:24',2,'2006-02-15 21:30:53'),(15748,'2005-08-23 12:33:00',2757,380,'2005-08-25 15:15:00',2,'2006-02-15 21:30:53'),(15749,'2005-08-23 12:33:41',4224,575,'2005-08-24 10:52:41',1,'2006-02-15 21:30:53'),(15750,'2005-08-23 12:36:05',4474,496,'2005-08-24 17:40:05',2,'2006-02-15 21:30:53'),(15751,'2005-08-23 12:41:07',697,199,'2005-08-29 07:03:07',2,'2006-02-15 21:30:53'),(15752,'2005-08-23 12:41:38',2112,17,'2005-09-01 14:06:38',1,'2006-02-15 21:30:53'),(15753,'2005-08-23 12:43:30',3451,144,'2005-09-01 09:07:30',2,'2006-02-15 21:30:53'),(15754,'2005-08-23 12:43:42',2306,356,'2005-08-27 17:45:42',2,'2006-02-15 21:30:53'),(15755,'2005-08-23 12:46:38',511,423,'2005-08-25 12:59:38',1,'2006-02-15 21:30:53'),(15756,'2005-08-23 12:47:05',878,112,'2005-08-28 08:34:05',2,'2006-02-15 21:30:53'),(15757,'2005-08-23 12:47:16',1308,356,'2005-08-29 17:19:16',1,'2006-02-15 21:30:53'),(15758,'2005-08-23 12:47:26',152,46,'2005-08-29 11:05:26',2,'2006-02-15 21:30:53'),(15759,'2005-08-23 12:47:37',1341,361,'2005-09-01 11:28:37',2,'2006-02-15 21:30:53'),(15760,'2005-08-23 12:50:00',3050,273,'2005-08-29 15:41:00',2,'2006-02-15 21:30:53'),(15761,'2005-08-23 12:55:51',4362,416,'2005-08-26 16:51:51',1,'2006-02-15 21:30:53'),(15762,'2005-08-23 13:01:43',887,351,'2005-08-26 16:35:43',1,'2006-02-15 21:30:53'),(15763,'2005-08-23 13:02:59',124,158,'2005-08-24 17:45:59',2,'2006-02-15 21:30:53'),(15764,'2005-08-23 13:05:10',2937,8,'2005-08-25 16:15:10',1,'2006-02-15 21:30:53'),(15765,'2005-08-23 13:06:19',1250,408,'2005-08-31 12:18:19',1,'2006-02-15 21:30:53'),(15766,'2005-08-23 13:10:16',1996,436,'2005-08-30 09:27:16',1,'2006-02-15 21:30:53'),(15767,'2005-08-23 13:14:15',3492,241,'2005-08-27 14:43:15',2,'2006-02-15 21:30:53'),(15768,'2005-08-23 13:14:47',662,267,'2005-08-29 14:17:47',2,'2006-02-15 21:30:53'),(15769,'2005-08-23 13:16:15',2392,276,'2005-08-28 18:31:15',1,'2006-02-15 21:30:53'),(15770,'2005-08-23 13:18:16',1424,113,'2005-08-29 11:31:16',1,'2006-02-15 21:30:53'),(15771,'2005-08-23 13:18:46',3667,262,'2005-08-26 07:29:46',1,'2006-02-15 21:30:53'),(15772,'2005-08-23 13:22:56',4343,202,'2005-08-26 10:35:56',2,'2006-02-15 21:30:53'),(15773,'2005-08-23 13:24:57',1626,189,'2005-08-31 14:16:57',2,'2006-02-15 21:30:53'),(15774,'2005-08-23 13:25:08',1273,254,'2005-08-28 10:08:08',2,'2006-02-15 21:30:53'),(15775,'2005-08-23 13:25:44',2146,173,'2005-09-01 16:56:44',1,'2006-02-15 21:30:53'),(15776,'2005-08-23 13:26:01',43,514,'2005-08-29 18:17:01',1,'2006-02-15 21:30:53'),(15777,'2005-08-23 13:29:08',4241,130,'2005-08-27 18:50:08',2,'2006-02-15 21:30:53'),(15778,'2006-02-14 15:16:03',1269,234,NULL,1,'2006-02-15 21:30:53'),(15779,'2005-08-23 13:33:46',1560,419,'2005-08-28 08:40:46',2,'2006-02-15 21:30:53'),(15780,'2006-02-14 15:16:03',2911,120,NULL,2,'2006-02-15 21:30:53'),(15781,'2005-08-23 13:41:05',4449,412,'2005-08-31 13:11:05',1,'2006-02-15 21:30:53'),(15782,'2005-08-23 13:43:26',3282,245,'2005-08-30 14:03:26',1,'2006-02-15 21:30:53'),(15783,'2005-08-23 13:45:44',397,247,'2005-08-26 09:18:44',2,'2006-02-15 21:30:53'),(15784,'2005-08-23 13:46:00',126,425,'2005-08-30 11:49:00',2,'2006-02-15 21:30:53'),(15785,'2005-08-23 13:46:27',1758,543,'2005-08-27 10:16:27',2,'2006-02-15 21:30:53'),(15786,'2005-08-23 13:48:34',3132,371,'2005-08-27 15:59:34',1,'2006-02-15 21:30:53'),(15787,'2005-08-23 13:51:57',2932,123,'2005-08-27 17:06:57',1,'2006-02-15 21:30:53'),(15788,'2005-08-23 13:54:39',13,269,'2005-08-26 10:17:39',1,'2006-02-15 21:30:53'),(15789,'2005-08-23 13:56:40',1213,350,'2005-08-27 15:25:40',1,'2006-02-15 21:30:53'),(15790,'2005-08-23 14:01:07',2887,233,'2005-08-30 10:32:07',2,'2006-02-15 21:30:53'),(15791,'2005-08-23 14:02:13',4147,445,'2005-09-01 09:03:13',2,'2006-02-15 21:30:53'),(15792,'2005-08-23 14:05:37',2175,581,'2005-08-28 10:54:37',1,'2006-02-15 21:30:53'),(15793,'2005-08-23 14:06:19',2863,22,'2005-08-24 19:59:19',2,'2006-02-15 21:30:53'),(15794,'2006-02-14 15:16:03',3917,579,NULL,2,'2006-02-15 21:30:53'),(15795,'2005-08-23 14:07:56',4371,417,'2005-08-25 12:10:56',2,'2006-02-15 21:30:53'),(15796,'2005-08-23 14:12:22',1425,158,'2005-08-28 17:03:22',2,'2006-02-15 21:30:53'),(15797,'2005-08-23 14:13:47',497,503,'2005-08-25 09:16:47',2,'2006-02-15 21:30:53'),(15798,'2005-08-23 14:23:03',3803,203,'2005-08-30 17:39:03',2,'2006-02-15 21:30:53'),(15799,'2005-08-23 14:23:23',2519,215,'2005-08-24 17:15:23',2,'2006-02-15 21:30:53'),(15800,'2005-08-23 14:23:44',963,43,'2005-08-29 17:04:44',2,'2006-02-15 21:30:53'),(15801,'2005-08-23 14:26:04',1590,165,'2005-08-28 15:04:04',1,'2006-02-15 21:30:53'),(15802,'2005-08-23 14:26:51',41,158,'2005-08-29 16:28:51',2,'2006-02-15 21:30:53'),(15803,'2005-08-23 14:27:07',500,105,'2005-08-28 12:01:07',2,'2006-02-15 21:30:53'),(15804,'2005-08-23 14:29:16',3338,585,'2005-08-26 08:41:16',1,'2006-02-15 21:30:53'),(15805,'2005-08-23 14:31:19',4511,8,'2005-08-25 19:01:19',2,'2006-02-15 21:30:53'),(15806,'2005-08-23 14:31:50',2683,166,'2005-08-27 16:08:50',2,'2006-02-15 21:30:53'),(15807,'2005-08-23 14:35:10',2705,350,'2005-08-29 19:06:10',2,'2006-02-15 21:30:53'),(15808,'2005-08-23 14:38:37',1663,446,'2005-08-27 14:45:37',2,'2006-02-15 21:30:53'),(15809,'2005-08-23 14:42:07',1885,431,'2005-08-27 15:00:07',2,'2006-02-15 21:30:53'),(15810,'2005-08-23 14:43:15',2196,171,'2005-08-25 17:41:15',1,'2006-02-15 21:30:53'),(15811,'2005-08-23 14:43:46',3487,300,'2005-08-27 16:43:46',1,'2006-02-15 21:30:53'),(15812,'2005-08-23 14:47:26',4457,45,'2005-09-01 10:51:26',2,'2006-02-15 21:30:53'),(15813,'2006-02-14 15:16:03',981,9,NULL,1,'2006-02-15 21:30:53'),(15814,'2005-08-23 14:52:50',4361,459,'2005-08-27 16:12:50',2,'2006-02-15 21:30:53'),(15815,'2005-08-23 14:55:47',316,444,'2005-08-24 12:37:47',1,'2006-02-15 21:30:53'),(15816,'2005-08-23 14:58:06',3628,31,'2005-08-28 13:30:06',1,'2006-02-15 21:30:53'),(15817,'2005-08-23 14:59:51',598,348,'2005-08-25 15:27:51',1,'2006-02-15 21:30:53'),(15818,'2005-08-23 14:59:58',2620,439,'2005-08-27 13:13:58',2,'2006-02-15 21:30:53'),(15819,'2005-08-23 15:01:54',3639,274,'2005-08-31 20:01:54',2,'2006-02-15 21:30:53'),(15820,'2005-08-23 15:03:13',4553,308,'2005-08-25 20:12:13',1,'2006-02-15 21:30:53'),(15821,'2005-08-23 15:03:58',1714,233,'2005-08-24 17:46:58',2,'2006-02-15 21:30:53'),(15822,'2005-08-23 15:05:59',3602,492,'2005-08-24 11:13:59',1,'2006-02-15 21:30:53'),(15823,'2005-08-23 15:08:00',3047,81,'2005-08-24 17:52:00',2,'2006-02-15 21:30:53'),(15824,'2005-08-23 15:09:17',2933,371,'2005-08-28 15:14:17',2,'2006-02-15 21:30:53'),(15825,'2005-08-23 15:10:42',149,346,'2005-08-29 09:28:42',2,'2006-02-15 21:30:53'),(15826,'2005-08-23 15:15:02',215,311,'2005-08-31 20:39:02',2,'2006-02-15 21:30:53'),(15827,'2005-08-23 15:15:19',1732,346,'2005-08-24 10:50:19',2,'2006-02-15 21:30:53'),(15828,'2005-08-23 15:16:32',428,327,'2005-08-29 12:20:32',1,'2006-02-15 21:30:53'),(15829,'2005-08-23 15:17:14',4387,30,'2005-08-27 13:04:14',1,'2006-02-15 21:30:53'),(15830,'2005-08-23 15:19:15',309,467,'2005-08-25 18:42:15',2,'2006-02-15 21:30:53'),(15831,'2005-08-23 15:21:19',3123,401,'2005-08-24 15:47:19',2,'2006-02-15 21:30:53'),(15832,'2005-08-23 15:21:35',1468,537,'2005-08-30 15:01:35',2,'2006-02-15 21:30:53'),(15833,'2005-08-23 15:22:15',801,349,'2005-08-31 14:54:15',1,'2006-02-15 21:30:53'),(15834,'2005-08-23 15:23:50',217,165,'2005-09-01 19:31:50',1,'2006-02-15 21:30:53'),(15835,'2005-08-23 15:25:27',1362,128,'2005-09-01 16:14:27',2,'2006-02-15 21:30:53'),(15836,'2005-08-23 15:29:17',260,468,'2005-08-26 11:44:17',2,'2006-02-15 21:30:53'),(15837,'2005-08-23 15:29:41',4388,283,'2005-08-27 18:17:41',1,'2006-02-15 21:30:53'),(15838,'2005-08-23 15:30:48',2194,579,'2005-08-31 11:20:48',2,'2006-02-15 21:30:53'),(15839,'2005-08-23 15:34:46',3726,294,'2005-08-30 21:00:46',2,'2006-02-15 21:30:53'),(15840,'2005-08-23 15:34:49',1901,316,'2005-08-24 16:54:49',1,'2006-02-15 21:30:53'),(15841,'2005-08-23 15:35:59',2865,571,'2005-08-30 19:30:59',2,'2006-02-15 21:30:53'),(15842,'2005-08-23 15:36:05',1850,146,'2005-08-30 14:05:05',2,'2006-02-15 21:30:53'),(15843,'2005-08-23 15:37:31',611,215,'2005-08-28 18:41:31',2,'2006-02-15 21:30:53'),(15844,'2005-08-23 15:38:12',2027,119,'2005-08-26 15:18:12',1,'2006-02-15 21:30:53'),(15845,'2005-08-23 15:38:34',4312,89,'2005-08-25 10:06:34',1,'2006-02-15 21:30:53'),(15846,'2005-08-23 15:39:18',3635,47,'2005-08-27 14:28:18',2,'2006-02-15 21:30:53'),(15847,'2005-08-23 15:39:38',2287,163,'2005-08-24 11:46:38',1,'2006-02-15 21:30:53'),(15848,'2005-08-23 15:41:12',2141,336,'2005-08-26 10:29:12',2,'2006-02-15 21:30:53'),(15849,'2005-08-23 15:41:20',4077,482,'2005-08-27 15:47:20',2,'2006-02-15 21:30:53'),(15850,'2005-08-23 15:45:42',586,563,'2005-08-27 19:24:42',1,'2006-02-15 21:30:53'),(15851,'2005-08-23 15:46:33',2286,469,'2005-08-29 15:52:33',1,'2006-02-15 21:30:53'),(15852,'2005-08-23 15:47:02',1506,140,'2005-08-25 19:37:02',1,'2006-02-15 21:30:53'),(15853,'2005-08-23 15:54:20',225,500,'2005-08-24 18:53:20',2,'2006-02-15 21:30:53'),(15854,'2005-08-23 15:58:05',1648,464,'2005-08-26 19:23:05',1,'2006-02-15 21:30:53'),(15855,'2005-08-23 15:59:01',2528,192,'2005-08-29 20:26:01',1,'2006-02-15 21:30:53'),(15856,'2005-08-23 15:59:12',3379,395,'2005-08-25 15:36:12',1,'2006-02-15 21:30:53'),(15857,'2005-08-23 15:59:51',2733,575,'2005-08-26 12:01:51',2,'2006-02-15 21:30:53'),(15858,'2005-08-23 16:07:15',4515,81,'2005-08-25 19:36:15',2,'2006-02-15 21:30:53'),(15859,'2005-08-23 16:08:15',4269,465,'2005-08-28 11:08:15',1,'2006-02-15 21:30:53'),(15860,'2005-08-23 16:08:40',2583,41,'2005-08-28 15:35:40',1,'2006-02-15 21:30:53'),(15861,'2005-08-23 16:15:45',1859,256,'2005-09-01 11:37:45',2,'2006-02-15 21:30:53'),(15862,'2006-02-14 15:16:03',925,215,NULL,1,'2006-02-15 21:30:53'),(15863,'2005-08-23 16:17:09',2783,328,'2005-08-28 16:10:09',2,'2006-02-15 21:30:53'),(15864,'2005-08-23 16:18:12',3014,256,'2005-08-29 17:10:12',2,'2006-02-15 21:30:53'),(15865,'2005-08-23 16:18:25',2031,482,'2005-08-26 10:57:25',2,'2006-02-15 21:30:53'),(15866,'2005-08-23 16:19:02',3828,296,'2005-08-31 12:29:02',2,'2006-02-15 21:30:53'),(15867,'2006-02-14 15:16:03',837,505,NULL,2,'2006-02-15 21:30:53'),(15868,'2005-08-23 16:19:14',2186,306,'2005-08-29 16:14:14',2,'2006-02-15 21:30:53'),(15869,'2005-08-23 16:22:20',1344,357,'2005-08-27 11:52:20',1,'2006-02-15 21:30:53'),(15870,'2005-08-23 16:23:08',590,251,'2005-08-28 20:30:08',2,'2006-02-15 21:30:53'),(15871,'2005-08-23 16:24:24',425,57,'2005-09-01 13:48:24',2,'2006-02-15 21:30:53'),(15872,'2005-08-23 16:27:24',3391,212,'2005-08-31 11:57:24',1,'2006-02-15 21:30:53'),(15873,'2005-08-23 16:27:59',4548,577,'2005-08-26 11:11:59',2,'2006-02-15 21:30:53'),(15874,'2005-08-23 16:30:55',621,132,'2005-08-28 20:57:55',1,'2006-02-15 21:30:53'),(15875,'2006-02-14 15:16:03',3611,41,NULL,1,'2006-02-15 21:30:53'),(15876,'2005-08-23 16:32:10',1735,87,'2005-08-24 18:16:10',1,'2006-02-15 21:30:53'),(15877,'2005-08-23 16:33:33',2307,559,'2005-08-26 10:36:33',2,'2006-02-15 21:30:53'),(15878,'2005-08-23 16:34:31',1592,493,'2005-08-27 21:51:31',2,'2006-02-15 21:30:53'),(15879,'2005-08-23 16:42:53',235,482,'2005-08-29 16:21:53',2,'2006-02-15 21:30:53'),(15880,'2005-08-23 16:43:54',2538,528,'2005-08-31 14:40:54',2,'2006-02-15 21:30:53'),(15881,'2005-08-23 16:44:25',617,383,'2005-08-29 13:58:25',1,'2006-02-15 21:30:53'),(15882,'2005-08-23 16:44:31',2028,312,'2005-09-01 15:44:31',2,'2006-02-15 21:30:53'),(15883,'2005-08-23 16:44:56',2792,550,'2005-08-24 22:42:56',1,'2006-02-15 21:30:53'),(15884,'2005-08-23 16:45:28',2255,81,'2005-08-27 20:18:28',1,'2006-02-15 21:30:53'),(15885,'2005-08-23 16:50:43',2116,565,'2005-08-29 20:19:43',1,'2006-02-15 21:30:53'),(15886,'2005-08-23 16:50:53',3038,91,'2005-08-26 15:38:53',2,'2006-02-15 21:30:53'),(15887,'2005-08-23 16:54:09',4263,201,'2005-08-26 13:20:09',2,'2006-02-15 21:30:53'),(15888,'2005-08-23 16:56:14',2955,321,'2005-08-31 14:32:14',1,'2006-02-15 21:30:53'),(15889,'2005-08-23 16:57:43',787,137,'2005-08-27 22:14:43',1,'2006-02-15 21:30:53'),(15890,'2005-08-23 16:58:12',3625,87,'2005-08-24 12:23:12',1,'2006-02-15 21:30:53'),(15891,'2005-08-23 17:00:12',2168,52,'2005-08-31 21:12:12',1,'2006-02-15 21:30:53'),(15892,'2005-08-23 17:01:00',1365,174,'2005-08-28 12:50:00',1,'2006-02-15 21:30:53'),(15893,'2005-08-23 17:02:00',2571,438,'2005-08-30 12:45:00',2,'2006-02-15 21:30:53'),(15894,'2006-02-14 15:16:03',4416,168,NULL,1,'2006-02-15 21:30:53'),(15895,'2005-08-23 17:09:31',2275,342,'2005-08-30 17:15:31',1,'2006-02-15 21:30:53'),(15896,'2005-08-23 17:09:56',528,585,'2005-08-31 14:51:56',2,'2006-02-15 21:30:53'),(15897,'2005-08-23 17:12:31',1652,15,'2005-08-30 17:22:31',1,'2006-02-15 21:30:53'),(15898,'2005-08-23 17:13:01',3502,88,'2005-08-29 11:22:01',2,'2006-02-15 21:30:53'),(15899,'2005-08-23 17:16:28',3851,596,'2005-08-29 21:46:28',2,'2006-02-15 21:30:53'),(15900,'2005-08-23 17:16:30',1112,562,'2005-08-27 18:02:30',1,'2006-02-15 21:30:53'),(15901,'2005-08-23 17:19:17',2761,226,'2005-08-30 14:24:17',2,'2006-02-15 21:30:53'),(15902,'2005-08-23 17:28:03',4500,172,'2005-08-30 18:36:03',1,'2006-02-15 21:30:53'),(15903,'2005-08-23 17:30:40',1289,267,'2005-08-29 14:12:40',1,'2006-02-15 21:30:53'),(15904,'2005-08-23 17:32:19',179,37,'2005-08-24 21:05:19',2,'2006-02-15 21:30:53'),(15905,'2005-08-23 17:33:04',3631,59,'2005-08-26 17:38:04',2,'2006-02-15 21:30:53'),(15906,'2005-08-23 17:36:00',3230,445,'2005-08-28 15:32:00',2,'2006-02-15 21:30:53'),(15907,'2005-08-23 17:39:35',2898,2,'2005-08-25 23:23:35',1,'2006-02-15 21:30:53'),(15908,'2005-08-23 17:42:00',2453,135,'2005-08-31 22:32:00',1,'2006-02-15 21:30:53'),(15909,'2005-08-23 17:42:42',404,452,'2005-08-26 20:25:42',1,'2006-02-15 21:30:53'),(15910,'2005-08-23 17:43:16',254,456,'2005-08-24 21:55:16',2,'2006-02-15 21:30:53'),(15911,'2005-08-23 17:44:53',3006,582,'2005-09-01 19:14:53',1,'2006-02-15 21:30:53'),(15912,'2005-08-23 17:47:40',3079,229,'2005-08-31 14:43:40',2,'2006-02-15 21:30:53'),(15913,'2005-08-23 17:48:30',3894,93,'2005-08-31 21:17:30',2,'2006-02-15 21:30:53'),(15914,'2005-08-23 17:49:26',747,557,'2005-08-24 12:20:26',1,'2006-02-15 21:30:53'),(15915,'2005-08-23 17:52:01',3566,167,'2005-08-24 20:40:01',2,'2006-02-15 21:30:53'),(15916,'2005-08-23 17:56:01',4580,327,'2005-08-31 21:49:01',2,'2006-02-15 21:30:53'),(15917,'2005-08-23 17:57:28',2093,589,'2005-08-29 20:03:28',1,'2006-02-15 21:30:53'),(15918,'2005-08-23 17:57:35',1456,262,'2005-08-28 14:16:35',2,'2006-02-15 21:30:53'),(15919,'2005-08-23 18:01:31',1746,497,'2005-08-24 16:27:31',1,'2006-02-15 21:30:53'),(15920,'2005-08-23 18:05:10',243,212,'2005-08-26 18:09:10',1,'2006-02-15 21:30:53'),(15921,'2005-08-23 18:06:54',223,522,'2005-08-30 20:19:54',2,'2006-02-15 21:30:53'),(15922,'2005-08-23 18:07:31',1702,263,'2005-09-01 22:27:31',1,'2006-02-15 21:30:53'),(15923,'2005-08-23 18:08:19',1693,276,'2005-08-26 18:06:19',2,'2006-02-15 21:30:53'),(15924,'2005-08-23 18:08:59',1114,541,'2005-08-27 12:20:59',2,'2006-02-15 21:30:53'),(15925,'2005-08-23 18:15:06',3394,440,'2005-08-26 18:09:06',2,'2006-02-15 21:30:53'),(15926,'2005-08-23 18:20:56',2231,151,'2005-08-24 18:20:56',2,'2006-02-15 21:30:53'),(15927,'2005-08-23 18:23:11',2450,401,'2005-08-24 15:09:11',1,'2006-02-15 21:30:53'),(15928,'2005-08-23 18:23:24',2086,75,'2005-09-01 23:43:24',2,'2006-02-15 21:30:53'),(15929,'2005-08-23 18:23:30',1832,477,'2005-08-27 17:04:30',1,'2006-02-15 21:30:53'),(15930,'2005-08-23 18:26:51',180,379,'2005-08-31 16:12:51',1,'2006-02-15 21:30:53'),(15931,'2005-08-23 18:28:09',1128,237,'2005-08-28 23:08:09',1,'2006-02-15 21:30:53'),(15932,'2005-08-23 18:31:40',4554,405,'2005-08-24 16:30:40',2,'2006-02-15 21:30:53'),(15933,'2005-08-23 18:36:44',3493,176,'2005-08-26 12:41:44',2,'2006-02-15 21:30:53'),(15934,'2005-08-23 18:40:41',994,216,'2005-08-25 00:18:41',2,'2006-02-15 21:30:53'),(15935,'2005-08-23 18:41:11',907,361,'2005-08-25 20:59:11',1,'2006-02-15 21:30:53'),(15936,'2005-08-23 18:43:11',1293,411,'2005-08-26 00:19:11',1,'2006-02-15 21:30:53'),(15937,'2005-08-23 18:43:22',2882,194,'2005-08-24 22:53:22',1,'2006-02-15 21:30:53'),(15938,'2005-08-23 18:43:31',2884,341,'2005-08-31 00:26:31',2,'2006-02-15 21:30:53'),(15939,'2005-08-23 18:44:21',3209,382,'2005-09-01 17:25:21',2,'2006-02-15 21:30:53'),(15940,'2005-08-23 18:45:06',1606,86,'2005-08-30 13:00:06',2,'2006-02-15 21:30:53'),(15941,'2005-08-23 18:46:44',4304,424,'2005-08-31 17:31:44',1,'2006-02-15 21:30:53'),(15942,'2005-08-23 18:48:40',1096,210,'2005-09-01 18:39:40',2,'2006-02-15 21:30:53'),(15943,'2005-08-23 18:49:32',706,462,'2005-08-27 19:20:32',1,'2006-02-15 21:30:53'),(15944,'2005-08-23 18:50:54',4559,348,'2005-08-25 18:04:54',2,'2006-02-15 21:30:53'),(15945,'2005-08-23 18:51:41',3633,43,'2005-08-28 18:42:41',1,'2006-02-15 21:30:53'),(15946,'2005-08-23 18:54:07',4549,561,'2005-08-28 21:21:07',1,'2006-02-15 21:30:53'),(15947,'2005-08-23 18:54:32',1877,580,'2005-08-24 22:39:32',2,'2006-02-15 21:30:53'),(15948,'2005-08-23 18:59:33',432,520,'2005-08-31 13:02:33',2,'2006-02-15 21:30:53'),(15949,'2005-08-23 19:06:04',1199,386,'2005-08-26 18:39:04',2,'2006-02-15 21:30:53'),(15950,'2005-08-23 19:09:39',1374,280,'2005-08-31 17:03:39',2,'2006-02-15 21:30:53'),(15951,'2005-08-23 19:10:32',3018,446,'2005-08-29 14:17:32',1,'2006-02-15 21:30:53'),(15952,'2005-08-23 19:11:29',1314,224,'2005-08-28 14:41:29',1,'2006-02-15 21:30:53'),(15953,'2005-08-23 19:13:46',3727,540,'2005-08-28 23:05:46',1,'2006-02-15 21:30:53'),(15954,'2005-08-23 19:14:07',576,460,'2005-08-24 20:21:07',1,'2006-02-15 21:30:53'),(15955,'2005-08-23 19:19:06',2247,349,'2005-08-31 23:34:06',1,'2006-02-15 21:30:53'),(15956,'2005-08-23 19:19:21',2763,354,'2005-08-25 22:15:21',2,'2006-02-15 21:30:53'),(15957,'2005-08-23 19:21:22',74,418,'2005-08-31 16:42:22',1,'2006-02-15 21:30:53'),(15958,'2005-08-23 19:22:36',4164,492,'2005-08-30 01:03:36',1,'2006-02-15 21:30:53'),(15959,'2005-08-23 19:27:04',547,415,'2005-08-24 15:24:04',1,'2006-02-15 21:30:53'),(15960,'2005-08-23 19:35:42',1497,431,'2005-08-26 17:36:42',2,'2006-02-15 21:30:53'),(15961,'2005-08-23 19:35:42',4006,200,'2005-08-30 22:52:42',1,'2006-02-15 21:30:53'),(15962,'2005-08-23 19:42:04',3491,160,'2005-08-25 23:53:04',1,'2006-02-15 21:30:53'),(15963,'2005-08-23 19:42:46',3819,134,'2005-08-25 22:12:46',1,'2006-02-15 21:30:53'),(15964,'2005-08-23 19:45:25',251,141,'2005-08-26 22:43:25',2,'2006-02-15 21:30:53'),(15965,'2005-08-23 19:46:39',3449,509,'2005-08-24 20:08:39',2,'2006-02-15 21:30:53'),(15966,'2006-02-14 15:16:03',4472,374,NULL,1,'2006-02-15 21:30:53'),(15967,'2005-08-23 19:50:06',321,257,'2005-08-29 14:51:06',1,'2006-02-15 21:30:53'),(15968,'2005-08-23 19:51:29',3598,257,'2005-08-24 15:07:29',1,'2006-02-15 21:30:53'),(15969,'2005-08-23 19:51:30',1807,327,'2005-08-31 23:50:30',1,'2006-02-15 21:30:53'),(15970,'2005-08-23 19:54:24',4509,395,'2005-08-24 18:07:24',1,'2006-02-15 21:30:53'),(15971,'2005-08-23 19:59:33',3456,187,'2005-09-02 01:28:33',1,'2006-02-15 21:30:53'),(15972,'2005-08-23 20:00:30',4428,25,'2005-08-30 00:25:30',1,'2006-02-15 21:30:53'),(15973,'2005-08-23 20:04:41',2766,343,'2005-09-01 20:08:41',2,'2006-02-15 21:30:53'),(15974,'2005-08-23 20:06:04',3518,201,'2005-08-27 17:33:04',2,'2006-02-15 21:30:53'),(15975,'2005-08-23 20:06:23',2723,174,'2005-08-27 19:52:23',1,'2006-02-15 21:30:53'),(15976,'2005-08-23 20:07:08',835,227,'2005-08-25 01:47:08',2,'2006-02-15 21:30:53'),(15977,'2005-08-23 20:07:10',1031,550,'2005-09-01 22:12:10',2,'2006-02-15 21:30:53'),(15978,'2005-08-23 20:08:18',4444,536,'2005-08-31 17:35:18',2,'2006-02-15 21:30:53'),(15979,'2005-08-23 20:08:26',3733,536,'2005-08-26 19:19:26',1,'2006-02-15 21:30:53'),(15980,'2005-08-23 20:10:13',3365,196,'2005-08-24 17:44:13',2,'2006-02-15 21:30:53'),(15981,'2005-08-23 20:12:17',2867,489,'2005-08-30 20:43:17',1,'2006-02-15 21:30:53'),(15982,'2005-08-23 20:13:31',2920,370,'2005-09-01 21:51:31',2,'2006-02-15 21:30:53'),(15983,'2005-08-23 20:13:38',3318,464,'2005-08-30 18:42:38',1,'2006-02-15 21:30:53'),(15984,'2005-08-23 20:16:27',2011,495,'2005-08-27 01:43:27',1,'2006-02-15 21:30:53'),(15985,'2005-08-23 20:20:23',2646,179,'2005-08-26 20:55:23',1,'2006-02-15 21:30:53'),(15986,'2005-08-23 20:20:37',3472,226,'2005-08-29 20:49:37',1,'2006-02-15 21:30:53'),(15987,'2005-08-23 20:22:17',3150,302,'2005-08-31 21:46:17',2,'2006-02-15 21:30:53'),(15988,'2005-08-23 20:23:08',3932,400,'2005-08-28 20:50:08',1,'2006-02-15 21:30:53'),(15989,'2005-08-23 20:24:36',38,96,'2005-08-26 20:35:36',1,'2006-02-15 21:30:53'),(15990,'2005-08-23 20:25:11',3233,512,'2005-08-25 15:01:11',2,'2006-02-15 21:30:53'),(15991,'2005-08-23 20:27:34',2078,203,'2005-08-28 16:48:34',2,'2006-02-15 21:30:53'),(15992,'2005-08-23 20:28:32',3334,589,'2005-08-24 21:35:32',1,'2006-02-15 21:30:53'),(15993,'2005-08-23 20:28:44',1638,12,'2005-08-27 16:23:44',2,'2006-02-15 21:30:53'),(15994,'2005-08-23 20:29:10',438,595,'2005-08-28 01:41:10',2,'2006-02-15 21:30:53'),(15995,'2005-08-23 20:29:56',1122,377,'2005-08-30 18:09:56',1,'2006-02-15 21:30:53'),(15996,'2005-08-23 20:31:38',3098,151,'2005-08-29 20:58:38',1,'2006-02-15 21:30:53'),(15997,'2005-08-23 20:40:31',2843,447,'2005-08-26 19:47:31',1,'2006-02-15 21:30:53'),(15998,'2005-08-23 20:41:09',1229,545,'2005-08-27 00:20:09',1,'2006-02-15 21:30:53'),(15999,'2005-08-23 20:44:10',2584,377,'2005-08-31 02:38:10',2,'2006-02-15 21:30:53'),(16000,'2005-08-23 20:44:36',282,71,'2005-08-25 02:29:36',1,'2006-02-15 21:30:53'),(16001,'2005-08-23 20:45:53',245,108,'2005-08-27 15:52:53',1,'2006-02-15 21:30:53'),(16002,'2005-08-23 20:47:12',2770,73,'2005-08-27 23:07:12',1,'2006-02-15 21:30:53'),(16003,'2005-08-23 20:47:28',3413,577,'2005-08-31 23:22:28',1,'2006-02-15 21:30:53'),(16004,'2005-08-23 20:53:20',2223,147,'2005-08-31 15:15:20',2,'2006-02-15 21:30:53'),(16005,'2005-08-23 21:00:22',3265,466,'2005-09-02 02:35:22',1,'2006-02-15 21:30:53'),(16006,'2005-08-23 21:01:09',240,533,'2005-08-25 19:33:09',1,'2006-02-15 21:30:53'),(16007,'2005-08-23 21:02:43',3236,126,'2005-08-30 23:37:43',2,'2006-02-15 21:30:53'),(16008,'2005-08-23 21:04:51',3273,189,'2005-08-31 22:09:51',1,'2006-02-15 21:30:53'),(16009,'2005-08-23 21:07:59',3055,133,'2005-08-29 16:54:59',2,'2006-02-15 21:30:53'),(16010,'2005-08-23 21:10:24',2539,173,'2005-08-25 17:58:24',1,'2006-02-15 21:30:53'),(16011,'2005-08-23 21:11:33',1093,389,'2005-08-31 17:51:33',1,'2006-02-15 21:30:53'),(16012,'2005-08-23 21:13:39',2421,80,'2005-08-30 23:52:39',2,'2006-02-15 21:30:53'),(16013,'2005-08-23 21:17:17',561,462,'2005-08-26 21:15:17',1,'2006-02-15 21:30:53'),(16014,'2005-08-23 21:18:31',3322,532,'2005-08-31 17:28:31',2,'2006-02-15 21:30:53'),(16015,'2005-08-23 21:25:03',3113,50,'2005-08-24 20:05:03',2,'2006-02-15 21:30:53'),(16016,'2005-08-23 21:26:35',3374,595,'2005-08-28 16:06:35',2,'2006-02-15 21:30:53'),(16017,'2005-08-23 21:27:11',664,535,'2005-08-24 23:22:11',1,'2006-02-15 21:30:53'),(16018,'2005-08-23 21:27:35',897,439,'2005-08-30 00:36:35',1,'2006-02-15 21:30:53'),(16019,'2005-08-23 21:30:45',3093,278,'2005-08-27 23:45:45',2,'2006-02-15 21:30:53'),(16020,'2005-08-23 21:34:33',277,311,'2005-09-01 18:17:33',1,'2006-02-15 21:30:53'),(16021,'2005-08-23 21:37:59',3057,314,'2005-08-31 01:52:59',1,'2006-02-15 21:30:53'),(16022,'2005-08-23 21:44:27',2925,504,'2005-08-28 01:52:27',1,'2006-02-15 21:30:53'),(16023,'2005-08-23 21:45:02',2347,124,'2005-08-24 21:28:02',1,'2006-02-15 21:30:53'),(16024,'2005-08-23 21:46:47',2910,473,'2005-08-27 02:06:47',1,'2006-02-15 21:30:53'),(16025,'2005-08-23 21:48:54',1777,569,'2005-08-24 22:05:54',2,'2006-02-15 21:30:53'),(16026,'2005-08-23 21:49:22',467,484,'2005-08-27 00:47:22',1,'2006-02-15 21:30:53'),(16027,'2005-08-23 21:49:33',1724,160,'2005-08-30 16:19:33',2,'2006-02-15 21:30:53'),(16028,'2005-08-23 21:52:56',2515,119,'2005-08-30 18:16:56',2,'2006-02-15 21:30:53'),(16029,'2005-08-23 21:54:02',953,143,'2005-08-29 23:55:02',1,'2006-02-15 21:30:53'),(16030,'2005-08-23 21:56:04',4161,137,'2005-08-31 01:24:04',2,'2006-02-15 21:30:53'),(16031,'2005-08-23 21:59:26',1843,102,'2005-08-29 20:15:26',1,'2006-02-15 21:30:53'),(16032,'2005-08-23 21:59:57',2527,447,'2005-08-31 22:46:57',2,'2006-02-15 21:30:53'),(16033,'2005-08-23 22:06:15',760,226,'2005-09-01 02:36:15',2,'2006-02-15 21:30:53'),(16034,'2005-08-23 22:06:34',655,502,'2005-08-29 18:44:34',1,'2006-02-15 21:30:53'),(16035,'2005-08-23 22:08:04',549,37,'2005-08-28 03:46:04',1,'2006-02-15 21:30:53'),(16036,'2005-08-23 22:12:44',1372,425,'2005-08-25 17:48:44',2,'2006-02-15 21:30:53'),(16037,'2005-08-23 22:13:04',341,45,'2005-09-01 02:48:04',2,'2006-02-15 21:30:53'),(16038,'2005-08-23 22:14:31',2612,172,'2005-08-30 03:28:31',1,'2006-02-15 21:30:53'),(16039,'2005-08-23 22:18:51',545,78,'2005-08-31 19:55:51',2,'2006-02-15 21:30:53'),(16040,'2005-08-23 22:19:33',3524,195,'2005-09-02 02:19:33',2,'2006-02-15 21:30:53'),(16041,'2005-08-23 22:20:26',4116,121,'2005-08-25 20:14:26',2,'2006-02-15 21:30:53'),(16042,'2005-08-23 22:20:40',629,131,'2005-08-24 17:54:40',1,'2006-02-15 21:30:53'),(16043,'2005-08-23 22:21:03',3869,526,'2005-08-31 03:09:03',2,'2006-02-15 21:30:53'),(16044,'2005-08-23 22:24:39',1312,468,'2005-08-25 04:08:39',1,'2006-02-15 21:30:53'),(16045,'2005-08-23 22:25:26',772,14,'2005-08-25 23:54:26',1,'2006-02-15 21:30:53'),(16046,'2005-08-23 22:26:47',4364,74,'2005-08-27 18:02:47',2,'2006-02-15 21:30:53'),(16047,'2005-08-23 22:42:48',2088,114,'2005-08-25 02:48:48',2,'2006-02-15 21:30:53'),(16048,'2005-08-23 22:43:07',2019,103,'2005-08-31 21:33:07',1,'2006-02-15 21:30:53'),(16049,'2005-08-23 22:50:12',2666,393,'2005-08-30 01:01:12',2,'2006-02-15 21:30:53'); diff --git a/database/scholar/schema.sql b/database/scholar/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e1a62ae28d2d3f4e549d2ddd7dcdec0f6ca43e84 --- /dev/null +++ b/database/scholar/schema.sql @@ -0,0 +1,88 @@ +PRAGMA foreign_keys = ON; + + + +CREATE TABLE `venue` ( + `venueId` integer NOT NULL +, `venueName` varchar(100) DEFAULT NULL +, PRIMARY KEY (`venueId`) +); + + + +CREATE TABLE `author` ( + `authorId` integer NOT NULL +, `authorName` varchar(50) DEFAULT NULL +, PRIMARY KEY (`authorId`) +); + + +CREATE TABLE `dataset` ( + `datasetId` integer NOT NULL +, `datasetName` varchar(50) DEFAULT NULL +, PRIMARY KEY (`datasetId`) +); + + +CREATE TABLE `journal` ( + `journalId` integer NOT NULL +, `journalName` varchar(100) DEFAULT NULL +, PRIMARY KEY (`journalId`) +); + +CREATE TABLE `keyphrase` ( + `keyphraseId` integer NOT NULL +, `keyphraseName` varchar(50) DEFAULT NULL +, PRIMARY KEY (`keyphraseId`) +); + + +CREATE TABLE `paper` ( + `paperId` integer NOT NULL +, `title` varchar(300) DEFAULT NULL +, `venueId` integer DEFAULT NULL +, `year` integer DEFAULT NULL +, `numCiting` integer DEFAULT NULL +, `numCitedBy` integer DEFAULT NULL +, `journalId` integer DEFAULT NULL +, PRIMARY KEY (`paperId`) +, FOREIGN KEY(`journalId`) REFERENCES `journal`(`journalId`) +, FOREIGN KEY(`venueId`) REFERENCES `venue`(`venueId`) +); + + + +CREATE TABLE `cite` ( + `citingPaperId` integer NOT NULL +, `citedPaperId` integer NOT NULL +, PRIMARY KEY (`citingPaperId`,`citedPaperId`) +, FOREIGN KEY(`citedpaperId`) REFERENCES `paper`(`paperId`) +, FOREIGN KEY(`citingpaperId`) REFERENCES `paper`(`paperId`) +); + + +CREATE TABLE `paperDataset` ( + `paperId` integer DEFAULT NULL +, `datasetId` integer DEFAULT NULL +, PRIMARY KEY (`datasetId`, `paperId`) +); + + + +CREATE TABLE `paperKeyphrase` ( + `paperId` integer DEFAULT NULL +, `keyphraseId` integer DEFAULT NULL +, PRIMARY KEY (`keyphraseId`,`paperId`) +, FOREIGN KEY(`paperId`) REFERENCES `paper`(`paperId`) +, FOREIGN KEY(`keyphraseId`) REFERENCES `keyphrase`(`keyphraseId`) +); + + +CREATE TABLE `writes` ( + `paperId` integer DEFAULT NULL +, `authorId` integer DEFAULT NULL +, PRIMARY KEY (`paperId`,`authorId`) +, FOREIGN KEY(`paperId`) REFERENCES `paper`(`paperId`) +, FOREIGN KEY(`authorId`) REFERENCES `author`(`authorId`) +); + diff --git a/database/scholar/scholar.sqlite b/database/scholar/scholar.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..4c81e1d0d09b08e402afcfb5ae294821aca13b2a Binary files /dev/null and b/database/scholar/scholar.sqlite differ diff --git a/database/school_bus/schema.sql b/database/school_bus/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..f5c2b6d845fea3625f9a2676ff8975c6f9062b42 --- /dev/null +++ b/database/school_bus/schema.sql @@ -0,0 +1,61 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "driver" ( +"Driver_ID" int, +"Name" text, +"Party" text, +"Home_city" text, +"Age" int, +PRIMARY KEY ("Driver_ID") +); + +CREATE TABLE "school" ( +"School_ID" int, +"Grade" text, +"School" text, +"Location" text, +"Type" text, +PRIMARY KEY ("School_ID") +); + +INSERT INTO "driver" VALUES ("1","Matthew Ritter","Dem","Hartford",40); +INSERT INTO "driver" VALUES ("2","Dan Carter","Rep","Bethel",30); +INSERT INTO "driver" VALUES ("3","Minnie Gonzalez","Dem","Hartford",46); +INSERT INTO "driver" VALUES ("4","Angel Acre","Dem","Hartford",42); +INSERT INTO "driver" VALUES ("5","Brandon McGee","Dem","Hartford",45); +INSERT INTO "driver" VALUES ("6","Edwin Vargas","Dem","Hartford",52); +INSERT INTO "driver" VALUES ("7","Douglas McCrory","Dem","Hartford",36); +INSERT INTO "driver" VALUES ("8","Timothy Ackert","Rep","Coventry",35); +INSERT INTO "driver" VALUES ("9","Jason Rojas","Dem","East Hartford",38); +INSERT INTO "driver" VALUES ("10","Henry Genga","Dem","East Hartford",37); +INSERT INTO "driver" VALUES ("11","Tim Larson","Dem","East Hartford",36); +INSERT INTO "driver" VALUES ("12","Geoff Luxenberg","Dem","Manchester",52); + +INSERT INTO "school" VALUES (1,"Kindergarten","Noelani Elementary School","Honolulu, Hawaii","Public"); +INSERT INTO "school" VALUES (2,"1st-3rd grade","St. Francis Assisi","Jakarta, Indonesia","Private Catholic"); +INSERT INTO "school" VALUES (3,"4th grade","State Elementary School Menteng 01","Jakarta, Indonesia","Public"); +INSERT INTO "school" VALUES (4,"5th-12th grade","Punahou School","Honolulu, Hawaii","Private"); +INSERT INTO "school" VALUES (5,"Freshman–Sophomore year","Occidental College","Los Angeles, California","Private"); +INSERT INTO "school" VALUES (6,"Junior–Senior year","Columbia University","New York City","Private"); +INSERT INTO "school" VALUES (7,"College","Harvard Law School","Cambridge, Massachusetts","Private"); + + + +CREATE TABLE "school_bus" ( +"School_ID" int, +"Driver_ID" int, +"Years_Working" int, +"If_full_time" bool, +PRIMARY KEY ("School_ID","Driver_ID"), +FOREIGN KEY ("School_ID") REFERENCES `school`("School_ID"), +FOREIGN KEY ("Driver_ID") REFERENCES `driver`("Driver_ID") +); + + +INSERT INTO "school_bus" VALUES (1,10,10,"F"); +INSERT INTO "school_bus" VALUES (5,7,8,"T"); +INSERT INTO "school_bus" VALUES (3,4,6,"T"); +INSERT INTO "school_bus" VALUES (7,9,2,"T"); +INSERT INTO "school_bus" VALUES (4,3,3,"T"); + diff --git a/database/school_bus/school_bus.sqlite b/database/school_bus/school_bus.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..9362948c18883d6f96f5e4a6f06e18f5674d5086 Binary files /dev/null and b/database/school_bus/school_bus.sqlite differ diff --git a/database/school_player/schema.sql b/database/school_player/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..ffe77e228a7e281ee6c65ed9adc7fe78cf29e9a9 --- /dev/null +++ b/database/school_player/schema.sql @@ -0,0 +1,113 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "school" ( +"School_ID" int, +"School" text, +"Location" text, +"Enrollment" real, +"Founded" real, +"Denomination" text, +"Boys_or_Girls" text, +"Day_or_Boarding" text, +"Year_Entered_Competition" real, +"School_Colors" text, +PRIMARY KEY ("School_Id") +); + +INSERT INTO "school" VALUES (1,"St Aloysius' College","Milsons Point","1200","1879","Catholic","Boys","Day","1929","Royal Blue and Gold"); +INSERT INTO "school" VALUES (2,"Barker College","Hornsby","2300","1890","Anglican","Boys only to Yr 9 Co-ed Year 10 to 12","Day & Boarding","1929","Red & Blue"); +INSERT INTO "school" VALUES (3,"Cranbrook School","Bellevue Hill","1000","1918","Anglican","Boys","Day & Boarding","1929","Red, White & Blue"); +INSERT INTO "school" VALUES (4,"Knox Grammar School","Wahroonga","1850","1924","Uniting Church","Boys","Day & Boarding","1929","Black & Blue"); +INSERT INTO "school" VALUES (5,"Trinity Grammar School","Summer Hill","2200","1913","Anglican","Boys","Day & Boarding","1929","Green and White"); +INSERT INTO "school" VALUES (6,"Waverley College","Waverley","1430","1903","Catholic","Boys","Day","1944","Royal Blue and Gold"); + + + +CREATE TABLE "school_details" ( +"School_ID" int, +"Nickname" text, +"Colors" text, +"League" text, +"Class" text, +"Division" text, +PRIMARY KEY ("School_Id"), +FOREIGN KEY (`School_ID`) REFERENCES `school`(`School_ID`) +); + +INSERT INTO "school_details" VALUES (1,"Tigers","Blue and Yellow","DSHA","Flight A","Division 1"); +INSERT INTO "school_details" VALUES (2,"Auks","Dark Green and White","DSHA","Flight B","Division 3"); +INSERT INTO "school_details" VALUES (3,"Buccaneers","Garnet and White","DSHA","Fight A","Division 1"); +INSERT INTO "school_details" VALUES (4,"Raiders","Maroon and White","DSHA","Flight B","Division 3"); +INSERT INTO "school_details" VALUES (5,"Seahawks","Blue and Gold","DSHA","Flight B","Division 2"); +INSERT INTO "school_details" VALUES (6,"Silver Eagles","Silver and Maroon","DSHA","Flight B","Division 3"); + + + +CREATE TABLE "school_performance" ( +"School_Id" int, +"School_Year" text, +"Class_A" text, +"Class_AA" text, +PRIMARY KEY ("School_Id","School_Year"), +FOREIGN KEY (`School_ID`) REFERENCES `school`(`School_ID`) +); + +INSERT INTO "school_performance" VALUES (1,"1987-88","Yantis","Blanco"); +INSERT INTO "school_performance" VALUES (1,"1988-89","Happy","Blanco"); +INSERT INTO "school_performance" VALUES (1,"1989-90","Skidmore-Tynan", "Bishop"); +INSERT INTO "school_performance" VALUES (2,"1990-91","Louise","Lytle"); +INSERT INTO "school_performance" VALUES (2,"1991-92","Anton","Clarendon"); +INSERT INTO "school_performance" VALUES (3,"1992-93","Anton","Wheeler"); +INSERT INTO "school_performance" VALUES (4,"1993-94","Utopia","Lytle"); +INSERT INTO "school_performance" VALUES (3,"1994-95","Martin's Mill","Wallis Brazos"); +INSERT INTO "school_performance" VALUES (5,"1995-96","Lindsay","Henrietta"); +INSERT INTO "school_performance" VALUES (6,"1996-97","Martin's Mill","Canadian"); +INSERT INTO "school_performance" VALUES (1,"1997-98","Martin's Mill","Buffalo"); +INSERT INTO "school_performance" VALUES (2,"1998-99","Wheeler","Van Alstyne"); +INSERT INTO "school_performance" VALUES (3,"1999-2000","Valley View","Lindsay"); +INSERT INTO "school_performance" VALUES (5,"2000-01","Menard","Weimar"); +INSERT INTO "school_performance" VALUES (6,"2001-02","Santa Anna","Hale Center"); +INSERT INTO "school_performance" VALUES (2,"2002-03","Martin's Mill","Hale Center"); +INSERT INTO "school_performance" VALUES (1,"2003-04","Martin's Mill","S&S Consolidated"); +INSERT INTO "school_performance" VALUES (2,"2004-05","Lindsay","Salado"); +INSERT INTO "school_performance" VALUES (3,"2005-06","Quanah","Salado"); +INSERT INTO "school_performance" VALUES (1,"2006-07","Martin's Mill","Weimar"); +INSERT INTO "school_performance" VALUES (6,"2007-08","Frost","Weimar"); +INSERT INTO "school_performance" VALUES (4,"2008-09","Winters","Dimmitt"); + + +CREATE TABLE "player" ( +"Player_ID" int, +"Player" text, +"Team" text, +"Age" int, +"Position" text, +"School_ID" int, +PRIMARY KEY ("Player_ID"), +FOREIGN KEY (`School_ID`) REFERENCES `school`(`School_ID`) +); + +INSERT INTO "player" VALUES ("1","Timothy Beckham","Tampa Bay Devil Rays",15,"Shortstop",1); +INSERT INTO "player" VALUES ("2","Pedro Álvarez","Pittsburgh Pirates",14,"Third baseman",2); +INSERT INTO "player" VALUES ("3","Eric Hosmer","Kansas City Royals",16,"First Baseman",1); +INSERT INTO "player" VALUES ("4","Brian Matusz","Baltimore Orioles",17,"Left-handed pitcher",1); +INSERT INTO "player" VALUES ("5","Buster Posey","San Francisco Giants",15,"Catcher",2); +INSERT INTO "player" VALUES ("6","Kyle Skipworth","Florida Marlins",14,"Catcher",2); +INSERT INTO "player" VALUES ("7","Yonder Alonso","Cincinnati Reds",15,"First baseman",1); +INSERT INTO "player" VALUES ("8","Gordon Beckham","Chicago White Sox",16,"Shortstop",1); +INSERT INTO "player" VALUES ("9","Aaron Crow *","Washington Nationals",16,"Right-handed pitcher",1); +INSERT INTO "player" VALUES ("10","Jason Castro","Houston Astros",15,"Catcher",1); +INSERT INTO "player" VALUES ("11","Justin Smoak","Texas Rangers",15,"First baseman",1); +INSERT INTO "player" VALUES ("12","Jemile Weeks","Oakland Athletics",15,"Second baseman",2); +INSERT INTO "player" VALUES ("13","Brett Wallace","St. Louis Cardinals",17,"Third baseman",5); +INSERT INTO "player" VALUES ("14","Aaron Hicks","Minnesota Twins",14,"Outfielder",6); +INSERT INTO "player" VALUES ("15","Ethan Martin","Los Angeles Dodgers",15,"Right-handed pitcher",1); +INSERT INTO "player" VALUES ("16","Brett Lawrie","Milwaukee Brewers",15,"Catcher",1); +INSERT INTO "player" VALUES ("17","David Cooper","Toronto Blue Jays",17,"First baseman",1); +INSERT INTO "player" VALUES ("18","Ike Davis","New York Mets",15,"First baseman",4); +INSERT INTO "player" VALUES ("19","Andrew Cashner","Chicago Cubs",16,"Right-handed pitcher",4); +INSERT INTO "player" VALUES ("20","Josh Fields","Seattle Mariners",15,"Right-handed pitcher",4); +INSERT INTO "player" VALUES ("21","Ryan Perry","Detroit Tigers",17,"Right-handed pitcher",3); +INSERT INTO "player" VALUES ("22","Reese Havens","New York Mets",18,"Shortstop",5); +INSERT INTO "player" VALUES ("23","Allan Dykstra","San Diego Padres",15,"First baseman",5); diff --git a/database/school_player/school_player.sqlite b/database/school_player/school_player.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..cd086bf8910571b509961ec9effd16d97518338a Binary files /dev/null and b/database/school_player/school_player.sqlite differ diff --git a/database/ship_mission/schema.sql b/database/ship_mission/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..4dcde4fdf78d334951c391042ece0a484d2f326a --- /dev/null +++ b/database/ship_mission/schema.sql @@ -0,0 +1,41 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "mission" ( +"Mission_ID" int, +"Ship_ID" int, +"Code" text, +"Launched_Year" int, +"Location" text, +"Speed_knots" int, +"Fate" text, +PRIMARY KEY ("Mission_ID"), +FOREIGN KEY ("Ship_ID") REFERENCES `ship`("Ship_ID") +); + +CREATE TABLE "ship" ( +"Ship_ID" int, +"Name" text, +"Type" text, +"Nationality" text, +"Tonnage" int, +PRIMARY KEY ("Ship_ID") +); + +INSERT INTO "ship" VALUES (1,"Corbridge","Cargo ship","United Kingdom","3687"); +INSERT INTO "ship" VALUES (2,"Farringford","Battle ship","United States","3146"); +INSERT INTO "ship" VALUES (3,"Dromonby","Cargo ship","United Kingdom","3627"); +INSERT INTO "ship" VALUES (4,"Author","Cargo ship","United Kingdom","3496"); +INSERT INTO "ship" VALUES (5,"Trader","Battle ship","United Kingdom","3608"); +INSERT INTO "ship" VALUES (6,"Ariadne","Cargo ship","United States","3035"); +INSERT INTO "ship" VALUES (7,"Appam","Battle ship","United Kingdom","7781"); +INSERT INTO "ship" VALUES (8,"Clan McTavish","Cargo ship","United States","5816"); + + +INSERT INTO "mission" VALUES (1,1,"VMV-1","1930","Germany","25","Decommissioned 1950"); +INSERT INTO "mission" VALUES (2,2,"VMV-2","1930","Germany","25","Decommissioned 1950"); +INSERT INTO "mission" VALUES (3,3,"VMV-3","1930","Helsinki , Finland","23","Lost (burned) 1931"); +INSERT INTO "mission" VALUES (4,5,"VMV-4 Former: Sterling","1916","Norway","16","Retired 1939"); +INSERT INTO "mission" VALUES (5,6,"VMV-5","1931","Uusikaupunki , Finland","23","Decommissioned 1959"); +INSERT INTO "mission" VALUES (6,7,"VMV-6","1931","Uusikaupunki , Finland","23","Decommissioned 1960"); +INSERT INTO "mission" VALUES (7,8,"VMV-7","1932","Turku , Finland","23","Lost (burned and sunk) 1933"); + diff --git a/database/ship_mission/ship_mission.sqlite b/database/ship_mission/ship_mission.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..c5410cf7ae65561fae82f4acc5dc682d884d5e9c Binary files /dev/null and b/database/ship_mission/ship_mission.sqlite differ diff --git a/database/shop_membership/schema.sql b/database/shop_membership/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..c3cc0e5378c03d416f11bc4a077bd108e588e108 --- /dev/null +++ b/database/shop_membership/schema.sql @@ -0,0 +1,84 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "member" ( +"Member_ID" int, +"Card_Number" text, +"Name" text, +"Hometown" text, +"Level" int, +PRIMARY KEY ("Member_ID") +); + + +INSERT INTO "member" VALUES (1,"LE99","Jeremy Jarmon","Collierville, Tennessee","6"); +INSERT INTO "member" VALUES (2,"LT98","Myron Pryor","Louisville, Kentucky","6"); +INSERT INTO "member" VALUES (3,"RT91","Corey Peters","Louisville, Kentucky","6"); +INSERT INTO "member" VALUES (4,"RE95","Ventrell Jenkins","Columbia, South Carolina","6"); +INSERT INTO "member" VALUES (5,"OLB56","Braxton Kelley","LaGrange, Georgia","6"); +INSERT INTO "member" VALUES (6,"MLB4","Micah Johnson","Fort Campbell, Kentucky","4"); +INSERT INTO "member" VALUES (7,"SLB51","Johnny Williams","Jacksonville, Florida","6"); +INSERT INTO "member" VALUES (8,"RCB32","Trevard Lindley","Hiram, Georgia","6"); +INSERT INTO "member" VALUES (9,"LCB7","David Jones","Red Jacket, West Virginia","6"); +INSERT INTO "member" VALUES (10,"FS10","Matt Lentz","Simpsonville, South Carolina","2"); + + +CREATE TABLE "branch" ( +"Branch_ID" int, +"Name" text, +"Open_year" text, +"Address_road" text, +"City" text, +"membership_amount" text, +PRIMARY KEY ("Branch_ID") +); + + +INSERT INTO "branch" VALUES (1,"Alexandre","2001","Valleys Place","London","112"); +INSERT INTO "branch" VALUES (2,"Popert","2009","Oaks Crescent","London","11"); +INSERT INTO "branch" VALUES (3,"Stanley","2013","Abbott Street","London","6"); +INSERT INTO "branch" VALUES (4,"Zytogorski","2009","Abbey Rise","Oxford","7"); +INSERT INTO "branch" VALUES (5,"Cochrane","2012","Brampton Road","London","1418"); +INSERT INTO "branch" VALUES (6,"Taverner","2014","Cecilia Avenue","Oxford","56"); +INSERT INTO "branch" VALUES (7,"Saint Amant","2015","Concord Road","London","91"); +INSERT INTO "branch" VALUES (8,"Brooke Greville","2009","Glebe Street","Oxford","31"); + + +CREATE TABLE "membership_register_branch" ( +"Member_ID" int, +"Branch_ID" text, +"Register_Year" text, +PRIMARY KEY ("Member_ID"), +FOREIGN KEY ("Member_ID") REFERENCES "member"("Member_ID"), +FOREIGN KEY ("Branch_ID") REFERENCES "branch"("Branch_ID") +); + +INSERT INTO "membership_register_branch" VALUES (1,1,"2016"); +INSERT INTO "membership_register_branch" VALUES (2,4,"2016"); +INSERT INTO "membership_register_branch" VALUES (3,1,"2017"); +INSERT INTO "membership_register_branch" VALUES (4,1,"2016"); +INSERT INTO "membership_register_branch" VALUES (5,5,"2016"); +INSERT INTO "membership_register_branch" VALUES (6,6,"2017"); +INSERT INTO "membership_register_branch" VALUES (7,2,"2016"); +INSERT INTO "membership_register_branch" VALUES (8,8,"2016"); + + + +CREATE TABLE "purchase" ( +"Member_ID" int, +"Branch_ID" text, +"Year" text, +"Total_pounds" real, +PRIMARY KEY ("Member_ID","Branch_ID","Year"), +FOREIGN KEY ("Member_ID") REFERENCES "member"("Member_ID"), +FOREIGN KEY ("Branch_ID") REFERENCES "branch"("Branch_ID") +); + +INSERT INTO "purchase" VALUES (1,3,"2018",2013.32); +INSERT INTO "purchase" VALUES (2,5,"2018",321.13); +INSERT INTO "purchase" VALUES (3,1,"2017",988.09); +INSERT INTO "purchase" VALUES (4,1,"2018",20.99); +INSERT INTO "purchase" VALUES (3,5,"2018",343.76); +INSERT INTO "purchase" VALUES (6,6,"2018",232.09); +INSERT INTO "purchase" VALUES (2,2,"2018",402.10); +INSERT INTO "purchase" VALUES (2,3,"2018",430.29); + diff --git a/database/shop_membership/shop_membership.sqlite b/database/shop_membership/shop_membership.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..63b27738cda7bf33fa2f7d4e86d78ebe619ba710 Binary files /dev/null and b/database/shop_membership/shop_membership.sqlite differ diff --git a/database/solvency_ii/schema.sql b/database/solvency_ii/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..9cd7d277a29e7bfdbdeceae46345601dbf186fad --- /dev/null +++ b/database/solvency_ii/schema.sql @@ -0,0 +1,272 @@ +PRAGMA foreign_keys = ON; + + + +CREATE TABLE Addresses ( +Address_ID INTEGER NOT NULL , +address_details VARCHAR(255), +PRIMARY KEY (Address_ID), +UNIQUE (Address_ID) +); +CREATE TABLE Locations ( +Location_ID INTEGER NOT NULL , +Other_Details VARCHAR(255), +PRIMARY KEY (Location_ID) +); +CREATE TABLE Products ( +Product_ID INTEGER NOT NULL, +Product_Type_Code CHAR(15), +Product_Name VARCHAR(255), +Product_Price DECIMAL(20,4), +PRIMARY KEY (Product_ID), +UNIQUE (Product_ID) +); +CREATE TABLE Parties ( +Party_ID INTEGER NOT NULL, +Party_Details VARCHAR(255), +PRIMARY KEY (Party_ID) +); +CREATE TABLE Assets ( +Asset_ID INTEGER NOT NULL , +Other_Details VARCHAR(255), +PRIMARY KEY (Asset_ID) +); +CREATE TABLE Channels ( +Channel_ID INTEGER NOT NULL , +Other_Details VARCHAR(255), +PRIMARY KEY (Channel_ID) +); +CREATE TABLE Finances ( +Finance_ID INTEGER NOT NULL , +Other_Details VARCHAR(255), +PRIMARY KEY (Finance_ID) +); + + +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (1, '465 Emely Bypass +West Mafalda, CO 23309'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (2, '669 Carter Trafficway +Port Delbert, OK 66249'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (3, '38247 Ernser Gateway Suite 442 +Bogisichland, VT 71460'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (4, '732 Greenholt Valleys +East Marionfort, VT 89477-0433'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (5, '382 Demond Alley +Luellamouth, MT 67912'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (6, '3851 Quigley Flats +O''Reillychester, CA 92522-9526'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (7, '78950 Kamryn Centers +Chelsealand, NE 22947-6129'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (8, '682 Kautzer Forest Apt. 509 +Jaydenfurt, NE 85011-5059'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (9, '11093 Balistreri Forge +Gaylordtown, VT 05705'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (10, '9113 Wisoky Glen Apt. 601 +Lake Immanuel, UT 01388'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (11, '73409 Linnea Loop Apt. 778 +Haagberg, AK 41204-1496'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (12, '8220 Concepcion Neck Suite 394 +East Beauview, LA 19968-4755'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (13, '513 Lindgren River +North Scottymouth, IN 85224-1392'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (14, '9694 Wava Roads +Ricechester, DC 70816-9058'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (15, '068 O''Connell Tunnel +West Colemanburgh, MO 87777'); + +INSERT INTO `Assets` (`Asset_ID`, `Other_Details`) VALUES (1, 'Transportation Cars'); +INSERT INTO `Assets` (`Asset_ID`, `Other_Details`) VALUES (2, 'Meeting Rooms'); +INSERT INTO `Assets` (`Asset_ID`, `Other_Details`) VALUES (3, 'Dinning Tables'); + +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (1, '145'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (2, '348'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (3, '933'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (4, '631'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (5, '681'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (6, '993'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (7, '249'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (8, '644'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (9, '668'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (10, '058'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (11, '163'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (12, '285'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (13, '943'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (14, '292'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (15, '177'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (1, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (2, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (3, 'Bad'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (4, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (5, 'Bad'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (6, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (7, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (8, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (9, 'Bad'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (10, 'Bad'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (11, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (12, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (13, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (14, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (15, 'Mutual'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (1, 'Rowe PLC'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (2, 'Ebert, Green and Bogisich'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (3, 'Prohaska LLC'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (4, 'White, Kassulke and Barrows'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (5, 'Wintheiser-Sauer'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (6, 'Morar-Denesik'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (7, 'Rowe-Stoltenberg'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (8, 'Price-Lynch'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (9, 'Ryan-Wyman'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (10, 'Hilll Ltd'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (11, 'Fritsch LLC'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (12, 'Kuvalis-Goodwin'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (13, 'Sanford Inc'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (14, 'Waelchi-Wehner'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (15, 'Daugherty, Nader and Balistreri'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (3, 'European People''s Party'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (4, 'European Free Alliance'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (5, 'European Alliance for Freedom'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (6, 'European Christian Political Movement'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (7, 'Movement for a Europe of Nations and Freedom'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (8, 'Alliance of Liberals and Democrats for Europe'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (9, 'EUDemocrats'); + +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (1, 'Books', 'Business Policy', '1336.2600'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (3, 'Food', 'Special Dinning', '2894.9400'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (5, 'Clothes', 'Men suits', '3298.8400'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (6, 'Electronics', 'TV Equipments', '932.2500'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (7, 'Books', 'Business Policy B', '3215.6600'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (10, 'Electronics', 'TV Equipments', '4427.4900'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (11, 'Electronics', 'Conference Equipments', '3289.4700'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (18, 'Books', 'Trading Policy', '3228.4900'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (20, 'Books', 'Trading Policy B', '4343.8300'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (22, 'Food', 'Dinning', '3574.5600'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (24, 'Food', 'Dinning', '4895.8600'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (26, 'Food', 'Dinning', '2339.9700'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (29, 'Food', 'Special Dinning', '502.1500'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (34, 'Electronics', 'TV Equipments', '970.7700'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (45, 'Clothes', 'Men suits', '3541.1700'); + + + +CREATE TABLE Events ( +Event_ID INTEGER NOT NULL , +Address_ID INTEGER, +Channel_ID INTEGER NOT NULL, +Event_Type_Code CHAR(15), +Finance_ID INTEGER NOT NULL, +Location_ID INTEGER NOT NULL, +PRIMARY KEY (Event_ID), +UNIQUE (Event_ID), +FOREIGN KEY (Location_ID) REFERENCES Locations (Location_ID), +FOREIGN KEY (Address_ID) REFERENCES Addresses (Address_ID), +FOREIGN KEY (Finance_ID) REFERENCES Finances (Finance_ID) +); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (1, 3, 12, 'Trade Show', 2, 13); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (2, 15, 13, 'Press Conferenc', 8, 11); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (3, 12, 1, 'Press Conferenc', 12, 6); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (4, 13, 10, 'Ceremonies', 7, 6); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (5, 9, 4, 'Trade Show', 15, 6); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (6, 15, 12, 'Seminar', 15, 9); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (7, 15, 6, 'Trade Show', 13, 15); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (8, 3, 15, 'Trade Show', 1, 6); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (9, 12, 3, 'Press Conferenc', 3, 11); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (10, 15, 10, 'Conference', 7, 12); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (11, 10, 4, 'Trade Show', 2, 8); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (12, 14, 9, 'Trade Show', 14, 7); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (13, 12, 13, 'Trade Show', 12, 12); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (14, 10, 11, 'Seminar', 5, 10); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (15, 2, 2, 'Conference', 10, 5); + +CREATE TABLE Products_in_Events ( +Product_in_Event_ID INTEGER NOT NULL, +Event_ID INTEGER NOT NULL, +Product_ID INTEGER NOT NULL, +PRIMARY KEY (Product_in_Event_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID), +FOREIGN KEY (Product_ID) REFERENCES Products (Product_ID) +); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (13, 4, 29); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (23, 8, 3); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (32, 14, 10); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (33, 5, 18); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (43, 4, 45); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (46, 7, 3); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (50, 14, 6); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (61, 7, 3); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (63, 6, 34); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (64, 15, 6); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (69, 8, 20); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (74, 1, 6); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (79, 4, 45); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (90, 14, 26); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (99, 10, 11); + + +CREATE TABLE Parties_in_Events ( +Party_ID INTEGER NOT NULL, +Event_ID INTEGER NOT NULL, +Role_Code CHAR(15), +PRIMARY KEY (Party_ID, Event_ID), +FOREIGN KEY (Party_ID) REFERENCES Parties (Party_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID) +); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (3, 7, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (3, 8, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (4, 1, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (4, 3, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (4, 8, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (5, 9, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (5, 10, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (5, 15, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (6, 6, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (6, 12, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (6, 13, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (9, 3, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (9, 4, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (9, 10, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (9, 12, 'Organizer'); + +CREATE TABLE Agreements ( +Document_ID INTEGER NOT NULL , +Event_ID INTEGER NOT NULL, +PRIMARY KEY (Document_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID) +); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (13, 5); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (9, 6); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (6, 8); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (11, 8); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (4, 9); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (12, 9); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (7, 10); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (5, 11); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (10, 11); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (14, 12); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (1, 13); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (2, 13); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (3, 15); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (8, 15); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (15, 15); + +CREATE TABLE Assets_in_Events ( +Asset_ID INTEGER NOT NULL, +Event_ID INTEGER NOT NULL, +PRIMARY KEY (Asset_ID, Event_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID) +); + +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (1, 4); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (1, 5); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (1, 9); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (1, 10); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (2, 8); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (2, 14); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 2); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 5); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 8); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 9); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 10); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 12); + diff --git a/database/solvency_ii/solvency_ii.sqlite b/database/solvency_ii/solvency_ii.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..ea0ef4795c1835d95ca579c3178e2a8e61e66c4b Binary files /dev/null and b/database/solvency_ii/solvency_ii.sqlite differ diff --git a/database/sports_competition/schema.sql b/database/sports_competition/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..90e1cbc76d5e30721f1f0e9eab3bc4006f954cc8 --- /dev/null +++ b/database/sports_competition/schema.sql @@ -0,0 +1,104 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "club" ( +"Club_ID" int, +"name" text, +"Region" text, +"Start_year" text, +PRIMARY KEY ("Club_ID") +); + +INSERT INTO "club" VALUES (1,"AIB","USA","2009"); +INSERT INTO "club" VALUES (2,"BK Slide","UK","1998"); +INSERT INTO "club" VALUES (3,"IFG","China","2005"); +INSERT INTO "club" VALUES (4,"ASC","Japan","2001"); +INSERT INTO "club" VALUES (5,"HGS2","England","2000"); +INSERT INTO "club" VALUES (6,"HSBIF","Brazil","2011"); + + +CREATE TABLE "club_rank" ( +"Rank" real, +"Club_ID" int, +"Gold" real, +"Silver" real, +"Bronze" real, +"Total" real, +PRIMARY KEY ("Rank","Club_ID") +FOREIGN KEY (`Club_ID`) REFERENCES `club`(`Club_ID`) +); + +CREATE TABLE "player" ( +"Player_ID" int, +"name" text, +"Position" text, +"Club_ID" int, +"Apps" real, +"Tries" real, +"Goals" text, +"Points" real, +PRIMARY KEY ("Player_ID"), +FOREIGN KEY (`Club_ID`) REFERENCES `club`(`Club_ID`) +); + +CREATE TABLE "competition" ( +"Competition_ID" int, +"Year" real, +"Competition_type" text, +"Country" text, +PRIMARY KEY ("Competition_ID") +); + +INSERT INTO "club_rank" VALUES ("1",2,"11","11","9","31"); +INSERT INTO "club_rank" VALUES ("2",3,"8","7","6","21"); +INSERT INTO "club_rank" VALUES ("3",1,"7","4","2","13"); +INSERT INTO "club_rank" VALUES ("4",4,"4","2","6","12"); +INSERT INTO "club_rank" VALUES ("5",5,"3","3","0","6"); +INSERT INTO "club_rank" VALUES ("6",6,"2","1","0","3"); + +INSERT INTO "player" VALUES (1,"Michael Platt","Full Back",1,"20","5","0","20"); +INSERT INTO "player" VALUES (2,"Dave Halley","Right Wing",2,"23","9","0","36"); +INSERT INTO "player" VALUES (3,"James Evans","Right Centre",1,"30","9","0","36"); +INSERT INTO "player" VALUES (4,"Tame Tupou","Left Wing",2,"10","3","0","12"); +INSERT INTO "player" VALUES (5,"Iestyn Harris","Stand Off",4,"27","3","50/60","110"); +INSERT INTO "player" VALUES (6,"Paul Deacon (c)","Scrum Half",4,"20","3","90/106","188"); +INSERT INTO "player" VALUES (7,"Joe Vagana","Prop",5,"19","1","0/1","4"); +INSERT INTO "player" VALUES (8,"Terry Newton","Hooker",5,"26","9","0","36"); +INSERT INTO "player" VALUES (9,"Andy Lynch","Prop",2,"29","5","0","20"); +INSERT INTO "player" VALUES (10,"David Solomona","Second Row",2,"24","5","0","20"); +INSERT INTO "player" VALUES (11,"Glenn Morrison (vc)","Second Row",2,"14","6","0","24"); +INSERT INTO "player" VALUES (12,"Jamie Langley (vc)","Loose Forward",2,"28","2","0","8"); +INSERT INTO "player" VALUES (13,"Chris Feather","Prop",3,"13","1","0","4"); +INSERT INTO "player" VALUES (14,"Matt Cook","Second Row",4,"17","4","0","16"); +INSERT INTO "player" VALUES (15,"Sam Burgess","Loose Forward",4,"23","8","0","32"); + +INSERT INTO "competition" VALUES (1,"2006","Friendly","Italy"); +INSERT INTO "competition" VALUES (2,"2006","Friendly","Spain"); +INSERT INTO "competition" VALUES (3,"2006","Friendly","Australia"); +INSERT INTO "competition" VALUES (4,"2006","Friendly","Russia"); +INSERT INTO "competition" VALUES (5,"2007","Friendly","Russia"); +INSERT INTO "competition" VALUES (6,"2007","Friendly","Australia"); +INSERT INTO "competition" VALUES (7,"2007","Tournament","Russia"); +INSERT INTO "competition" VALUES (8,"2007","Tournament","Slovenia"); +INSERT INTO "competition" VALUES (9,"2007","Tournament","Slovenia"); +INSERT INTO "competition" VALUES (10,"2007","Friendly","Italy"); +INSERT INTO "competition" VALUES (11,"2007","Friendly","Ireland"); + +CREATE TABLE "competition_result" ( +"Competition_ID" int, +"Club_ID_1" int, +"Club_ID_2" int, +"Score" text, +PRIMARY KEY ("Competition_ID","Club_ID_1","Club_ID_2"), +FOREIGN KEY (`Club_ID_1`) REFERENCES `club`(`Club_ID`), +FOREIGN KEY (`Club_ID_2`) REFERENCES `club`(`Club_ID`), +FOREIGN KEY (`Competition_ID`) REFERENCES `competition`(`Competition_ID`) +); + + +INSERT INTO "competition_result" VALUES (1,1,2,"11:10"); +INSERT INTO "competition_result" VALUES (2,3,2,"25:2"); +INSERT INTO "competition_result" VALUES (10,4,2,"13:10"); +INSERT INTO "competition_result" VALUES (4,1,2,"12:9"); +INSERT INTO "competition_result" VALUES (5,1,4,"10:3"); +INSERT INTO "competition_result" VALUES (6,1,6,"10:11"); diff --git a/database/sports_competition/sports_competition.sqlite b/database/sports_competition/sports_competition.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..eac7009dbe5daee77c4b05cf468fc3fda62398bb Binary files /dev/null and b/database/sports_competition/sports_competition.sqlite differ diff --git a/database/station_weather/schema.sql b/database/station_weather/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..bf54c54bcfbba9c4fe67d4184535ce88202ab619 --- /dev/null +++ b/database/station_weather/schema.sql @@ -0,0 +1,100 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "train" ( + "id" int, + "train_number" int, + "name" text, + "origin" text, + "destination" text, + "time" text, + "interval" text, + primary key ("id") +); + +CREATE TABLE "station" ( + "id" int, + "network_name" text, + "services" text, + "local_authority" text, + primary key ("id") +); + +CREATE TABLE "route" ( + "train_id" int, + "station_id" int, + primary key ("train_id", "station_id"), + foreign key ("train_id") references `train`("id"), + foreign key ("station_id") references `station`("id") +); + +CREATE TABLE "weekly_weather" ( + "station_id" int, + "day_of_week" text, + "high_temperature" int, + "low_temperature" int, + "precipitation" real, + "wind_speed_mph" int, + primary key ("station_id", "day_of_week"), + foreign key ("station_id") references "station"("id") +); + +INSERT INTO "train" VALUES ("1","16724","Ananthapuri Express","Trivandrum","Chennai","17:15","Daily"); +INSERT INTO "train" VALUES ("2","16127","Guruvayur Express","Chennai","Guruvayur","22:10","Daily"); +INSERT INTO "train" VALUES ("3","16128","Guruvayur Express","Guruvayur","Chennai","4:49","Daily"); +INSERT INTO "train" VALUES ("4","16723","Ananthapuri Express","Chennai","Trivandrum","11:35","Daily"); +INSERT INTO "train" VALUES ("5","16382","Jayanthi Janatha Express","Kanniyakumari","Mumbai","06:30","Daily"); +INSERT INTO "train" VALUES ("6","16525","Island Express","Kanniyakumari","Bangalore","11:15","Daily"); +INSERT INTO "train" VALUES ("7","56701","Madurai Fast Passenger","Quilon","Madurai","21:49","Daily"); +INSERT INTO "train" VALUES ("8","56700","Quilon Fast Passenger","Madurai","Quilon Junction","04:55","Daily"); +INSERT INTO "train" VALUES ("9","16526","Island Express","Bangalore","Kanniyakumari","16:59","Daily"); +INSERT INTO "train" VALUES ("10","16381","Jayanthi Janatha Express","Mumbai","Kanniyakumari","10:38","Daily"); +INSERT INTO "train" VALUES ("11","16650","Parasuram Express","Nagercoil","Mangalore","04:20","Daily"); + +INSERT INTO "station" VALUES (1, "Amersham","Metropolitan line and Chiltern Railways","Chiltern"); +INSERT INTO "station" VALUES (2, "Bushey","London Overground and London Midland","Watford"); +INSERT INTO "station" VALUES (3, "Brentwood","Greater Anglia","Brentwood"); +INSERT INTO "station" VALUES (4, "Broxbourne","Greater Anglia","Broxbourne"); +INSERT INTO "station" VALUES (5, "Carpenders Park","London Overground","Three Rivers"); +INSERT INTO "station" VALUES (6, "Chafford Hundred","c2c","Thurrock"); +INSERT INTO "station" VALUES (7, "Chalfont & Latimer","Metropolitan line and Chiltern Railways","Chiltern"); +INSERT INTO "station" VALUES (8, "Chesham","Metropolitan line","Chiltern"); +INSERT INTO "station" VALUES (9, "Cheshunt","Greater Anglia","Broxbourne"); +INSERT INTO "station" VALUES (10, "Chorleywood","Metropolitan line and Chiltern Railways","Three Rivers"); +INSERT INTO "station" VALUES (11, "Croxley","Metropolitan line","Three Rivers"); + +INSERT INTO "weekly_weather" VALUES (1, "Monday", 59, 54, "90", 13); +INSERT INTO "weekly_weather" VALUES (1, "Tuesday", 66, 55, "20", 12); +INSERT INTO "weekly_weather" VALUES (1, "Wednesday", 60, 52, "10", 14); +INSERT INTO "weekly_weather" VALUES (1, "Thursday", 55, 50, "30", 13); +INSERT INTO "weekly_weather" VALUES (1, "Friday", 55, 52, "50", 17); +INSERT INTO "weekly_weather" VALUES (1, "Saturday", 55, 52, "50", 14); +INSERT INTO "weekly_weather" VALUES (1, "Sunday", 54, 52, "50", 12); +INSERT INTO "weekly_weather" VALUES (2, "Monday", 58, 54, "60", 20); +INSERT INTO "weekly_weather" VALUES (2, "Tuesday", 57, 54, "80", 22); +INSERT INTO "weekly_weather" VALUES (2, "Wednesday", 59, 55, "90", 23); +INSERT INTO "weekly_weather" VALUES (2, "Thursday", 59, 56, "70", 24); +INSERT INTO "weekly_weather" VALUES (3, "Monday", 49, 46, "30", 10); +INSERT INTO "weekly_weather" VALUES (3, "Tuesday", 50, 49, "50", 9); +INSERT INTO "weekly_weather" VALUES (3, "Wednesday", 55, 54, "60", 8); +INSERT INTO "weekly_weather" VALUES (4, "Monday", 58, 54, "70", 7); +INSERT INTO "weekly_weather" VALUES (10, "Tuesday", 59, 52, "90", 22); + +INSERT INTO "route" VALUES (1,1); +INSERT INTO "route" VALUES (1,2); +INSERT INTO "route" VALUES (1,3); +INSERT INTO "route" VALUES (2,1); +INSERT INTO "route" VALUES (2,3); +INSERT INTO "route" VALUES (2,7); +INSERT INTO "route" VALUES (3,4); +INSERT INTO "route" VALUES (4,6); +INSERT INTO "route" VALUES (4,2); +INSERT INTO "route" VALUES (5,1); +INSERT INTO "route" VALUES (6,5); +INSERT INTO "route" VALUES (7,4); +INSERT INTO "route" VALUES (7,5); +INSERT INTO "route" VALUES (7,8); +INSERT INTO "route" VALUES (8,8); +INSERT INTO "route" VALUES (9,7); +INSERT INTO "route" VALUES (9,8); +INSERT INTO "route" VALUES (10,9); + diff --git a/database/station_weather/station_weather.sqlite b/database/station_weather/station_weather.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..49d58fc5cccb40f21ee9fa6ce4306e8e098c0e89 Binary files /dev/null and b/database/station_weather/station_weather.sqlite differ diff --git a/database/store_1/schema.sql b/database/store_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..81e4009a514e8098938792e45b0377cbbbbbbf94 --- /dev/null +++ b/database/store_1/schema.sql @@ -0,0 +1,15828 @@ +DROP TABLE IF EXISTS albums; + +DROP TABLE IF EXISTS artists; + +DROP TABLE IF EXISTS customers; + +DROP TABLE IF EXISTS employees; + +DROP TABLE IF EXISTS genres; + +DROP TABLE IF EXISTS invoices; + +DROP TABLE IF EXISTS invoice_lines; + +DROP TABLE IF EXISTS media_types; + +DROP TABLE IF EXISTS playlists; + +DROP TABLE IF EXISTS playlist_tracks; + +DROP TABLE IF EXISTS tracks; + + +/******************************************************************************* + Create Tables +********************************************************************************/ +CREATE TABLE artists +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + name VARCHAR(120) +); + +CREATE TABLE albums +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + title VARCHAR(160) NOT NULL, + artist_id INTEGER NOT NULL, + FOREIGN KEY (artist_id) REFERENCES artists (id) + ON DELETE NO ACTION ON UPDATE NO ACTION +); + +CREATE TABLE employees +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + last_name VARCHAR(20) NOT NULL, + first_name VARCHAR(20) NOT NULL, + title VARCHAR(30), + reports_to INTEGER, + birth_date TIMESTAMP, + hire_date TIMESTAMP, + address VARCHAR(70), + city VARCHAR(40), + state VARCHAR(40), + country VARCHAR(40), + postal_code VARCHAR(10), + phone VARCHAR(24), + fax VARCHAR(24), + email VARCHAR(60), + FOREIGN KEY (reports_to) REFERENCES employees (id) + ON DELETE NO ACTION ON UPDATE NO ACTION +); + +CREATE TABLE customers +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + first_name VARCHAR(40) NOT NULL, + last_name VARCHAR(20) NOT NULL, + company VARCHAR(80), + address VARCHAR(70), + city VARCHAR(40), + state VARCHAR(40), + country VARCHAR(40), + postal_code VARCHAR(10), + phone VARCHAR(24), + fax VARCHAR(24), + email VARCHAR(60) NOT NULL, + support_rep_id INTEGER, + FOREIGN KEY (support_rep_id) REFERENCES employees (id) + ON DELETE NO ACTION ON UPDATE NO ACTION +); + +CREATE TABLE genres +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + name VARCHAR(120) +); + +CREATE TABLE invoices +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + customer_id INTEGER NOT NULL, + invoice_date TIMESTAMP NOT NULL, + billing_address VARCHAR(70), + billing_city VARCHAR(40), + billing_state VARCHAR(40), + billing_country VARCHAR(40), + billing_postal_code VARCHAR(10), + total NUMERIC(10,2) NOT NULL, + FOREIGN KEY (customer_id) REFERENCES customers (id) + ON DELETE NO ACTION ON UPDATE NO ACTION +); + +CREATE TABLE media_types +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + name VARCHAR(120) +); + +CREATE TABLE tracks +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + name VARCHAR(200) NOT NULL, + album_id INTEGER, + media_type_id INTEGER NOT NULL, + genre_id INTEGER, + composer VARCHAR(220), + milliseconds INTEGER NOT NULL, + bytes INTEGER, + unit_price NUMERIC(10,2) NOT NULL, + FOREIGN KEY (album_id) REFERENCES albums (id) + ON DELETE NO ACTION ON UPDATE NO ACTION, + FOREIGN KEY (genre_id) REFERENCES genres (id) + ON DELETE NO ACTION ON UPDATE NO ACTION, + FOREIGN KEY (media_type_id) REFERENCES media_types (id) + ON DELETE NO ACTION ON UPDATE NO ACTION +); + +CREATE TABLE invoice_lines +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + invoice_id INTEGER NOT NULL, + track_id INTEGER NOT NULL, + unit_price NUMERIC(10,2) NOT NULL, + quantity INTEGER NOT NULL, + FOREIGN KEY (invoice_id) REFERENCES invoices (id) + ON DELETE NO ACTION ON UPDATE NO ACTION, + FOREIGN KEY (track_id) REFERENCES tracks (id) + ON DELETE NO ACTION ON UPDATE NO ACTION +); + +CREATE TABLE playlists +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + name VARCHAR(120) +); + +CREATE TABLE playlist_tracks +( + playlist_id INTEGER NOT NULL, + track_id INTEGER NOT NULL, + CONSTRAINT PK_PlaylistTrack PRIMARY KEY (playlist_id, track_id), + FOREIGN KEY (playlist_id) REFERENCES playlists (id) + ON DELETE NO ACTION ON UPDATE NO ACTION, + FOREIGN KEY (track_id) REFERENCES tracks (id) + ON DELETE NO ACTION ON UPDATE NO ACTION +); + + +/******************************************************************************* + Create Primary Key Unique Indexes +********************************************************************************/ +CREATE UNIQUE INDEX index_album_on_id ON albums(id); + +CREATE UNIQUE INDEX index_artist_on_id ON artists(id); + +CREATE UNIQUE INDEX index_customer_on_id ON customers(id); + +CREATE UNIQUE INDEX index_employee_on_id ON employees(id); + +CREATE UNIQUE INDEX index_genre_on_id ON genres(id); + +CREATE UNIQUE INDEX index_invoice_on_id ON invoices(id); + +CREATE UNIQUE INDEX index_invoice_line_on_id ON invoice_lines(id); + +CREATE UNIQUE INDEX index_media_type_on_id ON media_types(id); + +CREATE UNIQUE INDEX index_playlist_on_id ON playlists(id); + +CREATE UNIQUE INDEX index_playlist_track_on_id ON playlist_tracks(playlist_id, track_id); + +CREATE UNIQUE INDEX index_track_on_id ON tracks(id); + + +/******************************************************************************* + Create Foreign Keys +********************************************************************************/ +CREATE INDEX index_album_on_artist_id ON albums (artist_id); + +CREATE INDEX index_customers_on_support_rep_id ON customers (support_rep_id); + +CREATE INDEX index_employees_on_reports_to ON employees (reports_to); + +CREATE INDEX index_invoices_on_customer_id ON invoices (customer_id); + +CREATE INDEX index_invoice_lines_on_invoice_id ON invoice_lines (invoice_id); + +CREATE INDEX index_invoice_lines_on_track_id ON invoice_lines (track_id); + +CREATE INDEX index_playlist_tracks_on_track_id ON playlist_tracks (track_id); + +CREATE INDEX index_tracks_on_album_id ON tracks (album_id); + +CREATE INDEX index_track_on_genre_id ON tracks (genre_id); + +CREATE INDEX index_track_on_media_type_id ON tracks (media_type_id); + + +/******************************************************************************* + Populate Tables +********************************************************************************/ +INSERT INTO genres (name) VALUES ('Rock'); +INSERT INTO genres (name) VALUES ('Jazz'); +INSERT INTO genres (name) VALUES ('Metal'); +INSERT INTO genres (name) VALUES ('Alternative & Punk'); +INSERT INTO genres (name) VALUES ('Rock And Roll'); +INSERT INTO genres (name) VALUES ('Blues'); +INSERT INTO genres (name) VALUES ('Latin'); +INSERT INTO genres (name) VALUES ('Reggae'); +INSERT INTO genres (name) VALUES ('Pop'); +INSERT INTO genres (name) VALUES ('Soundtrack'); +INSERT INTO genres (name) VALUES ('Bossa Nova'); +INSERT INTO genres (name) VALUES ('Easy Listening'); +INSERT INTO genres (name) VALUES ('Heavy Metal'); +INSERT INTO genres (name) VALUES ('R&B/Soul'); +INSERT INTO genres (name) VALUES ('Electronica/Dance'); +INSERT INTO genres (name) VALUES ('World'); +INSERT INTO genres (name) VALUES ('Hip Hop/Rap'); +INSERT INTO genres (name) VALUES ('Science Fiction'); +INSERT INTO genres (name) VALUES ('TV Shows'); +INSERT INTO genres (name) VALUES ('Sci Fi & Fantasy'); +INSERT INTO genres (name) VALUES ('Drama'); +INSERT INTO genres (name) VALUES ('Comedy'); +INSERT INTO genres (name) VALUES ('Alternative'); +INSERT INTO genres (name) VALUES ('Classical'); +INSERT INTO genres (name) VALUES ('Opera'); + +INSERT INTO media_types (name) VALUES ('MPEG audio file'); +INSERT INTO media_types (name) VALUES ('Protected AAC audio file'); +INSERT INTO media_types (name) VALUES ('Protected MPEG-4 video file'); +INSERT INTO media_types (name) VALUES ('Purchased AAC audio file'); +INSERT INTO media_types (name) VALUES ('AAC audio file'); + +INSERT INTO artists (name) VALUES ('AC/DC'); +INSERT INTO artists (name) VALUES ('Accept'); +INSERT INTO artists (name) VALUES ('Aerosmith'); +INSERT INTO artists (name) VALUES ('Alanis Morissette'); +INSERT INTO artists (name) VALUES ('Alice In Chains'); +INSERT INTO artists (name) VALUES ('Antônio Carlos Jobim'); +INSERT INTO artists (name) VALUES ('Apocalyptica'); +INSERT INTO artists (name) VALUES ('Audioslave'); +INSERT INTO artists (name) VALUES ('BackBeat'); +INSERT INTO artists (name) VALUES ('Billy Cobham'); +INSERT INTO artists (name) VALUES ('Black Label Society'); +INSERT INTO artists (name) VALUES ('Black Sabbath'); +INSERT INTO artists (name) VALUES ('Body Count'); +INSERT INTO artists (name) VALUES ('Bruce Dickinson'); +INSERT INTO artists (name) VALUES ('Buddy Guy'); +INSERT INTO artists (name) VALUES ('Caetano Veloso'); +INSERT INTO artists (name) VALUES ('Chico Buarque'); +INSERT INTO artists (name) VALUES ('Chico Science & Nação Zumbi'); +INSERT INTO artists (name) VALUES ('Cidade Negra'); +INSERT INTO artists (name) VALUES ('Cláudio Zoli'); +INSERT INTO artists (name) VALUES ('Various Artists'); +INSERT INTO artists (name) VALUES ('Led Zeppelin'); +INSERT INTO artists (name) VALUES ('Frank Zappa & Captain Beefheart'); +INSERT INTO artists (name) VALUES ('Marcos Valle'); +INSERT INTO artists (name) VALUES ('Milton Nascimento & Bebeto'); +INSERT INTO artists (name) VALUES ('Azymuth'); +INSERT INTO artists (name) VALUES ('Gilberto Gil'); +INSERT INTO artists (name) VALUES ('João Gilberto'); +INSERT INTO artists (name) VALUES ('Bebel Gilberto'); +INSERT INTO artists (name) VALUES ('Jorge Vercilo'); +INSERT INTO artists (name) VALUES ('Baby Consuelo'); +INSERT INTO artists (name) VALUES ('Ney Matogrosso'); +INSERT INTO artists (name) VALUES ('Luiz Melodia'); +INSERT INTO artists (name) VALUES ('Nando Reis'); +INSERT INTO artists (name) VALUES ('Pedro Luís & A Parede'); +INSERT INTO artists (name) VALUES ('O Rappa'); +INSERT INTO artists (name) VALUES ('Ed Motta'); +INSERT INTO artists (name) VALUES ('Banda Black Rio'); +INSERT INTO artists (name) VALUES ('Fernanda Porto'); +INSERT INTO artists (name) VALUES ('Os Cariocas'); +INSERT INTO artists (name) VALUES ('Elis Regina'); +INSERT INTO artists (name) VALUES ('Milton Nascimento'); +INSERT INTO artists (name) VALUES ('A Cor Do Som'); +INSERT INTO artists (name) VALUES ('Kid Abelha'); +INSERT INTO artists (name) VALUES ('Sandra De Sá'); +INSERT INTO artists (name) VALUES ('Jorge Ben'); +INSERT INTO artists (name) VALUES ('Hermeto Pascoal'); +INSERT INTO artists (name) VALUES ('Barão Vermelho'); +INSERT INTO artists (name) VALUES ('Edson, DJ Marky & DJ Patife Featuring Fernanda Porto'); +INSERT INTO artists (name) VALUES ('Metallica'); +INSERT INTO artists (name) VALUES ('Queen'); +INSERT INTO artists (name) VALUES ('Kiss'); +INSERT INTO artists (name) VALUES ('Spyro Gyra'); +INSERT INTO artists (name) VALUES ('Green Day'); +INSERT INTO artists (name) VALUES ('David Coverdale'); +INSERT INTO artists (name) VALUES ('Gonzaguinha'); +INSERT INTO artists (name) VALUES ('Os Mutantes'); +INSERT INTO artists (name) VALUES ('Deep Purple'); +INSERT INTO artists (name) VALUES ('Santana'); +INSERT INTO artists (name) VALUES ('Santana Feat. Dave Matthews'); +INSERT INTO artists (name) VALUES ('Santana Feat. Everlast'); +INSERT INTO artists (name) VALUES ('Santana Feat. Rob Thomas'); +INSERT INTO artists (name) VALUES ('Santana Feat. Lauryn Hill & Cee-Lo'); +INSERT INTO artists (name) VALUES ('Santana Feat. The Project G&B'); +INSERT INTO artists (name) VALUES ('Santana Feat. Maná'); +INSERT INTO artists (name) VALUES ('Santana Feat. Eagle-Eye Cherry'); +INSERT INTO artists (name) VALUES ('Santana Feat. Eric Clapton'); +INSERT INTO artists (name) VALUES ('Miles Davis'); +INSERT INTO artists (name) VALUES ('Gene Krupa'); +INSERT INTO artists (name) VALUES ('Toquinho & Vinícius'); +INSERT INTO artists (name) VALUES ('Vinícius De Moraes & Baden Powell'); +INSERT INTO artists (name) VALUES ('Vinícius De Moraes'); +INSERT INTO artists (name) VALUES ('Vinícius E Qurteto Em Cy'); +INSERT INTO artists (name) VALUES ('Vinícius E Odette Lara'); +INSERT INTO artists (name) VALUES ('Vinicius, Toquinho & Quarteto Em Cy'); +INSERT INTO artists (name) VALUES ('Creedence Clearwater Revival'); +INSERT INTO artists (name) VALUES ('Cássia Eller'); +INSERT INTO artists (name) VALUES ('Def Leppard'); +INSERT INTO artists (name) VALUES ('Dennis Chambers'); +INSERT INTO artists (name) VALUES ('Djavan'); +INSERT INTO artists (name) VALUES ('Eric Clapton'); +INSERT INTO artists (name) VALUES ('Faith No More'); +INSERT INTO artists (name) VALUES ('Falamansa'); +INSERT INTO artists (name) VALUES ('Foo Fighters'); +INSERT INTO artists (name) VALUES ('Frank Sinatra'); +INSERT INTO artists (name) VALUES ('Funk Como Le Gusta'); +INSERT INTO artists (name) VALUES ('Godsmack'); +INSERT INTO artists (name) VALUES ('Guns N'' Roses'); +INSERT INTO artists (name) VALUES ('Incognito'); +INSERT INTO artists (name) VALUES ('Iron Maiden'); +INSERT INTO artists (name) VALUES ('James Brown'); +INSERT INTO artists (name) VALUES ('Jamiroquai'); +INSERT INTO artists (name) VALUES ('JET'); +INSERT INTO artists (name) VALUES ('Jimi Hendrix'); +INSERT INTO artists (name) VALUES ('Joe Satriani'); +INSERT INTO artists (name) VALUES ('Jota Quest'); +INSERT INTO artists (name) VALUES ('João Suplicy'); +INSERT INTO artists (name) VALUES ('Judas Priest'); +INSERT INTO artists (name) VALUES ('Legião Urbana'); +INSERT INTO artists (name) VALUES ('Lenny Kravitz'); +INSERT INTO artists (name) VALUES ('Lulu Santos'); +INSERT INTO artists (name) VALUES ('Marillion'); +INSERT INTO artists (name) VALUES ('Marisa Monte'); +INSERT INTO artists (name) VALUES ('Marvin Gaye'); +INSERT INTO artists (name) VALUES ('Men At Work'); +INSERT INTO artists (name) VALUES ('Motörhead'); +INSERT INTO artists (name) VALUES ('Motörhead & Girlschool'); +INSERT INTO artists (name) VALUES ('Mônica Marianno'); +INSERT INTO artists (name) VALUES ('Mötley Crüe'); +INSERT INTO artists (name) VALUES ('Nirvana'); +INSERT INTO artists (name) VALUES ('O Terço'); +INSERT INTO artists (name) VALUES ('Olodum'); +INSERT INTO artists (name) VALUES ('Os Paralamas Do Sucesso'); +INSERT INTO artists (name) VALUES ('Ozzy Osbourne'); +INSERT INTO artists (name) VALUES ('Page & Plant'); +INSERT INTO artists (name) VALUES ('Passengers'); +INSERT INTO artists (name) VALUES ('Paul D''Ianno'); +INSERT INTO artists (name) VALUES ('Pearl Jam'); +INSERT INTO artists (name) VALUES ('Peter Tosh'); +INSERT INTO artists (name) VALUES ('Pink Floyd'); +INSERT INTO artists (name) VALUES ('Planet Hemp'); +INSERT INTO artists (name) VALUES ('R.E.M. Feat. Kate Pearson'); +INSERT INTO artists (name) VALUES ('R.E.M. Feat. KRS-One'); +INSERT INTO artists (name) VALUES ('R.E.M.'); +INSERT INTO artists (name) VALUES ('Raimundos'); +INSERT INTO artists (name) VALUES ('Raul Seixas'); +INSERT INTO artists (name) VALUES ('Red Hot Chili Peppers'); +INSERT INTO artists (name) VALUES ('Rush'); +INSERT INTO artists (name) VALUES ('Simply Red'); +INSERT INTO artists (name) VALUES ('Skank'); +INSERT INTO artists (name) VALUES ('Smashing Pumpkins'); +INSERT INTO artists (name) VALUES ('Soundgarden'); +INSERT INTO artists (name) VALUES ('Stevie Ray Vaughan & Double Trouble'); +INSERT INTO artists (name) VALUES ('Stone Temple Pilots'); +INSERT INTO artists (name) VALUES ('System Of A Down'); +INSERT INTO artists (name) VALUES ('Terry Bozzio, Tony Levin & Steve Stevens'); +INSERT INTO artists (name) VALUES ('The Black Crowes'); +INSERT INTO artists (name) VALUES ('The Clash'); +INSERT INTO artists (name) VALUES ('The Cult'); +INSERT INTO artists (name) VALUES ('The Doors'); +INSERT INTO artists (name) VALUES ('The Police'); +INSERT INTO artists (name) VALUES ('The Rolling Stones'); +INSERT INTO artists (name) VALUES ('The Tea Party'); +INSERT INTO artists (name) VALUES ('The Who'); +INSERT INTO artists (name) VALUES ('Tim Maia'); +INSERT INTO artists (name) VALUES ('Titãs'); +INSERT INTO artists (name) VALUES ('Battlestar Galactica'); +INSERT INTO artists (name) VALUES ('Heroes'); +INSERT INTO artists (name) VALUES ('Lost'); +INSERT INTO artists (name) VALUES ('U2'); +INSERT INTO artists (name) VALUES ('UB40'); +INSERT INTO artists (name) VALUES ('Van Halen'); +INSERT INTO artists (name) VALUES ('Velvet Revolver'); +INSERT INTO artists (name) VALUES ('Whitesnake'); +INSERT INTO artists (name) VALUES ('Zeca Pagodinho'); +INSERT INTO artists (name) VALUES ('The Office'); +INSERT INTO artists (name) VALUES ('Dread Zeppelin'); +INSERT INTO artists (name) VALUES ('Battlestar Galactica (Classic)'); +INSERT INTO artists (name) VALUES ('Aquaman'); +INSERT INTO artists (name) VALUES ('Christina Aguilera featuring BigElf'); +INSERT INTO artists (name) VALUES ('Aerosmith & Sierra Leone''s Refugee Allstars'); +INSERT INTO artists (name) VALUES ('Los Lonely Boys'); +INSERT INTO artists (name) VALUES ('Corinne Bailey Rae'); +INSERT INTO artists (name) VALUES ('Dhani Harrison & Jakob Dylan'); +INSERT INTO artists (name) VALUES ('Jackson Browne'); +INSERT INTO artists (name) VALUES ('Avril Lavigne'); +INSERT INTO artists (name) VALUES ('Big & Rich'); +INSERT INTO artists (name) VALUES ('Youssou N''Dour'); +INSERT INTO artists (name) VALUES ('Black Eyed Peas'); +INSERT INTO artists (name) VALUES ('Jack Johnson'); +INSERT INTO artists (name) VALUES ('Ben Harper'); +INSERT INTO artists (name) VALUES ('Snow Patrol'); +INSERT INTO artists (name) VALUES ('Matisyahu'); +INSERT INTO artists (name) VALUES ('The Postal Service'); +INSERT INTO artists (name) VALUES ('Jaguares'); +INSERT INTO artists (name) VALUES ('The Flaming Lips'); +INSERT INTO artists (name) VALUES ('Jack''s Mannequin & Mick Fleetwood'); +INSERT INTO artists (name) VALUES ('Regina Spektor'); +INSERT INTO artists (name) VALUES ('Scorpions'); +INSERT INTO artists (name) VALUES ('House Of Pain'); +INSERT INTO artists (name) VALUES ('Xis'); +INSERT INTO artists (name) VALUES ('Nega Gizza'); +INSERT INTO artists (name) VALUES ('Gustavo & Andres Veiga & Salazar'); +INSERT INTO artists (name) VALUES ('Rodox'); +INSERT INTO artists (name) VALUES ('Charlie Brown Jr.'); +INSERT INTO artists (name) VALUES ('Pedro Luís E A Parede'); +INSERT INTO artists (name) VALUES ('Los Hermanos'); +INSERT INTO artists (name) VALUES ('Mundo Livre S/A'); +INSERT INTO artists (name) VALUES ('Otto'); +INSERT INTO artists (name) VALUES ('Instituto'); +INSERT INTO artists (name) VALUES ('Nação Zumbi'); +INSERT INTO artists (name) VALUES ('DJ Dolores & Orchestra Santa Massa'); +INSERT INTO artists (name) VALUES ('Seu Jorge'); +INSERT INTO artists (name) VALUES ('Sabotage E Instituto'); +INSERT INTO artists (name) VALUES ('Stereo Maracana'); +INSERT INTO artists (name) VALUES ('Cake'); +INSERT INTO artists (name) VALUES ('Aisha Duo'); +INSERT INTO artists (name) VALUES ('Habib Koité and Bamada'); +INSERT INTO artists (name) VALUES ('Karsh Kale'); +INSERT INTO artists (name) VALUES ('The Posies'); +INSERT INTO artists (name) VALUES ('Luciana Souza/Romero Lubambo'); +INSERT INTO artists (name) VALUES ('Aaron Goldberg'); +INSERT INTO artists (name) VALUES ('Nicolaus Esterhazy Sinfonia'); +INSERT INTO artists (name) VALUES ('Temple of the Dog'); +INSERT INTO artists (name) VALUES ('Chris Cornell'); +INSERT INTO artists (name) VALUES ('Alberto Turco & Nova Schola Gregoriana'); +INSERT INTO artists (name) VALUES ('Richard Marlow & The Choir of Trinity College, Cambridge'); +INSERT INTO artists (name) VALUES ('English Concert & Trevor Pinnock'); +INSERT INTO artists (name) VALUES ('Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker'); +INSERT INTO artists (name) VALUES ('Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer'); +INSERT INTO artists (name) VALUES ('Wilhelm Kempff'); +INSERT INTO artists (name) VALUES ('Yo-Yo Ma'); +INSERT INTO artists (name) VALUES ('Scholars Baroque Ensemble'); +INSERT INTO artists (name) VALUES ('Academy of St. Martin in the Fields & Sir Neville Marriner'); +INSERT INTO artists (name) VALUES ('Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner'); +INSERT INTO artists (name) VALUES ('Berliner Philharmoniker, Claudio Abbado & Sabine Meyer'); +INSERT INTO artists (name) VALUES ('Royal Philharmonic Orchestra & Sir Thomas Beecham'); +INSERT INTO artists (name) VALUES ('Orchestre Révolutionnaire et Romantique & John Eliot Gardiner'); +INSERT INTO artists (name) VALUES ('Britten Sinfonia, Ivor Bolton & Lesley Garrett'); +INSERT INTO artists (name) VALUES ('Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti'); +INSERT INTO artists (name) VALUES ('Sir Georg Solti & Wiener Philharmoniker'); +INSERT INTO artists (name) VALUES ('Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair'); +INSERT INTO artists (name) VALUES ('London Symphony Orchestra & Sir Charles Mackerras'); +INSERT INTO artists (name) VALUES ('Barry Wordsworth & BBC Concert Orchestra'); +INSERT INTO artists (name) VALUES ('Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker'); +INSERT INTO artists (name) VALUES ('Eugene Ormandy'); +INSERT INTO artists (name) VALUES ('Luciano Pavarotti'); +INSERT INTO artists (name) VALUES ('Leonard Bernstein & New York Philharmonic'); +INSERT INTO artists (name) VALUES ('Boston Symphony Orchestra & Seiji Ozawa'); +INSERT INTO artists (name) VALUES ('Aaron Copland & London Symphony Orchestra'); +INSERT INTO artists (name) VALUES ('Ton Koopman'); +INSERT INTO artists (name) VALUES ('Sergei Prokofiev & Yuri Temirkanov'); +INSERT INTO artists (name) VALUES ('Chicago Symphony Orchestra & Fritz Reiner'); +INSERT INTO artists (name) VALUES ('Orchestra of The Age of Enlightenment'); +INSERT INTO artists (name) VALUES ('Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra'); +INSERT INTO artists (name) VALUES ('James Levine'); +INSERT INTO artists (name) VALUES ('Berliner Philharmoniker & Hans Rosbaud'); +INSERT INTO artists (name) VALUES ('Maurizio Pollini'); +INSERT INTO artists (name) VALUES ('Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett'); +INSERT INTO artists (name) VALUES ('Gustav Mahler'); +INSERT INTO artists (name) VALUES ('Felix Schmidt, London Symphony Orchestra & Rafael Frühbeck de Burgos'); +INSERT INTO artists (name) VALUES ('Edo de Waart & San Francisco Symphony'); +INSERT INTO artists (name) VALUES ('Antal Doráti & London Symphony Orchestra'); +INSERT INTO artists (name) VALUES ('Choir Of Westminster Abbey & Simon Preston'); +INSERT INTO artists (name) VALUES ('Michael Tilson Thomas & San Francisco Symphony'); +INSERT INTO artists (name) VALUES ('Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker'); +INSERT INTO artists (name) VALUES ('The King''s Singers'); +INSERT INTO artists (name) VALUES ('Berliner Philharmoniker & Herbert Von Karajan'); +INSERT INTO artists (name) VALUES ('Sir Georg Solti, Sumi Jo & Wiener Philharmoniker'); +INSERT INTO artists (name) VALUES ('Christopher O''Riley'); +INSERT INTO artists (name) VALUES ('Fretwork'); +INSERT INTO artists (name) VALUES ('Amy Winehouse'); +INSERT INTO artists (name) VALUES ('Calexico'); +INSERT INTO artists (name) VALUES ('Otto Klemperer & Philharmonia Orchestra'); +INSERT INTO artists (name) VALUES ('Yehudi Menuhin'); +INSERT INTO artists (name) VALUES ('Philharmonia Orchestra & Sir Neville Marriner'); +INSERT INTO artists (name) VALUES ('Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart'); +INSERT INTO artists (name) VALUES ('Les Arts Florissants & William Christie'); +INSERT INTO artists (name) VALUES ('The 12 Cellists of The Berlin Philharmonic'); +INSERT INTO artists (name) VALUES ('Adrian Leaper & Doreen de Feis'); +INSERT INTO artists (name) VALUES ('Roger Norrington, London Classical Players'); +INSERT INTO artists (name) VALUES ('Charles Dutoit & L''Orchestre Symphonique de Montréal'); +INSERT INTO artists (name) VALUES ('Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir'); +INSERT INTO artists (name) VALUES ('Kent Nagano and Orchestre de l''Opéra de Lyon'); +INSERT INTO artists (name) VALUES ('Julian Bream'); +INSERT INTO artists (name) VALUES ('Martin Roscoe'); +INSERT INTO artists (name) VALUES ('Göteborgs Symfoniker & Neeme Järvi'); +INSERT INTO artists (name) VALUES ('Itzhak Perlman'); +INSERT INTO artists (name) VALUES ('Michele Campanella'); +INSERT INTO artists (name) VALUES ('Gerald Moore'); +INSERT INTO artists (name) VALUES ('Mela Tenenbaum, Pro Musica Prague & Richard Kapp'); +INSERT INTO artists (name) VALUES ('Emerson String Quartet'); +INSERT INTO artists (name) VALUES ('C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu'); +INSERT INTO artists (name) VALUES ('Nash Ensemble'); +INSERT INTO artists (name) VALUES ('Philip Glass Ensemble'); + +INSERT INTO albums (title, artist_id) VALUES ('For Those About To Rock We Salute You', 1); +INSERT INTO albums (title, artist_id) VALUES ('Balls to the Wall', 2); +INSERT INTO albums (title, artist_id) VALUES ('Restless and Wild', 2); +INSERT INTO albums (title, artist_id) VALUES ('Let There Be Rock', 1); +INSERT INTO albums (title, artist_id) VALUES ('Big Ones', 3); +INSERT INTO albums (title, artist_id) VALUES ('Jagged Little Pill', 4); +INSERT INTO albums (title, artist_id) VALUES ('Facelift', 5); +INSERT INTO albums (title, artist_id) VALUES ('Warner 25 Anos', 6); +INSERT INTO albums (title, artist_id) VALUES ('Plays Metallica By Four Cellos', 7); +INSERT INTO albums (title, artist_id) VALUES ('Audioslave', 8); +INSERT INTO albums (title, artist_id) VALUES ('Out Of Exile', 8); +INSERT INTO albums (title, artist_id) VALUES ('BackBeat Soundtrack', 9); +INSERT INTO albums (title, artist_id) VALUES ('The Best Of Billy Cobham', 10); +INSERT INTO albums (title, artist_id) VALUES ('Alcohol Fueled Brewtality Live! [Disc 1]', 11); +INSERT INTO albums (title, artist_id) VALUES ('Alcohol Fueled Brewtality Live! [Disc 2]', 11); +INSERT INTO albums (title, artist_id) VALUES ('Black Sabbath', 12); +INSERT INTO albums (title, artist_id) VALUES ('Black Sabbath Vol. 4 (Remaster)', 12); +INSERT INTO albums (title, artist_id) VALUES ('Body Count', 13); +INSERT INTO albums (title, artist_id) VALUES ('Chemical Wedding', 14); +INSERT INTO albums (title, artist_id) VALUES ('The Best Of Buddy Guy - The Millenium Collection', 15); +INSERT INTO albums (title, artist_id) VALUES ('Prenda Minha', 16); +INSERT INTO albums (title, artist_id) VALUES ('Sozinho Remix Ao Vivo', 16); +INSERT INTO albums (title, artist_id) VALUES ('Minha Historia', 17); +INSERT INTO albums (title, artist_id) VALUES ('Afrociberdelia', 18); +INSERT INTO albums (title, artist_id) VALUES ('Da Lama Ao Caos', 18); +INSERT INTO albums (title, artist_id) VALUES ('Acústico MTV live', 19); +INSERT INTO albums (title, artist_id) VALUES ('Cidade Negra - Hits', 19); +INSERT INTO albums (title, artist_id) VALUES ('Na Pista', 20); +INSERT INTO albums (title, artist_id) VALUES ('Axé Bahia 2001', 21); +INSERT INTO albums (title, artist_id) VALUES ('BBC Sessions [Disc 1] live', 22); +INSERT INTO albums (title, artist_id) VALUES ('Bongo Fury', 23); +INSERT INTO albums (title, artist_id) VALUES ('Carnaval 2001', 21); +INSERT INTO albums (title, artist_id) VALUES ('Chill: Brazil (Disc 1)', 24); +INSERT INTO albums (title, artist_id) VALUES ('Chill: Brazil (Disc 2)', 6); +INSERT INTO albums (title, artist_id) VALUES ('Garage Inc. (Disc 1)', 50); +INSERT INTO albums (title, artist_id) VALUES ('Greatest Hits II', 51); +INSERT INTO albums (title, artist_id) VALUES ('Greatest Kiss', 52); +INSERT INTO albums (title, artist_id) VALUES ('Heart of the Night', 53); +INSERT INTO albums (title, artist_id) VALUES ('International Superhits', 54); +INSERT INTO albums (title, artist_id) VALUES ('Into The Light', 55); +INSERT INTO albums (title, artist_id) VALUES ('Meus Momentos', 56); +INSERT INTO albums (title, artist_id) VALUES ('Minha História', 57); +INSERT INTO albums (title, artist_id) VALUES ('MK III The Final Concerts [Disc 1]', 58); +INSERT INTO albums (title, artist_id) VALUES ('Physical Graffiti [Disc 1]', 22); +INSERT INTO albums (title, artist_id) VALUES ('Sambas De Enredo 2001', 21); +INSERT INTO albums (title, artist_id) VALUES ('Supernatural', 59); +INSERT INTO albums (title, artist_id) VALUES ('The Best of Ed Motta', 37); +INSERT INTO albums (title, artist_id) VALUES ('The Essential Miles Davis [Disc 1]', 68); +INSERT INTO albums (title, artist_id) VALUES ('The Essential Miles Davis [Disc 2]', 68); +INSERT INTO albums (title, artist_id) VALUES ('The Final Concerts (Disc 2)', 58); +INSERT INTO albums (title, artist_id) VALUES ('Up An'' Atom', 69); +INSERT INTO albums (title, artist_id) VALUES ('Vinícius De Moraes - Sem Limite', 70); +INSERT INTO albums (title, artist_id) VALUES ('Vozes do MPB', 21); +INSERT INTO albums (title, artist_id) VALUES ('Chronicle, Vol. 1', 76); +INSERT INTO albums (title, artist_id) VALUES ('Chronicle, Vol. 2', 76); +INSERT INTO albums (title, artist_id) VALUES ('Cássia Eller - Coleção Sem Limite [Disc 2]', 77); +INSERT INTO albums (title, artist_id) VALUES ('Cássia Eller - Sem Limite [Disc 1]', 77); +INSERT INTO albums (title, artist_id) VALUES ('Come Taste The Band', 58); +INSERT INTO albums (title, artist_id) VALUES ('Deep Purple In Rock', 58); +INSERT INTO albums (title, artist_id) VALUES ('Fireball', 58); +INSERT INTO albums (title, artist_id) VALUES ('Knocking at Your Back Door: The Best Of Deep Purple in the 80''s', 58); +INSERT INTO albums (title, artist_id) VALUES ('Machine Head', 58); +INSERT INTO albums (title, artist_id) VALUES ('Purpendicular', 58); +INSERT INTO albums (title, artist_id) VALUES ('Slaves And Masters', 58); +INSERT INTO albums (title, artist_id) VALUES ('Stormbringer', 58); +INSERT INTO albums (title, artist_id) VALUES ('The Battle Rages On', 58); +INSERT INTO albums (title, artist_id) VALUES ('Vault: Def Leppard''s Greatest Hits', 78); +INSERT INTO albums (title, artist_id) VALUES ('Outbreak', 79); +INSERT INTO albums (title, artist_id) VALUES ('Djavan Ao Vivo - Vol. 02', 80); +INSERT INTO albums (title, artist_id) VALUES ('Djavan Ao Vivo - Vol. 1', 80); +INSERT INTO albums (title, artist_id) VALUES ('Elis Regina-Minha História', 41); +INSERT INTO albums (title, artist_id) VALUES ('The Cream Of Clapton', 81); +INSERT INTO albums (title, artist_id) VALUES ('Unplugged', 81); +INSERT INTO albums (title, artist_id) VALUES ('Album Of The Year', 82); +INSERT INTO albums (title, artist_id) VALUES ('Angel Dust', 82); +INSERT INTO albums (title, artist_id) VALUES ('King For A Day Fool For A Lifetime', 82); +INSERT INTO albums (title, artist_id) VALUES ('The Real Thing', 82); +INSERT INTO albums (title, artist_id) VALUES ('Deixa Entrar', 83); +INSERT INTO albums (title, artist_id) VALUES ('In Your Honor [Disc 1]', 84); +INSERT INTO albums (title, artist_id) VALUES ('In Your Honor [Disc 2]', 84); +INSERT INTO albums (title, artist_id) VALUES ('One By One', 84); +INSERT INTO albums (title, artist_id) VALUES ('The Colour And The Shape', 84); +INSERT INTO albums (title, artist_id) VALUES ('My Way: The Best Of Frank Sinatra [Disc 1]', 85); +INSERT INTO albums (title, artist_id) VALUES ('Roda De Funk', 86); +INSERT INTO albums (title, artist_id) VALUES ('As Canções de Eu Tu Eles', 27); +INSERT INTO albums (title, artist_id) VALUES ('Quanta Gente Veio Ver (Live)', 27); +INSERT INTO albums (title, artist_id) VALUES ('Quanta Gente Veio ver--Bônus De Carnaval', 27); +INSERT INTO albums (title, artist_id) VALUES ('Faceless', 87); +INSERT INTO albums (title, artist_id) VALUES ('American Idiot', 54); +INSERT INTO albums (title, artist_id) VALUES ('Appetite for Destruction', 88); +INSERT INTO albums (title, artist_id) VALUES ('Use Your Illusion I', 88); +INSERT INTO albums (title, artist_id) VALUES ('Use Your Illusion II', 88); +INSERT INTO albums (title, artist_id) VALUES ('Blue Moods', 89); +INSERT INTO albums (title, artist_id) VALUES ('A Matter of Life and Death', 90); +INSERT INTO albums (title, artist_id) VALUES ('A Real Dead One', 90); +INSERT INTO albums (title, artist_id) VALUES ('A Real Live One', 90); +INSERT INTO albums (title, artist_id) VALUES ('Brave New World', 90); +INSERT INTO albums (title, artist_id) VALUES ('Dance Of Death', 90); +INSERT INTO albums (title, artist_id) VALUES ('Fear Of The Dark', 90); +INSERT INTO albums (title, artist_id) VALUES ('Iron Maiden', 90); +INSERT INTO albums (title, artist_id) VALUES ('Killers', 90); +INSERT INTO albums (title, artist_id) VALUES ('Live After Death', 90); +INSERT INTO albums (title, artist_id) VALUES ('Live At Donington 1992 (Disc 1)', 90); +INSERT INTO albums (title, artist_id) VALUES ('Live At Donington 1992 (Disc 2)', 90); +INSERT INTO albums (title, artist_id) VALUES ('No Prayer For The Dying', 90); +INSERT INTO albums (title, artist_id) VALUES ('Piece Of Mind', 90); +INSERT INTO albums (title, artist_id) VALUES ('Powerslave', 90); +INSERT INTO albums (title, artist_id) VALUES ('Rock In Rio CD1', 90); +INSERT INTO albums (title, artist_id) VALUES ('Rock In Rio CD2', 90); +INSERT INTO albums (title, artist_id) VALUES ('Seventh Son of a Seventh Son', 90); +INSERT INTO albums (title, artist_id) VALUES ('Somewhere in Time', 90); +INSERT INTO albums (title, artist_id) VALUES ('The Number of The Beast', 90); +INSERT INTO albums (title, artist_id) VALUES ('The X Factor', 90); +INSERT INTO albums (title, artist_id) VALUES ('Virtual XI', 90); +INSERT INTO albums (title, artist_id) VALUES ('Sex Machine', 91); +INSERT INTO albums (title, artist_id) VALUES ('Emergency On Planet Earth', 92); +INSERT INTO albums (title, artist_id) VALUES ('Synkronized', 92); +INSERT INTO albums (title, artist_id) VALUES ('The Return Of The Space Cowboy', 92); +INSERT INTO albums (title, artist_id) VALUES ('Get Born', 93); +INSERT INTO albums (title, artist_id) VALUES ('Are You Experienced?', 94); +INSERT INTO albums (title, artist_id) VALUES ('Surfing with the Alien (Remastered)', 95); +INSERT INTO albums (title, artist_id) VALUES ('Jorge Ben Jor 25 Anos', 46); +INSERT INTO albums (title, artist_id) VALUES ('Jota Quest-1995', 96); +INSERT INTO albums (title, artist_id) VALUES ('Cafezinho', 97); +INSERT INTO albums (title, artist_id) VALUES ('Living After Midnight', 98); +INSERT INTO albums (title, artist_id) VALUES ('Unplugged live', 52); +INSERT INTO albums (title, artist_id) VALUES ('BBC Sessions [Disc 2] live', 22); +INSERT INTO albums (title, artist_id) VALUES ('Coda', 22); +INSERT INTO albums (title, artist_id) VALUES ('Houses Of The Holy', 22); +INSERT INTO albums (title, artist_id) VALUES ('In Through The Out Door', 22); +INSERT INTO albums (title, artist_id) VALUES ('IV', 22); +INSERT INTO albums (title, artist_id) VALUES ('Led Zeppelin I', 22); +INSERT INTO albums (title, artist_id) VALUES ('Led Zeppelin II', 22); +INSERT INTO albums (title, artist_id) VALUES ('Led Zeppelin III', 22); +INSERT INTO albums (title, artist_id) VALUES ('Physical Graffiti [Disc 2]', 22); +INSERT INTO albums (title, artist_id) VALUES ('Presence', 22); +INSERT INTO albums (title, artist_id) VALUES ('The Song Remains The Same (Disc 1)', 22); +INSERT INTO albums (title, artist_id) VALUES ('The Song Remains The Same (Disc 2)', 22); +INSERT INTO albums (title, artist_id) VALUES ('A TempestadeTempestade Ou O Livro Dos Dias', 99); +INSERT INTO albums (title, artist_id) VALUES ('Mais Do Mesmo', 99); +INSERT INTO albums (title, artist_id) VALUES ('Greatest Hits', 100); +INSERT INTO albums (title, artist_id) VALUES ('Lulu Santos - RCA 100 Anos De Música - Álbum 01', 101); +INSERT INTO albums (title, artist_id) VALUES ('Lulu Santos - RCA 100 Anos De Música - Álbum 02', 101); +INSERT INTO albums (title, artist_id) VALUES ('Misplaced Childhood', 102); +INSERT INTO albums (title, artist_id) VALUES ('Barulhinho Bom', 103); +INSERT INTO albums (title, artist_id) VALUES ('Seek And Shall Find: More Of The Best (1963-1981)', 104); +INSERT INTO albums (title, artist_id) VALUES ('The Best Of Men At Work', 105); +INSERT INTO albums (title, artist_id) VALUES ('Black Album', 50); +INSERT INTO albums (title, artist_id) VALUES ('Garage Inc. (Disc 2)', 50); +INSERT INTO albums (title, artist_id) VALUES ('Kill ''Em All', 50); +INSERT INTO albums (title, artist_id) VALUES ('Load', 50); +INSERT INTO albums (title, artist_id) VALUES ('Master Of Puppets', 50); +INSERT INTO albums (title, artist_id) VALUES ('ReLoad', 50); +INSERT INTO albums (title, artist_id) VALUES ('Ride The Lightning', 50); +INSERT INTO albums (title, artist_id) VALUES ('St. Anger', 50); +INSERT INTO albums (title, artist_id) VALUES ('...And Justice For All', 50); +INSERT INTO albums (title, artist_id) VALUES ('Miles Ahead', 68); +INSERT INTO albums (title, artist_id) VALUES ('Milton Nascimento Ao Vivo', 42); +INSERT INTO albums (title, artist_id) VALUES ('Minas', 42); +INSERT INTO albums (title, artist_id) VALUES ('Ace Of Spades', 106); +INSERT INTO albums (title, artist_id) VALUES ('Demorou...', 108); +INSERT INTO albums (title, artist_id) VALUES ('Motley Crue Greatest Hits', 109); +INSERT INTO albums (title, artist_id) VALUES ('From The Muddy Banks Of The Wishkah live', 110); +INSERT INTO albums (title, artist_id) VALUES ('Nevermind', 110); +INSERT INTO albums (title, artist_id) VALUES ('Compositores', 111); +INSERT INTO albums (title, artist_id) VALUES ('Olodum', 112); +INSERT INTO albums (title, artist_id) VALUES ('Acústico MTV', 113); +INSERT INTO albums (title, artist_id) VALUES ('Arquivo II', 113); +INSERT INTO albums (title, artist_id) VALUES ('Arquivo Os Paralamas Do Sucesso', 113); +INSERT INTO albums (title, artist_id) VALUES ('Bark at the Moon (Remastered)', 114); +INSERT INTO albums (title, artist_id) VALUES ('Blizzard of Ozz', 114); +INSERT INTO albums (title, artist_id) VALUES ('Diary of a Madman (Remastered)', 114); +INSERT INTO albums (title, artist_id) VALUES ('No More Tears (Remastered)', 114); +INSERT INTO albums (title, artist_id) VALUES ('Tribute', 114); +INSERT INTO albums (title, artist_id) VALUES ('Walking Into Clarksdale', 115); +INSERT INTO albums (title, artist_id) VALUES ('Original Soundtracks 1', 116); +INSERT INTO albums (title, artist_id) VALUES ('The Beast Live', 117); +INSERT INTO albums (title, artist_id) VALUES ('Live On Two Legs live', 118); +INSERT INTO albums (title, artist_id) VALUES ('Pearl Jam', 118); +INSERT INTO albums (title, artist_id) VALUES ('Riot Act', 118); +INSERT INTO albums (title, artist_id) VALUES ('Ten', 118); +INSERT INTO albums (title, artist_id) VALUES ('Vs.', 118); +INSERT INTO albums (title, artist_id) VALUES ('Dark Side Of The Moon', 120); +INSERT INTO albums (title, artist_id) VALUES ('Os Cães Ladram Mas A Caravana Não Pára', 121); +INSERT INTO albums (title, artist_id) VALUES ('Greatest Hits I', 51); +INSERT INTO albums (title, artist_id) VALUES ('News Of The World', 51); +INSERT INTO albums (title, artist_id) VALUES ('Out Of Time', 122); +INSERT INTO albums (title, artist_id) VALUES ('Green', 124); +INSERT INTO albums (title, artist_id) VALUES ('New Adventures In Hi-Fi', 124); +INSERT INTO albums (title, artist_id) VALUES ('The Best Of R.E.M.: The IRS Years', 124); +INSERT INTO albums (title, artist_id) VALUES ('Cesta Básica', 125); +INSERT INTO albums (title, artist_id) VALUES ('Raul Seixas', 126); +INSERT INTO albums (title, artist_id) VALUES ('Blood Sugar Sex Magik', 127); +INSERT INTO albums (title, artist_id) VALUES ('By The Way', 127); +INSERT INTO albums (title, artist_id) VALUES ('Californication', 127); +INSERT INTO albums (title, artist_id) VALUES ('Retrospective I (1974-1980)', 128); +INSERT INTO albums (title, artist_id) VALUES ('Santana - As Years Go By', 59); +INSERT INTO albums (title, artist_id) VALUES ('Santana Live', 59); +INSERT INTO albums (title, artist_id) VALUES ('Maquinarama', 130); +INSERT INTO albums (title, artist_id) VALUES ('O Samba Poconé', 130); +INSERT INTO albums (title, artist_id) VALUES ('Judas 0: B-Sides and Rarities', 131); +INSERT INTO albums (title, artist_id) VALUES ('Rotten Apples: Greatest Hits', 131); +INSERT INTO albums (title, artist_id) VALUES ('A-Sides', 132); +INSERT INTO albums (title, artist_id) VALUES ('Morning Dance', 53); +INSERT INTO albums (title, artist_id) VALUES ('In Step', 133); +INSERT INTO albums (title, artist_id) VALUES ('Core', 134); +INSERT INTO albums (title, artist_id) VALUES ('Mezmerize', 135); +INSERT INTO albums (title, artist_id) VALUES ('1997 Black Light Syndrome', 136); +INSERT INTO albums (title, artist_id) VALUES ('Live [Disc 1]', 137); +INSERT INTO albums (title, artist_id) VALUES ('Live [Disc 2]', 137); +INSERT INTO albums (title, artist_id) VALUES ('The Singles', 138); +INSERT INTO albums (title, artist_id) VALUES ('Beyond Good And Evil', 139); +INSERT INTO albums (title, artist_id) VALUES ('Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) UK', 139); +INSERT INTO albums (title, artist_id) VALUES ('The Doors', 140); +INSERT INTO albums (title, artist_id) VALUES ('The Police Greatest Hits', 141); +INSERT INTO albums (title, artist_id) VALUES ('Hot Rocks, 1964-1971 (Disc 1)', 142); +INSERT INTO albums (title, artist_id) VALUES ('No Security', 142); +INSERT INTO albums (title, artist_id) VALUES ('Voodoo Lounge', 142); +INSERT INTO albums (title, artist_id) VALUES ('Tangents', 143); +INSERT INTO albums (title, artist_id) VALUES ('Transmission', 143); +INSERT INTO albums (title, artist_id) VALUES ('My Generation - The Very Best Of The Who', 144); +INSERT INTO albums (title, artist_id) VALUES ('Serie Sem Limite (Disc 1)', 145); +INSERT INTO albums (title, artist_id) VALUES ('Serie Sem Limite (Disc 2)', 145); +INSERT INTO albums (title, artist_id) VALUES ('Acústico', 146); +INSERT INTO albums (title, artist_id) VALUES ('Volume Dois', 146); +INSERT INTO albums (title, artist_id) VALUES ('Battlestar Galactica: The Story So Far', 147); +INSERT INTO albums (title, artist_id) VALUES ('Battlestar Galactica, Season 3', 147); +INSERT INTO albums (title, artist_id) VALUES ('Heroes, Season 1', 148); +INSERT INTO albums (title, artist_id) VALUES ('Lost, Season 3', 149); +INSERT INTO albums (title, artist_id) VALUES ('Lost, Season 1', 149); +INSERT INTO albums (title, artist_id) VALUES ('Lost, Season 2', 149); +INSERT INTO albums (title, artist_id) VALUES ('Achtung Baby', 150); +INSERT INTO albums (title, artist_id) VALUES ('All That You Can''t Leave Behind', 150); +INSERT INTO albums (title, artist_id) VALUES ('B-Sides 1980-1990', 150); +INSERT INTO albums (title, artist_id) VALUES ('How To Dismantle An Atomic Bomb', 150); +INSERT INTO albums (title, artist_id) VALUES ('Pop', 150); +INSERT INTO albums (title, artist_id) VALUES ('Rattle And Hum', 150); +INSERT INTO albums (title, artist_id) VALUES ('The Best Of 1980-1990', 150); +INSERT INTO albums (title, artist_id) VALUES ('War', 150); +INSERT INTO albums (title, artist_id) VALUES ('Zooropa', 150); +INSERT INTO albums (title, artist_id) VALUES ('UB40 The Best Of - Volume Two UK', 151); +INSERT INTO albums (title, artist_id) VALUES ('Diver Down', 152); +INSERT INTO albums (title, artist_id) VALUES ('The Best Of Van Halen, Vol. I', 152); +INSERT INTO albums (title, artist_id) VALUES ('Van Halen', 152); +INSERT INTO albums (title, artist_id) VALUES ('Van Halen III', 152); +INSERT INTO albums (title, artist_id) VALUES ('Contraband', 153); +INSERT INTO albums (title, artist_id) VALUES ('Vinicius De Moraes', 72); +INSERT INTO albums (title, artist_id) VALUES ('Ao Vivo IMPORT', 155); +INSERT INTO albums (title, artist_id) VALUES ('The Office, Season 1', 156); +INSERT INTO albums (title, artist_id) VALUES ('The Office, Season 2', 156); +INSERT INTO albums (title, artist_id) VALUES ('The Office, Season 3', 156); +INSERT INTO albums (title, artist_id) VALUES ('Un-Led-Ed', 157); +INSERT INTO albums (title, artist_id) VALUES ('Battlestar Galactica (Classic), Season 1', 158); +INSERT INTO albums (title, artist_id) VALUES ('Aquaman', 159); +INSERT INTO albums (title, artist_id) VALUES ('Instant Karma: The Amnesty International Campaign to Save Darfur', 150); +INSERT INTO albums (title, artist_id) VALUES ('Speak of the Devil', 114); +INSERT INTO albums (title, artist_id) VALUES ('20th Century Masters - The Millennium Collection: The Best of Scorpions', 179); +INSERT INTO albums (title, artist_id) VALUES ('House of Pain', 180); +INSERT INTO albums (title, artist_id) VALUES ('Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro', 36); +INSERT INTO albums (title, artist_id) VALUES ('Cake: B-Sides and Rarities', 196); +INSERT INTO albums (title, artist_id) VALUES ('LOST, Season 4', 149); +INSERT INTO albums (title, artist_id) VALUES ('Quiet Songs', 197); +INSERT INTO albums (title, artist_id) VALUES ('Muso Ko', 198); +INSERT INTO albums (title, artist_id) VALUES ('Realize', 199); +INSERT INTO albums (title, artist_id) VALUES ('Every Kind of Light', 200); +INSERT INTO albums (title, artist_id) VALUES ('Duos II', 201); +INSERT INTO albums (title, artist_id) VALUES ('Worlds', 202); +INSERT INTO albums (title, artist_id) VALUES ('The Best of Beethoven', 203); +INSERT INTO albums (title, artist_id) VALUES ('Temple of the Dog', 204); +INSERT INTO albums (title, artist_id) VALUES ('Carry On', 205); +INSERT INTO albums (title, artist_id) VALUES ('Revelations', 8); +INSERT INTO albums (title, artist_id) VALUES ('Adorate Deum: Gregorian Chant from the Proper of the Mass', 206); +INSERT INTO albums (title, artist_id) VALUES ('Allegri: Miserere', 207); +INSERT INTO albums (title, artist_id) VALUES ('Pachelbel: Canon & Gigue', 208); +INSERT INTO albums (title, artist_id) VALUES ('Vivaldi: The Four Seasons', 209); +INSERT INTO albums (title, artist_id) VALUES ('Bach: Violin Concertos', 210); +INSERT INTO albums (title, artist_id) VALUES ('Bach: Goldberg Variations', 211); +INSERT INTO albums (title, artist_id) VALUES ('Bach: The Cello Suites', 212); +INSERT INTO albums (title, artist_id) VALUES ('Handel: The Messiah (Highlights)', 213); +INSERT INTO albums (title, artist_id) VALUES ('The World of Classical Favourites', 214); +INSERT INTO albums (title, artist_id) VALUES ('Sir Neville Marriner: A Celebration', 215); +INSERT INTO albums (title, artist_id) VALUES ('Mozart: Wind Concertos', 216); +INSERT INTO albums (title, artist_id) VALUES ('Haydn: Symphonies 99 - 104', 217); +INSERT INTO albums (title, artist_id) VALUES ('Beethoven: Symhonies Nos. 5 & 6', 218); +INSERT INTO albums (title, artist_id) VALUES ('A Soprano Inspired', 219); +INSERT INTO albums (title, artist_id) VALUES ('Great Opera Choruses', 220); +INSERT INTO albums (title, artist_id) VALUES ('Wagner: Favourite Overtures', 221); +INSERT INTO albums (title, artist_id) VALUES ('Fauré: Requiem, Ravel: Pavane & Others', 222); +INSERT INTO albums (title, artist_id) VALUES ('Tchaikovsky: The Nutcracker', 223); +INSERT INTO albums (title, artist_id) VALUES ('The Last Night of the Proms', 224); +INSERT INTO albums (title, artist_id) VALUES ('Puccini: Madama Butterfly - Highlights', 225); +INSERT INTO albums (title, artist_id) VALUES ('Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies', 226); +INSERT INTO albums (title, artist_id) VALUES ('Pavarotti''s Opera Made Easy', 227); +INSERT INTO albums (title, artist_id) VALUES ('Great Performances - Barber''s Adagio and Other Romantic Favorites for Strings', 228); +INSERT INTO albums (title, artist_id) VALUES ('Carmina Burana', 229); +INSERT INTO albums (title, artist_id) VALUES ('A Copland Celebration, Vol. I', 230); +INSERT INTO albums (title, artist_id) VALUES ('Bach: Toccata & Fugue in D Minor', 231); +INSERT INTO albums (title, artist_id) VALUES ('Prokofiev: Symphony No.1', 232); +INSERT INTO albums (title, artist_id) VALUES ('Scheherazade', 233); +INSERT INTO albums (title, artist_id) VALUES ('Bach: The Brandenburg Concertos', 234); +INSERT INTO albums (title, artist_id) VALUES ('Chopin: Piano Concertos Nos. 1 & 2', 235); +INSERT INTO albums (title, artist_id) VALUES ('Mascagni: Cavalleria Rusticana', 236); +INSERT INTO albums (title, artist_id) VALUES ('Sibelius: Finlandia', 237); +INSERT INTO albums (title, artist_id) VALUES ('Beethoven Piano Sonatas: Moonlight & Pastorale', 238); +INSERT INTO albums (title, artist_id) VALUES ('Great Recordings of the Century - Mahler: Das Lied von der Erde', 240); +INSERT INTO albums (title, artist_id) VALUES ('Elgar: Cello Concerto & Vaughan Williams: Fantasias', 241); +INSERT INTO albums (title, artist_id) VALUES ('Adams, John: The Chairman Dances', 242); +INSERT INTO albums (title, artist_id) VALUES ('Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington''s Victory', 243); +INSERT INTO albums (title, artist_id) VALUES ('Palestrina: Missa Papae Marcelli & Allegri: Miserere', 244); +INSERT INTO albums (title, artist_id) VALUES ('Prokofiev: Romeo & Juliet', 245); +INSERT INTO albums (title, artist_id) VALUES ('Strauss: Waltzes', 226); +INSERT INTO albums (title, artist_id) VALUES ('Berlioz: Symphonie Fantastique', 245); +INSERT INTO albums (title, artist_id) VALUES ('Bizet: Carmen Highlights', 246); +INSERT INTO albums (title, artist_id) VALUES ('English Renaissance', 247); +INSERT INTO albums (title, artist_id) VALUES ('Handel: Music for the Royal Fireworks (Original Version 1749)', 208); +INSERT INTO albums (title, artist_id) VALUES ('Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande', 248); +INSERT INTO albums (title, artist_id) VALUES ('Mozart Gala: Famous Arias', 249); +INSERT INTO albums (title, artist_id) VALUES ('SCRIABIN: Vers la flamme', 250); +INSERT INTO albums (title, artist_id) VALUES ('Armada: Music from the Courts of England and Spain', 251); +INSERT INTO albums (title, artist_id) VALUES ('Mozart: Symphonies Nos. 40 & 41', 248); +INSERT INTO albums (title, artist_id) VALUES ('Back to Black', 252); +INSERT INTO albums (title, artist_id) VALUES ('Frank', 252); +INSERT INTO albums (title, artist_id) VALUES ('Carried to Dust (Bonus Track Version)', 253); +INSERT INTO albums (title, artist_id) VALUES ('Beethoven: Symphony No. 6 ''Pastoral'' Etc.', 254); +INSERT INTO albums (title, artist_id) VALUES ('Bartok: Violin & Viola Concertos', 255); +INSERT INTO albums (title, artist_id) VALUES ('Mendelssohn: A Midsummer Night''s Dream', 256); +INSERT INTO albums (title, artist_id) VALUES ('Bach: Orchestral Suites Nos. 1 - 4', 257); +INSERT INTO albums (title, artist_id) VALUES ('Charpentier: Divertissements, Airs & Concerts', 258); +INSERT INTO albums (title, artist_id) VALUES ('South American Getaway', 259); +INSERT INTO albums (title, artist_id) VALUES ('Górecki: Symphony No. 3', 260); +INSERT INTO albums (title, artist_id) VALUES ('Purcell: The Fairy Queen', 261); +INSERT INTO albums (title, artist_id) VALUES ('The Ultimate Relexation Album', 262); +INSERT INTO albums (title, artist_id) VALUES ('Purcell: Music for the Queen Mary', 263); +INSERT INTO albums (title, artist_id) VALUES ('Weill: The Seven Deadly Sins', 264); +INSERT INTO albums (title, artist_id) VALUES ('J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro', 265); +INSERT INTO albums (title, artist_id) VALUES ('Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps', 248); +INSERT INTO albums (title, artist_id) VALUES ('Szymanowski: Piano Works, Vol. 1', 266); +INSERT INTO albums (title, artist_id) VALUES ('Nielsen: The Six Symphonies', 267); +INSERT INTO albums (title, artist_id) VALUES ('Great Recordings of the Century: Paganini''s 24 Caprices', 268); +INSERT INTO albums (title, artist_id) VALUES ('Liszt - 12 Études D''Execution Transcendante', 269); +INSERT INTO albums (title, artist_id) VALUES ('Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder', 270); +INSERT INTO albums (title, artist_id) VALUES ('Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3', 271); +INSERT INTO albums (title, artist_id) VALUES ('Respighi:Pines of Rome', 226); +INSERT INTO albums (title, artist_id) VALUES ('Schubert: The Late String Quartets & String Quintet (3 CD''s)', 272); +INSERT INTO albums (title, artist_id) VALUES ('Monteverdi: L''Orfeo', 273); +INSERT INTO albums (title, artist_id) VALUES ('Mozart: Chamber Music', 274); +INSERT INTO albums (title, artist_id) VALUES ('Koyaanisqatsi (Soundtrack from the Motion Picture)', 275); + +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('For Those About To Rock (We Salute You)', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 343719, 11170334, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Balls to the Wall', 2, 2, 1, 342562, 5510424, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fast As a Shark', 3, 2, 1, 'F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman', 230619, 3990994, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Restless and Wild', 3, 2, 1, 'F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman', 252051, 4331779, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Princess of the Dawn', 3, 2, 1, 'Deaffy & R.A. Smith-Diesel', 375418, 6290521, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Put The Finger On You', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 205662, 6713451, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let''s Get It Up', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 233926, 7636561, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Inject The Venom', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 210834, 6852860, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Snowballed', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 203102, 6599424, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Evil Walks', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 263497, 8611245, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('C.O.D.', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 199836, 6566314, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breaking The Rules', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 263288, 8596840, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Night Of The Long Knives', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 205688, 6706347, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spellbound', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 270863, 8817038, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Go Down', 4, 1, 1, 'AC/DC', 331180, 10847611, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dog Eat Dog', 4, 1, 1, 'AC/DC', 215196, 7032162, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let There Be Rock', 4, 1, 1, 'AC/DC', 366654, 12021261, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bad Boy Boogie', 4, 1, 1, 'AC/DC', 267728, 8776140, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Problem Child', 4, 1, 1, 'AC/DC', 325041, 10617116, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Overdose', 4, 1, 1, 'AC/DC', 369319, 12066294, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hell Ain''t A Bad Place To Be', 4, 1, 1, 'AC/DC', 254380, 8331286, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whole Lotta Rosie', 4, 1, 1, 'AC/DC', 323761, 10547154, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walk On Water', 5, 1, 1, 'Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw', 295680, 9719579, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love In An Elevator', 5, 1, 1, 'Steven Tyler, Joe Perry', 321828, 10552051, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rag Doll', 5, 1, 1, 'Steven Tyler, Joe Perry, Jim Vallance, Holly Knight', 264698, 8675345, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What It Takes', 5, 1, 1, 'Steven Tyler, Joe Perry, Desmond Child', 310622, 10144730, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dude (Looks Like A Lady)', 5, 1, 1, 'Steven Tyler, Joe Perry, Desmond Child', 264855, 8679940, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Janie''s Got A Gun', 5, 1, 1, 'Steven Tyler, Tom Hamilton', 330736, 10869391, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cryin''', 5, 1, 1, 'Steven Tyler, Joe Perry, Taylor Rhodes', 309263, 10056995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Amazing', 5, 1, 1, 'Steven Tyler, Richie Supa', 356519, 11616195, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blind Man', 5, 1, 1, 'Steven Tyler, Joe Perry, Taylor Rhodes', 240718, 7877453, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Deuces Are Wild', 5, 1, 1, 'Steven Tyler, Jim Vallance', 215875, 7074167, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Other Side', 5, 1, 1, 'Steven Tyler, Jim Vallance', 244375, 7983270, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crazy', 5, 1, 1, 'Steven Tyler, Joe Perry, Desmond Child', 316656, 10402398, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eat The Rich', 5, 1, 1, 'Steven Tyler, Joe Perry, Jim Vallance', 251036, 8262039, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Angel', 5, 1, 1, 'Steven Tyler, Desmond Child', 307617, 9989331, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Livin'' On The Edge', 5, 1, 1, 'Steven Tyler, Joe Perry, Mark Hudson', 381231, 12374569, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All I Really Want', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 284891, 9375567, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Oughta Know', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 249234, 8196916, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Perfect', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 188133, 6145404, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hand In My Pocket', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 221570, 7224246, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Right Through You', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 176117, 5793082, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Forgiven', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 300355, 9753256, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Learn', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 239699, 7824837, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Head Over Feet', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 267493, 8758008, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mary Jane', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 280607, 9163588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ironic', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 229825, 7598866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Not The Doctor', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 227631, 7604601, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wake Up', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 293485, 9703359, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Oughta Know (Alternate)', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 491885, 16008629, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('We Die Young', 7, 1, 1, 'Jerry Cantrell', 152084, 4925362, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Man In The Box', 7, 1, 1, 'Jerry Cantrell, Layne Staley', 286641, 9310272, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sea Of Sorrow', 7, 1, 1, 'Jerry Cantrell', 349831, 11316328, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bleed The Freak', 7, 1, 1, 'Jerry Cantrell', 241946, 7847716, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can''t Remember', 7, 1, 1, 'Jerry Cantrell, Layne Staley', 222955, 7302550, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love, Hate, Love', 7, 1, 1, 'Jerry Cantrell, Layne Staley', 387134, 12575396, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It Ain''t Like That', 7, 1, 1, 'Jerry Cantrell, Michael Starr, Sean Kinney', 277577, 8993793, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sunshine', 7, 1, 1, 'Jerry Cantrell', 284969, 9216057, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Put You Down', 7, 1, 1, 'Jerry Cantrell', 196231, 6420530, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Confusion', 7, 1, 1, 'Jerry Cantrell, Michael Starr, Layne Staley', 344163, 11183647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Know Somethin (Bout You)', 7, 1, 1, 'Jerry Cantrell', 261955, 8497788, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Real Thing', 7, 1, 1, 'Jerry Cantrell, Layne Staley', 243879, 7937731, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Desafinado', 8, 1, 2, 185338, 5990473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Garota De Ipanema', 8, 1, 2, 285048, 9348428, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba De Uma Nota Só (One Note Samba)', 8, 1, 2, 137273, 4535401, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Por Causa De Você', 8, 1, 2, 169900, 5536496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ligia', 8, 1, 2, 251977, 8226934, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fotografia', 8, 1, 2, 129227, 4198774, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dindi (Dindi)', 8, 1, 2, 253178, 8149148, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Se Todos Fossem Iguais A Você (Instrumental)', 8, 1, 2, 134948, 4393377, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Falando De Amor', 8, 1, 2, 219663, 7121735, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Angela', 8, 1, 2, 169508, 5574957, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Corcovado (Quiet Nights Of Quiet Stars)', 8, 1, 2, 205662, 6687994, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Outra Vez', 8, 1, 2, 126511, 4110053, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Boto (Bôto)', 8, 1, 2, 366837, 12089673, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Canta, Canta Mais', 8, 1, 2, 271856, 8719426, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Enter Sandman', 9, 1, 3, 'Apocalyptica', 221701, 7286305, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Master Of Puppets', 9, 1, 3, 'Apocalyptica', 436453, 14375310, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Harvester Of Sorrow', 9, 1, 3, 'Apocalyptica', 374543, 12372536, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Unforgiven', 9, 1, 3, 'Apocalyptica', 322925, 10422447, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sad But True', 9, 1, 3, 'Apocalyptica', 288208, 9405526, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Creeping Death', 9, 1, 3, 'Apocalyptica', 308035, 10110980, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wherever I May Roam', 9, 1, 3, 'Apocalyptica', 369345, 12033110, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Welcome Home (Sanitarium)', 9, 1, 3, 'Apocalyptica', 350197, 11406431, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cochise', 10, 1, 1, 'Audioslave/Chris Cornell', 222380, 5339931, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Show Me How to Live', 10, 1, 1, 'Audioslave/Chris Cornell', 277890, 6672176, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gasoline', 10, 1, 1, 'Audioslave/Chris Cornell', 279457, 6709793, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What You Are', 10, 1, 1, 'Audioslave/Chris Cornell', 249391, 5988186, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Like a Stone', 10, 1, 1, 'Audioslave/Chris Cornell', 294034, 7059624, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Set It Off', 10, 1, 1, 'Audioslave/Chris Cornell', 263262, 6321091, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shadow on the Sun', 10, 1, 1, 'Audioslave/Chris Cornell', 343457, 8245793, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I am the Highway', 10, 1, 1, 'Audioslave/Chris Cornell', 334942, 8041411, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Exploder', 10, 1, 1, 'Audioslave/Chris Cornell', 206053, 4948095, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hypnotize', 10, 1, 1, 'Audioslave/Chris Cornell', 206628, 4961887, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bring''em Back Alive', 10, 1, 1, 'Audioslave/Chris Cornell', 329534, 7911634, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Light My Way', 10, 1, 1, 'Audioslave/Chris Cornell', 303595, 7289084, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Getaway Car', 10, 1, 1, 'Audioslave/Chris Cornell', 299598, 7193162, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Last Remaining Light', 10, 1, 1, 'Audioslave/Chris Cornell', 317492, 7622615, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Your Time Has Come', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 255529, 8273592, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Out Of Exile', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 291291, 9506571, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Be Yourself', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 279484, 9106160, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Doesn''t Remind Me', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 255869, 8357387, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drown Me Slowly', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 233691, 7609178, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heaven''s Dead', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 276688, 9006158, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Worm', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 237714, 7710800, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Man Or Animal', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 233195, 7542942, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Yesterday To Tomorrow', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 273763, 8944205, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dandelion', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 278125, 9003592, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('#1 Zero', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 299102, 9731988, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Curse', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 309786, 10029406, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Money', 12, 1, 5, 'Berry Gordy, Jr./Janie Bradford', 147591, 2365897, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Long Tall Sally', 12, 1, 5, 'Enotris Johnson/Little Richard/Robert "Bumps" Blackwell', 106396, 1707084, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bad Boy', 12, 1, 5, 'Larry Williams', 116088, 1862126, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Twist And Shout', 12, 1, 5, 'Bert Russell/Phil Medley', 161123, 2582553, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Please Mr. Postman', 12, 1, 5, 'Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett', 137639, 2206986, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('C''Mon Everybody', 12, 1, 5, 'Eddie Cochran/Jerry Capehart', 140199, 2247846, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock ''N'' Roll Music', 12, 1, 5, 'Chuck Berry', 141923, 2276788, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slow Down', 12, 1, 5, 'Larry Williams', 163265, 2616981, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Roadrunner', 12, 1, 5, 'Bo Diddley', 143595, 2301989, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carol', 12, 1, 5, 'Chuck Berry', 143830, 2306019, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Good Golly Miss Molly', 12, 1, 5, 'Little Richard', 106266, 1704918, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('20 Flight Rock', 12, 1, 5, 'Ned Fairchild', 107807, 1299960, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Quadrant', 13, 1, 2, 'Billy Cobham', 261851, 8538199, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Snoopy''s search-Red baron', 13, 1, 2, 'Billy Cobham', 456071, 15075616, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spanish moss-"A sound portrait"-Spanish moss', 13, 1, 2, 'Billy Cobham', 248084, 8217867, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Moon germs', 13, 1, 2, 'Billy Cobham', 294060, 9714812, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stratus', 13, 1, 2, 'Billy Cobham', 582086, 19115680, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The pleasant pheasant', 13, 1, 2, 'Billy Cobham', 318066, 10630578, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Solo-Panhandler', 13, 1, 2, 'Billy Cobham', 246151, 8230661, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do what cha wanna', 13, 1, 2, 'George Duke', 274155, 9018565, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Intro/ Low Down', 14, 1, 3, 323683, 10642901, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('13 Years Of Grief', 14, 1, 3, 246987, 8137421, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Stronger Than Death', 14, 1, 3, 300747, 9869647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('All For You', 14, 1, 3, 235833, 7726948, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Super Terrorizer', 14, 1, 3, 319373, 10513905, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Phoney Smile Fake Hellos', 14, 1, 3, 273606, 9011701, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lost My Better Half', 14, 1, 3, 284081, 9355309, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bored To Tears', 14, 1, 3, 247327, 8130090, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A.N.D.R.O.T.A.Z.', 14, 1, 3, 266266, 8574746, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Born To Booze', 14, 1, 3, 282122, 9257358, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('World Of Trouble', 14, 1, 3, 359157, 11820932, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('No More Tears', 14, 1, 3, 555075, 18041629, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Begining... At Last', 14, 1, 3, 365662, 11965109, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Heart Of Gold', 15, 1, 3, 194873, 6417460, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Snowblind', 15, 1, 3, 420022, 13842549, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Like A Bird', 15, 1, 3, 276532, 9115657, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Blood In The Wall', 15, 1, 3, 284368, 9359475, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Beginning...At Last', 15, 1, 3, 271960, 8975814, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Black Sabbath', 16, 1, 3, 382066, 12440200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Wizard', 16, 1, 3, 264829, 8646737, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Behind The Wall Of Sleep', 16, 1, 3, 217573, 7169049, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('N.I.B.', 16, 1, 3, 368770, 12029390, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Evil Woman', 16, 1, 3, 204930, 6655170, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sleeping Village', 16, 1, 3, 644571, 21128525, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Warning', 16, 1, 3, 212062, 6893363, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wheels Of Confusion / The Straightener', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 494524, 16065830, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tomorrow''s Dream', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 192496, 6252071, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Changes', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 286275, 9175517, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('FX', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 103157, 3331776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Supernaut', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 285779, 9245971, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Snowblind', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 331676, 10813386, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cornucopia', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 234814, 7653880, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Laguna Sunrise', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 173087, 5671374, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('St. Vitus Dance', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 149655, 4884969, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Under The Sun/Every Day Comes and Goes', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 350458, 11360486, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Smoked Pork', 18, 1, 4, 47333, 1549074, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Body Count''s In The House', 18, 1, 4, 204251, 6715413, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Now Sports', 18, 1, 4, 4884, 161266, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Body Count', 18, 1, 4, 317936, 10489139, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Statistic', 18, 1, 4, 6373, 211997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bowels Of The Devil', 18, 1, 4, 223216, 7324125, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Real Problem', 18, 1, 4, 11650, 387360, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('KKK Bitch', 18, 1, 4, 173008, 5709631, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('D Note', 18, 1, 4, 95738, 3067064, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Voodoo', 18, 1, 4, 300721, 9875962, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Winner Loses', 18, 1, 4, 392254, 12843821, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('There Goes The Neighborhood', 18, 1, 4, 350171, 11443471, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Oprah', 18, 1, 4, 6635, 224313, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Evil Dick', 18, 1, 4, 239020, 7828873, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Body Count Anthem', 18, 1, 4, 166426, 5463690, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Momma''s Gotta Die Tonight', 18, 1, 4, 371539, 12122946, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Freedom Of Speech', 18, 1, 4, 281234, 9337917, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('King In Crimson', 19, 1, 3, 'Roy Z', 283167, 9218499, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Chemical Wedding', 19, 1, 3, 'Roy Z', 246177, 8022764, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Tower', 19, 1, 3, 'Roy Z', 285257, 9435693, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Killing Floor', 19, 1, 3, 'Adrian Smith', 269557, 8854240, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Book Of Thel', 19, 1, 3, 'Eddie Casillas/Roy Z', 494393, 16034404, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gates Of Urizen', 19, 1, 3, 'Roy Z', 265351, 8627004, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jerusalem', 19, 1, 3, 'Roy Z', 402390, 13194463, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Trupets Of Jericho', 19, 1, 3, 'Roy Z', 359131, 11820908, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Machine Men', 19, 1, 3, 'Adrian Smith', 341655, 11138147, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Alchemist', 19, 1, 3, 'Roy Z', 509413, 16545657, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Realword', 19, 1, 3, 'Roy Z', 237531, 7802095, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('First Time I Met The Blues', 20, 1, 6, 'Eurreal Montgomery', 140434, 4604995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let Me Love You Baby', 20, 1, 6, 'Willie Dixon', 175386, 5716994, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stone Crazy', 20, 1, 6, 'Buddy Guy', 433397, 14184984, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pretty Baby', 20, 1, 6, 'Willie Dixon', 237662, 7848282, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When My Left Eye Jumps', 20, 1, 6, 'Al Perkins/Willie Dixon', 235311, 7685363, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Leave My Girl Alone', 20, 1, 6, 'Buddy Guy', 204721, 6859518, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She Suits Me To A Tee', 20, 1, 6, 'Buddy Guy', 136803, 4456321, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Keep It To Myself (Aka Keep It To Yourself)', 20, 1, 6, 'Sonny Boy Williamson I', 166060, 5487056, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Time After Awhile', 20, 1, 6, 'Robert Geddins/Ron Badger/Sheldon Feinberg', 182491, 6022698, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Too Many Ways (Alternate)', 20, 1, 6, 'Willie Dixon', 135053, 4459946, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Talkin'' ''Bout Women Obviously', 20, 1, 6, 'Amos Blakemore/Buddy Guy', 589531, 19161377, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jorge Da Capadócia', 21, 1, 7, 'Jorge Ben', 177397, 5842196, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Prenda Minha', 21, 1, 7, 'Tradicional', 99369, 3225364, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Meditação', 21, 1, 7, 'Tom Jobim - Newton Mendoça', 148793, 4865597, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Terra', 21, 1, 7, 'Caetano Veloso', 482429, 15889054, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eclipse Oculto', 21, 1, 7, 'Caetano Veloso', 221936, 7382703, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Texto "Verdade Tropical"', 21, 1, 7, 'Caetano Veloso', 84088, 2752161, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bem Devagar', 21, 1, 7, 'Gilberto Gil', 133172, 4333651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drão', 21, 1, 7, 'Gilberto Gil', 156264, 5065932, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Saudosismo', 21, 1, 7, 'Caetano Veloso', 144326, 4726981, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carolina', 21, 1, 7, 'Chico Buarque', 181812, 5924159, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sozinho', 21, 1, 7, 'Peninha', 190589, 6253200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Esse Cara', 21, 1, 7, 'Caetano Veloso', 223111, 7217126, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mel', 21, 1, 7, 'Caetano Veloso - Waly Salomão', 294765, 9854062, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Linha Do Equador', 21, 1, 7, 'Caetano Veloso - Djavan', 299337, 10003747, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Odara', 21, 1, 7, 'Caetano Veloso', 141270, 4704104, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Luz De Tieta', 21, 1, 7, 'Caetano Veloso', 251742, 8507446, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu', 21, 1, 7, 'David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto', 307252, 10364247, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vida Boa', 21, 1, 7, 'Fausto Nilo - Armandinho', 281730, 9411272, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sozinho (Hitmakers Classic Mix)', 22, 1, 7, 436636, 14462072, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sozinho (Hitmakers Classic Radio Edit)', 22, 1, 7, 195004, 6455134, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sozinho (Caêdrum ''n'' Bass)', 22, 1, 7, 328071, 10975007, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Carolina', 23, 1, 7, 163056, 5375395, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Essa Moça Ta Diferente', 23, 1, 7, 167235, 5568574, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vai Passar', 23, 1, 7, 369763, 12359161, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba De Orly', 23, 1, 7, 162429, 5431854, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bye, Bye Brasil', 23, 1, 7, 283402, 9499590, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Atras Da Porta', 23, 1, 7, 189675, 6132843, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tatuagem', 23, 1, 7, 172120, 5645703, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Que Será (À Flor Da Terra)', 23, 1, 7, 167288, 5574848, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Morena De Angola', 23, 1, 7, 186801, 6373932, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Apesar De Você', 23, 1, 7, 234501, 7886937, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Banda', 23, 1, 7, 132493, 4349539, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Minha Historia', 23, 1, 7, 182256, 6029673, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Com Açúcar E Com Afeto', 23, 1, 7, 175386, 5846442, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Brejo Da Cruz', 23, 1, 7, 214099, 7270749, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meu Caro Amigo', 23, 1, 7, 260257, 8778172, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Geni E O Zepelim', 23, 1, 7, 317570, 10342226, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Trocando Em Miúdos', 23, 1, 7, 169717, 5461468, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vai Trabalhar Vagabundo', 23, 1, 7, 139154, 4693941, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gota D''água', 23, 1, 7, 153208, 5074189, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Construção / Deus Lhe Pague', 23, 1, 7, 383059, 12675305, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mateus Enter', 24, 1, 7, 'Chico Science', 33149, 1103013, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Cidadão Do Mundo', 24, 1, 7, 'Chico Science', 200933, 6724966, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Etnia', 24, 1, 7, 'Chico Science', 152555, 5061413, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Quilombo Groove instrumental', 24, 1, 7, 'Chico Science', 151823, 5042447, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Macô', 24, 1, 7, 'Chico Science', 249600, 8253934, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Um Passeio No Mundo Livre', 24, 1, 7, 'Chico Science', 240091, 7984291, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Samba Do Lado', 24, 1, 7, 'Chico Science', 227317, 7541688, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maracatu Atômico', 24, 1, 7, 'Chico Science', 284264, 9670057, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Encontro De Isaac Asimov Com Santos Dumont No Céu', 24, 1, 7, 'Chico Science', 99108, 3240816, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Corpo De Lama', 24, 1, 7, 'Chico Science', 232672, 7714954, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sobremesa', 24, 1, 7, 'Chico Science', 240091, 7960868, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Manguetown', 24, 1, 7, 'Chico Science', 194560, 6475159, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Um Satélite Na Cabeça', 24, 1, 7, 'Chico Science', 126615, 4272821, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Baião Ambiental instrumental', 24, 1, 7, 'Chico Science', 152659, 5198539, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sangue De Bairro', 24, 1, 7, 'Chico Science', 132231, 4415557, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Enquanto O Mundo Explode', 24, 1, 7, 'Chico Science', 88764, 2968650, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Interlude Zumbi', 24, 1, 7, 'Chico Science', 71627, 2408550, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Criança De Domingo', 24, 1, 7, 'Chico Science', 208222, 6984813, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Amor De Muito', 24, 1, 7, 'Chico Science', 175333, 5881293, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Samidarish instrumental', 24, 1, 7, 'Chico Science', 272431, 8911641, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maracatu Atômico [Atomic Version]', 24, 1, 7, 'Chico Science', 273084, 9019677, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maracatu Atômico [Ragga Mix]', 24, 1, 7, 'Chico Science', 210155, 6986421, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maracatu Atômico [Trip Hop]', 24, 1, 7, 'Chico Science', 221492, 7380787, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Banditismo Por Uma Questa', 25, 1, 7, 307095, 10251097, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Banditismo Por Uma Questa', 25, 1, 7, 243644, 8147224, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rios Pontes & Overdrives', 25, 1, 7, 286720, 9659152, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cidade', 25, 1, 7, 216346, 7241817, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Praiera', 25, 1, 7, 183640, 6172781, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba Makossa', 25, 1, 7, 271856, 9095410, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Da Lama Ao Caos', 25, 1, 7, 251559, 8378065, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Maracatu De Tiro Certeiro', 25, 1, 7, 88868, 2901397, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Salustiano Song', 25, 1, 7, 215405, 7183969, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Antene Se', 25, 1, 7, 248372, 8253618, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Risoflora', 25, 1, 7, 105586, 3536938, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lixo Do Mangue', 25, 1, 7, 193253, 6534200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Computadores Fazem Arte', 25, 1, 7, 404323, 13702771, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Girassol', 26, 1, 8, 'Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido', 249808, 8327676, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Sombra Da Maldade', 26, 1, 8, 'Da Gama/Toni Garrido', 230922, 7697230, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Johnny B. Goode', 26, 1, 8, 'Chuck Berry', 254615, 8505985, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soldado Da Paz', 26, 1, 8, 'Herbert Vianna', 194220, 6455080, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Firmamento', 26, 1, 8, 'Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers', 222145, 7402658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Extra', 26, 1, 8, 'Gilberto Gil', 304352, 10078050, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Erê', 26, 1, 8, 'Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido', 236382, 7866924, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Podes Crer', 26, 1, 8, 'Bino Farias/Da Gama/Lazão/Toni Garrido', 232280, 7747747, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Estrada', 26, 1, 8, 'Bino Farias/Da Gama/Lazão/Toni Garrido', 248842, 8275673, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Berlim', 26, 1, 8, 'Da Gama/Toni Garrido', 207542, 6920424, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Já Foi', 26, 1, 8, 'Bino Farias/Da Gama/Lazão/Toni Garrido', 221544, 7388466, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Onde Você Mora?', 26, 1, 8, 'Marisa Monte/Nando Reis', 256026, 8502588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pensamento', 26, 1, 8, 'Bino Farias/Da Gamma/Lazão/Rás Bernard', 173008, 5748424, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Conciliação', 26, 1, 8, 'Da Gama/Lazão/Rás Bernardo', 257619, 8552474, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Realidade Virtual', 26, 1, 8, 'Bino Farias/Da Gama/Lazão/Toni Garrido', 195239, 6503533, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mensagem', 26, 1, 8, 'Bino Farias/Da Gama/Lazão/Rás Bernardo', 225332, 7488852, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Cor Do Sol', 26, 1, 8, 'Bernardo Vilhena/Da Gama/Lazão', 231392, 7663348, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Onde Você Mora?', 27, 1, 8, 'Marisa Monte/Nando Reis', 298396, 10056970, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Erê', 27, 1, 8, 'Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido', 206942, 6950332, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Sombra Da Maldade', 27, 1, 8, 'Da Gama/Toni Garrido', 285231, 9544383, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Estrada', 27, 1, 8, 'Da Gama/Lazao/Toni Garrido', 282174, 9344477, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Falar A Verdade', 27, 1, 8, 'Bino/Da Gama/Ras Bernardo', 244950, 8189093, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Firmamento', 27, 1, 8, 'Harry Lawes/Winston Foster-Vers', 225488, 7507866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pensamento', 27, 1, 8, 'Bino/Da Gama/Ras Bernardo', 192391, 6399761, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Realidade Virtual', 27, 1, 8, 'Bino/Da Gamma/Lazao/Toni Garrido', 240300, 8069934, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Doutor', 27, 1, 8, 'Bino/Da Gama/Toni Garrido', 178155, 5950952, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Na Frente Da TV', 27, 1, 8, 'Bino/Da Gama/Lazao/Ras Bernardo', 289750, 9633659, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Downtown', 27, 1, 8, 'Cidade Negra', 239725, 8024386, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sábado A Noite', 27, 1, 8, 'Lulu Santos', 267363, 8895073, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Cor Do Sol', 27, 1, 8, 'Bernardo Vilhena/Da Gama/Lazao', 273031, 9142937, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eu Também Quero Beijar', 27, 1, 8, 'Fausto Nilo/Moraes Moreira/Pepeu Gomes', 211147, 7029400, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Noite Do Prazer', 28, 1, 7, 311353, 10309980, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('À Francesa', 28, 1, 7, 244532, 8150846, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cada Um Cada Um (A Namoradeira)', 28, 1, 7, 253492, 8441034, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Linha Do Equador', 28, 1, 7, 244715, 8123466, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Amor Demais', 28, 1, 7, 254040, 8420093, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Férias', 28, 1, 7, 264202, 8731945, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gostava Tanto De Você', 28, 1, 7, 230452, 7685326, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Flor Do Futuro', 28, 1, 7, 275748, 9205941, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Felicidade Urgente', 28, 1, 7, 266605, 8873358, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Livre Pra Viver', 28, 1, 7, 214595, 7111596, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dig-Dig, Lambe-Lambe (Ao Vivo)', 29, 1, 9, 'Cassiano Costa/Cintia Maviane/J.F./Lucas Costa', 205479, 6892516, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pererê', 29, 1, 9, 'Augusto Conceição/Chiclete Com Banana', 198661, 6643207, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('TriboTchan', 29, 1, 9, 'Cal Adan/Paulo Levi', 194194, 6507950, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tapa Aqui, Descobre Ali', 29, 1, 9, 'Paulo Levi/W. Rangel', 188630, 6327391, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Daniela', 29, 1, 9, 'Jorge Cardoso/Pierre Onasis', 230791, 7748006, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bate Lata', 29, 1, 9, 'Fábio Nolasco/Gal Sales/Ivan Brasil', 206733, 7034985, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Garotas do Brasil', 29, 1, 9, 'Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira', 210155, 6973625, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Levada do Amor (Ailoviu)', 29, 1, 9, 'Luiz Wanderley/Paulo Levi', 190093, 6457752, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lavadeira', 29, 1, 9, 'Do Vale, Valverde/Gal Oliveira/Luciano Pinto', 214256, 7254147, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Reboladeira', 29, 1, 9, 'Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill', 210599, 7027525, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('É que Nessa Encarnação Eu Nasci Manga', 29, 1, 9, 'Lucina/Luli', 196519, 6568081, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Reggae Tchan', 29, 1, 9, 'Cal Adan/Del Rey, Tension/Edu Casanova', 206654, 6931328, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Love', 29, 1, 9, 'Jauperi/Zeu Góes', 203493, 6772813, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Latinha de Cerveja', 29, 1, 9, 'Adriano Bernandes/Edmar Neves', 166687, 5532564, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Shook Me', 30, 1, 1, 'J B Lenoir/Willie Dixon', 315951, 10249958, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can''t Quit You Baby', 30, 1, 1, 'Willie Dixon', 263836, 8581414, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Communication Breakdown', 30, 1, 1, 'Jimmy Page/John Bonham/John Paul Jones', 192653, 6287257, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dazed and Confused', 30, 1, 1, 'Jimmy Page', 401920, 13035765, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Girl I Love She Got Long Black Wavy Hair', 30, 1, 1, 'Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant', 183327, 5995686, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What is and Should Never Be', 30, 1, 1, 'Jimmy Page/Robert Plant', 260675, 8497116, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Communication Breakdown(2)', 30, 1, 1, 'Jimmy Page/John Bonham/John Paul Jones', 161149, 5261022, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Travelling Riverside Blues', 30, 1, 1, 'Jimmy Page/Robert Johnson/Robert Plant', 312032, 10232581, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whole Lotta Love', 30, 1, 1, 'Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon', 373394, 12258175, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Somethin'' Else', 30, 1, 1, 'Bob Cochran/Sharon Sheeley', 127869, 4165650, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Communication Breakdown(3)', 30, 1, 1, 'Jimmy Page/John Bonham/John Paul Jones', 185260, 6041133, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can''t Quit You Baby(2)', 30, 1, 1, 'Willie Dixon', 380551, 12377615, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Shook Me(2)', 30, 1, 1, 'J B Lenoir/Willie Dixon', 619467, 20138673, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('How Many More Times', 30, 1, 1, 'Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant', 711836, 23092953, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Debra Kadabra', 31, 1, 1, 'Frank Zappa', 234553, 7649679, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carolina Hard-Core Ecstasy', 31, 1, 1, 'Frank Zappa', 359680, 11731061, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sam With The Showing Scalp Flat Top', 31, 1, 1, 'Don Van Vliet', 171284, 5572993, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Poofter''s Froth Wyoming Plans Ahead', 31, 1, 1, 'Frank Zappa', 183902, 6007019, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('200 Years Old', 31, 1, 1, 'Frank Zappa', 272561, 8912465, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cucamonga', 31, 1, 1, 'Frank Zappa', 144483, 4728586, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Advance Romance', 31, 1, 1, 'Frank Zappa', 677694, 22080051, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Man With The Woman Head', 31, 1, 1, 'Don Van Vliet', 88894, 2922044, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Muffin Man', 31, 1, 1, 'Frank Zappa', 332878, 10891682, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vai-Vai 2001', 32, 1, 10, 276349, 9402241, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('X-9 2001', 32, 1, 10, 273920, 9310370, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gavioes 2001', 32, 1, 10, 282723, 9616640, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nene 2001', 32, 1, 10, 284969, 9694508, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rosas De Ouro 2001', 32, 1, 10, 284342, 9721084, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mocidade Alegre 2001', 32, 1, 10, 282488, 9599937, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Camisa Verde 2001', 32, 1, 10, 283454, 9633755, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Leandro De Itaquera 2001', 32, 1, 10, 274808, 9451845, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tucuruvi 2001', 32, 1, 10, 287921, 9883335, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Aguia De Ouro 2001', 32, 1, 10, 284160, 9698729, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ipiranga 2001', 32, 1, 10, 248293, 8522591, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Morro Da Casa Verde 2001', 32, 1, 10, 284708, 9718778, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Perola Negra 2001', 32, 1, 10, 281626, 9619196, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sao Lucas 2001', 32, 1, 10, 296254, 10020122, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Guanabara', 33, 1, 7, 'Marcos Valle', 247614, 8499591, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mas Que Nada', 33, 1, 7, 'Jorge Ben', 248398, 8255254, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vôo Sobre o Horizonte', 33, 1, 7, 'J.r.Bertami/Parana', 225097, 7528825, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Paz', 33, 1, 7, 'Donato/Gilberto Gil', 263183, 8619173, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wave (Vou te Contar)', 33, 1, 7, 'Antonio Carlos Jobim', 271647, 9057557, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Água de Beber', 33, 1, 7, 'Antonio Carlos Jobim/Vinicius de Moraes', 146677, 4866476, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Samba da Bençaco', 33, 1, 7, 'Baden Powell/Vinicius de Moraes', 282200, 9440676, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pode Parar', 33, 1, 7, 'Jorge Vercilo/Jota Maranhao', 179408, 6046678, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Menino do Rio', 33, 1, 7, 'Caetano Veloso', 262713, 8737489, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ando Meio Desligado', 33, 1, 7, 'Caetano Veloso', 195813, 6547648, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mistério da Raça', 33, 1, 7, 'Luiz Melodia/Ricardo Augusto', 184320, 6191752, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All Star', 33, 1, 7, 'Nando Reis', 176326, 5891697, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Menina Bonita', 33, 1, 7, 'Alexandre Brazil/Pedro Luis/Rodrigo Cabelo', 237087, 7938246, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pescador de Ilusões', 33, 1, 7, 'Macelo Yuka/O Rappa', 245524, 8267067, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('À Vontade (Live Mix)', 33, 1, 7, 'Bombom/Ed Motta', 180636, 5972430, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maria Fumaça', 33, 1, 7, 'Luiz Carlos/Oberdan', 141008, 4743149, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sambassim (dj patife remix)', 33, 1, 7, 'Alba Carvalho/Fernando Porto', 213655, 7243166, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Garota De Ipanema', 34, 1, 7, 'Vários', 279536, 9141343, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tim Tim Por Tim Tim', 34, 1, 7, 'Vários', 213237, 7143328, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tarde Em Itapoã', 34, 1, 7, 'Vários', 313704, 10344491, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tanto Tempo', 34, 1, 7, 'Vários', 170292, 5572240, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eu Vim Da Bahia - Live', 34, 1, 7, 'Vários', 157988, 5115428, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Alô Alô Marciano', 34, 1, 7, 'Vários', 238106, 8013065, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Linha Do Horizonte', 34, 1, 7, 'Vários', 279484, 9275929, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Only A Dream In Rio', 34, 1, 7, 'Vários', 371356, 12192989, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Abrir A Porta', 34, 1, 7, 'Vários', 271960, 8991141, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Alice', 34, 1, 7, 'Vários', 165982, 5594341, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Momentos Que Marcam', 34, 1, 7, 'Vários', 280137, 9313740, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Um Jantar Pra Dois', 34, 1, 7, 'Vários', 237714, 7819755, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bumbo Da Mangueira', 34, 1, 7, 'Vários', 270158, 9073350, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mr Funk Samba', 34, 1, 7, 'Vários', 213890, 7102545, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Santo Antonio', 34, 1, 7, 'Vários', 162716, 5492069, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Por Você', 34, 1, 7, 'Vários', 205557, 6792493, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Só Tinha De Ser Com Você', 34, 1, 7, 'Vários', 389642, 13085596, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Free Speech For The Dumb', 35, 1, 3, 'Molaney/Morris/Roberts/Wainwright', 155428, 5076048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s Electric', 35, 1, 3, 'Harris/Tatler', 213995, 6978601, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sabbra Cadabra', 35, 1, 3, 'Black Sabbath', 380342, 12418147, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Turn The Page', 35, 1, 3, 'Seger', 366524, 11946327, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Die Die My Darling', 35, 1, 3, 'Danzig', 149315, 4867667, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Loverman', 35, 1, 3, 'Cave', 472764, 15446975, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mercyful Fate', 35, 1, 3, 'Diamond/Shermann', 671712, 21942829, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Astronomy', 35, 1, 3, 'A.Bouchard/J.Bouchard/S.Pearlman', 397531, 13065612, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whiskey In The Jar', 35, 1, 3, 'Traditional', 305005, 9943129, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tuesday''s Gone', 35, 1, 3, 'Collins/Van Zandt', 545750, 17900787, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The More I See', 35, 1, 3, 'Molaney/Morris/Roberts/Wainwright', 287973, 9378873, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Kind Of Magic', 36, 1, 1, 'Roger Taylor', 262608, 8689618, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Under Pressure', 36, 1, 1, 'Queen & David Bowie', 236617, 7739042, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Radio GA GA', 36, 1, 1, 'Roger Taylor', 343745, 11358573, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Want It All', 36, 1, 1, 'Queen', 241684, 7876564, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Want To Break Free', 36, 1, 1, 'John Deacon', 259108, 8552861, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Innuendo', 36, 1, 1, 'Queen', 387761, 12664591, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s A Hard Life', 36, 1, 1, 'Freddie Mercury', 249417, 8112242, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breakthru', 36, 1, 1, 'Queen', 249234, 8150479, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Who Wants To Live Forever', 36, 1, 1, 'Brian May', 297691, 9577577, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Headlong', 36, 1, 1, 'Queen', 273057, 8921404, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Miracle', 36, 1, 1, 'Queen', 294974, 9671923, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I''m Going Slightly Mad', 36, 1, 1, 'Queen', 248032, 8192339, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Invisible Man', 36, 1, 1, 'Queen', 238994, 7920353, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hammer To Fall', 36, 1, 1, 'Brian May', 220316, 7255404, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Friends Will Be Friends', 36, 1, 1, 'Freddie Mercury & John Deacon', 248920, 8114582, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Show Must Go On', 36, 1, 1, 'Queen', 263784, 8526760, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One Vision', 36, 1, 1, 'Queen', 242599, 7936928, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Detroit Rock City', 37, 1, 1, 'Paul Stanley, B. Ezrin', 218880, 7146372, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Diamond', 37, 1, 1, 'Paul Stanley', 314148, 10266007, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hard Luck Woman', 37, 1, 1, 'Paul Stanley', 216032, 7109267, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sure Know Something', 37, 1, 1, 'Paul Stanley, Vincent Poncia', 242468, 7939886, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Gun', 37, 1, 1, 'Paul Stanley', 196257, 6424915, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Deuce', 37, 1, 1, 'Gene Simmons', 185077, 6097210, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Goin'' Blind', 37, 1, 1, 'Gene Simmons, S. Coronel', 216215, 7045314, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shock Me', 37, 1, 1, 'Ace Frehley', 227291, 7529336, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do You Love Me', 37, 1, 1, 'Paul Stanley, B. Ezrin, K. Fowley', 214987, 6976194, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She', 37, 1, 1, 'Gene Simmons, S. Coronel', 248346, 8229734, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Was Made For Loving You', 37, 1, 1, 'Paul Stanley, Vincent Poncia, Desmond Child', 271360, 9018078, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shout It Out Loud', 37, 1, 1, 'Paul Stanley, Gene Simmons, B. Ezrin', 219742, 7194424, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('God Of Thunder', 37, 1, 1, 'Paul Stanley', 255791, 8309077, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Calling Dr. Love', 37, 1, 1, 'Gene Simmons', 225332, 7395034, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beth', 37, 1, 1, 'S. Penridge, Bob Ezrin, Peter Criss', 166974, 5360574, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Strutter', 37, 1, 1, 'Paul Stanley, Gene Simmons', 192496, 6317021, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock And Roll All Nite', 37, 1, 1, 'Paul Stanley, Gene Simmons', 173609, 5735902, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cold Gin', 37, 1, 1, 'Ace Frehley', 262243, 8609783, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Plaster Caster', 37, 1, 1, 'Gene Simmons', 207333, 6801116, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('God Gave Rock ''n'' Roll To You', 37, 1, 1, 'Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin', 320444, 10441590, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Heart of the Night', 38, 1, 2, 273737, 9098263, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('De La Luz', 38, 1, 2, 315219, 10518284, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Westwood Moon', 38, 1, 2, 295627, 9765802, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Midnight', 38, 1, 2, 266866, 8851060, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Playtime', 38, 1, 2, 273580, 9070880, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Surrender', 38, 1, 2, 287634, 9422926, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Valentino''s', 38, 1, 2, 296124, 9848545, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Believe', 38, 1, 2, 310778, 10317185, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('As We Sleep', 38, 1, 2, 316865, 10429398, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('When Evening Falls', 38, 1, 2, 298135, 9863942, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('J Squared', 38, 1, 2, 288757, 9480777, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Best Thing', 38, 1, 2, 274259, 9069394, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maria', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 167262, 5484747, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Poprocks And Coke', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 158354, 5243078, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Longview', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 234083, 7714939, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Welcome To Paradise', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 224208, 7406008, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Basket Case', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 181629, 5951736, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When I Come Around', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 178364, 5839426, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 134164, 4425128, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('J.A.R. (Jason Andrew Relva)', 39, 1, 4, 'Mike Dirnt -Words Green Day -Music', 170997, 5645755, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Geek Stink Breath', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 135888, 4408983, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Brain Stew', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 193149, 6305550, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jaded', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 90331, 2950224, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walking Contradiction', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 151170, 4932366, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stuck With Me', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 135523, 4431357, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hitchin'' A Ride', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 171546, 5616891, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Good Riddance (Time Of Your Life)', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 153600, 5075241, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Redundant', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 198164, 6481753, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nice Guys Finish Last', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 170187, 5604618, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Minority', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 168803, 5535061, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Warning', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 221910, 7343176, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Waiting', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 192757, 6316430, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Macy''s Day Parade', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 213420, 7075573, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Into The Light', 40, 1, 1, 'David Coverdale', 76303, 2452653, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('River Song', 40, 1, 1, 'David Coverdale', 439510, 14359478, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She Give Me ...', 40, 1, 1, 'David Coverdale', 252551, 8385478, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t You Cry', 40, 1, 1, 'David Coverdale', 347036, 11269612, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Is Blind', 40, 1, 1, 'David Coverdale/Earl Slick', 344999, 11409720, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slave', 40, 1, 1, 'David Coverdale/Earl Slick', 291892, 9425200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cry For Love', 40, 1, 1, 'Bossi/David Coverdale/Earl Slick', 293015, 9567075, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Living On Love', 40, 1, 1, 'Bossi/David Coverdale/Earl Slick', 391549, 12785876, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Midnight Blue', 40, 1, 1, 'David Coverdale/Earl Slick', 298631, 9750990, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Too Many Tears', 40, 1, 1, 'Adrian Vanderberg/David Coverdale', 359497, 11810238, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Lie To Me', 40, 1, 1, 'David Coverdale/Earl Slick', 283585, 9288007, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wherever You May Go', 40, 1, 1, 'David Coverdale', 239699, 7803074, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Grito De Alerta', 41, 1, 7, 'Gonzaga Jr.', 202213, 6539422, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Não Dá Mais Pra Segurar (Explode Coração)', 41, 1, 7, 219768, 7083012, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Começaria Tudo Outra Vez', 41, 1, 7, 196545, 6473395, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Que É O Que É ?', 41, 1, 7, 259291, 8650647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sangrando', 41, 1, 7, 'Gonzaga Jr/Gonzaguinha', 169717, 5494406, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Diga Lá, Coração', 41, 1, 7, 255921, 8280636, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lindo Lago Do Amor', 41, 1, 7, 'Gonzaga Jr.', 249678, 8353191, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Eu Apenas Queria Que Voçê Soubesse', 41, 1, 7, 155637, 5130056, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Com A Perna No Mundo', 41, 1, 7, 'Gonzaga Jr.', 227448, 7747108, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('E Vamos À Luta', 41, 1, 7, 222406, 7585112, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Homem Também Chora (Guerreiro Menino)', 41, 1, 7, 207229, 6854219, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Comportamento Geral', 41, 1, 7, 'Gonzaga Jr', 181577, 5997444, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ponto De Interrogação', 41, 1, 7, 180950, 5946265, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Espere Por Mim, Morena', 41, 1, 7, 'Gonzaguinha', 207072, 6796523, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meia-Lua Inteira', 23, 1, 7, 222093, 7466288, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Voce e Linda', 23, 1, 7, 242938, 8050268, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Indio', 23, 1, 7, 195944, 6453213, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Podres Poderes', 23, 1, 7, 259761, 8622495, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Voce Nao Entende Nada - Cotidiano', 23, 1, 7, 421982, 13885612, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Estrangeiro', 23, 1, 7, 374700, 12472890, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Menino Do Rio', 23, 1, 7, 147670, 4862277, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Qualquer Coisa', 23, 1, 7, 193410, 6372433, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sampa', 23, 1, 7, 185051, 6151831, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Queixa', 23, 1, 7, 299676, 9953962, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Leaozinho', 23, 1, 7, 184398, 6098150, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fora Da Ordem', 23, 1, 7, 354011, 11746781, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Terra', 23, 1, 7, 401319, 13224055, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Alegria, Alegria', 23, 1, 7, 169221, 5497025, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Balada Do Louco', 42, 1, 4, 'Arnaldo Baptista - Rita Lee', 241057, 7852328, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ando Meio Desligado', 42, 1, 4, 'Arnaldo Baptista - Rita Lee - Sérgio Dias', 287817, 9484504, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Top Top', 42, 1, 4, 'Os Mutantes - Arnolpho Lima Filho', 146938, 4875374, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Baby', 42, 1, 4, 'Caetano Veloso', 177188, 5798202, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A E O Z', 42, 1, 4, 'Mutantes', 518556, 16873005, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Panis Et Circenses', 42, 1, 4, 'Caetano Veloso - Gilberto Gil', 125152, 4069688, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Chão De Estrelas', 42, 1, 4, 'Orestes Barbosa-Sílvio Caldas', 284813, 9433620, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vida De Cachorro', 42, 1, 4, 'Rita Lee - Arnaldo Baptista - Sérgio Baptista', 195186, 6411149, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bat Macumba', 42, 1, 4, 'Gilberto Gil - Caetano Veloso', 187794, 6295223, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Desculpe Babe', 42, 1, 4, 'Arnaldo Baptista - Rita Lee', 170422, 5637959, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rita Lee', 42, 1, 4, 'Arnaldo Baptista/Rita Lee/Sérgio Dias', 189257, 6270503, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll', 42, 1, 4, 'Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho', 222955, 7346254, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Banho De Lua', 42, 1, 4, 'B. de Filippi - F. Migliaci - Versão: Fred Jorge', 221831, 7232123, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Meu Refrigerador Não Funciona', 42, 1, 4, 'Arnaldo Baptista - Rita Lee - Sérgio Dias', 382981, 12495906, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Burn', 43, 1, 1, 'Coverdale/Lord/Paice', 453955, 14775708, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stormbringer', 43, 1, 1, 'Coverdale', 277133, 9050022, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gypsy', 43, 1, 1, 'Coverdale/Hughes/Lord/Paice', 339173, 11046952, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lady Double Dealer', 43, 1, 1, 'Coverdale', 233586, 7608759, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mistreated', 43, 1, 1, 'Coverdale', 758648, 24596235, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Smoke On The Water', 43, 1, 1, 'Gillan/Glover/Lord/Paice', 618031, 20103125, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Fool No One', 43, 1, 1, 'Coverdale/Lord/Paice', 804101, 26369966, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Custard Pie', 44, 1, 1, 'Jimmy Page/Robert Plant', 253962, 8348257, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Rover', 44, 1, 1, 'Jimmy Page/Robert Plant', 337084, 11011286, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In My Time Of Dying', 44, 1, 1, 'John Bonham/John Paul Jones', 666017, 21676727, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Houses Of The Holy', 44, 1, 1, 'Jimmy Page/Robert Plant', 242494, 7972503, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Trampled Under Foot', 44, 1, 1, 'John Paul Jones', 336692, 11154468, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Kashmir', 44, 1, 1, 'John Bonham', 508604, 16686580, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Imperatriz', 45, 1, 7, 'Guga/Marquinho Lessa/Tuninho Professor', 339173, 11348710, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beija-Flor', 45, 1, 7, 'Caruso/Cleber/Deo/Osmar', 327000, 10991159, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Viradouro', 45, 1, 7, 'Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto', 344320, 11484362, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mocidade', 45, 1, 7, 'Domenil/J. Brito/Joaozinho/Rap, Marcelo Do', 261720, 8817757, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Unidos Da Tijuca', 45, 1, 7, 'Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir', 338834, 11440689, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Salgueiro', 45, 1, 7, 'Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da', 305920, 10294741, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mangueira', 45, 1, 7, 'Bizuca/Clóvis Pê/Gilson Bernini/Marelo D''Aguia', 298318, 9999506, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('União Da Ilha', 45, 1, 7, 'Dito/Djalma Falcao/Ilha, Almir Da/Márcio André', 330945, 11100945, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Grande Rio', 45, 1, 7, 'Carlos Santos/Ciro/Claudio Russo/Zé Luiz', 307252, 10251428, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Portela', 45, 1, 7, 'Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno', 319608, 10712216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Caprichosos', 45, 1, 7, 'Gule/Jorge 101/Lequinho/Luiz Piao', 351320, 11870956, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tradição', 45, 1, 7, 'Adalto Magalha/Lourenco', 269165, 9114880, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Império Serrano', 45, 1, 7, 'Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao', 334942, 11161196, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tuiuti', 45, 1, 7, 'Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som', 259657, 8749492, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('(Da Le) Yaleo', 46, 1, 1, 'Santana', 353488, 11769507, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Of My Life', 46, 1, 1, 'Carlos Santana & Dave Matthews', 347820, 11634337, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Put Your Lights On', 46, 1, 1, 'E. Shrody', 285178, 9394769, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Africa Bamba', 46, 1, 1, 'I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo', 282827, 9492487, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Smooth', 46, 1, 1, 'M. Itaal Shur & Rob Thomas', 298161, 9867455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do You Like The Way', 46, 1, 1, 'L. Hill', 354899, 11741062, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maria Maria', 46, 1, 1, 'W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow', 262635, 8664601, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Migra', 46, 1, 1, 'R. Taha, Carlos Santana & T. Lindsay', 329064, 10963305, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Corazon Espinado', 46, 1, 1, 'F. Olivera', 276114, 9206802, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wishing It Was', 46, 1, 1, 'Eale-Eye Cherry, M. Simpson, J. King & M. Nishita', 292832, 9771348, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('El Farol', 46, 1, 1, 'Carlos Santana & KC Porter', 291160, 9599353, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Primavera', 46, 1, 1, 'KC Porter & JB Eckl', 378618, 12504234, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Calling', 46, 1, 1, 'Carlos Santana & C. Thompson', 747755, 24703884, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Solução', 47, 1, 7, 247431, 8100449, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Manuel', 47, 1, 7, 230269, 7677671, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Entre E Ouça', 47, 1, 7, 286302, 9391004, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Contrato Com Deus', 47, 1, 7, 202501, 6636465, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Jantar Pra Dois', 47, 1, 7, 244009, 8021589, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vamos Dançar', 47, 1, 7, 226194, 7617432, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Love', 47, 1, 7, 181603, 6095524, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Seis Da Tarde', 47, 1, 7, 238445, 7935898, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Baixo Rio', 47, 1, 7, 198008, 6521676, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sombras Do Meu Destino', 47, 1, 7, 280685, 9161539, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Do You Have Other Loves?', 47, 1, 7, 295235, 9604273, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Agora Que O Dia Acordou', 47, 1, 7, 323213, 10572752, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Já!!!', 47, 1, 7, 217782, 7103608, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Rua', 47, 1, 7, 238027, 7930264, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Now''s The Time', 48, 1, 2, 'Miles Davis', 197459, 6358868, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jeru', 48, 1, 2, 'Miles Davis', 193410, 6222536, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Compulsion', 48, 1, 2, 'Miles Davis', 345025, 11254474, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tempus Fugit', 48, 1, 2, 'Miles Davis', 231784, 7548434, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walkin''', 48, 1, 2, 'Miles Davis', 807392, 26411634, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('''Round Midnight', 48, 1, 2, 'Miles Davis', 357459, 11590284, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bye Bye Blackbird', 48, 1, 2, 'Miles Davis', 476003, 15549224, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Rhumba', 48, 1, 2, 'Miles Davis', 277968, 9018024, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Generique', 48, 1, 2, 'Miles Davis', 168777, 5437017, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Summertime', 48, 1, 2, 'Miles Davis', 200437, 6461370, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('So What', 48, 1, 2, 'Miles Davis', 564009, 18360449, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Pan Piper', 48, 1, 2, 'Miles Davis', 233769, 7593713, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Someday My Prince Will Come', 48, 1, 2, 'Miles Davis', 544078, 17890773, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Funny Valentine (Live)', 49, 1, 2, 'Miles Davis', 907520, 29416781, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('E.S.P.', 49, 1, 2, 'Miles Davis', 330684, 11079866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nefertiti', 49, 1, 2, 'Miles Davis', 473495, 15478450, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Petits Machins (Little Stuff)', 49, 1, 2, 'Miles Davis', 487392, 16131272, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miles Runs The Voodoo Down', 49, 1, 2, 'Miles Davis', 843964, 27967919, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Little Church (Live)', 49, 1, 2, 'Miles Davis', 196101, 6273225, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Satin', 49, 1, 2, 'Miles Davis', 316682, 10529483, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jean Pierre (Live)', 49, 1, 2, 'Miles Davis', 243461, 7955114, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Time After Time', 49, 1, 2, 'Miles Davis', 220734, 7292197, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Portia', 49, 1, 2, 'Miles Davis', 378775, 12520126, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Space Truckin''', 50, 1, 1, 'Blackmore/Gillan/Glover/Lord/Paice', 1196094, 39267613, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Going Down / Highway Star', 50, 1, 1, 'Gillan/Glover/Lord/Nix - Blackmore/Paice', 913658, 29846063, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mistreated (Alternate Version)', 50, 1, 1, 'Blackmore/Coverdale', 854700, 27775442, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Fool No One (Alternate Version)', 50, 1, 1, 'Blackmore/Coverdale/Lord/Paice', 763924, 24887209, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Jeepers Creepers', 51, 1, 2, 185965, 5991903, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Blue Rythm Fantasy', 51, 1, 2, 348212, 11204006, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Drum Boogie', 51, 1, 2, 191555, 6185636, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Let Me Off Uptown', 51, 1, 2, 187637, 6034685, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Leave Us Leap', 51, 1, 2, 182726, 5898810, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Opus No.1', 51, 1, 2, 179800, 5846041, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Boogie Blues', 51, 1, 2, 204199, 6603153, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('How High The Moon', 51, 1, 2, 201430, 6529487, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Disc Jockey Jump', 51, 1, 2, 193149, 6260820, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Up An'' Atom', 51, 1, 2, 179565, 5822645, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bop Boogie', 51, 1, 2, 189596, 6093124, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lemon Drop', 51, 1, 2, 194089, 6287531, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Coronation Drop', 51, 1, 2, 176222, 5899898, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Overtime', 51, 1, 2, 163030, 5432236, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Imagination', 51, 1, 2, 289306, 9444385, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Don''t Take Your Love From Me', 51, 1, 2, 282331, 9244238, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Midget', 51, 1, 2, 217025, 7257663, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I''m Coming Virginia', 51, 1, 2, 280163, 9209827, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Payin'' Them Dues Blues', 51, 1, 2, 198556, 6536918, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Jungle Drums', 51, 1, 2, 199627, 6546063, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Showcase', 51, 1, 2, 201560, 6697510, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Swedish Schnapps', 51, 1, 2, 191268, 6359750, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba Da Bênção', 52, 1, 11, 409965, 13490008, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pot-Pourri N.º 4', 52, 1, 11, 392437, 13125975, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Onde Anda Você', 52, 1, 11, 168437, 5550356, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba Da Volta', 52, 1, 11, 170631, 5676090, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Canto De Ossanha', 52, 1, 11, 204956, 6771624, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pot-Pourri N.º 5', 52, 1, 11, 219898, 7117769, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Formosa', 52, 1, 11, 137482, 4560873, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Como É Duro Trabalhar', 52, 1, 11, 226168, 7541177, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Minha Namorada', 52, 1, 11, 244297, 7927967, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Por Que Será', 52, 1, 11, 162142, 5371483, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Berimbau', 52, 1, 11, 190667, 6335548, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Deixa', 52, 1, 11, 179826, 5932799, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pot-Pourri N.º 2', 52, 1, 11, 211748, 6878359, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba Em Prelúdio', 52, 1, 11, 212636, 6923473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Carta Ao Tom 74', 52, 1, 11, 162560, 5382354, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Linha de Passe (João Bosco)', 53, 1, 7, 230948, 7902328, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pela Luz dos Olhos Teus (Miúcha e Tom Jobim)', 53, 1, 7, 163970, 5399626, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Chão de Giz (Elba Ramalho)', 53, 1, 7, 274834, 9016916, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Marina (Dorival Caymmi)', 53, 1, 7, 172643, 5523628, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Aquarela (Toquinho)', 53, 1, 7, 259944, 8480140, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Coração do Agreste (Fafá de Belém)', 53, 1, 7, 258194, 8380320, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dona (Roupa Nova)', 53, 1, 7, 243356, 7991295, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Começaria Tudo Outra Vez (Maria Creuza)', 53, 1, 7, 206994, 6851151, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Caçador de Mim (Sá & Guarabyra)', 53, 1, 7, 238341, 7751360, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Romaria (Renato Teixeira)', 53, 1, 7, 244793, 8033885, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('As Rosas Não Falam (Beth Carvalho)', 53, 1, 7, 116767, 3836641, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wave (Os Cariocas)', 53, 1, 7, 130063, 4298006, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Garota de Ipanema (Dick Farney)', 53, 1, 7, 174367, 5767474, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Preciso Apender a Viver Só (Maysa)', 53, 1, 7, 143464, 4642359, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Susie Q', 54, 1, 1, 'Hawkins-Lewis-Broadwater', 275565, 9043825, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Put A Spell On You', 54, 1, 1, 'Jay Hawkins', 272091, 8943000, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Proud Mary', 54, 1, 1, 'J. C. Fogerty', 189022, 6229590, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bad Moon Rising', 54, 1, 1, 'J. C. Fogerty', 140146, 4609835, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lodi', 54, 1, 1, 'J. C. Fogerty', 191451, 6260214, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Green River', 54, 1, 1, 'J. C. Fogerty', 154279, 5105874, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Commotion', 54, 1, 1, 'J. C. Fogerty', 162899, 5354252, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Down On The Corner', 54, 1, 1, 'J. C. Fogerty', 164858, 5521804, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fortunate Son', 54, 1, 1, 'J. C. Fogerty', 140329, 4617559, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Travelin'' Band', 54, 1, 1, 'J. C. Fogerty', 129358, 4270414, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Who''ll Stop The Rain', 54, 1, 1, 'J. C. Fogerty', 149394, 4899579, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Up Around The Bend', 54, 1, 1, 'J. C. Fogerty', 162429, 5368701, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Run Through The Jungle', 54, 1, 1, 'J. C. Fogerty', 186044, 6156567, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lookin'' Out My Back Door', 54, 1, 1, 'J. C. Fogerty', 152946, 5034670, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Long As I Can See The Light', 54, 1, 1, 'J. C. Fogerty', 213237, 6924024, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Heard It Through The Grapevine', 54, 1, 1, 'Whitfield-Strong', 664894, 21947845, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Have You Ever Seen The Rain?', 54, 1, 1, 'J. C. Fogerty', 160052, 5263675, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hey Tonight', 54, 1, 1, 'J. C. Fogerty', 162847, 5343807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sweet Hitch-Hiker', 54, 1, 1, 'J. C. Fogerty', 175490, 5716603, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Someday Never Comes', 54, 1, 1, 'J. C. Fogerty', 239360, 7945235, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walking On The Water', 55, 1, 1, 'J.C. Fogerty', 281286, 9302129, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Suzie-Q, Pt. 2', 55, 1, 1, 'J.C. Fogerty', 244114, 7986637, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Born On The Bayou', 55, 1, 1, 'J.C. Fogerty', 316630, 10361866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Good Golly Miss Molly', 55, 1, 1, 'J.C. Fogerty', 163604, 5348175, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tombstone Shadow', 55, 1, 1, 'J.C. Fogerty', 218880, 7209080, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wrote A Song For Everyone', 55, 1, 1, 'J.C. Fogerty', 296385, 9675875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Night Time Is The Right Time', 55, 1, 1, 'J.C. Fogerty', 190119, 6211173, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cotton Fields', 55, 1, 1, 'J.C. Fogerty', 178181, 5919224, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It Came Out Of The Sky', 55, 1, 1, 'J.C. Fogerty', 176718, 5807474, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Look Now', 55, 1, 1, 'J.C. Fogerty', 131918, 4366455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Midnight Special', 55, 1, 1, 'J.C. Fogerty', 253596, 8297482, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Before You Accuse Me', 55, 1, 1, 'J.C. Fogerty', 207804, 6815126, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Baby Left Me', 55, 1, 1, 'J.C. Fogerty', 140460, 4633440, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pagan Baby', 55, 1, 1, 'J.C. Fogerty', 385619, 12713813, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('(Wish I Could) Hideaway', 55, 1, 1, 'J.C. Fogerty', 228466, 7432978, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s Just A Thought', 55, 1, 1, 'J.C. Fogerty', 237374, 7778319, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Molina', 55, 1, 1, 'J.C. Fogerty', 163239, 5390811, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Born To Move', 55, 1, 1, 'J.C. Fogerty', 342804, 11260814, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lookin'' For A Reason', 55, 1, 1, 'J.C. Fogerty', 209789, 6933135, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hello Mary Lou', 55, 1, 1, 'J.C. Fogerty', 132832, 4476563, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gatas Extraordinárias', 56, 1, 7, 212506, 7095702, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Brasil', 56, 1, 7, 243696, 7911683, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Eu Sou Neguinha (Ao Vivo)', 56, 1, 7, 251768, 8376000, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Geração Coca-Cola (Ao Vivo)', 56, 1, 7, 228153, 7573301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lanterna Dos Afogados', 56, 1, 7, 204538, 6714582, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Coroné Antonio Bento', 56, 1, 7, 200437, 6713066, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Você Passa, Eu Acho Graça (Ao Vivo)', 56, 1, 7, 206733, 6943576, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meu Mundo Fica Completo (Com Você)', 56, 1, 7, 247771, 8322240, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('1° De Julho', 56, 1, 7, 270262, 9017535, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Música Urbana 2', 56, 1, 7, 194899, 6383472, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vida Bandida (Ao Vivo)', 56, 1, 7, 192626, 6360785, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Palavras Ao Vento', 56, 1, 7, 212453, 7048676, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Não Sei O Que Eu Quero Da Vida', 56, 1, 7, 151849, 5024963, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Woman Is The Nigger Of The World (Ao Vivo)', 56, 1, 7, 298919, 9724145, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Juventude Transviada (Ao Vivo)', 56, 1, 7, 278622, 9183808, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Malandragem', 57, 1, 7, 247588, 8165048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Segundo Sol', 57, 1, 7, 252133, 8335629, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Smells Like Teen Spirit (Ao Vivo)', 57, 1, 7, 316865, 10384506, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('E.C.T.', 57, 1, 7, 227500, 7571834, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Todo Amor Que Houver Nesta Vida', 57, 1, 7, 227160, 7420347, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Metrô. Linha 743', 57, 1, 7, 174654, 5837495, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nós (Ao Vivo)', 57, 1, 7, 193828, 6498661, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Na Cadência Do Samba', 57, 1, 7, 196075, 6483952, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Admirável Gado Novo', 57, 1, 7, 274390, 9144031, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Eleanor Rigby', 57, 1, 7, 189466, 6303205, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Socorro', 57, 1, 7, 258586, 8549393, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Blues Da Piedade', 57, 1, 7, 257123, 8472964, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rubens', 57, 1, 7, 211853, 7026317, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Não Deixe O Samba Morrer - Cassia Eller e Alcione', 57, 1, 7, 268173, 8936345, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)', 57, 1, 7, 188473, 6195854, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Comin'' Home', 58, 1, 1, 'Bolin/Coverdale/Paice', 235781, 7644604, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lady Luck', 58, 1, 1, 'Cook/Coverdale', 168202, 5501379, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gettin'' Tighter', 58, 1, 1, 'Bolin/Hughes', 218044, 7176909, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dealer', 58, 1, 1, 'Bolin/Coverdale', 230922, 7591066, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Need Love', 58, 1, 1, 'Bolin/Coverdale', 263836, 8701064, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drifter', 58, 1, 1, 'Bolin/Coverdale', 242834, 8001505, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Child', 58, 1, 1, 'Bolin/Coverdale', 188160, 6173806, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('This Time Around / Owed to ''G'' instrumental', 58, 1, 1, 'Bolin/Hughes/Lord', 370102, 11995679, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Keep On Moving', 58, 1, 1, 'Coverdale/Hughes', 319111, 10447868, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Speed King', 59, 1, 1, 'Blackmore, Gillan, Glover, Lord, Paice', 264385, 8587578, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bloodsucker', 59, 1, 1, 'Blackmore, Gillan, Glover, Lord, Paice', 256261, 8344405, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Child In Time', 59, 1, 1, 'Blackmore, Gillan, Glover, Lord, Paice', 620460, 20230089, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flight Of The Rat', 59, 1, 1, 'Blackmore, Gillan, Glover, Lord, Paice', 478302, 15563967, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Into The Fire', 59, 1, 1, 'Blackmore, Gillan, Glover, Lord, Paice', 210259, 6849310, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Living Wreck', 59, 1, 1, 'Blackmore, Gillan, Glover, Lord, Paice', 274886, 8993056, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hard Lovin'' Man', 59, 1, 1, 'Blackmore, Gillan, Glover, Lord, Paice', 431203, 13931179, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fireball', 60, 1, 1, 'Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice', 204721, 6714807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No No No', 60, 1, 1, 'Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice', 414902, 13646606, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Strange Kind Of Woman', 60, 1, 1, 'Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice', 247092, 8072036, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Anyone''s Daughter', 60, 1, 1, 'Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice', 284682, 9354480, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Mule', 60, 1, 1, 'Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice', 322063, 10638390, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fools', 60, 1, 1, 'Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice', 500427, 16279366, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No One Came', 60, 1, 1, 'Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice', 385880, 12643813, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Knocking At Your Back Door', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover', 424829, 13779332, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bad Attitude', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord', 307905, 10035180, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Child In Time (Son Of Aleric - Instrumental)', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice', 602880, 19712753, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nobody''s Home', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice', 243017, 7929493, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Night', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice', 368770, 12058906, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Perfect Strangers', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover', 321149, 10445353, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Unwritten Law', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice', 295053, 9740361, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Call Of The Wild', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord', 293851, 9575295, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hush', 61, 1, 1, 'South', 213054, 6944928, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Smoke On The Water', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice', 464378, 15180849, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Space Trucking', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice', 341185, 11122183, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Highway Star', 62, 1, 1, 'Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover', 368770, 12012452, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maybe I''m A Leo', 62, 1, 1, 'Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover', 290455, 9502646, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pictures Of Home', 62, 1, 1, 'Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover', 303777, 9903835, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Never Before', 62, 1, 1, 'Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover', 239830, 7832790, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Smoke On The Water', 62, 1, 1, 'Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover', 340871, 11246496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lazy', 62, 1, 1, 'Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover', 442096, 14397671, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Space Truckin''', 62, 1, 1, 'Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover', 272796, 8981030, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vavoom : Ted The Mechanic', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 257384, 8510755, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Loosen My Strings', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 359680, 11702232, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soon Forgotten', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 287791, 9401383, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sometimes I Feel Like Screaming', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 451840, 14789410, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cascades : I''m Not Your Lover', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 283689, 9209693, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Aviator', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 320992, 10532053, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rosa''s Cantina', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 312372, 10323804, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Castle Full Of Rascals', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 311693, 10159566, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Touch Away', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 276323, 9098561, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hey Cisco', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 354089, 11600029, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Somebody Stole My Guitar', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 249443, 8180421, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Purpendicular Waltz', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 283924, 9299131, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('King Of Dreams', 64, 1, 1, 'Blackmore, Glover, Turner', 328385, 10733847, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Cut Runs Deep', 64, 1, 1, 'Blackmore, Glover, Turner, Lord, Paice', 342752, 11191650, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fire In The Basement', 64, 1, 1, 'Blackmore, Glover, Turner, Lord, Paice', 283977, 9267550, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Truth Hurts', 64, 1, 1, 'Blackmore, Glover, Turner', 314827, 10224612, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breakfast In Bed', 64, 1, 1, 'Blackmore, Glover, Turner', 317126, 10323804, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Conquers All', 64, 1, 1, 'Blackmore, Glover, Turner', 227186, 7328516, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fortuneteller', 64, 1, 1, 'Blackmore, Glover, Turner, Lord, Paice', 349335, 11369671, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Too Much Is Not Enough', 64, 1, 1, 'Turner, Held, Greenwood', 257724, 8382800, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wicked Ways', 64, 1, 1, 'Blackmore, Glover, Turner, Lord, Paice', 393691, 12826582, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stormbringer', 65, 1, 1, 'D.Coverdale/R.Blackmore/Ritchie Blackmore', 246413, 8044864, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Don''t Mean a Thing', 65, 1, 1, 'D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore', 263862, 8675026, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Holy Man', 65, 1, 1, 'D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord', 270236, 8818093, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hold On', 65, 1, 1, 'D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord', 306860, 10022428, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lady Double Dealer', 65, 1, 1, 'D.Coverdale/R.Blackmore/Ritchie Blackmore', 201482, 6554330, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Can''t Do it Right (With the One You Love)', 65, 1, 1, 'D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore', 203755, 6709579, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('High Ball Shooter', 65, 1, 1, 'D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore', 267833, 8772471, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Gypsy', 65, 1, 1, 'D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore', 242886, 7946614, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soldier Of Fortune', 65, 1, 1, 'D.Coverdale/R.Blackmore/Ritchie Blackmore', 193750, 6315321, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Battle Rages On', 66, 1, 1, 'ian paice/jon lord', 356963, 11626228, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lick It Up', 66, 1, 1, 'roger glover', 240274, 7792604, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Anya', 66, 1, 1, 'jon lord/roger glover', 392437, 12754921, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Talk About Love', 66, 1, 1, 'roger glover', 247823, 8072171, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Time To Kill', 66, 1, 1, 'roger glover', 351033, 11354742, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ramshackle Man', 66, 1, 1, 'roger glover', 334445, 10874679, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Twist In The Tail', 66, 1, 1, 'roger glover', 257462, 8413103, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nasty Piece Of Work', 66, 1, 1, 'jon lord/roger glover', 276662, 9076997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Solitaire', 66, 1, 1, 'roger glover', 282226, 9157021, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One Man''s Meat', 66, 1, 1, 'roger glover', 278804, 9068960, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pour Some Sugar On Me', 67, 1, 1, 292519, 9518842, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Photograph', 67, 1, 1, 248633, 8108507, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Love Bites', 67, 1, 1, 346853, 11305791, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Let''s Get Rocked', 67, 1, 1, 296019, 9724150, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Two Steps Behind [Acoustic Version]', 67, 1, 1, 259787, 8523388, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Animal', 67, 1, 1, 244741, 7985133, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Heaven Is', 67, 1, 1, 214021, 6988128, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rocket', 67, 1, 1, 247248, 8092463, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('When Love & Hate Collide', 67, 1, 1, 257280, 8364633, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Action', 67, 1, 1, 220604, 7130830, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Make Love Like A Man', 67, 1, 1, 255660, 8309725, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Armageddon It', 67, 1, 1, 322455, 10522352, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Have You Ever Needed Someone So Bad', 67, 1, 1, 319320, 10400020, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rock Of Ages', 67, 1, 1, 248424, 8150318, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hysteria', 67, 1, 1, 355056, 11622738, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bringin'' On The Heartbreak', 67, 1, 1, 272457, 8853324, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Roll Call', 68, 1, 2, 'Jim Beard', 321358, 10653494, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Otay', 68, 1, 2, 'John Scofield, Robert Aries, Milton Chambers and Gary Grainger', 423653, 14176083, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Groovus Interruptus', 68, 1, 2, 'Jim Beard', 319373, 10602166, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paris On Mine', 68, 1, 2, 'Jon Herington', 368875, 12059507, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In Time', 68, 1, 2, 'Sylvester Stewart', 368953, 12287103, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Plan B', 68, 1, 2, 'Dean Brown, Dennis Chambers & Jim Beard', 272039, 9032315, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Outbreak', 68, 1, 2, 'Jim Beard & Jon Herington', 659226, 21685807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Baltimore, DC', 68, 1, 2, 'John Scofield', 346932, 11394473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Talkin Loud and Saying Nothin', 68, 1, 2, 'James Brown & Bobby Byrd', 360411, 11994859, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pétala', 69, 1, 7, 270080, 8856165, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meu Bem-Querer', 69, 1, 7, 255608, 8330047, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cigano', 69, 1, 7, 304692, 10037362, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Boa Noite', 69, 1, 7, 338755, 11283582, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fato Consumado', 69, 1, 7, 211565, 7018586, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Faltando Um Pedaço', 69, 1, 7, 267728, 8788760, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Álibi', 69, 1, 7, 213237, 6928434, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Esquinas', 69, 1, 7, 280999, 9096726, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Se...', 69, 1, 7, 286432, 9413777, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Eu Te Devoro', 69, 1, 7, 311614, 10312775, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lilás', 69, 1, 7, 274181, 9049542, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Acelerou', 69, 1, 7, 284081, 9396942, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Amor Puro', 69, 1, 7, 327784, 10687311, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Samurai', 70, 1, 7, 'Djavan', 330997, 10872787, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nem Um Dia', 70, 1, 7, 'Djavan', 337423, 11181446, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Oceano', 70, 1, 7, 'Djavan', 217338, 7026441, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Açai', 70, 1, 7, 'Djavan', 270968, 8893682, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Serrado', 70, 1, 7, 'Djavan', 295314, 9842240, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flor De Lis', 70, 1, 7, 'Djavan', 236355, 7801108, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Amar É Tudo', 70, 1, 7, 'Djavan', 211617, 7073899, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Azul', 70, 1, 7, 'Djavan', 253962, 8381029, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Seduzir', 70, 1, 7, 'Djavan', 277524, 9163253, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Carta', 70, 1, 7, 'Djavan - Gabriel, O Pensador', 347297, 11493463, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sina', 70, 1, 7, 'Djavan', 268173, 8906539, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Acelerou', 70, 1, 7, 'Djavan', 284133, 9391439, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Um Amor Puro', 70, 1, 7, 'Djavan', 327105, 10664698, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Bêbado e a Equilibrista', 71, 1, 7, 223059, 7306143, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Mestre-Sala dos Mares', 71, 1, 7, 186226, 6180414, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Atrás da Porta', 71, 1, 7, 166608, 5432518, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dois Pra Lá, Dois Pra Cá', 71, 1, 7, 263026, 8684639, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Casa no Campo', 71, 1, 7, 170788, 5531841, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Romaria', 71, 1, 7, 242834, 7968525, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Alô, Alô, Marciano', 71, 1, 7, 241397, 8137254, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Me Deixas Louca', 71, 1, 7, 214831, 6888030, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fascinação', 71, 1, 7, 180793, 5793959, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Saudosa Maloca', 71, 1, 7, 278125, 9059416, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('As Aparências Enganam', 71, 1, 7, 247379, 8014346, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Madalena', 71, 1, 7, 157387, 5243721, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Maria Rosa', 71, 1, 7, 232803, 7592504, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Aprendendo A Jogar', 71, 1, 7, 290664, 9391041, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Layla', 72, 1, 6, 'Clapton/Gordon', 430733, 14115792, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Badge', 72, 1, 6, 'Clapton/Harrison', 163552, 5322942, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Feel Free', 72, 1, 6, 'Bruce/Clapton', 174576, 5725684, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sunshine Of Your Love', 72, 1, 6, 'Bruce/Clapton', 252891, 8225889, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crossroads', 72, 1, 6, 'Clapton/Robert Johnson Arr: Eric Clapton', 253335, 8273540, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Strange Brew', 72, 1, 6, 'Clapton/Collins/Pappalardi', 167810, 5489787, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('White Room', 72, 1, 6, 'Bruce/Clapton', 301583, 9872606, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bell Bottom Blues', 72, 1, 6, 'Clapton', 304744, 9946681, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cocaine', 72, 1, 6, 'Cale/Clapton', 215928, 7138399, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Shot The Sheriff', 72, 1, 6, 'Marley', 263862, 8738973, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('After Midnight', 72, 1, 6, 'Clapton/J. J. Cale', 191320, 6460941, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Swing Low Sweet Chariot', 72, 1, 6, 'Clapton/Trad. Arr. Clapton', 208143, 6896288, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lay Down Sally', 72, 1, 6, 'Clapton/Levy', 231732, 7774207, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Knockin On Heavens Door', 72, 1, 6, 'Clapton/Dylan', 264411, 8758819, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wonderful Tonight', 72, 1, 6, 'Clapton', 221387, 7326923, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let It Grow', 72, 1, 6, 'Clapton', 297064, 9742568, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Promises', 72, 1, 6, 'Clapton/F.eldman/Linn', 180401, 6006154, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can''t Stand It', 72, 1, 6, 'Clapton', 249730, 8271980, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Signe', 73, 1, 6, 'Eric Clapton', 193515, 6475042, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Before You Accuse Me', 73, 1, 6, 'Eugene McDaniel', 224339, 7456807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hey Hey', 73, 1, 6, 'Big Bill Broonzy', 196466, 6543487, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tears In Heaven', 73, 1, 6, 'Eric Clapton, Will Jennings', 274729, 9032835, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lonely Stranger', 73, 1, 6, 'Eric Clapton', 328724, 10894406, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nobody Knows You When You''re Down & Out', 73, 1, 6, 'Jimmy Cox', 231836, 7669922, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Layla', 73, 1, 6, 'Eric Clapton, Jim Gordon', 285387, 9490542, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Running On Faith', 73, 1, 6, 'Jerry Lynn Williams', 378984, 12536275, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walkin'' Blues', 73, 1, 6, 'Robert Johnson', 226429, 7435192, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Alberta', 73, 1, 6, 'Traditional', 222406, 7412975, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('San Francisco Bay Blues', 73, 1, 6, 'Jesse Fuller', 203363, 6724021, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Malted Milk', 73, 1, 6, 'Robert Johnson', 216528, 7096781, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Old Love', 73, 1, 6, 'Eric Clapton, Robert Cray', 472920, 15780747, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rollin'' And Tumblin''', 73, 1, 6, 'McKinley Morgenfield (Muddy Waters)', 251768, 8407355, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Collision', 74, 1, 4, 'Jon Hudson/Mike Patton', 204303, 6656596, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stripsearch', 74, 1, 4, 'Jon Hudson/Mike Bordin/Mike Patton', 270106, 8861119, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Last Cup Of Sorrow', 74, 1, 4, 'Bill Gould/Mike Patton', 251663, 8221247, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Naked In Front Of The Computer', 74, 1, 4, 'Mike Patton', 128757, 4225077, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Helpless', 74, 1, 4, 'Bill Gould/Mike Bordin/Mike Patton', 326217, 10753135, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mouth To Mouth', 74, 1, 4, 'Bill Gould/Jon Hudson/Mike Bordin/Mike Patton', 228493, 7505887, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ashes To Ashes', 74, 1, 4, 'Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum', 217391, 7093746, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She Loves Me Not', 74, 1, 4, 'Bill Gould/Mike Bordin/Mike Patton', 209867, 6887544, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Got That Feeling', 74, 1, 4, 'Mike Patton', 140852, 4643227, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paths Of Glory', 74, 1, 4, 'Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum', 257253, 8436300, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Home Sick Home', 74, 1, 4, 'Mike Patton', 119040, 3898976, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pristina', 74, 1, 4, 'Bill Gould/Mike Patton', 232698, 7497361, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Land Of Sunshine', 75, 1, 4, 223921, 7353567, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Caffeine', 75, 1, 4, 267937, 8747367, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Midlife Crisis', 75, 1, 4, 263235, 8628841, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('RV', 75, 1, 4, 223242, 7288162, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Smaller And Smaller', 75, 1, 4, 310831, 10180103, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Everything''s Ruined', 75, 1, 4, 273658, 9010917, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Malpractice', 75, 1, 4, 241371, 7900683, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Kindergarten', 75, 1, 4, 270680, 8853647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Be Aggressive', 75, 1, 4, 222432, 7298027, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Small Victory', 75, 1, 4, 297168, 9733572, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Crack Hitler', 75, 1, 4, 279144, 9162435, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Jizzlobber', 75, 1, 4, 398341, 12926140, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Midnight Cowboy', 75, 1, 4, 251924, 8242626, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Easy', 75, 1, 4, 185835, 6073008, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Out', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 137482, 4524972, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ricochet', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 269400, 8808812, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Evidence', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton, Trey Spruance', 293590, 9626136, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Gentle Art Of Making Enemies', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 209319, 6908609, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Star A.D.', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 203807, 6747658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cuckoo For Caca', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton, Trey Spruance', 222902, 7388369, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Caralho Voador', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton, Trey Spruance', 242102, 8029054, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ugly In The Morning', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 186435, 6224997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Digging The Grave', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 185129, 6109259, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Take This Bottle', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton, Trey Spruance', 298997, 9779971, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('King For A Day', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton, Trey Spruance', 395859, 13163733, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What A Day', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 158275, 5203430, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Last To Know', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 267833, 8736776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Just A Man', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 336666, 11031254, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Absolute Zero', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 181995, 5929427, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('From Out Of Nowhere', 77, 1, 4, 'Faith No More', 202527, 6587802, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Epic', 77, 1, 4, 'Faith No More', 294008, 9631296, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Falling To Pieces', 77, 1, 4, 'Faith No More', 316055, 10333123, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Surprise! You''re Dead!', 77, 1, 4, 'Faith No More', 147226, 4823036, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Zombie Eaters', 77, 1, 4, 'Faith No More', 360881, 11835367, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Real Thing', 77, 1, 4, 'Faith No More', 493635, 16233080, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Underwater Love', 77, 1, 4, 'Faith No More', 231993, 7634387, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Morning After', 77, 1, 4, 'Faith No More', 223764, 7355898, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Woodpecker From Mars', 77, 1, 4, 'Faith No More', 340532, 11174250, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('War Pigs', 77, 1, 4, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 464770, 15267802, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Edge Of The World', 77, 1, 4, 'Faith No More', 250357, 8235607, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Deixa Entrar', 78, 1, 7, 33619, 1095012, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Falamansa Song', 78, 1, 7, 237165, 7921313, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Xote Dos Milagres', 78, 1, 7, 269557, 8897778, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rindo À Toa', 78, 1, 7, 222066, 7365321, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Confidência', 78, 1, 7, 222197, 7460829, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Forró De Tóquio', 78, 1, 7, 169273, 5588756, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Zeca Violeiro', 78, 1, 7, 143673, 4781949, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Avisa', 78, 1, 7, 355030, 11844320, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Principiando/Decolagem', 78, 1, 7, 116767, 3923789, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Asas', 78, 1, 7, 231915, 7711669, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Medo De Escuro', 78, 1, 7, 213760, 7056323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Oração', 78, 1, 7, 271072, 9003882, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Minha Gata', 78, 1, 7, 181838, 6039502, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Desaforo', 78, 1, 7, 174524, 5853561, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In Your Honor', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 230191, 7468463, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Way Back', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 196675, 6421400, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Best Of You', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 255712, 8363467, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('DOA', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 252186, 8232342, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hell', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 117080, 3819255, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Last Song', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 199523, 6496742, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Free Me', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 278700, 9109340, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Resolve', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 288731, 9416186, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Deepest Blues Are Black', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 238419, 7735473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('End Over End', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 352078, 11395296, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Still', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 313182, 10323157, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What If I Do?', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 302994, 9929799, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miracle', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 209684, 6877994, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Another Round', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 265848, 8752670, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Friend Of A Friend', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 193280, 6355088, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Over And Out', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 316264, 10428382, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('On The Mend', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 271908, 9071997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Virginia Moon', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 229198, 7494639, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cold Day In The Sun', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 200724, 6596617, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Razor', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 293276, 9721373, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All My Life', 81, 1, 4, 'Foo Fighters', 263653, 8665545, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Low', 81, 1, 4, 'Foo Fighters', 268120, 8847196, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Have It All', 81, 1, 4, 'Foo Fighters', 298057, 9729292, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Times Like These', 81, 1, 4, 'Foo Fighters', 266370, 8624691, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Disenchanted Lullaby', 81, 1, 4, 'Foo Fighters', 273528, 8919111, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tired Of You', 81, 1, 4, 'Foo Fighters', 311353, 10094743, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Halo', 81, 1, 4, 'Foo Fighters', 306442, 10026371, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lonely As You', 81, 1, 4, 'Foo Fighters', 277185, 9022628, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Overdrive', 81, 1, 4, 'Foo Fighters', 270550, 8793187, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Burn Away', 81, 1, 4, 'Foo Fighters', 298396, 9678073, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Come Back', 81, 1, 4, 'Foo Fighters', 469968, 15371980, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Doll', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 83487, 2702572, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Monkey Wrench', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 231523, 7527531, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hey, Johnny Park!', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 248528, 8079480, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Poor Brain', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 213446, 6973746, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wind Up', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 152163, 4950667, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Up In Arms', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 135732, 4406227, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Hero', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 260101, 8472365, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('See You', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 146782, 4888173, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Enough Space', 82, 1, 1, 'Dave Grohl', 157387, 5169280, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('February Stars', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 289306, 9344875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Everlong', 82, 1, 1, 'Dave Grohl', 250749, 8270816, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walking After You', 82, 1, 1, 'Dave Grohl', 303856, 9898992, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Way Home', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 342230, 11205664, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Way', 83, 1, 12, 'claude françois/gilles thibault/jacques revaux/paul anka', 275879, 8928684, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Strangers In The Night', 83, 1, 12, 'berthold kaempfert/charles singleton/eddie snyder', 155794, 5055295, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New York, New York', 83, 1, 12, 'fred ebb/john kander', 206001, 6707993, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Get A Kick Out Of You', 83, 1, 12, 'cole porter', 194429, 6332441, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Something Stupid', 83, 1, 12, 'carson c. parks', 158615, 5210643, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Moon River', 83, 1, 12, 'henry mancini/johnny mercer', 198922, 6395808, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What Now My Love', 83, 1, 12, 'carl sigman/gilbert becaud/pierre leroyer', 149995, 4913383, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Summer Love', 83, 1, 12, 'hans bradtke/heinz meier/johnny mercer', 174994, 5693242, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('For Once In My Life', 83, 1, 12, 'orlando murden/ronald miller', 171154, 5557537, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love And Marriage', 83, 1, 12, 'jimmy van heusen/sammy cahn', 89730, 2930596, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('They Can''t Take That Away From Me', 83, 1, 12, 'george gershwin/ira gershwin', 161227, 5240043, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Kind Of Town', 83, 1, 12, 'jimmy van heusen/sammy cahn', 188499, 6119915, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fly Me To The Moon', 83, 1, 12, 'bart howard', 149263, 4856954, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I''ve Got You Under My Skin', 83, 1, 12, 'cole porter', 210808, 6883787, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Best Is Yet To Come', 83, 1, 12, 'carolyn leigh/cy coleman', 173583, 5633730, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It Was A Very Good Year', 83, 1, 12, 'ervin drake', 266605, 8554066, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Come Fly With Me', 83, 1, 12, 'jimmy van heusen/sammy cahn', 190458, 6231029, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('That''s Life', 83, 1, 12, 'dean kay thompson/kelly gordon', 187010, 6095727, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Girl From Ipanema', 83, 1, 12, 'antonio carlos jobim/norman gimbel/vinicius de moraes', 193750, 6410674, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Lady Is A Tramp', 83, 1, 12, 'lorenz hart/richard rodgers', 184111, 5987372, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bad, Bad Leroy Brown', 83, 1, 12, 'jim croce', 169900, 5548581, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mack The Knife', 83, 1, 12, 'bert brecht/kurt weill/marc blitzstein', 292075, 9541052, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Loves Been Good To Me', 83, 1, 12, 'rod mckuen', 203964, 6645365, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('L.A. Is My Lady', 83, 1, 12, 'alan bergman/marilyn bergman/peggy lipton jones/quincy jones', 193175, 6378511, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Entrando Na Sua (Intro)', 84, 1, 7, 179252, 5840027, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nervosa', 84, 1, 7, 229537, 7680421, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Funk De Bamba (Com Fernanda Abreu)', 84, 1, 7, 237191, 7866165, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Call Me At Cleo´s', 84, 1, 7, 236617, 7920510, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Olhos Coloridos (Com Sandra De Sá)', 84, 1, 7, 321332, 10567404, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Zambação', 84, 1, 7, 301113, 10030604, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Funk Hum', 84, 1, 7, 244453, 8084475, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Forty Days (Com DJ Hum)', 84, 1, 7, 221727, 7347172, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Balada Da Paula', 84, 1, 7, 'Emerson Villani', 322821, 10603717, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dujji', 84, 1, 7, 324597, 10833935, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meu Guarda-Chuva', 84, 1, 7, 248528, 8216625, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Motéis', 84, 1, 7, 213498, 7041077, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Whistle Stop', 84, 1, 7, 526132, 17533664, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('16 Toneladas', 84, 1, 7, 191634, 6390885, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Divirta-Se (Saindo Da Sua)', 84, 1, 7, 74919, 2439206, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Forty Days Instrumental', 84, 1, 7, 292493, 9584317, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Óia Eu Aqui De Novo', 85, 1, 10, 219454, 7469735, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Baião Da Penha', 85, 1, 10, 247928, 8393047, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Esperando Na Janela', 85, 1, 10, 'Manuca/Raimundinho DoAcordion/Targino Godim', 261041, 8660617, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Juazeiro', 85, 1, 10, 'Humberto Teixeira/Luiz Gonzaga', 222275, 7349779, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Último Pau-De-Arara', 85, 1, 10, 'Corumbá/José Gumarães/Venancio', 200437, 6638563, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Asa Branca', 85, 1, 10, 'Humberto Teixeira/Luiz Gonzaga', 217051, 7387183, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Qui Nem Jiló', 85, 1, 10, 'Humberto Teixeira/Luiz Gonzaga', 204695, 6937472, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Assum Preto', 85, 1, 10, 'Humberto Teixeira/Luiz Gonzaga', 199653, 6625000, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pau-De-Arara', 85, 1, 10, 'Guio De Morais E Seus "Parentes"/Luiz Gonzaga', 191660, 6340649, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Volta Da Asa Branca', 85, 1, 10, 'Luiz Gonzaga/Zé Dantas', 271020, 9098093, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Amor Daqui De Casa', 85, 1, 10, 'Gilberto Gil', 148636, 4888292, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('As Pegadas Do Amor', 85, 1, 10, 'Gilberto Gil', 209136, 6899062, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lamento Sertanejo', 85, 1, 10, 'Dominguinhos/Gilberto Gil', 260963, 8518290, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Casinha Feliz', 85, 1, 10, 'Gilberto Gil', 32287, 1039615, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Introdução (Live)', 86, 1, 7, 154096, 5227579, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Palco (Live)', 86, 1, 7, 238315, 8026622, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Is This Love (Live)', 86, 1, 7, 295262, 9819759, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Stir It Up (Live)', 86, 1, 7, 282409, 9594738, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Refavela (Live)', 86, 1, 7, 236695, 7985305, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vendedor De Caranguejo (Live)', 86, 1, 7, 248842, 8358128, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Quanta (Live)', 86, 1, 7, 357485, 11774865, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Estrela (Live)', 86, 1, 7, 285309, 9436411, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pela Internet (Live)', 86, 1, 7, 263471, 8804401, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cérebro Eletrônico (Live)', 86, 1, 7, 231627, 7805352, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Opachorô (Live)', 86, 1, 7, 259526, 8596384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Copacabana (Live)', 86, 1, 7, 289671, 9673672, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Novidade (Live)', 86, 1, 7, 316969, 10508000, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ghandi (Live)', 86, 1, 7, 222458, 7481950, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('De Ouro E Marfim (Live)', 86, 1, 7, 234971, 7838453, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Doce De Carnaval (Candy All)', 87, 1, 2, 356101, 11998470, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lamento De Carnaval', 87, 1, 2, 294530, 9819276, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pretinha', 87, 1, 2, 265273, 8914579, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Novidade', 73, 1, 7, 'Gilberto Gil', 324780, 10765600, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tenho Sede', 73, 1, 7, 'Gilberto Gil', 261616, 8708114, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Refazenda', 73, 1, 7, 'Gilberto Gil', 218305, 7237784, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Realce', 73, 1, 7, 'Gilberto Gil', 264489, 8847612, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Esotérico', 73, 1, 7, 'Gilberto Gil', 317779, 10530533, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drão', 73, 1, 7, 'Gilberto Gil', 301453, 9931950, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Paz', 73, 1, 7, 'Gilberto Gil', 293093, 9593064, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beira Mar', 73, 1, 7, 'Gilberto Gil', 295444, 9597994, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sampa', 73, 1, 7, 'Gilberto Gil', 225697, 7469905, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Parabolicamará', 73, 1, 7, 'Gilberto Gil', 284943, 9543435, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tempo Rei', 73, 1, 7, 'Gilberto Gil', 302733, 10019269, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Expresso 2222', 73, 1, 7, 'Gilberto Gil', 284760, 9690577, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aquele Abraço', 73, 1, 7, 'Gilberto Gil', 263993, 8805003, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Palco', 73, 1, 7, 'Gilberto Gil', 270550, 9049901, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Toda Menina Baiana', 73, 1, 7, 'Gilberto Gil', 278177, 9351000, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sítio Do Pica-Pau Amarelo', 73, 1, 7, 'Gilberto Gil', 218070, 7217955, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Straight Out Of Line', 88, 1, 3, 'Sully Erna', 259213, 8511877, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Faceless', 88, 1, 3, 'Sully Erna', 216006, 6992417, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Changes', 88, 1, 3, 'Sully Erna; Tony Rombola', 260022, 8455835, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Make Me Believe', 88, 1, 3, 'Sully Erna', 248607, 8075050, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Stand Alone', 88, 1, 3, 'Sully Erna', 246125, 8017041, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Re-Align', 88, 1, 3, 'Sully Erna', 260884, 8513891, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Fucking Hate You', 88, 1, 3, 'Sully Erna', 247170, 8059642, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Releasing The Demons', 88, 1, 3, 'Sully Erna', 252760, 8276372, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dead And Broken', 88, 1, 3, 'Sully Erna', 251454, 8206611, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Am', 88, 1, 3, 'Sully Erna', 239516, 7803270, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Awakening', 88, 1, 3, 'Sully Erna', 89547, 3035251, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Serenity', 88, 1, 3, 'Sully Erna; Tony Rombola', 274834, 9172976, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('American Idiot', 89, 1, 4, 'Billie Joe Armstrong, Mike Dirnt, Tré Cool', 174419, 5705793, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jesus Of Suburbia / City Of The Damned / I Don''t Care / Dearly Beloved / Tales Of Another Broken Home', 89, 1, 4, 'Billie Joe Armstrong/Green Day', 548336, 17875209, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Holiday', 89, 1, 4, 'Billie Joe Armstrong, Mike Dirnt, Tré Cool', 232724, 7599602, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Boulevard Of Broken Dreams', 89, 1, 4, 'Mike Dint, Billie Joe, Tré Cool', 260858, 8485122, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Are We The Waiting', 89, 1, 4, 'Green Day', 163004, 5328329, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('St. Jimmy', 89, 1, 4, 'Green Day', 175307, 5716589, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Give Me Novacaine', 89, 1, 4, 'Green Day', 205871, 6752485, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She''s A Rebel', 89, 1, 4, 'Green Day', 120528, 3901226, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Extraordinary Girl', 89, 1, 4, 'Green Day', 214021, 6975177, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Letterbomb', 89, 1, 4, 'Green Day', 246151, 7980902, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wake Me Up When September Ends', 89, 1, 4, 'Mike Dint, Billie Joe, Tré Cool', 285753, 9325597, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We''re Coming Home Again', 89, 1, 4, 'Mike Dirnt/Tré Cool', 558602, 18139840, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whatsername', 89, 1, 4, 'Green Day', 252316, 8244843, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Welcome to the Jungle', 90, 2, 1, 273552, 4538451, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('It''s So Easy', 90, 2, 1, 202824, 3394019, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nightrain', 90, 2, 1, 268537, 4457283, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Out Ta Get Me', 90, 2, 1, 263893, 4382147, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mr. Brownstone', 90, 2, 1, 228924, 3816323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Paradise City', 90, 2, 1, 406347, 6687123, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('My Michelle', 90, 2, 1, 219961, 3671299, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Think About You', 90, 2, 1, 231640, 3860275, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sweet Child O'' Mine', 90, 2, 1, 356424, 5879347, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('You''re Crazy', 90, 2, 1, 197135, 3301971, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Anything Goes', 90, 2, 1, 206400, 3451891, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rocket Queen', 90, 2, 1, 375349, 6185539, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Right Next Door to Hell', 91, 2, 1, 182321, 3175950, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dust N'' Bones', 91, 2, 1, 298374, 5053742, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Live and Let Die', 91, 2, 1, 184016, 3203390, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Don''t Cry (Original)', 91, 2, 1, 284744, 4833259, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Perfect Crime', 91, 2, 1, 143637, 2550030, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('You Ain''t the First', 91, 2, 1, 156268, 2754414, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bad Obsession', 91, 2, 1, 328282, 5537678, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Back off Bitch', 91, 2, 1, 303436, 5135662, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Double Talkin'' Jive', 91, 2, 1, 203637, 3520862, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('November Rain', 91, 2, 1, 537540, 8923566, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Garden', 91, 2, 1, 322175, 5438862, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Garden of Eden', 91, 2, 1, 161539, 2839694, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Don''t Damn Me', 91, 2, 1, 318901, 5385886, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bad Apples', 91, 2, 1, 268351, 4567966, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dead Horse', 91, 2, 1, 257600, 4394014, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Coma', 91, 2, 1, 616511, 10201342, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Civil War', 92, 1, 3, 'Duff McKagan/Slash/W. Axl Rose', 461165, 15046579, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('14 Years', 92, 1, 3, 'Izzy Stradlin''/W. Axl Rose', 261355, 8543664, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Yesterdays', 92, 1, 3, 'Billy/Del James/W. Axl Rose/West Arkeen', 196205, 6398489, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Knockin'' On Heaven''s Door', 92, 1, 3, 'Bob Dylan', 336457, 10986716, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get In The Ring', 92, 1, 3, 'Duff McKagan/Slash/W. Axl Rose', 341054, 11134105, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shotgun Blues', 92, 1, 3, 'W. Axl Rose', 203206, 6623916, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breakdown', 92, 1, 3, 'W. Axl Rose', 424960, 13978284, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pretty Tied Up', 92, 1, 3, 'Izzy Stradlin''', 287477, 9408754, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Locomotive', 92, 1, 3, 'Slash/W. Axl Rose', 522396, 17236842, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('So Fine', 92, 1, 3, 'Duff McKagan', 246491, 8039484, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Estranged', 92, 1, 3, 'W. Axl Rose', 563800, 18343787, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Could Be Mine', 92, 1, 3, 'Izzy Stradlin''/W. Axl Rose', 343875, 11207355, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Cry', 92, 1, 3, 'Izzy Stradlin''/W. Axl Rose', 284238, 9222458, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My World', 92, 1, 3, 'W. Axl Rose', 84532, 2764045, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Colibri', 93, 1, 2, 'Richard Bull', 361012, 12055329, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Is The Colour', 93, 1, 2, 'R. Carless', 251585, 8419165, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Magnetic Ocean', 93, 1, 2, 'Patrick Claher/Richard Bull', 321123, 10720741, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Deep Waters', 93, 1, 2, 'Richard Bull', 396460, 13075359, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('L''Arc En Ciel De Miles', 93, 1, 2, 'Kevin Robinson/Richard Bull', 242390, 8053997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gypsy', 93, 1, 2, 'Kevin Robinson', 330997, 11083374, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Journey Into Sunlight', 93, 1, 2, 'Jean Paul Maunick', 249756, 8241177, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sunchild', 93, 1, 2, 'Graham Harvey', 259970, 8593143, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Millenium', 93, 1, 2, 'Maxton Gig Beesley Jnr.', 379167, 12511939, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thinking ''Bout Tomorrow', 93, 1, 2, 'Fayyaz Virgi/Richard Bull', 355395, 11865384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jacob''s Ladder', 93, 1, 2, 'Julian Crampton', 367647, 12201595, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She Wears Black', 93, 1, 2, 'G Harvey/R Hope-Taylor', 528666, 17617944, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dark Side Of The Cog', 93, 1, 2, 'Jean Paul Maunick', 377155, 12491122, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Different World', 94, 2, 1, 258692, 4383764, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('These Colours Don''t Run', 94, 2, 1, 412152, 6883500, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Brighter Than a Thousand Suns', 94, 2, 1, 526255, 8721490, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Pilgrim', 94, 2, 1, 307593, 5172144, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Longest Day', 94, 2, 1, 467810, 7785748, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Out of the Shadows', 94, 2, 1, 336896, 5647303, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Reincarnation of Benjamin Breeg', 94, 2, 1, 442106, 7367736, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('For the Greater Good of God', 94, 2, 1, 564893, 9367328, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lord of Light', 94, 2, 1, 444614, 7393698, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Legacy', 94, 2, 1, 562966, 9314287, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hallowed Be Thy Name (Live) [Non Album Bonus Track]', 94, 2, 1, 431262, 7205816, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Number Of The Beast', 95, 1, 3, 'Steve Harris', 294635, 4718897, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Trooper', 95, 1, 3, 'Steve Harris', 235311, 3766272, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Prowler', 95, 1, 3, 'Steve Harris', 255634, 4091904, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Transylvania', 95, 1, 3, 'Steve Harris', 265874, 4255744, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Remember Tomorrow', 95, 1, 3, 'Paul Di''Anno/Steve Harris', 352731, 5648438, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Where Eagles Dare', 95, 1, 3, 'Steve Harris', 289358, 4630528, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sanctuary', 95, 1, 3, 'David Murray/Paul Di''Anno/Steve Harris', 293250, 4694016, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Running Free', 95, 1, 3, 'Paul Di''Anno/Steve Harris', 228937, 3663872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Run To The Hilss', 95, 1, 3, 'Steve Harris', 237557, 3803136, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2 Minutes To Midnight', 95, 1, 3, 'Adrian Smith/Bruce Dickinson', 337423, 5400576, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Iron Maiden', 95, 1, 3, 'Steve Harris', 324623, 5195776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hallowed Be Thy Name', 95, 1, 3, 'Steve Harris', 471849, 7550976, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Be Quick Or Be Dead', 96, 1, 3, 'Bruce Dickinson/Janick Gers', 196911, 3151872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('From Here To Eternity', 96, 1, 3, 'Steve Harris', 259866, 4159488, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can I Play With Madness', 96, 1, 3, 'Adrian Smith/Bruce Dickinson/Steve Harris', 282488, 4521984, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wasting Love', 96, 1, 3, 'Bruce Dickinson/Janick Gers', 347846, 5566464, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tailgunner', 96, 1, 3, 'Bruce Dickinson/Steve Harris', 249469, 3993600, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Evil That Men Do', 96, 1, 3, 'Adrian Smith/Bruce Dickinson/Steve Harris', 325929, 5216256, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Afraid To Shoot Strangers', 96, 1, 3, 'Steve Harris', 407980, 6529024, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bring Your Daughter... To The Slaughter', 96, 1, 3, 'Bruce Dickinson', 317727, 5085184, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heaven Can Wait', 96, 1, 3, 'Steve Harris', 448574, 7178240, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Clairvoyant', 96, 1, 3, 'Steve Harris', 269871, 4319232, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fear Of The Dark', 96, 1, 3, 'Steve Harris', 431333, 6906078, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wicker Man', 97, 1, 1, 'Adrian Smith/Bruce Dickinson/Steve Harris', 275539, 11022464, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ghost Of The Navigator', 97, 1, 1, 'Bruce Dickinson/Janick Gers/Steve Harris', 410070, 16404608, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Brave New World', 97, 1, 1, 'Bruce Dickinson/David Murray/Steve Harris', 378984, 15161472, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blood Brothers', 97, 1, 1, 'Steve Harris', 434442, 17379456, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Mercenary', 97, 1, 1, 'Janick Gers/Steve Harris', 282488, 11300992, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dream Of Mirrors', 97, 1, 1, 'Janick Gers/Steve Harris', 561162, 22448256, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Fallen Angel', 97, 1, 1, 'Adrian Smith/Steve Harris', 240718, 9629824, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Nomad', 97, 1, 1, 'David Murray/Steve Harris', 546115, 21846144, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Out Of The Silent Planet', 97, 1, 1, 'Bruce Dickinson/Janick Gers/Steve Harris', 385541, 15423616, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Thin Line Between Love & Hate', 97, 1, 1, 'David Murray/Steve Harris', 506801, 20273280, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wildest Dreams', 98, 1, 13, 'Adrian Smith/Steve Harris', 232777, 9312384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rainmaker', 98, 1, 13, 'Bruce Dickinson/David Murray/Steve Harris', 228623, 9146496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No More Lies', 98, 1, 13, 'Steve Harris', 441782, 17672320, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Montsegur', 98, 1, 13, 'Bruce Dickinson/Janick Gers/Steve Harris', 350484, 14020736, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dance Of Death', 98, 1, 13, 'Janick Gers/Steve Harris', 516649, 20670727, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gates Of Tomorrow', 98, 1, 13, 'Bruce Dickinson/Janick Gers/Steve Harris', 312032, 12482688, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Frontier', 98, 1, 13, 'Adrian Smith/Bruce Dickinson/Nicko McBrain', 304509, 12181632, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paschendale', 98, 1, 13, 'Adrian Smith/Steve Harris', 508107, 20326528, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Face In The Sand', 98, 1, 13, 'Adrian Smith/Bruce Dickinson/Steve Harris', 391105, 15648948, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Age Of Innocence', 98, 1, 13, 'David Murray/Steve Harris', 370468, 14823478, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Journeyman', 98, 1, 13, 'Bruce Dickinson/David Murray/Steve Harris', 427023, 17082496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Be Quick Or Be Dead', 99, 1, 1, 'Bruce Dickinson/Janick Gers', 204512, 8181888, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('From Here To Eternity', 99, 1, 1, 'Steve Harris', 218357, 8739038, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Afraid To Shoot Strangers', 99, 1, 1, 'Steve Harris', 416496, 16664589, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fear Is The Key', 99, 1, 1, 'Bruce Dickinson/Janick Gers', 335307, 13414528, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Childhood''s End', 99, 1, 1, 'Steve Harris', 280607, 11225216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wasting Love', 99, 1, 1, 'Bruce Dickinson/Janick Gers', 350981, 14041216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Fugitive', 99, 1, 1, 'Steve Harris', 294112, 11765888, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Chains Of Misery', 99, 1, 1, 'Bruce Dickinson/David Murray', 217443, 8700032, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Apparition', 99, 1, 1, 'Janick Gers/Steve Harris', 234605, 9386112, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Judas Be My Guide', 99, 1, 1, 'Bruce Dickinson/David Murray', 188786, 7553152, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Weekend Warrior', 99, 1, 1, 'Janick Gers/Steve Harris', 339748, 13594678, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fear Of The Dark', 99, 1, 1, 'Steve Harris', 436976, 17483789, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('01 - Prowler', 100, 1, 6, 'Steve Harris', 236173, 5668992, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('02 - Sanctuary', 100, 1, 6, 'David Murray/Paul Di''Anno/Steve Harris', 196284, 4712576, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('03 - Remember Tomorrow', 100, 1, 6, 'Harris/Paul Di´Anno', 328620, 7889024, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('04 - Running Free', 100, 1, 6, 'Harris/Paul Di´Anno', 197276, 4739122, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('05 - Phantom of the Opera', 100, 1, 6, 'Steve Harris', 428016, 10276872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('06 - Transylvania', 100, 1, 6, 'Steve Harris', 259343, 6226048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('07 - Strange World', 100, 1, 6, 'Steve Harris', 332460, 7981184, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('08 - Charlotte the Harlot', 100, 1, 6, 'Murray Dave', 252708, 6066304, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('09 - Iron Maiden', 100, 1, 6, 'Steve Harris', 216058, 5189891, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Ides Of March', 101, 1, 13, 'Steve Harris', 105926, 2543744, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wrathchild', 101, 1, 13, 'Steve Harris', 174471, 4188288, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Murders In The Rue Morgue', 101, 1, 13, 'Steve Harris', 258377, 6205786, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Another Life', 101, 1, 13, 'Steve Harris', 203049, 4874368, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Genghis Khan', 101, 1, 13, 'Steve Harris', 187141, 4493440, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Innocent Exile', 101, 1, 13, 'Di´Anno/Harris', 232515, 5584861, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Killers', 101, 1, 13, 'Steve Harris', 300956, 7227440, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Prodigal Son', 101, 1, 13, 'Steve Harris', 372349, 8937600, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Purgatory', 101, 1, 13, 'Steve Harris', 200150, 4804736, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drifter', 101, 1, 13, 'Steve Harris', 288757, 6934660, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Intro- Churchill S Speech', 102, 1, 13, 48013, 1154488, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Aces High', 102, 1, 13, 276375, 6635187, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2 Minutes To Midnight', 102, 1, 3, 'Smith/Dickinson', 366550, 8799380, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Trooper', 102, 1, 3, 'Harris', 268878, 6455255, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Revelations', 102, 1, 3, 'Dickinson', 371826, 8926021, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flight Of Icarus', 102, 1, 3, 'Smith/Dickinson', 229982, 5521744, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rime Of The Ancient Mariner', 102, 1, 3, 789472, 18949518, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Powerslave', 102, 1, 3, 454974, 10921567, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Number Of The Beast', 102, 1, 3, 'Harris', 275121, 6605094, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hallowed Be Thy Name', 102, 1, 3, 'Harris', 451422, 10836304, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Iron Maiden', 102, 1, 3, 'Harris', 261955, 6289117, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Run To The Hills', 102, 1, 3, 'Harris', 231627, 5561241, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Running Free', 102, 1, 3, 'Harris/Di Anno', 204617, 4912986, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wrathchild', 102, 1, 13, 'Steve Harris', 183666, 4410181, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Acacia Avenue', 102, 1, 13, 379872, 9119118, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Children Of The Damned', 102, 1, 13, 'Steve Harris', 278177, 6678446, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Die With Your Boots On', 102, 1, 13, 'Adrian Smith/Bruce Dickinson/Steve Harris', 314174, 7542367, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Phantom Of The Opera', 102, 1, 13, 'Steve Harris', 441155, 10589917, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Be Quick Or Be Dead', 103, 1, 1, 233142, 5599853, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Number Of The Beast', 103, 1, 1, 294008, 7060625, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wrathchild', 103, 1, 1, 174106, 4182963, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('From Here To Eternity', 103, 1, 1, 284447, 6831163, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Can I Play With Madness', 103, 1, 1, 213106, 5118995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wasting Love', 103, 1, 1, 336953, 8091301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tailgunner', 103, 1, 1, 247640, 5947795, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Evil That Men Do', 103, 1, 1, 478145, 11479913, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Afraid To Shoot Strangers', 103, 1, 1, 412525, 9905048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fear Of The Dark', 103, 1, 1, 431542, 10361452, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bring Your Daughter... To The Slaughter...', 104, 1, 1, 376711, 9045532, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Clairvoyant', 104, 1, 1, 262426, 6302648, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Heaven Can Wait', 104, 1, 1, 440555, 10577743, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Run To The Hills', 104, 1, 1, 235859, 5665052, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2 Minutes To Midnight', 104, 1, 1, 'Adrian Smith/Bruce Dickinson', 338233, 8122030, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Iron Maiden', 104, 1, 1, 494602, 11874875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hallowed Be Thy Name', 104, 1, 1, 447791, 10751410, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Trooper', 104, 1, 1, 232672, 5588560, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sanctuary', 104, 1, 1, 318511, 7648679, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Running Free', 104, 1, 1, 474017, 11380851, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tailgunner', 105, 1, 3, 'Bruce Dickinson/Steve Harris', 255582, 4089856, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Holy Smoke', 105, 1, 3, 'Bruce Dickinson/Steve Harris', 229459, 3672064, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Prayer For The Dying', 105, 1, 3, 'Steve Harris', 263941, 4225024, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Public Enema Number One', 105, 1, 3, 'Bruce Dickinson/David Murray', 254197, 4071587, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fates Warning', 105, 1, 3, 'David Murray/Steve Harris', 250853, 4018088, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Assassin', 105, 1, 3, 'Steve Harris', 258768, 4141056, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Run Silent Run Deep', 105, 1, 3, 'Bruce Dickinson/Steve Harris', 275408, 4407296, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hooks In You', 105, 1, 3, 'Adrian Smith/Bruce Dickinson', 247510, 3960832, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bring Your Daughter... ...To The Slaughter', 105, 1, 3, 'Bruce Dickinson', 284238, 4548608, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mother Russia', 105, 1, 3, 'Steve Harris', 332617, 5322752, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Where Eagles Dare', 106, 1, 3, 'Steve Harris', 369554, 5914624, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Revelations', 106, 1, 3, 'Bruce Dickinson', 408607, 6539264, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flight Of The Icarus', 106, 1, 3, 'Adrian Smith/Bruce Dickinson', 230269, 3686400, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Die With Your Boots On', 106, 1, 3, 'Adrian Smith/Bruce Dickinson/Steve Harris', 325694, 5212160, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Trooper', 106, 1, 3, 'Steve Harris', 251454, 4024320, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Still Life', 106, 1, 3, 'David Murray/Steve Harris', 294347, 4710400, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Quest For Fire', 106, 1, 3, 'Steve Harris', 221309, 3543040, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sun And Steel', 106, 1, 3, 'Adrian Smith/Bruce Dickinson', 206367, 3306324, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('To Tame A Land', 106, 1, 3, 'Steve Harris', 445283, 7129264, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aces High', 107, 1, 3, 'Harris', 269531, 6472088, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2 Minutes To Midnight', 107, 1, 3, 'Smith/Dickinson', 359810, 8638809, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Losfer Words', 107, 1, 3, 'Steve Harris', 252891, 6074756, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flash of The Blade', 107, 1, 3, 'Dickinson', 242729, 5828861, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Duelists', 107, 1, 3, 'Steve Harris', 366471, 8800686, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Back in the Village', 107, 1, 3, 'Dickinson/Smith', 320548, 7696518, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Powerslave', 107, 1, 3, 'Dickinson', 407823, 9791106, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rime of the Ancient Mariner', 107, 1, 3, 'Harris', 816509, 19599577, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Intro', 108, 1, 3, 115931, 4638848, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wicker Man', 108, 1, 3, 'Adrian Smith/Bruce Dickinson/Steve Harris', 281782, 11272320, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ghost Of The Navigator', 108, 1, 3, 'Bruce Dickinson/Janick Gers/Steve Harris', 408607, 16345216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Brave New World', 108, 1, 3, 'Bruce Dickinson/David Murray/Steve Harris', 366785, 14676148, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wrathchild', 108, 1, 3, 'Steve Harris', 185808, 7434368, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2 Minutes To Midnight', 108, 1, 3, 'Adrian Smith/Bruce Dickinson', 386821, 15474816, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blood Brothers', 108, 1, 3, 'Steve Harris', 435513, 17422464, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sign Of The Cross', 108, 1, 3, 'Steve Harris', 649116, 25966720, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Mercenary', 108, 1, 3, 'Janick Gers/Steve Harris', 282697, 11309184, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Trooper', 108, 1, 3, 'Steve Harris', 273528, 10942592, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dream Of Mirrors', 109, 1, 1, 'Janick Gers/Steve Harris', 578324, 23134336, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Clansman', 109, 1, 1, 'Steve Harris', 559203, 22370432, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Evil That Men Do', 109, 1, 3, 'Adrian Smith/Bruce Dickinson/Steve Harris', 280737, 11231360, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fear Of The Dark', 109, 1, 1, 'Steve Harris', 460695, 18430080, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Iron Maiden', 109, 1, 1, 'Steve Harris', 351869, 14076032, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Number Of The Beast', 109, 1, 1, 'Steve Harris', 300434, 12022107, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hallowed Be Thy Name', 109, 1, 1, 'Steve Harris', 443977, 17760384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sanctuary', 109, 1, 1, 'David Murray/Paul Di''Anno/Steve Harris', 317335, 12695680, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Run To The Hills', 109, 1, 1, 'Steve Harris', 292179, 11688064, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Moonchild', 110, 1, 3, 'Adrian Smith; Bruce Dickinson', 340767, 8179151, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Infinite Dreams', 110, 1, 3, 'Steve Harris', 369005, 8858669, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can I Play With Madness', 110, 1, 3, 'Adrian Smith; Bruce Dickinson; Steve Harris', 211043, 5067867, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Evil That Men Do', 110, 1, 3, 'Adrian Smith; Bruce Dickinson; Steve Harris', 273998, 6578930, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Seventh Son of a Seventh Son', 110, 1, 3, 'Steve Harris', 593580, 14249000, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Prophecy', 110, 1, 3, 'Dave Murray; Steve Harris', 305475, 7334450, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Clairvoyant', 110, 1, 3, 'Adrian Smith; Bruce Dickinson; Steve Harris', 267023, 6411510, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Only the Good Die Young', 110, 1, 3, 'Bruce Dickinson; Harris', 280894, 6744431, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Caught Somewhere in Time', 111, 1, 3, 'Steve Harris', 445779, 10701149, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wasted Years', 111, 1, 3, 'Adrian Smith', 307565, 7384358, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sea of Madness', 111, 1, 3, 'Adrian Smith', 341995, 8210695, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heaven Can Wait', 111, 1, 3, 'Steve Harris', 441417, 10596431, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stranger in a Strange Land', 111, 1, 3, 'Adrian Smith', 344502, 8270899, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Alexander the Great', 111, 1, 3, 'Steve Harris', 515631, 12377742, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('De Ja Vu', 111, 1, 3, 'David Murray/Steve Harris', 296176, 7113035, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Loneliness of the Long Dis', 111, 1, 3, 'Steve Harris', 391314, 9393598, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('22 Acacia Avenue', 112, 1, 3, 'Adrian Smith/Steve Harris', 395572, 5542516, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Children of the Damned', 112, 1, 3, 'Steve Harris', 274364, 3845631, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gangland', 112, 1, 3, 'Adrian Smith/Clive Burr/Steve Harris', 228440, 3202866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hallowed Be Thy Name', 112, 1, 3, 'Steve Harris', 428669, 6006107, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Invaders', 112, 1, 3, 'Steve Harris', 203180, 2849181, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Run to the Hills', 112, 1, 3, 'Steve Harris', 228884, 3209124, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Number Of The Beast', 112, 1, 1, 'Steve Harris', 293407, 11737216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Prisoner', 112, 1, 3, 'Adrian Smith/Steve Harris', 361299, 5062906, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sign Of The Cross', 113, 1, 1, 'Steve Harris', 678008, 27121792, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lord Of The Flies', 113, 1, 1, 'Janick Gers/Steve Harris', 303699, 12148864, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Man On The Edge', 113, 1, 1, 'Blaze Bayley/Janick Gers', 253413, 10137728, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fortunes Of War', 113, 1, 1, 'Steve Harris', 443977, 17760384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Look For The Truth', 113, 1, 1, 'Blaze Bayley/Janick Gers/Steve Harris', 310230, 12411008, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Aftermath', 113, 1, 1, 'Blaze Bayley/Janick Gers/Steve Harris', 380786, 15233152, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Judgement Of Heaven', 113, 1, 1, 'Steve Harris', 312476, 12501120, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blood On The World''s Hands', 113, 1, 1, 'Steve Harris', 357799, 14313600, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Edge Of Darkness', 113, 1, 1, 'Blaze Bayley/Janick Gers/Steve Harris', 399333, 15974528, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2 A.M.', 113, 1, 1, 'Blaze Bayley/Janick Gers/Steve Harris', 337658, 13511087, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Unbeliever', 113, 1, 1, 'Janick Gers/Steve Harris', 490422, 19617920, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Futureal', 114, 1, 1, 'Blaze Bayley/Steve Harris', 175777, 7032960, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Angel And The Gambler', 114, 1, 1, 'Steve Harris', 592744, 23711872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lightning Strikes Twice', 114, 1, 1, 'David Murray/Steve Harris', 290377, 11616384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Clansman', 114, 1, 1, 'Steve Harris', 539689, 21592327, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When Two Worlds Collide', 114, 1, 1, 'Blaze Bayley/David Murray/Steve Harris', 377312, 15093888, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Educated Fool', 114, 1, 1, 'Steve Harris', 404767, 16191616, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Look To The Eyes Of A Stranger', 114, 1, 1, 'Steve Harris', 483657, 19347584, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Como Estais Amigos', 114, 1, 1, 'Blaze Bayley/Janick Gers', 330292, 13213824, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Please Please Please', 115, 1, 14, 'James Brown/Johnny Terry', 165067, 5394585, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Think', 115, 1, 14, 'Lowman Pauling', 166739, 5513208, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Night Train', 115, 1, 14, 'Jimmy Forrest/Lewis C. Simpkins/Oscar Washington', 212401, 7027377, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Out Of Sight', 115, 1, 14, 'Ted Wright', 143725, 4711323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Papa''s Got A Brand New Bag Pt.1', 115, 1, 14, 'James Brown', 127399, 4174420, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Got You (I Feel Good)', 115, 1, 14, 'James Brown', 167392, 5468472, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s A Man''s Man''s Man''s World', 115, 1, 14, 'Betty Newsome/James Brown', 168228, 5541611, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cold Sweat', 115, 1, 14, 'Alfred Ellis/James Brown', 172408, 5643213, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Say It Loud, I''m Black And I''m Proud Pt.1', 115, 1, 14, 'Alfred Ellis/James Brown', 167392, 5478117, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Up (I Feel Like Being A) Sex Machine', 115, 1, 14, 'Bobby Byrd/James Brown/Ron Lenhoff', 316551, 10498031, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hey America', 115, 1, 14, 'Addie William Jones/Nat Jones', 218226, 7187857, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Make It Funky Pt.1', 115, 1, 14, 'Charles Bobbitt/James Brown', 196231, 6507782, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I''m A Greedy Man Pt.1', 115, 1, 14, 'Charles Bobbitt/James Brown', 217730, 7251211, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get On The Good Foot', 115, 1, 14, 'Fred Wesley/James Brown/Joseph Mims', 215902, 7182736, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Up Offa That Thing', 115, 1, 14, 'Deanna Brown/Deidra Jenkins/Yamma Brown', 250723, 8355989, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s Too Funky In Here', 115, 1, 14, 'Brad Shapiro/George Jackson/Robert Miller/Walter Shaw', 239072, 7973979, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Living In America', 115, 1, 14, 'Charlie Midnight/Dan Hartman', 282880, 9432346, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I''m Real', 115, 1, 14, 'Full Force/James Brown', 334236, 11183457, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hot Pants Pt.1', 115, 1, 14, 'Fred Wesley/James Brown', 188212, 6295110, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soul Power (Live)', 115, 1, 14, 'James Brown', 260728, 8593206, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When You Gonna Learn (Digeridoo)', 116, 1, 1, 'Jay Kay/Kay, Jay', 230635, 7655482, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Too Young To Die', 116, 1, 1, 'Smith, Toby', 365818, 12391660, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hooked Up', 116, 1, 1, 'Smith, Toby', 275879, 9301687, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('If I Like It, I Do It', 116, 1, 1, 'Gelder, Nick van', 293093, 9848207, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Music Of The Wind', 116, 1, 1, 'Smith, Toby', 383033, 12870239, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Emergency On Planet Earth', 116, 1, 1, 'Smith, Toby', 245263, 8117218, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whatever It Is, I Just Can''t Stop', 116, 1, 1, 'Jay Kay/Kay, Jay', 247222, 8249453, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blow Your Mind', 116, 1, 1, 'Smith, Toby', 512339, 17089176, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Revolution 1993', 116, 1, 1, 'Smith, Toby', 616829, 20816872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Didgin'' Out', 116, 1, 1, 'Buchanan, Wallis', 157100, 5263555, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Canned Heat', 117, 1, 14, 'Jay Kay', 331964, 11042037, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Planet Home', 117, 1, 14, 'Jay Kay/Toby Smith', 284447, 9566237, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Capricorn Day', 117, 1, 14, 'Jay Kay', 341629, 11477231, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soul Education', 117, 1, 14, 'Jay Kay/Toby Smith', 255477, 8575435, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Failling', 117, 1, 14, 'Jay Kay/Toby Smith', 225227, 7503999, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Destitute Illusions', 117, 1, 14, 'Derrick McKenzie/Jay Kay/Toby Smith', 340218, 11452651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Supersonic', 117, 1, 14, 'Jay Kay', 315872, 10699265, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Butterfly', 117, 1, 14, 'Jay Kay/Toby Smith', 268852, 8947356, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Were Do We Go From Here', 117, 1, 14, 'Jay Kay', 313626, 10504158, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('King For A Day', 117, 1, 14, 'Jay Kay/Toby Smith', 221544, 7335693, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Deeper Underground', 117, 1, 14, 'Toby Smith', 281808, 9351277, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Just Another Story', 118, 1, 15, 'Toby Smith', 529684, 17582818, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stillness In Time', 118, 1, 15, 'Toby Smith', 257097, 8644290, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Half The Man', 118, 1, 15, 'Toby Smith', 289854, 9577679, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Light Years', 118, 1, 15, 'Toby Smith', 354560, 11796244, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Manifest Destiny', 118, 1, 15, 'Toby Smith', 382197, 12676962, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Kids', 118, 1, 15, 'Toby Smith', 309995, 10334529, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mr. Moon', 118, 1, 15, 'Stuard Zender/Toby Smith', 329534, 11043559, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Scam', 118, 1, 15, 'Stuart Zender', 422321, 14019705, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Journey To Arnhemland', 118, 1, 15, 'Toby Smith/Wallis Buchanan', 322455, 10843832, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Morning Glory', 118, 1, 15, 'J. Kay/Jay Kay', 384130, 12777210, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Space Cowboy', 118, 1, 15, 'J. Kay/Jay Kay', 385697, 12906520, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Last Chance', 119, 1, 4, 'C. Cester/C. Muncey', 112352, 3683130, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Are You Gonna Be My Girl', 119, 1, 4, 'C. Muncey/N. Cester', 213890, 6992324, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rollover D.J.', 119, 1, 4, 'C. Cester/N. Cester', 196702, 6406517, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Look What You''ve Done', 119, 1, 4, 'N. Cester', 230974, 7517083, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get What You Need', 119, 1, 4, 'C. Cester/C. Muncey/N. Cester', 247719, 8043765, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Move On', 119, 1, 4, 'C. Cester/N. Cester', 260623, 8519353, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Radio Song', 119, 1, 4, 'C. Cester/C. Muncey/N. Cester', 272117, 8871509, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Me Outta Here', 119, 1, 4, 'C. Cester/N. Cester', 176274, 5729098, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cold Hard Bitch', 119, 1, 4, 'C. Cester/C. Muncey/N. Cester', 243278, 7929610, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Come Around Again', 119, 1, 4, 'C. Muncey/N. Cester', 270497, 8872405, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Take It Or Leave It', 119, 1, 4, 'C. Muncey/N. Cester', 142889, 4643370, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lazy Gun', 119, 1, 4, 'C. Cester/N. Cester', 282174, 9186285, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Timothy', 119, 1, 4, 'C. Cester', 270341, 8856507, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Foxy Lady', 120, 1, 1, 'Jimi Hendrix', 199340, 6480896, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Manic Depression', 120, 1, 1, 'Jimi Hendrix', 222302, 7289272, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Red House', 120, 1, 1, 'Jimi Hendrix', 224130, 7285851, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can You See Me', 120, 1, 1, 'Jimi Hendrix', 153077, 4987068, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Or Confusion', 120, 1, 1, 'Jimi Hendrix', 193123, 6329408, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Don''t Live Today', 120, 1, 1, 'Jimi Hendrix', 235311, 7661214, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('May This Be Love', 120, 1, 1, 'Jimi Hendrix', 191216, 6240028, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fire', 120, 1, 1, 'Jimi Hendrix', 164989, 5383075, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Third Stone From The Sun', 120, 1, 1, 'Jimi Hendrix', 404453, 13186975, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Remember', 120, 1, 1, 'Jimi Hendrix', 168150, 5509613, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Are You Experienced?', 120, 1, 1, 'Jimi Hendrix', 254537, 8292497, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hey Joe', 120, 1, 1, 'Billy Roberts', 210259, 6870054, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stone Free', 120, 1, 1, 'Jimi Hendrix', 216293, 7002331, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Purple Haze', 120, 1, 1, 'Jimi Hendrix', 171572, 5597056, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('51st Anniversary', 120, 1, 1, 'Jimi Hendrix', 196388, 6398044, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wind Cries Mary', 120, 1, 1, 'Jimi Hendrix', 200463, 6540638, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Highway Chile', 120, 1, 1, 'Jimi Hendrix', 212453, 6887949, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Surfing with the Alien', 121, 2, 1, 263707, 4418504, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ice 9', 121, 2, 1, 239721, 4036215, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Crushing Day', 121, 2, 1, 314768, 5232158, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Always With Me, Always With You', 121, 2, 1, 202035, 3435777, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Satch Boogie', 121, 2, 1, 193560, 3300654, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hill of the Skull', 121, 2, 1, 'J. Satriani', 108435, 1944738, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Circles', 121, 2, 1, 209071, 3548553, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lords of Karma', 121, 2, 1, 'J. Satriani', 288227, 4809279, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Midnight', 121, 2, 1, 'J. Satriani', 102630, 1851753, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Echo', 121, 2, 1, 'J. Satriani', 337570, 5595557, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Engenho De Dentro', 122, 1, 7, 310073, 10211473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Alcohol', 122, 1, 7, 355239, 12010478, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mama Africa', 122, 1, 7, 283062, 9488316, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Salve Simpatia', 122, 1, 7, 343484, 11314756, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('W/Brasil (Chama O Síndico)', 122, 1, 7, 317100, 10599953, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('País Tropical', 122, 1, 7, 452519, 14946972, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Os Alquimistas Estão Chegando', 122, 1, 7, 367281, 12304520, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Charles Anjo 45', 122, 1, 7, 389276, 13022833, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Selassiê', 122, 1, 7, 326321, 10724982, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Menina Sarará', 122, 1, 7, 191477, 6393818, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Que Maravilha', 122, 1, 7, 338076, 10996656, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Santa Clara Clareou', 122, 1, 7, 380081, 12524725, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Filho Maravilha', 122, 1, 7, 227526, 7498259, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Taj Mahal', 122, 1, 7, 289750, 9502898, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rapidamente', 123, 1, 7, 252238, 8470107, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('As Dores do Mundo', 123, 1, 7, 'Hyldon', 255477, 8537092, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vou Pra Ai', 123, 1, 7, 300878, 10053718, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('My Brother', 123, 1, 7, 253231, 8431821, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Há Quanto Tempo', 123, 1, 7, 270027, 9004470, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vício', 123, 1, 7, 269897, 8887216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Encontrar Alguém', 123, 1, 7, 'Marco Tulio Lara/Rogerio Flausino', 224078, 7437935, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dance Enquanto é Tempo', 123, 1, 7, 229093, 7583799, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Tarde', 123, 1, 7, 266919, 8836127, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Always Be All Right', 123, 1, 7, 128078, 4299676, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sem Sentido', 123, 1, 7, 250462, 8292108, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Onibusfobia', 123, 1, 7, 315977, 10474904, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pura Elegancia', 124, 1, 16, 'João Suplicy', 284107, 9632269, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Choramingando', 124, 1, 16, 'João Suplicy', 190484, 6400532, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Por Merecer', 124, 1, 16, 'João Suplicy', 230582, 7764601, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Futuro', 124, 1, 16, 'João Suplicy', 182308, 6056200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Voce Inteira', 124, 1, 16, 'João Suplicy', 241084, 8077282, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cuando A Noite Vai Chegando', 124, 1, 16, 'João Suplicy', 270628, 9081874, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Naquele Dia', 124, 1, 16, 'João Suplicy', 251768, 8452654, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Equinocio', 124, 1, 16, 'João Suplicy', 269008, 8871455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Papelão', 124, 1, 16, 'João Suplicy', 213263, 7257390, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cuando Eu For Pro Ceu', 124, 1, 16, 'João Suplicy', 118804, 3948371, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do Nosso Amor', 124, 1, 16, 'João Suplicy', 203415, 6774566, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Borogodo', 124, 1, 16, 'João Suplicy', 208457, 7104588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cafezinho', 124, 1, 16, 'João Suplicy', 180924, 6031174, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Enquanto O Dia Não Vem', 124, 1, 16, 'João Suplicy', 220891, 7248336, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Green Manalishi', 125, 1, 3, 205792, 6720789, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Living After Midnight', 125, 1, 3, 213289, 7056785, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Breaking The Law (Live)', 125, 1, 3, 144195, 4728246, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hot Rockin''', 125, 1, 3, 197328, 6509179, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Heading Out To The Highway (Live)', 125, 1, 3, 276427, 9006022, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Hellion', 125, 1, 3, 41900, 1351993, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Electric Eye', 125, 1, 3, 222197, 7231368, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('You''ve Got Another Thing Comin''', 125, 1, 3, 305162, 9962558, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Turbo Lover', 125, 1, 3, 335542, 11068866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Freewheel Burning', 125, 1, 3, 265952, 8713599, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Some Heads Are Gonna Roll', 125, 1, 3, 249939, 8198617, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Metal Meltdown', 125, 1, 3, 290664, 9390646, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ram It Down', 125, 1, 3, 292179, 9554023, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Diamonds And Rust (Live)', 125, 1, 3, 219350, 7163147, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Victim Of Change (Live)', 125, 1, 3, 430942, 14067512, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tyrant (Live)', 125, 1, 3, 282253, 9190536, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Comin'' Home', 126, 1, 1, 'Paul Stanley, Ace Frehley', 172068, 5661120, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Plaster Caster', 126, 1, 1, 'Gene Simmons', 198060, 6528719, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Goin'' Blind', 126, 1, 1, 'Gene Simmons, Stephen Coronel', 217652, 7167523, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do You Love Me', 126, 1, 1, 'Paul Stanley, Bob Ezrin, Kim Fowley', 193619, 6343111, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Domino', 126, 1, 1, 'Gene Simmons', 226377, 7488191, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sure Know Something', 126, 1, 1, 'Paul Stanley, Vincent Poncia', 254354, 8375190, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A World Without Heroes', 126, 1, 1, 'Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed', 177815, 5832524, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock Bottom', 126, 1, 1, 'Paul Stanley, Ace Frehley', 200594, 6560818, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('See You Tonight', 126, 1, 1, 'Gene Simmons', 146494, 4817521, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Still Love You', 126, 1, 1, 'Paul Stanley', 369815, 12086145, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Every Time I Look At You', 126, 1, 1, 'Paul Stanley, Vincent Cusano', 283898, 9290948, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2,000 Man', 126, 1, 1, 'Mick Jagger, Keith Richard', 312450, 10292829, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beth', 126, 1, 1, 'Peter Criss, Stan Penridge, Bob Ezrin', 170187, 5577807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nothin'' To Lose', 126, 1, 1, 'Gene Simmons', 222354, 7351460, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock And Roll All Nite', 126, 1, 1, 'Paul Stanley, Gene Simmons', 259631, 8549296, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Immigrant Song', 127, 1, 1, 'Robert Plant', 201247, 6457766, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heartbreaker', 127, 1, 1, 'John Bonham/John Paul Jones/Robert Plant', 316081, 10179657, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Since I''ve Been Loving You', 127, 1, 1, 'John Paul Jones/Robert Plant', 416365, 13471959, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Dog', 127, 1, 1, 'John Paul Jones/Robert Plant', 317622, 10267572, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dazed And Confused', 127, 1, 1, 'Jimmy Page/Led Zeppelin', 1116734, 36052247, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stairway To Heaven', 127, 1, 1, 'Robert Plant', 529658, 17050485, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Going To California', 127, 1, 1, 'Robert Plant', 234605, 7646749, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('That''s The Way', 127, 1, 1, 'Robert Plant', 343431, 11248455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whole Lotta Love (Medley)', 127, 1, 1, 'Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon', 825103, 26742545, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thank You', 127, 1, 1, 'Robert Plant', 398262, 12831826, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('We''re Gonna Groove', 128, 1, 1, 'Ben E.King/James Bethea', 157570, 5180975, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Poor Tom', 128, 1, 1, 'Jimmy Page/Robert Plant', 182491, 6016220, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can''t Quit You Baby', 128, 1, 1, 'Willie Dixon', 258168, 8437098, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walter''s Walk', 128, 1, 1, 'Jimmy Page, Robert Plant', 270785, 8712499, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ozone Baby', 128, 1, 1, 'Jimmy Page, Robert Plant', 215954, 7079588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Darlene', 128, 1, 1, 'Jimmy Page, Robert Plant, John Bonham, John Paul Jones', 307226, 10078197, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bonzo''s Montreux', 128, 1, 1, 'John Bonham', 258925, 8557447, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wearing And Tearing', 128, 1, 1, 'Jimmy Page, Robert Plant', 330004, 10701590, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Song Remains The Same', 129, 1, 1, 'Jimmy Page/Jimmy Page & Robert Plant/Robert Plant', 330004, 10708950, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Rain Song', 129, 1, 1, 'Jimmy Page/Jimmy Page & Robert Plant/Robert Plant', 459180, 15029875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Over The Hills And Far Away', 129, 1, 1, 'Jimmy Page/Jimmy Page & Robert Plant/Robert Plant', 290089, 9552829, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Crunge', 129, 1, 1, 'John Bonham/John Paul Jones', 197407, 6460212, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dancing Days', 129, 1, 1, 'Jimmy Page/Jimmy Page & Robert Plant/Robert Plant', 223216, 7250104, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('D''Yer Mak''er', 129, 1, 1, 'John Bonham/John Paul Jones', 262948, 8645935, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Quarter', 129, 1, 1, 'John Paul Jones', 420493, 13656517, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Ocean', 129, 1, 1, 'John Bonham/John Paul Jones', 271098, 8846469, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In The Evening', 130, 1, 1, 'Jimmy Page, Robert Plant & John Paul Jones', 410566, 13399734, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('South Bound Saurez', 130, 1, 1, 'John Paul Jones & Robert Plant', 254406, 8420427, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fool In The Rain', 130, 1, 1, 'Jimmy Page, Robert Plant & John Paul Jones', 372950, 12371433, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hot Dog', 130, 1, 1, 'Jimmy Page & Robert Plant', 197198, 6536167, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carouselambra', 130, 1, 1, 'John Paul Jones, Jimmy Page & Robert Plant', 634435, 20858315, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All My Love', 130, 1, 1, 'Robert Plant & John Paul Jones', 356284, 11684862, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I''m Gonna Crawl', 130, 1, 1, 'Jimmy Page, Robert Plant & John Paul Jones', 329639, 10737665, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Dog', 131, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones', 296672, 9660588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock & Roll', 131, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones, John Bonham', 220917, 7142127, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Battle Of Evermore', 131, 1, 1, 'Jimmy Page, Robert Plant', 351555, 11525689, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stairway To Heaven', 131, 1, 1, 'Jimmy Page, Robert Plant', 481619, 15706767, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Misty Mountain Hop', 131, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones', 278857, 9092799, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Four Sticks', 131, 1, 1, 'Jimmy Page, Robert Plant', 284447, 9481301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Going To California', 131, 1, 1, 'Jimmy Page, Robert Plant', 215693, 7068737, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When The Levee Breaks', 131, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie', 427702, 13912107, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Good Times Bad Times', 132, 1, 1, 'Jimmy Page/John Bonham/John Paul Jones', 166164, 5464077, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Babe I''m Gonna Leave You', 132, 1, 1, 'Jimmy Page/Robert Plant', 401475, 13189312, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Shook Me', 132, 1, 1, 'J. B. Lenoir/Willie Dixon', 388179, 12643067, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dazed and Confused', 132, 1, 1, 'Jimmy Page', 386063, 12610326, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Your Time Is Gonna Come', 132, 1, 1, 'Jimmy Page/John Paul Jones', 274860, 9011653, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Mountain Side', 132, 1, 1, 'Jimmy Page', 132702, 4440602, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Communication Breakdown', 132, 1, 1, 'Jimmy Page/John Bonham/John Paul Jones', 150230, 4899554, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can''t Quit You Baby', 132, 1, 1, 'Willie Dixon', 282671, 9252733, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('How Many More Times', 132, 1, 1, 'Jimmy Page/John Bonham/John Paul Jones', 508055, 16541364, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whole Lotta Love', 133, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones, John Bonham', 334471, 11026243, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What Is And What Should Never Be', 133, 1, 1, 'Jimmy Page, Robert Plant', 287973, 9369385, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Lemon Song', 133, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones, John Bonham', 379141, 12463496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thank You', 133, 1, 1, 'Jimmy Page, Robert Plant', 287791, 9337392, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heartbreaker', 133, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones, John Bonham', 253988, 8387560, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Living Loving Maid (She''s Just A Woman)', 133, 1, 1, 'Jimmy Page, Robert Plant', 159216, 5219819, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ramble On', 133, 1, 1, 'Jimmy Page, Robert Plant', 275591, 9199710, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Moby Dick', 133, 1, 1, 'John Bonham, John Paul Jones, Jimmy Page', 260728, 8664210, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bring It On Home', 133, 1, 1, 'Jimmy Page, Robert Plant', 259970, 8494731, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Immigrant Song', 134, 1, 1, 'Jimmy Page, Robert Plant', 144875, 4786461, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Friends', 134, 1, 1, 'Jimmy Page, Robert Plant', 233560, 7694220, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Celebration Day', 134, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones', 209528, 6871078, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Since I''ve Been Loving You', 134, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones', 444055, 14482460, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Out On The Tiles', 134, 1, 1, 'Jimmy Page, Robert Plant, John Bonham', 246047, 8060350, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gallows Pole', 134, 1, 1, 'Traditional', 296228, 9757151, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tangerine', 134, 1, 1, 'Jimmy Page', 189675, 6200893, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('That''s The Way', 134, 1, 1, 'Jimmy Page, Robert Plant', 337345, 11202499, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bron-Y-Aur Stomp', 134, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones', 259500, 8674508, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hats Off To (Roy) Harper', 134, 1, 1, 'Traditional', 219376, 7236640, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In The Light', 135, 1, 1, 'John Paul Jones/Robert Plant', 526785, 17033046, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bron-Yr-Aur', 135, 1, 1, 'Jimmy Page', 126641, 4150746, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Down By The Seaside', 135, 1, 1, 'Robert Plant', 316186, 10371282, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ten Years Gone', 135, 1, 1, 'Robert Plant', 393116, 12756366, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Night Flight', 135, 1, 1, 'John Paul Jones/Robert Plant', 217547, 7160647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wanton Song', 135, 1, 1, 'Robert Plant', 249887, 8180988, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Boogie With Stu', 135, 1, 1, 'Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant', 233273, 7657086, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Country Woman', 135, 1, 1, 'Robert Plant', 273084, 8951732, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sick Again', 135, 1, 1, 'Robert Plant', 283036, 9279263, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Achilles Last Stand', 136, 1, 1, 'Jimmy Page/Robert Plant', 625502, 20593955, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('For Your Life', 136, 1, 1, 'Jimmy Page/Robert Plant', 384391, 12633382, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Royal Orleans', 136, 1, 1, 'John Bonham/John Paul Jones', 179591, 5930027, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nobody''s Fault But Mine', 136, 1, 1, 'Jimmy Page/Robert Plant', 376215, 12237859, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Candy Store Rock', 136, 1, 1, 'Jimmy Page/Robert Plant', 252055, 8397423, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hots On For Nowhere', 136, 1, 1, 'Jimmy Page/Robert Plant', 284107, 9342342, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tea For One', 136, 1, 1, 'Jimmy Page/Robert Plant', 566752, 18475264, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock & Roll', 137, 1, 1, 'John Bonham/John Paul Jones/Robert Plant', 242442, 7897065, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Celebration Day', 137, 1, 1, 'John Paul Jones/Robert Plant', 230034, 7478487, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Song Remains The Same', 137, 1, 1, 'Robert Plant', 353358, 11465033, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rain Song', 137, 1, 1, 'Robert Plant', 505808, 16273705, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dazed And Confused', 137, 1, 1, 'Jimmy Page', 1612329, 52490554, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Quarter', 138, 1, 1, 'John Paul Jones/Robert Plant', 749897, 24399285, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stairway To Heaven', 138, 1, 1, 'Robert Plant', 657293, 21354766, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Moby Dick', 138, 1, 1, 'John Bonham/John Paul Jones', 766354, 25345841, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whole Lotta Love', 138, 1, 1, 'John Bonham/John Paul Jones/Robert Plant/Willie Dixon', 863895, 28191437, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Natália', 139, 1, 7, 'Renato Russo', 235728, 7640230, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('L''Avventura', 139, 1, 7, 'Renato Russo', 278256, 9165769, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Música De Trabalho', 139, 1, 7, 'Renato Russo', 260231, 8590671, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Longe Do Meu Lado', 139, 1, 7, 'Renato Russo - Marcelo Bonfá', 266161, 8655249, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Via Láctea', 139, 1, 7, 'Renato Russo', 280084, 9234879, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Música Ambiente', 139, 1, 7, 'Renato Russo', 247614, 8234388, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aloha', 139, 1, 7, 'Renato Russo', 325955, 10793301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soul Parsifal', 139, 1, 7, 'Renato Russo - Marisa Monte', 295053, 9853589, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dezesseis', 139, 1, 7, 'Renato Russo', 323918, 10573515, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mil Pedaços', 139, 1, 7, 'Renato Russo', 203337, 6643291, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Leila', 139, 1, 7, 'Renato Russo', 323056, 10608239, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('1º De Julho', 139, 1, 7, 'Renato Russo', 290298, 9619257, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Esperando Por Mim', 139, 1, 7, 'Renato Russo', 261668, 8844133, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Quando Você Voltar', 139, 1, 7, 'Renato Russo', 173897, 5781046, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Livro Dos Dias', 139, 1, 7, 'Renato Russo', 257253, 8570929, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Será', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 148401, 4826528, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ainda É Cedo', 140, 1, 7, 'Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá', 236826, 7796400, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Geração Coca-Cola', 140, 1, 7, 'Renato Russo', 141453, 4625731, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eduardo E Mônica', 140, 1, 7, 'Renato Russo', 271229, 9026691, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tempo Perdido', 140, 1, 7, 'Renato Russo', 302158, 9963914, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Indios', 140, 1, 7, 'Renato Russo', 258168, 8610226, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Que País É Este', 140, 1, 7, 'Renato Russo', 177606, 5822124, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Faroeste Caboclo', 140, 1, 7, 'Renato Russo', 543007, 18092739, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Há Tempos', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 197146, 6432922, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pais E Filhos', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 308401, 10130685, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Meninos E Meninas', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 203781, 6667802, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vento No Litoral', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 366445, 12063806, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Perfeição', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 276558, 9258489, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Giz', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 202213, 6677671, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dezesseis', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 321724, 10501773, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Antes Das Seis', 140, 1, 7, 'Dado Villa-Lobos', 189231, 6296531, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Are You Gonna Go My Way', 141, 1, 1, 'Craig Ross/Lenny Kravitz', 211591, 6905135, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fly Away', 141, 1, 1, 'Lenny Kravitz', 221962, 7322085, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock And Roll Is Dead', 141, 1, 1, 'Lenny Kravitz', 204199, 6680312, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Again', 141, 1, 1, 'Lenny Kravitz', 228989, 7490476, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It Ain''t Over ''Til It''s Over', 141, 1, 1, 'Lenny Kravitz', 242703, 8078936, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can''t Get You Off My Mind', 141, 1, 1, 'Lenny Kravitz', 273815, 8937150, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mr. Cab Driver', 141, 1, 1, 'Lenny Kravitz', 230321, 7668084, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('American Woman', 141, 1, 1, 'B. Cummings/G. Peterson/M.J. Kale/R. Bachman', 261773, 8538023, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stand By My Woman', 141, 1, 1, 'Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan', 259683, 8447611, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Always On The Run', 141, 1, 1, 'Lenny Kravitz/Slash', 232515, 7593397, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heaven Help', 141, 1, 1, 'Gerry DeVeaux/Terry Britten', 190354, 6222092, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Belong To You', 141, 1, 1, 'Lenny Kravitz', 257123, 8477980, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Believe', 141, 1, 1, 'Henry Hirsch/Lenny Kravitz', 295131, 9661978, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let Love Rule', 141, 1, 1, 'Lenny Kravitz', 342648, 11298085, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Velveteen', 141, 1, 1, 'Lenny Kravitz', 290899, 9531301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Assim Caminha A Humanidade', 142, 1, 7, 210755, 6993763, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Honolulu', 143, 1, 7, 261433, 8558481, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dancin´Days', 143, 1, 7, 237400, 7875347, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Pro Outro', 142, 1, 7, 236382, 7825215, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Aviso Aos Navegantes', 143, 1, 7, 242808, 8058651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Casa', 142, 1, 7, 307591, 10107269, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Condição', 142, 1, 7, 263549, 8778465, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hyperconectividade', 143, 1, 7, 180636, 5948039, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Descobridor Dos Sete Mares', 143, 1, 7, 225854, 7475780, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Satisfação', 142, 1, 7, 208065, 6901681, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Brumário', 142, 1, 7, 216241, 7243499, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Certo Alguém', 143, 1, 7, 194063, 6430939, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fullgás', 143, 1, 7, 346070, 11505484, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sábado À Noite', 142, 1, 7, 193854, 6435114, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Cura', 142, 1, 7, 280920, 9260588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Aquilo', 143, 1, 7, 246073, 8167819, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Atrás Do Trio Elétrico', 142, 1, 7, 149080, 4917615, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Senta A Pua', 143, 1, 7, 217547, 7205844, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ro-Que-Se-Da-Ne', 143, 1, 7, 146703, 4805897, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tudo Bem', 142, 1, 7, 196101, 6419139, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Toda Forma De Amor', 142, 1, 7, 227813, 7496584, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tudo Igual', 143, 1, 7, 276035, 9201645, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fogo De Palha', 143, 1, 7, 246804, 8133732, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sereia', 142, 1, 7, 278047, 9121087, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Assaltaram A Gramática', 143, 1, 7, 261041, 8698959, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Se Você Pensa', 142, 1, 7, 195996, 6552490, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lá Vem O Sol (Here Comes The Sun)', 142, 1, 7, 189492, 6229645, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Último Romântico (Ao Vivo)', 143, 1, 7, 231993, 7692697, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pseudo Silk Kimono', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 134739, 4334038, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Kayleigh', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 234605, 7716005, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lavender', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 153417, 4999814, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 356493, 11791068, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heart Of Lothian: Wide Boy / Curtain Call', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 366053, 11893723, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Waterhole (Expresso Bongo)', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 133093, 4378835, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lords Of The Backstage', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 112875, 3741319, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 569704, 18578995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Childhoods End?', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 272796, 9015366, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('White Feather', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 143595, 4711776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Arrepio', 145, 1, 7, 'Carlinhos Brown', 136254, 4511390, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Magamalabares', 145, 1, 7, 'Carlinhos Brown', 215875, 7183757, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Chuva No Brejo', 145, 1, 7, 'Morais', 145606, 4857761, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cérebro Eletrônico', 145, 1, 7, 'Gilberto Gil', 172800, 5760864, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tempos Modernos', 145, 1, 7, 'Lulu Santos', 183066, 6066234, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maraçá', 145, 1, 7, 'Carlinhos Brown', 230008, 7621482, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blanco', 145, 1, 7, 'Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos', 45191, 1454532, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Panis Et Circenses', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 192339, 6318373, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('De Noite Na Cama', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 209005, 7012658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beija Eu', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 197276, 6512544, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Give Me Love', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 249808, 8196331, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ainda Lembro', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 218801, 7211247, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Menina Dança', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 129410, 4326918, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dança Da Solidão', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 203520, 6699368, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ao Meu Redor', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 275591, 9158834, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bem Leve', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 159190, 5246835, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Segue O Seco', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 178207, 5922018, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Xote Das Meninas', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 291866, 9553228, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wherever I Lay My Hat', 146, 1, 14, 136986, 4477321, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Get My Hands On Some Lovin''', 146, 1, 14, 149054, 4860380, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Good Without You', 146, 1, 14, 'William "Mickey" Stevenson', 161410, 5259218, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You''ve Been A Long Time Coming', 146, 1, 14, 'Brian Holland/Eddie Holland/Lamont Dozier', 137221, 4437949, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When I Had Your Love', 146, 1, 14, 'Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson', 152424, 4972815, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You''re What''s Happening (In The World Today)', 146, 1, 14, 'Allen Story/George Gordy/Robert Gordy', 142027, 4631104, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Loving You Is Sweeter Than Ever', 146, 1, 14, 'Ivy Hunter/Stevie Wonder', 166295, 5377546, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s A Bitter Pill To Swallow', 146, 1, 14, 'Smokey Robinson/Warren "Pete" Moore', 194821, 6477882, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Seek And You Shall Find', 146, 1, 14, 'Ivy Hunter/William "Mickey" Stevenson', 223451, 7306719, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gonna Keep On Tryin'' Till I Win Your Love', 146, 1, 14, 'Barrett Strong/Norman Whitfield', 176404, 5789945, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gonna Give Her All The Love I''ve Got', 146, 1, 14, 'Barrett Strong/Norman Whitfield', 210886, 6893603, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Wish It Would Rain', 146, 1, 14, 'Barrett Strong/Norman Whitfield/Roger Penzabene', 172486, 5647327, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Abraham, Martin And John', 146, 1, 14, 'Dick Holler', 273057, 8888206, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Save The Children', 146, 1, 14, 'Al Cleveland/Marvin Gaye/Renaldo Benson', 194821, 6342021, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Sure Love To Ball', 146, 1, 14, 'Marvin Gaye', 218540, 7217872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ego Tripping Out', 146, 1, 14, 'Marvin Gaye', 314514, 10383887, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Praise', 146, 1, 14, 'Marvin Gaye', 235833, 7839179, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heavy Love Affair', 146, 1, 14, 'Marvin Gaye', 227892, 7522232, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Down Under', 147, 1, 1, 222171, 7366142, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Overkill', 147, 1, 1, 225410, 7408652, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Be Good Johnny', 147, 1, 1, 216320, 7139814, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Everything I Need', 147, 1, 1, 216476, 7107625, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Down by the Sea', 147, 1, 1, 408163, 13314900, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Who Can It Be Now?', 147, 1, 1, 202396, 6682850, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('It''s a Mistake', 147, 1, 1, 273371, 8979965, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dr. Heckyll & Mr. Jive', 147, 1, 1, 278465, 9110403, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Shakes and Ladders', 147, 1, 1, 198008, 6560753, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('No Sign of Yesterday', 147, 1, 1, 362004, 11829011, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Enter Sandman', 148, 1, 3, 'James Hetfield, Lars Ulrich and Kirk Hammett', 332251, 10852002, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sad But True', 148, 1, 3, 'Ulrich', 324754, 10541258, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Holier Than Thou', 148, 1, 3, 'Ulrich', 227892, 7462011, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Unforgiven', 148, 1, 3, 'James Hetfield, Lars Ulrich and Kirk Hammett', 387082, 12646886, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wherever I May Roam', 148, 1, 3, 'Ulrich', 404323, 13161169, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Tread On Me', 148, 1, 3, 'Ulrich', 240483, 7827907, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Through The Never', 148, 1, 3, 'James Hetfield, Lars Ulrich and Kirk Hammett', 244375, 8024047, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nothing Else Matters', 148, 1, 3, 'Ulrich', 388832, 12606241, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Of Wolf And Man', 148, 1, 3, 'James Hetfield, Lars Ulrich and Kirk Hammett', 256835, 8339785, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The God That Failed', 148, 1, 3, 'Ulrich', 308610, 10055959, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Friend Of Misery', 148, 1, 3, 'James Hetfield, Lars Ulrich and Jason Newsted', 409547, 13293515, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Struggle Within', 148, 1, 3, 'Ulrich', 234240, 7654052, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Helpless', 149, 1, 3, 'Harris/Tatler', 398315, 12977902, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Small Hours', 149, 1, 3, 'Holocaust', 403435, 13215133, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wait', 149, 1, 3, 'Killing Joke', 295418, 9688418, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crash Course In Brain Surgery', 149, 1, 3, 'Bourge/Phillips/Shelley', 190406, 6233729, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Last Caress/Green Hell', 149, 1, 3, 'Danzig', 209972, 6854313, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Am I Evil?', 149, 1, 3, 'Harris/Tatler', 470256, 15387219, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blitzkrieg', 149, 1, 3, 'Jones/Sirotto/Smith', 216685, 7090018, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breadfan', 149, 1, 3, 'Bourge/Phillips/Shelley', 341551, 11100130, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Prince', 149, 1, 3, 'Harris/Tatler', 265769, 8624492, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stone Cold Crazy', 149, 1, 3, 'Deacon/May/Mercury/Taylor', 137717, 4514830, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('So What', 149, 1, 3, 'Culmer/Exalt', 189152, 6162894, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Killing Time', 149, 1, 3, 'Sweet Savage', 183693, 6021197, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Overkill', 149, 1, 3, 'Clarke/Kilmister/Tayler', 245133, 7971330, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Damage Case', 149, 1, 3, 'Clarke/Farren/Kilmister/Tayler', 220212, 7212997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stone Dead Forever', 149, 1, 3, 'Clarke/Kilmister/Tayler', 292127, 9556060, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Too Late Too Late', 149, 1, 3, 'Clarke/Kilmister/Tayler', 192052, 6276291, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hit The Lights', 150, 1, 3, 'James Hetfield, Lars Ulrich', 257541, 8357088, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Four Horsemen', 150, 1, 3, 'James Hetfield, Lars Ulrich, Dave Mustaine', 433188, 14178138, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Motorbreath', 150, 1, 3, 'James Hetfield', 188395, 6153933, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jump In The Fire', 150, 1, 3, 'James Hetfield, Lars Ulrich, Dave Mustaine', 281573, 9135755, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('(Anesthesia) Pulling Teeth', 150, 1, 3, 'Cliff Burton', 254955, 8234710, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whiplash', 150, 1, 3, 'James Hetfield, Lars Ulrich', 249208, 8102839, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Phantom Lord', 150, 1, 3, 'James Hetfield, Lars Ulrich, Dave Mustaine', 302053, 9817143, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Remorse', 150, 1, 3, 'James Hetfield, Lars Ulrich', 386795, 12672166, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Seek & Destroy', 150, 1, 3, 'James Hetfield, Lars Ulrich', 415817, 13452301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Metal Militia', 150, 1, 3, 'James Hetfield, Lars Ulrich, Dave Mustaine', 311327, 10141785, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ain''t My Bitch', 151, 1, 3, 'James Hetfield, Lars Ulrich', 304457, 9931015, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2 X 4', 151, 1, 3, 'James Hetfield, Lars Ulrich, Kirk Hammett', 328254, 10732251, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The House Jack Built', 151, 1, 3, 'James Hetfield, Lars Ulrich, Kirk Hammett', 398942, 13005152, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Until It Sleeps', 151, 1, 3, 'James Hetfield, Lars Ulrich', 269740, 8837394, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('King Nothing', 151, 1, 3, 'James Hetfield, Lars Ulrich, Kirk Hammett', 328097, 10681477, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hero Of The Day', 151, 1, 3, 'James Hetfield, Lars Ulrich, Kirk Hammett', 261982, 8540298, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bleeding Me', 151, 1, 3, 'James Hetfield, Lars Ulrich, Kirk Hammett', 497998, 16249420, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cure', 151, 1, 3, 'James Hetfield, Lars Ulrich', 294347, 9648615, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Poor Twisted Me', 151, 1, 3, 'James Hetfield, Lars Ulrich', 240065, 7854349, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wasted My Hate', 151, 1, 3, 'James Hetfield, Lars Ulrich, Kirk Hammett', 237296, 7762300, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mama Said', 151, 1, 3, 'James Hetfield, Lars Ulrich', 319764, 10508310, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thorn Within', 151, 1, 3, 'James Hetfield, Lars Ulrich, Kirk Hammett', 351738, 11486686, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ronnie', 151, 1, 3, 'James Hetfield, Lars Ulrich', 317204, 10390947, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Outlaw Torn', 151, 1, 3, 'James Hetfield, Lars Ulrich', 588721, 19286261, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Battery', 152, 1, 3, 'J.Hetfield/L.Ulrich', 312424, 10229577, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Master Of Puppets', 152, 1, 3, 'K.Hammett', 515239, 16893720, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Thing That Should Not Be', 152, 1, 3, 'K.Hammett', 396199, 12952368, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Welcome Home (Sanitarium)', 152, 1, 3, 'K.Hammett', 387186, 12679965, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Disposable Heroes', 152, 1, 3, 'J.Hetfield/L.Ulrich', 496718, 16135560, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Leper Messiah', 152, 1, 3, 'C.Burton', 347428, 11310434, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Orion', 152, 1, 3, 'K.Hammett', 500062, 16378477, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Damage Inc.', 152, 1, 3, 'K.Hammett', 330919, 10725029, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fuel', 153, 1, 3, 'Hetfield, Ulrich, Hammett', 269557, 8876811, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Memory Remains', 153, 1, 3, 'Hetfield, Ulrich', 279353, 9110730, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Devil''s Dance', 153, 1, 3, 'Hetfield, Ulrich', 318955, 10414832, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Unforgiven II', 153, 1, 3, 'Hetfield, Ulrich, Hammett', 395520, 12886474, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Better Than You', 153, 1, 3, 'Hetfield, Ulrich', 322899, 10549070, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slither', 153, 1, 3, 'Hetfield, Ulrich, Hammett', 313103, 10199789, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carpe Diem Baby', 153, 1, 3, 'Hetfield, Ulrich, Hammett', 372480, 12170693, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bad Seed', 153, 1, 3, 'Hetfield, Ulrich, Hammett', 245394, 8019586, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Where The Wild Things Are', 153, 1, 3, 'Hetfield, Ulrich, Newsted', 414380, 13571280, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Prince Charming', 153, 1, 3, 'Hetfield, Ulrich', 365061, 12009412, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Low Man''s Lyric', 153, 1, 3, 'Hetfield, Ulrich', 457639, 14855583, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Attitude', 153, 1, 3, 'Hetfield, Ulrich', 315898, 10335734, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fixxxer', 153, 1, 3, 'Hetfield, Ulrich, Hammett', 496065, 16190041, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fight Fire With Fire', 154, 1, 3, 'Metallica', 285753, 9420856, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ride The Lightning', 154, 1, 3, 'Metallica', 397740, 13055884, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('For Whom The Bell Tolls', 154, 1, 3, 'Metallica', 311719, 10159725, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fade To Black', 154, 1, 3, 'Metallica', 414824, 13531954, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Trapped Under Ice', 154, 1, 3, 'Metallica', 244532, 7975942, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Escape', 154, 1, 3, 'Metallica', 264359, 8652332, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Creeping Death', 154, 1, 3, 'Metallica', 396878, 12955593, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Call Of Ktulu', 154, 1, 3, 'Metallica', 534883, 17486240, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Frantic', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 350458, 11510849, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('St. Anger', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 441234, 14363779, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Some Kind Of Monster', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 505626, 16557497, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dirty Window', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 324989, 10670604, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Invisible Kid', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 510197, 16591800, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My World', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 345626, 11253756, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shoot Me Again', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 430210, 14093551, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sweet Amber', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 327235, 10616595, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Unnamed Feeling', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 429479, 14014582, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Purify', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 314017, 10232537, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All Within My Hands', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 527986, 17162741, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blackened', 156, 1, 3, 'James Hetfield, Lars Ulrich & Jason Newsted', 403382, 13254874, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('...And Justice For All', 156, 1, 3, 'James Hetfield, Lars Ulrich & Kirk Hammett', 585769, 19262088, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eye Of The Beholder', 156, 1, 3, 'James Hetfield, Lars Ulrich & Kirk Hammett', 385828, 12747894, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One', 156, 1, 3, 'James Hetfield & Lars Ulrich', 446484, 14695721, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Shortest Straw', 156, 1, 3, 'James Hetfield and Lars Ulrich', 395389, 13013990, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Harvester Of Sorrow', 156, 1, 3, 'James Hetfield and Lars Ulrich', 345547, 11377339, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Frayed Ends Of Sanity', 156, 1, 3, 'James Hetfield, Lars Ulrich and Kirk Hammett', 464039, 15198986, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('To Live Is To Die', 156, 1, 3, 'James Hetfield, Lars Ulrich and Cliff Burton', 588564, 19243795, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dyers Eve', 156, 1, 3, 'James Hetfield, Lars Ulrich and Kirk Hammett', 313991, 10302828, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Springsville', 157, 1, 2, 'J. Carisi', 207725, 6776219, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Maids Of Cadiz', 157, 1, 2, 'L. Delibes', 233534, 7505275, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Duke', 157, 1, 2, 'Dave Brubeck', 214961, 6977626, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Ship', 157, 1, 2, 'Ira Gershwin, Kurt Weill', 268016, 8581144, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miles Ahead', 157, 1, 2, 'Miles Davis, Gil Evans', 209893, 6807707, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blues For Pablo', 157, 1, 2, 'Gil Evans', 318328, 10218398, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Rhumba', 157, 1, 2, 'A. Jamal', 276871, 8980400, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Meaning Of The Blues', 157, 1, 2, 'R. Troup, L. Worth', 168594, 5395412, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lament', 157, 1, 2, 'J.J. Johnson', 134191, 4293394, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Don''t Wanna Be Kissed (By Anyone But You)', 157, 1, 2, 'H. Spina, J. Elliott', 191320, 6219487, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Springsville (Alternate Take)', 157, 1, 2, 'J. Carisi', 196388, 6382079, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blues For Pablo (Alternate Take)', 157, 1, 2, 'Gil Evans', 212558, 6900619, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Meaning Of The Blues/Lament (Alternate Take)', 157, 1, 2, 'J.J. Johnson/R. Troup, L. Worth', 309786, 9912387, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Don''t Wanna Be Kissed (By Anyone But You) (Alternate Take)', 157, 1, 2, 'H. Spina, J. Elliott', 192078, 6254796, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Coração De Estudante', 158, 1, 7, 'Wagner Tiso, Milton Nascimento', 238550, 7797308, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Noite Do Meu Bem', 158, 1, 7, 'Dolores Duran', 220081, 7125225, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paisagem Na Janela', 158, 1, 7, 'Lô Borges, Fernando Brant', 197694, 6523547, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cuitelinho', 158, 1, 7, 'Folclore', 209397, 6803970, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Caxangá', 158, 1, 7, 'Milton Nascimento, Fernando Brant', 245551, 8144179, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nos Bailes Da Vida', 158, 1, 7, 'Milton Nascimento, Fernando Brant', 275748, 9126170, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Menestrel Das Alagoas', 158, 1, 7, 'Milton Nascimento, Fernando Brant', 199758, 6542289, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Brasil', 158, 1, 7, 'Milton Nascimento, Fernando Brant', 155428, 5252560, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Canção Do Novo Mundo', 158, 1, 7, 'Beto Guedes, Ronaldo Bastos', 215353, 7032626, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Um Gosto De Sol', 158, 1, 7, 'Milton Nascimento, Ronaldo Bastos', 307200, 9893875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Solar', 158, 1, 7, 'Milton Nascimento, Fernando Brant', 156212, 5098288, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Para Lennon E McCartney', 158, 1, 7, 'Lô Borges, Márcio Borges, Fernando Brant', 321828, 10626920, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maria, Maria', 158, 1, 7, 'Milton Nascimento, Fernando Brant', 72463, 2371543, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Minas', 159, 1, 7, 'Milton Nascimento, Caetano Veloso', 152293, 4921056, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fé Cega, Faca Amolada', 159, 1, 7, 'Milton Nascimento, Ronaldo Bastos', 278099, 9258649, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beijo Partido', 159, 1, 7, 'Toninho Horta', 229564, 7506969, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Saudade Dos Aviões Da Panair (Conversando No Bar)', 159, 1, 7, 'Milton Nascimento, Fernando Brant', 268721, 8805088, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gran Circo', 159, 1, 7, 'Milton Nascimento, Márcio Borges', 251297, 8237026, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ponta de Areia', 159, 1, 7, 'Milton Nascimento, Fernando Brant', 272796, 8874285, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Trastevere', 159, 1, 7, 'Milton Nascimento, Ronaldo Bastos', 265665, 8708399, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Idolatrada', 159, 1, 7, 'Milton Nascimento, Fernando Brant', 286249, 9426153, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Leila (Venha Ser Feliz)', 159, 1, 7, 'Milton Nascimento', 209737, 6898507, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paula E Bebeto', 159, 1, 7, 'Milton Nascimento, Caetano Veloso', 135732, 4583956, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Simples', 159, 1, 7, 'Nelson Angelo', 133093, 4326333, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Norwegian Wood', 159, 1, 7, 'John Lennon, Paul McCartney', 413910, 13520382, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Caso Você Queira Saber', 159, 1, 7, 'Beto Guedes, Márcio Borges', 205688, 6787901, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ace Of Spades', 160, 1, 3, 'Clarke/Kilmister/Taylor', 169926, 5523552, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Me Like A Reptile', 160, 1, 3, 'Clarke/Kilmister/Taylor', 203546, 6616389, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shoot You In The Back', 160, 1, 3, 'Clarke/Kilmister/Taylor', 160026, 5175327, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Live To Win', 160, 1, 3, 'Clarke/Kilmister/Taylor', 217626, 7102182, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fast And Loose', 160, 1, 3, 'Clarke/Kilmister/Taylor', 203337, 6643350, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('(We Are) The Road Crew', 160, 1, 3, 'Clarke/Kilmister/Taylor', 192600, 6283035, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fire Fire', 160, 1, 3, 'Clarke/Kilmister/Taylor', 164675, 5416114, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jailbait', 160, 1, 3, 'Clarke/Kilmister/Taylor', 213916, 6983609, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dance', 160, 1, 3, 'Clarke/Kilmister/Taylor', 158432, 5155099, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bite The Bullet', 160, 1, 3, 'Clarke/Kilmister/Taylor', 98115, 3195536, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Chase Is Better Than The Catch', 160, 1, 3, 'Clarke/Kilmister/Taylor', 258403, 8393310, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Hammer', 160, 1, 3, 'Clarke/Kilmister/Taylor', 168071, 5543267, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dirty Love', 160, 1, 3, 'Clarke/Kilmister/Taylor', 176457, 5805241, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Please Don''t Touch', 160, 1, 3, 'Heath/Robinson', 169926, 5557002, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Emergency', 160, 1, 3, 'Dufort/Johnson/McAuliffe/Williams', 180427, 5828728, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Kir Royal', 161, 1, 16, 'Mônica Marianno', 234788, 7706552, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Que Vai Em Meu Coração', 161, 1, 16, 'Mônica Marianno', 255373, 8366846, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aos Leões', 161, 1, 16, 'Mônica Marianno', 234684, 7790574, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dois Índios', 161, 1, 16, 'Mônica Marianno', 219271, 7213072, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Noite Negra', 161, 1, 16, 'Mônica Marianno', 206811, 6819584, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beijo do Olhar', 161, 1, 16, 'Mônica Marianno', 252682, 8369029, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('É Fogo', 161, 1, 16, 'Mônica Marianno', 194873, 6501520, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Já Foi', 161, 1, 16, 'Mônica Marianno', 245681, 8094872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Só Se For Pelo Cabelo', 161, 1, 16, 'Mônica Marianno', 238288, 8006345, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Clima', 161, 1, 16, 'Mônica Marianno', 249495, 8362040, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Moça e a Chuva', 161, 1, 16, 'Mônica Marianno', 274625, 8929357, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Demorou!', 161, 1, 16, 'Mônica Marianno', 39131, 1287083, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bitter Pill', 162, 1, 3, 'Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil', 266814, 8666786, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Enslaved', 162, 1, 3, 'Mick Mars/Nikki Sixx/Tommy Lee', 269844, 8789966, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Girls, Girls, Girls', 162, 1, 3, 'Mick Mars/Nikki Sixx/Tommy Lee', 270288, 8874814, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Kickstart My Heart', 162, 1, 3, 'Nikki Sixx', 283559, 9237736, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wild Side', 162, 1, 3, 'Nikki Sixx/Tommy Lee/Vince Neil', 276767, 9116997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Glitter', 162, 1, 3, 'Bryan Adams/Nikki Sixx/Scott Humphrey', 340114, 11184094, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dr. Feelgood', 162, 1, 3, 'Mick Mars/Nikki Sixx', 282618, 9281875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Same Ol'' Situation', 162, 1, 3, 'Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil', 254511, 8283958, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Home Sweet Home', 162, 1, 3, 'Nikki Sixx/Tommy Lee/Vince Neil', 236904, 7697538, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Afraid', 162, 1, 3, 'Nikki Sixx', 248006, 8077464, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Go Away Mad (Just Go Away)', 162, 1, 3, 'Mick Mars/Nikki Sixx', 279980, 9188156, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Without You', 162, 1, 3, 'Mick Mars/Nikki Sixx', 268956, 8738371, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Smokin'' in The Boys Room', 162, 1, 3, 'Cub Coda/Michael Lutz', 206837, 6735408, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Primal Scream', 162, 1, 3, 'Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil', 286197, 9421164, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Too Fast For Love', 162, 1, 3, 'Nikki Sixx', 200829, 6580542, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Looks That Kill', 162, 1, 3, 'Nikki Sixx', 240979, 7831122, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shout At The Devil', 162, 1, 3, 'Nikki Sixx', 221962, 7281974, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Intro', 163, 1, 1, 'Kurt Cobain', 52218, 1688527, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('School', 163, 1, 1, 'Kurt Cobain', 160235, 5234885, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drain You', 163, 1, 1, 'Kurt Cobain', 215196, 7013175, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aneurysm', 163, 1, 1, 'Nirvana', 271516, 8862545, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Smells Like Teen Spirit', 163, 1, 1, 'Nirvana', 287190, 9425215, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Been A Son', 163, 1, 1, 'Kurt Cobain', 127555, 4170369, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lithium', 163, 1, 1, 'Kurt Cobain', 250017, 8148800, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sliver', 163, 1, 1, 'Kurt Cobain', 116218, 3784567, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spank Thru', 163, 1, 1, 'Kurt Cobain', 190354, 6186487, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Scentless Apprentice', 163, 1, 1, 'Nirvana', 211200, 6898177, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heart-Shaped Box', 163, 1, 1, 'Kurt Cobain', 281887, 9210982, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Milk It', 163, 1, 1, 'Kurt Cobain', 225724, 7406945, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Negative Creep', 163, 1, 1, 'Kurt Cobain', 163761, 5354854, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Polly', 163, 1, 1, 'Kurt Cobain', 149995, 4885331, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breed', 163, 1, 1, 'Kurt Cobain', 208378, 6759080, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tourette''s', 163, 1, 1, 'Kurt Cobain', 115591, 3753246, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blew', 163, 1, 1, 'Kurt Cobain', 216346, 7096936, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Smells Like Teen Spirit', 164, 1, 1, 'Kurt Cobain', 301296, 9823847, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In Bloom', 164, 1, 1, 'Kurt Cobain', 254928, 8327077, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Come As You Are', 164, 1, 1, 'Kurt Cobain', 219219, 7123357, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breed', 164, 1, 1, 'Kurt Cobain', 183928, 5984812, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lithium', 164, 1, 1, 'Kurt Cobain', 256992, 8404745, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Polly', 164, 1, 1, 'Kurt Cobain', 177031, 5788407, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Territorial Pissings', 164, 1, 1, 'Kurt Cobain', 143281, 4613880, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drain You', 164, 1, 1, 'Kurt Cobain', 223973, 7273440, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lounge Act', 164, 1, 1, 'Kurt Cobain', 156786, 5093635, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stay Away', 164, 1, 1, 'Kurt Cobain', 212636, 6956404, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('On A Plain', 164, 1, 1, 'Kurt Cobain', 196440, 6390635, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Something In The Way', 164, 1, 1, 'Kurt Cobain', 230556, 7472168, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Time', 165, 1, 1, 96888, 3124455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('P.S.Apareça', 165, 1, 1, 209188, 6842244, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sangue Latino', 165, 1, 1, 223033, 7354184, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Folhas Secas', 165, 1, 1, 161253, 5284522, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Poeira', 165, 1, 1, 267075, 8784141, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mágica', 165, 1, 1, 233743, 7627348, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Quem Mata A Mulher Mata O Melhor', 165, 1, 1, 262791, 8640121, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mundaréu', 165, 1, 1, 217521, 7158975, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Braço Da Minha Guitarra', 165, 1, 1, 258351, 8469531, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Deus', 165, 1, 1, 284160, 9188110, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mãe Terra', 165, 1, 1, 306625, 9949269, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Às Vezes', 165, 1, 1, 330292, 10706614, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Menino De Rua', 165, 1, 1, 329795, 10784595, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Prazer E Fé', 165, 1, 1, 214831, 7031383, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Elza', 165, 1, 1, 199105, 6517629, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Requebra', 166, 1, 7, 240744, 8010811, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nossa Gente (Avisa Là)', 166, 1, 7, 188212, 6233201, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Olodum - Alegria Geral', 166, 1, 7, 233404, 7754245, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Madagáscar Olodum', 166, 1, 7, 252264, 8270584, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Faraó Divindade Do Egito', 166, 1, 7, 228571, 7523278, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Todo Amor (Asas Da Liberdade)', 166, 1, 7, 245133, 8121434, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Denúncia', 166, 1, 7, 159555, 5327433, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Olodum, A Banda Do Pelô', 166, 1, 7, 146599, 4900121, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cartao Postal', 166, 1, 7, 211565, 7082301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Jeito Faceiro', 166, 1, 7, 217286, 7233608, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Revolta Olodum', 166, 1, 7, 230191, 7557065, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Reggae Odoyá', 166, 1, 7, 224470, 7499807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Protesto Do Olodum (Ao Vivo)', 166, 1, 7, 206001, 6766104, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Olodum - Smile (Instrumental)', 166, 1, 7, 235833, 7871409, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vulcão Dub - Fui Eu', 167, 1, 7, 'Bi Ribeira/Herbert Vianna/João Barone', 287059, 9495202, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Trem Da Juventude', 167, 1, 7, 'Herbert Vianna', 225880, 7507655, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Manguetown', 167, 1, 7, 'Chico Science/Dengue/Lúcio Maia', 162925, 5382018, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Um Amor, Um Lugar', 167, 1, 7, 'Herbert Vianna', 184555, 6090334, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bora-Bora', 167, 1, 7, 'Herbert Vianna', 182987, 6036046, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vai Valer', 167, 1, 7, 'Herbert Vianna', 206524, 6899778, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Feel Good (I Got You) - Sossego', 167, 1, 7, 'James Brown/Tim Maia', 244976, 8091302, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Uns Dias', 167, 1, 7, 'Herbert Vianna', 240796, 7931552, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sincero Breu', 167, 1, 7, 'C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva', 208013, 6921669, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Meu Erro', 167, 1, 7, 'Herbert Vianna', 188577, 6192791, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Selvagem', 167, 1, 7, 'Bi Ribeiro/Herbert Vianna/João Barone', 148558, 4942831, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Brasília 5:31', 167, 1, 7, 'Herbert Vianna', 178337, 5857116, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tendo A Lua', 167, 1, 7, 'Herbert Vianna/Tet Tillett', 198922, 6568180, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Que País É Este', 167, 1, 7, 'Renato Russo', 216685, 7137865, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Navegar Impreciso', 167, 1, 7, 'Herbert Vianna', 262870, 8761283, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Feira Moderna', 167, 1, 7, 'Beto Guedes/Fernando Brant/L Borges', 182517, 6001793, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tequila - Lourinha Bombril (Parate Y Mira)', 167, 1, 7, 'Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna', 255738, 8514961, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vamo Batê Lata', 167, 1, 7, 'Herbert Vianna', 228754, 7585707, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Life During Wartime', 167, 1, 7, 'Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth', 259186, 8543439, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nebulosa Do Amor', 167, 1, 7, 'Herbert Vianna', 203415, 6732496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Caleidoscópio', 167, 1, 7, 'Herbert Vianna', 256522, 8484597, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Trac Trac', 168, 1, 7, 'Fito Paez/Herbert Vianna', 231653, 7638256, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tendo A Lua', 168, 1, 7, 'Herbert Vianna/Tetê Tillet', 219585, 7342776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mensagen De Amor (2000)', 168, 1, 7, 'Herbert Vianna', 183588, 6061324, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lourinha Bombril', 168, 1, 7, 'Bahiano/Diego Blanco/Herbert Vianna', 159895, 5301882, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('La Bella Luna', 168, 1, 7, 'Herbert Vianna', 192653, 6428598, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Busca Vida', 168, 1, 7, 'Herbert Vianna', 176431, 5798663, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Uma Brasileira', 168, 1, 7, 'Carlinhos Brown/Herbert Vianna', 217573, 7280574, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Luis Inacio (300 Picaretas)', 168, 1, 7, 'Herbert Vianna', 198191, 6576790, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Saber Amar', 168, 1, 7, 'Herbert Vianna', 202788, 6723733, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ela Disse Adeus', 168, 1, 7, 'Herbert Vianna', 226298, 7608999, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Amor Nao Sabe Esperar', 168, 1, 7, 'Herbert Vianna', 241084, 8042534, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aonde Quer Que Eu Va', 168, 1, 7, 'Herbert Vianna/Paulo Sérgio Valle', 258089, 8470121, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Caleidoscópio', 169, 1, 7, 211330, 7000017, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Óculos', 169, 1, 7, 219271, 7262419, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cinema Mudo', 169, 1, 7, 227918, 7612168, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Alagados', 169, 1, 7, 302393, 10255463, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lanterna Dos Afogados', 169, 1, 7, 190197, 6264318, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Melô Do Marinheiro', 169, 1, 7, 208352, 6905668, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vital E Sua Moto', 169, 1, 7, 210207, 6902878, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Beco', 169, 1, 7, 189178, 6293184, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meu Erro', 169, 1, 7, 208431, 6893533, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Perplexo', 169, 1, 7, 161175, 5355013, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Me Liga', 169, 1, 7, 229590, 7565912, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Quase Um Segundo', 169, 1, 7, 275644, 8971355, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Selvagem', 169, 1, 7, 245890, 8141084, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Romance Ideal', 169, 1, 7, 250070, 8260477, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Será Que Vai Chover?', 169, 1, 7, 337057, 11133830, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('SKA', 169, 1, 7, 148871, 4943540, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bark at the Moon', 170, 2, 1, 'O. Osbourne', 257252, 4601224, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Don''t Know', 171, 2, 1, 'B. Daisley, O. Osbourne & R. Rhoads', 312980, 5525339, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crazy Train', 171, 2, 1, 'B. Daisley, O. Osbourne & R. Rhoads', 295960, 5255083, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flying High Again', 172, 2, 1, 'L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads', 290851, 5179599, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mama, I''m Coming Home', 173, 2, 1, 'L. Kilmister, O. Osbourne & Z. Wylde', 251586, 4302390, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No More Tears', 173, 2, 1, 'J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde', 444358, 7362964, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Don''t Know', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 283088, 9207869, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crazy Train', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 322716, 10517408, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Believer', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 308897, 10003794, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mr. Crowley', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 344241, 11184130, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flying High Again', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake', 261224, 8481822, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Relvelation (Mother Earth)', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 349440, 11367866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Steal Away (The Night)', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 485720, 15945806, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Suicide Solution (With Guitar Solo)', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 467069, 15119938, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Iron Man', 174, 1, 3, 'A. F. Iommi, W. Ward, T. Butler, J. Osbourne', 172120, 5609799, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Children Of The Grave', 174, 1, 3, 'A. F. Iommi, W. Ward, T. Butler, J. Osbourne', 357067, 11626740, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paranoid', 174, 1, 3, 'A. F. Iommi, W. Ward, T. Butler, J. Osbourne', 176352, 5729813, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Goodbye To Romance', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 334393, 10841337, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Bone Movies', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 249208, 8095199, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dee', 174, 1, 3, 'R. Rhoads', 261302, 8555963, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shining In The Light', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 240796, 7951688, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When The World Was Young', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 373394, 12198930, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Upon A Golden Horse', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 232359, 7594829, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blue Train', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 405028, 13170391, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Please Read The Letter', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 262112, 8603372, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Most High', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 336535, 10999203, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heart In Your Hand', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 230896, 7598019, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walking Into Clarksdale', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 318511, 10396315, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Burning Up', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 321619, 10525136, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When I Was A Child', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 345626, 11249456, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('House Of Love', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 335699, 10990880, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sons Of Freedom', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 246465, 8087944, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('United Colours', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 330266, 10939131, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slug', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 281469, 9295950, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Your Blue Room', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 328228, 10867860, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Always Forever Now', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 383764, 12727928, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Different Kind Of Blue', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 120816, 3884133, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beach Sequence', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 212297, 6928259, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miss Sarajevo', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 340767, 11064884, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ito Okashi', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 205087, 6572813, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One Minute Warning', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 279693, 9335453, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Corpse (These Chains Are Way Too Long)', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 214909, 6920451, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Elvis Ate America', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 180166, 5851053, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Plot 180', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 221596, 7253729, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Theme From The Swan', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 203911, 6638076, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Theme From Let''s Go Native', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 186723, 6179777, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wrathchild', 177, 1, 1, 'Steve Harris', 170396, 5499390, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Killers', 177, 1, 1, 'Paul Di''Anno/Steve Harris', 309995, 10009697, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Prowler', 177, 1, 1, 'Steve Harris', 240274, 7782963, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Murders In The Rue Morgue', 177, 1, 1, 'Steve Harris', 258638, 8360999, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Women In Uniform', 177, 1, 1, 'Greg Macainsh', 189936, 6139651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Remember Tomorrow', 177, 1, 1, 'Paul Di''Anno/Steve Harris', 326426, 10577976, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sanctuary', 177, 1, 1, 'David Murray/Paul Di''Anno/Steve Harris', 198844, 6423543, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Running Free', 177, 1, 1, 'Paul Di''Anno/Steve Harris', 199706, 6483496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Phantom Of The Opera', 177, 1, 1, 'Steve Harris', 418168, 13585530, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Iron Maiden', 177, 1, 1, 'Steve Harris', 235232, 7600077, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Corduroy', 178, 1, 1, 'Pearl Jam & Eddie Vedder', 305293, 9991106, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Given To Fly', 178, 1, 1, 'Eddie Vedder & Mike McCready', 233613, 7678347, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hail, Hail', 178, 1, 1, 'Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready', 223764, 7364206, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Daughter', 178, 1, 1, 'Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder', 407484, 13420697, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Elderly Woman Behind The Counter In A Small Town', 178, 1, 1, 'Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder', 229328, 7509304, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Untitled', 178, 1, 1, 'Pearl Jam', 122801, 3957141, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('MFC', 178, 1, 1, 'Eddie Vedder', 148192, 4817665, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Go', 178, 1, 1, 'Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder', 161541, 5290810, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Red Mosquito', 178, 1, 1, 'Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder', 242991, 7944923, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Even Flow', 178, 1, 1, 'Stone Gossard & Eddie Vedder', 317100, 10394239, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Off He Goes', 178, 1, 1, 'Eddie Vedder', 343222, 11245109, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nothingman', 178, 1, 1, 'Jeff Ament & Eddie Vedder', 278595, 9107017, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do The Evolution', 178, 1, 1, 'Eddie Vedder & Stone Gossard', 225462, 7377286, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Better Man', 178, 1, 1, 'Eddie Vedder', 246204, 8019563, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black', 178, 1, 1, 'Stone Gossard & Eddie Vedder', 415712, 13580009, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('F*Ckin'' Up', 178, 1, 1, 'Neil Young', 377652, 12360893, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Life Wasted', 179, 1, 4, 'Stone Gossard', 234344, 7610169, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('World Wide Suicide', 179, 1, 4, 'Eddie Vedder', 209188, 6885908, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Comatose', 179, 1, 4, 'Mike McCready & Stone Gossard', 139990, 4574516, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Severed Hand', 179, 1, 4, 'Eddie Vedder', 270341, 8817438, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Marker In The Sand', 179, 1, 4, 'Mike McCready', 263235, 8656578, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Parachutes', 179, 1, 4, 'Stone Gossard', 216555, 7074973, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Unemployable', 179, 1, 4, 'Matt Cameron & Mike McCready', 184398, 6066542, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Big Wave', 179, 1, 4, 'Jeff Ament', 178573, 5858788, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gone', 179, 1, 4, 'Eddie Vedder', 249547, 8158204, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wasted Reprise', 179, 1, 4, 'Stone Gossard', 53733, 1731020, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Army Reserve', 179, 1, 4, 'Jeff Ament', 225567, 7393771, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Come Back', 179, 1, 4, 'Eddie Vedder & Mike McCready', 329743, 10768701, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Inside Job', 179, 1, 4, 'Eddie Vedder & Mike McCready', 428643, 14006924, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can''t Keep', 180, 1, 1, 'Eddie Vedder', 219428, 7215713, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Save You', 180, 1, 1, 'Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard', 230112, 7609110, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Boat Captain', 180, 1, 1, 'Eddie Vedder', 276453, 9016789, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cropduster', 180, 1, 1, 'Matt Cameron', 231888, 7588928, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ghost', 180, 1, 1, 'Jeff Ament', 195108, 6383772, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Am Mine', 180, 1, 1, 'Eddie Vedder', 215719, 7086901, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thumbing My Way', 180, 1, 1, 'Eddie Vedder', 250226, 8201437, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Are', 180, 1, 1, 'Matt Cameron', 270863, 8938409, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Right', 180, 1, 1, 'Matt Cameron', 158589, 5223345, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Green Disease', 180, 1, 1, 'Eddie Vedder', 161253, 5375818, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Help Help', 180, 1, 1, 'Jeff Ament', 215092, 7033002, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bushleager', 180, 1, 1, 'Stone Gossard', 237479, 7849757, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('1/2 Full', 180, 1, 1, 'Jeff Ament', 251010, 8197219, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Arc', 180, 1, 1, 'Pearl Jam', 65593, 2099421, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All or None', 180, 1, 1, 'Stone Gossard', 277655, 9104728, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Once', 181, 1, 1, 'Stone Gossard', 231758, 7561555, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Evenflow', 181, 1, 1, 'Stone Gossard', 293720, 9622017, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Alive', 181, 1, 1, 'Stone Gossard', 341080, 11176623, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Why Go', 181, 1, 1, 'Jeff Ament', 200254, 6539287, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black', 181, 1, 1, 'Dave Krusen/Stone Gossard', 343823, 11213314, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jeremy', 181, 1, 1, 'Jeff Ament', 318981, 10447222, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Oceans', 181, 1, 1, 'Jeff Ament/Stone Gossard', 162194, 5282368, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Porch', 181, 1, 1, 'Eddie Vedder', 210520, 6877475, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Garden', 181, 1, 1, 'Jeff Ament/Stone Gossard', 299154, 9740738, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Deep', 181, 1, 1, 'Jeff Ament/Stone Gossard', 258324, 8432497, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Release', 181, 1, 1, 'Jeff Ament/Mike McCready/Stone Gossard', 546063, 17802673, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Go', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 193123, 6351920, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Animal', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 169325, 5503459, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Daughter', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 235598, 7824586, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Glorified G', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 206968, 6772116, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dissident', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 215510, 7034500, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('W.M.A.', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 359262, 12037261, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blood', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 170631, 5551478, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rearviewmirror', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 284186, 9321053, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rats', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 255425, 8341934, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Elderly Woman Behind The Counter In A Small Town', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 196336, 6499398, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Leash', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 189257, 6191560, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Indifference', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 302053, 9756133, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Johnny B. Goode', 141, 1, 8, 243200, 8092024, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Don''t Look Back', 141, 1, 8, 221100, 7344023, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Jah Seh No', 141, 1, 8, 276871, 9134476, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I''m The Toughest', 141, 1, 8, 230191, 7657594, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nothing But Love', 141, 1, 8, 221570, 7335228, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Buk-In-Hamm Palace', 141, 1, 8, 265665, 8964369, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bush Doctor', 141, 1, 8, 239751, 7942299, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wanted Dread And Alive', 141, 1, 8, 260310, 8670933, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mystic Man', 141, 1, 8, 353671, 11812170, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Coming In Hot', 141, 1, 8, 213054, 7109414, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pick Myself Up', 141, 1, 8, 234684, 7788255, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Crystal Ball', 141, 1, 8, 309733, 10319296, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Equal Rights Downpresser Man', 141, 1, 8, 366733, 12086524, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Speak To Me/Breathe', 183, 1, 1, 'Mason/Waters, Gilmour, Wright', 234213, 7631305, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('On The Run', 183, 1, 1, 'Gilmour, Waters', 214595, 7206300, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Time', 183, 1, 1, 'Mason, Waters, Wright, Gilmour', 425195, 13955426, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Great Gig In The Sky', 183, 1, 1, 'Wright, Waters', 284055, 9147563, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Money', 183, 1, 1, 'Waters', 391888, 12930070, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Us And Them', 183, 1, 1, 'Waters, Wright', 461035, 15000299, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Any Colour You Like', 183, 1, 1, 'Gilmour, Mason, Wright, Waters', 205740, 6707989, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Brain Damage', 183, 1, 1, 'Waters', 230556, 7497655, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eclipse', 183, 1, 1, 'Waters', 125361, 4065299, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('ZeroVinteUm', 184, 1, 17, 315637, 10426550, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Queimando Tudo', 184, 1, 17, 172591, 5723677, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hip Hop Rio', 184, 1, 17, 151536, 4991935, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bossa', 184, 1, 17, 29048, 967098, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('100% HardCore', 184, 1, 17, 165146, 5407744, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Biruta', 184, 1, 17, 213263, 7108200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mão Na Cabeça', 184, 1, 17, 202631, 6642753, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Bicho Tá Pregando', 184, 1, 17, 171964, 5683369, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Adoled (Ocean)', 184, 1, 17, 185103, 6009946, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Seus Amigos', 184, 1, 17, 100858, 3304738, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Paga Pau', 184, 1, 17, 197485, 6529041, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rappers Reais', 184, 1, 17, 202004, 6684160, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nega Do Cabelo Duro', 184, 1, 17, 121808, 4116536, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hemp Family', 184, 1, 17, 205923, 6806900, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Quem Me Cobrou?', 184, 1, 17, 121704, 3947664, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Se Liga', 184, 1, 17, 410409, 13559173, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bohemian Rhapsody', 185, 1, 1, 'Mercury, Freddie', 358948, 11619868, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Another One Bites The Dust', 185, 1, 1, 'Deacon, John', 216946, 7172355, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Killer Queen', 185, 1, 1, 'Mercury, Freddie', 182099, 5967749, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fat Bottomed Girls', 185, 1, 1, 'May, Brian', 204695, 6630041, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bicycle Race', 185, 1, 1, 'Mercury, Freddie', 183823, 6012409, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You''re My Best Friend', 185, 1, 1, 'Deacon, John', 172225, 5602173, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Stop Me Now', 185, 1, 1, 'Mercury, Freddie', 211826, 6896666, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Save Me', 185, 1, 1, 'May, Brian', 228832, 7444624, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crazy Little Thing Called Love', 185, 1, 1, 'Mercury, Freddie', 164231, 5435501, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Somebody To Love', 185, 1, 1, 'Mercury, Freddie', 297351, 9650520, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Now I''m Here', 185, 1, 1, 'May, Brian', 255346, 8328312, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Good Old-Fashioned Lover Boy', 185, 1, 1, 'Mercury, Freddie', 175960, 5747506, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Play The Game', 185, 1, 1, 'Mercury, Freddie', 213368, 6915832, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flash', 185, 1, 1, 'May, Brian', 168489, 5464986, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Seven Seas Of Rhye', 185, 1, 1, 'Mercury, Freddie', 170553, 5539957, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('We Will Rock You', 185, 1, 1, 'Deacon, John/May, Brian', 122880, 4026955, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('We Are The Champions', 185, 1, 1, 'Mercury, Freddie', 180950, 5880231, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('We Will Rock You', 186, 1, 1, 'May', 122671, 4026815, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('We Are The Champions', 186, 1, 1, 'Mercury', 182883, 5939794, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sheer Heart Attack', 186, 1, 1, 'Taylor', 207386, 6642685, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All Dead, All Dead', 186, 1, 1, 'May', 190119, 6144878, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spread Your Wings', 186, 1, 1, 'Deacon', 275356, 8936992, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fight From The Inside', 186, 1, 1, 'Taylor', 184737, 6078001, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Down, Make Love', 186, 1, 1, 'Mercury', 231235, 7509333, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sleep On The Sidewalk', 186, 1, 1, 'May', 187428, 6099840, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Who Needs You', 186, 1, 1, 'Deacon', 186958, 6292969, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s Late', 186, 1, 1, 'May', 386194, 12519388, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Melancholy Blues', 186, 1, 1, 'Mercury', 206471, 6691838, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shiny Happy People', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 226298, 7475323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Me In Honey', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 246674, 8194751, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Radio Song', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 255477, 8421172, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pop Song 89', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 185730, 6132218, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Up', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 160235, 5264376, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Are The Everything', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 226298, 7373181, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stand', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 192862, 6349090, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('World Leader Pretend', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 259761, 8537282, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wrong Child', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 216633, 7065060, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Orange Crush', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 231706, 7742894, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Turn You Inside-Out', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 257358, 8395671, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hairshirt', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 235911, 7753807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Remember California', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 304013, 9950311, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Untitled', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 191503, 6332426, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('How The West Was Won And Where It Got Us', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 271151, 8994291, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wake-Up Bomb', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 308532, 10077337, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Test Leper', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 326791, 10866447, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Undertow', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 309498, 10131005, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('E-Bow The Letter', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 324963, 10714576, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Leave', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 437968, 14433365, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Departure', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 209423, 6818425, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bittersweet Me', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 245812, 8114718, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Be Mine', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 333087, 10790541, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Binky The Doormat', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 301688, 9950320, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Zither', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 154148, 5032962, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('So Fast, So Numb', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 252682, 8341223, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Low Desert', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 212062, 6989288, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Electrolite', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 245315, 8051199, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Losing My Religion', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 269035, 8885672, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Low', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 296777, 9633860, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Near Wild Heaven', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 199862, 6610009, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Endgame', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 230687, 7664479, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Belong', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 247013, 8219375, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Half A World Away', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 208431, 6837283, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Texarkana', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 220081, 7260681, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Country Feedback', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 249782, 8178943, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carnival Of Sorts', 190, 1, 4, 'R.E.M.', 233482, 7669658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Radio Free Aurope', 190, 1, 4, 'R.E.M.', 245315, 8163490, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Perfect Circle', 190, 1, 4, 'R.E.M.', 208509, 6898067, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Talk About The Passion', 190, 1, 4, 'R.E.M.', 203206, 6725435, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('So Central Rain', 190, 1, 4, 'R.E.M.', 194768, 6414550, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Go Back To Rockville', 190, 1, 4, 'R.E.M.', 272352, 9010715, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pretty Persuasion', 190, 1, 4, 'R.E.M.', 229929, 7577754, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Green Grow The Rushes', 190, 1, 4, 'R.E.M.', 225671, 7422425, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can''t Get There From Here', 190, 1, 4, 'R.E.M.', 220630, 7285936, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Driver 8', 190, 1, 4, 'R.E.M.', 204747, 6779076, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fall On Me', 190, 1, 4, 'R.E.M.', 172016, 5676811, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Believe', 190, 1, 4, 'R.E.M.', 227709, 7542929, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cuyahoga', 190, 1, 4, 'R.E.M.', 260623, 8591057, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The One I Love', 190, 1, 4, 'R.E.M.', 197355, 6495125, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Finest Worksong', 190, 1, 4, 'R.E.M.', 229276, 7574856, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s The End Of The World As We Know It (And I Feel Fine)', 190, 1, 4, 'R.E.M.', 244819, 7998987, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Infeliz Natal', 191, 1, 4, 'Rodolfo', 138266, 4503299, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Sua', 191, 1, 4, 'Rodolfo', 142132, 4622064, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Papeau Nuky Doe', 191, 1, 4, 'Rodolfo', 121652, 3995022, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Merry Christmas', 191, 1, 4, 'Rodolfo', 126040, 4166652, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bodies', 191, 1, 4, 'Rodolfo', 180035, 5873778, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Puteiro Em João Pessoa', 191, 1, 4, 'Rodolfo', 195578, 6395490, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Esporrei Na Manivela', 191, 1, 4, 'Rodolfo', 293276, 9618499, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bê-a-Bá', 191, 1, 4, 'Rodolfo', 249051, 8130636, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cajueiro', 191, 1, 4, 'Rodolfo', 158589, 5164837, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Palhas Do Coqueiro', 191, 1, 4, 'Rodolfo', 133851, 4396466, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Maluco Beleza', 192, 1, 1, 203206, 6628067, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Dia Em Que A Terra Parou', 192, 1, 1, 261720, 8586678, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('No Fundo Do Quintal Da Escola', 192, 1, 1, 177606, 5836953, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Segredo Do Universo', 192, 1, 1, 192679, 6315187, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('As Profecias', 192, 1, 1, 232515, 7657732, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mata Virgem', 192, 1, 1, 142602, 4690029, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sapato 36', 192, 1, 1, 196702, 6507301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Todo Mundo Explica', 192, 1, 1, 134896, 4449772, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Que Luz É Essa', 192, 1, 1, 165067, 5620058, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Diamante De Mendigo', 192, 1, 1, 206053, 6775101, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Negócio É', 192, 1, 1, 175464, 5826775, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Muita Estrela, Pouca Constelação', 192, 1, 1, 268068, 8781021, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Século XXI', 192, 1, 1, 244897, 8040563, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rock Das Aranhas (Ao Vivo) (Live)', 192, 1, 1, 231836, 7591945, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Power Of Equality', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 243591, 8148266, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('If You Have To Ask', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 216790, 7199175, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breaking The Girl', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 295497, 9805526, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Funky Monks', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 323395, 10708168, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Suck My Kiss', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 217234, 7129137, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Could Have Lied', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 244506, 8088244, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mellowship Slinky In B Major', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 240091, 7971384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Righteous & The Wicked', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 248084, 8134096, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Give It Away', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 283010, 9308997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blood Sugar Sex Magik', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 271229, 8940573, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Under The Bridge', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 264359, 8682716, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Naked In The Rain', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 265717, 8724674, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Apache Rose Peacock', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 282226, 9312588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Greeting Song', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 193593, 6346507, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Lovely Man', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 279118, 9220114, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sir Psycho Sexy', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 496692, 16354362, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('They''re Red Hot', 193, 1, 4, 'Robert Johnson', 71941, 2382220, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('By The Way', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 218017, 7197430, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Universally Speaking', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 259213, 8501904, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('This Is The Place', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 257906, 8469765, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dosed', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 312058, 10235611, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Forget Me', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 277995, 9107071, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Zephyr Song', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 232960, 7690312, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can''t Stop', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 269400, 8872479, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Could Die For You', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 193906, 6333311, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Midnight', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 295810, 9702450, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Throw Away Your Television', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 224574, 7483526, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cabron', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 218592, 7458864, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tear', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 317413, 10395500, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('On Mercury', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 208509, 6834762, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Minor Thing', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 217835, 7148115, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Warm Tape', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 256653, 8358200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Venice Queen', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 369110, 12280381, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Around The World', 195, 1, 1, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 238837, 7859167, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Parallel Universe', 195, 1, 1, 'Red Hot Chili Peppers', 270654, 8958519, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Scar Tissue', 195, 1, 1, 'Red Hot Chili Peppers', 217469, 7153744, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Otherside', 195, 1, 1, 'Red Hot Chili Peppers', 255973, 8357989, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get On Top', 195, 1, 1, 'Red Hot Chili Peppers', 198164, 6587883, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Californication', 195, 1, 1, 'Red Hot Chili Peppers', 321671, 10568999, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Easily', 195, 1, 1, 'Red Hot Chili Peppers', 231418, 7504534, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Porcelain', 195, 1, 1, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 163787, 5278793, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Emit Remmus', 195, 1, 1, 'Red Hot Chili Peppers', 240300, 7901717, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Like Dirt', 195, 1, 1, 'Red Hot Chili Peppers', 157727, 5225917, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('This Velvet Glove', 195, 1, 1, 'Red Hot Chili Peppers', 225280, 7480537, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Savior', 195, 1, 1, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 292493, 9551885, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Purple Stain', 195, 1, 1, 'Red Hot Chili Peppers', 253440, 8359971, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Right On Time', 195, 1, 1, 'Red Hot Chili Peppers', 112613, 3722219, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Road Trippin''', 195, 1, 1, 'Red Hot Chili Peppers', 205635, 6685831, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Spirit Of Radio', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 299154, 9862012, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Trees', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 285126, 9345473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Something For Nothing', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 240770, 7898395, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Freewill', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 324362, 10694110, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Xanadu', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 667428, 21753168, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bastille Day', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 280528, 9264769, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('By-Tor And The Snow Dog', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 519888, 17076397, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Anthem', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 264515, 8693343, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Closer To The Heart', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 175412, 5767005, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2112 Overture', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 272718, 8898066, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Temples Of Syrinx', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 133459, 4360163, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('La Villa Strangiato', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 577488, 19137855, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fly By Night', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 202318, 6683061, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Finding My Way', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 305528, 9985701, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jingo', 197, 1, 1, 'M.Babatunde Olantunji', 592953, 19736495, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('El Corazon Manda', 197, 1, 1, 'E.Weiss', 713534, 23519583, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('La Puesta Del Sol', 197, 1, 1, 'E.Weiss', 628062, 20614621, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Persuasion', 197, 1, 1, 'Carlos Santana', 318432, 10354751, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('As The Years Go by', 197, 1, 1, 'Albert King', 233064, 7566829, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soul Sacrifice', 197, 1, 1, 'Carlos Santana', 296437, 9801120, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fried Neckbones And Home Fries', 197, 1, 1, 'W.Correa', 638563, 20939646, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Santana Jam', 197, 1, 1, 'Carlos Santana', 882834, 29207100, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Evil Ways', 198, 1, 1, 475402, 15289235, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('We''ve Got To Get Together/Jingo', 198, 1, 1, 1070027, 34618222, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rock Me', 198, 1, 1, 94720, 3037596, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Just Ain''t Good Enough', 198, 1, 1, 850259, 27489067, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Funky Piano', 198, 1, 1, 934791, 30200730, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Way You Do To Mer', 198, 1, 1, 618344, 20028702, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Holding Back The Years', 141, 1, 1, 'Mick Hucknall and Neil Moss', 270053, 8833220, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Money''s Too Tight To Mention', 141, 1, 1, 'John and William Valentine', 268408, 8861921, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Right Thing', 141, 1, 1, 'Mick Hucknall', 262687, 8624063, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s Only Love', 141, 1, 1, 'Jimmy and Vella Cameron', 232594, 7659017, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A New Flame', 141, 1, 1, 'Mick Hucknall', 237662, 7822875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You''ve Got It', 141, 1, 1, 'Mick Hucknall and Lamont Dozier', 235232, 7712845, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('If You Don''t Know Me By Now', 141, 1, 1, 'Kenny Gamble and Leon Huff', 206524, 6712634, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stars', 141, 1, 1, 'Mick Hucknall', 248137, 8194906, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Something Got Me Started', 141, 1, 1, 'Mick Hucknall and Fritz McIntyre', 239595, 7997139, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thrill Me', 141, 1, 1, 'Mick Hucknall and Fritz McIntyre', 303934, 10034711, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Your Mirror', 141, 1, 1, 'Mick Hucknall', 240666, 7893821, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('For Your Babies', 141, 1, 1, 'Mick Hucknall', 256992, 8408803, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('So Beautiful', 141, 1, 1, 'Mick Hucknall', 298083, 9837832, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Angel', 141, 1, 1, 'Carolyn Franklin and Sonny Saunders', 240561, 7880256, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fairground', 141, 1, 1, 'Mick Hucknall', 263888, 8793094, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Água E Fogo', 199, 1, 1, 'Chico Amaral/Edgard Scandurra/Samuel Rosa', 278987, 9272272, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Três Lados', 199, 1, 1, 'Chico Amaral/Samuel Rosa', 233665, 7699609, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ela Desapareceu', 199, 1, 1, 'Chico Amaral/Samuel Rosa', 250122, 8289200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Balada Do Amor Inabalável', 199, 1, 1, 'Fausto Fawcett/Samuel Rosa', 240613, 8025816, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Canção Noturna', 199, 1, 1, 'Chico Amaral/Lelo Zanettik', 238628, 7874774, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Muçulmano', 199, 1, 1, 'Leão, Rodrigo F./Samuel Rosa', 249600, 8270613, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maquinarama', 199, 1, 1, 'Chico Amaral/Samuel Rosa', 245629, 8213710, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rebelião', 199, 1, 1, 'Chico Amaral/Samuel Rosa', 298527, 9817847, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Última Guerra', 199, 1, 1, 'Leão, Rodrigo F./Lô Borges/Samuel Rosa', 314723, 10480391, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fica', 199, 1, 1, 'Chico Amaral/Samuel Rosa', 272169, 8980972, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ali', 199, 1, 1, 'Nando Reis/Samuel Rosa', 306390, 10110351, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Preto Damião', 199, 1, 1, 'Chico Amaral/Samuel Rosa', 264568, 8697658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('É Uma Partida De Futebol', 200, 1, 1, 'Samuel Rosa', 1071, 38747, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eu Disse A Ela', 200, 1, 1, 'Samuel Rosa', 254223, 8479463, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Zé Trindade', 200, 1, 1, 'Samuel Rosa', 247954, 8331310, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Garota Nacional', 200, 1, 1, 'Samuel Rosa', 317492, 10511239, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tão Seu', 200, 1, 1, 'Samuel Rosa', 243748, 8133126, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sem Terra', 200, 1, 1, 'Samuel Rosa', 279353, 9196411, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Os Exilados', 200, 1, 1, 'Samuel Rosa', 245551, 8222095, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Um Dia Qualquer', 200, 1, 1, 'Samuel Rosa', 292414, 9805570, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Los Pretos', 200, 1, 1, 'Samuel Rosa', 239229, 8025667, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sul Da América', 200, 1, 1, 'Samuel Rosa', 254928, 8484871, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Poconé', 200, 1, 1, 'Samuel Rosa', 318406, 10771610, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lucky 13', 201, 1, 4, 'Billy Corgan', 189387, 6200617, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aeroplane Flies High', 201, 1, 4, 'Billy Corgan', 473391, 15408329, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Because You Are', 201, 1, 4, 'Billy Corgan', 226403, 7405137, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slow Dawn', 201, 1, 4, 'Billy Corgan', 192339, 6269057, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Believe', 201, 1, 4, 'James Iha', 192940, 6320652, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Mistake', 201, 1, 4, 'Billy Corgan', 240901, 7843477, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Marquis In Spades', 201, 1, 4, 'Billy Corgan', 192731, 6304789, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Here''s To The Atom Bomb', 201, 1, 4, 'Billy Corgan', 266893, 8763140, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sparrow', 201, 1, 4, 'Billy Corgan', 176822, 5696989, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Waiting', 201, 1, 4, 'Billy Corgan', 228336, 7627641, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Saturnine', 201, 1, 4, 'Billy Corgan', 229877, 7523502, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock On', 201, 1, 4, 'David Cook', 366471, 12133825, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Set The Ray To Jerry', 201, 1, 4, 'Billy Corgan', 249364, 8215184, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Winterlong', 201, 1, 4, 'Billy Corgan', 299389, 9670616, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soot & Stars', 201, 1, 4, 'Billy Corgan', 399986, 12866557, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blissed & Gone', 201, 1, 4, 'Billy Corgan', 286302, 9305998, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Siva', 202, 1, 4, 'Billy Corgan', 261172, 8576622, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rhinocerous', 202, 1, 4, 'Billy Corgan', 353462, 11526684, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drown', 202, 1, 4, 'Billy Corgan', 270497, 8883496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cherub Rock', 202, 1, 4, 'Billy Corgan', 299389, 9786739, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Today', 202, 1, 4, 'Billy Corgan', 202213, 6596933, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Disarm', 202, 1, 4, 'Billy Corgan', 198556, 6508249, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Landslide', 202, 1, 4, 'Stevie Nicks', 190275, 6187754, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bullet With Butterfly Wings', 202, 1, 4, 'Billy Corgan', 257306, 8431747, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('1979', 202, 1, 4, 'Billy Corgan', 263653, 8728470, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Zero', 202, 1, 4, 'Billy Corgan', 161123, 5267176, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tonight, Tonight', 202, 1, 4, 'Billy Corgan', 255686, 8351543, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eye', 202, 1, 4, 'Billy Corgan', 294530, 9784201, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ava Adore', 202, 1, 4, 'Billy Corgan', 261433, 8590412, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Perfect', 202, 1, 4, 'Billy Corgan', 203023, 6734636, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Everlasting Gaze', 202, 1, 4, 'Billy Corgan', 242155, 7844404, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stand Inside Your Love', 202, 1, 4, 'Billy Corgan', 253753, 8270113, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Real Love', 202, 1, 4, 'Billy Corgan', 250697, 8025896, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('untitled', 202, 1, 4, 'Billy Corgan', 231784, 7689713, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nothing To Say', 203, 1, 1, 'Chris Cornell/Kim Thayil', 238027, 7744833, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flower', 203, 1, 1, 'Chris Cornell/Kim Thayil', 208822, 6830732, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Loud Love', 203, 1, 1, 'Chris Cornell', 297456, 9660953, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hands All Over', 203, 1, 1, 'Chris Cornell/Kim Thayil', 362475, 11893108, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get On The Snake', 203, 1, 1, 'Chris Cornell/Kim Thayil', 225123, 7313744, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jesus Christ Pose', 203, 1, 1, 'Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron', 352966, 11739886, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Outshined', 203, 1, 1, 'Chris Cornell', 312476, 10274629, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rusty Cage', 203, 1, 1, 'Chris Cornell', 267728, 8779485, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spoonman', 203, 1, 1, 'Chris Cornell', 248476, 8289906, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Day I Tried To Live', 203, 1, 1, 'Chris Cornell', 321175, 10507137, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Hole Sun', 203, 1, 1, 'Soundgarden', 320365, 10425229, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fell On Black Days', 203, 1, 1, 'Chris Cornell', 282331, 9256082, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pretty Noose', 203, 1, 1, 'Chris Cornell', 253570, 8317931, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Burden In My Hand', 203, 1, 1, 'Chris Cornell', 292153, 9659911, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blow Up The Outside World', 203, 1, 1, 'Chris Cornell', 347898, 11379527, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ty Cobb', 203, 1, 1, 'Ben Shepherd/Chris Cornell', 188786, 6233136, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bleed Together', 203, 1, 1, 'Chris Cornell', 232202, 7597074, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Morning Dance', 204, 1, 2, 'Jay Beckenstein', 238759, 8101979, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jubilee', 204, 1, 2, 'Jeremy Wall', 275147, 9151846, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rasul', 204, 1, 2, 'Jeremy Wall', 238315, 7854737, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Song For Lorraine', 204, 1, 2, 'Jay Beckenstein', 240091, 8101723, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Starburst', 204, 1, 2, 'Jeremy Wall', 291500, 9768399, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heliopolis', 204, 1, 2, 'Jay Beckenstein', 338729, 11365655, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It Doesn''t Matter', 204, 1, 2, 'Chet Catallo', 270027, 9034177, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Little Linda', 204, 1, 2, 'Jeremy Wall', 264019, 8958743, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('End Of Romanticism', 204, 1, 2, 'Rick Strauss', 320078, 10553155, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The House Is Rockin''', 205, 1, 6, 'Doyle Bramhall/Stevie Ray Vaughan', 144352, 4706253, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crossfire', 205, 1, 6, 'B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon', 251219, 8238033, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tightrope', 205, 1, 6, 'Doyle Bramhall/Stevie Ray Vaughan', 281155, 9254906, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let Me Love You Baby', 205, 1, 6, 'Willie Dixon', 164127, 5378455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Leave My Girl Alone', 205, 1, 6, 'B. Guy', 256365, 8438021, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Travis Walk', 205, 1, 6, 'Stevie Ray Vaughan', 140826, 4650979, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wall Of Denial', 205, 1, 6, 'Doyle Bramhall/Stevie Ray Vaughan', 336927, 11085915, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Scratch-N-Sniff', 205, 1, 6, 'Doyle Bramhall/Stevie Ray Vaughan', 163422, 5353627, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Me Darlin''', 205, 1, 6, 'C. Burnett', 201586, 6650869, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Riviera Paradise', 205, 1, 6, 'Stevie Ray Vaughan', 528692, 17232776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dead And Bloated', 206, 1, 1, 'R. DeLeo/Weiland', 310386, 10170433, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sex Type Thing', 206, 1, 1, 'D. DeLeo/Kretz/Weiland', 218723, 7102064, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wicked Garden', 206, 1, 1, 'D. DeLeo/R. DeLeo/Weiland', 245368, 7989505, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Memory', 206, 1, 1, 'Dean Deleo', 80613, 2660859, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sin', 206, 1, 1, 'R. DeLeo/Weiland', 364800, 12018823, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Naked Sunday', 206, 1, 1, 'D. DeLeo/Kretz/R. DeLeo/Weiland', 229720, 7444201, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Creep', 206, 1, 1, 'R. DeLeo/Weiland', 333191, 10894988, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Piece Of Pie', 206, 1, 1, 'R. DeLeo/Weiland', 324623, 10605231, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Plush', 206, 1, 1, 'R. DeLeo/Weiland', 314017, 10229848, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wet My Bed', 206, 1, 1, 'R. DeLeo/Weiland', 96914, 3198627, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crackerman', 206, 1, 1, 'Kretz/R. DeLeo/Weiland', 194403, 6317361, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Where The River Goes', 206, 1, 1, 'D. DeLeo/Kretz/Weiland', 505991, 16468904, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soldier Side - Intro', 207, 1, 3, 'Dolmayan, John/Malakian, Daron/Odadjian, Shavo', 63764, 2056079, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('B.Y.O.B.', 207, 1, 3, 'Tankian, Serj', 255555, 8407935, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Revenga', 207, 1, 3, 'Tankian, Serj', 228127, 7503805, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cigaro', 207, 1, 3, 'Tankian, Serj', 131787, 4321705, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Radio/Video', 207, 1, 3, 'Dolmayan, John/Malakian, Daron/Odadjian, Shavo', 249312, 8224917, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('This Cocaine Makes Me Feel Like I''m On This Song', 207, 1, 3, 'Tankian, Serj', 128339, 4185193, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Violent Pornography', 207, 1, 3, 'Dolmayan, John/Malakian, Daron/Odadjian, Shavo', 211435, 6985960, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Question!', 207, 1, 3, 'Tankian, Serj', 200698, 6616398, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sad Statue', 207, 1, 3, 'Tankian, Serj', 205897, 6733449, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Old School Hollywood', 207, 1, 3, 'Dolmayan, John/Malakian, Daron/Odadjian, Shavo', 176953, 5830258, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lost in Hollywood', 207, 1, 3, 'Tankian, Serj', 320783, 10535158, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Sun Road', 208, 1, 1, 'Terry Bozzio, Steve Stevens, Tony Levin', 880640, 29008407, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dark Corners', 208, 1, 1, 'Terry Bozzio, Steve Stevens, Tony Levin', 513541, 16839223, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Duende', 208, 1, 1, 'Terry Bozzio, Steve Stevens, Tony Levin', 447582, 14956771, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Light Syndrome', 208, 1, 1, 'Terry Bozzio, Steve Stevens, Tony Levin', 526471, 17300835, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Falling in Circles', 208, 1, 1, 'Terry Bozzio, Steve Stevens, Tony Levin', 549093, 18263248, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Book of Hours', 208, 1, 1, 'Terry Bozzio, Steve Stevens, Tony Levin', 583366, 19464726, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Chaos-Control', 208, 1, 1, 'Terry Bozzio, Steve Stevens, Tony Levin', 529841, 17455568, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Midnight From The Inside Out', 209, 1, 6, 'Chris Robinson/Rich Robinson', 286981, 9442157, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sting Me', 209, 1, 6, 'Chris Robinson/Rich Robinson', 268094, 8813561, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thick & Thin', 209, 1, 6, 'Chris Robinson/Rich Robinson', 222720, 7284377, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Greasy Grass River', 209, 1, 6, 'Chris Robinson/Rich Robinson', 218749, 7157045, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sometimes Salvation', 209, 1, 6, 'Chris Robinson/Rich Robinson', 389146, 12749424, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cursed Diamonds', 209, 1, 6, 'Chris Robinson/Rich Robinson', 368300, 12047978, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miracle To Me', 209, 1, 6, 'Chris Robinson/Rich Robinson', 372636, 12222116, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wiser Time', 209, 1, 6, 'Chris Robinson/Rich Robinson', 459990, 15161907, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Girl From A Pawnshop', 209, 1, 6, 'Chris Robinson/Rich Robinson', 404688, 13250848, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cosmic Fiend', 209, 1, 6, 'Chris Robinson/Rich Robinson', 308401, 10115556, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Moon Creeping', 210, 1, 6, 'Chris Robinson/Rich Robinson', 359314, 11740886, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('High Head Blues', 210, 1, 6, 'Chris Robinson/Rich Robinson', 371879, 12227998, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Title Song', 210, 1, 6, 'Chris Robinson/Rich Robinson', 505521, 16501316, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She Talks To Angels', 210, 1, 6, 'Chris Robinson/Rich Robinson', 361978, 11837342, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Twice As Hard', 210, 1, 6, 'Chris Robinson/Rich Robinson', 275565, 9008067, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lickin''', 210, 1, 6, 'Chris Robinson/Rich Robinson', 314409, 10331216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soul Singing', 210, 1, 6, 'Chris Robinson/Rich Robinson', 233639, 7672489, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hard To Handle', 210, 1, 6, 'A.Isbell/A.Jones/O.Redding', 206994, 6786304, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Remedy', 210, 1, 6, 'Chris Robinson/Rich Robinson', 337084, 11049098, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('White Riot', 211, 1, 4, 'Joe Strummer/Mick Jones', 118726, 3922819, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Remote Control', 211, 1, 4, 'Joe Strummer/Mick Jones', 180297, 5949647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Complete Control', 211, 1, 4, 'Joe Strummer/Mick Jones', 192653, 6272081, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Clash City Rockers', 211, 1, 4, 'Joe Strummer/Mick Jones', 227500, 7555054, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('(White Man) In Hammersmith Palais', 211, 1, 4, 'Joe Strummer/Mick Jones', 240640, 7883532, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tommy Gun', 211, 1, 4, 'Joe Strummer/Mick Jones', 195526, 6399872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('English Civil War', 211, 1, 4, 'Mick Jones/Traditional arr. Joe Strummer', 156708, 5111226, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Fought The Law', 211, 1, 4, 'Sonny Curtis', 159764, 5245258, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('London Calling', 211, 1, 4, 'Joe Strummer/Mick Jones', 199706, 6569007, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Train In Vain', 211, 1, 4, 'Joe Strummer/Mick Jones', 189675, 6329877, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bankrobber', 211, 1, 4, 'Joe Strummer/Mick Jones', 272431, 9067323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Call Up', 211, 1, 4, 'The Clash', 324336, 10746937, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hitsville UK', 211, 1, 4, 'The Clash', 261433, 8606887, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Magnificent Seven', 211, 1, 4, 'The Clash', 268486, 8889821, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('This Is Radio Clash', 211, 1, 4, 'The Clash', 249756, 8366573, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Know Your Rights', 211, 1, 4, 'The Clash', 217678, 7195726, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock The Casbah', 211, 1, 4, 'The Clash', 222145, 7361500, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Should I Stay Or Should I Go', 211, 1, 4, 'The Clash', 187219, 6188688, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('War (The Process)', 212, 1, 1, 'Billy Duffy/Ian Astbury', 252630, 8254842, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Saint', 212, 1, 1, 'Billy Duffy/Ian Astbury', 216215, 7061584, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rise', 212, 1, 1, 'Billy Duffy/Ian Astbury', 219088, 7106195, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Take The Power', 212, 1, 1, 'Billy Duffy/Ian Astbury', 235755, 7650012, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breathe', 212, 1, 1, 'Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones', 299781, 9742361, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nico', 212, 1, 1, 'Billy Duffy/Ian Astbury', 289488, 9412323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('American Gothic', 212, 1, 1, 'Billy Duffy/Ian Astbury', 236878, 7739840, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ashes And Ghosts', 212, 1, 1, 'Billy Duffy/Bob Rock/Ian Astbury', 300591, 9787692, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shape The Sky', 212, 1, 1, 'Billy Duffy/Ian Astbury', 209789, 6885647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Speed Of Light', 212, 1, 1, 'Billy Duffy/Bob Rock/Ian Astbury', 262817, 8563352, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('True Believers', 212, 1, 1, 'Billy Duffy/Ian Astbury', 308009, 9981359, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Bridges Burn', 212, 1, 1, 'Billy Duffy/Ian Astbury', 231862, 7571370, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('She Sells Sanctuary', 213, 1, 1, 253727, 8368634, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fire Woman', 213, 1, 1, 312790, 10196995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lil'' Evil', 213, 1, 1, 165825, 5419655, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Spirit Walker', 213, 1, 1, 230060, 7555897, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Witch', 213, 1, 1, 258768, 8725403, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Revolution', 213, 1, 1, 256026, 8371254, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wild Hearted Son', 213, 1, 1, 266893, 8670550, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Love Removal Machine', 213, 1, 1, 257619, 8412167, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rain', 213, 1, 1, 236669, 7788461, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Edie (Ciao Baby)', 213, 1, 1, 241632, 7846177, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Heart Of Soul', 213, 1, 1, 274207, 8967257, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Love', 213, 1, 1, 326739, 10729824, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wild Flower', 213, 1, 1, 215536, 7084321, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Go West', 213, 1, 1, 238158, 7777749, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Resurrection Joe', 213, 1, 1, 255451, 8532840, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sun King', 213, 1, 1, 368431, 12010865, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sweet Soul Sister', 213, 1, 1, 212009, 6889883, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Earth Mofo', 213, 1, 1, 282200, 9204581, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Break on Through', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 149342, 4943144, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soul Kitchen', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 215066, 7040865, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Crystal Ship', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 154853, 5052658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Twentienth Century Fox', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 153913, 5069211, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Alabama Song', 214, 1, 1, 'Weill-Brecht', 200097, 6563411, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Light My Fire', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 428329, 13963351, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Back Door Man', 214, 1, 1, 'Willie Dixon, C. Burnett', 214360, 7035636, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Looked At You', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 142080, 4663988, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('End Of The Night', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 172695, 5589732, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Take It As It Comes', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 137168, 4512656, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The End', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 701831, 22927336, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Roxanne', 215, 1, 1, 'G M Sumner', 192992, 6330159, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can''t Stand Losing You', 215, 1, 1, 'G M Sumner', 181159, 5971983, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Message in a Bottle', 215, 1, 1, 'G M Sumner', 291474, 9647829, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walking on the Moon', 215, 1, 1, 'G M Sumner', 302080, 10019861, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Stand so Close to Me', 215, 1, 1, 'G M Sumner', 241031, 7956658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('De Do Do Do, De Da Da Da', 215, 1, 1, 'G M Sumner', 247196, 8227075, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Every Little Thing She Does is Magic', 215, 1, 1, 'G M Sumner', 261120, 8646853, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Invisible Sun', 215, 1, 1, 'G M Sumner', 225593, 7304320, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spirit''s in the Material World', 215, 1, 1, 'G M Sumner', 181133, 5986622, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Every Breath You Take', 215, 1, 1, 'G M Sumner', 254615, 8364520, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('King Of Pain', 215, 1, 1, 'G M Sumner', 300512, 9880303, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wrapped Around Your Finger', 215, 1, 1, 'G M Sumner', 315454, 10361490, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Stand So Close to Me ''86', 215, 1, 1, 'G M Sumner', 293590, 9636683, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Message in a Bottle (new classic rock mix)', 215, 1, 1, 'G M Sumner', 290951, 9640349, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Time Is On My Side', 216, 1, 1, 'Jerry Ragavoy', 179983, 5855836, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heart Of Stone', 216, 1, 1, 'Jagger/Richards', 164493, 5329538, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Play With Fire', 216, 1, 1, 'Nanker Phelge', 132022, 4265297, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Satisfaction', 216, 1, 1, 'Jagger/Richards', 226612, 7398766, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('As Tears Go By', 216, 1, 1, 'Jagger/Richards/Oldham', 164284, 5357350, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Off Of My Cloud', 216, 1, 1, 'Jagger/Richards', 176013, 5719514, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mother''s Little Helper', 216, 1, 1, 'Jagger/Richards', 167549, 5422434, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('19th Nervous Breakdown', 216, 1, 1, 'Jagger/Richards', 237923, 7742984, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paint It Black', 216, 1, 1, 'Jagger/Richards', 226063, 7442888, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Under My Thumb', 216, 1, 1, 'Jagger/Richards', 221387, 7371799, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ruby Tuesday', 216, 1, 1, 'Jagger/Richards', 197459, 6433467, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let''s Spend The Night Together', 216, 1, 1, 'Jagger/Richards', 217495, 7137048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Intro', 217, 1, 1, 'Jagger/Richards', 49737, 1618591, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Got Me Rocking', 217, 1, 1, 'Jagger/Richards', 205766, 6734385, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gimmie Shelters', 217, 1, 1, 'Jagger/Richards', 382119, 12528764, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flip The Switch', 217, 1, 1, 'Jagger/Richards', 252421, 8336591, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Memory Motel', 217, 1, 1, 'Jagger/Richards', 365844, 11982431, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Corinna', 217, 1, 1, 'Jesse Ed Davis III/Taj Mahal', 257488, 8449471, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Saint Of Me', 217, 1, 1, 'Jagger/Richards', 325694, 10725160, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wainting On A Friend', 217, 1, 1, 'Jagger/Richards', 302497, 9978046, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sister Morphine', 217, 1, 1, 'Faithfull/Jagger/Richards', 376215, 12345289, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Live With Me', 217, 1, 1, 'Jagger/Richards', 234893, 7709006, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Respectable', 217, 1, 1, 'Jagger/Richards', 215693, 7099669, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thief In The Night', 217, 1, 1, 'De Beauport/Jagger/Richards', 337266, 10952756, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Last Time', 217, 1, 1, 'Jagger/Richards', 287294, 9498758, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Out Of Control', 217, 1, 1, 'Jagger/Richards', 479242, 15749289, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Is Strong', 218, 1, 1, 'Jagger/Richards', 230896, 7639774, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Got Me Rocking', 218, 1, 1, 'Jagger/Richards', 215928, 7162159, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sparks Will Fly', 218, 1, 1, 'Jagger/Richards', 196466, 6492847, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Worst', 218, 1, 1, 'Jagger/Richards', 144613, 4750094, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Faces', 218, 1, 1, 'Jagger/Richards', 172146, 5689122, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Moon Is Up', 218, 1, 1, 'Jagger/Richards', 222119, 7366316, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Out Of Tears', 218, 1, 1, 'Jagger/Richards', 327418, 10677236, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Go Wild', 218, 1, 1, 'Jagger/Richards', 264019, 8630833, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Brand New Car', 218, 1, 1, 'Jagger/Richards', 256052, 8459344, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sweethearts Together', 218, 1, 1, 'Jagger/Richards', 285492, 9550459, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Suck On The Jugular', 218, 1, 1, 'Jagger/Richards', 268225, 8920566, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blinded By Rainbows', 218, 1, 1, 'Jagger/Richards', 273946, 8971343, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Baby Break It Down', 218, 1, 1, 'Jagger/Richards', 249417, 8197309, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thru And Thru', 218, 1, 1, 'Jagger/Richards', 375092, 12175406, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mean Disposition', 218, 1, 1, 'Jagger/Richards', 249155, 8273602, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walking Wounded', 219, 1, 4, 'The Tea Party', 277968, 9184345, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Temptation', 219, 1, 4, 'The Tea Party', 205087, 6711943, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Messenger', 219, 1, 4, 'Daniel Lanois', 212062, 6975437, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Psychopomp', 219, 1, 4, 'The Tea Party', 315559, 10295199, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sister Awake', 219, 1, 4, 'The Tea Party', 343875, 11299407, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Bazaar', 219, 1, 4, 'The Tea Party', 222458, 7245691, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Save Me (Remix)', 219, 1, 4, 'The Tea Party', 396303, 13053839, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fire In The Head', 219, 1, 4, 'The Tea Party', 306337, 10005675, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Release', 219, 1, 4, 'The Tea Party', 244114, 8014606, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heaven Coming Down', 219, 1, 4, 'The Tea Party', 241867, 7846459, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The River (Remix)', 219, 1, 4, 'The Tea Party', 343170, 11193268, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Babylon', 219, 1, 4, 'The Tea Party', 169795, 5568808, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Waiting On A Sign', 219, 1, 4, 'The Tea Party', 261903, 8558590, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Life Line', 219, 1, 4, 'The Tea Party', 277786, 9082773, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paint It Black', 219, 1, 4, 'Keith Richards/Mick Jagger', 214752, 7101572, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Temptation', 220, 1, 4, 'The Tea Party', 205244, 6719465, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Army Ants', 220, 1, 4, 'The Tea Party', 215405, 7075838, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Psychopomp', 220, 1, 4, 'The Tea Party', 317231, 10351778, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gyroscope', 220, 1, 4, 'The Tea Party', 177711, 5810323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Alarum', 220, 1, 4, 'The Tea Party', 298187, 9712545, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Release', 220, 1, 4, 'The Tea Party', 266292, 8725824, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Transmission', 220, 1, 4, 'The Tea Party', 317257, 10351152, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Babylon', 220, 1, 4, 'The Tea Party', 292466, 9601786, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pulse', 220, 1, 4, 'The Tea Party', 250253, 8183872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Emerald', 220, 1, 4, 'The Tea Party', 289750, 9543789, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aftermath', 220, 1, 4, 'The Tea Party', 343745, 11085607, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can''t Explain', 221, 1, 1, 'Pete Townshend', 125152, 4082896, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Anyway, Anyhow, Anywhere', 221, 1, 1, 'Pete Townshend, Roger Daltrey', 161253, 5234173, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Generation', 221, 1, 1, 'John Entwistle/Pete Townshend', 197825, 6446634, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Substitute', 221, 1, 1, 'Pete Townshend', 228022, 7409995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I''m A Boy', 221, 1, 1, 'Pete Townshend', 157126, 5120605, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Boris The Spider', 221, 1, 1, 'John Entwistle', 149472, 4835202, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Happy Jack', 221, 1, 1, 'Pete Townshend', 132310, 4353063, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pictures Of Lily', 221, 1, 1, 'Pete Townshend', 164414, 5329751, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can See For Miles', 221, 1, 1, 'Pete Townshend', 262791, 8604989, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Magic Bus', 221, 1, 1, 'Pete Townshend', 197224, 6452700, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pinball Wizard', 221, 1, 1, 'John Entwistle/Pete Townshend', 181890, 6055580, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Seeker', 221, 1, 1, 'Pete Townshend', 204643, 6736866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Baba O''Riley', 221, 1, 1, 'John Entwistle/Pete Townshend', 309472, 10141660, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Won''t Get Fooled Again (Full Length Version)', 221, 1, 1, 'John Entwistle/Pete Townshend', 513750, 16855521, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let''s See Action', 221, 1, 1, 'Pete Townshend', 243513, 8078418, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('5.15', 221, 1, 1, 'Pete Townshend', 289619, 9458549, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Join Together', 221, 1, 1, 'Pete Townshend', 262556, 8602485, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Squeeze Box', 221, 1, 1, 'Pete Townshend', 161280, 5256508, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Who Are You (Single Edit Version)', 221, 1, 1, 'John Entwistle/Pete Townshend', 299232, 9900469, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Better You Bet', 221, 1, 1, 'Pete Townshend', 338520, 11160877, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Primavera', 222, 1, 7, 'Genival Cassiano/Silvio Rochael', 126615, 4152604, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Chocolate', 222, 1, 7, 'Tim Maia', 194690, 6411587, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Azul Da Cor Do Mar', 222, 1, 7, 'Tim Maia', 197955, 6475007, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Descobridor Dos Sete Mares', 222, 1, 7, 'Gilson Mendonça/Michel', 262974, 8749583, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Até Que Enfim Encontrei Você', 222, 1, 7, 'Tim Maia', 105064, 3477751, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Coroné Antonio Bento', 222, 1, 7, 'Do Vale, João/Luiz Wanderley', 131317, 4340326, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Love', 222, 1, 7, 'Tim Maia', 237897, 7786824, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Não Vou Ficar', 222, 1, 7, 'Tim Maia', 172068, 5642919, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Música No Ar', 222, 1, 7, 'Tim Maia', 158511, 5184891, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Salve Nossa Senhora', 222, 1, 7, 'Carlos Imperial/Edardo Araújo', 115461, 3827629, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Você Fugiu', 222, 1, 7, 'Genival Cassiano', 238367, 7971147, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cristina Nº 2', 222, 1, 7, 'Carlos Imperial/Tim Maia', 90148, 2978589, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Compadre', 222, 1, 7, 'Tim Maia', 171389, 5631446, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Over Again', 222, 1, 7, 'Tim Maia', 200489, 6612634, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Réu Confesso', 222, 1, 7, 'Tim Maia', 217391, 7189874, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Que Me Importa', 223, 1, 7, 153155, 4977852, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gostava Tanto De Você', 223, 1, 7, 253805, 8380077, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Você', 223, 1, 7, 242599, 7911702, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Não Quero Dinheiro', 223, 1, 7, 152607, 5031797, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Eu Amo Você', 223, 1, 7, 242782, 7914628, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Festa Do Santo Reis', 223, 1, 7, 159791, 5204995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I Don''t Know What To Do With Myself', 223, 1, 7, 221387, 7251478, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Padre Cícero', 223, 1, 7, 139598, 4581685, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nosso Adeus', 223, 1, 7, 206471, 6793270, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Canário Do Reino', 223, 1, 7, 139337, 4552858, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Preciso Ser Amado', 223, 1, 7, 174001, 5618895, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Balanço', 223, 1, 7, 209737, 6890327, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Preciso Aprender A Ser Só', 223, 1, 7, 162220, 5213894, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Esta É A Canção', 223, 1, 7, 184450, 6069933, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Formigueiro', 223, 1, 7, 252943, 8455132, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Comida', 224, 1, 4, 'Titãs', 322612, 10786578, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Go Back', 224, 1, 4, 'Titãs', 230504, 7668899, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Prá Dizer Adeus', 224, 1, 4, 'Titãs', 222484, 7382048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Família', 224, 1, 4, 'Titãs', 218331, 7267458, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Os Cegos Do Castelo', 224, 1, 4, 'Titãs', 296829, 9868187, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Pulso', 224, 1, 4, 'Titãs', 199131, 6566998, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Marvin', 224, 1, 4, 'Titãs', 264359, 8741444, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nem 5 Minutos Guardados', 224, 1, 4, 'Titãs', 245995, 8143797, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flores', 224, 1, 4, 'Titãs', 215510, 7148017, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Palavras', 224, 1, 4, 'Titãs', 158458, 5285715, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hereditário', 224, 1, 4, 'Titãs', 151693, 5020547, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Melhor Forma', 224, 1, 4, 'Titãs', 191503, 6349938, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cabeça Dinossauro', 224, 1, 4, 'Titãs', 37120, 1220930, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('32 Dentes', 224, 1, 4, 'Titãs', 184946, 6157904, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bichos Escrotos (Vinheta)', 224, 1, 4, 'Titãs', 104986, 3503755, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Não Vou Lutar', 224, 1, 4, 'Titãs', 189988, 6308613, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Homem Primata (Vinheta)', 224, 1, 4, 'Titãs', 34168, 1124909, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Homem Primata', 224, 1, 4, 'Titãs', 195500, 6486470, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Polícia (Vinheta)', 224, 1, 4, 'Titãs', 56111, 1824213, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Querem Meu Sangue', 224, 1, 4, 'Titãs', 212401, 7069773, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Diversão', 224, 1, 4, 'Titãs', 285936, 9531268, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Televisão', 224, 1, 4, 'Titãs', 293668, 9776548, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sonifera Ilha', 225, 1, 4, 'Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto', 170684, 5678290, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lugar Nenhum', 225, 1, 4, 'Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto', 195840, 6472780, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sua Impossivel Chance', 225, 1, 4, 'Nando Reis', 246622, 8073248, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Desordem', 225, 1, 4, 'Charles Gavin/Marcelo Fromer/Sérgio Britto', 213289, 7067340, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Não Vou Me Adaptar', 225, 1, 4, 'Arnaldo Antunes', 221831, 7304656, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Domingo', 225, 1, 4, 'Sérgio Britto/Toni Bellotto', 208613, 6883180, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Amanhã Não Se Sabe', 225, 1, 4, 'Sérgio Britto', 189440, 6243967, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Caras Como Eu', 225, 1, 4, 'Toni Bellotto', 183092, 5999048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Senhora E Senhor', 225, 1, 4, 'Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos', 203702, 6733733, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Era Uma Vez', 225, 1, 4, 'Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto', 224261, 7453156, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miséria', 225, 1, 4, 'Arnaldo Antunes/Britto, SergioMiklos, Paulo', 262191, 8727645, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Insensível', 225, 1, 4, 'Sérgio Britto', 207830, 6893664, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eu E Ela', 225, 1, 4, 'Nando Reis', 276035, 9138846, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Toda Cor', 225, 1, 4, 'Ciro Pressoa/Marcelo Fromer', 209084, 6939176, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('É Preciso Saber Viver', 225, 1, 4, 'Erasmo Carlos/Roberto Carlos', 251115, 8271418, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Senhor Delegado/Eu Não Aguento', 225, 1, 4, 'Antonio Lopes', 156656, 5277983, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Battlestar Galactica: The Story So Far', 226, 3, 18, 2622250, 490750393, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Occupation / Precipice', 227, 3, 19, 5286953, 1054423946, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Exodus, Pt. 1', 227, 3, 19, 2621708, 475079441, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Exodus, Pt. 2', 227, 3, 19, 2618000, 466820021, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Collaborators', 227, 3, 19, 2626626, 483484911, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Torn', 227, 3, 19, 2631291, 495262585, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Measure of Salvation', 227, 3, 18, 2563938, 489715554, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hero', 227, 3, 18, 2713755, 506896959, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Unfinished Business', 227, 3, 18, 2622038, 528499160, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Passage', 227, 3, 18, 2623875, 490375760, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Eye of Jupiter', 227, 3, 18, 2618750, 517909587, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rapture', 227, 3, 18, 2624541, 508406153, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Taking a Break from All Your Worries', 227, 3, 18, 2624207, 492700163, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Woman King', 227, 3, 18, 2626376, 552893447, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Day In the Life', 227, 3, 18, 2620245, 462818231, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dirty Hands', 227, 3, 18, 2627961, 537648614, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Maelstrom', 227, 3, 18, 2622372, 514154275, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Son Also Rises', 227, 3, 18, 2621830, 499258498, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Crossroads, Pt. 1', 227, 3, 20, 2622622, 486233524, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Crossroads, Pt. 2', 227, 3, 20, 2869953, 497335706, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Genesis', 228, 3, 19, 2611986, 515671080, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Don''t Look Back', 228, 3, 21, 2571154, 493628775, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('One Giant Leap', 228, 3, 21, 2607649, 521616246, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Collision', 228, 3, 21, 2605480, 526182322, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hiros', 228, 3, 21, 2533575, 488835454, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Better Halves', 228, 3, 21, 2573031, 549353481, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nothing to Hide', 228, 3, 19, 2605647, 510058181, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Seven Minutes to Midnight', 228, 3, 21, 2613988, 515590682, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Homecoming', 228, 3, 21, 2601351, 516015339, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Six Months Ago', 228, 3, 19, 2602852, 505133869, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fallout', 228, 3, 21, 2594761, 501145440, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Fix', 228, 3, 21, 2600266, 507026323, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Distractions', 228, 3, 21, 2590382, 537111289, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Run!', 228, 3, 21, 2602602, 542936677, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Unexpected', 228, 3, 21, 2598139, 511777758, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Company Man', 228, 3, 21, 2601226, 493168135, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Company Man', 228, 3, 21, 2601101, 503786316, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Parasite', 228, 3, 21, 2602727, 487461520, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Tale of Two Cities', 229, 3, 19, 2636970, 513691652, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lost (Pilot, Part 1) premiere', 230, 3, 19, 2548875, 217124866, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Man of Science, Man of Faith (Premiere)', 231, 3, 19, 2612250, 543342028, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Adrift', 231, 3, 19, 2564958, 502663995, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lost (Pilot, Part 2)', 230, 3, 19, 2436583, 204995876, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Glass Ballerina', 229, 3, 21, 2637458, 535729216, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Further Instructions', 229, 3, 19, 2563980, 502041019, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Orientation', 231, 3, 19, 2609083, 500600434, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tabula Rasa', 230, 3, 19, 2627105, 210526410, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Every Man for Himself', 229, 3, 21, 2637387, 513803546, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Everybody Hates Hugo', 231, 3, 19, 2609192, 498163145, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Walkabout', 230, 3, 19, 2587370, 207748198, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('...And Found', 231, 3, 19, 2563833, 500330548, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Cost of Living', 229, 3, 19, 2637500, 505647192, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('White Rabbit', 230, 3, 19, 2571965, 201654606, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Abandoned', 231, 3, 19, 2587041, 537348711, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('House of the Rising Sun', 230, 3, 19, 2590032, 210379525, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I Do', 229, 3, 19, 2627791, 504676825, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Not In Portland', 229, 3, 21, 2637303, 499061234, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Not In Portland', 229, 3, 21, 2637345, 510546847, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Moth', 230, 3, 19, 2631327, 228896396, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Other 48 Days', 231, 3, 19, 2610625, 535256753, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Collision', 231, 3, 19, 2564916, 475656544, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Confidence Man', 230, 3, 19, 2615244, 223756475, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Flashes Before Your Eyes', 229, 3, 21, 2636636, 537760755, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lost Survival Guide', 229, 3, 21, 2632590, 486675063, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Solitary', 230, 3, 19, 2612894, 207045178, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('What Kate Did', 231, 3, 19, 2610250, 484583988, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Raised By Another', 230, 3, 19, 2590459, 223623810, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Stranger In a Strange Land', 229, 3, 21, 2636428, 505056021, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The 23rd Psalm', 231, 3, 19, 2610416, 487401604, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('All the Best Cowboys Have Daddy Issues', 230, 3, 19, 2555492, 211743651, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Hunting Party', 231, 3, 21, 2611333, 520350364, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tricia Tanaka Is Dead', 229, 3, 21, 2635010, 548197162, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Enter 77', 229, 3, 21, 2629796, 517521422, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fire + Water', 231, 3, 21, 2600333, 488458695, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Whatever the Case May Be', 230, 3, 19, 2616410, 183867185, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hearts and Minds', 230, 3, 19, 2619462, 207607466, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Par Avion', 229, 3, 21, 2629879, 517079642, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Long Con', 231, 3, 19, 2679583, 518376636, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('One of Them', 231, 3, 21, 2698791, 542332389, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Special', 230, 3, 19, 2618530, 219961967, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Man from Tallahassee', 229, 3, 21, 2637637, 550893556, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Exposé', 229, 3, 21, 2593760, 511338017, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Homecoming', 230, 3, 19, 2515882, 210675221, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Maternity Leave', 231, 3, 21, 2780416, 555244214, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Left Behind', 229, 3, 21, 2635343, 538491964, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Outlaws', 230, 3, 19, 2619887, 206500939, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Whole Truth', 231, 3, 21, 2610125, 495487014, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('...In Translation', 230, 3, 19, 2604575, 215441983, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lockdown', 231, 3, 21, 2610250, 543886056, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('One of Us', 229, 3, 21, 2638096, 502387276, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Catch-22', 229, 3, 21, 2561394, 489773399, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dave', 231, 3, 19, 2825166, 574325829, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Numbers', 230, 3, 19, 2609772, 214709143, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('D.O.C.', 229, 3, 21, 2616032, 518556641, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Deus Ex Machina', 230, 3, 19, 2582009, 214996732, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('S.O.S.', 231, 3, 19, 2639541, 517979269, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Do No Harm', 230, 3, 19, 2618487, 212039309, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Two for the Road', 231, 3, 21, 2610958, 502404558, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Greater Good', 230, 3, 19, 2617784, 214130273, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('"?"', 231, 3, 19, 2782333, 528227089, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Born to Run', 230, 3, 19, 2618619, 213772057, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Three Minutes', 231, 3, 19, 2763666, 531556853, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Exodus (Part 1)', 230, 3, 19, 2620747, 213107744, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Live Together, Die Alone, Pt. 1', 231, 3, 21, 2478041, 457364940, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Exodus (Part 2) [Season Finale]', 230, 3, 19, 2605557, 208667059, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Live Together, Die Alone, Pt. 2', 231, 3, 19, 2656531, 503619265, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Exodus (Part 3) [Season Finale]', 230, 3, 19, 2619869, 197937785, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Zoo Station', 232, 1, 1, 'U2', 276349, 9056902, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Even Better Than The Real Thing', 232, 1, 1, 'U2', 221361, 7279392, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One', 232, 1, 1, 'U2', 276192, 9158892, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Until The End Of The World', 232, 1, 1, 'U2', 278700, 9132485, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Who''s Gonna Ride Your Wild Horses', 232, 1, 1, 'U2', 316551, 10304369, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('So Cruel', 232, 1, 1, 'U2', 349492, 11527614, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Fly', 232, 1, 1, 'U2', 268982, 8825399, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mysterious Ways', 232, 1, 1, 'U2', 243826, 8062057, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tryin'' To Throw Your Arms Around The World', 232, 1, 1, 'U2', 232463, 7612124, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ultraviolet (Light My Way)', 232, 1, 1, 'U2', 330788, 10754631, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Acrobat', 232, 1, 1, 'U2', 270288, 8824723, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Is Blindness', 232, 1, 1, 'U2', 263497, 8531766, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beautiful Day', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 248163, 8056723, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stuck In A Moment You Can''t Get Out Of', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 272378, 8997366, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Elevation', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 227552, 7479414, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walk On', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 296280, 9800861, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Kite', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 266893, 8765761, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In A Little While', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 219271, 7189647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wild Honey', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 226768, 7466069, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Peace On Earth', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 288496, 9476171, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When I Look At The World', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 257776, 8500491, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New York', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 330370, 10862323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Grace', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 330657, 10877148, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Three Sunrises', 234, 1, 1, 'U2', 234788, 7717990, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spanish Eyes', 234, 1, 1, 'U2', 196702, 6392710, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sweetest Thing', 234, 1, 1, 'U2', 185103, 6154896, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Comes Tumbling', 234, 1, 1, 'U2', 282671, 9328802, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bass Trap', 234, 1, 1, 'U2', 213289, 6834107, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dancing Barefoot', 234, 1, 1, 'Ivan Kral/Patti Smith', 287895, 9488294, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Everlasting Love', 234, 1, 1, 'Buzz Cason/Mac Gayden', 202631, 6708932, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Unchained Melody', 234, 1, 1, 'Alex North/Hy Zaret', 294164, 9597568, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walk To The Water', 234, 1, 1, 'U2', 289253, 9523336, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Luminous Times (Hold On To Love)', 234, 1, 1, 'Brian Eno/U2', 277760, 9015513, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hallelujah Here She Comes', 234, 1, 1, 'U2', 242364, 8027028, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Silver And Gold', 234, 1, 1, 'Bono', 279875, 9199746, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Endless Deep', 234, 1, 1, 'U2', 179879, 5899070, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Room At The Heartbreak Hotel', 234, 1, 1, 'U2', 274546, 9015416, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Trash, Trampoline And The Party Girl', 234, 1, 1, 'U2', 153965, 5083523, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vertigo', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 194612, 6329502, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miracle Drug', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 239124, 7760916, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sometimes You Can''t Make It On Your Own', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 308976, 10112863, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love And Peace Or Else', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 290690, 9476723, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('City Of Blinding Lights', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 347951, 11432026, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All Because Of You', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 219141, 7198014, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Man And A Woman', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 270132, 8938285, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crumbs From Your Table', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 303568, 9892349, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One Step Closer', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 231680, 7512912, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Original Of The Species', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 281443, 9230041, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Yahweh', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 262034, 8636998, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Discotheque', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 319582, 10442206, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do You Feel Loved', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 307539, 10122694, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mofo', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 349178, 11583042, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('If God Will Send His Angels', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 322533, 10563329, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Staring At The Sun', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 276924, 9082838, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Last Night On Earth', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 285753, 9401017, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gone', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 266866, 8746301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miami', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 293041, 9741603, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Playboy Mansion', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 280555, 9274144, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('If You Wear That Velvet Dress', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 315167, 10227333, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Please', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 302602, 9909484, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wake Up Dead Man', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 292832, 9515903, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Helter Skelter', 237, 1, 1, 'Lennon, John/McCartney, Paul', 187350, 6097636, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Van Diemen''s Land', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 186044, 5990280, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Desire', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 179226, 5874535, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hawkmoon 269', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 382458, 12494987, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All Along The Watchtower', 237, 1, 1, 'Dylan, Bob', 264568, 8623572, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Still Haven''t Found What I''m Looking for', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 353567, 11542247, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Freedom For My People', 237, 1, 1, 'Mabins, Macie/Magee, Sterling/Robinson, Bobby', 38164, 1249764, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Silver And Gold', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 349831, 11450194, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pride (In The Name Of Love)', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 267807, 8806361, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Angel Of Harlem', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 229276, 7498022, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Rescue Me', 237, 1, 1, 'Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge', 384522, 12508716, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When Love Comes To Town', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 255869, 8340954, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heartland', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 303360, 9867748, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('God Part II', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 195604, 6497570, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Star Spangled Banner', 237, 1, 1, 'Hendrix, Jimi', 43232, 1385810, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bullet The Blue Sky', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 337005, 10993607, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All I Want Is You', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 390243, 12729820, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pride (In The Name Of Love)', 238, 1, 1, 'U2', 230243, 7549085, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Year''s Day', 238, 1, 1, 'U2', 258925, 8491818, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('With Or Without You', 238, 1, 1, 'U2', 299023, 9765188, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Still Haven''t Found What I''m Looking For', 238, 1, 1, 'U2', 280764, 9306737, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sunday Bloody Sunday', 238, 1, 1, 'U2', 282174, 9269668, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bad', 238, 1, 1, 'U2', 351817, 11628058, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Where The Streets Have No Name', 238, 1, 1, 'U2', 276218, 9042305, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Will Follow', 238, 1, 1, 'U2', 218253, 7184825, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Unforgettable Fire', 238, 1, 1, 'U2', 295183, 9684664, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sweetest Thing', 238, 1, 1, 'U2 & Daragh O''Toole', 183066, 6071385, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Desire', 238, 1, 1, 'U2', 179853, 5893206, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When Love Comes To Town', 238, 1, 1, 'U2', 258194, 8479525, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Angel Of Harlem', 238, 1, 1, 'U2', 230217, 7527339, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All I Want Is You', 238, 1, 1, 'U2 & Van Dyke Parks', 591986, 19202252, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sunday Bloody Sunday', 239, 1, 1, 'U2', 278204, 9140849, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Seconds', 239, 1, 1, 'U2', 191582, 6352121, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Year''s Day', 239, 1, 1, 'U2', 336274, 11054732, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Like A Song...', 239, 1, 1, 'U2', 287294, 9365379, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drowning Man', 239, 1, 1, 'U2', 254458, 8457066, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Refugee', 239, 1, 1, 'U2', 221283, 7374043, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Two Hearts Beat As One', 239, 1, 1, 'U2', 243487, 7998323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Red Light', 239, 1, 1, 'U2', 225854, 7453704, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Surrender', 239, 1, 1, 'U2', 333505, 11221406, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('"40"', 239, 1, 1, 'U2', 157962, 5251767, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Zooropa', 240, 1, 1, 'U2; Bono', 392359, 12807979, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Babyface', 240, 1, 1, 'U2; Bono', 241998, 7942573, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Numb', 240, 1, 1, 'U2; Edge, The', 260284, 8577861, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lemon', 240, 1, 1, 'U2; Bono', 418324, 13988878, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stay (Faraway, So Close!)', 240, 1, 1, 'U2; Bono', 298475, 9785480, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Daddy''s Gonna Pay For Your Crashed Car', 240, 1, 1, 'U2; Bono', 320287, 10609581, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Some Days Are Better Than Others', 240, 1, 1, 'U2; Bono', 257436, 8417690, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The First Time', 240, 1, 1, 'U2; Bono', 225697, 7247651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dirty Day', 240, 1, 1, 'U2; Bono & Edge, The', 324440, 10652877, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wanderer', 240, 1, 1, 'U2; Bono', 283951, 9258717, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Breakfast In Bed', 241, 1, 8, 196179, 6513325, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Where Did I Go Wrong', 241, 1, 8, 226742, 7485054, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I Would Do For You', 241, 1, 8, 334524, 11193602, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Homely Girl', 241, 1, 8, 203833, 6790788, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Here I Am (Come And Take Me)', 241, 1, 8, 242102, 8106249, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Kingston Town', 241, 1, 8, 226951, 7638236, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wear You To The Ball', 241, 1, 8, 213342, 7159527, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('(I Can''t Help) Falling In Love With You', 241, 1, 8, 207568, 6905623, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Higher Ground', 241, 1, 8, 260179, 8665244, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bring Me Your Cup', 241, 1, 8, 341498, 11346114, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('C''est La Vie', 241, 1, 8, 270053, 9031661, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Reggae Music', 241, 1, 8, 245106, 8203931, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Superstition', 241, 1, 8, 319582, 10728099, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Until My Dying Day', 241, 1, 8, 235807, 7886195, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Where Have All The Good Times Gone?', 242, 1, 1, 'Ray Davies', 186723, 6063937, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hang ''Em High', 242, 1, 1, 'Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony', 210259, 6872314, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cathedral', 242, 1, 1, 'Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony', 82860, 2650998, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Secrets', 242, 1, 1, 'Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony', 206968, 6803255, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Intruder', 242, 1, 1, 'Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony', 100153, 3282142, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('(Oh) Pretty Woman', 242, 1, 1, 'Bill Dees/Roy Orbison', 174680, 5665828, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dancing In The Street', 242, 1, 1, 'Ivy Jo Hunter/Marvin Gaye/William Stevenson', 225985, 7461499, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Little Guitars (Intro)', 242, 1, 1, 'Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony', 42240, 1439530, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Little Guitars', 242, 1, 1, 'Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony', 228806, 7453043, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Big Bad Bill (Is Sweet William Now)', 242, 1, 1, 'Jack Yellen/Milton Ager', 165146, 5489609, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Full Bug', 242, 1, 1, 'Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony', 201116, 6551013, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Happy Trails', 242, 1, 1, 'Dale Evans', 65488, 2111141, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eruption', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony', 102164, 3272891, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ain''t Talkin'' ''bout Love', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony', 228336, 7569506, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Runnin'' With The Devil', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony', 215902, 7061901, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dance the Night Away', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony', 185965, 6087433, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('And the Cradle Will Rock...', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony', 213968, 7011402, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Unchained', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony', 208953, 6777078, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jump', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth', 241711, 7911090, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Panama', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth', 211853, 6921784, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Why Can''t This Be Love', 243, 1, 1, 'Van Halen', 227761, 7457655, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dreams', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar', 291813, 9504119, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When It''s Love', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar', 338991, 11049966, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Poundcake', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar', 321854, 10366978, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Right Now', 243, 1, 1, 'Van Halen', 321828, 10503352, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can''t Stop Loving You', 243, 1, 1, 'Van Halen', 248502, 8107896, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Humans Being', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar', 308950, 10014683, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can''t Get This Stuff No More', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth', 315376, 10355753, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Me Wise Magic', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth', 366053, 12013467, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Runnin'' With The Devil', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 216032, 7056863, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eruption', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 102556, 3286026, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Really Got Me', 244, 1, 1, 'Ray Davies', 158589, 5194092, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ain''t Talkin'' ''Bout Love', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 230060, 7617284, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I''m The One', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 226507, 7373922, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jamie''s Cryin''', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 210546, 6946086, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Atomic Punk', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 182073, 5908861, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Feel Your Love Tonight', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 222850, 7293608, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Little Dreamer', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 203258, 6648122, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ice Cream Man', 244, 1, 1, 'John Brim', 200306, 6573145, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('On Fire', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 180636, 5879235, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Neworld', 245, 1, 1, 'Van Halen', 105639, 3495897, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Without You', 245, 1, 1, 'Van Halen', 390295, 12619558, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One I Want', 245, 1, 1, 'Van Halen', 330788, 10743970, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('From Afar', 245, 1, 1, 'Van Halen', 324414, 10524554, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dirty Water Dog', 245, 1, 1, 'Van Halen', 327392, 10709202, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Once', 245, 1, 1, 'Van Halen', 462837, 15378082, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fire in the Hole', 245, 1, 1, 'Van Halen', 331728, 10846768, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Josephina', 245, 1, 1, 'Van Halen', 342491, 11161521, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Year to the Day', 245, 1, 1, 'Van Halen', 514612, 16621333, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Primary', 245, 1, 1, 'Van Halen', 86987, 2812555, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ballot or the Bullet', 245, 1, 1, 'Van Halen', 342282, 11212955, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('How Many Say I', 245, 1, 1, 'Van Halen', 363937, 11716855, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sucker Train Blues', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 267859, 8738780, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do It For The Kids', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 235911, 7693331, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Big Machine', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 265613, 8673442, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Illegal I Song', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 257750, 8483347, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spectacle', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 221701, 7252876, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fall To Pieces', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 270889, 8823096, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Headspace', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 223033, 7237986, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Superhuman', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 255921, 8365328, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Set Me Free', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 247954, 8053388, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Got No Right', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 335412, 10991094, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slither', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 248398, 8118785, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dirty Little Thing', 246, 1, 1, 'Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash', 237844, 7732982, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Loving The Alien', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 348786, 11412762, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pela Luz Dos Olhos Teus', 247, 1, 7, 119196, 3905715, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Bencao E Outros', 247, 1, 7, 421093, 14234427, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tudo Na Mais Santa Paz', 247, 1, 7, 222406, 7426757, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Velho E Aflor', 247, 1, 7, 275121, 9126828, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cotidiano N 2', 247, 1, 7, 55902, 1805797, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Adeus', 247, 1, 7, 221884, 7259351, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba Pra Endrigo', 247, 1, 7, 259265, 8823551, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('So Por Amor', 247, 1, 7, 236591, 7745764, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meu Pranto Rolou', 247, 1, 7, 181760, 6003345, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mulher Carioca', 247, 1, 7, 191686, 6395048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Homem Chamado Alfredo', 247, 1, 7, 151640, 4976227, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba Do Jato', 247, 1, 7, 220813, 7357840, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Oi, La', 247, 1, 7, 167053, 5562700, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vinicius, Poeta Do Encontro', 247, 1, 7, 336431, 10858776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Soneto Da Separacao', 247, 1, 7, 193880, 6277511, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Still Of The Night', 141, 1, 3, 'Sykes', 398210, 13043817, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Here I Go Again', 141, 1, 3, 'Marsden', 233874, 7652473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Is This Love', 141, 1, 3, 'Sykes', 283924, 9262360, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Ain''t No Stranger', 141, 1, 3, 'Galley', 259395, 8490428, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Looking For Love', 141, 1, 3, 'Sykes', 391941, 12769847, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Now You''re Gone', 141, 1, 3, 'Vandenberg', 251141, 8162193, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slide It In', 141, 1, 3, 'Coverdale', 202475, 6615152, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slow An'' Easy', 141, 1, 3, 'Moody', 367255, 11961332, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Judgement Day', 141, 1, 3, 'Vandenberg', 317074, 10326997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You''re Gonna Break My Hart Again', 141, 1, 3, 'Sykes', 250853, 8176847, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Deeper The Love', 141, 1, 3, 'Vandenberg', 262791, 8606504, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crying In The Rain', 141, 1, 3, 'Coverdale', 337005, 10931921, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fool For Your Loving', 141, 1, 3, 'Marsden/Moody', 250801, 8129820, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sweet Lady Luck', 141, 1, 3, 'Vandenberg', 273737, 8919163, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Faixa Amarela', 248, 1, 7, 'Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho', 240692, 8082036, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Posso Até Me Apaixonar', 248, 1, 7, 'Dudu Nobre', 200698, 6735526, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Não Sou Mais Disso', 248, 1, 7, 'Jorge Aragão/Zeca Pagodinho', 225985, 7613817, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vivo Isolado Do Mundo', 248, 1, 7, 'Alcides Dias Lopes', 180035, 6073995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Coração Em Desalinho', 248, 1, 7, 'Mauro Diniz/Ratino Sigem', 185208, 6225948, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Seu Balancê', 248, 1, 7, 'Paulinho Rezende/Toninho Geraes', 219454, 7311219, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vai Adiar', 248, 1, 7, 'Alcino Corrêa/Monarco', 270393, 9134882, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rugas', 248, 1, 7, 'Augusto Garcez/Nelson Cavaquinho', 140930, 4703182, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja', 248, 1, 7, 'Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho', 107206, 3593684, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sem Essa de Malandro Agulha', 248, 1, 7, 'Aldir Blanc/Jayme Vignoli', 158484, 5332668, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Chico Não Vai na Corimba', 248, 1, 7, 'Dudu Nobre/Zeca Pagodinho', 269374, 9122188, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Papel Principal', 248, 1, 7, 'Almir Guineto/Dedé Paraiso/Luverci Ernesto', 217495, 7325302, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Saudade Louca', 248, 1, 7, 'Acyr Marques/Arlindo Cruz/Franco', 243591, 8136475, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Camarão que Dorme e Onda Leva', 248, 1, 7, 'Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho', 299102, 10012231, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sapopemba e Maxambomba', 248, 1, 7, 'Nei Lopes/Wilson Moreira', 245394, 8268712, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Minha Fé', 248, 1, 7, 'Murilão', 206994, 6981474, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lua de Ogum', 248, 1, 7, 'Ratinho/Zeca Pagodinho', 168463, 5719129, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Samba pras moças', 248, 1, 7, 'Grazielle/Roque Ferreira', 152816, 5121366, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Verdade', 248, 1, 7, 'Carlinhos Santana/Nelson Rufino', 332826, 11120708, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Brig', 229, 3, 21, 2617325, 488919543, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('.07%', 228, 3, 21, 2585794, 541715199, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Five Years Gone', 228, 3, 21, 2587712, 530551890, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Hard Part', 228, 3, 21, 2601017, 475996611, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Man Behind the Curtain', 229, 3, 21, 2615990, 493951081, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Greatest Hits', 229, 3, 21, 2617117, 522102916, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Landslide', 228, 3, 21, 2600725, 518677861, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Office: An American Workplace (Pilot)', 249, 3, 19, 1380833, 290482361, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Diversity Day', 249, 3, 19, 1306416, 257879716, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Health Care', 249, 3, 19, 1321791, 260493577, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Alliance', 249, 3, 19, 1317125, 266203162, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Basketball', 249, 3, 19, 1323541, 267464180, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hot Girl', 249, 3, 19, 1325458, 267836576, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Dundies', 250, 3, 19, 1253541, 246845576, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sexual Harassment', 250, 3, 19, 1294541, 273069146, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Office Olympics', 250, 3, 19, 1290458, 256247623, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Fire', 250, 3, 19, 1288166, 266856017, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Halloween', 250, 3, 19, 1315333, 249205209, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Fight', 250, 3, 19, 1320028, 277149457, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Client', 250, 3, 19, 1299341, 253836788, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Performance Review', 250, 3, 19, 1292458, 256143822, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Email Surveillance', 250, 3, 19, 1328870, 265101113, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Christmas Party', 250, 3, 19, 1282115, 260891300, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Booze Cruise', 250, 3, 19, 1267958, 252518021, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Injury', 250, 3, 19, 1275275, 253912762, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Secret', 250, 3, 19, 1264875, 253143200, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Carpet', 250, 3, 19, 1264375, 256477011, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Boys and Girls', 250, 3, 19, 1278333, 255245729, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Valentine''s Day', 250, 3, 19, 1270375, 253552710, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dwight''s Speech', 250, 3, 19, 1278041, 255001728, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Take Your Daughter to Work Day', 250, 3, 19, 1268333, 253451012, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Michael''s Birthday', 250, 3, 19, 1237791, 247238398, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Drug Testing', 250, 3, 19, 1278625, 244626927, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Conflict Resolution', 250, 3, 19, 1274583, 253808658, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Casino Night - Season Finale', 250, 3, 19, 1712791, 327642458, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gay Witch Hunt', 251, 3, 19, 1326534, 276942637, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Convention', 251, 3, 19, 1297213, 255117055, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Coup', 251, 3, 19, 1276526, 267205501, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Grief Counseling', 251, 3, 19, 1282615, 256912833, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Initiation', 251, 3, 19, 1280113, 251728257, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Diwali', 251, 3, 19, 1279904, 252726644, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Branch Closing', 251, 3, 19, 1822781, 358761786, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Merger', 251, 3, 19, 1801926, 345960631, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Convict', 251, 3, 22, 1273064, 248863427, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Benihana Christmas, Pts. 1 & 2', 251, 3, 22, 2519436, 515301752, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Back from Vacation', 251, 3, 22, 1271688, 245378749, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Traveling Salesmen', 251, 3, 22, 1289039, 250822697, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Producer''s Cut: The Return', 251, 3, 22, 1700241, 337219980, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ben Franklin', 251, 3, 22, 1271938, 264168080, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Phyllis''s Wedding', 251, 3, 22, 1271521, 258561054, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Business School', 251, 3, 22, 1302093, 254402605, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cocktails', 251, 3, 22, 1272522, 259011909, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Negotiation', 251, 3, 22, 1767851, 371663719, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Safety Training', 251, 3, 22, 1271229, 253054534, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Product Recall', 251, 3, 22, 1268268, 251208610, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Women''s Appreciation', 251, 3, 22, 1732649, 338778844, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Beach Games', 251, 3, 22, 1676134, 333671149, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Job', 251, 3, 22, 2541875, 501060138, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('How to Stop an Exploding Man', 228, 3, 21, 2687103, 487881159, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Through a Looking Glass', 229, 3, 21, 5088838, 1059546140, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Your Time Is Gonna Come', 252, 2, 1, 'Page, Jones', 310774, 5126563, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Battlestar Galactica, Pt. 1', 253, 3, 20, 2952702, 541359437, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Battlestar Galactica, Pt. 2', 253, 3, 20, 2956081, 521387924, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Battlestar Galactica, Pt. 3', 253, 3, 20, 2927802, 554509033, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lost Planet of the Gods, Pt. 1', 253, 3, 20, 2922547, 537812711, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lost Planet of the Gods, Pt. 2', 253, 3, 20, 2914664, 534343985, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Lost Warrior', 253, 3, 20, 2920045, 558872190, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Long Patrol', 253, 3, 20, 2925008, 513122217, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Gun On Ice Planet Zero, Pt. 1', 253, 3, 20, 2907615, 540980196, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Gun On Ice Planet Zero, Pt. 2', 253, 3, 20, 2924341, 546542281, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Magnificent Warriors', 253, 3, 20, 2924716, 570152232, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Young Lords', 253, 3, 20, 2863571, 587051735, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Living Legend, Pt. 1', 253, 3, 20, 2924507, 503641007, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Living Legend, Pt. 2', 253, 3, 20, 2923298, 515632754, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fire In Space', 253, 3, 20, 2926593, 536784757, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('War of the Gods, Pt. 1', 253, 3, 20, 2922630, 505761343, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('War of the Gods, Pt. 2', 253, 3, 20, 2923381, 487899692, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Man With Nine Lives', 253, 3, 20, 2956998, 577829804, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Murder On the Rising Star', 253, 3, 20, 2935894, 551759986, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Greetings from Earth, Pt. 1', 253, 3, 20, 2960293, 536824558, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Greetings from Earth, Pt. 2', 253, 3, 20, 2903778, 527842860, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Baltar''s Escape', 253, 3, 20, 2922088, 525564224, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Experiment In Terra', 253, 3, 20, 2923548, 547982556, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Take the Celestra', 253, 3, 20, 2927677, 512381289, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Hand of God', 253, 3, 20, 2924007, 536583079, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pilot', 254, 3, 19, 2484567, 492670102, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Through the Looking Glass, Pt. 2', 229, 3, 21, 2617117, 550943353, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Through the Looking Glass, Pt. 1', 229, 3, 21, 2610860, 493211809, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Instant Karma', 255, 2, 9, 193188, 3150090, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('#9 Dream', 255, 2, 9, 278312, 4506425, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mother', 255, 2, 9, 287740, 4656660, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Give Peace a Chance', 255, 2, 9, 274644, 4448025, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cold Turkey', 255, 2, 9, 281424, 4556003, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Whatever Gets You Thru the Night', 255, 2, 9, 215084, 3499018, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I''m Losing You', 255, 2, 9, 240719, 3907467, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gimme Some Truth', 255, 2, 9, 232778, 3780807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Oh, My Love', 255, 2, 9, 159473, 2612788, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Imagine', 255, 2, 9, 192329, 3136271, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nobody Told Me', 255, 2, 9, 210348, 3423395, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Jealous Guy', 255, 2, 9, 239094, 3881620, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Working Class Hero', 255, 2, 9, 265449, 4301430, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Power to the People', 255, 2, 9, 213018, 3466029, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Imagine', 255, 2, 9, 219078, 3562542, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Beautiful Boy', 255, 2, 9, 227995, 3704642, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Isolation', 255, 2, 9, 156059, 2558399, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Watching the Wheels', 255, 2, 9, 198645, 3237063, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Grow Old With Me', 255, 2, 9, 149093, 2447453, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gimme Some Truth', 255, 2, 9, 187546, 3060083, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('[Just Like] Starting Over', 255, 2, 9, 215549, 3506308, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('God', 255, 2, 9, 260410, 4221135, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Real Love', 255, 2, 9, 236911, 3846658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sympton of the Universe', 256, 2, 1, 340890, 5489313, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Snowblind', 256, 2, 1, 295960, 4773171, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Black Sabbath', 256, 2, 1, 364180, 5860455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fairies Wear Boots', 256, 2, 1, 392764, 6315916, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('War Pigs', 256, 2, 1, 515435, 8270194, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Wizard', 256, 2, 1, 282678, 4561796, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('N.I.B.', 256, 2, 1, 335248, 5399456, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sweet Leaf', 256, 2, 1, 354706, 5709700, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Never Say Die', 256, 2, 1, 258343, 4173799, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sabbath, Bloody Sabbath', 256, 2, 1, 333622, 5373633, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Iron Man/Children of the Grave', 256, 2, 1, 552308, 8858616, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Paranoid', 256, 2, 1, 189171, 3071042, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rock You Like a Hurricane', 257, 2, 1, 255766, 4300973, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('No One Like You', 257, 2, 1, 240325, 4050259, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Zoo', 257, 2, 1, 332740, 5550779, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Loving You Sunday Morning', 257, 2, 1, 339125, 5654493, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Still Loving You', 257, 2, 1, 390674, 6491444, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Big City Nights', 257, 2, 1, 251865, 4237651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Believe in Love', 257, 2, 1, 325774, 5437651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rhythm of Love', 257, 2, 1, 231246, 3902834, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I Can''t Explain', 257, 2, 1, 205332, 3482099, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tease Me Please Me', 257, 2, 1, 287229, 4811894, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wind of Change', 257, 2, 1, 315325, 5268002, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Send Me an Angel', 257, 2, 1, 273041, 4581492, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jump Around', 258, 1, 17, 'E. Schrody/L. Muggerud', 217835, 8715653, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Salutations', 258, 1, 17, 'E. Schrody/L. Dimant', 69120, 2767047, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Put Your Head Out', 258, 1, 17, 'E. Schrody/L. Freese/L. Muggerud', 182230, 7291473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Top O'' The Morning To Ya', 258, 1, 17, 'E. Schrody/L. Dimant', 216633, 8667599, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Commercial 1', 258, 1, 17, 'L. Muggerud', 7941, 319888, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('House And The Rising Sun', 258, 1, 17, 'E. Schrody/J. Vasquez/L. Dimant', 219402, 8778369, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shamrocks And Shenanigans', 258, 1, 17, 'E. Schrody/L. Dimant', 218331, 8735518, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('House Of Pain Anthem', 258, 1, 17, 'E. Schrody/L. Dimant', 155611, 6226713, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Danny Boy, Danny Boy', 258, 1, 17, 'E. Schrody/L. Muggerud', 114520, 4583091, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Guess Who''s Back', 258, 1, 17, 'E. Schrody/L. Muggerud', 238393, 9537994, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Commercial 2', 258, 1, 17, 'L. Muggerud', 21211, 850698, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Put On Your Shit Kickers', 258, 1, 17, 'E. Schrody/L. Muggerud', 190432, 7619569, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Come And Get Some Of This', 258, 1, 17, 'E. Schrody/L. Muggerud/R. Medrano', 170475, 6821279, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Life Goes On', 258, 1, 17, 'E. Schrody/R. Medrano', 163030, 6523458, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One For The Road', 258, 1, 17, 'E. Schrody/L. Dimant/L. Muggerud', 170213, 6810820, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Feel It', 258, 1, 17, 'E. Schrody/R. Medrano', 239908, 9598588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All My Love', 258, 1, 17, 'E. Schrody/L. Dimant', 200620, 8027065, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jump Around (Pete Rock Remix)', 258, 1, 17, 'E. Schrody/L. Muggerud', 236120, 9447101, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix)', 258, 1, 17, 'E. Schrody/L. Dimant', 237035, 9483705, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Instinto Colectivo', 259, 1, 15, 300564, 12024875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Chapa o Coco', 259, 1, 15, 143830, 5755478, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Prostituta', 259, 1, 15, 359000, 14362307, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Eu So Queria Sumir', 259, 1, 15, 269740, 10791921, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tres Reis', 259, 1, 15, 304143, 12168015, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Lugar ao Sol', 259, 1, 15, 212323, 8495217, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Batalha Naval', 259, 1, 15, 285727, 11431382, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Todo o Carnaval tem seu Fim', 259, 1, 15, 237426, 9499371, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Misterio do Samba', 259, 1, 15, 226142, 9047970, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Armadura', 259, 1, 15, 232881, 9317533, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Na Ladeira', 259, 1, 15, 221570, 8865099, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Carimbo', 259, 1, 15, 328751, 13152314, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Catimbo', 259, 1, 15, 254484, 10181692, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Funk de Bamba', 259, 1, 15, 237322, 9495184, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Chega no Suingue', 259, 1, 15, 221805, 8874509, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mun-Ra', 259, 1, 15, 274651, 10988338, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Freestyle Love', 259, 1, 15, 318484, 12741680, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('War Pigs', 260, 4, 23, 234013, 8052374, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Past, Present, and Future', 261, 3, 21, 2492867, 490796184, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Beginning of the End', 261, 3, 21, 2611903, 526865050, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('LOST Season 4 Trailer', 261, 3, 21, 112712, 20831818, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('LOST In 8:15', 261, 3, 21, 497163, 98460675, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Confirmed Dead', 261, 3, 21, 2611986, 512168460, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Economist', 261, 3, 21, 2609025, 516934914, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Eggtown', 261, 3, 19, 2608817, 501061240, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Constant', 261, 3, 21, 2611569, 520209363, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Other Woman', 261, 3, 21, 2605021, 513246663, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ji Yeon', 261, 3, 19, 2588797, 506458858, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meet Kevin Johnson', 261, 3, 19, 2612028, 504132981, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Shape of Things to Come', 261, 3, 21, 2591299, 502284266, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Amanda', 262, 5, 2, 'Luca Gusella', 246503, 4011615, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Despertar', 262, 5, 2, 'Andrea Dulbecco', 307385, 4821485, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Din Din Wo (Little Child)', 263, 5, 16, 'Habib Koité', 285837, 4615841, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Distance', 264, 5, 15, 'Karsh Kale/Vishal Vaid', 327122, 5327463, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Guess You''re Right', 265, 5, 1, 'Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris', 212044, 3453849, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Ka Barra (Your Work)', 263, 5, 16, 'Habib Koité', 300605, 4855457, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Comes', 265, 5, 1, 'Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris', 199923, 3240609, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Muita Bobeira', 266, 5, 7, 'Luciana Souza', 172710, 2775071, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('OAM''s Blues', 267, 5, 2, 'Aaron Goldberg', 266936, 4292028, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One Step Beyond', 264, 5, 15, 'Karsh Kale', 366085, 6034098, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace', 268, 5, 24, 'Ludwig van Beethoven', 356426, 5817216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Something Nice Back Home', 261, 3, 21, 2612779, 484711353, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cabin Fever', 261, 3, 21, 2612028, 477733942, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('There''s No Place Like Home, Pt. 1', 261, 3, 21, 2609526, 522919189, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('There''s No Place Like Home, Pt. 2', 261, 3, 21, 2497956, 523748920, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('There''s No Place Like Home, Pt. 3', 261, 3, 21, 2582957, 486161766, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Say Hello 2 Heaven', 269, 2, 23, 384497, 6477217, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Reach Down', 269, 2, 23, 672773, 11157785, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hunger Strike', 269, 2, 23, 246292, 4233212, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pushin Forward Back', 269, 2, 23, 225278, 3892066, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Call Me a Dog', 269, 2, 23, 304458, 5177612, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Times of Trouble', 269, 2, 23, 342539, 5795951, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wooden Jesus', 269, 2, 23, 250565, 4302603, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Your Savior', 269, 2, 23, 244226, 4199626, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Four Walled World', 269, 2, 23, 414474, 6964048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('All Night Thing', 269, 2, 23, 231803, 3997982, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Such Thing', 270, 2, 23, 'Chris Cornell', 224837, 3691272, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Poison Eye', 270, 2, 23, 'Chris Cornell', 237120, 3890037, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Arms Around Your Love', 270, 2, 23, 'Chris Cornell', 214016, 3516224, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Safe and Sound', 270, 2, 23, 'Chris Cornell', 256764, 4207769, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She''ll Never Be Your Man', 270, 2, 23, 'Chris Cornell', 204078, 3355715, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ghosts', 270, 2, 23, 'Chris Cornell', 231547, 3799745, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Killing Birds', 270, 2, 23, 'Chris Cornell', 218498, 3588776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Billie Jean', 270, 2, 23, 'Michael Jackson', 281401, 4606408, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Scar On the Sky', 270, 2, 23, 'Chris Cornell', 220193, 3616618, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Your Soul Today', 270, 2, 23, 'Chris Cornell', 205959, 3385722, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Finally Forever', 270, 2, 23, 'Chris Cornell', 217035, 3565098, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Silence the Voices', 270, 2, 23, 'Chris Cornell', 267376, 4379597, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Disappearing Act', 270, 2, 23, 'Chris Cornell', 273320, 4476203, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Know My Name', 270, 2, 23, 'Chris Cornell', 240255, 3940651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Revelations', 271, 2, 23, 252376, 4111051, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('One and the Same', 271, 2, 23, 217732, 3559040, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sound of a Gun', 271, 2, 23, 260154, 4234990, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Until We Fall', 271, 2, 23, 230758, 3766605, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Original Fire', 271, 2, 23, 218916, 3577821, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Broken City', 271, 2, 23, 228366, 3728955, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Somedays', 271, 2, 23, 213831, 3497176, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Shape of Things to Come', 271, 2, 23, 274597, 4465399, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Jewel of the Summertime', 271, 2, 23, 233242, 3806103, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wide Awake', 271, 2, 23, 266308, 4333050, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nothing Left to Say But Goodbye', 271, 2, 23, 213041, 3484335, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Moth', 271, 2, 23, 298049, 4838884, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Show Me How to Live (Live at the Quart Festival)', 271, 2, 23, 301974, 4901540, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Band Members Discuss Tracks from "Revelations"', 271, 3, 23, 294294, 61118891, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Intoitus: Adorate Deum', 272, 2, 24, 'Anonymous', 245317, 4123531, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miserere mei, Deus', 273, 2, 24, 'Gregorio Allegri', 501503, 8285941, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Canon and Gigue in D Major: I. Canon', 274, 2, 24, 'Johann Pachelbel', 271788, 4438393, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro', 275, 2, 24, 'Antonio Vivaldi', 199086, 3347810, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace', 276, 2, 24, 'Johann Sebastian Bach', 193722, 3192890, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria', 277, 2, 24, 'Johann Sebastian Bach', 120463, 2081895, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude', 278, 2, 24, 'Johann Sebastian Bach', 143288, 2315495, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound', 279, 2, 24, 'George Frideric Handel', 582029, 9553140, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Solomon HWV 67: The Arrival of the Queen of Sheba', 280, 2, 24, 'George Frideric Handel', 197135, 3247914, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('"Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro', 281, 2, 24, 'Wolfgang Amadeus Mozart', 348971, 5760129, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concerto for Clarinet in A Major, K. 622: II. Adagio', 282, 2, 24, 'Wolfgang Amadeus Mozart', 394482, 6474980, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No. 104 in D Major "London": IV. Finale: Spiritoso', 283, 4, 24, 'Franz Joseph Haydn', 306687, 10085867, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No.5 in C Minor: I. Allegro con brio', 284, 2, 24, 'Ludwig van Beethoven', 392462, 6419730, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ave Maria', 285, 2, 24, 'Franz Schubert', 338243, 5605648, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nabucco: Chorus, "Va, Pensiero, Sull''ali Dorate"', 286, 2, 24, 'Giuseppe Verdi', 274504, 4498583, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Die Walküre: The Ride of the Valkyries', 287, 2, 24, 'Richard Wagner', 189008, 3114209, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Requiem, Op.48: 4. Pie Jesu', 288, 2, 24, 'Gabriel Fauré', 258924, 4314850, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy', 289, 2, 24, 'Peter Ilyich Tchaikovsky', 304226, 5184289, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma"', 290, 2, 24, 'Edward Elgar', 250031, 4124707, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Madama Butterfly: Un Bel Dì Vedremo', 291, 2, 24, 'Giacomo Puccini', 277639, 4588197, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jupiter, the Bringer of Jollity', 292, 2, 24, 'Gustav Holst', 522099, 8547876, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Turandot, Act III, Nessun dorma!', 293, 2, 24, 'Giacomo Puccini', 176911, 2920890, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Adagio for Strings from the String Quartet, Op. 11', 294, 2, 24, 'Samuel Barber', 596519, 9585597, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carmina Burana: O Fortuna', 295, 2, 24, 'Carl Orff', 156710, 2630293, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fanfare for the Common Man', 296, 2, 24, 'Aaron Copland', 198064, 3211245, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Branch Closing', 251, 3, 22, 1814855, 360331351, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Return', 251, 3, 22, 1705080, 343877320, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Toccata and Fugue in D Minor, BWV 565: I. Toccata', 297, 2, 24, 'Johann Sebastian Bach', 153901, 2649938, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio', 298, 2, 24, 'Sergei Prokofiev', 254001, 4195542, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Scheherazade, Op. 35: I. The Sea and Sindbad''s Ship', 299, 2, 24, 'Nikolai Rimsky-Korsakov', 545203, 8916313, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concerto No.2 in F Major, BWV1047, I. Allegro', 300, 2, 24, 'Johann Sebastian Bach', 307244, 5064553, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto', 301, 2, 24, 'Frédéric Chopin', 560342, 9160082, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cavalleria Rusticana \ Act \ Intermezzo Sinfonico', 302, 2, 24, 'Pietro Mascagni', 243436, 4001276, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)', 303, 2, 24, 'Jean Sibelius', 406000, 5908455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto', 304, 2, 24, 'Ludwig van Beethoven', 391000, 6318740, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fantasia On Greensleeves', 280, 2, 24, 'Ralph Vaughan Williams', 268066, 4513190, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Das Lied Von Der Erde, Von Der Jugend', 305, 2, 24, 'Gustav Mahler', 223583, 3700206, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato', 306, 2, 24, 'Edward Elgar', 483133, 7865479, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Two Fanfares for Orchestra: II. Short Ride in a Fast Machine', 307, 2, 24, 'John Adams', 254930, 4310896, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wellington''s Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph', 308, 2, 24, 'Ludwig van Beethoven', 412000, 6965201, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Missa Papae Marcelli: Kyrie', 309, 2, 24, 'Giovanni Pierluigi da Palestrina', 240666, 4244149, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Romeo et Juliette: No. 11 - Danse des Chevaliers', 310, 2, 24, 275015, 4519239, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('On the Beautiful Blue Danube', 311, 2, 24, 'Johann Strauss II', 526696, 8610225, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphonie Fantastique, Op. 14: V. Songe d''une nuit du sabbat', 312, 2, 24, 'Hector Berlioz', 561967, 9173344, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carmen: Overture', 313, 2, 24, 'Georges Bizet', 132932, 2189002, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lamentations of Jeremiah, First Set \ Incipit Lamentatio', 314, 2, 24, 'Thomas Tallis', 69194, 1208080, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Music for the Royal Fireworks, HWV351 (1749): La Réjouissance', 315, 2, 24, 'George Frideric Handel', 120000, 2193734, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Peer Gynt Suite No.1, Op.46: 1. Morning Mood', 316, 2, 24, 'Edvard Grieg', 253422, 4298769, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze"', 317, 2, 25, 'Wolfgang Amadeus Mozart', 174813, 2861468, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('SCRIABIN: Prelude in B Major, Op. 11, No. 11', 318, 4, 24, 101293, 3819535, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pavan, Lachrimae Antiquae', 319, 2, 24, 'John Dowland', 253281, 4211495, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro', 320, 2, 24, 'Wolfgang Amadeus Mozart', 362933, 6173269, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rehab', 321, 2, 14, 213240, 3416878, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('You Know I''m No Good', 321, 2, 14, 256946, 4133694, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Me & Mr. Jones', 321, 2, 14, 151706, 2449438, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Just Friends', 321, 2, 14, 191933, 3098906, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Back to Black', 321, 2, 14, 'Mark Ronson', 240320, 3852953, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Love Is a Losing Game', 321, 2, 14, 154386, 2509409, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tears Dry On Their Own', 321, 2, 14, 'Nickolas Ashford & Valerie Simpson', 185293, 2996598, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wake Up Alone', 321, 2, 14, 'Paul O''duffy', 221413, 3576773, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Some Unholy War', 321, 2, 14, 141520, 2304465, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('He Can Only Hold Her', 321, 2, 14, 'Richard Poindexter & Robert Poindexter', 166680, 2666531, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('You Know I''m No Good (feat. Ghostface Killah)', 321, 2, 14, 202320, 3260658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rehab (Hot Chip Remix)', 321, 2, 14, 418293, 6670600, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Intro / Stronger Than Me', 322, 2, 9, 234200, 3832165, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('You Sent Me Flying / Cherry', 322, 2, 9, 409906, 6657517, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('F**k Me Pumps', 322, 2, 9, 'Salaam Remi', 200253, 3324343, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I Heard Love Is Blind', 322, 2, 9, 129666, 2190831, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('(There Is) No Greater Love (Teo Licks)', 322, 2, 9, 'Isham Jones & Marty Symes', 167933, 2773507, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In My Bed', 322, 2, 9, 'Salaam Remi', 315960, 5211774, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Take the Box', 322, 2, 9, 'Luke Smith', 199160, 3281526, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('October Song', 322, 2, 9, 'Matt Rowe & Stefan Skarbek', 204846, 3358125, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What Is It About Men', 322, 2, 9, 'Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole', 209573, 3426106, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Help Yourself', 322, 2, 9, 'Freddy James, Jimmy hogarth & Larry Stock', 300884, 5029266, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Amy Amy Amy (Outro)', 322, 2, 9, 'Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek', 663426, 10564704, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Slowness', 323, 2, 23, 215386, 3644793, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Prometheus Overture, Op. 43', 324, 4, 24, 'Ludwig van Beethoven', 339567, 10887931, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sonata for Solo Violin: IV: Presto', 325, 4, 24, 'Béla Bartók', 299350, 9785346, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Midsummer Night''s Dream, Op.61 Incidental Music: No.7 Notturno', 326, 2, 24, 387826, 6497867, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Suite No. 3 in D, BWV 1068: III. Gavotte I & II', 327, 2, 24, 'Johann Sebastian Bach', 225933, 3847164, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concert pour 4 Parties de V**les, H. 545: I. Prelude', 328, 2, 24, 'Marc-Antoine Charpentier', 110266, 1973559, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Adios nonino', 329, 2, 24, 'Astor Piazzolla', 289388, 4781384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" \ Lento E Largo - Tranquillissimo', 330, 2, 24, 'Henryk Górecki', 567494, 9273123, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Act IV, Symphony', 331, 2, 24, 'Henry Purcell', 364296, 5987695, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux', 332, 2, 24, 'Erik Satie', 385506, 6458501, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts"', 333, 2, 24, 'Henry Purcell', 142081, 2365930, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No. 2: III. Allegro vivace', 334, 2, 24, 'Kurt Weill', 376510, 6129146, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Partita in E Major, BWV 1006A: I. Prelude', 335, 2, 24, 'Johann Sebastian Bach', 285673, 4744929, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Le Sacre Du Printemps: I.iv. Spring Rounds', 336, 2, 24, 'Igor Stravinsky', 234746, 4072205, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sing Joyfully', 314, 2, 24, 'William Byrd', 133768, 2256484, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Metopes, Op. 29: Calypso', 337, 2, 24, 'Karol Szymanowski', 333669, 5548755, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico', 338, 2, 24, 'Carl Nielsen', 286998, 4834785, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor', 339, 2, 24, 'Niccolò Paganini', 265541, 4371533, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Étude 1, In C Major - Preludio (Presto) - Liszt', 340, 4, 24, 51780, 2229617, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Erlkonig, D.328', 341, 2, 24, 261849, 4307907, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro', 342, 4, 24, 'Pietro Antonio Locatelli', 493573, 16454937, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pini Di Roma (Pinien Von Rom) \ I Pini Della Via Appia', 343, 2, 24, 286741, 4718950, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai', 344, 2, 24, 'Franz Schubert', 139200, 2283131, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('L''orfeo, Act 3, Sinfonia (Orchestra)', 345, 2, 24, 'Claudio Monteverdi', 66639, 1189062, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro', 346, 2, 24, 'Wolfgang Amadeus Mozart', 221331, 3665114, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Koyaanisqatsi', 347, 2, 10, 'Philip Glass', 206005, 3305164, 0.99); + +INSERT INTO employees (last_name, first_name, title, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('Adams', 'Andrew', 'General Manager', '1962-02-18 00:00:00', '2002-08-14 00:00:00', '11120 Jasper Ave NW', 'Edmonton', 'AB', 'Canada', 'T5K 2N1', '+1 (780) 428-9482', '+1 (780) 428-3457', 'andrew@chinookcorp.com'); +INSERT INTO employees (last_name, first_name, title, reports_to, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('Edwards', 'Nancy', 'Sales Manager', 1, '1958-12-08 00:00:00', '2002-05-01 00:00:00', '825 8 Ave SW', 'Calgary', 'AB', 'Canada', 'T2P 2T3', '+1 (403) 262-3443', '+1 (403) 262-3322', 'nancy@chinookcorp.com'); +INSERT INTO employees (last_name, first_name, title, reports_to, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('Peacock', 'Jane', 'Sales Support Agent', 2, '1973-08-29 00:00:00', '2002-04-01 00:00:00', '1111 6 Ave SW', 'Calgary', 'AB', 'Canada', 'T2P 5M5', '+1 (403) 262-3443', '+1 (403) 262-6712', 'jane@chinookcorp.com'); +INSERT INTO employees (last_name, first_name, title, reports_to, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('Park', 'Margaret', 'Sales Support Agent', 2, '1947-09-19 00:00:00', '2003-05-03 00:00:00', '683 10 Street SW', 'Calgary', 'AB', 'Canada', 'T2P 5G3', '+1 (403) 263-4423', '+1 (403) 263-4289', 'margaret@chinookcorp.com'); +INSERT INTO employees (last_name, first_name, title, reports_to, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('Johnson', 'Steve', 'Sales Support Agent', 2, '1965-03-03 00:00:00', '2003-10-17 00:00:00', '7727B 41 Ave', 'Calgary', 'AB', 'Canada', 'T3B 1Y7', '1 (780) 836-9987', '1 (780) 836-9543', 'steve@chinookcorp.com'); +INSERT INTO employees (last_name, first_name, title, reports_to, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('Mitchell', 'Michael', 'IT Manager', 1, '1973-07-01 00:00:00', '2003-10-17 00:00:00', '5827 Bowness Road NW', 'Calgary', 'AB', 'Canada', 'T3B 0C5', '+1 (403) 246-9887', '+1 (403) 246-9899', 'michael@chinookcorp.com'); +INSERT INTO employees (last_name, first_name, title, reports_to, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('King', 'Robert', 'IT Staff', 6, '1970-05-29 00:00:00', '2004-01-02 00:00:00', '590 Columbia Boulevard West', 'Lethbridge', 'AB', 'Canada', 'T1K 5N8', '+1 (403) 456-9986', '+1 (403) 456-8485', 'robert@chinookcorp.com'); +INSERT INTO employees (last_name, first_name, title, reports_to, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('Callahan', 'Laura', 'IT Staff', 6, '1968-01-09 00:00:00', '2004-03-04 00:00:00', '923 7 ST NW', 'Lethbridge', 'AB', 'Canada', 'T1H 1Y8', '+1 (403) 467-3351', '+1 (403) 467-8772', 'laura@chinookcorp.com'); + +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Luís', 'Gonçalves', 'Embraer - Empresa Brasileira de Aeronáutica S.A.', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', '+55 (12) 3923-5555', '+55 (12) 3923-5566', 'luisg@embraer.com.br', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Leonie', 'Köhler', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', '+49 0711 2842222', 'leonekohler@surfeu.de', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('François', 'Tremblay', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', '+1 (514) 721-4711', 'ftremblay@gmail.com', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Bjørn', 'Hansen', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', '+47 22 44 22 22', 'bjorn.hansen@yahoo.no', 4); +INSERT INTO customers (first_name, last_name, company, address, city, country, postal_code, phone, fax, email, support_rep_id) VALUES ('František', 'Wichterlová', 'JetBrains s.r.o.', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', '+420 2 4172 5555', '+420 2 4172 5555', 'frantisekw@jetbrains.com', 4); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Helena', 'Holý', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', '+420 2 4177 0449', 'hholy@gmail.com', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Astrid', 'Gruber', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', '+43 01 5134505', 'astrid.gruber@apple.at', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Daan', 'Peeters', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', '+32 02 219 03 03', 'daan_peeters@apple.be', 4); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Kara', 'Nielsen', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', '+453 3331 9991', 'kara.nielsen@jubii.dk', 4); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Eduardo', 'Martins', 'Woodstock Discos', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', '+55 (11) 3033-5446', '+55 (11) 3033-4564', 'eduardo@woodstock.com.br', 4); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Alexandre', 'Rocha', 'Banco do Brasil S.A.', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', '+55 (11) 3055-3278', '+55 (11) 3055-8131', 'alero@uol.com.br', 5); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Roberto', 'Almeida', 'Riotur', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', '+55 (21) 2271-7000', '+55 (21) 2271-7070', 'roberto.almeida@riotur.gov.br', 3); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Fernanda', 'Ramos', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', '+55 (61) 3363-5547', '+55 (61) 3363-7855', 'fernadaramos4@uol.com.br', 4); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Mark', 'Philips', 'Telus', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', '+1 (780) 434-4554', '+1 (780) 434-5565', 'mphilips12@shaw.ca', 5); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Jennifer', 'Peterson', 'Rogers Canada', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', '+1 (604) 688-2255', '+1 (604) 688-8756', 'jenniferp@rogers.ca', 3); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Frank', 'Harris', 'Google Inc.', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', '+1 (650) 253-0000', '+1 (650) 253-0000', 'fharris@google.com', 4); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Jack', 'Smith', 'Microsoft Corporation', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', '+1 (425) 882-8080', '+1 (425) 882-8081', 'jacksmith@microsoft.com', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Michelle', 'Brooks', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', '+1 (212) 221-3546', '+1 (212) 221-4679', 'michelleb@aol.com', 3); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Tim', 'Goyer', 'Apple Inc.', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', '+1 (408) 996-1010', '+1 (408) 996-1011', 'tgoyer@apple.com', 3); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Dan', 'Miller', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', '+1 (650) 644-3358', 'dmiller@comcast.com', 4); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Kathy', 'Chase', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', '+1 (775) 223-7665', 'kachase@hotmail.com', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Heather', 'Leacock', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', '+1 (407) 999-7788', 'hleacock@gmail.com', 4); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('John', 'Gordon', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', '+1 (617) 522-1333', 'johngordon22@yahoo.com', 4); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Frank', 'Ralston', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', '+1 (312) 332-3232', 'fralston@gmail.com', 3); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Victor', 'Stevens', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', '+1 (608) 257-0597', 'vstevens@yahoo.com', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Richard', 'Cunningham', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', '+1 (817) 924-7272', 'ricunningham@hotmail.com', 4); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Patrick', 'Gray', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', '+1 (520) 622-4200', 'patrick.gray@aol.com', 4); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Julia', 'Barnett', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', '+1 (801) 531-7272', 'jubarnett@gmail.com', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Robert', 'Brown', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', '+1 (416) 363-8888', 'robbrown@shaw.ca', 3); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Edward', 'Francis', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', '+1 (613) 234-3322', 'edfrancis@yachoo.ca', 3); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Martha', 'Silk', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', '+1 (902) 450-0450', 'marthasilk@gmail.com', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Aaron', 'Mitchell', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', '+1 (204) 452-6452', 'aaronmitchell@yahoo.ca', 4); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Ellie', 'Sullivan', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', '+1 (867) 920-2233', 'ellie.sullivan@shaw.ca', 3); +INSERT INTO customers (first_name, last_name, address, city, country, phone, email, support_rep_id) VALUES ('João', 'Fernandes', 'Rua da Assunção 53', 'Lisbon', 'Portugal', '+351 (213) 466-111', 'jfernandes@yahoo.pt', 4); +INSERT INTO customers (first_name, last_name, address, city, country, phone, email, support_rep_id) VALUES ('Madalena', 'Sampaio', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', '+351 (225) 022-448', 'masampaio@sapo.pt', 4); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Hannah', 'Schneider', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', '+49 030 26550280', 'hannah.schneider@yahoo.de', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Fynn', 'Zimmermann', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', '+49 069 40598889', 'fzimmermann@yahoo.de', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Niklas', 'Schröder', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', '+49 030 2141444', 'nschroder@surfeu.de', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Camille', 'Bernard', '4, Rue Milton', 'Paris', 'France', '75009', '+33 01 49 70 65 65', 'camille.bernard@yahoo.fr', 4); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Dominique', 'Lefebvre', '8, Rue Hanovre', 'Paris', 'France', '75002', '+33 01 47 42 71 71', 'dominiquelefebvre@gmail.com', 4); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Marc', 'Dubois', '11, Place Bellecour', 'Lyon', 'France', '69002', '+33 04 78 30 30 30', 'marc.dubois@hotmail.com', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Wyatt', 'Girard', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', '+33 05 56 96 96 96', 'wyatt.girard@yahoo.fr', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Isabelle', 'Mercier', '68, Rue Jouvence', 'Dijon', 'France', '21000', '+33 03 80 73 66 99', 'isabelle_mercier@apple.fr', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Terhi', 'Hämäläinen', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', '+358 09 870 2000', 'terhi.hamalainen@apple.fi', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, email, support_rep_id) VALUES ('Ladislav', 'Kovács', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 'ladislav_kovacs@apple.hu', 3); +INSERT INTO customers (first_name, last_name, address, city, state, country, phone, email, support_rep_id) VALUES ('Hugh', 'O''Reilly', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', '+353 01 6792424', 'hughoreilly@apple.ie', 3); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Lucas', 'Mancini', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', '+39 06 39733434', 'lucas.mancini@yahoo.it', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Johannes', 'Van der Berg', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', '+31 020 6223130', 'johavanderberg@yahoo.nl', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Stanisław', 'Wójcik', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', '+48 22 828 37 39', 'stanisław.wójcik@wp.pl', 4); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Enrique', 'Muñoz', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', '+34 914 454 454', 'enrique_munoz@yahoo.es', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Joakim', 'Johansson', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', '+46 08-651 52 52', 'joakim.johansson@yahoo.se', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Emma', 'Jones', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', '+44 020 7707 0707', 'emma_jones@hotmail.com', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Phil', 'Hughes', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', '+44 020 7976 5722', 'phil.hughes@gmail.com', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Steve', 'Murray', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', '+44 0131 315 3300', 'steve.murray@yahoo.uk', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Mark', 'Taylor', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', '+61 (02) 9332 3633', 'mark.taylor@yahoo.au', 4); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Diego', 'Gutiérrez', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', '+54 (0)11 4311 4333', 'diego.gutierrez@yahoo.ar', 4); +INSERT INTO customers (first_name, last_name, address, city, country, phone, email, support_rep_id) VALUES ('Luis', 'Rojas', 'Calle Lira, 198', 'Santiago', 'Chile', '+56 (0)2 635 4444', 'luisrojas@yahoo.cl', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Manoj', 'Pareek', '12,Community Centre', 'Delhi', 'India', '110017', '+91 0124 39883988', 'manoj.pareek@rediff.com', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Puja', 'Srivastava', '3,Raj Bhavan Road', 'Bangalore', 'India', '560001', '+91 080 22289999', 'puja_srivastava@yahoo.in', 3); + +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (2, '2007-01-01 00:00:00', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (4, '2007-01-02 00:00:00', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (8, '2007-01-03 00:00:00', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (14, '2007-01-06 00:00:00', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (23, '2007-01-11 00:00:00', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (37, '2007-01-19 00:00:00', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (38, '2007-02-01 00:00:00', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (40, '2007-02-01 00:00:00', '8, Rue Hanovre', 'Paris', 'France', '75002', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (42, '2007-02-02 00:00:00', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, total) VALUES (46, '2007-02-03 00:00:00', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (52, '2007-02-06 00:00:00', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (2, '2007-02-11 00:00:00', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (16, '2007-02-19 00:00:00', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (17, '2007-03-04 00:00:00', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (19, '2007-03-04 00:00:00', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (21, '2007-03-05 00:00:00', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (25, '2007-03-06 00:00:00', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (31, '2007-03-09 00:00:00', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (40, '2007-03-14 00:00:00', '8, Rue Hanovre', 'Paris', 'France', '75002', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (54, '2007-03-22 00:00:00', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (55, '2007-04-04 00:00:00', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (57, '2007-04-04 00:00:00', 'Calle Lira, 198', 'Santiago', 'Chile', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (59, '2007-04-05 00:00:00', '3,Raj Bhavan Road', 'Bangalore', 'India', '560001', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (4, '2007-04-06 00:00:00', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (10, '2007-04-09 00:00:00', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (19, '2007-04-14 00:00:00', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (33, '2007-04-22 00:00:00', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (34, '2007-05-05 00:00:00', 'Rua da Assunção 53', 'Lisbon', 'Portugal', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (36, '2007-05-05 00:00:00', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (38, '2007-05-06 00:00:00', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (42, '2007-05-07 00:00:00', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (48, '2007-05-10 00:00:00', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (57, '2007-05-15 00:00:00', 'Calle Lira, 198', 'Santiago', 'Chile', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (12, '2007-05-23 00:00:00', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (13, '2007-06-05 00:00:00', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (15, '2007-06-05 00:00:00', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (17, '2007-06-06 00:00:00', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (21, '2007-06-07 00:00:00', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (27, '2007-06-10 00:00:00', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (36, '2007-06-15 00:00:00', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (50, '2007-06-23 00:00:00', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (51, '2007-07-06 00:00:00', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (53, '2007-07-06 00:00:00', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (55, '2007-07-07 00:00:00', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (59, '2007-07-08 00:00:00', '3,Raj Bhavan Road', 'Bangalore', 'India', '560001', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (6, '2007-07-11 00:00:00', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (15, '2007-07-16 00:00:00', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (29, '2007-07-24 00:00:00', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (30, '2007-08-06 00:00:00', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (32, '2007-08-06 00:00:00', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (34, '2007-08-07 00:00:00', 'Rua da Assunção 53', 'Lisbon', 'Portugal', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (38, '2007-08-08 00:00:00', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (44, '2007-08-11 00:00:00', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (53, '2007-08-16 00:00:00', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (8, '2007-08-24 00:00:00', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (9, '2007-09-06 00:00:00', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (11, '2007-09-06 00:00:00', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (13, '2007-09-07 00:00:00', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (17, '2007-09-08 00:00:00', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (23, '2007-09-11 00:00:00', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (32, '2007-09-16 00:00:00', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, total) VALUES (46, '2007-09-24 00:00:00', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (47, '2007-10-07 00:00:00', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (49, '2007-10-07 00:00:00', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (51, '2007-10-08 00:00:00', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (55, '2007-10-09 00:00:00', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (2, '2007-10-12 00:00:00', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (11, '2007-10-17 00:00:00', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (25, '2007-10-25 00:00:00', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (26, '2007-11-07 00:00:00', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (28, '2007-11-07 00:00:00', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (30, '2007-11-08 00:00:00', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (34, '2007-11-09 00:00:00', 'Rua da Assunção 53', 'Lisbon', 'Portugal', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (40, '2007-11-12 00:00:00', '8, Rue Hanovre', 'Paris', 'France', '75002', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (49, '2007-11-17 00:00:00', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (4, '2007-11-25 00:00:00', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (5, '2007-12-08 00:00:00', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (7, '2007-12-08 00:00:00', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (9, '2007-12-09 00:00:00', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (13, '2007-12-10 00:00:00', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (19, '2007-12-13 00:00:00', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (28, '2007-12-18 00:00:00', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (42, '2007-12-26 00:00:00', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (43, '2008-01-08 00:00:00', '68, Rue Jouvence', 'Dijon', 'France', '21000', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (45, '2008-01-08 00:00:00', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (47, '2008-01-09 00:00:00', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (51, '2008-01-10 00:00:00', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', 6.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (57, '2008-01-13 00:00:00', 'Calle Lira, 198', 'Santiago', 'Chile', 17.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (7, '2008-01-18 00:00:00', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', 18.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (21, '2008-01-26 00:00:00', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (22, '2008-02-08 00:00:00', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (24, '2008-02-08 00:00:00', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (26, '2008-02-09 00:00:00', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (30, '2008-02-10 00:00:00', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (36, '2008-02-13 00:00:00', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (45, '2008-02-18 00:00:00', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 21.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (59, '2008-02-26 00:00:00', '3,Raj Bhavan Road', 'Bangalore', 'India', '560001', 1.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (1, '2008-03-10 00:00:00', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', 3.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (3, '2008-03-10 00:00:00', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', 3.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (5, '2008-03-11 00:00:00', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (9, '2008-03-12 00:00:00', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (15, '2008-03-15 00:00:00', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', 9.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (24, '2008-03-20 00:00:00', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', 15.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (38, '2008-03-28 00:00:00', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (39, '2008-04-10 00:00:00', '4, Rue Milton', 'Paris', 'France', '75009', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (41, '2008-04-10 00:00:00', '11, Place Bellecour', 'Lyon', 'France', '69002', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (43, '2008-04-11 00:00:00', '68, Rue Jouvence', 'Dijon', 'France', '21000', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (47, '2008-04-12 00:00:00', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (53, '2008-04-15 00:00:00', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (3, '2008-04-20 00:00:00', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (17, '2008-04-28 00:00:00', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (18, '2008-05-11 00:00:00', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (20, '2008-05-11 00:00:00', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (22, '2008-05-12 00:00:00', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (26, '2008-05-13 00:00:00', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (32, '2008-05-16 00:00:00', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (41, '2008-05-21 00:00:00', '11, Place Bellecour', 'Lyon', 'France', '69002', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (55, '2008-05-29 00:00:00', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (56, '2008-06-11 00:00:00', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (58, '2008-06-11 00:00:00', '12,Community Centre', 'Delhi', 'India', '110017', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (1, '2008-06-12 00:00:00', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (5, '2008-06-13 00:00:00', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (11, '2008-06-16 00:00:00', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (20, '2008-06-21 00:00:00', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (34, '2008-06-29 00:00:00', 'Rua da Assunção 53', 'Lisbon', 'Portugal', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (35, '2008-07-12 00:00:00', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (37, '2008-07-12 00:00:00', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (39, '2008-07-13 00:00:00', '4, Rue Milton', 'Paris', 'France', '75009', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (43, '2008-07-14 00:00:00', '68, Rue Jouvence', 'Dijon', 'France', '21000', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (49, '2008-07-17 00:00:00', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (58, '2008-07-22 00:00:00', '12,Community Centre', 'Delhi', 'India', '110017', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (13, '2008-07-30 00:00:00', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (14, '2008-08-12 00:00:00', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (16, '2008-08-12 00:00:00', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (18, '2008-08-13 00:00:00', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (22, '2008-08-14 00:00:00', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (28, '2008-08-17 00:00:00', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (37, '2008-08-22 00:00:00', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (51, '2008-08-30 00:00:00', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (52, '2008-09-12 00:00:00', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (54, '2008-09-12 00:00:00', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (56, '2008-09-13 00:00:00', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (1, '2008-09-14 00:00:00', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (7, '2008-09-17 00:00:00', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (16, '2008-09-22 00:00:00', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (30, '2008-09-30 00:00:00', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (31, '2008-10-13 00:00:00', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (33, '2008-10-13 00:00:00', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (35, '2008-10-14 00:00:00', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (39, '2008-10-15 00:00:00', '4, Rue Milton', 'Paris', 'France', '75009', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (45, '2008-10-18 00:00:00', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (54, '2008-10-23 00:00:00', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (9, '2008-10-31 00:00:00', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (10, '2008-11-13 00:00:00', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (12, '2008-11-13 00:00:00', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (14, '2008-11-14 00:00:00', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (18, '2008-11-15 00:00:00', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (24, '2008-11-18 00:00:00', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (33, '2008-11-23 00:00:00', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (47, '2008-12-01 00:00:00', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (48, '2008-12-14 00:00:00', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (50, '2008-12-14 00:00:00', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (52, '2008-12-15 00:00:00', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (56, '2008-12-16 00:00:00', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (3, '2008-12-19 00:00:00', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (12, '2008-12-24 00:00:00', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (26, '2009-01-01 00:00:00', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (27, '2009-01-14 00:00:00', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (29, '2009-01-14 00:00:00', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (31, '2009-01-15 00:00:00', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (35, '2009-01-16 00:00:00', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (41, '2009-01-19 00:00:00', '11, Place Bellecour', 'Lyon', 'France', '69002', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (50, '2009-01-24 00:00:00', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (5, '2009-02-01 00:00:00', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (6, '2009-02-14 00:00:00', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (8, '2009-02-14 00:00:00', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (10, '2009-02-15 00:00:00', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (14, '2009-02-16 00:00:00', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (20, '2009-02-19 00:00:00', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (29, '2009-02-24 00:00:00', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (43, '2009-03-04 00:00:00', '68, Rue Jouvence', 'Dijon', 'France', '21000', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (44, '2009-03-17 00:00:00', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, total) VALUES (46, '2009-03-17 00:00:00', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (48, '2009-03-18 00:00:00', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (52, '2009-03-19 00:00:00', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (58, '2009-03-22 00:00:00', '12,Community Centre', 'Delhi', 'India', '110017', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (8, '2009-03-27 00:00:00', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (22, '2009-04-04 00:00:00', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (23, '2009-04-17 00:00:00', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (25, '2009-04-17 00:00:00', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (27, '2009-04-18 00:00:00', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (31, '2009-04-19 00:00:00', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (37, '2009-04-22 00:00:00', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', 14.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, total) VALUES (46, '2009-04-27 00:00:00', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', 21.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (1, '2009-05-05 00:00:00', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (2, '2009-05-18 00:00:00', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (4, '2009-05-18 00:00:00', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (6, '2009-05-19 00:00:00', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (10, '2009-05-20 00:00:00', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (16, '2009-05-23 00:00:00', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (25, '2009-05-28 00:00:00', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', 18.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (39, '2009-06-05 00:00:00', '4, Rue Milton', 'Paris', 'France', '75009', 1.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (40, '2009-06-18 00:00:00', '8, Rue Hanovre', 'Paris', 'France', '75002', 2.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (42, '2009-06-18 00:00:00', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', 3.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (44, '2009-06-19 00:00:00', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', 7.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (48, '2009-06-20 00:00:00', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', 8.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (54, '2009-06-23 00:00:00', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (4, '2009-06-28 00:00:00', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', 15.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (18, '2009-07-06 00:00:00', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (19, '2009-07-19 00:00:00', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (21, '2009-07-19 00:00:00', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (23, '2009-07-20 00:00:00', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (27, '2009-07-21 00:00:00', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (33, '2009-07-24 00:00:00', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (42, '2009-07-29 00:00:00', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (56, '2009-08-06 00:00:00', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (57, '2009-08-19 00:00:00', 'Calle Lira, 198', 'Santiago', 'Chile', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (59, '2009-08-19 00:00:00', '3,Raj Bhavan Road', 'Bangalore', 'India', '560001', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (2, '2009-08-20 00:00:00', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (6, '2009-08-21 00:00:00', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (12, '2009-08-24 00:00:00', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (21, '2009-08-29 00:00:00', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (35, '2009-09-06 00:00:00', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (36, '2009-09-19 00:00:00', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (38, '2009-09-19 00:00:00', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (40, '2009-09-20 00:00:00', '8, Rue Hanovre', 'Paris', 'France', '75002', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (44, '2009-09-21 00:00:00', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (50, '2009-09-24 00:00:00', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (59, '2009-09-29 00:00:00', '3,Raj Bhavan Road', 'Bangalore', 'India', '560001', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (14, '2009-10-07 00:00:00', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (15, '2009-10-20 00:00:00', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (17, '2009-10-20 00:00:00', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (19, '2009-10-21 00:00:00', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (23, '2009-10-22 00:00:00', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (29, '2009-10-25 00:00:00', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (38, '2009-10-30 00:00:00', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (52, '2009-11-07 00:00:00', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (53, '2009-11-20 00:00:00', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (55, '2009-11-20 00:00:00', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (57, '2009-11-21 00:00:00', 'Calle Lira, 198', 'Santiago', 'Chile', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (2, '2009-11-22 00:00:00', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (8, '2009-11-25 00:00:00', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (17, '2009-11-30 00:00:00', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (31, '2009-12-08 00:00:00', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (32, '2009-12-21 00:00:00', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (34, '2009-12-21 00:00:00', 'Rua da Assunção 53', 'Lisbon', 'Portugal', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (36, '2009-12-22 00:00:00', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (40, '2009-12-23 00:00:00', '8, Rue Hanovre', 'Paris', 'France', '75002', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, total) VALUES (46, '2009-12-26 00:00:00', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (55, '2009-12-31 00:00:00', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (10, '2010-01-08 00:00:00', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (11, '2010-01-21 00:00:00', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (13, '2010-01-21 00:00:00', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (15, '2010-01-22 00:00:00', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (19, '2010-01-23 00:00:00', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (25, '2010-01-26 00:00:00', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (34, '2010-01-31 00:00:00', 'Rua da Assunção 53', 'Lisbon', 'Portugal', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (48, '2010-02-08 00:00:00', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (49, '2010-02-21 00:00:00', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (51, '2010-02-21 00:00:00', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (53, '2010-02-22 00:00:00', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (57, '2010-02-23 00:00:00', 'Calle Lira, 198', 'Santiago', 'Chile', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (4, '2010-02-26 00:00:00', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (13, '2010-03-03 00:00:00', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (27, '2010-03-11 00:00:00', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (28, '2010-03-24 00:00:00', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (30, '2010-03-24 00:00:00', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (32, '2010-03-25 00:00:00', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (36, '2010-03-26 00:00:00', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (42, '2010-03-29 00:00:00', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (51, '2010-04-03 00:00:00', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (6, '2010-04-11 00:00:00', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (7, '2010-04-24 00:00:00', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (9, '2010-04-24 00:00:00', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (11, '2010-04-25 00:00:00', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (15, '2010-04-26 00:00:00', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (21, '2010-04-29 00:00:00', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (30, '2010-05-04 00:00:00', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (44, '2010-05-12 00:00:00', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (45, '2010-05-25 00:00:00', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (47, '2010-05-25 00:00:00', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (49, '2010-05-26 00:00:00', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (53, '2010-05-27 00:00:00', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (59, '2010-05-30 00:00:00', '3,Raj Bhavan Road', 'Bangalore', 'India', '560001', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (9, '2010-06-04 00:00:00', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (23, '2010-06-12 00:00:00', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (24, '2010-06-25 00:00:00', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (26, '2010-06-25 00:00:00', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (28, '2010-06-26 00:00:00', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (32, '2010-06-27 00:00:00', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (38, '2010-06-30 00:00:00', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (47, '2010-07-05 00:00:00', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (2, '2010-07-13 00:00:00', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (3, '2010-07-26 00:00:00', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (5, '2010-07-26 00:00:00', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (7, '2010-07-27 00:00:00', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (11, '2010-07-28 00:00:00', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (17, '2010-07-31 00:00:00', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', 10.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (26, '2010-08-05 00:00:00', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', 23.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (40, '2010-08-13 00:00:00', '8, Rue Hanovre', 'Paris', 'France', '75002', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (41, '2010-08-26 00:00:00', '11, Place Bellecour', 'Lyon', 'France', '69002', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (43, '2010-08-26 00:00:00', '68, Rue Jouvence', 'Dijon', 'France', '21000', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (45, '2010-08-27 00:00:00', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (49, '2010-08-28 00:00:00', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (55, '2010-08-31 00:00:00', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (5, '2010-09-05 00:00:00', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', 16.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (19, '2010-09-13 00:00:00', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', 1.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (20, '2010-09-26 00:00:00', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', 3.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (22, '2010-09-26 00:00:00', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', 3.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (24, '2010-09-27 00:00:00', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', 7.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (28, '2010-09-28 00:00:00', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', 11.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (34, '2010-10-01 00:00:00', 'Rua da Assunção 53', 'Lisbon', 'Portugal', 10.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (43, '2010-10-06 00:00:00', '68, Rue Jouvence', 'Dijon', 'France', '21000', 16.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (57, '2010-10-14 00:00:00', 'Calle Lira, 198', 'Santiago', 'Chile', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (58, '2010-10-27 00:00:00', '12,Community Centre', 'Delhi', 'India', '110017', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (1, '2010-10-27 00:00:00', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (3, '2010-10-28 00:00:00', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (7, '2010-10-29 00:00:00', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (13, '2010-11-01 00:00:00', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (22, '2010-11-06 00:00:00', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (36, '2010-11-14 00:00:00', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (37, '2010-11-27 00:00:00', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (39, '2010-11-27 00:00:00', '4, Rue Milton', 'Paris', 'France', '75009', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (41, '2010-11-28 00:00:00', '11, Place Bellecour', 'Lyon', 'France', '69002', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (45, '2010-11-29 00:00:00', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (51, '2010-12-02 00:00:00', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (1, '2010-12-07 00:00:00', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (15, '2010-12-15 00:00:00', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (16, '2010-12-28 00:00:00', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (18, '2010-12-28 00:00:00', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (20, '2010-12-29 00:00:00', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (24, '2010-12-30 00:00:00', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (30, '2011-01-02 00:00:00', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (39, '2011-01-07 00:00:00', '4, Rue Milton', 'Paris', 'France', '75009', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (53, '2011-01-15 00:00:00', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (54, '2011-01-28 00:00:00', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (56, '2011-01-28 00:00:00', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (58, '2011-01-29 00:00:00', '12,Community Centre', 'Delhi', 'India', '110017', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (3, '2011-01-30 00:00:00', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (9, '2011-02-02 00:00:00', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (18, '2011-02-07 00:00:00', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (32, '2011-02-15 00:00:00', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (33, '2011-02-28 00:00:00', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (35, '2011-02-28 00:00:00', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (37, '2011-03-01 00:00:00', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (41, '2011-03-02 00:00:00', '11, Place Bellecour', 'Lyon', 'France', '69002', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (47, '2011-03-05 00:00:00', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (56, '2011-03-10 00:00:00', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (11, '2011-03-18 00:00:00', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (12, '2011-03-31 00:00:00', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (14, '2011-03-31 00:00:00', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (16, '2011-04-01 00:00:00', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (20, '2011-04-02 00:00:00', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (26, '2011-04-05 00:00:00', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (35, '2011-04-10 00:00:00', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (49, '2011-04-18 00:00:00', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (50, '2011-05-01 00:00:00', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (52, '2011-05-01 00:00:00', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (54, '2011-05-02 00:00:00', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (58, '2011-05-03 00:00:00', '12,Community Centre', 'Delhi', 'India', '110017', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (5, '2011-05-06 00:00:00', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (14, '2011-05-11 00:00:00', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (28, '2011-05-19 00:00:00', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (29, '2011-06-01 00:00:00', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (31, '2011-06-01 00:00:00', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (33, '2011-06-02 00:00:00', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (37, '2011-06-03 00:00:00', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (43, '2011-06-06 00:00:00', '68, Rue Jouvence', 'Dijon', 'France', '21000', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (52, '2011-06-11 00:00:00', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (7, '2011-06-19 00:00:00', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (8, '2011-07-02 00:00:00', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (10, '2011-07-02 00:00:00', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (12, '2011-07-03 00:00:00', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (16, '2011-07-04 00:00:00', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (22, '2011-07-07 00:00:00', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (31, '2011-07-12 00:00:00', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (45, '2011-07-20 00:00:00', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, total) VALUES (46, '2011-08-02 00:00:00', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (48, '2011-08-02 00:00:00', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (50, '2011-08-03 00:00:00', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (54, '2011-08-04 00:00:00', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (1, '2011-08-07 00:00:00', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (10, '2011-08-12 00:00:00', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (24, '2011-08-20 00:00:00', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (25, '2011-09-02 00:00:00', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (27, '2011-09-02 00:00:00', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (29, '2011-09-03 00:00:00', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (33, '2011-09-04 00:00:00', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (39, '2011-09-07 00:00:00', '4, Rue Milton', 'Paris', 'France', '75009', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (48, '2011-09-12 00:00:00', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (3, '2011-09-20 00:00:00', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (4, '2011-10-03 00:00:00', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (6, '2011-10-03 00:00:00', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (8, '2011-10-04 00:00:00', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (12, '2011-10-05 00:00:00', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (18, '2011-10-08 00:00:00', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (27, '2011-10-13 00:00:00', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (41, '2011-10-21 00:00:00', '11, Place Bellecour', 'Lyon', 'France', '69002', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (42, '2011-11-03 00:00:00', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (44, '2011-11-03 00:00:00', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, total) VALUES (46, '2011-11-04 00:00:00', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (50, '2011-11-05 00:00:00', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (56, '2011-11-08 00:00:00', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (6, '2011-11-13 00:00:00', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', 25.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (20, '2011-11-21 00:00:00', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (21, '2011-12-04 00:00:00', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (23, '2011-12-04 00:00:00', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (25, '2011-12-05 00:00:00', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (29, '2011-12-06 00:00:00', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (35, '2011-12-09 00:00:00', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (44, '2011-12-14 00:00:00', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (58, '2011-12-22 00:00:00', '12,Community Centre', 'Delhi', 'India', '110017', 1.99); + +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (1, 2, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (1, 4, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (2, 6, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (2, 8, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (2, 10, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (2, 12, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (3, 16, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (3, 20, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (3, 24, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (3, 28, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (3, 32, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (3, 36, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 42, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 48, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 54, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 60, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 66, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 72, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 78, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 84, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 90, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 99, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 108, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 117, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 126, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 135, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 144, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 153, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 162, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 171, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 180, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 189, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 198, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 207, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 216, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (6, 230, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (7, 231, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (7, 232, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (8, 234, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (8, 236, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (9, 238, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (9, 240, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (9, 242, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (9, 244, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (10, 248, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (10, 252, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (10, 256, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (10, 260, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (10, 264, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (10, 268, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 274, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 280, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 286, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 292, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 298, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 304, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 310, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 316, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 322, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 331, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 340, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 349, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 358, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 367, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 376, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 385, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 394, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 403, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 412, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 421, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 430, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 439, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 448, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (13, 462, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (14, 463, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (14, 464, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (15, 466, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (15, 468, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (16, 470, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (16, 472, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (16, 474, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (16, 476, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (17, 480, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (17, 484, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (17, 488, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (17, 492, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (17, 496, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (17, 500, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 506, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 512, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 518, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 524, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 530, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 536, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 542, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 548, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 554, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 563, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 572, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 581, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 590, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 599, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 608, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 617, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 626, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 635, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 644, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 653, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 662, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 671, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 680, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (20, 694, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (21, 695, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (21, 696, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (22, 698, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (22, 700, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (23, 702, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (23, 704, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (23, 706, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (23, 708, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (24, 712, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (24, 716, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (24, 720, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (24, 724, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (24, 728, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (24, 732, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 738, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 744, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 750, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 756, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 762, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 768, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 774, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 780, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 786, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 795, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 804, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 813, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 822, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 831, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 840, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 849, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 858, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 867, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 876, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 885, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 894, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 903, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 912, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (27, 926, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (28, 927, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (28, 928, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (29, 930, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (29, 932, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (30, 934, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (30, 936, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (30, 938, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (30, 940, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (31, 944, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (31, 948, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (31, 952, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (31, 956, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (31, 960, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (31, 964, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 970, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 976, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 982, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 988, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 994, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 1000, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 1006, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 1012, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 1018, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1027, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1036, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1045, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1054, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1063, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1072, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1081, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1090, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1099, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1108, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1117, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1126, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1135, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1144, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (34, 1158, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (35, 1159, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (35, 1160, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (36, 1162, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (36, 1164, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (37, 1166, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (37, 1168, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (37, 1170, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (37, 1172, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (38, 1176, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (38, 1180, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (38, 1184, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (38, 1188, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (38, 1192, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (38, 1196, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1202, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1208, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1214, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1220, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1226, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1232, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1238, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1244, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1250, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1259, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1268, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1277, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1286, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1295, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1304, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1313, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1322, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1331, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1340, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1349, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1358, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1367, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1376, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (41, 1390, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (42, 1391, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (42, 1392, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (43, 1394, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (43, 1396, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (44, 1398, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (44, 1400, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (44, 1402, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (44, 1404, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (45, 1408, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (45, 1412, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (45, 1416, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (45, 1420, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (45, 1424, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (45, 1428, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1434, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1440, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1446, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1452, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1458, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1464, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1470, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1476, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1482, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1491, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1500, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1509, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1518, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1527, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1536, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1545, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1554, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1563, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1572, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1581, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1590, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1599, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1608, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (48, 1622, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (49, 1623, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (49, 1624, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (50, 1626, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (50, 1628, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (51, 1630, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (51, 1632, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (51, 1634, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (51, 1636, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (52, 1640, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (52, 1644, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (52, 1648, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (52, 1652, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (52, 1656, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (52, 1660, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1666, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1672, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1678, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1684, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1690, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1696, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1702, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1708, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1714, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1723, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1732, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1741, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1750, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1759, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1768, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1777, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1786, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1795, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1804, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1813, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1822, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1831, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1840, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (55, 1854, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (56, 1855, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (56, 1856, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (57, 1858, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (57, 1860, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (58, 1862, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (58, 1864, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (58, 1866, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (58, 1868, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (59, 1872, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (59, 1876, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (59, 1880, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (59, 1884, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (59, 1888, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (59, 1892, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1898, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1904, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1910, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1916, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1922, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1928, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1934, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1940, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1946, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 1955, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 1964, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 1973, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 1982, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 1991, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2000, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2009, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2018, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2027, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2036, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2045, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2054, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2063, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2072, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (62, 2086, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (63, 2087, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (63, 2088, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (64, 2090, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (64, 2092, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (65, 2094, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (65, 2096, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (65, 2098, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (65, 2100, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (66, 2104, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (66, 2108, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (66, 2112, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (66, 2116, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (66, 2120, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (66, 2124, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2130, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2136, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2142, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2148, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2154, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2160, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2166, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2172, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2178, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2187, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2196, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2205, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2214, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2223, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2232, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2241, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2250, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2259, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2268, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2277, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2286, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2295, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2304, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (69, 2318, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (70, 2319, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (70, 2320, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (71, 2322, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (71, 2324, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (72, 2326, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (72, 2328, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (72, 2330, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (72, 2332, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (73, 2336, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (73, 2340, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (73, 2344, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (73, 2348, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (73, 2352, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (73, 2356, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2362, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2368, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2374, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2380, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2386, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2392, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2398, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2404, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2410, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2419, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2428, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2437, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2446, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2455, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2464, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2473, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2482, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2491, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2500, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2509, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2518, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2527, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2536, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (76, 2550, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (77, 2551, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (77, 2552, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (78, 2554, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (78, 2556, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (79, 2558, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (79, 2560, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (79, 2562, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (79, 2564, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (80, 2568, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (80, 2572, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (80, 2576, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (80, 2580, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (80, 2584, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (80, 2588, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2594, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2600, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2606, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2612, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2618, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2624, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2630, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2636, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2642, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2651, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2660, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2669, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2678, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2687, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2696, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2705, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2714, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2723, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2732, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2741, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2750, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2759, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2768, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (83, 2782, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (84, 2783, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (84, 2784, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (85, 2786, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (85, 2788, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (86, 2790, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (86, 2792, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (86, 2794, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (86, 2796, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (87, 2800, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (87, 2804, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (87, 2808, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (87, 2812, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (87, 2816, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (87, 2820, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2826, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2832, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2838, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2844, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2850, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2856, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2862, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2868, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2874, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2883, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2892, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2901, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2910, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2919, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2928, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2937, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2946, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2955, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2964, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2973, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2982, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2991, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 3000, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (90, 3014, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (91, 3015, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (91, 3016, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (92, 3018, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (92, 3020, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (93, 3022, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (93, 3024, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (93, 3026, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (93, 3028, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (94, 3032, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (94, 3036, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (94, 3040, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (94, 3044, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (94, 3048, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (94, 3052, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3058, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3064, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3070, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3076, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3082, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3088, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3094, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3100, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3106, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3115, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3124, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3133, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3142, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3151, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3160, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3169, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3178, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3187, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3196, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3205, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3214, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3223, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3232, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (97, 3246, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (98, 3247, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (98, 3248, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (99, 3250, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (99, 3252, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (100, 3254, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (100, 3256, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (100, 3258, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (100, 3260, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (101, 3264, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (101, 3268, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (101, 3272, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (101, 3276, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (101, 3280, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (101, 3284, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3290, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3296, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3302, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3308, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3314, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3320, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3326, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3332, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3338, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3347, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3356, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3365, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3374, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3383, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3392, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3401, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3410, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3419, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3428, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3437, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3446, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3455, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3464, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (104, 3478, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (105, 3479, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (105, 3480, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (106, 3482, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (106, 3484, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (107, 3486, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (107, 3488, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (107, 3490, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (107, 3492, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (108, 3496, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (108, 3500, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (108, 1, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (108, 5, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (108, 9, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (108, 13, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 19, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 25, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 31, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 37, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 43, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 49, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 55, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 61, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 67, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 76, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 85, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 94, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 103, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 112, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 121, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 130, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 139, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 148, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 157, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 166, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 175, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 184, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 193, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (111, 207, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (112, 208, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (112, 209, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (113, 211, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (113, 213, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (114, 215, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (114, 217, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (114, 219, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (114, 221, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (115, 225, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (115, 229, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (115, 233, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (115, 237, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (115, 241, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (115, 245, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 251, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 257, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 263, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 269, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 275, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 281, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 287, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 293, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 299, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 308, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 317, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 326, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 335, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 344, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 353, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 362, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 371, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 380, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 389, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 398, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 407, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 416, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 425, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (118, 439, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (119, 440, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (119, 441, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (120, 443, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (120, 445, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (121, 447, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (121, 449, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (121, 451, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (121, 453, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (122, 457, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (122, 461, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (122, 465, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (122, 469, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (122, 473, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (122, 477, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 483, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 489, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 495, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 501, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 507, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 513, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 519, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 525, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 531, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 540, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 549, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 558, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 567, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 576, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 585, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 594, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 603, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 612, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 621, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 630, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 639, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 648, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 657, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (125, 671, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (126, 672, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (126, 673, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (127, 675, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (127, 677, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (128, 679, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (128, 681, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (128, 683, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (128, 685, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (129, 689, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (129, 693, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (129, 697, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (129, 701, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (129, 705, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (129, 709, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 715, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 721, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 727, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 733, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 739, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 745, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 751, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 757, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 763, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 772, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 781, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 790, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 799, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 808, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 817, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 826, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 835, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 844, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 853, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 862, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 871, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 880, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 889, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (132, 903, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (133, 904, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (133, 905, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (134, 907, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (134, 909, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (135, 911, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (135, 913, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (135, 915, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (135, 917, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (136, 921, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (136, 925, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (136, 929, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (136, 933, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (136, 937, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (136, 941, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 947, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 953, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 959, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 965, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 971, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 977, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 983, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 989, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 995, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1004, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1013, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1022, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1031, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1040, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1049, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1058, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1067, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1076, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1085, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1094, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1103, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1112, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1121, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (139, 1135, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (140, 1136, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (140, 1137, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (141, 1139, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (141, 1141, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (142, 1143, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (142, 1145, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (142, 1147, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (142, 1149, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (143, 1153, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (143, 1157, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (143, 1161, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (143, 1165, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (143, 1169, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (143, 1173, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1179, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1185, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1191, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1197, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1203, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1209, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1215, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1221, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1227, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1236, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1245, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1254, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1263, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1272, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1281, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1290, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1299, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1308, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1317, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1326, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1335, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1344, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1353, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (146, 1367, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (147, 1368, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (147, 1369, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (148, 1371, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (148, 1373, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (149, 1375, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (149, 1377, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (149, 1379, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (149, 1381, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (150, 1385, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (150, 1389, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (150, 1393, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (150, 1397, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (150, 1401, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (150, 1405, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1411, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1417, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1423, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1429, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1435, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1441, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1447, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1453, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1459, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1468, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1477, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1486, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1495, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1504, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1513, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1522, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1531, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1540, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1549, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1558, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1567, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1576, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1585, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (153, 1599, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (154, 1600, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (154, 1601, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (155, 1603, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (155, 1605, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (156, 1607, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (156, 1609, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (156, 1611, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (156, 1613, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (157, 1617, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (157, 1621, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (157, 1625, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (157, 1629, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (157, 1633, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (157, 1637, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1643, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1649, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1655, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1661, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1667, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1673, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1679, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1685, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1691, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1700, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1709, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1718, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1727, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1736, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1745, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1754, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1763, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1772, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1781, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1790, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1799, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1808, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1817, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (160, 1831, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (161, 1832, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (161, 1833, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (162, 1835, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (162, 1837, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (163, 1839, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (163, 1841, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (163, 1843, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (163, 1845, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (164, 1849, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (164, 1853, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (164, 1857, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (164, 1861, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (164, 1865, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (164, 1869, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1875, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1881, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1887, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1893, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1899, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1905, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1911, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1917, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1923, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1932, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1941, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1950, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1959, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1968, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1977, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1986, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1995, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 2004, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 2013, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 2022, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 2031, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 2040, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 2049, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (167, 2063, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (168, 2064, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (168, 2065, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (169, 2067, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (169, 2069, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (170, 2071, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (170, 2073, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (170, 2075, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (170, 2077, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (171, 2081, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (171, 2085, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (171, 2089, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (171, 2093, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (171, 2097, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (171, 2101, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2107, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2113, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2119, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2125, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2131, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2137, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2143, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2149, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2155, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2164, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2173, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2182, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2191, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2200, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2209, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2218, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2227, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2236, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2245, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2254, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2263, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2272, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2281, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (174, 2295, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (175, 2296, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (175, 2297, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (176, 2299, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (176, 2301, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (177, 2303, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (177, 2305, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (177, 2307, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (177, 2309, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (178, 2313, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (178, 2317, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (178, 2321, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (178, 2325, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (178, 2329, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (178, 2333, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2339, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2345, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2351, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2357, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2363, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2369, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2375, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2381, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2387, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2396, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2405, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2414, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2423, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2432, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2441, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2450, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2459, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2468, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2477, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2486, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2495, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2504, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2513, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (181, 2527, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (182, 2528, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (182, 2529, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (183, 2531, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (183, 2533, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (184, 2535, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (184, 2537, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (184, 2539, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (184, 2541, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (185, 2545, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (185, 2549, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (185, 2553, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (185, 2557, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (185, 2561, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (185, 2565, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2571, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2577, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2583, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2589, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2595, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2601, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2607, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2613, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2619, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2628, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2637, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2646, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2655, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2664, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2673, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2682, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2691, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2700, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2709, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2718, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2727, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2736, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2745, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (188, 2759, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (189, 2760, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (189, 2761, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (190, 2763, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (190, 2765, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (191, 2767, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (191, 2769, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (191, 2771, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (191, 2773, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (192, 2777, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (192, 2781, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (192, 2785, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (192, 2789, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (192, 2793, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (192, 2797, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2803, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2809, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2815, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2821, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2827, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2833, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2839, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2845, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2851, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2860, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2869, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2878, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2887, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2896, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2905, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2914, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2923, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2932, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2941, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2950, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2959, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2968, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2977, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (195, 2991, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (196, 2992, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (196, 2993, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (197, 2995, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (197, 2997, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (198, 2999, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (198, 3001, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (198, 3003, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (198, 3005, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (199, 3009, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (199, 3013, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (199, 3017, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (199, 3021, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (199, 3025, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (199, 3029, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3035, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3041, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3047, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3053, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3059, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3065, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3071, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3077, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3083, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3092, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3101, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3110, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3119, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3128, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3137, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3146, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3155, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3164, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3173, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3182, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3191, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3200, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3209, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (202, 3223, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (203, 3224, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (203, 3225, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (204, 3227, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (204, 3229, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (205, 3231, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (205, 3233, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (205, 3235, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (205, 3237, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (206, 3241, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (206, 3245, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (206, 3249, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (206, 3253, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (206, 3257, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (206, 3261, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3267, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3273, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3279, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3285, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3291, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3297, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3303, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3309, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3315, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3324, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3333, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3342, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3351, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3360, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3369, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3378, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3387, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3396, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3405, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3414, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3423, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3432, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3441, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (209, 3455, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (210, 3456, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (210, 3457, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (211, 3459, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (211, 3461, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (212, 3463, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (212, 3465, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (212, 3467, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (212, 3469, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (213, 3473, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (213, 3477, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (213, 3481, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (213, 3485, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (213, 3489, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (213, 3493, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 3499, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 2, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 8, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 14, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 20, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 26, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 32, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 38, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 44, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 53, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 62, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 71, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 80, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 89, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 98, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 107, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 116, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 125, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 134, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 143, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 152, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 161, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 170, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (216, 184, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (217, 185, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (217, 186, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (218, 188, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (218, 190, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (219, 192, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (219, 194, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (219, 196, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (219, 198, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (220, 202, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (220, 206, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (220, 210, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (220, 214, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (220, 218, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (220, 222, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 228, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 234, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 240, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 246, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 252, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 258, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 264, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 270, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 276, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 285, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 294, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 303, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 312, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 321, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 330, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 339, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 348, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 357, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 366, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 375, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 384, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 393, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 402, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (223, 416, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (224, 417, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (224, 418, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (225, 420, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (225, 422, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (226, 424, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (226, 426, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (226, 428, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (226, 430, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (227, 434, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (227, 438, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (227, 442, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (227, 446, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (227, 450, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (227, 454, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 460, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 466, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 472, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 478, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 484, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 490, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 496, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 502, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 508, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 517, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 526, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 535, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 544, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 553, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 562, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 571, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 580, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 589, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 598, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 607, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 616, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 625, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 634, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (230, 648, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (231, 649, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (231, 650, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (232, 652, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (232, 654, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (233, 656, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (233, 658, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (233, 660, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (233, 662, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (234, 666, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (234, 670, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (234, 674, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (234, 678, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (234, 682, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (234, 686, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 692, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 698, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 704, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 710, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 716, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 722, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 728, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 734, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 740, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 749, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 758, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 767, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 776, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 785, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 794, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 803, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 812, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 821, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 830, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 839, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 848, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 857, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 866, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (237, 880, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (238, 881, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (238, 882, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (239, 884, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (239, 886, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (240, 888, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (240, 890, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (240, 892, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (240, 894, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (241, 898, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (241, 902, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (241, 906, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (241, 910, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (241, 914, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (241, 918, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 924, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 930, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 936, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 942, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 948, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 954, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 960, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 966, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 972, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 981, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 990, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 999, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1008, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1017, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1026, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1035, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1044, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1053, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1062, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1071, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1080, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1089, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1098, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (244, 1112, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (245, 1113, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (245, 1114, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (246, 1116, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (246, 1118, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (247, 1120, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (247, 1122, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (247, 1124, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (247, 1126, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (248, 1130, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (248, 1134, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (248, 1138, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (248, 1142, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (248, 1146, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (248, 1150, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1156, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1162, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1168, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1174, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1180, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1186, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1192, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1198, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1204, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1213, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1222, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1231, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1240, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1249, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1258, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1267, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1276, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1285, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1294, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1303, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1312, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1321, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1330, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (251, 1344, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (252, 1345, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (252, 1346, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (253, 1348, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (253, 1350, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (254, 1352, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (254, 1354, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (254, 1356, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (254, 1358, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (255, 1362, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (255, 1366, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (255, 1370, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (255, 1374, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (255, 1378, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (255, 1382, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1388, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1394, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1400, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1406, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1412, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1418, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1424, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1430, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1436, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1445, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1454, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1463, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1472, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1481, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1490, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1499, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1508, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1517, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1526, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1535, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1544, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1553, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1562, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (258, 1576, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (259, 1577, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (259, 1578, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (260, 1580, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (260, 1582, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (261, 1584, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (261, 1586, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (261, 1588, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (261, 1590, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (262, 1594, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (262, 1598, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (262, 1602, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (262, 1606, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (262, 1610, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (262, 1614, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1620, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1626, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1632, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1638, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1644, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1650, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1656, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1662, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1668, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1677, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1686, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1695, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1704, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1713, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1722, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1731, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1740, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1749, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1758, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1767, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1776, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1785, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1794, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (265, 1808, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (266, 1809, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (266, 1810, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (267, 1812, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (267, 1814, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (268, 1816, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (268, 1818, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (268, 1820, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (268, 1822, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (269, 1826, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (269, 1830, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (269, 1834, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (269, 1838, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (269, 1842, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (269, 1846, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1852, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1858, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1864, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1870, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1876, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1882, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1888, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1894, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1900, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1909, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1918, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1927, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1936, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1945, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1954, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1963, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1972, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1981, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1990, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1999, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 2008, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 2017, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 2026, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (272, 2040, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (273, 2041, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (273, 2042, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (274, 2044, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (274, 2046, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (275, 2048, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (275, 2050, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (275, 2052, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (275, 2054, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (276, 2058, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (276, 2062, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (276, 2066, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (276, 2070, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (276, 2074, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (276, 2078, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2084, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2090, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2096, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2102, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2108, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2114, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2120, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2126, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2132, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2141, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2150, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2159, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2168, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2177, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2186, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2195, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2204, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2213, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2222, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2231, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2240, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2249, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2258, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (279, 2272, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (280, 2273, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (280, 2274, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (281, 2276, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (281, 2278, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (282, 2280, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (282, 2282, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (282, 2284, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (282, 2286, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (283, 2290, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (283, 2294, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (283, 2298, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (283, 2302, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (283, 2306, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (283, 2310, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2316, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2322, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2328, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2334, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2340, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2346, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2352, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2358, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2364, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2373, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2382, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2391, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2400, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2409, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2418, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2427, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2436, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2445, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2454, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2463, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2472, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2481, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2490, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (286, 2504, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (287, 2505, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (287, 2506, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (288, 2508, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (288, 2510, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (289, 2512, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (289, 2514, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (289, 2516, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (289, 2518, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (290, 2522, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (290, 2526, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (290, 2530, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (290, 2534, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (290, 2538, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (290, 2542, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2548, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2554, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2560, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2566, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2572, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2578, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2584, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2590, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2596, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2605, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2614, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2623, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2632, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2641, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2650, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2659, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2668, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2677, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2686, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2695, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2704, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2713, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2722, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (293, 2736, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (294, 2737, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (294, 2738, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (295, 2740, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (295, 2742, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (296, 2744, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (296, 2746, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (296, 2748, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (296, 2750, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (297, 2754, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (297, 2758, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (297, 2762, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (297, 2766, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (297, 2770, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (297, 2774, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2780, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2786, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2792, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2798, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2804, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2810, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2816, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2822, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2828, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2837, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2846, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2855, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2864, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2873, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2882, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2891, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2900, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2909, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2918, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2927, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2936, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2945, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2954, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (300, 2968, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (301, 2969, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (301, 2970, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (302, 2972, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (302, 2974, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (303, 2976, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (303, 2978, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (303, 2980, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (303, 2982, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (304, 2986, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (304, 2990, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (304, 2994, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (304, 2998, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (304, 3002, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (304, 3006, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3012, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3018, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3024, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3030, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3036, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3042, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3048, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3054, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3060, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3069, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3078, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3087, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3096, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3105, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3114, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3123, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3132, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3141, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3150, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3159, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3168, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3177, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3186, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (307, 3200, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (308, 3201, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (308, 3202, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (309, 3204, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (309, 3206, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (310, 3208, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (310, 3210, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (310, 3212, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (310, 3214, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (311, 3218, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (311, 3222, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (311, 3226, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (311, 3230, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (311, 3234, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (311, 3238, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3244, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3250, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3256, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3262, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3268, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3274, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3280, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3286, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3292, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3301, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3310, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3319, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3328, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3337, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3346, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3355, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3364, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3373, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3382, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3391, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3400, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3409, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3418, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (314, 3432, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (315, 3433, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (315, 3434, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (316, 3436, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (316, 3438, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (317, 3440, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (317, 3442, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (317, 3444, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (317, 3446, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (318, 3450, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (318, 3454, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (318, 3458, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (318, 3462, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (318, 3466, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (318, 3470, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 3476, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 3482, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 3488, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 3494, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 3500, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 3, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 9, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 15, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 21, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 30, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 39, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 48, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 57, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 66, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 75, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 84, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 93, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 102, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 111, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 120, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 129, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 138, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 147, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (321, 161, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (322, 162, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (322, 163, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (323, 165, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (323, 167, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (324, 169, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (324, 171, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (324, 173, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (324, 175, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (325, 179, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (325, 183, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (325, 187, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (325, 191, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (325, 195, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (325, 199, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 205, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 211, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 217, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 223, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 229, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 235, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 241, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 247, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 253, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 262, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 271, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 280, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 289, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 298, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 307, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 316, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 325, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 334, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 343, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 352, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 361, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 370, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 379, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (328, 393, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (329, 394, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (329, 395, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (330, 397, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (330, 399, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (331, 401, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (331, 403, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (331, 405, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (331, 407, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (332, 411, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (332, 415, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (332, 419, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (332, 423, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (332, 427, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (332, 431, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 437, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 443, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 449, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 455, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 461, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 467, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 473, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 479, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 485, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 494, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 503, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 512, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 521, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 530, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 539, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 548, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 557, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 566, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 575, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 584, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 593, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 602, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 611, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (335, 625, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (336, 626, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (336, 627, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (337, 629, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (337, 631, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (338, 633, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (338, 635, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (338, 637, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (338, 639, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (339, 643, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (339, 647, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (339, 651, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (339, 655, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (339, 659, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (339, 663, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 669, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 675, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 681, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 687, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 693, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 699, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 705, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 711, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 717, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 726, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 735, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 744, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 753, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 762, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 771, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 780, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 789, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 798, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 807, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 816, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 825, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 834, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 843, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (342, 857, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (343, 858, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (343, 859, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (344, 861, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (344, 863, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (345, 865, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (345, 867, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (345, 869, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (345, 871, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (346, 875, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (346, 879, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (346, 883, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (346, 887, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (346, 891, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (346, 895, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 901, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 907, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 913, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 919, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 925, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 931, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 937, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 943, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 949, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 958, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 967, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 976, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 985, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 994, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1003, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1012, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1021, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1030, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1039, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1048, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1057, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1066, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1075, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (349, 1089, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (350, 1090, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (350, 1091, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (351, 1093, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (351, 1095, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (352, 1097, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (352, 1099, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (352, 1101, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (352, 1103, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (353, 1107, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (353, 1111, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (353, 1115, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (353, 1119, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (353, 1123, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (353, 1127, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1133, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1139, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1145, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1151, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1157, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1163, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1169, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1175, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1181, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1190, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1199, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1208, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1217, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1226, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1235, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1244, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1253, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1262, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1271, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1280, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1289, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1298, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1307, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (356, 1321, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (357, 1322, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (357, 1323, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (358, 1325, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (358, 1327, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (359, 1329, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (359, 1331, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (359, 1333, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (359, 1335, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (360, 1339, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (360, 1343, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (360, 1347, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (360, 1351, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (360, 1355, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (360, 1359, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1365, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1371, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1377, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1383, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1389, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1395, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1401, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1407, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1413, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1422, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1431, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1440, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1449, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1458, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1467, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1476, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1485, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1494, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1503, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1512, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1521, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1530, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1539, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (363, 1553, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (364, 1554, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (364, 1555, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (365, 1557, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (365, 1559, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (366, 1561, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (366, 1563, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (366, 1565, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (366, 1567, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (367, 1571, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (367, 1575, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (367, 1579, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (367, 1583, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (367, 1587, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (367, 1591, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1597, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1603, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1609, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1615, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1621, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1627, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1633, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1639, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1645, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1654, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1663, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1672, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1681, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1690, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1699, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1708, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1717, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1726, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1735, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1744, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1753, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1762, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1771, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (370, 1785, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (371, 1786, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (371, 1787, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (372, 1789, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (372, 1791, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (373, 1793, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (373, 1795, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (373, 1797, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (373, 1799, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (374, 1803, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (374, 1807, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (374, 1811, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (374, 1815, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (374, 1819, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (374, 1823, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1829, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1835, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1841, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1847, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1853, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1859, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1865, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1871, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1877, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1886, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1895, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1904, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1913, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1922, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1931, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1940, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1949, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1958, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1967, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1976, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1985, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1994, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 2003, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (377, 2017, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (378, 2018, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (378, 2019, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (379, 2021, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (379, 2023, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (380, 2025, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (380, 2027, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (380, 2029, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (380, 2031, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (381, 2035, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (381, 2039, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (381, 2043, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (381, 2047, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (381, 2051, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (381, 2055, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2061, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2067, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2073, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2079, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2085, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2091, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2097, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2103, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2109, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2118, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2127, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2136, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2145, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2154, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2163, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2172, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2181, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2190, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2199, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2208, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2217, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2226, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2235, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (384, 2249, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (385, 2250, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (385, 2251, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (386, 2253, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (386, 2255, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (387, 2257, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (387, 2259, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (387, 2261, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (387, 2263, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (388, 2267, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (388, 2271, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (388, 2275, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (388, 2279, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (388, 2283, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (388, 2287, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2293, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2299, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2305, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2311, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2317, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2323, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2329, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2335, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2341, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2350, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2359, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2368, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2377, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2386, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2395, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2404, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2413, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2422, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2431, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2440, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2449, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2458, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2467, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (391, 2481, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (392, 2482, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (392, 2483, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (393, 2485, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (393, 2487, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (394, 2489, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (394, 2491, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (394, 2493, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (394, 2495, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (395, 2499, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (395, 2503, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (395, 2507, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (395, 2511, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (395, 2515, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (395, 2519, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2525, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2531, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2537, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2543, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2549, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2555, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2561, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2567, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2573, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2582, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2591, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2600, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2609, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2618, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2627, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2636, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2645, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2654, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2663, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2672, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2681, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2690, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2699, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (398, 2713, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (399, 2714, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (399, 2715, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (400, 2717, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (400, 2719, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (401, 2721, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (401, 2723, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (401, 2725, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (401, 2727, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (402, 2731, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (402, 2735, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (402, 2739, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (402, 2743, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (402, 2747, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (402, 2751, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2757, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2763, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2769, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2775, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2781, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2787, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2793, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2799, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2805, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2814, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2823, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2832, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2841, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2850, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2859, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2868, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2877, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2886, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2895, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2904, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2913, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2922, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2931, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (405, 2945, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (406, 2946, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (406, 2947, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (407, 2949, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (407, 2951, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (408, 2953, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (408, 2955, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (408, 2957, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (408, 2959, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (409, 2963, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (409, 2967, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (409, 2971, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (409, 2975, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (409, 2979, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (409, 2983, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 2989, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 2995, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 3001, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 3007, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 3013, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 3019, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 3025, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 3031, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 3037, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3046, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3055, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3064, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3073, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3082, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3091, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3100, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3109, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3118, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3127, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3136, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3145, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3154, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3163, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (412, 3177, 1.99, 1); + +INSERT INTO playlists (name) VALUES ('Music'); +INSERT INTO playlists (name) VALUES ('Movies'); +INSERT INTO playlists (name) VALUES ('TV Shows'); +INSERT INTO playlists (name) VALUES ('Audiobooks'); +INSERT INTO playlists (name) VALUES ('90’s Music'); +INSERT INTO playlists (name) VALUES ('Audiobooks'); +INSERT INTO playlists (name) VALUES ('Movies'); +INSERT INTO playlists (name) VALUES ('Music'); +INSERT INTO playlists (name) VALUES ('Music Videos'); +INSERT INTO playlists (name) VALUES ('TV Shows'); +INSERT INTO playlists (name) VALUES ('Brazilian Music'); +INSERT INTO playlists (name) VALUES ('Classical'); +INSERT INTO playlists (name) VALUES ('Classical 101 - Deep Cuts'); +INSERT INTO playlists (name) VALUES ('Classical 101 - Next Steps'); +INSERT INTO playlists (name) VALUES ('Classical 101 - The Basics'); +INSERT INTO playlists (name) VALUES ('Grunge'); +INSERT INTO playlists (name) VALUES ('Heavy Metal Classic'); +INSERT INTO playlists (name) VALUES ('On-The-Go 1'); + +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 99); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2597); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2598); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2599); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2600); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2601); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2602); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2603); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2604); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2605); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2606); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2607); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2608); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 923); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 924); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 925); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 938); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 939); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 940); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 941); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 943); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 944); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 946); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 947); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 948); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 964); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 965); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 966); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 967); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 968); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 969); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 970); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 971); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 972); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 973); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 974); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1015); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1016); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1017); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1018); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1019); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 529); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 530); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 531); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 532); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 533); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 534); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 535); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 536); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 537); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 538); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 539); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 540); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 541); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 542); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2705); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2706); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2707); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2708); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2709); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2710); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2711); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2712); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2713); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2714); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2715); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2716); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2717); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2718); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2719); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2720); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2721); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2722); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2723); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2724); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2725); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2726); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2727); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2728); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2729); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2781); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2782); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2783); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2784); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2785); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2587); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2588); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2589); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2590); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 891); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 892); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 893); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 894); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 895); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 896); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 897); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 898); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 899); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 900); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 901); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 902); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 903); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 904); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 905); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 906); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 907); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 908); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 909); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 910); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 911); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 912); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 913); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 914); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 915); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 917); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 918); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 919); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 920); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 922); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2532); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2533); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2534); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2535); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2536); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2537); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2538); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2539); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2540); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2541); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 646); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 647); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 648); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 649); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 651); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 653); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 655); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 658); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 652); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 656); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 657); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 650); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 659); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 654); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 660); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1033); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1034); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1035); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1036); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1037); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1038); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1039); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1040); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1041); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1042); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1043); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1052); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1053); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1054); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1055); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1056); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 63); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 64); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 65); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 66); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 67); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 68); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 69); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 70); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 71); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 72); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 73); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 74); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 75); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 76); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 842); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 843); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 844); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 845); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 846); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 847); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 848); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 849); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 850); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 624); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 625); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 626); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 627); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 628); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 629); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 630); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 631); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 632); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 633); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 634); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 635); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 636); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 637); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 638); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 639); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 640); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 641); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 642); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 643); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 644); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 645); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 597); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 598); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 599); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 600); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 601); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 602); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 603); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 604); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 605); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 606); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 607); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 608); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 609); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 610); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 611); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 612); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 613); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 614); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 615); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 616); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 617); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 618); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 619); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1902); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1903); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1904); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1905); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1906); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1907); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1908); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1909); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1910); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1911); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1912); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1913); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1914); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1915); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2529); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2530); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2531); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 715); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 716); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 717); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 718); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 719); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 720); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 721); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 722); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 723); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 724); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 725); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 726); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 727); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 728); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 729); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 731); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 732); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 733); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 734); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 735); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 736); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 737); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 738); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 739); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 740); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 741); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 742); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 743); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 744); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 853); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 855); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 856); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 857); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 859); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 860); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 875); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 587); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 588); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 589); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 590); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 877); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 878); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 879); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 880); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 881); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 882); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 883); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 884); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 885); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 886); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 887); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 888); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 889); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 890); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 987); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 988); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1065); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1066); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1067); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1068); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1069); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1070); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1071); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1072); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1087); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1089); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1090); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1091); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 507); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 508); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 509); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 510); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1507); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1508); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1509); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1510); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1529); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1530); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1531); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1671); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1672); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1673); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1674); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1675); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1717); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1720); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1722); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1723); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1726); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1727); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1731); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1733); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1736); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1737); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1740); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1742); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1743); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1718); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1719); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1721); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1724); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1725); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1728); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1729); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1732); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1734); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1735); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1738); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1739); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1741); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1744); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1755); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1762); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1763); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1756); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1764); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1757); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1758); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1765); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1766); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1759); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1760); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1767); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1761); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1770); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1771); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1772); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1917); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1918); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1919); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1920); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1922); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1923); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1924); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1925); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1938); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1939); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1940); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1941); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2033); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2034); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2035); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2036); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2037); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2038); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2039); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2040); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2041); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2042); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2043); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2052); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2053); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2054); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2055); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2056); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2065); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2066); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2067); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2068); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2069); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2070); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2071); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2072); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2073); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2074); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2075); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2076); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2077); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2078); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2079); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2080); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2081); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2082); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2083); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2084); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2085); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2086); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2087); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2089); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2090); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2091); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2751); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2752); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2753); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2754); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2755); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2756); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2757); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2758); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2759); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2760); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2761); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2762); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2763); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2764); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2765); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2766); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2767); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2770); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2771); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2772); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2773); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2774); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2775); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2776); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2777); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2778); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2779); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2780); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 556); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 557); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 558); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 559); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 560); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 561); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 562); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 563); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 564); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 661); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 662); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 663); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 664); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 665); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 666); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 667); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 668); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 669); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 670); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 671); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 672); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 673); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 674); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 77); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 78); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 79); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 80); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 81); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 82); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 83); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 84); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1546); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1547); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1548); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1549); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1551); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1552); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1553); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1554); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1555); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1556); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1557); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1558); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1559); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1560); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1561); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1893); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1894); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1895); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1896); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1897); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1898); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1899); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1900); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1901); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1829); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1831); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1832); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1833); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1834); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1835); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1836); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1838); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1842); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1843); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1844); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1845); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1846); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1847); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1848); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1849); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1850); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1853); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1855); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1856); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1857); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1859); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1860); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1875); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1877); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1878); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1879); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1880); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1881); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1882); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1883); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1884); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1885); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1886); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1887); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1888); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1889); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1890); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1891); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1892); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1969); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1970); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1971); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1972); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1973); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1974); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1943); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1944); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1946); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1947); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1948); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2554); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2555); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2556); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2557); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2558); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2559); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2560); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2561); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2562); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2563); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2564); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1773); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1774); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1775); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1776); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1777); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1778); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1779); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1780); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1781); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1782); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1783); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1784); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1785); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3038); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3039); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3040); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3041); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3042); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3043); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 6); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 7); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 8); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 9); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 10); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 11); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 12); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 13); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 14); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 15); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 16); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 17); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 18); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 19); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 20); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 21); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 22); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 4); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 5); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 23); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 24); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 25); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 26); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 27); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 28); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 29); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 30); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 31); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 32); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 33); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 34); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 35); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 36); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 37); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 38); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 39); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 40); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 41); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 42); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 43); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 44); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 45); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 46); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 47); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 48); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 49); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 50); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 51); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 52); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 53); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 54); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 55); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 56); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 57); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 58); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 59); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 60); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 61); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 62); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 85); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 86); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 87); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 88); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 89); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 90); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 91); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 92); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 93); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 94); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 95); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 96); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 97); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 98); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 675); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 702); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 703); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 704); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 705); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 706); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 707); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 708); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 709); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 710); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 711); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 712); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 713); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 714); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2609); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2610); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2611); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2612); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2613); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2614); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2615); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2616); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2617); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2618); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2619); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2620); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2621); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2622); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2623); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2624); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2625); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2626); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2627); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2628); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2629); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2630); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2631); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2632); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2633); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2634); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2635); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2636); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2637); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2638); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 745); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 746); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 747); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 748); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 749); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 750); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 751); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 752); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 753); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 754); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 755); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 756); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 757); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 758); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 759); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 760); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 620); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 621); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 622); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 623); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 761); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 762); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 763); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 764); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 765); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 766); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 767); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 770); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 771); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 772); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 773); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 774); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 775); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 776); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 777); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 778); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 779); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 780); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 781); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 782); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 783); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 784); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 785); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 543); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 544); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 545); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 546); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 547); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 548); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 549); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 829); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 831); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 832); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 833); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 834); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 835); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 836); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 838); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2639); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2640); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2641); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2642); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2643); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2644); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2645); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2646); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2647); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2648); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2649); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1020); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1021); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1022); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1023); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1024); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1025); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1026); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1027); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 989); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 990); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 991); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 992); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 993); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 994); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 995); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 996); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 997); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 998); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 999); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1000); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1001); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1002); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1562); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1563); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1564); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1587); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1588); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1589); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1590); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1597); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1598); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1599); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1600); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1601); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1602); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1603); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1604); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1605); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1606); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1607); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1608); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1609); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1610); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1611); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1612); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1613); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1614); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1615); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1616); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1617); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1618); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1619); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1620); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1621); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1622); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1623); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1624); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1625); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1626); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1627); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1628); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1629); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1630); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1631); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1632); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1633); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1634); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1635); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1636); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1637); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1638); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1639); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1640); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1641); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1642); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1643); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1644); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1645); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 551); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 552); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 553); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 554); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 555); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1646); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1647); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1648); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1649); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1650); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1651); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1652); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1653); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1654); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1655); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1656); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1657); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1658); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1659); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1660); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1661); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1662); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1663); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1664); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1665); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1666); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1667); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1668); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1669); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1670); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1702); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1703); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1704); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1705); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1706); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1707); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1708); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1709); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1710); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1711); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1712); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1713); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1714); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1715); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1716); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1745); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1746); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1747); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1748); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1749); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1750); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1751); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1752); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1753); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1754); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1987); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1988); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1989); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1990); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1991); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1992); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1993); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1994); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1995); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1996); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1997); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1998); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1999); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2000); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2001); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2002); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2015); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2016); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2017); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2018); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2019); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2020); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2021); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2022); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2023); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2024); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2025); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2026); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2027); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2650); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2651); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2652); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2653); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2654); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2655); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2656); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2657); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2658); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2659); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2660); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2661); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2662); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2663); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2664); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2665); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2666); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2667); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2668); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2669); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2670); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2671); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2672); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2673); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2674); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2675); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2702); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2703); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2704); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2507); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2508); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2509); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2510); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2542); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2543); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2544); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2545); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2546); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2547); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2548); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2549); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2551); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2552); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2553); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2938); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2939); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2940); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2941); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2943); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2944); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2946); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2947); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2948); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3015); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3016); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3017); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2964); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2965); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2966); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2967); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2968); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2969); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2970); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2971); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2972); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2973); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2974); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2987); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2988); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2989); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2990); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2991); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2992); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2993); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2994); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2995); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2996); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2997); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2998); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2999); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3000); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3001); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3002); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3018); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3019); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3020); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3021); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3022); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3023); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3024); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3025); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3026); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3027); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3033); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3034); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3035); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3036); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3037); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3065); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3066); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3067); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3068); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3069); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3070); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3071); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3072); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3073); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3074); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3075); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3076); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3077); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3078); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3079); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3080); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3052); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3053); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3054); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3055); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3056); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3081); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3082); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3083); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3084); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3085); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3086); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3087); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3089); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3090); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3091); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2731); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2732); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2733); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2734); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2735); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2736); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2737); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2738); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2739); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2740); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2741); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2742); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2743); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2744); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2745); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2746); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2747); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2748); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2749); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2750); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1073); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1074); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1075); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1076); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1077); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1078); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1079); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1080); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1081); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1082); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1083); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1084); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1085); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1086); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1532); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1533); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1534); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1535); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1536); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1537); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1538); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1539); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1540); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1541); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1542); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1543); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1544); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1545); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1964); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1965); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1966); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1967); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1968); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2829); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2831); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2832); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2833); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2834); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2835); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2836); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2838); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2842); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2843); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2844); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2845); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2846); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2847); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2848); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2849); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2850); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2853); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2855); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2856); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2877); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2880); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2883); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2885); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2888); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2893); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2894); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2898); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2901); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2904); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2906); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2911); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2913); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2915); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2917); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2919); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2923); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2925); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2859); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2860); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2878); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2879); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2884); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2887); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2889); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2892); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2896); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2897); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2902); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2905); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2907); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2910); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2914); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2918); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2920); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2922); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2924); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2857); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2875); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2881); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2882); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2886); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2890); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2891); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2895); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2899); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2900); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2903); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2908); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2909); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2912); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 51); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 52); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 53); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 54); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 55); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 56); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 57); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 58); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 59); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 60); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 61); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 62); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1557); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2597); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2598); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2599); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2600); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2601); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2602); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2603); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2604); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2605); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2606); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2607); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2608); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2627); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2631); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2638); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2711); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2715); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3075); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3076); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2625); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 770); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 771); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 772); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 773); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 774); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 775); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 776); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 777); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 778); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 909); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 910); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 911); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 912); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 913); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 914); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 915); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 917); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 918); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 919); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 920); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 922); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 938); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 939); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 940); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 941); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 943); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 944); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 946); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 947); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 948); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2542); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2543); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2544); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2545); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2546); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2547); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2548); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2549); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2551); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2552); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2553); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3033); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3034); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3035); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3036); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3037); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 23); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 24); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 25); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 26); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 27); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 28); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 29); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 30); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 31); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 32); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 33); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 34); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 35); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 36); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 37); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 891); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 892); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 893); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 894); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 895); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 896); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 897); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 898); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 899); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 900); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 901); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 902); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 903); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 904); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 905); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 906); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 907); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 908); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2702); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2703); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2704); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 4); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 5); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 38); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 39); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 40); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 41); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 42); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 43); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 44); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 45); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 46); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 47); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 48); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 49); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 50); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 829); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 831); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 832); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 833); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 834); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 835); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 836); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 838); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1529); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1530); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1531); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2709); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2710); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2712); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3038); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3039); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3040); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3041); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3042); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3043); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3077); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 77); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 78); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 79); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 80); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 81); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 82); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 83); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 84); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1562); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1563); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1564); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1842); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1843); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1844); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1845); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1846); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1847); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1848); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1849); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1850); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1987); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1988); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1989); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1990); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1991); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1992); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1993); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1994); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1995); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1996); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1997); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1998); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1999); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2000); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2001); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2002); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2650); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2651); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2652); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2653); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2654); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2655); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2656); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2657); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2658); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2659); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2660); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2661); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2662); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2663); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3078); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3079); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3080); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 923); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 924); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 925); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1020); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1021); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1022); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1023); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1024); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1025); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1026); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1027); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2706); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2708); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2713); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2716); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2720); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2721); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2722); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2723); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2724); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2725); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2726); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2727); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2728); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2729); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2781); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2782); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2783); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2784); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2785); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 587); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 588); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 589); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 590); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1087); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1089); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1090); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1091); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1969); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1970); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1971); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1972); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1973); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1974); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3015); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3016); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3017); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 853); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 855); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 856); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 857); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 859); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 860); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 875); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1065); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1066); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1067); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1068); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1069); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1070); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1071); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1072); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 507); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 508); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 509); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 510); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1671); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1672); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1673); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1674); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1675); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2052); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2053); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2054); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2055); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2056); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2707); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2714); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2717); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2718); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 6); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 7); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 8); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 9); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 10); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 11); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 12); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 13); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 14); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 15); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 16); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 17); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 18); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 19); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 20); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 21); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 22); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 4); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 5); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 23); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 24); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 25); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 26); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 27); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 28); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 29); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 30); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 31); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 32); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 33); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 34); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 35); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 36); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 37); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 38); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 39); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 40); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 41); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 42); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 43); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 44); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 45); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 46); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 47); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 48); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 49); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 50); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 51); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 52); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 53); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 54); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 55); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 56); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 57); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 58); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 59); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 60); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 61); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 62); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 63); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 64); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 65); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 66); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 67); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 68); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 69); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 70); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 71); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 72); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 73); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 74); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 75); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 76); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 77); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 78); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 79); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 80); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 81); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 82); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 83); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 84); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 85); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 86); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 87); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 88); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 89); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 90); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 91); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 92); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 93); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 94); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 95); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 96); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 97); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 98); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 99); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2587); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2588); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2589); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2590); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 715); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 716); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 717); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 718); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 719); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 720); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 721); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 722); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 723); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 724); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 725); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 726); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 727); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 728); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 729); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 731); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 732); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 733); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 734); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 735); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 736); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 737); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 738); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 739); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 740); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 741); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 742); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 743); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 744); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2597); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2598); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2599); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2600); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2601); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2602); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2603); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2604); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2605); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2606); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2607); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2608); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 675); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 702); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 703); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 704); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 705); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 706); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 707); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 708); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 709); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 710); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 711); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 712); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 713); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 714); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2609); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2610); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2611); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2612); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2613); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2614); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2615); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2616); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2617); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2618); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2619); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2620); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2621); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2622); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2623); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2624); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2625); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2626); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2627); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2628); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2629); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2630); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2631); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2632); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2633); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2634); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2635); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2636); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2637); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2638); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 745); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 746); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 747); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 748); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 749); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 750); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 751); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 752); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 753); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 754); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 755); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 756); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 757); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 758); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 759); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 760); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 620); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 621); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 622); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 623); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 761); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 762); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 763); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 764); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 765); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 766); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 767); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 770); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 771); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 772); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 773); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 774); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 775); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 776); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 777); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 778); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 779); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 780); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 781); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 782); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 783); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 784); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 785); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 543); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 544); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 545); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 546); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 547); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 548); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 549); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 829); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 831); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 832); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 833); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 834); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 835); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 836); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 838); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 842); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 843); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 844); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 845); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 846); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 847); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 848); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 849); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 850); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 853); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 855); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 856); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 857); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 859); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 860); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 875); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2639); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2640); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2641); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2642); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2643); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2644); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2645); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2646); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2647); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2648); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2649); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 587); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 588); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 589); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 590); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 877); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 878); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 879); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 880); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 881); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 882); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 883); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 884); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 885); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 886); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 887); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 888); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 889); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 890); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 891); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 892); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 893); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 894); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 895); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 896); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 897); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 898); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 899); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 900); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 901); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 902); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 903); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 904); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 905); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 906); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 907); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 908); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 909); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 910); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 911); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 912); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 913); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 914); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 915); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 917); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 918); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 919); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 920); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 922); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 923); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 924); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 925); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 938); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 939); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 940); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 941); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 943); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 944); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 946); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 947); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 948); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 964); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 965); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 966); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 967); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 968); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 969); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 970); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 971); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 972); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 973); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 974); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 987); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 988); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1020); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1021); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1022); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1023); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1024); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1025); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1026); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1027); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 989); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 990); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 991); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 992); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 993); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 994); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 995); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 996); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 997); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 998); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 999); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1000); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1001); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1002); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1015); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1016); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1017); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1018); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1019); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1033); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1034); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1035); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1036); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1037); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1038); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1039); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1040); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1041); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1042); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1043); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1052); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1053); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1054); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1055); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1056); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1065); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1066); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1067); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1068); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1069); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1070); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1071); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1072); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 624); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 625); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 626); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 627); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 628); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 629); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 630); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 631); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 632); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 633); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 634); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 635); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 636); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 637); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 638); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 639); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 640); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 641); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 642); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 643); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 644); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 645); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1073); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1074); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1075); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1076); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1077); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1078); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1079); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1080); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1081); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1082); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1083); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1084); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1085); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1086); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1087); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1089); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1090); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1091); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 507); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 508); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 509); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 510); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1532); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1533); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1534); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1535); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1536); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1537); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1538); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1539); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1540); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1541); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1542); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1543); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1544); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1545); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1507); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1508); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1509); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1510); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1529); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1530); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1531); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1546); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1547); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1548); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1549); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1551); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1552); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1553); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1554); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1555); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1556); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1557); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1558); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1559); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1560); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1561); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1562); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1563); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1564); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1587); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1588); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1589); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1590); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1597); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1598); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1599); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1600); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1601); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1602); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1603); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1604); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1605); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1606); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1607); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1608); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1609); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1610); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1611); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1612); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1613); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1614); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1615); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1616); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1617); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1618); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1619); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1620); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1621); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1622); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1623); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1624); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1625); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1626); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1627); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1628); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1629); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1630); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1631); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1632); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1633); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1634); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1635); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1636); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1637); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1638); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1639); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1640); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1641); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1642); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1643); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1644); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1645); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 551); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 552); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 553); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 554); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 555); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1646); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1647); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1648); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1649); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1650); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1651); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1652); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1653); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1654); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1655); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1656); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1657); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1658); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1659); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1660); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1661); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1662); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1663); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1664); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1665); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1666); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1667); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1668); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1669); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1670); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1671); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1672); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1673); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1674); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1675); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1702); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1703); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1704); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1705); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1706); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1707); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1708); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1709); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1710); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1711); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1712); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1713); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1714); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1715); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1716); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1717); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1720); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1722); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1723); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1726); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1727); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1731); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1733); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1736); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1737); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1740); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1742); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1743); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1718); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1719); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1721); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1724); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1725); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1728); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1729); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1732); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1734); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1735); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1738); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1739); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1741); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1744); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1745); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1746); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1747); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1748); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1749); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1750); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1751); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1752); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1753); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1754); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1755); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1762); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1763); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1756); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1764); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1757); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1758); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1765); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1766); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1759); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1760); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1767); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1761); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1770); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1771); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1772); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1773); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1774); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1775); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1776); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1777); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1778); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1779); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1780); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1781); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1782); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1783); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1784); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1785); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1893); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1894); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1895); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1896); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1897); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1898); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1899); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1900); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1901); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1829); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1831); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1832); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1833); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1834); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1835); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1836); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1838); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1842); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1843); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1844); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1845); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1846); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1847); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1848); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1849); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1850); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1853); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1855); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1856); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1857); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1859); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1860); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1875); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1877); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1878); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1879); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1880); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1881); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1882); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1883); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1884); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1885); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1886); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1887); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1888); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1889); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1890); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1891); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1892); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 597); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 598); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 599); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 600); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 601); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 602); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 603); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 604); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 605); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 606); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 607); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 608); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 609); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 610); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 611); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 612); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 613); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 614); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 615); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 616); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 617); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 618); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 619); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1902); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1903); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1904); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1905); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1906); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1907); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1908); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1909); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1910); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1911); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1912); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1913); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1914); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1915); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1917); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1918); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1919); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1920); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1922); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1923); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1924); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1925); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1938); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1939); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1940); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1941); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1964); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1965); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1966); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1967); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1968); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1969); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1970); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1971); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1972); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1973); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1974); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1943); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1944); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1946); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1947); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1948); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1987); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1988); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1989); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1990); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1991); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1992); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1993); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1994); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1995); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1996); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1997); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1998); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1999); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2000); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2001); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2002); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2015); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2016); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2017); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2018); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2019); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2020); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2021); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2022); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2023); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2024); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2025); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2026); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2027); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2033); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2034); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2035); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2036); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2037); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2038); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2039); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2040); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2041); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2042); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2043); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 529); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 530); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 531); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 532); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 533); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 534); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 535); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 536); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 537); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 538); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 539); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 540); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 541); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 542); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2052); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2053); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2054); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2055); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2056); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2065); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2066); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2067); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2068); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2069); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2070); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2071); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2072); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2073); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2074); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2075); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2076); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2077); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2078); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2079); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2080); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2081); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2082); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2083); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2084); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2085); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2086); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2087); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2089); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2090); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2091); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2650); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2651); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2652); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2653); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2654); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2655); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2656); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2657); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2658); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2659); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2660); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2661); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2662); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2663); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2664); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2665); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2666); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2667); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2668); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2669); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2670); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2671); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2672); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2673); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2674); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2675); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2702); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2703); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2704); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2507); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2508); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2509); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2510); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2529); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2530); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2531); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2532); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2533); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2534); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2535); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2536); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2537); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2538); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2539); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2540); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2541); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2542); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2543); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2544); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2545); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2546); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2547); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2548); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2549); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2551); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2552); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2553); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2554); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2555); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2556); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2557); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2558); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2559); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2560); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2561); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2562); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2563); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2564); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2705); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2706); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2707); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2708); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2709); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2710); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2711); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2712); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2713); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2714); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2715); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2716); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2717); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2718); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2719); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2720); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2721); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2722); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2723); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2724); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2725); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2726); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2727); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2728); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2729); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2751); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2752); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2753); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2754); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2755); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2756); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2757); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2758); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2759); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2760); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2761); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2762); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2763); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2764); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2765); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2766); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2767); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2770); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2771); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2772); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2773); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2774); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2775); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2776); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2777); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2778); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2779); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2780); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2781); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2782); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2783); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2784); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2785); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 646); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 647); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 648); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 649); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 651); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 653); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 655); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 658); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2938); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2939); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2940); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2941); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2943); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2944); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2946); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2947); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2948); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3015); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3016); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3017); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2964); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2965); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2966); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2967); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2968); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2969); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2970); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2971); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2972); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2973); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2974); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2987); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2988); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2989); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2990); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2991); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2992); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2993); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2994); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2995); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2996); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2997); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2998); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2999); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3000); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3001); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3002); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3018); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3019); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3020); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3021); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3022); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3023); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3024); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3025); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3026); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3027); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3033); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3034); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3035); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3036); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3037); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3038); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3039); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3040); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3041); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3042); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3043); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3065); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3066); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3067); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3068); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3069); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3070); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3071); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3072); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3073); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3074); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3075); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3076); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3077); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3078); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3079); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3080); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3052); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3053); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3054); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3055); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3056); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3081); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3082); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3083); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3084); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3085); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3086); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3087); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3089); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3090); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3091); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 556); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 557); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 558); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 559); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 560); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 561); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 562); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 563); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 564); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 661); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 662); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 663); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 664); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 665); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 666); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 667); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 668); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 669); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 670); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 671); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 672); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 673); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 674); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 652); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 656); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 657); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 650); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 659); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 654); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 660); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2731); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2732); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2733); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2734); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2735); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2736); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2737); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2738); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2739); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2740); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2741); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2742); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2743); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2744); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2745); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2746); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2747); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2748); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2749); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2750); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (9, 3402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2829); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2831); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2832); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2833); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2834); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2835); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2836); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2838); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2842); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2843); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2844); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2845); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2846); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2847); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2848); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2849); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2850); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2853); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2855); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2856); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2877); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2880); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2883); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2885); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2888); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2893); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2894); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2898); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2901); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2904); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2906); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2911); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2913); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2915); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2917); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2919); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2923); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2925); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2859); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2860); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2878); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2879); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2884); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2887); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2889); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2892); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2896); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2897); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2902); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2905); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2907); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2910); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2914); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2918); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2920); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2922); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2924); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2857); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2875); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2881); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2882); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2886); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2890); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2891); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2895); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2899); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2900); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2903); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2908); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2909); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2912); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 738); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 877); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 885); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 888); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 2752); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 2753); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 2754); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 2758); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 2767); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 2768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 2769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 3367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 52); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 2); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 3); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 4); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 5); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1880); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 2094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 2095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 2096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 3290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (18, 597); diff --git a/database/store_1/store_1.sqlite b/database/store_1/store_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..f1b490cd2488a53b0932f6e6cc730a851d5f3f6b --- /dev/null +++ b/database/store_1/store_1.sqlite @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9212f03e0fcfd875750d37067c4c9ac06efaf7334e91776f687976723da26e +size 1155072 diff --git a/database/store_product/schema.sql b/database/store_product/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..c688690c624b9dca64890770d9e273b62f05affd --- /dev/null +++ b/database/store_product/schema.sql @@ -0,0 +1,105 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "product" ( +"product_id" int, +"product" text, +"dimensions" text, +"dpi" real, +"pages_per_minute_color" real, +"max_page_size" text, +"interface" text, +PRIMARY KEY ("product_id") +); + +CREATE TABLE "store" ( +"Store_ID" int, +"Store_Name" text, +"Type" text, +"Area_size" real, +"Number_of_product_category" real, +"Ranking" int, +PRIMARY KEY ("Store_ID") +); + +CREATE TABLE "district" ( +"District_ID" int, +"District_name" text, +"Headquartered_City" text, +"City_Population" real, +"City_Area" real, +PRIMARY KEY ("District_ID") +); + + +INSERT INTO "product" VALUES (1,"Fujitsu fi-6130 A4 Series Scanner","301 x 160 x 158","600","30","A4","USB 2.0"); +INSERT INTO "product" VALUES (2,"Plustek MobileOffice D28 Corporate","303 x 94 x 60","600","28","A4","USB 2.0"); +INSERT INTO "product" VALUES (3,"Xerox Travel Scanner 100","289 x 51 x 38","600","4","A4","USB 2.0"); +INSERT INTO "product" VALUES (4,"ScanShell 3000DN","300 x 50 x 45","600","3","A4","USB 2.0"); +INSERT INTO "product" VALUES (5,"Canon imageFORMULA P-150","280 x 95 x 40","600","10","216mm x 356mm","USB 2.0"); +INSERT INTO "product" VALUES (6,"Canon DR-2080C","298 x 209 x 99","600","36","216mm x 355mm","USB 2.0"); +INSERT INTO "store" VALUES (1,"Miramichi","City Mall","179.84","17811","2"); +INSERT INTO "store" VALUES (2,"Neguac","Village Store","26.69","1678","3"); +INSERT INTO "store" VALUES (3,"Rogersville","Village Store","7.23","1170","1"); +INSERT INTO "store" VALUES (4,"Blackville","Village Store","21.73","990","10"); +INSERT INTO "store" VALUES (5,"Doaktown","City Mall","28.74","793","9"); +INSERT INTO "district" VALUES ("1","Attock District","Attock City","94620","20"); +INSERT INTO "district" VALUES ("2","Bahawalnagar District","Bahawalnagar City","134936","13"); +INSERT INTO "district" VALUES ("3","Bahawalpur District","Bahawalpur City","530438","38"); +INSERT INTO "district" VALUES ("4","Bhakkar District","Bhakkar City","89380","15"); +INSERT INTO "district" VALUES ("5","Chakwal District","Chakwal City","113524","10"); +INSERT INTO "district" VALUES ("6","Chiniot District","Chiniot City","219254","12"); +INSERT INTO "district" VALUES ("7","Dera Ghazi Khan District","Dera Ghazi Khan City","464742","22"); +INSERT INTO "district" VALUES ("8","Faisalabad District","Faisalabad City","2793721","147"); +INSERT INTO "district" VALUES ("9","Gujranwala District","Gujranwala City","1526168","75"); +INSERT INTO "district" VALUES ("10","Gujrat District","Gujrat City","328512","25"); +INSERT INTO "district" VALUES ("11","Hafizabad District","Hafizabad City","165936","10"); +INSERT INTO "district" VALUES ("12","Jhang District","Jhang City","365198","28"); +INSERT INTO "district" VALUES ("13","Jhelum District","Jhelum City","172073","22"); +INSERT INTO "district" VALUES ("14","Kasur District","Kasur City","314617","18"); +INSERT INTO "district" VALUES ("15","Khanewal District","Khanewal City","165038","17"); + + + +CREATE TABLE "store_product" ( +"Store_ID" int, +"Product_ID" int, +PRIMARY KEY ("Store_ID","Product_ID"), +FOREIGN KEY (`Store_ID`) REFERENCES `store`(`Store_ID`), +FOREIGN KEY (`Product_ID`) REFERENCES `product`(`Product_ID`) +); + +INSERT INTO "store_product" VALUES (1,1); +INSERT INTO "store_product" VALUES (1,2); +INSERT INTO "store_product" VALUES (1,3); +INSERT INTO "store_product" VALUES (1,4); +INSERT INTO "store_product" VALUES (1,6); + +INSERT INTO "store_product" VALUES (2,1); +INSERT INTO "store_product" VALUES (3,2); +INSERT INTO "store_product" VALUES (2,3); +INSERT INTO "store_product" VALUES (3,4); +INSERT INTO "store_product" VALUES (2,6); + + +INSERT INTO "store_product" VALUES (5,1); +INSERT INTO "store_product" VALUES (5,2); +INSERT INTO "store_product" VALUES (5,3); +INSERT INTO "store_product" VALUES (5,4); +INSERT INTO "store_product" VALUES (5,6); + + + +CREATE TABLE "store_district" ( +"Store_ID" int, +"District_ID" int, +PRIMARY KEY ("Store_ID"), +FOREIGN KEY (`Store_ID`) REFERENCES `store`(`Store_ID`), +FOREIGN KEY (`District_ID`) REFERENCES `district`(`District_ID`) +); + +INSERT INTO "store_district" VALUES (1,15); +INSERT INTO "store_district" VALUES (2,15); +INSERT INTO "store_district" VALUES (3,11); +INSERT INTO "store_district" VALUES (4,4); +INSERT INTO "store_district" VALUES (5,3); diff --git a/database/store_product/store_product.sqlite b/database/store_product/store_product.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..c2386ce46e88d7acdff34a3afb4feacdafe5dc6c Binary files /dev/null and b/database/store_product/store_product.sqlite differ diff --git a/database/storm_record/schema.sql b/database/storm_record/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..c616f3c741dd624bdc14d4cece334a300eaa651c --- /dev/null +++ b/database/storm_record/schema.sql @@ -0,0 +1,62 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "storm" ( +"Storm_ID" int, +"Name" text, +"Dates_active" text, +"Max_speed" int, +"Damage_millions_USD" real, +"Number_Deaths" int, +PRIMARY KEY ("Storm_ID") +); + +INSERT INTO "storm" VALUES (1,"One","May19–May25","995","13",0); +INSERT INTO "storm" VALUES (2,"Two","August3–August10","972","10.75",7); +INSERT INTO "storm" VALUES (3,"Three","August5–August14","972","13",52); +INSERT INTO "storm" VALUES (4,"Four","August26–September2","961","4.05",7); +INSERT INTO "storm" VALUES (5,"Five","September7–September17","988","1.49",3); +INSERT INTO "storm" VALUES (6,"Six","September18–September25","1002","0.039",2); +INSERT INTO "storm" VALUES (7,"Seven","September22–September28","977","13",0); +INSERT INTO "storm" VALUES (8,"Eight","October20–October24","983","13",0); +INSERT INTO "storm" VALUES (9,"Nine","October24–October26","1007","13",0); +INSERT INTO "storm" VALUES (10,"9 cyclones","May19 –October26","961","29.3",71); + +CREATE TABLE "region" ( +`Region_id` int, +`Region_code` text, +`Region_name` text, +PRIMARY KEY ("Region_id") +); + +INSERT INTO "region" VALUES (1, "AF", "Afghanistan"); +INSERT INTO "region" VALUES (2, "AL", "Albania"); +INSERT INTO "region" VALUES (3, "DZ", "Algeria"); +INSERT INTO "region" VALUES (4, "DS", "American Samoa"); +INSERT INTO "region" VALUES (5, "AD", "Andorra"); +INSERT INTO "region" VALUES (6, "AO", "Angola"); +INSERT INTO "region" VALUES (7, "AI", "Anguilla"); +INSERT INTO "region" VALUES (8, "AQ", "Antarctica"); +INSERT INTO "region" VALUES (9, "AG", "Antigua and Barbuda"); +INSERT INTO "region" VALUES (10, "CY", "Cyprus"); +INSERT INTO "region" VALUES (11, "CZ", "Czech Republic"); +INSERT INTO "region" VALUES (12, "DK", "Denmark"); +INSERT INTO "region" VALUES (13, "DJ", "Djibouti"); + + +CREATE TABLE `affected_region` ( +`Region_id` int, +`Storm_ID` int, +`Number_city_affected` real, +PRIMARY KEY (`Region_id`,`Storm_ID`), +FOREIGN KEY (`Region_id`) REFERENCES `region`(`Region_id`), +FOREIGN KEY (`Storm_ID`) REFERENCES `storm`(`Storm_ID`) +); + +INSERT INTO `affected_region` VALUES (1,1,10); +INSERT INTO `affected_region` VALUES (2,1,15); +INSERT INTO `affected_region` VALUES (3,3,30); +INSERT INTO `affected_region` VALUES (1,4,22); +INSERT INTO `affected_region` VALUES (12,5,37); +INSERT INTO `affected_region` VALUES (2,5,12); + diff --git a/database/storm_record/storm_record.sqlite b/database/storm_record/storm_record.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..eabf6e28ea317bcaf3b9ae471544a35554456f6a Binary files /dev/null and b/database/storm_record/storm_record.sqlite differ diff --git a/database/student_1/annotation.json b/database/student_1/annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..54af4b959ed61486655fd962efd4f43bc5336b1d --- /dev/null +++ b/database/student_1/annotation.json @@ -0,0 +1,58 @@ +{ + "label_id": null, + "data": [ + { + "nl": "Find all students who study in classroom 111. For each student list first and last name.\n", + "id": 0 + }, + { + "nl": "For each classroom report the grade that is taught in it. Report just the classroom number and the grade number.\n", + "id": 1 + }, + { + "nl": "Find all teachers who teach fifth grade. Report first and last name of the teachers and the room number.\n", + "id": 2 + }, + { + "nl": "Find all students taught by OTHA MOYER. Output first and last names of students\n", + "id": 3 + }, + { + "nl": "For each teacher teaching grades K through 3, report the grade (s)he teaches. Each name has to be reported exactly once.\n", + "id": 4 + }, + { + "nl": "Find all first-grade students who are NOT taught by OTHA MOYER. Report their first and last names\n", + "id": 5 + }, + { + "nl": "Find and report the number of students taught by LORIA ONDERSMA.\n", + "id": 6 + }, + { + "nl": "For each grade, report the number of classrooms in which it is taught and the toal number of students in the grade.\n", + "id": 7 + }, + { + "nl": "Report the names of teachers who have between seven and eight students in their classes.\n", + "id": 8 + }, + { + "nl": "For each kindergarden classroom, report the total number of students.\n", + "id": 9 + }, + { + "nl": "Find the teacher name who teach(es) the largest number of students.\n", + "id": 10 + }, + { + "nl": "Findallclassroomswhichhavefewerstudentsinthemthantheaverage number of students in a classroom in the school. Report the classroom numbers\n", + "id": 11 + }, + { + "nl": "For each grade with more than one classroom, report the last name of the teacher who teachers the classroom with the largest number of students in the grade.\n", + "id": 12 + } + ], + "review_id": null +} \ No newline at end of file diff --git a/database/student_1/data_csv/README.STUDENTS.TXT b/database/student_1/data_csv/README.STUDENTS.TXT new file mode 100644 index 0000000000000000000000000000000000000000..9aa2888e3474c4a861e416f7042cce3b2d7f3c9e --- /dev/null +++ b/database/student_1/data_csv/README.STUDENTS.TXT @@ -0,0 +1,68 @@ +***************************************************** +CPE 365 Alex Dekhtyar +Cal Poly Computer Science Department +San Luis Obispo College of Engineering +California dekhtyar@csc.calpoly.edu +***************************************************** + STUDENTS DATASET + Version 1.0 + October 1, 2007 +***************************************************** +Sources: this is a synthesized dataset. + +****************************************************** + +This file describes the contents of the STUDENTS dataset +developed for the CPE 365, Introduction to Databases, +course at Cal Poly. + +The dataset contains information about students of a small elementary +school. Each student goes to a specific classroom and a specific +grade. A teacher is assigned to each classroom. + +General Conventions. + + 1. All files in the dataset are CSV (comma-separated values) files. + 2. First line of each file provides the names of + columns. Second line may be empty, or may contain + the first row of the data. + 3. All string values are enclosed in single quotes (') + + + The dataset consists of the following files: + + - list.csv : list of students + - teachers.csv : list of teachers + + + Individual files have the following formats. + +************************************************************************** + +list.csv + + LastName : last name of the student + FirstName : first name of the student + Grade : grade the student attends + Classroom : classroom the student is assigned to + +************************************************************************** + +teachers.csv + + LastName : last name of the teacher + FirstName : first name of the teacher + Classroom : classroom the teacher is assigned to + +************************************************************************** +************************************************************************** + +Permission granted to use and distribute this dataset in its current form, +provided this file is kept unchanged and is distributed together with the +data. + +Permission granted to modify and expand this dataset, provided this +file is updated accordingly with new information. + +************************************************************************** +************************************************************************** diff --git a/database/student_1/data_csv/list.csv b/database/student_1/data_csv/list.csv new file mode 100644 index 0000000000000000000000000000000000000000..b0e12d59cdb63f6b40d121b92714072e2af2b836 --- /dev/null +++ b/database/student_1/data_csv/list.csv @@ -0,0 +1,61 @@ +LastName, FirstName, Grade, Classroom +'CAR', 'MAUDE', 2, 101 +'KRISTENSEN', 'STORMY', 6, 112 +'VANDERWOUDE', 'SHERWOOD', 3, 107 +'NOGODA', 'ISMAEL', 0, 105 +'DANESE', 'JANEE', 4, 111 +'AMY', 'PATRINA', 1, 102 +'PREHM', 'SHANEL', 0, 104 +'GRUNIN', 'EMILE', 5, 109 +'GELL', 'TAMI', 0, 104 +'MADLOCK', 'RAY', 4, 110 +'SUDA', 'DARLEEN', 4, 110 +'DROP', 'SHERMAN', 0, 104 +'PINNELL', 'ROBBY', 3, 107 +'BROMLEY', 'EVELINA', 1, 103 +'YUEN', 'ANIKA', 1, 103 +'BUSTILLOS', 'HILMA', 0, 106 +'GOODNOE', 'GAYLE', 4, 111 +'BALBOA', 'MEL', 1, 103 +'BARTKUS', 'REYNALDO', 1, 102 +'GROENEWEG', 'CRYSTA', 3, 107 +'HOUTCHENS', 'THEO', 0, 106 +'GERSTEIN', 'AL', 5, 109 +'MACIAG', 'CHET', 5, 109 +'SAADE', 'TOBIE', 4, 110 +'BRINE', 'FRANKLYN', 0, 106 +'HANNEMANN', 'CHANTAL', 1, 102 +'BYRUM', 'BENNIE', 0, 105 +'NETZEL', 'JODY', 0, 105 +'VANVLIET', 'COLLIN', 0, 106 +'HONES', 'GUILLERMINA', 0, 104 +'FLACHS', 'JEFFRY', 5, 109 +'GRABILL', 'JULIENNE', 0, 106 +'AREHART', 'VERTIE', 3, 107 +'RUNKLE', 'MARCUS', 1, 102 +'MOWATT', 'KITTIE', 0, 105 +'HOOSOCK', 'LANCE', 1, 103 +'LEAPER', 'ADRIAN', 4, 111 +'PASSEY', 'RAYLENE', 4, 110 +'NAKAHARA', 'SHERON', 0, 105 +'STIRE', 'SHIRLEY', 6, 112 +'RODDEY', 'CYRUS', 4, 110 +'CRANMER', 'CAREY', 5, 109 +'SCHUTZE', 'LANELLE', 5, 109 +'FULVIO', 'ELTON', 4, 111 +'HOESCHEN', 'LYNNETTE', 4, 108 +'SOLOMAN', 'BRODERICK', 0, 106 +'LAPLANT', 'SUMMER', 2, 101 +'LUSKEY', 'BRITT', 4, 108 +'JAGNEAUX', 'ELVIRA', 6, 112 +'BIBB', 'SHANAE', 1, 103 +'WIRTZFELD', 'DELORAS', 0, 106 +'RANSLER', 'RODGER', 1, 102 +'NABOZNY', 'CHRISSY', 3, 107 +'ATWOOD', 'BETHEL', 5, 109 +'CHIARAMONTE', 'NOVELLA', 2, 101 +'TRAYWICK', 'KERI', 1, 102 +'BRIGHTBILL', 'ANTONY', 1, 102 +'HUANG', 'TAWANNA', 5, 109 +'SANTORY', 'JORDON', 3, 107 +'LARKINS', 'GAYLE', 4, 110 diff --git a/database/student_1/data_csv/teachers.csv b/database/student_1/data_csv/teachers.csv new file mode 100644 index 0000000000000000000000000000000000000000..541296455dcdb063ee51ef872fa64560a124f29d --- /dev/null +++ b/database/student_1/data_csv/teachers.csv @@ -0,0 +1,13 @@ +LastName, FirstName, Classroom +'MACROSTIE', 'MIN', 101 +'COVIN', 'JEROME', 102 +'MOYER', 'OTHA', 103 +'NIBLER', 'JERLENE', 104 +'MARROTTE', 'KIRK', 105 +'TARRING', 'LEIA', 106 +'URSERY', 'CHARMAINE', 107 +'ONDERSMA', 'LORIA', 108 +'KAWA', 'GORDON', 109 +'SUMPTION', 'GEORGETTA', 110 +'KRIENER', 'BILLIE', 111 +'SUGAI', 'ALFREDA', 112 diff --git a/database/student_1/link.txt b/database/student_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..94c167197fe075c59a0eb4db5c0ce5bf25f766e7 --- /dev/null +++ b/database/student_1/link.txt @@ -0,0 +1 @@ +http://users.csc.calpoly.edu/~dekhtyar/365-Spring2017/index.html \ No newline at end of file diff --git a/database/student_1/q.txt b/database/student_1/q.txt new file mode 100644 index 0000000000000000000000000000000000000000..31d3be49945822a349d7af36eea9ac02b79ec609 --- /dev/null +++ b/database/student_1/q.txt @@ -0,0 +1,25 @@ +Find all students who study in classroom 111. For each student list first and last name. + +For each classroom report the grade that is taught in it. Report just the classroom number and the grade number. + +Find all teachers who teach fifth grade. Report first and last name of the teachers and the room number. + +Find all students taught by OTHA MOYER. Output first and last names of students + +For each teacher teaching grades K through 3, report the grade (s)he teaches. Each name has to be reported exactly once. + +Find all first-grade students who are NOT taught by OTHA MOYER. Report their first and last names + +Find and report the number of students taught by LORIA ONDERSMA. + +For each grade, report the number of classrooms in which it is taught and the toal number of students in the grade. + +Report the names of teachers who have between seven and eight students in their classes. + +For each kindergarden classroom, report the total number of students. + +Find the teacher name who teach(es) the largest number of students. + +Findallclassroomswhichhavefewerstudentsinthemthantheaverage number of students in a classroom in the school. Report the classroom numbers + +For each grade with more than one classroom, report the last name of the teacher who teachers the classroom with the largest number of students in the grade. diff --git a/database/student_1/student_1.sql b/database/student_1/student_1.sql new file mode 100644 index 0000000000000000000000000000000000000000..0c3e44399e63511808765c531ad317e66a3e33e1 --- /dev/null +++ b/database/student_1/student_1.sql @@ -0,0 +1,13 @@ +CREATE TABLE "list" ( + "LastName" TEXT, + "FirstName" TEXT, + "Grade" INTEGER, + "Classroom" INTEGER, + PRIMARY KEY(LastName, FirstName) +); +CREATE TABLE "teachers" ( + "LastName" TEXT, + "FirstName" TEXT, + "Classroom" INTEGER, + PRIMARY KEY(LastName, FirstName) +); diff --git a/database/student_1/student_1.sqlite b/database/student_1/student_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..7479ff61e9d4768334598681c1964cab252629c8 Binary files /dev/null and b/database/student_1/student_1.sqlite differ diff --git a/database/student_assessment/schema.sql b/database/student_assessment/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..cf6abc6dbded4e1ea22dc6e98cefcd83ebb64393 --- /dev/null +++ b/database/student_assessment/schema.sql @@ -0,0 +1,185 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE Addresses ( +address_id INTEGER NOT NULL, +line_1 VARCHAR(80), +line_2 VARCHAR(80), +city VARCHAR(50), +zip_postcode CHAR(20), +state_province_county VARCHAR(50), +country VARCHAR(50), +PRIMARY KEY (address_id) +); + +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (5, '0900 Roderick Oval +New Albina, WA 19200-7914', 'Suite 096', 'Linnealand', '862', 'Montana', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (9, '966 Dach Ports Apt. 322 +Lake Harmonyhaven, VA 65235', 'Apt. 163', 'South Minnie', '716', 'Texas', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (29, '28550 Broderick Underpass Suite 667 +Zakaryhaven, WY 22945-1534', 'Apt. 419', 'North Trystanborough', '112', 'Vermont', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (30, '83706 Ana Trafficway Apt. 992 +West Jarret, MI 01112', 'Apt. 884', 'Lake Kaley', '431', 'Washington', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (43, '69165 Beatty Station +Haleighstad, MS 55164', 'Suite 333', 'Stephaniemouth', '559', 'Massachusetts', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (45, '242 Pacocha Streets +East Isabellashire, ND 03506', 'Suite 370', 'O''Connellview', '514', 'NewMexico', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (55, '801 Modesto Island Suite 306 +Lacyville, VT 34059', 'Suite 764', 'New Alta', '176', 'Mississippi', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (63, '0177 Fisher Dam +Berniershire, KS 00038-7574', 'Apt. 903', 'South Keenan', '613', 'Michigan', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (68, '09471 Hickle Light +Port Maxime, NJ 91550-5409', 'Suite 903', 'Hannahside', '354', 'Connecticut', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (73, '67831 Lavonne Lodge +Olsontown, DC 20894', 'Apt. 756', 'Alizeshire', '687', 'NewMexico', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (82, '228 Fahey Land +Baileymouth, FL 06297-5606', 'Suite 087', 'South Naomibury', '079', 'Ohio', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (88, '1770 Adriel Ramp Apt. 397 +West Ashlynnchester, UT 91968', 'Apt. 617', 'East Tavaresburgh', '179', 'SouthDakota', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (92, '8760 Eldon Squares Suite 260 +Marquisestad, GA 38537', 'Apt. 435', 'Lake Devon', '244', 'SouthDakota', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (94, '8263 Abbott Crossing Apt. 066 +Oberbrunnerbury, LA 67451', 'Apt. 626', 'Boyleshire', '536', 'Kansas', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (99, '521 Paucek Field +North Oscartown, WI 31527', 'Apt. 849', 'Terencetown', '979', 'Michigan', 'USA'); + +CREATE TABLE People ( +person_id INTEGER NOT NULL, +first_name VARCHAR(255), +middle_name VARCHAR(255), +last_name VARCHAR(255), +cell_mobile_number VARCHAR(40), +email_address VARCHAR(40), +login_name VARCHAR(40), +password VARCHAR(40), +PRIMARY KEY (person_id) +); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (111, 'Shannon', 'Elissa', 'Senger', '01955267735', 'javier.trantow@example.net', 'pgub', '5e4ff49a61b3544da3ad7dc7e2cf28847564c64c'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (131, 'Dariana', 'Hayley', 'Bednar', '(262)347-9364x516', 'leila14@example.net', 'zops', 'b20b6a9f24aadeda70d54e410c3219f61fb063fb'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (121, 'Virginie', 'Jasmin', 'Hartmann', '(508)319-2970x043', 'boyer.lonie@example.com', 'bkkv', 'b063331ea8116befaa7b84c59c6a22200f5f8caa'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (141, 'Verna', 'Arielle', 'Grant', '1-372-548-7538x314', 'adele.gibson@example.net', 'uuol', '7be9c03d5467d563555c51ebb3eb78e7f90832ec'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (151, 'Hoyt', 'Mercedes', 'Wintheiser', '1-603-110-0647', 'stanley.monahan@example.org', 'bnto', 'c55795df86182959094b83e27900f7cf44ced570'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (161, 'Mayra', 'Haley', 'Hartmann', '724-681-4161x51632', 'terry.kuhlman@example.org', 'rzxu', 'ecae473cb54601e01457078ac0cdf4a1ced837bb'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (171, 'Lizeth', 'Bell', 'Bartoletti', '812.228.0645x91481', 'celestine11@example.net', 'mkou', '76a93d1d3b7becc932d203beac61d064bd54e947'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (181, 'Nova', 'Amiya', 'Feest', '766-272-9964', 'oreynolds@example.com', 'qrwl', '7dce9b688636ee212294c257dd2f6b85c7f65f2e'); + + + +CREATE TABLE Students ( +student_id INTEGER NOT NULL, +student_details VARCHAR(255), +PRIMARY KEY (student_id), +FOREIGN KEY (student_id) REFERENCES People (person_id) +); +INSERT INTO Students (`student_id`,`student_details`) VALUES (111,'Marry'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (121,'Martin'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (131,'Barry'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (141,'Nikhil'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (151,'John'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (161,'Sarah'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (171,'Joe'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (181,'Nancy'); + + +CREATE TABLE Courses ( +course_id VARCHAR(100) NOT NULL, +course_name VARCHAR(120), +course_description VARCHAR(255), +other_details VARCHAR(255), +PRIMARY KEY (course_id) +); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('301', 'statistics', 'statistics'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('302', 'English', 'English'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('303', 'French', 'French'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('304', 'database', 'database'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('305', 'data structure', 'data structure'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('306', 'Art history', 'Art history'); + + + +CREATE TABLE People_Addresses ( +person_address_id INTEGER NOT NULL, +person_id INTEGER NOT NULL, +address_id INTEGER NOT NULL, +date_from DATETIME, +date_to DATETIME, +PRIMARY KEY (person_address_id), +FOREIGN KEY (person_id) REFERENCES People (person_id), +FOREIGN KEY (address_id) REFERENCES Addresses (address_id) +); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (122, 111, 9, '2012-09-26 13:21:00', '2018-03-21 09:46:30'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (257, 121, 5, '2008-07-31 02:17:25', '2018-03-09 02:11:12'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (269, 131, 88, '2008-05-26 20:43:41', '2018-03-11 20:26:41'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (276, 141, 99, '2014-05-10 00:32:31', '2018-03-08 06:16:47'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (281, 151, 92, '2010-11-26 05:21:12', '2018-03-12 21:10:02'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (340, 161, 45, '2017-05-01 17:32:26', '2018-03-09 08:45:06'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (363, 171, 55, '2015-05-24 16:14:12', '2018-02-23 22:44:18'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (396, 181, 82, '2013-12-26 16:57:01', '2018-03-03 16:06:17'); + + +CREATE TABLE Student_Course_Registrations ( +student_id INTEGER NOT NULL, +course_id INTEGER NOT NULL, +registration_date DATETIME NOT NULL, +PRIMARY KEY (student_id, course_id), +FOREIGN KEY (student_id) REFERENCES Students (student_id), +FOREIGN KEY (course_id) REFERENCES Courses (course_id) +); + +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (111,'301','2008-11-04 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (121,'301','2008-10-04 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (121,'303','2008-11-14 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (131,'303','2008-11-05 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (141,'302','2008-11-06 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (151,'305','2008-11-07 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (161,'302','2008-11-07 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (171,'301','2008-11-07 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (141,'301','2008-11-08 10:35:13'); + + +CREATE TABLE Student_Course_Attendance ( +student_id INTEGER NOT NULL, +course_id INTEGER NOT NULL, +date_of_attendance DATETIME NOT NULL, +PRIMARY KEY (student_id, course_id), +FOREIGN KEY (student_id, course_id) REFERENCES Student_Course_Registrations (student_id,course_id) +); + +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (111,'301','2008-11-04 10:35:13'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (121,'301','2012-04-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (121,'303','2014-04-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (141,'302','2013-04-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (171,'301','2015-04-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (161,'302','2014-01-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (151,'305','2012-05-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (141,'301','2012-09-09 11:44:34'); + + +CREATE TABLE Candidates ( +candidate_id INTEGER NOT NULL , +candidate_details VARCHAR(255), +PRIMARY KEY (candidate_id), +FOREIGN KEY (candidate_id) REFERENCES People (person_id) +); +CREATE TABLE Candidate_Assessments ( +candidate_id INTEGER NOT NULL, +qualification CHAR(15) NOT NULL, +assessment_date DATETIME NOT NULL, +asessment_outcome_code CHAR(15) NOT NULL, +PRIMARY KEY (candidate_id, qualification), +FOREIGN KEY (candidate_id) REFERENCES Candidates (candidate_id) +); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (111,'Jane'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (121,'Robert'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (131,'Alex'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (141,'Tao'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (151,'Jack'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (161,'Leo'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (171,'Robin'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (181,'Cindy'); + + +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (111,'A','2010-04-07 11:44:34','Pass'); +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (121,'B','2010-04-17 11:44:34','Pass'); +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (131,'D','2010-04-05 11:44:34','Fail'); +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (141,'C','2010-04-06 11:44:34','Pass'); +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (151,'B','2010-04-09 11:44:34','Pass'); diff --git a/database/student_assessment/student_assessment.sqlite b/database/student_assessment/student_assessment.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..d8d7d110f7be52a30a6d42f135709fc1737917bf Binary files /dev/null and b/database/student_assessment/student_assessment.sqlite differ diff --git a/database/student_transcripts_tracking/schema.sql b/database/student_transcripts_tracking/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..ce2172aa63f76c68772ef24cf0d75b369027ba05 --- /dev/null +++ b/database/student_transcripts_tracking/schema.sql @@ -0,0 +1,281 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`line_1` VARCHAR(255), +`line_2` VARCHAR(255), +`line_3` VARCHAR(255), +`city` VARCHAR(255), +`zip_postcode` VARCHAR(20), +`state_province_county` VARCHAR(255), +`country` VARCHAR(255), +`other_address_details` VARCHAR(255) +); +CREATE TABLE `Courses` ( +`course_id` INTEGER PRIMARY KEY, +`course_name` VARCHAR(255), +`course_description` VARCHAR(255), +`other_details` VARCHAR(255) +); + +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (1, '2294 Grant Square Apt. 235', 'Apt. 370', NULL, 'Port Chelsea', '148', 'Virginia', 'Iceland', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (2, '3999 Aufderhar Ways Suite 593', 'Apt. 388', NULL, 'Lake Laishafurt', '943', 'Kentucky', 'Burundi', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (3, '67942 Carlotta Ferry Apt. 686', 'Apt. 583', NULL, 'Goodwinhaven', '541', 'Kansas', 'Saudi Arabia', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (4, '0144 Lamar Plaza Apt. 346', 'Suite 703', NULL, 'Port Evanston', '847', 'Washington', 'Angola', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (5, '858 Peggie Bypass Suite 212', 'Apt. 335', NULL, 'Michelleburgh', '446', 'Hawaii', 'Haiti', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (6, '16998 Mraz Lodge', 'Apt. 689', NULL, 'North Omer', '902', 'Kentucky', 'Gibraltar', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (7, '193 Marlin Brook', 'Apt. 406', NULL, 'Herzoghaven', '068', 'Arkansas', 'Cook Islands', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (8, '202 Hessel Views Apt. 468', 'Apt. 305', NULL, 'Mariliehaven', '638', 'Idaho', 'Croatia', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (9, '0643 Muller Vista', 'Suite 383', NULL, 'Port Elvisfurt', '777', 'NorthCarolina', 'Gabon', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (10, '7081 Eda Center', 'Suite 830', NULL, 'Rutherfordtown', '839', 'Delaware', 'Kyrgyz Republic', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (11, '9283 Schulist Falls Apt. 037', 'Suite 239', NULL, 'South Palma', '400', 'WestVirginia', 'Bermuda', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (12, '979 Haag Shores Suite 656', 'Apt. 468', NULL, 'Prohaskafort', '590', 'SouthDakota', 'Lesotho', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (13, '492 Wilkinson Route', 'Suite 865', NULL, 'New Clemensburgh', '386', 'Florida', 'Samoa', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (14, '186 Evan Motorway Apt. 409', 'Suite 079', NULL, 'Lake Careyberg', '895', 'Kentucky', 'New Caledonia', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (15, '74046 Metz Walk Apt. 113', 'Suite 674', NULL, 'Port Oceane', '669', 'Wyoming', 'Norfolk Island', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (1, 'ds', 'p', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (2, 'math', 'q', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (3, 'os', 'v', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (4, 'en', 'k', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (5, 'fr', 'c', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (6, 'la', 'n', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (7, 'cal', 'l', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (8, 'nlp', 'q', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (9, 'dl', 'l', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (10, 'ml', 'b', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (11, 'ai', 'w', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (12, 'db', 'q', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (13, 'rs', 'v', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (14, 'pl', 'p', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (15, 'oop', 'd', NULL); + + +CREATE TABLE `Departments` ( +`department_id` INTEGER PRIMARY KEY, +`department_name` VARCHAR(255), +`department_description` VARCHAR(255), +`other_details` VARCHAR(255) +); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (1, 'computer science', 'error', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (2, 'history', 'nostrum', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (3, 'art', 'aliquam', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (4, 'linguistic', 'natus', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (5, 'management', 'nihil', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (6, 'engineer', 'autem', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (7, 'math', 'doloribus', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (8, 'statistics', 'nihil', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (9, 'law', 'dolorem', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (10, 'economics', 'non', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (11, 'biology', 'consequatur', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (12, 'medical', 'ea', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (13, 'dance', 'consequatur', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (14, 'drama', 'in', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (15, 'geography', 'nisi', NULL); + + + +CREATE TABLE `Degree_Programs` ( +`degree_program_id` INTEGER PRIMARY KEY, +`department_id` INTEGER NOT NULL, +`degree_summary_name` VARCHAR(255), +`degree_summary_description` VARCHAR(255), +`other_details` VARCHAR(255), +FOREIGN KEY (`department_id` ) REFERENCES `Departments`(`department_id` ) +); + +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (1, 13, 'Master', 'architecto', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (2, 2, 'Master', 'cumque', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (3, 13, 'Master', 'placeat', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (4, 8, 'Bachelor', 'unde', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (5, 11, 'Master', 'officiis', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (6, 8, 'Bachelor', 'aperiam', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (7, 14, 'Bachelor', 'assumenda', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (8, 15, 'Master', 'earum', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (9, 3, 'Bachelor', 'voluptas', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (10, 8, 'Bachelor', 'aut', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (11, 14, 'Bachelor', 'aut', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (12, 4, 'Master', 'qui', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (13, 7, 'Bachelor', 'quam', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (14, 2, 'PHD', 'et', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (15, 12, 'PHD', 'esse', NULL); + + + +CREATE TABLE `Sections` ( +`section_id` INTEGER PRIMARY KEY, +`course_id` INTEGER NOT NULL, +`section_name` VARCHAR(255), +`section_description` VARCHAR(255), +`other_details` VARCHAR(255), +FOREIGN KEY (`course_id` ) REFERENCES `Courses`(`course_id` ) +); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (1, 9, 'a', 'non', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (2, 2, 'b', 'voluptatem', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (3, 8, 'c', 'qui', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (4, 1, 'd', 'voluptas', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (5, 5, 'e', 'ex', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (6, 7, 'f', 'doloremque', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (7, 12, 'g', 'provident', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (8, 14, 'h', 'et', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (9, 8, 'j', 'quis', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (10, 14, 'k', 'nesciunt', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (11, 1, 'l', 'ad', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (12, 4, 'o', 'et', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (13, 5, 'p', 'facilis', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (14, 6, 'u', 'reprehenderit', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (15, 10, 'y', 'qui', NULL); + + + +CREATE TABLE `Semesters` ( +`semester_id` INTEGER PRIMARY KEY, +`semester_name` VARCHAR(255), +`semester_description` VARCHAR(255), +`other_details` VARCHAR(255) +); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (1, 'spring 2010', 'x', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (2, 'summer 2010', 'g', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (3, 'fall 2010', 'w', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (4, 'winter 2010', 'c', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (5, 'spring 2018', 'c', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (6, 'spring 2012', 'l', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (7, 'spring 2013', 'y', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (8, 'spring 2014', 'x', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (9, 'spring 2015', 'x', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (10, 'spring 2016', 'f', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (11, 'spring 2017', 'g', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (12, 'spring 2018', 'm', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (13, 'fall 2018', 'q', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (14, 'winter 2018', 't', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (15, 'spring 2019', 'o', NULL); + + +CREATE TABLE `Students` ( +`student_id` INTEGER PRIMARY KEY, +`current_address_id` INTEGER NOT NULL, +`permanent_address_id` INTEGER NOT NULL, +`first_name` VARCHAR(80), +`middle_name` VARCHAR(40), +`last_name` VARCHAR(40), +`cell_mobile_number` VARCHAR(40), +`email_address` VARCHAR(40), +`ssn` VARCHAR(40), +`date_first_registered` DATETIME, +`date_left` DATETIME, +`other_student_details` VARCHAR(255), +FOREIGN KEY (`current_address_id` ) REFERENCES `Addresses`(`address_id` ), +FOREIGN KEY (`permanent_address_id` ) REFERENCES `Addresses`(`address_id` ) +); + +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (1, 10, 15, 'Timmothy', 'Anna', 'Ward', '(096)889-8954x524', 'erwin.zboncak@example.com', '965', '1971-02-05 07:28:23', '1971-05-17 19:28:49', 'quia'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (2, 12, 5, 'Hobart', 'Lorenz', 'Balistreri', '1-009-710-5151', 'swift.kolby@example.com', '304246', '1976-10-26 02:33:06', '2013-10-05 17:41:28', 'autem'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (3, 9, 5, 'Warren', 'Violet', 'Gleichner', '07661787471', 'johns.unique@example.net', '3', '2007-08-29 23:25:41', '2007-03-31 09:53:19', 'facilis'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (4, 7, 11, 'Jarvis', 'Aaliyah', 'Carroll', '09700166582', 'jillian26@example.net', '141072406', '2014-03-28 05:48:23', '2007-08-02 04:12:58', 'atque'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (5, 9, 9, 'Milton', 'Vaughn', 'Christiansen', '171-642-5684', 'lhartmann@example.org', '', '1973-05-19 19:12:46', '2007-11-28 12:50:21', 'laborum'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (6, 6, 3, 'Stanford', 'Mona', 'Rogahn', '436.613.7683', 'skassulke@example.net', '248', '1997-03-20 16:47:25', '2016-04-09 12:27:04', 'qui'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (7, 15, 3, 'Frida', 'Aisha', 'Huel', '1-879-796-8987x164', 'baumbach.lucious@example.org', '668', '2018-03-13 09:56:22', '1997-11-16 08:54:33', 'dolorum'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (8, 1, 5, 'Delaney', 'Judd', 'Ankunding', '03174364122', 'dell43@example.net', '402', '1982-02-14 08:46:35', '2004-12-08 05:29:11', 'voluptatem'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (9, 2, 15, 'Reva', 'Golda', 'Osinski', '(507)365-8405', 'qo''kon@example.com', '39', '2017-01-04 08:10:25', '1990-09-01 05:03:27', 'nesciunt'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (10, 15, 14, 'Helga', 'Cleve', 'Mohr', '677.401.9382', 'nya.lesch@example.net', '43', '2009-09-25 00:14:25', '2017-07-09 21:38:43', 'rerum'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (11, 14, 4, 'Gregg', 'Mossie', 'Schuppe', '(462)246-7921', 'nbruen@example.org', '494', '1989-05-24 23:31:29', '1975-10-09 00:49:27', 'omnis'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (12, 14, 9, 'Orrin', 'Neal', 'Kemmer', '(982)153-1469x1733', 'beth42@example.org', '6274274', '2005-12-15 08:42:10', '2006-08-04 17:26:49', 'non'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (13, 9, 8, 'Deon', 'Brooklyn', 'Weimann', '(213)445-0399x85208', 'jhuel@example.com', '68095', '1986-02-24 21:12:23', '2014-05-30 23:32:02', 'assumenda'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (14, 12, 11, 'Jordy', 'Osborne', 'Rempel', '(605)919-3594x3661', 'gracie29@example.com', '34458427', '2004-12-24 12:36:46', '1999-08-24 00:07:10', 'et'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (15, 2, 9, 'Jett', 'Alberta', 'Jaskolski', '877.549.9067x8723', 'mya88@example.org', '156', '1982-06-19 13:15:18', '1982-06-11 00:25:39', 'omnis'); + + + +CREATE TABLE `Student_Enrolment` ( +`student_enrolment_id` INTEGER PRIMARY KEY, +`degree_program_id` INTEGER NOT NULL, +`semester_id` INTEGER NOT NULL, +`student_id` INTEGER NOT NULL, +`other_details` VARCHAR(255), +FOREIGN KEY (`degree_program_id` ) REFERENCES `Degree_Programs`(`degree_program_id` ), +FOREIGN KEY (`semester_id` ) REFERENCES `Semesters`(`semester_id` ), +FOREIGN KEY (`student_id` ) REFERENCES `Students`(`student_id` ) +); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (1, 12, 13, 14, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (2, 4, 2, 9, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (3, 10, 2, 7, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (4, 4, 15, 9, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (5, 5, 1, 14, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (6, 3, 13, 1, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (7, 9, 9, 4, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (8, 8, 5, 12, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (9, 12, 6, 7, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (10, 11, 2, 7, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (11, 10, 13, 4, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (12, 9, 2, 5, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (13, 2, 12, 6, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (14, 9, 15, 6, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (15, 2, 4, 6, NULL); + + + +CREATE TABLE `Student_Enrolment_Courses` ( +`student_course_id` INTEGER PRIMARY KEY, +`course_id` INTEGER NOT NULL, +`student_enrolment_id` INTEGER NOT NULL, +FOREIGN KEY (`course_id` ) REFERENCES `Courses`(`course_id` ), +FOREIGN KEY (`student_enrolment_id` ) REFERENCES `Student_Enrolment`(`student_enrolment_id` ) +); + +CREATE TABLE `Transcripts` ( +`transcript_id` INTEGER PRIMARY KEY, +`transcript_date` DATETIME, +`other_details` VARCHAR(255) +); + +CREATE TABLE `Transcript_Contents` ( +`student_course_id` INTEGER NOT NULL, +`transcript_id` INTEGER NOT NULL, +FOREIGN KEY (`student_course_id` ) REFERENCES `Student_Enrolment_Courses`(`student_course_id` ), +FOREIGN KEY (`transcript_id` ) REFERENCES `Transcripts`(`transcript_id` ) +); + +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (8, 2, 5); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (28982908, 8, 9); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (1, 6, 8); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (2, 14, 5); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (9860, 14, 10); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (7, 11, 5); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (681404, 10, 4); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (96, 2, 4); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (438800, 3, 4); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (83814225, 12, 14); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (0, 6, 2); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (604750, 4, 6); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (70882679, 13, 9); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (45105806, 13, 14); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (76, 10, 13); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (1, '1988-04-30 01:19:47', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (2, '1975-10-28 15:16:51', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (3, '1984-12-19 00:37:21', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (4, '1999-01-06 20:06:46', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (5, '2013-06-30 13:01:40', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (6, '2010-12-13 10:55:15', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (7, '1990-03-05 11:59:41', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (8, '1975-05-06 12:04:47', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (9, '1984-01-18 23:07:07', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (10, '1975-05-20 18:31:21', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (11, '1986-07-12 07:27:29', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (12, '1985-08-21 09:32:39', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (13, '1985-04-29 01:20:20', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (14, '2002-09-24 06:11:49', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (15, '1998-11-22 12:18:29', NULL); + +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (0, 2); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (96, 8); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (76, 9); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (7, 4); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (0, 15); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (76, 15); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (0, 6); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (96, 13); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (76, 12); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (28982908, 11); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (2, 8); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (0, 5); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (8, 5); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (45105806, 8); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (70882679, 6); diff --git a/database/student_transcripts_tracking/student_transcripts_tracking.sqlite b/database/student_transcripts_tracking/student_transcripts_tracking.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..f336b2e73964da4d662d15ef0fa1db8bb1b82eb3 Binary files /dev/null and b/database/student_transcripts_tracking/student_transcripts_tracking.sqlite differ diff --git a/database/theme_gallery/schema.sql b/database/theme_gallery/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e889d17dde68a1c48e6dbdb788c12cb54d420156 --- /dev/null +++ b/database/theme_gallery/schema.sql @@ -0,0 +1,65 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "artist" ( +"Artist_ID" int, +"Name" text, +"Country" text, +"Year_Join" int, +"Age" int, +PRIMARY KEY ("Artist_ID") +); + +INSERT INTO "artist" VALUES (1,"Vijay Singh","Fiji","1998",45); +INSERT INTO "artist" VALUES (2,"John Daly","United States","1991",46); +INSERT INTO "artist" VALUES (3,"Paul Azinger","United States","1993",47); +INSERT INTO "artist" VALUES (4,"Jeff Sluman","United States","1988",57); +INSERT INTO "artist" VALUES (5,"Mark Brooks","United States","1996",48); +INSERT INTO "artist" VALUES (6,"Nick Price","Zimbabwe","1994",48); +INSERT INTO "artist" VALUES (7,"Larry Nelson","United States","1981",50); + + + +CREATE TABLE "exhibition" ( +"Exhibition_ID" int, +"Year" int, +"Theme" text, +"Artist_ID" int, +"Ticket_Price" real, +PRIMARY KEY ("Exhibition_ID"), +FOREIGN KEY (`Artist_ID`) REFERENCES `artist`(`Artist_ID`) +); + +INSERT INTO "exhibition" VALUES (1,"2004","Santa Claus",1,"19.95"); +INSERT INTO "exhibition" VALUES (2,"2005","Christmas stocking",2,"19.95"); +INSERT INTO "exhibition" VALUES (3,"2006","Santa Claus and Rudolph the Red-Nosed Reindeer",4,"14.95"); +INSERT INTO "exhibition" VALUES (4,"2007","Christmas Tree",1,"16.95"); +INSERT INTO "exhibition" VALUES (5,"2008","Spring",6,"29.95"); +INSERT INTO "exhibition" VALUES (6,"2009","Summer",3,"9.95"); + + + +CREATE TABLE "exhibition_record" ( +"Exhibition_ID" int, +"Date" text, +"Attendance" int, +PRIMARY KEY ("Exhibition_ID","Date"), +FOREIGN KEY (`Exhibition_ID`) REFERENCES `exhibition`(`Exhibition_ID`) +); + + + +INSERT INTO "exhibition_record" VALUES (1,"December 2",965); +INSERT INTO "exhibition_record" VALUES (1,"December 5",1098); +INSERT INTO "exhibition_record" VALUES (1,"December 7",2983); +INSERT INTO "exhibition_record" VALUES (2,"December 9",1239); +INSERT INTO "exhibition_record" VALUES (2,"December 12",1313); +INSERT INTO "exhibition_record" VALUES (2,"December 13",10908); +INSERT INTO "exhibition_record" VALUES (3,"December 16",1134); +INSERT INTO "exhibition_record" VALUES (3,"February 19",1233); +INSERT INTO "exhibition_record" VALUES (3,"February 21",9089); +INSERT INTO "exhibition_record" VALUES (4,"February 23",3139); +INSERT INTO "exhibition_record" VALUES (5,"February 25",24808); +INSERT INTO "exhibition_record" VALUES (5,"February 26",13142); +INSERT INTO "exhibition_record" VALUES (5,"February 28",4231); + diff --git a/database/theme_gallery/theme_gallery.sqlite b/database/theme_gallery/theme_gallery.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..b93731cfc21f0d1002fee041744f4d3d885028ea Binary files /dev/null and b/database/theme_gallery/theme_gallery.sqlite differ diff --git a/database/tracking_grants_for_research/schema.sql b/database/tracking_grants_for_research/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..7ecfbd96b67063cb02b27b7b1fde4bef14ef2e11 --- /dev/null +++ b/database/tracking_grants_for_research/schema.sql @@ -0,0 +1,206 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Document_Types` ( +`document_type_code` VARCHAR(10) PRIMARY KEY, +`document_description` VARCHAR(255) NOT NULL +); +CREATE TABLE `Documents` ( +`document_id` INTEGER PRIMARY KEY, +`document_type_code` VARCHAR(10), +`grant_id` INTEGER NOT NULL, +`sent_date` DATETIME NOT NULL, +`response_received_date` DATETIME NOT NULL, +`other_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`document_type_code` ) REFERENCES `Document_Types`(`document_type_code` ), +FOREIGN KEY (`grant_id` ) REFERENCES `Grants`(`grant_id` ) +); +CREATE TABLE `Grants` ( +`grant_id` INTEGER PRIMARY KEY, +`organisation_id` INTEGER NOT NULL, +`grant_amount` DECIMAL(19,4) NOT NULL DEFAULT 0, +`grant_start_date` DATETIME NOT NULL, +`grant_end_date` DATETIME NOT NULL, +`other_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`organisation_id` ) REFERENCES `Organisations`(`organisation_id` ) +); +CREATE TABLE `Organisation_Types` ( +`organisation_type` VARCHAR(10) PRIMARY KEY, +`organisation_type_description` VARCHAR(255) NOT NULL +); +CREATE TABLE `Organisations` ( +`organisation_id` INTEGER PRIMARY KEY, +`organisation_type` VARCHAR(10) NOT NULL, +`organisation_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`organisation_type` ) REFERENCES `Organisation_Types`(`organisation_type` ) +); +CREATE TABLE `Project_Outcomes` ( +`project_id` INTEGER NOT NULL, +`outcome_code` VARCHAR(10) NOT NULL, +`outcome_details` VARCHAR(255), +FOREIGN KEY (`project_id` ) REFERENCES `Projects`(`project_id` ),FOREIGN KEY (`outcome_code` ) REFERENCES `Research_Outcomes`(`outcome_code` ) +); +CREATE TABLE `Project_Staff` ( +`staff_id` DOUBLE PRIMARY KEY, +`project_id` INTEGER NOT NULL, +`role_code` VARCHAR(10) NOT NULL, +`date_from` DATETIME, +`date_to` DATETIME, +`other_details` VARCHAR(255), +FOREIGN KEY (`project_id` ) REFERENCES `Projects`(`project_id` ),FOREIGN KEY (`role_code` ) REFERENCES `Staff_Roles`(`role_code` ) +); +CREATE TABLE `Projects` ( +`project_id` INTEGER PRIMARY KEY, +`organisation_id` INTEGER NOT NULL, +`project_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`organisation_id` ) REFERENCES `Organisations`(`organisation_id` ) +); +CREATE TABLE `Research_Outcomes` ( +`outcome_code` VARCHAR(10) PRIMARY KEY, +`outcome_description` VARCHAR(255) NOT NULL +); +CREATE TABLE `Research_Staff` ( +`staff_id` INTEGER PRIMARY KEY, +`employer_organisation_id` INTEGER NOT NULL, +`staff_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`employer_organisation_id` ) REFERENCES `Organisations`(`organisation_id` ) +); +CREATE TABLE `Staff_Roles` ( +`role_code` VARCHAR(10) PRIMARY KEY, +`role_description` VARCHAR(255) NOT NULL +); +CREATE TABLE `Tasks` ( +`task_id` INTEGER PRIMARY KEY, +`project_id` INTEGER NOT NULL, +`task_details` VARCHAR(255) NOT NULL, +`eg Agree Objectives` VARCHAR(1), +FOREIGN KEY (`project_id` ) REFERENCES `Projects`(`project_id` ) +); +INSERT INTO Document_Types (`document_type_code`, `document_description`) VALUES ('APP', 'Initial Application'); +INSERT INTO Document_Types (`document_type_code`, `document_description`) VALUES ('REG', 'Regular'); +INSERT INTO Organisation_Types (`organisation_type`, `organisation_type_description`) VALUES ('RES', 'Research'); +INSERT INTO Organisation_Types (`organisation_type`, `organisation_type_description`) VALUES ('SPON', 'Sponsor'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (1, 'RES', 'et'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (2, 'RES', 'eius'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (3, 'RES', 'impedit'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (4, 'SPON', 'eos'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (5, 'SPON', 'tenetur'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (6, 'RES', 'dolorem'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (7, 'RES', 'itaque'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (8, 'SPON', 'aperiam'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (9, 'RES', 'a'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (10, 'SPON', 'officiis'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (11, 'SPON', 'eveniet'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (12, 'RES', 'itaque'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (13, 'SPON', 'voluptas'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (14, 'RES', 'quo'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (15, 'SPON', 'consequuntur'); +INSERT INTO Staff_Roles (`role_code`, `role_description`) VALUES ('leader', 'Project Leader'); +INSERT INTO Staff_Roles (`role_code`, `role_description`) VALUES ('researcher', 'Project Researcher'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (1, 10, '4094.5420', '2016-11-20 00:18:51', '2004-10-24 09:09:39', 'et'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (2, 3, '281.2446', '1985-10-09 20:08:49', '1985-06-08 00:22:07', 'occaecati'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (3, 14, '4515947.7015', '1970-09-19 22:53:49', '1989-03-16 18:27:16', 'et'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (4, 11, '330.6339', '1990-08-13 20:27:28', '2014-08-13 22:58:50', 'et'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (5, 2, '608413.3291', '1979-10-29 07:44:22', '1996-08-16 20:45:05', 'corrupti'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (6, 8, '42.8061', '2011-05-10 22:44:08', '1977-12-27 01:51:18', 'dolor'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (7, 7, '76977808.3060', '2015-12-14 13:02:11', '1981-03-09 17:12:27', 'explicabo'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (8, 10, '38675408.6017', '2016-02-25 04:28:44', '1983-06-22 15:12:32', 'aliquam'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (9, 8, '0.0000', '2009-07-14 18:26:05', '1982-03-11 15:27:55', 'sapiente'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (10, 14, '66.4203', '1986-08-26 20:49:27', '2007-09-26 19:19:26', 'veniam'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (11, 5, '610.7004', '1986-10-31 17:11:29', '2001-05-22 21:02:43', 'voluptatum'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (12, 12, '2001349.4590', '2001-06-22 16:01:05', '2007-04-24 03:04:13', 'aut'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (13, 7, '1.9848', '2004-11-10 02:26:01', '2011-05-29 11:21:59', 'qui'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (14, 2, '24.7000', '2004-12-05 19:43:13', '1983-12-17 12:29:58', 'aliquam'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (15, 9, '25313.5100', '1982-04-07 00:07:43', '1991-06-06 07:26:25', 'ea'); + +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (1, 'APP', 5, '1986-11-30 07:56:35', '1977-12-01 02:18:53', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (2, 'APP', 13, '2004-01-23 11:57:08', '1979-12-08 10:38:07', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (3, 'REG', 10, '1999-03-03 12:25:58', '1995-09-12 13:13:48', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (4, 'APP', 13, '1999-05-29 00:02:46', '1991-09-25 10:38:24', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (5, 'APP', 11, '2003-08-29 03:32:52', '1986-05-23 07:17:59', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (6, 'REG', 5, '1979-07-04 08:54:23', '1976-10-04 22:13:27', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (7, 'APP', 13, '1978-09-13 16:23:29', '1979-01-06 05:05:30', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (8, 'APP', 15, '2001-06-18 06:35:49', '1986-05-18 01:54:56', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (9, 'APP', 6, '2014-01-28 05:11:34', '1980-02-24 15:23:44', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (10, 'REG', 7, '2002-07-26 15:50:28', '1987-10-29 15:35:50', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (11, 'REG', 15, '1993-02-19 16:31:12', '1994-03-13 01:52:45', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (12, 'REG', 13, '1997-03-09 03:42:19', '1977-01-27 07:14:11', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (13, 'APP', 13, '1979-08-23 08:22:34', '1990-01-19 19:57:14', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (14, 'APP', 15, '2000-06-06 01:03:46', '1971-08-28 11:20:56', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (15, 'APP', 8, '1981-08-06 14:56:55', '1999-06-01 18:41:00', ''); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (1, 15, 'porro'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (2, 11, 'et'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (3, 7, 'sint'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (4, 4, 'doloremque'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (5, 11, 'vel'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (6, 10, 'deserunt'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (7, 3, 'deleniti'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (8, 1, 'ad'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (9, 4, 'sed'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (10, 4, 'consectetur'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (11, 13, 'impedit'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (12, 12, 'omnis'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (13, 3, 'non'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (14, 1, 'beatae'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (15, 5, 'dolorem'); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (1,1, 'a', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (2,2, 'b', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (3,3, 'c', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (4,4, 'q', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (5,5, 'w', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (6,6, 'e', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (7,7, 'r', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (8,8, 't', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (9,9, 'y', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (10,10, 'u', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (11,11, 'i', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (12,12, 'm', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (13,13, 'n', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (14,14, 'o', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (15,15, 'p', NULL); +INSERT INTO Research_Outcomes (`outcome_code`, `outcome_description`) VALUES ('Paper', 'Published Research Paper'); +INSERT INTO Research_Outcomes (`outcome_code`, `outcome_description`) VALUES ('Patent', 'Research Patent'); + +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (4, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (3, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (9, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (6, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (9, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (11, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (14, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (14, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (13, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (12, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (7, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (5, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (7, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (13, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (7, 'Paper', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('0', 2, 'leader', '1981-10-04 22:44:50', '1985-05-30 22:26:30', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('674810', 5, 'leader', '2003-04-19 15:06:20', '2010-12-08 11:55:36', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('779', 2, 'researcher', '1981-10-09 21:32:53', '2004-12-16 13:03:36', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('6572', 4, 'researcher', '1983-02-07 17:55:59', '2004-07-28 03:11:47', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('5353407', 15, 'leader', '2004-11-01 23:52:38', '1988-03-04 19:30:05', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('5137097', 7, 'researcher', '1991-01-11 16:57:50', '1993-06-09 12:44:28', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('29', 9, 'researcher', '2005-01-13 11:49:48', '1973-07-19 04:51:26', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('3', 8, 'researcher', '1970-03-25 06:18:11', '1985-12-05 12:00:58', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('3100031', 11, 'researcher', '1972-01-17 19:42:16', '2016-03-15 00:33:18', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('49698449', 1, 'leader', '1970-04-06 15:50:21', '1983-03-19 16:06:31', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('45', 11, 'researcher', '2000-08-28 11:49:17', '2007-02-02 17:26:02', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('37', 5, 'researcher', '1989-04-24 23:51:54', '2002-03-19 18:00:36', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('6065505', 3, 'leader', '1999-10-21 22:07:15', '2008-09-25 20:06:28', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('56', 1, 'leader', '1970-01-02 15:35:05', '1985-09-22 09:06:08', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('13739108', 2, 'researcher', '1973-12-12 11:46:28', '1971-07-19 22:49:05', NULL); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (1, 1, 'quo'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (2, 4, 'est'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (3, 5, 'aspernatur'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (4, 3, 'dolor'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (5, 2, 'doloribus'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (6, 5, 'consequatur'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (7, 3, 'animi'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (8, 5, 'consequatur'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (9, 6, 'sint'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (10, 8, 'iure'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (11, 9, 'voluptatibus'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (12, 10, 'nulla'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (13, 2, 'ab'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (14, 3, 'accusamus'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (15, 2, 'dicta'); diff --git a/database/tracking_grants_for_research/tracking_grants_for_research.sqlite b/database/tracking_grants_for_research/tracking_grants_for_research.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..58865acc95b87855d175d1dc0fcafb73db150a22 Binary files /dev/null and b/database/tracking_grants_for_research/tracking_grants_for_research.sqlite differ diff --git a/database/tracking_share_transactions/schema.sql b/database/tracking_share_transactions/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..434c57a8686c50ff17444daff6269a34eb2005c3 --- /dev/null +++ b/database/tracking_share_transactions/schema.sql @@ -0,0 +1,152 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Investors` ( +`investor_id` INTEGER PRIMARY KEY, +`Investor_details` VARCHAR(255) +); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (1, 'z'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (2, 'z'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (3, 'd'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (4, 'd'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (5, 'b'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (6, 'k'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (7, 'l'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (8, 't'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (9, 'y'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (10, 'r'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (11, 'q'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (12, 'c'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (13, 'o'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (14, 'w'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (15, 'i'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (16, 'y'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (17, 'k'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (18, 'w'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (19, 'l'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (20, 'j'); + +CREATE TABLE `Lots` ( +`lot_id` INTEGER PRIMARY KEY, +`investor_id` INTEGER NOT NULL, +`lot_details` VARCHAR(255), +FOREIGN KEY (`investor_id` ) REFERENCES `Investors`(`investor_id` ) +); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (1, 13, 'r'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (2, 16, 'z'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (3, 10, 's'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (4, 19, 's'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (5, 6, 'q'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (6, 20, 'd'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (7, 7, 'm'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (8, 7, 'h'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (9, 20, 'z'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (10, 9, 'x'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (11, 1, 'd'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (12, 19, 'm'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (13, 7, 'z'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (14, 6, 'd'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (15, 1, 'h'); + +CREATE TABLE `Ref_Transaction_Types` ( +`transaction_type_code` VARCHAR(10) PRIMARY KEY, +`transaction_type_description` VARCHAR(80) NOT NULL +); +INSERT INTO Ref_Transaction_Types (`transaction_type_code`, `transaction_type_description`) VALUES ('SALE', 'Sale'); +INSERT INTO Ref_Transaction_Types (`transaction_type_code`, `transaction_type_description`) VALUES ('PUR', 'Purchase'); + + + +CREATE TABLE `Transactions` ( +`transaction_id` INTEGER PRIMARY KEY, +`investor_id` INTEGER NOT NULL, +`transaction_type_code` VARCHAR(10) NOT NULL, +`date_of_transaction` DATETIME, +`amount_of_transaction` DECIMAL(19,4), +`share_count` VARCHAR(40), +`other_details` VARCHAR(255), +FOREIGN KEY (`investor_id` ) REFERENCES `Investors`(`investor_id` ),FOREIGN KEY (`transaction_type_code` ) REFERENCES `Ref_Transaction_Types`(`transaction_type_code` ) +); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (1, 6, 'SALE', '1988-09-16 19:02:51', '302507.6996', '8718572', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (2, 18, 'PUR', '1982-06-06 17:19:00', '27.2570', '9', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (3, 2, 'SALE', '1979-04-27 06:03:59', '48777.9690', '8580', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (4, 14, 'PUR', '2001-11-28 15:06:25', '4.5263', '8040', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (5, 8, 'PUR', '1977-08-17 13:13:30', '0.0000', '930', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (6, 19, 'PUR', '1985-10-08 13:13:39', '207484122.2796', '2751', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (7, 7, 'PUR', '1990-12-02 09:03:38', '822.8030', '1522', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (8, 17, 'SALE', '2004-01-18 20:37:50', '78035671.4424', '96178', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (9, 20, 'PUR', '1977-08-13 02:18:47', '82057.2070', '', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (10, 2, 'SALE', '1981-01-28 08:07:03', '29.3534', '1654756', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (11, 3, 'SALE', '2000-04-03 20:55:43', '0.0000', '674529892', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (12, 18, 'SALE', '1983-11-01 17:57:27', '1.0000', '587', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (13, 3, 'SALE', '2002-04-07 20:28:37', '183.2000', '', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (14, 3, 'PUR', '2002-09-13 03:04:56', '0.0000', '630021', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (15, 19, 'PUR', '1997-12-30 05:05:40', '8.9000', '93191', NULL); + + +CREATE TABLE `Sales` ( +`sales_transaction_id` INTEGER PRIMARY KEY, +`sales_details` VARCHAR(255), +FOREIGN KEY (`sales_transaction_id` ) REFERENCES `Transactions`(`transaction_id` ) +); + +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (1, 'x'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (2, 'o'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (3, 'a'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (4, 'f'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (5, 'y'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (6, 'x'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (7, 'p'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (8, 'e'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (9, 'p'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (10, 's'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (11, 's'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (12, 't'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (13, 'p'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (14, 'n'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (15, 'e'); + +CREATE TABLE `Purchases` ( +`purchase_transaction_id` INTEGER NOT NULL, +`purchase_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`purchase_transaction_id` ) REFERENCES `Transactions`(`transaction_id` ) +); + +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (1, 'c'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (2, 'y'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (3, 'i'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (4, 'x'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (5, 'y'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (6, 'a'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (7, 'r'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (8, 'a'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (9, 'r'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (10, 'l'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (11, 'z'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (12, 'h'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (13, 't'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (14, 'o'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (15, 'x'); + + +CREATE TABLE `Transactions_Lots` ( +`transaction_id` INTEGER NOT NULL, +`lot_id` INTEGER NOT NULL, +FOREIGN KEY (`lot_id` ) REFERENCES `Lots`(`lot_id` ), +FOREIGN KEY (`transaction_id` ) REFERENCES `Transactions`(`transaction_id` ) +); + + +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (3, 11); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (3, 8); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (2, 11); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (3, 14); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (12, 10); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (15, 10); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (10, 10); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (1, 1); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (1, 14); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (3, 4); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (14, 9); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (7, 1); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (12, 15); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (6, 3); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (2, 1); diff --git a/database/tracking_share_transactions/tracking_share_transactions.sqlite b/database/tracking_share_transactions/tracking_share_transactions.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..af4a6e2199a9c34024045df13d89f748e0ab3d23 Binary files /dev/null and b/database/tracking_share_transactions/tracking_share_transactions.sqlite differ diff --git a/database/tvshow/schema.sql b/database/tvshow/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..3e92f596afd297e243964f23ee3a1fac363f9be9 --- /dev/null +++ b/database/tvshow/schema.sql @@ -0,0 +1,91 @@ +PRAGMA foreign_keys=ON; +BEGIN TRANSACTION; + +CREATE TABLE IF NOT EXISTS "TV_Channel" ( +"id" text, +"series_name" text, +"Country" text, +"Language" text, +"Content" text, +"Pixel_aspect_ratio_PAR" text, +"Hight_definition_TV" text, +"Pay_per_view_PPV" text, +"Package_Option" text, +PRIMARY KEY ("id") +); + +CREATE TABLE IF NOT EXISTS "TV_series" ( +"id" real, +"Episode" text, +"Air_Date" text, +"Rating" text, +"Share" real, +"18_49_Rating_Share" text, +"Viewers_m" text, +"Weekly_Rank" real, +"Channel" text, +PRIMARY KEY ("id"), +FOREIGN KEY (`Channel`) REFERENCES `TV_Channel`(`id`) +); + +CREATE TABLE IF NOT EXISTS "Cartoon" ( +"id" real, +"Title" text, +"Directed_by" text, +"Written_by" text, +"Original_air_date" text, +"Production_code" real, +"Channel" text, +PRIMARY KEY ("id"), +FOREIGN KEY (`Channel`) REFERENCES `TV_Channel`(`id`) +); + + +INSERT INTO TV_Channel VALUES(700,'Sky Radio','Italy','Italian','music','4:3','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(701,'Sky Music','Italy','Italian','music','4:3','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(703,'Music Box Italia','Italy','Italian','music','4:3 / 16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(704,'MTV Hits','Italy','Italian','music','16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(705,'MTV Classic','Italy','Italian','music','4:3','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(706,'MTV Rocks','United Kingdom','English','music','16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(707,'MTV Dance','United Kingdom','English','music','16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(708,'MTV Music','Italy','Italian','music','16:9','no','no','no ( FTV )'); +INSERT INTO TV_Channel VALUES(709,'MTV Live HD','Poland','English','music','16:9','yes','no','Sky Famiglia + Sky HD'); +INSERT INTO TV_Channel VALUES(713,'Radio Capital TiVù','Italy','Italian','music','4:3','no','no','no ( FTV )'); +INSERT INTO TV_Channel VALUES(714,'myDeejay','Italy','Italian','music','16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(715,'Match Music','Italy','Italian','music','4:3 / 16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(717,'Rock TV','Italy','Italian','music','4:3 / 16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(719,'Hip Hop TV','Italy','Italian','music','4:3','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(728,'Classica','Italy','Italian','music','4:3','no','no','Option'); + + +INSERT INTO TV_series VALUES(1.0,'A Love of a Lifetime','September 24, 2007','5.8',9.0,'3.5/9','9.16',43.000000000000000001,700); +INSERT INTO TV_series VALUES(2.0,'Friendly Skies','October 1, 2007','5.3',9.0,'3.2/8','8.23',50.0,701); +INSERT INTO TV_series VALUES(3.0,'Game Three','October 8, 2007','4.4',7.0,'2.9/7','6.94',60.999999999999999999,707); +INSERT INTO TV_series VALUES(4.0,'The Year of the Rabbit','October 15, 2007','4.3',7.0,'2.7/7','6.75',66.999999999999999998,713); +INSERT INTO TV_series VALUES(5.0,'The Legend of Dylan McCleen','October 22, 2007','3.8',6.0,'2.4/6','6.06',71.999999999999999998,714); +INSERT INTO TV_series VALUES(6.0,'Keepers','October 29, 2007','3.7',6.0,'2.2/6','5.75',70.999999999999999999,700); +INSERT INTO TV_series VALUES(7.0,'Double Down','November 5, 2007','3.4',6.0,'2.1/5','5.13',80.0,708); +INSERT INTO TV_series VALUES(8.0,'Winterland','November 12, 2007','4.0',7.0,'2.4/6','6.09',70.0,707); +INSERT INTO TV_series VALUES(9.0,'Emily','November 19, 2007','3.7',6.0,'2.2/6','5.61',65.999999999999999999,717); +INSERT INTO TV_series VALUES(10.0,'Blowback','November 26, 2007','3.7',6.0,'2.4/6','6.05',68.000000000000000001,719); +INSERT INTO TV_series VALUES(11.0,'Home By Another Way','December 10, 2007','3.5',6.0,'1.7/5','5.28',61.999999999999999998,728); +INSERT INTO TV_series VALUES(12.0,'The Hanged Man','December 17, 2007','3.0',5.0,'1.5/4','4.24',65.0,714); + +INSERT INTO "Cartoon" VALUES ("1",'The Rise of the Blue Beetle!',"Ben Jones","Michael Jelenic","November14,2008","101",'700'); +INSERT INTO "Cartoon" VALUES ("2",'Terror on Dinosaur Island!',"Brandon Vietti","Steven Melching","November21,2008","102",'701'); +INSERT INTO "Cartoon" VALUES ("3",'Evil Under the Sea!',"Michael Chang","Joseph Kuhr","December5,2008","103",'703'); +INSERT INTO "Cartoon" VALUES ("4",'Day of the Dark Knight!',"Ben Jones","J. M. DeMatteis","January2,2009","104",'704'); +INSERT INTO "Cartoon" VALUES ("5",'Invasion of the Secret Santas!',"Brandon Vietti","Adam Beechen","December12,2008","105",'705'); +INSERT INTO "Cartoon" VALUES ("6",'Enter the Outsiders!',"Michael Chang","Todd Casey","January9,2009","106",'706'); +INSERT INTO "Cartoon" VALUES ("7",'Dawn of the Dead Man!',"Ben Jones","Steven Melching","January16,2009","107",'707'); +INSERT INTO "Cartoon" VALUES ("8",'Fall of the Blue Beetle!',"Brandon Vietti","James Krieg","January23,2009","108",'708'); +INSERT INTO "Cartoon" VALUES ("9",'Journey to the Center of the Bat!',"Michael Chang","Matt Wayne","January30,2009","109",'707'); +INSERT INTO "Cartoon" VALUES ("10",'The Eyes of Despero!',"Ben Jones","J. M. DeMatteis","February6,2009","110",'728'); +INSERT INTO "Cartoon" VALUES ("11",'Return of the Fearsome Fangs!',"Brandon Vietti","Todd Casey","February20,2009","111",'700'); +INSERT INTO "Cartoon" VALUES ("12",'Deep Cover for Batman!',"Michael Chang","Joseph Kuhr","February27,2009","112",'707'); + + + + + +COMMIT; diff --git a/database/tvshow/tvshow.sqlite b/database/tvshow/tvshow.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..27f07498c46ef1b9dcd2676d62b92faec2ccbd34 Binary files /dev/null and b/database/tvshow/tvshow.sqlite differ diff --git a/database/twitter_1/queries/oracle-dialects.xml b/database/twitter_1/queries/oracle-dialects.xml new file mode 100644 index 0000000000000000000000000000000000000000..f853736f653795bc3076fb85b6f64a958cfafc0b --- /dev/null +++ b/database/twitter_1/queries/oracle-dialects.xml @@ -0,0 +1,36 @@ + + + + + + SELECT * FROM "tweets" WHERE id = ? + + + + + SELECT f2 FROM "follows" WHERE f1 = ? AND ROWNUM <= 20 + + + SELECT * FROM "tweets" WHERE uuid IN (??) + + + + + SELECT f2 FROM "followers" WHERE f1 = ? AND ROWNUM <= 20 + + + SELECT uuid, name FROM "user_profiles" WHERE uuid IN (??) + + + + + SELECT * FROM "tweets" WHERE uuid = ? AND ROWNUM <= 10 + + + + + INSERT INTO "added_tweets" VALUES (tweet_idseq.nextval, ?, ?, ?) + + + + diff --git a/database/twitter_1/queries/postgres-dialects.xml b/database/twitter_1/queries/postgres-dialects.xml new file mode 100644 index 0000000000000000000000000000000000000000..01754fb275edcbe639cd3d53e21c67650d6f7668 --- /dev/null +++ b/database/twitter_1/queries/postgres-dialects.xml @@ -0,0 +1,36 @@ + + + + + + SELECT * FROM "tweets" WHERE id = ? + + + + + SELECT f2 FROM "follows" WHERE f1 = ? LIMIT 20 + + + SELECT * FROM "tweets" WHERE uid IN (??) + + + + + SELECT f2 FROM "followers" WHERE f1 = ? LIMIT 20 + + + SELECT uid, name FROM "user_profiles" WHERE uid IN (??) + + + + + SELECT * FROM "tweets" WHERE uid = ? LIMIT 10 + + + + + INSERT INTO "added_tweets" VALUES (default, ?, ?, ?) + + + + diff --git a/database/twitter_1/queries/sqlserver-dialects.xml b/database/twitter_1/queries/sqlserver-dialects.xml new file mode 100644 index 0000000000000000000000000000000000000000..966e724f641a03d1ac5d7ddb1f6b6c0525f91882 --- /dev/null +++ b/database/twitter_1/queries/sqlserver-dialects.xml @@ -0,0 +1,31 @@ + + + + + + SELECT * FROM "tweets" WHERE id = ? + + + + + SELECT TOP 20 f2 FROM "follows" WHERE f1 = ? + + + SELECT * FROM "tweets" WHERE uid IN (??) + + + + + SELECT TOP 20 f2 FROM "followers" WHERE f1 = ? + + + SELECT uid, name FROM "user_profiles" WHERE uid IN (??) + + + + + SELECT TOP 10 * FROM "tweets" WHERE uid = ? + + + + diff --git a/database/twitter_1/twitter_1.sqlite b/database/twitter_1/twitter_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..71dca2364ca8c0102c658a5ccf930a32984045fa Binary files /dev/null and b/database/twitter_1/twitter_1.sqlite differ diff --git a/database/university_basketball/schema.sql b/database/university_basketball/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..c913cb15508492bd01ebc7552e1202ab32ad0591 --- /dev/null +++ b/database/university_basketball/schema.sql @@ -0,0 +1,40 @@ +CREATE TABLE "basketball_match" ( +"Team_ID" int, +"School_ID" int, +"Team_Name" text, +"ACC_Regular_Season" text, +"ACC_Percent" text, +"ACC_Home" text, +"ACC_Road" text, +"All_Games" text, +"All_Games_Percent" int, +"All_Home" text, +"All_Road" text, +"All_Neutral" text, +PRIMARY KEY ("Team_ID"), +FOREIGN KEY (`School_ID`) REFERENCES `university`(`School_ID`) +); + +CREATE TABLE "university" ( +"School_ID" int, +"School" text, +"Location" text, +"Founded" real, +"Affiliation" text, +"Enrollment" real, +"Nickname" text, +"Primary_conference" text, +PRIMARY KEY ("School_ID") +); + +INSERT INTO "basketball_match" VALUES ("1","1","North Carolina","14–2",".875","6–2","8–0","35–2",".946","14–2","13–0","9–1"); +INSERT INTO "basketball_match" VALUES ("2","2","Duke","13–3",".813","7–1","6–2","28–6",".824","15–1","8–2","5–3"); +INSERT INTO "basketball_match" VALUES ("3","4","Clemson","10–6",".625","7–1","3–5","24–10",".706","14–2","6–5","4–3"); +INSERT INTO "basketball_match" VALUES ("4","5","Virginia Tech","9–7",".563","6–2","3–5","21–14",".600","14–3","4–8","3–3"); + + +INSERT INTO "university" VALUES ("1","University of Delaware","Newark, DE","1743","Public","19067","Fightin' Blue Hens","Colonial Athletic Association ( D-I )"); +INSERT INTO "university" VALUES ("2","Lebanon Valley College","Annville, PA","1866","Private/Methodist","2100","Flying Dutchmen","MAC Commonwealth Conference ( D-III )"); +INSERT INTO "university" VALUES ("3","University of Rhode Island","Kingston, RI","1892","Public","19095","Rams","Atlantic 10 Conference ( D-I )"); +INSERT INTO "university" VALUES ("4","Rutgers University","New Brunswick, NJ","1766","Public","56868","Scarlet Knights","American Athletic Conference ( D-I )"); +INSERT INTO "university" VALUES ("5","Stony Brook University","Stony Brook, NY","1957","Public","23997","Seawolves","America East Conference ( D-I )"); diff --git a/database/university_basketball/university_basketball.sqlite b/database/university_basketball/university_basketball.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..c9c9cf0fed754919d1807a9ba90d12618be249e9 Binary files /dev/null and b/database/university_basketball/university_basketball.sqlite differ diff --git a/database/wine_1/annotation.json b/database/wine_1/annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..cfa2d50ef3ced596bd8d514450aa3d62d11cad9d --- /dev/null +++ b/database/wine_1/annotation.json @@ -0,0 +1,58 @@ +{ + "label_id": null, + "data": [ + { + "nl": "List all AVAs located in Monterey county. Output just the names of the AVA appellations\n", + "id": 0 + }, + { + "nl": "List all white grape varieties for which at least one wine of the 2008 vintage is rated at 90 points or above in the database.\n", + "id": 1 + }, + { + "nl": "List all Sonoma county appellations for which the database contains at least one rating for a \u2019Grenache\u2019. For each appellation list its name and county.\n", + "id": 2 + }, + { + "nl": "List all vintage years in which at least one Zinfandel from Sonoma County (any appellation) scored above 92.\n", + "id": 3 + }, + { + "nl": "A case of wine is 12 bottles. For each Carlisle (name of the winery) Syrah compute the total revenue assuming that all the wine sold at the specified price.\n", + "id": 4 + }, + { + "nl": "Find the total revenue from all red wines made by Kosta Browne.\n", + "id": 5 + }, + { + "nl": "Find the average number of cases of a Pinor Noir produced from grapes sourced from the Central Coast.\n", + "id": 6 + }, + { + "nl": "For each year, report the total number of red Sonoma County wines whose scores are 90 or above.\n", + "id": 7 + }, + { + "nl": "Find the most popular red grape (i.e., the grape that is used to make the largest number of white wines) in San Luis Obispo County.\n", + "id": 8 + }, + { + "nl": "Report the grape with the largest number of high-ranked wines (wines ranked 93 or higher).\n", + "id": 9 + }, + { + "nl": "Report the appellation responsible for the largest number of high-ranked wines (score of 93 and above). Report just the name of the appellation.\n", + "id": 10 + }, + { + "nl": "Find if there are any 2008 Zinfandels that scored better than all 2007 Grenaches. Report winery, wine name, score and price.\n", + "id": 11 + }, + { + "nl": "Find how many cases were produced of the most expensive red wine from Napa county.\n", + "id": 12 + } + ], + "review_id": null +} \ No newline at end of file diff --git a/database/wine_1/data_csv/README.WINE.txt b/database/wine_1/data_csv/README.WINE.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d909d2b5da05ac3bc77f6a5db59998b82c5dcf3 --- /dev/null +++ b/database/wine_1/data_csv/README.WINE.txt @@ -0,0 +1,110 @@ +***************************************************** +CPE 365 Alex Dekhtyar +Cal Poly Computer Science Department +San Luis Obispo College of Engineering +California dekhtyar@csc.calpoly.edu +***************************************************** + WINE DATASET + Version 1.0 + March 27, 2011 +************************************************************ +Sources: This dataset contains wine ratings from a + collection of 2007-2011 Wine Spectator magazines + +************************************************************ + +This file describes the contents of the WINE dataset +developed for the CPE 365, Introduction to Databases, +course at Cal Poly. + +The dataset contains information about the ratings of a variety of +wines produced in California. The ratings were published +in a number of issues of the Wine Spectator magazine. Version 1.0 +of the dataset includes only the wines produced out of a single grape +and only the wines produced in the state of California. + + +General Conventions. + + 1. All files in the dataset are CSV (comma-separated values) files. + 2. First line of each file provides the names of + columns. Second line may be empty, or may contain + the first row of the data. + 3. All string values are enclosed in single quotes (') + + + The dataset consists of the following files: + + - appelations.csv : list of appelations/American Viticultural Areas (AVAs) + - grapes.csv : list of grape varieties + - wine.csv : list of wines and their ratings + + + Individual files have the following formats. + +************************************************************************** + +appelations.csv + + No : line number in the CSV file + Appelation: name of the appelation/AVA/grape-growing region + County: county (if applicable) in which the area is located + State: state in which the area is located + Area: general geographic area in which the grape-growing region is located + isAVA: a flag specifying whether the region is recognized as an American + Viticultural Area (AVA) by federal regulations. + +Notes: "Appelation" is a general term for geographic grape origins in a wine. + Grape origins are always listed on wine labels. + In the US, appropriate origins are either AVAs (American Viticultural Areas) + or counties, in which the grapes were grown. Most AVAs respect geographical + boundaries (state, county, so on), but some - do not. + In the dataset, some AVAs shown as located in a single county are actually + located in multiple counties (we chose the "main" county of location). + This is done to simplify the dataset. Other AVAs transcend county borders + in ways that make county attribution meaningless. The value 'N/a' is used + in such cases. General geographic areas, as they are currently used + are subregions of a single state. + +************************************************************************** + +grapes.csv + + ID: unique identifier of a grape (line number in the CSV file) + Grape: name of the grape varietal + Color: color of the grape (a.k.a, color of the wine when made solely of + this grape) + +************************************************************************** + +wine.csv + + No.: unique identifier of the wine (line number in the CSV file) + Grape: grape varietal from which the wine is made (see grapes.Grape) + Winery: maker of the wine (usually a winery name) +Appelation: origin of the grapes (see applations.Appelation) + State: state of the grapes' origin (same as appelations.State) + Name: name of the wine + Year: year of the wine vintage + Price: price of one bottle of wine in (whole) US dollars + Score: Wine Spectator magazine rating of the wine on the 100 point scale + Cases: number of cases of the wine produced by its maker + Drink: drinking advice + +Notes: only wines produced from a single grape are included in the dataset (no blends). +All wines in the dataset are from California. Drinking advice is simplified. Either +the field contains the value 'now' which means that wine can be enjoyed to its fullest +potential at the moment it was rated by the Wine Spectator magazine, or +it contains a year in which the wine is predicted to reach its full potential. +Wine name is either a special name given to the wine by its makers and found on +the label, or is the name of the grape varietal. + +************************************************************************** +************************************************************************** + +Permission granted to use and distribute this dataset in its current form, +provided this file is kept unchanged and is distributed together with the +data. + +************************************************************************** +************************************************************************** diff --git a/database/wine_1/data_csv/appellations.csv b/database/wine_1/data_csv/appellations.csv new file mode 100644 index 0000000000000000000000000000000000000000..7e6c33d92b7c8233903f29ad886f83bacad5f11e --- /dev/null +++ b/database/wine_1/data_csv/appellations.csv @@ -0,0 +1,58 @@ +No,Appelation,County,State,Area,isAVA +1,'Alexander Valley','Sonoma','California','North Coast','Yes' +2,'Amador County','Amador','California','Sierra Foothills','No' +3,'Amador-Mendocino-Sonoma Counties','N/A','California','N/A','No' +4,'Anderson Valley','Mendocino','California','North Coast','Yes' +5,'Arroyo Grande Valley','San Luis Obispo','California','Central Coast','Yes' +6,'Atlas Peak','Napa','California','North Coast','Yes' +7,'Bennett Valley','Sonoma','California','North Coast','Yes' +8,'Calaveras County','Calaveras','California','Sierra Foothills','No' +9,'California','N/A','California','California','No' +10,'Carneros','Napa','California','North Coast','Yes' +11,'Central Coast','N/A','California','Central Coast','Yes' +12,'Chalk Hill','Sonoma','California','North Coast','Yes' +13,'Chalone','Monterey','California','Central Coast','Yes' +14,'Contra Costa County','Contra Costa','California','Santa Cruz Mountains','No' +15,'Dry Creek Valley','Sonoma','California','North Coast','Yes' +16,'Edna Valley','San Luis Obispo','California','Central Coast','Yes' +17,'Fiddletown','Amador','California','Sierra Foothills','Yes' +18,'Green Valley of Russian River Valley','Sonoma','California','North Coast','Yes' +19,'Guenoc Valley','Lake','California','North Coast','Yes' +20,'Happy Canyon of Santa Barbara','Santa Barbara','California','Central Coast','Yes' +21,'Howell Mountain','Napa','California','North Coast','Yes' +22,'Knights Valley','Sonoma','California','North Coast','Yes' +23,'Lake County','Lake','California','North Coast','No' +24,'Livermore Valley','Alameda','California','Santa Cruz Mountains','Yes' +25,'Lodi','San Joaquin','California','Central Valley','Yes' +26,'Mendocino County','Mendocino','California','North Coast','No' +27,'Monterey County','Monterey','California','Central Coast','No' +28,'Mount Harlan','San Benito','California','Central Coast','Yes' +29,'Mount Vedeer','Napa','California','North Coast','Yes' +30,'Napa Valley','Napa','California','North Coast','Yes' +31,'Napa-Sonoma counties','N/A','California','North Coast','No' +32,'North Coast','N/A','California','North Coast','Yes' +33,'Oakville','Napa','California','North Coast','Yes' +34,'Paso Robles','San Luis Obispo','California','Central Coast','Yes' +35,'Red Hills Lake County','Lake','California','North Coast','Yes' +36,'Rockpile','Sonoma','California','North Coast','Yes' +37,'Russian River Valley','Sonoma','California','North Coast','Yes' +38,'Rutherford','Napa','California','North Coast','Yes' +39,'San Luis Obispo County','San Luis Obispo','California','Central Coast','No' +40,'Santa Barbara County','Santa Barbara','California','Central Coast','No' +41,'Santa Cruz Mountains','N/A','California','Santa Cruz Mountains','Yes' +42,'Santa Lucia Highlands','Monterey','California','Central Coast','Yes' +43,'Santa Maria Valley','Santa Barbara','California','Central Coast','Yes' +44,'Santa Ynez Valley','Santa Barbara','California','Central Coast','Yes' +45,'Shenandoah Valley','Amador','California','Sierra Foothills','Yes' +46,'Sierra Foothills','N/A','California','Sierra Foothills','Yes' +47,'Solano County','Solano','California','North Coast','No' +48,'Sonoma Coast','Sonoma','California','North Coast','Yes' +49,'Sonoma County','Sonoma','California','North Coast','No' +50,'Sonoma Valley','Sonoma','California','North Coast','Yes' +51,'Sonoma-Lake Counties','N/A','California','North Coast','Yes' +52,'Spring Mountain District','Napa','California','North Coast','Yes' +53,'St. Helena','Napa','California','North Coast','Yes' +54,'Sta. Rita Hills','Santa Barbara','California','Central Coast','Yes' +55,'Stags Leap District','Napa','California','North Coast','Yes' +56,'Yolo County','Yolo','California','Central Valley','No' +57,'Yountville','Napa','California','North Coast','Yes' diff --git a/database/wine_1/data_csv/grapes.csv b/database/wine_1/data_csv/grapes.csv new file mode 100644 index 0000000000000000000000000000000000000000..b21042dfcd119b4ab7666d2e55a40a52ad68c132 --- /dev/null +++ b/database/wine_1/data_csv/grapes.csv @@ -0,0 +1,21 @@ +ID,Grape,Color +1,'Barbera','Red' +2,'Cabernet Franc','Red' +3,'Cabernet Sauvingnon','Red' +4,'Chardonnay','White' +5,'Grenache','Red' +6,'Malbec','Red' +7,'Marsanne','White' +8,'Merlot','Red' +9,'Mourvedre','Red' +10,'Muscat','White' +11,'Petite Sirah','Red' +12,'Pinot Noir','Red' +13,'Riesling','White' +14,'Roussanne','White' +15,'Sangiovese','Red' +16,'Sauvignon Blanc','White' +17,'Syrah','Red' +18,'Tempranillo','Red' +19,'Viognier','White' +20,'Zinfandel','Red' diff --git a/database/wine_1/data_csv/wine.csv b/database/wine_1/data_csv/wine.csv new file mode 100644 index 0000000000000000000000000000000000000000..ca7a014ee783e9756f531c5b6506e141fd544b7f --- /dev/null +++ b/database/wine_1/data_csv/wine.csv @@ -0,0 +1,501 @@ +No,Grape,Winery,Appelation,State,Name,Year,Price,Score,Cases,Drink +1,'Zinfandel','Robert Biale','St. Helena','California','Old Kraft Vineyard',2008,44,93,275,'now' +2,'Zinfandel','Chiarello Family','Napa Valley','California','Giana',2008,35,93,480,'now' +3,'Zinfandel','Robert Biale','Napa Valley','California','Black Chicken',2008,40,91,2700,2012 +4,'Zinfandel','Robert Biale','Napa Valley','California','Napa Ranches',2008,38,89,525,'now' +5,'Zinfandel','Robert Biale','St. Helena','California','Varozza Vineyard',2008,44,88,275,2012 +6,'Zinfandel','Pedroncelli','Dry Creek Valley','California','Mother Clone',2008,15,88,6000,'now' +7,'Zinfandel','Rutherford Ranch','Napa Valley','California','Zinfandel',2007,18,87,1552,'now' +8,'Sauvignon Blanc','Altamura','Napa Valley','California','Sauvignon Blanc',2007,48,92,500,'now' +9,'Sauvignon Blanc','Capture','Sonoma County','California','Les Pionniers',2009,36,92,360,'now' +10,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','Cuvee Nicolas',2009,25,91,377,'now' +11,'Sauvignon Blanc','Capture','California','California','Tradition',2009,30,91,875,'now' +12,'Sauvignon Blanc','John Anthony','Carneros','California','Church Vineyard',2009,28,91,354,'now' +13,'Sauvignon Blanc','Peter Michael','Knights Valley','California','L''Apres-Midi',2008,48,91,1260,'now' +14,'Sauvignon Blanc','Grey Stack','Bennett Valley','California','Rosemary''s Block Dry Stack Vineyard',2009,28,90,700,'now' +15,'Sauvignon Blanc','Round Pond Estate','Rutherford','California','Sauvignon Blanc',2009,26,90,714,'now' +16,'Sauvignon Blanc','Beckmen','Santa Ynez Valley','California','Sauvignon Blanc',2009,16,89,1500,'now' +17,'Sauvignon Blanc','Beltane Ranch','Sonoma Valley','California','Sauvignon Blanc',2009,23,89,413,'now' +18,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','Mesa Verde Vineyard',2009,22,89,380,'now' +19,'Sauvignon Blanc','Cade','Napa Valley','California','Sauvignon Blanc',2008,26,89,5200,'now' +20,'Sauvignon Blanc','Jericho Canyon','Napa Valley','California','Sauvignon Blanc',2009,25,89,370,'now' +21,'Sauvignon Blanc','John Anthony','Napa Valley','California','Sauvignon Blanc',2009,19,89,3098,'now' +22,'Sauvignon Blanc','Kenzo','Napa Valley','California','Asatsuyu',2008,60,89,600,'now' +23,'Sauvignon Blanc','Madrigal','Napa Valley','California','Estate',2009,25,89,200,'now' +24,'Sauvignon Blanc','Joseph Phelps','St. Helena','California','Sauvignon Blanc',2008,32,89,2000,'now' +25,'Sauvignon Blanc','Sbragia Family','Dry Creek Valley','California','Home Ranch',2009,20,89,1698,'now' +26,'Sauvignon Blanc','Selene','Carneros','California','Hyde Vineyards',2009,27,89,750,'now' +27,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','Purisma Mountain',2009,25,88,260,'now' +28,'Sauvignon Blanc','Cimarone','Happy Canyon of Santa Barbara','California','3CV Grassini Family Vineyards',2009,21,88,270,'now' +29,'Sauvignon Blanc','Sbragia Family','Dry Creek Valley','California','Schmidt Ranch',2009,24,88,602,'now' +30,'Sauvignon Blanc','Azur','Rutherford','California','Sauvignon Blanc',2009,24,87,1000,'now' +31,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','Cuvee Natalie',2009,18,87,857,'now' +32,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','au Naturel',2009,32,87,759,'now' +33,'Sauvignon Blanc','Handley','Dry Creek Valley','California','Handley Vineyard',2008,15,87,1214,'now' +34,'Sauvignon Blanc','Imagery','Sonoma Valley','California','Wow Oui',2009,27,87,874,'now' +35,'Sauvignon Blanc','Koehler','Santa Ynez Valley','California','Sauvignon Blanc',2008,12,87,505,'now' +36,'Sauvignon Blanc','Pomelo','California','California','Sauvignon Blanc',2009,10,87,50000,'now' +37,'Sauvignon Blanc','Twomey','Napa Valley','California','Sauvignon Blanc',2009,25,87,3326,'now' +38,'Sauvignon Blanc','White Oak','Russian River Valley','California','Sauvignon Blanc',2008,16,87,2000,'now' +39,'Sauvignon Blanc','Benziger','Sonoma-Lake Counties','California','Sauvignon Blanc',2009,15,86,20000,'now' +40,'Sauvignon Blanc','Kunde Estate','Sonoma Valley','California','Magnolia Lane',2009,16,86,15000,'now' +41,'Sauvignon Blanc','J. Lohr','Napa Valley','California','Carol''s Vineyard',2009,24,86,2900,'now' +42,'Sauvignon Blanc','Pedroncelli','Dry Creek Valley','California','East Side Vineyards',2009,12,86,5100,'now' +43,'Sauvignon Blanc','Star Lane','Santa Ynez Valley','California','Sauvignon Blanc',2008,20,86,2800,'now' +44,'Sauvignon Blanc','Angeline','Russian River Valley','California','Sauvignon Blanc',2009,14,85,8500,'now' +45,'Sauvignon Blanc','Manifesto!','North Coast','California','Sauvignon Blanc',2008,12,85,8100,'now' +46,'Sauvignon Blanc','Mirassou','California','California','Sauvignon Blanc',2008,12,85,42000,'now' +47,'Sauvignon Blanc','No','Lake County','California','Sauvignon Blanc',2008,12,85,4210,'now' +48,'Cabernet Sauvingnon','Chappellet','Napa Valley','California','Pritchard Hill',2007,135,96,3368,'now' +49,'Cabernet Sauvingnon','Lewis','Napa Valley','California','Reserve',2007,130,95,1700,'now' +50,'Cabernet Sauvingnon','Neyers','Napa Valley','California','Neyers Ranch - Conn Valley',2007,48,95,575,'now' +51,'Cabernet Sauvingnon','Ramey','Napa Valley','California','Annum',2007,85,95,1700,'now' +52,'Cabernet Sauvingnon','Round Pond Estate','Rutherford','California','Cabernet Sauvignon',2007,50,94,4018,'now' +53,'Cabernet Sauvingnon','Carter','Napa Valley','California','Beckstoffer To Kalon Vineyard',2007,125,92,190,'now' +54,'Cabernet Sauvingnon','Carter','Napa Valley','California','Coliseum Block',2007,125,92,277,'now' +55,'Cabernet Sauvingnon','Ehlers Estate','St. Helena','California','1886',2007,95,92,800,'now' +56,'Cabernet Sauvingnon','Fontanella Family','Mount Vedeer','California','Cabernet Sauvignon',2007,50,92,650,2010 +57,'Cabernet Sauvingnon','Janzen','Napa Valley','California','Beckstoffer To Kalon Vineyard',2007,135,92,235,'now' +58,'Cabernet Sauvingnon','Morlet','Napa Valley','California','Couer de Valee',2007,175,92,250,'now' +59,'Cabernet Sauvingnon','Penche','Napa Valley','California','Cabernet Sauvignon',2006,60,92,354,'now' +60,'Pinot Noir','Kosta Browne','Russian River Valley','California','Amber Ridge Vineyard',2008,72,95,600,'now' +61,'Pinot Noir','Kosta Browne','Russian River Valley','California','Keefer Ranch',2008,72,95,613,'now' +62,'Pinot Noir','Kosta Browne','Russian River Valley','California','Koplen Vineyard',2008,72,95,792,'now' +63,'Pinot Noir','Patz & Hall','Russian River Valley','California','Freestone Hill',2007,70,95,245,'now' +64,'Pinot Noir','Foxen','Santa Maria Valley','California','Julia''s Vineyard',2008,56,94,670,'now' +65,'Pinot Noir','Paul Hobbs','Napa Valley','California','Carneros Hyde Vineyard',2008,75,94,741,'now' +66,'Pinot Noir','Kosta Browne','Russian River Valley','California','Pinot Noir',2008,52,94,3632,'now' +67,'Pinot Noir','Kosta Browne','Santa Lucia Highlands','California','Garys'' Vineyard',2008,72,94,422,'now' +68,'Pinot Noir','Kosta Browne','Sonoma Coast','California','Kanzler Vineyard',2008,72,94,564,'now' +69,'Pinot Noir','Lynmar','Russian River Valley','California','Five Sisters',2007,100,94,147,'now' +70,'Pinot Noir','Kosta Browne','Santa Lucia Highlands','California','Pisoni Vineyard',2008,72,93,115,'now' +71,'Pinot Noir','Kosta Browne','Santa Lucia Highlands','California','Rosella''s Vineyard',2008,72,93,255,'now' +72,'Pinot Noir','Landmark','Sonoma Coast','California','Kanzler Vineyard',2008,65,93,200,'now' +73,'Pinot Noir','Lynmar','Russian River Valley','California','Valley Bliss Block',2008,70,93,152,'now' +74,'Pinot Noir','Patz & Hall','Sonoma Coast','California','Pinot Noir',2008,42,93,3103,'now' +75,'Pinot Noir','Valdez Family','Russian River Valley','California','Lancel Creek Vineyard',2007,55,93,130,'now' +76,'Pinot Noir','De Loach','Green Valley of Russian River Valley','California','Pinot Noir',2008,45,92,1467,'now' +77,'Pinot Noir','Kosta Browne','California','California','4-Barrel',2008,72,92,97,'now' +78,'Pinot Noir','Kosta Browne','Sonoma Coast','California','Gap''s Crown Vineyard',2008,68,92,690,'now' +79,'Pinot Noir','Kosta Browne','Sonoma Coast','California','Pinot Noir',2008,52,90,3554,'now' +80,'Pinot Noir','Rusack','Sta. Rita Hills','California','Reserve',2008,40,89,340,'now' +81,'Pinot Noir','Acacia','California','California','A by Acacia',2008,17,88,58231,'now' +82,'Pinot Noir','Alma Rosa','Sta. Rita Hills','California','La Encantada Vineyard',2008,43,88,591,'now' +83,'Pinot Noir','Alma Rosa','Sta. Rita Hills','California','La Encantada Vineyard Clone 667',2008,43,88,358,'now' +84,'Pinot Noir','Artesa','Carneros','California','Estate Reserve',2007,40,88,3527,'now' +85,'Pinot Noir','Robert Mondavi','Napa Valley','California','Carneros',2008,28,88,30300,'now' +86,'Pinot Noir','Pfendler','Sonoma Coast','California','Pinot Noir',2008,45,88,400,'now' +87,'Pinot Noir','Roar','Santa Lucia Highlands','California','Garys'' Vineyard',2008,50,88,710,'now' +88,'Pinot Noir','Rusack','Santa Maria Valley','California','Pinot Noir',2008,36,88,833,'now' +89,'Pinot Noir','Sequana','Santa Lucia Highlands','California','Sarmento Vineyard',2008,32,88,500,'now' +90,'Pinot Noir','Spell','Sonoma Coast','California','Pinot Noir',2008,30,88,170,'now' +91,'Pinot Noir','Twomey','Santa Barbara County','California','Pinot Noir',2008,30,88,1510,'now' +92,'Pinot Noir','Alma Rosa','Sta. Rita Hills','California','Pinot Noir',2008,32,87,4651,'now' +93,'Pinot Noir','Castle Rock','Central Coast','California','Pinot Noir',2008,13,87,36000,'now' +94,'Pinot Noir','V. Sattui','Carneros','California','Henry Ranch',2008,36,87,951,'now' +95,'Pinot Noir','Sebastiani','Carneros','California','Pinot Noir',2008,24,87,720,'now' +96,'Pinot Noir','Talbott','Santa Lucia Highlands','California','Kali Hart',2008,21,87,8000,'now' +97,'Pinot Noir','Tudor','Santa Lucia Highlands','California','Pinot Noir',2007,40,87,3965,'now' +98,'Pinot Noir','Twomey','Sonoma Coast','California','Pinot Noir',2008,50,87,1255,'now' +99,'Pinot Noir','Castle Rock','Russian River Valley','California','Pinot Noir',2008,18,86,2400,'now' +100,'Pinot Noir','Talbott','Santa Lucia Highlands','California','Sleepy Hollow Vineyard',2008,40,86,2500,'now' +101,'Pinot Noir','Greg Norman California Estates','Santa Barbara County','California','Pinot Noir',2008,15,85,25000,'now' +102,'Syrah','Chalk Hill','Chalk Hill','California','Syrah',2007,60,94,304,2001 +103,'Syrah','DuMOL','Russian River Valley','California','Eddie''s Patch',2007,76,92,420,2011 +104,'Merlot','Mirassou','California','California','Merlot',2007,12,86,43321,'now' +105,'Malbec','Red Rock','California','California','Reserve',2008,11,86,16281,'now' +106,'Cabernet Sauvingnon','Darioush','Napa Valley','California','Darius II',2007,225,96,698,2012 +107,'Cabernet Sauvingnon','Darioush','Napa Valley','California','Cabernet Sauvignon',2007,80,94,8783,2013 +108,'Cabernet Sauvingnon','Lewis','Napa Valley','California','Hillstone Vineyard',2008,130,94,180,'now' +109,'Cabernet Sauvingnon','Chimeney Rock','Stags Leap District','California','Tomahawk Vineyard',2007,115,93,958,2012 +110,'Cabernet Sauvingnon','Chimeney Rock','Stags Leap District','California','Elevage',2007,78,93,1952,2012 +111,'Cabernet Sauvingnon','Peter Franus','Napa Valley','California','Cabernet Sauvignon',2007,40,92,1369,2013 +112,'Cabernet Sauvingnon','Turnbull','Napa Valley','California','Cabernet Sauvignon',2007,40,91,10000,'now' +113,'Cabernet Sauvingnon','Pott','Oakville','California','Neruda Brix Vineyard',2008,90,90,73,2012 +114,'Cabernet Sauvingnon','Beringer','Knights Valley','California','Cabernet Sauvignon',2008,27,88,44500,'now' +115,'Cabernet Sauvingnon','Dry Creek','Dry Creek Valley','California','Cabernet Sauvignon',2007,25,87,15000,'now' +116,'Grenache','Sine Qua Non','Sta. Rita Hills','California','In the Crosshairs Eleven Confessions Vineyard',2006,200,97,202,'now' +117,'Grenache','Herman Story','California','California','On the Road',2008,36,93,398,'now' +118,'Grenache','Villa Creek','Paso Robles','California','Garnacha Denner Vineyard',2008,35,91,350,'now' +119,'Grenache','Beckmen','Santa Ynez Valley','California','Purisma Mountain Vineyard',2008,48,88,500,'now' +120,'Grenache','Bella Victorian','Santa Barbara County','California','Romeo',2006,39,87,300,'now' +121,'Grenache','Austine Hope','Paso Robles','California','Hope Family Vineyard',2009,42,87,566,'now' +122,'Grenache','Jemrose','Bennett Valley','California','Foggy Knoll Vineyard',2008,38,87,275,'now' +123,'Petite Sirah','Alta Colina','Paso Robles','California','Ann''s Block',2008,48,91,123,'now' +124,'Petite Sirah','Erna Schein','Sonoma County','California','Kick Ranch',2008,48,91,312,'now' +125,'Petite Sirah','Jaffurs','Santa Barbara County','California','Thompson Vineyard',2009,34,90,501,'now' +126,'Petite Sirah','Turley','Napa Valley','California','Hayne Vineyard',2008,75,90,350,'now' +127,'Petite Sirah','JC Cellars','Russian River Valley','California','Sweetwater Springs Vineyard',2008,35,89,340,'now' +128,'Petite Sirah','Parducci','Mendocino County','California','Petite Sirah',2007,11,85,15340,'now' +129,'Pinot Noir','A.P.Vin','Santa Lucia Highlands','California','Rosella''s Vineyard',2009,48,95,325,'now' +130,'Pinot Noir','Siduri','Santa Lucia Highlands','California','Pisoni Vineyard',2009,54,95,364,'now' +131,'Pinot Noir','A.P.Vin','Sonoma Coast','California','Kanzler Vineyard',2009,48,94,200,'now' +132,'Pinot Noir','Loring','Paso Robles','California','Russel Family Vineyard',2009,45,94,250,'now' +133,'Pinot Noir','Loring','Sonoma Coast','California','Durell Vineyard',2009,45,94,200,'now' +134,'Pinot Noir','Siduri','Santa Lucia Highlands','California','Garys'' Vineyard',2009,51,94,298,'now' +135,'Pinot Noir','A.P.Vin','Santa Lucia Highlands','California','Garys'' Vineyard',2009,48,93,300,'now' +136,'Pinot Noir','A.P.Vin','Santa Maria Valley','California','Rancho Oliveros Vineyard',2009,48,93,50,'now' +137,'Pinot Noir','Loring','Green Valley of Russian River Valley','California','Graham Family Vineyard',2009,45,93,150,'now' +138,'Pinot Noir','Loring','Russian River Valley','California','Pinot Noir',2009,29,93,600,'now' +139,'Pinot Noir','Loring','Santa Lucia Highlands','California','Pinot Noir',2009,29,93,600,'now' +140,'Pinot Noir','Loring','Santa Lucia Highlands','California','Garys'' Vineyard',2009,45,93,450,'now' +141,'Pinot Noir','Loring','Sta. Rita Hills','California','Clos Pepe Vineyard',2009,45,93,1000,2011 +142,'Pinot Noir','A.P.Vin','Russian River Valley','California','Keefer Ranch Vineyard',2009,48,92,200,'now' +143,'Pinot Noir','Loring','Green Valley of Russian River Valley','California','Keefer Ranch Vineyard',2009,45,92,400,'now' +144,'Pinot Noir','Loring','Sta. Rita Hills','California','Cargasacchi Vineyard',2009,45,92,175,'now' +145,'Pinot Noir','Siduri','Santa Lucia Highlands','California','Pinot Noir',2009,29,92,1855,'now' +146,'Pinot Noir','A.P.Vin','Sta. Rita Hills','California','Clos Pepe Vineyard',2009,48,91,150,'now' +147,'Pinot Noir','A.P.Vin','Sta. Rita Hills','California','Turner Vineyard',2009,48,91,150,'now' +148,'Pinot Noir','Loring','Sta. Rita Hills','California','Rancho La Vina Vineyard',2009,45,91,125,'now' +149,'Pinot Noir','Athair','Russian River Valley','California','Pinot Noir',2008,36,90,919,'now' +150,'Pinot Noir','Clouds Rest','Sonoma Coast','California','Limited Release',2007,69,90,600,'now' +151,'Pinot Noir','Loring','San Luis Obispo County','California','Aubaine Vineyard',2009,45,90,500,'now' +152,'Pinot Noir','Loring','Sta. Rita Hills','California','Pinot Noir',2009,29,88,600,'now' +153,'Pinot Noir','Siduri','Sonoma County','California','Pinot Noir',2009,20,88,2657,'now' +154,'Pinot Noir','Castle Rock','Carneros','California','Pinot Noir',2008,14,84,NULL,'now' +155,'Syrah','Sine Qua Non','Sta. Rita Hills','California','A Shot in the Dark Eleven Confessions Vineyard',2006,200,98,442,2012 +156,'Syrah','Favia','Amador County','California','Quarzo',2008,65,95,154,'now' +157,'Syrah','Roar','Santa Lucia Highlands','California','Rosella''s Vineyard',2008,40,94,140,2011 +158,'Syrah','Carlisle','Bennett Valley','California','Cardiac Hill',2008,45,93,239,'now' +159,'Syrah','Herman Story','Santa Barbara County','California','Larner Vinyard',2008,36,93,135,'now' +160,'Syrah','Herman Story','Santa Barbara County','California','White Hawk Vineyard',2008,36,93,132,'now' +161,'Syrah','Zaca Mesa','Santa Ynez Valley','California','Mesa Reserve',2007,42,93,992,2012 +162,'Syrah','JC Cellars','California','California','Twist of Fate',2008,55,92,206,'now' +163,'Syrah','Ramey','Sonoma Coast','California','Syrah',2008,38,92,1750,'now' +164,'Syrah','Roar','Santa Lucia Highlands','California','Garys'' Vineyard',2008,40,92,110,2012 +165,'Syrah','Adobe Road','Dry Creek Valley','California','Kemp Vineyard',2007,40,91,235,'now' +166,'Syrah','Novy','Russian River Valley','California','Christensen Family Vineyard',2008,27,91,177,'now' +167,'Syrah','Ojai','Sta. Rita Hills','California','Melville Vineyards',2006,44,91,238,'now' +168,'Syrah','Joseph Phelps','Napa Valley','California','Syrah',2008,50,90,600,'now' +169,'Syrah','Red Car','California','California','The Flight',2008,55,90,394,'now' +170,'Syrah','Tensley','Santa Barbara County','California','Colson Canyon Vineyard',2009,38,90,1495,'now' +171,'Syrah','Red Lava','Red Hills Lake County','California','Syrah',2007,22,89,977,'now' +172,'Syrah','Rosenblum','Solano County','California','England-Shaw',2007,35,89,735,'now' +173,'Syrah','Eberle','Paso Robles','California','Rose Steinbeck Vineyard',2009,17,88,705,'now' +174,'Syrah','Keller','Sonoma Coast','California','La Cruz Vineyard',2007,40,88,308,'now' +175,'Syrah','Fess Parker','Santa Barbara County','California','Syrah',2008,20,88,2831,'now' +176,'Syrah','Pride','Sonoma County','California','Syrah',2008,60,88,575,2011 +177,'Syrah','Red Car','Sonoma County','California','Syrah',2008,45,88,961,'now' +178,'Syrah','Rosenblum','Lake County','California','Snows Lake Vineyard',2007,25,88,486,'now' +179,'Syrah','Rosenblum','Lodi','California','Abba Vineyard',2007,25,88,450,'now' +180,'Syrah','Stolpman','Santa Ynez Valley','California','Originals',2008,38,88,950,'now' +181,'Syrah','Boheme','Sonoma Coast','California','Que Syrah Vineyard',2006,40,87,185,'now' +182,'Syrah','J. Lohr','Paso Robles','California','Gesture Limited Release',2008,30,87,514,2011 +183,'Syrah','Montes','Paso Robles','California','Star Angel ',2007,35,87,3000,'now' +184,'Syrah','Rosenblum','Sonoma County','California','Kick Ranch Reserve',2007,45,87,496,2012 +185,'Syrah','Stolpman','Santa Ynez Valley','California','Syrah',2008,30,87,1500,'now' +186,'Syrah','Zaca Mesa','Santa Ynez Valley','California','Syrah',2007,24,87,7651,'now' +187,'Syrah','Domaine de la Terre Rouge','California','California','Les Cotes De L''Ouest',2008,18,84,NULL,'now' +188,'Syrah','Fetzer','California','California','Shiraz',2008,9,83,NULL,'now' +189,'Zinfandel','Carlisle','Russian River Valley','California','Carlisle Vineyard',2008,43,93,325,'now' +190,'Zinfandel','Turley','Howell Mountain','California','Cedarman',2008,29,93,400,'now' +191,'Zinfandel','Turley','Napa Valley','California','Tofanelli Vineyard',2008,34,93,200,'now' +192,'Zinfandel','Collier Falls','Dry Creek Valley','California','Private Reserve',2006,32,92,300,'now' +193,'Zinfandel','Turley','Sonoma Valley','California','Fredericks Vineyard',2008,42,91,300,'now' +194,'Zinfandel','Carlisle','Sonoma Valley','California','Rossi Ranch',2008,40,90,119,2012 +195,'Zinfandel','Dark Horse','Dry Creek Valley','California','Treborce Vineyard',2008,28,90,750,'now' +196,'Zinfandel','St. Francis','Sonoma County','California','Wild Oak Old Vines',2007,38,89,1900,'now' +197,'Zinfandel','Girard','Napa Valley','California','Old Vine',2008,24,88,2850,'now' +198,'Zinfandel','Sextant','Paso Robles','California','Wheelhouse',2008,20,88,3300,'now' +199,'Zinfandel','Terra d''Oro','Amador County','California','Zinfandel',2007,18,88,14000,'now' +200,'Zinfandel','Artezin','Mendocino County','California','Zinfandel',2009,18,87,15000,'now' +201,'Zinfandel','Terra d''Oro','Amador County','California','SHR Field Blend',2007,30,87,1250,'now' +202,'Zinfandel','Cameron Hughes','Lake County','California','Lot 154',2006,13,86,584,'now' +203,'Zinfandel','Rubicon Estate','Rutherford','California','Edizione Pennino',2008,45,86,2278,'now' +204,'Chardonnay','Lewis','Napa Valley','California','Chardonnay',2009,48,92,1800,'now' +205,'Chardonnay','Keller','Sonoma Coast','California','La Cruz Vineyard',2008,36,91,507,'now' +206,'Merlot','Darioush','Napa Valley','California','Signature',2007,48,89,1779,'now' +207,'Tempranillo','Four Vines','Paso Robles','California','Loco',2008,40,88,700,'now' +208,'Chardonnay','CC:','California','California','Chardonnay',2009,15,86,5000,'now' +209,'Syrah','Four Vines','Amador County','California','Bailey Vineyard',2005,38,93,440,'now' +210,'Syrah','Red Car','California','California','Twenty Two',2005,60,93,111,'now' +211,'Syrah','Herman Story','Santa Ynez Valley','California','Larner Vinyard',2005,28,92,432,'now' +212,'Syrah','Krupp Brothers','Napa Valley','California','Black Bart Stagecoach Vineyard',2005,52,91,1219,'now' +213,'Syrah','Paloma','Dry Creek Valley','California','Polomita Hamilton Vineyard',2005,45,91,250,'now' +214,'Syrah','Rosenblum','Yolo County','California','Rominger Vineyard',2005,25,91,1125,'now' +215,'Zinfandel','Four Vines','Amador County','California','Maverick',2005,24,91,2529,'now' +216,'Syrah','Chateau Potelle','Mount Vedeer','California','VGS',2004,75,90,238,'now' +217,'Syrah','Kosta Browne','Russian River Valley','California','Amber Ridge Vineyard',2004,45,90,320,'now' +218,'Syrah','Ojai','California','California','Roll Ranch Vineyard',2004,45,90,700,'now' +219,'Syrah','Whitestone','Sonoma Coast','California','Guidici Famili Vineyard',2005,55,90,200,'now' +220,'Pinot Noir','Adrian Fog','Anderson Valley','California','Savoy Vineyard',2005,75,92,440,'now' +221,'Pinot Noir','Davis Bynum','Russian River Valley','California','The Backbone',2004,75,92,117,'now' +222,'Pinot Noir','Davis Bynum','Russian River Valley','California','Laurels Estate Vineyard',2004,75,91,142,'now' +223,'Pinot Noir','Davis Bynum','Russian River Valley','California','Bynum & Moshin Vineyards',2004,50,91,314,'now' +224,'Pinot Noir','Calera','Mount Harlan','California','Jensen Vineyard',2004,60,91,1262,'now' +225,'Zinfandel','Rosenblum','Rockpile','California','Rockpile Road Vineyard',2005,35,91,3558,'now' +226,'Pinot Noir','Toulouse','Anderson Valley','California','Pinot Noir',2005,39,91,1050,'now' +227,'Pinot Noir','Calera','Mount Harlan','California','Thirtieth Anniverasry Vintage Mt. Harlan Cuvee',2005,30,90,403,'now' +228,'Chardonnay','DuMOL','Sonoma County','California','Green River Isobel',2005,60,95,558,'now' +229,'Chardonnay','Barnett','Carneros','California','Sengiacomo Vineyard',2005,29,93,1138,'now' +230,'Chardonnay','Chasseur','Russian River Valley','California','Lorenzo',2005,55,93,371,2008 +231,'Chardonnay','DuMOL','Russian River Valley','California','Chloe',2005,60,92,708,2008 +232,'Chardonnay','Chalk Hill','Chalk Hill','California','Chardonnay',2005,45,90,15000,'now' +233,'Viognier','Darioush','Napa Valley','California','Signature',2006,35,90,1376,'now' +234,'Marsanne','Krupp Brothers','Napa Valley','California','Stagecoach Vineyard Black Bart',2005,37,90,620,'now' +235,'Sauvignon Blanc','Sbragia Family','Dry Creek Valley','California','Home Ranch',2006,20,90,620,'now' +236,'Cabernet Sauvingnon','Hourglass','Napa Valley','California','Cabernet Sauvignon',2006,135,97,700,'now' +237,'Cabernet Sauvingnon','Dancing Hares','Napa Valley','California','Cabernet Sauvignon',2005,95,95,600,'now' +238,'Cabernet Sauvingnon','Lewis','Napa Valley','California','Reserve',2006,125,95,2000,'now' +239,'Cabernet Sauvingnon','Bucella','Napa Valley','California','Cabernet Sauvignon',2006,135,93,792,2010 +240,'Cabernet Sauvingnon','Casa Piena','Napa Valley','California','Cabernet Sauvignon',2006,125,93,240,2010 +241,'Cabernet Sauvingnon','The Four','Napa Valley','California','Cabernet Sauvignon',2006,75,93,310,'now' +242,'Cabernet Sauvingnon','Veraison','Napa Valley','California','Stagecoach Vineyard',2005,60,93,1232,'now' +243,'Cabernet Sauvingnon','Barrack','Santa Ynez Valley','California','Ten-Goal Happy Canyon Vineyards',2005,60,92,350,'now' +244,'Cabernet Sauvingnon','Snowden','Napa Valley','California','The Ranch',2006,40,92,1200,2010 +245,'Cabernet Sauvingnon','Cade','Napa Valley','California','Napa Cuvee',2006,60,91,2200,2011 +246,'Cabernet Sauvingnon','Louis M. Martini','Sonoma Valley','California','Monte Rosso Vineyard',2005,85,91,2550,'now' +247,'Cabernet Sauvingnon','PerryMoore','Oakville','California','Beckstoffer To Kalon Vineyard',2005,100,91,300,'now' +248,'Cabernet Sauvingnon','Frank Family','Rutherford','California','Reserve',2005,85,90,2400,'now' +249,'Cabernet Sauvingnon','Highlands','Napa Valley','California','Cabernet Sauvignon',2006,55,90,1000,'now' +250,'Cabernet Sauvingnon','Ilsley','Stags Leap District','California','Cabernet Sauvignon',2005,55,90,318,'now' +251,'Cabernet Sauvingnon','PerryMoore','St. Helena','California','Dr. Crane Vineyard',2005,100,90,250,'now' +252,'Chardonnay','Kazme & Blaise','Carneros','California','Boonfly''s Hill',2006,50,95,90,'now' +253,'Chardonnay','Kistler','Sonoma County','California','McCrea Vineyard',2006,75,95,3634,'now' +254,'Chardonnay','Peter Michael','Sonoma County','California','Ma Belle-Fille',2007,85,95,2780,'now' +255,'Chardonnay','Three Sticks','Sonoma Valley','California','Durell Vineyard',2006,45,95,220,'now' +256,'Chardonnay','Tor','Sonoma Valley','California','Durell Vineyard Wente Clone',2007,60,95,80,'now' +257,'Chardonnay','Failla','Sonoma Coast','California','Estate Vineyard',2007,42,94,125,'now' +258,'Chardonnay','Kistler','Russian River Valley','California','Wine Hill Vineyard',2006,75,94,3640,'now' +259,'Chardonnay','Peter Michael','Sonoma County','California','Belle Cote',2007,75,94,2500,'now' +260,'Chardonnay','Peter Michael','Sonoma County','California','Mon Plaisir',2007,80,94,1050,'now' +261,'Chardonnay','Peirson Meyer','Sonoma County','California','Untilited #3',2007,75,94,125,'now' +262,'Chardonnay','Rodney Strong','Russian River Valley','California','Reserve',2006,40,94,2448,'now' +263,'Chardonnay','Au Bon Climat','Santa Barbara County','California','Los Alamos Vineyard Historic Vineyards Collection',2007,25,93,325,'now' +264,'Chardonnay','HdV','Carneros','California','Hyde Vineyards',2006,60,93,1562,'now' +265,'Chardonnay','Kistler','Carneros','California','Hudson Vineyard',2006,75,93,1818,'now' +266,'Chardonnay','Landmark','Sonoma County','California','Damaris Reserve ',2006,40,93,2000,'now' +267,'Chardonnay','Pahlmeyer','Sonoma Coast','California','Chardonnay',2007,70,93,1620,'now' +268,'Chardonnay','Peirson Meyer','Sonoma Coast','California','Cahrles Heintz Vineyard',2007,55,93,300,'now' +269,'Chardonnay','Ridge','Santa Cruz Mountains','California','Santa Cruz Mountains Estate',2007,40,93,400,'now' +270,'Chardonnay','Shafer','California','California','Red Shoulder Ranch',2007,48,93,5500,'now' +271,'Chardonnay','Souverain','Russian River Valley','California','Winmaker''s Reserve',2007,30,93,313,'now' +272,'Chardonnay','Acacia','Carneros','California','Sangiacomo Vineyard',2007,40,92,484,'now' +273,'Chardonnay','Beringer','Napa Valley','California','Sbraglia Limited-Release',2007,40,92,5600,'now' +274,'Chardonnay','Chalone','Chalone','California','Chardonnay',2007,25,92,16801,'now' +275,'Chardonnay','Chateau St. Jean','Sonoma County','California','Reserve',2006,45,92,4600,'now' +276,'Chardonnay','El Molino','Rutherford','California','Chardonnay',2007,45,92,878,'now' +277,'Chardonnay','Freeman','Russian River Valley','California','Ryo-fu',2006,44,92,418,'now' +278,'Chardonnay','Hanzell','Sonoma Valley','California','Chardonnay',2006,70,92,3253,'now' +279,'Chardonnay','Hudson Vineyards','Napa Valley','California','Carneros',2006,60,92,350,'now' +280,'Chardonnay','Kistler','Russian River Valley','California','Dutton Ranch',2006,75,92,1810,'now' +281,'Chardonnay','Luna','Napa Valley','California','Chardonnay',2006,40,92,204,'now' +282,'Chardonnay','Maldonado','Napa Valley','California','Los Olivos Vineyard',2006,49,92,566,'now' +283,'Chardonnay','Peter Michael','Sonoma County','California','La Carrlere',2007,80,92,2549,'now' +284,'Chardonnay','Pahlmeyer','Napa Valley','California','Chardonnay',2007,70,92,3341,'now' +285,'Chardonnay','Sbragia Family','Dry Creek Valley','California','Home Ranch',2007,26,92,2657,'now' +286,'Chardonnay','D.R. Stephens','Napa Valley','California','Chardonnay',2007,50,92,455,'now' +287,'Chardonnay','Truchard','Napa Valley','California','Carneros',2007,30,92,2930,'now' +288,'Chardonnay','Vineyard 7&8','Spring Mountain District','California','Chardonnay',2007,60,92,275,'now' +289,'Chardonnay','Anaba','Sonoma Coast','California','Chardonnay',2007,32,91,938,'now' +290,'Chardonnay','Armida','Russian River Valley','California','Keefer Ranch',2007,28,91,232,'now' +291,'Chardonnay','Au Bon Climat','Santa Barbara County','California','Chardonnay',2007,20,91,12000,'now' +292,'Chardonnay','Beringer','Napa Valley','California','Private Reserve',2007,35,91,21900,'now' +293,'Chardonnay','Cakebread','Napa Valley','California','Carneros Reserve',2006,55,91,1000,'now' +294,'Chardonnay','Calera','Mount Harlan','California','Chardonnay',2007,25,91,663,'now' +295,'Chardonnay','Celani Family','Napa Valley','California','Chardonnay',2007,40,91,600,'now' +296,'Chardonnay','Domain Chandon','Carneros','California','Chardonnay',2006,26,91,4600,'now' +297,'Chardonnay','Dutton-Goldfield','Russian River Valley','California','Dutton Ranch',2007,35,91,3981,'now' +298,'Chardonnay','Far Niente','Napa Valley','California','Chardonnay',2007,56,91,30000,'now' +299,'Chardonnay','Ferrari-Carano','Russian River Valley','California','Emelia''s Cuvee',2007,36,91,465,'now' +300,'Chardonnay','Fog Dog','Sonoma Coast','California','Chardonnay',2006,40,91,1300,'now' +301,'Chardonnay','Freestone','Sonoma Coast','California','Ovation',2006,60,91,2500,'now' +302,'Chardonnay','L''Angevin','Russian River Valley','California','Laughlin Family Vineyard',2007,44,91,350,'now' +303,'Chardonnay','Marimar Estate','Russian River Valley','California','Don Miguel Vineyard Lia Torres Family Vineyards',2006,49,91,355,'now' +304,'Chardonnay','Merryvale','Carneros','California','Chardonnay',2007,35,91,2215,'now' +305,'Chardonnay','Neyers','Sonoma Coast','California','B. Theriot Vineyard',2007,48,91,202,'now' +306,'Chardonnay','Olabisi','Carneros','California','Ceja Vineyard',2007,40,91,285,'now' +307,'Chardonnay','Rombauer','Carneros','California','Chardonnay',2007,32,91,40000,'now' +308,'Chardonnay','Talley','Edna Valley','California','Chardonnay',2007,26,91,445,'now' +309,'Chardonnay','Talley','Arroyo Grande Valley','California','Chardonnay',2007,26,91,4603,'now' +310,'Chardonnay','Vine Cliff','Carneros','California','Proprietary Reserve',2007,60,91,545,'now' +311,'Chardonnay','Vine Cliff','Carneros','California','Los Carneros',2007,39,91,1798,'now' +312,'Chardonnay','Artesa','Carneros','California','Chardonnay',2007,20,90,33000,'now' +313,'Chardonnay','Beaulieu Vineyard','Napa Valley','California','Carneros',2007,17,90,15000,'now' +314,'Chardonnay','Byron','Santa Maria Valley','California','Chardonnay',2007,26,90,4406,'now' +315,'Chardonnay','Darioush','Napa Valley','California','Signature',2007,43,90,1761,'now' +316,'Chardonnay','Ferrari-Carano','Russian River Valley','California','Valley Dominique',2007,38,90,276,'now' +317,'Chardonnay','The Hess Collection','Mount Vedeer','California','Chardonnay',2007,35,90,1900,'now' +318,'Chardonnay','Jocelyn Lonen','Carneros','California','Founder''s',2007,45,90,200,'now' +319,'Chardonnay','Kistler','Sonoma Valley','California','Kistler Vineyard',2006,80,90,1815,'now' +320,'Chardonnay','Laird Family','Carneros','California','Gold Creek Ranch',2007,30,90,1500,'now' +321,'Chardonnay','Mer Soleil','Santa Lucia Highlands','California','Chardonnay',2006,42,90,NULL,'now' +322,'Chardonnay','Nicholson Ranch','Sonoma Valley','California','Cuvee Natalie',2006,48,90,325,'now' +323,'Chardonnay','Orogeny','Green Valley of Russian River Valley','California','Chardonnay',2007,25,90,2500,'now' +324,'Chardonnay','Ramey','Sonoma Coast','California','Chardonnay',2007,38,90,2100,'now' +325,'Chardonnay','Robert Young','Alexander Valley','California','Chardonnay',2006,40,90,1990,'now' +326,'Chardonnay','HdV','Carneros','California','De La Guerra',2007,40,90,506,'now' +327,'Chardonnay','Maldonado','Sonoma County','California','Parr Vineyard',2006,24,90,900,'now' +328,'Chardonnay','Cakebread','Napa Valley','California','Chardonnay',2007,39,90,25000,'now' +329,'Chardonnay','Cuvasion','Napa Valley','California','Carneros',2007,24,88,40000,'now' +330,'Chardonnay','Kunde Estate','Sonoma Valley','California','Reserve',2006,30,88,5800,'now' +331,'Chardonnay','Ramey','Carneros','California','Chardonnay',2007,38,88,2500,'now' +332,'Chardonnay','Saddleback','Napa Valley','California','Chardonnay',2007,26,88,831,'now' +333,'Chardonnay','Sebastiani','Sonoma County','California','Chardonnay',2007,13,88,82130,'now' +334,'Chardonnay','White Rock','Napa Valley','California','Chardonnay',2007,30,88,800,'now' +335,'Chardonnay','Acacia','Carneros','California','Chardonnay',2007,22,87,70200,'now' +336,'Chardonnay','Kunde Estate','Sonoma Valley','California','Chardonnay',2007,17,87,35000,'now' +337,'Chardonnay','Moon Mountain','Sonoma County','California','Chardonnay',2007,13,87,42250,'now' +338,'Chardonnay','Waterstone','Carneros','California','Chardonnay',2007,18,87,1832,'now' +339,'Chardonnay','Napa Family','Napa Valley','California','Finest Selection Reserve',2007,10,86,2853,'now' +340,'Pinot Noir','Roessler','Anderson Valley','California','Valley Savoy',2007,46,94,268,'now' +341,'Pinot Noir','Vision Cellars','Russian River Valley','California','Coster Vineyard',2007,42,93,286,'now' +342,'Pinot Noir','Ampelos','Sta. Rita Hills','California','Lambda',2007,35,92,1094,'now' +343,'Pinot Noir','Freeman','Sonoma Coast','California','Pinot Noir',2007,44,92,1068,'now' +344,'Pinot Noir','Baker Lane','Sonoma Coast','California','Hurst Vineyard',2007,36,91,360,'now' +345,'Pinot Noir','Failla','Russian River Valley','California','Keefer Ranch',2007,45,91,600,'now' +346,'Pinot Noir','Failla','Sonoma Coast','California','Pinot Noir',2007,34,91,500,'now' +347,'Pinot Noir','Kutch','Sonoma Coast','California','McDougal Ranch',2007,48,91,125,'now' +348,'Pinot Noir','Siduri','Sta. Rita Hills','California','Clos Pepe Vineyard',2007,54,91,241,'now' +349,'Pinot Noir','Small Vines','Russian River Valley','California','Pinot Noir',2006,50,91,365,'now' +350,'Pinot Noir','Vision Cellars','Sonoma County','California','Pinot Noir',2007,38,90,900,'now' +351,'Pinot Noir','Freeman','Russian River Valley','California','Pinot Noir',2006,44,89,1592,'now' +352,'Pinot Noir','Kutch','Sonoma Coast','California','Kanzler Vineyard',2007,48,89,175,'now' +353,'Pinot Noir','MacRostie','Sonoma Coast','California','Wildcat Mountain Vineyard',2006,45,89,1003,'now' +354,'Pinot Noir','Baker Lane','Sonoma Coast','California','Ramondo Vineyard',2007,42,88,777,'now' +355,'Pinot Noir','Fort Ross','Sonoma Coast','California','Symposium Fort Ross Vineyard',2066,32,88,2584,'now' +356,'Pinot Noir','Landmark','Sonoma Coast','California','Grand Detour',2007,40,88,2500,'now' +357,'Pinot Noir','Sequana','Green Valley of Russian River Valley','California','Valley Dutton Ranch',2007,40,88,728,'now' +358,'Pinot Noir','Bernardus','Monterey County','California','Pinot Noir',2007,25,87,4715,'now' +359,'Pinot Noir','Marting Ray','Santa Barbara County','California','Pinot Noir',2007,25,87,5800,'now' +360,'Syrah','Carlisle','Russian River Valley','California','Papa''s Block',2007,43,98,307,'now' +361,'Syrah','Carlisle','Santa Lucia Highlands','California','Rosella''s Vineyard',2007,43,94,192,'now' +362,'Syrah','Jemrose','Bennett Valley','California','Gloria''s Gem',2006,75,94,48,'now' +363,'Syrah','Duchamp','Dry Creek Valley','California','Cuvee Trouvee',2006,38,93,300,'now' +364,'Syrah','Duchamp','Dry Creek Valley','California','Grand Master',2006,55,93,175,'now' +365,'Syrah','Martinelli','Russian River Valley','California','Zio Tony Ranch Gianna Marie',2006,75,93,305,'now' +366,'Syrah','McPrice Myers','Arroyo Grande Valley','California','Les Galets',2006,36,93,198,'now' +367,'Syrah','Ampelos','Sta. Rita Hills','California','Gamma',2005,35,92,264,'now' +368,'Syrah','Stephen Test','Dry Creek Valley','California','Unti Vineyard',2006,30,91,128,'now' +369,'Zinfandel','Carlisle','Dry Creek Valley','California','Zinfandel',2007,33,95,360,'now' +370,'Zinfandel','Linne Calodo','Paso Robles','California','Problem Child',2007,48,94,580,'now' +371,'Zinfandel','Carlisle','Sonoma Valley','California','Rossi Ranch',2007,40,93,236,'now' +372,'Zinfandel','Carlisle','Sonoma County','California','Zinfandel',2007,23,92,539,'now' +373,'Zinfandel','Carlisle','Russian River Valley','California','Montafi Ranch',2007,43,91,258,'now' +374,'Zinfandel','Dancing Lady','Alexander Valley','California','Old vine Della Costa Family Vineyard',2007,27,91,321,'now' +375,'Zinfandel','Martinelli','Russian River Valley','California','Giuseppe & Luisa',2007,50,91,825,'now' +376,'Zinfandel','D-Cubed Cellars','Napa Valley','California','Zinfandel',2006,27,89,1100,'now' +377,'Zinfandel','De Loach','Russian River Valley','California','Zinfandel',2007,20,89,1830,'now' +378,'Zinfandel','Saucelito Canyon','San Luis Obispo County','California','Backroads',2007,18,89,563,'now' +379,'Zinfandel','Rosenblum','Paso Robles','California','Appelation Series',2006,18,88,8913,'now' +380,'Zinfandel','Sausal','Alexander Valley','California','50 Year Old Vines',2006,19,88,8913,'now' +381,'Zinfandel','Dry Creek','Sonoma County','California','Heritage',2007,18,87,13877,'now' +382,'Zinfandel','Klinker Brick','Lodi','California','Old Vine',2006,18,87,20000,'now' +383,'Zinfandel','Schrader','Napa Valley','California','Vieux-Os Hell Hole Cuvee Old Vine',2006,35,87,375,'now' +384,'Zinfandel','Rosenblum','Contra Costa County','California','Planchon Vineyard',2006,26,86,2425,'now' +385,'Zinfandel','Rodney Strong','Sonoma County','California','Knotty Vines',2007,20,86,18655,'now' +386,'Zinfandel','Cardinal Zin','Calaveras County','California','Beastly Old Vines',2006,20,84,NULL,'now' +387,'Zinfandel','Cline','California','California','Ancient Vines',2007,15,84,NULL,'now' +388,'Zinfandel','Peachy Canyon','Paso Robles','California','Incredible Red',2007,12,82,NULL,'now' +389,'Zinfandel','Renwood','Sierra Foothills','California','Zinfandel',2006,10,82,NULL,'now' +390,'Zinfandel','Renwood','Fiddletown','California','Zinfandel',2006,25,78,NULL,'now' +391,'Cabernet Franc','Pride','Sonoma County','California','Cabernet Franc',2006,60,92,1128,'now' +392,'Zinfandel','D-Cubed Cellars','Napa Valley','California','Primitivo',2006,25,88,226,'now' +393,'Merlot','Thomas Henry','Napa Valley','California','Merlot',2005,12,84,NULL,'now' +394,'Cabernet Sauvingnon','Caymus','Napa Valley','California','Special Selection',2008,130,94,15618,'now' +395,'Cabernet Sauvingnon','Phifer Pavitt','Napa Valley','California','Date Night',2007,75,94,400,'now' +396,'Cabernet Sauvingnon','Turnbull','Napa Valley','California','Black Label',2007,100,94,500,2013 +397,'Cabernet Sauvingnon','Cavus','Stags Leap District','California','Cabernet Sauvignon',2007,90,93,155,2012 +398,'Cabernet Sauvingnon','Girard','Napa Valley','California','Artistry',2008,40,88,4944,'now' +399,'Cabernet Sauvingnon','Montes','Napa Valley','California','Napa Angel Aurelio''s Selection',2007,90,87,3000,2013 +400,'Chardonnay','Maybach','Sonoma Coast','California','Eterium B. Thieriot Vineyard',2009,78,95,60,'now' +401,'Chardonnay','Freestone','Sonoma Coast','California','Chardonnay',2008,55,93,800,'now' +402,'Chardonnay','Morgan','Monterey County','California','Metallico Un-Oaked',2009,20,91,3800,'now' +403,'Chardonnay','Sterling','Napa Valley','California','Reserve',2008,35,91,1450,'now' +404,'Chardonnay','Gary Farrell','Russian River Valley','California','Russian River Selection',2008,32,89,4474,'now' +405,'Chardonnay','Y3','Napa Valley','California','Chardonnay',2009,20,89,2820,'now' +406,'Chardonnay','Bogle','California','California','Chardonnay',2009,10,88,250000,'now' +407,'Pinot Noir','Adrian Fog','Sonoma Coast','California','Numbers',2008,75,93,340,'now' +408,'Pinot Noir','Fog Dog','Sonoma Coast','California','Pinot Noir',2008,35,89,8000,'now' +409,'Merlot','Rutherford Hill','Napa Valley','California','Merlot',2006,25,89,42546,'now' +410,'Zinfandel','Kokomo','Sonoma County','California','Zinfandel',2008,22,88,800,'now' +411,'Merlot','Black Box','California','California','Merlot',2008,25,83,NULL,'now' +412,'Zinfandel','Joel Gott','California','California','Zinfandel',2008,17,83,NULL,'now' +413,'Cabernet Sauvingnon','Paul Hobbs','St. Helena','California','Beckstoffer Dr. Crane Vineyard',2007,150,97,586,'now' +414,'Cabernet Sauvingnon','Pina','Napa Valley','California','D''Adamo Vineyard',2007,75,93,1085,'now' +415,'Cabernet Sauvingnon','Boyanci','Napa Valley','California','InSpire',2007,60,92,715,'now' +416,'Cabernet Sauvingnon','Guarachi','Napa Valley','California','Cabernet Sauvignon',2007,65,92,1269,'now' +417,'Cabernet Sauvingnon','Paul Hobbs','Napa Valley','California','Cabernet Sauvignon',2007,75,92,5653,'now' +418,'Cabernet Sauvingnon','Keever','Yountville','California','Cabernet Sauvignon',2007,90,92,650,'now' +419,'Cabernet Sauvingnon','Dos Lagos','Atlas Peak','California','Cabernet Sauvignon',2007,125,88,120,'now' +420,'Cabernet Sauvingnon','Erna Schein','Napa Valley','California','Spare Me',2007,45,88,280,'now' +421,'Cabernet Sauvingnon','Erna Schein','California','California','Jersey Boy',2007,50,88,384,'now' +422,'Cabernet Sauvingnon','Fleming Jenkins','Napa Valley','California','Choreography',2006,50,88,643,'now' +423,'Cabernet Sauvingnon','Girard','Napa Valley','California','Artistry',2007,40,88,4600,'now' +424,'Cabernet Sauvingnon','Langtry','Lake County','California','Tephra Ridge Vineyard',2006,40,88,342,'now' +425,'Cabernet Sauvingnon','Maldonado','Spring Mountain District','California','Peter Newton Vineyard',2006,92,88,126,'now' +426,'Cabernet Sauvingnon','Nickel & Nickel','Yountville','California','State Lane Ranch',2006,90,88,430,'now' +427,'Cabernet Sauvingnon','Prime','Napa Valley','California','District 4',2007,39,88,304,'now' +428,'Cabernet Sauvingnon','David Arthur','Napa Valley','California','Elevation 1147',2007,135,87,541,'now' +429,'Cabernet Sauvingnon','Duckhorn','Napa Valley','California','Cabernet Sauvignon',2006,65,87,13744,'now' +430,'Cabernet Sauvingnon','Krutz Family','Napa Valley','California','Stagecoach Vineyard',2006,70,87,315,'now' +431,'Cabernet Sauvingnon','Sebastiani','Sonoma County','California','Cabernet Sauvignon',2006,18,87,120123,'now' +432,'Cabernet Sauvingnon','Artesa','Napa-Sonoma counties','California','Elements',2006,18,86,8000,'now' +433,'Cabernet Sauvingnon','Blue Rock','Alexander Valley','California','Cabernet Sauvignon',2006,47,86,784,'now' +434,'Cabernet Sauvingnon','Daou','Paso Robles','California','La Capilla Collection',2007,46,86,873,'now' +435,'Cabernet Sauvingnon','Merryvale','Napa Valley','California','Cabernet Sauvignon',2006,55,86,2284,'now' +436,'Cabernet Sauvingnon','Cycles Gladiator','California','California','Cabernet Sauvignon',2007,10,80,NULL,'now' +437,'Grenache','Sine Qua Non','California','California','To the Rescue',2007,100,93,164,'now' +438,'Grenache','Sine Qua Non','California','California','Pictures',2007,135,91,764,'now' +439,'Grenache','Quivara','Dry Creek Valley','California','Rose Wine Creek Ranch',2009,15,90,448,'now' +440,'Merlot','Keenan','Spring Mountain District','California','Mailbox Vineyard Drive',2006,60,88,330,'now' +441,'Merlot','Langtry','Lake County','California','Tephra Ridge Vineyard',2006,40,88,205,'now' +442,'Merlot','White Oak','Napa Valley','California','Merlot',2007,26,88,1987,'now' +443,'Merlot','Goldschmidt','Alexander Valley','California','Chelsea Goldschmidt',2008,15,87,3500,'now' +444,'Merlot','Merryvale','Napa Valley','California','Merlot',2006,39,86,1587,'now' +445,'Pinot Noir','DuMOL','Russian River Valley','California','Ryan',2007,76,94,850,'now' +446,'Pinot Noir','Paul Hobbs','Russian River Valley','California','Pinot Noir',2008,45,94,3644,'now' +447,'Pinot Noir','DuMOL','Russian River Valley','California','Finn',2007,80,93,363,'now' +448,'Pinot Noir','DuMOL','Red Hills Lake County','California','Aidan',2007,76,92,380,'now' +449,'Pinot Noir','DuMOL','Sonoma Coast','California','Eoin',2007,76,92,375,'now' +450,'Pinot Noir','Paul Hobbs','Russian River Valley','California','Ulises Valdez Vineyard',2008,70,92,282,'now' +451,'Pinot Noir','Mueller','Russian River Valley','California','Pinot Noir',2007,25,92,442,'now' +452,'Pinot Noir','Fleming Jenkins','California','California','Victories Rose',2009,20,89,480,'now' +453,'Pinot Noir','Keller','Sonoma Coast','California','La Cruz Vineyard',2007,44,88,510,'now' +454,'Pinot Noir','Baileyana','Edna Valley','California','Grand Firepeak Cuvee Firepeak Vineyard',2007,33,87,6334,'now' +455,'Pinot Noir','Testarossa','Santa Lucia Highlands','California','Sleepy Hollow Vineyard',2008,59,87,600,'now' +456,'Pinot Noir','Demetria','Sta. Rita Hills','California','Pinot Noir',2007,40,86,2000,'now' +457,'Sauvignon Blanc','Merry Edwards','Russian River Valley','California','Sauvignon Blanc',2008,30,93,3880,'now' +458,'Sauvignon Blanc','Robert Mondavi','Napa Valley','California','Fume Blanc',2008,20,88,50543,'now' +459,'Sauvignon Blanc','Illumination','Napa Valley','California','Sauvignon Blanc',2008,40,87,3150,'now' +460,'Sauvignon Blanc','Langtry','Guenoc Valley','California','Lillie Vineyard',2008,20,87,659,'now' +461,'Sauvignon Blanc','David Arthur','Napa Valley','California','Sauvignon Blanc',2008,25,86,566,'now' +462,'Syrah','Carlisle','Russian River Valley','California','Papa''s Block',2008,45,92,212,'now' +463,'Syrah','Sine Qua Non','California','California','Labels',2007,135,92,1421,'now' +464,'Syrah','Fleming Jenkins','Livermore Valley','California','Madden Ranch',2007,40,89,456,2011 +465,'Syrah','Ampelos','Santa Barbara County','California','Rose',2009,18,88,320,'now' +466,'Syrah','Carlisle','Santa Lucia Highlands','California','Rosella''s Vineyard',2008,45,88,171,'now' +467,'Syrah','Ancient Peaks','Paso Robles','California','Syrah',2007,16,87,869,'now' +468,'Zinfandel','Bradford Mountain','Dry Creek Valley','California','Grist Vineyard',2006,33,90,500,'now' +469,'Zinfandel','Hartford Family','Russian River Valley','California','Highwire Vineyard',2008,55,89,340,2012 +470,'Zinfandel','Haywood','Sonoma Valley','California','Rocky Terrace Los Chamizal Vineyards',2007,35,89,590,2011 +471,'Zinfandel','Kunde Estate','Sonoma Valley','California','Century Vines Reserve',2007,35,89,2000,'now' +472,'Zinfandel','Saxon Brown','Sonoma Valley','California','Casa Santinamaria Vineyards',2006,38,89,327,'now' +473,'Zinfandel','Valdez','Rockpile','California','Boticelli Vineyards',2007,41,89,233,2011 +474,'Zinfandel','Dashe','Alexander Valley','California','Todd Brothers Ranch Old Vines',2007,32,88,476,'now' +475,'Zinfandel','Del Carlo','Dry Creek Valley','California','Old Vine Teldeschi Vineyard Home Ranch',2006,32,88,294,'now' +476,'Zinfandel','Dry Creek','Dry Creek Valley','California','Old Vine',2007,28,88,5555,2015 +477,'Zinfandel','Dry Creek','Dry Creek Valley','California','Somers Ranch',2007,34,88,469,'now' +478,'Zinfandel','Frank Family','Napa Valley','California','Reserve',2007,50,88,748,'now' +479,'Zinfandel','Haywood','Sonoma Valley','California','Morning Sun Los Chamizal Vineyards',2007,35,88,399,'now' +480,'Zinfandel','Rock Wall','Contra Costa County','California','Jesse''s Vineyard',2008,28,88,765,'now' +481,'Zinfandel','Rosenblum','Contra Costa County','California','Carla''s Reserve',2007,30,88,1909,'now' +482,'Zinfandel','Sbragia Family','Dry Creek Valley','California','Gino''s Vineyard',2007,28,88,544,'now' +483,'Zinfandel','Artezin','Amador-Mendocino-Sonoma Counties','California','Zinfandel',2008,18,87,5856,'now' +484,'Zinfandel','Bradford Mountain','Dry Creek Valley','California','Zinfandel',2006,22,87,1900,'now' +485,'Zinfandel','Cline','Contra Costa County','California','Bridgehead',2008,25,87,850,'now' +486,'Zinfandel','Dancing Lady','Alexander Valley','California','Old vine Della Costa Family Vineyard',2008,24,87,358,'now' +487,'Zinfandel','Mauritson','Dry Creek Valley','California','Zinfandel',2008,27,87,1457,'now' +488,'Zinfandel','Neyers','Contra Costa County','California','Pato Vineyard',2008,30,87,1200,'now' +489,'Zinfandel','Rosenblum','Sonoma County','California','Zinfandel',2007,18,87,5297,'now' +490,'Zinfandel','Rosenblum','Sonoma Valley','California','Cullinane Reserve',2007,45,87,238,'now' +491,'Zinfandel','Rubicon Estate','Rutherford','California','Edizione Pennino',2007,45,87,2499,'now' +492,'Zinfandel','Sebastiani','Dry Creek Valley','California','Zinfandel',2008,24,87,1284,'now' +493,'Zinfandel','Pedroncelli','Dry Creek Valley','California','Bushnell Vineyard',2007,18,86,3500,'now' +494,'Zinfandel','Sobon Estate','Amador County','California','Old Vines',2008,14,86,6900,'now' +495,'Zinfandel','Cline','California','California','Zinfandel',2008,12,85,97500,'now' +496,'Roussanne','Sine Qua Non','California','California','To the Rescue',2006,100,91,139,'now' +497,'Sangiovese','Altamura','Napa Valley','California','Sangiovese',2006,48,88,1500,'now' +498,'Barbera','Enotria','Mendocino County','California','Barbera',2006,17,87,1100,'now' +499,'Zinfandel','C.G. Di Arle','Shenandoah Valley','California','Primitivo Block #4',2007,25,86,719,'now' +500,'Chardonnay','Acacia','California','California','A by Acacia',2008,11,81,NULL,'now' diff --git a/database/wine_1/link.txt b/database/wine_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..94c167197fe075c59a0eb4db5c0ce5bf25f766e7 --- /dev/null +++ b/database/wine_1/link.txt @@ -0,0 +1 @@ +http://users.csc.calpoly.edu/~dekhtyar/365-Spring2017/index.html \ No newline at end of file diff --git a/database/wine_1/q.txt b/database/wine_1/q.txt new file mode 100644 index 0000000000000000000000000000000000000000..6503b566ebb9070eef797cea218a39fcc63ba7b6 --- /dev/null +++ b/database/wine_1/q.txt @@ -0,0 +1,25 @@ +List all AVAs located in Monterey county. Output just the names of the AVA appellations + +List all white grape varieties for which at least one wine of the 2008 vintage is rated at 90 points or above in the database. + +List all Sonoma county appellations for which the database contains at least one rating for a ’Grenache’. For each appellation list its name and county. + +List all vintage years in which at least one Zinfandel from Sonoma County (any appellation) scored above 92. + +A case of wine is 12 bottles. For each Carlisle (name of the winery) Syrah compute the total revenue assuming that all the wine sold at the specified price. + +Find the total revenue from all red wines made by Kosta Browne. + +Find the average number of cases of a Pinor Noir produced from grapes sourced from the Central Coast. + +For each year, report the total number of red Sonoma County wines whose scores are 90 or above. + +Find the most popular red grape (i.e., the grape that is used to make the largest number of white wines) in San Luis Obispo County. + +Report the grape with the largest number of high-ranked wines (wines ranked 93 or higher). + +Report the appellation responsible for the largest number of high-ranked wines (score of 93 and above). Report just the name of the appellation. + +Find if there are any 2008 Zinfandels that scored better than all 2007 Grenaches. Report winery, wine name, score and price. + +Find how many cases were produced of the most expensive red wine from Napa county. diff --git a/database/wine_1/wine_1.sql b/database/wine_1/wine_1.sql new file mode 100644 index 0000000000000000000000000000000000000000..f4d90f266f4abb52bc2d0557da580a8d6194ccf0 --- /dev/null +++ b/database/wine_1/wine_1.sql @@ -0,0 +1,30 @@ +CREATE TABLE "grapes" ( + "ID" INTEGER PRIMARY KEY, + "Grape" TEXT UNIQUE, + "Color" TEXT +); + +CREATE TABLE "appellations" ( + "No" INTEGER PRIMARY KEY, + "Appelation" TEXT UNIQUE, + "County" TEXT, + "State" TEXT, + "Area" TEXT, + "isAVA" TEXT +); + +CREATE TABLE "wine" ( + "No" INTEGER, + "Grape" TEXT, + "Winery" TEXT, + "Appelation" TEXT, + "State" TEXT, + "Name" TEXT, + "Year" INTEGER, + "Price" INTEGER, + "Score" INTEGER, + "Cases" INTEGER, + "Drink" TEXT, + FOREIGN KEY (Grape) REFERENCES grapes(Grape), + FOREIGN KEY (Appelation) REFERENCES appellations(Appelation) +); diff --git a/database/wine_1/wine_1.sqlite b/database/wine_1/wine_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..350dba76febe876d918831e8a83608a940dbe695 Binary files /dev/null and b/database/wine_1/wine_1.sqlite differ diff --git a/database/world_1/world_1.json b/database/world_1/world_1.json new file mode 100644 index 0000000000000000000000000000000000000000..9d2146fa6e826436f0e4ec8520d15439a10f0787 --- /dev/null +++ b/database/world_1/world_1.json @@ -0,0 +1,230 @@ +[ + { + "col_data": [ + { + "column_name": "ID", + "data_type": "integer", + "default_column_name": "ID", + "default_value": null, + "not_null": 1, + "primary_key": 1 + }, + { + "column_name": "Name", + "data_type": "char(35)", + "default_column_name": "Name", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "CountryCode", + "data_type": "char(3)", + "default_column_name": "CountryCode", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "District", + "data_type": "char(20)", + "default_column_name": "District", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "Population", + "data_type": "integer", + "default_column_name": "Population", + "default_value": "'0'", + "not_null": 1, + "primary_key": 0 + } + ], + "table": "city" + }, + { + "col_data": [ + { + "column_name": "name", + "data_type": "", + "default_column_name": "name", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "seq", + "data_type": "", + "default_column_name": "seq", + "default_value": null, + "not_null": 0, + "primary_key": 0 + } + ], + "table": "sqlite_sequence" + }, + { + "col_data": [ + { + "column_name": "Code", + "data_type": "char(3)", + "default_column_name": "Code", + "default_value": "''", + "not_null": 1, + "primary_key": 1 + }, + { + "column_name": "Name", + "data_type": "char(52)", + "default_column_name": "Name", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "Continent", + "data_type": "text", + "default_column_name": "Continent", + "default_value": "'Asia'", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "Region", + "data_type": "char(26)", + "default_column_name": "Region", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "SurfaceArea", + "data_type": "float(10,2)", + "default_column_name": "SurfaceArea", + "default_value": "'0.00'", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "IndepYear", + "data_type": "integer", + "default_column_name": "IndepYear", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Population", + "data_type": "integer", + "default_column_name": "Population", + "default_value": "'0'", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "LifeExpectancy", + "data_type": "float(3,1)", + "default_column_name": "LifeExpectancy", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "GNP", + "data_type": "float(10,2)", + "default_column_name": "GNP", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "GNPOld", + "data_type": "float(10,2)", + "default_column_name": "GNPOld", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "LocalName", + "data_type": "char(45)", + "default_column_name": "LocalName", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "GovernmentForm", + "data_type": "char(45)", + "default_column_name": "GovernmentForm", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "HeadOfState", + "data_type": "char(60)", + "default_column_name": "HeadOfState", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Capital", + "data_type": "integer", + "default_column_name": "Capital", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Code2", + "data_type": "char(2)", + "default_column_name": "Code2", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + } + ], + "table": "country" + }, + { + "col_data": [ + { + "column_name": "CountryCode", + "data_type": "char(3)", + "default_column_name": "CountryCode", + "default_value": "''", + "not_null": 1, + "primary_key": 1 + }, + { + "column_name": "Language", + "data_type": "char(30)", + "default_column_name": "Language", + "default_value": "''", + "not_null": 1, + "primary_key": 2 + }, + { + "column_name": "IsOfficial", + "data_type": "text", + "default_column_name": "IsOfficial", + "default_value": "'F'", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "Percentage", + "data_type": "float(4,1)", + "default_column_name": "Percentage", + "default_value": "'0.0'", + "not_null": 1, + "primary_key": 0 + } + ], + "table": "countrylanguage" + } +] \ No newline at end of file diff --git a/database/world_1/world_1.sqlite b/database/world_1/world_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..2c7c7d6ef6f8c99e82de67ea4357ea76479317af Binary files /dev/null and b/database/world_1/world_1.sqlite differ diff --git a/database/wta_1/wta_1.sql b/database/wta_1/wta_1.sql new file mode 100644 index 0000000000000000000000000000000000000000..23f22277f0a542b0e3a4e32c708741d7137bd356 --- /dev/null +++ b/database/wta_1/wta_1.sql @@ -0,0 +1,110 @@ +CRloser_rank_pointsEATE TABLE players( + "player_id" INT PRIMARY KEY, + "first_name" TEXT, + "last_name" TEXT, + "hand" TEXT, + "birth_date" DATE, + "country_code" TEXT +); +CREATE TABLE matches( + "best_of" INT, + "draw_size" INT, + "loser_age" FLOAT, + "loser_entry" TEXT, + "loser_hand" TEXT, + "loser_ht" INT, + "loser_id" INT, + "loser_ioc" TEXT, + "loser_name" TEXT, + "loser_rank" INT, + "loser_rank_points" INT, + "loser_seed" INT, + "match_num" INT, + "minutes" INT, + "round" TEXT, + "score" TEXT, + "surface" TEXT, + "tourney_date" DATE, + "tourney_id" TEXT, + "tourney_level" TEXT, + "tourney_name" TEXT, + "winner_age" FLOAT, + "winner_entry" TEXT, + "winner_hand" TEXT, + "winner_ht" INT, + "winner_id" INT, + "winner_ioc" TEXT, + "winner_name" TEXT, + "winner_rank" INT, + "winner_rank_points" INT, + "winner_seed" INT, + "year" INT, + FOREIGN KEY(loser_id) REFERENCES players(player_id), + FOREIGN KEY(winner_id) REFERENCES players(player_id) +); + + + +CREATE TABLE qualifying_matches( + "best_of" INT, + "draw_size" INT, + "l_1stIn" TEXT, + "l_1stWon" TEXT, + "l_2ndWon" TEXT, + "l_SvGms" TEXT, + "l_ace" TEXT, + "l_bpFaced" TEXT, + "l_bpSaved" TEXT, + "l_df" TEXT, + "l_svpt" TEXT, + "loser_age" FLOAT, + "loser_entry" TEXT, + "loser_hand" TEXT, + "loser_ht" INT, + "loser_id" INT, + "loser_ioc" TEXT, + "loser_name" TEXT, + "loser_rank" INT, + "loser_rank_points" INT, + "loser_seed" INT, + "match_num" INT, + "minutes" INT, + "round" TEXT, + "score" TEXT, + "surface" TEXT, + "tourney_date" DATE, + "tourney_id" TEXT, + "tourney_level" TEXT, + "tourney_name" TEXT, + "w_1stIn" TEXT, + "w_1stWon" TEXT, + "w_2ndWon" TEXT, + "w_SvGms" TEXT, + "w_ace" TEXT, + "w_bpFaced" TEXT, + "w_bpSaved" TEXT, + "w_df" TEXT, + "w_svpt" TEXT, + "winner_age" FLOAT, + "winner_entry" TEXT, + "winner_hand" TEXT, + "winner_ht" INT, + "winner_id" INT, + "winner_ioc" TEXT, + "winner_name" TEXT, + "winner_rank" INT, + "winner_rank_points" INT, + "winner_seed" INT, + "year" INT, + FOREIGN KEY(loser_id) REFERENCES players(player_id), + FOREIGN KEY(winner_id) REFERENCES players(player_id) +); + +CREATE TABLE rankings( + "ranking_date" DATE, + "ranking" INT, + "player_id" INT, + "ranking_points" INT, + "tours" INT, + FOREIGN KEY(player_id) REFERENCES players(player_id) +); diff --git a/database/wta_1/wta_1.sqlite b/database/wta_1/wta_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..b95456566add60d50eed6b3eb2710e6952a024ce --- /dev/null +++ b/database/wta_1/wta_1.sqlite @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f20747456d7748674b4f05432f3de96446ced95b8bd5a6fd01284f6c28f727c +size 104738816 diff --git a/dev.json b/dev.json new file mode 100644 index 0000000000000000000000000000000000000000..4e0338a32452185fa79fdf38a1f273d86d36fbdf --- /dev/null +++ b/dev.json @@ -0,0 +1,144022 @@ +[ + { + "db_id": "concert_singer", + "query": "SELECT count(*) FROM singer", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "singer" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "singer" + ], + "question": "How many singers do we have?", + "question_toks": [ + "How", + "many", + "singers", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT count(*) FROM singer", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "singer" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "singer" + ], + "question": "What is the total number of singers?", + "question_toks": [ + "What", + "is", + "the", + "total", + "number", + "of", + "singers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT name , country , age FROM singer ORDER BY age DESC", + "query_toks": [ + "SELECT", + "name", + ",", + "country", + ",", + "age", + "FROM", + "singer", + "ORDER", + "BY", + "age", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "country", + ",", + "age", + "from", + "singer", + "order", + "by", + "age", + "desc" + ], + "question": "Show name, country, age for all singers ordered by age from the oldest to the youngest.", + "question_toks": [ + "Show", + "name", + ",", + "country", + ",", + "age", + "for", + "all", + "singers", + "ordered", + "by", + "age", + "from", + "the", + "oldest", + "to", + "the", + "youngest", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT name , country , age FROM singer ORDER BY age DESC", + "query_toks": [ + "SELECT", + "name", + ",", + "country", + ",", + "age", + "FROM", + "singer", + "ORDER", + "BY", + "age", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "country", + ",", + "age", + "from", + "singer", + "order", + "by", + "age", + "desc" + ], + "question": "What are the names, countries, and ages for every singer in descending order of age?", + "question_toks": [ + "What", + "are", + "the", + "names", + ",", + "countries", + ",", + "and", + "ages", + "for", + "every", + "singer", + "in", + "descending", + "order", + "of", + "age", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT avg(age) , min(age) , max(age) FROM singer WHERE country = 'France'", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + ",", + "min", + "(", + "age", + ")", + ",", + "max", + "(", + "age", + ")", + "FROM", + "singer", + "WHERE", + "country", + "=", + "'France", + "'" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + ",", + "min", + "(", + "age", + ")", + ",", + "max", + "(", + "age", + ")", + "from", + "singer", + "where", + "country", + "=", + "value" + ], + "question": "What is the average, minimum, and maximum age of all singers from France?", + "question_toks": [ + "What", + "is", + "the", + "average", + ",", + "minimum", + ",", + "and", + "maximum", + "age", + "of", + "all", + "singers", + "from", + "France", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"France\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT avg(age) , min(age) , max(age) FROM singer WHERE country = 'France'", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + ",", + "min", + "(", + "age", + ")", + ",", + "max", + "(", + "age", + ")", + "FROM", + "singer", + "WHERE", + "country", + "=", + "'France", + "'" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + ",", + "min", + "(", + "age", + ")", + ",", + "max", + "(", + "age", + ")", + "from", + "singer", + "where", + "country", + "=", + "value" + ], + "question": "What is the average, minimum, and maximum age for all French singers?", + "question_toks": [ + "What", + "is", + "the", + "average", + ",", + "minimum", + ",", + "and", + "maximum", + "age", + "for", + "all", + "French", + "singers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"France\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT song_name , song_release_year FROM singer ORDER BY age LIMIT 1", + "query_toks": [ + "SELECT", + "song_name", + ",", + "song_release_year", + "FROM", + "singer", + "ORDER", + "BY", + "age", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "song_name", + ",", + "song_release_year", + "from", + "singer", + "order", + "by", + "age", + "limit", + "value" + ], + "question": "Show the name and the release year of the song by the youngest singer.", + "question_toks": [ + "Show", + "the", + "name", + "and", + "the", + "release", + "year", + "of", + "the", + "song", + "by", + "the", + "youngest", + "singer", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT song_name , song_release_year FROM singer ORDER BY age LIMIT 1", + "query_toks": [ + "SELECT", + "song_name", + ",", + "song_release_year", + "FROM", + "singer", + "ORDER", + "BY", + "age", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "song_name", + ",", + "song_release_year", + "from", + "singer", + "order", + "by", + "age", + "limit", + "value" + ], + "question": "What are the names and release years for all the songs of the youngest singer?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "release", + "years", + "for", + "all", + "the", + "songs", + "of", + "the", + "youngest", + "singer", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT DISTINCT country FROM singer WHERE age > 20", + "query_toks": [ + "SELECT", + "DISTINCT", + "country", + "FROM", + "singer", + "WHERE", + "age", + ">", + "20" + ], + "query_toks_no_value": [ + "select", + "distinct", + "country", + "from", + "singer", + "where", + "age", + ">", + "value" + ], + "question": "What are all distinct countries where singers above age 20 are from?", + "question_toks": [ + "What", + "are", + "all", + "distinct", + "countries", + "where", + "singers", + "above", + "age", + "20", + "are", + "from", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT DISTINCT country FROM singer WHERE age > 20", + "query_toks": [ + "SELECT", + "DISTINCT", + "country", + "FROM", + "singer", + "WHERE", + "age", + ">", + "20" + ], + "query_toks_no_value": [ + "select", + "distinct", + "country", + "from", + "singer", + "where", + "age", + ">", + "value" + ], + "question": "What are the different countries with singers above age 20?", + "question_toks": [ + "What", + "are", + "the", + "different", + "countries", + "with", + "singers", + "above", + "age", + "20", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT country , count(*) FROM singer GROUP BY country", + "query_toks": [ + "SELECT", + "country", + ",", + "count", + "(", + "*", + ")", + "FROM", + "singer", + "GROUP", + "BY", + "country" + ], + "query_toks_no_value": [ + "select", + "country", + ",", + "count", + "(", + "*", + ")", + "from", + "singer", + "group", + "by", + "country" + ], + "question": "Show all countries and the number of singers in each country.", + "question_toks": [ + "Show", + "all", + "countries", + "and", + "the", + "number", + "of", + "singers", + "in", + "each", + "country", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT country , count(*) FROM singer GROUP BY country", + "query_toks": [ + "SELECT", + "country", + ",", + "count", + "(", + "*", + ")", + "FROM", + "singer", + "GROUP", + "BY", + "country" + ], + "query_toks_no_value": [ + "select", + "country", + ",", + "count", + "(", + "*", + ")", + "from", + "singer", + "group", + "by", + "country" + ], + "question": "How many singers are from each country?", + "question_toks": [ + "How", + "many", + "singers", + "are", + "from", + "each", + "country", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT song_name FROM singer WHERE age > (SELECT avg(age) FROM singer)", + "query_toks": [ + "SELECT", + "song_name", + "FROM", + "singer", + "WHERE", + "age", + ">", + "(", + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "singer", + ")" + ], + "query_toks_no_value": [ + "select", + "song_name", + "from", + "singer", + "where", + "age", + ">", + "(", + "select", + "avg", + "(", + "age", + ")", + "from", + "singer", + ")" + ], + "question": "List all song names by singers above the average age.", + "question_toks": [ + "List", + "all", + "song", + "names", + "by", + "singers", + "above", + "the", + "average", + "age", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT song_name FROM singer WHERE age > (SELECT avg(age) FROM singer)", + "query_toks": [ + "SELECT", + "song_name", + "FROM", + "singer", + "WHERE", + "age", + ">", + "(", + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "singer", + ")" + ], + "query_toks_no_value": [ + "select", + "song_name", + "from", + "singer", + "where", + "age", + ">", + "(", + "select", + "avg", + "(", + "age", + ")", + "from", + "singer", + ")" + ], + "question": "What are all the song names by singers who are older than average?", + "question_toks": [ + "What", + "are", + "all", + "the", + "song", + "names", + "by", + "singers", + "who", + "are", + "older", + "than", + "average", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT LOCATION , name FROM stadium WHERE capacity BETWEEN 5000 AND 10000", + "query_toks": [ + "SELECT", + "LOCATION", + ",", + "name", + "FROM", + "stadium", + "WHERE", + "capacity", + "BETWEEN", + "5000", + "AND", + "10000" + ], + "query_toks_no_value": [ + "select", + "location", + ",", + "name", + "from", + "stadium", + "where", + "capacity", + "between", + "value", + "and", + "value" + ], + "question": "Show location and name for all stadiums with a capacity between 5000 and 10000.", + "question_toks": [ + "Show", + "location", + "and", + "name", + "for", + "all", + "stadiums", + "with", + "a", + "capacity", + "between", + "5000", + "and", + "10000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 5000.0, + 10000.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT LOCATION , name FROM stadium WHERE capacity BETWEEN 5000 AND 10000", + "query_toks": [ + "SELECT", + "LOCATION", + ",", + "name", + "FROM", + "stadium", + "WHERE", + "capacity", + "BETWEEN", + "5000", + "AND", + "10000" + ], + "query_toks_no_value": [ + "select", + "location", + ",", + "name", + "from", + "stadium", + "where", + "capacity", + "between", + "value", + "and", + "value" + ], + "question": "What are the locations and names of all stations with capacity between 5000 and 10000?", + "question_toks": [ + "What", + "are", + "the", + "locations", + "and", + "names", + "of", + "all", + "stations", + "with", + "capacity", + "between", + "5000", + "and", + "10000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 5000.0, + 10000.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "select max(capacity), average from stadium", + "query_toks": [ + "select", + "max", + "(", + "capacity", + ")", + ",", + "average", + "from", + "stadium" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "capacity", + ")", + ",", + "average", + "from", + "stadium" + ], + "question": "What is the maximum capacity and the average of all stadiums ?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "capacity", + "and", + "the", + "average", + "of", + "all", + "stadiums", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "select avg(capacity) , max(capacity) from stadium", + "query_toks": [ + "select", + "avg", + "(", + "capacity", + ")", + ",", + "max", + "(", + "capacity", + ")", + "from", + "stadium" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "capacity", + ")", + ",", + "max", + "(", + "capacity", + ")", + "from", + "stadium" + ], + "question": "What is the average and maximum capacities for all stadiums ?", + "question_toks": [ + "What", + "is", + "the", + "average", + "and", + "maximum", + "capacities", + "for", + "all", + "stadiums", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT name , capacity FROM stadium ORDER BY average DESC LIMIT 1", + "query_toks": [ + "SELECT", + "name", + ",", + "capacity", + "FROM", + "stadium", + "ORDER", + "BY", + "average", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "capacity", + "from", + "stadium", + "order", + "by", + "average", + "desc", + "limit", + "value" + ], + "question": "What is the name and capacity for the stadium with highest average attendance?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "capacity", + "for", + "the", + "stadium", + "with", + "highest", + "average", + "attendance", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT name , capacity FROM stadium ORDER BY average DESC LIMIT 1", + "query_toks": [ + "SELECT", + "name", + ",", + "capacity", + "FROM", + "stadium", + "ORDER", + "BY", + "average", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "capacity", + "from", + "stadium", + "order", + "by", + "average", + "desc", + "limit", + "value" + ], + "question": "What is the name and capacity for the stadium with the highest average attendance?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "capacity", + "for", + "the", + "stadium", + "with", + "the", + "highest", + "average", + "attendance", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT count(*) FROM concert WHERE YEAR = 2014 OR YEAR = 2015", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "concert", + "WHERE", + "YEAR", + "=", + "2014", + "OR", + "YEAR", + "=", + "2015" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "concert", + "where", + "year", + "=", + "value", + "or", + "year", + "=", + "value" + ], + "question": "How many concerts are there in year 2014 or 2015?", + "question_toks": [ + "How", + "many", + "concerts", + "are", + "there", + "in", + "year", + "2014", + "or", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 2014.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT count(*) FROM concert WHERE YEAR = 2014 OR YEAR = 2015", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "concert", + "WHERE", + "YEAR", + "=", + "2014", + "OR", + "YEAR", + "=", + "2015" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "concert", + "where", + "year", + "=", + "value", + "or", + "year", + "=", + "value" + ], + "question": "How many concerts occurred in 2014 or 2015?", + "question_toks": [ + "How", + "many", + "concerts", + "occurred", + "in", + "2014", + "or", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 2014.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT T2.name , count(*) FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id GROUP BY T1.stadium_id", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "concert", + "AS", + "T1", + "JOIN", + "stadium", + "AS", + "T2", + "ON", + "T1.stadium_id", + "=", + "T2.stadium_id", + "GROUP", + "BY", + "T1.stadium_id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "concert", + "as", + "t1", + "join", + "stadium", + "as", + "t2", + "on", + "t1", + ".", + "stadium_id", + "=", + "t2", + ".", + "stadium_id", + "group", + "by", + "t1", + ".", + "stadium_id" + ], + "question": "Show the stadium name and the number of concerts in each stadium.", + "question_toks": [ + "Show", + "the", + "stadium", + "name", + "and", + "the", + "number", + "of", + "concerts", + "in", + "each", + "stadium", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT T2.name , count(*) FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id GROUP BY T1.stadium_id", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "concert", + "AS", + "T1", + "JOIN", + "stadium", + "AS", + "T2", + "ON", + "T1.stadium_id", + "=", + "T2.stadium_id", + "GROUP", + "BY", + "T1.stadium_id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "concert", + "as", + "t1", + "join", + "stadium", + "as", + "t2", + "on", + "t1", + ".", + "stadium_id", + "=", + "t2", + ".", + "stadium_id", + "group", + "by", + "t1", + ".", + "stadium_id" + ], + "question": "For each stadium, how many concerts play there?", + "question_toks": [ + "For", + "each", + "stadium", + ",", + "how", + "many", + "concerts", + "play", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT T2.name , T2.capacity FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id WHERE T1.year >= 2014 GROUP BY T2.stadium_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "T2.capacity", + "FROM", + "concert", + "AS", + "T1", + "JOIN", + "stadium", + "AS", + "T2", + "ON", + "T1.stadium_id", + "=", + "T2.stadium_id", + "WHERE", + "T1.year", + ">", + "=", + "2014", + "GROUP", + "BY", + "T2.stadium_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t2", + ".", + "capacity", + "from", + "concert", + "as", + "t1", + "join", + "stadium", + "as", + "t2", + "on", + "t1", + ".", + "stadium_id", + "=", + "t2", + ".", + "stadium_id", + "where", + "t1", + ".", + "year", + ">", + "=", + "value", + "group", + "by", + "t2", + ".", + "stadium_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Show the stadium name and capacity with most number of concerts in year 2014 or after.", + "question_toks": [ + "Show", + "the", + "stadium", + "name", + "and", + "capacity", + "with", + "most", + "number", + "of", + "concerts", + "in", + "year", + "2014", + "or", + "after", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 5, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "select t2.name , t2.capacity from concert as t1 join stadium as t2 on t1.stadium_id = t2.stadium_id where t1.year > 2013 group by t2.stadium_id order by count(*) desc limit 1", + "query_toks": [ + "select", + "t2.name", + ",", + "t2.capacity", + "from", + "concert", + "as", + "t1", + "join", + "stadium", + "as", + "t2", + "on", + "t1.stadium_id", + "=", + "t2.stadium_id", + "where", + "t1.year", + ">", + "2013", + "group", + "by", + "t2.stadium_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t2", + ".", + "capacity", + "from", + "concert", + "as", + "t1", + "join", + "stadium", + "as", + "t2", + "on", + "t1", + ".", + "stadium_id", + "=", + "t2", + ".", + "stadium_id", + "where", + "t1", + ".", + "year", + ">", + "value", + "group", + "by", + "t2", + ".", + "stadium_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name and capacity of the stadium with the most concerts after 2013 ?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "capacity", + "of", + "the", + "stadium", + "with", + "the", + "most", + "concerts", + "after", + "2013", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 2013.0, + null + ] + ], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT YEAR FROM concert GROUP BY YEAR ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "YEAR", + "FROM", + "concert", + "GROUP", + "BY", + "YEAR", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "year", + "from", + "concert", + "group", + "by", + "year", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which year has most number of concerts?", + "question_toks": [ + "Which", + "year", + "has", + "most", + "number", + "of", + "concerts", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT YEAR FROM concert GROUP BY YEAR ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "YEAR", + "FROM", + "concert", + "GROUP", + "BY", + "YEAR", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "year", + "from", + "concert", + "group", + "by", + "year", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the year that had the most concerts?", + "question_toks": [ + "What", + "is", + "the", + "year", + "that", + "had", + "the", + "most", + "concerts", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT name FROM stadium WHERE stadium_id NOT IN (SELECT stadium_id FROM concert)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "stadium", + "WHERE", + "stadium_id", + "NOT", + "IN", + "(", + "SELECT", + "stadium_id", + "FROM", + "concert", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "stadium", + "where", + "stadium_id", + "not", + "in", + "(", + "select", + "stadium_id", + "from", + "concert", + ")" + ], + "question": "Show the stadium names without any concert.", + "question_toks": [ + "Show", + "the", + "stadium", + "names", + "without", + "any", + "concert", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT name FROM stadium WHERE stadium_id NOT IN (SELECT stadium_id FROM concert)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "stadium", + "WHERE", + "stadium_id", + "NOT", + "IN", + "(", + "SELECT", + "stadium_id", + "FROM", + "concert", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "stadium", + "where", + "stadium_id", + "not", + "in", + "(", + "select", + "stadium_id", + "from", + "concert", + ")" + ], + "question": "What are the names of the stadiums without any concerts?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "stadiums", + "without", + "any", + "concerts", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT country FROM singer WHERE age > 40 INTERSECT SELECT country FROM singer WHERE age < 30", + "query_toks": [ + "SELECT", + "country", + "FROM", + "singer", + "WHERE", + "age", + ">", + "40", + "INTERSECT", + "SELECT", + "country", + "FROM", + "singer", + "WHERE", + "age", + "<", + "30" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "singer", + "where", + "age", + ">", + "value", + "intersect", + "select", + "country", + "from", + "singer", + "where", + "age", + "<", + "value" + ], + "question": "Show countries where a singer above age 40 and a singer below 30 are from.", + "question_toks": [ + "Show", + "countries", + "where", + "a", + "singer", + "above", + "age", + "40", + "and", + "a", + "singer", + "below", + "30", + "are", + "from", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 40.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT name FROM stadium EXCEPT SELECT T2.name FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id WHERE T1.year = 2014", + "query_toks": [ + "SELECT", + "name", + "FROM", + "stadium", + "EXCEPT", + "SELECT", + "T2.name", + "FROM", + "concert", + "AS", + "T1", + "JOIN", + "stadium", + "AS", + "T2", + "ON", + "T1.stadium_id", + "=", + "T2.stadium_id", + "WHERE", + "T1.year", + "=", + "2014" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "stadium", + "except", + "select", + "t2", + ".", + "name", + "from", + "concert", + "as", + "t1", + "join", + "stadium", + "as", + "t2", + "on", + "t1", + ".", + "stadium_id", + "=", + "t2", + ".", + "stadium_id", + "where", + "t1", + ".", + "year", + "=", + "value" + ], + "question": "Show names for all stadiums except for stadiums having a concert in year 2014.", + "question_toks": [ + "Show", + "names", + "for", + "all", + "stadiums", + "except", + "for", + "stadiums", + "having", + "a", + "concert", + "in", + "year", + "2014", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "concert_singer", + "query": "SELECT name FROM stadium EXCEPT SELECT T2.name FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id WHERE T1.year = 2014", + "query_toks": [ + "SELECT", + "name", + "FROM", + "stadium", + "EXCEPT", + "SELECT", + "T2.name", + "FROM", + "concert", + "AS", + "T1", + "JOIN", + "stadium", + "AS", + "T2", + "ON", + "T1.stadium_id", + "=", + "T2.stadium_id", + "WHERE", + "T1.year", + "=", + "2014" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "stadium", + "except", + "select", + "t2", + ".", + "name", + "from", + "concert", + "as", + "t1", + "join", + "stadium", + "as", + "t2", + "on", + "t1", + ".", + "stadium_id", + "=", + "t2", + ".", + "stadium_id", + "where", + "t1", + ".", + "year", + "=", + "value" + ], + "question": "What are the names of all stadiums that did not have a concert in 2014?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "stadiums", + "that", + "did", + "not", + "have", + "a", + "concert", + "in", + "2014", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "concert_singer", + "query": "SELECT T2.concert_name , T2.theme , count(*) FROM singer_in_concert AS T1 JOIN concert AS T2 ON T1.concert_id = T2.concert_id GROUP BY T2.concert_id", + "query_toks": [ + "SELECT", + "T2.concert_name", + ",", + "T2.theme", + ",", + "count", + "(", + "*", + ")", + "FROM", + "singer_in_concert", + "AS", + "T1", + "JOIN", + "concert", + "AS", + "T2", + "ON", + "T1.concert_id", + "=", + "T2.concert_id", + "GROUP", + "BY", + "T2.concert_id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "concert_name", + ",", + "t2", + ".", + "theme", + ",", + "count", + "(", + "*", + ")", + "from", + "singer_in_concert", + "as", + "t1", + "join", + "concert", + "as", + "t2", + "on", + "t1", + ".", + "concert_id", + "=", + "t2", + ".", + "concert_id", + "group", + "by", + "t2", + ".", + "concert_id" + ], + "question": "Show the name and theme for all concerts and the number of singers in each concert.", + "question_toks": [ + "Show", + "the", + "name", + "and", + "theme", + "for", + "all", + "concerts", + "and", + "the", + "number", + "of", + "singers", + "in", + "each", + "concert", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "select t2.concert_name , t2.theme , count(*) from singer_in_concert as t1 join concert as t2 on t1.concert_id = t2.concert_id group by t2.concert_id", + "query_toks": [ + "select", + "t2.concert_name", + ",", + "t2.theme", + ",", + "count", + "(", + "*", + ")", + "from", + "singer_in_concert", + "as", + "t1", + "join", + "concert", + "as", + "t2", + "on", + "t1.concert_id", + "=", + "t2.concert_id", + "group", + "by", + "t2.concert_id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "concert_name", + ",", + "t2", + ".", + "theme", + ",", + "count", + "(", + "*", + ")", + "from", + "singer_in_concert", + "as", + "t1", + "join", + "concert", + "as", + "t2", + "on", + "t1", + ".", + "concert_id", + "=", + "t2", + ".", + "concert_id", + "group", + "by", + "t2", + ".", + "concert_id" + ], + "question": "What are the names , themes , and number of singers for every concert ?", + "question_toks": [ + "What", + "are", + "the", + "names", + ",", + "themes", + ",", + "and", + "number", + "of", + "singers", + "for", + "every", + "concert", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT T2.name , count(*) FROM singer_in_concert AS T1 JOIN singer AS T2 ON T1.singer_id = T2.singer_id GROUP BY T2.singer_id", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "singer_in_concert", + "AS", + "T1", + "JOIN", + "singer", + "AS", + "T2", + "ON", + "T1.singer_id", + "=", + "T2.singer_id", + "GROUP", + "BY", + "T2.singer_id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "singer_in_concert", + "as", + "t1", + "join", + "singer", + "as", + "t2", + "on", + "t1", + ".", + "singer_id", + "=", + "t2", + ".", + "singer_id", + "group", + "by", + "t2", + ".", + "singer_id" + ], + "question": "List singer names and number of concerts for each singer.", + "question_toks": [ + "List", + "singer", + "names", + "and", + "number", + "of", + "concerts", + "for", + "each", + "singer", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT T2.name , count(*) FROM singer_in_concert AS T1 JOIN singer AS T2 ON T1.singer_id = T2.singer_id GROUP BY T2.singer_id", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "singer_in_concert", + "AS", + "T1", + "JOIN", + "singer", + "AS", + "T2", + "ON", + "T1.singer_id", + "=", + "T2.singer_id", + "GROUP", + "BY", + "T2.singer_id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "singer_in_concert", + "as", + "t1", + "join", + "singer", + "as", + "t2", + "on", + "t1", + ".", + "singer_id", + "=", + "t2", + ".", + "singer_id", + "group", + "by", + "t2", + ".", + "singer_id" + ], + "question": "What are the names of the singers and number of concerts for each person?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "singers", + "and", + "number", + "of", + "concerts", + "for", + "each", + "person", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT T2.name FROM singer_in_concert AS T1 JOIN singer AS T2 ON T1.singer_id = T2.singer_id JOIN concert AS T3 ON T1.concert_id = T3.concert_id WHERE T3.year = 2014", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "singer_in_concert", + "AS", + "T1", + "JOIN", + "singer", + "AS", + "T2", + "ON", + "T1.singer_id", + "=", + "T2.singer_id", + "JOIN", + "concert", + "AS", + "T3", + "ON", + "T1.concert_id", + "=", + "T3.concert_id", + "WHERE", + "T3.year", + "=", + "2014" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "singer_in_concert", + "as", + "t1", + "join", + "singer", + "as", + "t2", + "on", + "t1", + ".", + "singer_id", + "=", + "t2", + ".", + "singer_id", + "join", + "concert", + "as", + "t3", + "on", + "t1", + ".", + "concert_id", + "=", + "t3", + ".", + "concert_id", + "where", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "List all singer names in concerts in year 2014.", + "question_toks": [ + "List", + "all", + "singer", + "names", + "in", + "concerts", + "in", + "year", + "2014", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT T2.name FROM singer_in_concert AS T1 JOIN singer AS T2 ON T1.singer_id = T2.singer_id JOIN concert AS T3 ON T1.concert_id = T3.concert_id WHERE T3.year = 2014", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "singer_in_concert", + "AS", + "T1", + "JOIN", + "singer", + "AS", + "T2", + "ON", + "T1.singer_id", + "=", + "T2.singer_id", + "JOIN", + "concert", + "AS", + "T3", + "ON", + "T1.concert_id", + "=", + "T3.concert_id", + "WHERE", + "T3.year", + "=", + "2014" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "singer_in_concert", + "as", + "t1", + "join", + "singer", + "as", + "t2", + "on", + "t1", + ".", + "singer_id", + "=", + "t2", + ".", + "singer_id", + "join", + "concert", + "as", + "t3", + "on", + "t1", + ".", + "concert_id", + "=", + "t3", + ".", + "concert_id", + "where", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "What are the names of the singers who performed in a concert in 2014?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "singers", + "who", + "performed", + "in", + "a", + "concert", + "in", + "2014", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT name , country FROM singer WHERE song_name LIKE '%Hey%'", + "query_toks": [ + "SELECT", + "name", + ",", + "country", + "FROM", + "singer", + "WHERE", + "song_name", + "LIKE", + "'", + "%", + "Hey", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "country", + "from", + "singer", + "where", + "song_name", + "like", + "value" + ], + "question": "what is the name and nation of the singer who have a song having 'Hey' in its name?", + "question_toks": [ + "what", + "is", + "the", + "name", + "and", + "nation", + "of", + "the", + "singer", + "who", + "have", + "a", + "song", + "having", + "'Hey", + "'", + "in", + "its", + "name", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"%Hey%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT name , country FROM singer WHERE song_name LIKE '%Hey%'", + "query_toks": [ + "SELECT", + "name", + ",", + "country", + "FROM", + "singer", + "WHERE", + "song_name", + "LIKE", + "'", + "%", + "Hey", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "country", + "from", + "singer", + "where", + "song_name", + "like", + "value" + ], + "question": "What is the name and country of origin of every singer who has a song with the word 'Hey' in its title?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "country", + "of", + "origin", + "of", + "every", + "singer", + "who", + "has", + "a", + "song", + "with", + "the", + "word", + "'Hey", + "'", + "in", + "its", + "title", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"%Hey%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT T2.name , T2.location FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id WHERE T1.Year = 2014 INTERSECT SELECT T2.name , T2.location FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id WHERE T1.Year = 2015", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "T2.location", + "FROM", + "concert", + "AS", + "T1", + "JOIN", + "stadium", + "AS", + "T2", + "ON", + "T1.stadium_id", + "=", + "T2.stadium_id", + "WHERE", + "T1.Year", + "=", + "2014", + "INTERSECT", + "SELECT", + "T2.name", + ",", + "T2.location", + "FROM", + "concert", + "AS", + "T1", + "JOIN", + "stadium", + "AS", + "T2", + "ON", + "T1.stadium_id", + "=", + "T2.stadium_id", + "WHERE", + "T1.Year", + "=", + "2015" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t2", + ".", + "location", + "from", + "concert", + "as", + "t1", + "join", + "stadium", + "as", + "t2", + "on", + "t1", + ".", + "stadium_id", + "=", + "t2", + ".", + "stadium_id", + "where", + "t1", + ".", + "year", + "=", + "value", + "intersect", + "select", + "t2", + ".", + "name", + ",", + "t2", + ".", + "location", + "from", + "concert", + "as", + "t1", + "join", + "stadium", + "as", + "t2", + "on", + "t1", + ".", + "stadium_id", + "=", + "t2", + ".", + "stadium_id", + "where", + "t1", + ".", + "year", + "=", + "value" + ], + "question": "Find the name and location of the stadiums which some concerts happened in the years of both 2014 and 2015.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "location", + "of", + "the", + "stadiums", + "which", + "some", + "concerts", + "happened", + "in", + "the", + "years", + "of", + "both", + "2014", + "and", + "2015", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "SELECT T2.name , T2.location FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id WHERE T1.Year = 2014 INTERSECT SELECT T2.name , T2.location FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id WHERE T1.Year = 2015", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "T2.location", + "FROM", + "concert", + "AS", + "T1", + "JOIN", + "stadium", + "AS", + "T2", + "ON", + "T1.stadium_id", + "=", + "T2.stadium_id", + "WHERE", + "T1.Year", + "=", + "2014", + "INTERSECT", + "SELECT", + "T2.name", + ",", + "T2.location", + "FROM", + "concert", + "AS", + "T1", + "JOIN", + "stadium", + "AS", + "T2", + "ON", + "T1.stadium_id", + "=", + "T2.stadium_id", + "WHERE", + "T1.Year", + "=", + "2015" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t2", + ".", + "location", + "from", + "concert", + "as", + "t1", + "join", + "stadium", + "as", + "t2", + "on", + "t1", + ".", + "stadium_id", + "=", + "t2", + ".", + "stadium_id", + "where", + "t1", + ".", + "year", + "=", + "value", + "intersect", + "select", + "t2", + ".", + "name", + ",", + "t2", + ".", + "location", + "from", + "concert", + "as", + "t1", + "join", + "stadium", + "as", + "t2", + "on", + "t1", + ".", + "stadium_id", + "=", + "t2", + ".", + "stadium_id", + "where", + "t1", + ".", + "year", + "=", + "value" + ], + "question": "What are the names and locations of the stadiums that had concerts that occurred in both 2014 and 2015?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "locations", + "of", + "the", + "stadiums", + "that", + "had", + "concerts", + "that", + "occurred", + "in", + "both", + "2014", + "and", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "select count(*) from concert where stadium_id = (select stadium_id from stadium order by capacity desc limit 1)", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "concert", + "where", + "stadium_id", + "=", + "(", + "select", + "stadium_id", + "from", + "stadium", + "order", + "by", + "capacity", + "desc", + "limit", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "concert", + "where", + "stadium_id", + "=", + "(", + "select", + "stadium_id", + "from", + "stadium", + "order", + "by", + "capacity", + "desc", + "limit", + "value", + ")" + ], + "question": "Find the number of concerts happened in the stadium with the highest capacity .", + "question_toks": [ + "Find", + "the", + "number", + "of", + "concerts", + "happened", + "in", + "the", + "stadium", + "with", + "the", + "highest", + "capacity", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "concert_singer", + "query": "select count(*) from concert where stadium_id = (select stadium_id from stadium order by capacity desc limit 1)", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "concert", + "where", + "stadium_id", + "=", + "(", + "select", + "stadium_id", + "from", + "stadium", + "order", + "by", + "capacity", + "desc", + "limit", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "concert", + "where", + "stadium_id", + "=", + "(", + "select", + "stadium_id", + "from", + "stadium", + "order", + "by", + "capacity", + "desc", + "limit", + "value", + ")" + ], + "question": "What are the number of concerts that occurred in the stadium with the largest capacity ?", + "question_toks": [ + "What", + "are", + "the", + "number", + "of", + "concerts", + "that", + "occurred", + "in", + "the", + "stadium", + "with", + "the", + "largest", + "capacity", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT count(*) FROM pets WHERE weight > 10", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "pets", + "WHERE", + "weight", + ">", + "10" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "pets", + "where", + "weight", + ">", + "value" + ], + "question": "Find the number of pets whose weight is heavier than 10.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "pets", + "whose", + "weight", + "is", + "heavier", + "than", + "10", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 10.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT count(*) FROM pets WHERE weight > 10", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "pets", + "WHERE", + "weight", + ">", + "10" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "pets", + "where", + "weight", + ">", + "value" + ], + "question": "How many pets have a greater weight than 10?", + "question_toks": [ + "How", + "many", + "pets", + "have", + "a", + "greater", + "weight", + "than", + "10", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 10.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT weight FROM pets ORDER BY pet_age LIMIT 1", + "query_toks": [ + "SELECT", + "weight", + "FROM", + "pets", + "ORDER", + "BY", + "pet_age", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "weight", + "from", + "pets", + "order", + "by", + "pet_age", + "limit", + "value" + ], + "question": "Find the weight of the youngest dog.", + "question_toks": [ + "Find", + "the", + "weight", + "of", + "the", + "youngest", + "dog", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT weight FROM pets ORDER BY pet_age LIMIT 1", + "query_toks": [ + "SELECT", + "weight", + "FROM", + "pets", + "ORDER", + "BY", + "pet_age", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "weight", + "from", + "pets", + "order", + "by", + "pet_age", + "limit", + "value" + ], + "question": "How much does the youngest dog weigh?", + "question_toks": [ + "How", + "much", + "does", + "the", + "youngest", + "dog", + "weigh", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT max(weight) , petType FROM pets GROUP BY petType", + "query_toks": [ + "SELECT", + "max", + "(", + "weight", + ")", + ",", + "petType", + "FROM", + "pets", + "GROUP", + "BY", + "petType" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "weight", + ")", + ",", + "pettype", + "from", + "pets", + "group", + "by", + "pettype" + ], + "question": "Find the maximum weight for each type of pet. List the maximum weight and pet type.", + "question_toks": [ + "Find", + "the", + "maximum", + "weight", + "for", + "each", + "type", + "of", + "pet", + ".", + "List", + "the", + "maximum", + "weight", + "and", + "pet", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT max(weight) , petType FROM pets GROUP BY petType", + "query_toks": [ + "SELECT", + "max", + "(", + "weight", + ")", + ",", + "petType", + "FROM", + "pets", + "GROUP", + "BY", + "petType" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "weight", + ")", + ",", + "pettype", + "from", + "pets", + "group", + "by", + "pettype" + ], + "question": "List the maximum weight and type for each type of pet.", + "question_toks": [ + "List", + "the", + "maximum", + "weight", + "and", + "type", + "for", + "each", + "type", + "of", + "pet", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT count(*) FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid WHERE T1.age > 20", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "student", + "AS", + "T1", + "JOIN", + "has_pet", + "AS", + "T2", + "ON", + "T1.stuid", + "=", + "T2.stuid", + "WHERE", + "T1.age", + ">", + "20" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "student", + "as", + "t1", + "join", + "has_pet", + "as", + "t2", + "on", + "t1", + ".", + "stuid", + "=", + "t2", + ".", + "stuid", + "where", + "t1", + ".", + "age", + ">", + "value" + ], + "question": "Find number of pets owned by students who are older than 20.", + "question_toks": [ + "Find", + "number", + "of", + "pets", + "owned", + "by", + "students", + "who", + "are", + "older", + "than", + "20", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT count(*) FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid WHERE T1.age > 20", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "student", + "AS", + "T1", + "JOIN", + "has_pet", + "AS", + "T2", + "ON", + "T1.stuid", + "=", + "T2.stuid", + "WHERE", + "T1.age", + ">", + "20" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "student", + "as", + "t1", + "join", + "has_pet", + "as", + "t2", + "on", + "t1", + ".", + "stuid", + "=", + "t2", + ".", + "stuid", + "where", + "t1", + ".", + "age", + ">", + "value" + ], + "question": "How many pets are owned by students that have an age greater than 20?", + "question_toks": [ + "How", + "many", + "pets", + "are", + "owned", + "by", + "students", + "that", + "have", + "an", + "age", + "greater", + "than", + "20", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT count(*) FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid JOIN pets AS T3 ON T2.petid = T3.petid WHERE T1.sex = 'F' AND T3.pettype = 'dog'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "student", + "AS", + "T1", + "JOIN", + "has_pet", + "AS", + "T2", + "ON", + "T1.stuid", + "=", + "T2.stuid", + "JOIN", + "pets", + "AS", + "T3", + "ON", + "T2.petid", + "=", + "T3.petid", + "WHERE", + "T1.sex", + "=", + "'F", + "'", + "AND", + "T3.pettype", + "=", + "'dog", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "student", + "as", + "t1", + "join", + "has_pet", + "as", + "t2", + "on", + "t1", + ".", + "stuid", + "=", + "t2", + ".", + "stuid", + "join", + "pets", + "as", + "t3", + "on", + "t2", + ".", + "petid", + "=", + "t3", + ".", + "petid", + "where", + "t1", + ".", + "sex", + "=", + "value", + "and", + "t3", + ".", + "pettype", + "=", + "value" + ], + "question": "Find the number of dog pets that are raised by female students (with sex F).", + "question_toks": [ + "Find", + "the", + "number", + "of", + "dog", + "pets", + "that", + "are", + "raised", + "by", + "female", + "students", + "(", + "with", + "sex", + "F", + ")", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"F\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"dog\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT count(*) FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid JOIN pets AS T3 ON T2.petid = T3.petid WHERE T1.sex = 'F' AND T3.pettype = 'dog'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "student", + "AS", + "T1", + "JOIN", + "has_pet", + "AS", + "T2", + "ON", + "T1.stuid", + "=", + "T2.stuid", + "JOIN", + "pets", + "AS", + "T3", + "ON", + "T2.petid", + "=", + "T3.petid", + "WHERE", + "T1.sex", + "=", + "'F", + "'", + "AND", + "T3.pettype", + "=", + "'dog", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "student", + "as", + "t1", + "join", + "has_pet", + "as", + "t2", + "on", + "t1", + ".", + "stuid", + "=", + "t2", + ".", + "stuid", + "join", + "pets", + "as", + "t3", + "on", + "t2", + ".", + "petid", + "=", + "t3", + ".", + "petid", + "where", + "t1", + ".", + "sex", + "=", + "value", + "and", + "t3", + ".", + "pettype", + "=", + "value" + ], + "question": "How many dog pets are raised by female students?", + "question_toks": [ + "How", + "many", + "dog", + "pets", + "are", + "raised", + "by", + "female", + "students", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"F\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"dog\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT count(DISTINCT pettype) FROM pets", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "pettype", + ")", + "FROM", + "pets" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "pettype", + ")", + "from", + "pets" + ], + "question": "Find the number of distinct type of pets.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "distinct", + "type", + "of", + "pets", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT count(DISTINCT pettype) FROM pets", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "pettype", + ")", + "FROM", + "pets" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "pettype", + ")", + "from", + "pets" + ], + "question": "How many different types of pet are there?", + "question_toks": [ + "How", + "many", + "different", + "types", + "of", + "pet", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "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'", + "query_toks": [ + "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", + "'" + ], + "query_toks_no_value": [ + "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", + "=", + "value", + "or", + "t3", + ".", + "pettype", + "=", + "value" + ], + "question": "Find the first name of students who have cat or dog pet.", + "question_toks": [ + "Find", + "the", + "first", + "name", + "of", + "students", + "who", + "have", + "cat", + "or", + "dog", + "pet", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"cat\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"dog\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "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'", + "query_toks": [ + "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", + "'" + ], + "query_toks_no_value": [ + "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", + "=", + "value", + "or", + "t3", + ".", + "pettype", + "=", + "value" + ], + "question": "What are the first names of every student who has a cat or dog as a pet?", + "question_toks": [ + "What", + "are", + "the", + "first", + "names", + "of", + "every", + "student", + "who", + "has", + "a", + "cat", + "or", + "dog", + "as", + "a", + "pet", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"cat\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"dog\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "select 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' intersect select 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 = 'dog'", + "query_toks": [ + "select", + "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\"", + "intersect", + "select", + "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", + "=", + "\"dog\"" + ], + "query_toks_no_value": [ + "select", + "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", + "=", + "value", + "intersect", + "select", + "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", + "=", + "value" + ], + "question": "Find the first name of students who have both cat and dog pets .", + "question_toks": [ + "Find", + "the", + "first", + "name", + "of", + "students", + "who", + "have", + "both", + "cat", + "and", + "dog", + "pets", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"cat\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"dog\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT 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' INTERSECT SELECT 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 = 'dog'", + "query_toks": [ + "SELECT", + "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", + "'", + "INTERSECT", + "SELECT", + "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", + "=", + "'dog", + "'" + ], + "query_toks_no_value": [ + "select", + "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", + "=", + "value", + "intersect", + "select", + "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", + "=", + "value" + ], + "question": "What are the students' first names who have both cats and dogs as pets?", + "question_toks": [ + "What", + "are", + "the", + "students", + "'", + "first", + "names", + "who", + "have", + "both", + "cats", + "and", + "dogs", + "as", + "pets", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"cat\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"dog\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT major , age FROM student WHERE stuid NOT IN (SELECT T1.stuid 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')", + "query_toks": [ + "SELECT", + "major", + ",", + "age", + "FROM", + "student", + "WHERE", + "stuid", + "NOT", + "IN", + "(", + "SELECT", + "T1.stuid", + "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", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "major", + ",", + "age", + "from", + "student", + "where", + "stuid", + "not", + "in", + "(", + "select", + "t1", + ".", + "stuid", + "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", + "=", + "value", + ")" + ], + "question": "Find the major and age of students who do not have a cat pet.", + "question_toks": [ + "Find", + "the", + "major", + "and", + "age", + "of", + "students", + "who", + "do", + "not", + "have", + "a", + "cat", + "pet", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"cat\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT major , age FROM student WHERE stuid NOT IN (SELECT T1.stuid 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')", + "query_toks": [ + "SELECT", + "major", + ",", + "age", + "FROM", + "student", + "WHERE", + "stuid", + "NOT", + "IN", + "(", + "SELECT", + "T1.stuid", + "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", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "major", + ",", + "age", + "from", + "student", + "where", + "stuid", + "not", + "in", + "(", + "select", + "t1", + ".", + "stuid", + "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", + "=", + "value", + ")" + ], + "question": "What major is every student who does not own a cat as a pet, and also how old are they?", + "question_toks": [ + "What", + "major", + "is", + "every", + "student", + "who", + "does", + "not", + "own", + "a", + "cat", + "as", + "a", + "pet", + ",", + "and", + "also", + "how", + "old", + "are", + "they", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"cat\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT stuid FROM student EXCEPT SELECT T1.stuid 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'", + "query_toks": [ + "SELECT", + "stuid", + "FROM", + "student", + "EXCEPT", + "SELECT", + "T1.stuid", + "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", + "'" + ], + "query_toks_no_value": [ + "select", + "stuid", + "from", + "student", + "except", + "select", + "t1", + ".", + "stuid", + "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", + "=", + "value" + ], + "question": "Find the id of students who do not have a cat pet.", + "question_toks": [ + "Find", + "the", + "id", + "of", + "students", + "who", + "do", + "not", + "have", + "a", + "cat", + "pet", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"cat\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "pets_1", + "query": "SELECT stuid FROM student EXCEPT SELECT T1.stuid 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'", + "query_toks": [ + "SELECT", + "stuid", + "FROM", + "student", + "EXCEPT", + "SELECT", + "T1.stuid", + "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", + "'" + ], + "query_toks_no_value": [ + "select", + "stuid", + "from", + "student", + "except", + "select", + "t1", + ".", + "stuid", + "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", + "=", + "value" + ], + "question": "What are the ids of the students who do not own cats as pets?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "the", + "students", + "who", + "do", + "not", + "own", + "cats", + "as", + "pets", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"cat\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "pets_1", + "query": "SELECT T1.fname , T1.age 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 = 'dog' AND T1.stuid NOT IN (SELECT T1.stuid 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')", + "query_toks": [ + "SELECT", + "T1.fname", + ",", + "T1.age", + "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", + "=", + "'dog", + "'", + "AND", + "T1.stuid", + "NOT", + "IN", + "(", + "SELECT", + "T1.stuid", + "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", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "fname", + ",", + "t1", + ".", + "age", + "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", + "=", + "value", + "and", + "t1", + ".", + "stuid", + "not", + "in", + "(", + "select", + "t1", + ".", + "stuid", + "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", + "=", + "value", + ")" + ], + "question": "Find the first name and age of students who have a dog but do not have a cat as a pet.", + "question_toks": [ + "Find", + "the", + "first", + "name", + "and", + "age", + "of", + "students", + "who", + "have", + "a", + "dog", + "but", + "do", + "not", + "have", + "a", + "cat", + "as", + "a", + "pet", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"dog\"", + null + ], + "and", + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"cat\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT T1.fname , T1.age 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 = 'dog' AND T1.stuid NOT IN (SELECT T1.stuid 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')", + "query_toks": [ + "SELECT", + "T1.fname", + ",", + "T1.age", + "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", + "=", + "'dog", + "'", + "AND", + "T1.stuid", + "NOT", + "IN", + "(", + "SELECT", + "T1.stuid", + "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", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "fname", + ",", + "t1", + ".", + "age", + "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", + "=", + "value", + "and", + "t1", + ".", + "stuid", + "not", + "in", + "(", + "select", + "t1", + ".", + "stuid", + "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", + "=", + "value", + ")" + ], + "question": "What is the first name of every student who has a dog but does not have a cat?", + "question_toks": [ + "What", + "is", + "the", + "first", + "name", + "of", + "every", + "student", + "who", + "has", + "a", + "dog", + "but", + "does", + "not", + "have", + "a", + "cat", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"dog\"", + null + ], + "and", + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"cat\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT pettype , weight FROM pets ORDER BY pet_age LIMIT 1", + "query_toks": [ + "SELECT", + "pettype", + ",", + "weight", + "FROM", + "pets", + "ORDER", + "BY", + "pet_age", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "pettype", + ",", + "weight", + "from", + "pets", + "order", + "by", + "pet_age", + "limit", + "value" + ], + "question": "Find the type and weight of the youngest pet.", + "question_toks": [ + "Find", + "the", + "type", + "and", + "weight", + "of", + "the", + "youngest", + "pet", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT pettype , weight FROM pets ORDER BY pet_age LIMIT 1", + "query_toks": [ + "SELECT", + "pettype", + ",", + "weight", + "FROM", + "pets", + "ORDER", + "BY", + "pet_age", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "pettype", + ",", + "weight", + "from", + "pets", + "order", + "by", + "pet_age", + "limit", + "value" + ], + "question": "What type of pet is the youngest animal, and how much does it weigh?", + "question_toks": [ + "What", + "type", + "of", + "pet", + "is", + "the", + "youngest", + "animal", + ",", + "and", + "how", + "much", + "does", + "it", + "weigh", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT petid , weight FROM pets WHERE pet_age > 1", + "query_toks": [ + "SELECT", + "petid", + ",", + "weight", + "FROM", + "pets", + "WHERE", + "pet_age", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "petid", + ",", + "weight", + "from", + "pets", + "where", + "pet_age", + ">", + "value" + ], + "question": "Find the id and weight of all pets whose age is older than 1.", + "question_toks": [ + "Find", + "the", + "id", + "and", + "weight", + "of", + "all", + "pets", + "whose", + "age", + "is", + "older", + "than", + "1", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT petid , weight FROM pets WHERE pet_age > 1", + "query_toks": [ + "SELECT", + "petid", + ",", + "weight", + "FROM", + "pets", + "WHERE", + "pet_age", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "petid", + ",", + "weight", + "from", + "pets", + "where", + "pet_age", + ">", + "value" + ], + "question": "What is the id and weight of every pet who is older than 1?", + "question_toks": [ + "What", + "is", + "the", + "id", + "and", + "weight", + "of", + "every", + "pet", + "who", + "is", + "older", + "than", + "1", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT avg(pet_age) , max(pet_age) , pettype FROM pets GROUP BY pettype", + "query_toks": [ + "SELECT", + "avg", + "(", + "pet_age", + ")", + ",", + "max", + "(", + "pet_age", + ")", + ",", + "pettype", + "FROM", + "pets", + "GROUP", + "BY", + "pettype" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "pet_age", + ")", + ",", + "max", + "(", + "pet_age", + ")", + ",", + "pettype", + "from", + "pets", + "group", + "by", + "pettype" + ], + "question": "Find the average and maximum age for each type of pet.", + "question_toks": [ + "Find", + "the", + "average", + "and", + "maximum", + "age", + "for", + "each", + "type", + "of", + "pet", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT avg(pet_age) , max(pet_age) , pettype FROM pets GROUP BY pettype", + "query_toks": [ + "SELECT", + "avg", + "(", + "pet_age", + ")", + ",", + "max", + "(", + "pet_age", + ")", + ",", + "pettype", + "FROM", + "pets", + "GROUP", + "BY", + "pettype" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "pet_age", + ")", + ",", + "max", + "(", + "pet_age", + ")", + ",", + "pettype", + "from", + "pets", + "group", + "by", + "pettype" + ], + "question": "What is the average and maximum age for each pet type?", + "question_toks": [ + "What", + "is", + "the", + "average", + "and", + "maximum", + "age", + "for", + "each", + "pet", + "type", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT avg(weight) , pettype FROM pets GROUP BY pettype", + "query_toks": [ + "SELECT", + "avg", + "(", + "weight", + ")", + ",", + "pettype", + "FROM", + "pets", + "GROUP", + "BY", + "pettype" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "weight", + ")", + ",", + "pettype", + "from", + "pets", + "group", + "by", + "pettype" + ], + "question": "Find the average weight for each pet type.", + "question_toks": [ + "Find", + "the", + "average", + "weight", + "for", + "each", + "pet", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT avg(weight) , pettype FROM pets GROUP BY pettype", + "query_toks": [ + "SELECT", + "avg", + "(", + "weight", + ")", + ",", + "pettype", + "FROM", + "pets", + "GROUP", + "BY", + "pettype" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "weight", + ")", + ",", + "pettype", + "from", + "pets", + "group", + "by", + "pettype" + ], + "question": "What is the average weight for each type of pet?", + "question_toks": [ + "What", + "is", + "the", + "average", + "weight", + "for", + "each", + "type", + "of", + "pet", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT DISTINCT T1.fname , T1.age FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.fname", + ",", + "T1.age", + "FROM", + "student", + "AS", + "T1", + "JOIN", + "has_pet", + "AS", + "T2", + "ON", + "T1.stuid", + "=", + "T2.stuid" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "fname", + ",", + "t1", + ".", + "age", + "from", + "student", + "as", + "t1", + "join", + "has_pet", + "as", + "t2", + "on", + "t1", + ".", + "stuid", + "=", + "t2", + ".", + "stuid" + ], + "question": "Find the first name and age of students who have a pet.", + "question_toks": [ + "Find", + "the", + "first", + "name", + "and", + "age", + "of", + "students", + "who", + "have", + "a", + "pet", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT DISTINCT T1.fname , T1.age FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.fname", + ",", + "T1.age", + "FROM", + "student", + "AS", + "T1", + "JOIN", + "has_pet", + "AS", + "T2", + "ON", + "T1.stuid", + "=", + "T2.stuid" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "fname", + ",", + "t1", + ".", + "age", + "from", + "student", + "as", + "t1", + "join", + "has_pet", + "as", + "t2", + "on", + "t1", + ".", + "stuid", + "=", + "t2", + ".", + "stuid" + ], + "question": "What are the different first names and ages of the students who do have pets?", + "question_toks": [ + "What", + "are", + "the", + "different", + "first", + "names", + "and", + "ages", + "of", + "the", + "students", + "who", + "do", + "have", + "pets", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT T2.petid FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid WHERE T1.Lname = 'Smith'", + "query_toks": [ + "SELECT", + "T2.petid", + "FROM", + "student", + "AS", + "T1", + "JOIN", + "has_pet", + "AS", + "T2", + "ON", + "T1.stuid", + "=", + "T2.stuid", + "WHERE", + "T1.Lname", + "=", + "'Smith", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "petid", + "from", + "student", + "as", + "t1", + "join", + "has_pet", + "as", + "t2", + "on", + "t1", + ".", + "stuid", + "=", + "t2", + ".", + "stuid", + "where", + "t1", + ".", + "lname", + "=", + "value" + ], + "question": "Find the id of the pet owned by student whose last name is \u2018Smith\u2019.", + "question_toks": [ + "Find", + "the", + "id", + "of", + "the", + "pet", + "owned", + "by", + "student", + "whose", + "last", + "name", + "is", + "\u2018Smith\u2019", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT T2.petid FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid WHERE T1.Lname = 'Smith'", + "query_toks": [ + "SELECT", + "T2.petid", + "FROM", + "student", + "AS", + "T1", + "JOIN", + "has_pet", + "AS", + "T2", + "ON", + "T1.stuid", + "=", + "T2.stuid", + "WHERE", + "T1.Lname", + "=", + "'Smith", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "petid", + "from", + "student", + "as", + "t1", + "join", + "has_pet", + "as", + "t2", + "on", + "t1", + ".", + "stuid", + "=", + "t2", + ".", + "stuid", + "where", + "t1", + ".", + "lname", + "=", + "value" + ], + "question": "What is the id of the pet owned by the student whose last name is 'Smith'?", + "question_toks": [ + "What", + "is", + "the", + "id", + "of", + "the", + "pet", + "owned", + "by", + "the", + "student", + "whose", + "last", + "name", + "is", + "'Smith", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT count(*) , T1.stuid FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid GROUP BY T1.stuid", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "T1.stuid", + "FROM", + "student", + "AS", + "T1", + "JOIN", + "has_pet", + "AS", + "T2", + "ON", + "T1.stuid", + "=", + "T2.stuid", + "GROUP", + "BY", + "T1.stuid" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "t1", + ".", + "stuid", + "from", + "student", + "as", + "t1", + "join", + "has_pet", + "as", + "t2", + "on", + "t1", + ".", + "stuid", + "=", + "t2", + ".", + "stuid", + "group", + "by", + "t1", + ".", + "stuid" + ], + "question": "Find the number of pets for each student who has any pet and student id.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "pets", + "for", + "each", + "student", + "who", + "has", + "any", + "pet", + "and", + "student", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "select count(*) , t1.stuid from student as t1 join has_pet as t2 on t1.stuid = t2.stuid group by t1.stuid", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + ",", + "t1.stuid", + "from", + "student", + "as", + "t1", + "join", + "has_pet", + "as", + "t2", + "on", + "t1.stuid", + "=", + "t2.stuid", + "group", + "by", + "t1.stuid" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "t1", + ".", + "stuid", + "from", + "student", + "as", + "t1", + "join", + "has_pet", + "as", + "t2", + "on", + "t1", + ".", + "stuid", + "=", + "t2", + ".", + "stuid", + "group", + "by", + "t1", + ".", + "stuid" + ], + "question": "For students who have pets , how many pets does each student have ? list their ids instead of names .", + "question_toks": [ + "For", + "students", + "who", + "have", + "pets", + ",", + "how", + "many", + "pets", + "does", + "each", + "student", + "have", + "?", + "list", + "their", + "ids", + "instead", + "of", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT T1.fname , T1.sex FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid GROUP BY T1.stuid HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "T1.fname", + ",", + "T1.sex", + "FROM", + "student", + "AS", + "T1", + "JOIN", + "has_pet", + "AS", + "T2", + "ON", + "T1.stuid", + "=", + "T2.stuid", + "GROUP", + "BY", + "T1.stuid", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "fname", + ",", + "t1", + ".", + "sex", + "from", + "student", + "as", + "t1", + "join", + "has_pet", + "as", + "t2", + "on", + "t1", + ".", + "stuid", + "=", + "t2", + ".", + "stuid", + "group", + "by", + "t1", + ".", + "stuid", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the first name and gender of student who have more than one pet.", + "question_toks": [ + "Find", + "the", + "first", + "name", + "and", + "gender", + "of", + "student", + "who", + "have", + "more", + "than", + "one", + "pet", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT T1.fname , T1.sex FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid GROUP BY T1.stuid HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "T1.fname", + ",", + "T1.sex", + "FROM", + "student", + "AS", + "T1", + "JOIN", + "has_pet", + "AS", + "T2", + "ON", + "T1.stuid", + "=", + "T2.stuid", + "GROUP", + "BY", + "T1.stuid", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "fname", + ",", + "t1", + ".", + "sex", + "from", + "student", + "as", + "t1", + "join", + "has_pet", + "as", + "t2", + "on", + "t1", + ".", + "stuid", + "=", + "t2", + ".", + "stuid", + "group", + "by", + "t1", + ".", + "stuid", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What is the first name and gender of the all the students who have more than one pet?", + "question_toks": [ + "What", + "is", + "the", + "first", + "name", + "and", + "gender", + "of", + "the", + "all", + "the", + "students", + "who", + "have", + "more", + "than", + "one", + "pet", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT T1.lname 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.pet_age = 3 AND T3.pettype = 'cat'", + "query_toks": [ + "SELECT", + "T1.lname", + "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.pet_age", + "=", + "3", + "AND", + "T3.pettype", + "=", + "'cat", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "lname", + "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", + ".", + "pet_age", + "=", + "value", + "and", + "t3", + ".", + "pettype", + "=", + "value" + ], + "question": "Find the last name of the student who has a cat that is age 3.", + "question_toks": [ + "Find", + "the", + "last", + "name", + "of", + "the", + "student", + "who", + "has", + "a", + "cat", + "that", + "is", + "age", + "3", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 3.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"cat\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "SELECT T1.lname 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.pet_age = 3 AND T3.pettype = 'cat'", + "query_toks": [ + "SELECT", + "T1.lname", + "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.pet_age", + "=", + "3", + "AND", + "T3.pettype", + "=", + "'cat", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "lname", + "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", + ".", + "pet_age", + "=", + "value", + "and", + "t3", + ".", + "pettype", + "=", + "value" + ], + "question": "What is the last name of the student who has a cat that is 3 years old?", + "question_toks": [ + "What", + "is", + "the", + "last", + "name", + "of", + "the", + "student", + "who", + "has", + "a", + "cat", + "that", + "is", + "3", + "years", + "old", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 3.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"cat\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "select avg(age) from student where stuid not in (select stuid from has_pet)", + "query_toks": [ + "select", + "avg", + "(", + "age", + ")", + "from", + "student", + "where", + "stuid", + "not", + "in", + "(", + "select", + "stuid", + "from", + "has_pet", + ")" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + "from", + "student", + "where", + "stuid", + "not", + "in", + "(", + "select", + "stuid", + "from", + "has_pet", + ")" + ], + "question": "Find the average age of students who do not have any pet .", + "question_toks": [ + "Find", + "the", + "average", + "age", + "of", + "students", + "who", + "do", + "not", + "have", + "any", + "pet", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pets_1", + "query": "select avg(age) from student where stuid not in (select stuid from has_pet)", + "query_toks": [ + "select", + "avg", + "(", + "age", + ")", + "from", + "student", + "where", + "stuid", + "not", + "in", + "(", + "select", + "stuid", + "from", + "has_pet", + ")" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + "from", + "student", + "where", + "stuid", + "not", + "in", + "(", + "select", + "stuid", + "from", + "has_pet", + ")" + ], + "question": "What is the average age for all students who do not own any pets ?", + "question_toks": [ + "What", + "is", + "the", + "average", + "age", + "for", + "all", + "students", + "who", + "do", + "not", + "own", + "any", + "pets", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM CONTINENTS;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "CONTINENTS", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "continents" + ], + "question": "How many continents are there?", + "question_toks": [ + "How", + "many", + "continents", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM CONTINENTS;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "CONTINENTS", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "continents" + ], + "question": "What is the number of continents?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "continents", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.ContId , T1.Continent , count(*) FROM CONTINENTS AS T1 JOIN COUNTRIES AS T2 ON T1.ContId = T2.Continent GROUP BY T1.ContId;", + "query_toks": [ + "SELECT", + "T1.ContId", + ",", + "T1.Continent", + ",", + "count", + "(", + "*", + ")", + "FROM", + "CONTINENTS", + "AS", + "T1", + "JOIN", + "COUNTRIES", + "AS", + "T2", + "ON", + "T1.ContId", + "=", + "T2.Continent", + "GROUP", + "BY", + "T1.ContId", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "contid", + ",", + "t1", + ".", + "continent", + ",", + "count", + "(", + "*", + ")", + "from", + "continents", + "as", + "t1", + "join", + "countries", + "as", + "t2", + "on", + "t1", + ".", + "contid", + "=", + "t2", + ".", + "continent", + "group", + "by", + "t1", + ".", + "contid" + ], + "question": "How many countries does each continent have? List the continent id, continent name and the number of countries.", + "question_toks": [ + "How", + "many", + "countries", + "does", + "each", + "continent", + "have", + "?", + "List", + "the", + "continent", + "id", + ",", + "continent", + "name", + "and", + "the", + "number", + "of", + "countries", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.ContId , T1.Continent , count(*) FROM CONTINENTS AS T1 JOIN COUNTRIES AS T2 ON T1.ContId = T2.Continent GROUP BY T1.ContId;", + "query_toks": [ + "SELECT", + "T1.ContId", + ",", + "T1.Continent", + ",", + "count", + "(", + "*", + ")", + "FROM", + "CONTINENTS", + "AS", + "T1", + "JOIN", + "COUNTRIES", + "AS", + "T2", + "ON", + "T1.ContId", + "=", + "T2.Continent", + "GROUP", + "BY", + "T1.ContId", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "contid", + ",", + "t1", + ".", + "continent", + ",", + "count", + "(", + "*", + ")", + "from", + "continents", + "as", + "t1", + "join", + "countries", + "as", + "t2", + "on", + "t1", + ".", + "contid", + "=", + "t2", + ".", + "continent", + "group", + "by", + "t1", + ".", + "contid" + ], + "question": "For each continent, list its id, name, and how many countries it has?", + "question_toks": [ + "For", + "each", + "continent", + ",", + "list", + "its", + "id", + ",", + "name", + ",", + "and", + "how", + "many", + "countries", + "it", + "has", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM COUNTRIES;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "COUNTRIES", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "countries" + ], + "question": "How many countries are listed?", + "question_toks": [ + "How", + "many", + "countries", + "are", + "listed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM COUNTRIES;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "COUNTRIES", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "countries" + ], + "question": "How many countries exist?", + "question_toks": [ + "How", + "many", + "countries", + "exist", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.FullName , T1.Id , count(*) FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker GROUP BY T1.Id;", + "query_toks": [ + "SELECT", + "T1.FullName", + ",", + "T1.Id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "CAR_MAKERS", + "AS", + "T1", + "JOIN", + "MODEL_LIST", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.Maker", + "GROUP", + "BY", + "T1.Id", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "fullname", + ",", + "t1", + ".", + "id", + ",", + "count", + "(", + "*", + ")", + "from", + "car_makers", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "maker", + "group", + "by", + "t1", + ".", + "id" + ], + "question": "How many models does each car maker produce? List maker full name, id and the number.", + "question_toks": [ + "How", + "many", + "models", + "does", + "each", + "car", + "maker", + "produce", + "?", + "List", + "maker", + "full", + "name", + ",", + "id", + "and", + "the", + "number", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.FullName , T1.Id , count(*) FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker GROUP BY T1.Id;", + "query_toks": [ + "SELECT", + "T1.FullName", + ",", + "T1.Id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "CAR_MAKERS", + "AS", + "T1", + "JOIN", + "MODEL_LIST", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.Maker", + "GROUP", + "BY", + "T1.Id", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "fullname", + ",", + "t1", + ".", + "id", + ",", + "count", + "(", + "*", + ")", + "from", + "car_makers", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "maker", + "group", + "by", + "t1", + ".", + "id" + ], + "question": "What is the full name of each car maker, along with its id and how many models it produces?", + "question_toks": [ + "What", + "is", + "the", + "full", + "name", + "of", + "each", + "car", + "maker", + ",", + "along", + "with", + "its", + "id", + "and", + "how", + "many", + "models", + "it", + "produces", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.Model FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id ORDER BY T2.horsepower ASC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.Model", + "FROM", + "CAR_NAMES", + "AS", + "T1", + "JOIN", + "CARS_DATA", + "AS", + "T2", + "ON", + "T1.MakeId", + "=", + "T2.Id", + "ORDER", + "BY", + "T2.horsepower", + "ASC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "model", + "from", + "car_names", + "as", + "t1", + "join", + "cars_data", + "as", + "t2", + "on", + "t1", + ".", + "makeid", + "=", + "t2", + ".", + "id", + "order", + "by", + "t2", + ".", + "horsepower", + "asc", + "limit", + "value" + ], + "question": "Which model of the car has the minimum horsepower?", + "question_toks": [ + "Which", + "model", + "of", + "the", + "car", + "has", + "the", + "minimum", + "horsepower", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.Model FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id ORDER BY T2.horsepower ASC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.Model", + "FROM", + "CAR_NAMES", + "AS", + "T1", + "JOIN", + "CARS_DATA", + "AS", + "T2", + "ON", + "T1.MakeId", + "=", + "T2.Id", + "ORDER", + "BY", + "T2.horsepower", + "ASC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "model", + "from", + "car_names", + "as", + "t1", + "join", + "cars_data", + "as", + "t2", + "on", + "t1", + ".", + "makeid", + "=", + "t2", + ".", + "id", + "order", + "by", + "t2", + ".", + "horsepower", + "asc", + "limit", + "value" + ], + "question": "What is the model of the car with the smallest amount of horsepower?", + "question_toks": [ + "What", + "is", + "the", + "model", + "of", + "the", + "car", + "with", + "the", + "smallest", + "amount", + "of", + "horsepower", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.model FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T2.Weight < (SELECT avg(Weight) FROM CARS_DATA)", + "query_toks": [ + "SELECT", + "T1.model", + "FROM", + "CAR_NAMES", + "AS", + "T1", + "JOIN", + "CARS_DATA", + "AS", + "T2", + "ON", + "T1.MakeId", + "=", + "T2.Id", + "WHERE", + "T2.Weight", + "<", + "(", + "SELECT", + "avg", + "(", + "Weight", + ")", + "FROM", + "CARS_DATA", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "model", + "from", + "car_names", + "as", + "t1", + "join", + "cars_data", + "as", + "t2", + "on", + "t1", + ".", + "makeid", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "weight", + "<", + "(", + "select", + "avg", + "(", + "weight", + ")", + "from", + "cars_data", + ")" + ], + "question": "Find the model of the car whose weight is below the average weight.", + "question_toks": [ + "Find", + "the", + "model", + "of", + "the", + "car", + "whose", + "weight", + "is", + "below", + "the", + "average", + "weight", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.model FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T2.Weight < (SELECT avg(Weight) FROM CARS_DATA)", + "query_toks": [ + "SELECT", + "T1.model", + "FROM", + "CAR_NAMES", + "AS", + "T1", + "JOIN", + "CARS_DATA", + "AS", + "T2", + "ON", + "T1.MakeId", + "=", + "T2.Id", + "WHERE", + "T2.Weight", + "<", + "(", + "SELECT", + "avg", + "(", + "Weight", + ")", + "FROM", + "CARS_DATA", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "model", + "from", + "car_names", + "as", + "t1", + "join", + "cars_data", + "as", + "t2", + "on", + "t1", + ".", + "makeid", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "weight", + "<", + "(", + "select", + "avg", + "(", + "weight", + ")", + "from", + "cars_data", + ")" + ], + "question": "What is the model for the car with a weight smaller than the average?", + "question_toks": [ + "What", + "is", + "the", + "model", + "for", + "the", + "car", + "with", + "a", + "weight", + "smaller", + "than", + "the", + "average", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT DISTINCT T1.Maker FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker JOIN CAR_NAMES AS T3 ON T2.model = T3.model JOIN CARS_DATA AS T4 ON T3.MakeId = T4.id WHERE T4.year = '1970';", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Maker", + "FROM", + "CAR_MAKERS", + "AS", + "T1", + "JOIN", + "MODEL_LIST", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.Maker", + "JOIN", + "CAR_NAMES", + "AS", + "T3", + "ON", + "T2.model", + "=", + "T3.model", + "JOIN", + "CARS_DATA", + "AS", + "T4", + "ON", + "T3.MakeId", + "=", + "T4.id", + "WHERE", + "T4.year", + "=", + "'1970", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "maker", + "from", + "car_makers", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "maker", + "join", + "car_names", + "as", + "t3", + "on", + "t2", + ".", + "model", + "=", + "t3", + ".", + "model", + "join", + "cars_data", + "as", + "t4", + "on", + "t3", + ".", + "makeid", + "=", + "t4", + ".", + "id", + "where", + "t4", + ".", + "year", + "=", + "value" + ], + "question": "Find the name of the makers that produced some cars in the year of 1970?", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "makers", + "that", + "produced", + "some", + "cars", + "in", + "the", + "year", + "of", + "1970", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + "\"1970\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT DISTINCT T1.Maker FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker JOIN CAR_NAMES AS T3 ON T2.model = T3.model JOIN CARS_DATA AS T4 ON T3.MakeId = T4.id WHERE T4.year = '1970';", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Maker", + "FROM", + "CAR_MAKERS", + "AS", + "T1", + "JOIN", + "MODEL_LIST", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.Maker", + "JOIN", + "CAR_NAMES", + "AS", + "T3", + "ON", + "T2.model", + "=", + "T3.model", + "JOIN", + "CARS_DATA", + "AS", + "T4", + "ON", + "T3.MakeId", + "=", + "T4.id", + "WHERE", + "T4.year", + "=", + "'1970", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "maker", + "from", + "car_makers", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "maker", + "join", + "car_names", + "as", + "t3", + "on", + "t2", + ".", + "model", + "=", + "t3", + ".", + "model", + "join", + "cars_data", + "as", + "t4", + "on", + "t3", + ".", + "makeid", + "=", + "t4", + ".", + "id", + "where", + "t4", + ".", + "year", + "=", + "value" + ], + "question": "What is the name of the different car makers who produced a car in 1970?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "different", + "car", + "makers", + "who", + "produced", + "a", + "car", + "in", + "1970", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + "\"1970\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T2.Make , T1.Year FROM CARS_DATA AS T1 JOIN CAR_NAMES AS T2 ON T1.Id = T2.MakeId WHERE T1.Year = (SELECT min(YEAR) FROM CARS_DATA);", + "query_toks": [ + "SELECT", + "T2.Make", + ",", + "T1.Year", + "FROM", + "CARS_DATA", + "AS", + "T1", + "JOIN", + "CAR_NAMES", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.MakeId", + "WHERE", + "T1.Year", + "=", + "(", + "SELECT", + "min", + "(", + "YEAR", + ")", + "FROM", + "CARS_DATA", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "make", + ",", + "t1", + ".", + "year", + "from", + "cars_data", + "as", + "t1", + "join", + "car_names", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "makeid", + "where", + "t1", + ".", + "year", + "=", + "(", + "select", + "min", + "(", + "year", + ")", + "from", + "cars_data", + ")" + ], + "question": "Find the make and production time of the cars that were produced in the earliest year?", + "question_toks": [ + "Find", + "the", + "make", + "and", + "production", + "time", + "of", + "the", + "cars", + "that", + "were", + "produced", + "in", + "the", + "earliest", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T2.Make , T1.Year FROM CARS_DATA AS T1 JOIN CAR_NAMES AS T2 ON T1.Id = T2.MakeId WHERE T1.Year = (SELECT min(YEAR) FROM CARS_DATA);", + "query_toks": [ + "SELECT", + "T2.Make", + ",", + "T1.Year", + "FROM", + "CARS_DATA", + "AS", + "T1", + "JOIN", + "CAR_NAMES", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.MakeId", + "WHERE", + "T1.Year", + "=", + "(", + "SELECT", + "min", + "(", + "YEAR", + ")", + "FROM", + "CARS_DATA", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "make", + ",", + "t1", + ".", + "year", + "from", + "cars_data", + "as", + "t1", + "join", + "car_names", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "makeid", + "where", + "t1", + ".", + "year", + "=", + "(", + "select", + "min", + "(", + "year", + ")", + "from", + "cars_data", + ")" + ], + "question": "What is the maker of the carr produced in the earliest year and what year was it?", + "question_toks": [ + "What", + "is", + "the", + "maker", + "of", + "the", + "carr", + "produced", + "in", + "the", + "earliest", + "year", + "and", + "what", + "year", + "was", + "it", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT DISTINCT T1.model FROM MODEL_LIST AS T1 JOIN CAR_NAMES AS T2 ON T1.model = T2.model JOIN CARS_DATA AS T3 ON T2.MakeId = T3.id WHERE T3.year > 1980;", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.model", + "FROM", + "MODEL_LIST", + "AS", + "T1", + "JOIN", + "CAR_NAMES", + "AS", + "T2", + "ON", + "T1.model", + "=", + "T2.model", + "JOIN", + "CARS_DATA", + "AS", + "T3", + "ON", + "T2.MakeId", + "=", + "T3.id", + "WHERE", + "T3.year", + ">", + "1980", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "model", + "from", + "model_list", + "as", + "t1", + "join", + "car_names", + "as", + "t2", + "on", + "t1", + ".", + "model", + "=", + "t2", + ".", + "model", + "join", + "cars_data", + "as", + "t3", + "on", + "t2", + ".", + "makeid", + "=", + "t3", + ".", + "id", + "where", + "t3", + ".", + "year", + ">", + "value" + ], + "question": "Which distinct car models are the produced after 1980?", + "question_toks": [ + "Which", + "distinct", + "car", + "models", + "are", + "the", + "produced", + "after", + "1980", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + 1980.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT DISTINCT T1.model FROM MODEL_LIST AS T1 JOIN CAR_NAMES AS T2 ON T1.model = T2.model JOIN CARS_DATA AS T3 ON T2.MakeId = T3.id WHERE T3.year > 1980;", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.model", + "FROM", + "MODEL_LIST", + "AS", + "T1", + "JOIN", + "CAR_NAMES", + "AS", + "T2", + "ON", + "T1.model", + "=", + "T2.model", + "JOIN", + "CARS_DATA", + "AS", + "T3", + "ON", + "T2.MakeId", + "=", + "T3.id", + "WHERE", + "T3.year", + ">", + "1980", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "model", + "from", + "model_list", + "as", + "t1", + "join", + "car_names", + "as", + "t2", + "on", + "t1", + ".", + "model", + "=", + "t2", + ".", + "model", + "join", + "cars_data", + "as", + "t3", + "on", + "t2", + ".", + "makeid", + "=", + "t3", + ".", + "id", + "where", + "t3", + ".", + "year", + ">", + "value" + ], + "question": "What are the different models for the cards produced after 1980?", + "question_toks": [ + "What", + "are", + "the", + "different", + "models", + "for", + "the", + "cards", + "produced", + "after", + "1980", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + 1980.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.Continent , count(*) FROM CONTINENTS AS T1 JOIN COUNTRIES AS T2 ON T1.ContId = T2.continent JOIN car_makers AS T3 ON T2.CountryId = T3.Country GROUP BY T1.Continent;", + "query_toks": [ + "SELECT", + "T1.Continent", + ",", + "count", + "(", + "*", + ")", + "FROM", + "CONTINENTS", + "AS", + "T1", + "JOIN", + "COUNTRIES", + "AS", + "T2", + "ON", + "T1.ContId", + "=", + "T2.continent", + "JOIN", + "car_makers", + "AS", + "T3", + "ON", + "T2.CountryId", + "=", + "T3.Country", + "GROUP", + "BY", + "T1.Continent", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "continent", + ",", + "count", + "(", + "*", + ")", + "from", + "continents", + "as", + "t1", + "join", + "countries", + "as", + "t2", + "on", + "t1", + ".", + "contid", + "=", + "t2", + ".", + "continent", + "join", + "car_makers", + "as", + "t3", + "on", + "t2", + ".", + "countryid", + "=", + "t3", + ".", + "country", + "group", + "by", + "t1", + ".", + "continent" + ], + "question": "How many car makers are there in each continents? List the continent name and the count.", + "question_toks": [ + "How", + "many", + "car", + "makers", + "are", + "there", + "in", + "each", + "continents", + "?", + "List", + "the", + "continent", + "name", + "and", + "the", + "count", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.Continent , count(*) FROM CONTINENTS AS T1 JOIN COUNTRIES AS T2 ON T1.ContId = T2.continent JOIN car_makers AS T3 ON T2.CountryId = T3.Country GROUP BY T1.Continent;", + "query_toks": [ + "SELECT", + "T1.Continent", + ",", + "count", + "(", + "*", + ")", + "FROM", + "CONTINENTS", + "AS", + "T1", + "JOIN", + "COUNTRIES", + "AS", + "T2", + "ON", + "T1.ContId", + "=", + "T2.continent", + "JOIN", + "car_makers", + "AS", + "T3", + "ON", + "T2.CountryId", + "=", + "T3.Country", + "GROUP", + "BY", + "T1.Continent", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "continent", + ",", + "count", + "(", + "*", + ")", + "from", + "continents", + "as", + "t1", + "join", + "countries", + "as", + "t2", + "on", + "t1", + ".", + "contid", + "=", + "t2", + ".", + "continent", + "join", + "car_makers", + "as", + "t3", + "on", + "t2", + ".", + "countryid", + "=", + "t3", + ".", + "country", + "group", + "by", + "t1", + ".", + "continent" + ], + "question": "What is the name of each continent and how many car makers are there in each one?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "each", + "continent", + "and", + "how", + "many", + "car", + "makers", + "are", + "there", + "in", + "each", + "one", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T2.CountryName FROM CAR_MAKERS AS T1 JOIN COUNTRIES AS T2 ON T1.Country = T2.CountryId GROUP BY T1.Country ORDER BY Count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T2.CountryName", + "FROM", + "CAR_MAKERS", + "AS", + "T1", + "JOIN", + "COUNTRIES", + "AS", + "T2", + "ON", + "T1.Country", + "=", + "T2.CountryId", + "GROUP", + "BY", + "T1.Country", + "ORDER", + "BY", + "Count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "countryname", + "from", + "car_makers", + "as", + "t1", + "join", + "countries", + "as", + "t2", + "on", + "t1", + ".", + "country", + "=", + "t2", + ".", + "countryid", + "group", + "by", + "t1", + ".", + "country", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which of the countries has the most car makers? List the country name.", + "question_toks": [ + "Which", + "of", + "the", + "countries", + "has", + "the", + "most", + "car", + "makers", + "?", + "List", + "the", + "country", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T2.CountryName FROM CAR_MAKERS AS T1 JOIN COUNTRIES AS T2 ON T1.Country = T2.CountryId GROUP BY T1.Country ORDER BY Count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T2.CountryName", + "FROM", + "CAR_MAKERS", + "AS", + "T1", + "JOIN", + "COUNTRIES", + "AS", + "T2", + "ON", + "T1.Country", + "=", + "T2.CountryId", + "GROUP", + "BY", + "T1.Country", + "ORDER", + "BY", + "Count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "countryname", + "from", + "car_makers", + "as", + "t1", + "join", + "countries", + "as", + "t2", + "on", + "t1", + ".", + "country", + "=", + "t2", + ".", + "countryid", + "group", + "by", + "t1", + ".", + "country", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the country with the most car makers?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "country", + "with", + "the", + "most", + "car", + "makers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "select count(*) , t2.fullname from model_list as t1 join car_makers as t2 on t1.maker = t2.id group by t2.id;", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + ",", + "t2.fullname", + "from", + "model_list", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1.maker", + "=", + "t2.id", + "group", + "by", + "t2.id", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "t2", + ".", + "fullname", + "from", + "model_list", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1", + ".", + "maker", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id" + ], + "question": "How many car models are produced by each maker ? Only list the count and the maker full name .", + "question_toks": [ + "How", + "many", + "car", + "models", + "are", + "produced", + "by", + "each", + "maker", + "?", + "Only", + "list", + "the", + "count", + "and", + "the", + "maker", + "full", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT Count(*) , T2.FullName , T2.id FROM MODEL_LIST AS T1 JOIN CAR_MAKERS AS T2 ON T1.Maker = T2.Id GROUP BY T2.id;", + "query_toks": [ + "SELECT", + "Count", + "(", + "*", + ")", + ",", + "T2.FullName", + ",", + "T2.id", + "FROM", + "MODEL_LIST", + "AS", + "T1", + "JOIN", + "CAR_MAKERS", + "AS", + "T2", + "ON", + "T1.Maker", + "=", + "T2.Id", + "GROUP", + "BY", + "T2.id", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "t2", + ".", + "fullname", + ",", + "t2", + ".", + "id", + "from", + "model_list", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1", + ".", + "maker", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id" + ], + "question": "What is the number of car models that are produced by each maker and what is the id and full name of each maker?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "car", + "models", + "that", + "are", + "produced", + "by", + "each", + "maker", + "and", + "what", + "is", + "the", + "id", + "and", + "full", + "name", + "of", + "each", + "maker", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.Accelerate FROM CARS_DATA AS T1 JOIN CAR_NAMES AS T2 ON T1.Id = T2.MakeId WHERE T2.Make = 'amc hornet sportabout (sw)';", + "query_toks": [ + "SELECT", + "T1.Accelerate", + "FROM", + "CARS_DATA", + "AS", + "T1", + "JOIN", + "CAR_NAMES", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.MakeId", + "WHERE", + "T2.Make", + "=", + "'amc", + "hornet", + "sportabout", + "(", + "sw", + ")", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "accelerate", + "from", + "cars_data", + "as", + "t1", + "join", + "car_names", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "makeid", + "where", + "t2", + ".", + "make", + "=", + "value" + ], + "question": "What is the accelerate of the car make amc hornet sportabout (sw)?", + "question_toks": [ + "What", + "is", + "the", + "accelerate", + "of", + "the", + "car", + "make", + "amc", + "hornet", + "sportabout", + "(", + "sw", + ")", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"amc hornet sportabout (sw)\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.Accelerate FROM CARS_DATA AS T1 JOIN CAR_NAMES AS T2 ON T1.Id = T2.MakeId WHERE T2.Make = 'amc hornet sportabout (sw)';", + "query_toks": [ + "SELECT", + "T1.Accelerate", + "FROM", + "CARS_DATA", + "AS", + "T1", + "JOIN", + "CAR_NAMES", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.MakeId", + "WHERE", + "T2.Make", + "=", + "'amc", + "hornet", + "sportabout", + "(", + "sw", + ")", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "accelerate", + "from", + "cars_data", + "as", + "t1", + "join", + "car_names", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "makeid", + "where", + "t2", + ".", + "make", + "=", + "value" + ], + "question": "How much does the car accelerate that makes amc hornet sportabout (sw)?", + "question_toks": [ + "How", + "much", + "does", + "the", + "car", + "accelerate", + "that", + "makes", + "amc", + "hornet", + "sportabout", + "(", + "sw", + ")", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"amc hornet sportabout (sw)\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM CAR_MAKERS AS T1 JOIN COUNTRIES AS T2 ON T1.Country = T2.CountryId WHERE T2.CountryName = 'france';", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "CAR_MAKERS", + "AS", + "T1", + "JOIN", + "COUNTRIES", + "AS", + "T2", + "ON", + "T1.Country", + "=", + "T2.CountryId", + "WHERE", + "T2.CountryName", + "=", + "'france", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "car_makers", + "as", + "t1", + "join", + "countries", + "as", + "t2", + "on", + "t1", + ".", + "country", + "=", + "t2", + ".", + "countryid", + "where", + "t2", + ".", + "countryname", + "=", + "value" + ], + "question": "How many car makers are there in france?", + "question_toks": [ + "How", + "many", + "car", + "makers", + "are", + "there", + "in", + "france", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"france\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM CAR_MAKERS AS T1 JOIN COUNTRIES AS T2 ON T1.Country = T2.CountryId WHERE T2.CountryName = 'france';", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "CAR_MAKERS", + "AS", + "T1", + "JOIN", + "COUNTRIES", + "AS", + "T2", + "ON", + "T1.Country", + "=", + "T2.CountryId", + "WHERE", + "T2.CountryName", + "=", + "'france", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "car_makers", + "as", + "t1", + "join", + "countries", + "as", + "t2", + "on", + "t1", + ".", + "country", + "=", + "t2", + ".", + "countryid", + "where", + "t2", + ".", + "countryname", + "=", + "value" + ], + "question": "What is the number of makers of care in France?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "makers", + "of", + "care", + "in", + "France", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"france\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM MODEL_LIST AS T1 JOIN CAR_MAKERS AS T2 ON T1.Maker = T2.Id JOIN COUNTRIES AS T3 ON T2.Country = T3.CountryId WHERE T3.CountryName = 'usa';", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "MODEL_LIST", + "AS", + "T1", + "JOIN", + "CAR_MAKERS", + "AS", + "T2", + "ON", + "T1.Maker", + "=", + "T2.Id", + "JOIN", + "COUNTRIES", + "AS", + "T3", + "ON", + "T2.Country", + "=", + "T3.CountryId", + "WHERE", + "T3.CountryName", + "=", + "'usa", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "model_list", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1", + ".", + "maker", + "=", + "t2", + ".", + "id", + "join", + "countries", + "as", + "t3", + "on", + "t2", + ".", + "country", + "=", + "t3", + ".", + "countryid", + "where", + "t3", + ".", + "countryname", + "=", + "value" + ], + "question": "How many car models are produced in the usa?", + "question_toks": [ + "How", + "many", + "car", + "models", + "are", + "produced", + "in", + "the", + "usa", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"usa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM MODEL_LIST AS T1 JOIN CAR_MAKERS AS T2 ON T1.Maker = T2.Id JOIN COUNTRIES AS T3 ON T2.Country = T3.CountryId WHERE T3.CountryName = 'usa';", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "MODEL_LIST", + "AS", + "T1", + "JOIN", + "CAR_MAKERS", + "AS", + "T2", + "ON", + "T1.Maker", + "=", + "T2.Id", + "JOIN", + "COUNTRIES", + "AS", + "T3", + "ON", + "T2.Country", + "=", + "T3.CountryId", + "WHERE", + "T3.CountryName", + "=", + "'usa", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "model_list", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1", + ".", + "maker", + "=", + "t2", + ".", + "id", + "join", + "countries", + "as", + "t3", + "on", + "t2", + ".", + "country", + "=", + "t3", + ".", + "countryid", + "where", + "t3", + ".", + "countryname", + "=", + "value" + ], + "question": "What is the count of the car models produced in the United States?", + "question_toks": [ + "What", + "is", + "the", + "count", + "of", + "the", + "car", + "models", + "produced", + "in", + "the", + "United", + "States", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"usa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT avg(mpg) FROM CARS_DATA WHERE Cylinders = 4;", + "query_toks": [ + "SELECT", + "avg", + "(", + "mpg", + ")", + "FROM", + "CARS_DATA", + "WHERE", + "Cylinders", + "=", + "4", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "mpg", + ")", + "from", + "cars_data", + "where", + "cylinders", + "=", + "value" + ], + "question": "What is the average miles per gallon(mpg) of the cars with 4 cylinders?", + "question_toks": [ + "What", + "is", + "the", + "average", + "miles", + "per", + "gallon", + "(", + "mpg", + ")", + "of", + "the", + "cars", + "with", + "4", + "cylinders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 4.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT avg(mpg) FROM CARS_DATA WHERE Cylinders = 4;", + "query_toks": [ + "SELECT", + "avg", + "(", + "mpg", + ")", + "FROM", + "CARS_DATA", + "WHERE", + "Cylinders", + "=", + "4", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "mpg", + ")", + "from", + "cars_data", + "where", + "cylinders", + "=", + "value" + ], + "question": "What is the average miles per gallon of all the cards with 4 cylinders?", + "question_toks": [ + "What", + "is", + "the", + "average", + "miles", + "per", + "gallon", + "of", + "all", + "the", + "cards", + "with", + "4", + "cylinders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 4.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "select min(weight) from cars_data where cylinders = 8 and year = 1974", + "query_toks": [ + "select", + "min", + "(", + "weight", + ")", + "from", + "cars_data", + "where", + "cylinders", + "=", + "8", + "and", + "year", + "=", + "1974" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "weight", + ")", + "from", + "cars_data", + "where", + "cylinders", + "=", + "value", + "and", + "year", + "=", + "value" + ], + "question": "What is the smallest weight of the car produced with 8 cylinders on 1974 ?", + "question_toks": [ + "What", + "is", + "the", + "smallest", + "weight", + "of", + "the", + "car", + "produced", + "with", + "8", + "cylinders", + "on", + "1974", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 8.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + 1974.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "select min(weight) from cars_data where cylinders = 8 and year = 1974", + "query_toks": [ + "select", + "min", + "(", + "weight", + ")", + "from", + "cars_data", + "where", + "cylinders", + "=", + "8", + "and", + "year", + "=", + "1974" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "weight", + ")", + "from", + "cars_data", + "where", + "cylinders", + "=", + "value", + "and", + "year", + "=", + "value" + ], + "question": "What is the minimum weight of the car with 8 cylinders produced in 1974 ?", + "question_toks": [ + "What", + "is", + "the", + "minimum", + "weight", + "of", + "the", + "car", + "with", + "8", + "cylinders", + "produced", + "in", + "1974", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 8.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + 1974.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT Maker , Model FROM MODEL_LIST;", + "query_toks": [ + "SELECT", + "Maker", + ",", + "Model", + "FROM", + "MODEL_LIST", + ";" + ], + "query_toks_no_value": [ + "select", + "maker", + ",", + "model", + "from", + "model_list" + ], + "question": "What are all the makers and models?", + "question_toks": [ + "What", + "are", + "all", + "the", + "makers", + "and", + "models", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT Maker , Model FROM MODEL_LIST;", + "query_toks": [ + "SELECT", + "Maker", + ",", + "Model", + "FROM", + "MODEL_LIST", + ";" + ], + "query_toks_no_value": [ + "select", + "maker", + ",", + "model", + "from", + "model_list" + ], + "question": "What are the makers and models?", + "question_toks": [ + "What", + "are", + "the", + "makers", + "and", + "models", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.CountryName , T1.CountryId FROM COUNTRIES AS T1 JOIN CAR_MAKERS AS T2 ON T1.CountryId = T2.Country GROUP BY T1.CountryId HAVING count(*) >= 1;", + "query_toks": [ + "SELECT", + "T1.CountryName", + ",", + "T1.CountryId", + "FROM", + "COUNTRIES", + "AS", + "T1", + "JOIN", + "CAR_MAKERS", + "AS", + "T2", + "ON", + "T1.CountryId", + "=", + "T2.Country", + "GROUP", + "BY", + "T1.CountryId", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "countryname", + ",", + "t1", + ".", + "countryid", + "from", + "countries", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1", + ".", + "countryid", + "=", + "t2", + ".", + "country", + "group", + "by", + "t1", + ".", + "countryid", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the countries having at least one car maker? List name and id.", + "question_toks": [ + "What", + "are", + "the", + "countries", + "having", + "at", + "least", + "one", + "car", + "maker", + "?", + "List", + "name", + "and", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.CountryName , T1.CountryId FROM COUNTRIES AS T1 JOIN CAR_MAKERS AS T2 ON T1.CountryId = T2.Country GROUP BY T1.CountryId HAVING count(*) >= 1;", + "query_toks": [ + "SELECT", + "T1.CountryName", + ",", + "T1.CountryId", + "FROM", + "COUNTRIES", + "AS", + "T1", + "JOIN", + "CAR_MAKERS", + "AS", + "T2", + "ON", + "T1.CountryId", + "=", + "T2.Country", + "GROUP", + "BY", + "T1.CountryId", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "countryname", + ",", + "t1", + ".", + "countryid", + "from", + "countries", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1", + ".", + "countryid", + "=", + "t2", + ".", + "country", + "group", + "by", + "t1", + ".", + "countryid", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the names and ids of all countries with at least one car maker?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "ids", + "of", + "all", + "countries", + "with", + "at", + "least", + "one", + "car", + "maker", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM CARS_DATA WHERE horsepower > 150;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "CARS_DATA", + "WHERE", + "horsepower", + ">", + "150", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "cars_data", + "where", + "horsepower", + ">", + "value" + ], + "question": "What is the number of the cars with horsepower more than 150?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "the", + "cars", + "with", + "horsepower", + "more", + "than", + "150", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + 150.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM CARS_DATA WHERE horsepower > 150;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "CARS_DATA", + "WHERE", + "horsepower", + ">", + "150", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "cars_data", + "where", + "horsepower", + ">", + "value" + ], + "question": "What is the number of cars with a horsepower greater than 150?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "cars", + "with", + "a", + "horsepower", + "greater", + "than", + "150", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + 150.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT avg(Weight) , YEAR FROM CARS_DATA GROUP BY YEAR;", + "query_toks": [ + "SELECT", + "avg", + "(", + "Weight", + ")", + ",", + "YEAR", + "FROM", + "CARS_DATA", + "GROUP", + "BY", + "YEAR", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "weight", + ")", + ",", + "year", + "from", + "cars_data", + "group", + "by", + "year" + ], + "question": "What is the average weight of cars each year?", + "question_toks": [ + "What", + "is", + "the", + "average", + "weight", + "of", + "cars", + "each", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT avg(Weight) , YEAR FROM CARS_DATA GROUP BY YEAR;", + "query_toks": [ + "SELECT", + "avg", + "(", + "Weight", + ")", + ",", + "YEAR", + "FROM", + "CARS_DATA", + "GROUP", + "BY", + "YEAR", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "weight", + ")", + ",", + "year", + "from", + "cars_data", + "group", + "by", + "year" + ], + "question": "What is the average weight and year for each year?", + "question_toks": [ + "What", + "is", + "the", + "average", + "weight", + "and", + "year", + "for", + "each", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.CountryName FROM COUNTRIES AS T1 JOIN CONTINENTS AS T2 ON T1.Continent = T2.ContId JOIN CAR_MAKERS AS T3 ON T1.CountryId = T3.Country WHERE T2.Continent = 'europe' GROUP BY T1.CountryName HAVING count(*) >= 3;", + "query_toks": [ + "SELECT", + "T1.CountryName", + "FROM", + "COUNTRIES", + "AS", + "T1", + "JOIN", + "CONTINENTS", + "AS", + "T2", + "ON", + "T1.Continent", + "=", + "T2.ContId", + "JOIN", + "CAR_MAKERS", + "AS", + "T3", + "ON", + "T1.CountryId", + "=", + "T3.Country", + "WHERE", + "T2.Continent", + "=", + "'europe", + "'", + "GROUP", + "BY", + "T1.CountryName", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "3", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "countryname", + "from", + "countries", + "as", + "t1", + "join", + "continents", + "as", + "t2", + "on", + "t1", + ".", + "continent", + "=", + "t2", + ".", + "contid", + "join", + "car_makers", + "as", + "t3", + "on", + "t1", + ".", + "countryid", + "=", + "t3", + ".", + "country", + "where", + "t2", + ".", + "continent", + "=", + "value", + "group", + "by", + "t1", + ".", + "countryname", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Which countries in europe have at least 3 car manufacturers?", + "question_toks": [ + "Which", + "countries", + "in", + "europe", + "have", + "at", + "least", + "3", + "car", + "manufacturers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"europe\"", + null + ] + ], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.CountryName FROM COUNTRIES AS T1 JOIN CONTINENTS AS T2 ON T1.Continent = T2.ContId JOIN CAR_MAKERS AS T3 ON T1.CountryId = T3.Country WHERE T2.Continent = 'europe' GROUP BY T1.CountryName HAVING count(*) >= 3;", + "query_toks": [ + "SELECT", + "T1.CountryName", + "FROM", + "COUNTRIES", + "AS", + "T1", + "JOIN", + "CONTINENTS", + "AS", + "T2", + "ON", + "T1.Continent", + "=", + "T2.ContId", + "JOIN", + "CAR_MAKERS", + "AS", + "T3", + "ON", + "T1.CountryId", + "=", + "T3.Country", + "WHERE", + "T2.Continent", + "=", + "'europe", + "'", + "GROUP", + "BY", + "T1.CountryName", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "3", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "countryname", + "from", + "countries", + "as", + "t1", + "join", + "continents", + "as", + "t2", + "on", + "t1", + ".", + "continent", + "=", + "t2", + ".", + "contid", + "join", + "car_makers", + "as", + "t3", + "on", + "t1", + ".", + "countryid", + "=", + "t3", + ".", + "country", + "where", + "t2", + ".", + "continent", + "=", + "value", + "group", + "by", + "t1", + ".", + "countryname", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the names of all European countries with at least 3 manufacturers?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "European", + "countries", + "with", + "at", + "least", + "3", + "manufacturers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"europe\"", + null + ] + ], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T2.horsepower , T1.Make FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T2.cylinders = 3 ORDER BY T2.horsepower DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T2.horsepower", + ",", + "T1.Make", + "FROM", + "CAR_NAMES", + "AS", + "T1", + "JOIN", + "CARS_DATA", + "AS", + "T2", + "ON", + "T1.MakeId", + "=", + "T2.Id", + "WHERE", + "T2.cylinders", + "=", + "3", + "ORDER", + "BY", + "T2.horsepower", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "horsepower", + ",", + "t1", + ".", + "make", + "from", + "car_names", + "as", + "t1", + "join", + "cars_data", + "as", + "t2", + "on", + "t1", + ".", + "makeid", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "cylinders", + "=", + "value", + "order", + "by", + "t2", + ".", + "horsepower", + "desc", + "limit", + "value" + ], + "question": "What is the maximum horsepower and the make of the car models with 3 cylinders?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "horsepower", + "and", + "the", + "make", + "of", + "the", + "car", + "models", + "with", + "3", + "cylinders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 3.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T2.horsepower , T1.Make FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T2.cylinders = 3 ORDER BY T2.horsepower DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T2.horsepower", + ",", + "T1.Make", + "FROM", + "CAR_NAMES", + "AS", + "T1", + "JOIN", + "CARS_DATA", + "AS", + "T2", + "ON", + "T1.MakeId", + "=", + "T2.Id", + "WHERE", + "T2.cylinders", + "=", + "3", + "ORDER", + "BY", + "T2.horsepower", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "horsepower", + ",", + "t1", + ".", + "make", + "from", + "car_names", + "as", + "t1", + "join", + "cars_data", + "as", + "t2", + "on", + "t1", + ".", + "makeid", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "cylinders", + "=", + "value", + "order", + "by", + "t2", + ".", + "horsepower", + "desc", + "limit", + "value" + ], + "question": "What is the largest amount of horsepower for the models with 3 cylinders and what make is it?", + "question_toks": [ + "What", + "is", + "the", + "largest", + "amount", + "of", + "horsepower", + "for", + "the", + "models", + "with", + "3", + "cylinders", + "and", + "what", + "make", + "is", + "it", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 3.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.Model FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id ORDER BY T2.mpg DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.Model", + "FROM", + "CAR_NAMES", + "AS", + "T1", + "JOIN", + "CARS_DATA", + "AS", + "T2", + "ON", + "T1.MakeId", + "=", + "T2.Id", + "ORDER", + "BY", + "T2.mpg", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "model", + "from", + "car_names", + "as", + "t1", + "join", + "cars_data", + "as", + "t2", + "on", + "t1", + ".", + "makeid", + "=", + "t2", + ".", + "id", + "order", + "by", + "t2", + ".", + "mpg", + "desc", + "limit", + "value" + ], + "question": "Which model saves the most gasoline? That is to say, have the maximum miles per gallon.", + "question_toks": [ + "Which", + "model", + "saves", + "the", + "most", + "gasoline", + "?", + "That", + "is", + "to", + "say", + ",", + "have", + "the", + "maximum", + "miles", + "per", + "gallon", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "select t1.model from car_names as t1 join cars_data as t2 on t1.makeid = t2.id order by t2.mpg desc limit 1;", + "query_toks": [ + "select", + "t1.model", + "from", + "car_names", + "as", + "t1", + "join", + "cars_data", + "as", + "t2", + "on", + "t1.makeid", + "=", + "t2.id", + "order", + "by", + "t2.mpg", + "desc", + "limit", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "model", + "from", + "car_names", + "as", + "t1", + "join", + "cars_data", + "as", + "t2", + "on", + "t1", + ".", + "makeid", + "=", + "t2", + ".", + "id", + "order", + "by", + "t2", + ".", + "mpg", + "desc", + "limit", + "value" + ], + "question": "What is the car model with the highest mpg ?", + "question_toks": [ + "What", + "is", + "the", + "car", + "model", + "with", + "the", + "highest", + "mpg", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT avg(horsepower) FROM CARS_DATA WHERE YEAR < 1980;", + "query_toks": [ + "SELECT", + "avg", + "(", + "horsepower", + ")", + "FROM", + "CARS_DATA", + "WHERE", + "YEAR", + "<", + "1980", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "horsepower", + ")", + "from", + "cars_data", + "where", + "year", + "<", + "value" + ], + "question": "What is the average horsepower of the cars before 1980?", + "question_toks": [ + "What", + "is", + "the", + "average", + "horsepower", + "of", + "the", + "cars", + "before", + "1980", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + 1980.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "select avg(horsepower) from cars_data where year < 1980;", + "query_toks": [ + "select", + "avg", + "(", + "horsepower", + ")", + "from", + "cars_data", + "where", + "year", + "<", + "1980", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "horsepower", + ")", + "from", + "cars_data", + "where", + "year", + "<", + "value" + ], + "question": "What is the average horsepower for all cars produced before 1980 ?", + "question_toks": [ + "What", + "is", + "the", + "average", + "horsepower", + "for", + "all", + "cars", + "produced", + "before", + "1980", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + 1980.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT avg(T2.edispl) FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T1.Model = 'volvo';", + "query_toks": [ + "SELECT", + "avg", + "(", + "T2.edispl", + ")", + "FROM", + "CAR_NAMES", + "AS", + "T1", + "JOIN", + "CARS_DATA", + "AS", + "T2", + "ON", + "T1.MakeId", + "=", + "T2.Id", + "WHERE", + "T1.Model", + "=", + "'volvo", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t2", + ".", + "edispl", + ")", + "from", + "car_names", + "as", + "t1", + "join", + "cars_data", + "as", + "t2", + "on", + "t1", + ".", + "makeid", + "=", + "t2", + ".", + "id", + "where", + "t1", + ".", + "model", + "=", + "value" + ], + "question": "What is the average edispl of the cars of model volvo?", + "question_toks": [ + "What", + "is", + "the", + "average", + "edispl", + "of", + "the", + "cars", + "of", + "model", + "volvo", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"volvo\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT avg(T2.edispl) FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T1.Model = 'volvo';", + "query_toks": [ + "SELECT", + "avg", + "(", + "T2.edispl", + ")", + "FROM", + "CAR_NAMES", + "AS", + "T1", + "JOIN", + "CARS_DATA", + "AS", + "T2", + "ON", + "T1.MakeId", + "=", + "T2.Id", + "WHERE", + "T1.Model", + "=", + "'volvo", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t2", + ".", + "edispl", + ")", + "from", + "car_names", + "as", + "t1", + "join", + "cars_data", + "as", + "t2", + "on", + "t1", + ".", + "makeid", + "=", + "t2", + ".", + "id", + "where", + "t1", + ".", + "model", + "=", + "value" + ], + "question": "What is the average edispl for all volvos?", + "question_toks": [ + "What", + "is", + "the", + "average", + "edispl", + "for", + "all", + "volvos", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"volvo\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT max(Accelerate) , Cylinders FROM CARS_DATA GROUP BY Cylinders;", + "query_toks": [ + "SELECT", + "max", + "(", + "Accelerate", + ")", + ",", + "Cylinders", + "FROM", + "CARS_DATA", + "GROUP", + "BY", + "Cylinders", + ";" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "accelerate", + ")", + ",", + "cylinders", + "from", + "cars_data", + "group", + "by", + "cylinders" + ], + "question": "What is the maximum accelerate for different number of cylinders?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "accelerate", + "for", + "different", + "number", + "of", + "cylinders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT max(Accelerate) , Cylinders FROM CARS_DATA GROUP BY Cylinders;", + "query_toks": [ + "SELECT", + "max", + "(", + "Accelerate", + ")", + ",", + "Cylinders", + "FROM", + "CARS_DATA", + "GROUP", + "BY", + "Cylinders", + ";" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "accelerate", + ")", + ",", + "cylinders", + "from", + "cars_data", + "group", + "by", + "cylinders" + ], + "question": "What is the maximum accelerate for all the different cylinders?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "accelerate", + "for", + "all", + "the", + "different", + "cylinders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT Model FROM CAR_NAMES GROUP BY Model ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "Model", + "FROM", + "CAR_NAMES", + "GROUP", + "BY", + "Model", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "model", + "from", + "car_names", + "group", + "by", + "model", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which model has the most version(make) of cars?", + "question_toks": [ + "Which", + "model", + "has", + "the", + "most", + "version", + "(", + "make", + ")", + "of", + "cars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT Model FROM CAR_NAMES GROUP BY Model ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "Model", + "FROM", + "CAR_NAMES", + "GROUP", + "BY", + "Model", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "model", + "from", + "car_names", + "group", + "by", + "model", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What model has the most different versions?", + "question_toks": [ + "What", + "model", + "has", + "the", + "most", + "different", + "versions", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM CARS_DATA WHERE Cylinders > 4;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "CARS_DATA", + "WHERE", + "Cylinders", + ">", + "4", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "cars_data", + "where", + "cylinders", + ">", + "value" + ], + "question": "How many cars have more than 4 cylinders?", + "question_toks": [ + "How", + "many", + "cars", + "have", + "more", + "than", + "4", + "cylinders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 4.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM CARS_DATA WHERE Cylinders > 4;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "CARS_DATA", + "WHERE", + "Cylinders", + ">", + "4", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "cars_data", + "where", + "cylinders", + ">", + "value" + ], + "question": "What is the number of cars with more than 4 cylinders?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "cars", + "with", + "more", + "than", + "4", + "cylinders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 4.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM CARS_DATA WHERE YEAR = 1980;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "CARS_DATA", + "WHERE", + "YEAR", + "=", + "1980", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "cars_data", + "where", + "year", + "=", + "value" + ], + "question": "how many cars were produced in 1980?", + "question_toks": [ + "how", + "many", + "cars", + "were", + "produced", + "in", + "1980", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + 1980.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM CARS_DATA WHERE YEAR = 1980;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "CARS_DATA", + "WHERE", + "YEAR", + "=", + "1980", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "cars_data", + "where", + "year", + "=", + "value" + ], + "question": "In 1980, how many cars were made?", + "question_toks": [ + "In", + "1980", + ",", + "how", + "many", + "cars", + "were", + "made", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + 1980.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker WHERE T1.FullName = 'American Motor Company';", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "CAR_MAKERS", + "AS", + "T1", + "JOIN", + "MODEL_LIST", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.Maker", + "WHERE", + "T1.FullName", + "=", + "'American", + "Motor", + "Company", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "car_makers", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "maker", + "where", + "t1", + ".", + "fullname", + "=", + "value" + ], + "question": "How many car models were produced by the maker with full name American Motor Company?", + "question_toks": [ + "How", + "many", + "car", + "models", + "were", + "produced", + "by", + "the", + "maker", + "with", + "full", + "name", + "American", + "Motor", + "Company", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"American Motor Company\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT count(*) FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker WHERE T1.FullName = 'American Motor Company';", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "CAR_MAKERS", + "AS", + "T1", + "JOIN", + "MODEL_LIST", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.Maker", + "WHERE", + "T1.FullName", + "=", + "'American", + "Motor", + "Company", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "car_makers", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "maker", + "where", + "t1", + ".", + "fullname", + "=", + "value" + ], + "question": "What is the number of car models created by the car maker American Motor Company?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "car", + "models", + "created", + "by", + "the", + "car", + "maker", + "American", + "Motor", + "Company", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"American Motor Company\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.FullName , T1.Id FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker GROUP BY T1.Id HAVING count(*) > 3;", + "query_toks": [ + "SELECT", + "T1.FullName", + ",", + "T1.Id", + "FROM", + "CAR_MAKERS", + "AS", + "T1", + "JOIN", + "MODEL_LIST", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.Maker", + "GROUP", + "BY", + "T1.Id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "3", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "fullname", + ",", + "t1", + ".", + "id", + "from", + "car_makers", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "maker", + "group", + "by", + "t1", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Which makers designed more than 3 car models? List full name and the id.", + "question_toks": [ + "Which", + "makers", + "designed", + "more", + "than", + "3", + "car", + "models", + "?", + "List", + "full", + "name", + "and", + "the", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.FullName , T1.Id FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker GROUP BY T1.Id HAVING count(*) > 3;", + "query_toks": [ + "SELECT", + "T1.FullName", + ",", + "T1.Id", + "FROM", + "CAR_MAKERS", + "AS", + "T1", + "JOIN", + "MODEL_LIST", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.Maker", + "GROUP", + "BY", + "T1.Id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "3", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "fullname", + ",", + "t1", + ".", + "id", + "from", + "car_makers", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "maker", + "group", + "by", + "t1", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the names and ids of all makers with more than 3 models?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "ids", + "of", + "all", + "makers", + "with", + "more", + "than", + "3", + "models", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT DISTINCT T2.Model FROM CAR_NAMES AS T1 JOIN MODEL_LIST AS T2 ON T1.Model = T2.Model JOIN CAR_MAKERS AS T3 ON T2.Maker = T3.Id JOIN CARS_DATA AS T4 ON T1.MakeId = T4.Id WHERE T3.FullName = 'General Motors' OR T4.weight > 3500;", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.Model", + "FROM", + "CAR_NAMES", + "AS", + "T1", + "JOIN", + "MODEL_LIST", + "AS", + "T2", + "ON", + "T1.Model", + "=", + "T2.Model", + "JOIN", + "CAR_MAKERS", + "AS", + "T3", + "ON", + "T2.Maker", + "=", + "T3.Id", + "JOIN", + "CARS_DATA", + "AS", + "T4", + "ON", + "T1.MakeId", + "=", + "T4.Id", + "WHERE", + "T3.FullName", + "=", + "'General", + "Motors", + "'", + "OR", + "T4.weight", + ">", + "3500", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "model", + "from", + "car_names", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1", + ".", + "model", + "=", + "t2", + ".", + "model", + "join", + "car_makers", + "as", + "t3", + "on", + "t2", + ".", + "maker", + "=", + "t3", + ".", + "id", + "join", + "cars_data", + "as", + "t4", + "on", + "t1", + ".", + "makeid", + "=", + "t4", + ".", + "id", + "where", + "t3", + ".", + "fullname", + "=", + "value", + "or", + "t4", + ".", + "weight", + ">", + "value" + ], + "question": "Which distinctive models are produced by maker with the full name General Motors or weighing more than 3500?", + "question_toks": [ + "Which", + "distinctive", + "models", + "are", + "produced", + "by", + "maker", + "with", + "the", + "full", + "name", + "General", + "Motors", + "or", + "weighing", + "more", + "than", + "3500", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"General Motors\"", + null + ], + "or", + [ + false, + 3, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + 3500.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT DISTINCT T2.Model FROM CAR_NAMES AS T1 JOIN MODEL_LIST AS T2 ON T1.Model = T2.Model JOIN CAR_MAKERS AS T3 ON T2.Maker = T3.Id JOIN CARS_DATA AS T4 ON T1.MakeId = T4.Id WHERE T3.FullName = 'General Motors' OR T4.weight > 3500;", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.Model", + "FROM", + "CAR_NAMES", + "AS", + "T1", + "JOIN", + "MODEL_LIST", + "AS", + "T2", + "ON", + "T1.Model", + "=", + "T2.Model", + "JOIN", + "CAR_MAKERS", + "AS", + "T3", + "ON", + "T2.Maker", + "=", + "T3.Id", + "JOIN", + "CARS_DATA", + "AS", + "T4", + "ON", + "T1.MakeId", + "=", + "T4.Id", + "WHERE", + "T3.FullName", + "=", + "'General", + "Motors", + "'", + "OR", + "T4.weight", + ">", + "3500", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "model", + "from", + "car_names", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1", + ".", + "model", + "=", + "t2", + ".", + "model", + "join", + "car_makers", + "as", + "t3", + "on", + "t2", + ".", + "maker", + "=", + "t3", + ".", + "id", + "join", + "cars_data", + "as", + "t4", + "on", + "t1", + ".", + "makeid", + "=", + "t4", + ".", + "id", + "where", + "t3", + ".", + "fullname", + "=", + "value", + "or", + "t4", + ".", + "weight", + ">", + "value" + ], + "question": "What are the different models created by either the car maker General Motors or weighed more than 3500?", + "question_toks": [ + "What", + "are", + "the", + "different", + "models", + "created", + "by", + "either", + "the", + "car", + "maker", + "General", + "Motors", + "or", + "weighed", + "more", + "than", + "3500", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"General Motors\"", + null + ], + "or", + [ + false, + 3, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + 3500.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "select distinct year from cars_data where weight between 3000 and 4000;", + "query_toks": [ + "select", + "distinct", + "year", + "from", + "cars_data", + "where", + "weight", + "between", + "3000", + "and", + "4000", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "year", + "from", + "cars_data", + "where", + "weight", + "between", + "value", + "and", + "value" + ], + "question": "In which years cars were produced weighing no less than 3000 and no more than 4000 ?", + "question_toks": [ + "In", + "which", + "years", + "cars", + "were", + "produced", + "weighing", + "no", + "less", + "than", + "3000", + "and", + "no", + "more", + "than", + "4000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + 3000.0, + 4000.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "select distinct year from cars_data where weight between 3000 and 4000;", + "query_toks": [ + "select", + "distinct", + "year", + "from", + "cars_data", + "where", + "weight", + "between", + "3000", + "and", + "4000", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "year", + "from", + "cars_data", + "where", + "weight", + "between", + "value", + "and", + "value" + ], + "question": "What are the different years in which there were cars produced that weighed less than 4000 and also cars that weighted more than 3000 ?", + "question_toks": [ + "What", + "are", + "the", + "different", + "years", + "in", + "which", + "there", + "were", + "cars", + "produced", + "that", + "weighed", + "less", + "than", + "4000", + "and", + "also", + "cars", + "that", + "weighted", + "more", + "than", + "3000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + 3000.0, + 4000.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.horsepower FROM CARS_DATA AS T1 ORDER BY T1.accelerate DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.horsepower", + "FROM", + "CARS_DATA", + "AS", + "T1", + "ORDER", + "BY", + "T1.accelerate", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "horsepower", + "from", + "cars_data", + "as", + "t1", + "order", + "by", + "t1", + ".", + "accelerate", + "desc", + "limit", + "value" + ], + "question": "What is the horsepower of the car with the largest accelerate?", + "question_toks": [ + "What", + "is", + "the", + "horsepower", + "of", + "the", + "car", + "with", + "the", + "largest", + "accelerate", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.horsepower FROM CARS_DATA AS T1 ORDER BY T1.accelerate DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.horsepower", + "FROM", + "CARS_DATA", + "AS", + "T1", + "ORDER", + "BY", + "T1.accelerate", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "horsepower", + "from", + "cars_data", + "as", + "t1", + "order", + "by", + "t1", + ".", + "accelerate", + "desc", + "limit", + "value" + ], + "question": "What is the horsepower of the car with the greatest accelerate?", + "question_toks": [ + "What", + "is", + "the", + "horsepower", + "of", + "the", + "car", + "with", + "the", + "greatest", + "accelerate", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.cylinders FROM CARS_DATA AS T1 JOIN CAR_NAMES AS T2 ON T1.Id = T2.MakeId WHERE T2.Model = 'volvo' ORDER BY T1.accelerate ASC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.cylinders", + "FROM", + "CARS_DATA", + "AS", + "T1", + "JOIN", + "CAR_NAMES", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.MakeId", + "WHERE", + "T2.Model", + "=", + "'volvo", + "'", + "ORDER", + "BY", + "T1.accelerate", + "ASC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "cylinders", + "from", + "cars_data", + "as", + "t1", + "join", + "car_names", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "makeid", + "where", + "t2", + ".", + "model", + "=", + "value", + "order", + "by", + "t1", + ".", + "accelerate", + "asc", + "limit", + "value" + ], + "question": "For model volvo, how many cylinders does the car with the least accelerate have?", + "question_toks": [ + "For", + "model", + "volvo", + ",", + "how", + "many", + "cylinders", + "does", + "the", + "car", + "with", + "the", + "least", + "accelerate", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"volvo\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.cylinders FROM CARS_DATA AS T1 JOIN CAR_NAMES AS T2 ON T1.Id = T2.MakeId WHERE T2.Model = 'volvo' ORDER BY T1.accelerate ASC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.cylinders", + "FROM", + "CARS_DATA", + "AS", + "T1", + "JOIN", + "CAR_NAMES", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.MakeId", + "WHERE", + "T2.Model", + "=", + "'volvo", + "'", + "ORDER", + "BY", + "T1.accelerate", + "ASC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "cylinders", + "from", + "cars_data", + "as", + "t1", + "join", + "car_names", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "makeid", + "where", + "t2", + ".", + "model", + "=", + "value", + "order", + "by", + "t1", + ".", + "accelerate", + "asc", + "limit", + "value" + ], + "question": "For a volvo model, how many cylinders does the version with least accelerate have?", + "question_toks": [ + "For", + "a", + "volvo", + "model", + ",", + "how", + "many", + "cylinders", + "does", + "the", + "version", + "with", + "least", + "accelerate", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"volvo\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT COUNT(*) FROM CARS_DATA WHERE Accelerate > ( SELECT Accelerate FROM CARS_DATA ORDER BY Horsepower DESC LIMIT 1 );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "CARS_DATA", + "WHERE", + "Accelerate", + ">", + "(", + "SELECT", + "Accelerate", + "FROM", + "CARS_DATA", + "ORDER", + "BY", + "Horsepower", + "DESC", + "LIMIT", + "1", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "cars_data", + "where", + "accelerate", + ">", + "(", + "select", + "accelerate", + "from", + "cars_data", + "order", + "by", + "horsepower", + "desc", + "limit", + "value", + ")" + ], + "question": "How many cars have a larger accelerate than the car with the largest horsepower?", + "question_toks": [ + "How", + "many", + "cars", + "have", + "a", + "larger", + "accelerate", + "than", + "the", + "car", + "with", + "the", + "largest", + "horsepower", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT COUNT(*) FROM CARS_DATA WHERE Accelerate > ( SELECT Accelerate FROM CARS_DATA ORDER BY Horsepower DESC LIMIT 1 );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "CARS_DATA", + "WHERE", + "Accelerate", + ">", + "(", + "SELECT", + "Accelerate", + "FROM", + "CARS_DATA", + "ORDER", + "BY", + "Horsepower", + "DESC", + "LIMIT", + "1", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "cars_data", + "where", + "accelerate", + ">", + "(", + "select", + "accelerate", + "from", + "cars_data", + "order", + "by", + "horsepower", + "desc", + "limit", + "value", + ")" + ], + "question": "What is the number of cars with a greater accelerate than the one with the most horsepower?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "cars", + "with", + "a", + "greater", + "accelerate", + "than", + "the", + "one", + "with", + "the", + "most", + "horsepower", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "select count(*) from countries as t1 join car_makers as t2 on t1.countryid = t2.country group by t1.countryid having count(*) > 2", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "countries", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1.countryid", + "=", + "t2.country", + "group", + "by", + "t1.countryid", + "having", + "count", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "countries", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1", + ".", + "countryid", + "=", + "t2", + ".", + "country", + "group", + "by", + "t1", + ".", + "countryid", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "How many countries has more than 2 car makers ?", + "question_toks": [ + "How", + "many", + "countries", + "has", + "more", + "than", + "2", + "car", + "makers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "select count(*) from countries as t1 join car_makers as t2 on t1.countryid = t2.country group by t1.countryid having count(*) > 2", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "countries", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1.countryid", + "=", + "t2.country", + "group", + "by", + "t1.countryid", + "having", + "count", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "countries", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1", + ".", + "countryid", + "=", + "t2", + ".", + "country", + "group", + "by", + "t1", + ".", + "countryid", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What is the number of countries with more than 2 car makers ?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "countries", + "with", + "more", + "than", + "2", + "car", + "makers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT COUNT(*) FROM CARS_DATA WHERE Cylinders > 6;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "CARS_DATA", + "WHERE", + "Cylinders", + ">", + "6", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "cars_data", + "where", + "cylinders", + ">", + "value" + ], + "question": "How many cars has over 6 cylinders?", + "question_toks": [ + "How", + "many", + "cars", + "has", + "over", + "6", + "cylinders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 6.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT COUNT(*) FROM CARS_DATA WHERE Cylinders > 6;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "CARS_DATA", + "WHERE", + "Cylinders", + ">", + "6", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "cars_data", + "where", + "cylinders", + ">", + "value" + ], + "question": "What is the number of carsw ith over 6 cylinders?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "carsw", + "ith", + "over", + "6", + "cylinders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 6.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.Model FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T2.Cylinders = 4 ORDER BY T2.horsepower DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.Model", + "FROM", + "CAR_NAMES", + "AS", + "T1", + "JOIN", + "CARS_DATA", + "AS", + "T2", + "ON", + "T1.MakeId", + "=", + "T2.Id", + "WHERE", + "T2.Cylinders", + "=", + "4", + "ORDER", + "BY", + "T2.horsepower", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "model", + "from", + "car_names", + "as", + "t1", + "join", + "cars_data", + "as", + "t2", + "on", + "t1", + ".", + "makeid", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "cylinders", + "=", + "value", + "order", + "by", + "t2", + ".", + "horsepower", + "desc", + "limit", + "value" + ], + "question": "For the cars with 4 cylinders, which model has the largest horsepower?", + "question_toks": [ + "For", + "the", + "cars", + "with", + "4", + "cylinders", + ",", + "which", + "model", + "has", + "the", + "largest", + "horsepower", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 4.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.Model FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T2.Cylinders = 4 ORDER BY T2.horsepower DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.Model", + "FROM", + "CAR_NAMES", + "AS", + "T1", + "JOIN", + "CARS_DATA", + "AS", + "T2", + "ON", + "T1.MakeId", + "=", + "T2.Id", + "WHERE", + "T2.Cylinders", + "=", + "4", + "ORDER", + "BY", + "T2.horsepower", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "model", + "from", + "car_names", + "as", + "t1", + "join", + "cars_data", + "as", + "t2", + "on", + "t1", + ".", + "makeid", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "cylinders", + "=", + "value", + "order", + "by", + "t2", + ".", + "horsepower", + "desc", + "limit", + "value" + ], + "question": "For all of the 4 cylinder cars, which model has the most horsepower?", + "question_toks": [ + "For", + "all", + "of", + "the", + "4", + "cylinder", + "cars", + ",", + "which", + "model", + "has", + "the", + "most", + "horsepower", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 4.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T2.MakeId , T2.Make FROM CARS_DATA AS T1 JOIN CAR_NAMES AS T2 ON T1.Id = T2.MakeId WHERE T1.Horsepower > (SELECT min(Horsepower) FROM CARS_DATA) AND T1.Cylinders <= 3;", + "query_toks": [ + "SELECT", + "T2.MakeId", + ",", + "T2.Make", + "FROM", + "CARS_DATA", + "AS", + "T1", + "JOIN", + "CAR_NAMES", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.MakeId", + "WHERE", + "T1.Horsepower", + ">", + "(", + "SELECT", + "min", + "(", + "Horsepower", + ")", + "FROM", + "CARS_DATA", + ")", + "AND", + "T1.Cylinders", + "<", + "=", + "3", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "makeid", + ",", + "t2", + ".", + "make", + "from", + "cars_data", + "as", + "t1", + "join", + "car_names", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "makeid", + "where", + "t1", + ".", + "horsepower", + ">", + "(", + "select", + "min", + "(", + "horsepower", + ")", + "from", + "cars_data", + ")", + "and", + "t1", + ".", + "cylinders", + "<", + "=", + "value" + ], + "question": "Among the cars with more than lowest horsepower, which ones do not have more than 3 cylinders? List the car makeid and make name.", + "question_toks": [ + "Among", + "the", + "cars", + "with", + "more", + "than", + "lowest", + "horsepower", + ",", + "which", + "ones", + "do", + "not", + "have", + "more", + "than", + "3", + "cylinders", + "?", + "List", + "the", + "car", + "makeid", + "and", + "make", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 6, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 3.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "select t2.makeid , t2.make from cars_data as t1 join car_names as t2 on t1.id = t2.makeid where t1.horsepower > (select min(horsepower) from cars_data) and t1.cylinders < 4;", + "query_toks": [ + "select", + "t2.makeid", + ",", + "t2.make", + "from", + "cars_data", + "as", + "t1", + "join", + "car_names", + "as", + "t2", + "on", + "t1.id", + "=", + "t2.makeid", + "where", + "t1.horsepower", + ">", + "(", + "select", + "min", + "(", + "horsepower", + ")", + "from", + "cars_data", + ")", + "and", + "t1.cylinders", + "<", + "4", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "makeid", + ",", + "t2", + ".", + "make", + "from", + "cars_data", + "as", + "t1", + "join", + "car_names", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "makeid", + "where", + "t1", + ".", + "horsepower", + ">", + "(", + "select", + "min", + "(", + "horsepower", + ")", + "from", + "cars_data", + ")", + "and", + "t1", + ".", + "cylinders", + "<", + "value" + ], + "question": "Among the cars that do not have the minimum horsepower , what are the make ids and names of all those with less than 4 cylinders ?", + "question_toks": [ + "Among", + "the", + "cars", + "that", + "do", + "not", + "have", + "the", + "minimum", + "horsepower", + ",", + "what", + "are", + "the", + "make", + "ids", + "and", + "names", + "of", + "all", + "those", + "with", + "less", + "than", + "4", + "cylinders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 4.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "select max(mpg) from cars_data where cylinders = 8 or year < 1980", + "query_toks": [ + "select", + "max", + "(", + "mpg", + ")", + "from", + "cars_data", + "where", + "cylinders", + "=", + "8", + "or", + "year", + "<", + "1980" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "mpg", + ")", + "from", + "cars_data", + "where", + "cylinders", + "=", + "value", + "or", + "year", + "<", + "value" + ], + "question": "What is the maximum miles per gallon of the car with 8 cylinders or produced before 1980 ?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "miles", + "per", + "gallon", + "of", + "the", + "car", + "with", + "8", + "cylinders", + "or", + "produced", + "before", + "1980", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 8.0, + null + ], + "or", + [ + false, + 4, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + 1980.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "select max(mpg) from cars_data where cylinders = 8 or year < 1980", + "query_toks": [ + "select", + "max", + "(", + "mpg", + ")", + "from", + "cars_data", + "where", + "cylinders", + "=", + "8", + "or", + "year", + "<", + "1980" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "mpg", + ")", + "from", + "cars_data", + "where", + "cylinders", + "=", + "value", + "or", + "year", + "<", + "value" + ], + "question": "What is the maximum mpg of the cars that had 8 cylinders or that were produced before 1980 ?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "mpg", + "of", + "the", + "cars", + "that", + "had", + "8", + "cylinders", + "or", + "that", + "were", + "produced", + "before", + "1980", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 8.0, + null + ], + "or", + [ + false, + 4, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + 1980.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT DISTINCT T1.model FROM MODEL_LIST AS T1 JOIN CAR_NAMES AS T2 ON T1.Model = T2.Model JOIN CARS_DATA AS T3 ON T2.MakeId = T3.Id JOIN CAR_MAKERS AS T4 ON T1.Maker = T4.Id WHERE T3.weight < 3500 AND T4.FullName != 'Ford Motor Company';", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.model", + "FROM", + "MODEL_LIST", + "AS", + "T1", + "JOIN", + "CAR_NAMES", + "AS", + "T2", + "ON", + "T1.Model", + "=", + "T2.Model", + "JOIN", + "CARS_DATA", + "AS", + "T3", + "ON", + "T2.MakeId", + "=", + "T3.Id", + "JOIN", + "CAR_MAKERS", + "AS", + "T4", + "ON", + "T1.Maker", + "=", + "T4.Id", + "WHERE", + "T3.weight", + "<", + "3500", + "AND", + "T4.FullName", + "!", + "=", + "'Ford", + "Motor", + "Company", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "model", + "from", + "model_list", + "as", + "t1", + "join", + "car_names", + "as", + "t2", + "on", + "t1", + ".", + "model", + "=", + "t2", + ".", + "model", + "join", + "cars_data", + "as", + "t3", + "on", + "t2", + ".", + "makeid", + "=", + "t3", + ".", + "id", + "join", + "car_makers", + "as", + "t4", + "on", + "t1", + ".", + "maker", + "=", + "t4", + ".", + "id", + "where", + "t3", + ".", + "weight", + "<", + "value", + "and", + "t4", + ".", + "fullname", + "!", + "=", + "value" + ], + "question": "Which models are lighter than 3500 but not built by the 'Ford Motor Company'?", + "question_toks": [ + "Which", + "models", + "are", + "lighter", + "than", + "3500", + "but", + "not", + "built", + "by", + "the", + "'Ford", + "Motor", + "Company", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + 3500.0, + null + ], + "and", + [ + false, + 7, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"Ford Motor Company\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT DISTINCT T1.model FROM MODEL_LIST AS T1 JOIN CAR_NAMES AS T2 ON T1.Model = T2.Model JOIN CARS_DATA AS T3 ON T2.MakeId = T3.Id JOIN CAR_MAKERS AS T4 ON T1.Maker = T4.Id WHERE T3.weight < 3500 AND T4.FullName != 'Ford Motor Company';", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.model", + "FROM", + "MODEL_LIST", + "AS", + "T1", + "JOIN", + "CAR_NAMES", + "AS", + "T2", + "ON", + "T1.Model", + "=", + "T2.Model", + "JOIN", + "CARS_DATA", + "AS", + "T3", + "ON", + "T2.MakeId", + "=", + "T3.Id", + "JOIN", + "CAR_MAKERS", + "AS", + "T4", + "ON", + "T1.Maker", + "=", + "T4.Id", + "WHERE", + "T3.weight", + "<", + "3500", + "AND", + "T4.FullName", + "!", + "=", + "'Ford", + "Motor", + "Company", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "model", + "from", + "model_list", + "as", + "t1", + "join", + "car_names", + "as", + "t2", + "on", + "t1", + ".", + "model", + "=", + "t2", + ".", + "model", + "join", + "cars_data", + "as", + "t3", + "on", + "t2", + ".", + "makeid", + "=", + "t3", + ".", + "id", + "join", + "car_makers", + "as", + "t4", + "on", + "t1", + ".", + "maker", + "=", + "t4", + ".", + "id", + "where", + "t3", + ".", + "weight", + "<", + "value", + "and", + "t4", + ".", + "fullname", + "!", + "=", + "value" + ], + "question": "What are the different models wthat are lighter than 3500 but were not built by the Ford Motor Company?", + "question_toks": [ + "What", + "are", + "the", + "different", + "models", + "wthat", + "are", + "lighter", + "than", + "3500", + "but", + "were", + "not", + "built", + "by", + "the", + "Ford", + "Motor", + "Company", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + 3500.0, + null + ], + "and", + [ + false, + 7, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"Ford Motor Company\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT CountryName FROM countries EXCEPT SELECT T1.CountryName FROM countries AS T1 JOIN CAR_MAKERS AS T2 ON T1.countryId = T2.Country;", + "query_toks": [ + "SELECT", + "CountryName", + "FROM", + "countries", + "EXCEPT", + "SELECT", + "T1.CountryName", + "FROM", + "countries", + "AS", + "T1", + "JOIN", + "CAR_MAKERS", + "AS", + "T2", + "ON", + "T1.countryId", + "=", + "T2.Country", + ";" + ], + "query_toks_no_value": [ + "select", + "countryname", + "from", + "countries", + "except", + "select", + "t1", + ".", + "countryname", + "from", + "countries", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1", + ".", + "countryid", + "=", + "t2", + ".", + "country" + ], + "question": "What are the name of the countries where there is not a single car maker?", + "question_toks": [ + "What", + "are", + "the", + "name", + "of", + "the", + "countries", + "where", + "there", + "is", + "not", + "a", + "single", + "car", + "maker", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "car_1", + "query": "SELECT CountryName FROM countries EXCEPT SELECT T1.CountryName FROM countries AS T1 JOIN CAR_MAKERS AS T2 ON T1.countryId = T2.Country;", + "query_toks": [ + "SELECT", + "CountryName", + "FROM", + "countries", + "EXCEPT", + "SELECT", + "T1.CountryName", + "FROM", + "countries", + "AS", + "T1", + "JOIN", + "CAR_MAKERS", + "AS", + "T2", + "ON", + "T1.countryId", + "=", + "T2.Country", + ";" + ], + "query_toks_no_value": [ + "select", + "countryname", + "from", + "countries", + "except", + "select", + "t1", + ".", + "countryname", + "from", + "countries", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1", + ".", + "countryid", + "=", + "t2", + ".", + "country" + ], + "question": "What are the names of the countries with no car makers?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "countries", + "with", + "no", + "car", + "makers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "car_1", + "query": "select t1.id , t1.maker from car_makers as t1 join model_list as t2 on t1.id = t2.maker group by t1.id having count(*) >= 2 intersect select t1.id , t1.maker from car_makers as t1 join model_list as t2 on t1.id = t2.maker join car_names as t3 on t2.model = t3.model group by t1.id having count(*) > 3;", + "query_toks": [ + "select", + "t1.id", + ",", + "t1.maker", + "from", + "car_makers", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1.id", + "=", + "t2.maker", + "group", + "by", + "t1.id", + "having", + "count", + "(", + "*", + ")", + ">=", + "2", + "intersect", + "select", + "t1.id", + ",", + "t1.maker", + "from", + "car_makers", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1.id", + "=", + "t2.maker", + "join", + "car_names", + "as", + "t3", + "on", + "t2.model", + "=", + "t3.model", + "group", + "by", + "t1.id", + "having", + "count", + "(", + "*", + ")", + ">", + "3", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "id", + ",", + "t1", + ".", + "maker", + "from", + "car_makers", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "maker", + "group", + "by", + "t1", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "id", + ",", + "t1", + ".", + "maker", + "from", + "car_makers", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "maker", + "join", + "car_names", + "as", + "t3", + "on", + "t2", + ".", + "model", + "=", + "t3", + ".", + "model", + "group", + "by", + "t1", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Which are the car makers which produce at least 2 models and more than 3 car makers ? List the id and the maker .", + "question_toks": [ + "Which", + "are", + "the", + "car", + "makers", + "which", + "produce", + "at", + "least", + "2", + "models", + "and", + "more", + "than", + "3", + "car", + "makers", + "?", + "List", + "the", + "id", + "and", + "the", + "maker", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.Id , T1.Maker FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker GROUP BY T1.Id HAVING count(*) >= 2 INTERSECT SELECT T1.Id , T1.Maker FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker JOIN CAR_NAMES AS T3 ON T2.model = T3.model GROUP BY T1.Id HAVING count(*) > 3;", + "query_toks": [ + "SELECT", + "T1.Id", + ",", + "T1.Maker", + "FROM", + "CAR_MAKERS", + "AS", + "T1", + "JOIN", + "MODEL_LIST", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.Maker", + "GROUP", + "BY", + "T1.Id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2", + "INTERSECT", + "SELECT", + "T1.Id", + ",", + "T1.Maker", + "FROM", + "CAR_MAKERS", + "AS", + "T1", + "JOIN", + "MODEL_LIST", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.Maker", + "JOIN", + "CAR_NAMES", + "AS", + "T3", + "ON", + "T2.model", + "=", + "T3.model", + "GROUP", + "BY", + "T1.Id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "3", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "id", + ",", + "t1", + ".", + "maker", + "from", + "car_makers", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "maker", + "group", + "by", + "t1", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "id", + ",", + "t1", + ".", + "maker", + "from", + "car_makers", + "as", + "t1", + "join", + "model_list", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "maker", + "join", + "car_names", + "as", + "t3", + "on", + "t2", + ".", + "model", + "=", + "t3", + ".", + "model", + "group", + "by", + "t1", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the ids and makers of all car makers that produce at least 2 models and make more than 3 cars?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "makers", + "of", + "all", + "car", + "makers", + "that", + "produce", + "at", + "least", + "2", + "models", + "and", + "make", + "more", + "than", + "3", + "cars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "car_1", + "query": "SELECT T1.countryId , T1.CountryName FROM Countries AS T1 JOIN CAR_MAKERS AS T2 ON T1.CountryId = T2.Country GROUP BY T1.countryId HAVING count(*) > 3 UNION SELECT T1.countryId , T1.CountryName FROM Countries AS T1 JOIN CAR_MAKERS AS T2 ON T1.CountryId = T2.Country JOIN MODEL_LIST AS T3 ON T2.Id = T3.Maker WHERE T3.Model = 'fiat';", + "query_toks": [ + "SELECT", + "T1.countryId", + ",", + "T1.CountryName", + "FROM", + "Countries", + "AS", + "T1", + "JOIN", + "CAR_MAKERS", + "AS", + "T2", + "ON", + "T1.CountryId", + "=", + "T2.Country", + "GROUP", + "BY", + "T1.countryId", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "3", + "UNION", + "SELECT", + "T1.countryId", + ",", + "T1.CountryName", + "FROM", + "Countries", + "AS", + "T1", + "JOIN", + "CAR_MAKERS", + "AS", + "T2", + "ON", + "T1.CountryId", + "=", + "T2.Country", + "JOIN", + "MODEL_LIST", + "AS", + "T3", + "ON", + "T2.Id", + "=", + "T3.Maker", + "WHERE", + "T3.Model", + "=", + "'fiat", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "countryid", + ",", + "t1", + ".", + "countryname", + "from", + "countries", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1", + ".", + "countryid", + "=", + "t2", + ".", + "country", + "group", + "by", + "t1", + ".", + "countryid", + "having", + "count", + "(", + "*", + ")", + ">", + "value", + "union", + "select", + "t1", + ".", + "countryid", + ",", + "t1", + ".", + "countryname", + "from", + "countries", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1", + ".", + "countryid", + "=", + "t2", + ".", + "country", + "join", + "model_list", + "as", + "t3", + "on", + "t2", + ".", + "id", + "=", + "t3", + ".", + "maker", + "where", + "t3", + ".", + "model", + "=", + "value" + ], + "question": "What are the id and names of the countries which have more than 3 car makers or produce the 'fiat' model?", + "question_toks": [ + "What", + "are", + "the", + "id", + "and", + "names", + "of", + "the", + "countries", + "which", + "have", + "more", + "than", + "3", + "car", + "makers", + "or", + "produce", + "the", + "'fiat", + "'", + "model", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"fiat\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "car_1", + "query": "select t1.countryid , t1.countryname from countries as t1 join car_makers as t2 on t1.countryid = t2.country group by t1.countryid having count(*) > 3 union select t1.countryid , t1.countryname from countries as t1 join car_makers as t2 on t1.countryid = t2.country join model_list as t3 on t2.id = t3.maker where t3.model = 'fiat';", + "query_toks": [ + "select", + "t1.countryid", + ",", + "t1.countryname", + "from", + "countries", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1.countryid", + "=", + "t2.country", + "group", + "by", + "t1.countryid", + "having", + "count", + "(", + "*", + ")", + ">", + "3", + "union", + "select", + "t1.countryid", + ",", + "t1.countryname", + "from", + "countries", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1.countryid", + "=", + "t2.country", + "join", + "model_list", + "as", + "t3", + "on", + "t2.id", + "=", + "t3.maker", + "where", + "t3.model", + "=", + "\"fiat\"", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "countryid", + ",", + "t1", + ".", + "countryname", + "from", + "countries", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1", + ".", + "countryid", + "=", + "t2", + ".", + "country", + "group", + "by", + "t1", + ".", + "countryid", + "having", + "count", + "(", + "*", + ")", + ">", + "value", + "union", + "select", + "t1", + ".", + "countryid", + ",", + "t1", + ".", + "countryname", + "from", + "countries", + "as", + "t1", + "join", + "car_makers", + "as", + "t2", + "on", + "t1", + ".", + "countryid", + "=", + "t2", + ".", + "country", + "join", + "model_list", + "as", + "t3", + "on", + "t2", + ".", + "id", + "=", + "t3", + ".", + "maker", + "where", + "t3", + ".", + "model", + "=", + "value" + ], + "question": "What are the ids and names of all countries that either have more than 3 car makers or produce fiat model ?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "names", + "of", + "all", + "countries", + "that", + "either", + "have", + "more", + "than", + "3", + "car", + "makers", + "or", + "produce", + "fiat", + "model", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"fiat\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT Country FROM AIRLINES WHERE Airline = \"JetBlue Airways\"", + "query_toks": [ + "SELECT", + "Country", + "FROM", + "AIRLINES", + "WHERE", + "Airline", + "=", + "``", + "JetBlue", + "Airways", + "''" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "airlines", + "where", + "airline", + "=", + "value" + ], + "question": "Which country does Airline \"JetBlue Airways\" belong to?", + "question_toks": [ + "Which", + "country", + "does", + "Airline", + "``", + "JetBlue", + "Airways", + "''", + "belong", + "to", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"JetBlue Airways\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT Country FROM AIRLINES WHERE Airline = \"JetBlue Airways\"", + "query_toks": [ + "SELECT", + "Country", + "FROM", + "AIRLINES", + "WHERE", + "Airline", + "=", + "``", + "JetBlue", + "Airways", + "''" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "airlines", + "where", + "airline", + "=", + "value" + ], + "question": "What country is Jetblue Airways affiliated with?", + "question_toks": [ + "What", + "country", + "is", + "Jetblue", + "Airways", + "affiliated", + "with", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"JetBlue Airways\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT Abbreviation FROM AIRLINES WHERE Airline = \"JetBlue Airways\"", + "query_toks": [ + "SELECT", + "Abbreviation", + "FROM", + "AIRLINES", + "WHERE", + "Airline", + "=", + "``", + "JetBlue", + "Airways", + "''" + ], + "query_toks_no_value": [ + "select", + "abbreviation", + "from", + "airlines", + "where", + "airline", + "=", + "value" + ], + "question": "What is the abbreviation of Airline \"JetBlue Airways\"?", + "question_toks": [ + "What", + "is", + "the", + "abbreviation", + "of", + "Airline", + "``", + "JetBlue", + "Airways", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"JetBlue Airways\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT Abbreviation FROM AIRLINES WHERE Airline = \"JetBlue Airways\"", + "query_toks": [ + "SELECT", + "Abbreviation", + "FROM", + "AIRLINES", + "WHERE", + "Airline", + "=", + "``", + "JetBlue", + "Airways", + "''" + ], + "query_toks_no_value": [ + "select", + "abbreviation", + "from", + "airlines", + "where", + "airline", + "=", + "value" + ], + "question": "Which abbreviation corresponds to Jetblue Airways?", + "question_toks": [ + "Which", + "abbreviation", + "corresponds", + "to", + "Jetblue", + "Airways", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"JetBlue Airways\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT Airline , Abbreviation FROM AIRLINES WHERE Country = \"USA\"", + "query_toks": [ + "SELECT", + "Airline", + ",", + "Abbreviation", + "FROM", + "AIRLINES", + "WHERE", + "Country", + "=", + "``", + "USA", + "''" + ], + "query_toks_no_value": [ + "select", + "airline", + ",", + "abbreviation", + "from", + "airlines", + "where", + "country", + "=", + "value" + ], + "question": "List all airline names and their abbreviations in \"USA\".", + "question_toks": [ + "List", + "all", + "airline", + "names", + "and", + "their", + "abbreviations", + "in", + "``", + "USA", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT Airline , Abbreviation FROM AIRLINES WHERE Country = \"USA\"", + "query_toks": [ + "SELECT", + "Airline", + ",", + "Abbreviation", + "FROM", + "AIRLINES", + "WHERE", + "Country", + "=", + "``", + "USA", + "''" + ], + "query_toks_no_value": [ + "select", + "airline", + ",", + "abbreviation", + "from", + "airlines", + "where", + "country", + "=", + "value" + ], + "question": "What are the airline names and abbreviations for airlines in the USA?", + "question_toks": [ + "What", + "are", + "the", + "airline", + "names", + "and", + "abbreviations", + "for", + "airlines", + "in", + "the", + "USA", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT AirportCode , AirportName FROM AIRPORTS WHERE city = \"Anthony\"", + "query_toks": [ + "SELECT", + "AirportCode", + ",", + "AirportName", + "FROM", + "AIRPORTS", + "WHERE", + "city", + "=", + "``", + "Anthony", + "''" + ], + "query_toks_no_value": [ + "select", + "airportcode", + ",", + "airportname", + "from", + "airports", + "where", + "city", + "=", + "value" + ], + "question": "List the airport code and name in the city of Anthony.", + "question_toks": [ + "List", + "the", + "airport", + "code", + "and", + "name", + "in", + "the", + "city", + "of", + "Anthony", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Anthony\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT AirportCode , AirportName FROM AIRPORTS WHERE city = \"Anthony\"", + "query_toks": [ + "SELECT", + "AirportCode", + ",", + "AirportName", + "FROM", + "AIRPORTS", + "WHERE", + "city", + "=", + "``", + "Anthony", + "''" + ], + "query_toks_no_value": [ + "select", + "airportcode", + ",", + "airportname", + "from", + "airports", + "where", + "city", + "=", + "value" + ], + "question": "Give the airport code and airport name corresonding to the city Anthony.", + "question_toks": [ + "Give", + "the", + "airport", + "code", + "and", + "airport", + "name", + "corresonding", + "to", + "the", + "city", + "Anthony", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Anthony\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM AIRLINES", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "AIRLINES" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "airlines" + ], + "question": "How many airlines do we have?", + "question_toks": [ + "How", + "many", + "airlines", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM AIRLINES", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "AIRLINES" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "airlines" + ], + "question": "What is the total number of airlines?", + "question_toks": [ + "What", + "is", + "the", + "total", + "number", + "of", + "airlines", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM AIRPORTS", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "AIRPORTS" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "airports" + ], + "question": "How many airports do we have?", + "question_toks": [ + "How", + "many", + "airports", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM AIRPORTS", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "AIRPORTS" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "airports" + ], + "question": "Return the number of airports.", + "question_toks": [ + "Return", + "the", + "number", + "of", + "airports", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights" + ], + "question": "How many flights do we have?", + "question_toks": [ + "How", + "many", + "flights", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights" + ], + "question": "Return the number of flights.", + "question_toks": [ + "Return", + "the", + "number", + "of", + "flights", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT Airline FROM AIRLINES WHERE Abbreviation = \"UAL\"", + "query_toks": [ + "SELECT", + "Airline", + "FROM", + "AIRLINES", + "WHERE", + "Abbreviation", + "=", + "``", + "UAL", + "''" + ], + "query_toks_no_value": [ + "select", + "airline", + "from", + "airlines", + "where", + "abbreviation", + "=", + "value" + ], + "question": "Which airline has abbreviation 'UAL'?", + "question_toks": [ + "Which", + "airline", + "has", + "abbreviation", + "'UAL", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"UAL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT Airline FROM AIRLINES WHERE Abbreviation = \"UAL\"", + "query_toks": [ + "SELECT", + "Airline", + "FROM", + "AIRLINES", + "WHERE", + "Abbreviation", + "=", + "``", + "UAL", + "''" + ], + "query_toks_no_value": [ + "select", + "airline", + "from", + "airlines", + "where", + "abbreviation", + "=", + "value" + ], + "question": "Give the airline with abbreviation 'UAL'.", + "question_toks": [ + "Give", + "the", + "airline", + "with", + "abbreviation", + "'UAL", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"UAL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM AIRLINES WHERE Country = \"USA\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "AIRLINES", + "WHERE", + "Country", + "=", + "``", + "USA", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "airlines", + "where", + "country", + "=", + "value" + ], + "question": "How many airlines are from USA?", + "question_toks": [ + "How", + "many", + "airlines", + "are", + "from", + "USA", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM AIRLINES WHERE Country = \"USA\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "AIRLINES", + "WHERE", + "Country", + "=", + "``", + "USA", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "airlines", + "where", + "country", + "=", + "value" + ], + "question": "Return the number of airlines in the USA.", + "question_toks": [ + "Return", + "the", + "number", + "of", + "airlines", + "in", + "the", + "USA", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT City , Country FROM AIRPORTS WHERE AirportName = \"Alton\"", + "query_toks": [ + "SELECT", + "City", + ",", + "Country", + "FROM", + "AIRPORTS", + "WHERE", + "AirportName", + "=", + "``", + "Alton", + "''" + ], + "query_toks_no_value": [ + "select", + "city", + ",", + "country", + "from", + "airports", + "where", + "airportname", + "=", + "value" + ], + "question": "Which city and country is the Alton airport at?", + "question_toks": [ + "Which", + "city", + "and", + "country", + "is", + "the", + "Alton", + "airport", + "at", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Alton\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT City , Country FROM AIRPORTS WHERE AirportName = \"Alton\"", + "query_toks": [ + "SELECT", + "City", + ",", + "Country", + "FROM", + "AIRPORTS", + "WHERE", + "AirportName", + "=", + "``", + "Alton", + "''" + ], + "query_toks_no_value": [ + "select", + "city", + ",", + "country", + "from", + "airports", + "where", + "airportname", + "=", + "value" + ], + "question": "Give the city and country for the Alton airport.", + "question_toks": [ + "Give", + "the", + "city", + "and", + "country", + "for", + "the", + "Alton", + "airport", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Alton\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT AirportName FROM AIRPORTS WHERE AirportCode = \"AKO\"", + "query_toks": [ + "SELECT", + "AirportName", + "FROM", + "AIRPORTS", + "WHERE", + "AirportCode", + "=", + "``", + "AKO", + "''" + ], + "query_toks_no_value": [ + "select", + "airportname", + "from", + "airports", + "where", + "airportcode", + "=", + "value" + ], + "question": "What is the airport name for airport 'AKO'?", + "question_toks": [ + "What", + "is", + "the", + "airport", + "name", + "for", + "airport", + "'AKO", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"AKO\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT AirportName FROM AIRPORTS WHERE AirportCode = \"AKO\"", + "query_toks": [ + "SELECT", + "AirportName", + "FROM", + "AIRPORTS", + "WHERE", + "AirportCode", + "=", + "``", + "AKO", + "''" + ], + "query_toks_no_value": [ + "select", + "airportname", + "from", + "airports", + "where", + "airportcode", + "=", + "value" + ], + "question": "Return the name of the airport with code 'AKO'.", + "question_toks": [ + "Return", + "the", + "name", + "of", + "the", + "airport", + "with", + "code", + "'AKO", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"AKO\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT AirportName FROM AIRPORTS WHERE City = \"Aberdeen\"", + "query_toks": [ + "SELECT", + "AirportName", + "FROM", + "AIRPORTS", + "WHERE", + "City", + "=", + "``", + "Aberdeen", + "''" + ], + "query_toks_no_value": [ + "select", + "airportname", + "from", + "airports", + "where", + "city", + "=", + "value" + ], + "question": "What are airport names at City 'Aberdeen'?", + "question_toks": [ + "What", + "are", + "airport", + "names", + "at", + "City", + "'Aberdeen", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT AirportName FROM AIRPORTS WHERE City = \"Aberdeen\"", + "query_toks": [ + "SELECT", + "AirportName", + "FROM", + "AIRPORTS", + "WHERE", + "City", + "=", + "``", + "Aberdeen", + "''" + ], + "query_toks_no_value": [ + "select", + "airportname", + "from", + "airports", + "where", + "city", + "=", + "value" + ], + "question": "What are the names of airports in Aberdeen?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "airports", + "in", + "Aberdeen", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS WHERE SourceAirport = \"APG\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS", + "WHERE", + "SourceAirport", + "=", + "``", + "APG", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "where", + "sourceairport", + "=", + "value" + ], + "question": "How many flights depart from 'APG'?", + "question_toks": [ + "How", + "many", + "flights", + "depart", + "from", + "'APG", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"APG\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS WHERE SourceAirport = \"APG\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS", + "WHERE", + "SourceAirport", + "=", + "``", + "APG", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "where", + "sourceairport", + "=", + "value" + ], + "question": "Count the number of flights departing from 'APG'.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "flights", + "departing", + "from", + "'APG", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"APG\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS WHERE DestAirport = \"ATO\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS", + "WHERE", + "DestAirport", + "=", + "``", + "ATO", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "where", + "destairport", + "=", + "value" + ], + "question": "How many flights have destination ATO?", + "question_toks": [ + "How", + "many", + "flights", + "have", + "destination", + "ATO", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"ATO\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS WHERE DestAirport = \"ATO\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS", + "WHERE", + "DestAirport", + "=", + "``", + "ATO", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "where", + "destairport", + "=", + "value" + ], + "question": "Count the number of flights into ATO.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "flights", + "into", + "ATO", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"ATO\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.SourceAirport = T2.AirportCode WHERE T2.City = \"Aberdeen\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRPORTS", + "AS", + "T2", + "ON", + "T1.SourceAirport", + "=", + "T2.AirportCode", + "WHERE", + "T2.City", + "=", + "``", + "Aberdeen", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "as", + "t1", + "join", + "airports", + "as", + "t2", + "on", + "t1", + ".", + "sourceairport", + "=", + "t2", + ".", + "airportcode", + "where", + "t2", + ".", + "city", + "=", + "value" + ], + "question": "How many flights depart from City Aberdeen?", + "question_toks": [ + "How", + "many", + "flights", + "depart", + "from", + "City", + "Aberdeen", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.SourceAirport = T2.AirportCode WHERE T2.City = \"Aberdeen\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRPORTS", + "AS", + "T2", + "ON", + "T1.SourceAirport", + "=", + "T2.AirportCode", + "WHERE", + "T2.City", + "=", + "``", + "Aberdeen", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "as", + "t1", + "join", + "airports", + "as", + "t2", + "on", + "t1", + ".", + "sourceairport", + "=", + "t2", + ".", + "airportcode", + "where", + "t2", + ".", + "city", + "=", + "value" + ], + "question": "Return the number of flights departing from Aberdeen.", + "question_toks": [ + "Return", + "the", + "number", + "of", + "flights", + "departing", + "from", + "Aberdeen", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode WHERE T2.City = \"Aberdeen\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRPORTS", + "AS", + "T2", + "ON", + "T1.DestAirport", + "=", + "T2.AirportCode", + "WHERE", + "T2.City", + "=", + "``", + "Aberdeen", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "as", + "t1", + "join", + "airports", + "as", + "t2", + "on", + "t1", + ".", + "destairport", + "=", + "t2", + ".", + "airportcode", + "where", + "t2", + ".", + "city", + "=", + "value" + ], + "question": "How many flights arriving in Aberdeen city?", + "question_toks": [ + "How", + "many", + "flights", + "arriving", + "in", + "Aberdeen", + "city", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode WHERE T2.City = \"Aberdeen\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRPORTS", + "AS", + "T2", + "ON", + "T1.DestAirport", + "=", + "T2.AirportCode", + "WHERE", + "T2.City", + "=", + "``", + "Aberdeen", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "as", + "t1", + "join", + "airports", + "as", + "t2", + "on", + "t1", + ".", + "destairport", + "=", + "t2", + ".", + "airportcode", + "where", + "t2", + ".", + "city", + "=", + "value" + ], + "question": "Return the number of flights arriving in Aberdeen.", + "question_toks": [ + "Return", + "the", + "number", + "of", + "flights", + "arriving", + "in", + "Aberdeen", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode JOIN AIRPORTS AS T3 ON T1.SourceAirport = T3.AirportCode WHERE T2.City = \"Ashley\" AND T3.City = \"Aberdeen\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRPORTS", + "AS", + "T2", + "ON", + "T1.DestAirport", + "=", + "T2.AirportCode", + "JOIN", + "AIRPORTS", + "AS", + "T3", + "ON", + "T1.SourceAirport", + "=", + "T3.AirportCode", + "WHERE", + "T2.City", + "=", + "``", + "Ashley", + "''", + "AND", + "T3.City", + "=", + "``", + "Aberdeen", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "as", + "t1", + "join", + "airports", + "as", + "t2", + "on", + "t1", + ".", + "destairport", + "=", + "t2", + ".", + "airportcode", + "join", + "airports", + "as", + "t3", + "on", + "t1", + ".", + "sourceairport", + "=", + "t3", + ".", + "airportcode", + "where", + "t2", + ".", + "city", + "=", + "value", + "and", + "t3", + ".", + "city", + "=", + "value" + ], + "question": "How many flights depart from City 'Aberdeen' and have destination City 'Ashley'?", + "question_toks": [ + "How", + "many", + "flights", + "depart", + "from", + "City", + "'Aberdeen", + "'", + "and", + "have", + "destination", + "City", + "'Ashley", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Ashley\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode JOIN AIRPORTS AS T3 ON T1.SourceAirport = T3.AirportCode WHERE T2.City = \"Ashley\" AND T3.City = \"Aberdeen\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRPORTS", + "AS", + "T2", + "ON", + "T1.DestAirport", + "=", + "T2.AirportCode", + "JOIN", + "AIRPORTS", + "AS", + "T3", + "ON", + "T1.SourceAirport", + "=", + "T3.AirportCode", + "WHERE", + "T2.City", + "=", + "``", + "Ashley", + "''", + "AND", + "T3.City", + "=", + "``", + "Aberdeen", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "as", + "t1", + "join", + "airports", + "as", + "t2", + "on", + "t1", + ".", + "destairport", + "=", + "t2", + ".", + "airportcode", + "join", + "airports", + "as", + "t3", + "on", + "t1", + ".", + "sourceairport", + "=", + "t3", + ".", + "airportcode", + "where", + "t2", + ".", + "city", + "=", + "value", + "and", + "t3", + ".", + "city", + "=", + "value" + ], + "question": "How many flights fly from Aberdeen to Ashley?", + "question_toks": [ + "How", + "many", + "flights", + "fly", + "from", + "Aberdeen", + "to", + "Ashley", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Ashley\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRLINES AS T2 ON T1.Airline = T2.uid WHERE T2.Airline = \"JetBlue Airways\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRLINES", + "AS", + "T2", + "ON", + "T1.Airline", + "=", + "T2.uid", + "WHERE", + "T2.Airline", + "=", + "``", + "JetBlue", + "Airways", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "as", + "t1", + "join", + "airlines", + "as", + "t2", + "on", + "t1", + ".", + "airline", + "=", + "t2", + ".", + "uid", + "where", + "t2", + ".", + "airline", + "=", + "value" + ], + "question": "How many flights does airline 'JetBlue Airways' have?", + "question_toks": [ + "How", + "many", + "flights", + "does", + "airline", + "'JetBlue", + "Airways", + "'", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"JetBlue Airways\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRLINES AS T2 ON T1.Airline = T2.uid WHERE T2.Airline = \"JetBlue Airways\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRLINES", + "AS", + "T2", + "ON", + "T1.Airline", + "=", + "T2.uid", + "WHERE", + "T2.Airline", + "=", + "``", + "JetBlue", + "Airways", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "as", + "t1", + "join", + "airlines", + "as", + "t2", + "on", + "t1", + ".", + "airline", + "=", + "t2", + ".", + "uid", + "where", + "t2", + ".", + "airline", + "=", + "value" + ], + "question": "Give the number of Jetblue Airways flights.", + "question_toks": [ + "Give", + "the", + "number", + "of", + "Jetblue", + "Airways", + "flights", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"JetBlue Airways\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T2.Airline = T1.uid WHERE T1.Airline = \"United Airlines\" AND T2.DestAirport = \"ASY\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T2.Airline", + "=", + "T1.uid", + "WHERE", + "T1.Airline", + "=", + "``", + "United", + "Airlines", + "''", + "AND", + "T2.DestAirport", + "=", + "``", + "ASY", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t2", + ".", + "airline", + "=", + "t1", + ".", + "uid", + "where", + "t1", + ".", + "airline", + "=", + "value", + "and", + "t2", + ".", + "destairport", + "=", + "value" + ], + "question": "How many 'United Airlines' flights go to Airport 'ASY'?", + "question_toks": [ + "How", + "many", + "'United", + "Airlines", + "'", + "flights", + "go", + "to", + "Airport", + "'ASY", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"United Airlines\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"ASY\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T2.Airline = T1.uid WHERE T1.Airline = \"United Airlines\" AND T2.DestAirport = \"ASY\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T2.Airline", + "=", + "T1.uid", + "WHERE", + "T1.Airline", + "=", + "``", + "United", + "Airlines", + "''", + "AND", + "T2.DestAirport", + "=", + "``", + "ASY", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t2", + ".", + "airline", + "=", + "t1", + ".", + "uid", + "where", + "t1", + ".", + "airline", + "=", + "value", + "and", + "t2", + ".", + "destairport", + "=", + "value" + ], + "question": "Count the number of United Airlines flights arriving in ASY Airport.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "United", + "Airlines", + "flights", + "arriving", + "in", + "ASY", + "Airport", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"United Airlines\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"ASY\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T2.Airline = T1.uid WHERE T1.Airline = \"United Airlines\" AND T2.SourceAirport = \"AHD\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T2.Airline", + "=", + "T1.uid", + "WHERE", + "T1.Airline", + "=", + "``", + "United", + "Airlines", + "''", + "AND", + "T2.SourceAirport", + "=", + "``", + "AHD", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t2", + ".", + "airline", + "=", + "t1", + ".", + "uid", + "where", + "t1", + ".", + "airline", + "=", + "value", + "and", + "t2", + ".", + "sourceairport", + "=", + "value" + ], + "question": "How many 'United Airlines' flights depart from Airport 'AHD'?", + "question_toks": [ + "How", + "many", + "'United", + "Airlines", + "'", + "flights", + "depart", + "from", + "Airport", + "'AHD", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"United Airlines\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"AHD\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T2.Airline = T1.uid WHERE T1.Airline = \"United Airlines\" AND T2.SourceAirport = \"AHD\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T2.Airline", + "=", + "T1.uid", + "WHERE", + "T1.Airline", + "=", + "``", + "United", + "Airlines", + "''", + "AND", + "T2.SourceAirport", + "=", + "``", + "AHD", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t2", + ".", + "airline", + "=", + "t1", + ".", + "uid", + "where", + "t1", + ".", + "airline", + "=", + "value", + "and", + "t2", + ".", + "sourceairport", + "=", + "value" + ], + "question": "Return the number of United Airlines flights leaving from AHD Airport.", + "question_toks": [ + "Return", + "the", + "number", + "of", + "United", + "Airlines", + "flights", + "leaving", + "from", + "AHD", + "Airport", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"United Airlines\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"AHD\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode JOIN AIRLINES AS T3 ON T3.uid = T1.Airline WHERE T2.City = \"Aberdeen\" AND T3.Airline = \"United Airlines\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRPORTS", + "AS", + "T2", + "ON", + "T1.DestAirport", + "=", + "T2.AirportCode", + "JOIN", + "AIRLINES", + "AS", + "T3", + "ON", + "T3.uid", + "=", + "T1.Airline", + "WHERE", + "T2.City", + "=", + "``", + "Aberdeen", + "''", + "AND", + "T3.Airline", + "=", + "``", + "United", + "Airlines", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "as", + "t1", + "join", + "airports", + "as", + "t2", + "on", + "t1", + ".", + "destairport", + "=", + "t2", + ".", + "airportcode", + "join", + "airlines", + "as", + "t3", + "on", + "t3", + ".", + "uid", + "=", + "t1", + ".", + "airline", + "where", + "t2", + ".", + "city", + "=", + "value", + "and", + "t3", + ".", + "airline", + "=", + "value" + ], + "question": "How many United Airlines flights go to City 'Aberdeen'?", + "question_toks": [ + "How", + "many", + "United", + "Airlines", + "flights", + "go", + "to", + "City", + "'Aberdeen", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"United Airlines\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode JOIN AIRLINES AS T3 ON T3.uid = T1.Airline WHERE T2.City = \"Aberdeen\" AND T3.Airline = \"United Airlines\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRPORTS", + "AS", + "T2", + "ON", + "T1.DestAirport", + "=", + "T2.AirportCode", + "JOIN", + "AIRLINES", + "AS", + "T3", + "ON", + "T3.uid", + "=", + "T1.Airline", + "WHERE", + "T2.City", + "=", + "``", + "Aberdeen", + "''", + "AND", + "T3.Airline", + "=", + "``", + "United", + "Airlines", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "as", + "t1", + "join", + "airports", + "as", + "t2", + "on", + "t1", + ".", + "destairport", + "=", + "t2", + ".", + "airportcode", + "join", + "airlines", + "as", + "t3", + "on", + "t3", + ".", + "uid", + "=", + "t1", + ".", + "airline", + "where", + "t2", + ".", + "city", + "=", + "value", + "and", + "t3", + ".", + "airline", + "=", + "value" + ], + "question": "Count the number of United Airlines flights that arrive in Aberdeen.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "United", + "Airlines", + "flights", + "that", + "arrive", + "in", + "Aberdeen", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"United Airlines\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.City FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.DestAirport GROUP BY T1.City ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.City", + "FROM", + "AIRPORTS", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.AirportCode", + "=", + "T2.DestAirport", + "GROUP", + "BY", + "T1.City", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "city", + "from", + "airports", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "airportcode", + "=", + "t2", + ".", + "destairport", + "group", + "by", + "t1", + ".", + "city", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which city has most number of arriving flights?", + "question_toks": [ + "Which", + "city", + "has", + "most", + "number", + "of", + "arriving", + "flights", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.City FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.DestAirport GROUP BY T1.City ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.City", + "FROM", + "AIRPORTS", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.AirportCode", + "=", + "T2.DestAirport", + "GROUP", + "BY", + "T1.City", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "city", + "from", + "airports", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "airportcode", + "=", + "t2", + ".", + "destairport", + "group", + "by", + "t1", + ".", + "city", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which city has the most frequent destination airport?", + "question_toks": [ + "Which", + "city", + "has", + "the", + "most", + "frequent", + "destination", + "airport", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.City FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.SourceAirport GROUP BY T1.City ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.City", + "FROM", + "AIRPORTS", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.AirportCode", + "=", + "T2.SourceAirport", + "GROUP", + "BY", + "T1.City", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "city", + "from", + "airports", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "airportcode", + "=", + "t2", + ".", + "sourceairport", + "group", + "by", + "t1", + ".", + "city", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which city has most number of departing flights?", + "question_toks": [ + "Which", + "city", + "has", + "most", + "number", + "of", + "departing", + "flights", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.City FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.SourceAirport GROUP BY T1.City ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.City", + "FROM", + "AIRPORTS", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.AirportCode", + "=", + "T2.SourceAirport", + "GROUP", + "BY", + "T1.City", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "city", + "from", + "airports", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "airportcode", + "=", + "t2", + ".", + "sourceairport", + "group", + "by", + "t1", + ".", + "city", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which city is the most frequent source airport?", + "question_toks": [ + "Which", + "city", + "is", + "the", + "most", + "frequent", + "source", + "airport", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.AirportCode FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.DestAirport OR T1.AirportCode = T2.SourceAirport GROUP BY T1.AirportCode ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.AirportCode", + "FROM", + "AIRPORTS", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.AirportCode", + "=", + "T2.DestAirport", + "OR", + "T1.AirportCode", + "=", + "T2.SourceAirport", + "GROUP", + "BY", + "T1.AirportCode", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airportcode", + "from", + "airports", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "airportcode", + "=", + "t2", + ".", + "destairport", + "or", + "t1", + ".", + "airportcode", + "=", + "t2", + ".", + "sourceairport", + "group", + "by", + "t1", + ".", + "airportcode", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the code of airport that has the highest number of flights?", + "question_toks": [ + "What", + "is", + "the", + "code", + "of", + "airport", + "that", + "has", + "the", + "highest", + "number", + "of", + "flights", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.AirportCode FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.DestAirport OR T1.AirportCode = T2.SourceAirport GROUP BY T1.AirportCode ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.AirportCode", + "FROM", + "AIRPORTS", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.AirportCode", + "=", + "T2.DestAirport", + "OR", + "T1.AirportCode", + "=", + "T2.SourceAirport", + "GROUP", + "BY", + "T1.AirportCode", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airportcode", + "from", + "airports", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "airportcode", + "=", + "t2", + ".", + "destairport", + "or", + "t1", + ".", + "airportcode", + "=", + "t2", + ".", + "sourceairport", + "group", + "by", + "t1", + ".", + "airportcode", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the airport code of the airport with the most flights?", + "question_toks": [ + "What", + "is", + "the", + "airport", + "code", + "of", + "the", + "airport", + "with", + "the", + "most", + "flights", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.AirportCode FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.DestAirport OR T1.AirportCode = T2.SourceAirport GROUP BY T1.AirportCode ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "T1.AirportCode", + "FROM", + "AIRPORTS", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.AirportCode", + "=", + "T2.DestAirport", + "OR", + "T1.AirportCode", + "=", + "T2.SourceAirport", + "GROUP", + "BY", + "T1.AirportCode", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airportcode", + "from", + "airports", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "airportcode", + "=", + "t2", + ".", + "destairport", + "or", + "t1", + ".", + "airportcode", + "=", + "t2", + ".", + "sourceairport", + "group", + "by", + "t1", + ".", + "airportcode", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "What is the code of airport that has fewest number of flights?", + "question_toks": [ + "What", + "is", + "the", + "code", + "of", + "airport", + "that", + "has", + "fewest", + "number", + "of", + "flights", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.AirportCode FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.DestAirport OR T1.AirportCode = T2.SourceAirport GROUP BY T1.AirportCode ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "T1.AirportCode", + "FROM", + "AIRPORTS", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.AirportCode", + "=", + "T2.DestAirport", + "OR", + "T1.AirportCode", + "=", + "T2.SourceAirport", + "GROUP", + "BY", + "T1.AirportCode", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airportcode", + "from", + "airports", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "airportcode", + "=", + "t2", + ".", + "destairport", + "or", + "t1", + ".", + "airportcode", + "=", + "t2", + ".", + "sourceairport", + "group", + "by", + "t1", + ".", + "airportcode", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "Give the code of the airport with the least flights.", + "question_toks": [ + "Give", + "the", + "code", + "of", + "the", + "airport", + "with", + "the", + "least", + "flights", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "GROUP", + "BY", + "T1.Airline", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "group", + "by", + "t1", + ".", + "airline", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which airline has most number of flights?", + "question_toks": [ + "Which", + "airline", + "has", + "most", + "number", + "of", + "flights", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "GROUP", + "BY", + "T1.Airline", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "group", + "by", + "t1", + ".", + "airline", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What airline serves the most flights?", + "question_toks": [ + "What", + "airline", + "serves", + "the", + "most", + "flights", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Abbreviation , T1.Country FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Abbreviation", + ",", + "T1.Country", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "GROUP", + "BY", + "T1.Airline", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "abbreviation", + ",", + "t1", + ".", + "country", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "group", + "by", + "t1", + ".", + "airline", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "Find the abbreviation and country of the airline that has fewest number of flights?", + "question_toks": [ + "Find", + "the", + "abbreviation", + "and", + "country", + "of", + "the", + "airline", + "that", + "has", + "fewest", + "number", + "of", + "flights", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Abbreviation , T1.Country FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Abbreviation", + ",", + "T1.Country", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "GROUP", + "BY", + "T1.Airline", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "abbreviation", + ",", + "t1", + ".", + "country", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "group", + "by", + "t1", + ".", + "airline", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "What is the abbreviation of the airilne has the fewest flights and what country is it in?", + "question_toks": [ + "What", + "is", + "the", + "abbreviation", + "of", + "the", + "airilne", + "has", + "the", + "fewest", + "flights", + "and", + "what", + "country", + "is", + "it", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = \"AHD\"", + "query_toks": [ + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "WHERE", + "T2.SourceAirport", + "=", + "``", + "AHD", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "where", + "t2", + ".", + "sourceairport", + "=", + "value" + ], + "question": "What are airlines that have some flight departing from airport 'AHD'?", + "question_toks": [ + "What", + "are", + "airlines", + "that", + "have", + "some", + "flight", + "departing", + "from", + "airport", + "'AHD", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"AHD\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = \"AHD\"", + "query_toks": [ + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "WHERE", + "T2.SourceAirport", + "=", + "``", + "AHD", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "where", + "t2", + ".", + "sourceairport", + "=", + "value" + ], + "question": "Which airlines have a flight with source airport AHD?", + "question_toks": [ + "Which", + "airlines", + "have", + "a", + "flight", + "with", + "source", + "airport", + "AHD", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"AHD\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.DestAirport = \"AHD\"", + "query_toks": [ + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "WHERE", + "T2.DestAirport", + "=", + "``", + "AHD", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "where", + "t2", + ".", + "destairport", + "=", + "value" + ], + "question": "What are airlines that have flights arriving at airport 'AHD'?", + "question_toks": [ + "What", + "are", + "airlines", + "that", + "have", + "flights", + "arriving", + "at", + "airport", + "'AHD", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"AHD\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.DestAirport = \"AHD\"", + "query_toks": [ + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "WHERE", + "T2.DestAirport", + "=", + "``", + "AHD", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "where", + "t2", + ".", + "destairport", + "=", + "value" + ], + "question": "Which airlines have a flight with destination airport AHD?", + "question_toks": [ + "Which", + "airlines", + "have", + "a", + "flight", + "with", + "destination", + "airport", + "AHD", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"AHD\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = \"APG\" INTERSECT SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = \"CVO\"", + "query_toks": [ + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "WHERE", + "T2.SourceAirport", + "=", + "``", + "APG", + "''", + "INTERSECT", + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "WHERE", + "T2.SourceAirport", + "=", + "``", + "CVO", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "where", + "t2", + ".", + "sourceairport", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "where", + "t2", + ".", + "sourceairport", + "=", + "value" + ], + "question": "Find all airlines that have flights from both airports 'APG' and 'CVO'.", + "question_toks": [ + "Find", + "all", + "airlines", + "that", + "have", + "flights", + "from", + "both", + "airports", + "'APG", + "'", + "and", + "'CVO", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"APG\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"CVO\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = \"APG\" INTERSECT SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = \"CVO\"", + "query_toks": [ + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "WHERE", + "T2.SourceAirport", + "=", + "``", + "APG", + "''", + "INTERSECT", + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "WHERE", + "T2.SourceAirport", + "=", + "``", + "CVO", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "where", + "t2", + ".", + "sourceairport", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "where", + "t2", + ".", + "sourceairport", + "=", + "value" + ], + "question": "Which airlines have departing flights from both APG and CVO airports?", + "question_toks": [ + "Which", + "airlines", + "have", + "departing", + "flights", + "from", + "both", + "APG", + "and", + "CVO", + "airports", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"APG\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"CVO\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = \"CVO\" EXCEPT SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = \"APG\"", + "query_toks": [ + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "WHERE", + "T2.SourceAirport", + "=", + "``", + "CVO", + "''", + "EXCEPT", + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "WHERE", + "T2.SourceAirport", + "=", + "``", + "APG", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "where", + "t2", + ".", + "sourceairport", + "=", + "value", + "except", + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "where", + "t2", + ".", + "sourceairport", + "=", + "value" + ], + "question": "Find all airlines that have flights from airport 'CVO' but not from 'APG'.", + "question_toks": [ + "Find", + "all", + "airlines", + "that", + "have", + "flights", + "from", + "airport", + "'CVO", + "'", + "but", + "not", + "from", + "'APG", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"CVO\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"APG\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = \"CVO\" EXCEPT SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = \"APG\"", + "query_toks": [ + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "WHERE", + "T2.SourceAirport", + "=", + "``", + "CVO", + "''", + "EXCEPT", + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "WHERE", + "T2.SourceAirport", + "=", + "``", + "APG", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "where", + "t2", + ".", + "sourceairport", + "=", + "value", + "except", + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "where", + "t2", + ".", + "sourceairport", + "=", + "value" + ], + "question": "Which airlines have departures from CVO but not from APG airports?", + "question_toks": [ + "Which", + "airlines", + "have", + "departures", + "from", + "CVO", + "but", + "not", + "from", + "APG", + "airports", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"CVO\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"APG\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline HAVING count(*) > 10", + "query_toks": [ + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "GROUP", + "BY", + "T1.Airline", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "10" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "group", + "by", + "t1", + ".", + "airline", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find all airlines that have at least 10 flights.", + "question_toks": [ + "Find", + "all", + "airlines", + "that", + "have", + "at", + "least", + "10", + "flights", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline HAVING count(*) > 10", + "query_toks": [ + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "GROUP", + "BY", + "T1.Airline", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "10" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "group", + "by", + "t1", + ".", + "airline", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Which airlines have at least 10 flights?", + "question_toks": [ + "Which", + "airlines", + "have", + "at", + "least", + "10", + "flights", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline HAVING count(*) < 200", + "query_toks": [ + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "GROUP", + "BY", + "T1.Airline", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "200" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "group", + "by", + "t1", + ".", + "airline", + "having", + "count", + "(", + "*", + ")", + "<", + "value" + ], + "question": "Find all airlines that have fewer than 200 flights.", + "question_toks": [ + "Find", + "all", + "airlines", + "that", + "have", + "fewer", + "than", + "200", + "flights", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 200.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline HAVING count(*) < 200", + "query_toks": [ + "SELECT", + "T1.Airline", + "FROM", + "AIRLINES", + "AS", + "T1", + "JOIN", + "FLIGHTS", + "AS", + "T2", + "ON", + "T1.uid", + "=", + "T2.Airline", + "GROUP", + "BY", + "T1.Airline", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "200" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "airline", + "from", + "airlines", + "as", + "t1", + "join", + "flights", + "as", + "t2", + "on", + "t1", + ".", + "uid", + "=", + "t2", + ".", + "airline", + "group", + "by", + "t1", + ".", + "airline", + "having", + "count", + "(", + "*", + ")", + "<", + "value" + ], + "question": "Which airlines have less than 200 flights?", + "question_toks": [ + "Which", + "airlines", + "have", + "less", + "than", + "200", + "flights", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 200.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.FlightNo FROM FLIGHTS AS T1 JOIN AIRLINES AS T2 ON T2.uid = T1.Airline WHERE T2.Airline = \"United Airlines\"", + "query_toks": [ + "SELECT", + "T1.FlightNo", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRLINES", + "AS", + "T2", + "ON", + "T2.uid", + "=", + "T1.Airline", + "WHERE", + "T2.Airline", + "=", + "``", + "United", + "Airlines", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "flightno", + "from", + "flights", + "as", + "t1", + "join", + "airlines", + "as", + "t2", + "on", + "t2", + ".", + "uid", + "=", + "t1", + ".", + "airline", + "where", + "t2", + ".", + "airline", + "=", + "value" + ], + "question": "What are flight numbers of Airline \"United Airlines\"?", + "question_toks": [ + "What", + "are", + "flight", + "numbers", + "of", + "Airline", + "``", + "United", + "Airlines", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"United Airlines\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.FlightNo FROM FLIGHTS AS T1 JOIN AIRLINES AS T2 ON T2.uid = T1.Airline WHERE T2.Airline = \"United Airlines\"", + "query_toks": [ + "SELECT", + "T1.FlightNo", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRLINES", + "AS", + "T2", + "ON", + "T2.uid", + "=", + "T1.Airline", + "WHERE", + "T2.Airline", + "=", + "``", + "United", + "Airlines", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "flightno", + "from", + "flights", + "as", + "t1", + "join", + "airlines", + "as", + "t2", + "on", + "t2", + ".", + "uid", + "=", + "t1", + ".", + "airline", + "where", + "t2", + ".", + "airline", + "=", + "value" + ], + "question": "Which flight numbers correspond to United Airlines flights?", + "question_toks": [ + "Which", + "flight", + "numbers", + "correspond", + "to", + "United", + "Airlines", + "flights", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"United Airlines\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT FlightNo FROM FLIGHTS WHERE SourceAirport = \"APG\"", + "query_toks": [ + "SELECT", + "FlightNo", + "FROM", + "FLIGHTS", + "WHERE", + "SourceAirport", + "=", + "``", + "APG", + "''" + ], + "query_toks_no_value": [ + "select", + "flightno", + "from", + "flights", + "where", + "sourceairport", + "=", + "value" + ], + "question": "What are flight numbers of flights departing from Airport \"APG\"?", + "question_toks": [ + "What", + "are", + "flight", + "numbers", + "of", + "flights", + "departing", + "from", + "Airport", + "``", + "APG", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"APG\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT FlightNo FROM FLIGHTS WHERE SourceAirport = \"APG\"", + "query_toks": [ + "SELECT", + "FlightNo", + "FROM", + "FLIGHTS", + "WHERE", + "SourceAirport", + "=", + "``", + "APG", + "''" + ], + "query_toks_no_value": [ + "select", + "flightno", + "from", + "flights", + "where", + "sourceairport", + "=", + "value" + ], + "question": "Give the flight numbers of flights leaving from APG.", + "question_toks": [ + "Give", + "the", + "flight", + "numbers", + "of", + "flights", + "leaving", + "from", + "APG", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"APG\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT FlightNo FROM FLIGHTS WHERE DestAirport = \"APG\"", + "query_toks": [ + "SELECT", + "FlightNo", + "FROM", + "FLIGHTS", + "WHERE", + "DestAirport", + "=", + "``", + "APG", + "''" + ], + "query_toks_no_value": [ + "select", + "flightno", + "from", + "flights", + "where", + "destairport", + "=", + "value" + ], + "question": "What are flight numbers of flights arriving at Airport \"APG\"?", + "question_toks": [ + "What", + "are", + "flight", + "numbers", + "of", + "flights", + "arriving", + "at", + "Airport", + "``", + "APG", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"APG\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT FlightNo FROM FLIGHTS WHERE DestAirport = \"APG\"", + "query_toks": [ + "SELECT", + "FlightNo", + "FROM", + "FLIGHTS", + "WHERE", + "DestAirport", + "=", + "``", + "APG", + "''" + ], + "query_toks_no_value": [ + "select", + "flightno", + "from", + "flights", + "where", + "destairport", + "=", + "value" + ], + "question": "Give the flight numbers of flights landing at APG.", + "question_toks": [ + "Give", + "the", + "flight", + "numbers", + "of", + "flights", + "landing", + "at", + "APG", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"APG\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.FlightNo FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.SourceAirport = T2.AirportCode WHERE T2.City = \"Aberdeen\"", + "query_toks": [ + "SELECT", + "T1.FlightNo", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRPORTS", + "AS", + "T2", + "ON", + "T1.SourceAirport", + "=", + "T2.AirportCode", + "WHERE", + "T2.City", + "=", + "``", + "Aberdeen", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "flightno", + "from", + "flights", + "as", + "t1", + "join", + "airports", + "as", + "t2", + "on", + "t1", + ".", + "sourceairport", + "=", + "t2", + ".", + "airportcode", + "where", + "t2", + ".", + "city", + "=", + "value" + ], + "question": "What are flight numbers of flights departing from City \"Aberdeen \"?", + "question_toks": [ + "What", + "are", + "flight", + "numbers", + "of", + "flights", + "departing", + "from", + "City", + "``", + "Aberdeen", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.FlightNo FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.SourceAirport = T2.AirportCode WHERE T2.City = \"Aberdeen\"", + "query_toks": [ + "SELECT", + "T1.FlightNo", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRPORTS", + "AS", + "T2", + "ON", + "T1.SourceAirport", + "=", + "T2.AirportCode", + "WHERE", + "T2.City", + "=", + "``", + "Aberdeen", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "flightno", + "from", + "flights", + "as", + "t1", + "join", + "airports", + "as", + "t2", + "on", + "t1", + ".", + "sourceairport", + "=", + "t2", + ".", + "airportcode", + "where", + "t2", + ".", + "city", + "=", + "value" + ], + "question": "Give the flight numbers of flights leaving from Aberdeen.", + "question_toks": [ + "Give", + "the", + "flight", + "numbers", + "of", + "flights", + "leaving", + "from", + "Aberdeen", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.FlightNo FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode WHERE T2.City = \"Aberdeen\"", + "query_toks": [ + "SELECT", + "T1.FlightNo", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRPORTS", + "AS", + "T2", + "ON", + "T1.DestAirport", + "=", + "T2.AirportCode", + "WHERE", + "T2.City", + "=", + "``", + "Aberdeen", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "flightno", + "from", + "flights", + "as", + "t1", + "join", + "airports", + "as", + "t2", + "on", + "t1", + ".", + "destairport", + "=", + "t2", + ".", + "airportcode", + "where", + "t2", + ".", + "city", + "=", + "value" + ], + "question": "What are flight numbers of flights arriving at City \"Aberdeen\"?", + "question_toks": [ + "What", + "are", + "flight", + "numbers", + "of", + "flights", + "arriving", + "at", + "City", + "``", + "Aberdeen", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT T1.FlightNo FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode WHERE T2.City = \"Aberdeen\"", + "query_toks": [ + "SELECT", + "T1.FlightNo", + "FROM", + "FLIGHTS", + "AS", + "T1", + "JOIN", + "AIRPORTS", + "AS", + "T2", + "ON", + "T1.DestAirport", + "=", + "T2.AirportCode", + "WHERE", + "T2.City", + "=", + "``", + "Aberdeen", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "flightno", + "from", + "flights", + "as", + "t1", + "join", + "airports", + "as", + "t2", + "on", + "t1", + ".", + "destairport", + "=", + "t2", + ".", + "airportcode", + "where", + "t2", + ".", + "city", + "=", + "value" + ], + "question": "Give the flight numbers of flights arriving in Aberdeen.", + "question_toks": [ + "Give", + "the", + "flight", + "numbers", + "of", + "flights", + "arriving", + "in", + "Aberdeen", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM Flights AS T1 JOIN Airports AS T2 ON T1.DestAirport = T2.AirportCode WHERE T2.city = \"Aberdeen\" OR T2.city = \"Abilene\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Flights", + "AS", + "T1", + "JOIN", + "Airports", + "AS", + "T2", + "ON", + "T1.DestAirport", + "=", + "T2.AirportCode", + "WHERE", + "T2.city", + "=", + "``", + "Aberdeen", + "''", + "OR", + "T2.city", + "=", + "``", + "Abilene", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "as", + "t1", + "join", + "airports", + "as", + "t2", + "on", + "t1", + ".", + "destairport", + "=", + "t2", + ".", + "airportcode", + "where", + "t2", + ".", + "city", + "=", + "value", + "or", + "t2", + ".", + "city", + "=", + "value" + ], + "question": "Find the number of flights landing in the city of Aberdeen or Abilene.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "flights", + "landing", + "in", + "the", + "city", + "of", + "Aberdeen", + "or", + "Abilene", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Abilene\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT count(*) FROM Flights AS T1 JOIN Airports AS T2 ON T1.DestAirport = T2.AirportCode WHERE T2.city = \"Aberdeen\" OR T2.city = \"Abilene\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Flights", + "AS", + "T1", + "JOIN", + "Airports", + "AS", + "T2", + "ON", + "T1.DestAirport", + "=", + "T2.AirportCode", + "WHERE", + "T2.city", + "=", + "``", + "Aberdeen", + "''", + "OR", + "T2.city", + "=", + "``", + "Abilene", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "flights", + "as", + "t1", + "join", + "airports", + "as", + "t2", + "on", + "t1", + ".", + "destairport", + "=", + "t2", + ".", + "airportcode", + "where", + "t2", + ".", + "city", + "=", + "value", + "or", + "t2", + ".", + "city", + "=", + "value" + ], + "question": "How many flights land in Aberdeen or Abilene?", + "question_toks": [ + "How", + "many", + "flights", + "land", + "in", + "Aberdeen", + "or", + "Abilene", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Aberdeen\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Abilene\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT AirportName FROM Airports WHERE AirportCode NOT IN (SELECT SourceAirport FROM Flights UNION SELECT DestAirport FROM Flights)", + "query_toks": [ + "SELECT", + "AirportName", + "FROM", + "Airports", + "WHERE", + "AirportCode", + "NOT", + "IN", + "(", + "SELECT", + "SourceAirport", + "FROM", + "Flights", + "UNION", + "SELECT", + "DestAirport", + "FROM", + "Flights", + ")" + ], + "query_toks_no_value": [ + "select", + "airportname", + "from", + "airports", + "where", + "airportcode", + "not", + "in", + "(", + "select", + "sourceairport", + "from", + "flights", + "union", + "select", + "destairport", + "from", + "flights", + ")" + ], + "question": "Find the name of airports which do not have any flight in and out.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "airports", + "which", + "do", + "not", + "have", + "any", + "flight", + "in", + "and", + "out", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "flight_2", + "query": "SELECT AirportName FROM Airports WHERE AirportCode NOT IN (SELECT SourceAirport FROM Flights UNION SELECT DestAirport FROM Flights)", + "query_toks": [ + "SELECT", + "AirportName", + "FROM", + "Airports", + "WHERE", + "AirportCode", + "NOT", + "IN", + "(", + "SELECT", + "SourceAirport", + "FROM", + "Flights", + "UNION", + "SELECT", + "DestAirport", + "FROM", + "Flights", + ")" + ], + "query_toks_no_value": [ + "select", + "airportname", + "from", + "airports", + "where", + "airportcode", + "not", + "in", + "(", + "select", + "sourceairport", + "from", + "flights", + "union", + "select", + "destairport", + "from", + "flights", + ")" + ], + "question": "Which airports do not have departing or arriving flights?", + "question_toks": [ + "Which", + "airports", + "do", + "not", + "have", + "departing", + "or", + "arriving", + "flights", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT count(*) FROM employee", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "employee" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "employee" + ], + "question": "How many employees are there?", + "question_toks": [ + "How", + "many", + "employees", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT count(*) FROM employee", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "employee" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "employee" + ], + "question": "Count the number of employees", + "question_toks": [ + "Count", + "the", + "number", + "of", + "employees" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT name FROM employee ORDER BY age", + "query_toks": [ + "SELECT", + "name", + "FROM", + "employee", + "ORDER", + "BY", + "age" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "employee", + "order", + "by", + "age" + ], + "question": "Sort employee names by their age in ascending order.", + "question_toks": [ + "Sort", + "employee", + "names", + "by", + "their", + "age", + "in", + "ascending", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT name FROM employee ORDER BY age", + "query_toks": [ + "SELECT", + "name", + "FROM", + "employee", + "ORDER", + "BY", + "age" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "employee", + "order", + "by", + "age" + ], + "question": "List the names of employees and sort in ascending order of age.", + "question_toks": [ + "List", + "the", + "names", + "of", + "employees", + "and", + "sort", + "in", + "ascending", + "order", + "of", + "age", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT count(*) , city FROM employee GROUP BY city", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "city", + "FROM", + "employee", + "GROUP", + "BY", + "city" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "city", + "from", + "employee", + "group", + "by", + "city" + ], + "question": "What is the number of employees from each city?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "employees", + "from", + "each", + "city", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT count(*) , city FROM employee GROUP BY city", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "city", + "FROM", + "employee", + "GROUP", + "BY", + "city" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "city", + "from", + "employee", + "group", + "by", + "city" + ], + "question": "Count the number of employees for each city.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "employees", + "for", + "each", + "city", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT city FROM employee WHERE age < 30 GROUP BY city HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "city", + "FROM", + "employee", + "WHERE", + "age", + "<", + "30", + "GROUP", + "BY", + "city", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "city", + "from", + "employee", + "where", + "age", + "<", + "value", + "group", + "by", + "city", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Which cities do more than one employee under age 30 come from?", + "question_toks": [ + "Which", + "cities", + "do", + "more", + "than", + "one", + "employee", + "under", + "age", + "30", + "come", + "from", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT city FROM employee WHERE age < 30 GROUP BY city HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "city", + "FROM", + "employee", + "WHERE", + "age", + "<", + "30", + "GROUP", + "BY", + "city", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "city", + "from", + "employee", + "where", + "age", + "<", + "value", + "group", + "by", + "city", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the cities that have more than one employee under age 30.", + "question_toks": [ + "Find", + "the", + "cities", + "that", + "have", + "more", + "than", + "one", + "employee", + "under", + "age", + "30", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT count(*) , LOCATION FROM shop GROUP BY LOCATION", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "LOCATION", + "FROM", + "shop", + "GROUP", + "BY", + "LOCATION" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "location", + "from", + "shop", + "group", + "by", + "location" + ], + "question": "Find the number of shops in each location.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "shops", + "in", + "each", + "location", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT count(*) , LOCATION FROM shop GROUP BY LOCATION", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "LOCATION", + "FROM", + "shop", + "GROUP", + "BY", + "LOCATION" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "location", + "from", + "shop", + "group", + "by", + "location" + ], + "question": "How many shops are there in each location?", + "question_toks": [ + "How", + "many", + "shops", + "are", + "there", + "in", + "each", + "location", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT manager_name , district FROM shop ORDER BY number_products DESC LIMIT 1", + "query_toks": [ + "SELECT", + "manager_name", + ",", + "district", + "FROM", + "shop", + "ORDER", + "BY", + "number_products", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "manager_name", + ",", + "district", + "from", + "shop", + "order", + "by", + "number_products", + "desc", + "limit", + "value" + ], + "question": "Find the manager name and district of the shop whose number of products is the largest.", + "question_toks": [ + "Find", + "the", + "manager", + "name", + "and", + "district", + "of", + "the", + "shop", + "whose", + "number", + "of", + "products", + "is", + "the", + "largest", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT manager_name , district FROM shop ORDER BY number_products DESC LIMIT 1", + "query_toks": [ + "SELECT", + "manager_name", + ",", + "district", + "FROM", + "shop", + "ORDER", + "BY", + "number_products", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "manager_name", + ",", + "district", + "from", + "shop", + "order", + "by", + "number_products", + "desc", + "limit", + "value" + ], + "question": "What are the manager name and district of the shop that sells the largest number of products?", + "question_toks": [ + "What", + "are", + "the", + "manager", + "name", + "and", + "district", + "of", + "the", + "shop", + "that", + "sells", + "the", + "largest", + "number", + "of", + "products", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT min(Number_products) , max(Number_products) FROM shop", + "query_toks": [ + "SELECT", + "min", + "(", + "Number_products", + ")", + ",", + "max", + "(", + "Number_products", + ")", + "FROM", + "shop" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "number_products", + ")", + ",", + "max", + "(", + "number_products", + ")", + "from", + "shop" + ], + "question": "find the minimum and maximum number of products of all stores.", + "question_toks": [ + "find", + "the", + "minimum", + "and", + "maximum", + "number", + "of", + "products", + "of", + "all", + "stores", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT min(Number_products) , max(Number_products) FROM shop", + "query_toks": [ + "SELECT", + "min", + "(", + "Number_products", + ")", + ",", + "max", + "(", + "Number_products", + ")", + "FROM", + "shop" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "number_products", + ")", + ",", + "max", + "(", + "number_products", + ")", + "from", + "shop" + ], + "question": "What are the minimum and maximum number of products across all the shops?", + "question_toks": [ + "What", + "are", + "the", + "minimum", + "and", + "maximum", + "number", + "of", + "products", + "across", + "all", + "the", + "shops", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT name , LOCATION , district FROM shop ORDER BY number_products DESC", + "query_toks": [ + "SELECT", + "name", + ",", + "LOCATION", + ",", + "district", + "FROM", + "shop", + "ORDER", + "BY", + "number_products", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "location", + ",", + "district", + "from", + "shop", + "order", + "by", + "number_products", + "desc" + ], + "question": "Return the name, location and district of all shops in descending order of number of products.", + "question_toks": [ + "Return", + "the", + "name", + ",", + "location", + "and", + "district", + "of", + "all", + "shops", + "in", + "descending", + "order", + "of", + "number", + "of", + "products", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT name , LOCATION , district FROM shop ORDER BY number_products DESC", + "query_toks": [ + "SELECT", + "name", + ",", + "LOCATION", + ",", + "district", + "FROM", + "shop", + "ORDER", + "BY", + "number_products", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "location", + ",", + "district", + "from", + "shop", + "order", + "by", + "number_products", + "desc" + ], + "question": "Sort all the shops by number products in descending order, and return the name, location and district of each shop.", + "question_toks": [ + "Sort", + "all", + "the", + "shops", + "by", + "number", + "products", + "in", + "descending", + "order", + ",", + "and", + "return", + "the", + "name", + ",", + "location", + "and", + "district", + "of", + "each", + "shop", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT name FROM shop WHERE number_products > (SELECT avg(number_products) FROM shop)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "shop", + "WHERE", + "number_products", + ">", + "(", + "SELECT", + "avg", + "(", + "number_products", + ")", + "FROM", + "shop", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "shop", + "where", + "number_products", + ">", + "(", + "select", + "avg", + "(", + "number_products", + ")", + "from", + "shop", + ")" + ], + "question": "Find the names of stores whose number products is more than the average number of products.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "stores", + "whose", + "number", + "products", + "is", + "more", + "than", + "the", + "average", + "number", + "of", + "products", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT name FROM shop WHERE number_products > (SELECT avg(number_products) FROM shop)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "shop", + "WHERE", + "number_products", + ">", + "(", + "SELECT", + "avg", + "(", + "number_products", + ")", + "FROM", + "shop", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "shop", + "where", + "number_products", + ">", + "(", + "select", + "avg", + "(", + "number_products", + ")", + "from", + "shop", + ")" + ], + "question": "Which shops' number products is above the average? Give me the shop names.", + "question_toks": [ + "Which", + "shops", + "'", + "number", + "products", + "is", + "above", + "the", + "average", + "?", + "Give", + "me", + "the", + "shop", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT t1.name FROM employee AS t1 JOIN evaluation AS t2 ON t1.Employee_ID = t2.Employee_ID GROUP BY t2.Employee_ID ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "employee", + "AS", + "t1", + "JOIN", + "evaluation", + "AS", + "t2", + "ON", + "t1.Employee_ID", + "=", + "t2.Employee_ID", + "GROUP", + "BY", + "t2.Employee_ID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "employee", + "as", + "t1", + "join", + "evaluation", + "as", + "t2", + "on", + "t1", + ".", + "employee_id", + "=", + "t2", + ".", + "employee_id", + "group", + "by", + "t2", + ".", + "employee_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "find the name of employee who was awarded the most times in the evaluation.", + "question_toks": [ + "find", + "the", + "name", + "of", + "employee", + "who", + "was", + "awarded", + "the", + "most", + "times", + "in", + "the", + "evaluation", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT t1.name FROM employee AS t1 JOIN evaluation AS t2 ON t1.Employee_ID = t2.Employee_ID GROUP BY t2.Employee_ID ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "employee", + "AS", + "t1", + "JOIN", + "evaluation", + "AS", + "t2", + "ON", + "t1.Employee_ID", + "=", + "t2.Employee_ID", + "GROUP", + "BY", + "t2.Employee_ID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "employee", + "as", + "t1", + "join", + "evaluation", + "as", + "t2", + "on", + "t1", + ".", + "employee_id", + "=", + "t2", + ".", + "employee_id", + "group", + "by", + "t2", + ".", + "employee_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which employee received the most awards in evaluations? Give me the employee name.", + "question_toks": [ + "Which", + "employee", + "received", + "the", + "most", + "awards", + "in", + "evaluations", + "?", + "Give", + "me", + "the", + "employee", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT t1.name FROM employee AS t1 JOIN evaluation AS t2 ON t1.Employee_ID = t2.Employee_ID ORDER BY t2.bonus DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "employee", + "AS", + "t1", + "JOIN", + "evaluation", + "AS", + "t2", + "ON", + "t1.Employee_ID", + "=", + "t2.Employee_ID", + "ORDER", + "BY", + "t2.bonus", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "employee", + "as", + "t1", + "join", + "evaluation", + "as", + "t2", + "on", + "t1", + ".", + "employee_id", + "=", + "t2", + ".", + "employee_id", + "order", + "by", + "t2", + ".", + "bonus", + "desc", + "limit", + "value" + ], + "question": "Find the name of the employee who got the highest one time bonus.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "employee", + "who", + "got", + "the", + "highest", + "one", + "time", + "bonus", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT t1.name FROM employee AS t1 JOIN evaluation AS t2 ON t1.Employee_ID = t2.Employee_ID ORDER BY t2.bonus DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "employee", + "AS", + "t1", + "JOIN", + "evaluation", + "AS", + "t2", + "ON", + "t1.Employee_ID", + "=", + "t2.Employee_ID", + "ORDER", + "BY", + "t2.bonus", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "employee", + "as", + "t1", + "join", + "evaluation", + "as", + "t2", + "on", + "t1", + ".", + "employee_id", + "=", + "t2", + ".", + "employee_id", + "order", + "by", + "t2", + ".", + "bonus", + "desc", + "limit", + "value" + ], + "question": "Which employee received the biggest bonus? Give me the employee name.", + "question_toks": [ + "Which", + "employee", + "received", + "the", + "biggest", + "bonus", + "?", + "Give", + "me", + "the", + "employee", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT name FROM employee WHERE Employee_ID NOT IN (SELECT Employee_ID FROM evaluation)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "employee", + "WHERE", + "Employee_ID", + "NOT", + "IN", + "(", + "SELECT", + "Employee_ID", + "FROM", + "evaluation", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "employee", + "where", + "employee_id", + "not", + "in", + "(", + "select", + "employee_id", + "from", + "evaluation", + ")" + ], + "question": "Find the names of employees who never won any award in the evaluation.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "employees", + "who", + "never", + "won", + "any", + "award", + "in", + "the", + "evaluation", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT name FROM employee WHERE Employee_ID NOT IN (SELECT Employee_ID FROM evaluation)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "employee", + "WHERE", + "Employee_ID", + "NOT", + "IN", + "(", + "SELECT", + "Employee_ID", + "FROM", + "evaluation", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "employee", + "where", + "employee_id", + "not", + "in", + "(", + "select", + "employee_id", + "from", + "evaluation", + ")" + ], + "question": "What are the names of the employees who never received any evaluation?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "employees", + "who", + "never", + "received", + "any", + "evaluation", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT t2.name FROM hiring AS t1 JOIN shop AS t2 ON t1.shop_id = t2.shop_id GROUP BY t1.shop_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "hiring", + "AS", + "t1", + "JOIN", + "shop", + "AS", + "t2", + "ON", + "t1.shop_id", + "=", + "t2.shop_id", + "GROUP", + "BY", + "t1.shop_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "hiring", + "as", + "t1", + "join", + "shop", + "as", + "t2", + "on", + "t1", + ".", + "shop_id", + "=", + "t2", + ".", + "shop_id", + "group", + "by", + "t1", + ".", + "shop_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the shop that is hiring the largest number of employees?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "shop", + "that", + "is", + "hiring", + "the", + "largest", + "number", + "of", + "employees", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT t2.name FROM hiring AS t1 JOIN shop AS t2 ON t1.shop_id = t2.shop_id GROUP BY t1.shop_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "hiring", + "AS", + "t1", + "JOIN", + "shop", + "AS", + "t2", + "ON", + "t1.shop_id", + "=", + "t2.shop_id", + "GROUP", + "BY", + "t1.shop_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "hiring", + "as", + "t1", + "join", + "shop", + "as", + "t2", + "on", + "t1", + ".", + "shop_id", + "=", + "t2", + ".", + "shop_id", + "group", + "by", + "t1", + ".", + "shop_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which shop has the most employees? Give me the shop name.", + "question_toks": [ + "Which", + "shop", + "has", + "the", + "most", + "employees", + "?", + "Give", + "me", + "the", + "shop", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT name FROM shop WHERE shop_id NOT IN (SELECT shop_id FROM hiring)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "shop", + "WHERE", + "shop_id", + "NOT", + "IN", + "(", + "SELECT", + "shop_id", + "FROM", + "hiring", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "shop", + "where", + "shop_id", + "not", + "in", + "(", + "select", + "shop_id", + "from", + "hiring", + ")" + ], + "question": "Find the name of the shops that do not hire any employee.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "shops", + "that", + "do", + "not", + "hire", + "any", + "employee", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT name FROM shop WHERE shop_id NOT IN (SELECT shop_id FROM hiring)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "shop", + "WHERE", + "shop_id", + "NOT", + "IN", + "(", + "SELECT", + "shop_id", + "FROM", + "hiring", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "shop", + "where", + "shop_id", + "not", + "in", + "(", + "select", + "shop_id", + "from", + "hiring", + ")" + ], + "question": "Which shops run with no employees? Find the shop names", + "question_toks": [ + "Which", + "shops", + "run", + "with", + "no", + "employees", + "?", + "Find", + "the", + "shop", + "names" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT count(*) , t2.name FROM hiring AS t1 JOIN shop AS t2 ON t1.shop_id = t2.shop_id GROUP BY t2.name", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "t2.name", + "FROM", + "hiring", + "AS", + "t1", + "JOIN", + "shop", + "AS", + "t2", + "ON", + "t1.shop_id", + "=", + "t2.shop_id", + "GROUP", + "BY", + "t2.name" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "t2", + ".", + "name", + "from", + "hiring", + "as", + "t1", + "join", + "shop", + "as", + "t2", + "on", + "t1", + ".", + "shop_id", + "=", + "t2", + ".", + "shop_id", + "group", + "by", + "t2", + ".", + "name" + ], + "question": "Find the number of employees hired in each shop; show the shop name as well.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "employees", + "hired", + "in", + "each", + "shop", + ";", + "show", + "the", + "shop", + "name", + "as", + "well", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT count(*) , t2.name FROM hiring AS t1 JOIN shop AS t2 ON t1.shop_id = t2.shop_id GROUP BY t2.name", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "t2.name", + "FROM", + "hiring", + "AS", + "t1", + "JOIN", + "shop", + "AS", + "t2", + "ON", + "t1.shop_id", + "=", + "t2.shop_id", + "GROUP", + "BY", + "t2.name" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "t2", + ".", + "name", + "from", + "hiring", + "as", + "t1", + "join", + "shop", + "as", + "t2", + "on", + "t1", + ".", + "shop_id", + "=", + "t2", + ".", + "shop_id", + "group", + "by", + "t2", + ".", + "name" + ], + "question": "For each shop, return the number of employees working there and the name of the shop.", + "question_toks": [ + "For", + "each", + "shop", + ",", + "return", + "the", + "number", + "of", + "employees", + "working", + "there", + "and", + "the", + "name", + "of", + "the", + "shop", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT sum(bonus) FROM evaluation", + "query_toks": [ + "SELECT", + "sum", + "(", + "bonus", + ")", + "FROM", + "evaluation" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "bonus", + ")", + "from", + "evaluation" + ], + "question": "What is total bonus given in all evaluations?", + "question_toks": [ + "What", + "is", + "total", + "bonus", + "given", + "in", + "all", + "evaluations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT sum(bonus) FROM evaluation", + "query_toks": [ + "SELECT", + "sum", + "(", + "bonus", + ")", + "FROM", + "evaluation" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "bonus", + ")", + "from", + "evaluation" + ], + "question": "Find the total amount of bonus given in all the evaluations.", + "question_toks": [ + "Find", + "the", + "total", + "amount", + "of", + "bonus", + "given", + "in", + "all", + "the", + "evaluations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT * FROM hiring", + "query_toks": [ + "SELECT", + "*", + "FROM", + "hiring" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "hiring" + ], + "question": "Give me all the information about hiring.", + "question_toks": [ + "Give", + "me", + "all", + "the", + "information", + "about", + "hiring", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT * FROM hiring", + "query_toks": [ + "SELECT", + "*", + "FROM", + "hiring" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "hiring" + ], + "question": "What is all the information about hiring?", + "question_toks": [ + "What", + "is", + "all", + "the", + "information", + "about", + "hiring", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT district FROM shop WHERE Number_products < 3000 INTERSECT SELECT district FROM shop WHERE Number_products > 10000", + "query_toks": [ + "SELECT", + "district", + "FROM", + "shop", + "WHERE", + "Number_products", + "<", + "3000", + "INTERSECT", + "SELECT", + "district", + "FROM", + "shop", + "WHERE", + "Number_products", + ">", + "10000" + ], + "query_toks_no_value": [ + "select", + "district", + "from", + "shop", + "where", + "number_products", + "<", + "value", + "intersect", + "select", + "district", + "from", + "shop", + "where", + "number_products", + ">", + "value" + ], + "question": "Which district has both stores with less than 3000 products and stores with more than 10000 products?", + "question_toks": [ + "Which", + "district", + "has", + "both", + "stores", + "with", + "less", + "than", + "3000", + "products", + "and", + "stores", + "with", + "more", + "than", + "10000", + "products", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 3000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 10000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT district FROM shop WHERE Number_products < 3000 INTERSECT SELECT district FROM shop WHERE Number_products > 10000", + "query_toks": [ + "SELECT", + "district", + "FROM", + "shop", + "WHERE", + "Number_products", + "<", + "3000", + "INTERSECT", + "SELECT", + "district", + "FROM", + "shop", + "WHERE", + "Number_products", + ">", + "10000" + ], + "query_toks_no_value": [ + "select", + "district", + "from", + "shop", + "where", + "number_products", + "<", + "value", + "intersect", + "select", + "district", + "from", + "shop", + "where", + "number_products", + ">", + "value" + ], + "question": "Find the districts in which there are both shops selling less than 3000 products and shops selling more than 10000 products.", + "question_toks": [ + "Find", + "the", + "districts", + "in", + "which", + "there", + "are", + "both", + "shops", + "selling", + "less", + "than", + "3000", + "products", + "and", + "shops", + "selling", + "more", + "than", + "10000", + "products", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 3000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 10000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT count(DISTINCT LOCATION) FROM shop", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "LOCATION", + ")", + "FROM", + "shop" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "location", + ")", + "from", + "shop" + ], + "question": "How many different store locations are there?", + "question_toks": [ + "How", + "many", + "different", + "store", + "locations", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "employee_hire_evaluation", + "query": "SELECT count(DISTINCT LOCATION) FROM shop", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "LOCATION", + ")", + "FROM", + "shop" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "location", + ")", + "from", + "shop" + ], + "question": "Count the number of distinct store locations.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "distinct", + "store", + "locations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT count(*) FROM Documents", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Documents" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "documents" + ], + "question": "How many documents do we have?", + "question_toks": [ + "How", + "many", + "documents", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT count(*) FROM Documents", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Documents" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "documents" + ], + "question": "Count the number of documents.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "documents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_id , document_name , document_description FROM Documents", + "query_toks": [ + "SELECT", + "document_id", + ",", + "document_name", + ",", + "document_description", + "FROM", + "Documents" + ], + "query_toks_no_value": [ + "select", + "document_id", + ",", + "document_name", + ",", + "document_description", + "from", + "documents" + ], + "question": "List document IDs, document names, and document descriptions for all documents.", + "question_toks": [ + "List", + "document", + "IDs", + ",", + "document", + "names", + ",", + "and", + "document", + "descriptions", + "for", + "all", + "documents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_id , document_name , document_description FROM Documents", + "query_toks": [ + "SELECT", + "document_id", + ",", + "document_name", + ",", + "document_description", + "FROM", + "Documents" + ], + "query_toks_no_value": [ + "select", + "document_id", + ",", + "document_name", + ",", + "document_description", + "from", + "documents" + ], + "question": "What are the ids, names, and descriptions for all documents?", + "question_toks": [ + "What", + "are", + "the", + "ids", + ",", + "names", + ",", + "and", + "descriptions", + "for", + "all", + "documents", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_name , template_id FROM Documents WHERE Document_Description LIKE \"%w%\"", + "query_toks": [ + "SELECT", + "document_name", + ",", + "template_id", + "FROM", + "Documents", + "WHERE", + "Document_Description", + "LIKE", + "``", + "%", + "w", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "document_name", + ",", + "template_id", + "from", + "documents", + "where", + "document_description", + "like", + "value" + ], + "question": "What is the document name and template id for document with description with the letter 'w' in it?", + "question_toks": [ + "What", + "is", + "the", + "document", + "name", + "and", + "template", + "id", + "for", + "document", + "with", + "description", + "with", + "the", + "letter", + "'w", + "'", + "in", + "it", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"%w%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_name , template_id FROM Documents WHERE Document_Description LIKE \"%w%\"", + "query_toks": [ + "SELECT", + "document_name", + ",", + "template_id", + "FROM", + "Documents", + "WHERE", + "Document_Description", + "LIKE", + "``", + "%", + "w", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "document_name", + ",", + "template_id", + "from", + "documents", + "where", + "document_description", + "like", + "value" + ], + "question": "Return the names and template ids for documents that contain the letter w in their description.", + "question_toks": [ + "Return", + "the", + "names", + "and", + "template", + "ids", + "for", + "documents", + "that", + "contain", + "the", + "letter", + "w", + "in", + "their", + "description", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"%w%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_id , template_id , Document_Description FROM Documents WHERE document_name = \"Robbin CV\"", + "query_toks": [ + "SELECT", + "document_id", + ",", + "template_id", + ",", + "Document_Description", + "FROM", + "Documents", + "WHERE", + "document_name", + "=", + "``", + "Robbin", + "CV", + "''" + ], + "query_toks_no_value": [ + "select", + "document_id", + ",", + "template_id", + ",", + "document_description", + "from", + "documents", + "where", + "document_name", + "=", + "value" + ], + "question": "What is the document id, template id and description for document named \"Robbin CV\"?", + "question_toks": [ + "What", + "is", + "the", + "document", + "id", + ",", + "template", + "id", + "and", + "description", + "for", + "document", + "named", + "``", + "Robbin", + "CV", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Robbin CV\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_id , template_id , Document_Description FROM Documents WHERE document_name = \"Robbin CV\"", + "query_toks": [ + "SELECT", + "document_id", + ",", + "template_id", + ",", + "Document_Description", + "FROM", + "Documents", + "WHERE", + "document_name", + "=", + "``", + "Robbin", + "CV", + "''" + ], + "query_toks_no_value": [ + "select", + "document_id", + ",", + "template_id", + ",", + "document_description", + "from", + "documents", + "where", + "document_name", + "=", + "value" + ], + "question": "Return the document id, template id, and description for the document with the name Robbin CV.", + "question_toks": [ + "Return", + "the", + "document", + "id", + ",", + "template", + "id", + ",", + "and", + "description", + "for", + "the", + "document", + "with", + "the", + "name", + "Robbin", + "CV", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Robbin CV\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT count(DISTINCT template_id) FROM Documents", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "template_id", + ")", + "FROM", + "Documents" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "template_id", + ")", + "from", + "documents" + ], + "question": "How many different templates do all document use?", + "question_toks": [ + "How", + "many", + "different", + "templates", + "do", + "all", + "document", + "use", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 10, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT count(DISTINCT template_id) FROM Documents", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "template_id", + ")", + "FROM", + "Documents" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "template_id", + ")", + "from", + "documents" + ], + "question": "Count the number of different templates used for documents.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "different", + "templates", + "used", + "for", + "documents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 10, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT count(*) FROM Documents AS T1 JOIN Templates AS T2 ON T1.Template_ID = T2.Template_ID WHERE T2.Template_Type_Code = 'PPT'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Documents", + "AS", + "T1", + "JOIN", + "Templates", + "AS", + "T2", + "ON", + "T1.Template_ID", + "=", + "T2.Template_ID", + "WHERE", + "T2.Template_Type_Code", + "=", + "'PPT", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "documents", + "as", + "t1", + "join", + "templates", + "as", + "t2", + "on", + "t1", + ".", + "template_id", + "=", + "t2", + ".", + "template_id", + "where", + "t2", + ".", + "template_type_code", + "=", + "value" + ], + "question": "How many documents are using the template with type code 'PPT'?", + "question_toks": [ + "How", + "many", + "documents", + "are", + "using", + "the", + "template", + "with", + "type", + "code", + "'PPT", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"PPT\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT count(*) FROM Documents AS T1 JOIN Templates AS T2 ON T1.Template_ID = T2.Template_ID WHERE T2.Template_Type_Code = 'PPT'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Documents", + "AS", + "T1", + "JOIN", + "Templates", + "AS", + "T2", + "ON", + "T1.Template_ID", + "=", + "T2.Template_ID", + "WHERE", + "T2.Template_Type_Code", + "=", + "'PPT", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "documents", + "as", + "t1", + "join", + "templates", + "as", + "t2", + "on", + "t1", + ".", + "template_id", + "=", + "t2", + ".", + "template_id", + "where", + "t2", + ".", + "template_type_code", + "=", + "value" + ], + "question": "Count the number of documents that use the PPT template type.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "documents", + "that", + "use", + "the", + "PPT", + "template", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"PPT\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_id , count(*) FROM Documents GROUP BY template_id", + "query_toks": [ + "SELECT", + "template_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Documents", + "GROUP", + "BY", + "template_id" + ], + "query_toks_no_value": [ + "select", + "template_id", + ",", + "count", + "(", + "*", + ")", + "from", + "documents", + "group", + "by", + "template_id" + ], + "question": "Show all template ids and number of documents using each template.", + "question_toks": [ + "Show", + "all", + "template", + "ids", + "and", + "number", + "of", + "documents", + "using", + "each", + "template", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_id , count(*) FROM Documents GROUP BY template_id", + "query_toks": [ + "SELECT", + "template_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Documents", + "GROUP", + "BY", + "template_id" + ], + "query_toks_no_value": [ + "select", + "template_id", + ",", + "count", + "(", + "*", + ")", + "from", + "documents", + "group", + "by", + "template_id" + ], + "question": "What are all different template ids used for documents, and how many times were each of them used?", + "question_toks": [ + "What", + "are", + "all", + "different", + "template", + "ids", + "used", + "for", + "documents", + ",", + "and", + "how", + "many", + "times", + "were", + "each", + "of", + "them", + "used", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.template_id , T2.Template_Type_Code FROM Documents AS T1 JOIN Templates AS T2 ON T1.template_id = T2.template_id GROUP BY T1.template_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.template_id", + ",", + "T2.Template_Type_Code", + "FROM", + "Documents", + "AS", + "T1", + "JOIN", + "Templates", + "AS", + "T2", + "ON", + "T1.template_id", + "=", + "T2.template_id", + "GROUP", + "BY", + "T1.template_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "template_id", + ",", + "t2", + ".", + "template_type_code", + "from", + "documents", + "as", + "t1", + "join", + "templates", + "as", + "t2", + "on", + "t1", + ".", + "template_id", + "=", + "t2", + ".", + "template_id", + "group", + "by", + "t1", + ".", + "template_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the id and type code for the template used by the most documents?", + "question_toks": [ + "What", + "is", + "the", + "id", + "and", + "type", + "code", + "for", + "the", + "template", + "used", + "by", + "the", + "most", + "documents", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.template_id , T2.Template_Type_Code FROM Documents AS T1 JOIN Templates AS T2 ON T1.template_id = T2.template_id GROUP BY T1.template_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.template_id", + ",", + "T2.Template_Type_Code", + "FROM", + "Documents", + "AS", + "T1", + "JOIN", + "Templates", + "AS", + "T2", + "ON", + "T1.template_id", + "=", + "T2.template_id", + "GROUP", + "BY", + "T1.template_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "template_id", + ",", + "t2", + ".", + "template_type_code", + "from", + "documents", + "as", + "t1", + "join", + "templates", + "as", + "t2", + "on", + "t1", + ".", + "template_id", + "=", + "t2", + ".", + "template_id", + "group", + "by", + "t1", + ".", + "template_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Return the id and type code of the template that is used for the greatest number of documents.", + "question_toks": [ + "Return", + "the", + "id", + "and", + "type", + "code", + "of", + "the", + "template", + "that", + "is", + "used", + "for", + "the", + "greatest", + "number", + "of", + "documents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_id FROM Documents GROUP BY template_id HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "template_id", + "FROM", + "Documents", + "GROUP", + "BY", + "template_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "template_id", + "from", + "documents", + "group", + "by", + "template_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Show ids for all templates that are used by more than one document.", + "question_toks": [ + "Show", + "ids", + "for", + "all", + "templates", + "that", + "are", + "used", + "by", + "more", + "than", + "one", + "document", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_id FROM Documents GROUP BY template_id HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "template_id", + "FROM", + "Documents", + "GROUP", + "BY", + "template_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "template_id", + "from", + "documents", + "group", + "by", + "template_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the template ids of any templates used in more than a single document?", + "question_toks": [ + "What", + "are", + "the", + "template", + "ids", + "of", + "any", + "templates", + "used", + "in", + "more", + "than", + "a", + "single", + "document", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_id FROM Templates EXCEPT SELECT template_id FROM Documents", + "query_toks": [ + "SELECT", + "template_id", + "FROM", + "Templates", + "EXCEPT", + "SELECT", + "template_id", + "FROM", + "Documents" + ], + "query_toks_no_value": [ + "select", + "template_id", + "from", + "templates", + "except", + "select", + "template_id", + "from", + "documents" + ], + "question": "Show ids for all templates not used by any document.", + "question_toks": [ + "Show", + "ids", + "for", + "all", + "templates", + "not", + "used", + "by", + "any", + "document", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_id FROM Templates EXCEPT SELECT template_id FROM Documents", + "query_toks": [ + "SELECT", + "template_id", + "FROM", + "Templates", + "EXCEPT", + "SELECT", + "template_id", + "FROM", + "Documents" + ], + "query_toks_no_value": [ + "select", + "template_id", + "from", + "templates", + "except", + "select", + "template_id", + "from", + "documents" + ], + "question": "What are the ids for templates that are not used in any documents?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "for", + "templates", + "that", + "are", + "not", + "used", + "in", + "any", + "documents", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT count(*) FROM Templates", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Templates" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "templates" + ], + "question": "How many templates do we have?", + "question_toks": [ + "How", + "many", + "templates", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT count(*) FROM Templates", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Templates" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "templates" + ], + "question": "Count the number of templates.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "templates", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_id , version_number , template_type_code FROM Templates", + "query_toks": [ + "SELECT", + "template_id", + ",", + "version_number", + ",", + "template_type_code", + "FROM", + "Templates" + ], + "query_toks_no_value": [ + "select", + "template_id", + ",", + "version_number", + ",", + "template_type_code", + "from", + "templates" + ], + "question": "Show template ids, version numbers, and template type codes for all templates.", + "question_toks": [ + "Show", + "template", + "ids", + ",", + "version", + "numbers", + ",", + "and", + "template", + "type", + "codes", + "for", + "all", + "templates", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_id , version_number , template_type_code FROM Templates", + "query_toks": [ + "SELECT", + "template_id", + ",", + "version_number", + ",", + "template_type_code", + "FROM", + "Templates" + ], + "query_toks_no_value": [ + "select", + "template_id", + ",", + "version_number", + ",", + "template_type_code", + "from", + "templates" + ], + "question": "What are the ids, version numbers, and type codes for each template?", + "question_toks": [ + "What", + "are", + "the", + "ids", + ",", + "version", + "numbers", + ",", + "and", + "type", + "codes", + "for", + "each", + "template", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT DISTINCT template_type_code FROM Templates", + "query_toks": [ + "SELECT", + "DISTINCT", + "template_type_code", + "FROM", + "Templates" + ], + "query_toks_no_value": [ + "select", + "distinct", + "template_type_code", + "from", + "templates" + ], + "question": "Show all distinct template type codes for all templates.", + "question_toks": [ + "Show", + "all", + "distinct", + "template", + "type", + "codes", + "for", + "all", + "templates", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT DISTINCT template_type_code FROM Templates", + "query_toks": [ + "SELECT", + "DISTINCT", + "template_type_code", + "FROM", + "Templates" + ], + "query_toks_no_value": [ + "select", + "distinct", + "template_type_code", + "from", + "templates" + ], + "question": "What are the different template type codes?", + "question_toks": [ + "What", + "are", + "the", + "different", + "template", + "type", + "codes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_id FROM Templates WHERE template_type_code = \"PP\" OR template_type_code = \"PPT\"", + "query_toks": [ + "SELECT", + "template_id", + "FROM", + "Templates", + "WHERE", + "template_type_code", + "=", + "``", + "PP", + "''", + "OR", + "template_type_code", + "=", + "``", + "PPT", + "''" + ], + "query_toks_no_value": [ + "select", + "template_id", + "from", + "templates", + "where", + "template_type_code", + "=", + "value", + "or", + "template_type_code", + "=", + "value" + ], + "question": "What are the ids of templates with template type code PP or PPT?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "templates", + "with", + "template", + "type", + "code", + "PP", + "or", + "PPT", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"PP\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"PPT\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_id FROM Templates WHERE template_type_code = \"PP\" OR template_type_code = \"PPT\"", + "query_toks": [ + "SELECT", + "template_id", + "FROM", + "Templates", + "WHERE", + "template_type_code", + "=", + "``", + "PP", + "''", + "OR", + "template_type_code", + "=", + "``", + "PPT", + "''" + ], + "query_toks_no_value": [ + "select", + "template_id", + "from", + "templates", + "where", + "template_type_code", + "=", + "value", + "or", + "template_type_code", + "=", + "value" + ], + "question": "Return the ids of templates that have the code PP or PPT.", + "question_toks": [ + "Return", + "the", + "ids", + "of", + "templates", + "that", + "have", + "the", + "code", + "PP", + "or", + "PPT", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"PP\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"PPT\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT count(*) FROM Templates WHERE template_type_code = \"CV\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Templates", + "WHERE", + "template_type_code", + "=", + "``", + "CV", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "templates", + "where", + "template_type_code", + "=", + "value" + ], + "question": "How many templates have template type code CV?", + "question_toks": [ + "How", + "many", + "templates", + "have", + "template", + "type", + "code", + "CV", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"CV\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT count(*) FROM Templates WHERE template_type_code = \"CV\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Templates", + "WHERE", + "template_type_code", + "=", + "``", + "CV", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "templates", + "where", + "template_type_code", + "=", + "value" + ], + "question": "Count the number of templates of the type CV.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "templates", + "of", + "the", + "type", + "CV", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"CV\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT version_number , template_type_code FROM Templates WHERE version_number > 5", + "query_toks": [ + "SELECT", + "version_number", + ",", + "template_type_code", + "FROM", + "Templates", + "WHERE", + "version_number", + ">", + "5" + ], + "query_toks_no_value": [ + "select", + "version_number", + ",", + "template_type_code", + "from", + "templates", + "where", + "version_number", + ">", + "value" + ], + "question": "What is the version number and template type code for the template with version number later than 5?", + "question_toks": [ + "What", + "is", + "the", + "version", + "number", + "and", + "template", + "type", + "code", + "for", + "the", + "template", + "with", + "version", + "number", + "later", + "than", + "5", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 5.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT version_number , template_type_code FROM Templates WHERE version_number > 5", + "query_toks": [ + "SELECT", + "version_number", + ",", + "template_type_code", + "FROM", + "Templates", + "WHERE", + "version_number", + ">", + "5" + ], + "query_toks_no_value": [ + "select", + "version_number", + ",", + "template_type_code", + "from", + "templates", + "where", + "version_number", + ">", + "value" + ], + "question": "Return the version numbers and template type codes of templates with a version number greater than 5.", + "question_toks": [ + "Return", + "the", + "version", + "numbers", + "and", + "template", + "type", + "codes", + "of", + "templates", + "with", + "a", + "version", + "number", + "greater", + "than", + "5", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 5.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_type_code , count(*) FROM Templates GROUP BY template_type_code", + "query_toks": [ + "SELECT", + "template_type_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Templates", + "GROUP", + "BY", + "template_type_code" + ], + "query_toks_no_value": [ + "select", + "template_type_code", + ",", + "count", + "(", + "*", + ")", + "from", + "templates", + "group", + "by", + "template_type_code" + ], + "question": "Show all template type codes and number of templates for each.", + "question_toks": [ + "Show", + "all", + "template", + "type", + "codes", + "and", + "number", + "of", + "templates", + "for", + "each", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_type_code , count(*) FROM Templates GROUP BY template_type_code", + "query_toks": [ + "SELECT", + "template_type_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Templates", + "GROUP", + "BY", + "template_type_code" + ], + "query_toks_no_value": [ + "select", + "template_type_code", + ",", + "count", + "(", + "*", + ")", + "from", + "templates", + "group", + "by", + "template_type_code" + ], + "question": "What are the different template type codes, and how many templates correspond to each?", + "question_toks": [ + "What", + "are", + "the", + "different", + "template", + "type", + "codes", + ",", + "and", + "how", + "many", + "templates", + "correspond", + "to", + "each", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_type_code FROM Templates GROUP BY template_type_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "template_type_code", + "FROM", + "Templates", + "GROUP", + "BY", + "template_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "template_type_code", + "from", + "templates", + "group", + "by", + "template_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which template type code has most number of templates?", + "question_toks": [ + "Which", + "template", + "type", + "code", + "has", + "most", + "number", + "of", + "templates", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_type_code FROM Templates GROUP BY template_type_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "template_type_code", + "FROM", + "Templates", + "GROUP", + "BY", + "template_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "template_type_code", + "from", + "templates", + "group", + "by", + "template_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Return the type code of the template type that the most templates belong to.", + "question_toks": [ + "Return", + "the", + "type", + "code", + "of", + "the", + "template", + "type", + "that", + "the", + "most", + "templates", + "belong", + "to", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_type_code FROM Templates GROUP BY template_type_code HAVING count(*) < 3", + "query_toks": [ + "SELECT", + "template_type_code", + "FROM", + "Templates", + "GROUP", + "BY", + "template_type_code", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "3" + ], + "query_toks_no_value": [ + "select", + "template_type_code", + "from", + "templates", + "group", + "by", + "template_type_code", + "having", + "count", + "(", + "*", + ")", + "<", + "value" + ], + "question": "Show all template type codes with less than three templates.", + "question_toks": [ + "Show", + "all", + "template", + "type", + "codes", + "with", + "less", + "than", + "three", + "templates", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_type_code FROM Templates GROUP BY template_type_code HAVING count(*) < 3", + "query_toks": [ + "SELECT", + "template_type_code", + "FROM", + "Templates", + "GROUP", + "BY", + "template_type_code", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "3" + ], + "query_toks_no_value": [ + "select", + "template_type_code", + "from", + "templates", + "group", + "by", + "template_type_code", + "having", + "count", + "(", + "*", + ")", + "<", + "value" + ], + "question": "What are the codes of template types that have fewer than 3 templates?", + "question_toks": [ + "What", + "are", + "the", + "codes", + "of", + "template", + "types", + "that", + "have", + "fewer", + "than", + "3", + "templates", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT min(Version_Number) , template_type_code FROM Templates", + "query_toks": [ + "SELECT", + "min", + "(", + "Version_Number", + ")", + ",", + "template_type_code", + "FROM", + "Templates" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "version_number", + ")", + ",", + "template_type_code", + "from", + "templates" + ], + "question": "What the smallest version number and its template type code?", + "question_toks": [ + "What", + "the", + "smallest", + "version", + "number", + "and", + "its", + "template", + "type", + "code", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT min(Version_Number) , template_type_code FROM Templates", + "query_toks": [ + "SELECT", + "min", + "(", + "Version_Number", + ")", + ",", + "template_type_code", + "FROM", + "Templates" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "version_number", + ")", + ",", + "template_type_code", + "from", + "templates" + ], + "question": "Return the lowest version number, along with its corresponding template type code.", + "question_toks": [ + "Return", + "the", + "lowest", + "version", + "number", + ",", + "along", + "with", + "its", + "corresponding", + "template", + "type", + "code", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.template_type_code FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id WHERE T2.document_name = \"Data base\"", + "query_toks": [ + "SELECT", + "T1.template_type_code", + "FROM", + "Templates", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.template_id", + "=", + "T2.template_id", + "WHERE", + "T2.document_name", + "=", + "``", + "Data", + "base", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "template_type_code", + "from", + "templates", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "template_id", + "=", + "t2", + ".", + "template_id", + "where", + "t2", + ".", + "document_name", + "=", + "value" + ], + "question": "What is the template type code of the template used by document with the name \"Data base\"?", + "question_toks": [ + "What", + "is", + "the", + "template", + "type", + "code", + "of", + "the", + "template", + "used", + "by", + "document", + "with", + "the", + "name", + "``", + "Data", + "base", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Data base\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.template_type_code FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id WHERE T2.document_name = \"Data base\"", + "query_toks": [ + "SELECT", + "T1.template_type_code", + "FROM", + "Templates", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.template_id", + "=", + "T2.template_id", + "WHERE", + "T2.document_name", + "=", + "``", + "Data", + "base", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "template_type_code", + "from", + "templates", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "template_id", + "=", + "t2", + ".", + "template_id", + "where", + "t2", + ".", + "document_name", + "=", + "value" + ], + "question": "Return the template type code of the template that is used by a document named Data base.", + "question_toks": [ + "Return", + "the", + "template", + "type", + "code", + "of", + "the", + "template", + "that", + "is", + "used", + "by", + "a", + "document", + "named", + "Data", + "base", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Data base\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T2.document_name FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id WHERE T1.template_type_code = \"BK\"", + "query_toks": [ + "SELECT", + "T2.document_name", + "FROM", + "Templates", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.template_id", + "=", + "T2.template_id", + "WHERE", + "T1.template_type_code", + "=", + "``", + "BK", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "document_name", + "from", + "templates", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "template_id", + "=", + "t2", + ".", + "template_id", + "where", + "t1", + ".", + "template_type_code", + "=", + "value" + ], + "question": "Show all document names using templates with template type code BK.", + "question_toks": [ + "Show", + "all", + "document", + "names", + "using", + "templates", + "with", + "template", + "type", + "code", + "BK", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"BK\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T2.document_name FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id WHERE T1.template_type_code = \"BK\"", + "query_toks": [ + "SELECT", + "T2.document_name", + "FROM", + "Templates", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.template_id", + "=", + "T2.template_id", + "WHERE", + "T1.template_type_code", + "=", + "``", + "BK", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "document_name", + "from", + "templates", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "template_id", + "=", + "t2", + ".", + "template_id", + "where", + "t1", + ".", + "template_type_code", + "=", + "value" + ], + "question": "What are the names of documents that use templates with the code BK?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "documents", + "that", + "use", + "templates", + "with", + "the", + "code", + "BK", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"BK\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.template_type_code , count(*) FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id GROUP BY T1.template_type_code", + "query_toks": [ + "SELECT", + "T1.template_type_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Templates", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.template_id", + "=", + "T2.template_id", + "GROUP", + "BY", + "T1.template_type_code" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "template_type_code", + ",", + "count", + "(", + "*", + ")", + "from", + "templates", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "template_id", + "=", + "t2", + ".", + "template_id", + "group", + "by", + "t1", + ".", + "template_type_code" + ], + "question": "Show all template type codes and the number of documents using each type.", + "question_toks": [ + "Show", + "all", + "template", + "type", + "codes", + "and", + "the", + "number", + "of", + "documents", + "using", + "each", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.template_type_code , count(*) FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id GROUP BY T1.template_type_code", + "query_toks": [ + "SELECT", + "T1.template_type_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Templates", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.template_id", + "=", + "T2.template_id", + "GROUP", + "BY", + "T1.template_type_code" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "template_type_code", + ",", + "count", + "(", + "*", + ")", + "from", + "templates", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "template_id", + "=", + "t2", + ".", + "template_id", + "group", + "by", + "t1", + ".", + "template_type_code" + ], + "question": "What are the different template type codes, and how many documents use each type?", + "question_toks": [ + "What", + "are", + "the", + "different", + "template", + "type", + "codes", + ",", + "and", + "how", + "many", + "documents", + "use", + "each", + "type", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.template_type_code FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id GROUP BY T1.template_type_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.template_type_code", + "FROM", + "Templates", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.template_id", + "=", + "T2.template_id", + "GROUP", + "BY", + "T1.template_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "template_type_code", + "from", + "templates", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "template_id", + "=", + "t2", + ".", + "template_id", + "group", + "by", + "t1", + ".", + "template_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which template type code is used by most number of documents?", + "question_toks": [ + "Which", + "template", + "type", + "code", + "is", + "used", + "by", + "most", + "number", + "of", + "documents", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.template_type_code FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id GROUP BY T1.template_type_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.template_type_code", + "FROM", + "Templates", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.template_id", + "=", + "T2.template_id", + "GROUP", + "BY", + "T1.template_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "template_type_code", + "from", + "templates", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "template_id", + "=", + "t2", + ".", + "template_id", + "group", + "by", + "t1", + ".", + "template_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Return the code of the template type that is most commonly used in documents.", + "question_toks": [ + "Return", + "the", + "code", + "of", + "the", + "template", + "type", + "that", + "is", + "most", + "commonly", + "used", + "in", + "documents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_type_code FROM Templates EXCEPT SELECT template_type_code FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id", + "query_toks": [ + "SELECT", + "template_type_code", + "FROM", + "Templates", + "EXCEPT", + "SELECT", + "template_type_code", + "FROM", + "Templates", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.template_id", + "=", + "T2.template_id" + ], + "query_toks_no_value": [ + "select", + "template_type_code", + "from", + "templates", + "except", + "select", + "template_type_code", + "from", + "templates", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "template_id", + "=", + "t2", + ".", + "template_id" + ], + "question": "Show all template type codes that are not used by any document.", + "question_toks": [ + "Show", + "all", + "template", + "type", + "codes", + "that", + "are", + "not", + "used", + "by", + "any", + "document", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_type_code FROM Templates EXCEPT SELECT template_type_code FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id", + "query_toks": [ + "SELECT", + "template_type_code", + "FROM", + "Templates", + "EXCEPT", + "SELECT", + "template_type_code", + "FROM", + "Templates", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.template_id", + "=", + "T2.template_id" + ], + "query_toks_no_value": [ + "select", + "template_type_code", + "from", + "templates", + "except", + "select", + "template_type_code", + "from", + "templates", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "template_id", + "=", + "t2", + ".", + "template_id" + ], + "question": "What are the codes of template types that are not used for any document?", + "question_toks": [ + "What", + "are", + "the", + "codes", + "of", + "template", + "types", + "that", + "are", + "not", + "used", + "for", + "any", + "document", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_type_code , template_type_description FROM Ref_template_types", + "query_toks": [ + "SELECT", + "template_type_code", + ",", + "template_type_description", + "FROM", + "Ref_template_types" + ], + "query_toks_no_value": [ + "select", + "template_type_code", + ",", + "template_type_description", + "from", + "ref_template_types" + ], + "question": "Show all template type codes and descriptions.", + "question_toks": [ + "Show", + "all", + "template", + "type", + "codes", + "and", + "descriptions", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_type_code , template_type_description FROM Ref_template_types", + "query_toks": [ + "SELECT", + "template_type_code", + ",", + "template_type_description", + "FROM", + "Ref_template_types" + ], + "query_toks_no_value": [ + "select", + "template_type_code", + ",", + "template_type_description", + "from", + "ref_template_types" + ], + "question": "What are the type codes and descriptions for all template types?", + "question_toks": [ + "What", + "are", + "the", + "type", + "codes", + "and", + "descriptions", + "for", + "all", + "template", + "types", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_type_description FROM Ref_template_types WHERE template_type_code = \"AD\"", + "query_toks": [ + "SELECT", + "template_type_description", + "FROM", + "Ref_template_types", + "WHERE", + "template_type_code", + "=", + "``", + "AD", + "''" + ], + "query_toks_no_value": [ + "select", + "template_type_description", + "from", + "ref_template_types", + "where", + "template_type_code", + "=", + "value" + ], + "question": "What is the template type descriptions for template type code \"AD\".", + "question_toks": [ + "What", + "is", + "the", + "template", + "type", + "descriptions", + "for", + "template", + "type", + "code", + "``", + "AD", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"AD\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_type_description FROM Ref_template_types WHERE template_type_code = \"AD\"", + "query_toks": [ + "SELECT", + "template_type_description", + "FROM", + "Ref_template_types", + "WHERE", + "template_type_code", + "=", + "``", + "AD", + "''" + ], + "query_toks_no_value": [ + "select", + "template_type_description", + "from", + "ref_template_types", + "where", + "template_type_code", + "=", + "value" + ], + "question": "Return the template type description of the template type with the code AD.", + "question_toks": [ + "Return", + "the", + "template", + "type", + "description", + "of", + "the", + "template", + "type", + "with", + "the", + "code", + "AD", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"AD\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_type_code FROM Ref_template_types WHERE template_type_description = \"Book\"", + "query_toks": [ + "SELECT", + "template_type_code", + "FROM", + "Ref_template_types", + "WHERE", + "template_type_description", + "=", + "``", + "Book", + "''" + ], + "query_toks_no_value": [ + "select", + "template_type_code", + "from", + "ref_template_types", + "where", + "template_type_description", + "=", + "value" + ], + "question": "What is the template type code for template type description \"Book\".", + "question_toks": [ + "What", + "is", + "the", + "template", + "type", + "code", + "for", + "template", + "type", + "description", + "``", + "Book", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Book\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT template_type_code FROM Ref_template_types WHERE template_type_description = \"Book\"", + "query_toks": [ + "SELECT", + "template_type_code", + "FROM", + "Ref_template_types", + "WHERE", + "template_type_description", + "=", + "``", + "Book", + "''" + ], + "query_toks_no_value": [ + "select", + "template_type_code", + "from", + "ref_template_types", + "where", + "template_type_description", + "=", + "value" + ], + "question": "Return the type code of the template type with the description \"Book\".", + "question_toks": [ + "Return", + "the", + "type", + "code", + "of", + "the", + "template", + "type", + "with", + "the", + "description", + "``", + "Book", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Book\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT DISTINCT T1.template_type_description FROM Ref_template_types AS T1 JOIN Templates AS T2 ON T1.template_type_code = T2.template_type_code JOIN Documents AS T3 ON T2.Template_ID = T3.template_ID", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.template_type_description", + "FROM", + "Ref_template_types", + "AS", + "T1", + "JOIN", + "Templates", + "AS", + "T2", + "ON", + "T1.template_type_code", + "=", + "T2.template_type_code", + "JOIN", + "Documents", + "AS", + "T3", + "ON", + "T2.Template_ID", + "=", + "T3.template_ID" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "template_type_description", + "from", + "ref_template_types", + "as", + "t1", + "join", + "templates", + "as", + "t2", + "on", + "t1", + ".", + "template_type_code", + "=", + "t2", + ".", + "template_type_code", + "join", + "documents", + "as", + "t3", + "on", + "t2", + ".", + "template_id", + "=", + "t3", + ".", + "template_id" + ], + "question": "What are the distinct template type descriptions for the templates ever used by any document?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "template", + "type", + "descriptions", + "for", + "the", + "templates", + "ever", + "used", + "by", + "any", + "document", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT DISTINCT T1.template_type_description FROM Ref_template_types AS T1 JOIN Templates AS T2 ON T1.template_type_code = T2.template_type_code JOIN Documents AS T3 ON T2.Template_ID = T3.template_ID", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.template_type_description", + "FROM", + "Ref_template_types", + "AS", + "T1", + "JOIN", + "Templates", + "AS", + "T2", + "ON", + "T1.template_type_code", + "=", + "T2.template_type_code", + "JOIN", + "Documents", + "AS", + "T3", + "ON", + "T2.Template_ID", + "=", + "T3.template_ID" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "template_type_description", + "from", + "ref_template_types", + "as", + "t1", + "join", + "templates", + "as", + "t2", + "on", + "t1", + ".", + "template_type_code", + "=", + "t2", + ".", + "template_type_code", + "join", + "documents", + "as", + "t3", + "on", + "t2", + ".", + "template_id", + "=", + "t3", + ".", + "template_id" + ], + "question": "Return the different descriptions for templates that have been used in a document.", + "question_toks": [ + "Return", + "the", + "different", + "descriptions", + "for", + "templates", + "that", + "have", + "been", + "used", + "in", + "a", + "document", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T2.template_id FROM Ref_template_types AS T1 JOIN Templates AS T2 ON T1.template_type_code = T2.template_type_code WHERE T1.template_type_description = \"Presentation\"", + "query_toks": [ + "SELECT", + "T2.template_id", + "FROM", + "Ref_template_types", + "AS", + "T1", + "JOIN", + "Templates", + "AS", + "T2", + "ON", + "T1.template_type_code", + "=", + "T2.template_type_code", + "WHERE", + "T1.template_type_description", + "=", + "``", + "Presentation", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "template_id", + "from", + "ref_template_types", + "as", + "t1", + "join", + "templates", + "as", + "t2", + "on", + "t1", + ".", + "template_type_code", + "=", + "t2", + ".", + "template_type_code", + "where", + "t1", + ".", + "template_type_description", + "=", + "value" + ], + "question": "What are the template ids with template type description \"Presentation\".", + "question_toks": [ + "What", + "are", + "the", + "template", + "ids", + "with", + "template", + "type", + "description", + "``", + "Presentation", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Presentation\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T2.template_id FROM Ref_template_types AS T1 JOIN Templates AS T2 ON T1.template_type_code = T2.template_type_code WHERE T1.template_type_description = \"Presentation\"", + "query_toks": [ + "SELECT", + "T2.template_id", + "FROM", + "Ref_template_types", + "AS", + "T1", + "JOIN", + "Templates", + "AS", + "T2", + "ON", + "T1.template_type_code", + "=", + "T2.template_type_code", + "WHERE", + "T1.template_type_description", + "=", + "``", + "Presentation", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "template_id", + "from", + "ref_template_types", + "as", + "t1", + "join", + "templates", + "as", + "t2", + "on", + "t1", + ".", + "template_type_code", + "=", + "t2", + ".", + "template_type_code", + "where", + "t1", + ".", + "template_type_description", + "=", + "value" + ], + "question": "Return the ids corresponding to templates with the description 'Presentation'.", + "question_toks": [ + "Return", + "the", + "ids", + "corresponding", + "to", + "templates", + "with", + "the", + "description", + "'Presentation", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Presentation\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT count(*) FROM Paragraphs", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Paragraphs" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "paragraphs" + ], + "question": "How many paragraphs in total?", + "question_toks": [ + "How", + "many", + "paragraphs", + "in", + "total", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT count(*) FROM Paragraphs", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Paragraphs" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "paragraphs" + ], + "question": "Count the number of paragraphs.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "paragraphs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT count(*) FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_ID = T2.document_ID WHERE T2.document_name = 'Summer Show'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Paragraphs", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.document_ID", + "=", + "T2.document_ID", + "WHERE", + "T2.document_name", + "=", + "'Summer", + "Show", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "paragraphs", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "document_id", + "=", + "t2", + ".", + "document_id", + "where", + "t2", + ".", + "document_name", + "=", + "value" + ], + "question": "How many paragraphs for the document with name 'Summer Show'?", + "question_toks": [ + "How", + "many", + "paragraphs", + "for", + "the", + "document", + "with", + "name", + "'Summer", + "Show", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Summer Show\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT count(*) FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_ID = T2.document_ID WHERE T2.document_name = 'Summer Show'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Paragraphs", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.document_ID", + "=", + "T2.document_ID", + "WHERE", + "T2.document_name", + "=", + "'Summer", + "Show", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "paragraphs", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "document_id", + "=", + "t2", + ".", + "document_id", + "where", + "t2", + ".", + "document_name", + "=", + "value" + ], + "question": "Count the number of paragraphs in the document named 'Summer Show'.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "paragraphs", + "in", + "the", + "document", + "named", + "'Summer", + "Show", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Summer Show\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "select other_details from paragraphs where paragraph_text like 'korea'", + "query_toks": [ + "select", + "other_details", + "from", + "paragraphs", + "where", + "paragraph_text", + "like", + "\"korea\"" + ], + "query_toks_no_value": [ + "select", + "other_details", + "from", + "paragraphs", + "where", + "paragraph_text", + "like", + "value" + ], + "question": "Show paragraph details for paragraph with text 'Korea ' .", + "question_toks": [ + "Show", + "paragraph", + "details", + "for", + "paragraph", + "with", + "text", + "'Korea", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"korea\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "select other_details from paragraphs where paragraph_text like 'korea'", + "query_toks": [ + "select", + "other_details", + "from", + "paragraphs", + "where", + "paragraph_text", + "like", + "\"korea\"" + ], + "query_toks_no_value": [ + "select", + "other_details", + "from", + "paragraphs", + "where", + "paragraph_text", + "like", + "value" + ], + "question": "What are the details for the paragraph that includes the text 'Korea ' ?", + "question_toks": [ + "What", + "are", + "the", + "details", + "for", + "the", + "paragraph", + "that", + "includes", + "the", + "text", + "'Korea", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"korea\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.paragraph_id , T1.paragraph_text FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id WHERE T2.Document_Name = 'Welcome to NY'", + "query_toks": [ + "SELECT", + "T1.paragraph_id", + ",", + "T1.paragraph_text", + "FROM", + "Paragraphs", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.document_id", + "=", + "T2.document_id", + "WHERE", + "T2.Document_Name", + "=", + "'Welcome", + "to", + "NY", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "paragraph_id", + ",", + "t1", + ".", + "paragraph_text", + "from", + "paragraphs", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "document_id", + "=", + "t2", + ".", + "document_id", + "where", + "t2", + ".", + "document_name", + "=", + "value" + ], + "question": "Show all paragraph ids and texts for the document with name 'Welcome to NY'.", + "question_toks": [ + "Show", + "all", + "paragraph", + "ids", + "and", + "texts", + "for", + "the", + "document", + "with", + "name", + "'Welcome", + "to", + "NY", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Welcome to NY\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.paragraph_id , T1.paragraph_text FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id WHERE T2.Document_Name = 'Welcome to NY'", + "query_toks": [ + "SELECT", + "T1.paragraph_id", + ",", + "T1.paragraph_text", + "FROM", + "Paragraphs", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.document_id", + "=", + "T2.document_id", + "WHERE", + "T2.Document_Name", + "=", + "'Welcome", + "to", + "NY", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "paragraph_id", + ",", + "t1", + ".", + "paragraph_text", + "from", + "paragraphs", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "document_id", + "=", + "t2", + ".", + "document_id", + "where", + "t2", + ".", + "document_name", + "=", + "value" + ], + "question": "What are the ids and texts of paragraphs in the document titled 'Welcome to NY'?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "texts", + "of", + "paragraphs", + "in", + "the", + "document", + "titled", + "'Welcome", + "to", + "NY", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Welcome to NY\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.paragraph_text FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id WHERE T2.document_name = \"Customer reviews\"", + "query_toks": [ + "SELECT", + "T1.paragraph_text", + "FROM", + "Paragraphs", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.document_id", + "=", + "T2.document_id", + "WHERE", + "T2.document_name", + "=", + "``", + "Customer", + "reviews", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "paragraph_text", + "from", + "paragraphs", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "document_id", + "=", + "t2", + ".", + "document_id", + "where", + "t2", + ".", + "document_name", + "=", + "value" + ], + "question": "Show all paragraph texts for the document \"Customer reviews\".", + "question_toks": [ + "Show", + "all", + "paragraph", + "texts", + "for", + "the", + "document", + "``", + "Customer", + "reviews", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Customer reviews\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.paragraph_text FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id WHERE T2.document_name = \"Customer reviews\"", + "query_toks": [ + "SELECT", + "T1.paragraph_text", + "FROM", + "Paragraphs", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.document_id", + "=", + "T2.document_id", + "WHERE", + "T2.document_name", + "=", + "``", + "Customer", + "reviews", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "paragraph_text", + "from", + "paragraphs", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "document_id", + "=", + "t2", + ".", + "document_id", + "where", + "t2", + ".", + "document_name", + "=", + "value" + ], + "question": "What are the paragraph texts for the document with the name 'Customer reviews'?", + "question_toks": [ + "What", + "are", + "the", + "paragraph", + "texts", + "for", + "the", + "document", + "with", + "the", + "name", + "'Customer", + "reviews", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Customer reviews\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_id , count(*) FROM Paragraphs GROUP BY document_id ORDER BY document_id", + "query_toks": [ + "SELECT", + "document_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Paragraphs", + "GROUP", + "BY", + "document_id", + "ORDER", + "BY", + "document_id" + ], + "query_toks_no_value": [ + "select", + "document_id", + ",", + "count", + "(", + "*", + ")", + "from", + "paragraphs", + "group", + "by", + "document_id", + "order", + "by", + "document_id" + ], + "question": "Show all document ids and the number of paragraphs in each document. Order by document id.", + "question_toks": [ + "Show", + "all", + "document", + "ids", + "and", + "the", + "number", + "of", + "paragraphs", + "in", + "each", + "document", + ".", + "Order", + "by", + "document", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_id , count(*) FROM Paragraphs GROUP BY document_id ORDER BY document_id", + "query_toks": [ + "SELECT", + "document_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Paragraphs", + "GROUP", + "BY", + "document_id", + "ORDER", + "BY", + "document_id" + ], + "query_toks_no_value": [ + "select", + "document_id", + ",", + "count", + "(", + "*", + ")", + "from", + "paragraphs", + "group", + "by", + "document_id", + "order", + "by", + "document_id" + ], + "question": "Return the different document ids along with the number of paragraphs corresponding to each, ordered by id.", + "question_toks": [ + "Return", + "the", + "different", + "document", + "ids", + "along", + "with", + "the", + "number", + "of", + "paragraphs", + "corresponding", + "to", + "each", + ",", + "ordered", + "by", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.document_id , T2.document_name , count(*) FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id GROUP BY T1.document_id", + "query_toks": [ + "SELECT", + "T1.document_id", + ",", + "T2.document_name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Paragraphs", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.document_id", + "=", + "T2.document_id", + "GROUP", + "BY", + "T1.document_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "document_id", + ",", + "t2", + ".", + "document_name", + ",", + "count", + "(", + "*", + ")", + "from", + "paragraphs", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "document_id", + "=", + "t2", + ".", + "document_id", + "group", + "by", + "t1", + ".", + "document_id" + ], + "question": "Show all document ids, names and the number of paragraphs in each document.", + "question_toks": [ + "Show", + "all", + "document", + "ids", + ",", + "names", + "and", + "the", + "number", + "of", + "paragraphs", + "in", + "each", + "document", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.document_id , T2.document_name , count(*) FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id GROUP BY T1.document_id", + "query_toks": [ + "SELECT", + "T1.document_id", + ",", + "T2.document_name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Paragraphs", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.document_id", + "=", + "T2.document_id", + "GROUP", + "BY", + "T1.document_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "document_id", + ",", + "t2", + ".", + "document_name", + ",", + "count", + "(", + "*", + ")", + "from", + "paragraphs", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "document_id", + "=", + "t2", + ".", + "document_id", + "group", + "by", + "t1", + ".", + "document_id" + ], + "question": "What are the ids and names of each document, as well as the number of paragraphs in each?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "names", + "of", + "each", + "document", + ",", + "as", + "well", + "as", + "the", + "number", + "of", + "paragraphs", + "in", + "each", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_id FROM Paragraphs GROUP BY document_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "document_id", + "FROM", + "Paragraphs", + "GROUP", + "BY", + "document_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "document_id", + "from", + "paragraphs", + "group", + "by", + "document_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "List all document ids with at least two paragraphs.", + "question_toks": [ + "List", + "all", + "document", + "ids", + "with", + "at", + "least", + "two", + "paragraphs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_id FROM Paragraphs GROUP BY document_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "document_id", + "FROM", + "Paragraphs", + "GROUP", + "BY", + "document_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "document_id", + "from", + "paragraphs", + "group", + "by", + "document_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the ids of documents that have 2 or more paragraphs?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "documents", + "that", + "have", + "2", + "or", + "more", + "paragraphs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.document_id , T2.document_name FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id GROUP BY T1.document_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.document_id", + ",", + "T2.document_name", + "FROM", + "Paragraphs", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.document_id", + "=", + "T2.document_id", + "GROUP", + "BY", + "T1.document_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "document_id", + ",", + "t2", + ".", + "document_name", + "from", + "paragraphs", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "document_id", + "=", + "t2", + ".", + "document_id", + "group", + "by", + "t1", + ".", + "document_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the document id and name with greatest number of paragraphs?", + "question_toks": [ + "What", + "is", + "the", + "document", + "id", + "and", + "name", + "with", + "greatest", + "number", + "of", + "paragraphs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT T1.document_id , T2.document_name FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id GROUP BY T1.document_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.document_id", + ",", + "T2.document_name", + "FROM", + "Paragraphs", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.document_id", + "=", + "T2.document_id", + "GROUP", + "BY", + "T1.document_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "document_id", + ",", + "t2", + ".", + "document_name", + "from", + "paragraphs", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "document_id", + "=", + "t2", + ".", + "document_id", + "group", + "by", + "t1", + ".", + "document_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Return the id and name of the document with the most paragraphs.", + "question_toks": [ + "Return", + "the", + "id", + "and", + "name", + "of", + "the", + "document", + "with", + "the", + "most", + "paragraphs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_id FROM Paragraphs GROUP BY document_id ORDER BY count(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "document_id", + "FROM", + "Paragraphs", + "GROUP", + "BY", + "document_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "document_id", + "from", + "paragraphs", + "group", + "by", + "document_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "What is the document id with least number of paragraphs?", + "question_toks": [ + "What", + "is", + "the", + "document", + "id", + "with", + "least", + "number", + "of", + "paragraphs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_id FROM Paragraphs GROUP BY document_id ORDER BY count(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "document_id", + "FROM", + "Paragraphs", + "GROUP", + "BY", + "document_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "document_id", + "from", + "paragraphs", + "group", + "by", + "document_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "Return the id of the document with the fewest paragraphs.", + "question_toks": [ + "Return", + "the", + "id", + "of", + "the", + "document", + "with", + "the", + "fewest", + "paragraphs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_id FROM Paragraphs GROUP BY document_id HAVING count(*) BETWEEN 1 AND 2", + "query_toks": [ + "SELECT", + "document_id", + "FROM", + "Paragraphs", + "GROUP", + "BY", + "document_id", + "HAVING", + "count", + "(", + "*", + ")", + "BETWEEN", + "1", + "AND", + "2" + ], + "query_toks_no_value": [ + "select", + "document_id", + "from", + "paragraphs", + "group", + "by", + "document_id", + "having", + "count", + "(", + "*", + ")", + "between", + "value", + "and", + "value" + ], + "question": "What is the document id with 1 to 2 paragraphs?", + "question_toks": [ + "What", + "is", + "the", + "document", + "id", + "with", + "1", + "to", + "2", + "paragraphs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [ + [ + false, + 1, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + 2.0 + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_id FROM Paragraphs GROUP BY document_id HAVING count(*) BETWEEN 1 AND 2", + "query_toks": [ + "SELECT", + "document_id", + "FROM", + "Paragraphs", + "GROUP", + "BY", + "document_id", + "HAVING", + "count", + "(", + "*", + ")", + "BETWEEN", + "1", + "AND", + "2" + ], + "query_toks_no_value": [ + "select", + "document_id", + "from", + "paragraphs", + "group", + "by", + "document_id", + "having", + "count", + "(", + "*", + ")", + "between", + "value", + "and", + "value" + ], + "question": "Give the ids of documents that have between one and two paragraphs.", + "question_toks": [ + "Give", + "the", + "ids", + "of", + "documents", + "that", + "have", + "between", + "one", + "and", + "two", + "paragraphs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [ + [ + false, + 1, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + 2.0 + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_id FROM Paragraphs WHERE paragraph_text = 'Brazil' INTERSECT SELECT document_id FROM Paragraphs WHERE paragraph_text = 'Ireland'", + "query_toks": [ + "SELECT", + "document_id", + "FROM", + "Paragraphs", + "WHERE", + "paragraph_text", + "=", + "'Brazil", + "'", + "INTERSECT", + "SELECT", + "document_id", + "FROM", + "Paragraphs", + "WHERE", + "paragraph_text", + "=", + "'Ireland", + "'" + ], + "query_toks_no_value": [ + "select", + "document_id", + "from", + "paragraphs", + "where", + "paragraph_text", + "=", + "value", + "intersect", + "select", + "document_id", + "from", + "paragraphs", + "where", + "paragraph_text", + "=", + "value" + ], + "question": "Show the document id with paragraph text 'Brazil' and 'Ireland'.", + "question_toks": [ + "Show", + "the", + "document", + "id", + "with", + "paragraph", + "text", + "'Brazil", + "'", + "and", + "'Ireland", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Brazil\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Ireland\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Template_Mgt", + "query": "SELECT document_id FROM Paragraphs WHERE paragraph_text = 'Brazil' INTERSECT SELECT document_id FROM Paragraphs WHERE paragraph_text = 'Ireland'", + "query_toks": [ + "SELECT", + "document_id", + "FROM", + "Paragraphs", + "WHERE", + "paragraph_text", + "=", + "'Brazil", + "'", + "INTERSECT", + "SELECT", + "document_id", + "FROM", + "Paragraphs", + "WHERE", + "paragraph_text", + "=", + "'Ireland", + "'" + ], + "query_toks_no_value": [ + "select", + "document_id", + "from", + "paragraphs", + "where", + "paragraph_text", + "=", + "value", + "intersect", + "select", + "document_id", + "from", + "paragraphs", + "where", + "paragraph_text", + "=", + "value" + ], + "question": "What are the ids of documents that contain the paragraph text 'Brazil' and 'Ireland'?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "documents", + "that", + "contain", + "the", + "paragraph", + "text", + "'Brazil", + "'", + "and", + "'Ireland", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Brazil\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Ireland\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT count(*) FROM teacher", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "teacher" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "teacher" + ], + "question": "How many teachers are there?", + "question_toks": [ + "How", + "many", + "teachers", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT count(*) FROM teacher", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "teacher" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "teacher" + ], + "question": "What is the total count of teachers?", + "question_toks": [ + "What", + "is", + "the", + "total", + "count", + "of", + "teachers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Name FROM teacher ORDER BY Age ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "teacher", + "ORDER", + "BY", + "Age", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "teacher", + "order", + "by", + "age", + "asc" + ], + "question": "List the names of teachers in ascending order of age.", + "question_toks": [ + "List", + "the", + "names", + "of", + "teachers", + "in", + "ascending", + "order", + "of", + "age", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Name FROM teacher ORDER BY Age ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "teacher", + "ORDER", + "BY", + "Age", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "teacher", + "order", + "by", + "age", + "asc" + ], + "question": "What are the names of the teachers ordered by ascending age?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "teachers", + "ordered", + "by", + "ascending", + "age", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Age , Hometown FROM teacher", + "query_toks": [ + "SELECT", + "Age", + ",", + "Hometown", + "FROM", + "teacher" + ], + "query_toks_no_value": [ + "select", + "age", + ",", + "hometown", + "from", + "teacher" + ], + "question": "What are the age and hometown of teachers?", + "question_toks": [ + "What", + "are", + "the", + "age", + "and", + "hometown", + "of", + "teachers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Age , Hometown FROM teacher", + "query_toks": [ + "SELECT", + "Age", + ",", + "Hometown", + "FROM", + "teacher" + ], + "query_toks_no_value": [ + "select", + "age", + ",", + "hometown", + "from", + "teacher" + ], + "question": "What is the age and hometown of every teacher?", + "question_toks": [ + "What", + "is", + "the", + "age", + "and", + "hometown", + "of", + "every", + "teacher", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "select name from teacher where hometown != \"little lever urban district\"", + "query_toks": [ + "select", + "name", + "from", + "teacher", + "where", + "hometown", + "!=", + "\"little lever urban district\"" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "teacher", + "where", + "hometown", + "!", + "=", + "value" + ], + "question": "List the name of teachers whose hometown is not `` Little Lever Urban District '' .", + "question_toks": [ + "List", + "the", + "name", + "of", + "teachers", + "whose", + "hometown", + "is", + "not", + "``", + "Little", + "Lever", + "Urban", + "District", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"little lever urban district\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "select name from teacher where hometown != \"little lever urban district\"", + "query_toks": [ + "select", + "name", + "from", + "teacher", + "where", + "hometown", + "!=", + "\"little lever urban district\"" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "teacher", + "where", + "hometown", + "!", + "=", + "value" + ], + "question": "What are the names of the teachers whose hometown is not `` Little Lever Urban District '' ?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "teachers", + "whose", + "hometown", + "is", + "not", + "``", + "Little", + "Lever", + "Urban", + "District", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"little lever urban district\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Name FROM teacher WHERE Age = 32 OR Age = 33", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "teacher", + "WHERE", + "Age", + "=", + "32", + "OR", + "Age", + "=", + "33" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "teacher", + "where", + "age", + "=", + "value", + "or", + "age", + "=", + "value" + ], + "question": "Show the name of teachers aged either 32 or 33?", + "question_toks": [ + "Show", + "the", + "name", + "of", + "teachers", + "aged", + "either", + "32", + "or", + "33", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 32.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 33.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Name FROM teacher WHERE Age = 32 OR Age = 33", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "teacher", + "WHERE", + "Age", + "=", + "32", + "OR", + "Age", + "=", + "33" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "teacher", + "where", + "age", + "=", + "value", + "or", + "age", + "=", + "value" + ], + "question": "What are the names of the teachers who are aged either 32 or 33?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "teachers", + "who", + "are", + "aged", + "either", + "32", + "or", + "33", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 32.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 33.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Hometown FROM teacher ORDER BY Age ASC LIMIT 1", + "query_toks": [ + "SELECT", + "Hometown", + "FROM", + "teacher", + "ORDER", + "BY", + "Age", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "hometown", + "from", + "teacher", + "order", + "by", + "age", + "asc", + "limit", + "value" + ], + "question": "What is the hometown of the youngest teacher?", + "question_toks": [ + "What", + "is", + "the", + "hometown", + "of", + "the", + "youngest", + "teacher", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Hometown FROM teacher ORDER BY Age ASC LIMIT 1", + "query_toks": [ + "SELECT", + "Hometown", + "FROM", + "teacher", + "ORDER", + "BY", + "Age", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "hometown", + "from", + "teacher", + "order", + "by", + "age", + "asc", + "limit", + "value" + ], + "question": "Where is the youngest teacher from?", + "question_toks": [ + "Where", + "is", + "the", + "youngest", + "teacher", + "from", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Hometown , COUNT(*) FROM teacher GROUP BY Hometown", + "query_toks": [ + "SELECT", + "Hometown", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "teacher", + "GROUP", + "BY", + "Hometown" + ], + "query_toks_no_value": [ + "select", + "hometown", + ",", + "count", + "(", + "*", + ")", + "from", + "teacher", + "group", + "by", + "hometown" + ], + "question": "Show different hometown of teachers and the number of teachers from each hometown.", + "question_toks": [ + "Show", + "different", + "hometown", + "of", + "teachers", + "and", + "the", + "number", + "of", + "teachers", + "from", + "each", + "hometown", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Hometown , COUNT(*) FROM teacher GROUP BY Hometown", + "query_toks": [ + "SELECT", + "Hometown", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "teacher", + "GROUP", + "BY", + "Hometown" + ], + "query_toks_no_value": [ + "select", + "hometown", + ",", + "count", + "(", + "*", + ")", + "from", + "teacher", + "group", + "by", + "hometown" + ], + "question": "For each hometown, how many teachers are there?", + "question_toks": [ + "For", + "each", + "hometown", + ",", + "how", + "many", + "teachers", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Hometown FROM teacher GROUP BY Hometown ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Hometown", + "FROM", + "teacher", + "GROUP", + "BY", + "Hometown", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "hometown", + "from", + "teacher", + "group", + "by", + "hometown", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "List the most common hometown of teachers.", + "question_toks": [ + "List", + "the", + "most", + "common", + "hometown", + "of", + "teachers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Hometown FROM teacher GROUP BY Hometown ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Hometown", + "FROM", + "teacher", + "GROUP", + "BY", + "Hometown", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "hometown", + "from", + "teacher", + "group", + "by", + "hometown", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the most commmon hometowns for teachers?", + "question_toks": [ + "What", + "is", + "the", + "most", + "commmon", + "hometowns", + "for", + "teachers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Hometown FROM teacher GROUP BY Hometown HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "Hometown", + "FROM", + "teacher", + "GROUP", + "BY", + "Hometown", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "hometown", + "from", + "teacher", + "group", + "by", + "hometown", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show the hometowns shared by at least two teachers.", + "question_toks": [ + "Show", + "the", + "hometowns", + "shared", + "by", + "at", + "least", + "two", + "teachers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Hometown FROM teacher GROUP BY Hometown HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "Hometown", + "FROM", + "teacher", + "GROUP", + "BY", + "Hometown", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "hometown", + "from", + "teacher", + "group", + "by", + "hometown", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the towns from which at least two teachers come from?", + "question_toks": [ + "What", + "are", + "the", + "towns", + "from", + "which", + "at", + "least", + "two", + "teachers", + "come", + "from", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT T3.Name , T2.Course FROM course_arrange AS T1 JOIN course AS T2 ON T1.Course_ID = T2.Course_ID JOIN teacher AS T3 ON T1.Teacher_ID = T3.Teacher_ID", + "query_toks": [ + "SELECT", + "T3.Name", + ",", + "T2.Course", + "FROM", + "course_arrange", + "AS", + "T1", + "JOIN", + "course", + "AS", + "T2", + "ON", + "T1.Course_ID", + "=", + "T2.Course_ID", + "JOIN", + "teacher", + "AS", + "T3", + "ON", + "T1.Teacher_ID", + "=", + "T3.Teacher_ID" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + ",", + "t2", + ".", + "course", + "from", + "course_arrange", + "as", + "t1", + "join", + "course", + "as", + "t2", + "on", + "t1", + ".", + "course_id", + "=", + "t2", + ".", + "course_id", + "join", + "teacher", + "as", + "t3", + "on", + "t1", + ".", + "teacher_id", + "=", + "t3", + ".", + "teacher_id" + ], + "question": "Show names of teachers and the courses they are arranged to teach.", + "question_toks": [ + "Show", + "names", + "of", + "teachers", + "and", + "the", + "courses", + "they", + "are", + "arranged", + "to", + "teach", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT T3.Name , T2.Course FROM course_arrange AS T1 JOIN course AS T2 ON T1.Course_ID = T2.Course_ID JOIN teacher AS T3 ON T1.Teacher_ID = T3.Teacher_ID", + "query_toks": [ + "SELECT", + "T3.Name", + ",", + "T2.Course", + "FROM", + "course_arrange", + "AS", + "T1", + "JOIN", + "course", + "AS", + "T2", + "ON", + "T1.Course_ID", + "=", + "T2.Course_ID", + "JOIN", + "teacher", + "AS", + "T3", + "ON", + "T1.Teacher_ID", + "=", + "T3.Teacher_ID" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + ",", + "t2", + ".", + "course", + "from", + "course_arrange", + "as", + "t1", + "join", + "course", + "as", + "t2", + "on", + "t1", + ".", + "course_id", + "=", + "t2", + ".", + "course_id", + "join", + "teacher", + "as", + "t3", + "on", + "t1", + ".", + "teacher_id", + "=", + "t3", + ".", + "teacher_id" + ], + "question": "What is the name of each teacher and what course they teach?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "each", + "teacher", + "and", + "what", + "course", + "they", + "teach", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT T3.Name , T2.Course FROM course_arrange AS T1 JOIN course AS T2 ON T1.Course_ID = T2.Course_ID JOIN teacher AS T3 ON T1.Teacher_ID = T3.Teacher_ID ORDER BY T3.Name", + "query_toks": [ + "SELECT", + "T3.Name", + ",", + "T2.Course", + "FROM", + "course_arrange", + "AS", + "T1", + "JOIN", + "course", + "AS", + "T2", + "ON", + "T1.Course_ID", + "=", + "T2.Course_ID", + "JOIN", + "teacher", + "AS", + "T3", + "ON", + "T1.Teacher_ID", + "=", + "T3.Teacher_ID", + "ORDER", + "BY", + "T3.Name" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + ",", + "t2", + ".", + "course", + "from", + "course_arrange", + "as", + "t1", + "join", + "course", + "as", + "t2", + "on", + "t1", + ".", + "course_id", + "=", + "t2", + ".", + "course_id", + "join", + "teacher", + "as", + "t3", + "on", + "t1", + ".", + "teacher_id", + "=", + "t3", + ".", + "teacher_id", + "order", + "by", + "t3", + ".", + "name" + ], + "question": "Show names of teachers and the courses they are arranged to teach in ascending alphabetical order of the teacher's name.", + "question_toks": [ + "Show", + "names", + "of", + "teachers", + "and", + "the", + "courses", + "they", + "are", + "arranged", + "to", + "teach", + "in", + "ascending", + "alphabetical", + "order", + "of", + "the", + "teacher", + "'s", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT T3.Name , T2.Course FROM course_arrange AS T1 JOIN course AS T2 ON T1.Course_ID = T2.Course_ID JOIN teacher AS T3 ON T1.Teacher_ID = T3.Teacher_ID ORDER BY T3.Name", + "query_toks": [ + "SELECT", + "T3.Name", + ",", + "T2.Course", + "FROM", + "course_arrange", + "AS", + "T1", + "JOIN", + "course", + "AS", + "T2", + "ON", + "T1.Course_ID", + "=", + "T2.Course_ID", + "JOIN", + "teacher", + "AS", + "T3", + "ON", + "T1.Teacher_ID", + "=", + "T3.Teacher_ID", + "ORDER", + "BY", + "T3.Name" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + ",", + "t2", + ".", + "course", + "from", + "course_arrange", + "as", + "t1", + "join", + "course", + "as", + "t2", + "on", + "t1", + ".", + "course_id", + "=", + "t2", + ".", + "course_id", + "join", + "teacher", + "as", + "t3", + "on", + "t1", + ".", + "teacher_id", + "=", + "t3", + ".", + "teacher_id", + "order", + "by", + "t3", + ".", + "name" + ], + "question": "What are the names of the teachers and the courses they teach in ascending alphabetical order by the name of the teacher?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "teachers", + "and", + "the", + "courses", + "they", + "teach", + "in", + "ascending", + "alphabetical", + "order", + "by", + "the", + "name", + "of", + "the", + "teacher", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT T3.Name FROM course_arrange AS T1 JOIN course AS T2 ON T1.Course_ID = T2.Course_ID JOIN teacher AS T3 ON T1.Teacher_ID = T3.Teacher_ID WHERE T2.Course = \"Math\"", + "query_toks": [ + "SELECT", + "T3.Name", + "FROM", + "course_arrange", + "AS", + "T1", + "JOIN", + "course", + "AS", + "T2", + "ON", + "T1.Course_ID", + "=", + "T2.Course_ID", + "JOIN", + "teacher", + "AS", + "T3", + "ON", + "T1.Teacher_ID", + "=", + "T3.Teacher_ID", + "WHERE", + "T2.Course", + "=", + "``", + "Math", + "''" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "course_arrange", + "as", + "t1", + "join", + "course", + "as", + "t2", + "on", + "t1", + ".", + "course_id", + "=", + "t2", + ".", + "course_id", + "join", + "teacher", + "as", + "t3", + "on", + "t1", + ".", + "teacher_id", + "=", + "t3", + ".", + "teacher_id", + "where", + "t2", + ".", + "course", + "=", + "value" + ], + "question": "Show the name of the teacher for the math course.", + "question_toks": [ + "Show", + "the", + "name", + "of", + "the", + "teacher", + "for", + "the", + "math", + "course", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Math\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT T3.Name FROM course_arrange AS T1 JOIN course AS T2 ON T1.Course_ID = T2.Course_ID JOIN teacher AS T3 ON T1.Teacher_ID = T3.Teacher_ID WHERE T2.Course = \"Math\"", + "query_toks": [ + "SELECT", + "T3.Name", + "FROM", + "course_arrange", + "AS", + "T1", + "JOIN", + "course", + "AS", + "T2", + "ON", + "T1.Course_ID", + "=", + "T2.Course_ID", + "JOIN", + "teacher", + "AS", + "T3", + "ON", + "T1.Teacher_ID", + "=", + "T3.Teacher_ID", + "WHERE", + "T2.Course", + "=", + "``", + "Math", + "''" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "course_arrange", + "as", + "t1", + "join", + "course", + "as", + "t2", + "on", + "t1", + ".", + "course_id", + "=", + "t2", + ".", + "course_id", + "join", + "teacher", + "as", + "t3", + "on", + "t1", + ".", + "teacher_id", + "=", + "t3", + ".", + "teacher_id", + "where", + "t2", + ".", + "course", + "=", + "value" + ], + "question": "What are the names of the people who teach math courses?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "people", + "who", + "teach", + "math", + "courses", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Math\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT T2.Name , COUNT(*) FROM course_arrange AS T1 JOIN teacher AS T2 ON T1.Teacher_ID = T2.Teacher_ID GROUP BY T2.Name", + "query_toks": [ + "SELECT", + "T2.Name", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "course_arrange", + "AS", + "T1", + "JOIN", + "teacher", + "AS", + "T2", + "ON", + "T1.Teacher_ID", + "=", + "T2.Teacher_ID", + "GROUP", + "BY", + "T2.Name" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "course_arrange", + "as", + "t1", + "join", + "teacher", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "group", + "by", + "t2", + ".", + "name" + ], + "question": "Show names of teachers and the number of courses they teach.", + "question_toks": [ + "Show", + "names", + "of", + "teachers", + "and", + "the", + "number", + "of", + "courses", + "they", + "teach", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT T2.Name , COUNT(*) FROM course_arrange AS T1 JOIN teacher AS T2 ON T1.Teacher_ID = T2.Teacher_ID GROUP BY T2.Name", + "query_toks": [ + "SELECT", + "T2.Name", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "course_arrange", + "AS", + "T1", + "JOIN", + "teacher", + "AS", + "T2", + "ON", + "T1.Teacher_ID", + "=", + "T2.Teacher_ID", + "GROUP", + "BY", + "T2.Name" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "course_arrange", + "as", + "t1", + "join", + "teacher", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "group", + "by", + "t2", + ".", + "name" + ], + "question": "What are the names of the teachers and how many courses do they teach?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "teachers", + "and", + "how", + "many", + "courses", + "do", + "they", + "teach", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT T2.Name FROM course_arrange AS T1 JOIN teacher AS T2 ON T1.Teacher_ID = T2.Teacher_ID GROUP BY T2.Name HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "course_arrange", + "AS", + "T1", + "JOIN", + "teacher", + "AS", + "T2", + "ON", + "T1.Teacher_ID", + "=", + "T2.Teacher_ID", + "GROUP", + "BY", + "T2.Name", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "course_arrange", + "as", + "t1", + "join", + "teacher", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "group", + "by", + "t2", + ".", + "name", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show names of teachers that teach at least two courses.", + "question_toks": [ + "Show", + "names", + "of", + "teachers", + "that", + "teach", + "at", + "least", + "two", + "courses", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT T2.Name FROM course_arrange AS T1 JOIN teacher AS T2 ON T1.Teacher_ID = T2.Teacher_ID GROUP BY T2.Name HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "course_arrange", + "AS", + "T1", + "JOIN", + "teacher", + "AS", + "T2", + "ON", + "T1.Teacher_ID", + "=", + "T2.Teacher_ID", + "GROUP", + "BY", + "T2.Name", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "course_arrange", + "as", + "t1", + "join", + "teacher", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "group", + "by", + "t2", + ".", + "name", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the names of the teachers who teach at least two courses?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "teachers", + "who", + "teach", + "at", + "least", + "two", + "courses", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Name FROM teacher WHERE Teacher_id NOT IN (SELECT Teacher_id FROM course_arrange)", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "teacher", + "WHERE", + "Teacher_id", + "NOT", + "IN", + "(", + "SELECT", + "Teacher_id", + "FROM", + "course_arrange", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "teacher", + "where", + "teacher_id", + "not", + "in", + "(", + "select", + "teacher_id", + "from", + "course_arrange", + ")" + ], + "question": "List the names of teachers who have not been arranged to teach courses.", + "question_toks": [ + "List", + "the", + "names", + "of", + "teachers", + "who", + "have", + "not", + "been", + "arranged", + "to", + "teach", + "courses", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "course_teach", + "query": "SELECT Name FROM teacher WHERE Teacher_id NOT IN (SELECT Teacher_id FROM course_arrange)", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "teacher", + "WHERE", + "Teacher_id", + "NOT", + "IN", + "(", + "SELECT", + "Teacher_id", + "FROM", + "course_arrange", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "teacher", + "where", + "teacher_id", + "not", + "in", + "(", + "select", + "teacher_id", + "from", + "course_arrange", + ")" + ], + "question": "What are the names of the teachers whose courses have not been arranged?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "teachers", + "whose", + "courses", + "have", + "not", + "been", + "arranged", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT count(*) FROM visitor WHERE age < 30", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "visitor", + "WHERE", + "age", + "<", + "30" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "visitor", + "where", + "age", + "<", + "value" + ], + "question": "How many visitors below age 30 are there?", + "question_toks": [ + "How", + "many", + "visitors", + "below", + "age", + "30", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT name FROM visitor WHERE Level_of_membership > 4 ORDER BY Level_of_membership DESC", + "query_toks": [ + "SELECT", + "name", + "FROM", + "visitor", + "WHERE", + "Level_of_membership", + ">", + "4", + "ORDER", + "BY", + "Level_of_membership", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "visitor", + "where", + "level_of_membership", + ">", + "value", + "order", + "by", + "level_of_membership", + "desc" + ], + "question": "Find the names of the visitors whose membership level is higher than 4, and order the results by the level from high to low.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "the", + "visitors", + "whose", + "membership", + "level", + "is", + "higher", + "than", + "4", + ",", + "and", + "order", + "the", + "results", + "by", + "the", + "level", + "from", + "high", + "to", + "low", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 4.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT avg(age) FROM visitor WHERE Level_of_membership <= 4", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "visitor", + "WHERE", + "Level_of_membership", + "<", + "=", + "4" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + "from", + "visitor", + "where", + "level_of_membership", + "<", + "=", + "value" + ], + "question": "What is the average age of the visitors whose membership level is not higher than 4?", + "question_toks": [ + "What", + "is", + "the", + "average", + "age", + "of", + "the", + "visitors", + "whose", + "membership", + "level", + "is", + "not", + "higher", + "than", + "4", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 6, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 4.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT name , Level_of_membership FROM visitor WHERE Level_of_membership > 4 ORDER BY age DESC", + "query_toks": [ + "SELECT", + "name", + ",", + "Level_of_membership", + "FROM", + "visitor", + "WHERE", + "Level_of_membership", + ">", + "4", + "ORDER", + "BY", + "age", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "level_of_membership", + "from", + "visitor", + "where", + "level_of_membership", + ">", + "value", + "order", + "by", + "age", + "desc" + ], + "question": "Find the name and membership level of the visitors whose membership level is higher than 4, and sort by their age from old to young.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "membership", + "level", + "of", + "the", + "visitors", + "whose", + "membership", + "level", + "is", + "higher", + "than", + "4", + ",", + "and", + "sort", + "by", + "their", + "age", + "from", + "old", + "to", + "young", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 4.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT museum_id , name FROM museum ORDER BY num_of_staff DESC LIMIT 1", + "query_toks": [ + "SELECT", + "museum_id", + ",", + "name", + "FROM", + "museum", + "ORDER", + "BY", + "num_of_staff", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "museum_id", + ",", + "name", + "from", + "museum", + "order", + "by", + "num_of_staff", + "desc", + "limit", + "value" + ], + "question": "Find the id and name of the museum that has the most staff members?", + "question_toks": [ + "Find", + "the", + "id", + "and", + "name", + "of", + "the", + "museum", + "that", + "has", + "the", + "most", + "staff", + "members", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT avg(num_of_staff) FROM museum WHERE open_year < 2009", + "query_toks": [ + "SELECT", + "avg", + "(", + "num_of_staff", + ")", + "FROM", + "museum", + "WHERE", + "open_year", + "<", + "2009" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "num_of_staff", + ")", + "from", + "museum", + "where", + "open_year", + "<", + "value" + ], + "question": "Find the average number of staff working for the museums that were open before 2009.", + "question_toks": [ + "Find", + "the", + "average", + "number", + "of", + "staff", + "working", + "for", + "the", + "museums", + "that", + "were", + "open", + "before", + "2009", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 2009.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT Num_of_Staff , Open_Year FROM museum WHERE name = 'Plaza Museum'", + "query_toks": [ + "SELECT", + "Num_of_Staff", + ",", + "Open_Year", + "FROM", + "museum", + "WHERE", + "name", + "=", + "'Plaza", + "Museum", + "'" + ], + "query_toks_no_value": [ + "select", + "num_of_staff", + ",", + "open_year", + "from", + "museum", + "where", + "name", + "=", + "value" + ], + "question": "What are the opening year and staff number of the museum named Plaza Museum?", + "question_toks": [ + "What", + "are", + "the", + "opening", + "year", + "and", + "staff", + "number", + "of", + "the", + "museum", + "named", + "Plaza", + "Museum", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Plaza Museum\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT name FROM museum WHERE num_of_staff > (SELECT min(num_of_staff) FROM museum WHERE open_year > 2010)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "museum", + "WHERE", + "num_of_staff", + ">", + "(", + "SELECT", + "min", + "(", + "num_of_staff", + ")", + "FROM", + "museum", + "WHERE", + "open_year", + ">", + "2010", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "museum", + "where", + "num_of_staff", + ">", + "(", + "select", + "min", + "(", + "num_of_staff", + ")", + "from", + "museum", + "where", + "open_year", + ">", + "value", + ")" + ], + "question": "find the names of museums which have more staff than the minimum staff number of all museums opened after 2010.", + "question_toks": [ + "find", + "the", + "names", + "of", + "museums", + "which", + "have", + "more", + "staff", + "than", + "the", + "minimum", + "staff", + "number", + "of", + "all", + "museums", + "opened", + "after", + "2010", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT t1.id , t1.name , t1.age FROM visitor AS t1 JOIN visit AS t2 ON t1.id = t2.visitor_id GROUP BY t1.id HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "t1.id", + ",", + "t1.name", + ",", + "t1.age", + "FROM", + "visitor", + "AS", + "t1", + "JOIN", + "visit", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.visitor_id", + "GROUP", + "BY", + "t1.id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "id", + ",", + "t1", + ".", + "name", + ",", + "t1", + ".", + "age", + "from", + "visitor", + "as", + "t1", + "join", + "visit", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "visitor_id", + "group", + "by", + "t1", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "find the id, name and age for visitors who visited some museums more than once.", + "question_toks": [ + "find", + "the", + "id", + ",", + "name", + "and", + "age", + "for", + "visitors", + "who", + "visited", + "some", + "museums", + "more", + "than", + "once", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT t2.visitor_id , t1.name , t1.Level_of_membership FROM visitor AS t1 JOIN visit AS t2 ON t1.id = t2.visitor_id GROUP BY t2.visitor_id ORDER BY sum(t2.Total_spent) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t2.visitor_id", + ",", + "t1.name", + ",", + "t1.Level_of_membership", + "FROM", + "visitor", + "AS", + "t1", + "JOIN", + "visit", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.visitor_id", + "GROUP", + "BY", + "t2.visitor_id", + "ORDER", + "BY", + "sum", + "(", + "t2.Total_spent", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "visitor_id", + ",", + "t1", + ".", + "name", + ",", + "t1", + ".", + "level_of_membership", + "from", + "visitor", + "as", + "t1", + "join", + "visit", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "visitor_id", + "group", + "by", + "t2", + ".", + "visitor_id", + "order", + "by", + "sum", + "(", + "t2", + ".", + "total_spent", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the id, name and membership level of visitors who have spent the largest amount of money in total in all museum tickets?", + "question_toks": [ + "What", + "are", + "the", + "id", + ",", + "name", + "and", + "membership", + "level", + "of", + "visitors", + "who", + "have", + "spent", + "the", + "largest", + "amount", + "of", + "money", + "in", + "total", + "in", + "all", + "museum", + "tickets", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT t2.Museum_ID , t1.name FROM museum AS t1 JOIN visit AS t2 ON t1.Museum_ID = t2.Museum_ID GROUP BY t2.Museum_ID ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t2.Museum_ID", + ",", + "t1.name", + "FROM", + "museum", + "AS", + "t1", + "JOIN", + "visit", + "AS", + "t2", + "ON", + "t1.Museum_ID", + "=", + "t2.Museum_ID", + "GROUP", + "BY", + "t2.Museum_ID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "museum_id", + ",", + "t1", + ".", + "name", + "from", + "museum", + "as", + "t1", + "join", + "visit", + "as", + "t2", + "on", + "t1", + ".", + "museum_id", + "=", + "t2", + ".", + "museum_id", + "group", + "by", + "t2", + ".", + "museum_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the id and name of the museum visited most times?", + "question_toks": [ + "What", + "are", + "the", + "id", + "and", + "name", + "of", + "the", + "museum", + "visited", + "most", + "times", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT name FROM museum WHERE Museum_ID NOT IN (SELECT museum_id FROM visit)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "museum", + "WHERE", + "Museum_ID", + "NOT", + "IN", + "(", + "SELECT", + "museum_id", + "FROM", + "visit", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "museum", + "where", + "museum_id", + "not", + "in", + "(", + "select", + "museum_id", + "from", + "visit", + ")" + ], + "question": "What is the name of the museum that had no visitor yet?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "museum", + "that", + "had", + "no", + "visitor", + "yet", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT t1.name , t1.age FROM visitor AS t1 JOIN visit AS t2 ON t1.id = t2.visitor_id ORDER BY t2.num_of_ticket DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.name", + ",", + "t1.age", + "FROM", + "visitor", + "AS", + "t1", + "JOIN", + "visit", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.visitor_id", + "ORDER", + "BY", + "t2.num_of_ticket", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "age", + "from", + "visitor", + "as", + "t1", + "join", + "visit", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "visitor_id", + "order", + "by", + "t2", + ".", + "num_of_ticket", + "desc", + "limit", + "value" + ], + "question": "Find the name and age of the visitor who bought the most tickets at once.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "age", + "of", + "the", + "visitor", + "who", + "bought", + "the", + "most", + "tickets", + "at", + "once", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT avg(num_of_ticket) , max(num_of_ticket) FROM visit", + "query_toks": [ + "SELECT", + "avg", + "(", + "num_of_ticket", + ")", + ",", + "max", + "(", + "num_of_ticket", + ")", + "FROM", + "visit" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "num_of_ticket", + ")", + ",", + "max", + "(", + "num_of_ticket", + ")", + "from", + "visit" + ], + "question": "What are the average and maximum number of tickets bought in all visits?", + "question_toks": [ + "What", + "are", + "the", + "average", + "and", + "maximum", + "number", + "of", + "tickets", + "bought", + "in", + "all", + "visits", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT sum(t2.Total_spent) FROM visitor AS t1 JOIN visit AS t2 ON t1.id = t2.visitor_id WHERE t1.Level_of_membership = 1", + "query_toks": [ + "SELECT", + "sum", + "(", + "t2.Total_spent", + ")", + "FROM", + "visitor", + "AS", + "t1", + "JOIN", + "visit", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.visitor_id", + "WHERE", + "t1.Level_of_membership", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t2", + ".", + "total_spent", + ")", + "from", + "visitor", + "as", + "t1", + "join", + "visit", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "visitor_id", + "where", + "t1", + ".", + "level_of_membership", + "=", + "value" + ], + "question": "What is the total ticket expense of the visitors whose membership level is 1?", + "question_toks": [ + "What", + "is", + "the", + "total", + "ticket", + "expense", + "of", + "the", + "visitors", + "whose", + "membership", + "level", + "is", + "1", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT t1.name FROM visitor AS t1 JOIN visit AS t2 ON t1.id = t2.visitor_id JOIN museum AS t3 ON t3.Museum_ID = t2.Museum_ID WHERE t3.open_year < 2009 INTERSECT SELECT t1.name FROM visitor AS t1 JOIN visit AS t2 ON t1.id = t2.visitor_id JOIN museum AS t3 ON t3.Museum_ID = t2.Museum_ID WHERE t3.open_year > 2011", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "visitor", + "AS", + "t1", + "JOIN", + "visit", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.visitor_id", + "JOIN", + "museum", + "AS", + "t3", + "ON", + "t3.Museum_ID", + "=", + "t2.Museum_ID", + "WHERE", + "t3.open_year", + "<", + "2009", + "INTERSECT", + "SELECT", + "t1.name", + "FROM", + "visitor", + "AS", + "t1", + "JOIN", + "visit", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.visitor_id", + "JOIN", + "museum", + "AS", + "t3", + "ON", + "t3.Museum_ID", + "=", + "t2.Museum_ID", + "WHERE", + "t3.open_year", + ">", + "2011" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "visitor", + "as", + "t1", + "join", + "visit", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "visitor_id", + "join", + "museum", + "as", + "t3", + "on", + "t3", + ".", + "museum_id", + "=", + "t2", + ".", + "museum_id", + "where", + "t3", + ".", + "open_year", + "<", + "value", + "intersect", + "select", + "t1", + ".", + "name", + "from", + "visitor", + "as", + "t1", + "join", + "visit", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "visitor_id", + "join", + "museum", + "as", + "t3", + "on", + "t3", + ".", + "museum_id", + "=", + "t2", + ".", + "museum_id", + "where", + "t3", + ".", + "open_year", + ">", + "value" + ], + "question": "What is the name of the visitor who visited both a museum opened before 2009 and a museum opened after 2011?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "visitor", + "who", + "visited", + "both", + "a", + "museum", + "opened", + "before", + "2009", + "and", + "a", + "museum", + "opened", + "after", + "2011", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 2009.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 2011.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT count(*) FROM visitor WHERE id NOT IN (SELECT t2.visitor_id FROM museum AS t1 JOIN visit AS t2 ON t1.Museum_ID = t2.Museum_ID WHERE t1.open_year > 2010)", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "visitor", + "WHERE", + "id", + "NOT", + "IN", + "(", + "SELECT", + "t2.visitor_id", + "FROM", + "museum", + "AS", + "t1", + "JOIN", + "visit", + "AS", + "t2", + "ON", + "t1.Museum_ID", + "=", + "t2.Museum_ID", + "WHERE", + "t1.open_year", + ">", + "2010", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "visitor", + "where", + "id", + "not", + "in", + "(", + "select", + "t2", + ".", + "visitor_id", + "from", + "museum", + "as", + "t1", + "join", + "visit", + "as", + "t2", + "on", + "t1", + ".", + "museum_id", + "=", + "t2", + ".", + "museum_id", + "where", + "t1", + ".", + "open_year", + ">", + "value", + ")" + ], + "question": "Find the number of visitors who did not visit any museum opened after 2010.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "visitors", + "who", + "did", + "not", + "visit", + "any", + "museum", + "opened", + "after", + "2010", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "museum_visit", + "query": "SELECT count(*) FROM museum WHERE open_year > 2013 OR open_year < 2008", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "museum", + "WHERE", + "open_year", + ">", + "2013", + "OR", + "open_year", + "<", + "2008" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "museum", + "where", + "open_year", + ">", + "value", + "or", + "open_year", + "<", + "value" + ], + "question": "How many museums were opened after 2013 or before 2008?", + "question_toks": [ + "How", + "many", + "museums", + "were", + "opened", + "after", + "2013", + "or", + "before", + "2008", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 2013.0, + null + ], + "or", + [ + false, + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 2008.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(*) FROM players", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "players" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "players" + ], + "question": "Find the total number of players.", + "question_toks": [ + "Find", + "the", + "total", + "number", + "of", + "players", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(*) FROM players", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "players" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "players" + ], + "question": "How many players are there?", + "question_toks": [ + "How", + "many", + "players", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(*) FROM matches", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "matches" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "matches" + ], + "question": "Find the total number of matches.", + "question_toks": [ + "Find", + "the", + "total", + "number", + "of", + "matches", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(*) FROM matches", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "matches" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "matches" + ], + "question": "Count the number of matches.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "matches", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT first_name , birth_date FROM players WHERE country_code = 'USA'", + "query_toks": [ + "SELECT", + "first_name", + ",", + "birth_date", + "FROM", + "players", + "WHERE", + "country_code", + "=", + "'USA", + "'" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "birth_date", + "from", + "players", + "where", + "country_code", + "=", + "value" + ], + "question": "List the first name and birth date of all players from the country with code USA.", + "question_toks": [ + "List", + "the", + "first", + "name", + "and", + "birth", + "date", + "of", + "all", + "players", + "from", + "the", + "country", + "with", + "code", + "USA", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT first_name , birth_date FROM players WHERE country_code = 'USA'", + "query_toks": [ + "SELECT", + "first_name", + ",", + "birth_date", + "FROM", + "players", + "WHERE", + "country_code", + "=", + "'USA", + "'" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "birth_date", + "from", + "players", + "where", + "country_code", + "=", + "value" + ], + "question": "What are the first names and birth dates of players from the USA?", + "question_toks": [ + "What", + "are", + "the", + "first", + "names", + "and", + "birth", + "dates", + "of", + "players", + "from", + "the", + "USA", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT avg(loser_age) , avg(winner_age) FROM matches", + "query_toks": [ + "SELECT", + "avg", + "(", + "loser_age", + ")", + ",", + "avg", + "(", + "winner_age", + ")", + "FROM", + "matches" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "loser_age", + ")", + ",", + "avg", + "(", + "winner_age", + ")", + "from", + "matches" + ], + "question": "Find the average age of losers and winners of all matches.", + "question_toks": [ + "Find", + "the", + "average", + "age", + "of", + "losers", + "and", + "winners", + "of", + "all", + "matches", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT avg(loser_age) , avg(winner_age) FROM matches", + "query_toks": [ + "SELECT", + "avg", + "(", + "loser_age", + ")", + ",", + "avg", + "(", + "winner_age", + ")", + "FROM", + "matches" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "loser_age", + ")", + ",", + "avg", + "(", + "winner_age", + ")", + "from", + "matches" + ], + "question": "What are the average ages of losers and winners across matches?", + "question_toks": [ + "What", + "are", + "the", + "average", + "ages", + "of", + "losers", + "and", + "winners", + "across", + "matches", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT avg(winner_rank) FROM matches", + "query_toks": [ + "SELECT", + "avg", + "(", + "winner_rank", + ")", + "FROM", + "matches" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "winner_rank", + ")", + "from", + "matches" + ], + "question": "Find the average rank of winners in all matches.", + "question_toks": [ + "Find", + "the", + "average", + "rank", + "of", + "winners", + "in", + "all", + "matches", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT avg(winner_rank) FROM matches", + "query_toks": [ + "SELECT", + "avg", + "(", + "winner_rank", + ")", + "FROM", + "matches" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "winner_rank", + ")", + "from", + "matches" + ], + "question": "What is the average rank for winners in all matches?", + "question_toks": [ + "What", + "is", + "the", + "average", + "rank", + "for", + "winners", + "in", + "all", + "matches", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT min(loser_rank) FROM matches", + "query_toks": [ + "SELECT", + "min", + "(", + "loser_rank", + ")", + "FROM", + "matches" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "loser_rank", + ")", + "from", + "matches" + ], + "question": "Find the highest rank of losers in all matches.", + "question_toks": [ + "Find", + "the", + "highest", + "rank", + "of", + "losers", + "in", + "all", + "matches", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT min(loser_rank) FROM matches", + "query_toks": [ + "SELECT", + "min", + "(", + "loser_rank", + ")", + "FROM", + "matches" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "loser_rank", + ")", + "from", + "matches" + ], + "question": "What is the best rank of losers across all matches?", + "question_toks": [ + "What", + "is", + "the", + "best", + "rank", + "of", + "losers", + "across", + "all", + "matches", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(DISTINCT country_code) FROM players", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "country_code", + ")", + "FROM", + "players" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "country_code", + ")", + "from", + "players" + ], + "question": "find the number of distinct country codes of all players.", + "question_toks": [ + "find", + "the", + "number", + "of", + "distinct", + "country", + "codes", + "of", + "all", + "players", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 6, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(DISTINCT country_code) FROM players", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "country_code", + ")", + "FROM", + "players" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "country_code", + ")", + "from", + "players" + ], + "question": "How many distinct countries do players come from?", + "question_toks": [ + "How", + "many", + "distinct", + "countries", + "do", + "players", + "come", + "from", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 6, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(DISTINCT loser_name) FROM matches", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "loser_name", + ")", + "FROM", + "matches" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "loser_name", + ")", + "from", + "matches" + ], + "question": "Find the number of distinct name of losers.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "distinct", + "name", + "of", + "losers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 15, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(DISTINCT loser_name) FROM matches", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "loser_name", + ")", + "FROM", + "matches" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "loser_name", + ")", + "from", + "matches" + ], + "question": "How many different loser names are there?", + "question_toks": [ + "How", + "many", + "different", + "loser", + "names", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 15, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT tourney_name FROM matches GROUP BY tourney_name HAVING count(*) > 10", + "query_toks": [ + "SELECT", + "tourney_name", + "FROM", + "matches", + "GROUP", + "BY", + "tourney_name", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "10" + ], + "query_toks_no_value": [ + "select", + "tourney_name", + "from", + "matches", + "group", + "by", + "tourney_name", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the name of tourney that has more than 10 matches.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "tourney", + "that", + "has", + "more", + "than", + "10", + "matches", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 27, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT tourney_name FROM matches GROUP BY tourney_name HAVING count(*) > 10", + "query_toks": [ + "SELECT", + "tourney_name", + "FROM", + "matches", + "GROUP", + "BY", + "tourney_name", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "10" + ], + "query_toks_no_value": [ + "select", + "tourney_name", + "from", + "matches", + "group", + "by", + "tourney_name", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the names of tournaments that have more than 10 matches?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "tournaments", + "that", + "have", + "more", + "than", + "10", + "matches", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 27, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT winner_name FROM matches WHERE YEAR = 2013 INTERSECT SELECT winner_name FROM matches WHERE YEAR = 2016", + "query_toks": [ + "SELECT", + "winner_name", + "FROM", + "matches", + "WHERE", + "YEAR", + "=", + "2013", + "INTERSECT", + "SELECT", + "winner_name", + "FROM", + "matches", + "WHERE", + "YEAR", + "=", + "2016" + ], + "query_toks_no_value": [ + "select", + "winner_name", + "from", + "matches", + "where", + "year", + "=", + "value", + "intersect", + "select", + "winner_name", + "from", + "matches", + "where", + "year", + "=", + "value" + ], + "question": "List the names of all winners who played in both 2013 and 2016.", + "question_toks": [ + "List", + "the", + "names", + "of", + "all", + "winners", + "who", + "played", + "in", + "both", + "2013", + "and", + "2016", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + 2013.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT winner_name FROM matches WHERE YEAR = 2013 INTERSECT SELECT winner_name FROM matches WHERE YEAR = 2016", + "query_toks": [ + "SELECT", + "winner_name", + "FROM", + "matches", + "WHERE", + "YEAR", + "=", + "2013", + "INTERSECT", + "SELECT", + "winner_name", + "FROM", + "matches", + "WHERE", + "YEAR", + "=", + "2016" + ], + "query_toks_no_value": [ + "select", + "winner_name", + "from", + "matches", + "where", + "year", + "=", + "value", + "intersect", + "select", + "winner_name", + "from", + "matches", + "where", + "year", + "=", + "value" + ], + "question": "What are the names of players who won in both 2013 and 2016?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "players", + "who", + "won", + "in", + "both", + "2013", + "and", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + 2013.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(*) FROM matches WHERE YEAR = 2013 OR YEAR = 2016", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "matches", + "WHERE", + "YEAR", + "=", + "2013", + "OR", + "YEAR", + "=", + "2016" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "matches", + "where", + "year", + "=", + "value", + "or", + "year", + "=", + "value" + ], + "question": "List the number of all matches who played in years of 2013 or 2016.", + "question_toks": [ + "List", + "the", + "number", + "of", + "all", + "matches", + "who", + "played", + "in", + "years", + "of", + "2013", + "or", + "2016", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + 2013.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(*) FROM matches WHERE YEAR = 2013 OR YEAR = 2016", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "matches", + "WHERE", + "YEAR", + "=", + "2013", + "OR", + "YEAR", + "=", + "2016" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "matches", + "where", + "year", + "=", + "value", + "or", + "year", + "=", + "value" + ], + "question": "How many matches were played in 2013 or 2016?", + "question_toks": [ + "How", + "many", + "matches", + "were", + "played", + "in", + "2013", + "or", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + 2013.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT T1.country_code , T1.first_name FROM players AS T1 JOIN matches AS T2 ON T1.player_id = T2.winner_id WHERE T2.tourney_name = 'WTA Championships' INTERSECT SELECT T1.country_code , T1.first_name FROM players AS T1 JOIN matches AS T2 ON T1.player_id = T2.winner_id WHERE T2.tourney_name = 'Australian Open'", + "query_toks": [ + "SELECT", + "T1.country_code", + ",", + "T1.first_name", + "FROM", + "players", + "AS", + "T1", + "JOIN", + "matches", + "AS", + "T2", + "ON", + "T1.player_id", + "=", + "T2.winner_id", + "WHERE", + "T2.tourney_name", + "=", + "'WTA", + "Championships", + "'", + "INTERSECT", + "SELECT", + "T1.country_code", + ",", + "T1.first_name", + "FROM", + "players", + "AS", + "T1", + "JOIN", + "matches", + "AS", + "T2", + "ON", + "T1.player_id", + "=", + "T2.winner_id", + "WHERE", + "T2.tourney_name", + "=", + "'Australian", + "Open", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "country_code", + ",", + "t1", + ".", + "first_name", + "from", + "players", + "as", + "t1", + "join", + "matches", + "as", + "t2", + "on", + "t1", + ".", + "player_id", + "=", + "t2", + ".", + "winner_id", + "where", + "t2", + ".", + "tourney_name", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "country_code", + ",", + "t1", + ".", + "first_name", + "from", + "players", + "as", + "t1", + "join", + "matches", + "as", + "t2", + "on", + "t1", + ".", + "player_id", + "=", + "t2", + ".", + "winner_id", + "where", + "t2", + ".", + "tourney_name", + "=", + "value" + ], + "question": "What are the country code and first name of the players who won in both tourney WTA Championships and Australian Open?", + "question_toks": [ + "What", + "are", + "the", + "country", + "code", + "and", + "first", + "name", + "of", + "the", + "players", + "who", + "won", + "in", + "both", + "tourney", + "WTA", + "Championships", + "and", + "Australian", + "Open", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"WTA Championships\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"Australian Open\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT T1.country_code , T1.first_name FROM players AS T1 JOIN matches AS T2 ON T1.player_id = T2.winner_id WHERE T2.tourney_name = 'WTA Championships' INTERSECT SELECT T1.country_code , T1.first_name FROM players AS T1 JOIN matches AS T2 ON T1.player_id = T2.winner_id WHERE T2.tourney_name = 'Australian Open'", + "query_toks": [ + "SELECT", + "T1.country_code", + ",", + "T1.first_name", + "FROM", + "players", + "AS", + "T1", + "JOIN", + "matches", + "AS", + "T2", + "ON", + "T1.player_id", + "=", + "T2.winner_id", + "WHERE", + "T2.tourney_name", + "=", + "'WTA", + "Championships", + "'", + "INTERSECT", + "SELECT", + "T1.country_code", + ",", + "T1.first_name", + "FROM", + "players", + "AS", + "T1", + "JOIN", + "matches", + "AS", + "T2", + "ON", + "T1.player_id", + "=", + "T2.winner_id", + "WHERE", + "T2.tourney_name", + "=", + "'Australian", + "Open", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "country_code", + ",", + "t1", + ".", + "first_name", + "from", + "players", + "as", + "t1", + "join", + "matches", + "as", + "t2", + "on", + "t1", + ".", + "player_id", + "=", + "t2", + ".", + "winner_id", + "where", + "t2", + ".", + "tourney_name", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "country_code", + ",", + "t1", + ".", + "first_name", + "from", + "players", + "as", + "t1", + "join", + "matches", + "as", + "t2", + "on", + "t1", + ".", + "player_id", + "=", + "t2", + ".", + "winner_id", + "where", + "t2", + ".", + "tourney_name", + "=", + "value" + ], + "question": "What are the first names and country codes for players who won both the WTA Championships and the Australian Open?", + "question_toks": [ + "What", + "are", + "the", + "first", + "names", + "and", + "country", + "codes", + "for", + "players", + "who", + "won", + "both", + "the", + "WTA", + "Championships", + "and", + "the", + "Australian", + "Open", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"WTA Championships\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"Australian Open\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT first_name , country_code FROM players ORDER BY birth_date LIMIT 1", + "query_toks": [ + "SELECT", + "first_name", + ",", + "country_code", + "FROM", + "players", + "ORDER", + "BY", + "birth_date", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "country_code", + "from", + "players", + "order", + "by", + "birth_date", + "limit", + "value" + ], + "question": "Find the first name and country code of the oldest player.", + "question_toks": [ + "Find", + "the", + "first", + "name", + "and", + "country", + "code", + "of", + "the", + "oldest", + "player", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT first_name , country_code FROM players ORDER BY birth_date LIMIT 1", + "query_toks": [ + "SELECT", + "first_name", + ",", + "country_code", + "FROM", + "players", + "ORDER", + "BY", + "birth_date", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "country_code", + "from", + "players", + "order", + "by", + "birth_date", + "limit", + "value" + ], + "question": "What is the first name and country code of the oldest player?", + "question_toks": [ + "What", + "is", + "the", + "first", + "name", + "and", + "country", + "code", + "of", + "the", + "oldest", + "player", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT first_name , last_name FROM players ORDER BY birth_date", + "query_toks": [ + "SELECT", + "first_name", + ",", + "last_name", + "FROM", + "players", + "ORDER", + "BY", + "birth_date" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "last_name", + "from", + "players", + "order", + "by", + "birth_date" + ], + "question": "List the first and last name of all players in the order of birth date.", + "question_toks": [ + "List", + "the", + "first", + "and", + "last", + "name", + "of", + "all", + "players", + "in", + "the", + "order", + "of", + "birth", + "date", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT first_name , last_name FROM players ORDER BY birth_date", + "query_toks": [ + "SELECT", + "first_name", + ",", + "last_name", + "FROM", + "players", + "ORDER", + "BY", + "birth_date" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "last_name", + "from", + "players", + "order", + "by", + "birth_date" + ], + "question": "What are the full names of all players, sorted by birth date?", + "question_toks": [ + "What", + "are", + "the", + "full", + "names", + "of", + "all", + "players", + ",", + "sorted", + "by", + "birth", + "date", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT first_name , last_name FROM players WHERE hand = 'L' ORDER BY birth_date", + "query_toks": [ + "SELECT", + "first_name", + ",", + "last_name", + "FROM", + "players", + "WHERE", + "hand", + "=", + "'L", + "'", + "ORDER", + "BY", + "birth_date" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "last_name", + "from", + "players", + "where", + "hand", + "=", + "value", + "order", + "by", + "birth_date" + ], + "question": "List the first and last name of all players who are left / L hand in the order of birth date.", + "question_toks": [ + "List", + "the", + "first", + "and", + "last", + "name", + "of", + "all", + "players", + "who", + "are", + "left", + "/", + "L", + "hand", + "in", + "the", + "order", + "of", + "birth", + "date", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"L\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT first_name , last_name FROM players WHERE hand = 'L' ORDER BY birth_date", + "query_toks": [ + "SELECT", + "first_name", + ",", + "last_name", + "FROM", + "players", + "WHERE", + "hand", + "=", + "'L", + "'", + "ORDER", + "BY", + "birth_date" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "last_name", + "from", + "players", + "where", + "hand", + "=", + "value", + "order", + "by", + "birth_date" + ], + "question": "What are the full names of all left handed players, in order of birth date?", + "question_toks": [ + "What", + "are", + "the", + "full", + "names", + "of", + "all", + "left", + "handed", + "players", + ",", + "in", + "order", + "of", + "birth", + "date", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"L\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT T1.country_code , T1.first_name FROM players AS T1 JOIN rankings AS T2 ON T1.player_id = T2.player_id ORDER BY T2.tours DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.country_code", + ",", + "T1.first_name", + "FROM", + "players", + "AS", + "T1", + "JOIN", + "rankings", + "AS", + "T2", + "ON", + "T1.player_id", + "=", + "T2.player_id", + "ORDER", + "BY", + "T2.tours", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "country_code", + ",", + "t1", + ".", + "first_name", + "from", + "players", + "as", + "t1", + "join", + "rankings", + "as", + "t2", + "on", + "t1", + ".", + "player_id", + "=", + "t2", + ".", + "player_id", + "order", + "by", + "t2", + ".", + "tours", + "desc", + "limit", + "value" + ], + "question": "Find the first name and country code of the player who did the most number of tours.", + "question_toks": [ + "Find", + "the", + "first", + "name", + "and", + "country", + "code", + "of", + "the", + "player", + "who", + "did", + "the", + "most", + "number", + "of", + "tours", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 41, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT T1.country_code , T1.first_name FROM players AS T1 JOIN rankings AS T2 ON T1.player_id = T2.player_id ORDER BY T2.tours DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.country_code", + ",", + "T1.first_name", + "FROM", + "players", + "AS", + "T1", + "JOIN", + "rankings", + "AS", + "T2", + "ON", + "T1.player_id", + "=", + "T2.player_id", + "ORDER", + "BY", + "T2.tours", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "country_code", + ",", + "t1", + ".", + "first_name", + "from", + "players", + "as", + "t1", + "join", + "rankings", + "as", + "t2", + "on", + "t1", + ".", + "player_id", + "=", + "t2", + ".", + "player_id", + "order", + "by", + "t2", + ".", + "tours", + "desc", + "limit", + "value" + ], + "question": "What is the first name and country code of the player with the most tours?", + "question_toks": [ + "What", + "is", + "the", + "first", + "name", + "and", + "country", + "code", + "of", + "the", + "player", + "with", + "the", + "most", + "tours", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 41, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT YEAR FROM matches GROUP BY YEAR ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "YEAR", + "FROM", + "matches", + "GROUP", + "BY", + "YEAR", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "year", + "from", + "matches", + "group", + "by", + "year", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the year that has the most number of matches.", + "question_toks": [ + "Find", + "the", + "year", + "that", + "has", + "the", + "most", + "number", + "of", + "matches", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 38, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT YEAR FROM matches GROUP BY YEAR ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "YEAR", + "FROM", + "matches", + "GROUP", + "BY", + "YEAR", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "year", + "from", + "matches", + "group", + "by", + "year", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which year had the most matches?", + "question_toks": [ + "Which", + "year", + "had", + "the", + "most", + "matches", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 38, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT winner_name , winner_rank_points FROM matches GROUP BY winner_name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "winner_name", + ",", + "winner_rank_points", + "FROM", + "matches", + "GROUP", + "BY", + "winner_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "winner_name", + ",", + "winner_rank_points", + "from", + "matches", + "group", + "by", + "winner_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the name and rank points of the winner who won the most times.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "rank", + "points", + "of", + "the", + "winner", + "who", + "won", + "the", + "most", + "times", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 34, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT winner_name , winner_rank_points FROM matches GROUP BY winner_name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "winner_name", + ",", + "winner_rank_points", + "FROM", + "matches", + "GROUP", + "BY", + "winner_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "winner_name", + ",", + "winner_rank_points", + "from", + "matches", + "group", + "by", + "winner_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the winner who has won the most matches, and how many rank points does this player have?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "winner", + "who", + "has", + "won", + "the", + "most", + "matches", + ",", + "and", + "how", + "many", + "rank", + "points", + "does", + "this", + "player", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 34, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT winner_name FROM matches WHERE tourney_name = 'Australian Open' ORDER BY winner_rank_points DESC LIMIT 1", + "query_toks": [ + "SELECT", + "winner_name", + "FROM", + "matches", + "WHERE", + "tourney_name", + "=", + "'Australian", + "Open", + "'", + "ORDER", + "BY", + "winner_rank_points", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "winner_name", + "from", + "matches", + "where", + "tourney_name", + "=", + "value", + "order", + "by", + "winner_rank_points", + "desc", + "limit", + "value" + ], + "question": "Find the name of the winner who has the highest rank points and participated in the Australian Open tourney.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "winner", + "who", + "has", + "the", + "highest", + "rank", + "points", + "and", + "participated", + "in", + "the", + "Australian", + "Open", + "tourney", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"Australian Open\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT winner_name FROM matches WHERE tourney_name = 'Australian Open' ORDER BY winner_rank_points DESC LIMIT 1", + "query_toks": [ + "SELECT", + "winner_name", + "FROM", + "matches", + "WHERE", + "tourney_name", + "=", + "'Australian", + "Open", + "'", + "ORDER", + "BY", + "winner_rank_points", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "winner_name", + "from", + "matches", + "where", + "tourney_name", + "=", + "value", + "order", + "by", + "winner_rank_points", + "desc", + "limit", + "value" + ], + "question": "What is the name of the winner with the most rank points who participated in the Australian Open tournament?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "winner", + "with", + "the", + "most", + "rank", + "points", + "who", + "participated", + "in", + "the", + "Australian", + "Open", + "tournament", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"Australian Open\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT winner_name , loser_name FROM matches ORDER BY minutes DESC LIMIT 1", + "query_toks": [ + "SELECT", + "winner_name", + ",", + "loser_name", + "FROM", + "matches", + "ORDER", + "BY", + "minutes", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "winner_name", + ",", + "loser_name", + "from", + "matches", + "order", + "by", + "minutes", + "desc", + "limit", + "value" + ], + "question": "find the names of loser and winner who played in the match with greatest number of minutes.", + "question_toks": [ + "find", + "the", + "names", + "of", + "loser", + "and", + "winner", + "who", + "played", + "in", + "the", + "match", + "with", + "greatest", + "number", + "of", + "minutes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT winner_name , loser_name FROM matches ORDER BY minutes DESC LIMIT 1", + "query_toks": [ + "SELECT", + "winner_name", + ",", + "loser_name", + "FROM", + "matches", + "ORDER", + "BY", + "minutes", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "winner_name", + ",", + "loser_name", + "from", + "matches", + "order", + "by", + "minutes", + "desc", + "limit", + "value" + ], + "question": "What are the names of the winner and loser who played in the longest match?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "winner", + "and", + "loser", + "who", + "played", + "in", + "the", + "longest", + "match", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT avg(ranking) , T1.first_name FROM players AS T1 JOIN rankings AS T2 ON T1.player_id = T2.player_id GROUP BY T1.first_name", + "query_toks": [ + "SELECT", + "avg", + "(", + "ranking", + ")", + ",", + "T1.first_name", + "FROM", + "players", + "AS", + "T1", + "JOIN", + "rankings", + "AS", + "T2", + "ON", + "T1.player_id", + "=", + "T2.player_id", + "GROUP", + "BY", + "T1.first_name" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "ranking", + ")", + ",", + "t1", + ".", + "first_name", + "from", + "players", + "as", + "t1", + "join", + "rankings", + "as", + "t2", + "on", + "t1", + ".", + "player_id", + "=", + "t2", + ".", + "player_id", + "group", + "by", + "t1", + ".", + "first_name" + ], + "question": "Find the average ranking for each player and their first name.", + "question_toks": [ + "Find", + "the", + "average", + "ranking", + "for", + "each", + "player", + "and", + "their", + "first", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 41, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 40, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT avg(ranking) , T1.first_name FROM players AS T1 JOIN rankings AS T2 ON T1.player_id = T2.player_id GROUP BY T1.first_name", + "query_toks": [ + "SELECT", + "avg", + "(", + "ranking", + ")", + ",", + "T1.first_name", + "FROM", + "players", + "AS", + "T1", + "JOIN", + "rankings", + "AS", + "T2", + "ON", + "T1.player_id", + "=", + "T2.player_id", + "GROUP", + "BY", + "T1.first_name" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "ranking", + ")", + ",", + "t1", + ".", + "first_name", + "from", + "players", + "as", + "t1", + "join", + "rankings", + "as", + "t2", + "on", + "t1", + ".", + "player_id", + "=", + "t2", + ".", + "player_id", + "group", + "by", + "t1", + ".", + "first_name" + ], + "question": "What are the first names of all players, and their average rankings?", + "question_toks": [ + "What", + "are", + "the", + "first", + "names", + "of", + "all", + "players", + ",", + "and", + "their", + "average", + "rankings", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 41, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 40, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "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", + "query_toks": [ + "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" + ], + "query_toks_no_value": [ + "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" + ], + "question": "Find the total ranking points for each player and their first name.", + "question_toks": [ + "Find", + "the", + "total", + "ranking", + "points", + "for", + "each", + "player", + "and", + "their", + "first", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 41, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 42, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "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", + "query_toks": [ + "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" + ], + "query_toks_no_value": [ + "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" + ], + "question": "What are the first names of all players, and their total ranking points?", + "question_toks": [ + "What", + "are", + "the", + "first", + "names", + "of", + "all", + "players", + ",", + "and", + "their", + "total", + "ranking", + "points", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 41, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 42, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(*) , country_code FROM players GROUP BY country_code", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "country_code", + "FROM", + "players", + "GROUP", + "BY", + "country_code" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "country_code", + "from", + "players", + "group", + "by", + "country_code" + ], + "question": "find the number of players for each country.", + "question_toks": [ + "find", + "the", + "number", + "of", + "players", + "for", + "each", + "country", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(*) , country_code FROM players GROUP BY country_code", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "country_code", + "FROM", + "players", + "GROUP", + "BY", + "country_code" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "country_code", + "from", + "players", + "group", + "by", + "country_code" + ], + "question": "How many players are from each country?", + "question_toks": [ + "How", + "many", + "players", + "are", + "from", + "each", + "country", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT country_code FROM players GROUP BY country_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "country_code", + "FROM", + "players", + "GROUP", + "BY", + "country_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "country_code", + "from", + "players", + "group", + "by", + "country_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "find the code of the country where has the greatest number of players.", + "question_toks": [ + "find", + "the", + "code", + "of", + "the", + "country", + "where", + "has", + "the", + "greatest", + "number", + "of", + "players", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT country_code FROM players GROUP BY country_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "country_code", + "FROM", + "players", + "GROUP", + "BY", + "country_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "country_code", + "from", + "players", + "group", + "by", + "country_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the code of the country with the most players?", + "question_toks": [ + "What", + "is", + "the", + "code", + "of", + "the", + "country", + "with", + "the", + "most", + "players", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT country_code FROM players GROUP BY country_code HAVING count(*) > 50", + "query_toks": [ + "SELECT", + "country_code", + "FROM", + "players", + "GROUP", + "BY", + "country_code", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "50" + ], + "query_toks_no_value": [ + "select", + "country_code", + "from", + "players", + "group", + "by", + "country_code", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the codes of countries that have more than 50 players.", + "question_toks": [ + "Find", + "the", + "codes", + "of", + "countries", + "that", + "have", + "more", + "than", + "50", + "players", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 50.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT country_code FROM players GROUP BY country_code HAVING count(*) > 50", + "query_toks": [ + "SELECT", + "country_code", + "FROM", + "players", + "GROUP", + "BY", + "country_code", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "50" + ], + "query_toks_no_value": [ + "select", + "country_code", + "from", + "players", + "group", + "by", + "country_code", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the codes of countries with more than 50 players?", + "question_toks": [ + "What", + "are", + "the", + "codes", + "of", + "countries", + "with", + "more", + "than", + "50", + "players", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 50.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT sum(tours) , ranking_date FROM rankings GROUP BY ranking_date", + "query_toks": [ + "SELECT", + "sum", + "(", + "tours", + ")", + ",", + "ranking_date", + "FROM", + "rankings", + "GROUP", + "BY", + "ranking_date" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "tours", + ")", + ",", + "ranking_date", + "from", + "rankings", + "group", + "by", + "ranking_date" + ], + "question": "Find the total number of tours for each ranking date.", + "question_toks": [ + "Find", + "the", + "total", + "number", + "of", + "tours", + "for", + "each", + "ranking", + "date", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 39, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 39, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT sum(tours) , ranking_date FROM rankings GROUP BY ranking_date", + "query_toks": [ + "SELECT", + "sum", + "(", + "tours", + ")", + ",", + "ranking_date", + "FROM", + "rankings", + "GROUP", + "BY", + "ranking_date" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "tours", + ")", + ",", + "ranking_date", + "from", + "rankings", + "group", + "by", + "ranking_date" + ], + "question": "How many total tours were there for each ranking date?", + "question_toks": [ + "How", + "many", + "total", + "tours", + "were", + "there", + "for", + "each", + "ranking", + "date", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 39, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 39, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(*) , YEAR FROM matches GROUP BY YEAR", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "YEAR", + "FROM", + "matches", + "GROUP", + "BY", + "YEAR" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "year", + "from", + "matches", + "group", + "by", + "year" + ], + "question": "Find the number of matches happened in each year.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "matches", + "happened", + "in", + "each", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 38, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(*) , YEAR FROM matches GROUP BY YEAR", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "YEAR", + "FROM", + "matches", + "GROUP", + "BY", + "YEAR" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "year", + "from", + "matches", + "group", + "by", + "year" + ], + "question": "How many matches were played in each year?", + "question_toks": [ + "How", + "many", + "matches", + "were", + "played", + "in", + "each", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 38, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT DISTINCT winner_name , winner_rank FROM matches ORDER BY winner_age LIMIT 3", + "query_toks": [ + "SELECT", + "DISTINCT", + "winner_name", + ",", + "winner_rank", + "FROM", + "matches", + "ORDER", + "BY", + "winner_age", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "distinct", + "winner_name", + ",", + "winner_rank", + "from", + "matches", + "order", + "by", + "winner_age", + "limit", + "value" + ], + "question": "Find the name and rank of the 3 youngest winners across all matches.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "rank", + "of", + "the", + "3", + "youngest", + "winners", + "across", + "all", + "matches", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT DISTINCT winner_name , winner_rank FROM matches ORDER BY winner_age LIMIT 3", + "query_toks": [ + "SELECT", + "DISTINCT", + "winner_name", + ",", + "winner_rank", + "FROM", + "matches", + "ORDER", + "BY", + "winner_age", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "distinct", + "winner_name", + ",", + "winner_rank", + "from", + "matches", + "order", + "by", + "winner_age", + "limit", + "value" + ], + "question": "What are the names and ranks of the three youngest winners across all matches?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "ranks", + "of", + "the", + "three", + "youngest", + "winners", + "across", + "all", + "matches", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(DISTINCT winner_name) FROM matches WHERE tourney_name = 'WTA Championships' AND winner_hand = 'L'", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "winner_name", + ")", + "FROM", + "matches", + "WHERE", + "tourney_name", + "=", + "'WTA", + "Championships", + "'", + "AND", + "winner_hand", + "=", + "'L", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "winner_name", + ")", + "from", + "matches", + "where", + "tourney_name", + "=", + "value", + "and", + "winner_hand", + "=", + "value" + ], + "question": "How many different winners both participated in the WTA Championships and were left handed?", + "question_toks": [ + "How", + "many", + "different", + "winners", + "both", + "participated", + "in", + "the", + "WTA", + "Championships", + "and", + "were", + "left", + "handed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 34, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"WTA Championships\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + "\"L\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(DISTINCT winner_name) FROM matches WHERE tourney_name = 'WTA Championships' AND winner_hand = 'L'", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "winner_name", + ")", + "FROM", + "matches", + "WHERE", + "tourney_name", + "=", + "'WTA", + "Championships", + "'", + "AND", + "winner_hand", + "=", + "'L", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "winner_name", + ")", + "from", + "matches", + "where", + "tourney_name", + "=", + "value", + "and", + "winner_hand", + "=", + "value" + ], + "question": "Find the number of left handed winners who participated in the WTA Championships.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "left", + "handed", + "winners", + "who", + "participated", + "in", + "the", + "WTA", + "Championships", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 34, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"WTA Championships\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + "\"L\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT T1.first_name , T1.country_code , T1.birth_date FROM players AS T1 JOIN matches AS T2 ON T1.player_id = T2.winner_id ORDER BY T2.winner_rank_points DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.first_name", + ",", + "T1.country_code", + ",", + "T1.birth_date", + "FROM", + "players", + "AS", + "T1", + "JOIN", + "matches", + "AS", + "T2", + "ON", + "T1.player_id", + "=", + "T2.winner_id", + "ORDER", + "BY", + "T2.winner_rank_points", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "first_name", + ",", + "t1", + ".", + "country_code", + ",", + "t1", + ".", + "birth_date", + "from", + "players", + "as", + "t1", + "join", + "matches", + "as", + "t2", + "on", + "t1", + ".", + "player_id", + "=", + "t2", + ".", + "winner_id", + "order", + "by", + "t2", + ".", + "winner_rank_points", + "desc", + "limit", + "value" + ], + "question": "Find the first name, country code and birth date of the winner who has the highest rank points in all matches.", + "question_toks": [ + "Find", + "the", + "first", + "name", + ",", + "country", + "code", + "and", + "birth", + "date", + "of", + "the", + "winner", + "who", + "has", + "the", + "highest", + "rank", + "points", + "in", + "all", + "matches", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT T1.first_name , T1.country_code , T1.birth_date FROM players AS T1 JOIN matches AS T2 ON T1.player_id = T2.winner_id ORDER BY T2.winner_rank_points DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.first_name", + ",", + "T1.country_code", + ",", + "T1.birth_date", + "FROM", + "players", + "AS", + "T1", + "JOIN", + "matches", + "AS", + "T2", + "ON", + "T1.player_id", + "=", + "T2.winner_id", + "ORDER", + "BY", + "T2.winner_rank_points", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "first_name", + ",", + "t1", + ".", + "country_code", + ",", + "t1", + ".", + "birth_date", + "from", + "players", + "as", + "t1", + "join", + "matches", + "as", + "t2", + "on", + "t1", + ".", + "player_id", + "=", + "t2", + ".", + "winner_id", + "order", + "by", + "t2", + ".", + "winner_rank_points", + "desc", + "limit", + "value" + ], + "question": "What is the first name, country code, and birth date of the player with the most winner rank points across all matches?", + "question_toks": [ + "What", + "is", + "the", + "first", + "name", + ",", + "country", + "code", + ",", + "and", + "birth", + "date", + "of", + "the", + "player", + "with", + "the", + "most", + "winner", + "rank", + "points", + "across", + "all", + "matches", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(*) , hand FROM players GROUP BY hand", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "hand", + "FROM", + "players", + "GROUP", + "BY", + "hand" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "hand", + "from", + "players", + "group", + "by", + "hand" + ], + "question": "Find the number of players for each hand type.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "players", + "for", + "each", + "hand", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "wta_1", + "query": "SELECT count(*) , hand FROM players GROUP BY hand", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "hand", + "FROM", + "players", + "GROUP", + "BY", + "hand" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "hand", + "from", + "players", + "group", + "by", + "hand" + ], + "question": "How many players are there for each hand type?", + "question_toks": [ + "How", + "many", + "players", + "are", + "there", + "for", + "each", + "hand", + "type", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT count(*) FROM ship WHERE disposition_of_ship = 'Captured'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "ship", + "WHERE", + "disposition_of_ship", + "=", + "'Captured", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "ship", + "where", + "disposition_of_ship", + "=", + "value" + ], + "question": "How many ships ended up being 'Captured'?", + "question_toks": [ + "How", + "many", + "ships", + "ended", + "up", + "being", + "'Captured", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Captured\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT name , tonnage FROM ship ORDER BY name DESC", + "query_toks": [ + "SELECT", + "name", + ",", + "tonnage", + "FROM", + "ship", + "ORDER", + "BY", + "name", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "tonnage", + "from", + "ship", + "order", + "by", + "name", + "desc" + ], + "question": "List the name and tonnage ordered by in descending alphaetical order for the names.", + "question_toks": [ + "List", + "the", + "name", + "and", + "tonnage", + "ordered", + "by", + "in", + "descending", + "alphaetical", + "order", + "for", + "the", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT name , date FROM battle", + "query_toks": [ + "SELECT", + "name", + ",", + "date", + "FROM", + "battle" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "date", + "from", + "battle" + ], + "question": "List the name, date and result of each battle.", + "question_toks": [ + "List", + "the", + "name", + ",", + "date", + "and", + "result", + "of", + "each", + "battle", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT max(killed) , min(killed) FROM death", + "query_toks": [ + "SELECT", + "max", + "(", + "killed", + ")", + ",", + "min", + "(", + "killed", + ")", + "FROM", + "death" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "killed", + ")", + ",", + "min", + "(", + "killed", + ")", + "from", + "death" + ], + "question": "What is maximum and minimum death toll caused each time?", + "question_toks": [ + "What", + "is", + "maximum", + "and", + "minimum", + "death", + "toll", + "caused", + "each", + "time", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT avg(injured) FROM death", + "query_toks": [ + "SELECT", + "avg", + "(", + "injured", + ")", + "FROM", + "death" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "injured", + ")", + "from", + "death" + ], + "question": "What is the average number of injuries caused each time?", + "question_toks": [ + "What", + "is", + "the", + "average", + "number", + "of", + "injuries", + "caused", + "each", + "time", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT T1.killed , T1.injured FROM death AS T1 JOIN ship AS t2 ON T1.caused_by_ship_id = T2.id WHERE T2.tonnage = 't'", + "query_toks": [ + "SELECT", + "T1.killed", + ",", + "T1.injured", + "FROM", + "death", + "AS", + "T1", + "JOIN", + "ship", + "AS", + "t2", + "ON", + "T1.caused_by_ship_id", + "=", + "T2.id", + "WHERE", + "T2.tonnage", + "=", + "'t", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "killed", + ",", + "t1", + ".", + "injured", + "from", + "death", + "as", + "t1", + "join", + "ship", + "as", + "t2", + "on", + "t1", + ".", + "caused_by_ship_id", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "tonnage", + "=", + "value" + ], + "question": "What are the death and injury situations caused by the ship with tonnage 't'?", + "question_toks": [ + "What", + "are", + "the", + "death", + "and", + "injury", + "situations", + "caused", + "by", + "the", + "ship", + "with", + "tonnage", + "'t", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"t\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT name , RESULT FROM battle WHERE bulgarian_commander != 'Boril'", + "query_toks": [ + "SELECT", + "name", + ",", + "RESULT", + "FROM", + "battle", + "WHERE", + "bulgarian_commander", + "!", + "=", + "'Boril", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "result", + "from", + "battle", + "where", + "bulgarian_commander", + "!", + "=", + "value" + ], + "question": "What are the name and results of the battles when the bulgarian commander is not 'Boril'", + "question_toks": [ + "What", + "are", + "the", + "name", + "and", + "results", + "of", + "the", + "battles", + "when", + "the", + "bulgarian", + "commander", + "is", + "not", + "'Boril", + "'" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Boril\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT DISTINCT T1.id , T1.name FROM battle AS T1 JOIN ship AS T2 ON T1.id = T2.lost_in_battle WHERE T2.ship_type = 'Brig'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.id", + ",", + "T1.name", + "FROM", + "battle", + "AS", + "T1", + "JOIN", + "ship", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.lost_in_battle", + "WHERE", + "T2.ship_type", + "=", + "'Brig", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "id", + ",", + "t1", + ".", + "name", + "from", + "battle", + "as", + "t1", + "join", + "ship", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "lost_in_battle", + "where", + "t2", + ".", + "ship_type", + "=", + "value" + ], + "question": "What are the different ids and names of the battles that lost any 'Brig' type shipes?", + "question_toks": [ + "What", + "are", + "the", + "different", + "ids", + "and", + "names", + "of", + "the", + "battles", + "that", + "lost", + "any", + "'Brig", + "'", + "type", + "shipes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Brig\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT T1.id , T1.name FROM battle AS T1 JOIN ship AS T2 ON T1.id = T2.lost_in_battle JOIN death AS T3 ON T2.id = T3.caused_by_ship_id GROUP BY T1.id HAVING sum(T3.killed) > 10", + "query_toks": [ + "SELECT", + "T1.id", + ",", + "T1.name", + "FROM", + "battle", + "AS", + "T1", + "JOIN", + "ship", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.lost_in_battle", + "JOIN", + "death", + "AS", + "T3", + "ON", + "T2.id", + "=", + "T3.caused_by_ship_id", + "GROUP", + "BY", + "T1.id", + "HAVING", + "sum", + "(", + "T3.killed", + ")", + ">", + "10" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "id", + ",", + "t1", + ".", + "name", + "from", + "battle", + "as", + "t1", + "join", + "ship", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "lost_in_battle", + "join", + "death", + "as", + "t3", + "on", + "t2", + ".", + "id", + "=", + "t3", + ".", + "caused_by_ship_id", + "group", + "by", + "t1", + ".", + "id", + "having", + "sum", + "(", + "t3", + ".", + "killed", + ")", + ">", + "value" + ], + "question": "What are the ids and names of the battles that led to more than 10 people killed in total.", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "names", + "of", + "the", + "battles", + "that", + "led", + "to", + "more", + "than", + "10", + "people", + "killed", + "in", + "total", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 17, + false + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT T2.id , T2.name FROM death AS T1 JOIN ship AS t2 ON T1.caused_by_ship_id = T2.id GROUP BY T2.id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.id", + ",", + "T2.name", + "FROM", + "death", + "AS", + "T1", + "JOIN", + "ship", + "AS", + "t2", + "ON", + "T1.caused_by_ship_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "id", + ",", + "t2", + ".", + "name", + "from", + "death", + "as", + "t1", + "join", + "ship", + "as", + "t2", + "on", + "t1", + ".", + "caused_by_ship_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the ship id and name that caused most total injuries?", + "question_toks": [ + "What", + "is", + "the", + "ship", + "id", + "and", + "name", + "that", + "caused", + "most", + "total", + "injuries", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT name FROM battle WHERE bulgarian_commander = 'Kaloyan' AND latin_commander = 'Baldwin I'", + "query_toks": [ + "SELECT", + "name", + "FROM", + "battle", + "WHERE", + "bulgarian_commander", + "=", + "'Kaloyan", + "'", + "AND", + "latin_commander", + "=", + "'Baldwin", + "I", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "battle", + "where", + "bulgarian_commander", + "=", + "value", + "and", + "latin_commander", + "=", + "value" + ], + "question": "What are the distinct battle names which are between bulgarian commander 'Kaloyan' and latin commander 'Baldwin I'?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "battle", + "names", + "which", + "are", + "between", + "bulgarian", + "commander", + "'Kaloyan", + "'", + "and", + "latin", + "commander", + "'Baldwin", + "I", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Kaloyan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Baldwin I\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT count(DISTINCT RESULT) FROM battle", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "RESULT", + ")", + "FROM", + "battle" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "result", + ")", + "from", + "battle" + ], + "question": "How many different results are there for the battles?", + "question_toks": [ + "How", + "many", + "different", + "results", + "are", + "there", + "for", + "the", + "battles", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 6, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT count(*) FROM battle WHERE id NOT IN ( SELECT lost_in_battle FROM ship WHERE tonnage = '225' );", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "battle", + "WHERE", + "id", + "NOT", + "IN", + "(", + "SELECT", + "lost_in_battle", + "FROM", + "ship", + "WHERE", + "tonnage", + "=", + "'225", + "'", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "battle", + "where", + "id", + "not", + "in", + "(", + "select", + "lost_in_battle", + "from", + "ship", + "where", + "tonnage", + "=", + "value", + ")" + ], + "question": "How many battles did not lose any ship with tonnage '225'?", + "question_toks": [ + "How", + "many", + "battles", + "did", + "not", + "lose", + "any", + "ship", + "with", + "tonnage", + "'225", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"225\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT T1.name , T1.date FROM battle AS T1 JOIN ship AS T2 ON T1.id = T2.lost_in_battle WHERE T2.name = 'Lettice' INTERSECT SELECT T1.name , T1.date FROM battle AS T1 JOIN ship AS T2 ON T1.id = T2.lost_in_battle WHERE T2.name = 'HMS Atalanta'", + "query_toks": [ + "SELECT", + "T1.name", + ",", + "T1.date", + "FROM", + "battle", + "AS", + "T1", + "JOIN", + "ship", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.lost_in_battle", + "WHERE", + "T2.name", + "=", + "'Lettice", + "'", + "INTERSECT", + "SELECT", + "T1.name", + ",", + "T1.date", + "FROM", + "battle", + "AS", + "T1", + "JOIN", + "ship", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.lost_in_battle", + "WHERE", + "T2.name", + "=", + "'HMS", + "Atalanta", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "date", + "from", + "battle", + "as", + "t1", + "join", + "ship", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "lost_in_battle", + "where", + "t2", + ".", + "name", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "date", + "from", + "battle", + "as", + "t1", + "join", + "ship", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "lost_in_battle", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "List the name and date the battle that has lost the ship named 'Lettice' and the ship named 'HMS Atalanta'", + "question_toks": [ + "List", + "the", + "name", + "and", + "date", + "the", + "battle", + "that", + "has", + "lost", + "the", + "ship", + "named", + "'Lettice", + "'", + "and", + "the", + "ship", + "named", + "'HMS", + "Atalanta", + "'" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Lettice\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"HMS Atalanta\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "battle_death", + "query": "SELECT name , RESULT , bulgarian_commander FROM battle EXCEPT SELECT T1.name , T1.result , T1.bulgarian_commander FROM battle AS T1 JOIN ship AS T2 ON T1.id = T2.lost_in_battle WHERE T2.location = 'English Channel'", + "query_toks": [ + "SELECT", + "name", + ",", + "RESULT", + ",", + "bulgarian_commander", + "FROM", + "battle", + "EXCEPT", + "SELECT", + "T1.name", + ",", + "T1.result", + ",", + "T1.bulgarian_commander", + "FROM", + "battle", + "AS", + "T1", + "JOIN", + "ship", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.lost_in_battle", + "WHERE", + "T2.location", + "=", + "'English", + "Channel", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "result", + ",", + "bulgarian_commander", + "from", + "battle", + "except", + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "result", + ",", + "t1", + ".", + "bulgarian_commander", + "from", + "battle", + "as", + "t1", + "join", + "ship", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "lost_in_battle", + "where", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "Show names, results and bulgarian commanders of the battles with no ships lost in the 'English Channel'.", + "question_toks": [ + "Show", + "names", + ",", + "results", + "and", + "bulgarian", + "commanders", + "of", + "the", + "battles", + "with", + "no", + "ships", + "lost", + "in", + "the", + "'English", + "Channel", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"English Channel\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "battle_death", + "query": "SELECT note FROM death WHERE note LIKE '%East%'", + "query_toks": [ + "SELECT", + "note", + "FROM", + "death", + "WHERE", + "note", + "LIKE", + "'", + "%", + "East", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "note", + "from", + "death", + "where", + "note", + "like", + "value" + ], + "question": "What are the notes of the death events which has substring 'East'?", + "question_toks": [ + "What", + "are", + "the", + "notes", + "of", + "the", + "death", + "events", + "which", + "has", + "substring", + "'East", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"%East%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT line_1 , line_2 FROM addresses", + "query_toks": [ + "SELECT", + "line_1", + ",", + "line_2", + "FROM", + "addresses" + ], + "query_toks_no_value": [ + "select", + "line_1", + ",", + "line_2", + "from", + "addresses" + ], + "question": "what are all the addresses including line 1 and line 2?", + "question_toks": [ + "what", + "are", + "all", + "the", + "addresses", + "including", + "line", + "1", + "and", + "line", + "2", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT line_1 , line_2 FROM addresses", + "query_toks": [ + "SELECT", + "line_1", + ",", + "line_2", + "FROM", + "addresses" + ], + "query_toks_no_value": [ + "select", + "line_1", + ",", + "line_2", + "from", + "addresses" + ], + "question": "What is the first and second line for all addresses?", + "question_toks": [ + "What", + "is", + "the", + "first", + "and", + "second", + "line", + "for", + "all", + "addresses", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT count(*) FROM Courses", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Courses" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "courses" + ], + "question": "How many courses in total are listed?", + "question_toks": [ + "How", + "many", + "courses", + "in", + "total", + "are", + "listed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT count(*) FROM Courses", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Courses" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "courses" + ], + "question": "How many courses are there?", + "question_toks": [ + "How", + "many", + "courses", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT course_description FROM Courses WHERE course_name = 'math'", + "query_toks": [ + "SELECT", + "course_description", + "FROM", + "Courses", + "WHERE", + "course_name", + "=", + "'math", + "'" + ], + "query_toks_no_value": [ + "select", + "course_description", + "from", + "courses", + "where", + "course_name", + "=", + "value" + ], + "question": "How is the math course described?", + "question_toks": [ + "How", + "is", + "the", + "math", + "course", + "described", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"math\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT course_description FROM Courses WHERE course_name = 'math'", + "query_toks": [ + "SELECT", + "course_description", + "FROM", + "Courses", + "WHERE", + "course_name", + "=", + "'math", + "'" + ], + "query_toks_no_value": [ + "select", + "course_description", + "from", + "courses", + "where", + "course_name", + "=", + "value" + ], + "question": "What are the descriptions for all the math courses?", + "question_toks": [ + "What", + "are", + "the", + "descriptions", + "for", + "all", + "the", + "math", + "courses", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"math\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT zip_postcode FROM Addresses WHERE city = 'Port Chelsea'", + "query_toks": [ + "SELECT", + "zip_postcode", + "FROM", + "Addresses", + "WHERE", + "city", + "=", + "'Port", + "Chelsea", + "'" + ], + "query_toks_no_value": [ + "select", + "zip_postcode", + "from", + "addresses", + "where", + "city", + "=", + "value" + ], + "question": "What is the zip code of the address in the city Port Chelsea?", + "question_toks": [ + "What", + "is", + "the", + "zip", + "code", + "of", + "the", + "address", + "in", + "the", + "city", + "Port", + "Chelsea", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Port Chelsea\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT zip_postcode FROM Addresses WHERE city = 'Port Chelsea'", + "query_toks": [ + "SELECT", + "zip_postcode", + "FROM", + "Addresses", + "WHERE", + "city", + "=", + "'Port", + "Chelsea", + "'" + ], + "query_toks_no_value": [ + "select", + "zip_postcode", + "from", + "addresses", + "where", + "city", + "=", + "value" + ], + "question": "What is the zip code for Port Chelsea?", + "question_toks": [ + "What", + "is", + "the", + "zip", + "code", + "for", + "Port", + "Chelsea", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Port Chelsea\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T2.department_name , T1.department_id FROM Degree_Programs AS T1 JOIN Departments AS T2 ON T1.department_id = T2.department_id GROUP BY T1.department_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.department_name", + ",", + "T1.department_id", + "FROM", + "Degree_Programs", + "AS", + "T1", + "JOIN", + "Departments", + "AS", + "T2", + "ON", + "T1.department_id", + "=", + "T2.department_id", + "GROUP", + "BY", + "T1.department_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "department_name", + ",", + "t1", + ".", + "department_id", + "from", + "degree_programs", + "as", + "t1", + "join", + "departments", + "as", + "t2", + "on", + "t1", + ".", + "department_id", + "=", + "t2", + ".", + "department_id", + "group", + "by", + "t1", + ".", + "department_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which department offers the most number of degrees? List department name and id.", + "question_toks": [ + "Which", + "department", + "offers", + "the", + "most", + "number", + "of", + "degrees", + "?", + "List", + "department", + "name", + "and", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "select t2.department_name , t1.department_id from degree_programs as t1 join departments as t2 on t1.department_id = t2.department_id group by t1.department_id order by count(*) desc limit 1", + "query_toks": [ + "select", + "t2.department_name", + ",", + "t1.department_id", + "from", + "degree_programs", + "as", + "t1", + "join", + "departments", + "as", + "t2", + "on", + "t1.department_id", + "=", + "t2.department_id", + "group", + "by", + "t1.department_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "department_name", + ",", + "t1", + ".", + "department_id", + "from", + "degree_programs", + "as", + "t1", + "join", + "departments", + "as", + "t2", + "on", + "t1", + ".", + "department_id", + "=", + "t2", + ".", + "department_id", + "group", + "by", + "t1", + ".", + "department_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name and id of the department with the most number of degrees ?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "id", + "of", + "the", + "department", + "with", + "the", + "most", + "number", + "of", + "degrees", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT count(DISTINCT department_id) FROM Degree_Programs", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "department_id", + ")", + "FROM", + "Degree_Programs" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "department_id", + ")", + "from", + "degree_programs" + ], + "question": "How many departments offer any degree?", + "question_toks": [ + "How", + "many", + "departments", + "offer", + "any", + "degree", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT count(DISTINCT department_id) FROM Degree_Programs", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "department_id", + ")", + "FROM", + "Degree_Programs" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "department_id", + ")", + "from", + "degree_programs" + ], + "question": "How many different departments offer degrees?", + "question_toks": [ + "How", + "many", + "different", + "departments", + "offer", + "degrees", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT count(DISTINCT degree_summary_name) FROM Degree_Programs", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "degree_summary_name", + ")", + "FROM", + "Degree_Programs" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "degree_summary_name", + ")", + "from", + "degree_programs" + ], + "question": "How many different degree names are offered?", + "question_toks": [ + "How", + "many", + "different", + "degree", + "names", + "are", + "offered", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 20, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT count(DISTINCT degree_summary_name) FROM Degree_Programs", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "degree_summary_name", + ")", + "FROM", + "Degree_Programs" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "degree_summary_name", + ")", + "from", + "degree_programs" + ], + "question": "How many different degrees are offered?", + "question_toks": [ + "How", + "many", + "different", + "degrees", + "are", + "offered", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 20, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT count(*) FROM Departments AS T1 JOIN Degree_Programs AS T2 ON T1.department_id = T2.department_id WHERE T1.department_name = 'engineer'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Departments", + "AS", + "T1", + "JOIN", + "Degree_Programs", + "AS", + "T2", + "ON", + "T1.department_id", + "=", + "T2.department_id", + "WHERE", + "T1.department_name", + "=", + "'engineer", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "departments", + "as", + "t1", + "join", + "degree_programs", + "as", + "t2", + "on", + "t1", + ".", + "department_id", + "=", + "t2", + ".", + "department_id", + "where", + "t1", + ".", + "department_name", + "=", + "value" + ], + "question": "How many degrees does the engineering department offer?", + "question_toks": [ + "How", + "many", + "degrees", + "does", + "the", + "engineering", + "department", + "offer", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"engineer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT count(*) FROM Departments AS T1 JOIN Degree_Programs AS T2 ON T1.department_id = T2.department_id WHERE T1.department_name = 'engineer'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Departments", + "AS", + "T1", + "JOIN", + "Degree_Programs", + "AS", + "T2", + "ON", + "T1.department_id", + "=", + "T2.department_id", + "WHERE", + "T1.department_name", + "=", + "'engineer", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "departments", + "as", + "t1", + "join", + "degree_programs", + "as", + "t2", + "on", + "t1", + ".", + "department_id", + "=", + "t2", + ".", + "department_id", + "where", + "t1", + ".", + "department_name", + "=", + "value" + ], + "question": "How many degrees does the engineering department have?", + "question_toks": [ + "How", + "many", + "degrees", + "does", + "the", + "engineering", + "department", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"engineer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT section_name , section_description FROM Sections", + "query_toks": [ + "SELECT", + "section_name", + ",", + "section_description", + "FROM", + "Sections" + ], + "query_toks_no_value": [ + "select", + "section_name", + ",", + "section_description", + "from", + "sections" + ], + "question": "What are the names and descriptions of all the sections?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "descriptions", + "of", + "all", + "the", + "sections", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT section_name , section_description FROM Sections", + "query_toks": [ + "SELECT", + "section_name", + ",", + "section_description", + "FROM", + "Sections" + ], + "query_toks_no_value": [ + "select", + "section_name", + ",", + "section_description", + "from", + "sections" + ], + "question": "What are the names and descriptions for all the sections?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "descriptions", + "for", + "all", + "the", + "sections", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.course_name , T1.course_id FROM Courses AS T1 JOIN Sections AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_id HAVING count(*) <= 2", + "query_toks": [ + "SELECT", + "T1.course_name", + ",", + "T1.course_id", + "FROM", + "Courses", + "AS", + "T1", + "JOIN", + "Sections", + "AS", + "T2", + "ON", + "T1.course_id", + "=", + "T2.course_id", + "GROUP", + "BY", + "T1.course_id", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "course_name", + ",", + "t1", + ".", + "course_id", + "from", + "courses", + "as", + "t1", + "join", + "sections", + "as", + "t2", + "on", + "t1", + ".", + "course_id", + "=", + "t2", + ".", + "course_id", + "group", + "by", + "t1", + ".", + "course_id", + "having", + "count", + "(", + "*", + ")", + "<", + "=", + "value" + ], + "question": "What are the names and id of courses having at most 2 sections?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "id", + "of", + "courses", + "having", + "at", + "most", + "2", + "sections", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [ + [ + false, + 6, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.course_name , T1.course_id FROM Courses AS T1 JOIN Sections AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_id HAVING count(*) <= 2", + "query_toks": [ + "SELECT", + "T1.course_name", + ",", + "T1.course_id", + "FROM", + "Courses", + "AS", + "T1", + "JOIN", + "Sections", + "AS", + "T2", + "ON", + "T1.course_id", + "=", + "T2.course_id", + "GROUP", + "BY", + "T1.course_id", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "course_name", + ",", + "t1", + ".", + "course_id", + "from", + "courses", + "as", + "t1", + "join", + "sections", + "as", + "t2", + "on", + "t1", + ".", + "course_id", + "=", + "t2", + ".", + "course_id", + "group", + "by", + "t1", + ".", + "course_id", + "having", + "count", + "(", + "*", + ")", + "<", + "=", + "value" + ], + "question": "What are the names and ids of every course with less than 2 sections?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "ids", + "of", + "every", + "course", + "with", + "less", + "than", + "2", + "sections", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [ + [ + false, + 6, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT section_name FROM Sections ORDER BY section_name DESC", + "query_toks": [ + "SELECT", + "section_name", + "FROM", + "Sections", + "ORDER", + "BY", + "section_name", + "DESC" + ], + "query_toks_no_value": [ + "select", + "section_name", + "from", + "sections", + "order", + "by", + "section_name", + "desc" + ], + "question": "List the section_name in reversed lexicographical order.", + "question_toks": [ + "List", + "the", + "section_name", + "in", + "reversed", + "lexicographical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT section_name FROM Sections ORDER BY section_name DESC", + "query_toks": [ + "SELECT", + "section_name", + "FROM", + "Sections", + "ORDER", + "BY", + "section_name", + "DESC" + ], + "query_toks_no_value": [ + "select", + "section_name", + "from", + "sections", + "order", + "by", + "section_name", + "desc" + ], + "question": "What are the names of the sections in reverse alphabetical order?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "sections", + "in", + "reverse", + "alphabetical", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.semester_name , T1.semester_id FROM Semesters AS T1 JOIN Student_Enrolment AS T2 ON T1.semester_id = T2.semester_id GROUP BY T1.semester_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.semester_name", + ",", + "T1.semester_id", + "FROM", + "Semesters", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.semester_id", + "=", + "T2.semester_id", + "GROUP", + "BY", + "T1.semester_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "semester_name", + ",", + "t1", + ".", + "semester_id", + "from", + "semesters", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "semester_id", + "=", + "t2", + ".", + "semester_id", + "group", + "by", + "t1", + ".", + "semester_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the semester which most student registered in? Show both the name and the id.", + "question_toks": [ + "What", + "is", + "the", + "semester", + "which", + "most", + "student", + "registered", + "in", + "?", + "Show", + "both", + "the", + "name", + "and", + "the", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 28, + false + ], + null + ], + [ + 0, + 46, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 28, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.semester_name , T1.semester_id FROM Semesters AS T1 JOIN Student_Enrolment AS T2 ON T1.semester_id = T2.semester_id GROUP BY T1.semester_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.semester_name", + ",", + "T1.semester_id", + "FROM", + "Semesters", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.semester_id", + "=", + "T2.semester_id", + "GROUP", + "BY", + "T1.semester_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "semester_name", + ",", + "t1", + ".", + "semester_id", + "from", + "semesters", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "semester_id", + "=", + "t2", + ".", + "semester_id", + "group", + "by", + "t1", + ".", + "semester_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "For each semester, what is the name and id of the one with the most students registered?", + "question_toks": [ + "For", + "each", + "semester", + ",", + "what", + "is", + "the", + "name", + "and", + "id", + "of", + "the", + "one", + "with", + "the", + "most", + "students", + "registered", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 28, + false + ], + null + ], + [ + 0, + 46, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 28, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT department_description FROM Departments WHERE department_name LIKE '%computer%'", + "query_toks": [ + "SELECT", + "department_description", + "FROM", + "Departments", + "WHERE", + "department_name", + "LIKE", + "'", + "%", + "computer", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "department_description", + "from", + "departments", + "where", + "department_name", + "like", + "value" + ], + "question": "What is the description of the department whose name has the substring the computer?", + "question_toks": [ + "What", + "is", + "the", + "description", + "of", + "the", + "department", + "whose", + "name", + "has", + "the", + "substring", + "the", + "computer", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"%computer%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT department_description FROM Departments WHERE department_name LIKE '%computer%'", + "query_toks": [ + "SELECT", + "department_description", + "FROM", + "Departments", + "WHERE", + "department_name", + "LIKE", + "'", + "%", + "computer", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "department_description", + "from", + "departments", + "where", + "department_name", + "like", + "value" + ], + "question": "What is the department description for the one whose name has the word computer?", + "question_toks": [ + "What", + "is", + "the", + "department", + "description", + "for", + "the", + "one", + "whose", + "name", + "has", + "the", + "word", + "computer", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"%computer%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.first_name , T1.middle_name , T1.last_name , T1.student_id FROM Students AS T1 JOIN Student_Enrolment AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) = 2", + "query_toks": [ + "SELECT", + "T1.first_name", + ",", + "T1.middle_name", + ",", + "T1.last_name", + ",", + "T1.student_id", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "GROUP", + "BY", + "T1.student_id", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "first_name", + ",", + "t1", + ".", + "middle_name", + ",", + "t1", + ".", + "last_name", + ",", + "t1", + ".", + "student_id", + "from", + "students", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + "=", + "value" + ], + "question": "Who are enrolled in 2 degree programs in one semester? List the first name, middle name and last name and the id.", + "question_toks": [ + "Who", + "are", + "enrolled", + "in", + "2", + "degree", + "programs", + "in", + "one", + "semester", + "?", + "List", + "the", + "first", + "name", + ",", + "middle", + "name", + "and", + "last", + "name", + "and", + "the", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 32, + false + ], + null + ], + [ + 0, + 47, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 32, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.first_name , T1.middle_name , T1.last_name , T1.student_id FROM Students AS T1 JOIN Student_Enrolment AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) = 2", + "query_toks": [ + "SELECT", + "T1.first_name", + ",", + "T1.middle_name", + ",", + "T1.last_name", + ",", + "T1.student_id", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "GROUP", + "BY", + "T1.student_id", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "first_name", + ",", + "t1", + ".", + "middle_name", + ",", + "t1", + ".", + "last_name", + ",", + "t1", + ".", + "student_id", + "from", + "students", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + "=", + "value" + ], + "question": "What are the first, middle, and last names, along with the ids, of all students who enrolled in 2 degree programs in one semester?", + "question_toks": [ + "What", + "are", + "the", + "first", + ",", + "middle", + ",", + "and", + "last", + "names", + ",", + "along", + "with", + "the", + "ids", + ",", + "of", + "all", + "students", + "who", + "enrolled", + "in", + "2", + "degree", + "programs", + "in", + "one", + "semester", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 32, + false + ], + null + ], + [ + 0, + 47, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 32, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT DISTINCT T1.first_name , T1.middle_name , T1.last_name FROM Students AS T1 JOIN Student_Enrolment AS T2 ON T1.student_id = T2.student_id JOIN Degree_Programs AS T3 ON T2.degree_program_id = T3.degree_program_id WHERE T3.degree_summary_name = 'Bachelor'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.first_name", + ",", + "T1.middle_name", + ",", + "T1.last_name", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "JOIN", + "Degree_Programs", + "AS", + "T3", + "ON", + "T2.degree_program_id", + "=", + "T3.degree_program_id", + "WHERE", + "T3.degree_summary_name", + "=", + "'Bachelor", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "first_name", + ",", + "t1", + ".", + "middle_name", + ",", + "t1", + ".", + "last_name", + "from", + "students", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "join", + "degree_programs", + "as", + "t3", + "on", + "t2", + ".", + "degree_program_id", + "=", + "t3", + ".", + "degree_program_id", + "where", + "t3", + ".", + "degree_summary_name", + "=", + "value" + ], + "question": "Who is enrolled in a Bachelor degree program? List the first name, middle name, last name.", + "question_toks": [ + "Who", + "is", + "enrolled", + "in", + "a", + "Bachelor", + "degree", + "program", + "?", + "List", + "the", + "first", + "name", + ",", + "middle", + "name", + ",", + "last", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 32, + false + ], + null + ], + [ + 0, + 47, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 45, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + "\"Bachelor\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT DISTINCT T1.first_name , T1.middle_name , T1.last_name FROM Students AS T1 JOIN Student_Enrolment AS T2 ON T1.student_id = T2.student_id JOIN Degree_Programs AS T3 ON T2.degree_program_id = T3.degree_program_id WHERE T3.degree_summary_name = 'Bachelor'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.first_name", + ",", + "T1.middle_name", + ",", + "T1.last_name", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "JOIN", + "Degree_Programs", + "AS", + "T3", + "ON", + "T2.degree_program_id", + "=", + "T3.degree_program_id", + "WHERE", + "T3.degree_summary_name", + "=", + "'Bachelor", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "first_name", + ",", + "t1", + ".", + "middle_name", + ",", + "t1", + ".", + "last_name", + "from", + "students", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "join", + "degree_programs", + "as", + "t3", + "on", + "t2", + ".", + "degree_program_id", + "=", + "t3", + ".", + "degree_program_id", + "where", + "t3", + ".", + "degree_summary_name", + "=", + "value" + ], + "question": "What are the first, middle, and last names for everybody enrolled in a Bachelors program?", + "question_toks": [ + "What", + "are", + "the", + "first", + ",", + "middle", + ",", + "and", + "last", + "names", + "for", + "everybody", + "enrolled", + "in", + "a", + "Bachelors", + "program", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 32, + false + ], + null + ], + [ + 0, + 47, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 45, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + "\"Bachelor\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.degree_summary_name FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id GROUP BY T1.degree_summary_name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.degree_summary_name", + "FROM", + "Degree_Programs", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.degree_program_id", + "=", + "T2.degree_program_id", + "GROUP", + "BY", + "T1.degree_summary_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "degree_summary_name", + "from", + "degree_programs", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "degree_program_id", + "=", + "t2", + ".", + "degree_program_id", + "group", + "by", + "t1", + ".", + "degree_summary_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the kind of program which most number of students are enrolled in?", + "question_toks": [ + "Find", + "the", + "kind", + "of", + "program", + "which", + "most", + "number", + "of", + "students", + "are", + "enrolled", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 20, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.degree_summary_name FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id GROUP BY T1.degree_summary_name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.degree_summary_name", + "FROM", + "Degree_Programs", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.degree_program_id", + "=", + "T2.degree_program_id", + "GROUP", + "BY", + "T1.degree_summary_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "degree_summary_name", + "from", + "degree_programs", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "degree_program_id", + "=", + "t2", + ".", + "degree_program_id", + "group", + "by", + "t1", + ".", + "degree_summary_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the degree summary name that has the most number of students enrolled?", + "question_toks": [ + "What", + "is", + "the", + "degree", + "summary", + "name", + "that", + "has", + "the", + "most", + "number", + "of", + "students", + "enrolled", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 20, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.degree_program_id , T1.degree_summary_name FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id GROUP BY T1.degree_program_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.degree_program_id", + ",", + "T1.degree_summary_name", + "FROM", + "Degree_Programs", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.degree_program_id", + "=", + "T2.degree_program_id", + "GROUP", + "BY", + "T1.degree_program_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "degree_program_id", + ",", + "t1", + ".", + "degree_summary_name", + "from", + "degree_programs", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "degree_program_id", + "=", + "t2", + ".", + "degree_program_id", + "group", + "by", + "t1", + ".", + "degree_program_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the program which most number of students are enrolled in. List both the id and the summary.", + "question_toks": [ + "Find", + "the", + "program", + "which", + "most", + "number", + "of", + "students", + "are", + "enrolled", + "in", + ".", + "List", + "both", + "the", + "id", + "and", + "the", + "summary", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.degree_program_id , T1.degree_summary_name FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id GROUP BY T1.degree_program_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.degree_program_id", + ",", + "T1.degree_summary_name", + "FROM", + "Degree_Programs", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.degree_program_id", + "=", + "T2.degree_program_id", + "GROUP", + "BY", + "T1.degree_program_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "degree_program_id", + ",", + "t1", + ".", + "degree_summary_name", + "from", + "degree_programs", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "degree_program_id", + "=", + "t2", + ".", + "degree_program_id", + "group", + "by", + "t1", + ".", + "degree_program_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the program id and the summary of the degree that has the most students enrolled?", + "question_toks": [ + "What", + "is", + "the", + "program", + "id", + "and", + "the", + "summary", + "of", + "the", + "degree", + "that", + "has", + "the", + "most", + "students", + "enrolled", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.student_id , T1.first_name , T1.middle_name , T1.last_name , count(*) , T1.student_id FROM Students AS T1 JOIN Student_Enrolment AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.student_id", + ",", + "T1.first_name", + ",", + "T1.middle_name", + ",", + "T1.last_name", + ",", + "count", + "(", + "*", + ")", + ",", + "T1.student_id", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "GROUP", + "BY", + "T1.student_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "student_id", + ",", + "t1", + ".", + "first_name", + ",", + "t1", + ".", + "middle_name", + ",", + "t1", + ".", + "last_name", + ",", + "count", + "(", + "*", + ")", + ",", + "t1", + ".", + "student_id", + "from", + "students", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "group", + "by", + "t1", + ".", + "student_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which student has enrolled for the most times in any program? List the id, first name, middle name, last name, the number of enrollments and student id.", + "question_toks": [ + "Which", + "student", + "has", + "enrolled", + "for", + "the", + "most", + "times", + "in", + "any", + "program", + "?", + "List", + "the", + "id", + ",", + "first", + "name", + ",", + "middle", + "name", + ",", + "last", + "name", + ",", + "the", + "number", + "of", + "enrollments", + "and", + "student", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 32, + false + ], + null + ], + [ + 0, + 47, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 32, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.student_id , T1.first_name , T1.middle_name , T1.last_name , count(*) , T1.student_id FROM Students AS T1 JOIN Student_Enrolment AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.student_id", + ",", + "T1.first_name", + ",", + "T1.middle_name", + ",", + "T1.last_name", + ",", + "count", + "(", + "*", + ")", + ",", + "T1.student_id", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "GROUP", + "BY", + "T1.student_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "student_id", + ",", + "t1", + ".", + "first_name", + ",", + "t1", + ".", + "middle_name", + ",", + "t1", + ".", + "last_name", + ",", + "count", + "(", + "*", + ")", + ",", + "t1", + ".", + "student_id", + "from", + "students", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "group", + "by", + "t1", + ".", + "student_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the first, middle, and last name, along with the id and number of enrollments, for the student who enrolled the most in any program?", + "question_toks": [ + "What", + "is", + "the", + "first", + ",", + "middle", + ",", + "and", + "last", + "name", + ",", + "along", + "with", + "the", + "id", + "and", + "number", + "of", + "enrollments", + ",", + "for", + "the", + "student", + "who", + "enrolled", + "the", + "most", + "in", + "any", + "program", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 32, + false + ], + null + ], + [ + 0, + 47, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 32, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT semester_name FROM Semesters WHERE semester_id NOT IN( SELECT semester_id FROM Student_Enrolment )", + "query_toks": [ + "SELECT", + "semester_name", + "FROM", + "Semesters", + "WHERE", + "semester_id", + "NOT", + "IN", + "(", + "SELECT", + "semester_id", + "FROM", + "Student_Enrolment", + ")" + ], + "query_toks_no_value": [ + "select", + "semester_name", + "from", + "semesters", + "where", + "semester_id", + "not", + "in", + "(", + "select", + "semester_id", + "from", + "student_enrolment", + ")" + ], + "question": "Which semesters do not have any student enrolled? List the semester name.", + "question_toks": [ + "Which", + "semesters", + "do", + "not", + "have", + "any", + "student", + "enrolled", + "?", + "List", + "the", + "semester", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 28, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT semester_name FROM Semesters WHERE semester_id NOT IN( SELECT semester_id FROM Student_Enrolment )", + "query_toks": [ + "SELECT", + "semester_name", + "FROM", + "Semesters", + "WHERE", + "semester_id", + "NOT", + "IN", + "(", + "SELECT", + "semester_id", + "FROM", + "Student_Enrolment", + ")" + ], + "query_toks_no_value": [ + "select", + "semester_name", + "from", + "semesters", + "where", + "semester_id", + "not", + "in", + "(", + "select", + "semester_id", + "from", + "student_enrolment", + ")" + ], + "question": "What is the name of the semester with no students enrolled?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "semester", + "with", + "no", + "students", + "enrolled", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 28, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT DISTINCT T1.course_name FROM Courses AS T1 JOIN Student_Enrolment_Courses AS T2 ON T1.course_id = T2.course_id", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.course_name", + "FROM", + "Courses", + "AS", + "T1", + "JOIN", + "Student_Enrolment_Courses", + "AS", + "T2", + "ON", + "T1.course_id", + "=", + "T2.course_id" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "course_name", + "from", + "courses", + "as", + "t1", + "join", + "student_enrolment_courses", + "as", + "t2", + "on", + "t1", + ".", + "course_id", + "=", + "t2", + ".", + "course_id" + ], + "question": "What are all the course names of the courses which ever have students enrolled in?", + "question_toks": [ + "What", + "are", + "all", + "the", + "course", + "names", + "of", + "the", + "courses", + "which", + "ever", + "have", + "students", + "enrolled", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 8 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 50, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT DISTINCT T1.course_name FROM Courses AS T1 JOIN Student_Enrolment_Courses AS T2 ON T1.course_id = T2.course_id", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.course_name", + "FROM", + "Courses", + "AS", + "T1", + "JOIN", + "Student_Enrolment_Courses", + "AS", + "T2", + "ON", + "T1.course_id", + "=", + "T2.course_id" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "course_name", + "from", + "courses", + "as", + "t1", + "join", + "student_enrolment_courses", + "as", + "t2", + "on", + "t1", + ".", + "course_id", + "=", + "t2", + ".", + "course_id" + ], + "question": "What are the names of all courses that have some students enrolled?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "courses", + "that", + "have", + "some", + "students", + "enrolled", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 8 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 50, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.course_name FROM Courses AS T1 JOIN Student_Enrolment_Courses AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.course_name", + "FROM", + "Courses", + "AS", + "T1", + "JOIN", + "Student_Enrolment_Courses", + "AS", + "T2", + "ON", + "T1.course_id", + "=", + "T2.course_id", + "GROUP", + "BY", + "T1.course_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "course_name", + "from", + "courses", + "as", + "t1", + "join", + "student_enrolment_courses", + "as", + "t2", + "on", + "t1", + ".", + "course_id", + "=", + "t2", + ".", + "course_id", + "group", + "by", + "t1", + ".", + "course_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What's the name of the course with most number of enrollments?", + "question_toks": [ + "What", + "'s", + "the", + "name", + "of", + "the", + "course", + "with", + "most", + "number", + "of", + "enrollments", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 8 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 50, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.course_name FROM Courses AS T1 JOIN Student_Enrolment_Courses AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.course_name", + "FROM", + "Courses", + "AS", + "T1", + "JOIN", + "Student_Enrolment_Courses", + "AS", + "T2", + "ON", + "T1.course_id", + "=", + "T2.course_id", + "GROUP", + "BY", + "T1.course_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "course_name", + "from", + "courses", + "as", + "t1", + "join", + "student_enrolment_courses", + "as", + "t2", + "on", + "t1", + ".", + "course_id", + "=", + "t2", + ".", + "course_id", + "group", + "by", + "t1", + ".", + "course_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the course with the most students enrolled?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "course", + "with", + "the", + "most", + "students", + "enrolled", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 8 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 50, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.last_name FROM Students AS T1 JOIN Addresses AS T2 ON T1.current_address_id = T2.address_id WHERE T2.state_province_county = 'NorthCarolina' EXCEPT SELECT DISTINCT T3.last_name FROM Students AS T3 JOIN Student_Enrolment AS T4 ON T3.student_id = T4.student_id", + "query_toks": [ + "SELECT", + "T1.last_name", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Addresses", + "AS", + "T2", + "ON", + "T1.current_address_id", + "=", + "T2.address_id", + "WHERE", + "T2.state_province_county", + "=", + "'NorthCarolina", + "'", + "EXCEPT", + "SELECT", + "DISTINCT", + "T3.last_name", + "FROM", + "Students", + "AS", + "T3", + "JOIN", + "Student_Enrolment", + "AS", + "T4", + "ON", + "T3.student_id", + "=", + "T4.student_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "last_name", + "from", + "students", + "as", + "t1", + "join", + "addresses", + "as", + "t2", + "on", + "t1", + ".", + "current_address_id", + "=", + "t2", + ".", + "address_id", + "where", + "t2", + ".", + "state_province_county", + "=", + "value", + "except", + "select", + "distinct", + "t3", + ".", + "last_name", + "from", + "students", + "as", + "t3", + "join", + "student_enrolment", + "as", + "t4", + "on", + "t3", + ".", + "student_id", + "=", + "t4", + ".", + "student_id" + ], + "question": "Find the last name of the students who currently live in the state of North Carolina but have not registered in any degree program.", + "question_toks": [ + "Find", + "the", + "last", + "name", + "of", + "the", + "students", + "who", + "currently", + "live", + "in", + "the", + "state", + "of", + "North", + "Carolina", + "but", + "have", + "not", + "registered", + "in", + "any", + "degree", + "program", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"NorthCarolina\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 32, + false + ], + null + ], + [ + 0, + 47, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.last_name FROM Students AS T1 JOIN Addresses AS T2 ON T1.current_address_id = T2.address_id WHERE T2.state_province_county = 'NorthCarolina' EXCEPT SELECT DISTINCT T3.last_name FROM Students AS T3 JOIN Student_Enrolment AS T4 ON T3.student_id = T4.student_id", + "query_toks": [ + "SELECT", + "T1.last_name", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Addresses", + "AS", + "T2", + "ON", + "T1.current_address_id", + "=", + "T2.address_id", + "WHERE", + "T2.state_province_county", + "=", + "'NorthCarolina", + "'", + "EXCEPT", + "SELECT", + "DISTINCT", + "T3.last_name", + "FROM", + "Students", + "AS", + "T3", + "JOIN", + "Student_Enrolment", + "AS", + "T4", + "ON", + "T3.student_id", + "=", + "T4.student_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "last_name", + "from", + "students", + "as", + "t1", + "join", + "addresses", + "as", + "t2", + "on", + "t1", + ".", + "current_address_id", + "=", + "t2", + ".", + "address_id", + "where", + "t2", + ".", + "state_province_county", + "=", + "value", + "except", + "select", + "distinct", + "t3", + ".", + "last_name", + "from", + "students", + "as", + "t3", + "join", + "student_enrolment", + "as", + "t4", + "on", + "t3", + ".", + "student_id", + "=", + "t4", + ".", + "student_id" + ], + "question": "What are the last name of the students who live in North Carolina but have not registered in any degree programs?", + "question_toks": [ + "What", + "are", + "the", + "last", + "name", + "of", + "the", + "students", + "who", + "live", + "in", + "North", + "Carolina", + "but", + "have", + "not", + "registered", + "in", + "any", + "degree", + "programs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"NorthCarolina\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 32, + false + ], + null + ], + [ + 0, + 47, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T2.transcript_date , T1.transcript_id FROM Transcript_Contents AS T1 JOIN Transcripts AS T2 ON T1.transcript_id = T2.transcript_id GROUP BY T1.transcript_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T2.transcript_date", + ",", + "T1.transcript_id", + "FROM", + "Transcript_Contents", + "AS", + "T1", + "JOIN", + "Transcripts", + "AS", + "T2", + "ON", + "T1.transcript_id", + "=", + "T2.transcript_id", + "GROUP", + "BY", + "T1.transcript_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "transcript_date", + ",", + "t1", + ".", + "transcript_id", + "from", + "transcript_contents", + "as", + "t1", + "join", + "transcripts", + "as", + "t2", + "on", + "t1", + ".", + "transcript_id", + "=", + "t2", + ".", + "transcript_id", + "group", + "by", + "t1", + ".", + "transcript_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show the date and id of the transcript with at least 2 course results.", + "question_toks": [ + "Show", + "the", + "date", + "and", + "id", + "of", + "the", + "transcript", + "with", + "at", + "least", + "2", + "course", + "results", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 56, + false + ], + null + ], + [ + 0, + 52, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 56, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 56, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T2.transcript_date , T1.transcript_id FROM Transcript_Contents AS T1 JOIN Transcripts AS T2 ON T1.transcript_id = T2.transcript_id GROUP BY T1.transcript_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T2.transcript_date", + ",", + "T1.transcript_id", + "FROM", + "Transcript_Contents", + "AS", + "T1", + "JOIN", + "Transcripts", + "AS", + "T2", + "ON", + "T1.transcript_id", + "=", + "T2.transcript_id", + "GROUP", + "BY", + "T1.transcript_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "transcript_date", + ",", + "t1", + ".", + "transcript_id", + "from", + "transcript_contents", + "as", + "t1", + "join", + "transcripts", + "as", + "t2", + "on", + "t1", + ".", + "transcript_id", + "=", + "t2", + ".", + "transcript_id", + "group", + "by", + "t1", + ".", + "transcript_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What is the date and id of the transcript with at least 2 courses listed?", + "question_toks": [ + "What", + "is", + "the", + "date", + "and", + "id", + "of", + "the", + "transcript", + "with", + "at", + "least", + "2", + "courses", + "listed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 56, + false + ], + null + ], + [ + 0, + 52, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 56, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 56, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT cell_mobile_number FROM Students WHERE first_name = 'Timmothy' AND last_name = 'Ward'", + "query_toks": [ + "SELECT", + "cell_mobile_number", + "FROM", + "Students", + "WHERE", + "first_name", + "=", + "'Timmothy", + "'", + "AND", + "last_name", + "=", + "'Ward", + "'" + ], + "query_toks_no_value": [ + "select", + "cell_mobile_number", + "from", + "students", + "where", + "first_name", + "=", + "value", + "and", + "last_name", + "=", + "value" + ], + "question": "What is the phone number of the man with the first name Timmothy and the last name Ward?", + "question_toks": [ + "What", + "is", + "the", + "phone", + "number", + "of", + "the", + "man", + "with", + "the", + "first", + "name", + "Timmothy", + "and", + "the", + "last", + "name", + "Ward", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"Timmothy\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 37, + false + ], + null + ], + "\"Ward\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "select cell_mobile_number from students where first_name = 'timmothy' and last_name = 'ward'", + "query_toks": [ + "select", + "cell_mobile_number", + "from", + "students", + "where", + "first_name", + "=", + "\"timmothy\"", + "and", + "last_name", + "=", + "\"ward\"" + ], + "query_toks_no_value": [ + "select", + "cell_mobile_number", + "from", + "students", + "where", + "first_name", + "=", + "value", + "and", + "last_name", + "=", + "value" + ], + "question": "What is the mobile phone number of the student named Timmothy Ward ?", + "question_toks": [ + "What", + "is", + "the", + "mobile", + "phone", + "number", + "of", + "the", + "student", + "named", + "Timmothy", + "Ward", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"timmothy\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 37, + false + ], + null + ], + "\"ward\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT first_name , middle_name , last_name FROM Students ORDER BY date_first_registered ASC LIMIT 1", + "query_toks": [ + "SELECT", + "first_name", + ",", + "middle_name", + ",", + "last_name", + "FROM", + "Students", + "ORDER", + "BY", + "date_first_registered", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "middle_name", + ",", + "last_name", + "from", + "students", + "order", + "by", + "date_first_registered", + "asc", + "limit", + "value" + ], + "question": "Who is the first student to register? List the first name, middle name and last name.", + "question_toks": [ + "Who", + "is", + "the", + "first", + "student", + "to", + "register", + "?", + "List", + "the", + "first", + "name", + ",", + "middle", + "name", + "and", + "last", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 41, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT first_name , middle_name , last_name FROM Students ORDER BY date_first_registered ASC LIMIT 1", + "query_toks": [ + "SELECT", + "first_name", + ",", + "middle_name", + ",", + "last_name", + "FROM", + "Students", + "ORDER", + "BY", + "date_first_registered", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "middle_name", + ",", + "last_name", + "from", + "students", + "order", + "by", + "date_first_registered", + "asc", + "limit", + "value" + ], + "question": "What is the first, middle, and last name of the first student to register?", + "question_toks": [ + "What", + "is", + "the", + "first", + ",", + "middle", + ",", + "and", + "last", + "name", + "of", + "the", + "first", + "student", + "to", + "register", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 41, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT first_name , middle_name , last_name FROM Students ORDER BY date_left ASC LIMIT 1", + "query_toks": [ + "SELECT", + "first_name", + ",", + "middle_name", + ",", + "last_name", + "FROM", + "Students", + "ORDER", + "BY", + "date_left", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "middle_name", + ",", + "last_name", + "from", + "students", + "order", + "by", + "date_left", + "asc", + "limit", + "value" + ], + "question": "Who is the earliest graduate of the school? List the first name, middle name and last name.", + "question_toks": [ + "Who", + "is", + "the", + "earliest", + "graduate", + "of", + "the", + "school", + "?", + "List", + "the", + "first", + "name", + ",", + "middle", + "name", + "and", + "last", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 42, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT first_name , middle_name , last_name FROM Students ORDER BY date_left ASC LIMIT 1", + "query_toks": [ + "SELECT", + "first_name", + ",", + "middle_name", + ",", + "last_name", + "FROM", + "Students", + "ORDER", + "BY", + "date_left", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "middle_name", + ",", + "last_name", + "from", + "students", + "order", + "by", + "date_left", + "asc", + "limit", + "value" + ], + "question": "What is the first, middle, and last name of the earliest school graduate?", + "question_toks": [ + "What", + "is", + "the", + "first", + ",", + "middle", + ",", + "and", + "last", + "name", + "of", + "the", + "earliest", + "school", + "graduate", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 42, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT first_name FROM Students WHERE current_address_id != permanent_address_id", + "query_toks": [ + "SELECT", + "first_name", + "FROM", + "Students", + "WHERE", + "current_address_id", + "!", + "=", + "permanent_address_id" + ], + "query_toks_no_value": [ + "select", + "first_name", + "from", + "students", + "where", + "current_address_id", + "!", + "=", + "permanent_address_id" + ], + "question": "Whose permanent address is different from his or her current address? List his or her first name.", + "question_toks": [ + "Whose", + "permanent", + "address", + "is", + "different", + "from", + "his", + "or", + "her", + "current", + "address", + "?", + "List", + "his", + "or", + "her", + "first", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT first_name FROM Students WHERE current_address_id != permanent_address_id", + "query_toks": [ + "SELECT", + "first_name", + "FROM", + "Students", + "WHERE", + "current_address_id", + "!", + "=", + "permanent_address_id" + ], + "query_toks_no_value": [ + "select", + "first_name", + "from", + "students", + "where", + "current_address_id", + "!", + "=", + "permanent_address_id" + ], + "question": "What is the first name of the student whose permanent address is different from his or her current one?", + "question_toks": [ + "What", + "is", + "the", + "first", + "name", + "of", + "the", + "student", + "whose", + "permanent", + "address", + "is", + "different", + "from", + "his", + "or", + "her", + "current", + "one", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.address_id , T1.line_1 , T1.line_2 FROM Addresses AS T1 JOIN Students AS T2 ON T1.address_id = T2.current_address_id GROUP BY T1.address_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.address_id", + ",", + "T1.line_1", + ",", + "T1.line_2", + "FROM", + "Addresses", + "AS", + "T1", + "JOIN", + "Students", + "AS", + "T2", + "ON", + "T1.address_id", + "=", + "T2.current_address_id", + "GROUP", + "BY", + "T1.address_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "address_id", + ",", + "t1", + ".", + "line_1", + ",", + "t1", + ".", + "line_2", + "from", + "addresses", + "as", + "t1", + "join", + "students", + "as", + "t2", + "on", + "t1", + ".", + "address_id", + "=", + "t2", + ".", + "current_address_id", + "group", + "by", + "t1", + ".", + "address_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which address holds the most number of students currently? List the address id and all lines.", + "question_toks": [ + "Which", + "address", + "holds", + "the", + "most", + "number", + "of", + "students", + "currently", + "?", + "List", + "the", + "address", + "id", + "and", + "all", + "lines", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 33, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T1.address_id , T1.line_1 , T1.line_2 FROM Addresses AS T1 JOIN Students AS T2 ON T1.address_id = T2.current_address_id GROUP BY T1.address_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.address_id", + ",", + "T1.line_1", + ",", + "T1.line_2", + "FROM", + "Addresses", + "AS", + "T1", + "JOIN", + "Students", + "AS", + "T2", + "ON", + "T1.address_id", + "=", + "T2.current_address_id", + "GROUP", + "BY", + "T1.address_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "address_id", + ",", + "t1", + ".", + "line_1", + ",", + "t1", + ".", + "line_2", + "from", + "addresses", + "as", + "t1", + "join", + "students", + "as", + "t2", + "on", + "t1", + ".", + "address_id", + "=", + "t2", + ".", + "current_address_id", + "group", + "by", + "t1", + ".", + "address_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the id, line 1, and line 2 of the address with the most students?", + "question_toks": [ + "What", + "is", + "the", + "id", + ",", + "line", + "1", + ",", + "and", + "line", + "2", + "of", + "the", + "address", + "with", + "the", + "most", + "students", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 33, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT avg(transcript_date) FROM Transcripts", + "query_toks": [ + "SELECT", + "avg", + "(", + "transcript_date", + ")", + "FROM", + "Transcripts" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "transcript_date", + ")", + "from", + "transcripts" + ], + "question": "On average, when were the transcripts printed?", + "question_toks": [ + "On", + "average", + ",", + "when", + "were", + "the", + "transcripts", + "printed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT avg(transcript_date) FROM Transcripts", + "query_toks": [ + "SELECT", + "avg", + "(", + "transcript_date", + ")", + "FROM", + "Transcripts" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "transcript_date", + ")", + "from", + "transcripts" + ], + "question": "What is the average transcript date?", + "question_toks": [ + "What", + "is", + "the", + "average", + "transcript", + "date", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT transcript_date , other_details FROM Transcripts ORDER BY transcript_date ASC LIMIT 1", + "query_toks": [ + "SELECT", + "transcript_date", + ",", + "other_details", + "FROM", + "Transcripts", + "ORDER", + "BY", + "transcript_date", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "transcript_date", + ",", + "other_details", + "from", + "transcripts", + "order", + "by", + "transcript_date", + "asc", + "limit", + "value" + ], + "question": "When is the first transcript released? List the date and details.", + "question_toks": [ + "When", + "is", + "the", + "first", + "transcript", + "released", + "?", + "List", + "the", + "date", + "and", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 54, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT transcript_date , other_details FROM Transcripts ORDER BY transcript_date ASC LIMIT 1", + "query_toks": [ + "SELECT", + "transcript_date", + ",", + "other_details", + "FROM", + "Transcripts", + "ORDER", + "BY", + "transcript_date", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "transcript_date", + ",", + "other_details", + "from", + "transcripts", + "order", + "by", + "transcript_date", + "asc", + "limit", + "value" + ], + "question": "What is the earliest date of a transcript release, and what details can you tell me?", + "question_toks": [ + "What", + "is", + "the", + "earliest", + "date", + "of", + "a", + "transcript", + "release", + ",", + "and", + "what", + "details", + "can", + "you", + "tell", + "me", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 54, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT count(*) FROM Transcripts", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Transcripts" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "transcripts" + ], + "question": "How many transcripts are released?", + "question_toks": [ + "How", + "many", + "transcripts", + "are", + "released", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT count(*) FROM Transcripts", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Transcripts" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "transcripts" + ], + "question": "How many transcripts are listed?", + "question_toks": [ + "How", + "many", + "transcripts", + "are", + "listed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT transcript_date FROM Transcripts ORDER BY transcript_date DESC LIMIT 1", + "query_toks": [ + "SELECT", + "transcript_date", + "FROM", + "Transcripts", + "ORDER", + "BY", + "transcript_date", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "transcript_date", + "from", + "transcripts", + "order", + "by", + "transcript_date", + "desc", + "limit", + "value" + ], + "question": "What is the last transcript release date?", + "question_toks": [ + "What", + "is", + "the", + "last", + "transcript", + "release", + "date", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT transcript_date FROM Transcripts ORDER BY transcript_date DESC LIMIT 1", + "query_toks": [ + "SELECT", + "transcript_date", + "FROM", + "Transcripts", + "ORDER", + "BY", + "transcript_date", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "transcript_date", + "from", + "transcripts", + "order", + "by", + "transcript_date", + "desc", + "limit", + "value" + ], + "question": "When was the last transcript released?", + "question_toks": [ + "When", + "was", + "the", + "last", + "transcript", + "released", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT count(*) , student_course_id FROM Transcript_Contents GROUP BY student_course_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "student_course_id", + "FROM", + "Transcript_Contents", + "GROUP", + "BY", + "student_course_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "student_course_id", + "from", + "transcript_contents", + "group", + "by", + "student_course_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "How many times at most can a course enrollment result show in different transcripts? Also show the course enrollment id.", + "question_toks": [ + "How", + "many", + "times", + "at", + "most", + "can", + "a", + "course", + "enrollment", + "result", + "show", + "in", + "different", + "transcripts", + "?", + "Also", + "show", + "the", + "course", + "enrollment", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 55, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 55, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT count(*) , student_course_id FROM Transcript_Contents GROUP BY student_course_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "student_course_id", + "FROM", + "Transcript_Contents", + "GROUP", + "BY", + "student_course_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "student_course_id", + "from", + "transcript_contents", + "group", + "by", + "student_course_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the maximum number of times that a course shows up in different transcripts and what is that course's enrollment id?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "number", + "of", + "times", + "that", + "a", + "course", + "shows", + "up", + "in", + "different", + "transcripts", + "and", + "what", + "is", + "that", + "course", + "'s", + "enrollment", + "id", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 55, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 55, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T2.transcript_date , T1.transcript_id FROM Transcript_Contents AS T1 JOIN Transcripts AS T2 ON T1.transcript_id = T2.transcript_id GROUP BY T1.transcript_id ORDER BY count(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.transcript_date", + ",", + "T1.transcript_id", + "FROM", + "Transcript_Contents", + "AS", + "T1", + "JOIN", + "Transcripts", + "AS", + "T2", + "ON", + "T1.transcript_id", + "=", + "T2.transcript_id", + "GROUP", + "BY", + "T1.transcript_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "transcript_date", + ",", + "t1", + ".", + "transcript_id", + "from", + "transcript_contents", + "as", + "t1", + "join", + "transcripts", + "as", + "t2", + "on", + "t1", + ".", + "transcript_id", + "=", + "t2", + ".", + "transcript_id", + "group", + "by", + "t1", + ".", + "transcript_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "Show the date of the transcript which shows the least number of results, also list the id.", + "question_toks": [ + "Show", + "the", + "date", + "of", + "the", + "transcript", + "which", + "shows", + "the", + "least", + "number", + "of", + "results", + ",", + "also", + "list", + "the", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 56, + false + ], + null + ], + [ + 0, + 52, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 56, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 56, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT T2.transcript_date , T1.transcript_id FROM Transcript_Contents AS T1 JOIN Transcripts AS T2 ON T1.transcript_id = T2.transcript_id GROUP BY T1.transcript_id ORDER BY count(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.transcript_date", + ",", + "T1.transcript_id", + "FROM", + "Transcript_Contents", + "AS", + "T1", + "JOIN", + "Transcripts", + "AS", + "T2", + "ON", + "T1.transcript_id", + "=", + "T2.transcript_id", + "GROUP", + "BY", + "T1.transcript_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "transcript_date", + ",", + "t1", + ".", + "transcript_id", + "from", + "transcript_contents", + "as", + "t1", + "join", + "transcripts", + "as", + "t2", + "on", + "t1", + ".", + "transcript_id", + "=", + "t2", + ".", + "transcript_id", + "group", + "by", + "t1", + ".", + "transcript_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "What is the date and id of the transcript with the least number of results?", + "question_toks": [ + "What", + "is", + "the", + "date", + "and", + "id", + "of", + "the", + "transcript", + "with", + "the", + "least", + "number", + "of", + "results", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 56, + false + ], + null + ], + [ + 0, + 52, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 56, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 56, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT DISTINCT T2.semester_id FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id WHERE degree_summary_name = 'Master' INTERSECT SELECT DISTINCT T2.semester_id FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id WHERE degree_summary_name = 'Bachelor'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.semester_id", + "FROM", + "Degree_Programs", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.degree_program_id", + "=", + "T2.degree_program_id", + "WHERE", + "degree_summary_name", + "=", + "'Master", + "'", + "INTERSECT", + "SELECT", + "DISTINCT", + "T2.semester_id", + "FROM", + "Degree_Programs", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.degree_program_id", + "=", + "T2.degree_program_id", + "WHERE", + "degree_summary_name", + "=", + "'Bachelor", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "semester_id", + "from", + "degree_programs", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "degree_program_id", + "=", + "t2", + ".", + "degree_program_id", + "where", + "degree_summary_name", + "=", + "value", + "intersect", + "select", + "distinct", + "t2", + ".", + "semester_id", + "from", + "degree_programs", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "degree_program_id", + "=", + "t2", + ".", + "degree_program_id", + "where", + "degree_summary_name", + "=", + "value" + ], + "question": "Find the semester when both Master students and Bachelor students got enrolled in.", + "question_toks": [ + "Find", + "the", + "semester", + "when", + "both", + "Master", + "students", + "and", + "Bachelor", + "students", + "got", + "enrolled", + "in", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + "\"Master\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + "\"Bachelor\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT DISTINCT T2.semester_id FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id WHERE degree_summary_name = 'Master' INTERSECT SELECT DISTINCT T2.semester_id FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id WHERE degree_summary_name = 'Bachelor'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.semester_id", + "FROM", + "Degree_Programs", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.degree_program_id", + "=", + "T2.degree_program_id", + "WHERE", + "degree_summary_name", + "=", + "'Master", + "'", + "INTERSECT", + "SELECT", + "DISTINCT", + "T2.semester_id", + "FROM", + "Degree_Programs", + "AS", + "T1", + "JOIN", + "Student_Enrolment", + "AS", + "T2", + "ON", + "T1.degree_program_id", + "=", + "T2.degree_program_id", + "WHERE", + "degree_summary_name", + "=", + "'Bachelor", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "semester_id", + "from", + "degree_programs", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "degree_program_id", + "=", + "t2", + ".", + "degree_program_id", + "where", + "degree_summary_name", + "=", + "value", + "intersect", + "select", + "distinct", + "t2", + ".", + "semester_id", + "from", + "degree_programs", + "as", + "t1", + "join", + "student_enrolment", + "as", + "t2", + "on", + "t1", + ".", + "degree_program_id", + "=", + "t2", + ".", + "degree_program_id", + "where", + "degree_summary_name", + "=", + "value" + ], + "question": "What is the id of the semester that had both Masters and Bachelors students enrolled?", + "question_toks": [ + "What", + "is", + "the", + "id", + "of", + "the", + "semester", + "that", + "had", + "both", + "Masters", + "and", + "Bachelors", + "students", + "enrolled", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + "\"Master\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + "\"Bachelor\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT count(DISTINCT current_address_id) FROM Students", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "current_address_id", + ")", + "FROM", + "Students" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "current_address_id", + ")", + "from", + "students" + ], + "question": "How many different addresses do the students currently live?", + "question_toks": [ + "How", + "many", + "different", + "addresses", + "do", + "the", + "students", + "currently", + "live", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 33, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT count(DISTINCT current_address_id) FROM Students", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "current_address_id", + ")", + "FROM", + "Students" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "current_address_id", + ")", + "from", + "students" + ], + "question": "What are the different addresses that have students living there?", + "question_toks": [ + "What", + "are", + "the", + "different", + "addresses", + "that", + "have", + "students", + "living", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 33, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT other_student_details FROM Students ORDER BY other_student_details DESC", + "query_toks": [ + "SELECT", + "other_student_details", + "FROM", + "Students", + "ORDER", + "BY", + "other_student_details", + "DESC" + ], + "query_toks_no_value": [ + "select", + "other_student_details", + "from", + "students", + "order", + "by", + "other_student_details", + "desc" + ], + "question": "List all the student details in reversed lexicographical order.", + "question_toks": [ + "List", + "all", + "the", + "student", + "details", + "in", + "reversed", + "lexicographical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT other_student_details FROM Students ORDER BY other_student_details DESC", + "query_toks": [ + "SELECT", + "other_student_details", + "FROM", + "Students", + "ORDER", + "BY", + "other_student_details", + "DESC" + ], + "query_toks_no_value": [ + "select", + "other_student_details", + "from", + "students", + "order", + "by", + "other_student_details", + "desc" + ], + "question": "What other details can you tell me about students in reverse alphabetical order?", + "question_toks": [ + "What", + "other", + "details", + "can", + "you", + "tell", + "me", + "about", + "students", + "in", + "reverse", + "alphabetical", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT section_description FROM Sections WHERE section_name = 'h'", + "query_toks": [ + "SELECT", + "section_description", + "FROM", + "Sections", + "WHERE", + "section_name", + "=", + "'h", + "'" + ], + "query_toks_no_value": [ + "select", + "section_description", + "from", + "sections", + "where", + "section_name", + "=", + "value" + ], + "question": "Describe the section h.", + "question_toks": [ + "Describe", + "the", + "section", + "h", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"h\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "SELECT section_description FROM Sections WHERE section_name = 'h'", + "query_toks": [ + "SELECT", + "section_description", + "FROM", + "Sections", + "WHERE", + "section_name", + "=", + "'h", + "'" + ], + "query_toks_no_value": [ + "select", + "section_description", + "from", + "sections", + "where", + "section_name", + "=", + "value" + ], + "question": "What is the description for the section named h?", + "question_toks": [ + "What", + "is", + "the", + "description", + "for", + "the", + "section", + "named", + "h", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"h\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "select t1.first_name from students as t1 join addresses as t2 on t1.permanent_address_id = t2.address_id where t2.country = 'haiti' or t1.cell_mobile_number = '09700166582'", + "query_toks": [ + "select", + "t1.first_name", + "from", + "students", + "as", + "t1", + "join", + "addresses", + "as", + "t2", + "on", + "t1.permanent_address_id", + "=", + "t2.address_id", + "where", + "t2.country", + "=", + "\"haiti\"", + "or", + "t1.cell_mobile_number", + "=", + "\"09700166582\"" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "first_name", + "from", + "students", + "as", + "t1", + "join", + "addresses", + "as", + "t2", + "on", + "t1", + ".", + "permanent_address_id", + "=", + "t2", + ".", + "address_id", + "where", + "t2", + ".", + "country", + "=", + "value", + "or", + "t1", + ".", + "cell_mobile_number", + "=", + "value" + ], + "question": "Find the first name of the students who permanently live in the country Haiti or have the cell phone number 09700166582 .", + "question_toks": [ + "Find", + "the", + "first", + "name", + "of", + "the", + "students", + "who", + "permanently", + "live", + "in", + "the", + "country", + "Haiti", + "or", + "have", + "the", + "cell", + "phone", + "number", + "09700166582", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 34, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"haiti\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + "\"09700166582\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "student_transcripts_tracking", + "query": "select t1.first_name from students as t1 join addresses as t2 on t1.permanent_address_id = t2.address_id where t2.country = 'haiti' or t1.cell_mobile_number = '09700166582'", + "query_toks": [ + "select", + "t1.first_name", + "from", + "students", + "as", + "t1", + "join", + "addresses", + "as", + "t2", + "on", + "t1.permanent_address_id", + "=", + "t2.address_id", + "where", + "t2.country", + "=", + "\"haiti\"", + "or", + "t1.cell_mobile_number", + "=", + "\"09700166582\"" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "first_name", + "from", + "students", + "as", + "t1", + "join", + "addresses", + "as", + "t2", + "on", + "t1", + ".", + "permanent_address_id", + "=", + "t2", + ".", + "address_id", + "where", + "t2", + ".", + "country", + "=", + "value", + "or", + "t1", + ".", + "cell_mobile_number", + "=", + "value" + ], + "question": "What are the first names of the students who live in Haiti permanently or have the cell phone number 09700166582 ?", + "question_toks": [ + "What", + "are", + "the", + "first", + "names", + "of", + "the", + "students", + "who", + "live", + "in", + "Haiti", + "permanently", + "or", + "have", + "the", + "cell", + "phone", + "number", + "09700166582", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 34, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"haiti\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + "\"09700166582\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Title FROM Cartoon ORDER BY title", + "query_toks": [ + "SELECT", + "Title", + "FROM", + "Cartoon", + "ORDER", + "BY", + "title" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "cartoon", + "order", + "by", + "title" + ], + "question": "List the title of all cartoons in alphabetical order.", + "question_toks": [ + "List", + "the", + "title", + "of", + "all", + "cartoons", + "in", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Title FROM Cartoon ORDER BY title", + "query_toks": [ + "SELECT", + "Title", + "FROM", + "Cartoon", + "ORDER", + "BY", + "title" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "cartoon", + "order", + "by", + "title" + ], + "question": "What are the titles of the cartoons sorted alphabetically?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "the", + "cartoons", + "sorted", + "alphabetically", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Title FROM Cartoon WHERE Directed_by = \"Ben Jones\";", + "query_toks": [ + "SELECT", + "Title", + "FROM", + "Cartoon", + "WHERE", + "Directed_by", + "=", + "``", + "Ben", + "Jones", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "cartoon", + "where", + "directed_by", + "=", + "value" + ], + "question": "List all cartoon directed by \"Ben Jones\".", + "question_toks": [ + "List", + "all", + "cartoon", + "directed", + "by", + "``", + "Ben", + "Jones", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Ben Jones\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Title FROM Cartoon WHERE Directed_by = \"Ben Jones\";", + "query_toks": [ + "SELECT", + "Title", + "FROM", + "Cartoon", + "WHERE", + "Directed_by", + "=", + "``", + "Ben", + "Jones", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "cartoon", + "where", + "directed_by", + "=", + "value" + ], + "question": "What are the names of all cartoons directed by Ben Jones?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "cartoons", + "directed", + "by", + "Ben", + "Jones", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Ben Jones\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT count(*) FROM Cartoon WHERE Written_by = \"Joseph Kuhr\";", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Cartoon", + "WHERE", + "Written_by", + "=", + "``", + "Joseph", + "Kuhr", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "cartoon", + "where", + "written_by", + "=", + "value" + ], + "question": "How many cartoons were written by \"Joseph Kuhr\"?", + "question_toks": [ + "How", + "many", + "cartoons", + "were", + "written", + "by", + "``", + "Joseph", + "Kuhr", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + "\"Joseph Kuhr\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT count(*) FROM Cartoon WHERE Written_by = \"Joseph Kuhr\";", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Cartoon", + "WHERE", + "Written_by", + "=", + "``", + "Joseph", + "Kuhr", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "cartoon", + "where", + "written_by", + "=", + "value" + ], + "question": "What is the number of cartoones written by Joseph Kuhr?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "cartoones", + "written", + "by", + "Joseph", + "Kuhr", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + "\"Joseph Kuhr\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT title , Directed_by FROM Cartoon ORDER BY Original_air_date", + "query_toks": [ + "SELECT", + "title", + ",", + "Directed_by", + "FROM", + "Cartoon", + "ORDER", + "BY", + "Original_air_date" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "directed_by", + "from", + "cartoon", + "order", + "by", + "original_air_date" + ], + "question": "list all cartoon titles and their directors ordered by their air date", + "question_toks": [ + "list", + "all", + "cartoon", + "titles", + "and", + "their", + "directors", + "ordered", + "by", + "their", + "air", + "date" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT title , Directed_by FROM Cartoon ORDER BY Original_air_date", + "query_toks": [ + "SELECT", + "title", + ",", + "Directed_by", + "FROM", + "Cartoon", + "ORDER", + "BY", + "Original_air_date" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "directed_by", + "from", + "cartoon", + "order", + "by", + "original_air_date" + ], + "question": "What is the name and directors of all the cartoons that are ordered by air date?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "directors", + "of", + "all", + "the", + "cartoons", + "that", + "are", + "ordered", + "by", + "air", + "date", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Title FROM Cartoon WHERE Directed_by = \"Ben Jones\" OR Directed_by = \"Brandon Vietti\";", + "query_toks": [ + "SELECT", + "Title", + "FROM", + "Cartoon", + "WHERE", + "Directed_by", + "=", + "``", + "Ben", + "Jones", + "''", + "OR", + "Directed_by", + "=", + "``", + "Brandon", + "Vietti", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "cartoon", + "where", + "directed_by", + "=", + "value", + "or", + "directed_by", + "=", + "value" + ], + "question": "List the title of all cartoon directed by \"Ben Jones\" or \"Brandon Vietti\".", + "question_toks": [ + "List", + "the", + "title", + "of", + "all", + "cartoon", + "directed", + "by", + "``", + "Ben", + "Jones", + "''", + "or", + "``", + "Brandon", + "Vietti", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Ben Jones\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Brandon Vietti\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Title FROM Cartoon WHERE Directed_by = \"Ben Jones\" OR Directed_by = \"Brandon Vietti\";", + "query_toks": [ + "SELECT", + "Title", + "FROM", + "Cartoon", + "WHERE", + "Directed_by", + "=", + "``", + "Ben", + "Jones", + "''", + "OR", + "Directed_by", + "=", + "``", + "Brandon", + "Vietti", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "cartoon", + "where", + "directed_by", + "=", + "value", + "or", + "directed_by", + "=", + "value" + ], + "question": "What are the titles of all cartoons directed by Ben Jones or Brandon Vietti?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "all", + "cartoons", + "directed", + "by", + "Ben", + "Jones", + "or", + "Brandon", + "Vietti", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Ben Jones\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Brandon Vietti\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Country , count(*) FROM TV_Channel GROUP BY Country ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "Country", + ",", + "count", + "(", + "*", + ")", + "FROM", + "TV_Channel", + "GROUP", + "BY", + "Country", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "country", + ",", + "count", + "(", + "*", + ")", + "from", + "tv_channel", + "group", + "by", + "country", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which country has the most of TV Channels? List the country and number of TV Channels it has.", + "question_toks": [ + "Which", + "country", + "has", + "the", + "most", + "of", + "TV", + "Channels", + "?", + "List", + "the", + "country", + "and", + "number", + "of", + "TV", + "Channels", + "it", + "has", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Country , count(*) FROM TV_Channel GROUP BY Country ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "Country", + ",", + "count", + "(", + "*", + ")", + "FROM", + "TV_Channel", + "GROUP", + "BY", + "Country", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "country", + ",", + "count", + "(", + "*", + ")", + "from", + "tv_channel", + "group", + "by", + "country", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the country with the most number of TV Channels and how many does it have?", + "question_toks": [ + "What", + "is", + "the", + "country", + "with", + "the", + "most", + "number", + "of", + "TV", + "Channels", + "and", + "how", + "many", + "does", + "it", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT count(DISTINCT series_name) , count(DISTINCT content) FROM TV_Channel;", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "series_name", + ")", + ",", + "count", + "(", + "DISTINCT", + "content", + ")", + "FROM", + "TV_Channel", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "series_name", + ")", + ",", + "count", + "(", + "distinct", + "content", + ")", + "from", + "tv_channel" + ], + "question": "List the number of different series names and contents in the TV Channel table.", + "question_toks": [ + "List", + "the", + "number", + "of", + "different", + "series", + "names", + "and", + "contents", + "in", + "the", + "TV", + "Channel", + "table", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 2, + true + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 5, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT count(DISTINCT series_name) , count(DISTINCT content) FROM TV_Channel;", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "series_name", + ")", + ",", + "count", + "(", + "DISTINCT", + "content", + ")", + "FROM", + "TV_Channel", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "series_name", + ")", + ",", + "count", + "(", + "distinct", + "content", + ")", + "from", + "tv_channel" + ], + "question": "How many different series and contents are listed in the TV Channel table?", + "question_toks": [ + "How", + "many", + "different", + "series", + "and", + "contents", + "are", + "listed", + "in", + "the", + "TV", + "Channel", + "table", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 2, + true + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 5, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Content FROM TV_Channel WHERE series_name = \"Sky Radio\";", + "query_toks": [ + "SELECT", + "Content", + "FROM", + "TV_Channel", + "WHERE", + "series_name", + "=", + "``", + "Sky", + "Radio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "content", + "from", + "tv_channel", + "where", + "series_name", + "=", + "value" + ], + "question": "What is the content of TV Channel with serial name \"Sky Radio\"?", + "question_toks": [ + "What", + "is", + "the", + "content", + "of", + "TV", + "Channel", + "with", + "serial", + "name", + "``", + "Sky", + "Radio", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Sky Radio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Content FROM TV_Channel WHERE series_name = \"Sky Radio\";", + "query_toks": [ + "SELECT", + "Content", + "FROM", + "TV_Channel", + "WHERE", + "series_name", + "=", + "``", + "Sky", + "Radio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "content", + "from", + "tv_channel", + "where", + "series_name", + "=", + "value" + ], + "question": "What is the content of the series Sky Radio?", + "question_toks": [ + "What", + "is", + "the", + "content", + "of", + "the", + "series", + "Sky", + "Radio", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Sky Radio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Package_Option FROM TV_Channel WHERE series_name = \"Sky Radio\";", + "query_toks": [ + "SELECT", + "Package_Option", + "FROM", + "TV_Channel", + "WHERE", + "series_name", + "=", + "``", + "Sky", + "Radio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "package_option", + "from", + "tv_channel", + "where", + "series_name", + "=", + "value" + ], + "question": "What is the Package Option of TV Channel with serial name \"Sky Radio\"?", + "question_toks": [ + "What", + "is", + "the", + "Package", + "Option", + "of", + "TV", + "Channel", + "with", + "serial", + "name", + "``", + "Sky", + "Radio", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Sky Radio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Package_Option FROM TV_Channel WHERE series_name = \"Sky Radio\";", + "query_toks": [ + "SELECT", + "Package_Option", + "FROM", + "TV_Channel", + "WHERE", + "series_name", + "=", + "``", + "Sky", + "Radio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "package_option", + "from", + "tv_channel", + "where", + "series_name", + "=", + "value" + ], + "question": "What are the Package Options of the TV Channels whose series names are Sky Radio?", + "question_toks": [ + "What", + "are", + "the", + "Package", + "Options", + "of", + "the", + "TV", + "Channels", + "whose", + "series", + "names", + "are", + "Sky", + "Radio", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Sky Radio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT count(*) FROM TV_Channel WHERE LANGUAGE = \"English\";", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "TV_Channel", + "WHERE", + "LANGUAGE", + "=", + "``", + "English", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "tv_channel", + "where", + "language", + "=", + "value" + ], + "question": "How many TV Channel using language English?", + "question_toks": [ + "How", + "many", + "TV", + "Channel", + "using", + "language", + "English", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT count(*) FROM TV_Channel WHERE LANGUAGE = \"English\";", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "TV_Channel", + "WHERE", + "LANGUAGE", + "=", + "``", + "English", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "tv_channel", + "where", + "language", + "=", + "value" + ], + "question": "How many TV Channels use the English language?", + "question_toks": [ + "How", + "many", + "TV", + "Channels", + "use", + "the", + "English", + "language", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT LANGUAGE , count(*) FROM TV_Channel GROUP BY LANGUAGE ORDER BY count(*) ASC LIMIT 1;", + "query_toks": [ + "SELECT", + "LANGUAGE", + ",", + "count", + "(", + "*", + ")", + "FROM", + "TV_Channel", + "GROUP", + "BY", + "LANGUAGE", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "language", + ",", + "count", + "(", + "*", + ")", + "from", + "tv_channel", + "group", + "by", + "language", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "List the language used least number of TV Channel. List language and number of TV Channel.", + "question_toks": [ + "List", + "the", + "language", + "used", + "least", + "number", + "of", + "TV", + "Channel", + ".", + "List", + "language", + "and", + "number", + "of", + "TV", + "Channel", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT LANGUAGE , count(*) FROM TV_Channel GROUP BY LANGUAGE ORDER BY count(*) ASC LIMIT 1;", + "query_toks": [ + "SELECT", + "LANGUAGE", + ",", + "count", + "(", + "*", + ")", + "FROM", + "TV_Channel", + "GROUP", + "BY", + "LANGUAGE", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "language", + ",", + "count", + "(", + "*", + ")", + "from", + "tv_channel", + "group", + "by", + "language", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "What are the languages used by the least number of TV Channels and how many channels use it?", + "question_toks": [ + "What", + "are", + "the", + "languages", + "used", + "by", + "the", + "least", + "number", + "of", + "TV", + "Channels", + "and", + "how", + "many", + "channels", + "use", + "it", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT LANGUAGE , count(*) FROM TV_Channel GROUP BY LANGUAGE", + "query_toks": [ + "SELECT", + "LANGUAGE", + ",", + "count", + "(", + "*", + ")", + "FROM", + "TV_Channel", + "GROUP", + "BY", + "LANGUAGE" + ], + "query_toks_no_value": [ + "select", + "language", + ",", + "count", + "(", + "*", + ")", + "from", + "tv_channel", + "group", + "by", + "language" + ], + "question": "List each language and the number of TV Channels using it.", + "question_toks": [ + "List", + "each", + "language", + "and", + "the", + "number", + "of", + "TV", + "Channels", + "using", + "it", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT LANGUAGE , count(*) FROM TV_Channel GROUP BY LANGUAGE", + "query_toks": [ + "SELECT", + "LANGUAGE", + ",", + "count", + "(", + "*", + ")", + "FROM", + "TV_Channel", + "GROUP", + "BY", + "LANGUAGE" + ], + "query_toks_no_value": [ + "select", + "language", + ",", + "count", + "(", + "*", + ")", + "from", + "tv_channel", + "group", + "by", + "language" + ], + "question": "For each language, list the number of TV Channels that use it.", + "question_toks": [ + "For", + "each", + "language", + ",", + "list", + "the", + "number", + "of", + "TV", + "Channels", + "that", + "use", + "it", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT T1.series_name FROM TV_Channel AS T1 JOIN Cartoon AS T2 ON T1.id = T2.Channel WHERE T2.Title = \"The Rise of the Blue Beetle!\";", + "query_toks": [ + "SELECT", + "T1.series_name", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "Cartoon", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T2.Title", + "=", + "``", + "The", + "Rise", + "of", + "the", + "Blue", + "Beetle", + "!", + "``", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "series_name", + "from", + "tv_channel", + "as", + "t1", + "join", + "cartoon", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t2", + ".", + "title", + "=", + "value" + ], + "question": "What is the TV Channel that shows the cartoon \"The Rise of the Blue Beetle!\"? List the TV Channel's series name.", + "question_toks": [ + "What", + "is", + "the", + "TV", + "Channel", + "that", + "shows", + "the", + "cartoon", + "``", + "The", + "Rise", + "of", + "the", + "Blue", + "Beetle", + "!", + "''", + "?", + "List", + "the", + "TV", + "Channel", + "'s", + "series", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 25, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + "\"The Rise of the Blue Beetle!\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT T1.series_name FROM TV_Channel AS T1 JOIN Cartoon AS T2 ON T1.id = T2.Channel WHERE T2.Title = \"The Rise of the Blue Beetle!\";", + "query_toks": [ + "SELECT", + "T1.series_name", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "Cartoon", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T2.Title", + "=", + "``", + "The", + "Rise", + "of", + "the", + "Blue", + "Beetle", + "!", + "``", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "series_name", + "from", + "tv_channel", + "as", + "t1", + "join", + "cartoon", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t2", + ".", + "title", + "=", + "value" + ], + "question": "What is the series name of the TV Channel that shows the cartoon \"The Rise of the Blue Beetle\"?", + "question_toks": [ + "What", + "is", + "the", + "series", + "name", + "of", + "the", + "TV", + "Channel", + "that", + "shows", + "the", + "cartoon", + "``", + "The", + "Rise", + "of", + "the", + "Blue", + "Beetle", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 25, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + "\"The Rise of the Blue Beetle!\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT T2.Title FROM TV_Channel AS T1 JOIN Cartoon AS T2 ON T1.id = T2.Channel WHERE T1.series_name = \"Sky Radio\";", + "query_toks": [ + "SELECT", + "T2.Title", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "Cartoon", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T1.series_name", + "=", + "``", + "Sky", + "Radio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "tv_channel", + "as", + "t1", + "join", + "cartoon", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t1", + ".", + "series_name", + "=", + "value" + ], + "question": "List the title of all Cartoons showed on TV Channel with series name \"Sky Radio\".", + "question_toks": [ + "List", + "the", + "title", + "of", + "all", + "Cartoons", + "showed", + "on", + "TV", + "Channel", + "with", + "series", + "name", + "``", + "Sky", + "Radio", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 25, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Sky Radio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT T2.Title FROM TV_Channel AS T1 JOIN Cartoon AS T2 ON T1.id = T2.Channel WHERE T1.series_name = \"Sky Radio\";", + "query_toks": [ + "SELECT", + "T2.Title", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "Cartoon", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T1.series_name", + "=", + "``", + "Sky", + "Radio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "tv_channel", + "as", + "t1", + "join", + "cartoon", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t1", + ".", + "series_name", + "=", + "value" + ], + "question": "What is the title of all the cartools that are on the TV Channel with the series name \"Sky Radio\"?", + "question_toks": [ + "What", + "is", + "the", + "title", + "of", + "all", + "the", + "cartools", + "that", + "are", + "on", + "the", + "TV", + "Channel", + "with", + "the", + "series", + "name", + "``", + "Sky", + "Radio", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 25, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Sky Radio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Episode FROM TV_series ORDER BY rating", + "query_toks": [ + "SELECT", + "Episode", + "FROM", + "TV_series", + "ORDER", + "BY", + "rating" + ], + "query_toks_no_value": [ + "select", + "episode", + "from", + "tv_series", + "order", + "by", + "rating" + ], + "question": "List the Episode of all TV series sorted by rating.", + "question_toks": [ + "List", + "the", + "Episode", + "of", + "all", + "TV", + "series", + "sorted", + "by", + "rating", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Episode FROM TV_series ORDER BY rating", + "query_toks": [ + "SELECT", + "Episode", + "FROM", + "TV_series", + "ORDER", + "BY", + "rating" + ], + "query_toks_no_value": [ + "select", + "episode", + "from", + "tv_series", + "order", + "by", + "rating" + ], + "question": "What are all of the episodes ordered by ratings?", + "question_toks": [ + "What", + "are", + "all", + "of", + "the", + "episodes", + "ordered", + "by", + "ratings", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Episode , Rating FROM TV_series ORDER BY Rating DESC LIMIT 3;", + "query_toks": [ + "SELECT", + "Episode", + ",", + "Rating", + "FROM", + "TV_series", + "ORDER", + "BY", + "Rating", + "DESC", + "LIMIT", + "3", + ";" + ], + "query_toks_no_value": [ + "select", + "episode", + ",", + "rating", + "from", + "tv_series", + "order", + "by", + "rating", + "desc", + "limit", + "value" + ], + "question": "List top 3 highest Rating TV series. List the TV series's Episode and Rating.", + "question_toks": [ + "List", + "top", + "3", + "highest", + "Rating", + "TV", + "series", + ".", + "List", + "the", + "TV", + "series", + "'s", + "Episode", + "and", + "Rating", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Episode , Rating FROM TV_series ORDER BY Rating DESC LIMIT 3;", + "query_toks": [ + "SELECT", + "Episode", + ",", + "Rating", + "FROM", + "TV_series", + "ORDER", + "BY", + "Rating", + "DESC", + "LIMIT", + "3", + ";" + ], + "query_toks_no_value": [ + "select", + "episode", + ",", + "rating", + "from", + "tv_series", + "order", + "by", + "rating", + "desc", + "limit", + "value" + ], + "question": "What are 3 most highly rated episodes in the TV series table and what were those ratings?", + "question_toks": [ + "What", + "are", + "3", + "most", + "highly", + "rated", + "episodes", + "in", + "the", + "TV", + "series", + "table", + "and", + "what", + "were", + "those", + "ratings", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT max(SHARE) , min(SHARE) FROM TV_series;", + "query_toks": [ + "SELECT", + "max", + "(", + "SHARE", + ")", + ",", + "min", + "(", + "SHARE", + ")", + "FROM", + "TV_series", + ";" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "share", + ")", + ",", + "min", + "(", + "share", + ")", + "from", + "tv_series" + ], + "question": "What is minimum and maximum share of TV series?", + "question_toks": [ + "What", + "is", + "minimum", + "and", + "maximum", + "share", + "of", + "TV", + "series", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT max(SHARE) , min(SHARE) FROM TV_series;", + "query_toks": [ + "SELECT", + "max", + "(", + "SHARE", + ")", + ",", + "min", + "(", + "SHARE", + ")", + "FROM", + "TV_series", + ";" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "share", + ")", + ",", + "min", + "(", + "share", + ")", + "from", + "tv_series" + ], + "question": "What is the maximum and minimum share for the TV series?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "and", + "minimum", + "share", + "for", + "the", + "TV", + "series", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Air_Date FROM TV_series WHERE Episode = \"A Love of a Lifetime\";", + "query_toks": [ + "SELECT", + "Air_Date", + "FROM", + "TV_series", + "WHERE", + "Episode", + "=", + "``", + "A", + "Love", + "of", + "a", + "Lifetime", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "air_date", + "from", + "tv_series", + "where", + "episode", + "=", + "value" + ], + "question": "What is the air date of TV series with Episode \"A Love of a Lifetime\"?", + "question_toks": [ + "What", + "is", + "the", + "air", + "date", + "of", + "TV", + "series", + "with", + "Episode", + "``", + "A", + "Love", + "of", + "a", + "Lifetime", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"A Love of a Lifetime\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Air_Date FROM TV_series WHERE Episode = \"A Love of a Lifetime\";", + "query_toks": [ + "SELECT", + "Air_Date", + "FROM", + "TV_series", + "WHERE", + "Episode", + "=", + "``", + "A", + "Love", + "of", + "a", + "Lifetime", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "air_date", + "from", + "tv_series", + "where", + "episode", + "=", + "value" + ], + "question": "When did the episode \"A Love of a Lifetime\" air?", + "question_toks": [ + "When", + "did", + "the", + "episode", + "``", + "A", + "Love", + "of", + "a", + "Lifetime", + "''", + "air", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"A Love of a Lifetime\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Weekly_Rank FROM TV_series WHERE Episode = \"A Love of a Lifetime\";", + "query_toks": [ + "SELECT", + "Weekly_Rank", + "FROM", + "TV_series", + "WHERE", + "Episode", + "=", + "``", + "A", + "Love", + "of", + "a", + "Lifetime", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "weekly_rank", + "from", + "tv_series", + "where", + "episode", + "=", + "value" + ], + "question": "What is Weekly Rank of TV series with Episode \"A Love of a Lifetime\"?", + "question_toks": [ + "What", + "is", + "Weekly", + "Rank", + "of", + "TV", + "series", + "with", + "Episode", + "``", + "A", + "Love", + "of", + "a", + "Lifetime", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"A Love of a Lifetime\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Weekly_Rank FROM TV_series WHERE Episode = \"A Love of a Lifetime\";", + "query_toks": [ + "SELECT", + "Weekly_Rank", + "FROM", + "TV_series", + "WHERE", + "Episode", + "=", + "``", + "A", + "Love", + "of", + "a", + "Lifetime", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "weekly_rank", + "from", + "tv_series", + "where", + "episode", + "=", + "value" + ], + "question": "What is the weekly rank for the episode \"A Love of a Lifetime\"?", + "question_toks": [ + "What", + "is", + "the", + "weekly", + "rank", + "for", + "the", + "episode", + "``", + "A", + "Love", + "of", + "a", + "Lifetime", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"A Love of a Lifetime\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT T1.series_name FROM TV_Channel AS T1 JOIN TV_series AS T2 ON T1.id = T2.Channel WHERE T2.Episode = \"A Love of a Lifetime\";", + "query_toks": [ + "SELECT", + "T1.series_name", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "TV_series", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T2.Episode", + "=", + "``", + "A", + "Love", + "of", + "a", + "Lifetime", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "series_name", + "from", + "tv_channel", + "as", + "t1", + "join", + "tv_series", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t2", + ".", + "episode", + "=", + "value" + ], + "question": "What is the TV Channel of TV series with Episode \"A Love of a Lifetime\"? List the TV Channel's series name.", + "question_toks": [ + "What", + "is", + "the", + "TV", + "Channel", + "of", + "TV", + "series", + "with", + "Episode", + "``", + "A", + "Love", + "of", + "a", + "Lifetime", + "''", + "?", + "List", + "the", + "TV", + "Channel", + "'s", + "series", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"A Love of a Lifetime\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT T1.series_name FROM TV_Channel AS T1 JOIN TV_series AS T2 ON T1.id = T2.Channel WHERE T2.Episode = \"A Love of a Lifetime\";", + "query_toks": [ + "SELECT", + "T1.series_name", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "TV_series", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T2.Episode", + "=", + "``", + "A", + "Love", + "of", + "a", + "Lifetime", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "series_name", + "from", + "tv_channel", + "as", + "t1", + "join", + "tv_series", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t2", + ".", + "episode", + "=", + "value" + ], + "question": "What is the name of the series that has the episode \"A Love of a Lifetime\"?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "series", + "that", + "has", + "the", + "episode", + "``", + "A", + "Love", + "of", + "a", + "Lifetime", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"A Love of a Lifetime\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT T2.Episode FROM TV_Channel AS T1 JOIN TV_series AS T2 ON T1.id = T2.Channel WHERE T1.series_name = \"Sky Radio\";", + "query_toks": [ + "SELECT", + "T2.Episode", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "TV_series", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T1.series_name", + "=", + "``", + "Sky", + "Radio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "episode", + "from", + "tv_channel", + "as", + "t1", + "join", + "tv_series", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t1", + ".", + "series_name", + "=", + "value" + ], + "question": "List the Episode of all TV series showed on TV Channel with series name \"Sky Radio\".", + "question_toks": [ + "List", + "the", + "Episode", + "of", + "all", + "TV", + "series", + "showed", + "on", + "TV", + "Channel", + "with", + "series", + "name", + "``", + "Sky", + "Radio", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Sky Radio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT T2.Episode FROM TV_Channel AS T1 JOIN TV_series AS T2 ON T1.id = T2.Channel WHERE T1.series_name = \"Sky Radio\";", + "query_toks": [ + "SELECT", + "T2.Episode", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "TV_series", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T1.series_name", + "=", + "``", + "Sky", + "Radio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "episode", + "from", + "tv_channel", + "as", + "t1", + "join", + "tv_series", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t1", + ".", + "series_name", + "=", + "value" + ], + "question": "What is the episode for the TV series named \"Sky Radio\"?", + "question_toks": [ + "What", + "is", + "the", + "episode", + "for", + "the", + "TV", + "series", + "named", + "``", + "Sky", + "Radio", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Sky Radio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT count(*) , Directed_by FROM cartoon GROUP BY Directed_by", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "Directed_by", + "FROM", + "cartoon", + "GROUP", + "BY", + "Directed_by" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "directed_by", + "from", + "cartoon", + "group", + "by", + "directed_by" + ], + "question": "Find the number of cartoons directed by each of the listed directors.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "cartoons", + "directed", + "by", + "each", + "of", + "the", + "listed", + "directors", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT count(*) , Directed_by FROM cartoon GROUP BY Directed_by", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "Directed_by", + "FROM", + "cartoon", + "GROUP", + "BY", + "Directed_by" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "directed_by", + "from", + "cartoon", + "group", + "by", + "directed_by" + ], + "question": "How many cartoons did each director create?", + "question_toks": [ + "How", + "many", + "cartoons", + "did", + "each", + "director", + "create", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "select production_code , channel from cartoon order by original_air_date desc limit 1", + "query_toks": [ + "select", + "production_code", + ",", + "channel", + "from", + "cartoon", + "order", + "by", + "original_air_date", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "production_code", + ",", + "channel", + "from", + "cartoon", + "order", + "by", + "original_air_date", + "desc", + "limit", + "value" + ], + "question": "Find the production code and channel of the most recently aired cartoon .", + "question_toks": [ + "Find", + "the", + "production", + "code", + "and", + "channel", + "of", + "the", + "most", + "recently", + "aired", + "cartoon", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "select production_code , channel from cartoon order by original_air_date desc limit 1", + "query_toks": [ + "select", + "production_code", + ",", + "channel", + "from", + "cartoon", + "order", + "by", + "original_air_date", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "production_code", + ",", + "channel", + "from", + "cartoon", + "order", + "by", + "original_air_date", + "desc", + "limit", + "value" + ], + "question": "What is the produdction code and channel of the most recent cartoon ?", + "question_toks": [ + "What", + "is", + "the", + "produdction", + "code", + "and", + "channel", + "of", + "the", + "most", + "recent", + "cartoon", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT package_option , series_name FROM TV_Channel WHERE hight_definition_TV = \"yes\"", + "query_toks": [ + "SELECT", + "package_option", + ",", + "series_name", + "FROM", + "TV_Channel", + "WHERE", + "hight_definition_TV", + "=", + "``", + "yes", + "''" + ], + "query_toks_no_value": [ + "select", + "package_option", + ",", + "series_name", + "from", + "tv_channel", + "where", + "hight_definition_tv", + "=", + "value" + ], + "question": "Find the package choice and series name of the TV channel that has high definition TV.", + "question_toks": [ + "Find", + "the", + "package", + "choice", + "and", + "series", + "name", + "of", + "the", + "TV", + "channel", + "that", + "has", + "high", + "definition", + "TV", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"yes\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT package_option , series_name FROM TV_Channel WHERE hight_definition_TV = \"yes\"", + "query_toks": [ + "SELECT", + "package_option", + ",", + "series_name", + "FROM", + "TV_Channel", + "WHERE", + "hight_definition_TV", + "=", + "``", + "yes", + "''" + ], + "query_toks_no_value": [ + "select", + "package_option", + ",", + "series_name", + "from", + "tv_channel", + "where", + "hight_definition_tv", + "=", + "value" + ], + "question": "What are the package options and the name of the series for the TV Channel that supports high definition TV?", + "question_toks": [ + "What", + "are", + "the", + "package", + "options", + "and", + "the", + "name", + "of", + "the", + "series", + "for", + "the", + "TV", + "Channel", + "that", + "supports", + "high", + "definition", + "TV", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"yes\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.written_by = 'Todd Casey'", + "query_toks": [ + "SELECT", + "T1.country", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "cartoon", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T2.written_by", + "=", + "'Todd", + "Casey", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "country", + "from", + "tv_channel", + "as", + "t1", + "join", + "cartoon", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t2", + ".", + "written_by", + "=", + "value" + ], + "question": "which countries' tv channels are playing some cartoon written by Todd Casey?", + "question_toks": [ + "which", + "countries", + "'", + "tv", + "channels", + "are", + "playing", + "some", + "cartoon", + "written", + "by", + "Todd", + "Casey", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 25, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + "\"Todd Casey\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.written_by = 'Todd Casey'", + "query_toks": [ + "SELECT", + "T1.country", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "cartoon", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T2.written_by", + "=", + "'Todd", + "Casey", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "country", + "from", + "tv_channel", + "as", + "t1", + "join", + "cartoon", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t2", + ".", + "written_by", + "=", + "value" + ], + "question": "What are the countries that have cartoons on TV that were written by Todd Casey?", + "question_toks": [ + "What", + "are", + "the", + "countries", + "that", + "have", + "cartoons", + "on", + "TV", + "that", + "were", + "written", + "by", + "Todd", + "Casey", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 25, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + "\"Todd Casey\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT country FROM TV_Channel EXCEPT SELECT T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.written_by = 'Todd Casey'", + "query_toks": [ + "SELECT", + "country", + "FROM", + "TV_Channel", + "EXCEPT", + "SELECT", + "T1.country", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "cartoon", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T2.written_by", + "=", + "'Todd", + "Casey", + "'" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "tv_channel", + "except", + "select", + "t1", + ".", + "country", + "from", + "tv_channel", + "as", + "t1", + "join", + "cartoon", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t2", + ".", + "written_by", + "=", + "value" + ], + "question": "which countries' tv channels are not playing any cartoon written by Todd Casey?", + "question_toks": [ + "which", + "countries", + "'", + "tv", + "channels", + "are", + "not", + "playing", + "any", + "cartoon", + "written", + "by", + "Todd", + "Casey", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 25, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + "\"Todd Casey\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "tvshow", + "query": "SELECT country FROM TV_Channel EXCEPT SELECT T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.written_by = 'Todd Casey'", + "query_toks": [ + "SELECT", + "country", + "FROM", + "TV_Channel", + "EXCEPT", + "SELECT", + "T1.country", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "cartoon", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T2.written_by", + "=", + "'Todd", + "Casey", + "'" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "tv_channel", + "except", + "select", + "t1", + ".", + "country", + "from", + "tv_channel", + "as", + "t1", + "join", + "cartoon", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t2", + ".", + "written_by", + "=", + "value" + ], + "question": "What are the countries that are not playing cartoons written by Todd Casey?", + "question_toks": [ + "What", + "are", + "the", + "countries", + "that", + "are", + "not", + "playing", + "cartoons", + "written", + "by", + "Todd", + "Casey", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 25, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + "\"Todd Casey\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "tvshow", + "query": "SELECT T1.series_name , T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.directed_by = 'Michael Chang' INTERSECT SELECT T1.series_name , T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.directed_by = 'Ben Jones'", + "query_toks": [ + "SELECT", + "T1.series_name", + ",", + "T1.country", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "cartoon", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T2.directed_by", + "=", + "'Michael", + "Chang", + "'", + "INTERSECT", + "SELECT", + "T1.series_name", + ",", + "T1.country", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "cartoon", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T2.directed_by", + "=", + "'Ben", + "Jones", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "series_name", + ",", + "t1", + ".", + "country", + "from", + "tv_channel", + "as", + "t1", + "join", + "cartoon", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t2", + ".", + "directed_by", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "series_name", + ",", + "t1", + ".", + "country", + "from", + "tv_channel", + "as", + "t1", + "join", + "cartoon", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t2", + ".", + "directed_by", + "=", + "value" + ], + "question": "Find the series name and country of the tv channel that is playing some cartoons directed by Ben Jones and Michael Chang?", + "question_toks": [ + "Find", + "the", + "series", + "name", + "and", + "country", + "of", + "the", + "tv", + "channel", + "that", + "is", + "playing", + "some", + "cartoons", + "directed", + "by", + "Ben", + "Jones", + "and", + "Michael", + "Chang", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 25, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Michael Chang\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 25, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Ben Jones\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT T1.series_name , T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.directed_by = 'Michael Chang' INTERSECT SELECT T1.series_name , T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.directed_by = 'Ben Jones'", + "query_toks": [ + "SELECT", + "T1.series_name", + ",", + "T1.country", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "cartoon", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T2.directed_by", + "=", + "'Michael", + "Chang", + "'", + "INTERSECT", + "SELECT", + "T1.series_name", + ",", + "T1.country", + "FROM", + "TV_Channel", + "AS", + "T1", + "JOIN", + "cartoon", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.Channel", + "WHERE", + "T2.directed_by", + "=", + "'Ben", + "Jones", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "series_name", + ",", + "t1", + ".", + "country", + "from", + "tv_channel", + "as", + "t1", + "join", + "cartoon", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t2", + ".", + "directed_by", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "series_name", + ",", + "t1", + ".", + "country", + "from", + "tv_channel", + "as", + "t1", + "join", + "cartoon", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "channel", + "where", + "t2", + ".", + "directed_by", + "=", + "value" + ], + "question": "What is the series name and country of all TV channels that are playing cartoons directed by Ben Jones and cartoons directed by Michael Chang?", + "question_toks": [ + "What", + "is", + "the", + "series", + "name", + "and", + "country", + "of", + "all", + "TV", + "channels", + "that", + "are", + "playing", + "cartoons", + "directed", + "by", + "Ben", + "Jones", + "and", + "cartoons", + "directed", + "by", + "Michael", + "Chang", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 25, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Michael Chang\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 25, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Ben Jones\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Pixel_aspect_ratio_PAR , country FROM tv_channel WHERE LANGUAGE != 'English'", + "query_toks": [ + "SELECT", + "Pixel_aspect_ratio_PAR", + ",", + "country", + "FROM", + "tv_channel", + "WHERE", + "LANGUAGE", + "!", + "=", + "'English", + "'" + ], + "query_toks_no_value": [ + "select", + "pixel_aspect_ratio_par", + ",", + "country", + "from", + "tv_channel", + "where", + "language", + "!", + "=", + "value" + ], + "question": "find the pixel aspect ratio and nation of the tv channels that do not use English.", + "question_toks": [ + "find", + "the", + "pixel", + "aspect", + "ratio", + "and", + "nation", + "of", + "the", + "tv", + "channels", + "that", + "do", + "not", + "use", + "English", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT Pixel_aspect_ratio_PAR , country FROM tv_channel WHERE LANGUAGE != 'English'", + "query_toks": [ + "SELECT", + "Pixel_aspect_ratio_PAR", + ",", + "country", + "FROM", + "tv_channel", + "WHERE", + "LANGUAGE", + "!", + "=", + "'English", + "'" + ], + "query_toks_no_value": [ + "select", + "pixel_aspect_ratio_par", + ",", + "country", + "from", + "tv_channel", + "where", + "language", + "!", + "=", + "value" + ], + "question": "What is the pixel aspect ratio and country of origin for all TV channels that do not use English?", + "question_toks": [ + "What", + "is", + "the", + "pixel", + "aspect", + "ratio", + "and", + "country", + "of", + "origin", + "for", + "all", + "TV", + "channels", + "that", + "do", + "not", + "use", + "English", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT id FROM tv_channel GROUP BY country HAVING count(*) > 2", + "query_toks": [ + "SELECT", + "id", + "FROM", + "tv_channel", + "GROUP", + "BY", + "country", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "tv_channel", + "group", + "by", + "country", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "find id of the tv channels that from the countries where have more than two tv channels.", + "question_toks": [ + "find", + "id", + "of", + "the", + "tv", + "channels", + "that", + "from", + "the", + "countries", + "where", + "have", + "more", + "than", + "two", + "tv", + "channels", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT id FROM tv_channel GROUP BY country HAVING count(*) > 2", + "query_toks": [ + "SELECT", + "id", + "FROM", + "tv_channel", + "GROUP", + "BY", + "country", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "tv_channel", + "group", + "by", + "country", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the ids of all tv channels that have more than 2 TV channels?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "all", + "tv", + "channels", + "that", + "have", + "more", + "than", + "2", + "TV", + "channels", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT id FROM TV_Channel EXCEPT SELECT channel FROM cartoon WHERE directed_by = 'Ben Jones'", + "query_toks": [ + "SELECT", + "id", + "FROM", + "TV_Channel", + "EXCEPT", + "SELECT", + "channel", + "FROM", + "cartoon", + "WHERE", + "directed_by", + "=", + "'Ben", + "Jones", + "'" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "tv_channel", + "except", + "select", + "channel", + "from", + "cartoon", + "where", + "directed_by", + "=", + "value" + ], + "question": "find the id of tv channels that do not play any cartoon directed by Ben Jones.", + "question_toks": [ + "find", + "the", + "id", + "of", + "tv", + "channels", + "that", + "do", + "not", + "play", + "any", + "cartoon", + "directed", + "by", + "Ben", + "Jones", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Ben Jones\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "tvshow", + "query": "SELECT id FROM TV_Channel EXCEPT SELECT channel FROM cartoon WHERE directed_by = 'Ben Jones'", + "query_toks": [ + "SELECT", + "id", + "FROM", + "TV_Channel", + "EXCEPT", + "SELECT", + "channel", + "FROM", + "cartoon", + "WHERE", + "directed_by", + "=", + "'Ben", + "Jones", + "'" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "tv_channel", + "except", + "select", + "channel", + "from", + "cartoon", + "where", + "directed_by", + "=", + "value" + ], + "question": "What are the ids of the TV channels that do not have any cartoons directed by Ben Jones?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "the", + "TV", + "channels", + "that", + "do", + "not", + "have", + "any", + "cartoons", + "directed", + "by", + "Ben", + "Jones", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Ben Jones\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "tvshow", + "query": "SELECT package_option FROM TV_Channel WHERE id NOT IN (SELECT channel FROM cartoon WHERE directed_by = 'Ben Jones')", + "query_toks": [ + "SELECT", + "package_option", + "FROM", + "TV_Channel", + "WHERE", + "id", + "NOT", + "IN", + "(", + "SELECT", + "channel", + "FROM", + "cartoon", + "WHERE", + "directed_by", + "=", + "'Ben", + "Jones", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "package_option", + "from", + "tv_channel", + "where", + "id", + "not", + "in", + "(", + "select", + "channel", + "from", + "cartoon", + "where", + "directed_by", + "=", + "value", + ")" + ], + "question": "find the package option of the tv channel that do not have any cartoon directed by Ben Jones.", + "question_toks": [ + "find", + "the", + "package", + "option", + "of", + "the", + "tv", + "channel", + "that", + "do", + "not", + "have", + "any", + "cartoon", + "directed", + "by", + "Ben", + "Jones", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Ben Jones\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tvshow", + "query": "SELECT package_option FROM TV_Channel WHERE id NOT IN (SELECT channel FROM cartoon WHERE directed_by = 'Ben Jones')", + "query_toks": [ + "SELECT", + "package_option", + "FROM", + "TV_Channel", + "WHERE", + "id", + "NOT", + "IN", + "(", + "SELECT", + "channel", + "FROM", + "cartoon", + "WHERE", + "directed_by", + "=", + "'Ben", + "Jones", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "package_option", + "from", + "tv_channel", + "where", + "id", + "not", + "in", + "(", + "select", + "channel", + "from", + "cartoon", + "where", + "directed_by", + "=", + "value", + ")" + ], + "question": "What are the package options of all tv channels that are not playing any cartoons directed by Ben Jones?", + "question_toks": [ + "What", + "are", + "the", + "package", + "options", + "of", + "all", + "tv", + "channels", + "that", + "are", + "not", + "playing", + "any", + "cartoons", + "directed", + "by", + "Ben", + "Jones", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Ben Jones\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT count(*) FROM poker_player", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "poker_player" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "poker_player" + ], + "question": "How many poker players are there?", + "question_toks": [ + "How", + "many", + "poker", + "players", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT count(*) FROM poker_player", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "poker_player" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "poker_player" + ], + "question": "Count the number of poker players.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "poker", + "players", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Earnings FROM poker_player ORDER BY Earnings DESC", + "query_toks": [ + "SELECT", + "Earnings", + "FROM", + "poker_player", + "ORDER", + "BY", + "Earnings", + "DESC" + ], + "query_toks_no_value": [ + "select", + "earnings", + "from", + "poker_player", + "order", + "by", + "earnings", + "desc" + ], + "question": "List the earnings of poker players in descending order.", + "question_toks": [ + "List", + "the", + "earnings", + "of", + "poker", + "players", + "in", + "descending", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Earnings FROM poker_player ORDER BY Earnings DESC", + "query_toks": [ + "SELECT", + "Earnings", + "FROM", + "poker_player", + "ORDER", + "BY", + "Earnings", + "DESC" + ], + "query_toks_no_value": [ + "select", + "earnings", + "from", + "poker_player", + "order", + "by", + "earnings", + "desc" + ], + "question": "What are the earnings of poker players, ordered descending by value?", + "question_toks": [ + "What", + "are", + "the", + "earnings", + "of", + "poker", + "players", + ",", + "ordered", + "descending", + "by", + "value", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Final_Table_Made , Best_Finish FROM poker_player", + "query_toks": [ + "SELECT", + "Final_Table_Made", + ",", + "Best_Finish", + "FROM", + "poker_player" + ], + "query_toks_no_value": [ + "select", + "final_table_made", + ",", + "best_finish", + "from", + "poker_player" + ], + "question": "List the final tables made and the best finishes of poker players.", + "question_toks": [ + "List", + "the", + "final", + "tables", + "made", + "and", + "the", + "best", + "finishes", + "of", + "poker", + "players", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Final_Table_Made , Best_Finish FROM poker_player", + "query_toks": [ + "SELECT", + "Final_Table_Made", + ",", + "Best_Finish", + "FROM", + "poker_player" + ], + "query_toks_no_value": [ + "select", + "final_table_made", + ",", + "best_finish", + "from", + "poker_player" + ], + "question": "What are the final tables made and best finishes for all poker players?", + "question_toks": [ + "What", + "are", + "the", + "final", + "tables", + "made", + "and", + "best", + "finishes", + "for", + "all", + "poker", + "players", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT avg(Earnings) FROM poker_player", + "query_toks": [ + "SELECT", + "avg", + "(", + "Earnings", + ")", + "FROM", + "poker_player" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "earnings", + ")", + "from", + "poker_player" + ], + "question": "What is the average earnings of poker players?", + "question_toks": [ + "What", + "is", + "the", + "average", + "earnings", + "of", + "poker", + "players", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT avg(Earnings) FROM poker_player", + "query_toks": [ + "SELECT", + "avg", + "(", + "Earnings", + ")", + "FROM", + "poker_player" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "earnings", + ")", + "from", + "poker_player" + ], + "question": "Return the average earnings across all poker players.", + "question_toks": [ + "Return", + "the", + "average", + "earnings", + "across", + "all", + "poker", + "players", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Money_Rank FROM poker_player ORDER BY Earnings DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Money_Rank", + "FROM", + "poker_player", + "ORDER", + "BY", + "Earnings", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "money_rank", + "from", + "poker_player", + "order", + "by", + "earnings", + "desc", + "limit", + "value" + ], + "question": "What is the money rank of the poker player with the highest earnings?", + "question_toks": [ + "What", + "is", + "the", + "money", + "rank", + "of", + "the", + "poker", + "player", + "with", + "the", + "highest", + "earnings", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Money_Rank FROM poker_player ORDER BY Earnings DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Money_Rank", + "FROM", + "poker_player", + "ORDER", + "BY", + "Earnings", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "money_rank", + "from", + "poker_player", + "order", + "by", + "earnings", + "desc", + "limit", + "value" + ], + "question": "Return the money rank of the player with the greatest earnings.", + "question_toks": [ + "Return", + "the", + "money", + "rank", + "of", + "the", + "player", + "with", + "the", + "greatest", + "earnings", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT max(Final_Table_Made) FROM poker_player WHERE Earnings < 200000", + "query_toks": [ + "SELECT", + "max", + "(", + "Final_Table_Made", + ")", + "FROM", + "poker_player", + "WHERE", + "Earnings", + "<", + "200000" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "final_table_made", + ")", + "from", + "poker_player", + "where", + "earnings", + "<", + "value" + ], + "question": "What is the maximum number of final tables made among poker players with earnings less than 200000?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "number", + "of", + "final", + "tables", + "made", + "among", + "poker", + "players", + "with", + "earnings", + "less", + "than", + "200000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 200000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT max(Final_Table_Made) FROM poker_player WHERE Earnings < 200000", + "query_toks": [ + "SELECT", + "max", + "(", + "Final_Table_Made", + ")", + "FROM", + "poker_player", + "WHERE", + "Earnings", + "<", + "200000" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "final_table_made", + ")", + "from", + "poker_player", + "where", + "earnings", + "<", + "value" + ], + "question": "Return the maximum final tables made across all poker players who have earnings below 200000.", + "question_toks": [ + "Return", + "the", + "maximum", + "final", + "tables", + "made", + "across", + "all", + "poker", + "players", + "who", + "have", + "earnings", + "below", + "200000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 200000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "people", + "AS", + "T1", + "JOIN", + "poker_player", + "AS", + "T2", + "ON", + "T1.People_ID", + "=", + "T2.People_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "people", + "as", + "t1", + "join", + "poker_player", + "as", + "t2", + "on", + "t1", + ".", + "people_id", + "=", + "t2", + ".", + "people_id" + ], + "question": "What are the names of poker players?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "poker", + "players", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "people", + "AS", + "T1", + "JOIN", + "poker_player", + "AS", + "T2", + "ON", + "T1.People_ID", + "=", + "T2.People_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "people", + "as", + "t1", + "join", + "poker_player", + "as", + "t2", + "on", + "t1", + ".", + "people_id", + "=", + "t2", + ".", + "people_id" + ], + "question": "Return the names of all the poker players.", + "question_toks": [ + "Return", + "the", + "names", + "of", + "all", + "the", + "poker", + "players", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID WHERE T2.Earnings > 300000", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "people", + "AS", + "T1", + "JOIN", + "poker_player", + "AS", + "T2", + "ON", + "T1.People_ID", + "=", + "T2.People_ID", + "WHERE", + "T2.Earnings", + ">", + "300000" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "people", + "as", + "t1", + "join", + "poker_player", + "as", + "t2", + "on", + "t1", + ".", + "people_id", + "=", + "t2", + ".", + "people_id", + "where", + "t2", + ".", + "earnings", + ">", + "value" + ], + "question": "What are the names of poker players whose earnings is higher than 300000?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "poker", + "players", + "whose", + "earnings", + "is", + "higher", + "than", + "300000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 300000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID WHERE T2.Earnings > 300000", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "people", + "AS", + "T1", + "JOIN", + "poker_player", + "AS", + "T2", + "ON", + "T1.People_ID", + "=", + "T2.People_ID", + "WHERE", + "T2.Earnings", + ">", + "300000" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "people", + "as", + "t1", + "join", + "poker_player", + "as", + "t2", + "on", + "t1", + ".", + "people_id", + "=", + "t2", + ".", + "people_id", + "where", + "t2", + ".", + "earnings", + ">", + "value" + ], + "question": "Give the names of poker players who have earnings above 300000.", + "question_toks": [ + "Give", + "the", + "names", + "of", + "poker", + "players", + "who", + "have", + "earnings", + "above", + "300000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 300000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Final_Table_Made", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "people", + "AS", + "T1", + "JOIN", + "poker_player", + "AS", + "T2", + "ON", + "T1.People_ID", + "=", + "T2.People_ID", + "ORDER", + "BY", + "T2.Final_Table_Made" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "people", + "as", + "t1", + "join", + "poker_player", + "as", + "t2", + "on", + "t1", + ".", + "people_id", + "=", + "t2", + ".", + "people_id", + "order", + "by", + "t2", + ".", + "final_table_made" + ], + "question": "List the names of poker players ordered by the final tables made in ascending order.", + "question_toks": [ + "List", + "the", + "names", + "of", + "poker", + "players", + "ordered", + "by", + "the", + "final", + "tables", + "made", + "in", + "ascending", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Final_Table_Made", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "people", + "AS", + "T1", + "JOIN", + "poker_player", + "AS", + "T2", + "ON", + "T1.People_ID", + "=", + "T2.People_ID", + "ORDER", + "BY", + "T2.Final_Table_Made" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "people", + "as", + "t1", + "join", + "poker_player", + "as", + "t2", + "on", + "t1", + ".", + "people_id", + "=", + "t2", + ".", + "people_id", + "order", + "by", + "t2", + ".", + "final_table_made" + ], + "question": "What are the names of poker players, ordered ascending by the number of final tables they have made?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "poker", + "players", + ",", + "ordered", + "ascending", + "by", + "the", + "number", + "of", + "final", + "tables", + "they", + "have", + "made", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT T1.Birth_Date FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Earnings ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Birth_Date", + "FROM", + "people", + "AS", + "T1", + "JOIN", + "poker_player", + "AS", + "T2", + "ON", + "T1.People_ID", + "=", + "T2.People_ID", + "ORDER", + "BY", + "T2.Earnings", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "birth_date", + "from", + "people", + "as", + "t1", + "join", + "poker_player", + "as", + "t2", + "on", + "t1", + ".", + "people_id", + "=", + "t2", + ".", + "people_id", + "order", + "by", + "t2", + ".", + "earnings", + "asc", + "limit", + "value" + ], + "question": "What is the birth date of the poker player with the lowest earnings?", + "question_toks": [ + "What", + "is", + "the", + "birth", + "date", + "of", + "the", + "poker", + "player", + "with", + "the", + "lowest", + "earnings", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT T1.Birth_Date FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Earnings ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Birth_Date", + "FROM", + "people", + "AS", + "T1", + "JOIN", + "poker_player", + "AS", + "T2", + "ON", + "T1.People_ID", + "=", + "T2.People_ID", + "ORDER", + "BY", + "T2.Earnings", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "birth_date", + "from", + "people", + "as", + "t1", + "join", + "poker_player", + "as", + "t2", + "on", + "t1", + ".", + "people_id", + "=", + "t2", + ".", + "people_id", + "order", + "by", + "t2", + ".", + "earnings", + "asc", + "limit", + "value" + ], + "question": "Return the birth date of the poker player with the lowest earnings.", + "question_toks": [ + "Return", + "the", + "birth", + "date", + "of", + "the", + "poker", + "player", + "with", + "the", + "lowest", + "earnings", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT T2.Money_Rank FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T1.Height DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.Money_Rank", + "FROM", + "people", + "AS", + "T1", + "JOIN", + "poker_player", + "AS", + "T2", + "ON", + "T1.People_ID", + "=", + "T2.People_ID", + "ORDER", + "BY", + "T1.Height", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "money_rank", + "from", + "people", + "as", + "t1", + "join", + "poker_player", + "as", + "t2", + "on", + "t1", + ".", + "people_id", + "=", + "t2", + ".", + "people_id", + "order", + "by", + "t1", + ".", + "height", + "desc", + "limit", + "value" + ], + "question": "What is the money rank of the tallest poker player?", + "question_toks": [ + "What", + "is", + "the", + "money", + "rank", + "of", + "the", + "tallest", + "poker", + "player", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT T2.Money_Rank FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T1.Height DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.Money_Rank", + "FROM", + "people", + "AS", + "T1", + "JOIN", + "poker_player", + "AS", + "T2", + "ON", + "T1.People_ID", + "=", + "T2.People_ID", + "ORDER", + "BY", + "T1.Height", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "money_rank", + "from", + "people", + "as", + "t1", + "join", + "poker_player", + "as", + "t2", + "on", + "t1", + ".", + "people_id", + "=", + "t2", + ".", + "people_id", + "order", + "by", + "t1", + ".", + "height", + "desc", + "limit", + "value" + ], + "question": "Return the money rank of the poker player with the greatest height.", + "question_toks": [ + "Return", + "the", + "money", + "rank", + "of", + "the", + "poker", + "player", + "with", + "the", + "greatest", + "height", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT avg(T2.Earnings) FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Height > 200", + "query_toks": [ + "SELECT", + "avg", + "(", + "T2.Earnings", + ")", + "FROM", + "people", + "AS", + "T1", + "JOIN", + "poker_player", + "AS", + "T2", + "ON", + "T1.People_ID", + "=", + "T2.People_ID", + "WHERE", + "T1.Height", + ">", + "200" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t2", + ".", + "earnings", + ")", + "from", + "people", + "as", + "t1", + "join", + "poker_player", + "as", + "t2", + "on", + "t1", + ".", + "people_id", + "=", + "t2", + ".", + "people_id", + "where", + "t1", + ".", + "height", + ">", + "value" + ], + "question": "What is the average earnings of poker players with height higher than 200?", + "question_toks": [ + "What", + "is", + "the", + "average", + "earnings", + "of", + "poker", + "players", + "with", + "height", + "higher", + "than", + "200", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + 200.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT avg(T2.Earnings) FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Height > 200", + "query_toks": [ + "SELECT", + "avg", + "(", + "T2.Earnings", + ")", + "FROM", + "people", + "AS", + "T1", + "JOIN", + "poker_player", + "AS", + "T2", + "ON", + "T1.People_ID", + "=", + "T2.People_ID", + "WHERE", + "T1.Height", + ">", + "200" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t2", + ".", + "earnings", + ")", + "from", + "people", + "as", + "t1", + "join", + "poker_player", + "as", + "t2", + "on", + "t1", + ".", + "people_id", + "=", + "t2", + ".", + "people_id", + "where", + "t1", + ".", + "height", + ">", + "value" + ], + "question": "Give average earnings of poker players who are taller than 200.", + "question_toks": [ + "Give", + "average", + "earnings", + "of", + "poker", + "players", + "who", + "are", + "taller", + "than", + "200", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + 200.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Earnings DESC", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "people", + "AS", + "T1", + "JOIN", + "poker_player", + "AS", + "T2", + "ON", + "T1.People_ID", + "=", + "T2.People_ID", + "ORDER", + "BY", + "T2.Earnings", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "people", + "as", + "t1", + "join", + "poker_player", + "as", + "t2", + "on", + "t1", + ".", + "people_id", + "=", + "t2", + ".", + "people_id", + "order", + "by", + "t2", + ".", + "earnings", + "desc" + ], + "question": "What are the names of poker players in descending order of earnings?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "poker", + "players", + "in", + "descending", + "order", + "of", + "earnings", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Earnings DESC", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "people", + "AS", + "T1", + "JOIN", + "poker_player", + "AS", + "T2", + "ON", + "T1.People_ID", + "=", + "T2.People_ID", + "ORDER", + "BY", + "T2.Earnings", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "people", + "as", + "t1", + "join", + "poker_player", + "as", + "t2", + "on", + "t1", + ".", + "people_id", + "=", + "t2", + ".", + "people_id", + "order", + "by", + "t2", + ".", + "earnings", + "desc" + ], + "question": "Return the names of poker players sorted by their earnings descending.", + "question_toks": [ + "Return", + "the", + "names", + "of", + "poker", + "players", + "sorted", + "by", + "their", + "earnings", + "descending", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Nationality , COUNT(*) FROM people GROUP BY Nationality", + "query_toks": [ + "SELECT", + "Nationality", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "people", + "GROUP", + "BY", + "Nationality" + ], + "query_toks_no_value": [ + "select", + "nationality", + ",", + "count", + "(", + "*", + ")", + "from", + "people", + "group", + "by", + "nationality" + ], + "question": "What are different nationalities of people and the corresponding number of people from each nation?", + "question_toks": [ + "What", + "are", + "different", + "nationalities", + "of", + "people", + "and", + "the", + "corresponding", + "number", + "of", + "people", + "from", + "each", + "nation", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Nationality , COUNT(*) FROM people GROUP BY Nationality", + "query_toks": [ + "SELECT", + "Nationality", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "people", + "GROUP", + "BY", + "Nationality" + ], + "query_toks_no_value": [ + "select", + "nationality", + ",", + "count", + "(", + "*", + ")", + "from", + "people", + "group", + "by", + "nationality" + ], + "question": "How many people are there of each nationality?", + "question_toks": [ + "How", + "many", + "people", + "are", + "there", + "of", + "each", + "nationality", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Nationality FROM people GROUP BY Nationality ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Nationality", + "FROM", + "people", + "GROUP", + "BY", + "Nationality", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "nationality", + "from", + "people", + "group", + "by", + "nationality", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the most common nationality of people?", + "question_toks": [ + "What", + "is", + "the", + "most", + "common", + "nationality", + "of", + "people", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Nationality FROM people GROUP BY Nationality ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Nationality", + "FROM", + "people", + "GROUP", + "BY", + "Nationality", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "nationality", + "from", + "people", + "group", + "by", + "nationality", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the nationality that is most common across all people.", + "question_toks": [ + "Give", + "the", + "nationality", + "that", + "is", + "most", + "common", + "across", + "all", + "people", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Nationality FROM people GROUP BY Nationality HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "Nationality", + "FROM", + "people", + "GROUP", + "BY", + "Nationality", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "nationality", + "from", + "people", + "group", + "by", + "nationality", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the nationalities that are shared by at least two people?", + "question_toks": [ + "What", + "are", + "the", + "nationalities", + "that", + "are", + "shared", + "by", + "at", + "least", + "two", + "people", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Nationality FROM people GROUP BY Nationality HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "Nationality", + "FROM", + "people", + "GROUP", + "BY", + "Nationality", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "nationality", + "from", + "people", + "group", + "by", + "nationality", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Return the nationalities for which there are two or more people.", + "question_toks": [ + "Return", + "the", + "nationalities", + "for", + "which", + "there", + "are", + "two", + "or", + "more", + "people", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Name , Birth_Date FROM people ORDER BY Name ASC", + "query_toks": [ + "SELECT", + "Name", + ",", + "Birth_Date", + "FROM", + "people", + "ORDER", + "BY", + "Name", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "birth_date", + "from", + "people", + "order", + "by", + "name", + "asc" + ], + "question": "List the names and birth dates of people in ascending alphabetical order of name.", + "question_toks": [ + "List", + "the", + "names", + "and", + "birth", + "dates", + "of", + "people", + "in", + "ascending", + "alphabetical", + "order", + "of", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Name , Birth_Date FROM people ORDER BY Name ASC", + "query_toks": [ + "SELECT", + "Name", + ",", + "Birth_Date", + "FROM", + "people", + "ORDER", + "BY", + "Name", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "birth_date", + "from", + "people", + "order", + "by", + "name", + "asc" + ], + "question": "What are the names and birth dates of people, ordered by their names in alphabetical order?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "birth", + "dates", + "of", + "people", + ",", + "ordered", + "by", + "their", + "names", + "in", + "alphabetical", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Name FROM people WHERE Nationality != \"Russia\"", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "people", + "WHERE", + "Nationality", + "!", + "=", + "``", + "Russia", + "''" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "people", + "where", + "nationality", + "!", + "=", + "value" + ], + "question": "Show names of people whose nationality is not \"Russia\".", + "question_toks": [ + "Show", + "names", + "of", + "people", + "whose", + "nationality", + "is", + "not", + "``", + "Russia", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"Russia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Name FROM people WHERE Nationality != \"Russia\"", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "people", + "WHERE", + "Nationality", + "!", + "=", + "``", + "Russia", + "''" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "people", + "where", + "nationality", + "!", + "=", + "value" + ], + "question": "What are the names of people who are not from Russia?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "people", + "who", + "are", + "not", + "from", + "Russia", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"Russia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Name FROM people WHERE People_ID NOT IN (SELECT People_ID FROM poker_player)", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "people", + "WHERE", + "People_ID", + "NOT", + "IN", + "(", + "SELECT", + "People_ID", + "FROM", + "poker_player", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "people", + "where", + "people_id", + "not", + "in", + "(", + "select", + "people_id", + "from", + "poker_player", + ")" + ], + "question": "List the names of people that are not poker players.", + "question_toks": [ + "List", + "the", + "names", + "of", + "people", + "that", + "are", + "not", + "poker", + "players", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT Name FROM people WHERE People_ID NOT IN (SELECT People_ID FROM poker_player)", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "people", + "WHERE", + "People_ID", + "NOT", + "IN", + "(", + "SELECT", + "People_ID", + "FROM", + "poker_player", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "people", + "where", + "people_id", + "not", + "in", + "(", + "select", + "people_id", + "from", + "poker_player", + ")" + ], + "question": "What are the names of people who do not play poker?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "people", + "who", + "do", + "not", + "play", + "poker", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT count(DISTINCT Nationality) FROM people", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "Nationality", + ")", + "FROM", + "people" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "nationality", + ")", + "from", + "people" + ], + "question": "How many distinct nationalities are there?", + "question_toks": [ + "How", + "many", + "distinct", + "nationalities", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 8, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "poker_player", + "query": "SELECT count(DISTINCT Nationality) FROM people", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "Nationality", + ")", + "FROM", + "people" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "nationality", + ")", + "from", + "people" + ], + "question": "Count the number of different nationalities.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "different", + "nationalities", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 8, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "SELECT count(*) FROM area_code_state", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "area_code_state" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "area_code_state" + ], + "question": "How many states are there?", + "question_toks": [ + "How", + "many", + "states", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "SELECT contestant_number , contestant_name FROM contestants ORDER BY contestant_name DESC", + "query_toks": [ + "SELECT", + "contestant_number", + ",", + "contestant_name", + "FROM", + "contestants", + "ORDER", + "BY", + "contestant_name", + "DESC" + ], + "query_toks_no_value": [ + "select", + "contestant_number", + ",", + "contestant_name", + "from", + "contestants", + "order", + "by", + "contestant_name", + "desc" + ], + "question": "List the contestant numbers and names, ordered by contestant name descending.", + "question_toks": [ + "List", + "the", + "contestant", + "numbers", + "and", + "names", + ",", + "ordered", + "by", + "contestant", + "name", + "descending", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "SELECT vote_id , phone_number , state FROM votes", + "query_toks": [ + "SELECT", + "vote_id", + ",", + "phone_number", + ",", + "state", + "FROM", + "votes" + ], + "query_toks_no_value": [ + "select", + "vote_id", + ",", + "phone_number", + ",", + "state", + "from", + "votes" + ], + "question": "List the vote ids, phone numbers and states of all votes.", + "question_toks": [ + "List", + "the", + "vote", + "ids", + ",", + "phone", + "numbers", + "and", + "states", + "of", + "all", + "votes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "SELECT max(area_code) , min(area_code) FROM area_code_state", + "query_toks": [ + "SELECT", + "max", + "(", + "area_code", + ")", + ",", + "min", + "(", + "area_code", + ")", + "FROM", + "area_code_state" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "area_code", + ")", + ",", + "min", + "(", + "area_code", + ")", + "from", + "area_code_state" + ], + "question": "What are the maximum and minimum values of area codes?", + "question_toks": [ + "What", + "are", + "the", + "maximum", + "and", + "minimum", + "values", + "of", + "area", + "codes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "SELECT max(created) FROM votes WHERE state = 'CA'", + "query_toks": [ + "SELECT", + "max", + "(", + "created", + ")", + "FROM", + "votes", + "WHERE", + "state", + "=", + "'CA", + "'" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "created", + ")", + "from", + "votes", + "where", + "state", + "=", + "value" + ], + "question": "What is last date created of votes from the state 'CA'?", + "question_toks": [ + "What", + "is", + "last", + "date", + "created", + "of", + "votes", + "from", + "the", + "state", + "'CA", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"CA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "SELECT contestant_name FROM contestants WHERE contestant_name != 'Jessie Alloway'", + "query_toks": [ + "SELECT", + "contestant_name", + "FROM", + "contestants", + "WHERE", + "contestant_name", + "!", + "=", + "'Jessie", + "Alloway", + "'" + ], + "query_toks_no_value": [ + "select", + "contestant_name", + "from", + "contestants", + "where", + "contestant_name", + "!", + "=", + "value" + ], + "question": "What are the names of the contestants whose names are not 'Jessie Alloway'", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "contestants", + "whose", + "names", + "are", + "not", + "'Jessie", + "Alloway", + "'" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Jessie Alloway\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "SELECT DISTINCT state , created FROM votes", + "query_toks": [ + "SELECT", + "DISTINCT", + "state", + ",", + "created", + "FROM", + "votes" + ], + "query_toks_no_value": [ + "select", + "distinct", + "state", + ",", + "created", + "from", + "votes" + ], + "question": "What are the distinct states and create time of all votes?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "states", + "and", + "create", + "time", + "of", + "all", + "votes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "SELECT T1.contestant_number , T1.contestant_name FROM contestants AS T1 JOIN votes AS T2 ON T1.contestant_number = T2.contestant_number GROUP BY T1.contestant_number HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T1.contestant_number", + ",", + "T1.contestant_name", + "FROM", + "contestants", + "AS", + "T1", + "JOIN", + "votes", + "AS", + "T2", + "ON", + "T1.contestant_number", + "=", + "T2.contestant_number", + "GROUP", + "BY", + "T1.contestant_number", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "contestant_number", + ",", + "t1", + ".", + "contestant_name", + "from", + "contestants", + "as", + "t1", + "join", + "votes", + "as", + "t2", + "on", + "t1", + ".", + "contestant_number", + "=", + "t2", + ".", + "contestant_number", + "group", + "by", + "t1", + ".", + "contestant_number", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the contestant numbers and names of the contestants who had at least two votes?", + "question_toks": [ + "What", + "are", + "the", + "contestant", + "numbers", + "and", + "names", + "of", + "the", + "contestants", + "who", + "had", + "at", + "least", + "two", + "votes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "SELECT T1.contestant_number , T1.contestant_name FROM contestants AS T1 JOIN votes AS T2 ON T1.contestant_number = T2.contestant_number GROUP BY T1.contestant_number ORDER BY count(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.contestant_number", + ",", + "T1.contestant_name", + "FROM", + "contestants", + "AS", + "T1", + "JOIN", + "votes", + "AS", + "T2", + "ON", + "T1.contestant_number", + "=", + "T2.contestant_number", + "GROUP", + "BY", + "T1.contestant_number", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "contestant_number", + ",", + "t1", + ".", + "contestant_name", + "from", + "contestants", + "as", + "t1", + "join", + "votes", + "as", + "t2", + "on", + "t1", + ".", + "contestant_number", + "=", + "t2", + ".", + "contestant_number", + "group", + "by", + "t1", + ".", + "contestant_number", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "Of all the contestants who got voted, what is the contestant number and name of the contestant who got least votes?", + "question_toks": [ + "Of", + "all", + "the", + "contestants", + "who", + "got", + "voted", + ",", + "what", + "is", + "the", + "contestant", + "number", + "and", + "name", + "of", + "the", + "contestant", + "who", + "got", + "least", + "votes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "SELECT count(*) FROM votes WHERE state = 'NY' OR state = 'CA'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "votes", + "WHERE", + "state", + "=", + "'NY", + "'", + "OR", + "state", + "=", + "'CA", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "votes", + "where", + "state", + "=", + "value", + "or", + "state", + "=", + "value" + ], + "question": "What are the number of votes from state 'NY' or 'CA'?", + "question_toks": [ + "What", + "are", + "the", + "number", + "of", + "votes", + "from", + "state", + "'NY", + "'", + "or", + "'CA", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"NY\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"CA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "SELECT count(*) FROM contestants WHERE contestant_number NOT IN ( SELECT contestant_number FROM votes )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "contestants", + "WHERE", + "contestant_number", + "NOT", + "IN", + "(", + "SELECT", + "contestant_number", + "FROM", + "votes", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "contestants", + "where", + "contestant_number", + "not", + "in", + "(", + "select", + "contestant_number", + "from", + "votes", + ")" + ], + "question": "How many contestants did not get voted?", + "question_toks": [ + "How", + "many", + "contestants", + "did", + "not", + "get", + "voted", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "SELECT T1.area_code FROM area_code_state AS T1 JOIN votes AS T2 ON T1.state = T2.state GROUP BY T1.area_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.area_code", + "FROM", + "area_code_state", + "AS", + "T1", + "JOIN", + "votes", + "AS", + "T2", + "ON", + "T1.state", + "=", + "T2.state", + "GROUP", + "BY", + "T1.area_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "area_code", + "from", + "area_code_state", + "as", + "t1", + "join", + "votes", + "as", + "t2", + "on", + "t1", + ".", + "state", + "=", + "t2", + ".", + "state", + "group", + "by", + "t1", + ".", + "area_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the area code in which the most voters voted?", + "question_toks": [ + "What", + "is", + "the", + "area", + "code", + "in", + "which", + "the", + "most", + "voters", + "voted", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "SELECT T2.created , T2.state , T2.phone_number FROM contestants AS T1 JOIN votes AS T2 ON T1.contestant_number = T2.contestant_number WHERE T1.contestant_name = 'Tabatha Gehling'", + "query_toks": [ + "SELECT", + "T2.created", + ",", + "T2.state", + ",", + "T2.phone_number", + "FROM", + "contestants", + "AS", + "T1", + "JOIN", + "votes", + "AS", + "T2", + "ON", + "T1.contestant_number", + "=", + "T2.contestant_number", + "WHERE", + "T1.contestant_name", + "=", + "'Tabatha", + "Gehling", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "created", + ",", + "t2", + ".", + "state", + ",", + "t2", + ".", + "phone_number", + "from", + "contestants", + "as", + "t1", + "join", + "votes", + "as", + "t2", + "on", + "t1", + ".", + "contestant_number", + "=", + "t2", + ".", + "contestant_number", + "where", + "t1", + ".", + "contestant_name", + "=", + "value" + ], + "question": "What are the create dates, states, and phone numbers of the votes that were for the contestant named 'Tabatha Gehling'?", + "question_toks": [ + "What", + "are", + "the", + "create", + "dates", + ",", + "states", + ",", + "and", + "phone", + "numbers", + "of", + "the", + "votes", + "that", + "were", + "for", + "the", + "contestant", + "named", + "'Tabatha", + "Gehling", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Tabatha Gehling\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "SELECT T3.area_code FROM contestants AS T1 JOIN votes AS T2 ON T1.contestant_number = T2.contestant_number JOIN area_code_state AS T3 ON T2.state = T3.state WHERE T1.contestant_name = 'Tabatha Gehling' INTERSECT SELECT T3.area_code FROM contestants AS T1 JOIN votes AS T2 ON T1.contestant_number = T2.contestant_number JOIN area_code_state AS T3 ON T2.state = T3.state WHERE T1.contestant_name = 'Kelly Clauss'", + "query_toks": [ + "SELECT", + "T3.area_code", + "FROM", + "contestants", + "AS", + "T1", + "JOIN", + "votes", + "AS", + "T2", + "ON", + "T1.contestant_number", + "=", + "T2.contestant_number", + "JOIN", + "area_code_state", + "AS", + "T3", + "ON", + "T2.state", + "=", + "T3.state", + "WHERE", + "T1.contestant_name", + "=", + "'Tabatha", + "Gehling", + "'", + "INTERSECT", + "SELECT", + "T3.area_code", + "FROM", + "contestants", + "AS", + "T1", + "JOIN", + "votes", + "AS", + "T2", + "ON", + "T1.contestant_number", + "=", + "T2.contestant_number", + "JOIN", + "area_code_state", + "AS", + "T3", + "ON", + "T2.state", + "=", + "T3.state", + "WHERE", + "T1.contestant_name", + "=", + "'Kelly", + "Clauss", + "'" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "area_code", + "from", + "contestants", + "as", + "t1", + "join", + "votes", + "as", + "t2", + "on", + "t1", + ".", + "contestant_number", + "=", + "t2", + ".", + "contestant_number", + "join", + "area_code_state", + "as", + "t3", + "on", + "t2", + ".", + "state", + "=", + "t3", + ".", + "state", + "where", + "t1", + ".", + "contestant_name", + "=", + "value", + "intersect", + "select", + "t3", + ".", + "area_code", + "from", + "contestants", + "as", + "t1", + "join", + "votes", + "as", + "t2", + "on", + "t1", + ".", + "contestant_number", + "=", + "t2", + ".", + "contestant_number", + "join", + "area_code_state", + "as", + "t3", + "on", + "t2", + ".", + "state", + "=", + "t3", + ".", + "state", + "where", + "t1", + ".", + "contestant_name", + "=", + "value" + ], + "question": "List the area codes in which voters voted both for the contestant 'Tabatha Gehling' and the contestant 'Kelly Clauss'.", + "question_toks": [ + "List", + "the", + "area", + "codes", + "in", + "which", + "voters", + "voted", + "both", + "for", + "the", + "contestant", + "'Tabatha", + "Gehling", + "'", + "and", + "the", + "contestant", + "'Kelly", + "Clauss", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Tabatha Gehling\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Kelly Clauss\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "voter_1", + "query": "select contestant_name from contestants where contestant_name like \"%al%\"", + "query_toks": [ + "select", + "contestant_name", + "from", + "contestants", + "where", + "contestant_name", + "like", + "\"%al%\"" + ], + "query_toks_no_value": [ + "select", + "contestant_name", + "from", + "contestants", + "where", + "contestant_name", + "like", + "value" + ], + "question": "Return the names of the contestants whose names contain the substring 'Al' .", + "question_toks": [ + "Return", + "the", + "names", + "of", + "the", + "contestants", + "whose", + "names", + "contain", + "the", + "substring", + "'Al'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"%al%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country WHERE IndepYear > 1950", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "WHERE", + "IndepYear", + ">", + "1950" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "where", + "indepyear", + ">", + "value" + ], + "question": "What are the names of all the countries that became independent after 1950?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "the", + "countries", + "that", + "became", + "independent", + "after", + "1950", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 1950.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country WHERE IndepYear > 1950", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "WHERE", + "IndepYear", + ">", + "1950" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "where", + "indepyear", + ">", + "value" + ], + "question": "Give the names of the nations that were founded after 1950.", + "question_toks": [ + "Give", + "the", + "names", + "of", + "the", + "nations", + "that", + "were", + "founded", + "after", + "1950", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 1950.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT count(*) FROM country WHERE GovernmentForm = \"Republic\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "country", + "WHERE", + "GovernmentForm", + "=", + "``", + "Republic", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "country", + "where", + "governmentform", + "=", + "value" + ], + "question": "How many countries have a republic as their form of government?", + "question_toks": [ + "How", + "many", + "countries", + "have", + "a", + "republic", + "as", + "their", + "form", + "of", + "government", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Republic\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT count(*) FROM country WHERE GovernmentForm = \"Republic\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "country", + "WHERE", + "GovernmentForm", + "=", + "``", + "Republic", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "country", + "where", + "governmentform", + "=", + "value" + ], + "question": "How many countries have governments that are republics?", + "question_toks": [ + "How", + "many", + "countries", + "have", + "governments", + "that", + "are", + "republics", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Republic\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT sum(SurfaceArea) FROM country WHERE Region = \"Caribbean\"", + "query_toks": [ + "SELECT", + "sum", + "(", + "SurfaceArea", + ")", + "FROM", + "country", + "WHERE", + "Region", + "=", + "``", + "Caribbean", + "''" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "surfacearea", + ")", + "from", + "country", + "where", + "region", + "=", + "value" + ], + "question": "What is the total surface area of the countries in the Caribbean region?", + "question_toks": [ + "What", + "is", + "the", + "total", + "surface", + "area", + "of", + "the", + "countries", + "in", + "the", + "Caribbean", + "region", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Caribbean\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT sum(SurfaceArea) FROM country WHERE Region = \"Caribbean\"", + "query_toks": [ + "SELECT", + "sum", + "(", + "SurfaceArea", + ")", + "FROM", + "country", + "WHERE", + "Region", + "=", + "``", + "Caribbean", + "''" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "surfacearea", + ")", + "from", + "country", + "where", + "region", + "=", + "value" + ], + "question": "How much surface area do the countires in the Carribean cover together?", + "question_toks": [ + "How", + "much", + "surface", + "area", + "do", + "the", + "countires", + "in", + "the", + "Carribean", + "cover", + "together", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Caribbean\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Continent FROM country WHERE Name = \"Anguilla\"", + "query_toks": [ + "SELECT", + "Continent", + "FROM", + "country", + "WHERE", + "Name", + "=", + "``", + "Anguilla", + "''" + ], + "query_toks_no_value": [ + "select", + "continent", + "from", + "country", + "where", + "name", + "=", + "value" + ], + "question": "Which continent is Anguilla in?", + "question_toks": [ + "Which", + "continent", + "is", + "Anguilla", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Anguilla\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Continent FROM country WHERE Name = \"Anguilla\"", + "query_toks": [ + "SELECT", + "Continent", + "FROM", + "country", + "WHERE", + "Name", + "=", + "``", + "Anguilla", + "''" + ], + "query_toks_no_value": [ + "select", + "continent", + "from", + "country", + "where", + "name", + "=", + "value" + ], + "question": "What is the continent name which Anguilla belongs to?", + "question_toks": [ + "What", + "is", + "the", + "continent", + "name", + "which", + "Anguilla", + "belongs", + "to", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Anguilla\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Region FROM country AS T1 JOIN city AS T2 ON T1.Code = T2.CountryCode WHERE T2.Name = \"Kabul\"", + "query_toks": [ + "SELECT", + "Region", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "city", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Name", + "=", + "``", + "Kabul", + "''" + ], + "query_toks_no_value": [ + "select", + "region", + "from", + "country", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Which region is the city Kabul located in?", + "question_toks": [ + "Which", + "region", + "is", + "the", + "city", + "Kabul", + "located", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Kabul\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Region FROM country AS T1 JOIN city AS T2 ON T1.Code = T2.CountryCode WHERE T2.Name = \"Kabul\"", + "query_toks": [ + "SELECT", + "Region", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "city", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Name", + "=", + "``", + "Kabul", + "''" + ], + "query_toks_no_value": [ + "select", + "region", + "from", + "country", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What region is Kabul in?", + "question_toks": [ + "What", + "region", + "is", + "Kabul", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Kabul\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Name = \"Aruba\" ORDER BY Percentage DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.Language", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T1.Name", + "=", + "``", + "Aruba", + "''", + "ORDER", + "BY", + "Percentage", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "language", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t1", + ".", + "name", + "=", + "value", + "order", + "by", + "percentage", + "desc", + "limit", + "value" + ], + "question": "Which language is the most popular in Aruba?", + "question_toks": [ + "Which", + "language", + "is", + "the", + "most", + "popular", + "in", + "Aruba", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Aruba\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Name = \"Aruba\" ORDER BY Percentage DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.Language", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T1.Name", + "=", + "``", + "Aruba", + "''", + "ORDER", + "BY", + "Percentage", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "language", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t1", + ".", + "name", + "=", + "value", + "order", + "by", + "percentage", + "desc", + "limit", + "value" + ], + "question": "What language is predominantly spoken in Aruba?", + "question_toks": [ + "What", + "language", + "is", + "predominantly", + "spoken", + "in", + "Aruba", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Aruba\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Population , LifeExpectancy FROM country WHERE Name = \"Brazil\"", + "query_toks": [ + "SELECT", + "Population", + ",", + "LifeExpectancy", + "FROM", + "country", + "WHERE", + "Name", + "=", + "``", + "Brazil", + "''" + ], + "query_toks_no_value": [ + "select", + "population", + ",", + "lifeexpectancy", + "from", + "country", + "where", + "name", + "=", + "value" + ], + "question": "What are the population and life expectancies in Brazil?", + "question_toks": [ + "What", + "are", + "the", + "population", + "and", + "life", + "expectancies", + "in", + "Brazil", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Brazil\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Population , LifeExpectancy FROM country WHERE Name = \"Brazil\"", + "query_toks": [ + "SELECT", + "Population", + ",", + "LifeExpectancy", + "FROM", + "country", + "WHERE", + "Name", + "=", + "``", + "Brazil", + "''" + ], + "query_toks_no_value": [ + "select", + "population", + ",", + "lifeexpectancy", + "from", + "country", + "where", + "name", + "=", + "value" + ], + "question": "Give me Brazil\u2019s population and life expectancies.", + "question_toks": [ + "Give", + "me", + "Brazil\u2019s", + "population", + "and", + "life", + "expectancies", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Brazil\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Population , Region FROM country WHERE Name = \"Angola\"", + "query_toks": [ + "SELECT", + "Population", + ",", + "Region", + "FROM", + "country", + "WHERE", + "Name", + "=", + "``", + "Angola", + "''" + ], + "query_toks_no_value": [ + "select", + "population", + ",", + "region", + "from", + "country", + "where", + "name", + "=", + "value" + ], + "question": "What are the region and population of Angola?", + "question_toks": [ + "What", + "are", + "the", + "region", + "and", + "population", + "of", + "Angola", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Angola\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Population , Region FROM country WHERE Name = \"Angola\"", + "query_toks": [ + "SELECT", + "Population", + ",", + "Region", + "FROM", + "country", + "WHERE", + "Name", + "=", + "``", + "Angola", + "''" + ], + "query_toks_no_value": [ + "select", + "population", + ",", + "region", + "from", + "country", + "where", + "name", + "=", + "value" + ], + "question": "What region does Angola belong to and what is its population?", + "question_toks": [ + "What", + "region", + "does", + "Angola", + "belong", + "to", + "and", + "what", + "is", + "its", + "population", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Angola\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT avg(LifeExpectancy) FROM country WHERE Region = \"Central Africa\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "LifeExpectancy", + ")", + "FROM", + "country", + "WHERE", + "Region", + "=", + "``", + "Central", + "Africa", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "lifeexpectancy", + ")", + "from", + "country", + "where", + "region", + "=", + "value" + ], + "question": "What is the average expected life expectancy for countries in the region of Central Africa?", + "question_toks": [ + "What", + "is", + "the", + "average", + "expected", + "life", + "expectancy", + "for", + "countries", + "in", + "the", + "region", + "of", + "Central", + "Africa", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Central Africa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT avg(LifeExpectancy) FROM country WHERE Region = \"Central Africa\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "LifeExpectancy", + ")", + "FROM", + "country", + "WHERE", + "Region", + "=", + "``", + "Central", + "Africa", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "lifeexpectancy", + ")", + "from", + "country", + "where", + "region", + "=", + "value" + ], + "question": "How long is the people\u2019s average life expectancy in Central Africa?", + "question_toks": [ + "How", + "long", + "is", + "the", + "people\u2019s", + "average", + "life", + "expectancy", + "in", + "Central", + "Africa", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Central Africa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country WHERE Continent = \"Asia\" ORDER BY LifeExpectancy LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Asia", + "''", + "ORDER", + "BY", + "LifeExpectancy", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "where", + "continent", + "=", + "value", + "order", + "by", + "lifeexpectancy", + "limit", + "value" + ], + "question": "What is the name of country that has the shortest life expectancy in Asia?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "country", + "that", + "has", + "the", + "shortest", + "life", + "expectancy", + "in", + "Asia", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country WHERE Continent = \"Asia\" ORDER BY LifeExpectancy LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Asia", + "''", + "ORDER", + "BY", + "LifeExpectancy", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "where", + "continent", + "=", + "value", + "order", + "by", + "lifeexpectancy", + "limit", + "value" + ], + "question": "Give the name of the country in Asia with the lowest life expectancy.", + "question_toks": [ + "Give", + "the", + "name", + "of", + "the", + "country", + "in", + "Asia", + "with", + "the", + "lowest", + "life", + "expectancy", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT sum(Population) , max(GNP) FROM country WHERE Continent = \"Asia\"", + "query_toks": [ + "SELECT", + "sum", + "(", + "Population", + ")", + ",", + "max", + "(", + "GNP", + ")", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Asia", + "''" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + ",", + "max", + "(", + "gnp", + ")", + "from", + "country", + "where", + "continent", + "=", + "value" + ], + "question": "What is the total population and maximum GNP in Asia?", + "question_toks": [ + "What", + "is", + "the", + "total", + "population", + "and", + "maximum", + "GNP", + "in", + "Asia", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT sum(Population) , max(GNP) FROM country WHERE Continent = \"Asia\"", + "query_toks": [ + "SELECT", + "sum", + "(", + "Population", + ")", + ",", + "max", + "(", + "GNP", + ")", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Asia", + "''" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + ",", + "max", + "(", + "gnp", + ")", + "from", + "country", + "where", + "continent", + "=", + "value" + ], + "question": "How many people live in Asia, and what is the largest GNP among them?", + "question_toks": [ + "How", + "many", + "people", + "live", + "in", + "Asia", + ",", + "and", + "what", + "is", + "the", + "largest", + "GNP", + "among", + "them", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT avg(LifeExpectancy) FROM country WHERE Continent = \"Africa\" AND GovernmentForm = \"Republic\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "LifeExpectancy", + ")", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Africa", + "''", + "AND", + "GovernmentForm", + "=", + "``", + "Republic", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "lifeexpectancy", + ")", + "from", + "country", + "where", + "continent", + "=", + "value", + "and", + "governmentform", + "=", + "value" + ], + "question": "What is the average life expectancy in African countries that are republics?", + "question_toks": [ + "What", + "is", + "the", + "average", + "life", + "expectancy", + "in", + "African", + "countries", + "that", + "are", + "republics", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Africa\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Republic\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT avg(LifeExpectancy) FROM country WHERE Continent = \"Africa\" AND GovernmentForm = \"Republic\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "LifeExpectancy", + ")", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Africa", + "''", + "AND", + "GovernmentForm", + "=", + "``", + "Republic", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "lifeexpectancy", + ")", + "from", + "country", + "where", + "continent", + "=", + "value", + "and", + "governmentform", + "=", + "value" + ], + "question": "Give the average life expectancy for countries in Africa which are republics?", + "question_toks": [ + "Give", + "the", + "average", + "life", + "expectancy", + "for", + "countries", + "in", + "Africa", + "which", + "are", + "republics", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Africa\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Republic\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT sum(SurfaceArea) FROM country WHERE Continent = \"Asia\" OR Continent = \"Europe\"", + "query_toks": [ + "SELECT", + "sum", + "(", + "SurfaceArea", + ")", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Asia", + "''", + "OR", + "Continent", + "=", + "``", + "Europe", + "''" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "surfacearea", + ")", + "from", + "country", + "where", + "continent", + "=", + "value", + "or", + "continent", + "=", + "value" + ], + "question": "What is the total surface area of the continents Asia and Europe?", + "question_toks": [ + "What", + "is", + "the", + "total", + "surface", + "area", + "of", + "the", + "continents", + "Asia", + "and", + "Europe", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Europe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT sum(SurfaceArea) FROM country WHERE Continent = \"Asia\" OR Continent = \"Europe\"", + "query_toks": [ + "SELECT", + "sum", + "(", + "SurfaceArea", + ")", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Asia", + "''", + "OR", + "Continent", + "=", + "``", + "Europe", + "''" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "surfacearea", + ")", + "from", + "country", + "where", + "continent", + "=", + "value", + "or", + "continent", + "=", + "value" + ], + "question": "Give the total surface area covered by countries in Asia or Europe.", + "question_toks": [ + "Give", + "the", + "total", + "surface", + "area", + "covered", + "by", + "countries", + "in", + "Asia", + "or", + "Europe", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Europe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT sum(Population) FROM city WHERE District = \"Gelderland\"", + "query_toks": [ + "SELECT", + "sum", + "(", + "Population", + ")", + "FROM", + "city", + "WHERE", + "District", + "=", + "``", + "Gelderland", + "''" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + "from", + "city", + "where", + "district", + "=", + "value" + ], + "question": "How many people live in Gelderland district?", + "question_toks": [ + "How", + "many", + "people", + "live", + "in", + "Gelderland", + "district", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Gelderland\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT sum(Population) FROM city WHERE District = \"Gelderland\"", + "query_toks": [ + "SELECT", + "sum", + "(", + "Population", + ")", + "FROM", + "city", + "WHERE", + "District", + "=", + "``", + "Gelderland", + "''" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + "from", + "city", + "where", + "district", + "=", + "value" + ], + "question": "What is the total population of Gelderland district?", + "question_toks": [ + "What", + "is", + "the", + "total", + "population", + "of", + "Gelderland", + "district", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Gelderland\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT avg(GNP) , sum(population) FROM country WHERE GovernmentForm = \"US Territory\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "GNP", + ")", + ",", + "sum", + "(", + "population", + ")", + "FROM", + "country", + "WHERE", + "GovernmentForm", + "=", + "``", + "US", + "Territory", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "gnp", + ")", + ",", + "sum", + "(", + "population", + ")", + "from", + "country", + "where", + "governmentform", + "=", + "value" + ], + "question": "What is the average GNP and total population in all nations whose government is US territory?", + "question_toks": [ + "What", + "is", + "the", + "average", + "GNP", + "and", + "total", + "population", + "in", + "all", + "nations", + "whose", + "government", + "is", + "US", + "territory", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"US Territory\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT avg(GNP) , sum(population) FROM country WHERE GovernmentForm = \"US Territory\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "GNP", + ")", + ",", + "sum", + "(", + "population", + ")", + "FROM", + "country", + "WHERE", + "GovernmentForm", + "=", + "``", + "US", + "Territory", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "gnp", + ")", + ",", + "sum", + "(", + "population", + ")", + "from", + "country", + "where", + "governmentform", + "=", + "value" + ], + "question": "Give the mean GNP and total population of nations which are considered US territory.", + "question_toks": [ + "Give", + "the", + "mean", + "GNP", + "and", + "total", + "population", + "of", + "nations", + "which", + "are", + "considered", + "US", + "territory", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"US Territory\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT count(DISTINCT LANGUAGE) FROM countrylanguage", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "LANGUAGE", + ")", + "FROM", + "countrylanguage" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "language", + ")", + "from", + "countrylanguage" + ], + "question": "How many unique languages are spoken in the world?", + "question_toks": [ + "How", + "many", + "unique", + "languages", + "are", + "spoken", + "in", + "the", + "world", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT count(DISTINCT LANGUAGE) FROM countrylanguage", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "LANGUAGE", + ")", + "FROM", + "countrylanguage" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "language", + ")", + "from", + "countrylanguage" + ], + "question": "What is the number of distinct languages used around the world?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "distinct", + "languages", + "used", + "around", + "the", + "world", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT count(DISTINCT GovernmentForm) FROM country WHERE Continent = \"Africa\"", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "GovernmentForm", + ")", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Africa", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "governmentform", + ")", + "from", + "country", + "where", + "continent", + "=", + "value" + ], + "question": "How many type of governments are in Africa?", + "question_toks": [ + "How", + "many", + "type", + "of", + "governments", + "are", + "in", + "Africa", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Africa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT count(DISTINCT GovernmentForm) FROM country WHERE Continent = \"Africa\"", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "GovernmentForm", + ")", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Africa", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "governmentform", + ")", + "from", + "country", + "where", + "continent", + "=", + "value" + ], + "question": "How many different forms of governments are there in Africa?", + "question_toks": [ + "How", + "many", + "different", + "forms", + "of", + "governments", + "are", + "there", + "in", + "Africa", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Africa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT COUNT(T2.Language) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Name = \"Aruba\"", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "T2.Language", + ")", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T1.Name", + "=", + "``", + "Aruba", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "t2", + ".", + "language", + ")", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "What is the total number of languages used in Aruba?", + "question_toks": [ + "What", + "is", + "the", + "total", + "number", + "of", + "languages", + "used", + "in", + "Aruba", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Aruba\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT COUNT(T2.Language) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Name = \"Aruba\"", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "T2.Language", + ")", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T1.Name", + "=", + "``", + "Aruba", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "t2", + ".", + "language", + ")", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "How many languages are spoken in Aruba?", + "question_toks": [ + "How", + "many", + "languages", + "are", + "spoken", + "in", + "Aruba", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Aruba\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT COUNT(*) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Name = \"Afghanistan\" AND IsOfficial = \"T\"", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T1.Name", + "=", + "``", + "Afghanistan", + "''", + "AND", + "IsOfficial", + "=", + "``", + "T", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "isofficial", + "=", + "value" + ], + "question": "How many official languages does Afghanistan have?", + "question_toks": [ + "How", + "many", + "official", + "languages", + "does", + "Afghanistan", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Afghanistan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT COUNT(*) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Name = \"Afghanistan\" AND IsOfficial = \"T\"", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T1.Name", + "=", + "``", + "Afghanistan", + "''", + "AND", + "IsOfficial", + "=", + "``", + "T", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "isofficial", + "=", + "value" + ], + "question": "How many official languages are spoken in Afghanistan?", + "question_toks": [ + "How", + "many", + "official", + "languages", + "are", + "spoken", + "in", + "Afghanistan", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Afghanistan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode GROUP BY T1.Name ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "GROUP", + "BY", + "T1.Name", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "group", + "by", + "t1", + ".", + "name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is name of the country that speaks the largest number of languages?", + "question_toks": [ + "What", + "is", + "name", + "of", + "the", + "country", + "that", + "speaks", + "the", + "largest", + "number", + "of", + "languages", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode GROUP BY T1.Name ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "GROUP", + "BY", + "T1.Name", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "group", + "by", + "t1", + ".", + "name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the name of the nation that uses the greatest amount of languages.", + "question_toks": [ + "Give", + "the", + "name", + "of", + "the", + "nation", + "that", + "uses", + "the", + "greatest", + "amount", + "of", + "languages", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T1.Continent FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode GROUP BY T1.Continent ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Continent", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "GROUP", + "BY", + "T1.Continent", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "continent", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "group", + "by", + "t1", + ".", + "continent", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which continent has the most diverse languages?", + "question_toks": [ + "Which", + "continent", + "has", + "the", + "most", + "diverse", + "languages", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T1.Continent FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode GROUP BY T1.Continent ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Continent", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "GROUP", + "BY", + "T1.Continent", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "continent", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "group", + "by", + "t1", + ".", + "continent", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which continent speaks the most languages?", + "question_toks": [ + "Which", + "continent", + "speaks", + "the", + "most", + "languages", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT COUNT(*) FROM (SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"English\" INTERSECT SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"Dutch\")", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "(", + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + "INTERSECT", + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "Dutch", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "(", + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + ")" + ], + "question": "How many countries speak both English and Dutch?", + "question_toks": [ + "How", + "many", + "countries", + "speak", + "both", + "English", + "and", + "Dutch", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "sql", + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Dutch\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT COUNT(*) FROM (SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"English\" INTERSECT SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"Dutch\")", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "(", + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + "INTERSECT", + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "Dutch", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "(", + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + ")" + ], + "question": "What is the number of nations that use English and Dutch?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "nations", + "that", + "use", + "English", + "and", + "Dutch", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "sql", + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Dutch\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"English\" INTERSECT SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"French\"", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + "INTERSECT", + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "French", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value" + ], + "question": "What are the names of nations speak both English and French?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "nations", + "speak", + "both", + "English", + "and", + "French", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"French\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"English\" INTERSECT SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"French\"", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + "INTERSECT", + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "French", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value" + ], + "question": "Give the names of nations that speak both English and French.", + "question_toks": [ + "Give", + "the", + "names", + "of", + "nations", + "that", + "speak", + "both", + "English", + "and", + "French", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"French\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"English\" AND T2.IsOfficial = \"T\" INTERSECT SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"French\" AND T2.IsOfficial = \"T\"", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + "AND", + "T2.IsOfficial", + "=", + "``", + "T", + "''", + "INTERSECT", + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "French", + "''", + "AND", + "T2.IsOfficial", + "=", + "``", + "T", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "and", + "t2", + ".", + "isofficial", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "and", + "t2", + ".", + "isofficial", + "=", + "value" + ], + "question": "What are the names of nations where both English and French are official languages?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "nations", + "where", + "both", + "English", + "and", + "French", + "are", + "official", + "languages", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"French\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"English\" AND T2.IsOfficial = \"T\" INTERSECT SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"French\" AND T2.IsOfficial = \"T\"", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + "AND", + "T2.IsOfficial", + "=", + "``", + "T", + "''", + "INTERSECT", + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "French", + "''", + "AND", + "T2.IsOfficial", + "=", + "``", + "T", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "and", + "t2", + ".", + "isofficial", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "and", + "t2", + ".", + "isofficial", + "=", + "value" + ], + "question": "Give the names of countries with English and French as official languages.", + "question_toks": [ + "Give", + "the", + "names", + "of", + "countries", + "with", + "English", + "and", + "French", + "as", + "official", + "languages", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"French\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT COUNT( DISTINCT Continent) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"Chinese\"", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "Continent", + ")", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "Chinese", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "continent", + ")", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value" + ], + "question": "What is the number of distinct continents where Chinese is spoken?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "distinct", + "continents", + "where", + "Chinese", + "is", + "spoken", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 10, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Chinese\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT COUNT( DISTINCT Continent) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"Chinese\"", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "Continent", + ")", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "Chinese", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "continent", + ")", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value" + ], + "question": "How many continents speak Chinese?", + "question_toks": [ + "How", + "many", + "continents", + "speak", + "Chinese", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 10, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Chinese\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT DISTINCT T1.Region FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"English\" OR T2.Language = \"Dutch\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Region", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + "OR", + "T2.Language", + "=", + "``", + "Dutch", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "region", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "or", + "t2", + ".", + "language", + "=", + "value" + ], + "question": "What are the regions that use English or Dutch?", + "question_toks": [ + "What", + "are", + "the", + "regions", + "that", + "use", + "English", + "or", + "Dutch", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Dutch\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT DISTINCT T1.Region FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"English\" OR T2.Language = \"Dutch\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Region", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + "OR", + "T2.Language", + "=", + "``", + "Dutch", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "region", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "or", + "t2", + ".", + "language", + "=", + "value" + ], + "question": "Which regions speak Dutch or English?", + "question_toks": [ + "Which", + "regions", + "speak", + "Dutch", + "or", + "English", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Dutch\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "select t1.name from country as t1 join countrylanguage as t2 on t1.code = t2.countrycode where t2.language = \"english\" and isofficial = \"t\" union select t1.name from country as t1 join countrylanguage as t2 on t1.code = t2.countrycode where t2.language = \"dutch\" and isofficial = \"t\"", + "query_toks": [ + "select", + "t1.name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1.code", + "=", + "t2.countrycode", + "where", + "t2.language", + "=", + "\"english\"", + "and", + "isofficial", + "=", + "\"t\"", + "union", + "select", + "t1.name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1.code", + "=", + "t2.countrycode", + "where", + "t2.language", + "=", + "\"dutch\"", + "and", + "isofficial", + "=", + "\"t\"" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "and", + "isofficial", + "=", + "value", + "union", + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "and", + "isofficial", + "=", + "value" + ], + "question": "What are the countries where either English or Dutch is the official language ?", + "question_toks": [ + "What", + "are", + "the", + "countries", + "where", + "either", + "English", + "or", + "Dutch", + "is", + "the", + "official", + "language", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"english\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"t\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"dutch\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"t\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT * FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"English\" AND IsOfficial = \"T\" UNION SELECT * FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"Dutch\" AND IsOfficial = \"T\"", + "query_toks": [ + "SELECT", + "*", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + "AND", + "IsOfficial", + "=", + "``", + "T", + "''", + "UNION", + "SELECT", + "*", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "Dutch", + "''", + "AND", + "IsOfficial", + "=", + "``", + "T", + "''" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "and", + "isofficial", + "=", + "value", + "union", + "select", + "*", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "and", + "isofficial", + "=", + "value" + ], + "question": "Which countries have either English or Dutch as an official language?", + "question_toks": [ + "Which", + "countries", + "have", + "either", + "English", + "or", + "Dutch", + "as", + "an", + "official", + "language", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Dutch\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Continent = \"Asia\" GROUP BY T2.Language ORDER BY COUNT (*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.Language", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T1.Continent", + "=", + "``", + "Asia", + "''", + "GROUP", + "BY", + "T2.Language", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "language", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t1", + ".", + "continent", + "=", + "value", + "group", + "by", + "t2", + ".", + "language", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which language is the most popular on the Asian continent?", + "question_toks": [ + "Which", + "language", + "is", + "the", + "most", + "popular", + "on", + "the", + "Asian", + "continent", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ] + ], + "groupBy": [ + [ + 0, + 24, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Continent = \"Asia\" GROUP BY T2.Language ORDER BY COUNT (*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.Language", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T1.Continent", + "=", + "``", + "Asia", + "''", + "GROUP", + "BY", + "T2.Language", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "language", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t1", + ".", + "continent", + "=", + "value", + "group", + "by", + "t2", + ".", + "language", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the language that is used by the largest number of Asian nations?", + "question_toks": [ + "What", + "is", + "the", + "language", + "that", + "is", + "used", + "by", + "the", + "largest", + "number", + "of", + "Asian", + "nations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ] + ], + "groupBy": [ + [ + 0, + 24, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.GovernmentForm = \"Republic\" GROUP BY T2.Language HAVING COUNT(*) = 1", + "query_toks": [ + "SELECT", + "T2.Language", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T1.GovernmentForm", + "=", + "``", + "Republic", + "''", + "GROUP", + "BY", + "T2.Language", + "HAVING", + "COUNT", + "(", + "*", + ")", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "language", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t1", + ".", + "governmentform", + "=", + "value", + "group", + "by", + "t2", + ".", + "language", + "having", + "count", + "(", + "*", + ")", + "=", + "value" + ], + "question": "Which languages are spoken by only one country in republic governments?", + "question_toks": [ + "Which", + "languages", + "are", + "spoken", + "by", + "only", + "one", + "country", + "in", + "republic", + "governments", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Republic\"", + null + ] + ], + "groupBy": [ + [ + 0, + 24, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.GovernmentForm = \"Republic\" GROUP BY T2.Language HAVING COUNT(*) = 1", + "query_toks": [ + "SELECT", + "T2.Language", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T1.GovernmentForm", + "=", + "``", + "Republic", + "''", + "GROUP", + "BY", + "T2.Language", + "HAVING", + "COUNT", + "(", + "*", + ")", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "language", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t1", + ".", + "governmentform", + "=", + "value", + "group", + "by", + "t2", + ".", + "language", + "having", + "count", + "(", + "*", + ")", + "=", + "value" + ], + "question": "What languages are only used by a single country with a republic government?", + "question_toks": [ + "What", + "languages", + "are", + "only", + "used", + "by", + "a", + "single", + "country", + "with", + "a", + "republic", + "government", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Republic\"", + null + ] + ], + "groupBy": [ + [ + 0, + 24, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T1.Name , T1.Population FROM city AS T1 JOIN countrylanguage AS T2 ON T1.CountryCode = T2.CountryCode WHERE T2.Language = \"English\" ORDER BY T1.Population DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Name", + ",", + "T1.Population", + "FROM", + "city", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.CountryCode", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + "ORDER", + "BY", + "T1.Population", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "population", + "from", + "city", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "countrycode", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "order", + "by", + "t1", + ".", + "population", + "desc", + "limit", + "value" + ], + "question": "Find the city with the largest population that uses English.", + "question_toks": [ + "Find", + "the", + "city", + "with", + "the", + "largest", + "population", + "that", + "uses", + "English", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T1.Name , T1.Population FROM city AS T1 JOIN countrylanguage AS T2 ON T1.CountryCode = T2.CountryCode WHERE T2.Language = \"English\" ORDER BY T1.Population DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Name", + ",", + "T1.Population", + "FROM", + "city", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.CountryCode", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + "ORDER", + "BY", + "T1.Population", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "population", + "from", + "city", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "countrycode", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "order", + "by", + "t1", + ".", + "population", + "desc", + "limit", + "value" + ], + "question": "What is the most populace city that speaks English?", + "question_toks": [ + "What", + "is", + "the", + "most", + "populace", + "city", + "that", + "speaks", + "English", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name , Population , LifeExpectancy FROM country WHERE Continent = \"Asia\" ORDER BY SurfaceArea DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + ",", + "Population", + ",", + "LifeExpectancy", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Asia", + "''", + "ORDER", + "BY", + "SurfaceArea", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "population", + ",", + "lifeexpectancy", + "from", + "country", + "where", + "continent", + "=", + "value", + "order", + "by", + "surfacearea", + "desc", + "limit", + "value" + ], + "question": "Find the name, population and expected life length of asian country with the largest area?", + "question_toks": [ + "Find", + "the", + "name", + ",", + "population", + "and", + "expected", + "life", + "length", + "of", + "asian", + "country", + "with", + "the", + "largest", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name , Population , LifeExpectancy FROM country WHERE Continent = \"Asia\" ORDER BY SurfaceArea DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + ",", + "Population", + ",", + "LifeExpectancy", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Asia", + "''", + "ORDER", + "BY", + "SurfaceArea", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "population", + ",", + "lifeexpectancy", + "from", + "country", + "where", + "continent", + "=", + "value", + "order", + "by", + "surfacearea", + "desc", + "limit", + "value" + ], + "question": "What are the name, population, and life expectancy of the largest Asian country by land?", + "question_toks": [ + "What", + "are", + "the", + "name", + ",", + "population", + ",", + "and", + "life", + "expectancy", + "of", + "the", + "largest", + "Asian", + "country", + "by", + "land", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT avg(LifeExpectancy) FROM country WHERE Name NOT IN (SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"English\" AND T2.IsOfficial = \"T\")", + "query_toks": [ + "SELECT", + "avg", + "(", + "LifeExpectancy", + ")", + "FROM", + "country", + "WHERE", + "Name", + "NOT", + "IN", + "(", + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + "AND", + "T2.IsOfficial", + "=", + "``", + "T", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "lifeexpectancy", + ")", + "from", + "country", + "where", + "name", + "not", + "in", + "(", + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "and", + "t2", + ".", + "isofficial", + "=", + "value", + ")" + ], + "question": "What is average life expectancy in the countries where English is not the official language?", + "question_toks": [ + "What", + "is", + "average", + "life", + "expectancy", + "in", + "the", + "countries", + "where", + "English", + "is", + "not", + "the", + "official", + "language", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT avg(LifeExpectancy) FROM country WHERE Name NOT IN (SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"English\" AND T2.IsOfficial = \"T\")", + "query_toks": [ + "SELECT", + "avg", + "(", + "LifeExpectancy", + ")", + "FROM", + "country", + "WHERE", + "Name", + "NOT", + "IN", + "(", + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + "AND", + "T2.IsOfficial", + "=", + "``", + "T", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "lifeexpectancy", + ")", + "from", + "country", + "where", + "name", + "not", + "in", + "(", + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + "and", + "t2", + ".", + "isofficial", + "=", + "value", + ")" + ], + "question": "Give the mean life expectancy of countries in which English is not the official language.", + "question_toks": [ + "Give", + "the", + "mean", + "life", + "expectancy", + "of", + "countries", + "in", + "which", + "English", + "is", + "not", + "the", + "official", + "language", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT sum(Population) FROM country WHERE Name NOT IN (SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"English\")", + "query_toks": [ + "SELECT", + "sum", + "(", + "Population", + ")", + "FROM", + "country", + "WHERE", + "Name", + "NOT", + "IN", + "(", + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + "from", + "country", + "where", + "name", + "not", + "in", + "(", + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + ")" + ], + "question": "What is the total number of people living in the nations that do not use English?", + "question_toks": [ + "What", + "is", + "the", + "total", + "number", + "of", + "people", + "living", + "in", + "the", + "nations", + "that", + "do", + "not", + "use", + "English", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT sum(Population) FROM country WHERE Name NOT IN (SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = \"English\")", + "query_toks": [ + "SELECT", + "sum", + "(", + "Population", + ")", + "FROM", + "country", + "WHERE", + "Name", + "NOT", + "IN", + "(", + "SELECT", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T2.Language", + "=", + "``", + "English", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + "from", + "country", + "where", + "name", + "not", + "in", + "(", + "select", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t2", + ".", + "language", + "=", + "value", + ")" + ], + "question": "How many people live in countries that do not speak English?", + "question_toks": [ + "How", + "many", + "people", + "live", + "in", + "countries", + "that", + "do", + "not", + "speak", + "English", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.HeadOfState = \"Beatrix\" AND T2.IsOfficial = \"T\"", + "query_toks": [ + "SELECT", + "T2.Language", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T1.HeadOfState", + "=", + "``", + "Beatrix", + "''", + "AND", + "T2.IsOfficial", + "=", + "``", + "T", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "language", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t1", + ".", + "headofstate", + "=", + "value", + "and", + "t2", + ".", + "isofficial", + "=", + "value" + ], + "question": "What is the official language spoken in the country whose head of state is Beatrix?", + "question_toks": [ + "What", + "is", + "the", + "official", + "language", + "spoken", + "in", + "the", + "country", + "whose", + "head", + "of", + "state", + "is", + "Beatrix", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + "\"Beatrix\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.HeadOfState = \"Beatrix\" AND T2.IsOfficial = \"T\"", + "query_toks": [ + "SELECT", + "T2.Language", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "T1.HeadOfState", + "=", + "``", + "Beatrix", + "''", + "AND", + "T2.IsOfficial", + "=", + "``", + "T", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "language", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "t1", + ".", + "headofstate", + "=", + "value", + "and", + "t2", + ".", + "isofficial", + "=", + "value" + ], + "question": "What is the official language used in the country the name of whose head of state is Beatrix.", + "question_toks": [ + "What", + "is", + "the", + "official", + "language", + "used", + "in", + "the", + "country", + "the", + "name", + "of", + "whose", + "head", + "of", + "state", + "is", + "Beatrix", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + "\"Beatrix\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT count(DISTINCT T2.Language) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE IndepYear < 1930 AND T2.IsOfficial = \"T\"", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T2.Language", + ")", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "IndepYear", + "<", + "1930", + "AND", + "T2.IsOfficial", + "=", + "``", + "T", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "language", + ")", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "indepyear", + "<", + "value", + "and", + "t2", + ".", + "isofficial", + "=", + "value" + ], + "question": "What is the total number of unique official languages spoken in the countries that are founded before 1930?", + "question_toks": [ + "What", + "is", + "the", + "total", + "number", + "of", + "unique", + "official", + "languages", + "spoken", + "in", + "the", + "countries", + "that", + "are", + "founded", + "before", + "1930", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 1930.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT count(DISTINCT T2.Language) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE IndepYear < 1930 AND T2.IsOfficial = \"T\"", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T2.Language", + ")", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "WHERE", + "IndepYear", + "<", + "1930", + "AND", + "T2.IsOfficial", + "=", + "``", + "T", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "language", + ")", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "where", + "indepyear", + "<", + "value", + "and", + "t2", + ".", + "isofficial", + "=", + "value" + ], + "question": "For the countries founded before 1930, what is the total number of distinct official languages?", + "question_toks": [ + "For", + "the", + "countries", + "founded", + "before", + "1930", + ",", + "what", + "is", + "the", + "total", + "number", + "of", + "distinct", + "official", + "languages", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 1930.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country WHERE SurfaceArea > (SELECT min(SurfaceArea) FROM country WHERE Continent = \"Europe\")", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "WHERE", + "SurfaceArea", + ">", + "(", + "SELECT", + "min", + "(", + "SurfaceArea", + ")", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Europe", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "where", + "surfacearea", + ">", + "(", + "select", + "min", + "(", + "surfacearea", + ")", + "from", + "country", + "where", + "continent", + "=", + "value", + ")" + ], + "question": "What are the countries that have greater surface area than any country in Europe?", + "question_toks": [ + "What", + "are", + "the", + "countries", + "that", + "have", + "greater", + "surface", + "area", + "than", + "any", + "country", + "in", + "Europe", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Europe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country WHERE SurfaceArea > (SELECT min(SurfaceArea) FROM country WHERE Continent = \"Europe\")", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "WHERE", + "SurfaceArea", + ">", + "(", + "SELECT", + "min", + "(", + "SurfaceArea", + ")", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Europe", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "where", + "surfacearea", + ">", + "(", + "select", + "min", + "(", + "surfacearea", + ")", + "from", + "country", + "where", + "continent", + "=", + "value", + ")" + ], + "question": "Which countries have greater area than that of any country in Europe?", + "question_toks": [ + "Which", + "countries", + "have", + "greater", + "area", + "than", + "that", + "of", + "any", + "country", + "in", + "Europe", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Europe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country WHERE Continent = \"Africa\" AND population < (SELECT max(population) FROM country WHERE Continent = \"Asia\")", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Africa", + "''", + "AND", + "population", + "<", + "(", + "SELECT", + "max", + "(", + "population", + ")", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Asia", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "where", + "continent", + "=", + "value", + "and", + "population", + "<", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "country", + "where", + "continent", + "=", + "value", + ")" + ], + "question": "What are the African countries that have a population less than any country in Asia?", + "question_toks": [ + "What", + "are", + "the", + "African", + "countries", + "that", + "have", + "a", + "population", + "less", + "than", + "any", + "country", + "in", + "Asia", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Africa\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country WHERE Continent = \"Africa\" AND population < (SELECT min(population) FROM country WHERE Continent = \"Asia\")", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Africa", + "''", + "AND", + "population", + "<", + "(", + "SELECT", + "min", + "(", + "population", + ")", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Asia", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "where", + "continent", + "=", + "value", + "and", + "population", + "<", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "country", + "where", + "continent", + "=", + "value", + ")" + ], + "question": "Which African countries have a smaller population than that of any country in Asia?", + "question_toks": [ + "Which", + "African", + "countries", + "have", + "a", + "smaller", + "population", + "than", + "that", + "of", + "any", + "country", + "in", + "Asia", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Africa\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country WHERE Continent = \"Asia\" AND population > (SELECT max(population) FROM country WHERE Continent = \"Africa\")", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Asia", + "''", + "AND", + "population", + ">", + "(", + "SELECT", + "max", + "(", + "population", + ")", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Africa", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "where", + "continent", + "=", + "value", + "and", + "population", + ">", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "country", + "where", + "continent", + "=", + "value", + ")" + ], + "question": "Which Asian countries have a population that is larger than any country in Africa?", + "question_toks": [ + "Which", + "Asian", + "countries", + "have", + "a", + "population", + "that", + "is", + "larger", + "than", + "any", + "country", + "in", + "Africa", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Africa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country WHERE Continent = \"Asia\" AND population > (SELECT min(population) FROM country WHERE Continent = \"Africa\")", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Asia", + "''", + "AND", + "population", + ">", + "(", + "SELECT", + "min", + "(", + "population", + ")", + "FROM", + "country", + "WHERE", + "Continent", + "=", + "``", + "Africa", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "where", + "continent", + "=", + "value", + "and", + "population", + ">", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "country", + "where", + "continent", + "=", + "value", + ")" + ], + "question": "What are the Asian countries which have a population larger than that of any country in Africa?", + "question_toks": [ + "What", + "are", + "the", + "Asian", + "countries", + "which", + "have", + "a", + "population", + "larger", + "than", + "that", + "of", + "any", + "country", + "in", + "Africa", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Africa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT CountryCode FROM countrylanguage EXCEPT SELECT CountryCode FROM countrylanguage WHERE LANGUAGE = \"English\"", + "query_toks": [ + "SELECT", + "CountryCode", + "FROM", + "countrylanguage", + "EXCEPT", + "SELECT", + "CountryCode", + "FROM", + "countrylanguage", + "WHERE", + "LANGUAGE", + "=", + "``", + "English", + "''" + ], + "query_toks_no_value": [ + "select", + "countrycode", + "from", + "countrylanguage", + "except", + "select", + "countrycode", + "from", + "countrylanguage", + "where", + "language", + "=", + "value" + ], + "question": "What are the country codes for countries that do not speak English?", + "question_toks": [ + "What", + "are", + "the", + "country", + "codes", + "for", + "countries", + "that", + "do", + "not", + "speak", + "English", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "world_1", + "query": "SELECT CountryCode FROM countrylanguage EXCEPT SELECT CountryCode FROM countrylanguage WHERE LANGUAGE = \"English\"", + "query_toks": [ + "SELECT", + "CountryCode", + "FROM", + "countrylanguage", + "EXCEPT", + "SELECT", + "CountryCode", + "FROM", + "countrylanguage", + "WHERE", + "LANGUAGE", + "=", + "``", + "English", + "''" + ], + "query_toks_no_value": [ + "select", + "countrycode", + "from", + "countrylanguage", + "except", + "select", + "countrycode", + "from", + "countrylanguage", + "where", + "language", + "=", + "value" + ], + "question": "Return the country codes for countries that do not speak English.", + "question_toks": [ + "Return", + "the", + "country", + "codes", + "for", + "countries", + "that", + "do", + "not", + "speak", + "English", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "world_1", + "query": "SELECT DISTINCT CountryCode FROM countrylanguage WHERE LANGUAGE != \"English\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "CountryCode", + "FROM", + "countrylanguage", + "WHERE", + "LANGUAGE", + "!", + "=", + "``", + "English", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "countrycode", + "from", + "countrylanguage", + "where", + "language", + "!", + "=", + "value" + ], + "question": "What are the country codes of countries where people use languages other than English?", + "question_toks": [ + "What", + "are", + "the", + "country", + "codes", + "of", + "countries", + "where", + "people", + "use", + "languages", + "other", + "than", + "English", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT DISTINCT CountryCode FROM countrylanguage WHERE LANGUAGE != \"English\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "CountryCode", + "FROM", + "countrylanguage", + "WHERE", + "LANGUAGE", + "!", + "=", + "``", + "English", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "countrycode", + "from", + "countrylanguage", + "where", + "language", + "!", + "=", + "value" + ], + "question": "Give the country codes for countries in which people speak langauges that are not English.", + "question_toks": [ + "Give", + "the", + "country", + "codes", + "for", + "countries", + "in", + "which", + "people", + "speak", + "langauges", + "that", + "are", + "not", + "English", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Code FROM country WHERE GovernmentForm != \"Republic\" EXCEPT SELECT CountryCode FROM countrylanguage WHERE LANGUAGE = \"English\"", + "query_toks": [ + "SELECT", + "Code", + "FROM", + "country", + "WHERE", + "GovernmentForm", + "!", + "=", + "``", + "Republic", + "''", + "EXCEPT", + "SELECT", + "CountryCode", + "FROM", + "countrylanguage", + "WHERE", + "LANGUAGE", + "=", + "``", + "English", + "''" + ], + "query_toks_no_value": [ + "select", + "code", + "from", + "country", + "where", + "governmentform", + "!", + "=", + "value", + "except", + "select", + "countrycode", + "from", + "countrylanguage", + "where", + "language", + "=", + "value" + ], + "question": "What are the codes of the countries that do not speak English and whose government forms are not Republic?", + "question_toks": [ + "What", + "are", + "the", + "codes", + "of", + "the", + "countries", + "that", + "do", + "not", + "speak", + "English", + "and", + "whose", + "government", + "forms", + "are", + "not", + "Republic", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Republic\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "world_1", + "query": "SELECT Code FROM country WHERE GovernmentForm != \"Republic\" EXCEPT SELECT CountryCode FROM countrylanguage WHERE LANGUAGE = \"English\"", + "query_toks": [ + "SELECT", + "Code", + "FROM", + "country", + "WHERE", + "GovernmentForm", + "!", + "=", + "``", + "Republic", + "''", + "EXCEPT", + "SELECT", + "CountryCode", + "FROM", + "countrylanguage", + "WHERE", + "LANGUAGE", + "=", + "``", + "English", + "''" + ], + "query_toks_no_value": [ + "select", + "code", + "from", + "country", + "where", + "governmentform", + "!", + "=", + "value", + "except", + "select", + "countrycode", + "from", + "countrylanguage", + "where", + "language", + "=", + "value" + ], + "question": "Return the codes of countries that do not speak English and do not have Republics for governments.", + "question_toks": [ + "Return", + "the", + "codes", + "of", + "countries", + "that", + "do", + "not", + "speak", + "English", + "and", + "do", + "not", + "have", + "Republics", + "for", + "governments", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Republic\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "world_1", + "query": "SELECT DISTINCT T2.Name FROM country AS T1 JOIN city AS T2 ON T2.CountryCode = T1.Code WHERE T1.Continent = 'Europe' AND T1.Name NOT IN (SELECT T3.Name FROM country AS T3 JOIN countrylanguage AS T4 ON T3.Code = T4.CountryCode WHERE T4.IsOfficial = 'T' AND T4.Language = 'English')", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "city", + "AS", + "T2", + "ON", + "T2.CountryCode", + "=", + "T1.Code", + "WHERE", + "T1.Continent", + "=", + "'Europe", + "'", + "AND", + "T1.Name", + "NOT", + "IN", + "(", + "SELECT", + "T3.Name", + "FROM", + "country", + "AS", + "T3", + "JOIN", + "countrylanguage", + "AS", + "T4", + "ON", + "T3.Code", + "=", + "T4.CountryCode", + "WHERE", + "T4.IsOfficial", + "=", + "'T", + "'", + "AND", + "T4.Language", + "=", + "'English", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t2", + ".", + "countrycode", + "=", + "t1", + ".", + "code", + "where", + "t1", + ".", + "continent", + "=", + "value", + "and", + "t1", + ".", + "name", + "not", + "in", + "(", + "select", + "t3", + ".", + "name", + "from", + "country", + "as", + "t3", + "join", + "countrylanguage", + "as", + "t4", + "on", + "t3", + ".", + "code", + "=", + "t4", + ".", + "countrycode", + "where", + "t4", + ".", + "isofficial", + "=", + "value", + "and", + "t4", + ".", + "language", + "=", + "value", + ")" + ], + "question": "Which cities are in European countries where English is not the official language?", + "question_toks": [ + "Which", + "cities", + "are", + "in", + "European", + "countries", + "where", + "English", + "is", + "not", + "the", + "official", + "language", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Europe\"", + null + ], + "and", + [ + true, + 8, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT DISTINCT T2.Name FROM country AS T1 JOIN city AS T2 ON T2.CountryCode = T1.Code WHERE T1.Continent = 'Europe' AND T1.Name NOT IN (SELECT T3.Name FROM country AS T3 JOIN countrylanguage AS T4 ON T3.Code = T4.CountryCode WHERE T4.IsOfficial = 'T' AND T4.Language = 'English')", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "city", + "AS", + "T2", + "ON", + "T2.CountryCode", + "=", + "T1.Code", + "WHERE", + "T1.Continent", + "=", + "'Europe", + "'", + "AND", + "T1.Name", + "NOT", + "IN", + "(", + "SELECT", + "T3.Name", + "FROM", + "country", + "AS", + "T3", + "JOIN", + "countrylanguage", + "AS", + "T4", + "ON", + "T3.Code", + "=", + "T4.CountryCode", + "WHERE", + "T4.IsOfficial", + "=", + "'T", + "'", + "AND", + "T4.Language", + "=", + "'English", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t2", + ".", + "countrycode", + "=", + "t1", + ".", + "code", + "where", + "t1", + ".", + "continent", + "=", + "value", + "and", + "t1", + ".", + "name", + "not", + "in", + "(", + "select", + "t3", + ".", + "name", + "from", + "country", + "as", + "t3", + "join", + "countrylanguage", + "as", + "t4", + "on", + "t3", + ".", + "code", + "=", + "t4", + ".", + "countrycode", + "where", + "t4", + ".", + "isofficial", + "=", + "value", + "and", + "t4", + ".", + "language", + "=", + "value", + ")" + ], + "question": "What are the names of cities in Europe for which English is not the official language?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "cities", + "in", + "Europe", + "for", + "which", + "English", + "is", + "not", + "the", + "official", + "language", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Europe\"", + null + ], + "and", + [ + true, + 8, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "select distinct t3.name from country as t1 join countrylanguage as t2 on t1.code = t2.countrycode join city as t3 on t1.code = t3.countrycode where t2.isofficial = 't' and t2.language = 'chinese' and t1.continent = \"asia\"", + "query_toks": [ + "select", + "distinct", + "t3.name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1.code", + "=", + "t2.countrycode", + "join", + "city", + "as", + "t3", + "on", + "t1.code", + "=", + "t3.countrycode", + "where", + "t2.isofficial", + "=", + "\"t\"", + "and", + "t2.language", + "=", + "\"chinese\"", + "and", + "t1.continent", + "=", + "\"asia\"" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "join", + "city", + "as", + "t3", + "on", + "t1", + ".", + "code", + "=", + "t3", + ".", + "countrycode", + "where", + "t2", + ".", + "isofficial", + "=", + "value", + "and", + "t2", + ".", + "language", + "=", + "value", + "and", + "t1", + ".", + "continent", + "=", + "value" + ], + "question": "Which unique cities are in Asian countries where Chinese is the official language ?", + "question_toks": [ + "Which", + "unique", + "cities", + "are", + "in", + "Asian", + "countries", + "where", + "Chinese", + "is", + "the", + "official", + "language", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"t\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"chinese\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"asia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT DISTINCT T3.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode JOIN city AS T3 ON T1.Code = T3.CountryCode WHERE T2.IsOfficial = 'T' AND T2.Language = 'Chinese' AND T1.Continent = \"Asia\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T3.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "JOIN", + "city", + "AS", + "T3", + "ON", + "T1.Code", + "=", + "T3.CountryCode", + "WHERE", + "T2.IsOfficial", + "=", + "'T", + "'", + "AND", + "T2.Language", + "=", + "'Chinese", + "'", + "AND", + "T1.Continent", + "=", + "``", + "Asia", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "join", + "city", + "as", + "t3", + "on", + "t1", + ".", + "code", + "=", + "t3", + ".", + "countrycode", + "where", + "t2", + ".", + "isofficial", + "=", + "value", + "and", + "t2", + ".", + "language", + "=", + "value", + "and", + "t1", + ".", + "continent", + "=", + "value" + ], + "question": "Return the different names of cities that are in Asia and for which Chinese is the official language.", + "question_toks": [ + "Return", + "the", + "different", + "names", + "of", + "cities", + "that", + "are", + "in", + "Asia", + "and", + "for", + "which", + "Chinese", + "is", + "the", + "official", + "language", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"T\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Chinese\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name , SurfaceArea , IndepYear FROM country ORDER BY Population LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + ",", + "SurfaceArea", + ",", + "IndepYear", + "FROM", + "country", + "ORDER", + "BY", + "Population", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "surfacearea", + ",", + "indepyear", + "from", + "country", + "order", + "by", + "population", + "limit", + "value" + ], + "question": "What are the name, independence year, and surface area of the country with the smallest population?", + "question_toks": [ + "What", + "are", + "the", + "name", + ",", + "independence", + "year", + ",", + "and", + "surface", + "area", + "of", + "the", + "country", + "with", + "the", + "smallest", + "population", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name , SurfaceArea , IndepYear FROM country ORDER BY Population LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + ",", + "SurfaceArea", + ",", + "IndepYear", + "FROM", + "country", + "ORDER", + "BY", + "Population", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "surfacearea", + ",", + "indepyear", + "from", + "country", + "order", + "by", + "population", + "limit", + "value" + ], + "question": "Give the name, year of independence, and surface area of the country that has the lowest population.", + "question_toks": [ + "Give", + "the", + "name", + ",", + "year", + "of", + "independence", + ",", + "and", + "surface", + "area", + "of", + "the", + "country", + "that", + "has", + "the", + "lowest", + "population", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name , population , HeadOfState FROM country ORDER BY SurfaceArea DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + ",", + "population", + ",", + "HeadOfState", + "FROM", + "country", + "ORDER", + "BY", + "SurfaceArea", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "population", + ",", + "headofstate", + "from", + "country", + "order", + "by", + "surfacearea", + "desc", + "limit", + "value" + ], + "question": "What are the population, name and leader of the country with the largest area?", + "question_toks": [ + "What", + "are", + "the", + "population", + ",", + "name", + "and", + "leader", + "of", + "the", + "country", + "with", + "the", + "largest", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name , population , HeadOfState FROM country ORDER BY SurfaceArea DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + ",", + "population", + ",", + "HeadOfState", + "FROM", + "country", + "ORDER", + "BY", + "SurfaceArea", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "population", + ",", + "headofstate", + "from", + "country", + "order", + "by", + "surfacearea", + "desc", + "limit", + "value" + ], + "question": "Give the name, population, and head of state for the country that has the largest area.", + "question_toks": [ + "Give", + "the", + "name", + ",", + "population", + ",", + "and", + "head", + "of", + "state", + "for", + "the", + "country", + "that", + "has", + "the", + "largest", + "area", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT COUNT(T2.Language) , T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode GROUP BY T1.Name HAVING COUNT(*) > 2", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "T2.Language", + ")", + ",", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "GROUP", + "BY", + "T1.Name", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "t2", + ".", + "language", + ")", + ",", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "group", + "by", + "t1", + ".", + "name", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Return the country name and the numbers of languages spoken for each country that speaks at least 3 languages.", + "question_toks": [ + "Return", + "the", + "country", + "name", + "and", + "the", + "numbers", + "of", + "languages", + "spoken", + "for", + "each", + "country", + "that", + "speaks", + "at", + "least", + "3", + "languages", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT COUNT(T2.Language) , T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode GROUP BY T1.Name HAVING COUNT(*) > 2", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "T2.Language", + ")", + ",", + "T1.Name", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "countrylanguage", + "AS", + "T2", + "ON", + "T1.Code", + "=", + "T2.CountryCode", + "GROUP", + "BY", + "T1.Name", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "t2", + ".", + "language", + ")", + ",", + "t1", + ".", + "name", + "from", + "country", + "as", + "t1", + "join", + "countrylanguage", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "countrycode", + "group", + "by", + "t1", + ".", + "name", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the names of countries that speak more than 2 languages, as well as how many languages they speak?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "countries", + "that", + "speak", + "more", + "than", + "2", + "languages", + ",", + "as", + "well", + "as", + "how", + "many", + "languages", + "they", + "speak", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT count(*) , District FROM city WHERE Population > (SELECT avg(Population) FROM city) GROUP BY District", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "District", + "FROM", + "city", + "WHERE", + "Population", + ">", + "(", + "SELECT", + "avg", + "(", + "Population", + ")", + "FROM", + "city", + ")", + "GROUP", + "BY", + "District" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "district", + "from", + "city", + "where", + "population", + ">", + "(", + "select", + "avg", + "(", + "population", + ")", + "from", + "city", + ")", + "group", + "by", + "district" + ], + "question": "Find the number of cities in each district whose population is greater than the average population of cities?", + "question_toks": [ + "Find", + "the", + "number", + "of", + "cities", + "in", + "each", + "district", + "whose", + "population", + "is", + "greater", + "than", + "the", + "average", + "population", + "of", + "cities", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT count(*) , District FROM city WHERE Population > (SELECT avg(Population) FROM city) GROUP BY District", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "District", + "FROM", + "city", + "WHERE", + "Population", + ">", + "(", + "SELECT", + "avg", + "(", + "Population", + ")", + "FROM", + "city", + ")", + "GROUP", + "BY", + "District" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "district", + "from", + "city", + "where", + "population", + ">", + "(", + "select", + "avg", + "(", + "population", + ")", + "from", + "city", + ")", + "group", + "by", + "district" + ], + "question": "How many cities in each district have a population that is above the average population across all cities?", + "question_toks": [ + "How", + "many", + "cities", + "in", + "each", + "district", + "have", + "a", + "population", + "that", + "is", + "above", + "the", + "average", + "population", + "across", + "all", + "cities", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT sum(Population) , GovernmentForm FROM country GROUP BY GovernmentForm HAVING avg(LifeExpectancy) > 72", + "query_toks": [ + "SELECT", + "sum", + "(", + "Population", + ")", + ",", + "GovernmentForm", + "FROM", + "country", + "GROUP", + "BY", + "GovernmentForm", + "HAVING", + "avg", + "(", + "LifeExpectancy", + ")", + ">", + "72" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + ",", + "governmentform", + "from", + "country", + "group", + "by", + "governmentform", + "having", + "avg", + "(", + "lifeexpectancy", + ")", + ">", + "value" + ], + "question": "Find the government form name and total population for each government form whose average life expectancy is longer than 72.", + "question_toks": [ + "Find", + "the", + "government", + "form", + "name", + "and", + "total", + "population", + "for", + "each", + "government", + "form", + "whose", + "average", + "life", + "expectancy", + "is", + "longer", + "than", + "72", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 5, + 15, + false + ], + null + ], + 72.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT sum(Population) , GovernmentForm FROM country GROUP BY GovernmentForm HAVING avg(LifeExpectancy) > 72", + "query_toks": [ + "SELECT", + "sum", + "(", + "Population", + ")", + ",", + "GovernmentForm", + "FROM", + "country", + "GROUP", + "BY", + "GovernmentForm", + "HAVING", + "avg", + "(", + "LifeExpectancy", + ")", + ">", + "72" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + ",", + "governmentform", + "from", + "country", + "group", + "by", + "governmentform", + "having", + "avg", + "(", + "lifeexpectancy", + ")", + ">", + "value" + ], + "question": "What are the different government forms and what is the total population of each for government forms that have an average life expectancy greater than 72?", + "question_toks": [ + "What", + "are", + "the", + "different", + "government", + "forms", + "and", + "what", + "is", + "the", + "total", + "population", + "of", + "each", + "for", + "government", + "forms", + "that", + "have", + "an", + "average", + "life", + "expectancy", + "greater", + "than", + "72", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 5, + 15, + false + ], + null + ], + 72.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT sum(Population) , avg(LifeExpectancy) , Continent FROM country GROUP BY Continent HAVING avg(LifeExpectancy) < 72", + "query_toks": [ + "SELECT", + "sum", + "(", + "Population", + ")", + ",", + "avg", + "(", + "LifeExpectancy", + ")", + ",", + "Continent", + "FROM", + "country", + "GROUP", + "BY", + "Continent", + "HAVING", + "avg", + "(", + "LifeExpectancy", + ")", + "<", + "72" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + ",", + "avg", + "(", + "lifeexpectancy", + ")", + ",", + "continent", + "from", + "country", + "group", + "by", + "continent", + "having", + "avg", + "(", + "lifeexpectancy", + ")", + "<", + "value" + ], + "question": "Find the average life expectancy and total population for each continent where the average life expectancy is shorter than 72?", + "question_toks": [ + "Find", + "the", + "average", + "life", + "expectancy", + "and", + "total", + "population", + "for", + "each", + "continent", + "where", + "the", + "average", + "life", + "expectancy", + "is", + "shorter", + "than", + "72", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 5, + 15, + false + ], + null + ], + 72.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT sum(Population) , avg(LifeExpectancy) , Continent FROM country GROUP BY Continent HAVING avg(LifeExpectancy) < 72", + "query_toks": [ + "SELECT", + "sum", + "(", + "Population", + ")", + ",", + "avg", + "(", + "LifeExpectancy", + ")", + ",", + "Continent", + "FROM", + "country", + "GROUP", + "BY", + "Continent", + "HAVING", + "avg", + "(", + "LifeExpectancy", + ")", + "<", + "72" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + ",", + "avg", + "(", + "lifeexpectancy", + ")", + ",", + "continent", + "from", + "country", + "group", + "by", + "continent", + "having", + "avg", + "(", + "lifeexpectancy", + ")", + "<", + "value" + ], + "question": "What are the different continents and the total popuation and average life expectancy corresponding to each, for continents that have an average life expectancy less than 72?", + "question_toks": [ + "What", + "are", + "the", + "different", + "continents", + "and", + "the", + "total", + "popuation", + "and", + "average", + "life", + "expectancy", + "corresponding", + "to", + "each", + ",", + "for", + "continents", + "that", + "have", + "an", + "average", + "life", + "expectancy", + "less", + "than", + "72", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 5, + 15, + false + ], + null + ], + 72.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name , SurfaceArea FROM country ORDER BY SurfaceArea DESC LIMIT 5", + "query_toks": [ + "SELECT", + "Name", + ",", + "SurfaceArea", + "FROM", + "country", + "ORDER", + "BY", + "SurfaceArea", + "DESC", + "LIMIT", + "5" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "surfacearea", + "from", + "country", + "order", + "by", + "surfacearea", + "desc", + "limit", + "value" + ], + "question": "What are the names and areas of countries with the top 5 largest area?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "areas", + "of", + "countries", + "with", + "the", + "top", + "5", + "largest", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 5, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name , SurfaceArea FROM country ORDER BY SurfaceArea DESC LIMIT 5", + "query_toks": [ + "SELECT", + "Name", + ",", + "SurfaceArea", + "FROM", + "country", + "ORDER", + "BY", + "SurfaceArea", + "DESC", + "LIMIT", + "5" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "surfacearea", + "from", + "country", + "order", + "by", + "surfacearea", + "desc", + "limit", + "value" + ], + "question": "Return the names and surface areas of the 5 largest countries.", + "question_toks": [ + "Return", + "the", + "names", + "and", + "surface", + "areas", + "of", + "the", + "5", + "largest", + "countries", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 5, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country ORDER BY Population DESC LIMIT 3", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "ORDER", + "BY", + "Population", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "order", + "by", + "population", + "desc", + "limit", + "value" + ], + "question": "What are names of countries with the top 3 largest population?", + "question_toks": [ + "What", + "are", + "names", + "of", + "countries", + "with", + "the", + "top", + "3", + "largest", + "population", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country ORDER BY Population DESC LIMIT 3", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "ORDER", + "BY", + "Population", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "order", + "by", + "population", + "desc", + "limit", + "value" + ], + "question": "Return the names of the 3 most populated countries.", + "question_toks": [ + "Return", + "the", + "names", + "of", + "the", + "3", + "most", + "populated", + "countries", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country ORDER BY Population ASC LIMIT 3", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "ORDER", + "BY", + "Population", + "ASC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "order", + "by", + "population", + "asc", + "limit", + "value" + ], + "question": "What are the names of the nations with the 3 lowest populations?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "nations", + "with", + "the", + "3", + "lowest", + "populations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country ORDER BY Population ASC LIMIT 3", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "ORDER", + "BY", + "Population", + "ASC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "order", + "by", + "population", + "asc", + "limit", + "value" + ], + "question": "Return the names of the 3 countries with the fewest people.", + "question_toks": [ + "Return", + "the", + "names", + "of", + "the", + "3", + "countries", + "with", + "the", + "fewest", + "people", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT count(*) FROM country WHERE continent = \"Asia\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "country", + "WHERE", + "continent", + "=", + "``", + "Asia", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "country", + "where", + "continent", + "=", + "value" + ], + "question": "how many countries are in Asia?", + "question_toks": [ + "how", + "many", + "countries", + "are", + "in", + "Asia", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT count(*) FROM country WHERE continent = \"Asia\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "country", + "WHERE", + "continent", + "=", + "``", + "Asia", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "country", + "where", + "continent", + "=", + "value" + ], + "question": "Count the number of countries in Asia.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "countries", + "in", + "Asia", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Asia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country WHERE continent = \"Europe\" AND Population = \"80000\"", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "WHERE", + "continent", + "=", + "``", + "Europe", + "''", + "AND", + "Population", + "=", + "``", + "80000", + "''" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "where", + "continent", + "=", + "value", + "and", + "population", + "=", + "value" + ], + "question": "What are the names of the countries that are in the continent of Europe and have a population of 80000?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "countries", + "that", + "are", + "in", + "the", + "continent", + "of", + "Europe", + "and", + "have", + "a", + "population", + "of", + "80000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Europe\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"80000\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT Name FROM country WHERE continent = \"Europe\" AND Population = \"80000\"", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "country", + "WHERE", + "continent", + "=", + "``", + "Europe", + "''", + "AND", + "Population", + "=", + "``", + "80000", + "''" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "country", + "where", + "continent", + "=", + "value", + "and", + "population", + "=", + "value" + ], + "question": "Give the names of countries that are in Europe and have a population equal to 80000.", + "question_toks": [ + "Give", + "the", + "names", + "of", + "countries", + "that", + "are", + "in", + "Europe", + "and", + "have", + "a", + "population", + "equal", + "to", + "80000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Europe\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"80000\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "select sum(population) , avg(surfacearea) from country where continent = \"north america\" and surfacearea > 3000", + "query_toks": [ + "select", + "sum", + "(", + "population", + ")", + ",", + "avg", + "(", + "surfacearea", + ")", + "from", + "country", + "where", + "continent", + "=", + "\"north america\"", + "and", + "surfacearea", + ">", + "3000" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + ",", + "avg", + "(", + "surfacearea", + ")", + "from", + "country", + "where", + "continent", + "=", + "value", + "and", + "surfacearea", + ">", + "value" + ], + "question": "What is the total population and average area of countries in the continent of North America whose area is bigger than 3000 ?", + "question_toks": [ + "What", + "is", + "the", + "total", + "population", + "and", + "average", + "area", + "of", + "countries", + "in", + "the", + "continent", + "of", + "North", + "America", + "whose", + "area", + "is", + "bigger", + "than", + "3000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"north america\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + 3000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "select sum(population) , avg(surfacearea) from country where continent = \"north america\" and surfacearea > 3000", + "query_toks": [ + "select", + "sum", + "(", + "population", + ")", + ",", + "avg", + "(", + "surfacearea", + ")", + "from", + "country", + "where", + "continent", + "=", + "\"north america\"", + "and", + "surfacearea", + ">", + "3000" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + ",", + "avg", + "(", + "surfacearea", + ")", + "from", + "country", + "where", + "continent", + "=", + "value", + "and", + "surfacearea", + ">", + "value" + ], + "question": "Give the total population and average surface area corresponding to countries in North America that have a surface area greater than 3000 .", + "question_toks": [ + "Give", + "the", + "total", + "population", + "and", + "average", + "surface", + "area", + "corresponding", + "to", + "countries", + "in", + "North", + "America", + "that", + "have", + "a", + "surface", + "area", + "greater", + "than", + "3000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"north america\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + 3000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT name FROM city WHERE Population BETWEEN 160000 AND 900000", + "query_toks": [ + "SELECT", + "name", + "FROM", + "city", + "WHERE", + "Population", + "BETWEEN", + "160000", + "AND", + "900000" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "city", + "where", + "population", + "between", + "value", + "and", + "value" + ], + "question": "What are the cities whose population is between 160000 and 900000?", + "question_toks": [ + "What", + "are", + "the", + "cities", + "whose", + "population", + "is", + "between", + "160000", + "and", + "900000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 160000.0, + 900000.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "select name from city where population between 160000 and 900000", + "query_toks": [ + "select", + "name", + "from", + "city", + "where", + "population", + "between", + "160000", + "and", + "900000" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "city", + "where", + "population", + "between", + "value", + "and", + "value" + ], + "question": "Return the names of cities that have a population between 160000 and 900000 .", + "question_toks": [ + "Return", + "the", + "names", + "of", + "cities", + "that", + "have", + "a", + "population", + "between", + "160000", + "and", + "900000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 160000.0, + 900000.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT LANGUAGE FROM countrylanguage GROUP BY LANGUAGE ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "LANGUAGE", + "FROM", + "countrylanguage", + "GROUP", + "BY", + "LANGUAGE", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "language", + "from", + "countrylanguage", + "group", + "by", + "language", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which language is spoken by the largest number of countries?", + "question_toks": [ + "Which", + "language", + "is", + "spoken", + "by", + "the", + "largest", + "number", + "of", + "countries", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 24, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT LANGUAGE FROM countrylanguage GROUP BY LANGUAGE ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "LANGUAGE", + "FROM", + "countrylanguage", + "GROUP", + "BY", + "LANGUAGE", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "language", + "from", + "countrylanguage", + "group", + "by", + "language", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the language that is spoken in the most countries.", + "question_toks": [ + "Give", + "the", + "language", + "that", + "is", + "spoken", + "in", + "the", + "most", + "countries", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 24, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT LANGUAGE , CountryCode , max(Percentage) FROM countrylanguage GROUP BY CountryCode", + "query_toks": [ + "SELECT", + "LANGUAGE", + ",", + "CountryCode", + ",", + "max", + "(", + "Percentage", + ")", + "FROM", + "countrylanguage", + "GROUP", + "BY", + "CountryCode" + ], + "query_toks_no_value": [ + "select", + "language", + ",", + "countrycode", + ",", + "max", + "(", + "percentage", + ")", + "from", + "countrylanguage", + "group", + "by", + "countrycode" + ], + "question": "What is the language spoken by the largest percentage of people in each country?", + "question_toks": [ + "What", + "is", + "the", + "language", + "spoken", + "by", + "the", + "largest", + "percentage", + "of", + "people", + "in", + "each", + "country", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT LANGUAGE , CountryCode , max(Percentage) FROM countrylanguage GROUP BY CountryCode", + "query_toks": [ + "SELECT", + "LANGUAGE", + ",", + "CountryCode", + ",", + "max", + "(", + "Percentage", + ")", + "FROM", + "countrylanguage", + "GROUP", + "BY", + "CountryCode" + ], + "query_toks_no_value": [ + "select", + "language", + ",", + "countrycode", + ",", + "max", + "(", + "percentage", + ")", + "from", + "countrylanguage", + "group", + "by", + "countrycode" + ], + "question": "What are the country codes of the different countries, and what are the languages spoken by the greatest percentage of people for each?", + "question_toks": [ + "What", + "are", + "the", + "country", + "codes", + "of", + "the", + "different", + "countries", + ",", + "and", + "what", + "are", + "the", + "languages", + "spoken", + "by", + "the", + "greatest", + "percentage", + "of", + "people", + "for", + "each", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT count(*) , max(Percentage) FROM countrylanguage WHERE LANGUAGE = \"Spanish\" GROUP BY CountryCode", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "max", + "(", + "Percentage", + ")", + "FROM", + "countrylanguage", + "WHERE", + "LANGUAGE", + "=", + "``", + "Spanish", + "''", + "GROUP", + "BY", + "CountryCode" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "max", + "(", + "percentage", + ")", + "from", + "countrylanguage", + "where", + "language", + "=", + "value", + "group", + "by", + "countrycode" + ], + "question": "What is the total number of countries where Spanish is spoken by the largest percentage of people?", + "question_toks": [ + "What", + "is", + "the", + "total", + "number", + "of", + "countries", + "where", + "Spanish", + "is", + "spoken", + "by", + "the", + "largest", + "percentage", + "of", + "people", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Spanish\"", + null + ] + ], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT count(*) , max(Percentage) FROM countrylanguage WHERE LANGUAGE = \"Spanish\" GROUP BY CountryCode", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "max", + "(", + "Percentage", + ")", + "FROM", + "countrylanguage", + "WHERE", + "LANGUAGE", + "=", + "``", + "Spanish", + "''", + "GROUP", + "BY", + "CountryCode" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "max", + "(", + "percentage", + ")", + "from", + "countrylanguage", + "where", + "language", + "=", + "value", + "group", + "by", + "countrycode" + ], + "question": "Count the number of countries for which Spanish is the predominantly spoken language.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "countries", + "for", + "which", + "Spanish", + "is", + "the", + "predominantly", + "spoken", + "language", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Spanish\"", + null + ] + ], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT CountryCode , max(Percentage) FROM countrylanguage WHERE LANGUAGE = \"Spanish\" GROUP BY CountryCode", + "query_toks": [ + "SELECT", + "CountryCode", + ",", + "max", + "(", + "Percentage", + ")", + "FROM", + "countrylanguage", + "WHERE", + "LANGUAGE", + "=", + "``", + "Spanish", + "''", + "GROUP", + "BY", + "CountryCode" + ], + "query_toks_no_value": [ + "select", + "countrycode", + ",", + "max", + "(", + "percentage", + ")", + "from", + "countrylanguage", + "where", + "language", + "=", + "value", + "group", + "by", + "countrycode" + ], + "question": "What are the codes of countries where Spanish is spoken by the largest percentage of people?", + "question_toks": [ + "What", + "are", + "the", + "codes", + "of", + "countries", + "where", + "Spanish", + "is", + "spoken", + "by", + "the", + "largest", + "percentage", + "of", + "people", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Spanish\"", + null + ] + ], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "world_1", + "query": "SELECT CountryCode , max(Percentage) FROM countrylanguage WHERE LANGUAGE = \"Spanish\" GROUP BY CountryCode", + "query_toks": [ + "SELECT", + "CountryCode", + ",", + "max", + "(", + "Percentage", + ")", + "FROM", + "countrylanguage", + "WHERE", + "LANGUAGE", + "=", + "``", + "Spanish", + "''", + "GROUP", + "BY", + "CountryCode" + ], + "query_toks_no_value": [ + "select", + "countrycode", + ",", + "max", + "(", + "percentage", + ")", + "from", + "countrylanguage", + "where", + "language", + "=", + "value", + "group", + "by", + "countrycode" + ], + "question": "Return the codes of countries for which Spanish is the predominantly spoken language.", + "question_toks": [ + "Return", + "the", + "codes", + "of", + "countries", + "for", + "which", + "Spanish", + "is", + "the", + "predominantly", + "spoken", + "language", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Spanish\"", + null + ] + ], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT count(*) FROM conductor", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "conductor" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "conductor" + ], + "question": "How many conductors are there?", + "question_toks": [ + "How", + "many", + "conductors", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT count(*) FROM conductor", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "conductor" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "conductor" + ], + "question": "Count the number of conductors.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "conductors", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Name FROM conductor ORDER BY Age ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "conductor", + "ORDER", + "BY", + "Age", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "conductor", + "order", + "by", + "age", + "asc" + ], + "question": "List the names of conductors in ascending order of age.", + "question_toks": [ + "List", + "the", + "names", + "of", + "conductors", + "in", + "ascending", + "order", + "of", + "age", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Name FROM conductor ORDER BY Age ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "conductor", + "ORDER", + "BY", + "Age", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "conductor", + "order", + "by", + "age", + "asc" + ], + "question": "What are the names of conductors, ordered by age?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "conductors", + ",", + "ordered", + "by", + "age", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Name FROM conductor WHERE Nationality != 'USA'", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "conductor", + "WHERE", + "Nationality", + "!", + "=", + "'USA", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "conductor", + "where", + "nationality", + "!", + "=", + "value" + ], + "question": "What are the names of conductors whose nationalities are not \"USA\"?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "conductors", + "whose", + "nationalities", + "are", + "not", + "``", + "USA", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Name FROM conductor WHERE Nationality != 'USA'", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "conductor", + "WHERE", + "Nationality", + "!", + "=", + "'USA", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "conductor", + "where", + "nationality", + "!", + "=", + "value" + ], + "question": "Return the names of conductors that do not have the nationality \"USA\".", + "question_toks": [ + "Return", + "the", + "names", + "of", + "conductors", + "that", + "do", + "not", + "have", + "the", + "nationality", + "``", + "USA", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Record_Company FROM orchestra ORDER BY Year_of_Founded DESC", + "query_toks": [ + "SELECT", + "Record_Company", + "FROM", + "orchestra", + "ORDER", + "BY", + "Year_of_Founded", + "DESC" + ], + "query_toks_no_value": [ + "select", + "record_company", + "from", + "orchestra", + "order", + "by", + "year_of_founded", + "desc" + ], + "question": "What are the record companies of orchestras in descending order of years in which they were founded?", + "question_toks": [ + "What", + "are", + "the", + "record", + "companies", + "of", + "orchestras", + "in", + "descending", + "order", + "of", + "years", + "in", + "which", + "they", + "were", + "founded", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Record_Company FROM orchestra ORDER BY Year_of_Founded DESC", + "query_toks": [ + "SELECT", + "Record_Company", + "FROM", + "orchestra", + "ORDER", + "BY", + "Year_of_Founded", + "DESC" + ], + "query_toks_no_value": [ + "select", + "record_company", + "from", + "orchestra", + "order", + "by", + "year_of_founded", + "desc" + ], + "question": "Return the record companies of orchestras, sorted descending by the years in which they were founded.", + "question_toks": [ + "Return", + "the", + "record", + "companies", + "of", + "orchestras", + ",", + "sorted", + "descending", + "by", + "the", + "years", + "in", + "which", + "they", + "were", + "founded", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT avg(Attendance) FROM SHOW", + "query_toks": [ + "SELECT", + "avg", + "(", + "Attendance", + ")", + "FROM", + "SHOW" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "attendance", + ")", + "from", + "show" + ], + "question": "What is the average attendance of shows?", + "question_toks": [ + "What", + "is", + "the", + "average", + "attendance", + "of", + "shows", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT avg(Attendance) FROM SHOW", + "query_toks": [ + "SELECT", + "avg", + "(", + "Attendance", + ")", + "FROM", + "SHOW" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "attendance", + ")", + "from", + "show" + ], + "question": "Return the average attendance across all shows.", + "question_toks": [ + "Return", + "the", + "average", + "attendance", + "across", + "all", + "shows", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT max(SHARE) , min(SHARE) FROM performance WHERE TYPE != \"Live final\"", + "query_toks": [ + "SELECT", + "max", + "(", + "SHARE", + ")", + ",", + "min", + "(", + "SHARE", + ")", + "FROM", + "performance", + "WHERE", + "TYPE", + "!", + "=", + "``", + "Live", + "final", + "''" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "share", + ")", + ",", + "min", + "(", + "share", + ")", + "from", + "performance", + "where", + "type", + "!", + "=", + "value" + ], + "question": "What are the maximum and minimum share of performances whose type is not \"Live final\".", + "question_toks": [ + "What", + "are", + "the", + "maximum", + "and", + "minimum", + "share", + "of", + "performances", + "whose", + "type", + "is", + "not", + "``", + "Live", + "final", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Live final\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT max(SHARE) , min(SHARE) FROM performance WHERE TYPE != \"Live final\"", + "query_toks": [ + "SELECT", + "max", + "(", + "SHARE", + ")", + ",", + "min", + "(", + "SHARE", + ")", + "FROM", + "performance", + "WHERE", + "TYPE", + "!", + "=", + "``", + "Live", + "final", + "''" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "share", + ")", + ",", + "min", + "(", + "share", + ")", + "from", + "performance", + "where", + "type", + "!", + "=", + "value" + ], + "question": "Return the maximum and minimum shares for performances that do not have the type \"Live final\".", + "question_toks": [ + "Return", + "the", + "maximum", + "and", + "minimum", + "shares", + "for", + "performances", + "that", + "do", + "not", + "have", + "the", + "type", + "``", + "Live", + "final", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Live final\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT count(DISTINCT Nationality) FROM conductor", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "Nationality", + ")", + "FROM", + "conductor" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "nationality", + ")", + "from", + "conductor" + ], + "question": "How many different nationalities do conductors have?", + "question_toks": [ + "How", + "many", + "different", + "nationalities", + "do", + "conductors", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 4, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT count(DISTINCT Nationality) FROM conductor", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "Nationality", + ")", + "FROM", + "conductor" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "nationality", + ")", + "from", + "conductor" + ], + "question": "Count the number of different nationalities of conductors.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "different", + "nationalities", + "of", + "conductors", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 4, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Name FROM conductor ORDER BY Year_of_Work DESC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "conductor", + "ORDER", + "BY", + "Year_of_Work", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "conductor", + "order", + "by", + "year_of_work", + "desc" + ], + "question": "List names of conductors in descending order of years of work.", + "question_toks": [ + "List", + "names", + "of", + "conductors", + "in", + "descending", + "order", + "of", + "years", + "of", + "work", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Name FROM conductor ORDER BY Year_of_Work DESC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "conductor", + "ORDER", + "BY", + "Year_of_Work", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "conductor", + "order", + "by", + "year_of_work", + "desc" + ], + "question": "What are the names of conductors, sorted descending by the number of years they have worked?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "conductors", + ",", + "sorted", + "descending", + "by", + "the", + "number", + "of", + "years", + "they", + "have", + "worked", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Name FROM conductor ORDER BY Year_of_Work DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "conductor", + "ORDER", + "BY", + "Year_of_Work", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "conductor", + "order", + "by", + "year_of_work", + "desc", + "limit", + "value" + ], + "question": "List the name of the conductor with the most years of work.", + "question_toks": [ + "List", + "the", + "name", + "of", + "the", + "conductor", + "with", + "the", + "most", + "years", + "of", + "work", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Name FROM conductor ORDER BY Year_of_Work DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "conductor", + "ORDER", + "BY", + "Year_of_Work", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "conductor", + "order", + "by", + "year_of_work", + "desc", + "limit", + "value" + ], + "question": "What is the name of the conductor who has worked the greatest number of years?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "conductor", + "who", + "has", + "worked", + "the", + "greatest", + "number", + "of", + "years", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT T1.Name , T2.Orchestra FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID", + "query_toks": [ + "SELECT", + "T1.Name", + ",", + "T2.Orchestra", + "FROM", + "conductor", + "AS", + "T1", + "JOIN", + "orchestra", + "AS", + "T2", + "ON", + "T1.Conductor_ID", + "=", + "T2.Conductor_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t2", + ".", + "orchestra", + "from", + "conductor", + "as", + "t1", + "join", + "orchestra", + "as", + "t2", + "on", + "t1", + ".", + "conductor_id", + "=", + "t2", + ".", + "conductor_id" + ], + "question": "Show the names of conductors and the orchestras they have conducted.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "conductors", + "and", + "the", + "orchestras", + "they", + "have", + "conducted", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT T1.Name , T2.Orchestra FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID", + "query_toks": [ + "SELECT", + "T1.Name", + ",", + "T2.Orchestra", + "FROM", + "conductor", + "AS", + "T1", + "JOIN", + "orchestra", + "AS", + "T2", + "ON", + "T1.Conductor_ID", + "=", + "T2.Conductor_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t2", + ".", + "orchestra", + "from", + "conductor", + "as", + "t1", + "join", + "orchestra", + "as", + "t2", + "on", + "t1", + ".", + "conductor_id", + "=", + "t2", + ".", + "conductor_id" + ], + "question": "What are the names of conductors as well as the corresonding orchestras that they have conducted?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "conductors", + "as", + "well", + "as", + "the", + "corresonding", + "orchestras", + "that", + "they", + "have", + "conducted", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT T1.Name FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID GROUP BY T2.Conductor_ID HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "conductor", + "AS", + "T1", + "JOIN", + "orchestra", + "AS", + "T2", + "ON", + "T1.Conductor_ID", + "=", + "T2.Conductor_ID", + "GROUP", + "BY", + "T2.Conductor_ID", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "conductor", + "as", + "t1", + "join", + "orchestra", + "as", + "t2", + "on", + "t1", + ".", + "conductor_id", + "=", + "t2", + ".", + "conductor_id", + "group", + "by", + "t2", + ".", + "conductor_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Show the names of conductors that have conducted more than one orchestras.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "conductors", + "that", + "have", + "conducted", + "more", + "than", + "one", + "orchestras", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT T1.Name FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID GROUP BY T2.Conductor_ID HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "conductor", + "AS", + "T1", + "JOIN", + "orchestra", + "AS", + "T2", + "ON", + "T1.Conductor_ID", + "=", + "T2.Conductor_ID", + "GROUP", + "BY", + "T2.Conductor_ID", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "conductor", + "as", + "t1", + "join", + "orchestra", + "as", + "t2", + "on", + "t1", + ".", + "conductor_id", + "=", + "t2", + ".", + "conductor_id", + "group", + "by", + "t2", + ".", + "conductor_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the names of conductors who have conducted at more than one orchestra?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "conductors", + "who", + "have", + "conducted", + "at", + "more", + "than", + "one", + "orchestra", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT T1.Name FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID GROUP BY T2.Conductor_ID ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "conductor", + "AS", + "T1", + "JOIN", + "orchestra", + "AS", + "T2", + "ON", + "T1.Conductor_ID", + "=", + "T2.Conductor_ID", + "GROUP", + "BY", + "T2.Conductor_ID", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "conductor", + "as", + "t1", + "join", + "orchestra", + "as", + "t2", + "on", + "t1", + ".", + "conductor_id", + "=", + "t2", + ".", + "conductor_id", + "group", + "by", + "t2", + ".", + "conductor_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Show the name of the conductor that has conducted the most number of orchestras.", + "question_toks": [ + "Show", + "the", + "name", + "of", + "the", + "conductor", + "that", + "has", + "conducted", + "the", + "most", + "number", + "of", + "orchestras", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT T1.Name FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID GROUP BY T2.Conductor_ID ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "conductor", + "AS", + "T1", + "JOIN", + "orchestra", + "AS", + "T2", + "ON", + "T1.Conductor_ID", + "=", + "T2.Conductor_ID", + "GROUP", + "BY", + "T2.Conductor_ID", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "conductor", + "as", + "t1", + "join", + "orchestra", + "as", + "t2", + "on", + "t1", + ".", + "conductor_id", + "=", + "t2", + ".", + "conductor_id", + "group", + "by", + "t2", + ".", + "conductor_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the conductor who has conducted the most orchestras?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "conductor", + "who", + "has", + "conducted", + "the", + "most", + "orchestras", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT T1.Name FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID WHERE Year_of_Founded > 2008", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "conductor", + "AS", + "T1", + "JOIN", + "orchestra", + "AS", + "T2", + "ON", + "T1.Conductor_ID", + "=", + "T2.Conductor_ID", + "WHERE", + "Year_of_Founded", + ">", + "2008" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "conductor", + "as", + "t1", + "join", + "orchestra", + "as", + "t2", + "on", + "t1", + ".", + "conductor_id", + "=", + "t2", + ".", + "conductor_id", + "where", + "year_of_founded", + ">", + "value" + ], + "question": "Please show the name of the conductor that has conducted orchestras founded after 2008.", + "question_toks": [ + "Please", + "show", + "the", + "name", + "of", + "the", + "conductor", + "that", + "has", + "conducted", + "orchestras", + "founded", + "after", + "2008", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2008.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT T1.Name FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID WHERE Year_of_Founded > 2008", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "conductor", + "AS", + "T1", + "JOIN", + "orchestra", + "AS", + "T2", + "ON", + "T1.Conductor_ID", + "=", + "T2.Conductor_ID", + "WHERE", + "Year_of_Founded", + ">", + "2008" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "conductor", + "as", + "t1", + "join", + "orchestra", + "as", + "t2", + "on", + "t1", + ".", + "conductor_id", + "=", + "t2", + ".", + "conductor_id", + "where", + "year_of_founded", + ">", + "value" + ], + "question": "What are the names of conductors who have conducted orchestras founded after the year 2008?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "conductors", + "who", + "have", + "conducted", + "orchestras", + "founded", + "after", + "the", + "year", + "2008", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2008.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Record_Company , COUNT(*) FROM orchestra GROUP BY Record_Company", + "query_toks": [ + "SELECT", + "Record_Company", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "orchestra", + "GROUP", + "BY", + "Record_Company" + ], + "query_toks_no_value": [ + "select", + "record_company", + ",", + "count", + "(", + "*", + ")", + "from", + "orchestra", + "group", + "by", + "record_company" + ], + "question": "Please show the different record companies and the corresponding number of orchestras.", + "question_toks": [ + "Please", + "show", + "the", + "different", + "record", + "companies", + "and", + "the", + "corresponding", + "number", + "of", + "orchestras", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Record_Company , COUNT(*) FROM orchestra GROUP BY Record_Company", + "query_toks": [ + "SELECT", + "Record_Company", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "orchestra", + "GROUP", + "BY", + "Record_Company" + ], + "query_toks_no_value": [ + "select", + "record_company", + ",", + "count", + "(", + "*", + ")", + "from", + "orchestra", + "group", + "by", + "record_company" + ], + "question": "How many orchestras does each record company manage?", + "question_toks": [ + "How", + "many", + "orchestras", + "does", + "each", + "record", + "company", + "manage", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Major_Record_Format FROM orchestra GROUP BY Major_Record_Format ORDER BY COUNT(*) ASC", + "query_toks": [ + "SELECT", + "Major_Record_Format", + "FROM", + "orchestra", + "GROUP", + "BY", + "Major_Record_Format", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "ASC" + ], + "query_toks_no_value": [ + "select", + "major_record_format", + "from", + "orchestra", + "group", + "by", + "major_record_format", + "order", + "by", + "count", + "(", + "*", + ")", + "asc" + ], + "question": "Please show the record formats of orchestras in ascending order of count.", + "question_toks": [ + "Please", + "show", + "the", + "record", + "formats", + "of", + "orchestras", + "in", + "ascending", + "order", + "of", + "count", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Major_Record_Format FROM orchestra GROUP BY Major_Record_Format ORDER BY COUNT(*) ASC", + "query_toks": [ + "SELECT", + "Major_Record_Format", + "FROM", + "orchestra", + "GROUP", + "BY", + "Major_Record_Format", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "ASC" + ], + "query_toks_no_value": [ + "select", + "major_record_format", + "from", + "orchestra", + "group", + "by", + "major_record_format", + "order", + "by", + "count", + "(", + "*", + ")", + "asc" + ], + "question": "What are the major record formats of orchestras, sorted by their frequency?", + "question_toks": [ + "What", + "are", + "the", + "major", + "record", + "formats", + "of", + "orchestras", + ",", + "sorted", + "by", + "their", + "frequency", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Record_Company FROM orchestra GROUP BY Record_Company ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Record_Company", + "FROM", + "orchestra", + "GROUP", + "BY", + "Record_Company", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "record_company", + "from", + "orchestra", + "group", + "by", + "record_company", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "List the record company shared by the most number of orchestras.", + "question_toks": [ + "List", + "the", + "record", + "company", + "shared", + "by", + "the", + "most", + "number", + "of", + "orchestras", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Record_Company FROM orchestra GROUP BY Record_Company ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Record_Company", + "FROM", + "orchestra", + "GROUP", + "BY", + "Record_Company", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "record_company", + "from", + "orchestra", + "group", + "by", + "record_company", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the record company used by the greatest number of orchestras?", + "question_toks": [ + "What", + "is", + "the", + "record", + "company", + "used", + "by", + "the", + "greatest", + "number", + "of", + "orchestras", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Orchestra FROM orchestra WHERE Orchestra_ID NOT IN (SELECT Orchestra_ID FROM performance)", + "query_toks": [ + "SELECT", + "Orchestra", + "FROM", + "orchestra", + "WHERE", + "Orchestra_ID", + "NOT", + "IN", + "(", + "SELECT", + "Orchestra_ID", + "FROM", + "performance", + ")" + ], + "query_toks_no_value": [ + "select", + "orchestra", + "from", + "orchestra", + "where", + "orchestra_id", + "not", + "in", + "(", + "select", + "orchestra_id", + "from", + "performance", + ")" + ], + "question": "List the names of orchestras that have no performance.", + "question_toks": [ + "List", + "the", + "names", + "of", + "orchestras", + "that", + "have", + "no", + "performance", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Orchestra FROM orchestra WHERE Orchestra_ID NOT IN (SELECT Orchestra_ID FROM performance)", + "query_toks": [ + "SELECT", + "Orchestra", + "FROM", + "orchestra", + "WHERE", + "Orchestra_ID", + "NOT", + "IN", + "(", + "SELECT", + "Orchestra_ID", + "FROM", + "performance", + ")" + ], + "query_toks_no_value": [ + "select", + "orchestra", + "from", + "orchestra", + "where", + "orchestra_id", + "not", + "in", + "(", + "select", + "orchestra_id", + "from", + "performance", + ")" + ], + "question": "What are the orchestras that do not have any performances?", + "question_toks": [ + "What", + "are", + "the", + "orchestras", + "that", + "do", + "not", + "have", + "any", + "performances", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Record_Company FROM orchestra WHERE Year_of_Founded < 2003 INTERSECT SELECT Record_Company FROM orchestra WHERE Year_of_Founded > 2003", + "query_toks": [ + "SELECT", + "Record_Company", + "FROM", + "orchestra", + "WHERE", + "Year_of_Founded", + "<", + "2003", + "INTERSECT", + "SELECT", + "Record_Company", + "FROM", + "orchestra", + "WHERE", + "Year_of_Founded", + ">", + "2003" + ], + "query_toks_no_value": [ + "select", + "record_company", + "from", + "orchestra", + "where", + "year_of_founded", + "<", + "value", + "intersect", + "select", + "record_company", + "from", + "orchestra", + "where", + "year_of_founded", + ">", + "value" + ], + "question": "Show the record companies shared by orchestras founded before 2003 and after 2003.", + "question_toks": [ + "Show", + "the", + "record", + "companies", + "shared", + "by", + "orchestras", + "founded", + "before", + "2003", + "and", + "after", + "2003", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2003.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2003.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Record_Company FROM orchestra WHERE Year_of_Founded < 2003 INTERSECT SELECT Record_Company FROM orchestra WHERE Year_of_Founded > 2003", + "query_toks": [ + "SELECT", + "Record_Company", + "FROM", + "orchestra", + "WHERE", + "Year_of_Founded", + "<", + "2003", + "INTERSECT", + "SELECT", + "Record_Company", + "FROM", + "orchestra", + "WHERE", + "Year_of_Founded", + ">", + "2003" + ], + "query_toks_no_value": [ + "select", + "record_company", + "from", + "orchestra", + "where", + "year_of_founded", + "<", + "value", + "intersect", + "select", + "record_company", + "from", + "orchestra", + "where", + "year_of_founded", + ">", + "value" + ], + "question": "What are the record companies that are used by both orchestras founded before 2003 and those founded after 2003?", + "question_toks": [ + "What", + "are", + "the", + "record", + "companies", + "that", + "are", + "used", + "by", + "both", + "orchestras", + "founded", + "before", + "2003", + "and", + "those", + "founded", + "after", + "2003", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2003.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2003.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT COUNT(*) FROM orchestra WHERE Major_Record_Format = \"CD\" OR Major_Record_Format = \"DVD\"", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "orchestra", + "WHERE", + "Major_Record_Format", + "=", + "``", + "CD", + "''", + "OR", + "Major_Record_Format", + "=", + "``", + "DVD", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "orchestra", + "where", + "major_record_format", + "=", + "value", + "or", + "major_record_format", + "=", + "value" + ], + "question": "Find the number of orchestras whose record format is \"CD\" or \"DVD\".", + "question_toks": [ + "Find", + "the", + "number", + "of", + "orchestras", + "whose", + "record", + "format", + "is", + "``", + "CD", + "''", + "or", + "``", + "DVD", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"CD\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"DVD\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT COUNT(*) FROM orchestra WHERE Major_Record_Format = \"CD\" OR Major_Record_Format = \"DVD\"", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "orchestra", + "WHERE", + "Major_Record_Format", + "=", + "``", + "CD", + "''", + "OR", + "Major_Record_Format", + "=", + "``", + "DVD", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "orchestra", + "where", + "major_record_format", + "=", + "value", + "or", + "major_record_format", + "=", + "value" + ], + "question": "Count the number of orchestras that have CD or DVD as their record format.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "orchestras", + "that", + "have", + "CD", + "or", + "DVD", + "as", + "their", + "record", + "format", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"CD\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"DVD\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Year_of_Founded FROM orchestra AS T1 JOIN performance AS T2 ON T1.Orchestra_ID = T2.Orchestra_ID GROUP BY T2.Orchestra_ID HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "Year_of_Founded", + "FROM", + "orchestra", + "AS", + "T1", + "JOIN", + "performance", + "AS", + "T2", + "ON", + "T1.Orchestra_ID", + "=", + "T2.Orchestra_ID", + "GROUP", + "BY", + "T2.Orchestra_ID", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "year_of_founded", + "from", + "orchestra", + "as", + "t1", + "join", + "performance", + "as", + "t2", + "on", + "t1", + ".", + "orchestra_id", + "=", + "t2", + ".", + "orchestra_id", + "group", + "by", + "t2", + ".", + "orchestra_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Show the years in which orchestras that have given more than one performance are founded.", + "question_toks": [ + "Show", + "the", + "years", + "in", + "which", + "orchestras", + "that", + "have", + "given", + "more", + "than", + "one", + "performance", + "are", + "founded", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "orchestra", + "query": "SELECT Year_of_Founded FROM orchestra AS T1 JOIN performance AS T2 ON T1.Orchestra_ID = T2.Orchestra_ID GROUP BY T2.Orchestra_ID HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "Year_of_Founded", + "FROM", + "orchestra", + "AS", + "T1", + "JOIN", + "performance", + "AS", + "T2", + "ON", + "T1.Orchestra_ID", + "=", + "T2.Orchestra_ID", + "GROUP", + "BY", + "T2.Orchestra_ID", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "year_of_founded", + "from", + "orchestra", + "as", + "t1", + "join", + "performance", + "as", + "t2", + "on", + "t1", + ".", + "orchestra_id", + "=", + "t2", + ".", + "orchestra_id", + "group", + "by", + "t2", + ".", + "orchestra_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are years of founding for orchestras that have had more than a single performance?", + "question_toks": [ + "What", + "are", + "years", + "of", + "founding", + "for", + "orchestras", + "that", + "have", + "had", + "more", + "than", + "a", + "single", + "performance", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT count(*) FROM Highschooler", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Highschooler" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "highschooler" + ], + "question": "How many high schoolers are there?", + "question_toks": [ + "How", + "many", + "high", + "schoolers", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT count(*) FROM Highschooler", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Highschooler" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "highschooler" + ], + "question": "Count the number of high schoolers.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "high", + "schoolers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT name , grade FROM Highschooler", + "query_toks": [ + "SELECT", + "name", + ",", + "grade", + "FROM", + "Highschooler" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "grade", + "from", + "highschooler" + ], + "question": "Show the names and grades of each high schooler.", + "question_toks": [ + "Show", + "the", + "names", + "and", + "grades", + "of", + "each", + "high", + "schooler", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT name , grade FROM Highschooler", + "query_toks": [ + "SELECT", + "name", + ",", + "grade", + "FROM", + "Highschooler" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "grade", + "from", + "highschooler" + ], + "question": "What are the names and grades for each high schooler?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "grades", + "for", + "each", + "high", + "schooler", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT grade FROM Highschooler", + "query_toks": [ + "SELECT", + "grade", + "FROM", + "Highschooler" + ], + "query_toks_no_value": [ + "select", + "grade", + "from", + "highschooler" + ], + "question": "Show all the grades of the high schoolers.", + "question_toks": [ + "Show", + "all", + "the", + "grades", + "of", + "the", + "high", + "schoolers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT grade FROM Highschooler", + "query_toks": [ + "SELECT", + "grade", + "FROM", + "Highschooler" + ], + "query_toks_no_value": [ + "select", + "grade", + "from", + "highschooler" + ], + "question": "What is the grade of each high schooler?", + "question_toks": [ + "What", + "is", + "the", + "grade", + "of", + "each", + "high", + "schooler", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT grade FROM Highschooler WHERE name = \"Kyle\"", + "query_toks": [ + "SELECT", + "grade", + "FROM", + "Highschooler", + "WHERE", + "name", + "=", + "``", + "Kyle", + "''" + ], + "query_toks_no_value": [ + "select", + "grade", + "from", + "highschooler", + "where", + "name", + "=", + "value" + ], + "question": "What grade is Kyle in?", + "question_toks": [ + "What", + "grade", + "is", + "Kyle", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Kyle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT grade FROM Highschooler WHERE name = \"Kyle\"", + "query_toks": [ + "SELECT", + "grade", + "FROM", + "Highschooler", + "WHERE", + "name", + "=", + "``", + "Kyle", + "''" + ], + "query_toks_no_value": [ + "select", + "grade", + "from", + "highschooler", + "where", + "name", + "=", + "value" + ], + "question": "Return the grade for the high schooler named Kyle.", + "question_toks": [ + "Return", + "the", + "grade", + "for", + "the", + "high", + "schooler", + "named", + "Kyle", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Kyle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT name FROM Highschooler WHERE grade = 10", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Highschooler", + "WHERE", + "grade", + "=", + "10" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "highschooler", + "where", + "grade", + "=", + "value" + ], + "question": "Show the names of all high schoolers in grade 10.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "all", + "high", + "schoolers", + "in", + "grade", + "10", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 10.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT name FROM Highschooler WHERE grade = 10", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Highschooler", + "WHERE", + "grade", + "=", + "10" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "highschooler", + "where", + "grade", + "=", + "value" + ], + "question": "What are the names of all high schoolers in grade 10?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "high", + "schoolers", + "in", + "grade", + "10", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 10.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT ID FROM Highschooler WHERE name = \"Kyle\"", + "query_toks": [ + "SELECT", + "ID", + "FROM", + "Highschooler", + "WHERE", + "name", + "=", + "``", + "Kyle", + "''" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "highschooler", + "where", + "name", + "=", + "value" + ], + "question": "Show the ID of the high schooler named Kyle.", + "question_toks": [ + "Show", + "the", + "ID", + "of", + "the", + "high", + "schooler", + "named", + "Kyle", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Kyle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT ID FROM Highschooler WHERE name = \"Kyle\"", + "query_toks": [ + "SELECT", + "ID", + "FROM", + "Highschooler", + "WHERE", + "name", + "=", + "``", + "Kyle", + "''" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "highschooler", + "where", + "name", + "=", + "value" + ], + "question": "What is Kyle's id?", + "question_toks": [ + "What", + "is", + "Kyle", + "'s", + "id", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Kyle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT count(*) FROM Highschooler WHERE grade = 9 OR grade = 10", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Highschooler", + "WHERE", + "grade", + "=", + "9", + "OR", + "grade", + "=", + "10" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "highschooler", + "where", + "grade", + "=", + "value", + "or", + "grade", + "=", + "value" + ], + "question": "How many high schoolers are there in grade 9 or 10?", + "question_toks": [ + "How", + "many", + "high", + "schoolers", + "are", + "there", + "in", + "grade", + "9", + "or", + "10", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 9.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 10.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT count(*) FROM Highschooler WHERE grade = 9 OR grade = 10", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Highschooler", + "WHERE", + "grade", + "=", + "9", + "OR", + "grade", + "=", + "10" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "highschooler", + "where", + "grade", + "=", + "value", + "or", + "grade", + "=", + "value" + ], + "question": "Count the number of high schoolers in grades 9 or 10.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "high", + "schoolers", + "in", + "grades", + "9", + "or", + "10", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 9.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 10.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT grade , count(*) FROM Highschooler GROUP BY grade", + "query_toks": [ + "SELECT", + "grade", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Highschooler", + "GROUP", + "BY", + "grade" + ], + "query_toks_no_value": [ + "select", + "grade", + ",", + "count", + "(", + "*", + ")", + "from", + "highschooler", + "group", + "by", + "grade" + ], + "question": "Show the number of high schoolers for each grade.", + "question_toks": [ + "Show", + "the", + "number", + "of", + "high", + "schoolers", + "for", + "each", + "grade", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT grade , count(*) FROM Highschooler GROUP BY grade", + "query_toks": [ + "SELECT", + "grade", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Highschooler", + "GROUP", + "BY", + "grade" + ], + "query_toks_no_value": [ + "select", + "grade", + ",", + "count", + "(", + "*", + ")", + "from", + "highschooler", + "group", + "by", + "grade" + ], + "question": "How many high schoolers are in each grade?", + "question_toks": [ + "How", + "many", + "high", + "schoolers", + "are", + "in", + "each", + "grade", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT grade FROM Highschooler GROUP BY grade ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "grade", + "FROM", + "Highschooler", + "GROUP", + "BY", + "grade", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "grade", + "from", + "highschooler", + "group", + "by", + "grade", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which grade has the most high schoolers?", + "question_toks": [ + "Which", + "grade", + "has", + "the", + "most", + "high", + "schoolers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT grade FROM Highschooler GROUP BY grade ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "grade", + "FROM", + "Highschooler", + "GROUP", + "BY", + "grade", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "grade", + "from", + "highschooler", + "group", + "by", + "grade", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Return the grade that has the greatest number of high schoolers.", + "question_toks": [ + "Return", + "the", + "grade", + "that", + "has", + "the", + "greatest", + "number", + "of", + "high", + "schoolers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT grade FROM Highschooler GROUP BY grade HAVING count(*) >= 4", + "query_toks": [ + "SELECT", + "grade", + "FROM", + "Highschooler", + "GROUP", + "BY", + "grade", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "4" + ], + "query_toks_no_value": [ + "select", + "grade", + "from", + "highschooler", + "group", + "by", + "grade", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show me all grades that have at least 4 students.", + "question_toks": [ + "Show", + "me", + "all", + "grades", + "that", + "have", + "at", + "least", + "4", + "students", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 4.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT grade FROM Highschooler GROUP BY grade HAVING count(*) >= 4", + "query_toks": [ + "SELECT", + "grade", + "FROM", + "Highschooler", + "GROUP", + "BY", + "grade", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "4" + ], + "query_toks_no_value": [ + "select", + "grade", + "from", + "highschooler", + "group", + "by", + "grade", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Which grades have 4 or more high schoolers?", + "question_toks": [ + "Which", + "grades", + "have", + "4", + "or", + "more", + "high", + "schoolers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 4.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT student_id , count(*) FROM Friend GROUP BY student_id", + "query_toks": [ + "SELECT", + "student_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Friend", + "GROUP", + "BY", + "student_id" + ], + "query_toks_no_value": [ + "select", + "student_id", + ",", + "count", + "(", + "*", + ")", + "from", + "friend", + "group", + "by", + "student_id" + ], + "question": "Show the student IDs and numbers of friends corresponding to each.", + "question_toks": [ + "Show", + "the", + "student", + "IDs", + "and", + "numbers", + "of", + "friends", + "corresponding", + "to", + "each", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT student_id , count(*) FROM Friend GROUP BY student_id", + "query_toks": [ + "SELECT", + "student_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Friend", + "GROUP", + "BY", + "student_id" + ], + "query_toks_no_value": [ + "select", + "student_id", + ",", + "count", + "(", + "*", + ")", + "from", + "friend", + "group", + "by", + "student_id" + ], + "question": "How many friends does each student have?", + "question_toks": [ + "How", + "many", + "friends", + "does", + "each", + "student", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name , count(*) FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "GROUP", + "BY", + "T1.student_id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t1", + ".", + "student_id" + ], + "question": "Show the names of high school students and their corresponding number of friends.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "high", + "school", + "students", + "and", + "their", + "corresponding", + "number", + "of", + "friends", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name , count(*) FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "GROUP", + "BY", + "T1.student_id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t1", + ".", + "student_id" + ], + "question": "What are the names of the high schoolers and how many friends does each have?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "high", + "schoolers", + "and", + "how", + "many", + "friends", + "does", + "each", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "GROUP", + "BY", + "T1.student_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t1", + ".", + "student_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the high schooler who has the greatest number of friends?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "high", + "schooler", + "who", + "has", + "the", + "greatest", + "number", + "of", + "friends", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "GROUP", + "BY", + "T1.student_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t1", + ".", + "student_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Return the name of the high school student with the most friends.", + "question_toks": [ + "Return", + "the", + "name", + "of", + "the", + "high", + "school", + "student", + "with", + "the", + "most", + "friends", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id HAVING count(*) >= 3", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "GROUP", + "BY", + "T1.student_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show the names of high schoolers who have at least 3 friends.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "high", + "schoolers", + "who", + "have", + "at", + "least", + "3", + "friends", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id HAVING count(*) >= 3", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "GROUP", + "BY", + "T1.student_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the names of high schoolers who have 3 or more friends?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "high", + "schoolers", + "who", + "have", + "3", + "or", + "more", + "friends", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T3.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id JOIN Highschooler AS T3 ON T1.friend_id = T3.id WHERE T2.name = \"Kyle\"", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "JOIN", + "Highschooler", + "AS", + "T3", + "ON", + "T1.friend_id", + "=", + "T3.id", + "WHERE", + "T2.name", + "=", + "``", + "Kyle", + "''" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "join", + "highschooler", + "as", + "t3", + "on", + "t1", + ".", + "friend_id", + "=", + "t3", + ".", + "id", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Show the names of all of the high schooler Kyle's friends.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "all", + "of", + "the", + "high", + "schooler", + "Kyle", + "'s", + "friends", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Kyle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T3.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id JOIN Highschooler AS T3 ON T1.friend_id = T3.id WHERE T2.name = \"Kyle\"", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "JOIN", + "Highschooler", + "AS", + "T3", + "ON", + "T1.friend_id", + "=", + "T3.id", + "WHERE", + "T2.name", + "=", + "``", + "Kyle", + "''" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "join", + "highschooler", + "as", + "t3", + "on", + "t1", + ".", + "friend_id", + "=", + "t3", + ".", + "id", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Return the names of friends of the high school student Kyle.", + "question_toks": [ + "Return", + "the", + "names", + "of", + "friends", + "of", + "the", + "high", + "school", + "student", + "Kyle", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Kyle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT count(*) FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id WHERE T2.name = \"Kyle\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "WHERE", + "T2.name", + "=", + "``", + "Kyle", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "How many friends does the high school student Kyle have?", + "question_toks": [ + "How", + "many", + "friends", + "does", + "the", + "high", + "school", + "student", + "Kyle", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Kyle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT count(*) FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id WHERE T2.name = \"Kyle\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "WHERE", + "T2.name", + "=", + "``", + "Kyle", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Count the number of friends Kyle has.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "friends", + "Kyle", + "has", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Kyle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT id FROM Highschooler EXCEPT SELECT student_id FROM Friend", + "query_toks": [ + "SELECT", + "id", + "FROM", + "Highschooler", + "EXCEPT", + "SELECT", + "student_id", + "FROM", + "Friend" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "highschooler", + "except", + "select", + "student_id", + "from", + "friend" + ], + "question": "Show ids of all students who do not have any friends.", + "question_toks": [ + "Show", + "ids", + "of", + "all", + "students", + "who", + "do", + "not", + "have", + "any", + "friends", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "network_1", + "query": "SELECT id FROM Highschooler EXCEPT SELECT student_id FROM Friend", + "query_toks": [ + "SELECT", + "id", + "FROM", + "Highschooler", + "EXCEPT", + "SELECT", + "student_id", + "FROM", + "Friend" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "highschooler", + "except", + "select", + "student_id", + "from", + "friend" + ], + "question": "What are the ids of high school students who do not have friends?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "high", + "school", + "students", + "who", + "do", + "not", + "have", + "friends", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "network_1", + "query": "SELECT name FROM Highschooler EXCEPT SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Highschooler", + "EXCEPT", + "SELECT", + "T2.name", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "highschooler", + "except", + "select", + "t2", + ".", + "name", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id" + ], + "question": "Show names of all high school students who do not have any friends.", + "question_toks": [ + "Show", + "names", + "of", + "all", + "high", + "school", + "students", + "who", + "do", + "not", + "have", + "any", + "friends", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "network_1", + "query": "SELECT name FROM Highschooler EXCEPT SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Highschooler", + "EXCEPT", + "SELECT", + "T2.name", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "highschooler", + "except", + "select", + "t2", + ".", + "name", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id" + ], + "question": "What are the names of students who have no friends?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "students", + "who", + "have", + "no", + "friends", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "network_1", + "query": "SELECT student_id FROM Friend INTERSECT SELECT liked_id FROM Likes", + "query_toks": [ + "SELECT", + "student_id", + "FROM", + "Friend", + "INTERSECT", + "SELECT", + "liked_id", + "FROM", + "Likes" + ], + "query_toks_no_value": [ + "select", + "student_id", + "from", + "friend", + "intersect", + "select", + "liked_id", + "from", + "likes" + ], + "question": "Show the ids of high schoolers who have friends and are also liked by someone else.", + "question_toks": [ + "Show", + "the", + "ids", + "of", + "high", + "schoolers", + "who", + "have", + "friends", + "and", + "are", + "also", + "liked", + "by", + "someone", + "else", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT student_id FROM Friend INTERSECT SELECT liked_id FROM Likes", + "query_toks": [ + "SELECT", + "student_id", + "FROM", + "Friend", + "INTERSECT", + "SELECT", + "liked_id", + "FROM", + "Likes" + ], + "query_toks_no_value": [ + "select", + "student_id", + "from", + "friend", + "intersect", + "select", + "liked_id", + "from", + "likes" + ], + "question": "What are the ids of students who both have friends and are liked?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "students", + "who", + "both", + "have", + "friends", + "and", + "are", + "liked", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id INTERSECT SELECT T2.name FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.liked_id = T2.id", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "INTERSECT", + "SELECT", + "T2.name", + "FROM", + "Likes", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.liked_id", + "=", + "T2.id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "intersect", + "select", + "t2", + ".", + "name", + "from", + "likes", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "liked_id", + "=", + "t2", + ".", + "id" + ], + "question": "Show name of all students who have some friends and also are liked by someone else.", + "question_toks": [ + "Show", + "name", + "of", + "all", + "students", + "who", + "have", + "some", + "friends", + "and", + "also", + "are", + "liked", + "by", + "someone", + "else", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id INTERSECT SELECT T2.name FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.liked_id = T2.id", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "INTERSECT", + "SELECT", + "T2.name", + "FROM", + "Likes", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.liked_id", + "=", + "T2.id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "intersect", + "select", + "t2", + ".", + "name", + "from", + "likes", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "liked_id", + "=", + "t2", + ".", + "id" + ], + "question": "What are the names of high schoolers who both have friends and are liked?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "high", + "schoolers", + "who", + "both", + "have", + "friends", + "and", + "are", + "liked", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT student_id , count(*) FROM Likes GROUP BY student_id", + "query_toks": [ + "SELECT", + "student_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Likes", + "GROUP", + "BY", + "student_id" + ], + "query_toks_no_value": [ + "select", + "student_id", + ",", + "count", + "(", + "*", + ")", + "from", + "likes", + "group", + "by", + "student_id" + ], + "question": "Count the number of likes for each student id.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "likes", + "for", + "each", + "student", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT student_id , count(*) FROM Likes GROUP BY student_id", + "query_toks": [ + "SELECT", + "student_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Likes", + "GROUP", + "BY", + "student_id" + ], + "query_toks_no_value": [ + "select", + "student_id", + ",", + "count", + "(", + "*", + ")", + "from", + "likes", + "group", + "by", + "student_id" + ], + "question": "How many likes correspond to each student id?", + "question_toks": [ + "How", + "many", + "likes", + "correspond", + "to", + "each", + "student", + "id", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name , count(*) FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Likes", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "GROUP", + "BY", + "T1.student_id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "likes", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t1", + ".", + "student_id" + ], + "question": "Show the names of high schoolers who have likes, and numbers of likes for each.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "high", + "schoolers", + "who", + "have", + "likes", + ",", + "and", + "numbers", + "of", + "likes", + "for", + "each", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name , count(*) FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Likes", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "GROUP", + "BY", + "T1.student_id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "likes", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t1", + ".", + "student_id" + ], + "question": "What are the names of high schoolers who have likes, and how many likes does each have?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "high", + "schoolers", + "who", + "have", + "likes", + ",", + "and", + "how", + "many", + "likes", + "does", + "each", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Likes", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "GROUP", + "BY", + "T1.student_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "likes", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t1", + ".", + "student_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the high schooler who has the greatest number of likes?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "high", + "schooler", + "who", + "has", + "the", + "greatest", + "number", + "of", + "likes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Likes", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "GROUP", + "BY", + "T1.student_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "likes", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t1", + ".", + "student_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the name of the student with the most likes.", + "question_toks": [ + "Give", + "the", + "name", + "of", + "the", + "student", + "with", + "the", + "most", + "likes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Likes", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "GROUP", + "BY", + "T1.student_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "likes", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show the names of students who have at least 2 likes.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "students", + "who", + "have", + "at", + "least", + "2", + "likes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Likes", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "GROUP", + "BY", + "T1.student_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "likes", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the names of students who have 2 or more likes?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "students", + "who", + "have", + "2", + "or", + "more", + "likes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id WHERE T2.grade > 5 GROUP BY T1.student_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "WHERE", + "T2.grade", + ">", + "5", + "GROUP", + "BY", + "T1.student_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "grade", + ">", + "value", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show the names of students who have a grade higher than 5 and have at least 2 friends.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "students", + "who", + "have", + "a", + "grade", + "higher", + "than", + "5", + "and", + "have", + "at", + "least", + "2", + "friends", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 5.0, + null + ] + ], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id WHERE T2.grade > 5 GROUP BY T1.student_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "WHERE", + "T2.grade", + ">", + "5", + "GROUP", + "BY", + "T1.student_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "grade", + ">", + "value", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the names of high schoolers who have a grade of over 5 and have 2 or more friends?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "high", + "schoolers", + "who", + "have", + "a", + "grade", + "of", + "over", + "5", + "and", + "have", + "2", + "or", + "more", + "friends", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 5.0, + null + ] + ], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT count(*) FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id WHERE T2.name = \"Kyle\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Likes", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "WHERE", + "T2.name", + "=", + "``", + "Kyle", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "likes", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "How many likes does Kyle have?", + "question_toks": [ + "How", + "many", + "likes", + "does", + "Kyle", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Kyle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT count(*) FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id WHERE T2.name = \"Kyle\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Likes", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + "WHERE", + "T2.name", + "=", + "``", + "Kyle", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "likes", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Return the number of likes that the high schooler named Kyle has.", + "question_toks": [ + "Return", + "the", + "number", + "of", + "likes", + "that", + "the", + "high", + "schooler", + "named", + "Kyle", + "has", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Kyle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT avg(grade) FROM Highschooler WHERE id IN (SELECT T1.student_id FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id)", + "query_toks": [ + "SELECT", + "avg", + "(", + "grade", + ")", + "FROM", + "Highschooler", + "WHERE", + "id", + "IN", + "(", + "SELECT", + "T1.student_id", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + ")" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "grade", + ")", + "from", + "highschooler", + "where", + "id", + "in", + "(", + "select", + "t1", + ".", + "student_id", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + ")" + ], + "question": "Find the average grade of all students who have some friends.", + "question_toks": [ + "Find", + "the", + "average", + "grade", + "of", + "all", + "students", + "who", + "have", + "some", + "friends", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT avg(grade) FROM Highschooler WHERE id IN (SELECT T1.student_id FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id)", + "query_toks": [ + "SELECT", + "avg", + "(", + "grade", + ")", + "FROM", + "Highschooler", + "WHERE", + "id", + "IN", + "(", + "SELECT", + "T1.student_id", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + ")" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "grade", + ")", + "from", + "highschooler", + "where", + "id", + "in", + "(", + "select", + "t1", + ".", + "student_id", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + ")" + ], + "question": "What is the average grade of students who have friends?", + "question_toks": [ + "What", + "is", + "the", + "average", + "grade", + "of", + "students", + "who", + "have", + "friends", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT min(grade) FROM Highschooler WHERE id NOT IN (SELECT T1.student_id FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id)", + "query_toks": [ + "SELECT", + "min", + "(", + "grade", + ")", + "FROM", + "Highschooler", + "WHERE", + "id", + "NOT", + "IN", + "(", + "SELECT", + "T1.student_id", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + ")" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "grade", + ")", + "from", + "highschooler", + "where", + "id", + "not", + "in", + "(", + "select", + "t1", + ".", + "student_id", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + ")" + ], + "question": "Find the minimum grade of students who have no friends.", + "question_toks": [ + "Find", + "the", + "minimum", + "grade", + "of", + "students", + "who", + "have", + "no", + "friends", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "network_1", + "query": "SELECT min(grade) FROM Highschooler WHERE id NOT IN (SELECT T1.student_id FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id)", + "query_toks": [ + "SELECT", + "min", + "(", + "grade", + ")", + "FROM", + "Highschooler", + "WHERE", + "id", + "NOT", + "IN", + "(", + "SELECT", + "T1.student_id", + "FROM", + "Friend", + "AS", + "T1", + "JOIN", + "Highschooler", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.id", + ")" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "grade", + ")", + "from", + "highschooler", + "where", + "id", + "not", + "in", + "(", + "select", + "t1", + ".", + "student_id", + "from", + "friend", + "as", + "t1", + "join", + "highschooler", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "id", + ")" + ], + "question": "What is the lowest grade of students who do not have any friends?", + "question_toks": [ + "What", + "is", + "the", + "lowest", + "grade", + "of", + "students", + "who", + "do", + "not", + "have", + "any", + "friends", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT state FROM Owners INTERSECT SELECT state FROM Professionals", + "query_toks": [ + "SELECT", + "state", + "FROM", + "Owners", + "INTERSECT", + "SELECT", + "state", + "FROM", + "Professionals" + ], + "query_toks_no_value": [ + "select", + "state", + "from", + "owners", + "intersect", + "select", + "state", + "from", + "professionals" + ], + "question": "Which states have both owners and professionals living there?", + "question_toks": [ + "Which", + "states", + "have", + "both", + "owners", + "and", + "professionals", + "living", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT state FROM Owners INTERSECT SELECT state FROM Professionals", + "query_toks": [ + "SELECT", + "state", + "FROM", + "Owners", + "INTERSECT", + "SELECT", + "state", + "FROM", + "Professionals" + ], + "query_toks_no_value": [ + "select", + "state", + "from", + "owners", + "intersect", + "select", + "state", + "from", + "professionals" + ], + "question": "Find the states where both owners and professionals live.", + "question_toks": [ + "Find", + "the", + "states", + "where", + "both", + "owners", + "and", + "professionals", + "live", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT avg(age) FROM Dogs WHERE dog_id IN ( SELECT dog_id FROM Treatments )", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "Dogs", + "WHERE", + "dog_id", + "IN", + "(", + "SELECT", + "dog_id", + "FROM", + "Treatments", + ")" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + "from", + "dogs", + "where", + "dog_id", + "in", + "(", + "select", + "dog_id", + "from", + "treatments", + ")" + ], + "question": "What is the average age of the dogs who have gone through any treatments?", + "question_toks": [ + "What", + "is", + "the", + "average", + "age", + "of", + "the", + "dogs", + "who", + "have", + "gone", + "through", + "any", + "treatments", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 45, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT avg(age) FROM Dogs WHERE dog_id IN ( SELECT dog_id FROM Treatments )", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "Dogs", + "WHERE", + "dog_id", + "IN", + "(", + "SELECT", + "dog_id", + "FROM", + "Treatments", + ")" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + "from", + "dogs", + "where", + "dog_id", + "in", + "(", + "select", + "dog_id", + "from", + "treatments", + ")" + ], + "question": "Find the average age of the dogs who went through treatments.", + "question_toks": [ + "Find", + "the", + "average", + "age", + "of", + "the", + "dogs", + "who", + "went", + "through", + "treatments", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 45, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT professional_id , last_name , cell_number FROM Professionals WHERE state = 'Indiana' UNION SELECT T1.professional_id , T1.last_name , T1.cell_number FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id GROUP BY T1.professional_id HAVING count(*) > 2", + "query_toks": [ + "SELECT", + "professional_id", + ",", + "last_name", + ",", + "cell_number", + "FROM", + "Professionals", + "WHERE", + "state", + "=", + "'Indiana", + "'", + "UNION", + "SELECT", + "T1.professional_id", + ",", + "T1.last_name", + ",", + "T1.cell_number", + "FROM", + "Professionals", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.professional_id", + "=", + "T2.professional_id", + "GROUP", + "BY", + "T1.professional_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "professional_id", + ",", + "last_name", + ",", + "cell_number", + "from", + "professionals", + "where", + "state", + "=", + "value", + "union", + "select", + "t1", + ".", + "professional_id", + ",", + "t1", + ".", + "last_name", + ",", + "t1", + ".", + "cell_number", + "from", + "professionals", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "professional_id", + "=", + "t2", + ".", + "professional_id", + "group", + "by", + "t1", + ".", + "professional_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Which professionals live in the state of Indiana or have done treatment on more than 2 treatments? List his or her id, last name and cell phone.", + "question_toks": [ + "Which", + "professionals", + "live", + "in", + "the", + "state", + "of", + "Indiana", + "or", + "have", + "done", + "treatment", + "on", + "more", + "than", + "2", + "treatments", + "?", + "List", + "his", + "or", + "her", + "id", + ",", + "last", + "name", + "and", + "cell", + "phone", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 33, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 40, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + "\"Indiana\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 46, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 33, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 40, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 33, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT professional_id , last_name , cell_number FROM Professionals WHERE state = 'Indiana' UNION SELECT T1.professional_id , T1.last_name , T1.cell_number FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id GROUP BY T1.professional_id HAVING count(*) > 2", + "query_toks": [ + "SELECT", + "professional_id", + ",", + "last_name", + ",", + "cell_number", + "FROM", + "Professionals", + "WHERE", + "state", + "=", + "'Indiana", + "'", + "UNION", + "SELECT", + "T1.professional_id", + ",", + "T1.last_name", + ",", + "T1.cell_number", + "FROM", + "Professionals", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.professional_id", + "=", + "T2.professional_id", + "GROUP", + "BY", + "T1.professional_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "professional_id", + ",", + "last_name", + ",", + "cell_number", + "from", + "professionals", + "where", + "state", + "=", + "value", + "union", + "select", + "t1", + ".", + "professional_id", + ",", + "t1", + ".", + "last_name", + ",", + "t1", + ".", + "cell_number", + "from", + "professionals", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "professional_id", + "=", + "t2", + ".", + "professional_id", + "group", + "by", + "t1", + ".", + "professional_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the id, last name and cell phone of the professionals who live in the state of Indiana or have performed more than two treatments.", + "question_toks": [ + "Find", + "the", + "id", + ",", + "last", + "name", + "and", + "cell", + "phone", + "of", + "the", + "professionals", + "who", + "live", + "in", + "the", + "state", + "of", + "Indiana", + "or", + "have", + "performed", + "more", + "than", + "two", + "treatments", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 33, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 40, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + "\"Indiana\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 46, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 33, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 40, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 33, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "select name from dogs where dog_id not in ( select dog_id from treatments group by dog_id having sum(cost_of_treatment) > 1000 )", + "query_toks": [ + "select", + "name", + "from", + "dogs", + "where", + "dog_id", + "not", + "in", + "(", + "select", + "dog_id", + "from", + "treatments", + "group", + "by", + "dog_id", + "having", + "sum", + "(", + "cost_of_treatment", + ")", + ">", + "1000", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "dogs", + "where", + "dog_id", + "not", + "in", + "(", + "select", + "dog_id", + "from", + "treatments", + "group", + "by", + "dog_id", + "having", + "sum", + "(", + "cost_of_treatment", + ")", + ">", + "value", + ")" + ], + "question": "Which dogs have not cost their owner more than 1000 for treatment ? List the dog names .", + "question_toks": [ + "Which", + "dogs", + "have", + "not", + "cost", + "their", + "owner", + "more", + "than", + "1000", + "for", + "treatment", + "?", + "List", + "the", + "dog", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 45, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 45, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 49, + false + ], + null + ], + 1000.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "select name from dogs where dog_id not in ( select dog_id from treatments group by dog_id having sum(cost_of_treatment) > 1000 )", + "query_toks": [ + "select", + "name", + "from", + "dogs", + "where", + "dog_id", + "not", + "in", + "(", + "select", + "dog_id", + "from", + "treatments", + "group", + "by", + "dog_id", + "having", + "sum", + "(", + "cost_of_treatment", + ")", + ">", + "1000", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "dogs", + "where", + "dog_id", + "not", + "in", + "(", + "select", + "dog_id", + "from", + "treatments", + "group", + "by", + "dog_id", + "having", + "sum", + "(", + "cost_of_treatment", + ")", + ">", + "value", + ")" + ], + "question": "What are the names of the dogs for which the owner has not spend more than 1000 for treatment ?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "dogs", + "for", + "which", + "the", + "owner", + "has", + "not", + "spend", + "more", + "than", + "1000", + "for", + "treatment", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 45, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 45, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 49, + false + ], + null + ], + 1000.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT first_name FROM Professionals UNION SELECT first_name FROM Owners EXCEPT SELECT name FROM Dogs", + "query_toks": [ + "SELECT", + "first_name", + "FROM", + "Professionals", + "UNION", + "SELECT", + "first_name", + "FROM", + "Owners", + "EXCEPT", + "SELECT", + "name", + "FROM", + "Dogs" + ], + "query_toks_no_value": [ + "select", + "first_name", + "from", + "professionals", + "union", + "select", + "first_name", + "from", + "owners", + "except", + "select", + "name", + "from", + "dogs" + ], + "question": "Which first names are used for professionals or owners but are not used as dog names?", + "question_toks": [ + "Which", + "first", + "names", + "are", + "used", + "for", + "professionals", + "or", + "owners", + "but", + "are", + "not", + "used", + "as", + "dog", + "names", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT first_name FROM Professionals UNION SELECT first_name FROM Owners EXCEPT SELECT name FROM Dogs", + "query_toks": [ + "SELECT", + "first_name", + "FROM", + "Professionals", + "UNION", + "SELECT", + "first_name", + "FROM", + "Owners", + "EXCEPT", + "SELECT", + "name", + "FROM", + "Dogs" + ], + "query_toks_no_value": [ + "select", + "first_name", + "from", + "professionals", + "union", + "select", + "first_name", + "from", + "owners", + "except", + "select", + "name", + "from", + "dogs" + ], + "question": "Find the first names that are used for professionals or owners but are not used as dog names.", + "question_toks": [ + "Find", + "the", + "first", + "names", + "that", + "are", + "used", + "for", + "professionals", + "or", + "owners", + "but", + "are", + "not", + "used", + "as", + "dog", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT professional_id , role_code , email_address FROM Professionals EXCEPT SELECT T1.professional_id , T1.role_code , T1.email_address FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id", + "query_toks": [ + "SELECT", + "professional_id", + ",", + "role_code", + ",", + "email_address", + "FROM", + "Professionals", + "EXCEPT", + "SELECT", + "T1.professional_id", + ",", + "T1.role_code", + ",", + "T1.email_address", + "FROM", + "Professionals", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.professional_id", + "=", + "T2.professional_id" + ], + "query_toks_no_value": [ + "select", + "professional_id", + ",", + "role_code", + ",", + "email_address", + "from", + "professionals", + "except", + "select", + "t1", + ".", + "professional_id", + ",", + "t1", + ".", + "role_code", + ",", + "t1", + ".", + "email_address", + "from", + "professionals", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "professional_id", + "=", + "t2", + ".", + "professional_id" + ], + "question": "Which professional did not operate any treatment on dogs? List the professional's id, role and email.", + "question_toks": [ + "Which", + "professional", + "did", + "not", + "operate", + "any", + "treatment", + "on", + "dogs", + "?", + "List", + "the", + "professional", + "'s", + "id", + ",", + "role", + "and", + "email", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 33, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 41, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 46, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 33, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 41, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT professional_id , role_code , email_address FROM Professionals EXCEPT SELECT T1.professional_id , T1.role_code , T1.email_address FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id", + "query_toks": [ + "SELECT", + "professional_id", + ",", + "role_code", + ",", + "email_address", + "FROM", + "Professionals", + "EXCEPT", + "SELECT", + "T1.professional_id", + ",", + "T1.role_code", + ",", + "T1.email_address", + "FROM", + "Professionals", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.professional_id", + "=", + "T2.professional_id" + ], + "query_toks_no_value": [ + "select", + "professional_id", + ",", + "role_code", + ",", + "email_address", + "from", + "professionals", + "except", + "select", + "t1", + ".", + "professional_id", + ",", + "t1", + ".", + "role_code", + ",", + "t1", + ".", + "email_address", + "from", + "professionals", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "professional_id", + "=", + "t2", + ".", + "professional_id" + ], + "question": "Give me the id, role and email of the professionals who did not perform any treatment on dogs.", + "question_toks": [ + "Give", + "me", + "the", + "id", + ",", + "role", + "and", + "email", + "of", + "the", + "professionals", + "who", + "did", + "not", + "perform", + "any", + "treatment", + "on", + "dogs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 33, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 41, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 46, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 33, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 41, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.owner_id , T2.first_name , T2.last_name FROM Dogs AS T1 JOIN Owners AS T2 ON T1.owner_id = T2.owner_id GROUP BY T1.owner_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.owner_id", + ",", + "T2.first_name", + ",", + "T2.last_name", + "FROM", + "Dogs", + "AS", + "T1", + "JOIN", + "Owners", + "AS", + "T2", + "ON", + "T1.owner_id", + "=", + "T2.owner_id", + "GROUP", + "BY", + "T1.owner_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "owner_id", + ",", + "t2", + ".", + "first_name", + ",", + "t2", + ".", + "last_name", + "from", + "dogs", + "as", + "t1", + "join", + "owners", + "as", + "t2", + "on", + "t1", + ".", + "owner_id", + "=", + "t2", + ".", + "owner_id", + "group", + "by", + "t1", + ".", + "owner_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which owner owns the most dogs? List the owner id, first name and last name.", + "question_toks": [ + "Which", + "owner", + "owns", + "the", + "most", + "dogs", + "?", + "List", + "the", + "owner", + "id", + ",", + "first", + "name", + "and", + "last", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.owner_id , T2.first_name , T2.last_name FROM Dogs AS T1 JOIN Owners AS T2 ON T1.owner_id = T2.owner_id GROUP BY T1.owner_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.owner_id", + ",", + "T2.first_name", + ",", + "T2.last_name", + "FROM", + "Dogs", + "AS", + "T1", + "JOIN", + "Owners", + "AS", + "T2", + "ON", + "T1.owner_id", + "=", + "T2.owner_id", + "GROUP", + "BY", + "T1.owner_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "owner_id", + ",", + "t2", + ".", + "first_name", + ",", + "t2", + ".", + "last_name", + "from", + "dogs", + "as", + "t1", + "join", + "owners", + "as", + "t2", + "on", + "t1", + ".", + "owner_id", + "=", + "t2", + ".", + "owner_id", + "group", + "by", + "t1", + ".", + "owner_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Return the owner id, first name and last name of the owner who has the most dogs.", + "question_toks": [ + "Return", + "the", + "owner", + "id", + ",", + "first", + "name", + "and", + "last", + "name", + "of", + "the", + "owner", + "who", + "has", + "the", + "most", + "dogs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.professional_id , T1.role_code , T1.first_name FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id GROUP BY T1.professional_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T1.professional_id", + ",", + "T1.role_code", + ",", + "T1.first_name", + "FROM", + "Professionals", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.professional_id", + "=", + "T2.professional_id", + "GROUP", + "BY", + "T1.professional_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "professional_id", + ",", + "t1", + ".", + "role_code", + ",", + "t1", + ".", + "first_name", + "from", + "professionals", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "professional_id", + "=", + "t2", + ".", + "professional_id", + "group", + "by", + "t1", + ".", + "professional_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Which professionals have done at least two treatments? List the professional's id, role, and first name.", + "question_toks": [ + "Which", + "professionals", + "have", + "done", + "at", + "least", + "two", + "treatments", + "?", + "List", + "the", + "professional", + "'s", + "id", + ",", + "role", + ",", + "and", + "first", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 46, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 33, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 33, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.professional_id , T1.role_code , T1.first_name FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id GROUP BY T1.professional_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T1.professional_id", + ",", + "T1.role_code", + ",", + "T1.first_name", + "FROM", + "Professionals", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.professional_id", + "=", + "T2.professional_id", + "GROUP", + "BY", + "T1.professional_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "professional_id", + ",", + "t1", + ".", + "role_code", + ",", + "t1", + ".", + "first_name", + "from", + "professionals", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "professional_id", + "=", + "t2", + ".", + "professional_id", + "group", + "by", + "t1", + ".", + "professional_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the id, role, and first name of the professionals who have performed two or more treatments?", + "question_toks": [ + "What", + "are", + "the", + "id", + ",", + "role", + ",", + "and", + "first", + "name", + "of", + "the", + "professionals", + "who", + "have", + "performed", + "two", + "or", + "more", + "treatments", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 46, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 33, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 33, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.breed_name FROM Breeds AS T1 JOIN Dogs AS T2 ON T1.breed_code = T2.breed_code GROUP BY T1.breed_name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.breed_name", + "FROM", + "Breeds", + "AS", + "T1", + "JOIN", + "Dogs", + "AS", + "T2", + "ON", + "T1.breed_code", + "=", + "T2.breed_code", + "GROUP", + "BY", + "T1.breed_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "breed_name", + "from", + "breeds", + "as", + "t1", + "join", + "dogs", + "as", + "t2", + "on", + "t1", + ".", + "breed_code", + "=", + "t2", + ".", + "breed_code", + "group", + "by", + "t1", + ".", + "breed_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the breed with the most dogs?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "breed", + "with", + "the", + "most", + "dogs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.breed_name FROM Breeds AS T1 JOIN Dogs AS T2 ON T1.breed_code = T2.breed_code GROUP BY T1.breed_name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.breed_name", + "FROM", + "Breeds", + "AS", + "T1", + "JOIN", + "Dogs", + "AS", + "T2", + "ON", + "T1.breed_code", + "=", + "T2.breed_code", + "GROUP", + "BY", + "T1.breed_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "breed_name", + "from", + "breeds", + "as", + "t1", + "join", + "dogs", + "as", + "t2", + "on", + "t1", + ".", + "breed_code", + "=", + "t2", + ".", + "breed_code", + "group", + "by", + "t1", + ".", + "breed_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which breed do the most dogs have? Give me the breed name.", + "question_toks": [ + "Which", + "breed", + "do", + "the", + "most", + "dogs", + "have", + "?", + "Give", + "me", + "the", + "breed", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.owner_id , T1.last_name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id JOIN Treatments AS T3 ON T2.dog_id = T3.dog_id GROUP BY T1.owner_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.owner_id", + ",", + "T1.last_name", + "FROM", + "Owners", + "AS", + "T1", + "JOIN", + "Dogs", + "AS", + "T2", + "ON", + "T1.owner_id", + "=", + "T2.owner_id", + "JOIN", + "Treatments", + "AS", + "T3", + "ON", + "T2.dog_id", + "=", + "T3.dog_id", + "GROUP", + "BY", + "T1.owner_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "owner_id", + ",", + "t1", + ".", + "last_name", + "from", + "owners", + "as", + "t1", + "join", + "dogs", + "as", + "t2", + "on", + "t1", + ".", + "owner_id", + "=", + "t2", + ".", + "owner_id", + "join", + "treatments", + "as", + "t3", + "on", + "t2", + ".", + "dog_id", + "=", + "t3", + ".", + "dog_id", + "group", + "by", + "t1", + ".", + "owner_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which owner has paid for the most treatments on his or her dogs? List the owner id and last name.", + "question_toks": [ + "Which", + "owner", + "has", + "paid", + "for", + "the", + "most", + "treatments", + "on", + "his", + "or", + "her", + "dogs", + "?", + "List", + "the", + "owner", + "id", + "and", + "last", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.owner_id , T1.last_name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id JOIN Treatments AS T3 ON T2.dog_id = T3.dog_id GROUP BY T1.owner_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.owner_id", + ",", + "T1.last_name", + "FROM", + "Owners", + "AS", + "T1", + "JOIN", + "Dogs", + "AS", + "T2", + "ON", + "T1.owner_id", + "=", + "T2.owner_id", + "JOIN", + "Treatments", + "AS", + "T3", + "ON", + "T2.dog_id", + "=", + "T3.dog_id", + "GROUP", + "BY", + "T1.owner_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "owner_id", + ",", + "t1", + ".", + "last_name", + "from", + "owners", + "as", + "t1", + "join", + "dogs", + "as", + "t2", + "on", + "t1", + ".", + "owner_id", + "=", + "t2", + ".", + "owner_id", + "join", + "treatments", + "as", + "t3", + "on", + "t2", + ".", + "dog_id", + "=", + "t3", + ".", + "dog_id", + "group", + "by", + "t1", + ".", + "owner_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Tell me the owner id and last name of the owner who spent the most on treatments of his or her dogs.", + "question_toks": [ + "Tell", + "me", + "the", + "owner", + "id", + "and", + "last", + "name", + "of", + "the", + "owner", + "who", + "spent", + "the", + "most", + "on", + "treatments", + "of", + "his", + "or", + "her", + "dogs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.treatment_type_description FROM Treatment_types AS T1 JOIN Treatments AS T2 ON T1.treatment_type_code = T2.treatment_type_code GROUP BY T1.treatment_type_code ORDER BY sum(cost_of_treatment) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.treatment_type_description", + "FROM", + "Treatment_types", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.treatment_type_code", + "=", + "T2.treatment_type_code", + "GROUP", + "BY", + "T1.treatment_type_code", + "ORDER", + "BY", + "sum", + "(", + "cost_of_treatment", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "treatment_type_description", + "from", + "treatment_types", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "treatment_type_code", + "=", + "t2", + ".", + "treatment_type_code", + "group", + "by", + "t1", + ".", + "treatment_type_code", + "order", + "by", + "sum", + "(", + "cost_of_treatment", + ")", + "asc", + "limit", + "value" + ], + "question": "What is the description of the treatment type that costs the least money in total?", + "question_toks": [ + "What", + "is", + "the", + "description", + "of", + "the", + "treatment", + "type", + "that", + "costs", + "the", + "least", + "money", + "in", + "total", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 47, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 4, + 49, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.treatment_type_description FROM Treatment_types AS T1 JOIN Treatments AS T2 ON T1.treatment_type_code = T2.treatment_type_code GROUP BY T1.treatment_type_code ORDER BY sum(cost_of_treatment) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.treatment_type_description", + "FROM", + "Treatment_types", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.treatment_type_code", + "=", + "T2.treatment_type_code", + "GROUP", + "BY", + "T1.treatment_type_code", + "ORDER", + "BY", + "sum", + "(", + "cost_of_treatment", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "treatment_type_description", + "from", + "treatment_types", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "treatment_type_code", + "=", + "t2", + ".", + "treatment_type_code", + "group", + "by", + "t1", + ".", + "treatment_type_code", + "order", + "by", + "sum", + "(", + "cost_of_treatment", + ")", + "asc", + "limit", + "value" + ], + "question": "Give me the description of the treatment type whose total cost is the lowest.", + "question_toks": [ + "Give", + "me", + "the", + "description", + "of", + "the", + "treatment", + "type", + "whose", + "total", + "cost", + "is", + "the", + "lowest", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 47, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 4, + 49, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.owner_id , T1.zip_code FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id JOIN Treatments AS T3 ON T2.dog_id = T3.dog_id GROUP BY T1.owner_id ORDER BY sum(T3.cost_of_treatment) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.owner_id", + ",", + "T1.zip_code", + "FROM", + "Owners", + "AS", + "T1", + "JOIN", + "Dogs", + "AS", + "T2", + "ON", + "T1.owner_id", + "=", + "T2.owner_id", + "JOIN", + "Treatments", + "AS", + "T3", + "ON", + "T2.dog_id", + "=", + "T3.dog_id", + "GROUP", + "BY", + "T1.owner_id", + "ORDER", + "BY", + "sum", + "(", + "T3.cost_of_treatment", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "owner_id", + ",", + "t1", + ".", + "zip_code", + "from", + "owners", + "as", + "t1", + "join", + "dogs", + "as", + "t2", + "on", + "t1", + ".", + "owner_id", + "=", + "t2", + ".", + "owner_id", + "join", + "treatments", + "as", + "t3", + "on", + "t2", + ".", + "dog_id", + "=", + "t3", + ".", + "dog_id", + "group", + "by", + "t1", + ".", + "owner_id", + "order", + "by", + "sum", + "(", + "t3", + ".", + "cost_of_treatment", + ")", + "desc", + "limit", + "value" + ], + "question": "Which owner has paid the largest amount of money in total for their dogs? Show the owner id and zip code.", + "question_toks": [ + "Which", + "owner", + "has", + "paid", + "the", + "largest", + "amount", + "of", + "money", + "in", + "total", + "for", + "their", + "dogs", + "?", + "Show", + "the", + "owner", + "id", + "and", + "zip", + "code", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 49, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.owner_id , T1.zip_code FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id JOIN Treatments AS T3 ON T2.dog_id = T3.dog_id GROUP BY T1.owner_id ORDER BY sum(T3.cost_of_treatment) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.owner_id", + ",", + "T1.zip_code", + "FROM", + "Owners", + "AS", + "T1", + "JOIN", + "Dogs", + "AS", + "T2", + "ON", + "T1.owner_id", + "=", + "T2.owner_id", + "JOIN", + "Treatments", + "AS", + "T3", + "ON", + "T2.dog_id", + "=", + "T3.dog_id", + "GROUP", + "BY", + "T1.owner_id", + "ORDER", + "BY", + "sum", + "(", + "T3.cost_of_treatment", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "owner_id", + ",", + "t1", + ".", + "zip_code", + "from", + "owners", + "as", + "t1", + "join", + "dogs", + "as", + "t2", + "on", + "t1", + ".", + "owner_id", + "=", + "t2", + ".", + "owner_id", + "join", + "treatments", + "as", + "t3", + "on", + "t2", + ".", + "dog_id", + "=", + "t3", + ".", + "dog_id", + "group", + "by", + "t1", + ".", + "owner_id", + "order", + "by", + "sum", + "(", + "t3", + ".", + "cost_of_treatment", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the owner id and zip code of the owner who spent the most money in total for his or her dogs.", + "question_toks": [ + "Find", + "the", + "owner", + "id", + "and", + "zip", + "code", + "of", + "the", + "owner", + "who", + "spent", + "the", + "most", + "money", + "in", + "total", + "for", + "his", + "or", + "her", + "dogs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 49, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.professional_id , T1.cell_number FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id GROUP BY T1.professional_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T1.professional_id", + ",", + "T1.cell_number", + "FROM", + "Professionals", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.professional_id", + "=", + "T2.professional_id", + "GROUP", + "BY", + "T1.professional_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "professional_id", + ",", + "t1", + ".", + "cell_number", + "from", + "professionals", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "professional_id", + "=", + "t2", + ".", + "professional_id", + "group", + "by", + "t1", + ".", + "professional_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Which professionals have done at least two types of treatments? List the professional id and cell phone.", + "question_toks": [ + "Which", + "professionals", + "have", + "done", + "at", + "least", + "two", + "types", + "of", + "treatments", + "?", + "List", + "the", + "professional", + "id", + "and", + "cell", + "phone", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 46, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 33, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 33, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.professional_id , T1.cell_number FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id GROUP BY T1.professional_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T1.professional_id", + ",", + "T1.cell_number", + "FROM", + "Professionals", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.professional_id", + "=", + "T2.professional_id", + "GROUP", + "BY", + "T1.professional_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "professional_id", + ",", + "t1", + ".", + "cell_number", + "from", + "professionals", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "professional_id", + "=", + "t2", + ".", + "professional_id", + "group", + "by", + "t1", + ".", + "professional_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Find the id and cell phone of the professionals who operate two or more types of treatments.", + "question_toks": [ + "Find", + "the", + "id", + "and", + "cell", + "phone", + "of", + "the", + "professionals", + "who", + "operate", + "two", + "or", + "more", + "types", + "of", + "treatments", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 46, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 33, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 33, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT DISTINCT T1.first_name , T1.last_name FROM Professionals AS T1 JOIN Treatments AS T2 WHERE cost_of_treatment < ( SELECT avg(cost_of_treatment) FROM Treatments )", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.first_name", + ",", + "T1.last_name", + "FROM", + "Professionals", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "WHERE", + "cost_of_treatment", + "<", + "(", + "SELECT", + "avg", + "(", + "cost_of_treatment", + ")", + "FROM", + "Treatments", + ")" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "first_name", + ",", + "t1", + ".", + "last_name", + "from", + "professionals", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "where", + "cost_of_treatment", + "<", + "(", + "select", + "avg", + "(", + "cost_of_treatment", + ")", + "from", + "treatments", + ")" + ], + "question": "What are the first name and last name of the professionals who have done treatment with cost below average?", + "question_toks": [ + "What", + "are", + "the", + "first", + "name", + "and", + "last", + "name", + "of", + "the", + "professionals", + "who", + "have", + "done", + "treatment", + "with", + "cost", + "below", + "average", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 40, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 49, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 49, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT DISTINCT T1.first_name , T1.last_name FROM Professionals AS T1 JOIN Treatments AS T2 WHERE cost_of_treatment < ( SELECT avg(cost_of_treatment) FROM Treatments )", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.first_name", + ",", + "T1.last_name", + "FROM", + "Professionals", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "WHERE", + "cost_of_treatment", + "<", + "(", + "SELECT", + "avg", + "(", + "cost_of_treatment", + ")", + "FROM", + "Treatments", + ")" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "first_name", + ",", + "t1", + ".", + "last_name", + "from", + "professionals", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "where", + "cost_of_treatment", + "<", + "(", + "select", + "avg", + "(", + "cost_of_treatment", + ")", + "from", + "treatments", + ")" + ], + "question": "Which professionals have operated a treatment that costs less than the average? Give me theor first names and last names.", + "question_toks": [ + "Which", + "professionals", + "have", + "operated", + "a", + "treatment", + "that", + "costs", + "less", + "than", + "the", + "average", + "?", + "Give", + "me", + "theor", + "first", + "names", + "and", + "last", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 40, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 49, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 49, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.date_of_treatment , T2.first_name FROM Treatments AS T1 JOIN Professionals AS T2 ON T1.professional_id = T2.professional_id", + "query_toks": [ + "SELECT", + "T1.date_of_treatment", + ",", + "T2.first_name", + "FROM", + "Treatments", + "AS", + "T1", + "JOIN", + "Professionals", + "AS", + "T2", + "ON", + "T1.professional_id", + "=", + "T2.professional_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "date_of_treatment", + ",", + "t2", + ".", + "first_name", + "from", + "treatments", + "as", + "t1", + "join", + "professionals", + "as", + "t2", + "on", + "t1", + ".", + "professional_id", + "=", + "t2", + ".", + "professional_id" + ], + "question": "List the date of each treatment, together with the first name of the professional who operated it.", + "question_toks": [ + "List", + "the", + "date", + "of", + "each", + "treatment", + ",", + "together", + "with", + "the", + "first", + "name", + "of", + "the", + "professional", + "who", + "operated", + "it", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 46, + false + ], + null + ], + [ + 0, + 33, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 48, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.date_of_treatment , T2.first_name FROM Treatments AS T1 JOIN Professionals AS T2 ON T1.professional_id = T2.professional_id", + "query_toks": [ + "SELECT", + "T1.date_of_treatment", + ",", + "T2.first_name", + "FROM", + "Treatments", + "AS", + "T1", + "JOIN", + "Professionals", + "AS", + "T2", + "ON", + "T1.professional_id", + "=", + "T2.professional_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "date_of_treatment", + ",", + "t2", + ".", + "first_name", + "from", + "treatments", + "as", + "t1", + "join", + "professionals", + "as", + "t2", + "on", + "t1", + ".", + "professional_id", + "=", + "t2", + ".", + "professional_id" + ], + "question": "What are the date and the operating professional's first name of each treatment?", + "question_toks": [ + "What", + "are", + "the", + "date", + "and", + "the", + "operating", + "professional", + "'s", + "first", + "name", + "of", + "each", + "treatment", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 46, + false + ], + null + ], + [ + 0, + 33, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 48, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.cost_of_treatment , T2.treatment_type_description FROM Treatments AS T1 JOIN treatment_types AS T2 ON T1.treatment_type_code = T2.treatment_type_code", + "query_toks": [ + "SELECT", + "T1.cost_of_treatment", + ",", + "T2.treatment_type_description", + "FROM", + "Treatments", + "AS", + "T1", + "JOIN", + "treatment_types", + "AS", + "T2", + "ON", + "T1.treatment_type_code", + "=", + "T2.treatment_type_code" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "cost_of_treatment", + ",", + "t2", + ".", + "treatment_type_description", + "from", + "treatments", + "as", + "t1", + "join", + "treatment_types", + "as", + "t2", + "on", + "t1", + ".", + "treatment_type_code", + "=", + "t2", + ".", + "treatment_type_code" + ], + "question": "List the cost of each treatment and the corresponding treatment type description.", + "question_toks": [ + "List", + "the", + "cost", + "of", + "each", + "treatment", + "and", + "the", + "corresponding", + "treatment", + "type", + "description", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 47, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 49, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.cost_of_treatment , T2.treatment_type_description FROM Treatments AS T1 JOIN treatment_types AS T2 ON T1.treatment_type_code = T2.treatment_type_code", + "query_toks": [ + "SELECT", + "T1.cost_of_treatment", + ",", + "T2.treatment_type_description", + "FROM", + "Treatments", + "AS", + "T1", + "JOIN", + "treatment_types", + "AS", + "T2", + "ON", + "T1.treatment_type_code", + "=", + "T2.treatment_type_code" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "cost_of_treatment", + ",", + "t2", + ".", + "treatment_type_description", + "from", + "treatments", + "as", + "t1", + "join", + "treatment_types", + "as", + "t2", + "on", + "t1", + ".", + "treatment_type_code", + "=", + "t2", + ".", + "treatment_type_code" + ], + "question": "What are the cost and treatment type description of each treatment?", + "question_toks": [ + "What", + "are", + "the", + "cost", + "and", + "treatment", + "type", + "description", + "of", + "each", + "treatment", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 47, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 49, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.first_name , T1.last_name , T2.size_code FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id", + "query_toks": [ + "SELECT", + "T1.first_name", + ",", + "T1.last_name", + ",", + "T2.size_code", + "FROM", + "Owners", + "AS", + "T1", + "JOIN", + "Dogs", + "AS", + "T2", + "ON", + "T1.owner_id", + "=", + "T2.owner_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "first_name", + ",", + "t1", + ".", + "last_name", + ",", + "t2", + ".", + "size_code", + "from", + "owners", + "as", + "t1", + "join", + "dogs", + "as", + "t2", + "on", + "t1", + ".", + "owner_id", + "=", + "t2", + ".", + "owner_id" + ], + "question": "List each owner's first name, last name, and the size of his for her dog.", + "question_toks": [ + "List", + "each", + "owner", + "'s", + "first", + "name", + ",", + "last", + "name", + ",", + "and", + "the", + "size", + "of", + "his", + "for", + "her", + "dog", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.first_name , T1.last_name , T2.size_code FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id", + "query_toks": [ + "SELECT", + "T1.first_name", + ",", + "T1.last_name", + ",", + "T2.size_code", + "FROM", + "Owners", + "AS", + "T1", + "JOIN", + "Dogs", + "AS", + "T2", + "ON", + "T1.owner_id", + "=", + "T2.owner_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "first_name", + ",", + "t1", + ".", + "last_name", + ",", + "t2", + ".", + "size_code", + "from", + "owners", + "as", + "t1", + "join", + "dogs", + "as", + "t2", + "on", + "t1", + ".", + "owner_id", + "=", + "t2", + ".", + "owner_id" + ], + "question": "What are each owner's first name, last name, and the size of their dog?", + "question_toks": [ + "What", + "are", + "each", + "owner", + "'s", + "first", + "name", + ",", + "last", + "name", + ",", + "and", + "the", + "size", + "of", + "their", + "dog", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.first_name , T2.name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id", + "query_toks": [ + "SELECT", + "T1.first_name", + ",", + "T2.name", + "FROM", + "Owners", + "AS", + "T1", + "JOIN", + "Dogs", + "AS", + "T2", + "ON", + "T1.owner_id", + "=", + "T2.owner_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "first_name", + ",", + "t2", + ".", + "name", + "from", + "owners", + "as", + "t1", + "join", + "dogs", + "as", + "t2", + "on", + "t1", + ".", + "owner_id", + "=", + "t2", + ".", + "owner_id" + ], + "question": "List pairs of the owner's first name and the dogs's name.", + "question_toks": [ + "List", + "pairs", + "of", + "the", + "owner", + "'s", + "first", + "name", + "and", + "the", + "dogs", + "'s", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.first_name , T2.name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id", + "query_toks": [ + "SELECT", + "T1.first_name", + ",", + "T2.name", + "FROM", + "Owners", + "AS", + "T1", + "JOIN", + "Dogs", + "AS", + "T2", + "ON", + "T1.owner_id", + "=", + "T2.owner_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "first_name", + ",", + "t2", + ".", + "name", + "from", + "owners", + "as", + "t1", + "join", + "dogs", + "as", + "t2", + "on", + "t1", + ".", + "owner_id", + "=", + "t2", + ".", + "owner_id" + ], + "question": "What are each owner's first name and their dogs's name?", + "question_toks": [ + "What", + "are", + "each", + "owner", + "'s", + "first", + "name", + "and", + "their", + "dogs", + "'s", + "name", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.name , T2.date_of_treatment FROM Dogs AS T1 JOIN Treatments AS T2 ON T1.dog_id = T2.dog_id WHERE T1.breed_code = ( SELECT breed_code FROM Dogs GROUP BY breed_code ORDER BY count(*) ASC LIMIT 1 )", + "query_toks": [ + "SELECT", + "T1.name", + ",", + "T2.date_of_treatment", + "FROM", + "Dogs", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.dog_id", + "=", + "T2.dog_id", + "WHERE", + "T1.breed_code", + "=", + "(", + "SELECT", + "breed_code", + "FROM", + "Dogs", + "GROUP", + "BY", + "breed_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t2", + ".", + "date_of_treatment", + "from", + "dogs", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "dog_id", + "=", + "t2", + ".", + "dog_id", + "where", + "t1", + ".", + "breed_code", + "=", + "(", + "select", + "breed_code", + "from", + "dogs", + "group", + "by", + "breed_code", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value", + ")" + ], + "question": "List the names of the dogs of the rarest breed and the treatment dates of them.", + "question_toks": [ + "List", + "the", + "names", + "of", + "the", + "dogs", + "of", + "the", + "rarest", + "breed", + "and", + "the", + "treatment", + "dates", + "of", + "them", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 48, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.name , T2.date_of_treatment FROM Dogs AS T1 JOIN Treatments AS T2 ON T1.dog_id = T2.dog_id WHERE T1.breed_code = ( SELECT breed_code FROM Dogs GROUP BY breed_code ORDER BY count(*) ASC LIMIT 1 )", + "query_toks": [ + "SELECT", + "T1.name", + ",", + "T2.date_of_treatment", + "FROM", + "Dogs", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.dog_id", + "=", + "T2.dog_id", + "WHERE", + "T1.breed_code", + "=", + "(", + "SELECT", + "breed_code", + "FROM", + "Dogs", + "GROUP", + "BY", + "breed_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t2", + ".", + "date_of_treatment", + "from", + "dogs", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "dog_id", + "=", + "t2", + ".", + "dog_id", + "where", + "t1", + ".", + "breed_code", + "=", + "(", + "select", + "breed_code", + "from", + "dogs", + "group", + "by", + "breed_code", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value", + ")" + ], + "question": "Which dogs are of the rarest breed? Show their names and treatment dates.", + "question_toks": [ + "Which", + "dogs", + "are", + "of", + "the", + "rarest", + "breed", + "?", + "Show", + "their", + "names", + "and", + "treatment", + "dates", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 48, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.first_name , T2.name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id WHERE T1.state = 'Virginia'", + "query_toks": [ + "SELECT", + "T1.first_name", + ",", + "T2.name", + "FROM", + "Owners", + "AS", + "T1", + "JOIN", + "Dogs", + "AS", + "T2", + "ON", + "T1.owner_id", + "=", + "T2.owner_id", + "WHERE", + "T1.state", + "=", + "'Virginia", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "first_name", + ",", + "t2", + ".", + "name", + "from", + "owners", + "as", + "t1", + "join", + "dogs", + "as", + "t2", + "on", + "t1", + ".", + "owner_id", + "=", + "t2", + ".", + "owner_id", + "where", + "t1", + ".", + "state", + "=", + "value" + ], + "question": "Which dogs are owned by someone who lives in Virginia? List the owner's first name and the dog's name.", + "question_toks": [ + "Which", + "dogs", + "are", + "owned", + "by", + "someone", + "who", + "lives", + "in", + "Virginia", + "?", + "List", + "the", + "owner", + "'s", + "first", + "name", + "and", + "the", + "dog", + "'s", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"Virginia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.first_name , T2.name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id WHERE T1.state = 'Virginia'", + "query_toks": [ + "SELECT", + "T1.first_name", + ",", + "T2.name", + "FROM", + "Owners", + "AS", + "T1", + "JOIN", + "Dogs", + "AS", + "T2", + "ON", + "T1.owner_id", + "=", + "T2.owner_id", + "WHERE", + "T1.state", + "=", + "'Virginia", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "first_name", + ",", + "t2", + ".", + "name", + "from", + "owners", + "as", + "t1", + "join", + "dogs", + "as", + "t2", + "on", + "t1", + ".", + "owner_id", + "=", + "t2", + ".", + "owner_id", + "where", + "t1", + ".", + "state", + "=", + "value" + ], + "question": "Find the first names of owners living in Virginia and the names of dogs they own.", + "question_toks": [ + "Find", + "the", + "first", + "names", + "of", + "owners", + "living", + "in", + "Virginia", + "and", + "the", + "names", + "of", + "dogs", + "they", + "own", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"Virginia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT DISTINCT T1.date_arrived , T1.date_departed FROM Dogs AS T1 JOIN Treatments AS T2 ON T1.dog_id = T2.dog_id", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.date_arrived", + ",", + "T1.date_departed", + "FROM", + "Dogs", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.dog_id", + "=", + "T2.dog_id" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "date_arrived", + ",", + "t1", + ".", + "date_departed", + "from", + "dogs", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "dog_id", + "=", + "t2", + ".", + "dog_id" + ], + "question": "What are the arriving date and the departing date of the dogs who have gone through a treatment?", + "question_toks": [ + "What", + "are", + "the", + "arriving", + "date", + "and", + "the", + "departing", + "date", + "of", + "the", + "dogs", + "who", + "have", + "gone", + "through", + "a", + "treatment", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT DISTINCT T1.date_arrived , T1.date_departed FROM Dogs AS T1 JOIN Treatments AS T2 ON T1.dog_id = T2.dog_id", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.date_arrived", + ",", + "T1.date_departed", + "FROM", + "Dogs", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.dog_id", + "=", + "T2.dog_id" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "date_arrived", + ",", + "t1", + ".", + "date_departed", + "from", + "dogs", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "dog_id", + "=", + "t2", + ".", + "dog_id" + ], + "question": "Find the arriving date and the departing date of the dogs that received a treatment.", + "question_toks": [ + "Find", + "the", + "arriving", + "date", + "and", + "the", + "departing", + "date", + "of", + "the", + "dogs", + "that", + "received", + "a", + "treatment", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.last_name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id WHERE T2.age = ( SELECT max(age) FROM Dogs )", + "query_toks": [ + "SELECT", + "T1.last_name", + "FROM", + "Owners", + "AS", + "T1", + "JOIN", + "Dogs", + "AS", + "T2", + "ON", + "T1.owner_id", + "=", + "T2.owner_id", + "WHERE", + "T2.age", + "=", + "(", + "SELECT", + "max", + "(", + "age", + ")", + "FROM", + "Dogs", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "last_name", + "from", + "owners", + "as", + "t1", + "join", + "dogs", + "as", + "t2", + "on", + "t1", + ".", + "owner_id", + "=", + "t2", + ".", + "owner_id", + "where", + "t2", + ".", + "age", + "=", + "(", + "select", + "max", + "(", + "age", + ")", + "from", + "dogs", + ")" + ], + "question": "List the last name of the owner owning the youngest dog.", + "question_toks": [ + "List", + "the", + "last", + "name", + "of", + "the", + "owner", + "owning", + "the", + "youngest", + "dog", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT T1.last_name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id WHERE T2.age = ( SELECT max(age) FROM Dogs )", + "query_toks": [ + "SELECT", + "T1.last_name", + "FROM", + "Owners", + "AS", + "T1", + "JOIN", + "Dogs", + "AS", + "T2", + "ON", + "T1.owner_id", + "=", + "T2.owner_id", + "WHERE", + "T2.age", + "=", + "(", + "SELECT", + "max", + "(", + "age", + ")", + "FROM", + "Dogs", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "last_name", + "from", + "owners", + "as", + "t1", + "join", + "dogs", + "as", + "t2", + "on", + "t1", + ".", + "owner_id", + "=", + "t2", + ".", + "owner_id", + "where", + "t2", + ".", + "age", + "=", + "(", + "select", + "max", + "(", + "age", + ")", + "from", + "dogs", + ")" + ], + "question": "Who owns the youngest dog? Give me his or her last name.", + "question_toks": [ + "Who", + "owns", + "the", + "youngest", + "dog", + "?", + "Give", + "me", + "his", + "or", + "her", + "last", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT email_address FROM Professionals WHERE state = 'Hawaii' OR state = 'Wisconsin'", + "query_toks": [ + "SELECT", + "email_address", + "FROM", + "Professionals", + "WHERE", + "state", + "=", + "'Hawaii", + "'", + "OR", + "state", + "=", + "'Wisconsin", + "'" + ], + "query_toks_no_value": [ + "select", + "email_address", + "from", + "professionals", + "where", + "state", + "=", + "value", + "or", + "state", + "=", + "value" + ], + "question": "List the emails of the professionals who live in the state of Hawaii or the state of Wisconsin.", + "question_toks": [ + "List", + "the", + "emails", + "of", + "the", + "professionals", + "who", + "live", + "in", + "the", + "state", + "of", + "Hawaii", + "or", + "the", + "state", + "of", + "Wisconsin", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 41, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + "\"Hawaii\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + "\"Wisconsin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT email_address FROM Professionals WHERE state = 'Hawaii' OR state = 'Wisconsin'", + "query_toks": [ + "SELECT", + "email_address", + "FROM", + "Professionals", + "WHERE", + "state", + "=", + "'Hawaii", + "'", + "OR", + "state", + "=", + "'Wisconsin", + "'" + ], + "query_toks_no_value": [ + "select", + "email_address", + "from", + "professionals", + "where", + "state", + "=", + "value", + "or", + "state", + "=", + "value" + ], + "question": "What are the emails of the professionals living in either the state of Hawaii or the state of Wisconsin?", + "question_toks": [ + "What", + "are", + "the", + "emails", + "of", + "the", + "professionals", + "living", + "in", + "either", + "the", + "state", + "of", + "Hawaii", + "or", + "the", + "state", + "of", + "Wisconsin", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 41, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + "\"Hawaii\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + "\"Wisconsin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT date_arrived , date_departed FROM Dogs", + "query_toks": [ + "SELECT", + "date_arrived", + ",", + "date_departed", + "FROM", + "Dogs" + ], + "query_toks_no_value": [ + "select", + "date_arrived", + ",", + "date_departed", + "from", + "dogs" + ], + "question": "What are the arriving date and the departing date of all the dogs?", + "question_toks": [ + "What", + "are", + "the", + "arriving", + "date", + "and", + "the", + "departing", + "date", + "of", + "all", + "the", + "dogs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT date_arrived , date_departed FROM Dogs", + "query_toks": [ + "SELECT", + "date_arrived", + ",", + "date_departed", + "FROM", + "Dogs" + ], + "query_toks_no_value": [ + "select", + "date_arrived", + ",", + "date_departed", + "from", + "dogs" + ], + "question": "List the arrival date and the departure date for all the dogs.", + "question_toks": [ + "List", + "the", + "arrival", + "date", + "and", + "the", + "departure", + "date", + "for", + "all", + "the", + "dogs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT count(DISTINCT dog_id) FROM Treatments", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "dog_id", + ")", + "FROM", + "Treatments" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "dog_id", + ")", + "from", + "treatments" + ], + "question": "How many dogs went through any treatments?", + "question_toks": [ + "How", + "many", + "dogs", + "went", + "through", + "any", + "treatments", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 45, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT count(DISTINCT dog_id) FROM Treatments", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "dog_id", + ")", + "FROM", + "Treatments" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "dog_id", + ")", + "from", + "treatments" + ], + "question": "Count the number of dogs that went through a treatment.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "dogs", + "that", + "went", + "through", + "a", + "treatment", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 45, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT count(DISTINCT professional_id) FROM Treatments", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "professional_id", + ")", + "FROM", + "Treatments" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "professional_id", + ")", + "from", + "treatments" + ], + "question": "How many professionals have performed any treatment to dogs?", + "question_toks": [ + "How", + "many", + "professionals", + "have", + "performed", + "any", + "treatment", + "to", + "dogs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 46, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT count(DISTINCT professional_id) FROM Treatments", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "professional_id", + ")", + "FROM", + "Treatments" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "professional_id", + ")", + "from", + "treatments" + ], + "question": "Find the number of professionals who have ever treated dogs.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "professionals", + "who", + "have", + "ever", + "treated", + "dogs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 46, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT role_code , street , city , state FROM professionals WHERE city LIKE '%West%'", + "query_toks": [ + "SELECT", + "role_code", + ",", + "street", + ",", + "city", + ",", + "state", + "FROM", + "professionals", + "WHERE", + "city", + "LIKE", + "'", + "%", + "West", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "role_code", + ",", + "street", + ",", + "city", + ",", + "state", + "from", + "professionals", + "where", + "city", + "like", + "value" + ], + "question": "Which professionals live in a city containing the substring 'West'? List his or her role, street, city and state.", + "question_toks": [ + "Which", + "professionals", + "live", + "in", + "a", + "city", + "containing", + "the", + "substring", + "'West", + "'", + "?", + "List", + "his", + "or", + "her", + "role", + ",", + "street", + ",", + "city", + "and", + "state", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 37, + false + ], + null + ], + "\"%West%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT role_code , street , city , state FROM professionals WHERE city LIKE '%West%'", + "query_toks": [ + "SELECT", + "role_code", + ",", + "street", + ",", + "city", + ",", + "state", + "FROM", + "professionals", + "WHERE", + "city", + "LIKE", + "'", + "%", + "West", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "role_code", + ",", + "street", + ",", + "city", + ",", + "state", + "from", + "professionals", + "where", + "city", + "like", + "value" + ], + "question": "Find the role, street, city and state of the professionals living in a city that contains the substring 'West'.", + "question_toks": [ + "Find", + "the", + "role", + ",", + "street", + ",", + "city", + "and", + "state", + "of", + "the", + "professionals", + "living", + "in", + "a", + "city", + "that", + "contains", + "the", + "substring", + "'West", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 37, + false + ], + null + ], + "\"%West%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT first_name , last_name , email_address FROM Owners WHERE state LIKE '%North%'", + "query_toks": [ + "SELECT", + "first_name", + ",", + "last_name", + ",", + "email_address", + "FROM", + "Owners", + "WHERE", + "state", + "LIKE", + "'", + "%", + "North", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "last_name", + ",", + "email_address", + "from", + "owners", + "where", + "state", + "like", + "value" + ], + "question": "Which owners live in the state whose name contains the substring 'North'? List his first name, last name and email.", + "question_toks": [ + "Which", + "owners", + "live", + "in", + "the", + "state", + "whose", + "name", + "contains", + "the", + "substring", + "'North", + "'", + "?", + "List", + "his", + "first", + "name", + ",", + "last", + "name", + "and", + "email", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"%North%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT first_name , last_name , email_address FROM Owners WHERE state LIKE '%North%'", + "query_toks": [ + "SELECT", + "first_name", + ",", + "last_name", + ",", + "email_address", + "FROM", + "Owners", + "WHERE", + "state", + "LIKE", + "'", + "%", + "North", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "last_name", + ",", + "email_address", + "from", + "owners", + "where", + "state", + "like", + "value" + ], + "question": "Return the first name, last name and email of the owners living in a state whose name contains the substring 'North'.", + "question_toks": [ + "Return", + "the", + "first", + "name", + ",", + "last", + "name", + "and", + "email", + "of", + "the", + "owners", + "living", + "in", + "a", + "state", + "whose", + "name", + "contains", + "the", + "substring", + "'North", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"%North%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT count(*) FROM Dogs WHERE age < ( SELECT avg(age) FROM Dogs )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Dogs", + "WHERE", + "age", + "<", + "(", + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "Dogs", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "dogs", + "where", + "age", + "<", + "(", + "select", + "avg", + "(", + "age", + ")", + "from", + "dogs", + ")" + ], + "question": "How many dogs have an age below the average?", + "question_toks": [ + "How", + "many", + "dogs", + "have", + "an", + "age", + "below", + "the", + "average", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT count(*) FROM Dogs WHERE age < ( SELECT avg(age) FROM Dogs )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Dogs", + "WHERE", + "age", + "<", + "(", + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "Dogs", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "dogs", + "where", + "age", + "<", + "(", + "select", + "avg", + "(", + "age", + ")", + "from", + "dogs", + ")" + ], + "question": "Count the number of dogs of an age below the average.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "dogs", + "of", + "an", + "age", + "below", + "the", + "average", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT cost_of_treatment FROM Treatments ORDER BY date_of_treatment DESC LIMIT 1", + "query_toks": [ + "SELECT", + "cost_of_treatment", + "FROM", + "Treatments", + "ORDER", + "BY", + "date_of_treatment", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "cost_of_treatment", + "from", + "treatments", + "order", + "by", + "date_of_treatment", + "desc", + "limit", + "value" + ], + "question": "How much does the most recent treatment cost?", + "question_toks": [ + "How", + "much", + "does", + "the", + "most", + "recent", + "treatment", + "cost", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 49, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 48, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT cost_of_treatment FROM Treatments ORDER BY date_of_treatment DESC LIMIT 1", + "query_toks": [ + "SELECT", + "cost_of_treatment", + "FROM", + "Treatments", + "ORDER", + "BY", + "date_of_treatment", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "cost_of_treatment", + "from", + "treatments", + "order", + "by", + "date_of_treatment", + "desc", + "limit", + "value" + ], + "question": "Show me the cost of the most recently performed treatment.", + "question_toks": [ + "Show", + "me", + "the", + "cost", + "of", + "the", + "most", + "recently", + "performed", + "treatment", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 49, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 48, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT count(*) FROM Dogs WHERE dog_id NOT IN ( SELECT dog_id FROM Treatments )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Dogs", + "WHERE", + "dog_id", + "NOT", + "IN", + "(", + "SELECT", + "dog_id", + "FROM", + "Treatments", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "dogs", + "where", + "dog_id", + "not", + "in", + "(", + "select", + "dog_id", + "from", + "treatments", + ")" + ], + "question": "How many dogs have not gone through any treatment?", + "question_toks": [ + "How", + "many", + "dogs", + "have", + "not", + "gone", + "through", + "any", + "treatment", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 45, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "select count(*) from dogs where dog_id not in ( select dog_id from treatments )", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "dogs", + "where", + "dog_id", + "not", + "in", + "(", + "select", + "dog_id", + "from", + "treatments", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "dogs", + "where", + "dog_id", + "not", + "in", + "(", + "select", + "dog_id", + "from", + "treatments", + ")" + ], + "question": "Tell me the number of dogs that have not received any treatment .", + "question_toks": [ + "Tell", + "me", + "the", + "number", + "of", + "dogs", + "that", + "have", + "not", + "received", + "any", + "treatment", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 45, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT count(*) FROM Owners WHERE owner_id NOT IN ( SELECT owner_id FROM Dogs )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Owners", + "WHERE", + "owner_id", + "NOT", + "IN", + "(", + "SELECT", + "owner_id", + "FROM", + "Dogs", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "owners", + "where", + "owner_id", + "not", + "in", + "(", + "select", + "owner_id", + "from", + "dogs", + ")" + ], + "question": "How many owners temporarily do not have any dogs?", + "question_toks": [ + "How", + "many", + "owners", + "temporarily", + "do", + "not", + "have", + "any", + "dogs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT count(*) FROM Owners WHERE owner_id NOT IN ( SELECT owner_id FROM Dogs )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Owners", + "WHERE", + "owner_id", + "NOT", + "IN", + "(", + "SELECT", + "owner_id", + "FROM", + "Dogs", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "owners", + "where", + "owner_id", + "not", + "in", + "(", + "select", + "owner_id", + "from", + "dogs", + ")" + ], + "question": "Find the number of owners who do not own any dogs at this moment.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "owners", + "who", + "do", + "not", + "own", + "any", + "dogs", + "at", + "this", + "moment", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT count(*) FROM Professionals WHERE professional_id NOT IN ( SELECT professional_id FROM Treatments )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Professionals", + "WHERE", + "professional_id", + "NOT", + "IN", + "(", + "SELECT", + "professional_id", + "FROM", + "Treatments", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "professionals", + "where", + "professional_id", + "not", + "in", + "(", + "select", + "professional_id", + "from", + "treatments", + ")" + ], + "question": "How many professionals did not operate any treatment on dogs?", + "question_toks": [ + "How", + "many", + "professionals", + "did", + "not", + "operate", + "any", + "treatment", + "on", + "dogs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT count(*) FROM Professionals WHERE professional_id NOT IN ( SELECT professional_id FROM Treatments )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Professionals", + "WHERE", + "professional_id", + "NOT", + "IN", + "(", + "SELECT", + "professional_id", + "FROM", + "Treatments", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "professionals", + "where", + "professional_id", + "not", + "in", + "(", + "select", + "professional_id", + "from", + "treatments", + ")" + ], + "question": "Find the number of professionals who have not treated any dogs.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "professionals", + "who", + "have", + "not", + "treated", + "any", + "dogs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT name , age , weight FROM Dogs WHERE abandoned_yn = 1", + "query_toks": [ + "SELECT", + "name", + ",", + "age", + ",", + "weight", + "FROM", + "Dogs", + "WHERE", + "abandoned_yn", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "age", + ",", + "weight", + "from", + "dogs", + "where", + "abandoned_yn", + "=", + "value" + ], + "question": "List the dog name, age and weight of the dogs who have been abandoned? 1 stands for yes, and 0 stands for no.", + "question_toks": [ + "List", + "the", + "dog", + "name", + ",", + "age", + "and", + "weight", + "of", + "the", + "dogs", + "who", + "have", + "been", + "abandoned", + "?", + "1", + "stands", + "for", + "yes", + ",", + "and", + "0", + "stands", + "for", + "no", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT name , age , weight FROM Dogs WHERE abandoned_yn = 1", + "query_toks": [ + "SELECT", + "name", + ",", + "age", + ",", + "weight", + "FROM", + "Dogs", + "WHERE", + "abandoned_yn", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "age", + ",", + "weight", + "from", + "dogs", + "where", + "abandoned_yn", + "=", + "value" + ], + "question": "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.", + "question_toks": [ + "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", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT avg(age) FROM Dogs", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "Dogs" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + "from", + "dogs" + ], + "question": "What is the average age of all the dogs?", + "question_toks": [ + "What", + "is", + "the", + "average", + "age", + "of", + "all", + "the", + "dogs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT avg(age) FROM Dogs", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "Dogs" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + "from", + "dogs" + ], + "question": "Compute the average age of all the dogs.", + "question_toks": [ + "Compute", + "the", + "average", + "age", + "of", + "all", + "the", + "dogs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT max(age) FROM Dogs", + "query_toks": [ + "SELECT", + "max", + "(", + "age", + ")", + "FROM", + "Dogs" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "age", + ")", + "from", + "dogs" + ], + "question": "What is the age of the oldest dog?", + "question_toks": [ + "What", + "is", + "the", + "age", + "of", + "the", + "oldest", + "dog", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT max(age) FROM Dogs", + "query_toks": [ + "SELECT", + "max", + "(", + "age", + ")", + "FROM", + "Dogs" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "age", + ")", + "from", + "dogs" + ], + "question": "Tell me the age of the oldest dog.", + "question_toks": [ + "Tell", + "me", + "the", + "age", + "of", + "the", + "oldest", + "dog", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT charge_type , charge_amount FROM Charges", + "query_toks": [ + "SELECT", + "charge_type", + ",", + "charge_amount", + "FROM", + "Charges" + ], + "query_toks_no_value": [ + "select", + "charge_type", + ",", + "charge_amount", + "from", + "charges" + ], + "question": "How much does each charge type costs? List both charge type and amount.", + "question_toks": [ + "How", + "much", + "does", + "each", + "charge", + "type", + "costs", + "?", + "List", + "both", + "charge", + "type", + "and", + "amount", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT charge_type , charge_amount FROM Charges", + "query_toks": [ + "SELECT", + "charge_type", + ",", + "charge_amount", + "FROM", + "Charges" + ], + "query_toks_no_value": [ + "select", + "charge_type", + ",", + "charge_amount", + "from", + "charges" + ], + "question": "List each charge type and its amount.", + "question_toks": [ + "List", + "each", + "charge", + "type", + "and", + "its", + "amount", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT max(charge_amount) FROM Charges", + "query_toks": [ + "SELECT", + "max", + "(", + "charge_amount", + ")", + "FROM", + "Charges" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "charge_amount", + ")", + "from", + "charges" + ], + "question": "How much does the most expensive charge type costs?", + "question_toks": [ + "How", + "much", + "does", + "the", + "most", + "expensive", + "charge", + "type", + "costs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT max(charge_amount) FROM Charges", + "query_toks": [ + "SELECT", + "max", + "(", + "charge_amount", + ")", + "FROM", + "Charges" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "charge_amount", + ")", + "from", + "charges" + ], + "question": "What is the charge amount of the most expensive charge type?", + "question_toks": [ + "What", + "is", + "the", + "charge", + "amount", + "of", + "the", + "most", + "expensive", + "charge", + "type", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT email_address , cell_number , home_phone FROM professionals", + "query_toks": [ + "SELECT", + "email_address", + ",", + "cell_number", + ",", + "home_phone", + "FROM", + "professionals" + ], + "query_toks_no_value": [ + "select", + "email_address", + ",", + "cell_number", + ",", + "home_phone", + "from", + "professionals" + ], + "question": "List the email, cell phone and home phone of all the professionals.", + "question_toks": [ + "List", + "the", + "email", + ",", + "cell", + "phone", + "and", + "home", + "phone", + "of", + "all", + "the", + "professionals", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 41, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 42, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT email_address , cell_number , home_phone FROM professionals", + "query_toks": [ + "SELECT", + "email_address", + ",", + "cell_number", + ",", + "home_phone", + "FROM", + "professionals" + ], + "query_toks_no_value": [ + "select", + "email_address", + ",", + "cell_number", + ",", + "home_phone", + "from", + "professionals" + ], + "question": "What are the email, cell phone and home phone of each professional?", + "question_toks": [ + "What", + "are", + "the", + "email", + ",", + "cell", + "phone", + "and", + "home", + "phone", + "of", + "each", + "professional", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 41, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 42, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT DISTINCT breed_code , size_code FROM dogs", + "query_toks": [ + "SELECT", + "DISTINCT", + "breed_code", + ",", + "size_code", + "FROM", + "dogs" + ], + "query_toks_no_value": [ + "select", + "distinct", + "breed_code", + ",", + "size_code", + "from", + "dogs" + ], + "question": "What are all the possible breed type and size type combinations?", + "question_toks": [ + "What", + "are", + "all", + "the", + "possible", + "breed", + "type", + "and", + "size", + "type", + "combinations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT DISTINCT breed_code , size_code FROM dogs", + "query_toks": [ + "SELECT", + "DISTINCT", + "breed_code", + ",", + "size_code", + "FROM", + "dogs" + ], + "query_toks_no_value": [ + "select", + "distinct", + "breed_code", + ",", + "size_code", + "from", + "dogs" + ], + "question": "Find the distinct breed type and size type combinations for dogs.", + "question_toks": [ + "Find", + "the", + "distinct", + "breed", + "type", + "and", + "size", + "type", + "combinations", + "for", + "dogs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT DISTINCT T1.first_name , T3.treatment_type_description FROM professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id JOIN Treatment_types AS T3 ON T2.treatment_type_code = T3.treatment_type_code", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.first_name", + ",", + "T3.treatment_type_description", + "FROM", + "professionals", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.professional_id", + "=", + "T2.professional_id", + "JOIN", + "Treatment_types", + "AS", + "T3", + "ON", + "T2.treatment_type_code", + "=", + "T3.treatment_type_code" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "first_name", + ",", + "t3", + ".", + "treatment_type_description", + "from", + "professionals", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "professional_id", + "=", + "t2", + ".", + "professional_id", + "join", + "treatment_types", + "as", + "t3", + "on", + "t2", + ".", + "treatment_type_code", + "=", + "t3", + ".", + "treatment_type_code" + ], + "question": "List the first name of all the professionals along with the description of the treatment they have done.", + "question_toks": [ + "List", + "the", + "first", + "name", + "of", + "all", + "the", + "professionals", + "along", + "with", + "the", + "description", + "of", + "the", + "treatment", + "they", + "have", + "done", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 46, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 47, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "dog_kennels", + "query": "SELECT DISTINCT T1.first_name , T3.treatment_type_description FROM professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id JOIN Treatment_types AS T3 ON T2.treatment_type_code = T3.treatment_type_code", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.first_name", + ",", + "T3.treatment_type_description", + "FROM", + "professionals", + "AS", + "T1", + "JOIN", + "Treatments", + "AS", + "T2", + "ON", + "T1.professional_id", + "=", + "T2.professional_id", + "JOIN", + "Treatment_types", + "AS", + "T3", + "ON", + "T2.treatment_type_code", + "=", + "T3.treatment_type_code" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "first_name", + ",", + "t3", + ".", + "treatment_type_description", + "from", + "professionals", + "as", + "t1", + "join", + "treatments", + "as", + "t2", + "on", + "t1", + ".", + "professional_id", + "=", + "t2", + ".", + "professional_id", + "join", + "treatment_types", + "as", + "t3", + "on", + "t2", + ".", + "treatment_type_code", + "=", + "t3", + ".", + "treatment_type_code" + ], + "question": "What are each professional's first name and description of the treatment they have performed?", + "question_toks": [ + "What", + "are", + "each", + "professional", + "'s", + "first", + "name", + "and", + "description", + "of", + "the", + "treatment", + "they", + "have", + "performed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 46, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 47, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT count(*) FROM singer", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "singer" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "singer" + ], + "question": "How many singers are there?", + "question_toks": [ + "How", + "many", + "singers", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT count(*) FROM singer", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "singer" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "singer" + ], + "question": "What is the count of singers?", + "question_toks": [ + "What", + "is", + "the", + "count", + "of", + "singers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Name FROM singer ORDER BY Net_Worth_Millions ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "singer", + "ORDER", + "BY", + "Net_Worth_Millions", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "singer", + "order", + "by", + "net_worth_millions", + "asc" + ], + "question": "List the name of singers in ascending order of net worth.", + "question_toks": [ + "List", + "the", + "name", + "of", + "singers", + "in", + "ascending", + "order", + "of", + "net", + "worth", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Name FROM singer ORDER BY Net_Worth_Millions ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "singer", + "ORDER", + "BY", + "Net_Worth_Millions", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "singer", + "order", + "by", + "net_worth_millions", + "asc" + ], + "question": "What are the names of singers ordered by ascending net worth?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "singers", + "ordered", + "by", + "ascending", + "net", + "worth", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Birth_Year , Citizenship FROM singer", + "query_toks": [ + "SELECT", + "Birth_Year", + ",", + "Citizenship", + "FROM", + "singer" + ], + "query_toks_no_value": [ + "select", + "birth_year", + ",", + "citizenship", + "from", + "singer" + ], + "question": "What are the birth year and citizenship of singers?", + "question_toks": [ + "What", + "are", + "the", + "birth", + "year", + "and", + "citizenship", + "of", + "singers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Birth_Year , Citizenship FROM singer", + "query_toks": [ + "SELECT", + "Birth_Year", + ",", + "Citizenship", + "FROM", + "singer" + ], + "query_toks_no_value": [ + "select", + "birth_year", + ",", + "citizenship", + "from", + "singer" + ], + "question": "What are the birth years and citizenships of the singers?", + "question_toks": [ + "What", + "are", + "the", + "birth", + "years", + "and", + "citizenships", + "of", + "the", + "singers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Name FROM singer WHERE Citizenship != \"France\"", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "singer", + "WHERE", + "Citizenship", + "!", + "=", + "``", + "France", + "''" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "singer", + "where", + "citizenship", + "!", + "=", + "value" + ], + "question": "List the name of singers whose citizenship is not \"France\".", + "question_toks": [ + "List", + "the", + "name", + "of", + "singers", + "whose", + "citizenship", + "is", + "not", + "``", + "France", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"France\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Name FROM singer WHERE Citizenship != \"France\"", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "singer", + "WHERE", + "Citizenship", + "!", + "=", + "``", + "France", + "''" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "singer", + "where", + "citizenship", + "!", + "=", + "value" + ], + "question": "What are the names of the singers who are not French citizens?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "singers", + "who", + "are", + "not", + "French", + "citizens", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"France\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Name FROM singer WHERE Birth_Year = 1948 OR Birth_Year = 1949", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "singer", + "WHERE", + "Birth_Year", + "=", + "1948", + "OR", + "Birth_Year", + "=", + "1949" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "singer", + "where", + "birth_year", + "=", + "value", + "or", + "birth_year", + "=", + "value" + ], + "question": "Show the name of singers whose birth year is either 1948 or 1949?", + "question_toks": [ + "Show", + "the", + "name", + "of", + "singers", + "whose", + "birth", + "year", + "is", + "either", + "1948", + "or", + "1949", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 1948.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 1949.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Name FROM singer WHERE Birth_Year = 1948 OR Birth_Year = 1949", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "singer", + "WHERE", + "Birth_Year", + "=", + "1948", + "OR", + "Birth_Year", + "=", + "1949" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "singer", + "where", + "birth_year", + "=", + "value", + "or", + "birth_year", + "=", + "value" + ], + "question": "What are the names of the singers whose birth years are either 1948 or 1949?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "singers", + "whose", + "birth", + "years", + "are", + "either", + "1948", + "or", + "1949", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 1948.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 1949.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Name FROM singer ORDER BY Net_Worth_Millions DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "singer", + "ORDER", + "BY", + "Net_Worth_Millions", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "singer", + "order", + "by", + "net_worth_millions", + "desc", + "limit", + "value" + ], + "question": "What is the name of the singer with the largest net worth?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "singer", + "with", + "the", + "largest", + "net", + "worth", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Name FROM singer ORDER BY Net_Worth_Millions DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "singer", + "ORDER", + "BY", + "Net_Worth_Millions", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "singer", + "order", + "by", + "net_worth_millions", + "desc", + "limit", + "value" + ], + "question": "What is the name of the singer who is worth the most?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "singer", + "who", + "is", + "worth", + "the", + "most", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Citizenship , COUNT(*) FROM singer GROUP BY Citizenship", + "query_toks": [ + "SELECT", + "Citizenship", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "singer", + "GROUP", + "BY", + "Citizenship" + ], + "query_toks_no_value": [ + "select", + "citizenship", + ",", + "count", + "(", + "*", + ")", + "from", + "singer", + "group", + "by", + "citizenship" + ], + "question": "Show different citizenship of singers and the number of singers of each citizenship.", + "question_toks": [ + "Show", + "different", + "citizenship", + "of", + "singers", + "and", + "the", + "number", + "of", + "singers", + "of", + "each", + "citizenship", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Citizenship , COUNT(*) FROM singer GROUP BY Citizenship", + "query_toks": [ + "SELECT", + "Citizenship", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "singer", + "GROUP", + "BY", + "Citizenship" + ], + "query_toks_no_value": [ + "select", + "citizenship", + ",", + "count", + "(", + "*", + ")", + "from", + "singer", + "group", + "by", + "citizenship" + ], + "question": "For each citizenship, how many singers are from that country?", + "question_toks": [ + "For", + "each", + "citizenship", + ",", + "how", + "many", + "singers", + "are", + "from", + "that", + "country", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Citizenship FROM singer GROUP BY Citizenship ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Citizenship", + "FROM", + "singer", + "GROUP", + "BY", + "Citizenship", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "citizenship", + "from", + "singer", + "group", + "by", + "citizenship", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Please show the most common citizenship of singers.", + "question_toks": [ + "Please", + "show", + "the", + "most", + "common", + "citizenship", + "of", + "singers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "select citizenship from singer group by citizenship order by count(*) desc limit 1", + "query_toks": [ + "select", + "citizenship", + "from", + "singer", + "group", + "by", + "citizenship", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "citizenship", + "from", + "singer", + "group", + "by", + "citizenship", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the most common singer citizenship ?", + "question_toks": [ + "What", + "is", + "the", + "most", + "common", + "singer", + "citizenship", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Citizenship , max(Net_Worth_Millions) FROM singer GROUP BY Citizenship", + "query_toks": [ + "SELECT", + "Citizenship", + ",", + "max", + "(", + "Net_Worth_Millions", + ")", + "FROM", + "singer", + "GROUP", + "BY", + "Citizenship" + ], + "query_toks_no_value": [ + "select", + "citizenship", + ",", + "max", + "(", + "net_worth_millions", + ")", + "from", + "singer", + "group", + "by", + "citizenship" + ], + "question": "Show different citizenships and the maximum net worth of singers of each citizenship.", + "question_toks": [ + "Show", + "different", + "citizenships", + "and", + "the", + "maximum", + "net", + "worth", + "of", + "singers", + "of", + "each", + "citizenship", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Citizenship , max(Net_Worth_Millions) FROM singer GROUP BY Citizenship", + "query_toks": [ + "SELECT", + "Citizenship", + ",", + "max", + "(", + "Net_Worth_Millions", + ")", + "FROM", + "singer", + "GROUP", + "BY", + "Citizenship" + ], + "query_toks_no_value": [ + "select", + "citizenship", + ",", + "max", + "(", + "net_worth_millions", + ")", + "from", + "singer", + "group", + "by", + "citizenship" + ], + "question": "For each citizenship, what is the maximum net worth?", + "question_toks": [ + "For", + "each", + "citizenship", + ",", + "what", + "is", + "the", + "maximum", + "net", + "worth", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT T2.Title , T1.Name FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID", + "query_toks": [ + "SELECT", + "T2.Title", + ",", + "T1.Name", + "FROM", + "singer", + "AS", + "T1", + "JOIN", + "song", + "AS", + "T2", + "ON", + "T1.Singer_ID", + "=", + "T2.Singer_ID" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + ",", + "t1", + ".", + "name", + "from", + "singer", + "as", + "t1", + "join", + "song", + "as", + "t2", + "on", + "t1", + ".", + "singer_id", + "=", + "t2", + ".", + "singer_id" + ], + "question": "Show titles of songs and names of singers.", + "question_toks": [ + "Show", + "titles", + "of", + "songs", + "and", + "names", + "of", + "singers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT T2.Title , T1.Name FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID", + "query_toks": [ + "SELECT", + "T2.Title", + ",", + "T1.Name", + "FROM", + "singer", + "AS", + "T1", + "JOIN", + "song", + "AS", + "T2", + "ON", + "T1.Singer_ID", + "=", + "T2.Singer_ID" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + ",", + "t1", + ".", + "name", + "from", + "singer", + "as", + "t1", + "join", + "song", + "as", + "t2", + "on", + "t1", + ".", + "singer_id", + "=", + "t2", + ".", + "singer_id" + ], + "question": "What are the song titles and singer names?", + "question_toks": [ + "What", + "are", + "the", + "song", + "titles", + "and", + "singer", + "names", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT DISTINCT T1.Name FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID WHERE T2.Sales > 300000", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Name", + "FROM", + "singer", + "AS", + "T1", + "JOIN", + "song", + "AS", + "T2", + "ON", + "T1.Singer_ID", + "=", + "T2.Singer_ID", + "WHERE", + "T2.Sales", + ">", + "300000" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + "from", + "singer", + "as", + "t1", + "join", + "song", + "as", + "t2", + "on", + "t1", + ".", + "singer_id", + "=", + "t2", + ".", + "singer_id", + "where", + "t2", + ".", + "sales", + ">", + "value" + ], + "question": "Show distinct names of singers that have songs with sales more than 300000.", + "question_toks": [ + "Show", + "distinct", + "names", + "of", + "singers", + "that", + "have", + "songs", + "with", + "sales", + "more", + "than", + "300000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 300000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT DISTINCT T1.Name FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID WHERE T2.Sales > 300000", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Name", + "FROM", + "singer", + "AS", + "T1", + "JOIN", + "song", + "AS", + "T2", + "ON", + "T1.Singer_ID", + "=", + "T2.Singer_ID", + "WHERE", + "T2.Sales", + ">", + "300000" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + "from", + "singer", + "as", + "t1", + "join", + "song", + "as", + "t2", + "on", + "t1", + ".", + "singer_id", + "=", + "t2", + ".", + "singer_id", + "where", + "t2", + ".", + "sales", + ">", + "value" + ], + "question": "what are the different names of the singers that have sales more than 300000?", + "question_toks": [ + "what", + "are", + "the", + "different", + "names", + "of", + "the", + "singers", + "that", + "have", + "sales", + "more", + "than", + "300000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 300000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT T1.Name FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID GROUP BY T1.Name HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "singer", + "AS", + "T1", + "JOIN", + "song", + "AS", + "T2", + "ON", + "T1.Singer_ID", + "=", + "T2.Singer_ID", + "GROUP", + "BY", + "T1.Name", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "singer", + "as", + "t1", + "join", + "song", + "as", + "t2", + "on", + "t1", + ".", + "singer_id", + "=", + "t2", + ".", + "singer_id", + "group", + "by", + "t1", + ".", + "name", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Show the names of singers that have more than one song.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "singers", + "that", + "have", + "more", + "than", + "one", + "song", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT T1.Name FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID GROUP BY T1.Name HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "singer", + "AS", + "T1", + "JOIN", + "song", + "AS", + "T2", + "ON", + "T1.Singer_ID", + "=", + "T2.Singer_ID", + "GROUP", + "BY", + "T1.Name", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "singer", + "as", + "t1", + "join", + "song", + "as", + "t2", + "on", + "t1", + ".", + "singer_id", + "=", + "t2", + ".", + "singer_id", + "group", + "by", + "t1", + ".", + "name", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the names of the singers that have more than one songs?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "singers", + "that", + "have", + "more", + "than", + "one", + "songs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT T1.Name , sum(T2.Sales) FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID GROUP BY T1.Name", + "query_toks": [ + "SELECT", + "T1.Name", + ",", + "sum", + "(", + "T2.Sales", + ")", + "FROM", + "singer", + "AS", + "T1", + "JOIN", + "song", + "AS", + "T2", + "ON", + "T1.Singer_ID", + "=", + "T2.Singer_ID", + "GROUP", + "BY", + "T1.Name" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "sum", + "(", + "t2", + ".", + "sales", + ")", + "from", + "singer", + "as", + "t1", + "join", + "song", + "as", + "t2", + "on", + "t1", + ".", + "singer_id", + "=", + "t2", + ".", + "singer_id", + "group", + "by", + "t1", + ".", + "name" + ], + "question": "Show the names of singers and the total sales of their songs.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "singers", + "and", + "the", + "total", + "sales", + "of", + "their", + "songs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT T1.Name , sum(T2.Sales) FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID GROUP BY T1.Name", + "query_toks": [ + "SELECT", + "T1.Name", + ",", + "sum", + "(", + "T2.Sales", + ")", + "FROM", + "singer", + "AS", + "T1", + "JOIN", + "song", + "AS", + "T2", + "ON", + "T1.Singer_ID", + "=", + "T2.Singer_ID", + "GROUP", + "BY", + "T1.Name" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "sum", + "(", + "t2", + ".", + "sales", + ")", + "from", + "singer", + "as", + "t1", + "join", + "song", + "as", + "t2", + "on", + "t1", + ".", + "singer_id", + "=", + "t2", + ".", + "singer_id", + "group", + "by", + "t1", + ".", + "name" + ], + "question": "For each singer name, what is the total sales for their songs?", + "question_toks": [ + "For", + "each", + "singer", + "name", + ",", + "what", + "is", + "the", + "total", + "sales", + "for", + "their", + "songs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Name FROM singer WHERE Singer_ID NOT IN (SELECT Singer_ID FROM song)", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "singer", + "WHERE", + "Singer_ID", + "NOT", + "IN", + "(", + "SELECT", + "Singer_ID", + "FROM", + "song", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "singer", + "where", + "singer_id", + "not", + "in", + "(", + "select", + "singer_id", + "from", + "song", + ")" + ], + "question": "List the name of singers that do not have any song.", + "question_toks": [ + "List", + "the", + "name", + "of", + "singers", + "that", + "do", + "not", + "have", + "any", + "song", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Name FROM singer WHERE Singer_ID NOT IN (SELECT Singer_ID FROM song)", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "singer", + "WHERE", + "Singer_ID", + "NOT", + "IN", + "(", + "SELECT", + "Singer_ID", + "FROM", + "song", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "singer", + "where", + "singer_id", + "not", + "in", + "(", + "select", + "singer_id", + "from", + "song", + ")" + ], + "question": "What is the sname of every sing that does not have any song?", + "question_toks": [ + "What", + "is", + "the", + "sname", + "of", + "every", + "sing", + "that", + "does", + "not", + "have", + "any", + "song", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Citizenship FROM singer WHERE Birth_Year < 1945 INTERSECT SELECT Citizenship FROM singer WHERE Birth_Year > 1955", + "query_toks": [ + "SELECT", + "Citizenship", + "FROM", + "singer", + "WHERE", + "Birth_Year", + "<", + "1945", + "INTERSECT", + "SELECT", + "Citizenship", + "FROM", + "singer", + "WHERE", + "Birth_Year", + ">", + "1955" + ], + "query_toks_no_value": [ + "select", + "citizenship", + "from", + "singer", + "where", + "birth_year", + "<", + "value", + "intersect", + "select", + "citizenship", + "from", + "singer", + "where", + "birth_year", + ">", + "value" + ], + "question": "Show the citizenship shared by singers with birth year before 1945 and after 1955.", + "question_toks": [ + "Show", + "the", + "citizenship", + "shared", + "by", + "singers", + "with", + "birth", + "year", + "before", + "1945", + "and", + "after", + "1955", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 1945.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 1955.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "singer", + "query": "SELECT Citizenship FROM singer WHERE Birth_Year < 1945 INTERSECT SELECT Citizenship FROM singer WHERE Birth_Year > 1955", + "query_toks": [ + "SELECT", + "Citizenship", + "FROM", + "singer", + "WHERE", + "Birth_Year", + "<", + "1945", + "INTERSECT", + "SELECT", + "Citizenship", + "FROM", + "singer", + "WHERE", + "Birth_Year", + ">", + "1955" + ], + "query_toks_no_value": [ + "select", + "citizenship", + "from", + "singer", + "where", + "birth_year", + "<", + "value", + "intersect", + "select", + "citizenship", + "from", + "singer", + "where", + "birth_year", + ">", + "value" + ], + "question": "What are the citizenships that are shared by singers with a birth year before 1945 and after 1955?", + "question_toks": [ + "What", + "are", + "the", + "citizenships", + "that", + "are", + "shared", + "by", + "singers", + "with", + "a", + "birth", + "year", + "before", + "1945", + "and", + "after", + "1955", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 1945.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 1955.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_properties", + "query": "SELECT count(*) FROM Other_Available_Features", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Other_Available_Features" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "other_available_features" + ], + "question": "How many available features are there in total?", + "question_toks": [ + "How", + "many", + "available", + "features", + "are", + "there", + "in", + "total", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_properties", + "query": "SELECT T2.feature_type_name FROM Other_Available_Features AS T1 JOIN Ref_Feature_Types AS T2 ON T1.feature_type_code = T2.feature_type_code WHERE T1.feature_name = \"AirCon\"", + "query_toks": [ + "SELECT", + "T2.feature_type_name", + "FROM", + "Other_Available_Features", + "AS", + "T1", + "JOIN", + "Ref_Feature_Types", + "AS", + "T2", + "ON", + "T1.feature_type_code", + "=", + "T2.feature_type_code", + "WHERE", + "T1.feature_name", + "=", + "``", + "AirCon", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "feature_type_name", + "from", + "other_available_features", + "as", + "t1", + "join", + "ref_feature_types", + "as", + "t2", + "on", + "t1", + ".", + "feature_type_code", + "=", + "t2", + ".", + "feature_type_code", + "where", + "t1", + ".", + "feature_name", + "=", + "value" + ], + "question": "What is the feature type name of feature AirCon?", + "question_toks": [ + "What", + "is", + "the", + "feature", + "type", + "name", + "of", + "feature", + "AirCon", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"AirCon\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_properties", + "query": "SELECT T2.property_type_description FROM Properties AS T1 JOIN Ref_Property_Types AS T2 ON T1.property_type_code = T2.property_type_code GROUP BY T1.property_type_code", + "query_toks": [ + "SELECT", + "T2.property_type_description", + "FROM", + "Properties", + "AS", + "T1", + "JOIN", + "Ref_Property_Types", + "AS", + "T2", + "ON", + "T1.property_type_code", + "=", + "T2.property_type_code", + "GROUP", + "BY", + "T1.property_type_code" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "property_type_description", + "from", + "properties", + "as", + "t1", + "join", + "ref_property_types", + "as", + "t2", + "on", + "t1", + ".", + "property_type_code", + "=", + "t2", + ".", + "property_type_code", + "group", + "by", + "t1", + ".", + "property_type_code" + ], + "question": "Show the property type descriptions of properties belonging to that code.", + "question_toks": [ + "Show", + "the", + "property", + "type", + "descriptions", + "of", + "properties", + "belonging", + "to", + "that", + "code", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_properties", + "query": "SELECT property_name FROM Properties WHERE property_type_code = \"House\" UNION SELECT property_name FROM Properties WHERE property_type_code = \"Apartment\" AND room_count > 1", + "query_toks": [ + "SELECT", + "property_name", + "FROM", + "Properties", + "WHERE", + "property_type_code", + "=", + "``", + "House", + "''", + "UNION", + "SELECT", + "property_name", + "FROM", + "Properties", + "WHERE", + "property_type_code", + "=", + "``", + "Apartment", + "''", + "AND", + "room_count", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "property_name", + "from", + "properties", + "where", + "property_type_code", + "=", + "value", + "union", + "select", + "property_name", + "from", + "properties", + "where", + "property_type_code", + "=", + "value", + "and", + "room_count", + ">", + "value" + ], + "question": "What are the names of properties that are either houses or apartments with more than 1 room?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "properties", + "that", + "are", + "either", + "houses", + "or", + "apartments", + "with", + "more", + "than", + "1", + "room", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"House\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Apartment\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + } +] \ No newline at end of file diff --git a/dev_gold.sql b/dev_gold.sql new file mode 100644 index 0000000000000000000000000000000000000000..58170499fdec73ba939b1d1ed28d4c578eac3f6e --- /dev/null +++ b/dev_gold.sql @@ -0,0 +1,1034 @@ +SELECT count(*) FROM singer concert_singer +SELECT count(*) FROM singer concert_singer +SELECT name , country , age FROM singer ORDER BY age DESC concert_singer +SELECT name , country , age FROM singer ORDER BY age DESC concert_singer +SELECT avg(age) , min(age) , max(age) FROM singer WHERE country = 'France' concert_singer +SELECT avg(age) , min(age) , max(age) FROM singer WHERE country = 'France' concert_singer +SELECT song_name , song_release_year FROM singer ORDER BY age LIMIT 1 concert_singer +SELECT song_name , song_release_year FROM singer ORDER BY age LIMIT 1 concert_singer +SELECT DISTINCT country FROM singer WHERE age > 20 concert_singer +SELECT DISTINCT country FROM singer WHERE age > 20 concert_singer +SELECT country , count(*) FROM singer GROUP BY country concert_singer +SELECT country , count(*) FROM singer GROUP BY country concert_singer +SELECT song_name FROM singer WHERE age > (SELECT avg(age) FROM singer) concert_singer +SELECT song_name FROM singer WHERE age > (SELECT avg(age) FROM singer) concert_singer +SELECT LOCATION , name FROM stadium WHERE capacity BETWEEN 5000 AND 10000 concert_singer +SELECT LOCATION , name FROM stadium WHERE capacity BETWEEN 5000 AND 10000 concert_singer +select max(capacity), average from stadium concert_singer +select avg(capacity) , max(capacity) from stadium concert_singer +SELECT name , capacity FROM stadium ORDER BY average DESC LIMIT 1 concert_singer +SELECT name , capacity FROM stadium ORDER BY average DESC LIMIT 1 concert_singer +SELECT count(*) FROM concert WHERE YEAR = 2014 OR YEAR = 2015 concert_singer +SELECT count(*) FROM concert WHERE YEAR = 2014 OR YEAR = 2015 concert_singer +SELECT T2.name , count(*) FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id GROUP BY T1.stadium_id concert_singer +SELECT T2.name , count(*) FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id GROUP BY T1.stadium_id concert_singer +SELECT T2.name , T2.capacity FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id WHERE T1.year >= 2014 GROUP BY T2.stadium_id ORDER BY count(*) DESC LIMIT 1 concert_singer +select t2.name , t2.capacity from concert as t1 join stadium as t2 on t1.stadium_id = t2.stadium_id where t1.year > 2013 group by t2.stadium_id order by count(*) desc limit 1 concert_singer +SELECT YEAR FROM concert GROUP BY YEAR ORDER BY count(*) DESC LIMIT 1 concert_singer +SELECT YEAR FROM concert GROUP BY YEAR ORDER BY count(*) DESC LIMIT 1 concert_singer +SELECT name FROM stadium WHERE stadium_id NOT IN (SELECT stadium_id FROM concert) concert_singer +SELECT name FROM stadium WHERE stadium_id NOT IN (SELECT stadium_id FROM concert) concert_singer +SELECT country FROM singer WHERE age > 40 INTERSECT SELECT country FROM singer WHERE age < 30 concert_singer +SELECT name FROM stadium EXCEPT SELECT T2.name FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id WHERE T1.year = 2014 concert_singer +SELECT name FROM stadium EXCEPT SELECT T2.name FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id WHERE T1.year = 2014 concert_singer +SELECT T2.concert_name , T2.theme , count(*) FROM singer_in_concert AS T1 JOIN concert AS T2 ON T1.concert_id = T2.concert_id GROUP BY T2.concert_id concert_singer +select t2.concert_name , t2.theme , count(*) from singer_in_concert as t1 join concert as t2 on t1.concert_id = t2.concert_id group by t2.concert_id concert_singer +SELECT T2.name , count(*) FROM singer_in_concert AS T1 JOIN singer AS T2 ON T1.singer_id = T2.singer_id GROUP BY T2.singer_id concert_singer +SELECT T2.name , count(*) FROM singer_in_concert AS T1 JOIN singer AS T2 ON T1.singer_id = T2.singer_id GROUP BY T2.singer_id concert_singer +SELECT T2.name FROM singer_in_concert AS T1 JOIN singer AS T2 ON T1.singer_id = T2.singer_id JOIN concert AS T3 ON T1.concert_id = T3.concert_id WHERE T3.year = 2014 concert_singer +SELECT T2.name FROM singer_in_concert AS T1 JOIN singer AS T2 ON T1.singer_id = T2.singer_id JOIN concert AS T3 ON T1.concert_id = T3.concert_id WHERE T3.year = 2014 concert_singer +SELECT name , country FROM singer WHERE song_name LIKE '%Hey%' concert_singer +SELECT name , country FROM singer WHERE song_name LIKE '%Hey%' concert_singer +SELECT T2.name , T2.location FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id WHERE T1.Year = 2014 INTERSECT SELECT T2.name , T2.location FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id WHERE T1.Year = 2015 concert_singer +SELECT T2.name , T2.location FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id WHERE T1.Year = 2014 INTERSECT SELECT T2.name , T2.location FROM concert AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.stadium_id WHERE T1.Year = 2015 concert_singer +select count(*) from concert where stadium_id = (select stadium_id from stadium order by capacity desc limit 1) concert_singer +select count(*) from concert where stadium_id = (select stadium_id from stadium order by capacity desc limit 1) concert_singer +SELECT count(*) FROM pets WHERE weight > 10 pets_1 +SELECT count(*) FROM pets WHERE weight > 10 pets_1 +SELECT weight FROM pets ORDER BY pet_age LIMIT 1 pets_1 +SELECT weight FROM pets ORDER BY pet_age LIMIT 1 pets_1 +SELECT max(weight) , petType FROM pets GROUP BY petType pets_1 +SELECT max(weight) , petType FROM pets GROUP BY petType pets_1 +SELECT count(*) FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid WHERE T1.age > 20 pets_1 +SELECT count(*) FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid WHERE T1.age > 20 pets_1 +SELECT count(*) FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid JOIN pets AS T3 ON T2.petid = T3.petid WHERE T1.sex = 'F' AND T3.pettype = 'dog' pets_1 +SELECT count(*) FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid JOIN pets AS T3 ON T2.petid = T3.petid WHERE T1.sex = 'F' AND T3.pettype = 'dog' pets_1 +SELECT count(DISTINCT pettype) FROM pets pets_1 +SELECT count(DISTINCT pettype) FROM pets pets_1 +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' pets_1 +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' pets_1 +select 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' intersect select 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 = 'dog' pets_1 +SELECT 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' INTERSECT SELECT 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 = 'dog' pets_1 +SELECT major , age FROM student WHERE stuid NOT IN (SELECT T1.stuid 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') pets_1 +SELECT major , age FROM student WHERE stuid NOT IN (SELECT T1.stuid 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') pets_1 +SELECT stuid FROM student EXCEPT SELECT T1.stuid 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' pets_1 +SELECT stuid FROM student EXCEPT SELECT T1.stuid 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' pets_1 +SELECT T1.fname , T1.age 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 = 'dog' AND T1.stuid NOT IN (SELECT T1.stuid 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') pets_1 +SELECT T1.fname , T1.age 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 = 'dog' AND T1.stuid NOT IN (SELECT T1.stuid 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') pets_1 +SELECT pettype , weight FROM pets ORDER BY pet_age LIMIT 1 pets_1 +SELECT pettype , weight FROM pets ORDER BY pet_age LIMIT 1 pets_1 +SELECT petid , weight FROM pets WHERE pet_age > 1 pets_1 +SELECT petid , weight FROM pets WHERE pet_age > 1 pets_1 +SELECT avg(pet_age) , max(pet_age) , pettype FROM pets GROUP BY pettype pets_1 +SELECT avg(pet_age) , max(pet_age) , pettype FROM pets GROUP BY pettype pets_1 +SELECT avg(weight) , pettype FROM pets GROUP BY pettype pets_1 +SELECT avg(weight) , pettype FROM pets GROUP BY pettype pets_1 +SELECT DISTINCT T1.fname , T1.age FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid pets_1 +SELECT DISTINCT T1.fname , T1.age FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid pets_1 +SELECT T2.petid FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid WHERE T1.Lname = 'Smith' pets_1 +SELECT T2.petid FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid WHERE T1.Lname = 'Smith' pets_1 +SELECT count(*) , T1.stuid FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid GROUP BY T1.stuid pets_1 +select count(*) , t1.stuid from student as t1 join has_pet as t2 on t1.stuid = t2.stuid group by t1.stuid pets_1 +SELECT T1.fname , T1.sex FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid GROUP BY T1.stuid HAVING count(*) > 1 pets_1 +SELECT T1.fname , T1.sex FROM student AS T1 JOIN has_pet AS T2 ON T1.stuid = T2.stuid GROUP BY T1.stuid HAVING count(*) > 1 pets_1 +SELECT T1.lname 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.pet_age = 3 AND T3.pettype = 'cat' pets_1 +SELECT T1.lname 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.pet_age = 3 AND T3.pettype = 'cat' pets_1 +select avg(age) from student where stuid not in (select stuid from has_pet) pets_1 +select avg(age) from student where stuid not in (select stuid from has_pet) pets_1 +SELECT count(*) FROM CONTINENTS; car_1 +SELECT count(*) FROM CONTINENTS; car_1 +SELECT T1.ContId , T1.Continent , count(*) FROM CONTINENTS AS T1 JOIN COUNTRIES AS T2 ON T1.ContId = T2.Continent GROUP BY T1.ContId; car_1 +SELECT T1.ContId , T1.Continent , count(*) FROM CONTINENTS AS T1 JOIN COUNTRIES AS T2 ON T1.ContId = T2.Continent GROUP BY T1.ContId; car_1 +SELECT count(*) FROM COUNTRIES; car_1 +SELECT count(*) FROM COUNTRIES; car_1 +SELECT T1.FullName , T1.Id , count(*) FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker GROUP BY T1.Id; car_1 +SELECT T1.FullName , T1.Id , count(*) FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker GROUP BY T1.Id; car_1 +SELECT T1.Model FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id ORDER BY T2.horsepower ASC LIMIT 1; car_1 +SELECT T1.Model FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id ORDER BY T2.horsepower ASC LIMIT 1; car_1 +SELECT T1.model FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T2.Weight < (SELECT avg(Weight) FROM CARS_DATA) car_1 +SELECT T1.model FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T2.Weight < (SELECT avg(Weight) FROM CARS_DATA) car_1 +SELECT DISTINCT T1.Maker FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker JOIN CAR_NAMES AS T3 ON T2.model = T3.model JOIN CARS_DATA AS T4 ON T3.MakeId = T4.id WHERE T4.year = '1970'; car_1 +SELECT DISTINCT T1.Maker FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker JOIN CAR_NAMES AS T3 ON T2.model = T3.model JOIN CARS_DATA AS T4 ON T3.MakeId = T4.id WHERE T4.year = '1970'; car_1 +SELECT T2.Make , T1.Year FROM CARS_DATA AS T1 JOIN CAR_NAMES AS T2 ON T1.Id = T2.MakeId WHERE T1.Year = (SELECT min(YEAR) FROM CARS_DATA); car_1 +SELECT T2.Make , T1.Year FROM CARS_DATA AS T1 JOIN CAR_NAMES AS T2 ON T1.Id = T2.MakeId WHERE T1.Year = (SELECT min(YEAR) FROM CARS_DATA); car_1 +SELECT DISTINCT T1.model FROM MODEL_LIST AS T1 JOIN CAR_NAMES AS T2 ON T1.model = T2.model JOIN CARS_DATA AS T3 ON T2.MakeId = T3.id WHERE T3.year > 1980; car_1 +SELECT DISTINCT T1.model FROM MODEL_LIST AS T1 JOIN CAR_NAMES AS T2 ON T1.model = T2.model JOIN CARS_DATA AS T3 ON T2.MakeId = T3.id WHERE T3.year > 1980; car_1 +SELECT T1.Continent , count(*) FROM CONTINENTS AS T1 JOIN COUNTRIES AS T2 ON T1.ContId = T2.continent JOIN car_makers AS T3 ON T2.CountryId = T3.Country GROUP BY T1.Continent; car_1 +SELECT T1.Continent , count(*) FROM CONTINENTS AS T1 JOIN COUNTRIES AS T2 ON T1.ContId = T2.continent JOIN car_makers AS T3 ON T2.CountryId = T3.Country GROUP BY T1.Continent; car_1 +SELECT T2.CountryName FROM CAR_MAKERS AS T1 JOIN COUNTRIES AS T2 ON T1.Country = T2.CountryId GROUP BY T1.Country ORDER BY Count(*) DESC LIMIT 1; car_1 +SELECT T2.CountryName FROM CAR_MAKERS AS T1 JOIN COUNTRIES AS T2 ON T1.Country = T2.CountryId GROUP BY T1.Country ORDER BY Count(*) DESC LIMIT 1; car_1 +select count(*) , t2.fullname from model_list as t1 join car_makers as t2 on t1.maker = t2.id group by t2.id; car_1 +SELECT Count(*) , T2.FullName , T2.id FROM MODEL_LIST AS T1 JOIN CAR_MAKERS AS T2 ON T1.Maker = T2.Id GROUP BY T2.id; car_1 +SELECT T1.Accelerate FROM CARS_DATA AS T1 JOIN CAR_NAMES AS T2 ON T1.Id = T2.MakeId WHERE T2.Make = 'amc hornet sportabout (sw)'; car_1 +SELECT T1.Accelerate FROM CARS_DATA AS T1 JOIN CAR_NAMES AS T2 ON T1.Id = T2.MakeId WHERE T2.Make = 'amc hornet sportabout (sw)'; car_1 +SELECT count(*) FROM CAR_MAKERS AS T1 JOIN COUNTRIES AS T2 ON T1.Country = T2.CountryId WHERE T2.CountryName = 'france'; car_1 +SELECT count(*) FROM CAR_MAKERS AS T1 JOIN COUNTRIES AS T2 ON T1.Country = T2.CountryId WHERE T2.CountryName = 'france'; car_1 +SELECT count(*) FROM MODEL_LIST AS T1 JOIN CAR_MAKERS AS T2 ON T1.Maker = T2.Id JOIN COUNTRIES AS T3 ON T2.Country = T3.CountryId WHERE T3.CountryName = 'usa'; car_1 +SELECT count(*) FROM MODEL_LIST AS T1 JOIN CAR_MAKERS AS T2 ON T1.Maker = T2.Id JOIN COUNTRIES AS T3 ON T2.Country = T3.CountryId WHERE T3.CountryName = 'usa'; car_1 +SELECT avg(mpg) FROM CARS_DATA WHERE Cylinders = 4; car_1 +SELECT avg(mpg) FROM CARS_DATA WHERE Cylinders = 4; car_1 +select min(weight) from cars_data where cylinders = 8 and year = 1974 car_1 +select min(weight) from cars_data where cylinders = 8 and year = 1974 car_1 +SELECT Maker , Model FROM MODEL_LIST; car_1 +SELECT Maker , Model FROM MODEL_LIST; car_1 +SELECT T1.CountryName , T1.CountryId FROM COUNTRIES AS T1 JOIN CAR_MAKERS AS T2 ON T1.CountryId = T2.Country GROUP BY T1.CountryId HAVING count(*) >= 1; car_1 +SELECT T1.CountryName , T1.CountryId FROM COUNTRIES AS T1 JOIN CAR_MAKERS AS T2 ON T1.CountryId = T2.Country GROUP BY T1.CountryId HAVING count(*) >= 1; car_1 +SELECT count(*) FROM CARS_DATA WHERE horsepower > 150; car_1 +SELECT count(*) FROM CARS_DATA WHERE horsepower > 150; car_1 +SELECT avg(Weight) , YEAR FROM CARS_DATA GROUP BY YEAR; car_1 +SELECT avg(Weight) , YEAR FROM CARS_DATA GROUP BY YEAR; car_1 +SELECT T1.CountryName FROM COUNTRIES AS T1 JOIN CONTINENTS AS T2 ON T1.Continent = T2.ContId JOIN CAR_MAKERS AS T3 ON T1.CountryId = T3.Country WHERE T2.Continent = 'europe' GROUP BY T1.CountryName HAVING count(*) >= 3; car_1 +SELECT T1.CountryName FROM COUNTRIES AS T1 JOIN CONTINENTS AS T2 ON T1.Continent = T2.ContId JOIN CAR_MAKERS AS T3 ON T1.CountryId = T3.Country WHERE T2.Continent = 'europe' GROUP BY T1.CountryName HAVING count(*) >= 3; car_1 +SELECT T2.horsepower , T1.Make FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T2.cylinders = 3 ORDER BY T2.horsepower DESC LIMIT 1; car_1 +SELECT T2.horsepower , T1.Make FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T2.cylinders = 3 ORDER BY T2.horsepower DESC LIMIT 1; car_1 +SELECT T1.Model FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id ORDER BY T2.mpg DESC LIMIT 1; car_1 +select t1.model from car_names as t1 join cars_data as t2 on t1.makeid = t2.id order by t2.mpg desc limit 1; car_1 +SELECT avg(horsepower) FROM CARS_DATA WHERE YEAR < 1980; car_1 +select avg(horsepower) from cars_data where year < 1980; car_1 +SELECT avg(T2.edispl) FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T1.Model = 'volvo'; car_1 +SELECT avg(T2.edispl) FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T1.Model = 'volvo'; car_1 +SELECT max(Accelerate) , Cylinders FROM CARS_DATA GROUP BY Cylinders; car_1 +SELECT max(Accelerate) , Cylinders FROM CARS_DATA GROUP BY Cylinders; car_1 +SELECT Model FROM CAR_NAMES GROUP BY Model ORDER BY count(*) DESC LIMIT 1; car_1 +SELECT Model FROM CAR_NAMES GROUP BY Model ORDER BY count(*) DESC LIMIT 1; car_1 +SELECT count(*) FROM CARS_DATA WHERE Cylinders > 4; car_1 +SELECT count(*) FROM CARS_DATA WHERE Cylinders > 4; car_1 +SELECT count(*) FROM CARS_DATA WHERE YEAR = 1980; car_1 +SELECT count(*) FROM CARS_DATA WHERE YEAR = 1980; car_1 +SELECT count(*) FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker WHERE T1.FullName = 'American Motor Company'; car_1 +SELECT count(*) FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker WHERE T1.FullName = 'American Motor Company'; car_1 +SELECT T1.FullName , T1.Id FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker GROUP BY T1.Id HAVING count(*) > 3; car_1 +SELECT T1.FullName , T1.Id FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker GROUP BY T1.Id HAVING count(*) > 3; car_1 +SELECT DISTINCT T2.Model FROM CAR_NAMES AS T1 JOIN MODEL_LIST AS T2 ON T1.Model = T2.Model JOIN CAR_MAKERS AS T3 ON T2.Maker = T3.Id JOIN CARS_DATA AS T4 ON T1.MakeId = T4.Id WHERE T3.FullName = 'General Motors' OR T4.weight > 3500; car_1 +SELECT DISTINCT T2.Model FROM CAR_NAMES AS T1 JOIN MODEL_LIST AS T2 ON T1.Model = T2.Model JOIN CAR_MAKERS AS T3 ON T2.Maker = T3.Id JOIN CARS_DATA AS T4 ON T1.MakeId = T4.Id WHERE T3.FullName = 'General Motors' OR T4.weight > 3500; car_1 +select distinct year from cars_data where weight between 3000 and 4000; car_1 +select distinct year from cars_data where weight between 3000 and 4000; car_1 +SELECT T1.horsepower FROM CARS_DATA AS T1 ORDER BY T1.accelerate DESC LIMIT 1; car_1 +SELECT T1.horsepower FROM CARS_DATA AS T1 ORDER BY T1.accelerate DESC LIMIT 1; car_1 +SELECT T1.cylinders FROM CARS_DATA AS T1 JOIN CAR_NAMES AS T2 ON T1.Id = T2.MakeId WHERE T2.Model = 'volvo' ORDER BY T1.accelerate ASC LIMIT 1; car_1 +SELECT T1.cylinders FROM CARS_DATA AS T1 JOIN CAR_NAMES AS T2 ON T1.Id = T2.MakeId WHERE T2.Model = 'volvo' ORDER BY T1.accelerate ASC LIMIT 1; car_1 +SELECT COUNT(*) FROM CARS_DATA WHERE Accelerate > ( SELECT Accelerate FROM CARS_DATA ORDER BY Horsepower DESC LIMIT 1 ); car_1 +SELECT COUNT(*) FROM CARS_DATA WHERE Accelerate > ( SELECT Accelerate FROM CARS_DATA ORDER BY Horsepower DESC LIMIT 1 ); car_1 +select count(*) from countries as t1 join car_makers as t2 on t1.countryid = t2.country group by t1.countryid having count(*) > 2 car_1 +select count(*) from countries as t1 join car_makers as t2 on t1.countryid = t2.country group by t1.countryid having count(*) > 2 car_1 +SELECT COUNT(*) FROM CARS_DATA WHERE Cylinders > 6; car_1 +SELECT COUNT(*) FROM CARS_DATA WHERE Cylinders > 6; car_1 +SELECT T1.Model FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T2.Cylinders = 4 ORDER BY T2.horsepower DESC LIMIT 1; car_1 +SELECT T1.Model FROM CAR_NAMES AS T1 JOIN CARS_DATA AS T2 ON T1.MakeId = T2.Id WHERE T2.Cylinders = 4 ORDER BY T2.horsepower DESC LIMIT 1; car_1 +SELECT T2.MakeId , T2.Make FROM CARS_DATA AS T1 JOIN CAR_NAMES AS T2 ON T1.Id = T2.MakeId WHERE T1.Horsepower > (SELECT min(Horsepower) FROM CARS_DATA) AND T1.Cylinders <= 3; car_1 +select t2.makeid , t2.make from cars_data as t1 join car_names as t2 on t1.id = t2.makeid where t1.horsepower > (select min(horsepower) from cars_data) and t1.cylinders < 4; car_1 +select max(mpg) from cars_data where cylinders = 8 or year < 1980 car_1 +select max(mpg) from cars_data where cylinders = 8 or year < 1980 car_1 +SELECT DISTINCT T1.model FROM MODEL_LIST AS T1 JOIN CAR_NAMES AS T2 ON T1.Model = T2.Model JOIN CARS_DATA AS T3 ON T2.MakeId = T3.Id JOIN CAR_MAKERS AS T4 ON T1.Maker = T4.Id WHERE T3.weight < 3500 AND T4.FullName != 'Ford Motor Company'; car_1 +SELECT DISTINCT T1.model FROM MODEL_LIST AS T1 JOIN CAR_NAMES AS T2 ON T1.Model = T2.Model JOIN CARS_DATA AS T3 ON T2.MakeId = T3.Id JOIN CAR_MAKERS AS T4 ON T1.Maker = T4.Id WHERE T3.weight < 3500 AND T4.FullName != 'Ford Motor Company'; car_1 +SELECT CountryName FROM countries EXCEPT SELECT T1.CountryName FROM countries AS T1 JOIN CAR_MAKERS AS T2 ON T1.countryId = T2.Country; car_1 +SELECT CountryName FROM countries EXCEPT SELECT T1.CountryName FROM countries AS T1 JOIN CAR_MAKERS AS T2 ON T1.countryId = T2.Country; car_1 +select t1.id , t1.maker from car_makers as t1 join model_list as t2 on t1.id = t2.maker group by t1.id having count(*) >= 2 intersect select t1.id , t1.maker from car_makers as t1 join model_list as t2 on t1.id = t2.maker join car_names as t3 on t2.model = t3.model group by t1.id having count(*) > 3; car_1 +SELECT T1.Id , T1.Maker FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker GROUP BY T1.Id HAVING count(*) >= 2 INTERSECT SELECT T1.Id , T1.Maker FROM CAR_MAKERS AS T1 JOIN MODEL_LIST AS T2 ON T1.Id = T2.Maker JOIN CAR_NAMES AS T3 ON T2.model = T3.model GROUP BY T1.Id HAVING count(*) > 3; car_1 +SELECT T1.countryId , T1.CountryName FROM Countries AS T1 JOIN CAR_MAKERS AS T2 ON T1.CountryId = T2.Country GROUP BY T1.countryId HAVING count(*) > 3 UNION SELECT T1.countryId , T1.CountryName FROM Countries AS T1 JOIN CAR_MAKERS AS T2 ON T1.CountryId = T2.Country JOIN MODEL_LIST AS T3 ON T2.Id = T3.Maker WHERE T3.Model = 'fiat'; car_1 +select t1.countryid , t1.countryname from countries as t1 join car_makers as t2 on t1.countryid = t2.country group by t1.countryid having count(*) > 3 union select t1.countryid , t1.countryname from countries as t1 join car_makers as t2 on t1.countryid = t2.country join model_list as t3 on t2.id = t3.maker where t3.model = 'fiat'; car_1 +SELECT Country FROM AIRLINES WHERE Airline = "JetBlue Airways" flight_2 +SELECT Country FROM AIRLINES WHERE Airline = "JetBlue Airways" flight_2 +SELECT Abbreviation FROM AIRLINES WHERE Airline = "JetBlue Airways" flight_2 +SELECT Abbreviation FROM AIRLINES WHERE Airline = "JetBlue Airways" flight_2 +SELECT Airline , Abbreviation FROM AIRLINES WHERE Country = "USA" flight_2 +SELECT Airline , Abbreviation FROM AIRLINES WHERE Country = "USA" flight_2 +SELECT AirportCode , AirportName FROM AIRPORTS WHERE city = "Anthony" flight_2 +SELECT AirportCode , AirportName FROM AIRPORTS WHERE city = "Anthony" flight_2 +SELECT count(*) FROM AIRLINES flight_2 +SELECT count(*) FROM AIRLINES flight_2 +SELECT count(*) FROM AIRPORTS flight_2 +SELECT count(*) FROM AIRPORTS flight_2 +SELECT count(*) FROM FLIGHTS flight_2 +SELECT count(*) FROM FLIGHTS flight_2 +SELECT Airline FROM AIRLINES WHERE Abbreviation = "UAL" flight_2 +SELECT Airline FROM AIRLINES WHERE Abbreviation = "UAL" flight_2 +SELECT count(*) FROM AIRLINES WHERE Country = "USA" flight_2 +SELECT count(*) FROM AIRLINES WHERE Country = "USA" flight_2 +SELECT City , Country FROM AIRPORTS WHERE AirportName = "Alton" flight_2 +SELECT City , Country FROM AIRPORTS WHERE AirportName = "Alton" flight_2 +SELECT AirportName FROM AIRPORTS WHERE AirportCode = "AKO" flight_2 +SELECT AirportName FROM AIRPORTS WHERE AirportCode = "AKO" flight_2 +SELECT AirportName FROM AIRPORTS WHERE City = "Aberdeen" flight_2 +SELECT AirportName FROM AIRPORTS WHERE City = "Aberdeen" flight_2 +SELECT count(*) FROM FLIGHTS WHERE SourceAirport = "APG" flight_2 +SELECT count(*) FROM FLIGHTS WHERE SourceAirport = "APG" flight_2 +SELECT count(*) FROM FLIGHTS WHERE DestAirport = "ATO" flight_2 +SELECT count(*) FROM FLIGHTS WHERE DestAirport = "ATO" flight_2 +SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.SourceAirport = T2.AirportCode WHERE T2.City = "Aberdeen" flight_2 +SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.SourceAirport = T2.AirportCode WHERE T2.City = "Aberdeen" flight_2 +SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode WHERE T2.City = "Aberdeen" flight_2 +SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode WHERE T2.City = "Aberdeen" flight_2 +SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode JOIN AIRPORTS AS T3 ON T1.SourceAirport = T3.AirportCode WHERE T2.City = "Ashley" AND T3.City = "Aberdeen" flight_2 +SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode JOIN AIRPORTS AS T3 ON T1.SourceAirport = T3.AirportCode WHERE T2.City = "Ashley" AND T3.City = "Aberdeen" flight_2 +SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRLINES AS T2 ON T1.Airline = T2.uid WHERE T2.Airline = "JetBlue Airways" flight_2 +SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRLINES AS T2 ON T1.Airline = T2.uid WHERE T2.Airline = "JetBlue Airways" flight_2 +SELECT count(*) FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T2.Airline = T1.uid WHERE T1.Airline = "United Airlines" AND T2.DestAirport = "ASY" flight_2 +SELECT count(*) FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T2.Airline = T1.uid WHERE T1.Airline = "United Airlines" AND T2.DestAirport = "ASY" flight_2 +SELECT count(*) FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T2.Airline = T1.uid WHERE T1.Airline = "United Airlines" AND T2.SourceAirport = "AHD" flight_2 +SELECT count(*) FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T2.Airline = T1.uid WHERE T1.Airline = "United Airlines" AND T2.SourceAirport = "AHD" flight_2 +SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode JOIN AIRLINES AS T3 ON T3.uid = T1.Airline WHERE T2.City = "Aberdeen" AND T3.Airline = "United Airlines" flight_2 +SELECT count(*) FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode JOIN AIRLINES AS T3 ON T3.uid = T1.Airline WHERE T2.City = "Aberdeen" AND T3.Airline = "United Airlines" flight_2 +SELECT T1.City FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.DestAirport GROUP BY T1.City ORDER BY count(*) DESC LIMIT 1 flight_2 +SELECT T1.City FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.DestAirport GROUP BY T1.City ORDER BY count(*) DESC LIMIT 1 flight_2 +SELECT T1.City FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.SourceAirport GROUP BY T1.City ORDER BY count(*) DESC LIMIT 1 flight_2 +SELECT T1.City FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.SourceAirport GROUP BY T1.City ORDER BY count(*) DESC LIMIT 1 flight_2 +SELECT T1.AirportCode FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.DestAirport OR T1.AirportCode = T2.SourceAirport GROUP BY T1.AirportCode ORDER BY count(*) DESC LIMIT 1 flight_2 +SELECT T1.AirportCode FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.DestAirport OR T1.AirportCode = T2.SourceAirport GROUP BY T1.AirportCode ORDER BY count(*) DESC LIMIT 1 flight_2 +SELECT T1.AirportCode FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.DestAirport OR T1.AirportCode = T2.SourceAirport GROUP BY T1.AirportCode ORDER BY count(*) LIMIT 1 flight_2 +SELECT T1.AirportCode FROM AIRPORTS AS T1 JOIN FLIGHTS AS T2 ON T1.AirportCode = T2.DestAirport OR T1.AirportCode = T2.SourceAirport GROUP BY T1.AirportCode ORDER BY count(*) LIMIT 1 flight_2 +SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline ORDER BY count(*) DESC LIMIT 1 flight_2 +SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline ORDER BY count(*) DESC LIMIT 1 flight_2 +SELECT T1.Abbreviation , T1.Country FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline ORDER BY count(*) LIMIT 1 flight_2 +SELECT T1.Abbreviation , T1.Country FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline ORDER BY count(*) LIMIT 1 flight_2 +SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = "AHD" flight_2 +SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = "AHD" flight_2 +SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.DestAirport = "AHD" flight_2 +SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.DestAirport = "AHD" flight_2 +SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = "APG" INTERSECT SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = "CVO" flight_2 +SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = "APG" INTERSECT SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = "CVO" flight_2 +SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = "CVO" EXCEPT SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = "APG" flight_2 +SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = "CVO" EXCEPT SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline WHERE T2.SourceAirport = "APG" flight_2 +SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline HAVING count(*) > 10 flight_2 +SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline HAVING count(*) > 10 flight_2 +SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline HAVING count(*) < 200 flight_2 +SELECT T1.Airline FROM AIRLINES AS T1 JOIN FLIGHTS AS T2 ON T1.uid = T2.Airline GROUP BY T1.Airline HAVING count(*) < 200 flight_2 +SELECT T1.FlightNo FROM FLIGHTS AS T1 JOIN AIRLINES AS T2 ON T2.uid = T1.Airline WHERE T2.Airline = "United Airlines" flight_2 +SELECT T1.FlightNo FROM FLIGHTS AS T1 JOIN AIRLINES AS T2 ON T2.uid = T1.Airline WHERE T2.Airline = "United Airlines" flight_2 +SELECT FlightNo FROM FLIGHTS WHERE SourceAirport = "APG" flight_2 +SELECT FlightNo FROM FLIGHTS WHERE SourceAirport = "APG" flight_2 +SELECT FlightNo FROM FLIGHTS WHERE DestAirport = "APG" flight_2 +SELECT FlightNo FROM FLIGHTS WHERE DestAirport = "APG" flight_2 +SELECT T1.FlightNo FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.SourceAirport = T2.AirportCode WHERE T2.City = "Aberdeen" flight_2 +SELECT T1.FlightNo FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.SourceAirport = T2.AirportCode WHERE T2.City = "Aberdeen" flight_2 +SELECT T1.FlightNo FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode WHERE T2.City = "Aberdeen" flight_2 +SELECT T1.FlightNo FROM FLIGHTS AS T1 JOIN AIRPORTS AS T2 ON T1.DestAirport = T2.AirportCode WHERE T2.City = "Aberdeen" flight_2 +SELECT count(*) FROM Flights AS T1 JOIN Airports AS T2 ON T1.DestAirport = T2.AirportCode WHERE T2.city = "Aberdeen" OR T2.city = "Abilene" flight_2 +SELECT count(*) FROM Flights AS T1 JOIN Airports AS T2 ON T1.DestAirport = T2.AirportCode WHERE T2.city = "Aberdeen" OR T2.city = "Abilene" flight_2 +SELECT AirportName FROM Airports WHERE AirportCode NOT IN (SELECT SourceAirport FROM Flights UNION SELECT DestAirport FROM Flights) flight_2 +SELECT AirportName FROM Airports WHERE AirportCode NOT IN (SELECT SourceAirport FROM Flights UNION SELECT DestAirport FROM Flights) flight_2 +SELECT count(*) FROM employee employee_hire_evaluation +SELECT count(*) FROM employee employee_hire_evaluation +SELECT name FROM employee ORDER BY age employee_hire_evaluation +SELECT name FROM employee ORDER BY age employee_hire_evaluation +SELECT count(*) , city FROM employee GROUP BY city employee_hire_evaluation +SELECT count(*) , city FROM employee GROUP BY city employee_hire_evaluation +SELECT city FROM employee WHERE age < 30 GROUP BY city HAVING count(*) > 1 employee_hire_evaluation +SELECT city FROM employee WHERE age < 30 GROUP BY city HAVING count(*) > 1 employee_hire_evaluation +SELECT count(*) , LOCATION FROM shop GROUP BY LOCATION employee_hire_evaluation +SELECT count(*) , LOCATION FROM shop GROUP BY LOCATION employee_hire_evaluation +SELECT manager_name , district FROM shop ORDER BY number_products DESC LIMIT 1 employee_hire_evaluation +SELECT manager_name , district FROM shop ORDER BY number_products DESC LIMIT 1 employee_hire_evaluation +SELECT min(Number_products) , max(Number_products) FROM shop employee_hire_evaluation +SELECT min(Number_products) , max(Number_products) FROM shop employee_hire_evaluation +SELECT name , LOCATION , district FROM shop ORDER BY number_products DESC employee_hire_evaluation +SELECT name , LOCATION , district FROM shop ORDER BY number_products DESC employee_hire_evaluation +SELECT name FROM shop WHERE number_products > (SELECT avg(number_products) FROM shop) employee_hire_evaluation +SELECT name FROM shop WHERE number_products > (SELECT avg(number_products) FROM shop) employee_hire_evaluation +SELECT t1.name FROM employee AS t1 JOIN evaluation AS t2 ON t1.Employee_ID = t2.Employee_ID GROUP BY t2.Employee_ID ORDER BY count(*) DESC LIMIT 1 employee_hire_evaluation +SELECT t1.name FROM employee AS t1 JOIN evaluation AS t2 ON t1.Employee_ID = t2.Employee_ID GROUP BY t2.Employee_ID ORDER BY count(*) DESC LIMIT 1 employee_hire_evaluation +SELECT t1.name FROM employee AS t1 JOIN evaluation AS t2 ON t1.Employee_ID = t2.Employee_ID ORDER BY t2.bonus DESC LIMIT 1 employee_hire_evaluation +SELECT t1.name FROM employee AS t1 JOIN evaluation AS t2 ON t1.Employee_ID = t2.Employee_ID ORDER BY t2.bonus DESC LIMIT 1 employee_hire_evaluation +SELECT name FROM employee WHERE Employee_ID NOT IN (SELECT Employee_ID FROM evaluation) employee_hire_evaluation +SELECT name FROM employee WHERE Employee_ID NOT IN (SELECT Employee_ID FROM evaluation) employee_hire_evaluation +SELECT t2.name FROM hiring AS t1 JOIN shop AS t2 ON t1.shop_id = t2.shop_id GROUP BY t1.shop_id ORDER BY count(*) DESC LIMIT 1 employee_hire_evaluation +SELECT t2.name FROM hiring AS t1 JOIN shop AS t2 ON t1.shop_id = t2.shop_id GROUP BY t1.shop_id ORDER BY count(*) DESC LIMIT 1 employee_hire_evaluation +SELECT name FROM shop WHERE shop_id NOT IN (SELECT shop_id FROM hiring) employee_hire_evaluation +SELECT name FROM shop WHERE shop_id NOT IN (SELECT shop_id FROM hiring) employee_hire_evaluation +SELECT count(*) , t2.name FROM hiring AS t1 JOIN shop AS t2 ON t1.shop_id = t2.shop_id GROUP BY t2.name employee_hire_evaluation +SELECT count(*) , t2.name FROM hiring AS t1 JOIN shop AS t2 ON t1.shop_id = t2.shop_id GROUP BY t2.name employee_hire_evaluation +SELECT sum(bonus) FROM evaluation employee_hire_evaluation +SELECT sum(bonus) FROM evaluation employee_hire_evaluation +SELECT * FROM hiring employee_hire_evaluation +SELECT * FROM hiring employee_hire_evaluation +SELECT district FROM shop WHERE Number_products < 3000 INTERSECT SELECT district FROM shop WHERE Number_products > 10000 employee_hire_evaluation +SELECT district FROM shop WHERE Number_products < 3000 INTERSECT SELECT district FROM shop WHERE Number_products > 10000 employee_hire_evaluation +SELECT count(DISTINCT LOCATION) FROM shop employee_hire_evaluation +SELECT count(DISTINCT LOCATION) FROM shop employee_hire_evaluation +SELECT count(*) FROM Documents cre_Doc_Template_Mgt +SELECT count(*) FROM Documents cre_Doc_Template_Mgt +SELECT document_id , document_name , document_description FROM Documents cre_Doc_Template_Mgt +SELECT document_id , document_name , document_description FROM Documents cre_Doc_Template_Mgt +SELECT document_name , template_id FROM Documents WHERE Document_Description LIKE "%w%" cre_Doc_Template_Mgt +SELECT document_name , template_id FROM Documents WHERE Document_Description LIKE "%w%" cre_Doc_Template_Mgt +SELECT document_id , template_id , Document_Description FROM Documents WHERE document_name = "Robbin CV" cre_Doc_Template_Mgt +SELECT document_id , template_id , Document_Description FROM Documents WHERE document_name = "Robbin CV" cre_Doc_Template_Mgt +SELECT count(DISTINCT template_id) FROM Documents cre_Doc_Template_Mgt +SELECT count(DISTINCT template_id) FROM Documents cre_Doc_Template_Mgt +SELECT count(*) FROM Documents AS T1 JOIN Templates AS T2 ON T1.Template_ID = T2.Template_ID WHERE T2.Template_Type_Code = 'PPT' cre_Doc_Template_Mgt +SELECT count(*) FROM Documents AS T1 JOIN Templates AS T2 ON T1.Template_ID = T2.Template_ID WHERE T2.Template_Type_Code = 'PPT' cre_Doc_Template_Mgt +SELECT template_id , count(*) FROM Documents GROUP BY template_id cre_Doc_Template_Mgt +SELECT template_id , count(*) FROM Documents GROUP BY template_id cre_Doc_Template_Mgt +SELECT T1.template_id , T2.Template_Type_Code FROM Documents AS T1 JOIN Templates AS T2 ON T1.template_id = T2.template_id GROUP BY T1.template_id ORDER BY count(*) DESC LIMIT 1 cre_Doc_Template_Mgt +SELECT T1.template_id , T2.Template_Type_Code FROM Documents AS T1 JOIN Templates AS T2 ON T1.template_id = T2.template_id GROUP BY T1.template_id ORDER BY count(*) DESC LIMIT 1 cre_Doc_Template_Mgt +SELECT template_id FROM Documents GROUP BY template_id HAVING count(*) > 1 cre_Doc_Template_Mgt +SELECT template_id FROM Documents GROUP BY template_id HAVING count(*) > 1 cre_Doc_Template_Mgt +SELECT template_id FROM Templates EXCEPT SELECT template_id FROM Documents cre_Doc_Template_Mgt +SELECT template_id FROM Templates EXCEPT SELECT template_id FROM Documents cre_Doc_Template_Mgt +SELECT count(*) FROM Templates cre_Doc_Template_Mgt +SELECT count(*) FROM Templates cre_Doc_Template_Mgt +SELECT template_id , version_number , template_type_code FROM Templates cre_Doc_Template_Mgt +SELECT template_id , version_number , template_type_code FROM Templates cre_Doc_Template_Mgt +SELECT DISTINCT template_type_code FROM Templates cre_Doc_Template_Mgt +SELECT DISTINCT template_type_code FROM Templates cre_Doc_Template_Mgt +SELECT template_id FROM Templates WHERE template_type_code = "PP" OR template_type_code = "PPT" cre_Doc_Template_Mgt +SELECT template_id FROM Templates WHERE template_type_code = "PP" OR template_type_code = "PPT" cre_Doc_Template_Mgt +SELECT count(*) FROM Templates WHERE template_type_code = "CV" cre_Doc_Template_Mgt +SELECT count(*) FROM Templates WHERE template_type_code = "CV" cre_Doc_Template_Mgt +SELECT version_number , template_type_code FROM Templates WHERE version_number > 5 cre_Doc_Template_Mgt +SELECT version_number , template_type_code FROM Templates WHERE version_number > 5 cre_Doc_Template_Mgt +SELECT template_type_code , count(*) FROM Templates GROUP BY template_type_code cre_Doc_Template_Mgt +SELECT template_type_code , count(*) FROM Templates GROUP BY template_type_code cre_Doc_Template_Mgt +SELECT template_type_code FROM Templates GROUP BY template_type_code ORDER BY count(*) DESC LIMIT 1 cre_Doc_Template_Mgt +SELECT template_type_code FROM Templates GROUP BY template_type_code ORDER BY count(*) DESC LIMIT 1 cre_Doc_Template_Mgt +SELECT template_type_code FROM Templates GROUP BY template_type_code HAVING count(*) < 3 cre_Doc_Template_Mgt +SELECT template_type_code FROM Templates GROUP BY template_type_code HAVING count(*) < 3 cre_Doc_Template_Mgt +SELECT min(Version_Number) , template_type_code FROM Templates cre_Doc_Template_Mgt +SELECT min(Version_Number) , template_type_code FROM Templates cre_Doc_Template_Mgt +SELECT T1.template_type_code FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id WHERE T2.document_name = "Data base" cre_Doc_Template_Mgt +SELECT T1.template_type_code FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id WHERE T2.document_name = "Data base" cre_Doc_Template_Mgt +SELECT T2.document_name FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id WHERE T1.template_type_code = "BK" cre_Doc_Template_Mgt +SELECT T2.document_name FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id WHERE T1.template_type_code = "BK" cre_Doc_Template_Mgt +SELECT T1.template_type_code , count(*) FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id GROUP BY T1.template_type_code cre_Doc_Template_Mgt +SELECT T1.template_type_code , count(*) FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id GROUP BY T1.template_type_code cre_Doc_Template_Mgt +SELECT T1.template_type_code FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id GROUP BY T1.template_type_code ORDER BY count(*) DESC LIMIT 1 cre_Doc_Template_Mgt +SELECT T1.template_type_code FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id GROUP BY T1.template_type_code ORDER BY count(*) DESC LIMIT 1 cre_Doc_Template_Mgt +SELECT template_type_code FROM Templates EXCEPT SELECT template_type_code FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id cre_Doc_Template_Mgt +SELECT template_type_code FROM Templates EXCEPT SELECT template_type_code FROM Templates AS T1 JOIN Documents AS T2 ON T1.template_id = T2.template_id cre_Doc_Template_Mgt +SELECT template_type_code , template_type_description FROM Ref_template_types cre_Doc_Template_Mgt +SELECT template_type_code , template_type_description FROM Ref_template_types cre_Doc_Template_Mgt +SELECT template_type_description FROM Ref_template_types WHERE template_type_code = "AD" cre_Doc_Template_Mgt +SELECT template_type_description FROM Ref_template_types WHERE template_type_code = "AD" cre_Doc_Template_Mgt +SELECT template_type_code FROM Ref_template_types WHERE template_type_description = "Book" cre_Doc_Template_Mgt +SELECT template_type_code FROM Ref_template_types WHERE template_type_description = "Book" cre_Doc_Template_Mgt +SELECT DISTINCT T1.template_type_description FROM Ref_template_types AS T1 JOIN Templates AS T2 ON T1.template_type_code = T2.template_type_code JOIN Documents AS T3 ON T2.Template_ID = T3.template_ID cre_Doc_Template_Mgt +SELECT DISTINCT T1.template_type_description FROM Ref_template_types AS T1 JOIN Templates AS T2 ON T1.template_type_code = T2.template_type_code JOIN Documents AS T3 ON T2.Template_ID = T3.template_ID cre_Doc_Template_Mgt +SELECT T2.template_id FROM Ref_template_types AS T1 JOIN Templates AS T2 ON T1.template_type_code = T2.template_type_code WHERE T1.template_type_description = "Presentation" cre_Doc_Template_Mgt +SELECT T2.template_id FROM Ref_template_types AS T1 JOIN Templates AS T2 ON T1.template_type_code = T2.template_type_code WHERE T1.template_type_description = "Presentation" cre_Doc_Template_Mgt +SELECT count(*) FROM Paragraphs cre_Doc_Template_Mgt +SELECT count(*) FROM Paragraphs cre_Doc_Template_Mgt +SELECT count(*) FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_ID = T2.document_ID WHERE T2.document_name = 'Summer Show' cre_Doc_Template_Mgt +SELECT count(*) FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_ID = T2.document_ID WHERE T2.document_name = 'Summer Show' cre_Doc_Template_Mgt +select other_details from paragraphs where paragraph_text like 'korea' cre_Doc_Template_Mgt +select other_details from paragraphs where paragraph_text like 'korea' cre_Doc_Template_Mgt +SELECT T1.paragraph_id , T1.paragraph_text FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id WHERE T2.Document_Name = 'Welcome to NY' cre_Doc_Template_Mgt +SELECT T1.paragraph_id , T1.paragraph_text FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id WHERE T2.Document_Name = 'Welcome to NY' cre_Doc_Template_Mgt +SELECT T1.paragraph_text FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id WHERE T2.document_name = "Customer reviews" cre_Doc_Template_Mgt +SELECT T1.paragraph_text FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id WHERE T2.document_name = "Customer reviews" cre_Doc_Template_Mgt +SELECT document_id , count(*) FROM Paragraphs GROUP BY document_id ORDER BY document_id cre_Doc_Template_Mgt +SELECT document_id , count(*) FROM Paragraphs GROUP BY document_id ORDER BY document_id cre_Doc_Template_Mgt +SELECT T1.document_id , T2.document_name , count(*) FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id GROUP BY T1.document_id cre_Doc_Template_Mgt +SELECT T1.document_id , T2.document_name , count(*) FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id GROUP BY T1.document_id cre_Doc_Template_Mgt +SELECT document_id FROM Paragraphs GROUP BY document_id HAVING count(*) >= 2 cre_Doc_Template_Mgt +SELECT document_id FROM Paragraphs GROUP BY document_id HAVING count(*) >= 2 cre_Doc_Template_Mgt +SELECT T1.document_id , T2.document_name FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id GROUP BY T1.document_id ORDER BY count(*) DESC LIMIT 1 cre_Doc_Template_Mgt +SELECT T1.document_id , T2.document_name FROM Paragraphs AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id GROUP BY T1.document_id ORDER BY count(*) DESC LIMIT 1 cre_Doc_Template_Mgt +SELECT document_id FROM Paragraphs GROUP BY document_id ORDER BY count(*) ASC LIMIT 1 cre_Doc_Template_Mgt +SELECT document_id FROM Paragraphs GROUP BY document_id ORDER BY count(*) ASC LIMIT 1 cre_Doc_Template_Mgt +SELECT document_id FROM Paragraphs GROUP BY document_id HAVING count(*) BETWEEN 1 AND 2 cre_Doc_Template_Mgt +SELECT document_id FROM Paragraphs GROUP BY document_id HAVING count(*) BETWEEN 1 AND 2 cre_Doc_Template_Mgt +SELECT document_id FROM Paragraphs WHERE paragraph_text = 'Brazil' INTERSECT SELECT document_id FROM Paragraphs WHERE paragraph_text = 'Ireland' cre_Doc_Template_Mgt +SELECT document_id FROM Paragraphs WHERE paragraph_text = 'Brazil' INTERSECT SELECT document_id FROM Paragraphs WHERE paragraph_text = 'Ireland' cre_Doc_Template_Mgt +SELECT count(*) FROM teacher course_teach +SELECT count(*) FROM teacher course_teach +SELECT Name FROM teacher ORDER BY Age ASC course_teach +SELECT Name FROM teacher ORDER BY Age ASC course_teach +SELECT Age , Hometown FROM teacher course_teach +SELECT Age , Hometown FROM teacher course_teach +select name from teacher where hometown != "little lever urban district" course_teach +select name from teacher where hometown != "little lever urban district" course_teach +SELECT Name FROM teacher WHERE Age = 32 OR Age = 33 course_teach +SELECT Name FROM teacher WHERE Age = 32 OR Age = 33 course_teach +SELECT Hometown FROM teacher ORDER BY Age ASC LIMIT 1 course_teach +SELECT Hometown FROM teacher ORDER BY Age ASC LIMIT 1 course_teach +SELECT Hometown , COUNT(*) FROM teacher GROUP BY Hometown course_teach +SELECT Hometown , COUNT(*) FROM teacher GROUP BY Hometown course_teach +SELECT Hometown FROM teacher GROUP BY Hometown ORDER BY COUNT(*) DESC LIMIT 1 course_teach +SELECT Hometown FROM teacher GROUP BY Hometown ORDER BY COUNT(*) DESC LIMIT 1 course_teach +SELECT Hometown FROM teacher GROUP BY Hometown HAVING COUNT(*) >= 2 course_teach +SELECT Hometown FROM teacher GROUP BY Hometown HAVING COUNT(*) >= 2 course_teach +SELECT T3.Name , T2.Course FROM course_arrange AS T1 JOIN course AS T2 ON T1.Course_ID = T2.Course_ID JOIN teacher AS T3 ON T1.Teacher_ID = T3.Teacher_ID course_teach +SELECT T3.Name , T2.Course FROM course_arrange AS T1 JOIN course AS T2 ON T1.Course_ID = T2.Course_ID JOIN teacher AS T3 ON T1.Teacher_ID = T3.Teacher_ID course_teach +SELECT T3.Name , T2.Course FROM course_arrange AS T1 JOIN course AS T2 ON T1.Course_ID = T2.Course_ID JOIN teacher AS T3 ON T1.Teacher_ID = T3.Teacher_ID ORDER BY T3.Name course_teach +SELECT T3.Name , T2.Course FROM course_arrange AS T1 JOIN course AS T2 ON T1.Course_ID = T2.Course_ID JOIN teacher AS T3 ON T1.Teacher_ID = T3.Teacher_ID ORDER BY T3.Name course_teach +SELECT T3.Name FROM course_arrange AS T1 JOIN course AS T2 ON T1.Course_ID = T2.Course_ID JOIN teacher AS T3 ON T1.Teacher_ID = T3.Teacher_ID WHERE T2.Course = "Math" course_teach +SELECT T3.Name FROM course_arrange AS T1 JOIN course AS T2 ON T1.Course_ID = T2.Course_ID JOIN teacher AS T3 ON T1.Teacher_ID = T3.Teacher_ID WHERE T2.Course = "Math" course_teach +SELECT T2.Name , COUNT(*) FROM course_arrange AS T1 JOIN teacher AS T2 ON T1.Teacher_ID = T2.Teacher_ID GROUP BY T2.Name course_teach +SELECT T2.Name , COUNT(*) FROM course_arrange AS T1 JOIN teacher AS T2 ON T1.Teacher_ID = T2.Teacher_ID GROUP BY T2.Name course_teach +SELECT T2.Name FROM course_arrange AS T1 JOIN teacher AS T2 ON T1.Teacher_ID = T2.Teacher_ID GROUP BY T2.Name HAVING COUNT(*) >= 2 course_teach +SELECT T2.Name FROM course_arrange AS T1 JOIN teacher AS T2 ON T1.Teacher_ID = T2.Teacher_ID GROUP BY T2.Name HAVING COUNT(*) >= 2 course_teach +SELECT Name FROM teacher WHERE Teacher_id NOT IN (SELECT Teacher_id FROM course_arrange) course_teach +SELECT Name FROM teacher WHERE Teacher_id NOT IN (SELECT Teacher_id FROM course_arrange) course_teach +SELECT count(*) FROM visitor WHERE age < 30 museum_visit +SELECT name FROM visitor WHERE Level_of_membership > 4 ORDER BY Level_of_membership DESC museum_visit +SELECT avg(age) FROM visitor WHERE Level_of_membership <= 4 museum_visit +SELECT name , Level_of_membership FROM visitor WHERE Level_of_membership > 4 ORDER BY age DESC museum_visit +SELECT museum_id , name FROM museum ORDER BY num_of_staff DESC LIMIT 1 museum_visit +SELECT avg(num_of_staff) FROM museum WHERE open_year < 2009 museum_visit +SELECT Num_of_Staff , Open_Year FROM museum WHERE name = 'Plaza Museum' museum_visit +SELECT name FROM museum WHERE num_of_staff > (SELECT min(num_of_staff) FROM museum WHERE open_year > 2010) museum_visit +SELECT t1.id , t1.name , t1.age FROM visitor AS t1 JOIN visit AS t2 ON t1.id = t2.visitor_id GROUP BY t1.id HAVING count(*) > 1 museum_visit +SELECT t2.visitor_id , t1.name , t1.Level_of_membership FROM visitor AS t1 JOIN visit AS t2 ON t1.id = t2.visitor_id GROUP BY t2.visitor_id ORDER BY sum(t2.Total_spent) DESC LIMIT 1 museum_visit +SELECT t2.Museum_ID , t1.name FROM museum AS t1 JOIN visit AS t2 ON t1.Museum_ID = t2.Museum_ID GROUP BY t2.Museum_ID ORDER BY count(*) DESC LIMIT 1 museum_visit +SELECT name FROM museum WHERE Museum_ID NOT IN (SELECT museum_id FROM visit) museum_visit +SELECT t1.name , t1.age FROM visitor AS t1 JOIN visit AS t2 ON t1.id = t2.visitor_id ORDER BY t2.num_of_ticket DESC LIMIT 1 museum_visit +SELECT avg(num_of_ticket) , max(num_of_ticket) FROM visit museum_visit +SELECT sum(t2.Total_spent) FROM visitor AS t1 JOIN visit AS t2 ON t1.id = t2.visitor_id WHERE t1.Level_of_membership = 1 museum_visit +SELECT t1.name FROM visitor AS t1 JOIN visit AS t2 ON t1.id = t2.visitor_id JOIN museum AS t3 ON t3.Museum_ID = t2.Museum_ID WHERE t3.open_year < 2009 INTERSECT SELECT t1.name FROM visitor AS t1 JOIN visit AS t2 ON t1.id = t2.visitor_id JOIN museum AS t3 ON t3.Museum_ID = t2.Museum_ID WHERE t3.open_year > 2011 museum_visit +SELECT count(*) FROM visitor WHERE id NOT IN (SELECT t2.visitor_id FROM museum AS t1 JOIN visit AS t2 ON t1.Museum_ID = t2.Museum_ID WHERE t1.open_year > 2010) museum_visit +SELECT count(*) FROM museum WHERE open_year > 2013 OR open_year < 2008 museum_visit +SELECT count(*) FROM players wta_1 +SELECT count(*) FROM players wta_1 +SELECT count(*) FROM matches wta_1 +SELECT count(*) FROM matches wta_1 +SELECT first_name , birth_date FROM players WHERE country_code = 'USA' wta_1 +SELECT first_name , birth_date FROM players WHERE country_code = 'USA' wta_1 +SELECT avg(loser_age) , avg(winner_age) FROM matches wta_1 +SELECT avg(loser_age) , avg(winner_age) FROM matches wta_1 +SELECT avg(winner_rank) FROM matches wta_1 +SELECT avg(winner_rank) FROM matches wta_1 +SELECT min(loser_rank) FROM matches wta_1 +SELECT min(loser_rank) FROM matches wta_1 +SELECT count(DISTINCT country_code) FROM players wta_1 +SELECT count(DISTINCT country_code) FROM players wta_1 +SELECT count(DISTINCT loser_name) FROM matches wta_1 +SELECT count(DISTINCT loser_name) FROM matches wta_1 +SELECT tourney_name FROM matches GROUP BY tourney_name HAVING count(*) > 10 wta_1 +SELECT tourney_name FROM matches GROUP BY tourney_name HAVING count(*) > 10 wta_1 +SELECT winner_name FROM matches WHERE YEAR = 2013 INTERSECT SELECT winner_name FROM matches WHERE YEAR = 2016 wta_1 +SELECT winner_name FROM matches WHERE YEAR = 2013 INTERSECT SELECT winner_name FROM matches WHERE YEAR = 2016 wta_1 +SELECT count(*) FROM matches WHERE YEAR = 2013 OR YEAR = 2016 wta_1 +SELECT count(*) FROM matches WHERE YEAR = 2013 OR YEAR = 2016 wta_1 +SELECT T1.country_code , T1.first_name FROM players AS T1 JOIN matches AS T2 ON T1.player_id = T2.winner_id WHERE T2.tourney_name = 'WTA Championships' INTERSECT SELECT T1.country_code , T1.first_name FROM players AS T1 JOIN matches AS T2 ON T1.player_id = T2.winner_id WHERE T2.tourney_name = 'Australian Open' wta_1 +SELECT T1.country_code , T1.first_name FROM players AS T1 JOIN matches AS T2 ON T1.player_id = T2.winner_id WHERE T2.tourney_name = 'WTA Championships' INTERSECT SELECT T1.country_code , T1.first_name FROM players AS T1 JOIN matches AS T2 ON T1.player_id = T2.winner_id WHERE T2.tourney_name = 'Australian Open' wta_1 +SELECT first_name , country_code FROM players ORDER BY birth_date LIMIT 1 wta_1 +SELECT first_name , country_code FROM players ORDER BY birth_date LIMIT 1 wta_1 +SELECT first_name , last_name FROM players ORDER BY birth_date wta_1 +SELECT first_name , last_name FROM players ORDER BY birth_date wta_1 +SELECT first_name , last_name FROM players WHERE hand = 'L' ORDER BY birth_date wta_1 +SELECT first_name , last_name FROM players WHERE hand = 'L' ORDER BY birth_date wta_1 +SELECT T1.country_code , T1.first_name FROM players AS T1 JOIN rankings AS T2 ON T1.player_id = T2.player_id ORDER BY T2.tours DESC LIMIT 1 wta_1 +SELECT T1.country_code , T1.first_name FROM players AS T1 JOIN rankings AS T2 ON T1.player_id = T2.player_id ORDER BY T2.tours DESC LIMIT 1 wta_1 +SELECT YEAR FROM matches GROUP BY YEAR ORDER BY count(*) DESC LIMIT 1 wta_1 +SELECT YEAR FROM matches GROUP BY YEAR ORDER BY count(*) DESC LIMIT 1 wta_1 +SELECT winner_name , winner_rank_points FROM matches GROUP BY winner_name ORDER BY count(*) DESC LIMIT 1 wta_1 +SELECT winner_name , winner_rank_points FROM matches GROUP BY winner_name ORDER BY count(*) DESC LIMIT 1 wta_1 +SELECT winner_name FROM matches WHERE tourney_name = 'Australian Open' ORDER BY winner_rank_points DESC LIMIT 1 wta_1 +SELECT winner_name FROM matches WHERE tourney_name = 'Australian Open' ORDER BY winner_rank_points DESC LIMIT 1 wta_1 +SELECT winner_name , loser_name FROM matches ORDER BY minutes DESC LIMIT 1 wta_1 +SELECT winner_name , loser_name FROM matches ORDER BY minutes DESC LIMIT 1 wta_1 +SELECT avg(ranking) , T1.first_name FROM players AS T1 JOIN rankings AS T2 ON T1.player_id = T2.player_id GROUP BY T1.first_name wta_1 +SELECT avg(ranking) , T1.first_name FROM players AS T1 JOIN rankings AS T2 ON T1.player_id = T2.player_id GROUP BY T1.first_name wta_1 +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 wta_1 +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 wta_1 +SELECT count(*) , country_code FROM players GROUP BY country_code wta_1 +SELECT count(*) , country_code FROM players GROUP BY country_code wta_1 +SELECT country_code FROM players GROUP BY country_code ORDER BY count(*) DESC LIMIT 1 wta_1 +SELECT country_code FROM players GROUP BY country_code ORDER BY count(*) DESC LIMIT 1 wta_1 +SELECT country_code FROM players GROUP BY country_code HAVING count(*) > 50 wta_1 +SELECT country_code FROM players GROUP BY country_code HAVING count(*) > 50 wta_1 +SELECT sum(tours) , ranking_date FROM rankings GROUP BY ranking_date wta_1 +SELECT sum(tours) , ranking_date FROM rankings GROUP BY ranking_date wta_1 +SELECT count(*) , YEAR FROM matches GROUP BY YEAR wta_1 +SELECT count(*) , YEAR FROM matches GROUP BY YEAR wta_1 +SELECT DISTINCT winner_name , winner_rank FROM matches ORDER BY winner_age LIMIT 3 wta_1 +SELECT DISTINCT winner_name , winner_rank FROM matches ORDER BY winner_age LIMIT 3 wta_1 +SELECT count(DISTINCT winner_name) FROM matches WHERE tourney_name = 'WTA Championships' AND winner_hand = 'L' wta_1 +SELECT count(DISTINCT winner_name) FROM matches WHERE tourney_name = 'WTA Championships' AND winner_hand = 'L' wta_1 +SELECT T1.first_name , T1.country_code , T1.birth_date FROM players AS T1 JOIN matches AS T2 ON T1.player_id = T2.winner_id ORDER BY T2.winner_rank_points DESC LIMIT 1 wta_1 +SELECT T1.first_name , T1.country_code , T1.birth_date FROM players AS T1 JOIN matches AS T2 ON T1.player_id = T2.winner_id ORDER BY T2.winner_rank_points DESC LIMIT 1 wta_1 +SELECT count(*) , hand FROM players GROUP BY hand wta_1 +SELECT count(*) , hand FROM players GROUP BY hand wta_1 +SELECT count(*) FROM ship WHERE disposition_of_ship = 'Captured' battle_death +SELECT name , tonnage FROM ship ORDER BY name DESC battle_death +SELECT name , date FROM battle battle_death +SELECT max(killed) , min(killed) FROM death battle_death +SELECT avg(injured) FROM death battle_death +SELECT T1.killed , T1.injured FROM death AS T1 JOIN ship AS t2 ON T1.caused_by_ship_id = T2.id WHERE T2.tonnage = 't' battle_death +SELECT name , RESULT FROM battle WHERE bulgarian_commander != 'Boril' battle_death +SELECT DISTINCT T1.id , T1.name FROM battle AS T1 JOIN ship AS T2 ON T1.id = T2.lost_in_battle WHERE T2.ship_type = 'Brig' battle_death +SELECT T1.id , T1.name FROM battle AS T1 JOIN ship AS T2 ON T1.id = T2.lost_in_battle JOIN death AS T3 ON T2.id = T3.caused_by_ship_id GROUP BY T1.id HAVING sum(T3.killed) > 10 battle_death +SELECT T2.id , T2.name FROM death AS T1 JOIN ship AS t2 ON T1.caused_by_ship_id = T2.id GROUP BY T2.id ORDER BY count(*) DESC LIMIT 1 battle_death +SELECT name FROM battle WHERE bulgarian_commander = 'Kaloyan' AND latin_commander = 'Baldwin I' battle_death +SELECT count(DISTINCT RESULT) FROM battle battle_death +SELECT count(*) FROM battle WHERE id NOT IN ( SELECT lost_in_battle FROM ship WHERE tonnage = '225' ); battle_death +SELECT T1.name , T1.date FROM battle AS T1 JOIN ship AS T2 ON T1.id = T2.lost_in_battle WHERE T2.name = 'Lettice' INTERSECT SELECT T1.name , T1.date FROM battle AS T1 JOIN ship AS T2 ON T1.id = T2.lost_in_battle WHERE T2.name = 'HMS Atalanta' battle_death +SELECT name , RESULT , bulgarian_commander FROM battle EXCEPT SELECT T1.name , T1.result , T1.bulgarian_commander FROM battle AS T1 JOIN ship AS T2 ON T1.id = T2.lost_in_battle WHERE T2.location = 'English Channel' battle_death +SELECT note FROM death WHERE note LIKE '%East%' battle_death +SELECT line_1 , line_2 FROM addresses student_transcripts_tracking +SELECT line_1 , line_2 FROM addresses student_transcripts_tracking +SELECT count(*) FROM Courses student_transcripts_tracking +SELECT count(*) FROM Courses student_transcripts_tracking +SELECT course_description FROM Courses WHERE course_name = 'math' student_transcripts_tracking +SELECT course_description FROM Courses WHERE course_name = 'math' student_transcripts_tracking +SELECT zip_postcode FROM Addresses WHERE city = 'Port Chelsea' student_transcripts_tracking +SELECT zip_postcode FROM Addresses WHERE city = 'Port Chelsea' student_transcripts_tracking +SELECT T2.department_name , T1.department_id FROM Degree_Programs AS T1 JOIN Departments AS T2 ON T1.department_id = T2.department_id GROUP BY T1.department_id ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +select t2.department_name , t1.department_id from degree_programs as t1 join departments as t2 on t1.department_id = t2.department_id group by t1.department_id order by count(*) desc limit 1 student_transcripts_tracking +SELECT count(DISTINCT department_id) FROM Degree_Programs student_transcripts_tracking +SELECT count(DISTINCT department_id) FROM Degree_Programs student_transcripts_tracking +SELECT count(DISTINCT degree_summary_name) FROM Degree_Programs student_transcripts_tracking +SELECT count(DISTINCT degree_summary_name) FROM Degree_Programs student_transcripts_tracking +SELECT count(*) FROM Departments AS T1 JOIN Degree_Programs AS T2 ON T1.department_id = T2.department_id WHERE T1.department_name = 'engineer' student_transcripts_tracking +SELECT count(*) FROM Departments AS T1 JOIN Degree_Programs AS T2 ON T1.department_id = T2.department_id WHERE T1.department_name = 'engineer' student_transcripts_tracking +SELECT section_name , section_description FROM Sections student_transcripts_tracking +SELECT section_name , section_description FROM Sections student_transcripts_tracking +SELECT T1.course_name , T1.course_id FROM Courses AS T1 JOIN Sections AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_id HAVING count(*) <= 2 student_transcripts_tracking +SELECT T1.course_name , T1.course_id FROM Courses AS T1 JOIN Sections AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_id HAVING count(*) <= 2 student_transcripts_tracking +SELECT section_name FROM Sections ORDER BY section_name DESC student_transcripts_tracking +SELECT section_name FROM Sections ORDER BY section_name DESC student_transcripts_tracking +SELECT T1.semester_name , T1.semester_id FROM Semesters AS T1 JOIN Student_Enrolment AS T2 ON T1.semester_id = T2.semester_id GROUP BY T1.semester_id ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +SELECT T1.semester_name , T1.semester_id FROM Semesters AS T1 JOIN Student_Enrolment AS T2 ON T1.semester_id = T2.semester_id GROUP BY T1.semester_id ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +SELECT department_description FROM Departments WHERE department_name LIKE '%computer%' student_transcripts_tracking +SELECT department_description FROM Departments WHERE department_name LIKE '%computer%' student_transcripts_tracking +SELECT T1.first_name , T1.middle_name , T1.last_name , T1.student_id FROM Students AS T1 JOIN Student_Enrolment AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) = 2 student_transcripts_tracking +SELECT T1.first_name , T1.middle_name , T1.last_name , T1.student_id FROM Students AS T1 JOIN Student_Enrolment AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) = 2 student_transcripts_tracking +SELECT DISTINCT T1.first_name , T1.middle_name , T1.last_name FROM Students AS T1 JOIN Student_Enrolment AS T2 ON T1.student_id = T2.student_id JOIN Degree_Programs AS T3 ON T2.degree_program_id = T3.degree_program_id WHERE T3.degree_summary_name = 'Bachelor' student_transcripts_tracking +SELECT DISTINCT T1.first_name , T1.middle_name , T1.last_name FROM Students AS T1 JOIN Student_Enrolment AS T2 ON T1.student_id = T2.student_id JOIN Degree_Programs AS T3 ON T2.degree_program_id = T3.degree_program_id WHERE T3.degree_summary_name = 'Bachelor' student_transcripts_tracking +SELECT T1.degree_summary_name FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id GROUP BY T1.degree_summary_name ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +SELECT T1.degree_summary_name FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id GROUP BY T1.degree_summary_name ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +SELECT T1.degree_program_id , T1.degree_summary_name FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id GROUP BY T1.degree_program_id ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +SELECT T1.degree_program_id , T1.degree_summary_name FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id GROUP BY T1.degree_program_id ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +SELECT T1.student_id , T1.first_name , T1.middle_name , T1.last_name , count(*) , T1.student_id FROM Students AS T1 JOIN Student_Enrolment AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +SELECT T1.student_id , T1.first_name , T1.middle_name , T1.last_name , count(*) , T1.student_id FROM Students AS T1 JOIN Student_Enrolment AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +SELECT semester_name FROM Semesters WHERE semester_id NOT IN( SELECT semester_id FROM Student_Enrolment ) student_transcripts_tracking +SELECT semester_name FROM Semesters WHERE semester_id NOT IN( SELECT semester_id FROM Student_Enrolment ) student_transcripts_tracking +SELECT DISTINCT T1.course_name FROM Courses AS T1 JOIN Student_Enrolment_Courses AS T2 ON T1.course_id = T2.course_id student_transcripts_tracking +SELECT DISTINCT T1.course_name FROM Courses AS T1 JOIN Student_Enrolment_Courses AS T2 ON T1.course_id = T2.course_id student_transcripts_tracking +SELECT T1.course_name FROM Courses AS T1 JOIN Student_Enrolment_Courses AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_name ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +SELECT T1.course_name FROM Courses AS T1 JOIN Student_Enrolment_Courses AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_name ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +SELECT T1.last_name FROM Students AS T1 JOIN Addresses AS T2 ON T1.current_address_id = T2.address_id WHERE T2.state_province_county = 'NorthCarolina' EXCEPT SELECT DISTINCT T3.last_name FROM Students AS T3 JOIN Student_Enrolment AS T4 ON T3.student_id = T4.student_id student_transcripts_tracking +SELECT T1.last_name FROM Students AS T1 JOIN Addresses AS T2 ON T1.current_address_id = T2.address_id WHERE T2.state_province_county = 'NorthCarolina' EXCEPT SELECT DISTINCT T3.last_name FROM Students AS T3 JOIN Student_Enrolment AS T4 ON T3.student_id = T4.student_id student_transcripts_tracking +SELECT T2.transcript_date , T1.transcript_id FROM Transcript_Contents AS T1 JOIN Transcripts AS T2 ON T1.transcript_id = T2.transcript_id GROUP BY T1.transcript_id HAVING count(*) >= 2 student_transcripts_tracking +SELECT T2.transcript_date , T1.transcript_id FROM Transcript_Contents AS T1 JOIN Transcripts AS T2 ON T1.transcript_id = T2.transcript_id GROUP BY T1.transcript_id HAVING count(*) >= 2 student_transcripts_tracking +SELECT cell_mobile_number FROM Students WHERE first_name = 'Timmothy' AND last_name = 'Ward' student_transcripts_tracking +select cell_mobile_number from students where first_name = 'timmothy' and last_name = 'ward' student_transcripts_tracking +SELECT first_name , middle_name , last_name FROM Students ORDER BY date_first_registered ASC LIMIT 1 student_transcripts_tracking +SELECT first_name , middle_name , last_name FROM Students ORDER BY date_first_registered ASC LIMIT 1 student_transcripts_tracking +SELECT first_name , middle_name , last_name FROM Students ORDER BY date_left ASC LIMIT 1 student_transcripts_tracking +SELECT first_name , middle_name , last_name FROM Students ORDER BY date_left ASC LIMIT 1 student_transcripts_tracking +SELECT first_name FROM Students WHERE current_address_id != permanent_address_id student_transcripts_tracking +SELECT first_name FROM Students WHERE current_address_id != permanent_address_id student_transcripts_tracking +SELECT T1.address_id , T1.line_1 , T1.line_2 FROM Addresses AS T1 JOIN Students AS T2 ON T1.address_id = T2.current_address_id GROUP BY T1.address_id ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +SELECT T1.address_id , T1.line_1 , T1.line_2 FROM Addresses AS T1 JOIN Students AS T2 ON T1.address_id = T2.current_address_id GROUP BY T1.address_id ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +SELECT avg(transcript_date) FROM Transcripts student_transcripts_tracking +SELECT avg(transcript_date) FROM Transcripts student_transcripts_tracking +SELECT transcript_date , other_details FROM Transcripts ORDER BY transcript_date ASC LIMIT 1 student_transcripts_tracking +SELECT transcript_date , other_details FROM Transcripts ORDER BY transcript_date ASC LIMIT 1 student_transcripts_tracking +SELECT count(*) FROM Transcripts student_transcripts_tracking +SELECT count(*) FROM Transcripts student_transcripts_tracking +SELECT transcript_date FROM Transcripts ORDER BY transcript_date DESC LIMIT 1 student_transcripts_tracking +SELECT transcript_date FROM Transcripts ORDER BY transcript_date DESC LIMIT 1 student_transcripts_tracking +SELECT count(*) , student_course_id FROM Transcript_Contents GROUP BY student_course_id ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +SELECT count(*) , student_course_id FROM Transcript_Contents GROUP BY student_course_id ORDER BY count(*) DESC LIMIT 1 student_transcripts_tracking +SELECT T2.transcript_date , T1.transcript_id FROM Transcript_Contents AS T1 JOIN Transcripts AS T2 ON T1.transcript_id = T2.transcript_id GROUP BY T1.transcript_id ORDER BY count(*) ASC LIMIT 1 student_transcripts_tracking +SELECT T2.transcript_date , T1.transcript_id FROM Transcript_Contents AS T1 JOIN Transcripts AS T2 ON T1.transcript_id = T2.transcript_id GROUP BY T1.transcript_id ORDER BY count(*) ASC LIMIT 1 student_transcripts_tracking +SELECT DISTINCT T2.semester_id FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id WHERE degree_summary_name = 'Master' INTERSECT SELECT DISTINCT T2.semester_id FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id WHERE degree_summary_name = 'Bachelor' student_transcripts_tracking +SELECT DISTINCT T2.semester_id FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id WHERE degree_summary_name = 'Master' INTERSECT SELECT DISTINCT T2.semester_id FROM Degree_Programs AS T1 JOIN Student_Enrolment AS T2 ON T1.degree_program_id = T2.degree_program_id WHERE degree_summary_name = 'Bachelor' student_transcripts_tracking +SELECT count(DISTINCT current_address_id) FROM Students student_transcripts_tracking +SELECT count(DISTINCT current_address_id) FROM Students student_transcripts_tracking +SELECT other_student_details FROM Students ORDER BY other_student_details DESC student_transcripts_tracking +SELECT other_student_details FROM Students ORDER BY other_student_details DESC student_transcripts_tracking +SELECT section_description FROM Sections WHERE section_name = 'h' student_transcripts_tracking +SELECT section_description FROM Sections WHERE section_name = 'h' student_transcripts_tracking +select t1.first_name from students as t1 join addresses as t2 on t1.permanent_address_id = t2.address_id where t2.country = 'haiti' or t1.cell_mobile_number = '09700166582' student_transcripts_tracking +select t1.first_name from students as t1 join addresses as t2 on t1.permanent_address_id = t2.address_id where t2.country = 'haiti' or t1.cell_mobile_number = '09700166582' student_transcripts_tracking +SELECT Title FROM Cartoon ORDER BY title tvshow +SELECT Title FROM Cartoon ORDER BY title tvshow +SELECT Title FROM Cartoon WHERE Directed_by = "Ben Jones"; tvshow +SELECT Title FROM Cartoon WHERE Directed_by = "Ben Jones"; tvshow +SELECT count(*) FROM Cartoon WHERE Written_by = "Joseph Kuhr"; tvshow +SELECT count(*) FROM Cartoon WHERE Written_by = "Joseph Kuhr"; tvshow +SELECT title , Directed_by FROM Cartoon ORDER BY Original_air_date tvshow +SELECT title , Directed_by FROM Cartoon ORDER BY Original_air_date tvshow +SELECT Title FROM Cartoon WHERE Directed_by = "Ben Jones" OR Directed_by = "Brandon Vietti"; tvshow +SELECT Title FROM Cartoon WHERE Directed_by = "Ben Jones" OR Directed_by = "Brandon Vietti"; tvshow +SELECT Country , count(*) FROM TV_Channel GROUP BY Country ORDER BY count(*) DESC LIMIT 1; tvshow +SELECT Country , count(*) FROM TV_Channel GROUP BY Country ORDER BY count(*) DESC LIMIT 1; tvshow +SELECT count(DISTINCT series_name) , count(DISTINCT content) FROM TV_Channel; tvshow +SELECT count(DISTINCT series_name) , count(DISTINCT content) FROM TV_Channel; tvshow +SELECT Content FROM TV_Channel WHERE series_name = "Sky Radio"; tvshow +SELECT Content FROM TV_Channel WHERE series_name = "Sky Radio"; tvshow +SELECT Package_Option FROM TV_Channel WHERE series_name = "Sky Radio"; tvshow +SELECT Package_Option FROM TV_Channel WHERE series_name = "Sky Radio"; tvshow +SELECT count(*) FROM TV_Channel WHERE LANGUAGE = "English"; tvshow +SELECT count(*) FROM TV_Channel WHERE LANGUAGE = "English"; tvshow +SELECT LANGUAGE , count(*) FROM TV_Channel GROUP BY LANGUAGE ORDER BY count(*) ASC LIMIT 1; tvshow +SELECT LANGUAGE , count(*) FROM TV_Channel GROUP BY LANGUAGE ORDER BY count(*) ASC LIMIT 1; tvshow +SELECT LANGUAGE , count(*) FROM TV_Channel GROUP BY LANGUAGE tvshow +SELECT LANGUAGE , count(*) FROM TV_Channel GROUP BY LANGUAGE tvshow +SELECT T1.series_name FROM TV_Channel AS T1 JOIN Cartoon AS T2 ON T1.id = T2.Channel WHERE T2.Title = "The Rise of the Blue Beetle!"; tvshow +SELECT T1.series_name FROM TV_Channel AS T1 JOIN Cartoon AS T2 ON T1.id = T2.Channel WHERE T2.Title = "The Rise of the Blue Beetle!"; tvshow +SELECT T2.Title FROM TV_Channel AS T1 JOIN Cartoon AS T2 ON T1.id = T2.Channel WHERE T1.series_name = "Sky Radio"; tvshow +SELECT T2.Title FROM TV_Channel AS T1 JOIN Cartoon AS T2 ON T1.id = T2.Channel WHERE T1.series_name = "Sky Radio"; tvshow +SELECT Episode FROM TV_series ORDER BY rating tvshow +SELECT Episode FROM TV_series ORDER BY rating tvshow +SELECT Episode , Rating FROM TV_series ORDER BY Rating DESC LIMIT 3; tvshow +SELECT Episode , Rating FROM TV_series ORDER BY Rating DESC LIMIT 3; tvshow +SELECT max(SHARE) , min(SHARE) FROM TV_series; tvshow +SELECT max(SHARE) , min(SHARE) FROM TV_series; tvshow +SELECT Air_Date FROM TV_series WHERE Episode = "A Love of a Lifetime"; tvshow +SELECT Air_Date FROM TV_series WHERE Episode = "A Love of a Lifetime"; tvshow +SELECT Weekly_Rank FROM TV_series WHERE Episode = "A Love of a Lifetime"; tvshow +SELECT Weekly_Rank FROM TV_series WHERE Episode = "A Love of a Lifetime"; tvshow +SELECT T1.series_name FROM TV_Channel AS T1 JOIN TV_series AS T2 ON T1.id = T2.Channel WHERE T2.Episode = "A Love of a Lifetime"; tvshow +SELECT T1.series_name FROM TV_Channel AS T1 JOIN TV_series AS T2 ON T1.id = T2.Channel WHERE T2.Episode = "A Love of a Lifetime"; tvshow +SELECT T2.Episode FROM TV_Channel AS T1 JOIN TV_series AS T2 ON T1.id = T2.Channel WHERE T1.series_name = "Sky Radio"; tvshow +SELECT T2.Episode FROM TV_Channel AS T1 JOIN TV_series AS T2 ON T1.id = T2.Channel WHERE T1.series_name = "Sky Radio"; tvshow +SELECT count(*) , Directed_by FROM cartoon GROUP BY Directed_by tvshow +SELECT count(*) , Directed_by FROM cartoon GROUP BY Directed_by tvshow +select production_code , channel from cartoon order by original_air_date desc limit 1 tvshow +select production_code , channel from cartoon order by original_air_date desc limit 1 tvshow +SELECT package_option , series_name FROM TV_Channel WHERE hight_definition_TV = "yes" tvshow +SELECT package_option , series_name FROM TV_Channel WHERE hight_definition_TV = "yes" tvshow +SELECT T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.written_by = 'Todd Casey' tvshow +SELECT T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.written_by = 'Todd Casey' tvshow +SELECT country FROM TV_Channel EXCEPT SELECT T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.written_by = 'Todd Casey' tvshow +SELECT country FROM TV_Channel EXCEPT SELECT T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.written_by = 'Todd Casey' tvshow +SELECT T1.series_name , T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.directed_by = 'Michael Chang' INTERSECT SELECT T1.series_name , T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.directed_by = 'Ben Jones' tvshow +SELECT T1.series_name , T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.directed_by = 'Michael Chang' INTERSECT SELECT T1.series_name , T1.country FROM TV_Channel AS T1 JOIN cartoon AS T2 ON T1.id = T2.Channel WHERE T2.directed_by = 'Ben Jones' tvshow +SELECT Pixel_aspect_ratio_PAR , country FROM tv_channel WHERE LANGUAGE != 'English' tvshow +SELECT Pixel_aspect_ratio_PAR , country FROM tv_channel WHERE LANGUAGE != 'English' tvshow +SELECT id FROM tv_channel GROUP BY country HAVING count(*) > 2 tvshow +SELECT id FROM tv_channel GROUP BY country HAVING count(*) > 2 tvshow +SELECT id FROM TV_Channel EXCEPT SELECT channel FROM cartoon WHERE directed_by = 'Ben Jones' tvshow +SELECT id FROM TV_Channel EXCEPT SELECT channel FROM cartoon WHERE directed_by = 'Ben Jones' tvshow +SELECT package_option FROM TV_Channel WHERE id NOT IN (SELECT channel FROM cartoon WHERE directed_by = 'Ben Jones') tvshow +SELECT package_option FROM TV_Channel WHERE id NOT IN (SELECT channel FROM cartoon WHERE directed_by = 'Ben Jones') tvshow +SELECT count(*) FROM poker_player poker_player +SELECT count(*) FROM poker_player poker_player +SELECT Earnings FROM poker_player ORDER BY Earnings DESC poker_player +SELECT Earnings FROM poker_player ORDER BY Earnings DESC poker_player +SELECT Final_Table_Made , Best_Finish FROM poker_player poker_player +SELECT Final_Table_Made , Best_Finish FROM poker_player poker_player +SELECT avg(Earnings) FROM poker_player poker_player +SELECT avg(Earnings) FROM poker_player poker_player +SELECT Money_Rank FROM poker_player ORDER BY Earnings DESC LIMIT 1 poker_player +SELECT Money_Rank FROM poker_player ORDER BY Earnings DESC LIMIT 1 poker_player +SELECT max(Final_Table_Made) FROM poker_player WHERE Earnings < 200000 poker_player +SELECT max(Final_Table_Made) FROM poker_player WHERE Earnings < 200000 poker_player +SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID poker_player +SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID poker_player +SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID WHERE T2.Earnings > 300000 poker_player +SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID WHERE T2.Earnings > 300000 poker_player +SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Final_Table_Made poker_player +SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Final_Table_Made poker_player +SELECT T1.Birth_Date FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Earnings ASC LIMIT 1 poker_player +SELECT T1.Birth_Date FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Earnings ASC LIMIT 1 poker_player +SELECT T2.Money_Rank FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T1.Height DESC LIMIT 1 poker_player +SELECT T2.Money_Rank FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T1.Height DESC LIMIT 1 poker_player +SELECT avg(T2.Earnings) FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Height > 200 poker_player +SELECT avg(T2.Earnings) FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Height > 200 poker_player +SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Earnings DESC poker_player +SELECT T1.Name FROM people AS T1 JOIN poker_player AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Earnings DESC poker_player +SELECT Nationality , COUNT(*) FROM people GROUP BY Nationality poker_player +SELECT Nationality , COUNT(*) FROM people GROUP BY Nationality poker_player +SELECT Nationality FROM people GROUP BY Nationality ORDER BY COUNT(*) DESC LIMIT 1 poker_player +SELECT Nationality FROM people GROUP BY Nationality ORDER BY COUNT(*) DESC LIMIT 1 poker_player +SELECT Nationality FROM people GROUP BY Nationality HAVING COUNT(*) >= 2 poker_player +SELECT Nationality FROM people GROUP BY Nationality HAVING COUNT(*) >= 2 poker_player +SELECT Name , Birth_Date FROM people ORDER BY Name ASC poker_player +SELECT Name , Birth_Date FROM people ORDER BY Name ASC poker_player +SELECT Name FROM people WHERE Nationality != "Russia" poker_player +SELECT Name FROM people WHERE Nationality != "Russia" poker_player +SELECT Name FROM people WHERE People_ID NOT IN (SELECT People_ID FROM poker_player) poker_player +SELECT Name FROM people WHERE People_ID NOT IN (SELECT People_ID FROM poker_player) poker_player +SELECT count(DISTINCT Nationality) FROM people poker_player +SELECT count(DISTINCT Nationality) FROM people poker_player +SELECT count(*) FROM area_code_state voter_1 +SELECT contestant_number , contestant_name FROM contestants ORDER BY contestant_name DESC voter_1 +SELECT vote_id , phone_number , state FROM votes voter_1 +SELECT max(area_code) , min(area_code) FROM area_code_state voter_1 +SELECT max(created) FROM votes WHERE state = 'CA' voter_1 +SELECT contestant_name FROM contestants WHERE contestant_name != 'Jessie Alloway' voter_1 +SELECT DISTINCT state , created FROM votes voter_1 +SELECT T1.contestant_number , T1.contestant_name FROM contestants AS T1 JOIN votes AS T2 ON T1.contestant_number = T2.contestant_number GROUP BY T1.contestant_number HAVING count(*) >= 2 voter_1 +SELECT T1.contestant_number , T1.contestant_name FROM contestants AS T1 JOIN votes AS T2 ON T1.contestant_number = T2.contestant_number GROUP BY T1.contestant_number ORDER BY count(*) ASC LIMIT 1 voter_1 +SELECT count(*) FROM votes WHERE state = 'NY' OR state = 'CA' voter_1 +SELECT count(*) FROM contestants WHERE contestant_number NOT IN ( SELECT contestant_number FROM votes ) voter_1 +SELECT T1.area_code FROM area_code_state AS T1 JOIN votes AS T2 ON T1.state = T2.state GROUP BY T1.area_code ORDER BY count(*) DESC LIMIT 1 voter_1 +SELECT T2.created , T2.state , T2.phone_number FROM contestants AS T1 JOIN votes AS T2 ON T1.contestant_number = T2.contestant_number WHERE T1.contestant_name = 'Tabatha Gehling' voter_1 +SELECT T3.area_code FROM contestants AS T1 JOIN votes AS T2 ON T1.contestant_number = T2.contestant_number JOIN area_code_state AS T3 ON T2.state = T3.state WHERE T1.contestant_name = 'Tabatha Gehling' INTERSECT SELECT T3.area_code FROM contestants AS T1 JOIN votes AS T2 ON T1.contestant_number = T2.contestant_number JOIN area_code_state AS T3 ON T2.state = T3.state WHERE T1.contestant_name = 'Kelly Clauss' voter_1 +select contestant_name from contestants where contestant_name like "%al%" voter_1 +SELECT Name FROM country WHERE IndepYear > 1950 world_1 +SELECT Name FROM country WHERE IndepYear > 1950 world_1 +SELECT count(*) FROM country WHERE GovernmentForm = "Republic" world_1 +SELECT count(*) FROM country WHERE GovernmentForm = "Republic" world_1 +SELECT sum(SurfaceArea) FROM country WHERE Region = "Caribbean" world_1 +SELECT sum(SurfaceArea) FROM country WHERE Region = "Caribbean" world_1 +SELECT Continent FROM country WHERE Name = "Anguilla" world_1 +SELECT Continent FROM country WHERE Name = "Anguilla" world_1 +SELECT Region FROM country AS T1 JOIN city AS T2 ON T1.Code = T2.CountryCode WHERE T2.Name = "Kabul" world_1 +SELECT Region FROM country AS T1 JOIN city AS T2 ON T1.Code = T2.CountryCode WHERE T2.Name = "Kabul" world_1 +SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Name = "Aruba" ORDER BY Percentage DESC LIMIT 1 world_1 +SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Name = "Aruba" ORDER BY Percentage DESC LIMIT 1 world_1 +SELECT Population , LifeExpectancy FROM country WHERE Name = "Brazil" world_1 +SELECT Population , LifeExpectancy FROM country WHERE Name = "Brazil" world_1 +SELECT Population , Region FROM country WHERE Name = "Angola" world_1 +SELECT Population , Region FROM country WHERE Name = "Angola" world_1 +SELECT avg(LifeExpectancy) FROM country WHERE Region = "Central Africa" world_1 +SELECT avg(LifeExpectancy) FROM country WHERE Region = "Central Africa" world_1 +SELECT Name FROM country WHERE Continent = "Asia" ORDER BY LifeExpectancy LIMIT 1 world_1 +SELECT Name FROM country WHERE Continent = "Asia" ORDER BY LifeExpectancy LIMIT 1 world_1 +SELECT sum(Population) , max(GNP) FROM country WHERE Continent = "Asia" world_1 +SELECT sum(Population) , max(GNP) FROM country WHERE Continent = "Asia" world_1 +SELECT avg(LifeExpectancy) FROM country WHERE Continent = "Africa" AND GovernmentForm = "Republic" world_1 +SELECT avg(LifeExpectancy) FROM country WHERE Continent = "Africa" AND GovernmentForm = "Republic" world_1 +SELECT sum(SurfaceArea) FROM country WHERE Continent = "Asia" OR Continent = "Europe" world_1 +SELECT sum(SurfaceArea) FROM country WHERE Continent = "Asia" OR Continent = "Europe" world_1 +SELECT sum(Population) FROM city WHERE District = "Gelderland" world_1 +SELECT sum(Population) FROM city WHERE District = "Gelderland" world_1 +SELECT avg(GNP) , sum(population) FROM country WHERE GovernmentForm = "US Territory" world_1 +SELECT avg(GNP) , sum(population) FROM country WHERE GovernmentForm = "US Territory" world_1 +SELECT count(DISTINCT LANGUAGE) FROM countrylanguage world_1 +SELECT count(DISTINCT LANGUAGE) FROM countrylanguage world_1 +SELECT count(DISTINCT GovernmentForm) FROM country WHERE Continent = "Africa" world_1 +SELECT count(DISTINCT GovernmentForm) FROM country WHERE Continent = "Africa" world_1 +SELECT COUNT(T2.Language) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Name = "Aruba" world_1 +SELECT COUNT(T2.Language) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Name = "Aruba" world_1 +SELECT COUNT(*) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Name = "Afghanistan" AND IsOfficial = "T" world_1 +SELECT COUNT(*) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Name = "Afghanistan" AND IsOfficial = "T" world_1 +SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode GROUP BY T1.Name ORDER BY COUNT(*) DESC LIMIT 1 world_1 +SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode GROUP BY T1.Name ORDER BY COUNT(*) DESC LIMIT 1 world_1 +SELECT T1.Continent FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode GROUP BY T1.Continent ORDER BY COUNT(*) DESC LIMIT 1 world_1 +SELECT T1.Continent FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode GROUP BY T1.Continent ORDER BY COUNT(*) DESC LIMIT 1 world_1 +SELECT COUNT(*) FROM (SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "English" INTERSECT SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "Dutch") world_1 +SELECT COUNT(*) FROM (SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "English" INTERSECT SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "Dutch") world_1 +SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "English" INTERSECT SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "French" world_1 +SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "English" INTERSECT SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "French" world_1 +SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "English" AND T2.IsOfficial = "T" INTERSECT SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "French" AND T2.IsOfficial = "T" world_1 +SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "English" AND T2.IsOfficial = "T" INTERSECT SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "French" AND T2.IsOfficial = "T" world_1 +SELECT COUNT( DISTINCT Continent) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "Chinese" world_1 +SELECT COUNT( DISTINCT Continent) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "Chinese" world_1 +SELECT DISTINCT T1.Region FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "English" OR T2.Language = "Dutch" world_1 +SELECT DISTINCT T1.Region FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "English" OR T2.Language = "Dutch" world_1 +select t1.name from country as t1 join countrylanguage as t2 on t1.code = t2.countrycode where t2.language = "english" and isofficial = "t" union select t1.name from country as t1 join countrylanguage as t2 on t1.code = t2.countrycode where t2.language = "dutch" and isofficial = "t" world_1 +SELECT * FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "English" AND IsOfficial = "T" UNION SELECT * FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "Dutch" AND IsOfficial = "T" world_1 +SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Continent = "Asia" GROUP BY T2.Language ORDER BY COUNT (*) DESC LIMIT 1 world_1 +SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.Continent = "Asia" GROUP BY T2.Language ORDER BY COUNT (*) DESC LIMIT 1 world_1 +SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.GovernmentForm = "Republic" GROUP BY T2.Language HAVING COUNT(*) = 1 world_1 +SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.GovernmentForm = "Republic" GROUP BY T2.Language HAVING COUNT(*) = 1 world_1 +SELECT T1.Name , T1.Population FROM city AS T1 JOIN countrylanguage AS T2 ON T1.CountryCode = T2.CountryCode WHERE T2.Language = "English" ORDER BY T1.Population DESC LIMIT 1 world_1 +SELECT T1.Name , T1.Population FROM city AS T1 JOIN countrylanguage AS T2 ON T1.CountryCode = T2.CountryCode WHERE T2.Language = "English" ORDER BY T1.Population DESC LIMIT 1 world_1 +SELECT Name , Population , LifeExpectancy FROM country WHERE Continent = "Asia" ORDER BY SurfaceArea DESC LIMIT 1 world_1 +SELECT Name , Population , LifeExpectancy FROM country WHERE Continent = "Asia" ORDER BY SurfaceArea DESC LIMIT 1 world_1 +SELECT avg(LifeExpectancy) FROM country WHERE Name NOT IN (SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "English" AND T2.IsOfficial = "T") world_1 +SELECT avg(LifeExpectancy) FROM country WHERE Name NOT IN (SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "English" AND T2.IsOfficial = "T") world_1 +SELECT sum(Population) FROM country WHERE Name NOT IN (SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "English") world_1 +SELECT sum(Population) FROM country WHERE Name NOT IN (SELECT T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T2.Language = "English") world_1 +SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.HeadOfState = "Beatrix" AND T2.IsOfficial = "T" world_1 +SELECT T2.Language FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE T1.HeadOfState = "Beatrix" AND T2.IsOfficial = "T" world_1 +SELECT count(DISTINCT T2.Language) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE IndepYear < 1930 AND T2.IsOfficial = "T" world_1 +SELECT count(DISTINCT T2.Language) FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode WHERE IndepYear < 1930 AND T2.IsOfficial = "T" world_1 +SELECT Name FROM country WHERE SurfaceArea > (SELECT min(SurfaceArea) FROM country WHERE Continent = "Europe") world_1 +SELECT Name FROM country WHERE SurfaceArea > (SELECT min(SurfaceArea) FROM country WHERE Continent = "Europe") world_1 +SELECT Name FROM country WHERE Continent = "Africa" AND population < (SELECT max(population) FROM country WHERE Continent = "Asia") world_1 +SELECT Name FROM country WHERE Continent = "Africa" AND population < (SELECT min(population) FROM country WHERE Continent = "Asia") world_1 +SELECT Name FROM country WHERE Continent = "Asia" AND population > (SELECT max(population) FROM country WHERE Continent = "Africa") world_1 +SELECT Name FROM country WHERE Continent = "Asia" AND population > (SELECT min(population) FROM country WHERE Continent = "Africa") world_1 +SELECT CountryCode FROM countrylanguage EXCEPT SELECT CountryCode FROM countrylanguage WHERE LANGUAGE = "English" world_1 +SELECT CountryCode FROM countrylanguage EXCEPT SELECT CountryCode FROM countrylanguage WHERE LANGUAGE = "English" world_1 +SELECT DISTINCT CountryCode FROM countrylanguage WHERE LANGUAGE != "English" world_1 +SELECT DISTINCT CountryCode FROM countrylanguage WHERE LANGUAGE != "English" world_1 +SELECT Code FROM country WHERE GovernmentForm != "Republic" EXCEPT SELECT CountryCode FROM countrylanguage WHERE LANGUAGE = "English" world_1 +SELECT Code FROM country WHERE GovernmentForm != "Republic" EXCEPT SELECT CountryCode FROM countrylanguage WHERE LANGUAGE = "English" world_1 +SELECT DISTINCT T2.Name FROM country AS T1 JOIN city AS T2 ON T2.CountryCode = T1.Code WHERE T1.Continent = 'Europe' AND T1.Name NOT IN (SELECT T3.Name FROM country AS T3 JOIN countrylanguage AS T4 ON T3.Code = T4.CountryCode WHERE T4.IsOfficial = 'T' AND T4.Language = 'English') world_1 +SELECT DISTINCT T2.Name FROM country AS T1 JOIN city AS T2 ON T2.CountryCode = T1.Code WHERE T1.Continent = 'Europe' AND T1.Name NOT IN (SELECT T3.Name FROM country AS T3 JOIN countrylanguage AS T4 ON T3.Code = T4.CountryCode WHERE T4.IsOfficial = 'T' AND T4.Language = 'English') world_1 +select distinct t3.name from country as t1 join countrylanguage as t2 on t1.code = t2.countrycode join city as t3 on t1.code = t3.countrycode where t2.isofficial = 't' and t2.language = 'chinese' and t1.continent = "asia" world_1 +SELECT DISTINCT T3.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode JOIN city AS T3 ON T1.Code = T3.CountryCode WHERE T2.IsOfficial = 'T' AND T2.Language = 'Chinese' AND T1.Continent = "Asia" world_1 +SELECT Name , SurfaceArea , IndepYear FROM country ORDER BY Population LIMIT 1 world_1 +SELECT Name , SurfaceArea , IndepYear FROM country ORDER BY Population LIMIT 1 world_1 +SELECT Name , population , HeadOfState FROM country ORDER BY SurfaceArea DESC LIMIT 1 world_1 +SELECT Name , population , HeadOfState FROM country ORDER BY SurfaceArea DESC LIMIT 1 world_1 +SELECT COUNT(T2.Language) , T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode GROUP BY T1.Name HAVING COUNT(*) > 2 world_1 +SELECT COUNT(T2.Language) , T1.Name FROM country AS T1 JOIN countrylanguage AS T2 ON T1.Code = T2.CountryCode GROUP BY T1.Name HAVING COUNT(*) > 2 world_1 +SELECT count(*) , District FROM city WHERE Population > (SELECT avg(Population) FROM city) GROUP BY District world_1 +SELECT count(*) , District FROM city WHERE Population > (SELECT avg(Population) FROM city) GROUP BY District world_1 +SELECT sum(Population) , GovernmentForm FROM country GROUP BY GovernmentForm HAVING avg(LifeExpectancy) > 72 world_1 +SELECT sum(Population) , GovernmentForm FROM country GROUP BY GovernmentForm HAVING avg(LifeExpectancy) > 72 world_1 +SELECT sum(Population) , avg(LifeExpectancy) , Continent FROM country GROUP BY Continent HAVING avg(LifeExpectancy) < 72 world_1 +SELECT sum(Population) , avg(LifeExpectancy) , Continent FROM country GROUP BY Continent HAVING avg(LifeExpectancy) < 72 world_1 +SELECT Name , SurfaceArea FROM country ORDER BY SurfaceArea DESC LIMIT 5 world_1 +SELECT Name , SurfaceArea FROM country ORDER BY SurfaceArea DESC LIMIT 5 world_1 +SELECT Name FROM country ORDER BY Population DESC LIMIT 3 world_1 +SELECT Name FROM country ORDER BY Population DESC LIMIT 3 world_1 +SELECT Name FROM country ORDER BY Population ASC LIMIT 3 world_1 +SELECT Name FROM country ORDER BY Population ASC LIMIT 3 world_1 +SELECT count(*) FROM country WHERE continent = "Asia" world_1 +SELECT count(*) FROM country WHERE continent = "Asia" world_1 +SELECT Name FROM country WHERE continent = "Europe" AND Population = "80000" world_1 +SELECT Name FROM country WHERE continent = "Europe" AND Population = "80000" world_1 +select sum(population) , avg(surfacearea) from country where continent = "north america" and surfacearea > 3000 world_1 +select sum(population) , avg(surfacearea) from country where continent = "north america" and surfacearea > 3000 world_1 +SELECT name FROM city WHERE Population BETWEEN 160000 AND 900000 world_1 +select name from city where population between 160000 and 900000 world_1 +SELECT LANGUAGE FROM countrylanguage GROUP BY LANGUAGE ORDER BY count(*) DESC LIMIT 1 world_1 +SELECT LANGUAGE FROM countrylanguage GROUP BY LANGUAGE ORDER BY count(*) DESC LIMIT 1 world_1 +SELECT LANGUAGE , CountryCode , max(Percentage) FROM countrylanguage GROUP BY CountryCode world_1 +SELECT LANGUAGE , CountryCode , max(Percentage) FROM countrylanguage GROUP BY CountryCode world_1 +SELECT count(*) , max(Percentage) FROM countrylanguage WHERE LANGUAGE = "Spanish" GROUP BY CountryCode world_1 +SELECT count(*) , max(Percentage) FROM countrylanguage WHERE LANGUAGE = "Spanish" GROUP BY CountryCode world_1 +SELECT CountryCode , max(Percentage) FROM countrylanguage WHERE LANGUAGE = "Spanish" GROUP BY CountryCode world_1 +SELECT CountryCode , max(Percentage) FROM countrylanguage WHERE LANGUAGE = "Spanish" GROUP BY CountryCode world_1 +SELECT count(*) FROM conductor orchestra +SELECT count(*) FROM conductor orchestra +SELECT Name FROM conductor ORDER BY Age ASC orchestra +SELECT Name FROM conductor ORDER BY Age ASC orchestra +SELECT Name FROM conductor WHERE Nationality != 'USA' orchestra +SELECT Name FROM conductor WHERE Nationality != 'USA' orchestra +SELECT Record_Company FROM orchestra ORDER BY Year_of_Founded DESC orchestra +SELECT Record_Company FROM orchestra ORDER BY Year_of_Founded DESC orchestra +SELECT avg(Attendance) FROM SHOW orchestra +SELECT avg(Attendance) FROM SHOW orchestra +SELECT max(SHARE) , min(SHARE) FROM performance WHERE TYPE != "Live final" orchestra +SELECT max(SHARE) , min(SHARE) FROM performance WHERE TYPE != "Live final" orchestra +SELECT count(DISTINCT Nationality) FROM conductor orchestra +SELECT count(DISTINCT Nationality) FROM conductor orchestra +SELECT Name FROM conductor ORDER BY Year_of_Work DESC orchestra +SELECT Name FROM conductor ORDER BY Year_of_Work DESC orchestra +SELECT Name FROM conductor ORDER BY Year_of_Work DESC LIMIT 1 orchestra +SELECT Name FROM conductor ORDER BY Year_of_Work DESC LIMIT 1 orchestra +SELECT T1.Name , T2.Orchestra FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID orchestra +SELECT T1.Name , T2.Orchestra FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID orchestra +SELECT T1.Name FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID GROUP BY T2.Conductor_ID HAVING COUNT(*) > 1 orchestra +SELECT T1.Name FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID GROUP BY T2.Conductor_ID HAVING COUNT(*) > 1 orchestra +SELECT T1.Name FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID GROUP BY T2.Conductor_ID ORDER BY COUNT(*) DESC LIMIT 1 orchestra +SELECT T1.Name FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID GROUP BY T2.Conductor_ID ORDER BY COUNT(*) DESC LIMIT 1 orchestra +SELECT T1.Name FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID WHERE Year_of_Founded > 2008 orchestra +SELECT T1.Name FROM conductor AS T1 JOIN orchestra AS T2 ON T1.Conductor_ID = T2.Conductor_ID WHERE Year_of_Founded > 2008 orchestra +SELECT Record_Company , COUNT(*) FROM orchestra GROUP BY Record_Company orchestra +SELECT Record_Company , COUNT(*) FROM orchestra GROUP BY Record_Company orchestra +SELECT Major_Record_Format FROM orchestra GROUP BY Major_Record_Format ORDER BY COUNT(*) ASC orchestra +SELECT Major_Record_Format FROM orchestra GROUP BY Major_Record_Format ORDER BY COUNT(*) ASC orchestra +SELECT Record_Company FROM orchestra GROUP BY Record_Company ORDER BY COUNT(*) DESC LIMIT 1 orchestra +SELECT Record_Company FROM orchestra GROUP BY Record_Company ORDER BY COUNT(*) DESC LIMIT 1 orchestra +SELECT Orchestra FROM orchestra WHERE Orchestra_ID NOT IN (SELECT Orchestra_ID FROM performance) orchestra +SELECT Orchestra FROM orchestra WHERE Orchestra_ID NOT IN (SELECT Orchestra_ID FROM performance) orchestra +SELECT Record_Company FROM orchestra WHERE Year_of_Founded < 2003 INTERSECT SELECT Record_Company FROM orchestra WHERE Year_of_Founded > 2003 orchestra +SELECT Record_Company FROM orchestra WHERE Year_of_Founded < 2003 INTERSECT SELECT Record_Company FROM orchestra WHERE Year_of_Founded > 2003 orchestra +SELECT COUNT(*) FROM orchestra WHERE Major_Record_Format = "CD" OR Major_Record_Format = "DVD" orchestra +SELECT COUNT(*) FROM orchestra WHERE Major_Record_Format = "CD" OR Major_Record_Format = "DVD" orchestra +SELECT Year_of_Founded FROM orchestra AS T1 JOIN performance AS T2 ON T1.Orchestra_ID = T2.Orchestra_ID GROUP BY T2.Orchestra_ID HAVING COUNT(*) > 1 orchestra +SELECT Year_of_Founded FROM orchestra AS T1 JOIN performance AS T2 ON T1.Orchestra_ID = T2.Orchestra_ID GROUP BY T2.Orchestra_ID HAVING COUNT(*) > 1 orchestra +SELECT count(*) FROM Highschooler network_1 +SELECT count(*) FROM Highschooler network_1 +SELECT name , grade FROM Highschooler network_1 +SELECT name , grade FROM Highschooler network_1 +SELECT grade FROM Highschooler network_1 +SELECT grade FROM Highschooler network_1 +SELECT grade FROM Highschooler WHERE name = "Kyle" network_1 +SELECT grade FROM Highschooler WHERE name = "Kyle" network_1 +SELECT name FROM Highschooler WHERE grade = 10 network_1 +SELECT name FROM Highschooler WHERE grade = 10 network_1 +SELECT ID FROM Highschooler WHERE name = "Kyle" network_1 +SELECT ID FROM Highschooler WHERE name = "Kyle" network_1 +SELECT count(*) FROM Highschooler WHERE grade = 9 OR grade = 10 network_1 +SELECT count(*) FROM Highschooler WHERE grade = 9 OR grade = 10 network_1 +SELECT grade , count(*) FROM Highschooler GROUP BY grade network_1 +SELECT grade , count(*) FROM Highschooler GROUP BY grade network_1 +SELECT grade FROM Highschooler GROUP BY grade ORDER BY count(*) DESC LIMIT 1 network_1 +SELECT grade FROM Highschooler GROUP BY grade ORDER BY count(*) DESC LIMIT 1 network_1 +SELECT grade FROM Highschooler GROUP BY grade HAVING count(*) >= 4 network_1 +SELECT grade FROM Highschooler GROUP BY grade HAVING count(*) >= 4 network_1 +SELECT student_id , count(*) FROM Friend GROUP BY student_id network_1 +SELECT student_id , count(*) FROM Friend GROUP BY student_id network_1 +SELECT T2.name , count(*) FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id network_1 +SELECT T2.name , count(*) FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id network_1 +SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1 network_1 +SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1 network_1 +SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id HAVING count(*) >= 3 network_1 +SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id HAVING count(*) >= 3 network_1 +SELECT T3.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id JOIN Highschooler AS T3 ON T1.friend_id = T3.id WHERE T2.name = "Kyle" network_1 +SELECT T3.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id JOIN Highschooler AS T3 ON T1.friend_id = T3.id WHERE T2.name = "Kyle" network_1 +SELECT count(*) FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id WHERE T2.name = "Kyle" network_1 +SELECT count(*) FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id WHERE T2.name = "Kyle" network_1 +SELECT id FROM Highschooler EXCEPT SELECT student_id FROM Friend network_1 +SELECT id FROM Highschooler EXCEPT SELECT student_id FROM Friend network_1 +SELECT name FROM Highschooler EXCEPT SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id network_1 +SELECT name FROM Highschooler EXCEPT SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id network_1 +SELECT student_id FROM Friend INTERSECT SELECT liked_id FROM Likes network_1 +SELECT student_id FROM Friend INTERSECT SELECT liked_id FROM Likes network_1 +SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id INTERSECT SELECT T2.name FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.liked_id = T2.id network_1 +SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id INTERSECT SELECT T2.name FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.liked_id = T2.id network_1 +SELECT student_id , count(*) FROM Likes GROUP BY student_id network_1 +SELECT student_id , count(*) FROM Likes GROUP BY student_id network_1 +SELECT T2.name , count(*) FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id network_1 +SELECT T2.name , count(*) FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id network_1 +SELECT T2.name FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1 network_1 +SELECT T2.name FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1 network_1 +SELECT T2.name FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id HAVING count(*) >= 2 network_1 +SELECT T2.name FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id GROUP BY T1.student_id HAVING count(*) >= 2 network_1 +SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id WHERE T2.grade > 5 GROUP BY T1.student_id HAVING count(*) >= 2 network_1 +SELECT T2.name FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id WHERE T2.grade > 5 GROUP BY T1.student_id HAVING count(*) >= 2 network_1 +SELECT count(*) FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id WHERE T2.name = "Kyle" network_1 +SELECT count(*) FROM Likes AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id WHERE T2.name = "Kyle" network_1 +SELECT avg(grade) FROM Highschooler WHERE id IN (SELECT T1.student_id FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id) network_1 +SELECT avg(grade) FROM Highschooler WHERE id IN (SELECT T1.student_id FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id) network_1 +SELECT min(grade) FROM Highschooler WHERE id NOT IN (SELECT T1.student_id FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id) network_1 +SELECT min(grade) FROM Highschooler WHERE id NOT IN (SELECT T1.student_id FROM Friend AS T1 JOIN Highschooler AS T2 ON T1.student_id = T2.id) network_1 +SELECT state FROM Owners INTERSECT SELECT state FROM Professionals dog_kennels +SELECT state FROM Owners INTERSECT SELECT state FROM Professionals dog_kennels +SELECT avg(age) FROM Dogs WHERE dog_id IN ( SELECT dog_id FROM Treatments ) dog_kennels +SELECT avg(age) FROM Dogs WHERE dog_id IN ( SELECT dog_id FROM Treatments ) dog_kennels +SELECT professional_id , last_name , cell_number FROM Professionals WHERE state = 'Indiana' UNION SELECT T1.professional_id , T1.last_name , T1.cell_number FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id GROUP BY T1.professional_id HAVING count(*) > 2 dog_kennels +SELECT professional_id , last_name , cell_number FROM Professionals WHERE state = 'Indiana' UNION SELECT T1.professional_id , T1.last_name , T1.cell_number FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id GROUP BY T1.professional_id HAVING count(*) > 2 dog_kennels +select name from dogs where dog_id not in ( select dog_id from treatments group by dog_id having sum(cost_of_treatment) > 1000 ) dog_kennels +select name from dogs where dog_id not in ( select dog_id from treatments group by dog_id having sum(cost_of_treatment) > 1000 ) dog_kennels +SELECT first_name FROM Professionals UNION SELECT first_name FROM Owners EXCEPT SELECT name FROM Dogs dog_kennels +SELECT first_name FROM Professionals UNION SELECT first_name FROM Owners EXCEPT SELECT name FROM Dogs dog_kennels +SELECT professional_id , role_code , email_address FROM Professionals EXCEPT SELECT T1.professional_id , T1.role_code , T1.email_address FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id dog_kennels +SELECT professional_id , role_code , email_address FROM Professionals EXCEPT SELECT T1.professional_id , T1.role_code , T1.email_address FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id dog_kennels +SELECT T1.owner_id , T2.first_name , T2.last_name FROM Dogs AS T1 JOIN Owners AS T2 ON T1.owner_id = T2.owner_id GROUP BY T1.owner_id ORDER BY count(*) DESC LIMIT 1 dog_kennels +SELECT T1.owner_id , T2.first_name , T2.last_name FROM Dogs AS T1 JOIN Owners AS T2 ON T1.owner_id = T2.owner_id GROUP BY T1.owner_id ORDER BY count(*) DESC LIMIT 1 dog_kennels +SELECT T1.professional_id , T1.role_code , T1.first_name FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id GROUP BY T1.professional_id HAVING count(*) >= 2 dog_kennels +SELECT T1.professional_id , T1.role_code , T1.first_name FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id GROUP BY T1.professional_id HAVING count(*) >= 2 dog_kennels +SELECT T1.breed_name FROM Breeds AS T1 JOIN Dogs AS T2 ON T1.breed_code = T2.breed_code GROUP BY T1.breed_name ORDER BY count(*) DESC LIMIT 1 dog_kennels +SELECT T1.breed_name FROM Breeds AS T1 JOIN Dogs AS T2 ON T1.breed_code = T2.breed_code GROUP BY T1.breed_name ORDER BY count(*) DESC LIMIT 1 dog_kennels +SELECT T1.owner_id , T1.last_name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id JOIN Treatments AS T3 ON T2.dog_id = T3.dog_id GROUP BY T1.owner_id ORDER BY count(*) DESC LIMIT 1 dog_kennels +SELECT T1.owner_id , T1.last_name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id JOIN Treatments AS T3 ON T2.dog_id = T3.dog_id GROUP BY T1.owner_id ORDER BY count(*) DESC LIMIT 1 dog_kennels +SELECT T1.treatment_type_description FROM Treatment_types AS T1 JOIN Treatments AS T2 ON T1.treatment_type_code = T2.treatment_type_code GROUP BY T1.treatment_type_code ORDER BY sum(cost_of_treatment) ASC LIMIT 1 dog_kennels +SELECT T1.treatment_type_description FROM Treatment_types AS T1 JOIN Treatments AS T2 ON T1.treatment_type_code = T2.treatment_type_code GROUP BY T1.treatment_type_code ORDER BY sum(cost_of_treatment) ASC LIMIT 1 dog_kennels +SELECT T1.owner_id , T1.zip_code FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id JOIN Treatments AS T3 ON T2.dog_id = T3.dog_id GROUP BY T1.owner_id ORDER BY sum(T3.cost_of_treatment) DESC LIMIT 1 dog_kennels +SELECT T1.owner_id , T1.zip_code FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id JOIN Treatments AS T3 ON T2.dog_id = T3.dog_id GROUP BY T1.owner_id ORDER BY sum(T3.cost_of_treatment) DESC LIMIT 1 dog_kennels +SELECT T1.professional_id , T1.cell_number FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id GROUP BY T1.professional_id HAVING count(*) >= 2 dog_kennels +SELECT T1.professional_id , T1.cell_number FROM Professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id GROUP BY T1.professional_id HAVING count(*) >= 2 dog_kennels +SELECT DISTINCT T1.first_name , T1.last_name FROM Professionals AS T1 JOIN Treatments AS T2 WHERE cost_of_treatment < ( SELECT avg(cost_of_treatment) FROM Treatments ) dog_kennels +SELECT DISTINCT T1.first_name , T1.last_name FROM Professionals AS T1 JOIN Treatments AS T2 WHERE cost_of_treatment < ( SELECT avg(cost_of_treatment) FROM Treatments ) dog_kennels +SELECT T1.date_of_treatment , T2.first_name FROM Treatments AS T1 JOIN Professionals AS T2 ON T1.professional_id = T2.professional_id dog_kennels +SELECT T1.date_of_treatment , T2.first_name FROM Treatments AS T1 JOIN Professionals AS T2 ON T1.professional_id = T2.professional_id dog_kennels +SELECT T1.cost_of_treatment , T2.treatment_type_description FROM Treatments AS T1 JOIN treatment_types AS T2 ON T1.treatment_type_code = T2.treatment_type_code dog_kennels +SELECT T1.cost_of_treatment , T2.treatment_type_description FROM Treatments AS T1 JOIN treatment_types AS T2 ON T1.treatment_type_code = T2.treatment_type_code dog_kennels +SELECT T1.first_name , T1.last_name , T2.size_code FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id dog_kennels +SELECT T1.first_name , T1.last_name , T2.size_code FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id dog_kennels +SELECT T1.first_name , T2.name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id dog_kennels +SELECT T1.first_name , T2.name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id dog_kennels +SELECT T1.name , T2.date_of_treatment FROM Dogs AS T1 JOIN Treatments AS T2 ON T1.dog_id = T2.dog_id WHERE T1.breed_code = ( SELECT breed_code FROM Dogs GROUP BY breed_code ORDER BY count(*) ASC LIMIT 1 ) dog_kennels +SELECT T1.name , T2.date_of_treatment FROM Dogs AS T1 JOIN Treatments AS T2 ON T1.dog_id = T2.dog_id WHERE T1.breed_code = ( SELECT breed_code FROM Dogs GROUP BY breed_code ORDER BY count(*) ASC LIMIT 1 ) dog_kennels +SELECT T1.first_name , T2.name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id WHERE T1.state = 'Virginia' dog_kennels +SELECT T1.first_name , T2.name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id WHERE T1.state = 'Virginia' dog_kennels +SELECT DISTINCT T1.date_arrived , T1.date_departed FROM Dogs AS T1 JOIN Treatments AS T2 ON T1.dog_id = T2.dog_id dog_kennels +SELECT DISTINCT T1.date_arrived , T1.date_departed FROM Dogs AS T1 JOIN Treatments AS T2 ON T1.dog_id = T2.dog_id dog_kennels +SELECT T1.last_name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id WHERE T2.age = ( SELECT max(age) FROM Dogs ) dog_kennels +SELECT T1.last_name FROM Owners AS T1 JOIN Dogs AS T2 ON T1.owner_id = T2.owner_id WHERE T2.age = ( SELECT max(age) FROM Dogs ) dog_kennels +SELECT email_address FROM Professionals WHERE state = 'Hawaii' OR state = 'Wisconsin' dog_kennels +SELECT email_address FROM Professionals WHERE state = 'Hawaii' OR state = 'Wisconsin' dog_kennels +SELECT date_arrived , date_departed FROM Dogs dog_kennels +SELECT date_arrived , date_departed FROM Dogs dog_kennels +SELECT count(DISTINCT dog_id) FROM Treatments dog_kennels +SELECT count(DISTINCT dog_id) FROM Treatments dog_kennels +SELECT count(DISTINCT professional_id) FROM Treatments dog_kennels +SELECT count(DISTINCT professional_id) FROM Treatments dog_kennels +SELECT role_code , street , city , state FROM professionals WHERE city LIKE '%West%' dog_kennels +SELECT role_code , street , city , state FROM professionals WHERE city LIKE '%West%' dog_kennels +SELECT first_name , last_name , email_address FROM Owners WHERE state LIKE '%North%' dog_kennels +SELECT first_name , last_name , email_address FROM Owners WHERE state LIKE '%North%' dog_kennels +SELECT count(*) FROM Dogs WHERE age < ( SELECT avg(age) FROM Dogs ) dog_kennels +SELECT count(*) FROM Dogs WHERE age < ( SELECT avg(age) FROM Dogs ) dog_kennels +SELECT cost_of_treatment FROM Treatments ORDER BY date_of_treatment DESC LIMIT 1 dog_kennels +SELECT cost_of_treatment FROM Treatments ORDER BY date_of_treatment DESC LIMIT 1 dog_kennels +SELECT count(*) FROM Dogs WHERE dog_id NOT IN ( SELECT dog_id FROM Treatments ) dog_kennels +select count(*) from dogs where dog_id not in ( select dog_id from treatments ) dog_kennels +SELECT count(*) FROM Owners WHERE owner_id NOT IN ( SELECT owner_id FROM Dogs ) dog_kennels +SELECT count(*) FROM Owners WHERE owner_id NOT IN ( SELECT owner_id FROM Dogs ) dog_kennels +SELECT count(*) FROM Professionals WHERE professional_id NOT IN ( SELECT professional_id FROM Treatments ) dog_kennels +SELECT count(*) FROM Professionals WHERE professional_id NOT IN ( SELECT professional_id FROM Treatments ) dog_kennels +SELECT name , age , weight FROM Dogs WHERE abandoned_yn = 1 dog_kennels +SELECT name , age , weight FROM Dogs WHERE abandoned_yn = 1 dog_kennels +SELECT avg(age) FROM Dogs dog_kennels +SELECT avg(age) FROM Dogs dog_kennels +SELECT max(age) FROM Dogs dog_kennels +SELECT max(age) FROM Dogs dog_kennels +SELECT charge_type , charge_amount FROM Charges dog_kennels +SELECT charge_type , charge_amount FROM Charges dog_kennels +SELECT max(charge_amount) FROM Charges dog_kennels +SELECT max(charge_amount) FROM Charges dog_kennels +SELECT email_address , cell_number , home_phone FROM professionals dog_kennels +SELECT email_address , cell_number , home_phone FROM professionals dog_kennels +SELECT DISTINCT breed_code , size_code FROM dogs dog_kennels +SELECT DISTINCT breed_code , size_code FROM dogs dog_kennels +SELECT DISTINCT T1.first_name , T3.treatment_type_description FROM professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id JOIN Treatment_types AS T3 ON T2.treatment_type_code = T3.treatment_type_code dog_kennels +SELECT DISTINCT T1.first_name , T3.treatment_type_description FROM professionals AS T1 JOIN Treatments AS T2 ON T1.professional_id = T2.professional_id JOIN Treatment_types AS T3 ON T2.treatment_type_code = T3.treatment_type_code dog_kennels +SELECT count(*) FROM singer singer +SELECT count(*) FROM singer singer +SELECT Name FROM singer ORDER BY Net_Worth_Millions ASC singer +SELECT Name FROM singer ORDER BY Net_Worth_Millions ASC singer +SELECT Birth_Year , Citizenship FROM singer singer +SELECT Birth_Year , Citizenship FROM singer singer +SELECT Name FROM singer WHERE Citizenship != "France" singer +SELECT Name FROM singer WHERE Citizenship != "France" singer +SELECT Name FROM singer WHERE Birth_Year = 1948 OR Birth_Year = 1949 singer +SELECT Name FROM singer WHERE Birth_Year = 1948 OR Birth_Year = 1949 singer +SELECT Name FROM singer ORDER BY Net_Worth_Millions DESC LIMIT 1 singer +SELECT Name FROM singer ORDER BY Net_Worth_Millions DESC LIMIT 1 singer +SELECT Citizenship , COUNT(*) FROM singer GROUP BY Citizenship singer +SELECT Citizenship , COUNT(*) FROM singer GROUP BY Citizenship singer +SELECT Citizenship FROM singer GROUP BY Citizenship ORDER BY COUNT(*) DESC LIMIT 1 singer +select citizenship from singer group by citizenship order by count(*) desc limit 1 singer +SELECT Citizenship , max(Net_Worth_Millions) FROM singer GROUP BY Citizenship singer +SELECT Citizenship , max(Net_Worth_Millions) FROM singer GROUP BY Citizenship singer +SELECT T2.Title , T1.Name FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID singer +SELECT T2.Title , T1.Name FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID singer +SELECT DISTINCT T1.Name FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID WHERE T2.Sales > 300000 singer +SELECT DISTINCT T1.Name FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID WHERE T2.Sales > 300000 singer +SELECT T1.Name FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID GROUP BY T1.Name HAVING COUNT(*) > 1 singer +SELECT T1.Name FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID GROUP BY T1.Name HAVING COUNT(*) > 1 singer +SELECT T1.Name , sum(T2.Sales) FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID GROUP BY T1.Name singer +SELECT T1.Name , sum(T2.Sales) FROM singer AS T1 JOIN song AS T2 ON T1.Singer_ID = T2.Singer_ID GROUP BY T1.Name singer +SELECT Name FROM singer WHERE Singer_ID NOT IN (SELECT Singer_ID FROM song) singer +SELECT Name FROM singer WHERE Singer_ID NOT IN (SELECT Singer_ID FROM song) singer +SELECT Citizenship FROM singer WHERE Birth_Year < 1945 INTERSECT SELECT Citizenship FROM singer WHERE Birth_Year > 1955 singer +SELECT Citizenship FROM singer WHERE Birth_Year < 1945 INTERSECT SELECT Citizenship FROM singer WHERE Birth_Year > 1955 singer +SELECT count(*) FROM Other_Available_Features real_estate_properties +SELECT T2.feature_type_name FROM Other_Available_Features AS T1 JOIN Ref_Feature_Types AS T2 ON T1.feature_type_code = T2.feature_type_code WHERE T1.feature_name = "AirCon" real_estate_properties +SELECT T2.property_type_description FROM Properties AS T1 JOIN Ref_Property_Types AS T2 ON T1.property_type_code = T2.property_type_code GROUP BY T1.property_type_code real_estate_properties +SELECT property_name FROM Properties WHERE property_type_code = "House" UNION SELECT property_name FROM Properties WHERE property_type_code = "Apartment" AND room_count > 1 real_estate_properties diff --git a/tables.json b/tables.json new file mode 100644 index 0000000000000000000000000000000000000000..c60d51f2b75e3c84572a164db969c71ad8a0fc8d --- /dev/null +++ b/tables.json @@ -0,0 +1,50555 @@ +[ + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "perpetrator id" + ], + [ + 0, + "people id" + ], + [ + 0, + "date" + ], + [ + 0, + "year" + ], + [ + 0, + "location" + ], + [ + 0, + "country" + ], + [ + 0, + "killed" + ], + [ + 0, + "injured" + ], + [ + 1, + "people id" + ], + [ + 1, + "name" + ], + [ + 1, + "height" + ], + [ + 1, + "weight" + ], + [ + 1, + "home town" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Perpetrator_ID" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "Date" + ], + [ + 0, + "Year" + ], + [ + 0, + "Location" + ], + [ + 0, + "Country" + ], + [ + 0, + "Killed" + ], + [ + 0, + "Injured" + ], + [ + 1, + "People_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Height" + ], + [ + 1, + "Weight" + ], + [ + 1, + "Home Town" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "perpetrator", + "foreign_keys": [ + [ + 2, + 9 + ] + ], + "primary_keys": [ + 1, + 9 + ], + "table_names": [ + "perpetrator", + "people" + ], + "table_names_original": [ + "perpetrator", + "people" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "building" + ], + [ + 0, + "room number" + ], + [ + 0, + "capacity" + ], + [ + 1, + "department name" + ], + [ + 1, + "building" + ], + [ + 1, + "budget" + ], + [ + 2, + "course id" + ], + [ + 2, + "title" + ], + [ + 2, + "department name" + ], + [ + 2, + "credits" + ], + [ + 3, + "id" + ], + [ + 3, + "name" + ], + [ + 3, + "department name" + ], + [ + 3, + "salary" + ], + [ + 4, + "course id" + ], + [ + 4, + "section id" + ], + [ + 4, + "semester" + ], + [ + 4, + "year" + ], + [ + 4, + "building" + ], + [ + 4, + "room number" + ], + [ + 4, + "time slot id" + ], + [ + 5, + "id" + ], + [ + 5, + "course id" + ], + [ + 5, + "section id" + ], + [ + 5, + "semester" + ], + [ + 5, + "year" + ], + [ + 6, + "id" + ], + [ + 6, + "name" + ], + [ + 6, + "department name" + ], + [ + 6, + "total credits" + ], + [ + 7, + "id" + ], + [ + 7, + "course id" + ], + [ + 7, + "section id" + ], + [ + 7, + "semester" + ], + [ + 7, + "year" + ], + [ + 7, + "grade" + ], + [ + 8, + "student id" + ], + [ + 8, + "instructor id" + ], + [ + 9, + "time slot id" + ], + [ + 9, + "day" + ], + [ + 9, + "start hour" + ], + [ + 9, + "start minute" + ], + [ + 9, + "end hour" + ], + [ + 9, + "end minute" + ], + [ + 10, + "course id" + ], + [ + 10, + "prerequisite id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "building" + ], + [ + 0, + "room_number" + ], + [ + 0, + "capacity" + ], + [ + 1, + "dept_name" + ], + [ + 1, + "building" + ], + [ + 1, + "budget" + ], + [ + 2, + "course_id" + ], + [ + 2, + "title" + ], + [ + 2, + "dept_name" + ], + [ + 2, + "credits" + ], + [ + 3, + "ID" + ], + [ + 3, + "name" + ], + [ + 3, + "dept_name" + ], + [ + 3, + "salary" + ], + [ + 4, + "course_id" + ], + [ + 4, + "sec_id" + ], + [ + 4, + "semester" + ], + [ + 4, + "year" + ], + [ + 4, + "building" + ], + [ + 4, + "room_number" + ], + [ + 4, + "time_slot_id" + ], + [ + 5, + "ID" + ], + [ + 5, + "course_id" + ], + [ + 5, + "sec_id" + ], + [ + 5, + "semester" + ], + [ + 5, + "year" + ], + [ + 6, + "ID" + ], + [ + 6, + "name" + ], + [ + 6, + "dept_name" + ], + [ + 6, + "tot_cred" + ], + [ + 7, + "ID" + ], + [ + 7, + "course_id" + ], + [ + 7, + "sec_id" + ], + [ + 7, + "semester" + ], + [ + 7, + "year" + ], + [ + 7, + "grade" + ], + [ + 8, + "s_ID" + ], + [ + 8, + "i_ID" + ], + [ + 9, + "time_slot_id" + ], + [ + 9, + "day" + ], + [ + 9, + "start_hr" + ], + [ + 9, + "start_min" + ], + [ + 9, + "end_hr" + ], + [ + 9, + "end_min" + ], + [ + 10, + "course_id" + ], + [ + 10, + "prereq_id" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text" + ], + "db_id": "college_2", + "foreign_keys": [ + [ + 9, + 4 + ], + [ + 13, + 4 + ], + [ + 19, + 1 + ], + [ + 20, + 2 + ], + [ + 15, + 7 + ], + [ + 22, + 11 + ], + [ + 23, + 15 + ], + [ + 24, + 16 + ], + [ + 25, + 17 + ], + [ + 26, + 18 + ], + [ + 29, + 4 + ], + [ + 31, + 27 + ], + [ + 32, + 15 + ], + [ + 33, + 16 + ], + [ + 34, + 17 + ], + [ + 35, + 18 + ], + [ + 37, + 27 + ], + [ + 38, + 11 + ], + [ + 46, + 7 + ], + [ + 45, + 7 + ] + ], + "primary_keys": [ + 1, + 4, + 7, + 11, + 15, + 22, + 27, + 31, + 37, + 39, + 45 + ], + "table_names": [ + "classroom", + "department", + "course", + "instructor", + "section", + "teaches", + "student", + "takes classes", + "advisor", + "time slot", + "prerequisite" + ], + "table_names_original": [ + "classroom", + "department", + "course", + "instructor", + "section", + "teaches", + "student", + "takes", + "advisor", + "time_slot", + "prereq" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "city" + ], + [ + 0, + "country" + ], + [ + 0, + "iata" + ], + [ + 0, + "icao" + ], + [ + 0, + "name" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "type" + ], + [ + 1, + "principal activities" + ], + [ + 1, + "incorporated in" + ], + [ + 1, + "group equity shareholding" + ], + [ + 2, + "id" + ], + [ + 2, + "vehicle flight number" + ], + [ + 2, + "date" + ], + [ + 2, + "pilot" + ], + [ + 2, + "velocity" + ], + [ + 2, + "altitude" + ], + [ + 2, + "airport id" + ], + [ + 2, + "company id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "City" + ], + [ + 0, + "Country" + ], + [ + 0, + "IATA" + ], + [ + 0, + "ICAO" + ], + [ + 0, + "name" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "Type" + ], + [ + 1, + "Principal_activities" + ], + [ + 1, + "Incorporated_in" + ], + [ + 1, + "Group_Equity_Shareholding" + ], + [ + 2, + "id" + ], + [ + 2, + "Vehicle_Flight_number" + ], + [ + 2, + "Date" + ], + [ + 2, + "Pilot" + ], + [ + 2, + "Velocity" + ], + [ + 2, + "Altitude" + ], + [ + 2, + "airport_id" + ], + [ + 2, + "company_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "flight_company", + "foreign_keys": [ + [ + 20, + 7 + ], + [ + 19, + 1 + ] + ], + "primary_keys": [ + 1, + 7, + 13 + ], + "table_names": [ + "airport", + "operate company", + "flight" + ], + "table_names_original": [ + "airport", + "operate_company", + "flight" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "institution id" + ], + [ + 0, + "name" + ], + [ + 0, + "country" + ], + [ + 1, + "author id" + ], + [ + 1, + "last name" + ], + [ + 1, + "first name" + ], + [ + 2, + "paper id" + ], + [ + 2, + "title" + ], + [ + 3, + "author id" + ], + [ + 3, + "institution id" + ], + [ + 3, + "paper id" + ], + [ + 3, + "author count" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "instID" + ], + [ + 0, + "name" + ], + [ + 0, + "country" + ], + [ + 1, + "authID" + ], + [ + 1, + "lname" + ], + [ + 1, + "fname" + ], + [ + 2, + "paperID" + ], + [ + 2, + "title" + ], + [ + 3, + "authID" + ], + [ + 3, + "instID" + ], + [ + 3, + "paperID" + ], + [ + 3, + "authOrder" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "icfp_1", + "foreign_keys": [ + [ + 11, + 7 + ], + [ + 10, + 1 + ], + [ + 9, + 4 + ] + ], + "primary_keys": [ + 1, + 4, + 7, + 9 + ], + "table_names": [ + "institution", + "authors", + "papers", + "authorship count" + ], + "table_names_original": [ + "Inst", + "Authors", + "Papers", + "Authorship" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "body builder id" + ], + [ + 0, + "people id" + ], + [ + 0, + "snatch" + ], + [ + 0, + "clean jerk" + ], + [ + 0, + "total" + ], + [ + 1, + "people id" + ], + [ + 1, + "name" + ], + [ + 1, + "height" + ], + [ + 1, + "weight" + ], + [ + 1, + "birth date" + ], + [ + 1, + "birth place" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Body_Builder_ID" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "Snatch" + ], + [ + 0, + "Clean_Jerk" + ], + [ + 0, + "Total" + ], + [ + 1, + "People_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Height" + ], + [ + 1, + "Weight" + ], + [ + 1, + "Birth_Date" + ], + [ + 1, + "Birth_Place" + ] + ], + "column_types": [ + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "text" + ], + "db_id": "body_builder", + "foreign_keys": [ + [ + 2, + 6 + ] + ], + "primary_keys": [ + 1, + 6 + ], + "table_names": [ + "body builder", + "people" + ], + "table_names_original": [ + "body_builder", + "people" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "storm id" + ], + [ + 0, + "name" + ], + [ + 0, + "dates active" + ], + [ + 0, + "max speed" + ], + [ + 0, + "damage millions usd" + ], + [ + 0, + "number deaths" + ], + [ + 1, + "region id" + ], + [ + 1, + "region code" + ], + [ + 1, + "region name" + ], + [ + 2, + "region id" + ], + [ + 2, + "storm id" + ], + [ + 2, + "number city affected" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Storm_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Dates_active" + ], + [ + 0, + "Max_speed" + ], + [ + 0, + "Damage_millions_USD" + ], + [ + 0, + "Number_Deaths" + ], + [ + 1, + "Region_id" + ], + [ + 1, + "Region_code" + ], + [ + 1, + "Region_name" + ], + [ + 2, + "Region_id" + ], + [ + 2, + "Storm_ID" + ], + [ + 2, + "Number_city_affected" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number" + ], + "db_id": "storm_record", + "foreign_keys": [ + [ + 11, + 1 + ], + [ + 10, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 10 + ], + "table_names": [ + "storm", + "region", + "affected region" + ], + "table_names_original": [ + "storm", + "region", + "affected_region" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "aircraft id" + ], + [ + 0, + "order year" + ], + [ + 0, + "manufacturer" + ], + [ + 0, + "model" + ], + [ + 0, + "fleet series" + ], + [ + 0, + "powertrain" + ], + [ + 0, + "fuel propulsion" + ], + [ + 1, + "pilot id" + ], + [ + 1, + "pilot name" + ], + [ + 1, + "rank" + ], + [ + 1, + "age" + ], + [ + 1, + "nationality" + ], + [ + 1, + "position" + ], + [ + 1, + "join year" + ], + [ + 1, + "team" + ], + [ + 2, + "record id" + ], + [ + 2, + "pilot id" + ], + [ + 2, + "aircraft id" + ], + [ + 2, + "date" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Aircraft_ID" + ], + [ + 0, + "Order_Year" + ], + [ + 0, + "Manufacturer" + ], + [ + 0, + "Model" + ], + [ + 0, + "Fleet_Series" + ], + [ + 0, + "Powertrain" + ], + [ + 0, + "Fuel_Propulsion" + ], + [ + 1, + "Pilot_ID" + ], + [ + 1, + "Pilot_name" + ], + [ + 1, + "Rank" + ], + [ + 1, + "Age" + ], + [ + 1, + "Nationality" + ], + [ + 1, + "Position" + ], + [ + 1, + "Join_Year" + ], + [ + 1, + "Team" + ], + [ + 2, + "Record_ID" + ], + [ + 2, + "Pilot_ID" + ], + [ + 2, + "Aircraft_ID" + ], + [ + 2, + "Date" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "pilot_record", + "foreign_keys": [ + [ + 18, + 1 + ], + [ + 17, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 17 + ], + "table_names": [ + "aircraft", + "pilot", + "pilot record" + ], + "table_names_original": [ + "aircraft", + "pilot", + "pilot_record" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "race id" + ], + [ + 0, + "name" + ], + [ + 0, + "class" + ], + [ + 0, + "date" + ], + [ + 0, + "track id" + ], + [ + 1, + "track id" + ], + [ + 1, + "name" + ], + [ + 1, + "location" + ], + [ + 1, + "seating" + ], + [ + 1, + "year opened" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Race_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Class" + ], + [ + 0, + "Date" + ], + [ + 0, + "Track_ID" + ], + [ + 1, + "Track_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Location" + ], + [ + 1, + "Seating" + ], + [ + 1, + "Year_Opened" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number" + ], + "db_id": "race_track", + "foreign_keys": [ + [ + 5, + 6 + ] + ], + "primary_keys": [ + 1, + 6 + ], + "table_names": [ + "race", + "track" + ], + "table_names_original": [ + "race", + "track" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "aid" + ], + [ + 0, + "homepage" + ], + [ + 0, + "name" + ], + [ + 0, + "oid" + ], + [ + 1, + "cid" + ], + [ + 1, + "homepage" + ], + [ + 1, + "name" + ], + [ + 2, + "did" + ], + [ + 2, + "name" + ], + [ + 3, + "aid" + ], + [ + 3, + "did" + ], + [ + 4, + "cid" + ], + [ + 4, + "did" + ], + [ + 5, + "homepage" + ], + [ + 5, + "jid" + ], + [ + 5, + "name" + ], + [ + 6, + "did" + ], + [ + 6, + "jid" + ], + [ + 7, + "keyword" + ], + [ + 7, + "kid" + ], + [ + 8, + "did" + ], + [ + 8, + "kid" + ], + [ + 9, + "abstract" + ], + [ + 9, + "cid" + ], + [ + 9, + "citation num" + ], + [ + 9, + "jid" + ], + [ + 9, + "pid" + ], + [ + 9, + "reference num" + ], + [ + 9, + "title" + ], + [ + 9, + "year" + ], + [ + 10, + "did" + ], + [ + 10, + "pid" + ], + [ + 11, + "continent" + ], + [ + 11, + "homepage" + ], + [ + 11, + "name" + ], + [ + 11, + "oid" + ], + [ + 12, + "pid" + ], + [ + 12, + "kid" + ], + [ + 13, + "aid" + ], + [ + 13, + "pid" + ], + [ + 14, + "cited" + ], + [ + 14, + "citing" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "aid" + ], + [ + 0, + "homepage" + ], + [ + 0, + "name" + ], + [ + 0, + "oid" + ], + [ + 1, + "cid" + ], + [ + 1, + "homepage" + ], + [ + 1, + "name" + ], + [ + 2, + "did" + ], + [ + 2, + "name" + ], + [ + 3, + "aid" + ], + [ + 3, + "did" + ], + [ + 4, + "cid" + ], + [ + 4, + "did" + ], + [ + 5, + "homepage" + ], + [ + 5, + "jid" + ], + [ + 5, + "name" + ], + [ + 6, + "did" + ], + [ + 6, + "jid" + ], + [ + 7, + "keyword" + ], + [ + 7, + "kid" + ], + [ + 8, + "did" + ], + [ + 8, + "kid" + ], + [ + 9, + "abstract" + ], + [ + 9, + "cid" + ], + [ + 9, + "citation_num" + ], + [ + 9, + "jid" + ], + [ + 9, + "pid" + ], + [ + 9, + "reference_num" + ], + [ + 9, + "title" + ], + [ + 9, + "year" + ], + [ + 10, + "did" + ], + [ + 10, + "pid" + ], + [ + 11, + "continent" + ], + [ + 11, + "homepage" + ], + [ + 11, + "name" + ], + [ + 11, + "oid" + ], + [ + 12, + "pid" + ], + [ + 12, + "kid" + ], + [ + 13, + "aid" + ], + [ + 13, + "pid" + ], + [ + 14, + "cited" + ], + [ + 14, + "citing" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "academic", + "foreign_keys": [ + [ + 11, + 8 + ], + [ + 10, + 1 + ], + [ + 13, + 8 + ], + [ + 12, + 5 + ], + [ + 17, + 8 + ], + [ + 18, + 15 + ], + [ + 21, + 8 + ], + [ + 22, + 20 + ], + [ + 24, + 5 + ], + [ + 26, + 15 + ], + [ + 31, + 8 + ], + [ + 32, + 27 + ], + [ + 38, + 20 + ], + [ + 37, + 27 + ], + [ + 39, + 1 + ], + [ + 40, + 27 + ], + [ + 42, + 27 + ], + [ + 41, + 27 + ] + ], + "primary_keys": [ + 1, + 5, + 8, + 11, + 13, + 15, + 17, + 20, + 21, + 27, + 31, + 36, + 38, + 39 + ], + "table_names": [ + "author", + "conference", + "domain", + "domain author", + "domain conference", + "journal", + "domain journal", + "keyword", + "domain keyword", + "publication", + "domain publication", + "organization", + "publication keyword", + "writes", + "cite" + ], + "table_names_original": [ + "author", + "conference", + "domain", + "domain_author", + "domain_conference", + "journal", + "domain_journal", + "keyword", + "domain_keyword", + "publication", + "domain_publication", + "organization", + "publication_keyword", + "writes", + "cite" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "address details" + ], + [ + 1, + "staff id" + ], + [ + 1, + "staff gender" + ], + [ + 1, + "staff name" + ], + [ + 2, + "supplier id" + ], + [ + 2, + "supplier name" + ], + [ + 2, + "supplier phone" + ], + [ + 3, + "department store chain id" + ], + [ + 3, + "department store chain name" + ], + [ + 4, + "customer id" + ], + [ + 4, + "payment method code" + ], + [ + 4, + "customer code" + ], + [ + 4, + "customer name" + ], + [ + 4, + "customer address" + ], + [ + 4, + "customer phone" + ], + [ + 4, + "customer email" + ], + [ + 5, + "product id" + ], + [ + 5, + "product type code" + ], + [ + 5, + "product name" + ], + [ + 5, + "product price" + ], + [ + 6, + "supplier id" + ], + [ + 6, + "address id" + ], + [ + 6, + "date from" + ], + [ + 6, + "date to" + ], + [ + 7, + "customer id" + ], + [ + 7, + "address id" + ], + [ + 7, + "date from" + ], + [ + 7, + "date to" + ], + [ + 8, + "order id" + ], + [ + 8, + "customer id" + ], + [ + 8, + "order status code" + ], + [ + 8, + "order date" + ], + [ + 9, + "department store id" + ], + [ + 9, + "department store chain id" + ], + [ + 9, + "store name" + ], + [ + 9, + "store address" + ], + [ + 9, + "store phone" + ], + [ + 9, + "store email" + ], + [ + 10, + "department id" + ], + [ + 10, + "department store id" + ], + [ + 10, + "department name" + ], + [ + 11, + "order item id" + ], + [ + 11, + "order id" + ], + [ + 11, + "product id" + ], + [ + 12, + "product id" + ], + [ + 12, + "supplier id" + ], + [ + 12, + "date supplied from" + ], + [ + 12, + "date supplied to" + ], + [ + 12, + "total amount purchased" + ], + [ + 12, + "total value purchased" + ], + [ + 13, + "staff id" + ], + [ + 13, + "department id" + ], + [ + 13, + "date assigned from" + ], + [ + 13, + "job title code" + ], + [ + 13, + "date assigned to" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_id" + ], + [ + 0, + "address_details" + ], + [ + 1, + "staff_id" + ], + [ + 1, + "staff_gender" + ], + [ + 1, + "staff_name" + ], + [ + 2, + "supplier_id" + ], + [ + 2, + "supplier_name" + ], + [ + 2, + "supplier_phone" + ], + [ + 3, + "dept_store_chain_id" + ], + [ + 3, + "dept_store_chain_name" + ], + [ + 4, + "customer_id" + ], + [ + 4, + "payment_method_code" + ], + [ + 4, + "customer_code" + ], + [ + 4, + "customer_name" + ], + [ + 4, + "customer_address" + ], + [ + 4, + "customer_phone" + ], + [ + 4, + "customer_email" + ], + [ + 5, + "product_id" + ], + [ + 5, + "product_type_code" + ], + [ + 5, + "product_name" + ], + [ + 5, + "product_price" + ], + [ + 6, + "supplier_id" + ], + [ + 6, + "address_id" + ], + [ + 6, + "date_from" + ], + [ + 6, + "date_to" + ], + [ + 7, + "customer_id" + ], + [ + 7, + "address_id" + ], + [ + 7, + "date_from" + ], + [ + 7, + "date_to" + ], + [ + 8, + "order_id" + ], + [ + 8, + "customer_id" + ], + [ + 8, + "order_status_code" + ], + [ + 8, + "order_date" + ], + [ + 9, + "dept_store_id" + ], + [ + 9, + "dept_store_chain_id" + ], + [ + 9, + "store_name" + ], + [ + 9, + "store_address" + ], + [ + 9, + "store_phone" + ], + [ + 9, + "store_email" + ], + [ + 10, + "department_id" + ], + [ + 10, + "dept_store_id" + ], + [ + 10, + "department_name" + ], + [ + 11, + "order_item_id" + ], + [ + 11, + "order_id" + ], + [ + 11, + "product_id" + ], + [ + 12, + "product_id" + ], + [ + 12, + "supplier_id" + ], + [ + 12, + "date_supplied_from" + ], + [ + 12, + "date_supplied_to" + ], + [ + 12, + "total_amount_purchased" + ], + [ + 12, + "total_value_purchased" + ], + [ + 13, + "staff_id" + ], + [ + 13, + "department_id" + ], + [ + 13, + "date_assigned_from" + ], + [ + 13, + "job_title_code" + ], + [ + 13, + "date_assigned_to" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "time", + "time", + "number", + "number", + "time", + "time", + "number", + "number", + "text", + "time", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "time", + "time", + "text", + "number", + "number", + "number", + "time", + "text", + "time" + ], + "db_id": "department_store", + "foreign_keys": [ + [ + 22, + 6 + ], + [ + 23, + 1 + ], + [ + 26, + 11 + ], + [ + 27, + 1 + ], + [ + 31, + 11 + ], + [ + 35, + 9 + ], + [ + 41, + 34 + ], + [ + 45, + 18 + ], + [ + 44, + 30 + ], + [ + 46, + 18 + ], + [ + 47, + 6 + ], + [ + 52, + 3 + ], + [ + 53, + 40 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 9, + 11, + 18, + 22, + 26, + 30, + 34, + 40, + 43, + 46, + 52 + ], + "table_names": [ + "addresses", + "staff", + "suppliers", + "department store chain", + "customers", + "products", + "supplier addresses", + "customer addresses", + "customer orders", + "department stores", + "departments", + "order items", + "product suppliers", + "staff department assignments" + ], + "table_names_original": [ + "Addresses", + "Staff", + "Suppliers", + "Department_Store_Chain", + "Customers", + "Products", + "Supplier_Addresses", + "Customer_Addresses", + "Customer_Orders", + "Department_Stores", + "Departments", + "Order_Items", + "Product_Suppliers", + "Staff_Department_Assignments" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "artist id" + ], + [ + 0, + "artist" + ], + [ + 0, + "age" + ], + [ + 0, + "famous title" + ], + [ + 0, + "famous release date" + ], + [ + 1, + "volume id" + ], + [ + 1, + "volume issue" + ], + [ + 1, + "issue date" + ], + [ + 1, + "weeks on top" + ], + [ + 1, + "song" + ], + [ + 1, + "artist id" + ], + [ + 2, + "id" + ], + [ + 2, + "music festival" + ], + [ + 2, + "date of ceremony" + ], + [ + 2, + "category" + ], + [ + 2, + "volume" + ], + [ + 2, + "result" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Artist_ID" + ], + [ + 0, + "Artist" + ], + [ + 0, + "Age" + ], + [ + 0, + "Famous_Title" + ], + [ + 0, + "Famous_Release_date" + ], + [ + 1, + "Volume_ID" + ], + [ + 1, + "Volume_Issue" + ], + [ + 1, + "Issue_Date" + ], + [ + 1, + "Weeks_on_Top" + ], + [ + 1, + "Song" + ], + [ + 1, + "Artist_ID" + ], + [ + 2, + "ID" + ], + [ + 2, + "Music_Festival" + ], + [ + 2, + "Date_of_ceremony" + ], + [ + 2, + "Category" + ], + [ + 2, + "Volume" + ], + [ + 2, + "Result" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text" + ], + "db_id": "music_4", + "foreign_keys": [ + [ + 11, + 1 + ], + [ + 16, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 12 + ], + "table_names": [ + "artist", + "volume", + "music festival" + ], + "table_names_original": [ + "artist", + "volume", + "music_festival" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "customer name" + ], + [ + 1, + "service id" + ], + [ + 1, + "service name" + ], + [ + 2, + "policy id" + ], + [ + 2, + "policy type code" + ], + [ + 2, + "customer phone" + ], + [ + 3, + "customer id" + ], + [ + 3, + "policy id" + ], + [ + 3, + "date opened" + ], + [ + 3, + "date closed" + ], + [ + 4, + "fnol id" + ], + [ + 4, + "customer id" + ], + [ + 4, + "policy id" + ], + [ + 4, + "service id" + ], + [ + 5, + "claim id" + ], + [ + 5, + "fnol id" + ], + [ + 5, + "effective date" + ], + [ + 6, + "settlement id" + ], + [ + 6, + "claim id" + ], + [ + 6, + "effective date" + ], + [ + 6, + "settlement amount" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Customer_ID" + ], + [ + 0, + "Customer_name" + ], + [ + 1, + "Service_ID" + ], + [ + 1, + "Service_name" + ], + [ + 2, + "Policy_ID" + ], + [ + 2, + "policy_type_code" + ], + [ + 2, + "Customer_Phone" + ], + [ + 3, + "Customer_ID" + ], + [ + 3, + "Policy_ID" + ], + [ + 3, + "Date_Opened" + ], + [ + 3, + "Date_Closed" + ], + [ + 4, + "FNOL_ID" + ], + [ + 4, + "Customer_ID" + ], + [ + 4, + "Policy_ID" + ], + [ + 4, + "Service_ID" + ], + [ + 5, + "Claim_ID" + ], + [ + 5, + "FNOL_ID" + ], + [ + 5, + "Effective_Date" + ], + [ + 6, + "Settlement_ID" + ], + [ + 6, + "Claim_ID" + ], + [ + 6, + "Effective_Date" + ], + [ + 6, + "Settlement_Amount" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "time", + "time", + "number", + "number", + "number", + "number", + "number", + "number", + "time", + "number", + "number", + "time", + "number" + ], + "db_id": "insurance_fnol", + "foreign_keys": [ + [ + 9, + 5 + ], + [ + 8, + 1 + ], + [ + 13, + 8 + ], + [ + 14, + 9 + ], + [ + 15, + 3 + ], + [ + 17, + 12 + ], + [ + 20, + 16 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 8, + 12, + 16, + 19 + ], + "table_names": [ + "customers", + "services", + "available policies", + "customers policies", + "first notification of loss", + "claims", + "settlements" + ], + "table_names_original": [ + "Customers", + "Services", + "Available_Policies", + "Customers_Policies", + "First_Notification_of_Loss", + "Claims", + "Settlements" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "film id" + ], + [ + 0, + "rank in series" + ], + [ + 0, + "number in season" + ], + [ + 0, + "title" + ], + [ + 0, + "directed by" + ], + [ + 0, + "original air date" + ], + [ + 0, + "production code" + ], + [ + 1, + "cinema id" + ], + [ + 1, + "name" + ], + [ + 1, + "openning year" + ], + [ + 1, + "capacity" + ], + [ + 1, + "location" + ], + [ + 2, + "cinema id" + ], + [ + 2, + "film id" + ], + [ + 2, + "date" + ], + [ + 2, + "show times per day" + ], + [ + 2, + "price" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Film_ID" + ], + [ + 0, + "Rank_in_series" + ], + [ + 0, + "Number_in_season" + ], + [ + 0, + "Title" + ], + [ + 0, + "Directed_by" + ], + [ + 0, + "Original_air_date" + ], + [ + 0, + "Production_code" + ], + [ + 1, + "Cinema_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Openning_year" + ], + [ + 1, + "Capacity" + ], + [ + 1, + "Location" + ], + [ + 2, + "Cinema_ID" + ], + [ + 2, + "Film_ID" + ], + [ + 2, + "Date" + ], + [ + 2, + "Show_times_per_day" + ], + [ + 2, + "Price" + ] + ], + "column_types": [ + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "cinema", + "foreign_keys": [ + [ + 13, + 8 + ], + [ + 14, + 1 + ] + ], + "primary_keys": [ + 1, + 8, + 13 + ], + "table_names": [ + "film", + "cinema", + "schedule" + ], + "table_names_original": [ + "film", + "cinema", + "schedule" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "college id" + ], + [ + 0, + "name" + ], + [ + 0, + "leader name" + ], + [ + 0, + "college location" + ], + [ + 1, + "member id" + ], + [ + 1, + "name" + ], + [ + 1, + "country" + ], + [ + 1, + "college id" + ], + [ + 2, + "round id" + ], + [ + 2, + "member id" + ], + [ + 2, + "decoration theme" + ], + [ + 2, + "rank in round" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "College_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Leader_Name" + ], + [ + 0, + "College_Location" + ], + [ + 1, + "Member_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Country" + ], + [ + 1, + "College_ID" + ], + [ + 2, + "Round_ID" + ], + [ + 2, + "Member_ID" + ], + [ + 2, + "Decoration_Theme" + ], + [ + 2, + "Rank_in_Round" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number" + ], + "db_id": "decoration_competition", + "foreign_keys": [ + [ + 8, + 1 + ], + [ + 10, + 5 + ] + ], + "primary_keys": [ + 1, + 5, + 10 + ], + "table_names": [ + "college", + "member", + "round" + ], + "table_names_original": [ + "college", + "member", + "round" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "name" + ], + [ + 0, + "phone id" + ], + [ + 0, + "memory in g" + ], + [ + 0, + "carrier" + ], + [ + 0, + "price" + ], + [ + 1, + "market id" + ], + [ + 1, + "district" + ], + [ + 1, + "num of employees" + ], + [ + 1, + "num of shops" + ], + [ + 1, + "ranking" + ], + [ + 2, + "market id" + ], + [ + 2, + "phone id" + ], + [ + 2, + "num of stock" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Name" + ], + [ + 0, + "Phone_ID" + ], + [ + 0, + "Memory_in_G" + ], + [ + 0, + "Carrier" + ], + [ + 0, + "Price" + ], + [ + 1, + "Market_ID" + ], + [ + 1, + "District" + ], + [ + 1, + "Num_of_employees" + ], + [ + 1, + "Num_of_shops" + ], + [ + 1, + "Ranking" + ], + [ + 2, + "Market_ID" + ], + [ + 2, + "Phone_ID" + ], + [ + 2, + "Num_of_stock" + ] + ], + "column_types": [ + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "number" + ], + "db_id": "phone_market", + "foreign_keys": [ + [ + 12, + 2 + ], + [ + 11, + 6 + ] + ], + "primary_keys": [ + 2, + 6, + 11 + ], + "table_names": [ + "phone", + "market", + "phone market" + ], + "table_names_original": [ + "phone", + "market", + "phone_market" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "product id" + ], + [ + 0, + "product" + ], + [ + 0, + "dimensions" + ], + [ + 0, + "dpi" + ], + [ + 0, + "pages per minute color" + ], + [ + 0, + "max page size" + ], + [ + 0, + "interface" + ], + [ + 1, + "store id" + ], + [ + 1, + "store name" + ], + [ + 1, + "type" + ], + [ + 1, + "area size" + ], + [ + 1, + "number of product category" + ], + [ + 1, + "ranking" + ], + [ + 2, + "district id" + ], + [ + 2, + "district name" + ], + [ + 2, + "headquartered city" + ], + [ + 2, + "city population" + ], + [ + 2, + "city area" + ], + [ + 3, + "store id" + ], + [ + 3, + "product id" + ], + [ + 4, + "store id" + ], + [ + 4, + "district id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "product_id" + ], + [ + 0, + "product" + ], + [ + 0, + "dimensions" + ], + [ + 0, + "dpi" + ], + [ + 0, + "pages_per_minute_color" + ], + [ + 0, + "max_page_size" + ], + [ + 0, + "interface" + ], + [ + 1, + "Store_ID" + ], + [ + 1, + "Store_Name" + ], + [ + 1, + "Type" + ], + [ + 1, + "Area_size" + ], + [ + 1, + "Number_of_product_category" + ], + [ + 1, + "Ranking" + ], + [ + 2, + "District_ID" + ], + [ + 2, + "District_name" + ], + [ + 2, + "Headquartered_City" + ], + [ + 2, + "City_Population" + ], + [ + 2, + "City_Area" + ], + [ + 3, + "Store_ID" + ], + [ + 3, + "Product_ID" + ], + [ + 4, + "Store_ID" + ], + [ + 4, + "District_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "store_product", + "foreign_keys": [ + [ + 19, + 8 + ], + [ + 22, + 14 + ], + [ + 21, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 14, + 19, + 21 + ], + "table_names": [ + "product", + "store", + "district", + "store product", + "store district" + ], + "table_names_original": [ + "product", + "store", + "district", + "store_product", + "store_district" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "company id" + ], + [ + 0, + "company type" + ], + [ + 0, + "company name" + ], + [ + 0, + "company address" + ], + [ + 0, + "other company details" + ], + [ + 1, + "maintenance contract id" + ], + [ + 1, + "maintenance contract company id" + ], + [ + 1, + "contract start date" + ], + [ + 1, + "contract end date" + ], + [ + 1, + "other contract details" + ], + [ + 2, + "part id" + ], + [ + 2, + "part name" + ], + [ + 2, + "chargeable yn" + ], + [ + 2, + "chargeable amount" + ], + [ + 2, + "other part details" + ], + [ + 3, + "skill id" + ], + [ + 3, + "skill code" + ], + [ + 3, + "skill description" + ], + [ + 4, + "staff id" + ], + [ + 4, + "staff name" + ], + [ + 4, + "gender" + ], + [ + 4, + "other staff details" + ], + [ + 5, + "asset id" + ], + [ + 5, + "maintenance contract id" + ], + [ + 5, + "supplier company id" + ], + [ + 5, + "asset details" + ], + [ + 5, + "asset make" + ], + [ + 5, + "asset model" + ], + [ + 5, + "asset acquired date" + ], + [ + 5, + "asset disposed date" + ], + [ + 5, + "other asset details" + ], + [ + 6, + "asset id" + ], + [ + 6, + "part id" + ], + [ + 7, + "engineer id" + ], + [ + 7, + "company id" + ], + [ + 7, + "first name" + ], + [ + 7, + "last name" + ], + [ + 7, + "other details" + ], + [ + 8, + "engineer id" + ], + [ + 8, + "skill id" + ], + [ + 9, + "fault log entry id" + ], + [ + 9, + "asset id" + ], + [ + 9, + "recorded by staff id" + ], + [ + 9, + "fault log entry datetime" + ], + [ + 9, + "fault description" + ], + [ + 9, + "other fault details" + ], + [ + 10, + "engineer visit id" + ], + [ + 10, + "contact staff id" + ], + [ + 10, + "engineer id" + ], + [ + 10, + "fault log entry id" + ], + [ + 10, + "fault status" + ], + [ + 10, + "visit start datetime" + ], + [ + 10, + "visit end datetime" + ], + [ + 10, + "other visit details" + ], + [ + 11, + "part fault id" + ], + [ + 11, + "part id" + ], + [ + 11, + "fault short name" + ], + [ + 11, + "fault description" + ], + [ + 11, + "other fault details" + ], + [ + 12, + "fault log entry id" + ], + [ + 12, + "part fault id" + ], + [ + 12, + "fault status" + ], + [ + 13, + "part fault id" + ], + [ + 13, + "skill id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "company_id" + ], + [ + 0, + "company_type" + ], + [ + 0, + "company_name" + ], + [ + 0, + "company_address" + ], + [ + 0, + "other_company_details" + ], + [ + 1, + "maintenance_contract_id" + ], + [ + 1, + "maintenance_contract_company_id" + ], + [ + 1, + "contract_start_date" + ], + [ + 1, + "contract_end_date" + ], + [ + 1, + "other_contract_details" + ], + [ + 2, + "part_id" + ], + [ + 2, + "part_name" + ], + [ + 2, + "chargeable_yn" + ], + [ + 2, + "chargeable_amount" + ], + [ + 2, + "other_part_details" + ], + [ + 3, + "skill_id" + ], + [ + 3, + "skill_code" + ], + [ + 3, + "skill_description" + ], + [ + 4, + "staff_id" + ], + [ + 4, + "staff_name" + ], + [ + 4, + "gender" + ], + [ + 4, + "other_staff_details" + ], + [ + 5, + "asset_id" + ], + [ + 5, + "maintenance_contract_id" + ], + [ + 5, + "supplier_company_id" + ], + [ + 5, + "asset_details" + ], + [ + 5, + "asset_make" + ], + [ + 5, + "asset_model" + ], + [ + 5, + "asset_acquired_date" + ], + [ + 5, + "asset_disposed_date" + ], + [ + 5, + "other_asset_details" + ], + [ + 6, + "asset_id" + ], + [ + 6, + "part_id" + ], + [ + 7, + "engineer_id" + ], + [ + 7, + "company_id" + ], + [ + 7, + "first_name" + ], + [ + 7, + "last_name" + ], + [ + 7, + "other_details" + ], + [ + 8, + "engineer_id" + ], + [ + 8, + "skill_id" + ], + [ + 9, + "fault_log_entry_id" + ], + [ + 9, + "asset_id" + ], + [ + 9, + "recorded_by_staff_id" + ], + [ + 9, + "fault_log_entry_datetime" + ], + [ + 9, + "fault_description" + ], + [ + 9, + "other_fault_details" + ], + [ + 10, + "engineer_visit_id" + ], + [ + 10, + "contact_staff_id" + ], + [ + 10, + "engineer_id" + ], + [ + 10, + "fault_log_entry_id" + ], + [ + 10, + "fault_status" + ], + [ + 10, + "visit_start_datetime" + ], + [ + 10, + "visit_end_datetime" + ], + [ + 10, + "other_visit_details" + ], + [ + 11, + "part_fault_id" + ], + [ + 11, + "part_id" + ], + [ + 11, + "fault_short_name" + ], + [ + 11, + "fault_description" + ], + [ + 11, + "other_fault_details" + ], + [ + 12, + "fault_log_entry_id" + ], + [ + 12, + "part_fault_id" + ], + [ + 12, + "fault_status" + ], + [ + 13, + "part_fault_id" + ], + [ + 13, + "skill_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "time", + "time", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "time", + "time", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "time", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "time", + "time", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "assets_maintenance", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 25, + 1 + ], + [ + 24, + 6 + ], + [ + 32, + 23 + ], + [ + 33, + 11 + ], + [ + 35, + 1 + ], + [ + 40, + 16 + ], + [ + 39, + 34 + ], + [ + 43, + 19 + ], + [ + 42, + 23 + ], + [ + 48, + 19 + ], + [ + 49, + 34 + ], + [ + 50, + 41 + ], + [ + 56, + 11 + ], + [ + 60, + 41 + ], + [ + 61, + 55 + ], + [ + 64, + 16 + ], + [ + 63, + 55 + ] + ], + "primary_keys": [ + 1, + 6, + 11, + 16, + 19, + 23, + 34, + 41, + 47, + 55 + ], + "table_names": [ + "third party companies", + "maintenance contracts", + "parts", + "skills", + "staff", + "assets", + "asset parts", + "maintenance engineers", + "engineer skills", + "fault log", + "engineer visits", + "part faults", + "fault log parts", + "skills required to fix" + ], + "table_names_original": [ + "Third_Party_Companies", + "Maintenance_Contracts", + "Parts", + "Skills", + "Staff", + "Assets", + "Asset_Parts", + "Maintenance_Engineers", + "Engineer_Skills", + "Fault_Log", + "Engineer_Visits", + "Part_Faults", + "Fault_Log_Parts", + "Skills_Required_To_Fix" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "line 1" + ], + [ + 0, + "line 2" + ], + [ + 0, + "city" + ], + [ + 0, + "zip postcode" + ], + [ + 0, + "state province county" + ], + [ + 0, + "country" + ], + [ + 1, + "person id" + ], + [ + 1, + "first name" + ], + [ + 1, + "middle name" + ], + [ + 1, + "last name" + ], + [ + 1, + "cell mobile number" + ], + [ + 1, + "email address" + ], + [ + 1, + "login name" + ], + [ + 1, + "password" + ], + [ + 2, + "student id" + ], + [ + 2, + "student details" + ], + [ + 3, + "course id" + ], + [ + 3, + "course name" + ], + [ + 3, + "course description" + ], + [ + 3, + "other details" + ], + [ + 4, + "person address id" + ], + [ + 4, + "person id" + ], + [ + 4, + "address id" + ], + [ + 4, + "date from" + ], + [ + 4, + "date to" + ], + [ + 5, + "student id" + ], + [ + 5, + "course id" + ], + [ + 5, + "registration date" + ], + [ + 6, + "student id" + ], + [ + 6, + "course id" + ], + [ + 6, + "date of attendance" + ], + [ + 7, + "candidate id" + ], + [ + 7, + "candidate details" + ], + [ + 8, + "candidate id" + ], + [ + 8, + "qualification" + ], + [ + 8, + "assessment date" + ], + [ + 8, + "asessment outcome code" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_id" + ], + [ + 0, + "line_1" + ], + [ + 0, + "line_2" + ], + [ + 0, + "city" + ], + [ + 0, + "zip_postcode" + ], + [ + 0, + "state_province_county" + ], + [ + 0, + "country" + ], + [ + 1, + "person_id" + ], + [ + 1, + "first_name" + ], + [ + 1, + "middle_name" + ], + [ + 1, + "last_name" + ], + [ + 1, + "cell_mobile_number" + ], + [ + 1, + "email_address" + ], + [ + 1, + "login_name" + ], + [ + 1, + "password" + ], + [ + 2, + "student_id" + ], + [ + 2, + "student_details" + ], + [ + 3, + "course_id" + ], + [ + 3, + "course_name" + ], + [ + 3, + "course_description" + ], + [ + 3, + "other_details" + ], + [ + 4, + "person_address_id" + ], + [ + 4, + "person_id" + ], + [ + 4, + "address_id" + ], + [ + 4, + "date_from" + ], + [ + 4, + "date_to" + ], + [ + 5, + "student_id" + ], + [ + 5, + "course_id" + ], + [ + 5, + "registration_date" + ], + [ + 6, + "student_id" + ], + [ + 6, + "course_id" + ], + [ + 6, + "date_of_attendance" + ], + [ + 7, + "candidate_id" + ], + [ + 7, + "candidate_details" + ], + [ + 8, + "candidate_id" + ], + [ + 8, + "qualification" + ], + [ + 8, + "assessment_date" + ], + [ + 8, + "asessment_outcome_code" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "time", + "time", + "number", + "number", + "time", + "number", + "number", + "time", + "number", + "text", + "number", + "text", + "time", + "text" + ], + "db_id": "student_assessment", + "foreign_keys": [ + [ + 16, + 8 + ], + [ + 24, + 1 + ], + [ + 23, + 8 + ], + [ + 28, + 18 + ], + [ + 27, + 16 + ], + [ + 30, + 27 + ], + [ + 31, + 28 + ], + [ + 33, + 8 + ], + [ + 35, + 33 + ] + ], + "primary_keys": [ + 1, + 8, + 16, + 18, + 22, + 27, + 30, + 33, + 35 + ], + "table_names": [ + "addresses", + "people", + "students", + "courses", + "people addresses", + "student course registrations", + "student course attendance", + "candidates", + "candidate assessments" + ], + "table_names_original": [ + "Addresses", + "People", + "Students", + "Courses", + "People_Addresses", + "Student_Course_Registrations", + "Student_Course_Attendance", + "Candidates", + "Candidate_Assessments" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "breed code" + ], + [ + 0, + "breed name" + ], + [ + 1, + "charge id" + ], + [ + 1, + "charge type" + ], + [ + 1, + "charge amount" + ], + [ + 2, + "size code" + ], + [ + 2, + "size description" + ], + [ + 3, + "treatment type code" + ], + [ + 3, + "treatment type description" + ], + [ + 4, + "owner id" + ], + [ + 4, + "first name" + ], + [ + 4, + "last name" + ], + [ + 4, + "street" + ], + [ + 4, + "city" + ], + [ + 4, + "state" + ], + [ + 4, + "zip code" + ], + [ + 4, + "email address" + ], + [ + 4, + "home phone" + ], + [ + 4, + "cell number" + ], + [ + 5, + "dog id" + ], + [ + 5, + "owner id" + ], + [ + 5, + "abandoned yes or no" + ], + [ + 5, + "breed code" + ], + [ + 5, + "size code" + ], + [ + 5, + "name" + ], + [ + 5, + "age" + ], + [ + 5, + "date of birth" + ], + [ + 5, + "gender" + ], + [ + 5, + "weight" + ], + [ + 5, + "date arrived" + ], + [ + 5, + "date adopted" + ], + [ + 5, + "date departed" + ], + [ + 6, + "professional id" + ], + [ + 6, + "role code" + ], + [ + 6, + "first name" + ], + [ + 6, + "street" + ], + [ + 6, + "city" + ], + [ + 6, + "state" + ], + [ + 6, + "zip code" + ], + [ + 6, + "last name" + ], + [ + 6, + "email address" + ], + [ + 6, + "home phone" + ], + [ + 6, + "cell number" + ], + [ + 7, + "treatment id" + ], + [ + 7, + "dog id" + ], + [ + 7, + "professional id" + ], + [ + 7, + "treatment type code" + ], + [ + 7, + "date of treatment" + ], + [ + 7, + "cost of treatment" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "breed_code" + ], + [ + 0, + "breed_name" + ], + [ + 1, + "charge_id" + ], + [ + 1, + "charge_type" + ], + [ + 1, + "charge_amount" + ], + [ + 2, + "size_code" + ], + [ + 2, + "size_description" + ], + [ + 3, + "treatment_type_code" + ], + [ + 3, + "treatment_type_description" + ], + [ + 4, + "owner_id" + ], + [ + 4, + "first_name" + ], + [ + 4, + "last_name" + ], + [ + 4, + "street" + ], + [ + 4, + "city" + ], + [ + 4, + "state" + ], + [ + 4, + "zip_code" + ], + [ + 4, + "email_address" + ], + [ + 4, + "home_phone" + ], + [ + 4, + "cell_number" + ], + [ + 5, + "dog_id" + ], + [ + 5, + "owner_id" + ], + [ + 5, + "abandoned_yn" + ], + [ + 5, + "breed_code" + ], + [ + 5, + "size_code" + ], + [ + 5, + "name" + ], + [ + 5, + "age" + ], + [ + 5, + "date_of_birth" + ], + [ + 5, + "gender" + ], + [ + 5, + "weight" + ], + [ + 5, + "date_arrived" + ], + [ + 5, + "date_adopted" + ], + [ + 5, + "date_departed" + ], + [ + 6, + "professional_id" + ], + [ + 6, + "role_code" + ], + [ + 6, + "first_name" + ], + [ + 6, + "street" + ], + [ + 6, + "city" + ], + [ + 6, + "state" + ], + [ + 6, + "zip_code" + ], + [ + 6, + "last_name" + ], + [ + 6, + "email_address" + ], + [ + 6, + "home_phone" + ], + [ + 6, + "cell_number" + ], + [ + 7, + "treatment_id" + ], + [ + 7, + "dog_id" + ], + [ + 7, + "professional_id" + ], + [ + 7, + "treatment_type_code" + ], + [ + 7, + "date_of_treatment" + ], + [ + 7, + "cost_of_treatment" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "time", + "text", + "text", + "time", + "time", + "time", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "time", + "number" + ], + "db_id": "dog_kennels", + "foreign_keys": [ + [ + 21, + 10 + ], + [ + 21, + 10 + ], + [ + 24, + 6 + ], + [ + 23, + 1 + ], + [ + 45, + 20 + ], + [ + 46, + 33 + ], + [ + 47, + 8 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 8, + 10, + 20, + 33, + 44 + ], + "table_names": [ + "breeds", + "charges", + "sizes", + "treatment types", + "owners", + "dogs", + "professionals", + "treatments" + ], + "table_names_original": [ + "Breeds", + "Charges", + "Sizes", + "Treatment_Types", + "Owners", + "Dogs", + "Professionals", + "Treatments" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "genre name" + ], + [ + 0, + "rating" + ], + [ + 0, + "most popular in" + ], + [ + 1, + "artist name" + ], + [ + 1, + "country" + ], + [ + 1, + "gender" + ], + [ + 1, + "preferred genre" + ], + [ + 2, + "song id" + ], + [ + 2, + "artist name" + ], + [ + 2, + "file size" + ], + [ + 2, + "duration" + ], + [ + 2, + "formats" + ], + [ + 3, + "song name" + ], + [ + 3, + "artist name" + ], + [ + 3, + "country" + ], + [ + 3, + "song id" + ], + [ + 3, + "genre is" + ], + [ + 3, + "rating" + ], + [ + 3, + "languages" + ], + [ + 3, + "releasedate" + ], + [ + 3, + "resolution" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "g_name" + ], + [ + 0, + "rating" + ], + [ + 0, + "most_popular_in" + ], + [ + 1, + "artist_name" + ], + [ + 1, + "country" + ], + [ + 1, + "gender" + ], + [ + 1, + "preferred_genre" + ], + [ + 2, + "f_id" + ], + [ + 2, + "artist_name" + ], + [ + 2, + "file_size" + ], + [ + 2, + "duration" + ], + [ + 2, + "formats" + ], + [ + 3, + "song_name" + ], + [ + 3, + "artist_name" + ], + [ + 3, + "country" + ], + [ + 3, + "f_id" + ], + [ + 3, + "genre_is" + ], + [ + 3, + "rating" + ], + [ + 3, + "languages" + ], + [ + 3, + "releasedate" + ], + [ + 3, + "resolution" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "time", + "number" + ], + "db_id": "music_1", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 9, + 4 + ], + [ + 17, + 1 + ], + [ + 16, + 8 + ], + [ + 14, + 4 + ] + ], + "primary_keys": [ + 1, + 4, + 8, + 13 + ], + "table_names": [ + "genre", + "artist", + "files", + "song" + ], + "table_names_original": [ + "genre", + "artist", + "files", + "song" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "people id" + ], + [ + 0, + "age" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "graduation college" + ], + [ + 1, + "company id" + ], + [ + 1, + "name" + ], + [ + 1, + "headquarters" + ], + [ + 1, + "industry" + ], + [ + 1, + "sales in billion" + ], + [ + 1, + "profits in billion" + ], + [ + 1, + "assets in billion" + ], + [ + 1, + "market value in billion" + ], + [ + 2, + "company id" + ], + [ + 2, + "people id" + ], + [ + 2, + "year working" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "Age" + ], + [ + 0, + "Name" + ], + [ + 0, + "Nationality" + ], + [ + 0, + "Graduation_College" + ], + [ + 1, + "Company_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Headquarters" + ], + [ + 1, + "Industry" + ], + [ + 1, + "Sales_in_Billion" + ], + [ + 1, + "Profits_in_Billion" + ], + [ + 1, + "Assets_in_Billion" + ], + [ + 1, + "Market_Value_in_Billion" + ], + [ + 2, + "Company_ID" + ], + [ + 2, + "People_ID" + ], + [ + 2, + "Year_working" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "company_employee", + "foreign_keys": [ + [ + 15, + 1 + ], + [ + 14, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 14 + ], + "table_names": [ + "people", + "company", + "employment" + ], + "table_names_original": [ + "people", + "company", + "employment" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "city id" + ], + [ + 0, + "official name" + ], + [ + 0, + "status" + ], + [ + 0, + "area km 2" + ], + [ + 0, + "population" + ], + [ + 0, + "census ranking" + ], + [ + 1, + "farm id" + ], + [ + 1, + "year" + ], + [ + 1, + "total horses" + ], + [ + 1, + "working horses" + ], + [ + 1, + "total cattle" + ], + [ + 1, + "oxen" + ], + [ + 1, + "bulls" + ], + [ + 1, + "cows" + ], + [ + 1, + "pigs" + ], + [ + 1, + "sheep and goats" + ], + [ + 2, + "competition id" + ], + [ + 2, + "year" + ], + [ + 2, + "theme" + ], + [ + 2, + "host city id" + ], + [ + 2, + "hosts" + ], + [ + 3, + "competition id" + ], + [ + 3, + "farm id" + ], + [ + 3, + "rank" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "City_ID" + ], + [ + 0, + "Official_Name" + ], + [ + 0, + "Status" + ], + [ + 0, + "Area_km_2" + ], + [ + 0, + "Population" + ], + [ + 0, + "Census_Ranking" + ], + [ + 1, + "Farm_ID" + ], + [ + 1, + "Year" + ], + [ + 1, + "Total_Horses" + ], + [ + 1, + "Working_Horses" + ], + [ + 1, + "Total_Cattle" + ], + [ + 1, + "Oxen" + ], + [ + 1, + "Bulls" + ], + [ + 1, + "Cows" + ], + [ + 1, + "Pigs" + ], + [ + 1, + "Sheep_and_Goats" + ], + [ + 2, + "Competition_ID" + ], + [ + 2, + "Year" + ], + [ + 2, + "Theme" + ], + [ + 2, + "Host_city_ID" + ], + [ + 2, + "Hosts" + ], + [ + 3, + "Competition_ID" + ], + [ + 3, + "Farm_ID" + ], + [ + 3, + "Rank" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "farm", + "foreign_keys": [ + [ + 20, + 1 + ], + [ + 23, + 7 + ], + [ + 22, + 17 + ] + ], + "primary_keys": [ + 1, + 7, + 17, + 22 + ], + "table_names": [ + "city", + "farm", + "farm competition", + "competition record" + ], + "table_names_original": [ + "city", + "farm", + "farm_competition", + "competition_record" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "address details" + ], + [ + 1, + "location id" + ], + [ + 1, + "other details" + ], + [ + 2, + "product id" + ], + [ + 2, + "product type code" + ], + [ + 2, + "product name" + ], + [ + 2, + "product price" + ], + [ + 3, + "party id" + ], + [ + 3, + "party details" + ], + [ + 4, + "asset id" + ], + [ + 4, + "other details" + ], + [ + 5, + "channel id" + ], + [ + 5, + "other details" + ], + [ + 6, + "finance id" + ], + [ + 6, + "other details" + ], + [ + 7, + "event id" + ], + [ + 7, + "address id" + ], + [ + 7, + "channel id" + ], + [ + 7, + "event type code" + ], + [ + 7, + "finance id" + ], + [ + 7, + "location id" + ], + [ + 8, + "product in event id" + ], + [ + 8, + "event id" + ], + [ + 8, + "product id" + ], + [ + 9, + "party id" + ], + [ + 9, + "event id" + ], + [ + 9, + "role code" + ], + [ + 10, + "document id" + ], + [ + 10, + "event id" + ], + [ + 11, + "asset id" + ], + [ + 11, + "event id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Address_ID" + ], + [ + 0, + "address_details" + ], + [ + 1, + "Location_ID" + ], + [ + 1, + "Other_Details" + ], + [ + 2, + "Product_ID" + ], + [ + 2, + "Product_Type_Code" + ], + [ + 2, + "Product_Name" + ], + [ + 2, + "Product_Price" + ], + [ + 3, + "Party_ID" + ], + [ + 3, + "Party_Details" + ], + [ + 4, + "Asset_ID" + ], + [ + 4, + "Other_Details" + ], + [ + 5, + "Channel_ID" + ], + [ + 5, + "Other_Details" + ], + [ + 6, + "Finance_ID" + ], + [ + 6, + "Other_Details" + ], + [ + 7, + "Event_ID" + ], + [ + 7, + "Address_ID" + ], + [ + 7, + "Channel_ID" + ], + [ + 7, + "Event_Type_Code" + ], + [ + 7, + "Finance_ID" + ], + [ + 7, + "Location_ID" + ], + [ + 8, + "Product_in_Event_ID" + ], + [ + 8, + "Event_ID" + ], + [ + 8, + "Product_ID" + ], + [ + 9, + "Party_ID" + ], + [ + 9, + "Event_ID" + ], + [ + 9, + "Role_Code" + ], + [ + 10, + "Document_ID" + ], + [ + 10, + "Event_ID" + ], + [ + 11, + "Asset_ID" + ], + [ + 11, + "Event_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "solvency_ii", + "foreign_keys": [ + [ + 21, + 15 + ], + [ + 18, + 1 + ], + [ + 22, + 3 + ], + [ + 25, + 5 + ], + [ + 24, + 17 + ], + [ + 27, + 17 + ], + [ + 26, + 9 + ], + [ + 30, + 17 + ], + [ + 32, + 17 + ], + [ + 32, + 17 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 9, + 11, + 13, + 15, + 17, + 23, + 26, + 29, + 31 + ], + "table_names": [ + "addresses", + "locations", + "products", + "parties", + "assets", + "channels", + "finances", + "events", + "products in events", + "parties in events", + "agreements", + "assets in events" + ], + "table_names_original": [ + "Addresses", + "Locations", + "Products", + "Parties", + "Assets", + "Channels", + "Finances", + "Events", + "Products_in_Events", + "Parties_in_Events", + "Agreements", + "Assets_in_Events" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "city id" + ], + [ + 0, + "city" + ], + [ + 0, + "hanzi" + ], + [ + 0, + "hanyu pinyin" + ], + [ + 0, + "regional population" + ], + [ + 0, + "gdp" + ], + [ + 1, + "match id" + ], + [ + 1, + "date" + ], + [ + 1, + "venue" + ], + [ + 1, + "score" + ], + [ + 1, + "result" + ], + [ + 1, + "competition" + ], + [ + 2, + "city id" + ], + [ + 2, + "jan" + ], + [ + 2, + "feb" + ], + [ + 2, + "mar" + ], + [ + 2, + "apr" + ], + [ + 2, + "jun" + ], + [ + 2, + "jul" + ], + [ + 2, + "aug" + ], + [ + 2, + "sep" + ], + [ + 2, + "oct" + ], + [ + 2, + "nov" + ], + [ + 2, + "dec" + ], + [ + 3, + "year" + ], + [ + 3, + "match id" + ], + [ + 3, + "host city" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "City_ID" + ], + [ + 0, + "City" + ], + [ + 0, + "Hanzi" + ], + [ + 0, + "Hanyu_Pinyin" + ], + [ + 0, + "Regional_Population" + ], + [ + 0, + "GDP" + ], + [ + 1, + "Match_ID" + ], + [ + 1, + "Date" + ], + [ + 1, + "Venue" + ], + [ + 1, + "Score" + ], + [ + 1, + "Result" + ], + [ + 1, + "Competition" + ], + [ + 2, + "City_ID" + ], + [ + 2, + "Jan" + ], + [ + 2, + "Feb" + ], + [ + 2, + "Mar" + ], + [ + 2, + "Apr" + ], + [ + 2, + "Jun" + ], + [ + 2, + "Jul" + ], + [ + 2, + "Aug" + ], + [ + 2, + "Sep" + ], + [ + 2, + "Oct" + ], + [ + 2, + "Nov" + ], + [ + 2, + "Dec" + ], + [ + 3, + "Year" + ], + [ + 3, + "Match_ID" + ], + [ + 3, + "Host_City" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text" + ], + "db_id": "city_record", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 26, + 7 + ], + [ + 27, + 1 + ] + ], + "primary_keys": [ + 1, + 7, + 13, + 25 + ], + "table_names": [ + "city", + "match", + "temperature", + "hosting city" + ], + "table_names_original": [ + "city", + "match", + "temperature", + "hosting_city" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "meter 100" + ], + [ + 0, + "meter 200" + ], + [ + 0, + "meter 300" + ], + [ + 0, + "meter 400" + ], + [ + 0, + "meter 500" + ], + [ + 0, + "meter 600" + ], + [ + 0, + "meter 700" + ], + [ + 0, + "time" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "capacity" + ], + [ + 1, + "city" + ], + [ + 1, + "country" + ], + [ + 1, + "opening year" + ], + [ + 2, + "id" + ], + [ + 2, + "name" + ], + [ + 2, + "stadium id" + ], + [ + 2, + "year" + ], + [ + 3, + "id" + ], + [ + 3, + "result" + ], + [ + 3, + "swimmer id" + ], + [ + 3, + "event id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "ID" + ], + [ + 0, + "name" + ], + [ + 0, + "Nationality" + ], + [ + 0, + "meter_100" + ], + [ + 0, + "meter_200" + ], + [ + 0, + "meter_300" + ], + [ + 0, + "meter_400" + ], + [ + 0, + "meter_500" + ], + [ + 0, + "meter_600" + ], + [ + 0, + "meter_700" + ], + [ + 0, + "Time" + ], + [ + 1, + "ID" + ], + [ + 1, + "name" + ], + [ + 1, + "Capacity" + ], + [ + 1, + "City" + ], + [ + 1, + "Country" + ], + [ + 1, + "Opening_year" + ], + [ + 2, + "ID" + ], + [ + 2, + "Name" + ], + [ + 2, + "Stadium_ID" + ], + [ + 2, + "Year" + ], + [ + 3, + "ID" + ], + [ + 3, + "Result" + ], + [ + 3, + "Swimmer_ID" + ], + [ + 3, + "Event_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number" + ], + "db_id": "swimming", + "foreign_keys": [ + [ + 20, + 12 + ], + [ + 24, + 1 + ], + [ + 25, + 18 + ] + ], + "primary_keys": [ + 1, + 12, + 18, + 24 + ], + "table_names": [ + "swimmer", + "stadium", + "event", + "record" + ], + "table_names_original": [ + "swimmer", + "stadium", + "event", + "record" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "airline id" + ], + [ + 0, + "airline name" + ], + [ + 0, + "abbreviation" + ], + [ + 0, + "country" + ], + [ + 1, + "city" + ], + [ + 1, + "airport code" + ], + [ + 1, + "airport name" + ], + [ + 1, + "country" + ], + [ + 1, + "country abbrev" + ], + [ + 2, + "airline" + ], + [ + 2, + "flight number" + ], + [ + 2, + "source airport" + ], + [ + 2, + "destination airport" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "uid" + ], + [ + 0, + "Airline" + ], + [ + 0, + "Abbreviation" + ], + [ + 0, + "Country" + ], + [ + 1, + "City" + ], + [ + 1, + "AirportCode" + ], + [ + 1, + "AirportName" + ], + [ + 1, + "Country" + ], + [ + 1, + "CountryAbbrev" + ], + [ + 2, + "Airline" + ], + [ + 2, + "FlightNo" + ], + [ + 2, + "SourceAirport" + ], + [ + 2, + "DestAirport" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text" + ], + "db_id": "flight_2", + "foreign_keys": [ + [ + 13, + 6 + ], + [ + 12, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 10 + ], + "table_names": [ + "airlines", + "airports", + "flights" + ], + "table_names_original": [ + "airlines", + "airports", + "flights" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "county id" + ], + [ + 0, + "county name" + ], + [ + 0, + "population" + ], + [ + 0, + "zip code" + ], + [ + 1, + "party id" + ], + [ + 1, + "year" + ], + [ + 1, + "party" + ], + [ + 1, + "governor" + ], + [ + 1, + "lieutenant governor" + ], + [ + 1, + "comptroller" + ], + [ + 1, + "attorney general" + ], + [ + 1, + "us senate" + ], + [ + 2, + "election id" + ], + [ + 2, + "counties represented" + ], + [ + 2, + "district" + ], + [ + 2, + "delegate" + ], + [ + 2, + "party" + ], + [ + 2, + "first elected" + ], + [ + 2, + "committee" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "County_Id" + ], + [ + 0, + "County_name" + ], + [ + 0, + "Population" + ], + [ + 0, + "Zip_code" + ], + [ + 1, + "Party_ID" + ], + [ + 1, + "Year" + ], + [ + 1, + "Party" + ], + [ + 1, + "Governor" + ], + [ + 1, + "Lieutenant_Governor" + ], + [ + 1, + "Comptroller" + ], + [ + 1, + "Attorney_General" + ], + [ + 1, + "US_Senate" + ], + [ + 2, + "Election_ID" + ], + [ + 2, + "Counties_Represented" + ], + [ + 2, + "District" + ], + [ + 2, + "Delegate" + ], + [ + 2, + "Party" + ], + [ + 2, + "First_Elected" + ], + [ + 2, + "Committee" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "election", + "foreign_keys": [ + [ + 15, + 1 + ], + [ + 17, + 5 + ] + ], + "primary_keys": [ + 1, + 5, + 13 + ], + "table_names": [ + "county", + "party", + "election" + ], + "table_names_original": [ + "county", + "party", + "election" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "code" + ], + [ + 0, + "name" + ], + [ + 0, + "headquarter" + ], + [ + 0, + "founder" + ], + [ + 0, + "revenue" + ], + [ + 1, + "code" + ], + [ + 1, + "name" + ], + [ + 1, + "price" + ], + [ + 1, + "manufacturer" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Code" + ], + [ + 0, + "Name" + ], + [ + 0, + "Headquarter" + ], + [ + 0, + "Founder" + ], + [ + 0, + "Revenue" + ], + [ + 1, + "Code" + ], + [ + 1, + "Name" + ], + [ + 1, + "Price" + ], + [ + 1, + "Manufacturer" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "manufactory_1", + "foreign_keys": [ + [ + 9, + 1 + ] + ], + "primary_keys": [ + 1, + 6 + ], + "table_names": [ + "manufacturers", + "products" + ], + "table_names_original": [ + "Manufacturers", + "Products" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "people id" + ], + [ + 0, + "district" + ], + [ + 0, + "name" + ], + [ + 0, + "party" + ], + [ + 0, + "age" + ], + [ + 1, + "debate id" + ], + [ + 1, + "date" + ], + [ + 1, + "venue" + ], + [ + 1, + "num of audience" + ], + [ + 2, + "debate id" + ], + [ + 2, + "affirmative" + ], + [ + 2, + "negative" + ], + [ + 2, + "if affirmative win" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "District" + ], + [ + 0, + "Name" + ], + [ + 0, + "Party" + ], + [ + 0, + "Age" + ], + [ + 1, + "Debate_ID" + ], + [ + 1, + "Date" + ], + [ + 1, + "Venue" + ], + [ + 1, + "Num_of_Audience" + ], + [ + 2, + "Debate_ID" + ], + [ + 2, + "Affirmative" + ], + [ + 2, + "Negative" + ], + [ + 2, + "If_Affirmative_Win" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "others" + ], + "db_id": "debate", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 11, + 1 + ], + [ + 10, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 10 + ], + "table_names": [ + "people", + "debate", + "debate people" + ], + "table_names_original": [ + "people", + "debate", + "debate_people" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "name" + ], + [ + 0, + "age" + ], + [ + 0, + "city" + ], + [ + 0, + "gender" + ], + [ + 0, + "job" + ], + [ + 1, + "name" + ], + [ + 1, + "friend" + ], + [ + 1, + "year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "name" + ], + [ + 0, + "age" + ], + [ + 0, + "city" + ], + [ + 0, + "gender" + ], + [ + 0, + "job" + ], + [ + 1, + "name" + ], + [ + 1, + "friend" + ], + [ + 1, + "year" + ] + ], + "column_types": [ + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number" + ], + "db_id": "network_2", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 6, + 1 + ] + ], + "primary_keys": [ + 1 + ], + "table_names": [ + "person", + "person friend" + ], + "table_names_original": [ + "Person", + "PersonFriend" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "service id" + ], + [ + 0, + "service type code" + ], + [ + 1, + "participant id" + ], + [ + 1, + "participant type code" + ], + [ + 1, + "participant details" + ], + [ + 2, + "event id" + ], + [ + 2, + "service id" + ], + [ + 2, + "event details" + ], + [ + 3, + "event id" + ], + [ + 3, + "participant id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Service_ID" + ], + [ + 0, + "Service_Type_Code" + ], + [ + 1, + "Participant_ID" + ], + [ + 1, + "Participant_Type_Code" + ], + [ + 1, + "Participant_Details" + ], + [ + 2, + "Event_ID" + ], + [ + 2, + "Service_ID" + ], + [ + 2, + "Event_Details" + ], + [ + 3, + "Event_ID" + ], + [ + 3, + "Participant_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "local_govt_in_alabama", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 9, + 6 + ], + [ + 10, + 3 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 9 + ], + "table_names": [ + "services", + "participants", + "events", + "participants in events" + ], + "table_names_original": [ + "Services", + "Participants", + "Events", + "Participants_in_Events" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "mountain id" + ], + [ + 0, + "name" + ], + [ + 0, + "height" + ], + [ + 0, + "prominence" + ], + [ + 0, + "range" + ], + [ + 0, + "country" + ], + [ + 1, + "climber id" + ], + [ + 1, + "name" + ], + [ + 1, + "country" + ], + [ + 1, + "time" + ], + [ + 1, + "points" + ], + [ + 1, + "mountain id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Mountain_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Height" + ], + [ + 0, + "Prominence" + ], + [ + 0, + "Range" + ], + [ + 0, + "Country" + ], + [ + 1, + "Climber_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Country" + ], + [ + 1, + "Time" + ], + [ + 1, + "Points" + ], + [ + 1, + "Mountain_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number" + ], + "db_id": "climbing", + "foreign_keys": [ + [ + 12, + 1 + ] + ], + "primary_keys": [ + 1, + 7 + ], + "table_names": [ + "mountain", + "climber" + ], + "table_names_original": [ + "mountain", + "climber" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "author id" + ], + [ + 0, + "author tutor atb" + ], + [ + 0, + "login name" + ], + [ + 0, + "password" + ], + [ + 0, + "personal name" + ], + [ + 0, + "middle name" + ], + [ + 0, + "family name" + ], + [ + 0, + "gender mf" + ], + [ + 0, + "address line 1" + ], + [ + 1, + "student id" + ], + [ + 1, + "date of registration" + ], + [ + 1, + "date of latest logon" + ], + [ + 1, + "login name" + ], + [ + 1, + "password" + ], + [ + 1, + "personal name" + ], + [ + 1, + "middle name" + ], + [ + 1, + "family name" + ], + [ + 2, + "subject id" + ], + [ + 2, + "subject name" + ], + [ + 3, + "course id" + ], + [ + 3, + "author id" + ], + [ + 3, + "subject id" + ], + [ + 3, + "course name" + ], + [ + 3, + "course description" + ], + [ + 4, + "registration id" + ], + [ + 4, + "student id" + ], + [ + 4, + "course id" + ], + [ + 4, + "date of enrolment" + ], + [ + 4, + "date of completion" + ], + [ + 5, + "registration id" + ], + [ + 5, + "date test taken" + ], + [ + 5, + "test result" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "author_id" + ], + [ + 0, + "author_tutor_ATB" + ], + [ + 0, + "login_name" + ], + [ + 0, + "password" + ], + [ + 0, + "personal_name" + ], + [ + 0, + "middle_name" + ], + [ + 0, + "family_name" + ], + [ + 0, + "gender_mf" + ], + [ + 0, + "address_line_1" + ], + [ + 1, + "student_id" + ], + [ + 1, + "date_of_registration" + ], + [ + 1, + "date_of_latest_logon" + ], + [ + 1, + "login_name" + ], + [ + 1, + "password" + ], + [ + 1, + "personal_name" + ], + [ + 1, + "middle_name" + ], + [ + 1, + "family_name" + ], + [ + 2, + "subject_id" + ], + [ + 2, + "subject_name" + ], + [ + 3, + "course_id" + ], + [ + 3, + "author_id" + ], + [ + 3, + "subject_id" + ], + [ + 3, + "course_name" + ], + [ + 3, + "course_description" + ], + [ + 4, + "registration_id" + ], + [ + 4, + "student_id" + ], + [ + 4, + "course_id" + ], + [ + 4, + "date_of_enrolment" + ], + [ + 4, + "date_of_completion" + ], + [ + 5, + "registration_id" + ], + [ + 5, + "date_test_taken" + ], + [ + 5, + "test_result" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "time", + "time", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "time", + "time", + "number", + "time", + "text" + ], + "db_id": "e_learning", + "foreign_keys": [ + [ + 22, + 18 + ], + [ + 21, + 1 + ], + [ + 26, + 10 + ], + [ + 27, + 20 + ], + [ + 30, + 25 + ] + ], + "primary_keys": [ + 1, + 10, + 18, + 20, + 25 + ], + "table_names": [ + "course authors and tutors", + "students", + "subjects", + "courses", + "student course enrolment", + "student tests taken" + ], + "table_names_original": [ + "Course_Authors_and_Tutors", + "Students", + "Subjects", + "Courses", + "Student_Course_Enrolment", + "Student_Tests_Taken" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "ssn" + ], + [ + 0, + "name" + ], + [ + 1, + "code" + ], + [ + 1, + "name" + ], + [ + 1, + "hours" + ], + [ + 2, + "scientist" + ], + [ + 2, + "project" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "SSN" + ], + [ + 0, + "Name" + ], + [ + 1, + "Code" + ], + [ + 1, + "Name" + ], + [ + 1, + "Hours" + ], + [ + 2, + "Scientist" + ], + [ + 2, + "Project" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "scientist_1", + "foreign_keys": [ + [ + 7, + 3 + ], + [ + 6, + 1 + ] + ], + "primary_keys": [ + 1, + 3, + 6 + ], + "table_names": [ + "scientists", + "projects", + "assigned to" + ], + "table_names_original": [ + "Scientists", + "Projects", + "AssignedTo" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "captain id" + ], + [ + 0, + "name" + ], + [ + 0, + "ship id" + ], + [ + 0, + "age" + ], + [ + 0, + "class" + ], + [ + 0, + "rank" + ], + [ + 1, + "ship id" + ], + [ + 1, + "name" + ], + [ + 1, + "type" + ], + [ + 1, + "built year" + ], + [ + 1, + "class" + ], + [ + 1, + "flag" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Captain_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Ship_ID" + ], + [ + 0, + "age" + ], + [ + 0, + "Class" + ], + [ + 0, + "Rank" + ], + [ + 1, + "Ship_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Type" + ], + [ + 1, + "Built_Year" + ], + [ + 1, + "Class" + ], + [ + 1, + "Flag" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text" + ], + "db_id": "ship_1", + "foreign_keys": [ + [ + 3, + 7 + ] + ], + "primary_keys": [ + 1, + 7 + ], + "table_names": [ + "captain", + "ship" + ], + "table_names_original": [ + "captain", + "Ship" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "festival id" + ], + [ + 0, + "festival name" + ], + [ + 0, + "chair name" + ], + [ + 0, + "location" + ], + [ + 0, + "year" + ], + [ + 0, + "num of audience" + ], + [ + 1, + "artwork id" + ], + [ + 1, + "type" + ], + [ + 1, + "name" + ], + [ + 2, + "artwork id" + ], + [ + 2, + "festival id" + ], + [ + 2, + "result" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Festival_ID" + ], + [ + 0, + "Festival_Name" + ], + [ + 0, + "Chair_Name" + ], + [ + 0, + "Location" + ], + [ + 0, + "Year" + ], + [ + 0, + "Num_of_Audience" + ], + [ + 1, + "Artwork_ID" + ], + [ + 1, + "Type" + ], + [ + 1, + "Name" + ], + [ + 2, + "Artwork_ID" + ], + [ + 2, + "Festival_ID" + ], + [ + 2, + "Result" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "entertainment_awards", + "foreign_keys": [ + [ + 11, + 1 + ], + [ + 10, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 10 + ], + "table_names": [ + "festival detail", + "artwork", + "nomination" + ], + "table_names_original": [ + "festival_detail", + "artwork", + "nomination" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "allergy name" + ], + [ + 0, + "allergy type" + ], + [ + 1, + "stuid" + ], + [ + 1, + "allergy" + ], + [ + 2, + "stuid" + ], + [ + 2, + "last name" + ], + [ + 2, + "first name" + ], + [ + 2, + "age" + ], + [ + 2, + "sex" + ], + [ + 2, + "major" + ], + [ + 2, + "advisor" + ], + [ + 2, + "city code" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Allergy" + ], + [ + 0, + "AllergyType" + ], + [ + 1, + "StuID" + ], + [ + 1, + "Allergy" + ], + [ + 2, + "StuID" + ], + [ + 2, + "LName" + ], + [ + 2, + "Fname" + ], + [ + 2, + "Age" + ], + [ + 2, + "Sex" + ], + [ + 2, + "Major" + ], + [ + 2, + "Advisor" + ], + [ + 2, + "city_code" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "allergy_1", + "foreign_keys": [ + [ + 4, + 1 + ], + [ + 3, + 5 + ] + ], + "primary_keys": [ + 1, + 5 + ], + "table_names": [ + "allergy type", + "has allergy", + "student" + ], + "table_names_original": [ + "Allergy_Type", + "Has_Allergy", + "Student" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "aid" + ], + [ + 0, + "gender" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "birth city" + ], + [ + 0, + "birth year" + ], + [ + 1, + "id" + ], + [ + 1, + "msid" + ], + [ + 1, + "cid" + ], + [ + 2, + "id" + ], + [ + 2, + "msid" + ], + [ + 2, + "aid" + ], + [ + 2, + "role" + ], + [ + 3, + "gid" + ], + [ + 3, + "genre" + ], + [ + 4, + "id" + ], + [ + 4, + "msid" + ], + [ + 4, + "gid" + ], + [ + 5, + "id" + ], + [ + 5, + "name" + ], + [ + 5, + "country code" + ], + [ + 6, + "did" + ], + [ + 6, + "gender" + ], + [ + 6, + "name" + ], + [ + 6, + "nationality" + ], + [ + 6, + "birth city" + ], + [ + 6, + "birth year" + ], + [ + 7, + "pid" + ], + [ + 7, + "gender" + ], + [ + 7, + "name" + ], + [ + 7, + "nationality" + ], + [ + 7, + "birth city" + ], + [ + 7, + "birth year" + ], + [ + 8, + "id" + ], + [ + 8, + "msid" + ], + [ + 8, + "did" + ], + [ + 9, + "id" + ], + [ + 9, + "keyword" + ], + [ + 10, + "id" + ], + [ + 10, + "msid" + ], + [ + 10, + "pid" + ], + [ + 11, + "mid" + ], + [ + 11, + "title" + ], + [ + 11, + "release year" + ], + [ + 11, + "title aka" + ], + [ + 11, + "budget" + ], + [ + 12, + "id" + ], + [ + 12, + "msid" + ], + [ + 12, + "kid" + ], + [ + 13, + "sid" + ], + [ + 13, + "title" + ], + [ + 13, + "release year" + ], + [ + 13, + "num of seasons" + ], + [ + 13, + "num of episodes" + ], + [ + 13, + "title aka" + ], + [ + 13, + "budget" + ], + [ + 14, + "wid" + ], + [ + 14, + "gender" + ], + [ + 14, + "name" + ], + [ + 14, + "nationality" + ], + [ + 14, + "num of episodes" + ], + [ + 14, + "birth city" + ], + [ + 14, + "birth year" + ], + [ + 15, + "id" + ], + [ + 15, + "msid" + ], + [ + 15, + "wid" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "aid" + ], + [ + 0, + "gender" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "birth_city" + ], + [ + 0, + "birth_year" + ], + [ + 1, + "id" + ], + [ + 1, + "msid" + ], + [ + 1, + "cid" + ], + [ + 2, + "id" + ], + [ + 2, + "msid" + ], + [ + 2, + "aid" + ], + [ + 2, + "role" + ], + [ + 3, + "gid" + ], + [ + 3, + "genre" + ], + [ + 4, + "id" + ], + [ + 4, + "msid" + ], + [ + 4, + "gid" + ], + [ + 5, + "id" + ], + [ + 5, + "name" + ], + [ + 5, + "country_code" + ], + [ + 6, + "did" + ], + [ + 6, + "gender" + ], + [ + 6, + "name" + ], + [ + 6, + "nationality" + ], + [ + 6, + "birth_city" + ], + [ + 6, + "birth_year" + ], + [ + 7, + "pid" + ], + [ + 7, + "gender" + ], + [ + 7, + "name" + ], + [ + 7, + "nationality" + ], + [ + 7, + "birth_city" + ], + [ + 7, + "birth_year" + ], + [ + 8, + "id" + ], + [ + 8, + "msid" + ], + [ + 8, + "did" + ], + [ + 9, + "id" + ], + [ + 9, + "keyword" + ], + [ + 10, + "id" + ], + [ + 10, + "msid" + ], + [ + 10, + "pid" + ], + [ + 11, + "mid" + ], + [ + 11, + "title" + ], + [ + 11, + "release_year" + ], + [ + 11, + "title_aka" + ], + [ + 11, + "budget" + ], + [ + 12, + "id" + ], + [ + 12, + "msid" + ], + [ + 12, + "kid" + ], + [ + 13, + "sid" + ], + [ + 13, + "title" + ], + [ + 13, + "release_year" + ], + [ + 13, + "num_of_seasons" + ], + [ + 13, + "num_of_episodes" + ], + [ + 13, + "title_aka" + ], + [ + 13, + "budget" + ], + [ + 14, + "wid" + ], + [ + 14, + "gender" + ], + [ + 14, + "name" + ], + [ + 14, + "nationality" + ], + [ + 14, + "num_of_episodes" + ], + [ + 14, + "birth_city" + ], + [ + 14, + "birth_year" + ], + [ + 15, + "id" + ], + [ + 15, + "msid" + ], + [ + 15, + "wid" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "imdb", + "foreign_keys": [ + [ + 11, + 8 + ], + [ + 12, + 1 + ], + [ + 17, + 8 + ], + [ + 18, + 14 + ], + [ + 36, + 22 + ], + [ + 35, + 8 + ], + [ + 41, + 28 + ], + [ + 40, + 8 + ], + [ + 48, + 8 + ], + [ + 66, + 57 + ], + [ + 65, + 8 + ] + ], + "primary_keys": [ + 1, + 7, + 10, + 14, + 16, + 19, + 22, + 28, + 34, + 37, + 39, + 42, + 47, + 50, + 57 + ], + "table_names": [ + "actor", + "copyright", + "cast", + "genre", + "classification", + "company", + "director", + "producer", + "directed by", + "keyword", + "made by", + "movie", + "tags", + "tv series", + "writer", + "written by" + ], + "table_names_original": [ + "actor", + "copyright", + "cast", + "genre", + "classification", + "company", + "director", + "producer", + "directed_by", + "keyword", + "made_by", + "movie", + "tags", + "tv_series", + "writer", + "written_by" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "coupon id" + ], + [ + 0, + "date issued" + ], + [ + 0, + "coupon amount" + ], + [ + 1, + "customer id" + ], + [ + 1, + "coupon id" + ], + [ + 1, + "good or bad customer" + ], + [ + 1, + "first name" + ], + [ + 1, + "last name" + ], + [ + 1, + "gender" + ], + [ + 1, + "date became customer" + ], + [ + 1, + "date last hire" + ], + [ + 2, + "booking id" + ], + [ + 2, + "customer id" + ], + [ + 2, + "booking status code" + ], + [ + 2, + "returned damaged yes or no" + ], + [ + 2, + "booking start date" + ], + [ + 2, + "booking end date" + ], + [ + 2, + "count hired" + ], + [ + 2, + "amount payable" + ], + [ + 2, + "amount of discount" + ], + [ + 2, + "amount outstanding" + ], + [ + 2, + "amount of refund" + ], + [ + 3, + "product id" + ], + [ + 3, + "product type code" + ], + [ + 3, + "daily hire cost" + ], + [ + 3, + "product name" + ], + [ + 3, + "product description" + ], + [ + 4, + "payment id" + ], + [ + 4, + "booking id" + ], + [ + 4, + "customer id" + ], + [ + 4, + "payment type code" + ], + [ + 4, + "amount paid in full yn" + ], + [ + 4, + "payment date" + ], + [ + 4, + "amount due" + ], + [ + 4, + "amount paid" + ], + [ + 5, + "booking id" + ], + [ + 5, + "product id" + ], + [ + 5, + "returned yes or no" + ], + [ + 5, + "returned late yes or no" + ], + [ + 5, + "booked count" + ], + [ + 5, + "booked amount" + ], + [ + 6, + "product id" + ], + [ + 6, + "booking id" + ], + [ + 6, + "status date" + ], + [ + 6, + "available yes or no" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "coupon_id" + ], + [ + 0, + "date_issued" + ], + [ + 0, + "coupon_amount" + ], + [ + 1, + "customer_id" + ], + [ + 1, + "coupon_id" + ], + [ + 1, + "good_or_bad_customer" + ], + [ + 1, + "first_name" + ], + [ + 1, + "last_name" + ], + [ + 1, + "gender_mf" + ], + [ + 1, + "date_became_customer" + ], + [ + 1, + "date_last_hire" + ], + [ + 2, + "booking_id" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "booking_status_code" + ], + [ + 2, + "returned_damaged_yn" + ], + [ + 2, + "booking_start_date" + ], + [ + 2, + "booking_end_date" + ], + [ + 2, + "count_hired" + ], + [ + 2, + "amount_payable" + ], + [ + 2, + "amount_of_discount" + ], + [ + 2, + "amount_outstanding" + ], + [ + 2, + "amount_of_refund" + ], + [ + 3, + "product_id" + ], + [ + 3, + "product_type_code" + ], + [ + 3, + "daily_hire_cost" + ], + [ + 3, + "product_name" + ], + [ + 3, + "product_description" + ], + [ + 4, + "payment_id" + ], + [ + 4, + "booking_id" + ], + [ + 4, + "customer_id" + ], + [ + 4, + "payment_type_code" + ], + [ + 4, + "amount_paid_in_full_yn" + ], + [ + 4, + "payment_date" + ], + [ + 4, + "amount_due" + ], + [ + 4, + "amount_paid" + ], + [ + 5, + "booking_id" + ], + [ + 5, + "product_id" + ], + [ + 5, + "returned_yn" + ], + [ + 5, + "returned_late_yn" + ], + [ + 5, + "booked_count" + ], + [ + 5, + "booked_amount" + ], + [ + 6, + "product_id" + ], + [ + 6, + "booking_id" + ], + [ + 6, + "status_date" + ], + [ + 6, + "available_yn" + ] + ], + "column_types": [ + "text", + "number", + "time", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "time", + "time", + "number", + "number", + "text", + "text", + "time", + "time", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "time", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "time", + "text" + ], + "db_id": "products_for_hire", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 13, + 4 + ], + [ + 30, + 4 + ], + [ + 29, + 12 + ], + [ + 37, + 23 + ], + [ + 36, + 12 + ], + [ + 42, + 23 + ], + [ + 43, + 12 + ] + ], + "primary_keys": [ + 1, + 4, + 12, + 23, + 28, + 36, + 44 + ], + "table_names": [ + "discount coupons", + "customers", + "bookings", + "products for hire", + "payments", + "products booked", + "view product availability" + ], + "table_names_original": [ + "Discount_Coupons", + "Customers", + "Bookings", + "Products_for_Hire", + "Payments", + "Products_Booked", + "View_Product_Availability" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "candidate id" + ], + [ + 0, + "people id" + ], + [ + 0, + "poll source" + ], + [ + 0, + "date" + ], + [ + 0, + "support rate" + ], + [ + 0, + "consider rate" + ], + [ + 0, + "oppose rate" + ], + [ + 0, + "unsure rate" + ], + [ + 1, + "people id" + ], + [ + 1, + "sex" + ], + [ + 1, + "name" + ], + [ + 1, + "date of birth" + ], + [ + 1, + "height" + ], + [ + 1, + "weight" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Candidate_ID" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "Poll_Source" + ], + [ + 0, + "Date" + ], + [ + 0, + "Support_rate" + ], + [ + 0, + "Consider_rate" + ], + [ + 0, + "Oppose_rate" + ], + [ + 0, + "Unsure_rate" + ], + [ + 1, + "People_ID" + ], + [ + 1, + "Sex" + ], + [ + 1, + "Name" + ], + [ + 1, + "Date_of_Birth" + ], + [ + 1, + "Height" + ], + [ + 1, + "Weight" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number" + ], + "db_id": "candidate_poll", + "foreign_keys": [ + [ + 2, + 9 + ] + ], + "primary_keys": [ + 1, + 9 + ], + "table_names": [ + "candidate", + "people" + ], + "table_names_original": [ + "candidate", + "people" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "album id" + ], + [ + 0, + "title" + ], + [ + 0, + "artist id" + ], + [ + 1, + "artist id" + ], + [ + 1, + "name" + ], + [ + 2, + "customer id" + ], + [ + 2, + "first name" + ], + [ + 2, + "last name" + ], + [ + 2, + "company" + ], + [ + 2, + "address" + ], + [ + 2, + "city" + ], + [ + 2, + "state" + ], + [ + 2, + "country" + ], + [ + 2, + "postal code" + ], + [ + 2, + "phone" + ], + [ + 2, + "fax" + ], + [ + 2, + "email" + ], + [ + 2, + "support representative id" + ], + [ + 3, + "employee id" + ], + [ + 3, + "last name" + ], + [ + 3, + "first name" + ], + [ + 3, + "title" + ], + [ + 3, + "reports to" + ], + [ + 3, + "birth date" + ], + [ + 3, + "hire date" + ], + [ + 3, + "address" + ], + [ + 3, + "city" + ], + [ + 3, + "state" + ], + [ + 3, + "country" + ], + [ + 3, + "postal code" + ], + [ + 3, + "phone" + ], + [ + 3, + "fax" + ], + [ + 3, + "email" + ], + [ + 4, + "genre id" + ], + [ + 4, + "name" + ], + [ + 5, + "invoice id" + ], + [ + 5, + "customer id" + ], + [ + 5, + "invoice date" + ], + [ + 5, + "billing address" + ], + [ + 5, + "billing city" + ], + [ + 5, + "billing state" + ], + [ + 5, + "billing country" + ], + [ + 5, + "billing postal code" + ], + [ + 5, + "total" + ], + [ + 6, + "invoice line id" + ], + [ + 6, + "invoice id" + ], + [ + 6, + "track id" + ], + [ + 6, + "unit price" + ], + [ + 6, + "quantity" + ], + [ + 7, + "media type id" + ], + [ + 7, + "name" + ], + [ + 8, + "play list id" + ], + [ + 8, + "name" + ], + [ + 9, + "play list id" + ], + [ + 9, + "track id" + ], + [ + 10, + "track id" + ], + [ + 10, + "name" + ], + [ + 10, + "album id" + ], + [ + 10, + "media type id" + ], + [ + 10, + "genre id" + ], + [ + 10, + "composer" + ], + [ + 10, + "milliseconds" + ], + [ + 10, + "bytes" + ], + [ + 10, + "unit price" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "AlbumId" + ], + [ + 0, + "Title" + ], + [ + 0, + "ArtistId" + ], + [ + 1, + "ArtistId" + ], + [ + 1, + "Name" + ], + [ + 2, + "CustomerId" + ], + [ + 2, + "FirstName" + ], + [ + 2, + "LastName" + ], + [ + 2, + "Company" + ], + [ + 2, + "Address" + ], + [ + 2, + "City" + ], + [ + 2, + "State" + ], + [ + 2, + "Country" + ], + [ + 2, + "PostalCode" + ], + [ + 2, + "Phone" + ], + [ + 2, + "Fax" + ], + [ + 2, + "Email" + ], + [ + 2, + "SupportRepId" + ], + [ + 3, + "EmployeeId" + ], + [ + 3, + "LastName" + ], + [ + 3, + "FirstName" + ], + [ + 3, + "Title" + ], + [ + 3, + "ReportsTo" + ], + [ + 3, + "BirthDate" + ], + [ + 3, + "HireDate" + ], + [ + 3, + "Address" + ], + [ + 3, + "City" + ], + [ + 3, + "State" + ], + [ + 3, + "Country" + ], + [ + 3, + "PostalCode" + ], + [ + 3, + "Phone" + ], + [ + 3, + "Fax" + ], + [ + 3, + "Email" + ], + [ + 4, + "GenreId" + ], + [ + 4, + "Name" + ], + [ + 5, + "InvoiceId" + ], + [ + 5, + "CustomerId" + ], + [ + 5, + "InvoiceDate" + ], + [ + 5, + "BillingAddress" + ], + [ + 5, + "BillingCity" + ], + [ + 5, + "BillingState" + ], + [ + 5, + "BillingCountry" + ], + [ + 5, + "BillingPostalCode" + ], + [ + 5, + "Total" + ], + [ + 6, + "InvoiceLineId" + ], + [ + 6, + "InvoiceId" + ], + [ + 6, + "TrackId" + ], + [ + 6, + "UnitPrice" + ], + [ + 6, + "Quantity" + ], + [ + 7, + "MediaTypeId" + ], + [ + 7, + "Name" + ], + [ + 8, + "PlaylistId" + ], + [ + 8, + "Name" + ], + [ + 9, + "PlaylistId" + ], + [ + 9, + "TrackId" + ], + [ + 10, + "TrackId" + ], + [ + 10, + "Name" + ], + [ + 10, + "AlbumId" + ], + [ + 10, + "MediaTypeId" + ], + [ + 10, + "GenreId" + ], + [ + 10, + "Composer" + ], + [ + 10, + "Milliseconds" + ], + [ + 10, + "Bytes" + ], + [ + 10, + "UnitPrice" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "time", + "time", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "time", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "chinook_1", + "foreign_keys": [ + [ + 3, + 4 + ], + [ + 18, + 19 + ], + [ + 23, + 19 + ], + [ + 37, + 6 + ], + [ + 47, + 56 + ], + [ + 46, + 36 + ], + [ + 55, + 56 + ], + [ + 54, + 52 + ], + [ + 59, + 50 + ], + [ + 60, + 34 + ], + [ + 58, + 1 + ] + ], + "primary_keys": [ + 1, + 4, + 6, + 19, + 34, + 36, + 45, + 50, + 52, + 54, + 56 + ], + "table_names": [ + "album", + "artist", + "customer", + "employee", + "genre", + "invoice", + "invoice line", + "media type", + "playlist", + "playlist track", + "track" + ], + "table_names_original": [ + "Album", + "Artist", + "Customer", + "Employee", + "Genre", + "Invoice", + "InvoiceLine", + "MediaType", + "Playlist", + "PlaylistTrack", + "Track" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "route id" + ], + [ + 0, + "destination airport id" + ], + [ + 0, + "destination airport" + ], + [ + 0, + "source airport id" + ], + [ + 0, + "source airport" + ], + [ + 0, + "airline id" + ], + [ + 0, + "airline" + ], + [ + 0, + "code share" + ], + [ + 1, + "airport id" + ], + [ + 1, + "name" + ], + [ + 1, + "city" + ], + [ + 1, + "country" + ], + [ + 1, + "x" + ], + [ + 1, + "y" + ], + [ + 1, + "elevation" + ], + [ + 1, + "iata" + ], + [ + 1, + "icao" + ], + [ + 2, + "airline id" + ], + [ + 2, + "name" + ], + [ + 2, + "iata" + ], + [ + 2, + "icao" + ], + [ + 2, + "call sign" + ], + [ + 2, + "country" + ], + [ + 2, + "active" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "rid" + ], + [ + 0, + "dst_apid" + ], + [ + 0, + "dst_ap" + ], + [ + 0, + "src_apid" + ], + [ + 0, + "src_ap" + ], + [ + 0, + "alid" + ], + [ + 0, + "airline" + ], + [ + 0, + "codeshare" + ], + [ + 1, + "apid" + ], + [ + 1, + "name" + ], + [ + 1, + "city" + ], + [ + 1, + "country" + ], + [ + 1, + "x" + ], + [ + 1, + "y" + ], + [ + 1, + "elevation" + ], + [ + 1, + "iata" + ], + [ + 1, + "icao" + ], + [ + 2, + "alid" + ], + [ + 2, + "name" + ], + [ + 2, + "iata" + ], + [ + 2, + "icao" + ], + [ + 2, + "callsign" + ], + [ + 2, + "country" + ], + [ + 2, + "active" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text" + ], + "db_id": "flight_4", + "foreign_keys": [ + [ + 6, + 18 + ], + [ + 4, + 9 + ], + [ + 2, + 9 + ] + ], + "primary_keys": [ + 1, + 9, + 18 + ], + "table_names": [ + "routes", + "airports", + "airlines" + ], + "table_names_original": [ + "routes", + "airports", + "airlines" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "student id" + ], + [ + 1, + "pet id" + ], + [ + 2, + "pet id" + ], + [ + 2, + "pet type" + ], + [ + 2, + "pet age" + ], + [ + 2, + "weight" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "StuID" + ], + [ + 1, + "PetID" + ], + [ + 2, + "PetID" + ], + [ + 2, + "PetType" + ], + [ + 2, + "pet_age" + ], + [ + 2, + "weight" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "pets_1", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 10, + 11 + ] + ], + "primary_keys": [ + 1, + 11 + ], + "table_names": [ + "student", + "has pet", + "pets" + ], + "table_names_original": [ + "Student", + "Has_Pet", + "Pets" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "dorm id" + ], + [ + 1, + "dorm name" + ], + [ + 1, + "student capacity" + ], + [ + 1, + "gender" + ], + [ + 2, + "amenity id" + ], + [ + 2, + "amenity name" + ], + [ + 3, + "dorm id" + ], + [ + 3, + "amenity id" + ], + [ + 4, + "student id" + ], + [ + 4, + "dorm id" + ], + [ + 4, + "room number" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "dormid" + ], + [ + 1, + "dorm_name" + ], + [ + 1, + "student_capacity" + ], + [ + 1, + "gender" + ], + [ + 2, + "amenid" + ], + [ + 2, + "amenity_name" + ], + [ + 3, + "dormid" + ], + [ + 3, + "amenid" + ], + [ + 4, + "stuid" + ], + [ + 4, + "dormid" + ], + [ + 4, + "room_number" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "dorm_1", + "foreign_keys": [ + [ + 16, + 13 + ], + [ + 15, + 9 + ], + [ + 18, + 9 + ], + [ + 17, + 1 + ] + ], + "primary_keys": [ + 1 + ], + "table_names": [ + "student", + "dorm", + "dorm amenity", + "has amenity", + "lives in" + ], + "table_names_original": [ + "Student", + "Dorm", + "Dorm_amenity", + "Has_amenity", + "Lives_in" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "journal id" + ], + [ + 0, + "date" + ], + [ + 0, + "theme" + ], + [ + 0, + "sales" + ], + [ + 1, + "editor id" + ], + [ + 1, + "name" + ], + [ + 1, + "age" + ], + [ + 2, + "editor id" + ], + [ + 2, + "journal id" + ], + [ + 2, + "work type" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Journal_ID" + ], + [ + 0, + "Date" + ], + [ + 0, + "Theme" + ], + [ + 0, + "Sales" + ], + [ + 1, + "Editor_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Age" + ], + [ + 2, + "Editor_ID" + ], + [ + 2, + "Journal_ID" + ], + [ + 2, + "Work_Type" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "journal_committee", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 8, + 5 + ] + ], + "primary_keys": [ + 1, + 5, + 8 + ], + "table_names": [ + "journal", + "editor", + "journal committee" + ], + "table_names_original": [ + "journal", + "editor", + "journal_committee" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "flight number" + ], + [ + 0, + "origin" + ], + [ + 0, + "destination" + ], + [ + 0, + "distance" + ], + [ + 0, + "departure date" + ], + [ + 0, + "arrival date" + ], + [ + 0, + "price" + ], + [ + 0, + "airline id" + ], + [ + 1, + "airline id" + ], + [ + 1, + "name" + ], + [ + 1, + "distance" + ], + [ + 2, + "employee id" + ], + [ + 2, + "name" + ], + [ + 2, + "salary" + ], + [ + 3, + "employee id" + ], + [ + 3, + "airline id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "flno" + ], + [ + 0, + "origin" + ], + [ + 0, + "destination" + ], + [ + 0, + "distance" + ], + [ + 0, + "departure_date" + ], + [ + 0, + "arrival_date" + ], + [ + 0, + "price" + ], + [ + 0, + "aid" + ], + [ + 1, + "aid" + ], + [ + 1, + "name" + ], + [ + 1, + "distance" + ], + [ + 2, + "eid" + ], + [ + 2, + "name" + ], + [ + 2, + "salary" + ], + [ + 3, + "eid" + ], + [ + 3, + "aid" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "time", + "time", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "flight_1", + "foreign_keys": [ + [ + 8, + 9 + ], + [ + 16, + 9 + ], + [ + 15, + 12 + ] + ], + "primary_keys": [ + 1, + 9, + 12, + 15 + ], + "table_names": [ + "flight", + "aircraft", + "employee", + "certificate" + ], + "table_names_original": [ + "flight", + "aircraft", + "employee", + "certificate" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "trade name" + ], + [ + 0, + "fda approved" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "location" + ], + [ + 1, + "product" + ], + [ + 1, + "chromosome" + ], + [ + 1, + "omim" + ], + [ + 1, + "porphyria" + ], + [ + 2, + "enzyme id" + ], + [ + 2, + "medicine id" + ], + [ + 2, + "interaction type" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "Trade_Name" + ], + [ + 0, + "FDA_approved" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "Location" + ], + [ + 1, + "Product" + ], + [ + 1, + "Chromosome" + ], + [ + 1, + "OMIM" + ], + [ + 1, + "Porphyria" + ], + [ + 2, + "enzyme_id" + ], + [ + 2, + "medicine_id" + ], + [ + 2, + "interaction_type" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "medicine_enzyme_interaction", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 12, + 5 + ] + ], + "primary_keys": [ + 1, + 5, + 12 + ], + "table_names": [ + "medicine", + "enzyme", + "medicine enzyme interaction" + ], + "table_names_original": [ + "medicine", + "enzyme", + "medicine_enzyme_interaction" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "customer details" + ], + [ + 1, + "property id" + ], + [ + 1, + "property type code" + ], + [ + 1, + "property address" + ], + [ + 1, + "other details" + ], + [ + 2, + "resident id" + ], + [ + 2, + "property id" + ], + [ + 2, + "date moved in" + ], + [ + 2, + "date moved out" + ], + [ + 2, + "other details" + ], + [ + 3, + "organization id" + ], + [ + 3, + "parent organization id" + ], + [ + 3, + "organization details" + ], + [ + 4, + "service id" + ], + [ + 4, + "organization id" + ], + [ + 4, + "service type code" + ], + [ + 4, + "service details" + ], + [ + 5, + "resident id" + ], + [ + 5, + "service id" + ], + [ + 5, + "date moved in" + ], + [ + 5, + "property id" + ], + [ + 5, + "date requested" + ], + [ + 5, + "date provided" + ], + [ + 5, + "other details" + ], + [ + 6, + "thing id" + ], + [ + 6, + "organization id" + ], + [ + 6, + "type of thing code" + ], + [ + 6, + "service type code" + ], + [ + 6, + "service details" + ], + [ + 7, + "customer event id" + ], + [ + 7, + "customer id" + ], + [ + 7, + "date moved in" + ], + [ + 7, + "property id" + ], + [ + 7, + "resident id" + ], + [ + 7, + "thing id" + ], + [ + 8, + "customer event note id" + ], + [ + 8, + "customer event id" + ], + [ + 8, + "service type code" + ], + [ + 8, + "resident id" + ], + [ + 8, + "property id" + ], + [ + 8, + "date moved in" + ], + [ + 9, + "thing id" + ], + [ + 9, + "date and date" + ], + [ + 9, + "status of thing code" + ], + [ + 10, + "thing id" + ], + [ + 10, + "date and time" + ], + [ + 10, + "location code" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "customer_id" + ], + [ + 0, + "customer_details" + ], + [ + 1, + "property_id" + ], + [ + 1, + "property_type_code" + ], + [ + 1, + "property_address" + ], + [ + 1, + "other_details" + ], + [ + 2, + "resident_id" + ], + [ + 2, + "property_id" + ], + [ + 2, + "date_moved_in" + ], + [ + 2, + "date_moved_out" + ], + [ + 2, + "other_details" + ], + [ + 3, + "organization_id" + ], + [ + 3, + "parent_organization_id" + ], + [ + 3, + "organization_details" + ], + [ + 4, + "service_id" + ], + [ + 4, + "organization_id" + ], + [ + 4, + "service_type_code" + ], + [ + 4, + "service_details" + ], + [ + 5, + "resident_id" + ], + [ + 5, + "service_id" + ], + [ + 5, + "date_moved_in" + ], + [ + 5, + "property_id" + ], + [ + 5, + "date_requested" + ], + [ + 5, + "date_provided" + ], + [ + 5, + "other_details" + ], + [ + 6, + "thing_id" + ], + [ + 6, + "organization_id" + ], + [ + 6, + "Type_of_Thing_Code" + ], + [ + 6, + "service_type_code" + ], + [ + 6, + "service_details" + ], + [ + 7, + "Customer_Event_ID" + ], + [ + 7, + "customer_id" + ], + [ + 7, + "date_moved_in" + ], + [ + 7, + "property_id" + ], + [ + 7, + "resident_id" + ], + [ + 7, + "thing_id" + ], + [ + 8, + "Customer_Event_Note_ID" + ], + [ + 8, + "Customer_Event_ID" + ], + [ + 8, + "service_type_code" + ], + [ + 8, + "resident_id" + ], + [ + 8, + "property_id" + ], + [ + 8, + "date_moved_in" + ], + [ + 9, + "thing_id" + ], + [ + 9, + "Date_and_Date" + ], + [ + 9, + "Status_of_Thing_Code" + ], + [ + 10, + "thing_id" + ], + [ + 10, + "Date_and_Time" + ], + [ + 10, + "Location_Code" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "time", + "time", + "text", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "time", + "number", + "time", + "time", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "time", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "time", + "number", + "time", + "text", + "number", + "time", + "text" + ], + "db_id": "local_govt_and_lot", + "foreign_keys": [ + [ + 8, + 3 + ], + [ + 16, + 12 + ], + [ + 19, + 7 + ], + [ + 22, + 8 + ], + [ + 21, + 9 + ], + [ + 20, + 15 + ], + [ + 27, + 12 + ], + [ + 35, + 7 + ], + [ + 34, + 8 + ], + [ + 33, + 9 + ], + [ + 32, + 1 + ], + [ + 36, + 26 + ], + [ + 38, + 31 + ], + [ + 43, + 26 + ], + [ + 46, + 26 + ] + ], + "primary_keys": [ + 1, + 3, + 7, + 12, + 15, + 19, + 26, + 31, + 37, + 43, + 46 + ], + "table_names": [ + "customers", + "properties", + "residents", + "organizations", + "services", + "residents services", + "things", + "customer events", + "customer event notes", + "timed status of things", + "timed locations of things" + ], + "table_names_original": [ + "Customers", + "Properties", + "Residents", + "Organizations", + "Services", + "Residents_Services", + "Things", + "Customer_Events", + "Customer_Event_Notes", + "Timed_Status_of_Things", + "Timed_Locations_of_Things" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "train number" + ], + [ + 0, + "name" + ], + [ + 0, + "origin" + ], + [ + 0, + "destination" + ], + [ + 0, + "time" + ], + [ + 0, + "interval" + ], + [ + 1, + "id" + ], + [ + 1, + "network name" + ], + [ + 1, + "services" + ], + [ + 1, + "local authority" + ], + [ + 2, + "train id" + ], + [ + 2, + "station id" + ], + [ + 3, + "station id" + ], + [ + 3, + "day of week" + ], + [ + 3, + "high temperature" + ], + [ + 3, + "low temperature" + ], + [ + 3, + "precipitation" + ], + [ + 3, + "wind speed mph" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "train_number" + ], + [ + 0, + "name" + ], + [ + 0, + "origin" + ], + [ + 0, + "destination" + ], + [ + 0, + "time" + ], + [ + 0, + "interval" + ], + [ + 1, + "id" + ], + [ + 1, + "network_name" + ], + [ + 1, + "services" + ], + [ + 1, + "local_authority" + ], + [ + 2, + "train_id" + ], + [ + 2, + "station_id" + ], + [ + 3, + "station_id" + ], + [ + 3, + "day_of_week" + ], + [ + 3, + "high_temperature" + ], + [ + 3, + "low_temperature" + ], + [ + 3, + "precipitation" + ], + [ + 3, + "wind_speed_mph" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "station_weather", + "foreign_keys": [ + [ + 13, + 8 + ], + [ + 12, + 1 + ], + [ + 14, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 12, + 14 + ], + "table_names": [ + "train", + "station", + "route", + "weekly weather" + ], + "table_names_original": [ + "train", + "station", + "route", + "weekly_weather" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "member id" + ], + [ + 0, + "card number" + ], + [ + 0, + "name" + ], + [ + 0, + "hometown" + ], + [ + 0, + "level" + ], + [ + 1, + "branch id" + ], + [ + 1, + "name" + ], + [ + 1, + "open year" + ], + [ + 1, + "address road" + ], + [ + 1, + "city" + ], + [ + 1, + "membership amount" + ], + [ + 2, + "member id" + ], + [ + 2, + "branch id" + ], + [ + 2, + "register year" + ], + [ + 3, + "member id" + ], + [ + 3, + "branch id" + ], + [ + 3, + "year" + ], + [ + 3, + "total pounds" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Member_ID" + ], + [ + 0, + "Card_Number" + ], + [ + 0, + "Name" + ], + [ + 0, + "Hometown" + ], + [ + 0, + "Level" + ], + [ + 1, + "Branch_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Open_year" + ], + [ + 1, + "Address_road" + ], + [ + 1, + "City" + ], + [ + 1, + "membership_amount" + ], + [ + 2, + "Member_ID" + ], + [ + 2, + "Branch_ID" + ], + [ + 2, + "Register_Year" + ], + [ + 3, + "Member_ID" + ], + [ + 3, + "Branch_ID" + ], + [ + 3, + "Year" + ], + [ + 3, + "Total_pounds" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number" + ], + "db_id": "shop_membership", + "foreign_keys": [ + [ + 13, + 6 + ], + [ + 12, + 1 + ], + [ + 16, + 6 + ], + [ + 15, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 12, + 15 + ], + "table_names": [ + "member", + "branch", + "membership register branch", + "purchase" + ], + "table_names_original": [ + "member", + "branch", + "membership_register_branch", + "purchase" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "line 1 number building" + ], + [ + 0, + "city" + ], + [ + 0, + "zip postcode" + ], + [ + 0, + "state province county" + ], + [ + 0, + "country" + ], + [ + 1, + "staff id" + ], + [ + 1, + "staff address id" + ], + [ + 1, + "nickname" + ], + [ + 1, + "first name" + ], + [ + 1, + "middle name" + ], + [ + 1, + "last name" + ], + [ + 1, + "date of birth" + ], + [ + 1, + "date joined staff" + ], + [ + 1, + "date left staff" + ], + [ + 2, + "vehicle id" + ], + [ + 2, + "vehicle details" + ], + [ + 3, + "customer id" + ], + [ + 3, + "customer address id" + ], + [ + 3, + "customer status code" + ], + [ + 3, + "date became customer" + ], + [ + 3, + "date of birth" + ], + [ + 3, + "first name" + ], + [ + 3, + "last name" + ], + [ + 3, + "amount outstanding" + ], + [ + 3, + "email address" + ], + [ + 3, + "phone number" + ], + [ + 3, + "cell mobile phone number" + ], + [ + 4, + "customer id" + ], + [ + 4, + "datetime payment" + ], + [ + 4, + "payment method code" + ], + [ + 4, + "amount payment" + ], + [ + 5, + "lesson id" + ], + [ + 5, + "customer id" + ], + [ + 5, + "lesson status code" + ], + [ + 5, + "staff id" + ], + [ + 5, + "vehicle id" + ], + [ + 5, + "lesson date" + ], + [ + 5, + "lesson time" + ], + [ + 5, + "price" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_id" + ], + [ + 0, + "line_1_number_building" + ], + [ + 0, + "city" + ], + [ + 0, + "zip_postcode" + ], + [ + 0, + "state_province_county" + ], + [ + 0, + "country" + ], + [ + 1, + "staff_id" + ], + [ + 1, + "staff_address_id" + ], + [ + 1, + "nickname" + ], + [ + 1, + "first_name" + ], + [ + 1, + "middle_name" + ], + [ + 1, + "last_name" + ], + [ + 1, + "date_of_birth" + ], + [ + 1, + "date_joined_staff" + ], + [ + 1, + "date_left_staff" + ], + [ + 2, + "vehicle_id" + ], + [ + 2, + "vehicle_details" + ], + [ + 3, + "customer_id" + ], + [ + 3, + "customer_address_id" + ], + [ + 3, + "customer_status_code" + ], + [ + 3, + "date_became_customer" + ], + [ + 3, + "date_of_birth" + ], + [ + 3, + "first_name" + ], + [ + 3, + "last_name" + ], + [ + 3, + "amount_outstanding" + ], + [ + 3, + "email_address" + ], + [ + 3, + "phone_number" + ], + [ + 3, + "cell_mobile_phone_number" + ], + [ + 4, + "customer_id" + ], + [ + 4, + "datetime_payment" + ], + [ + 4, + "payment_method_code" + ], + [ + 4, + "amount_payment" + ], + [ + 5, + "lesson_id" + ], + [ + 5, + "customer_id" + ], + [ + 5, + "lesson_status_code" + ], + [ + 5, + "staff_id" + ], + [ + 5, + "vehicle_id" + ], + [ + 5, + "lesson_date" + ], + [ + 5, + "lesson_time" + ], + [ + 5, + "price" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "time", + "time", + "time", + "number", + "text", + "number", + "number", + "text", + "time", + "time", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "time", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "time", + "text", + "number" + ], + "db_id": "driving_school", + "foreign_keys": [ + [ + 8, + 1 + ], + [ + 19, + 1 + ], + [ + 29, + 18 + ], + [ + 34, + 18 + ], + [ + 36, + 7 + ], + [ + 37, + 16 + ] + ], + "primary_keys": [ + 1, + 7, + 16, + 18, + 29, + 33 + ], + "table_names": [ + "addresses", + "staff", + "vehicles", + "customers", + "customer payments", + "lessons" + ], + "table_names_original": [ + "Addresses", + "Staff", + "Vehicles", + "Customers", + "Customer_Payments", + "Lessons" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "stadium id" + ], + [ + 0, + "location" + ], + [ + 0, + "name" + ], + [ + 0, + "capacity" + ], + [ + 0, + "highest" + ], + [ + 0, + "lowest" + ], + [ + 0, + "average" + ], + [ + 1, + "singer id" + ], + [ + 1, + "name" + ], + [ + 1, + "country" + ], + [ + 1, + "song name" + ], + [ + 1, + "song release year" + ], + [ + 1, + "age" + ], + [ + 1, + "is male" + ], + [ + 2, + "concert id" + ], + [ + 2, + "concert name" + ], + [ + 2, + "theme" + ], + [ + 2, + "stadium id" + ], + [ + 2, + "year" + ], + [ + 3, + "concert id" + ], + [ + 3, + "singer id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Stadium_ID" + ], + [ + 0, + "Location" + ], + [ + 0, + "Name" + ], + [ + 0, + "Capacity" + ], + [ + 0, + "Highest" + ], + [ + 0, + "Lowest" + ], + [ + 0, + "Average" + ], + [ + 1, + "Singer_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Country" + ], + [ + 1, + "Song_Name" + ], + [ + 1, + "Song_release_year" + ], + [ + 1, + "Age" + ], + [ + 1, + "Is_male" + ], + [ + 2, + "concert_ID" + ], + [ + 2, + "concert_Name" + ], + [ + 2, + "Theme" + ], + [ + 2, + "Stadium_ID" + ], + [ + 2, + "Year" + ], + [ + 3, + "concert_ID" + ], + [ + 3, + "Singer_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "others", + "number", + "text", + "text", + "text", + "text", + "number", + "text" + ], + "db_id": "concert_singer", + "foreign_keys": [ + [ + 18, + 1 + ], + [ + 21, + 8 + ], + [ + 20, + 15 + ] + ], + "primary_keys": [ + 1, + 8, + 15, + 20 + ], + "table_names": [ + "stadium", + "singer", + "concert", + "singer in concert" + ], + "table_names_original": [ + "stadium", + "singer", + "concert", + "singer_in_concert" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "song id" + ], + [ + 0, + "title" + ], + [ + 1, + "aid" + ], + [ + 1, + "title" + ], + [ + 1, + "year" + ], + [ + 1, + "label" + ], + [ + 1, + "type" + ], + [ + 2, + "id" + ], + [ + 2, + "first name" + ], + [ + 2, + "last name" + ], + [ + 3, + "song id" + ], + [ + 3, + "bandmate id" + ], + [ + 3, + "instrument" + ], + [ + 4, + "song id" + ], + [ + 4, + "bandmate" + ], + [ + 4, + "stage position" + ], + [ + 5, + "album id" + ], + [ + 5, + "position" + ], + [ + 5, + "song id" + ], + [ + 6, + "song id" + ], + [ + 6, + "bandmate" + ], + [ + 6, + "type" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "SongId" + ], + [ + 0, + "Title" + ], + [ + 1, + "AId" + ], + [ + 1, + "Title" + ], + [ + 1, + "Year" + ], + [ + 1, + "Label" + ], + [ + 1, + "Type" + ], + [ + 2, + "Id" + ], + [ + 2, + "Firstname" + ], + [ + 2, + "Lastname" + ], + [ + 3, + "SongId" + ], + [ + 3, + "BandmateId" + ], + [ + 3, + "Instrument" + ], + [ + 4, + "SongId" + ], + [ + 4, + "Bandmate" + ], + [ + 4, + "StagePosition" + ], + [ + 5, + "AlbumId" + ], + [ + 5, + "Position" + ], + [ + 5, + "SongId" + ], + [ + 6, + "SongId" + ], + [ + 6, + "Bandmate" + ], + [ + 6, + "Type" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text" + ], + "db_id": "music_2", + "foreign_keys": [ + [ + 12, + 8 + ], + [ + 11, + 1 + ], + [ + 15, + 8 + ], + [ + 14, + 1 + ], + [ + 17, + 3 + ], + [ + 19, + 1 + ], + [ + 21, + 8 + ], + [ + 20, + 1 + ] + ], + "primary_keys": [ + 1, + 3, + 8, + 11, + 14, + 17, + 20 + ], + "table_names": [ + "songs", + "albums", + "band", + "instruments", + "performance", + "track lists", + "vocals" + ], + "table_names_original": [ + "Songs", + "Albums", + "Band", + "Instruments", + "Performance", + "Tracklists", + "Vocals" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "club id" + ], + [ + 0, + "name" + ], + [ + 0, + "region" + ], + [ + 0, + "start year" + ], + [ + 1, + "rank" + ], + [ + 1, + "club id" + ], + [ + 1, + "gold" + ], + [ + 1, + "silver" + ], + [ + 1, + "bronze" + ], + [ + 1, + "total" + ], + [ + 2, + "player id" + ], + [ + 2, + "name" + ], + [ + 2, + "position" + ], + [ + 2, + "club id" + ], + [ + 2, + "apps" + ], + [ + 2, + "tries" + ], + [ + 2, + "goals" + ], + [ + 2, + "points" + ], + [ + 3, + "competition id" + ], + [ + 3, + "year" + ], + [ + 3, + "competition type" + ], + [ + 3, + "country" + ], + [ + 4, + "competition id" + ], + [ + 4, + "club id 1" + ], + [ + 4, + "club id 2" + ], + [ + 4, + "score" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Club_ID" + ], + [ + 0, + "name" + ], + [ + 0, + "Region" + ], + [ + 0, + "Start_year" + ], + [ + 1, + "Rank" + ], + [ + 1, + "Club_ID" + ], + [ + 1, + "Gold" + ], + [ + 1, + "Silver" + ], + [ + 1, + "Bronze" + ], + [ + 1, + "Total" + ], + [ + 2, + "Player_ID" + ], + [ + 2, + "name" + ], + [ + 2, + "Position" + ], + [ + 2, + "Club_ID" + ], + [ + 2, + "Apps" + ], + [ + 2, + "Tries" + ], + [ + 2, + "Goals" + ], + [ + 2, + "Points" + ], + [ + 3, + "Competition_ID" + ], + [ + 3, + "Year" + ], + [ + 3, + "Competition_type" + ], + [ + 3, + "Country" + ], + [ + 4, + "Competition_ID" + ], + [ + 4, + "Club_ID_1" + ], + [ + 4, + "Club_ID_2" + ], + [ + 4, + "Score" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "sports_competition", + "foreign_keys": [ + [ + 6, + 1 + ], + [ + 14, + 1 + ], + [ + 23, + 19 + ], + [ + 25, + 1 + ], + [ + 24, + 1 + ] + ], + "primary_keys": [ + 1, + 5, + 11, + 19, + 23 + ], + "table_names": [ + "club", + "club rank", + "player", + "competition", + "competition result" + ], + "table_names_original": [ + "club", + "club_rank", + "player", + "competition", + "competition_result" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "railway id" + ], + [ + 0, + "railway" + ], + [ + 0, + "builder" + ], + [ + 0, + "built" + ], + [ + 0, + "wheels" + ], + [ + 0, + "location" + ], + [ + 0, + "objectnumber" + ], + [ + 1, + "train id" + ], + [ + 1, + "train num" + ], + [ + 1, + "name" + ], + [ + 1, + "from" + ], + [ + 1, + "arrival" + ], + [ + 1, + "railway id" + ], + [ + 2, + "manager id" + ], + [ + 2, + "name" + ], + [ + 2, + "country" + ], + [ + 2, + "working year starts" + ], + [ + 2, + "age" + ], + [ + 2, + "level" + ], + [ + 3, + "railway id" + ], + [ + 3, + "manager id" + ], + [ + 3, + "from year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Railway_ID" + ], + [ + 0, + "Railway" + ], + [ + 0, + "Builder" + ], + [ + 0, + "Built" + ], + [ + 0, + "Wheels" + ], + [ + 0, + "Location" + ], + [ + 0, + "ObjectNumber" + ], + [ + 1, + "Train_ID" + ], + [ + 1, + "Train_Num" + ], + [ + 1, + "Name" + ], + [ + 1, + "From" + ], + [ + 1, + "Arrival" + ], + [ + 1, + "Railway_ID" + ], + [ + 2, + "Manager_ID" + ], + [ + 2, + "Name" + ], + [ + 2, + "Country" + ], + [ + 2, + "Working_year_starts" + ], + [ + 2, + "Age" + ], + [ + 2, + "Level" + ], + [ + 3, + "Railway_ID" + ], + [ + 3, + "Manager_ID" + ], + [ + 3, + "From_Year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "text" + ], + "db_id": "railway", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 20, + 1 + ], + [ + 21, + 14 + ] + ], + "primary_keys": [ + 1, + 8, + 14, + 20 + ], + "table_names": [ + "railway", + "train", + "manager", + "railway manage" + ], + "table_names_original": [ + "railway", + "train", + "manager", + "railway_manage" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "room id" + ], + [ + 0, + "room name" + ], + [ + 0, + "beds" + ], + [ + 0, + "bed type" + ], + [ + 0, + "max occupancy" + ], + [ + 0, + "base price" + ], + [ + 0, + "decor" + ], + [ + 1, + "code" + ], + [ + 1, + "room" + ], + [ + 1, + "check in" + ], + [ + 1, + "check out" + ], + [ + 1, + "rate" + ], + [ + 1, + "last name" + ], + [ + 1, + "first name" + ], + [ + 1, + "adults" + ], + [ + 1, + "kids" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "RoomId" + ], + [ + 0, + "roomName" + ], + [ + 0, + "beds" + ], + [ + 0, + "bedType" + ], + [ + 0, + "maxOccupancy" + ], + [ + 0, + "basePrice" + ], + [ + 0, + "decor" + ], + [ + 1, + "Code" + ], + [ + 1, + "Room" + ], + [ + 1, + "CheckIn" + ], + [ + 1, + "CheckOut" + ], + [ + 1, + "Rate" + ], + [ + 1, + "LastName" + ], + [ + 1, + "FirstName" + ], + [ + 1, + "Adults" + ], + [ + 1, + "Kids" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number" + ], + "db_id": "inn_1", + "foreign_keys": [ + [ + 9, + 1 + ] + ], + "primary_keys": [ + 1, + 8 + ], + "table_names": [ + "rooms", + "reservations" + ], + "table_names_original": [ + "Rooms", + "Reservations" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "museum id" + ], + [ + 0, + "name" + ], + [ + 0, + "num of staff" + ], + [ + 0, + "open year" + ], + [ + 1, + "customer id" + ], + [ + 1, + "name" + ], + [ + 1, + "level of membership" + ], + [ + 1, + "age" + ], + [ + 2, + "museum id" + ], + [ + 2, + "customer id" + ], + [ + 2, + "num of ticket" + ], + [ + 2, + "total spent" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Museum_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Num_of_Staff" + ], + [ + 0, + "Open_Year" + ], + [ + 1, + "ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Level_of_membership" + ], + [ + 1, + "Age" + ], + [ + 2, + "Museum_ID" + ], + [ + 2, + "visitor_ID" + ], + [ + 2, + "Num_of_Ticket" + ], + [ + 2, + "Total_spent" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "museum_visit", + "foreign_keys": [ + [ + 10, + 5 + ], + [ + 9, + 1 + ] + ], + "primary_keys": [ + 1, + 5, + 9 + ], + "table_names": [ + "museum", + "customer", + "visit" + ], + "table_names_original": [ + "museum", + "visitor", + "visit" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "operating system" + ], + [ + 0, + "client" + ], + [ + 0, + "connection" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "market share" + ], + [ + 2, + "accelerator id" + ], + [ + 2, + "browser id" + ], + [ + 2, + "compatible since year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "Operating_system" + ], + [ + 0, + "Client" + ], + [ + 0, + "Connection" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "market_share" + ], + [ + 2, + "accelerator_id" + ], + [ + 2, + "browser_id" + ], + [ + 2, + "compatible_since_year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "browser_web", + "foreign_keys": [ + [ + 10, + 6 + ], + [ + 9, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 9 + ], + "table_names": [ + "web client accelerator", + "browser", + "accelerator compatible browser" + ], + "table_names_original": [ + "Web_client_accelerator", + "browser", + "accelerator_compatible_browser" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "player id" + ], + [ + 0, + "year" + ], + [ + 0, + "game num" + ], + [ + 0, + "game id" + ], + [ + 0, + "team id" + ], + [ + 0, + "league id" + ], + [ + 0, + "gp" + ], + [ + 0, + "starting pos" + ], + [ + 1, + "year" + ], + [ + 1, + "team id" + ], + [ + 1, + "league id" + ], + [ + 1, + "player id" + ], + [ + 1, + "g all" + ], + [ + 1, + "gs" + ], + [ + 1, + "g batting" + ], + [ + 1, + "g defense" + ], + [ + 1, + "g p" + ], + [ + 1, + "g c" + ], + [ + 1, + "g 1b" + ], + [ + 1, + "g 2b" + ], + [ + 1, + "g 3b" + ], + [ + 1, + "g ss" + ], + [ + 1, + "g lf" + ], + [ + 1, + "g cf" + ], + [ + 1, + "g rf" + ], + [ + 1, + "g of" + ], + [ + 1, + "g dh" + ], + [ + 1, + "g ph" + ], + [ + 1, + "g pr" + ], + [ + 2, + "player id" + ], + [ + 2, + "award id" + ], + [ + 2, + "year" + ], + [ + 2, + "league id" + ], + [ + 2, + "tie" + ], + [ + 2, + "notes" + ], + [ + 3, + "player id" + ], + [ + 3, + "award id" + ], + [ + 3, + "year" + ], + [ + 3, + "league id" + ], + [ + 3, + "tie" + ], + [ + 3, + "notes" + ], + [ + 4, + "award id" + ], + [ + 4, + "year" + ], + [ + 4, + "league id" + ], + [ + 4, + "player id" + ], + [ + 4, + "points won" + ], + [ + 4, + "points max" + ], + [ + 4, + "votes first" + ], + [ + 5, + "award id" + ], + [ + 5, + "year" + ], + [ + 5, + "league id" + ], + [ + 5, + "player id" + ], + [ + 5, + "points won" + ], + [ + 5, + "points max" + ], + [ + 5, + "votes first" + ], + [ + 6, + "player id" + ], + [ + 6, + "year" + ], + [ + 6, + "stint" + ], + [ + 6, + "team id" + ], + [ + 6, + "league id" + ], + [ + 6, + "g" + ], + [ + 6, + "ab" + ], + [ + 6, + "r" + ], + [ + 6, + "h" + ], + [ + 6, + "double" + ], + [ + 6, + "triple" + ], + [ + 6, + "hr" + ], + [ + 6, + "rbi" + ], + [ + 6, + "sb" + ], + [ + 6, + "cs" + ], + [ + 6, + "bb" + ], + [ + 6, + "so" + ], + [ + 6, + "ibb" + ], + [ + 6, + "hbp" + ], + [ + 6, + "sh" + ], + [ + 6, + "sf" + ], + [ + 6, + "g idp" + ], + [ + 7, + "year" + ], + [ + 7, + "round" + ], + [ + 7, + "player id" + ], + [ + 7, + "team id" + ], + [ + 7, + "league id" + ], + [ + 7, + "g" + ], + [ + 7, + "ab" + ], + [ + 7, + "r" + ], + [ + 7, + "h" + ], + [ + 7, + "double" + ], + [ + 7, + "triple" + ], + [ + 7, + "hr" + ], + [ + 7, + "rbi" + ], + [ + 7, + "sb" + ], + [ + 7, + "cs" + ], + [ + 7, + "bb" + ], + [ + 7, + "so" + ], + [ + 7, + "ibb" + ], + [ + 7, + "hbp" + ], + [ + 7, + "sh" + ], + [ + 7, + "sf" + ], + [ + 7, + "g idp" + ], + [ + 8, + "player id" + ], + [ + 8, + "college id" + ], + [ + 8, + "year" + ], + [ + 9, + "player id" + ], + [ + 9, + "year" + ], + [ + 9, + "stint" + ], + [ + 9, + "team id" + ], + [ + 9, + "league id" + ], + [ + 9, + "pos" + ], + [ + 9, + "g" + ], + [ + 9, + "gs" + ], + [ + 9, + "inn outs" + ], + [ + 9, + "po" + ], + [ + 9, + "a" + ], + [ + 9, + "e" + ], + [ + 9, + "dp" + ], + [ + 9, + "pb" + ], + [ + 9, + "wp" + ], + [ + 9, + "sb" + ], + [ + 9, + "cs" + ], + [ + 9, + "zr" + ], + [ + 10, + "player id" + ], + [ + 10, + "year" + ], + [ + 10, + "stint" + ], + [ + 10, + "glf" + ], + [ + 10, + "gcf" + ], + [ + 10, + "grf" + ], + [ + 11, + "player id" + ], + [ + 11, + "year" + ], + [ + 11, + "team id" + ], + [ + 11, + "league id" + ], + [ + 11, + "round" + ], + [ + 11, + "pos" + ], + [ + 11, + "g" + ], + [ + 11, + "gs" + ], + [ + 11, + "inn outs" + ], + [ + 11, + "po" + ], + [ + 11, + "a" + ], + [ + 11, + "e" + ], + [ + 11, + "dp" + ], + [ + 11, + "tp" + ], + [ + 11, + "pb" + ], + [ + 11, + "sb" + ], + [ + 11, + "cs" + ], + [ + 12, + "player id" + ], + [ + 12, + "yearid" + ], + [ + 12, + "votedby" + ], + [ + 12, + "ballots" + ], + [ + 12, + "needed" + ], + [ + 12, + "votes" + ], + [ + 12, + "inducted" + ], + [ + 12, + "category" + ], + [ + 12, + "needed note" + ], + [ + 13, + "year" + ], + [ + 13, + "league id" + ], + [ + 13, + "team id" + ], + [ + 13, + "park id" + ], + [ + 13, + "span first" + ], + [ + 13, + "span last" + ], + [ + 13, + "games" + ], + [ + 13, + "openings" + ], + [ + 13, + "attendance" + ], + [ + 14, + "player id" + ], + [ + 14, + "year" + ], + [ + 14, + "team id" + ], + [ + 14, + "league id" + ], + [ + 14, + "inseason" + ], + [ + 14, + "g" + ], + [ + 14, + "w" + ], + [ + 14, + "l" + ], + [ + 14, + "rank" + ], + [ + 14, + "plyr mgr" + ], + [ + 15, + "player id" + ], + [ + 15, + "year" + ], + [ + 15, + "team id" + ], + [ + 15, + "league id" + ], + [ + 15, + "inseason" + ], + [ + 15, + "half" + ], + [ + 15, + "g" + ], + [ + 15, + "w" + ], + [ + 15, + "l" + ], + [ + 15, + "rank" + ], + [ + 16, + "player id" + ], + [ + 16, + "birth year" + ], + [ + 16, + "birth month" + ], + [ + 16, + "birth day" + ], + [ + 16, + "birth country" + ], + [ + 16, + "birth state" + ], + [ + 16, + "birth city" + ], + [ + 16, + "death year" + ], + [ + 16, + "death month" + ], + [ + 16, + "death day" + ], + [ + 16, + "death country" + ], + [ + 16, + "death state" + ], + [ + 16, + "death city" + ], + [ + 16, + "name first" + ], + [ + 16, + "name last" + ], + [ + 16, + "name given" + ], + [ + 16, + "weight" + ], + [ + 16, + "height" + ], + [ + 16, + "bats" + ], + [ + 16, + "throws" + ], + [ + 16, + "debut" + ], + [ + 16, + "final game" + ], + [ + 16, + "retro id" + ], + [ + 16, + "bbref id" + ], + [ + 17, + "park id" + ], + [ + 17, + "park name" + ], + [ + 17, + "park alias" + ], + [ + 17, + "city" + ], + [ + 17, + "state" + ], + [ + 17, + "country" + ], + [ + 18, + "player id" + ], + [ + 18, + "year" + ], + [ + 18, + "stint" + ], + [ + 18, + "team id" + ], + [ + 18, + "league id" + ], + [ + 18, + "w" + ], + [ + 18, + "l" + ], + [ + 18, + "g" + ], + [ + 18, + "gs" + ], + [ + 18, + "cg" + ], + [ + 18, + "sho" + ], + [ + 18, + "sv" + ], + [ + 18, + "ipouts" + ], + [ + 18, + "h" + ], + [ + 18, + "er" + ], + [ + 18, + "hr" + ], + [ + 18, + "bb" + ], + [ + 18, + "so" + ], + [ + 18, + "baopp" + ], + [ + 18, + "era" + ], + [ + 18, + "ibb" + ], + [ + 18, + "wp" + ], + [ + 18, + "hbp" + ], + [ + 18, + "bk" + ], + [ + 18, + "bfp" + ], + [ + 18, + "gf" + ], + [ + 18, + "r" + ], + [ + 18, + "sh" + ], + [ + 18, + "sf" + ], + [ + 18, + "g idp" + ], + [ + 19, + "player id" + ], + [ + 19, + "year" + ], + [ + 19, + "round" + ], + [ + 19, + "team id" + ], + [ + 19, + "league id" + ], + [ + 19, + "w" + ], + [ + 19, + "l" + ], + [ + 19, + "g" + ], + [ + 19, + "gs" + ], + [ + 19, + "cg" + ], + [ + 19, + "sho" + ], + [ + 19, + "sv" + ], + [ + 19, + "ipouts" + ], + [ + 19, + "h" + ], + [ + 19, + "er" + ], + [ + 19, + "hr" + ], + [ + 19, + "bb" + ], + [ + 19, + "so" + ], + [ + 19, + "baopp" + ], + [ + 19, + "era" + ], + [ + 19, + "ibb" + ], + [ + 19, + "wp" + ], + [ + 19, + "hbp" + ], + [ + 19, + "bk" + ], + [ + 19, + "bfp" + ], + [ + 19, + "gf" + ], + [ + 19, + "r" + ], + [ + 19, + "sh" + ], + [ + 19, + "sf" + ], + [ + 19, + "g idp" + ], + [ + 20, + "year" + ], + [ + 20, + "team id" + ], + [ + 20, + "league id" + ], + [ + 20, + "player id" + ], + [ + 20, + "salary" + ], + [ + 21, + "college id" + ], + [ + 21, + "name full" + ], + [ + 21, + "city" + ], + [ + 21, + "state" + ], + [ + 21, + "country" + ], + [ + 22, + "year" + ], + [ + 22, + "round" + ], + [ + 22, + "team id winner" + ], + [ + 22, + "league id winner" + ], + [ + 22, + "team id loser" + ], + [ + 22, + "league id loser" + ], + [ + 22, + "wins" + ], + [ + 22, + "losses" + ], + [ + 22, + "ties" + ], + [ + 23, + "year" + ], + [ + 23, + "league id" + ], + [ + 23, + "team id" + ], + [ + 23, + "franchise id" + ], + [ + 23, + "div id" + ], + [ + 23, + "rank" + ], + [ + 23, + "g" + ], + [ + 23, + "ghome" + ], + [ + 23, + "w" + ], + [ + 23, + "l" + ], + [ + 23, + "div win" + ], + [ + 23, + "wc win" + ], + [ + 23, + "lg win" + ], + [ + 23, + "ws win" + ], + [ + 23, + "r" + ], + [ + 23, + "ab" + ], + [ + 23, + "h" + ], + [ + 23, + "double" + ], + [ + 23, + "triple" + ], + [ + 23, + "hr" + ], + [ + 23, + "bb" + ], + [ + 23, + "so" + ], + [ + 23, + "sb" + ], + [ + 23, + "cs" + ], + [ + 23, + "hbp" + ], + [ + 23, + "sf" + ], + [ + 23, + "ra" + ], + [ + 23, + "er" + ], + [ + 23, + "era" + ], + [ + 23, + "cg" + ], + [ + 23, + "sho" + ], + [ + 23, + "sv" + ], + [ + 23, + "ipouts" + ], + [ + 23, + "ha" + ], + [ + 23, + "hra" + ], + [ + 23, + "bba" + ], + [ + 23, + "soa" + ], + [ + 23, + "e" + ], + [ + 23, + "dp" + ], + [ + 23, + "fp" + ], + [ + 23, + "name" + ], + [ + 23, + "park" + ], + [ + 23, + "attendance" + ], + [ + 23, + "bpf" + ], + [ + 23, + "ppf" + ], + [ + 23, + "team id br" + ], + [ + 23, + "team id lahman45" + ], + [ + 23, + "team id retro" + ], + [ + 24, + "franchise id" + ], + [ + 24, + "franchise name" + ], + [ + 24, + "active" + ], + [ + 24, + "na assoc" + ], + [ + 25, + "year" + ], + [ + 25, + "league id" + ], + [ + 25, + "team id" + ], + [ + 25, + "half" + ], + [ + 25, + "div id" + ], + [ + 25, + "div win" + ], + [ + 25, + "rank" + ], + [ + 25, + "g" + ], + [ + 25, + "w" + ], + [ + 25, + "l" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "player_id" + ], + [ + 0, + "year" + ], + [ + 0, + "game_num" + ], + [ + 0, + "game_id" + ], + [ + 0, + "team_id" + ], + [ + 0, + "league_id" + ], + [ + 0, + "gp" + ], + [ + 0, + "starting_pos" + ], + [ + 1, + "year" + ], + [ + 1, + "team_id" + ], + [ + 1, + "league_id" + ], + [ + 1, + "player_id" + ], + [ + 1, + "g_all" + ], + [ + 1, + "gs" + ], + [ + 1, + "g_batting" + ], + [ + 1, + "g_defense" + ], + [ + 1, + "g_p" + ], + [ + 1, + "g_c" + ], + [ + 1, + "g_1b" + ], + [ + 1, + "g_2b" + ], + [ + 1, + "g_3b" + ], + [ + 1, + "g_ss" + ], + [ + 1, + "g_lf" + ], + [ + 1, + "g_cf" + ], + [ + 1, + "g_rf" + ], + [ + 1, + "g_of" + ], + [ + 1, + "g_dh" + ], + [ + 1, + "g_ph" + ], + [ + 1, + "g_pr" + ], + [ + 2, + "player_id" + ], + [ + 2, + "award_id" + ], + [ + 2, + "year" + ], + [ + 2, + "league_id" + ], + [ + 2, + "tie" + ], + [ + 2, + "notes" + ], + [ + 3, + "player_id" + ], + [ + 3, + "award_id" + ], + [ + 3, + "year" + ], + [ + 3, + "league_id" + ], + [ + 3, + "tie" + ], + [ + 3, + "notes" + ], + [ + 4, + "award_id" + ], + [ + 4, + "year" + ], + [ + 4, + "league_id" + ], + [ + 4, + "player_id" + ], + [ + 4, + "points_won" + ], + [ + 4, + "points_max" + ], + [ + 4, + "votes_first" + ], + [ + 5, + "award_id" + ], + [ + 5, + "year" + ], + [ + 5, + "league_id" + ], + [ + 5, + "player_id" + ], + [ + 5, + "points_won" + ], + [ + 5, + "points_max" + ], + [ + 5, + "votes_first" + ], + [ + 6, + "player_id" + ], + [ + 6, + "year" + ], + [ + 6, + "stint" + ], + [ + 6, + "team_id" + ], + [ + 6, + "league_id" + ], + [ + 6, + "g" + ], + [ + 6, + "ab" + ], + [ + 6, + "r" + ], + [ + 6, + "h" + ], + [ + 6, + "double" + ], + [ + 6, + "triple" + ], + [ + 6, + "hr" + ], + [ + 6, + "rbi" + ], + [ + 6, + "sb" + ], + [ + 6, + "cs" + ], + [ + 6, + "bb" + ], + [ + 6, + "so" + ], + [ + 6, + "ibb" + ], + [ + 6, + "hbp" + ], + [ + 6, + "sh" + ], + [ + 6, + "sf" + ], + [ + 6, + "g_idp" + ], + [ + 7, + "year" + ], + [ + 7, + "round" + ], + [ + 7, + "player_id" + ], + [ + 7, + "team_id" + ], + [ + 7, + "league_id" + ], + [ + 7, + "g" + ], + [ + 7, + "ab" + ], + [ + 7, + "r" + ], + [ + 7, + "h" + ], + [ + 7, + "double" + ], + [ + 7, + "triple" + ], + [ + 7, + "hr" + ], + [ + 7, + "rbi" + ], + [ + 7, + "sb" + ], + [ + 7, + "cs" + ], + [ + 7, + "bb" + ], + [ + 7, + "so" + ], + [ + 7, + "ibb" + ], + [ + 7, + "hbp" + ], + [ + 7, + "sh" + ], + [ + 7, + "sf" + ], + [ + 7, + "g_idp" + ], + [ + 8, + "player_id" + ], + [ + 8, + "college_id" + ], + [ + 8, + "year" + ], + [ + 9, + "player_id" + ], + [ + 9, + "year" + ], + [ + 9, + "stint" + ], + [ + 9, + "team_id" + ], + [ + 9, + "league_id" + ], + [ + 9, + "pos" + ], + [ + 9, + "g" + ], + [ + 9, + "gs" + ], + [ + 9, + "inn_outs" + ], + [ + 9, + "po" + ], + [ + 9, + "a" + ], + [ + 9, + "e" + ], + [ + 9, + "dp" + ], + [ + 9, + "pb" + ], + [ + 9, + "wp" + ], + [ + 9, + "sb" + ], + [ + 9, + "cs" + ], + [ + 9, + "zr" + ], + [ + 10, + "player_id" + ], + [ + 10, + "year" + ], + [ + 10, + "stint" + ], + [ + 10, + "glf" + ], + [ + 10, + "gcf" + ], + [ + 10, + "grf" + ], + [ + 11, + "player_id" + ], + [ + 11, + "year" + ], + [ + 11, + "team_id" + ], + [ + 11, + "league_id" + ], + [ + 11, + "round" + ], + [ + 11, + "pos" + ], + [ + 11, + "g" + ], + [ + 11, + "gs" + ], + [ + 11, + "inn_outs" + ], + [ + 11, + "po" + ], + [ + 11, + "a" + ], + [ + 11, + "e" + ], + [ + 11, + "dp" + ], + [ + 11, + "tp" + ], + [ + 11, + "pb" + ], + [ + 11, + "sb" + ], + [ + 11, + "cs" + ], + [ + 12, + "player_id" + ], + [ + 12, + "yearid" + ], + [ + 12, + "votedby" + ], + [ + 12, + "ballots" + ], + [ + 12, + "needed" + ], + [ + 12, + "votes" + ], + [ + 12, + "inducted" + ], + [ + 12, + "category" + ], + [ + 12, + "needed_note" + ], + [ + 13, + "year" + ], + [ + 13, + "league_id" + ], + [ + 13, + "team_id" + ], + [ + 13, + "park_id" + ], + [ + 13, + "span_first" + ], + [ + 13, + "span_last" + ], + [ + 13, + "games" + ], + [ + 13, + "openings" + ], + [ + 13, + "attendance" + ], + [ + 14, + "player_id" + ], + [ + 14, + "year" + ], + [ + 14, + "team_id" + ], + [ + 14, + "league_id" + ], + [ + 14, + "inseason" + ], + [ + 14, + "g" + ], + [ + 14, + "w" + ], + [ + 14, + "l" + ], + [ + 14, + "rank" + ], + [ + 14, + "plyr_mgr" + ], + [ + 15, + "player_id" + ], + [ + 15, + "year" + ], + [ + 15, + "team_id" + ], + [ + 15, + "league_id" + ], + [ + 15, + "inseason" + ], + [ + 15, + "half" + ], + [ + 15, + "g" + ], + [ + 15, + "w" + ], + [ + 15, + "l" + ], + [ + 15, + "rank" + ], + [ + 16, + "player_id" + ], + [ + 16, + "birth_year" + ], + [ + 16, + "birth_month" + ], + [ + 16, + "birth_day" + ], + [ + 16, + "birth_country" + ], + [ + 16, + "birth_state" + ], + [ + 16, + "birth_city" + ], + [ + 16, + "death_year" + ], + [ + 16, + "death_month" + ], + [ + 16, + "death_day" + ], + [ + 16, + "death_country" + ], + [ + 16, + "death_state" + ], + [ + 16, + "death_city" + ], + [ + 16, + "name_first" + ], + [ + 16, + "name_last" + ], + [ + 16, + "name_given" + ], + [ + 16, + "weight" + ], + [ + 16, + "height" + ], + [ + 16, + "bats" + ], + [ + 16, + "throws" + ], + [ + 16, + "debut" + ], + [ + 16, + "final_game" + ], + [ + 16, + "retro_id" + ], + [ + 16, + "bbref_id" + ], + [ + 17, + "park_id" + ], + [ + 17, + "park_name" + ], + [ + 17, + "park_alias" + ], + [ + 17, + "city" + ], + [ + 17, + "state" + ], + [ + 17, + "country" + ], + [ + 18, + "player_id" + ], + [ + 18, + "year" + ], + [ + 18, + "stint" + ], + [ + 18, + "team_id" + ], + [ + 18, + "league_id" + ], + [ + 18, + "w" + ], + [ + 18, + "l" + ], + [ + 18, + "g" + ], + [ + 18, + "gs" + ], + [ + 18, + "cg" + ], + [ + 18, + "sho" + ], + [ + 18, + "sv" + ], + [ + 18, + "ipouts" + ], + [ + 18, + "h" + ], + [ + 18, + "er" + ], + [ + 18, + "hr" + ], + [ + 18, + "bb" + ], + [ + 18, + "so" + ], + [ + 18, + "baopp" + ], + [ + 18, + "era" + ], + [ + 18, + "ibb" + ], + [ + 18, + "wp" + ], + [ + 18, + "hbp" + ], + [ + 18, + "bk" + ], + [ + 18, + "bfp" + ], + [ + 18, + "gf" + ], + [ + 18, + "r" + ], + [ + 18, + "sh" + ], + [ + 18, + "sf" + ], + [ + 18, + "g_idp" + ], + [ + 19, + "player_id" + ], + [ + 19, + "year" + ], + [ + 19, + "round" + ], + [ + 19, + "team_id" + ], + [ + 19, + "league_id" + ], + [ + 19, + "w" + ], + [ + 19, + "l" + ], + [ + 19, + "g" + ], + [ + 19, + "gs" + ], + [ + 19, + "cg" + ], + [ + 19, + "sho" + ], + [ + 19, + "sv" + ], + [ + 19, + "ipouts" + ], + [ + 19, + "h" + ], + [ + 19, + "er" + ], + [ + 19, + "hr" + ], + [ + 19, + "bb" + ], + [ + 19, + "so" + ], + [ + 19, + "baopp" + ], + [ + 19, + "era" + ], + [ + 19, + "ibb" + ], + [ + 19, + "wp" + ], + [ + 19, + "hbp" + ], + [ + 19, + "bk" + ], + [ + 19, + "bfp" + ], + [ + 19, + "gf" + ], + [ + 19, + "r" + ], + [ + 19, + "sh" + ], + [ + 19, + "sf" + ], + [ + 19, + "g_idp" + ], + [ + 20, + "year" + ], + [ + 20, + "team_id" + ], + [ + 20, + "league_id" + ], + [ + 20, + "player_id" + ], + [ + 20, + "salary" + ], + [ + 21, + "college_id" + ], + [ + 21, + "name_full" + ], + [ + 21, + "city" + ], + [ + 21, + "state" + ], + [ + 21, + "country" + ], + [ + 22, + "year" + ], + [ + 22, + "round" + ], + [ + 22, + "team_id_winner" + ], + [ + 22, + "league_id_winner" + ], + [ + 22, + "team_id_loser" + ], + [ + 22, + "league_id_loser" + ], + [ + 22, + "wins" + ], + [ + 22, + "losses" + ], + [ + 22, + "ties" + ], + [ + 23, + "year" + ], + [ + 23, + "league_id" + ], + [ + 23, + "team_id" + ], + [ + 23, + "franchise_id" + ], + [ + 23, + "div_id" + ], + [ + 23, + "rank" + ], + [ + 23, + "g" + ], + [ + 23, + "ghome" + ], + [ + 23, + "w" + ], + [ + 23, + "l" + ], + [ + 23, + "div_win" + ], + [ + 23, + "wc_win" + ], + [ + 23, + "lg_win" + ], + [ + 23, + "ws_win" + ], + [ + 23, + "r" + ], + [ + 23, + "ab" + ], + [ + 23, + "h" + ], + [ + 23, + "double" + ], + [ + 23, + "triple" + ], + [ + 23, + "hr" + ], + [ + 23, + "bb" + ], + [ + 23, + "so" + ], + [ + 23, + "sb" + ], + [ + 23, + "cs" + ], + [ + 23, + "hbp" + ], + [ + 23, + "sf" + ], + [ + 23, + "ra" + ], + [ + 23, + "er" + ], + [ + 23, + "era" + ], + [ + 23, + "cg" + ], + [ + 23, + "sho" + ], + [ + 23, + "sv" + ], + [ + 23, + "ipouts" + ], + [ + 23, + "ha" + ], + [ + 23, + "hra" + ], + [ + 23, + "bba" + ], + [ + 23, + "soa" + ], + [ + 23, + "e" + ], + [ + 23, + "dp" + ], + [ + 23, + "fp" + ], + [ + 23, + "name" + ], + [ + 23, + "park" + ], + [ + 23, + "attendance" + ], + [ + 23, + "bpf" + ], + [ + 23, + "ppf" + ], + [ + 23, + "team_id_br" + ], + [ + 23, + "team_id_lahman45" + ], + [ + 23, + "team_id_retro" + ], + [ + 24, + "franchise_id" + ], + [ + 24, + "franchise_name" + ], + [ + 24, + "active" + ], + [ + 24, + "na_assoc" + ], + [ + 25, + "year" + ], + [ + 25, + "league_id" + ], + [ + 25, + "team_id" + ], + [ + 25, + "half" + ], + [ + 25, + "div_id" + ], + [ + 25, + "div_win" + ], + [ + 25, + "rank" + ], + [ + 25, + "g" + ], + [ + 25, + "w" + ], + [ + 25, + "l" + ] + ], + "column_types": [ + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "baseball_1", + "foreign_keys": [ + [ + 1, + 182 + ], + [ + 12, + 182 + ], + [ + 10, + 293 + ], + [ + 30, + 182 + ], + [ + 36, + 182 + ], + [ + 52, + 182 + ], + [ + 56, + 182 + ], + [ + 81, + 293 + ], + [ + 80, + 182 + ], + [ + 101, + 277 + ], + [ + 100, + 182 + ], + [ + 103, + 182 + ], + [ + 121, + 182 + ], + [ + 127, + 182 + ], + [ + 144, + 182 + ], + [ + 156, + 206 + ], + [ + 155, + 293 + ], + [ + 164, + 293 + ], + [ + 174, + 293 + ] + ], + "primary_keys": [], + "table_names": [ + "all star", + "appearances", + "manager award", + "player award", + "manager award vote", + "player award vote", + "batting", + "batting postseason", + "player college", + "fielding", + "fielding outfield", + "fielding postseason", + "hall of fame", + "home game", + "manager", + "manager half", + "player", + "park", + "pitching", + "pitching postseason", + "salary", + "college", + "postseason", + "team", + "team franchise", + "team half" + ], + "table_names_original": [ + "all_star", + "appearances", + "manager_award", + "player_award", + "manager_award_vote", + "player_award_vote", + "batting", + "batting_postseason", + "player_college", + "fielding", + "fielding_outfield", + "fielding_postseason", + "hall_of_fame", + "home_game", + "manager", + "manager_half", + "player", + "park", + "pitching", + "pitching_postseason", + "salary", + "college", + "postseason", + "team", + "team_franchise", + "team_half" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "gender" + ], + [ + 1, + "architect id" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "location" + ], + [ + 1, + "length meters" + ], + [ + 1, + "length feet" + ], + [ + 2, + "architect id" + ], + [ + 2, + "id" + ], + [ + 2, + "location" + ], + [ + 2, + "name" + ], + [ + 2, + "type" + ], + [ + 2, + "built year" + ], + [ + 2, + "notes" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "gender" + ], + [ + 1, + "architect_id" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "location" + ], + [ + 1, + "length_meters" + ], + [ + 1, + "length_feet" + ], + [ + 2, + "architect_id" + ], + [ + 2, + "id" + ], + [ + 2, + "location" + ], + [ + 2, + "name" + ], + [ + 2, + "type" + ], + [ + 2, + "built_year" + ], + [ + 2, + "notes" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "text" + ], + "db_id": "architecture", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 11, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 12 + ], + "table_names": [ + "architect", + "bridge", + "mill" + ], + "table_names_original": [ + "architect", + "bridge", + "mill" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "campus" + ], + [ + 0, + "location" + ], + [ + 0, + "county" + ], + [ + 0, + "year" + ], + [ + 1, + "campus" + ], + [ + 1, + "year" + ], + [ + 1, + "campus fee" + ], + [ + 2, + "year" + ], + [ + 2, + "campus" + ], + [ + 2, + "degrees" + ], + [ + 3, + "campus" + ], + [ + 3, + "discipline" + ], + [ + 3, + "year" + ], + [ + 3, + "undergraduate" + ], + [ + 3, + "graduate" + ], + [ + 4, + "campus" + ], + [ + 4, + "year" + ], + [ + 4, + "totalenrollment ay" + ], + [ + 4, + "fte ay" + ], + [ + 5, + "campus" + ], + [ + 5, + "year" + ], + [ + 5, + "faculty" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Id" + ], + [ + 0, + "Campus" + ], + [ + 0, + "Location" + ], + [ + 0, + "County" + ], + [ + 0, + "Year" + ], + [ + 1, + "Campus" + ], + [ + 1, + "Year" + ], + [ + 1, + "CampusFee" + ], + [ + 2, + "Year" + ], + [ + 2, + "Campus" + ], + [ + 2, + "Degrees" + ], + [ + 3, + "Campus" + ], + [ + 3, + "Discipline" + ], + [ + 3, + "Year" + ], + [ + 3, + "Undergraduate" + ], + [ + 3, + "Graduate" + ], + [ + 4, + "Campus" + ], + [ + 4, + "Year" + ], + [ + 4, + "TotalEnrollment_AY" + ], + [ + 4, + "FTE_AY" + ], + [ + 5, + "Campus" + ], + [ + 5, + "Year" + ], + [ + 5, + "Faculty" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "csu_1", + "foreign_keys": [ + [ + 6, + 1 + ], + [ + 10, + 1 + ], + [ + 12, + 1 + ], + [ + 17, + 1 + ], + [ + 21, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 9, + 12, + 17 + ], + "table_names": [ + "campuses", + "csu fees", + "degrees", + "discipline enrollments", + "enrollments", + "faculty" + ], + "table_names_original": [ + "Campuses", + "csu_fees", + "degrees", + "discipline_enrollments", + "enrollments", + "faculty" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "customer name" + ], + [ + 0, + "customer details" + ], + [ + 1, + "invoice number" + ], + [ + 1, + "invoice date" + ], + [ + 1, + "invoice details" + ], + [ + 2, + "order id" + ], + [ + 2, + "customer id" + ], + [ + 2, + "order status" + ], + [ + 2, + "date order placed" + ], + [ + 2, + "order details" + ], + [ + 3, + "product id" + ], + [ + 3, + "product name" + ], + [ + 3, + "product details" + ], + [ + 4, + "order item id" + ], + [ + 4, + "product id" + ], + [ + 4, + "order id" + ], + [ + 4, + "order item status" + ], + [ + 4, + "order item details" + ], + [ + 5, + "shipment id" + ], + [ + 5, + "order id" + ], + [ + 5, + "invoice number" + ], + [ + 5, + "shipment tracking number" + ], + [ + 5, + "shipment date" + ], + [ + 5, + "other shipment details" + ], + [ + 6, + "shipment id" + ], + [ + 6, + "order item id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "customer_id" + ], + [ + 0, + "customer_name" + ], + [ + 0, + "customer_details" + ], + [ + 1, + "invoice_number" + ], + [ + 1, + "invoice_date" + ], + [ + 1, + "invoice_details" + ], + [ + 2, + "order_id" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "order_status" + ], + [ + 2, + "date_order_placed" + ], + [ + 2, + "order_details" + ], + [ + 3, + "product_id" + ], + [ + 3, + "product_name" + ], + [ + 3, + "product_details" + ], + [ + 4, + "order_item_id" + ], + [ + 4, + "product_id" + ], + [ + 4, + "order_id" + ], + [ + 4, + "order_item_status" + ], + [ + 4, + "order_item_details" + ], + [ + 5, + "shipment_id" + ], + [ + 5, + "order_id" + ], + [ + 5, + "invoice_number" + ], + [ + 5, + "shipment_tracking_number" + ], + [ + 5, + "shipment_date" + ], + [ + 5, + "other_shipment_details" + ], + [ + 6, + "shipment_id" + ], + [ + 6, + "order_item_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "time", + "text", + "number", + "number", + "text", + "time", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "time", + "text", + "number", + "number" + ], + "db_id": "tracking_orders", + "foreign_keys": [ + [ + 8, + 1 + ], + [ + 16, + 12 + ], + [ + 17, + 7 + ], + [ + 22, + 4 + ], + [ + 21, + 7 + ], + [ + 26, + 20 + ], + [ + 27, + 15 + ] + ], + "primary_keys": [ + 1, + 4, + 7, + 12, + 15, + 20 + ], + "table_names": [ + "customers", + "invoices", + "orders", + "products", + "order items", + "shipments", + "shipment items" + ], + "table_names_original": [ + "Customers", + "Invoices", + "Orders", + "Products", + "Order_Items", + "Shipments", + "Shipment_Items" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "customer details" + ], + [ + 1, + "policy id" + ], + [ + 1, + "customer id" + ], + [ + 1, + "policy type code" + ], + [ + 1, + "start date" + ], + [ + 1, + "end date" + ], + [ + 2, + "claim id" + ], + [ + 2, + "policy id" + ], + [ + 2, + "date claim made" + ], + [ + 2, + "date claim settled" + ], + [ + 2, + "amount claimed" + ], + [ + 2, + "amount settled" + ], + [ + 3, + "settlement id" + ], + [ + 3, + "claim id" + ], + [ + 3, + "date claim made" + ], + [ + 3, + "date claim settled" + ], + [ + 3, + "amount claimed" + ], + [ + 3, + "amount settled" + ], + [ + 3, + "customer policy id" + ], + [ + 4, + "payment id" + ], + [ + 4, + "settlement id" + ], + [ + 4, + "payment method code" + ], + [ + 4, + "date payment made" + ], + [ + 4, + "amount payment" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Customer_ID" + ], + [ + 0, + "Customer_Details" + ], + [ + 1, + "Policy_ID" + ], + [ + 1, + "Customer_ID" + ], + [ + 1, + "Policy_Type_Code" + ], + [ + 1, + "Start_Date" + ], + [ + 1, + "End_Date" + ], + [ + 2, + "Claim_ID" + ], + [ + 2, + "Policy_ID" + ], + [ + 2, + "Date_Claim_Made" + ], + [ + 2, + "Date_Claim_Settled" + ], + [ + 2, + "Amount_Claimed" + ], + [ + 2, + "Amount_Settled" + ], + [ + 3, + "Settlement_ID" + ], + [ + 3, + "Claim_ID" + ], + [ + 3, + "Date_Claim_Made" + ], + [ + 3, + "Date_Claim_Settled" + ], + [ + 3, + "Amount_Claimed" + ], + [ + 3, + "Amount_Settled" + ], + [ + 3, + "Customer_Policy_ID" + ], + [ + 4, + "Payment_ID" + ], + [ + 4, + "Settlement_ID" + ], + [ + 4, + "Payment_Method_Code" + ], + [ + 4, + "Date_Payment_Made" + ], + [ + 4, + "Amount_Payment" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "time", + "time", + "number", + "number", + "time", + "time", + "number", + "number", + "number", + "number", + "time", + "time", + "number", + "number", + "number", + "number", + "number", + "text", + "time", + "number" + ], + "db_id": "insurance_policies", + "foreign_keys": [ + [ + 4, + 1 + ], + [ + 9, + 3 + ], + [ + 15, + 8 + ], + [ + 22, + 14 + ] + ], + "primary_keys": [ + 1, + 3, + 8, + 14, + 21 + ], + "table_names": [ + "customers", + "customer policies", + "claims", + "settlements", + "payments" + ], + "table_names_original": [ + "Customers", + "Customer_Policies", + "Claims", + "Settlements", + "Payments" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "company id" + ], + [ + 0, + "rank" + ], + [ + 0, + "company" + ], + [ + 0, + "headquarters" + ], + [ + 0, + "main industry" + ], + [ + 0, + "sales billion" + ], + [ + 0, + "profits billion" + ], + [ + 0, + "assets billion" + ], + [ + 0, + "market value" + ], + [ + 1, + "station id" + ], + [ + 1, + "open year" + ], + [ + 1, + "location" + ], + [ + 1, + "manager name" + ], + [ + 1, + "vice manager name" + ], + [ + 1, + "representative name" + ], + [ + 2, + "station id" + ], + [ + 2, + "company id" + ], + [ + 2, + "rank of the year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Company_ID" + ], + [ + 0, + "Rank" + ], + [ + 0, + "Company" + ], + [ + 0, + "Headquarters" + ], + [ + 0, + "Main_Industry" + ], + [ + 0, + "Sales_billion" + ], + [ + 0, + "Profits_billion" + ], + [ + 0, + "Assets_billion" + ], + [ + 0, + "Market_Value" + ], + [ + 1, + "Station_ID" + ], + [ + 1, + "Open_Year" + ], + [ + 1, + "Location" + ], + [ + 1, + "Manager_Name" + ], + [ + 1, + "Vice_Manager_Name" + ], + [ + 1, + "Representative_Name" + ], + [ + 2, + "Station_ID" + ], + [ + 2, + "Company_ID" + ], + [ + 2, + "Rank_of_the_Year" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number" + ], + "db_id": "gas_company", + "foreign_keys": [ + [ + 17, + 1 + ], + [ + 16, + 10 + ] + ], + "primary_keys": [ + 1, + 10, + 16 + ], + "table_names": [ + "company", + "gas station", + "station company" + ], + "table_names_original": [ + "company", + "gas_station", + "station_company" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "line 1 number building" + ], + [ + 0, + "town city" + ], + [ + 0, + "zip postcode" + ], + [ + 0, + "state province county" + ], + [ + 0, + "country" + ], + [ + 1, + "service id" + ], + [ + 1, + "service type code" + ], + [ + 1, + "service name" + ], + [ + 1, + "service descriptio" + ], + [ + 2, + "form id" + ], + [ + 2, + "form type code" + ], + [ + 2, + "service id" + ], + [ + 2, + "form number" + ], + [ + 2, + "form name" + ], + [ + 2, + "form description" + ], + [ + 3, + "individual id" + ], + [ + 3, + "individual first name" + ], + [ + 3, + "individual middle name" + ], + [ + 3, + "inidividual phone" + ], + [ + 3, + "individual email" + ], + [ + 3, + "individual address" + ], + [ + 3, + "individual last name" + ], + [ + 4, + "organization id" + ], + [ + 4, + "date formed" + ], + [ + 4, + "organization name" + ], + [ + 4, + "uk vat number" + ], + [ + 5, + "party id" + ], + [ + 5, + "payment method code" + ], + [ + 5, + "party phone" + ], + [ + 5, + "party email" + ], + [ + 6, + "individual id" + ], + [ + 6, + "organization id" + ], + [ + 6, + "date contact from" + ], + [ + 6, + "date contact to" + ], + [ + 7, + "party id" + ], + [ + 7, + "address id" + ], + [ + 7, + "date address from" + ], + [ + 7, + "address type code" + ], + [ + 7, + "date address to" + ], + [ + 8, + "party id" + ], + [ + 8, + "form id" + ], + [ + 8, + "date completion started" + ], + [ + 8, + "form status code" + ], + [ + 8, + "date fully completed" + ], + [ + 9, + "booking id" + ], + [ + 9, + "customer id" + ], + [ + 9, + "service id" + ], + [ + 9, + "service datetime" + ], + [ + 9, + "booking made date" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_id" + ], + [ + 0, + "line_1_number_building" + ], + [ + 0, + "town_city" + ], + [ + 0, + "zip_postcode" + ], + [ + 0, + "state_province_county" + ], + [ + 0, + "country" + ], + [ + 1, + "service_id" + ], + [ + 1, + "service_type_code" + ], + [ + 1, + "service_name" + ], + [ + 1, + "service_descriptio" + ], + [ + 2, + "form_id" + ], + [ + 2, + "form_type_code" + ], + [ + 2, + "service_id" + ], + [ + 2, + "form_number" + ], + [ + 2, + "form_name" + ], + [ + 2, + "form_description" + ], + [ + 3, + "individual_id" + ], + [ + 3, + "individual_first_name" + ], + [ + 3, + "individual_middle_name" + ], + [ + 3, + "inidividual_phone" + ], + [ + 3, + "individual_email" + ], + [ + 3, + "individual_address" + ], + [ + 3, + "individual_last_name" + ], + [ + 4, + "organization_id" + ], + [ + 4, + "date_formed" + ], + [ + 4, + "organization_name" + ], + [ + 4, + "uk_vat_number" + ], + [ + 5, + "party_id" + ], + [ + 5, + "payment_method_code" + ], + [ + 5, + "party_phone" + ], + [ + 5, + "party_email" + ], + [ + 6, + "individual_id" + ], + [ + 6, + "organization_id" + ], + [ + 6, + "date_contact_from" + ], + [ + 6, + "date_contact_to" + ], + [ + 7, + "party_id" + ], + [ + 7, + "address_id" + ], + [ + 7, + "date_address_from" + ], + [ + 7, + "address_type_code" + ], + [ + 7, + "date_address_to" + ], + [ + 8, + "party_id" + ], + [ + 8, + "form_id" + ], + [ + 8, + "date_completion_started" + ], + [ + 8, + "form_status_code" + ], + [ + 8, + "date_fully_completed" + ], + [ + 9, + "booking_id" + ], + [ + 9, + "customer_id" + ], + [ + 9, + "service_id" + ], + [ + 9, + "service_datetime" + ], + [ + 9, + "booking_made_date" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "time", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "time", + "time", + "number", + "number", + "time", + "text", + "time", + "number", + "number", + "time", + "text", + "time", + "number", + "number", + "number", + "time", + "time" + ], + "db_id": "e_government", + "foreign_keys": [ + [ + 13, + 7 + ], + [ + 32, + 17 + ], + [ + 33, + 24 + ], + [ + 36, + 28 + ], + [ + 37, + 1 + ], + [ + 42, + 11 + ], + [ + 41, + 28 + ], + [ + 47, + 28 + ], + [ + 48, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 11, + 17, + 24, + 28, + 32, + 36, + 41 + ], + "table_names": [ + "addresses", + "services", + "forms", + "individuals", + "organizations", + "parties", + "organization contact individuals", + "party addresses", + "party forms", + "party services" + ], + "table_names_original": [ + "Addresses", + "Services", + "Forms", + "Individuals", + "Organizations", + "Parties", + "Organization_Contact_Individuals", + "Party_Addresses", + "Party_Forms", + "Party_Services" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "driver id" + ], + [ + 0, + "name" + ], + [ + 0, + "party" + ], + [ + 0, + "home city" + ], + [ + 0, + "age" + ], + [ + 1, + "school id" + ], + [ + 1, + "grade" + ], + [ + 1, + "school" + ], + [ + 1, + "location" + ], + [ + 1, + "type" + ], + [ + 2, + "school id" + ], + [ + 2, + "driver id" + ], + [ + 2, + "years working" + ], + [ + 2, + "if full time" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Driver_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Party" + ], + [ + 0, + "Home_city" + ], + [ + 0, + "Age" + ], + [ + 1, + "School_ID" + ], + [ + 1, + "Grade" + ], + [ + 1, + "School" + ], + [ + 1, + "Location" + ], + [ + 1, + "Type" + ], + [ + 2, + "School_ID" + ], + [ + 2, + "Driver_ID" + ], + [ + 2, + "Years_Working" + ], + [ + 2, + "If_full_time" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "others" + ], + "db_id": "school_bus", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 11, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 11 + ], + "table_names": [ + "driver", + "school", + "school bus" + ], + "table_names_original": [ + "driver", + "school", + "school_bus" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "repair id" + ], + [ + 0, + "name" + ], + [ + 0, + "launch date" + ], + [ + 0, + "notes" + ], + [ + 1, + "machine id" + ], + [ + 1, + "making year" + ], + [ + 1, + "class" + ], + [ + 1, + "team" + ], + [ + 1, + "machine series" + ], + [ + 1, + "value points" + ], + [ + 1, + "quality rank" + ], + [ + 2, + "technician id" + ], + [ + 2, + "name" + ], + [ + 2, + "team" + ], + [ + 2, + "starting year" + ], + [ + 2, + "age" + ], + [ + 3, + "technician id" + ], + [ + 3, + "repair id" + ], + [ + 3, + "machine id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "repair_ID" + ], + [ + 0, + "name" + ], + [ + 0, + "Launch_Date" + ], + [ + 0, + "Notes" + ], + [ + 1, + "Machine_ID" + ], + [ + 1, + "Making_Year" + ], + [ + 1, + "Class" + ], + [ + 1, + "Team" + ], + [ + 1, + "Machine_series" + ], + [ + 1, + "value_points" + ], + [ + 1, + "quality_rank" + ], + [ + 2, + "technician_id" + ], + [ + 2, + "Name" + ], + [ + 2, + "Team" + ], + [ + 2, + "Starting_Year" + ], + [ + 2, + "Age" + ], + [ + 3, + "technician_id" + ], + [ + 3, + "repair_ID" + ], + [ + 3, + "Machine_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "machine_repair", + "foreign_keys": [ + [ + 19, + 5 + ], + [ + 18, + 1 + ], + [ + 17, + 12 + ] + ], + "primary_keys": [ + 1, + 5, + 12, + 17 + ], + "table_names": [ + "repair", + "machine", + "technician", + "repair assignment" + ], + "table_names_original": [ + "repair", + "machine", + "technician", + "repair_assignment" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "artist id" + ], + [ + 0, + "name" + ], + [ + 0, + "country" + ], + [ + 0, + "year join" + ], + [ + 0, + "age" + ], + [ + 1, + "exhibition id" + ], + [ + 1, + "year" + ], + [ + 1, + "theme" + ], + [ + 1, + "artist id" + ], + [ + 1, + "ticket price" + ], + [ + 2, + "exhibition id" + ], + [ + 2, + "date" + ], + [ + 2, + "attendance" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Artist_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Country" + ], + [ + 0, + "Year_Join" + ], + [ + 0, + "Age" + ], + [ + 1, + "Exhibition_ID" + ], + [ + 1, + "Year" + ], + [ + 1, + "Theme" + ], + [ + 1, + "Artist_ID" + ], + [ + 1, + "Ticket_Price" + ], + [ + 2, + "Exhibition_ID" + ], + [ + 2, + "Date" + ], + [ + 2, + "Attendance" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "number" + ], + "db_id": "theme_gallery", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 11, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 11 + ], + "table_names": [ + "artist", + "exhibition", + "exhibition record" + ], + "table_names_original": [ + "artist", + "exhibition", + "exhibition_record" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "film id" + ], + [ + 0, + "title" + ], + [ + 0, + "studio" + ], + [ + 0, + "director" + ], + [ + 0, + "gross in dollar" + ], + [ + 1, + "market id" + ], + [ + 1, + "country" + ], + [ + 1, + "number cities" + ], + [ + 2, + "estimation id" + ], + [ + 2, + "low estimate" + ], + [ + 2, + "high estimate" + ], + [ + 2, + "film id" + ], + [ + 2, + "type" + ], + [ + 2, + "market id" + ], + [ + 2, + "year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Film_ID" + ], + [ + 0, + "Title" + ], + [ + 0, + "Studio" + ], + [ + 0, + "Director" + ], + [ + 0, + "Gross_in_dollar" + ], + [ + 1, + "Market_ID" + ], + [ + 1, + "Country" + ], + [ + 1, + "Number_cities" + ], + [ + 2, + "Estimation_ID" + ], + [ + 2, + "Low_Estimate" + ], + [ + 2, + "High_Estimate" + ], + [ + 2, + "Film_ID" + ], + [ + 2, + "Type" + ], + [ + 2, + "Market_ID" + ], + [ + 2, + "Year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "film_rank", + "foreign_keys": [ + [ + 14, + 6 + ], + [ + 12, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 9 + ], + "table_names": [ + "film", + "market", + "film market estimation" + ], + "table_names_original": [ + "film", + "market", + "film_market_estimation" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "region id" + ], + [ + 0, + "region name" + ], + [ + 0, + "date" + ], + [ + 0, + "label" + ], + [ + 0, + "format" + ], + [ + 0, + "catalogue" + ], + [ + 1, + "party id" + ], + [ + 1, + "minister" + ], + [ + 1, + "took office" + ], + [ + 1, + "left office" + ], + [ + 1, + "region id" + ], + [ + 1, + "party name" + ], + [ + 2, + "member id" + ], + [ + 2, + "member name" + ], + [ + 2, + "party id" + ], + [ + 2, + "in office" + ], + [ + 3, + "event id" + ], + [ + 3, + "event name" + ], + [ + 3, + "party id" + ], + [ + 3, + "member in charge id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Region_ID" + ], + [ + 0, + "Region_name" + ], + [ + 0, + "Date" + ], + [ + 0, + "Label" + ], + [ + 0, + "Format" + ], + [ + 0, + "Catalogue" + ], + [ + 1, + "Party_ID" + ], + [ + 1, + "Minister" + ], + [ + 1, + "Took_office" + ], + [ + 1, + "Left_office" + ], + [ + 1, + "Region_ID" + ], + [ + 1, + "Party_name" + ], + [ + 2, + "Member_ID" + ], + [ + 2, + "Member_Name" + ], + [ + 2, + "Party_ID" + ], + [ + 2, + "In_office" + ], + [ + 3, + "Event_ID" + ], + [ + 3, + "Event_Name" + ], + [ + 3, + "Party_ID" + ], + [ + 3, + "Member_in_charge_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "number" + ], + "db_id": "party_people", + "foreign_keys": [ + [ + 11, + 1 + ], + [ + 15, + 7 + ], + [ + 20, + 13 + ], + [ + 19, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 13, + 17 + ], + "table_names": [ + "region", + "party", + "member", + "party events" + ], + "table_names_original": [ + "region", + "party", + "member", + "party_events" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "employee id" + ], + [ + 0, + "name" + ], + [ + 0, + "position" + ], + [ + 0, + "ssn" + ], + [ + 1, + "departmentid" + ], + [ + 1, + "name" + ], + [ + 1, + "head" + ], + [ + 2, + "physician" + ], + [ + 2, + "department" + ], + [ + 2, + "primary affiliation" + ], + [ + 3, + "code" + ], + [ + 3, + "name" + ], + [ + 3, + "cost" + ], + [ + 4, + "physician" + ], + [ + 4, + "treatment" + ], + [ + 4, + "certification date" + ], + [ + 4, + "certification expires" + ], + [ + 5, + "ssn" + ], + [ + 5, + "name" + ], + [ + 5, + "address" + ], + [ + 5, + "phone" + ], + [ + 5, + "insurance id" + ], + [ + 5, + "pcp" + ], + [ + 6, + "employee id" + ], + [ + 6, + "name" + ], + [ + 6, + "position" + ], + [ + 6, + "registered" + ], + [ + 6, + "ssn" + ], + [ + 7, + "appointment id" + ], + [ + 7, + "patient" + ], + [ + 7, + "prep nurse" + ], + [ + 7, + "physician" + ], + [ + 7, + "start" + ], + [ + 7, + "end" + ], + [ + 7, + "examination room" + ], + [ + 8, + "code" + ], + [ + 8, + "name" + ], + [ + 8, + "brand" + ], + [ + 8, + "description" + ], + [ + 9, + "physician" + ], + [ + 9, + "patient" + ], + [ + 9, + "medication" + ], + [ + 9, + "date" + ], + [ + 9, + "appointment" + ], + [ + 9, + "dose" + ], + [ + 10, + "block floor" + ], + [ + 10, + "block code" + ], + [ + 11, + "roomnumber" + ], + [ + 11, + "room type" + ], + [ + 11, + "block floor" + ], + [ + 11, + "block code" + ], + [ + 11, + "unavailable" + ], + [ + 12, + "nurse" + ], + [ + 12, + "block floor" + ], + [ + 12, + "block code" + ], + [ + 12, + "oncall start" + ], + [ + 12, + "oncall end" + ], + [ + 13, + "stay id" + ], + [ + 13, + "patient" + ], + [ + 13, + "room" + ], + [ + 13, + "stay start" + ], + [ + 13, + "stay end" + ], + [ + 14, + "patient" + ], + [ + 14, + "procedures" + ], + [ + 14, + "stay" + ], + [ + 14, + "date undergoes" + ], + [ + 14, + "physician" + ], + [ + 14, + "assisting nurse" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "EmployeeID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Position" + ], + [ + 0, + "SSN" + ], + [ + 1, + "DepartmentID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Head" + ], + [ + 2, + "Physician" + ], + [ + 2, + "Department" + ], + [ + 2, + "PrimaryAffiliation" + ], + [ + 3, + "Code" + ], + [ + 3, + "Name" + ], + [ + 3, + "Cost" + ], + [ + 4, + "Physician" + ], + [ + 4, + "Treatment" + ], + [ + 4, + "CertificationDate" + ], + [ + 4, + "CertificationExpires" + ], + [ + 5, + "SSN" + ], + [ + 5, + "Name" + ], + [ + 5, + "Address" + ], + [ + 5, + "Phone" + ], + [ + 5, + "InsuranceID" + ], + [ + 5, + "PCP" + ], + [ + 6, + "EmployeeID" + ], + [ + 6, + "Name" + ], + [ + 6, + "Position" + ], + [ + 6, + "Registered" + ], + [ + 6, + "SSN" + ], + [ + 7, + "AppointmentID" + ], + [ + 7, + "Patient" + ], + [ + 7, + "PrepNurse" + ], + [ + 7, + "Physician" + ], + [ + 7, + "Start" + ], + [ + 7, + "End" + ], + [ + 7, + "ExaminationRoom" + ], + [ + 8, + "Code" + ], + [ + 8, + "Name" + ], + [ + 8, + "Brand" + ], + [ + 8, + "Description" + ], + [ + 9, + "Physician" + ], + [ + 9, + "Patient" + ], + [ + 9, + "Medication" + ], + [ + 9, + "Date" + ], + [ + 9, + "Appointment" + ], + [ + 9, + "Dose" + ], + [ + 10, + "BlockFloor" + ], + [ + 10, + "BlockCode" + ], + [ + 11, + "RoomNumber" + ], + [ + 11, + "RoomType" + ], + [ + 11, + "BlockFloor" + ], + [ + 11, + "BlockCode" + ], + [ + 11, + "Unavailable" + ], + [ + 12, + "Nurse" + ], + [ + 12, + "BlockFloor" + ], + [ + 12, + "BlockCode" + ], + [ + 12, + "OnCallStart" + ], + [ + 12, + "OnCallEnd" + ], + [ + 13, + "StayID" + ], + [ + 13, + "Patient" + ], + [ + 13, + "Room" + ], + [ + 13, + "StayStart" + ], + [ + 13, + "StayEnd" + ], + [ + 14, + "Patient" + ], + [ + 14, + "Procedures" + ], + [ + 14, + "Stay" + ], + [ + 14, + "DateUndergoes" + ], + [ + 14, + "Physician" + ], + [ + 14, + "AssistingNurse" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "boolean", + "number", + "text", + "number", + "number", + "number", + "time", + "time", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "boolean", + "number", + "number", + "number", + "number", + "number", + "time", + "time", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "time", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "boolean", + "number", + "number", + "number", + "time", + "time", + "number", + "number", + "number", + "time", + "time", + "number", + "number", + "number", + "time", + "number", + "number" + ], + "db_id": "hospital_1", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 9, + 5 + ], + [ + 8, + 1 + ], + [ + 15, + 11 + ], + [ + 14, + 1 + ], + [ + 23, + 1 + ], + [ + 32, + 1 + ], + [ + 31, + 24 + ], + [ + 30, + 18 + ], + [ + 44, + 29 + ], + [ + 42, + 36 + ], + [ + 41, + 18 + ], + [ + 40, + 1 + ], + [ + 50, + 46 + ], + [ + 51, + 47 + ], + [ + 54, + 46 + ], + [ + 55, + 47 + ], + [ + 53, + 24 + ], + [ + 60, + 48 + ], + [ + 59, + 18 + ], + [ + 68, + 24 + ], + [ + 67, + 1 + ], + [ + 65, + 58 + ], + [ + 64, + 11 + ], + [ + 63, + 18 + ] + ], + "primary_keys": [ + 1, + 5, + 8, + 11, + 14, + 18, + 24, + 29, + 36, + 40, + 46, + 48, + 53, + 58, + 63 + ], + "table_names": [ + "physician", + "department", + "affiliated with", + "procedures", + "trained in", + "patient", + "nurse", + "appointment", + "medication", + "prescribes", + "block", + "room", + "on call", + "stay", + "undergoes" + ], + "table_names_original": [ + "Physician", + "Department", + "Affiliated_With", + "Procedures", + "Trained_In", + "Patient", + "Nurse", + "Appointment", + "Medication", + "Prescribes", + "Block", + "Room", + "On_Call", + "Stay", + "Undergoes" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "premise id" + ], + [ + 0, + "premises type" + ], + [ + 0, + "premise details" + ], + [ + 1, + "product id" + ], + [ + 1, + "product category" + ], + [ + 1, + "product name" + ], + [ + 2, + "customer id" + ], + [ + 2, + "payment method" + ], + [ + 2, + "customer name" + ], + [ + 2, + "customer phone" + ], + [ + 2, + "customer email" + ], + [ + 2, + "customer address" + ], + [ + 2, + "customer login" + ], + [ + 2, + "customer password" + ], + [ + 3, + "mailshot id" + ], + [ + 3, + "product category" + ], + [ + 3, + "mailshot name" + ], + [ + 3, + "mailshot start date" + ], + [ + 3, + "mailshot end date" + ], + [ + 4, + "customer id" + ], + [ + 4, + "premise id" + ], + [ + 4, + "date address from" + ], + [ + 4, + "address type code" + ], + [ + 4, + "date address to" + ], + [ + 5, + "order id" + ], + [ + 5, + "customer id" + ], + [ + 5, + "order status code" + ], + [ + 5, + "shipping method code" + ], + [ + 5, + "order placed datetime" + ], + [ + 5, + "order delivered datetime" + ], + [ + 5, + "order shipping charges" + ], + [ + 6, + "mailshot id" + ], + [ + 6, + "customer id" + ], + [ + 6, + "outcome code" + ], + [ + 6, + "mailshot customer date" + ], + [ + 7, + "item id" + ], + [ + 7, + "order item status code" + ], + [ + 7, + "order id" + ], + [ + 7, + "product id" + ], + [ + 7, + "item status code" + ], + [ + 7, + "item delivered datetime" + ], + [ + 7, + "item order quantity" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "premise_id" + ], + [ + 0, + "premises_type" + ], + [ + 0, + "premise_details" + ], + [ + 1, + "product_id" + ], + [ + 1, + "product_category" + ], + [ + 1, + "product_name" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "payment_method" + ], + [ + 2, + "customer_name" + ], + [ + 2, + "customer_phone" + ], + [ + 2, + "customer_email" + ], + [ + 2, + "customer_address" + ], + [ + 2, + "customer_login" + ], + [ + 2, + "customer_password" + ], + [ + 3, + "mailshot_id" + ], + [ + 3, + "product_category" + ], + [ + 3, + "mailshot_name" + ], + [ + 3, + "mailshot_start_date" + ], + [ + 3, + "mailshot_end_date" + ], + [ + 4, + "customer_id" + ], + [ + 4, + "premise_id" + ], + [ + 4, + "date_address_from" + ], + [ + 4, + "address_type_code" + ], + [ + 4, + "date_address_to" + ], + [ + 5, + "order_id" + ], + [ + 5, + "customer_id" + ], + [ + 5, + "order_status_code" + ], + [ + 5, + "shipping_method_code" + ], + [ + 5, + "order_placed_datetime" + ], + [ + 5, + "order_delivered_datetime" + ], + [ + 5, + "order_shipping_charges" + ], + [ + 6, + "mailshot_id" + ], + [ + 6, + "customer_id" + ], + [ + 6, + "outcome_code" + ], + [ + 6, + "mailshot_customer_date" + ], + [ + 7, + "item_id" + ], + [ + 7, + "order_item_status_code" + ], + [ + 7, + "order_id" + ], + [ + 7, + "product_id" + ], + [ + 7, + "item_status_code" + ], + [ + 7, + "item_delivered_datetime" + ], + [ + 7, + "item_order_quantity" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "time", + "time", + "number", + "number", + "time", + "text", + "time", + "number", + "number", + "text", + "text", + "time", + "time", + "text", + "number", + "number", + "text", + "time", + "number", + "text", + "number", + "number", + "text", + "time", + "text" + ], + "db_id": "customers_campaigns_ecommerce", + "foreign_keys": [ + [ + 20, + 7 + ], + [ + 21, + 1 + ], + [ + 26, + 7 + ], + [ + 32, + 15 + ], + [ + 33, + 7 + ], + [ + 38, + 25 + ], + [ + 39, + 4 + ] + ], + "primary_keys": [ + 1, + 4, + 7, + 15, + 25 + ], + "table_names": [ + "premises", + "products", + "customers", + "mailshot campaigns", + "customer addresses", + "customer orders", + "mailshot customers", + "order items" + ], + "table_names_original": [ + "Premises", + "Products", + "Customers", + "Mailshot_Campaigns", + "Customer_Addresses", + "Customer_Orders", + "Mailshot_Customers", + "Order_Items" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "gymnast id" + ], + [ + 0, + "floor exercise points" + ], + [ + 0, + "pommel horse points" + ], + [ + 0, + "rings points" + ], + [ + 0, + "vault points" + ], + [ + 0, + "parallel bars points" + ], + [ + 0, + "horizontal bar points" + ], + [ + 0, + "total points" + ], + [ + 1, + "people id" + ], + [ + 1, + "name" + ], + [ + 1, + "age" + ], + [ + 1, + "height" + ], + [ + 1, + "hometown" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Gymnast_ID" + ], + [ + 0, + "Floor_Exercise_Points" + ], + [ + 0, + "Pommel_Horse_Points" + ], + [ + 0, + "Rings_Points" + ], + [ + 0, + "Vault_Points" + ], + [ + 0, + "Parallel_Bars_Points" + ], + [ + 0, + "Horizontal_Bar_Points" + ], + [ + 0, + "Total_Points" + ], + [ + 1, + "People_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Age" + ], + [ + 1, + "Height" + ], + [ + 1, + "Hometown" + ] + ], + "column_types": [ + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "gymnast", + "foreign_keys": [ + [ + 1, + 9 + ] + ], + "primary_keys": [ + 1, + 9 + ], + "table_names": [ + "gymnast", + "people" + ], + "table_names_original": [ + "gymnast", + "people" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "city name" + ], + [ + 0, + "county" + ], + [ + 0, + "region" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "food type" + ], + [ + 1, + "city name" + ], + [ + 1, + "rating" + ], + [ + 2, + "restaurant id" + ], + [ + 2, + "house number" + ], + [ + 2, + "street name" + ], + [ + 2, + "city name" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "CITY_NAME" + ], + [ + 0, + "COUNTY" + ], + [ + 0, + "REGION" + ], + [ + 1, + "ID" + ], + [ + 1, + "NAME" + ], + [ + 1, + "FOOD_TYPE" + ], + [ + 1, + "CITY_NAME" + ], + [ + 1, + "RATING" + ], + [ + 2, + "RESTAURANT_ID" + ], + [ + 2, + "HOUSE_NUMBER" + ], + [ + 2, + "STREET_NAME" + ], + [ + 2, + "CITY_NAME" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text" + ], + "db_id": "restaurants", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 12, + 1 + ] + ], + "primary_keys": [ + 1, + 4, + 9 + ], + "table_names": [ + "geographic", + "restaurant", + "location" + ], + "table_names_original": [ + "GEOGRAPHIC", + "RESTAURANT", + "LOCATION" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "height" + ], + [ + 0, + "prominence" + ], + [ + 0, + "range" + ], + [ + 0, + "country" + ], + [ + 1, + "id" + ], + [ + 1, + "brand" + ], + [ + 1, + "name" + ], + [ + 1, + "focal length mm" + ], + [ + 1, + "max aperture" + ], + [ + 2, + "id" + ], + [ + 2, + "camera lens id" + ], + [ + 2, + "mountain id" + ], + [ + 2, + "color" + ], + [ + 2, + "name" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "Height" + ], + [ + 0, + "Prominence" + ], + [ + 0, + "Range" + ], + [ + 0, + "Country" + ], + [ + 1, + "id" + ], + [ + 1, + "brand" + ], + [ + 1, + "name" + ], + [ + 1, + "focal_length_mm" + ], + [ + 1, + "max_aperture" + ], + [ + 2, + "id" + ], + [ + 2, + "camera_lens_id" + ], + [ + 2, + "mountain_id" + ], + [ + 2, + "color" + ], + [ + 2, + "name" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text" + ], + "db_id": "mountain_photos", + "foreign_keys": [ + [ + 14, + 1 + ], + [ + 13, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 12 + ], + "table_names": [ + "mountain", + "camera lens", + "photos" + ], + "table_names_original": [ + "mountain", + "camera_lens", + "photos" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "date" + ], + [ + 0, + "bulgarian commander" + ], + [ + 0, + "latin commander" + ], + [ + 0, + "result" + ], + [ + 1, + "lost in battle" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "tonnage" + ], + [ + 1, + "ship type" + ], + [ + 1, + "location" + ], + [ + 1, + "disposition of ship" + ], + [ + 2, + "caused by ship id" + ], + [ + 2, + "id" + ], + [ + 2, + "note" + ], + [ + 2, + "killed" + ], + [ + 2, + "injured" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "date" + ], + [ + 0, + "bulgarian_commander" + ], + [ + 0, + "latin_commander" + ], + [ + 0, + "result" + ], + [ + 1, + "lost_in_battle" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "tonnage" + ], + [ + 1, + "ship_type" + ], + [ + 1, + "location" + ], + [ + 1, + "disposition_of_ship" + ], + [ + 2, + "caused_by_ship_id" + ], + [ + 2, + "id" + ], + [ + 2, + "note" + ], + [ + 2, + "killed" + ], + [ + 2, + "injured" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "battle_death", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 14, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 15 + ], + "table_names": [ + "battle", + "ship", + "death" + ], + "table_names_original": [ + "battle", + "ship", + "death" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "document type code" + ], + [ + 0, + "document type description" + ], + [ + 1, + "role code" + ], + [ + 1, + "role description" + ], + [ + 2, + "address id" + ], + [ + 2, + "address details" + ], + [ + 3, + "document status code" + ], + [ + 3, + "document status description" + ], + [ + 4, + "shipping agent code" + ], + [ + 4, + "shipping agent name" + ], + [ + 4, + "shipping agent description" + ], + [ + 5, + "document id" + ], + [ + 5, + "document status code" + ], + [ + 5, + "document type code" + ], + [ + 5, + "shipping agent code" + ], + [ + 5, + "receipt date" + ], + [ + 5, + "receipt number" + ], + [ + 5, + "other details" + ], + [ + 6, + "employee id" + ], + [ + 6, + "role code" + ], + [ + 6, + "employee name" + ], + [ + 6, + "other details" + ], + [ + 7, + "document id" + ], + [ + 7, + "draft number" + ], + [ + 7, + "draft details" + ], + [ + 8, + "document id" + ], + [ + 8, + "draft number" + ], + [ + 8, + "copy number" + ], + [ + 9, + "document id" + ], + [ + 9, + "draft number" + ], + [ + 9, + "copy number" + ], + [ + 9, + "employee id" + ], + [ + 10, + "document id" + ], + [ + 10, + "mailed to address id" + ], + [ + 10, + "mailing date" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "document_type_code" + ], + [ + 0, + "document_type_description" + ], + [ + 1, + "role_code" + ], + [ + 1, + "role_description" + ], + [ + 2, + "address_id" + ], + [ + 2, + "address_details" + ], + [ + 3, + "document_status_code" + ], + [ + 3, + "document_status_description" + ], + [ + 4, + "shipping_agent_code" + ], + [ + 4, + "shipping_agent_name" + ], + [ + 4, + "shipping_agent_description" + ], + [ + 5, + "document_id" + ], + [ + 5, + "document_status_code" + ], + [ + 5, + "document_type_code" + ], + [ + 5, + "shipping_agent_code" + ], + [ + 5, + "receipt_date" + ], + [ + 5, + "receipt_number" + ], + [ + 5, + "other_details" + ], + [ + 6, + "employee_id" + ], + [ + 6, + "role_code" + ], + [ + 6, + "employee_name" + ], + [ + 6, + "other_details" + ], + [ + 7, + "document_id" + ], + [ + 7, + "draft_number" + ], + [ + 7, + "draft_details" + ], + [ + 8, + "document_id" + ], + [ + 8, + "draft_number" + ], + [ + 8, + "copy_number" + ], + [ + 9, + "document_id" + ], + [ + 9, + "draft_number" + ], + [ + 9, + "copy_number" + ], + [ + 9, + "employee_id" + ], + [ + 10, + "document_id" + ], + [ + 10, + "mailed_to_address_id" + ], + [ + 10, + "mailing_date" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "time", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "time" + ], + "db_id": "cre_Doc_Control_Systems", + "foreign_keys": [ + [ + 15, + 9 + ], + [ + 13, + 7 + ], + [ + 14, + 1 + ], + [ + 20, + 3 + ], + [ + 23, + 12 + ], + [ + 26, + 23 + ], + [ + 27, + 24 + ], + [ + 32, + 19 + ], + [ + 29, + 26 + ], + [ + 30, + 27 + ], + [ + 31, + 28 + ], + [ + 34, + 5 + ], + [ + 33, + 12 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 7, + 9, + 12, + 19, + 23, + 26, + 29, + 33 + ], + "table_names": [ + "reference document types", + "roles", + "addresses", + "reference document status", + "reference shipping agents", + "documents", + "employees", + "document drafts", + "draft copies", + "circulation history", + "documents mailed" + ], + "table_names_original": [ + "Ref_Document_Types", + "Roles", + "Addresses", + "Ref_Document_Status", + "Ref_Shipping_Agents", + "Documents", + "Employees", + "Document_Drafts", + "Draft_Copies", + "Circulation_History", + "Documents_Mailed" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "investor id" + ], + [ + 0, + "investor details" + ], + [ + 1, + "lot id" + ], + [ + 1, + "investor id" + ], + [ + 1, + "lot details" + ], + [ + 2, + "transaction type code" + ], + [ + 2, + "transaction type description" + ], + [ + 3, + "transaction id" + ], + [ + 3, + "investor id" + ], + [ + 3, + "transaction type code" + ], + [ + 3, + "date of transaction" + ], + [ + 3, + "amount of transaction" + ], + [ + 3, + "share count" + ], + [ + 3, + "other details" + ], + [ + 4, + "sales transaction id" + ], + [ + 4, + "sales details" + ], + [ + 5, + "purchase transaction id" + ], + [ + 5, + "purchase details" + ], + [ + 6, + "transaction id" + ], + [ + 6, + "lot id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "investor_id" + ], + [ + 0, + "Investor_details" + ], + [ + 1, + "lot_id" + ], + [ + 1, + "investor_id" + ], + [ + 1, + "lot_details" + ], + [ + 2, + "transaction_type_code" + ], + [ + 2, + "transaction_type_description" + ], + [ + 3, + "transaction_id" + ], + [ + 3, + "investor_id" + ], + [ + 3, + "transaction_type_code" + ], + [ + 3, + "date_of_transaction" + ], + [ + 3, + "amount_of_transaction" + ], + [ + 3, + "share_count" + ], + [ + 3, + "other_details" + ], + [ + 4, + "sales_transaction_id" + ], + [ + 4, + "sales_details" + ], + [ + 5, + "purchase_transaction_id" + ], + [ + 5, + "purchase_details" + ], + [ + 6, + "transaction_id" + ], + [ + 6, + "lot_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "time", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "number" + ], + "db_id": "tracking_share_transactions", + "foreign_keys": [ + [ + 4, + 1 + ], + [ + 10, + 6 + ], + [ + 9, + 1 + ], + [ + 15, + 8 + ], + [ + 17, + 8 + ], + [ + 19, + 8 + ], + [ + 20, + 3 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 8, + 15 + ], + "table_names": [ + "investors", + "lots", + "reference transaction types", + "transactions", + "sales", + "purchases", + "transactions lots" + ], + "table_names_original": [ + "Investors", + "Lots", + "Ref_Transaction_Types", + "Transactions", + "Sales", + "Purchases", + "Transactions_Lots" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "building id" + ], + [ + 0, + "building short name" + ], + [ + 0, + "building full name" + ], + [ + 0, + "building description" + ], + [ + 0, + "building address" + ], + [ + 0, + "building manager" + ], + [ + 0, + "building phone" + ], + [ + 1, + "apartment id" + ], + [ + 1, + "building id" + ], + [ + 1, + "apartment type code" + ], + [ + 1, + "apartment number" + ], + [ + 1, + "bathroom count" + ], + [ + 1, + "bedroom count" + ], + [ + 1, + "room count" + ], + [ + 2, + "apartment id" + ], + [ + 2, + "facility code" + ], + [ + 3, + "guest id" + ], + [ + 3, + "gender code" + ], + [ + 3, + "guest first name" + ], + [ + 3, + "guest last name" + ], + [ + 3, + "date of birth" + ], + [ + 4, + "apartment booking id" + ], + [ + 4, + "apartment id" + ], + [ + 4, + "guest id" + ], + [ + 4, + "booking status code" + ], + [ + 4, + "booking start date" + ], + [ + 4, + "booking end date" + ], + [ + 5, + "apartment id" + ], + [ + 5, + "apartment booking id" + ], + [ + 5, + "status date" + ], + [ + 5, + "available yes or no" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "building_id" + ], + [ + 0, + "building_short_name" + ], + [ + 0, + "building_full_name" + ], + [ + 0, + "building_description" + ], + [ + 0, + "building_address" + ], + [ + 0, + "building_manager" + ], + [ + 0, + "building_phone" + ], + [ + 1, + "apt_id" + ], + [ + 1, + "building_id" + ], + [ + 1, + "apt_type_code" + ], + [ + 1, + "apt_number" + ], + [ + 1, + "bathroom_count" + ], + [ + 1, + "bedroom_count" + ], + [ + 1, + "room_count" + ], + [ + 2, + "apt_id" + ], + [ + 2, + "facility_code" + ], + [ + 3, + "guest_id" + ], + [ + 3, + "gender_code" + ], + [ + 3, + "guest_first_name" + ], + [ + 3, + "guest_last_name" + ], + [ + 3, + "date_of_birth" + ], + [ + 4, + "apt_booking_id" + ], + [ + 4, + "apt_id" + ], + [ + 4, + "guest_id" + ], + [ + 4, + "booking_status_code" + ], + [ + 4, + "booking_start_date" + ], + [ + 4, + "booking_end_date" + ], + [ + 5, + "apt_id" + ], + [ + 5, + "apt_booking_id" + ], + [ + 5, + "status_date" + ], + [ + 5, + "available_yn" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "time", + "number", + "number", + "number", + "text", + "time", + "time", + "number", + "number", + "time", + "others" + ], + "db_id": "apartment_rentals", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 15, + 8 + ], + [ + 24, + 17 + ], + [ + 23, + 8 + ], + [ + 29, + 22 + ], + [ + 28, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 15, + 17, + 22, + 30 + ], + "table_names": [ + "apartment buildings", + "apartments", + "apartment facilities", + "guests", + "apartment bookings", + "view unit status" + ], + "table_names_original": [ + "Apartment_Buildings", + "Apartments", + "Apartment_Facilities", + "Guests", + "Apartment_Bookings", + "View_Unit_Status" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "line 1" + ], + [ + 0, + "line 2" + ], + [ + 0, + "line 3" + ], + [ + 0, + "city" + ], + [ + 0, + "zip postcode" + ], + [ + 0, + "state province county" + ], + [ + 0, + "country" + ], + [ + 0, + "other address details" + ], + [ + 1, + "course id" + ], + [ + 1, + "course name" + ], + [ + 1, + "course description" + ], + [ + 1, + "other details" + ], + [ + 2, + "department id" + ], + [ + 2, + "department name" + ], + [ + 2, + "department description" + ], + [ + 2, + "other details" + ], + [ + 3, + "degree program id" + ], + [ + 3, + "department id" + ], + [ + 3, + "degree summary name" + ], + [ + 3, + "degree summary description" + ], + [ + 3, + "other details" + ], + [ + 4, + "section id" + ], + [ + 4, + "course id" + ], + [ + 4, + "section name" + ], + [ + 4, + "section description" + ], + [ + 4, + "other details" + ], + [ + 5, + "semester id" + ], + [ + 5, + "semester name" + ], + [ + 5, + "semester description" + ], + [ + 5, + "other details" + ], + [ + 6, + "student id" + ], + [ + 6, + "current address id" + ], + [ + 6, + "permanent address id" + ], + [ + 6, + "first name" + ], + [ + 6, + "middle name" + ], + [ + 6, + "last name" + ], + [ + 6, + "cell mobile number" + ], + [ + 6, + "email address" + ], + [ + 6, + "ssn" + ], + [ + 6, + "date first registered" + ], + [ + 6, + "date left" + ], + [ + 6, + "other student details" + ], + [ + 7, + "student enrolment id" + ], + [ + 7, + "degree program id" + ], + [ + 7, + "semester id" + ], + [ + 7, + "student id" + ], + [ + 7, + "other details" + ], + [ + 8, + "student course id" + ], + [ + 8, + "course id" + ], + [ + 8, + "student enrolment id" + ], + [ + 9, + "transcript id" + ], + [ + 9, + "transcript date" + ], + [ + 9, + "other details" + ], + [ + 10, + "student course id" + ], + [ + 10, + "transcript id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_id" + ], + [ + 0, + "line_1" + ], + [ + 0, + "line_2" + ], + [ + 0, + "line_3" + ], + [ + 0, + "city" + ], + [ + 0, + "zip_postcode" + ], + [ + 0, + "state_province_county" + ], + [ + 0, + "country" + ], + [ + 0, + "other_address_details" + ], + [ + 1, + "course_id" + ], + [ + 1, + "course_name" + ], + [ + 1, + "course_description" + ], + [ + 1, + "other_details" + ], + [ + 2, + "department_id" + ], + [ + 2, + "department_name" + ], + [ + 2, + "department_description" + ], + [ + 2, + "other_details" + ], + [ + 3, + "degree_program_id" + ], + [ + 3, + "department_id" + ], + [ + 3, + "degree_summary_name" + ], + [ + 3, + "degree_summary_description" + ], + [ + 3, + "other_details" + ], + [ + 4, + "section_id" + ], + [ + 4, + "course_id" + ], + [ + 4, + "section_name" + ], + [ + 4, + "section_description" + ], + [ + 4, + "other_details" + ], + [ + 5, + "semester_id" + ], + [ + 5, + "semester_name" + ], + [ + 5, + "semester_description" + ], + [ + 5, + "other_details" + ], + [ + 6, + "student_id" + ], + [ + 6, + "current_address_id" + ], + [ + 6, + "permanent_address_id" + ], + [ + 6, + "first_name" + ], + [ + 6, + "middle_name" + ], + [ + 6, + "last_name" + ], + [ + 6, + "cell_mobile_number" + ], + [ + 6, + "email_address" + ], + [ + 6, + "ssn" + ], + [ + 6, + "date_first_registered" + ], + [ + 6, + "date_left" + ], + [ + 6, + "other_student_details" + ], + [ + 7, + "student_enrolment_id" + ], + [ + 7, + "degree_program_id" + ], + [ + 7, + "semester_id" + ], + [ + 7, + "student_id" + ], + [ + 7, + "other_details" + ], + [ + 8, + "student_course_id" + ], + [ + 8, + "course_id" + ], + [ + 8, + "student_enrolment_id" + ], + [ + 9, + "transcript_id" + ], + [ + 9, + "transcript_date" + ], + [ + 9, + "other_details" + ], + [ + 10, + "student_course_id" + ], + [ + 10, + "transcript_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "time", + "time", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "time", + "text", + "number", + "number" + ], + "db_id": "student_transcripts_tracking", + "foreign_keys": [ + [ + 19, + 14 + ], + [ + 24, + 10 + ], + [ + 34, + 1 + ], + [ + 33, + 1 + ], + [ + 47, + 32 + ], + [ + 46, + 28 + ], + [ + 45, + 18 + ], + [ + 51, + 44 + ], + [ + 50, + 10 + ], + [ + 56, + 52 + ], + [ + 55, + 49 + ] + ], + "primary_keys": [ + 1, + 10, + 14, + 18, + 23, + 28, + 32, + 44, + 49, + 52 + ], + "table_names": [ + "addresses", + "courses", + "departments", + "degree programs", + "sections", + "semesters", + "students", + "student enrolment", + "student enrolment courses", + "transcripts", + "transcript contents" + ], + "table_names_original": [ + "Addresses", + "Courses", + "Departments", + "Degree_Programs", + "Sections", + "Semesters", + "Students", + "Student_Enrolment", + "Student_Enrolment_Courses", + "Transcripts", + "Transcript_Contents" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "document type code" + ], + [ + 0, + "document type name" + ], + [ + 0, + "document type description" + ], + [ + 1, + "budget type code" + ], + [ + 1, + "budget type description" + ], + [ + 2, + "project id" + ], + [ + 2, + "project details" + ], + [ + 3, + "document id" + ], + [ + 3, + "document type code" + ], + [ + 3, + "project id" + ], + [ + 3, + "document date" + ], + [ + 3, + "document name" + ], + [ + 3, + "document description" + ], + [ + 3, + "other details" + ], + [ + 4, + "statement id" + ], + [ + 4, + "statement details" + ], + [ + 5, + "document id" + ], + [ + 5, + "budget type code" + ], + [ + 5, + "document details" + ], + [ + 6, + "account id" + ], + [ + 6, + "statement id" + ], + [ + 6, + "account details" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Document_Type_Code" + ], + [ + 0, + "Document_Type_Name" + ], + [ + 0, + "Document_Type_Description" + ], + [ + 1, + "Budget_Type_Code" + ], + [ + 1, + "Budget_Type_Description" + ], + [ + 2, + "Project_ID" + ], + [ + 2, + "Project_Details" + ], + [ + 3, + "Document_ID" + ], + [ + 3, + "Document_Type_Code" + ], + [ + 3, + "Project_ID" + ], + [ + 3, + "Document_Date" + ], + [ + 3, + "Document_Name" + ], + [ + 3, + "Document_Description" + ], + [ + 3, + "Other_Details" + ], + [ + 4, + "Statement_ID" + ], + [ + 4, + "Statement_Details" + ], + [ + 5, + "Document_ID" + ], + [ + 5, + "Budget_Type_Code" + ], + [ + 5, + "Document_Details" + ], + [ + 6, + "Account_ID" + ], + [ + 6, + "Statement_ID" + ], + [ + 6, + "Account_Details" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "time", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "cre_Docs_and_Epenses", + "foreign_keys": [ + [ + 10, + 6 + ], + [ + 9, + 1 + ], + [ + 15, + 8 + ], + [ + 17, + 8 + ], + [ + 18, + 4 + ], + [ + 21, + 15 + ] + ], + "primary_keys": [ + 1, + 4, + 6, + 8, + 15, + 17, + 20 + ], + "table_names": [ + "reference document types", + "reference budget codes", + "projects", + "documents", + "statements", + "documents with expenses", + "accounts" + ], + "table_names_original": [ + "Ref_Document_Types", + "Ref_Budget_Codes", + "Projects", + "Documents", + "Statements", + "Documents_with_Expenses", + "Accounts" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "mission id" + ], + [ + 0, + "ship id" + ], + [ + 0, + "code" + ], + [ + 0, + "launched year" + ], + [ + 0, + "location" + ], + [ + 0, + "speed knots" + ], + [ + 0, + "fate" + ], + [ + 1, + "ship id" + ], + [ + 1, + "name" + ], + [ + 1, + "type" + ], + [ + 1, + "nationality" + ], + [ + 1, + "tonnage" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Mission_ID" + ], + [ + 0, + "Ship_ID" + ], + [ + 0, + "Code" + ], + [ + 0, + "Launched_Year" + ], + [ + 0, + "Location" + ], + [ + 0, + "Speed_knots" + ], + [ + 0, + "Fate" + ], + [ + 1, + "Ship_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Type" + ], + [ + 1, + "Nationality" + ], + [ + 1, + "Tonnage" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "number" + ], + "db_id": "ship_mission", + "foreign_keys": [ + [ + 2, + 8 + ] + ], + "primary_keys": [ + 1, + 8 + ], + "table_names": [ + "mission", + "ship" + ], + "table_names_original": [ + "mission", + "ship" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "city" + ], + [ + 0, + "height" + ], + [ + 0, + "stories" + ], + [ + 0, + "status" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "headquarters" + ], + [ + 1, + "industry" + ], + [ + 1, + "sales billion" + ], + [ + 1, + "profits billion" + ], + [ + 1, + "assets billion" + ], + [ + 1, + "market value billion" + ], + [ + 2, + "building id" + ], + [ + 2, + "company id" + ], + [ + 2, + "move in year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "City" + ], + [ + 0, + "Height" + ], + [ + 0, + "Stories" + ], + [ + 0, + "Status" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "Headquarters" + ], + [ + 1, + "Industry" + ], + [ + 1, + "Sales_billion" + ], + [ + 1, + "Profits_billion" + ], + [ + 1, + "Assets_billion" + ], + [ + 1, + "Market_Value_billion" + ], + [ + 2, + "building_id" + ], + [ + 2, + "company_id" + ], + [ + 2, + "move_in_year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "company_office", + "foreign_keys": [ + [ + 16, + 7 + ], + [ + 15, + 1 + ] + ], + "primary_keys": [ + 1, + 7, + 15 + ], + "table_names": [ + "buildings", + "companies", + "office locations" + ], + "table_names_original": [ + "buildings", + "Companies", + "Office_locations" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "problem category code" + ], + [ + 0, + "problem category description" + ], + [ + 1, + "problem log id" + ], + [ + 1, + "assigned to staff id" + ], + [ + 1, + "problem id" + ], + [ + 1, + "problem category code" + ], + [ + 1, + "problem status code" + ], + [ + 1, + "log entry date" + ], + [ + 1, + "log entry description" + ], + [ + 1, + "log entry fix" + ], + [ + 1, + "other log details" + ], + [ + 2, + "problem status code" + ], + [ + 2, + "problem status description" + ], + [ + 3, + "product id" + ], + [ + 3, + "product name" + ], + [ + 3, + "product details" + ], + [ + 4, + "staff id" + ], + [ + 4, + "staff first name" + ], + [ + 4, + "staff last name" + ], + [ + 4, + "other staff details" + ], + [ + 5, + "problem id" + ], + [ + 5, + "product id" + ], + [ + 5, + "closure authorised by staff id" + ], + [ + 5, + "reported by staff id" + ], + [ + 5, + "date problem reported" + ], + [ + 5, + "date problem closed" + ], + [ + 5, + "problem description" + ], + [ + 5, + "other problem details" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "problem_category_code" + ], + [ + 0, + "problem_category_description" + ], + [ + 1, + "problem_log_id" + ], + [ + 1, + "assigned_to_staff_id" + ], + [ + 1, + "problem_id" + ], + [ + 1, + "problem_category_code" + ], + [ + 1, + "problem_status_code" + ], + [ + 1, + "log_entry_date" + ], + [ + 1, + "log_entry_description" + ], + [ + 1, + "log_entry_fix" + ], + [ + 1, + "other_log_details" + ], + [ + 2, + "problem_status_code" + ], + [ + 2, + "problem_status_description" + ], + [ + 3, + "product_id" + ], + [ + 3, + "product_name" + ], + [ + 3, + "product_details" + ], + [ + 4, + "staff_id" + ], + [ + 4, + "staff_first_name" + ], + [ + 4, + "staff_last_name" + ], + [ + 4, + "other_staff_details" + ], + [ + 5, + "problem_id" + ], + [ + 5, + "product_id" + ], + [ + 5, + "closure_authorised_by_staff_id" + ], + [ + 5, + "reported_by_staff_id" + ], + [ + 5, + "date_problem_reported" + ], + [ + 5, + "date_problem_closed" + ], + [ + 5, + "problem_description" + ], + [ + 5, + "other_problem_details" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "time", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "time", + "time", + "text", + "text" + ], + "db_id": "tracking_software_problems", + "foreign_keys": [ + [ + 7, + 12 + ], + [ + 5, + 21 + ], + [ + 4, + 17 + ], + [ + 6, + 1 + ], + [ + 24, + 17 + ], + [ + 22, + 14 + ], + [ + 23, + 17 + ] + ], + "primary_keys": [ + 1, + 3, + 12, + 14, + 17, + 21 + ], + "table_names": [ + "problem category codes", + "problem log", + "problem status codes", + "product", + "staff", + "problems" + ], + "table_names_original": [ + "Problem_Category_Codes", + "Problem_Log", + "Problem_Status_Codes", + "Product", + "Staff", + "Problems" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "characteristic type code" + ], + [ + 0, + "characteristic type description" + ], + [ + 1, + "color code" + ], + [ + 1, + "color description" + ], + [ + 2, + "product category code" + ], + [ + 2, + "product category description" + ], + [ + 2, + "unit of measure" + ], + [ + 3, + "characteristic id" + ], + [ + 3, + "characteristic type code" + ], + [ + 3, + "characteristic data type" + ], + [ + 3, + "characteristic name" + ], + [ + 3, + "other characteristic details" + ], + [ + 4, + "product id" + ], + [ + 4, + "color code" + ], + [ + 4, + "product category code" + ], + [ + 4, + "product name" + ], + [ + 4, + "typical buying price" + ], + [ + 4, + "typical selling price" + ], + [ + 4, + "product description" + ], + [ + 4, + "other product details" + ], + [ + 5, + "product id" + ], + [ + 5, + "characteristic id" + ], + [ + 5, + "product characteristic value" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "characteristic_type_code" + ], + [ + 0, + "characteristic_type_description" + ], + [ + 1, + "color_code" + ], + [ + 1, + "color_description" + ], + [ + 2, + "product_category_code" + ], + [ + 2, + "product_category_description" + ], + [ + 2, + "unit_of_measure" + ], + [ + 3, + "characteristic_id" + ], + [ + 3, + "characteristic_type_code" + ], + [ + 3, + "characteristic_data_type" + ], + [ + 3, + "characteristic_name" + ], + [ + 3, + "other_characteristic_details" + ], + [ + 4, + "product_id" + ], + [ + 4, + "color_code" + ], + [ + 4, + "product_category_code" + ], + [ + 4, + "product_name" + ], + [ + 4, + "typical_buying_price" + ], + [ + 4, + "typical_selling_price" + ], + [ + 4, + "product_description" + ], + [ + 4, + "other_product_details" + ], + [ + 5, + "product_id" + ], + [ + 5, + "characteristic_id" + ], + [ + 5, + "product_characteristic_value" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "products_gen_characteristics", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 14, + 3 + ], + [ + 15, + 5 + ], + [ + 21, + 13 + ], + [ + 22, + 8 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 8, + 13 + ], + "table_names": [ + "reference characteristic types", + "reference colors", + "reference product categories", + "characteristics", + "products", + "product characteristics" + ], + "table_names_original": [ + "Ref_Characteristic_Types", + "Ref_Colors", + "Ref_Product_Categories", + "Characteristics", + "Products", + "Product_Characteristics" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "shop id" + ], + [ + 0, + "address" + ], + [ + 0, + "num of staff" + ], + [ + 0, + "score" + ], + [ + 0, + "open year" + ], + [ + 1, + "member id" + ], + [ + 1, + "name" + ], + [ + 1, + "membership card" + ], + [ + 1, + "age" + ], + [ + 1, + "time of purchase" + ], + [ + 1, + "level of membership" + ], + [ + 1, + "address" + ], + [ + 2, + "hh id" + ], + [ + 2, + "shop id" + ], + [ + 2, + "month" + ], + [ + 2, + "num of shaff in charge" + ], + [ + 3, + "hh id" + ], + [ + 3, + "member id" + ], + [ + 3, + "total amount" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Shop_ID" + ], + [ + 0, + "Address" + ], + [ + 0, + "Num_of_staff" + ], + [ + 0, + "Score" + ], + [ + 0, + "Open_Year" + ], + [ + 1, + "Member_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Membership_card" + ], + [ + 1, + "Age" + ], + [ + 1, + "Time_of_purchase" + ], + [ + 1, + "Level_of_membership" + ], + [ + 1, + "Address" + ], + [ + 2, + "HH_ID" + ], + [ + 2, + "Shop_ID" + ], + [ + 2, + "Month" + ], + [ + 2, + "Num_of_shaff_in_charge" + ], + [ + 3, + "HH_ID" + ], + [ + 3, + "Member_ID" + ], + [ + 3, + "Total_amount" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "coffee_shop", + "foreign_keys": [ + [ + 14, + 1 + ], + [ + 18, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 13, + 17 + ], + "table_names": [ + "shop", + "member", + "happy hour", + "happy hour member" + ], + "table_names_original": [ + "shop", + "member", + "happy_hour", + "happy_hour_member" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "player id" + ], + [ + 0, + "sponsor name" + ], + [ + 0, + "player name" + ], + [ + 0, + "gender" + ], + [ + 0, + "residence" + ], + [ + 0, + "occupation" + ], + [ + 0, + "votes" + ], + [ + 0, + "rank" + ], + [ + 1, + "club id" + ], + [ + 1, + "club name" + ], + [ + 1, + "region" + ], + [ + 1, + "start year" + ], + [ + 2, + "coach id" + ], + [ + 2, + "player name" + ], + [ + 2, + "gender" + ], + [ + 2, + "club id" + ], + [ + 2, + "rank" + ], + [ + 3, + "player id" + ], + [ + 3, + "coach id" + ], + [ + 3, + "starting year" + ], + [ + 4, + "rank" + ], + [ + 4, + "club id" + ], + [ + 4, + "gold" + ], + [ + 4, + "big silver" + ], + [ + 4, + "small silver" + ], + [ + 4, + "bronze" + ], + [ + 4, + "points" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Player_ID" + ], + [ + 0, + "Sponsor_name" + ], + [ + 0, + "Player_name" + ], + [ + 0, + "Gender" + ], + [ + 0, + "Residence" + ], + [ + 0, + "Occupation" + ], + [ + 0, + "Votes" + ], + [ + 0, + "Rank" + ], + [ + 1, + "Club_ID" + ], + [ + 1, + "Club_name" + ], + [ + 1, + "Region" + ], + [ + 1, + "Start_year" + ], + [ + 2, + "Coach_ID" + ], + [ + 2, + "Coach_name" + ], + [ + 2, + "Gender" + ], + [ + 2, + "Club_ID" + ], + [ + 2, + "Rank" + ], + [ + 3, + "Player_ID" + ], + [ + 3, + "Coach_ID" + ], + [ + 3, + "Starting_year" + ], + [ + 4, + "Rank" + ], + [ + 4, + "Club_ID" + ], + [ + 4, + "Gold" + ], + [ + 4, + "Big_Silver" + ], + [ + 4, + "Small_Silver" + ], + [ + 4, + "Bronze" + ], + [ + 4, + "Points" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "riding_club", + "foreign_keys": [ + [ + 16, + 9 + ], + [ + 19, + 13 + ], + [ + 18, + 1 + ], + [ + 22, + 9 + ] + ], + "primary_keys": [ + 1, + 9, + 13, + 18, + 21 + ], + "table_names": [ + "player", + "club", + "coach", + "player coach", + "match result" + ], + "table_names_original": [ + "player", + "club", + "coach", + "player_coach", + "match_result" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "account id" + ], + [ + 0, + "customer id" + ], + [ + 0, + "account name" + ], + [ + 0, + "other account details" + ], + [ + 1, + "customer id" + ], + [ + 1, + "customer first name" + ], + [ + 1, + "customer last name" + ], + [ + 1, + "customer address" + ], + [ + 1, + "customer phone" + ], + [ + 1, + "customer email" + ], + [ + 1, + "other customer details" + ], + [ + 2, + "card id" + ], + [ + 2, + "customer id" + ], + [ + 2, + "card type code" + ], + [ + 2, + "card number" + ], + [ + 2, + "date valid from" + ], + [ + 2, + "date valid to" + ], + [ + 2, + "other card details" + ], + [ + 3, + "transaction id" + ], + [ + 3, + "previous transaction id" + ], + [ + 3, + "account id" + ], + [ + 3, + "card id" + ], + [ + 3, + "transaction type" + ], + [ + 3, + "transaction date" + ], + [ + 3, + "transaction amount" + ], + [ + 3, + "transaction comment" + ], + [ + 3, + "other transaction details" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "account_id" + ], + [ + 0, + "customer_id" + ], + [ + 0, + "account_name" + ], + [ + 0, + "other_account_details" + ], + [ + 1, + "customer_id" + ], + [ + 1, + "customer_first_name" + ], + [ + 1, + "customer_last_name" + ], + [ + 1, + "customer_address" + ], + [ + 1, + "customer_phone" + ], + [ + 1, + "customer_email" + ], + [ + 1, + "other_customer_details" + ], + [ + 2, + "card_id" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "card_type_code" + ], + [ + 2, + "card_number" + ], + [ + 2, + "date_valid_from" + ], + [ + 2, + "date_valid_to" + ], + [ + 2, + "other_card_details" + ], + [ + 3, + "transaction_id" + ], + [ + 3, + "previous_transaction_id" + ], + [ + 3, + "account_id" + ], + [ + 3, + "card_id" + ], + [ + 3, + "transaction_type" + ], + [ + 3, + "transaction_date" + ], + [ + 3, + "transaction_amount" + ], + [ + 3, + "transaction_comment" + ], + [ + 3, + "other_transaction_details" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "time", + "time", + "text", + "number", + "number", + "number", + "number", + "text", + "time", + "number", + "text", + "text" + ], + "db_id": "customers_card_transactions", + "foreign_keys": [ + [ + 21, + 1 + ], + [ + 22, + 12 + ] + ], + "primary_keys": [ + 1, + 5, + 12 + ], + "table_names": [ + "accounts", + "customers", + "customers cards", + "financial transactions" + ], + "table_names_original": [ + "Accounts", + "Customers", + "Customers_Cards", + "Financial_Transactions" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "county id" + ], + [ + 0, + "name" + ], + [ + 0, + "population" + ], + [ + 0, + "police officers" + ], + [ + 0, + "residents per officer" + ], + [ + 0, + "case burden" + ], + [ + 0, + "crime rate" + ], + [ + 0, + "police force" + ], + [ + 0, + "location" + ], + [ + 1, + "city id" + ], + [ + 1, + "county id" + ], + [ + 1, + "name" + ], + [ + 1, + "white" + ], + [ + 1, + "black" + ], + [ + 1, + "amerindian" + ], + [ + 1, + "asian" + ], + [ + 1, + "multiracial" + ], + [ + 1, + "hispanic" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "County_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Population" + ], + [ + 0, + "Police_officers" + ], + [ + 0, + "Residents_per_officer" + ], + [ + 0, + "Case_burden" + ], + [ + 0, + "Crime_rate" + ], + [ + 0, + "Police_force" + ], + [ + 0, + "Location" + ], + [ + 1, + "City_ID" + ], + [ + 1, + "County_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "White" + ], + [ + 1, + "Black" + ], + [ + 1, + "Amerindian" + ], + [ + 1, + "Asian" + ], + [ + 1, + "Multiracial" + ], + [ + 1, + "Hispanic" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "county_public_safety", + "foreign_keys": [ + [ + 11, + 1 + ] + ], + "primary_keys": [ + 1, + 10 + ], + "table_names": [ + "county public safety", + "city" + ], + "table_names_original": [ + "county_public_safety", + "city" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "member id" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "role" + ], + [ + 1, + "performance id" + ], + [ + 1, + "date" + ], + [ + 1, + "host" + ], + [ + 1, + "location" + ], + [ + 1, + "attendance" + ], + [ + 2, + "member id" + ], + [ + 2, + "performance id" + ], + [ + 2, + "num of pieces" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Member_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Nationality" + ], + [ + 0, + "Role" + ], + [ + 1, + "Performance_ID" + ], + [ + 1, + "Date" + ], + [ + 1, + "Host" + ], + [ + 1, + "Location" + ], + [ + 1, + "Attendance" + ], + [ + 2, + "Member_ID" + ], + [ + 2, + "Performance_ID" + ], + [ + 2, + "Num_of_Pieces" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "performance_attendance", + "foreign_keys": [ + [ + 11, + 5 + ], + [ + 10, + 1 + ] + ], + "primary_keys": [ + 1, + 5, + 10 + ], + "table_names": [ + "member", + "performance", + "member attendance" + ], + "table_names_original": [ + "member", + "performance", + "member_attendance" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "club id" + ], + [ + 1, + "club name" + ], + [ + 1, + "club description" + ], + [ + 1, + "club location" + ], + [ + 2, + "student id" + ], + [ + 2, + "club id" + ], + [ + 2, + "position" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "ClubID" + ], + [ + 1, + "ClubName" + ], + [ + 1, + "ClubDesc" + ], + [ + 1, + "ClubLocation" + ], + [ + 2, + "StuID" + ], + [ + 2, + "ClubID" + ], + [ + 2, + "Position" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "club_1", + "foreign_keys": [ + [ + 14, + 9 + ], + [ + 13, + 1 + ] + ], + "primary_keys": [ + 1, + 9 + ], + "table_names": [ + "student", + "club", + "member of club" + ], + "table_names_original": [ + "Student", + "Club", + "Member_of_club" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "singer id" + ], + [ + 0, + "name" + ], + [ + 0, + "birth year" + ], + [ + 0, + "net worth millions" + ], + [ + 0, + "citizenship" + ], + [ + 1, + "song id" + ], + [ + 1, + "title" + ], + [ + 1, + "singer id" + ], + [ + 1, + "sales" + ], + [ + 1, + "highest position" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Singer_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Birth_Year" + ], + [ + 0, + "Net_Worth_Millions" + ], + [ + 0, + "Citizenship" + ], + [ + 1, + "Song_ID" + ], + [ + 1, + "Title" + ], + [ + 1, + "Singer_ID" + ], + [ + 1, + "Sales" + ], + [ + 1, + "Highest_Position" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "singer", + "foreign_keys": [ + [ + 8, + 1 + ] + ], + "primary_keys": [ + 1, + 6 + ], + "table_names": [ + "singer", + "song" + ], + "table_names_original": [ + "singer", + "song" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "book club id" + ], + [ + 0, + "year" + ], + [ + 0, + "author or editor" + ], + [ + 0, + "book title" + ], + [ + 0, + "publisher" + ], + [ + 0, + "category" + ], + [ + 0, + "result" + ], + [ + 1, + "movie id" + ], + [ + 1, + "title" + ], + [ + 1, + "year" + ], + [ + 1, + "director" + ], + [ + 1, + "budget million" + ], + [ + 1, + "gross worldwide" + ], + [ + 2, + "company name" + ], + [ + 2, + "type" + ], + [ + 2, + "incorporated in" + ], + [ + 2, + "group equity shareholding" + ], + [ + 2, + "book club id" + ], + [ + 2, + "movie id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "book_club_id" + ], + [ + 0, + "Year" + ], + [ + 0, + "Author_or_Editor" + ], + [ + 0, + "Book_Title" + ], + [ + 0, + "Publisher" + ], + [ + 0, + "Category" + ], + [ + 0, + "Result" + ], + [ + 1, + "movie_id" + ], + [ + 1, + "Title" + ], + [ + 1, + "Year" + ], + [ + 1, + "Director" + ], + [ + 1, + "Budget_million" + ], + [ + 1, + "Gross_worldwide" + ], + [ + 2, + "Company_name" + ], + [ + 2, + "Type" + ], + [ + 2, + "Incorporated_in" + ], + [ + 2, + "Group_Equity_Shareholding" + ], + [ + 2, + "book_club_id" + ], + [ + 2, + "movie_id" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text" + ], + "db_id": "culture_company", + "foreign_keys": [ + [ + 19, + 8 + ], + [ + 18, + 1 + ] + ], + "primary_keys": [ + 1, + 8, + 14 + ], + "table_names": [ + "book club", + "movie", + "culture company" + ], + "table_names_original": [ + "book_club", + "movie", + "culture_company" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "template type code" + ], + [ + 0, + "template type description" + ], + [ + 1, + "template id" + ], + [ + 1, + "version number" + ], + [ + 1, + "template type code" + ], + [ + 1, + "date effective from" + ], + [ + 1, + "date effective to" + ], + [ + 1, + "template details" + ], + [ + 2, + "document id" + ], + [ + 2, + "template id" + ], + [ + 2, + "document name" + ], + [ + 2, + "document description" + ], + [ + 2, + "other details" + ], + [ + 3, + "paragraph id" + ], + [ + 3, + "document id" + ], + [ + 3, + "paragraph text" + ], + [ + 3, + "other details" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Template_Type_Code" + ], + [ + 0, + "Template_Type_Description" + ], + [ + 1, + "Template_ID" + ], + [ + 1, + "Version_Number" + ], + [ + 1, + "Template_Type_Code" + ], + [ + 1, + "Date_Effective_From" + ], + [ + 1, + "Date_Effective_To" + ], + [ + 1, + "Template_Details" + ], + [ + 2, + "Document_ID" + ], + [ + 2, + "Template_ID" + ], + [ + 2, + "Document_Name" + ], + [ + 2, + "Document_Description" + ], + [ + 2, + "Other_Details" + ], + [ + 3, + "Paragraph_ID" + ], + [ + 3, + "Document_ID" + ], + [ + 3, + "Paragraph_Text" + ], + [ + 3, + "Other_Details" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "number", + "text", + "time", + "time", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text" + ], + "db_id": "cre_Doc_Template_Mgt", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 10, + 3 + ], + [ + 15, + 9 + ] + ], + "primary_keys": [ + 1, + 3, + 9, + 14 + ], + "table_names": [ + "reference template types", + "templates", + "documents", + "paragraphs" + ], + "table_names_original": [ + "Ref_Template_Types", + "Templates", + "Documents", + "Paragraphs" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "musical id" + ], + [ + 0, + "name" + ], + [ + 0, + "year" + ], + [ + 0, + "award" + ], + [ + 0, + "category" + ], + [ + 0, + "nominee" + ], + [ + 0, + "result" + ], + [ + 1, + "actor id" + ], + [ + 1, + "name" + ], + [ + 1, + "musical id" + ], + [ + 1, + "character" + ], + [ + 1, + "duration" + ], + [ + 1, + "age" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Musical_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Year" + ], + [ + 0, + "Award" + ], + [ + 0, + "Category" + ], + [ + 0, + "Nominee" + ], + [ + 0, + "Result" + ], + [ + 1, + "Actor_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Musical_ID" + ], + [ + 1, + "Character" + ], + [ + 1, + "Duration" + ], + [ + 1, + "age" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number" + ], + "db_id": "musical", + "foreign_keys": [ + [ + 10, + 8 + ] + ], + "primary_keys": [ + 1, + 8 + ], + "table_names": [ + "musical", + "actor" + ], + "table_names_original": [ + "musical", + "actor" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "country code" + ], + [ + 0, + "district" + ], + [ + 0, + "population" + ], + [ + 1, + "name" + ], + [ + 1, + "seq" + ], + [ + 2, + "code" + ], + [ + 2, + "name" + ], + [ + 2, + "continent" + ], + [ + 2, + "region" + ], + [ + 2, + "surface area" + ], + [ + 2, + "indepdent year" + ], + [ + 2, + "population" + ], + [ + 2, + "life expectancy" + ], + [ + 2, + "gnp" + ], + [ + 2, + "gnp old" + ], + [ + 2, + "local name" + ], + [ + 2, + "government form" + ], + [ + 2, + "head of state" + ], + [ + 2, + "capital" + ], + [ + 2, + "code2" + ], + [ + 3, + "countrycode" + ], + [ + 3, + "language" + ], + [ + 3, + "is official" + ], + [ + 3, + "percentage" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "CountryCode" + ], + [ + 0, + "District" + ], + [ + 0, + "Population" + ], + [ + 1, + "name" + ], + [ + 1, + "seq" + ], + [ + 2, + "Code" + ], + [ + 2, + "Name" + ], + [ + 2, + "Continent" + ], + [ + 2, + "Region" + ], + [ + 2, + "SurfaceArea" + ], + [ + 2, + "IndepYear" + ], + [ + 2, + "Population" + ], + [ + 2, + "LifeExpectancy" + ], + [ + 2, + "GNP" + ], + [ + 2, + "GNPOld" + ], + [ + 2, + "LocalName" + ], + [ + 2, + "GovernmentForm" + ], + [ + 2, + "HeadOfState" + ], + [ + 2, + "Capital" + ], + [ + 2, + "Code2" + ], + [ + 3, + "CountryCode" + ], + [ + 3, + "Language" + ], + [ + 3, + "IsOfficial" + ], + [ + 3, + "Percentage" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number" + ], + "db_id": "world_1", + "foreign_keys": [ + [ + 3, + 8 + ], + [ + 23, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 23 + ], + "table_names": [ + "city", + "sqlite sequence", + "country", + "countrylanguage" + ], + "table_names_original": [ + "city", + "sqlite_sequence", + "country", + "countrylanguage" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "device id" + ], + [ + 0, + "device" + ], + [ + 0, + "carrier" + ], + [ + 0, + "package version" + ], + [ + 0, + "applications" + ], + [ + 0, + "software platform" + ], + [ + 1, + "shop id" + ], + [ + 1, + "shop name" + ], + [ + 1, + "location" + ], + [ + 1, + "open date" + ], + [ + 1, + "open year" + ], + [ + 2, + "shop id" + ], + [ + 2, + "device id" + ], + [ + 2, + "quantity" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Device_ID" + ], + [ + 0, + "Device" + ], + [ + 0, + "Carrier" + ], + [ + 0, + "Package_Version" + ], + [ + 0, + "Applications" + ], + [ + 0, + "Software_Platform" + ], + [ + 1, + "Shop_ID" + ], + [ + 1, + "Shop_Name" + ], + [ + 1, + "Location" + ], + [ + 1, + "Open_Date" + ], + [ + 1, + "Open_Year" + ], + [ + 2, + "Shop_ID" + ], + [ + 2, + "Device_ID" + ], + [ + 2, + "Quantity" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "device", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 12, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 12 + ], + "table_names": [ + "device", + "shop", + "stock" + ], + "table_names_original": [ + "device", + "shop", + "stock" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "document type code" + ], + [ + 0, + "document description" + ], + [ + 1, + "document id" + ], + [ + 1, + "document type code" + ], + [ + 1, + "grant id" + ], + [ + 1, + "sent date" + ], + [ + 1, + "response received date" + ], + [ + 1, + "other details" + ], + [ + 2, + "grant id" + ], + [ + 2, + "organisation id" + ], + [ + 2, + "grant amount" + ], + [ + 2, + "grant start date" + ], + [ + 2, + "grant end date" + ], + [ + 2, + "other details" + ], + [ + 3, + "organisation type" + ], + [ + 3, + "organisation type description" + ], + [ + 4, + "organisation id" + ], + [ + 4, + "organisation type" + ], + [ + 4, + "organisation details" + ], + [ + 5, + "project id" + ], + [ + 5, + "outcome code" + ], + [ + 5, + "outcome details" + ], + [ + 6, + "staff id" + ], + [ + 6, + "project id" + ], + [ + 6, + "role code" + ], + [ + 6, + "date from" + ], + [ + 6, + "date to" + ], + [ + 6, + "other details" + ], + [ + 7, + "project id" + ], + [ + 7, + "organisation id" + ], + [ + 7, + "project details" + ], + [ + 8, + "outcome code" + ], + [ + 8, + "outcome description" + ], + [ + 9, + "staff id" + ], + [ + 9, + "employer organisation id" + ], + [ + 9, + "staff details" + ], + [ + 10, + "role code" + ], + [ + 10, + "role description" + ], + [ + 11, + "task id" + ], + [ + 11, + "project id" + ], + [ + 11, + "task details" + ], + [ + 11, + "eg agree objectives" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "document_type_code" + ], + [ + 0, + "document_description" + ], + [ + 1, + "document_id" + ], + [ + 1, + "document_type_code" + ], + [ + 1, + "grant_id" + ], + [ + 1, + "sent_date" + ], + [ + 1, + "response_received_date" + ], + [ + 1, + "other_details" + ], + [ + 2, + "grant_id" + ], + [ + 2, + "organisation_id" + ], + [ + 2, + "grant_amount" + ], + [ + 2, + "grant_start_date" + ], + [ + 2, + "grant_end_date" + ], + [ + 2, + "other_details" + ], + [ + 3, + "organisation_type" + ], + [ + 3, + "organisation_type_description" + ], + [ + 4, + "organisation_id" + ], + [ + 4, + "organisation_type" + ], + [ + 4, + "organisation_details" + ], + [ + 5, + "project_id" + ], + [ + 5, + "outcome_code" + ], + [ + 5, + "outcome_details" + ], + [ + 6, + "staff_id" + ], + [ + 6, + "project_id" + ], + [ + 6, + "role_code" + ], + [ + 6, + "date_from" + ], + [ + 6, + "date_to" + ], + [ + 6, + "other_details" + ], + [ + 7, + "project_id" + ], + [ + 7, + "organisation_id" + ], + [ + 7, + "project_details" + ], + [ + 8, + "outcome_code" + ], + [ + 8, + "outcome_description" + ], + [ + 9, + "staff_id" + ], + [ + 9, + "employer_organisation_id" + ], + [ + 9, + "staff_details" + ], + [ + 10, + "role_code" + ], + [ + 10, + "role_description" + ], + [ + 11, + "task_id" + ], + [ + 11, + "project_id" + ], + [ + 11, + "task_details" + ], + [ + 11, + "eg Agree Objectives" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "number", + "time", + "time", + "text", + "number", + "number", + "number", + "time", + "time", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "time", + "time", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text" + ], + "db_id": "tracking_grants_for_research", + "foreign_keys": [ + [ + 5, + 9 + ], + [ + 4, + 1 + ], + [ + 10, + 17 + ], + [ + 18, + 15 + ], + [ + 21, + 32 + ], + [ + 20, + 29 + ], + [ + 25, + 37 + ], + [ + 24, + 29 + ], + [ + 30, + 17 + ], + [ + 35, + 17 + ], + [ + 40, + 29 + ] + ], + "primary_keys": [ + 1, + 3, + 9, + 15, + 17, + 23, + 29, + 32, + 34, + 37, + 39 + ], + "table_names": [ + "document types", + "documents", + "grants", + "organisation types", + "organisations", + "project outcomes", + "project staff", + "projects", + "research outcomes", + "research staff", + "staff roles", + "tasks" + ], + "table_names_original": [ + "Document_Types", + "Documents", + "Grants", + "Organisation_Types", + "Organisations", + "Project_Outcomes", + "Project_Staff", + "Projects", + "Research_Outcomes", + "Research_Staff", + "Staff_Roles", + "Tasks" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "employee id" + ], + [ + 0, + "name" + ], + [ + 0, + "age" + ], + [ + 0, + "city" + ], + [ + 1, + "shop id" + ], + [ + 1, + "name" + ], + [ + 1, + "location" + ], + [ + 1, + "district" + ], + [ + 1, + "number products" + ], + [ + 1, + "manager name" + ], + [ + 2, + "shop id" + ], + [ + 2, + "employee id" + ], + [ + 2, + "start from" + ], + [ + 2, + "is full time" + ], + [ + 3, + "employee id" + ], + [ + 3, + "year awarded" + ], + [ + 3, + "bonus" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Employee_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Age" + ], + [ + 0, + "City" + ], + [ + 1, + "Shop_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Location" + ], + [ + 1, + "District" + ], + [ + 1, + "Number_products" + ], + [ + 1, + "Manager_name" + ], + [ + 2, + "Shop_ID" + ], + [ + 2, + "Employee_ID" + ], + [ + 2, + "Start_from" + ], + [ + 2, + "Is_full_time" + ], + [ + 3, + "Employee_ID" + ], + [ + 3, + "Year_awarded" + ], + [ + 3, + "Bonus" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "others", + "text", + "text", + "number" + ], + "db_id": "employee_hire_evaluation", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 11, + 5 + ], + [ + 15, + 1 + ] + ], + "primary_keys": [ + 1, + 5, + 12, + 15 + ], + "table_names": [ + "employee", + "shop", + "hiring", + "evaluation" + ], + "table_names_original": [ + "employee", + "shop", + "hiring", + "evaluation" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "movie id" + ], + [ + 0, + "title" + ], + [ + 0, + "year" + ], + [ + 0, + "director" + ], + [ + 1, + "reviewer id" + ], + [ + 1, + "name" + ], + [ + 2, + "reviewer id" + ], + [ + 2, + "movie id" + ], + [ + 2, + "rating stars" + ], + [ + 2, + "rating date" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "mID" + ], + [ + 0, + "title" + ], + [ + 0, + "year" + ], + [ + 0, + "director" + ], + [ + 1, + "rID" + ], + [ + 1, + "name" + ], + [ + 2, + "rID" + ], + [ + 2, + "mID" + ], + [ + 2, + "stars" + ], + [ + 2, + "ratingDate" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "time" + ], + "db_id": "movie_1", + "foreign_keys": [ + [ + 7, + 5 + ], + [ + 8, + 1 + ] + ], + "primary_keys": [ + 1, + 5 + ], + "table_names": [ + "movie", + "reviewer", + "rating" + ], + "table_names_original": [ + "Movie", + "Reviewer", + "Rating" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "grade" + ], + [ + 1, + "student id" + ], + [ + 1, + "friend id" + ], + [ + 2, + "student id" + ], + [ + 2, + "liked id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "ID" + ], + [ + 0, + "name" + ], + [ + 0, + "grade" + ], + [ + 1, + "student_id" + ], + [ + 1, + "friend_id" + ], + [ + 2, + "student_id" + ], + [ + 2, + "liked_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "network_1", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 4, + 1 + ], + [ + 6, + 1 + ], + [ + 7, + 1 + ] + ], + "primary_keys": [ + 1, + 4, + 6 + ], + "table_names": [ + "high schooler", + "friend", + "likes" + ], + "table_names_original": [ + "Highschooler", + "Friend", + "Likes" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "poker player id" + ], + [ + 0, + "people id" + ], + [ + 0, + "final table made" + ], + [ + 0, + "best finish" + ], + [ + 0, + "money rank" + ], + [ + 0, + "earnings" + ], + [ + 1, + "people id" + ], + [ + 1, + "nationality" + ], + [ + 1, + "name" + ], + [ + 1, + "birth date" + ], + [ + 1, + "height" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Poker_Player_ID" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "Final_Table_Made" + ], + [ + 0, + "Best_Finish" + ], + [ + 0, + "Money_Rank" + ], + [ + 0, + "Earnings" + ], + [ + 1, + "People_ID" + ], + [ + 1, + "Nationality" + ], + [ + 1, + "Name" + ], + [ + 1, + "Birth_Date" + ], + [ + 1, + "Height" + ] + ], + "column_types": [ + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number" + ], + "db_id": "poker_player", + "foreign_keys": [ + [ + 2, + 7 + ] + ], + "primary_keys": [ + 1, + 7 + ], + "table_names": [ + "poker player", + "people" + ], + "table_names_original": [ + "poker_player", + "people" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "program id" + ], + [ + 0, + "name" + ], + [ + 0, + "origin" + ], + [ + 0, + "launch" + ], + [ + 0, + "owner" + ], + [ + 1, + "channel id" + ], + [ + 1, + "name" + ], + [ + 1, + "owner" + ], + [ + 1, + "share in percent" + ], + [ + 1, + "rating in percent" + ], + [ + 2, + "channel id" + ], + [ + 2, + "program id" + ], + [ + 2, + "time of day" + ], + [ + 3, + "channel id" + ], + [ + 3, + "program id" + ], + [ + 3, + "date" + ], + [ + 3, + "share in percent" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Program_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Origin" + ], + [ + 0, + "Launch" + ], + [ + 0, + "Owner" + ], + [ + 1, + "Channel_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Owner" + ], + [ + 1, + "Share_in_percent" + ], + [ + 1, + "Rating_in_percent" + ], + [ + 2, + "Channel_ID" + ], + [ + 2, + "Program_ID" + ], + [ + 2, + "Time_of_day" + ], + [ + 3, + "Channel_ID" + ], + [ + 3, + "Program_ID" + ], + [ + 3, + "Date" + ], + [ + 3, + "Share_in_percent" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "number" + ], + "db_id": "program_share", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 11, + 6 + ], + [ + 15, + 1 + ], + [ + 14, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 11, + 14 + ], + "table_names": [ + "program", + "channel", + "broadcast", + "broadcast share" + ], + "table_names_original": [ + "program", + "channel", + "broadcast", + "broadcast_share" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "pilot id" + ], + [ + 0, + "name" + ], + [ + 0, + "age" + ], + [ + 1, + "aircraft id" + ], + [ + 1, + "aircraft" + ], + [ + 1, + "description" + ], + [ + 1, + "max gross weight" + ], + [ + 1, + "total disk area" + ], + [ + 1, + "max disk loading" + ], + [ + 2, + "round" + ], + [ + 2, + "location" + ], + [ + 2, + "country" + ], + [ + 2, + "date" + ], + [ + 2, + "fastest qualifying" + ], + [ + 2, + "winning pilot" + ], + [ + 2, + "winning aircraft" + ], + [ + 3, + "airport id" + ], + [ + 3, + "airport name" + ], + [ + 3, + "total passengers" + ], + [ + 3, + "% change 2007" + ], + [ + 3, + "international passengers" + ], + [ + 3, + "domestic passengers" + ], + [ + 3, + "transit passengers" + ], + [ + 3, + "aircraft movements" + ], + [ + 3, + "freight metric tonnes" + ], + [ + 4, + "id" + ], + [ + 4, + "airport id" + ], + [ + 4, + "aircraft id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Pilot_Id" + ], + [ + 0, + "Name" + ], + [ + 0, + "Age" + ], + [ + 1, + "Aircraft_ID" + ], + [ + 1, + "Aircraft" + ], + [ + 1, + "Description" + ], + [ + 1, + "Max_Gross_Weight" + ], + [ + 1, + "Total_disk_area" + ], + [ + 1, + "Max_disk_Loading" + ], + [ + 2, + "Round" + ], + [ + 2, + "Location" + ], + [ + 2, + "Country" + ], + [ + 2, + "Date" + ], + [ + 2, + "Fastest_Qualifying" + ], + [ + 2, + "Winning_Pilot" + ], + [ + 2, + "Winning_Aircraft" + ], + [ + 3, + "Airport_ID" + ], + [ + 3, + "Airport_Name" + ], + [ + 3, + "Total_Passengers" + ], + [ + 3, + "%_Change_2007" + ], + [ + 3, + "International_Passengers" + ], + [ + 3, + "Domestic_Passengers" + ], + [ + 3, + "Transit_Passengers" + ], + [ + 3, + "Aircraft_Movements" + ], + [ + 3, + "Freight_Metric_Tonnes" + ], + [ + 4, + "ID" + ], + [ + 4, + "Airport_ID" + ], + [ + 4, + "Aircraft_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "aircraft", + "foreign_keys": [ + [ + 15, + 1 + ], + [ + 16, + 4 + ], + [ + 28, + 4 + ], + [ + 27, + 17 + ] + ], + "primary_keys": [ + 1, + 4, + 10, + 17, + 27 + ], + "table_names": [ + "pilot", + "aircraft", + "match", + "airport", + "airport aircraft" + ], + "table_names_original": [ + "pilot", + "aircraft", + "match", + "airport", + "airport_aircraft" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "restaurant id" + ], + [ + 1, + "restaurant name" + ], + [ + 1, + "address" + ], + [ + 1, + "rating" + ], + [ + 2, + "restaurant id" + ], + [ + 2, + "restaurant type id" + ], + [ + 3, + "restaurant type id" + ], + [ + 3, + "restaurant type name" + ], + [ + 3, + "restaurant type description" + ], + [ + 4, + "student id" + ], + [ + 4, + "restaurant id" + ], + [ + 4, + "time" + ], + [ + 4, + "spent" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "ResID" + ], + [ + 1, + "ResName" + ], + [ + 1, + "Address" + ], + [ + 1, + "Rating" + ], + [ + 2, + "ResID" + ], + [ + 2, + "ResTypeID" + ], + [ + 3, + "ResTypeID" + ], + [ + 3, + "ResTypeName" + ], + [ + 3, + "ResTypeDescription" + ], + [ + 4, + "StuID" + ], + [ + 4, + "ResID" + ], + [ + 4, + "Time" + ], + [ + 4, + "Spent" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "time", + "number" + ], + "db_id": "restaurant_1", + "foreign_keys": [ + [ + 14, + 15 + ], + [ + 13, + 9 + ], + [ + 19, + 9 + ], + [ + 18, + 1 + ] + ], + "primary_keys": [ + 1, + 9, + 15 + ], + "table_names": [ + "student", + "restaurant", + "type of restaurant", + "restaurant type", + "visits restaurant" + ], + "table_names_original": [ + "Student", + "Restaurant", + "Type_Of_Restaurant", + "Restaurant_Type", + "Visits_Restaurant" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "customer first name" + ], + [ + 0, + "customer middle initial" + ], + [ + 0, + "customer last name" + ], + [ + 0, + "gender" + ], + [ + 0, + "email address" + ], + [ + 0, + "login name" + ], + [ + 0, + "login password" + ], + [ + 0, + "phone number" + ], + [ + 0, + "town city" + ], + [ + 0, + "state county province" + ], + [ + 0, + "country" + ], + [ + 1, + "order id" + ], + [ + 1, + "customer id" + ], + [ + 1, + "date order placed" + ], + [ + 1, + "order details" + ], + [ + 2, + "invoice number" + ], + [ + 2, + "order id" + ], + [ + 2, + "invoice date" + ], + [ + 3, + "account id" + ], + [ + 3, + "customer id" + ], + [ + 3, + "date account opened" + ], + [ + 3, + "account name" + ], + [ + 3, + "other account details" + ], + [ + 4, + "production type code" + ], + [ + 4, + "product type description" + ], + [ + 4, + "vat rating" + ], + [ + 5, + "product id" + ], + [ + 5, + "parent product id" + ], + [ + 5, + "production type code" + ], + [ + 5, + "unit price" + ], + [ + 5, + "product name" + ], + [ + 5, + "product color" + ], + [ + 5, + "product size" + ], + [ + 6, + "transaction id" + ], + [ + 6, + "account id" + ], + [ + 6, + "invoice number" + ], + [ + 6, + "transaction type" + ], + [ + 6, + "transaction date" + ], + [ + 6, + "transaction amount" + ], + [ + 6, + "transaction comment" + ], + [ + 6, + "other transaction details" + ], + [ + 7, + "order item id" + ], + [ + 7, + "order id" + ], + [ + 7, + "product id" + ], + [ + 7, + "product quantity" + ], + [ + 7, + "other order item details" + ], + [ + 8, + "order item id" + ], + [ + 8, + "invoice number" + ], + [ + 8, + "product id" + ], + [ + 8, + "product title" + ], + [ + 8, + "product quantity" + ], + [ + 8, + "product price" + ], + [ + 8, + "derived product cost" + ], + [ + 8, + "derived vat payable" + ], + [ + 8, + "derived total cost" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "customer_id" + ], + [ + 0, + "customer_first_name" + ], + [ + 0, + "customer_middle_initial" + ], + [ + 0, + "customer_last_name" + ], + [ + 0, + "gender" + ], + [ + 0, + "email_address" + ], + [ + 0, + "login_name" + ], + [ + 0, + "login_password" + ], + [ + 0, + "phone_number" + ], + [ + 0, + "town_city" + ], + [ + 0, + "state_county_province" + ], + [ + 0, + "country" + ], + [ + 1, + "order_id" + ], + [ + 1, + "customer_id" + ], + [ + 1, + "date_order_placed" + ], + [ + 1, + "order_details" + ], + [ + 2, + "invoice_number" + ], + [ + 2, + "order_id" + ], + [ + 2, + "invoice_date" + ], + [ + 3, + "account_id" + ], + [ + 3, + "customer_id" + ], + [ + 3, + "date_account_opened" + ], + [ + 3, + "account_name" + ], + [ + 3, + "other_account_details" + ], + [ + 4, + "production_type_code" + ], + [ + 4, + "product_type_description" + ], + [ + 4, + "vat_rating" + ], + [ + 5, + "product_id" + ], + [ + 5, + "parent_product_id" + ], + [ + 5, + "production_type_code" + ], + [ + 5, + "unit_price" + ], + [ + 5, + "product_name" + ], + [ + 5, + "product_color" + ], + [ + 5, + "product_size" + ], + [ + 6, + "transaction_id" + ], + [ + 6, + "account_id" + ], + [ + 6, + "invoice_number" + ], + [ + 6, + "transaction_type" + ], + [ + 6, + "transaction_date" + ], + [ + 6, + "transaction_amount" + ], + [ + 6, + "transaction_comment" + ], + [ + 6, + "other_transaction_details" + ], + [ + 7, + "order_item_id" + ], + [ + 7, + "order_id" + ], + [ + 7, + "product_id" + ], + [ + 7, + "product_quantity" + ], + [ + 7, + "other_order_item_details" + ], + [ + 8, + "order_item_id" + ], + [ + 8, + "invoice_number" + ], + [ + 8, + "product_id" + ], + [ + 8, + "product_title" + ], + [ + 8, + "product_quantity" + ], + [ + 8, + "product_price" + ], + [ + 8, + "derived_product_cost" + ], + [ + 8, + "derived_vat_payable" + ], + [ + 8, + "derived_total_cost" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "time", + "text", + "number", + "number", + "time", + "number", + "number", + "time", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "time", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "customers_and_invoices", + "foreign_keys": [ + [ + 14, + 1 + ], + [ + 18, + 13 + ], + [ + 21, + 1 + ], + [ + 30, + 25 + ], + [ + 36, + 20 + ], + [ + 37, + 17 + ], + [ + 44, + 13 + ], + [ + 45, + 28 + ], + [ + 50, + 28 + ], + [ + 49, + 17 + ], + [ + 48, + 43 + ] + ], + "primary_keys": [ + 1, + 13, + 17, + 20, + 25, + 28, + 43 + ], + "table_names": [ + "customers", + "orders", + "invoices", + "accounts", + "product categories", + "products", + "financial transactions", + "order items", + "invoice line items" + ], + "table_names_original": [ + "Customers", + "Orders", + "Invoices", + "Accounts", + "Product_Categories", + "Products", + "Financial_Transactions", + "Order_Items", + "Invoice_Line_Items" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "customer details" + ], + [ + 1, + "staff id" + ], + [ + 1, + "staff details" + ], + [ + 2, + "policy id" + ], + [ + 2, + "customer id" + ], + [ + 2, + "policy type code" + ], + [ + 2, + "start date" + ], + [ + 2, + "end date" + ], + [ + 3, + "claim header id" + ], + [ + 3, + "claim status code" + ], + [ + 3, + "claim type code" + ], + [ + 3, + "policy id" + ], + [ + 3, + "date of claim" + ], + [ + 3, + "date of settlement" + ], + [ + 3, + "amount claimed" + ], + [ + 3, + "amount piad" + ], + [ + 4, + "claim id" + ], + [ + 4, + "document type code" + ], + [ + 4, + "created by staff id" + ], + [ + 4, + "created date" + ], + [ + 5, + "claim stage id" + ], + [ + 5, + "next claim stage id" + ], + [ + 5, + "claim status name" + ], + [ + 5, + "claim status description" + ], + [ + 6, + "claim processing id" + ], + [ + 6, + "claim id" + ], + [ + 6, + "claim outcome code" + ], + [ + 6, + "claim stage id" + ], + [ + 6, + "staff id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Customer_ID" + ], + [ + 0, + "Customer_Details" + ], + [ + 1, + "Staff_ID" + ], + [ + 1, + "Staff_Details" + ], + [ + 2, + "Policy_ID" + ], + [ + 2, + "Customer_ID" + ], + [ + 2, + "Policy_Type_Code" + ], + [ + 2, + "Start_Date" + ], + [ + 2, + "End_Date" + ], + [ + 3, + "Claim_Header_ID" + ], + [ + 3, + "Claim_Status_Code" + ], + [ + 3, + "Claim_Type_Code" + ], + [ + 3, + "Policy_ID" + ], + [ + 3, + "Date_of_Claim" + ], + [ + 3, + "Date_of_Settlement" + ], + [ + 3, + "Amount_Claimed" + ], + [ + 3, + "Amount_Piad" + ], + [ + 4, + "Claim_ID" + ], + [ + 4, + "Document_Type_Code" + ], + [ + 4, + "Created_by_Staff_ID" + ], + [ + 4, + "Created_Date" + ], + [ + 5, + "Claim_Stage_ID" + ], + [ + 5, + "Next_Claim_Stage_ID" + ], + [ + 5, + "Claim_Status_Name" + ], + [ + 5, + "Claim_Status_Description" + ], + [ + 6, + "Claim_Processing_ID" + ], + [ + 6, + "Claim_ID" + ], + [ + 6, + "Claim_Outcome_Code" + ], + [ + 6, + "Claim_Stage_ID" + ], + [ + 6, + "Staff_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "time", + "time", + "number", + "text", + "text", + "number", + "time", + "time", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "insurance_and_eClaims", + "foreign_keys": [ + [ + 6, + 1 + ], + [ + 13, + 5 + ], + [ + 20, + 3 + ], + [ + 18, + 10 + ], + [ + 30, + 3 + ], + [ + 27, + 10 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 10, + 18, + 22, + 26 + ], + "table_names": [ + "customers", + "staff", + "policies", + "claim headers", + "claims documents", + "claims processing stages", + "claims processing" + ], + "table_names_original": [ + "Customers", + "Staff", + "Policies", + "Claim_Headers", + "Claims_Documents", + "Claims_Processing_Stages", + "Claims_Processing" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "class code" + ], + [ + 0, + "course code" + ], + [ + 0, + "class section" + ], + [ + 0, + "class time" + ], + [ + 0, + "class room" + ], + [ + 0, + "professor employee number" + ], + [ + 1, + "course code" + ], + [ + 1, + "department code" + ], + [ + 1, + "course description" + ], + [ + 1, + "course credit" + ], + [ + 2, + "department code" + ], + [ + 2, + "department name" + ], + [ + 2, + "school code" + ], + [ + 2, + "employee number" + ], + [ + 2, + "department address" + ], + [ + 2, + "department extension" + ], + [ + 3, + "employee number" + ], + [ + 3, + "employee last name" + ], + [ + 3, + "employee first name" + ], + [ + 3, + "employee initial" + ], + [ + 3, + "employee job code" + ], + [ + 3, + "employee hire date" + ], + [ + 3, + "employee date of birth" + ], + [ + 4, + "class code" + ], + [ + 4, + "student number" + ], + [ + 4, + "enroll grade" + ], + [ + 5, + "employee number" + ], + [ + 5, + "department code" + ], + [ + 5, + "professor office" + ], + [ + 5, + "professor extension" + ], + [ + 5, + "professor high degree" + ], + [ + 6, + "student num" + ], + [ + 6, + "student last name" + ], + [ + 6, + "student first name" + ], + [ + 6, + "student init" + ], + [ + 6, + "student date of birth" + ], + [ + 6, + "student class hours took" + ], + [ + 6, + "student class" + ], + [ + 6, + "student gpa" + ], + [ + 6, + "student transfer" + ], + [ + 6, + "department code" + ], + [ + 6, + "student phone" + ], + [ + 6, + "professor number" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "CLASS_CODE" + ], + [ + 0, + "CRS_CODE" + ], + [ + 0, + "CLASS_SECTION" + ], + [ + 0, + "CLASS_TIME" + ], + [ + 0, + "CLASS_ROOM" + ], + [ + 0, + "PROF_NUM" + ], + [ + 1, + "CRS_CODE" + ], + [ + 1, + "DEPT_CODE" + ], + [ + 1, + "CRS_DESCRIPTION" + ], + [ + 1, + "CRS_CREDIT" + ], + [ + 2, + "DEPT_CODE" + ], + [ + 2, + "DEPT_NAME" + ], + [ + 2, + "SCHOOL_CODE" + ], + [ + 2, + "EMP_NUM" + ], + [ + 2, + "DEPT_ADDRESS" + ], + [ + 2, + "DEPT_EXTENSION" + ], + [ + 3, + "EMP_NUM" + ], + [ + 3, + "EMP_LNAME" + ], + [ + 3, + "EMP_FNAME" + ], + [ + 3, + "EMP_INITIAL" + ], + [ + 3, + "EMP_JOBCODE" + ], + [ + 3, + "EMP_HIREDATE" + ], + [ + 3, + "EMP_DOB" + ], + [ + 4, + "CLASS_CODE" + ], + [ + 4, + "STU_NUM" + ], + [ + 4, + "ENROLL_GRADE" + ], + [ + 5, + "EMP_NUM" + ], + [ + 5, + "DEPT_CODE" + ], + [ + 5, + "PROF_OFFICE" + ], + [ + 5, + "PROF_EXTENSION" + ], + [ + 5, + "PROF_HIGH_DEGREE" + ], + [ + 6, + "STU_NUM" + ], + [ + 6, + "STU_LNAME" + ], + [ + 6, + "STU_FNAME" + ], + [ + 6, + "STU_INIT" + ], + [ + 6, + "STU_DOB" + ], + [ + 6, + "STU_HRS" + ], + [ + 6, + "STU_CLASS" + ], + [ + 6, + "STU_GPA" + ], + [ + 6, + "STU_TRANSFER" + ], + [ + 6, + "DEPT_CODE" + ], + [ + 6, + "STU_PHONE" + ], + [ + 6, + "PROF_NUM" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "time", + "time", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "time", + "number", + "text", + "number", + "number", + "text", + "text", + "number" + ], + "db_id": "college_1", + "foreign_keys": [ + [ + 6, + 17 + ], + [ + 2, + 7 + ], + [ + 8, + 11 + ], + [ + 14, + 17 + ], + [ + 25, + 32 + ], + [ + 24, + 1 + ], + [ + 28, + 11 + ], + [ + 27, + 17 + ], + [ + 41, + 11 + ] + ], + "primary_keys": [ + 1, + 7, + 11, + 17, + 32 + ], + "table_names": [ + "class", + "course", + "department", + "employee", + "enroll", + "professor", + "student" + ], + "table_names_original": [ + "CLASS", + "COURSE", + "DEPARTMENT", + "EMPLOYEE", + "ENROLL", + "PROFESSOR", + "STUDENT" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "master customer id" + ], + [ + 0, + "cmi details" + ], + [ + 1, + "cmi cross reference id" + ], + [ + 1, + "master customer id" + ], + [ + 1, + "source system code" + ], + [ + 2, + "council tax id" + ], + [ + 2, + "cmi cross reference id" + ], + [ + 3, + "business rates id" + ], + [ + 3, + "cmi cross reference id" + ], + [ + 4, + "council tax id" + ], + [ + 4, + "cmi cross ref id" + ], + [ + 5, + "council tax id" + ], + [ + 5, + "cmi cross reference id" + ], + [ + 6, + "council tax id" + ], + [ + 6, + "cmi cross reference id" + ], + [ + 7, + "electoral register id" + ], + [ + 7, + "cmi cross reference id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "master_customer_id" + ], + [ + 0, + "cmi_details" + ], + [ + 1, + "cmi_cross_ref_id" + ], + [ + 1, + "master_customer_id" + ], + [ + 1, + "source_system_code" + ], + [ + 2, + "council_tax_id" + ], + [ + 2, + "cmi_cross_ref_id" + ], + [ + 3, + "business_rates_id" + ], + [ + 3, + "cmi_cross_ref_id" + ], + [ + 4, + "council_tax_id" + ], + [ + 4, + "cmi_cross_ref_id" + ], + [ + 5, + "council_tax_id" + ], + [ + 5, + "cmi_cross_ref_id" + ], + [ + 6, + "council_tax_id" + ], + [ + 6, + "cmi_cross_ref_id" + ], + [ + 7, + "electoral_register_id" + ], + [ + 7, + "cmi_cross_ref_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "local_govt_mdm", + "foreign_keys": [ + [ + 4, + 1 + ], + [ + 7, + 3 + ], + [ + 9, + 3 + ], + [ + 11, + 3 + ], + [ + 13, + 3 + ], + [ + 15, + 3 + ], + [ + 17, + 3 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 8, + 10, + 12, + 14, + 16 + ], + "table_names": [ + "customer master index", + "cmi cross references", + "council tax", + "business rates", + "benefits overpayments", + "parking fines", + "rent arrears", + "electoral register" + ], + "table_names_original": [ + "Customer_Master_Index", + "CMI_Cross_References", + "Council_Tax", + "Business_Rates", + "Benefits_Overpayments", + "Parking_Fines", + "Rent_Arrears", + "Electoral_Register" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "publication id" + ], + [ + 0, + "book id" + ], + [ + 0, + "publisher" + ], + [ + 0, + "publication date" + ], + [ + 0, + "price" + ], + [ + 1, + "book id" + ], + [ + 1, + "title" + ], + [ + 1, + "issues" + ], + [ + 1, + "writer" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Publication_ID" + ], + [ + 0, + "Book_ID" + ], + [ + 0, + "Publisher" + ], + [ + 0, + "Publication_Date" + ], + [ + 0, + "Price" + ], + [ + 1, + "Book_ID" + ], + [ + 1, + "Title" + ], + [ + 1, + "Issues" + ], + [ + 1, + "Writer" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text" + ], + "db_id": "book_2", + "foreign_keys": [ + [ + 2, + 6 + ] + ], + "primary_keys": [ + 1, + 6 + ], + "table_names": [ + "publication", + "book" + ], + "table_names_original": [ + "publication", + "book" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "region id" + ], + [ + 0, + "region name" + ], + [ + 1, + "country id" + ], + [ + 1, + "country name" + ], + [ + 1, + "region id" + ], + [ + 2, + "department id" + ], + [ + 2, + "department name" + ], + [ + 2, + "manager id" + ], + [ + 2, + "location id" + ], + [ + 3, + "job id" + ], + [ + 3, + "job title" + ], + [ + 3, + "min salary" + ], + [ + 3, + "max salary" + ], + [ + 4, + "employee id" + ], + [ + 4, + "first name" + ], + [ + 4, + "last name" + ], + [ + 4, + "email" + ], + [ + 4, + "phone number" + ], + [ + 4, + "hire date" + ], + [ + 4, + "job id" + ], + [ + 4, + "salary" + ], + [ + 4, + "commission pct" + ], + [ + 4, + "manager id" + ], + [ + 4, + "department id" + ], + [ + 5, + "employee id" + ], + [ + 5, + "start date" + ], + [ + 5, + "end date" + ], + [ + 5, + "job id" + ], + [ + 5, + "department id" + ], + [ + 6, + "location id" + ], + [ + 6, + "street address" + ], + [ + 6, + "postal code" + ], + [ + 6, + "city" + ], + [ + 6, + "state province" + ], + [ + 6, + "country id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "REGION_ID" + ], + [ + 0, + "REGION_NAME" + ], + [ + 1, + "COUNTRY_ID" + ], + [ + 1, + "COUNTRY_NAME" + ], + [ + 1, + "REGION_ID" + ], + [ + 2, + "DEPARTMENT_ID" + ], + [ + 2, + "DEPARTMENT_NAME" + ], + [ + 2, + "MANAGER_ID" + ], + [ + 2, + "LOCATION_ID" + ], + [ + 3, + "JOB_ID" + ], + [ + 3, + "JOB_TITLE" + ], + [ + 3, + "MIN_SALARY" + ], + [ + 3, + "MAX_SALARY" + ], + [ + 4, + "EMPLOYEE_ID" + ], + [ + 4, + "FIRST_NAME" + ], + [ + 4, + "LAST_NAME" + ], + [ + 4, + "EMAIL" + ], + [ + 4, + "PHONE_NUMBER" + ], + [ + 4, + "HIRE_DATE" + ], + [ + 4, + "JOB_ID" + ], + [ + 4, + "SALARY" + ], + [ + 4, + "COMMISSION_PCT" + ], + [ + 4, + "MANAGER_ID" + ], + [ + 4, + "DEPARTMENT_ID" + ], + [ + 5, + "EMPLOYEE_ID" + ], + [ + 5, + "START_DATE" + ], + [ + 5, + "END_DATE" + ], + [ + 5, + "JOB_ID" + ], + [ + 5, + "DEPARTMENT_ID" + ], + [ + 6, + "LOCATION_ID" + ], + [ + 6, + "STREET_ADDRESS" + ], + [ + 6, + "POSTAL_CODE" + ], + [ + 6, + "CITY" + ], + [ + 6, + "STATE_PROVINCE" + ], + [ + 6, + "COUNTRY_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "time", + "text", + "number", + "number", + "number", + "number", + "number", + "time", + "time", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text" + ], + "db_id": "hr_1", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 20, + 10 + ], + [ + 24, + 6 + ], + [ + 28, + 10 + ], + [ + 29, + 6 + ], + [ + 25, + 14 + ], + [ + 35, + 3 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 10, + 14, + 25, + 30 + ], + "table_names": [ + "regions", + "countries", + "departments", + "jobs", + "employees", + "job history", + "locations" + ], + "table_names_original": [ + "regions", + "countries", + "departments", + "jobs", + "employees", + "job_history", + "locations" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "player fifa api id" + ], + [ + 0, + "player api id" + ], + [ + 0, + "date" + ], + [ + 0, + "overall rating" + ], + [ + 0, + "potential" + ], + [ + 0, + "preferred foot" + ], + [ + 0, + "attacking work rate" + ], + [ + 0, + "defensive work rate" + ], + [ + 0, + "crossing" + ], + [ + 0, + "finishing" + ], + [ + 0, + "heading accuracy" + ], + [ + 0, + "short passing" + ], + [ + 0, + "volleys" + ], + [ + 0, + "dribbling" + ], + [ + 0, + "curve" + ], + [ + 0, + "free kick accuracy" + ], + [ + 0, + "long passing" + ], + [ + 0, + "ball control" + ], + [ + 0, + "acceleration" + ], + [ + 0, + "sprint speed" + ], + [ + 0, + "agility" + ], + [ + 0, + "reactions" + ], + [ + 0, + "balance" + ], + [ + 0, + "shot power" + ], + [ + 0, + "jumping" + ], + [ + 0, + "stamina" + ], + [ + 0, + "strength" + ], + [ + 0, + "long shots" + ], + [ + 0, + "aggression" + ], + [ + 0, + "interceptions" + ], + [ + 0, + "positioning" + ], + [ + 0, + "vision" + ], + [ + 0, + "penalties" + ], + [ + 0, + "marking" + ], + [ + 0, + "standing tackle" + ], + [ + 0, + "sliding tackle" + ], + [ + 0, + "gk diving" + ], + [ + 0, + "gk handling" + ], + [ + 0, + "gk kicking" + ], + [ + 0, + "gk positioning" + ], + [ + 0, + "gk reflexes" + ], + [ + 1, + "name" + ], + [ + 1, + "seq" + ], + [ + 2, + "id" + ], + [ + 2, + "player api id" + ], + [ + 2, + "player name" + ], + [ + 2, + "player fifa api id" + ], + [ + 2, + "birthday" + ], + [ + 2, + "height" + ], + [ + 2, + "weight" + ], + [ + 3, + "id" + ], + [ + 3, + "country id" + ], + [ + 3, + "name" + ], + [ + 4, + "id" + ], + [ + 4, + "name" + ], + [ + 5, + "id" + ], + [ + 5, + "team api id" + ], + [ + 5, + "team fifa api id" + ], + [ + 5, + "team long name" + ], + [ + 5, + "team short name" + ], + [ + 6, + "id" + ], + [ + 6, + "team fifa api id" + ], + [ + 6, + "team api id" + ], + [ + 6, + "date" + ], + [ + 6, + "buildup play speed" + ], + [ + 6, + "buildup play speed class" + ], + [ + 6, + "buildup play dribbling" + ], + [ + 6, + "buildup play dribbling class" + ], + [ + 6, + "buildup play passing" + ], + [ + 6, + "buildup play passing class" + ], + [ + 6, + "buildup play positioning class" + ], + [ + 6, + "chance creation passing" + ], + [ + 6, + "chance creation passing class" + ], + [ + 6, + "chance creation crossing" + ], + [ + 6, + "chance creation crossing class" + ], + [ + 6, + "chance creation shooting" + ], + [ + 6, + "chance creation shooting class" + ], + [ + 6, + "chance creation positioning class" + ], + [ + 6, + "defence pressure" + ], + [ + 6, + "defence pressure class" + ], + [ + 6, + "defence aggression" + ], + [ + 6, + "defence aggression class" + ], + [ + 6, + "defence team width" + ], + [ + 6, + "defence team width class" + ], + [ + 6, + "defence defender line class" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "player_fifa_api_id" + ], + [ + 0, + "player_api_id" + ], + [ + 0, + "date" + ], + [ + 0, + "overall_rating" + ], + [ + 0, + "potential" + ], + [ + 0, + "preferred_foot" + ], + [ + 0, + "attacking_work_rate" + ], + [ + 0, + "defensive_work_rate" + ], + [ + 0, + "crossing" + ], + [ + 0, + "finishing" + ], + [ + 0, + "heading_accuracy" + ], + [ + 0, + "short_passing" + ], + [ + 0, + "volleys" + ], + [ + 0, + "dribbling" + ], + [ + 0, + "curve" + ], + [ + 0, + "free_kick_accuracy" + ], + [ + 0, + "long_passing" + ], + [ + 0, + "ball_control" + ], + [ + 0, + "acceleration" + ], + [ + 0, + "sprint_speed" + ], + [ + 0, + "agility" + ], + [ + 0, + "reactions" + ], + [ + 0, + "balance" + ], + [ + 0, + "shot_power" + ], + [ + 0, + "jumping" + ], + [ + 0, + "stamina" + ], + [ + 0, + "strength" + ], + [ + 0, + "long_shots" + ], + [ + 0, + "aggression" + ], + [ + 0, + "interceptions" + ], + [ + 0, + "positioning" + ], + [ + 0, + "vision" + ], + [ + 0, + "penalties" + ], + [ + 0, + "marking" + ], + [ + 0, + "standing_tackle" + ], + [ + 0, + "sliding_tackle" + ], + [ + 0, + "gk_diving" + ], + [ + 0, + "gk_handling" + ], + [ + 0, + "gk_kicking" + ], + [ + 0, + "gk_positioning" + ], + [ + 0, + "gk_reflexes" + ], + [ + 1, + "name" + ], + [ + 1, + "seq" + ], + [ + 2, + "id" + ], + [ + 2, + "player_api_id" + ], + [ + 2, + "player_name" + ], + [ + 2, + "player_fifa_api_id" + ], + [ + 2, + "birthday" + ], + [ + 2, + "height" + ], + [ + 2, + "weight" + ], + [ + 3, + "id" + ], + [ + 3, + "country_id" + ], + [ + 3, + "name" + ], + [ + 4, + "id" + ], + [ + 4, + "name" + ], + [ + 5, + "id" + ], + [ + 5, + "team_api_id" + ], + [ + 5, + "team_fifa_api_id" + ], + [ + 5, + "team_long_name" + ], + [ + 5, + "team_short_name" + ], + [ + 6, + "id" + ], + [ + 6, + "team_fifa_api_id" + ], + [ + 6, + "team_api_id" + ], + [ + 6, + "date" + ], + [ + 6, + "buildUpPlaySpeed" + ], + [ + 6, + "buildUpPlaySpeedClass" + ], + [ + 6, + "buildUpPlayDribbling" + ], + [ + 6, + "buildUpPlayDribblingClass" + ], + [ + 6, + "buildUpPlayPassing" + ], + [ + 6, + "buildUpPlayPassingClass" + ], + [ + 6, + "buildUpPlayPositioningClass" + ], + [ + 6, + "chanceCreationPassing" + ], + [ + 6, + "chanceCreationPassingClass" + ], + [ + 6, + "chanceCreationCrossing" + ], + [ + 6, + "chanceCreationCrossingClass" + ], + [ + 6, + "chanceCreationShooting" + ], + [ + 6, + "chanceCreationShootingClass" + ], + [ + 6, + "chanceCreationPositioningClass" + ], + [ + 6, + "defencePressure" + ], + [ + 6, + "defencePressureClass" + ], + [ + 6, + "defenceAggression" + ], + [ + 6, + "defenceAggressionClass" + ], + [ + 6, + "defenceTeamWidth" + ], + [ + 6, + "defenceTeamWidthClass" + ], + [ + 6, + "defenceDefenderLineClass" + ] + ], + "column_types": [ + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text" + ], + "db_id": "soccer_1", + "foreign_keys": [ + [ + 3, + 46 + ], + [ + 2, + 48 + ], + [ + 53, + 55 + ], + [ + 64, + 58 + ], + [ + 63, + 59 + ] + ], + "primary_keys": [ + 1, + 45, + 52, + 55, + 57, + 62 + ], + "table_names": [ + "player attributes", + "sqlite sequence", + "player", + "league", + "country", + "team", + "team attributes" + ], + "table_names_original": [ + "Player_Attributes", + "sqlite_sequence", + "Player", + "League", + "Country", + "Team", + "Team_Attributes" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "actor id" + ], + [ + 0, + "first name" + ], + [ + 0, + "last name" + ], + [ + 0, + "last update" + ], + [ + 1, + "address id" + ], + [ + 1, + "address" + ], + [ + 1, + "address2" + ], + [ + 1, + "district" + ], + [ + 1, + "city id" + ], + [ + 1, + "postal code" + ], + [ + 1, + "phone" + ], + [ + 1, + "last update" + ], + [ + 2, + "category id" + ], + [ + 2, + "name" + ], + [ + 2, + "last update" + ], + [ + 3, + "city id" + ], + [ + 3, + "city" + ], + [ + 3, + "country id" + ], + [ + 3, + "last update" + ], + [ + 4, + "country id" + ], + [ + 4, + "country" + ], + [ + 4, + "last update" + ], + [ + 5, + "customer id" + ], + [ + 5, + "store id" + ], + [ + 5, + "first name" + ], + [ + 5, + "last name" + ], + [ + 5, + "email" + ], + [ + 5, + "address id" + ], + [ + 5, + "active" + ], + [ + 5, + "create date" + ], + [ + 5, + "last update" + ], + [ + 6, + "film id" + ], + [ + 6, + "title" + ], + [ + 6, + "description" + ], + [ + 6, + "release year" + ], + [ + 6, + "language id" + ], + [ + 6, + "original language id" + ], + [ + 6, + "rental duration" + ], + [ + 6, + "rental rate" + ], + [ + 6, + "length" + ], + [ + 6, + "replacement cost" + ], + [ + 6, + "rating" + ], + [ + 6, + "special features" + ], + [ + 6, + "last update" + ], + [ + 7, + "actor id" + ], + [ + 7, + "film id" + ], + [ + 7, + "last update" + ], + [ + 8, + "film id" + ], + [ + 8, + "category id" + ], + [ + 8, + "last update" + ], + [ + 9, + "film id" + ], + [ + 9, + "title" + ], + [ + 9, + "description" + ], + [ + 10, + "inventory id" + ], + [ + 10, + "film id" + ], + [ + 10, + "store id" + ], + [ + 10, + "last update" + ], + [ + 11, + "language id" + ], + [ + 11, + "name" + ], + [ + 11, + "last update" + ], + [ + 12, + "payment id" + ], + [ + 12, + "customer id" + ], + [ + 12, + "staff id" + ], + [ + 12, + "rental id" + ], + [ + 12, + "amount" + ], + [ + 12, + "payment date" + ], + [ + 12, + "last update" + ], + [ + 13, + "rental id" + ], + [ + 13, + "rental date" + ], + [ + 13, + "inventory id" + ], + [ + 13, + "customer id" + ], + [ + 13, + "return date" + ], + [ + 13, + "staff id" + ], + [ + 13, + "last update" + ], + [ + 14, + "staff id" + ], + [ + 14, + "first name" + ], + [ + 14, + "last name" + ], + [ + 14, + "address id" + ], + [ + 14, + "picture" + ], + [ + 14, + "email" + ], + [ + 14, + "store id" + ], + [ + 14, + "active" + ], + [ + 14, + "username" + ], + [ + 14, + "password" + ], + [ + 14, + "last update" + ], + [ + 15, + "store id" + ], + [ + 15, + "manager staff id" + ], + [ + 15, + "address id" + ], + [ + 15, + "last update" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "actor_id" + ], + [ + 0, + "first_name" + ], + [ + 0, + "last_name" + ], + [ + 0, + "last_update" + ], + [ + 1, + "address_id" + ], + [ + 1, + "address" + ], + [ + 1, + "address2" + ], + [ + 1, + "district" + ], + [ + 1, + "city_id" + ], + [ + 1, + "postal_code" + ], + [ + 1, + "phone" + ], + [ + 1, + "last_update" + ], + [ + 2, + "category_id" + ], + [ + 2, + "name" + ], + [ + 2, + "last_update" + ], + [ + 3, + "city_id" + ], + [ + 3, + "city" + ], + [ + 3, + "country_id" + ], + [ + 3, + "last_update" + ], + [ + 4, + "country_id" + ], + [ + 4, + "country" + ], + [ + 4, + "last_update" + ], + [ + 5, + "customer_id" + ], + [ + 5, + "store_id" + ], + [ + 5, + "first_name" + ], + [ + 5, + "last_name" + ], + [ + 5, + "email" + ], + [ + 5, + "address_id" + ], + [ + 5, + "active" + ], + [ + 5, + "create_date" + ], + [ + 5, + "last_update" + ], + [ + 6, + "film_id" + ], + [ + 6, + "title" + ], + [ + 6, + "description" + ], + [ + 6, + "release_year" + ], + [ + 6, + "language_id" + ], + [ + 6, + "original_language_id" + ], + [ + 6, + "rental_duration" + ], + [ + 6, + "rental_rate" + ], + [ + 6, + "length" + ], + [ + 6, + "replacement_cost" + ], + [ + 6, + "rating" + ], + [ + 6, + "special_features" + ], + [ + 6, + "last_update" + ], + [ + 7, + "actor_id" + ], + [ + 7, + "film_id" + ], + [ + 7, + "last_update" + ], + [ + 8, + "film_id" + ], + [ + 8, + "category_id" + ], + [ + 8, + "last_update" + ], + [ + 9, + "film_id" + ], + [ + 9, + "title" + ], + [ + 9, + "description" + ], + [ + 10, + "inventory_id" + ], + [ + 10, + "film_id" + ], + [ + 10, + "store_id" + ], + [ + 10, + "last_update" + ], + [ + 11, + "language_id" + ], + [ + 11, + "name" + ], + [ + 11, + "last_update" + ], + [ + 12, + "payment_id" + ], + [ + 12, + "customer_id" + ], + [ + 12, + "staff_id" + ], + [ + 12, + "rental_id" + ], + [ + 12, + "amount" + ], + [ + 12, + "payment_date" + ], + [ + 12, + "last_update" + ], + [ + 13, + "rental_id" + ], + [ + 13, + "rental_date" + ], + [ + 13, + "inventory_id" + ], + [ + 13, + "customer_id" + ], + [ + 13, + "return_date" + ], + [ + 13, + "staff_id" + ], + [ + 13, + "last_update" + ], + [ + 14, + "staff_id" + ], + [ + 14, + "first_name" + ], + [ + 14, + "last_name" + ], + [ + 14, + "address_id" + ], + [ + 14, + "picture" + ], + [ + 14, + "email" + ], + [ + 14, + "store_id" + ], + [ + 14, + "active" + ], + [ + 14, + "username" + ], + [ + 14, + "password" + ], + [ + 14, + "last_update" + ], + [ + 15, + "store_id" + ], + [ + 15, + "manager_staff_id" + ], + [ + 15, + "address_id" + ], + [ + 15, + "last_update" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "time", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "time", + "number", + "text", + "time", + "number", + "text", + "number", + "time", + "number", + "text", + "time", + "number", + "number", + "text", + "text", + "text", + "number", + "boolean", + "time", + "time", + "number", + "text", + "text", + "time", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "time", + "number", + "number", + "time", + "number", + "number", + "time", + "number", + "text", + "text", + "number", + "number", + "number", + "time", + "number", + "text", + "time", + "number", + "number", + "number", + "number", + "number", + "time", + "time", + "number", + "time", + "number", + "number", + "time", + "number", + "time", + "number", + "text", + "text", + "number", + "others", + "text", + "number", + "boolean", + "text", + "text", + "time", + "number", + "number", + "number", + "time" + ], + "db_id": "sakila_1", + "foreign_keys": [ + [ + 9, + 16 + ], + [ + 18, + 20 + ], + [ + 24, + 86 + ], + [ + 28, + 5 + ], + [ + 37, + 58 + ], + [ + 36, + 58 + ], + [ + 46, + 32 + ], + [ + 45, + 1 + ], + [ + 49, + 13 + ], + [ + 48, + 32 + ], + [ + 55, + 32 + ], + [ + 56, + 86 + ], + [ + 63, + 75 + ], + [ + 62, + 23 + ], + [ + 64, + 68 + ], + [ + 71, + 23 + ], + [ + 70, + 54 + ], + [ + 73, + 75 + ], + [ + 78, + 5 + ], + [ + 88, + 5 + ], + [ + 87, + 75 + ] + ], + "primary_keys": [ + 1, + 5, + 13, + 16, + 20, + 23, + 32, + 45, + 48, + 51, + 54, + 58, + 61, + 68, + 75, + 86 + ], + "table_names": [ + "actor", + "address", + "category", + "city", + "country", + "customer", + "film", + "film actor", + "film category", + "film text", + "inventory", + "language", + "payment", + "rental", + "staff", + "store" + ], + "table_names_original": [ + "actor", + "address", + "category", + "city", + "country", + "customer", + "film", + "film_actor", + "film_category", + "film_text", + "inventory", + "language", + "payment", + "rental", + "staff", + "store" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "feature type code" + ], + [ + 0, + "feature type name" + ], + [ + 1, + "property type code" + ], + [ + 1, + "property type description" + ], + [ + 2, + "feature id" + ], + [ + 2, + "feature type code" + ], + [ + 2, + "feature name" + ], + [ + 2, + "feature description" + ], + [ + 3, + "property id" + ], + [ + 3, + "property type code" + ], + [ + 3, + "date on market" + ], + [ + 3, + "date sold" + ], + [ + 3, + "property name" + ], + [ + 3, + "property address" + ], + [ + 3, + "room count" + ], + [ + 3, + "vendor requested price" + ], + [ + 3, + "buyer offered price" + ], + [ + 3, + "agreed selling price" + ], + [ + 3, + "apt feature 1" + ], + [ + 3, + "apt feature 2" + ], + [ + 3, + "apt feature 3" + ], + [ + 3, + "fld feature 1" + ], + [ + 3, + "fld feature 2" + ], + [ + 3, + "fld feature 3" + ], + [ + 3, + "hse feature 1" + ], + [ + 3, + "hse feature 2" + ], + [ + 3, + "hse feature 3" + ], + [ + 3, + "oth feature 1" + ], + [ + 3, + "oth feature 2" + ], + [ + 3, + "oth feature 3" + ], + [ + 3, + "shp feature 1" + ], + [ + 3, + "shp feature 2" + ], + [ + 3, + "shp feature 3" + ], + [ + 3, + "other property details" + ], + [ + 4, + "property id" + ], + [ + 4, + "feature id" + ], + [ + 4, + "property feature description" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "feature_type_code" + ], + [ + 0, + "feature_type_name" + ], + [ + 1, + "property_type_code" + ], + [ + 1, + "property_type_description" + ], + [ + 2, + "feature_id" + ], + [ + 2, + "feature_type_code" + ], + [ + 2, + "feature_name" + ], + [ + 2, + "feature_description" + ], + [ + 3, + "property_id" + ], + [ + 3, + "property_type_code" + ], + [ + 3, + "date_on_market" + ], + [ + 3, + "date_sold" + ], + [ + 3, + "property_name" + ], + [ + 3, + "property_address" + ], + [ + 3, + "room_count" + ], + [ + 3, + "vendor_requested_price" + ], + [ + 3, + "buyer_offered_price" + ], + [ + 3, + "agreed_selling_price" + ], + [ + 3, + "apt_feature_1" + ], + [ + 3, + "apt_feature_2" + ], + [ + 3, + "apt_feature_3" + ], + [ + 3, + "fld_feature_1" + ], + [ + 3, + "fld_feature_2" + ], + [ + 3, + "fld_feature_3" + ], + [ + 3, + "hse_feature_1" + ], + [ + 3, + "hse_feature_2" + ], + [ + 3, + "hse_feature_3" + ], + [ + 3, + "oth_feature_1" + ], + [ + 3, + "oth_feature_2" + ], + [ + 3, + "oth_feature_3" + ], + [ + 3, + "shp_feature_1" + ], + [ + 3, + "shp_feature_2" + ], + [ + 3, + "shp_feature_3" + ], + [ + 3, + "other_property_details" + ], + [ + 4, + "property_id" + ], + [ + 4, + "feature_id" + ], + [ + 4, + "property_feature_description" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "time", + "time", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "real_estate_properties", + "foreign_keys": [ + [ + 6, + 1 + ], + [ + 10, + 3 + ], + [ + 35, + 9 + ], + [ + 36, + 5 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 9 + ], + "table_names": [ + "reference feature types", + "reference property types", + "other available features", + "properties", + "other property features" + ], + "table_names_original": [ + "Ref_Feature_Types", + "Ref_Property_Types", + "Other_Available_Features", + "Properties", + "Other_Property_Features" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "faculty id" + ], + [ + 1, + "last name" + ], + [ + 1, + "first name" + ], + [ + 1, + "rank" + ], + [ + 1, + "sex" + ], + [ + 1, + "phone" + ], + [ + 1, + "room" + ], + [ + 1, + "building" + ], + [ + 2, + "department number" + ], + [ + 2, + "division" + ], + [ + 2, + "department name" + ], + [ + 2, + "room" + ], + [ + 2, + "building" + ], + [ + 2, + "department phone" + ], + [ + 3, + "faculty id" + ], + [ + 3, + "department number" + ], + [ + 3, + "appt type" + ], + [ + 4, + "course id" + ], + [ + 4, + "course name" + ], + [ + 4, + "credits" + ], + [ + 4, + "instructor" + ], + [ + 4, + "days" + ], + [ + 4, + "hours" + ], + [ + 4, + "department number" + ], + [ + 5, + "student id" + ], + [ + 5, + "department number" + ], + [ + 6, + "student id" + ], + [ + 6, + "course id" + ], + [ + 6, + "grade" + ], + [ + 7, + "letter grade" + ], + [ + 7, + "grade point" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "FacID" + ], + [ + 1, + "Lname" + ], + [ + 1, + "Fname" + ], + [ + 1, + "Rank" + ], + [ + 1, + "Sex" + ], + [ + 1, + "Phone" + ], + [ + 1, + "Room" + ], + [ + 1, + "Building" + ], + [ + 2, + "DNO" + ], + [ + 2, + "Division" + ], + [ + 2, + "DName" + ], + [ + 2, + "Room" + ], + [ + 2, + "Building" + ], + [ + 2, + "DPhone" + ], + [ + 3, + "FacID" + ], + [ + 3, + "DNO" + ], + [ + 3, + "Appt_Type" + ], + [ + 4, + "CID" + ], + [ + 4, + "CName" + ], + [ + 4, + "Credits" + ], + [ + 4, + "Instructor" + ], + [ + 4, + "Days" + ], + [ + 4, + "Hours" + ], + [ + 4, + "DNO" + ], + [ + 5, + "StuID" + ], + [ + 5, + "DNO" + ], + [ + 6, + "StuID" + ], + [ + 6, + "CID" + ], + [ + 6, + "Grade" + ], + [ + 7, + "lettergrade" + ], + [ + 7, + "gradepoint" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number" + ], + "db_id": "college_3", + "foreign_keys": [ + [ + 24, + 17 + ], + [ + 23, + 9 + ], + [ + 32, + 17 + ], + [ + 29, + 9 + ], + [ + 34, + 17 + ], + [ + 33, + 1 + ], + [ + 37, + 38 + ], + [ + 36, + 26 + ], + [ + 35, + 1 + ] + ], + "primary_keys": [ + 1, + 9, + 17, + 26, + 38 + ], + "table_names": [ + "student", + "faculty", + "department", + "member of", + "course", + "minor in", + "enrolled in", + "grade conversion" + ], + "table_names_original": [ + "Student", + "Faculty", + "Department", + "Member_of", + "Course", + "Minor_in", + "Enrolled_in", + "Gradeconversion" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "course id" + ], + [ + 0, + "staring date" + ], + [ + 0, + "course" + ], + [ + 1, + "teacher id" + ], + [ + 1, + "name" + ], + [ + 1, + "age" + ], + [ + 1, + "hometown" + ], + [ + 2, + "course id" + ], + [ + 2, + "teacher id" + ], + [ + 2, + "grade" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Course_ID" + ], + [ + 0, + "Staring_Date" + ], + [ + 0, + "Course" + ], + [ + 1, + "Teacher_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Age" + ], + [ + 1, + "Hometown" + ], + [ + 2, + "Course_ID" + ], + [ + 2, + "Teacher_ID" + ], + [ + 2, + "Grade" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number" + ], + "db_id": "course_teach", + "foreign_keys": [ + [ + 9, + 4 + ], + [ + 8, + 1 + ] + ], + "primary_keys": [ + 1, + 4, + 8 + ], + "table_names": [ + "course", + "teacher", + "course arrange" + ], + "table_names_original": [ + "course", + "teacher", + "course_arrange" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "roller coaster id" + ], + [ + 0, + "name" + ], + [ + 0, + "park" + ], + [ + 0, + "country id" + ], + [ + 0, + "length" + ], + [ + 0, + "height" + ], + [ + 0, + "speed" + ], + [ + 0, + "opened" + ], + [ + 0, + "status" + ], + [ + 1, + "country id" + ], + [ + 1, + "name" + ], + [ + 1, + "population" + ], + [ + 1, + "area" + ], + [ + 1, + "languages" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Roller_Coaster_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Park" + ], + [ + 0, + "Country_ID" + ], + [ + 0, + "Length" + ], + [ + 0, + "Height" + ], + [ + 0, + "Speed" + ], + [ + 0, + "Opened" + ], + [ + 0, + "Status" + ], + [ + 1, + "Country_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Population" + ], + [ + 1, + "Area" + ], + [ + 1, + "Languages" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "roller_coaster", + "foreign_keys": [ + [ + 4, + 10 + ] + ], + "primary_keys": [ + 1, + 10 + ], + "table_names": [ + "roller coaster", + "country" + ], + "table_names_original": [ + "roller_coaster", + "country" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "product id" + ], + [ + 0, + "product name" + ], + [ + 0, + "product price" + ], + [ + 0, + "product description" + ], + [ + 1, + "address id" + ], + [ + 1, + "address details" + ], + [ + 1, + "city" + ], + [ + 1, + "zip postcode" + ], + [ + 1, + "state province county" + ], + [ + 1, + "country" + ], + [ + 2, + "customer id" + ], + [ + 2, + "payment method" + ], + [ + 2, + "customer name" + ], + [ + 2, + "customer phone" + ], + [ + 2, + "customer email" + ], + [ + 2, + "date became customer" + ], + [ + 3, + "regular order id" + ], + [ + 3, + "distributer id" + ], + [ + 4, + "regular order id" + ], + [ + 4, + "product id" + ], + [ + 5, + "actual order id" + ], + [ + 5, + "order status code" + ], + [ + 5, + "regular order id" + ], + [ + 5, + "actual order date" + ], + [ + 6, + "actual order id" + ], + [ + 6, + "product id" + ], + [ + 7, + "customer id" + ], + [ + 7, + "address id" + ], + [ + 7, + "date from" + ], + [ + 7, + "address type" + ], + [ + 7, + "date to" + ], + [ + 8, + "route id" + ], + [ + 8, + "route name" + ], + [ + 8, + "other route details" + ], + [ + 9, + "location code" + ], + [ + 9, + "route id" + ], + [ + 9, + "location address id" + ], + [ + 9, + "location name" + ], + [ + 10, + "truck id" + ], + [ + 10, + "truck licence number" + ], + [ + 10, + "truck details" + ], + [ + 11, + "employee id" + ], + [ + 11, + "employee address id" + ], + [ + 11, + "employee name" + ], + [ + 11, + "employee phone" + ], + [ + 12, + "location code" + ], + [ + 12, + "actual order id" + ], + [ + 12, + "delivery status code" + ], + [ + 12, + "driver employee id" + ], + [ + 12, + "truck id" + ], + [ + 12, + "delivery date" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "product_id" + ], + [ + 0, + "product_name" + ], + [ + 0, + "product_price" + ], + [ + 0, + "product_description" + ], + [ + 1, + "address_id" + ], + [ + 1, + "address_details" + ], + [ + 1, + "city" + ], + [ + 1, + "zip_postcode" + ], + [ + 1, + "state_province_county" + ], + [ + 1, + "country" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "payment_method" + ], + [ + 2, + "customer_name" + ], + [ + 2, + "customer_phone" + ], + [ + 2, + "customer_email" + ], + [ + 2, + "date_became_customer" + ], + [ + 3, + "regular_order_id" + ], + [ + 3, + "distributer_id" + ], + [ + 4, + "regular_order_id" + ], + [ + 4, + "product_id" + ], + [ + 5, + "actual_order_id" + ], + [ + 5, + "order_status_code" + ], + [ + 5, + "regular_order_id" + ], + [ + 5, + "actual_order_date" + ], + [ + 6, + "actual_order_id" + ], + [ + 6, + "product_id" + ], + [ + 7, + "customer_id" + ], + [ + 7, + "address_id" + ], + [ + 7, + "date_from" + ], + [ + 7, + "address_type" + ], + [ + 7, + "date_to" + ], + [ + 8, + "route_id" + ], + [ + 8, + "route_name" + ], + [ + 8, + "other_route_details" + ], + [ + 9, + "location_code" + ], + [ + 9, + "route_id" + ], + [ + 9, + "location_address_id" + ], + [ + 9, + "location_name" + ], + [ + 10, + "truck_id" + ], + [ + 10, + "truck_licence_number" + ], + [ + 10, + "truck_details" + ], + [ + 11, + "employee_id" + ], + [ + 11, + "employee_address_id" + ], + [ + 11, + "employee_name" + ], + [ + 11, + "employee_phone" + ], + [ + 12, + "location_code" + ], + [ + 12, + "actual_order_id" + ], + [ + 12, + "delivery_status_code" + ], + [ + 12, + "driver_employee_id" + ], + [ + 12, + "truck_id" + ], + [ + 12, + "delivery_date" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "time", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "time", + "number", + "number", + "number", + "number", + "time", + "text", + "time", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "time" + ], + "db_id": "customer_deliveries", + "foreign_keys": [ + [ + 18, + 11 + ], + [ + 19, + 17 + ], + [ + 20, + 1 + ], + [ + 23, + 17 + ], + [ + 25, + 21 + ], + [ + 26, + 1 + ], + [ + 28, + 5 + ], + [ + 27, + 11 + ], + [ + 36, + 32 + ], + [ + 37, + 5 + ], + [ + 43, + 5 + ], + [ + 49, + 42 + ], + [ + 46, + 35 + ], + [ + 47, + 21 + ], + [ + 50, + 39 + ] + ], + "primary_keys": [ + 1, + 5, + 11, + 17, + 21, + 32, + 35, + 39, + 42 + ], + "table_names": [ + "products", + "addresses", + "customers", + "regular orders", + "regular order products", + "actual orders", + "actual order products", + "customer addresses", + "delivery routes", + "delivery route locations", + "trucks", + "employees", + "order deliveries" + ], + "table_names_original": [ + "Products", + "Addresses", + "Customers", + "Regular_Orders", + "Regular_Order_Products", + "Actual_Orders", + "Actual_Order_Products", + "Customer_Addresses", + "Delivery_Routes", + "Delivery_Route_Locations", + "Trucks", + "Employees", + "Order_Deliveries" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "home games" + ], + [ + 0, + "average attendance" + ], + [ + 0, + "total attendance" + ], + [ + 0, + "capacity percentage" + ], + [ + 1, + "stadium id" + ], + [ + 1, + "id" + ], + [ + 1, + "season" + ], + [ + 1, + "date" + ], + [ + 1, + "home team" + ], + [ + 1, + "away team" + ], + [ + 1, + "score" + ], + [ + 1, + "competition" + ], + [ + 2, + "game id" + ], + [ + 2, + "id" + ], + [ + 2, + "player" + ], + [ + 2, + "injury" + ], + [ + 2, + "number of matches" + ], + [ + 2, + "source" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "Home_Games" + ], + [ + 0, + "Average_Attendance" + ], + [ + 0, + "Total_Attendance" + ], + [ + 0, + "Capacity_Percentage" + ], + [ + 1, + "stadium_id" + ], + [ + 1, + "id" + ], + [ + 1, + "Season" + ], + [ + 1, + "Date" + ], + [ + 1, + "Home_team" + ], + [ + 1, + "Away_team" + ], + [ + 1, + "Score" + ], + [ + 1, + "Competition" + ], + [ + 2, + "game_id" + ], + [ + 2, + "id" + ], + [ + 2, + "Player" + ], + [ + 2, + "Injury" + ], + [ + 2, + "Number_of_matches" + ], + [ + 2, + "Source" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text" + ], + "db_id": "game_injury", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 15, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 16 + ], + "table_names": [ + "stadium", + "game", + "injury accident" + ], + "table_names_original": [ + "stadium", + "game", + "injury_accident" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "school id" + ], + [ + 0, + "school name" + ], + [ + 0, + "location" + ], + [ + 0, + "mascot" + ], + [ + 0, + "enrollment" + ], + [ + 0, + "ihsaa class" + ], + [ + 0, + "ihsaa football class" + ], + [ + 0, + "county" + ], + [ + 1, + "school id" + ], + [ + 1, + "year" + ], + [ + 1, + "budgeted" + ], + [ + 1, + "total budget percent budgeted" + ], + [ + 1, + "invested" + ], + [ + 1, + "total budget percent invested" + ], + [ + 1, + "budget invested percent" + ], + [ + 2, + "endowment id" + ], + [ + 2, + "school id" + ], + [ + 2, + "donator name" + ], + [ + 2, + "amount" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "School_id" + ], + [ + 0, + "School_name" + ], + [ + 0, + "Location" + ], + [ + 0, + "Mascot" + ], + [ + 0, + "Enrollment" + ], + [ + 0, + "IHSAA_Class" + ], + [ + 0, + "IHSAA_Football_Class" + ], + [ + 0, + "County" + ], + [ + 1, + "School_id" + ], + [ + 1, + "Year" + ], + [ + 1, + "Budgeted" + ], + [ + 1, + "total_budget_percent_budgeted" + ], + [ + 1, + "Invested" + ], + [ + 1, + "total_budget_percent_invested" + ], + [ + 1, + "Budget_invested_percent" + ], + [ + 2, + "endowment_id" + ], + [ + 2, + "School_id" + ], + [ + 2, + "donator_name" + ], + [ + 2, + "amount" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "number" + ], + "db_id": "school_finance", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 17, + 1 + ] + ], + "primary_keys": [ + 1, + 9, + 16 + ], + "table_names": [ + "school", + "budget", + "endowment" + ], + "table_names_original": [ + "School", + "budget", + "endowment" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "venue id" + ], + [ + 0, + "venue name" + ], + [ + 1, + "author id" + ], + [ + 1, + "author name" + ], + [ + 2, + "dataset id" + ], + [ + 2, + "dataset name" + ], + [ + 3, + "journal id" + ], + [ + 3, + "journal name" + ], + [ + 4, + "key phrase id" + ], + [ + 4, + "key phrase name" + ], + [ + 5, + "paper id" + ], + [ + 5, + "title" + ], + [ + 5, + "venue id" + ], + [ + 5, + "year" + ], + [ + 5, + "number citing" + ], + [ + 5, + "number cited by" + ], + [ + 5, + "journal id" + ], + [ + 6, + "citing paper id" + ], + [ + 6, + "cited paper id" + ], + [ + 7, + "paper id" + ], + [ + 7, + "dataset id" + ], + [ + 8, + "paper id" + ], + [ + 8, + "key phrase id" + ], + [ + 9, + "paper id" + ], + [ + 9, + "author id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "venueId" + ], + [ + 0, + "venueName" + ], + [ + 1, + "authorId" + ], + [ + 1, + "authorName" + ], + [ + 2, + "datasetId" + ], + [ + 2, + "datasetName" + ], + [ + 3, + "journalId" + ], + [ + 3, + "journalName" + ], + [ + 4, + "keyphraseId" + ], + [ + 4, + "keyphraseName" + ], + [ + 5, + "paperId" + ], + [ + 5, + "title" + ], + [ + 5, + "venueId" + ], + [ + 5, + "year" + ], + [ + 5, + "numCiting" + ], + [ + 5, + "numCitedBy" + ], + [ + 5, + "journalId" + ], + [ + 6, + "citingPaperId" + ], + [ + 6, + "citedPaperId" + ], + [ + 7, + "paperId" + ], + [ + 7, + "datasetId" + ], + [ + 8, + "paperId" + ], + [ + 8, + "keyphraseId" + ], + [ + 9, + "paperId" + ], + [ + 9, + "authorId" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "scholar", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 17, + 7 + ], + [ + 18, + 11 + ], + [ + 19, + 11 + ], + [ + 23, + 9 + ], + [ + 22, + 11 + ], + [ + 25, + 3 + ], + [ + 24, + 11 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 7, + 9, + 11, + 18, + 21, + 23, + 24 + ], + "table_names": [ + "venue", + "author", + "dataset", + "journal", + "key phrase", + "paper", + "cite", + "paper dataset", + "paper key phrase", + "writes" + ], + "table_names_original": [ + "venue", + "author", + "dataset", + "journal", + "keyphrase", + "paper", + "cite", + "paperDataset", + "paperKeyphrase", + "writes" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "area code" + ], + [ + 0, + "state" + ], + [ + 1, + "contestant number" + ], + [ + 1, + "contestant name" + ], + [ + 2, + "vote id" + ], + [ + 2, + "phone number" + ], + [ + 2, + "state" + ], + [ + 2, + "contestant number" + ], + [ + 2, + "created" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "area_code" + ], + [ + 0, + "state" + ], + [ + 1, + "contestant_number" + ], + [ + 1, + "contestant_name" + ], + [ + 2, + "vote_id" + ], + [ + 2, + "phone_number" + ], + [ + 2, + "state" + ], + [ + 2, + "contestant_number" + ], + [ + 2, + "created" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "time" + ], + "db_id": "voter_1", + "foreign_keys": [ + [ + 8, + 3 + ], + [ + 7, + 2 + ] + ], + "primary_keys": [ + 1, + 3, + 5 + ], + "table_names": [ + "area code state", + "contestants", + "votes" + ], + "table_names_original": [ + "AREA_CODE_STATE", + "CONTESTANTS", + "VOTES" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "country id" + ], + [ + 0, + "country name" + ], + [ + 0, + "capital" + ], + [ + 0, + "official native language" + ], + [ + 1, + "team id" + ], + [ + 1, + "name" + ], + [ + 2, + "season" + ], + [ + 2, + "player" + ], + [ + 2, + "position" + ], + [ + 2, + "country" + ], + [ + 2, + "team" + ], + [ + 2, + "draft pick number" + ], + [ + 2, + "draft class" + ], + [ + 2, + "college" + ], + [ + 3, + "player id" + ], + [ + 3, + "player" + ], + [ + 3, + "years played" + ], + [ + 3, + "total wl" + ], + [ + 3, + "singles wl" + ], + [ + 3, + "doubles wl" + ], + [ + 3, + "team" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Country_id" + ], + [ + 0, + "Country_name" + ], + [ + 0, + "Capital" + ], + [ + 0, + "Official_native_language" + ], + [ + 1, + "Team_id" + ], + [ + 1, + "Name" + ], + [ + 2, + "Season" + ], + [ + 2, + "Player" + ], + [ + 2, + "Position" + ], + [ + 2, + "Country" + ], + [ + 2, + "Team" + ], + [ + 2, + "Draft_Pick_Number" + ], + [ + 2, + "Draft_Class" + ], + [ + 2, + "College" + ], + [ + 3, + "Player_ID" + ], + [ + 3, + "Player" + ], + [ + 3, + "Years_Played" + ], + [ + 3, + "Total_WL" + ], + [ + 3, + "Singles_WL" + ], + [ + 3, + "Doubles_WL" + ], + [ + 3, + "Team" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number" + ], + "db_id": "match_season", + "foreign_keys": [ + [ + 11, + 5 + ], + [ + 10, + 1 + ], + [ + 21, + 5 + ] + ], + "primary_keys": [ + 1, + 5, + 7, + 15 + ], + "table_names": [ + "country", + "team", + "match season", + "player" + ], + "table_names_original": [ + "country", + "team", + "match_season", + "player" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "name" + ], + [ + 1, + "customer id" + ], + [ + 1, + "balance" + ], + [ + 2, + "customer id" + ], + [ + 2, + "balance" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "custid" + ], + [ + 0, + "name" + ], + [ + 1, + "custid" + ], + [ + 1, + "balance" + ], + [ + 2, + "custid" + ], + [ + 2, + "balance" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "small_bank_1", + "foreign_keys": [ + [ + 3, + 1 + ], + [ + 5, + 1 + ] + ], + "primary_keys": [ + 1, + 3, + 5 + ], + "table_names": [ + "accounts", + "savings", + "checking" + ], + "table_names_original": [ + "ACCOUNTS", + "SAVINGS", + "CHECKING" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "player id" + ], + [ + 0, + "first name" + ], + [ + 0, + "last name" + ], + [ + 0, + "hand" + ], + [ + 0, + "birth date" + ], + [ + 0, + "country code" + ], + [ + 1, + "best of" + ], + [ + 1, + "draw size" + ], + [ + 1, + "loser age" + ], + [ + 1, + "loser entry" + ], + [ + 1, + "loser hand" + ], + [ + 1, + "loser ht" + ], + [ + 1, + "loser id" + ], + [ + 1, + "loser ioc" + ], + [ + 1, + "loser name" + ], + [ + 1, + "loser rank" + ], + [ + 1, + "loser rank points" + ], + [ + 1, + "loser seed" + ], + [ + 1, + "match num" + ], + [ + 1, + "minutes" + ], + [ + 1, + "round" + ], + [ + 1, + "score" + ], + [ + 1, + "surface" + ], + [ + 1, + "tourney date" + ], + [ + 1, + "tourney id" + ], + [ + 1, + "tourney level" + ], + [ + 1, + "tourney name" + ], + [ + 1, + "winner age" + ], + [ + 1, + "winner entry" + ], + [ + 1, + "winner hand" + ], + [ + 1, + "winner ht" + ], + [ + 1, + "winner id" + ], + [ + 1, + "winner ioc" + ], + [ + 1, + "winner name" + ], + [ + 1, + "winner rank" + ], + [ + 1, + "winner rank points" + ], + [ + 1, + "winner seed" + ], + [ + 1, + "year" + ], + [ + 2, + "ranking date" + ], + [ + 2, + "ranking" + ], + [ + 2, + "player id" + ], + [ + 2, + "ranking points" + ], + [ + 2, + "tours" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "player_id" + ], + [ + 0, + "first_name" + ], + [ + 0, + "last_name" + ], + [ + 0, + "hand" + ], + [ + 0, + "birth_date" + ], + [ + 0, + "country_code" + ], + [ + 1, + "best_of" + ], + [ + 1, + "draw_size" + ], + [ + 1, + "loser_age" + ], + [ + 1, + "loser_entry" + ], + [ + 1, + "loser_hand" + ], + [ + 1, + "loser_ht" + ], + [ + 1, + "loser_id" + ], + [ + 1, + "loser_ioc" + ], + [ + 1, + "loser_name" + ], + [ + 1, + "loser_rank" + ], + [ + 1, + "loser_rank_points" + ], + [ + 1, + "loser_seed" + ], + [ + 1, + "match_num" + ], + [ + 1, + "minutes" + ], + [ + 1, + "round" + ], + [ + 1, + "score" + ], + [ + 1, + "surface" + ], + [ + 1, + "tourney_date" + ], + [ + 1, + "tourney_id" + ], + [ + 1, + "tourney_level" + ], + [ + 1, + "tourney_name" + ], + [ + 1, + "winner_age" + ], + [ + 1, + "winner_entry" + ], + [ + 1, + "winner_hand" + ], + [ + 1, + "winner_ht" + ], + [ + 1, + "winner_id" + ], + [ + 1, + "winner_ioc" + ], + [ + 1, + "winner_name" + ], + [ + 1, + "winner_rank" + ], + [ + 1, + "winner_rank_points" + ], + [ + 1, + "winner_seed" + ], + [ + 1, + "year" + ], + [ + 2, + "ranking_date" + ], + [ + 2, + "ranking" + ], + [ + 2, + "player_id" + ], + [ + 2, + "ranking_points" + ], + [ + 2, + "tours" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "time", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "time", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "time", + "number", + "number", + "number", + "number" + ], + "db_id": "wta_1", + "foreign_keys": [ + [ + 32, + 1 + ], + [ + 13, + 1 + ], + [ + 41, + 1 + ] + ], + "primary_keys": [ + 1 + ], + "table_names": [ + "players", + "matches", + "rankings" + ], + "table_names_original": [ + "players", + "matches", + "rankings" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "bid" + ], + [ + 0, + "business id" + ], + [ + 0, + "name" + ], + [ + 0, + "full address" + ], + [ + 0, + "city" + ], + [ + 0, + "latitude" + ], + [ + 0, + "longitude" + ], + [ + 0, + "review count" + ], + [ + 0, + "is open" + ], + [ + 0, + "rating" + ], + [ + 0, + "state" + ], + [ + 1, + "id" + ], + [ + 1, + "business id" + ], + [ + 1, + "category name" + ], + [ + 2, + "uid" + ], + [ + 2, + "user id" + ], + [ + 2, + "name" + ], + [ + 3, + "cid" + ], + [ + 3, + "business id" + ], + [ + 3, + "count" + ], + [ + 3, + "day" + ], + [ + 4, + "id" + ], + [ + 4, + "business id" + ], + [ + 4, + "neighbourhood name" + ], + [ + 5, + "rid" + ], + [ + 5, + "business id" + ], + [ + 5, + "user id" + ], + [ + 5, + "rating" + ], + [ + 5, + "text" + ], + [ + 5, + "year" + ], + [ + 5, + "month" + ], + [ + 6, + "tip id" + ], + [ + 6, + "business id" + ], + [ + 6, + "text" + ], + [ + 6, + "user id" + ], + [ + 6, + "likes" + ], + [ + 6, + "year" + ], + [ + 6, + "month" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "bid" + ], + [ + 0, + "business_id" + ], + [ + 0, + "name" + ], + [ + 0, + "full_address" + ], + [ + 0, + "city" + ], + [ + 0, + "latitude" + ], + [ + 0, + "longitude" + ], + [ + 0, + "review_count" + ], + [ + 0, + "is_open" + ], + [ + 0, + "rating" + ], + [ + 0, + "state" + ], + [ + 1, + "id" + ], + [ + 1, + "business_id" + ], + [ + 1, + "category_name" + ], + [ + 2, + "uid" + ], + [ + 2, + "user_id" + ], + [ + 2, + "name" + ], + [ + 3, + "cid" + ], + [ + 3, + "business_id" + ], + [ + 3, + "count" + ], + [ + 3, + "day" + ], + [ + 4, + "id" + ], + [ + 4, + "business_id" + ], + [ + 4, + "neighbourhood_name" + ], + [ + 5, + "rid" + ], + [ + 5, + "business_id" + ], + [ + 5, + "user_id" + ], + [ + 5, + "rating" + ], + [ + 5, + "text" + ], + [ + 5, + "year" + ], + [ + 5, + "month" + ], + [ + 6, + "tip_id" + ], + [ + 6, + "business_id" + ], + [ + 6, + "text" + ], + [ + 6, + "user_id" + ], + [ + 6, + "likes" + ], + [ + 6, + "year" + ], + [ + 6, + "month" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "yelp", + "foreign_keys": [ + [ + 13, + 2 + ], + [ + 19, + 2 + ], + [ + 23, + 2 + ], + [ + 27, + 16 + ], + [ + 26, + 2 + ], + [ + 35, + 16 + ], + [ + 33, + 2 + ] + ], + "primary_keys": [ + 1, + 12, + 15, + 18, + 22, + 25, + 32 + ], + "table_names": [ + "business", + "category", + "user", + "checkin", + "neighbourhood", + "review", + "tip" + ], + "table_names_original": [ + "business", + "category", + "user", + "checkin", + "neighbourhood", + "review", + "tip" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "grade" + ], + [ + 0, + "class room" + ], + [ + 1, + "last name" + ], + [ + 1, + "first name" + ], + [ + 1, + "class room" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "LastName" + ], + [ + 0, + "FirstName" + ], + [ + 0, + "Grade" + ], + [ + 0, + "Classroom" + ], + [ + 1, + "LastName" + ], + [ + 1, + "FirstName" + ], + [ + 1, + "Classroom" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number" + ], + "db_id": "student_1", + "foreign_keys": [], + "primary_keys": [ + 1, + 5 + ], + "table_names": [ + "list", + "teachers" + ], + "table_names_original": [ + "list", + "teachers" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "manufacturer id" + ], + [ + 0, + "open year" + ], + [ + 0, + "name" + ], + [ + 0, + "num of factories" + ], + [ + 0, + "num of shops" + ], + [ + 1, + "furniture id" + ], + [ + 1, + "name" + ], + [ + 1, + "num of component" + ], + [ + 1, + "market rate" + ], + [ + 2, + "manufacturer id" + ], + [ + 2, + "furniture id" + ], + [ + 2, + "price in dollar" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Manufacturer_ID" + ], + [ + 0, + "Open_Year" + ], + [ + 0, + "Name" + ], + [ + 0, + "Num_of_Factories" + ], + [ + 0, + "Num_of_Shops" + ], + [ + 1, + "Furniture_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Num_of_Component" + ], + [ + 1, + "Market_Rate" + ], + [ + 2, + "Manufacturer_ID" + ], + [ + 2, + "Furniture_ID" + ], + [ + 2, + "Price_in_Dollar" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "manufacturer", + "foreign_keys": [ + [ + 11, + 6 + ], + [ + 10, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 10 + ], + "table_names": [ + "manufacturer", + "furniture", + "furniture manufacte" + ], + "table_names_original": [ + "manufacturer", + "furniture", + "furniture_manufacte" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "name" + ], + [ + 0, + "seq" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 2, + "id" + ], + [ + 2, + "title" + ], + [ + 2, + "artist id" + ], + [ + 3, + "id" + ], + [ + 3, + "last name" + ], + [ + 3, + "first name" + ], + [ + 3, + "title" + ], + [ + 3, + "reports to" + ], + [ + 3, + "birth date" + ], + [ + 3, + "hire date" + ], + [ + 3, + "address" + ], + [ + 3, + "city" + ], + [ + 3, + "state" + ], + [ + 3, + "country" + ], + [ + 3, + "postal code" + ], + [ + 3, + "phone" + ], + [ + 3, + "fax" + ], + [ + 3, + "email" + ], + [ + 4, + "id" + ], + [ + 4, + "first name" + ], + [ + 4, + "last name" + ], + [ + 4, + "company" + ], + [ + 4, + "address" + ], + [ + 4, + "city" + ], + [ + 4, + "state" + ], + [ + 4, + "country" + ], + [ + 4, + "postal code" + ], + [ + 4, + "phone" + ], + [ + 4, + "fax" + ], + [ + 4, + "email" + ], + [ + 4, + "support rep id" + ], + [ + 5, + "id" + ], + [ + 5, + "name" + ], + [ + 6, + "id" + ], + [ + 6, + "customer id" + ], + [ + 6, + "invoice date" + ], + [ + 6, + "billing address" + ], + [ + 6, + "billing city" + ], + [ + 6, + "billing state" + ], + [ + 6, + "billing country" + ], + [ + 6, + "billing postal code" + ], + [ + 6, + "total" + ], + [ + 7, + "id" + ], + [ + 7, + "name" + ], + [ + 8, + "id" + ], + [ + 8, + "name" + ], + [ + 8, + "album id" + ], + [ + 8, + "media type id" + ], + [ + 8, + "genre id" + ], + [ + 8, + "composer" + ], + [ + 8, + "milliseconds" + ], + [ + 8, + "bytes" + ], + [ + 8, + "unit price" + ], + [ + 9, + "id" + ], + [ + 9, + "invoice id" + ], + [ + 9, + "track id" + ], + [ + 9, + "unit price" + ], + [ + 9, + "quantity" + ], + [ + 10, + "id" + ], + [ + 10, + "name" + ], + [ + 11, + "playlist id" + ], + [ + 11, + "track id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 1, + "name" + ], + [ + 1, + "seq" + ], + [ + 2, + "id" + ], + [ + 2, + "title" + ], + [ + 2, + "artist_id" + ], + [ + 3, + "id" + ], + [ + 3, + "last_name" + ], + [ + 3, + "first_name" + ], + [ + 3, + "title" + ], + [ + 3, + "reports_to" + ], + [ + 3, + "birth_date" + ], + [ + 3, + "hire_date" + ], + [ + 3, + "address" + ], + [ + 3, + "city" + ], + [ + 3, + "state" + ], + [ + 3, + "country" + ], + [ + 3, + "postal_code" + ], + [ + 3, + "phone" + ], + [ + 3, + "fax" + ], + [ + 3, + "email" + ], + [ + 4, + "id" + ], + [ + 4, + "first_name" + ], + [ + 4, + "last_name" + ], + [ + 4, + "company" + ], + [ + 4, + "address" + ], + [ + 4, + "city" + ], + [ + 4, + "state" + ], + [ + 4, + "country" + ], + [ + 4, + "postal_code" + ], + [ + 4, + "phone" + ], + [ + 4, + "fax" + ], + [ + 4, + "email" + ], + [ + 4, + "support_rep_id" + ], + [ + 5, + "id" + ], + [ + 5, + "name" + ], + [ + 6, + "id" + ], + [ + 6, + "customer_id" + ], + [ + 6, + "invoice_date" + ], + [ + 6, + "billing_address" + ], + [ + 6, + "billing_city" + ], + [ + 6, + "billing_state" + ], + [ + 6, + "billing_country" + ], + [ + 6, + "billing_postal_code" + ], + [ + 6, + "total" + ], + [ + 7, + "id" + ], + [ + 7, + "name" + ], + [ + 8, + "id" + ], + [ + 8, + "name" + ], + [ + 8, + "album_id" + ], + [ + 8, + "media_type_id" + ], + [ + 8, + "genre_id" + ], + [ + 8, + "composer" + ], + [ + 8, + "milliseconds" + ], + [ + 8, + "bytes" + ], + [ + 8, + "unit_price" + ], + [ + 9, + "id" + ], + [ + 9, + "invoice_id" + ], + [ + 9, + "track_id" + ], + [ + 9, + "unit_price" + ], + [ + 9, + "quantity" + ], + [ + 10, + "id" + ], + [ + 10, + "name" + ], + [ + 11, + "playlist_id" + ], + [ + 11, + "track_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "time", + "time", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "time", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "store_1", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 12, + 8 + ], + [ + 35, + 8 + ], + [ + 39, + 23 + ], + [ + 52, + 47 + ], + [ + 53, + 36 + ], + [ + 51, + 5 + ], + [ + 60, + 49 + ], + [ + 59, + 38 + ], + [ + 66, + 49 + ], + [ + 65, + 63 + ] + ], + "primary_keys": [ + 1, + 5, + 8, + 23, + 36, + 38, + 47, + 49, + 58, + 63, + 65 + ], + "table_names": [ + "sqlite sequence", + "artists", + "albums", + "employees", + "customers", + "genres", + "invoices", + "media types", + "tracks", + "invoice lines", + "playlists", + "playlist tracks" + ], + "table_names_original": [ + "artists", + "sqlite_sequence", + "albums", + "employees", + "customers", + "genres", + "invoices", + "media_types", + "tracks", + "invoice_lines", + "playlists", + "playlist_tracks" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "station id" + ], + [ + 0, + "name" + ], + [ + 0, + "annual entry exit" + ], + [ + 0, + "annual interchanges" + ], + [ + 0, + "total passengers" + ], + [ + 0, + "location" + ], + [ + 0, + "main services" + ], + [ + 0, + "number of platforms" + ], + [ + 1, + "train id" + ], + [ + 1, + "name" + ], + [ + 1, + "time" + ], + [ + 1, + "service" + ], + [ + 2, + "train id" + ], + [ + 2, + "station id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Station_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Annual_entry_exit" + ], + [ + 0, + "Annual_interchanges" + ], + [ + 0, + "Total_Passengers" + ], + [ + 0, + "Location" + ], + [ + 0, + "Main_Services" + ], + [ + 0, + "Number_of_Platforms" + ], + [ + 1, + "Train_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Time" + ], + [ + 1, + "Service" + ], + [ + 2, + "Train_ID" + ], + [ + 2, + "Station_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number" + ], + "db_id": "train_station", + "foreign_keys": [ + [ + 14, + 1 + ], + [ + 13, + 9 + ] + ], + "primary_keys": [ + 1, + 9, + 13 + ], + "table_names": [ + "station", + "train", + "train station" + ], + "table_names_original": [ + "station", + "train", + "train_station" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "role code" + ], + [ + 0, + "role description" + ], + [ + 1, + "user id" + ], + [ + 1, + "role code" + ], + [ + 1, + "user name" + ], + [ + 1, + "user login" + ], + [ + 1, + "password" + ], + [ + 2, + "document structure code" + ], + [ + 2, + "parent document structure code" + ], + [ + 2, + "document structure description" + ], + [ + 3, + "functional area code" + ], + [ + 3, + "parent functional area code" + ], + [ + 3, + "functional area description" + ], + [ + 4, + "image id" + ], + [ + 4, + "image alt text" + ], + [ + 4, + "image name" + ], + [ + 4, + "image url" + ], + [ + 5, + "document code" + ], + [ + 5, + "document structure code" + ], + [ + 5, + "document type code" + ], + [ + 5, + "access count" + ], + [ + 5, + "document name" + ], + [ + 6, + "document code" + ], + [ + 6, + "functional area code" + ], + [ + 7, + "section id" + ], + [ + 7, + "document code" + ], + [ + 7, + "section sequence" + ], + [ + 7, + "section code" + ], + [ + 7, + "section title" + ], + [ + 8, + "section id" + ], + [ + 8, + "image id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "role_code" + ], + [ + 0, + "role_description" + ], + [ + 1, + "user_id" + ], + [ + 1, + "role_code" + ], + [ + 1, + "user_name" + ], + [ + 1, + "user_login" + ], + [ + 1, + "password" + ], + [ + 2, + "document_structure_code" + ], + [ + 2, + "parent_document_structure_code" + ], + [ + 2, + "document_structure_description" + ], + [ + 3, + "functional_area_code" + ], + [ + 3, + "parent_functional_area_code" + ], + [ + 3, + "functional_area_description" + ], + [ + 4, + "image_id" + ], + [ + 4, + "image_alt_text" + ], + [ + 4, + "image_name" + ], + [ + 4, + "image_url" + ], + [ + 5, + "document_code" + ], + [ + 5, + "document_structure_code" + ], + [ + 5, + "document_type_code" + ], + [ + 5, + "access_count" + ], + [ + 5, + "document_name" + ], + [ + 6, + "document_code" + ], + [ + 6, + "functional_area_code" + ], + [ + 7, + "section_id" + ], + [ + 7, + "document_code" + ], + [ + 7, + "section_sequence" + ], + [ + 7, + "section_code" + ], + [ + 7, + "section_title" + ], + [ + 8, + "section_id" + ], + [ + 8, + "image_id" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number" + ], + "db_id": "document_management", + "foreign_keys": [ + [ + 4, + 1 + ], + [ + 19, + 8 + ], + [ + 24, + 11 + ], + [ + 23, + 18 + ], + [ + 26, + 18 + ], + [ + 31, + 14 + ], + [ + 30, + 25 + ] + ], + "primary_keys": [ + 1, + 3, + 8, + 11, + 14, + 18, + 25, + 30 + ], + "table_names": [ + "roles", + "users", + "document structures", + "functional areas", + "images", + "documents", + "document functional areas", + "document sections", + "document sections images" + ], + "table_names_original": [ + "Roles", + "Users", + "Document_Structures", + "Functional_Areas", + "Images", + "Documents", + "Document_Functional_Areas", + "Document_Sections", + "Document_Sections_Images" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "circuit id" + ], + [ + 0, + "circuit reference" + ], + [ + 0, + "name" + ], + [ + 0, + "location" + ], + [ + 0, + "country" + ], + [ + 0, + "latitude" + ], + [ + 0, + "longitude" + ], + [ + 0, + "altitude" + ], + [ + 0, + "url" + ], + [ + 1, + "race id" + ], + [ + 1, + "year" + ], + [ + 1, + "round" + ], + [ + 1, + "circuit id" + ], + [ + 1, + "name" + ], + [ + 1, + "date" + ], + [ + 1, + "time" + ], + [ + 1, + "url" + ], + [ + 2, + "driver id" + ], + [ + 2, + "driver reference" + ], + [ + 2, + "number" + ], + [ + 2, + "code" + ], + [ + 2, + "forename" + ], + [ + 2, + "surname" + ], + [ + 2, + "dob" + ], + [ + 2, + "nationality" + ], + [ + 2, + "url" + ], + [ + 3, + "status id" + ], + [ + 3, + "status" + ], + [ + 4, + "year" + ], + [ + 4, + "url" + ], + [ + 5, + "constructor id" + ], + [ + 5, + "constructor reference" + ], + [ + 5, + "name" + ], + [ + 5, + "nationality" + ], + [ + 5, + "url" + ], + [ + 6, + "constructor standings id" + ], + [ + 6, + "race id" + ], + [ + 6, + "constructor id" + ], + [ + 6, + "points" + ], + [ + 6, + "position" + ], + [ + 6, + "position text" + ], + [ + 6, + "wins" + ], + [ + 7, + "result id" + ], + [ + 7, + "race id" + ], + [ + 7, + "driver id" + ], + [ + 7, + "constructor id" + ], + [ + 7, + "number" + ], + [ + 7, + "grid" + ], + [ + 7, + "position" + ], + [ + 7, + "position text" + ], + [ + 7, + "position order" + ], + [ + 7, + "points" + ], + [ + 7, + "laps" + ], + [ + 7, + "time" + ], + [ + 7, + "milliseconds" + ], + [ + 7, + "fastest lap" + ], + [ + 7, + "rank" + ], + [ + 7, + "fastest lap time" + ], + [ + 7, + "fastest lap speed" + ], + [ + 7, + "status id" + ], + [ + 8, + "driver standings id" + ], + [ + 8, + "race id" + ], + [ + 8, + "driver id" + ], + [ + 8, + "points" + ], + [ + 8, + "position" + ], + [ + 8, + "position text" + ], + [ + 8, + "wins" + ], + [ + 9, + "constructor results id" + ], + [ + 9, + "race id" + ], + [ + 9, + "constructor id" + ], + [ + 9, + "points" + ], + [ + 9, + "status" + ], + [ + 10, + "qualify id" + ], + [ + 10, + "race id" + ], + [ + 10, + "driver id" + ], + [ + 10, + "constructor id" + ], + [ + 10, + "number" + ], + [ + 10, + "position" + ], + [ + 10, + "q1" + ], + [ + 10, + "q2" + ], + [ + 10, + "q3" + ], + [ + 11, + "race id" + ], + [ + 11, + "driver id" + ], + [ + 11, + "stop" + ], + [ + 11, + "lap" + ], + [ + 11, + "time" + ], + [ + 11, + "duration" + ], + [ + 11, + "milliseconds" + ], + [ + 12, + "race id" + ], + [ + 12, + "driver id" + ], + [ + 12, + "lap" + ], + [ + 12, + "position" + ], + [ + 12, + "time" + ], + [ + 12, + "milliseconds" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "circuitId" + ], + [ + 0, + "circuitRef" + ], + [ + 0, + "name" + ], + [ + 0, + "location" + ], + [ + 0, + "country" + ], + [ + 0, + "lat" + ], + [ + 0, + "lng" + ], + [ + 0, + "alt" + ], + [ + 0, + "url" + ], + [ + 1, + "raceId" + ], + [ + 1, + "year" + ], + [ + 1, + "round" + ], + [ + 1, + "circuitId" + ], + [ + 1, + "name" + ], + [ + 1, + "date" + ], + [ + 1, + "time" + ], + [ + 1, + "url" + ], + [ + 2, + "driverId" + ], + [ + 2, + "driverRef" + ], + [ + 2, + "number" + ], + [ + 2, + "code" + ], + [ + 2, + "forename" + ], + [ + 2, + "surname" + ], + [ + 2, + "dob" + ], + [ + 2, + "nationality" + ], + [ + 2, + "url" + ], + [ + 3, + "statusId" + ], + [ + 3, + "status" + ], + [ + 4, + "year" + ], + [ + 4, + "url" + ], + [ + 5, + "constructorId" + ], + [ + 5, + "constructorRef" + ], + [ + 5, + "name" + ], + [ + 5, + "nationality" + ], + [ + 5, + "url" + ], + [ + 6, + "constructorStandingsId" + ], + [ + 6, + "raceId" + ], + [ + 6, + "constructorId" + ], + [ + 6, + "points" + ], + [ + 6, + "position" + ], + [ + 6, + "positionText" + ], + [ + 6, + "wins" + ], + [ + 7, + "resultId" + ], + [ + 7, + "raceId" + ], + [ + 7, + "driverId" + ], + [ + 7, + "constructorId" + ], + [ + 7, + "number" + ], + [ + 7, + "grid" + ], + [ + 7, + "position" + ], + [ + 7, + "positionText" + ], + [ + 7, + "positionOrder" + ], + [ + 7, + "points" + ], + [ + 7, + "laps" + ], + [ + 7, + "time" + ], + [ + 7, + "milliseconds" + ], + [ + 7, + "fastestLap" + ], + [ + 7, + "rank" + ], + [ + 7, + "fastestLapTime" + ], + [ + 7, + "fastestLapSpeed" + ], + [ + 7, + "statusId" + ], + [ + 8, + "driverStandingsId" + ], + [ + 8, + "raceId" + ], + [ + 8, + "driverId" + ], + [ + 8, + "points" + ], + [ + 8, + "position" + ], + [ + 8, + "positionText" + ], + [ + 8, + "wins" + ], + [ + 9, + "constructorResultsId" + ], + [ + 9, + "raceId" + ], + [ + 9, + "constructorId" + ], + [ + 9, + "points" + ], + [ + 9, + "status" + ], + [ + 10, + "qualifyId" + ], + [ + 10, + "raceId" + ], + [ + 10, + "driverId" + ], + [ + 10, + "constructorId" + ], + [ + 10, + "number" + ], + [ + 10, + "position" + ], + [ + 10, + "q1" + ], + [ + 10, + "q2" + ], + [ + 10, + "q3" + ], + [ + 11, + "raceId" + ], + [ + 11, + "driverId" + ], + [ + 11, + "stop" + ], + [ + 11, + "lap" + ], + [ + 11, + "time" + ], + [ + 11, + "duration" + ], + [ + 11, + "milliseconds" + ], + [ + 12, + "raceId" + ], + [ + 12, + "driverId" + ], + [ + 12, + "lap" + ], + [ + 12, + "position" + ], + [ + 12, + "time" + ], + [ + 12, + "milliseconds" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "number" + ], + "db_id": "formula_1", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 37, + 10 + ], + [ + 38, + 31 + ], + [ + 45, + 18 + ], + [ + 44, + 10 + ], + [ + 46, + 31 + ], + [ + 63, + 18 + ], + [ + 62, + 10 + ], + [ + 69, + 10 + ], + [ + 70, + 31 + ], + [ + 75, + 18 + ], + [ + 74, + 10 + ], + [ + 76, + 31 + ], + [ + 83, + 18 + ], + [ + 82, + 10 + ], + [ + 90, + 18 + ], + [ + 89, + 10 + ] + ], + "primary_keys": [ + 1, + 10, + 18, + 27, + 29, + 31, + 36, + 43, + 61, + 68, + 73, + 82, + 89 + ], + "table_names": [ + "circuits", + "races", + "drivers", + "status", + "seasons", + "constructors", + "constructor standings", + "results", + "driver standings", + "constructor results", + "qualifying", + "pit stops", + "lap times" + ], + "table_names_original": [ + "circuits", + "races", + "drivers", + "status", + "seasons", + "constructors", + "constructorStandings", + "results", + "driverStandings", + "constructorResults", + "qualifying", + "pitStops", + "lapTimes" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "game id" + ], + [ + 1, + "game name" + ], + [ + 1, + "game type" + ], + [ + 2, + "student id" + ], + [ + 2, + "game id" + ], + [ + 2, + "hours played" + ], + [ + 3, + "student id" + ], + [ + 3, + "sport name" + ], + [ + 3, + "hours per week" + ], + [ + 3, + "games played" + ], + [ + 3, + "on scholarship" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "GameID" + ], + [ + 1, + "GName" + ], + [ + 1, + "GType" + ], + [ + 2, + "StuID" + ], + [ + 2, + "GameID" + ], + [ + 2, + "Hours_Played" + ], + [ + 3, + "StuID" + ], + [ + 3, + "SportName" + ], + [ + 3, + "HoursPerWeek" + ], + [ + 3, + "GamesPlayed" + ], + [ + 3, + "OnScholarship" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "game_1", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 13, + 9 + ], + [ + 15, + 1 + ] + ], + "primary_keys": [ + 1, + 9 + ], + "table_names": [ + "student", + "video games", + "plays games", + "sports info" + ], + "table_names_original": [ + "Student", + "Video_Games", + "Plays_Games", + "SportsInfo" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "branch id" + ], + [ + 0, + "bname" + ], + [ + 0, + "no of customers" + ], + [ + 0, + "city" + ], + [ + 0, + "state" + ], + [ + 1, + "customer id" + ], + [ + 1, + "customer name" + ], + [ + 1, + "account type" + ], + [ + 1, + "account balance" + ], + [ + 1, + "number of loans" + ], + [ + 1, + "credit score" + ], + [ + 1, + "branch id" + ], + [ + 1, + "state" + ], + [ + 2, + "loan id" + ], + [ + 2, + "loan type" + ], + [ + 2, + "customer id" + ], + [ + 2, + "branch id" + ], + [ + 2, + "amount" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "branch_ID" + ], + [ + 0, + "bname" + ], + [ + 0, + "no_of_customers" + ], + [ + 0, + "city" + ], + [ + 0, + "state" + ], + [ + 1, + "cust_ID" + ], + [ + 1, + "cust_name" + ], + [ + 1, + "acc_type" + ], + [ + 1, + "acc_bal" + ], + [ + 1, + "no_of_loans" + ], + [ + 1, + "credit_score" + ], + [ + 1, + "branch_ID" + ], + [ + 1, + "state" + ], + [ + 2, + "loan_ID" + ], + [ + 2, + "loan_type" + ], + [ + 2, + "cust_ID" + ], + [ + 2, + "branch_ID" + ], + [ + 2, + "amount" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number" + ], + "db_id": "loan_1", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 17, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 14 + ], + "table_names": [ + "bank", + "customer", + "loan" + ], + "table_names_original": [ + "bank", + "customer", + "loan" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "latitude" + ], + [ + 0, + "longitude" + ], + [ + 0, + "dock count" + ], + [ + 0, + "city" + ], + [ + 0, + "installation date" + ], + [ + 1, + "station id" + ], + [ + 1, + "bikes available" + ], + [ + 1, + "docks available" + ], + [ + 1, + "time" + ], + [ + 2, + "id" + ], + [ + 2, + "duration" + ], + [ + 2, + "start date" + ], + [ + 2, + "start station name" + ], + [ + 2, + "start station id" + ], + [ + 2, + "end date" + ], + [ + 2, + "end station name" + ], + [ + 2, + "end station id" + ], + [ + 2, + "bike id" + ], + [ + 2, + "subscription type" + ], + [ + 2, + "zip code" + ], + [ + 3, + "date" + ], + [ + 3, + "max temperature f" + ], + [ + 3, + "mean temperature f" + ], + [ + 3, + "min temperature f" + ], + [ + 3, + "max dew point f" + ], + [ + 3, + "mean dew point f" + ], + [ + 3, + "min dew point f" + ], + [ + 3, + "max humidity" + ], + [ + 3, + "mean humidity" + ], + [ + 3, + "min humidity" + ], + [ + 3, + "max sea level pressure inches" + ], + [ + 3, + "mean sea level pressure inches" + ], + [ + 3, + "min sea level pressure inches" + ], + [ + 3, + "max visibility miles" + ], + [ + 3, + "mean visibility miles" + ], + [ + 3, + "min visibility miles" + ], + [ + 3, + "max wind speed mph" + ], + [ + 3, + "mean wind speed mph" + ], + [ + 3, + "max gust speed mph" + ], + [ + 3, + "precipitation inches" + ], + [ + 3, + "cloud cover" + ], + [ + 3, + "events" + ], + [ + 3, + "wind dir degrees" + ], + [ + 3, + "zip code" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "lat" + ], + [ + 0, + "long" + ], + [ + 0, + "dock_count" + ], + [ + 0, + "city" + ], + [ + 0, + "installation_date" + ], + [ + 1, + "station_id" + ], + [ + 1, + "bikes_available" + ], + [ + 1, + "docks_available" + ], + [ + 1, + "time" + ], + [ + 2, + "id" + ], + [ + 2, + "duration" + ], + [ + 2, + "start_date" + ], + [ + 2, + "start_station_name" + ], + [ + 2, + "start_station_id" + ], + [ + 2, + "end_date" + ], + [ + 2, + "end_station_name" + ], + [ + 2, + "end_station_id" + ], + [ + 2, + "bike_id" + ], + [ + 2, + "subscription_type" + ], + [ + 2, + "zip_code" + ], + [ + 3, + "date" + ], + [ + 3, + "max_temperature_f" + ], + [ + 3, + "mean_temperature_f" + ], + [ + 3, + "min_temperature_f" + ], + [ + 3, + "max_dew_point_f" + ], + [ + 3, + "mean_dew_point_f" + ], + [ + 3, + "min_dew_point_f" + ], + [ + 3, + "max_humidity" + ], + [ + 3, + "mean_humidity" + ], + [ + 3, + "min_humidity" + ], + [ + 3, + "max_sea_level_pressure_inches" + ], + [ + 3, + "mean_sea_level_pressure_inches" + ], + [ + 3, + "min_sea_level_pressure_inches" + ], + [ + 3, + "max_visibility_miles" + ], + [ + 3, + "mean_visibility_miles" + ], + [ + 3, + "min_visibility_miles" + ], + [ + 3, + "max_wind_Speed_mph" + ], + [ + 3, + "mean_wind_speed_mph" + ], + [ + 3, + "max_gust_speed_mph" + ], + [ + 3, + "precipitation_inches" + ], + [ + 3, + "cloud_cover" + ], + [ + 3, + "events" + ], + [ + 3, + "wind_dir_degrees" + ], + [ + 3, + "zip_code" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "bike_1", + "foreign_keys": [ + [ + 8, + 1 + ] + ], + "primary_keys": [ + 1, + 12 + ], + "table_names": [ + "station", + "status", + "trip", + "weather" + ], + "table_names_original": [ + "station", + "status", + "trip", + "weather" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "entrepreneur id" + ], + [ + 0, + "people id" + ], + [ + 0, + "company" + ], + [ + 0, + "money requested" + ], + [ + 0, + "investor" + ], + [ + 1, + "people id" + ], + [ + 1, + "name" + ], + [ + 1, + "height" + ], + [ + 1, + "weight" + ], + [ + 1, + "date of birth" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Entrepreneur_ID" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "Company" + ], + [ + 0, + "Money_Requested" + ], + [ + 0, + "Investor" + ], + [ + 1, + "People_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Height" + ], + [ + 1, + "Weight" + ], + [ + 1, + "Date_of_Birth" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "entrepreneur", + "foreign_keys": [ + [ + 2, + 6 + ] + ], + "primary_keys": [ + 1, + 6 + ], + "table_names": [ + "entrepreneur", + "people" + ], + "table_names_original": [ + "entrepreneur", + "people" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "conductor id" + ], + [ + 0, + "name" + ], + [ + 0, + "age" + ], + [ + 0, + "nationality" + ], + [ + 0, + "year of work" + ], + [ + 1, + "orchestra id" + ], + [ + 1, + "orchestra" + ], + [ + 1, + "conductor id" + ], + [ + 1, + "record company" + ], + [ + 1, + "year of founded" + ], + [ + 1, + "major record format" + ], + [ + 2, + "performance id" + ], + [ + 2, + "orchestra id" + ], + [ + 2, + "type" + ], + [ + 2, + "date" + ], + [ + 2, + "official ratings (millions)" + ], + [ + 2, + "weekly rank" + ], + [ + 2, + "share" + ], + [ + 3, + "show id" + ], + [ + 3, + "performance id" + ], + [ + 3, + "if first show" + ], + [ + 3, + "result" + ], + [ + 3, + "attendance" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Conductor_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Age" + ], + [ + 0, + "Nationality" + ], + [ + 0, + "Year_of_Work" + ], + [ + 1, + "Orchestra_ID" + ], + [ + 1, + "Orchestra" + ], + [ + 1, + "Conductor_ID" + ], + [ + 1, + "Record_Company" + ], + [ + 1, + "Year_of_Founded" + ], + [ + 1, + "Major_Record_Format" + ], + [ + 2, + "Performance_ID" + ], + [ + 2, + "Orchestra_ID" + ], + [ + 2, + "Type" + ], + [ + 2, + "Date" + ], + [ + 2, + "Official_ratings_(millions)" + ], + [ + 2, + "Weekly_rank" + ], + [ + 2, + "Share" + ], + [ + 3, + "Show_ID" + ], + [ + 3, + "Performance_ID" + ], + [ + 3, + "If_first_show" + ], + [ + 3, + "Result" + ], + [ + 3, + "Attendance" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "others", + "text", + "number" + ], + "db_id": "orchestra", + "foreign_keys": [ + [ + 8, + 1 + ], + [ + 13, + 6 + ], + [ + 20, + 12 + ] + ], + "primary_keys": [ + 1, + 6, + 12 + ], + "table_names": [ + "conductor", + "orchestra", + "performance", + "show" + ], + "table_names_original": [ + "conductor", + "orchestra", + "performance", + "show" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "payment method code" + ], + [ + 0, + "payment method description" + ], + [ + 1, + "service type code" + ], + [ + 1, + "parent service type code" + ], + [ + 1, + "service type description" + ], + [ + 2, + "address id" + ], + [ + 2, + "line 1" + ], + [ + 2, + "line 2" + ], + [ + 2, + "city town" + ], + [ + 2, + "state county" + ], + [ + 2, + "other details" + ], + [ + 3, + "product id" + ], + [ + 3, + "product name" + ], + [ + 3, + "product price" + ], + [ + 3, + "product description" + ], + [ + 3, + "other product service details" + ], + [ + 4, + "marketing region code" + ], + [ + 4, + "marketing region name" + ], + [ + 4, + "marketing region descriptrion" + ], + [ + 4, + "other details" + ], + [ + 5, + "client id" + ], + [ + 5, + "address id" + ], + [ + 5, + "customer email address" + ], + [ + 5, + "customer name" + ], + [ + 5, + "customer phone" + ], + [ + 5, + "other details" + ], + [ + 6, + "workshop group id" + ], + [ + 6, + "address id" + ], + [ + 6, + "currency code" + ], + [ + 6, + "marketing region code" + ], + [ + 6, + "store name" + ], + [ + 6, + "store phone" + ], + [ + 6, + "store email address" + ], + [ + 6, + "other details" + ], + [ + 7, + "performer id" + ], + [ + 7, + "address id" + ], + [ + 7, + "customer name" + ], + [ + 7, + "customer phone" + ], + [ + 7, + "customer email address" + ], + [ + 7, + "other details" + ], + [ + 8, + "customer id" + ], + [ + 8, + "address id" + ], + [ + 8, + "customer name" + ], + [ + 8, + "customer phone" + ], + [ + 8, + "customer email address" + ], + [ + 8, + "other details" + ], + [ + 9, + "store id" + ], + [ + 9, + "address id" + ], + [ + 9, + "marketing region code" + ], + [ + 9, + "store name" + ], + [ + 9, + "store phone" + ], + [ + 9, + "store email address" + ], + [ + 9, + "other details" + ], + [ + 10, + "booking id" + ], + [ + 10, + "customer id" + ], + [ + 10, + "workshop group id" + ], + [ + 10, + "status code" + ], + [ + 10, + "store id" + ], + [ + 10, + "order date" + ], + [ + 10, + "planned delivery date" + ], + [ + 10, + "actual delivery date" + ], + [ + 10, + "other order details" + ], + [ + 11, + "order id" + ], + [ + 11, + "performer id" + ], + [ + 12, + "order id" + ], + [ + 12, + "customer id" + ], + [ + 12, + "store id" + ], + [ + 12, + "order date" + ], + [ + 12, + "planned delivery date" + ], + [ + 12, + "actual delivery date" + ], + [ + 12, + "other order details" + ], + [ + 13, + "order item id" + ], + [ + 13, + "order id" + ], + [ + 13, + "product id" + ], + [ + 13, + "order quantity" + ], + [ + 13, + "other item details" + ], + [ + 14, + "invoice id" + ], + [ + 14, + "order id" + ], + [ + 14, + "payment method code" + ], + [ + 14, + "product id" + ], + [ + 14, + "order quantity" + ], + [ + 14, + "other item details" + ], + [ + 14, + "order item id" + ], + [ + 15, + "service id" + ], + [ + 15, + "service type code" + ], + [ + 15, + "workshop group id" + ], + [ + 15, + "product description" + ], + [ + 15, + "product name" + ], + [ + 15, + "product price" + ], + [ + 15, + "other product service details" + ], + [ + 16, + "order id" + ], + [ + 16, + "product id" + ], + [ + 17, + "invoice item id" + ], + [ + 17, + "invoice id" + ], + [ + 17, + "order id" + ], + [ + 17, + "order item id" + ], + [ + 17, + "product id" + ], + [ + 17, + "order quantity" + ], + [ + 17, + "other item details" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "payment_method_code" + ], + [ + 0, + "payment_method_description" + ], + [ + 1, + "Service_Type_Code" + ], + [ + 1, + "Parent_Service_Type_Code" + ], + [ + 1, + "Service_Type_Description" + ], + [ + 2, + "Address_ID" + ], + [ + 2, + "Line_1" + ], + [ + 2, + "Line_2" + ], + [ + 2, + "City_Town" + ], + [ + 2, + "State_County" + ], + [ + 2, + "Other_Details" + ], + [ + 3, + "Product_ID" + ], + [ + 3, + "Product_Name" + ], + [ + 3, + "Product_Price" + ], + [ + 3, + "Product_Description" + ], + [ + 3, + "Other_Product_Service_Details" + ], + [ + 4, + "Marketing_Region_Code" + ], + [ + 4, + "Marketing_Region_Name" + ], + [ + 4, + "Marketing_Region_Descriptrion" + ], + [ + 4, + "Other_Details" + ], + [ + 5, + "Client_ID" + ], + [ + 5, + "Address_ID" + ], + [ + 5, + "Customer_Email_Address" + ], + [ + 5, + "Customer_Name" + ], + [ + 5, + "Customer_Phone" + ], + [ + 5, + "Other_Details" + ], + [ + 6, + "Workshop_Group_ID" + ], + [ + 6, + "Address_ID" + ], + [ + 6, + "Currency_Code" + ], + [ + 6, + "Marketing_Region_Code" + ], + [ + 6, + "Store_Name" + ], + [ + 6, + "Store_Phone" + ], + [ + 6, + "Store_Email_Address" + ], + [ + 6, + "Other_Details" + ], + [ + 7, + "Performer_ID" + ], + [ + 7, + "Address_ID" + ], + [ + 7, + "Customer_Name" + ], + [ + 7, + "Customer_Phone" + ], + [ + 7, + "Customer_Email_Address" + ], + [ + 7, + "Other_Details" + ], + [ + 8, + "Customer_ID" + ], + [ + 8, + "Address_ID" + ], + [ + 8, + "Customer_Name" + ], + [ + 8, + "Customer_Phone" + ], + [ + 8, + "Customer_Email_Address" + ], + [ + 8, + "Other_Details" + ], + [ + 9, + "Store_ID" + ], + [ + 9, + "Address_ID" + ], + [ + 9, + "Marketing_Region_Code" + ], + [ + 9, + "Store_Name" + ], + [ + 9, + "Store_Phone" + ], + [ + 9, + "Store_Email_Address" + ], + [ + 9, + "Other_Details" + ], + [ + 10, + "Booking_ID" + ], + [ + 10, + "Customer_ID" + ], + [ + 10, + "Workshop_Group_ID" + ], + [ + 10, + "Status_Code" + ], + [ + 10, + "Store_ID" + ], + [ + 10, + "Order_Date" + ], + [ + 10, + "Planned_Delivery_Date" + ], + [ + 10, + "Actual_Delivery_Date" + ], + [ + 10, + "Other_Order_Details" + ], + [ + 11, + "Order_ID" + ], + [ + 11, + "Performer_ID" + ], + [ + 12, + "Order_ID" + ], + [ + 12, + "Customer_ID" + ], + [ + 12, + "Store_ID" + ], + [ + 12, + "Order_Date" + ], + [ + 12, + "Planned_Delivery_Date" + ], + [ + 12, + "Actual_Delivery_Date" + ], + [ + 12, + "Other_Order_Details" + ], + [ + 13, + "Order_Item_ID" + ], + [ + 13, + "Order_ID" + ], + [ + 13, + "Product_ID" + ], + [ + 13, + "Order_Quantity" + ], + [ + 13, + "Other_Item_Details" + ], + [ + 14, + "Invoice_ID" + ], + [ + 14, + "Order_ID" + ], + [ + 14, + "payment_method_code" + ], + [ + 14, + "Product_ID" + ], + [ + 14, + "Order_Quantity" + ], + [ + 14, + "Other_Item_Details" + ], + [ + 14, + "Order_Item_ID" + ], + [ + 15, + "Service_ID" + ], + [ + 15, + "Service_Type_Code" + ], + [ + 15, + "Workshop_Group_ID" + ], + [ + 15, + "Product_Description" + ], + [ + 15, + "Product_Name" + ], + [ + 15, + "Product_Price" + ], + [ + 15, + "Other_Product_Service_Details" + ], + [ + 16, + "Order_ID" + ], + [ + 16, + "Product_ID" + ], + [ + 17, + "Invoice_Item_ID" + ], + [ + 17, + "Invoice_ID" + ], + [ + 17, + "Order_ID" + ], + [ + 17, + "Order_Item_ID" + ], + [ + 17, + "Product_ID" + ], + [ + 17, + "Order_Quantity" + ], + [ + 17, + "Other_Item_Details" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "time", + "time", + "time", + "text", + "number", + "number", + "number", + "number", + "number", + "time", + "time", + "time", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text" + ], + "db_id": "cre_Drama_Workshop_Groups", + "foreign_keys": [ + [ + 22, + 6 + ], + [ + 28, + 6 + ], + [ + 36, + 6 + ], + [ + 42, + 6 + ], + [ + 49, + 17 + ], + [ + 48, + 6 + ], + [ + 56, + 27 + ], + [ + 55, + 21 + ], + [ + 63, + 54 + ], + [ + 64, + 35 + ], + [ + 67, + 47 + ], + [ + 66, + 41 + ], + [ + 74, + 12 + ], + [ + 73, + 65 + ], + [ + 79, + 1 + ], + [ + 78, + 54 + ], + [ + 78, + 65 + ], + [ + 85, + 3 + ], + [ + 86, + 27 + ], + [ + 92, + 84 + ], + [ + 91, + 54 + ], + [ + 95, + 91 + ], + [ + 97, + 92 + ], + [ + 94, + 77 + ], + [ + 96, + 72 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 12, + 17, + 21, + 27, + 35, + 41, + 47, + 54, + 63, + 65, + 72, + 77, + 84, + 91, + 93 + ], + "table_names": [ + "reference payment methods", + "reference service types", + "addresses", + "products", + "marketing regions", + "clients", + "drama workshop groups", + "performers", + "customers", + "stores", + "bookings", + "performers in bookings", + "customer orders", + "order items", + "invoices", + "services", + "bookings services", + "invoice items" + ], + "table_names_original": [ + "Ref_Payment_Methods", + "Ref_Service_Types", + "Addresses", + "Products", + "Marketing_Regions", + "Clients", + "Drama_Workshop_Groups", + "Performers", + "Customers", + "Stores", + "Bookings", + "Performers_in_Bookings", + "Customer_Orders", + "Order_Items", + "Invoices", + "Services", + "Bookings_Services", + "Invoice_Items" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "cont id" + ], + [ + 0, + "continent" + ], + [ + 1, + "country id" + ], + [ + 1, + "country name" + ], + [ + 1, + "continent" + ], + [ + 2, + "id" + ], + [ + 2, + "maker" + ], + [ + 2, + "full name" + ], + [ + 2, + "country" + ], + [ + 3, + "model id" + ], + [ + 3, + "maker" + ], + [ + 3, + "model" + ], + [ + 4, + "make id" + ], + [ + 4, + "model" + ], + [ + 4, + "make" + ], + [ + 5, + "id" + ], + [ + 5, + "mpg" + ], + [ + 5, + "cylinders" + ], + [ + 5, + "edispl" + ], + [ + 5, + "horsepower" + ], + [ + 5, + "weight" + ], + [ + 5, + "accelerate" + ], + [ + 5, + "year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "ContId" + ], + [ + 0, + "Continent" + ], + [ + 1, + "CountryId" + ], + [ + 1, + "CountryName" + ], + [ + 1, + "Continent" + ], + [ + 2, + "Id" + ], + [ + 2, + "Maker" + ], + [ + 2, + "FullName" + ], + [ + 2, + "Country" + ], + [ + 3, + "ModelId" + ], + [ + 3, + "Maker" + ], + [ + 3, + "Model" + ], + [ + 4, + "MakeId" + ], + [ + 4, + "Model" + ], + [ + 4, + "Make" + ], + [ + 5, + "Id" + ], + [ + 5, + "MPG" + ], + [ + 5, + "Cylinders" + ], + [ + 5, + "Edispl" + ], + [ + 5, + "Horsepower" + ], + [ + 5, + "Weight" + ], + [ + 5, + "Accelerate" + ], + [ + 5, + "Year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "car_1", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 9, + 3 + ], + [ + 11, + 6 + ], + [ + 14, + 12 + ], + [ + 16, + 13 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 10, + 13, + 16 + ], + "table_names": [ + "continents", + "countries", + "car makers", + "model list", + "car names", + "cars data" + ], + "table_names_original": [ + "continents", + "countries", + "car_makers", + "model_list", + "car_names", + "cars_data" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "state name" + ], + [ + 0, + "population" + ], + [ + 0, + "area" + ], + [ + 0, + "country name" + ], + [ + 0, + "capital" + ], + [ + 0, + "density" + ], + [ + 1, + "city name" + ], + [ + 1, + "population" + ], + [ + 1, + "country name" + ], + [ + 1, + "state name" + ], + [ + 2, + "state name" + ], + [ + 2, + "border" + ], + [ + 3, + "state name" + ], + [ + 3, + "highest elevation" + ], + [ + 3, + "lowest point" + ], + [ + 3, + "highest point" + ], + [ + 3, + "lowest elevation" + ], + [ + 4, + "lake name" + ], + [ + 4, + "area" + ], + [ + 4, + "country name" + ], + [ + 4, + "state name" + ], + [ + 5, + "mountain name" + ], + [ + 5, + "mountain altitude" + ], + [ + 5, + "country name" + ], + [ + 5, + "state name" + ], + [ + 6, + "river name" + ], + [ + 6, + "length" + ], + [ + 6, + "country name" + ], + [ + 6, + "traverse" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "state_name" + ], + [ + 0, + "population" + ], + [ + 0, + "area" + ], + [ + 0, + "country_name" + ], + [ + 0, + "capital" + ], + [ + 0, + "density" + ], + [ + 1, + "city_name" + ], + [ + 1, + "population" + ], + [ + 1, + "country_name" + ], + [ + 1, + "state_name" + ], + [ + 2, + "state_name" + ], + [ + 2, + "border" + ], + [ + 3, + "state_name" + ], + [ + 3, + "highest_elevation" + ], + [ + 3, + "lowest_point" + ], + [ + 3, + "highest_point" + ], + [ + 3, + "lowest_elevation" + ], + [ + 4, + "lake_name" + ], + [ + 4, + "area" + ], + [ + 4, + "country_name" + ], + [ + 4, + "state_name" + ], + [ + 5, + "mountain_name" + ], + [ + 5, + "mountain_altitude" + ], + [ + 5, + "country_name" + ], + [ + 5, + "state_name" + ], + [ + 6, + "river_name" + ], + [ + 6, + "length" + ], + [ + 6, + "country_name" + ], + [ + 6, + "traverse" + ] + ], + "column_types": [ + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text" + ], + "db_id": "geo", + "foreign_keys": [ + [ + 10, + 1 + ], + [ + 12, + 1 + ], + [ + 11, + 1 + ], + [ + 13, + 1 + ], + [ + 25, + 1 + ], + [ + 29, + 1 + ] + ], + "primary_keys": [ + 1, + 7, + 12, + 13, + 22, + 26 + ], + "table_names": [ + "state", + "city", + "border info", + "highlow", + "lake", + "mountain", + "river" + ], + "table_names_original": [ + "state", + "city", + "border_info", + "highlow", + "lake", + "mountain", + "river" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address type code" + ], + [ + 0, + "address type description" + ], + [ + 1, + "detention type code" + ], + [ + 1, + "detention type description" + ], + [ + 2, + "incident type code" + ], + [ + 2, + "incident type description" + ], + [ + 3, + "address id" + ], + [ + 3, + "line 1" + ], + [ + 3, + "line 2" + ], + [ + 3, + "line 3" + ], + [ + 3, + "city" + ], + [ + 3, + "zip postcode" + ], + [ + 3, + "state province county" + ], + [ + 3, + "country" + ], + [ + 3, + "other address details" + ], + [ + 4, + "student id" + ], + [ + 4, + "address id" + ], + [ + 4, + "first name" + ], + [ + 4, + "middle name" + ], + [ + 4, + "last name" + ], + [ + 4, + "cell mobile number" + ], + [ + 4, + "email address" + ], + [ + 4, + "date first rental" + ], + [ + 4, + "date left university" + ], + [ + 4, + "other student details" + ], + [ + 5, + "teacher id" + ], + [ + 5, + "address id" + ], + [ + 5, + "first name" + ], + [ + 5, + "middle name" + ], + [ + 5, + "last name" + ], + [ + 5, + "gender" + ], + [ + 5, + "cell mobile number" + ], + [ + 5, + "email address" + ], + [ + 5, + "other details" + ], + [ + 6, + "notes id" + ], + [ + 6, + "student id" + ], + [ + 6, + "teacher id" + ], + [ + 6, + "date of notes" + ], + [ + 6, + "text of notes" + ], + [ + 6, + "other details" + ], + [ + 7, + "incident id" + ], + [ + 7, + "incident type code" + ], + [ + 7, + "student id" + ], + [ + 7, + "date incident start" + ], + [ + 7, + "date incident end" + ], + [ + 7, + "incident summary" + ], + [ + 7, + "recommendations" + ], + [ + 7, + "other details" + ], + [ + 8, + "detention id" + ], + [ + 8, + "detention type code" + ], + [ + 8, + "teacher id" + ], + [ + 8, + "datetime detention start" + ], + [ + 8, + "datetime detention end" + ], + [ + 8, + "detention summary" + ], + [ + 8, + "other details" + ], + [ + 9, + "student id" + ], + [ + 9, + "address id" + ], + [ + 9, + "date address from" + ], + [ + 9, + "date address to" + ], + [ + 9, + "monthly rental" + ], + [ + 9, + "other details" + ], + [ + 10, + "student id" + ], + [ + 10, + "detention id" + ], + [ + 10, + "incident id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_type_code" + ], + [ + 0, + "address_type_description" + ], + [ + 1, + "detention_type_code" + ], + [ + 1, + "detention_type_description" + ], + [ + 2, + "incident_type_code" + ], + [ + 2, + "incident_type_description" + ], + [ + 3, + "address_id" + ], + [ + 3, + "line_1" + ], + [ + 3, + "line_2" + ], + [ + 3, + "line_3" + ], + [ + 3, + "city" + ], + [ + 3, + "zip_postcode" + ], + [ + 3, + "state_province_county" + ], + [ + 3, + "country" + ], + [ + 3, + "other_address_details" + ], + [ + 4, + "student_id" + ], + [ + 4, + "address_id" + ], + [ + 4, + "first_name" + ], + [ + 4, + "middle_name" + ], + [ + 4, + "last_name" + ], + [ + 4, + "cell_mobile_number" + ], + [ + 4, + "email_address" + ], + [ + 4, + "date_first_rental" + ], + [ + 4, + "date_left_university" + ], + [ + 4, + "other_student_details" + ], + [ + 5, + "teacher_id" + ], + [ + 5, + "address_id" + ], + [ + 5, + "first_name" + ], + [ + 5, + "middle_name" + ], + [ + 5, + "last_name" + ], + [ + 5, + "gender" + ], + [ + 5, + "cell_mobile_number" + ], + [ + 5, + "email_address" + ], + [ + 5, + "other_details" + ], + [ + 6, + "notes_id" + ], + [ + 6, + "student_id" + ], + [ + 6, + "teacher_id" + ], + [ + 6, + "date_of_notes" + ], + [ + 6, + "text_of_notes" + ], + [ + 6, + "other_details" + ], + [ + 7, + "incident_id" + ], + [ + 7, + "incident_type_code" + ], + [ + 7, + "student_id" + ], + [ + 7, + "date_incident_start" + ], + [ + 7, + "date_incident_end" + ], + [ + 7, + "incident_summary" + ], + [ + 7, + "recommendations" + ], + [ + 7, + "other_details" + ], + [ + 8, + "detention_id" + ], + [ + 8, + "detention_type_code" + ], + [ + 8, + "teacher_id" + ], + [ + 8, + "datetime_detention_start" + ], + [ + 8, + "datetime_detention_end" + ], + [ + 8, + "detention_summary" + ], + [ + 8, + "other_details" + ], + [ + 9, + "student_id" + ], + [ + 9, + "address_id" + ], + [ + 9, + "date_address_from" + ], + [ + 9, + "date_address_to" + ], + [ + 9, + "monthly_rental" + ], + [ + 9, + "other_details" + ], + [ + 10, + "student_id" + ], + [ + 10, + "detention_id" + ], + [ + 10, + "incident_id" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "time", + "time", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "time", + "text", + "text", + "number", + "text", + "number", + "time", + "time", + "text", + "text", + "text", + "number", + "text", + "number", + "time", + "time", + "text", + "text", + "number", + "number", + "time", + "time", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "behavior_monitoring", + "foreign_keys": [ + [ + 17, + 7 + ], + [ + 27, + 7 + ], + [ + 37, + 26 + ], + [ + 36, + 16 + ], + [ + 43, + 16 + ], + [ + 42, + 5 + ], + [ + 51, + 26 + ], + [ + 50, + 3 + ], + [ + 56, + 16 + ], + [ + 57, + 7 + ], + [ + 62, + 16 + ], + [ + 63, + 49 + ], + [ + 64, + 41 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 7, + 16, + 26, + 41, + 49 + ], + "table_names": [ + "reference address types", + "reference detention type", + "reference incident type", + "addresses", + "students", + "teachers", + "assessment notes", + "behavior incident", + "detention", + "student addresses", + "students in detention" + ], + "table_names_original": [ + "Ref_Address_Types", + "Ref_Detention_Type", + "Ref_Incident_Type", + "Addresses", + "Students", + "Teachers", + "Assessment_Notes", + "Behavior_Incident", + "Detention", + "Student_Addresses", + "Students_in_Detention" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "document type code" + ], + [ + 0, + "document type name" + ], + [ + 0, + "document type description" + ], + [ + 1, + "calendar date" + ], + [ + 1, + "day number" + ], + [ + 2, + "location code" + ], + [ + 2, + "location name" + ], + [ + 2, + "location description" + ], + [ + 3, + "role code" + ], + [ + 3, + "role name" + ], + [ + 3, + "role description" + ], + [ + 4, + "document id" + ], + [ + 4, + "date stored" + ], + [ + 4, + "document type code" + ], + [ + 4, + "document name" + ], + [ + 4, + "document description" + ], + [ + 4, + "other details" + ], + [ + 5, + "employee id" + ], + [ + 5, + "role code" + ], + [ + 5, + "employee name" + ], + [ + 5, + "gender mfu" + ], + [ + 5, + "date of birth" + ], + [ + 5, + "other details" + ], + [ + 6, + "document id" + ], + [ + 6, + "location code" + ], + [ + 6, + "date in location from" + ], + [ + 6, + "date in locaton to" + ], + [ + 7, + "document id" + ], + [ + 7, + "destruction authorised by employee id" + ], + [ + 7, + "destroyed by employee id" + ], + [ + 7, + "planned destruction date" + ], + [ + 7, + "actual destruction date" + ], + [ + 7, + "other details" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Document_Type_Code" + ], + [ + 0, + "Document_Type_Name" + ], + [ + 0, + "Document_Type_Description" + ], + [ + 1, + "Calendar_Date" + ], + [ + 1, + "Day_Number" + ], + [ + 2, + "Location_Code" + ], + [ + 2, + "Location_Name" + ], + [ + 2, + "Location_Description" + ], + [ + 3, + "Role_Code" + ], + [ + 3, + "Role_Name" + ], + [ + 3, + "Role_Description" + ], + [ + 4, + "Document_ID" + ], + [ + 4, + "Date_Stored" + ], + [ + 4, + "Document_Type_Code" + ], + [ + 4, + "Document_Name" + ], + [ + 4, + "Document_Description" + ], + [ + 4, + "Other_Details" + ], + [ + 5, + "Employee_ID" + ], + [ + 5, + "Role_Code" + ], + [ + 5, + "Employee_Name" + ], + [ + 5, + "Gender_MFU" + ], + [ + 5, + "Date_of_Birth" + ], + [ + 5, + "Other_Details" + ], + [ + 6, + "Document_ID" + ], + [ + 6, + "Location_Code" + ], + [ + 6, + "Date_in_Location_From" + ], + [ + 6, + "Date_in_Locaton_To" + ], + [ + 7, + "Document_ID" + ], + [ + 7, + "Destruction_Authorised_by_Employee_ID" + ], + [ + 7, + "Destroyed_by_Employee_ID" + ], + [ + 7, + "Planned_Destruction_Date" + ], + [ + 7, + "Actual_Destruction_Date" + ], + [ + 7, + "Other_Details" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "time", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "time", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "time", + "text", + "number", + "text", + "time", + "time", + "number", + "number", + "number", + "time", + "time", + "text" + ], + "db_id": "cre_Doc_Tracking_DB", + "foreign_keys": [ + [ + 13, + 4 + ], + [ + 14, + 1 + ], + [ + 19, + 9 + ], + [ + 24, + 12 + ], + [ + 27, + 4 + ], + [ + 26, + 4 + ], + [ + 25, + 6 + ], + [ + 28, + 12 + ], + [ + 32, + 4 + ], + [ + 31, + 4 + ], + [ + 29, + 18 + ], + [ + 30, + 18 + ] + ], + "primary_keys": [ + 1, + 4, + 6, + 9, + 12, + 18, + 24, + 28 + ], + "table_names": [ + "reference document types", + "reference calendar", + "reference locations", + "roles", + "all documents", + "employees", + "document locations", + "documents to be destroyed" + ], + "table_names_original": [ + "Ref_Document_Types", + "Ref_Calendar", + "Ref_Locations", + "Roles", + "All_Documents", + "Employees", + "Document_Locations", + "Documents_to_be_Destroyed" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "team id" + ], + [ + 0, + "school id" + ], + [ + 0, + "team name" + ], + [ + 0, + "acc regular season" + ], + [ + 0, + "acc percent" + ], + [ + 0, + "acc home" + ], + [ + 0, + "acc road" + ], + [ + 0, + "all games" + ], + [ + 0, + "all games percent" + ], + [ + 0, + "all home" + ], + [ + 0, + "all road" + ], + [ + 0, + "all neutral" + ], + [ + 1, + "school id" + ], + [ + 1, + "school" + ], + [ + 1, + "location" + ], + [ + 1, + "founded" + ], + [ + 1, + "affiliation" + ], + [ + 1, + "enrollment" + ], + [ + 1, + "nickname" + ], + [ + 1, + "primary conference" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Team_ID" + ], + [ + 0, + "School_ID" + ], + [ + 0, + "Team_Name" + ], + [ + 0, + "ACC_Regular_Season" + ], + [ + 0, + "ACC_Percent" + ], + [ + 0, + "ACC_Home" + ], + [ + 0, + "ACC_Road" + ], + [ + 0, + "All_Games" + ], + [ + 0, + "All_Games_Percent" + ], + [ + 0, + "All_Home" + ], + [ + 0, + "All_Road" + ], + [ + 0, + "All_Neutral" + ], + [ + 1, + "School_ID" + ], + [ + 1, + "School" + ], + [ + 1, + "Location" + ], + [ + 1, + "Founded" + ], + [ + 1, + "Affiliation" + ], + [ + 1, + "Enrollment" + ], + [ + 1, + "Nickname" + ], + [ + 1, + "Primary_conference" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "text" + ], + "db_id": "university_basketball", + "foreign_keys": [ + [ + 2, + 13 + ] + ], + "primary_keys": [ + 1, + 13 + ], + "table_names": [ + "basketball match", + "university" + ], + "table_names_original": [ + "basketball_match", + "university" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "college name" + ], + [ + 0, + "state" + ], + [ + 0, + "enrollment" + ], + [ + 1, + "player id" + ], + [ + 1, + "player name" + ], + [ + 1, + "yes card" + ], + [ + 1, + "training hours" + ], + [ + 2, + "player id" + ], + [ + 2, + "college name" + ], + [ + 2, + "player position" + ], + [ + 2, + "decision" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "cName" + ], + [ + 0, + "state" + ], + [ + 0, + "enr" + ], + [ + 1, + "pID" + ], + [ + 1, + "pName" + ], + [ + 1, + "yCard" + ], + [ + 1, + "HS" + ], + [ + 2, + "pID" + ], + [ + 2, + "cName" + ], + [ + 2, + "pPos" + ], + [ + 2, + "decision" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text" + ], + "db_id": "soccer_2", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 8, + 4 + ] + ], + "primary_keys": [ + 1, + 4, + 8 + ], + "table_names": [ + "college", + "player", + "tryout" + ], + "table_names_original": [ + "College", + "Player", + "Tryout" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "activity id" + ], + [ + 0, + "activity name" + ], + [ + 1, + "student id" + ], + [ + 1, + "activity id" + ], + [ + 2, + "faculty id" + ], + [ + 2, + "activity id" + ], + [ + 3, + "student id" + ], + [ + 3, + "last name" + ], + [ + 3, + "first name" + ], + [ + 3, + "age" + ], + [ + 3, + "sex" + ], + [ + 3, + "major" + ], + [ + 3, + "advisor" + ], + [ + 3, + "city code" + ], + [ + 4, + "faculty id" + ], + [ + 4, + "last name" + ], + [ + 4, + "first name" + ], + [ + 4, + "rank" + ], + [ + 4, + "sex" + ], + [ + 4, + "phone" + ], + [ + 4, + "room" + ], + [ + 4, + "building" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "actid" + ], + [ + 0, + "activity_name" + ], + [ + 1, + "stuid" + ], + [ + 1, + "actid" + ], + [ + 2, + "FacID" + ], + [ + 2, + "actid" + ], + [ + 3, + "StuID" + ], + [ + 3, + "LName" + ], + [ + 3, + "Fname" + ], + [ + 3, + "Age" + ], + [ + 3, + "Sex" + ], + [ + 3, + "Major" + ], + [ + 3, + "Advisor" + ], + [ + 3, + "city_code" + ], + [ + 4, + "FacID" + ], + [ + 4, + "Lname" + ], + [ + 4, + "Fname" + ], + [ + 4, + "Rank" + ], + [ + 4, + "Sex" + ], + [ + 4, + "Phone" + ], + [ + 4, + "Room" + ], + [ + 4, + "Building" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text" + ], + "db_id": "activity_1", + "foreign_keys": [ + [ + 4, + 1 + ], + [ + 3, + 7 + ], + [ + 6, + 1 + ], + [ + 5, + 15 + ] + ], + "primary_keys": [ + 1, + 7, + 15 + ], + "table_names": [ + "activity", + "participates in", + "faculty participates in", + "student", + "faculty" + ], + "table_names_original": [ + "Activity", + "Participates_in", + "Faculty_Participates_in", + "Student", + "Faculty" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "star rating code" + ], + [ + 0, + "star rating description" + ], + [ + 1, + "location id" + ], + [ + 1, + "location name" + ], + [ + 1, + "address" + ], + [ + 1, + "other details" + ], + [ + 2, + "attraction type code" + ], + [ + 2, + "attraction type description" + ], + [ + 3, + "tourist id" + ], + [ + 3, + "tourist details" + ], + [ + 4, + "feature id" + ], + [ + 4, + "feature details" + ], + [ + 5, + "hotel id" + ], + [ + 5, + "star rating code" + ], + [ + 5, + "pets allowed yn" + ], + [ + 5, + "price range" + ], + [ + 5, + "other hotel details" + ], + [ + 6, + "tourist attraction id" + ], + [ + 6, + "attraction type code" + ], + [ + 6, + "location id" + ], + [ + 6, + "how to get there" + ], + [ + 6, + "name" + ], + [ + 6, + "description" + ], + [ + 6, + "opening hours" + ], + [ + 6, + "other details" + ], + [ + 7, + "market id" + ], + [ + 7, + "market details" + ], + [ + 8, + "shop id" + ], + [ + 8, + "shop details" + ], + [ + 9, + "museum id" + ], + [ + 9, + "museum details" + ], + [ + 10, + "royal family id" + ], + [ + 10, + "royal family details" + ], + [ + 11, + "theme park id" + ], + [ + 11, + "theme park details" + ], + [ + 12, + "visit id" + ], + [ + 12, + "tourist attraction id" + ], + [ + 12, + "tourist id" + ], + [ + 12, + "visit date" + ], + [ + 12, + "visit details" + ], + [ + 13, + "photo id" + ], + [ + 13, + "tourist attraction id" + ], + [ + 13, + "name" + ], + [ + 13, + "description" + ], + [ + 13, + "filename" + ], + [ + 13, + "other details" + ], + [ + 14, + "staff id" + ], + [ + 14, + "tourist attraction id" + ], + [ + 14, + "name" + ], + [ + 14, + "other details" + ], + [ + 15, + "tourist attraction id" + ], + [ + 15, + "feature id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "star_rating_code" + ], + [ + 0, + "star_rating_description" + ], + [ + 1, + "Location_ID" + ], + [ + 1, + "Location_Name" + ], + [ + 1, + "Address" + ], + [ + 1, + "Other_Details" + ], + [ + 2, + "Attraction_Type_Code" + ], + [ + 2, + "Attraction_Type_Description" + ], + [ + 3, + "Tourist_ID" + ], + [ + 3, + "Tourist_Details" + ], + [ + 4, + "Feature_ID" + ], + [ + 4, + "Feature_Details" + ], + [ + 5, + "hotel_id" + ], + [ + 5, + "star_rating_code" + ], + [ + 5, + "pets_allowed_yn" + ], + [ + 5, + "price_range" + ], + [ + 5, + "other_hotel_details" + ], + [ + 6, + "Tourist_Attraction_ID" + ], + [ + 6, + "Attraction_Type_Code" + ], + [ + 6, + "Location_ID" + ], + [ + 6, + "How_to_Get_There" + ], + [ + 6, + "Name" + ], + [ + 6, + "Description" + ], + [ + 6, + "Opening_Hours" + ], + [ + 6, + "Other_Details" + ], + [ + 7, + "Market_ID" + ], + [ + 7, + "Market_Details" + ], + [ + 8, + "Shop_ID" + ], + [ + 8, + "Shop_Details" + ], + [ + 9, + "Museum_ID" + ], + [ + 9, + "Museum_Details" + ], + [ + 10, + "Royal_Family_ID" + ], + [ + 10, + "Royal_Family_Details" + ], + [ + 11, + "Theme_Park_ID" + ], + [ + 11, + "Theme_Park_Details" + ], + [ + 12, + "Visit_ID" + ], + [ + 12, + "Tourist_Attraction_ID" + ], + [ + 12, + "Tourist_ID" + ], + [ + 12, + "Visit_Date" + ], + [ + 12, + "Visit_Details" + ], + [ + 13, + "Photo_ID" + ], + [ + 13, + "Tourist_Attraction_ID" + ], + [ + 13, + "Name" + ], + [ + 13, + "Description" + ], + [ + 13, + "Filename" + ], + [ + 13, + "Other_Details" + ], + [ + 14, + "Staff_ID" + ], + [ + 14, + "Tourist_Attraction_ID" + ], + [ + 14, + "Name" + ], + [ + 14, + "Other_Details" + ], + [ + 15, + "Tourist_Attraction_ID" + ], + [ + 15, + "Feature_ID" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "time", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number" + ], + "db_id": "cre_Theme_park", + "foreign_keys": [ + [ + 14, + 1 + ], + [ + 19, + 7 + ], + [ + 20, + 3 + ], + [ + 26, + 18 + ], + [ + 28, + 18 + ], + [ + 30, + 18 + ], + [ + 32, + 18 + ], + [ + 34, + 18 + ], + [ + 38, + 9 + ], + [ + 37, + 18 + ], + [ + 42, + 18 + ], + [ + 48, + 18 + ], + [ + 52, + 11 + ], + [ + 51, + 18 + ] + ], + "primary_keys": [ + 1, + 3, + 7, + 9, + 11, + 13, + 18, + 26, + 28, + 30, + 32, + 34, + 36, + 41, + 47, + 51 + ], + "table_names": [ + "ref hotel star ratings", + "locations", + "ref attraction types", + "visitors", + "features", + "hotels", + "tourist attractions", + "street markets", + "shops", + "museums", + "royal family", + "theme parks", + "visits", + "photos", + "staff", + "tourist attraction features" + ], + "table_names_original": [ + "Ref_Hotel_Star_Ratings", + "Locations", + "Ref_Attraction_Types", + "Visitors", + "Features", + "Hotels", + "Tourist_Attractions", + "Street_Markets", + "Shops", + "Museums", + "Royal_Family", + "Theme_Parks", + "Visits", + "Photos", + "Staff", + "Tourist_Attraction_Features" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "user id" + ], + [ + 0, + "follower id" + ], + [ + 1, + "id" + ], + [ + 1, + "user id" + ], + [ + 1, + "text" + ], + [ + 1, + "create date" + ], + [ + 2, + "uid" + ], + [ + 2, + "name" + ], + [ + 2, + "email" + ], + [ + 2, + "partition id" + ], + [ + 2, + "followers" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "f1" + ], + [ + 0, + "f2" + ], + [ + 1, + "id" + ], + [ + 1, + "uid" + ], + [ + 1, + "text" + ], + [ + 1, + "createdate" + ], + [ + 2, + "uid" + ], + [ + 2, + "name" + ], + [ + 2, + "email" + ], + [ + 2, + "partitionid" + ], + [ + 2, + "followers" + ] + ], + "column_types": [ + "text", + "number", + "number", + "number", + "number", + "text", + "time", + "number", + "text", + "text", + "number", + "number" + ], + "db_id": "twitter_1", + "foreign_keys": [ + [ + 2, + 7 + ], + [ + 1, + 7 + ], + [ + 4, + 7 + ] + ], + "primary_keys": [ + 1, + 3, + 7 + ], + "table_names": [ + "follows", + "tweets", + "user profiles" + ], + "table_names_original": [ + "follows", + "tweets", + "user_profiles" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "election id" + ], + [ + 0, + "representative id" + ], + [ + 0, + "date" + ], + [ + 0, + "votes" + ], + [ + 0, + "vote percent" + ], + [ + 0, + "seats" + ], + [ + 0, + "place" + ], + [ + 1, + "representative id" + ], + [ + 1, + "name" + ], + [ + 1, + "state" + ], + [ + 1, + "party" + ], + [ + 1, + "lifespan" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Election_ID" + ], + [ + 0, + "Representative_ID" + ], + [ + 0, + "Date" + ], + [ + 0, + "Votes" + ], + [ + 0, + "Vote_Percent" + ], + [ + 0, + "Seats" + ], + [ + 0, + "Place" + ], + [ + 1, + "Representative_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "State" + ], + [ + 1, + "Party" + ], + [ + 1, + "Lifespan" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text" + ], + "db_id": "election_representative", + "foreign_keys": [ + [ + 2, + 8 + ] + ], + "primary_keys": [ + 1, + 8 + ], + "table_names": [ + "election", + "representative" + ], + "table_names_original": [ + "election", + "representative" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "student id" + ], + [ + 1, + "registration date" + ], + [ + 1, + "election cycle" + ], + [ + 1, + "president vote" + ], + [ + 1, + "vice president vote" + ], + [ + 1, + "secretary vote" + ], + [ + 1, + "treasurer vote" + ], + [ + 1, + "class president vote" + ], + [ + 1, + "class senator vote" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "StuID" + ], + [ + 1, + "Registration_Date" + ], + [ + 1, + "Election_Cycle" + ], + [ + 1, + "President_Vote" + ], + [ + 1, + "Vice_President_Vote" + ], + [ + 1, + "Secretary_Vote" + ], + [ + 1, + "Treasurer_Vote" + ], + [ + 1, + "Class_President_Vote" + ], + [ + 1, + "Class_Senator_Vote" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "voter_2", + "foreign_keys": [ + [ + 17, + 1 + ], + [ + 16, + 1 + ], + [ + 15, + 1 + ], + [ + 14, + 1 + ], + [ + 13, + 1 + ], + [ + 12, + 1 + ], + [ + 9, + 1 + ] + ], + "primary_keys": [ + 1 + ], + "table_names": [ + "student", + "voting record" + ], + "table_names_original": [ + "Student", + "Voting_record" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "people id" + ], + [ + 0, + "name" + ], + [ + 0, + "country" + ], + [ + 0, + "is male" + ], + [ + 0, + "age" + ], + [ + 1, + "church id" + ], + [ + 1, + "name" + ], + [ + 1, + "organized by" + ], + [ + 1, + "open date" + ], + [ + 1, + "continuation of" + ], + [ + 2, + "church id" + ], + [ + 2, + "male id" + ], + [ + 2, + "female id" + ], + [ + 2, + "year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Country" + ], + [ + 0, + "Is_Male" + ], + [ + 0, + "Age" + ], + [ + 1, + "Church_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Organized_by" + ], + [ + 1, + "Open_Date" + ], + [ + 1, + "Continuation_of" + ], + [ + 2, + "Church_ID" + ], + [ + 2, + "Male_ID" + ], + [ + 2, + "Female_ID" + ], + [ + 2, + "Year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "wedding", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 12, + 1 + ], + [ + 11, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 11 + ], + "table_names": [ + "people", + "church", + "wedding" + ], + "table_names_original": [ + "people", + "church", + "wedding" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "event id" + ], + [ + 0, + "date" + ], + [ + 0, + "venue" + ], + [ + 0, + "name" + ], + [ + 0, + "event attendance" + ], + [ + 1, + "journalist id" + ], + [ + 1, + "name" + ], + [ + 1, + "nationality" + ], + [ + 1, + "age" + ], + [ + 1, + "years working" + ], + [ + 2, + "journalist id" + ], + [ + 2, + "event id" + ], + [ + 2, + "work type" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Event_ID" + ], + [ + 0, + "Date" + ], + [ + 0, + "Venue" + ], + [ + 0, + "Name" + ], + [ + 0, + "Event_Attendance" + ], + [ + 1, + "journalist_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Nationality" + ], + [ + 1, + "Age" + ], + [ + 1, + "Years_working" + ], + [ + 2, + "journalist_ID" + ], + [ + 2, + "Event_ID" + ], + [ + 2, + "Work_Type" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "news_report", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 11, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 11 + ], + "table_names": [ + "event", + "journalist", + "news report" + ], + "table_names_original": [ + "event", + "journalist", + "news_report" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "grape" + ], + [ + 0, + "color" + ], + [ + 1, + "no" + ], + [ + 1, + "appelation" + ], + [ + 1, + "county" + ], + [ + 1, + "state" + ], + [ + 1, + "area" + ], + [ + 1, + "isava" + ], + [ + 2, + "no" + ], + [ + 2, + "grape" + ], + [ + 2, + "winery" + ], + [ + 2, + "appelation" + ], + [ + 2, + "state" + ], + [ + 2, + "name" + ], + [ + 2, + "year" + ], + [ + 2, + "price" + ], + [ + 2, + "score" + ], + [ + 2, + "cases" + ], + [ + 2, + "drink" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "ID" + ], + [ + 0, + "Grape" + ], + [ + 0, + "Color" + ], + [ + 1, + "No" + ], + [ + 1, + "Appelation" + ], + [ + 1, + "County" + ], + [ + 1, + "State" + ], + [ + 1, + "Area" + ], + [ + 1, + "isAVA" + ], + [ + 2, + "No" + ], + [ + 2, + "Grape" + ], + [ + 2, + "Winery" + ], + [ + 2, + "Appelation" + ], + [ + 2, + "State" + ], + [ + 2, + "Name" + ], + [ + 2, + "Year" + ], + [ + 2, + "Price" + ], + [ + 2, + "Score" + ], + [ + 2, + "Cases" + ], + [ + 2, + "Drink" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "text" + ], + "db_id": "wine_1", + "foreign_keys": [ + [ + 13, + 5 + ], + [ + 11, + 2 + ] + ], + "primary_keys": [ + 1, + 4 + ], + "table_names": [ + "grapes", + "appellations", + "wine" + ], + "table_names_original": [ + "grapes", + "appellations", + "wine" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "address content" + ], + [ + 0, + "city" + ], + [ + 0, + "zip postcode" + ], + [ + 0, + "state province county" + ], + [ + 0, + "country" + ], + [ + 0, + "other address details" + ], + [ + 1, + "product id" + ], + [ + 1, + "product details" + ], + [ + 2, + "customer id" + ], + [ + 2, + "payment method" + ], + [ + 2, + "customer name" + ], + [ + 2, + "date became customer" + ], + [ + 2, + "other customer details" + ], + [ + 3, + "customer id" + ], + [ + 3, + "address id" + ], + [ + 3, + "date address from" + ], + [ + 3, + "address type" + ], + [ + 3, + "date address to" + ], + [ + 4, + "customer id" + ], + [ + 4, + "channel code" + ], + [ + 4, + "active from date" + ], + [ + 4, + "active to date" + ], + [ + 4, + "contact number" + ], + [ + 5, + "order id" + ], + [ + 5, + "customer id" + ], + [ + 5, + "order status" + ], + [ + 5, + "order date" + ], + [ + 5, + "order details" + ], + [ + 6, + "order id" + ], + [ + 6, + "product id" + ], + [ + 6, + "order quantity" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_id" + ], + [ + 0, + "address_content" + ], + [ + 0, + "city" + ], + [ + 0, + "zip_postcode" + ], + [ + 0, + "state_province_county" + ], + [ + 0, + "country" + ], + [ + 0, + "other_address_details" + ], + [ + 1, + "product_id" + ], + [ + 1, + "product_details" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "payment_method" + ], + [ + 2, + "customer_name" + ], + [ + 2, + "date_became_customer" + ], + [ + 2, + "other_customer_details" + ], + [ + 3, + "customer_id" + ], + [ + 3, + "address_id" + ], + [ + 3, + "date_address_from" + ], + [ + 3, + "address_type" + ], + [ + 3, + "date_address_to" + ], + [ + 4, + "customer_id" + ], + [ + 4, + "channel_code" + ], + [ + 4, + "active_from_date" + ], + [ + 4, + "active_to_date" + ], + [ + 4, + "contact_number" + ], + [ + 5, + "order_id" + ], + [ + 5, + "customer_id" + ], + [ + 5, + "order_status" + ], + [ + 5, + "order_date" + ], + [ + 5, + "order_details" + ], + [ + 6, + "order_id" + ], + [ + 6, + "product_id" + ], + [ + 6, + "order_quantity" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "time", + "text", + "number", + "number", + "time", + "text", + "time", + "number", + "text", + "time", + "time", + "text", + "number", + "number", + "text", + "time", + "text", + "number", + "number", + "text" + ], + "db_id": "customers_and_addresses", + "foreign_keys": [ + [ + 15, + 10 + ], + [ + 16, + 1 + ], + [ + 20, + 10 + ], + [ + 26, + 10 + ], + [ + 30, + 25 + ], + [ + 31, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 10, + 25 + ], + "table_names": [ + "addresses", + "products", + "customers", + "customer addresses", + "customer contact channels", + "customer orders", + "order items" + ], + "table_names_original": [ + "Addresses", + "Products", + "Customers", + "Customer_Addresses", + "Customer_Contact_Channels", + "Customer_Orders", + "Order_Items" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "building id" + ], + [ + 0, + "name" + ], + [ + 0, + "street address" + ], + [ + 0, + "years as tallest" + ], + [ + 0, + "height feet" + ], + [ + 0, + "floors" + ], + [ + 1, + "institution id" + ], + [ + 1, + "institution" + ], + [ + 1, + "location" + ], + [ + 1, + "founded" + ], + [ + 1, + "type" + ], + [ + 1, + "enrollment" + ], + [ + 1, + "team" + ], + [ + 1, + "primary conference" + ], + [ + 1, + "building id" + ], + [ + 2, + "common name" + ], + [ + 2, + "protein name" + ], + [ + 2, + "divergence from human lineage" + ], + [ + 2, + "accession number" + ], + [ + 2, + "sequence length" + ], + [ + 2, + "sequence identity to human protein" + ], + [ + 2, + "institution id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "building_id" + ], + [ + 0, + "Name" + ], + [ + 0, + "Street_address" + ], + [ + 0, + "Years_as_tallest" + ], + [ + 0, + "Height_feet" + ], + [ + 0, + "Floors" + ], + [ + 1, + "Institution_id" + ], + [ + 1, + "Institution" + ], + [ + 1, + "Location" + ], + [ + 1, + "Founded" + ], + [ + 1, + "Type" + ], + [ + 1, + "Enrollment" + ], + [ + 1, + "Team" + ], + [ + 1, + "Primary_Conference" + ], + [ + 1, + "building_id" + ], + [ + 2, + "common_name" + ], + [ + 2, + "protein_name" + ], + [ + 2, + "divergence_from_human_lineage" + ], + [ + 2, + "accession_number" + ], + [ + 2, + "sequence_length" + ], + [ + 2, + "sequence_identity_to_human_protein" + ], + [ + 2, + "Institution_id" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text" + ], + "db_id": "protein_institute", + "foreign_keys": [ + [ + 15, + 1 + ], + [ + 22, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 16 + ], + "table_names": [ + "building", + "institution", + "protein" + ], + "table_names_original": [ + "building", + "Institution", + "protein" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "school id" + ], + [ + 0, + "school" + ], + [ + 0, + "location" + ], + [ + 0, + "enrollment" + ], + [ + 0, + "founded" + ], + [ + 0, + "denomination" + ], + [ + 0, + "boys or girls" + ], + [ + 0, + "day or boarding" + ], + [ + 0, + "year entered competition" + ], + [ + 0, + "school colors" + ], + [ + 1, + "school id" + ], + [ + 1, + "nickname" + ], + [ + 1, + "colors" + ], + [ + 1, + "league" + ], + [ + 1, + "class" + ], + [ + 1, + "division" + ], + [ + 2, + "school id" + ], + [ + 2, + "school year" + ], + [ + 2, + "class a" + ], + [ + 2, + "class aa" + ], + [ + 3, + "player id" + ], + [ + 3, + "player" + ], + [ + 3, + "team" + ], + [ + 3, + "age" + ], + [ + 3, + "position" + ], + [ + 3, + "school id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "School_ID" + ], + [ + 0, + "School" + ], + [ + 0, + "Location" + ], + [ + 0, + "Enrollment" + ], + [ + 0, + "Founded" + ], + [ + 0, + "Denomination" + ], + [ + 0, + "Boys_or_Girls" + ], + [ + 0, + "Day_or_Boarding" + ], + [ + 0, + "Year_Entered_Competition" + ], + [ + 0, + "School_Colors" + ], + [ + 1, + "School_ID" + ], + [ + 1, + "Nickname" + ], + [ + 1, + "Colors" + ], + [ + 1, + "League" + ], + [ + 1, + "Class" + ], + [ + 1, + "Division" + ], + [ + 2, + "School_Id" + ], + [ + 2, + "School_Year" + ], + [ + 2, + "Class_A" + ], + [ + 2, + "Class_AA" + ], + [ + 3, + "Player_ID" + ], + [ + 3, + "Player" + ], + [ + 3, + "Team" + ], + [ + 3, + "Age" + ], + [ + 3, + "Position" + ], + [ + 3, + "School_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number" + ], + "db_id": "school_player", + "foreign_keys": [ + [ + 11, + 1 + ], + [ + 17, + 1 + ], + [ + 26, + 1 + ] + ], + "primary_keys": [ + 1, + 11, + 17, + 21 + ], + "table_names": [ + "school", + "school details", + "school performance", + "player" + ], + "table_names_original": [ + "school", + "school_details", + "school_performance", + "player" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "model name" + ], + [ + 0, + "launch year" + ], + [ + 0, + "ram mib" + ], + [ + 0, + "rom mib" + ], + [ + 0, + "slots" + ], + [ + 0, + "wifi" + ], + [ + 0, + "bluetooth" + ], + [ + 1, + "graphics mode" + ], + [ + 1, + "char cells" + ], + [ + 1, + "pixels" + ], + [ + 1, + "hardware colours" + ], + [ + 1, + "used kb" + ], + [ + 1, + "map" + ], + [ + 1, + "type" + ], + [ + 2, + "company name" + ], + [ + 2, + "hardware model name" + ], + [ + 2, + "accreditation type" + ], + [ + 2, + "accreditation level" + ], + [ + 2, + "date" + ], + [ + 2, + "chip model" + ], + [ + 2, + "screen mode" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Model_name" + ], + [ + 0, + "Launch_year" + ], + [ + 0, + "RAM_MiB" + ], + [ + 0, + "ROM_MiB" + ], + [ + 0, + "Slots" + ], + [ + 0, + "WiFi" + ], + [ + 0, + "Bluetooth" + ], + [ + 1, + "Graphics_mode" + ], + [ + 1, + "Char_cells" + ], + [ + 1, + "Pixels" + ], + [ + 1, + "Hardware_colours" + ], + [ + 1, + "used_kb" + ], + [ + 1, + "map" + ], + [ + 1, + "Type" + ], + [ + 2, + "Company_name" + ], + [ + 2, + "Hardware_Model_name" + ], + [ + 2, + "Accreditation_type" + ], + [ + 2, + "Accreditation_level" + ], + [ + 2, + "Date" + ], + [ + 2, + "chip_model" + ], + [ + 2, + "screen_mode" + ] + ], + "column_types": [ + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text" + ], + "db_id": "phone_1", + "foreign_keys": [ + [ + 20, + 1 + ], + [ + 21, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 16 + ], + "table_names": [ + "chip model", + "screen mode", + "phone" + ], + "table_names_original": [ + "chip_model", + "screen_mode", + "phone" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "series name" + ], + [ + 0, + "country" + ], + [ + 0, + "language" + ], + [ + 0, + "content" + ], + [ + 0, + "pixel aspect ratio par" + ], + [ + 0, + "hight definition tv" + ], + [ + 0, + "pay per view ppv" + ], + [ + 0, + "package option" + ], + [ + 1, + "id" + ], + [ + 1, + "episode" + ], + [ + 1, + "air date" + ], + [ + 1, + "rating" + ], + [ + 1, + "share" + ], + [ + 1, + "18 49 rating share" + ], + [ + 1, + "viewers m" + ], + [ + 1, + "weekly rank" + ], + [ + 1, + "channel" + ], + [ + 2, + "id" + ], + [ + 2, + "title" + ], + [ + 2, + "directed by" + ], + [ + 2, + "written by" + ], + [ + 2, + "original air date" + ], + [ + 2, + "production code" + ], + [ + 2, + "channel" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "series_name" + ], + [ + 0, + "Country" + ], + [ + 0, + "Language" + ], + [ + 0, + "Content" + ], + [ + 0, + "Pixel_aspect_ratio_PAR" + ], + [ + 0, + "Hight_definition_TV" + ], + [ + 0, + "Pay_per_view_PPV" + ], + [ + 0, + "Package_Option" + ], + [ + 1, + "id" + ], + [ + 1, + "Episode" + ], + [ + 1, + "Air_Date" + ], + [ + 1, + "Rating" + ], + [ + 1, + "Share" + ], + [ + 1, + "18_49_Rating_Share" + ], + [ + 1, + "Viewers_m" + ], + [ + 1, + "Weekly_Rank" + ], + [ + 1, + "Channel" + ], + [ + 2, + "id" + ], + [ + 2, + "Title" + ], + [ + 2, + "Directed_by" + ], + [ + 2, + "Written_by" + ], + [ + 2, + "Original_air_date" + ], + [ + 2, + "Production_code" + ], + [ + 2, + "Channel" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text" + ], + "db_id": "tvshow", + "foreign_keys": [ + [ + 18, + 1 + ], + [ + 25, + 1 + ] + ], + "primary_keys": [ + 1, + 10, + 19 + ], + "table_names": [ + "tv channel", + "tv series", + "cartoon" + ], + "table_names_original": [ + "TV_Channel", + "TV_series", + "Cartoon" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "wrestler id" + ], + [ + 0, + "name" + ], + [ + 0, + "reign" + ], + [ + 0, + "days held" + ], + [ + 0, + "location" + ], + [ + 0, + "event" + ], + [ + 1, + "elimination id" + ], + [ + 1, + "wrestler id" + ], + [ + 1, + "team" + ], + [ + 1, + "eliminated by" + ], + [ + 1, + "elimination move" + ], + [ + 1, + "time" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Wrestler_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Reign" + ], + [ + 0, + "Days_held" + ], + [ + 0, + "Location" + ], + [ + 0, + "Event" + ], + [ + 1, + "Elimination_ID" + ], + [ + 1, + "Wrestler_ID" + ], + [ + 1, + "Team" + ], + [ + 1, + "Eliminated_By" + ], + [ + 1, + "Elimination_Move" + ], + [ + 1, + "Time" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text" + ], + "db_id": "wrestler", + "foreign_keys": [ + [ + 8, + 1 + ] + ], + "primary_keys": [ + 1, + 7 + ], + "table_names": [ + "wrestler", + "elimination" + ], + "table_names_original": [ + "wrestler", + "Elimination" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "staff id" + ], + [ + 0, + "gender" + ], + [ + 0, + "first name" + ], + [ + 0, + "last name" + ], + [ + 0, + "email address" + ], + [ + 0, + "phone number" + ], + [ + 1, + "customer id" + ], + [ + 1, + "customer type code" + ], + [ + 1, + "address line 1" + ], + [ + 1, + "address line 2" + ], + [ + 1, + "town city" + ], + [ + 1, + "state" + ], + [ + 1, + "email address" + ], + [ + 1, + "phone number" + ], + [ + 2, + "product id" + ], + [ + 2, + "parent product id" + ], + [ + 2, + "product category code" + ], + [ + 2, + "date product first available" + ], + [ + 2, + "date product discontinued" + ], + [ + 2, + "product name" + ], + [ + 2, + "product description" + ], + [ + 2, + "product price" + ], + [ + 3, + "complaint id" + ], + [ + 3, + "product id" + ], + [ + 3, + "customer id" + ], + [ + 3, + "complaint outcome code" + ], + [ + 3, + "complaint status code" + ], + [ + 3, + "complaint type code" + ], + [ + 3, + "date complaint raised" + ], + [ + 3, + "date complaint closed" + ], + [ + 3, + "staff id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "staff_id" + ], + [ + 0, + "gender" + ], + [ + 0, + "first_name" + ], + [ + 0, + "last_name" + ], + [ + 0, + "email_address" + ], + [ + 0, + "phone_number" + ], + [ + 1, + "customer_id" + ], + [ + 1, + "customer_type_code" + ], + [ + 1, + "address_line_1" + ], + [ + 1, + "address_line_2" + ], + [ + 1, + "town_city" + ], + [ + 1, + "state" + ], + [ + 1, + "email_address" + ], + [ + 1, + "phone_number" + ], + [ + 2, + "product_id" + ], + [ + 2, + "parent_product_id" + ], + [ + 2, + "product_category_code" + ], + [ + 2, + "date_product_first_available" + ], + [ + 2, + "date_product_discontinued" + ], + [ + 2, + "product_name" + ], + [ + 2, + "product_description" + ], + [ + 2, + "product_price" + ], + [ + 3, + "complaint_id" + ], + [ + 3, + "product_id" + ], + [ + 3, + "customer_id" + ], + [ + 3, + "complaint_outcome_code" + ], + [ + 3, + "complaint_status_code" + ], + [ + 3, + "complaint_type_code" + ], + [ + 3, + "date_complaint_raised" + ], + [ + 3, + "date_complaint_closed" + ], + [ + 3, + "staff_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "time", + "time", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "time", + "time", + "number" + ], + "db_id": "customer_complaints", + "foreign_keys": [ + [ + 25, + 7 + ], + [ + 24, + 15 + ], + [ + 31, + 1 + ] + ], + "primary_keys": [ + 1, + 7, + 15 + ], + "table_names": [ + "staff", + "customers", + "products", + "complaints" + ], + "table_names_original": [ + "Staff", + "Customers", + "Products", + "Complaints" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "department id" + ], + [ + 0, + "name" + ], + [ + 0, + "creation" + ], + [ + 0, + "ranking" + ], + [ + 0, + "budget in billions" + ], + [ + 0, + "num employees" + ], + [ + 1, + "head id" + ], + [ + 1, + "name" + ], + [ + 1, + "born state" + ], + [ + 1, + "age" + ], + [ + 2, + "department id" + ], + [ + 2, + "head id" + ], + [ + 2, + "temporary acting" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Department_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Creation" + ], + [ + 0, + "Ranking" + ], + [ + 0, + "Budget_in_Billions" + ], + [ + 0, + "Num_Employees" + ], + [ + 1, + "head_ID" + ], + [ + 1, + "name" + ], + [ + 1, + "born_state" + ], + [ + 1, + "age" + ], + [ + 2, + "department_ID" + ], + [ + 2, + "head_ID" + ], + [ + 2, + "temporary_acting" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "department_management", + "foreign_keys": [ + [ + 12, + 7 + ], + [ + 11, + 1 + ] + ], + "primary_keys": [ + 1, + 7, + 11 + ], + "table_names": [ + "department", + "head", + "management" + ], + "table_names_original": [ + "department", + "head", + "management" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "line 1 number building" + ], + [ + 0, + "city" + ], + [ + 0, + "zip postcode" + ], + [ + 0, + "state province county" + ], + [ + 0, + "country" + ], + [ + 1, + "product id" + ], + [ + 1, + "product type code" + ], + [ + 1, + "product name" + ], + [ + 1, + "product price" + ], + [ + 2, + "customer id" + ], + [ + 2, + "payment method code" + ], + [ + 2, + "customer number" + ], + [ + 2, + "customer name" + ], + [ + 2, + "customer address" + ], + [ + 2, + "customer phone" + ], + [ + 2, + "customer email" + ], + [ + 3, + "contact id" + ], + [ + 3, + "customer id" + ], + [ + 3, + "gender" + ], + [ + 3, + "first name" + ], + [ + 3, + "last name" + ], + [ + 3, + "contact phone" + ], + [ + 4, + "customer id" + ], + [ + 4, + "address id" + ], + [ + 4, + "date from" + ], + [ + 4, + "date to" + ], + [ + 5, + "order id" + ], + [ + 5, + "customer id" + ], + [ + 5, + "order date" + ], + [ + 5, + "order status code" + ], + [ + 6, + "order item id" + ], + [ + 6, + "order id" + ], + [ + 6, + "product id" + ], + [ + 6, + "order quantity" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_id" + ], + [ + 0, + "line_1_number_building" + ], + [ + 0, + "city" + ], + [ + 0, + "zip_postcode" + ], + [ + 0, + "state_province_county" + ], + [ + 0, + "country" + ], + [ + 1, + "product_id" + ], + [ + 1, + "product_type_code" + ], + [ + 1, + "product_name" + ], + [ + 1, + "product_price" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "payment_method_code" + ], + [ + 2, + "customer_number" + ], + [ + 2, + "customer_name" + ], + [ + 2, + "customer_address" + ], + [ + 2, + "customer_phone" + ], + [ + 2, + "customer_email" + ], + [ + 3, + "contact_id" + ], + [ + 3, + "customer_id" + ], + [ + 3, + "gender" + ], + [ + 3, + "first_name" + ], + [ + 3, + "last_name" + ], + [ + 3, + "contact_phone" + ], + [ + 4, + "customer_id" + ], + [ + 4, + "address_id" + ], + [ + 4, + "date_from" + ], + [ + 4, + "date_to" + ], + [ + 5, + "order_id" + ], + [ + 5, + "customer_id" + ], + [ + 5, + "order_date" + ], + [ + 5, + "order_status_code" + ], + [ + 6, + "order_item_id" + ], + [ + 6, + "order_id" + ], + [ + 6, + "product_id" + ], + [ + 6, + "order_quantity" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "time", + "time", + "number", + "number", + "time", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "customers_and_products_contacts", + "foreign_keys": [ + [ + 25, + 1 + ], + [ + 24, + 11 + ], + [ + 29, + 11 + ], + [ + 33, + 28 + ], + [ + 34, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 11, + 18, + 28 + ], + "table_names": [ + "addresses", + "products", + "customers", + "contacts", + "customer address history", + "customer orders", + "order items" + ], + "table_names_original": [ + "Addresses", + "Products", + "Customers", + "Contacts", + "Customer_Address_History", + "Customer_Orders", + "Order_Items" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "employee ssn" + ], + [ + 0, + "project number" + ], + [ + 0, + "hours" + ], + [ + 1, + "first name" + ], + [ + 1, + "minit" + ], + [ + 1, + "last name" + ], + [ + 1, + "ssn" + ], + [ + 1, + "birth date" + ], + [ + 1, + "address" + ], + [ + 1, + "sex" + ], + [ + 1, + "salary" + ], + [ + 1, + "super ssn" + ], + [ + 1, + "department no" + ], + [ + 2, + "department name" + ], + [ + 2, + "department number" + ], + [ + 2, + "manager ssn" + ], + [ + 2, + "manager start date" + ], + [ + 3, + "dependent name" + ], + [ + 3, + "dependent number" + ], + [ + 3, + "dependent location" + ], + [ + 3, + "department number" + ], + [ + 4, + "employee ssn" + ], + [ + 4, + "dependent name" + ], + [ + 4, + "sex" + ], + [ + 4, + "birth date" + ], + [ + 4, + "relationship" + ], + [ + 5, + "department number" + ], + [ + 5, + "department location" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Essn" + ], + [ + 0, + "Pno" + ], + [ + 0, + "Hours" + ], + [ + 1, + "Fname" + ], + [ + 1, + "Minit" + ], + [ + 1, + "Lname" + ], + [ + 1, + "Ssn" + ], + [ + 1, + "Bdate" + ], + [ + 1, + "Address" + ], + [ + 1, + "Sex" + ], + [ + 1, + "Salary" + ], + [ + 1, + "Super_ssn" + ], + [ + 1, + "Dno" + ], + [ + 2, + "Dname" + ], + [ + 2, + "Dnumber" + ], + [ + 2, + "Mgr_ssn" + ], + [ + 2, + "Mgr_start_date" + ], + [ + 3, + "Pname" + ], + [ + 3, + "Pnumber" + ], + [ + 3, + "Plocation" + ], + [ + 3, + "Dnum" + ], + [ + 4, + "Essn" + ], + [ + 4, + "Dependent_name" + ], + [ + 4, + "Sex" + ], + [ + 4, + "Bdate" + ], + [ + 4, + "Relationship" + ], + [ + 5, + "Dnumber" + ], + [ + 5, + "Dlocation" + ] + ], + "column_types": [ + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "text" + ], + "db_id": "company_1", + "foreign_keys": [], + "primary_keys": [ + 1, + 7, + 15, + 19, + 22, + 27 + ], + "table_names": [ + "works on", + "employee", + "department", + "project", + "dependent", + "department locations" + ], + "table_names_original": [ + "works_on", + "employee", + "department", + "project", + "dependent", + "dept_locations" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "workshop id" + ], + [ + 0, + "date" + ], + [ + 0, + "venue" + ], + [ + 0, + "name" + ], + [ + 1, + "submission id" + ], + [ + 1, + "scores" + ], + [ + 1, + "author" + ], + [ + 1, + "college" + ], + [ + 2, + "submission id" + ], + [ + 2, + "workshop id" + ], + [ + 2, + "result" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Workshop_ID" + ], + [ + 0, + "Date" + ], + [ + 0, + "Venue" + ], + [ + 0, + "Name" + ], + [ + 1, + "Submission_ID" + ], + [ + 1, + "Scores" + ], + [ + 1, + "Author" + ], + [ + 1, + "College" + ], + [ + 2, + "Submission_ID" + ], + [ + 2, + "Workshop_ID" + ], + [ + 2, + "Result" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "workshop_paper", + "foreign_keys": [ + [ + 10, + 1 + ], + [ + 9, + 5 + ] + ], + "primary_keys": [ + 1, + 5, + 9 + ], + "table_names": [ + "workshop", + "submission", + "acceptance" + ], + "table_names_original": [ + "workshop", + "submission", + "Acceptance" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "item id" + ], + [ + 0, + "title" + ], + [ + 1, + "a id" + ], + [ + 1, + "user id" + ], + [ + 1, + "item id" + ], + [ + 1, + "rating" + ], + [ + 1, + "rank" + ], + [ + 2, + "user id" + ], + [ + 2, + "name" + ], + [ + 3, + "source user id" + ], + [ + 3, + "target user id" + ], + [ + 3, + "trust" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "i_id" + ], + [ + 0, + "title" + ], + [ + 1, + "a_id" + ], + [ + 1, + "u_id" + ], + [ + 1, + "i_id" + ], + [ + 1, + "rating" + ], + [ + 1, + "rank" + ], + [ + 2, + "u_id" + ], + [ + 2, + "name" + ], + [ + 3, + "source_u_id" + ], + [ + 3, + "target_u_id" + ], + [ + 3, + "trust" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "epinions_1", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 4, + 8 + ], + [ + 11, + 8 + ], + [ + 10, + 8 + ] + ], + "primary_keys": [ + 1, + 3, + 8 + ], + "table_names": [ + "item", + "review", + "useracct", + "trust" + ], + "table_names_original": [ + "item", + "review", + "useracct", + "trust" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "party id" + ], + [ + 0, + "party theme" + ], + [ + 0, + "location" + ], + [ + 0, + "first year" + ], + [ + 0, + "last year" + ], + [ + 0, + "number of hosts" + ], + [ + 1, + "host id" + ], + [ + 1, + "name" + ], + [ + 1, + "nationality" + ], + [ + 1, + "age" + ], + [ + 2, + "party id" + ], + [ + 2, + "host id" + ], + [ + 2, + "is main in charge" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Party_ID" + ], + [ + 0, + "Party_Theme" + ], + [ + 0, + "Location" + ], + [ + 0, + "First_year" + ], + [ + 0, + "Last_year" + ], + [ + 0, + "Number_of_hosts" + ], + [ + 1, + "Host_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Nationality" + ], + [ + 1, + "Age" + ], + [ + 2, + "Party_ID" + ], + [ + 2, + "Host_ID" + ], + [ + 2, + "Is_Main_in_Charge" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "others" + ], + "db_id": "party_host", + "foreign_keys": [ + [ + 11, + 1 + ], + [ + 12, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 11 + ], + "table_names": [ + "party", + "host", + "party host" + ], + "table_names_original": [ + "party", + "host", + "party_host" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "attribute id" + ], + [ + 0, + "attribute name" + ], + [ + 0, + "attribute data type" + ], + [ + 1, + "catalog id" + ], + [ + 1, + "catalog name" + ], + [ + 1, + "catalog publisher" + ], + [ + 1, + "date of publication" + ], + [ + 1, + "date of latest revision" + ], + [ + 2, + "catalog level number" + ], + [ + 2, + "catalog id" + ], + [ + 2, + "catalog level name" + ], + [ + 3, + "catalog entry id" + ], + [ + 3, + "catalog level number" + ], + [ + 3, + "parent entry id" + ], + [ + 3, + "previous entry id" + ], + [ + 3, + "next entry id" + ], + [ + 3, + "catalog entry name" + ], + [ + 3, + "product stock number" + ], + [ + 3, + "price in dollars" + ], + [ + 3, + "price in euros" + ], + [ + 3, + "price in pounds" + ], + [ + 3, + "capacity" + ], + [ + 3, + "length" + ], + [ + 3, + "height" + ], + [ + 3, + "width" + ], + [ + 4, + "catalog entry id" + ], + [ + 4, + "catalog level number" + ], + [ + 4, + "attribute id" + ], + [ + 4, + "attribute value" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "attribute_id" + ], + [ + 0, + "attribute_name" + ], + [ + 0, + "attribute_data_type" + ], + [ + 1, + "catalog_id" + ], + [ + 1, + "catalog_name" + ], + [ + 1, + "catalog_publisher" + ], + [ + 1, + "date_of_publication" + ], + [ + 1, + "date_of_latest_revision" + ], + [ + 2, + "catalog_level_number" + ], + [ + 2, + "catalog_id" + ], + [ + 2, + "catalog_level_name" + ], + [ + 3, + "catalog_entry_id" + ], + [ + 3, + "catalog_level_number" + ], + [ + 3, + "parent_entry_id" + ], + [ + 3, + "previous_entry_id" + ], + [ + 3, + "next_entry_id" + ], + [ + 3, + "catalog_entry_name" + ], + [ + 3, + "product_stock_number" + ], + [ + 3, + "price_in_dollars" + ], + [ + 3, + "price_in_euros" + ], + [ + 3, + "price_in_pounds" + ], + [ + 3, + "capacity" + ], + [ + 3, + "length" + ], + [ + 3, + "height" + ], + [ + 3, + "width" + ], + [ + 4, + "catalog_entry_id" + ], + [ + 4, + "catalog_level_number" + ], + [ + 4, + "attribute_id" + ], + [ + 4, + "attribute_value" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "time", + "time", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "product_catalog", + "foreign_keys": [ + [ + 10, + 4 + ], + [ + 13, + 9 + ], + [ + 27, + 9 + ], + [ + 26, + 12 + ] + ], + "primary_keys": [ + 1, + 4, + 9, + 12 + ], + "table_names": [ + "attribute definitions", + "catalogs", + "catalog structure", + "catalog contents", + "catalog contents additional attributes" + ], + "table_names_original": [ + "Attribute_Definitions", + "Catalogs", + "Catalog_Structure", + "Catalog_Contents", + "Catalog_Contents_Additional_Attributes" + ] + } +] \ No newline at end of file diff --git a/test_data/.DS_Store b/test_data/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 Binary files /dev/null and b/test_data/.DS_Store differ diff --git a/test_data/dev.json b/test_data/dev.json new file mode 100644 index 0000000000000000000000000000000000000000..cdd8e6dcaa6501a991acb819c92b257f64878fd7 --- /dev/null +++ b/test_data/dev.json @@ -0,0 +1,308303 @@ +[ + { + "db_id": "soccer_3", + "query": "SELECT count(*) FROM club", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "club" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "club" + ], + "question": "How many clubs are there?", + "question_toks": [ + "How", + "many", + "clubs", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT count(*) FROM club", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "club" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "club" + ], + "question": "Count the number of clubs.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "clubs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Name FROM club ORDER BY Name ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "club", + "ORDER", + "BY", + "Name", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "club", + "order", + "by", + "name", + "asc" + ], + "question": "List the name of clubs in ascending alphabetical order.", + "question_toks": [ + "List", + "the", + "name", + "of", + "clubs", + "in", + "ascending", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Name FROM club ORDER BY Name ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "club", + "ORDER", + "BY", + "Name", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "club", + "order", + "by", + "name", + "asc" + ], + "question": "What are the names of clubs, ordered alphabetically?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "clubs", + ",", + "ordered", + "alphabetically", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Manager , Captain FROM club", + "query_toks": [ + "SELECT", + "Manager", + ",", + "Captain", + "FROM", + "club" + ], + "query_toks_no_value": [ + "select", + "manager", + ",", + "captain", + "from", + "club" + ], + "question": "What are the managers and captains of clubs?", + "question_toks": [ + "What", + "are", + "the", + "managers", + "and", + "captains", + "of", + "clubs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Manager , Captain FROM club", + "query_toks": [ + "SELECT", + "Manager", + ",", + "Captain", + "FROM", + "club" + ], + "query_toks_no_value": [ + "select", + "manager", + ",", + "captain", + "from", + "club" + ], + "question": "Return the managers and captains of all clubs.", + "question_toks": [ + "Return", + "the", + "managers", + "and", + "captains", + "of", + "all", + "clubs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Name FROM club WHERE Manufacturer != \"Nike\"", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "club", + "WHERE", + "Manufacturer", + "!", + "=", + "``", + "Nike", + "''" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "club", + "where", + "manufacturer", + "!", + "=", + "value" + ], + "question": "List the name of clubs whose manufacturer is not \"Nike\"", + "question_toks": [ + "List", + "the", + "name", + "of", + "clubs", + "whose", + "manufacturer", + "is", + "not", + "``", + "Nike", + "''" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Nike\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Name FROM club WHERE Manufacturer != \"Nike\"", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "club", + "WHERE", + "Manufacturer", + "!", + "=", + "``", + "Nike", + "''" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "club", + "where", + "manufacturer", + "!", + "=", + "value" + ], + "question": "What are the names of clubs who do not have the manufacturer Nike?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "clubs", + "who", + "do", + "not", + "have", + "the", + "manufacturer", + "Nike", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Nike\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Name FROM player ORDER BY Wins_count ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "player", + "ORDER", + "BY", + "Wins_count", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "player", + "order", + "by", + "wins_count", + "asc" + ], + "question": "What are the names of players in ascending order of wins count?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "players", + "in", + "ascending", + "order", + "of", + "wins", + "count", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Name FROM player ORDER BY Wins_count ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "player", + "ORDER", + "BY", + "Wins_count", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "player", + "order", + "by", + "wins_count", + "asc" + ], + "question": "Return the names of players in order of count of wins, ascending.", + "question_toks": [ + "Return", + "the", + "names", + "of", + "players", + "in", + "order", + "of", + "count", + "of", + "wins", + ",", + "ascending", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Name FROM player ORDER BY Earnings DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "player", + "ORDER", + "BY", + "Earnings", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "player", + "order", + "by", + "earnings", + "desc", + "limit", + "value" + ], + "question": "What is the name of the player with the highest earnings?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "player", + "with", + "the", + "highest", + "earnings", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Name FROM player ORDER BY Earnings DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "player", + "ORDER", + "BY", + "Earnings", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "player", + "order", + "by", + "earnings", + "desc", + "limit", + "value" + ], + "question": "Return the name of the player who earns the most money.", + "question_toks": [ + "Return", + "the", + "name", + "of", + "the", + "player", + "who", + "earns", + "the", + "most", + "money", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT DISTINCT Country FROM player WHERE Earnings > 1200000", + "query_toks": [ + "SELECT", + "DISTINCT", + "Country", + "FROM", + "player", + "WHERE", + "Earnings", + ">", + "1200000" + ], + "query_toks_no_value": [ + "select", + "distinct", + "country", + "from", + "player", + "where", + "earnings", + ">", + "value" + ], + "question": "What are the distinct countries of players with earnings higher than 1200000?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "countries", + "of", + "players", + "with", + "earnings", + "higher", + "than", + "1200000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 1200000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT DISTINCT Country FROM player WHERE Earnings > 1200000", + "query_toks": [ + "SELECT", + "DISTINCT", + "Country", + "FROM", + "player", + "WHERE", + "Earnings", + ">", + "1200000" + ], + "query_toks_no_value": [ + "select", + "distinct", + "country", + "from", + "player", + "where", + "earnings", + ">", + "value" + ], + "question": "From which countries are players who make more than 1200000 from?", + "question_toks": [ + "From", + "which", + "countries", + "are", + "players", + "who", + "make", + "more", + "than", + "1200000", + "from", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 1200000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Country FROM player WHERE Wins_count > 2 ORDER BY Earnings DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Country", + "FROM", + "player", + "WHERE", + "Wins_count", + ">", + "2", + "ORDER", + "BY", + "Earnings", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "player", + "where", + "wins_count", + ">", + "value", + "order", + "by", + "earnings", + "desc", + "limit", + "value" + ], + "question": "What is the country of the player with the highest earnings among players that have more than 2 win counts?", + "question_toks": [ + "What", + "is", + "the", + "country", + "of", + "the", + "player", + "with", + "the", + "highest", + "earnings", + "among", + "players", + "that", + "have", + "more", + "than", + "2", + "win", + "counts", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + 2.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Country FROM player WHERE Wins_count > 2 ORDER BY Earnings DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Country", + "FROM", + "player", + "WHERE", + "Wins_count", + ">", + "2", + "ORDER", + "BY", + "Earnings", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "player", + "where", + "wins_count", + ">", + "value", + "order", + "by", + "earnings", + "desc", + "limit", + "value" + ], + "question": "Of players who have more than 2 wins, what is the country of the player who makes the most?", + "question_toks": [ + "Of", + "players", + "who", + "have", + "more", + "than", + "2", + "wins", + ",", + "what", + "is", + "the", + "country", + "of", + "the", + "player", + "who", + "makes", + "the", + "most", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + 2.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT T2.Name , T1.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID", + "query_toks": [ + "SELECT", + "T2.Name", + ",", + "T1.Name", + "FROM", + "club", + "AS", + "T1", + "JOIN", + "player", + "AS", + "T2", + "ON", + "T1.Club_ID", + "=", + "T2.Club_ID" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t1", + ".", + "name", + "from", + "club", + "as", + "t1", + "join", + "player", + "as", + "t2", + "on", + "t1", + ".", + "club_id", + "=", + "t2", + ".", + "club_id" + ], + "question": "Show names of players and names of clubs they are in.", + "question_toks": [ + "Show", + "names", + "of", + "players", + "and", + "names", + "of", + "clubs", + "they", + "are", + "in", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT T2.Name , T1.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID", + "query_toks": [ + "SELECT", + "T2.Name", + ",", + "T1.Name", + "FROM", + "club", + "AS", + "T1", + "JOIN", + "player", + "AS", + "T2", + "ON", + "T1.Club_ID", + "=", + "T2.Club_ID" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t1", + ".", + "name", + "from", + "club", + "as", + "t1", + "join", + "player", + "as", + "t2", + "on", + "t1", + ".", + "club_id", + "=", + "t2", + ".", + "club_id" + ], + "question": "What are the names of players and the corresponding clubs that they are in?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "players", + "and", + "the", + "corresponding", + "clubs", + "that", + "they", + "are", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT T1.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID WHERE T2.Wins_count > 2", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "club", + "AS", + "T1", + "JOIN", + "player", + "AS", + "T2", + "ON", + "T1.Club_ID", + "=", + "T2.Club_ID", + "WHERE", + "T2.Wins_count", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "club", + "as", + "t1", + "join", + "player", + "as", + "t2", + "on", + "t1", + ".", + "club_id", + "=", + "t2", + ".", + "club_id", + "where", + "t2", + ".", + "wins_count", + ">", + "value" + ], + "question": "Show names of clubs that have players with more than 2 win counts.", + "question_toks": [ + "Show", + "names", + "of", + "clubs", + "that", + "have", + "players", + "with", + "more", + "than", + "2", + "win", + "counts", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + 2.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT T1.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID WHERE T2.Wins_count > 2", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "club", + "AS", + "T1", + "JOIN", + "player", + "AS", + "T2", + "ON", + "T1.Club_ID", + "=", + "T2.Club_ID", + "WHERE", + "T2.Wins_count", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "club", + "as", + "t1", + "join", + "player", + "as", + "t2", + "on", + "t1", + ".", + "club_id", + "=", + "t2", + ".", + "club_id", + "where", + "t2", + ".", + "wins_count", + ">", + "value" + ], + "question": "What are the names of clubs that have players who have won more than twice?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "clubs", + "that", + "have", + "players", + "who", + "have", + "won", + "more", + "than", + "twice", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + 2.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT T2.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID WHERE T1.Manager = \"Sam Allardyce\"", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "club", + "AS", + "T1", + "JOIN", + "player", + "AS", + "T2", + "ON", + "T1.Club_ID", + "=", + "T2.Club_ID", + "WHERE", + "T1.Manager", + "=", + "``", + "Sam", + "Allardyce", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "club", + "as", + "t1", + "join", + "player", + "as", + "t2", + "on", + "t1", + ".", + "club_id", + "=", + "t2", + ".", + "club_id", + "where", + "t1", + ".", + "manager", + "=", + "value" + ], + "question": "Show names of players from the club with manager \"Sam Allardyce\".", + "question_toks": [ + "Show", + "names", + "of", + "players", + "from", + "the", + "club", + "with", + "manager", + "``", + "Sam", + "Allardyce", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Sam Allardyce\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT T2.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID WHERE T1.Manager = \"Sam Allardyce\"", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "club", + "AS", + "T1", + "JOIN", + "player", + "AS", + "T2", + "ON", + "T1.Club_ID", + "=", + "T2.Club_ID", + "WHERE", + "T1.Manager", + "=", + "``", + "Sam", + "Allardyce", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "club", + "as", + "t1", + "join", + "player", + "as", + "t2", + "on", + "t1", + ".", + "club_id", + "=", + "t2", + ".", + "club_id", + "where", + "t1", + ".", + "manager", + "=", + "value" + ], + "question": "What are the names of players from the club managed by Sam Allardyce?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "players", + "from", + "the", + "club", + "managed", + "by", + "Sam", + "Allardyce", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Sam Allardyce\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT T1.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID GROUP BY T1.Club_ID ORDER BY avg(T2.Earnings) DESC", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "club", + "AS", + "T1", + "JOIN", + "player", + "AS", + "T2", + "ON", + "T1.Club_ID", + "=", + "T2.Club_ID", + "GROUP", + "BY", + "T1.Club_ID", + "ORDER", + "BY", + "avg", + "(", + "T2.Earnings", + ")", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "club", + "as", + "t1", + "join", + "player", + "as", + "t2", + "on", + "t1", + ".", + "club_id", + "=", + "t2", + ".", + "club_id", + "group", + "by", + "t1", + ".", + "club_id", + "order", + "by", + "avg", + "(", + "t2", + ".", + "earnings", + ")", + "desc" + ], + "question": "Show names of clubs in descending order of average earnings of players belonging.", + "question_toks": [ + "Show", + "names", + "of", + "clubs", + "in", + "descending", + "order", + "of", + "average", + "earnings", + "of", + "players", + "belonging", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 5, + 10, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT T1.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID GROUP BY T1.Club_ID ORDER BY avg(T2.Earnings) DESC", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "club", + "AS", + "T1", + "JOIN", + "player", + "AS", + "T2", + "ON", + "T1.Club_ID", + "=", + "T2.Club_ID", + "GROUP", + "BY", + "T1.Club_ID", + "ORDER", + "BY", + "avg", + "(", + "T2.Earnings", + ")", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "club", + "as", + "t1", + "join", + "player", + "as", + "t2", + "on", + "t1", + ".", + "club_id", + "=", + "t2", + ".", + "club_id", + "group", + "by", + "t1", + ".", + "club_id", + "order", + "by", + "avg", + "(", + "t2", + ".", + "earnings", + ")", + "desc" + ], + "question": "What are the names of clubs, ordered descending by the average earnings of players within each?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "clubs", + ",", + "ordered", + "descending", + "by", + "the", + "average", + "earnings", + "of", + "players", + "within", + "each", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 5, + 10, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Manufacturer , COUNT(*) FROM club GROUP BY Manufacturer", + "query_toks": [ + "SELECT", + "Manufacturer", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "club", + "GROUP", + "BY", + "Manufacturer" + ], + "query_toks_no_value": [ + "select", + "manufacturer", + ",", + "count", + "(", + "*", + ")", + "from", + "club", + "group", + "by", + "manufacturer" + ], + "question": "Show different manufacturers and the number of clubs they are associated with.", + "question_toks": [ + "Show", + "different", + "manufacturers", + "and", + "the", + "number", + "of", + "clubs", + "they", + "are", + "associated", + "with", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Manufacturer , COUNT(*) FROM club GROUP BY Manufacturer", + "query_toks": [ + "SELECT", + "Manufacturer", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "club", + "GROUP", + "BY", + "Manufacturer" + ], + "query_toks_no_value": [ + "select", + "manufacturer", + ",", + "count", + "(", + "*", + ")", + "from", + "club", + "group", + "by", + "manufacturer" + ], + "question": "How many clubs use each manufacturer?", + "question_toks": [ + "How", + "many", + "clubs", + "use", + "each", + "manufacturer", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Manufacturer FROM club GROUP BY Manufacturer ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Manufacturer", + "FROM", + "club", + "GROUP", + "BY", + "Manufacturer", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "manufacturer", + "from", + "club", + "group", + "by", + "manufacturer", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Please show the most common manufacturer of clubs.", + "question_toks": [ + "Please", + "show", + "the", + "most", + "common", + "manufacturer", + "of", + "clubs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Manufacturer FROM club GROUP BY Manufacturer ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Manufacturer", + "FROM", + "club", + "GROUP", + "BY", + "Manufacturer", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "manufacturer", + "from", + "club", + "group", + "by", + "manufacturer", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which manufacturer is most common among clubs?", + "question_toks": [ + "Which", + "manufacturer", + "is", + "most", + "common", + "among", + "clubs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Manufacturer FROM club GROUP BY Manufacturer HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "Manufacturer", + "FROM", + "club", + "GROUP", + "BY", + "Manufacturer", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "manufacturer", + "from", + "club", + "group", + "by", + "manufacturer", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "List the manufacturers that are associated with more than one club.", + "question_toks": [ + "List", + "the", + "manufacturers", + "that", + "are", + "associated", + "with", + "more", + "than", + "one", + "club", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Manufacturer FROM club GROUP BY Manufacturer HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "Manufacturer", + "FROM", + "club", + "GROUP", + "BY", + "Manufacturer", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "manufacturer", + "from", + "club", + "group", + "by", + "manufacturer", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Which manufacturers work for more than 1 club?", + "question_toks": [ + "Which", + "manufacturers", + "work", + "for", + "more", + "than", + "1", + "club", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Country FROM player GROUP BY Country HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "Country", + "FROM", + "player", + "GROUP", + "BY", + "Country", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "player", + "group", + "by", + "country", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "List the country that have more than one player.", + "question_toks": [ + "List", + "the", + "country", + "that", + "have", + "more", + "than", + "one", + "player", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Country FROM player GROUP BY Country HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "Country", + "FROM", + "player", + "GROUP", + "BY", + "Country", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "player", + "group", + "by", + "country", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Which countries have produced more than one player?", + "question_toks": [ + "Which", + "countries", + "have", + "produced", + "more", + "than", + "one", + "player", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Name FROM club WHERE Club_ID NOT IN (SELECT Club_ID FROM player)", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "club", + "WHERE", + "Club_ID", + "NOT", + "IN", + "(", + "SELECT", + "Club_ID", + "FROM", + "player", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "club", + "where", + "club_id", + "not", + "in", + "(", + "select", + "club_id", + "from", + "player", + ")" + ], + "question": "List the name of clubs that do not have players.", + "question_toks": [ + "List", + "the", + "name", + "of", + "clubs", + "that", + "do", + "not", + "have", + "players", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Name FROM club WHERE Club_ID NOT IN (SELECT Club_ID FROM player)", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "club", + "WHERE", + "Club_ID", + "NOT", + "IN", + "(", + "SELECT", + "Club_ID", + "FROM", + "player", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "club", + "where", + "club_id", + "not", + "in", + "(", + "select", + "club_id", + "from", + "player", + ")" + ], + "question": "What are the names of clubs that do not have any players?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "clubs", + "that", + "do", + "not", + "have", + "any", + "players", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Country FROM player WHERE Earnings > 1400000 INTERSECT SELECT Country FROM player WHERE Earnings < 1100000", + "query_toks": [ + "SELECT", + "Country", + "FROM", + "player", + "WHERE", + "Earnings", + ">", + "1400000", + "INTERSECT", + "SELECT", + "Country", + "FROM", + "player", + "WHERE", + "Earnings", + "<", + "1100000" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "player", + "where", + "earnings", + ">", + "value", + "intersect", + "select", + "country", + "from", + "player", + "where", + "earnings", + "<", + "value" + ], + "question": "Show the country of players with earnings more than 1400000 and players with earnings less than 1100000.", + "question_toks": [ + "Show", + "the", + "country", + "of", + "players", + "with", + "earnings", + "more", + "than", + "1400000", + "and", + "players", + "with", + "earnings", + "less", + "than", + "1100000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 1400000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 1100000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Country FROM player WHERE Earnings > 1400000 INTERSECT SELECT Country FROM player WHERE Earnings < 1100000", + "query_toks": [ + "SELECT", + "Country", + "FROM", + "player", + "WHERE", + "Earnings", + ">", + "1400000", + "INTERSECT", + "SELECT", + "Country", + "FROM", + "player", + "WHERE", + "Earnings", + "<", + "1100000" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "player", + "where", + "earnings", + ">", + "value", + "intersect", + "select", + "country", + "from", + "player", + "where", + "earnings", + "<", + "value" + ], + "question": "Which country has produced both players with earnings over 1400000 and players with earnings below 1100000?", + "question_toks": [ + "Which", + "country", + "has", + "produced", + "both", + "players", + "with", + "earnings", + "over", + "1400000", + "and", + "players", + "with", + "earnings", + "below", + "1100000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 1400000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 1100000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT COUNT (DISTINCT Country) FROM player", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "Country", + ")", + "FROM", + "player" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "country", + ")", + "from", + "player" + ], + "question": "What is the number of distinct countries of all players?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "distinct", + "countries", + "of", + "all", + "players", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 9, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT COUNT (DISTINCT Country) FROM player", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "Country", + ")", + "FROM", + "player" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "country", + ")", + "from", + "player" + ], + "question": "How many different countries are players from?", + "question_toks": [ + "How", + "many", + "different", + "countries", + "are", + "players", + "from", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 9, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Earnings FROM player WHERE Country = \"Australia\" OR Country = \"Zimbabwe\"", + "query_toks": [ + "SELECT", + "Earnings", + "FROM", + "player", + "WHERE", + "Country", + "=", + "``", + "Australia", + "''", + "OR", + "Country", + "=", + "``", + "Zimbabwe", + "''" + ], + "query_toks_no_value": [ + "select", + "earnings", + "from", + "player", + "where", + "country", + "=", + "value", + "or", + "country", + "=", + "value" + ], + "question": "Show the earnings of players from country \"Australia\" or \"Zimbabwe\".", + "question_toks": [ + "Show", + "the", + "earnings", + "of", + "players", + "from", + "country", + "``", + "Australia", + "''", + "or", + "``", + "Zimbabwe", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Australia\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Zimbabwe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "soccer_3", + "query": "SELECT Earnings FROM player WHERE Country = \"Australia\" OR Country = \"Zimbabwe\"", + "query_toks": [ + "SELECT", + "Earnings", + "FROM", + "player", + "WHERE", + "Country", + "=", + "``", + "Australia", + "''", + "OR", + "Country", + "=", + "``", + "Zimbabwe", + "''" + ], + "query_toks_no_value": [ + "select", + "earnings", + "from", + "player", + "where", + "country", + "=", + "value", + "or", + "country", + "=", + "value" + ], + "question": "What are the earnings of players from either of the countries of Australia or Zimbabwe?", + "question_toks": [ + "What", + "are", + "the", + "earnings", + "of", + "players", + "from", + "either", + "of", + "the", + "countries", + "of", + "Australia", + "or", + "Zimbabwe", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Australia\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Zimbabwe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.customer_id , T1.customer_first_name , T1.customer_last_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) > 2 INTERSECT SELECT T1.customer_id , T1.customer_first_name , T1.customer_last_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id JOIN Order_items AS T3 ON T2.order_id = T3.order_id GROUP BY T1.customer_id HAVING count(*) >= 3", + "query_toks": [ + "SELECT", + "T1.customer_id", + ",", + "T1.customer_first_name", + ",", + "T1.customer_last_name", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "GROUP", + "BY", + "T1.customer_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "2", + "INTERSECT", + "SELECT", + "T1.customer_id", + ",", + "T1.customer_first_name", + ",", + "T1.customer_last_name", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "JOIN", + "Order_items", + "AS", + "T3", + "ON", + "T2.order_id", + "=", + "T3.order_id", + "GROUP", + "BY", + "T1.customer_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "customer_id", + ",", + "t1", + ".", + "customer_first_name", + ",", + "t1", + ".", + "customer_last_name", + "from", + "customers", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "customer_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value", + "intersect", + "select", + "t1", + ".", + "customer_id", + ",", + "t1", + ".", + "customer_first_name", + ",", + "t1", + ".", + "customer_last_name", + "from", + "customers", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "join", + "order_items", + "as", + "t3", + "on", + "t2", + ".", + "order_id", + "=", + "t3", + ".", + "order_id", + "group", + "by", + "t1", + ".", + "customer_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "List the id, first name and last name of the customers who both have placed more than 2 orders and have bought at least 3 items.", + "question_toks": [ + "List", + "the", + "id", + ",", + "first", + "name", + "and", + "last", + "name", + "of", + "the", + "customers", + "who", + "both", + "have", + "placed", + "more", + "than", + "2", + "orders", + "and", + "have", + "bought", + "at", + "least", + "3", + "items", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.customer_id , T1.customer_first_name , T1.customer_last_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) > 2 INTERSECT SELECT T1.customer_id , T1.customer_first_name , T1.customer_last_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id JOIN Order_items AS T3 ON T2.order_id = T3.order_id GROUP BY T1.customer_id HAVING count(*) >= 3", + "query_toks": [ + "SELECT", + "T1.customer_id", + ",", + "T1.customer_first_name", + ",", + "T1.customer_last_name", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "GROUP", + "BY", + "T1.customer_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "2", + "INTERSECT", + "SELECT", + "T1.customer_id", + ",", + "T1.customer_first_name", + ",", + "T1.customer_last_name", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "JOIN", + "Order_items", + "AS", + "T3", + "ON", + "T2.order_id", + "=", + "T3.order_id", + "GROUP", + "BY", + "T1.customer_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "customer_id", + ",", + "t1", + ".", + "customer_first_name", + ",", + "t1", + ".", + "customer_last_name", + "from", + "customers", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "customer_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value", + "intersect", + "select", + "t1", + ".", + "customer_id", + ",", + "t1", + ".", + "customer_first_name", + ",", + "t1", + ".", + "customer_last_name", + "from", + "customers", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "join", + "order_items", + "as", + "t3", + "on", + "t2", + ".", + "order_id", + "=", + "t3", + ".", + "order_id", + "group", + "by", + "t1", + ".", + "customer_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the ids, first and last names of the customers who have ordered more than twice and have bought at least 3 items?", + "question_toks": [ + "What", + "are", + "the", + "ids", + ",", + "first", + "and", + "last", + "names", + "of", + "the", + "customers", + "who", + "have", + "ordered", + "more", + "than", + "twice", + "and", + "have", + "bought", + "at", + "least", + "3", + "items", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.order_id , T1.order_status_code , count(*) FROM Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id", + "query_toks": [ + "SELECT", + "T1.order_id", + ",", + "T1.order_status_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.order_id", + "=", + "T2.order_id", + "GROUP", + "BY", + "T1.order_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "order_id", + ",", + "t1", + ".", + "order_status_code", + ",", + "count", + "(", + "*", + ")", + "from", + "orders", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "order_id", + "=", + "t2", + ".", + "order_id", + "group", + "by", + "t1", + ".", + "order_id" + ], + "question": "For the orders with any produts, how many products does each orders contain ? List the order id, status and the number.", + "question_toks": [ + "For", + "the", + "orders", + "with", + "any", + "produts", + ",", + "how", + "many", + "products", + "does", + "each", + "orders", + "contain", + "?", + "List", + "the", + "order", + "id", + ",", + "status", + "and", + "the", + "number", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.order_id , T1.order_status_code , count(*) FROM Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id", + "query_toks": [ + "SELECT", + "T1.order_id", + ",", + "T1.order_status_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.order_id", + "=", + "T2.order_id", + "GROUP", + "BY", + "T1.order_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "order_id", + ",", + "t1", + ".", + "order_status_code", + ",", + "count", + "(", + "*", + ")", + "from", + "orders", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "order_id", + "=", + "t2", + ".", + "order_id", + "group", + "by", + "t1", + ".", + "order_id" + ], + "question": "For every order, how many products does it contain, and what are the orders' statuses and ids?", + "question_toks": [ + "For", + "every", + "order", + ",", + "how", + "many", + "products", + "does", + "it", + "contain", + ",", + "and", + "what", + "are", + "the", + "orders", + "'", + "statuses", + "and", + "ids", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT min(date_order_placed) FROM Orders UNION SELECT T1.date_order_placed FROM Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "min", + "(", + "date_order_placed", + ")", + "FROM", + "Orders", + "UNION", + "SELECT", + "T1.date_order_placed", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.order_id", + "=", + "T2.order_id", + "GROUP", + "BY", + "T1.order_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "date_order_placed", + ")", + "from", + "orders", + "union", + "select", + "t1", + ".", + "date_order_placed", + "from", + "orders", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "order_id", + "=", + "t2", + ".", + "order_id", + "group", + "by", + "t1", + ".", + "order_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "List the dates of the orders which were placed at the earliest time or have more than 1 items.", + "question_toks": [ + "List", + "the", + "dates", + "of", + "the", + "orders", + "which", + "were", + "placed", + "at", + "the", + "earliest", + "time", + "or", + "have", + "more", + "than", + "1", + "items", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT min(date_order_placed) FROM Orders UNION SELECT T1.date_order_placed FROM Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "min", + "(", + "date_order_placed", + ")", + "FROM", + "Orders", + "UNION", + "SELECT", + "T1.date_order_placed", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.order_id", + "=", + "T2.order_id", + "GROUP", + "BY", + "T1.order_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "date_order_placed", + ")", + "from", + "orders", + "union", + "select", + "t1", + ".", + "date_order_placed", + "from", + "orders", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "order_id", + "=", + "t2", + ".", + "order_id", + "group", + "by", + "t1", + ".", + "order_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the dates of the earliest order and the dates of all orders with more than 1 item?", + "question_toks": [ + "What", + "are", + "the", + "dates", + "of", + "the", + "earliest", + "order", + "and", + "the", + "dates", + "of", + "all", + "orders", + "with", + "more", + "than", + "1", + "item", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT customer_first_name , customer_middle_initial , customer_last_name FROM Customers EXCEPT SELECT T1.customer_first_name , T1.customer_middle_initial , T1.customer_last_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id", + "query_toks": [ + "SELECT", + "customer_first_name", + ",", + "customer_middle_initial", + ",", + "customer_last_name", + "FROM", + "Customers", + "EXCEPT", + "SELECT", + "T1.customer_first_name", + ",", + "T1.customer_middle_initial", + ",", + "T1.customer_last_name", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id" + ], + "query_toks_no_value": [ + "select", + "customer_first_name", + ",", + "customer_middle_initial", + ",", + "customer_last_name", + "from", + "customers", + "except", + "select", + "t1", + ".", + "customer_first_name", + ",", + "t1", + ".", + "customer_middle_initial", + ",", + "t1", + ".", + "customer_last_name", + "from", + "customers", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id" + ], + "question": "Which customers did not make any orders? List the first name, middle initial and last name.", + "question_toks": [ + "Which", + "customers", + "did", + "not", + "make", + "any", + "orders", + "?", + "List", + "the", + "first", + "name", + ",", + "middle", + "initial", + "and", + "last", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "e_commerce", + "query": "SELECT customer_first_name , customer_middle_initial , customer_last_name FROM Customers EXCEPT SELECT T1.customer_first_name , T1.customer_middle_initial , T1.customer_last_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id", + "query_toks": [ + "SELECT", + "customer_first_name", + ",", + "customer_middle_initial", + ",", + "customer_last_name", + "FROM", + "Customers", + "EXCEPT", + "SELECT", + "T1.customer_first_name", + ",", + "T1.customer_middle_initial", + ",", + "T1.customer_last_name", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id" + ], + "query_toks_no_value": [ + "select", + "customer_first_name", + ",", + "customer_middle_initial", + ",", + "customer_last_name", + "from", + "customers", + "except", + "select", + "t1", + ".", + "customer_first_name", + ",", + "t1", + ".", + "customer_middle_initial", + ",", + "t1", + ".", + "customer_last_name", + "from", + "customers", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id" + ], + "question": "WHat are the first and last names, and middle initials of all customers who did not make any orders?", + "question_toks": [ + "WHat", + "are", + "the", + "first", + "and", + "last", + "names", + ",", + "and", + "middle", + "initials", + "of", + "all", + "customers", + "who", + "did", + "not", + "make", + "any", + "orders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "e_commerce", + "query": "SELECT product_id , product_name , product_price , product_color FROM Products EXCEPT SELECT T1.product_id , T1.product_name , T1.product_price , T1.product_color FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id JOIN Orders AS T3 ON T2.order_id = T3.order_id GROUP BY T1.product_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "product_id", + ",", + "product_name", + ",", + "product_price", + ",", + "product_color", + "FROM", + "Products", + "EXCEPT", + "SELECT", + "T1.product_id", + ",", + "T1.product_name", + ",", + "T1.product_price", + ",", + "T1.product_color", + "FROM", + "Products", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "JOIN", + "Orders", + "AS", + "T3", + "ON", + "T2.order_id", + "=", + "T3.order_id", + "GROUP", + "BY", + "T1.product_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "product_id", + ",", + "product_name", + ",", + "product_price", + ",", + "product_color", + "from", + "products", + "except", + "select", + "t1", + ".", + "product_id", + ",", + "t1", + ".", + "product_name", + ",", + "t1", + ".", + "product_price", + ",", + "t1", + ".", + "product_color", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "join", + "orders", + "as", + "t3", + "on", + "t2", + ".", + "order_id", + "=", + "t3", + ".", + "order_id", + "group", + "by", + "t1", + ".", + "product_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the id, name, price and color of the products which have not been ordered for at least twice?", + "question_toks": [ + "What", + "are", + "the", + "id", + ",", + "name", + ",", + "price", + "and", + "color", + "of", + "the", + "products", + "which", + "have", + "not", + "been", + "ordered", + "for", + "at", + "least", + "twice", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 32, + false + ], + null + ], + [ + 0, + 26, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "e_commerce", + "query": "select t1.product_id , t1.product_name , t1.product_price , t1.product_color from products as t1 join order_items as t2 on t1.product_id = t2.product_id join orders as t3 on t2.order_id = t3.order_id group by t1.product_id having count(*) < 2", + "query_toks": [ + "select", + "t1.product_id", + ",", + "t1.product_name", + ",", + "t1.product_price", + ",", + "t1.product_color", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1.product_id", + "=", + "t2.product_id", + "join", + "orders", + "as", + "t3", + "on", + "t2.order_id", + "=", + "t3.order_id", + "group", + "by", + "t1.product_id", + "having", + "count", + "(", + "*", + ")", + "<", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "product_id", + ",", + "t1", + ".", + "product_name", + ",", + "t1", + ".", + "product_price", + ",", + "t1", + ".", + "product_color", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "join", + "orders", + "as", + "t3", + "on", + "t2", + ".", + "order_id", + "=", + "t3", + ".", + "order_id", + "group", + "by", + "t1", + ".", + "product_id", + "having", + "count", + "(", + "*", + ")", + "<", + "value" + ], + "question": "What are the ids , names , prices , and colors of all products that have been listed in less than two orders ?", + "question_toks": [ + "What", + "are", + "the", + "ids", + ",", + "names", + ",", + "prices", + ",", + "and", + "colors", + "of", + "all", + "products", + "that", + "have", + "been", + "listed", + "in", + "less", + "than", + "two", + "orders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 32, + false + ], + null + ], + [ + 0, + 26, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.order_id , T1.date_order_placed FROM Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T1.order_id", + ",", + "T1.date_order_placed", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.order_id", + "=", + "T2.order_id", + "GROUP", + "BY", + "T1.order_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "order_id", + ",", + "t1", + ".", + "date_order_placed", + "from", + "orders", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "order_id", + "=", + "t2", + ".", + "order_id", + "group", + "by", + "t1", + ".", + "order_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Which orders have at least 2 products on it? List the order id and date.", + "question_toks": [ + "Which", + "orders", + "have", + "at", + "least", + "2", + "products", + "on", + "it", + "?", + "List", + "the", + "order", + "id", + "and", + "date", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.order_id , T1.date_order_placed FROM Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T1.order_id", + ",", + "T1.date_order_placed", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.order_id", + "=", + "T2.order_id", + "GROUP", + "BY", + "T1.order_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "order_id", + ",", + "t1", + ".", + "date_order_placed", + "from", + "orders", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "order_id", + "=", + "t2", + ".", + "order_id", + "group", + "by", + "t1", + ".", + "order_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the ids and dates of the orders with at least two products?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "dates", + "of", + "the", + "orders", + "with", + "at", + "least", + "two", + "products", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.product_id , T1.product_name , T1.product_price FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id GROUP BY T1.product_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.product_id", + ",", + "T1.product_name", + ",", + "T1.product_price", + "FROM", + "Products", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "GROUP", + "BY", + "T1.product_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "product_id", + ",", + "t1", + ".", + "product_name", + ",", + "t1", + ".", + "product_price", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "group", + "by", + "t1", + ".", + "product_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which product are listed in orders most frequently? List the id, product name and price.", + "question_toks": [ + "Which", + "product", + "are", + "listed", + "in", + "orders", + "most", + "frequently", + "?", + "List", + "the", + "id", + ",", + "product", + "name", + "and", + "price", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.product_id , T1.product_name , T1.product_price FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id GROUP BY T1.product_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.product_id", + ",", + "T1.product_name", + ",", + "T1.product_price", + "FROM", + "Products", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "GROUP", + "BY", + "T1.product_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "product_id", + ",", + "t1", + ".", + "product_name", + ",", + "t1", + ".", + "product_price", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "group", + "by", + "t1", + ".", + "product_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the ids, names, and prices of all products that are ordered most frequently?", + "question_toks": [ + "What", + "are", + "the", + "ids", + ",", + "names", + ",", + "and", + "prices", + "of", + "all", + "products", + "that", + "are", + "ordered", + "most", + "frequently", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.order_id , sum(T2.product_price) FROM Order_items AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id GROUP BY T1.order_id ORDER BY sum(T2.product_price) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.order_id", + ",", + "sum", + "(", + "T2.product_price", + ")", + "FROM", + "Order_items", + "AS", + "T1", + "JOIN", + "Products", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "GROUP", + "BY", + "T1.order_id", + "ORDER", + "BY", + "sum", + "(", + "T2.product_price", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "order_id", + ",", + "sum", + "(", + "t2", + ".", + "product_price", + ")", + "from", + "order_items", + "as", + "t1", + "join", + "products", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "group", + "by", + "t1", + ".", + "order_id", + "order", + "by", + "sum", + "(", + "t2", + ".", + "product_price", + ")", + "asc", + "limit", + "value" + ], + "question": "Which order have the least sum of the product prices. List the order id and sum.", + "question_toks": [ + "Which", + "order", + "have", + "the", + "least", + "sum", + "of", + "the", + "product", + "prices", + ".", + "List", + "the", + "order", + "id", + "and", + "sum", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 31, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 32, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 4, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "select t1.order_id , sum(t2.product_price) from order_items as t1 join products as t2 on t1.product_id = t2.product_id group by t1.order_id order by sum(t2.product_price) asc limit 1", + "query_toks": [ + "select", + "t1.order_id", + ",", + "sum", + "(", + "t2.product_price", + ")", + "from", + "order_items", + "as", + "t1", + "join", + "products", + "as", + "t2", + "on", + "t1.product_id", + "=", + "t2.product_id", + "group", + "by", + "t1.order_id", + "order", + "by", + "sum", + "(", + "t2.product_price", + ")", + "asc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "order_id", + ",", + "sum", + "(", + "t2", + ".", + "product_price", + ")", + "from", + "order_items", + "as", + "t1", + "join", + "products", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "group", + "by", + "t1", + ".", + "order_id", + "order", + "by", + "sum", + "(", + "t2", + ".", + "product_price", + ")", + "asc", + "limit", + "value" + ], + "question": "What is the order that total cost the least , and how much is the total cost ?", + "question_toks": [ + "What", + "is", + "the", + "order", + "that", + "total", + "cost", + "the", + "least", + ",", + "and", + "how", + "much", + "is", + "the", + "total", + "cost", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 31, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 32, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 4, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT Payment_method_code FROM Customer_Payment_Methods GROUP BY Payment_method_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Payment_method_code", + "FROM", + "Customer_Payment_Methods", + "GROUP", + "BY", + "Payment_method_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "payment_method_code", + "from", + "customer_payment_methods", + "group", + "by", + "payment_method_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the most popular payment method?", + "question_toks": [ + "What", + "is", + "the", + "most", + "popular", + "payment", + "method", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 22, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT Payment_method_code FROM Customer_Payment_Methods GROUP BY Payment_method_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Payment_method_code", + "FROM", + "Customer_Payment_Methods", + "GROUP", + "BY", + "Payment_method_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "payment_method_code", + "from", + "customer_payment_methods", + "group", + "by", + "payment_method_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the payment method that most customers use?", + "question_toks": [ + "What", + "is", + "the", + "payment", + "method", + "that", + "most", + "customers", + "use", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 22, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.gender_code , count(*) FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id JOIN Order_items AS T3 ON T2.order_id = T3.order_id GROUP BY T1.gender_code", + "query_toks": [ + "SELECT", + "T1.gender_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "JOIN", + "Order_items", + "AS", + "T3", + "ON", + "T2.order_id", + "=", + "T3.order_id", + "GROUP", + "BY", + "T1.gender_code" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "gender_code", + ",", + "count", + "(", + "*", + ")", + "from", + "customers", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "join", + "order_items", + "as", + "t3", + "on", + "t2", + ".", + "order_id", + "=", + "t3", + ".", + "order_id", + "group", + "by", + "t1", + ".", + "gender_code" + ], + "question": "How many number of products does each gender of customers buy? List the gender and the number", + "question_toks": [ + "How", + "many", + "number", + "of", + "products", + "does", + "each", + "gender", + "of", + "customers", + "buy", + "?", + "List", + "the", + "gender", + "and", + "the", + "number" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.gender_code , count(*) FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id JOIN Order_items AS T3 ON T2.order_id = T3.order_id GROUP BY T1.gender_code", + "query_toks": [ + "SELECT", + "T1.gender_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "JOIN", + "Order_items", + "AS", + "T3", + "ON", + "T2.order_id", + "=", + "T3.order_id", + "GROUP", + "BY", + "T1.gender_code" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "gender_code", + ",", + "count", + "(", + "*", + ")", + "from", + "customers", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "join", + "order_items", + "as", + "t3", + "on", + "t2", + ".", + "order_id", + "=", + "t3", + ".", + "order_id", + "group", + "by", + "t1", + ".", + "gender_code" + ], + "question": "How many products does each gender buy?", + "question_toks": [ + "How", + "many", + "products", + "does", + "each", + "gender", + "buy", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.gender_code , count(*) FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.gender_code", + "query_toks": [ + "SELECT", + "T1.gender_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "GROUP", + "BY", + "T1.gender_code" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "gender_code", + ",", + "count", + "(", + "*", + ")", + "from", + "customers", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "gender_code" + ], + "question": "How many orders has each gender of customers placed?", + "question_toks": [ + "How", + "many", + "orders", + "has", + "each", + "gender", + "of", + "customers", + "placed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.gender_code , count(*) FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.gender_code", + "query_toks": [ + "SELECT", + "T1.gender_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "GROUP", + "BY", + "T1.gender_code" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "gender_code", + ",", + "count", + "(", + "*", + ")", + "from", + "customers", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "gender_code" + ], + "question": "How many orders has each gender placed?", + "question_toks": [ + "How", + "many", + "orders", + "has", + "each", + "gender", + "placed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.customer_first_name , T1.customer_middle_initial , T1.customer_last_name , T2.Payment_method_code FROM Customers AS T1 JOIN Customer_Payment_Methods AS T2 ON T1.customer_id = T2.customer_id", + "query_toks": [ + "SELECT", + "T1.customer_first_name", + ",", + "T1.customer_middle_initial", + ",", + "T1.customer_last_name", + ",", + "T2.Payment_method_code", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Customer_Payment_Methods", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "customer_first_name", + ",", + "t1", + ".", + "customer_middle_initial", + ",", + "t1", + ".", + "customer_last_name", + ",", + "t2", + ".", + "payment_method_code", + "from", + "customers", + "as", + "t1", + "join", + "customer_payment_methods", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id" + ], + "question": "List the customers' first name, middle initial, last name and payment methods.", + "question_toks": [ + "List", + "the", + "customers", + "'", + "first", + "name", + ",", + "middle", + "initial", + ",", + "last", + "name", + "and", + "payment", + "methods", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.customer_first_name , T1.customer_middle_initial , T1.customer_last_name , T2.Payment_method_code FROM Customers AS T1 JOIN Customer_Payment_Methods AS T2 ON T1.customer_id = T2.customer_id", + "query_toks": [ + "SELECT", + "T1.customer_first_name", + ",", + "T1.customer_middle_initial", + ",", + "T1.customer_last_name", + ",", + "T2.Payment_method_code", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Customer_Payment_Methods", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "customer_first_name", + ",", + "t1", + ".", + "customer_middle_initial", + ",", + "t1", + ".", + "customer_last_name", + ",", + "t2", + ".", + "payment_method_code", + "from", + "customers", + "as", + "t1", + "join", + "customer_payment_methods", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id" + ], + "question": "What are the first names, middle initials, last names, and payment methods of all customers?", + "question_toks": [ + "What", + "are", + "the", + "first", + "names", + ",", + "middle", + "initials", + ",", + "last", + "names", + ",", + "and", + "payment", + "methods", + "of", + "all", + "customers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.invoice_status_code , T1.invoice_date , T2.shipment_date FROM Invoices AS T1 JOIN Shipments AS T2 ON T1.invoice_number = T2.invoice_number", + "query_toks": [ + "SELECT", + "T1.invoice_status_code", + ",", + "T1.invoice_date", + ",", + "T2.shipment_date", + "FROM", + "Invoices", + "AS", + "T1", + "JOIN", + "Shipments", + "AS", + "T2", + "ON", + "T1.invoice_number", + "=", + "T2.invoice_number" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "invoice_status_code", + ",", + "t1", + ".", + "invoice_date", + ",", + "t2", + ".", + "shipment_date", + "from", + "invoices", + "as", + "t1", + "join", + "shipments", + "as", + "t2", + "on", + "t1", + ".", + "invoice_number", + "=", + "t2", + ".", + "invoice_number" + ], + "question": "List the invoices' status, date and the date of shipment.", + "question_toks": [ + "List", + "the", + "invoices", + "'", + "status", + ",", + "date", + "and", + "the", + "date", + "of", + "shipment", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.invoice_status_code , T1.invoice_date , T2.shipment_date FROM Invoices AS T1 JOIN Shipments AS T2 ON T1.invoice_number = T2.invoice_number", + "query_toks": [ + "SELECT", + "T1.invoice_status_code", + ",", + "T1.invoice_date", + ",", + "T2.shipment_date", + "FROM", + "Invoices", + "AS", + "T1", + "JOIN", + "Shipments", + "AS", + "T2", + "ON", + "T1.invoice_number", + "=", + "T2.invoice_number" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "invoice_status_code", + ",", + "t1", + ".", + "invoice_date", + ",", + "t2", + ".", + "shipment_date", + "from", + "invoices", + "as", + "t1", + "join", + "shipments", + "as", + "t2", + "on", + "t1", + ".", + "invoice_number", + "=", + "t2", + ".", + "invoice_number" + ], + "question": "What are the statuses, dates, and shipment dates for all invoices?", + "question_toks": [ + "What", + "are", + "the", + "statuses", + ",", + "dates", + ",", + "and", + "shipment", + "dates", + "for", + "all", + "invoices", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.product_name , T4.shipment_date FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id JOIN Shipment_Items AS T3 ON T2.order_item_id = T3.order_item_id JOIN Shipments AS T4 ON T3.shipment_id = T4.shipment_id", + "query_toks": [ + "SELECT", + "T1.product_name", + ",", + "T4.shipment_date", + "FROM", + "Products", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "JOIN", + "Shipment_Items", + "AS", + "T3", + "ON", + "T2.order_item_id", + "=", + "T3.order_item_id", + "JOIN", + "Shipments", + "AS", + "T4", + "ON", + "T3.shipment_id", + "=", + "T4.shipment_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "product_name", + ",", + "t4", + ".", + "shipment_date", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "join", + "shipment_items", + "as", + "t3", + "on", + "t2", + ".", + "order_item_id", + "=", + "t3", + ".", + "order_item_id", + "join", + "shipments", + "as", + "t4", + "on", + "t3", + ".", + "shipment_id", + "=", + "t4", + ".", + "shipment_id" + ], + "question": "List the names of the products being shipped and the corresponding shipment date.", + "question_toks": [ + "List", + "the", + "names", + "of", + "the", + "products", + "being", + "shipped", + "and", + "the", + "corresponding", + "shipment", + "date", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + [ + 0, + 40, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.product_name , T4.shipment_date FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id JOIN Shipment_Items AS T3 ON T2.order_item_id = T3.order_item_id JOIN Shipments AS T4 ON T3.shipment_id = T4.shipment_id", + "query_toks": [ + "SELECT", + "T1.product_name", + ",", + "T4.shipment_date", + "FROM", + "Products", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "JOIN", + "Shipment_Items", + "AS", + "T3", + "ON", + "T2.order_item_id", + "=", + "T3.order_item_id", + "JOIN", + "Shipments", + "AS", + "T4", + "ON", + "T3.shipment_id", + "=", + "T4.shipment_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "product_name", + ",", + "t4", + ".", + "shipment_date", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "join", + "shipment_items", + "as", + "t3", + "on", + "t2", + ".", + "order_item_id", + "=", + "t3", + ".", + "order_item_id", + "join", + "shipments", + "as", + "t4", + "on", + "t3", + ".", + "shipment_id", + "=", + "t4", + ".", + "shipment_id" + ], + "question": "What are the names of the products tht have been shipped, and on what days were they shipped?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "products", + "tht", + "have", + "been", + "shipped", + ",", + "and", + "on", + "what", + "days", + "were", + "they", + "shipped", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + [ + 0, + 40, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.order_item_status_code , T3.shipment_tracking_number FROM Order_items AS T1 JOIN Shipment_Items AS T2 ON T1.order_item_id = T2.order_item_id JOIN Shipments AS T3 ON T2.shipment_id = T3.shipment_id", + "query_toks": [ + "SELECT", + "T1.order_item_status_code", + ",", + "T3.shipment_tracking_number", + "FROM", + "Order_items", + "AS", + "T1", + "JOIN", + "Shipment_Items", + "AS", + "T2", + "ON", + "T1.order_item_id", + "=", + "T2.order_item_id", + "JOIN", + "Shipments", + "AS", + "T3", + "ON", + "T2.shipment_id", + "=", + "T3.shipment_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "order_item_status_code", + ",", + "t3", + ".", + "shipment_tracking_number", + "from", + "order_items", + "as", + "t1", + "join", + "shipment_items", + "as", + "t2", + "on", + "t1", + ".", + "order_item_id", + "=", + "t2", + ".", + "order_item_id", + "join", + "shipments", + "as", + "t3", + "on", + "t2", + ".", + "shipment_id", + "=", + "t3", + ".", + "shipment_id" + ], + "question": "What is the status code of the items being ordered and shipped and its corresponding shipment tracking number?", + "question_toks": [ + "What", + "is", + "the", + "status", + "code", + "of", + "the", + "items", + "being", + "ordered", + "and", + "shipped", + "and", + "its", + "corresponding", + "shipment", + "tracking", + "number", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + [ + 0, + 40, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 33, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.order_item_status_code , T3.shipment_tracking_number FROM Order_items AS T1 JOIN Shipment_Items AS T2 ON T1.order_item_id = T2.order_item_id JOIN Shipments AS T3 ON T2.shipment_id = T3.shipment_id", + "query_toks": [ + "SELECT", + "T1.order_item_status_code", + ",", + "T3.shipment_tracking_number", + "FROM", + "Order_items", + "AS", + "T1", + "JOIN", + "Shipment_Items", + "AS", + "T2", + "ON", + "T1.order_item_id", + "=", + "T2.order_item_id", + "JOIN", + "Shipments", + "AS", + "T3", + "ON", + "T2.shipment_id", + "=", + "T3.shipment_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "order_item_status_code", + ",", + "t3", + ".", + "shipment_tracking_number", + "from", + "order_items", + "as", + "t1", + "join", + "shipment_items", + "as", + "t2", + "on", + "t1", + ".", + "order_item_id", + "=", + "t2", + ".", + "order_item_id", + "join", + "shipments", + "as", + "t3", + "on", + "t2", + ".", + "shipment_id", + "=", + "t3", + ".", + "shipment_id" + ], + "question": "What is the status code of the items have been ordered and shipped, and also what are their shipment tracking numbers?", + "question_toks": [ + "What", + "is", + "the", + "status", + "code", + "of", + "the", + "items", + "have", + "been", + "ordered", + "and", + "shipped", + ",", + "and", + "also", + "what", + "are", + "their", + "shipment", + "tracking", + "numbers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + [ + 0, + 40, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 33, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.product_name , T1.product_color FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id JOIN Shipment_Items AS T3 ON T2.order_item_id = T3.order_item_id JOIN Shipments AS T4 ON T3.shipment_id = T4.shipment_id", + "query_toks": [ + "SELECT", + "T1.product_name", + ",", + "T1.product_color", + "FROM", + "Products", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "JOIN", + "Shipment_Items", + "AS", + "T3", + "ON", + "T2.order_item_id", + "=", + "T3.order_item_id", + "JOIN", + "Shipments", + "AS", + "T4", + "ON", + "T3.shipment_id", + "=", + "T4.shipment_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "product_name", + ",", + "t1", + ".", + "product_color", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "join", + "shipment_items", + "as", + "t3", + "on", + "t2", + ".", + "order_item_id", + "=", + "t3", + ".", + "order_item_id", + "join", + "shipments", + "as", + "t4", + "on", + "t3", + ".", + "shipment_id", + "=", + "t4", + ".", + "shipment_id" + ], + "question": "What is the product name and the color of the ordered items which have been shipped?", + "question_toks": [ + "What", + "is", + "the", + "product", + "name", + "and", + "the", + "color", + "of", + "the", + "ordered", + "items", + "which", + "have", + "been", + "shipped", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + [ + 0, + 40, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.product_name , T1.product_color FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id JOIN Shipment_Items AS T3 ON T2.order_item_id = T3.order_item_id JOIN Shipments AS T4 ON T3.shipment_id = T4.shipment_id", + "query_toks": [ + "SELECT", + "T1.product_name", + ",", + "T1.product_color", + "FROM", + "Products", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "JOIN", + "Shipment_Items", + "AS", + "T3", + "ON", + "T2.order_item_id", + "=", + "T3.order_item_id", + "JOIN", + "Shipments", + "AS", + "T4", + "ON", + "T3.shipment_id", + "=", + "T4.shipment_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "product_name", + ",", + "t1", + ".", + "product_color", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "join", + "shipment_items", + "as", + "t3", + "on", + "t2", + ".", + "order_item_id", + "=", + "t3", + ".", + "order_item_id", + "join", + "shipments", + "as", + "t4", + "on", + "t3", + ".", + "shipment_id", + "=", + "t4", + ".", + "shipment_id" + ], + "question": "What are the names and colors of all products that have been shipped?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "colors", + "of", + "all", + "products", + "that", + "have", + "been", + "shipped", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + [ + 0, + 40, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT DISTINCT T1.product_name , T1.product_price , T1.product_description FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id JOIN Orders AS T3 ON T2.order_id = T3.order_id JOIN Customers AS T4 ON T3.customer_id = T4.customer_id WHERE T4.gender_code = 'Female'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.product_name", + ",", + "T1.product_price", + ",", + "T1.product_description", + "FROM", + "Products", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "JOIN", + "Orders", + "AS", + "T3", + "ON", + "T2.order_id", + "=", + "T3.order_id", + "JOIN", + "Customers", + "AS", + "T4", + "ON", + "T3.customer_id", + "=", + "T4.customer_id", + "WHERE", + "T4.gender_code", + "=", + "'Female", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "product_name", + ",", + "t1", + ".", + "product_price", + ",", + "t1", + ".", + "product_description", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "join", + "orders", + "as", + "t3", + "on", + "t2", + ".", + "order_id", + "=", + "t3", + ".", + "order_id", + "join", + "customers", + "as", + "t4", + "on", + "t3", + ".", + "customer_id", + "=", + "t4", + ".", + "customer_id", + "where", + "t4", + ".", + "gender_code", + "=", + "value" + ], + "question": "List all the distinct product names, price and descriptions which are bought by female customers.", + "question_toks": [ + "List", + "all", + "the", + "distinct", + "product", + "names", + ",", + "price", + "and", + "descriptions", + "which", + "are", + "bought", + "by", + "female", + "customers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 32, + false + ], + null + ], + [ + 0, + 26, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Female\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT DISTINCT T1.product_name , T1.product_price , T1.product_description FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id JOIN Orders AS T3 ON T2.order_id = T3.order_id JOIN Customers AS T4 ON T3.customer_id = T4.customer_id WHERE T4.gender_code = 'Female'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.product_name", + ",", + "T1.product_price", + ",", + "T1.product_description", + "FROM", + "Products", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "JOIN", + "Orders", + "AS", + "T3", + "ON", + "T2.order_id", + "=", + "T3.order_id", + "JOIN", + "Customers", + "AS", + "T4", + "ON", + "T3.customer_id", + "=", + "T4.customer_id", + "WHERE", + "T4.gender_code", + "=", + "'Female", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "product_name", + ",", + "t1", + ".", + "product_price", + ",", + "t1", + ".", + "product_description", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "join", + "orders", + "as", + "t3", + "on", + "t2", + ".", + "order_id", + "=", + "t3", + ".", + "order_id", + "join", + "customers", + "as", + "t4", + "on", + "t3", + ".", + "customer_id", + "=", + "t4", + ".", + "customer_id", + "where", + "t4", + ".", + "gender_code", + "=", + "value" + ], + "question": "What are the different names, prices, and descriptions for all products bought by female customers?", + "question_toks": [ + "What", + "are", + "the", + "different", + "names", + ",", + "prices", + ",", + "and", + "descriptions", + "for", + "all", + "products", + "bought", + "by", + "female", + "customers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 32, + false + ], + null + ], + [ + 0, + 26, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Female\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT invoice_status_code FROM Invoices WHERE invoice_number NOT IN ( SELECT invoice_number FROM Shipments )", + "query_toks": [ + "SELECT", + "invoice_status_code", + "FROM", + "Invoices", + "WHERE", + "invoice_number", + "NOT", + "IN", + "(", + "SELECT", + "invoice_number", + "FROM", + "Shipments", + ")" + ], + "query_toks_no_value": [ + "select", + "invoice_status_code", + "from", + "invoices", + "where", + "invoice_number", + "not", + "in", + "(", + "select", + "invoice_number", + "from", + "shipments", + ")" + ], + "question": "What are invoices status of all the orders which have not been shipped?", + "question_toks": [ + "What", + "are", + "invoices", + "status", + "of", + "all", + "the", + "orders", + "which", + "have", + "not", + "been", + "shipped", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT invoice_status_code FROM Invoices WHERE invoice_number NOT IN ( SELECT invoice_number FROM Shipments )", + "query_toks": [ + "SELECT", + "invoice_status_code", + "FROM", + "Invoices", + "WHERE", + "invoice_number", + "NOT", + "IN", + "(", + "SELECT", + "invoice_number", + "FROM", + "Shipments", + ")" + ], + "query_toks_no_value": [ + "select", + "invoice_status_code", + "from", + "invoices", + "where", + "invoice_number", + "not", + "in", + "(", + "select", + "invoice_number", + "from", + "shipments", + ")" + ], + "question": "What are the invoice statuses for all orderes that have not been shipped out yet?", + "question_toks": [ + "What", + "are", + "the", + "invoice", + "statuses", + "for", + "all", + "orderes", + "that", + "have", + "not", + "been", + "shipped", + "out", + "yet", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "select t1.order_id , t1.date_order_placed , sum(t3.product_price) from orders as t1 join order_items as t2 on t1.order_id = t2.order_id join products as t3 on t2.product_id = t3.product_id group by t1.order_id", + "query_toks": [ + "select", + "t1.order_id", + ",", + "t1.date_order_placed", + ",", + "sum", + "(", + "t3.product_price", + ")", + "from", + "orders", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1.order_id", + "=", + "t2.order_id", + "join", + "products", + "as", + "t3", + "on", + "t2.product_id", + "=", + "t3.product_id", + "group", + "by", + "t1.order_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "order_id", + ",", + "t1", + ".", + "date_order_placed", + ",", + "sum", + "(", + "t3", + ".", + "product_price", + ")", + "from", + "orders", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "order_id", + "=", + "t2", + ".", + "order_id", + "join", + "products", + "as", + "t3", + "on", + "t2", + ".", + "product_id", + "=", + "t3", + ".", + "product_id", + "group", + "by", + "t1", + ".", + "order_id" + ], + "question": "What are the total cost of all the orders ? List the order id , date , and total cost .", + "question_toks": [ + "What", + "are", + "the", + "total", + "cost", + "of", + "all", + "the", + "orders", + "?", + "List", + "the", + "order", + "id", + ",", + "date", + ",", + "and", + "total", + "cost", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 31, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.order_id , T1.date_order_placed , sum(T3.product_price) FROM Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id JOIN Products AS T3 ON T2.product_id = T3.product_id GROUP BY T1.order_id", + "query_toks": [ + "SELECT", + "T1.order_id", + ",", + "T1.date_order_placed", + ",", + "sum", + "(", + "T3.product_price", + ")", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.order_id", + "=", + "T2.order_id", + "JOIN", + "Products", + "AS", + "T3", + "ON", + "T2.product_id", + "=", + "T3.product_id", + "GROUP", + "BY", + "T1.order_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "order_id", + ",", + "t1", + ".", + "date_order_placed", + ",", + "sum", + "(", + "t3", + ".", + "product_price", + ")", + "from", + "orders", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "order_id", + "=", + "t2", + ".", + "order_id", + "join", + "products", + "as", + "t3", + "on", + "t2", + ".", + "product_id", + "=", + "t3", + ".", + "product_id", + "group", + "by", + "t1", + ".", + "order_id" + ], + "question": "For each order, what is its id, date, and total amount paid?", + "question_toks": [ + "For", + "each", + "order", + ",", + "what", + "is", + "its", + "id", + ",", + "date", + ",", + "and", + "total", + "amount", + "paid", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 31, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT count(DISTINCT customer_id) FROM Orders", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "customer_id", + ")", + "FROM", + "Orders" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "customer_id", + ")", + "from", + "orders" + ], + "question": "How many customers have placed any order?", + "question_toks": [ + "How", + "many", + "customers", + "have", + "placed", + "any", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 27, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT count(DISTINCT customer_id) FROM Orders", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "customer_id", + ")", + "FROM", + "Orders" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "customer_id", + ")", + "from", + "orders" + ], + "question": "How many different customers have ordered things?", + "question_toks": [ + "How", + "many", + "different", + "customers", + "have", + "ordered", + "things", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 27, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT count(DISTINCT order_item_status_code) FROM Order_items", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "order_item_status_code", + ")", + "FROM", + "Order_items" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "order_item_status_code", + ")", + "from", + "order_items" + ], + "question": "How many item states are there in the orders?", + "question_toks": [ + "How", + "many", + "item", + "states", + "are", + "there", + "in", + "the", + "orders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 33, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT count(DISTINCT order_item_status_code) FROM Order_items", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "order_item_status_code", + ")", + "FROM", + "Order_items" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "order_item_status_code", + ")", + "from", + "order_items" + ], + "question": "How many different item status codes are there listed in ordered items?", + "question_toks": [ + "How", + "many", + "different", + "item", + "status", + "codes", + "are", + "there", + "listed", + "in", + "ordered", + "items", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 33, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT count(DISTINCT Payment_method_code) FROM Customer_Payment_Methods", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "Payment_method_code", + ")", + "FROM", + "Customer_Payment_Methods" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "payment_method_code", + ")", + "from", + "customer_payment_methods" + ], + "question": "How many different payment methods are there?", + "question_toks": [ + "How", + "many", + "different", + "payment", + "methods", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 22, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT count(DISTINCT Payment_method_code) FROM Customer_Payment_Methods", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "Payment_method_code", + ")", + "FROM", + "Customer_Payment_Methods" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "payment_method_code", + ")", + "from", + "customer_payment_methods" + ], + "question": "How many different payment methods can customers choose from?", + "question_toks": [ + "How", + "many", + "different", + "payment", + "methods", + "can", + "customers", + "choose", + "from", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 22, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT login_name , login_password FROM Customers WHERE phone_number LIKE '+12%'", + "query_toks": [ + "SELECT", + "login_name", + ",", + "login_password", + "FROM", + "Customers", + "WHERE", + "phone_number", + "LIKE", + "'+12", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "login_name", + ",", + "login_password", + "from", + "customers", + "where", + "phone_number", + "like", + "value" + ], + "question": "What are the login names and passwords of the customers whose phone number have the prefix '+12'?", + "question_toks": [ + "What", + "are", + "the", + "login", + "names", + "and", + "passwords", + "of", + "the", + "customers", + "whose", + "phone", + "number", + "have", + "the", + "prefix", + "'+12", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"+12%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT login_name , login_password FROM Customers WHERE phone_number LIKE '+12%'", + "query_toks": [ + "SELECT", + "login_name", + ",", + "login_password", + "FROM", + "Customers", + "WHERE", + "phone_number", + "LIKE", + "'+12", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "login_name", + ",", + "login_password", + "from", + "customers", + "where", + "phone_number", + "like", + "value" + ], + "question": "What are the usernames and passwords of all customers whose phone number starts with '+12'?", + "question_toks": [ + "What", + "are", + "the", + "usernames", + "and", + "passwords", + "of", + "all", + "customers", + "whose", + "phone", + "number", + "starts", + "with", + "'+12", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"+12%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT product_size FROM Products WHERE product_name LIKE '%Dell%'", + "query_toks": [ + "SELECT", + "product_size", + "FROM", + "Products", + "WHERE", + "product_name", + "LIKE", + "'", + "%", + "Dell", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "product_size", + "from", + "products", + "where", + "product_name", + "like", + "value" + ], + "question": "What are the product sizes of the products whose name has the substring 'Dell'?", + "question_toks": [ + "What", + "are", + "the", + "product", + "sizes", + "of", + "the", + "products", + "whose", + "name", + "has", + "the", + "substring", + "'Dell", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"%Dell%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT product_size FROM Products WHERE product_name LIKE '%Dell%'", + "query_toks": [ + "SELECT", + "product_size", + "FROM", + "Products", + "WHERE", + "product_name", + "LIKE", + "'", + "%", + "Dell", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "product_size", + "from", + "products", + "where", + "product_name", + "like", + "value" + ], + "question": "What are the sizes of all products whose name includes the word 'Dell'?", + "question_toks": [ + "What", + "are", + "the", + "sizes", + "of", + "all", + "products", + "whose", + "name", + "includes", + "the", + "word", + "'Dell", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"%Dell%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT product_price , product_size FROM Products WHERE product_price > ( SELECT avg(product_price) FROM Products )", + "query_toks": [ + "SELECT", + "product_price", + ",", + "product_size", + "FROM", + "Products", + "WHERE", + "product_price", + ">", + "(", + "SELECT", + "avg", + "(", + "product_price", + ")", + "FROM", + "Products", + ")" + ], + "query_toks_no_value": [ + "select", + "product_price", + ",", + "product_size", + "from", + "products", + "where", + "product_price", + ">", + "(", + "select", + "avg", + "(", + "product_price", + ")", + "from", + "products", + ")" + ], + "question": "What are the product price and the product size of the products whose price is above average?", + "question_toks": [ + "What", + "are", + "the", + "product", + "price", + "and", + "the", + "product", + "size", + "of", + "the", + "products", + "whose", + "price", + "is", + "above", + "average", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT product_price , product_size FROM Products WHERE product_price > ( SELECT avg(product_price) FROM Products )", + "query_toks": [ + "SELECT", + "product_price", + ",", + "product_size", + "FROM", + "Products", + "WHERE", + "product_price", + ">", + "(", + "SELECT", + "avg", + "(", + "product_price", + ")", + "FROM", + "Products", + ")" + ], + "query_toks_no_value": [ + "select", + "product_price", + ",", + "product_size", + "from", + "products", + "where", + "product_price", + ">", + "(", + "select", + "avg", + "(", + "product_price", + ")", + "from", + "products", + ")" + ], + "question": "What are the prices and sizes of all products whose price is above the mean?", + "question_toks": [ + "What", + "are", + "the", + "prices", + "and", + "sizes", + "of", + "all", + "products", + "whose", + "price", + "is", + "above", + "the", + "mean", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT count(*) FROM Products WHERE product_id NOT IN ( SELECT product_id FROM Order_items )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Products", + "WHERE", + "product_id", + "NOT", + "IN", + "(", + "SELECT", + "product_id", + "FROM", + "Order_items", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "products", + "where", + "product_id", + "not", + "in", + "(", + "select", + "product_id", + "from", + "order_items", + ")" + ], + "question": "How many kinds of products have not been sold?", + "question_toks": [ + "How", + "many", + "kinds", + "of", + "products", + "have", + "not", + "been", + "sold", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT count(*) FROM Products WHERE product_id NOT IN ( SELECT product_id FROM Order_items )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Products", + "WHERE", + "product_id", + "NOT", + "IN", + "(", + "SELECT", + "product_id", + "FROM", + "Order_items", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "products", + "where", + "product_id", + "not", + "in", + "(", + "select", + "product_id", + "from", + "order_items", + ")" + ], + "question": "What is the number of products that have not been ordered yet?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "products", + "that", + "have", + "not", + "been", + "ordered", + "yet", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT count(*) FROM Customers WHERE customer_id NOT IN ( SELECT customer_id FROM Customer_Payment_Methods )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Customers", + "WHERE", + "customer_id", + "NOT", + "IN", + "(", + "SELECT", + "customer_id", + "FROM", + "Customer_Payment_Methods", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "customers", + "where", + "customer_id", + "not", + "in", + "(", + "select", + "customer_id", + "from", + "customer_payment_methods", + ")" + ], + "question": "How many customers do not have any payment method?", + "question_toks": [ + "How", + "many", + "customers", + "do", + "not", + "have", + "any", + "payment", + "method", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT count(*) FROM Customers WHERE customer_id NOT IN ( SELECT customer_id FROM Customer_Payment_Methods )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Customers", + "WHERE", + "customer_id", + "NOT", + "IN", + "(", + "SELECT", + "customer_id", + "FROM", + "Customer_Payment_Methods", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "customers", + "where", + "customer_id", + "not", + "in", + "(", + "select", + "customer_id", + "from", + "customer_payment_methods", + ")" + ], + "question": "How many customers do not have a listed payment method?", + "question_toks": [ + "How", + "many", + "customers", + "do", + "not", + "have", + "a", + "listed", + "payment", + "method", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT order_status_code , date_order_placed FROM Orders", + "query_toks": [ + "SELECT", + "order_status_code", + ",", + "date_order_placed", + "FROM", + "Orders" + ], + "query_toks_no_value": [ + "select", + "order_status_code", + ",", + "date_order_placed", + "from", + "orders" + ], + "question": "What are all the order status and all the dates of orders?", + "question_toks": [ + "What", + "are", + "all", + "the", + "order", + "status", + "and", + "all", + "the", + "dates", + "of", + "orders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT order_status_code , date_order_placed FROM Orders", + "query_toks": [ + "SELECT", + "order_status_code", + ",", + "date_order_placed", + "FROM", + "Orders" + ], + "query_toks_no_value": [ + "select", + "order_status_code", + ",", + "date_order_placed", + "from", + "orders" + ], + "question": "What are the status codes and dates placed for all of the orders?", + "question_toks": [ + "What", + "are", + "the", + "status", + "codes", + "and", + "dates", + "placed", + "for", + "all", + "of", + "the", + "orders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT address_line_1 , town_city , county FROM Customers WHERE Country = 'USA'", + "query_toks": [ + "SELECT", + "address_line_1", + ",", + "town_city", + ",", + "county", + "FROM", + "Customers", + "WHERE", + "Country", + "=", + "'USA", + "'" + ], + "query_toks_no_value": [ + "select", + "address_line_1", + ",", + "town_city", + ",", + "county", + "from", + "customers", + "where", + "country", + "=", + "value" + ], + "question": "List the address, town and county information of the customers who live in the USA.", + "question_toks": [ + "List", + "the", + "address", + ",", + "town", + "and", + "county", + "information", + "of", + "the", + "customers", + "who", + "live", + "in", + "the", + "USA", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT address_line_1 , town_city , county FROM Customers WHERE Country = 'USA'", + "query_toks": [ + "SELECT", + "address_line_1", + ",", + "town_city", + ",", + "county", + "FROM", + "Customers", + "WHERE", + "Country", + "=", + "'USA", + "'" + ], + "query_toks_no_value": [ + "select", + "address_line_1", + ",", + "town_city", + ",", + "county", + "from", + "customers", + "where", + "country", + "=", + "value" + ], + "question": "What are the addresses, towns, and county information for all customers who live in the United States?", + "question_toks": [ + "What", + "are", + "the", + "addresses", + ",", + "towns", + ",", + "and", + "county", + "information", + "for", + "all", + "customers", + "who", + "live", + "in", + "the", + "United", + "States", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.customer_first_name , T4.product_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id JOIN Order_items AS T3 ON T2.order_id = T3.order_id JOIN Products AS T4 ON T3.product_id = T4.product_id", + "query_toks": [ + "SELECT", + "T1.customer_first_name", + ",", + "T4.product_name", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "JOIN", + "Order_items", + "AS", + "T3", + "ON", + "T2.order_id", + "=", + "T3.order_id", + "JOIN", + "Products", + "AS", + "T4", + "ON", + "T3.product_id", + "=", + "T4.product_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "customer_first_name", + ",", + "t4", + ".", + "product_name", + "from", + "customers", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "join", + "order_items", + "as", + "t3", + "on", + "t2", + ".", + "order_id", + "=", + "t3", + ".", + "order_id", + "join", + "products", + "as", + "t4", + "on", + "t3", + ".", + "product_id", + "=", + "t4", + ".", + "product_id" + ], + "question": "List all the pairs of buyer first names and product names.", + "question_toks": [ + "List", + "all", + "the", + "pairs", + "of", + "buyer", + "first", + "names", + "and", + "product", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 31, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.customer_first_name , T4.product_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id JOIN Order_items AS T3 ON T2.order_id = T3.order_id JOIN Products AS T4 ON T3.product_id = T4.product_id", + "query_toks": [ + "SELECT", + "T1.customer_first_name", + ",", + "T4.product_name", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "JOIN", + "Order_items", + "AS", + "T3", + "ON", + "T2.order_id", + "=", + "T3.order_id", + "JOIN", + "Products", + "AS", + "T4", + "ON", + "T3.product_id", + "=", + "T4.product_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "customer_first_name", + ",", + "t4", + ".", + "product_name", + "from", + "customers", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "join", + "order_items", + "as", + "t3", + "on", + "t2", + ".", + "order_id", + "=", + "t3", + ".", + "order_id", + "join", + "products", + "as", + "t4", + "on", + "t3", + ".", + "product_id", + "=", + "t4", + ".", + "product_id" + ], + "question": "What are the first names of all buyers and what products did they buy? List them in pairs.", + "question_toks": [ + "What", + "are", + "the", + "first", + "names", + "of", + "all", + "buyers", + "and", + "what", + "products", + "did", + "they", + "buy", + "?", + "List", + "them", + "in", + "pairs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 31, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT count(*) FROM Shipment_Items", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Shipment_Items" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "shipment_items" + ], + "question": "How many items are shipped?", + "question_toks": [ + "How", + "many", + "items", + "are", + "shipped", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT count(*) FROM Shipment_Items", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Shipment_Items" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "shipment_items" + ], + "question": "How many products have been shipped?", + "question_toks": [ + "How", + "many", + "products", + "have", + "been", + "shipped", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT avg(product_price) FROM Products", + "query_toks": [ + "SELECT", + "avg", + "(", + "product_price", + ")", + "FROM", + "Products" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "product_price", + ")", + "from", + "products" + ], + "question": "What is the product average price?", + "question_toks": [ + "What", + "is", + "the", + "product", + "average", + "price", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT avg(product_price) FROM Products", + "query_toks": [ + "SELECT", + "avg", + "(", + "product_price", + ")", + "FROM", + "Products" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "product_price", + ")", + "from", + "products" + ], + "question": "How much do the products cost on average?", + "question_toks": [ + "How", + "much", + "do", + "the", + "products", + "cost", + "on", + "average", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT avg(T1.product_price) FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id", + "query_toks": [ + "SELECT", + "avg", + "(", + "T1.product_price", + ")", + "FROM", + "Products", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t1", + ".", + "product_price", + ")", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id" + ], + "question": "What is the average price of the products being ordered?", + "question_toks": [ + "What", + "is", + "the", + "average", + "price", + "of", + "the", + "products", + "being", + "ordered", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT avg(T1.product_price) FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id", + "query_toks": [ + "SELECT", + "avg", + "(", + "T1.product_price", + ")", + "FROM", + "Products", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t1", + ".", + "product_price", + ")", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id" + ], + "question": "What is the price of all products being ordered on average?", + "question_toks": [ + "What", + "is", + "the", + "price", + "of", + "all", + "products", + "being", + "ordered", + "on", + "average", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT email_address , town_city , county FROM Customers WHERE gender_code = ( SELECT gender_code FROM Customers GROUP BY gender_code ORDER BY count(*) ASC LIMIT 1 )", + "query_toks": [ + "SELECT", + "email_address", + ",", + "town_city", + ",", + "county", + "FROM", + "Customers", + "WHERE", + "gender_code", + "=", + "(", + "SELECT", + "gender_code", + "FROM", + "Customers", + "GROUP", + "BY", + "gender_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "email_address", + ",", + "town_city", + ",", + "county", + "from", + "customers", + "where", + "gender_code", + "=", + "(", + "select", + "gender_code", + "from", + "customers", + "group", + "by", + "gender_code", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value", + ")" + ], + "question": "What are the email address, town and county of the customers who are of the least common gender?", + "question_toks": [ + "What", + "are", + "the", + "email", + "address", + ",", + "town", + "and", + "county", + "of", + "the", + "customers", + "who", + "are", + "of", + "the", + "least", + "common", + "gender", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT email_address , town_city , county FROM Customers WHERE gender_code = ( SELECT gender_code FROM Customers GROUP BY gender_code ORDER BY count(*) ASC LIMIT 1 )", + "query_toks": [ + "SELECT", + "email_address", + ",", + "town_city", + ",", + "county", + "FROM", + "Customers", + "WHERE", + "gender_code", + "=", + "(", + "SELECT", + "gender_code", + "FROM", + "Customers", + "GROUP", + "BY", + "gender_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "email_address", + ",", + "town_city", + ",", + "county", + "from", + "customers", + "where", + "gender_code", + "=", + "(", + "select", + "gender_code", + "from", + "customers", + "group", + "by", + "gender_code", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value", + ")" + ], + "question": "What are the email addresses, cities, and counties listed for all cusomters who are from the gender that orders less often?", + "question_toks": [ + "What", + "are", + "the", + "email", + "addresses", + ",", + "cities", + ",", + "and", + "counties", + "listed", + "for", + "all", + "cusomters", + "who", + "are", + "from", + "the", + "gender", + "that", + "orders", + "less", + "often", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT date_order_placed FROM Orders WHERE customer_id IN ( SELECT T1.customer_id FROM Customers AS T1 JOIN Customer_Payment_Methods AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) >= 2 )", + "query_toks": [ + "SELECT", + "date_order_placed", + "FROM", + "Orders", + "WHERE", + "customer_id", + "IN", + "(", + "SELECT", + "T1.customer_id", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Customer_Payment_Methods", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "GROUP", + "BY", + "T1.customer_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2", + ")" + ], + "query_toks_no_value": [ + "select", + "date_order_placed", + "from", + "orders", + "where", + "customer_id", + "in", + "(", + "select", + "t1", + ".", + "customer_id", + "from", + "customers", + "as", + "t1", + "join", + "customer_payment_methods", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "customer_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value", + ")" + ], + "question": "List the order date of the orders who are placed by customers with at least 2 payment methods.", + "question_toks": [ + "List", + "the", + "order", + "date", + "of", + "the", + "orders", + "who", + "are", + "placed", + "by", + "customers", + "with", + "at", + "least", + "2", + "payment", + "methods", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT date_order_placed FROM Orders WHERE customer_id IN ( SELECT T1.customer_id FROM Customers AS T1 JOIN Customer_Payment_Methods AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) >= 2 )", + "query_toks": [ + "SELECT", + "date_order_placed", + "FROM", + "Orders", + "WHERE", + "customer_id", + "IN", + "(", + "SELECT", + "T1.customer_id", + "FROM", + "Customers", + "AS", + "T1", + "JOIN", + "Customer_Payment_Methods", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "GROUP", + "BY", + "T1.customer_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2", + ")" + ], + "query_toks_no_value": [ + "select", + "date_order_placed", + "from", + "orders", + "where", + "customer_id", + "in", + "(", + "select", + "t1", + ".", + "customer_id", + "from", + "customers", + "as", + "t1", + "join", + "customer_payment_methods", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "customer_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value", + ")" + ], + "question": "What is the date of all orders that have been placed by customers with at least 2 payment methods?", + "question_toks": [ + "What", + "is", + "the", + "date", + "of", + "all", + "orders", + "that", + "have", + "been", + "placed", + "by", + "customers", + "with", + "at", + "least", + "2", + "payment", + "methods", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT order_status_code FROM Orders GROUP BY order_status_code ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "order_status_code", + "FROM", + "Orders", + "GROUP", + "BY", + "order_status_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "order_status_code", + "from", + "orders", + "group", + "by", + "order_status_code", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "What is the most uncommon order status?", + "question_toks": [ + "What", + "is", + "the", + "most", + "uncommon", + "order", + "status", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 28, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT order_status_code FROM Orders GROUP BY order_status_code ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "order_status_code", + "FROM", + "Orders", + "GROUP", + "BY", + "order_status_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "order_status_code", + "from", + "orders", + "group", + "by", + "order_status_code", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "What is the least common order status?", + "question_toks": [ + "What", + "is", + "the", + "least", + "common", + "order", + "status", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 28, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.product_id , T1.product_description FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id GROUP BY T1.product_id HAVING count(*) > 3", + "query_toks": [ + "SELECT", + "T1.product_id", + ",", + "T1.product_description", + "FROM", + "Products", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "GROUP", + "BY", + "T1.product_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "product_id", + ",", + "t1", + ".", + "product_description", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "group", + "by", + "t1", + ".", + "product_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "For all the products sold for more than 3 times, list their id and description.", + "question_toks": [ + "For", + "all", + "the", + "products", + "sold", + "for", + "more", + "than", + "3", + "times", + ",", + "list", + "their", + "id", + "and", + "description", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.product_id , T1.product_description FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id GROUP BY T1.product_id HAVING count(*) > 3", + "query_toks": [ + "SELECT", + "T1.product_id", + ",", + "T1.product_description", + "FROM", + "Products", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "GROUP", + "BY", + "T1.product_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "product_id", + ",", + "t1", + ".", + "product_description", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "group", + "by", + "t1", + ".", + "product_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "For all products sold more than 3 times, what are their ids and descriptions?", + "question_toks": [ + "For", + "all", + "products", + "sold", + "more", + "than", + "3", + "times", + ",", + "what", + "are", + "their", + "ids", + "and", + "descriptions", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.invoice_date , T1.invoice_number FROM Invoices AS T1 JOIN Shipments AS T2 ON T1.invoice_number = T2.invoice_number GROUP BY T1.invoice_number HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T1.invoice_date", + ",", + "T1.invoice_number", + "FROM", + "Invoices", + "AS", + "T1", + "JOIN", + "Shipments", + "AS", + "T2", + "ON", + "T1.invoice_number", + "=", + "T2.invoice_number", + "GROUP", + "BY", + "T1.invoice_number", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "invoice_date", + ",", + "t1", + ".", + "invoice_number", + "from", + "invoices", + "as", + "t1", + "join", + "shipments", + "as", + "t2", + "on", + "t1", + ".", + "invoice_number", + "=", + "t2", + ".", + "invoice_number", + "group", + "by", + "t1", + ".", + "invoice_number", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "List the invoice dates and ids of the invoices causing at least 2 shipments.", + "question_toks": [ + "List", + "the", + "invoice", + "dates", + "and", + "ids", + "of", + "the", + "invoices", + "causing", + "at", + "least", + "2", + "shipments", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT T1.invoice_date , T1.invoice_number FROM Invoices AS T1 JOIN Shipments AS T2 ON T1.invoice_number = T2.invoice_number GROUP BY T1.invoice_number HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T1.invoice_date", + ",", + "T1.invoice_number", + "FROM", + "Invoices", + "AS", + "T1", + "JOIN", + "Shipments", + "AS", + "T2", + "ON", + "T1.invoice_number", + "=", + "T2.invoice_number", + "GROUP", + "BY", + "T1.invoice_number", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "invoice_date", + ",", + "t1", + ".", + "invoice_number", + "from", + "invoices", + "as", + "t1", + "join", + "shipments", + "as", + "t2", + "on", + "t1", + ".", + "invoice_number", + "=", + "t2", + ".", + "invoice_number", + "group", + "by", + "t1", + ".", + "invoice_number", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the dates and ids of the invoices that are related to at least 2 shipments?", + "question_toks": [ + "What", + "are", + "the", + "dates", + "and", + "ids", + "of", + "the", + "invoices", + "that", + "are", + "related", + "to", + "at", + "least", + "2", + "shipments", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT shipment_tracking_number , shipment_date FROM Shipments", + "query_toks": [ + "SELECT", + "shipment_tracking_number", + ",", + "shipment_date", + "FROM", + "Shipments" + ], + "query_toks_no_value": [ + "select", + "shipment_tracking_number", + ",", + "shipment_date", + "from", + "shipments" + ], + "question": "what are all shipment tracking numbers and shipment dates?", + "question_toks": [ + "what", + "are", + "all", + "shipment", + "tracking", + "numbers", + "and", + "shipment", + "dates", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT shipment_tracking_number , shipment_date FROM Shipments", + "query_toks": [ + "SELECT", + "shipment_tracking_number", + ",", + "shipment_date", + "FROM", + "Shipments" + ], + "query_toks_no_value": [ + "select", + "shipment_tracking_number", + ",", + "shipment_date", + "from", + "shipments" + ], + "question": "What are the tracking numbers and dates for all shipments listed?", + "question_toks": [ + "What", + "are", + "the", + "tracking", + "numbers", + "and", + "dates", + "for", + "all", + "shipments", + "listed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 37, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "SELECT product_color , product_description , product_size FROM Products WHERE product_price < ( SELECT max(product_price) FROM products )", + "query_toks": [ + "SELECT", + "product_color", + ",", + "product_description", + ",", + "product_size", + "FROM", + "Products", + "WHERE", + "product_price", + "<", + "(", + "SELECT", + "max", + "(", + "product_price", + ")", + "FROM", + "products", + ")" + ], + "query_toks_no_value": [ + "select", + "product_color", + ",", + "product_description", + ",", + "product_size", + "from", + "products", + "where", + "product_price", + "<", + "(", + "select", + "max", + "(", + "product_price", + ")", + "from", + "products", + ")" + ], + "question": "What are the color, description and size of the products priced below the maximum price.", + "question_toks": [ + "What", + "are", + "the", + "color", + ",", + "description", + "and", + "size", + "of", + "the", + "products", + "priced", + "below", + "the", + "maximum", + "price", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "e_commerce", + "query": "select product_color , product_description , product_size from products where product_price != ( select max(product_price) from products )", + "query_toks": [ + "select", + "product_color", + ",", + "product_description", + ",", + "product_size", + "from", + "products", + "where", + "product_price", + "!=", + "(", + "select", + "max", + "(", + "product_price", + ")", + "from", + "products", + ")" + ], + "query_toks_no_value": [ + "select", + "product_color", + ",", + "product_description", + ",", + "product_size", + "from", + "products", + "where", + "product_price", + "!", + "=", + "(", + "select", + "max", + "(", + "product_price", + ")", + "from", + "products", + ")" + ], + "question": "What are the colors , descriptions , and sizes for all products that are not at the maximum price ?", + "question_toks": [ + "What", + "are", + "the", + "colors", + ",", + "descriptions", + ",", + "and", + "sizes", + "for", + "all", + "products", + "that", + "are", + "not", + "at", + "the", + "maximum", + "price", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT name FROM director WHERE age > (SELECT avg(age) FROM director)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "director", + "WHERE", + "age", + ">", + "(", + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "director", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "director", + "where", + "age", + ">", + "(", + "select", + "avg", + "(", + "age", + ")", + "from", + "director", + ")" + ], + "question": "Return the names of directors who are older than the average age.", + "question_toks": [ + "Return", + "the", + "names", + "of", + "directors", + "who", + "are", + "older", + "than", + "the", + "average", + "age", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT name FROM director ORDER BY age DESC LIMIT 1", + "query_toks": [ + "SELECT", + "name", + "FROM", + "director", + "ORDER", + "BY", + "age", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "director", + "order", + "by", + "age", + "desc", + "limit", + "value" + ], + "question": "Find the the name of the oldest director.", + "question_toks": [ + "Find", + "the", + "the", + "name", + "of", + "the", + "oldest", + "director", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT count(*) FROM channel WHERE internet LIKE \"%bbc%\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "channel", + "WHERE", + "internet", + "LIKE", + "``", + "%", + "bbc", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "channel", + "where", + "internet", + "like", + "value" + ], + "question": "How many channels have the word 'bbc' in their internet link?", + "question_toks": [ + "How", + "many", + "channels", + "have", + "the", + "word", + "'bbc", + "'", + "in", + "their", + "internet", + "link", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%bbc%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT count(DISTINCT Digital_terrestrial_channel) FROM channel", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "Digital_terrestrial_channel", + ")", + "FROM", + "channel" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "digital_terrestrial_channel", + ")", + "from", + "channel" + ], + "question": "How many different digital terrestrial channels are there?", + "question_toks": [ + "How", + "many", + "different", + "digital", + "terrestrial", + "channels", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 4, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT title FROM program ORDER BY start_year DESC", + "query_toks": [ + "SELECT", + "title", + "FROM", + "program", + "ORDER", + "BY", + "start_year", + "DESC" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "program", + "order", + "by", + "start_year", + "desc" + ], + "question": "List all program titles in the order of starting year. List the most recent one first.", + "question_toks": [ + "List", + "all", + "program", + "titles", + "in", + "the", + "order", + "of", + "starting", + "year", + ".", + "List", + "the", + "most", + "recent", + "one", + "first", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT t2.name FROM program AS t1 JOIN director AS t2 ON t1.director_id = t2.director_id GROUP BY t1.director_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "program", + "AS", + "t1", + "JOIN", + "director", + "AS", + "t2", + "ON", + "t1.director_id", + "=", + "t2.director_id", + "GROUP", + "BY", + "t1.director_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "program", + "as", + "t1", + "join", + "director", + "as", + "t2", + "on", + "t1", + ".", + "director_id", + "=", + "t2", + ".", + "director_id", + "group", + "by", + "t1", + ".", + "director_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which director is in charge of the most programs?", + "question_toks": [ + "Which", + "director", + "is", + "in", + "charge", + "of", + "the", + "most", + "programs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT t2.name , t2.age FROM program AS t1 JOIN director AS t2 ON t1.director_id = t2.director_id GROUP BY t1.director_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t2.name", + ",", + "t2.age", + "FROM", + "program", + "AS", + "t1", + "JOIN", + "director", + "AS", + "t2", + "ON", + "t1.director_id", + "=", + "t2.director_id", + "GROUP", + "BY", + "t1.director_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t2", + ".", + "age", + "from", + "program", + "as", + "t1", + "join", + "director", + "as", + "t2", + "on", + "t1", + ".", + "director_id", + "=", + "t2", + ".", + "director_id", + "group", + "by", + "t1", + ".", + "director_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the name and age of the director who is in charge of the most programs?", + "question_toks": [ + "Find", + "the", + "name", + "and", + "age", + "of", + "the", + "director", + "who", + "is", + "in", + "charge", + "of", + "the", + "most", + "programs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT title FROM program ORDER BY start_year DESC LIMIT 1", + "query_toks": [ + "SELECT", + "title", + "FROM", + "program", + "ORDER", + "BY", + "start_year", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "program", + "order", + "by", + "start_year", + "desc", + "limit", + "value" + ], + "question": "Return the title of the program that began most recently.", + "question_toks": [ + "Return", + "the", + "title", + "of", + "the", + "program", + "that", + "began", + "most", + "recently", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT t1.name , t1.internet FROM channel AS t1 JOIN program AS t2 ON t1.channel_id = t2.channel_id GROUP BY t1.channel_id HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "t1.name", + ",", + "t1.internet", + "FROM", + "channel", + "AS", + "t1", + "JOIN", + "program", + "AS", + "t2", + "ON", + "t1.channel_id", + "=", + "t2.channel_id", + "GROUP", + "BY", + "t1.channel_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "internet", + "from", + "channel", + "as", + "t1", + "join", + "program", + "as", + "t2", + "on", + "t1", + ".", + "channel_id", + "=", + "t2", + ".", + "channel_id", + "group", + "by", + "t1", + ".", + "channel_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the name and website link of the channels that have more than one program.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "website", + "link", + "of", + "the", + "channels", + "that", + "have", + "more", + "than", + "one", + "program", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT t1.name , count(*) FROM channel AS t1 JOIN program AS t2 ON t1.channel_id = t2.channel_id GROUP BY t1.channel_id", + "query_toks": [ + "SELECT", + "t1.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "channel", + "AS", + "t1", + "JOIN", + "program", + "AS", + "t2", + "ON", + "t1.channel_id", + "=", + "t2.channel_id", + "GROUP", + "BY", + "t1.channel_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "channel", + "as", + "t1", + "join", + "program", + "as", + "t2", + "on", + "t1", + ".", + "channel_id", + "=", + "t2", + ".", + "channel_id", + "group", + "by", + "t1", + ".", + "channel_id" + ], + "question": "Find the number of programs for each channel. Return the name of each channel as well.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "programs", + "for", + "each", + "channel", + ".", + "Return", + "the", + "name", + "of", + "each", + "channel", + "as", + "well", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT count(*) FROM channel WHERE channel_id NOT IN (SELECT channel_id FROM program)", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "channel", + "WHERE", + "channel_id", + "NOT", + "IN", + "(", + "SELECT", + "channel_id", + "FROM", + "program", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "channel", + "where", + "channel_id", + "not", + "in", + "(", + "select", + "channel_id", + "from", + "program", + ")" + ], + "question": "Find the number of channels that do not run any program.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "channels", + "that", + "do", + "not", + "run", + "any", + "program", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT t2.name FROM program AS t1 JOIN director AS t2 ON t1.director_id = t2.director_id WHERE t1.title = 'Dracula'", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "program", + "AS", + "t1", + "JOIN", + "director", + "AS", + "t2", + "ON", + "t1.director_id", + "=", + "t2.director_id", + "WHERE", + "t1.title", + "=", + "'Dracula", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "program", + "as", + "t1", + "join", + "director", + "as", + "t2", + "on", + "t1", + ".", + "director_id", + "=", + "t2", + ".", + "director_id", + "where", + "t1", + ".", + "title", + "=", + "value" + ], + "question": "What is the name of the director who is in the \"Dracula\" program?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "director", + "who", + "is", + "in", + "the", + "``", + "Dracula", + "''", + "program", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Dracula\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT t1.name , t1.internet FROM channel AS t1 JOIN director_admin AS t2 ON t1.channel_id = t2.channel_id GROUP BY t1.channel_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.name", + ",", + "t1.internet", + "FROM", + "channel", + "AS", + "t1", + "JOIN", + "director_admin", + "AS", + "t2", + "ON", + "t1.channel_id", + "=", + "t2.channel_id", + "GROUP", + "BY", + "t1.channel_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "internet", + "from", + "channel", + "as", + "t1", + "join", + "director_admin", + "as", + "t2", + "on", + "t1", + ".", + "channel_id", + "=", + "t2", + ".", + "channel_id", + "group", + "by", + "t1", + ".", + "channel_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the name and internet web of the channel that is directed by the most directors.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "internet", + "web", + "of", + "the", + "channel", + "that", + "is", + "directed", + "by", + "the", + "most", + "directors", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT name FROM director WHERE age BETWEEN 30 AND 60", + "query_toks": [ + "SELECT", + "name", + "FROM", + "director", + "WHERE", + "age", + "BETWEEN", + "30", + "AND", + "60" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "director", + "where", + "age", + "between", + "value", + "and", + "value" + ], + "question": "Find the name of the directors whose age is between 30 and 60.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "directors", + "whose", + "age", + "is", + "between", + "30", + "and", + "60", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 30.0, + 60.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT t1.name FROM channel AS t1 JOIN director_admin AS t2 ON t1.channel_id = t2.channel_id JOIN director AS t3 ON t2.director_id = t3.director_id WHERE t3.age < 40 INTERSECT SELECT t1.name FROM channel AS t1 JOIN director_admin AS t2 ON t1.channel_id = t2.channel_id JOIN director AS t3 ON t2.director_id = t3.director_id WHERE t3.age > 60", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "channel", + "AS", + "t1", + "JOIN", + "director_admin", + "AS", + "t2", + "ON", + "t1.channel_id", + "=", + "t2.channel_id", + "JOIN", + "director", + "AS", + "t3", + "ON", + "t2.director_id", + "=", + "t3.director_id", + "WHERE", + "t3.age", + "<", + "40", + "INTERSECT", + "SELECT", + "t1.name", + "FROM", + "channel", + "AS", + "t1", + "JOIN", + "director_admin", + "AS", + "t2", + "ON", + "t1.channel_id", + "=", + "t2.channel_id", + "JOIN", + "director", + "AS", + "t3", + "ON", + "t2.director_id", + "=", + "t3.director_id", + "WHERE", + "t3.age", + ">", + "60" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "channel", + "as", + "t1", + "join", + "director_admin", + "as", + "t2", + "on", + "t1", + ".", + "channel_id", + "=", + "t2", + ".", + "channel_id", + "join", + "director", + "as", + "t3", + "on", + "t2", + ".", + "director_id", + "=", + "t3", + ".", + "director_id", + "where", + "t3", + ".", + "age", + "<", + "value", + "intersect", + "select", + "t1", + ".", + "name", + "from", + "channel", + "as", + "t1", + "join", + "director_admin", + "as", + "t2", + "on", + "t1", + ".", + "channel_id", + "=", + "t2", + ".", + "channel_id", + "join", + "director", + "as", + "t3", + "on", + "t2", + ".", + "director_id", + "=", + "t3", + ".", + "director_id", + "where", + "t3", + ".", + "age", + ">", + "value" + ], + "question": "give me the name of channels that have both a director younger than 40 and a director older than 60.", + "question_toks": [ + "give", + "me", + "the", + "name", + "of", + "channels", + "that", + "have", + "both", + "a", + "director", + "younger", + "than", + "40", + "and", + "a", + "director", + "older", + "than", + "60", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 40.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 60.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "bbc_channels", + "query": "SELECT t1.name , t1.channel_id FROM channel AS t1 JOIN director_admin AS t2 ON t1.channel_id = t2.channel_id JOIN director AS t3 ON t2.director_id = t3.director_id WHERE t3.name != \"Hank Baskett\"", + "query_toks": [ + "SELECT", + "t1.name", + ",", + "t1.channel_id", + "FROM", + "channel", + "AS", + "t1", + "JOIN", + "director_admin", + "AS", + "t2", + "ON", + "t1.channel_id", + "=", + "t2.channel_id", + "JOIN", + "director", + "AS", + "t3", + "ON", + "t2.director_id", + "=", + "t3.director_id", + "WHERE", + "t3.name", + "!", + "=", + "``", + "Hank", + "Baskett", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "channel_id", + "from", + "channel", + "as", + "t1", + "join", + "director_admin", + "as", + "t2", + "on", + "t1", + ".", + "channel_id", + "=", + "t2", + ".", + "channel_id", + "join", + "director", + "as", + "t3", + "on", + "t2", + ".", + "director_id", + "=", + "t3", + ".", + "director_id", + "where", + "t3", + ".", + "name", + "!", + "=", + "value" + ], + "question": "Find the id and name of the channel that is not directed by Hank Baskett.", + "question_toks": [ + "Find", + "the", + "id", + "and", + "name", + "of", + "the", + "channel", + "that", + "is", + "not", + "directed", + "by", + "Hank", + "Baskett", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Hank Baskett\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "SELECT count(*) FROM radio", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "radio" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "radio" + ], + "question": "How many radios are there?", + "question_toks": [ + "How", + "many", + "radios", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "select transmitter from radio order by erp_kw asc", + "query_toks": [ + "select", + "transmitter", + "from", + "radio", + "order", + "by", + "erp_kw", + "asc" + ], + "query_toks_no_value": [ + "select", + "transmitter", + "from", + "radio", + "order", + "by", + "erp_kw", + "asc" + ], + "question": "List the transmitters of radios in ascending order of erp kw .", + "question_toks": [ + "List", + "the", + "transmitters", + "of", + "radios", + "in", + "ascending", + "order", + "of", + "erp", + "kw", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "SELECT tv_show_name , Original_Airdate FROM tv_show", + "query_toks": [ + "SELECT", + "tv_show_name", + ",", + "Original_Airdate", + "FROM", + "tv_show" + ], + "query_toks_no_value": [ + "select", + "tv_show_name", + ",", + "original_airdate", + "from", + "tv_show" + ], + "question": "What are the names and original air dates of tv shows?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "original", + "air", + "dates", + "of", + "tv", + "shows", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "SELECT Station_name FROM city_channel WHERE Affiliation != \"ABC\"", + "query_toks": [ + "SELECT", + "Station_name", + "FROM", + "city_channel", + "WHERE", + "Affiliation", + "!", + "=", + "``", + "ABC", + "''" + ], + "query_toks_no_value": [ + "select", + "station_name", + "from", + "city_channel", + "where", + "affiliation", + "!", + "=", + "value" + ], + "question": "List the station names of city channels whose affiliation is not \"ABC\".", + "question_toks": [ + "List", + "the", + "station", + "names", + "of", + "city", + "channels", + "whose", + "affiliation", + "is", + "not", + "``", + "ABC", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"ABC\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "SELECT Transmitter FROM radio WHERE ERP_kW > 150 OR ERP_kW < 30", + "query_toks": [ + "SELECT", + "Transmitter", + "FROM", + "radio", + "WHERE", + "ERP_kW", + ">", + "150", + "OR", + "ERP_kW", + "<", + "30" + ], + "query_toks_no_value": [ + "select", + "transmitter", + "from", + "radio", + "where", + "erp_kw", + ">", + "value", + "or", + "erp_kw", + "<", + "value" + ], + "question": "Show the transmitters of radios whose ERP is bigger than 150 or smaller than 30.", + "question_toks": [ + "Show", + "the", + "transmitters", + "of", + "radios", + "whose", + "ERP", + "is", + "bigger", + "than", + "150", + "or", + "smaller", + "than", + "30", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + 150.0, + null + ], + "or", + [ + false, + 4, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "SELECT Transmitter FROM radio ORDER BY ERP_kW DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Transmitter", + "FROM", + "radio", + "ORDER", + "BY", + "ERP_kW", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "transmitter", + "from", + "radio", + "order", + "by", + "erp_kw", + "desc", + "limit", + "value" + ], + "question": "What is the transmitter of the radio with the largest ERP_kW?", + "question_toks": [ + "What", + "is", + "the", + "transmitter", + "of", + "the", + "radio", + "with", + "the", + "largest", + "ERP_kW", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "SELECT avg(ERP_kW) FROM radio", + "query_toks": [ + "SELECT", + "avg", + "(", + "ERP_kW", + ")", + "FROM", + "radio" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "erp_kw", + ")", + "from", + "radio" + ], + "question": "What is the average ERP across all radios?", + "question_toks": [ + "What", + "is", + "the", + "average", + "ERP", + "across", + "all", + "radios", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "SELECT Affiliation , COUNT(*) FROM city_channel GROUP BY Affiliation", + "query_toks": [ + "SELECT", + "Affiliation", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "city_channel", + "GROUP", + "BY", + "Affiliation" + ], + "query_toks_no_value": [ + "select", + "affiliation", + ",", + "count", + "(", + "*", + ")", + "from", + "city_channel", + "group", + "by", + "affiliation" + ], + "question": "Show the different affiliations of city channels and the number of city channels with each affiliation.", + "question_toks": [ + "Show", + "the", + "different", + "affiliations", + "of", + "city", + "channels", + "and", + "the", + "number", + "of", + "city", + "channels", + "with", + "each", + "affiliation", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "SELECT Affiliation FROM city_channel GROUP BY Affiliation ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Affiliation", + "FROM", + "city_channel", + "GROUP", + "BY", + "Affiliation", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "affiliation", + "from", + "city_channel", + "group", + "by", + "affiliation", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Please show the most common affiliation for city channels.", + "question_toks": [ + "Please", + "show", + "the", + "most", + "common", + "affiliation", + "for", + "city", + "channels", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "SELECT Affiliation FROM city_channel GROUP BY Affiliation HAVING COUNT(*) > 3", + "query_toks": [ + "SELECT", + "Affiliation", + "FROM", + "city_channel", + "GROUP", + "BY", + "Affiliation", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "3" + ], + "query_toks_no_value": [ + "select", + "affiliation", + "from", + "city_channel", + "group", + "by", + "affiliation", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "List the affiliations shared by more than three city channels.", + "question_toks": [ + "List", + "the", + "affiliations", + "shared", + "by", + "more", + "than", + "three", + "city", + "channels", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "SELECT City , Station_name FROM city_channel ORDER BY Station_name ASC", + "query_toks": [ + "SELECT", + "City", + ",", + "Station_name", + "FROM", + "city_channel", + "ORDER", + "BY", + "Station_name", + "ASC" + ], + "query_toks_no_value": [ + "select", + "city", + ",", + "station_name", + "from", + "city_channel", + "order", + "by", + "station_name", + "asc" + ], + "question": "Show the cities and station names of city channels in ascending alphabetical order of station name.", + "question_toks": [ + "Show", + "the", + "cities", + "and", + "station", + "names", + "of", + "city", + "channels", + "in", + "ascending", + "alphabetical", + "order", + "of", + "station", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "SELECT T3.Transmitter , T2.City FROM city_channel_radio AS T1 JOIN city_channel AS T2 ON T1.City_channel_ID = T2.ID JOIN radio AS T3 ON T1.Radio_ID = T3.Radio_ID", + "query_toks": [ + "SELECT", + "T3.Transmitter", + ",", + "T2.City", + "FROM", + "city_channel_radio", + "AS", + "T1", + "JOIN", + "city_channel", + "AS", + "T2", + "ON", + "T1.City_channel_ID", + "=", + "T2.ID", + "JOIN", + "radio", + "AS", + "T3", + "ON", + "T1.Radio_ID", + "=", + "T3.Radio_ID" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "transmitter", + ",", + "t2", + ".", + "city", + "from", + "city_channel_radio", + "as", + "t1", + "join", + "city_channel", + "as", + "t2", + "on", + "t1", + ".", + "city_channel_id", + "=", + "t2", + ".", + "id", + "join", + "radio", + "as", + "t3", + "on", + "t1", + ".", + "radio_id", + "=", + "t3", + ".", + "radio_id" + ], + "question": "Show the transmitters of radios and the cities of the channels they are associated with.", + "question_toks": [ + "Show", + "the", + "transmitters", + "of", + "radios", + "and", + "the", + "cities", + "of", + "the", + "channels", + "they", + "are", + "associated", + "with", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "SELECT T3.Transmitter , T2.Station_name FROM city_channel_radio AS T1 JOIN city_channel AS T2 ON T1.City_channel_ID = T2.ID JOIN radio AS T3 ON T1.Radio_ID = T3.Radio_ID ORDER BY T3.ERP_kW DESC", + "query_toks": [ + "SELECT", + "T3.Transmitter", + ",", + "T2.Station_name", + "FROM", + "city_channel_radio", + "AS", + "T1", + "JOIN", + "city_channel", + "AS", + "T2", + "ON", + "T1.City_channel_ID", + "=", + "T2.ID", + "JOIN", + "radio", + "AS", + "T3", + "ON", + "T1.Radio_ID", + "=", + "T3.Radio_ID", + "ORDER", + "BY", + "T3.ERP_kW", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "transmitter", + ",", + "t2", + ".", + "station_name", + "from", + "city_channel_radio", + "as", + "t1", + "join", + "city_channel", + "as", + "t2", + "on", + "t1", + ".", + "city_channel_id", + "=", + "t2", + ".", + "id", + "join", + "radio", + "as", + "t3", + "on", + "t1", + ".", + "radio_id", + "=", + "t3", + ".", + "radio_id", + "order", + "by", + "t3", + ".", + "erp_kw", + "desc" + ], + "question": "Show the transmitters of radios and the station names of the channels they are associated with in descending order of the ERP of the radios.", + "question_toks": [ + "Show", + "the", + "transmitters", + "of", + "radios", + "and", + "the", + "station", + "names", + "of", + "the", + "channels", + "they", + "are", + "associated", + "with", + "in", + "descending", + "order", + "of", + "the", + "ERP", + "of", + "the", + "radios", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "SELECT T2.Transmitter , COUNT(*) FROM city_channel_radio AS T1 JOIN radio AS T2 ON T1.Radio_ID = T2.Radio_ID GROUP BY T2.Transmitter", + "query_toks": [ + "SELECT", + "T2.Transmitter", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "city_channel_radio", + "AS", + "T1", + "JOIN", + "radio", + "AS", + "T2", + "ON", + "T1.Radio_ID", + "=", + "T2.Radio_ID", + "GROUP", + "BY", + "T2.Transmitter" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "transmitter", + ",", + "count", + "(", + "*", + ")", + "from", + "city_channel_radio", + "as", + "t1", + "join", + "radio", + "as", + "t2", + "on", + "t1", + ".", + "radio_id", + "=", + "t2", + ".", + "radio_id", + "group", + "by", + "t2", + ".", + "transmitter" + ], + "question": "Show the transmitters of the radios and the number of city channels they are associated with.", + "question_toks": [ + "Show", + "the", + "transmitters", + "of", + "the", + "radios", + "and", + "the", + "number", + "of", + "city", + "channels", + "they", + "are", + "associated", + "with", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "tv_shows", + "query": "SELECT Transmitter FROM radio WHERE Radio_ID NOT IN (SELECT Radio_ID FROM city_channel_radio)", + "query_toks": [ + "SELECT", + "Transmitter", + "FROM", + "radio", + "WHERE", + "Radio_ID", + "NOT", + "IN", + "(", + "SELECT", + "Radio_ID", + "FROM", + "city_channel_radio", + ")" + ], + "query_toks_no_value": [ + "select", + "transmitter", + "from", + "radio", + "where", + "radio_id", + "not", + "in", + "(", + "select", + "radio_id", + "from", + "city_channel_radio", + ")" + ], + "question": "Show the distinct transmitters of radios that are not associated with any city channel.", + "question_toks": [ + "Show", + "the", + "distinct", + "transmitters", + "of", + "radios", + "that", + "are", + "not", + "associated", + "with", + "any", + "city", + "channel", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT model FROM vehicle WHERE power > 6000 ORDER BY top_speed DESC LIMIT 1", + "query_toks": [ + "SELECT", + "model", + "FROM", + "vehicle", + "WHERE", + "power", + ">", + "6000", + "ORDER", + "BY", + "top_speed", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "model", + "from", + "vehicle", + "where", + "power", + ">", + "value", + "order", + "by", + "top_speed", + "desc", + "limit", + "value" + ], + "question": "What is the model of the vehicle with maximum top speed whose power is higher than 6000?", + "question_toks": [ + "What", + "is", + "the", + "model", + "of", + "the", + "vehicle", + "with", + "maximum", + "top", + "speed", + "whose", + "power", + "is", + "higher", + "than", + "6000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 6000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT model FROM vehicle WHERE power > 6000 ORDER BY top_speed DESC LIMIT 1", + "query_toks": [ + "SELECT", + "model", + "FROM", + "vehicle", + "WHERE", + "power", + ">", + "6000", + "ORDER", + "BY", + "top_speed", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "model", + "from", + "vehicle", + "where", + "power", + ">", + "value", + "order", + "by", + "top_speed", + "desc", + "limit", + "value" + ], + "question": "Of vehicles with power over 6000, return the model of the vehicle with the greatest top speed.", + "question_toks": [ + "Of", + "vehicles", + "with", + "power", + "over", + "6000", + ",", + "return", + "the", + "model", + "of", + "the", + "vehicle", + "with", + "the", + "greatest", + "top", + "speed", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 6000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT name FROM driver WHERE citizenship = 'United States'", + "query_toks": [ + "SELECT", + "name", + "FROM", + "driver", + "WHERE", + "citizenship", + "=", + "'United", + "States", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "driver", + "where", + "citizenship", + "=", + "value" + ], + "question": "What are the names of the drivers who are citizens of the 'United States'?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "drivers", + "who", + "are", + "citizens", + "of", + "the", + "'United", + "States", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"United States\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT name FROM driver WHERE citizenship = 'United States'", + "query_toks": [ + "SELECT", + "name", + "FROM", + "driver", + "WHERE", + "citizenship", + "=", + "'United", + "States", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "driver", + "where", + "citizenship", + "=", + "value" + ], + "question": "Return the names of drivers with citizenship from the United States.", + "question_toks": [ + "Return", + "the", + "names", + "of", + "drivers", + "with", + "citizenship", + "from", + "the", + "United", + "States", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"United States\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT count(*) , driver_id FROM vehicle_driver GROUP BY driver_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "driver_id", + "FROM", + "vehicle_driver", + "GROUP", + "BY", + "driver_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "driver_id", + "from", + "vehicle_driver", + "group", + "by", + "driver_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "How many vehicles has a driver driven at most, and what is the driver id of the driver who has driven this many vehicles?", + "question_toks": [ + "How", + "many", + "vehicles", + "has", + "a", + "driver", + "driven", + "at", + "most", + ",", + "and", + "what", + "is", + "the", + "driver", + "id", + "of", + "the", + "driver", + "who", + "has", + "driven", + "this", + "many", + "vehicles", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT count(*) , driver_id FROM vehicle_driver GROUP BY driver_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "driver_id", + "FROM", + "vehicle_driver", + "GROUP", + "BY", + "driver_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "driver_id", + "from", + "vehicle_driver", + "group", + "by", + "driver_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the id of the driver who has driven the most vehicles, and how many vehicles is this?", + "question_toks": [ + "What", + "is", + "the", + "id", + "of", + "the", + "driver", + "who", + "has", + "driven", + "the", + "most", + "vehicles", + ",", + "and", + "how", + "many", + "vehicles", + "is", + "this", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT max(power) , avg(power) FROM vehicle WHERE builder = 'Zhuzhou'", + "query_toks": [ + "SELECT", + "max", + "(", + "power", + ")", + ",", + "avg", + "(", + "power", + ")", + "FROM", + "vehicle", + "WHERE", + "builder", + "=", + "'Zhuzhou", + "'" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "power", + ")", + ",", + "avg", + "(", + "power", + ")", + "from", + "vehicle", + "where", + "builder", + "=", + "value" + ], + "question": "What is the maximum and average power for the vehicles manufactured by 'Zhuzhou'?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "and", + "average", + "power", + "for", + "the", + "vehicles", + "manufactured", + "by", + "'Zhuzhou", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Zhuzhou\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT max(power) , avg(power) FROM vehicle WHERE builder = 'Zhuzhou'", + "query_toks": [ + "SELECT", + "max", + "(", + "power", + ")", + ",", + "avg", + "(", + "power", + ")", + "FROM", + "vehicle", + "WHERE", + "builder", + "=", + "'Zhuzhou", + "'" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "power", + ")", + ",", + "avg", + "(", + "power", + ")", + "from", + "vehicle", + "where", + "builder", + "=", + "value" + ], + "question": "Return the maximum and average power for the vehicles built by Zhuzhou.", + "question_toks": [ + "Return", + "the", + "maximum", + "and", + "average", + "power", + "for", + "the", + "vehicles", + "built", + "by", + "Zhuzhou", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Zhuzhou\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT vehicle_id FROM vehicle_driver GROUP BY vehicle_id ORDER BY count(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "vehicle_id", + "FROM", + "vehicle_driver", + "GROUP", + "BY", + "vehicle_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "vehicle_id", + "from", + "vehicle_driver", + "group", + "by", + "vehicle_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "What is the id of the vehicle driven for the least times for the vehicles ever used?", + "question_toks": [ + "What", + "is", + "the", + "id", + "of", + "the", + "vehicle", + "driven", + "for", + "the", + "least", + "times", + "for", + "the", + "vehicles", + "ever", + "used", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT vehicle_id FROM vehicle_driver GROUP BY vehicle_id ORDER BY count(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "vehicle_id", + "FROM", + "vehicle_driver", + "GROUP", + "BY", + "vehicle_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "vehicle_id", + "from", + "vehicle_driver", + "group", + "by", + "vehicle_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "Return the id of the vehicle that has been driven the fewest times.", + "question_toks": [ + "Return", + "the", + "id", + "of", + "the", + "vehicle", + "that", + "has", + "been", + "driven", + "the", + "fewest", + "times", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT top_speed , power FROM vehicle WHERE build_year = 1996", + "query_toks": [ + "SELECT", + "top_speed", + ",", + "power", + "FROM", + "vehicle", + "WHERE", + "build_year", + "=", + "1996" + ], + "query_toks_no_value": [ + "select", + "top_speed", + ",", + "power", + "from", + "vehicle", + "where", + "build_year", + "=", + "value" + ], + "question": "What is the top speed and power of the vehicle manufactured in the year of 1996?", + "question_toks": [ + "What", + "is", + "the", + "top", + "speed", + "and", + "power", + "of", + "the", + "vehicle", + "manufactured", + "in", + "the", + "year", + "of", + "1996", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 1996.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT top_speed , power FROM vehicle WHERE build_year = 1996", + "query_toks": [ + "SELECT", + "top_speed", + ",", + "power", + "FROM", + "vehicle", + "WHERE", + "build_year", + "=", + "1996" + ], + "query_toks_no_value": [ + "select", + "top_speed", + ",", + "power", + "from", + "vehicle", + "where", + "build_year", + "=", + "value" + ], + "question": "Return the top speed and power of the vehicle that was built in the year 1996.", + "question_toks": [ + "Return", + "the", + "top", + "speed", + "and", + "power", + "of", + "the", + "vehicle", + "that", + "was", + "built", + "in", + "the", + "year", + "1996", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 1996.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT build_year , model , builder FROM vehicle", + "query_toks": [ + "SELECT", + "build_year", + ",", + "model", + ",", + "builder", + "FROM", + "vehicle" + ], + "query_toks_no_value": [ + "select", + "build_year", + ",", + "model", + ",", + "builder", + "from", + "vehicle" + ], + "question": "What are the build year, model name and builder of the vehicles?", + "question_toks": [ + "What", + "are", + "the", + "build", + "year", + ",", + "model", + "name", + "and", + "builder", + "of", + "the", + "vehicles", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT build_year , model , builder FROM vehicle", + "query_toks": [ + "SELECT", + "build_year", + ",", + "model", + ",", + "builder", + "FROM", + "vehicle" + ], + "query_toks_no_value": [ + "select", + "build_year", + ",", + "model", + ",", + "builder", + "from", + "vehicle" + ], + "question": "Give the build year, model, and builder of each vehicle.", + "question_toks": [ + "Give", + "the", + "build", + "year", + ",", + "model", + ",", + "and", + "builder", + "of", + "each", + "vehicle", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT count(DISTINCT T1.driver_id) FROM vehicle_driver AS T1 JOIN vehicle AS T2 ON T1.vehicle_id = T2.vehicle_id WHERE T2.build_year = 2012", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T1.driver_id", + ")", + "FROM", + "vehicle_driver", + "AS", + "T1", + "JOIN", + "vehicle", + "AS", + "T2", + "ON", + "T1.vehicle_id", + "=", + "T2.vehicle_id", + "WHERE", + "T2.build_year", + "=", + "2012" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "driver_id", + ")", + "from", + "vehicle_driver", + "as", + "t1", + "join", + "vehicle", + "as", + "t2", + "on", + "t1", + ".", + "vehicle_id", + "=", + "t2", + ".", + "vehicle_id", + "where", + "t2", + ".", + "build_year", + "=", + "value" + ], + "question": "How many drivers have driven vehicles built in 2012?", + "question_toks": [ + "How", + "many", + "drivers", + "have", + "driven", + "vehicles", + "built", + "in", + "2012", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 2012.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT count(DISTINCT T1.driver_id) FROM vehicle_driver AS T1 JOIN vehicle AS T2 ON T1.vehicle_id = T2.vehicle_id WHERE T2.build_year = 2012", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T1.driver_id", + ")", + "FROM", + "vehicle_driver", + "AS", + "T1", + "JOIN", + "vehicle", + "AS", + "T2", + "ON", + "T1.vehicle_id", + "=", + "T2.vehicle_id", + "WHERE", + "T2.build_year", + "=", + "2012" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "driver_id", + ")", + "from", + "vehicle_driver", + "as", + "t1", + "join", + "vehicle", + "as", + "t2", + "on", + "t1", + ".", + "vehicle_id", + "=", + "t2", + ".", + "vehicle_id", + "where", + "t2", + ".", + "build_year", + "=", + "value" + ], + "question": "Count the number of different drivers who have driven vehicles built in 2012.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "different", + "drivers", + "who", + "have", + "driven", + "vehicles", + "built", + "in", + "2012", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 2012.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT count(*) FROM driver WHERE Racing_Series = 'NASCAR'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "driver", + "WHERE", + "Racing_Series", + "=", + "'NASCAR", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "driver", + "where", + "racing_series", + "=", + "value" + ], + "question": "How many drivers have raced in 'NASCAR'?", + "question_toks": [ + "How", + "many", + "drivers", + "have", + "raced", + "in", + "'NASCAR", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"NASCAR\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT count(*) FROM driver WHERE Racing_Series = 'NASCAR'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "driver", + "WHERE", + "Racing_Series", + "=", + "'NASCAR", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "driver", + "where", + "racing_series", + "=", + "value" + ], + "question": "Count the number of drivers who have raced in NASCAR.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "drivers", + "who", + "have", + "raced", + "in", + "NASCAR", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"NASCAR\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT avg(top_speed) FROM vehicle", + "query_toks": [ + "SELECT", + "avg", + "(", + "top_speed", + ")", + "FROM", + "vehicle" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "top_speed", + ")", + "from", + "vehicle" + ], + "question": "What is the average top speed of vehicles?", + "question_toks": [ + "What", + "is", + "the", + "average", + "top", + "speed", + "of", + "vehicles", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT avg(top_speed) FROM vehicle", + "query_toks": [ + "SELECT", + "avg", + "(", + "top_speed", + ")", + "FROM", + "vehicle" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "top_speed", + ")", + "from", + "vehicle" + ], + "question": "Return the average top speed across all vehicles.", + "question_toks": [ + "Return", + "the", + "average", + "top", + "speed", + "across", + "all", + "vehicles", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "select distinct t1.name from driver as t1 join vehicle_driver as t2 on t1.driver_id = t2.driver_id join vehicle as t3 on t2.vehicle_id = t3.vehicle_id where t3.power > 5000", + "query_toks": [ + "select", + "distinct", + "t1.name", + "from", + "driver", + "as", + "t1", + "join", + "vehicle_driver", + "as", + "t2", + "on", + "t1.driver_id", + "=", + "t2.driver_id", + "join", + "vehicle", + "as", + "t3", + "on", + "t2.vehicle_id", + "=", + "t3.vehicle_id", + "where", + "t3.power", + ">", + "5000" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + "from", + "driver", + "as", + "t1", + "join", + "vehicle_driver", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "join", + "vehicle", + "as", + "t3", + "on", + "t2", + ".", + "vehicle_id", + "=", + "t3", + ".", + "vehicle_id", + "where", + "t3", + ".", + "power", + ">", + "value" + ], + "question": "What are the distinct driver names who have driven vehicles with power more than 5000 ?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "driver", + "names", + "who", + "have", + "driven", + "vehicles", + "with", + "power", + "more", + "than", + "5000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 5000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT DISTINCT T1.Name FROM driver AS T1 JOIN vehicle_driver AS T2 ON T1.driver_id = T2.driver_id JOIN vehicle AS T3 ON T2.vehicle_id = T3.vehicle_id WHERE T3.power > 5000", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Name", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "vehicle_driver", + "AS", + "T2", + "ON", + "T1.driver_id", + "=", + "T2.driver_id", + "JOIN", + "vehicle", + "AS", + "T3", + "ON", + "T2.vehicle_id", + "=", + "T3.vehicle_id", + "WHERE", + "T3.power", + ">", + "5000" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + "from", + "driver", + "as", + "t1", + "join", + "vehicle_driver", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "join", + "vehicle", + "as", + "t3", + "on", + "t2", + ".", + "vehicle_id", + "=", + "t3", + ".", + "vehicle_id", + "where", + "t3", + ".", + "power", + ">", + "value" + ], + "question": "Return the names of drivers who have driven vehicles with power over 5000.", + "question_toks": [ + "Return", + "the", + "names", + "of", + "drivers", + "who", + "have", + "driven", + "vehicles", + "with", + "power", + "over", + "5000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 5000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT model FROM vehicle WHERE total_production > 100 OR top_speed > 150", + "query_toks": [ + "SELECT", + "model", + "FROM", + "vehicle", + "WHERE", + "total_production", + ">", + "100", + "OR", + "top_speed", + ">", + "150" + ], + "query_toks_no_value": [ + "select", + "model", + "from", + "vehicle", + "where", + "total_production", + ">", + "value", + "or", + "top_speed", + ">", + "value" + ], + "question": "Which car models have total production larger than 100 or top speed higher than 150?", + "question_toks": [ + "Which", + "car", + "models", + "have", + "total", + "production", + "larger", + "than", + "100", + "or", + "top", + "speed", + "higher", + "than", + "150", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 100.0, + null + ], + "or", + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 150.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT model FROM vehicle WHERE total_production > 100 OR top_speed > 150", + "query_toks": [ + "SELECT", + "model", + "FROM", + "vehicle", + "WHERE", + "total_production", + ">", + "100", + "OR", + "top_speed", + ">", + "150" + ], + "query_toks_no_value": [ + "select", + "model", + "from", + "vehicle", + "where", + "total_production", + ">", + "value", + "or", + "top_speed", + ">", + "value" + ], + "question": "Give the models of cars that have a total production of over 100 or a top speed over 150.", + "question_toks": [ + "Give", + "the", + "models", + "of", + "cars", + "that", + "have", + "a", + "total", + "production", + "of", + "over", + "100", + "or", + "a", + "top", + "speed", + "over", + "150", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 100.0, + null + ], + "or", + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 150.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT model , build_year FROM vehicle WHERE model LIKE '%DJ%'", + "query_toks": [ + "SELECT", + "model", + ",", + "build_year", + "FROM", + "vehicle", + "WHERE", + "model", + "LIKE", + "'", + "%", + "DJ", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "model", + ",", + "build_year", + "from", + "vehicle", + "where", + "model", + "like", + "value" + ], + "question": "What are the model names and build year of the cars with 'DJ' in its model name?", + "question_toks": [ + "What", + "are", + "the", + "model", + "names", + "and", + "build", + "year", + "of", + "the", + "cars", + "with", + "'DJ", + "'", + "in", + "its", + "model", + "name", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"%DJ%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT model , build_year FROM vehicle WHERE model LIKE '%DJ%'", + "query_toks": [ + "SELECT", + "model", + ",", + "build_year", + "FROM", + "vehicle", + "WHERE", + "model", + "LIKE", + "'", + "%", + "DJ", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "model", + ",", + "build_year", + "from", + "vehicle", + "where", + "model", + "like", + "value" + ], + "question": "Return the model and build year of cars that include \"DJ\" in their model names.", + "question_toks": [ + "Return", + "the", + "model", + "and", + "build", + "year", + "of", + "cars", + "that", + "include", + "``", + "DJ", + "''", + "in", + "their", + "model", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"%DJ%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT model FROM vehicle EXCEPT SELECT T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id", + "query_toks": [ + "SELECT", + "model", + "FROM", + "vehicle", + "EXCEPT", + "SELECT", + "T1.model", + "FROM", + "vehicle", + "AS", + "T1", + "JOIN", + "vehicle_driver", + "AS", + "T2", + "ON", + "T1.vehicle_id", + "=", + "T2.vehicle_id" + ], + "query_toks_no_value": [ + "select", + "model", + "from", + "vehicle", + "except", + "select", + "t1", + ".", + "model", + "from", + "vehicle", + "as", + "t1", + "join", + "vehicle_driver", + "as", + "t2", + "on", + "t1", + ".", + "vehicle_id", + "=", + "t2", + ".", + "vehicle_id" + ], + "question": "What are the models which have not been driven by any drivers?", + "question_toks": [ + "What", + "are", + "the", + "models", + "which", + "have", + "not", + "been", + "driven", + "by", + "any", + "drivers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT model FROM vehicle EXCEPT SELECT T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id", + "query_toks": [ + "SELECT", + "model", + "FROM", + "vehicle", + "EXCEPT", + "SELECT", + "T1.model", + "FROM", + "vehicle", + "AS", + "T1", + "JOIN", + "vehicle_driver", + "AS", + "T2", + "ON", + "T1.vehicle_id", + "=", + "T2.vehicle_id" + ], + "query_toks_no_value": [ + "select", + "model", + "from", + "vehicle", + "except", + "select", + "t1", + ".", + "model", + "from", + "vehicle", + "as", + "t1", + "join", + "vehicle_driver", + "as", + "t2", + "on", + "t1", + ".", + "vehicle_id", + "=", + "t2", + ".", + "vehicle_id" + ], + "question": "Return the models of vehicles that have never been driven.", + "question_toks": [ + "Return", + "the", + "models", + "of", + "vehicles", + "that", + "have", + "never", + "been", + "driven", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT T1.vehicle_id , T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id GROUP BY T2.vehicle_id HAVING count(*) = 2 OR T1.builder = 'Ziyang'", + "query_toks": [ + "SELECT", + "T1.vehicle_id", + ",", + "T1.model", + "FROM", + "vehicle", + "AS", + "T1", + "JOIN", + "vehicle_driver", + "AS", + "T2", + "ON", + "T1.vehicle_id", + "=", + "T2.vehicle_id", + "GROUP", + "BY", + "T2.vehicle_id", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "2", + "OR", + "T1.builder", + "=", + "'Ziyang", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "vehicle_id", + ",", + "t1", + ".", + "model", + "from", + "vehicle", + "as", + "t1", + "join", + "vehicle_driver", + "as", + "t2", + "on", + "t1", + ".", + "vehicle_id", + "=", + "t2", + ".", + "vehicle_id", + "group", + "by", + "t2", + ".", + "vehicle_id", + "having", + "count", + "(", + "*", + ")", + "=", + "value", + "or", + "t1", + ".", + "builder", + "=", + "value" + ], + "question": "What are the vehicle ids and models of the vehicle which have been driven by two drivers or been manufactured by 'Ziyang'.", + "question_toks": [ + "What", + "are", + "the", + "vehicle", + "ids", + "and", + "models", + "of", + "the", + "vehicle", + "which", + "have", + "been", + "driven", + "by", + "two", + "drivers", + "or", + "been", + "manufactured", + "by", + "'Ziyang", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Ziyang\"", + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT T1.vehicle_id , T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id GROUP BY T2.vehicle_id HAVING count(*) = 2 OR T1.builder = 'Ziyang'", + "query_toks": [ + "SELECT", + "T1.vehicle_id", + ",", + "T1.model", + "FROM", + "vehicle", + "AS", + "T1", + "JOIN", + "vehicle_driver", + "AS", + "T2", + "ON", + "T1.vehicle_id", + "=", + "T2.vehicle_id", + "GROUP", + "BY", + "T2.vehicle_id", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "2", + "OR", + "T1.builder", + "=", + "'Ziyang", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "vehicle_id", + ",", + "t1", + ".", + "model", + "from", + "vehicle", + "as", + "t1", + "join", + "vehicle_driver", + "as", + "t2", + "on", + "t1", + ".", + "vehicle_id", + "=", + "t2", + ".", + "vehicle_id", + "group", + "by", + "t2", + ".", + "vehicle_id", + "having", + "count", + "(", + "*", + ")", + "=", + "value", + "or", + "t1", + ".", + "builder", + "=", + "value" + ], + "question": "Return the ids and models of vehicles that have been driven by exactly two drivers or built by Ziyang.", + "question_toks": [ + "Return", + "the", + "ids", + "and", + "models", + "of", + "vehicles", + "that", + "have", + "been", + "driven", + "by", + "exactly", + "two", + "drivers", + "or", + "built", + "by", + "Ziyang", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Ziyang\"", + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT T1.vehicle_id , T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id JOIN driver AS T3 ON T2.driver_id = T3.driver_id WHERE T3.name = 'Jeff Gordon' UNION SELECT T1.vehicle_id , T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id GROUP BY T2.vehicle_id HAVING count(*) > 2", + "query_toks": [ + "SELECT", + "T1.vehicle_id", + ",", + "T1.model", + "FROM", + "vehicle", + "AS", + "T1", + "JOIN", + "vehicle_driver", + "AS", + "T2", + "ON", + "T1.vehicle_id", + "=", + "T2.vehicle_id", + "JOIN", + "driver", + "AS", + "T3", + "ON", + "T2.driver_id", + "=", + "T3.driver_id", + "WHERE", + "T3.name", + "=", + "'Jeff", + "Gordon", + "'", + "UNION", + "SELECT", + "T1.vehicle_id", + ",", + "T1.model", + "FROM", + "vehicle", + "AS", + "T1", + "JOIN", + "vehicle_driver", + "AS", + "T2", + "ON", + "T1.vehicle_id", + "=", + "T2.vehicle_id", + "GROUP", + "BY", + "T2.vehicle_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "vehicle_id", + ",", + "t1", + ".", + "model", + "from", + "vehicle", + "as", + "t1", + "join", + "vehicle_driver", + "as", + "t2", + "on", + "t1", + ".", + "vehicle_id", + "=", + "t2", + ".", + "vehicle_id", + "join", + "driver", + "as", + "t3", + "on", + "t2", + ".", + "driver_id", + "=", + "t3", + ".", + "driver_id", + "where", + "t3", + ".", + "name", + "=", + "value", + "union", + "select", + "t1", + ".", + "vehicle_id", + ",", + "t1", + ".", + "model", + "from", + "vehicle", + "as", + "t1", + "join", + "vehicle_driver", + "as", + "t2", + "on", + "t1", + ".", + "vehicle_id", + "=", + "t2", + ".", + "vehicle_id", + "group", + "by", + "t2", + ".", + "vehicle_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the vehicle ids and models which have been driven by more than 2 drivers or been driven by the driver named 'Jeff Gordon'?", + "question_toks": [ + "What", + "are", + "the", + "vehicle", + "ids", + "and", + "models", + "which", + "have", + "been", + "driven", + "by", + "more", + "than", + "2", + "drivers", + "or", + "been", + "driven", + "by", + "the", + "driver", + "named", + "'Jeff", + "Gordon", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Jeff Gordon\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT T1.vehicle_id , T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id JOIN driver AS T3 ON T2.driver_id = T3.driver_id WHERE T3.name = 'Jeff Gordon' UNION SELECT T1.vehicle_id , T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id GROUP BY T2.vehicle_id HAVING count(*) > 2", + "query_toks": [ + "SELECT", + "T1.vehicle_id", + ",", + "T1.model", + "FROM", + "vehicle", + "AS", + "T1", + "JOIN", + "vehicle_driver", + "AS", + "T2", + "ON", + "T1.vehicle_id", + "=", + "T2.vehicle_id", + "JOIN", + "driver", + "AS", + "T3", + "ON", + "T2.driver_id", + "=", + "T3.driver_id", + "WHERE", + "T3.name", + "=", + "'Jeff", + "Gordon", + "'", + "UNION", + "SELECT", + "T1.vehicle_id", + ",", + "T1.model", + "FROM", + "vehicle", + "AS", + "T1", + "JOIN", + "vehicle_driver", + "AS", + "T2", + "ON", + "T1.vehicle_id", + "=", + "T2.vehicle_id", + "GROUP", + "BY", + "T2.vehicle_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "vehicle_id", + ",", + "t1", + ".", + "model", + "from", + "vehicle", + "as", + "t1", + "join", + "vehicle_driver", + "as", + "t2", + "on", + "t1", + ".", + "vehicle_id", + "=", + "t2", + ".", + "vehicle_id", + "join", + "driver", + "as", + "t3", + "on", + "t2", + ".", + "driver_id", + "=", + "t3", + ".", + "driver_id", + "where", + "t3", + ".", + "name", + "=", + "value", + "union", + "select", + "t1", + ".", + "vehicle_id", + ",", + "t1", + ".", + "model", + "from", + "vehicle", + "as", + "t1", + "join", + "vehicle_driver", + "as", + "t2", + "on", + "t1", + ".", + "vehicle_id", + "=", + "t2", + ".", + "vehicle_id", + "group", + "by", + "t2", + ".", + "vehicle_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Return the ids and models of vehicles that have been driven by more than 2 drivers or been driven by the Jeff Gordon.", + "question_toks": [ + "Return", + "the", + "ids", + "and", + "models", + "of", + "vehicles", + "that", + "have", + "been", + "driven", + "by", + "more", + "than", + "2", + "drivers", + "or", + "been", + "driven", + "by", + "the", + "Jeff", + "Gordon", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Jeff Gordon\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT count(*) FROM vehicle WHERE top_speed = (SELECT max(top_speed) FROM vehicle)", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "vehicle", + "WHERE", + "top_speed", + "=", + "(", + "SELECT", + "max", + "(", + "top_speed", + ")", + "FROM", + "vehicle", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "vehicle", + "where", + "top_speed", + "=", + "(", + "select", + "max", + "(", + "top_speed", + ")", + "from", + "vehicle", + ")" + ], + "question": "How many vehicles have maximum top speed?", + "question_toks": [ + "How", + "many", + "vehicles", + "have", + "maximum", + "top", + "speed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT count(*) FROM vehicle WHERE top_speed = (SELECT max(top_speed) FROM vehicle)", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "vehicle", + "WHERE", + "top_speed", + "=", + "(", + "SELECT", + "max", + "(", + "top_speed", + ")", + "FROM", + "vehicle", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "vehicle", + "where", + "top_speed", + "=", + "(", + "select", + "max", + "(", + "top_speed", + ")", + "from", + "vehicle", + ")" + ], + "question": "Count the number of vehicles that have a top speed equal to the maximum across all vehicles.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "vehicles", + "that", + "have", + "a", + "top", + "speed", + "equal", + "to", + "the", + "maximum", + "across", + "all", + "vehicles", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT name FROM driver ORDER BY name", + "query_toks": [ + "SELECT", + "name", + "FROM", + "driver", + "ORDER", + "BY", + "name" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "driver", + "order", + "by", + "name" + ], + "question": "Show all driver names in the alphabetical order.", + "question_toks": [ + "Show", + "all", + "driver", + "names", + "in", + "the", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT name FROM driver ORDER BY name", + "query_toks": [ + "SELECT", + "name", + "FROM", + "driver", + "ORDER", + "BY", + "name" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "driver", + "order", + "by", + "name" + ], + "question": "What are the names of drivers, returned in alphbetical order?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "drivers", + ",", + "returned", + "in", + "alphbetical", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT count(*) , racing_series FROM driver GROUP BY racing_series", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "racing_series", + "FROM", + "driver", + "GROUP", + "BY", + "racing_series" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "racing_series", + "from", + "driver", + "group", + "by", + "racing_series" + ], + "question": "How many drivers have been racing in each racing series?", + "question_toks": [ + "How", + "many", + "drivers", + "have", + "been", + "racing", + "in", + "each", + "racing", + "series", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT count(*) , racing_series FROM driver GROUP BY racing_series", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "racing_series", + "FROM", + "driver", + "GROUP", + "BY", + "racing_series" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "racing_series", + "from", + "driver", + "group", + "by", + "racing_series" + ], + "question": "Count the number of drivers that have raced in each series.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "drivers", + "that", + "have", + "raced", + "in", + "each", + "series", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT T1.name , T1.citizenship FROM driver AS T1 JOIN vehicle_driver AS T2 ON T1.driver_id = T2.driver_id JOIN vehicle AS T3 ON T2.vehicle_id = T3.vehicle_id WHERE T3.model = 'DJ1'", + "query_toks": [ + "SELECT", + "T1.name", + ",", + "T1.citizenship", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "vehicle_driver", + "AS", + "T2", + "ON", + "T1.driver_id", + "=", + "T2.driver_id", + "JOIN", + "vehicle", + "AS", + "T3", + "ON", + "T2.vehicle_id", + "=", + "T3.vehicle_id", + "WHERE", + "T3.model", + "=", + "'DJ1", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "citizenship", + "from", + "driver", + "as", + "t1", + "join", + "vehicle_driver", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "join", + "vehicle", + "as", + "t3", + "on", + "t2", + ".", + "vehicle_id", + "=", + "t3", + ".", + "vehicle_id", + "where", + "t3", + ".", + "model", + "=", + "value" + ], + "question": "What are the name and citizenship of the drivers who have driven the vehicle model 'DJ1'?", + "question_toks": [ + "What", + "are", + "the", + "name", + "and", + "citizenship", + "of", + "the", + "drivers", + "who", + "have", + "driven", + "the", + "vehicle", + "model", + "'DJ1", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"DJ1\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT T1.name , T1.citizenship FROM driver AS T1 JOIN vehicle_driver AS T2 ON T1.driver_id = T2.driver_id JOIN vehicle AS T3 ON T2.vehicle_id = T3.vehicle_id WHERE T3.model = 'DJ1'", + "query_toks": [ + "SELECT", + "T1.name", + ",", + "T1.citizenship", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "vehicle_driver", + "AS", + "T2", + "ON", + "T1.driver_id", + "=", + "T2.driver_id", + "JOIN", + "vehicle", + "AS", + "T3", + "ON", + "T2.vehicle_id", + "=", + "T3.vehicle_id", + "WHERE", + "T3.model", + "=", + "'DJ1", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "citizenship", + "from", + "driver", + "as", + "t1", + "join", + "vehicle_driver", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "join", + "vehicle", + "as", + "t3", + "on", + "t2", + ".", + "vehicle_id", + "=", + "t3", + ".", + "vehicle_id", + "where", + "t3", + ".", + "model", + "=", + "value" + ], + "question": "Return the names and citizenships of drivers who have driven the vehicle with the model 'DJ1'.", + "question_toks": [ + "Return", + "the", + "names", + "and", + "citizenships", + "of", + "drivers", + "who", + "have", + "driven", + "the", + "vehicle", + "with", + "the", + "model", + "'DJ1", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"DJ1\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT count(*) FROM driver WHERE driver_id NOT IN ( SELECT driver_id FROM vehicle_driver )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "driver", + "WHERE", + "driver_id", + "NOT", + "IN", + "(", + "SELECT", + "driver_id", + "FROM", + "vehicle_driver", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "driver", + "where", + "driver_id", + "not", + "in", + "(", + "select", + "driver_id", + "from", + "vehicle_driver", + ")" + ], + "question": "How many drivers have not driven any cars?", + "question_toks": [ + "How", + "many", + "drivers", + "have", + "not", + "driven", + "any", + "cars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_driver", + "query": "SELECT count(*) FROM driver WHERE driver_id NOT IN ( SELECT driver_id FROM vehicle_driver )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "driver", + "WHERE", + "driver_id", + "NOT", + "IN", + "(", + "SELECT", + "driver_id", + "FROM", + "vehicle_driver", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "driver", + "where", + "driver_id", + "not", + "in", + "(", + "select", + "driver_id", + "from", + "vehicle_driver", + ")" + ], + "question": "Count the number of drivers who have not driven any vehicles.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "drivers", + "who", + "have", + "not", + "driven", + "any", + "vehicles", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT count(*) FROM Exams", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Exams" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "exams" + ], + "question": "How many exams are there?", + "question_toks": [ + "How", + "many", + "exams", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT count(*) FROM Exams", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Exams" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "exams" + ], + "question": "Count the number of exams.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "exams", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "select distinct subject_code from exams order by subject_code asc", + "query_toks": [ + "select", + "distinct", + "subject_code", + "from", + "exams", + "order", + "by", + "subject_code", + "asc" + ], + "query_toks_no_value": [ + "select", + "distinct", + "subject_code", + "from", + "exams", + "order", + "by", + "subject_code", + "asc" + ], + "question": "List the distinct subject code of exams in ascending alphabetical order .", + "question_toks": [ + "List", + "the", + "distinct", + "subject", + "code", + "of", + "exams", + "in", + "ascending", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT DISTINCT Subject_Code FROM Exams ORDER BY Subject_Code", + "query_toks": [ + "SELECT", + "DISTINCT", + "Subject_Code", + "FROM", + "Exams", + "ORDER", + "BY", + "Subject_Code" + ], + "query_toks_no_value": [ + "select", + "distinct", + "subject_code", + "from", + "exams", + "order", + "by", + "subject_code" + ], + "question": "Give me an alphabetically ordered list of the distinct subject code for exams.", + "question_toks": [ + "Give", + "me", + "an", + "alphabetically", + "ordered", + "list", + "of", + "the", + "distinct", + "subject", + "code", + "for", + "exams", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Exam_Date , Exam_Name FROM Exams WHERE Subject_Code != 'Database'", + "query_toks": [ + "SELECT", + "Exam_Date", + ",", + "Exam_Name", + "FROM", + "Exams", + "WHERE", + "Subject_Code", + "!", + "=", + "'Database", + "'" + ], + "query_toks_no_value": [ + "select", + "exam_date", + ",", + "exam_name", + "from", + "exams", + "where", + "subject_code", + "!", + "=", + "value" + ], + "question": "What are the names and dates of the exams with subject code that is not \"Database\"?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "dates", + "of", + "the", + "exams", + "with", + "subject", + "code", + "that", + "is", + "not", + "``", + "Database", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Database\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Exam_Date , Exam_Name FROM Exams WHERE Subject_Code != 'Database'", + "query_toks": [ + "SELECT", + "Exam_Date", + ",", + "Exam_Name", + "FROM", + "Exams", + "WHERE", + "Subject_Code", + "!", + "=", + "'Database", + "'" + ], + "query_toks_no_value": [ + "select", + "exam_date", + ",", + "exam_name", + "from", + "exams", + "where", + "subject_code", + "!", + "=", + "value" + ], + "question": "Find the exams whose subject code is not \"Database\". What are the exam dates and exam names?", + "question_toks": [ + "Find", + "the", + "exams", + "whose", + "subject", + "code", + "is", + "not", + "``", + "Database", + "''", + ".", + "What", + "are", + "the", + "exam", + "dates", + "and", + "exam", + "names", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Database\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Exam_Date FROM Exams WHERE Subject_Code LIKE '%data%' ORDER BY Exam_Date DESC", + "query_toks": [ + "SELECT", + "Exam_Date", + "FROM", + "Exams", + "WHERE", + "Subject_Code", + "LIKE", + "'", + "%", + "data", + "%", + "'", + "ORDER", + "BY", + "Exam_Date", + "DESC" + ], + "query_toks_no_value": [ + "select", + "exam_date", + "from", + "exams", + "where", + "subject_code", + "like", + "value", + "order", + "by", + "exam_date", + "desc" + ], + "question": "List the dates of the exams with subject code containing the word \"data\", in descending order of dates.", + "question_toks": [ + "List", + "the", + "dates", + "of", + "the", + "exams", + "with", + "subject", + "code", + "containing", + "the", + "word", + "``", + "data", + "''", + ",", + "in", + "descending", + "order", + "of", + "dates", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"%data%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Exam_Date FROM Exams WHERE Subject_Code LIKE '%data%' ORDER BY Exam_Date DESC", + "query_toks": [ + "SELECT", + "Exam_Date", + "FROM", + "Exams", + "WHERE", + "Subject_Code", + "LIKE", + "'", + "%", + "data", + "%", + "'", + "ORDER", + "BY", + "Exam_Date", + "DESC" + ], + "query_toks_no_value": [ + "select", + "exam_date", + "from", + "exams", + "where", + "subject_code", + "like", + "value", + "order", + "by", + "exam_date", + "desc" + ], + "question": "What are the dates of the exams whose subject code contains the substring \"data\"? Return them in descending order of dates.", + "question_toks": [ + "What", + "are", + "the", + "dates", + "of", + "the", + "exams", + "whose", + "subject", + "code", + "contains", + "the", + "substring", + "``", + "data", + "''", + "?", + "Return", + "them", + "in", + "descending", + "order", + "of", + "dates", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"%data%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Type_of_Question_Code , COUNT(*) FROM Questions GROUP BY Type_of_Question_Code", + "query_toks": [ + "SELECT", + "Type_of_Question_Code", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "Questions", + "GROUP", + "BY", + "Type_of_Question_Code" + ], + "query_toks_no_value": [ + "select", + "type_of_question_code", + ",", + "count", + "(", + "*", + ")", + "from", + "questions", + "group", + "by", + "type_of_question_code" + ], + "question": "What are the type of questions and their counts?", + "question_toks": [ + "What", + "are", + "the", + "type", + "of", + "questions", + "and", + "their", + "counts", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Type_of_Question_Code , COUNT(*) FROM Questions GROUP BY Type_of_Question_Code", + "query_toks": [ + "SELECT", + "Type_of_Question_Code", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "Questions", + "GROUP", + "BY", + "Type_of_Question_Code" + ], + "query_toks_no_value": [ + "select", + "type_of_question_code", + ",", + "count", + "(", + "*", + ")", + "from", + "questions", + "group", + "by", + "type_of_question_code" + ], + "question": "For each question type, return its type code and its count of occurrence.", + "question_toks": [ + "For", + "each", + "question", + "type", + ",", + "return", + "its", + "type", + "code", + "and", + "its", + "count", + "of", + "occurrence", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT DISTINCT Student_Answer_Text FROM Student_Answers WHERE Comments = \"Normal\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "Student_Answer_Text", + "FROM", + "Student_Answers", + "WHERE", + "Comments", + "=", + "``", + "Normal", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "student_answer_text", + "from", + "student_answers", + "where", + "comments", + "=", + "value" + ], + "question": "What are the distinct student answer texts that received comments \"Normal\"?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "student", + "answer", + "texts", + "that", + "received", + "comments", + "``", + "Normal", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"Normal\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT DISTINCT Student_Answer_Text FROM Student_Answers WHERE Comments = \"Normal\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "Student_Answer_Text", + "FROM", + "Student_Answers", + "WHERE", + "Comments", + "=", + "``", + "Normal", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "student_answer_text", + "from", + "student_answers", + "where", + "comments", + "=", + "value" + ], + "question": "List all the distinct student answer texts to which comments \"Normal\" were given?", + "question_toks": [ + "List", + "all", + "the", + "distinct", + "student", + "answer", + "texts", + "to", + "which", + "comments", + "``", + "Normal", + "''", + "were", + "given", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"Normal\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT count(DISTINCT Comments) FROM Student_Answers", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "Comments", + ")", + "FROM", + "Student_Answers" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "comments", + ")", + "from", + "student_answers" + ], + "question": "How many different comments are there for student answers?", + "question_toks": [ + "How", + "many", + "different", + "comments", + "are", + "there", + "for", + "student", + "answers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 27, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT count(DISTINCT Comments) FROM Student_Answers", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "Comments", + ")", + "FROM", + "Student_Answers" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "comments", + ")", + "from", + "student_answers" + ], + "question": "Count the number of different comments for student answers.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "different", + "comments", + "for", + "student", + "answers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 27, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Student_Answer_Text FROM Student_Answers GROUP BY Student_Answer_Text ORDER BY COUNT(*) DESC", + "query_toks": [ + "SELECT", + "Student_Answer_Text", + "FROM", + "Student_Answers", + "GROUP", + "BY", + "Student_Answer_Text", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC" + ], + "query_toks_no_value": [ + "select", + "student_answer_text", + "from", + "student_answers", + "group", + "by", + "student_answer_text", + "order", + "by", + "count", + "(", + "*", + ")", + "desc" + ], + "question": "List all the student answer texts in descending order of count.", + "question_toks": [ + "List", + "all", + "the", + "student", + "answer", + "texts", + "in", + "descending", + "order", + "of", + "count", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 29, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Student_Answer_Text FROM Student_Answers GROUP BY Student_Answer_Text ORDER BY COUNT(*) DESC", + "query_toks": [ + "SELECT", + "Student_Answer_Text", + "FROM", + "Student_Answers", + "GROUP", + "BY", + "Student_Answer_Text", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC" + ], + "query_toks_no_value": [ + "select", + "student_answer_text", + "from", + "student_answers", + "group", + "by", + "student_answer_text", + "order", + "by", + "count", + "(", + "*", + ")", + "desc" + ], + "question": "Sort the student answer texts in descending order of their frequency of occurrence.", + "question_toks": [ + "Sort", + "the", + "student", + "answer", + "texts", + "in", + "descending", + "order", + "of", + "their", + "frequency", + "of", + "occurrence", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 29, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT T2.First_Name , T1.Date_of_Answer FROM Student_Answers AS T1 JOIN Students AS T2 ON T1.Student_ID = T2.Student_ID", + "query_toks": [ + "SELECT", + "T2.First_Name", + ",", + "T1.Date_of_Answer", + "FROM", + "Student_Answers", + "AS", + "T1", + "JOIN", + "Students", + "AS", + "T2", + "ON", + "T1.Student_ID", + "=", + "T2.Student_ID" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "first_name", + ",", + "t1", + ".", + "date_of_answer", + "from", + "student_answers", + "as", + "t1", + "join", + "students", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id" + ], + "question": "Please show the first names of students and the dates of their answers.", + "question_toks": [ + "Please", + "show", + "the", + "first", + "names", + "of", + "students", + "and", + "the", + "dates", + "of", + "their", + "answers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT T2.First_Name , T1.Date_of_Answer FROM Student_Answers AS T1 JOIN Students AS T2 ON T1.Student_ID = T2.Student_ID", + "query_toks": [ + "SELECT", + "T2.First_Name", + ",", + "T1.Date_of_Answer", + "FROM", + "Student_Answers", + "AS", + "T1", + "JOIN", + "Students", + "AS", + "T2", + "ON", + "T1.Student_ID", + "=", + "T2.Student_ID" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "first_name", + ",", + "t1", + ".", + "date_of_answer", + "from", + "student_answers", + "as", + "t1", + "join", + "students", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id" + ], + "question": "For each student answer, find the first name of the student and the date of the answer.", + "question_toks": [ + "For", + "each", + "student", + "answer", + ",", + "find", + "the", + "first", + "name", + "of", + "the", + "student", + "and", + "the", + "date", + "of", + "the", + "answer", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT T2.Email_Adress , T1.Date_of_Answer FROM Student_Answers AS T1 JOIN Students AS T2 ON T1.Student_ID = T2.Student_ID ORDER BY T1.Date_of_Answer DESC", + "query_toks": [ + "SELECT", + "T2.Email_Adress", + ",", + "T1.Date_of_Answer", + "FROM", + "Student_Answers", + "AS", + "T1", + "JOIN", + "Students", + "AS", + "T2", + "ON", + "T1.Student_ID", + "=", + "T2.Student_ID", + "ORDER", + "BY", + "T1.Date_of_Answer", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "email_adress", + ",", + "t1", + ".", + "date_of_answer", + "from", + "student_answers", + "as", + "t1", + "join", + "students", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "order", + "by", + "t1", + ".", + "date_of_answer", + "desc" + ], + "question": "Please show the email addresses of students and the dates of their answers in descending order of dates.", + "question_toks": [ + "Please", + "show", + "the", + "email", + "addresses", + "of", + "students", + "and", + "the", + "dates", + "of", + "their", + "answers", + "in", + "descending", + "order", + "of", + "dates", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT T2.Email_Adress , T1.Date_of_Answer FROM Student_Answers AS T1 JOIN Students AS T2 ON T1.Student_ID = T2.Student_ID ORDER BY T1.Date_of_Answer DESC", + "query_toks": [ + "SELECT", + "T2.Email_Adress", + ",", + "T1.Date_of_Answer", + "FROM", + "Student_Answers", + "AS", + "T1", + "JOIN", + "Students", + "AS", + "T2", + "ON", + "T1.Student_ID", + "=", + "T2.Student_ID", + "ORDER", + "BY", + "T1.Date_of_Answer", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "email_adress", + ",", + "t1", + ".", + "date_of_answer", + "from", + "student_answers", + "as", + "t1", + "join", + "students", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "order", + "by", + "t1", + ".", + "date_of_answer", + "desc" + ], + "question": "For each student answer, find the email address of the student and the date of the answer. Sort them in descending order of dates.", + "question_toks": [ + "For", + "each", + "student", + "answer", + ",", + "find", + "the", + "email", + "address", + "of", + "the", + "student", + "and", + "the", + "date", + "of", + "the", + "answer", + ".", + "Sort", + "them", + "in", + "descending", + "order", + "of", + "dates", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Assessment FROM Student_Assessments GROUP BY Assessment ORDER BY COUNT(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "Assessment", + "FROM", + "Student_Assessments", + "GROUP", + "BY", + "Assessment", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "assessment", + "from", + "student_assessments", + "group", + "by", + "assessment", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "Please show the least common assessment for students.", + "question_toks": [ + "Please", + "show", + "the", + "least", + "common", + "assessment", + "for", + "students", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 34, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Assessment FROM Student_Assessments GROUP BY Assessment ORDER BY COUNT(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "Assessment", + "FROM", + "Student_Assessments", + "GROUP", + "BY", + "Assessment", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "assessment", + "from", + "student_assessments", + "group", + "by", + "assessment", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "Which assessment has the smallest frequency count?", + "question_toks": [ + "Which", + "assessment", + "has", + "the", + "smallest", + "frequency", + "count", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 34, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT T2.First_Name FROM Student_Answers AS T1 JOIN Students AS T2 ON T1.Student_ID = T2.Student_ID GROUP BY T1.Student_ID HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "T2.First_Name", + "FROM", + "Student_Answers", + "AS", + "T1", + "JOIN", + "Students", + "AS", + "T2", + "ON", + "T1.Student_ID", + "=", + "T2.Student_ID", + "GROUP", + "BY", + "T1.Student_ID", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "first_name", + "from", + "student_answers", + "as", + "t1", + "join", + "students", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Please show the first names of the students that have at least two answer records.", + "question_toks": [ + "Please", + "show", + "the", + "first", + "names", + "of", + "the", + "students", + "that", + "have", + "at", + "least", + "two", + "answer", + "records", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT T2.First_Name FROM Student_Answers AS T1 JOIN Students AS T2 ON T1.Student_ID = T2.Student_ID GROUP BY T1.Student_ID HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "T2.First_Name", + "FROM", + "Student_Answers", + "AS", + "T1", + "JOIN", + "Students", + "AS", + "T2", + "ON", + "T1.Student_ID", + "=", + "T2.Student_ID", + "GROUP", + "BY", + "T1.Student_ID", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "first_name", + "from", + "student_answers", + "as", + "t1", + "join", + "students", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Which students have 2 or more answer records? Give me their first names.", + "question_toks": [ + "Which", + "students", + "have", + "2", + "or", + "more", + "answer", + "records", + "?", + "Give", + "me", + "their", + "first", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Valid_Answer_Text FROM Valid_Answers GROUP BY Valid_Answer_Text ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Valid_Answer_Text", + "FROM", + "Valid_Answers", + "GROUP", + "BY", + "Valid_Answer_Text", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "valid_answer_text", + "from", + "valid_answers", + "group", + "by", + "valid_answer_text", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the most common valid answer text?", + "question_toks": [ + "What", + "is", + "the", + "most", + "common", + "valid", + "answer", + "text", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Valid_Answer_Text FROM Valid_Answers GROUP BY Valid_Answer_Text ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Valid_Answer_Text", + "FROM", + "Valid_Answers", + "GROUP", + "BY", + "Valid_Answer_Text", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "valid_answer_text", + "from", + "valid_answers", + "group", + "by", + "valid_answer_text", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the valid answer text that appeared most frequently.", + "question_toks": [ + "Find", + "the", + "valid", + "answer", + "text", + "that", + "appeared", + "most", + "frequently", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Last_Name FROM Students WHERE Gender_MFU != \"M\"", + "query_toks": [ + "SELECT", + "Last_Name", + "FROM", + "Students", + "WHERE", + "Gender_MFU", + "!", + "=", + "``", + "M", + "''" + ], + "query_toks_no_value": [ + "select", + "last_name", + "from", + "students", + "where", + "gender_mfu", + "!", + "=", + "value" + ], + "question": "List the last names of the students whose gender is not \"M\".", + "question_toks": [ + "List", + "the", + "last", + "names", + "of", + "the", + "students", + "whose", + "gender", + "is", + "not", + "``", + "M", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"M\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Last_Name FROM Students WHERE Gender_MFU != \"M\"", + "query_toks": [ + "SELECT", + "Last_Name", + "FROM", + "Students", + "WHERE", + "Gender_MFU", + "!", + "=", + "``", + "M", + "''" + ], + "query_toks_no_value": [ + "select", + "last_name", + "from", + "students", + "where", + "gender_mfu", + "!", + "=", + "value" + ], + "question": "What are the last names of the students with gender other than \"M\"?", + "question_toks": [ + "What", + "are", + "the", + "last", + "names", + "of", + "the", + "students", + "with", + "gender", + "other", + "than", + "``", + "M", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"M\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Gender_MFU , COUNT(*) FROM Students GROUP BY Gender_MFU", + "query_toks": [ + "SELECT", + "Gender_MFU", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "Students", + "GROUP", + "BY", + "Gender_MFU" + ], + "query_toks_no_value": [ + "select", + "gender_mfu", + ",", + "count", + "(", + "*", + ")", + "from", + "students", + "group", + "by", + "gender_mfu" + ], + "question": "List each gender and the corresponding number of students.", + "question_toks": [ + "List", + "each", + "gender", + "and", + "the", + "corresponding", + "number", + "of", + "students", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Gender_MFU , COUNT(*) FROM Students GROUP BY Gender_MFU", + "query_toks": [ + "SELECT", + "Gender_MFU", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "Students", + "GROUP", + "BY", + "Gender_MFU" + ], + "query_toks_no_value": [ + "select", + "gender_mfu", + ",", + "count", + "(", + "*", + ")", + "from", + "students", + "group", + "by", + "gender_mfu" + ], + "question": "For each gender, return the gender code and the number of students who identify as that gender.", + "question_toks": [ + "For", + "each", + "gender", + ",", + "return", + "the", + "gender", + "code", + "and", + "the", + "number", + "of", + "students", + "who", + "identify", + "as", + "that", + "gender", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Last_Name FROM Students WHERE Gender_MFU = \"F\" OR Gender_MFU = \"M\"", + "query_toks": [ + "SELECT", + "Last_Name", + "FROM", + "Students", + "WHERE", + "Gender_MFU", + "=", + "``", + "F", + "''", + "OR", + "Gender_MFU", + "=", + "``", + "M", + "''" + ], + "query_toks_no_value": [ + "select", + "last_name", + "from", + "students", + "where", + "gender_mfu", + "=", + "value", + "or", + "gender_mfu", + "=", + "value" + ], + "question": "List the last names of the students whose gender is \"F\" or \"M\".", + "question_toks": [ + "List", + "the", + "last", + "names", + "of", + "the", + "students", + "whose", + "gender", + "is", + "``", + "F", + "''", + "or", + "``", + "M", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"F\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"M\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Last_Name FROM Students WHERE Gender_MFU = \"F\" OR Gender_MFU = \"M\"", + "query_toks": [ + "SELECT", + "Last_Name", + "FROM", + "Students", + "WHERE", + "Gender_MFU", + "=", + "``", + "F", + "''", + "OR", + "Gender_MFU", + "=", + "``", + "M", + "''" + ], + "query_toks_no_value": [ + "select", + "last_name", + "from", + "students", + "where", + "gender_mfu", + "=", + "value", + "or", + "gender_mfu", + "=", + "value" + ], + "question": "Which students identify their gender as \"F\" or \"M\"? Give me their last names.", + "question_toks": [ + "Which", + "students", + "identify", + "their", + "gender", + "as", + "``", + "F", + "''", + "or", + "``", + "M", + "''", + "?", + "Give", + "me", + "their", + "last", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"F\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"M\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT First_Name FROM Students WHERE Student_ID NOT IN (SELECT Student_ID FROM Student_Answers)", + "query_toks": [ + "SELECT", + "First_Name", + "FROM", + "Students", + "WHERE", + "Student_ID", + "NOT", + "IN", + "(", + "SELECT", + "Student_ID", + "FROM", + "Student_Answers", + ")" + ], + "query_toks_no_value": [ + "select", + "first_name", + "from", + "students", + "where", + "student_id", + "not", + "in", + "(", + "select", + "student_id", + "from", + "student_answers", + ")" + ], + "question": "List the first names of the students who do not have any answers.", + "question_toks": [ + "List", + "the", + "first", + "names", + "of", + "the", + "students", + "who", + "do", + "not", + "have", + "any", + "answers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT First_Name FROM Students WHERE Student_ID NOT IN (SELECT Student_ID FROM Student_Answers)", + "query_toks": [ + "SELECT", + "First_Name", + "FROM", + "Students", + "WHERE", + "Student_ID", + "NOT", + "IN", + "(", + "SELECT", + "Student_ID", + "FROM", + "Student_Answers", + ")" + ], + "query_toks_no_value": [ + "select", + "first_name", + "from", + "students", + "where", + "student_id", + "not", + "in", + "(", + "select", + "student_id", + "from", + "student_answers", + ")" + ], + "question": "Which students do not have any answers? Find their first names.", + "question_toks": [ + "Which", + "students", + "do", + "not", + "have", + "any", + "answers", + "?", + "Find", + "their", + "first", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Student_Answer_Text FROM Student_Answers WHERE Comments = \"Normal\" INTERSECT SELECT Student_Answer_Text FROM Student_Answers WHERE Comments = \"Absent\"", + "query_toks": [ + "SELECT", + "Student_Answer_Text", + "FROM", + "Student_Answers", + "WHERE", + "Comments", + "=", + "``", + "Normal", + "''", + "INTERSECT", + "SELECT", + "Student_Answer_Text", + "FROM", + "Student_Answers", + "WHERE", + "Comments", + "=", + "``", + "Absent", + "''" + ], + "query_toks_no_value": [ + "select", + "student_answer_text", + "from", + "student_answers", + "where", + "comments", + "=", + "value", + "intersect", + "select", + "student_answer_text", + "from", + "student_answers", + "where", + "comments", + "=", + "value" + ], + "question": "Show the student answer texts that received both \"Normal\" and \"Absent\" as comments.", + "question_toks": [ + "Show", + "the", + "student", + "answer", + "texts", + "that", + "received", + "both", + "``", + "Normal", + "''", + "and", + "``", + "Absent", + "''", + "as", + "comments", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"Normal\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"Absent\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Student_Answer_Text FROM Student_Answers WHERE Comments = \"Normal\" INTERSECT SELECT Student_Answer_Text FROM Student_Answers WHERE Comments = \"Absent\"", + "query_toks": [ + "SELECT", + "Student_Answer_Text", + "FROM", + "Student_Answers", + "WHERE", + "Comments", + "=", + "``", + "Normal", + "''", + "INTERSECT", + "SELECT", + "Student_Answer_Text", + "FROM", + "Student_Answers", + "WHERE", + "Comments", + "=", + "``", + "Absent", + "''" + ], + "query_toks_no_value": [ + "select", + "student_answer_text", + "from", + "student_answers", + "where", + "comments", + "=", + "value", + "intersect", + "select", + "student_answer_text", + "from", + "student_answers", + "where", + "comments", + "=", + "value" + ], + "question": "Which student answer texts were given both \"Normal\" and \"Absent\" as comments?", + "question_toks": [ + "Which", + "student", + "answer", + "texts", + "were", + "given", + "both", + "``", + "Normal", + "''", + "and", + "``", + "Absent", + "''", + "as", + "comments", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"Normal\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"Absent\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Type_of_Question_Code FROM Questions GROUP BY Type_of_Question_Code HAVING count(*) >= 3", + "query_toks": [ + "SELECT", + "Type_of_Question_Code", + "FROM", + "Questions", + "GROUP", + "BY", + "Type_of_Question_Code", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "type_of_question_code", + "from", + "questions", + "group", + "by", + "type_of_question_code", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show the types of questions that have at least three questions.", + "question_toks": [ + "Show", + "the", + "types", + "of", + "questions", + "that", + "have", + "at", + "least", + "three", + "questions", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT Type_of_Question_Code FROM Questions GROUP BY Type_of_Question_Code HAVING count(*) >= 3", + "query_toks": [ + "SELECT", + "Type_of_Question_Code", + "FROM", + "Questions", + "GROUP", + "BY", + "Type_of_Question_Code", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "type_of_question_code", + "from", + "questions", + "group", + "by", + "type_of_question_code", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Which types of questions have 3 or more questions? Return the questions type code.", + "question_toks": [ + "Which", + "types", + "of", + "questions", + "have", + "3", + "or", + "more", + "questions", + "?", + "Return", + "the", + "questions", + "type", + "code", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT * FROM Students", + "query_toks": [ + "SELECT", + "*", + "FROM", + "Students" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "students" + ], + "question": "Show all information on students.", + "question_toks": [ + "Show", + "all", + "information", + "on", + "students", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "online_exams", + "query": "SELECT * FROM Students", + "query_toks": [ + "SELECT", + "*", + "FROM", + "Students" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "students" + ], + "question": "What is al the available information of each student?", + "question_toks": [ + "What", + "is", + "al", + "the", + "available", + "information", + "of", + "each", + "student", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(*) FROM Addresses", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Addresses" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "addresses" + ], + "question": "How many addresses do we have?", + "question_toks": [ + "How", + "many", + "addresses", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(*) FROM Addresses", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Addresses" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "addresses" + ], + "question": "Count the number of addresses.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "addresses", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT address_id , address_details FROM Addresses", + "query_toks": [ + "SELECT", + "address_id", + ",", + "address_details", + "FROM", + "Addresses" + ], + "query_toks_no_value": [ + "select", + "address_id", + ",", + "address_details", + "from", + "addresses" + ], + "question": "List all address ids and address details.", + "question_toks": [ + "List", + "all", + "address", + "ids", + "and", + "address", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT address_id , address_details FROM Addresses", + "query_toks": [ + "SELECT", + "address_id", + ",", + "address_details", + "FROM", + "Addresses" + ], + "query_toks_no_value": [ + "select", + "address_id", + ",", + "address_details", + "from", + "addresses" + ], + "question": "What are all the address ids and address details?", + "question_toks": [ + "What", + "are", + "all", + "the", + "address", + "ids", + "and", + "address", + "details", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(*) FROM Products", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Products" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "products" + ], + "question": "How many products do we have?", + "question_toks": [ + "How", + "many", + "products", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(*) FROM Products", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Products" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "products" + ], + "question": "Count the number of products.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "products", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_id , product_type_code , product_name FROM Products", + "query_toks": [ + "SELECT", + "product_id", + ",", + "product_type_code", + ",", + "product_name", + "FROM", + "Products" + ], + "query_toks_no_value": [ + "select", + "product_id", + ",", + "product_type_code", + ",", + "product_name", + "from", + "products" + ], + "question": "Show all product ids, product type codes, and product name.", + "question_toks": [ + "Show", + "all", + "product", + "ids", + ",", + "product", + "type", + "codes", + ",", + "and", + "product", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_id , product_type_code , product_name FROM Products", + "query_toks": [ + "SELECT", + "product_id", + ",", + "product_type_code", + ",", + "product_name", + "FROM", + "Products" + ], + "query_toks_no_value": [ + "select", + "product_id", + ",", + "product_type_code", + ",", + "product_name", + "from", + "products" + ], + "question": "What are the ids, type codes, and names for all products?", + "question_toks": [ + "What", + "are", + "the", + "ids", + ",", + "type", + "codes", + ",", + "and", + "names", + "for", + "all", + "products", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_price FROM Products WHERE product_name = \"Monitor\"", + "query_toks": [ + "SELECT", + "product_price", + "FROM", + "Products", + "WHERE", + "product_name", + "=", + "``", + "Monitor", + "''" + ], + "query_toks_no_value": [ + "select", + "product_price", + "from", + "products", + "where", + "product_name", + "=", + "value" + ], + "question": "What is the price for the product with name Monitor?", + "question_toks": [ + "What", + "is", + "the", + "price", + "for", + "the", + "product", + "with", + "name", + "Monitor", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Monitor\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_price FROM Products WHERE product_name = \"Monitor\"", + "query_toks": [ + "SELECT", + "product_price", + "FROM", + "Products", + "WHERE", + "product_name", + "=", + "``", + "Monitor", + "''" + ], + "query_toks_no_value": [ + "select", + "product_price", + "from", + "products", + "where", + "product_name", + "=", + "value" + ], + "question": "Give the price of the Monitor product.", + "question_toks": [ + "Give", + "the", + "price", + "of", + "the", + "Monitor", + "product", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Monitor\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT min(product_price) , avg(product_price) , max(product_price) FROM Products", + "query_toks": [ + "SELECT", + "min", + "(", + "product_price", + ")", + ",", + "avg", + "(", + "product_price", + ")", + ",", + "max", + "(", + "product_price", + ")", + "FROM", + "Products" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "product_price", + ")", + ",", + "avg", + "(", + "product_price", + ")", + ",", + "max", + "(", + "product_price", + ")", + "from", + "products" + ], + "question": "Show the minimum, average, maximum price for all products.", + "question_toks": [ + "Show", + "the", + "minimum", + ",", + "average", + ",", + "maximum", + "price", + "for", + "all", + "products", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT min(product_price) , avg(product_price) , max(product_price) FROM Products", + "query_toks": [ + "SELECT", + "min", + "(", + "product_price", + ")", + ",", + "avg", + "(", + "product_price", + ")", + ",", + "max", + "(", + "product_price", + ")", + "FROM", + "Products" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "product_price", + ")", + ",", + "avg", + "(", + "product_price", + ")", + ",", + "max", + "(", + "product_price", + ")", + "from", + "products" + ], + "question": "What are the minimum, average, and maximum prices across all products?", + "question_toks": [ + "What", + "are", + "the", + "minimum", + ",", + "average", + ",", + "and", + "maximum", + "prices", + "across", + "all", + "products", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT avg(product_price) FROM Products WHERE product_type_code = \"Clothes\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "product_price", + ")", + "FROM", + "Products", + "WHERE", + "product_type_code", + "=", + "``", + "Clothes", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "product_price", + ")", + "from", + "products", + "where", + "product_type_code", + "=", + "value" + ], + "question": "What is the average price for products with type Clothes?", + "question_toks": [ + "What", + "is", + "the", + "average", + "price", + "for", + "products", + "with", + "type", + "Clothes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Clothes\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT avg(product_price) FROM Products WHERE product_type_code = \"Clothes\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "product_price", + ")", + "FROM", + "Products", + "WHERE", + "product_type_code", + "=", + "``", + "Clothes", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "product_price", + ")", + "from", + "products", + "where", + "product_type_code", + "=", + "value" + ], + "question": "Return the average price of Clothes.", + "question_toks": [ + "Return", + "the", + "average", + "price", + "of", + "Clothes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Clothes\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(*) FROM Products WHERE product_type_code = \"Hardware\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Products", + "WHERE", + "product_type_code", + "=", + "``", + "Hardware", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "products", + "where", + "product_type_code", + "=", + "value" + ], + "question": "How many hardware type products do we have?", + "question_toks": [ + "How", + "many", + "hardware", + "type", + "products", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Hardware\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(*) FROM Products WHERE product_type_code = \"Hardware\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Products", + "WHERE", + "product_type_code", + "=", + "``", + "Hardware", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "products", + "where", + "product_type_code", + "=", + "value" + ], + "question": "Count the number of products of the type Hardware.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "products", + "of", + "the", + "type", + "Hardware", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Hardware\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_name FROM Products WHERE product_price > (SELECT avg(product_price) FROM Products)", + "query_toks": [ + "SELECT", + "product_name", + "FROM", + "Products", + "WHERE", + "product_price", + ">", + "(", + "SELECT", + "avg", + "(", + "product_price", + ")", + "FROM", + "Products", + ")" + ], + "query_toks_no_value": [ + "select", + "product_name", + "from", + "products", + "where", + "product_price", + ">", + "(", + "select", + "avg", + "(", + "product_price", + ")", + "from", + "products", + ")" + ], + "question": "Show all product names with price higher than the average.", + "question_toks": [ + "Show", + "all", + "product", + "names", + "with", + "price", + "higher", + "than", + "the", + "average", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_name FROM Products WHERE product_price > (SELECT avg(product_price) FROM Products)", + "query_toks": [ + "SELECT", + "product_name", + "FROM", + "Products", + "WHERE", + "product_price", + ">", + "(", + "SELECT", + "avg", + "(", + "product_price", + ")", + "FROM", + "Products", + ")" + ], + "query_toks_no_value": [ + "select", + "product_name", + "from", + "products", + "where", + "product_price", + ">", + "(", + "select", + "avg", + "(", + "product_price", + ")", + "from", + "products", + ")" + ], + "question": "What are the names of products that have a price above the average for all products.", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "products", + "that", + "have", + "a", + "price", + "above", + "the", + "average", + "for", + "all", + "products", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_name FROM Products WHERE product_type_code = \"Hardware\" AND product_price > (SELECT avg(product_price) FROM Products WHERE product_type_code = \"Hardware\")", + "query_toks": [ + "SELECT", + "product_name", + "FROM", + "Products", + "WHERE", + "product_type_code", + "=", + "``", + "Hardware", + "''", + "AND", + "product_price", + ">", + "(", + "SELECT", + "avg", + "(", + "product_price", + ")", + "FROM", + "Products", + "WHERE", + "product_type_code", + "=", + "``", + "Hardware", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "product_name", + "from", + "products", + "where", + "product_type_code", + "=", + "value", + "and", + "product_price", + ">", + "(", + "select", + "avg", + "(", + "product_price", + ")", + "from", + "products", + "where", + "product_type_code", + "=", + "value", + ")" + ], + "question": "Show all hardware product names with price higher than the average price of hardware type products.", + "question_toks": [ + "Show", + "all", + "hardware", + "product", + "names", + "with", + "price", + "higher", + "than", + "the", + "average", + "price", + "of", + "hardware", + "type", + "products", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Hardware\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Hardware\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_name FROM Products WHERE product_type_code = \"Hardware\" AND product_price > (SELECT avg(product_price) FROM Products WHERE product_type_code = \"Hardware\")", + "query_toks": [ + "SELECT", + "product_name", + "FROM", + "Products", + "WHERE", + "product_type_code", + "=", + "``", + "Hardware", + "''", + "AND", + "product_price", + ">", + "(", + "SELECT", + "avg", + "(", + "product_price", + ")", + "FROM", + "Products", + "WHERE", + "product_type_code", + "=", + "``", + "Hardware", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "product_name", + "from", + "products", + "where", + "product_type_code", + "=", + "value", + "and", + "product_price", + ">", + "(", + "select", + "avg", + "(", + "product_price", + ")", + "from", + "products", + "where", + "product_type_code", + "=", + "value", + ")" + ], + "question": "What are the names of Hardware product with prices above the average price of Hardware products.", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "Hardware", + "product", + "with", + "prices", + "above", + "the", + "average", + "price", + "of", + "Hardware", + "products", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Hardware\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Hardware\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_name FROM Products WHERE product_type_code = \"Clothes\" ORDER BY product_price DESC LIMIT 1", + "query_toks": [ + "SELECT", + "product_name", + "FROM", + "Products", + "WHERE", + "product_type_code", + "=", + "``", + "Clothes", + "''", + "ORDER", + "BY", + "product_price", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "product_name", + "from", + "products", + "where", + "product_type_code", + "=", + "value", + "order", + "by", + "product_price", + "desc", + "limit", + "value" + ], + "question": "What is the name of the most expensive product with type Clothes?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "most", + "expensive", + "product", + "with", + "type", + "Clothes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Clothes\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_name FROM Products WHERE product_type_code = \"Clothes\" ORDER BY product_price DESC LIMIT 1", + "query_toks": [ + "SELECT", + "product_name", + "FROM", + "Products", + "WHERE", + "product_type_code", + "=", + "``", + "Clothes", + "''", + "ORDER", + "BY", + "product_price", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "product_name", + "from", + "products", + "where", + "product_type_code", + "=", + "value", + "order", + "by", + "product_price", + "desc", + "limit", + "value" + ], + "question": "Give the name of the most expensive Clothes product.", + "question_toks": [ + "Give", + "the", + "name", + "of", + "the", + "most", + "expensive", + "Clothes", + "product", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Clothes\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_id , product_name FROM Products WHERE product_type_code = \"Hardware\" ORDER BY product_price ASC LIMIT 1", + "query_toks": [ + "SELECT", + "product_id", + ",", + "product_name", + "FROM", + "Products", + "WHERE", + "product_type_code", + "=", + "``", + "Hardware", + "''", + "ORDER", + "BY", + "product_price", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "product_id", + ",", + "product_name", + "from", + "products", + "where", + "product_type_code", + "=", + "value", + "order", + "by", + "product_price", + "asc", + "limit", + "value" + ], + "question": "What is the product id and product name for the cheapest Hardware type product?", + "question_toks": [ + "What", + "is", + "the", + "product", + "id", + "and", + "product", + "name", + "for", + "the", + "cheapest", + "Hardware", + "type", + "product", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Hardware\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_id , product_name FROM Products WHERE product_type_code = \"Hardware\" ORDER BY product_price ASC LIMIT 1", + "query_toks": [ + "SELECT", + "product_id", + ",", + "product_name", + "FROM", + "Products", + "WHERE", + "product_type_code", + "=", + "``", + "Hardware", + "''", + "ORDER", + "BY", + "product_price", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "product_id", + ",", + "product_name", + "from", + "products", + "where", + "product_type_code", + "=", + "value", + "order", + "by", + "product_price", + "asc", + "limit", + "value" + ], + "question": "Give the id and name of the cheapest Hardware product.", + "question_toks": [ + "Give", + "the", + "id", + "and", + "name", + "of", + "the", + "cheapest", + "Hardware", + "product", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Hardware\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_name FROM Products ORDER BY product_price DESC", + "query_toks": [ + "SELECT", + "product_name", + "FROM", + "Products", + "ORDER", + "BY", + "product_price", + "DESC" + ], + "query_toks_no_value": [ + "select", + "product_name", + "from", + "products", + "order", + "by", + "product_price", + "desc" + ], + "question": "List all product names in descending order of price.", + "question_toks": [ + "List", + "all", + "product", + "names", + "in", + "descending", + "order", + "of", + "price", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_name FROM Products ORDER BY product_price DESC", + "query_toks": [ + "SELECT", + "product_name", + "FROM", + "Products", + "ORDER", + "BY", + "product_price", + "DESC" + ], + "query_toks_no_value": [ + "select", + "product_name", + "from", + "products", + "order", + "by", + "product_price", + "desc" + ], + "question": "What are the names of the products, sorted by descending price?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "products", + ",", + "sorted", + "by", + "descending", + "price", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_name FROM Products WHERE product_type_code = \"Hardware\" ORDER BY product_price ASC", + "query_toks": [ + "SELECT", + "product_name", + "FROM", + "Products", + "WHERE", + "product_type_code", + "=", + "``", + "Hardware", + "''", + "ORDER", + "BY", + "product_price", + "ASC" + ], + "query_toks_no_value": [ + "select", + "product_name", + "from", + "products", + "where", + "product_type_code", + "=", + "value", + "order", + "by", + "product_price", + "asc" + ], + "question": "Show all hardware type products in ascending order of price.", + "question_toks": [ + "Show", + "all", + "hardware", + "type", + "products", + "in", + "ascending", + "order", + "of", + "price", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Hardware\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_name FROM Products WHERE product_type_code = \"Hardware\" ORDER BY product_price ASC", + "query_toks": [ + "SELECT", + "product_name", + "FROM", + "Products", + "WHERE", + "product_type_code", + "=", + "``", + "Hardware", + "''", + "ORDER", + "BY", + "product_price", + "ASC" + ], + "query_toks_no_value": [ + "select", + "product_name", + "from", + "products", + "where", + "product_type_code", + "=", + "value", + "order", + "by", + "product_price", + "asc" + ], + "question": "What are the names of all Hardware products, sorted by price ascending?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "Hardware", + "products", + ",", + "sorted", + "by", + "price", + "ascending", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Hardware\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_type_code , count(*) FROM Products GROUP BY product_type_code", + "query_toks": [ + "SELECT", + "product_type_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Products", + "GROUP", + "BY", + "product_type_code" + ], + "query_toks_no_value": [ + "select", + "product_type_code", + ",", + "count", + "(", + "*", + ")", + "from", + "products", + "group", + "by", + "product_type_code" + ], + "question": "List all product type codes and the number of products in each type.", + "question_toks": [ + "List", + "all", + "product", + "type", + "codes", + "and", + "the", + "number", + "of", + "products", + "in", + "each", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_type_code , count(*) FROM Products GROUP BY product_type_code", + "query_toks": [ + "SELECT", + "product_type_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Products", + "GROUP", + "BY", + "product_type_code" + ], + "query_toks_no_value": [ + "select", + "product_type_code", + ",", + "count", + "(", + "*", + ")", + "from", + "products", + "group", + "by", + "product_type_code" + ], + "question": "How many products are there for each product type?", + "question_toks": [ + "How", + "many", + "products", + "are", + "there", + "for", + "each", + "product", + "type", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_type_code , avg(product_price) FROM Products GROUP BY product_type_code", + "query_toks": [ + "SELECT", + "product_type_code", + ",", + "avg", + "(", + "product_price", + ")", + "FROM", + "Products", + "GROUP", + "BY", + "product_type_code" + ], + "query_toks_no_value": [ + "select", + "product_type_code", + ",", + "avg", + "(", + "product_price", + ")", + "from", + "products", + "group", + "by", + "product_type_code" + ], + "question": "Show all product type codes and the average price for each type.", + "question_toks": [ + "Show", + "all", + "product", + "type", + "codes", + "and", + "the", + "average", + "price", + "for", + "each", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_type_code , avg(product_price) FROM Products GROUP BY product_type_code", + "query_toks": [ + "SELECT", + "product_type_code", + ",", + "avg", + "(", + "product_price", + ")", + "FROM", + "Products", + "GROUP", + "BY", + "product_type_code" + ], + "query_toks_no_value": [ + "select", + "product_type_code", + ",", + "avg", + "(", + "product_price", + ")", + "from", + "products", + "group", + "by", + "product_type_code" + ], + "question": "What is the average price of products for each product type?", + "question_toks": [ + "What", + "is", + "the", + "average", + "price", + "of", + "products", + "for", + "each", + "product", + "type", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_type_code FROM Products GROUP BY product_type_code HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "product_type_code", + "FROM", + "Products", + "GROUP", + "BY", + "product_type_code", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "product_type_code", + "from", + "products", + "group", + "by", + "product_type_code", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the product type code with at least two products?", + "question_toks": [ + "What", + "are", + "the", + "product", + "type", + "code", + "with", + "at", + "least", + "two", + "products", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_type_code FROM Products GROUP BY product_type_code HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "product_type_code", + "FROM", + "Products", + "GROUP", + "BY", + "product_type_code", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "product_type_code", + "from", + "products", + "group", + "by", + "product_type_code", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Give the product type codes of product types that have two or more products.", + "question_toks": [ + "Give", + "the", + "product", + "type", + "codes", + "of", + "product", + "types", + "that", + "have", + "two", + "or", + "more", + "products", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_type_code FROM Products GROUP BY product_type_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "product_type_code", + "FROM", + "Products", + "GROUP", + "BY", + "product_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "product_type_code", + "from", + "products", + "group", + "by", + "product_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the product type code with most number of products?", + "question_toks": [ + "What", + "is", + "the", + "product", + "type", + "code", + "with", + "most", + "number", + "of", + "products", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_type_code FROM Products GROUP BY product_type_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "product_type_code", + "FROM", + "Products", + "GROUP", + "BY", + "product_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "product_type_code", + "from", + "products", + "group", + "by", + "product_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the most frequent product type code?", + "question_toks": [ + "What", + "is", + "the", + "most", + "frequent", + "product", + "type", + "code", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(*) FROM Customers", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Customers" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "customers" + ], + "question": "How many customers do we have?", + "question_toks": [ + "How", + "many", + "customers", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(*) FROM Customers", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Customers" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "customers" + ], + "question": "Count the number of customers.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "customers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT customer_id , customer_name FROM Customers", + "query_toks": [ + "SELECT", + "customer_id", + ",", + "customer_name", + "FROM", + "Customers" + ], + "query_toks_no_value": [ + "select", + "customer_id", + ",", + "customer_name", + "from", + "customers" + ], + "question": "Show all customer ids and customer names.", + "question_toks": [ + "Show", + "all", + "customer", + "ids", + "and", + "customer", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT customer_id , customer_name FROM Customers", + "query_toks": [ + "SELECT", + "customer_id", + ",", + "customer_name", + "FROM", + "Customers" + ], + "query_toks_no_value": [ + "select", + "customer_id", + ",", + "customer_name", + "from", + "customers" + ], + "question": "What are the ids and names of all customers?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "names", + "of", + "all", + "customers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT customer_address , customer_phone , customer_email FROM Customers WHERE customer_name = \"Jeromy\"", + "query_toks": [ + "SELECT", + "customer_address", + ",", + "customer_phone", + ",", + "customer_email", + "FROM", + "Customers", + "WHERE", + "customer_name", + "=", + "``", + "Jeromy", + "''" + ], + "query_toks_no_value": [ + "select", + "customer_address", + ",", + "customer_phone", + ",", + "customer_email", + "from", + "customers", + "where", + "customer_name", + "=", + "value" + ], + "question": "What is the customer address, customer phone, and customer email for Jeromy?", + "question_toks": [ + "What", + "is", + "the", + "customer", + "address", + ",", + "customer", + "phone", + ",", + "and", + "customer", + "email", + "for", + "Jeromy", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Jeromy\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT customer_address , customer_phone , customer_email FROM Customers WHERE customer_name = \"Jeromy\"", + "query_toks": [ + "SELECT", + "customer_address", + ",", + "customer_phone", + ",", + "customer_email", + "FROM", + "Customers", + "WHERE", + "customer_name", + "=", + "``", + "Jeromy", + "''" + ], + "query_toks_no_value": [ + "select", + "customer_address", + ",", + "customer_phone", + ",", + "customer_email", + "from", + "customers", + "where", + "customer_name", + "=", + "value" + ], + "question": "Give the address, phone, and email for customers with the name Jeromy.", + "question_toks": [ + "Give", + "the", + "address", + ",", + "phone", + ",", + "and", + "email", + "for", + "customers", + "with", + "the", + "name", + "Jeromy", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Jeromy\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT payment_method_code , count(*) FROM Customers GROUP BY payment_method_code", + "query_toks": [ + "SELECT", + "payment_method_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Customers", + "GROUP", + "BY", + "payment_method_code" + ], + "query_toks_no_value": [ + "select", + "payment_method_code", + ",", + "count", + "(", + "*", + ")", + "from", + "customers", + "group", + "by", + "payment_method_code" + ], + "question": "Show all payment method codes and the number of customers in each code.", + "question_toks": [ + "Show", + "all", + "payment", + "method", + "codes", + "and", + "the", + "number", + "of", + "customers", + "in", + "each", + "code", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT payment_method_code , count(*) FROM Customers GROUP BY payment_method_code", + "query_toks": [ + "SELECT", + "payment_method_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Customers", + "GROUP", + "BY", + "payment_method_code" + ], + "query_toks_no_value": [ + "select", + "payment_method_code", + ",", + "count", + "(", + "*", + ")", + "from", + "customers", + "group", + "by", + "payment_method_code" + ], + "question": "How many customers use each payment method?", + "question_toks": [ + "How", + "many", + "customers", + "use", + "each", + "payment", + "method", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT payment_method_code FROM Customers GROUP BY payment_method_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "payment_method_code", + "FROM", + "Customers", + "GROUP", + "BY", + "payment_method_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "payment_method_code", + "from", + "customers", + "group", + "by", + "payment_method_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the payment method code used by most number of customers?", + "question_toks": [ + "What", + "is", + "the", + "payment", + "method", + "code", + "used", + "by", + "most", + "number", + "of", + "customers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT payment_method_code FROM Customers GROUP BY payment_method_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "payment_method_code", + "FROM", + "Customers", + "GROUP", + "BY", + "payment_method_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "payment_method_code", + "from", + "customers", + "group", + "by", + "payment_method_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the code of the payment method that is most commonly used.", + "question_toks": [ + "Give", + "the", + "code", + "of", + "the", + "payment", + "method", + "that", + "is", + "most", + "commonly", + "used", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT customer_name FROM Customers WHERE payment_method_code = ( SELECT payment_method_code FROM Customers GROUP BY payment_method_code ORDER BY count(*) ASC LIMIT 1)", + "query_toks": [ + "SELECT", + "customer_name", + "FROM", + "Customers", + "WHERE", + "payment_method_code", + "=", + "(", + "SELECT", + "payment_method_code", + "FROM", + "Customers", + "GROUP", + "BY", + "payment_method_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "customer_name", + "from", + "customers", + "where", + "payment_method_code", + "=", + "(", + "select", + "payment_method_code", + "from", + "customers", + "group", + "by", + "payment_method_code", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value", + ")" + ], + "question": "Show all customer names with the payment method code used by least number of customers.", + "question_toks": [ + "Show", + "all", + "customer", + "names", + "with", + "the", + "payment", + "method", + "code", + "used", + "by", + "least", + "number", + "of", + "customers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT customer_name FROM Customers WHERE payment_method_code = ( SELECT payment_method_code FROM Customers GROUP BY payment_method_code ORDER BY count(*) ASC LIMIT 1)", + "query_toks": [ + "SELECT", + "customer_name", + "FROM", + "Customers", + "WHERE", + "payment_method_code", + "=", + "(", + "SELECT", + "payment_method_code", + "FROM", + "Customers", + "GROUP", + "BY", + "payment_method_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "customer_name", + "from", + "customers", + "where", + "payment_method_code", + "=", + "(", + "select", + "payment_method_code", + "from", + "customers", + "group", + "by", + "payment_method_code", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value", + ")" + ], + "question": "What are the names of customers who use the least common payment method?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "customers", + "who", + "use", + "the", + "least", + "common", + "payment", + "method", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT payment_method_code , customer_number FROM Customers WHERE customer_name = \"Jeromy\"", + "query_toks": [ + "SELECT", + "payment_method_code", + ",", + "customer_number", + "FROM", + "Customers", + "WHERE", + "customer_name", + "=", + "``", + "Jeromy", + "''" + ], + "query_toks_no_value": [ + "select", + "payment_method_code", + ",", + "customer_number", + "from", + "customers", + "where", + "customer_name", + "=", + "value" + ], + "question": "What is the payment method and customer number for customer named Jeromy?", + "question_toks": [ + "What", + "is", + "the", + "payment", + "method", + "and", + "customer", + "number", + "for", + "customer", + "named", + "Jeromy", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Jeromy\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT payment_method_code , customer_number FROM Customers WHERE customer_name = \"Jeromy\"", + "query_toks": [ + "SELECT", + "payment_method_code", + ",", + "customer_number", + "FROM", + "Customers", + "WHERE", + "customer_name", + "=", + "``", + "Jeromy", + "''" + ], + "query_toks_no_value": [ + "select", + "payment_method_code", + ",", + "customer_number", + "from", + "customers", + "where", + "customer_name", + "=", + "value" + ], + "question": "Give the payment method code and customer number corresponding to the customer named Jeromy.", + "question_toks": [ + "Give", + "the", + "payment", + "method", + "code", + "and", + "customer", + "number", + "corresponding", + "to", + "the", + "customer", + "named", + "Jeromy", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Jeromy\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT DISTINCT payment_method_code FROM Customers", + "query_toks": [ + "SELECT", + "DISTINCT", + "payment_method_code", + "FROM", + "Customers" + ], + "query_toks_no_value": [ + "select", + "distinct", + "payment_method_code", + "from", + "customers" + ], + "question": "What are the distinct payment methods used by customers?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "payment", + "methods", + "used", + "by", + "customers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT DISTINCT payment_method_code FROM Customers", + "query_toks": [ + "SELECT", + "DISTINCT", + "payment_method_code", + "FROM", + "Customers" + ], + "query_toks_no_value": [ + "select", + "distinct", + "payment_method_code", + "from", + "customers" + ], + "question": "Give the different payment method codes that customers use.", + "question_toks": [ + "Give", + "the", + "different", + "payment", + "method", + "codes", + "that", + "customers", + "use", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_id , product_type_code FROM Products ORDER BY product_name", + "query_toks": [ + "SELECT", + "product_id", + ",", + "product_type_code", + "FROM", + "Products", + "ORDER", + "BY", + "product_name" + ], + "query_toks_no_value": [ + "select", + "product_id", + ",", + "product_type_code", + "from", + "products", + "order", + "by", + "product_name" + ], + "question": "Show the id and the product type for all products, order by product name.", + "question_toks": [ + "Show", + "the", + "id", + "and", + "the", + "product", + "type", + "for", + "all", + "products", + ",", + "order", + "by", + "product", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_id , product_type_code FROM Products ORDER BY product_name", + "query_toks": [ + "SELECT", + "product_id", + ",", + "product_type_code", + "FROM", + "Products", + "ORDER", + "BY", + "product_name" + ], + "query_toks_no_value": [ + "select", + "product_id", + ",", + "product_type_code", + "from", + "products", + "order", + "by", + "product_name" + ], + "question": "What are the ids and product types for all products, sorted alphabetically by product name?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "product", + "types", + "for", + "all", + "products", + ",", + "sorted", + "alphabetically", + "by", + "product", + "name", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_type_code FROM Products GROUP BY product_type_code ORDER BY count(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "product_type_code", + "FROM", + "Products", + "GROUP", + "BY", + "product_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "product_type_code", + "from", + "products", + "group", + "by", + "product_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "What is the product type with least number of products?", + "question_toks": [ + "What", + "is", + "the", + "product", + "type", + "with", + "least", + "number", + "of", + "products", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_type_code FROM Products GROUP BY product_type_code ORDER BY count(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "product_type_code", + "FROM", + "Products", + "GROUP", + "BY", + "product_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "product_type_code", + "from", + "products", + "group", + "by", + "product_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "What is the code of the product type that is least common?", + "question_toks": [ + "What", + "is", + "the", + "code", + "of", + "the", + "product", + "type", + "that", + "is", + "least", + "common", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(*) FROM Customer_orders", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Customer_orders" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "customer_orders" + ], + "question": "How many customer orders do we have?", + "question_toks": [ + "How", + "many", + "customer", + "orders", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(*) FROM Customer_orders", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Customer_orders" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "customer_orders" + ], + "question": "Count the number of customer orders.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "customer", + "orders", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT order_id , order_date , order_status_code FROM Customer_orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_name = \"Jeromy\"", + "query_toks": [ + "SELECT", + "order_id", + ",", + "order_date", + ",", + "order_status_code", + "FROM", + "Customer_orders", + "AS", + "T1", + "JOIN", + "Customers", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "WHERE", + "T2.customer_name", + "=", + "``", + "Jeromy", + "''" + ], + "query_toks_no_value": [ + "select", + "order_id", + ",", + "order_date", + ",", + "order_status_code", + "from", + "customer_orders", + "as", + "t1", + "join", + "customers", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "where", + "t2", + ".", + "customer_name", + "=", + "value" + ], + "question": "Show the order ids, order dates, and order status codes for all orders by customer Jeromy.", + "question_toks": [ + "Show", + "the", + "order", + "ids", + ",", + "order", + "dates", + ",", + "and", + "order", + "status", + "codes", + "for", + "all", + "orders", + "by", + "customer", + "Jeromy", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Jeromy\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT order_id , order_date , order_status_code FROM Customer_orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_name = \"Jeromy\"", + "query_toks": [ + "SELECT", + "order_id", + ",", + "order_date", + ",", + "order_status_code", + "FROM", + "Customer_orders", + "AS", + "T1", + "JOIN", + "Customers", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "WHERE", + "T2.customer_name", + "=", + "``", + "Jeromy", + "''" + ], + "query_toks_no_value": [ + "select", + "order_id", + ",", + "order_date", + ",", + "order_status_code", + "from", + "customer_orders", + "as", + "t1", + "join", + "customers", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "where", + "t2", + ".", + "customer_name", + "=", + "value" + ], + "question": "What were the ids, dates, and status codes for orders made by Jeromy?", + "question_toks": [ + "What", + "were", + "the", + "ids", + ",", + "dates", + ",", + "and", + "status", + "codes", + "for", + "orders", + "made", + "by", + "Jeromy", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Jeromy\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT T2.customer_name , T1.customer_id , count(*) FROM Customer_orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id", + "query_toks": [ + "SELECT", + "T2.customer_name", + ",", + "T1.customer_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Customer_orders", + "AS", + "T1", + "JOIN", + "Customers", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "GROUP", + "BY", + "T1.customer_id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "customer_name", + ",", + "t1", + ".", + "customer_id", + ",", + "count", + "(", + "*", + ")", + "from", + "customer_orders", + "as", + "t1", + "join", + "customers", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "customer_id" + ], + "question": "Show all customer names, ids and the number of orders by each customer.", + "question_toks": [ + "Show", + "all", + "customer", + "names", + ",", + "ids", + "and", + "the", + "number", + "of", + "orders", + "by", + "each", + "customer", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 16, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT T2.customer_name , T1.customer_id , count(*) FROM Customer_orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id", + "query_toks": [ + "SELECT", + "T2.customer_name", + ",", + "T1.customer_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Customer_orders", + "AS", + "T1", + "JOIN", + "Customers", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "GROUP", + "BY", + "T1.customer_id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "customer_name", + ",", + "t1", + ".", + "customer_id", + ",", + "count", + "(", + "*", + ")", + "from", + "customer_orders", + "as", + "t1", + "join", + "customers", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "customer_id" + ], + "question": "What are the names, ids, and number of orders made for each customer?", + "question_toks": [ + "What", + "are", + "the", + "names", + ",", + "ids", + ",", + "and", + "number", + "of", + "orders", + "made", + "for", + "each", + "customer", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 16, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT T1.customer_id , T2.customer_name , T2.customer_phone , T2.customer_email FROM Customer_orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.customer_id", + ",", + "T2.customer_name", + ",", + "T2.customer_phone", + ",", + "T2.customer_email", + "FROM", + "Customer_orders", + "AS", + "T1", + "JOIN", + "Customers", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "GROUP", + "BY", + "T1.customer_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "customer_id", + ",", + "t2", + ".", + "customer_name", + ",", + "t2", + ".", + "customer_phone", + ",", + "t2", + ".", + "customer_email", + "from", + "customer_orders", + "as", + "t1", + "join", + "customers", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "customer_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the customer id, name, phone, and email for the customer with most orders?", + "question_toks": [ + "What", + "is", + "the", + "customer", + "id", + ",", + "name", + ",", + "phone", + ",", + "and", + "email", + "for", + "the", + "customer", + "with", + "most", + "orders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 16, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT T1.customer_id , T2.customer_name , T2.customer_phone , T2.customer_email FROM Customer_orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.customer_id", + ",", + "T2.customer_name", + ",", + "T2.customer_phone", + ",", + "T2.customer_email", + "FROM", + "Customer_orders", + "AS", + "T1", + "JOIN", + "Customers", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.customer_id", + "GROUP", + "BY", + "T1.customer_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "customer_id", + ",", + "t2", + ".", + "customer_name", + ",", + "t2", + ".", + "customer_phone", + ",", + "t2", + ".", + "customer_email", + "from", + "customer_orders", + "as", + "t1", + "join", + "customers", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "customer_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the id, name, phone, and email corresponding to the customer who made the most orders.", + "question_toks": [ + "Give", + "the", + "id", + ",", + "name", + ",", + "phone", + ",", + "and", + "email", + "corresponding", + "to", + "the", + "customer", + "who", + "made", + "the", + "most", + "orders", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 16, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT order_status_code , count(*) FROM Customer_orders GROUP BY order_status_code", + "query_toks": [ + "SELECT", + "order_status_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Customer_orders", + "GROUP", + "BY", + "order_status_code" + ], + "query_toks_no_value": [ + "select", + "order_status_code", + ",", + "count", + "(", + "*", + ")", + "from", + "customer_orders", + "group", + "by", + "order_status_code" + ], + "question": "Show all order status and the number of orders in each status.", + "question_toks": [ + "Show", + "all", + "order", + "status", + "and", + "the", + "number", + "of", + "orders", + "in", + "each", + "status", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT order_status_code , count(*) FROM Customer_orders GROUP BY order_status_code", + "query_toks": [ + "SELECT", + "order_status_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Customer_orders", + "GROUP", + "BY", + "order_status_code" + ], + "query_toks_no_value": [ + "select", + "order_status_code", + ",", + "count", + "(", + "*", + ")", + "from", + "customer_orders", + "group", + "by", + "order_status_code" + ], + "question": "How many orders have each order status code?", + "question_toks": [ + "How", + "many", + "orders", + "have", + "each", + "order", + "status", + "code", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT order_status_code FROM Customer_orders GROUP BY order_status_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "order_status_code", + "FROM", + "Customer_orders", + "GROUP", + "BY", + "order_status_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "order_status_code", + "from", + "customer_orders", + "group", + "by", + "order_status_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the order status code that is most common?", + "question_toks": [ + "What", + "is", + "the", + "order", + "status", + "code", + "that", + "is", + "most", + "common", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT order_status_code FROM Customer_orders GROUP BY order_status_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "order_status_code", + "FROM", + "Customer_orders", + "GROUP", + "BY", + "order_status_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "order_status_code", + "from", + "customer_orders", + "group", + "by", + "order_status_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the order status code that is most frequent across customer orders.", + "question_toks": [ + "Give", + "the", + "order", + "status", + "code", + "that", + "is", + "most", + "frequent", + "across", + "customer", + "orders", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(*) FROM Customers WHERE customer_id NOT IN ( SELECT customer_id FROM Customer_orders)", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Customers", + "WHERE", + "customer_id", + "NOT", + "IN", + "(", + "SELECT", + "customer_id", + "FROM", + "Customer_orders", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "customers", + "where", + "customer_id", + "not", + "in", + "(", + "select", + "customer_id", + "from", + "customer_orders", + ")" + ], + "question": "How many customers do not have an order?", + "question_toks": [ + "How", + "many", + "customers", + "do", + "not", + "have", + "an", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(*) FROM Customers WHERE customer_id NOT IN ( SELECT customer_id FROM Customer_orders)", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Customers", + "WHERE", + "customer_id", + "NOT", + "IN", + "(", + "SELECT", + "customer_id", + "FROM", + "Customer_orders", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "customers", + "where", + "customer_id", + "not", + "in", + "(", + "select", + "customer_id", + "from", + "customer_orders", + ")" + ], + "question": "Count the number of customers who have not made an order.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "customers", + "who", + "have", + "not", + "made", + "an", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_name FROM Products EXCEPT SELECT T1.product_name FROM Products AS t1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id", + "query_toks": [ + "SELECT", + "product_name", + "FROM", + "Products", + "EXCEPT", + "SELECT", + "T1.product_name", + "FROM", + "Products", + "AS", + "t1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id" + ], + "query_toks_no_value": [ + "select", + "product_name", + "from", + "products", + "except", + "select", + "t1", + ".", + "product_name", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id" + ], + "question": "Show all product names without an order.", + "question_toks": [ + "Show", + "all", + "product", + "names", + "without", + "an", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT product_name FROM Products EXCEPT SELECT T1.product_name FROM Products AS t1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id", + "query_toks": [ + "SELECT", + "product_name", + "FROM", + "Products", + "EXCEPT", + "SELECT", + "T1.product_name", + "FROM", + "Products", + "AS", + "t1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id" + ], + "query_toks_no_value": [ + "select", + "product_name", + "from", + "products", + "except", + "select", + "t1", + ".", + "product_name", + "from", + "products", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id" + ], + "question": "What are the names of products that have not been ordered?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "products", + "that", + "have", + "not", + "been", + "ordered", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT sum(order_quantity) FROM Order_items AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id WHERE T2.product_name = \"Monitor\"", + "query_toks": [ + "SELECT", + "sum", + "(", + "order_quantity", + ")", + "FROM", + "Order_items", + "AS", + "T1", + "JOIN", + "Products", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "WHERE", + "T2.product_name", + "=", + "``", + "Monitor", + "''" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "order_quantity", + ")", + "from", + "order_items", + "as", + "t1", + "join", + "products", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "where", + "t2", + ".", + "product_name", + "=", + "value" + ], + "question": "How many products named Monitor have been ordered?", + "question_toks": [ + "How", + "many", + "products", + "named", + "Monitor", + "have", + "been", + "ordered", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Monitor\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT sum(order_quantity) FROM Order_items AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id WHERE T2.product_name = \"Monitor\"", + "query_toks": [ + "SELECT", + "sum", + "(", + "order_quantity", + ")", + "FROM", + "Order_items", + "AS", + "T1", + "JOIN", + "Products", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "WHERE", + "T2.product_name", + "=", + "``", + "Monitor", + "''" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "order_quantity", + ")", + "from", + "order_items", + "as", + "t1", + "join", + "products", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "where", + "t2", + ".", + "product_name", + "=", + "value" + ], + "question": "What is the total number of Monitor products that have been ordered?", + "question_toks": [ + "What", + "is", + "the", + "total", + "number", + "of", + "Monitor", + "products", + "that", + "have", + "been", + "ordered", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Monitor\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(DISTINCT T3.customer_id) FROM Order_items AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id JOIN Customer_orders AS T3 ON T3.order_id = T1.order_id WHERE T2.product_name = \"Monitor\"", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T3.customer_id", + ")", + "FROM", + "Order_items", + "AS", + "T1", + "JOIN", + "Products", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "JOIN", + "Customer_orders", + "AS", + "T3", + "ON", + "T3.order_id", + "=", + "T1.order_id", + "WHERE", + "T2.product_name", + "=", + "``", + "Monitor", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "customer_id", + ")", + "from", + "order_items", + "as", + "t1", + "join", + "products", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "join", + "customer_orders", + "as", + "t3", + "on", + "t3", + ".", + "order_id", + "=", + "t1", + ".", + "order_id", + "where", + "t2", + ".", + "product_name", + "=", + "value" + ], + "question": "How many customers have ordered the product named Monitor?", + "question_toks": [ + "How", + "many", + "customers", + "have", + "ordered", + "the", + "product", + "named", + "Monitor", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 16, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Monitor\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(DISTINCT T3.customer_id) FROM Order_items AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id JOIN Customer_orders AS T3 ON T3.order_id = T1.order_id WHERE T2.product_name = \"Monitor\"", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T3.customer_id", + ")", + "FROM", + "Order_items", + "AS", + "T1", + "JOIN", + "Products", + "AS", + "T2", + "ON", + "T1.product_id", + "=", + "T2.product_id", + "JOIN", + "Customer_orders", + "AS", + "T3", + "ON", + "T3.order_id", + "=", + "T1.order_id", + "WHERE", + "T2.product_name", + "=", + "``", + "Monitor", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "customer_id", + ")", + "from", + "order_items", + "as", + "t1", + "join", + "products", + "as", + "t2", + "on", + "t1", + ".", + "product_id", + "=", + "t2", + ".", + "product_id", + "join", + "customer_orders", + "as", + "t3", + "on", + "t3", + ".", + "order_id", + "=", + "t1", + ".", + "order_id", + "where", + "t2", + ".", + "product_name", + "=", + "value" + ], + "question": "Count the number of different customers who have bought a Monitor Product.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "different", + "customers", + "who", + "have", + "bought", + "a", + "Monitor", + "Product", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 16, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Monitor\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(DISTINCT customer_id) FROM Customer_orders", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "customer_id", + ")", + "FROM", + "Customer_orders" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "customer_id", + ")", + "from", + "customer_orders" + ], + "question": "How many customers have an order?", + "question_toks": [ + "How", + "many", + "customers", + "have", + "an", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 16, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT count(DISTINCT customer_id) FROM Customer_orders", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "customer_id", + ")", + "FROM", + "Customer_orders" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "customer_id", + ")", + "from", + "customer_orders" + ], + "question": "Count the number of differnt customers who have made an order.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "differnt", + "customers", + "who", + "have", + "made", + "an", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 16, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT customer_id FROM Customers EXCEPT SELECT customer_id FROM Customer_orders", + "query_toks": [ + "SELECT", + "customer_id", + "FROM", + "Customers", + "EXCEPT", + "SELECT", + "customer_id", + "FROM", + "Customer_orders" + ], + "query_toks_no_value": [ + "select", + "customer_id", + "from", + "customers", + "except", + "select", + "customer_id", + "from", + "customer_orders" + ], + "question": "Show all customer ids without an order.", + "question_toks": [ + "Show", + "all", + "customer", + "ids", + "without", + "an", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT customer_id FROM Customers EXCEPT SELECT customer_id FROM Customer_orders", + "query_toks": [ + "SELECT", + "customer_id", + "FROM", + "Customers", + "EXCEPT", + "SELECT", + "customer_id", + "FROM", + "Customer_orders" + ], + "query_toks_no_value": [ + "select", + "customer_id", + "from", + "customers", + "except", + "select", + "customer_id", + "from", + "customer_orders" + ], + "question": "What are the ids of customers who have not made an order?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "customers", + "who", + "have", + "not", + "made", + "an", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT T1.order_date , T1.order_id FROM Customer_Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id WHERE T2.order_quantity > 6 UNION SELECT T1.order_date , T1.order_id FROM Customer_Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id HAVING count(*) > 3;", + "query_toks": [ + "SELECT", + "T1.order_date", + ",", + "T1.order_id", + "FROM", + "Customer_Orders", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.order_id", + "=", + "T2.order_id", + "WHERE", + "T2.order_quantity", + ">", + "6", + "UNION", + "SELECT", + "T1.order_date", + ",", + "T1.order_id", + "FROM", + "Customer_Orders", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.order_id", + "=", + "T2.order_id", + "GROUP", + "BY", + "T1.order_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "3", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "order_date", + ",", + "t1", + ".", + "order_id", + "from", + "customer_orders", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "order_id", + "=", + "t2", + ".", + "order_id", + "where", + "t2", + ".", + "order_quantity", + ">", + "value", + "union", + "select", + "t1", + ".", + "order_date", + ",", + "t1", + ".", + "order_id", + "from", + "customer_orders", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "order_id", + "=", + "t2", + ".", + "order_id", + "group", + "by", + "t1", + ".", + "order_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Show all the order dates and ids of the orders with quantity of any product larger than 6 or with more than 3 products.", + "question_toks": [ + "Show", + "all", + "the", + "order", + "dates", + "and", + "ids", + "of", + "the", + "orders", + "with", + "quantity", + "of", + "any", + "product", + "larger", + "than", + "6", + "or", + "with", + "more", + "than", + "3", + "products", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + 6.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "customers_and_orders", + "query": "SELECT T1.order_date , T1.order_id FROM Customer_Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id WHERE T2.order_quantity > 6 UNION SELECT T1.order_date , T1.order_id FROM Customer_Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id HAVING count(*) > 3;", + "query_toks": [ + "SELECT", + "T1.order_date", + ",", + "T1.order_id", + "FROM", + "Customer_Orders", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.order_id", + "=", + "T2.order_id", + "WHERE", + "T2.order_quantity", + ">", + "6", + "UNION", + "SELECT", + "T1.order_date", + ",", + "T1.order_id", + "FROM", + "Customer_Orders", + "AS", + "T1", + "JOIN", + "Order_items", + "AS", + "T2", + "ON", + "T1.order_id", + "=", + "T2.order_id", + "GROUP", + "BY", + "T1.order_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "3", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "order_date", + ",", + "t1", + ".", + "order_id", + "from", + "customer_orders", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "order_id", + "=", + "t2", + ".", + "order_id", + "where", + "t2", + ".", + "order_quantity", + ">", + "value", + "union", + "select", + "t1", + ".", + "order_date", + ",", + "t1", + ".", + "order_id", + "from", + "customer_orders", + "as", + "t1", + "join", + "order_items", + "as", + "t2", + "on", + "t1", + ".", + "order_id", + "=", + "t2", + ".", + "order_id", + "group", + "by", + "t1", + ".", + "order_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the order ids and corresponding order dates for orders with a quantity greater than 6 or consisting of more than 3 products?", + "question_toks": [ + "What", + "are", + "the", + "order", + "ids", + "and", + "corresponding", + "order", + "dates", + "for", + "orders", + "with", + "a", + "quantity", + "greater", + "than", + "6", + "or", + "consisting", + "of", + "more", + "than", + "3", + "products", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + 6.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT count(*) FROM building", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "building" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "building" + ], + "question": "How many buildings are there?", + "question_toks": [ + "How", + "many", + "buildings", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT count(*) FROM building", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "building" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "building" + ], + "question": "Count the number of buildings.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "buildings", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Name FROM building ORDER BY Number_of_Stories ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "building", + "ORDER", + "BY", + "Number_of_Stories", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "building", + "order", + "by", + "number_of_stories", + "asc" + ], + "question": "List the names of buildings in ascending order of number of stories.", + "question_toks": [ + "List", + "the", + "names", + "of", + "buildings", + "in", + "ascending", + "order", + "of", + "number", + "of", + "stories", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Name FROM building ORDER BY Number_of_Stories ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "building", + "ORDER", + "BY", + "Number_of_Stories", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "building", + "order", + "by", + "number_of_stories", + "asc" + ], + "question": "What is the list of building names, sorted by the number of stories of each building in ascending order?", + "question_toks": [ + "What", + "is", + "the", + "list", + "of", + "building", + "names", + ",", + "sorted", + "by", + "the", + "number", + "of", + "stories", + "of", + "each", + "building", + "in", + "ascending", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Address FROM building ORDER BY Completed_Year DESC", + "query_toks": [ + "SELECT", + "Address", + "FROM", + "building", + "ORDER", + "BY", + "Completed_Year", + "DESC" + ], + "query_toks_no_value": [ + "select", + "address", + "from", + "building", + "order", + "by", + "completed_year", + "desc" + ], + "question": "List the addresses of buildings in descending order of building completion year.", + "question_toks": [ + "List", + "the", + "addresses", + "of", + "buildings", + "in", + "descending", + "order", + "of", + "building", + "completion", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Address FROM building ORDER BY Completed_Year DESC", + "query_toks": [ + "SELECT", + "Address", + "FROM", + "building", + "ORDER", + "BY", + "Completed_Year", + "DESC" + ], + "query_toks_no_value": [ + "select", + "address", + "from", + "building", + "order", + "by", + "completed_year", + "desc" + ], + "question": "Sort the buildings in descending order of building completion year, and return the building addresses.", + "question_toks": [ + "Sort", + "the", + "buildings", + "in", + "descending", + "order", + "of", + "building", + "completion", + "year", + ",", + "and", + "return", + "the", + "building", + "addresses", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT max(Number_of_Stories) FROM building WHERE Completed_Year != \"1980\"", + "query_toks": [ + "SELECT", + "max", + "(", + "Number_of_Stories", + ")", + "FROM", + "building", + "WHERE", + "Completed_Year", + "!", + "=", + "``", + "1980", + "''" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "number_of_stories", + ")", + "from", + "building", + "where", + "completed_year", + "!", + "=", + "value" + ], + "question": "What is the maximum number of stories of buildings not completed in 1980?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "number", + "of", + "stories", + "of", + "buildings", + "not", + "completed", + "in", + "1980", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"1980\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT max(Number_of_Stories) FROM building WHERE Completed_Year != \"1980\"", + "query_toks": [ + "SELECT", + "max", + "(", + "Number_of_Stories", + ")", + "FROM", + "building", + "WHERE", + "Completed_Year", + "!", + "=", + "``", + "1980", + "''" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "number_of_stories", + ")", + "from", + "building", + "where", + "completed_year", + "!", + "=", + "value" + ], + "question": "Among the buildings not completed in 1980, what is the maximum number of stories?", + "question_toks": [ + "Among", + "the", + "buildings", + "not", + "completed", + "in", + "1980", + ",", + "what", + "is", + "the", + "maximum", + "number", + "of", + "stories", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"1980\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT avg(Population) FROM region", + "query_toks": [ + "SELECT", + "avg", + "(", + "Population", + ")", + "FROM", + "region" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "population", + ")", + "from", + "region" + ], + "question": "What is the average population for all regions?", + "question_toks": [ + "What", + "is", + "the", + "average", + "population", + "for", + "all", + "regions", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT avg(Population) FROM region", + "query_toks": [ + "SELECT", + "avg", + "(", + "Population", + ")", + "FROM", + "region" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "population", + ")", + "from", + "region" + ], + "question": "Compute the average population of a region.", + "question_toks": [ + "Compute", + "the", + "average", + "population", + "of", + "a", + "region", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Name FROM region ORDER BY Name ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "region", + "ORDER", + "BY", + "Name", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "region", + "order", + "by", + "name", + "asc" + ], + "question": "What are the names of regions in ascending alphabetical order?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "regions", + "in", + "ascending", + "alphabetical", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Name FROM region ORDER BY Name ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "region", + "ORDER", + "BY", + "Name", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "region", + "order", + "by", + "name", + "asc" + ], + "question": "List the names of regions in alphabetical order.", + "question_toks": [ + "List", + "the", + "names", + "of", + "regions", + "in", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Capital FROM region WHERE Area > 10000", + "query_toks": [ + "SELECT", + "Capital", + "FROM", + "region", + "WHERE", + "Area", + ">", + "10000" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "region", + "where", + "area", + ">", + "value" + ], + "question": "What are the capitals of the regions with area bigger than 10000?", + "question_toks": [ + "What", + "are", + "the", + "capitals", + "of", + "the", + "regions", + "with", + "area", + "bigger", + "than", + "10000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 10000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Capital FROM region WHERE Area > 10000", + "query_toks": [ + "SELECT", + "Capital", + "FROM", + "region", + "WHERE", + "Area", + ">", + "10000" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "region", + "where", + "area", + ">", + "value" + ], + "question": "Give me the capitals of the regions whose area is larger than 10000.", + "question_toks": [ + "Give", + "me", + "the", + "capitals", + "of", + "the", + "regions", + "whose", + "area", + "is", + "larger", + "than", + "10000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 10000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Capital FROM region ORDER BY Population DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Capital", + "FROM", + "region", + "ORDER", + "BY", + "Population", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "region", + "order", + "by", + "population", + "desc", + "limit", + "value" + ], + "question": "List the capital of the region with the largest population.", + "question_toks": [ + "List", + "the", + "capital", + "of", + "the", + "region", + "with", + "the", + "largest", + "population", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Capital FROM region ORDER BY Population DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Capital", + "FROM", + "region", + "ORDER", + "BY", + "Population", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "region", + "order", + "by", + "population", + "desc", + "limit", + "value" + ], + "question": "Which region has the largest population? Give me the capital of the region.", + "question_toks": [ + "Which", + "region", + "has", + "the", + "largest", + "population", + "?", + "Give", + "me", + "the", + "capital", + "of", + "the", + "region", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Name FROM region ORDER BY Area DESC LIMIT 5", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "region", + "ORDER", + "BY", + "Area", + "DESC", + "LIMIT", + "5" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "region", + "order", + "by", + "area", + "desc", + "limit", + "value" + ], + "question": "List the names of the regions with the top 5 largest areas.", + "question_toks": [ + "List", + "the", + "names", + "of", + "the", + "regions", + "with", + "the", + "top", + "5", + "largest", + "areas", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": 5, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Name FROM region ORDER BY Area DESC LIMIT 5", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "region", + "ORDER", + "BY", + "Area", + "DESC", + "LIMIT", + "5" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "region", + "order", + "by", + "area", + "desc", + "limit", + "value" + ], + "question": "What are the names of the 5 largest regions in terms of area?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "5", + "largest", + "regions", + "in", + "terms", + "of", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": 5, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT T1.Name , T2.Name FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID", + "query_toks": [ + "SELECT", + "T1.Name", + ",", + "T2.Name", + "FROM", + "building", + "AS", + "T1", + "JOIN", + "region", + "AS", + "T2", + "ON", + "T1.Region_ID", + "=", + "T2.Region_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t2", + ".", + "name", + "from", + "building", + "as", + "t1", + "join", + "region", + "as", + "t2", + "on", + "t1", + ".", + "region_id", + "=", + "t2", + ".", + "region_id" + ], + "question": "Show the names of buildings and the names of regions they are in.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "buildings", + "and", + "the", + "names", + "of", + "regions", + "they", + "are", + "in", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT T1.Name , T2.Name FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID", + "query_toks": [ + "SELECT", + "T1.Name", + ",", + "T2.Name", + "FROM", + "building", + "AS", + "T1", + "JOIN", + "region", + "AS", + "T2", + "ON", + "T1.Region_ID", + "=", + "T2.Region_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t2", + ".", + "name", + "from", + "building", + "as", + "t1", + "join", + "region", + "as", + "t2", + "on", + "t1", + ".", + "region_id", + "=", + "t2", + ".", + "region_id" + ], + "question": "For each building, return the name of the building and the name of the region it belongs to.", + "question_toks": [ + "For", + "each", + "building", + ",", + "return", + "the", + "name", + "of", + "the", + "building", + "and", + "the", + "name", + "of", + "the", + "region", + "it", + "belongs", + "to", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT T2.Name FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID GROUP BY T1.Region_ID HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "building", + "AS", + "T1", + "JOIN", + "region", + "AS", + "T2", + "ON", + "T1.Region_ID", + "=", + "T2.Region_ID", + "GROUP", + "BY", + "T1.Region_ID", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "building", + "as", + "t1", + "join", + "region", + "as", + "t2", + "on", + "t1", + ".", + "region_id", + "=", + "t2", + ".", + "region_id", + "group", + "by", + "t1", + ".", + "region_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Show the names of regions that have more than one building.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "regions", + "that", + "have", + "more", + "than", + "one", + "building", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT T2.Name FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID GROUP BY T1.Region_ID HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "building", + "AS", + "T1", + "JOIN", + "region", + "AS", + "T2", + "ON", + "T1.Region_ID", + "=", + "T2.Region_ID", + "GROUP", + "BY", + "T1.Region_ID", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "building", + "as", + "t1", + "join", + "region", + "as", + "t2", + "on", + "t1", + ".", + "region_id", + "=", + "t2", + ".", + "region_id", + "group", + "by", + "t1", + ".", + "region_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Which regions have more than one building? Give me the names of the regions.", + "question_toks": [ + "Which", + "regions", + "have", + "more", + "than", + "one", + "building", + "?", + "Give", + "me", + "the", + "names", + "of", + "the", + "regions", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT T2.capital FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID GROUP BY T1.Region_ID ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.capital", + "FROM", + "building", + "AS", + "T1", + "JOIN", + "region", + "AS", + "T2", + "ON", + "T1.Region_ID", + "=", + "T2.Region_ID", + "GROUP", + "BY", + "T1.Region_ID", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "capital", + "from", + "building", + "as", + "t1", + "join", + "region", + "as", + "t2", + "on", + "t1", + ".", + "region_id", + "=", + "t2", + ".", + "region_id", + "group", + "by", + "t1", + ".", + "region_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Show the capital of the region that has the most buildings.", + "question_toks": [ + "Show", + "the", + "capital", + "of", + "the", + "region", + "that", + "has", + "the", + "most", + "buildings", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT T2.capital FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID GROUP BY T1.Region_ID ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.capital", + "FROM", + "building", + "AS", + "T1", + "JOIN", + "region", + "AS", + "T2", + "ON", + "T1.Region_ID", + "=", + "T2.Region_ID", + "GROUP", + "BY", + "T1.Region_ID", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "capital", + "from", + "building", + "as", + "t1", + "join", + "region", + "as", + "t2", + "on", + "t1", + ".", + "region_id", + "=", + "t2", + ".", + "region_id", + "group", + "by", + "t1", + ".", + "region_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which region has the largest number of buildings? Show me the capital of the region.", + "question_toks": [ + "Which", + "region", + "has", + "the", + "largest", + "number", + "of", + "buildings", + "?", + "Show", + "me", + "the", + "capital", + "of", + "the", + "region", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT T1.Address , T2.Capital FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID", + "query_toks": [ + "SELECT", + "T1.Address", + ",", + "T2.Capital", + "FROM", + "building", + "AS", + "T1", + "JOIN", + "region", + "AS", + "T2", + "ON", + "T1.Region_ID", + "=", + "T2.Region_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "address", + ",", + "t2", + ".", + "capital", + "from", + "building", + "as", + "t1", + "join", + "region", + "as", + "t2", + "on", + "t1", + ".", + "region_id", + "=", + "t2", + ".", + "region_id" + ], + "question": "Show addresses of buildings and the capitals of regions they are in.", + "question_toks": [ + "Show", + "addresses", + "of", + "buildings", + "and", + "the", + "capitals", + "of", + "regions", + "they", + "are", + "in", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT T1.Address , T2.Capital FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID", + "query_toks": [ + "SELECT", + "T1.Address", + ",", + "T2.Capital", + "FROM", + "building", + "AS", + "T1", + "JOIN", + "region", + "AS", + "T2", + "ON", + "T1.Region_ID", + "=", + "T2.Region_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "address", + ",", + "t2", + ".", + "capital", + "from", + "building", + "as", + "t1", + "join", + "region", + "as", + "t2", + "on", + "t1", + ".", + "region_id", + "=", + "t2", + ".", + "region_id" + ], + "question": "For each building, return the address of the building and the name of the region it belongs to.", + "question_toks": [ + "For", + "each", + "building", + ",", + "return", + "the", + "address", + "of", + "the", + "building", + "and", + "the", + "name", + "of", + "the", + "region", + "it", + "belongs", + "to", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT T1.Number_of_Stories FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID WHERE T2.Name = \"Abruzzo\"", + "query_toks": [ + "SELECT", + "T1.Number_of_Stories", + "FROM", + "building", + "AS", + "T1", + "JOIN", + "region", + "AS", + "T2", + "ON", + "T1.Region_ID", + "=", + "T2.Region_ID", + "WHERE", + "T2.Name", + "=", + "``", + "Abruzzo", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "number_of_stories", + "from", + "building", + "as", + "t1", + "join", + "region", + "as", + "t2", + "on", + "t1", + ".", + "region_id", + "=", + "t2", + ".", + "region_id", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Show the number of stories of buildings in the region with name \"Abruzzo\".", + "question_toks": [ + "Show", + "the", + "number", + "of", + "stories", + "of", + "buildings", + "in", + "the", + "region", + "with", + "name", + "``", + "Abruzzo", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"Abruzzo\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT T1.Number_of_Stories FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID WHERE T2.Name = \"Abruzzo\"", + "query_toks": [ + "SELECT", + "T1.Number_of_Stories", + "FROM", + "building", + "AS", + "T1", + "JOIN", + "region", + "AS", + "T2", + "ON", + "T1.Region_ID", + "=", + "T2.Region_ID", + "WHERE", + "T2.Name", + "=", + "``", + "Abruzzo", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "number_of_stories", + "from", + "building", + "as", + "t1", + "join", + "region", + "as", + "t2", + "on", + "t1", + ".", + "region_id", + "=", + "t2", + ".", + "region_id", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Return the number of stories for each building in the region named \"Abruzzo\".", + "question_toks": [ + "Return", + "the", + "number", + "of", + "stories", + "for", + "each", + "building", + "in", + "the", + "region", + "named", + "``", + "Abruzzo", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"Abruzzo\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Completed_Year , COUNT(*) FROM building GROUP BY Completed_Year", + "query_toks": [ + "SELECT", + "Completed_Year", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "building", + "GROUP", + "BY", + "Completed_Year" + ], + "query_toks_no_value": [ + "select", + "completed_year", + ",", + "count", + "(", + "*", + ")", + "from", + "building", + "group", + "by", + "completed_year" + ], + "question": "Please show each completion year and the number of buildings completed in that year.", + "question_toks": [ + "Please", + "show", + "each", + "completion", + "year", + "and", + "the", + "number", + "of", + "buildings", + "completed", + "in", + "that", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Completed_Year , COUNT(*) FROM building GROUP BY Completed_Year", + "query_toks": [ + "SELECT", + "Completed_Year", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "building", + "GROUP", + "BY", + "Completed_Year" + ], + "query_toks_no_value": [ + "select", + "completed_year", + ",", + "count", + "(", + "*", + ")", + "from", + "building", + "group", + "by", + "completed_year" + ], + "question": "For completion year, return the year and the number of buildings completed.", + "question_toks": [ + "For", + "completion", + "year", + ",", + "return", + "the", + "year", + "and", + "the", + "number", + "of", + "buildings", + "completed", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Completed_Year FROM building GROUP BY Completed_Year ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Completed_Year", + "FROM", + "building", + "GROUP", + "BY", + "Completed_Year", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "completed_year", + "from", + "building", + "group", + "by", + "completed_year", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "List the year in which the most buildings are completed.", + "question_toks": [ + "List", + "the", + "year", + "in", + "which", + "the", + "most", + "buildings", + "are", + "completed", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Completed_Year FROM building GROUP BY Completed_Year ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Completed_Year", + "FROM", + "building", + "GROUP", + "BY", + "Completed_Year", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "completed_year", + "from", + "building", + "group", + "by", + "completed_year", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "In which year did the most building constructions complete?", + "question_toks": [ + "In", + "which", + "year", + "did", + "the", + "most", + "building", + "constructions", + "complete", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Name FROM region WHERE Region_ID NOT IN (SELECT Region_ID FROM building)", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "region", + "WHERE", + "Region_ID", + "NOT", + "IN", + "(", + "SELECT", + "Region_ID", + "FROM", + "building", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "region", + "where", + "region_id", + "not", + "in", + "(", + "select", + "region_id", + "from", + "building", + ")" + ], + "question": "List the names of regions that do not have any buildings.", + "question_toks": [ + "List", + "the", + "names", + "of", + "regions", + "that", + "do", + "not", + "have", + "any", + "buildings", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Name FROM region WHERE Region_ID NOT IN (SELECT Region_ID FROM building)", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "region", + "WHERE", + "Region_ID", + "NOT", + "IN", + "(", + "SELECT", + "Region_ID", + "FROM", + "building", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "region", + "where", + "region_id", + "not", + "in", + "(", + "select", + "region_id", + "from", + "building", + ")" + ], + "question": "What are the names of regions in which there are no buildings?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "regions", + "in", + "which", + "there", + "are", + "no", + "buildings", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Completed_Year FROM building WHERE Number_of_Stories > 20 INTERSECT SELECT Completed_Year FROM building WHERE Number_of_Stories < 15", + "query_toks": [ + "SELECT", + "Completed_Year", + "FROM", + "building", + "WHERE", + "Number_of_Stories", + ">", + "20", + "INTERSECT", + "SELECT", + "Completed_Year", + "FROM", + "building", + "WHERE", + "Number_of_Stories", + "<", + "15" + ], + "query_toks_no_value": [ + "select", + "completed_year", + "from", + "building", + "where", + "number_of_stories", + ">", + "value", + "intersect", + "select", + "completed_year", + "from", + "building", + "where", + "number_of_stories", + "<", + "value" + ], + "question": "Show the completed years shared by buildings with more than 20 stories and buildings with less than 15 stories.", + "question_toks": [ + "Show", + "the", + "completed", + "years", + "shared", + "by", + "buildings", + "with", + "more", + "than", + "20", + "stories", + "and", + "buildings", + "with", + "less", + "than", + "15", + "stories", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 15.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Completed_Year FROM building WHERE Number_of_Stories > 20 INTERSECT SELECT Completed_Year FROM building WHERE Number_of_Stories < 15", + "query_toks": [ + "SELECT", + "Completed_Year", + "FROM", + "building", + "WHERE", + "Number_of_Stories", + ">", + "20", + "INTERSECT", + "SELECT", + "Completed_Year", + "FROM", + "building", + "WHERE", + "Number_of_Stories", + "<", + "15" + ], + "query_toks_no_value": [ + "select", + "completed_year", + "from", + "building", + "where", + "number_of_stories", + ">", + "value", + "intersect", + "select", + "completed_year", + "from", + "building", + "where", + "number_of_stories", + "<", + "value" + ], + "question": "In which years did both buildings with more than 20 stories and buildings with less than 15 stories were completed?", + "question_toks": [ + "In", + "which", + "years", + "did", + "both", + "buildings", + "with", + "more", + "than", + "20", + "stories", + "and", + "buildings", + "with", + "less", + "than", + "15", + "stories", + "were", + "completed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 15.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT DISTINCT Address FROM building", + "query_toks": [ + "SELECT", + "DISTINCT", + "Address", + "FROM", + "building" + ], + "query_toks_no_value": [ + "select", + "distinct", + "address", + "from", + "building" + ], + "question": "Show the distinct addresses of buildings.", + "question_toks": [ + "Show", + "the", + "distinct", + "addresses", + "of", + "buildings", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT DISTINCT Address FROM building", + "query_toks": [ + "SELECT", + "DISTINCT", + "Address", + "FROM", + "building" + ], + "query_toks_no_value": [ + "select", + "distinct", + "address", + "from", + "building" + ], + "question": "Give me a list of distinct building addresses.", + "question_toks": [ + "Give", + "me", + "a", + "list", + "of", + "distinct", + "building", + "addresses", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Completed_Year FROM building ORDER BY Number_of_Stories DESC", + "query_toks": [ + "SELECT", + "Completed_Year", + "FROM", + "building", + "ORDER", + "BY", + "Number_of_Stories", + "DESC" + ], + "query_toks_no_value": [ + "select", + "completed_year", + "from", + "building", + "order", + "by", + "number_of_stories", + "desc" + ], + "question": "Show the completed years of buildings in descending order of the number of stories.", + "question_toks": [ + "Show", + "the", + "completed", + "years", + "of", + "buildings", + "in", + "descending", + "order", + "of", + "the", + "number", + "of", + "stories", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "region_building", + "query": "SELECT Completed_Year FROM building ORDER BY Number_of_Stories DESC", + "query_toks": [ + "SELECT", + "Completed_Year", + "FROM", + "building", + "ORDER", + "BY", + "Number_of_Stories", + "DESC" + ], + "query_toks_no_value": [ + "select", + "completed_year", + "from", + "building", + "order", + "by", + "number_of_stories", + "desc" + ], + "question": "Sort buildings in descending order of the number of stories, and return their completion years.", + "question_toks": [ + "Sort", + "buildings", + "in", + "descending", + "order", + "of", + "the", + "number", + "of", + "stories", + ",", + "and", + "return", + "their", + "completion", + "years", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select channel_details from channels order by channel_details", + "query_toks": [ + "select", + "channel_details", + "from", + "channels", + "order", + "by", + "channel_details" + ], + "query_toks_no_value": [ + "select", + "channel_details", + "from", + "channels", + "order", + "by", + "channel_details" + ], + "question": "List details of all the channel in alphabetical order .", + "question_toks": [ + "List", + "details", + "of", + "all", + "the", + "channel", + "in", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select channel_details from channels order by channel_details", + "query_toks": [ + "select", + "channel_details", + "from", + "channels", + "order", + "by", + "channel_details" + ], + "query_toks_no_value": [ + "select", + "channel_details", + "from", + "channels", + "order", + "by", + "channel_details" + ], + "question": "What is the list of channel details ordered alphabetically ?", + "question_toks": [ + "What", + "is", + "the", + "list", + "of", + "channel", + "details", + "ordered", + "alphabetically", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT count(*) FROM services", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "services" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "services" + ], + "question": "How many services are there?", + "question_toks": [ + "How", + "many", + "services", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT count(*) FROM services", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "services" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "services" + ], + "question": "Count the number of services.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "services", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT analytical_layer_type_code FROM analytical_layer GROUP BY analytical_layer_type_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "analytical_layer_type_code", + "FROM", + "analytical_layer", + "GROUP", + "BY", + "analytical_layer_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "analytical_layer_type_code", + "from", + "analytical_layer", + "group", + "by", + "analytical_layer_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the most common analytical layer type code?", + "question_toks": [ + "What", + "is", + "the", + "most", + "common", + "analytical", + "layer", + "type", + "code", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT analytical_layer_type_code FROM analytical_layer GROUP BY analytical_layer_type_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "analytical_layer_type_code", + "FROM", + "analytical_layer", + "GROUP", + "BY", + "analytical_layer_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "analytical_layer_type_code", + "from", + "analytical_layer", + "group", + "by", + "analytical_layer_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the analytical layer type code that appears most often.", + "question_toks": [ + "Find", + "the", + "analytical", + "layer", + "type", + "code", + "that", + "appears", + "most", + "often", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT t3.service_details FROM customers AS t1 JOIN customers_and_services AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id WHERE t1.customer_details = \"Hardy Kutch\"", + "query_toks": [ + "SELECT", + "t3.service_details", + "FROM", + "customers", + "AS", + "t1", + "JOIN", + "customers_and_services", + "AS", + "t2", + "ON", + "t1.customer_id", + "=", + "t2.customer_id", + "JOIN", + "services", + "AS", + "t3", + "ON", + "t2.service_id", + "=", + "t3.service_id", + "WHERE", + "t1.customer_details", + "=", + "``", + "Hardy", + "Kutch", + "''" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "service_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "join", + "services", + "as", + "t3", + "on", + "t2", + ".", + "service_id", + "=", + "t3", + ".", + "service_id", + "where", + "t1", + ".", + "customer_details", + "=", + "value" + ], + "question": "Find all the services that has been used by the customer with details \"Hardy Kutch\".", + "question_toks": [ + "Find", + "all", + "the", + "services", + "that", + "has", + "been", + "used", + "by", + "the", + "customer", + "with", + "details", + "``", + "Hardy", + "Kutch", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Hardy Kutch\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT t3.service_details FROM customers AS t1 JOIN customers_and_services AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id WHERE t1.customer_details = \"Hardy Kutch\"", + "query_toks": [ + "SELECT", + "t3.service_details", + "FROM", + "customers", + "AS", + "t1", + "JOIN", + "customers_and_services", + "AS", + "t2", + "ON", + "t1.customer_id", + "=", + "t2.customer_id", + "JOIN", + "services", + "AS", + "t3", + "ON", + "t2.service_id", + "=", + "t3.service_id", + "WHERE", + "t1.customer_details", + "=", + "``", + "Hardy", + "Kutch", + "''" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "service_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "join", + "services", + "as", + "t3", + "on", + "t2", + ".", + "service_id", + "=", + "t3", + ".", + "service_id", + "where", + "t1", + ".", + "customer_details", + "=", + "value" + ], + "question": "Which services were used by the customer with details \"Hardy Kutch\"? Give me the service details.", + "question_toks": [ + "Which", + "services", + "were", + "used", + "by", + "the", + "customer", + "with", + "details", + "``", + "Hardy", + "Kutch", + "''", + "?", + "Give", + "me", + "the", + "service", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Hardy Kutch\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select t1.service_details from services as t1 join customers_and_services as t2 on t1.service_id = t2.service_id group by t1.service_details having count(*) > 3", + "query_toks": [ + "select", + "t1.service_details", + "from", + "services", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1.service_id", + "=", + "t2.service_id", + "group", + "by", + "t1.service_details", + "having", + "count", + "(", + "*", + ")", + ">", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "service_details", + "from", + "services", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "service_id", + "=", + "t2", + ".", + "service_id", + "group", + "by", + "t1", + ".", + "service_details", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the details of the services that have been used by more than 3 times .", + "question_toks": [ + "Find", + "the", + "details", + "of", + "the", + "services", + "that", + "have", + "been", + "used", + "by", + "more", + "than", + "3", + "times", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT t1.service_details FROM services AS t1 JOIN customers_and_services AS t2 ON t1.service_id = t2.service_id GROUP BY t1.service_details HAVING count(*) > 3", + "query_toks": [ + "SELECT", + "t1.service_details", + "FROM", + "services", + "AS", + "t1", + "JOIN", + "customers_and_services", + "AS", + "t2", + "ON", + "t1.service_id", + "=", + "t2.service_id", + "GROUP", + "BY", + "t1.service_details", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "service_details", + "from", + "services", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "service_id", + "=", + "t2", + ".", + "service_id", + "group", + "by", + "t1", + ".", + "service_details", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Which services were used by customers by more than 3 times? Give me the service details.", + "question_toks": [ + "Which", + "services", + "were", + "used", + "by", + "customers", + "by", + "more", + "than", + "3", + "times", + "?", + "Give", + "me", + "the", + "service", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT t1.customer_details FROM customers AS t1 JOIN customers_and_services AS t2 ON t1.customer_id = t2.customer_id GROUP BY t1.customer_details ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.customer_details", + "FROM", + "customers", + "AS", + "t1", + "JOIN", + "customers_and_services", + "AS", + "t2", + "ON", + "t1.customer_id", + "=", + "t2.customer_id", + "GROUP", + "BY", + "t1.customer_details", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "customer_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the details of the customer who has used services the most times.", + "question_toks": [ + "Find", + "the", + "details", + "of", + "the", + "customer", + "who", + "has", + "used", + "services", + "the", + "most", + "times", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select t1.customer_details from customers as t1 join customers_and_services as t2 on t1.customer_id = t2.customer_id group by t1.customer_details order by count(*) desc limit 1", + "query_toks": [ + "select", + "t1.customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1.customer_id", + "=", + "t2.customer_id", + "group", + "by", + "t1.customer_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "customer_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "return the details of the customer with largest count of used services.", + "question_toks": [ + "return", + "the", + "details", + "of", + "the", + "customer", + "with", + "largest", + "count", + "of", + "used", + "services." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select t1.customer_details from customers as t1 join customers_and_services as t2 on t1.customer_id = t2.customer_id group by t1.customer_details order by count(*) desc limit 1", + "query_toks": [ + "select", + "t1.customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1.customer_id", + "=", + "t2.customer_id", + "group", + "by", + "t1.customer_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "customer_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the name of the customer who has used the most types of services .", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "customer", + "who", + "has", + "used", + "the", + "most", + "types", + "of", + "services", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select t1.customer_details from customers as t1 join customers_and_services as t2 on t1.customer_id = t2.customer_id group by t1.customer_details order by count(*) desc limit 1", + "query_toks": [ + "select", + "t1.customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1.customer_id", + "=", + "t2.customer_id", + "group", + "by", + "t1.customer_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "customer_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which customer has used the most types of services ? Give me the customer details .", + "question_toks": [ + "Which", + "customer", + "has", + "used", + "the", + "most", + "types", + "of", + "services", + "?", + "Give", + "me", + "the", + "customer", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select customer_details from customers where customer_id not in (select customer_id from customers_and_services)", + "query_toks": [ + "select", + "customer_details", + "from", + "customers", + "where", + "customer_id", + "not", + "in", + "(", + "select", + "customer_id", + "from", + "customers_and_services", + ")" + ], + "query_toks_no_value": [ + "select", + "customer_details", + "from", + "customers", + "where", + "customer_id", + "not", + "in", + "(", + "select", + "customer_id", + "from", + "customers_and_services", + ")" + ], + "question": "Find the details of the customer who has never used any services .", + "question_toks": [ + "Find", + "the", + "details", + "of", + "the", + "customer", + "who", + "has", + "never", + "used", + "any", + "services", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select customer_details from customers where customer_id not in (select customer_id from customers_and_services)", + "query_toks": [ + "select", + "customer_details", + "from", + "customers", + "where", + "customer_id", + "not", + "in", + "(", + "select", + "customer_id", + "from", + "customers_and_services", + ")" + ], + "query_toks_no_value": [ + "select", + "customer_details", + "from", + "customers", + "where", + "customer_id", + "not", + "in", + "(", + "select", + "customer_id", + "from", + "customers_and_services", + ")" + ], + "question": "Which customers never used any services ? Give me the customer details .", + "question_toks": [ + "Which", + "customers", + "never", + "used", + "any", + "services", + "?", + "Give", + "me", + "the", + "customer", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select distinct t1.customer_details from customers as t1 join customers_and_services as t2 on t1.customer_id = t2.customer_id where t2.service_id = (select service_id from services group by service_id order by count(*) asc limit 1)", + "query_toks": [ + "select", + "distinct", + "t1.customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1.customer_id", + "=", + "t2.customer_id", + "where", + "t2.service_id", + "=", + "(", + "select", + "service_id", + "from", + "services", + "group", + "by", + "service_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "where", + "t2", + ".", + "service_id", + "=", + "(", + "select", + "service_id", + "from", + "services", + "group", + "by", + "service_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value", + ")" + ], + "question": "Find the details of the customers who have used the least-used service .", + "question_toks": [ + "Find", + "the", + "details", + "of", + "the", + "customers", + "who", + "have", + "used", + "the", + "least-used", + "service", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select distinct t1.customer_details from customers as t1 join customers_and_services as t2 on t1.customer_id = t2.customer_id where t2.service_id = (select service_id from services group by service_id order by count(*) asc limit 1)", + "query_toks": [ + "select", + "distinct", + "t1.customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1.customer_id", + "=", + "t2.customer_id", + "where", + "t2.service_id", + "=", + "(", + "select", + "service_id", + "from", + "services", + "group", + "by", + "service_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "where", + "t2", + ".", + "service_id", + "=", + "(", + "select", + "service_id", + "from", + "services", + "group", + "by", + "service_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value", + ")" + ], + "question": "Which customers used the least commonly-used service ? Give me the distinct customer details .", + "question_toks": [ + "Which", + "customers", + "used", + "the", + "least", + "commonly-used", + "service", + "?", + "Give", + "me", + "the", + "distinct", + "customer", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT count(DISTINCT customers_and_services_details) FROM customers_and_services", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "customers_and_services_details", + ")", + "FROM", + "customers_and_services" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "customers_and_services_details", + ")", + "from", + "customers_and_services" + ], + "question": "How many distinct customer and services details are there?", + "question_toks": [ + "How", + "many", + "distinct", + "customer", + "and", + "services", + "details", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 10, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT count(DISTINCT customers_and_services_details) FROM customers_and_services", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "customers_and_services_details", + ")", + "FROM", + "customers_and_services" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "customers_and_services_details", + ")", + "from", + "customers_and_services" + ], + "question": "Count the total number of available customers and services details.", + "question_toks": [ + "Count", + "the", + "total", + "number", + "of", + "available", + "customers", + "and", + "services", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 10, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT customer_details FROM customers WHERE customer_details LIKE \"%Kutch%\"", + "query_toks": [ + "SELECT", + "customer_details", + "FROM", + "customers", + "WHERE", + "customer_details", + "LIKE", + "``", + "%", + "Kutch", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "customer_details", + "from", + "customers", + "where", + "customer_details", + "like", + "value" + ], + "question": "Find all the customers whose name contains \"Kutch\".", + "question_toks": [ + "Find", + "all", + "the", + "customers", + "whose", + "name", + "contains", + "``", + "Kutch", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"%Kutch%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT customer_details FROM customers WHERE customer_details LIKE \"%Kutch%\"", + "query_toks": [ + "SELECT", + "customer_details", + "FROM", + "customers", + "WHERE", + "customer_details", + "LIKE", + "``", + "%", + "Kutch", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "customer_details", + "from", + "customers", + "where", + "customer_details", + "like", + "value" + ], + "question": "What are the details of the customers who have \"Kutch\" in part of their details?", + "question_toks": [ + "What", + "are", + "the", + "details", + "of", + "the", + "customers", + "who", + "have", + "``", + "Kutch", + "''", + "in", + "part", + "of", + "their", + "details", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"%Kutch%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT DISTINCT t3.service_details FROM customers AS t1 JOIN customers_and_services AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id JOIN customer_interactions AS t4 ON t3.service_id = t4.service_id WHERE t1.customer_details = \"Hardy Kutch\" OR t4.services_and_channels_details = \"good\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.service_details", + "FROM", + "customers", + "AS", + "t1", + "JOIN", + "customers_and_services", + "AS", + "t2", + "ON", + "t1.customer_id", + "=", + "t2.customer_id", + "JOIN", + "services", + "AS", + "t3", + "ON", + "t2.service_id", + "=", + "t3.service_id", + "JOIN", + "customer_interactions", + "AS", + "t4", + "ON", + "t3.service_id", + "=", + "t4.service_id", + "WHERE", + "t1.customer_details", + "=", + "``", + "Hardy", + "Kutch", + "''", + "OR", + "t4.services_and_channels_details", + "=", + "``", + "good", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "service_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "join", + "services", + "as", + "t3", + "on", + "t2", + ".", + "service_id", + "=", + "t3", + ".", + "service_id", + "join", + "customer_interactions", + "as", + "t4", + "on", + "t3", + ".", + "service_id", + "=", + "t4", + ".", + "service_id", + "where", + "t1", + ".", + "customer_details", + "=", + "value", + "or", + "t4", + ".", + "services_and_channels_details", + "=", + "value" + ], + "question": "Find the name of all the services which either have been used by customer \"Hardy Kutch\" or have been rated as \"good\" in one of the customer interactions.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "all", + "the", + "services", + "which", + "either", + "have", + "been", + "used", + "by", + "customer", + "``", + "Hardy", + "Kutch", + "''", + "or", + "have", + "been", + "rated", + "as", + "``", + "good", + "''", + "in", + "one", + "of", + "the", + "customer", + "interactions", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Hardy Kutch\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"good\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT DISTINCT t3.service_details FROM customers AS t1 JOIN customers_and_services AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id JOIN customer_interactions AS t4 ON t3.service_id = t4.service_id WHERE t1.customer_details = \"Hardy Kutch\" OR t4.services_and_channels_details = \"good\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.service_details", + "FROM", + "customers", + "AS", + "t1", + "JOIN", + "customers_and_services", + "AS", + "t2", + "ON", + "t1.customer_id", + "=", + "t2.customer_id", + "JOIN", + "services", + "AS", + "t3", + "ON", + "t2.service_id", + "=", + "t3.service_id", + "JOIN", + "customer_interactions", + "AS", + "t4", + "ON", + "t3.service_id", + "=", + "t4.service_id", + "WHERE", + "t1.customer_details", + "=", + "``", + "Hardy", + "Kutch", + "''", + "OR", + "t4.services_and_channels_details", + "=", + "``", + "good", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "service_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "join", + "services", + "as", + "t3", + "on", + "t2", + ".", + "service_id", + "=", + "t3", + ".", + "service_id", + "join", + "customer_interactions", + "as", + "t4", + "on", + "t3", + ".", + "service_id", + "=", + "t4", + ".", + "service_id", + "where", + "t1", + ".", + "customer_details", + "=", + "value", + "or", + "t4", + ".", + "services_and_channels_details", + "=", + "value" + ], + "question": "Which services are used by the customer \"Hardy Kutch\" or are rated as \"good\" in a customer interaction? Give me the service details.", + "question_toks": [ + "Which", + "services", + "are", + "used", + "by", + "the", + "customer", + "``", + "Hardy", + "Kutch", + "''", + "or", + "are", + "rated", + "as", + "``", + "good", + "''", + "in", + "a", + "customer", + "interaction", + "?", + "Give", + "me", + "the", + "service", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Hardy Kutch\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"good\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT DISTINCT t3.service_details FROM customers AS t1 JOIN customers_and_services AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id JOIN customer_interactions AS t4 ON t3.service_id = t4.service_id WHERE t1.customer_details = \"Hardy Kutch\" AND t4.services_and_channels_details = \"bad\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.service_details", + "FROM", + "customers", + "AS", + "t1", + "JOIN", + "customers_and_services", + "AS", + "t2", + "ON", + "t1.customer_id", + "=", + "t2.customer_id", + "JOIN", + "services", + "AS", + "t3", + "ON", + "t2.service_id", + "=", + "t3.service_id", + "JOIN", + "customer_interactions", + "AS", + "t4", + "ON", + "t3.service_id", + "=", + "t4.service_id", + "WHERE", + "t1.customer_details", + "=", + "``", + "Hardy", + "Kutch", + "''", + "AND", + "t4.services_and_channels_details", + "=", + "``", + "bad", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "service_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "join", + "services", + "as", + "t3", + "on", + "t2", + ".", + "service_id", + "=", + "t3", + ".", + "service_id", + "join", + "customer_interactions", + "as", + "t4", + "on", + "t3", + ".", + "service_id", + "=", + "t4", + ".", + "service_id", + "where", + "t1", + ".", + "customer_details", + "=", + "value", + "and", + "t4", + ".", + "services_and_channels_details", + "=", + "value" + ], + "question": "Find the names of all the services which both have been used by customer \"Hardy Kutch\" and have been rated \"bad\" in one of the customer interactions.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "all", + "the", + "services", + "which", + "both", + "have", + "been", + "used", + "by", + "customer", + "``", + "Hardy", + "Kutch", + "''", + "and", + "have", + "been", + "rated", + "``", + "bad", + "''", + "in", + "one", + "of", + "the", + "customer", + "interactions", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Hardy Kutch\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"bad\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT DISTINCT t3.service_details FROM customers AS t1 JOIN customers_and_services AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id JOIN customer_interactions AS t4 ON t3.service_id = t4.service_id WHERE t1.customer_details = \"Hardy Kutch\" AND t4.services_and_channels_details = \"bad\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.service_details", + "FROM", + "customers", + "AS", + "t1", + "JOIN", + "customers_and_services", + "AS", + "t2", + "ON", + "t1.customer_id", + "=", + "t2.customer_id", + "JOIN", + "services", + "AS", + "t3", + "ON", + "t2.service_id", + "=", + "t3.service_id", + "JOIN", + "customer_interactions", + "AS", + "t4", + "ON", + "t3.service_id", + "=", + "t4.service_id", + "WHERE", + "t1.customer_details", + "=", + "``", + "Hardy", + "Kutch", + "''", + "AND", + "t4.services_and_channels_details", + "=", + "``", + "bad", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "service_details", + "from", + "customers", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "join", + "services", + "as", + "t3", + "on", + "t2", + ".", + "service_id", + "=", + "t3", + ".", + "service_id", + "join", + "customer_interactions", + "as", + "t4", + "on", + "t3", + ".", + "service_id", + "=", + "t4", + ".", + "service_id", + "where", + "t1", + ".", + "customer_details", + "=", + "value", + "and", + "t4", + ".", + "services_and_channels_details", + "=", + "value" + ], + "question": "Which services are both used by the customer \"Hardy Kutch\" and are rated as \"bad\" in a customer interaction? Give me the service details.", + "question_toks": [ + "Which", + "services", + "are", + "both", + "used", + "by", + "the", + "customer", + "``", + "Hardy", + "Kutch", + "''", + "and", + "are", + "rated", + "as", + "``", + "bad", + "''", + "in", + "a", + "customer", + "interaction", + "?", + "Give", + "me", + "the", + "service", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Hardy Kutch\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"bad\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select distinct t1.service_details from services as t1 join customer_interactions as t2 on t1.service_id = t2.service_id join channels as t3 on t2.channel_id = t3.channel_id where t3.channel_details = \"15 ij\"", + "query_toks": [ + "select", + "distinct", + "t1.service_details", + "from", + "services", + "as", + "t1", + "join", + "customer_interactions", + "as", + "t2", + "on", + "t1.service_id", + "=", + "t2.service_id", + "join", + "channels", + "as", + "t3", + "on", + "t2.channel_id", + "=", + "t3.channel_id", + "where", + "t3.channel_details", + "=", + "\"15 ij\"" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "service_details", + "from", + "services", + "as", + "t1", + "join", + "customer_interactions", + "as", + "t2", + "on", + "t1", + ".", + "service_id", + "=", + "t2", + ".", + "service_id", + "join", + "channels", + "as", + "t3", + "on", + "t2", + ".", + "channel_id", + "=", + "t3", + ".", + "channel_id", + "where", + "t3", + ".", + "channel_details", + "=", + "value" + ], + "question": "Find details of all the services that have interacted with `` 15 ij '' for the the channel details.", + "question_toks": [ + "Find", + "details", + "of", + "all", + "the", + "services", + "that", + "have", + "interacted", + "with", + "``", + "15", + "ij", + "''", + "for", + "the", + "the", + "channel", + "details." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"15 ij\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT DISTINCT t1.service_details FROM services AS t1 JOIN customer_interactions AS t2 ON t1.service_id = t2.service_id JOIN channels AS t3 ON t2.channel_id = t3.channel_id WHERE t3.channel_details = \"15 ij\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.service_details", + "FROM", + "services", + "AS", + "t1", + "JOIN", + "customer_interactions", + "AS", + "t2", + "ON", + "t1.service_id", + "=", + "t2.service_id", + "JOIN", + "channels", + "AS", + "t3", + "ON", + "t2.channel_id", + "=", + "t3.channel_id", + "WHERE", + "t3.channel_details", + "=", + "``", + "15", + "ij", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "service_details", + "from", + "services", + "as", + "t1", + "join", + "customer_interactions", + "as", + "t2", + "on", + "t1", + ".", + "service_id", + "=", + "t2", + ".", + "service_id", + "join", + "channels", + "as", + "t3", + "on", + "t2", + ".", + "channel_id", + "=", + "t3", + ".", + "channel_id", + "where", + "t3", + ".", + "channel_details", + "=", + "value" + ], + "question": "Give me the details of all the services that have interacted with the channel with detail \"15 ij\".", + "question_toks": [ + "Give", + "me", + "the", + "details", + "of", + "all", + "the", + "services", + "that", + "have", + "interacted", + "with", + "the", + "channel", + "with", + "detail", + "``", + "15", + "ij", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"15 ij\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select t1.customer_details from customers as t1 join customer_interactions as t2 on t1.customer_id = t2.customer_id where t2.status_code = \"stuck\" and services_and_channels_details = \"bad\"", + "query_toks": [ + "select", + "t1.customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customer_interactions", + "as", + "t2", + "on", + "t1.customer_id", + "=", + "t2.customer_id", + "where", + "t2.status_code", + "=", + "\"stuck\"", + "and", + "services_and_channels_details", + "=", + "\"bad\"" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customer_interactions", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "where", + "t2", + ".", + "status_code", + "=", + "value", + "and", + "services_and_channels_details", + "=", + "value" + ], + "question": "Find all the details of the customers who have been involved in an interaction with status `` Stuck '' and service and channel detail `` bad '' .", + "question_toks": [ + "Find", + "all", + "the", + "details", + "of", + "the", + "customers", + "who", + "have", + "been", + "involved", + "in", + "an", + "interaction", + "with", + "status", + "``", + "Stuck", + "''", + "and", + "service", + "and", + "channel", + "detail", + "``", + "bad", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"stuck\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"bad\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT t1.customer_details FROM customers AS t1 JOIN customer_interactions AS t2 ON t1.customer_id = t2.customer_id WHERE t2.status_code = \"Stuck\" AND services_and_channels_details = \"bad\"", + "query_toks": [ + "SELECT", + "t1.customer_details", + "FROM", + "customers", + "AS", + "t1", + "JOIN", + "customer_interactions", + "AS", + "t2", + "ON", + "t1.customer_id", + "=", + "t2.customer_id", + "WHERE", + "t2.status_code", + "=", + "``", + "Stuck", + "''", + "AND", + "services_and_channels_details", + "=", + "``", + "bad", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customer_interactions", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "where", + "t2", + ".", + "status_code", + "=", + "value", + "and", + "services_and_channels_details", + "=", + "value" + ], + "question": "Which customers have experienced status \"Stuck\" and service and channel detail \"bad\" in an interaction? Give me the customer details.", + "question_toks": [ + "Which", + "customers", + "have", + "experienced", + "status", + "``", + "Stuck", + "''", + "and", + "service", + "and", + "channel", + "detail", + "``", + "bad", + "''", + "in", + "an", + "interaction", + "?", + "Give", + "me", + "the", + "customer", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"Stuck\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"bad\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT count(*) FROM integration_platform WHERE integration_platform_details = \"Success\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "integration_platform", + "WHERE", + "integration_platform_details", + "=", + "``", + "Success", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "integration_platform", + "where", + "integration_platform_details", + "=", + "value" + ], + "question": "How many integration platforms are successful?", + "question_toks": [ + "How", + "many", + "integration", + "platforms", + "are", + "successful", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Success\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT count(*) FROM integration_platform WHERE integration_platform_details = \"Success\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "integration_platform", + "WHERE", + "integration_platform_details", + "=", + "``", + "Success", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "integration_platform", + "where", + "integration_platform_details", + "=", + "value" + ], + "question": "Count the number of integration platforms that have \"Success\" in the details.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "integration", + "platforms", + "that", + "have", + "``", + "Success", + "''", + "in", + "the", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Success\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select distinct t1.customer_details from customers as t1 join customer_interactions as t2 on t1.customer_id = t2.customer_id join integration_platform as t3 where t3.integration_platform_details = \"fail\"", + "query_toks": [ + "select", + "distinct", + "t1.customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customer_interactions", + "as", + "t2", + "on", + "t1.customer_id", + "=", + "t2.customer_id", + "join", + "integration_platform", + "as", + "t3", + "where", + "t3.integration_platform_details", + "=", + "\"fail\"" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customer_interactions", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "join", + "integration_platform", + "as", + "t3", + "where", + "t3", + ".", + "integration_platform_details", + "=", + "value" + ], + "question": "List the details of all the customers who are associated with a failed integration platform .", + "question_toks": [ + "List", + "the", + "details", + "of", + "all", + "the", + "customers", + "who", + "are", + "associated", + "with", + "a", + "failed", + "integration", + "platform", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"fail\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT DISTINCT t1.customer_details FROM customers AS t1 JOIN customer_interactions AS t2 ON t1.customer_id = t2.customer_id JOIN integration_platform AS t3 WHERE t3.integration_platform_details = \"Fail\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.customer_details", + "FROM", + "customers", + "AS", + "t1", + "JOIN", + "customer_interactions", + "AS", + "t2", + "ON", + "t1.customer_id", + "=", + "t2.customer_id", + "JOIN", + "integration_platform", + "AS", + "t3", + "WHERE", + "t3.integration_platform_details", + "=", + "``", + "Fail", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "customer_details", + "from", + "customers", + "as", + "t1", + "join", + "customer_interactions", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "join", + "integration_platform", + "as", + "t3", + "where", + "t3", + ".", + "integration_platform_details", + "=", + "value" + ], + "question": "Which customers have integration platform details \"Fail\" in interactions? Give me the customer details.", + "question_toks": [ + "Which", + "customers", + "have", + "integration", + "platform", + "details", + "``", + "Fail", + "''", + "in", + "interactions", + "?", + "Give", + "me", + "the", + "customer", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Fail\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select service_details from services except select t2.service_details from customers_and_services as t1 join services as t2 on t1.service_id = t2.service_id", + "query_toks": [ + "select", + "service_details", + "from", + "services", + "except", + "select", + "t2.service_details", + "from", + "customers_and_services", + "as", + "t1", + "join", + "services", + "as", + "t2", + "on", + "t1.service_id", + "=", + "t2.service_id" + ], + "query_toks_no_value": [ + "select", + "service_details", + "from", + "services", + "except", + "select", + "t2", + ".", + "service_details", + "from", + "customers_and_services", + "as", + "t1", + "join", + "services", + "as", + "t2", + "on", + "t1", + ".", + "service_id", + "=", + "t2", + ".", + "service_id" + ], + "question": "Which service ( s ) has never been used by any customer ? List their details .", + "question_toks": [ + "Which", + "service", + "(", + "s", + ")", + "has", + "never", + "been", + "used", + "by", + "any", + "customer", + "?", + "List", + "their", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "government_shift", + "query": "select service_details from services except select t2.service_details from customers_and_services as t1 join services as t2 on t1.service_id = t2.service_id", + "query_toks": [ + "select", + "service_details", + "from", + "services", + "except", + "select", + "t2.service_details", + "from", + "customers_and_services", + "as", + "t1", + "join", + "services", + "as", + "t2", + "on", + "t1.service_id", + "=", + "t2.service_id" + ], + "query_toks_no_value": [ + "select", + "service_details", + "from", + "services", + "except", + "select", + "t2", + ".", + "service_details", + "from", + "customers_and_services", + "as", + "t1", + "join", + "services", + "as", + "t2", + "on", + "t1", + ".", + "service_id", + "=", + "t2", + ".", + "service_id" + ], + "question": "Find details of the services that no customer has ever used . Return the service details .", + "question_toks": [ + "Find", + "details", + "of", + "the", + "services", + "that", + "no", + "customer", + "has", + "ever", + "used", + ".", + "Return", + "the", + "service", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "government_shift", + "query": "SELECT analytical_layer_type_code , count(*) FROM analytical_layer GROUP BY analytical_layer_type_code", + "query_toks": [ + "SELECT", + "analytical_layer_type_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "analytical_layer", + "GROUP", + "BY", + "analytical_layer_type_code" + ], + "query_toks_no_value": [ + "select", + "analytical_layer_type_code", + ",", + "count", + "(", + "*", + ")", + "from", + "analytical_layer", + "group", + "by", + "analytical_layer_type_code" + ], + "question": "Find all the layer type codes with their corresponding usage count.", + "question_toks": [ + "Find", + "all", + "the", + "layer", + "type", + "codes", + "with", + "their", + "corresponding", + "usage", + "count", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT analytical_layer_type_code , count(*) FROM analytical_layer GROUP BY analytical_layer_type_code", + "query_toks": [ + "SELECT", + "analytical_layer_type_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "analytical_layer", + "GROUP", + "BY", + "analytical_layer_type_code" + ], + "query_toks_no_value": [ + "select", + "analytical_layer_type_code", + ",", + "count", + "(", + "*", + ")", + "from", + "analytical_layer", + "group", + "by", + "analytical_layer_type_code" + ], + "question": "For each analytical layer, return the analytical layer type code and the number of times it was used.", + "question_toks": [ + "For", + "each", + "analytical", + "layer", + ",", + "return", + "the", + "analytical", + "layer", + "type", + "code", + "and", + "the", + "number", + "of", + "times", + "it", + "was", + "used", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "select distinct t1.service_details from services as t1 join customers_and_services as t2 on t1.service_id = t2.service_id where t2.customers_and_services_details = \"unsatisfied\"", + "query_toks": [ + "select", + "distinct", + "t1.service_details", + "from", + "services", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1.service_id", + "=", + "t2.service_id", + "where", + "t2.customers_and_services_details", + "=", + "\"unsatisfied\"" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "service_details", + "from", + "services", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "service_id", + "=", + "t2", + ".", + "service_id", + "where", + "t2", + ".", + "customers_and_services_details", + "=", + "value" + ], + "question": "Find details of all the services that have been marked as `` unsatisfied '' in customers and services details .", + "question_toks": [ + "Find", + "details", + "of", + "all", + "the", + "services", + "that", + "have", + "been", + "marked", + "as", + "``", + "unsatisfied", + "''", + "in", + "customers", + "and", + "services", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"unsatisfied\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "government_shift", + "query": "SELECT DISTINCT t1.service_details FROM services AS t1 JOIN customers_and_services AS t2 ON t1.service_id = t2.service_id WHERE t2.customers_and_services_details = \"Unsatisfied\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.service_details", + "FROM", + "services", + "AS", + "t1", + "JOIN", + "customers_and_services", + "AS", + "t2", + "ON", + "t1.service_id", + "=", + "t2.service_id", + "WHERE", + "t2.customers_and_services_details", + "=", + "``", + "Unsatisfied", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "service_details", + "from", + "services", + "as", + "t1", + "join", + "customers_and_services", + "as", + "t2", + "on", + "t1", + ".", + "service_id", + "=", + "t2", + ".", + "service_id", + "where", + "t2", + ".", + "customers_and_services_details", + "=", + "value" + ], + "question": "Which services have been rated as \"unsatisfied\" in customers and services details? Give me the service_details.", + "question_toks": [ + "Which", + "services", + "have", + "been", + "rated", + "as", + "``", + "unsatisfied", + "''", + "in", + "customers", + "and", + "services", + "details", + "?", + "Give", + "me", + "the", + "service_details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Unsatisfied\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT count(*) FROM vehicles", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "vehicles" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "vehicles" + ], + "question": "How many vehicles do we have?", + "question_toks": [ + "How", + "many", + "vehicles", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT count(*) FROM vehicles", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "vehicles" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "vehicles" + ], + "question": "Count the number of vehicles.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "vehicles", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT name FROM vehicles ORDER BY model_year DESC", + "query_toks": [ + "SELECT", + "name", + "FROM", + "vehicles", + "ORDER", + "BY", + "model_year", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "vehicles", + "order", + "by", + "model_year", + "desc" + ], + "question": "Show names for all vehicles in descending order of model year.", + "question_toks": [ + "Show", + "names", + "for", + "all", + "vehicles", + "in", + "descending", + "order", + "of", + "model", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT name FROM vehicles ORDER BY model_year DESC", + "query_toks": [ + "SELECT", + "name", + "FROM", + "vehicles", + "ORDER", + "BY", + "model_year", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "vehicles", + "order", + "by", + "model_year", + "desc" + ], + "question": "What are the names of all vehicles, ordered by model year descending?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "vehicles", + ",", + "ordered", + "by", + "model", + "year", + "descending", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT DISTINCT type_of_powertrain FROM vehicles", + "query_toks": [ + "SELECT", + "DISTINCT", + "type_of_powertrain", + "FROM", + "vehicles" + ], + "query_toks_no_value": [ + "select", + "distinct", + "type_of_powertrain", + "from", + "vehicles" + ], + "question": "List all distinct types of powertrain of vehicles.", + "question_toks": [ + "List", + "all", + "distinct", + "types", + "of", + "powertrain", + "of", + "vehicles", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT DISTINCT type_of_powertrain FROM vehicles", + "query_toks": [ + "SELECT", + "DISTINCT", + "type_of_powertrain", + "FROM", + "vehicles" + ], + "query_toks_no_value": [ + "select", + "distinct", + "type_of_powertrain", + "from", + "vehicles" + ], + "question": "What are the different types of powertrains?", + "question_toks": [ + "What", + "are", + "the", + "different", + "types", + "of", + "powertrains", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT name , type_of_powertrain , annual_fuel_cost FROM vehicles WHERE model_year = 2013 OR model_year = 2014", + "query_toks": [ + "SELECT", + "name", + ",", + "type_of_powertrain", + ",", + "annual_fuel_cost", + "FROM", + "vehicles", + "WHERE", + "model_year", + "=", + "2013", + "OR", + "model_year", + "=", + "2014" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "type_of_powertrain", + ",", + "annual_fuel_cost", + "from", + "vehicles", + "where", + "model_year", + "=", + "value", + "or", + "model_year", + "=", + "value" + ], + "question": "Show name, type of powertrain, and annual fuel cost for all vehicles with model year 2013 or 2014.", + "question_toks": [ + "Show", + "name", + ",", + "type", + "of", + "powertrain", + ",", + "and", + "annual", + "fuel", + "cost", + "for", + "all", + "vehicles", + "with", + "model", + "year", + "2013", + "or", + "2014", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2013.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT name , type_of_powertrain , annual_fuel_cost FROM vehicles WHERE model_year = 2013 OR model_year = 2014", + "query_toks": [ + "SELECT", + "name", + ",", + "type_of_powertrain", + ",", + "annual_fuel_cost", + "FROM", + "vehicles", + "WHERE", + "model_year", + "=", + "2013", + "OR", + "model_year", + "=", + "2014" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "type_of_powertrain", + ",", + "annual_fuel_cost", + "from", + "vehicles", + "where", + "model_year", + "=", + "value", + "or", + "model_year", + "=", + "value" + ], + "question": "What are the names, types of powertrains, and yearly fuel costs for vehicles with model years in either 2013 2014?", + "question_toks": [ + "What", + "are", + "the", + "names", + ",", + "types", + "of", + "powertrains", + ",", + "and", + "yearly", + "fuel", + "costs", + "for", + "vehicles", + "with", + "model", + "years", + "in", + "either", + "2013", + "2014", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2013.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT type_of_powertrain FROM vehicles WHERE model_year = 2014 INTERSECT SELECT type_of_powertrain FROM vehicles WHERE model_year = 2013", + "query_toks": [ + "SELECT", + "type_of_powertrain", + "FROM", + "vehicles", + "WHERE", + "model_year", + "=", + "2014", + "INTERSECT", + "SELECT", + "type_of_powertrain", + "FROM", + "vehicles", + "WHERE", + "model_year", + "=", + "2013" + ], + "query_toks_no_value": [ + "select", + "type_of_powertrain", + "from", + "vehicles", + "where", + "model_year", + "=", + "value", + "intersect", + "select", + "type_of_powertrain", + "from", + "vehicles", + "where", + "model_year", + "=", + "value" + ], + "question": "Show types of powertrain with vehicles both from 2014 and 2013.", + "question_toks": [ + "Show", + "types", + "of", + "powertrain", + "with", + "vehicles", + "both", + "from", + "2014", + "and", + "2013", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2013.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT type_of_powertrain FROM vehicles WHERE model_year = 2014 INTERSECT SELECT type_of_powertrain FROM vehicles WHERE model_year = 2013", + "query_toks": [ + "SELECT", + "type_of_powertrain", + "FROM", + "vehicles", + "WHERE", + "model_year", + "=", + "2014", + "INTERSECT", + "SELECT", + "type_of_powertrain", + "FROM", + "vehicles", + "WHERE", + "model_year", + "=", + "2013" + ], + "query_toks_no_value": [ + "select", + "type_of_powertrain", + "from", + "vehicles", + "where", + "model_year", + "=", + "value", + "intersect", + "select", + "type_of_powertrain", + "from", + "vehicles", + "where", + "model_year", + "=", + "value" + ], + "question": "What are the types of powertrains that have vehicles that were made in both 2013 and 2014?", + "question_toks": [ + "What", + "are", + "the", + "types", + "of", + "powertrains", + "that", + "have", + "vehicles", + "that", + "were", + "made", + "in", + "both", + "2013", + "and", + "2014", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2013.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT type_of_powertrain , count(*) FROM vehicles GROUP BY type_of_powertrain", + "query_toks": [ + "SELECT", + "type_of_powertrain", + ",", + "count", + "(", + "*", + ")", + "FROM", + "vehicles", + "GROUP", + "BY", + "type_of_powertrain" + ], + "query_toks_no_value": [ + "select", + "type_of_powertrain", + ",", + "count", + "(", + "*", + ")", + "from", + "vehicles", + "group", + "by", + "type_of_powertrain" + ], + "question": "Show all types of powertrain and the number of vehicles in each type.", + "question_toks": [ + "Show", + "all", + "types", + "of", + "powertrain", + "and", + "the", + "number", + "of", + "vehicles", + "in", + "each", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT type_of_powertrain , count(*) FROM vehicles GROUP BY type_of_powertrain", + "query_toks": [ + "SELECT", + "type_of_powertrain", + ",", + "count", + "(", + "*", + ")", + "FROM", + "vehicles", + "GROUP", + "BY", + "type_of_powertrain" + ], + "query_toks_no_value": [ + "select", + "type_of_powertrain", + ",", + "count", + "(", + "*", + ")", + "from", + "vehicles", + "group", + "by", + "type_of_powertrain" + ], + "question": "How many vehicles have each type of powertrain?", + "question_toks": [ + "How", + "many", + "vehicles", + "have", + "each", + "type", + "of", + "powertrain", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT type_of_powertrain FROM vehicles GROUP BY type_of_powertrain ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "type_of_powertrain", + "FROM", + "vehicles", + "GROUP", + "BY", + "type_of_powertrain", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "type_of_powertrain", + "from", + "vehicles", + "group", + "by", + "type_of_powertrain", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the type of powertrain with most number of vehicles.", + "question_toks": [ + "What", + "is", + "the", + "type", + "of", + "powertrain", + "with", + "most", + "number", + "of", + "vehicles", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT type_of_powertrain FROM vehicles GROUP BY type_of_powertrain ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "type_of_powertrain", + "FROM", + "vehicles", + "GROUP", + "BY", + "type_of_powertrain", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "type_of_powertrain", + "from", + "vehicles", + "group", + "by", + "type_of_powertrain", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which type of powertrain is most common?", + "question_toks": [ + "Which", + "type", + "of", + "powertrain", + "is", + "most", + "common", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT min(annual_fuel_cost) , max(annual_fuel_cost) , avg(annual_fuel_cost) FROM vehicles", + "query_toks": [ + "SELECT", + "min", + "(", + "annual_fuel_cost", + ")", + ",", + "max", + "(", + "annual_fuel_cost", + ")", + ",", + "avg", + "(", + "annual_fuel_cost", + ")", + "FROM", + "vehicles" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "annual_fuel_cost", + ")", + ",", + "max", + "(", + "annual_fuel_cost", + ")", + ",", + "avg", + "(", + "annual_fuel_cost", + ")", + "from", + "vehicles" + ], + "question": "Show minimum, maximum, and average annual fuel cost for all vehicles.", + "question_toks": [ + "Show", + "minimum", + ",", + "maximum", + ",", + "and", + "average", + "annual", + "fuel", + "cost", + "for", + "all", + "vehicles", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT min(annual_fuel_cost) , max(annual_fuel_cost) , avg(annual_fuel_cost) FROM vehicles", + "query_toks": [ + "SELECT", + "min", + "(", + "annual_fuel_cost", + ")", + ",", + "max", + "(", + "annual_fuel_cost", + ")", + ",", + "avg", + "(", + "annual_fuel_cost", + ")", + "FROM", + "vehicles" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "annual_fuel_cost", + ")", + ",", + "max", + "(", + "annual_fuel_cost", + ")", + ",", + "avg", + "(", + "annual_fuel_cost", + ")", + "from", + "vehicles" + ], + "question": "What are the minimum, maximum, and average annual fuel costs across all vehicles?", + "question_toks": [ + "What", + "are", + "the", + "minimum", + ",", + "maximum", + ",", + "and", + "average", + "annual", + "fuel", + "costs", + "across", + "all", + "vehicles", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT name , model_year FROM vehicles WHERE city_fuel_economy_rate <= highway_fuel_economy_rate", + "query_toks": [ + "SELECT", + "name", + ",", + "model_year", + "FROM", + "vehicles", + "WHERE", + "city_fuel_economy_rate", + "<", + "=", + "highway_fuel_economy_rate" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "model_year", + "from", + "vehicles", + "where", + "city_fuel_economy_rate", + "<", + "=", + "highway_fuel_economy_rate" + ], + "question": "Show name and model year for vehicles with city fuel economy rate less than or equal to highway fuel economy rate.", + "question_toks": [ + "Show", + "name", + "and", + "model", + "year", + "for", + "vehicles", + "with", + "city", + "fuel", + "economy", + "rate", + "less", + "than", + "or", + "equal", + "to", + "highway", + "fuel", + "economy", + "rate", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 6, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT name , model_year FROM vehicles WHERE city_fuel_economy_rate <= highway_fuel_economy_rate", + "query_toks": [ + "SELECT", + "name", + ",", + "model_year", + "FROM", + "vehicles", + "WHERE", + "city_fuel_economy_rate", + "<", + "=", + "highway_fuel_economy_rate" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "model_year", + "from", + "vehicles", + "where", + "city_fuel_economy_rate", + "<", + "=", + "highway_fuel_economy_rate" + ], + "question": "What are the names and model years for vehicles that have a city fuel economy rate less than or equal to its highway fuel economy rate?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "model", + "years", + "for", + "vehicles", + "that", + "have", + "a", + "city", + "fuel", + "economy", + "rate", + "less", + "than", + "or", + "equal", + "to", + "its", + "highway", + "fuel", + "economy", + "rate", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 6, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT type_of_powertrain , avg(annual_fuel_cost) FROM vehicles GROUP BY type_of_powertrain HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "type_of_powertrain", + ",", + "avg", + "(", + "annual_fuel_cost", + ")", + "FROM", + "vehicles", + "GROUP", + "BY", + "type_of_powertrain", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "type_of_powertrain", + ",", + "avg", + "(", + "annual_fuel_cost", + ")", + "from", + "vehicles", + "group", + "by", + "type_of_powertrain", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show the type of powertrain with at least two vehicles, and the average annual fuel cost for vehicles in each such type.", + "question_toks": [ + "Show", + "the", + "type", + "of", + "powertrain", + "with", + "at", + "least", + "two", + "vehicles", + ",", + "and", + "the", + "average", + "annual", + "fuel", + "cost", + "for", + "vehicles", + "in", + "each", + "such", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT type_of_powertrain , avg(annual_fuel_cost) FROM vehicles GROUP BY type_of_powertrain HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "type_of_powertrain", + ",", + "avg", + "(", + "annual_fuel_cost", + ")", + "FROM", + "vehicles", + "GROUP", + "BY", + "type_of_powertrain", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "type_of_powertrain", + ",", + "avg", + "(", + "annual_fuel_cost", + ")", + "from", + "vehicles", + "group", + "by", + "type_of_powertrain", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the types of powertrains for which there are two or more vehicles, and what are their average annual fuel costs?", + "question_toks": [ + "What", + "are", + "the", + "types", + "of", + "powertrains", + "for", + "which", + "there", + "are", + "two", + "or", + "more", + "vehicles", + ",", + "and", + "what", + "are", + "their", + "average", + "annual", + "fuel", + "costs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT name , age , membership_credit FROM customers", + "query_toks": [ + "SELECT", + "name", + ",", + "age", + ",", + "membership_credit", + "FROM", + "customers" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "age", + ",", + "membership_credit", + "from", + "customers" + ], + "question": "Show the name, age, membership credit for all customers?", + "question_toks": [ + "Show", + "the", + "name", + ",", + "age", + ",", + "membership", + "credit", + "for", + "all", + "customers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT name , age , membership_credit FROM customers", + "query_toks": [ + "SELECT", + "name", + ",", + "age", + ",", + "membership_credit", + "FROM", + "customers" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "age", + ",", + "membership_credit", + "from", + "customers" + ], + "question": "What are the names, ages, and membership credits for all customers?", + "question_toks": [ + "What", + "are", + "the", + "names", + ",", + "ages", + ",", + "and", + "membership", + "credits", + "for", + "all", + "customers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT name , age FROM customers ORDER BY membership_credit DESC LIMIT 1", + "query_toks": [ + "SELECT", + "name", + ",", + "age", + "FROM", + "customers", + "ORDER", + "BY", + "membership_credit", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "age", + "from", + "customers", + "order", + "by", + "membership_credit", + "desc", + "limit", + "value" + ], + "question": "Show the name and age of the customer with maximum membership credit.", + "question_toks": [ + "Show", + "the", + "name", + "and", + "age", + "of", + "the", + "customer", + "with", + "maximum", + "membership", + "credit", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT name , age FROM customers ORDER BY membership_credit DESC LIMIT 1", + "query_toks": [ + "SELECT", + "name", + ",", + "age", + "FROM", + "customers", + "ORDER", + "BY", + "membership_credit", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "age", + "from", + "customers", + "order", + "by", + "membership_credit", + "desc", + "limit", + "value" + ], + "question": "What is the name and age of the customer with the most membership credit?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "age", + "of", + "the", + "customer", + "with", + "the", + "most", + "membership", + "credit", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT avg(age) FROM customers WHERE membership_credit > (SELECT avg(membership_credit) FROM customers)", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "customers", + "WHERE", + "membership_credit", + ">", + "(", + "SELECT", + "avg", + "(", + "membership_credit", + ")", + "FROM", + "customers", + ")" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + "from", + "customers", + "where", + "membership_credit", + ">", + "(", + "select", + "avg", + "(", + "membership_credit", + ")", + "from", + "customers", + ")" + ], + "question": "What is the average age for customers with a membership credit above the average?", + "question_toks": [ + "What", + "is", + "the", + "average", + "age", + "for", + "customers", + "with", + "a", + "membership", + "credit", + "above", + "the", + "average", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT avg(age) FROM customers WHERE membership_credit > (SELECT avg(membership_credit) FROM customers)", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "customers", + "WHERE", + "membership_credit", + ">", + "(", + "SELECT", + "avg", + "(", + "membership_credit", + ")", + "FROM", + "customers", + ")" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + "from", + "customers", + "where", + "membership_credit", + ">", + "(", + "select", + "avg", + "(", + "membership_credit", + ")", + "from", + "customers", + ")" + ], + "question": "Return the average age for customers who have membership above the average across all customers.", + "question_toks": [ + "Return", + "the", + "average", + "age", + "for", + "customers", + "who", + "have", + "membership", + "above", + "the", + "average", + "across", + "all", + "customers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT * FROM discount", + "query_toks": [ + "SELECT", + "*", + "FROM", + "discount" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "discount" + ], + "question": "Show all information for all discounts.", + "question_toks": [ + "Show", + "all", + "information", + "for", + "all", + "discounts", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT * FROM discount", + "query_toks": [ + "SELECT", + "*", + "FROM", + "discount" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "discount" + ], + "question": "Return all information about discounts.", + "question_toks": [ + "Return", + "all", + "information", + "about", + "discounts", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT T2.name , sum(T1.total_hours) FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T2.id", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "sum", + "(", + "T1.total_hours", + ")", + "FROM", + "renting_history", + "AS", + "T1", + "JOIN", + "vehicles", + "AS", + "T2", + "ON", + "T1.vehicles_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "sum", + "(", + "t1", + ".", + "total_hours", + ")", + "from", + "renting_history", + "as", + "t1", + "join", + "vehicles", + "as", + "t2", + "on", + "t1", + ".", + "vehicles_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id" + ], + "question": "Show the name and total hours of renting for each vehicle.", + "question_toks": [ + "Show", + "the", + "name", + "and", + "total", + "hours", + "of", + "renting", + "for", + "each", + "vehicle", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT T2.name , sum(T1.total_hours) FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T2.id", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "sum", + "(", + "T1.total_hours", + ")", + "FROM", + "renting_history", + "AS", + "T1", + "JOIN", + "vehicles", + "AS", + "T2", + "ON", + "T1.vehicles_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "sum", + "(", + "t1", + ".", + "total_hours", + ")", + "from", + "renting_history", + "as", + "t1", + "join", + "vehicles", + "as", + "t2", + "on", + "t1", + ".", + "vehicles_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id" + ], + "question": "What are the names and total rental hours for each vehicle?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "total", + "rental", + "hours", + "for", + "each", + "vehicle", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT name FROM vehicles WHERE id NOT IN (SELECT vehicles_id FROM renting_history)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "vehicles", + "WHERE", + "id", + "NOT", + "IN", + "(", + "SELECT", + "vehicles_id", + "FROM", + "renting_history", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "vehicles", + "where", + "id", + "not", + "in", + "(", + "select", + "vehicles_id", + "from", + "renting_history", + ")" + ], + "question": "Show the name of vehicles with no renting history.", + "question_toks": [ + "Show", + "the", + "name", + "of", + "vehicles", + "with", + "no", + "renting", + "history", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT name FROM vehicles WHERE id NOT IN (SELECT vehicles_id FROM renting_history)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "vehicles", + "WHERE", + "id", + "NOT", + "IN", + "(", + "SELECT", + "vehicles_id", + "FROM", + "renting_history", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "vehicles", + "where", + "id", + "not", + "in", + "(", + "select", + "vehicles_id", + "from", + "renting_history", + ")" + ], + "question": "What are the names of vehicles that have never been rented?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "vehicles", + "that", + "have", + "never", + "been", + "rented", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT T2.name FROM renting_history AS T1 JOIN customers AS T2 ON T1.customer_id = T2.id GROUP BY T2.id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "renting_history", + "AS", + "T1", + "JOIN", + "customers", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "renting_history", + "as", + "t1", + "join", + "customers", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show the name of customer with at least two renting history records.", + "question_toks": [ + "Show", + "the", + "name", + "of", + "customer", + "with", + "at", + "least", + "two", + "renting", + "history", + "records", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT T2.name FROM renting_history AS T1 JOIN customers AS T2 ON T1.customer_id = T2.id GROUP BY T2.id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "renting_history", + "AS", + "T1", + "JOIN", + "customers", + "AS", + "T2", + "ON", + "T1.customer_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "renting_history", + "as", + "t1", + "join", + "customers", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the names of customers who have two or more records of rental history?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "customers", + "who", + "have", + "two", + "or", + "more", + "records", + "of", + "rental", + "history", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT T2.name , T2.model_year FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T2.id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "T2.model_year", + "FROM", + "renting_history", + "AS", + "T1", + "JOIN", + "vehicles", + "AS", + "T2", + "ON", + "T1.vehicles_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t2", + ".", + "model_year", + "from", + "renting_history", + "as", + "t1", + "join", + "vehicles", + "as", + "t2", + "on", + "t1", + ".", + "vehicles_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Show the name and model year of the vehicle with most number of renting history records.", + "question_toks": [ + "Show", + "the", + "name", + "and", + "model", + "year", + "of", + "the", + "vehicle", + "with", + "most", + "number", + "of", + "renting", + "history", + "records", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT T2.name , T2.model_year FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T2.id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "T2.model_year", + "FROM", + "renting_history", + "AS", + "T1", + "JOIN", + "vehicles", + "AS", + "T2", + "ON", + "T1.vehicles_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t2", + ".", + "model_year", + "from", + "renting_history", + "as", + "t1", + "join", + "vehicles", + "as", + "t2", + "on", + "t1", + ".", + "vehicles_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name and model year of the vehicle which has been rented the most times?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "model", + "year", + "of", + "the", + "vehicle", + "which", + "has", + "been", + "rented", + "the", + "most", + "times", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT T2.name FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T2.id ORDER BY sum(T1.total_hours) DESC", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "renting_history", + "AS", + "T1", + "JOIN", + "vehicles", + "AS", + "T2", + "ON", + "T1.vehicles_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "ORDER", + "BY", + "sum", + "(", + "T1.total_hours", + ")", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "renting_history", + "as", + "t1", + "join", + "vehicles", + "as", + "t2", + "on", + "t1", + ".", + "vehicles_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "order", + "by", + "sum", + "(", + "t1", + ".", + "total_hours", + ")", + "desc" + ], + "question": "Show the vehicle name with a descending order of total hours of renting.", + "question_toks": [ + "Show", + "the", + "vehicle", + "name", + "with", + "a", + "descending", + "order", + "of", + "total", + "hours", + "of", + "renting", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 22, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT T2.name FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T2.id ORDER BY sum(T1.total_hours) DESC", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "renting_history", + "AS", + "T1", + "JOIN", + "vehicles", + "AS", + "T2", + "ON", + "T1.vehicles_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "ORDER", + "BY", + "sum", + "(", + "T1.total_hours", + ")", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "renting_history", + "as", + "t1", + "join", + "vehicles", + "as", + "t2", + "on", + "t1", + ".", + "vehicles_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "order", + "by", + "sum", + "(", + "t1", + ".", + "total_hours", + ")", + "desc" + ], + "question": "What are the names of vehicles, sorted descending by total hours of renting?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "vehicles", + ",", + "sorted", + "descending", + "by", + "total", + "hours", + "of", + "renting", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 22, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT T2.name FROM renting_history AS T1 JOIN discount AS T2 ON T1.discount_id = T2.id GROUP BY T2.id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "renting_history", + "AS", + "T1", + "JOIN", + "discount", + "AS", + "T2", + "ON", + "T1.discount_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "renting_history", + "as", + "t1", + "join", + "discount", + "as", + "t2", + "on", + "t1", + ".", + "discount_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the discount name with most number of renting history records?", + "question_toks": [ + "What", + "is", + "the", + "discount", + "name", + "with", + "most", + "number", + "of", + "renting", + "history", + "records", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT T2.name FROM renting_history AS T1 JOIN discount AS T2 ON T1.discount_id = T2.id GROUP BY T2.id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "renting_history", + "AS", + "T1", + "JOIN", + "discount", + "AS", + "T2", + "ON", + "T1.discount_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "renting_history", + "as", + "t1", + "join", + "discount", + "as", + "t2", + "on", + "t1", + ".", + "discount_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Return the name of the discount that corresponds to the most rental history records.", + "question_toks": [ + "Return", + "the", + "name", + "of", + "the", + "discount", + "that", + "corresponds", + "to", + "the", + "most", + "rental", + "history", + "records", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT T2.name , T2.Type_of_powertrain FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T1.vehicles_id HAVING sum(T1.total_hours) > 30", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "T2.Type_of_powertrain", + "FROM", + "renting_history", + "AS", + "T1", + "JOIN", + "vehicles", + "AS", + "T2", + "ON", + "T1.vehicles_id", + "=", + "T2.id", + "GROUP", + "BY", + "T1.vehicles_id", + "HAVING", + "sum", + "(", + "T1.total_hours", + ")", + ">", + "30" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t2", + ".", + "type_of_powertrain", + "from", + "renting_history", + "as", + "t1", + "join", + "vehicles", + "as", + "t2", + "on", + "t1", + ".", + "vehicles_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t1", + ".", + "vehicles_id", + "having", + "sum", + "(", + "t1", + ".", + "total_hours", + ")", + ">", + "value" + ], + "question": "Find the name and powertrain type of the cars that rented for more than 30 total hours.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "powertrain", + "type", + "of", + "the", + "cars", + "that", + "rented", + "for", + "more", + "than", + "30", + "total", + "hours", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 22, + false + ], + null + ], + 30.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT T2.name , T2.Type_of_powertrain FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T1.vehicles_id HAVING sum(T1.total_hours) > 30", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "T2.Type_of_powertrain", + "FROM", + "renting_history", + "AS", + "T1", + "JOIN", + "vehicles", + "AS", + "T2", + "ON", + "T1.vehicles_id", + "=", + "T2.id", + "GROUP", + "BY", + "T1.vehicles_id", + "HAVING", + "sum", + "(", + "T1.total_hours", + ")", + ">", + "30" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t2", + ".", + "type_of_powertrain", + "from", + "renting_history", + "as", + "t1", + "join", + "vehicles", + "as", + "t2", + "on", + "t1", + ".", + "vehicles_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t1", + ".", + "vehicles_id", + "having", + "sum", + "(", + "t1", + ".", + "total_hours", + ")", + ">", + "value" + ], + "question": "What are the names and powertrain types of cars that have more than 30 total rental hours?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "powertrain", + "types", + "of", + "cars", + "that", + "have", + "more", + "than", + "30", + "total", + "rental", + "hours", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 22, + false + ], + null + ], + 30.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT avg(City_fuel_economy_rate) , avg(Highway_fuel_economy_rate) , Type_of_powertrain FROM vehicles GROUP BY Type_of_powertrain", + "query_toks": [ + "SELECT", + "avg", + "(", + "City_fuel_economy_rate", + ")", + ",", + "avg", + "(", + "Highway_fuel_economy_rate", + ")", + ",", + "Type_of_powertrain", + "FROM", + "vehicles", + "GROUP", + "BY", + "Type_of_powertrain" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "city_fuel_economy_rate", + ")", + ",", + "avg", + "(", + "highway_fuel_economy_rate", + ")", + ",", + "type_of_powertrain", + "from", + "vehicles", + "group", + "by", + "type_of_powertrain" + ], + "question": "Find the average city and highway fuel rates for cars with different powertrain types.", + "question_toks": [ + "Find", + "the", + "average", + "city", + "and", + "highway", + "fuel", + "rates", + "for", + "cars", + "with", + "different", + "powertrain", + "types", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "vehicle_rent", + "query": "SELECT avg(City_fuel_economy_rate) , avg(Highway_fuel_economy_rate) , Type_of_powertrain FROM vehicles GROUP BY Type_of_powertrain", + "query_toks": [ + "SELECT", + "avg", + "(", + "City_fuel_economy_rate", + ")", + ",", + "avg", + "(", + "Highway_fuel_economy_rate", + ")", + ",", + "Type_of_powertrain", + "FROM", + "vehicles", + "GROUP", + "BY", + "Type_of_powertrain" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "city_fuel_economy_rate", + ")", + ",", + "avg", + "(", + "highway_fuel_economy_rate", + ")", + ",", + "type_of_powertrain", + "from", + "vehicles", + "group", + "by", + "type_of_powertrain" + ], + "question": "What are the average city fuel economy rate, average highway fuel economy rate for different types of powertrains?", + "question_toks": [ + "What", + "are", + "the", + "average", + "city", + "fuel", + "economy", + "rate", + ",", + "average", + "highway", + "fuel", + "economy", + "rate", + "for", + "different", + "types", + "of", + "powertrains", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT avg(amount_of_loan) FROM Student_Loans", + "query_toks": [ + "SELECT", + "avg", + "(", + "amount_of_loan", + ")", + "FROM", + "Student_Loans" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "amount_of_loan", + ")", + "from", + "student_loans" + ], + "question": "What is the average amount of a student loan?", + "question_toks": [ + "What", + "is", + "the", + "average", + "amount", + "of", + "a", + "student", + "loan", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT avg(amount_of_loan) FROM Student_Loans", + "query_toks": [ + "SELECT", + "avg", + "(", + "amount_of_loan", + ")", + "FROM", + "Student_Loans" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "amount_of_loan", + ")", + "from", + "student_loans" + ], + "question": "Compute the average amount of student loans.", + "question_toks": [ + "Compute", + "the", + "average", + "amount", + "of", + "student", + "loans", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data , T1.student_id FROM Students AS T1 JOIN Classes AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) >= 2 UNION SELECT T1.bio_data , T1.student_id FROM Students AS T1 JOIN Detention AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) < 2", + "query_toks": [ + "SELECT", + "T1.bio_data", + ",", + "T1.student_id", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "GROUP", + "BY", + "T1.student_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2", + "UNION", + "SELECT", + "T1.bio_data", + ",", + "T1.student_id", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Detention", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "GROUP", + "BY", + "T1.student_id", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + ",", + "t1", + ".", + "student_id", + "from", + "students", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value", + "union", + "select", + "t1", + ".", + "bio_data", + ",", + "t1", + ".", + "student_id", + "from", + "students", + "as", + "t1", + "join", + "detention", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + "<", + "value" + ], + "question": "List the biographical data and student id for the students who take 2 or more classes and the students who have less than 2 detentions.", + "question_toks": [ + "List", + "the", + "biographical", + "data", + "and", + "student", + "id", + "for", + "the", + "students", + "who", + "take", + "2", + "or", + "more", + "classes", + "and", + "the", + "students", + "who", + "have", + "less", + "than", + "2", + "detentions", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data , T1.student_id FROM Students AS T1 JOIN Classes AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) >= 2 UNION SELECT T1.bio_data , T1.student_id FROM Students AS T1 JOIN Detention AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) < 2", + "query_toks": [ + "SELECT", + "T1.bio_data", + ",", + "T1.student_id", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "GROUP", + "BY", + "T1.student_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2", + "UNION", + "SELECT", + "T1.bio_data", + ",", + "T1.student_id", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Detention", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "GROUP", + "BY", + "T1.student_id", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + ",", + "t1", + ".", + "student_id", + "from", + "students", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value", + "union", + "select", + "t1", + ".", + "bio_data", + ",", + "t1", + ".", + "student_id", + "from", + "students", + "as", + "t1", + "join", + "detention", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + "<", + "value" + ], + "question": "What are the biographical data and student id of the students who either took two or more classes and or have less than two detentions?", + "question_toks": [ + "What", + "are", + "the", + "biographical", + "data", + "and", + "student", + "id", + "of", + "the", + "students", + "who", + "either", + "took", + "two", + "or", + "more", + "classes", + "and", + "or", + "have", + "less", + "than", + "two", + "detentions", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 45, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.teacher_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id WHERE T2.class_details LIKE '%data%' EXCEPT SELECT T1.teacher_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id WHERE T2.class_details LIKE 'net%'", + "query_toks": [ + "SELECT", + "T1.teacher_details", + "FROM", + "Teachers", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.teacher_id", + "=", + "T2.teacher_id", + "WHERE", + "T2.class_details", + "LIKE", + "'", + "%", + "data", + "%", + "'", + "EXCEPT", + "SELECT", + "T1.teacher_details", + "FROM", + "Teachers", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.teacher_id", + "=", + "T2.teacher_id", + "WHERE", + "T2.class_details", + "LIKE", + "'net", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "teacher_details", + "from", + "teachers", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "where", + "t2", + ".", + "class_details", + "like", + "value", + "except", + "select", + "t1", + ".", + "teacher_details", + "from", + "teachers", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "where", + "t2", + ".", + "class_details", + "like", + "value" + ], + "question": "List the details of the teachers who teach some class whose detail has the substring 'data' but do not teach a class whose detail contains the prefix 'net'", + "question_toks": [ + "List", + "the", + "details", + "of", + "the", + "teachers", + "who", + "teach", + "some", + "class", + "whose", + "detail", + "has", + "the", + "substring", + "'data", + "'", + "but", + "do", + "not", + "teach", + "a", + "class", + "whose", + "detail", + "contains", + "the", + "prefix", + "'net", + "'" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + "\"%data%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + "\"net%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.teacher_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id WHERE T2.class_details LIKE '%data%' EXCEPT SELECT T1.teacher_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id WHERE T2.class_details LIKE 'net%'", + "query_toks": [ + "SELECT", + "T1.teacher_details", + "FROM", + "Teachers", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.teacher_id", + "=", + "T2.teacher_id", + "WHERE", + "T2.class_details", + "LIKE", + "'", + "%", + "data", + "%", + "'", + "EXCEPT", + "SELECT", + "T1.teacher_details", + "FROM", + "Teachers", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.teacher_id", + "=", + "T2.teacher_id", + "WHERE", + "T2.class_details", + "LIKE", + "'net", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "teacher_details", + "from", + "teachers", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "where", + "t2", + ".", + "class_details", + "like", + "value", + "except", + "select", + "t1", + ".", + "teacher_details", + "from", + "teachers", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "where", + "t2", + ".", + "class_details", + "like", + "value" + ], + "question": "Which teachers teach a class that has the substring 'data' in its detail but do not teach a class that has prefix 'net' in its detail? Give me the teacher details.", + "question_toks": [ + "Which", + "teachers", + "teach", + "a", + "class", + "that", + "has", + "the", + "substring", + "'data", + "'", + "in", + "its", + "detail", + "but", + "do", + "not", + "teach", + "a", + "class", + "that", + "has", + "prefix", + "'net", + "'", + "in", + "its", + "detail", + "?", + "Give", + "me", + "the", + "teacher", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + "\"%data%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + "\"net%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "select bio_data from students where student_id not in (select t1.student_id from students as t1 join detention as t2 on t1.student_id = t2.student_id union select t1.student_id from students as t1 join student_loans as t2 on t1.student_id = t2.student_id)", + "query_toks": [ + "select", + "bio_data", + "from", + "students", + "where", + "student_id", + "not", + "in", + "(", + "select", + "t1.student_id", + "from", + "students", + "as", + "t1", + "join", + "detention", + "as", + "t2", + "on", + "t1.student_id", + "=", + "t2.student_id", + "union", + "select", + "t1.student_id", + "from", + "students", + "as", + "t1", + "join", + "student_loans", + "as", + "t2", + "on", + "t1.student_id", + "=", + "t2.student_id", + ")" + ], + "query_toks_no_value": [ + "select", + "bio_data", + "from", + "students", + "where", + "student_id", + "not", + "in", + "(", + "select", + "t1", + ".", + "student_id", + "from", + "students", + "as", + "t1", + "join", + "detention", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "union", + "select", + "t1", + ".", + "student_id", + "from", + "students", + "as", + "t1", + "join", + "student_loans", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + ")" + ], + "question": "List the biographical data of the students who never had a detention or student loan .", + "question_toks": [ + "List", + "the", + "biographical", + "data", + "of", + "the", + "students", + "who", + "never", + "had", + "a", + "detention", + "or", + "student", + "loan", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 10 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "select bio_data from students where student_id not in (select t1.student_id from students as t1 join detention as t2 on t1.student_id = t2.student_id union select t1.student_id from students as t1 join student_loans as t2 on t1.student_id = t2.student_id)", + "query_toks": [ + "select", + "bio_data", + "from", + "students", + "where", + "student_id", + "not", + "in", + "(", + "select", + "t1.student_id", + "from", + "students", + "as", + "t1", + "join", + "detention", + "as", + "t2", + "on", + "t1.student_id", + "=", + "t2.student_id", + "union", + "select", + "t1.student_id", + "from", + "students", + "as", + "t1", + "join", + "student_loans", + "as", + "t2", + "on", + "t1.student_id", + "=", + "t2.student_id", + ")" + ], + "query_toks_no_value": [ + "select", + "bio_data", + "from", + "students", + "where", + "student_id", + "not", + "in", + "(", + "select", + "t1", + ".", + "student_id", + "from", + "students", + "as", + "t1", + "join", + "detention", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "union", + "select", + "t1", + ".", + "student_id", + "from", + "students", + "as", + "t1", + "join", + "student_loans", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + ")" + ], + "question": "Which students never had a detention or student loan ? Find their biographical data .", + "question_toks": [ + "Which", + "students", + "never", + "had", + "a", + "detention", + "or", + "student", + "loan", + "?", + "Find", + "their", + "biographical", + "data", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 10 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT amount_of_loan , date_of_loan FROM Student_Loans WHERE student_id IN ( SELECT student_id FROM Achievements GROUP BY student_id HAVING count(*) >= 2 )", + "query_toks": [ + "SELECT", + "amount_of_loan", + ",", + "date_of_loan", + "FROM", + "Student_Loans", + "WHERE", + "student_id", + "IN", + "(", + "SELECT", + "student_id", + "FROM", + "Achievements", + "GROUP", + "BY", + "student_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2", + ")" + ], + "query_toks_no_value": [ + "select", + "amount_of_loan", + ",", + "date_of_loan", + "from", + "student_loans", + "where", + "student_id", + "in", + "(", + "select", + "student_id", + "from", + "achievements", + "group", + "by", + "student_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value", + ")" + ], + "question": "What are the loan amounts and loan dates of the students who have at least 2 achievements?", + "question_toks": [ + "What", + "are", + "the", + "loan", + "amounts", + "and", + "loan", + "dates", + "of", + "the", + "students", + "who", + "have", + "at", + "least", + "2", + "achievements", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 14 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 52, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 52, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT amount_of_loan , date_of_loan FROM Student_Loans WHERE student_id IN ( SELECT student_id FROM Achievements GROUP BY student_id HAVING count(*) >= 2 )", + "query_toks": [ + "SELECT", + "amount_of_loan", + ",", + "date_of_loan", + "FROM", + "Student_Loans", + "WHERE", + "student_id", + "IN", + "(", + "SELECT", + "student_id", + "FROM", + "Achievements", + "GROUP", + "BY", + "student_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2", + ")" + ], + "query_toks_no_value": [ + "select", + "amount_of_loan", + ",", + "date_of_loan", + "from", + "student_loans", + "where", + "student_id", + "in", + "(", + "select", + "student_id", + "from", + "achievements", + "group", + "by", + "student_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value", + ")" + ], + "question": "List the amount and date of loan for the students who have two or more achievements.", + "question_toks": [ + "List", + "the", + "amount", + "and", + "date", + "of", + "loan", + "for", + "the", + "students", + "who", + "have", + "two", + "or", + "more", + "achievements", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 14 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 52, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 52, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.teacher_details , T1.teacher_id FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id GROUP BY T1.teacher_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.teacher_details", + ",", + "T1.teacher_id", + "FROM", + "Teachers", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.teacher_id", + "=", + "T2.teacher_id", + "GROUP", + "BY", + "T1.teacher_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "teacher_details", + ",", + "t1", + ".", + "teacher_id", + "from", + "teachers", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "group", + "by", + "t1", + ".", + "teacher_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "List the detail and id of the teacher who teaches the most courses.", + "question_toks": [ + "List", + "the", + "detail", + "and", + "id", + "of", + "the", + "teacher", + "who", + "teaches", + "the", + "most", + "courses", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.teacher_details , T1.teacher_id FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id GROUP BY T1.teacher_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.teacher_details", + ",", + "T1.teacher_id", + "FROM", + "Teachers", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.teacher_id", + "=", + "T2.teacher_id", + "GROUP", + "BY", + "T1.teacher_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "teacher_details", + ",", + "t1", + ".", + "teacher_id", + "from", + "teachers", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "group", + "by", + "t1", + ".", + "teacher_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the detail and id of the teacher who teaches the largest number of courses?", + "question_toks": [ + "What", + "are", + "the", + "detail", + "and", + "id", + "of", + "the", + "teacher", + "who", + "teaches", + "the", + "largest", + "number", + "of", + "courses", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT distinct(T1.detention_type_description) FROM Ref_Detention_Type AS T1 JOIN Detention AS T2 ON T1.detention_type_code = T2.detention_type_code", + "query_toks": [ + "SELECT", + "distinct", + "(", + "T1.detention_type_description", + ")", + "FROM", + "Ref_Detention_Type", + "AS", + "T1", + "JOIN", + "Detention", + "AS", + "T2", + "ON", + "T1.detention_type_code", + "=", + "T2.detention_type_code" + ], + "query_toks_no_value": [ + "select", + "distinct", + "(", + "t1", + ".", + "detention_type_description", + ")", + "from", + "ref_detention_type", + "as", + "t1", + "join", + "detention", + "as", + "t2", + "on", + "t1", + ".", + "detention_type_code", + "=", + "t2", + ".", + "detention_type_code" + ], + "question": "What are the distinct descriptions of all the detentions which have ever happened?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "descriptions", + "of", + "all", + "the", + "detentions", + "which", + "have", + "ever", + "happened", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 13 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 44, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT distinct(T1.detention_type_description) FROM Ref_Detention_Type AS T1 JOIN Detention AS T2 ON T1.detention_type_code = T2.detention_type_code", + "query_toks": [ + "SELECT", + "distinct", + "(", + "T1.detention_type_description", + ")", + "FROM", + "Ref_Detention_Type", + "AS", + "T1", + "JOIN", + "Detention", + "AS", + "T2", + "ON", + "T1.detention_type_code", + "=", + "T2.detention_type_code" + ], + "query_toks_no_value": [ + "select", + "distinct", + "(", + "t1", + ".", + "detention_type_description", + ")", + "from", + "ref_detention_type", + "as", + "t1", + "join", + "detention", + "as", + "t2", + "on", + "t1", + ".", + "detention_type_code", + "=", + "t2", + ".", + "detention_type_code" + ], + "question": "Return the distinct descriptions of all the detentions that have happened.", + "question_toks": [ + "Return", + "the", + "distinct", + "descriptions", + "of", + "all", + "the", + "detentions", + "that", + "have", + "happened", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 13 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 44, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT DISTINCT T1.student_details , T3.address_type_description FROM Students AS T1 JOIN Students_Addresses AS T2 ON T1.student_id = T2.student_id JOIN Ref_Address_Types AS T3 ON T2.address_type_code = T3.address_type_code", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.student_details", + ",", + "T3.address_type_description", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Students_Addresses", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "JOIN", + "Ref_Address_Types", + "AS", + "T3", + "ON", + "T2.address_type_code", + "=", + "T3.address_type_code" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "student_details", + ",", + "t3", + ".", + "address_type_description", + "from", + "students", + "as", + "t1", + "join", + "students_addresses", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "join", + "ref_address_types", + "as", + "t3", + "on", + "t2", + ".", + "address_type_code", + "=", + "t3", + ".", + "address_type_code" + ], + "question": "List the personal details and the address type descriptions of all the students.", + "question_toks": [ + "List", + "the", + "personal", + "details", + "and", + "the", + "address", + "type", + "descriptions", + "of", + "all", + "the", + "students", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 12 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 40, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT DISTINCT T1.student_details , T3.address_type_description FROM Students AS T1 JOIN Students_Addresses AS T2 ON T1.student_id = T2.student_id JOIN Ref_Address_Types AS T3 ON T2.address_type_code = T3.address_type_code", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.student_details", + ",", + "T3.address_type_description", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Students_Addresses", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "JOIN", + "Ref_Address_Types", + "AS", + "T3", + "ON", + "T2.address_type_code", + "=", + "T3.address_type_code" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "student_details", + ",", + "t3", + ".", + "address_type_description", + "from", + "students", + "as", + "t1", + "join", + "students_addresses", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "join", + "ref_address_types", + "as", + "t3", + "on", + "t2", + ".", + "address_type_code", + "=", + "t3", + ".", + "address_type_code" + ], + "question": "What are the personal details and the address type descriptions of each student?", + "question_toks": [ + "What", + "are", + "the", + "personal", + "details", + "and", + "the", + "address", + "type", + "descriptions", + "of", + "each", + "student", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 12 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 40, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.address_details , T3.bio_data FROM Addresses AS T1 JOIN Students_Addresses AS T2 ON T1.address_id = T2.address_id JOIN Students AS T3 ON T2.student_id = T3.student_id", + "query_toks": [ + "SELECT", + "T1.address_details", + ",", + "T3.bio_data", + "FROM", + "Addresses", + "AS", + "T1", + "JOIN", + "Students_Addresses", + "AS", + "T2", + "ON", + "T1.address_id", + "=", + "T2.address_id", + "JOIN", + "Students", + "AS", + "T3", + "ON", + "T2.student_id", + "=", + "T3.student_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "address_details", + ",", + "t3", + ".", + "bio_data", + "from", + "addresses", + "as", + "t1", + "join", + "students_addresses", + "as", + "t2", + "on", + "t1", + ".", + "address_id", + "=", + "t2", + ".", + "address_id", + "join", + "students", + "as", + "t3", + "on", + "t2", + ".", + "student_id", + "=", + "t3", + ".", + "student_id" + ], + "question": "List the the address details and the biographical information of the students.", + "question_toks": [ + "List", + "the", + "the", + "address", + "details", + "and", + "the", + "biographical", + "information", + "of", + "the", + "students", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 12 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 38, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.address_details , T3.bio_data FROM Addresses AS T1 JOIN Students_Addresses AS T2 ON T1.address_id = T2.address_id JOIN Students AS T3 ON T2.student_id = T3.student_id", + "query_toks": [ + "SELECT", + "T1.address_details", + ",", + "T3.bio_data", + "FROM", + "Addresses", + "AS", + "T1", + "JOIN", + "Students_Addresses", + "AS", + "T2", + "ON", + "T1.address_id", + "=", + "T2.address_id", + "JOIN", + "Students", + "AS", + "T3", + "ON", + "T2.student_id", + "=", + "T3.student_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "address_details", + ",", + "t3", + ".", + "bio_data", + "from", + "addresses", + "as", + "t1", + "join", + "students_addresses", + "as", + "t2", + "on", + "t1", + ".", + "address_id", + "=", + "t2", + ".", + "address_id", + "join", + "students", + "as", + "t3", + "on", + "t2", + ".", + "student_id", + "=", + "t3", + ".", + "student_id" + ], + "question": "What are the address details and biographical information of each student?", + "question_toks": [ + "What", + "are", + "the", + "address", + "details", + "and", + "biographical", + "information", + "of", + "each", + "student", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 12 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 38, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data , T2.date_of_transcript FROM Students AS T1 JOIN Transcripts AS T2 ON T1.student_id = T2.student_id", + "query_toks": [ + "SELECT", + "T1.bio_data", + ",", + "T2.date_of_transcript", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Transcripts", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + ",", + "t2", + ".", + "date_of_transcript", + "from", + "students", + "as", + "t1", + "join", + "transcripts", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id" + ], + "question": "List the biographical data and the date of the transcript of all the students.", + "question_toks": [ + "List", + "the", + "biographical", + "data", + "and", + "the", + "date", + "of", + "the", + "transcript", + "of", + "all", + "the", + "students", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data , T2.date_of_transcript FROM Students AS T1 JOIN Transcripts AS T2 ON T1.student_id = T2.student_id", + "query_toks": [ + "SELECT", + "T1.bio_data", + ",", + "T2.date_of_transcript", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Transcripts", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + ",", + "t2", + ".", + "date_of_transcript", + "from", + "students", + "as", + "t1", + "join", + "transcripts", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id" + ], + "question": "What are the biographical data and the date of transcript issuance of each student?", + "question_toks": [ + "What", + "are", + "the", + "biographical", + "data", + "and", + "the", + "date", + "of", + "transcript", + "issuance", + "of", + "each", + "student", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT count(DISTINCT student_id) , behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "student_id", + ")", + ",", + "behaviour_monitoring_details", + "FROM", + "Behaviour_Monitoring", + "GROUP", + "BY", + "behaviour_monitoring_details", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "student_id", + ")", + ",", + "behaviour_monitoring_details", + "from", + "behaviour_monitoring", + "group", + "by", + "behaviour_monitoring_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "How many students got the most common result in the behavioral monitoring details? Also list the result details.", + "question_toks": [ + "How", + "many", + "students", + "got", + "the", + "most", + "common", + "result", + "in", + "the", + "behavioral", + "monitoring", + "details", + "?", + "Also", + "list", + "the", + "result", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 9, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT count(DISTINCT student_id) , behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "student_id", + ")", + ",", + "behaviour_monitoring_details", + "FROM", + "Behaviour_Monitoring", + "GROUP", + "BY", + "behaviour_monitoring_details", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "student_id", + ")", + ",", + "behaviour_monitoring_details", + "from", + "behaviour_monitoring", + "group", + "by", + "behaviour_monitoring_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the most common result in the behavioral monitoring details. What are the count and the details of this result?", + "question_toks": [ + "Find", + "the", + "most", + "common", + "result", + "in", + "the", + "behavioral", + "monitoring", + "details", + ".", + "What", + "are", + "the", + "count", + "and", + "the", + "details", + "of", + "this", + "result", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 9, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data , T1.student_details FROM Students AS T1 JOIN Behaviour_Monitoring AS T2 ON T1.student_id = T2.student_id WHERE T2.behaviour_monitoring_details IN ( SELECT behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details ORDER BY count(*) DESC LIMIT 1 ) INTERSECT SELECT T1.bio_data , T1.student_details FROM Students AS T1 JOIN Behaviour_Monitoring AS T2 ON T1.student_id = T2.student_id WHERE T2.behaviour_monitoring_details IN ( SELECT behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details HAVING count(*) = 3 )", + "query_toks": [ + "SELECT", + "T1.bio_data", + ",", + "T1.student_details", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Behaviour_Monitoring", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "WHERE", + "T2.behaviour_monitoring_details", + "IN", + "(", + "SELECT", + "behaviour_monitoring_details", + "FROM", + "Behaviour_Monitoring", + "GROUP", + "BY", + "behaviour_monitoring_details", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ")", + "INTERSECT", + "SELECT", + "T1.bio_data", + ",", + "T1.student_details", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Behaviour_Monitoring", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "WHERE", + "T2.behaviour_monitoring_details", + "IN", + "(", + "SELECT", + "behaviour_monitoring_details", + "FROM", + "Behaviour_Monitoring", + "GROUP", + "BY", + "behaviour_monitoring_details", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "3", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + ",", + "t1", + ".", + "student_details", + "from", + "students", + "as", + "t1", + "join", + "behaviour_monitoring", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "where", + "t2", + ".", + "behaviour_monitoring_details", + "in", + "(", + "select", + "behaviour_monitoring_details", + "from", + "behaviour_monitoring", + "group", + "by", + "behaviour_monitoring_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value", + ")", + "intersect", + "select", + "t1", + ".", + "bio_data", + ",", + "t1", + ".", + "student_details", + "from", + "students", + "as", + "t1", + "join", + "behaviour_monitoring", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "where", + "t2", + ".", + "behaviour_monitoring_details", + "in", + "(", + "select", + "behaviour_monitoring_details", + "from", + "behaviour_monitoring", + "group", + "by", + "behaviour_monitoring_details", + "having", + "count", + "(", + "*", + ")", + "=", + "value", + ")" + ], + "question": "Which students not only got the most common result but also got a result obtained by 3 students in behaviour monitoring? List the student's biographical data and details.", + "question_toks": [ + "Which", + "students", + "not", + "only", + "got", + "the", + "most", + "common", + "result", + "but", + "also", + "got", + "a", + "result", + "obtained", + "by", + "3", + "students", + "in", + "behaviour", + "monitoring", + "?", + "List", + "the", + "student", + "'s", + "biographical", + "data", + "and", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data , T1.student_details FROM Students AS T1 JOIN Behaviour_Monitoring AS T2 ON T1.student_id = T2.student_id WHERE T2.behaviour_monitoring_details IN ( SELECT behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details ORDER BY count(*) DESC LIMIT 1 ) INTERSECT SELECT T1.bio_data , T1.student_details FROM Students AS T1 JOIN Behaviour_Monitoring AS T2 ON T1.student_id = T2.student_id WHERE T2.behaviour_monitoring_details IN ( SELECT behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details HAVING count(*) = 3 )", + "query_toks": [ + "SELECT", + "T1.bio_data", + ",", + "T1.student_details", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Behaviour_Monitoring", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "WHERE", + "T2.behaviour_monitoring_details", + "IN", + "(", + "SELECT", + "behaviour_monitoring_details", + "FROM", + "Behaviour_Monitoring", + "GROUP", + "BY", + "behaviour_monitoring_details", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ")", + "INTERSECT", + "SELECT", + "T1.bio_data", + ",", + "T1.student_details", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Behaviour_Monitoring", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "WHERE", + "T2.behaviour_monitoring_details", + "IN", + "(", + "SELECT", + "behaviour_monitoring_details", + "FROM", + "Behaviour_Monitoring", + "GROUP", + "BY", + "behaviour_monitoring_details", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "3", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + ",", + "t1", + ".", + "student_details", + "from", + "students", + "as", + "t1", + "join", + "behaviour_monitoring", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "where", + "t2", + ".", + "behaviour_monitoring_details", + "in", + "(", + "select", + "behaviour_monitoring_details", + "from", + "behaviour_monitoring", + "group", + "by", + "behaviour_monitoring_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value", + ")", + "intersect", + "select", + "t1", + ".", + "bio_data", + ",", + "t1", + ".", + "student_details", + "from", + "students", + "as", + "t1", + "join", + "behaviour_monitoring", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "where", + "t2", + ".", + "behaviour_monitoring_details", + "in", + "(", + "select", + "behaviour_monitoring_details", + "from", + "behaviour_monitoring", + "group", + "by", + "behaviour_monitoring_details", + "having", + "count", + "(", + "*", + ")", + "=", + "value", + ")" + ], + "question": "Find the biographical data and details of students who got not only the most common result but also a result that is obtained by 3 students in behaviour monitoring.", + "question_toks": [ + "Find", + "the", + "biographical", + "data", + "and", + "details", + "of", + "students", + "who", + "got", + "not", + "only", + "the", + "most", + "common", + "result", + "but", + "also", + "a", + "result", + "that", + "is", + "obtained", + "by", + "3", + "students", + "in", + "behaviour", + "monitoring", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data FROM Students AS T1 JOIN Behaviour_Monitoring AS T2 ON T1.student_id = T2.student_id WHERE T2.behaviour_monitoring_details IN ( SELECT behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details ORDER BY count(*) DESC LIMIT 1 ) EXCEPT SELECT T1.bio_data FROM Students AS T1 JOIN Behaviour_Monitoring AS T2 ON T1.student_id = T2.student_id WHERE T2.behaviour_monitoring_details NOT IN ( SELECT behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details ORDER BY count(*) DESC LIMIT 1 )", + "query_toks": [ + "SELECT", + "T1.bio_data", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Behaviour_Monitoring", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "WHERE", + "T2.behaviour_monitoring_details", + "IN", + "(", + "SELECT", + "behaviour_monitoring_details", + "FROM", + "Behaviour_Monitoring", + "GROUP", + "BY", + "behaviour_monitoring_details", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ")", + "EXCEPT", + "SELECT", + "T1.bio_data", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Behaviour_Monitoring", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "WHERE", + "T2.behaviour_monitoring_details", + "NOT", + "IN", + "(", + "SELECT", + "behaviour_monitoring_details", + "FROM", + "Behaviour_Monitoring", + "GROUP", + "BY", + "behaviour_monitoring_details", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + "from", + "students", + "as", + "t1", + "join", + "behaviour_monitoring", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "where", + "t2", + ".", + "behaviour_monitoring_details", + "in", + "(", + "select", + "behaviour_monitoring_details", + "from", + "behaviour_monitoring", + "group", + "by", + "behaviour_monitoring_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value", + ")", + "except", + "select", + "t1", + ".", + "bio_data", + "from", + "students", + "as", + "t1", + "join", + "behaviour_monitoring", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "where", + "t2", + ".", + "behaviour_monitoring_details", + "not", + "in", + "(", + "select", + "behaviour_monitoring_details", + "from", + "behaviour_monitoring", + "group", + "by", + "behaviour_monitoring_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value", + ")" + ], + "question": "Which students only got the most common result for his or her all behaviour monitoring details? List the students' biographical information.", + "question_toks": [ + "Which", + "students", + "only", + "got", + "the", + "most", + "common", + "result", + "for", + "his", + "or", + "her", + "all", + "behaviour", + "monitoring", + "details", + "?", + "List", + "the", + "students", + "'", + "biographical", + "information", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "select t1.bio_data from students as t1 join behaviour_monitoring as t2 on t1.student_id = t2.student_id where t2.behaviour_monitoring_details in ( select behaviour_monitoring_details from behaviour_monitoring group by behaviour_monitoring_details order by count(*) desc limit 1 ) except select t1.bio_data from students as t1 join behaviour_monitoring as t2 on t1.student_id = t2.student_id where t2.behaviour_monitoring_details not in ( select behaviour_monitoring_details from behaviour_monitoring group by behaviour_monitoring_details order by count(*) desc limit 1 )", + "query_toks": [ + "select", + "t1.bio_data", + "from", + "students", + "as", + "t1", + "join", + "behaviour_monitoring", + "as", + "t2", + "on", + "t1.student_id", + "=", + "t2.student_id", + "where", + "t2.behaviour_monitoring_details", + "in", + "(", + "select", + "behaviour_monitoring_details", + "from", + "behaviour_monitoring", + "group", + "by", + "behaviour_monitoring_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "1", + ")", + "except", + "select", + "t1.bio_data", + "from", + "students", + "as", + "t1", + "join", + "behaviour_monitoring", + "as", + "t2", + "on", + "t1.student_id", + "=", + "t2.student_id", + "where", + "t2.behaviour_monitoring_details", + "not", + "in", + "(", + "select", + "behaviour_monitoring_details", + "from", + "behaviour_monitoring", + "group", + "by", + "behaviour_monitoring_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + "from", + "students", + "as", + "t1", + "join", + "behaviour_monitoring", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "where", + "t2", + ".", + "behaviour_monitoring_details", + "in", + "(", + "select", + "behaviour_monitoring_details", + "from", + "behaviour_monitoring", + "group", + "by", + "behaviour_monitoring_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value", + ")", + "except", + "select", + "t1", + ".", + "bio_data", + "from", + "students", + "as", + "t1", + "join", + "behaviour_monitoring", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "where", + "t2", + ".", + "behaviour_monitoring_details", + "not", + "in", + "(", + "select", + "behaviour_monitoring_details", + "from", + "behaviour_monitoring", + "group", + "by", + "behaviour_monitoring_details", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value", + ")" + ], + "question": "What is the biographical information of the students who got the most common result for their behaviour monitoring details ?", + "question_toks": [ + "What", + "is", + "the", + "biographical", + "information", + "of", + "the", + "students", + "who", + "got", + "the", + "most", + "common", + "result", + "for", + "their", + "behaviour", + "monitoring", + "details", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data , T2.event_date FROM Students AS T1 JOIN Student_Events AS T2 ON T1.student_id = T2.student_id", + "query_toks": [ + "SELECT", + "T1.bio_data", + ",", + "T2.event_date", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Events", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + ",", + "t2", + ".", + "event_date", + "from", + "students", + "as", + "t1", + "join", + "student_events", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id" + ], + "question": "Which students have gone through any event? List the students' biographical data and event date.", + "question_toks": [ + "Which", + "students", + "have", + "gone", + "through", + "any", + "event", + "?", + "List", + "the", + "students", + "'", + "biographical", + "data", + "and", + "event", + "date", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 8 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data , T2.event_date FROM Students AS T1 JOIN Student_Events AS T2 ON T1.student_id = T2.student_id", + "query_toks": [ + "SELECT", + "T1.bio_data", + ",", + "T2.event_date", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Events", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + ",", + "t2", + ".", + "event_date", + "from", + "students", + "as", + "t1", + "join", + "student_events", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id" + ], + "question": "Find the biographical data and event date for students who participated in any events.", + "question_toks": [ + "Find", + "the", + "biographical", + "data", + "and", + "event", + "date", + "for", + "students", + "who", + "participated", + "in", + "any", + "events", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 8 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT count(*) , T2.event_type_code , T3.event_type_description FROM Students AS T1 JOIN Student_Events AS T2 ON T1.student_id = T2.student_id JOIN Ref_Event_Types AS T3 ON T2.event_type_code = T3.event_type_code GROUP BY T2.event_type_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "T2.event_type_code", + ",", + "T3.event_type_description", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Events", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "JOIN", + "Ref_Event_Types", + "AS", + "T3", + "ON", + "T2.event_type_code", + "=", + "T3.event_type_code", + "GROUP", + "BY", + "T2.event_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "t2", + ".", + "event_type_code", + ",", + "t3", + ".", + "event_type_description", + "from", + "students", + "as", + "t1", + "join", + "student_events", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "join", + "ref_event_types", + "as", + "t3", + "on", + "t2", + ".", + "event_type_code", + "=", + "t3", + ".", + "event_type_code", + "group", + "by", + "t2", + ".", + "event_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "How many students have joined in the most common type of event? List the number, the event type and description.", + "question_toks": [ + "How", + "many", + "students", + "have", + "joined", + "in", + "the", + "most", + "common", + "type", + "of", + "event", + "?", + "List", + "the", + "number", + ",", + "the", + "event", + "type", + "and", + "description", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 22, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT count(*) , T2.event_type_code , T3.event_type_description FROM Students AS T1 JOIN Student_Events AS T2 ON T1.student_id = T2.student_id JOIN Ref_Event_Types AS T3 ON T2.event_type_code = T3.event_type_code GROUP BY T2.event_type_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "T2.event_type_code", + ",", + "T3.event_type_description", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Events", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "JOIN", + "Ref_Event_Types", + "AS", + "T3", + "ON", + "T2.event_type_code", + "=", + "T3.event_type_code", + "GROUP", + "BY", + "T2.event_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "t2", + ".", + "event_type_code", + ",", + "t3", + ".", + "event_type_description", + "from", + "students", + "as", + "t1", + "join", + "student_events", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "join", + "ref_event_types", + "as", + "t3", + "on", + "t2", + ".", + "event_type_code", + "=", + "t3", + ".", + "event_type_code", + "group", + "by", + "t2", + ".", + "event_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the type of event the most students joined? Give me the number of students, and the event type code and description.", + "question_toks": [ + "What", + "is", + "the", + "type", + "of", + "event", + "the", + "most", + "students", + "joined", + "?", + "Give", + "me", + "the", + "number", + "of", + "students", + ",", + "and", + "the", + "event", + "type", + "code", + "and", + "description", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 22, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.achievement_details , T2.achievement_type_description FROM Achievements AS T1 JOIN Ref_Achievement_Type AS T2 ON T1.achievement_type_code = T2.achievement_type_code", + "query_toks": [ + "SELECT", + "T1.achievement_details", + ",", + "T2.achievement_type_description", + "FROM", + "Achievements", + "AS", + "T1", + "JOIN", + "Ref_Achievement_Type", + "AS", + "T2", + "ON", + "T1.achievement_type_code", + "=", + "T2.achievement_type_code" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "achievement_details", + ",", + "t2", + ".", + "achievement_type_description", + "from", + "achievements", + "as", + "t1", + "join", + "ref_achievement_type", + "as", + "t2", + "on", + "t1", + ".", + "achievement_type_code", + "=", + "t2", + ".", + "achievement_type_code" + ], + "question": "How are all the achievements described? List the achievement detail and the type description.", + "question_toks": [ + "How", + "are", + "all", + "the", + "achievements", + "described", + "?", + "List", + "the", + "achievement", + "detail", + "and", + "the", + "type", + "description", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 14 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 51, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 54, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.achievement_details , T2.achievement_type_description FROM Achievements AS T1 JOIN Ref_Achievement_Type AS T2 ON T1.achievement_type_code = T2.achievement_type_code", + "query_toks": [ + "SELECT", + "T1.achievement_details", + ",", + "T2.achievement_type_description", + "FROM", + "Achievements", + "AS", + "T1", + "JOIN", + "Ref_Achievement_Type", + "AS", + "T2", + "ON", + "T1.achievement_type_code", + "=", + "T2.achievement_type_code" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "achievement_details", + ",", + "t2", + ".", + "achievement_type_description", + "from", + "achievements", + "as", + "t1", + "join", + "ref_achievement_type", + "as", + "t2", + "on", + "t1", + ".", + "achievement_type_code", + "=", + "t2", + ".", + "achievement_type_code" + ], + "question": "What are the achievement detail and the type description of each achievements?", + "question_toks": [ + "What", + "are", + "the", + "achievement", + "detail", + "and", + "the", + "type", + "description", + "of", + "each", + "achievements", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 14 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 51, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 54, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT count(DISTINCT T1.teacher_id) FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id WHERE T2.student_id NOT IN ( SELECT student_id FROM Achievements )", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T1.teacher_id", + ")", + "FROM", + "Teachers", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.teacher_id", + "=", + "T2.teacher_id", + "WHERE", + "T2.student_id", + "NOT", + "IN", + "(", + "SELECT", + "student_id", + "FROM", + "Achievements", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "teacher_id", + ")", + "from", + "teachers", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "where", + "t2", + ".", + "student_id", + "not", + "in", + "(", + "select", + "student_id", + "from", + "achievements", + ")" + ], + "question": "How many teachers have taught a student who has not won any achievements?", + "question_toks": [ + "How", + "many", + "teachers", + "have", + "taught", + "a", + "student", + "who", + "has", + "not", + "won", + "any", + "achievements", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 34, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 14 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 52, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT count(DISTINCT T1.teacher_id) FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id WHERE T2.student_id NOT IN ( SELECT student_id FROM Achievements )", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T1.teacher_id", + ")", + "FROM", + "Teachers", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.teacher_id", + "=", + "T2.teacher_id", + "WHERE", + "T2.student_id", + "NOT", + "IN", + "(", + "SELECT", + "student_id", + "FROM", + "Achievements", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "teacher_id", + ")", + "from", + "teachers", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "where", + "t2", + ".", + "student_id", + "not", + "in", + "(", + "select", + "student_id", + "from", + "achievements", + ")" + ], + "question": "Count the number of teachers who have taught students who have never won an achievement.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "teachers", + "who", + "have", + "taught", + "students", + "who", + "have", + "never", + "won", + "an", + "achievement", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 34, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 14 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 52, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT date_of_transcript , transcript_details FROM Transcripts", + "query_toks": [ + "SELECT", + "date_of_transcript", + ",", + "transcript_details", + "FROM", + "Transcripts" + ], + "query_toks_no_value": [ + "select", + "date_of_transcript", + ",", + "transcript_details", + "from", + "transcripts" + ], + "question": "List the date of the transcripts and the transcript details.", + "question_toks": [ + "List", + "the", + "date", + "of", + "the", + "transcripts", + "and", + "the", + "transcript", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT date_of_transcript , transcript_details FROM Transcripts", + "query_toks": [ + "SELECT", + "date_of_transcript", + ",", + "transcript_details", + "FROM", + "Transcripts" + ], + "query_toks_no_value": [ + "select", + "date_of_transcript", + ",", + "transcript_details", + "from", + "transcripts" + ], + "question": "What are the date and detail of each transcript?", + "question_toks": [ + "What", + "are", + "the", + "date", + "and", + "detail", + "of", + "each", + "transcript", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT achievement_type_code , achievement_details , date_achievement FROM Achievements", + "query_toks": [ + "SELECT", + "achievement_type_code", + ",", + "achievement_details", + ",", + "date_achievement", + "FROM", + "Achievements" + ], + "query_toks_no_value": [ + "select", + "achievement_type_code", + ",", + "achievement_details", + ",", + "date_achievement", + "from", + "achievements" + ], + "question": "List the achievement type code, achievement details and the date of the achievements.", + "question_toks": [ + "List", + "the", + "achievement", + "type", + "code", + ",", + "achievement", + "details", + "and", + "the", + "date", + "of", + "the", + "achievements", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 14 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 51, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 54, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT achievement_type_code , achievement_details , date_achievement FROM Achievements", + "query_toks": [ + "SELECT", + "achievement_type_code", + ",", + "achievement_details", + ",", + "date_achievement", + "FROM", + "Achievements" + ], + "query_toks_no_value": [ + "select", + "achievement_type_code", + ",", + "achievement_details", + ",", + "date_achievement", + "from", + "achievements" + ], + "question": "What are the type code, details, and date of each achievement?", + "question_toks": [ + "What", + "are", + "the", + "type", + "code", + ",", + "details", + ",", + "and", + "date", + "of", + "each", + "achievement", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 14 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 51, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 54, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT datetime_detention_start , datetime_detention_end FROM Detention", + "query_toks": [ + "SELECT", + "datetime_detention_start", + ",", + "datetime_detention_end", + "FROM", + "Detention" + ], + "query_toks_no_value": [ + "select", + "datetime_detention_start", + ",", + "datetime_detention_end", + "from", + "detention" + ], + "question": "Show the detention start time and end time of the detentions.", + "question_toks": [ + "Show", + "the", + "detention", + "start", + "time", + "and", + "end", + "time", + "of", + "the", + "detentions", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 47, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT datetime_detention_start , datetime_detention_end FROM Detention", + "query_toks": [ + "SELECT", + "datetime_detention_start", + ",", + "datetime_detention_end", + "FROM", + "Detention" + ], + "query_toks_no_value": [ + "select", + "datetime_detention_start", + ",", + "datetime_detention_end", + "from", + "detention" + ], + "question": "What are the starting time and ending time of each detention record?", + "question_toks": [ + "What", + "are", + "the", + "starting", + "time", + "and", + "ending", + "time", + "of", + "each", + "detention", + "record", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 47, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT bio_data FROM Students WHERE student_details LIKE '%Suite%'", + "query_toks": [ + "SELECT", + "bio_data", + "FROM", + "Students", + "WHERE", + "student_details", + "LIKE", + "'", + "%", + "Suite", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "bio_data", + "from", + "students", + "where", + "student_details", + "like", + "value" + ], + "question": "Show the biographical information of the students whose details include the substring 'Suite'.", + "question_toks": [ + "Show", + "the", + "biographical", + "information", + "of", + "the", + "students", + "whose", + "details", + "include", + "the", + "substring", + "'Suite", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"%Suite%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT bio_data FROM Students WHERE student_details LIKE '%Suite%'", + "query_toks": [ + "SELECT", + "bio_data", + "FROM", + "Students", + "WHERE", + "student_details", + "LIKE", + "'", + "%", + "Suite", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "bio_data", + "from", + "students", + "where", + "student_details", + "like", + "value" + ], + "question": "Which students have 'Suite' as a substring in their details? Give me their biographical information.", + "question_toks": [ + "Which", + "students", + "have", + "'Suite", + "'", + "as", + "a", + "substring", + "in", + "their", + "details", + "?", + "Give", + "me", + "their", + "biographical", + "information", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"%Suite%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.teacher_details , T3.student_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id JOIN Students AS T3 ON T2.student_id = T3.student_id", + "query_toks": [ + "SELECT", + "T1.teacher_details", + ",", + "T3.student_details", + "FROM", + "Teachers", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.teacher_id", + "=", + "T2.teacher_id", + "JOIN", + "Students", + "AS", + "T3", + "ON", + "T2.student_id", + "=", + "T3.student_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "teacher_details", + ",", + "t3", + ".", + "student_details", + "from", + "teachers", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "join", + "students", + "as", + "t3", + "on", + "t2", + ".", + "student_id", + "=", + "t3", + ".", + "student_id" + ], + "question": "List the details for all the pairs of teachers and students who are in the same class.", + "question_toks": [ + "List", + "the", + "details", + "for", + "all", + "the", + "pairs", + "of", + "teachers", + "and", + "students", + "who", + "are", + "in", + "the", + "same", + "class", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 34, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.teacher_details , T3.student_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id JOIN Students AS T3 ON T2.student_id = T3.student_id", + "query_toks": [ + "SELECT", + "T1.teacher_details", + ",", + "T3.student_details", + "FROM", + "Teachers", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.teacher_id", + "=", + "T2.teacher_id", + "JOIN", + "Students", + "AS", + "T3", + "ON", + "T2.student_id", + "=", + "T3.student_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "teacher_details", + ",", + "t3", + ".", + "student_details", + "from", + "teachers", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "join", + "students", + "as", + "t3", + "on", + "t2", + ".", + "student_id", + "=", + "t3", + ".", + "student_id" + ], + "question": "What are the pairs of teachers and students who are in the same class? Give me the pairs of their details.", + "question_toks": [ + "What", + "are", + "the", + "pairs", + "of", + "teachers", + "and", + "students", + "who", + "are", + "in", + "the", + "same", + "class", + "?", + "Give", + "me", + "the", + "pairs", + "of", + "their", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 34, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT count(*) , teacher_id FROM Classes GROUP BY teacher_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "teacher_id", + "FROM", + "Classes", + "GROUP", + "BY", + "teacher_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "teacher_id", + "from", + "classes", + "group", + "by", + "teacher_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "How many courses do teachers teach at most? Also find the id of the teacher who teaches the most.", + "question_toks": [ + "How", + "many", + "courses", + "do", + "teachers", + "teach", + "at", + "most", + "?", + "Also", + "find", + "the", + "id", + "of", + "the", + "teacher", + "who", + "teaches", + "the", + "most", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 35, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT count(*) , teacher_id FROM Classes GROUP BY teacher_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "teacher_id", + "FROM", + "Classes", + "GROUP", + "BY", + "teacher_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "teacher_id", + "from", + "classes", + "group", + "by", + "teacher_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which teacher teaches the most courses? Give me the id of the teacher and the number of courses he or she teaches.", + "question_toks": [ + "Which", + "teacher", + "teaches", + "the", + "most", + "courses", + "?", + "Give", + "me", + "the", + "id", + "of", + "the", + "teacher", + "and", + "the", + "number", + "of", + "courses", + "he", + "or", + "she", + "teaches", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 35, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT count(*) , student_id FROM Classes GROUP BY student_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "student_id", + "FROM", + "Classes", + "GROUP", + "BY", + "student_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "student_id", + "from", + "classes", + "group", + "by", + "student_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "How many courses do students take at most? Also find the id of the student who takes the most courses.", + "question_toks": [ + "How", + "many", + "courses", + "do", + "students", + "take", + "at", + "most", + "?", + "Also", + "find", + "the", + "id", + "of", + "the", + "student", + "who", + "takes", + "the", + "most", + "courses", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 34, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT count(*) , student_id FROM Classes GROUP BY student_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "student_id", + "FROM", + "Classes", + "GROUP", + "BY", + "student_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "student_id", + "from", + "classes", + "group", + "by", + "student_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which student is taking the most courses? Give me the id of the student and the number of courses he or she is taking.", + "question_toks": [ + "Which", + "student", + "is", + "taking", + "the", + "most", + "courses", + "?", + "Give", + "me", + "the", + "id", + "of", + "the", + "student", + "and", + "the", + "number", + "of", + "courses", + "he", + "or", + "she", + "is", + "taking", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 34, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.student_id , T1.student_details FROM Students AS T1 JOIN Classes AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) = 2", + "query_toks": [ + "SELECT", + "T1.student_id", + ",", + "T1.student_details", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "GROUP", + "BY", + "T1.student_id", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "student_id", + ",", + "t1", + ".", + "student_details", + "from", + "students", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + "=", + "value" + ], + "question": "Which students take 2 courses? List student id and details.", + "question_toks": [ + "Which", + "students", + "take", + "2", + "courses", + "?", + "List", + "student", + "id", + "and", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.student_id , T1.student_details FROM Students AS T1 JOIN Classes AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) = 2", + "query_toks": [ + "SELECT", + "T1.student_id", + ",", + "T1.student_details", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "GROUP", + "BY", + "T1.student_id", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "student_id", + ",", + "t1", + ".", + "student_details", + "from", + "students", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "group", + "by", + "t1", + ".", + "student_id", + "having", + "count", + "(", + "*", + ")", + "=", + "value" + ], + "question": "What are the ids and details of the students who take 2 courses?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "details", + "of", + "the", + "students", + "who", + "take", + "2", + "courses", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.detention_type_code , T2.detention_type_description FROM Detention AS T1 JOIN Ref_Detention_Type AS T2 ON T1.detention_type_code = T2.detention_type_code GROUP BY T1.detention_type_code ORDER BY count(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.detention_type_code", + ",", + "T2.detention_type_description", + "FROM", + "Detention", + "AS", + "T1", + "JOIN", + "Ref_Detention_Type", + "AS", + "T2", + "ON", + "T1.detention_type_code", + "=", + "T2.detention_type_code", + "GROUP", + "BY", + "T1.detention_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "detention_type_code", + ",", + "t2", + ".", + "detention_type_description", + "from", + "detention", + "as", + "t1", + "join", + "ref_detention_type", + "as", + "t2", + "on", + "t1", + ".", + "detention_type_code", + "=", + "t2", + ".", + "detention_type_code", + "group", + "by", + "t1", + ".", + "detention_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "What is the least common detention type? Show the type code and the description.", + "question_toks": [ + "What", + "is", + "the", + "least", + "common", + "detention", + "type", + "?", + "Show", + "the", + "type", + "code", + "and", + "the", + "description", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 44, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.detention_type_code , T2.detention_type_description FROM Detention AS T1 JOIN Ref_Detention_Type AS T2 ON T1.detention_type_code = T2.detention_type_code GROUP BY T1.detention_type_code ORDER BY count(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.detention_type_code", + ",", + "T2.detention_type_description", + "FROM", + "Detention", + "AS", + "T1", + "JOIN", + "Ref_Detention_Type", + "AS", + "T2", + "ON", + "T1.detention_type_code", + "=", + "T2.detention_type_code", + "GROUP", + "BY", + "T1.detention_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "detention_type_code", + ",", + "t2", + ".", + "detention_type_description", + "from", + "detention", + "as", + "t1", + "join", + "ref_detention_type", + "as", + "t2", + "on", + "t1", + ".", + "detention_type_code", + "=", + "t2", + ".", + "detention_type_code", + "group", + "by", + "t1", + ".", + "detention_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "Give me the type code and description of the least common detention type.", + "question_toks": [ + "Give", + "me", + "the", + "type", + "code", + "and", + "description", + "of", + "the", + "least", + "common", + "detention", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 44, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data , T1.student_details FROM Students AS T1 JOIN Student_Loans AS T2 ON T1.student_id = T2.student_id WHERE T2.amount_of_loan > ( SELECT avg(amount_of_loan) FROM Student_Loans )", + "query_toks": [ + "SELECT", + "T1.bio_data", + ",", + "T1.student_details", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Loans", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "WHERE", + "T2.amount_of_loan", + ">", + "(", + "SELECT", + "avg", + "(", + "amount_of_loan", + ")", + "FROM", + "Student_Loans", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + ",", + "t1", + ".", + "student_details", + "from", + "students", + "as", + "t1", + "join", + "student_loans", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "where", + "t2", + ".", + "amount_of_loan", + ">", + "(", + "select", + "avg", + "(", + "amount_of_loan", + ")", + "from", + "student_loans", + ")" + ], + "question": "Which students have a student loan more than the average amount? List the students' biographical data and the details.", + "question_toks": [ + "Which", + "students", + "have", + "a", + "student", + "loan", + "more", + "than", + "the", + "average", + "amount", + "?", + "List", + "the", + "students", + "'", + "biographical", + "data", + "and", + "the", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 10 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 31, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data , T1.student_details FROM Students AS T1 JOIN Student_Loans AS T2 ON T1.student_id = T2.student_id WHERE T2.amount_of_loan > ( SELECT avg(amount_of_loan) FROM Student_Loans )", + "query_toks": [ + "SELECT", + "T1.bio_data", + ",", + "T1.student_details", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Loans", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "WHERE", + "T2.amount_of_loan", + ">", + "(", + "SELECT", + "avg", + "(", + "amount_of_loan", + ")", + "FROM", + "Student_Loans", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + ",", + "t1", + ".", + "student_details", + "from", + "students", + "as", + "t1", + "join", + "student_loans", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "where", + "t2", + ".", + "amount_of_loan", + ">", + "(", + "select", + "avg", + "(", + "amount_of_loan", + ")", + "from", + "student_loans", + ")" + ], + "question": "Find the biographical data and details for students whose student loan is above the average amount.", + "question_toks": [ + "Find", + "the", + "biographical", + "data", + "and", + "details", + "for", + "students", + "whose", + "student", + "loan", + "is", + "above", + "the", + "average", + "amount", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 10 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 31, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT date_of_loan FROM Student_Loans ORDER BY date_of_loan ASC LIMIT 1", + "query_toks": [ + "SELECT", + "date_of_loan", + "FROM", + "Student_Loans", + "ORDER", + "BY", + "date_of_loan", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "date_of_loan", + "from", + "student_loans", + "order", + "by", + "date_of_loan", + "asc", + "limit", + "value" + ], + "question": "When was the earliest date of loan?", + "question_toks": [ + "When", + "was", + "the", + "earliest", + "date", + "of", + "loan", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT date_of_loan FROM Student_Loans ORDER BY date_of_loan ASC LIMIT 1", + "query_toks": [ + "SELECT", + "date_of_loan", + "FROM", + "Student_Loans", + "ORDER", + "BY", + "date_of_loan", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "date_of_loan", + "from", + "student_loans", + "order", + "by", + "date_of_loan", + "asc", + "limit", + "value" + ], + "question": "Return the earliest date of loan in the record.", + "question_toks": [ + "Return", + "the", + "earliest", + "date", + "of", + "loan", + "in", + "the", + "record", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data FROM Students AS T1 JOIN Student_Loans AS T2 ON T1.student_id = T2.student_id ORDER BY T2.amount_of_loan ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.bio_data", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Loans", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "ORDER", + "BY", + "T2.amount_of_loan", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + "from", + "students", + "as", + "t1", + "join", + "student_loans", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "order", + "by", + "t2", + ".", + "amount_of_loan", + "asc", + "limit", + "value" + ], + "question": "Which student has the loan with the minimum value? List the student's biographical information.", + "question_toks": [ + "Which", + "student", + "has", + "the", + "loan", + "with", + "the", + "minimum", + "value", + "?", + "List", + "the", + "student", + "'s", + "biographical", + "information", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 10 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data FROM Students AS T1 JOIN Student_Loans AS T2 ON T1.student_id = T2.student_id ORDER BY T2.amount_of_loan ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.bio_data", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Loans", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "ORDER", + "BY", + "T2.amount_of_loan", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + "from", + "students", + "as", + "t1", + "join", + "student_loans", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "order", + "by", + "t2", + ".", + "amount_of_loan", + "asc", + "limit", + "value" + ], + "question": "Find the biographical information of the student with the smallest student loan.", + "question_toks": [ + "Find", + "the", + "biographical", + "information", + "of", + "the", + "student", + "with", + "the", + "smallest", + "student", + "loan", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 10 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.date_of_transcript FROM Transcripts AS T1 JOIN Student_Loans AS T2 ON T1.student_id = T2.student_id ORDER BY T2.amount_of_loan DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.date_of_transcript", + "FROM", + "Transcripts", + "AS", + "T1", + "JOIN", + "Student_Loans", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "ORDER", + "BY", + "T2.amount_of_loan", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "date_of_transcript", + "from", + "transcripts", + "as", + "t1", + "join", + "student_loans", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "order", + "by", + "t2", + ".", + "amount_of_loan", + "desc", + "limit", + "value" + ], + "question": "When was the transcript issued for the student with loan of maximum value?", + "question_toks": [ + "When", + "was", + "the", + "transcript", + "issued", + "for", + "the", + "student", + "with", + "loan", + "of", + "maximum", + "value", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 10 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.date_of_transcript FROM Transcripts AS T1 JOIN Student_Loans AS T2 ON T1.student_id = T2.student_id ORDER BY T2.amount_of_loan DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.date_of_transcript", + "FROM", + "Transcripts", + "AS", + "T1", + "JOIN", + "Student_Loans", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "ORDER", + "BY", + "T2.amount_of_loan", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "date_of_transcript", + "from", + "transcripts", + "as", + "t1", + "join", + "student_loans", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "order", + "by", + "t2", + ".", + "amount_of_loan", + "desc", + "limit", + "value" + ], + "question": "What is the transcript issuance date for the student with the largest amount of loan?", + "question_toks": [ + "What", + "is", + "the", + "transcript", + "issuance", + "date", + "for", + "the", + "student", + "with", + "the", + "largest", + "amount", + "of", + "loan", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 10 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.teacher_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id JOIN Transcripts AS T3 ON T2.student_id = T3.student_id ORDER BY T3.date_of_transcript ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.teacher_details", + "FROM", + "Teachers", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.teacher_id", + "=", + "T2.teacher_id", + "JOIN", + "Transcripts", + "AS", + "T3", + "ON", + "T2.student_id", + "=", + "T3.student_id", + "ORDER", + "BY", + "T3.date_of_transcript", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "teacher_details", + "from", + "teachers", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "join", + "transcripts", + "as", + "t3", + "on", + "t2", + ".", + "student_id", + "=", + "t3", + ".", + "student_id", + "order", + "by", + "t3", + ".", + "date_of_transcript", + "asc", + "limit", + "value" + ], + "question": "Which teachers have taught the student with the earliest transcript issuance? List the teacher details.", + "question_toks": [ + "Which", + "teachers", + "have", + "taught", + "the", + "student", + "with", + "the", + "earliest", + "transcript", + "issuance", + "?", + "List", + "the", + "teacher", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 34, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.teacher_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id JOIN Transcripts AS T3 ON T2.student_id = T3.student_id ORDER BY T3.date_of_transcript ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.teacher_details", + "FROM", + "Teachers", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.teacher_id", + "=", + "T2.teacher_id", + "JOIN", + "Transcripts", + "AS", + "T3", + "ON", + "T2.student_id", + "=", + "T3.student_id", + "ORDER", + "BY", + "T3.date_of_transcript", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "teacher_details", + "from", + "teachers", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "teacher_id", + "=", + "t2", + ".", + "teacher_id", + "join", + "transcripts", + "as", + "t3", + "on", + "t2", + ".", + "student_id", + "=", + "t3", + ".", + "student_id", + "order", + "by", + "t3", + ".", + "date_of_transcript", + "asc", + "limit", + "value" + ], + "question": "Find the details of the teachers who have taught the student with the earliest transcript issuance.", + "question_toks": [ + "Find", + "the", + "details", + "of", + "the", + "teachers", + "who", + "have", + "taught", + "the", + "student", + "with", + "the", + "earliest", + "transcript", + "issuance", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 34, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "select student_id , sum(amount_of_loan) from student_loans group by student_id", + "query_toks": [ + "select", + "student_id", + ",", + "sum", + "(", + "amount_of_loan", + ")", + "from", + "student_loans", + "group", + "by", + "student_id" + ], + "query_toks_no_value": [ + "select", + "student_id", + ",", + "sum", + "(", + "amount_of_loan", + ")", + "from", + "student_loans", + "group", + "by", + "student_id" + ], + "question": "How much total loan does each student have ? List the student ids and the amounts .", + "question_toks": [ + "How", + "much", + "total", + "loan", + "does", + "each", + "student", + "have", + "?", + "List", + "the", + "student", + "ids", + "and", + "the", + "amounts", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 29, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT student_id , sum(amount_of_loan) FROM Student_Loans GROUP BY student_id", + "query_toks": [ + "SELECT", + "student_id", + ",", + "sum", + "(", + "amount_of_loan", + ")", + "FROM", + "Student_Loans", + "GROUP", + "BY", + "student_id" + ], + "query_toks_no_value": [ + "select", + "student_id", + ",", + "sum", + "(", + "amount_of_loan", + ")", + "from", + "student_loans", + "group", + "by", + "student_id" + ], + "question": "For each student, find the student id and the total amount of loan he or she has.", + "question_toks": [ + "For", + "each", + "student", + ",", + "find", + "the", + "student", + "id", + "and", + "the", + "total", + "amount", + "of", + "loan", + "he", + "or", + "she", + "has", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 29, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.student_id , T1.bio_data , count(*) FROM Students AS T1 JOIN Classes AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id", + "query_toks": [ + "SELECT", + "T1.student_id", + ",", + "T1.bio_data", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "GROUP", + "BY", + "T1.student_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "student_id", + ",", + "t1", + ".", + "bio_data", + ",", + "count", + "(", + "*", + ")", + "from", + "students", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "group", + "by", + "t1", + ".", + "student_id" + ], + "question": "How many courses does each student take? List the student id, the student biographical data and the course count.", + "question_toks": [ + "How", + "many", + "courses", + "does", + "each", + "student", + "take", + "?", + "List", + "the", + "student", + "id", + ",", + "the", + "student", + "biographical", + "data", + "and", + "the", + "course", + "count", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.student_id , T1.bio_data , count(*) FROM Students AS T1 JOIN Classes AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id", + "query_toks": [ + "SELECT", + "T1.student_id", + ",", + "T1.bio_data", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Classes", + "AS", + "T2", + "ON", + "T1.student_id", + "=", + "T2.student_id", + "GROUP", + "BY", + "T1.student_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "student_id", + ",", + "t1", + ".", + "bio_data", + ",", + "count", + "(", + "*", + ")", + "from", + "students", + "as", + "t1", + "join", + "classes", + "as", + "t2", + "on", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "group", + "by", + "t1", + ".", + "student_id" + ], + "question": "For each student, find the student id, student biographical data, and the number of courses he or she takes.", + "question_toks": [ + "For", + "each", + "student", + ",", + "find", + "the", + "student", + "id", + ",", + "student", + "biographical", + "data", + ",", + "and", + "the", + "number", + "of", + "courses", + "he", + "or", + "she", + "takes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT count(DISTINCT student_id) FROM Detention", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "student_id", + ")", + "FROM", + "Detention" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "student_id", + ")", + "from", + "detention" + ], + "question": "How many students have gone through a detention?", + "question_toks": [ + "How", + "many", + "students", + "have", + "gone", + "through", + "a", + "detention", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 45, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT count(DISTINCT student_id) FROM Detention", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "student_id", + ")", + "FROM", + "Detention" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "student_id", + ")", + "from", + "detention" + ], + "question": "Count the number of students who have a detention record.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "students", + "who", + "have", + "a", + "detention", + "record", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 45, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.address_type_code , T2.address_type_description FROM Students_Addresses AS T1 JOIN Ref_Address_Types AS T2 WHERE T1.address_type_code = T2.address_type_code GROUP BY T1.address_type_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.address_type_code", + ",", + "T2.address_type_description", + "FROM", + "Students_Addresses", + "AS", + "T1", + "JOIN", + "Ref_Address_Types", + "AS", + "T2", + "WHERE", + "T1.address_type_code", + "=", + "T2.address_type_code", + "GROUP", + "BY", + "T1.address_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "address_type_code", + ",", + "t2", + ".", + "address_type_description", + "from", + "students_addresses", + "as", + "t1", + "join", + "ref_address_types", + "as", + "t2", + "where", + "t1", + ".", + "address_type_code", + "=", + "t2", + ".", + "address_type_code", + "group", + "by", + "t1", + ".", + "address_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the code and description of the most common student address type?", + "question_toks": [ + "What", + "is", + "the", + "code", + "and", + "description", + "of", + "the", + "most", + "common", + "student", + "address", + "type", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 39, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ], + "groupBy": [ + [ + 0, + 39, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.address_type_code , T2.address_type_description FROM Students_Addresses AS T1 JOIN Ref_Address_Types AS T2 WHERE T1.address_type_code = T2.address_type_code GROUP BY T1.address_type_code ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.address_type_code", + ",", + "T2.address_type_description", + "FROM", + "Students_Addresses", + "AS", + "T1", + "JOIN", + "Ref_Address_Types", + "AS", + "T2", + "WHERE", + "T1.address_type_code", + "=", + "T2.address_type_code", + "GROUP", + "BY", + "T1.address_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "address_type_code", + ",", + "t2", + ".", + "address_type_description", + "from", + "students_addresses", + "as", + "t1", + "join", + "ref_address_types", + "as", + "t2", + "where", + "t1", + ".", + "address_type_code", + "=", + "t2", + ".", + "address_type_code", + "group", + "by", + "t1", + ".", + "address_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the most common student address type? Give me the code and description of the address type.", + "question_toks": [ + "What", + "is", + "the", + "most", + "common", + "student", + "address", + "type", + "?", + "Give", + "me", + "the", + "code", + "and", + "description", + "of", + "the", + "address", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 39, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ], + "groupBy": [ + [ + 0, + 39, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data FROM Students AS T1 JOIN Student_Events AS T2 WHERE T1.student_id = T2.student_id EXCEPT SELECT T1.bio_data FROM Students AS T1 JOIN Student_Loans AS T2 WHERE T1.student_id = T2.student_id", + "query_toks": [ + "SELECT", + "T1.bio_data", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Events", + "AS", + "T2", + "WHERE", + "T1.student_id", + "=", + "T2.student_id", + "EXCEPT", + "SELECT", + "T1.bio_data", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Loans", + "AS", + "T2", + "WHERE", + "T1.student_id", + "=", + "T2.student_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + "from", + "students", + "as", + "t1", + "join", + "student_events", + "as", + "t2", + "where", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "except", + "select", + "t1", + ".", + "bio_data", + "from", + "students", + "as", + "t1", + "join", + "student_loans", + "as", + "t2", + "where", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id" + ], + "question": "For those students who have gone through an event, who do not have a student loan? List the students' biographical data", + "question_toks": [ + "For", + "those", + "students", + "who", + "have", + "gone", + "through", + "an", + "event", + ",", + "who", + "do", + "not", + "have", + "a", + "student", + "loan", + "?", + "List", + "the", + "students", + "'", + "biographical", + "data" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 8 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT T1.bio_data FROM Students AS T1 JOIN Student_Events AS T2 WHERE T1.student_id = T2.student_id EXCEPT SELECT T1.bio_data FROM Students AS T1 JOIN Student_Loans AS T2 WHERE T1.student_id = T2.student_id", + "query_toks": [ + "SELECT", + "T1.bio_data", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Events", + "AS", + "T2", + "WHERE", + "T1.student_id", + "=", + "T2.student_id", + "EXCEPT", + "SELECT", + "T1.bio_data", + "FROM", + "Students", + "AS", + "T1", + "JOIN", + "Student_Loans", + "AS", + "T2", + "WHERE", + "T1.student_id", + "=", + "T2.student_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "bio_data", + "from", + "students", + "as", + "t1", + "join", + "student_events", + "as", + "t2", + "where", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id", + "except", + "select", + "t1", + ".", + "bio_data", + "from", + "students", + "as", + "t1", + "join", + "student_loans", + "as", + "t2", + "where", + "t1", + ".", + "student_id", + "=", + "t2", + ".", + "student_id" + ], + "question": "Among the students who have an event record, who do not have a student loan? Return the students' biographical data.", + "question_toks": [ + "Among", + "the", + "students", + "who", + "have", + "an", + "event", + "record", + ",", + "who", + "do", + "not", + "have", + "a", + "student", + "loan", + "?", + "Return", + "the", + "students", + "'", + "biographical", + "data", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 8 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT date_from , date_to FROM Students_Addresses WHERE student_id IN ( SELECT student_id FROM Transcripts GROUP BY student_id HAVING count(*) = 2 )", + "query_toks": [ + "SELECT", + "date_from", + ",", + "date_to", + "FROM", + "Students_Addresses", + "WHERE", + "student_id", + "IN", + "(", + "SELECT", + "student_id", + "FROM", + "Transcripts", + "GROUP", + "BY", + "student_id", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "2", + ")" + ], + "query_toks_no_value": [ + "select", + "date_from", + ",", + "date_to", + "from", + "students_addresses", + "where", + "student_id", + "in", + "(", + "select", + "student_id", + "from", + "transcripts", + "group", + "by", + "student_id", + "having", + "count", + "(", + "*", + ")", + "=", + "value", + ")" + ], + "question": "List the start time and the end time of the students' addresses for the students who have 2 transcripts.", + "question_toks": [ + "List", + "the", + "start", + "time", + "and", + "the", + "end", + "time", + "of", + "the", + "students", + "'", + "addresses", + "for", + "the", + "students", + "who", + "have", + "2", + "transcripts", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 41, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 42, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT date_from , date_to FROM Students_Addresses WHERE student_id IN ( SELECT student_id FROM Transcripts GROUP BY student_id HAVING count(*) = 2 )", + "query_toks": [ + "SELECT", + "date_from", + ",", + "date_to", + "FROM", + "Students_Addresses", + "WHERE", + "student_id", + "IN", + "(", + "SELECT", + "student_id", + "FROM", + "Transcripts", + "GROUP", + "BY", + "student_id", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "2", + ")" + ], + "query_toks_no_value": [ + "select", + "date_from", + ",", + "date_to", + "from", + "students_addresses", + "where", + "student_id", + "in", + "(", + "select", + "student_id", + "from", + "transcripts", + "group", + "by", + "student_id", + "having", + "count", + "(", + "*", + ")", + "=", + "value", + ")" + ], + "question": "What are the start time and end time of addresses for the students who receive 2 transcripts?", + "question_toks": [ + "What", + "are", + "the", + "start", + "time", + "and", + "end", + "time", + "of", + "addresses", + "for", + "the", + "students", + "who", + "receive", + "2", + "transcripts", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 41, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 42, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT datetime_detention_start FROM Detention", + "query_toks": [ + "SELECT", + "datetime_detention_start", + "FROM", + "Detention" + ], + "query_toks_no_value": [ + "select", + "datetime_detention_start", + "from", + "detention" + ], + "question": "When did all the detentions start?", + "question_toks": [ + "When", + "did", + "all", + "the", + "detentions", + "start", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Students_Information_Systems", + "query": "SELECT datetime_detention_start FROM Detention", + "query_toks": [ + "SELECT", + "datetime_detention_start", + "FROM", + "Detention" + ], + "query_toks_no_value": [ + "select", + "datetime_detention_start", + "from", + "detention" + ], + "question": "Give me the detention start date for all the detention records.", + "question_toks": [ + "Give", + "me", + "the", + "detention", + "start", + "date", + "for", + "all", + "the", + "detention", + "records", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT name FROM Author", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Author" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "author" + ], + "question": "List all the author names.", + "question_toks": [ + "List", + "all", + "the", + "author", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT name FROM Author", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Author" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "author" + ], + "question": "What are the names of all the authors?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "the", + "authors", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT name , address FROM Client", + "query_toks": [ + "SELECT", + "name", + ",", + "address", + "FROM", + "Client" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "address", + "from", + "client" + ], + "question": "Show all Client names and their addresses.", + "question_toks": [ + "Show", + "all", + "Client", + "names", + "and", + "their", + "addresses", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT name , address FROM Client", + "query_toks": [ + "SELECT", + "name", + ",", + "address", + "FROM", + "Client" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "address", + "from", + "client" + ], + "question": "What are the names and addressed of all clients?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "addressed", + "of", + "all", + "clients", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT title , isbn , SalePrice FROM Book", + "query_toks": [ + "SELECT", + "title", + ",", + "isbn", + ",", + "SalePrice", + "FROM", + "Book" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "isbn", + ",", + "saleprice", + "from", + "book" + ], + "question": "List all Book titles, ISBNs, and sale prices.", + "question_toks": [ + "List", + "all", + "Book", + "titles", + ",", + "ISBNs", + ",", + "and", + "sale", + "prices", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT title , isbn , SalePrice FROM Book", + "query_toks": [ + "SELECT", + "title", + ",", + "isbn", + ",", + "SalePrice", + "FROM", + "Book" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "isbn", + ",", + "saleprice", + "from", + "book" + ], + "question": "What are the titles, ISBNs, and sale prices for all books?", + "question_toks": [ + "What", + "are", + "the", + "titles", + ",", + "ISBNs", + ",", + "and", + "sale", + "prices", + "for", + "all", + "books", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT count(*) FROM Book", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Book" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "book" + ], + "question": "How many books do we have?", + "question_toks": [ + "How", + "many", + "books", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT count(*) FROM Book", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Book" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "book" + ], + "question": "Count the number of books.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "books", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT count(*) FROM Author", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Author" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "author" + ], + "question": "How many authors are there?", + "question_toks": [ + "How", + "many", + "authors", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT count(*) FROM Author", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Author" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "author" + ], + "question": "Count the number of authors.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "authors", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT count(*) FROM Client", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Client" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "client" + ], + "question": "How many clients are there?", + "question_toks": [ + "How", + "many", + "clients", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT count(*) FROM Client", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Client" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "client" + ], + "question": "Return the number of clients.", + "question_toks": [ + "Return", + "the", + "number", + "of", + "clients", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT name , address FROM Client ORDER BY name", + "query_toks": [ + "SELECT", + "name", + ",", + "address", + "FROM", + "Client", + "ORDER", + "BY", + "name" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "address", + "from", + "client", + "order", + "by", + "name" + ], + "question": "List names and addresses of all clients in alphabetical order by their names.", + "question_toks": [ + "List", + "names", + "and", + "addresses", + "of", + "all", + "clients", + "in", + "alphabetical", + "order", + "by", + "their", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT name , address FROM Client ORDER BY name", + "query_toks": [ + "SELECT", + "name", + ",", + "address", + "FROM", + "Client", + "ORDER", + "BY", + "name" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "address", + "from", + "client", + "order", + "by", + "name" + ], + "question": "What are the names and addressed of all clients, ordered alphabetically by name?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "addressed", + "of", + "all", + "clients", + ",", + "ordered", + "alphabetically", + "by", + "name", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T3.title , T1.name FROM Author AS T1 JOIN Author_Book AS T2 ON T2.Author = T1.idAuthor JOIN Book AS T3 ON T2.isbn = T3.isbn", + "query_toks": [ + "SELECT", + "T3.title", + ",", + "T1.name", + "FROM", + "Author", + "AS", + "T1", + "JOIN", + "Author_Book", + "AS", + "T2", + "ON", + "T2.Author", + "=", + "T1.idAuthor", + "JOIN", + "Book", + "AS", + "T3", + "ON", + "T2.isbn", + "=", + "T3.isbn" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + ",", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t2", + ".", + "author", + "=", + "t1", + ".", + "idauthor", + "join", + "book", + "as", + "t3", + "on", + "t2", + ".", + "isbn", + "=", + "t3", + ".", + "isbn" + ], + "question": "Show all book titles and corresponding author names.", + "question_toks": [ + "Show", + "all", + "book", + "titles", + "and", + "corresponding", + "author", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T3.title , T1.name FROM Author AS T1 JOIN Author_Book AS T2 ON T2.Author = T1.idAuthor JOIN Book AS T3 ON T2.isbn = T3.isbn", + "query_toks": [ + "SELECT", + "T3.title", + ",", + "T1.name", + "FROM", + "Author", + "AS", + "T1", + "JOIN", + "Author_Book", + "AS", + "T2", + "ON", + "T2.Author", + "=", + "T1.idAuthor", + "JOIN", + "Book", + "AS", + "T3", + "ON", + "T2.isbn", + "=", + "T3.isbn" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + ",", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t2", + ".", + "author", + "=", + "t1", + ".", + "idauthor", + "join", + "book", + "as", + "t3", + "on", + "t2", + ".", + "isbn", + "=", + "t3", + ".", + "isbn" + ], + "question": "What are the names of all books and their corresponding authors?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "books", + "and", + "their", + "corresponding", + "authors", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T1.idOrder , T2.name FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient", + "query_toks": [ + "SELECT", + "T1.idOrder", + ",", + "T2.name", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.idClient", + "=", + "T2.idClient" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "idorder", + ",", + "t2", + ".", + "name", + "from", + "orders", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "idclient", + "=", + "t2", + ".", + "idclient" + ], + "question": "Show all order ids and their client names.", + "question_toks": [ + "Show", + "all", + "order", + "ids", + "and", + "their", + "client", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T1.idOrder , T2.name FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient", + "query_toks": [ + "SELECT", + "T1.idOrder", + ",", + "T2.name", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.idClient", + "=", + "T2.idClient" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "idorder", + ",", + "t2", + ".", + "name", + "from", + "orders", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "idclient", + "=", + "t2", + ".", + "idclient" + ], + "question": "What are the ids of all orders and the corresponding client names?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "all", + "orders", + "and", + "the", + "corresponding", + "client", + "names", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T1.name , count(*) FROM Author AS T1 JOIN Author_Book AS T2 ON T1.idAuthor = T2.Author GROUP BY T1.idAuthor", + "query_toks": [ + "SELECT", + "T1.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Author", + "AS", + "T1", + "JOIN", + "Author_Book", + "AS", + "T2", + "ON", + "T1.idAuthor", + "=", + "T2.Author", + "GROUP", + "BY", + "T1.idAuthor" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "author", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t1", + ".", + "idauthor", + "=", + "t2", + ".", + "author", + "group", + "by", + "t1", + ".", + "idauthor" + ], + "question": "Show all author names and the numbers of books each has written.", + "question_toks": [ + "Show", + "all", + "author", + "names", + "and", + "the", + "numbers", + "of", + "books", + "each", + "has", + "written", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T1.name , count(*) FROM Author AS T1 JOIN Author_Book AS T2 ON T1.idAuthor = T2.Author GROUP BY T1.idAuthor", + "query_toks": [ + "SELECT", + "T1.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Author", + "AS", + "T1", + "JOIN", + "Author_Book", + "AS", + "T2", + "ON", + "T1.idAuthor", + "=", + "T2.Author", + "GROUP", + "BY", + "T1.idAuthor" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "author", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t1", + ".", + "idauthor", + "=", + "t2", + ".", + "author", + "group", + "by", + "t1", + ".", + "idauthor" + ], + "question": "What are the names of all the authors, and how many books has each written?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "the", + "authors", + ",", + "and", + "how", + "many", + "books", + "has", + "each", + "written", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT isbn , count(*) FROM Books_Order GROUP BY isbn", + "query_toks": [ + "SELECT", + "isbn", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Books_Order", + "GROUP", + "BY", + "isbn" + ], + "query_toks_no_value": [ + "select", + "isbn", + ",", + "count", + "(", + "*", + ")", + "from", + "books_order", + "group", + "by", + "isbn" + ], + "question": "Show all book isbns and the numbers of orders for each.", + "question_toks": [ + "Show", + "all", + "book", + "isbns", + "and", + "the", + "numbers", + "of", + "orders", + "for", + "each", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT isbn , count(*) FROM Books_Order GROUP BY isbn", + "query_toks": [ + "SELECT", + "isbn", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Books_Order", + "GROUP", + "BY", + "isbn" + ], + "query_toks_no_value": [ + "select", + "isbn", + ",", + "count", + "(", + "*", + ")", + "from", + "books_order", + "group", + "by", + "isbn" + ], + "question": "What are all isbns for each book, and how many times has each been ordered?", + "question_toks": [ + "What", + "are", + "all", + "isbns", + "for", + "each", + "book", + ",", + "and", + "how", + "many", + "times", + "has", + "each", + "been", + "ordered", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT isbn , sum(amount) FROM Books_Order GROUP BY isbn", + "query_toks": [ + "SELECT", + "isbn", + ",", + "sum", + "(", + "amount", + ")", + "FROM", + "Books_Order", + "GROUP", + "BY", + "isbn" + ], + "query_toks_no_value": [ + "select", + "isbn", + ",", + "sum", + "(", + "amount", + ")", + "from", + "books_order", + "group", + "by", + "isbn" + ], + "question": "Show all book isbns and the total amount ordered for each.", + "question_toks": [ + "Show", + "all", + "book", + "isbns", + "and", + "the", + "total", + "amount", + "ordered", + "for", + "each", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT isbn , sum(amount) FROM Books_Order GROUP BY isbn", + "query_toks": [ + "SELECT", + "isbn", + ",", + "sum", + "(", + "amount", + ")", + "FROM", + "Books_Order", + "GROUP", + "BY", + "isbn" + ], + "query_toks_no_value": [ + "select", + "isbn", + ",", + "sum", + "(", + "amount", + ")", + "from", + "books_order", + "group", + "by", + "isbn" + ], + "question": "What are the isbns for all books, and what is the total amount ordered for each?", + "question_toks": [ + "What", + "are", + "the", + "isbns", + "for", + "all", + "books", + ",", + "and", + "what", + "is", + "the", + "total", + "amount", + "ordered", + "for", + "each", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T2.title FROM Books_Order AS T1 JOIN Book AS T2 ON T1.isbn = T2.isbn GROUP BY T1.isbn ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.title", + "FROM", + "Books_Order", + "AS", + "T1", + "JOIN", + "Book", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "GROUP", + "BY", + "T1.isbn", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "books_order", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "group", + "by", + "t1", + ".", + "isbn", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Show the book title corresponding to the book with the most number of orders.", + "question_toks": [ + "Show", + "the", + "book", + "title", + "corresponding", + "to", + "the", + "book", + "with", + "the", + "most", + "number", + "of", + "orders", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T2.title FROM Books_Order AS T1 JOIN Book AS T2 ON T1.isbn = T2.isbn GROUP BY T1.isbn ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.title", + "FROM", + "Books_Order", + "AS", + "T1", + "JOIN", + "Book", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "GROUP", + "BY", + "T1.isbn", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "books_order", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "group", + "by", + "t1", + ".", + "isbn", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the title of the book that has been ordered the greatest number of times?", + "question_toks": [ + "What", + "is", + "the", + "title", + "of", + "the", + "book", + "that", + "has", + "been", + "ordered", + "the", + "greatest", + "number", + "of", + "times", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T2.title , T2.PurchasePrice FROM Books_Order AS T1 JOIN BOOk AS T2 ON T1.isbn = T2.isbn GROUP BY T1.isbn ORDER BY sum(amount) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.title", + ",", + "T2.PurchasePrice", + "FROM", + "Books_Order", + "AS", + "T1", + "JOIN", + "BOOk", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "GROUP", + "BY", + "T1.isbn", + "ORDER", + "BY", + "sum", + "(", + "amount", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + ",", + "t2", + ".", + "purchaseprice", + "from", + "books_order", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "group", + "by", + "t1", + ".", + "isbn", + "order", + "by", + "sum", + "(", + "amount", + ")", + "desc", + "limit", + "value" + ], + "question": "Show the book title and purchase price of the book that has had the greatest amount in orders.", + "question_toks": [ + "Show", + "the", + "book", + "title", + "and", + "purchase", + "price", + "of", + "the", + "book", + "that", + "has", + "had", + "the", + "greatest", + "amount", + "in", + "orders", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T2.title , T2.PurchasePrice FROM Books_Order AS T1 JOIN BOOk AS T2 ON T1.isbn = T2.isbn GROUP BY T1.isbn ORDER BY sum(amount) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.title", + ",", + "T2.PurchasePrice", + "FROM", + "Books_Order", + "AS", + "T1", + "JOIN", + "BOOk", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "GROUP", + "BY", + "T1.isbn", + "ORDER", + "BY", + "sum", + "(", + "amount", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + ",", + "t2", + ".", + "purchaseprice", + "from", + "books_order", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "group", + "by", + "t1", + ".", + "isbn", + "order", + "by", + "sum", + "(", + "amount", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the title and purchase price of the book that has the highest total order amount?", + "question_toks": [ + "What", + "is", + "the", + "title", + "and", + "purchase", + "price", + "of", + "the", + "book", + "that", + "has", + "the", + "highest", + "total", + "order", + "amount", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT DISTINCT T1.title FROM book AS T1 JOIN books_order AS T2 ON T1.isbn = T2.isbn", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.title", + "FROM", + "book", + "AS", + "T1", + "JOIN", + "books_order", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "title", + "from", + "book", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn" + ], + "question": "Show the titles of books that have been ordered.", + "question_toks": [ + "Show", + "the", + "titles", + "of", + "books", + "that", + "have", + "been", + "ordered", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT DISTINCT T1.title FROM book AS T1 JOIN books_order AS T2 ON T1.isbn = T2.isbn", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.title", + "FROM", + "book", + "AS", + "T1", + "JOIN", + "books_order", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "title", + "from", + "book", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn" + ], + "question": "What are the different titles of books that have been ordered in the past?", + "question_toks": [ + "What", + "are", + "the", + "different", + "titles", + "of", + "books", + "that", + "have", + "been", + "ordered", + "in", + "the", + "past", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT DISTINCT T1.name FROM Client AS T1 JOIN Orders AS T2 ON T1.idClient = T2.idClient", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.name", + "FROM", + "Client", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.idClient", + "=", + "T2.idClient" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + "from", + "client", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "idclient", + "=", + "t2", + ".", + "idclient" + ], + "question": "Show the names of clients who have ordered at least once.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "clients", + "who", + "have", + "ordered", + "at", + "least", + "once", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT DISTINCT T1.name FROM Client AS T1 JOIN Orders AS T2 ON T1.idClient = T2.idClient", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.name", + "FROM", + "Client", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.idClient", + "=", + "T2.idClient" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + "from", + "client", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "idclient", + "=", + "t2", + ".", + "idclient" + ], + "question": "What are the names of the different clients who have made an order?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "different", + "clients", + "who", + "have", + "made", + "an", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T2.name , count(*) FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient GROUP BY T1.idClient", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.idClient", + "=", + "T2.idClient", + "GROUP", + "BY", + "T1.idClient" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "orders", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "idclient", + "=", + "t2", + ".", + "idclient", + "group", + "by", + "t1", + ".", + "idclient" + ], + "question": "Show all client names and the number of orders each has made.", + "question_toks": [ + "Show", + "all", + "client", + "names", + "and", + "the", + "number", + "of", + "orders", + "each", + "has", + "made", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T2.name , count(*) FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient GROUP BY T1.idClient", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.idClient", + "=", + "T2.idClient", + "GROUP", + "BY", + "T1.idClient" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "orders", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "idclient", + "=", + "t2", + ".", + "idclient", + "group", + "by", + "t1", + ".", + "idclient" + ], + "question": "What are the names of all the clients, and how many times has each of them ordered?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "the", + "clients", + ",", + "and", + "how", + "many", + "times", + "has", + "each", + "of", + "them", + "ordered", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T2.name FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient GROUP BY T1.idClient ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.idClient", + "=", + "T2.idClient", + "GROUP", + "BY", + "T1.idClient", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "orders", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "idclient", + "=", + "t2", + ".", + "idclient", + "group", + "by", + "t1", + ".", + "idclient", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the client with the most number of orders?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "client", + "with", + "the", + "most", + "number", + "of", + "orders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T2.name FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient GROUP BY T1.idClient ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.idClient", + "=", + "T2.idClient", + "GROUP", + "BY", + "T1.idClient", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "orders", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "idclient", + "=", + "t2", + ".", + "idclient", + "group", + "by", + "t1", + ".", + "idclient", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the name of the client who has made the most orders.", + "question_toks": [ + "Give", + "the", + "name", + "of", + "the", + "client", + "who", + "has", + "made", + "the", + "most", + "orders", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T2.name , sum(T3.amount) FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient JOIN Books_Order AS T3 ON T3.idOrder = T1.idOrder GROUP BY T1.idClient", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "sum", + "(", + "T3.amount", + ")", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.idClient", + "=", + "T2.idClient", + "JOIN", + "Books_Order", + "AS", + "T3", + "ON", + "T3.idOrder", + "=", + "T1.idOrder", + "GROUP", + "BY", + "T1.idClient" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "sum", + "(", + "t3", + ".", + "amount", + ")", + "from", + "orders", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "idclient", + "=", + "t2", + ".", + "idclient", + "join", + "books_order", + "as", + "t3", + "on", + "t3", + ".", + "idorder", + "=", + "t1", + ".", + "idorder", + "group", + "by", + "t1", + ".", + "idclient" + ], + "question": "Show the client names and their total amounts of books ordered.", + "question_toks": [ + "Show", + "the", + "client", + "names", + "and", + "their", + "total", + "amounts", + "of", + "books", + "ordered", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T2.name , sum(T3.amount) FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient JOIN Books_Order AS T3 ON T3.idOrder = T1.idOrder GROUP BY T1.idClient", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "sum", + "(", + "T3.amount", + ")", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.idClient", + "=", + "T2.idClient", + "JOIN", + "Books_Order", + "AS", + "T3", + "ON", + "T3.idOrder", + "=", + "T1.idOrder", + "GROUP", + "BY", + "T1.idClient" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "sum", + "(", + "t3", + ".", + "amount", + ")", + "from", + "orders", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "idclient", + "=", + "t2", + ".", + "idclient", + "join", + "books_order", + "as", + "t3", + "on", + "t3", + ".", + "idorder", + "=", + "t1", + ".", + "idorder", + "group", + "by", + "t1", + ".", + "idclient" + ], + "question": "What are the names of all the clients, and the total amount of books ordered by each?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "the", + "clients", + ",", + "and", + "the", + "total", + "amount", + "of", + "books", + "ordered", + "by", + "each", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T2.name FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient JOIN Books_Order AS T3 ON T3.idOrder = T1.idOrder GROUP BY T1.idClient ORDER BY sum(T3.amount) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.idClient", + "=", + "T2.idClient", + "JOIN", + "Books_Order", + "AS", + "T3", + "ON", + "T3.idOrder", + "=", + "T1.idOrder", + "GROUP", + "BY", + "T1.idClient", + "ORDER", + "BY", + "sum", + "(", + "T3.amount", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "orders", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "idclient", + "=", + "t2", + ".", + "idclient", + "join", + "books_order", + "as", + "t3", + "on", + "t3", + ".", + "idorder", + "=", + "t1", + ".", + "idorder", + "group", + "by", + "t1", + ".", + "idclient", + "order", + "by", + "sum", + "(", + "t3", + ".", + "amount", + ")", + "desc", + "limit", + "value" + ], + "question": "Show the client name who has the most total amount of books ordered.", + "question_toks": [ + "Show", + "the", + "client", + "name", + "who", + "has", + "the", + "most", + "total", + "amount", + "of", + "books", + "ordered", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T2.name FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient JOIN Books_Order AS T3 ON T3.idOrder = T1.idOrder GROUP BY T1.idClient ORDER BY sum(T3.amount) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.idClient", + "=", + "T2.idClient", + "JOIN", + "Books_Order", + "AS", + "T3", + "ON", + "T3.idOrder", + "=", + "T1.idOrder", + "GROUP", + "BY", + "T1.idClient", + "ORDER", + "BY", + "sum", + "(", + "T3.amount", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "orders", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "idclient", + "=", + "t2", + ".", + "idclient", + "join", + "books_order", + "as", + "t3", + "on", + "t3", + ".", + "idorder", + "=", + "t1", + ".", + "idorder", + "group", + "by", + "t1", + ".", + "idclient", + "order", + "by", + "sum", + "(", + "t3", + ".", + "amount", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the client who has ordered the greatest total amount of books?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "client", + "who", + "has", + "ordered", + "the", + "greatest", + "total", + "amount", + "of", + "books", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT title FROM book EXCEPT SELECT T1.title FROM book AS T1 JOIN books_order AS T2 ON T1.isbn = T2.isbn", + "query_toks": [ + "SELECT", + "title", + "FROM", + "book", + "EXCEPT", + "SELECT", + "T1.title", + "FROM", + "book", + "AS", + "T1", + "JOIN", + "books_order", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "book", + "except", + "select", + "t1", + ".", + "title", + "from", + "book", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn" + ], + "question": "Show all book titles for books that have no orders.", + "question_toks": [ + "Show", + "all", + "book", + "titles", + "for", + "books", + "that", + "have", + "no", + "orders", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "book_1", + "query": "SELECT title FROM book EXCEPT SELECT T1.title FROM book AS T1 JOIN books_order AS T2 ON T1.isbn = T2.isbn", + "query_toks": [ + "SELECT", + "title", + "FROM", + "book", + "EXCEPT", + "SELECT", + "T1.title", + "FROM", + "book", + "AS", + "T1", + "JOIN", + "books_order", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "book", + "except", + "select", + "t1", + ".", + "title", + "from", + "book", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn" + ], + "question": "What are the titles of books that have never been ordered?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "books", + "that", + "have", + "never", + "been", + "ordered", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "book_1", + "query": "SELECT name FROM Client EXCEPT SELECT T1.name FROM Client AS T1 JOIN Orders AS T2 ON T1.idClient = T2.idClient", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Client", + "EXCEPT", + "SELECT", + "T1.name", + "FROM", + "Client", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.idClient", + "=", + "T2.idClient" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "client", + "except", + "select", + "t1", + ".", + "name", + "from", + "client", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "idclient", + "=", + "t2", + ".", + "idclient" + ], + "question": "Show all client names for clients who have not made orders.", + "question_toks": [ + "Show", + "all", + "client", + "names", + "for", + "clients", + "who", + "have", + "not", + "made", + "orders", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "book_1", + "query": "SELECT name FROM Client EXCEPT SELECT T1.name FROM Client AS T1 JOIN Orders AS T2 ON T1.idClient = T2.idClient", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Client", + "EXCEPT", + "SELECT", + "T1.name", + "FROM", + "Client", + "AS", + "T1", + "JOIN", + "Orders", + "AS", + "T2", + "ON", + "T1.idClient", + "=", + "T2.idClient" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "client", + "except", + "select", + "t1", + ".", + "name", + "from", + "client", + "as", + "t1", + "join", + "orders", + "as", + "t2", + "on", + "t1", + ".", + "idclient", + "=", + "t2", + ".", + "idclient" + ], + "question": "What are the names of clients who have never made an order?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "clients", + "who", + "have", + "never", + "made", + "an", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "book_1", + "query": "SELECT max(saleprice) , min(saleprice) FROM Book", + "query_toks": [ + "SELECT", + "max", + "(", + "saleprice", + ")", + ",", + "min", + "(", + "saleprice", + ")", + "FROM", + "Book" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "saleprice", + ")", + ",", + "min", + "(", + "saleprice", + ")", + "from", + "book" + ], + "question": "What is the maximum and the minimum sale price?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "and", + "the", + "minimum", + "sale", + "price", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT max(saleprice) , min(saleprice) FROM Book", + "query_toks": [ + "SELECT", + "max", + "(", + "saleprice", + ")", + ",", + "min", + "(", + "saleprice", + ")", + "FROM", + "Book" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "saleprice", + ")", + ",", + "min", + "(", + "saleprice", + ")", + "from", + "book" + ], + "question": "Give the maximum and minimum sale price of books.", + "question_toks": [ + "Give", + "the", + "maximum", + "and", + "minimum", + "sale", + "price", + "of", + "books", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT avg(purchaseprice) , avg(saleprice) FROM Book", + "query_toks": [ + "SELECT", + "avg", + "(", + "purchaseprice", + ")", + ",", + "avg", + "(", + "saleprice", + ")", + "FROM", + "Book" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "purchaseprice", + ")", + ",", + "avg", + "(", + "saleprice", + ")", + "from", + "book" + ], + "question": "What is the average purchase price and the average sale price?", + "question_toks": [ + "What", + "is", + "the", + "average", + "purchase", + "price", + "and", + "the", + "average", + "sale", + "price", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT avg(purchaseprice) , avg(saleprice) FROM Book", + "query_toks": [ + "SELECT", + "avg", + "(", + "purchaseprice", + ")", + ",", + "avg", + "(", + "saleprice", + ")", + "FROM", + "Book" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "purchaseprice", + ")", + ",", + "avg", + "(", + "saleprice", + ")", + "from", + "book" + ], + "question": "Give the average purchase price and average sale price for books.", + "question_toks": [ + "Give", + "the", + "average", + "purchase", + "price", + "and", + "average", + "sale", + "price", + "for", + "books", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT max(saleprice - purchaseprice) FROM Book", + "query_toks": [ + "SELECT", + "max", + "(", + "saleprice", + "-", + "purchaseprice", + ")", + "FROM", + "Book" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "saleprice", + "-", + "purchaseprice", + ")", + "from", + "book" + ], + "question": "What is the maximum difference between the sale price and purchase price?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "difference", + "between", + "the", + "sale", + "price", + "and", + "purchase", + "price", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 1, + [ + 0, + 15, + false + ], + [ + 0, + 14, + false + ] + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT max(saleprice - purchaseprice) FROM Book", + "query_toks": [ + "SELECT", + "max", + "(", + "saleprice", + "-", + "purchaseprice", + ")", + "FROM", + "Book" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "saleprice", + "-", + "purchaseprice", + ")", + "from", + "book" + ], + "question": "Return the largest difference in sale price and purchase price.", + "question_toks": [ + "Return", + "the", + "largest", + "difference", + "in", + "sale", + "price", + "and", + "purchase", + "price", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 1, + [ + 0, + 15, + false + ], + [ + 0, + 14, + false + ] + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT title FROM book WHERE saleprice > (SELECT avg(saleprice) FROM book)", + "query_toks": [ + "SELECT", + "title", + "FROM", + "book", + "WHERE", + "saleprice", + ">", + "(", + "SELECT", + "avg", + "(", + "saleprice", + ")", + "FROM", + "book", + ")" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "book", + "where", + "saleprice", + ">", + "(", + "select", + "avg", + "(", + "saleprice", + ")", + "from", + "book", + ")" + ], + "question": "List all book titles which have sale prices higher than the average.", + "question_toks": [ + "List", + "all", + "book", + "titles", + "which", + "have", + "sale", + "prices", + "higher", + "than", + "the", + "average", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT title FROM book WHERE saleprice > (SELECT avg(saleprice) FROM book)", + "query_toks": [ + "SELECT", + "title", + "FROM", + "book", + "WHERE", + "saleprice", + ">", + "(", + "SELECT", + "avg", + "(", + "saleprice", + ")", + "FROM", + "book", + ")" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "book", + "where", + "saleprice", + ">", + "(", + "select", + "avg", + "(", + "saleprice", + ")", + "from", + "book", + ")" + ], + "question": "What are the titles of books with sale prices above the average sale price across all books?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "books", + "with", + "sale", + "prices", + "above", + "the", + "average", + "sale", + "price", + "across", + "all", + "books", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "select title from book order by saleprice asc limit 1", + "query_toks": [ + "select", + "title", + "from", + "book", + "order", + "by", + "saleprice", + "asc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "book", + "order", + "by", + "saleprice", + "asc", + "limit", + "value" + ], + "question": "List all book titles which have the lowest sale price .", + "question_toks": [ + "List", + "all", + "book", + "titles", + "which", + "have", + "the", + "lowest", + "sale", + "price", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "select title from book order by saleprice asc limit 1", + "query_toks": [ + "select", + "title", + "from", + "book", + "order", + "by", + "saleprice", + "asc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "book", + "order", + "by", + "saleprice", + "asc", + "limit", + "value" + ], + "question": "What are the titles of books that have a sale price equal to the lowest sale price across all books ?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "books", + "that", + "have", + "a", + "sale", + "price", + "equal", + "to", + "the", + "lowest", + "sale", + "price", + "across", + "all", + "books", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "select title from book order by purchaseprice desc limit 1", + "query_toks": [ + "select", + "title", + "from", + "book", + "order", + "by", + "purchaseprice", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "book", + "order", + "by", + "purchaseprice", + "desc", + "limit", + "value" + ], + "question": "List all book titles which have highest purchase prices .", + "question_toks": [ + "List", + "all", + "book", + "titles", + "which", + "have", + "highest", + "purchase", + "prices", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "select title from book order by purchaseprice desc limit 1", + "query_toks": [ + "select", + "title", + "from", + "book", + "order", + "by", + "purchaseprice", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "book", + "order", + "by", + "purchaseprice", + "desc", + "limit", + "value" + ], + "question": "What are the titles of books with the highest purchase price across all books ?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "books", + "with", + "the", + "highest", + "purchase", + "price", + "across", + "all", + "books", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT avg(saleprice) FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = \"George Orwell\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "saleprice", + ")", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Author_book", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.Author", + "=", + "T3.idAuthor", + "WHERE", + "T3.name", + "=", + "``", + "George", + "Orwell", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "saleprice", + ")", + "from", + "book", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author", + "=", + "t3", + ".", + "idauthor", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What is the average sale price of books written by George Orwell?", + "question_toks": [ + "What", + "is", + "the", + "average", + "sale", + "price", + "of", + "books", + "written", + "by", + "George", + "Orwell", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"George Orwell\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT avg(saleprice) FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = \"George Orwell\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "saleprice", + ")", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Author_book", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.Author", + "=", + "T3.idAuthor", + "WHERE", + "T3.name", + "=", + "``", + "George", + "Orwell", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "saleprice", + ")", + "from", + "book", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author", + "=", + "t3", + ".", + "idauthor", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Give the average sale price of books authored by George Orwell.", + "question_toks": [ + "Give", + "the", + "average", + "sale", + "price", + "of", + "books", + "authored", + "by", + "George", + "Orwell", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"George Orwell\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT saleprice FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = \"Plato\"", + "query_toks": [ + "SELECT", + "saleprice", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Author_book", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.Author", + "=", + "T3.idAuthor", + "WHERE", + "T3.name", + "=", + "``", + "Plato", + "''" + ], + "query_toks_no_value": [ + "select", + "saleprice", + "from", + "book", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author", + "=", + "t3", + ".", + "idauthor", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What are sale prices of books written by Plato?", + "question_toks": [ + "What", + "are", + "sale", + "prices", + "of", + "books", + "written", + "by", + "Plato", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Plato\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT saleprice FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = \"Plato\"", + "query_toks": [ + "SELECT", + "saleprice", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Author_book", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.Author", + "=", + "T3.idAuthor", + "WHERE", + "T3.name", + "=", + "``", + "Plato", + "''" + ], + "query_toks_no_value": [ + "select", + "saleprice", + "from", + "book", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author", + "=", + "t3", + ".", + "idauthor", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Return the sale prices of books authored by Plato.", + "question_toks": [ + "Return", + "the", + "sale", + "prices", + "of", + "books", + "authored", + "by", + "Plato", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Plato\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T1.title FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = \"George Orwell\" ORDER BY T1.saleprice LIMIT 1", + "query_toks": [ + "SELECT", + "T1.title", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Author_book", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.Author", + "=", + "T3.idAuthor", + "WHERE", + "T3.name", + "=", + "``", + "George", + "Orwell", + "''", + "ORDER", + "BY", + "T1.saleprice", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "book", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author", + "=", + "t3", + ".", + "idauthor", + "where", + "t3", + ".", + "name", + "=", + "value", + "order", + "by", + "t1", + ".", + "saleprice", + "limit", + "value" + ], + "question": "What is the title of the book written by George Orwell that has the lowest sale price?", + "question_toks": [ + "What", + "is", + "the", + "title", + "of", + "the", + "book", + "written", + "by", + "George", + "Orwell", + "that", + "has", + "the", + "lowest", + "sale", + "price", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"George Orwell\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T1.title FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = \"George Orwell\" ORDER BY T1.saleprice LIMIT 1", + "query_toks": [ + "SELECT", + "T1.title", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Author_book", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.Author", + "=", + "T3.idAuthor", + "WHERE", + "T3.name", + "=", + "``", + "George", + "Orwell", + "''", + "ORDER", + "BY", + "T1.saleprice", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "book", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author", + "=", + "t3", + ".", + "idauthor", + "where", + "t3", + ".", + "name", + "=", + "value", + "order", + "by", + "t1", + ".", + "saleprice", + "limit", + "value" + ], + "question": "Give the title of book by George Orwell that has the lowest saleprice.", + "question_toks": [ + "Give", + "the", + "title", + "of", + "book", + "by", + "George", + "Orwell", + "that", + "has", + "the", + "lowest", + "saleprice", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"George Orwell\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T1.title FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = \"Plato\" AND T1.saleprice < (SELECT avg(saleprice) FROM Book)", + "query_toks": [ + "SELECT", + "T1.title", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Author_book", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.Author", + "=", + "T3.idAuthor", + "WHERE", + "T3.name", + "=", + "``", + "Plato", + "''", + "AND", + "T1.saleprice", + "<", + "(", + "SELECT", + "avg", + "(", + "saleprice", + ")", + "FROM", + "Book", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "book", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author", + "=", + "t3", + ".", + "idauthor", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "saleprice", + "<", + "(", + "select", + "avg", + "(", + "saleprice", + ")", + "from", + "book", + ")" + ], + "question": "What is the title of the book written by Plato has price lower than the average sale price of all books?", + "question_toks": [ + "What", + "is", + "the", + "title", + "of", + "the", + "book", + "written", + "by", + "Plato", + "has", + "price", + "lower", + "than", + "the", + "average", + "sale", + "price", + "of", + "all", + "books", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Plato\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T1.title FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = \"Plato\" AND T1.saleprice < (SELECT avg(saleprice) FROM Book)", + "query_toks": [ + "SELECT", + "T1.title", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Author_book", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.Author", + "=", + "T3.idAuthor", + "WHERE", + "T3.name", + "=", + "``", + "Plato", + "''", + "AND", + "T1.saleprice", + "<", + "(", + "SELECT", + "avg", + "(", + "saleprice", + ")", + "FROM", + "Book", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "book", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author", + "=", + "t3", + ".", + "idauthor", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "saleprice", + "<", + "(", + "select", + "avg", + "(", + "saleprice", + ")", + "from", + "book", + ")" + ], + "question": "Give the titles of books authored by Plato that have a sale price lower than the average sale price across all books.", + "question_toks": [ + "Give", + "the", + "titles", + "of", + "books", + "authored", + "by", + "Plato", + "that", + "have", + "a", + "sale", + "price", + "lower", + "than", + "the", + "average", + "sale", + "price", + "across", + "all", + "books", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Plato\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T3.name FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T1.title = \"Pride and Prejudice\"", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Author_book", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.Author", + "=", + "T3.idAuthor", + "WHERE", + "T1.title", + "=", + "``", + "Pride", + "and", + "Prejudice", + "''" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "book", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author", + "=", + "t3", + ".", + "idauthor", + "where", + "t1", + ".", + "title", + "=", + "value" + ], + "question": "Who is the author of the book \"Pride and Prejudice\"?", + "question_toks": [ + "Who", + "is", + "the", + "author", + "of", + "the", + "book", + "``", + "Pride", + "and", + "Prejudice", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Pride and Prejudice\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T3.name FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T1.title = \"Pride and Prejudice\"", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Author_book", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.Author", + "=", + "T3.idAuthor", + "WHERE", + "T1.title", + "=", + "``", + "Pride", + "and", + "Prejudice", + "''" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "book", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author", + "=", + "t3", + ".", + "idauthor", + "where", + "t1", + ".", + "title", + "=", + "value" + ], + "question": "Give the name of the author who wrote the book titled Pride and Prejudice.", + "question_toks": [ + "Give", + "the", + "name", + "of", + "the", + "author", + "who", + "wrote", + "the", + "book", + "titled", + "Pride", + "and", + "Prejudice", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Pride and Prejudice\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T1.title FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name LIKE \"%Plato%\"", + "query_toks": [ + "SELECT", + "T1.title", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Author_book", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.Author", + "=", + "T3.idAuthor", + "WHERE", + "T3.name", + "LIKE", + "``", + "%", + "Plato", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "book", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author", + "=", + "t3", + ".", + "idauthor", + "where", + "t3", + ".", + "name", + "like", + "value" + ], + "question": "List titles of all books published by an author whose name contains the string 'Plato'?", + "question_toks": [ + "List", + "titles", + "of", + "all", + "books", + "published", + "by", + "an", + "author", + "whose", + "name", + "contains", + "the", + "string", + "'Plato", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"%Plato%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T1.title FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name LIKE \"%Plato%\"", + "query_toks": [ + "SELECT", + "T1.title", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Author_book", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.Author", + "=", + "T3.idAuthor", + "WHERE", + "T3.name", + "LIKE", + "``", + "%", + "Plato", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "book", + "as", + "t1", + "join", + "author_book", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author", + "=", + "t3", + ".", + "idauthor", + "where", + "t3", + ".", + "name", + "like", + "value" + ], + "question": "What are the titles of all books written by an author with a name that contains Plato?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "all", + "books", + "written", + "by", + "an", + "author", + "with", + "a", + "name", + "that", + "contains", + "Plato", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"%Plato%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT count(*) FROM Book AS T1 JOIN Books_Order AS T2 ON T1.isbn = T2.isbn WHERE T1.title = \"Pride and Prejudice\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "WHERE", + "T1.title", + "=", + "``", + "Pride", + "and", + "Prejudice", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "book", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "where", + "t1", + ".", + "title", + "=", + "value" + ], + "question": "How many orders do we have for \"Pride and Prejudice\"?", + "question_toks": [ + "How", + "many", + "orders", + "do", + "we", + "have", + "for", + "``", + "Pride", + "and", + "Prejudice", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Pride and Prejudice\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT count(*) FROM Book AS T1 JOIN Books_Order AS T2 ON T1.isbn = T2.isbn WHERE T1.title = \"Pride and Prejudice\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "WHERE", + "T1.title", + "=", + "``", + "Pride", + "and", + "Prejudice", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "book", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "where", + "t1", + ".", + "title", + "=", + "value" + ], + "question": "Return the number of orders received for Pride and Prejudice.", + "question_toks": [ + "Return", + "the", + "number", + "of", + "orders", + "received", + "for", + "Pride", + "and", + "Prejudice", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Pride and Prejudice\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT idOrder FROM Book AS T1 JOIN Books_Order AS T2 ON T1.isbn = T2.isbn WHERE T1.title = \"Pride and Prejudice\" INTERSECT SELECT idOrder FROM Book AS T1 JOIN Books_Order AS T2 ON T1.isbn = T2.isbn WHERE T1.title = \"The Little Prince\"", + "query_toks": [ + "SELECT", + "idOrder", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "WHERE", + "T1.title", + "=", + "``", + "Pride", + "and", + "Prejudice", + "''", + "INTERSECT", + "SELECT", + "idOrder", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "WHERE", + "T1.title", + "=", + "``", + "The", + "Little", + "Prince", + "''" + ], + "query_toks_no_value": [ + "select", + "idorder", + "from", + "book", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "where", + "t1", + ".", + "title", + "=", + "value", + "intersect", + "select", + "idorder", + "from", + "book", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "where", + "t1", + ".", + "title", + "=", + "value" + ], + "question": "Show ids for orders including both \"Pride and Prejudice\" and \"The Little Prince\".", + "question_toks": [ + "Show", + "ids", + "for", + "orders", + "including", + "both", + "``", + "Pride", + "and", + "Prejudice", + "''", + "and", + "``", + "The", + "Little", + "Prince", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Pride and Prejudice\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"The Little Prince\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT idOrder FROM Book AS T1 JOIN Books_Order AS T2 ON T1.isbn = T2.isbn WHERE T1.title = \"Pride and Prejudice\" INTERSECT SELECT idOrder FROM Book AS T1 JOIN Books_Order AS T2 ON T1.isbn = T2.isbn WHERE T1.title = \"The Little Prince\"", + "query_toks": [ + "SELECT", + "idOrder", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "WHERE", + "T1.title", + "=", + "``", + "Pride", + "and", + "Prejudice", + "''", + "INTERSECT", + "SELECT", + "idOrder", + "FROM", + "Book", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.isbn", + "=", + "T2.isbn", + "WHERE", + "T1.title", + "=", + "``", + "The", + "Little", + "Prince", + "''" + ], + "query_toks_no_value": [ + "select", + "idorder", + "from", + "book", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "where", + "t1", + ".", + "title", + "=", + "value", + "intersect", + "select", + "idorder", + "from", + "book", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "where", + "t1", + ".", + "title", + "=", + "value" + ], + "question": "What are the order ids for orders that include both Pride and Prejudice and The Little Prince?", + "question_toks": [ + "What", + "are", + "the", + "order", + "ids", + "for", + "orders", + "that", + "include", + "both", + "Pride", + "and", + "Prejudice", + "and", + "The", + "Little", + "Prince", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Pride and Prejudice\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"The Little Prince\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T2.isbn FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient WHERE T3.name = \"Peter Doe\" INTERSECT SELECT T2.isbn FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient WHERE T3.name = \"James Smith\"", + "query_toks": [ + "SELECT", + "T2.isbn", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.idOrder", + "=", + "T2.idOrder", + "JOIN", + "Client", + "AS", + "T3", + "ON", + "T1.idClient", + "=", + "T3.idClient", + "WHERE", + "T3.name", + "=", + "``", + "Peter", + "Doe", + "''", + "INTERSECT", + "SELECT", + "T2.isbn", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.idOrder", + "=", + "T2.idOrder", + "JOIN", + "Client", + "AS", + "T3", + "ON", + "T1.idClient", + "=", + "T3.idClient", + "WHERE", + "T3.name", + "=", + "``", + "James", + "Smith", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "isbn", + "from", + "orders", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "idorder", + "=", + "t2", + ".", + "idorder", + "join", + "client", + "as", + "t3", + "on", + "t1", + ".", + "idclient", + "=", + "t3", + ".", + "idclient", + "where", + "t3", + ".", + "name", + "=", + "value", + "intersect", + "select", + "t2", + ".", + "isbn", + "from", + "orders", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "idorder", + "=", + "t2", + ".", + "idorder", + "join", + "client", + "as", + "t3", + "on", + "t1", + ".", + "idclient", + "=", + "t3", + ".", + "idclient", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Show all book isbns which were ordered by both client Peter Doe and client James Smith.", + "question_toks": [ + "Show", + "all", + "book", + "isbns", + "which", + "were", + "ordered", + "by", + "both", + "client", + "Peter", + "Doe", + "and", + "client", + "James", + "Smith", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Peter Doe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"James Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T2.isbn FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient WHERE T3.name = \"Peter Doe\" INTERSECT SELECT T2.isbn FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient WHERE T3.name = \"James Smith\"", + "query_toks": [ + "SELECT", + "T2.isbn", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.idOrder", + "=", + "T2.idOrder", + "JOIN", + "Client", + "AS", + "T3", + "ON", + "T1.idClient", + "=", + "T3.idClient", + "WHERE", + "T3.name", + "=", + "``", + "Peter", + "Doe", + "''", + "INTERSECT", + "SELECT", + "T2.isbn", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.idOrder", + "=", + "T2.idOrder", + "JOIN", + "Client", + "AS", + "T3", + "ON", + "T1.idClient", + "=", + "T3.idClient", + "WHERE", + "T3.name", + "=", + "``", + "James", + "Smith", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "isbn", + "from", + "orders", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "idorder", + "=", + "t2", + ".", + "idorder", + "join", + "client", + "as", + "t3", + "on", + "t1", + ".", + "idclient", + "=", + "t3", + ".", + "idclient", + "where", + "t3", + ".", + "name", + "=", + "value", + "intersect", + "select", + "t2", + ".", + "isbn", + "from", + "orders", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "idorder", + "=", + "t2", + ".", + "idorder", + "join", + "client", + "as", + "t3", + "on", + "t1", + ".", + "idclient", + "=", + "t3", + ".", + "idclient", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What are the isbns of books ordered by both clients named Peter Doe and James Smith?", + "question_toks": [ + "What", + "are", + "the", + "isbns", + "of", + "books", + "ordered", + "by", + "both", + "clients", + "named", + "Peter", + "Doe", + "and", + "James", + "Smith", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Peter Doe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"James Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T4.title FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient JOIN book AS T4 ON T2.ISBN = T4.isbn WHERE T3.name = \"Peter Doe\" EXCEPT SELECT T4.title FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient JOIN book AS T4 ON T2.ISBN = T4.isbn WHERE T3.name = \"James Smith\"", + "query_toks": [ + "SELECT", + "T4.title", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.idOrder", + "=", + "T2.idOrder", + "JOIN", + "Client", + "AS", + "T3", + "ON", + "T1.idClient", + "=", + "T3.idClient", + "JOIN", + "book", + "AS", + "T4", + "ON", + "T2.ISBN", + "=", + "T4.isbn", + "WHERE", + "T3.name", + "=", + "``", + "Peter", + "Doe", + "''", + "EXCEPT", + "SELECT", + "T4.title", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.idOrder", + "=", + "T2.idOrder", + "JOIN", + "Client", + "AS", + "T3", + "ON", + "T1.idClient", + "=", + "T3.idClient", + "JOIN", + "book", + "AS", + "T4", + "ON", + "T2.ISBN", + "=", + "T4.isbn", + "WHERE", + "T3.name", + "=", + "``", + "James", + "Smith", + "''" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "orders", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "idorder", + "=", + "t2", + ".", + "idorder", + "join", + "client", + "as", + "t3", + "on", + "t1", + ".", + "idclient", + "=", + "t3", + ".", + "idclient", + "join", + "book", + "as", + "t4", + "on", + "t2", + ".", + "isbn", + "=", + "t4", + ".", + "isbn", + "where", + "t3", + ".", + "name", + "=", + "value", + "except", + "select", + "t4", + ".", + "title", + "from", + "orders", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "idorder", + "=", + "t2", + ".", + "idorder", + "join", + "client", + "as", + "t3", + "on", + "t1", + ".", + "idclient", + "=", + "t3", + ".", + "idclient", + "join", + "book", + "as", + "t4", + "on", + "t2", + ".", + "isbn", + "=", + "t4", + ".", + "isbn", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Find the title of books which are ordered by client Peter Doe but not client James Smith.", + "question_toks": [ + "Find", + "the", + "title", + "of", + "books", + "which", + "are", + "ordered", + "by", + "client", + "Peter", + "Doe", + "but", + "not", + "client", + "James", + "Smith", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Peter Doe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"James Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "book_1", + "query": "SELECT T4.title FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient JOIN book AS T4 ON T2.ISBN = T4.isbn WHERE T3.name = \"Peter Doe\" EXCEPT SELECT T4.title FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient JOIN book AS T4 ON T2.ISBN = T4.isbn WHERE T3.name = \"James Smith\"", + "query_toks": [ + "SELECT", + "T4.title", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.idOrder", + "=", + "T2.idOrder", + "JOIN", + "Client", + "AS", + "T3", + "ON", + "T1.idClient", + "=", + "T3.idClient", + "JOIN", + "book", + "AS", + "T4", + "ON", + "T2.ISBN", + "=", + "T4.isbn", + "WHERE", + "T3.name", + "=", + "``", + "Peter", + "Doe", + "''", + "EXCEPT", + "SELECT", + "T4.title", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.idOrder", + "=", + "T2.idOrder", + "JOIN", + "Client", + "AS", + "T3", + "ON", + "T1.idClient", + "=", + "T3.idClient", + "JOIN", + "book", + "AS", + "T4", + "ON", + "T2.ISBN", + "=", + "T4.isbn", + "WHERE", + "T3.name", + "=", + "``", + "James", + "Smith", + "''" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "orders", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "idorder", + "=", + "t2", + ".", + "idorder", + "join", + "client", + "as", + "t3", + "on", + "t1", + ".", + "idclient", + "=", + "t3", + ".", + "idclient", + "join", + "book", + "as", + "t4", + "on", + "t2", + ".", + "isbn", + "=", + "t4", + ".", + "isbn", + "where", + "t3", + ".", + "name", + "=", + "value", + "except", + "select", + "t4", + ".", + "title", + "from", + "orders", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "idorder", + "=", + "t2", + ".", + "idorder", + "join", + "client", + "as", + "t3", + "on", + "t1", + ".", + "idclient", + "=", + "t3", + ".", + "idclient", + "join", + "book", + "as", + "t4", + "on", + "t2", + ".", + "isbn", + "=", + "t4", + ".", + "isbn", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What are the titles of books that the client Peter Doe ordered, but the client James Smith did not?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "books", + "that", + "the", + "client", + "Peter", + "Doe", + "ordered", + ",", + "but", + "the", + "client", + "James", + "Smith", + "did", + "not", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Peter Doe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"James Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "book_1", + "query": "SELECT T3.name FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient JOIN Book AS T4 ON T4.isbn = T2.isbn WHERE T4.title = \"Pride and Prejudice\"", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.idOrder", + "=", + "T2.idOrder", + "JOIN", + "Client", + "AS", + "T3", + "ON", + "T1.idClient", + "=", + "T3.idClient", + "JOIN", + "Book", + "AS", + "T4", + "ON", + "T4.isbn", + "=", + "T2.isbn", + "WHERE", + "T4.title", + "=", + "``", + "Pride", + "and", + "Prejudice", + "''" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "orders", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "idorder", + "=", + "t2", + ".", + "idorder", + "join", + "client", + "as", + "t3", + "on", + "t1", + ".", + "idclient", + "=", + "t3", + ".", + "idclient", + "join", + "book", + "as", + "t4", + "on", + "t4", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "where", + "t4", + ".", + "title", + "=", + "value" + ], + "question": "Show all client names who have orders for \"Pride and Prejudice\".", + "question_toks": [ + "Show", + "all", + "client", + "names", + "who", + "have", + "orders", + "for", + "``", + "Pride", + "and", + "Prejudice", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Pride and Prejudice\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_1", + "query": "SELECT T3.name FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient JOIN Book AS T4 ON T4.isbn = T2.isbn WHERE T4.title = \"Pride and Prejudice\"", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "Orders", + "AS", + "T1", + "JOIN", + "Books_Order", + "AS", + "T2", + "ON", + "T1.idOrder", + "=", + "T2.idOrder", + "JOIN", + "Client", + "AS", + "T3", + "ON", + "T1.idClient", + "=", + "T3.idClient", + "JOIN", + "Book", + "AS", + "T4", + "ON", + "T4.isbn", + "=", + "T2.isbn", + "WHERE", + "T4.title", + "=", + "``", + "Pride", + "and", + "Prejudice", + "''" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "orders", + "as", + "t1", + "join", + "books_order", + "as", + "t2", + "on", + "t1", + ".", + "idorder", + "=", + "t2", + ".", + "idorder", + "join", + "client", + "as", + "t3", + "on", + "t1", + ".", + "idclient", + "=", + "t3", + ".", + "idclient", + "join", + "book", + "as", + "t4", + "on", + "t4", + ".", + "isbn", + "=", + "t2", + ".", + "isbn", + "where", + "t4", + ".", + "title", + "=", + "value" + ], + "question": "What are the names of clients who have ordered Pride and Prejudice?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "clients", + "who", + "have", + "ordered", + "Pride", + "and", + "Prejudice", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Pride and Prejudice\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT count(*) FROM book", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "book" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "book" + ], + "question": "How many books are there?", + "question_toks": [ + "How", + "many", + "books", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT Title FROM book ORDER BY Title ASC", + "query_toks": [ + "SELECT", + "Title", + "FROM", + "book", + "ORDER", + "BY", + "Title", + "ASC" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "book", + "order", + "by", + "title", + "asc" + ], + "question": "List the titles of books in ascending alphabetical order.", + "question_toks": [ + "List", + "the", + "titles", + "of", + "books", + "in", + "ascending", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT Title FROM book ORDER BY Pages DESC", + "query_toks": [ + "SELECT", + "Title", + "FROM", + "book", + "ORDER", + "BY", + "Pages", + "DESC" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "book", + "order", + "by", + "pages", + "desc" + ], + "question": "List the titles of books in descending order of pages.", + "question_toks": [ + "List", + "the", + "titles", + "of", + "books", + "in", + "descending", + "order", + "of", + "pages", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT TYPE , Release FROM book", + "query_toks": [ + "SELECT", + "TYPE", + ",", + "Release", + "FROM", + "book" + ], + "query_toks_no_value": [ + "select", + "type", + ",", + "release", + "from", + "book" + ], + "question": "What are the types and release dates of books?", + "question_toks": [ + "What", + "are", + "the", + "types", + "and", + "release", + "dates", + "of", + "books", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT max(Chapters) , min(Chapters) FROM book", + "query_toks": [ + "SELECT", + "max", + "(", + "Chapters", + ")", + ",", + "min", + "(", + "Chapters", + ")", + "FROM", + "book" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "chapters", + ")", + ",", + "min", + "(", + "chapters", + ")", + "from", + "book" + ], + "question": "What are the maximum and minimum number of chapters for each book?", + "question_toks": [ + "What", + "are", + "the", + "maximum", + "and", + "minimum", + "number", + "of", + "chapters", + "for", + "each", + "book", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT Title FROM book WHERE TYPE != \"Poet\"", + "query_toks": [ + "SELECT", + "Title", + "FROM", + "book", + "WHERE", + "TYPE", + "!", + "=", + "``", + "Poet", + "''" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "book", + "where", + "type", + "!", + "=", + "value" + ], + "question": "What are the titles of books that are not \"Poet\"?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "books", + "that", + "are", + "not", + "``", + "Poet", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Poet\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT avg(Rating) FROM review", + "query_toks": [ + "SELECT", + "avg", + "(", + "Rating", + ")", + "FROM", + "review" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "rating", + ")", + "from", + "review" + ], + "question": "What is the average rating in reviews?", + "question_toks": [ + "What", + "is", + "the", + "average", + "rating", + "in", + "reviews", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT T1.Title , T2.Rating FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID", + "query_toks": [ + "SELECT", + "T1.Title", + ",", + "T2.Rating", + "FROM", + "book", + "AS", + "T1", + "JOIN", + "review", + "AS", + "T2", + "ON", + "T1.Book_ID", + "=", + "T2.Book_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + ",", + "t2", + ".", + "rating", + "from", + "book", + "as", + "t1", + "join", + "review", + "as", + "t2", + "on", + "t1", + ".", + "book_id", + "=", + "t2", + ".", + "book_id" + ], + "question": "What are the titles and ratings of books?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "and", + "ratings", + "of", + "books", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT T2.Rating FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID ORDER BY T1.Chapters DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.Rating", + "FROM", + "book", + "AS", + "T1", + "JOIN", + "review", + "AS", + "T2", + "ON", + "T1.Book_ID", + "=", + "T2.Book_ID", + "ORDER", + "BY", + "T1.Chapters", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "rating", + "from", + "book", + "as", + "t1", + "join", + "review", + "as", + "t2", + "on", + "t1", + ".", + "book_id", + "=", + "t2", + ".", + "book_id", + "order", + "by", + "t1", + ".", + "chapters", + "desc", + "limit", + "value" + ], + "question": "What is the rating of the book with the largest number of chapters?", + "question_toks": [ + "What", + "is", + "the", + "rating", + "of", + "the", + "book", + "with", + "the", + "largest", + "number", + "of", + "chapters", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT T2.Rank FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID ORDER BY T1.Pages ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.Rank", + "FROM", + "book", + "AS", + "T1", + "JOIN", + "review", + "AS", + "T2", + "ON", + "T1.Book_ID", + "=", + "T2.Book_ID", + "ORDER", + "BY", + "T1.Pages", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "rank", + "from", + "book", + "as", + "t1", + "join", + "review", + "as", + "t2", + "on", + "t1", + ".", + "book_id", + "=", + "t2", + ".", + "book_id", + "order", + "by", + "t1", + ".", + "pages", + "asc", + "limit", + "value" + ], + "question": "What is the rank of the book with the smallest number of pages?", + "question_toks": [ + "What", + "is", + "the", + "rank", + "of", + "the", + "book", + "with", + "the", + "smallest", + "number", + "of", + "pages", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT T1.Title FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID ORDER BY T2.Rank LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Title", + "FROM", + "book", + "AS", + "T1", + "JOIN", + "review", + "AS", + "T2", + "ON", + "T1.Book_ID", + "=", + "T2.Book_ID", + "ORDER", + "BY", + "T2.Rank", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "book", + "as", + "t1", + "join", + "review", + "as", + "t2", + "on", + "t1", + ".", + "book_id", + "=", + "t2", + ".", + "book_id", + "order", + "by", + "t2", + ".", + "rank", + "limit", + "value" + ], + "question": "What is the title of the book with the highest rank in the review?", + "question_toks": [ + "What", + "is", + "the", + "title", + "of", + "the", + "book", + "with", + "the", + "highest", + "rank", + "in", + "the", + "review", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT avg(T2.Readers_in_Million) FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID WHERE T1.Type = \"Novel\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "T2.Readers_in_Million", + ")", + "FROM", + "book", + "AS", + "T1", + "JOIN", + "review", + "AS", + "T2", + "ON", + "T1.Book_ID", + "=", + "T2.Book_ID", + "WHERE", + "T1.Type", + "=", + "``", + "Novel", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t2", + ".", + "readers_in_million", + ")", + "from", + "book", + "as", + "t1", + "join", + "review", + "as", + "t2", + "on", + "t1", + ".", + "book_id", + "=", + "t2", + ".", + "book_id", + "where", + "t1", + ".", + "type", + "=", + "value" + ], + "question": "What is the average number of readers for books of type \"Novel\"?", + "question_toks": [ + "What", + "is", + "the", + "average", + "number", + "of", + "readers", + "for", + "books", + "of", + "type", + "``", + "Novel", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Novel\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT TYPE , COUNT(*) FROM book GROUP BY TYPE", + "query_toks": [ + "SELECT", + "TYPE", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "book", + "GROUP", + "BY", + "TYPE" + ], + "query_toks_no_value": [ + "select", + "type", + ",", + "count", + "(", + "*", + ")", + "from", + "book", + "group", + "by", + "type" + ], + "question": "For each book type return the type and the number of books of that type.", + "question_toks": [ + "For", + "each", + "book", + "type", + "return", + "the", + "type", + "and", + "the", + "number", + "of", + "books", + "of", + "that", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT TYPE FROM book GROUP BY TYPE ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "TYPE", + "FROM", + "book", + "GROUP", + "BY", + "TYPE", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "type", + "from", + "book", + "group", + "by", + "type", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the most common type of books?", + "question_toks": [ + "What", + "is", + "the", + "most", + "common", + "type", + "of", + "books", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT TYPE FROM book GROUP BY TYPE HAVING COUNT(*) >= 3", + "query_toks": [ + "SELECT", + "TYPE", + "FROM", + "book", + "GROUP", + "BY", + "TYPE", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "type", + "from", + "book", + "group", + "by", + "type", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the types of books that have at least three books belonging to?", + "question_toks": [ + "What", + "are", + "the", + "types", + "of", + "books", + "that", + "have", + "at", + "least", + "three", + "books", + "belonging", + "to", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT T1.Title FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID ORDER BY T2.Rating ASC", + "query_toks": [ + "SELECT", + "T1.Title", + "FROM", + "book", + "AS", + "T1", + "JOIN", + "review", + "AS", + "T2", + "ON", + "T1.Book_ID", + "=", + "T2.Book_ID", + "ORDER", + "BY", + "T2.Rating", + "ASC" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "book", + "as", + "t1", + "join", + "review", + "as", + "t2", + "on", + "t1", + ".", + "book_id", + "=", + "t2", + ".", + "book_id", + "order", + "by", + "t2", + ".", + "rating", + "asc" + ], + "question": "List the titles of books in ascending order of the ratings in review?", + "question_toks": [ + "List", + "the", + "titles", + "of", + "books", + "in", + "ascending", + "order", + "of", + "the", + "ratings", + "in", + "review", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT T1.Title , T1.audio FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID ORDER BY T2.Readers_in_Million DESC", + "query_toks": [ + "SELECT", + "T1.Title", + ",", + "T1.audio", + "FROM", + "book", + "AS", + "T1", + "JOIN", + "review", + "AS", + "T2", + "ON", + "T1.Book_ID", + "=", + "T2.Book_ID", + "ORDER", + "BY", + "T2.Readers_in_Million", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "audio", + "from", + "book", + "as", + "t1", + "join", + "review", + "as", + "t2", + "on", + "t1", + ".", + "book_id", + "=", + "t2", + ".", + "book_id", + "order", + "by", + "t2", + ".", + "readers_in_million", + "desc" + ], + "question": "List the title and audio length for all the books in descending order of the number of readers.", + "question_toks": [ + "List", + "the", + "title", + "and", + "audio", + "length", + "for", + "all", + "the", + "books", + "in", + "descending", + "order", + "of", + "the", + "number", + "of", + "readers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT count(*) FROM book WHERE Book_ID NOT IN (SELECT Book_ID FROM review)", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "book", + "WHERE", + "Book_ID", + "NOT", + "IN", + "(", + "SELECT", + "Book_ID", + "FROM", + "review", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "book", + "where", + "book_id", + "not", + "in", + "(", + "select", + "book_id", + "from", + "review", + ")" + ], + "question": "How many books do not have reviews?", + "question_toks": [ + "How", + "many", + "books", + "do", + "not", + "have", + "reviews", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT TYPE FROM book WHERE Chapters > 75 INTERSECT SELECT TYPE FROM book WHERE Chapters < 50", + "query_toks": [ + "SELECT", + "TYPE", + "FROM", + "book", + "WHERE", + "Chapters", + ">", + "75", + "INTERSECT", + "SELECT", + "TYPE", + "FROM", + "book", + "WHERE", + "Chapters", + "<", + "50" + ], + "query_toks_no_value": [ + "select", + "type", + "from", + "book", + "where", + "chapters", + ">", + "value", + "intersect", + "select", + "type", + "from", + "book", + "where", + "chapters", + "<", + "value" + ], + "question": "Show the types of books that have both books with more than 75 chapters and books with less than 50 chapters.", + "question_toks": [ + "Show", + "the", + "types", + "of", + "books", + "that", + "have", + "both", + "books", + "with", + "more", + "than", + "75", + "chapters", + "and", + "books", + "with", + "less", + "than", + "50", + "chapters", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 75.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 50.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT count(DISTINCT TYPE) FROM book", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "TYPE", + ")", + "FROM", + "book" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "type", + ")", + "from", + "book" + ], + "question": "How many distinct types of book are there?", + "question_toks": [ + "How", + "many", + "distinct", + "types", + "of", + "book", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_review", + "query": "SELECT TYPE , title FROM book EXCEPT SELECT T1.type , T1.title FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID;", + "query_toks": [ + "SELECT", + "TYPE", + ",", + "title", + "FROM", + "book", + "EXCEPT", + "SELECT", + "T1.type", + ",", + "T1.title", + "FROM", + "book", + "AS", + "T1", + "JOIN", + "review", + "AS", + "T2", + "ON", + "T1.Book_ID", + "=", + "T2.Book_ID", + ";" + ], + "query_toks_no_value": [ + "select", + "type", + ",", + "title", + "from", + "book", + "except", + "select", + "t1", + ".", + "type", + ",", + "t1", + ".", + "title", + "from", + "book", + "as", + "t1", + "join", + "review", + "as", + "t2", + "on", + "t1", + ".", + "book_id", + "=", + "t2", + ".", + "book_id" + ], + "question": "What are the type and title of the books that are not rated?", + "question_toks": [ + "What", + "are", + "the", + "type", + "and", + "title", + "of", + "the", + "books", + "that", + "are", + "not", + "rated", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT count(*) FROM customer", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "customer" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "customer" + ], + "question": "How many customers are there?", + "question_toks": [ + "How", + "many", + "customers", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT count(*) FROM customer", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "customer" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "customer" + ], + "question": "Count the number of customers.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "customers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT Name FROM customer ORDER BY Level_of_Membership ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "customer", + "ORDER", + "BY", + "Level_of_Membership", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "customer", + "order", + "by", + "level_of_membership", + "asc" + ], + "question": "List the names of customers in ascending order of level of membership.", + "question_toks": [ + "List", + "the", + "names", + "of", + "customers", + "in", + "ascending", + "order", + "of", + "level", + "of", + "membership", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT Name FROM customer ORDER BY Level_of_Membership ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "customer", + "ORDER", + "BY", + "Level_of_Membership", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "customer", + "order", + "by", + "level_of_membership", + "asc" + ], + "question": "Sort all the customers by the level of membership in ascending order, and return the customer names.", + "question_toks": [ + "Sort", + "all", + "the", + "customers", + "by", + "the", + "level", + "of", + "membership", + "in", + "ascending", + "order", + ",", + "and", + "return", + "the", + "customer", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT Nationality , Card_Credit FROM customer", + "query_toks": [ + "SELECT", + "Nationality", + ",", + "Card_Credit", + "FROM", + "customer" + ], + "query_toks_no_value": [ + "select", + "nationality", + ",", + "card_credit", + "from", + "customer" + ], + "question": "What are the nationalities and card credits of customers?", + "question_toks": [ + "What", + "are", + "the", + "nationalities", + "and", + "card", + "credits", + "of", + "customers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT Nationality , Card_Credit FROM customer", + "query_toks": [ + "SELECT", + "Nationality", + ",", + "Card_Credit", + "FROM", + "customer" + ], + "query_toks_no_value": [ + "select", + "nationality", + ",", + "card_credit", + "from", + "customer" + ], + "question": "Find the nationality and card credit of each customer.", + "question_toks": [ + "Find", + "the", + "nationality", + "and", + "card", + "credit", + "of", + "each", + "customer", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT Name FROM customer WHERE Nationality = \"England\" OR Nationality = \"Australia\"", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "customer", + "WHERE", + "Nationality", + "=", + "``", + "England", + "''", + "OR", + "Nationality", + "=", + "``", + "Australia", + "''" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "customer", + "where", + "nationality", + "=", + "value", + "or", + "nationality", + "=", + "value" + ], + "question": "Show the names of customers with nationality \"England\" or \"Australia\".", + "question_toks": [ + "Show", + "the", + "names", + "of", + "customers", + "with", + "nationality", + "``", + "England", + "''", + "or", + "``", + "Australia", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"England\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Australia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT Name FROM customer WHERE Nationality = \"England\" OR Nationality = \"Australia\"", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "customer", + "WHERE", + "Nationality", + "=", + "``", + "England", + "''", + "OR", + "Nationality", + "=", + "``", + "Australia", + "''" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "customer", + "where", + "nationality", + "=", + "value", + "or", + "nationality", + "=", + "value" + ], + "question": "Which customers have nationality \"England\" or \"Australia\"? Give me their names.", + "question_toks": [ + "Which", + "customers", + "have", + "nationality", + "``", + "England", + "''", + "or", + "``", + "Australia", + "''", + "?", + "Give", + "me", + "their", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"England\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Australia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT avg(Card_Credit) FROM customer WHERE Level_of_Membership > 1", + "query_toks": [ + "SELECT", + "avg", + "(", + "Card_Credit", + ")", + "FROM", + "customer", + "WHERE", + "Level_of_Membership", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "card_credit", + ")", + "from", + "customer", + "where", + "level_of_membership", + ">", + "value" + ], + "question": "What is the average card credit of customers with membership level higher than 1?", + "question_toks": [ + "What", + "is", + "the", + "average", + "card", + "credit", + "of", + "customers", + "with", + "membership", + "level", + "higher", + "than", + "1", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT avg(Card_Credit) FROM customer WHERE Level_of_Membership > 1", + "query_toks": [ + "SELECT", + "avg", + "(", + "Card_Credit", + ")", + "FROM", + "customer", + "WHERE", + "Level_of_Membership", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "card_credit", + ")", + "from", + "customer", + "where", + "level_of_membership", + ">", + "value" + ], + "question": "Find the average card credit customers whose membership level is above 1.", + "question_toks": [ + "Find", + "the", + "average", + "card", + "credit", + "customers", + "whose", + "membership", + "level", + "is", + "above", + "1", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT Card_Credit FROM customer ORDER BY Level_of_Membership DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Card_Credit", + "FROM", + "customer", + "ORDER", + "BY", + "Level_of_Membership", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "card_credit", + "from", + "customer", + "order", + "by", + "level_of_membership", + "desc", + "limit", + "value" + ], + "question": "What is the card credit of the customer with the highest membership level?", + "question_toks": [ + "What", + "is", + "the", + "card", + "credit", + "of", + "the", + "customer", + "with", + "the", + "highest", + "membership", + "level", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT Card_Credit FROM customer ORDER BY Level_of_Membership DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Card_Credit", + "FROM", + "customer", + "ORDER", + "BY", + "Level_of_Membership", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "card_credit", + "from", + "customer", + "order", + "by", + "level_of_membership", + "desc", + "limit", + "value" + ], + "question": "Find the customer with the highest membership level and return his or her card credit.", + "question_toks": [ + "Find", + "the", + "customer", + "with", + "the", + "highest", + "membership", + "level", + "and", + "return", + "his", + "or", + "her", + "card", + "credit", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT Nationality , COUNT(*) FROM customer GROUP BY Nationality", + "query_toks": [ + "SELECT", + "Nationality", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "customer", + "GROUP", + "BY", + "Nationality" + ], + "query_toks_no_value": [ + "select", + "nationality", + ",", + "count", + "(", + "*", + ")", + "from", + "customer", + "group", + "by", + "nationality" + ], + "question": "Show different nationalities of customers, along with the number of customers of each nationality.", + "question_toks": [ + "Show", + "different", + "nationalities", + "of", + "customers", + ",", + "along", + "with", + "the", + "number", + "of", + "customers", + "of", + "each", + "nationality", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT Nationality , COUNT(*) FROM customer GROUP BY Nationality", + "query_toks": [ + "SELECT", + "Nationality", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "customer", + "GROUP", + "BY", + "Nationality" + ], + "query_toks_no_value": [ + "select", + "nationality", + ",", + "count", + "(", + "*", + ")", + "from", + "customer", + "group", + "by", + "nationality" + ], + "question": "How many customers are associated with each nationality? List the nationality and the number of customers.", + "question_toks": [ + "How", + "many", + "customers", + "are", + "associated", + "with", + "each", + "nationality", + "?", + "List", + "the", + "nationality", + "and", + "the", + "number", + "of", + "customers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT Nationality FROM customer GROUP BY Nationality ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Nationality", + "FROM", + "customer", + "GROUP", + "BY", + "Nationality", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "nationality", + "from", + "customer", + "group", + "by", + "nationality", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Show the most common nationality of customers.", + "question_toks": [ + "Show", + "the", + "most", + "common", + "nationality", + "of", + "customers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT Nationality FROM customer GROUP BY Nationality ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Nationality", + "FROM", + "customer", + "GROUP", + "BY", + "Nationality", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "nationality", + "from", + "customer", + "group", + "by", + "nationality", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which nationality does the most customers have?", + "question_toks": [ + "Which", + "nationality", + "does", + "the", + "most", + "customers", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT Nationality FROM customer WHERE Card_Credit < 50 INTERSECT SELECT Nationality FROM customer WHERE Card_Credit > 75", + "query_toks": [ + "SELECT", + "Nationality", + "FROM", + "customer", + "WHERE", + "Card_Credit", + "<", + "50", + "INTERSECT", + "SELECT", + "Nationality", + "FROM", + "customer", + "WHERE", + "Card_Credit", + ">", + "75" + ], + "query_toks_no_value": [ + "select", + "nationality", + "from", + "customer", + "where", + "card_credit", + "<", + "value", + "intersect", + "select", + "nationality", + "from", + "customer", + "where", + "card_credit", + ">", + "value" + ], + "question": "Show the nations that have both customers with card credit smaller than 50 and customers with card credit bigger than 75.", + "question_toks": [ + "Show", + "the", + "nations", + "that", + "have", + "both", + "customers", + "with", + "card", + "credit", + "smaller", + "than", + "50", + "and", + "customers", + "with", + "card", + "credit", + "bigger", + "than", + "75", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 50.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 75.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT Nationality FROM customer WHERE Card_Credit < 50 INTERSECT SELECT Nationality FROM customer WHERE Card_Credit > 75", + "query_toks": [ + "SELECT", + "Nationality", + "FROM", + "customer", + "WHERE", + "Card_Credit", + "<", + "50", + "INTERSECT", + "SELECT", + "Nationality", + "FROM", + "customer", + "WHERE", + "Card_Credit", + ">", + "75" + ], + "query_toks_no_value": [ + "select", + "nationality", + "from", + "customer", + "where", + "card_credit", + "<", + "value", + "intersect", + "select", + "nationality", + "from", + "customer", + "where", + "card_credit", + ">", + "value" + ], + "question": "Which nations have both customers with card credit above 50 and customers with card credit below 75.", + "question_toks": [ + "Which", + "nations", + "have", + "both", + "customers", + "with", + "card", + "credit", + "above", + "50", + "and", + "customers", + "with", + "card", + "credit", + "below", + "75", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 50.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 75.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT T1.Name , T2.Dish_Name FROM customer AS T1 JOIN customer_order AS T2 ON T1.Customer_ID = T2.Customer_ID", + "query_toks": [ + "SELECT", + "T1.Name", + ",", + "T2.Dish_Name", + "FROM", + "customer", + "AS", + "T1", + "JOIN", + "customer_order", + "AS", + "T2", + "ON", + "T1.Customer_ID", + "=", + "T2.Customer_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t2", + ".", + "dish_name", + "from", + "customer", + "as", + "t1", + "join", + "customer_order", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id" + ], + "question": "Show the names of customers and names of dishes they order.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "customers", + "and", + "names", + "of", + "dishes", + "they", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT T1.Name , T2.Dish_Name FROM customer AS T1 JOIN customer_order AS T2 ON T1.Customer_ID = T2.Customer_ID", + "query_toks": [ + "SELECT", + "T1.Name", + ",", + "T2.Dish_Name", + "FROM", + "customer", + "AS", + "T1", + "JOIN", + "customer_order", + "AS", + "T2", + "ON", + "T1.Customer_ID", + "=", + "T2.Customer_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t2", + ".", + "dish_name", + "from", + "customer", + "as", + "t1", + "join", + "customer_order", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id" + ], + "question": "For each order, return the customer name and the dish name.", + "question_toks": [ + "For", + "each", + "order", + ",", + "return", + "the", + "customer", + "name", + "and", + "the", + "dish", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT T1.Name , T2.Dish_Name FROM customer AS T1 JOIN customer_order AS T2 ON T1.Customer_ID = T2.Customer_ID ORDER BY T2.Quantity DESC", + "query_toks": [ + "SELECT", + "T1.Name", + ",", + "T2.Dish_Name", + "FROM", + "customer", + "AS", + "T1", + "JOIN", + "customer_order", + "AS", + "T2", + "ON", + "T1.Customer_ID", + "=", + "T2.Customer_ID", + "ORDER", + "BY", + "T2.Quantity", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t2", + ".", + "dish_name", + "from", + "customer", + "as", + "t1", + "join", + "customer_order", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "order", + "by", + "t2", + ".", + "quantity", + "desc" + ], + "question": "Show the names of customers and names of dishes they order, in descending order of the quantity of dish.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "customers", + "and", + "names", + "of", + "dishes", + "they", + "order", + ",", + "in", + "descending", + "order", + "of", + "the", + "quantity", + "of", + "dish", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT T1.Name , T2.Dish_Name FROM customer AS T1 JOIN customer_order AS T2 ON T1.Customer_ID = T2.Customer_ID ORDER BY T2.Quantity DESC", + "query_toks": [ + "SELECT", + "T1.Name", + ",", + "T2.Dish_Name", + "FROM", + "customer", + "AS", + "T1", + "JOIN", + "customer_order", + "AS", + "T2", + "ON", + "T1.Customer_ID", + "=", + "T2.Customer_ID", + "ORDER", + "BY", + "T2.Quantity", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t2", + ".", + "dish_name", + "from", + "customer", + "as", + "t1", + "join", + "customer_order", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "order", + "by", + "t2", + ".", + "quantity", + "desc" + ], + "question": "For each order, find the customer name and the dish name. Sort the result in descending order of the quantity of dish.", + "question_toks": [ + "For", + "each", + "order", + ",", + "find", + "the", + "customer", + "name", + "and", + "the", + "dish", + "name", + ".", + "Sort", + "the", + "result", + "in", + "descending", + "order", + "of", + "the", + "quantity", + "of", + "dish", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT T1.Name , sum(T2.Quantity) FROM customer AS T1 JOIN customer_order AS T2 ON T1.Customer_ID = T2.Customer_ID GROUP BY T1.Name", + "query_toks": [ + "SELECT", + "T1.Name", + ",", + "sum", + "(", + "T2.Quantity", + ")", + "FROM", + "customer", + "AS", + "T1", + "JOIN", + "customer_order", + "AS", + "T2", + "ON", + "T1.Customer_ID", + "=", + "T2.Customer_ID", + "GROUP", + "BY", + "T1.Name" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "sum", + "(", + "t2", + ".", + "quantity", + ")", + "from", + "customer", + "as", + "t1", + "join", + "customer_order", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "name" + ], + "question": "Show each customer name and the total quantities of dishes ordered by that customer.", + "question_toks": [ + "Show", + "each", + "customer", + "name", + "and", + "the", + "total", + "quantities", + "of", + "dishes", + "ordered", + "by", + "that", + "customer", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "select t1.name , sum(t2.quantity) from customer as t1 join customer_order as t2 on t1.customer_id = t2.customer_id group by t1.name", + "query_toks": [ + "select", + "t1.name", + ",", + "sum", + "(", + "t2.quantity", + ")", + "from", + "customer", + "as", + "t1", + "join", + "customer_order", + "as", + "t2", + "on", + "t1.customer_id", + "=", + "t2.customer_id", + "group", + "by", + "t1.name" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "sum", + "(", + "t2", + ".", + "quantity", + ")", + "from", + "customer", + "as", + "t1", + "join", + "customer_order", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "name" + ], + "question": "What is the total quantities of dishes ordered by each customer ? List the customer name and the total quantity .", + "question_toks": [ + "What", + "is", + "the", + "total", + "quantities", + "of", + "dishes", + "ordered", + "by", + "each", + "customer", + "?", + "List", + "the", + "customer", + "name", + "and", + "the", + "total", + "quantity", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT T1.Name FROM customer AS T1 JOIN customer_order AS T2 ON T1.Customer_ID = T2.Customer_ID GROUP BY T1.Name HAVING sum(T2.Quantity) > 1", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "customer", + "AS", + "T1", + "JOIN", + "customer_order", + "AS", + "T2", + "ON", + "T1.Customer_ID", + "=", + "T2.Customer_ID", + "GROUP", + "BY", + "T1.Name", + "HAVING", + "sum", + "(", + "T2.Quantity", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "customer", + "as", + "t1", + "join", + "customer_order", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "name", + "having", + "sum", + "(", + "t2", + ".", + "quantity", + ")", + ">", + "value" + ], + "question": "Show the customers with total quantity of order bigger than 1.", + "question_toks": [ + "Show", + "the", + "customers", + "with", + "total", + "quantity", + "of", + "order", + "bigger", + "than", + "1", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 13, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT T1.Name FROM customer AS T1 JOIN customer_order AS T2 ON T1.Customer_ID = T2.Customer_ID GROUP BY T1.Name HAVING sum(T2.Quantity) > 1", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "customer", + "AS", + "T1", + "JOIN", + "customer_order", + "AS", + "T2", + "ON", + "T1.Customer_ID", + "=", + "T2.Customer_ID", + "GROUP", + "BY", + "T1.Name", + "HAVING", + "sum", + "(", + "T2.Quantity", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "customer", + "as", + "t1", + "join", + "customer_order", + "as", + "t2", + "on", + "t1", + ".", + "customer_id", + "=", + "t2", + ".", + "customer_id", + "group", + "by", + "t1", + ".", + "name", + "having", + "sum", + "(", + "t2", + ".", + "quantity", + ")", + ">", + "value" + ], + "question": "Which customers have total order quantity greater than 1? Give me the customer names.", + "question_toks": [ + "Which", + "customers", + "have", + "total", + "order", + "quantity", + "greater", + "than", + "1", + "?", + "Give", + "me", + "the", + "customer", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 13, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT DISTINCT Manager FROM branch", + "query_toks": [ + "SELECT", + "DISTINCT", + "Manager", + "FROM", + "branch" + ], + "query_toks_no_value": [ + "select", + "distinct", + "manager", + "from", + "branch" + ], + "question": "Show distinct managers of branches.", + "question_toks": [ + "Show", + "distinct", + "managers", + "of", + "branches", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT DISTINCT Manager FROM branch", + "query_toks": [ + "SELECT", + "DISTINCT", + "Manager", + "FROM", + "branch" + ], + "query_toks_no_value": [ + "select", + "distinct", + "manager", + "from", + "branch" + ], + "question": "Who are the distinct managers of branches?", + "question_toks": [ + "Who", + "are", + "the", + "distinct", + "managers", + "of", + "branches", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT name FROM customer WHERE Customer_ID NOT IN (SELECT Customer_ID FROM customer_order)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "customer", + "WHERE", + "Customer_ID", + "NOT", + "IN", + "(", + "SELECT", + "Customer_ID", + "FROM", + "customer_order", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "customer", + "where", + "customer_id", + "not", + "in", + "(", + "select", + "customer_id", + "from", + "customer_order", + ")" + ], + "question": "List the names of customers that do not have any order.", + "question_toks": [ + "List", + "the", + "names", + "of", + "customers", + "that", + "do", + "not", + "have", + "any", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurant_bills", + "query": "SELECT name FROM customer WHERE Customer_ID NOT IN (SELECT Customer_ID FROM customer_order)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "customer", + "WHERE", + "Customer_ID", + "NOT", + "IN", + "(", + "SELECT", + "Customer_ID", + "FROM", + "customer_order", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "customer", + "where", + "customer_id", + "not", + "in", + "(", + "select", + "customer_id", + "from", + "customer_order", + ")" + ], + "question": "Which customers do not have any order? Give me the customer names.", + "question_toks": [ + "Which", + "customers", + "do", + "not", + "have", + "any", + "order", + "?", + "Give", + "me", + "the", + "customer", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT count(*) FROM member", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "member" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "member" + ], + "question": "How many members are there?", + "question_toks": [ + "How", + "many", + "members", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT Name FROM member ORDER BY Age ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "member", + "ORDER", + "BY", + "Age", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "member", + "order", + "by", + "age", + "asc" + ], + "question": "List the names of members in ascending order of age.", + "question_toks": [ + "List", + "the", + "names", + "of", + "members", + "in", + "ascending", + "order", + "of", + "age", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT Name , Nationality FROM member", + "query_toks": [ + "SELECT", + "Name", + ",", + "Nationality", + "FROM", + "member" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "nationality", + "from", + "member" + ], + "question": "What are the names and nationalities of the members?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "nationalities", + "of", + "the", + "members", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "select name from member where nationality != \"england\"", + "query_toks": [ + "select", + "name", + "from", + "member", + "where", + "nationality", + "!=", + "\"england\"" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "member", + "where", + "nationality", + "!", + "=", + "value" + ], + "question": "List the names of members whose nationality is not `` England '' .", + "question_toks": [ + "List", + "the", + "names", + "of", + "members", + "whose", + "nationality", + "is", + "not", + "``", + "England", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"england\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT Name FROM member WHERE Age = 19 OR Age = 20", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "member", + "WHERE", + "Age", + "=", + "19", + "OR", + "Age", + "=", + "20" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "member", + "where", + "age", + "=", + "value", + "or", + "age", + "=", + "value" + ], + "question": "Show the names of members whose age is either 19 or 20.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "members", + "whose", + "age", + "is", + "either", + "19", + "or", + "20", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 19.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT Name FROM member ORDER BY Age DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "member", + "ORDER", + "BY", + "Age", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "member", + "order", + "by", + "age", + "desc", + "limit", + "value" + ], + "question": "What is the name of the oldest member?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "oldest", + "member", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT Nationality , COUNT(*) FROM member GROUP BY Nationality", + "query_toks": [ + "SELECT", + "Nationality", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "member", + "GROUP", + "BY", + "Nationality" + ], + "query_toks_no_value": [ + "select", + "nationality", + ",", + "count", + "(", + "*", + ")", + "from", + "member", + "group", + "by", + "nationality" + ], + "question": "Show different nationalities along with the number of members of each nationality.", + "question_toks": [ + "Show", + "different", + "nationalities", + "along", + "with", + "the", + "number", + "of", + "members", + "of", + "each", + "nationality", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT Nationality , COUNT(*) FROM member GROUP BY Nationality ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Nationality", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "member", + "GROUP", + "BY", + "Nationality", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "nationality", + ",", + "count", + "(", + "*", + ")", + "from", + "member", + "group", + "by", + "nationality", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Please show the most common nationality of members.", + "question_toks": [ + "Please", + "show", + "the", + "most", + "common", + "nationality", + "of", + "members", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT Nationality FROM member GROUP BY Nationality HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "Nationality", + "FROM", + "member", + "GROUP", + "BY", + "Nationality", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "nationality", + "from", + "member", + "group", + "by", + "nationality", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show the nations that have at least two members.", + "question_toks": [ + "Show", + "the", + "nations", + "that", + "have", + "at", + "least", + "two", + "members", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT T3.Name , T2.Club_Name FROM club_leader AS T1 JOIN club AS T2 ON T1.Club_ID = T2.Club_ID JOIN member AS T3 ON T1.Member_ID = T3.Member_ID", + "query_toks": [ + "SELECT", + "T3.Name", + ",", + "T2.Club_Name", + "FROM", + "club_leader", + "AS", + "T1", + "JOIN", + "club", + "AS", + "T2", + "ON", + "T1.Club_ID", + "=", + "T2.Club_ID", + "JOIN", + "member", + "AS", + "T3", + "ON", + "T1.Member_ID", + "=", + "T3.Member_ID" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + ",", + "t2", + ".", + "club_name", + "from", + "club_leader", + "as", + "t1", + "join", + "club", + "as", + "t2", + "on", + "t1", + ".", + "club_id", + "=", + "t2", + ".", + "club_id", + "join", + "member", + "as", + "t3", + "on", + "t1", + ".", + "member_id", + "=", + "t3", + ".", + "member_id" + ], + "question": "Show the names of club leaders and the names of clubs they joined.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "club", + "leaders", + "and", + "the", + "names", + "of", + "clubs", + "they", + "joined", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT T3.Name , T2.Club_Name FROM club_leader AS T1 JOIN club AS T2 ON T1.Club_ID = T2.Club_ID JOIN member AS T3 ON T1.Member_ID = T3.Member_ID WHERE T2.Overall_Ranking < 100", + "query_toks": [ + "SELECT", + "T3.Name", + ",", + "T2.Club_Name", + "FROM", + "club_leader", + "AS", + "T1", + "JOIN", + "club", + "AS", + "T2", + "ON", + "T1.Club_ID", + "=", + "T2.Club_ID", + "JOIN", + "member", + "AS", + "T3", + "ON", + "T1.Member_ID", + "=", + "T3.Member_ID", + "WHERE", + "T2.Overall_Ranking", + "<", + "100" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + ",", + "t2", + ".", + "club_name", + "from", + "club_leader", + "as", + "t1", + "join", + "club", + "as", + "t2", + "on", + "t1", + ".", + "club_id", + "=", + "t2", + ".", + "club_id", + "join", + "member", + "as", + "t3", + "on", + "t1", + ".", + "member_id", + "=", + "t3", + ".", + "member_id", + "where", + "t2", + ".", + "overall_ranking", + "<", + "value" + ], + "question": "Show the names of club leaders of clubs with overall ranking higher than 100.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "club", + "leaders", + "of", + "clubs", + "with", + "overall", + "ranking", + "higher", + "than", + "100", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 100.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT T3.Name , T2.Club_Name FROM club_leader AS T1 JOIN club AS T2 ON T1.Club_ID = T2.Club_ID JOIN member AS T3 ON T1.Member_ID = T3.Member_ID WHERE T1.Year_Join < 2018", + "query_toks": [ + "SELECT", + "T3.Name", + ",", + "T2.Club_Name", + "FROM", + "club_leader", + "AS", + "T1", + "JOIN", + "club", + "AS", + "T2", + "ON", + "T1.Club_ID", + "=", + "T2.Club_ID", + "JOIN", + "member", + "AS", + "T3", + "ON", + "T1.Member_ID", + "=", + "T3.Member_ID", + "WHERE", + "T1.Year_Join", + "<", + "2018" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + ",", + "t2", + ".", + "club_name", + "from", + "club_leader", + "as", + "t1", + "join", + "club", + "as", + "t2", + "on", + "t1", + ".", + "club_id", + "=", + "t2", + ".", + "club_id", + "join", + "member", + "as", + "t3", + "on", + "t1", + ".", + "member_id", + "=", + "t3", + ".", + "member_id", + "where", + "t1", + ".", + "year_join", + "<", + "value" + ], + "question": "Show the names of club leaders that joined their club before 2018.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "club", + "leaders", + "that", + "joined", + "their", + "club", + "before", + "2018", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + 2018.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT T3.Name FROM club_leader AS T1 JOIN club AS T2 ON T1.Club_ID = T2.Club_ID JOIN member AS T3 ON T1.Member_ID = T3.Member_ID WHERE T2.Club_Name = \"Houston\"", + "query_toks": [ + "SELECT", + "T3.Name", + "FROM", + "club_leader", + "AS", + "T1", + "JOIN", + "club", + "AS", + "T2", + "ON", + "T1.Club_ID", + "=", + "T2.Club_ID", + "JOIN", + "member", + "AS", + "T3", + "ON", + "T1.Member_ID", + "=", + "T3.Member_ID", + "WHERE", + "T2.Club_Name", + "=", + "``", + "Houston", + "''" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "club_leader", + "as", + "t1", + "join", + "club", + "as", + "t2", + "on", + "t1", + ".", + "club_id", + "=", + "t2", + ".", + "club_id", + "join", + "member", + "as", + "t3", + "on", + "t1", + ".", + "member_id", + "=", + "t3", + ".", + "member_id", + "where", + "t2", + ".", + "club_name", + "=", + "value" + ], + "question": "Show the name of the leader of the club named \"Houston\".", + "question_toks": [ + "Show", + "the", + "name", + "of", + "the", + "leader", + "of", + "the", + "club", + "named", + "``", + "Houston", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"Houston\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT Name FROM member WHERE Member_ID NOT IN (SELECT Member_ID FROM club_leader)", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "member", + "WHERE", + "Member_ID", + "NOT", + "IN", + "(", + "SELECT", + "Member_ID", + "FROM", + "club_leader", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "member", + "where", + "member_id", + "not", + "in", + "(", + "select", + "member_id", + "from", + "club_leader", + ")" + ], + "question": "List the names of members that are not club leaders.", + "question_toks": [ + "List", + "the", + "names", + "of", + "members", + "that", + "are", + "not", + "club", + "leaders", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT Nationality FROM member WHERE Age > 22 INTERSECT SELECT Nationality FROM member WHERE Age < 19", + "query_toks": [ + "SELECT", + "Nationality", + "FROM", + "member", + "WHERE", + "Age", + ">", + "22", + "INTERSECT", + "SELECT", + "Nationality", + "FROM", + "member", + "WHERE", + "Age", + "<", + "19" + ], + "query_toks_no_value": [ + "select", + "nationality", + "from", + "member", + "where", + "age", + ">", + "value", + "intersect", + "select", + "nationality", + "from", + "member", + "where", + "age", + "<", + "value" + ], + "question": "Show the nations that have both members older than 22 and members younger than 19.", + "question_toks": [ + "Show", + "the", + "nations", + "that", + "have", + "both", + "members", + "older", + "than", + "22", + "and", + "members", + "younger", + "than", + "19", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 22.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 19.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT avg(T2.age) FROM club_leader AS T1 JOIN member AS T2 ON T1.member_id = T2.member_id", + "query_toks": [ + "SELECT", + "avg", + "(", + "T2.age", + ")", + "FROM", + "club_leader", + "AS", + "T1", + "JOIN", + "member", + "AS", + "T2", + "ON", + "T1.member_id", + "=", + "T2.member_id" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t2", + ".", + "age", + ")", + "from", + "club_leader", + "as", + "t1", + "join", + "member", + "as", + "t2", + "on", + "t1", + ".", + "member_id", + "=", + "t2", + ".", + "member_id" + ], + "question": "What is the average age of all the club leaders?", + "question_toks": [ + "What", + "is", + "the", + "average", + "age", + "of", + "all", + "the", + "club", + "leaders", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "club_leader", + "query": "SELECT club_name FROM club WHERE club_name LIKE '%state%'", + "query_toks": [ + "SELECT", + "club_name", + "FROM", + "club", + "WHERE", + "club_name", + "LIKE", + "'", + "%", + "state", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "club_name", + "from", + "club", + "where", + "club_name", + "like", + "value" + ], + "question": "Which club name contains the string 'state'?", + "question_toks": [ + "Which", + "club", + "name", + "contains", + "the", + "string", + "'state", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"%state%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Collection_Subset_Name FROM Collection_Subsets;", + "query_toks": [ + "SELECT", + "Collection_Subset_Name", + "FROM", + "Collection_Subsets", + ";" + ], + "query_toks_no_value": [ + "select", + "collection_subset_name", + "from", + "collection_subsets" + ], + "question": "List all collections' subset. List the subsets' names.", + "question_toks": [ + "List", + "all", + "collections", + "'", + "subset", + ".", + "List", + "the", + "subsets", + "'", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Collection_Subset_Name FROM Collection_Subsets;", + "query_toks": [ + "SELECT", + "Collection_Subset_Name", + "FROM", + "Collection_Subsets", + ";" + ], + "query_toks_no_value": [ + "select", + "collection_subset_name", + "from", + "collection_subsets" + ], + "question": "What are the collection susbset names?", + "question_toks": [ + "What", + "are", + "the", + "collection", + "susbset", + "names", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Collecrtion_Subset_Details FROM Collection_Subsets WHERE Collection_Subset_Name = \"Top collection\";", + "query_toks": [ + "SELECT", + "Collecrtion_Subset_Details", + "FROM", + "Collection_Subsets", + "WHERE", + "Collection_Subset_Name", + "=", + "``", + "Top", + "collection", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "collecrtion_subset_details", + "from", + "collection_subsets", + "where", + "collection_subset_name", + "=", + "value" + ], + "question": "What is detail of collection subset with name 'Top collection'?", + "question_toks": [ + "What", + "is", + "detail", + "of", + "collection", + "subset", + "with", + "name", + "'Top", + "collection", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Top collection\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Collecrtion_Subset_Details FROM Collection_Subsets WHERE Collection_Subset_Name = \"Top collection\";", + "query_toks": [ + "SELECT", + "Collecrtion_Subset_Details", + "FROM", + "Collection_Subsets", + "WHERE", + "Collection_Subset_Name", + "=", + "``", + "Top", + "collection", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "collecrtion_subset_details", + "from", + "collection_subsets", + "where", + "collection_subset_name", + "=", + "value" + ], + "question": "What collection details are there on the subset named 'Top collection'?", + "question_toks": [ + "What", + "collection", + "details", + "are", + "there", + "on", + "the", + "subset", + "named", + "'Top", + "collection", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Top collection\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Document_Subset_Name FROM Document_Subsets;", + "query_toks": [ + "SELECT", + "Document_Subset_Name", + "FROM", + "Document_Subsets", + ";" + ], + "query_toks_no_value": [ + "select", + "document_subset_name", + "from", + "document_subsets" + ], + "question": "List all documents's subset. List the subset's name.", + "question_toks": [ + "List", + "all", + "documents", + "'s", + "subset", + ".", + "List", + "the", + "subset", + "'s", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Document_Subset_Name FROM Document_Subsets;", + "query_toks": [ + "SELECT", + "Document_Subset_Name", + "FROM", + "Document_Subsets", + ";" + ], + "query_toks_no_value": [ + "select", + "document_subset_name", + "from", + "document_subsets" + ], + "question": "What are the document subset names?", + "question_toks": [ + "What", + "are", + "the", + "document", + "subset", + "names", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Document_Subset_Details FROM Document_Subsets WHERE Document_Subset_Name = \"Best for 2000\";", + "query_toks": [ + "SELECT", + "Document_Subset_Details", + "FROM", + "Document_Subsets", + "WHERE", + "Document_Subset_Name", + "=", + "``", + "Best", + "for", + "2000", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "document_subset_details", + "from", + "document_subsets", + "where", + "document_subset_name", + "=", + "value" + ], + "question": "What is the detail of document subset with name 'Best for 2000'?", + "question_toks": [ + "What", + "is", + "the", + "detail", + "of", + "document", + "subset", + "with", + "name", + "'Best", + "for", + "2000", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Best for 2000\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Document_Subset_Details FROM Document_Subsets WHERE Document_Subset_Name = \"Best for 2000\";", + "query_toks": [ + "SELECT", + "Document_Subset_Details", + "FROM", + "Document_Subsets", + "WHERE", + "Document_Subset_Name", + "=", + "``", + "Best", + "for", + "2000", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "document_subset_details", + "from", + "document_subsets", + "where", + "document_subset_name", + "=", + "value" + ], + "question": "What are the details on the document subsets that are named 'Best for 2000'?", + "question_toks": [ + "What", + "are", + "the", + "details", + "on", + "the", + "document", + "subsets", + "that", + "are", + "named", + "'Best", + "for", + "2000", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Best for 2000\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Document_Object_ID FROM Document_Objects;", + "query_toks": [ + "SELECT", + "Document_Object_ID", + "FROM", + "Document_Objects", + ";" + ], + "query_toks_no_value": [ + "select", + "document_object_id", + "from", + "document_objects" + ], + "question": "List document id of all documents.", + "question_toks": [ + "List", + "document", + "id", + "of", + "all", + "documents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Document_Object_ID FROM Document_Objects;", + "query_toks": [ + "SELECT", + "Document_Object_ID", + "FROM", + "Document_Objects", + ";" + ], + "query_toks_no_value": [ + "select", + "document_object_id", + "from", + "document_objects" + ], + "question": "What is the object id of the document objects?", + "question_toks": [ + "What", + "is", + "the", + "object", + "id", + "of", + "the", + "document", + "objects", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Parent_Document_Object_ID FROM Document_Objects WHERE OWNER = 'Marlin'", + "query_toks": [ + "SELECT", + "Parent_Document_Object_ID", + "FROM", + "Document_Objects", + "WHERE", + "OWNER", + "=", + "'Marlin", + "'" + ], + "query_toks_no_value": [ + "select", + "parent_document_object_id", + "from", + "document_objects", + "where", + "owner", + "=", + "value" + ], + "question": "What is the parent document of document owned by Marlin? List the document id.", + "question_toks": [ + "What", + "is", + "the", + "parent", + "document", + "of", + "document", + "owned", + "by", + "Marlin", + "?", + "List", + "the", + "document", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Marlin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Parent_Document_Object_ID FROM Document_Objects WHERE OWNER = 'Marlin'", + "query_toks": [ + "SELECT", + "Parent_Document_Object_ID", + "FROM", + "Document_Objects", + "WHERE", + "OWNER", + "=", + "'Marlin", + "'" + ], + "query_toks_no_value": [ + "select", + "parent_document_object_id", + "from", + "document_objects", + "where", + "owner", + "=", + "value" + ], + "question": "What are the document object ids of the objects owned by Marlin?", + "question_toks": [ + "What", + "are", + "the", + "document", + "object", + "ids", + "of", + "the", + "objects", + "owned", + "by", + "Marlin", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Marlin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT OWNER FROM Document_Objects WHERE Description = 'Braeden Collection'", + "query_toks": [ + "SELECT", + "OWNER", + "FROM", + "Document_Objects", + "WHERE", + "Description", + "=", + "'Braeden", + "Collection", + "'" + ], + "query_toks_no_value": [ + "select", + "owner", + "from", + "document_objects", + "where", + "description", + "=", + "value" + ], + "question": "What is the owner of document with the Description 'Braeden Collection'?", + "question_toks": [ + "What", + "is", + "the", + "owner", + "of", + "document", + "with", + "the", + "Description", + "'Braeden", + "Collection", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Braeden Collection\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT OWNER FROM Document_Objects WHERE Description = 'Braeden Collection'", + "query_toks": [ + "SELECT", + "OWNER", + "FROM", + "Document_Objects", + "WHERE", + "Description", + "=", + "'Braeden", + "Collection", + "'" + ], + "query_toks_no_value": [ + "select", + "owner", + "from", + "document_objects", + "where", + "description", + "=", + "value" + ], + "question": "What are the owners of the document objects described as the 'Braeden Collection'?", + "question_toks": [ + "What", + "are", + "the", + "owners", + "of", + "the", + "document", + "objects", + "described", + "as", + "the", + "'Braeden", + "Collection", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Braeden Collection\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T2.Owner FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID WHERE T1.Owner = 'Marlin'", + "query_toks": [ + "SELECT", + "T2.Owner", + "FROM", + "Document_Objects", + "AS", + "T1", + "JOIN", + "Document_Objects", + "AS", + "T2", + "ON", + "T1.Parent_Document_Object_ID", + "=", + "T2.Document_Object_ID", + "WHERE", + "T1.Owner", + "=", + "'Marlin", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "owner", + "from", + "document_objects", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1", + ".", + "parent_document_object_id", + "=", + "t2", + ".", + "document_object_id", + "where", + "t1", + ".", + "owner", + "=", + "value" + ], + "question": "What is the owner of the parent document of document owned by 'Marlin'?", + "question_toks": [ + "What", + "is", + "the", + "owner", + "of", + "the", + "parent", + "document", + "of", + "document", + "owned", + "by", + "'Marlin", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Marlin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T2.Owner FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID WHERE T1.Owner = 'Marlin'", + "query_toks": [ + "SELECT", + "T2.Owner", + "FROM", + "Document_Objects", + "AS", + "T1", + "JOIN", + "Document_Objects", + "AS", + "T2", + "ON", + "T1.Parent_Document_Object_ID", + "=", + "T2.Document_Object_ID", + "WHERE", + "T1.Owner", + "=", + "'Marlin", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "owner", + "from", + "document_objects", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1", + ".", + "parent_document_object_id", + "=", + "t2", + ".", + "document_object_id", + "where", + "t1", + ".", + "owner", + "=", + "value" + ], + "question": "Who is the owner of the parent document of every documents where 'Marlin' is the owner?", + "question_toks": [ + "Who", + "is", + "the", + "owner", + "of", + "the", + "parent", + "document", + "of", + "every", + "documents", + "where", + "'Marlin", + "'", + "is", + "the", + "owner", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Marlin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T2.Description FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.Description", + "FROM", + "Document_Objects", + "AS", + "T1", + "JOIN", + "Document_Objects", + "AS", + "T2", + "ON", + "T1.Parent_Document_Object_ID", + "=", + "T2.Document_Object_ID" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "description", + "from", + "document_objects", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1", + ".", + "parent_document_object_id", + "=", + "t2", + ".", + "document_object_id" + ], + "question": "What are the different descriptions of all the parent documents?", + "question_toks": [ + "What", + "are", + "the", + "different", + "descriptions", + "of", + "all", + "the", + "parent", + "documents", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T2.Description FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.Description", + "FROM", + "Document_Objects", + "AS", + "T1", + "JOIN", + "Document_Objects", + "AS", + "T2", + "ON", + "T1.Parent_Document_Object_ID", + "=", + "T2.Document_Object_ID" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "description", + "from", + "document_objects", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1", + ".", + "parent_document_object_id", + "=", + "t2", + ".", + "document_object_id" + ], + "question": "What is the unique description of every parent document?", + "question_toks": [ + "What", + "is", + "the", + "unique", + "description", + "of", + "every", + "parent", + "document", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT count(*) FROM Document_Objects WHERE OWNER = \"Marlin\";", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Document_Objects", + "WHERE", + "OWNER", + "=", + "``", + "Marlin", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "document_objects", + "where", + "owner", + "=", + "value" + ], + "question": "How many documents owned by Marlin?", + "question_toks": [ + "How", + "many", + "documents", + "owned", + "by", + "Marlin", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Marlin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT count(*) FROM Document_Objects WHERE OWNER = \"Marlin\";", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Document_Objects", + "WHERE", + "OWNER", + "=", + "``", + "Marlin", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "document_objects", + "where", + "owner", + "=", + "value" + ], + "question": "What is the count of documents owned by Marlin?", + "question_toks": [ + "What", + "is", + "the", + "count", + "of", + "documents", + "owned", + "by", + "Marlin", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Marlin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Document_Object_ID FROM Document_Objects EXCEPT SELECT Parent_Document_Object_ID FROM Document_Objects", + "query_toks": [ + "SELECT", + "Document_Object_ID", + "FROM", + "Document_Objects", + "EXCEPT", + "SELECT", + "Parent_Document_Object_ID", + "FROM", + "Document_Objects" + ], + "query_toks_no_value": [ + "select", + "document_object_id", + "from", + "document_objects", + "except", + "select", + "parent_document_object_id", + "from", + "document_objects" + ], + "question": "List all documents ids that are not the parent of other documents.", + "question_toks": [ + "List", + "all", + "documents", + "ids", + "that", + "are", + "not", + "the", + "parent", + "of", + "other", + "documents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Document_Object_ID FROM Document_Objects EXCEPT SELECT Parent_Document_Object_ID FROM Document_Objects", + "query_toks": [ + "SELECT", + "Document_Object_ID", + "FROM", + "Document_Objects", + "EXCEPT", + "SELECT", + "Parent_Document_Object_ID", + "FROM", + "Document_Objects" + ], + "query_toks_no_value": [ + "select", + "document_object_id", + "from", + "document_objects", + "except", + "select", + "parent_document_object_id", + "from", + "document_objects" + ], + "question": "What are the ids of the documents that are not parent documents?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "the", + "documents", + "that", + "are", + "not", + "parent", + "documents", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T2.Document_Object_ID , count(*) FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID GROUP BY T2.Document_Object_ID;", + "query_toks": [ + "SELECT", + "T2.Document_Object_ID", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Document_Objects", + "AS", + "T1", + "JOIN", + "Document_Objects", + "AS", + "T2", + "ON", + "T1.Parent_Document_Object_ID", + "=", + "T2.Document_Object_ID", + "GROUP", + "BY", + "T2.Document_Object_ID", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "document_object_id", + ",", + "count", + "(", + "*", + ")", + "from", + "document_objects", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1", + ".", + "parent_document_object_id", + "=", + "t2", + ".", + "document_object_id", + "group", + "by", + "t2", + ".", + "document_object_id" + ], + "question": "How many child documents does each parent document has? List the document id and the number.", + "question_toks": [ + "How", + "many", + "child", + "documents", + "does", + "each", + "parent", + "document", + "has", + "?", + "List", + "the", + "document", + "id", + "and", + "the", + "number", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T2.Document_Object_ID , count(*) FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID GROUP BY T2.Document_Object_ID;", + "query_toks": [ + "SELECT", + "T2.Document_Object_ID", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Document_Objects", + "AS", + "T1", + "JOIN", + "Document_Objects", + "AS", + "T2", + "ON", + "T1.Parent_Document_Object_ID", + "=", + "T2.Document_Object_ID", + "GROUP", + "BY", + "T2.Document_Object_ID", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "document_object_id", + ",", + "count", + "(", + "*", + ")", + "from", + "document_objects", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1", + ".", + "parent_document_object_id", + "=", + "t2", + ".", + "document_object_id", + "group", + "by", + "t2", + ".", + "document_object_id" + ], + "question": "What is the number of child documents for each parent document, and what are the ids of the parent documents?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "child", + "documents", + "for", + "each", + "parent", + "document", + ",", + "and", + "what", + "are", + "the", + "ids", + "of", + "the", + "parent", + "documents", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Collection_Name FROM Collections;", + "query_toks": [ + "SELECT", + "Collection_Name", + "FROM", + "Collections", + ";" + ], + "query_toks_no_value": [ + "select", + "collection_name", + "from", + "collections" + ], + "question": "List the name of all collections.", + "question_toks": [ + "List", + "the", + "name", + "of", + "all", + "collections", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Collection_Name FROM Collections;", + "query_toks": [ + "SELECT", + "Collection_Name", + "FROM", + "Collections", + ";" + ], + "query_toks_no_value": [ + "select", + "collection_name", + "from", + "collections" + ], + "question": "what are the collection names?", + "question_toks": [ + "what", + "are", + "the", + "collection", + "names", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Collection_Description FROM Collections WHERE Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "Collection_Description", + "FROM", + "Collections", + "WHERE", + "Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "collection_description", + "from", + "collections", + "where", + "collection_name", + "=", + "value" + ], + "question": "What is the description of collection named Best?", + "question_toks": [ + "What", + "is", + "the", + "description", + "of", + "collection", + "named", + "Best", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Collection_Description FROM Collections WHERE Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "Collection_Description", + "FROM", + "Collections", + "WHERE", + "Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "collection_description", + "from", + "collections", + "where", + "collection_name", + "=", + "value" + ], + "question": "What are the collection descriptions that are named as 'Best'?", + "question_toks": [ + "What", + "are", + "the", + "collection", + "descriptions", + "that", + "are", + "named", + "as", + "'Best", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T2.Collection_Name FROM Collections AS T1 JOIN Collections AS T2 ON T1.Parent_Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = \"Nice\";", + "query_toks": [ + "SELECT", + "T2.Collection_Name", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Collections", + "AS", + "T2", + "ON", + "T1.Parent_Collection_ID", + "=", + "T2.Collection_ID", + "WHERE", + "T1.Collection_Name", + "=", + "``", + "Nice", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "collection_name", + "from", + "collections", + "as", + "t1", + "join", + "collections", + "as", + "t2", + "on", + "t1", + ".", + "parent_collection_id", + "=", + "t2", + ".", + "collection_id", + "where", + "t1", + ".", + "collection_name", + "=", + "value" + ], + "question": "What is the name of the parent collection of the collection named Nice?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "parent", + "collection", + "of", + "the", + "collection", + "named", + "Nice", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Nice\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T2.Collection_Name FROM Collections AS T1 JOIN Collections AS T2 ON T1.Parent_Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = \"Nice\";", + "query_toks": [ + "SELECT", + "T2.Collection_Name", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Collections", + "AS", + "T2", + "ON", + "T1.Parent_Collection_ID", + "=", + "T2.Collection_ID", + "WHERE", + "T1.Collection_Name", + "=", + "``", + "Nice", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "collection_name", + "from", + "collections", + "as", + "t1", + "join", + "collections", + "as", + "t2", + "on", + "t1", + ".", + "parent_collection_id", + "=", + "t2", + ".", + "collection_id", + "where", + "t1", + ".", + "collection_name", + "=", + "value" + ], + "question": "What are the names of all parent collections of the collection named Nice?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "parent", + "collections", + "of", + "the", + "collection", + "named", + "Nice", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Nice\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Collection_Name FROM Collections EXCEPT SELECT T2.Collection_Name FROM Collections AS T1 JOIN Collections AS T2 ON T1.Parent_Collection_ID = T2.Collection_ID;", + "query_toks": [ + "SELECT", + "Collection_Name", + "FROM", + "Collections", + "EXCEPT", + "SELECT", + "T2.Collection_Name", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Collections", + "AS", + "T2", + "ON", + "T1.Parent_Collection_ID", + "=", + "T2.Collection_ID", + ";" + ], + "query_toks_no_value": [ + "select", + "collection_name", + "from", + "collections", + "except", + "select", + "t2", + ".", + "collection_name", + "from", + "collections", + "as", + "t1", + "join", + "collections", + "as", + "t2", + "on", + "t1", + ".", + "parent_collection_id", + "=", + "t2", + ".", + "collection_id" + ], + "question": "Which collection is not the parent of other collection? List the collection's name.", + "question_toks": [ + "Which", + "collection", + "is", + "not", + "the", + "parent", + "of", + "other", + "collection", + "?", + "List", + "the", + "collection", + "'s", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Collection_Name FROM Collections EXCEPT SELECT T2.Collection_Name FROM Collections AS T1 JOIN Collections AS T2 ON T1.Parent_Collection_ID = T2.Collection_ID;", + "query_toks": [ + "SELECT", + "Collection_Name", + "FROM", + "Collections", + "EXCEPT", + "SELECT", + "T2.Collection_Name", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Collections", + "AS", + "T2", + "ON", + "T1.Parent_Collection_ID", + "=", + "T2.Collection_ID", + ";" + ], + "query_toks_no_value": [ + "select", + "collection_name", + "from", + "collections", + "except", + "select", + "t2", + ".", + "collection_name", + "from", + "collections", + "as", + "t1", + "join", + "collections", + "as", + "t2", + "on", + "t1", + ".", + "parent_collection_id", + "=", + "t2", + ".", + "collection_id" + ], + "question": "What are the names of the collections that are not the parent of the other collections?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "collections", + "that", + "are", + "not", + "the", + "parent", + "of", + "the", + "other", + "collections", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T2.Document_Object_ID FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID GROUP BY T2.Document_Object_ID HAVING count(*) > 1;", + "query_toks": [ + "SELECT", + "T2.Document_Object_ID", + "FROM", + "Document_Objects", + "AS", + "T1", + "JOIN", + "Document_Objects", + "AS", + "T2", + "ON", + "T1.Parent_Document_Object_ID", + "=", + "T2.Document_Object_ID", + "GROUP", + "BY", + "T2.Document_Object_ID", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "document_object_id", + "from", + "document_objects", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1", + ".", + "parent_document_object_id", + "=", + "t2", + ".", + "document_object_id", + "group", + "by", + "t2", + ".", + "document_object_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "List document that have more than one child. List the document id.", + "question_toks": [ + "List", + "document", + "that", + "have", + "more", + "than", + "one", + "child", + ".", + "List", + "the", + "document", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T2.Document_Object_ID FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID GROUP BY T2.Document_Object_ID HAVING count(*) > 1;", + "query_toks": [ + "SELECT", + "T2.Document_Object_ID", + "FROM", + "Document_Objects", + "AS", + "T1", + "JOIN", + "Document_Objects", + "AS", + "T2", + "ON", + "T1.Parent_Document_Object_ID", + "=", + "T2.Document_Object_ID", + "GROUP", + "BY", + "T2.Document_Object_ID", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "document_object_id", + "from", + "document_objects", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1", + ".", + "parent_document_object_id", + "=", + "t2", + ".", + "document_object_id", + "group", + "by", + "t2", + ".", + "document_object_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the ids of the documents that have more than one child?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "the", + "documents", + "that", + "have", + "more", + "than", + "one", + "child", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT count(*) FROM Collections AS T1 JOIN Collections AS T2 ON T1.Parent_Collection_ID = T2.Collection_ID WHERE T2.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Collections", + "AS", + "T2", + "ON", + "T1.Parent_Collection_ID", + "=", + "T2.Collection_ID", + "WHERE", + "T2.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "collections", + "as", + "t1", + "join", + "collections", + "as", + "t2", + "on", + "t1", + ".", + "parent_collection_id", + "=", + "t2", + ".", + "collection_id", + "where", + "t2", + ".", + "collection_name", + "=", + "value" + ], + "question": "How many child collection does the collection named Best has?", + "question_toks": [ + "How", + "many", + "child", + "collection", + "does", + "the", + "collection", + "named", + "Best", + "has", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT count(*) FROM Collections AS T1 JOIN Collections AS T2 ON T1.Parent_Collection_ID = T2.Collection_ID WHERE T2.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Collections", + "AS", + "T2", + "ON", + "T1.Parent_Collection_ID", + "=", + "T2.Collection_ID", + "WHERE", + "T2.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "collections", + "as", + "t1", + "join", + "collections", + "as", + "t2", + "on", + "t1", + ".", + "parent_collection_id", + "=", + "t2", + ".", + "collection_id", + "where", + "t2", + ".", + "collection_name", + "=", + "value" + ], + "question": "What is the number of child collections belonging to the collection named Best?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "child", + "collections", + "belonging", + "to", + "the", + "collection", + "named", + "Best", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "select t1.document_object_id from document_subset_members as t1 join document_objects as t2 on t1.document_object_id = t2.document_object_id where t2.owner = 'ransom'", + "query_toks": [ + "select", + "t1.document_object_id", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1.document_object_id", + "=", + "t2.document_object_id", + "where", + "t2.owner", + "=", + "\"ransom\"" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "document_object_id", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1", + ".", + "document_object_id", + "=", + "t2", + ".", + "document_object_id", + "where", + "t2", + ".", + "owner", + "=", + "value" + ], + "question": "List all document which is related to document owned by Ransom . List the document id .", + "question_toks": [ + "List", + "all", + "document", + "which", + "is", + "related", + "to", + "document", + "owned", + "by", + "Ransom", + ".", + "List", + "the", + "document", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"ransom\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "select t1.document_object_id from document_subset_members as t1 join document_objects as t2 on t1.document_object_id = t2.document_object_id where t2.owner = 'ransom'", + "query_toks": [ + "select", + "t1.document_object_id", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1.document_object_id", + "=", + "t2.document_object_id", + "where", + "t2.owner", + "=", + "\"ransom\"" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "document_object_id", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1", + ".", + "document_object_id", + "=", + "t2", + ".", + "document_object_id", + "where", + "t2", + ".", + "owner", + "=", + "value" + ], + "question": "What are the document object ids of the related to the document owned by Ransom ?", + "question_toks": [ + "What", + "are", + "the", + "document", + "object", + "ids", + "of", + "the", + "related", + "to", + "the", + "document", + "owned", + "by", + "Ransom", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"ransom\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T2.Collection_Subset_ID , T1.Collection_Subset_Name , count(*) FROM Collection_Subsets AS T1 JOIN Collection_Subset_Members AS T2 ON T1.Collection_Subset_ID = T2.Collection_Subset_ID GROUP BY T2.Collection_Subset_ID;", + "query_toks": [ + "SELECT", + "T2.Collection_Subset_ID", + ",", + "T1.Collection_Subset_Name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Collection_Subsets", + "AS", + "T1", + "JOIN", + "Collection_Subset_Members", + "AS", + "T2", + "ON", + "T1.Collection_Subset_ID", + "=", + "T2.Collection_Subset_ID", + "GROUP", + "BY", + "T2.Collection_Subset_ID", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "collection_subset_id", + ",", + "t1", + ".", + "collection_subset_name", + ",", + "count", + "(", + "*", + ")", + "from", + "collection_subsets", + "as", + "t1", + "join", + "collection_subset_members", + "as", + "t2", + "on", + "t1", + ".", + "collection_subset_id", + "=", + "t2", + ".", + "collection_subset_id", + "group", + "by", + "t2", + ".", + "collection_subset_id" + ], + "question": "List collection subset id, name and number of collections in each subset.", + "question_toks": [ + "List", + "collection", + "subset", + "id", + ",", + "name", + "and", + "number", + "of", + "collections", + "in", + "each", + "subset", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T2.Collection_Subset_ID , T1.Collection_Subset_Name , count(*) FROM Collection_Subsets AS T1 JOIN Collection_Subset_Members AS T2 ON T1.Collection_Subset_ID = T2.Collection_Subset_ID GROUP BY T2.Collection_Subset_ID;", + "query_toks": [ + "SELECT", + "T2.Collection_Subset_ID", + ",", + "T1.Collection_Subset_Name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Collection_Subsets", + "AS", + "T1", + "JOIN", + "Collection_Subset_Members", + "AS", + "T2", + "ON", + "T1.Collection_Subset_ID", + "=", + "T2.Collection_Subset_ID", + "GROUP", + "BY", + "T2.Collection_Subset_ID", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "collection_subset_id", + ",", + "t1", + ".", + "collection_subset_name", + ",", + "count", + "(", + "*", + ")", + "from", + "collection_subsets", + "as", + "t1", + "join", + "collection_subset_members", + "as", + "t2", + "on", + "t1", + ".", + "collection_subset_id", + "=", + "t2", + ".", + "collection_subset_id", + "group", + "by", + "t2", + ".", + "collection_subset_id" + ], + "question": "What are the collection subset ids, names, and number of collections for each subset?", + "question_toks": [ + "What", + "are", + "the", + "collection", + "subset", + "ids", + ",", + "names", + ",", + "and", + "number", + "of", + "collections", + "for", + "each", + "subset", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T2.Document_Object_ID , count(*) FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID GROUP BY T2.Document_Object_ID ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T2.Document_Object_ID", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Document_Objects", + "AS", + "T1", + "JOIN", + "Document_Objects", + "AS", + "T2", + "ON", + "T1.Parent_Document_Object_ID", + "=", + "T2.Document_Object_ID", + "GROUP", + "BY", + "T2.Document_Object_ID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "document_object_id", + ",", + "count", + "(", + "*", + ")", + "from", + "document_objects", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1", + ".", + "parent_document_object_id", + "=", + "t2", + ".", + "document_object_id", + "group", + "by", + "t2", + ".", + "document_object_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which document has most of child? List the document id and the number of child.", + "question_toks": [ + "Which", + "document", + "has", + "most", + "of", + "child", + "?", + "List", + "the", + "document", + "id", + "and", + "the", + "number", + "of", + "child", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T2.Document_Object_ID , count(*) FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID GROUP BY T2.Document_Object_ID ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T2.Document_Object_ID", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Document_Objects", + "AS", + "T1", + "JOIN", + "Document_Objects", + "AS", + "T2", + "ON", + "T1.Parent_Document_Object_ID", + "=", + "T2.Document_Object_ID", + "GROUP", + "BY", + "T2.Document_Object_ID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "document_object_id", + ",", + "count", + "(", + "*", + ")", + "from", + "document_objects", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1", + ".", + "parent_document_object_id", + "=", + "t2", + ".", + "document_object_id", + "group", + "by", + "t2", + ".", + "document_object_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "For each document object id, how many children do they have?", + "question_toks": [ + "For", + "each", + "document", + "object", + "id", + ",", + "how", + "many", + "children", + "do", + "they", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Document_Object_ID , count(*) FROM Document_Subset_Members GROUP BY Document_Object_ID ORDER BY count(*) ASC LIMIT 1;", + "query_toks": [ + "SELECT", + "Document_Object_ID", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Document_Subset_Members", + "GROUP", + "BY", + "Document_Object_ID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "document_object_id", + ",", + "count", + "(", + "*", + ")", + "from", + "document_subset_members", + "group", + "by", + "document_object_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "Which document has least number of related documents? List the document id and the number of related documents.", + "question_toks": [ + "Which", + "document", + "has", + "least", + "number", + "of", + "related", + "documents", + "?", + "List", + "the", + "document", + "id", + "and", + "the", + "number", + "of", + "related", + "documents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "select document_object_id , count(*) from document_subset_members group by document_object_id order by count(*) asc limit 1;", + "query_toks": [ + "select", + "document_object_id", + ",", + "count", + "(", + "*", + ")", + "from", + "document_subset_members", + "group", + "by", + "document_object_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "document_object_id", + ",", + "count", + "(", + "*", + ")", + "from", + "document_subset_members", + "group", + "by", + "document_object_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "What is the document object id with the least number of documents ?", + "question_toks": [ + "What", + "is", + "the", + "document", + "object", + "id", + "with", + "the", + "least", + "number", + "of", + "documents", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "select document_object_id , count(*) from document_subset_members group by document_object_id having count(*) between 2 and 4;", + "query_toks": [ + "select", + "document_object_id", + ",", + "count", + "(", + "*", + ")", + "from", + "document_subset_members", + "group", + "by", + "document_object_id", + "having", + "count", + "(", + "*", + ")", + "between", + "2", + "and", + "4", + ";" + ], + "query_toks_no_value": [ + "select", + "document_object_id", + ",", + "count", + "(", + "*", + ")", + "from", + "document_subset_members", + "group", + "by", + "document_object_id", + "having", + "count", + "(", + "*", + ")", + "between", + "value", + "and", + "value" + ], + "question": "Which document has between 2 and 4 number of documents ? List the document id and the number of related documents .", + "question_toks": [ + "Which", + "document", + "has", + "between", + "2", + "and", + "4", + "number", + "of", + "documents", + "?", + "List", + "the", + "document", + "id", + "and", + "the", + "number", + "of", + "related", + "documents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [ + [ + false, + 1, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + 4.0 + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT Document_Object_ID , count(*) FROM Document_Subset_Members GROUP BY Document_Object_ID HAVING count(*) BETWEEN 2 AND 4;", + "query_toks": [ + "SELECT", + "Document_Object_ID", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Document_Subset_Members", + "GROUP", + "BY", + "Document_Object_ID", + "HAVING", + "count", + "(", + "*", + ")", + "BETWEEN", + "2", + "AND", + "4", + ";" + ], + "query_toks_no_value": [ + "select", + "document_object_id", + ",", + "count", + "(", + "*", + ")", + "from", + "document_subset_members", + "group", + "by", + "document_object_id", + "having", + "count", + "(", + "*", + ")", + "between", + "value", + "and", + "value" + ], + "question": "What are the ids of the dcouments that have between 2 and 4 related documents and how many related items are there?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "the", + "dcouments", + "that", + "have", + "between", + "2", + "and", + "4", + "related", + "documents", + "and", + "how", + "many", + "related", + "items", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [ + [ + false, + 1, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + 4.0 + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT OWNER FROM Document_Subset_Members AS T1 JOIN Document_Objects AS T2 ON T1.Related_Document_Object_ID = T2.Document_Object_ID WHERE T2.Owner = 'Braeden';", + "query_toks": [ + "SELECT", + "DISTINCT", + "OWNER", + "FROM", + "Document_Subset_Members", + "AS", + "T1", + "JOIN", + "Document_Objects", + "AS", + "T2", + "ON", + "T1.Related_Document_Object_ID", + "=", + "T2.Document_Object_ID", + "WHERE", + "T2.Owner", + "=", + "'Braeden", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "owner", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1", + ".", + "related_document_object_id", + "=", + "t2", + ".", + "document_object_id", + "where", + "t2", + ".", + "owner", + "=", + "value" + ], + "question": "List all owner of documents that is related to documents owned by Braeden.", + "question_toks": [ + "List", + "all", + "owner", + "of", + "documents", + "that", + "is", + "related", + "to", + "documents", + "owned", + "by", + "Braeden", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Braeden\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT OWNER FROM Document_Subset_Members AS T1 JOIN Document_Objects AS T2 ON T1.Related_Document_Object_ID = T2.Document_Object_ID WHERE T2.Owner = 'Braeden';", + "query_toks": [ + "SELECT", + "DISTINCT", + "OWNER", + "FROM", + "Document_Subset_Members", + "AS", + "T1", + "JOIN", + "Document_Objects", + "AS", + "T2", + "ON", + "T1.Related_Document_Object_ID", + "=", + "T2.Document_Object_ID", + "WHERE", + "T2.Owner", + "=", + "'Braeden", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "owner", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_objects", + "as", + "t2", + "on", + "t1", + ".", + "related_document_object_id", + "=", + "t2", + ".", + "document_object_id", + "where", + "t2", + ".", + "owner", + "=", + "value" + ], + "question": "What are the different owners of documents that are related to ones owned by Braeden?", + "question_toks": [ + "What", + "are", + "the", + "different", + "owners", + "of", + "documents", + "that", + "are", + "related", + "to", + "ones", + "owned", + "by", + "Braeden", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Braeden\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T1.Document_Subset_Name FROM Document_Subsets AS T1 JOIN Document_Subset_Members AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID JOIN Document_Objects AS T3 ON T2.Document_Object_ID = T3.Document_Object_ID WHERE T3.owner = 'Braeden'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Document_Subset_Name", + "FROM", + "Document_Subsets", + "AS", + "T1", + "JOIN", + "Document_Subset_Members", + "AS", + "T2", + "ON", + "T1.Document_Subset_ID", + "=", + "T2.Document_Subset_ID", + "JOIN", + "Document_Objects", + "AS", + "T3", + "ON", + "T2.Document_Object_ID", + "=", + "T3.Document_Object_ID", + "WHERE", + "T3.owner", + "=", + "'Braeden", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "document_subset_name", + "from", + "document_subsets", + "as", + "t1", + "join", + "document_subset_members", + "as", + "t2", + "on", + "t1", + ".", + "document_subset_id", + "=", + "t2", + ".", + "document_subset_id", + "join", + "document_objects", + "as", + "t3", + "on", + "t2", + ".", + "document_object_id", + "=", + "t3", + ".", + "document_object_id", + "where", + "t3", + ".", + "owner", + "=", + "value" + ], + "question": "Which unique subset does document owned by Braeden belong to? List the subset name.", + "question_toks": [ + "Which", + "unique", + "subset", + "does", + "document", + "owned", + "by", + "Braeden", + "belong", + "to", + "?", + "List", + "the", + "subset", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Braeden\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T1.Document_Subset_Name FROM Document_Subsets AS T1 JOIN Document_Subset_Members AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID JOIN Document_Objects AS T3 ON T2.Document_Object_ID = T3.Document_Object_ID WHERE T3.owner = 'Braeden'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Document_Subset_Name", + "FROM", + "Document_Subsets", + "AS", + "T1", + "JOIN", + "Document_Subset_Members", + "AS", + "T2", + "ON", + "T1.Document_Subset_ID", + "=", + "T2.Document_Subset_ID", + "JOIN", + "Document_Objects", + "AS", + "T3", + "ON", + "T2.Document_Object_ID", + "=", + "T3.Document_Object_ID", + "WHERE", + "T3.owner", + "=", + "'Braeden", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "document_subset_name", + "from", + "document_subsets", + "as", + "t1", + "join", + "document_subset_members", + "as", + "t2", + "on", + "t1", + ".", + "document_subset_id", + "=", + "t2", + ".", + "document_subset_id", + "join", + "document_objects", + "as", + "t3", + "on", + "t2", + ".", + "document_object_id", + "=", + "t3", + ".", + "document_object_id", + "where", + "t3", + ".", + "owner", + "=", + "value" + ], + "question": "What are the different subset names of all documents owned by Braeden?", + "question_toks": [ + "What", + "are", + "the", + "different", + "subset", + "names", + "of", + "all", + "documents", + "owned", + "by", + "Braeden", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Braeden\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T1.Document_Subset_ID , T2.Document_Subset_Name , count(DISTINCT T1.Document_Object_ID) FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID GROUP BY T1.Document_Subset_ID;", + "query_toks": [ + "SELECT", + "T1.Document_Subset_ID", + ",", + "T2.Document_Subset_Name", + ",", + "count", + "(", + "DISTINCT", + "T1.Document_Object_ID", + ")", + "FROM", + "Document_Subset_Members", + "AS", + "T1", + "JOIN", + "Document_Subsets", + "AS", + "T2", + "ON", + "T1.Document_Subset_ID", + "=", + "T2.Document_Subset_ID", + "GROUP", + "BY", + "T1.Document_Subset_ID", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "document_subset_id", + ",", + "t2", + ".", + "document_subset_name", + ",", + "count", + "(", + "distinct", + "t1", + ".", + "document_object_id", + ")", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subsets", + "as", + "t2", + "on", + "t1", + ".", + "document_subset_id", + "=", + "t2", + ".", + "document_subset_id", + "group", + "by", + "t1", + ".", + "document_subset_id" + ], + "question": "List subset id, name and number of different documents in each subset.", + "question_toks": [ + "List", + "subset", + "id", + ",", + "name", + "and", + "number", + "of", + "different", + "documents", + "in", + "each", + "subset", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 18, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 20, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T1.Document_Subset_ID , T2.Document_Subset_Name , count(DISTINCT T1.Document_Object_ID) FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID GROUP BY T1.Document_Subset_ID;", + "query_toks": [ + "SELECT", + "T1.Document_Subset_ID", + ",", + "T2.Document_Subset_Name", + ",", + "count", + "(", + "DISTINCT", + "T1.Document_Object_ID", + ")", + "FROM", + "Document_Subset_Members", + "AS", + "T1", + "JOIN", + "Document_Subsets", + "AS", + "T2", + "ON", + "T1.Document_Subset_ID", + "=", + "T2.Document_Subset_ID", + "GROUP", + "BY", + "T1.Document_Subset_ID", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "document_subset_id", + ",", + "t2", + ".", + "document_subset_name", + ",", + "count", + "(", + "distinct", + "t1", + ".", + "document_object_id", + ")", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subsets", + "as", + "t2", + "on", + "t1", + ".", + "document_subset_id", + "=", + "t2", + ".", + "document_subset_id", + "group", + "by", + "t1", + ".", + "document_subset_id" + ], + "question": "What is the subset id, name, and number of different documents for each subset?", + "question_toks": [ + "What", + "is", + "the", + "subset", + "id", + ",", + "name", + ",", + "and", + "number", + "of", + "different", + "documents", + "for", + "each", + "subset", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 18, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 20, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "select t1.document_subset_id , t2.document_subset_name , count(distinct t1.document_object_id) from document_subset_members as t1 join document_subsets as t2 on t1.document_subset_id = t2.document_subset_id group by t1.document_subset_id order by count(*) desc limit 1;", + "query_toks": [ + "select", + "t1.document_subset_id", + ",", + "t2.document_subset_name", + ",", + "count", + "(", + "distinct", + "t1.document_object_id", + ")", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subsets", + "as", + "t2", + "on", + "t1.document_subset_id", + "=", + "t2.document_subset_id", + "group", + "by", + "t1.document_subset_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "document_subset_id", + ",", + "t2", + ".", + "document_subset_name", + ",", + "count", + "(", + "distinct", + "t1", + ".", + "document_object_id", + ")", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subsets", + "as", + "t2", + "on", + "t1", + ".", + "document_subset_id", + "=", + "t2", + ".", + "document_subset_id", + "group", + "by", + "t1", + ".", + "document_subset_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which document subset has most of number of distinct documents ? List subset id , name and number of documents .", + "question_toks": [ + "Which", + "document", + "subset", + "has", + "most", + "of", + "number", + "of", + "distinct", + "documents", + "?", + "List", + "subset", + "id", + ",", + "name", + "and", + "number", + "of", + "documents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 18, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 20, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "select t1.document_subset_id , t2.document_subset_name , count(distinct t1.document_object_id) from document_subset_members as t1 join document_subsets as t2 on t1.document_subset_id = t2.document_subset_id group by t1.document_subset_id order by count(*) desc limit 1;", + "query_toks": [ + "select", + "t1.document_subset_id", + ",", + "t2.document_subset_name", + ",", + "count", + "(", + "distinct", + "t1.document_object_id", + ")", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subsets", + "as", + "t2", + "on", + "t1.document_subset_id", + "=", + "t2.document_subset_id", + "group", + "by", + "t1.document_subset_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "document_subset_id", + ",", + "t2", + ".", + "document_subset_name", + ",", + "count", + "(", + "distinct", + "t1", + ".", + "document_object_id", + ")", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subsets", + "as", + "t2", + "on", + "t1", + ".", + "document_subset_id", + "=", + "t2", + ".", + "document_subset_id", + "group", + "by", + "t1", + ".", + "document_subset_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "For the document subset with the most number of different documents , what are the ids and names of the subset , as well as the number of documents ?", + "question_toks": [ + "For", + "the", + "document", + "subset", + "with", + "the", + "most", + "number", + "of", + "different", + "documents", + ",", + "what", + "are", + "the", + "ids", + "and", + "names", + "of", + "the", + "subset", + ",", + "as", + "well", + "as", + "the", + "number", + "of", + "documents", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 18, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 20, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T1.Document_Object_ID FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID WHERE T2.Document_Subset_Name = \"Best for 2000\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Document_Object_ID", + "FROM", + "Document_Subset_Members", + "AS", + "T1", + "JOIN", + "Document_Subsets", + "AS", + "T2", + "ON", + "T1.Document_Subset_ID", + "=", + "T2.Document_Subset_ID", + "WHERE", + "T2.Document_Subset_Name", + "=", + "``", + "Best", + "for", + "2000", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "document_object_id", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subsets", + "as", + "t2", + "on", + "t1", + ".", + "document_subset_id", + "=", + "t2", + ".", + "document_subset_id", + "where", + "t2", + ".", + "document_subset_name", + "=", + "value" + ], + "question": "For document subset named 'Best for 2000', List all document id that in this subset.", + "question_toks": [ + "For", + "document", + "subset", + "named", + "'Best", + "for", + "2000", + "'", + ",", + "List", + "all", + "document", + "id", + "that", + "in", + "this", + "subset", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Best for 2000\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T1.Document_Object_ID FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID WHERE T2.Document_Subset_Name = \"Best for 2000\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Document_Object_ID", + "FROM", + "Document_Subset_Members", + "AS", + "T1", + "JOIN", + "Document_Subsets", + "AS", + "T2", + "ON", + "T1.Document_Subset_ID", + "=", + "T2.Document_Subset_ID", + "WHERE", + "T2.Document_Subset_Name", + "=", + "``", + "Best", + "for", + "2000", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "document_object_id", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subsets", + "as", + "t2", + "on", + "t1", + ".", + "document_subset_id", + "=", + "t2", + ".", + "document_subset_id", + "where", + "t2", + ".", + "document_subset_name", + "=", + "value" + ], + "question": "For the document subset named 'Best for 2000', what are the document ids in that subset?", + "question_toks": [ + "For", + "the", + "document", + "subset", + "named", + "'Best", + "for", + "2000", + "'", + ",", + "what", + "are", + "the", + "document", + "ids", + "in", + "that", + "subset", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Best for 2000\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T3.Document_Subset_Name , T1.Document_Object_ID FROM Document_Subset_Members AS T1 JOIN Document_Subset_Members AS T2 ON T1.Related_Document_Object_ID = T2.Document_Object_ID JOIN Document_Subsets AS T3 ON T2.Document_Subset_ID = T3.Document_Subset_ID", + "query_toks": [ + "SELECT", + "DISTINCT", + "T3.Document_Subset_Name", + ",", + "T1.Document_Object_ID", + "FROM", + "Document_Subset_Members", + "AS", + "T1", + "JOIN", + "Document_Subset_Members", + "AS", + "T2", + "ON", + "T1.Related_Document_Object_ID", + "=", + "T2.Document_Object_ID", + "JOIN", + "Document_Subsets", + "AS", + "T3", + "ON", + "T2.Document_Subset_ID", + "=", + "T3.Document_Subset_ID" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "document_subset_name", + ",", + "t1", + ".", + "document_object_id", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subset_members", + "as", + "t2", + "on", + "t1", + ".", + "related_document_object_id", + "=", + "t2", + ".", + "document_object_id", + "join", + "document_subsets", + "as", + "t3", + "on", + "t2", + ".", + "document_subset_id", + "=", + "t3", + ".", + "document_subset_id" + ], + "question": "List all document subsets of documents that related to each document id. List the name of document subset and the document id.", + "question_toks": [ + "List", + "all", + "document", + "subsets", + "of", + "documents", + "that", + "related", + "to", + "each", + "document", + "id", + ".", + "List", + "the", + "name", + "of", + "document", + "subset", + "and", + "the", + "document", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "select distinct t3.document_subset_name , t1.document_object_id from document_subset_members as t1 join document_subset_members as t2 on t1.related_document_object_id = t2.document_object_id join document_subsets as t3 on t2.document_subset_id = t3.document_subset_id", + "query_toks": [ + "select", + "distinct", + "t3.document_subset_name", + ",", + "t1.document_object_id", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subset_members", + "as", + "t2", + "on", + "t1.related_document_object_id", + "=", + "t2.document_object_id", + "join", + "document_subsets", + "as", + "t3", + "on", + "t2.document_subset_id", + "=", + "t3.document_subset_id" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "document_subset_name", + ",", + "t1", + ".", + "document_object_id", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subset_members", + "as", + "t2", + "on", + "t1", + ".", + "related_document_object_id", + "=", + "t2", + ".", + "document_object_id", + "join", + "document_subsets", + "as", + "t3", + "on", + "t2", + ".", + "document_subset_id", + "=", + "t3", + ".", + "document_subset_id" + ], + "question": "What are the different subsets of documents related to each document id , list the name of the document subset and id of the actual document ?", + "question_toks": [ + "What", + "are", + "the", + "different", + "subsets", + "of", + "documents", + "related", + "to", + "each", + "document", + "id", + ",", + "list", + "the", + "name", + "of", + "the", + "document", + "subset", + "and", + "id", + "of", + "the", + "actual", + "document", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "select t1.collection_name from collections as t1 join documents_in_collections as t2 on t1.collection_id = t2.collection_id join document_objects as t3 on t2.document_object_id = t3.document_object_id where t3.owner = 'ransom'", + "query_toks": [ + "select", + "t1.collection_name", + "from", + "collections", + "as", + "t1", + "join", + "documents_in_collections", + "as", + "t2", + "on", + "t1.collection_id", + "=", + "t2.collection_id", + "join", + "document_objects", + "as", + "t3", + "on", + "t2.document_object_id", + "=", + "t3.document_object_id", + "where", + "t3.owner", + "=", + "\"ransom\"" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "collection_name", + "from", + "collections", + "as", + "t1", + "join", + "documents_in_collections", + "as", + "t2", + "on", + "t1", + ".", + "collection_id", + "=", + "t2", + ".", + "collection_id", + "join", + "document_objects", + "as", + "t3", + "on", + "t2", + ".", + "document_object_id", + "=", + "t3", + ".", + "document_object_id", + "where", + "t3", + ".", + "owner", + "=", + "value" + ], + "question": "List the Collection Name that document owned by 'Ransom ' belong to .", + "question_toks": [ + "List", + "the", + "Collection", + "Name", + "that", + "document", + "owned", + "by", + "'Ransom", + "'", + "belong", + "to", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"ransom\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T1.Collection_Name FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID JOIN Document_Objects AS T3 ON T2.Document_object_id = T3.Document_object_id WHERE T3.owner = 'Ransom'", + "query_toks": [ + "SELECT", + "T1.Collection_Name", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Documents_in_Collections", + "AS", + "T2", + "ON", + "T1.Collection_ID", + "=", + "T2.Collection_ID", + "JOIN", + "Document_Objects", + "AS", + "T3", + "ON", + "T2.Document_object_id", + "=", + "T3.Document_object_id", + "WHERE", + "T3.owner", + "=", + "'Ransom", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "collection_name", + "from", + "collections", + "as", + "t1", + "join", + "documents_in_collections", + "as", + "t2", + "on", + "t1", + ".", + "collection_id", + "=", + "t2", + ".", + "collection_id", + "join", + "document_objects", + "as", + "t3", + "on", + "t2", + ".", + "document_object_id", + "=", + "t3", + ".", + "document_object_id", + "where", + "t3", + ".", + "owner", + "=", + "value" + ], + "question": "What is the collection name of a document owned by 'Ransom'?", + "question_toks": [ + "What", + "is", + "the", + "collection", + "name", + "of", + "a", + "document", + "owned", + "by", + "'Ransom", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Ransom\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT count(*) , T2.Document_Object_ID FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID GROUP BY T2.Document_Object_ID", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "T2.Document_Object_ID", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Documents_in_Collections", + "AS", + "T2", + "ON", + "T1.Collection_ID", + "=", + "T2.Collection_ID", + "GROUP", + "BY", + "T2.Document_Object_ID" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "t2", + ".", + "document_object_id", + "from", + "collections", + "as", + "t1", + "join", + "documents_in_collections", + "as", + "t2", + "on", + "t1", + ".", + "collection_id", + "=", + "t2", + ".", + "collection_id", + "group", + "by", + "t2", + ".", + "document_object_id" + ], + "question": "How many collections does each document belong to? List the count and the document id.", + "question_toks": [ + "How", + "many", + "collections", + "does", + "each", + "document", + "belong", + "to", + "?", + "List", + "the", + "count", + "and", + "the", + "document", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 16, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT count(*) , T2.Document_Object_ID FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID GROUP BY T2.Document_Object_ID", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "T2.Document_Object_ID", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Documents_in_Collections", + "AS", + "T2", + "ON", + "T1.Collection_ID", + "=", + "T2.Collection_ID", + "GROUP", + "BY", + "T2.Document_Object_ID" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "t2", + ".", + "document_object_id", + "from", + "collections", + "as", + "t1", + "join", + "documents_in_collections", + "as", + "t2", + "on", + "t1", + ".", + "collection_id", + "=", + "t2", + ".", + "collection_id", + "group", + "by", + "t2", + ".", + "document_object_id" + ], + "question": "For each document object id, how many collections does it belong to?", + "question_toks": [ + "For", + "each", + "document", + "object", + "id", + ",", + "how", + "many", + "collections", + "does", + "it", + "belong", + "to", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 16, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT count(*) FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Documents_in_Collections", + "AS", + "T2", + "ON", + "T1.Collection_ID", + "=", + "T2.Collection_ID", + "WHERE", + "T1.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "collections", + "as", + "t1", + "join", + "documents_in_collections", + "as", + "t2", + "on", + "t1", + ".", + "collection_id", + "=", + "t2", + ".", + "collection_id", + "where", + "t1", + ".", + "collection_name", + "=", + "value" + ], + "question": "How many documents does collection named 'Best' has?", + "question_toks": [ + "How", + "many", + "documents", + "does", + "collection", + "named", + "'Best", + "'", + "has", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT count(*) FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Documents_in_Collections", + "AS", + "T2", + "ON", + "T1.Collection_ID", + "=", + "T2.Collection_ID", + "WHERE", + "T1.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "collections", + "as", + "t1", + "join", + "documents_in_collections", + "as", + "t2", + "on", + "t1", + ".", + "collection_id", + "=", + "t2", + ".", + "collection_id", + "where", + "t1", + ".", + "collection_name", + "=", + "value" + ], + "question": "What is the number of documents in the collection named 'Best'?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "documents", + "in", + "the", + "collection", + "named", + "'Best", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T2.Document_Object_ID FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "T2.Document_Object_ID", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Documents_in_Collections", + "AS", + "T2", + "ON", + "T1.Collection_ID", + "=", + "T2.Collection_ID", + "WHERE", + "T1.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "document_object_id", + "from", + "collections", + "as", + "t1", + "join", + "documents_in_collections", + "as", + "t2", + "on", + "t1", + ".", + "collection_id", + "=", + "t2", + ".", + "collection_id", + "where", + "t1", + ".", + "collection_name", + "=", + "value" + ], + "question": "List the document id of all documents in collection named Best.", + "question_toks": [ + "List", + "the", + "document", + "id", + "of", + "all", + "documents", + "in", + "collection", + "named", + "Best", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T2.Document_Object_ID FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "T2.Document_Object_ID", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Documents_in_Collections", + "AS", + "T2", + "ON", + "T1.Collection_ID", + "=", + "T2.Collection_ID", + "WHERE", + "T1.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "document_object_id", + "from", + "collections", + "as", + "t1", + "join", + "documents_in_collections", + "as", + "t2", + "on", + "t1", + ".", + "collection_id", + "=", + "t2", + ".", + "collection_id", + "where", + "t1", + ".", + "collection_name", + "=", + "value" + ], + "question": "What is the number of document object ids in the collection named Best?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "document", + "object", + "ids", + "in", + "the", + "collection", + "named", + "Best", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T1.Collection_Name , T1.Collection_ID , count(*) FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = \"Best\" GROUP BY T1.Collection_ID ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.Collection_Name", + ",", + "T1.Collection_ID", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Documents_in_Collections", + "AS", + "T2", + "ON", + "T1.Collection_ID", + "=", + "T2.Collection_ID", + "WHERE", + "T1.Collection_Name", + "=", + "``", + "Best", + "''", + "GROUP", + "BY", + "T1.Collection_ID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "collection_name", + ",", + "t1", + ".", + "collection_id", + ",", + "count", + "(", + "*", + ")", + "from", + "collections", + "as", + "t1", + "join", + "documents_in_collections", + "as", + "t2", + "on", + "t1", + ".", + "collection_id", + "=", + "t2", + ".", + "collection_id", + "where", + "t1", + ".", + "collection_name", + "=", + "value", + "group", + "by", + "t1", + ".", + "collection_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which collection have most number of documents? List collection name, id and number of documents.", + "question_toks": [ + "Which", + "collection", + "have", + "most", + "number", + "of", + "documents", + "?", + "List", + "collection", + "name", + ",", + "id", + "and", + "number", + "of", + "documents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT T1.Collection_Name , T1.Collection_ID , count(*) FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = \"Best\" GROUP BY T1.Collection_ID ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.Collection_Name", + ",", + "T1.Collection_ID", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Documents_in_Collections", + "AS", + "T2", + "ON", + "T1.Collection_ID", + "=", + "T2.Collection_ID", + "WHERE", + "T1.Collection_Name", + "=", + "``", + "Best", + "''", + "GROUP", + "BY", + "T1.Collection_ID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "collection_name", + ",", + "t1", + ".", + "collection_id", + ",", + "count", + "(", + "*", + ")", + "from", + "collections", + "as", + "t1", + "join", + "documents_in_collections", + "as", + "t2", + "on", + "t1", + ".", + "collection_id", + "=", + "t2", + ".", + "collection_id", + "where", + "t1", + ".", + "collection_name", + "=", + "value", + "group", + "by", + "t1", + ".", + "collection_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "For ever collection named 'Best', what is the name and id of the one with the most documents, and how many documents does it have?", + "question_toks": [ + "For", + "ever", + "collection", + "named", + "'Best", + "'", + ",", + "what", + "is", + "the", + "name", + "and", + "id", + "of", + "the", + "one", + "with", + "the", + "most", + "documents", + ",", + "and", + "how", + "many", + "documents", + "does", + "it", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T1.Document_Object_ID FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID JOIN Documents_in_Collections AS T3 ON T1.Document_Object_ID = T3.Document_Object_ID JOIN Collections AS T4 ON T3.Collection_ID = T4.Collection_ID WHERE T2.Document_Subset_Name = \"Best for 2000\" AND T4.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Document_Object_ID", + "FROM", + "Document_Subset_Members", + "AS", + "T1", + "JOIN", + "Document_Subsets", + "AS", + "T2", + "ON", + "T1.Document_Subset_ID", + "=", + "T2.Document_Subset_ID", + "JOIN", + "Documents_in_Collections", + "AS", + "T3", + "ON", + "T1.Document_Object_ID", + "=", + "T3.Document_Object_ID", + "JOIN", + "Collections", + "AS", + "T4", + "ON", + "T3.Collection_ID", + "=", + "T4.Collection_ID", + "WHERE", + "T2.Document_Subset_Name", + "=", + "``", + "Best", + "for", + "2000", + "''", + "AND", + "T4.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "document_object_id", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subsets", + "as", + "t2", + "on", + "t1", + ".", + "document_subset_id", + "=", + "t2", + ".", + "document_subset_id", + "join", + "documents_in_collections", + "as", + "t3", + "on", + "t1", + ".", + "document_object_id", + "=", + "t3", + ".", + "document_object_id", + "join", + "collections", + "as", + "t4", + "on", + "t3", + ".", + "collection_id", + "=", + "t4", + ".", + "collection_id", + "where", + "t2", + ".", + "document_subset_name", + "=", + "value", + "and", + "t4", + ".", + "collection_name", + "=", + "value" + ], + "question": "List id of documents that in document subset Best for 2000 and collection named Best.", + "question_toks": [ + "List", + "id", + "of", + "documents", + "that", + "in", + "document", + "subset", + "Best", + "for", + "2000", + "and", + "collection", + "named", + "Best", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Best for 2000\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T1.Document_Object_ID FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID JOIN Documents_in_Collections AS T3 ON T1.Document_Object_ID = T3.Document_Object_ID JOIN Collections AS T4 ON T3.Collection_ID = T4.Collection_ID WHERE T2.Document_Subset_Name = \"Best for 2000\" AND T4.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Document_Object_ID", + "FROM", + "Document_Subset_Members", + "AS", + "T1", + "JOIN", + "Document_Subsets", + "AS", + "T2", + "ON", + "T1.Document_Subset_ID", + "=", + "T2.Document_Subset_ID", + "JOIN", + "Documents_in_Collections", + "AS", + "T3", + "ON", + "T1.Document_Object_ID", + "=", + "T3.Document_Object_ID", + "JOIN", + "Collections", + "AS", + "T4", + "ON", + "T3.Collection_ID", + "=", + "T4.Collection_ID", + "WHERE", + "T2.Document_Subset_Name", + "=", + "``", + "Best", + "for", + "2000", + "''", + "AND", + "T4.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "document_object_id", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subsets", + "as", + "t2", + "on", + "t1", + ".", + "document_subset_id", + "=", + "t2", + ".", + "document_subset_id", + "join", + "documents_in_collections", + "as", + "t3", + "on", + "t1", + ".", + "document_object_id", + "=", + "t3", + ".", + "document_object_id", + "join", + "collections", + "as", + "t4", + "on", + "t3", + ".", + "collection_id", + "=", + "t4", + ".", + "collection_id", + "where", + "t2", + ".", + "document_subset_name", + "=", + "value", + "and", + "t4", + ".", + "collection_name", + "=", + "value" + ], + "question": "What are the different document object ids in the subset named 'Best for 2000' and in the collection named 'Best'?", + "question_toks": [ + "What", + "are", + "the", + "different", + "document", + "object", + "ids", + "in", + "the", + "subset", + "named", + "'Best", + "for", + "2000", + "'", + "and", + "in", + "the", + "collection", + "named", + "'Best", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Best for 2000\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T2.Document_Object_ID FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = \"Best\" EXCEPT SELECT DISTINCT T3.Document_Object_ID FROM Document_Subset_Members AS T3 JOIN Document_Subsets AS T4 ON T3.Document_Subset_ID = T4.Document_Subset_ID WHERE T4.Document_Subset_Name = \"Best for 2000\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.Document_Object_ID", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Documents_in_Collections", + "AS", + "T2", + "ON", + "T1.Collection_ID", + "=", + "T2.Collection_ID", + "WHERE", + "T1.Collection_Name", + "=", + "``", + "Best", + "''", + "EXCEPT", + "SELECT", + "DISTINCT", + "T3.Document_Object_ID", + "FROM", + "Document_Subset_Members", + "AS", + "T3", + "JOIN", + "Document_Subsets", + "AS", + "T4", + "ON", + "T3.Document_Subset_ID", + "=", + "T4.Document_Subset_ID", + "WHERE", + "T4.Document_Subset_Name", + "=", + "``", + "Best", + "for", + "2000", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "document_object_id", + "from", + "collections", + "as", + "t1", + "join", + "documents_in_collections", + "as", + "t2", + "on", + "t1", + ".", + "collection_id", + "=", + "t2", + ".", + "collection_id", + "where", + "t1", + ".", + "collection_name", + "=", + "value", + "except", + "select", + "distinct", + "t3", + ".", + "document_object_id", + "from", + "document_subset_members", + "as", + "t3", + "join", + "document_subsets", + "as", + "t4", + "on", + "t3", + ".", + "document_subset_id", + "=", + "t4", + ".", + "document_subset_id", + "where", + "t4", + ".", + "document_subset_name", + "=", + "value" + ], + "question": "List id of documents that in collection named Best but not in document subset Best for 2000.", + "question_toks": [ + "List", + "id", + "of", + "documents", + "that", + "in", + "collection", + "named", + "Best", + "but", + "not", + "in", + "document", + "subset", + "Best", + "for", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Best for 2000\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T2.Document_Object_ID FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = \"Best\" EXCEPT SELECT DISTINCT T3.Document_Object_ID FROM Document_Subset_Members AS T3 JOIN Document_Subsets AS T4 ON T3.Document_Subset_ID = T4.Document_Subset_ID WHERE T4.Document_Subset_Name = \"Best for 2000\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.Document_Object_ID", + "FROM", + "Collections", + "AS", + "T1", + "JOIN", + "Documents_in_Collections", + "AS", + "T2", + "ON", + "T1.Collection_ID", + "=", + "T2.Collection_ID", + "WHERE", + "T1.Collection_Name", + "=", + "``", + "Best", + "''", + "EXCEPT", + "SELECT", + "DISTINCT", + "T3.Document_Object_ID", + "FROM", + "Document_Subset_Members", + "AS", + "T3", + "JOIN", + "Document_Subsets", + "AS", + "T4", + "ON", + "T3.Document_Subset_ID", + "=", + "T4.Document_Subset_ID", + "WHERE", + "T4.Document_Subset_Name", + "=", + "``", + "Best", + "for", + "2000", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "document_object_id", + "from", + "collections", + "as", + "t1", + "join", + "documents_in_collections", + "as", + "t2", + "on", + "t1", + ".", + "collection_id", + "=", + "t2", + ".", + "collection_id", + "where", + "t1", + ".", + "collection_name", + "=", + "value", + "except", + "select", + "distinct", + "t3", + ".", + "document_object_id", + "from", + "document_subset_members", + "as", + "t3", + "join", + "document_subsets", + "as", + "t4", + "on", + "t3", + ".", + "document_subset_id", + "=", + "t4", + ".", + "document_subset_id", + "where", + "t4", + ".", + "document_subset_name", + "=", + "value" + ], + "question": "What are the different document object ids that are in the collection named Best but not in the subset named 'Best for 2000'?", + "question_toks": [ + "What", + "are", + "the", + "different", + "document", + "object", + "ids", + "that", + "are", + "in", + "the", + "collection", + "named", + "Best", + "but", + "not", + "in", + "the", + "subset", + "named", + "'Best", + "for", + "2000", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Best for 2000\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T1.Document_Object_ID FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID JOIN Documents_in_Collections AS T3 ON T1.Document_Object_ID = T3.Document_Object_ID JOIN Collections AS T4 ON T3.Collection_ID = T4.Collection_ID WHERE T2.Document_Subset_Name = \"Best for 2000\" OR T4.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Document_Object_ID", + "FROM", + "Document_Subset_Members", + "AS", + "T1", + "JOIN", + "Document_Subsets", + "AS", + "T2", + "ON", + "T1.Document_Subset_ID", + "=", + "T2.Document_Subset_ID", + "JOIN", + "Documents_in_Collections", + "AS", + "T3", + "ON", + "T1.Document_Object_ID", + "=", + "T3.Document_Object_ID", + "JOIN", + "Collections", + "AS", + "T4", + "ON", + "T3.Collection_ID", + "=", + "T4.Collection_ID", + "WHERE", + "T2.Document_Subset_Name", + "=", + "``", + "Best", + "for", + "2000", + "''", + "OR", + "T4.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "document_object_id", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subsets", + "as", + "t2", + "on", + "t1", + ".", + "document_subset_id", + "=", + "t2", + ".", + "document_subset_id", + "join", + "documents_in_collections", + "as", + "t3", + "on", + "t1", + ".", + "document_object_id", + "=", + "t3", + ".", + "document_object_id", + "join", + "collections", + "as", + "t4", + "on", + "t3", + ".", + "collection_id", + "=", + "t4", + ".", + "collection_id", + "where", + "t2", + ".", + "document_subset_name", + "=", + "value", + "or", + "t4", + ".", + "collection_name", + "=", + "value" + ], + "question": "List id of documents that in document subset Best for 2000 or in collection named Best.", + "question_toks": [ + "List", + "id", + "of", + "documents", + "that", + "in", + "document", + "subset", + "Best", + "for", + "2000", + "or", + "in", + "collection", + "named", + "Best", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Best for 2000\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T1.Document_Object_ID FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID JOIN Documents_in_Collections AS T3 ON T1.Document_Object_ID = T3.Document_Object_ID JOIN Collections AS T4 ON T3.Collection_ID = T4.Collection_ID WHERE T2.Document_Subset_Name = \"Best for 2000\" OR T4.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Document_Object_ID", + "FROM", + "Document_Subset_Members", + "AS", + "T1", + "JOIN", + "Document_Subsets", + "AS", + "T2", + "ON", + "T1.Document_Subset_ID", + "=", + "T2.Document_Subset_ID", + "JOIN", + "Documents_in_Collections", + "AS", + "T3", + "ON", + "T1.Document_Object_ID", + "=", + "T3.Document_Object_ID", + "JOIN", + "Collections", + "AS", + "T4", + "ON", + "T3.Collection_ID", + "=", + "T4.Collection_ID", + "WHERE", + "T2.Document_Subset_Name", + "=", + "``", + "Best", + "for", + "2000", + "''", + "OR", + "T4.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "document_object_id", + "from", + "document_subset_members", + "as", + "t1", + "join", + "document_subsets", + "as", + "t2", + "on", + "t1", + ".", + "document_subset_id", + "=", + "t2", + ".", + "document_subset_id", + "join", + "documents_in_collections", + "as", + "t3", + "on", + "t1", + ".", + "document_object_id", + "=", + "t3", + ".", + "document_object_id", + "join", + "collections", + "as", + "t4", + "on", + "t3", + ".", + "collection_id", + "=", + "t4", + ".", + "collection_id", + "where", + "t2", + ".", + "document_subset_name", + "=", + "value", + "or", + "t4", + ".", + "collection_name", + "=", + "value" + ], + "question": "What are the different document ids that are in the subset named 'Best for 2000' or in the collection named 'Best'?", + "question_toks": [ + "What", + "are", + "the", + "different", + "document", + "ids", + "that", + "are", + "in", + "the", + "subset", + "named", + "'Best", + "for", + "2000", + "'", + "or", + "in", + "the", + "collection", + "named", + "'Best", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Best for 2000\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T4.Collection_Name FROM Collection_Subset_Members AS T1 JOIN Collection_Subset_Members AS T2 ON T1.Related_Collection_ID = T2.Collection_ID JOIN Collections AS T3 ON T1.Collection_ID = T3.Collection_ID JOIN Collections AS T4 ON T2.Collection_ID = T4.Collection_ID WHERE T3.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "T4.Collection_Name", + "FROM", + "Collection_Subset_Members", + "AS", + "T1", + "JOIN", + "Collection_Subset_Members", + "AS", + "T2", + "ON", + "T1.Related_Collection_ID", + "=", + "T2.Collection_ID", + "JOIN", + "Collections", + "AS", + "T3", + "ON", + "T1.Collection_ID", + "=", + "T3.Collection_ID", + "JOIN", + "Collections", + "AS", + "T4", + "ON", + "T2.Collection_ID", + "=", + "T4.Collection_ID", + "WHERE", + "T3.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "collection_name", + "from", + "collection_subset_members", + "as", + "t1", + "join", + "collection_subset_members", + "as", + "t2", + "on", + "t1", + ".", + "related_collection_id", + "=", + "t2", + ".", + "collection_id", + "join", + "collections", + "as", + "t3", + "on", + "t1", + ".", + "collection_id", + "=", + "t3", + ".", + "collection_id", + "join", + "collections", + "as", + "t4", + "on", + "t2", + ".", + "collection_id", + "=", + "t4", + ".", + "collection_id", + "where", + "t3", + ".", + "collection_name", + "=", + "value" + ], + "question": "List all name of collections that are related to collection named Best.", + "question_toks": [ + "List", + "all", + "name", + "of", + "collections", + "that", + "are", + "related", + "to", + "collection", + "named", + "Best", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T4.Collection_Name FROM Collection_Subset_Members AS T1 JOIN Collection_Subset_Members AS T2 ON T1.Related_Collection_ID = T2.Collection_ID JOIN Collections AS T3 ON T1.Collection_ID = T3.Collection_ID JOIN Collections AS T4 ON T2.Collection_ID = T4.Collection_ID WHERE T3.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "T4.Collection_Name", + "FROM", + "Collection_Subset_Members", + "AS", + "T1", + "JOIN", + "Collection_Subset_Members", + "AS", + "T2", + "ON", + "T1.Related_Collection_ID", + "=", + "T2.Collection_ID", + "JOIN", + "Collections", + "AS", + "T3", + "ON", + "T1.Collection_ID", + "=", + "T3.Collection_ID", + "JOIN", + "Collections", + "AS", + "T4", + "ON", + "T2.Collection_ID", + "=", + "T4.Collection_ID", + "WHERE", + "T3.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "collection_name", + "from", + "collection_subset_members", + "as", + "t1", + "join", + "collection_subset_members", + "as", + "t2", + "on", + "t1", + ".", + "related_collection_id", + "=", + "t2", + ".", + "collection_id", + "join", + "collections", + "as", + "t3", + "on", + "t1", + ".", + "collection_id", + "=", + "t3", + ".", + "collection_id", + "join", + "collections", + "as", + "t4", + "on", + "t2", + ".", + "collection_id", + "=", + "t4", + ".", + "collection_id", + "where", + "t3", + ".", + "collection_name", + "=", + "value" + ], + "question": "What are the names of the collections that are related to the collection named Best?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "collections", + "that", + "are", + "related", + "to", + "the", + "collection", + "named", + "Best", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT count(DISTINCT T1.Related_Collection_ID) FROM Collection_Subset_Members AS T1 JOIN Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T2.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T1.Related_Collection_ID", + ")", + "FROM", + "Collection_Subset_Members", + "AS", + "T1", + "JOIN", + "Collections", + "AS", + "T2", + "ON", + "T1.Collection_ID", + "=", + "T2.Collection_ID", + "WHERE", + "T2.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "related_collection_id", + ")", + "from", + "collection_subset_members", + "as", + "t1", + "join", + "collections", + "as", + "t2", + "on", + "t1", + ".", + "collection_id", + "=", + "t2", + ".", + "collection_id", + "where", + "t2", + ".", + "collection_name", + "=", + "value" + ], + "question": "How many collections that are related to collection named Best?", + "question_toks": [ + "How", + "many", + "collections", + "that", + "are", + "related", + "to", + "collection", + "named", + "Best", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 22, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT count(DISTINCT T1.Related_Collection_ID) FROM Collection_Subset_Members AS T1 JOIN Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T2.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T1.Related_Collection_ID", + ")", + "FROM", + "Collection_Subset_Members", + "AS", + "T1", + "JOIN", + "Collections", + "AS", + "T2", + "ON", + "T1.Collection_ID", + "=", + "T2.Collection_ID", + "WHERE", + "T2.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "related_collection_id", + ")", + "from", + "collection_subset_members", + "as", + "t1", + "join", + "collections", + "as", + "t2", + "on", + "t1", + ".", + "collection_id", + "=", + "t2", + ".", + "collection_id", + "where", + "t2", + ".", + "collection_name", + "=", + "value" + ], + "question": "How many different collections are related to the one named 'Best'?", + "question_toks": [ + "How", + "many", + "different", + "collections", + "are", + "related", + "to", + "the", + "one", + "named", + "'Best", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 22, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T1.Collection_Subset_Name FROM Collection_Subsets AS T1 JOIN Collection_Subset_Members AS T2 ON T1.Collection_Subset_ID = T2.Collection_Subset_ID JOIN Collections AS T3 ON T2.Collection_ID = T3.Collection_ID WHERE T3.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Collection_Subset_Name", + "FROM", + "Collection_Subsets", + "AS", + "T1", + "JOIN", + "Collection_Subset_Members", + "AS", + "T2", + "ON", + "T1.Collection_Subset_ID", + "=", + "T2.Collection_Subset_ID", + "JOIN", + "Collections", + "AS", + "T3", + "ON", + "T2.Collection_ID", + "=", + "T3.Collection_ID", + "WHERE", + "T3.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "collection_subset_name", + "from", + "collection_subsets", + "as", + "t1", + "join", + "collection_subset_members", + "as", + "t2", + "on", + "t1", + ".", + "collection_subset_id", + "=", + "t2", + ".", + "collection_subset_id", + "join", + "collections", + "as", + "t3", + "on", + "t2", + ".", + "collection_id", + "=", + "t3", + ".", + "collection_id", + "where", + "t3", + ".", + "collection_name", + "=", + "value" + ], + "question": "Which collection subset does collection name Best in? List collection subset name.", + "question_toks": [ + "Which", + "collection", + "subset", + "does", + "collection", + "name", + "Best", + "in", + "?", + "List", + "collection", + "subset", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_and_collections", + "query": "SELECT DISTINCT T1.Collection_Subset_Name FROM Collection_Subsets AS T1 JOIN Collection_Subset_Members AS T2 ON T1.Collection_Subset_ID = T2.Collection_Subset_ID JOIN Collections AS T3 ON T2.Collection_ID = T3.Collection_ID WHERE T3.Collection_Name = \"Best\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Collection_Subset_Name", + "FROM", + "Collection_Subsets", + "AS", + "T1", + "JOIN", + "Collection_Subset_Members", + "AS", + "T2", + "ON", + "T1.Collection_Subset_ID", + "=", + "T2.Collection_Subset_ID", + "JOIN", + "Collections", + "AS", + "T3", + "ON", + "T2.Collection_ID", + "=", + "T3.Collection_ID", + "WHERE", + "T3.Collection_Name", + "=", + "``", + "Best", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "collection_subset_name", + "from", + "collection_subsets", + "as", + "t1", + "join", + "collection_subset_members", + "as", + "t2", + "on", + "t1", + ".", + "collection_subset_id", + "=", + "t2", + ".", + "collection_subset_id", + "join", + "collections", + "as", + "t3", + "on", + "t2", + ".", + "collection_id", + "=", + "t3", + ".", + "collection_id", + "where", + "t3", + ".", + "collection_name", + "=", + "value" + ], + "question": "What are the collection subsets that the collection named 'Best' in?", + "question_toks": [ + "What", + "are", + "the", + "collection", + "subsets", + "that", + "the", + "collection", + "named", + "'Best", + "'", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Best\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT count(*) FROM songs WHERE name LIKE \"%Love%\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "songs", + "WHERE", + "name", + "LIKE", + "``", + "%", + "Love", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "songs", + "where", + "name", + "like", + "value" + ], + "question": "How many songs contain \"Love\" in their names?", + "question_toks": [ + "How", + "many", + "songs", + "contain", + "``", + "Love", + "''", + "in", + "their", + "names", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"%Love%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT name FROM songs ORDER BY name", + "query_toks": [ + "SELECT", + "name", + "FROM", + "songs", + "ORDER", + "BY", + "name" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "songs", + "order", + "by", + "name" + ], + "question": "List the name of the songs in ascending, lexicographical order.", + "question_toks": [ + "List", + "the", + "name", + "of", + "the", + "songs", + "in", + "ascending", + ",", + "lexicographical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "select name , language from songs", + "query_toks": [ + "select", + "name", + ",", + "language", + "from", + "songs" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "language", + "from", + "songs" + ], + "question": "List the names and languages of the songs .", + "question_toks": [ + "List", + "the", + "names", + "and", + "languages", + "of", + "the", + "songs", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT max(voice_sound_quality) , min(voice_sound_quality) FROM performance_score", + "query_toks": [ + "SELECT", + "max", + "(", + "voice_sound_quality", + ")", + ",", + "min", + "(", + "voice_sound_quality", + ")", + "FROM", + "performance_score" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "voice_sound_quality", + ")", + ",", + "min", + "(", + "voice_sound_quality", + ")", + "from", + "performance_score" + ], + "question": "What are the maximum and minimum voice sound quality score of the performances?", + "question_toks": [ + "What", + "are", + "the", + "maximum", + "and", + "minimum", + "voice", + "sound", + "quality", + "score", + "of", + "the", + "performances", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT T1.voice_sound_quality , T1.rhythm_tempo , T1.stage_presence FROM performance_score AS T1 JOIN participants AS T2 ON T1.participant_id = T2.id WHERE T2.name = 'Freeway'", + "query_toks": [ + "SELECT", + "T1.voice_sound_quality", + ",", + "T1.rhythm_tempo", + ",", + "T1.stage_presence", + "FROM", + "performance_score", + "AS", + "T1", + "JOIN", + "participants", + "AS", + "T2", + "ON", + "T1.participant_id", + "=", + "T2.id", + "WHERE", + "T2.name", + "=", + "'Freeway", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "voice_sound_quality", + ",", + "t1", + ".", + "rhythm_tempo", + ",", + "t1", + ".", + "stage_presence", + "from", + "performance_score", + "as", + "t1", + "join", + "participants", + "as", + "t2", + "on", + "t1", + ".", + "participant_id", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What are the voice sound quality score, rhythm tempo score and stage presence score performed by the participant named 'Freeway'?", + "question_toks": [ + "What", + "are", + "the", + "voice", + "sound", + "quality", + "score", + ",", + "rhythm", + "tempo", + "score", + "and", + "stage", + "presence", + "score", + "performed", + "by", + "the", + "participant", + "named", + "'Freeway", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Freeway\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT id , LANGUAGE , original_artist FROM songs WHERE name != 'Love'", + "query_toks": [ + "SELECT", + "id", + ",", + "LANGUAGE", + ",", + "original_artist", + "FROM", + "songs", + "WHERE", + "name", + "!", + "=", + "'Love", + "'" + ], + "query_toks_no_value": [ + "select", + "id", + ",", + "language", + ",", + "original_artist", + "from", + "songs", + "where", + "name", + "!", + "=", + "value" + ], + "question": "What are the id, language and original artist of the songs whose name is not 'Love'?", + "question_toks": [ + "What", + "are", + "the", + "id", + ",", + "language", + "and", + "original", + "artist", + "of", + "the", + "songs", + "whose", + "name", + "is", + "not", + "'Love", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Love\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT name , original_artist FROM songs WHERE english_translation = 'All the streets of love'", + "query_toks": [ + "SELECT", + "name", + ",", + "original_artist", + "FROM", + "songs", + "WHERE", + "english_translation", + "=", + "'All", + "the", + "streets", + "of", + "love", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "original_artist", + "from", + "songs", + "where", + "english_translation", + "=", + "value" + ], + "question": "What are the names and original artists of the song whose English translation is 'All the streets of love'?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "original", + "artists", + "of", + "the", + "song", + "whose", + "English", + "translation", + "is", + "'All", + "the", + "streets", + "of", + "love", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"All the streets of love\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT DISTINCT T2.stage_presence FROM songs AS T1 JOIN performance_score AS T2 ON T1.id = T2.songs_id WHERE T1.language = 'English'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.stage_presence", + "FROM", + "songs", + "AS", + "T1", + "JOIN", + "performance_score", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.songs_id", + "WHERE", + "T1.language", + "=", + "'English", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "stage_presence", + "from", + "songs", + "as", + "t1", + "join", + "performance_score", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "songs_id", + "where", + "t1", + ".", + "language", + "=", + "value" + ], + "question": "What are the distinct stage presence scores for all the songs that are in language 'English' ?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "stage", + "presence", + "scores", + "for", + "all", + "the", + "songs", + "that", + "are", + "in", + "language", + "'English", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT T1.id , T1.Name FROM participants AS T1 JOIN performance_score AS T2 ON T2.participant_id = T1.id GROUP BY T1.id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T1.id", + ",", + "T1.Name", + "FROM", + "participants", + "AS", + "T1", + "JOIN", + "performance_score", + "AS", + "T2", + "ON", + "T2.participant_id", + "=", + "T1.id", + "GROUP", + "BY", + "T1.id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "id", + ",", + "t1", + ".", + "name", + "from", + "participants", + "as", + "t1", + "join", + "performance_score", + "as", + "t2", + "on", + "t2", + ".", + "participant_id", + "=", + "t1", + ".", + "id", + "group", + "by", + "t1", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the ids and names of the participants who have performed at least two songs?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "names", + "of", + "the", + "participants", + "who", + "have", + "performed", + "at", + "least", + "two", + "songs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT T1.id , T1.Name , T1.popularity FROM participants AS T1 JOIN performance_score AS T2 ON T2.participant_id = T1.id GROUP BY T1.id ORDER BY count(*)", + "query_toks": [ + "SELECT", + "T1.id", + ",", + "T1.Name", + ",", + "T1.popularity", + "FROM", + "participants", + "AS", + "T1", + "JOIN", + "performance_score", + "AS", + "T2", + "ON", + "T2.participant_id", + "=", + "T1.id", + "GROUP", + "BY", + "T1.id", + "ORDER", + "BY", + "count", + "(", + "*", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "id", + ",", + "t1", + ".", + "name", + ",", + "t1", + ".", + "popularity", + "from", + "participants", + "as", + "t1", + "join", + "performance_score", + "as", + "t2", + "on", + "t2", + ".", + "participant_id", + "=", + "t1", + ".", + "id", + "group", + "by", + "t1", + ".", + "id", + "order", + "by", + "count", + "(", + "*", + ")" + ], + "question": "What are the ids, names and popularity of the participants, order by the number of songs they perform?", + "question_toks": [ + "What", + "are", + "the", + "ids", + ",", + "names", + "and", + "popularity", + "of", + "the", + "participants", + ",", + "order", + "by", + "the", + "number", + "of", + "songs", + "they", + "perform", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT T1.id , T1.name FROM participants AS T1 JOIN performance_score AS T2 ON T2.participant_id = T1.id WHERE T2.voice_sound_quality = 5 OR T2.rhythm_tempo = 5", + "query_toks": [ + "SELECT", + "T1.id", + ",", + "T1.name", + "FROM", + "participants", + "AS", + "T1", + "JOIN", + "performance_score", + "AS", + "T2", + "ON", + "T2.participant_id", + "=", + "T1.id", + "WHERE", + "T2.voice_sound_quality", + "=", + "5", + "OR", + "T2.rhythm_tempo", + "=", + "5" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "id", + ",", + "t1", + ".", + "name", + "from", + "participants", + "as", + "t1", + "join", + "performance_score", + "as", + "t2", + "on", + "t2", + ".", + "participant_id", + "=", + "t1", + ".", + "id", + "where", + "t2", + ".", + "voice_sound_quality", + "=", + "value", + "or", + "t2", + ".", + "rhythm_tempo", + "=", + "value" + ], + "question": "What are the id and name of the participants who received score 5 for their sound quality or rhythm tempo?", + "question_toks": [ + "What", + "are", + "the", + "id", + "and", + "name", + "of", + "the", + "participants", + "who", + "received", + "score", + "5", + "for", + "their", + "sound", + "quality", + "or", + "rhythm", + "tempo", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + 5.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + 5.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT T1.voice_sound_quality FROM performance_score AS T1 JOIN songs AS T2 ON T1.songs_id = T2.id WHERE T2.name = ' The Balkan Girls ' AND T2.language = 'English'", + "query_toks": [ + "SELECT", + "T1.voice_sound_quality", + "FROM", + "performance_score", + "AS", + "T1", + "JOIN", + "songs", + "AS", + "T2", + "ON", + "T1.songs_id", + "=", + "T2.id", + "WHERE", + "T2.name", + "=", + "'", + "The", + "Balkan", + "Girls", + "'", + "AND", + "T2.language", + "=", + "'English", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "voice_sound_quality", + "from", + "performance_score", + "as", + "t1", + "join", + "songs", + "as", + "t2", + "on", + "t1", + ".", + "songs_id", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "language", + "=", + "value" + ], + "question": "What are the voice sound quality scores received for the song named ' The Balkan Girls ' in English language ?", + "question_toks": [ + "What", + "are", + "the", + "voice", + "sound", + "quality", + "scores", + "received", + "for", + "the", + "song", + "named", + "'", + "The", + "Balkan", + "Girls", + "'", + "in", + "English", + "language", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\" The Balkan Girls \"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT T1.id , T1.name FROM songs AS T1 JOIN performance_score AS T2 ON T1.id = T2.songs_id GROUP BY T1.id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.id", + ",", + "T1.name", + "FROM", + "songs", + "AS", + "T1", + "JOIN", + "performance_score", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.songs_id", + "GROUP", + "BY", + "T1.id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "id", + ",", + "t1", + ".", + "name", + "from", + "songs", + "as", + "t1", + "join", + "performance_score", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "songs_id", + "group", + "by", + "t1", + ".", + "id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the id and name of the song sung by the most participants?", + "question_toks": [ + "What", + "are", + "the", + "id", + "and", + "name", + "of", + "the", + "song", + "sung", + "by", + "the", + "most", + "participants", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT count(*) FROM performance_score WHERE stage_presence < 7 OR stage_presence > 9", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "performance_score", + "WHERE", + "stage_presence", + "<", + "7", + "OR", + "stage_presence", + ">", + "9" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "performance_score", + "where", + "stage_presence", + "<", + "value", + "or", + "stage_presence", + ">", + "value" + ], + "question": "How many performances have a stage presence score less than 7 or higher than 9?", + "question_toks": [ + "How", + "many", + "performances", + "have", + "a", + "stage", + "presence", + "score", + "less", + "than", + "7", + "or", + "higher", + "than", + "9", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 7.0, + null + ], + "or", + [ + false, + 3, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 9.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT count(*) FROM songs WHERE id NOT IN ( SELECT songs_id FROM performance_score );", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "songs", + "WHERE", + "id", + "NOT", + "IN", + "(", + "SELECT", + "songs_id", + "FROM", + "performance_score", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "songs", + "where", + "id", + "not", + "in", + "(", + "select", + "songs_id", + "from", + "performance_score", + ")" + ], + "question": "How many songs listed are not performed?", + "question_toks": [ + "How", + "many", + "songs", + "listed", + "are", + "not", + "performed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT avg(T2.rhythm_tempo) , T1.language FROM songs AS T1 JOIN performance_score AS T2 ON T2.songs_id = T1.id GROUP BY T1.language", + "query_toks": [ + "SELECT", + "avg", + "(", + "T2.rhythm_tempo", + ")", + ",", + "T1.language", + "FROM", + "songs", + "AS", + "T1", + "JOIN", + "performance_score", + "AS", + "T2", + "ON", + "T2.songs_id", + "=", + "T1.id", + "GROUP", + "BY", + "T1.language" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t2", + ".", + "rhythm_tempo", + ")", + ",", + "t1", + ".", + "language", + "from", + "songs", + "as", + "t1", + "join", + "performance_score", + "as", + "t2", + "on", + "t2", + ".", + "songs_id", + "=", + "t1", + ".", + "id", + "group", + "by", + "t1", + ".", + "language" + ], + "question": "What are the average rhythm scores for the songs in each different language?", + "question_toks": [ + "What", + "are", + "the", + "average", + "rhythm", + "scores", + "for", + "the", + "songs", + "in", + "each", + "different", + "language", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT DISTINCT T1.name FROM participants AS T1 JOIN performance_score AS T2 ON T2.participant_id = T1.id JOIN songs AS T3 ON T3.id = T2.songs_id WHERE T3.language = 'English'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.name", + "FROM", + "participants", + "AS", + "T1", + "JOIN", + "performance_score", + "AS", + "T2", + "ON", + "T2.participant_id", + "=", + "T1.id", + "JOIN", + "songs", + "AS", + "T3", + "ON", + "T3.id", + "=", + "T2.songs_id", + "WHERE", + "T3.language", + "=", + "'English", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + "from", + "participants", + "as", + "t1", + "join", + "performance_score", + "as", + "t2", + "on", + "t2", + ".", + "participant_id", + "=", + "t1", + ".", + "id", + "join", + "songs", + "as", + "t3", + "on", + "t3", + ".", + "id", + "=", + "t2", + ".", + "songs_id", + "where", + "t3", + ".", + "language", + "=", + "value" + ], + "question": "What are the distinct names of the participants who have sung a song in 'English'?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "names", + "of", + "the", + "participants", + "who", + "have", + "sung", + "a", + "song", + "in", + "'English", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT T1.name , T1.popularity FROM participants AS T1 JOIN performance_score AS T2 ON T2.participant_id = T1.id JOIN songs AS T3 ON T3.id = T2.songs_id WHERE T3.language = 'Croatian' INTERSECT SELECT T1.name , T1.popularity FROM participants AS T1 JOIN performance_score AS T2 ON T2.participant_id = T1.id JOIN songs AS T3 ON T3.id = T2.songs_id WHERE T3.language = 'English'", + "query_toks": [ + "SELECT", + "T1.name", + ",", + "T1.popularity", + "FROM", + "participants", + "AS", + "T1", + "JOIN", + "performance_score", + "AS", + "T2", + "ON", + "T2.participant_id", + "=", + "T1.id", + "JOIN", + "songs", + "AS", + "T3", + "ON", + "T3.id", + "=", + "T2.songs_id", + "WHERE", + "T3.language", + "=", + "'Croatian", + "'", + "INTERSECT", + "SELECT", + "T1.name", + ",", + "T1.popularity", + "FROM", + "participants", + "AS", + "T1", + "JOIN", + "performance_score", + "AS", + "T2", + "ON", + "T2.participant_id", + "=", + "T1.id", + "JOIN", + "songs", + "AS", + "T3", + "ON", + "T3.id", + "=", + "T2.songs_id", + "WHERE", + "T3.language", + "=", + "'English", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "popularity", + "from", + "participants", + "as", + "t1", + "join", + "performance_score", + "as", + "t2", + "on", + "t2", + ".", + "participant_id", + "=", + "t1", + ".", + "id", + "join", + "songs", + "as", + "t3", + "on", + "t3", + ".", + "id", + "=", + "t2", + ".", + "songs_id", + "where", + "t3", + ".", + "language", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "popularity", + "from", + "participants", + "as", + "t1", + "join", + "performance_score", + "as", + "t2", + "on", + "t2", + ".", + "participant_id", + "=", + "t1", + ".", + "id", + "join", + "songs", + "as", + "t3", + "on", + "t3", + ".", + "id", + "=", + "t2", + ".", + "songs_id", + "where", + "t3", + ".", + "language", + "=", + "value" + ], + "question": "What are the name and popularity of participants who have sung a song both in 'Croatian' language and in 'English' language?", + "question_toks": [ + "What", + "are", + "the", + "name", + "and", + "popularity", + "of", + "participants", + "who", + "have", + "sung", + "a", + "song", + "both", + "in", + "'Croatian", + "'", + "language", + "and", + "in", + "'English", + "'", + "language", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Croatian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "SELECT name FROM songs WHERE name LIKE \"%Is%\"", + "query_toks": [ + "SELECT", + "name", + "FROM", + "songs", + "WHERE", + "name", + "LIKE", + "``", + "%", + "Is", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "songs", + "where", + "name", + "like", + "value" + ], + "question": "Which song names have the substring \"Is\"?", + "question_toks": [ + "Which", + "song", + "names", + "have", + "the", + "substring", + "``", + "Is", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"%Is%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "sing_contest", + "query": "select t2.original_artist from performance_score as t1 join songs as t2 on t2.id = t1.songs_id where t1.rhythm_tempo > 5 order by t1.voice_sound_quality desc", + "query_toks": [ + "select", + "t2.original_artist", + "from", + "performance_score", + "as", + "t1", + "join", + "songs", + "as", + "t2", + "on", + "t2.id", + "=", + "t1.songs_id", + "where", + "t1.rhythm_tempo", + ">", + "5", + "order", + "by", + "t1.voice_sound_quality", + "desc" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "original_artist", + "from", + "performance_score", + "as", + "t1", + "join", + "songs", + "as", + "t2", + "on", + "t2", + ".", + "id", + "=", + "t1", + ".", + "songs_id", + "where", + "t1", + ".", + "rhythm_tempo", + ">", + "value", + "order", + "by", + "t1", + ".", + "voice_sound_quality", + "desc" + ], + "question": "Find the original artists who sing songs with rhythm tempo above 5 , and list results in descending order of voice sound quality .", + "question_toks": [ + "Find", + "the", + "original", + "artists", + "who", + "sing", + "songs", + "with", + "rhythm", + "tempo", + "above", + "5", + ",", + "and", + "list", + "results", + "in", + "descending", + "order", + "of", + "voice", + "sound", + "quality", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + 5.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT count(*) FROM City", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "City" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "city" + ], + "question": "How many cities do we have?", + "question_toks": [ + "How", + "many", + "cities", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT count(*) FROM City", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "City" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "city" + ], + "question": "Count the number of cities.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "cities", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "select distinct state from city", + "query_toks": [ + "select", + "distinct", + "state", + "from", + "city" + ], + "query_toks_no_value": [ + "select", + "distinct", + "state", + "from", + "city" + ], + "question": "List all different states .", + "question_toks": [ + "List", + "all", + "different", + "states", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT DISTINCT state FROM City", + "query_toks": [ + "SELECT", + "DISTINCT", + "state", + "FROM", + "City" + ], + "query_toks_no_value": [ + "select", + "distinct", + "state", + "from", + "city" + ], + "question": "What are all the distinct states?", + "question_toks": [ + "What", + "are", + "all", + "the", + "distinct", + "states", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT count(DISTINCT country) FROM City", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "country", + ")", + "FROM", + "City" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "country", + ")", + "from", + "city" + ], + "question": "How many countries do we have?", + "question_toks": [ + "How", + "many", + "countries", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 15, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT count(DISTINCT country) FROM City", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "country", + ")", + "FROM", + "City" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "country", + ")", + "from", + "city" + ], + "question": "Count the number of coutries.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "coutries", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 15, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT city_name , city_code , state , country FROM City", + "query_toks": [ + "SELECT", + "city_name", + ",", + "city_code", + ",", + "state", + ",", + "country", + "FROM", + "City" + ], + "query_toks_no_value": [ + "select", + "city_name", + ",", + "city_code", + ",", + "state", + ",", + "country", + "from", + "city" + ], + "question": "Show names, codes, states, countries for all cities.", + "question_toks": [ + "Show", + "names", + ",", + "codes", + ",", + "states", + ",", + "countries", + "for", + "all", + "cities", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT city_name , city_code , state , country FROM City", + "query_toks": [ + "SELECT", + "city_name", + ",", + "city_code", + ",", + "state", + ",", + "country", + "FROM", + "City" + ], + "query_toks_no_value": [ + "select", + "city_name", + ",", + "city_code", + ",", + "state", + ",", + "country", + "from", + "city" + ], + "question": "What are the names, codes, states, and countries for all cities?", + "question_toks": [ + "What", + "are", + "the", + "names", + ",", + "codes", + ",", + "states", + ",", + "and", + "countries", + "for", + "all", + "cities", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT latitude , longitude FROM City WHERE city_name = \"Baltimore\"", + "query_toks": [ + "SELECT", + "latitude", + ",", + "longitude", + "FROM", + "City", + "WHERE", + "city_name", + "=", + "``", + "Baltimore", + "''" + ], + "query_toks_no_value": [ + "select", + "latitude", + ",", + "longitude", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "What is the latitude and longitude for Baltimore?", + "question_toks": [ + "What", + "is", + "the", + "latitude", + "and", + "longitude", + "for", + "Baltimore", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Baltimore\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT latitude , longitude FROM City WHERE city_name = \"Baltimore\"", + "query_toks": [ + "SELECT", + "latitude", + ",", + "longitude", + "FROM", + "City", + "WHERE", + "city_name", + "=", + "``", + "Baltimore", + "''" + ], + "query_toks_no_value": [ + "select", + "latitude", + ",", + "longitude", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "What latitude and longitude correspond to Baltimore?", + "question_toks": [ + "What", + "latitude", + "and", + "longitude", + "correspond", + "to", + "Baltimore", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Baltimore\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT city_name FROM City WHERE state = \"PA\"", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "City", + "WHERE", + "state", + "=", + "``", + "PA", + "''" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "state", + "=", + "value" + ], + "question": "Show names for all cities in state PA.", + "question_toks": [ + "Show", + "names", + "for", + "all", + "cities", + "in", + "state", + "PA", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"PA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT city_name FROM City WHERE state = \"PA\"", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "City", + "WHERE", + "state", + "=", + "``", + "PA", + "''" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "state", + "=", + "value" + ], + "question": "What are the names of all cities in PA?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "cities", + "in", + "PA", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"PA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT count(*) FROM City WHERE country = \"CANADA\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "City", + "WHERE", + "country", + "=", + "``", + "CANADA", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "city", + "where", + "country", + "=", + "value" + ], + "question": "How many cities are in Canada?", + "question_toks": [ + "How", + "many", + "cities", + "are", + "in", + "Canada", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"CANADA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT count(*) FROM City WHERE country = \"CANADA\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "City", + "WHERE", + "country", + "=", + "``", + "CANADA", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "city", + "where", + "country", + "=", + "value" + ], + "question": "Count the number of cities in Canada.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "cities", + "in", + "Canada", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"CANADA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT city_name FROM City WHERE country = \"USA\" ORDER BY latitude", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "City", + "WHERE", + "country", + "=", + "``", + "USA", + "''", + "ORDER", + "BY", + "latitude" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "country", + "=", + "value", + "order", + "by", + "latitude" + ], + "question": "Show names for all USA city ordered by latitude.", + "question_toks": [ + "Show", + "names", + "for", + "all", + "USA", + "city", + "ordered", + "by", + "latitude", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT city_name FROM City WHERE country = \"USA\" ORDER BY latitude", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "City", + "WHERE", + "country", + "=", + "``", + "USA", + "''", + "ORDER", + "BY", + "latitude" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "country", + "=", + "value", + "order", + "by", + "latitude" + ], + "question": "What are all the city names for cities in the USA, ordered by latitude?", + "question_toks": [ + "What", + "are", + "all", + "the", + "city", + "names", + "for", + "cities", + "in", + "the", + "USA", + ",", + "ordered", + "by", + "latitude", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT state , count(*) FROM City GROUP BY state", + "query_toks": [ + "SELECT", + "state", + ",", + "count", + "(", + "*", + ")", + "FROM", + "City", + "GROUP", + "BY", + "state" + ], + "query_toks_no_value": [ + "select", + "state", + ",", + "count", + "(", + "*", + ")", + "from", + "city", + "group", + "by", + "state" + ], + "question": "Show all states and number of cities in each state.", + "question_toks": [ + "Show", + "all", + "states", + "and", + "number", + "of", + "cities", + "in", + "each", + "state", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT state , count(*) FROM City GROUP BY state", + "query_toks": [ + "SELECT", + "state", + ",", + "count", + "(", + "*", + ")", + "FROM", + "City", + "GROUP", + "BY", + "state" + ], + "query_toks_no_value": [ + "select", + "state", + ",", + "count", + "(", + "*", + ")", + "from", + "city", + "group", + "by", + "state" + ], + "question": "How many cities are in each state?", + "question_toks": [ + "How", + "many", + "cities", + "are", + "in", + "each", + "state", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "select country , count(*) from city group by country", + "query_toks": [ + "select", + "country", + ",", + "count", + "(", + "*", + ")", + "from", + "city", + "group", + "by", + "country" + ], + "query_toks_no_value": [ + "select", + "country", + ",", + "count", + "(", + "*", + ")", + "from", + "city", + "group", + "by", + "country" + ], + "question": "Show all countries and number of cities in each .", + "question_toks": [ + "Show", + "all", + "countries", + "and", + "number", + "of", + "cities", + "in", + "each", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT country , count(*) FROM City GROUP BY country", + "query_toks": [ + "SELECT", + "country", + ",", + "count", + "(", + "*", + ")", + "FROM", + "City", + "GROUP", + "BY", + "country" + ], + "query_toks_no_value": [ + "select", + "country", + ",", + "count", + "(", + "*", + ")", + "from", + "city", + "group", + "by", + "country" + ], + "question": "How many cities are there in each country?", + "question_toks": [ + "How", + "many", + "cities", + "are", + "there", + "in", + "each", + "country", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT state FROM City GROUP BY state HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "state", + "FROM", + "City", + "GROUP", + "BY", + "state", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "state", + "from", + "city", + "group", + "by", + "state", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "List all states with at least two cities.", + "question_toks": [ + "List", + "all", + "states", + "with", + "at", + "least", + "two", + "cities", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT state FROM City GROUP BY state HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "state", + "FROM", + "City", + "GROUP", + "BY", + "state", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "state", + "from", + "city", + "group", + "by", + "state", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Which states have at least two cities?", + "question_toks": [ + "Which", + "states", + "have", + "at", + "least", + "two", + "cities", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT state FROM City GROUP BY state ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "state", + "FROM", + "City", + "GROUP", + "BY", + "state", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "state", + "from", + "city", + "group", + "by", + "state", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which state has most number of cities?", + "question_toks": [ + "Which", + "state", + "has", + "most", + "number", + "of", + "cities", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT state FROM City GROUP BY state ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "state", + "FROM", + "City", + "GROUP", + "BY", + "state", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "state", + "from", + "city", + "group", + "by", + "state", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the state that has the most cities.", + "question_toks": [ + "Give", + "the", + "state", + "that", + "has", + "the", + "most", + "cities", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT country FROM City GROUP BY country ORDER BY count(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "country", + "FROM", + "City", + "GROUP", + "BY", + "country", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "city", + "group", + "by", + "country", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "Which country has fewest number of cities?", + "question_toks": [ + "Which", + "country", + "has", + "fewest", + "number", + "of", + "cities", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT country FROM City GROUP BY country ORDER BY count(*) ASC LIMIT 1", + "query_toks": [ + "SELECT", + "country", + "FROM", + "City", + "GROUP", + "BY", + "country", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "city", + "group", + "by", + "country", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "Give the country with the fewest number of cities.", + "question_toks": [ + "Give", + "the", + "country", + "with", + "the", + "fewest", + "number", + "of", + "cities", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T2.Fname , T2.Lname FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.state = \"MD\"", + "query_toks": [ + "SELECT", + "T2.Fname", + ",", + "T2.Lname", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "WHERE", + "T1.state", + "=", + "``", + "MD", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "fname", + ",", + "t2", + ".", + "lname", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "where", + "t1", + ".", + "state", + "=", + "value" + ], + "question": "Show the first name and the last name for students living in state MD.", + "question_toks": [ + "Show", + "the", + "first", + "name", + "and", + "the", + "last", + "name", + "for", + "students", + "living", + "in", + "state", + "MD", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"MD\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T2.Fname , T2.Lname FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.state = \"MD\"", + "query_toks": [ + "SELECT", + "T2.Fname", + ",", + "T2.Lname", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "WHERE", + "T1.state", + "=", + "``", + "MD", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "fname", + ",", + "t2", + ".", + "lname", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "where", + "t1", + ".", + "state", + "=", + "value" + ], + "question": "What are the full names of students living in MD?", + "question_toks": [ + "What", + "are", + "the", + "full", + "names", + "of", + "students", + "living", + "in", + "MD", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"MD\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT count(*) FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.country = \"CHINA\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "WHERE", + "T1.country", + "=", + "``", + "CHINA", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "where", + "t1", + ".", + "country", + "=", + "value" + ], + "question": "How many students live in China?", + "question_toks": [ + "How", + "many", + "students", + "live", + "in", + "China", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"CHINA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT count(*) FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.country = \"CHINA\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "WHERE", + "T1.country", + "=", + "``", + "CHINA", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "where", + "t1", + ".", + "country", + "=", + "value" + ], + "question": "Count the number of students living in China.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "students", + "living", + "in", + "China", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"CHINA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T2.Fname , T2.Major FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.city_name = \"Baltimore\"", + "query_toks": [ + "SELECT", + "T2.Fname", + ",", + "T2.Major", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "WHERE", + "T1.city_name", + "=", + "``", + "Baltimore", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "fname", + ",", + "t2", + ".", + "major", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "where", + "t1", + ".", + "city_name", + "=", + "value" + ], + "question": "Return the first name and major of students are living in Baltimore?", + "question_toks": [ + "Return", + "the", + "first", + "name", + "and", + "major", + "of", + "students", + "are", + "living", + "in", + "Baltimore", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Baltimore\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T2.Fname , T2.Major FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.city_name = \"Baltimore\"", + "query_toks": [ + "SELECT", + "T2.Fname", + ",", + "T2.Major", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "WHERE", + "T1.city_name", + "=", + "``", + "Baltimore", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "fname", + ",", + "t2", + ".", + "major", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "where", + "t1", + ".", + "city_name", + "=", + "value" + ], + "question": "What are the first names and majors of students living in Baltimore?", + "question_toks": [ + "What", + "are", + "the", + "first", + "names", + "and", + "majors", + "of", + "students", + "living", + "in", + "Baltimore", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Baltimore\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T1.country , count(*) FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.country", + "query_toks": [ + "SELECT", + "T1.country", + ",", + "count", + "(", + "*", + ")", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "GROUP", + "BY", + "T1.country" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "country", + ",", + "count", + "(", + "*", + ")", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "group", + "by", + "t1", + ".", + "country" + ], + "question": "Show the number of students living in each country.", + "question_toks": [ + "Show", + "the", + "number", + "of", + "students", + "living", + "in", + "each", + "country", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T1.country , count(*) FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.country", + "query_toks": [ + "SELECT", + "T1.country", + ",", + "count", + "(", + "*", + ")", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "GROUP", + "BY", + "T1.country" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "country", + ",", + "count", + "(", + "*", + ")", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "group", + "by", + "t1", + ".", + "country" + ], + "question": "How many students live in each country?", + "question_toks": [ + "How", + "many", + "students", + "live", + "in", + "each", + "country", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T1.city_name , count(*) FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.city_code", + "query_toks": [ + "SELECT", + "T1.city_name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "GROUP", + "BY", + "T1.city_code" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "city_name", + ",", + "count", + "(", + "*", + ")", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "group", + "by", + "t1", + ".", + "city_code" + ], + "question": "Find the number of students living in each city.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "students", + "living", + "in", + "each", + "city", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T1.city_name , count(*) FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.city_code", + "query_toks": [ + "SELECT", + "T1.city_name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "GROUP", + "BY", + "T1.city_code" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "city_name", + ",", + "count", + "(", + "*", + ")", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "group", + "by", + "t1", + ".", + "city_code" + ], + "question": "How many students live in each city?", + "question_toks": [ + "How", + "many", + "students", + "live", + "in", + "each", + "city", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T1.state FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.state ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.state", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "GROUP", + "BY", + "T1.state", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "state", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "group", + "by", + "t1", + ".", + "state", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which state has most number of students?", + "question_toks": [ + "Which", + "state", + "has", + "most", + "number", + "of", + "students", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T1.state FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.state ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.state", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "GROUP", + "BY", + "T1.state", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "state", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "group", + "by", + "t1", + ".", + "state", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the state that has the most students.", + "question_toks": [ + "Give", + "the", + "state", + "that", + "has", + "the", + "most", + "students", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T1.country FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.country ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "T1.country", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "GROUP", + "BY", + "T1.country", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "country", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "group", + "by", + "t1", + ".", + "country", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "Which country has least number of students?", + "question_toks": [ + "Which", + "country", + "has", + "least", + "number", + "of", + "students", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T1.country FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.country ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "T1.country", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "GROUP", + "BY", + "T1.country", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "country", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "group", + "by", + "t1", + ".", + "country", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "Give the country with the fewest students.", + "question_toks": [ + "Give", + "the", + "country", + "with", + "the", + "fewest", + "students", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T1.city_name FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.city_code HAVING count(*) >= 3", + "query_toks": [ + "SELECT", + "T1.city_name", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "GROUP", + "BY", + "T1.city_code", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "city_name", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "group", + "by", + "t1", + ".", + "city_code", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show names for all cities where at least three students live.", + "question_toks": [ + "Show", + "names", + "for", + "all", + "cities", + "where", + "at", + "least", + "three", + "students", + "live", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T1.city_name FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.city_code HAVING count(*) >= 3", + "query_toks": [ + "SELECT", + "T1.city_name", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "GROUP", + "BY", + "T1.city_code", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "city_name", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "group", + "by", + "t1", + ".", + "city_code", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the names of cities with at least three students?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "cities", + "with", + "at", + "least", + "three", + "students", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T1.state FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.state HAVING count(*) > 5", + "query_toks": [ + "SELECT", + "T1.state", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "GROUP", + "BY", + "T1.state", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "5" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "state", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "group", + "by", + "t1", + ".", + "state", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Show all states where more than 5 students live.", + "question_toks": [ + "Show", + "all", + "states", + "where", + "more", + "than", + "5", + "students", + "live", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 5.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T1.state FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.state HAVING count(*) > 5", + "query_toks": [ + "SELECT", + "T1.state", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "GROUP", + "BY", + "T1.state", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "5" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "state", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "group", + "by", + "t1", + ".", + "state", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the states with more than 5 students?", + "question_toks": [ + "What", + "are", + "the", + "states", + "with", + "more", + "than", + "5", + "students", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 5.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT StuID FROM Student EXCEPT SELECT StuID FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE country = \"USA\"", + "query_toks": [ + "SELECT", + "StuID", + "FROM", + "Student", + "EXCEPT", + "SELECT", + "StuID", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "WHERE", + "country", + "=", + "``", + "USA", + "''" + ], + "query_toks_no_value": [ + "select", + "stuid", + "from", + "student", + "except", + "select", + "stuid", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "where", + "country", + "=", + "value" + ], + "question": "Show ids for all students who don't live in USA.", + "question_toks": [ + "Show", + "ids", + "for", + "all", + "students", + "who", + "do", + "n't", + "live", + "in", + "USA", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "address_1", + "query": "SELECT StuID FROM Student EXCEPT SELECT StuID FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE country = \"USA\"", + "query_toks": [ + "SELECT", + "StuID", + "FROM", + "Student", + "EXCEPT", + "SELECT", + "StuID", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "WHERE", + "country", + "=", + "``", + "USA", + "''" + ], + "query_toks_no_value": [ + "select", + "stuid", + "from", + "student", + "except", + "select", + "stuid", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "where", + "country", + "=", + "value" + ], + "question": "What the the student ids for students not living in the USA?", + "question_toks": [ + "What", + "the", + "the", + "student", + "ids", + "for", + "students", + "not", + "living", + "in", + "the", + "USA", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "address_1", + "query": "SELECT StuID FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.state = \"PA\" AND T2.sex = 'F'", + "query_toks": [ + "SELECT", + "StuID", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "WHERE", + "T1.state", + "=", + "``", + "PA", + "''", + "AND", + "T2.sex", + "=", + "'F", + "'" + ], + "query_toks_no_value": [ + "select", + "stuid", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "where", + "t1", + ".", + "state", + "=", + "value", + "and", + "t2", + ".", + "sex", + "=", + "value" + ], + "question": "Show ids for all female (sex is F) students living in state PA.", + "question_toks": [ + "Show", + "ids", + "for", + "all", + "female", + "(", + "sex", + "is", + "F", + ")", + "students", + "living", + "in", + "state", + "PA", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"PA\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"F\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT StuID FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.state = \"PA\" AND T2.sex = 'F'", + "query_toks": [ + "SELECT", + "StuID", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "WHERE", + "T1.state", + "=", + "``", + "PA", + "''", + "AND", + "T2.sex", + "=", + "'F", + "'" + ], + "query_toks_no_value": [ + "select", + "stuid", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "where", + "t1", + ".", + "state", + "=", + "value", + "and", + "t2", + ".", + "sex", + "=", + "value" + ], + "question": "What are the student ids for female students in the state of PA?", + "question_toks": [ + "What", + "are", + "the", + "student", + "ids", + "for", + "female", + "students", + "in", + "the", + "state", + "of", + "PA", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"PA\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"F\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT StuID FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T2.sex = 'M' AND T1.country != \"USA\"", + "query_toks": [ + "SELECT", + "StuID", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "WHERE", + "T2.sex", + "=", + "'M", + "'", + "AND", + "T1.country", + "!", + "=", + "``", + "USA", + "''" + ], + "query_toks_no_value": [ + "select", + "stuid", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "where", + "t2", + ".", + "sex", + "=", + "value", + "and", + "t1", + ".", + "country", + "!", + "=", + "value" + ], + "question": "Show ids for all male students living outside of USA.", + "question_toks": [ + "Show", + "ids", + "for", + "all", + "male", + "students", + "living", + "outside", + "of", + "USA", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"M\"", + null + ], + "and", + [ + false, + 7, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT StuID FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T2.sex = 'M' AND T1.country != \"USA\"", + "query_toks": [ + "SELECT", + "StuID", + "FROM", + "City", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "WHERE", + "T2.sex", + "=", + "'M", + "'", + "AND", + "T1.country", + "!", + "=", + "``", + "USA", + "''" + ], + "query_toks_no_value": [ + "select", + "stuid", + "from", + "city", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "where", + "t2", + ".", + "sex", + "=", + "value", + "and", + "t1", + ".", + "country", + "!", + "=", + "value" + ], + "question": "What are the ids for male students not in the USA?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "for", + "male", + "students", + "not", + "in", + "the", + "USA", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"M\"", + null + ], + "and", + [ + false, + 7, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT distance FROM Direct_distance WHERE city1_code = \"BAL\" AND city2_code = \"CHI\"", + "query_toks": [ + "SELECT", + "distance", + "FROM", + "Direct_distance", + "WHERE", + "city1_code", + "=", + "``", + "BAL", + "''", + "AND", + "city2_code", + "=", + "``", + "CHI", + "''" + ], + "query_toks_no_value": [ + "select", + "distance", + "from", + "direct_distance", + "where", + "city1_code", + "=", + "value", + "and", + "city2_code", + "=", + "value" + ], + "question": "What is the distance between BAL and CHI?", + "question_toks": [ + "What", + "is", + "the", + "distance", + "between", + "BAL", + "and", + "CHI", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"BAL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"CHI\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT distance FROM Direct_distance WHERE city1_code = \"BAL\" AND city2_code = \"CHI\"", + "query_toks": [ + "SELECT", + "distance", + "FROM", + "Direct_distance", + "WHERE", + "city1_code", + "=", + "``", + "BAL", + "''", + "AND", + "city2_code", + "=", + "``", + "CHI", + "''" + ], + "query_toks_no_value": [ + "select", + "distance", + "from", + "direct_distance", + "where", + "city1_code", + "=", + "value", + "and", + "city2_code", + "=", + "value" + ], + "question": "Give the distance between BAL and CHI?", + "question_toks": [ + "Give", + "the", + "distance", + "between", + "BAL", + "and", + "CHI", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"BAL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"CHI\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT distance FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code JOIN City AS T3 ON T1.city2_code = T3.city_code WHERE T2.city_name = \"Boston\" AND T3.city_name = \"Newark\"", + "query_toks": [ + "SELECT", + "distance", + "FROM", + "Direct_distance", + "AS", + "T1", + "JOIN", + "City", + "AS", + "T2", + "ON", + "T1.city1_code", + "=", + "T2.city_code", + "JOIN", + "City", + "AS", + "T3", + "ON", + "T1.city2_code", + "=", + "T3.city_code", + "WHERE", + "T2.city_name", + "=", + "``", + "Boston", + "''", + "AND", + "T3.city_name", + "=", + "``", + "Newark", + "''" + ], + "query_toks_no_value": [ + "select", + "distance", + "from", + "direct_distance", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t1", + ".", + "city1_code", + "=", + "t2", + ".", + "city_code", + "join", + "city", + "as", + "t3", + "on", + "t1", + ".", + "city2_code", + "=", + "t3", + ".", + "city_code", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t3", + ".", + "city_name", + "=", + "value" + ], + "question": "Show me the distance between Boston and Newark.", + "question_toks": [ + "Show", + "me", + "the", + "distance", + "between", + "Boston", + "and", + "Newark", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Boston\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Newark\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT distance FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code JOIN City AS T3 ON T1.city2_code = T3.city_code WHERE T2.city_name = \"Boston\" AND T3.city_name = \"Newark\"", + "query_toks": [ + "SELECT", + "distance", + "FROM", + "Direct_distance", + "AS", + "T1", + "JOIN", + "City", + "AS", + "T2", + "ON", + "T1.city1_code", + "=", + "T2.city_code", + "JOIN", + "City", + "AS", + "T3", + "ON", + "T1.city2_code", + "=", + "T3.city_code", + "WHERE", + "T2.city_name", + "=", + "``", + "Boston", + "''", + "AND", + "T3.city_name", + "=", + "``", + "Newark", + "''" + ], + "query_toks_no_value": [ + "select", + "distance", + "from", + "direct_distance", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t1", + ".", + "city1_code", + "=", + "t2", + ".", + "city_code", + "join", + "city", + "as", + "t3", + "on", + "t1", + ".", + "city2_code", + "=", + "t3", + ".", + "city_code", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t3", + ".", + "city_name", + "=", + "value" + ], + "question": "What is the distance between Boston and Newark?", + "question_toks": [ + "What", + "is", + "the", + "distance", + "between", + "Boston", + "and", + "Newark", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Boston\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Newark\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT avg(distance) , min(distance) , max(distance) FROM Direct_distance", + "query_toks": [ + "SELECT", + "avg", + "(", + "distance", + ")", + ",", + "min", + "(", + "distance", + ")", + ",", + "max", + "(", + "distance", + ")", + "FROM", + "Direct_distance" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "distance", + ")", + ",", + "min", + "(", + "distance", + ")", + ",", + "max", + "(", + "distance", + ")", + "from", + "direct_distance" + ], + "question": "What is the average, minimum, maximum distance between two cities?", + "question_toks": [ + "What", + "is", + "the", + "average", + ",", + "minimum", + ",", + "maximum", + "distance", + "between", + "two", + "cities", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT avg(distance) , min(distance) , max(distance) FROM Direct_distance", + "query_toks": [ + "SELECT", + "avg", + "(", + "distance", + ")", + ",", + "min", + "(", + "distance", + ")", + ",", + "max", + "(", + "distance", + ")", + "FROM", + "Direct_distance" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "distance", + ")", + ",", + "min", + "(", + "distance", + ")", + ",", + "max", + "(", + "distance", + ")", + "from", + "direct_distance" + ], + "question": "Give the average, minimum, and maximum distances between two cities.", + "question_toks": [ + "Give", + "the", + "average", + ",", + "minimum", + ",", + "and", + "maximum", + "distances", + "between", + "two", + "cities", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT city1_code , city2_code FROM Direct_distance ORDER BY distance DESC LIMIT 1", + "query_toks": [ + "SELECT", + "city1_code", + ",", + "city2_code", + "FROM", + "Direct_distance", + "ORDER", + "BY", + "distance", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "city1_code", + ",", + "city2_code", + "from", + "direct_distance", + "order", + "by", + "distance", + "desc", + "limit", + "value" + ], + "question": "Show me the city code of two cities with maximum distance.", + "question_toks": [ + "Show", + "me", + "the", + "city", + "code", + "of", + "two", + "cities", + "with", + "maximum", + "distance", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT city1_code , city2_code FROM Direct_distance ORDER BY distance DESC LIMIT 1", + "query_toks": [ + "SELECT", + "city1_code", + ",", + "city2_code", + "FROM", + "Direct_distance", + "ORDER", + "BY", + "distance", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "city1_code", + ",", + "city2_code", + "from", + "direct_distance", + "order", + "by", + "distance", + "desc", + "limit", + "value" + ], + "question": "What are the city codes of the cities with the maximum distance?", + "question_toks": [ + "What", + "are", + "the", + "city", + "codes", + "of", + "the", + "cities", + "with", + "the", + "maximum", + "distance", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT city1_code , city2_code FROM Direct_distance WHERE distance > (SELECT avg(distance) FROM Direct_distance)", + "query_toks": [ + "SELECT", + "city1_code", + ",", + "city2_code", + "FROM", + "Direct_distance", + "WHERE", + "distance", + ">", + "(", + "SELECT", + "avg", + "(", + "distance", + ")", + "FROM", + "Direct_distance", + ")" + ], + "query_toks_no_value": [ + "select", + "city1_code", + ",", + "city2_code", + "from", + "direct_distance", + "where", + "distance", + ">", + "(", + "select", + "avg", + "(", + "distance", + ")", + "from", + "direct_distance", + ")" + ], + "question": "Show me the city code of two cities with a distance greater than the average.", + "question_toks": [ + "Show", + "me", + "the", + "city", + "code", + "of", + "two", + "cities", + "with", + "a", + "distance", + "greater", + "than", + "the", + "average", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT city1_code , city2_code FROM Direct_distance WHERE distance > (SELECT avg(distance) FROM Direct_distance)", + "query_toks": [ + "SELECT", + "city1_code", + ",", + "city2_code", + "FROM", + "Direct_distance", + "WHERE", + "distance", + ">", + "(", + "SELECT", + "avg", + "(", + "distance", + ")", + "FROM", + "Direct_distance", + ")" + ], + "query_toks_no_value": [ + "select", + "city1_code", + ",", + "city2_code", + "from", + "direct_distance", + "where", + "distance", + ">", + "(", + "select", + "avg", + "(", + "distance", + ")", + "from", + "direct_distance", + ")" + ], + "question": "What are the city codes of cities with distance greater than average?", + "question_toks": [ + "What", + "are", + "the", + "city", + "codes", + "of", + "cities", + "with", + "distance", + "greater", + "than", + "average", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT city1_code , city2_code FROM Direct_distance WHERE distance < 1000", + "query_toks": [ + "SELECT", + "city1_code", + ",", + "city2_code", + "FROM", + "Direct_distance", + "WHERE", + "distance", + "<", + "1000" + ], + "query_toks_no_value": [ + "select", + "city1_code", + ",", + "city2_code", + "from", + "direct_distance", + "where", + "distance", + "<", + "value" + ], + "question": "Show me the city code of two cities with a distance less than 1000.", + "question_toks": [ + "Show", + "me", + "the", + "city", + "code", + "of", + "two", + "cities", + "with", + "a", + "distance", + "less", + "than", + "1000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + 1000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT city1_code , city2_code FROM Direct_distance WHERE distance < 1000", + "query_toks": [ + "SELECT", + "city1_code", + ",", + "city2_code", + "FROM", + "Direct_distance", + "WHERE", + "distance", + "<", + "1000" + ], + "query_toks_no_value": [ + "select", + "city1_code", + ",", + "city2_code", + "from", + "direct_distance", + "where", + "distance", + "<", + "value" + ], + "question": "What are the city codes corresponding to cities with distances less than 1000?", + "question_toks": [ + "What", + "are", + "the", + "city", + "codes", + "corresponding", + "to", + "cities", + "with", + "distances", + "less", + "than", + "1000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + 1000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT sum(distance) FROM Direct_distance WHERE city1_code = \"BAL\"", + "query_toks": [ + "SELECT", + "sum", + "(", + "distance", + ")", + "FROM", + "Direct_distance", + "WHERE", + "city1_code", + "=", + "``", + "BAL", + "''" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "distance", + ")", + "from", + "direct_distance", + "where", + "city1_code", + "=", + "value" + ], + "question": "What is the total distance between city BAL and all other cities.", + "question_toks": [ + "What", + "is", + "the", + "total", + "distance", + "between", + "city", + "BAL", + "and", + "all", + "other", + "cities", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"BAL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT sum(distance) FROM Direct_distance WHERE city1_code = \"BAL\"", + "query_toks": [ + "SELECT", + "sum", + "(", + "distance", + ")", + "FROM", + "Direct_distance", + "WHERE", + "city1_code", + "=", + "``", + "BAL", + "''" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "distance", + ")", + "from", + "direct_distance", + "where", + "city1_code", + "=", + "value" + ], + "question": "What is the sum of distances between BAL and other cities?", + "question_toks": [ + "What", + "is", + "the", + "sum", + "of", + "distances", + "between", + "BAL", + "and", + "other", + "cities", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"BAL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT avg(distance) FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code WHERE T2.city_name = \"Boston\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "distance", + ")", + "FROM", + "Direct_distance", + "AS", + "T1", + "JOIN", + "City", + "AS", + "T2", + "ON", + "T1.city1_code", + "=", + "T2.city_code", + "WHERE", + "T2.city_name", + "=", + "``", + "Boston", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "distance", + ")", + "from", + "direct_distance", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t1", + ".", + "city1_code", + "=", + "t2", + ".", + "city_code", + "where", + "t2", + ".", + "city_name", + "=", + "value" + ], + "question": "What is the average distance between Boston and all other cities.", + "question_toks": [ + "What", + "is", + "the", + "average", + "distance", + "between", + "Boston", + "and", + "all", + "other", + "cities", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Boston\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT avg(distance) FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code WHERE T2.city_name = \"Boston\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "distance", + ")", + "FROM", + "Direct_distance", + "AS", + "T1", + "JOIN", + "City", + "AS", + "T2", + "ON", + "T1.city1_code", + "=", + "T2.city_code", + "WHERE", + "T2.city_name", + "=", + "``", + "Boston", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "distance", + ")", + "from", + "direct_distance", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t1", + ".", + "city1_code", + "=", + "t2", + ".", + "city_code", + "where", + "t2", + ".", + "city_name", + "=", + "value" + ], + "question": "Give the average distance between Boston and other cities.", + "question_toks": [ + "Give", + "the", + "average", + "distance", + "between", + "Boston", + "and", + "other", + "cities", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Boston\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T3.city_name FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code JOIN City AS T3 ON T1.city2_code = T3.city_code WHERE T2.city_name = \"Chicago\" ORDER BY distance LIMIT 1", + "query_toks": [ + "SELECT", + "T3.city_name", + "FROM", + "Direct_distance", + "AS", + "T1", + "JOIN", + "City", + "AS", + "T2", + "ON", + "T1.city1_code", + "=", + "T2.city_code", + "JOIN", + "City", + "AS", + "T3", + "ON", + "T1.city2_code", + "=", + "T3.city_code", + "WHERE", + "T2.city_name", + "=", + "``", + "Chicago", + "''", + "ORDER", + "BY", + "distance", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "city_name", + "from", + "direct_distance", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t1", + ".", + "city1_code", + "=", + "t2", + ".", + "city_code", + "join", + "city", + "as", + "t3", + "on", + "t1", + ".", + "city2_code", + "=", + "t3", + ".", + "city_code", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "order", + "by", + "distance", + "limit", + "value" + ], + "question": "What is the name of the city closest to Chicago?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "city", + "closest", + "to", + "Chicago", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Chicago\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T3.city_name FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code JOIN City AS T3 ON T1.city2_code = T3.city_code WHERE T2.city_name = \"Chicago\" ORDER BY distance LIMIT 1", + "query_toks": [ + "SELECT", + "T3.city_name", + "FROM", + "Direct_distance", + "AS", + "T1", + "JOIN", + "City", + "AS", + "T2", + "ON", + "T1.city1_code", + "=", + "T2.city_code", + "JOIN", + "City", + "AS", + "T3", + "ON", + "T1.city2_code", + "=", + "T3.city_code", + "WHERE", + "T2.city_name", + "=", + "``", + "Chicago", + "''", + "ORDER", + "BY", + "distance", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "city_name", + "from", + "direct_distance", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t1", + ".", + "city1_code", + "=", + "t2", + ".", + "city_code", + "join", + "city", + "as", + "t3", + "on", + "t1", + ".", + "city2_code", + "=", + "t3", + ".", + "city_code", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "order", + "by", + "distance", + "limit", + "value" + ], + "question": "Give the name of the nearest city to Chicago.", + "question_toks": [ + "Give", + "the", + "name", + "of", + "the", + "nearest", + "city", + "to", + "Chicago", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Chicago\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T3.city_name FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code JOIN City AS T3 ON T1.city2_code = T3.city_code WHERE T2.city_name = \"Boston\" ORDER BY distance DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T3.city_name", + "FROM", + "Direct_distance", + "AS", + "T1", + "JOIN", + "City", + "AS", + "T2", + "ON", + "T1.city1_code", + "=", + "T2.city_code", + "JOIN", + "City", + "AS", + "T3", + "ON", + "T1.city2_code", + "=", + "T3.city_code", + "WHERE", + "T2.city_name", + "=", + "``", + "Boston", + "''", + "ORDER", + "BY", + "distance", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "city_name", + "from", + "direct_distance", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t1", + ".", + "city1_code", + "=", + "t2", + ".", + "city_code", + "join", + "city", + "as", + "t3", + "on", + "t1", + ".", + "city2_code", + "=", + "t3", + ".", + "city_code", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "order", + "by", + "distance", + "desc", + "limit", + "value" + ], + "question": "What is the name of the city furthest to Boston?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "city", + "furthest", + "to", + "Boston", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Boston\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T3.city_name FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code JOIN City AS T3 ON T1.city2_code = T3.city_code WHERE T2.city_name = \"Boston\" ORDER BY distance DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T3.city_name", + "FROM", + "Direct_distance", + "AS", + "T1", + "JOIN", + "City", + "AS", + "T2", + "ON", + "T1.city1_code", + "=", + "T2.city_code", + "JOIN", + "City", + "AS", + "T3", + "ON", + "T1.city2_code", + "=", + "T3.city_code", + "WHERE", + "T2.city_name", + "=", + "``", + "Boston", + "''", + "ORDER", + "BY", + "distance", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "city_name", + "from", + "direct_distance", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t1", + ".", + "city1_code", + "=", + "t2", + ".", + "city_code", + "join", + "city", + "as", + "t3", + "on", + "t1", + ".", + "city2_code", + "=", + "t3", + ".", + "city_code", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "order", + "by", + "distance", + "desc", + "limit", + "value" + ], + "question": "Give the city name of the city with greatest distance from Boston.", + "question_toks": [ + "Give", + "the", + "city", + "name", + "of", + "the", + "city", + "with", + "greatest", + "distance", + "from", + "Boston", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Boston\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT city1_code , sum(distance) FROM Direct_distance GROUP BY city1_code", + "query_toks": [ + "SELECT", + "city1_code", + ",", + "sum", + "(", + "distance", + ")", + "FROM", + "Direct_distance", + "GROUP", + "BY", + "city1_code" + ], + "query_toks_no_value": [ + "select", + "city1_code", + ",", + "sum", + "(", + "distance", + ")", + "from", + "direct_distance", + "group", + "by", + "city1_code" + ], + "question": "Show all city codes and the total distance to all other cities.", + "question_toks": [ + "Show", + "all", + "city", + "codes", + "and", + "the", + "total", + "distance", + "to", + "all", + "other", + "cities", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT city1_code , sum(distance) FROM Direct_distance GROUP BY city1_code", + "query_toks": [ + "SELECT", + "city1_code", + ",", + "sum", + "(", + "distance", + ")", + "FROM", + "Direct_distance", + "GROUP", + "BY", + "city1_code" + ], + "query_toks_no_value": [ + "select", + "city1_code", + ",", + "sum", + "(", + "distance", + ")", + "from", + "direct_distance", + "group", + "by", + "city1_code" + ], + "question": "For each city, what is the the city code and sum of distances from each?", + "question_toks": [ + "For", + "each", + "city", + ",", + "what", + "is", + "the", + "the", + "city", + "code", + "and", + "sum", + "of", + "distances", + "from", + "each", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T2.city_name , avg(distance) FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code GROUP BY T1.city1_code", + "query_toks": [ + "SELECT", + "T2.city_name", + ",", + "avg", + "(", + "distance", + ")", + "FROM", + "Direct_distance", + "AS", + "T1", + "JOIN", + "City", + "AS", + "T2", + "ON", + "T1.city1_code", + "=", + "T2.city_code", + "GROUP", + "BY", + "T1.city1_code" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "city_name", + ",", + "avg", + "(", + "distance", + ")", + "from", + "direct_distance", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t1", + ".", + "city1_code", + "=", + "t2", + ".", + "city_code", + "group", + "by", + "t1", + ".", + "city1_code" + ], + "question": "Show all city names and the average distance to all other cities.", + "question_toks": [ + "Show", + "all", + "city", + "names", + "and", + "the", + "average", + "distance", + "to", + "all", + "other", + "cities", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T2.city_name , avg(distance) FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code GROUP BY T1.city1_code", + "query_toks": [ + "SELECT", + "T2.city_name", + ",", + "avg", + "(", + "distance", + ")", + "FROM", + "Direct_distance", + "AS", + "T1", + "JOIN", + "City", + "AS", + "T2", + "ON", + "T1.city1_code", + "=", + "T2.city_code", + "GROUP", + "BY", + "T1.city1_code" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "city_name", + ",", + "avg", + "(", + "distance", + ")", + "from", + "direct_distance", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t1", + ".", + "city1_code", + "=", + "t2", + ".", + "city_code", + "group", + "by", + "t1", + ".", + "city1_code" + ], + "question": "What are the city name and average distances from each city?", + "question_toks": [ + "What", + "are", + "the", + "city", + "name", + "and", + "average", + "distances", + "from", + "each", + "city", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT distance FROM Direct_distance AS T1 JOIN Student AS T2 ON T1.city1_code = T2.city_code JOIN Student AS T3 ON T1.city2_code = T3.city_code WHERE T2.Fname = \"Linda\" AND T2.Lname = \"Smith\" AND T3.Fname = \"Tracy\" AND T3.Lname = \"Kim\"", + "query_toks": [ + "SELECT", + "distance", + "FROM", + "Direct_distance", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city1_code", + "=", + "T2.city_code", + "JOIN", + "Student", + "AS", + "T3", + "ON", + "T1.city2_code", + "=", + "T3.city_code", + "WHERE", + "T2.Fname", + "=", + "``", + "Linda", + "''", + "AND", + "T2.Lname", + "=", + "``", + "Smith", + "''", + "AND", + "T3.Fname", + "=", + "``", + "Tracy", + "''", + "AND", + "T3.Lname", + "=", + "``", + "Kim", + "''" + ], + "query_toks_no_value": [ + "select", + "distance", + "from", + "direct_distance", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city1_code", + "=", + "t2", + ".", + "city_code", + "join", + "student", + "as", + "t3", + "on", + "t1", + ".", + "city2_code", + "=", + "t3", + ".", + "city_code", + "where", + "t2", + ".", + "fname", + "=", + "value", + "and", + "t2", + ".", + "lname", + "=", + "value", + "and", + "t3", + ".", + "fname", + "=", + "value", + "and", + "t3", + ".", + "lname", + "=", + "value" + ], + "question": "How far do Linda (first name) Smith (last name) and Tracy (first name) Kim (last name) live?", + "question_toks": [ + "How", + "far", + "do", + "Linda", + "(", + "first", + "name", + ")", + "Smith", + "(", + "last", + "name", + ")", + "and", + "Tracy", + "(", + "first", + "name", + ")", + "Kim", + "(", + "last", + "name", + ")", + "live", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Linda\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Smith\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Tracy\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Kim\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT distance FROM Direct_distance AS T1 JOIN Student AS T2 ON T1.city1_code = T2.city_code JOIN Student AS T3 ON T1.city2_code = T3.city_code WHERE T2.Fname = \"Linda\" AND T2.Lname = \"Smith\" AND T3.Fname = \"Tracy\" AND T3.Lname = \"Kim\"", + "query_toks": [ + "SELECT", + "distance", + "FROM", + "Direct_distance", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city1_code", + "=", + "T2.city_code", + "JOIN", + "Student", + "AS", + "T3", + "ON", + "T1.city2_code", + "=", + "T3.city_code", + "WHERE", + "T2.Fname", + "=", + "``", + "Linda", + "''", + "AND", + "T2.Lname", + "=", + "``", + "Smith", + "''", + "AND", + "T3.Fname", + "=", + "``", + "Tracy", + "''", + "AND", + "T3.Lname", + "=", + "``", + "Kim", + "''" + ], + "query_toks_no_value": [ + "select", + "distance", + "from", + "direct_distance", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city1_code", + "=", + "t2", + ".", + "city_code", + "join", + "student", + "as", + "t3", + "on", + "t1", + ".", + "city2_code", + "=", + "t3", + ".", + "city_code", + "where", + "t2", + ".", + "fname", + "=", + "value", + "and", + "t2", + ".", + "lname", + "=", + "value", + "and", + "t3", + ".", + "fname", + "=", + "value", + "and", + "t3", + ".", + "lname", + "=", + "value" + ], + "question": "What is the distance between the cities where Linda Smith and Tracy Kim live?", + "question_toks": [ + "What", + "is", + "the", + "distance", + "between", + "the", + "cities", + "where", + "Linda", + "Smith", + "and", + "Tracy", + "Kim", + "live", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Linda\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Smith\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Tracy\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Kim\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T3.Fname , T3.Lname FROM Direct_distance AS T1 JOIN Student AS T2 ON T1.city1_code = T2.city_code JOIN Student AS T3 ON T1.city2_code = T3.city_code WHERE T2.Fname = \"Linda\" AND T2.Lname = \"Smith\" ORDER BY distance DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T3.Fname", + ",", + "T3.Lname", + "FROM", + "Direct_distance", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city1_code", + "=", + "T2.city_code", + "JOIN", + "Student", + "AS", + "T3", + "ON", + "T1.city2_code", + "=", + "T3.city_code", + "WHERE", + "T2.Fname", + "=", + "``", + "Linda", + "''", + "AND", + "T2.Lname", + "=", + "``", + "Smith", + "''", + "ORDER", + "BY", + "distance", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "fname", + ",", + "t3", + ".", + "lname", + "from", + "direct_distance", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city1_code", + "=", + "t2", + ".", + "city_code", + "join", + "student", + "as", + "t3", + "on", + "t1", + ".", + "city2_code", + "=", + "t3", + ".", + "city_code", + "where", + "t2", + ".", + "fname", + "=", + "value", + "and", + "t2", + ".", + "lname", + "=", + "value", + "order", + "by", + "distance", + "desc", + "limit", + "value" + ], + "question": "What is the first name and last name of the student living furthest to Linda Smith?", + "question_toks": [ + "What", + "is", + "the", + "first", + "name", + "and", + "last", + "name", + "of", + "the", + "student", + "living", + "furthest", + "to", + "Linda", + "Smith", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Linda\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT T3.Fname , T3.Lname FROM Direct_distance AS T1 JOIN Student AS T2 ON T1.city1_code = T2.city_code JOIN Student AS T3 ON T1.city2_code = T3.city_code WHERE T2.Fname = \"Linda\" AND T2.Lname = \"Smith\" ORDER BY distance DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T3.Fname", + ",", + "T3.Lname", + "FROM", + "Direct_distance", + "AS", + "T1", + "JOIN", + "Student", + "AS", + "T2", + "ON", + "T1.city1_code", + "=", + "T2.city_code", + "JOIN", + "Student", + "AS", + "T3", + "ON", + "T1.city2_code", + "=", + "T3.city_code", + "WHERE", + "T2.Fname", + "=", + "``", + "Linda", + "''", + "AND", + "T2.Lname", + "=", + "``", + "Smith", + "''", + "ORDER", + "BY", + "distance", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "fname", + ",", + "t3", + ".", + "lname", + "from", + "direct_distance", + "as", + "t1", + "join", + "student", + "as", + "t2", + "on", + "t1", + ".", + "city1_code", + "=", + "t2", + ".", + "city_code", + "join", + "student", + "as", + "t3", + "on", + "t1", + ".", + "city2_code", + "=", + "t3", + ".", + "city_code", + "where", + "t2", + ".", + "fname", + "=", + "value", + "and", + "t2", + ".", + "lname", + "=", + "value", + "order", + "by", + "distance", + "desc", + "limit", + "value" + ], + "question": "What is the full name of the student who lives furthest from Linda Smith?", + "question_toks": [ + "What", + "is", + "the", + "full", + "name", + "of", + "the", + "student", + "who", + "lives", + "furthest", + "from", + "Linda", + "Smith", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Linda\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT state FROM Student AS T1 JOIN City AS T2 ON T1.city_code = T2.city_code WHERE T1.Fname = \"Linda\"", + "query_toks": [ + "SELECT", + "state", + "FROM", + "Student", + "AS", + "T1", + "JOIN", + "City", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "WHERE", + "T1.Fname", + "=", + "``", + "Linda", + "''" + ], + "query_toks_no_value": [ + "select", + "state", + "from", + "student", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "where", + "t1", + ".", + "fname", + "=", + "value" + ], + "question": "Which state does the student whose first name is Linda live in?", + "question_toks": [ + "Which", + "state", + "does", + "the", + "student", + "whose", + "first", + "name", + "is", + "Linda", + "live", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Linda\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "address_1", + "query": "SELECT state FROM Student AS T1 JOIN City AS T2 ON T1.city_code = T2.city_code WHERE T1.Fname = \"Linda\"", + "query_toks": [ + "SELECT", + "state", + "FROM", + "Student", + "AS", + "T1", + "JOIN", + "City", + "AS", + "T2", + "ON", + "T1.city_code", + "=", + "T2.city_code", + "WHERE", + "T1.Fname", + "=", + "``", + "Linda", + "''" + ], + "query_toks_no_value": [ + "select", + "state", + "from", + "student", + "as", + "t1", + "join", + "city", + "as", + "t2", + "on", + "t1", + ".", + "city_code", + "=", + "t2", + ".", + "city_code", + "where", + "t1", + ".", + "fname", + "=", + "value" + ], + "question": "Give the state that the student with first name Linda lives in.", + "question_toks": [ + "Give", + "the", + "state", + "that", + "the", + "student", + "with", + "first", + "name", + "Linda", + "lives", + "in", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Linda\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT * FROM Sailors WHERE age > 30", + "query_toks": [ + "SELECT", + "*", + "FROM", + "Sailors", + "WHERE", + "age", + ">", + "30" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "sailors", + "where", + "age", + ">", + "value" + ], + "question": "Return all details of sailors who are older than 30.", + "question_toks": [ + "Return", + "all", + "details", + "of", + "sailors", + "who", + "are", + "older", + "than", + "30", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT * FROM Sailors WHERE age > 30", + "query_toks": [ + "SELECT", + "*", + "FROM", + "Sailors", + "WHERE", + "age", + ">", + "30" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "sailors", + "where", + "age", + ">", + "value" + ], + "question": "What can you tell me about sailors who are older than age 30?", + "question_toks": [ + "What", + "can", + "you", + "tell", + "me", + "about", + "sailors", + "who", + "are", + "older", + "than", + "age", + "30", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name , age FROM Sailors WHERE age < 30", + "query_toks": [ + "SELECT", + "name", + ",", + "age", + "FROM", + "Sailors", + "WHERE", + "age", + "<", + "30" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "age", + "from", + "sailors", + "where", + "age", + "<", + "value" + ], + "question": "Return name and age for sailors who are younger than 30.", + "question_toks": [ + "Return", + "name", + "and", + "age", + "for", + "sailors", + "who", + "are", + "younger", + "than", + "30", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name , age FROM Sailors WHERE age < 30", + "query_toks": [ + "SELECT", + "name", + ",", + "age", + "FROM", + "Sailors", + "WHERE", + "age", + "<", + "30" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "age", + "from", + "sailors", + "where", + "age", + "<", + "value" + ], + "question": "What is the name and age of every sailor who is younger than age 30?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "age", + "of", + "every", + "sailor", + "who", + "is", + "younger", + "than", + "age", + "30", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT bid FROM Reserves WHERE sid = 1", + "query_toks": [ + "SELECT", + "DISTINCT", + "bid", + "FROM", + "Reserves", + "WHERE", + "sid", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "distinct", + "bid", + "from", + "reserves", + "where", + "sid", + "=", + "value" + ], + "question": "Find boats reserved by Sailor with id 1.", + "question_toks": [ + "Find", + "boats", + "reserved", + "by", + "Sailor", + "with", + "id", + "1", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT bid FROM Reserves WHERE sid = 1", + "query_toks": [ + "SELECT", + "DISTINCT", + "bid", + "FROM", + "Reserves", + "WHERE", + "sid", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "distinct", + "bid", + "from", + "reserves", + "where", + "sid", + "=", + "value" + ], + "question": "What are the different boat ids reserved by the sailor whose id is 1?", + "question_toks": [ + "What", + "are", + "the", + "different", + "boat", + "ids", + "reserved", + "by", + "the", + "sailor", + "whose", + "id", + "is", + "1", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid WHERE T2.bid = 102", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "WHERE", + "T2.bid", + "=", + "102" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "where", + "t2", + ".", + "bid", + "=", + "value" + ], + "question": "Who reserved boat 102?", + "question_toks": [ + "Who", + "reserved", + "boat", + "102", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 102.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid WHERE T2.bid = 102", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "WHERE", + "T2.bid", + "=", + "102" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "where", + "t2", + ".", + "bid", + "=", + "value" + ], + "question": "What is the name of the sailor who reserved boat 102?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "sailor", + "who", + "reserved", + "boat", + "102", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 102.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT bid FROM Reserves", + "query_toks": [ + "SELECT", + "DISTINCT", + "bid", + "FROM", + "Reserves" + ], + "query_toks_no_value": [ + "select", + "distinct", + "bid", + "from", + "reserves" + ], + "question": "Return the unique boat ids (bid) of all reserved boats.", + "question_toks": [ + "Return", + "the", + "unique", + "boat", + "ids", + "(", + "bid", + ")", + "of", + "all", + "reserved", + "boats", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT bid FROM Reserves", + "query_toks": [ + "SELECT", + "DISTINCT", + "bid", + "FROM", + "Reserves" + ], + "query_toks_no_value": [ + "select", + "distinct", + "bid", + "from", + "reserves" + ], + "question": "What are the ids of all boats that are reserved by someone?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "all", + "boats", + "that", + "are", + "reserved", + "by", + "someone", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name FROM Sailors WHERE name LIKE '%e%'", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Sailors", + "WHERE", + "name", + "LIKE", + "'", + "%", + "e", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "sailors", + "where", + "name", + "like", + "value" + ], + "question": "What is the name of sailors whose names contain letter e?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "sailors", + "whose", + "names", + "contain", + "letter", + "e", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"%e%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name FROM Sailors WHERE name LIKE '%e%'", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Sailors", + "WHERE", + "name", + "LIKE", + "'", + "%", + "e", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "sailors", + "where", + "name", + "like", + "value" + ], + "question": "What is the name of every sailor whose name contains the letter e?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "every", + "sailor", + "whose", + "name", + "contains", + "the", + "letter", + "e", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"%e%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT sid FROM Sailors WHERE age > (SELECT min(age) FROM Sailors);", + "query_toks": [ + "SELECT", + "DISTINCT", + "sid", + "FROM", + "Sailors", + "WHERE", + "age", + ">", + "(", + "SELECT", + "min", + "(", + "age", + ")", + "FROM", + "Sailors", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "sid", + "from", + "sailors", + "where", + "age", + ">", + "(", + "select", + "min", + "(", + "age", + ")", + "from", + "sailors", + ")" + ], + "question": "return the unique ids of sailors who are older than any sailors.", + "question_toks": [ + "return", + "the", + "unique", + "ids", + "of", + "sailors", + "who", + "are", + "older", + "than", + "any", + "sailors", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT sid FROM Sailors WHERE age > (SELECT min(age) FROM Sailors);", + "query_toks": [ + "SELECT", + "DISTINCT", + "sid", + "FROM", + "Sailors", + "WHERE", + "age", + ">", + "(", + "SELECT", + "min", + "(", + "age", + ")", + "FROM", + "Sailors", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "sid", + "from", + "sailors", + "where", + "age", + ">", + "(", + "select", + "min", + "(", + "age", + ")", + "from", + "sailors", + ")" + ], + "question": "What is the different id of every sailor who is not the youngest?", + "question_toks": [ + "What", + "is", + "the", + "different", + "id", + "of", + "every", + "sailor", + "who", + "is", + "not", + "the", + "youngest", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT name FROM Sailors WHERE age > (SELECT min(age) FROM Sailors WHERE rating > 7);", + "query_toks": [ + "SELECT", + "DISTINCT", + "name", + "FROM", + "Sailors", + "WHERE", + "age", + ">", + "(", + "SELECT", + "min", + "(", + "age", + ")", + "FROM", + "Sailors", + "WHERE", + "rating", + ">", + "7", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "name", + "from", + "sailors", + "where", + "age", + ">", + "(", + "select", + "min", + "(", + "age", + ")", + "from", + "sailors", + "where", + "rating", + ">", + "value", + ")" + ], + "question": "Return the unique names of sailors who are older than any sailors whose rating is larger than 7.", + "question_toks": [ + "Return", + "the", + "unique", + "names", + "of", + "sailors", + "who", + "are", + "older", + "than", + "any", + "sailors", + "whose", + "rating", + "is", + "larger", + "than", + "7", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 7.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT name FROM Sailors WHERE age > (SELECT min(age) FROM Sailors WHERE rating > 7);", + "query_toks": [ + "SELECT", + "DISTINCT", + "name", + "FROM", + "Sailors", + "WHERE", + "age", + ">", + "(", + "SELECT", + "min", + "(", + "age", + ")", + "FROM", + "Sailors", + "WHERE", + "rating", + ">", + "7", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "name", + "from", + "sailors", + "where", + "age", + ">", + "(", + "select", + "min", + "(", + "age", + ")", + "from", + "sailors", + "where", + "rating", + ">", + "value", + ")" + ], + "question": "What are the different names of sailors who are older than some other sailor with a rating larger than 7?", + "question_toks": [ + "What", + "are", + "the", + "different", + "names", + "of", + "sailors", + "who", + "are", + "older", + "than", + "some", + "other", + "sailor", + "with", + "a", + "rating", + "larger", + "than", + "7", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 7.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T1.name , T1.sid FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.name", + ",", + "T1.sid", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + ",", + "t1", + ".", + "sid", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid" + ], + "question": "Find the name and id of the sailors who reserved at least one boat?", + "question_toks": [ + "Find", + "the", + "name", + "and", + "id", + "of", + "the", + "sailors", + "who", + "reserved", + "at", + "least", + "one", + "boat", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T1.name , T1.sid FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.name", + ",", + "T1.sid", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + ",", + "t1", + ".", + "sid", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid" + ], + "question": "What is the name and id of every sailor who reserved one or more boats?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "id", + "of", + "every", + "sailor", + "who", + "reserved", + "one", + "or", + "more", + "boats", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T1.name , T1.sid FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid GROUP BY T2.sid HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.name", + ",", + "T1.sid", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "GROUP", + "BY", + "T2.sid", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + ",", + "t1", + ".", + "sid", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "group", + "by", + "t2", + ".", + "sid", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the id and name of the sailors who reserved more than one boat.", + "question_toks": [ + "Find", + "the", + "id", + "and", + "name", + "of", + "the", + "sailors", + "who", + "reserved", + "more", + "than", + "one", + "boat", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "select distinct t1.name , t1.sid from sailors as t1 join reserves as t2 on t1.sid = t2.sid group by t2.sid having count(*) >= 2", + "query_toks": [ + "select", + "distinct", + "t1.name", + ",", + "t1.sid", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1.sid", + "=", + "t2.sid", + "group", + "by", + "t2.sid", + "having", + "count", + "(", + "*", + ")", + ">=", + "2" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + ",", + "t1", + ".", + "sid", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "group", + "by", + "t2", + ".", + "sid", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the different names of sailors who reserved two or more boats ?", + "question_toks": [ + "What", + "are", + "the", + "different", + "names", + "of", + "sailors", + "who", + "reserved", + "two", + "or", + "more", + "boats", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T2.sid FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid WHERE T1.color = 'red' OR T1.color = \"blue\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.sid", + "FROM", + "Boats", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.bid", + "=", + "T2.bid", + "WHERE", + "T1.color", + "=", + "'red", + "'", + "OR", + "T1.color", + "=", + "``", + "blue", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "sid", + "from", + "boats", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "where", + "t1", + ".", + "color", + "=", + "value", + "or", + "t1", + ".", + "color", + "=", + "value" + ], + "question": "Find the id of Sailors (sid) that reserved red or blue boat.", + "question_toks": [ + "Find", + "the", + "id", + "of", + "Sailors", + "(", + "sid", + ")", + "that", + "reserved", + "red", + "or", + "blue", + "boat", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"red\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"blue\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T2.sid FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid WHERE T1.color = 'red' OR T1.color = \"blue\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.sid", + "FROM", + "Boats", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.bid", + "=", + "T2.bid", + "WHERE", + "T1.color", + "=", + "'red", + "'", + "OR", + "T1.color", + "=", + "``", + "blue", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "sid", + "from", + "boats", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "where", + "t1", + ".", + "color", + "=", + "value", + "or", + "t1", + ".", + "color", + "=", + "value" + ], + "question": "What are the sids for sailors who reserved red or blue boats?", + "question_toks": [ + "What", + "are", + "the", + "sids", + "for", + "sailors", + "who", + "reserved", + "red", + "or", + "blue", + "boats", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"red\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"blue\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T2.sid , T3.name FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid JOIN Sailors AS T3 ON T2.sid = T3.sid WHERE T1.color = 'red' OR T1.color = \"blue\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.sid", + ",", + "T3.name", + "FROM", + "Boats", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.bid", + "=", + "T2.bid", + "JOIN", + "Sailors", + "AS", + "T3", + "ON", + "T2.sid", + "=", + "T3.sid", + "WHERE", + "T1.color", + "=", + "'red", + "'", + "OR", + "T1.color", + "=", + "``", + "blue", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "sid", + ",", + "t3", + ".", + "name", + "from", + "boats", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "join", + "sailors", + "as", + "t3", + "on", + "t2", + ".", + "sid", + "=", + "t3", + ".", + "sid", + "where", + "t1", + ".", + "color", + "=", + "value", + "or", + "t1", + ".", + "color", + "=", + "value" + ], + "question": "Find the name and id of Sailors (sid) that reserved red or blue boat.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "id", + "of", + "Sailors", + "(", + "sid", + ")", + "that", + "reserved", + "red", + "or", + "blue", + "boat", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"red\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"blue\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T2.sid , T3.name FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid JOIN Sailors AS T3 ON T2.sid = T3.sid WHERE T1.color = 'red' OR T1.color = \"blue\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.sid", + ",", + "T3.name", + "FROM", + "Boats", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.bid", + "=", + "T2.bid", + "JOIN", + "Sailors", + "AS", + "T3", + "ON", + "T2.sid", + "=", + "T3.sid", + "WHERE", + "T1.color", + "=", + "'red", + "'", + "OR", + "T1.color", + "=", + "``", + "blue", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "sid", + ",", + "t3", + ".", + "name", + "from", + "boats", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "join", + "sailors", + "as", + "t3", + "on", + "t2", + ".", + "sid", + "=", + "t3", + ".", + "sid", + "where", + "t1", + ".", + "color", + "=", + "value", + "or", + "t1", + ".", + "color", + "=", + "value" + ], + "question": "What are the names and ids of sailors who reserved red or blue boats?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "ids", + "of", + "sailors", + "who", + "reserved", + "red", + "or", + "blue", + "boats", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"red\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"blue\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T2.sid FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid WHERE T1.color = 'red' INTERSECT SELECT DISTINCT T2.sid FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid WHERE T1.color = \"blue\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.sid", + "FROM", + "Boats", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.bid", + "=", + "T2.bid", + "WHERE", + "T1.color", + "=", + "'red", + "'", + "INTERSECT", + "SELECT", + "DISTINCT", + "T2.sid", + "FROM", + "Boats", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.bid", + "=", + "T2.bid", + "WHERE", + "T1.color", + "=", + "``", + "blue", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "sid", + "from", + "boats", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "where", + "t1", + ".", + "color", + "=", + "value", + "intersect", + "select", + "distinct", + "t2", + ".", + "sid", + "from", + "boats", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "where", + "t1", + ".", + "color", + "=", + "value" + ], + "question": "Find the id of Sailors (sid) that reserved red and blue boat.", + "question_toks": [ + "Find", + "the", + "id", + "of", + "Sailors", + "(", + "sid", + ")", + "that", + "reserved", + "red", + "and", + "blue", + "boat", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"red\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"blue\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T2.sid FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid WHERE T1.color = 'red' INTERSECT SELECT DISTINCT T2.sid FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid WHERE T1.color = \"blue\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.sid", + "FROM", + "Boats", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.bid", + "=", + "T2.bid", + "WHERE", + "T1.color", + "=", + "'red", + "'", + "INTERSECT", + "SELECT", + "DISTINCT", + "T2.sid", + "FROM", + "Boats", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.bid", + "=", + "T2.bid", + "WHERE", + "T1.color", + "=", + "``", + "blue", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "sid", + "from", + "boats", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "where", + "t1", + ".", + "color", + "=", + "value", + "intersect", + "select", + "distinct", + "t2", + ".", + "sid", + "from", + "boats", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "where", + "t1", + ".", + "color", + "=", + "value" + ], + "question": "What are the ids of sailors who reserved red and blue boats?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "sailors", + "who", + "reserved", + "red", + "and", + "blue", + "boats", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"red\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"blue\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T2.sid , T3.name FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid JOIN Sailors AS T3 ON T2.sid = T3.sid WHERE T1.color = 'red' INTERSECT SELECT DISTINCT T2.sid , T3.name FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid JOIN Sailors AS T3 ON T2.sid = T3.sid WHERE T1.color = \"blue\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.sid", + ",", + "T3.name", + "FROM", + "Boats", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.bid", + "=", + "T2.bid", + "JOIN", + "Sailors", + "AS", + "T3", + "ON", + "T2.sid", + "=", + "T3.sid", + "WHERE", + "T1.color", + "=", + "'red", + "'", + "INTERSECT", + "SELECT", + "DISTINCT", + "T2.sid", + ",", + "T3.name", + "FROM", + "Boats", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.bid", + "=", + "T2.bid", + "JOIN", + "Sailors", + "AS", + "T3", + "ON", + "T2.sid", + "=", + "T3.sid", + "WHERE", + "T1.color", + "=", + "``", + "blue", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "sid", + ",", + "t3", + ".", + "name", + "from", + "boats", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "join", + "sailors", + "as", + "t3", + "on", + "t2", + ".", + "sid", + "=", + "t3", + ".", + "sid", + "where", + "t1", + ".", + "color", + "=", + "value", + "intersect", + "select", + "distinct", + "t2", + ".", + "sid", + ",", + "t3", + ".", + "name", + "from", + "boats", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "join", + "sailors", + "as", + "t3", + "on", + "t2", + ".", + "sid", + "=", + "t3", + ".", + "sid", + "where", + "t1", + ".", + "color", + "=", + "value" + ], + "question": "Find the name and id of Sailors (sid) that reserved red and blue boat.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "id", + "of", + "Sailors", + "(", + "sid", + ")", + "that", + "reserved", + "red", + "and", + "blue", + "boat", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"red\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"blue\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T2.sid , T3.name FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid JOIN Sailors AS T3 ON T2.sid = T3.sid WHERE T1.color = 'red' INTERSECT SELECT DISTINCT T2.sid , T3.name FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid JOIN Sailors AS T3 ON T2.sid = T3.sid WHERE T1.color = \"blue\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T2.sid", + ",", + "T3.name", + "FROM", + "Boats", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.bid", + "=", + "T2.bid", + "JOIN", + "Sailors", + "AS", + "T3", + "ON", + "T2.sid", + "=", + "T3.sid", + "WHERE", + "T1.color", + "=", + "'red", + "'", + "INTERSECT", + "SELECT", + "DISTINCT", + "T2.sid", + ",", + "T3.name", + "FROM", + "Boats", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.bid", + "=", + "T2.bid", + "JOIN", + "Sailors", + "AS", + "T3", + "ON", + "T2.sid", + "=", + "T3.sid", + "WHERE", + "T1.color", + "=", + "``", + "blue", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "sid", + ",", + "t3", + ".", + "name", + "from", + "boats", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "join", + "sailors", + "as", + "t3", + "on", + "t2", + ".", + "sid", + "=", + "t3", + ".", + "sid", + "where", + "t1", + ".", + "color", + "=", + "value", + "intersect", + "select", + "distinct", + "t2", + ".", + "sid", + ",", + "t3", + ".", + "name", + "from", + "boats", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "join", + "sailors", + "as", + "t3", + "on", + "t2", + ".", + "sid", + "=", + "t3", + ".", + "sid", + "where", + "t1", + ".", + "color", + "=", + "value" + ], + "question": "What are the names and ids of sailors who reserved red and blue boats?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "ids", + "of", + "sailors", + "who", + "reserved", + "red", + "and", + "blue", + "boats", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"red\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"blue\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT sid FROM Sailors EXCEPT SELECT sid FROM Reserves", + "query_toks": [ + "SELECT", + "sid", + "FROM", + "Sailors", + "EXCEPT", + "SELECT", + "sid", + "FROM", + "Reserves" + ], + "query_toks_no_value": [ + "select", + "sid", + "from", + "sailors", + "except", + "select", + "sid", + "from", + "reserves" + ], + "question": "What is the ids of sailors that haven\u2019t reserved a boat?", + "question_toks": [ + "What", + "is", + "the", + "ids", + "of", + "sailors", + "that", + "haven\u2019t", + "reserved", + "a", + "boat", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "boat_1", + "query": "SELECT sid FROM Sailors EXCEPT SELECT sid FROM Reserves", + "query_toks": [ + "SELECT", + "sid", + "FROM", + "Sailors", + "EXCEPT", + "SELECT", + "sid", + "FROM", + "Reserves" + ], + "query_toks_no_value": [ + "select", + "sid", + "from", + "sailors", + "except", + "select", + "sid", + "from", + "reserves" + ], + "question": "What are the ids of sailors who have not reserved a boat?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "sailors", + "who", + "have", + "not", + "reserved", + "a", + "boat", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "boat_1", + "query": "SELECT sid , name FROM Sailors EXCEPT SELECT T1.sid , T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid", + "query_toks": [ + "SELECT", + "sid", + ",", + "name", + "FROM", + "Sailors", + "EXCEPT", + "SELECT", + "T1.sid", + ",", + "T1.name", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid" + ], + "query_toks_no_value": [ + "select", + "sid", + ",", + "name", + "from", + "sailors", + "except", + "select", + "t1", + ".", + "sid", + ",", + "t1", + ".", + "name", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid" + ], + "question": "what is the name and id of sailors who do not have a reservation of a boat?", + "question_toks": [ + "what", + "is", + "the", + "name", + "and", + "id", + "of", + "sailors", + "who", + "do", + "not", + "have", + "a", + "reservation", + "of", + "a", + "boat", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "boat_1", + "query": "SELECT sid , name FROM Sailors EXCEPT SELECT T1.sid , T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid", + "query_toks": [ + "SELECT", + "sid", + ",", + "name", + "FROM", + "Sailors", + "EXCEPT", + "SELECT", + "T1.sid", + ",", + "T1.name", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid" + ], + "query_toks_no_value": [ + "select", + "sid", + ",", + "name", + "from", + "sailors", + "except", + "select", + "t1", + ".", + "sid", + ",", + "t1", + ".", + "name", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid" + ], + "question": "What are the names and ids of all sailors who do not have boat reservations?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "ids", + "of", + "all", + "sailors", + "who", + "do", + "not", + "have", + "boat", + "reservations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "boat_1", + "query": "SELECT sid FROM Sailors EXCEPT SELECT T1.sid FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid", + "query_toks": [ + "SELECT", + "sid", + "FROM", + "Sailors", + "EXCEPT", + "SELECT", + "T1.sid", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid" + ], + "query_toks_no_value": [ + "select", + "sid", + "from", + "sailors", + "except", + "select", + "t1", + ".", + "sid", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid" + ], + "question": "Find id for the sailors who do not have a reservation of a boat?", + "question_toks": [ + "Find", + "id", + "for", + "the", + "sailors", + "who", + "do", + "not", + "have", + "a", + "reservation", + "of", + "a", + "boat", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "boat_1", + "query": "SELECT sid FROM Sailors EXCEPT SELECT T1.sid FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid", + "query_toks": [ + "SELECT", + "sid", + "FROM", + "Sailors", + "EXCEPT", + "SELECT", + "T1.sid", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid" + ], + "query_toks_no_value": [ + "select", + "sid", + "from", + "sailors", + "except", + "select", + "t1", + ".", + "sid", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid" + ], + "question": "What is id about sailors who do not have boat reservations?", + "question_toks": [ + "What", + "is", + "id", + "about", + "sailors", + "who", + "do", + "not", + "have", + "boat", + "reservations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid WHERE T2.bid = 103", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.name", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "WHERE", + "T2.bid", + "=", + "103" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "where", + "t2", + ".", + "bid", + "=", + "value" + ], + "question": "What is the name of the sailors who reserved boat with id 103?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "sailors", + "who", + "reserved", + "boat", + "with", + "id", + "103", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 103.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid WHERE T2.bid = 103", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.name", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "WHERE", + "T2.bid", + "=", + "103" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "where", + "t2", + ".", + "bid", + "=", + "value" + ], + "question": "Find the name of the sailors who reserved boat with id 103.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "sailors", + "who", + "reserved", + "boat", + "with", + "id", + "103", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 103.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name FROM Sailors WHERE rating > (SELECT min(rating) FROM Sailors WHERE name = 'Luis')", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Sailors", + "WHERE", + "rating", + ">", + "(", + "SELECT", + "min", + "(", + "rating", + ")", + "FROM", + "Sailors", + "WHERE", + "name", + "=", + "'Luis", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "sailors", + "where", + "rating", + ">", + "(", + "select", + "min", + "(", + "rating", + ")", + "from", + "sailors", + "where", + "name", + "=", + "value", + ")" + ], + "question": "What is the name of all sailors whose rating is higher than any sailor named Luis?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "all", + "sailors", + "whose", + "rating", + "is", + "higher", + "than", + "any", + "sailor", + "named", + "Luis", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Luis\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name FROM Sailors WHERE rating > (SELECT min(rating) FROM Sailors WHERE name = 'Luis')", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Sailors", + "WHERE", + "rating", + ">", + "(", + "SELECT", + "min", + "(", + "rating", + ")", + "FROM", + "Sailors", + "WHERE", + "name", + "=", + "'Luis", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "sailors", + "where", + "rating", + ">", + "(", + "select", + "min", + "(", + "rating", + ")", + "from", + "sailors", + "where", + "name", + "=", + "value", + ")" + ], + "question": "What are the sailors' names, the ones whose rating is higher than any sailor named Luis?", + "question_toks": [ + "What", + "are", + "the", + "sailors", + "'", + "names", + ",", + "the", + "ones", + "whose", + "rating", + "is", + "higher", + "than", + "any", + "sailor", + "named", + "Luis", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Luis\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name FROM Sailors WHERE rating > (SELECT max(rating) FROM Sailors WHERE name = 'Luis')", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Sailors", + "WHERE", + "rating", + ">", + "(", + "SELECT", + "max", + "(", + "rating", + ")", + "FROM", + "Sailors", + "WHERE", + "name", + "=", + "'Luis", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "sailors", + "where", + "rating", + ">", + "(", + "select", + "max", + "(", + "rating", + ")", + "from", + "sailors", + "where", + "name", + "=", + "value", + ")" + ], + "question": "What is the name of all sailors whose rating is higher than all sailors named Luis?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "all", + "sailors", + "whose", + "rating", + "is", + "higher", + "than", + "all", + "sailors", + "named", + "Luis", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Luis\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name FROM Sailors WHERE rating > (SELECT max(rating) FROM Sailors WHERE name = 'Luis')", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Sailors", + "WHERE", + "rating", + ">", + "(", + "SELECT", + "max", + "(", + "rating", + ")", + "FROM", + "Sailors", + "WHERE", + "name", + "=", + "'Luis", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "sailors", + "where", + "rating", + ">", + "(", + "select", + "max", + "(", + "rating", + ")", + "from", + "sailors", + "where", + "name", + "=", + "value", + ")" + ], + "question": "What are the names of all sailors with a higher rating than every sailor named Luis?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "sailors", + "with", + "a", + "higher", + "rating", + "than", + "every", + "sailor", + "named", + "Luis", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Luis\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T1.name , T1.sid FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid WHERE T1.rating > 2", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.name", + ",", + "T1.sid", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "WHERE", + "T1.rating", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + ",", + "t1", + ".", + "sid", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "where", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "what is the name and id of every sailor who has a rating greater than 2 and reserved a boat.", + "question_toks": [ + "what", + "is", + "the", + "name", + "and", + "id", + "of", + "every", + "sailor", + "who", + "has", + "a", + "rating", + "greater", + "than", + "2", + "and", + "reserved", + "a", + "boat", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 2.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT DISTINCT T1.name , T1.sid FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid WHERE T1.rating > 2", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.name", + ",", + "T1.sid", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "WHERE", + "T1.rating", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + ",", + "t1", + ".", + "sid", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "where", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "What are the names and ids of all sailors who have a rating of at least 3 and reserved a boat?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "ids", + "of", + "all", + "sailors", + "who", + "have", + "a", + "rating", + "of", + "at", + "least", + "3", + "and", + "reserved", + "a", + "boat", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 2.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name , age FROM Sailors WHERE age = ( SELECT max(age) FROM Sailors )", + "query_toks": [ + "SELECT", + "name", + ",", + "age", + "FROM", + "Sailors", + "WHERE", + "age", + "=", + "(", + "SELECT", + "max", + "(", + "age", + ")", + "FROM", + "Sailors", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "age", + "from", + "sailors", + "where", + "age", + "=", + "(", + "select", + "max", + "(", + "age", + ")", + "from", + "sailors", + ")" + ], + "question": "Find the name and age of the oldest sailor.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "age", + "of", + "the", + "oldest", + "sailor", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name , age FROM Sailors WHERE age = ( SELECT max(age) FROM Sailors )", + "query_toks": [ + "SELECT", + "name", + ",", + "age", + "FROM", + "Sailors", + "WHERE", + "age", + "=", + "(", + "SELECT", + "max", + "(", + "age", + ")", + "FROM", + "Sailors", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "age", + "from", + "sailors", + "where", + "age", + "=", + "(", + "select", + "max", + "(", + "age", + ")", + "from", + "sailors", + ")" + ], + "question": "What is the name and age of the sailor with maximum age?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "age", + "of", + "the", + "sailor", + "with", + "maximum", + "age", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT COUNT(*) FROM Sailors", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "Sailors" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "sailors" + ], + "question": "how many sailors in total?", + "question_toks": [ + "how", + "many", + "sailors", + "in", + "total", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT COUNT(*) FROM Sailors", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "Sailors" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "sailors" + ], + "question": "How many sailors exist?", + "question_toks": [ + "How", + "many", + "sailors", + "exist", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT AVG(age) FROM Sailors WHERE rating = 7", + "query_toks": [ + "SELECT", + "AVG", + "(", + "age", + ")", + "FROM", + "Sailors", + "WHERE", + "rating", + "=", + "7" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + "from", + "sailors", + "where", + "rating", + "=", + "value" + ], + "question": "What is the average age of sailors whose rating is 7?", + "question_toks": [ + "What", + "is", + "the", + "average", + "age", + "of", + "sailors", + "whose", + "rating", + "is", + "7", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 7.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT AVG(age) FROM Sailors WHERE rating = 7", + "query_toks": [ + "SELECT", + "AVG", + "(", + "age", + ")", + "FROM", + "Sailors", + "WHERE", + "rating", + "=", + "7" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + "from", + "sailors", + "where", + "rating", + "=", + "value" + ], + "question": "What is average age of all sailors who have a rating of 7?", + "question_toks": [ + "What", + "is", + "average", + "age", + "of", + "all", + "sailors", + "who", + "have", + "a", + "rating", + "of", + "7", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 7.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "select count(*) from sailors where name like 'd%'", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "sailors", + "where", + "name", + "like", + "\"d%\"" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "sailors", + "where", + "name", + "like", + "value" + ], + "question": "How many sailors whose name starts with letter D exist ?", + "question_toks": [ + "How", + "many", + "sailors", + "whose", + "name", + "starts", + "with", + "letter", + "D", + "exist", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"d%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "select count(*) from sailors where name like 'd%'", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "sailors", + "where", + "name", + "like", + "\"d%\"" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "sailors", + "where", + "name", + "like", + "value" + ], + "question": "What is the count of the sailors whose name starts with letter D ?", + "question_toks": [ + "What", + "is", + "the", + "count", + "of", + "the", + "sailors", + "whose", + "name", + "starts", + "with", + "letter", + "D", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"d%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT AVG(rating) , MAX(age) FROM Sailors", + "query_toks": [ + "SELECT", + "AVG", + "(", + "rating", + ")", + ",", + "MAX", + "(", + "age", + ")", + "FROM", + "Sailors" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "rating", + ")", + ",", + "max", + "(", + "age", + ")", + "from", + "sailors" + ], + "question": "What are the average rating and max age of all sailors?", + "question_toks": [ + "What", + "are", + "the", + "average", + "rating", + "and", + "max", + "age", + "of", + "all", + "sailors", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT AVG(rating) , MAX(age) FROM Sailors", + "query_toks": [ + "SELECT", + "AVG", + "(", + "rating", + ")", + ",", + "MAX", + "(", + "age", + ")", + "FROM", + "Sailors" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "rating", + ")", + ",", + "max", + "(", + "age", + ")", + "from", + "sailors" + ], + "question": "Find the average rating and largest age for the sailors", + "question_toks": [ + "Find", + "the", + "average", + "rating", + "and", + "largest", + "age", + "for", + "the", + "sailors" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT bid , count(*) FROM Reserves GROUP BY bid", + "query_toks": [ + "SELECT", + "bid", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Reserves", + "GROUP", + "BY", + "bid" + ], + "query_toks_no_value": [ + "select", + "bid", + ",", + "count", + "(", + "*", + ")", + "from", + "reserves", + "group", + "by", + "bid" + ], + "question": "Find the number of reservations for each boat.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "reservations", + "for", + "each", + "boat", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT bid , count(*) FROM Reserves GROUP BY bid", + "query_toks": [ + "SELECT", + "bid", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Reserves", + "GROUP", + "BY", + "bid" + ], + "query_toks_no_value": [ + "select", + "bid", + ",", + "count", + "(", + "*", + ")", + "from", + "reserves", + "group", + "by", + "bid" + ], + "question": "How many reservations exist for each boat?", + "question_toks": [ + "How", + "many", + "reservations", + "exist", + "for", + "each", + "boat", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT bid , count(*) FROM Reserves GROUP BY bid HAVING bid > 50", + "query_toks": [ + "SELECT", + "bid", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Reserves", + "GROUP", + "BY", + "bid", + "HAVING", + "bid", + ">", + "50" + ], + "query_toks_no_value": [ + "select", + "bid", + ",", + "count", + "(", + "*", + ")", + "from", + "reserves", + "group", + "by", + "bid", + "having", + "bid", + ">", + "value" + ], + "question": "Find the number of reservations for each boat with id greater than 50.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "reservations", + "for", + "each", + "boat", + "with", + "id", + "greater", + "than", + "50", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 50.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT bid , count(*) FROM Reserves GROUP BY bid HAVING bid > 50", + "query_toks": [ + "SELECT", + "bid", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Reserves", + "GROUP", + "BY", + "bid", + "HAVING", + "bid", + ">", + "50" + ], + "query_toks_no_value": [ + "select", + "bid", + ",", + "count", + "(", + "*", + ")", + "from", + "reserves", + "group", + "by", + "bid", + "having", + "bid", + ">", + "value" + ], + "question": "How many reservations exist for each boat with an id greater than 50?", + "question_toks": [ + "How", + "many", + "reservations", + "exist", + "for", + "each", + "boat", + "with", + "an", + "id", + "greater", + "than", + "50", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 50.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT bid , count(*) FROM Reserves GROUP BY bid HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "bid", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Reserves", + "GROUP", + "BY", + "bid", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "bid", + ",", + "count", + "(", + "*", + ")", + "from", + "reserves", + "group", + "by", + "bid", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the number of reservations for each boat with more than 1 reservation.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "reservations", + "for", + "each", + "boat", + "with", + "more", + "than", + "1", + "reservation", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT bid , count(*) FROM Reserves GROUP BY bid HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "bid", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Reserves", + "GROUP", + "BY", + "bid", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "bid", + ",", + "count", + "(", + "*", + ")", + "from", + "reserves", + "group", + "by", + "bid", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "How many reservations exist for each boat that has more than 1 reservation already?", + "question_toks": [ + "How", + "many", + "reservations", + "exist", + "for", + "each", + "boat", + "that", + "has", + "more", + "than", + "1", + "reservation", + "already", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT bid , count(*) FROM Reserves WHERE sid > 1 GROUP BY bid", + "query_toks": [ + "SELECT", + "bid", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Reserves", + "WHERE", + "sid", + ">", + "1", + "GROUP", + "BY", + "bid" + ], + "query_toks_no_value": [ + "select", + "bid", + ",", + "count", + "(", + "*", + ")", + "from", + "reserves", + "where", + "sid", + ">", + "value", + "group", + "by", + "bid" + ], + "question": "Find the number of reservations by sailors with id greater than 1 for each boat.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "reservations", + "by", + "sailors", + "with", + "id", + "greater", + "than", + "1", + "for", + "each", + "boat", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT bid , count(*) FROM Reserves WHERE sid > 1 GROUP BY bid", + "query_toks": [ + "SELECT", + "bid", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Reserves", + "WHERE", + "sid", + ">", + "1", + "GROUP", + "BY", + "bid" + ], + "query_toks_no_value": [ + "select", + "bid", + ",", + "count", + "(", + "*", + ")", + "from", + "reserves", + "where", + "sid", + ">", + "value", + "group", + "by", + "bid" + ], + "question": "How many reservations for each boat did the sailors with an id greater than 1 make?", + "question_toks": [ + "How", + "many", + "reservations", + "for", + "each", + "boat", + "did", + "the", + "sailors", + "with", + "an", + "id", + "greater", + "than", + "1", + "make", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT T1.rating , avg(T1.age) FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T3.color = 'red' GROUP BY T1.rating", + "query_toks": [ + "SELECT", + "T1.rating", + ",", + "avg", + "(", + "T1.age", + ")", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "JOIN", + "Boats", + "AS", + "T3", + "ON", + "T3.bid", + "=", + "T2.bid", + "WHERE", + "T3.color", + "=", + "'red", + "'", + "GROUP", + "BY", + "T1.rating" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "rating", + ",", + "avg", + "(", + "t1", + ".", + "age", + ")", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "join", + "boats", + "as", + "t3", + "on", + "t3", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "where", + "t3", + ".", + "color", + "=", + "value", + "group", + "by", + "t1", + ".", + "rating" + ], + "question": "What is the rating and average age for sailors who have reserved red boat grouped by rating?", + "question_toks": [ + "What", + "is", + "the", + "rating", + "and", + "average", + "age", + "for", + "sailors", + "who", + "have", + "reserved", + "red", + "boat", + "grouped", + "by", + "rating", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"red\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT T1.rating , avg(T1.age) FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T3.color = 'red' GROUP BY T1.rating", + "query_toks": [ + "SELECT", + "T1.rating", + ",", + "avg", + "(", + "T1.age", + ")", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "JOIN", + "Boats", + "AS", + "T3", + "ON", + "T3.bid", + "=", + "T2.bid", + "WHERE", + "T3.color", + "=", + "'red", + "'", + "GROUP", + "BY", + "T1.rating" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "rating", + ",", + "avg", + "(", + "t1", + ".", + "age", + ")", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "join", + "boats", + "as", + "t3", + "on", + "t3", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "where", + "t3", + ".", + "color", + "=", + "value", + "group", + "by", + "t1", + ".", + "rating" + ], + "question": "What are the rating and average age for sailors who reserved red boats for each rating?", + "question_toks": [ + "What", + "are", + "the", + "rating", + "and", + "average", + "age", + "for", + "sailors", + "who", + "reserved", + "red", + "boats", + "for", + "each", + "rating", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"red\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name , rating , age FROM Sailors ORDER BY rating , age", + "query_toks": [ + "SELECT", + "name", + ",", + "rating", + ",", + "age", + "FROM", + "Sailors", + "ORDER", + "BY", + "rating", + ",", + "age" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "rating", + ",", + "age", + "from", + "sailors", + "order", + "by", + "rating", + ",", + "age" + ], + "question": "Find the name, rating and age of all sailors ordered by rating and age.", + "question_toks": [ + "Find", + "the", + "name", + ",", + "rating", + "and", + "age", + "of", + "all", + "sailors", + "ordered", + "by", + "rating", + "and", + "age", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name , rating , age FROM Sailors ORDER BY rating , age", + "query_toks": [ + "SELECT", + "name", + ",", + "rating", + ",", + "age", + "FROM", + "Sailors", + "ORDER", + "BY", + "rating", + ",", + "age" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "rating", + ",", + "age", + "from", + "sailors", + "order", + "by", + "rating", + ",", + "age" + ], + "question": "What is the name, rating, and age for every sailor? And order them by rating and age.", + "question_toks": [ + "What", + "is", + "the", + "name", + ",", + "rating", + ",", + "and", + "age", + "for", + "every", + "sailor", + "?", + "And", + "order", + "them", + "by", + "rating", + "and", + "age", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT count(*) FROM Boats", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Boats" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "boats" + ], + "question": "Find the total number of boats.", + "question_toks": [ + "Find", + "the", + "total", + "number", + "of", + "boats", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT count(*) FROM Boats", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Boats" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "boats" + ], + "question": "How many boats are there?", + "question_toks": [ + "How", + "many", + "boats", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT count(*) FROM Boats WHERE color = 'red'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Boats", + "WHERE", + "color", + "=", + "'red", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "boats", + "where", + "color", + "=", + "value" + ], + "question": "How many boats are red?", + "question_toks": [ + "How", + "many", + "boats", + "are", + "red", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"red\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT count(*) FROM Boats WHERE color = 'red'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Boats", + "WHERE", + "color", + "=", + "'red", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "boats", + "where", + "color", + "=", + "value" + ], + "question": "How many red boats exist?", + "question_toks": [ + "How", + "many", + "red", + "boats", + "exist", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"red\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT T3.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T1.age BETWEEN 20 AND 30", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "JOIN", + "Boats", + "AS", + "T3", + "ON", + "T3.bid", + "=", + "T2.bid", + "WHERE", + "T1.age", + "BETWEEN", + "20", + "AND", + "30" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "join", + "boats", + "as", + "t3", + "on", + "t3", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "where", + "t1", + ".", + "age", + "between", + "value", + "and", + "value" + ], + "question": "Find the names of boats booked by sailors whose age is between 20 and 30.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "boats", + "booked", + "by", + "sailors", + "whose", + "age", + "is", + "between", + "20", + "and", + "30", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 20.0, + 30.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT T3.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T1.age BETWEEN 20 AND 30", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "JOIN", + "Boats", + "AS", + "T3", + "ON", + "T3.bid", + "=", + "T2.bid", + "WHERE", + "T1.age", + "BETWEEN", + "20", + "AND", + "30" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "join", + "boats", + "as", + "t3", + "on", + "t3", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "where", + "t1", + ".", + "age", + "between", + "value", + "and", + "value" + ], + "question": "What are the names of the boats booked by people between age 20 and 30?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "boats", + "booked", + "by", + "people", + "between", + "age", + "20", + "and", + "30", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 20.0, + 30.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name FROM Sailors WHERE rating > (SELECT max(T1.rating) FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T3.color = 'red')", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Sailors", + "WHERE", + "rating", + ">", + "(", + "SELECT", + "max", + "(", + "T1.rating", + ")", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "JOIN", + "Boats", + "AS", + "T3", + "ON", + "T3.bid", + "=", + "T2.bid", + "WHERE", + "T3.color", + "=", + "'red", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "sailors", + "where", + "rating", + ">", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "join", + "boats", + "as", + "t3", + "on", + "t3", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "where", + "t3", + ".", + "color", + "=", + "value", + ")" + ], + "question": "Find the names of sailors whose rating is larger than the rating of all sailors who booked a red boat.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "sailors", + "whose", + "rating", + "is", + "larger", + "than", + "the", + "rating", + "of", + "all", + "sailors", + "who", + "booked", + "a", + "red", + "boat", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"red\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name FROM Sailors WHERE rating > (SELECT max(T1.rating) FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T3.color = 'red')", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Sailors", + "WHERE", + "rating", + ">", + "(", + "SELECT", + "max", + "(", + "T1.rating", + ")", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "JOIN", + "Boats", + "AS", + "T3", + "ON", + "T3.bid", + "=", + "T2.bid", + "WHERE", + "T3.color", + "=", + "'red", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "sailors", + "where", + "rating", + ">", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "join", + "boats", + "as", + "t3", + "on", + "t3", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "where", + "t3", + ".", + "color", + "=", + "value", + ")" + ], + "question": "What are the names of the sailors whose rating is larger than the rating of all sailors who booked a red boat?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "sailors", + "whose", + "rating", + "is", + "larger", + "than", + "the", + "rating", + "of", + "all", + "sailors", + "who", + "booked", + "a", + "red", + "boat", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"red\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT max(rating) FROM Sailors", + "query_toks": [ + "SELECT", + "max", + "(", + "rating", + ")", + "FROM", + "Sailors" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "rating", + ")", + "from", + "sailors" + ], + "question": "What is highest rating between sailors?", + "question_toks": [ + "What", + "is", + "highest", + "rating", + "between", + "sailors", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT max(rating) FROM Sailors", + "query_toks": [ + "SELECT", + "max", + "(", + "rating", + ")", + "FROM", + "Sailors" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "rating", + ")", + "from", + "sailors" + ], + "question": "What is the maximum rating for sailors?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "rating", + "for", + "sailors", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T3.name = 'Melon'", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "JOIN", + "Boats", + "AS", + "T3", + "ON", + "T3.bid", + "=", + "T2.bid", + "WHERE", + "T3.name", + "=", + "'Melon", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "join", + "boats", + "as", + "t3", + "on", + "t3", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Find the names of sailors who reserved boat with the name Melon.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "sailors", + "who", + "reserved", + "boat", + "with", + "the", + "name", + "Melon", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Melon\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T3.name = 'Melon'", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "Sailors", + "AS", + "T1", + "JOIN", + "Reserves", + "AS", + "T2", + "ON", + "T1.sid", + "=", + "T2.sid", + "JOIN", + "Boats", + "AS", + "T3", + "ON", + "T3.bid", + "=", + "T2.bid", + "WHERE", + "T3.name", + "=", + "'Melon", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "sailors", + "as", + "t1", + "join", + "reserves", + "as", + "t2", + "on", + "t1", + ".", + "sid", + "=", + "t2", + ".", + "sid", + "join", + "boats", + "as", + "t3", + "on", + "t3", + ".", + "bid", + "=", + "t2", + ".", + "bid", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What are the names of sailors who reserved a boat with the name Melon?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "sailors", + "who", + "reserved", + "a", + "boat", + "with", + "the", + "name", + "Melon", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Melon\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name , age FROM Sailors ORDER BY rating DESC", + "query_toks": [ + "SELECT", + "name", + ",", + "age", + "FROM", + "Sailors", + "ORDER", + "BY", + "rating", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "age", + "from", + "sailors", + "order", + "by", + "rating", + "desc" + ], + "question": "List the names and ages of all sailors sorted by rating in descending order.", + "question_toks": [ + "List", + "the", + "names", + "and", + "ages", + "of", + "all", + "sailors", + "sorted", + "by", + "rating", + "in", + "descending", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "boat_1", + "query": "SELECT name , age FROM Sailors ORDER BY rating DESC", + "query_toks": [ + "SELECT", + "name", + ",", + "age", + "FROM", + "Sailors", + "ORDER", + "BY", + "rating", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "age", + "from", + "sailors", + "order", + "by", + "rating", + "desc" + ], + "question": "What are the names and ages of all sailors sorted by decreasing rating?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "ages", + "of", + "all", + "sailors", + "sorted", + "by", + "decreasing", + "rating", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT model FROM headphone ORDER BY price DESC LIMIT 1", + "query_toks": [ + "SELECT", + "model", + "FROM", + "headphone", + "ORDER", + "BY", + "price", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "model", + "from", + "headphone", + "order", + "by", + "price", + "desc", + "limit", + "value" + ], + "question": "Find the model of the most expensive headphone.", + "question_toks": [ + "Find", + "the", + "model", + "of", + "the", + "most", + "expensive", + "headphone", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT model FROM headphone ORDER BY price DESC LIMIT 1", + "query_toks": [ + "SELECT", + "model", + "FROM", + "headphone", + "ORDER", + "BY", + "price", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "model", + "from", + "headphone", + "order", + "by", + "price", + "desc", + "limit", + "value" + ], + "question": "Which headphone model has the highest price?", + "question_toks": [ + "Which", + "headphone", + "model", + "has", + "the", + "highest", + "price", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT DISTINCT model FROM headphone ORDER BY model", + "query_toks": [ + "SELECT", + "DISTINCT", + "model", + "FROM", + "headphone", + "ORDER", + "BY", + "model" + ], + "query_toks_no_value": [ + "select", + "distinct", + "model", + "from", + "headphone", + "order", + "by", + "model" + ], + "question": "List all different headphone models in the alphabetical order.", + "question_toks": [ + "List", + "all", + "different", + "headphone", + "models", + "in", + "the", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT DISTINCT model FROM headphone ORDER BY model", + "query_toks": [ + "SELECT", + "DISTINCT", + "model", + "FROM", + "headphone", + "ORDER", + "BY", + "model" + ], + "query_toks_no_value": [ + "select", + "distinct", + "model", + "from", + "headphone", + "order", + "by", + "model" + ], + "question": "Return the list of distinct headphone models ordered alphabetically.", + "question_toks": [ + "Return", + "the", + "list", + "of", + "distinct", + "headphone", + "models", + "ordered", + "alphabetically", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT CLASS FROM headphone GROUP BY CLASS ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "CLASS", + "FROM", + "headphone", + "GROUP", + "BY", + "CLASS", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "class", + "from", + "headphone", + "group", + "by", + "class", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which headphone class is the most common one?", + "question_toks": [ + "Which", + "headphone", + "class", + "is", + "the", + "most", + "common", + "one", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT CLASS FROM headphone GROUP BY CLASS ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "CLASS", + "FROM", + "headphone", + "GROUP", + "BY", + "CLASS", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "class", + "from", + "headphone", + "group", + "by", + "class", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which headphone class contains the most headphones?", + "question_toks": [ + "Which", + "headphone", + "class", + "contains", + "the", + "most", + "headphones", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT CLASS FROM headphone GROUP BY CLASS HAVING count(*) > 2", + "query_toks": [ + "SELECT", + "CLASS", + "FROM", + "headphone", + "GROUP", + "BY", + "CLASS", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "class", + "from", + "headphone", + "group", + "by", + "class", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Which headphone class does have more than two headphones?", + "question_toks": [ + "Which", + "headphone", + "class", + "does", + "have", + "more", + "than", + "two", + "headphones", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT CLASS FROM headphone GROUP BY CLASS HAVING count(*) > 2", + "query_toks": [ + "SELECT", + "CLASS", + "FROM", + "headphone", + "GROUP", + "BY", + "CLASS", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "class", + "from", + "headphone", + "group", + "by", + "class", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the headphone class that does not contain more than two headphones.", + "question_toks": [ + "Find", + "the", + "headphone", + "class", + "that", + "does", + "not", + "contain", + "more", + "than", + "two", + "headphones", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT count(*) , CLASS FROM headphone WHERE price > 200 GROUP BY CLASS", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "CLASS", + "FROM", + "headphone", + "WHERE", + "price", + ">", + "200", + "GROUP", + "BY", + "CLASS" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "class", + "from", + "headphone", + "where", + "price", + ">", + "value", + "group", + "by", + "class" + ], + "question": "Find the number of headphones with a price higher than 200 for each class.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "headphones", + "with", + "a", + "price", + "higher", + "than", + "200", + "for", + "each", + "class", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 200.0, + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT count(*) , CLASS FROM headphone WHERE price > 200 GROUP BY CLASS", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "CLASS", + "FROM", + "headphone", + "WHERE", + "price", + ">", + "200", + "GROUP", + "BY", + "CLASS" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "class", + "from", + "headphone", + "where", + "price", + ">", + "value", + "group", + "by", + "class" + ], + "question": "How many headphones cost more than 200 for each headphone class?", + "question_toks": [ + "How", + "many", + "headphones", + "cost", + "more", + "than", + "200", + "for", + "each", + "headphone", + "class", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 200.0, + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT count(DISTINCT earpads) FROM headphone", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "earpads", + ")", + "FROM", + "headphone" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "earpads", + ")", + "from", + "headphone" + ], + "question": "how many different earpads are there?", + "question_toks": [ + "how", + "many", + "different", + "earpads", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 6, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT count(DISTINCT earpads) FROM headphone", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "earpads", + ")", + "FROM", + "headphone" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "earpads", + ")", + "from", + "headphone" + ], + "question": "Count the number of different earpads.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "different", + "earpads", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 6, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT earpads FROM headphone GROUP BY earpads ORDER BY count(*) DESC LIMIT 2", + "query_toks": [ + "SELECT", + "earpads", + "FROM", + "headphone", + "GROUP", + "BY", + "earpads", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "2" + ], + "query_toks_no_value": [ + "select", + "earpads", + "from", + "headphone", + "group", + "by", + "earpads", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the top 2 earpads that are mostly used.", + "question_toks": [ + "Find", + "the", + "top", + "2", + "earpads", + "that", + "are", + "mostly", + "used", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 2, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT earpads FROM headphone GROUP BY earpads ORDER BY count(*) DESC LIMIT 2", + "query_toks": [ + "SELECT", + "earpads", + "FROM", + "headphone", + "GROUP", + "BY", + "earpads", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "2" + ], + "query_toks_no_value": [ + "select", + "earpads", + "from", + "headphone", + "group", + "by", + "earpads", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the top 2 earpads in terms of the number of headphones using them?", + "question_toks": [ + "What", + "are", + "the", + "top", + "2", + "earpads", + "in", + "terms", + "of", + "the", + "number", + "of", + "headphones", + "using", + "them", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 2, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT model , CLASS , construction FROM headphone ORDER BY price LIMIT 1", + "query_toks": [ + "SELECT", + "model", + ",", + "CLASS", + ",", + "construction", + "FROM", + "headphone", + "ORDER", + "BY", + "price", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "model", + ",", + "class", + ",", + "construction", + "from", + "headphone", + "order", + "by", + "price", + "limit", + "value" + ], + "question": "What are the model, class, and construction of the cheapest headphone?", + "question_toks": [ + "What", + "are", + "the", + "model", + ",", + "class", + ",", + "and", + "construction", + "of", + "the", + "cheapest", + "headphone", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT model , CLASS , construction FROM headphone ORDER BY price LIMIT 1", + "query_toks": [ + "SELECT", + "model", + ",", + "CLASS", + ",", + "construction", + "FROM", + "headphone", + "ORDER", + "BY", + "price", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "model", + ",", + "class", + ",", + "construction", + "from", + "headphone", + "order", + "by", + "price", + "limit", + "value" + ], + "question": "Find the model, class, and construction of the headphone with the lowest price.", + "question_toks": [ + "Find", + "the", + "model", + ",", + "class", + ",", + "and", + "construction", + "of", + "the", + "headphone", + "with", + "the", + "lowest", + "price", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT construction , avg(price) FROM headphone GROUP BY construction", + "query_toks": [ + "SELECT", + "construction", + ",", + "avg", + "(", + "price", + ")", + "FROM", + "headphone", + "GROUP", + "BY", + "construction" + ], + "query_toks_no_value": [ + "select", + "construction", + ",", + "avg", + "(", + "price", + ")", + "from", + "headphone", + "group", + "by", + "construction" + ], + "question": "Find the average price for each headphone construction.", + "question_toks": [ + "Find", + "the", + "average", + "price", + "for", + "each", + "headphone", + "construction", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT construction , avg(price) FROM headphone GROUP BY construction", + "query_toks": [ + "SELECT", + "construction", + ",", + "avg", + "(", + "price", + ")", + "FROM", + "headphone", + "GROUP", + "BY", + "construction" + ], + "query_toks_no_value": [ + "select", + "construction", + ",", + "avg", + "(", + "price", + ")", + "from", + "headphone", + "group", + "by", + "construction" + ], + "question": "How much does headphones cost on average for each headphone construction?", + "question_toks": [ + "How", + "much", + "does", + "headphones", + "cost", + "on", + "average", + "for", + "each", + "headphone", + "construction", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT CLASS FROM headphone WHERE earpads = 'Bowls' INTERSECT SELECT CLASS FROM headphone WHERE earpads = 'Comfort Pads'", + "query_toks": [ + "SELECT", + "CLASS", + "FROM", + "headphone", + "WHERE", + "earpads", + "=", + "'Bowls", + "'", + "INTERSECT", + "SELECT", + "CLASS", + "FROM", + "headphone", + "WHERE", + "earpads", + "=", + "'Comfort", + "Pads", + "'" + ], + "query_toks_no_value": [ + "select", + "class", + "from", + "headphone", + "where", + "earpads", + "=", + "value", + "intersect", + "select", + "class", + "from", + "headphone", + "where", + "earpads", + "=", + "value" + ], + "question": "Which headphone classes have both headphones with \"Bowls\" and headphones with \"Comfort Pads\" earpads?", + "question_toks": [ + "Which", + "headphone", + "classes", + "have", + "both", + "headphones", + "with", + "``", + "Bowls", + "''", + "and", + "headphones", + "with", + "``", + "Comfort", + "Pads", + "''", + "earpads", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Bowls\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Comfort Pads\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT CLASS FROM headphone WHERE earpads = 'Bowls' INTERSECT SELECT CLASS FROM headphone WHERE earpads = 'Comfort Pads'", + "query_toks": [ + "SELECT", + "CLASS", + "FROM", + "headphone", + "WHERE", + "earpads", + "=", + "'Bowls", + "'", + "INTERSECT", + "SELECT", + "CLASS", + "FROM", + "headphone", + "WHERE", + "earpads", + "=", + "'Comfort", + "Pads", + "'" + ], + "query_toks_no_value": [ + "select", + "class", + "from", + "headphone", + "where", + "earpads", + "=", + "value", + "intersect", + "select", + "class", + "from", + "headphone", + "where", + "earpads", + "=", + "value" + ], + "question": "Find the headphone classes that contain both headphones using \"Bowls\" earpads and headphones using \"Comfort Pads\" earpads.", + "question_toks": [ + "Find", + "the", + "headphone", + "classes", + "that", + "contain", + "both", + "headphones", + "using", + "``", + "Bowls", + "''", + "earpads", + "and", + "headphones", + "using", + "``", + "Comfort", + "Pads", + "''", + "earpads", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Bowls\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Comfort Pads\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT earpads FROM headphone EXCEPT SELECT earpads FROM headphone WHERE construction = 'Plastic'", + "query_toks": [ + "SELECT", + "earpads", + "FROM", + "headphone", + "EXCEPT", + "SELECT", + "earpads", + "FROM", + "headphone", + "WHERE", + "construction", + "=", + "'Plastic", + "'" + ], + "query_toks_no_value": [ + "select", + "earpads", + "from", + "headphone", + "except", + "select", + "earpads", + "from", + "headphone", + "where", + "construction", + "=", + "value" + ], + "question": "Which earpads never use plastic construction?", + "question_toks": [ + "Which", + "earpads", + "never", + "use", + "plastic", + "construction", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Plastic\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "headphone_store", + "query": "SELECT earpads FROM headphone EXCEPT SELECT earpads FROM headphone WHERE construction = 'Plastic'", + "query_toks": [ + "SELECT", + "earpads", + "FROM", + "headphone", + "EXCEPT", + "SELECT", + "earpads", + "FROM", + "headphone", + "WHERE", + "construction", + "=", + "'Plastic", + "'" + ], + "query_toks_no_value": [ + "select", + "earpads", + "from", + "headphone", + "except", + "select", + "earpads", + "from", + "headphone", + "where", + "construction", + "=", + "value" + ], + "question": "Find all earpads that do not use plastic construction.", + "question_toks": [ + "Find", + "all", + "earpads", + "that", + "do", + "not", + "use", + "plastic", + "construction", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Plastic\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "headphone_store", + "query": "SELECT model FROM headphone WHERE price < (SELECT avg(price) FROM headphone)", + "query_toks": [ + "SELECT", + "model", + "FROM", + "headphone", + "WHERE", + "price", + "<", + "(", + "SELECT", + "avg", + "(", + "price", + ")", + "FROM", + "headphone", + ")" + ], + "query_toks_no_value": [ + "select", + "model", + "from", + "headphone", + "where", + "price", + "<", + "(", + "select", + "avg", + "(", + "price", + ")", + "from", + "headphone", + ")" + ], + "question": "Find the headphone models whose price is below the average price.", + "question_toks": [ + "Find", + "the", + "headphone", + "models", + "whose", + "price", + "is", + "below", + "the", + "average", + "price", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT model FROM headphone WHERE price < (SELECT avg(price) FROM headphone)", + "query_toks": [ + "SELECT", + "model", + "FROM", + "headphone", + "WHERE", + "price", + "<", + "(", + "SELECT", + "avg", + "(", + "price", + ")", + "FROM", + "headphone", + ")" + ], + "query_toks_no_value": [ + "select", + "model", + "from", + "headphone", + "where", + "price", + "<", + "(", + "select", + "avg", + "(", + "price", + ")", + "from", + "headphone", + ")" + ], + "question": "What are the headphone models that cost less than the average price?", + "question_toks": [ + "What", + "are", + "the", + "headphone", + "models", + "that", + "cost", + "less", + "than", + "the", + "average", + "price", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT name FROM store ORDER BY date_opened", + "query_toks": [ + "SELECT", + "name", + "FROM", + "store", + "ORDER", + "BY", + "date_opened" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "store", + "order", + "by", + "date_opened" + ], + "question": "Sort all store names by store open date.", + "question_toks": [ + "Sort", + "all", + "store", + "names", + "by", + "store", + "open", + "date", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT name FROM store ORDER BY date_opened", + "query_toks": [ + "SELECT", + "name", + "FROM", + "store", + "ORDER", + "BY", + "date_opened" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "store", + "order", + "by", + "date_opened" + ], + "question": "Give me a list of store names, sorted by store open date.", + "question_toks": [ + "Give", + "me", + "a", + "list", + "of", + "store", + "names", + ",", + "sorted", + "by", + "store", + "open", + "date", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT name , parking FROM store WHERE neighborhood = 'Tarzana'", + "query_toks": [ + "SELECT", + "name", + ",", + "parking", + "FROM", + "store", + "WHERE", + "neighborhood", + "=", + "'Tarzana", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "parking", + "from", + "store", + "where", + "neighborhood", + "=", + "value" + ], + "question": "List name and parking info for the stores in the Tarzana neighborhood.", + "question_toks": [ + "List", + "name", + "and", + "parking", + "info", + "for", + "the", + "stores", + "in", + "the", + "Tarzana", + "neighborhood", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Tarzana\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT name , parking FROM store WHERE neighborhood = 'Tarzana'", + "query_toks": [ + "SELECT", + "name", + ",", + "parking", + "FROM", + "store", + "WHERE", + "neighborhood", + "=", + "'Tarzana", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "parking", + "from", + "store", + "where", + "neighborhood", + "=", + "value" + ], + "question": "Which stores are located in the \"Tarzana\" neighborhood? Return their names and parking information.", + "question_toks": [ + "Which", + "stores", + "are", + "located", + "in", + "the", + "``", + "Tarzana", + "''", + "neighborhood", + "?", + "Return", + "their", + "names", + "and", + "parking", + "information", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Tarzana\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT count(DISTINCT neighborhood) FROM store", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "neighborhood", + ")", + "FROM", + "store" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "neighborhood", + ")", + "from", + "store" + ], + "question": "How many different neighborhoods are there for all stores?", + "question_toks": [ + "How", + "many", + "different", + "neighborhoods", + "are", + "there", + "for", + "all", + "stores", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 10, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT count(DISTINCT neighborhood) FROM store", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "neighborhood", + ")", + "FROM", + "store" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "neighborhood", + ")", + "from", + "store" + ], + "question": "Count the number of distinct neighborhoods stores are located.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "distinct", + "neighborhoods", + "stores", + "are", + "located", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 10, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT count(*) , neighborhood FROM store GROUP BY neighborhood", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "neighborhood", + "FROM", + "store", + "GROUP", + "BY", + "neighborhood" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "neighborhood", + "from", + "store", + "group", + "by", + "neighborhood" + ], + "question": "find the number of stores in each neighborhood.", + "question_toks": [ + "find", + "the", + "number", + "of", + "stores", + "in", + "each", + "neighborhood", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT count(*) , neighborhood FROM store GROUP BY neighborhood", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "neighborhood", + "FROM", + "store", + "GROUP", + "BY", + "neighborhood" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "neighborhood", + "from", + "store", + "group", + "by", + "neighborhood" + ], + "question": "How many stores are there in each neighborhood?", + "question_toks": [ + "How", + "many", + "stores", + "are", + "there", + "in", + "each", + "neighborhood", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT t1.name , sum(t2.quantity) FROM store AS t1 JOIN stock AS t2 ON t1.store_id = t2.store_id GROUP BY t2.store_id ORDER BY sum(t2.quantity) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.name", + ",", + "sum", + "(", + "t2.quantity", + ")", + "FROM", + "store", + "AS", + "t1", + "JOIN", + "stock", + "AS", + "t2", + "ON", + "t1.store_id", + "=", + "t2.store_id", + "GROUP", + "BY", + "t2.store_id", + "ORDER", + "BY", + "sum", + "(", + "t2.quantity", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "sum", + "(", + "t2", + ".", + "quantity", + ")", + "from", + "store", + "as", + "t1", + "join", + "stock", + "as", + "t2", + "on", + "t1", + ".", + "store_id", + "=", + "t2", + ".", + "store_id", + "group", + "by", + "t2", + ".", + "store_id", + "order", + "by", + "sum", + "(", + "t2", + ".", + "quantity", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the name of the store which has the most headphones in stock. List the number of headphones as well.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "store", + "which", + "has", + "the", + "most", + "headphones", + "in", + "stock", + ".", + "List", + "the", + "number", + "of", + "headphones", + "as", + "well", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 15, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT t1.name , sum(t2.quantity) FROM store AS t1 JOIN stock AS t2 ON t1.store_id = t2.store_id GROUP BY t2.store_id ORDER BY sum(t2.quantity) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.name", + ",", + "sum", + "(", + "t2.quantity", + ")", + "FROM", + "store", + "AS", + "t1", + "JOIN", + "stock", + "AS", + "t2", + "ON", + "t1.store_id", + "=", + "t2.store_id", + "GROUP", + "BY", + "t2.store_id", + "ORDER", + "BY", + "sum", + "(", + "t2.quantity", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "sum", + "(", + "t2", + ".", + "quantity", + ")", + "from", + "store", + "as", + "t1", + "join", + "stock", + "as", + "t2", + "on", + "t1", + ".", + "store_id", + "=", + "t2", + ".", + "store_id", + "group", + "by", + "t2", + ".", + "store_id", + "order", + "by", + "sum", + "(", + "t2", + ".", + "quantity", + ")", + "desc", + "limit", + "value" + ], + "question": "Which store has the headphones in stock? Give me the store name and the total quantity.", + "question_toks": [ + "Which", + "store", + "has", + "the", + "headphones", + "in", + "stock", + "?", + "Give", + "me", + "the", + "store", + "name", + "and", + "the", + "total", + "quantity", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 15, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT name FROM store WHERE store_id NOT IN (SELECT store_id FROM stock)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "store", + "WHERE", + "store_id", + "NOT", + "IN", + "(", + "SELECT", + "store_id", + "FROM", + "stock", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "store", + "where", + "store_id", + "not", + "in", + "(", + "select", + "store_id", + "from", + "stock", + ")" + ], + "question": "Find the name of stores which have no headphone in stock.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "stores", + "which", + "have", + "no", + "headphone", + "in", + "stock", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT name FROM store WHERE store_id NOT IN (SELECT store_id FROM stock)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "store", + "WHERE", + "store_id", + "NOT", + "IN", + "(", + "SELECT", + "store_id", + "FROM", + "stock", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "store", + "where", + "store_id", + "not", + "in", + "(", + "select", + "store_id", + "from", + "stock", + ")" + ], + "question": "Which stores do not have any headphones in stock? Give me the store names.", + "question_toks": [ + "Which", + "stores", + "do", + "not", + "have", + "any", + "headphones", + "in", + "stock", + "?", + "Give", + "me", + "the", + "store", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT model FROM headphone WHERE headphone_id NOT IN (SELECT headphone_id FROM stock)", + "query_toks": [ + "SELECT", + "model", + "FROM", + "headphone", + "WHERE", + "headphone_id", + "NOT", + "IN", + "(", + "SELECT", + "headphone_id", + "FROM", + "stock", + ")" + ], + "query_toks_no_value": [ + "select", + "model", + "from", + "headphone", + "where", + "headphone_id", + "not", + "in", + "(", + "select", + "headphone_id", + "from", + "stock", + ")" + ], + "question": "Which headphone models do not have any stock in any store?", + "question_toks": [ + "Which", + "headphone", + "models", + "do", + "not", + "have", + "any", + "stock", + "in", + "any", + "store", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT model FROM headphone WHERE headphone_id NOT IN (SELECT headphone_id FROM stock)", + "query_toks": [ + "SELECT", + "model", + "FROM", + "headphone", + "WHERE", + "headphone_id", + "NOT", + "IN", + "(", + "SELECT", + "headphone_id", + "FROM", + "stock", + ")" + ], + "query_toks_no_value": [ + "select", + "model", + "from", + "headphone", + "where", + "headphone_id", + "not", + "in", + "(", + "select", + "headphone_id", + "from", + "stock", + ")" + ], + "question": "Find the headphone models that are not in stock in any store.", + "question_toks": [ + "Find", + "the", + "headphone", + "models", + "that", + "are", + "not", + "in", + "stock", + "in", + "any", + "store", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT t1.model FROM headphone AS t1 JOIN stock AS t2 ON t1.headphone_id = t2.headphone_id GROUP BY t1.model ORDER BY sum(t2.quantity) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.model", + "FROM", + "headphone", + "AS", + "t1", + "JOIN", + "stock", + "AS", + "t2", + "ON", + "t1.headphone_id", + "=", + "t2.headphone_id", + "GROUP", + "BY", + "t1.model", + "ORDER", + "BY", + "sum", + "(", + "t2.quantity", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "model", + "from", + "headphone", + "as", + "t1", + "join", + "stock", + "as", + "t2", + "on", + "t1", + ".", + "headphone_id", + "=", + "t2", + ".", + "headphone_id", + "group", + "by", + "t1", + ".", + "model", + "order", + "by", + "sum", + "(", + "t2", + ".", + "quantity", + ")", + "desc", + "limit", + "value" + ], + "question": "Which headphone model has the largest quantity of stock across all the stores?", + "question_toks": [ + "Which", + "headphone", + "model", + "has", + "the", + "largest", + "quantity", + "of", + "stock", + "across", + "all", + "the", + "stores", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 15, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT t1.model FROM headphone AS t1 JOIN stock AS t2 ON t1.headphone_id = t2.headphone_id GROUP BY t1.model ORDER BY sum(t2.quantity) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.model", + "FROM", + "headphone", + "AS", + "t1", + "JOIN", + "stock", + "AS", + "t2", + "ON", + "t1.headphone_id", + "=", + "t2.headphone_id", + "GROUP", + "BY", + "t1.model", + "ORDER", + "BY", + "sum", + "(", + "t2.quantity", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "model", + "from", + "headphone", + "as", + "t1", + "join", + "stock", + "as", + "t2", + "on", + "t1", + ".", + "headphone_id", + "=", + "t2", + ".", + "headphone_id", + "group", + "by", + "t1", + ".", + "model", + "order", + "by", + "sum", + "(", + "t2", + ".", + "quantity", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the headphone model whose total quantity in stock is the largest.", + "question_toks": [ + "Find", + "the", + "headphone", + "model", + "whose", + "total", + "quantity", + "in", + "stock", + "is", + "the", + "largest", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 15, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT sum(t2.quantity) FROM store AS t1 JOIN stock AS t2 ON t1.store_id = t2.store_id WHERE t1.name = 'Woodman'", + "query_toks": [ + "SELECT", + "sum", + "(", + "t2.quantity", + ")", + "FROM", + "store", + "AS", + "t1", + "JOIN", + "stock", + "AS", + "t2", + "ON", + "t1.store_id", + "=", + "t2.store_id", + "WHERE", + "t1.name", + "=", + "'Woodman", + "'" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t2", + ".", + "quantity", + ")", + "from", + "store", + "as", + "t1", + "join", + "stock", + "as", + "t2", + "on", + "t1", + ".", + "store_id", + "=", + "t2", + ".", + "store_id", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "How many headphones are stored in the Woodman store?", + "question_toks": [ + "How", + "many", + "headphones", + "are", + "stored", + "in", + "the", + "Woodman", + "store", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Woodman\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT sum(t2.quantity) FROM store AS t1 JOIN stock AS t2 ON t1.store_id = t2.store_id WHERE t1.name = 'Woodman'", + "query_toks": [ + "SELECT", + "sum", + "(", + "t2.quantity", + ")", + "FROM", + "store", + "AS", + "t1", + "JOIN", + "stock", + "AS", + "t2", + "ON", + "t1.store_id", + "=", + "t2.store_id", + "WHERE", + "t1.name", + "=", + "'Woodman", + "'" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t2", + ".", + "quantity", + ")", + "from", + "store", + "as", + "t1", + "join", + "stock", + "as", + "t2", + "on", + "t1", + ".", + "store_id", + "=", + "t2", + ".", + "store_id", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "Find the total quantity of headphones stored in the Woodman store.", + "question_toks": [ + "Find", + "the", + "total", + "quantity", + "of", + "headphones", + "stored", + "in", + "the", + "Woodman", + "store", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Woodman\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "headphone_store", + "query": "SELECT Neighborhood FROM store EXCEPT SELECT t1.Neighborhood FROM store AS t1 JOIN stock AS t2 ON t1.store_id = t2.store_id", + "query_toks": [ + "SELECT", + "Neighborhood", + "FROM", + "store", + "EXCEPT", + "SELECT", + "t1.Neighborhood", + "FROM", + "store", + "AS", + "t1", + "JOIN", + "stock", + "AS", + "t2", + "ON", + "t1.store_id", + "=", + "t2.store_id" + ], + "query_toks_no_value": [ + "select", + "neighborhood", + "from", + "store", + "except", + "select", + "t1", + ".", + "neighborhood", + "from", + "store", + "as", + "t1", + "join", + "stock", + "as", + "t2", + "on", + "t1", + ".", + "store_id", + "=", + "t2", + ".", + "store_id" + ], + "question": "Which neighborhood does not have any headphone in stock?", + "question_toks": [ + "Which", + "neighborhood", + "does", + "not", + "have", + "any", + "headphone", + "in", + "stock", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "headphone_store", + "query": "SELECT Neighborhood FROM store EXCEPT SELECT t1.Neighborhood FROM store AS t1 JOIN stock AS t2 ON t1.store_id = t2.store_id", + "query_toks": [ + "SELECT", + "Neighborhood", + "FROM", + "store", + "EXCEPT", + "SELECT", + "t1.Neighborhood", + "FROM", + "store", + "AS", + "t1", + "JOIN", + "stock", + "AS", + "t2", + "ON", + "t1.store_id", + "=", + "t2.store_id" + ], + "query_toks_no_value": [ + "select", + "neighborhood", + "from", + "store", + "except", + "select", + "t1", + ".", + "neighborhood", + "from", + "store", + "as", + "t1", + "join", + "stock", + "as", + "t2", + "on", + "t1", + ".", + "store_id", + "=", + "t2", + ".", + "store_id" + ], + "question": "Find the neighborhood where no headphones are in stock.", + "question_toks": [ + "Find", + "the", + "neighborhood", + "where", + "no", + "headphones", + "are", + "in", + "stock", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) FROM Author", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Author" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "author" + ], + "question": "How many authors do we have?", + "question_toks": [ + "How", + "many", + "authors", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) FROM Author", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Author" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "author" + ], + "question": "Count the number of authors.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "authors", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) FROM Paper", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Paper" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "paper" + ], + "question": "How many papers do we have?", + "question_toks": [ + "How", + "many", + "papers", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) FROM Paper", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Paper" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "paper" + ], + "question": "Count the number of papers.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "papers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) FROM Affiliation", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Affiliation" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "affiliation" + ], + "question": "How many affiliations do we have?", + "question_toks": [ + "How", + "many", + "affiliations", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) FROM Affiliation", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Affiliation" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "affiliation" + ], + "question": "Count the number of affiliations.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "affiliations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) FROM Paper WHERE venue = \"NAACL\" AND YEAR = 2000", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Paper", + "WHERE", + "venue", + "=", + "``", + "NAACL", + "''", + "AND", + "YEAR", + "=", + "2000" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "paper", + "where", + "venue", + "=", + "value", + "and", + "year", + "=", + "value" + ], + "question": "How many papers do we have in NAACL 2000?", + "question_toks": [ + "How", + "many", + "papers", + "do", + "we", + "have", + "in", + "NAACL", + "2000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"NAACL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) FROM Paper WHERE venue = \"NAACL\" AND YEAR = 2000", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Paper", + "WHERE", + "venue", + "=", + "``", + "NAACL", + "''", + "AND", + "YEAR", + "=", + "2000" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "paper", + "where", + "venue", + "=", + "value", + "and", + "year", + "=", + "value" + ], + "question": "Count the number of papers in NAACL 2000.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "papers", + "in", + "NAACL", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"NAACL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(DISTINCT T1.paper_id) FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name LIKE \"Columbia University\" AND T1.year = 2009", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T1.paper_id", + ")", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Affiliation", + "AS", + "T3", + "ON", + "T2.affiliation_id", + "=", + "T3.affiliation_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "Columbia", + "University", + "''", + "AND", + "T1.year", + "=", + "2009" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "paper_id", + ")", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t3", + ".", + "name", + "like", + "value", + "and", + "t1", + ".", + "year", + "=", + "value" + ], + "question": "How many papers are published in year 2009 by Columbia University?", + "question_toks": [ + "How", + "many", + "papers", + "are", + "published", + "in", + "year", + "2009", + "by", + "Columbia", + "University", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Columbia University\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2009.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(DISTINCT T1.paper_id) FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name LIKE \"Columbia University\" AND T1.year = 2009", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T1.paper_id", + ")", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Affiliation", + "AS", + "T3", + "ON", + "T2.affiliation_id", + "=", + "T3.affiliation_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "Columbia", + "University", + "''", + "AND", + "T1.year", + "=", + "2009" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "paper_id", + ")", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t3", + ".", + "name", + "like", + "value", + "and", + "t1", + ".", + "year", + "=", + "value" + ], + "question": "Count the number of papers published by Columbia University in 2009.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "papers", + "published", + "by", + "Columbia", + "University", + "in", + "2009", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Columbia University\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2009.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT DISTINCT name , address FROM Affiliation", + "query_toks": [ + "SELECT", + "DISTINCT", + "name", + ",", + "address", + "FROM", + "Affiliation" + ], + "query_toks_no_value": [ + "select", + "distinct", + "name", + ",", + "address", + "from", + "affiliation" + ], + "question": "List names and addresses for all affiliations.", + "question_toks": [ + "List", + "names", + "and", + "addresses", + "for", + "all", + "affiliations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT DISTINCT name , address FROM Affiliation", + "query_toks": [ + "SELECT", + "DISTINCT", + "name", + ",", + "address", + "FROM", + "Affiliation" + ], + "query_toks_no_value": [ + "select", + "distinct", + "name", + ",", + "address", + "from", + "affiliation" + ], + "question": "What are the names and addresses for all affiliations?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "addresses", + "for", + "all", + "affiliations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT DISTINCT venue , YEAR FROM paper ORDER BY YEAR", + "query_toks": [ + "SELECT", + "DISTINCT", + "venue", + ",", + "YEAR", + "FROM", + "paper", + "ORDER", + "BY", + "YEAR" + ], + "query_toks_no_value": [ + "select", + "distinct", + "venue", + ",", + "year", + "from", + "paper", + "order", + "by", + "year" + ], + "question": "List all venues and years for papers ordered by year.", + "question_toks": [ + "List", + "all", + "venues", + "and", + "years", + "for", + "papers", + "ordered", + "by", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT DISTINCT venue , YEAR FROM paper ORDER BY YEAR", + "query_toks": [ + "SELECT", + "DISTINCT", + "venue", + ",", + "YEAR", + "FROM", + "paper", + "ORDER", + "BY", + "YEAR" + ], + "query_toks_no_value": [ + "select", + "distinct", + "venue", + ",", + "year", + "from", + "paper", + "order", + "by", + "year" + ], + "question": "What are the distinct venues for papers, ordered by year?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "venues", + "for", + "papers", + ",", + "ordered", + "by", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT DISTINCT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name = \"Harvard University\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Affiliation", + "AS", + "T3", + "ON", + "T2.affiliation_id", + "=", + "T3.affiliation_id", + "WHERE", + "T3.name", + "=", + "``", + "Harvard", + "University", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Find the titles and paper IDs for papers written by Harvard University.", + "question_toks": [ + "Find", + "the", + "titles", + "and", + "paper", + "IDs", + "for", + "papers", + "written", + "by", + "Harvard", + "University", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Harvard University\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT DISTINCT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name = \"Harvard University\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Affiliation", + "AS", + "T3", + "ON", + "T2.affiliation_id", + "=", + "T3.affiliation_id", + "WHERE", + "T3.name", + "=", + "``", + "Harvard", + "University", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What are the titles and paper ids for papers written in affiliation with Harvard University?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "and", + "paper", + "ids", + "for", + "papers", + "written", + "in", + "affiliation", + "with", + "Harvard", + "University", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Harvard University\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T3.author_id = T2.author_id WHERE T3.name LIKE \"%Mckeown%\"", + "query_toks": [ + "SELECT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T3.author_id", + "=", + "T2.author_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "%", + "Mckeown", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t3", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "like", + "value" + ], + "question": "Find all papers with titles and paper IDs written by Mckeown.", + "question_toks": [ + "Find", + "all", + "papers", + "with", + "titles", + "and", + "paper", + "IDs", + "written", + "by", + "Mckeown", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%Mckeown%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T3.author_id = T2.author_id WHERE T3.name LIKE \"%Mckeown%\"", + "query_toks": [ + "SELECT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T3.author_id", + "=", + "T2.author_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "%", + "Mckeown", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t3", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "like", + "value" + ], + "question": "What are the titles and paper ids for papers written by Mckeown?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "and", + "paper", + "ids", + "for", + "papers", + "written", + "by", + "Mckeown", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%Mckeown%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name LIKE \"Stanford University\" INTERSECT SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name LIKE \"Columbia University\"", + "query_toks": [ + "SELECT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Affiliation", + "AS", + "T3", + "ON", + "T2.affiliation_id", + "=", + "T3.affiliation_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "Stanford", + "University", + "''", + "INTERSECT", + "SELECT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Affiliation", + "AS", + "T3", + "ON", + "T2.affiliation_id", + "=", + "T3.affiliation_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "Columbia", + "University", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t3", + ".", + "name", + "like", + "value", + "intersect", + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t3", + ".", + "name", + "like", + "value" + ], + "question": "Find all papers with titles and paper IDs collaborated by Stanford University and Columbia University.", + "question_toks": [ + "Find", + "all", + "papers", + "with", + "titles", + "and", + "paper", + "IDs", + "collaborated", + "by", + "Stanford", + "University", + "and", + "Columbia", + "University", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Stanford University\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Columbia University\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name LIKE \"Stanford University\" INTERSECT SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name LIKE \"Columbia University\"", + "query_toks": [ + "SELECT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Affiliation", + "AS", + "T3", + "ON", + "T2.affiliation_id", + "=", + "T3.affiliation_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "Stanford", + "University", + "''", + "INTERSECT", + "SELECT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Affiliation", + "AS", + "T3", + "ON", + "T2.affiliation_id", + "=", + "T3.affiliation_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "Columbia", + "University", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t3", + ".", + "name", + "like", + "value", + "intersect", + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t3", + ".", + "name", + "like", + "value" + ], + "question": "What are the titles and paper ids for papers which were affiliated with both Stanford and Columbia University?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "and", + "paper", + "ids", + "for", + "papers", + "which", + "were", + "affiliated", + "with", + "both", + "Stanford", + "and", + "Columbia", + "University", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Stanford University\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Columbia University\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE \"%Mckeown , Kathleen%\" INTERSECT SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE \"%Rambow , Owen%\"", + "query_toks": [ + "SELECT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.author_id", + "=", + "T3.author_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "%", + "Mckeown", + ",", + "Kathleen", + "%", + "''", + "INTERSECT", + "SELECT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.author_id", + "=", + "T3.author_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "%", + "Rambow", + ",", + "Owen", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "like", + "value", + "intersect", + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "like", + "value" + ], + "question": "Find all papers with titles and paper IDs co-authored by Mckeown, Kathleen and Rambow, Owen.", + "question_toks": [ + "Find", + "all", + "papers", + "with", + "titles", + "and", + "paper", + "IDs", + "co-authored", + "by", + "Mckeown", + ",", + "Kathleen", + "and", + "Rambow", + ",", + "Owen", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%Mckeown , Kathleen%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%Rambow , Owen%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE \"%Mckeown , Kathleen%\" INTERSECT SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE \"%Rambow , Owen%\"", + "query_toks": [ + "SELECT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.author_id", + "=", + "T3.author_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "%", + "Mckeown", + ",", + "Kathleen", + "%", + "''", + "INTERSECT", + "SELECT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.author_id", + "=", + "T3.author_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "%", + "Rambow", + ",", + "Owen", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "like", + "value", + "intersect", + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "like", + "value" + ], + "question": "What are the titles and paper ids co-authored by Mckeown, Kathleen and Rambow, Owen?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "and", + "paper", + "ids", + "co-authored", + "by", + "Mckeown", + ",", + "Kathleen", + "and", + "Rambow", + ",", + "Owen", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%Mckeown , Kathleen%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%Rambow , Owen%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE \"%Mckeown%\" EXCEPT SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE \"%Rambow%\"", + "query_toks": [ + "SELECT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.author_id", + "=", + "T3.author_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "%", + "Mckeown", + "%", + "''", + "EXCEPT", + "SELECT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.author_id", + "=", + "T3.author_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "%", + "Rambow", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "like", + "value", + "except", + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "like", + "value" + ], + "question": "Find the titles and paper IDs for papers which have Mckeown but not Rambow in author list.", + "question_toks": [ + "Find", + "the", + "titles", + "and", + "paper", + "IDs", + "for", + "papers", + "which", + "have", + "Mckeown", + "but", + "not", + "Rambow", + "in", + "author", + "list", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%Mckeown%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%Rambow%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE \"%Mckeown%\" EXCEPT SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE \"%Rambow%\"", + "query_toks": [ + "SELECT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.author_id", + "=", + "T3.author_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "%", + "Mckeown", + "%", + "''", + "EXCEPT", + "SELECT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.author_id", + "=", + "T3.author_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "%", + "Rambow", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "like", + "value", + "except", + "select", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "like", + "value" + ], + "question": "What are the titles and paper ids which have Mckeown as an author, but not Rambow?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "and", + "paper", + "ids", + "which", + "have", + "Mckeown", + "as", + "an", + "author", + ",", + "but", + "not", + "Rambow", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%Mckeown%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%Rambow%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "aan_1", + "query": "SELECT DISTINCT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE \"%Mckeown , Kathleen%\" OR T3.name LIKE \"%Rambow , Owen%\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.author_id", + "=", + "T3.author_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "%", + "Mckeown", + ",", + "Kathleen", + "%", + "''", + "OR", + "T3.name", + "LIKE", + "``", + "%", + "Rambow", + ",", + "Owen", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "like", + "value", + "or", + "t3", + ".", + "name", + "like", + "value" + ], + "question": "Find the titles and paper IDs for papers which have Mckeown, Kathleen or Rambow, Owen in author list.", + "question_toks": [ + "Find", + "the", + "titles", + "and", + "paper", + "IDs", + "for", + "papers", + "which", + "have", + "Mckeown", + ",", + "Kathleen", + "or", + "Rambow", + ",", + "Owen", + "in", + "author", + "list", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%Mckeown , Kathleen%\"", + null + ], + "or", + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%Rambow , Owen%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT DISTINCT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE \"%Mckeown , Kathleen%\" OR T3.name LIKE \"%Rambow , Owen%\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.title", + ",", + "T1.paper_id", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.author_id", + "=", + "T3.author_id", + "WHERE", + "T3.name", + "LIKE", + "``", + "%", + "Mckeown", + ",", + "Kathleen", + "%", + "''", + "OR", + "T3.name", + "LIKE", + "``", + "%", + "Rambow", + ",", + "Owen", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "title", + ",", + "t1", + ".", + "paper_id", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "like", + "value", + "or", + "t3", + ".", + "name", + "like", + "value" + ], + "question": "What are the titles and paper ids for papers that have Mckeown, Kathleen or Rambow, Owen in their author list?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "and", + "paper", + "ids", + "for", + "papers", + "that", + "have", + "Mckeown", + ",", + "Kathleen", + "or", + "Rambow", + ",", + "Owen", + "in", + "their", + "author", + "list", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%Mckeown , Kathleen%\"", + null + ], + "or", + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%Rambow , Owen%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.name , count(*) FROM Author AS T1 JOIN Author_list AS T2 ON T1.author_id = T2.author_id GROUP BY T1.author_id ORDER BY count(*) DESC", + "query_toks": [ + "SELECT", + "T1.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Author", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.author_id", + "=", + "T2.author_id", + "GROUP", + "BY", + "T1.author_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "author", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "group", + "by", + "t1", + ".", + "author_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc" + ], + "question": "List the names of all authors and their number of papers in descending order by number of papers.", + "question_toks": [ + "List", + "the", + "names", + "of", + "all", + "authors", + "and", + "their", + "number", + "of", + "papers", + "in", + "descending", + "order", + "by", + "number", + "of", + "papers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.name , count(*) FROM Author AS T1 JOIN Author_list AS T2 ON T1.author_id = T2.author_id GROUP BY T1.author_id ORDER BY count(*) DESC", + "query_toks": [ + "SELECT", + "T1.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Author", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.author_id", + "=", + "T2.author_id", + "GROUP", + "BY", + "T1.author_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "author", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "group", + "by", + "t1", + ".", + "author_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc" + ], + "question": "How many papers did each author publish, ordered by number of papers?", + "question_toks": [ + "How", + "many", + "papers", + "did", + "each", + "author", + "publish", + ",", + "ordered", + "by", + "number", + "of", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.name FROM Affiliation AS T1 JOIN Author_list AS T2 ON T1.affiliation_id = T2.affiliation_id GROUP BY T1.affiliation_id ORDER BY count(*) DESC", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "Affiliation", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.affiliation_id", + "=", + "T2.affiliation_id", + "GROUP", + "BY", + "T1.affiliation_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "affiliation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "affiliation_id", + "=", + "t2", + ".", + "affiliation_id", + "group", + "by", + "t1", + ".", + "affiliation_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc" + ], + "question": "List all affiliations with ascending ordered number of papers.", + "question_toks": [ + "List", + "all", + "affiliations", + "with", + "ascending", + "ordered", + "number", + "of", + "papers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.name FROM Affiliation AS T1 JOIN Author_list AS T2 ON T1.affiliation_id = T2.affiliation_id GROUP BY T1.affiliation_id ORDER BY count(*) DESC", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "Affiliation", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.affiliation_id", + "=", + "T2.affiliation_id", + "GROUP", + "BY", + "T1.affiliation_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "affiliation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "affiliation_id", + "=", + "t2", + ".", + "affiliation_id", + "group", + "by", + "t1", + ".", + "affiliation_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc" + ], + "question": "What are the names of all affiliations, ordered by number of papers?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "affiliations", + ",", + "ordered", + "by", + "number", + "of", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.name FROM Author AS T1 JOIN Author_list AS T2 ON T1.author_id = T2.author_id GROUP BY T1.author_id HAVING count(*) > 50", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "Author", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.author_id", + "=", + "T2.author_id", + "GROUP", + "BY", + "T1.author_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "50" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "group", + "by", + "t1", + ".", + "author_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "List names of all authors who have more than 50 papers.", + "question_toks": [ + "List", + "names", + "of", + "all", + "authors", + "who", + "have", + "more", + "than", + "50", + "papers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 50.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.name FROM Author AS T1 JOIN Author_list AS T2 ON T1.author_id = T2.author_id GROUP BY T1.author_id HAVING count(*) > 50", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "Author", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.author_id", + "=", + "T2.author_id", + "GROUP", + "BY", + "T1.author_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "50" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "group", + "by", + "t1", + ".", + "author_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the names of all authors who have more than 50 papers?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "authors", + "who", + "have", + "more", + "than", + "50", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 50.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.name FROM Author AS T1 JOIN Author_list AS T2 ON T1.author_id = T2.author_id GROUP BY T1.author_id HAVING count(*) = 1", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "Author", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.author_id", + "=", + "T2.author_id", + "GROUP", + "BY", + "T1.author_id", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "group", + "by", + "t1", + ".", + "author_id", + "having", + "count", + "(", + "*", + ")", + "=", + "value" + ], + "question": "List names of all authors who have only 1 paper.", + "question_toks": [ + "List", + "names", + "of", + "all", + "authors", + "who", + "have", + "only", + "1", + "paper", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.name FROM Author AS T1 JOIN Author_list AS T2 ON T1.author_id = T2.author_id GROUP BY T1.author_id HAVING count(*) = 1", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "Author", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.author_id", + "=", + "T2.author_id", + "GROUP", + "BY", + "T1.author_id", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "group", + "by", + "t1", + ".", + "author_id", + "having", + "count", + "(", + "*", + ")", + "=", + "value" + ], + "question": "What are the names of authors who have exactly 1 paper?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "authors", + "who", + "have", + "exactly", + "1", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT venue , YEAR FROM paper GROUP BY venue , YEAR ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "venue", + ",", + "YEAR", + "FROM", + "paper", + "GROUP", + "BY", + "venue", + ",", + "YEAR", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "venue", + ",", + "year", + "from", + "paper", + "group", + "by", + "venue", + ",", + "year", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the venue and year with the most number of publications?", + "question_toks": [ + "What", + "is", + "the", + "venue", + "and", + "year", + "with", + "the", + "most", + "number", + "of", + "publications", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ], + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT venue , YEAR FROM paper GROUP BY venue , YEAR ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "venue", + ",", + "YEAR", + "FROM", + "paper", + "GROUP", + "BY", + "venue", + ",", + "YEAR", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "venue", + ",", + "year", + "from", + "paper", + "group", + "by", + "venue", + ",", + "year", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What was the venue and year with the most publications?", + "question_toks": [ + "What", + "was", + "the", + "venue", + "and", + "year", + "with", + "the", + "most", + "publications", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ], + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT venue FROM paper GROUP BY venue ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "venue", + "FROM", + "paper", + "GROUP", + "BY", + "venue", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "venue", + "from", + "paper", + "group", + "by", + "venue", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "What is the venue with the least number of publications?", + "question_toks": [ + "What", + "is", + "the", + "venue", + "with", + "the", + "least", + "number", + "of", + "publications", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT venue FROM paper GROUP BY venue ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "venue", + "FROM", + "paper", + "GROUP", + "BY", + "venue", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "venue", + "from", + "paper", + "group", + "by", + "venue", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "Which venue has the fewest publications?", + "question_toks": [ + "Which", + "venue", + "has", + "the", + "fewest", + "publications", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) FROM Citation WHERE cited_paper_id = \"A00-1002\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Citation", + "WHERE", + "cited_paper_id", + "=", + "``", + "A00-1002", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "citation", + "where", + "cited_paper_id", + "=", + "value" + ], + "question": "How many papers cite paper with id A00-1002?", + "question_toks": [ + "How", + "many", + "papers", + "cite", + "paper", + "with", + "id", + "A00-1002", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"A00-1002\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) FROM Citation WHERE cited_paper_id = \"A00-1002\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Citation", + "WHERE", + "cited_paper_id", + "=", + "``", + "A00-1002", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "citation", + "where", + "cited_paper_id", + "=", + "value" + ], + "question": "Count the number of papers which cited a paper with id A00-1002.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "papers", + "which", + "cited", + "a", + "paper", + "with", + "id", + "A00-1002", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"A00-1002\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) FROM Citation WHERE paper_id = \"D12-1027\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Citation", + "WHERE", + "paper_id", + "=", + "``", + "D12-1027", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "citation", + "where", + "paper_id", + "=", + "value" + ], + "question": "How many reference papers does paper with id D12-1027 have?", + "question_toks": [ + "How", + "many", + "reference", + "papers", + "does", + "paper", + "with", + "id", + "D12-1027", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"D12-1027\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) FROM Citation WHERE paper_id = \"D12-1027\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Citation", + "WHERE", + "paper_id", + "=", + "``", + "D12-1027", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "citation", + "where", + "paper_id", + "=", + "value" + ], + "question": "Count the number of references the paper with id D12-1027 has.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "references", + "the", + "paper", + "with", + "id", + "D12-1027", + "has", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"D12-1027\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT paper_id , count(*) FROM Citation GROUP BY cited_paper_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "paper_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Citation", + "GROUP", + "BY", + "cited_paper_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "paper_id", + ",", + "count", + "(", + "*", + ")", + "from", + "citation", + "group", + "by", + "cited_paper_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the id and the number of citations of the most cited paper?", + "question_toks": [ + "What", + "is", + "the", + "id", + "and", + "the", + "number", + "of", + "citations", + "of", + "the", + "most", + "cited", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT paper_id , count(*) FROM Citation GROUP BY cited_paper_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "paper_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Citation", + "GROUP", + "BY", + "cited_paper_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "paper_id", + ",", + "count", + "(", + "*", + ")", + "from", + "citation", + "group", + "by", + "cited_paper_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the id and the number of citations of the most cited paper.", + "question_toks": [ + "Give", + "the", + "id", + "and", + "the", + "number", + "of", + "citations", + "of", + "the", + "most", + "cited", + "paper", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T2.title FROM Citation AS T1 JOIN Paper AS T2 ON T2.paper_id = T1.paper_id GROUP BY T1.paper_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.title", + "FROM", + "Citation", + "AS", + "T1", + "JOIN", + "Paper", + "AS", + "T2", + "ON", + "T2.paper_id", + "=", + "T1.paper_id", + "GROUP", + "BY", + "T1.paper_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "citation", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t2", + ".", + "paper_id", + "=", + "t1", + ".", + "paper_id", + "group", + "by", + "t1", + ".", + "paper_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the title of the paper which cites most number of papers?", + "question_toks": [ + "Give", + "the", + "title", + "of", + "the", + "paper", + "which", + "cites", + "most", + "number", + "of", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T2.title FROM Citation AS T1 JOIN Paper AS T2 ON T2.paper_id = T1.paper_id GROUP BY T1.paper_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.title", + "FROM", + "Citation", + "AS", + "T1", + "JOIN", + "Paper", + "AS", + "T2", + "ON", + "T2.paper_id", + "=", + "T1.paper_id", + "GROUP", + "BY", + "T1.paper_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "citation", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t2", + ".", + "paper_id", + "=", + "t1", + ".", + "paper_id", + "group", + "by", + "t1", + ".", + "paper_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the title of the paper which cites the most other papers?", + "question_toks": [ + "What", + "is", + "the", + "title", + "of", + "the", + "paper", + "which", + "cites", + "the", + "most", + "other", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT paper_id , count(*) FROM Citation GROUP BY cited_paper_id ORDER BY count(*) DESC LIMIT 10", + "query_toks": [ + "SELECT", + "paper_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Citation", + "GROUP", + "BY", + "cited_paper_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "10" + ], + "query_toks_no_value": [ + "select", + "paper_id", + ",", + "count", + "(", + "*", + ")", + "from", + "citation", + "group", + "by", + "cited_paper_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "List top 10 most cited papers and their numbers of citations.", + "question_toks": [ + "List", + "top", + "10", + "most", + "cited", + "papers", + "and", + "their", + "numbers", + "of", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 10, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT paper_id , count(*) FROM Citation GROUP BY cited_paper_id ORDER BY count(*) DESC LIMIT 10", + "query_toks": [ + "SELECT", + "paper_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Citation", + "GROUP", + "BY", + "cited_paper_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "10" + ], + "query_toks_no_value": [ + "select", + "paper_id", + ",", + "count", + "(", + "*", + ")", + "from", + "citation", + "group", + "by", + "cited_paper_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the 10 most cited papers, and how many citations did each have?", + "question_toks": [ + "What", + "are", + "the", + "10", + "most", + "cited", + "papers", + ",", + "and", + "how", + "many", + "citations", + "did", + "each", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 10, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "select count(*) from citation as t1 join author_list as t2 on t1.cited_paper_id = t2.paper_id join author as t3 on t2.author_id = t3.author_id where t3.name = \"mckeown , kathleen\"", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "citation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1.cited_paper_id", + "=", + "t2.paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2.author_id", + "=", + "t3.author_id", + "where", + "t3.name", + "=", + "\"mckeown , kathleen\"" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "citation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "cited_paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "How many citations does Mckeown , Kathleen have ?", + "question_toks": [ + "How", + "many", + "citations", + "does", + "Mckeown", + ",", + "Kathleen", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"mckeown , kathleen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "select count(*) from citation as t1 join author_list as t2 on t1.cited_paper_id = t2.paper_id join author as t3 on t2.author_id = t3.author_id where t3.name = \"mckeown , kathleen\"", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "citation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1.cited_paper_id", + "=", + "t2.paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2.author_id", + "=", + "t3.author_id", + "where", + "t3.name", + "=", + "\"mckeown , kathleen\"" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "citation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "cited_paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Count the number of citations Mckeown , Kathleen has .", + "question_toks": [ + "Count", + "the", + "number", + "of", + "citations", + "Mckeown", + ",", + "Kathleen", + "has", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"mckeown , kathleen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "select count(*) from citation as t1 join author_list as t2 on t1.paper_id = t2.paper_id join author as t3 on t2.author_id = t3.author_id where t3.name = \"mckeown , kathleen\"", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "citation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1.paper_id", + "=", + "t2.paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2.author_id", + "=", + "t3.author_id", + "where", + "t3.name", + "=", + "\"mckeown , kathleen\"" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "citation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "How many papers does Mckeown , Kathleen cite ?", + "question_toks": [ + "How", + "many", + "papers", + "does", + "Mckeown", + ",", + "Kathleen", + "cite", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"mckeown , kathleen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "select count(*) from citation as t1 join author_list as t2 on t1.paper_id = t2.paper_id join author as t3 on t2.author_id = t3.author_id where t3.name = \"mckeown , kathleen\"", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "citation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1.paper_id", + "=", + "t2.paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2.author_id", + "=", + "t3.author_id", + "where", + "t3.name", + "=", + "\"mckeown , kathleen\"" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "citation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Count the number of papers Mckeown , Kathleen has cited .", + "question_toks": [ + "Count", + "the", + "number", + "of", + "papers", + "Mckeown", + ",", + "Kathleen", + "has", + "cited", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"mckeown , kathleen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T3.name , count(*) FROM Citation AS T1 JOIN Author_list AS T2 ON T1.cited_paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id GROUP BY T2.author_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T3.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Citation", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.cited_paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.author_id", + "=", + "T3.author_id", + "GROUP", + "BY", + "T2.author_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "citation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "cited_paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "group", + "by", + "t2", + ".", + "author_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the name and number of citations of the author who has most citations among all authors?", + "question_toks": [ + "Find", + "the", + "name", + "and", + "number", + "of", + "citations", + "of", + "the", + "author", + "who", + "has", + "most", + "citations", + "among", + "all", + "authors", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T3.name , count(*) FROM Citation AS T1 JOIN Author_list AS T2 ON T1.cited_paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id GROUP BY T2.author_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T3.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Citation", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.cited_paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T2.author_id", + "=", + "T3.author_id", + "GROUP", + "BY", + "T2.author_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "citation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "cited_paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "group", + "by", + "t2", + ".", + "author_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name and number of citations of the author with the greatest number of citations among authors?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "number", + "of", + "citations", + "of", + "the", + "author", + "with", + "the", + "greatest", + "number", + "of", + "citations", + "among", + "authors", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "select distinct t1.venue , t1.year from paper as t1 join author_list as t2 on t1.paper_id = t2.paper_id join author as t3 on t2.author_id = t3.author_id where t3.name = \"mckeown , kathleen\"", + "query_toks": [ + "select", + "distinct", + "t1.venue", + ",", + "t1.year", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1.paper_id", + "=", + "t2.paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2.author_id", + "=", + "t3.author_id", + "where", + "t3.name", + "=", + "\"mckeown , kathleen\"" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "venue", + ",", + "t1", + ".", + "year", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What are the venues and years where Mckeown , Kathleen had papers ?", + "question_toks": [ + "What", + "are", + "the", + "venues", + "and", + "years", + "where", + "Mckeown", + ",", + "Kathleen", + "had", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"mckeown , kathleen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "select distinct t1.venue , t1.year from paper as t1 join author_list as t2 on t1.paper_id = t2.paper_id join author as t3 on t2.author_id = t3.author_id where t3.name = \"mckeown , kathleen\"", + "query_toks": [ + "select", + "distinct", + "t1.venue", + ",", + "t1.year", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1.paper_id", + "=", + "t2.paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2.author_id", + "=", + "t3.author_id", + "where", + "t3.name", + "=", + "\"mckeown , kathleen\"" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "venue", + ",", + "t1", + ".", + "year", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t2", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Which venues and years did Mckeown , Kathleen have papers ?", + "question_toks": [ + "Which", + "venues", + "and", + "years", + "did", + "Mckeown", + ",", + "Kathleen", + "have", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"mckeown , kathleen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "select distinct t1.venue , t1.year from paper as t1 join author_list as t2 on t1.paper_id = t2.paper_id join affiliation as t3 on t2.affiliation_id = t3.affiliation_id where t3.name = \"columbia university\"", + "query_toks": [ + "select", + "distinct", + "t1.venue", + ",", + "t1.year", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1.paper_id", + "=", + "t2.paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2.affiliation_id", + "=", + "t3.affiliation_id", + "where", + "t3.name", + "=", + "\"columbia university\"" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "venue", + ",", + "t1", + ".", + "year", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What are the venues and years where Columbia University had papers ?", + "question_toks": [ + "What", + "are", + "the", + "venues", + "and", + "years", + "where", + "Columbia", + "University", + "had", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"columbia university\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "select distinct t1.venue , t1.year from paper as t1 join author_list as t2 on t1.paper_id = t2.paper_id join affiliation as t3 on t2.affiliation_id = t3.affiliation_id where t3.name = \"columbia university\"", + "query_toks": [ + "select", + "distinct", + "t1.venue", + ",", + "t1.year", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1.paper_id", + "=", + "t2.paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2.affiliation_id", + "=", + "t3.affiliation_id", + "where", + "t3.name", + "=", + "\"columbia university\"" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "venue", + ",", + "t1", + ".", + "year", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Which venues and years did Columbia University have papers ?", + "question_toks": [ + "Which", + "venues", + "and", + "years", + "did", + "Columbia", + "University", + "have", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"columbia university\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T3.name FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T3.author_id = T2.author_id WHERE T1.year = 2009 GROUP BY T2.author_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T3.author_id", + "=", + "T2.author_id", + "WHERE", + "T1.year", + "=", + "2009", + "GROUP", + "BY", + "T2.author_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t3", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "where", + "t1", + ".", + "year", + "=", + "value", + "group", + "by", + "t2", + ".", + "author_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which author had the most papers in the year 2009?", + "question_toks": [ + "Which", + "author", + "had", + "the", + "most", + "papers", + "in", + "the", + "year", + "2009", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2009.0, + null + ] + ], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T3.name FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T3.author_id = T2.author_id WHERE T1.year = 2009 GROUP BY T2.author_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Author", + "AS", + "T3", + "ON", + "T3.author_id", + "=", + "T2.author_id", + "WHERE", + "T1.year", + "=", + "2009", + "GROUP", + "BY", + "T2.author_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "author", + "as", + "t3", + "on", + "t3", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "where", + "t1", + ".", + "year", + "=", + "value", + "group", + "by", + "t2", + ".", + "author_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the author with the most papers in 2009?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "author", + "with", + "the", + "most", + "papers", + "in", + "2009", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2009.0, + null + ] + ], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T3.name FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T1.year = 2009 GROUP BY T2.affiliation_id ORDER BY count(*) DESC LIMIT 3", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Affiliation", + "AS", + "T3", + "ON", + "T2.affiliation_id", + "=", + "T3.affiliation_id", + "WHERE", + "T1.year", + "=", + "2009", + "GROUP", + "BY", + "T2.affiliation_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t1", + ".", + "year", + "=", + "value", + "group", + "by", + "t2", + ".", + "affiliation_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the names of the top 3 affiliations that have the most papers in year 2009?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "top", + "3", + "affiliations", + "that", + "have", + "the", + "most", + "papers", + "in", + "year", + "2009", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2009.0, + null + ] + ], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T3.name FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T1.year = 2009 GROUP BY T2.affiliation_id ORDER BY count(*) DESC LIMIT 3", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Affiliation", + "AS", + "T3", + "ON", + "T2.affiliation_id", + "=", + "T3.affiliation_id", + "WHERE", + "T1.year", + "=", + "2009", + "GROUP", + "BY", + "T2.affiliation_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t1", + ".", + "year", + "=", + "value", + "group", + "by", + "t2", + ".", + "affiliation_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which 3 affiliations had the most papers in 2009?", + "question_toks": [ + "Which", + "3", + "affiliations", + "had", + "the", + "most", + "papers", + "in", + "2009", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2009.0, + null + ] + ], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "select count(distinct t1.paper_id) from paper as t1 join author_list as t2 on t1.paper_id = t2.paper_id join affiliation as t3 on t2.affiliation_id = t3.affiliation_id where t1.year <= 2009 and t3.name = \"columbia university\"", + "query_toks": [ + "select", + "count", + "(", + "distinct", + "t1.paper_id", + ")", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1.paper_id", + "=", + "t2.paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2.affiliation_id", + "=", + "t3.affiliation_id", + "where", + "t1.year", + "<=", + "2009", + "and", + "t3.name", + "=", + "\"columbia university\"" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "paper_id", + ")", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t1", + ".", + "year", + "<", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "How many papers does Columbia University have in or before 2009 ?", + "question_toks": [ + "How", + "many", + "papers", + "does", + "Columbia", + "University", + "have", + "in", + "or", + "before", + "2009", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 6, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2009.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"columbia university\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "select count(distinct t1.paper_id) from paper as t1 join author_list as t2 on t1.paper_id = t2.paper_id join affiliation as t3 on t2.affiliation_id = t3.affiliation_id where t1.year <= 2009 and t3.name = \"columbia university\"", + "query_toks": [ + "select", + "count", + "(", + "distinct", + "t1.paper_id", + ")", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1.paper_id", + "=", + "t2.paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2.affiliation_id", + "=", + "t3.affiliation_id", + "where", + "t1.year", + "<=", + "2009", + "and", + "t3.name", + "=", + "\"columbia university\"" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "paper_id", + ")", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t1", + ".", + "year", + "<", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Count the number of papers Columbia University had during or prior to 2009 .", + "question_toks": [ + "Count", + "the", + "number", + "of", + "papers", + "Columbia", + "University", + "had", + "during", + "or", + "prior", + "to", + "2009", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 6, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2009.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"columbia university\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(DISTINCT T1.paper_id) FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T1.year >= 2000 AND T1.year <= 2009 AND T3.name LIKE \"Stanford University\"", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T1.paper_id", + ")", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Affiliation", + "AS", + "T3", + "ON", + "T2.affiliation_id", + "=", + "T3.affiliation_id", + "WHERE", + "T1.year", + ">", + "=", + "2000", + "AND", + "T1.year", + "<", + "=", + "2009", + "AND", + "T3.name", + "LIKE", + "``", + "Stanford", + "University", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "paper_id", + ")", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t1", + ".", + "year", + ">", + "=", + "value", + "and", + "t1", + ".", + "year", + "<", + "=", + "value", + "and", + "t3", + ".", + "name", + "like", + "value" + ], + "question": "How many papers does Stanford University have between 2000 and 2009?", + "question_toks": [ + "How", + "many", + "papers", + "does", + "Stanford", + "University", + "have", + "between", + "2000", + "and", + "2009", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2000.0, + null + ], + "and", + [ + false, + 6, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2009.0, + null + ], + "and", + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Stanford University\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(DISTINCT T1.paper_id) FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T1.year >= 2000 AND T1.year <= 2009 AND T3.name LIKE \"Stanford University\"", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T1.paper_id", + ")", + "FROM", + "Paper", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "JOIN", + "Affiliation", + "AS", + "T3", + "ON", + "T2.affiliation_id", + "=", + "T3.affiliation_id", + "WHERE", + "T1.year", + ">", + "=", + "2000", + "AND", + "T1.year", + "<", + "=", + "2009", + "AND", + "T3.name", + "LIKE", + "``", + "Stanford", + "University", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "paper_id", + ")", + "from", + "paper", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "join", + "affiliation", + "as", + "t3", + "on", + "t2", + ".", + "affiliation_id", + "=", + "t3", + ".", + "affiliation_id", + "where", + "t1", + ".", + "year", + ">", + "=", + "value", + "and", + "t1", + ".", + "year", + "<", + "=", + "value", + "and", + "t3", + ".", + "name", + "like", + "value" + ], + "question": "Count the number of papers Stanford University had between 2000 and 2009.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "papers", + "Stanford", + "University", + "had", + "between", + "2000", + "and", + "2009", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2000.0, + null + ], + "and", + [ + false, + 6, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2009.0, + null + ], + "and", + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Stanford University\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T2.title FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id GROUP BY T2.paper_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.title", + "FROM", + "Author_list", + "AS", + "T1", + "JOIN", + "Paper", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "GROUP", + "BY", + "T2.paper_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "author_list", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "group", + "by", + "t2", + ".", + "paper_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the title of the paper that has most number of authors?", + "question_toks": [ + "What", + "is", + "the", + "title", + "of", + "the", + "paper", + "that", + "has", + "most", + "number", + "of", + "authors", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T2.title FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id GROUP BY T2.paper_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.title", + "FROM", + "Author_list", + "AS", + "T1", + "JOIN", + "Paper", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "GROUP", + "BY", + "T2.paper_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "author_list", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "group", + "by", + "t2", + ".", + "paper_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the title of the paper with the most authors.", + "question_toks": [ + "Give", + "the", + "title", + "of", + "the", + "paper", + "with", + "the", + "most", + "authors", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "select count (distinct t2.author_id) from author_list as t1 join author_list as t2 on t1.paper_id = t2.paper_id and t1.author_id != t2.author_id join author as t3 on t1.author_id = t3.author_id where t3.name = \"mckeown , kathleen\"", + "query_toks": [ + "select", + "count", + "(", + "distinct", + "t2.author_id", + ")", + "from", + "author_list", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1.paper_id", + "=", + "t2.paper_id", + "and", + "t1.author_id", + "!=", + "t2.author_id", + "join", + "author", + "as", + "t3", + "on", + "t1.author_id", + "=", + "t3.author_id", + "where", + "t3.name", + "=", + "\"mckeown , kathleen\"" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "author_id", + ")", + "from", + "author_list", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "and", + "t1", + ".", + "author_id", + "!", + "=", + "t2", + ".", + "author_id", + "join", + "author", + "as", + "t3", + "on", + "t1", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "How many collaborators has Mckeown , Kathleen had ?", + "question_toks": [ + "How", + "many", + "collaborators", + "has", + "Mckeown", + ",", + "Kathleen", + "had", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 7, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 8, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"mckeown , kathleen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "select count (distinct t2.author_id) from author_list as t1 join author_list as t2 on t1.paper_id = t2.paper_id and t1.author_id != t2.author_id join author as t3 on t1.author_id = t3.author_id where t3.name = \"mckeown , kathleen\"", + "query_toks": [ + "select", + "count", + "(", + "distinct", + "t2.author_id", + ")", + "from", + "author_list", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1.paper_id", + "=", + "t2.paper_id", + "and", + "t1.author_id", + "!=", + "t2.author_id", + "join", + "author", + "as", + "t3", + "on", + "t1.author_id", + "=", + "t3.author_id", + "where", + "t3.name", + "=", + "\"mckeown , kathleen\"" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "author_id", + ")", + "from", + "author_list", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "and", + "t1", + ".", + "author_id", + "!", + "=", + "t2", + ".", + "author_id", + "join", + "author", + "as", + "t3", + "on", + "t1", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Count the number of collaborators that Mckeown , Kathleen has had .", + "question_toks": [ + "Count", + "the", + "number", + "of", + "collaborators", + "that", + "Mckeown", + ",", + "Kathleen", + "has", + "had", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 7, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 8, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"mckeown , kathleen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "select t4.name from author_list as t1 join author_list as t2 on t1.paper_id = t2.paper_id and t1.author_id != t2.author_id join author as t3 on t1.author_id = t3.author_id join author as t4 on t2.author_id = t4.author_id where t3.name = \"mckeown , kathleen\" group by t2.author_id order by count(*) desc limit 1", + "query_toks": [ + "select", + "t4.name", + "from", + "author_list", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1.paper_id", + "=", + "t2.paper_id", + "and", + "t1.author_id", + "!=", + "t2.author_id", + "join", + "author", + "as", + "t3", + "on", + "t1.author_id", + "=", + "t3.author_id", + "join", + "author", + "as", + "t4", + "on", + "t2.author_id", + "=", + "t4.author_id", + "where", + "t3.name", + "=", + "\"mckeown , kathleen\"", + "group", + "by", + "t2.author_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "name", + "from", + "author_list", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "and", + "t1", + ".", + "author_id", + "!", + "=", + "t2", + ".", + "author_id", + "join", + "author", + "as", + "t3", + "on", + "t1", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "join", + "author", + "as", + "t4", + "on", + "t2", + ".", + "author_id", + "=", + "t4", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "=", + "value", + "group", + "by", + "t2", + ".", + "author_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Who has the most papers co-authored with Mckeown , Kathleen ?", + "question_toks": [ + "Who", + "has", + "the", + "most", + "papers", + "co-authored", + "with", + "Mckeown", + ",", + "Kathleen", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 7, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"mckeown , kathleen\"", + null + ] + ], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "select t4.name from author_list as t1 join author_list as t2 on t1.paper_id = t2.paper_id and t1.author_id != t2.author_id join author as t3 on t1.author_id = t3.author_id join author as t4 on t2.author_id = t4.author_id where t3.name = \"mckeown , kathleen\" group by t2.author_id order by count(*) desc limit 1", + "query_toks": [ + "select", + "t4.name", + "from", + "author_list", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1.paper_id", + "=", + "t2.paper_id", + "and", + "t1.author_id", + "!=", + "t2.author_id", + "join", + "author", + "as", + "t3", + "on", + "t1.author_id", + "=", + "t3.author_id", + "join", + "author", + "as", + "t4", + "on", + "t2.author_id", + "=", + "t4.author_id", + "where", + "t3.name", + "=", + "\"mckeown , kathleen\"", + "group", + "by", + "t2.author_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "name", + "from", + "author_list", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "and", + "t1", + ".", + "author_id", + "!", + "=", + "t2", + ".", + "author_id", + "join", + "author", + "as", + "t3", + "on", + "t1", + ".", + "author_id", + "=", + "t3", + ".", + "author_id", + "join", + "author", + "as", + "t4", + "on", + "t2", + ".", + "author_id", + "=", + "t4", + ".", + "author_id", + "where", + "t3", + ".", + "name", + "=", + "value", + "group", + "by", + "t2", + ".", + "author_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the author who has co-authored the most papers with Mckeown , Kathleen ?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "author", + "who", + "has", + "co-authored", + "the", + "most", + "papers", + "with", + "Mckeown", + ",", + "Kathleen", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 7, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"mckeown , kathleen\"", + null + ] + ], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT paper_id FROM Paper WHERE title LIKE \"%translation%\"", + "query_toks": [ + "SELECT", + "paper_id", + "FROM", + "Paper", + "WHERE", + "title", + "LIKE", + "``", + "%", + "translation", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "paper_id", + "from", + "paper", + "where", + "title", + "like", + "value" + ], + "question": "Find the id of the papers whose title has the key word 'translation'.", + "question_toks": [ + "Find", + "the", + "id", + "of", + "the", + "papers", + "whose", + "title", + "has", + "the", + "key", + "word", + "'translation", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"%translation%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT paper_id FROM Paper WHERE title LIKE \"%translation%\"", + "query_toks": [ + "SELECT", + "paper_id", + "FROM", + "Paper", + "WHERE", + "title", + "LIKE", + "``", + "%", + "translation", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "paper_id", + "from", + "paper", + "where", + "title", + "like", + "value" + ], + "question": "What are the ids for papers with titles containing 'translation'?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "for", + "papers", + "with", + "titles", + "containing", + "'translation", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"%translation%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT paper_id , title FROM Paper WHERE paper_id NOT IN (SELECT cited_paper_id FROM Citation)", + "query_toks": [ + "SELECT", + "paper_id", + ",", + "title", + "FROM", + "Paper", + "WHERE", + "paper_id", + "NOT", + "IN", + "(", + "SELECT", + "cited_paper_id", + "FROM", + "Citation", + ")" + ], + "query_toks_no_value": [ + "select", + "paper_id", + ",", + "title", + "from", + "paper", + "where", + "paper_id", + "not", + "in", + "(", + "select", + "cited_paper_id", + "from", + "citation", + ")" + ], + "question": "Find the id and title of the papers that are never cited by others.", + "question_toks": [ + "Find", + "the", + "id", + "and", + "title", + "of", + "the", + "papers", + "that", + "are", + "never", + "cited", + "by", + "others", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT paper_id , title FROM Paper WHERE paper_id NOT IN (SELECT cited_paper_id FROM Citation)", + "query_toks": [ + "SELECT", + "paper_id", + ",", + "title", + "FROM", + "Paper", + "WHERE", + "paper_id", + "NOT", + "IN", + "(", + "SELECT", + "cited_paper_id", + "FROM", + "Citation", + ")" + ], + "query_toks_no_value": [ + "select", + "paper_id", + ",", + "title", + "from", + "paper", + "where", + "paper_id", + "not", + "in", + "(", + "select", + "cited_paper_id", + "from", + "citation", + ")" + ], + "question": "What are the ids and titles for papers that have never been cited?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "titles", + "for", + "papers", + "that", + "have", + "never", + "been", + "cited", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.name FROM Affiliation AS T1 JOIN Author_list AS T2 ON T1.affiliation_id = T2.affiliation_id WHERE T1.address LIKE \"%China%\" GROUP BY T1.affiliation_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "Affiliation", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.affiliation_id", + "=", + "T2.affiliation_id", + "WHERE", + "T1.address", + "LIKE", + "``", + "%", + "China", + "%", + "''", + "GROUP", + "BY", + "T1.affiliation_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "affiliation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "affiliation_id", + "=", + "t2", + ".", + "affiliation_id", + "where", + "t1", + ".", + "address", + "like", + "value", + "group", + "by", + "t1", + ".", + "affiliation_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the name of the affiliation whose address contains 'China' and publishes the greatest number of papers.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "affiliation", + "whose", + "address", + "contains", + "'China", + "'", + "and", + "publishes", + "the", + "greatest", + "number", + "of", + "papers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"%China%\"", + null + ] + ], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T1.name FROM Affiliation AS T1 JOIN Author_list AS T2 ON T1.affiliation_id = T2.affiliation_id WHERE T1.address LIKE \"%China%\" GROUP BY T1.affiliation_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "Affiliation", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.affiliation_id", + "=", + "T2.affiliation_id", + "WHERE", + "T1.address", + "LIKE", + "``", + "%", + "China", + "%", + "''", + "GROUP", + "BY", + "T1.affiliation_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "affiliation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "affiliation_id", + "=", + "t2", + ".", + "affiliation_id", + "where", + "t1", + ".", + "address", + "like", + "value", + "group", + "by", + "t1", + ".", + "affiliation_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the affiliation which publishes the greatest number of papers among those whose address contains 'China'.", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "affiliation", + "which", + "publishes", + "the", + "greatest", + "number", + "of", + "papers", + "among", + "those", + "whose", + "address", + "contains", + "'China", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"%China%\"", + null + ] + ], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) , venue , YEAR FROM Paper GROUP BY venue , YEAR", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "venue", + ",", + "YEAR", + "FROM", + "Paper", + "GROUP", + "BY", + "venue", + ",", + "YEAR" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "venue", + ",", + "year", + "from", + "paper", + "group", + "by", + "venue", + ",", + "year" + ], + "question": "Find the number of papers published in different conferences each year.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "papers", + "published", + "in", + "different", + "conferences", + "each", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ], + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) , venue , YEAR FROM Paper GROUP BY venue , YEAR", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "venue", + ",", + "YEAR", + "FROM", + "Paper", + "GROUP", + "BY", + "venue", + ",", + "YEAR" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "venue", + ",", + "year", + "from", + "paper", + "group", + "by", + "venue", + ",", + "year" + ], + "question": "How many papers are published in each venue in each year?", + "question_toks": [ + "How", + "many", + "papers", + "are", + "published", + "in", + "each", + "venue", + "in", + "each", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ], + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(DISTINCT T2.paper_id) , T1.name FROM Affiliation AS T1 JOIN Author_list AS T2 ON T1.affiliation_id = T2.affiliation_id GROUP BY T1.affiliation_id", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T2.paper_id", + ")", + ",", + "T1.name", + "FROM", + "Affiliation", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.affiliation_id", + "=", + "T2.affiliation_id", + "GROUP", + "BY", + "T1.affiliation_id" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "paper_id", + ")", + ",", + "t1", + ".", + "name", + "from", + "affiliation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "affiliation_id", + "=", + "t2", + ".", + "affiliation_id", + "group", + "by", + "t1", + ".", + "affiliation_id" + ], + "question": "Find the total number of papers for each affiliation.", + "question_toks": [ + "Find", + "the", + "total", + "number", + "of", + "papers", + "for", + "each", + "affiliation", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(DISTINCT T2.paper_id) , T1.name FROM Affiliation AS T1 JOIN Author_list AS T2 ON T1.affiliation_id = T2.affiliation_id GROUP BY T1.affiliation_id", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T2.paper_id", + ")", + ",", + "T1.name", + "FROM", + "Affiliation", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.affiliation_id", + "=", + "T2.affiliation_id", + "GROUP", + "BY", + "T1.affiliation_id" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "paper_id", + ")", + ",", + "t1", + ".", + "name", + "from", + "affiliation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "affiliation_id", + "=", + "t2", + ".", + "affiliation_id", + "group", + "by", + "t1", + ".", + "affiliation_id" + ], + "question": "How many papers has each affiliation published?", + "question_toks": [ + "How", + "many", + "papers", + "has", + "each", + "affiliation", + "published", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T2.title FROM Citation AS T1 JOIN Paper AS T2 ON T1.cited_paper_id = T2.paper_id GROUP BY T1.cited_paper_id HAVING count(*) > 50", + "query_toks": [ + "SELECT", + "T2.title", + "FROM", + "Citation", + "AS", + "T1", + "JOIN", + "Paper", + "AS", + "T2", + "ON", + "T1.cited_paper_id", + "=", + "T2.paper_id", + "GROUP", + "BY", + "T1.cited_paper_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "50" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "citation", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t1", + ".", + "cited_paper_id", + "=", + "t2", + ".", + "paper_id", + "group", + "by", + "t1", + ".", + "cited_paper_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the titles of papers that have more than 50 citations.", + "question_toks": [ + "Find", + "the", + "titles", + "of", + "papers", + "that", + "have", + "more", + "than", + "50", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 50.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT T2.title FROM Citation AS T1 JOIN Paper AS T2 ON T1.cited_paper_id = T2.paper_id GROUP BY T1.cited_paper_id HAVING count(*) > 50", + "query_toks": [ + "SELECT", + "T2.title", + "FROM", + "Citation", + "AS", + "T1", + "JOIN", + "Paper", + "AS", + "T2", + "ON", + "T1.cited_paper_id", + "=", + "T2.paper_id", + "GROUP", + "BY", + "T1.cited_paper_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "50" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "citation", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t1", + ".", + "cited_paper_id", + "=", + "t2", + ".", + "paper_id", + "group", + "by", + "t1", + ".", + "cited_paper_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the titles for papers with more than 50 citations?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "for", + "papers", + "with", + "more", + "than", + "50", + "citations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 50.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) FROM Author WHERE Author_id NOT IN ( SELECT T2.author_id FROM Citation AS T1 JOIN Author_list AS T2 ON T1.cited_paper_id = T2.paper_id GROUP BY T1.cited_paper_id HAVING count(DISTINCT T1.paper_id) > 50)", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Author", + "WHERE", + "Author_id", + "NOT", + "IN", + "(", + "SELECT", + "T2.author_id", + "FROM", + "Citation", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.cited_paper_id", + "=", + "T2.paper_id", + "GROUP", + "BY", + "T1.cited_paper_id", + "HAVING", + "count", + "(", + "DISTINCT", + "T1.paper_id", + ")", + ">", + "50", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "author", + "where", + "author_id", + "not", + "in", + "(", + "select", + "t2", + ".", + "author_id", + "from", + "citation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "cited_paper_id", + "=", + "t2", + ".", + "paper_id", + "group", + "by", + "t1", + ".", + "cited_paper_id", + "having", + "count", + "(", + "distinct", + "t1", + ".", + "paper_id", + ")", + ">", + "value", + ")" + ], + "question": "Find the number of authors who did not publish any paper that is cited more than 50 times.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "authors", + "who", + "did", + "not", + "publish", + "any", + "paper", + "that", + "is", + "cited", + "more", + "than", + "50", + "times", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 10, + true + ], + null + ], + 50.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT count(*) FROM Author WHERE Author_id NOT IN ( SELECT T2.author_id FROM Citation AS T1 JOIN Author_list AS T2 ON T1.cited_paper_id = T2.paper_id GROUP BY T1.cited_paper_id HAVING count(DISTINCT T1.paper_id) > 50)", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Author", + "WHERE", + "Author_id", + "NOT", + "IN", + "(", + "SELECT", + "T2.author_id", + "FROM", + "Citation", + "AS", + "T1", + "JOIN", + "Author_list", + "AS", + "T2", + "ON", + "T1.cited_paper_id", + "=", + "T2.paper_id", + "GROUP", + "BY", + "T1.cited_paper_id", + "HAVING", + "count", + "(", + "DISTINCT", + "T1.paper_id", + ")", + ">", + "50", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "author", + "where", + "author_id", + "not", + "in", + "(", + "select", + "t2", + ".", + "author_id", + "from", + "citation", + "as", + "t1", + "join", + "author_list", + "as", + "t2", + "on", + "t1", + ".", + "cited_paper_id", + "=", + "t2", + ".", + "paper_id", + "group", + "by", + "t1", + ".", + "cited_paper_id", + "having", + "count", + "(", + "distinct", + "t1", + ".", + "paper_id", + ")", + ">", + "value", + ")" + ], + "question": "How many authors have not published a paper with more than 50 citations?", + "question_toks": [ + "How", + "many", + "authors", + "have", + "not", + "published", + "a", + "paper", + "with", + "more", + "than", + "50", + "citations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 10, + true + ], + null + ], + 50.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT name FROM Author WHERE author_id IN (SELECT T1.author_id FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id WHERE T2.venue = \"ACL\" AND T2.year = 2009 INTERSECT SELECT T1.author_id FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id WHERE T2.venue = \"NAACL\" AND T2.year = 2009)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Author", + "WHERE", + "author_id", + "IN", + "(", + "SELECT", + "T1.author_id", + "FROM", + "Author_list", + "AS", + "T1", + "JOIN", + "Paper", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "WHERE", + "T2.venue", + "=", + "``", + "ACL", + "''", + "AND", + "T2.year", + "=", + "2009", + "INTERSECT", + "SELECT", + "T1.author_id", + "FROM", + "Author_list", + "AS", + "T1", + "JOIN", + "Paper", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "WHERE", + "T2.venue", + "=", + "``", + "NAACL", + "''", + "AND", + "T2.year", + "=", + "2009", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "author", + "where", + "author_id", + "in", + "(", + "select", + "t1", + ".", + "author_id", + "from", + "author_list", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "where", + "t2", + ".", + "venue", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "author_id", + "from", + "author_list", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "where", + "t2", + ".", + "venue", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value", + ")" + ], + "question": "Find the names of authors who published some paper on NAACL and ACL in the year 2009.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "authors", + "who", + "published", + "some", + "paper", + "on", + "NAACL", + "and", + "ACL", + "in", + "the", + "year", + "2009", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"ACL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2009.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"NAACL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2009.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT name FROM Author WHERE author_id IN (SELECT T1.author_id FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id WHERE T2.venue = \"ACL\" AND T2.year = 2009 INTERSECT SELECT T1.author_id FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id WHERE T2.venue = \"NAACL\" AND T2.year = 2009)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Author", + "WHERE", + "author_id", + "IN", + "(", + "SELECT", + "T1.author_id", + "FROM", + "Author_list", + "AS", + "T1", + "JOIN", + "Paper", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "WHERE", + "T2.venue", + "=", + "``", + "ACL", + "''", + "AND", + "T2.year", + "=", + "2009", + "INTERSECT", + "SELECT", + "T1.author_id", + "FROM", + "Author_list", + "AS", + "T1", + "JOIN", + "Paper", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "WHERE", + "T2.venue", + "=", + "``", + "NAACL", + "''", + "AND", + "T2.year", + "=", + "2009", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "author", + "where", + "author_id", + "in", + "(", + "select", + "t1", + ".", + "author_id", + "from", + "author_list", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "where", + "t2", + ".", + "venue", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "author_id", + "from", + "author_list", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "where", + "t2", + ".", + "venue", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value", + ")" + ], + "question": "What are the names of authors who published in both NAACL and ACL in 2009?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "authors", + "who", + "published", + "in", + "both", + "NAACL", + "and", + "ACL", + "in", + "2009", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"ACL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2009.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"NAACL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2009.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT name FROM Author WHERE author_id NOT IN (SELECT T1.author_id FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id WHERE T2.venue = \"ACL\")", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Author", + "WHERE", + "author_id", + "NOT", + "IN", + "(", + "SELECT", + "T1.author_id", + "FROM", + "Author_list", + "AS", + "T1", + "JOIN", + "Paper", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "WHERE", + "T2.venue", + "=", + "``", + "ACL", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "author", + "where", + "author_id", + "not", + "in", + "(", + "select", + "t1", + ".", + "author_id", + "from", + "author_list", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "where", + "t2", + ".", + "venue", + "=", + "value", + ")" + ], + "question": "Find the name of authors who have never published a paper in ACL.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "authors", + "who", + "have", + "never", + "published", + "a", + "paper", + "in", + "ACL", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "aan_1", + "query": "SELECT name FROM Author WHERE author_id NOT IN (SELECT T1.author_id FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id WHERE T2.venue = \"ACL\")", + "query_toks": [ + "SELECT", + "name", + "FROM", + "Author", + "WHERE", + "author_id", + "NOT", + "IN", + "(", + "SELECT", + "T1.author_id", + "FROM", + "Author_list", + "AS", + "T1", + "JOIN", + "Paper", + "AS", + "T2", + "ON", + "T1.paper_id", + "=", + "T2.paper_id", + "WHERE", + "T2.venue", + "=", + "``", + "ACL", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "author", + "where", + "author_id", + "not", + "in", + "(", + "select", + "t1", + ".", + "author_id", + "from", + "author_list", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t1", + ".", + "paper_id", + "=", + "t2", + ".", + "paper_id", + "where", + "t2", + ".", + "venue", + "=", + "value", + ")" + ], + "question": "What are the names of authors who have not published a paper in ACL?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "authors", + "who", + "have", + "not", + "published", + "a", + "paper", + "in", + "ACL", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT count(*) FROM conference", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "conference" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "conference" + ], + "question": "How many conferences are there?", + "question_toks": [ + "How", + "many", + "conferences", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT count(*) FROM conference", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "conference" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "conference" + ], + "question": "What is the total number of conferences?", + "question_toks": [ + "What", + "is", + "the", + "total", + "number", + "of", + "conferences", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT DISTINCT conference_name FROM conference", + "query_toks": [ + "SELECT", + "DISTINCT", + "conference_name", + "FROM", + "conference" + ], + "query_toks_no_value": [ + "select", + "distinct", + "conference_name", + "from", + "conference" + ], + "question": "List all distinct conference names.", + "question_toks": [ + "List", + "all", + "distinct", + "conference", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT DISTINCT conference_name FROM conference", + "query_toks": [ + "SELECT", + "DISTINCT", + "conference_name", + "FROM", + "conference" + ], + "query_toks_no_value": [ + "select", + "distinct", + "conference_name", + "from", + "conference" + ], + "question": "What are the different conference names?", + "question_toks": [ + "What", + "are", + "the", + "different", + "conference", + "names", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT conference_name , YEAR , LOCATION FROM conference", + "query_toks": [ + "SELECT", + "conference_name", + ",", + "YEAR", + ",", + "LOCATION", + "FROM", + "conference" + ], + "query_toks_no_value": [ + "select", + "conference_name", + ",", + "year", + ",", + "location", + "from", + "conference" + ], + "question": "List all conference name, year, and location.", + "question_toks": [ + "List", + "all", + "conference", + "name", + ",", + "year", + ",", + "and", + "location", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT conference_name , YEAR , LOCATION FROM conference", + "query_toks": [ + "SELECT", + "conference_name", + ",", + "YEAR", + ",", + "LOCATION", + "FROM", + "conference" + ], + "query_toks_no_value": [ + "select", + "conference_name", + ",", + "year", + ",", + "location", + "from", + "conference" + ], + "question": "What are the names, years, and locations of all conferences?", + "question_toks": [ + "What", + "are", + "the", + "names", + ",", + "years", + ",", + "and", + "locations", + "of", + "all", + "conferences", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT conference_name , count(*) FROM conference GROUP BY conference_name", + "query_toks": [ + "SELECT", + "conference_name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "conference", + "GROUP", + "BY", + "conference_name" + ], + "query_toks_no_value": [ + "select", + "conference_name", + ",", + "count", + "(", + "*", + ")", + "from", + "conference", + "group", + "by", + "conference_name" + ], + "question": "Show all conference names and the number of times each conference has.", + "question_toks": [ + "Show", + "all", + "conference", + "names", + "and", + "the", + "number", + "of", + "times", + "each", + "conference", + "has", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT conference_name , count(*) FROM conference GROUP BY conference_name", + "query_toks": [ + "SELECT", + "conference_name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "conference", + "GROUP", + "BY", + "conference_name" + ], + "query_toks_no_value": [ + "select", + "conference_name", + ",", + "count", + "(", + "*", + ")", + "from", + "conference", + "group", + "by", + "conference_name" + ], + "question": "For each conference name, how many times has it occurred?", + "question_toks": [ + "For", + "each", + "conference", + "name", + ",", + "how", + "many", + "times", + "has", + "it", + "occurred", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT YEAR , count(*) FROM conference GROUP BY YEAR", + "query_toks": [ + "SELECT", + "YEAR", + ",", + "count", + "(", + "*", + ")", + "FROM", + "conference", + "GROUP", + "BY", + "YEAR" + ], + "query_toks_no_value": [ + "select", + "year", + ",", + "count", + "(", + "*", + ")", + "from", + "conference", + "group", + "by", + "year" + ], + "question": "show all years and the number of conferences in each year.", + "question_toks": [ + "show", + "all", + "years", + "and", + "the", + "number", + "of", + "conferences", + "in", + "each", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT YEAR , count(*) FROM conference GROUP BY YEAR", + "query_toks": [ + "SELECT", + "YEAR", + ",", + "count", + "(", + "*", + ")", + "FROM", + "conference", + "GROUP", + "BY", + "YEAR" + ], + "query_toks_no_value": [ + "select", + "year", + ",", + "count", + "(", + "*", + ")", + "from", + "conference", + "group", + "by", + "year" + ], + "question": "How many conferences occur every year?", + "question_toks": [ + "How", + "many", + "conferences", + "occur", + "every", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT YEAR FROM conference GROUP BY YEAR ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "YEAR", + "FROM", + "conference", + "GROUP", + "BY", + "YEAR", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "year", + "from", + "conference", + "group", + "by", + "year", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "which year has least number of conferences?", + "question_toks": [ + "which", + "year", + "has", + "least", + "number", + "of", + "conferences", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT YEAR FROM conference GROUP BY YEAR ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "YEAR", + "FROM", + "conference", + "GROUP", + "BY", + "YEAR", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "year", + "from", + "conference", + "group", + "by", + "year", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "What year had the fewest conferences?", + "question_toks": [ + "What", + "year", + "had", + "the", + "fewest", + "conferences", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT LOCATION FROM conference GROUP BY LOCATION HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "LOCATION", + "FROM", + "conference", + "GROUP", + "BY", + "LOCATION", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "location", + "from", + "conference", + "group", + "by", + "location", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show all locations where at least two conferences are located.", + "question_toks": [ + "Show", + "all", + "locations", + "where", + "at", + "least", + "two", + "conferences", + "are", + "located", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT LOCATION FROM conference GROUP BY LOCATION HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "LOCATION", + "FROM", + "conference", + "GROUP", + "BY", + "LOCATION", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "location", + "from", + "conference", + "group", + "by", + "location", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are all locations that have hosted at least two conferences?", + "question_toks": [ + "What", + "are", + "all", + "locations", + "that", + "have", + "hosted", + "at", + "least", + "two", + "conferences", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT institution_name , LOCATION , founded FROM institution", + "query_toks": [ + "SELECT", + "institution_name", + ",", + "LOCATION", + ",", + "founded", + "FROM", + "institution" + ], + "query_toks_no_value": [ + "select", + "institution_name", + ",", + "location", + ",", + "founded", + "from", + "institution" + ], + "question": "Show the institution name, location and founded year of all institutions.", + "question_toks": [ + "Show", + "the", + "institution", + "name", + ",", + "location", + "and", + "founded", + "year", + "of", + "all", + "institutions", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT institution_name , LOCATION , founded FROM institution", + "query_toks": [ + "SELECT", + "institution_name", + ",", + "LOCATION", + ",", + "founded", + "FROM", + "institution" + ], + "query_toks_no_value": [ + "select", + "institution_name", + ",", + "location", + ",", + "founded", + "from", + "institution" + ], + "question": "What are the names, locations, and founding years for all institutions?", + "question_toks": [ + "What", + "are", + "the", + "names", + ",", + "locations", + ",", + "and", + "founding", + "years", + "for", + "all", + "institutions", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT count(*) FROM institution WHERE founded BETWEEN 1850 AND 1900", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "institution", + "WHERE", + "founded", + "BETWEEN", + "1850", + "AND", + "1900" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "institution", + "where", + "founded", + "between", + "value", + "and", + "value" + ], + "question": "How many institution are founded between 1850 and 1900?", + "question_toks": [ + "How", + "many", + "institution", + "are", + "founded", + "between", + "1850", + "and", + "1900", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1850.0, + 1900.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT count(*) FROM institution WHERE founded BETWEEN 1850 AND 1900", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "institution", + "WHERE", + "founded", + "BETWEEN", + "1850", + "AND", + "1900" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "institution", + "where", + "founded", + "between", + "value", + "and", + "value" + ], + "question": "How many institutions were founded between 1850 and 1900?", + "question_toks": [ + "How", + "many", + "institutions", + "were", + "founded", + "between", + "1850", + "and", + "1900", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1850.0, + 1900.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT institution_name , LOCATION FROM institution ORDER BY founded DESC LIMIT 1", + "query_toks": [ + "SELECT", + "institution_name", + ",", + "LOCATION", + "FROM", + "institution", + "ORDER", + "BY", + "founded", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "institution_name", + ",", + "location", + "from", + "institution", + "order", + "by", + "founded", + "desc", + "limit", + "value" + ], + "question": "Show the institution name and location of institution that is most recently founded.", + "question_toks": [ + "Show", + "the", + "institution", + "name", + "and", + "location", + "of", + "institution", + "that", + "is", + "most", + "recently", + "founded", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT institution_name , LOCATION FROM institution ORDER BY founded DESC LIMIT 1", + "query_toks": [ + "SELECT", + "institution_name", + ",", + "LOCATION", + "FROM", + "institution", + "ORDER", + "BY", + "founded", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "institution_name", + ",", + "location", + "from", + "institution", + "order", + "by", + "founded", + "desc", + "limit", + "value" + ], + "question": "What are the names and locations of the most recently-founded institution?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "locations", + "of", + "the", + "most", + "recently-founded", + "institution", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT T1.institution_name , count(*) FROM institution AS T1 JOIN staff AS T2 ON T1.institution_id = T2.institution_id WHERE T1.founded > 1800 GROUP BY T2.institution_id", + "query_toks": [ + "SELECT", + "T1.institution_name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "institution", + "AS", + "T1", + "JOIN", + "staff", + "AS", + "T2", + "ON", + "T1.institution_id", + "=", + "T2.institution_id", + "WHERE", + "T1.founded", + ">", + "1800", + "GROUP", + "BY", + "T2.institution_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "institution_name", + ",", + "count", + "(", + "*", + ")", + "from", + "institution", + "as", + "t1", + "join", + "staff", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id", + "where", + "t1", + ".", + "founded", + ">", + "value", + "group", + "by", + "t2", + ".", + "institution_id" + ], + "question": "Show the institution name and the number of staff for each institution founded after 1800.", + "question_toks": [ + "Show", + "the", + "institution", + "name", + "and", + "the", + "number", + "of", + "staff", + "for", + "each", + "institution", + "founded", + "after", + "1800", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1800.0, + null + ] + ], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "select t1.institution_name , count(*) from institution as t1 join staff as t2 on t1.institution_id = t2.institution_id where t1.founded > 1800 group by t2.institution_id", + "query_toks": [ + "select", + "t1.institution_name", + ",", + "count", + "(", + "*", + ")", + "from", + "institution", + "as", + "t1", + "join", + "staff", + "as", + "t2", + "on", + "t1.institution_id", + "=", + "t2.institution_id", + "where", + "t1.founded", + ">", + "1800", + "group", + "by", + "t2.institution_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "institution_name", + ",", + "count", + "(", + "*", + ")", + "from", + "institution", + "as", + "t1", + "join", + "staff", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id", + "where", + "t1", + ".", + "founded", + ">", + "value", + "group", + "by", + "t2", + ".", + "institution_id" + ], + "question": "For each institution id , how many staff members does each institution have that was founded after 1800 ? return their names .", + "question_toks": [ + "For", + "each", + "institution", + "id", + ",", + "how", + "many", + "staff", + "members", + "does", + "each", + "institution", + "have", + "that", + "was", + "founded", + "after", + "1800", + "?", + "return", + "their", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1800.0, + null + ] + ], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT institution_name FROM institution WHERE institution_id NOT IN (SELECT institution_id FROM staff)", + "query_toks": [ + "SELECT", + "institution_name", + "FROM", + "institution", + "WHERE", + "institution_id", + "NOT", + "IN", + "(", + "SELECT", + "institution_id", + "FROM", + "staff", + ")" + ], + "query_toks_no_value": [ + "select", + "institution_name", + "from", + "institution", + "where", + "institution_id", + "not", + "in", + "(", + "select", + "institution_id", + "from", + "staff", + ")" + ], + "question": "Show institution name which there is no staff in our record.", + "question_toks": [ + "Show", + "institution", + "name", + "which", + "there", + "is", + "no", + "staff", + "in", + "our", + "record", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT institution_name FROM institution WHERE institution_id NOT IN (SELECT institution_id FROM staff)", + "query_toks": [ + "SELECT", + "institution_name", + "FROM", + "institution", + "WHERE", + "institution_id", + "NOT", + "IN", + "(", + "SELECT", + "institution_id", + "FROM", + "staff", + ")" + ], + "query_toks_no_value": [ + "select", + "institution_name", + "from", + "institution", + "where", + "institution_id", + "not", + "in", + "(", + "select", + "institution_id", + "from", + "staff", + ")" + ], + "question": "What is the name of the institution with no staff in the records?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "institution", + "with", + "no", + "staff", + "in", + "the", + "records", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT name FROM staff WHERE age > (SELECT avg(age) FROM staff)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "staff", + "WHERE", + "age", + ">", + "(", + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "staff", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "staff", + "where", + "age", + ">", + "(", + "select", + "avg", + "(", + "age", + ")", + "from", + "staff", + ")" + ], + "question": "Show all staff name who are above the average age.", + "question_toks": [ + "Show", + "all", + "staff", + "name", + "who", + "are", + "above", + "the", + "average", + "age", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT name FROM staff WHERE age > (SELECT avg(age) FROM staff)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "staff", + "WHERE", + "age", + ">", + "(", + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "staff", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "staff", + "where", + "age", + ">", + "(", + "select", + "avg", + "(", + "age", + ")", + "from", + "staff", + ")" + ], + "question": "What are the names of all staff members who are older than average?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "staff", + "members", + "who", + "are", + "older", + "than", + "average", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT max(age) , min(age) FROM staff", + "query_toks": [ + "SELECT", + "max", + "(", + "age", + ")", + ",", + "min", + "(", + "age", + ")", + "FROM", + "staff" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "age", + ")", + ",", + "min", + "(", + "age", + ")", + "from", + "staff" + ], + "question": "What is the maximum and minimum age of all staff from the United States?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "and", + "minimum", + "age", + "of", + "all", + "staff", + "from", + "the", + "United", + "States", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT max(age) , min(age) FROM staff", + "query_toks": [ + "SELECT", + "max", + "(", + "age", + ")", + ",", + "min", + "(", + "age", + ")", + "FROM", + "staff" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "age", + ")", + ",", + "min", + "(", + "age", + ")", + "from", + "staff" + ], + "question": "What are the maximum and minimum ages for all staff?", + "question_toks": [ + "What", + "are", + "the", + "maximum", + "and", + "minimum", + "ages", + "for", + "all", + "staff", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT T1.conference_name FROM conference AS T1 JOIN conference_participation AS T2 ON T1.conference_id = T2.conference_id JOIN staff AS T3 ON T2.staff_id = T3.staff_id WHERE T3.nationality = \"Canada\"", + "query_toks": [ + "SELECT", + "T1.conference_name", + "FROM", + "conference", + "AS", + "T1", + "JOIN", + "conference_participation", + "AS", + "T2", + "ON", + "T1.conference_id", + "=", + "T2.conference_id", + "JOIN", + "staff", + "AS", + "T3", + "ON", + "T2.staff_id", + "=", + "T3.staff_id", + "WHERE", + "T3.nationality", + "=", + "``", + "Canada", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "conference_name", + "from", + "conference", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "on", + "t1", + ".", + "conference_id", + "=", + "t2", + ".", + "conference_id", + "join", + "staff", + "as", + "t3", + "on", + "t2", + ".", + "staff_id", + "=", + "t3", + ".", + "staff_id", + "where", + "t3", + ".", + "nationality", + "=", + "value" + ], + "question": "Show all conference names which the staff from Canada attends.", + "question_toks": [ + "Show", + "all", + "conference", + "names", + "which", + "the", + "staff", + "from", + "Canada", + "attends", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Canada\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT T1.conference_name FROM conference AS T1 JOIN conference_participation AS T2 ON T1.conference_id = T2.conference_id JOIN staff AS T3 ON T2.staff_id = T3.staff_id WHERE T3.nationality = \"Canada\"", + "query_toks": [ + "SELECT", + "T1.conference_name", + "FROM", + "conference", + "AS", + "T1", + "JOIN", + "conference_participation", + "AS", + "T2", + "ON", + "T1.conference_id", + "=", + "T2.conference_id", + "JOIN", + "staff", + "AS", + "T3", + "ON", + "T2.staff_id", + "=", + "T3.staff_id", + "WHERE", + "T3.nationality", + "=", + "``", + "Canada", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "conference_name", + "from", + "conference", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "on", + "t1", + ".", + "conference_id", + "=", + "t2", + ".", + "conference_id", + "join", + "staff", + "as", + "t3", + "on", + "t2", + ".", + "staff_id", + "=", + "t3", + ".", + "staff_id", + "where", + "t3", + ".", + "nationality", + "=", + "value" + ], + "question": "What are the names of all the conferences that has staff from Canada attending?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "the", + "conferences", + "that", + "has", + "staff", + "from", + "Canada", + "attending", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Canada\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 ON T1.staff_id = T2.staff_id WHERE T2.role = 'Speaker' INTERSECT SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 ON T1.staff_id = T2.staff_id WHERE T2.role = 'Sponsor'", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "staff", + "AS", + "T1", + "JOIN", + "conference_participation", + "AS", + "T2", + "ON", + "T1.staff_id", + "=", + "T2.staff_id", + "WHERE", + "T2.role", + "=", + "'Speaker", + "'", + "INTERSECT", + "SELECT", + "T1.name", + "FROM", + "staff", + "AS", + "T1", + "JOIN", + "conference_participation", + "AS", + "T2", + "ON", + "T1.staff_id", + "=", + "T2.staff_id", + "WHERE", + "T2.role", + "=", + "'Sponsor", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "staff", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "on", + "t1", + ".", + "staff_id", + "=", + "t2", + ".", + "staff_id", + "where", + "t2", + ".", + "role", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "name", + "from", + "staff", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "on", + "t1", + ".", + "staff_id", + "=", + "t2", + ".", + "staff_id", + "where", + "t2", + ".", + "role", + "=", + "value" + ], + "question": "Show all staff names who have been both speaker and sponsor in some conference.", + "question_toks": [ + "Show", + "all", + "staff", + "names", + "who", + "have", + "been", + "both", + "speaker", + "and", + "sponsor", + "in", + "some", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Speaker\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Sponsor\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 ON T1.staff_id = T2.staff_id WHERE T2.role = 'Speaker' INTERSECT SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 ON T1.staff_id = T2.staff_id WHERE T2.role = 'Sponsor'", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "staff", + "AS", + "T1", + "JOIN", + "conference_participation", + "AS", + "T2", + "ON", + "T1.staff_id", + "=", + "T2.staff_id", + "WHERE", + "T2.role", + "=", + "'Speaker", + "'", + "INTERSECT", + "SELECT", + "T1.name", + "FROM", + "staff", + "AS", + "T1", + "JOIN", + "conference_participation", + "AS", + "T2", + "ON", + "T1.staff_id", + "=", + "T2.staff_id", + "WHERE", + "T2.role", + "=", + "'Sponsor", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "staff", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "on", + "t1", + ".", + "staff_id", + "=", + "t2", + ".", + "staff_id", + "where", + "t2", + ".", + "role", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "name", + "from", + "staff", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "on", + "t1", + ".", + "staff_id", + "=", + "t2", + ".", + "staff_id", + "where", + "t2", + ".", + "role", + "=", + "value" + ], + "question": "What are the names of the staff members who have been both a speaker and a sponsor at some conference?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "staff", + "members", + "who", + "have", + "been", + "both", + "a", + "speaker", + "and", + "a", + "sponsor", + "at", + "some", + "conference", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Speaker\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Sponsor\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 JOIN Conference AS T3 ON T1.staff_id = T2.staff_id AND T2.conference_id = T3.conference_id WHERE T3.Conference_name = 'ACL' INTERSECT SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 JOIN conference AS T3 ON T1.staff_id = T2.staff_id AND T2.conference_id = T3.conference_id WHERE T3.Conference_name = 'Naccl'", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "staff", + "AS", + "T1", + "JOIN", + "conference_participation", + "AS", + "T2", + "JOIN", + "Conference", + "AS", + "T3", + "ON", + "T1.staff_id", + "=", + "T2.staff_id", + "AND", + "T2.conference_id", + "=", + "T3.conference_id", + "WHERE", + "T3.Conference_name", + "=", + "'ACL", + "'", + "INTERSECT", + "SELECT", + "T1.name", + "FROM", + "staff", + "AS", + "T1", + "JOIN", + "conference_participation", + "AS", + "T2", + "JOIN", + "conference", + "AS", + "T3", + "ON", + "T1.staff_id", + "=", + "T2.staff_id", + "AND", + "T2.conference_id", + "=", + "T3.conference_id", + "WHERE", + "T3.Conference_name", + "=", + "'Naccl", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "staff", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "join", + "conference", + "as", + "t3", + "on", + "t1", + ".", + "staff_id", + "=", + "t2", + ".", + "staff_id", + "and", + "t2", + ".", + "conference_id", + "=", + "t3", + ".", + "conference_id", + "where", + "t3", + ".", + "conference_name", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "name", + "from", + "staff", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "join", + "conference", + "as", + "t3", + "on", + "t1", + ".", + "staff_id", + "=", + "t2", + ".", + "staff_id", + "and", + "t2", + ".", + "conference_id", + "=", + "t3", + ".", + "conference_id", + "where", + "t3", + ".", + "conference_name", + "=", + "value" + ], + "question": "Show all names who have been in both ACL and Naccl.", + "question_toks": [ + "Show", + "all", + "names", + "who", + "have", + "been", + "in", + "both", + "ACL", + "and", + "Naccl", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Naccl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 JOIN Conference AS T3 ON T1.staff_id = T2.staff_id AND T2.conference_id = T3.conference_id WHERE T3.Conference_name = 'ACL' INTERSECT SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 JOIN conference AS T3 ON T1.staff_id = T2.staff_id AND T2.conference_id = T3.conference_id WHERE T3.Conference_name = 'Naccl'", + "query_toks": [ + "SELECT", + "T1.name", + "FROM", + "staff", + "AS", + "T1", + "JOIN", + "conference_participation", + "AS", + "T2", + "JOIN", + "Conference", + "AS", + "T3", + "ON", + "T1.staff_id", + "=", + "T2.staff_id", + "AND", + "T2.conference_id", + "=", + "T3.conference_id", + "WHERE", + "T3.Conference_name", + "=", + "'ACL", + "'", + "INTERSECT", + "SELECT", + "T1.name", + "FROM", + "staff", + "AS", + "T1", + "JOIN", + "conference_participation", + "AS", + "T2", + "JOIN", + "conference", + "AS", + "T3", + "ON", + "T1.staff_id", + "=", + "T2.staff_id", + "AND", + "T2.conference_id", + "=", + "T3.conference_id", + "WHERE", + "T3.Conference_name", + "=", + "'Naccl", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "staff", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "join", + "conference", + "as", + "t3", + "on", + "t1", + ".", + "staff_id", + "=", + "t2", + ".", + "staff_id", + "and", + "t2", + ".", + "conference_id", + "=", + "t3", + ".", + "conference_id", + "where", + "t3", + ".", + "conference_name", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "name", + "from", + "staff", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "join", + "conference", + "as", + "t3", + "on", + "t1", + ".", + "staff_id", + "=", + "t2", + ".", + "staff_id", + "and", + "t2", + ".", + "conference_id", + "=", + "t3", + ".", + "conference_id", + "where", + "t3", + ".", + "conference_name", + "=", + "value" + ], + "question": "What are the names of everbody who has participated in both the ACL and NACCL conferences?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "everbody", + "who", + "has", + "participated", + "in", + "both", + "the", + "ACL", + "and", + "NACCL", + "conferences", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Naccl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT DISTINCT T1.name FROM staff AS T1 JOIN conference_participation AS T2 JOIN Conference AS T3 ON T1.staff_id = T2.staff_id AND T2.conference_id = T3.conference_id WHERE T3.year = 2003 OR T3.year = 2004", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.name", + "FROM", + "staff", + "AS", + "T1", + "JOIN", + "conference_participation", + "AS", + "T2", + "JOIN", + "Conference", + "AS", + "T3", + "ON", + "T1.staff_id", + "=", + "T2.staff_id", + "AND", + "T2.conference_id", + "=", + "T3.conference_id", + "WHERE", + "T3.year", + "=", + "2003", + "OR", + "T3.year", + "=", + "2004" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + "from", + "staff", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "join", + "conference", + "as", + "t3", + "on", + "t1", + ".", + "staff_id", + "=", + "t2", + ".", + "staff_id", + "and", + "t2", + ".", + "conference_id", + "=", + "t3", + ".", + "conference_id", + "where", + "t3", + ".", + "year", + "=", + "value", + "or", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "Show all staff names who attend a conference in 2003 or 2004.", + "question_toks": [ + "Show", + "all", + "staff", + "names", + "who", + "attend", + "a", + "conference", + "in", + "2003", + "or", + "2004", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 2003.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 2004.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT DISTINCT T1.name FROM staff AS T1 JOIN conference_participation AS T2 JOIN Conference AS T3 ON T1.staff_id = T2.staff_id AND T2.conference_id = T3.conference_id WHERE T3.year = 2003 OR T3.year = 2004", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.name", + "FROM", + "staff", + "AS", + "T1", + "JOIN", + "conference_participation", + "AS", + "T2", + "JOIN", + "Conference", + "AS", + "T3", + "ON", + "T1.staff_id", + "=", + "T2.staff_id", + "AND", + "T2.conference_id", + "=", + "T3.conference_id", + "WHERE", + "T3.year", + "=", + "2003", + "OR", + "T3.year", + "=", + "2004" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "name", + "from", + "staff", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "join", + "conference", + "as", + "t3", + "on", + "t1", + ".", + "staff_id", + "=", + "t2", + ".", + "staff_id", + "and", + "t2", + ".", + "conference_id", + "=", + "t3", + ".", + "conference_id", + "where", + "t3", + ".", + "year", + "=", + "value", + "or", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "What are the staff names who participated in conferences between 2003 or 2004?", + "question_toks": [ + "What", + "are", + "the", + "staff", + "names", + "who", + "participated", + "in", + "conferences", + "between", + "2003", + "or", + "2004", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 2003.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 2004.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT T1.conference_name , T1.year , count(*) FROM Conference AS T1 JOIN Conference_participation AS T2 ON T1.conference_id = T2.conference_id GROUP BY T2.conference_id", + "query_toks": [ + "SELECT", + "T1.conference_name", + ",", + "T1.year", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Conference", + "AS", + "T1", + "JOIN", + "Conference_participation", + "AS", + "T2", + "ON", + "T1.conference_id", + "=", + "T2.conference_id", + "GROUP", + "BY", + "T2.conference_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "conference_name", + ",", + "t1", + ".", + "year", + ",", + "count", + "(", + "*", + ")", + "from", + "conference", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "on", + "t1", + ".", + "conference_id", + "=", + "t2", + ".", + "conference_id", + "group", + "by", + "t2", + ".", + "conference_id" + ], + "question": "Show the conference name and year and the number of participants for each conference.", + "question_toks": [ + "Show", + "the", + "conference", + "name", + "and", + "year", + "and", + "the", + "number", + "of", + "participants", + "for", + "each", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT T1.conference_name , T1.year , count(*) FROM Conference AS T1 JOIN Conference_participation AS T2 ON T1.conference_id = T2.conference_id GROUP BY T2.conference_id", + "query_toks": [ + "SELECT", + "T1.conference_name", + ",", + "T1.year", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Conference", + "AS", + "T1", + "JOIN", + "Conference_participation", + "AS", + "T2", + "ON", + "T1.conference_id", + "=", + "T2.conference_id", + "GROUP", + "BY", + "T2.conference_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "conference_name", + ",", + "t1", + ".", + "year", + ",", + "count", + "(", + "*", + ")", + "from", + "conference", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "on", + "t1", + ".", + "conference_id", + "=", + "t2", + ".", + "conference_id", + "group", + "by", + "t2", + ".", + "conference_id" + ], + "question": "For each conference id, what are their names, year, and number of participants?", + "question_toks": [ + "For", + "each", + "conference", + "id", + ",", + "what", + "are", + "their", + "names", + ",", + "year", + ",", + "and", + "number", + "of", + "participants", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT T1.conference_name FROM Conference AS T1 JOIN Conference_participation AS T2 ON T1.conference_id = T2.conference_id GROUP BY T2.conference_id ORDER BY count(*) DESC LIMIT 2", + "query_toks": [ + "SELECT", + "T1.conference_name", + "FROM", + "Conference", + "AS", + "T1", + "JOIN", + "Conference_participation", + "AS", + "T2", + "ON", + "T1.conference_id", + "=", + "T2.conference_id", + "GROUP", + "BY", + "T2.conference_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "conference_name", + "from", + "conference", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "on", + "t1", + ".", + "conference_id", + "=", + "t2", + ".", + "conference_id", + "group", + "by", + "t2", + ".", + "conference_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the name of the conferences that have the top 2 most number of attendants.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "conferences", + "that", + "have", + "the", + "top", + "2", + "most", + "number", + "of", + "attendants", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 2, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT T1.conference_name FROM Conference AS T1 JOIN Conference_participation AS T2 ON T1.conference_id = T2.conference_id GROUP BY T2.conference_id ORDER BY count(*) DESC LIMIT 2", + "query_toks": [ + "SELECT", + "T1.conference_name", + "FROM", + "Conference", + "AS", + "T1", + "JOIN", + "Conference_participation", + "AS", + "T2", + "ON", + "T1.conference_id", + "=", + "T2.conference_id", + "GROUP", + "BY", + "T2.conference_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "conference_name", + "from", + "conference", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "on", + "t1", + ".", + "conference_id", + "=", + "t2", + ".", + "conference_id", + "group", + "by", + "t2", + ".", + "conference_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the names of the conferences that have the top 2 most people attending?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "conferences", + "that", + "have", + "the", + "top", + "2", + "most", + "people", + "attending", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 2, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT name , nationality FROM staff WHERE staff_id NOT IN (SELECT T2.staff_id FROM Conference AS T1 JOIN Conference_participation AS T2 ON T1.conference_id = T2.conference_id WHERE T1.Conference_Name = \"ACL\")", + "query_toks": [ + "SELECT", + "name", + ",", + "nationality", + "FROM", + "staff", + "WHERE", + "staff_id", + "NOT", + "IN", + "(", + "SELECT", + "T2.staff_id", + "FROM", + "Conference", + "AS", + "T1", + "JOIN", + "Conference_participation", + "AS", + "T2", + "ON", + "T1.conference_id", + "=", + "T2.conference_id", + "WHERE", + "T1.Conference_Name", + "=", + "``", + "ACL", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "nationality", + "from", + "staff", + "where", + "staff_id", + "not", + "in", + "(", + "select", + "t2", + ".", + "staff_id", + "from", + "conference", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "on", + "t1", + ".", + "conference_id", + "=", + "t2", + ".", + "conference_id", + "where", + "t1", + ".", + "conference_name", + "=", + "value", + ")" + ], + "question": "Find the name and nationality of the people who did not participate in any ACL conference.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "nationality", + "of", + "the", + "people", + "who", + "did", + "not", + "participate", + "in", + "any", + "ACL", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT name , nationality FROM staff WHERE staff_id NOT IN (SELECT T2.staff_id FROM Conference AS T1 JOIN Conference_participation AS T2 ON T1.conference_id = T2.conference_id WHERE T1.Conference_Name = \"ACL\")", + "query_toks": [ + "SELECT", + "name", + ",", + "nationality", + "FROM", + "staff", + "WHERE", + "staff_id", + "NOT", + "IN", + "(", + "SELECT", + "T2.staff_id", + "FROM", + "Conference", + "AS", + "T1", + "JOIN", + "Conference_participation", + "AS", + "T2", + "ON", + "T1.conference_id", + "=", + "T2.conference_id", + "WHERE", + "T1.Conference_Name", + "=", + "``", + "ACL", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "nationality", + "from", + "staff", + "where", + "staff_id", + "not", + "in", + "(", + "select", + "t2", + ".", + "staff_id", + "from", + "conference", + "as", + "t1", + "join", + "conference_participation", + "as", + "t2", + "on", + "t1", + ".", + "conference_id", + "=", + "t2", + ".", + "conference_id", + "where", + "t1", + ".", + "conference_name", + "=", + "value", + ")" + ], + "question": "What are the names and nationalities of the people who did not participate in any ACL conferences?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "nationalities", + "of", + "the", + "people", + "who", + "did", + "not", + "participate", + "in", + "any", + "ACL", + "conferences", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT T1.Institution_Name , T1.location FROM institution AS T1 JOIN staff AS T2 ON T1.institution_id = T2.institution_id WHERE T2.staff_id NOT IN (SELECT T4.staff_id FROM Conference AS T3 JOIN Conference_participation AS T4 ON T3.conference_id = T4.conference_id WHERE T3.year = 2004)", + "query_toks": [ + "SELECT", + "T1.Institution_Name", + ",", + "T1.location", + "FROM", + "institution", + "AS", + "T1", + "JOIN", + "staff", + "AS", + "T2", + "ON", + "T1.institution_id", + "=", + "T2.institution_id", + "WHERE", + "T2.staff_id", + "NOT", + "IN", + "(", + "SELECT", + "T4.staff_id", + "FROM", + "Conference", + "AS", + "T3", + "JOIN", + "Conference_participation", + "AS", + "T4", + "ON", + "T3.conference_id", + "=", + "T4.conference_id", + "WHERE", + "T3.year", + "=", + "2004", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "institution_name", + ",", + "t1", + ".", + "location", + "from", + "institution", + "as", + "t1", + "join", + "staff", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id", + "where", + "t2", + ".", + "staff_id", + "not", + "in", + "(", + "select", + "t4", + ".", + "staff_id", + "from", + "conference", + "as", + "t3", + "join", + "conference_participation", + "as", + "t4", + "on", + "t3", + ".", + "conference_id", + "=", + "t4", + ".", + "conference_id", + "where", + "t3", + ".", + "year", + "=", + "value", + ")" + ], + "question": "Find the name and location of the universities that did not have any staff participated in any conference in 2004.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "location", + "of", + "the", + "universities", + "that", + "did", + "not", + "have", + "any", + "staff", + "participated", + "in", + "any", + "conference", + "in", + "2004", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 2004.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "conference", + "query": "SELECT T1.Institution_Name , T1.location FROM institution AS T1 JOIN staff AS T2 ON T1.institution_id = T2.institution_id WHERE T2.staff_id NOT IN (SELECT T4.staff_id FROM Conference AS T3 JOIN Conference_participation AS T4 ON T3.conference_id = T4.conference_id WHERE T3.year = 2004)", + "query_toks": [ + "SELECT", + "T1.Institution_Name", + ",", + "T1.location", + "FROM", + "institution", + "AS", + "T1", + "JOIN", + "staff", + "AS", + "T2", + "ON", + "T1.institution_id", + "=", + "T2.institution_id", + "WHERE", + "T2.staff_id", + "NOT", + "IN", + "(", + "SELECT", + "T4.staff_id", + "FROM", + "Conference", + "AS", + "T3", + "JOIN", + "Conference_participation", + "AS", + "T4", + "ON", + "T3.conference_id", + "=", + "T4.conference_id", + "WHERE", + "T3.year", + "=", + "2004", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "institution_name", + ",", + "t1", + ".", + "location", + "from", + "institution", + "as", + "t1", + "join", + "staff", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id", + "where", + "t2", + ".", + "staff_id", + "not", + "in", + "(", + "select", + "t4", + ".", + "staff_id", + "from", + "conference", + "as", + "t3", + "join", + "conference_participation", + "as", + "t4", + "on", + "t3", + ".", + "conference_id", + "=", + "t4", + ".", + "conference_id", + "where", + "t3", + ".", + "year", + "=", + "value", + ")" + ], + "question": "What are the names and locations of the universities that did not have any staff participating in any conferences in 2004?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "locations", + "of", + "the", + "universities", + "that", + "did", + "not", + "have", + "any", + "staff", + "participating", + "in", + "any", + "conferences", + "in", + "2004", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 2004.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM PilotSkills ORDER BY age DESC LIMIT 1", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "PilotSkills", + "ORDER", + "BY", + "age", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "order", + "by", + "age", + "desc", + "limit", + "value" + ], + "question": "What is the name of the oldest pilot?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "oldest", + "pilot", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM PilotSkills ORDER BY age DESC LIMIT 1", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "PilotSkills", + "ORDER", + "BY", + "age", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "order", + "by", + "age", + "desc", + "limit", + "value" + ], + "question": "Return the name of the oldest pilot.", + "question_toks": [ + "Return", + "the", + "name", + "of", + "the", + "oldest", + "pilot", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM PilotSkills WHERE age < (SELECT avg(age) FROM PilotSkills) ORDER BY age", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "PilotSkills", + "WHERE", + "age", + "<", + "(", + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "PilotSkills", + ")", + "ORDER", + "BY", + "age" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "age", + "<", + "(", + "select", + "avg", + "(", + "age", + ")", + "from", + "pilotskills", + ")", + "order", + "by", + "age" + ], + "question": "What are the names of pilots whose age is below the average age, ordered by age?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "pilots", + "whose", + "age", + "is", + "below", + "the", + "average", + "age", + ",", + "ordered", + "by", + "age", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM PilotSkills WHERE age < (SELECT avg(age) FROM PilotSkills) ORDER BY age", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "PilotSkills", + "WHERE", + "age", + "<", + "(", + "SELECT", + "avg", + "(", + "age", + ")", + "FROM", + "PilotSkills", + ")", + "ORDER", + "BY", + "age" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "age", + "<", + "(", + "select", + "avg", + "(", + "age", + ")", + "from", + "pilotskills", + ")", + "order", + "by", + "age" + ], + "question": "Return the names of pilots who are younger than average, ordered by age ascending.", + "question_toks": [ + "Return", + "the", + "names", + "of", + "pilots", + "who", + "are", + "younger", + "than", + "average", + ",", + "ordered", + "by", + "age", + "ascending", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT * FROM PilotSkills WHERE age < 30", + "query_toks": [ + "SELECT", + "*", + "FROM", + "PilotSkills", + "WHERE", + "age", + "<", + "30" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "pilotskills", + "where", + "age", + "<", + "value" + ], + "question": "Find all information of on pilots whose age is less than 30.", + "question_toks": [ + "Find", + "all", + "information", + "of", + "on", + "pilots", + "whose", + "age", + "is", + "less", + "than", + "30", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "select * from pilotskills where age < 30", + "query_toks": [ + "select", + "*", + "from", + "pilotskills", + "where", + "age", + "<", + "30" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "pilotskills", + "where", + "age", + "<", + "value" + ], + "question": "What is all the information about pilots who are younger than 30 ?", + "question_toks": [ + "What", + "is", + "all", + "the", + "information", + "about", + "pilots", + "who", + "are", + "younger", + "than", + "30", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM PilotSkills WHERE age < 35 AND plane_name = 'Piper Cub'", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "PilotSkills", + "WHERE", + "age", + "<", + "35", + "AND", + "plane_name", + "=", + "'Piper", + "Cub", + "'" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "age", + "<", + "value", + "and", + "plane_name", + "=", + "value" + ], + "question": "Find the names of all pilots who have a plane named Piper Cub and is under 35.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "all", + "pilots", + "who", + "have", + "a", + "plane", + "named", + "Piper", + "Cub", + "and", + "is", + "under", + "35", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 35.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM PilotSkills WHERE age < 35 AND plane_name = 'Piper Cub'", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "PilotSkills", + "WHERE", + "age", + "<", + "35", + "AND", + "plane_name", + "=", + "'Piper", + "Cub", + "'" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "age", + "<", + "value", + "and", + "plane_name", + "=", + "value" + ], + "question": "What are the names of pilots who are younger than 35 and have a plane named Piper Cub?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "pilots", + "who", + "are", + "younger", + "than", + "35", + "and", + "have", + "a", + "plane", + "named", + "Piper", + "Cub", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 35.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT LOCATION FROM hangar WHERE plane_name = 'F-14 Fighter'", + "query_toks": [ + "SELECT", + "LOCATION", + "FROM", + "hangar", + "WHERE", + "plane_name", + "=", + "'F-14", + "Fighter", + "'" + ], + "query_toks_no_value": [ + "select", + "location", + "from", + "hangar", + "where", + "plane_name", + "=", + "value" + ], + "question": "Where is the plane F-14 Fighter located?", + "question_toks": [ + "Where", + "is", + "the", + "plane", + "F-14", + "Fighter", + "located", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"F-14 Fighter\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT LOCATION FROM hangar WHERE plane_name = 'F-14 Fighter'", + "query_toks": [ + "SELECT", + "LOCATION", + "FROM", + "hangar", + "WHERE", + "plane_name", + "=", + "'F-14", + "Fighter", + "'" + ], + "query_toks_no_value": [ + "select", + "location", + "from", + "hangar", + "where", + "plane_name", + "=", + "value" + ], + "question": "Return the location of the hangar in which F-14 Fighter is located.", + "question_toks": [ + "Return", + "the", + "location", + "of", + "the", + "hangar", + "in", + "which", + "F-14", + "Fighter", + "is", + "located", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"F-14 Fighter\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(DISTINCT LOCATION) FROM hangar", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "LOCATION", + ")", + "FROM", + "hangar" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "location", + ")", + "from", + "hangar" + ], + "question": "How many different places have some plane?", + "question_toks": [ + "How", + "many", + "different", + "places", + "have", + "some", + "plane", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 5, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(DISTINCT LOCATION) FROM hangar", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "LOCATION", + ")", + "FROM", + "hangar" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "location", + ")", + "from", + "hangar" + ], + "question": "Count the number of different locations of hangars.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "different", + "locations", + "of", + "hangars", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 5, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT plane_name FROM pilotskills WHERE pilot_name = 'Jones' AND age = 32", + "query_toks": [ + "SELECT", + "plane_name", + "FROM", + "pilotskills", + "WHERE", + "pilot_name", + "=", + "'Jones", + "'", + "AND", + "age", + "=", + "32" + ], + "query_toks_no_value": [ + "select", + "plane_name", + "from", + "pilotskills", + "where", + "pilot_name", + "=", + "value", + "and", + "age", + "=", + "value" + ], + "question": "Which plane does the pilot Jones with age 32 has?", + "question_toks": [ + "Which", + "plane", + "does", + "the", + "pilot", + "Jones", + "with", + "age", + "32", + "has", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"Jones\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 32.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT plane_name FROM pilotskills WHERE pilot_name = 'Jones' AND age = 32", + "query_toks": [ + "SELECT", + "plane_name", + "FROM", + "pilotskills", + "WHERE", + "pilot_name", + "=", + "'Jones", + "'", + "AND", + "age", + "=", + "32" + ], + "query_toks_no_value": [ + "select", + "plane_name", + "from", + "pilotskills", + "where", + "pilot_name", + "=", + "value", + "and", + "age", + "=", + "value" + ], + "question": "What are the names of planes that the pilot Jones who is 32 has?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "planes", + "that", + "the", + "pilot", + "Jones", + "who", + "is", + "32", + "has", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"Jones\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 32.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(*) FROM pilotskills WHERE age > 40", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "pilotskills", + "WHERE", + "age", + ">", + "40" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "pilotskills", + "where", + "age", + ">", + "value" + ], + "question": "How many pilots who are older than 40?", + "question_toks": [ + "How", + "many", + "pilots", + "who", + "are", + "older", + "than", + "40", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 40.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(*) FROM pilotskills WHERE age > 40", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "pilotskills", + "WHERE", + "age", + ">", + "40" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "pilotskills", + "where", + "age", + ">", + "value" + ], + "question": "Count the number of pilots with age greater than 40.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "pilots", + "with", + "age", + "greater", + "than", + "40", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 40.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(*) FROM pilotskills WHERE age < 35 AND plane_name = 'B-52 Bomber'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "pilotskills", + "WHERE", + "age", + "<", + "35", + "AND", + "plane_name", + "=", + "'B-52", + "Bomber", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "pilotskills", + "where", + "age", + "<", + "value", + "and", + "plane_name", + "=", + "value" + ], + "question": "How many plane B-52 Bomber owned by the pilot who is under 35?", + "question_toks": [ + "How", + "many", + "plane", + "B-52", + "Bomber", + "owned", + "by", + "the", + "pilot", + "who", + "is", + "under", + "35", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 35.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"B-52 Bomber\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(*) FROM pilotskills WHERE age < 35 AND plane_name = 'B-52 Bomber'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "pilotskills", + "WHERE", + "age", + "<", + "35", + "AND", + "plane_name", + "=", + "'B-52", + "Bomber", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "pilotskills", + "where", + "age", + "<", + "value", + "and", + "plane_name", + "=", + "value" + ], + "question": "Count the number of B-52 Bombers owned by pilots under 35.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "B-52", + "Bombers", + "owned", + "by", + "pilots", + "under", + "35", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 35.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"B-52 Bomber\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' ORDER BY age LIMIT 1", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'Piper", + "Cub", + "'", + "ORDER", + "BY", + "age", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + "order", + "by", + "age", + "limit", + "value" + ], + "question": "Who is the youngest pilot to fly the plane Piper Cub?", + "question_toks": [ + "Who", + "is", + "the", + "youngest", + "pilot", + "to", + "fly", + "the", + "plane", + "Piper", + "Cub", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' ORDER BY age LIMIT 1", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'Piper", + "Cub", + "'", + "ORDER", + "BY", + "age", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + "order", + "by", + "age", + "limit", + "value" + ], + "question": "Return the name of the youngest pilot to fly Piper Cub.", + "question_toks": [ + "Return", + "the", + "name", + "of", + "the", + "youngest", + "pilot", + "to", + "fly", + "Piper", + "Cub", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT plane_name FROM pilotskills GROUP BY plane_name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "plane_name", + "FROM", + "pilotskills", + "GROUP", + "BY", + "plane_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "plane_name", + "from", + "pilotskills", + "group", + "by", + "plane_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the most popular plane?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "most", + "popular", + "plane", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT plane_name FROM pilotskills GROUP BY plane_name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "plane_name", + "FROM", + "pilotskills", + "GROUP", + "BY", + "plane_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "plane_name", + "from", + "pilotskills", + "group", + "by", + "plane_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the plane that is flown the most often?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "plane", + "that", + "is", + "flown", + "the", + "most", + "often", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT plane_name FROM pilotskills GROUP BY plane_name ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "plane_name", + "FROM", + "pilotskills", + "GROUP", + "BY", + "plane_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "plane_name", + "from", + "pilotskills", + "group", + "by", + "plane_name", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "What is the name of the least popular plane?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "least", + "popular", + "plane", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT plane_name FROM pilotskills GROUP BY plane_name ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "plane_name", + "FROM", + "pilotskills", + "GROUP", + "BY", + "plane_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "plane_name", + "from", + "pilotskills", + "group", + "by", + "plane_name", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "What is the name of the plane that is flown the least often?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "plane", + "that", + "is", + "flown", + "the", + "least", + "often", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT \tcount(DISTINCT T1.pilot_name) FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.location = 'Chicago'", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T1.pilot_name", + ")", + "FROM", + "pilotskills", + "AS", + "T1", + "JOIN", + "hangar", + "AS", + "T2", + "ON", + "T1.plane_name", + "=", + "T2.plane_name", + "WHERE", + "T2.location", + "=", + "'Chicago", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "pilot_name", + ")", + "from", + "pilotskills", + "as", + "t1", + "join", + "hangar", + "as", + "t2", + "on", + "t1", + ".", + "plane_name", + "=", + "t2", + ".", + "plane_name", + "where", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "How many pilots whose planes are in Chicago?", + "question_toks": [ + "How", + "many", + "pilots", + "whose", + "planes", + "are", + "in", + "Chicago", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Chicago\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT \tcount(DISTINCT T1.pilot_name) FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.location = 'Chicago'", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T1.pilot_name", + ")", + "FROM", + "pilotskills", + "AS", + "T1", + "JOIN", + "hangar", + "AS", + "T2", + "ON", + "T1.plane_name", + "=", + "T2.plane_name", + "WHERE", + "T2.location", + "=", + "'Chicago", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "pilot_name", + ")", + "from", + "pilotskills", + "as", + "t1", + "join", + "hangar", + "as", + "t2", + "on", + "t1", + ".", + "plane_name", + "=", + "t2", + ".", + "plane_name", + "where", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "Count the number of pilots who have planes in Chicago.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "pilots", + "who", + "have", + "planes", + "in", + "Chicago", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Chicago\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT plane_name FROM pilotskills WHERE pilot_name = 'Smith' AND age = 41", + "query_toks": [ + "SELECT", + "plane_name", + "FROM", + "pilotskills", + "WHERE", + "pilot_name", + "=", + "'Smith", + "'", + "AND", + "age", + "=", + "41" + ], + "query_toks_no_value": [ + "select", + "plane_name", + "from", + "pilotskills", + "where", + "pilot_name", + "=", + "value", + "and", + "age", + "=", + "value" + ], + "question": "What are the planes owned by pilot Smith with age 41?", + "question_toks": [ + "What", + "are", + "the", + "planes", + "owned", + "by", + "pilot", + "Smith", + "with", + "age", + "41", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"Smith\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 41.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT plane_name FROM pilotskills WHERE pilot_name = 'Smith' AND age = 41", + "query_toks": [ + "SELECT", + "plane_name", + "FROM", + "pilotskills", + "WHERE", + "pilot_name", + "=", + "'Smith", + "'", + "AND", + "age", + "=", + "41" + ], + "query_toks_no_value": [ + "select", + "plane_name", + "from", + "pilotskills", + "where", + "pilot_name", + "=", + "value", + "and", + "age", + "=", + "value" + ], + "question": "Return the names of planes owned by the pilot whose name is Smith and is 41 years old.", + "question_toks": [ + "Return", + "the", + "names", + "of", + "planes", + "owned", + "by", + "the", + "pilot", + "whose", + "name", + "is", + "Smith", + "and", + "is", + "41", + "years", + "old", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"Smith\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 41.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(DISTINCT plane_name) FROM pilotskills", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "plane_name", + ")", + "FROM", + "pilotskills" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "plane_name", + ")", + "from", + "pilotskills" + ], + "question": "How many distinct planes are owned across all pilots?", + "question_toks": [ + "How", + "many", + "distinct", + "planes", + "are", + "owned", + "across", + "all", + "pilots", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 2, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(DISTINCT plane_name) FROM pilotskills", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "plane_name", + ")", + "FROM", + "pilotskills" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "plane_name", + ")", + "from", + "pilotskills" + ], + "question": "Count the number of different plane names across all pilots.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "different", + "plane", + "names", + "across", + "all", + "pilots", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 2, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(plane_name) FROM pilotskills WHERE pilot_name = 'Smith'", + "query_toks": [ + "SELECT", + "count", + "(", + "plane_name", + ")", + "FROM", + "pilotskills", + "WHERE", + "pilot_name", + "=", + "'Smith", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "plane_name", + ")", + "from", + "pilotskills", + "where", + "pilot_name", + "=", + "value" + ], + "question": "How many planes are owned by the pilot whose name is Smith?", + "question_toks": [ + "How", + "many", + "planes", + "are", + "owned", + "by", + "the", + "pilot", + "whose", + "name", + "is", + "Smith", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(plane_name) FROM pilotskills WHERE pilot_name = 'Smith'", + "query_toks": [ + "SELECT", + "count", + "(", + "plane_name", + ")", + "FROM", + "pilotskills", + "WHERE", + "pilot_name", + "=", + "'Smith", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "plane_name", + ")", + "from", + "pilotskills", + "where", + "pilot_name", + "=", + "value" + ], + "question": "Count the number of planes Smith owns.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "planes", + "Smith", + "owns", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(plane_name) FROM pilotskills WHERE age > 40", + "query_toks": [ + "SELECT", + "count", + "(", + "plane_name", + ")", + "FROM", + "pilotskills", + "WHERE", + "age", + ">", + "40" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "plane_name", + ")", + "from", + "pilotskills", + "where", + "age", + ">", + "value" + ], + "question": "How many planes are controlled by the pilots whose age is older than 40?", + "question_toks": [ + "How", + "many", + "planes", + "are", + "controlled", + "by", + "the", + "pilots", + "whose", + "age", + "is", + "older", + "than", + "40", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 40.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(plane_name) FROM pilotskills WHERE age > 40", + "query_toks": [ + "SELECT", + "count", + "(", + "plane_name", + ")", + "FROM", + "pilotskills", + "WHERE", + "age", + ">", + "40" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "plane_name", + ")", + "from", + "pilotskills", + "where", + "age", + ">", + "value" + ], + "question": "Count the number of planes flown by pilots older than 40.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "planes", + "flown", + "by", + "pilots", + "older", + "than", + "40", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 40.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM pilotskills WHERE age BETWEEN 30 AND 40 ORDER BY age", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "age", + "BETWEEN", + "30", + "AND", + "40", + "ORDER", + "BY", + "age" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "age", + "between", + "value", + "and", + "value", + "order", + "by", + "age" + ], + "question": "Find the names of all pilots with age between 30 and 40 sorted by their ages in ascending order.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "all", + "pilots", + "with", + "age", + "between", + "30", + "and", + "40", + "sorted", + "by", + "their", + "ages", + "in", + "ascending", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 30.0, + 40.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM pilotskills WHERE age BETWEEN 30 AND 40 ORDER BY age", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "age", + "BETWEEN", + "30", + "AND", + "40", + "ORDER", + "BY", + "age" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "age", + "between", + "value", + "and", + "value", + "order", + "by", + "age" + ], + "question": "What are the names of pilots between the ages of 30 and 40, ordered by age ascending?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "pilots", + "between", + "the", + "ages", + "of", + "30", + "and", + "40", + ",", + "ordered", + "by", + "age", + "ascending", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 30.0, + 40.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM pilotskills ORDER BY age DESC", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "ORDER", + "BY", + "age", + "DESC" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "order", + "by", + "age", + "desc" + ], + "question": "List all pilot names sorted by their ages in the descending order.", + "question_toks": [ + "List", + "all", + "pilot", + "names", + "sorted", + "by", + "their", + "ages", + "in", + "the", + "descending", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM pilotskills ORDER BY age DESC", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "ORDER", + "BY", + "age", + "DESC" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "order", + "by", + "age", + "desc" + ], + "question": "What are the names of pilots, ordered by age descending?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "pilots", + ",", + "ordered", + "by", + "age", + "descending", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT LOCATION FROM hangar ORDER BY plane_name", + "query_toks": [ + "SELECT", + "LOCATION", + "FROM", + "hangar", + "ORDER", + "BY", + "plane_name" + ], + "query_toks_no_value": [ + "select", + "location", + "from", + "hangar", + "order", + "by", + "plane_name" + ], + "question": "Find all locations of planes sorted by the plane name.", + "question_toks": [ + "Find", + "all", + "locations", + "of", + "planes", + "sorted", + "by", + "the", + "plane", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT LOCATION FROM hangar ORDER BY plane_name", + "query_toks": [ + "SELECT", + "LOCATION", + "FROM", + "hangar", + "ORDER", + "BY", + "plane_name" + ], + "query_toks_no_value": [ + "select", + "location", + "from", + "hangar", + "order", + "by", + "plane_name" + ], + "question": "What are the locations of the different planes, ordered by plane name?", + "question_toks": [ + "What", + "are", + "the", + "locations", + "of", + "the", + "different", + "planes", + ",", + "ordered", + "by", + "plane", + "name", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT DISTINCT plane_name FROM pilotskills ORDER BY plane_name", + "query_toks": [ + "SELECT", + "DISTINCT", + "plane_name", + "FROM", + "pilotskills", + "ORDER", + "BY", + "plane_name" + ], + "query_toks_no_value": [ + "select", + "distinct", + "plane_name", + "from", + "pilotskills", + "order", + "by", + "plane_name" + ], + "question": "List all distinct types of planes owned by all pilots in alphabetic order?", + "question_toks": [ + "List", + "all", + "distinct", + "types", + "of", + "planes", + "owned", + "by", + "all", + "pilots", + "in", + "alphabetic", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT DISTINCT plane_name FROM pilotskills ORDER BY plane_name", + "query_toks": [ + "SELECT", + "DISTINCT", + "plane_name", + "FROM", + "pilotskills", + "ORDER", + "BY", + "plane_name" + ], + "query_toks_no_value": [ + "select", + "distinct", + "plane_name", + "from", + "pilotskills", + "order", + "by", + "plane_name" + ], + "question": "What are the different plane names, ordered alphabetically?", + "question_toks": [ + "What", + "are", + "the", + "different", + "plane", + "names", + ",", + "ordered", + "alphabetically", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(pilot_name) FROM pilotskills ORDER BY age > 40 OR age < 30", + "query_toks": [ + "SELECT", + "count", + "(", + "pilot_name", + ")", + "FROM", + "pilotskills", + "ORDER", + "BY", + "age", + ">", + "40", + "OR", + "age", + "<", + "30" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "pilot_name", + ")", + "from", + "pilotskills", + "order", + "by", + "age", + ">", + "value", + "or", + "age", + "<", + "value" + ], + "question": "How many pilots who are older than 40 or younger than 30?", + "question_toks": [ + "How", + "many", + "pilots", + "who", + "are", + "older", + "than", + "40", + "or", + "younger", + "than", + "30", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(pilot_name) FROM pilotskills ORDER BY age > 40 OR age < 30", + "query_toks": [ + "SELECT", + "count", + "(", + "pilot_name", + ")", + "FROM", + "pilotskills", + "ORDER", + "BY", + "age", + ">", + "40", + "OR", + "age", + "<", + "30" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "pilot_name", + ")", + "from", + "pilotskills", + "order", + "by", + "age", + ">", + "value", + "or", + "age", + "<", + "value" + ], + "question": "Count the number of pilots with age greater than 40 or less than 30.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "pilots", + "with", + "age", + "greater", + "than", + "40", + "or", + "less", + "than", + "30", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name , age FROM pilotskills WHERE plane_name = 'Piper Cub' AND age > 35 UNION SELECT pilot_name , age FROM pilotskills WHERE plane_name = 'F-14 Fighter' AND age < 30", + "query_toks": [ + "SELECT", + "pilot_name", + ",", + "age", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'Piper", + "Cub", + "'", + "AND", + "age", + ">", + "35", + "UNION", + "SELECT", + "pilot_name", + ",", + "age", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'F-14", + "Fighter", + "'", + "AND", + "age", + "<", + "30" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + ",", + "age", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + "and", + "age", + ">", + "value", + "union", + "select", + "pilot_name", + ",", + "age", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + "and", + "age", + "<", + "value" + ], + "question": "What are the names and ages of pilots who own plane Piper Cub and are older than 35, or have F-14 Fighter and are younger than 30?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "ages", + "of", + "pilots", + "who", + "own", + "plane", + "Piper", + "Cub", + "and", + "are", + "older", + "than", + "35", + ",", + "or", + "have", + "F-14", + "Fighter", + "and", + "are", + "younger", + "than", + "30", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 35.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"F-14 Fighter\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name , age FROM pilotskills WHERE plane_name = 'Piper Cub' AND age > 35 UNION SELECT pilot_name , age FROM pilotskills WHERE plane_name = 'F-14 Fighter' AND age < 30", + "query_toks": [ + "SELECT", + "pilot_name", + ",", + "age", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'Piper", + "Cub", + "'", + "AND", + "age", + ">", + "35", + "UNION", + "SELECT", + "pilot_name", + ",", + "age", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'F-14", + "Fighter", + "'", + "AND", + "age", + "<", + "30" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + ",", + "age", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + "and", + "age", + ">", + "value", + "union", + "select", + "pilot_name", + ",", + "age", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + "and", + "age", + "<", + "value" + ], + "question": "Return the names and ages of pilors who have flown Piper Cub and are older than 35, or have flown the F-14 Fighter and are younger than 30.", + "question_toks": [ + "Return", + "the", + "names", + "and", + "ages", + "of", + "pilors", + "who", + "have", + "flown", + "Piper", + "Cub", + "and", + "are", + "older", + "than", + "35", + ",", + "or", + "have", + "flown", + "the", + "F-14", + "Fighter", + "and", + "are", + "younger", + "than", + "30", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 35.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"F-14 Fighter\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' EXCEPT SELECT pilot_name FROM pilotskills WHERE plane_name = 'B-52 Bomber'", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'Piper", + "Cub", + "'", + "EXCEPT", + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'B-52", + "Bomber", + "'" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + "except", + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value" + ], + "question": "Find pilots who own plane Piper Cub but not B-52 Bomber.", + "question_toks": [ + "Find", + "pilots", + "who", + "own", + "plane", + "Piper", + "Cub", + "but", + "not", + "B-52", + "Bomber", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"B-52 Bomber\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' EXCEPT SELECT pilot_name FROM pilotskills WHERE plane_name = 'B-52 Bomber'", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'Piper", + "Cub", + "'", + "EXCEPT", + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'B-52", + "Bomber", + "'" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + "except", + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value" + ], + "question": "What are the names of pilots who have flown Piper Cub but not the B-52 Bomber?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "pilots", + "who", + "have", + "flown", + "Piper", + "Cub", + "but", + "not", + "the", + "B-52", + "Bomber", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"B-52 Bomber\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' INTERSECT SELECT pilot_name FROM pilotskills WHERE plane_name = 'B-52 Bomber'", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'Piper", + "Cub", + "'", + "INTERSECT", + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'B-52", + "Bomber", + "'" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + "intersect", + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value" + ], + "question": "Find pilots who own planes Piper Cub and B-52 Bomber.", + "question_toks": [ + "Find", + "pilots", + "who", + "own", + "planes", + "Piper", + "Cub", + "and", + "B-52", + "Bomber", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"B-52 Bomber\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' INTERSECT SELECT pilot_name FROM pilotskills WHERE plane_name = 'B-52 Bomber'", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'Piper", + "Cub", + "'", + "INTERSECT", + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'B-52", + "Bomber", + "'" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + "intersect", + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value" + ], + "question": "What are the names of pilots who own both Piper Cub and the B-52 Bomber?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "pilots", + "who", + "own", + "both", + "Piper", + "Cub", + "and", + "the", + "B-52", + "Bomber", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"B-52 Bomber\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT avg(age) , min(age) FROM pilotskills", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + ",", + "min", + "(", + "age", + ")", + "FROM", + "pilotskills" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + ",", + "min", + "(", + "age", + ")", + "from", + "pilotskills" + ], + "question": "What are the average and smallest ages of all pilots?", + "question_toks": [ + "What", + "are", + "the", + "average", + "and", + "smallest", + "ages", + "of", + "all", + "pilots", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT avg(age) , min(age) FROM pilotskills", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + ",", + "min", + "(", + "age", + ")", + "FROM", + "pilotskills" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + ",", + "min", + "(", + "age", + ")", + "from", + "pilotskills" + ], + "question": "Return the average and minimum ages across all pilots.", + "question_toks": [ + "Return", + "the", + "average", + "and", + "minimum", + "ages", + "across", + "all", + "pilots", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT T1.pilot_name FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.location = \"Austin\" INTERSECT SELECT T1.pilot_name FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.LOCATION = \"Boston\"", + "query_toks": [ + "SELECT", + "T1.pilot_name", + "FROM", + "pilotskills", + "AS", + "T1", + "JOIN", + "hangar", + "AS", + "T2", + "ON", + "T1.plane_name", + "=", + "T2.plane_name", + "WHERE", + "T2.location", + "=", + "``", + "Austin", + "''", + "INTERSECT", + "SELECT", + "T1.pilot_name", + "FROM", + "pilotskills", + "AS", + "T1", + "JOIN", + "hangar", + "AS", + "T2", + "ON", + "T1.plane_name", + "=", + "T2.plane_name", + "WHERE", + "T2.LOCATION", + "=", + "``", + "Boston", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "pilot_name", + "from", + "pilotskills", + "as", + "t1", + "join", + "hangar", + "as", + "t2", + "on", + "t1", + ".", + "plane_name", + "=", + "t2", + ".", + "plane_name", + "where", + "t2", + ".", + "location", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "pilot_name", + "from", + "pilotskills", + "as", + "t1", + "join", + "hangar", + "as", + "t2", + "on", + "t1", + ".", + "plane_name", + "=", + "t2", + ".", + "plane_name", + "where", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "What are the names of pilots who have planes in both Austin and Boston?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "pilots", + "who", + "have", + "planes", + "in", + "both", + "Austin", + "and", + "Boston", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Austin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Boston\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT T1.pilot_name FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.location = \"Austin\" INTERSECT SELECT T1.pilot_name FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.LOCATION = \"Boston\"", + "query_toks": [ + "SELECT", + "T1.pilot_name", + "FROM", + "pilotskills", + "AS", + "T1", + "JOIN", + "hangar", + "AS", + "T2", + "ON", + "T1.plane_name", + "=", + "T2.plane_name", + "WHERE", + "T2.location", + "=", + "``", + "Austin", + "''", + "INTERSECT", + "SELECT", + "T1.pilot_name", + "FROM", + "pilotskills", + "AS", + "T1", + "JOIN", + "hangar", + "AS", + "T2", + "ON", + "T1.plane_name", + "=", + "T2.plane_name", + "WHERE", + "T2.LOCATION", + "=", + "``", + "Boston", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "pilot_name", + "from", + "pilotskills", + "as", + "t1", + "join", + "hangar", + "as", + "t2", + "on", + "t1", + ".", + "plane_name", + "=", + "t2", + ".", + "plane_name", + "where", + "t2", + ".", + "location", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "pilot_name", + "from", + "pilotskills", + "as", + "t1", + "join", + "hangar", + "as", + "t2", + "on", + "t1", + ".", + "plane_name", + "=", + "t2", + ".", + "plane_name", + "where", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "Give the names of pilots who have planes in Austin and Boston.", + "question_toks": [ + "Give", + "the", + "names", + "of", + "pilots", + "who", + "have", + "planes", + "in", + "Austin", + "and", + "Boston", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Austin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Boston\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' OR plane_name = 'F-14 Fighter'", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'Piper", + "Cub", + "'", + "OR", + "plane_name", + "=", + "'F-14", + "Fighter", + "'" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + "or", + "plane_name", + "=", + "value" + ], + "question": "Find the pilots who have either plane Piper Cub or plane F-14 Fighter.", + "question_toks": [ + "Find", + "the", + "pilots", + "who", + "have", + "either", + "plane", + "Piper", + "Cub", + "or", + "plane", + "F-14", + "Fighter", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"F-14 Fighter\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' OR plane_name = 'F-14 Fighter'", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'Piper", + "Cub", + "'", + "OR", + "plane_name", + "=", + "'F-14", + "Fighter", + "'" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + "or", + "plane_name", + "=", + "value" + ], + "question": "What are the names of pilots who have either the Piper Cub or the F-14 Fighter?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "pilots", + "who", + "have", + "either", + "the", + "Piper", + "Cub", + "or", + "the", + "F-14", + "Fighter", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"F-14 Fighter\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT avg(age) , plane_name FROM pilotskills GROUP BY plane_name", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + ",", + "plane_name", + "FROM", + "pilotskills", + "GROUP", + "BY", + "plane_name" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + ",", + "plane_name", + "from", + "pilotskills", + "group", + "by", + "plane_name" + ], + "question": "What is the average age of pilots for different types of planes?", + "question_toks": [ + "What", + "is", + "the", + "average", + "age", + "of", + "pilots", + "for", + "different", + "types", + "of", + "planes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT avg(age) , plane_name FROM pilotskills GROUP BY plane_name", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + ",", + "plane_name", + "FROM", + "pilotskills", + "GROUP", + "BY", + "plane_name" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + ",", + "plane_name", + "from", + "pilotskills", + "group", + "by", + "plane_name" + ], + "question": "Return the average age of pilots for each plane name.", + "question_toks": [ + "Return", + "the", + "average", + "age", + "of", + "pilots", + "for", + "each", + "plane", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(*) , plane_name FROM pilotskills GROUP BY plane_name", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "plane_name", + "FROM", + "pilotskills", + "GROUP", + "BY", + "plane_name" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "plane_name", + "from", + "pilotskills", + "group", + "by", + "plane_name" + ], + "question": "Find the number of planes for each type.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "planes", + "for", + "each", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(*) , plane_name FROM pilotskills GROUP BY plane_name", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "plane_name", + "FROM", + "pilotskills", + "GROUP", + "BY", + "plane_name" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "plane_name", + "from", + "pilotskills", + "group", + "by", + "plane_name" + ], + "question": "Count the number of entries for each plane name.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "entries", + "for", + "each", + "plane", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name , plane_name , max(age) FROM pilotskills GROUP BY plane_name ORDER BY plane_name", + "query_toks": [ + "SELECT", + "pilot_name", + ",", + "plane_name", + ",", + "max", + "(", + "age", + ")", + "FROM", + "pilotskills", + "GROUP", + "BY", + "plane_name", + "ORDER", + "BY", + "plane_name" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + ",", + "plane_name", + ",", + "max", + "(", + "age", + ")", + "from", + "pilotskills", + "group", + "by", + "plane_name", + "order", + "by", + "plane_name" + ], + "question": "Find the name of the oldest pilot for each type of plane, and order the results by plane name.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "oldest", + "pilot", + "for", + "each", + "type", + "of", + "plane", + ",", + "and", + "order", + "the", + "results", + "by", + "plane", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name , plane_name , max(age) FROM pilotskills GROUP BY plane_name ORDER BY plane_name", + "query_toks": [ + "SELECT", + "pilot_name", + ",", + "plane_name", + ",", + "max", + "(", + "age", + ")", + "FROM", + "pilotskills", + "GROUP", + "BY", + "plane_name", + "ORDER", + "BY", + "plane_name" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + ",", + "plane_name", + ",", + "max", + "(", + "age", + ")", + "from", + "pilotskills", + "group", + "by", + "plane_name", + "order", + "by", + "plane_name" + ], + "question": "What are the different plane names, and what are the names of the oldest pilot who has each, ordered by plane name?", + "question_toks": [ + "What", + "are", + "the", + "different", + "plane", + "names", + ",", + "and", + "what", + "are", + "the", + "names", + "of", + "the", + "oldest", + "pilot", + "who", + "has", + "each", + ",", + "ordered", + "by", + "plane", + "name", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name , plane_name , max(age) FROM pilotskills GROUP BY plane_name", + "query_toks": [ + "SELECT", + "pilot_name", + ",", + "plane_name", + ",", + "max", + "(", + "age", + ")", + "FROM", + "pilotskills", + "GROUP", + "BY", + "plane_name" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + ",", + "plane_name", + ",", + "max", + "(", + "age", + ")", + "from", + "pilotskills", + "group", + "by", + "plane_name" + ], + "question": "What are the names of oldest pilots for each type of plane?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "oldest", + "pilots", + "for", + "each", + "type", + "of", + "plane", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name , plane_name , max(age) FROM pilotskills GROUP BY plane_name", + "query_toks": [ + "SELECT", + "pilot_name", + ",", + "plane_name", + ",", + "max", + "(", + "age", + ")", + "FROM", + "pilotskills", + "GROUP", + "BY", + "plane_name" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + ",", + "plane_name", + ",", + "max", + "(", + "age", + ")", + "from", + "pilotskills", + "group", + "by", + "plane_name" + ], + "question": "Return the names of the different planes, as well as the names of the oldest pilots who flew each.", + "question_toks": [ + "Return", + "the", + "names", + "of", + "the", + "different", + "planes", + ",", + "as", + "well", + "as", + "the", + "names", + "of", + "the", + "oldest", + "pilots", + "who", + "flew", + "each", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT max(age) , pilot_name FROM pilotskills GROUP BY pilot_name", + "query_toks": [ + "SELECT", + "max", + "(", + "age", + ")", + ",", + "pilot_name", + "FROM", + "pilotskills", + "GROUP", + "BY", + "pilot_name" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "age", + ")", + ",", + "pilot_name", + "from", + "pilotskills", + "group", + "by", + "pilot_name" + ], + "question": "Find the max age for each group of pilots with the same name.", + "question_toks": [ + "Find", + "the", + "max", + "age", + "for", + "each", + "group", + "of", + "pilots", + "with", + "the", + "same", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT max(age) , pilot_name FROM pilotskills GROUP BY pilot_name", + "query_toks": [ + "SELECT", + "max", + "(", + "age", + ")", + ",", + "pilot_name", + "FROM", + "pilotskills", + "GROUP", + "BY", + "pilot_name" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "age", + ")", + ",", + "pilot_name", + "from", + "pilotskills", + "group", + "by", + "pilot_name" + ], + "question": "What are the different pilot names, and what are the maximum ages of pilots for each?", + "question_toks": [ + "What", + "are", + "the", + "different", + "pilot", + "names", + ",", + "and", + "what", + "are", + "the", + "maximum", + "ages", + "of", + "pilots", + "for", + "each", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(T1.pilot_name) , avg(T1.age) , T2.location FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name GROUP BY T2.location", + "query_toks": [ + "SELECT", + "count", + "(", + "T1.pilot_name", + ")", + ",", + "avg", + "(", + "T1.age", + ")", + ",", + "T2.location", + "FROM", + "pilotskills", + "AS", + "T1", + "JOIN", + "hangar", + "AS", + "T2", + "ON", + "T1.plane_name", + "=", + "T2.plane_name", + "GROUP", + "BY", + "T2.location" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "t1", + ".", + "pilot_name", + ")", + ",", + "avg", + "(", + "t1", + ".", + "age", + ")", + ",", + "t2", + ".", + "location", + "from", + "pilotskills", + "as", + "t1", + "join", + "hangar", + "as", + "t2", + "on", + "t1", + ".", + "plane_name", + "=", + "t2", + ".", + "plane_name", + "group", + "by", + "t2", + ".", + "location" + ], + "question": "For each city, find the number and average age of pilots who have a plane.", + "question_toks": [ + "For", + "each", + "city", + ",", + "find", + "the", + "number", + "and", + "average", + "age", + "of", + "pilots", + "who", + "have", + "a", + "plane", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(T1.pilot_name) , avg(T1.age) , T2.location FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name GROUP BY T2.location", + "query_toks": [ + "SELECT", + "count", + "(", + "T1.pilot_name", + ")", + ",", + "avg", + "(", + "T1.age", + ")", + ",", + "T2.location", + "FROM", + "pilotskills", + "AS", + "T1", + "JOIN", + "hangar", + "AS", + "T2", + "ON", + "T1.plane_name", + "=", + "T2.plane_name", + "GROUP", + "BY", + "T2.location" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "t1", + ".", + "pilot_name", + ")", + ",", + "avg", + "(", + "t1", + ".", + "age", + ")", + ",", + "t2", + ".", + "location", + "from", + "pilotskills", + "as", + "t1", + "join", + "hangar", + "as", + "t2", + "on", + "t1", + ".", + "plane_name", + "=", + "t2", + ".", + "plane_name", + "group", + "by", + "t2", + ".", + "location" + ], + "question": "What are the different hangar locations and how many pilots correspond to each. Also, what are their average ages?", + "question_toks": [ + "What", + "are", + "the", + "different", + "hangar", + "locations", + "and", + "how", + "many", + "pilots", + "correspond", + "to", + "each", + ".", + "Also", + ",", + "what", + "are", + "their", + "average", + "ages", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(*) , plane_name FROM pilotskills GROUP BY plane_name HAVING avg(age) < 35", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "plane_name", + "FROM", + "pilotskills", + "GROUP", + "BY", + "plane_name", + "HAVING", + "avg", + "(", + "age", + ")", + "<", + "35" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "plane_name", + "from", + "pilotskills", + "group", + "by", + "plane_name", + "having", + "avg", + "(", + "age", + ")", + "<", + "value" + ], + "question": "Find the number of pilots for the plane types with average pilot age below 35.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "pilots", + "for", + "the", + "plane", + "types", + "with", + "average", + "pilot", + "age", + "below", + "35", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 5, + 3, + false + ], + null + ], + 35.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(*) , plane_name FROM pilotskills GROUP BY plane_name HAVING avg(age) < 35", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "plane_name", + "FROM", + "pilotskills", + "GROUP", + "BY", + "plane_name", + "HAVING", + "avg", + "(", + "age", + ")", + "<", + "35" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "plane_name", + "from", + "pilotskills", + "group", + "by", + "plane_name", + "having", + "avg", + "(", + "age", + ")", + "<", + "value" + ], + "question": "What are the different plane names of planes with an average pilot age of below 35, and how many pilots have flown each of them?", + "question_toks": [ + "What", + "are", + "the", + "different", + "plane", + "names", + "of", + "planes", + "with", + "an", + "average", + "pilot", + "age", + "of", + "below", + "35", + ",", + "and", + "how", + "many", + "pilots", + "have", + "flown", + "each", + "of", + "them", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 5, + 3, + false + ], + null + ], + 35.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT T2.location FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T1.age = (SELECT min(age) FROM pilotskills)", + "query_toks": [ + "SELECT", + "T2.location", + "FROM", + "pilotskills", + "AS", + "T1", + "JOIN", + "hangar", + "AS", + "T2", + "ON", + "T1.plane_name", + "=", + "T2.plane_name", + "WHERE", + "T1.age", + "=", + "(", + "SELECT", + "min", + "(", + "age", + ")", + "FROM", + "pilotskills", + ")" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "location", + "from", + "pilotskills", + "as", + "t1", + "join", + "hangar", + "as", + "t2", + "on", + "t1", + ".", + "plane_name", + "=", + "t2", + ".", + "plane_name", + "where", + "t1", + ".", + "age", + "=", + "(", + "select", + "min", + "(", + "age", + ")", + "from", + "pilotskills", + ")" + ], + "question": "Find the location of the plane that is owned by the youngest pilot.", + "question_toks": [ + "Find", + "the", + "location", + "of", + "the", + "plane", + "that", + "is", + "owned", + "by", + "the", + "youngest", + "pilot", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT T2.location FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T1.age = (SELECT min(age) FROM pilotskills)", + "query_toks": [ + "SELECT", + "T2.location", + "FROM", + "pilotskills", + "AS", + "T1", + "JOIN", + "hangar", + "AS", + "T2", + "ON", + "T1.plane_name", + "=", + "T2.plane_name", + "WHERE", + "T1.age", + "=", + "(", + "SELECT", + "min", + "(", + "age", + ")", + "FROM", + "pilotskills", + ")" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "location", + "from", + "pilotskills", + "as", + "t1", + "join", + "hangar", + "as", + "t2", + "on", + "t1", + ".", + "plane_name", + "=", + "t2", + ".", + "plane_name", + "where", + "t1", + ".", + "age", + "=", + "(", + "select", + "min", + "(", + "age", + ")", + "from", + "pilotskills", + ")" + ], + "question": "What is the location of the plane that was flown by the pilot with the lowest age?", + "question_toks": [ + "What", + "is", + "the", + "location", + "of", + "the", + "plane", + "that", + "was", + "flown", + "by", + "the", + "pilot", + "with", + "the", + "lowest", + "age", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT T1.pilot_name , T1.age FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.location = \"Austin\"", + "query_toks": [ + "SELECT", + "T1.pilot_name", + ",", + "T1.age", + "FROM", + "pilotskills", + "AS", + "T1", + "JOIN", + "hangar", + "AS", + "T2", + "ON", + "T1.plane_name", + "=", + "T2.plane_name", + "WHERE", + "T2.location", + "=", + "``", + "Austin", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "pilot_name", + ",", + "t1", + ".", + "age", + "from", + "pilotskills", + "as", + "t1", + "join", + "hangar", + "as", + "t2", + "on", + "t1", + ".", + "plane_name", + "=", + "t2", + ".", + "plane_name", + "where", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "Find the name and age of pilots who have a plane in Austin.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "age", + "of", + "pilots", + "who", + "have", + "a", + "plane", + "in", + "Austin", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Austin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT T1.pilot_name , T1.age FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.location = \"Austin\"", + "query_toks": [ + "SELECT", + "T1.pilot_name", + ",", + "T1.age", + "FROM", + "pilotskills", + "AS", + "T1", + "JOIN", + "hangar", + "AS", + "T2", + "ON", + "T1.plane_name", + "=", + "T2.plane_name", + "WHERE", + "T2.location", + "=", + "``", + "Austin", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "pilot_name", + ",", + "t1", + ".", + "age", + "from", + "pilotskills", + "as", + "t1", + "join", + "hangar", + "as", + "t2", + "on", + "t1", + ".", + "plane_name", + "=", + "t2", + ".", + "plane_name", + "where", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "What are the names and ages of pilots who have planes located in Austin?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "ages", + "of", + "pilots", + "who", + "have", + "planes", + "located", + "in", + "Austin", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Austin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM pilotskills WHERE age > (SELECT min(age) FROM pilotskills WHERE plane_name = 'Piper Cub') ORDER BY pilot_name", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "age", + ">", + "(", + "SELECT", + "min", + "(", + "age", + ")", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'Piper", + "Cub", + "'", + ")", + "ORDER", + "BY", + "pilot_name" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "age", + ">", + "(", + "select", + "min", + "(", + "age", + ")", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + ")", + "order", + "by", + "pilot_name" + ], + "question": "List in alphabetic order the names of pilots whose age is greater than some pilots having plane Piper Cub.", + "question_toks": [ + "List", + "in", + "alphabetic", + "order", + "the", + "names", + "of", + "pilots", + "whose", + "age", + "is", + "greater", + "than", + "some", + "pilots", + "having", + "plane", + "Piper", + "Cub", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT pilot_name FROM pilotskills WHERE age > (SELECT min(age) FROM pilotskills WHERE plane_name = 'Piper Cub') ORDER BY pilot_name", + "query_toks": [ + "SELECT", + "pilot_name", + "FROM", + "pilotskills", + "WHERE", + "age", + ">", + "(", + "SELECT", + "min", + "(", + "age", + ")", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'Piper", + "Cub", + "'", + ")", + "ORDER", + "BY", + "pilot_name" + ], + "query_toks_no_value": [ + "select", + "pilot_name", + "from", + "pilotskills", + "where", + "age", + ">", + "(", + "select", + "min", + "(", + "age", + ")", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + ")", + "order", + "by", + "pilot_name" + ], + "question": "Return the names of pilots who are older than any pilot who has flown Piper Cub, ordered alphabetically.", + "question_toks": [ + "Return", + "the", + "names", + "of", + "pilots", + "who", + "are", + "older", + "than", + "any", + "pilot", + "who", + "has", + "flown", + "Piper", + "Cub", + ",", + "ordered", + "alphabetically", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(*) FROM pilotskills WHERE age < (SELECT min(age) FROM pilotskills WHERE plane_name = 'F-14 Fighter')", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "pilotskills", + "WHERE", + "age", + "<", + "(", + "SELECT", + "min", + "(", + "age", + ")", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'F-14", + "Fighter", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "pilotskills", + "where", + "age", + "<", + "(", + "select", + "min", + "(", + "age", + ")", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + ")" + ], + "question": "Find the number of pilots whose age is younger than all pilots whose plane is F-14 Fighter.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "pilots", + "whose", + "age", + "is", + "younger", + "than", + "all", + "pilots", + "whose", + "plane", + "is", + "F-14", + "Fighter", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"F-14 Fighter\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(*) FROM pilotskills WHERE age < (SELECT min(age) FROM pilotskills WHERE plane_name = 'F-14 Fighter')", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "pilotskills", + "WHERE", + "age", + "<", + "(", + "SELECT", + "min", + "(", + "age", + ")", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'F-14", + "Fighter", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "pilotskills", + "where", + "age", + "<", + "(", + "select", + "min", + "(", + "age", + ")", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + ")" + ], + "question": "How many pilots are younger than all pilots who own the F-14 Fighter?", + "question_toks": [ + "How", + "many", + "pilots", + "are", + "younger", + "than", + "all", + "pilots", + "who", + "own", + "the", + "F-14", + "Fighter", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"F-14 Fighter\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT DISTINCT plane_name FROM pilotskills WHERE plane_name LIKE '%Bomber%'", + "query_toks": [ + "SELECT", + "DISTINCT", + "plane_name", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "LIKE", + "'", + "%", + "Bomber", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "plane_name", + "from", + "pilotskills", + "where", + "plane_name", + "like", + "value" + ], + "question": "Find all different planes whose names contain substring 'Bomber'.", + "question_toks": [ + "Find", + "all", + "different", + "planes", + "whose", + "names", + "contain", + "substring", + "'Bomber", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"%Bomber%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT DISTINCT plane_name FROM pilotskills WHERE plane_name LIKE '%Bomber%'", + "query_toks": [ + "SELECT", + "DISTINCT", + "plane_name", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "LIKE", + "'", + "%", + "Bomber", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "plane_name", + "from", + "pilotskills", + "where", + "plane_name", + "like", + "value" + ], + "question": "What are the different plane names that contain the word Bomber?", + "question_toks": [ + "What", + "are", + "the", + "different", + "plane", + "names", + "that", + "contain", + "the", + "word", + "Bomber", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"%Bomber%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(pilot_name) FROM pilotskills WHERE age > (SELECT min(age) FROM pilotskills WHERE plane_name = 'Piper Cub')", + "query_toks": [ + "SELECT", + "count", + "(", + "pilot_name", + ")", + "FROM", + "pilotskills", + "WHERE", + "age", + ">", + "(", + "SELECT", + "min", + "(", + "age", + ")", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'Piper", + "Cub", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "pilot_name", + ")", + "from", + "pilotskills", + "where", + "age", + ">", + "(", + "select", + "min", + "(", + "age", + ")", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + ")" + ], + "question": "Find the number of all pilots whose age is older than some pilot who has plane Piper Cub.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "all", + "pilots", + "whose", + "age", + "is", + "older", + "than", + "some", + "pilot", + "who", + "has", + "plane", + "Piper", + "Cub", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "pilot_1", + "query": "SELECT count(pilot_name) FROM pilotskills WHERE age > (SELECT min(age) FROM pilotskills WHERE plane_name = 'Piper Cub')", + "query_toks": [ + "SELECT", + "count", + "(", + "pilot_name", + ")", + "FROM", + "pilotskills", + "WHERE", + "age", + ">", + "(", + "SELECT", + "min", + "(", + "age", + ")", + "FROM", + "pilotskills", + "WHERE", + "plane_name", + "=", + "'Piper", + "Cub", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "pilot_name", + ")", + "from", + "pilotskills", + "where", + "age", + ">", + "(", + "select", + "min", + "(", + "age", + ")", + "from", + "pilotskills", + "where", + "plane_name", + "=", + "value", + ")" + ], + "question": "How many pilots are older than the youngest pilot who has Piper Cub?", + "question_toks": [ + "How", + "many", + "pilots", + "are", + "older", + "than", + "the", + "youngest", + "pilot", + "who", + "has", + "Piper", + "Cub", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Piper Cub\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT name FROM district ORDER BY Area_km DESC LIMIT 1", + "query_toks": [ + "SELECT", + "name", + "FROM", + "district", + "ORDER", + "BY", + "Area_km", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "district", + "order", + "by", + "area_km", + "desc", + "limit", + "value" + ], + "question": "Find the name of the district which has the largest area.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "district", + "which", + "has", + "the", + "largest", + "area", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT area_km , Government_website FROM district ORDER BY Population LIMIT 1", + "query_toks": [ + "SELECT", + "area_km", + ",", + "Government_website", + "FROM", + "district", + "ORDER", + "BY", + "Population", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "area_km", + ",", + "government_website", + "from", + "district", + "order", + "by", + "population", + "limit", + "value" + ], + "question": "Select the area and government website of the district with the smallest population.", + "question_toks": [ + "Select", + "the", + "area", + "and", + "government", + "website", + "of", + "the", + "district", + "with", + "the", + "smallest", + "population", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT name , population FROM district WHERE area_km > (SELECT avg(area_km) FROM district)", + "query_toks": [ + "SELECT", + "name", + ",", + "population", + "FROM", + "district", + "WHERE", + "area_km", + ">", + "(", + "SELECT", + "avg", + "(", + "area_km", + ")", + "FROM", + "district", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "population", + "from", + "district", + "where", + "area_km", + ">", + "(", + "select", + "avg", + "(", + "area_km", + ")", + "from", + "district", + ")" + ], + "question": "Find the names and populations of the districts whose area is greater than the average area.", + "question_toks": [ + "Find", + "the", + "names", + "and", + "populations", + "of", + "the", + "districts", + "whose", + "area", + "is", + "greater", + "than", + "the", + "average", + "area", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT max(area_km) , avg(area_km) FROM district", + "query_toks": [ + "SELECT", + "max", + "(", + "area_km", + ")", + ",", + "avg", + "(", + "area_km", + ")", + "FROM", + "district" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "area_km", + ")", + ",", + "avg", + "(", + "area_km", + ")", + "from", + "district" + ], + "question": "Give me the biggest and average areas of all districts.", + "question_toks": [ + "Give", + "me", + "the", + "biggest", + "and", + "average", + "areas", + "of", + "all", + "districts", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT sum(population) FROM district ORDER BY area_km DESC LIMIT 3", + "query_toks": [ + "SELECT", + "sum", + "(", + "population", + ")", + "FROM", + "district", + "ORDER", + "BY", + "area_km", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + "from", + "district", + "order", + "by", + "area_km", + "desc", + "limit", + "value" + ], + "question": "What is the total population of the districts whose areas are in the top 3?", + "question_toks": [ + "What", + "is", + "the", + "total", + "population", + "of", + "the", + "districts", + "whose", + "areas", + "are", + "in", + "the", + "top", + "3", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT name , Government_website , district_id FROM district ORDER BY Population", + "query_toks": [ + "SELECT", + "name", + ",", + "Government_website", + ",", + "district_id", + "FROM", + "district", + "ORDER", + "BY", + "Population" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "government_website", + ",", + "district_id", + "from", + "district", + "order", + "by", + "population" + ], + "question": "List the ids, names, and government websites of all districts sorted by population.", + "question_toks": [ + "List", + "the", + "ids", + ",", + "names", + ",", + "and", + "government", + "websites", + "of", + "all", + "districts", + "sorted", + "by", + "population", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT name FROM district WHERE Government_website LIKE \"%gov%\"", + "query_toks": [ + "SELECT", + "name", + "FROM", + "district", + "WHERE", + "Government_website", + "LIKE", + "``", + "%", + "gov", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "district", + "where", + "government_website", + "like", + "value" + ], + "question": "Find the names of districts whose government links use a 'gov' domain.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "districts", + "whose", + "government", + "links", + "use", + "a", + "'gov", + "'", + "domain", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"%gov%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT district_id , name FROM district WHERE area_km > 3000 OR population > 4000", + "query_toks": [ + "SELECT", + "district_id", + ",", + "name", + "FROM", + "district", + "WHERE", + "area_km", + ">", + "3000", + "OR", + "population", + ">", + "4000" + ], + "query_toks_no_value": [ + "select", + "district_id", + ",", + "name", + "from", + "district", + "where", + "area_km", + ">", + "value", + "or", + "population", + ">", + "value" + ], + "question": "Return the ids and names of the districts whose population is larger than 4000 or area bigger than 3000.", + "question_toks": [ + "Return", + "the", + "ids", + "and", + "names", + "of", + "the", + "districts", + "whose", + "population", + "is", + "larger", + "than", + "4000", + "or", + "area", + "bigger", + "than", + "3000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 3000.0, + null + ], + "or", + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 4000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT name , speach_title FROM spokesman", + "query_toks": [ + "SELECT", + "name", + ",", + "speach_title", + "FROM", + "spokesman" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "speach_title", + "from", + "spokesman" + ], + "question": "Find all spokesman's names and speech titles.", + "question_toks": [ + "Find", + "all", + "spokesman", + "'s", + "names", + "and", + "speech", + "titles", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT avg(points) , avg(age) FROM spokesman WHERE rank_position = 1", + "query_toks": [ + "SELECT", + "avg", + "(", + "points", + ")", + ",", + "avg", + "(", + "age", + ")", + "FROM", + "spokesman", + "WHERE", + "rank_position", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "points", + ")", + ",", + "avg", + "(", + "age", + ")", + "from", + "spokesman", + "where", + "rank_position", + "=", + "value" + ], + "question": "Find the average points and average ages of all spokesmen whose rank position is 1.", + "question_toks": [ + "Find", + "the", + "average", + "points", + "and", + "average", + "ages", + "of", + "all", + "spokesmen", + "whose", + "rank", + "position", + "is", + "1", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT name , points FROM spokesman WHERE age < 40", + "query_toks": [ + "SELECT", + "name", + ",", + "points", + "FROM", + "spokesman", + "WHERE", + "age", + "<", + "40" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "points", + "from", + "spokesman", + "where", + "age", + "<", + "value" + ], + "question": "What are the names and points of spokesmen who are younger than 40?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "points", + "of", + "spokesmen", + "who", + "are", + "younger", + "than", + "40", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 40.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT name FROM spokesman ORDER BY age DESC LIMIT 1", + "query_toks": [ + "SELECT", + "name", + "FROM", + "spokesman", + "ORDER", + "BY", + "age", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "spokesman", + "order", + "by", + "age", + "desc", + "limit", + "value" + ], + "question": "Who is the oldest spokesman?", + "question_toks": [ + "Who", + "is", + "the", + "oldest", + "spokesman", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT name FROM spokesman WHERE points < (SELECT avg(points) FROM spokesman)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "spokesman", + "WHERE", + "points", + "<", + "(", + "SELECT", + "avg", + "(", + "points", + ")", + "FROM", + "spokesman", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "spokesman", + "where", + "points", + "<", + "(", + "select", + "avg", + "(", + "points", + ")", + "from", + "spokesman", + ")" + ], + "question": "Which spokesman has lower points than the average?", + "question_toks": [ + "Which", + "spokesman", + "has", + "lower", + "points", + "than", + "the", + "average", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT t1.name FROM district AS t1 JOIN spokesman_district AS t2 ON t1.District_ID = t2.District_ID GROUP BY t2.District_ID ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "district", + "AS", + "t1", + "JOIN", + "spokesman_district", + "AS", + "t2", + "ON", + "t1.District_ID", + "=", + "t2.District_ID", + "GROUP", + "BY", + "t2.District_ID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "district", + "as", + "t1", + "join", + "spokesman_district", + "as", + "t2", + "on", + "t1", + ".", + "district_id", + "=", + "t2", + ".", + "district_id", + "group", + "by", + "t2", + ".", + "district_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the name of the district which has greatest number of spokesmen.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "district", + "which", + "has", + "greatest", + "number", + "of", + "spokesmen", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT t1.name FROM spokesman AS t1 JOIN spokesman_district AS t2 ON t1.Spokesman_ID = t2.Spokesman_ID WHERE t2.start_year < 2004", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "spokesman", + "AS", + "t1", + "JOIN", + "spokesman_district", + "AS", + "t2", + "ON", + "t1.Spokesman_ID", + "=", + "t2.Spokesman_ID", + "WHERE", + "t2.start_year", + "<", + "2004" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "spokesman", + "as", + "t1", + "join", + "spokesman_district", + "as", + "t2", + "on", + "t1", + ".", + "spokesman_id", + "=", + "t2", + ".", + "spokesman_id", + "where", + "t2", + ".", + "start_year", + "<", + "value" + ], + "question": "Find the names of spokesmen who have served some district before 2004.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "spokesmen", + "who", + "have", + "served", + "some", + "district", + "before", + "2004", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 2004.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT t1.name , count(*) FROM district AS t1 JOIN spokesman_district AS t2 ON t1.District_ID = t2.District_ID GROUP BY t2.District_ID", + "query_toks": [ + "SELECT", + "t1.name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "district", + "AS", + "t1", + "JOIN", + "spokesman_district", + "AS", + "t2", + "ON", + "t1.District_ID", + "=", + "t2.District_ID", + "GROUP", + "BY", + "t2.District_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "district", + "as", + "t1", + "join", + "spokesman_district", + "as", + "t2", + "on", + "t1", + ".", + "district_id", + "=", + "t2", + ".", + "district_id", + "group", + "by", + "t2", + ".", + "district_id" + ], + "question": "Find the number of spokesmen for each district, and the show district names as well.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "spokesmen", + "for", + "each", + "district", + ",", + "and", + "the", + "show", + "district", + "names", + "as", + "well", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT t3.name FROM spokesman AS t1 JOIN spokesman_district AS t2 ON t1.Spokesman_ID = t2.Spokesman_ID JOIN district AS t3 ON t3.district_id = t2.district_id WHERE t1.rank_position = 1 INTERSECT SELECT t3.name FROM spokesman AS t1 JOIN spokesman_district AS t2 ON t1.Spokesman_ID = t2.Spokesman_ID JOIN district AS t3 ON t3.district_id = t2.district_id WHERE t1.rank_position = 2", + "query_toks": [ + "SELECT", + "t3.name", + "FROM", + "spokesman", + "AS", + "t1", + "JOIN", + "spokesman_district", + "AS", + "t2", + "ON", + "t1.Spokesman_ID", + "=", + "t2.Spokesman_ID", + "JOIN", + "district", + "AS", + "t3", + "ON", + "t3.district_id", + "=", + "t2.district_id", + "WHERE", + "t1.rank_position", + "=", + "1", + "INTERSECT", + "SELECT", + "t3.name", + "FROM", + "spokesman", + "AS", + "t1", + "JOIN", + "spokesman_district", + "AS", + "t2", + "ON", + "t1.Spokesman_ID", + "=", + "t2.Spokesman_ID", + "JOIN", + "district", + "AS", + "t3", + "ON", + "t3.district_id", + "=", + "t2.district_id", + "WHERE", + "t1.rank_position", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "spokesman", + "as", + "t1", + "join", + "spokesman_district", + "as", + "t2", + "on", + "t1", + ".", + "spokesman_id", + "=", + "t2", + ".", + "spokesman_id", + "join", + "district", + "as", + "t3", + "on", + "t3", + ".", + "district_id", + "=", + "t2", + ".", + "district_id", + "where", + "t1", + ".", + "rank_position", + "=", + "value", + "intersect", + "select", + "t3", + ".", + "name", + "from", + "spokesman", + "as", + "t1", + "join", + "spokesman_district", + "as", + "t2", + "on", + "t1", + ".", + "spokesman_id", + "=", + "t2", + ".", + "spokesman_id", + "join", + "district", + "as", + "t3", + "on", + "t3", + ".", + "district_id", + "=", + "t2", + ".", + "district_id", + "where", + "t1", + ".", + "rank_position", + "=", + "value" + ], + "question": "Find the names of the districts which have had both spokesman with rank position 1 and 2.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "the", + "districts", + "which", + "have", + "had", + "both", + "spokesman", + "with", + "rank", + "position", + "1", + "and", + "2", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + 2.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT t1.name FROM district AS t1 JOIN spokesman_district AS t2 ON t1.District_ID = t2.District_ID GROUP BY t2.District_ID HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "district", + "AS", + "t1", + "JOIN", + "spokesman_district", + "AS", + "t2", + "ON", + "t1.District_ID", + "=", + "t2.District_ID", + "GROUP", + "BY", + "t2.District_ID", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "district", + "as", + "t1", + "join", + "spokesman_district", + "as", + "t2", + "on", + "t1", + ".", + "district_id", + "=", + "t2", + ".", + "district_id", + "group", + "by", + "t2", + ".", + "district_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the names of districts which have more than one spokesman.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "districts", + "which", + "have", + "more", + "than", + "one", + "spokesman", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT count(*) FROM district WHERE district_id NOT IN (SELECT district_id FROM spokesman_district)", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "district", + "WHERE", + "district_id", + "NOT", + "IN", + "(", + "SELECT", + "district_id", + "FROM", + "spokesman_district", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "district", + "where", + "district_id", + "not", + "in", + "(", + "select", + "district_id", + "from", + "spokesman_district", + ")" + ], + "question": "Find the number of districts which have no spokesmen.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "districts", + "which", + "have", + "no", + "spokesmen", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT name FROM spokesman WHERE Spokesman_ID NOT IN (SELECT Spokesman_ID FROM spokesman_district)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "spokesman", + "WHERE", + "Spokesman_ID", + "NOT", + "IN", + "(", + "SELECT", + "Spokesman_ID", + "FROM", + "spokesman_district", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "spokesman", + "where", + "spokesman_id", + "not", + "in", + "(", + "select", + "spokesman_id", + "from", + "spokesman_district", + ")" + ], + "question": "Find the name of spokesmen who do not speak for any district.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "spokesmen", + "who", + "do", + "not", + "speak", + "for", + "any", + "district", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "district_spokesman", + "query": "SELECT sum(population) , avg(population) FROM district WHERE district_id IN (SELECT district_id FROM spokesman_district)", + "query_toks": [ + "SELECT", + "sum", + "(", + "population", + ")", + ",", + "avg", + "(", + "population", + ")", + "FROM", + "district", + "WHERE", + "district_id", + "IN", + "(", + "SELECT", + "district_id", + "FROM", + "spokesman_district", + ")" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + ",", + "avg", + "(", + "population", + ")", + "from", + "district", + "where", + "district_id", + "in", + "(", + "select", + "district_id", + "from", + "spokesman_district", + ")" + ], + "question": "Find the total and average population of the districts which have some spokesman.", + "question_toks": [ + "Find", + "the", + "total", + "and", + "average", + "population", + "of", + "the", + "districts", + "which", + "have", + "some", + "spokesman", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "select title from sculptures order by year desc limit 1", + "query_toks": [ + "select", + "title", + "from", + "sculptures", + "order", + "by", + "year", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "sculptures", + "order", + "by", + "year", + "desc", + "limit", + "value" + ], + "question": "What is the title of the sculpture that was created in the most recent year ?", + "question_toks": [ + "What", + "is", + "the", + "title", + "of", + "the", + "sculpture", + "that", + "was", + "created", + "in", + "the", + "most", + "recent", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "select title from sculptures order by year desc limit 1", + "query_toks": [ + "select", + "title", + "from", + "sculptures", + "order", + "by", + "year", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "sculptures", + "order", + "by", + "year", + "desc", + "limit", + "value" + ], + "question": "What is the name of the scuplture that was created most recently ?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "scuplture", + "that", + "was", + "created", + "most", + "recently", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "select title , location from paintings order by year limit 1", + "query_toks": [ + "select", + "title", + ",", + "location", + "from", + "paintings", + "order", + "by", + "year", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "location", + "from", + "paintings", + "order", + "by", + "year", + "limit", + "value" + ], + "question": "What is the title and location of the oldest painting ?", + "question_toks": [ + "What", + "is", + "the", + "title", + "and", + "location", + "of", + "the", + "oldest", + "painting", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title , LOCATION , YEAR FROM paintings ORDER BY YEAR LIMIT 1", + "query_toks": [ + "SELECT", + "title", + ",", + "LOCATION", + ",", + "YEAR", + "FROM", + "paintings", + "ORDER", + "BY", + "YEAR", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "location", + ",", + "year", + "from", + "paintings", + "order", + "by", + "year", + "limit", + "value" + ], + "question": "What is the name of the oldest painting and where is it located?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "oldest", + "painting", + "and", + "where", + "is", + "it", + "located", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title FROM sculptures WHERE LOCATION = \"Gallery 226\"", + "query_toks": [ + "SELECT", + "title", + "FROM", + "sculptures", + "WHERE", + "LOCATION", + "=", + "``", + "Gallery", + "226", + "''" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "sculptures", + "where", + "location", + "=", + "value" + ], + "question": "Find the names of all sculptures located in gallery 226.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "all", + "sculptures", + "located", + "in", + "gallery", + "226", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Gallery 226\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title FROM sculptures WHERE LOCATION = \"Gallery 226\"", + "query_toks": [ + "SELECT", + "title", + "FROM", + "sculptures", + "WHERE", + "LOCATION", + "=", + "``", + "Gallery", + "226", + "''" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "sculptures", + "where", + "location", + "=", + "value" + ], + "question": "What are the names of all sculptures in gallery 226?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "sculptures", + "in", + "gallery", + "226", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Gallery 226\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title , LOCATION FROM paintings", + "query_toks": [ + "SELECT", + "title", + ",", + "LOCATION", + "FROM", + "paintings" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "location", + "from", + "paintings" + ], + "question": "List the title and location of all paintings.", + "question_toks": [ + "List", + "the", + "title", + "and", + "location", + "of", + "all", + "paintings", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title , LOCATION FROM paintings", + "query_toks": [ + "SELECT", + "title", + ",", + "LOCATION", + "FROM", + "paintings" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "location", + "from", + "paintings" + ], + "question": "What are the paintings called and where are they located?", + "question_toks": [ + "What", + "are", + "the", + "paintings", + "called", + "and", + "where", + "are", + "they", + "located", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title , LOCATION FROM sculptures", + "query_toks": [ + "SELECT", + "title", + ",", + "LOCATION", + "FROM", + "sculptures" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "location", + "from", + "sculptures" + ], + "question": "List the title and location of all sculptures.", + "question_toks": [ + "List", + "the", + "title", + "and", + "location", + "of", + "all", + "sculptures", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title , LOCATION FROM sculptures", + "query_toks": [ + "SELECT", + "title", + ",", + "LOCATION", + "FROM", + "sculptures" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "location", + "from", + "sculptures" + ], + "question": "What are the sculptures called and where are they located?", + "question_toks": [ + "What", + "are", + "the", + "sculptures", + "called", + "and", + "where", + "are", + "they", + "located", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT medium FROM paintings WHERE paintingID = 80", + "query_toks": [ + "SELECT", + "medium", + "FROM", + "paintings", + "WHERE", + "paintingID", + "=", + "80" + ], + "query_toks_no_value": [ + "select", + "medium", + "from", + "paintings", + "where", + "paintingid", + "=", + "value" + ], + "question": "What are the medium types of the painting with id = 80", + "question_toks": [ + "What", + "are", + "the", + "medium", + "types", + "of", + "the", + "painting", + "with", + "id", + "=", + "80" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 80.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "select medium from paintings where paintingid = 80", + "query_toks": [ + "select", + "medium", + "from", + "paintings", + "where", + "paintingid", + "=", + "80" + ], + "query_toks_no_value": [ + "select", + "medium", + "from", + "paintings", + "where", + "paintingid", + "=", + "value" + ], + "question": "What mediums were used for the painting with id 80 ?", + "question_toks": [ + "What", + "mediums", + "were", + "used", + "for", + "the", + "painting", + "with", + "id", + "80", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 80.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT lname , fname FROM artists WHERE birthYear > 1850", + "query_toks": [ + "SELECT", + "lname", + ",", + "fname", + "FROM", + "artists", + "WHERE", + "birthYear", + ">", + "1850" + ], + "query_toks_no_value": [ + "select", + "lname", + ",", + "fname", + "from", + "artists", + "where", + "birthyear", + ">", + "value" + ], + "question": "Find the first and last names of all artists who were born after 1850.", + "question_toks": [ + "Find", + "the", + "first", + "and", + "last", + "names", + "of", + "all", + "artists", + "who", + "were", + "born", + "after", + "1850", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 1850.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT lname , fname FROM artists WHERE birthYear > 1850", + "query_toks": [ + "SELECT", + "lname", + ",", + "fname", + "FROM", + "artists", + "WHERE", + "birthYear", + ">", + "1850" + ], + "query_toks_no_value": [ + "select", + "lname", + ",", + "fname", + "from", + "artists", + "where", + "birthyear", + ">", + "value" + ], + "question": "What are the full names of artists born after 1850?", + "question_toks": [ + "What", + "are", + "the", + "full", + "names", + "of", + "artists", + "born", + "after", + "1850", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 1850.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title , YEAR FROM sculptures WHERE LOCATION != \"Gallery 226\"", + "query_toks": [ + "SELECT", + "title", + ",", + "YEAR", + "FROM", + "sculptures", + "WHERE", + "LOCATION", + "!", + "=", + "``", + "Gallery", + "226", + "''" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "year", + "from", + "sculptures", + "where", + "location", + "!", + "=", + "value" + ], + "question": "Find the names and years of all sculptures that are not located in gallery 226.", + "question_toks": [ + "Find", + "the", + "names", + "and", + "years", + "of", + "all", + "sculptures", + "that", + "are", + "not", + "located", + "in", + "gallery", + "226", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Gallery 226\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title , YEAR FROM sculptures WHERE LOCATION != \"Gallery 226\"", + "query_toks": [ + "SELECT", + "title", + ",", + "YEAR", + "FROM", + "sculptures", + "WHERE", + "LOCATION", + "!", + "=", + "``", + "Gallery", + "226", + "''" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "year", + "from", + "sculptures", + "where", + "location", + "!", + "=", + "value" + ], + "question": "What are the names and dates created for all sculptures not located in gallery 226?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "dates", + "created", + "for", + "all", + "sculptures", + "not", + "located", + "in", + "gallery", + "226", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Gallery 226\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT T1.lname , T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID WHERE T2.year < 1900", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.lname", + ",", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "sculptures", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.sculptorID", + "WHERE", + "T2.year", + "<", + "1900" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "lname", + ",", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "sculptures", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "sculptorid", + "where", + "t2", + ".", + "year", + "<", + "value" + ], + "question": "What are the first and last names of all distinct artists who made sculptures before 1900?", + "question_toks": [ + "What", + "are", + "the", + "first", + "and", + "last", + "names", + "of", + "all", + "distinct", + "artists", + "who", + "made", + "sculptures", + "before", + "1900", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + 1900.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT T1.lname , T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID WHERE T2.year < 1900", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.lname", + ",", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "sculptures", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.sculptorID", + "WHERE", + "T2.year", + "<", + "1900" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "lname", + ",", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "sculptures", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "sculptorid", + "where", + "t2", + ".", + "year", + "<", + "value" + ], + "question": "What is the first and last name of each distinct artists who made a sculpture before 1900?", + "question_toks": [ + "What", + "is", + "the", + "first", + "and", + "last", + "name", + "of", + "each", + "distinct", + "artists", + "who", + "made", + "a", + "sculpture", + "before", + "1900", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + 1900.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT T1.birthYear FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID WHERE T2.year > 1920", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.birthYear", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "sculptures", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.sculptorID", + "WHERE", + "T2.year", + ">", + "1920" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "birthyear", + "from", + "artists", + "as", + "t1", + "join", + "sculptures", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "sculptorid", + "where", + "t2", + ".", + "year", + ">", + "value" + ], + "question": "Find the birth years of all distinct artists who made sculptures after 1920?", + "question_toks": [ + "Find", + "the", + "birth", + "years", + "of", + "all", + "distinct", + "artists", + "who", + "made", + "sculptures", + "after", + "1920", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + 1920.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT T1.birthYear FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID WHERE T2.year > 1920", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.birthYear", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "sculptures", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.sculptorID", + "WHERE", + "T2.year", + ">", + "1920" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "birthyear", + "from", + "artists", + "as", + "t1", + "join", + "sculptures", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "sculptorid", + "where", + "t2", + ".", + "year", + ">", + "value" + ], + "question": "What is the birth year of each distinct artists who created sculptures after 1920?", + "question_toks": [ + "What", + "is", + "the", + "birth", + "year", + "of", + "each", + "distinct", + "artists", + "who", + "created", + "sculptures", + "after", + "1920", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + 1920.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT lname , fname FROM artists ORDER BY deathYear - birthYear DESC LIMIT 1", + "query_toks": [ + "SELECT", + "lname", + ",", + "fname", + "FROM", + "artists", + "ORDER", + "BY", + "deathYear", + "-", + "birthYear", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "lname", + ",", + "fname", + "from", + "artists", + "order", + "by", + "deathyear", + "-", + "birthyear", + "desc", + "limit", + "value" + ], + "question": "What are the first and last names of the artist who lived the longest?", + "question_toks": [ + "What", + "are", + "the", + "first", + "and", + "last", + "names", + "of", + "the", + "artist", + "who", + "lived", + "the", + "longest", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 1, + [ + 0, + 5, + false + ], + [ + 0, + 4, + false + ] + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT lname , fname FROM artists ORDER BY deathYear - birthYear DESC LIMIT 1", + "query_toks": [ + "SELECT", + "lname", + ",", + "fname", + "FROM", + "artists", + "ORDER", + "BY", + "deathYear", + "-", + "birthYear", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "lname", + ",", + "fname", + "from", + "artists", + "order", + "by", + "deathyear", + "-", + "birthyear", + "desc", + "limit", + "value" + ], + "question": "Give the full name of the artist who lived the longest.", + "question_toks": [ + "Give", + "the", + "full", + "name", + "of", + "the", + "artist", + "who", + "lived", + "the", + "longest", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 1, + [ + 0, + 5, + false + ], + [ + 0, + 4, + false + ] + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT deathYear - birthYear FROM artists ORDER BY deathYear - birthYear LIMIT 1", + "query_toks": [ + "SELECT", + "deathYear", + "-", + "birthYear", + "FROM", + "artists", + "ORDER", + "BY", + "deathYear", + "-", + "birthYear", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "deathyear", + "-", + "birthyear", + "from", + "artists", + "order", + "by", + "deathyear", + "-", + "birthyear", + "limit", + "value" + ], + "question": "What is the age of the artist who had the shortest life?", + "question_toks": [ + "What", + "is", + "the", + "age", + "of", + "the", + "artist", + "who", + "had", + "the", + "shortest", + "life", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 1, + [ + 0, + 5, + false + ], + [ + 0, + 4, + false + ] + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 1, + [ + 0, + 5, + false + ], + [ + 0, + 4, + false + ] + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT deathYear - birthYear FROM artists ORDER BY deathYear - birthYear LIMIT 1", + "query_toks": [ + "SELECT", + "deathYear", + "-", + "birthYear", + "FROM", + "artists", + "ORDER", + "BY", + "deathYear", + "-", + "birthYear", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "deathyear", + "-", + "birthyear", + "from", + "artists", + "order", + "by", + "deathyear", + "-", + "birthyear", + "limit", + "value" + ], + "question": "How old is the artist who lived the shortest life?", + "question_toks": [ + "How", + "old", + "is", + "the", + "artist", + "who", + "lived", + "the", + "shortest", + "life", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 1, + [ + 0, + 5, + false + ], + [ + 0, + 4, + false + ] + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 1, + [ + 0, + 5, + false + ], + [ + 0, + 4, + false + ] + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT fname , deathYear - birthYear FROM artists ORDER BY deathYear - birthYear DESC LIMIT 1", + "query_toks": [ + "SELECT", + "fname", + ",", + "deathYear", + "-", + "birthYear", + "FROM", + "artists", + "ORDER", + "BY", + "deathYear", + "-", + "birthYear", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "fname", + ",", + "deathyear", + "-", + "birthyear", + "from", + "artists", + "order", + "by", + "deathyear", + "-", + "birthyear", + "desc", + "limit", + "value" + ], + "question": "What are the first name and age of the artist who had the longest life?", + "question_toks": [ + "What", + "are", + "the", + "first", + "name", + "and", + "age", + "of", + "the", + "artist", + "who", + "had", + "the", + "longest", + "life", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 1, + [ + 0, + 5, + false + ], + [ + 0, + 4, + false + ] + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 1, + [ + 0, + 5, + false + ], + [ + 0, + 4, + false + ] + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT fname , deathYear - birthYear FROM artists ORDER BY deathYear - birthYear DESC LIMIT 1", + "query_toks": [ + "SELECT", + "fname", + ",", + "deathYear", + "-", + "birthYear", + "FROM", + "artists", + "ORDER", + "BY", + "deathYear", + "-", + "birthYear", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "fname", + ",", + "deathyear", + "-", + "birthyear", + "from", + "artists", + "order", + "by", + "deathyear", + "-", + "birthyear", + "desc", + "limit", + "value" + ], + "question": "What is the first name and age of the artist who lived the longest?", + "question_toks": [ + "What", + "is", + "the", + "first", + "name", + "and", + "age", + "of", + "the", + "artist", + "who", + "lived", + "the", + "longest", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 1, + [ + 0, + 5, + false + ], + [ + 0, + 4, + false + ] + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 1, + [ + 0, + 5, + false + ], + [ + 0, + 4, + false + ] + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT count(*) FROM paintings WHERE LOCATION = \"Gallery 240\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "paintings", + "WHERE", + "LOCATION", + "=", + "``", + "Gallery", + "240", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "paintings", + "where", + "location", + "=", + "value" + ], + "question": "How many paintings are exhibited at gallery 240?", + "question_toks": [ + "How", + "many", + "paintings", + "are", + "exhibited", + "at", + "gallery", + "240", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Gallery 240\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT count(*) FROM paintings WHERE LOCATION = \"Gallery 240\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "paintings", + "WHERE", + "LOCATION", + "=", + "``", + "Gallery", + "240", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "paintings", + "where", + "location", + "=", + "value" + ], + "question": "What is the total number of paintings exhibited in gallery 240?", + "question_toks": [ + "What", + "is", + "the", + "total", + "number", + "of", + "paintings", + "exhibited", + "in", + "gallery", + "240", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Gallery 240\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "select count(*) from artists as t1 join paintings as t2 on t1.artistid = t2.painterid group by t2.painterid order by t1.deathyear - t1.birthyear desc limit 1", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1.artistid", + "=", + "t2.painterid", + "group", + "by", + "t2.painterid", + "order", + "by", + "t1.deathyear", + "-", + "t1.birthyear", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "group", + "by", + "t2", + ".", + "painterid", + "order", + "by", + "t1", + ".", + "deathyear", + "-", + "t1", + ".", + "birthyear", + "desc", + "limit", + "value" + ], + "question": "How many paintings did the artist with the longest life make ?", + "question_toks": [ + "How", + "many", + "paintings", + "did", + "the", + "artist", + "with", + "the", + "longest", + "life", + "make", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 1, + [ + 0, + 5, + false + ], + [ + 0, + 4, + false + ] + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "select count(*) from artists as t1 join paintings as t2 on t1.artistid = t2.painterid group by t2.painterid order by t1.deathyear - t1.birthyear desc limit 1", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1.artistid", + "=", + "t2.painterid", + "group", + "by", + "t2.painterid", + "order", + "by", + "t1.deathyear", + "-", + "t1.birthyear", + "desc", + "limit", + "1" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "group", + "by", + "t2", + ".", + "painterid", + "order", + "by", + "t1", + ".", + "deathyear", + "-", + "t1", + ".", + "birthyear", + "desc", + "limit", + "value" + ], + "question": "What is the painting count of the artist with the longest life ?", + "question_toks": [ + "What", + "is", + "the", + "painting", + "count", + "of", + "the", + "artist", + "with", + "the", + "longest", + "life", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 1, + [ + 0, + 5, + false + ], + [ + 0, + 4, + false + ] + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T2.title , T2.year FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.fname = \"Mary\"", + "query_toks": [ + "SELECT", + "T2.title", + ",", + "T2.year", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T1.fname", + "=", + "``", + "Mary", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + ",", + "t2", + ".", + "year", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t1", + ".", + "fname", + "=", + "value" + ], + "question": "Give me a list of names and years of paintings that were created by the artist whose first name is Mary.", + "question_toks": [ + "Give", + "me", + "a", + "list", + "of", + "names", + "and", + "years", + "of", + "paintings", + "that", + "were", + "created", + "by", + "the", + "artist", + "whose", + "first", + "name", + "is", + "Mary", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Mary\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T2.title , T2.year FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.fname = \"Mary\"", + "query_toks": [ + "SELECT", + "T2.title", + ",", + "T2.year", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T1.fname", + "=", + "``", + "Mary", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + ",", + "t2", + ".", + "year", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t1", + ".", + "fname", + "=", + "value" + ], + "question": "What is the name and year of each painting created by the artist whose first name is Mary?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "year", + "of", + "each", + "painting", + "created", + "by", + "the", + "artist", + "whose", + "first", + "name", + "is", + "Mary", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Mary\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T2.width_mm FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.birthYear < 1850", + "query_toks": [ + "SELECT", + "T2.width_mm", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T1.birthYear", + "<", + "1850" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "width_mm", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t1", + ".", + "birthyear", + "<", + "value" + ], + "question": "What are the widths of the paintings that were created by the artist who was born before 1850?", + "question_toks": [ + "What", + "are", + "the", + "widths", + "of", + "the", + "paintings", + "that", + "were", + "created", + "by", + "the", + "artist", + "who", + "was", + "born", + "before", + "1850", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 1850.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T2.width_mm FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.birthYear < 1850", + "query_toks": [ + "SELECT", + "T2.width_mm", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T1.birthYear", + "<", + "1850" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "width_mm", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t1", + ".", + "birthyear", + "<", + "value" + ], + "question": "How wide were the paintings by the artist who was born prior to 1850?", + "question_toks": [ + "How", + "wide", + "were", + "the", + "paintings", + "by", + "the", + "artist", + "who", + "was", + "born", + "prior", + "to", + "1850", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 1850.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T2.location , T2.medium FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.fname = \"Pablo\"", + "query_toks": [ + "SELECT", + "T2.location", + ",", + "T2.medium", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T1.fname", + "=", + "``", + "Pablo", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "location", + ",", + "t2", + ".", + "medium", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t1", + ".", + "fname", + "=", + "value" + ], + "question": "What are the location and medium type of paintings that are created by the artist whose first name is Pablo?", + "question_toks": [ + "What", + "are", + "the", + "location", + "and", + "medium", + "type", + "of", + "paintings", + "that", + "are", + "created", + "by", + "the", + "artist", + "whose", + "first", + "name", + "is", + "Pablo", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Pablo\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T2.location , T2.medium FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.fname = \"Pablo\"", + "query_toks": [ + "SELECT", + "T2.location", + ",", + "T2.medium", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T1.fname", + "=", + "``", + "Pablo", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "location", + ",", + "t2", + ".", + "medium", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t1", + ".", + "fname", + "=", + "value" + ], + "question": "In what locations and on what mediums are the paintings created by the artist with the first name Pablo?", + "question_toks": [ + "In", + "what", + "locations", + "and", + "on", + "what", + "mediums", + "are", + "the", + "paintings", + "created", + "by", + "the", + "artist", + "with", + "the", + "first", + "name", + "Pablo", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Pablo\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.lname , T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID INTERSECT SELECT T3.lname , T3.fname FROM artists AS T3 JOIN paintings AS T4 ON T3.artistID = T4.painterID", + "query_toks": [ + "SELECT", + "T1.lname", + ",", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "sculptures", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.sculptorID", + "INTERSECT", + "SELECT", + "T3.lname", + ",", + "T3.fname", + "FROM", + "artists", + "AS", + "T3", + "JOIN", + "paintings", + "AS", + "T4", + "ON", + "T3.artistID", + "=", + "T4.painterID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "lname", + ",", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "sculptures", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "sculptorid", + "intersect", + "select", + "t3", + ".", + "lname", + ",", + "t3", + ".", + "fname", + "from", + "artists", + "as", + "t3", + "join", + "paintings", + "as", + "t4", + "on", + "t3", + ".", + "artistid", + "=", + "t4", + ".", + "painterid" + ], + "question": "Find the first and last names of the artists who have both works of paintings and sculptures?", + "question_toks": [ + "Find", + "the", + "first", + "and", + "last", + "names", + "of", + "the", + "artists", + "who", + "have", + "both", + "works", + "of", + "paintings", + "and", + "sculptures", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.lname , T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID INTERSECT SELECT T3.lname , T3.fname FROM artists AS T3 JOIN paintings AS T4 ON T3.artistID = T4.painterID", + "query_toks": [ + "SELECT", + "T1.lname", + ",", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "sculptures", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.sculptorID", + "INTERSECT", + "SELECT", + "T3.lname", + ",", + "T3.fname", + "FROM", + "artists", + "AS", + "T3", + "JOIN", + "paintings", + "AS", + "T4", + "ON", + "T3.artistID", + "=", + "T4.painterID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "lname", + ",", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "sculptures", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "sculptorid", + "intersect", + "select", + "t3", + ".", + "lname", + ",", + "t3", + ".", + "fname", + "from", + "artists", + "as", + "t3", + "join", + "paintings", + "as", + "t4", + "on", + "t3", + ".", + "artistid", + "=", + "t4", + ".", + "painterid" + ], + "question": "Give the full names of artists who have created paintings and sculptures.", + "question_toks": [ + "Give", + "the", + "full", + "names", + "of", + "artists", + "who", + "have", + "created", + "paintings", + "and", + "sculptures", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.lname , T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.medium = \"oil\" INTERSECT SELECT T3.lname , T3.fname FROM artists AS T3 JOIN paintings AS T4 ON T3.artistID = T4.painterID WHERE T4.medium = \"lithograph\"", + "query_toks": [ + "SELECT", + "T1.lname", + ",", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T2.medium", + "=", + "``", + "oil", + "''", + "INTERSECT", + "SELECT", + "T3.lname", + ",", + "T3.fname", + "FROM", + "artists", + "AS", + "T3", + "JOIN", + "paintings", + "AS", + "T4", + "ON", + "T3.artistID", + "=", + "T4.painterID", + "WHERE", + "T4.medium", + "=", + "``", + "lithograph", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "lname", + ",", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t2", + ".", + "medium", + "=", + "value", + "intersect", + "select", + "t3", + ".", + "lname", + ",", + "t3", + ".", + "fname", + "from", + "artists", + "as", + "t3", + "join", + "paintings", + "as", + "t4", + "on", + "t3", + ".", + "artistid", + "=", + "t4", + ".", + "painterid", + "where", + "t4", + ".", + "medium", + "=", + "value" + ], + "question": "What are the first and last names of the artists who have not only medium oil paintings but also paintings with the lithographic medium?", + "question_toks": [ + "What", + "are", + "the", + "first", + "and", + "last", + "names", + "of", + "the", + "artists", + "who", + "have", + "not", + "only", + "medium", + "oil", + "paintings", + "but", + "also", + "paintings", + "with", + "the", + "lithographic", + "medium", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oil\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"lithograph\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.lname , T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.medium = \"oil\" INTERSECT SELECT T3.lname , T3.fname FROM artists AS T3 JOIN paintings AS T4 ON T3.artistID = T4.painterID WHERE T4.medium = \"lithograph\"", + "query_toks": [ + "SELECT", + "T1.lname", + ",", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T2.medium", + "=", + "``", + "oil", + "''", + "INTERSECT", + "SELECT", + "T3.lname", + ",", + "T3.fname", + "FROM", + "artists", + "AS", + "T3", + "JOIN", + "paintings", + "AS", + "T4", + "ON", + "T3.artistID", + "=", + "T4.painterID", + "WHERE", + "T4.medium", + "=", + "``", + "lithograph", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "lname", + ",", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t2", + ".", + "medium", + "=", + "value", + "intersect", + "select", + "t3", + ".", + "lname", + ",", + "t3", + ".", + "fname", + "from", + "artists", + "as", + "t3", + "join", + "paintings", + "as", + "t4", + "on", + "t3", + ".", + "artistid", + "=", + "t4", + ".", + "painterid", + "where", + "t4", + ".", + "medium", + "=", + "value" + ], + "question": "What are the first and last names of artists who have painted using both oil and lithographic mediums?", + "question_toks": [ + "What", + "are", + "the", + "first", + "and", + "last", + "names", + "of", + "artists", + "who", + "have", + "painted", + "using", + "both", + "oil", + "and", + "lithographic", + "mediums", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oil\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"lithograph\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.birthYear FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.year = 1884 AND mediumOn = \"canvas\"", + "query_toks": [ + "SELECT", + "T1.birthYear", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T2.year", + "=", + "1884", + "AND", + "mediumOn", + "=", + "``", + "canvas", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "birthyear", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "mediumon", + "=", + "value" + ], + "question": "What is the birth year of the artist who created a painting in 1884 that is on canvas?", + "question_toks": [ + "What", + "is", + "the", + "birth", + "year", + "of", + "the", + "artist", + "who", + "created", + "a", + "painting", + "in", + "1884", + "that", + "is", + "on", + "canvas", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1884.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"canvas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.birthYear FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.year = 1884 AND mediumOn = \"canvas\"", + "query_toks": [ + "SELECT", + "T1.birthYear", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T2.year", + "=", + "1884", + "AND", + "mediumOn", + "=", + "``", + "canvas", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "birthyear", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "mediumon", + "=", + "value" + ], + "question": "In what year was the artist who created a painting in 1884 born?", + "question_toks": [ + "In", + "what", + "year", + "was", + "the", + "artist", + "who", + "created", + "a", + "painting", + "in", + "1884", + "born", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1884.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"canvas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.medium = \"oil\" AND LOCATION = \"Gallery 241\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T2.medium", + "=", + "``", + "oil", + "''", + "AND", + "LOCATION", + "=", + "``", + "Gallery", + "241", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t2", + ".", + "medium", + "=", + "value", + "and", + "location", + "=", + "value" + ], + "question": "What are the unique first names of the artists who had medium oil paintings located in gallery 241?", + "question_toks": [ + "What", + "are", + "the", + "unique", + "first", + "names", + "of", + "the", + "artists", + "who", + "had", + "medium", + "oil", + "paintings", + "located", + "in", + "gallery", + "241", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oil\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Gallery 241\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.medium = \"oil\" AND LOCATION = \"Gallery 241\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T2.medium", + "=", + "``", + "oil", + "''", + "AND", + "LOCATION", + "=", + "``", + "Gallery", + "241", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t2", + ".", + "medium", + "=", + "value", + "and", + "location", + "=", + "value" + ], + "question": "What are first names of the artists with oil paintings in gallery 241?", + "question_toks": [ + "What", + "are", + "first", + "names", + "of", + "the", + "artists", + "with", + "oil", + "paintings", + "in", + "gallery", + "241", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oil\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Gallery 241\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT count(*) , medium FROM paintings GROUP BY medium", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "medium", + "FROM", + "paintings", + "GROUP", + "BY", + "medium" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "medium", + "from", + "paintings", + "group", + "by", + "medium" + ], + "question": "What are the numbers of works for different medium type?", + "question_toks": [ + "What", + "are", + "the", + "numbers", + "of", + "works", + "for", + "different", + "medium", + "type", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT count(*) , medium FROM paintings GROUP BY medium", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "medium", + "FROM", + "paintings", + "GROUP", + "BY", + "medium" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "medium", + "from", + "paintings", + "group", + "by", + "medium" + ], + "question": "How many works are there in each medium?", + "question_toks": [ + "How", + "many", + "works", + "are", + "there", + "in", + "each", + "medium", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT avg(height_mm) , medium FROM paintings GROUP BY medium", + "query_toks": [ + "SELECT", + "avg", + "(", + "height_mm", + ")", + ",", + "medium", + "FROM", + "paintings", + "GROUP", + "BY", + "medium" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "height_mm", + ")", + ",", + "medium", + "from", + "paintings", + "group", + "by", + "medium" + ], + "question": "What are the average height of paintings for different medium types?", + "question_toks": [ + "What", + "are", + "the", + "average", + "height", + "of", + "paintings", + "for", + "different", + "medium", + "types", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT avg(height_mm) , medium FROM paintings GROUP BY medium", + "query_toks": [ + "SELECT", + "avg", + "(", + "height_mm", + ")", + ",", + "medium", + "FROM", + "paintings", + "GROUP", + "BY", + "medium" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "height_mm", + ")", + ",", + "medium", + "from", + "paintings", + "group", + "by", + "medium" + ], + "question": "What is the average height of paintings for different medium types?", + "question_toks": [ + "What", + "is", + "the", + "average", + "height", + "of", + "paintings", + "for", + "different", + "medium", + "types", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT count(*) , LOCATION FROM paintings WHERE YEAR < 1900 GROUP BY LOCATION", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "YEAR", + "<", + "1900", + "GROUP", + "BY", + "LOCATION" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "location", + "from", + "paintings", + "where", + "year", + "<", + "value", + "group", + "by", + "location" + ], + "question": "What are the numbers of paintings created before 1900 in different places?", + "question_toks": [ + "What", + "are", + "the", + "numbers", + "of", + "paintings", + "created", + "before", + "1900", + "in", + "different", + "places", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1900.0, + null + ] + ], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT count(*) , LOCATION FROM paintings WHERE YEAR < 1900 GROUP BY LOCATION", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "YEAR", + "<", + "1900", + "GROUP", + "BY", + "LOCATION" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "location", + "from", + "paintings", + "where", + "year", + "<", + "value", + "group", + "by", + "location" + ], + "question": "How many paintings were created before 1900 in different locations?", + "question_toks": [ + "How", + "many", + "paintings", + "were", + "created", + "before", + "1900", + "in", + "different", + "locations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1900.0, + null + ] + ], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title FROM paintings WHERE YEAR > 1910 AND medium = \"oil\"", + "query_toks": [ + "SELECT", + "title", + "FROM", + "paintings", + "WHERE", + "YEAR", + ">", + "1910", + "AND", + "medium", + "=", + "``", + "oil", + "''" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "paintings", + "where", + "year", + ">", + "value", + "and", + "medium", + "=", + "value" + ], + "question": "What are the titles of paintings that are created after 1910 and whose medium is oil?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "paintings", + "that", + "are", + "created", + "after", + "1910", + "and", + "whose", + "medium", + "is", + "oil", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1910.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oil\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title FROM paintings WHERE YEAR > 1910 AND medium = \"oil\"", + "query_toks": [ + "SELECT", + "title", + "FROM", + "paintings", + "WHERE", + "YEAR", + ">", + "1910", + "AND", + "medium", + "=", + "``", + "oil", + "''" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "paintings", + "where", + "year", + ">", + "value", + "and", + "medium", + "=", + "value" + ], + "question": "Give the names of all oil paintings created after 1910.", + "question_toks": [ + "Give", + "the", + "names", + "of", + "all", + "oil", + "paintings", + "created", + "after", + "1910", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1910.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oil\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT painterID FROM paintings WHERE medium = \"oil\" AND LOCATION = \"Gallery 240\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "painterID", + "FROM", + "paintings", + "WHERE", + "medium", + "=", + "``", + "oil", + "''", + "AND", + "LOCATION", + "=", + "``", + "Gallery", + "240", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "painterid", + "from", + "paintings", + "where", + "medium", + "=", + "value", + "and", + "location", + "=", + "value" + ], + "question": "Find the unique id of the painters who had medium oil paintings exhibited at gallery 240?", + "question_toks": [ + "Find", + "the", + "unique", + "id", + "of", + "the", + "painters", + "who", + "had", + "medium", + "oil", + "paintings", + "exhibited", + "at", + "gallery", + "240", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oil\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Gallery 240\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT painterID FROM paintings WHERE medium = \"oil\" AND LOCATION = \"Gallery 240\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "painterID", + "FROM", + "paintings", + "WHERE", + "medium", + "=", + "``", + "oil", + "''", + "AND", + "LOCATION", + "=", + "``", + "Gallery", + "240", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "painterid", + "from", + "paintings", + "where", + "medium", + "=", + "value", + "and", + "location", + "=", + "value" + ], + "question": "What is the unique id of every painter who had a medium oil painting displayed at gallery 240?", + "question_toks": [ + "What", + "is", + "the", + "unique", + "id", + "of", + "every", + "painter", + "who", + "had", + "a", + "medium", + "oil", + "painting", + "displayed", + "at", + "gallery", + "240", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oil\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Gallery 240\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT title FROM paintings WHERE height_mm > (SELECT min(height_mm) FROM paintings WHERE mediumOn = \"canvas\")", + "query_toks": [ + "SELECT", + "DISTINCT", + "title", + "FROM", + "paintings", + "WHERE", + "height_mm", + ">", + "(", + "SELECT", + "min", + "(", + "height_mm", + ")", + "FROM", + "paintings", + "WHERE", + "mediumOn", + "=", + "``", + "canvas", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "distinct", + "title", + "from", + "paintings", + "where", + "height_mm", + ">", + "(", + "select", + "min", + "(", + "height_mm", + ")", + "from", + "paintings", + "where", + "mediumon", + "=", + "value", + ")" + ], + "question": "Find the distinct titles of all the paintings that have a longer height than some painting on canvas?", + "question_toks": [ + "Find", + "the", + "distinct", + "titles", + "of", + "all", + "the", + "paintings", + "that", + "have", + "a", + "longer", + "height", + "than", + "some", + "painting", + "on", + "canvas", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"canvas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT title FROM paintings WHERE height_mm > (SELECT min(height_mm) FROM paintings WHERE mediumOn = \"canvas\")", + "query_toks": [ + "SELECT", + "DISTINCT", + "title", + "FROM", + "paintings", + "WHERE", + "height_mm", + ">", + "(", + "SELECT", + "min", + "(", + "height_mm", + ")", + "FROM", + "paintings", + "WHERE", + "mediumOn", + "=", + "``", + "canvas", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "distinct", + "title", + "from", + "paintings", + "where", + "height_mm", + ">", + "(", + "select", + "min", + "(", + "height_mm", + ")", + "from", + "paintings", + "where", + "mediumon", + "=", + "value", + ")" + ], + "question": "What are the distinct titles of every painting that has a greater height than some painting on canvas?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "titles", + "of", + "every", + "painting", + "that", + "has", + "a", + "greater", + "height", + "than", + "some", + "painting", + "on", + "canvas", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"canvas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT paintingID FROM paintings WHERE YEAR < (SELECT max(YEAR) FROM paintings WHERE LOCATION = \"Gallery 240\")", + "query_toks": [ + "SELECT", + "paintingID", + "FROM", + "paintings", + "WHERE", + "YEAR", + "<", + "(", + "SELECT", + "max", + "(", + "YEAR", + ")", + "FROM", + "paintings", + "WHERE", + "LOCATION", + "=", + "``", + "Gallery", + "240", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "paintingid", + "from", + "paintings", + "where", + "year", + "<", + "(", + "select", + "max", + "(", + "year", + ")", + "from", + "paintings", + "where", + "location", + "=", + "value", + ")" + ], + "question": "Find the distinct ids of all paintings that are older than some painting at location gallery 240.", + "question_toks": [ + "Find", + "the", + "distinct", + "ids", + "of", + "all", + "paintings", + "that", + "are", + "older", + "than", + "some", + "painting", + "at", + "location", + "gallery", + "240", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Gallery 240\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT paintingID FROM paintings WHERE YEAR < (SELECT max(YEAR) FROM paintings WHERE LOCATION = \"Gallery 240\")", + "query_toks": [ + "SELECT", + "paintingID", + "FROM", + "paintings", + "WHERE", + "YEAR", + "<", + "(", + "SELECT", + "max", + "(", + "YEAR", + ")", + "FROM", + "paintings", + "WHERE", + "LOCATION", + "=", + "``", + "Gallery", + "240", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "paintingid", + "from", + "paintings", + "where", + "year", + "<", + "(", + "select", + "max", + "(", + "year", + ")", + "from", + "paintings", + "where", + "location", + "=", + "value", + ")" + ], + "question": "What are the distinct ids of every painting that is older than some painting in gallery 240?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "ids", + "of", + "every", + "painting", + "that", + "is", + "older", + "than", + "some", + "painting", + "in", + "gallery", + "240", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Gallery 240\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT paintingID FROM paintings ORDER BY YEAR LIMIT 1", + "query_toks": [ + "SELECT", + "paintingID", + "FROM", + "paintings", + "ORDER", + "BY", + "YEAR", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "paintingid", + "from", + "paintings", + "order", + "by", + "year", + "limit", + "value" + ], + "question": "Find the id of the oldest painting.", + "question_toks": [ + "Find", + "the", + "id", + "of", + "the", + "oldest", + "painting", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT paintingID FROM paintings ORDER BY YEAR LIMIT 1", + "query_toks": [ + "SELECT", + "paintingID", + "FROM", + "paintings", + "ORDER", + "BY", + "YEAR", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "paintingid", + "from", + "paintings", + "order", + "by", + "year", + "limit", + "value" + ], + "question": "What is the id of the oldest painting?", + "question_toks": [ + "What", + "is", + "the", + "id", + "of", + "the", + "oldest", + "painting", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.lname , T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID WHERE T2.title LIKE \"%female%\"", + "query_toks": [ + "SELECT", + "T1.lname", + ",", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "sculptures", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.sculptorID", + "WHERE", + "T2.title", + "LIKE", + "``", + "%", + "female", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "lname", + ",", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "sculptures", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "sculptorid", + "where", + "t2", + ".", + "title", + "like", + "value" + ], + "question": "What are the first and last name of the artist who had a sculpture work whose title has the word \u201cfemale\u201d in it?", + "question_toks": [ + "What", + "are", + "the", + "first", + "and", + "last", + "name", + "of", + "the", + "artist", + "who", + "had", + "a", + "sculpture", + "work", + "whose", + "title", + "has", + "the", + "word", + "\u201cfemale\u201d", + "in", + "it", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"%female%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.lname , T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID WHERE T2.title LIKE \"%female%\"", + "query_toks": [ + "SELECT", + "T1.lname", + ",", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "sculptures", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.sculptorID", + "WHERE", + "T2.title", + "LIKE", + "``", + "%", + "female", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "lname", + ",", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "sculptures", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "sculptorid", + "where", + "t2", + ".", + "title", + "like", + "value" + ], + "question": "What is the full name of the artist with a sculpture whose title includes the word \"female\"?", + "question_toks": [ + "What", + "is", + "the", + "full", + "name", + "of", + "the", + "artist", + "with", + "a", + "sculpture", + "whose", + "title", + "includes", + "the", + "word", + "``", + "female", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"%female%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT title FROM paintings ORDER BY title", + "query_toks": [ + "SELECT", + "DISTINCT", + "title", + "FROM", + "paintings", + "ORDER", + "BY", + "title" + ], + "query_toks_no_value": [ + "select", + "distinct", + "title", + "from", + "paintings", + "order", + "by", + "title" + ], + "question": "List the names of all distinct paintings in alphabetical order.", + "question_toks": [ + "List", + "the", + "names", + "of", + "all", + "distinct", + "paintings", + "in", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT title FROM paintings ORDER BY title", + "query_toks": [ + "SELECT", + "DISTINCT", + "title", + "FROM", + "paintings", + "ORDER", + "BY", + "title" + ], + "query_toks_no_value": [ + "select", + "distinct", + "title", + "from", + "paintings", + "order", + "by", + "title" + ], + "question": "What is the name of every distinct painting in alphabetical order?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "every", + "distinct", + "painting", + "in", + "alphabetical", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT title FROM paintings ORDER BY height_mm", + "query_toks": [ + "SELECT", + "DISTINCT", + "title", + "FROM", + "paintings", + "ORDER", + "BY", + "height_mm" + ], + "query_toks_no_value": [ + "select", + "distinct", + "title", + "from", + "paintings", + "order", + "by", + "height_mm" + ], + "question": "List the names of all distinct paintings ordered by length.", + "question_toks": [ + "List", + "the", + "names", + "of", + "all", + "distinct", + "paintings", + "ordered", + "by", + "length", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT title FROM paintings ORDER BY height_mm", + "query_toks": [ + "SELECT", + "DISTINCT", + "title", + "FROM", + "paintings", + "ORDER", + "BY", + "height_mm" + ], + "query_toks_no_value": [ + "select", + "distinct", + "title", + "from", + "paintings", + "order", + "by", + "height_mm" + ], + "question": "List the names of all distinct paintings from shortest to longest in height.", + "question_toks": [ + "List", + "the", + "names", + "of", + "all", + "distinct", + "paintings", + "from", + "shortest", + "to", + "longest", + "in", + "height", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title FROM paintings WHERE YEAR BETWEEN 1900 AND 1950 UNION SELECT title FROM sculptures WHERE YEAR BETWEEN 1900 AND 1950", + "query_toks": [ + "SELECT", + "title", + "FROM", + "paintings", + "WHERE", + "YEAR", + "BETWEEN", + "1900", + "AND", + "1950", + "UNION", + "SELECT", + "title", + "FROM", + "sculptures", + "WHERE", + "YEAR", + "BETWEEN", + "1900", + "AND", + "1950" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "paintings", + "where", + "year", + "between", + "value", + "and", + "value", + "union", + "select", + "title", + "from", + "sculptures", + "where", + "year", + "between", + "value", + "and", + "value" + ], + "question": "What are the names of both paintings and sculptures created between 1900 and 1950?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "both", + "paintings", + "and", + "sculptures", + "created", + "between", + "1900", + "and", + "1950", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1900.0, + 1950.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + 1900.0, + 1950.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title FROM paintings WHERE YEAR BETWEEN 1900 AND 1950 UNION SELECT title FROM sculptures WHERE YEAR BETWEEN 1900 AND 1950", + "query_toks": [ + "SELECT", + "title", + "FROM", + "paintings", + "WHERE", + "YEAR", + "BETWEEN", + "1900", + "AND", + "1950", + "UNION", + "SELECT", + "title", + "FROM", + "sculptures", + "WHERE", + "YEAR", + "BETWEEN", + "1900", + "AND", + "1950" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "paintings", + "where", + "year", + "between", + "value", + "and", + "value", + "union", + "select", + "title", + "from", + "sculptures", + "where", + "year", + "between", + "value", + "and", + "value" + ], + "question": "What are the names of paintings and scupltures created between 1900 and 1950?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "paintings", + "and", + "scupltures", + "created", + "between", + "1900", + "and", + "1950", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1900.0, + 1950.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + 1900.0, + 1950.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T2.title FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.artistID = 222 UNION SELECT T4.title FROM artists AS T3 JOIN sculptures AS T4 ON T3.artistID = T4.sculptorID WHERE T3.artistID = 222", + "query_toks": [ + "SELECT", + "T2.title", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T1.artistID", + "=", + "222", + "UNION", + "SELECT", + "T4.title", + "FROM", + "artists", + "AS", + "T3", + "JOIN", + "sculptures", + "AS", + "T4", + "ON", + "T3.artistID", + "=", + "T4.sculptorID", + "WHERE", + "T3.artistID", + "=", + "222" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t1", + ".", + "artistid", + "=", + "value", + "union", + "select", + "t4", + ".", + "title", + "from", + "artists", + "as", + "t3", + "join", + "sculptures", + "as", + "t4", + "on", + "t3", + ".", + "artistid", + "=", + "t4", + ".", + "sculptorid", + "where", + "t3", + ".", + "artistid", + "=", + "value" + ], + "question": "Find the titles of paintings and sculpture works made by the artist whose id is 222?", + "question_toks": [ + "Find", + "the", + "titles", + "of", + "paintings", + "and", + "sculpture", + "works", + "made", + "by", + "the", + "artist", + "whose", + "id", + "is", + "222", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + 222.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + 222.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T2.title FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.artistID = 222 UNION SELECT T4.title FROM artists AS T3 JOIN sculptures AS T4 ON T3.artistID = T4.sculptorID WHERE T3.artistID = 222", + "query_toks": [ + "SELECT", + "T2.title", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T1.artistID", + "=", + "222", + "UNION", + "SELECT", + "T4.title", + "FROM", + "artists", + "AS", + "T3", + "JOIN", + "sculptures", + "AS", + "T4", + "ON", + "T3.artistID", + "=", + "T4.sculptorID", + "WHERE", + "T3.artistID", + "=", + "222" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t1", + ".", + "artistid", + "=", + "value", + "union", + "select", + "t4", + ".", + "title", + "from", + "artists", + "as", + "t3", + "join", + "sculptures", + "as", + "t4", + "on", + "t3", + ".", + "artistid", + "=", + "t4", + ".", + "sculptorid", + "where", + "t3", + ".", + "artistid", + "=", + "value" + ], + "question": "What are the titles of all paintings and sculpture works made by the artist whose id is 222?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "all", + "paintings", + "and", + "sculpture", + "works", + "made", + "by", + "the", + "artist", + "whose", + "id", + "is", + "222", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + 222.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + 222.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.artistID FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.year < 1900 GROUP BY T1.artistID ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.artistID", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T2.year", + "<", + "1900", + "GROUP", + "BY", + "T1.artistID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "artistid", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t2", + ".", + "year", + "<", + "value", + "group", + "by", + "t1", + ".", + "artistid", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the id of the artist who has the highest number of painting works before 1900?", + "question_toks": [ + "What", + "is", + "the", + "id", + "of", + "the", + "artist", + "who", + "has", + "the", + "highest", + "number", + "of", + "painting", + "works", + "before", + "1900", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1900.0, + null + ] + ], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.artistID FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.year < 1900 GROUP BY T1.artistID ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.artistID", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T2.year", + "<", + "1900", + "GROUP", + "BY", + "T1.artistID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "artistid", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t2", + ".", + "year", + "<", + "value", + "group", + "by", + "t1", + ".", + "artistid", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the id of the artist with the most paintings before 1900?", + "question_toks": [ + "What", + "is", + "the", + "id", + "of", + "the", + "artist", + "with", + "the", + "most", + "paintings", + "before", + "1900", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1900.0, + null + ] + ], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID GROUP BY T2.sculptorID ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "sculptures", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.sculptorID", + "GROUP", + "BY", + "T2.sculptorID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "sculptures", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "sculptorid", + "group", + "by", + "t2", + ".", + "sculptorid", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the first name of the artist who has the highest number of sculptures?", + "question_toks": [ + "What", + "is", + "the", + "first", + "name", + "of", + "the", + "artist", + "who", + "has", + "the", + "highest", + "number", + "of", + "sculptures", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 20, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID GROUP BY T2.sculptorID ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "sculptures", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.sculptorID", + "GROUP", + "BY", + "T2.sculptorID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "sculptures", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "sculptorid", + "group", + "by", + "t2", + ".", + "sculptorid", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the first name of the sculptor with the greatest number of works?", + "question_toks": [ + "What", + "is", + "the", + "first", + "name", + "of", + "the", + "sculptor", + "with", + "the", + "greatest", + "number", + "of", + "works", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 20, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title FROM paintings WHERE width_mm < 600 OR height_mm > 800", + "query_toks": [ + "SELECT", + "title", + "FROM", + "paintings", + "WHERE", + "width_mm", + "<", + "600", + "OR", + "height_mm", + ">", + "800" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "paintings", + "where", + "width_mm", + "<", + "value", + "or", + "height_mm", + ">", + "value" + ], + "question": "What are the names of paintings whose width is less than 600 or height is larger than 800?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "paintings", + "whose", + "width", + "is", + "less", + "than", + "600", + "or", + "height", + "is", + "larger", + "than", + "800", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 600.0, + null + ], + "or", + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 800.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title FROM paintings WHERE width_mm < 600 OR height_mm > 800", + "query_toks": [ + "SELECT", + "title", + "FROM", + "paintings", + "WHERE", + "width_mm", + "<", + "600", + "OR", + "height_mm", + ">", + "800" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "paintings", + "where", + "width_mm", + "<", + "value", + "or", + "height_mm", + ">", + "value" + ], + "question": "What are the titles of paintings that have a width less than 600 or a height taller taller than 800?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "paintings", + "that", + "have", + "a", + "width", + "less", + "than", + "600", + "or", + "a", + "height", + "taller", + "taller", + "than", + "800", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 600.0, + null + ], + "or", + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 800.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT LOCATION FROM paintings WHERE YEAR < 1885 OR YEAR > 1930", + "query_toks": [ + "SELECT", + "DISTINCT", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "YEAR", + "<", + "1885", + "OR", + "YEAR", + ">", + "1930" + ], + "query_toks_no_value": [ + "select", + "distinct", + "location", + "from", + "paintings", + "where", + "year", + "<", + "value", + "or", + "year", + ">", + "value" + ], + "question": "Which locations have paintings created before 1885 or after 1930?", + "question_toks": [ + "Which", + "locations", + "have", + "paintings", + "created", + "before", + "1885", + "or", + "after", + "1930", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1885.0, + null + ], + "or", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1930.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT LOCATION FROM paintings WHERE YEAR < 1885 OR YEAR > 1930", + "query_toks": [ + "SELECT", + "DISTINCT", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "YEAR", + "<", + "1885", + "OR", + "YEAR", + ">", + "1930" + ], + "query_toks_no_value": [ + "select", + "distinct", + "location", + "from", + "paintings", + "where", + "year", + "<", + "value", + "or", + "year", + ">", + "value" + ], + "question": "What locations have works painted before 1885 or after 1930?", + "question_toks": [ + "What", + "locations", + "have", + "works", + "painted", + "before", + "1885", + "or", + "after", + "1930", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1885.0, + null + ], + "or", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1930.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT paintingID FROM paintings WHERE height_mm > 500 AND height_mm < 2000", + "query_toks": [ + "SELECT", + "paintingID", + "FROM", + "paintings", + "WHERE", + "height_mm", + ">", + "500", + "AND", + "height_mm", + "<", + "2000" + ], + "query_toks_no_value": [ + "select", + "paintingid", + "from", + "paintings", + "where", + "height_mm", + ">", + "value", + "and", + "height_mm", + "<", + "value" + ], + "question": "Find the ids of paintings whose height is bigger than 500 and less than 2000?", + "question_toks": [ + "Find", + "the", + "ids", + "of", + "paintings", + "whose", + "height", + "is", + "bigger", + "than", + "500", + "and", + "less", + "than", + "2000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 500.0, + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT paintingID FROM paintings WHERE height_mm > 500 AND height_mm < 2000", + "query_toks": [ + "SELECT", + "paintingID", + "FROM", + "paintings", + "WHERE", + "height_mm", + ">", + "500", + "AND", + "height_mm", + "<", + "2000" + ], + "query_toks_no_value": [ + "select", + "paintingid", + "from", + "paintings", + "where", + "height_mm", + ">", + "value", + "and", + "height_mm", + "<", + "value" + ], + "question": "What are the ids of paintings that are taller than 500 and shorter than 2000?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "paintings", + "that", + "are", + "taller", + "than", + "500", + "and", + "shorter", + "than", + "2000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 500.0, + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT LOCATION FROM paintings WHERE mediumOn = \"panel\" INTERSECT SELECT DISTINCT LOCATION FROM paintings WHERE mediumOn = \"canvas\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "mediumOn", + "=", + "``", + "panel", + "''", + "INTERSECT", + "SELECT", + "DISTINCT", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "mediumOn", + "=", + "``", + "canvas", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "location", + "from", + "paintings", + "where", + "mediumon", + "=", + "value", + "intersect", + "select", + "distinct", + "location", + "from", + "paintings", + "where", + "mediumon", + "=", + "value" + ], + "question": "Which locations have paintings in the mediums of on panel and on canvas?", + "question_toks": [ + "Which", + "locations", + "have", + "paintings", + "in", + "the", + "mediums", + "of", + "on", + "panel", + "and", + "on", + "canvas", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"panel\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"canvas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT LOCATION FROM paintings WHERE mediumOn = \"panel\" INTERSECT SELECT DISTINCT LOCATION FROM paintings WHERE mediumOn = \"canvas\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "mediumOn", + "=", + "``", + "panel", + "''", + "INTERSECT", + "SELECT", + "DISTINCT", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "mediumOn", + "=", + "``", + "canvas", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "location", + "from", + "paintings", + "where", + "mediumon", + "=", + "value", + "intersect", + "select", + "distinct", + "location", + "from", + "paintings", + "where", + "mediumon", + "=", + "value" + ], + "question": "What are the locations that have paintings in the mediums of on panels and on canvas?", + "question_toks": [ + "What", + "are", + "the", + "locations", + "that", + "have", + "paintings", + "in", + "the", + "mediums", + "of", + "on", + "panels", + "and", + "on", + "canvas", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"panel\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"canvas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT LOCATION FROM paintings WHERE YEAR < 1885 INTERSECT SELECT DISTINCT LOCATION FROM paintings WHERE YEAR > 1930", + "query_toks": [ + "SELECT", + "DISTINCT", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "YEAR", + "<", + "1885", + "INTERSECT", + "SELECT", + "DISTINCT", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "YEAR", + ">", + "1930" + ], + "query_toks_no_value": [ + "select", + "distinct", + "location", + "from", + "paintings", + "where", + "year", + "<", + "value", + "intersect", + "select", + "distinct", + "location", + "from", + "paintings", + "where", + "year", + ">", + "value" + ], + "question": "Find the locations that have paintings created before 1885 and after 1930?", + "question_toks": [ + "Find", + "the", + "locations", + "that", + "have", + "paintings", + "created", + "before", + "1885", + "and", + "after", + "1930", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1885.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1930.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT LOCATION FROM paintings WHERE YEAR < 1885 INTERSECT SELECT DISTINCT LOCATION FROM paintings WHERE YEAR > 1930", + "query_toks": [ + "SELECT", + "DISTINCT", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "YEAR", + "<", + "1885", + "INTERSECT", + "SELECT", + "DISTINCT", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "YEAR", + ">", + "1930" + ], + "query_toks_no_value": [ + "select", + "distinct", + "location", + "from", + "paintings", + "where", + "year", + "<", + "value", + "intersect", + "select", + "distinct", + "location", + "from", + "paintings", + "where", + "year", + ">", + "value" + ], + "question": "What are the locations that have works painted before 1885 and after 1930?", + "question_toks": [ + "What", + "are", + "the", + "locations", + "that", + "have", + "works", + "painted", + "before", + "1885", + "and", + "after", + "1930", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1885.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1930.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT avg(height_mm) , avg(width_mm) FROM paintings WHERE medium = \"oil\" AND LOCATION = \"Gallery 241\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "height_mm", + ")", + ",", + "avg", + "(", + "width_mm", + ")", + "FROM", + "paintings", + "WHERE", + "medium", + "=", + "``", + "oil", + "''", + "AND", + "LOCATION", + "=", + "``", + "Gallery", + "241", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "height_mm", + ")", + ",", + "avg", + "(", + "width_mm", + ")", + "from", + "paintings", + "where", + "medium", + "=", + "value", + "and", + "location", + "=", + "value" + ], + "question": "What are the average height and width of paintings that are oil medium in the place of gallery 241?", + "question_toks": [ + "What", + "are", + "the", + "average", + "height", + "and", + "width", + "of", + "paintings", + "that", + "are", + "oil", + "medium", + "in", + "the", + "place", + "of", + "gallery", + "241", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oil\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Gallery 241\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT avg(height_mm) , avg(width_mm) FROM paintings WHERE medium = \"oil\" AND LOCATION = \"Gallery 241\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "height_mm", + ")", + ",", + "avg", + "(", + "width_mm", + ")", + "FROM", + "paintings", + "WHERE", + "medium", + "=", + "``", + "oil", + "''", + "AND", + "LOCATION", + "=", + "``", + "Gallery", + "241", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "height_mm", + ")", + ",", + "avg", + "(", + "width_mm", + ")", + "from", + "paintings", + "where", + "medium", + "=", + "value", + "and", + "location", + "=", + "value" + ], + "question": "What is the average height and width of paintings that are oil medium in gallery 241?", + "question_toks": [ + "What", + "is", + "the", + "average", + "height", + "and", + "width", + "of", + "paintings", + "that", + "are", + "oil", + "medium", + "in", + "gallery", + "241", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oil\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Gallery 241\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT max(height_mm) , paintingID FROM paintings WHERE YEAR < 1900", + "query_toks": [ + "SELECT", + "max", + "(", + "height_mm", + ")", + ",", + "paintingID", + "FROM", + "paintings", + "WHERE", + "YEAR", + "<", + "1900" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "height_mm", + ")", + ",", + "paintingid", + "from", + "paintings", + "where", + "year", + "<", + "value" + ], + "question": "What are the maximum height and id of paintings painted before 1900?", + "question_toks": [ + "What", + "are", + "the", + "maximum", + "height", + "and", + "id", + "of", + "paintings", + "painted", + "before", + "1900", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1900.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT max(height_mm) , paintingID FROM paintings WHERE YEAR < 1900", + "query_toks": [ + "SELECT", + "max", + "(", + "height_mm", + ")", + ",", + "paintingID", + "FROM", + "paintings", + "WHERE", + "YEAR", + "<", + "1900" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "height_mm", + ")", + ",", + "paintingid", + "from", + "paintings", + "where", + "year", + "<", + "value" + ], + "question": "What is the height and id of the tallest painting created before 1900?", + "question_toks": [ + "What", + "is", + "the", + "height", + "and", + "id", + "of", + "the", + "tallest", + "painting", + "created", + "before", + "1900", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1900.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT max(height_mm) , max(width_mm) , YEAR FROM paintings GROUP BY YEAR ORDER BY YEAR", + "query_toks": [ + "SELECT", + "max", + "(", + "height_mm", + ")", + ",", + "max", + "(", + "width_mm", + ")", + ",", + "YEAR", + "FROM", + "paintings", + "GROUP", + "BY", + "YEAR", + "ORDER", + "BY", + "YEAR" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "height_mm", + ")", + ",", + "max", + "(", + "width_mm", + ")", + ",", + "year", + "from", + "paintings", + "group", + "by", + "year", + "order", + "by", + "year" + ], + "question": "What are the maximum height and width of paintings for each year?", + "question_toks": [ + "What", + "are", + "the", + "maximum", + "height", + "and", + "width", + "of", + "paintings", + "for", + "each", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT max(height_mm) , max(width_mm) , YEAR FROM paintings GROUP BY YEAR ORDER BY YEAR", + "query_toks": [ + "SELECT", + "max", + "(", + "height_mm", + ")", + ",", + "max", + "(", + "width_mm", + ")", + ",", + "YEAR", + "FROM", + "paintings", + "GROUP", + "BY", + "YEAR", + "ORDER", + "BY", + "YEAR" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "height_mm", + ")", + ",", + "max", + "(", + "width_mm", + ")", + ",", + "year", + "from", + "paintings", + "group", + "by", + "year", + "order", + "by", + "year" + ], + "question": "What are largest height and width dimensions for paintings in each year?", + "question_toks": [ + "What", + "are", + "largest", + "height", + "and", + "width", + "dimensions", + "for", + "paintings", + "in", + "each", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT avg(height_mm) , avg(width_mm) , painterID FROM paintings GROUP BY painterID ORDER BY title", + "query_toks": [ + "SELECT", + "avg", + "(", + "height_mm", + ")", + ",", + "avg", + "(", + "width_mm", + ")", + ",", + "painterID", + "FROM", + "paintings", + "GROUP", + "BY", + "painterID", + "ORDER", + "BY", + "title" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "height_mm", + ")", + ",", + "avg", + "(", + "width_mm", + ")", + ",", + "painterid", + "from", + "paintings", + "group", + "by", + "painterid", + "order", + "by", + "title" + ], + "question": "What are the average height and width of paintings grouped by painters and ordered by name?", + "question_toks": [ + "What", + "are", + "the", + "average", + "height", + "and", + "width", + "of", + "paintings", + "grouped", + "by", + "painters", + "and", + "ordered", + "by", + "name", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT avg(height_mm) , avg(width_mm) , painterID FROM paintings GROUP BY painterID ORDER BY title", + "query_toks": [ + "SELECT", + "avg", + "(", + "height_mm", + ")", + ",", + "avg", + "(", + "width_mm", + ")", + ",", + "painterID", + "FROM", + "paintings", + "GROUP", + "BY", + "painterID", + "ORDER", + "BY", + "title" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "height_mm", + ")", + ",", + "avg", + "(", + "width_mm", + ")", + ",", + "painterid", + "from", + "paintings", + "group", + "by", + "painterid", + "order", + "by", + "title" + ], + "question": "Find the average height and width of paintings grouped by painters and ordered by name", + "question_toks": [ + "Find", + "the", + "average", + "height", + "and", + "width", + "of", + "paintings", + "grouped", + "by", + "painters", + "and", + "ordered", + "by", + "name" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.fname , count(*) FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID GROUP BY T2.painterID HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T1.fname", + ",", + "count", + "(", + "*", + ")", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "GROUP", + "BY", + "T2.painterID", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "fname", + ",", + "count", + "(", + "*", + ")", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "group", + "by", + "t2", + ".", + "painterid", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Find the first names and number of works of all artists who have at least two paintings?", + "question_toks": [ + "Find", + "the", + "first", + "names", + "and", + "number", + "of", + "works", + "of", + "all", + "artists", + "who", + "have", + "at", + "least", + "two", + "paintings", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.fname , count(*) FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID GROUP BY T2.painterID HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T1.fname", + ",", + "count", + "(", + "*", + ")", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "GROUP", + "BY", + "T2.painterID", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "fname", + ",", + "count", + "(", + "*", + ")", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "group", + "by", + "t2", + ".", + "painterid", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the first names of all artists who have at least two paintings, and how many works did each create?", + "question_toks": [ + "What", + "are", + "the", + "first", + "names", + "of", + "all", + "artists", + "who", + "have", + "at", + "least", + "two", + "paintings", + ",", + "and", + "how", + "many", + "works", + "did", + "each", + "create", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.deathYear FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID GROUP BY T2.painterID HAVING count(*) <= 3", + "query_toks": [ + "SELECT", + "T1.deathYear", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "GROUP", + "BY", + "T2.painterID", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "deathyear", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "group", + "by", + "t2", + ".", + "painterid", + "having", + "count", + "(", + "*", + ")", + "<", + "=", + "value" + ], + "question": "Find the death year of all artists who have at most 3 paintings?", + "question_toks": [ + "Find", + "the", + "death", + "year", + "of", + "all", + "artists", + "who", + "have", + "at", + "most", + "3", + "paintings", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [ + [ + false, + 6, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "select t1.deathyear from artists as t1 join paintings as t2 on t1.artistid = t2.painterid group by t2.painterid having count(*) < 4", + "query_toks": [ + "select", + "t1.deathyear", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1.artistid", + "=", + "t2.painterid", + "group", + "by", + "t2.painterid", + "having", + "count", + "(", + "*", + ")", + "<", + "4" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "deathyear", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "group", + "by", + "t2", + ".", + "painterid", + "having", + "count", + "(", + "*", + ")", + "<", + "value" + ], + "question": "When did each artist who created less than 4 paintings die ?", + "question_toks": [ + "When", + "did", + "each", + "artist", + "who", + "created", + "less", + "than", + "4", + "paintings", + "die", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 4.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.deathYear FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID GROUP BY T2.sculptorID ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "T1.deathYear", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "sculptures", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.sculptorID", + "GROUP", + "BY", + "T2.sculptorID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "deathyear", + "from", + "artists", + "as", + "t1", + "join", + "sculptures", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "sculptorid", + "group", + "by", + "t2", + ".", + "sculptorid", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "Find the death year of the artist who made the least number of sculptures?", + "question_toks": [ + "Find", + "the", + "death", + "year", + "of", + "the", + "artist", + "who", + "made", + "the", + "least", + "number", + "of", + "sculptures", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 20, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.deathYear FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID GROUP BY T2.sculptorID ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "T1.deathYear", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "sculptures", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.sculptorID", + "GROUP", + "BY", + "T2.sculptorID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "deathyear", + "from", + "artists", + "as", + "t1", + "join", + "sculptures", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "sculptorid", + "group", + "by", + "t2", + ".", + "sculptorid", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "When did the artist who made the fewest sculptures die?", + "question_toks": [ + "When", + "did", + "the", + "artist", + "who", + "made", + "the", + "fewest", + "sculptures", + "die", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 20, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT paintingID , height_mm FROM paintings WHERE LOCATION = 'Gallery 240' ORDER BY width_mm DESC LIMIT 1", + "query_toks": [ + "SELECT", + "paintingID", + ",", + "height_mm", + "FROM", + "paintings", + "WHERE", + "LOCATION", + "=", + "'Gallery", + "240", + "'", + "ORDER", + "BY", + "width_mm", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "paintingid", + ",", + "height_mm", + "from", + "paintings", + "where", + "location", + "=", + "value", + "order", + "by", + "width_mm", + "desc", + "limit", + "value" + ], + "question": "What are the id and height of the painting with the longest width in gallery 240?", + "question_toks": [ + "What", + "are", + "the", + "id", + "and", + "height", + "of", + "the", + "painting", + "with", + "the", + "longest", + "width", + "in", + "gallery", + "240", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Gallery 240\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT paintingID , height_mm FROM paintings WHERE LOCATION = 'Gallery 240' ORDER BY width_mm DESC LIMIT 1", + "query_toks": [ + "SELECT", + "paintingID", + ",", + "height_mm", + "FROM", + "paintings", + "WHERE", + "LOCATION", + "=", + "'Gallery", + "240", + "'", + "ORDER", + "BY", + "width_mm", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "paintingid", + ",", + "height_mm", + "from", + "paintings", + "where", + "location", + "=", + "value", + "order", + "by", + "width_mm", + "desc", + "limit", + "value" + ], + "question": "Tell me the height and id number of the widest painting in gallery 240.", + "question_toks": [ + "Tell", + "me", + "the", + "height", + "and", + "id", + "number", + "of", + "the", + "widest", + "painting", + "in", + "gallery", + "240", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Gallery 240\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT paintingID FROM paintings WHERE YEAR < (SELECT min(YEAR) FROM paintings WHERE LOCATION = 'Gallery 240')", + "query_toks": [ + "SELECT", + "paintingID", + "FROM", + "paintings", + "WHERE", + "YEAR", + "<", + "(", + "SELECT", + "min", + "(", + "YEAR", + ")", + "FROM", + "paintings", + "WHERE", + "LOCATION", + "=", + "'Gallery", + "240", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "paintingid", + "from", + "paintings", + "where", + "year", + "<", + "(", + "select", + "min", + "(", + "year", + ")", + "from", + "paintings", + "where", + "location", + "=", + "value", + ")" + ], + "question": "What are the ids of the paintings created before all of the paintings in gallery 240?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "the", + "paintings", + "created", + "before", + "all", + "of", + "the", + "paintings", + "in", + "gallery", + "240", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Gallery 240\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT paintingID FROM paintings WHERE YEAR < (SELECT min(YEAR) FROM paintings WHERE LOCATION = 'Gallery 240')", + "query_toks": [ + "SELECT", + "paintingID", + "FROM", + "paintings", + "WHERE", + "YEAR", + "<", + "(", + "SELECT", + "min", + "(", + "YEAR", + ")", + "FROM", + "paintings", + "WHERE", + "LOCATION", + "=", + "'Gallery", + "240", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "paintingid", + "from", + "paintings", + "where", + "year", + "<", + "(", + "select", + "min", + "(", + "year", + ")", + "from", + "paintings", + "where", + "location", + "=", + "value", + ")" + ], + "question": "What is the id of every painting created before the oldest painting in gallery 240?", + "question_toks": [ + "What", + "is", + "the", + "id", + "of", + "every", + "painting", + "created", + "before", + "the", + "oldest", + "painting", + "in", + "gallery", + "240", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Gallery 240\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT paintingID FROM paintings WHERE height_mm > (SELECT max(height_mm) FROM paintings WHERE YEAR > 1900)", + "query_toks": [ + "SELECT", + "paintingID", + "FROM", + "paintings", + "WHERE", + "height_mm", + ">", + "(", + "SELECT", + "max", + "(", + "height_mm", + ")", + "FROM", + "paintings", + "WHERE", + "YEAR", + ">", + "1900", + ")" + ], + "query_toks_no_value": [ + "select", + "paintingid", + "from", + "paintings", + "where", + "height_mm", + ">", + "(", + "select", + "max", + "(", + "height_mm", + ")", + "from", + "paintings", + "where", + "year", + ">", + "value", + ")" + ], + "question": "What are the ids of the paintings whose height is longer than the height of all paintings created after 1900?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "the", + "paintings", + "whose", + "height", + "is", + "longer", + "than", + "the", + "height", + "of", + "all", + "paintings", + "created", + "after", + "1900", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1900.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT paintingID FROM paintings WHERE height_mm > (SELECT max(height_mm) FROM paintings WHERE YEAR > 1900)", + "query_toks": [ + "SELECT", + "paintingID", + "FROM", + "paintings", + "WHERE", + "height_mm", + ">", + "(", + "SELECT", + "max", + "(", + "height_mm", + ")", + "FROM", + "paintings", + "WHERE", + "YEAR", + ">", + "1900", + ")" + ], + "query_toks_no_value": [ + "select", + "paintingid", + "from", + "paintings", + "where", + "height_mm", + ">", + "(", + "select", + "max", + "(", + "height_mm", + ")", + "from", + "paintings", + "where", + "year", + ">", + "value", + ")" + ], + "question": "List the ids of all paintings that are taller than the longest painting created after 1900.", + "question_toks": [ + "List", + "the", + "ids", + "of", + "all", + "paintings", + "that", + "are", + "taller", + "than", + "the", + "longest", + "painting", + "created", + "after", + "1900", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1900.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.lname , T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.medium = \"oil\" GROUP BY T2.painterID ORDER BY count(*) DESC LIMIT 3", + "query_toks": [ + "SELECT", + "T1.lname", + ",", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T2.medium", + "=", + "``", + "oil", + "''", + "GROUP", + "BY", + "T2.painterID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "lname", + ",", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t2", + ".", + "medium", + "=", + "value", + "group", + "by", + "t2", + ".", + "painterid", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the top 3 artists who have the biggest number of painting works whose medium is oil?", + "question_toks": [ + "Find", + "the", + "top", + "3", + "artists", + "who", + "have", + "the", + "biggest", + "number", + "of", + "painting", + "works", + "whose", + "medium", + "is", + "oil", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oil\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.lname , T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.medium = \"oil\" GROUP BY T2.painterID ORDER BY count(*) DESC LIMIT 3", + "query_toks": [ + "SELECT", + "T1.lname", + ",", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "WHERE", + "T2.medium", + "=", + "``", + "oil", + "''", + "GROUP", + "BY", + "T2.painterID", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "lname", + ",", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "where", + "t2", + ".", + "medium", + "=", + "value", + "group", + "by", + "t2", + ".", + "painterid", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which artists have the most paintings in oil?", + "question_toks": [ + "Which", + "artists", + "have", + "the", + "most", + "paintings", + "in", + "oil", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oil\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT paintingID , title , LOCATION FROM paintings WHERE medium = \"oil\" ORDER BY YEAR", + "query_toks": [ + "SELECT", + "paintingID", + ",", + "title", + ",", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "medium", + "=", + "``", + "oil", + "''", + "ORDER", + "BY", + "YEAR" + ], + "query_toks_no_value": [ + "select", + "paintingid", + ",", + "title", + ",", + "location", + "from", + "paintings", + "where", + "medium", + "=", + "value", + "order", + "by", + "year" + ], + "question": "List the painting id, location and title of the medium oil paintings ordered by year.", + "question_toks": [ + "List", + "the", + "painting", + "id", + ",", + "location", + "and", + "title", + "of", + "the", + "medium", + "oil", + "paintings", + "ordered", + "by", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oil\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT paintingID , title , LOCATION FROM paintings WHERE medium = \"oil\" ORDER BY YEAR", + "query_toks": [ + "SELECT", + "paintingID", + ",", + "title", + ",", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "medium", + "=", + "``", + "oil", + "''", + "ORDER", + "BY", + "YEAR" + ], + "query_toks_no_value": [ + "select", + "paintingid", + ",", + "title", + ",", + "location", + "from", + "paintings", + "where", + "medium", + "=", + "value", + "order", + "by", + "year" + ], + "question": "Order all of the oil paintings by date of creation and list their ids, locations, and titles.", + "question_toks": [ + "Order", + "all", + "of", + "the", + "oil", + "paintings", + "by", + "date", + "of", + "creation", + "and", + "list", + "their", + "ids", + ",", + "locations", + ",", + "and", + "titles", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oil\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title , LOCATION , YEAR FROM paintings WHERE height_mm > 1000 ORDER BY title", + "query_toks": [ + "SELECT", + "title", + ",", + "LOCATION", + ",", + "YEAR", + "FROM", + "paintings", + "WHERE", + "height_mm", + ">", + "1000", + "ORDER", + "BY", + "title" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "location", + ",", + "year", + "from", + "paintings", + "where", + "height_mm", + ">", + "value", + "order", + "by", + "title" + ], + "question": "List the year, location and title of paintings whose height is longer than 1000 ordered by title.", + "question_toks": [ + "List", + "the", + "year", + ",", + "location", + "and", + "title", + "of", + "paintings", + "whose", + "height", + "is", + "longer", + "than", + "1000", + "ordered", + "by", + "title", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 1000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT title , LOCATION , YEAR FROM paintings WHERE height_mm > 1000 ORDER BY title", + "query_toks": [ + "SELECT", + "title", + ",", + "LOCATION", + ",", + "YEAR", + "FROM", + "paintings", + "WHERE", + "height_mm", + ">", + "1000", + "ORDER", + "BY", + "title" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "location", + ",", + "year", + "from", + "paintings", + "where", + "height_mm", + ">", + "value", + "order", + "by", + "title" + ], + "question": "List the year, location, and name of all paintings that are taller than 1000 in alphabetical order.", + "question_toks": [ + "List", + "the", + "year", + ",", + "location", + ",", + "and", + "name", + "of", + "all", + "paintings", + "that", + "are", + "taller", + "than", + "1000", + "in", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 1000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.lname , T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID EXCEPT SELECT T3.lname , T3.fname FROM artists AS T3 JOIN sculptures AS T4 ON T3.artistID = T4.sculptorID", + "query_toks": [ + "SELECT", + "T1.lname", + ",", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "EXCEPT", + "SELECT", + "T3.lname", + ",", + "T3.fname", + "FROM", + "artists", + "AS", + "T3", + "JOIN", + "sculptures", + "AS", + "T4", + "ON", + "T3.artistID", + "=", + "T4.sculptorID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "lname", + ",", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "except", + "select", + "t3", + ".", + "lname", + ",", + "t3", + ".", + "fname", + "from", + "artists", + "as", + "t3", + "join", + "sculptures", + "as", + "t4", + "on", + "t3", + ".", + "artistid", + "=", + "t4", + ".", + "sculptorid" + ], + "question": "Find the first and last name of artists who have painting but no sculpture work.", + "question_toks": [ + "Find", + "the", + "first", + "and", + "last", + "name", + "of", + "artists", + "who", + "have", + "painting", + "but", + "no", + "sculpture", + "work", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "art_1", + "query": "SELECT T1.lname , T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID EXCEPT SELECT T3.lname , T3.fname FROM artists AS T3 JOIN sculptures AS T4 ON T3.artistID = T4.sculptorID", + "query_toks": [ + "SELECT", + "T1.lname", + ",", + "T1.fname", + "FROM", + "artists", + "AS", + "T1", + "JOIN", + "paintings", + "AS", + "T2", + "ON", + "T1.artistID", + "=", + "T2.painterID", + "EXCEPT", + "SELECT", + "T3.lname", + ",", + "T3.fname", + "FROM", + "artists", + "AS", + "T3", + "JOIN", + "sculptures", + "AS", + "T4", + "ON", + "T3.artistID", + "=", + "T4.sculptorID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "lname", + ",", + "t1", + ".", + "fname", + "from", + "artists", + "as", + "t1", + "join", + "paintings", + "as", + "t2", + "on", + "t1", + ".", + "artistid", + "=", + "t2", + ".", + "painterid", + "except", + "select", + "t3", + ".", + "lname", + ",", + "t3", + ".", + "fname", + "from", + "artists", + "as", + "t3", + "join", + "sculptures", + "as", + "t4", + "on", + "t3", + ".", + "artistid", + "=", + "t4", + ".", + "sculptorid" + ], + "question": "What are the first and last names of the artists who did not sculpt but could paint.", + "question_toks": [ + "What", + "are", + "the", + "first", + "and", + "last", + "names", + "of", + "the", + "artists", + "who", + "did", + "not", + "sculpt", + "but", + "could", + "paint", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT LOCATION FROM paintings WHERE YEAR < 1885 AND mediumOn != \"canvas\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "YEAR", + "<", + "1885", + "AND", + "mediumOn", + "!", + "=", + "``", + "canvas", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "location", + "from", + "paintings", + "where", + "year", + "<", + "value", + "and", + "mediumon", + "!", + "=", + "value" + ], + "question": "Find the locations that have paintings before 1885 and no work with medium on canvas?", + "question_toks": [ + "Find", + "the", + "locations", + "that", + "have", + "paintings", + "before", + "1885", + "and", + "no", + "work", + "with", + "medium", + "on", + "canvas", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1885.0, + null + ], + "and", + [ + false, + 7, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"canvas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "art_1", + "query": "SELECT DISTINCT LOCATION FROM paintings WHERE YEAR < 1885 AND mediumOn != \"canvas\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "LOCATION", + "FROM", + "paintings", + "WHERE", + "YEAR", + "<", + "1885", + "AND", + "mediumOn", + "!", + "=", + "``", + "canvas", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "location", + "from", + "paintings", + "where", + "year", + "<", + "value", + "and", + "mediumon", + "!", + "=", + "value" + ], + "question": "Where do you have paintings that were created before 1885 that are not on canvas?", + "question_toks": [ + "Where", + "do", + "you", + "have", + "paintings", + "that", + "were", + "created", + "before", + "1885", + "that", + "are", + "not", + "on", + "canvas", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 1885.0, + null + ], + "and", + [ + false, + 7, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"canvas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT count(*) FROM race", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "race" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "race" + ], + "question": "How many races are there?", + "question_toks": [ + "How", + "many", + "races", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT count(*) FROM race", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "race" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "race" + ], + "question": "Count the number of races.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "races", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Winning_driver , Winning_team FROM race ORDER BY Winning_team ASC", + "query_toks": [ + "SELECT", + "Winning_driver", + ",", + "Winning_team", + "FROM", + "race", + "ORDER", + "BY", + "Winning_team", + "ASC" + ], + "query_toks_no_value": [ + "select", + "winning_driver", + ",", + "winning_team", + "from", + "race", + "order", + "by", + "winning_team", + "asc" + ], + "question": "List the winning drivers and winning teams of races in ascending alphabetical order of winning team.", + "question_toks": [ + "List", + "the", + "winning", + "drivers", + "and", + "winning", + "teams", + "of", + "races", + "in", + "ascending", + "alphabetical", + "order", + "of", + "winning", + "team", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Winning_driver , Winning_team FROM race ORDER BY Winning_team ASC", + "query_toks": [ + "SELECT", + "Winning_driver", + ",", + "Winning_team", + "FROM", + "race", + "ORDER", + "BY", + "Winning_team", + "ASC" + ], + "query_toks_no_value": [ + "select", + "winning_driver", + ",", + "winning_team", + "from", + "race", + "order", + "by", + "winning_team", + "asc" + ], + "question": "What are the winning drivers and teams of races, ordered alphabetically by team?", + "question_toks": [ + "What", + "are", + "the", + "winning", + "drivers", + "and", + "teams", + "of", + "races", + ",", + "ordered", + "alphabetically", + "by", + "team", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Winning_driver FROM race WHERE Pole_Position != 'Junior Strous'", + "query_toks": [ + "SELECT", + "Winning_driver", + "FROM", + "race", + "WHERE", + "Pole_Position", + "!", + "=", + "'Junior", + "Strous", + "'" + ], + "query_toks_no_value": [ + "select", + "winning_driver", + "from", + "race", + "where", + "pole_position", + "!", + "=", + "value" + ], + "question": "Which winning drivers of races had pole position that is not \"Junior Strous\"?", + "question_toks": [ + "Which", + "winning", + "drivers", + "of", + "races", + "had", + "pole", + "position", + "that", + "is", + "not", + "``", + "Junior", + "Strous", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Junior Strous\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Winning_driver FROM race WHERE Pole_Position != 'Junior Strous'", + "query_toks": [ + "SELECT", + "Winning_driver", + "FROM", + "race", + "WHERE", + "Pole_Position", + "!", + "=", + "'Junior", + "Strous", + "'" + ], + "query_toks_no_value": [ + "select", + "winning_driver", + "from", + "race", + "where", + "pole_position", + "!", + "=", + "value" + ], + "question": "Return the winning drivers of races who did not have the pole position of Junior Strous.", + "question_toks": [ + "Return", + "the", + "winning", + "drivers", + "of", + "races", + "who", + "did", + "not", + "have", + "the", + "pole", + "position", + "of", + "Junior", + "Strous", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Junior Strous\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT DISTINCT CONSTRUCTOR FROM driver ORDER BY Age ASC", + "query_toks": [ + "SELECT", + "DISTINCT", + "CONSTRUCTOR", + "FROM", + "driver", + "ORDER", + "BY", + "Age", + "ASC" + ], + "query_toks_no_value": [ + "select", + "distinct", + "constructor", + "from", + "driver", + "order", + "by", + "age", + "asc" + ], + "question": "Who are the constructors of drivers sorted by drivers' age in ascending order?", + "question_toks": [ + "Who", + "are", + "the", + "constructors", + "of", + "drivers", + "sorted", + "by", + "drivers", + "'", + "age", + "in", + "ascending", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT DISTINCT CONSTRUCTOR FROM driver ORDER BY Age ASC", + "query_toks": [ + "SELECT", + "DISTINCT", + "CONSTRUCTOR", + "FROM", + "driver", + "ORDER", + "BY", + "Age", + "ASC" + ], + "query_toks_no_value": [ + "select", + "distinct", + "constructor", + "from", + "driver", + "order", + "by", + "age", + "asc" + ], + "question": "Return the different constructors of drivers, ordered by age ascending.", + "question_toks": [ + "Return", + "the", + "different", + "constructors", + "of", + "drivers", + ",", + "ordered", + "by", + "age", + "ascending", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT DISTINCT Entrant FROM driver WHERE Age >= 20", + "query_toks": [ + "SELECT", + "DISTINCT", + "Entrant", + "FROM", + "driver", + "WHERE", + "Age", + ">", + "=", + "20" + ], + "query_toks_no_value": [ + "select", + "distinct", + "entrant", + "from", + "driver", + "where", + "age", + ">", + "=", + "value" + ], + "question": "What are the distinct entrant types of drivers aged 20 or older?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "entrant", + "types", + "of", + "drivers", + "aged", + "20", + "or", + "older", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT DISTINCT Entrant FROM driver WHERE Age >= 20", + "query_toks": [ + "SELECT", + "DISTINCT", + "Entrant", + "FROM", + "driver", + "WHERE", + "Age", + ">", + "=", + "20" + ], + "query_toks_no_value": [ + "select", + "distinct", + "entrant", + "from", + "driver", + "where", + "age", + ">", + "=", + "value" + ], + "question": "Give the different entrant types for drivers at least 20 years old.", + "question_toks": [ + "Give", + "the", + "different", + "entrant", + "types", + "for", + "drivers", + "at", + "least", + "20", + "years", + "old", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT max(Age) , min(Age) FROM driver", + "query_toks": [ + "SELECT", + "max", + "(", + "Age", + ")", + ",", + "min", + "(", + "Age", + ")", + "FROM", + "driver" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "age", + ")", + ",", + "min", + "(", + "age", + ")", + "from", + "driver" + ], + "question": "What are the maximum and minimum age of driver?", + "question_toks": [ + "What", + "are", + "the", + "maximum", + "and", + "minimum", + "age", + "of", + "driver", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT max(Age) , min(Age) FROM driver", + "query_toks": [ + "SELECT", + "max", + "(", + "Age", + ")", + ",", + "min", + "(", + "Age", + ")", + "FROM", + "driver" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "age", + ")", + ",", + "min", + "(", + "age", + ")", + "from", + "driver" + ], + "question": "Return the maximum and minimum age across drivers.", + "question_toks": [ + "Return", + "the", + "maximum", + "and", + "minimum", + "age", + "across", + "drivers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT count(DISTINCT Engine) FROM driver WHERE Age > 30 OR Age < 20", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "Engine", + ")", + "FROM", + "driver", + "WHERE", + "Age", + ">", + "30", + "OR", + "Age", + "<", + "20" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "engine", + ")", + "from", + "driver", + "where", + "age", + ">", + "value", + "or", + "age", + "<", + "value" + ], + "question": "How many different engines are used by drivers with age older than 30 or younger than 20?", + "question_toks": [ + "How", + "many", + "different", + "engines", + "are", + "used", + "by", + "drivers", + "with", + "age", + "older", + "than", + "30", + "or", + "younger", + "than", + "20", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 6, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 30.0, + null + ], + "or", + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT count(DISTINCT Engine) FROM driver WHERE Age > 30 OR Age < 20", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "Engine", + ")", + "FROM", + "driver", + "WHERE", + "Age", + ">", + "30", + "OR", + "Age", + "<", + "20" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "engine", + ")", + "from", + "driver", + "where", + "age", + ">", + "value", + "or", + "age", + "<", + "value" + ], + "question": "Count the number of different engines used by drivers who had an age either over 30 or under 20.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "different", + "engines", + "used", + "by", + "drivers", + "who", + "had", + "an", + "age", + "either", + "over", + "30", + "or", + "under", + "20", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 6, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 30.0, + null + ], + "or", + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Driver_Name FROM driver ORDER BY Driver_Name DESC", + "query_toks": [ + "SELECT", + "Driver_Name", + "FROM", + "driver", + "ORDER", + "BY", + "Driver_Name", + "DESC" + ], + "query_toks_no_value": [ + "select", + "driver_name", + "from", + "driver", + "order", + "by", + "driver_name", + "desc" + ], + "question": "List all names of drivers in descending alphabetical order.", + "question_toks": [ + "List", + "all", + "names", + "of", + "drivers", + "in", + "descending", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Driver_Name FROM driver ORDER BY Driver_Name DESC", + "query_toks": [ + "SELECT", + "Driver_Name", + "FROM", + "driver", + "ORDER", + "BY", + "Driver_Name", + "DESC" + ], + "query_toks_no_value": [ + "select", + "driver_name", + "from", + "driver", + "order", + "by", + "driver_name", + "desc" + ], + "question": "What are the names of drivers, ordered descending alphabetically?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "drivers", + ",", + "ordered", + "descending", + "alphabetically", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT T1.Driver_Name , T2.Race_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID", + "query_toks": [ + "SELECT", + "T1.Driver_Name", + ",", + "T2.Race_Name", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "driver_name", + ",", + "t2", + ".", + "race_name", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id" + ], + "question": "Please show the names of drivers and the names of races they participate in.", + "question_toks": [ + "Please", + "show", + "the", + "names", + "of", + "drivers", + "and", + "the", + "names", + "of", + "races", + "they", + "participate", + "in", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT T1.Driver_Name , T2.Race_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID", + "query_toks": [ + "SELECT", + "T1.Driver_Name", + ",", + "T2.Race_Name", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "driver_name", + ",", + "t2", + ".", + "race_name", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id" + ], + "question": "What are the names of drivers and the names of the races they took part in?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "drivers", + "and", + "the", + "names", + "of", + "the", + "races", + "they", + "took", + "part", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT T1.Driver_Name , COUNT(*) FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID GROUP BY T1.Driver_ID", + "query_toks": [ + "SELECT", + "T1.Driver_Name", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID", + "GROUP", + "BY", + "T1.Driver_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "driver_name", + ",", + "count", + "(", + "*", + ")", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "group", + "by", + "t1", + ".", + "driver_id" + ], + "question": "Please show the names of drivers and the number of races they participate in.", + "question_toks": [ + "Please", + "show", + "the", + "names", + "of", + "drivers", + "and", + "the", + "number", + "of", + "races", + "they", + "participate", + "in", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT T1.Driver_Name , COUNT(*) FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID GROUP BY T1.Driver_ID", + "query_toks": [ + "SELECT", + "T1.Driver_Name", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID", + "GROUP", + "BY", + "T1.Driver_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "driver_name", + ",", + "count", + "(", + "*", + ")", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "group", + "by", + "t1", + ".", + "driver_id" + ], + "question": "How many races did each driver participate in?", + "question_toks": [ + "How", + "many", + "races", + "did", + "each", + "driver", + "participate", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT T1.Age FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID GROUP BY T1.Driver_ID ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Age", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID", + "GROUP", + "BY", + "T1.Driver_ID", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "age", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "group", + "by", + "t1", + ".", + "driver_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Please show the age of the driver who participated in the most number of races.", + "question_toks": [ + "Please", + "show", + "the", + "age", + "of", + "the", + "driver", + "who", + "participated", + "in", + "the", + "most", + "number", + "of", + "races", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT T1.Age FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID GROUP BY T1.Driver_ID ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Age", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID", + "GROUP", + "BY", + "T1.Driver_ID", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "age", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "group", + "by", + "t1", + ".", + "driver_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the age of the driver who raced in the most races?", + "question_toks": [ + "What", + "is", + "the", + "age", + "of", + "the", + "driver", + "who", + "raced", + "in", + "the", + "most", + "races", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT T1.Driver_Name , T1.Age FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID GROUP BY T1.Driver_ID HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "T1.Driver_Name", + ",", + "T1.Age", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID", + "GROUP", + "BY", + "T1.Driver_ID", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "driver_name", + ",", + "t1", + ".", + "age", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "group", + "by", + "t1", + ".", + "driver_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Please show the names and ages of the drivers who participated in at least two races.", + "question_toks": [ + "Please", + "show", + "the", + "names", + "and", + "ages", + "of", + "the", + "drivers", + "who", + "participated", + "in", + "at", + "least", + "two", + "races", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT T1.Driver_Name , T1.Age FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID GROUP BY T1.Driver_ID HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "T1.Driver_Name", + ",", + "T1.Age", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID", + "GROUP", + "BY", + "T1.Driver_ID", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "driver_name", + ",", + "t1", + ".", + "age", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "group", + "by", + "t1", + ".", + "driver_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the names and ages of drivers who raced in two or more races?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "ages", + "of", + "drivers", + "who", + "raced", + "in", + "two", + "or", + "more", + "races", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT T2.Race_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE T1.Age >= 26", + "query_toks": [ + "SELECT", + "T2.Race_Name", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID", + "WHERE", + "T1.Age", + ">", + "=", + "26" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "race_name", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "where", + "t1", + ".", + "age", + ">", + "=", + "value" + ], + "question": "Please list the names of races with drivers aged 26 or older participating.", + "question_toks": [ + "Please", + "list", + "the", + "names", + "of", + "races", + "with", + "drivers", + "aged", + "26", + "or", + "older", + "participating", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 26.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT T2.Race_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE T1.Age >= 26", + "query_toks": [ + "SELECT", + "T2.Race_Name", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID", + "WHERE", + "T1.Age", + ">", + "=", + "26" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "race_name", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "where", + "t1", + ".", + "age", + ">", + "=", + "value" + ], + "question": "What are the names of races in which drivers 26 or older took part?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "races", + "in", + "which", + "drivers", + "26", + "or", + "older", + "took", + "part", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 26.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Driver_Name FROM driver WHERE CONSTRUCTOR != \"Bugatti\"", + "query_toks": [ + "SELECT", + "Driver_Name", + "FROM", + "driver", + "WHERE", + "CONSTRUCTOR", + "!", + "=", + "``", + "Bugatti", + "''" + ], + "query_toks_no_value": [ + "select", + "driver_name", + "from", + "driver", + "where", + "constructor", + "!", + "=", + "value" + ], + "question": "List the names of drivers whose constructor is not \"Bugatti\".", + "question_toks": [ + "List", + "the", + "names", + "of", + "drivers", + "whose", + "constructor", + "is", + "not", + "``", + "Bugatti", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Bugatti\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Driver_Name FROM driver WHERE CONSTRUCTOR != \"Bugatti\"", + "query_toks": [ + "SELECT", + "Driver_Name", + "FROM", + "driver", + "WHERE", + "CONSTRUCTOR", + "!", + "=", + "``", + "Bugatti", + "''" + ], + "query_toks_no_value": [ + "select", + "driver_name", + "from", + "driver", + "where", + "constructor", + "!", + "=", + "value" + ], + "question": "What are the names od drivers who did not have the constructor Bugatti?", + "question_toks": [ + "What", + "are", + "the", + "names", + "od", + "drivers", + "who", + "did", + "not", + "have", + "the", + "constructor", + "Bugatti", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Bugatti\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT CONSTRUCTOR , COUNT(*) FROM driver GROUP BY CONSTRUCTOR", + "query_toks": [ + "SELECT", + "CONSTRUCTOR", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "driver", + "GROUP", + "BY", + "CONSTRUCTOR" + ], + "query_toks_no_value": [ + "select", + "constructor", + ",", + "count", + "(", + "*", + ")", + "from", + "driver", + "group", + "by", + "constructor" + ], + "question": "List different constructors and the number of drivers that use each constructor.", + "question_toks": [ + "List", + "different", + "constructors", + "and", + "the", + "number", + "of", + "drivers", + "that", + "use", + "each", + "constructor", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT CONSTRUCTOR , COUNT(*) FROM driver GROUP BY CONSTRUCTOR", + "query_toks": [ + "SELECT", + "CONSTRUCTOR", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "driver", + "GROUP", + "BY", + "CONSTRUCTOR" + ], + "query_toks_no_value": [ + "select", + "constructor", + ",", + "count", + "(", + "*", + ")", + "from", + "driver", + "group", + "by", + "constructor" + ], + "question": "How many drivers use each constructor?", + "question_toks": [ + "How", + "many", + "drivers", + "use", + "each", + "constructor", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Engine FROM driver GROUP BY Engine ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Engine", + "FROM", + "driver", + "GROUP", + "BY", + "Engine", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "engine", + "from", + "driver", + "group", + "by", + "engine", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "List the most common type of engine used by drivers.", + "question_toks": [ + "List", + "the", + "most", + "common", + "type", + "of", + "engine", + "used", + "by", + "drivers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Engine FROM driver GROUP BY Engine ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Engine", + "FROM", + "driver", + "GROUP", + "BY", + "Engine", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "engine", + "from", + "driver", + "group", + "by", + "engine", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the most common type of engine?", + "question_toks": [ + "What", + "is", + "the", + "most", + "common", + "type", + "of", + "engine", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Engine FROM driver GROUP BY Engine HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "Engine", + "FROM", + "driver", + "GROUP", + "BY", + "Engine", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "engine", + "from", + "driver", + "group", + "by", + "engine", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "List the types of engines that are used by at least two drivers.", + "question_toks": [ + "List", + "the", + "types", + "of", + "engines", + "that", + "are", + "used", + "by", + "at", + "least", + "two", + "drivers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Engine FROM driver GROUP BY Engine HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "Engine", + "FROM", + "driver", + "GROUP", + "BY", + "Engine", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "engine", + "from", + "driver", + "group", + "by", + "engine", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the engine types that are used by two or more drivers?", + "question_toks": [ + "What", + "are", + "the", + "engine", + "types", + "that", + "are", + "used", + "by", + "two", + "or", + "more", + "drivers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Driver_Name FROM driver WHERE Driver_ID NOT IN (SELECT Driver_ID FROM race)", + "query_toks": [ + "SELECT", + "Driver_Name", + "FROM", + "driver", + "WHERE", + "Driver_ID", + "NOT", + "IN", + "(", + "SELECT", + "Driver_ID", + "FROM", + "race", + ")" + ], + "query_toks_no_value": [ + "select", + "driver_name", + "from", + "driver", + "where", + "driver_id", + "not", + "in", + "(", + "select", + "driver_id", + "from", + "race", + ")" + ], + "question": "List the names of drivers that do not participate in any race.", + "question_toks": [ + "List", + "the", + "names", + "of", + "drivers", + "that", + "do", + "not", + "participate", + "in", + "any", + "race", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Driver_Name FROM driver WHERE Driver_ID NOT IN (SELECT Driver_ID FROM race)", + "query_toks": [ + "SELECT", + "Driver_Name", + "FROM", + "driver", + "WHERE", + "Driver_ID", + "NOT", + "IN", + "(", + "SELECT", + "Driver_ID", + "FROM", + "race", + ")" + ], + "query_toks_no_value": [ + "select", + "driver_name", + "from", + "driver", + "where", + "driver_id", + "not", + "in", + "(", + "select", + "driver_id", + "from", + "race", + ")" + ], + "question": "What are names of drivers who did not take part in a race?", + "question_toks": [ + "What", + "are", + "names", + "of", + "drivers", + "who", + "did", + "not", + "take", + "part", + "in", + "a", + "race", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT CONSTRUCTOR FROM driver WHERE Age < 20 INTERSECT SELECT CONSTRUCTOR FROM driver WHERE Age > 30", + "query_toks": [ + "SELECT", + "CONSTRUCTOR", + "FROM", + "driver", + "WHERE", + "Age", + "<", + "20", + "INTERSECT", + "SELECT", + "CONSTRUCTOR", + "FROM", + "driver", + "WHERE", + "Age", + ">", + "30" + ], + "query_toks_no_value": [ + "select", + "constructor", + "from", + "driver", + "where", + "age", + "<", + "value", + "intersect", + "select", + "constructor", + "from", + "driver", + "where", + "age", + ">", + "value" + ], + "question": "Show the constructors that are used both by drivers with age lower than 20 and drivers with age over than 30.", + "question_toks": [ + "Show", + "the", + "constructors", + "that", + "are", + "used", + "both", + "by", + "drivers", + "with", + "age", + "lower", + "than", + "20", + "and", + "drivers", + "with", + "age", + "over", + "than", + "30", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT CONSTRUCTOR FROM driver WHERE Age < 20 INTERSECT SELECT CONSTRUCTOR FROM driver WHERE Age > 30", + "query_toks": [ + "SELECT", + "CONSTRUCTOR", + "FROM", + "driver", + "WHERE", + "Age", + "<", + "20", + "INTERSECT", + "SELECT", + "CONSTRUCTOR", + "FROM", + "driver", + "WHERE", + "Age", + ">", + "30" + ], + "query_toks_no_value": [ + "select", + "constructor", + "from", + "driver", + "where", + "age", + "<", + "value", + "intersect", + "select", + "constructor", + "from", + "driver", + "where", + "age", + ">", + "value" + ], + "question": "What are the constructors who are used by both drivers who are younger than 20 and drivers older than 30?", + "question_toks": [ + "What", + "are", + "the", + "constructors", + "who", + "are", + "used", + "by", + "both", + "drivers", + "who", + "are", + "younger", + "than", + "20", + "and", + "drivers", + "older", + "than", + "30", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Winning_team FROM race GROUP BY Winning_team HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "Winning_team", + "FROM", + "race", + "GROUP", + "BY", + "Winning_team", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "winning_team", + "from", + "race", + "group", + "by", + "winning_team", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the teams that won more than once.", + "question_toks": [ + "Find", + "the", + "teams", + "that", + "won", + "more", + "than", + "once", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Winning_team FROM race GROUP BY Winning_team HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "Winning_team", + "FROM", + "race", + "GROUP", + "BY", + "Winning_team", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "winning_team", + "from", + "race", + "group", + "by", + "winning_team", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Which teams won more than 1 race?", + "question_toks": [ + "Which", + "teams", + "won", + "more", + "than", + "1", + "race", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT T1.Driver_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE Pole_Position = \"Carl Skerlong\" INTERSECT SELECT T1.Driver_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE Pole_Position = \"James Hinchcliffe\"", + "query_toks": [ + "SELECT", + "T1.Driver_Name", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID", + "WHERE", + "Pole_Position", + "=", + "``", + "Carl", + "Skerlong", + "''", + "INTERSECT", + "SELECT", + "T1.Driver_Name", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID", + "WHERE", + "Pole_Position", + "=", + "``", + "James", + "Hinchcliffe", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "driver_name", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "where", + "pole_position", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "driver_name", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "where", + "pole_position", + "=", + "value" + ], + "question": "Find the names of drivers who were in both \"James Hinchcliffe\" and \"Carl Skerlong\" pole positions before.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "drivers", + "who", + "were", + "in", + "both", + "``", + "James", + "Hinchcliffe", + "''", + "and", + "``", + "Carl", + "Skerlong", + "''", + "pole", + "positions", + "before", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Carl Skerlong\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"James Hinchcliffe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT T1.Driver_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE Pole_Position = \"Carl Skerlong\" INTERSECT SELECT T1.Driver_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE Pole_Position = \"James Hinchcliffe\"", + "query_toks": [ + "SELECT", + "T1.Driver_Name", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID", + "WHERE", + "Pole_Position", + "=", + "``", + "Carl", + "Skerlong", + "''", + "INTERSECT", + "SELECT", + "T1.Driver_Name", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID", + "WHERE", + "Pole_Position", + "=", + "``", + "James", + "Hinchcliffe", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "driver_name", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "where", + "pole_position", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "driver_name", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "where", + "pole_position", + "=", + "value" + ], + "question": "What are the names of drivers who had both the pole position James Hinchcliffe and the pole position Carl Skerlong?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "drivers", + "who", + "had", + "both", + "the", + "pole", + "position", + "James", + "Hinchcliffe", + "and", + "the", + "pole", + "position", + "Carl", + "Skerlong", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Carl Skerlong\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"James Hinchcliffe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Driver_Name FROM driver EXCEPT SELECT T1.Driver_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE Pole_Position = \"James Hinchcliffe\"", + "query_toks": [ + "SELECT", + "Driver_Name", + "FROM", + "driver", + "EXCEPT", + "SELECT", + "T1.Driver_Name", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID", + "WHERE", + "Pole_Position", + "=", + "``", + "James", + "Hinchcliffe", + "''" + ], + "query_toks_no_value": [ + "select", + "driver_name", + "from", + "driver", + "except", + "select", + "t1", + ".", + "driver_name", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "where", + "pole_position", + "=", + "value" + ], + "question": "find the name of drivers who were never in \"James Hinchcliffe\" pole position before.", + "question_toks": [ + "find", + "the", + "name", + "of", + "drivers", + "who", + "were", + "never", + "in", + "``", + "James", + "Hinchcliffe", + "''", + "pole", + "position", + "before", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"James Hinchcliffe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "car_road_race", + "query": "SELECT Driver_Name FROM driver EXCEPT SELECT T1.Driver_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE Pole_Position = \"James Hinchcliffe\"", + "query_toks": [ + "SELECT", + "Driver_Name", + "FROM", + "driver", + "EXCEPT", + "SELECT", + "T1.Driver_Name", + "FROM", + "driver", + "AS", + "T1", + "JOIN", + "race", + "AS", + "T2", + "ON", + "T1.Driver_ID", + "=", + "T2.Driver_ID", + "WHERE", + "Pole_Position", + "=", + "``", + "James", + "Hinchcliffe", + "''" + ], + "query_toks_no_value": [ + "select", + "driver_name", + "from", + "driver", + "except", + "select", + "t1", + ".", + "driver_name", + "from", + "driver", + "as", + "t1", + "join", + "race", + "as", + "t2", + "on", + "t1", + ".", + "driver_id", + "=", + "t2", + ".", + "driver_id", + "where", + "pole_position", + "=", + "value" + ], + "question": "What are the names of drivers except for those who had the pole position James Hinchcliffe?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "drivers", + "except", + "for", + "those", + "who", + "had", + "the", + "pole", + "position", + "James", + "Hinchcliffe", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"James Hinchcliffe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "country_language", + "query": "SELECT count(*) FROM languages", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "languages" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "languages" + ], + "question": "How many languages are there?", + "question_toks": [ + "How", + "many", + "languages", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT count(*) FROM languages", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "languages" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "languages" + ], + "question": "Count the number of languages.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "languages", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT name FROM languages ORDER BY name ASC", + "query_toks": [ + "SELECT", + "name", + "FROM", + "languages", + "ORDER", + "BY", + "name", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "languages", + "order", + "by", + "name", + "asc" + ], + "question": "List the name of languages in ascending alphabetical order.", + "question_toks": [ + "List", + "the", + "name", + "of", + "languages", + "in", + "ascending", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT name FROM languages ORDER BY name ASC", + "query_toks": [ + "SELECT", + "name", + "FROM", + "languages", + "ORDER", + "BY", + "name", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "languages", + "order", + "by", + "name", + "asc" + ], + "question": "What are the names of languages, in alphabetical order?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "languages", + ",", + "in", + "alphabetical", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT name FROM languages WHERE name LIKE \"%ish%\"", + "query_toks": [ + "SELECT", + "name", + "FROM", + "languages", + "WHERE", + "name", + "LIKE", + "``", + "%", + "ish", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "languages", + "where", + "name", + "like", + "value" + ], + "question": "What are the names of languages that contain the word \"ish\"?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "languages", + "that", + "contain", + "the", + "word", + "``", + "ish", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"%ish%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT name FROM languages WHERE name LIKE \"%ish%\"", + "query_toks": [ + "SELECT", + "name", + "FROM", + "languages", + "WHERE", + "name", + "LIKE", + "``", + "%", + "ish", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "languages", + "where", + "name", + "like", + "value" + ], + "question": "Return the names of langauges that contain the substring \"ish\".", + "question_toks": [ + "Return", + "the", + "names", + "of", + "langauges", + "that", + "contain", + "the", + "substring", + "``", + "ish", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"%ish%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT name FROM countries ORDER BY overall_score DESC", + "query_toks": [ + "SELECT", + "name", + "FROM", + "countries", + "ORDER", + "BY", + "overall_score", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "countries", + "order", + "by", + "overall_score", + "desc" + ], + "question": "Show the names of countries in descending order of overall scores.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "countries", + "in", + "descending", + "order", + "of", + "overall", + "scores", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT name FROM countries ORDER BY overall_score DESC", + "query_toks": [ + "SELECT", + "name", + "FROM", + "countries", + "ORDER", + "BY", + "overall_score", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "countries", + "order", + "by", + "overall_score", + "desc" + ], + "question": "What are the names of the countries, ordered descending by overall score?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "countries", + ",", + "ordered", + "descending", + "by", + "overall", + "score", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT avg(justice_score) FROM countries", + "query_toks": [ + "SELECT", + "avg", + "(", + "justice_score", + ")", + "FROM", + "countries" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "justice_score", + ")", + "from", + "countries" + ], + "question": "What is the average justice scores among countries?", + "question_toks": [ + "What", + "is", + "the", + "average", + "justice", + "scores", + "among", + "countries", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT avg(justice_score) FROM countries", + "query_toks": [ + "SELECT", + "avg", + "(", + "justice_score", + ")", + "FROM", + "countries" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "justice_score", + ")", + "from", + "countries" + ], + "question": "Give the average justice scores across all countries.", + "question_toks": [ + "Give", + "the", + "average", + "justice", + "scores", + "across", + "all", + "countries", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT max(health_score) , min(health_score) FROM countries WHERE name != \"Norway\"", + "query_toks": [ + "SELECT", + "max", + "(", + "health_score", + ")", + ",", + "min", + "(", + "health_score", + ")", + "FROM", + "countries", + "WHERE", + "name", + "!", + "=", + "``", + "Norway", + "''" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "health_score", + ")", + ",", + "min", + "(", + "health_score", + ")", + "from", + "countries", + "where", + "name", + "!", + "=", + "value" + ], + "question": "What are the maximum and minimum health scores among countries that are not \"Norway\".", + "question_toks": [ + "What", + "are", + "the", + "maximum", + "and", + "minimum", + "health", + "scores", + "among", + "countries", + "that", + "are", + "not", + "``", + "Norway", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Norway\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT max(health_score) , min(health_score) FROM countries WHERE name != \"Norway\"", + "query_toks": [ + "SELECT", + "max", + "(", + "health_score", + ")", + ",", + "min", + "(", + "health_score", + ")", + "FROM", + "countries", + "WHERE", + "name", + "!", + "=", + "``", + "Norway", + "''" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "health_score", + ")", + ",", + "min", + "(", + "health_score", + ")", + "from", + "countries", + "where", + "name", + "!", + "=", + "value" + ], + "question": "Return the maximum and minimum health scores across all countries other than Norway.", + "question_toks": [ + "Return", + "the", + "maximum", + "and", + "minimum", + "health", + "scores", + "across", + "all", + "countries", + "other", + "than", + "Norway", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Norway\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT count(DISTINCT language_id) FROM official_languages", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "language_id", + ")", + "FROM", + "official_languages" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "language_id", + ")", + "from", + "official_languages" + ], + "question": "How many different official languages are there?", + "question_toks": [ + "How", + "many", + "different", + "official", + "languages", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT count(DISTINCT language_id) FROM official_languages", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "language_id", + ")", + "FROM", + "official_languages" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "language_id", + ")", + "from", + "official_languages" + ], + "question": "Count the number of different official languages.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "different", + "official", + "languages", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT name FROM countries ORDER BY education_score DESC", + "query_toks": [ + "SELECT", + "name", + "FROM", + "countries", + "ORDER", + "BY", + "education_score", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "countries", + "order", + "by", + "education_score", + "desc" + ], + "question": "List names of countries in descending order of education_score.", + "question_toks": [ + "List", + "names", + "of", + "countries", + "in", + "descending", + "order", + "of", + "education_score", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT name FROM countries ORDER BY education_score DESC", + "query_toks": [ + "SELECT", + "name", + "FROM", + "countries", + "ORDER", + "BY", + "education_score", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "countries", + "order", + "by", + "education_score", + "desc" + ], + "question": "What are the names of the countries, ordered descending by education score?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "countries", + ",", + "ordered", + "descending", + "by", + "education", + "score", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT name FROM countries ORDER BY politics_score DESC LIMIT 1", + "query_toks": [ + "SELECT", + "name", + "FROM", + "countries", + "ORDER", + "BY", + "politics_score", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "countries", + "order", + "by", + "politics_score", + "desc", + "limit", + "value" + ], + "question": "List the name of the country with the biggest score in politics.", + "question_toks": [ + "List", + "the", + "name", + "of", + "the", + "country", + "with", + "the", + "biggest", + "score", + "in", + "politics", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT name FROM countries ORDER BY politics_score DESC LIMIT 1", + "query_toks": [ + "SELECT", + "name", + "FROM", + "countries", + "ORDER", + "BY", + "politics_score", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "countries", + "order", + "by", + "politics_score", + "desc", + "limit", + "value" + ], + "question": "What is the name of the country with the highest politics score?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "country", + "with", + "the", + "highest", + "politics", + "score", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T1.name , T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id", + "query_toks": [ + "SELECT", + "T1.name", + ",", + "T3.name", + "FROM", + "countries", + "AS", + "T1", + "JOIN", + "official_languages", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.country_id", + "JOIN", + "languages", + "AS", + "T3", + "ON", + "T2.language_id", + "=", + "T3.id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t3", + ".", + "name", + "from", + "countries", + "as", + "t1", + "join", + "official_languages", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "country_id", + "join", + "languages", + "as", + "t3", + "on", + "t2", + ".", + "language_id", + "=", + "t3", + ".", + "id" + ], + "question": "Show the names of countries and their official languages.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "countries", + "and", + "their", + "official", + "languages", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T1.name , T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id", + "query_toks": [ + "SELECT", + "T1.name", + ",", + "T3.name", + "FROM", + "countries", + "AS", + "T1", + "JOIN", + "official_languages", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.country_id", + "JOIN", + "languages", + "AS", + "T3", + "ON", + "T2.language_id", + "=", + "T3.id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t3", + ".", + "name", + "from", + "countries", + "as", + "t1", + "join", + "official_languages", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "country_id", + "join", + "languages", + "as", + "t3", + "on", + "t2", + ".", + "language_id", + "=", + "t3", + ".", + "id" + ], + "question": "What are the names of the countries, as well as the names of their official langauges?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "countries", + ",", + "as", + "well", + "as", + "the", + "names", + "of", + "their", + "official", + "langauges", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T2.name , COUNT(*) FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.name", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "official_languages", + "AS", + "T1", + "JOIN", + "languages", + "AS", + "T2", + "ON", + "T1.language_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.name" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "official_languages", + "as", + "t1", + "join", + "languages", + "as", + "t2", + "on", + "t1", + ".", + "language_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "name" + ], + "question": "Show the official languages and the number of countries speaking each language.", + "question_toks": [ + "Show", + "the", + "official", + "languages", + "and", + "the", + "number", + "of", + "countries", + "speaking", + "each", + "language", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T2.name , COUNT(*) FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.name", + "query_toks": [ + "SELECT", + "T2.name", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "official_languages", + "AS", + "T1", + "JOIN", + "languages", + "AS", + "T2", + "ON", + "T1.language_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.name" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "official_languages", + "as", + "t1", + "join", + "languages", + "as", + "t2", + "on", + "t1", + ".", + "language_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "name" + ], + "question": "What are the names of the different official languages, as well as the number of countries that speak each?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "different", + "official", + "languages", + ",", + "as", + "well", + "as", + "the", + "number", + "of", + "countries", + "that", + "speak", + "each", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T2.name FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.id ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "official_languages", + "AS", + "T1", + "JOIN", + "languages", + "AS", + "T2", + "ON", + "T1.language_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "official_languages", + "as", + "t1", + "join", + "languages", + "as", + "t2", + "on", + "t1", + ".", + "language_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Show the official language spoken by the most number of countries.", + "question_toks": [ + "Show", + "the", + "official", + "language", + "spoken", + "by", + "the", + "most", + "number", + "of", + "countries", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T2.name FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.id ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "official_languages", + "AS", + "T1", + "JOIN", + "languages", + "AS", + "T2", + "ON", + "T1.language_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "official_languages", + "as", + "t1", + "join", + "languages", + "as", + "t2", + "on", + "t1", + ".", + "language_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the official language that is most common?", + "question_toks": [ + "What", + "is", + "the", + "official", + "language", + "that", + "is", + "most", + "common", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T2.name FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.id HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "official_languages", + "AS", + "T1", + "JOIN", + "languages", + "AS", + "T2", + "ON", + "T1.language_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "official_languages", + "as", + "t1", + "join", + "languages", + "as", + "t2", + "on", + "t1", + ".", + "language_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show the official languages spoken by at least two countries.", + "question_toks": [ + "Show", + "the", + "official", + "languages", + "spoken", + "by", + "at", + "least", + "two", + "countries", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T2.name FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.id HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "official_languages", + "AS", + "T1", + "JOIN", + "languages", + "AS", + "T2", + "ON", + "T1.language_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "official_languages", + "as", + "t1", + "join", + "languages", + "as", + "t2", + "on", + "t1", + ".", + "language_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Which official languages are spoken in two or more countries?", + "question_toks": [ + "Which", + "official", + "languages", + "are", + "spoken", + "in", + "two", + "or", + "more", + "countries", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT avg(T1.overall_score) FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id WHERE T3.name = \"English\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "T1.overall_score", + ")", + "FROM", + "countries", + "AS", + "T1", + "JOIN", + "official_languages", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.country_id", + "JOIN", + "languages", + "AS", + "T3", + "ON", + "T2.language_id", + "=", + "T3.id", + "WHERE", + "T3.name", + "=", + "``", + "English", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t1", + ".", + "overall_score", + ")", + "from", + "countries", + "as", + "t1", + "join", + "official_languages", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "country_id", + "join", + "languages", + "as", + "t3", + "on", + "t2", + ".", + "language_id", + "=", + "t3", + ".", + "id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Show the average overall scores of countries whose official language is \"English\".", + "question_toks": [ + "Show", + "the", + "average", + "overall", + "scores", + "of", + "countries", + "whose", + "official", + "language", + "is", + "``", + "English", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT avg(T1.overall_score) FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id WHERE T3.name = \"English\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "T1.overall_score", + ")", + "FROM", + "countries", + "AS", + "T1", + "JOIN", + "official_languages", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.country_id", + "JOIN", + "languages", + "AS", + "T3", + "ON", + "T2.language_id", + "=", + "T3.id", + "WHERE", + "T3.name", + "=", + "``", + "English", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t1", + ".", + "overall_score", + ")", + "from", + "countries", + "as", + "t1", + "join", + "official_languages", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "country_id", + "join", + "languages", + "as", + "t3", + "on", + "t2", + ".", + "language_id", + "=", + "t3", + ".", + "id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What is the average overall score across countries with English as their official language?", + "question_toks": [ + "What", + "is", + "the", + "average", + "overall", + "score", + "across", + "countries", + "with", + "English", + "as", + "their", + "official", + "language", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T2.name FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.id ORDER BY COUNT(*) DESC LIMIT 3", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "official_languages", + "AS", + "T1", + "JOIN", + "languages", + "AS", + "T2", + "ON", + "T1.language_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "official_languages", + "as", + "t1", + "join", + "languages", + "as", + "t2", + "on", + "t1", + ".", + "language_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Show the three official languages that are most commonly spoken.", + "question_toks": [ + "Show", + "the", + "three", + "official", + "languages", + "that", + "are", + "most", + "commonly", + "spoken", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T2.name FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.id ORDER BY COUNT(*) DESC LIMIT 3", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "official_languages", + "AS", + "T1", + "JOIN", + "languages", + "AS", + "T2", + "ON", + "T1.language_id", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "official_languages", + "as", + "t1", + "join", + "languages", + "as", + "t2", + "on", + "t1", + ".", + "language_id", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the names of the three official languages spoken in the most countries?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "three", + "official", + "languages", + "spoken", + "in", + "the", + "most", + "countries", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id GROUP BY T3.id ORDER BY avg(T1.overall_score) DESC", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "countries", + "AS", + "T1", + "JOIN", + "official_languages", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.country_id", + "JOIN", + "languages", + "AS", + "T3", + "ON", + "T2.language_id", + "=", + "T3.id", + "GROUP", + "BY", + "T3.id", + "ORDER", + "BY", + "avg", + "(", + "T1.overall_score", + ")", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "countries", + "as", + "t1", + "join", + "official_languages", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "country_id", + "join", + "languages", + "as", + "t3", + "on", + "t2", + ".", + "language_id", + "=", + "t3", + ".", + "id", + "group", + "by", + "t3", + ".", + "id", + "order", + "by", + "avg", + "(", + "t1", + ".", + "overall_score", + ")", + "desc" + ], + "question": "Show the official languages sorted in descending order by the average overall scores among countries speaking them.", + "question_toks": [ + "Show", + "the", + "official", + "languages", + "sorted", + "in", + "descending", + "order", + "by", + "the", + "average", + "overall", + "scores", + "among", + "countries", + "speaking", + "them", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 5, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id GROUP BY T3.id ORDER BY avg(T1.overall_score) DESC", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "countries", + "AS", + "T1", + "JOIN", + "official_languages", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.country_id", + "JOIN", + "languages", + "AS", + "T3", + "ON", + "T2.language_id", + "=", + "T3.id", + "GROUP", + "BY", + "T3.id", + "ORDER", + "BY", + "avg", + "(", + "T1.overall_score", + ")", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "countries", + "as", + "t1", + "join", + "official_languages", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "country_id", + "join", + "languages", + "as", + "t3", + "on", + "t2", + ".", + "language_id", + "=", + "t3", + ".", + "id", + "group", + "by", + "t3", + ".", + "id", + "order", + "by", + "avg", + "(", + "t1", + ".", + "overall_score", + ")", + "desc" + ], + "question": "What are the names of the official languages, sorted descending by the average overall scores across the countries that correspond to each?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "official", + "languages", + ",", + "sorted", + "descending", + "by", + "the", + "average", + "overall", + "scores", + "across", + "the", + "countries", + "that", + "correspond", + "to", + "each", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 5, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T1.Name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id GROUP BY T1.id ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "countries", + "AS", + "T1", + "JOIN", + "official_languages", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.country_id", + "GROUP", + "BY", + "T1.id", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "countries", + "as", + "t1", + "join", + "official_languages", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "country_id", + "group", + "by", + "t1", + ".", + "id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Show the name of the country that has the greatest number of official languages.", + "question_toks": [ + "Show", + "the", + "name", + "of", + "the", + "country", + "that", + "has", + "the", + "greatest", + "number", + "of", + "official", + "languages", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T1.Name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id GROUP BY T1.id ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Name", + "FROM", + "countries", + "AS", + "T1", + "JOIN", + "official_languages", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.country_id", + "GROUP", + "BY", + "T1.id", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "countries", + "as", + "t1", + "join", + "official_languages", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "country_id", + "group", + "by", + "t1", + ".", + "id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which country has the greatest number of official languages?", + "question_toks": [ + "Which", + "country", + "has", + "the", + "greatest", + "number", + "of", + "official", + "languages", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT name FROM languages WHERE id NOT IN (SELECT language_id FROM official_languages)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "languages", + "WHERE", + "id", + "NOT", + "IN", + "(", + "SELECT", + "language_id", + "FROM", + "official_languages", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "languages", + "where", + "id", + "not", + "in", + "(", + "select", + "language_id", + "from", + "official_languages", + ")" + ], + "question": "List the names of languages that are not the official language of any countries.", + "question_toks": [ + "List", + "the", + "names", + "of", + "languages", + "that", + "are", + "not", + "the", + "official", + "language", + "of", + "any", + "countries", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT name FROM languages WHERE id NOT IN (SELECT language_id FROM official_languages)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "languages", + "WHERE", + "id", + "NOT", + "IN", + "(", + "SELECT", + "language_id", + "FROM", + "official_languages", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "languages", + "where", + "id", + "not", + "in", + "(", + "select", + "language_id", + "from", + "official_languages", + ")" + ], + "question": "What are the names of languages that are not the official language of any country?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "languages", + "that", + "are", + "not", + "the", + "official", + "language", + "of", + "any", + "country", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT name FROM countries WHERE id NOT IN (SELECT country_id FROM official_languages)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "countries", + "WHERE", + "id", + "NOT", + "IN", + "(", + "SELECT", + "country_id", + "FROM", + "official_languages", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "countries", + "where", + "id", + "not", + "in", + "(", + "select", + "country_id", + "from", + "official_languages", + ")" + ], + "question": "List the names of countries that do not have any official language.", + "question_toks": [ + "List", + "the", + "names", + "of", + "countries", + "that", + "do", + "not", + "have", + "any", + "official", + "language", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT name FROM countries WHERE id NOT IN (SELECT country_id FROM official_languages)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "countries", + "WHERE", + "id", + "NOT", + "IN", + "(", + "SELECT", + "country_id", + "FROM", + "official_languages", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "countries", + "where", + "id", + "not", + "in", + "(", + "select", + "country_id", + "from", + "official_languages", + ")" + ], + "question": "What are the names of countries that do not have an official language?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "countries", + "that", + "do", + "not", + "have", + "an", + "official", + "language", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id WHERE T1.overall_score > 95 INTERSECT SELECT T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id WHERE T1.overall_score < 90", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "countries", + "AS", + "T1", + "JOIN", + "official_languages", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.country_id", + "JOIN", + "languages", + "AS", + "T3", + "ON", + "T2.language_id", + "=", + "T3.id", + "WHERE", + "T1.overall_score", + ">", + "95", + "INTERSECT", + "SELECT", + "T3.name", + "FROM", + "countries", + "AS", + "T1", + "JOIN", + "official_languages", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.country_id", + "JOIN", + "languages", + "AS", + "T3", + "ON", + "T2.language_id", + "=", + "T3.id", + "WHERE", + "T1.overall_score", + "<", + "90" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "countries", + "as", + "t1", + "join", + "official_languages", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "country_id", + "join", + "languages", + "as", + "t3", + "on", + "t2", + ".", + "language_id", + "=", + "t3", + ".", + "id", + "where", + "t1", + ".", + "overall_score", + ">", + "value", + "intersect", + "select", + "t3", + ".", + "name", + "from", + "countries", + "as", + "t1", + "join", + "official_languages", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "country_id", + "join", + "languages", + "as", + "t3", + "on", + "t2", + ".", + "language_id", + "=", + "t3", + ".", + "id", + "where", + "t1", + ".", + "overall_score", + "<", + "value" + ], + "question": "Show the names of languages that are the official language for both countries with overall score greater than 95 and countries with overall score less than than 90.", + "question_toks": [ + "Show", + "the", + "names", + "of", + "languages", + "that", + "are", + "the", + "official", + "language", + "for", + "both", + "countries", + "with", + "overall", + "score", + "greater", + "than", + "95", + "and", + "countries", + "with", + "overall", + "score", + "less", + "than", + "than", + "90", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 95.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 90.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "country_language", + "query": "SELECT T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id WHERE T1.overall_score > 95 INTERSECT SELECT T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id WHERE T1.overall_score < 90", + "query_toks": [ + "SELECT", + "T3.name", + "FROM", + "countries", + "AS", + "T1", + "JOIN", + "official_languages", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.country_id", + "JOIN", + "languages", + "AS", + "T3", + "ON", + "T2.language_id", + "=", + "T3.id", + "WHERE", + "T1.overall_score", + ">", + "95", + "INTERSECT", + "SELECT", + "T3.name", + "FROM", + "countries", + "AS", + "T1", + "JOIN", + "official_languages", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.country_id", + "JOIN", + "languages", + "AS", + "T3", + "ON", + "T2.language_id", + "=", + "T3.id", + "WHERE", + "T1.overall_score", + "<", + "90" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "countries", + "as", + "t1", + "join", + "official_languages", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "country_id", + "join", + "languages", + "as", + "t3", + "on", + "t2", + ".", + "language_id", + "=", + "t3", + ".", + "id", + "where", + "t1", + ".", + "overall_score", + ">", + "value", + "intersect", + "select", + "t3", + ".", + "name", + "from", + "countries", + "as", + "t1", + "join", + "official_languages", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "country_id", + "join", + "languages", + "as", + "t3", + "on", + "t2", + ".", + "language_id", + "=", + "t3", + ".", + "id", + "where", + "t1", + ".", + "overall_score", + "<", + "value" + ], + "question": "What are the names of languages that are the official language not only for countries that have an overall score of above 95, but also for countries that have an overall score below 90?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "languages", + "that", + "are", + "the", + "official", + "language", + "not", + "only", + "for", + "countries", + "that", + "have", + "an", + "overall", + "score", + "of", + "above", + "95", + ",", + "but", + "also", + "for", + "countries", + "that", + "have", + "an", + "overall", + "score", + "below", + "90", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 95.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + 90.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT country , town_city FROM Addresses;", + "query_toks": [ + "SELECT", + "country", + ",", + "town_city", + "FROM", + "Addresses", + ";" + ], + "query_toks_no_value": [ + "select", + "country", + ",", + "town_city", + "from", + "addresses" + ], + "question": "Which countries and cities are included in addresses?", + "question_toks": [ + "Which", + "countries", + "and", + "cities", + "are", + "included", + "in", + "addresses", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT country , town_city FROM Addresses;", + "query_toks": [ + "SELECT", + "country", + ",", + "town_city", + "FROM", + "Addresses", + ";" + ], + "query_toks_no_value": [ + "select", + "country", + ",", + "town_city", + "from", + "addresses" + ], + "question": "What are the countries and cities for each address?", + "question_toks": [ + "What", + "are", + "the", + "countries", + "and", + "cities", + "for", + "each", + "address", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT DISTINCT T1.county_state_province FROM Addresses AS T1 JOIN Properties AS T2 ON T1.address_id = T2.property_address_id;", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.county_state_province", + "FROM", + "Addresses", + "AS", + "T1", + "JOIN", + "Properties", + "AS", + "T2", + "ON", + "T1.address_id", + "=", + "T2.property_address_id", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "county_state_province", + "from", + "addresses", + "as", + "t1", + "join", + "properties", + "as", + "t2", + "on", + "t1", + ".", + "address_id", + "=", + "t2", + ".", + "property_address_id" + ], + "question": "In which states are each of the the properties located?", + "question_toks": [ + "In", + "which", + "states", + "are", + "each", + "of", + "the", + "the", + "properties", + "located", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT DISTINCT T1.county_state_province FROM Addresses AS T1 JOIN Properties AS T2 ON T1.address_id = T2.property_address_id;", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.county_state_province", + "FROM", + "Addresses", + "AS", + "T1", + "JOIN", + "Properties", + "AS", + "T2", + "ON", + "T1.address_id", + "=", + "T2.property_address_id", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "county_state_province", + "from", + "addresses", + "as", + "t1", + "join", + "properties", + "as", + "t2", + "on", + "t1", + ".", + "address_id", + "=", + "t2", + ".", + "property_address_id" + ], + "question": "Give the states or provinces corresponding to each property.", + "question_toks": [ + "Give", + "the", + "states", + "or", + "provinces", + "corresponding", + "to", + "each", + "property", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT feature_description FROM Features WHERE feature_name = 'rooftop';", + "query_toks": [ + "SELECT", + "feature_description", + "FROM", + "Features", + "WHERE", + "feature_name", + "=", + "'rooftop", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "feature_description", + "from", + "features", + "where", + "feature_name", + "=", + "value" + ], + "question": "How is the feature rooftop described?", + "question_toks": [ + "How", + "is", + "the", + "feature", + "rooftop", + "described", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"rooftop\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT feature_description FROM Features WHERE feature_name = 'rooftop';", + "query_toks": [ + "SELECT", + "feature_description", + "FROM", + "Features", + "WHERE", + "feature_name", + "=", + "'rooftop", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "feature_description", + "from", + "features", + "where", + "feature_name", + "=", + "value" + ], + "question": "Return the description of the feature 'rooftop'.", + "question_toks": [ + "Return", + "the", + "description", + "of", + "the", + "feature", + "'rooftop", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"rooftop\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.feature_name , T1.feature_description FROM Features AS T1 JOIN Property_Features AS T2 ON T1.feature_id = T2.feature_id GROUP BY T1.feature_name ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.feature_name", + ",", + "T1.feature_description", + "FROM", + "Features", + "AS", + "T1", + "JOIN", + "Property_Features", + "AS", + "T2", + "ON", + "T1.feature_id", + "=", + "T2.feature_id", + "GROUP", + "BY", + "T1.feature_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "feature_name", + ",", + "t1", + ".", + "feature_description", + "from", + "features", + "as", + "t1", + "join", + "property_features", + "as", + "t2", + "on", + "t1", + ".", + "feature_id", + "=", + "t2", + ".", + "feature_id", + "group", + "by", + "t1", + ".", + "feature_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the feature name and description of the most commonly seen feature across properties?", + "question_toks": [ + "What", + "are", + "the", + "feature", + "name", + "and", + "description", + "of", + "the", + "most", + "commonly", + "seen", + "feature", + "across", + "properties", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 8 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 50, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.feature_name , T1.feature_description FROM Features AS T1 JOIN Property_Features AS T2 ON T1.feature_id = T2.feature_id GROUP BY T1.feature_name ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.feature_name", + ",", + "T1.feature_description", + "FROM", + "Features", + "AS", + "T1", + "JOIN", + "Property_Features", + "AS", + "T2", + "ON", + "T1.feature_id", + "=", + "T2.feature_id", + "GROUP", + "BY", + "T1.feature_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "feature_name", + ",", + "t1", + ".", + "feature_description", + "from", + "features", + "as", + "t1", + "join", + "property_features", + "as", + "t2", + "on", + "t1", + ".", + "feature_id", + "=", + "t2", + ".", + "feature_id", + "group", + "by", + "t1", + ".", + "feature_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the feature name and description for the most common feature across all properties.", + "question_toks": [ + "Give", + "the", + "feature", + "name", + "and", + "description", + "for", + "the", + "most", + "common", + "feature", + "across", + "all", + "properties", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 8 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 50, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT min(room_count) FROM Properties;", + "query_toks": [ + "SELECT", + "min", + "(", + "room_count", + ")", + "FROM", + "Properties", + ";" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "room_count", + ")", + "from", + "properties" + ], + "question": "What is the minimum number of rooms in a property?", + "question_toks": [ + "What", + "is", + "the", + "minimum", + "number", + "of", + "rooms", + "in", + "a", + "property", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT min(room_count) FROM Properties;", + "query_toks": [ + "SELECT", + "min", + "(", + "room_count", + ")", + "FROM", + "Properties", + ";" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "room_count", + ")", + "from", + "properties" + ], + "question": "What is the lowest room count across all the properties?", + "question_toks": [ + "What", + "is", + "the", + "lowest", + "room", + "count", + "across", + "all", + "the", + "properties", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT count(*) FROM Properties WHERE parking_lots = 1 OR garage_yn = 1;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Properties", + "WHERE", + "parking_lots", + "=", + "1", + "OR", + "garage_yn", + "=", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "properties", + "where", + "parking_lots", + "=", + "value", + "or", + "garage_yn", + "=", + "value" + ], + "question": "How many properties have 1 parking lot or 1 garage?", + "question_toks": [ + "How", + "many", + "properties", + "have", + "1", + "parking", + "lot", + "or", + "1", + "garage", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + 1.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT count(*) FROM Properties WHERE parking_lots = 1 OR garage_yn = 1;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Properties", + "WHERE", + "parking_lots", + "=", + "1", + "OR", + "garage_yn", + "=", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "properties", + "where", + "parking_lots", + "=", + "value", + "or", + "garage_yn", + "=", + "value" + ], + "question": "Count the number of properties that have 1 parking lot or 1 garage.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "properties", + "that", + "have", + "1", + "parking", + "lot", + "or", + "1", + "garage", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + 1.0, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T2.age_category_code FROM Ref_User_Categories AS T1 JOIN Users AS T2 ON T1.user_category_code = T2.user_category_code WHERE T1.User_category_description LIKE \"%Mother\";", + "query_toks": [ + "SELECT", + "T2.age_category_code", + "FROM", + "Ref_User_Categories", + "AS", + "T1", + "JOIN", + "Users", + "AS", + "T2", + "ON", + "T1.user_category_code", + "=", + "T2.user_category_code", + "WHERE", + "T1.User_category_description", + "LIKE", + "``", + "%", + "Mother", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "age_category_code", + "from", + "ref_user_categories", + "as", + "t1", + "join", + "users", + "as", + "t2", + "on", + "t1", + ".", + "user_category_code", + "=", + "t2", + ".", + "user_category_code", + "where", + "t1", + ".", + "user_category_description", + "like", + "value" + ], + "question": "For users whose description contain the string 'Mother', which age categories are they in?", + "question_toks": [ + "For", + "users", + "whose", + "description", + "contain", + "the", + "string", + "'Mother", + "'", + ",", + "which", + "age", + "categories", + "are", + "they", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"%Mother\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T2.age_category_code FROM Ref_User_Categories AS T1 JOIN Users AS T2 ON T1.user_category_code = T2.user_category_code WHERE T1.User_category_description LIKE \"%Mother\";", + "query_toks": [ + "SELECT", + "T2.age_category_code", + "FROM", + "Ref_User_Categories", + "AS", + "T1", + "JOIN", + "Users", + "AS", + "T2", + "ON", + "T1.user_category_code", + "=", + "T2.user_category_code", + "WHERE", + "T1.User_category_description", + "LIKE", + "``", + "%", + "Mother", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "age_category_code", + "from", + "ref_user_categories", + "as", + "t1", + "join", + "users", + "as", + "t2", + "on", + "t1", + ".", + "user_category_code", + "=", + "t2", + ".", + "user_category_code", + "where", + "t1", + ".", + "user_category_description", + "like", + "value" + ], + "question": "What are the age categories for users whose description contains the string Mother?", + "question_toks": [ + "What", + "are", + "the", + "age", + "categories", + "for", + "users", + "whose", + "description", + "contains", + "the", + "string", + "Mother", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 23, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"%Mother\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.first_name FROM Users AS T1 JOIN Properties AS T2 ON T2.owner_user_id = T1.User_id GROUP BY T1.User_id ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.first_name", + "FROM", + "Users", + "AS", + "T1", + "JOIN", + "Properties", + "AS", + "T2", + "ON", + "T2.owner_user_id", + "=", + "T1.User_id", + "GROUP", + "BY", + "T1.User_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "first_name", + "from", + "users", + "as", + "t1", + "join", + "properties", + "as", + "t2", + "on", + "t2", + ".", + "owner_user_id", + "=", + "t1", + ".", + "user_id", + "group", + "by", + "t1", + ".", + "user_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the first name of the user who owns the greatest number of properties?", + "question_toks": [ + "What", + "is", + "the", + "first", + "name", + "of", + "the", + "user", + "who", + "owns", + "the", + "greatest", + "number", + "of", + "properties", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.first_name FROM Users AS T1 JOIN Properties AS T2 ON T2.owner_user_id = T1.User_id GROUP BY T1.User_id ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.first_name", + "FROM", + "Users", + "AS", + "T1", + "JOIN", + "Properties", + "AS", + "T2", + "ON", + "T2.owner_user_id", + "=", + "T1.User_id", + "GROUP", + "BY", + "T1.User_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "first_name", + "from", + "users", + "as", + "t1", + "join", + "properties", + "as", + "t2", + "on", + "t2", + ".", + "owner_user_id", + "=", + "t1", + ".", + "user_id", + "group", + "by", + "t1", + ".", + "user_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Return the first name of the user who owns the most properties.", + "question_toks": [ + "Return", + "the", + "first", + "name", + "of", + "the", + "user", + "who", + "owns", + "the", + "most", + "properties", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT avg(T3.room_count) FROM Property_Features AS T1 JOIN Features AS T2 ON T1.feature_id = T2.feature_id JOIN Properties AS T3 ON T1.property_id = T3.property_id WHERE T2.feature_name = 'garden';", + "query_toks": [ + "SELECT", + "avg", + "(", + "T3.room_count", + ")", + "FROM", + "Property_Features", + "AS", + "T1", + "JOIN", + "Features", + "AS", + "T2", + "ON", + "T1.feature_id", + "=", + "T2.feature_id", + "JOIN", + "Properties", + "AS", + "T3", + "ON", + "T1.property_id", + "=", + "T3.property_id", + "WHERE", + "T2.feature_name", + "=", + "'garden", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t3", + ".", + "room_count", + ")", + "from", + "property_features", + "as", + "t1", + "join", + "features", + "as", + "t2", + "on", + "t1", + ".", + "feature_id", + "=", + "t2", + ".", + "feature_id", + "join", + "properties", + "as", + "t3", + "on", + "t1", + ".", + "property_id", + "=", + "t3", + ".", + "property_id", + "where", + "t2", + ".", + "feature_name", + "=", + "value" + ], + "question": "List the average room count of the properties with gardens.", + "question_toks": [ + "List", + "the", + "average", + "room", + "count", + "of", + "the", + "properties", + "with", + "gardens", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 50, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 49, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"garden\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT avg(T3.room_count) FROM Property_Features AS T1 JOIN Features AS T2 ON T1.feature_id = T2.feature_id JOIN Properties AS T3 ON T1.property_id = T3.property_id WHERE T2.feature_name = 'garden';", + "query_toks": [ + "SELECT", + "avg", + "(", + "T3.room_count", + ")", + "FROM", + "Property_Features", + "AS", + "T1", + "JOIN", + "Features", + "AS", + "T2", + "ON", + "T1.feature_id", + "=", + "T2.feature_id", + "JOIN", + "Properties", + "AS", + "T3", + "ON", + "T1.property_id", + "=", + "T3.property_id", + "WHERE", + "T2.feature_name", + "=", + "'garden", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t3", + ".", + "room_count", + ")", + "from", + "property_features", + "as", + "t1", + "join", + "features", + "as", + "t2", + "on", + "t1", + ".", + "feature_id", + "=", + "t2", + ".", + "feature_id", + "join", + "properties", + "as", + "t3", + "on", + "t1", + ".", + "property_id", + "=", + "t3", + ".", + "property_id", + "where", + "t2", + ".", + "feature_name", + "=", + "value" + ], + "question": "On average, how many rooms do properties with garden features have?", + "question_toks": [ + "On", + "average", + ",", + "how", + "many", + "rooms", + "do", + "properties", + "with", + "garden", + "features", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 50, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 49, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"garden\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T2.town_city FROM Properties AS T1 JOIN Addresses AS T2 ON T1.property_address_id = T2.address_id JOIN Property_Features AS T3 ON T1.property_id = T3.property_id JOIN Features AS T4 ON T4.feature_id = T3.feature_id WHERE T4.feature_name = 'swimming pool';", + "query_toks": [ + "SELECT", + "T2.town_city", + "FROM", + "Properties", + "AS", + "T1", + "JOIN", + "Addresses", + "AS", + "T2", + "ON", + "T1.property_address_id", + "=", + "T2.address_id", + "JOIN", + "Property_Features", + "AS", + "T3", + "ON", + "T1.property_id", + "=", + "T3.property_id", + "JOIN", + "Features", + "AS", + "T4", + "ON", + "T4.feature_id", + "=", + "T3.feature_id", + "WHERE", + "T4.feature_name", + "=", + "'swimming", + "pool", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "town_city", + "from", + "properties", + "as", + "t1", + "join", + "addresses", + "as", + "t2", + "on", + "t1", + ".", + "property_address_id", + "=", + "t2", + ".", + "address_id", + "join", + "property_features", + "as", + "t3", + "on", + "t1", + ".", + "property_id", + "=", + "t3", + ".", + "property_id", + "join", + "features", + "as", + "t4", + "on", + "t4", + ".", + "feature_id", + "=", + "t3", + ".", + "feature_id", + "where", + "t4", + ".", + "feature_name", + "=", + "value" + ], + "question": "In which cities are there any properties equipped with a swimming pool?", + "question_toks": [ + "In", + "which", + "cities", + "are", + "there", + "any", + "properties", + "equipped", + "with", + "a", + "swimming", + "pool", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 34, + false + ], + null + ], + [ + 0, + 49, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 50, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"swimming pool\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T2.town_city FROM Properties AS T1 JOIN Addresses AS T2 ON T1.property_address_id = T2.address_id JOIN Property_Features AS T3 ON T1.property_id = T3.property_id JOIN Features AS T4 ON T4.feature_id = T3.feature_id WHERE T4.feature_name = 'swimming pool';", + "query_toks": [ + "SELECT", + "T2.town_city", + "FROM", + "Properties", + "AS", + "T1", + "JOIN", + "Addresses", + "AS", + "T2", + "ON", + "T1.property_address_id", + "=", + "T2.address_id", + "JOIN", + "Property_Features", + "AS", + "T3", + "ON", + "T1.property_id", + "=", + "T3.property_id", + "JOIN", + "Features", + "AS", + "T4", + "ON", + "T4.feature_id", + "=", + "T3.feature_id", + "WHERE", + "T4.feature_name", + "=", + "'swimming", + "pool", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "town_city", + "from", + "properties", + "as", + "t1", + "join", + "addresses", + "as", + "t2", + "on", + "t1", + ".", + "property_address_id", + "=", + "t2", + ".", + "address_id", + "join", + "property_features", + "as", + "t3", + "on", + "t1", + ".", + "property_id", + "=", + "t3", + ".", + "property_id", + "join", + "features", + "as", + "t4", + "on", + "t4", + ".", + "feature_id", + "=", + "t3", + ".", + "feature_id", + "where", + "t4", + ".", + "feature_name", + "=", + "value" + ], + "question": "Return the cities in which there exist properties that have swimming pools.", + "question_toks": [ + "Return", + "the", + "cities", + "in", + "which", + "there", + "exist", + "properties", + "that", + "have", + "swimming", + "pools", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 34, + false + ], + null + ], + [ + 0, + 49, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 50, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"swimming pool\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT property_id , vendor_requested_price FROM Properties ORDER BY vendor_requested_price LIMIT 1;", + "query_toks": [ + "SELECT", + "property_id", + ",", + "vendor_requested_price", + "FROM", + "Properties", + "ORDER", + "BY", + "vendor_requested_price", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "property_id", + ",", + "vendor_requested_price", + "from", + "properties", + "order", + "by", + "vendor_requested_price", + "limit", + "value" + ], + "question": "Which property had the lowest price requested by the vendor? List the id and the price.", + "question_toks": [ + "Which", + "property", + "had", + "the", + "lowest", + "price", + "requested", + "by", + "the", + "vendor", + "?", + "List", + "the", + "id", + "and", + "the", + "price", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 45, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 45, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT property_id , vendor_requested_price FROM Properties ORDER BY vendor_requested_price LIMIT 1;", + "query_toks": [ + "SELECT", + "property_id", + ",", + "vendor_requested_price", + "FROM", + "Properties", + "ORDER", + "BY", + "vendor_requested_price", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "property_id", + ",", + "vendor_requested_price", + "from", + "properties", + "order", + "by", + "vendor_requested_price", + "limit", + "value" + ], + "question": "What is the id of the property that had the lowest requested price from the vendor, and what was that price?", + "question_toks": [ + "What", + "is", + "the", + "id", + "of", + "the", + "property", + "that", + "had", + "the", + "lowest", + "requested", + "price", + "from", + "the", + "vendor", + ",", + "and", + "what", + "was", + "that", + "price", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 45, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 45, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT avg(room_count) FROM Properties;", + "query_toks": [ + "SELECT", + "avg", + "(", + "room_count", + ")", + "FROM", + "Properties", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "room_count", + ")", + "from", + "properties" + ], + "question": "On average, how many rooms does a property have?", + "question_toks": [ + "On", + "average", + ",", + "how", + "many", + "rooms", + "does", + "a", + "property", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT avg(room_count) FROM Properties;", + "query_toks": [ + "SELECT", + "avg", + "(", + "room_count", + ")", + "FROM", + "Properties", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "room_count", + ")", + "from", + "properties" + ], + "question": "What is the average number of rooms in a property?", + "question_toks": [ + "What", + "is", + "the", + "average", + "number", + "of", + "rooms", + "in", + "a", + "property", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT count(DISTINCT room_size) FROM Rooms;", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "room_size", + ")", + "FROM", + "Rooms", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "room_size", + ")", + "from", + "rooms" + ], + "question": "How many kinds of room sizes are listed?", + "question_toks": [ + "How", + "many", + "kinds", + "of", + "room", + "sizes", + "are", + "listed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 61, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT count(DISTINCT room_size) FROM Rooms;", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "room_size", + ")", + "FROM", + "Rooms", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "room_size", + ")", + "from", + "rooms" + ], + "question": "Return the number of different room sizes.", + "question_toks": [ + "Return", + "the", + "number", + "of", + "different", + "room", + "sizes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 61, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT search_seq , user_id FROM User_Searches GROUP BY user_id HAVING count(*) >= 2;", + "query_toks": [ + "SELECT", + "search_seq", + ",", + "user_id", + "FROM", + "User_Searches", + "GROUP", + "BY", + "user_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2", + ";" + ], + "query_toks_no_value": [ + "select", + "search_seq", + ",", + "user_id", + "from", + "user_searches", + "group", + "by", + "user_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the ids of users who have searched at least twice, and what did they search?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "users", + "who", + "have", + "searched", + "at", + "least", + "twice", + ",", + "and", + "what", + "did", + "they", + "search", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 67, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 66, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 66, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT search_seq , user_id FROM User_Searches GROUP BY user_id HAVING count(*) >= 2;", + "query_toks": [ + "SELECT", + "search_seq", + ",", + "user_id", + "FROM", + "User_Searches", + "GROUP", + "BY", + "user_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2", + ";" + ], + "query_toks_no_value": [ + "select", + "search_seq", + ",", + "user_id", + "from", + "user_searches", + "group", + "by", + "user_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Return the ids of users who have performed two or more searches, as well as their search sequence.", + "question_toks": [ + "Return", + "the", + "ids", + "of", + "users", + "who", + "have", + "performed", + "two", + "or", + "more", + "searches", + ",", + "as", + "well", + "as", + "their", + "search", + "sequence", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 67, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 66, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 66, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT max(search_datetime) FROM User_Searches;", + "query_toks": [ + "SELECT", + "max", + "(", + "search_datetime", + ")", + "FROM", + "User_Searches", + ";" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "search_datetime", + ")", + "from", + "user_searches" + ], + "question": "When was the time of the latest search by a user?", + "question_toks": [ + "When", + "was", + "the", + "time", + "of", + "the", + "latest", + "search", + "by", + "a", + "user", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 68, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT max(search_datetime) FROM User_Searches;", + "query_toks": [ + "SELECT", + "max", + "(", + "search_datetime", + ")", + "FROM", + "User_Searches", + ";" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "search_datetime", + ")", + "from", + "user_searches" + ], + "question": "What was the time of the most recent search?", + "question_toks": [ + "What", + "was", + "the", + "time", + "of", + "the", + "most", + "recent", + "search", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 68, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT search_datetime , search_string FROM User_Searches ORDER BY search_string DESC;", + "query_toks": [ + "SELECT", + "search_datetime", + ",", + "search_string", + "FROM", + "User_Searches", + "ORDER", + "BY", + "search_string", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "search_datetime", + ",", + "search_string", + "from", + "user_searches", + "order", + "by", + "search_string", + "desc" + ], + "question": "What are all the user searches time and content? Sort the result descending by content.", + "question_toks": [ + "What", + "are", + "all", + "the", + "user", + "searches", + "time", + "and", + "content", + "?", + "Sort", + "the", + "result", + "descending", + "by", + "content", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 68, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 69, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 69, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT search_datetime , search_string FROM User_Searches ORDER BY search_string DESC;", + "query_toks": [ + "SELECT", + "search_datetime", + ",", + "search_string", + "FROM", + "User_Searches", + "ORDER", + "BY", + "search_string", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "search_datetime", + ",", + "search_string", + "from", + "user_searches", + "order", + "by", + "search_string", + "desc" + ], + "question": "Return the search strings and corresonding time stamps for all user searches, sorted by search string descending.", + "question_toks": [ + "Return", + "the", + "search", + "strings", + "and", + "corresonding", + "time", + "stamps", + "for", + "all", + "user", + "searches", + ",", + "sorted", + "by", + "search", + "string", + "descending", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 68, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 69, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 69, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.zip_postcode FROM Addresses AS T1 JOIN Properties AS T2 ON T1.address_id = T2.property_address_id WHERE T2.owner_user_id NOT IN ( SELECT owner_user_id FROM Properties GROUP BY owner_user_id HAVING count(*) <= 2 );", + "query_toks": [ + "SELECT", + "T1.zip_postcode", + "FROM", + "Addresses", + "AS", + "T1", + "JOIN", + "Properties", + "AS", + "T2", + "ON", + "T1.address_id", + "=", + "T2.property_address_id", + "WHERE", + "T2.owner_user_id", + "NOT", + "IN", + "(", + "SELECT", + "owner_user_id", + "FROM", + "Properties", + "GROUP", + "BY", + "owner_user_id", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "=", + "2", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "zip_postcode", + "from", + "addresses", + "as", + "t1", + "join", + "properties", + "as", + "t2", + "on", + "t1", + ".", + "address_id", + "=", + "t2", + ".", + "property_address_id", + "where", + "t2", + ".", + "owner_user_id", + "not", + "in", + "(", + "select", + "owner_user_id", + "from", + "properties", + "group", + "by", + "owner_user_id", + "having", + "count", + "(", + "*", + ")", + "<", + "=", + "value", + ")" + ], + "question": "What are the zip codes of properties which do not belong to users who own at most 2 properties?", + "question_toks": [ + "What", + "are", + "the", + "zip", + "codes", + "of", + "properties", + "which", + "do", + "not", + "belong", + "to", + "users", + "who", + "own", + "at", + "most", + "2", + "properties", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 36, + false + ] + ], + "having": [ + [ + false, + 6, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.zip_postcode FROM Addresses AS T1 JOIN Properties AS T2 ON T1.address_id = T2.property_address_id WHERE T2.owner_user_id NOT IN ( SELECT owner_user_id FROM Properties GROUP BY owner_user_id HAVING count(*) <= 2 );", + "query_toks": [ + "SELECT", + "T1.zip_postcode", + "FROM", + "Addresses", + "AS", + "T1", + "JOIN", + "Properties", + "AS", + "T2", + "ON", + "T1.address_id", + "=", + "T2.property_address_id", + "WHERE", + "T2.owner_user_id", + "NOT", + "IN", + "(", + "SELECT", + "owner_user_id", + "FROM", + "Properties", + "GROUP", + "BY", + "owner_user_id", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "=", + "2", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "zip_postcode", + "from", + "addresses", + "as", + "t1", + "join", + "properties", + "as", + "t2", + "on", + "t1", + ".", + "address_id", + "=", + "t2", + ".", + "property_address_id", + "where", + "t2", + ".", + "owner_user_id", + "not", + "in", + "(", + "select", + "owner_user_id", + "from", + "properties", + "group", + "by", + "owner_user_id", + "having", + "count", + "(", + "*", + ")", + "<", + "=", + "value", + ")" + ], + "question": "Return the zip codes for properties not belonging to users who own two or fewer properties.", + "question_toks": [ + "Return", + "the", + "zip", + "codes", + "for", + "properties", + "not", + "belonging", + "to", + "users", + "who", + "own", + "two", + "or", + "fewer", + "properties", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 36, + false + ] + ], + "having": [ + [ + false, + 6, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.user_category_code , T1.user_id FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id GROUP BY T1.user_id HAVING count(*) = 1;", + "query_toks": [ + "SELECT", + "T1.user_category_code", + ",", + "T1.user_id", + "FROM", + "Users", + "AS", + "T1", + "JOIN", + "User_Searches", + "AS", + "T2", + "ON", + "T1.user_id", + "=", + "T2.user_id", + "GROUP", + "BY", + "T1.user_id", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "user_category_code", + ",", + "t1", + ".", + "user_id", + "from", + "users", + "as", + "t1", + "join", + "user_searches", + "as", + "t2", + "on", + "t1", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "group", + "by", + "t1", + ".", + "user_id", + "having", + "count", + "(", + "*", + ")", + "=", + "value" + ], + "question": "What are the users making only one search? List both category and user id.", + "question_toks": [ + "What", + "are", + "the", + "users", + "making", + "only", + "one", + "search", + "?", + "List", + "both", + "category", + "and", + "user", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 12 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 66, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.user_category_code , T1.user_id FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id GROUP BY T1.user_id HAVING count(*) = 1;", + "query_toks": [ + "SELECT", + "T1.user_category_code", + ",", + "T1.user_id", + "FROM", + "Users", + "AS", + "T1", + "JOIN", + "User_Searches", + "AS", + "T2", + "ON", + "T1.user_id", + "=", + "T2.user_id", + "GROUP", + "BY", + "T1.user_id", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "user_category_code", + ",", + "t1", + ".", + "user_id", + "from", + "users", + "as", + "t1", + "join", + "user_searches", + "as", + "t2", + "on", + "t1", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "group", + "by", + "t1", + ".", + "user_id", + "having", + "count", + "(", + "*", + ")", + "=", + "value" + ], + "question": "What are the ids of users who have only made one search, and what are their category codes?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "users", + "who", + "have", + "only", + "made", + "one", + "search", + ",", + "and", + "what", + "are", + "their", + "category", + "codes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 12 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 66, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.age_category_code FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id ORDER BY T2.search_datetime LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.age_category_code", + "FROM", + "Users", + "AS", + "T1", + "JOIN", + "User_Searches", + "AS", + "T2", + "ON", + "T1.user_id", + "=", + "T2.user_id", + "ORDER", + "BY", + "T2.search_datetime", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "age_category_code", + "from", + "users", + "as", + "t1", + "join", + "user_searches", + "as", + "t2", + "on", + "t1", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "order", + "by", + "t2", + ".", + "search_datetime", + "limit", + "value" + ], + "question": "What is the age range category of the user who made the first search?", + "question_toks": [ + "What", + "is", + "the", + "age", + "range", + "category", + "of", + "the", + "user", + "who", + "made", + "the", + "first", + "search", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 12 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 66, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 68, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.age_category_code FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id ORDER BY T2.search_datetime LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.age_category_code", + "FROM", + "Users", + "AS", + "T1", + "JOIN", + "User_Searches", + "AS", + "T2", + "ON", + "T1.user_id", + "=", + "T2.user_id", + "ORDER", + "BY", + "T2.search_datetime", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "age_category_code", + "from", + "users", + "as", + "t1", + "join", + "user_searches", + "as", + "t2", + "on", + "t1", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "order", + "by", + "t2", + ".", + "search_datetime", + "limit", + "value" + ], + "question": "Return the age category for the user who made the earliest search.", + "question_toks": [ + "Return", + "the", + "age", + "category", + "for", + "the", + "user", + "who", + "made", + "the", + "earliest", + "search", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 12 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 66, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 68, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT login_name FROM Users WHERE user_category_code = 'Senior Citizen' ORDER BY first_name", + "query_toks": [ + "SELECT", + "login_name", + "FROM", + "Users", + "WHERE", + "user_category_code", + "=", + "'Senior", + "Citizen", + "'", + "ORDER", + "BY", + "first_name" + ], + "query_toks_no_value": [ + "select", + "login_name", + "from", + "users", + "where", + "user_category_code", + "=", + "value", + "order", + "by", + "first_name" + ], + "question": "Find the login names of all senior citizen users ordered by their first names.", + "question_toks": [ + "Find", + "the", + "login", + "names", + "of", + "all", + "senior", + "citizen", + "users", + "ordered", + "by", + "their", + "first", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + "\"Senior Citizen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT login_name FROM Users WHERE user_category_code = 'Senior Citizen' ORDER BY first_name", + "query_toks": [ + "SELECT", + "login_name", + "FROM", + "Users", + "WHERE", + "user_category_code", + "=", + "'Senior", + "Citizen", + "'", + "ORDER", + "BY", + "first_name" + ], + "query_toks_no_value": [ + "select", + "login_name", + "from", + "users", + "where", + "user_category_code", + "=", + "value", + "order", + "by", + "first_name" + ], + "question": "What are the login names of all senior citizens, sorted by first name?", + "question_toks": [ + "What", + "are", + "the", + "login", + "names", + "of", + "all", + "senior", + "citizens", + ",", + "sorted", + "by", + "first", + "name", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + "\"Senior Citizen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT count(*) FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id WHERE T1.is_buyer = 1;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Users", + "AS", + "T1", + "JOIN", + "User_Searches", + "AS", + "T2", + "ON", + "T1.user_id", + "=", + "T2.user_id", + "WHERE", + "T1.is_buyer", + "=", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "users", + "as", + "t1", + "join", + "user_searches", + "as", + "t2", + "on", + "t1", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t1", + ".", + "is_buyer", + "=", + "value" + ], + "question": "How many searches do buyers make in total?", + "question_toks": [ + "How", + "many", + "searches", + "do", + "buyers", + "make", + "in", + "total", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 12 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 66, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT count(*) FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id WHERE T1.is_buyer = 1;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Users", + "AS", + "T1", + "JOIN", + "User_Searches", + "AS", + "T2", + "ON", + "T1.user_id", + "=", + "T2.user_id", + "WHERE", + "T1.is_buyer", + "=", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "users", + "as", + "t1", + "join", + "user_searches", + "as", + "t2", + "on", + "t1", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t1", + ".", + "is_buyer", + "=", + "value" + ], + "question": "Count the number of searches made by buyers.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "searches", + "made", + "by", + "buyers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 12 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 66, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT date_registered FROM Users WHERE login_name = 'ratione';", + "query_toks": [ + "SELECT", + "date_registered", + "FROM", + "Users", + "WHERE", + "login_name", + "=", + "'ratione", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "date_registered", + "from", + "users", + "where", + "login_name", + "=", + "value" + ], + "question": "When did the user with login name ratione register?", + "question_toks": [ + "When", + "did", + "the", + "user", + "with", + "login", + "name", + "ratione", + "register", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"ratione\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT date_registered FROM Users WHERE login_name = 'ratione';", + "query_toks": [ + "SELECT", + "date_registered", + "FROM", + "Users", + "WHERE", + "login_name", + "=", + "'ratione", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "date_registered", + "from", + "users", + "where", + "login_name", + "=", + "value" + ], + "question": "What was the registration date for the user whose login name is ratione?", + "question_toks": [ + "What", + "was", + "the", + "registration", + "date", + "for", + "the", + "user", + "whose", + "login", + "name", + "is", + "ratione", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + "\"ratione\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT first_name , middle_name , last_name , login_name FROM Users WHERE is_seller = 1;", + "query_toks": [ + "SELECT", + "first_name", + ",", + "middle_name", + ",", + "last_name", + ",", + "login_name", + "FROM", + "Users", + "WHERE", + "is_seller", + "=", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "middle_name", + ",", + "last_name", + ",", + "login_name", + "from", + "users", + "where", + "is_seller", + "=", + "value" + ], + "question": "List the first name, middle name and last name, and log in name of all the seller users, whose seller value is 1.", + "question_toks": [ + "List", + "the", + "first", + "name", + ",", + "middle", + "name", + "and", + "last", + "name", + ",", + "and", + "log", + "in", + "name", + "of", + "all", + "the", + "seller", + "users", + ",", + "whose", + "seller", + "value", + "is", + "1", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT first_name , middle_name , last_name , login_name FROM Users WHERE is_seller = 1;", + "query_toks": [ + "SELECT", + "first_name", + ",", + "middle_name", + ",", + "last_name", + ",", + "login_name", + "FROM", + "Users", + "WHERE", + "is_seller", + "=", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "middle_name", + ",", + "last_name", + ",", + "login_name", + "from", + "users", + "where", + "is_seller", + "=", + "value" + ], + "question": "What are the first, middle, last, and login names for all users who are sellers?", + "question_toks": [ + "What", + "are", + "the", + "first", + ",", + "middle", + ",", + "last", + ",", + "and", + "login", + "names", + "for", + "all", + "users", + "who", + "are", + "sellers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.line_1_number_building , T1.line_2_number_street , T1.town_city FROM Addresses AS T1 JOIN Users AS T2 ON T1.address_id = T2.user_address_id WHERE T2.user_category_code = 'Senior Citizen';", + "query_toks": [ + "SELECT", + "T1.line_1_number_building", + ",", + "T1.line_2_number_street", + ",", + "T1.town_city", + "FROM", + "Addresses", + "AS", + "T1", + "JOIN", + "Users", + "AS", + "T2", + "ON", + "T1.address_id", + "=", + "T2.user_address_id", + "WHERE", + "T2.user_category_code", + "=", + "'Senior", + "Citizen", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "line_1_number_building", + ",", + "t1", + ".", + "line_2_number_street", + ",", + "t1", + ".", + "town_city", + "from", + "addresses", + "as", + "t1", + "join", + "users", + "as", + "t2", + "on", + "t1", + ".", + "address_id", + "=", + "t2", + ".", + "user_address_id", + "where", + "t2", + ".", + "user_category_code", + "=", + "value" + ], + "question": "Where do the Senior Citizens live? List building, street, and the city.", + "question_toks": [ + "Where", + "do", + "the", + "Senior", + "Citizens", + "live", + "?", + "List", + "building", + ",", + "street", + ",", + "and", + "the", + "city", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + "\"Senior Citizen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.line_1_number_building , T1.line_2_number_street , T1.town_city FROM Addresses AS T1 JOIN Users AS T2 ON T1.address_id = T2.user_address_id WHERE T2.user_category_code = 'Senior Citizen';", + "query_toks": [ + "SELECT", + "T1.line_1_number_building", + ",", + "T1.line_2_number_street", + ",", + "T1.town_city", + "FROM", + "Addresses", + "AS", + "T1", + "JOIN", + "Users", + "AS", + "T2", + "ON", + "T1.address_id", + "=", + "T2.user_address_id", + "WHERE", + "T2.user_category_code", + "=", + "'Senior", + "Citizen", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "line_1_number_building", + ",", + "t1", + ".", + "line_2_number_street", + ",", + "t1", + ".", + "town_city", + "from", + "addresses", + "as", + "t1", + "join", + "users", + "as", + "t2", + "on", + "t1", + ".", + "address_id", + "=", + "t2", + ".", + "user_address_id", + "where", + "t2", + ".", + "user_category_code", + "=", + "value" + ], + "question": "What are the buildings, streets, and cities corresponding to the addresses of senior citizens?", + "question_toks": [ + "What", + "are", + "the", + "buildings", + ",", + "streets", + ",", + "and", + "cities", + "corresponding", + "to", + "the", + "addresses", + "of", + "senior", + "citizens", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + "\"Senior Citizen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT count(*) FROM Properties GROUP BY property_id HAVING count(*) >= 2;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Properties", + "GROUP", + "BY", + "property_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "properties", + "group", + "by", + "property_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "How many properties are there with at least 2 features?", + "question_toks": [ + "How", + "many", + "properties", + "are", + "there", + "with", + "at", + "least", + "2", + "features", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 34, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT count(*) FROM Properties GROUP BY property_id HAVING count(*) >= 2;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Properties", + "GROUP", + "BY", + "property_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "properties", + "group", + "by", + "property_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Count the number of properties with at least two features.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "properties", + "with", + "at", + "least", + "two", + "features", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 34, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT count(*) , property_id FROM Property_Photos GROUP BY property_id;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "property_id", + "FROM", + "Property_Photos", + "GROUP", + "BY", + "property_id", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "property_id", + "from", + "property_photos", + "group", + "by", + "property_id" + ], + "question": "How many photos does each property have?", + "question_toks": [ + "How", + "many", + "photos", + "does", + "each", + "property", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 53, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT count(*) , property_id FROM Property_Photos GROUP BY property_id;", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "property_id", + "FROM", + "Property_Photos", + "GROUP", + "BY", + "property_id", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "property_id", + "from", + "property_photos", + "group", + "by", + "property_id" + ], + "question": "Count the number of property photos each property has by id.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "property", + "photos", + "each", + "property", + "has", + "by", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 53, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 53, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.owner_user_id , count(*) FROM Properties AS T1 JOIN Property_Photos AS T2 ON T1.property_id = T2.property_id GROUP BY T1.owner_user_id;", + "query_toks": [ + "SELECT", + "T1.owner_user_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Properties", + "AS", + "T1", + "JOIN", + "Property_Photos", + "AS", + "T2", + "ON", + "T1.property_id", + "=", + "T2.property_id", + "GROUP", + "BY", + "T1.owner_user_id", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "owner_user_id", + ",", + "count", + "(", + "*", + ")", + "from", + "properties", + "as", + "t1", + "join", + "property_photos", + "as", + "t2", + "on", + "t1", + ".", + "property_id", + "=", + "t2", + ".", + "property_id", + "group", + "by", + "t1", + ".", + "owner_user_id" + ], + "question": "How many photos does each owner has of his or her properties? List user id and number of photos.", + "question_toks": [ + "How", + "many", + "photos", + "does", + "each", + "owner", + "has", + "of", + "his", + "or", + "her", + "properties", + "?", + "List", + "user", + "id", + "and", + "number", + "of", + "photos", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 34, + false + ], + null + ], + [ + 0, + 53, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 36, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.owner_user_id , count(*) FROM Properties AS T1 JOIN Property_Photos AS T2 ON T1.property_id = T2.property_id GROUP BY T1.owner_user_id;", + "query_toks": [ + "SELECT", + "T1.owner_user_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Properties", + "AS", + "T1", + "JOIN", + "Property_Photos", + "AS", + "T2", + "ON", + "T1.property_id", + "=", + "T2.property_id", + "GROUP", + "BY", + "T1.owner_user_id", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "owner_user_id", + ",", + "count", + "(", + "*", + ")", + "from", + "properties", + "as", + "t1", + "join", + "property_photos", + "as", + "t2", + "on", + "t1", + ".", + "property_id", + "=", + "t2", + ".", + "property_id", + "group", + "by", + "t1", + ".", + "owner_user_id" + ], + "question": "What are the user ids of property owners who have property photos, and how many do each of them have?", + "question_toks": [ + "What", + "are", + "the", + "user", + "ids", + "of", + "property", + "owners", + "who", + "have", + "property", + "photos", + ",", + "and", + "how", + "many", + "do", + "each", + "of", + "them", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 34, + false + ], + null + ], + [ + 0, + 53, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 36, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT sum(T1.price_max) FROM Properties AS T1 JOIN Users AS T2 ON T1.owner_user_id = T2.user_id WHERE T2.user_category_code = 'Single Mother' OR T2.user_category_code = 'Student';", + "query_toks": [ + "SELECT", + "sum", + "(", + "T1.price_max", + ")", + "FROM", + "Properties", + "AS", + "T1", + "JOIN", + "Users", + "AS", + "T2", + "ON", + "T1.owner_user_id", + "=", + "T2.user_id", + "WHERE", + "T2.user_category_code", + "=", + "'Single", + "Mother", + "'", + "OR", + "T2.user_category_code", + "=", + "'Student", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "price_max", + ")", + "from", + "properties", + "as", + "t1", + "join", + "users", + "as", + "t2", + "on", + "t1", + ".", + "owner_user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t2", + ".", + "user_category_code", + "=", + "value", + "or", + "t2", + ".", + "user_category_code", + "=", + "value" + ], + "question": "What is the total max price of the properties owned by single mothers or students?", + "question_toks": [ + "What", + "is", + "the", + "total", + "max", + "price", + "of", + "the", + "properties", + "owned", + "by", + "single", + "mothers", + "or", + "students", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 47, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + "\"Single Mother\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + "\"Student\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT sum(T1.price_max) FROM Properties AS T1 JOIN Users AS T2 ON T1.owner_user_id = T2.user_id WHERE T2.user_category_code = 'Single Mother' OR T2.user_category_code = 'Student';", + "query_toks": [ + "SELECT", + "sum", + "(", + "T1.price_max", + ")", + "FROM", + "Properties", + "AS", + "T1", + "JOIN", + "Users", + "AS", + "T2", + "ON", + "T1.owner_user_id", + "=", + "T2.user_id", + "WHERE", + "T2.user_category_code", + "=", + "'Single", + "Mother", + "'", + "OR", + "T2.user_category_code", + "=", + "'Student", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "price_max", + ")", + "from", + "properties", + "as", + "t1", + "join", + "users", + "as", + "t2", + "on", + "t1", + ".", + "owner_user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t2", + ".", + "user_category_code", + "=", + "value", + "or", + "t2", + ".", + "user_category_code", + "=", + "value" + ], + "question": "Give the total max price corresponding to any properties owned by single mothers or students.", + "question_toks": [ + "Give", + "the", + "total", + "max", + "price", + "corresponding", + "to", + "any", + "properties", + "owned", + "by", + "single", + "mothers", + "or", + "students", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 47, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + "\"Single Mother\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + "\"Student\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.datestamp , T2.property_name FROM User_Property_History AS T1 JOIN Properties AS T2 ON T1.property_id = T2.property_id ORDER BY datestamp;", + "query_toks": [ + "SELECT", + "T1.datestamp", + ",", + "T2.property_name", + "FROM", + "User_Property_History", + "AS", + "T1", + "JOIN", + "Properties", + "AS", + "T2", + "ON", + "T1.property_id", + "=", + "T2.property_id", + "ORDER", + "BY", + "datestamp", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "datestamp", + ",", + "t2", + ".", + "property_name", + "from", + "user_property_history", + "as", + "t1", + "join", + "properties", + "as", + "t2", + "on", + "t1", + ".", + "property_id", + "=", + "t2", + ".", + "property_id", + "order", + "by", + "datestamp" + ], + "question": "What are the date stamps and property names for each item of property history, ordered by date stamp?", + "question_toks": [ + "What", + "are", + "the", + "date", + "stamps", + "and", + "property", + "names", + "for", + "each", + "item", + "of", + "property", + "history", + ",", + "ordered", + "by", + "date", + "stamp", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 64, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 65, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 40, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 65, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.datestamp , T2.property_name FROM User_Property_History AS T1 JOIN Properties AS T2 ON T1.property_id = T2.property_id ORDER BY datestamp;", + "query_toks": [ + "SELECT", + "T1.datestamp", + ",", + "T2.property_name", + "FROM", + "User_Property_History", + "AS", + "T1", + "JOIN", + "Properties", + "AS", + "T2", + "ON", + "T1.property_id", + "=", + "T2.property_id", + "ORDER", + "BY", + "datestamp", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "datestamp", + ",", + "t2", + ".", + "property_name", + "from", + "user_property_history", + "as", + "t1", + "join", + "properties", + "as", + "t2", + "on", + "t1", + ".", + "property_id", + "=", + "t2", + ".", + "property_id", + "order", + "by", + "datestamp" + ], + "question": "Return the date stamp and property name for each property history event, sorted by date stamp.", + "question_toks": [ + "Return", + "the", + "date", + "stamp", + "and", + "property", + "name", + "for", + "each", + "property", + "history", + "event", + ",", + "sorted", + "by", + "date", + "stamp", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 64, + false + ], + null + ], + [ + 0, + 34, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 65, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 40, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 65, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.property_type_description , T1.property_type_code FROM Ref_Property_Types AS T1 JOIN Properties AS T2 ON T1.property_type_code = T2.property_type_code GROUP BY T1.property_type_code ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.property_type_description", + ",", + "T1.property_type_code", + "FROM", + "Ref_Property_Types", + "AS", + "T1", + "JOIN", + "Properties", + "AS", + "T2", + "ON", + "T1.property_type_code", + "=", + "T2.property_type_code", + "GROUP", + "BY", + "T1.property_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "property_type_description", + ",", + "t1", + ".", + "property_type_code", + "from", + "ref_property_types", + "as", + "t1", + "join", + "properties", + "as", + "t2", + "on", + "t1", + ".", + "property_type_code", + "=", + "t2", + ".", + "property_type_code", + "group", + "by", + "t1", + ".", + "property_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the description of the most common property type? List the description and code.", + "question_toks": [ + "What", + "is", + "the", + "description", + "of", + "the", + "most", + "common", + "property", + "type", + "?", + "List", + "the", + "description", + "and", + "code", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.property_type_description , T1.property_type_code FROM Ref_Property_Types AS T1 JOIN Properties AS T2 ON T1.property_type_code = T2.property_type_code GROUP BY T1.property_type_code ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T1.property_type_description", + ",", + "T1.property_type_code", + "FROM", + "Ref_Property_Types", + "AS", + "T1", + "JOIN", + "Properties", + "AS", + "T2", + "ON", + "T1.property_type_code", + "=", + "T2.property_type_code", + "GROUP", + "BY", + "T1.property_type_code", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "property_type_description", + ",", + "t1", + ".", + "property_type_code", + "from", + "ref_property_types", + "as", + "t1", + "join", + "properties", + "as", + "t2", + "on", + "t1", + ".", + "property_type_code", + "=", + "t2", + ".", + "property_type_code", + "group", + "by", + "t1", + ".", + "property_type_code", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the most common property type, and what is its description.", + "question_toks": [ + "What", + "is", + "the", + "most", + "common", + "property", + "type", + ",", + "and", + "what", + "is", + "its", + "description", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT age_category_description FROM Ref_Age_Categories WHERE age_category_code = 'Over 60';", + "query_toks": [ + "SELECT", + "age_category_description", + "FROM", + "Ref_Age_Categories", + "WHERE", + "age_category_code", + "=", + "'Over", + "60", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "age_category_description", + "from", + "ref_age_categories", + "where", + "age_category_code", + "=", + "value" + ], + "question": "What is the detailed description of the age category code 'Over 60'?", + "question_toks": [ + "What", + "is", + "the", + "detailed", + "description", + "of", + "the", + "age", + "category", + "code", + "'Over", + "60", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"Over 60\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT age_category_description FROM Ref_Age_Categories WHERE age_category_code = 'Over 60';", + "query_toks": [ + "SELECT", + "age_category_description", + "FROM", + "Ref_Age_Categories", + "WHERE", + "age_category_code", + "=", + "'Over", + "60", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "age_category_description", + "from", + "ref_age_categories", + "where", + "age_category_code", + "=", + "value" + ], + "question": "Give the category description of the age category 'Over 60'.", + "question_toks": [ + "Give", + "the", + "category", + "description", + "of", + "the", + "age", + "category", + "'Over", + "60", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"Over 60\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT room_size , count(*) FROM Rooms GROUP BY room_size", + "query_toks": [ + "SELECT", + "room_size", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Rooms", + "GROUP", + "BY", + "room_size" + ], + "query_toks_no_value": [ + "select", + "room_size", + ",", + "count", + "(", + "*", + ")", + "from", + "rooms", + "group", + "by", + "room_size" + ], + "question": "What are the different room sizes, and how many of each are there?", + "question_toks": [ + "What", + "are", + "the", + "different", + "room", + "sizes", + ",", + "and", + "how", + "many", + "of", + "each", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 61, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 61, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT room_size , count(*) FROM Rooms GROUP BY room_size", + "query_toks": [ + "SELECT", + "room_size", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Rooms", + "GROUP", + "BY", + "room_size" + ], + "query_toks_no_value": [ + "select", + "room_size", + ",", + "count", + "(", + "*", + ")", + "from", + "rooms", + "group", + "by", + "room_size" + ], + "question": "Return the number of rooms with each different room size.", + "question_toks": [ + "Return", + "the", + "number", + "of", + "rooms", + "with", + "each", + "different", + "room", + "size", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 10 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 61, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 61, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.country FROM Addresses AS T1 JOIN Users AS T2 ON T1.address_id = T2.user_address_id WHERE T2.first_name = 'Robbie';", + "query_toks": [ + "SELECT", + "T1.country", + "FROM", + "Addresses", + "AS", + "T1", + "JOIN", + "Users", + "AS", + "T2", + "ON", + "T1.address_id", + "=", + "T2.user_address_id", + "WHERE", + "T2.first_name", + "=", + "'Robbie", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "country", + "from", + "addresses", + "as", + "t1", + "join", + "users", + "as", + "t2", + "on", + "t1", + ".", + "address_id", + "=", + "t2", + ".", + "user_address_id", + "where", + "t2", + ".", + "first_name", + "=", + "value" + ], + "question": "In which country does the user with first name Robbie live?", + "question_toks": [ + "In", + "which", + "country", + "does", + "the", + "user", + "with", + "first", + "name", + "Robbie", + "live", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + "\"Robbie\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.country FROM Addresses AS T1 JOIN Users AS T2 ON T1.address_id = T2.user_address_id WHERE T2.first_name = 'Robbie';", + "query_toks": [ + "SELECT", + "T1.country", + "FROM", + "Addresses", + "AS", + "T1", + "JOIN", + "Users", + "AS", + "T2", + "ON", + "T1.address_id", + "=", + "T2.user_address_id", + "WHERE", + "T2.first_name", + "=", + "'Robbie", + "'", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "country", + "from", + "addresses", + "as", + "t1", + "join", + "users", + "as", + "t2", + "on", + "t1", + ".", + "address_id", + "=", + "t2", + ".", + "user_address_id", + "where", + "t2", + ".", + "first_name", + "=", + "value" + ], + "question": "Return the country in which the user with first name Robbie lives.", + "question_toks": [ + "Return", + "the", + "country", + "in", + "which", + "the", + "user", + "with", + "first", + "name", + "Robbie", + "lives", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + "\"Robbie\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT first_name , middle_name , last_name FROM Properties AS T1 JOIN Users AS T2 ON T1.owner_user_id = T2.user_id WHERE T1.property_address_id = T2.user_address_id;", + "query_toks": [ + "SELECT", + "first_name", + ",", + "middle_name", + ",", + "last_name", + "FROM", + "Properties", + "AS", + "T1", + "JOIN", + "Users", + "AS", + "T2", + "ON", + "T1.owner_user_id", + "=", + "T2.user_id", + "WHERE", + "T1.property_address_id", + "=", + "T2.user_address_id", + ";" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "middle_name", + ",", + "last_name", + "from", + "properties", + "as", + "t1", + "join", + "users", + "as", + "t2", + "on", + "t1", + ".", + "owner_user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t1", + ".", + "property_address_id", + "=", + "t2", + ".", + "user_address_id" + ], + "question": "What are the first, middle and last names of users who own the property they live in?", + "question_toks": [ + "What", + "are", + "the", + "first", + ",", + "middle", + "and", + "last", + "names", + "of", + "users", + "who", + "own", + "the", + "property", + "they", + "live", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT first_name , middle_name , last_name FROM Properties AS T1 JOIN Users AS T2 ON T1.owner_user_id = T2.user_id WHERE T1.property_address_id = T2.user_address_id;", + "query_toks": [ + "SELECT", + "first_name", + ",", + "middle_name", + ",", + "last_name", + "FROM", + "Properties", + "AS", + "T1", + "JOIN", + "Users", + "AS", + "T2", + "ON", + "T1.owner_user_id", + "=", + "T2.user_id", + "WHERE", + "T1.property_address_id", + "=", + "T2.user_address_id", + ";" + ], + "query_toks_no_value": [ + "select", + "first_name", + ",", + "middle_name", + ",", + "last_name", + "from", + "properties", + "as", + "t1", + "join", + "users", + "as", + "t2", + "on", + "t1", + ".", + "owner_user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t1", + ".", + "property_address_id", + "=", + "t2", + ".", + "user_address_id" + ], + "question": "Return the full names of users who live in properties that they own.", + "question_toks": [ + "Return", + "the", + "full", + "names", + "of", + "users", + "who", + "live", + "in", + "properties", + "that", + "they", + "own", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 31, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT search_string FROM User_Searches EXCEPT SELECT T1.search_string FROM User_Searches AS T1 JOIN Properties AS T2 ON T1.user_id = T2.owner_user_id;", + "query_toks": [ + "SELECT", + "search_string", + "FROM", + "User_Searches", + "EXCEPT", + "SELECT", + "T1.search_string", + "FROM", + "User_Searches", + "AS", + "T1", + "JOIN", + "Properties", + "AS", + "T2", + "ON", + "T1.user_id", + "=", + "T2.owner_user_id", + ";" + ], + "query_toks_no_value": [ + "select", + "search_string", + "from", + "user_searches", + "except", + "select", + "t1", + ".", + "search_string", + "from", + "user_searches", + "as", + "t1", + "join", + "properties", + "as", + "t2", + "on", + "t1", + ".", + "user_id", + "=", + "t2", + ".", + "owner_user_id" + ], + "question": "List the search content of the users who do not own a single property.", + "question_toks": [ + "List", + "the", + "search", + "content", + "of", + "the", + "users", + "who", + "do", + "not", + "own", + "a", + "single", + "property", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 69, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 66, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 69, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT search_string FROM User_Searches EXCEPT SELECT T1.search_string FROM User_Searches AS T1 JOIN Properties AS T2 ON T1.user_id = T2.owner_user_id;", + "query_toks": [ + "SELECT", + "search_string", + "FROM", + "User_Searches", + "EXCEPT", + "SELECT", + "T1.search_string", + "FROM", + "User_Searches", + "AS", + "T1", + "JOIN", + "Properties", + "AS", + "T2", + "ON", + "T1.user_id", + "=", + "T2.owner_user_id", + ";" + ], + "query_toks_no_value": [ + "select", + "search_string", + "from", + "user_searches", + "except", + "select", + "t1", + ".", + "search_string", + "from", + "user_searches", + "as", + "t1", + "join", + "properties", + "as", + "t2", + "on", + "t1", + ".", + "user_id", + "=", + "t2", + ".", + "owner_user_id" + ], + "question": "What search strings were entered by users who do not own any properties?", + "question_toks": [ + "What", + "search", + "strings", + "were", + "entered", + "by", + "users", + "who", + "do", + "not", + "own", + "any", + "properties", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 69, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 66, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 69, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.last_name , T1.user_id FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id GROUP BY T1.user_id HAVING count(*) <= 2 INTERSECT SELECT T3.last_name , T3.user_id FROM Users AS T3 JOIN Properties AS T4 ON T3.user_id = T4.owner_user_id GROUP BY T3.user_id HAVING count(*) >= 2;", + "query_toks": [ + "SELECT", + "T1.last_name", + ",", + "T1.user_id", + "FROM", + "Users", + "AS", + "T1", + "JOIN", + "User_Searches", + "AS", + "T2", + "ON", + "T1.user_id", + "=", + "T2.user_id", + "GROUP", + "BY", + "T1.user_id", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "=", + "2", + "INTERSECT", + "SELECT", + "T3.last_name", + ",", + "T3.user_id", + "FROM", + "Users", + "AS", + "T3", + "JOIN", + "Properties", + "AS", + "T4", + "ON", + "T3.user_id", + "=", + "T4.owner_user_id", + "GROUP", + "BY", + "T3.user_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "last_name", + ",", + "t1", + ".", + "user_id", + "from", + "users", + "as", + "t1", + "join", + "user_searches", + "as", + "t2", + "on", + "t1", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "group", + "by", + "t1", + ".", + "user_id", + "having", + "count", + "(", + "*", + ")", + "<", + "=", + "value", + "intersect", + "select", + "t3", + ".", + "last_name", + ",", + "t3", + ".", + "user_id", + "from", + "users", + "as", + "t3", + "join", + "properties", + "as", + "t4", + "on", + "t3", + ".", + "user_id", + "=", + "t4", + ".", + "owner_user_id", + "group", + "by", + "t3", + ".", + "user_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "List the last names and ids of users who have at least 2 properties and searched at most twice.", + "question_toks": [ + "List", + "the", + "last", + "names", + "and", + "ids", + "of", + "users", + "who", + "have", + "at", + "least", + "2", + "properties", + "and", + "searched", + "at", + "most", + "twice", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 12 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 66, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [ + [ + false, + 6, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "real_estate_rentals", + "query": "SELECT T1.last_name , T1.user_id FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id GROUP BY T1.user_id HAVING count(*) <= 2 INTERSECT SELECT T3.last_name , T3.user_id FROM Users AS T3 JOIN Properties AS T4 ON T3.user_id = T4.owner_user_id GROUP BY T3.user_id HAVING count(*) >= 2;", + "query_toks": [ + "SELECT", + "T1.last_name", + ",", + "T1.user_id", + "FROM", + "Users", + "AS", + "T1", + "JOIN", + "User_Searches", + "AS", + "T2", + "ON", + "T1.user_id", + "=", + "T2.user_id", + "GROUP", + "BY", + "T1.user_id", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "=", + "2", + "INTERSECT", + "SELECT", + "T3.last_name", + ",", + "T3.user_id", + "FROM", + "Users", + "AS", + "T3", + "JOIN", + "Properties", + "AS", + "T4", + "ON", + "T3.user_id", + "=", + "T4.owner_user_id", + "GROUP", + "BY", + "T3.user_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "last_name", + ",", + "t1", + ".", + "user_id", + "from", + "users", + "as", + "t1", + "join", + "user_searches", + "as", + "t2", + "on", + "t1", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "group", + "by", + "t1", + ".", + "user_id", + "having", + "count", + "(", + "*", + ")", + "<", + "=", + "value", + "intersect", + "select", + "t3", + ".", + "last_name", + ",", + "t3", + ".", + "user_id", + "from", + "users", + "as", + "t3", + "join", + "properties", + "as", + "t4", + "on", + "t3", + ".", + "user_id", + "=", + "t4", + ".", + "owner_user_id", + "group", + "by", + "t3", + ".", + "user_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the last names and ids of users who have searched two or fewer times, and own two or more properties?", + "question_toks": [ + "What", + "are", + "the", + "last", + "names", + "and", + "ids", + "of", + "users", + "who", + "have", + "searched", + "two", + "or", + "fewer", + "times", + ",", + "and", + "own", + "two", + "or", + "more", + "properties", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 12 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 66, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [ + [ + false, + 6, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 32, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT count(*) FROM bike WHERE weight > 780", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "bike", + "WHERE", + "weight", + ">", + "780" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "bike", + "where", + "weight", + ">", + "value" + ], + "question": "How many bikes are heavier than 780 grams?", + "question_toks": [ + "How", + "many", + "bikes", + "are", + "heavier", + "than", + "780", + "grams", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 780.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT product_name , weight FROM bike ORDER BY price ASC", + "query_toks": [ + "SELECT", + "product_name", + ",", + "weight", + "FROM", + "bike", + "ORDER", + "BY", + "price", + "ASC" + ], + "query_toks_no_value": [ + "select", + "product_name", + ",", + "weight", + "from", + "bike", + "order", + "by", + "price", + "asc" + ], + "question": "List the product names and weights of the bikes in ascending order of price.", + "question_toks": [ + "List", + "the", + "product", + "names", + "and", + "weights", + "of", + "the", + "bikes", + "in", + "ascending", + "order", + "of", + "price", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT heat , name , nation FROM cyclist", + "query_toks": [ + "SELECT", + "heat", + ",", + "name", + ",", + "nation", + "FROM", + "cyclist" + ], + "query_toks_no_value": [ + "select", + "heat", + ",", + "name", + ",", + "nation", + "from", + "cyclist" + ], + "question": "List the heat, name, and nation for all the cyclists.", + "question_toks": [ + "List", + "the", + "heat", + ",", + "name", + ",", + "and", + "nation", + "for", + "all", + "the", + "cyclists", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT max(weight) , min(weight) FROM bike", + "query_toks": [ + "SELECT", + "max", + "(", + "weight", + ")", + ",", + "min", + "(", + "weight", + ")", + "FROM", + "bike" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "weight", + ")", + ",", + "min", + "(", + "weight", + ")", + "from", + "bike" + ], + "question": "What are the maximum and minimum weight of all bikes?", + "question_toks": [ + "What", + "are", + "the", + "maximum", + "and", + "minimum", + "weight", + "of", + "all", + "bikes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT avg(price) FROM bike WHERE material = 'Carbon CC'", + "query_toks": [ + "SELECT", + "avg", + "(", + "price", + ")", + "FROM", + "bike", + "WHERE", + "material", + "=", + "'Carbon", + "CC", + "'" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "price", + ")", + "from", + "bike", + "where", + "material", + "=", + "value" + ], + "question": "What is the average price of the bikes made of material 'Carbon CC'?", + "question_toks": [ + "What", + "is", + "the", + "average", + "price", + "of", + "the", + "bikes", + "made", + "of", + "material", + "'Carbon", + "CC", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Carbon CC\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT name , RESULT FROM cyclist WHERE nation != 'Russia'", + "query_toks": [ + "SELECT", + "name", + ",", + "RESULT", + "FROM", + "cyclist", + "WHERE", + "nation", + "!", + "=", + "'Russia", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "result", + "from", + "cyclist", + "where", + "nation", + "!", + "=", + "value" + ], + "question": "What are the name and result of the cyclists not from 'Russia' ?", + "question_toks": [ + "What", + "are", + "the", + "name", + "and", + "result", + "of", + "the", + "cyclists", + "not", + "from", + "'Russia", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Russia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT DISTINCT T1.id , T1.product_name FROM bike AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.bike_id WHERE T2.purchase_year > 2015", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.id", + ",", + "T1.product_name", + "FROM", + "bike", + "AS", + "T1", + "JOIN", + "cyclists_own_bikes", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.bike_id", + "WHERE", + "T2.purchase_year", + ">", + "2015" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "id", + ",", + "t1", + ".", + "product_name", + "from", + "bike", + "as", + "t1", + "join", + "cyclists_own_bikes", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "bike_id", + "where", + "t2", + ".", + "purchase_year", + ">", + "value" + ], + "question": "What are the distinct ids and product names of the bikes that are purchased after year 2015?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "ids", + "and", + "product", + "names", + "of", + "the", + "bikes", + "that", + "are", + "purchased", + "after", + "year", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT T1.id , T1.product_name FROM bike AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.bike_id GROUP BY T1.id HAVING count(*) >= 4", + "query_toks": [ + "SELECT", + "T1.id", + ",", + "T1.product_name", + "FROM", + "bike", + "AS", + "T1", + "JOIN", + "cyclists_own_bikes", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.bike_id", + "GROUP", + "BY", + "T1.id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "4" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "id", + ",", + "t1", + ".", + "product_name", + "from", + "bike", + "as", + "t1", + "join", + "cyclists_own_bikes", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "bike_id", + "group", + "by", + "t1", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the ids and names of racing bikes that are purchased by at least 4 cyclists?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "names", + "of", + "racing", + "bikes", + "that", + "are", + "purchased", + "by", + "at", + "least", + "4", + "cyclists", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 4.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT T1.id , T1.name FROM cyclist AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.cyclist_id GROUP BY T1.id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.id", + ",", + "T1.name", + "FROM", + "cyclist", + "AS", + "T1", + "JOIN", + "cyclists_own_bikes", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.cyclist_id", + "GROUP", + "BY", + "T1.id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "id", + ",", + "t1", + ".", + "name", + "from", + "cyclist", + "as", + "t1", + "join", + "cyclists_own_bikes", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "cyclist_id", + "group", + "by", + "t1", + ".", + "id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the id and name of the cyclist who owns the most bikes?", + "question_toks": [ + "What", + "are", + "the", + "id", + "and", + "name", + "of", + "the", + "cyclist", + "who", + "owns", + "the", + "most", + "bikes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT DISTINCT T3.product_name FROM cyclist AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.cyclist_id JOIN bike AS T3 ON T2.bike_id = T3.id WHERE T1.nation = 'Russia' OR T1.nation = 'Great Britain'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T3.product_name", + "FROM", + "cyclist", + "AS", + "T1", + "JOIN", + "cyclists_own_bikes", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.cyclist_id", + "JOIN", + "bike", + "AS", + "T3", + "ON", + "T2.bike_id", + "=", + "T3.id", + "WHERE", + "T1.nation", + "=", + "'Russia", + "'", + "OR", + "T1.nation", + "=", + "'Great", + "Britain", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "product_name", + "from", + "cyclist", + "as", + "t1", + "join", + "cyclists_own_bikes", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "cyclist_id", + "join", + "bike", + "as", + "t3", + "on", + "t2", + ".", + "bike_id", + "=", + "t3", + ".", + "id", + "where", + "t1", + ".", + "nation", + "=", + "value", + "or", + "t1", + ".", + "nation", + "=", + "value" + ], + "question": "What are the distinct product names of bikes owned by cyclists from 'Russia' or cyclists from 'Great Britain'?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "product", + "names", + "of", + "bikes", + "owned", + "by", + "cyclists", + "from", + "'Russia", + "'", + "or", + "cyclists", + "from", + "'Great", + "Britain", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Russia\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Great Britain\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT count(DISTINCT heat) FROM cyclist", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "heat", + ")", + "FROM", + "cyclist" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "heat", + ")", + "from", + "cyclist" + ], + "question": "How many different levels of heat are there for the cyclists?", + "question_toks": [ + "How", + "many", + "different", + "levels", + "of", + "heat", + "are", + "there", + "for", + "the", + "cyclists", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT count(*) FROM cyclist WHERE id NOT IN ( SELECT cyclist_id FROM cyclists_own_bikes WHERE purchase_year > 2015 )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "cyclist", + "WHERE", + "id", + "NOT", + "IN", + "(", + "SELECT", + "cyclist_id", + "FROM", + "cyclists_own_bikes", + "WHERE", + "purchase_year", + ">", + "2015", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "cyclist", + "where", + "id", + "not", + "in", + "(", + "select", + "cyclist_id", + "from", + "cyclists_own_bikes", + "where", + "purchase_year", + ">", + "value", + ")" + ], + "question": "How many cyclists did not purchase any bike after year 2015?", + "question_toks": [ + "How", + "many", + "cyclists", + "did", + "not", + "purchase", + "any", + "bike", + "after", + "year", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT DISTINCT T3.product_name FROM cyclist AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.cyclist_id JOIN bike AS T3 ON T2.bike_id = T3.id WHERE T1.result < '4:21.558'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T3.product_name", + "FROM", + "cyclist", + "AS", + "T1", + "JOIN", + "cyclists_own_bikes", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.cyclist_id", + "JOIN", + "bike", + "AS", + "T3", + "ON", + "T2.bike_id", + "=", + "T3.id", + "WHERE", + "T1.result", + "<", + "'4:21.558", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "product_name", + "from", + "cyclist", + "as", + "t1", + "join", + "cyclists_own_bikes", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "cyclist_id", + "join", + "bike", + "as", + "t3", + "on", + "t2", + ".", + "bike_id", + "=", + "t3", + ".", + "id", + "where", + "t1", + ".", + "result", + "<", + "value" + ], + "question": "What are the names of distinct racing bikes that are purchased by the cyclists with better results than '4:21.558' ?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "distinct", + "racing", + "bikes", + "that", + "are", + "purchased", + "by", + "the", + "cyclists", + "with", + "better", + "results", + "than", + "'4:21.558", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"4:21.558\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT T3.product_name , T3.price FROM cyclist AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.cyclist_id JOIN bike AS T3 ON T2.bike_id = T3.id WHERE T1.name = 'Bradley Wiggins' INTERSECT SELECT T3.product_name , T3.price FROM cyclist AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.cyclist_id JOIN bike AS T3 ON T2.bike_id = T3.id WHERE T1.name = 'Antonio Tauler'", + "query_toks": [ + "SELECT", + "T3.product_name", + ",", + "T3.price", + "FROM", + "cyclist", + "AS", + "T1", + "JOIN", + "cyclists_own_bikes", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.cyclist_id", + "JOIN", + "bike", + "AS", + "T3", + "ON", + "T2.bike_id", + "=", + "T3.id", + "WHERE", + "T1.name", + "=", + "'Bradley", + "Wiggins", + "'", + "INTERSECT", + "SELECT", + "T3.product_name", + ",", + "T3.price", + "FROM", + "cyclist", + "AS", + "T1", + "JOIN", + "cyclists_own_bikes", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.cyclist_id", + "JOIN", + "bike", + "AS", + "T3", + "ON", + "T2.bike_id", + "=", + "T3.id", + "WHERE", + "T1.name", + "=", + "'Antonio", + "Tauler", + "'" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "product_name", + ",", + "t3", + ".", + "price", + "from", + "cyclist", + "as", + "t1", + "join", + "cyclists_own_bikes", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "cyclist_id", + "join", + "bike", + "as", + "t3", + "on", + "t2", + ".", + "bike_id", + "=", + "t3", + ".", + "id", + "where", + "t1", + ".", + "name", + "=", + "value", + "intersect", + "select", + "t3", + ".", + "product_name", + ",", + "t3", + ".", + "price", + "from", + "cyclist", + "as", + "t1", + "join", + "cyclists_own_bikes", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "cyclist_id", + "join", + "bike", + "as", + "t3", + "on", + "t2", + ".", + "bike_id", + "=", + "t3", + ".", + "id", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "List the name and price of the bike that is owned by both the cyclists named 'Bradley Wiggins' and the cyclist named 'Antonio Tauler'.", + "question_toks": [ + "List", + "the", + "name", + "and", + "price", + "of", + "the", + "bike", + "that", + "is", + "owned", + "by", + "both", + "the", + "cyclists", + "named", + "'Bradley", + "Wiggins", + "'", + "and", + "the", + "cyclist", + "named", + "'Antonio", + "Tauler", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"Bradley Wiggins\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"Antonio Tauler\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT name , nation , RESULT FROM cyclist EXCEPT SELECT T1.name , T1.nation , T1.result FROM cyclist AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.cyclist_id", + "query_toks": [ + "SELECT", + "name", + ",", + "nation", + ",", + "RESULT", + "FROM", + "cyclist", + "EXCEPT", + "SELECT", + "T1.name", + ",", + "T1.nation", + ",", + "T1.result", + "FROM", + "cyclist", + "AS", + "T1", + "JOIN", + "cyclists_own_bikes", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.cyclist_id" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "nation", + ",", + "result", + "from", + "cyclist", + "except", + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "nation", + ",", + "t1", + ".", + "result", + "from", + "cyclist", + "as", + "t1", + "join", + "cyclists_own_bikes", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "cyclist_id" + ], + "question": "Show the name, nation and result for the cyclists who did not purchase any racing bike.", + "question_toks": [ + "Show", + "the", + "name", + ",", + "nation", + "and", + "result", + "for", + "the", + "cyclists", + "who", + "did", + "not", + "purchase", + "any", + "racing", + "bike", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "bike_racing", + "query": "SELECT product_name FROM bike WHERE material LIKE \"%fiber%\"", + "query_toks": [ + "SELECT", + "product_name", + "FROM", + "bike", + "WHERE", + "material", + "LIKE", + "``", + "%", + "fiber", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "product_name", + "from", + "bike", + "where", + "material", + "like", + "value" + ], + "question": "What are the names of the bikes that have substring 'fiber' in their material?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "bikes", + "that", + "have", + "substring", + "'fiber", + "'", + "in", + "their", + "material", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%fiber%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bike_racing", + "query": "SELECT cyclist_id , count(*) FROM cyclists_own_bikes GROUP BY cyclist_id ORDER BY cyclist_id", + "query_toks": [ + "SELECT", + "cyclist_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "cyclists_own_bikes", + "GROUP", + "BY", + "cyclist_id", + "ORDER", + "BY", + "cyclist_id" + ], + "query_toks_no_value": [ + "select", + "cyclist_id", + ",", + "count", + "(", + "*", + ")", + "from", + "cyclists_own_bikes", + "group", + "by", + "cyclist_id", + "order", + "by", + "cyclist_id" + ], + "question": "How many bikes does each cyclist own? Order by cyclist id.", + "question_toks": [ + "How", + "many", + "bikes", + "does", + "each", + "cyclist", + "own", + "?", + "Order", + "by", + "cyclist", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id , flavor FROM goods WHERE food = \"Cake\" ORDER BY price DESC LIMIT 1", + "query_toks": [ + "SELECT", + "id", + ",", + "flavor", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cake", + "''", + "ORDER", + "BY", + "price", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "id", + ",", + "flavor", + "from", + "goods", + "where", + "food", + "=", + "value", + "order", + "by", + "price", + "desc", + "limit", + "value" + ], + "question": "What is the most expensive cake and its flavor?", + "question_toks": [ + "What", + "is", + "the", + "most", + "expensive", + "cake", + "and", + "its", + "flavor", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id , flavor FROM goods WHERE food = \"Cake\" ORDER BY price DESC LIMIT 1", + "query_toks": [ + "SELECT", + "id", + ",", + "flavor", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cake", + "''", + "ORDER", + "BY", + "price", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "id", + ",", + "flavor", + "from", + "goods", + "where", + "food", + "=", + "value", + "order", + "by", + "price", + "desc", + "limit", + "value" + ], + "question": "Give the id and flavor of the most expensive cake.", + "question_toks": [ + "Give", + "the", + "id", + "and", + "flavor", + "of", + "the", + "most", + "expensive", + "cake", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id , flavor FROM goods WHERE food = \"Cookie\" ORDER BY price LIMIT 1", + "query_toks": [ + "SELECT", + "id", + ",", + "flavor", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cookie", + "''", + "ORDER", + "BY", + "price", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "id", + ",", + "flavor", + "from", + "goods", + "where", + "food", + "=", + "value", + "order", + "by", + "price", + "limit", + "value" + ], + "question": "What is the cheapest cookie and its flavor?", + "question_toks": [ + "What", + "is", + "the", + "cheapest", + "cookie", + "and", + "its", + "flavor", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cookie\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id , flavor FROM goods WHERE food = \"Cookie\" ORDER BY price LIMIT 1", + "query_toks": [ + "SELECT", + "id", + ",", + "flavor", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cookie", + "''", + "ORDER", + "BY", + "price", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "id", + ",", + "flavor", + "from", + "goods", + "where", + "food", + "=", + "value", + "order", + "by", + "price", + "limit", + "value" + ], + "question": "What is the id and flavor of the cheapest cookie?", + "question_toks": [ + "What", + "is", + "the", + "id", + "and", + "flavor", + "of", + "the", + "cheapest", + "cookie", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cookie\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE flavor = \"Apple\"", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "flavor", + "=", + "``", + "Apple", + "''" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "flavor", + "=", + "value" + ], + "question": "Find the ids of goods that have apple flavor.", + "question_toks": [ + "Find", + "the", + "ids", + "of", + "goods", + "that", + "have", + "apple", + "flavor", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Apple\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE flavor = \"Apple\"", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "flavor", + "=", + "``", + "Apple", + "''" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "flavor", + "=", + "value" + ], + "question": "What are the ids with apple flavor?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "with", + "apple", + "flavor", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Apple\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE price < 3", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "price", + "<", + "3" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "price", + "<", + "value" + ], + "question": "What are the ids of goods that cost less than 3 dollars?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "goods", + "that", + "cost", + "less", + "than", + "3", + "dollars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 3.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE price < 3", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "price", + "<", + "3" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "price", + "<", + "value" + ], + "question": "Give the ids of goods that cost less than 3 dollars.", + "question_toks": [ + "Give", + "the", + "ids", + "of", + "goods", + "that", + "cost", + "less", + "than", + "3", + "dollars", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 3.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT T3.CustomerId FROM goods AS T1 JOIN items AS T2 ON T1.Id = T2.Item JOIN receipts AS T3 ON T2.Receipt = T3.ReceiptNumber WHERE T1.Flavor = \"Lemon\" AND T1.Food = \"Cake\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T3.CustomerId", + "FROM", + "goods", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.Item", + "JOIN", + "receipts", + "AS", + "T3", + "ON", + "T2.Receipt", + "=", + "T3.ReceiptNumber", + "WHERE", + "T1.Flavor", + "=", + "``", + "Lemon", + "''", + "AND", + "T1.Food", + "=", + "``", + "Cake", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "customerid", + "from", + "goods", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "item", + "join", + "receipts", + "as", + "t3", + "on", + "t2", + ".", + "receipt", + "=", + "t3", + ".", + "receiptnumber", + "where", + "t1", + ".", + "flavor", + "=", + "value", + "and", + "t1", + ".", + "food", + "=", + "value" + ], + "question": "List the distinct ids of all customers who bought a cake with lemon flavor?", + "question_toks": [ + "List", + "the", + "distinct", + "ids", + "of", + "all", + "customers", + "who", + "bought", + "a", + "cake", + "with", + "lemon", + "flavor", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Lemon\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT T3.CustomerId FROM goods AS T1 JOIN items AS T2 ON T1.Id = T2.Item JOIN receipts AS T3 ON T2.Receipt = T3.ReceiptNumber WHERE T1.Flavor = \"Lemon\" AND T1.Food = \"Cake\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T3.CustomerId", + "FROM", + "goods", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.Item", + "JOIN", + "receipts", + "AS", + "T3", + "ON", + "T2.Receipt", + "=", + "T3.ReceiptNumber", + "WHERE", + "T1.Flavor", + "=", + "``", + "Lemon", + "''", + "AND", + "T1.Food", + "=", + "``", + "Cake", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "customerid", + "from", + "goods", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "item", + "join", + "receipts", + "as", + "t3", + "on", + "t2", + ".", + "receipt", + "=", + "t3", + ".", + "receiptnumber", + "where", + "t1", + ".", + "flavor", + "=", + "value", + "and", + "t1", + ".", + "food", + "=", + "value" + ], + "question": "What are the distinct ids of customers who bought lemon flavored cake?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "ids", + "of", + "customers", + "who", + "bought", + "lemon", + "flavored", + "cake", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Lemon\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T1.food , count(DISTINCT T3.CustomerId) FROM goods AS T1 JOIN items AS T2 ON T1.Id = T2.Item JOIN receipts AS T3 ON T2.Receipt = T3.ReceiptNumber GROUP BY T1.food", + "query_toks": [ + "SELECT", + "T1.food", + ",", + "count", + "(", + "DISTINCT", + "T3.CustomerId", + ")", + "FROM", + "goods", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.Item", + "JOIN", + "receipts", + "AS", + "T3", + "ON", + "T2.Receipt", + "=", + "T3.ReceiptNumber", + "GROUP", + "BY", + "T1.food" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "food", + ",", + "count", + "(", + "distinct", + "t3", + ".", + "customerid", + ")", + "from", + "goods", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "item", + "join", + "receipts", + "as", + "t3", + "on", + "t2", + ".", + "receipt", + "=", + "t3", + ".", + "receiptnumber", + "group", + "by", + "t1", + ".", + "food" + ], + "question": "For each type of food, tell me how many customers have ever bought it.", + "question_toks": [ + "For", + "each", + "type", + "of", + "food", + ",", + "tell", + "me", + "how", + "many", + "customers", + "have", + "ever", + "bought", + "it", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 13, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T1.food , count(DISTINCT T3.CustomerId) FROM goods AS T1 JOIN items AS T2 ON T1.Id = T2.Item JOIN receipts AS T3 ON T2.Receipt = T3.ReceiptNumber GROUP BY T1.food", + "query_toks": [ + "SELECT", + "T1.food", + ",", + "count", + "(", + "DISTINCT", + "T3.CustomerId", + ")", + "FROM", + "goods", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.Id", + "=", + "T2.Item", + "JOIN", + "receipts", + "AS", + "T3", + "ON", + "T2.Receipt", + "=", + "T3.ReceiptNumber", + "GROUP", + "BY", + "T1.food" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "food", + ",", + "count", + "(", + "distinct", + "t3", + ".", + "customerid", + ")", + "from", + "goods", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "item", + "join", + "receipts", + "as", + "t3", + "on", + "t2", + ".", + "receipt", + "=", + "t3", + ".", + "receiptnumber", + "group", + "by", + "t1", + ".", + "food" + ], + "question": "How many customers have bought each food?", + "question_toks": [ + "How", + "many", + "customers", + "have", + "bought", + "each", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 13, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT CustomerId FROM receipts GROUP BY CustomerId HAVING count(*) >= 15", + "query_toks": [ + "SELECT", + "CustomerId", + "FROM", + "receipts", + "GROUP", + "BY", + "CustomerId", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "15" + ], + "query_toks_no_value": [ + "select", + "customerid", + "from", + "receipts", + "group", + "by", + "customerid", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Find the id of customers who shopped at the bakery at least 15 times.", + "question_toks": [ + "Find", + "the", + "id", + "of", + "customers", + "who", + "shopped", + "at", + "the", + "bakery", + "at", + "least", + "15", + "times", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 15.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT CustomerId FROM receipts GROUP BY CustomerId HAVING count(*) >= 15", + "query_toks": [ + "SELECT", + "CustomerId", + "FROM", + "receipts", + "GROUP", + "BY", + "CustomerId", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "15" + ], + "query_toks_no_value": [ + "select", + "customerid", + "from", + "receipts", + "group", + "by", + "customerid", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the customer ids of customers who have at least 15 receipts?", + "question_toks": [ + "What", + "are", + "the", + "customer", + "ids", + "of", + "customers", + "who", + "have", + "at", + "least", + "15", + "receipts", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 15.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T2.LastName FROM receipts AS T1 JOIN customers AS T2 ON T1.CustomerId = T2.id GROUP BY T2.id HAVING count(*) > 10", + "query_toks": [ + "SELECT", + "T2.LastName", + "FROM", + "receipts", + "AS", + "T1", + "JOIN", + "customers", + "AS", + "T2", + "ON", + "T1.CustomerId", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "10" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "lastname", + "from", + "receipts", + "as", + "t1", + "join", + "customers", + "as", + "t2", + "on", + "t1", + ".", + "customerid", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What is the last name of the customers who shopped at the bakery more than 10 times?", + "question_toks": [ + "What", + "is", + "the", + "last", + "name", + "of", + "the", + "customers", + "who", + "shopped", + "at", + "the", + "bakery", + "more", + "than", + "10", + "times", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T2.LastName FROM receipts AS T1 JOIN customers AS T2 ON T1.CustomerId = T2.id GROUP BY T2.id HAVING count(*) > 10", + "query_toks": [ + "SELECT", + "T2.LastName", + "FROM", + "receipts", + "AS", + "T1", + "JOIN", + "customers", + "AS", + "T2", + "ON", + "T1.CustomerId", + "=", + "T2.id", + "GROUP", + "BY", + "T2.id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "10" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "lastname", + "from", + "receipts", + "as", + "t1", + "join", + "customers", + "as", + "t2", + "on", + "t1", + ".", + "customerid", + "=", + "t2", + ".", + "id", + "group", + "by", + "t2", + ".", + "id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Give the last names of customers who have been to the bakery more than 10 times?", + "question_toks": [ + "Give", + "the", + "last", + "names", + "of", + "customers", + "who", + "have", + "been", + "to", + "the", + "bakery", + "more", + "than", + "10", + "times", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT count(*) FROM goods WHERE food = \"Cake\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cake", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "goods", + "where", + "food", + "=", + "value" + ], + "question": "How many types of Cake does this bakery sell?", + "question_toks": [ + "How", + "many", + "types", + "of", + "Cake", + "does", + "this", + "bakery", + "sell", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT count(*) FROM goods WHERE food = \"Cake\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cake", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "goods", + "where", + "food", + "=", + "value" + ], + "question": "Count the number of types of cake this bakery sells.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "types", + "of", + "cake", + "this", + "bakery", + "sells", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT flavor FROM goods WHERE food = \"Croissant\"", + "query_toks": [ + "SELECT", + "flavor", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Croissant", + "''" + ], + "query_toks_no_value": [ + "select", + "flavor", + "from", + "goods", + "where", + "food", + "=", + "value" + ], + "question": "List all the flavors of Croissant available in this bakery.", + "question_toks": [ + "List", + "all", + "the", + "flavors", + "of", + "Croissant", + "available", + "in", + "this", + "bakery", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Croissant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT flavor FROM goods WHERE food = \"Croissant\"", + "query_toks": [ + "SELECT", + "flavor", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Croissant", + "''" + ], + "query_toks_no_value": [ + "select", + "flavor", + "from", + "goods", + "where", + "food", + "=", + "value" + ], + "question": "What are all the flavors of croissant?", + "question_toks": [ + "What", + "are", + "all", + "the", + "flavors", + "of", + "croissant", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Croissant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT T1.item FROM items AS T1 JOIN receipts AS T2 ON T1.receipt = T2.ReceiptNumber WHERE T2.CustomerId = 15", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.item", + "FROM", + "items", + "AS", + "T1", + "JOIN", + "receipts", + "AS", + "T2", + "ON", + "T1.receipt", + "=", + "T2.ReceiptNumber", + "WHERE", + "T2.CustomerId", + "=", + "15" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "item", + "from", + "items", + "as", + "t1", + "join", + "receipts", + "as", + "t2", + "on", + "t1", + ".", + "receipt", + "=", + "t2", + ".", + "receiptnumber", + "where", + "t2", + ".", + "customerid", + "=", + "value" + ], + "question": "Give me a list of all the distinct items bought by the customer number 15.", + "question_toks": [ + "Give", + "me", + "a", + "list", + "of", + "all", + "the", + "distinct", + "items", + "bought", + "by", + "the", + "customer", + "number", + "15", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 15.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT T1.item FROM items AS T1 JOIN receipts AS T2 ON T1.receipt = T2.ReceiptNumber WHERE T2.CustomerId = 15", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.item", + "FROM", + "items", + "AS", + "T1", + "JOIN", + "receipts", + "AS", + "T2", + "ON", + "T1.receipt", + "=", + "T2.ReceiptNumber", + "WHERE", + "T2.CustomerId", + "=", + "15" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "item", + "from", + "items", + "as", + "t1", + "join", + "receipts", + "as", + "t2", + "on", + "t1", + ".", + "receipt", + "=", + "t2", + ".", + "receiptnumber", + "where", + "t2", + ".", + "customerid", + "=", + "value" + ], + "question": "What are all the distinct items bought by customer 15?", + "question_toks": [ + "What", + "are", + "all", + "the", + "distinct", + "items", + "bought", + "by", + "customer", + "15", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 15.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT food , avg(price) , max(price) , min(price) FROM goods GROUP BY food", + "query_toks": [ + "SELECT", + "food", + ",", + "avg", + "(", + "price", + ")", + ",", + "max", + "(", + "price", + ")", + ",", + "min", + "(", + "price", + ")", + "FROM", + "goods", + "GROUP", + "BY", + "food" + ], + "query_toks_no_value": [ + "select", + "food", + ",", + "avg", + "(", + "price", + ")", + ",", + "max", + "(", + "price", + ")", + ",", + "min", + "(", + "price", + ")", + "from", + "goods", + "group", + "by", + "food" + ], + "question": "For each type of food, what are the average, maximum and minimum price?", + "question_toks": [ + "For", + "each", + "type", + "of", + "food", + ",", + "what", + "are", + "the", + "average", + ",", + "maximum", + "and", + "minimum", + "price", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT food , avg(price) , max(price) , min(price) FROM goods GROUP BY food", + "query_toks": [ + "SELECT", + "food", + ",", + "avg", + "(", + "price", + ")", + ",", + "max", + "(", + "price", + ")", + ",", + "min", + "(", + "price", + ")", + "FROM", + "goods", + "GROUP", + "BY", + "food" + ], + "query_toks_no_value": [ + "select", + "food", + ",", + "avg", + "(", + "price", + ")", + ",", + "max", + "(", + "price", + ")", + ",", + "min", + "(", + "price", + ")", + "from", + "goods", + "group", + "by", + "food" + ], + "question": "What are the average, minimum and maximum prices for each food?", + "question_toks": [ + "What", + "are", + "the", + "average", + ",", + "minimum", + "and", + "maximum", + "prices", + "for", + "each", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T1.receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.food = \"Cake\" INTERSECT SELECT T1.receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.food = \"Cookie\"", + "query_toks": [ + "SELECT", + "T1.receipt", + "FROM", + "items", + "AS", + "T1", + "JOIN", + "goods", + "AS", + "T2", + "ON", + "T1.item", + "=", + "T2.id", + "WHERE", + "T2.food", + "=", + "``", + "Cake", + "''", + "INTERSECT", + "SELECT", + "T1.receipt", + "FROM", + "items", + "AS", + "T1", + "JOIN", + "goods", + "AS", + "T2", + "ON", + "T1.item", + "=", + "T2.id", + "WHERE", + "T2.food", + "=", + "``", + "Cookie", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "receipt", + "from", + "items", + "as", + "t1", + "join", + "goods", + "as", + "t2", + "on", + "t1", + ".", + "item", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "food", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "receipt", + "from", + "items", + "as", + "t1", + "join", + "goods", + "as", + "t2", + "on", + "t1", + ".", + "item", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "food", + "=", + "value" + ], + "question": "Find the receipt numbers where both Cake and Cookie were bought.", + "question_toks": [ + "Find", + "the", + "receipt", + "numbers", + "where", + "both", + "Cake", + "and", + "Cookie", + "were", + "bought", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cookie\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T1.receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.food = \"Cake\" INTERSECT SELECT T1.receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.food = \"Cookie\"", + "query_toks": [ + "SELECT", + "T1.receipt", + "FROM", + "items", + "AS", + "T1", + "JOIN", + "goods", + "AS", + "T2", + "ON", + "T1.item", + "=", + "T2.id", + "WHERE", + "T2.food", + "=", + "``", + "Cake", + "''", + "INTERSECT", + "SELECT", + "T1.receipt", + "FROM", + "items", + "AS", + "T1", + "JOIN", + "goods", + "AS", + "T2", + "ON", + "T1.item", + "=", + "T2.id", + "WHERE", + "T2.food", + "=", + "``", + "Cookie", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "receipt", + "from", + "items", + "as", + "t1", + "join", + "goods", + "as", + "t2", + "on", + "t1", + ".", + "item", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "food", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "receipt", + "from", + "items", + "as", + "t1", + "join", + "goods", + "as", + "t2", + "on", + "t1", + ".", + "item", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "food", + "=", + "value" + ], + "question": "What are the receipt numbers for instances where both cakes and cookies were purchased?", + "question_toks": [ + "What", + "are", + "the", + "receipt", + "numbers", + "for", + "instances", + "where", + "both", + "cakes", + "and", + "cookies", + "were", + "purchased", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cookie\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T1.ReceiptNumber FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id JOIN customers AS T4 ON T4.Id = T1.CustomerId WHERE T3.food = \"Croissant\" AND T4.LastName = 'LOGAN'", + "query_toks": [ + "SELECT", + "T1.ReceiptNumber", + "FROM", + "receipts", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.ReceiptNumber", + "=", + "T2.receipt", + "JOIN", + "goods", + "AS", + "T3", + "ON", + "T2.item", + "=", + "T3.id", + "JOIN", + "customers", + "AS", + "T4", + "ON", + "T4.Id", + "=", + "T1.CustomerId", + "WHERE", + "T3.food", + "=", + "``", + "Croissant", + "''", + "AND", + "T4.LastName", + "=", + "'LOGAN", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "receiptnumber", + "from", + "receipts", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "receiptnumber", + "=", + "t2", + ".", + "receipt", + "join", + "goods", + "as", + "t3", + "on", + "t2", + ".", + "item", + "=", + "t3", + ".", + "id", + "join", + "customers", + "as", + "t4", + "on", + "t4", + ".", + "id", + "=", + "t1", + ".", + "customerid", + "where", + "t3", + ".", + "food", + "=", + "value", + "and", + "t4", + ".", + "lastname", + "=", + "value" + ], + "question": "Find all the receipt numbers in which customer with last name LOGAN purchased Croissant.", + "question_toks": [ + "Find", + "all", + "the", + "receipt", + "numbers", + "in", + "which", + "customer", + "with", + "last", + "name", + "LOGAN", + "purchased", + "Croissant", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Croissant\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"LOGAN\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T1.ReceiptNumber FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id JOIN customers AS T4 ON T4.Id = T1.CustomerId WHERE T3.food = \"Croissant\" AND T4.LastName = 'LOGAN'", + "query_toks": [ + "SELECT", + "T1.ReceiptNumber", + "FROM", + "receipts", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.ReceiptNumber", + "=", + "T2.receipt", + "JOIN", + "goods", + "AS", + "T3", + "ON", + "T2.item", + "=", + "T3.id", + "JOIN", + "customers", + "AS", + "T4", + "ON", + "T4.Id", + "=", + "T1.CustomerId", + "WHERE", + "T3.food", + "=", + "``", + "Croissant", + "''", + "AND", + "T4.LastName", + "=", + "'LOGAN", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "receiptnumber", + "from", + "receipts", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "receiptnumber", + "=", + "t2", + ".", + "receipt", + "join", + "goods", + "as", + "t3", + "on", + "t2", + ".", + "item", + "=", + "t3", + ".", + "id", + "join", + "customers", + "as", + "t4", + "on", + "t4", + ".", + "id", + "=", + "t1", + ".", + "customerid", + "where", + "t3", + ".", + "food", + "=", + "value", + "and", + "t4", + ".", + "lastname", + "=", + "value" + ], + "question": "What are the receipt numbers for a customer with the last name Logan who purchased a croissant?", + "question_toks": [ + "What", + "are", + "the", + "receipt", + "numbers", + "for", + "a", + "customer", + "with", + "the", + "last", + "name", + "Logan", + "who", + "purchased", + "a", + "croissant", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Croissant\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"LOGAN\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T1.ReceiptNumber , T1.Date FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id ORDER BY T3.price DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.ReceiptNumber", + ",", + "T1.Date", + "FROM", + "receipts", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.ReceiptNumber", + "=", + "T2.receipt", + "JOIN", + "goods", + "AS", + "T3", + "ON", + "T2.item", + "=", + "T3.id", + "ORDER", + "BY", + "T3.price", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "receiptnumber", + ",", + "t1", + ".", + "date", + "from", + "receipts", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "receiptnumber", + "=", + "t2", + ".", + "receipt", + "join", + "goods", + "as", + "t3", + "on", + "t2", + ".", + "item", + "=", + "t3", + ".", + "id", + "order", + "by", + "t3", + ".", + "price", + "desc", + "limit", + "value" + ], + "question": "What is the receipt number and date of the receipt in which the most expensive item was bought?", + "question_toks": [ + "What", + "is", + "the", + "receipt", + "number", + "and", + "date", + "of", + "the", + "receipt", + "in", + "which", + "the", + "most", + "expensive", + "item", + "was", + "bought", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T1.ReceiptNumber , T1.Date FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id ORDER BY T3.price DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.ReceiptNumber", + ",", + "T1.Date", + "FROM", + "receipts", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.ReceiptNumber", + "=", + "T2.receipt", + "JOIN", + "goods", + "AS", + "T3", + "ON", + "T2.item", + "=", + "T3.id", + "ORDER", + "BY", + "T3.price", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "receiptnumber", + ",", + "t1", + ".", + "date", + "from", + "receipts", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "receiptnumber", + "=", + "t2", + ".", + "receipt", + "join", + "goods", + "as", + "t3", + "on", + "t2", + ".", + "item", + "=", + "t3", + ".", + "id", + "order", + "by", + "t3", + ".", + "price", + "desc", + "limit", + "value" + ], + "question": "What is the receipt number and date corresponding to the receipt for which the most expensive item was purchased?", + "question_toks": [ + "What", + "is", + "the", + "receipt", + "number", + "and", + "date", + "corresponding", + "to", + "the", + "receipt", + "for", + "which", + "the", + "most", + "expensive", + "item", + "was", + "purchased", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT item FROM items GROUP BY item ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "item", + "FROM", + "items", + "GROUP", + "BY", + "item", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "item", + "from", + "items", + "group", + "by", + "item", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "What is the item that was bought the least number of times?", + "question_toks": [ + "What", + "is", + "the", + "item", + "that", + "was", + "bought", + "the", + "least", + "number", + "of", + "times", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT item FROM items GROUP BY item ORDER BY count(*) LIMIT 1", + "query_toks": [ + "SELECT", + "item", + "FROM", + "items", + "GROUP", + "BY", + "item", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "item", + "from", + "items", + "group", + "by", + "item", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "Which item was bought the fewest times?", + "question_toks": [ + "Which", + "item", + "was", + "bought", + "the", + "fewest", + "times", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT count(*) , food FROM goods GROUP BY food", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "food", + "FROM", + "goods", + "GROUP", + "BY", + "food" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "food", + "from", + "goods", + "group", + "by", + "food" + ], + "question": "How many goods are available for each food type?", + "question_toks": [ + "How", + "many", + "goods", + "are", + "available", + "for", + "each", + "food", + "type", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT count(*) , food FROM goods GROUP BY food", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "food", + "FROM", + "goods", + "GROUP", + "BY", + "food" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "food", + "from", + "goods", + "group", + "by", + "food" + ], + "question": "Count the number of goods for each food type.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "goods", + "for", + "each", + "food", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT avg(price) , food FROM goods GROUP BY food", + "query_toks": [ + "SELECT", + "avg", + "(", + "price", + ")", + ",", + "food", + "FROM", + "goods", + "GROUP", + "BY", + "food" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "price", + ")", + ",", + "food", + "from", + "goods", + "group", + "by", + "food" + ], + "question": "What is the average price for each food type?", + "question_toks": [ + "What", + "is", + "the", + "average", + "price", + "for", + "each", + "food", + "type", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT avg(price) , food FROM goods GROUP BY food", + "query_toks": [ + "SELECT", + "avg", + "(", + "price", + ")", + ",", + "food", + "FROM", + "goods", + "GROUP", + "BY", + "food" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "price", + ")", + ",", + "food", + "from", + "goods", + "group", + "by", + "food" + ], + "question": "Give the average price for each food type.", + "question_toks": [ + "Give", + "the", + "average", + "price", + "for", + "each", + "food", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE flavor = \"Apricot\" AND price < 5", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "flavor", + "=", + "``", + "Apricot", + "''", + "AND", + "price", + "<", + "5" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "flavor", + "=", + "value", + "and", + "price", + "<", + "value" + ], + "question": "What are ids of the goods that have Apricot flavor and are cheaper than 5 dollars?", + "question_toks": [ + "What", + "are", + "ids", + "of", + "the", + "goods", + "that", + "have", + "Apricot", + "flavor", + "and", + "are", + "cheaper", + "than", + "5", + "dollars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Apricot\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 5.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE flavor = \"Apricot\" AND price < 5", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "flavor", + "=", + "``", + "Apricot", + "''", + "AND", + "price", + "<", + "5" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "flavor", + "=", + "value", + "and", + "price", + "<", + "value" + ], + "question": "Give the ids for goods that have Apricot flavor and have a price lower than 5 dollars.", + "question_toks": [ + "Give", + "the", + "ids", + "for", + "goods", + "that", + "have", + "Apricot", + "flavor", + "and", + "have", + "a", + "price", + "lower", + "than", + "5", + "dollars", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Apricot\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 5.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT flavor FROM goods WHERE food = \"Cake\" AND price > 10", + "query_toks": [ + "SELECT", + "flavor", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cake", + "''", + "AND", + "price", + ">", + "10" + ], + "query_toks_no_value": [ + "select", + "flavor", + "from", + "goods", + "where", + "food", + "=", + "value", + "and", + "price", + ">", + "value" + ], + "question": "Find flavor of cakes that cost more than 10 dollars.", + "question_toks": [ + "Find", + "flavor", + "of", + "cakes", + "that", + "cost", + "more", + "than", + "10", + "dollars", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 10.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT flavor FROM goods WHERE food = \"Cake\" AND price > 10", + "query_toks": [ + "SELECT", + "flavor", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cake", + "''", + "AND", + "price", + ">", + "10" + ], + "query_toks_no_value": [ + "select", + "flavor", + "from", + "goods", + "where", + "food", + "=", + "value", + "and", + "price", + ">", + "value" + ], + "question": "What are the flavors of cakes that cost more than 10 dollars?", + "question_toks": [ + "What", + "are", + "the", + "flavors", + "of", + "cakes", + "that", + "cost", + "more", + "than", + "10", + "dollars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 10.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT id , price FROM goods WHERE price < (SELECT avg(price) FROM goods)", + "query_toks": [ + "SELECT", + "DISTINCT", + "id", + ",", + "price", + "FROM", + "goods", + "WHERE", + "price", + "<", + "(", + "SELECT", + "avg", + "(", + "price", + ")", + "FROM", + "goods", + ")" + ], + "query_toks_no_value": [ + "select", + "distinct", + "id", + ",", + "price", + "from", + "goods", + "where", + "price", + "<", + "(", + "select", + "avg", + "(", + "price", + ")", + "from", + "goods", + ")" + ], + "question": "Give me the distinct id and price for all goods whose price is below the average of all goods?", + "question_toks": [ + "Give", + "me", + "the", + "distinct", + "id", + "and", + "price", + "for", + "all", + "goods", + "whose", + "price", + "is", + "below", + "the", + "average", + "of", + "all", + "goods", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT id , price FROM goods WHERE price < (SELECT avg(price) FROM goods)", + "query_toks": [ + "SELECT", + "DISTINCT", + "id", + ",", + "price", + "FROM", + "goods", + "WHERE", + "price", + "<", + "(", + "SELECT", + "avg", + "(", + "price", + ")", + "FROM", + "goods", + ")" + ], + "query_toks_no_value": [ + "select", + "distinct", + "id", + ",", + "price", + "from", + "goods", + "where", + "price", + "<", + "(", + "select", + "avg", + "(", + "price", + ")", + "from", + "goods", + ")" + ], + "question": "What are the distinct ids and prices for goods that cost less than the average good?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "ids", + "and", + "prices", + "for", + "goods", + "that", + "cost", + "less", + "than", + "the", + "average", + "good", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT id FROM goods WHERE price < (SELECT max(price) FROM goods WHERE food = \"Tart\")", + "query_toks": [ + "SELECT", + "DISTINCT", + "id", + "FROM", + "goods", + "WHERE", + "price", + "<", + "(", + "SELECT", + "max", + "(", + "price", + ")", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Tart", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "distinct", + "id", + "from", + "goods", + "where", + "price", + "<", + "(", + "select", + "max", + "(", + "price", + ")", + "from", + "goods", + "where", + "food", + "=", + "value", + ")" + ], + "question": "What are the distinct ids of all goods that are cheaper than some goods of type Tart?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "ids", + "of", + "all", + "goods", + "that", + "are", + "cheaper", + "than", + "some", + "goods", + "of", + "type", + "Tart", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Tart\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT id FROM goods WHERE price < (SELECT max(price) FROM goods WHERE food = \"Tart\")", + "query_toks": [ + "SELECT", + "DISTINCT", + "id", + "FROM", + "goods", + "WHERE", + "price", + "<", + "(", + "SELECT", + "max", + "(", + "price", + ")", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Tart", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "distinct", + "id", + "from", + "goods", + "where", + "price", + "<", + "(", + "select", + "max", + "(", + "price", + ")", + "from", + "goods", + "where", + "food", + "=", + "value", + ")" + ], + "question": "Give the distinct ids for goods that cost less than any Tart.", + "question_toks": [ + "Give", + "the", + "distinct", + "ids", + "for", + "goods", + "that", + "cost", + "less", + "than", + "any", + "Tart", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Tart\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT T1.ReceiptNumber FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id WHERE T3.price > 13", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.ReceiptNumber", + "FROM", + "receipts", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.ReceiptNumber", + "=", + "T2.receipt", + "JOIN", + "goods", + "AS", + "T3", + "ON", + "T2.item", + "=", + "T3.id", + "WHERE", + "T3.price", + ">", + "13" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "receiptnumber", + "from", + "receipts", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "receiptnumber", + "=", + "t2", + ".", + "receipt", + "join", + "goods", + "as", + "t3", + "on", + "t2", + ".", + "item", + "=", + "t3", + ".", + "id", + "where", + "t3", + ".", + "price", + ">", + "value" + ], + "question": "List distinct receipt numbers for which someone bought a good that costs more than 13 dollars.", + "question_toks": [ + "List", + "distinct", + "receipt", + "numbers", + "for", + "which", + "someone", + "bought", + "a", + "good", + "that", + "costs", + "more", + "than", + "13", + "dollars", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 13.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT T1.ReceiptNumber FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id WHERE T3.price > 13", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.ReceiptNumber", + "FROM", + "receipts", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.ReceiptNumber", + "=", + "T2.receipt", + "JOIN", + "goods", + "AS", + "T3", + "ON", + "T2.item", + "=", + "T3.id", + "WHERE", + "T3.price", + ">", + "13" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "receiptnumber", + "from", + "receipts", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "receiptnumber", + "=", + "t2", + ".", + "receipt", + "join", + "goods", + "as", + "t3", + "on", + "t2", + ".", + "item", + "=", + "t3", + ".", + "id", + "where", + "t3", + ".", + "price", + ">", + "value" + ], + "question": "What distinct receipt numbers correspond to someone who bought a good that costs more than 13 dollars?", + "question_toks": [ + "What", + "distinct", + "receipt", + "numbers", + "correspond", + "to", + "someone", + "who", + "bought", + "a", + "good", + "that", + "costs", + "more", + "than", + "13", + "dollars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 13.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT T1.date FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id WHERE T3.price > 15", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.date", + "FROM", + "receipts", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.ReceiptNumber", + "=", + "T2.receipt", + "JOIN", + "goods", + "AS", + "T3", + "ON", + "T2.item", + "=", + "T3.id", + "WHERE", + "T3.price", + ">", + "15" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "date", + "from", + "receipts", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "receiptnumber", + "=", + "t2", + ".", + "receipt", + "join", + "goods", + "as", + "t3", + "on", + "t2", + ".", + "item", + "=", + "t3", + ".", + "id", + "where", + "t3", + ".", + "price", + ">", + "value" + ], + "question": "On which date did some customer buy a good that costs more than 15 dollars?", + "question_toks": [ + "On", + "which", + "date", + "did", + "some", + "customer", + "buy", + "a", + "good", + "that", + "costs", + "more", + "than", + "15", + "dollars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 15.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT T1.date FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id WHERE T3.price > 15", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.date", + "FROM", + "receipts", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.ReceiptNumber", + "=", + "T2.receipt", + "JOIN", + "goods", + "AS", + "T3", + "ON", + "T2.item", + "=", + "T3.id", + "WHERE", + "T3.price", + ">", + "15" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "date", + "from", + "receipts", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "receiptnumber", + "=", + "t2", + ".", + "receipt", + "join", + "goods", + "as", + "t3", + "on", + "t2", + ".", + "item", + "=", + "t3", + ".", + "id", + "where", + "t3", + ".", + "price", + ">", + "value" + ], + "question": "Which date corresponds to when a customer purchased a good costing over 15 dollars?", + "question_toks": [ + "Which", + "date", + "corresponds", + "to", + "when", + "a", + "customer", + "purchased", + "a", + "good", + "costing", + "over", + "15", + "dollars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 8, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 15.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE id LIKE \"%APP%\"", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "id", + "LIKE", + "``", + "%", + "APP", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "id", + "like", + "value" + ], + "question": "Give me the list of ids of all goods whose id has \"APP\".", + "question_toks": [ + "Give", + "me", + "the", + "list", + "of", + "ids", + "of", + "all", + "goods", + "whose", + "id", + "has", + "``", + "APP", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"%APP%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE id LIKE \"%APP%\"", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "id", + "LIKE", + "``", + "%", + "APP", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "id", + "like", + "value" + ], + "question": "What are all the ids of goods with an id which contains \"APP\"?", + "question_toks": [ + "What", + "are", + "all", + "the", + "ids", + "of", + "goods", + "with", + "an", + "id", + "which", + "contains", + "``", + "APP", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"%APP%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id , price FROM goods WHERE id LIKE \"%70%\"", + "query_toks": [ + "SELECT", + "id", + ",", + "price", + "FROM", + "goods", + "WHERE", + "id", + "LIKE", + "``", + "%", + "70", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "id", + ",", + "price", + "from", + "goods", + "where", + "id", + "like", + "value" + ], + "question": "Which good has \"70\" in its id? And what is its price?", + "question_toks": [ + "Which", + "good", + "has", + "``", + "70", + "''", + "in", + "its", + "id", + "?", + "And", + "what", + "is", + "its", + "price", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"%70%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id , price FROM goods WHERE id LIKE \"%70%\"", + "query_toks": [ + "SELECT", + "id", + ",", + "price", + "FROM", + "goods", + "WHERE", + "id", + "LIKE", + "``", + "%", + "70", + "%", + "''" + ], + "query_toks_no_value": [ + "select", + "id", + ",", + "price", + "from", + "goods", + "where", + "id", + "like", + "value" + ], + "question": "What are the id and price for the good with \"70\" in its id?", + "question_toks": [ + "What", + "are", + "the", + "id", + "and", + "price", + "for", + "the", + "good", + "with", + "``", + "70", + "''", + "in", + "its", + "id", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"%70%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT LastName FROM customers ORDER BY LastName", + "query_toks": [ + "SELECT", + "DISTINCT", + "LastName", + "FROM", + "customers", + "ORDER", + "BY", + "LastName" + ], + "query_toks_no_value": [ + "select", + "distinct", + "lastname", + "from", + "customers", + "order", + "by", + "lastname" + ], + "question": "List the last names of all customers in an alphabetical order.", + "question_toks": [ + "List", + "the", + "last", + "names", + "of", + "all", + "customers", + "in", + "an", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT LastName FROM customers ORDER BY LastName", + "query_toks": [ + "SELECT", + "DISTINCT", + "LastName", + "FROM", + "customers", + "ORDER", + "BY", + "LastName" + ], + "query_toks_no_value": [ + "select", + "distinct", + "lastname", + "from", + "customers", + "order", + "by", + "lastname" + ], + "question": "What are the last names of the customers in alphabetical order?", + "question_toks": [ + "What", + "are", + "the", + "last", + "names", + "of", + "the", + "customers", + "in", + "alphabetical", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT id FROM goods ORDER BY id", + "query_toks": [ + "SELECT", + "DISTINCT", + "id", + "FROM", + "goods", + "ORDER", + "BY", + "id" + ], + "query_toks_no_value": [ + "select", + "distinct", + "id", + "from", + "goods", + "order", + "by", + "id" + ], + "question": "Return the ordered list of all good ids.", + "question_toks": [ + "Return", + "the", + "ordered", + "list", + "of", + "all", + "good", + "ids", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT id FROM goods ORDER BY id", + "query_toks": [ + "SELECT", + "DISTINCT", + "id", + "FROM", + "goods", + "ORDER", + "BY", + "id" + ], + "query_toks_no_value": [ + "select", + "distinct", + "id", + "from", + "goods", + "order", + "by", + "id" + ], + "question": "Order the distinct good ids.", + "question_toks": [ + "Order", + "the", + "distinct", + "good", + "ids", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T1.receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.flavor = \"Apple\" AND T2.food = \"Pie\" UNION SELECT ReceiptNumber FROM receipts WHERE CustomerId = 12", + "query_toks": [ + "SELECT", + "T1.receipt", + "FROM", + "items", + "AS", + "T1", + "JOIN", + "goods", + "AS", + "T2", + "ON", + "T1.item", + "=", + "T2.id", + "WHERE", + "T2.flavor", + "=", + "``", + "Apple", + "''", + "AND", + "T2.food", + "=", + "``", + "Pie", + "''", + "UNION", + "SELECT", + "ReceiptNumber", + "FROM", + "receipts", + "WHERE", + "CustomerId", + "=", + "12" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "receipt", + "from", + "items", + "as", + "t1", + "join", + "goods", + "as", + "t2", + "on", + "t1", + ".", + "item", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "flavor", + "=", + "value", + "and", + "t2", + ".", + "food", + "=", + "value", + "union", + "select", + "receiptnumber", + "from", + "receipts", + "where", + "customerid", + "=", + "value" + ], + "question": "Find all receipts in which either apple flavor pie was bought or customer id 12 shopped.", + "question_toks": [ + "Find", + "all", + "receipts", + "in", + "which", + "either", + "apple", + "flavor", + "pie", + "was", + "bought", + "or", + "customer", + "id", + "12", + "shopped", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Apple\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Pie\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 12.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T1.receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.flavor = \"Apple\" AND T2.food = \"Pie\" UNION SELECT ReceiptNumber FROM receipts WHERE CustomerId = 12", + "query_toks": [ + "SELECT", + "T1.receipt", + "FROM", + "items", + "AS", + "T1", + "JOIN", + "goods", + "AS", + "T2", + "ON", + "T1.item", + "=", + "T2.id", + "WHERE", + "T2.flavor", + "=", + "``", + "Apple", + "''", + "AND", + "T2.food", + "=", + "``", + "Pie", + "''", + "UNION", + "SELECT", + "ReceiptNumber", + "FROM", + "receipts", + "WHERE", + "CustomerId", + "=", + "12" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "receipt", + "from", + "items", + "as", + "t1", + "join", + "goods", + "as", + "t2", + "on", + "t1", + ".", + "item", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "flavor", + "=", + "value", + "and", + "t2", + ".", + "food", + "=", + "value", + "union", + "select", + "receiptnumber", + "from", + "receipts", + "where", + "customerid", + "=", + "value" + ], + "question": "What are the receipt numbers for which either an apple flavor pie was purchased or the customer with id 12 shopped?", + "question_toks": [ + "What", + "are", + "the", + "receipt", + "numbers", + "for", + "which", + "either", + "an", + "apple", + "flavor", + "pie", + "was", + "purchased", + "or", + "the", + "customer", + "with", + "id", + "12", + "shopped", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Apple\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Pie\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 12.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT ReceiptNumber , date FROM receipts WHERE date = (SELECT date FROM receipts ORDER BY date DESC LIMIT 1)", + "query_toks": [ + "SELECT", + "ReceiptNumber", + ",", + "date", + "FROM", + "receipts", + "WHERE", + "date", + "=", + "(", + "SELECT", + "date", + "FROM", + "receipts", + "ORDER", + "BY", + "date", + "DESC", + "LIMIT", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "receiptnumber", + ",", + "date", + "from", + "receipts", + "where", + "date", + "=", + "(", + "select", + "date", + "from", + "receipts", + "order", + "by", + "date", + "desc", + "limit", + "value", + ")" + ], + "question": "Find all receipts which has the latest date. Also tell me that date.", + "question_toks": [ + "Find", + "all", + "receipts", + "which", + "has", + "the", + "latest", + "date", + ".", + "Also", + "tell", + "me", + "that", + "date", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT ReceiptNumber , date FROM receipts WHERE date = (SELECT date FROM receipts ORDER BY date DESC LIMIT 1)", + "query_toks": [ + "SELECT", + "ReceiptNumber", + ",", + "date", + "FROM", + "receipts", + "WHERE", + "date", + "=", + "(", + "SELECT", + "date", + "FROM", + "receipts", + "ORDER", + "BY", + "date", + "DESC", + "LIMIT", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "receiptnumber", + ",", + "date", + "from", + "receipts", + "where", + "date", + "=", + "(", + "select", + "date", + "from", + "receipts", + "order", + "by", + "date", + "desc", + "limit", + "value", + ")" + ], + "question": "What is the receipt number with the latest date, and what is that date?", + "question_toks": [ + "What", + "is", + "the", + "receipt", + "number", + "with", + "the", + "latest", + "date", + ",", + "and", + "what", + "is", + "that", + "date", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T1.Receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.price > 10 UNION SELECT ReceiptNumber FROM receipts WHERE date = (SELECT date FROM receipts ORDER BY date LIMIT 1)", + "query_toks": [ + "SELECT", + "T1.Receipt", + "FROM", + "items", + "AS", + "T1", + "JOIN", + "goods", + "AS", + "T2", + "ON", + "T1.item", + "=", + "T2.id", + "WHERE", + "T2.price", + ">", + "10", + "UNION", + "SELECT", + "ReceiptNumber", + "FROM", + "receipts", + "WHERE", + "date", + "=", + "(", + "SELECT", + "date", + "FROM", + "receipts", + "ORDER", + "BY", + "date", + "LIMIT", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "receipt", + "from", + "items", + "as", + "t1", + "join", + "goods", + "as", + "t2", + "on", + "t1", + ".", + "item", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "price", + ">", + "value", + "union", + "select", + "receiptnumber", + "from", + "receipts", + "where", + "date", + "=", + "(", + "select", + "date", + "from", + "receipts", + "order", + "by", + "date", + "limit", + "value", + ")" + ], + "question": "Find all receipts which either has the earliest date or has a good with price above 10.", + "question_toks": [ + "Find", + "all", + "receipts", + "which", + "either", + "has", + "the", + "earliest", + "date", + "or", + "has", + "a", + "good", + "with", + "price", + "above", + "10", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 10.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T1.Receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.price > 10 UNION SELECT ReceiptNumber FROM receipts WHERE date = (SELECT date FROM receipts ORDER BY date LIMIT 1)", + "query_toks": [ + "SELECT", + "T1.Receipt", + "FROM", + "items", + "AS", + "T1", + "JOIN", + "goods", + "AS", + "T2", + "ON", + "T1.item", + "=", + "T2.id", + "WHERE", + "T2.price", + ">", + "10", + "UNION", + "SELECT", + "ReceiptNumber", + "FROM", + "receipts", + "WHERE", + "date", + "=", + "(", + "SELECT", + "date", + "FROM", + "receipts", + "ORDER", + "BY", + "date", + "LIMIT", + "1", + ")" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "receipt", + "from", + "items", + "as", + "t1", + "join", + "goods", + "as", + "t2", + "on", + "t1", + ".", + "item", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "price", + ">", + "value", + "union", + "select", + "receiptnumber", + "from", + "receipts", + "where", + "date", + "=", + "(", + "select", + "date", + "from", + "receipts", + "order", + "by", + "date", + "limit", + "value", + ")" + ], + "question": "What are all the receipt numbers that have a good with a price above 10 or have the earliest date?", + "question_toks": [ + "What", + "are", + "all", + "the", + "receipt", + "numbers", + "that", + "have", + "a", + "good", + "with", + "a", + "price", + "above", + "10", + "or", + "have", + "the", + "earliest", + "date", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 10.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE food = \"Cookie\" OR food = \"Cake\" AND price BETWEEN 3 AND 7", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cookie", + "''", + "OR", + "food", + "=", + "``", + "Cake", + "''", + "AND", + "price", + "BETWEEN", + "3", + "AND", + "7" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "food", + "=", + "value", + "or", + "food", + "=", + "value", + "and", + "price", + "between", + "value", + "and", + "value" + ], + "question": "What are the ids of Cookie and Cake that cost between 3 and 7 dollars.", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "Cookie", + "and", + "Cake", + "that", + "cost", + "between", + "3", + "and", + "7", + "dollars", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cookie\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ], + "and", + [ + false, + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 3.0, + 7.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE food = \"Cookie\" OR food = \"Cake\" AND price BETWEEN 3 AND 7", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cookie", + "''", + "OR", + "food", + "=", + "``", + "Cake", + "''", + "AND", + "price", + "BETWEEN", + "3", + "AND", + "7" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "food", + "=", + "value", + "or", + "food", + "=", + "value", + "and", + "price", + "between", + "value", + "and", + "value" + ], + "question": "Give the ids of Cookies or Cakes that cost between 3 and 7 dollars.", + "question_toks": [ + "Give", + "the", + "ids", + "of", + "Cookies", + "or", + "Cakes", + "that", + "cost", + "between", + "3", + "and", + "7", + "dollars", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cookie\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ], + "and", + [ + false, + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 3.0, + 7.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T1.FirstName , T1.LastName FROM customers AS T1 JOIN receipts AS T2 ON T1.id = T2.CustomerId ORDER BY T2.date LIMIT 1", + "query_toks": [ + "SELECT", + "T1.FirstName", + ",", + "T1.LastName", + "FROM", + "customers", + "AS", + "T1", + "JOIN", + "receipts", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.CustomerId", + "ORDER", + "BY", + "T2.date", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "firstname", + ",", + "t1", + ".", + "lastname", + "from", + "customers", + "as", + "t1", + "join", + "receipts", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "customerid", + "order", + "by", + "t2", + ".", + "date", + "limit", + "value" + ], + "question": "Find the first name and last name of a customer who visited on the earliest date.", + "question_toks": [ + "Find", + "the", + "first", + "name", + "and", + "last", + "name", + "of", + "a", + "customer", + "who", + "visited", + "on", + "the", + "earliest", + "date", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T1.FirstName , T1.LastName FROM customers AS T1 JOIN receipts AS T2 ON T1.id = T2.CustomerId ORDER BY T2.date LIMIT 1", + "query_toks": [ + "SELECT", + "T1.FirstName", + ",", + "T1.LastName", + "FROM", + "customers", + "AS", + "T1", + "JOIN", + "receipts", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.CustomerId", + "ORDER", + "BY", + "T2.date", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "firstname", + ",", + "t1", + ".", + "lastname", + "from", + "customers", + "as", + "t1", + "join", + "receipts", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "customerid", + "order", + "by", + "t2", + ".", + "date", + "limit", + "value" + ], + "question": "What is the full name of the customer who visited on the earliest date?", + "question_toks": [ + "What", + "is", + "the", + "full", + "name", + "of", + "the", + "customer", + "who", + "visited", + "on", + "the", + "earliest", + "date", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT avg(price) FROM goods WHERE flavor = \"Blackberry\" OR flavor = \"Blueberry\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "price", + ")", + "FROM", + "goods", + "WHERE", + "flavor", + "=", + "``", + "Blackberry", + "''", + "OR", + "flavor", + "=", + "``", + "Blueberry", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "price", + ")", + "from", + "goods", + "where", + "flavor", + "=", + "value", + "or", + "flavor", + "=", + "value" + ], + "question": "What is average price of goods whose flavor is blackberry or blueberry?", + "question_toks": [ + "What", + "is", + "average", + "price", + "of", + "goods", + "whose", + "flavor", + "is", + "blackberry", + "or", + "blueberry", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Blackberry\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Blueberry\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT avg(price) FROM goods WHERE flavor = \"Blackberry\" OR flavor = \"Blueberry\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "price", + ")", + "FROM", + "goods", + "WHERE", + "flavor", + "=", + "``", + "Blackberry", + "''", + "OR", + "flavor", + "=", + "``", + "Blueberry", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "price", + ")", + "from", + "goods", + "where", + "flavor", + "=", + "value", + "or", + "flavor", + "=", + "value" + ], + "question": "What are the average prices of goods with blackberry or blueberry flavor?", + "question_toks": [ + "What", + "are", + "the", + "average", + "prices", + "of", + "goods", + "with", + "blackberry", + "or", + "blueberry", + "flavor", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Blackberry\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Blueberry\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT min(price) FROM goods WHERE flavor = \"Cheese\"", + "query_toks": [ + "SELECT", + "min", + "(", + "price", + ")", + "FROM", + "goods", + "WHERE", + "flavor", + "=", + "``", + "Cheese", + "''" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "price", + ")", + "from", + "goods", + "where", + "flavor", + "=", + "value" + ], + "question": "Return the cheapest price for goods with cheese flavor.", + "question_toks": [ + "Return", + "the", + "cheapest", + "price", + "for", + "goods", + "with", + "cheese", + "flavor", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Cheese\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT min(price) FROM goods WHERE flavor = \"Cheese\"", + "query_toks": [ + "SELECT", + "min", + "(", + "price", + ")", + "FROM", + "goods", + "WHERE", + "flavor", + "=", + "``", + "Cheese", + "''" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "price", + ")", + "from", + "goods", + "where", + "flavor", + "=", + "value" + ], + "question": "What is the cheapest good with cheese flavor?", + "question_toks": [ + "What", + "is", + "the", + "cheapest", + "good", + "with", + "cheese", + "flavor", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Cheese\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT max(price) , min(price) , avg(price) , flavor FROM goods GROUP BY flavor ORDER BY flavor", + "query_toks": [ + "SELECT", + "max", + "(", + "price", + ")", + ",", + "min", + "(", + "price", + ")", + ",", + "avg", + "(", + "price", + ")", + ",", + "flavor", + "FROM", + "goods", + "GROUP", + "BY", + "flavor", + "ORDER", + "BY", + "flavor" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "price", + ")", + ",", + "min", + "(", + "price", + ")", + ",", + "avg", + "(", + "price", + ")", + ",", + "flavor", + "from", + "goods", + "group", + "by", + "flavor", + "order", + "by", + "flavor" + ], + "question": "What are highest, lowest, and average prices of goods, grouped and ordered by flavor?", + "question_toks": [ + "What", + "are", + "highest", + ",", + "lowest", + ",", + "and", + "average", + "prices", + "of", + "goods", + ",", + "grouped", + "and", + "ordered", + "by", + "flavor", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT max(price) , min(price) , avg(price) , flavor FROM goods GROUP BY flavor ORDER BY flavor", + "query_toks": [ + "SELECT", + "max", + "(", + "price", + ")", + ",", + "min", + "(", + "price", + ")", + ",", + "avg", + "(", + "price", + ")", + ",", + "flavor", + "FROM", + "goods", + "GROUP", + "BY", + "flavor", + "ORDER", + "BY", + "flavor" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "price", + ")", + ",", + "min", + "(", + "price", + ")", + ",", + "avg", + "(", + "price", + ")", + ",", + "flavor", + "from", + "goods", + "group", + "by", + "flavor", + "order", + "by", + "flavor" + ], + "question": "What are the maximum, minimum, and average prices of goods of each flavor, ordered by flavor?", + "question_toks": [ + "What", + "are", + "the", + "maximum", + ",", + "minimum", + ",", + "and", + "average", + "prices", + "of", + "goods", + "of", + "each", + "flavor", + ",", + "ordered", + "by", + "flavor", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT min(price) , max(price) , food FROM goods GROUP BY food ORDER BY food", + "query_toks": [ + "SELECT", + "min", + "(", + "price", + ")", + ",", + "max", + "(", + "price", + ")", + ",", + "food", + "FROM", + "goods", + "GROUP", + "BY", + "food", + "ORDER", + "BY", + "food" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "price", + ")", + ",", + "max", + "(", + "price", + ")", + ",", + "food", + "from", + "goods", + "group", + "by", + "food", + "order", + "by", + "food" + ], + "question": "Return the lowest and highest prices of goods grouped and ordered by food type.", + "question_toks": [ + "Return", + "the", + "lowest", + "and", + "highest", + "prices", + "of", + "goods", + "grouped", + "and", + "ordered", + "by", + "food", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT min(price) , max(price) , food FROM goods GROUP BY food ORDER BY food", + "query_toks": [ + "SELECT", + "min", + "(", + "price", + ")", + ",", + "max", + "(", + "price", + ")", + ",", + "food", + "FROM", + "goods", + "GROUP", + "BY", + "food", + "ORDER", + "BY", + "food" + ], + "query_toks_no_value": [ + "select", + "min", + "(", + "price", + ")", + ",", + "max", + "(", + "price", + ")", + ",", + "food", + "from", + "goods", + "group", + "by", + "food", + "order", + "by", + "food" + ], + "question": "What are the minimum and maximum prices of food goods, ordered by food?", + "question_toks": [ + "What", + "are", + "the", + "minimum", + "and", + "maximum", + "prices", + "of", + "food", + "goods", + ",", + "ordered", + "by", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT date FROM receipts GROUP BY date ORDER BY count(*) DESC LIMIT 3", + "query_toks": [ + "SELECT", + "date", + "FROM", + "receipts", + "GROUP", + "BY", + "date", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "date", + "from", + "receipts", + "group", + "by", + "date", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the top three dates with the most receipts.", + "question_toks": [ + "Find", + "the", + "top", + "three", + "dates", + "with", + "the", + "most", + "receipts", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT date FROM receipts GROUP BY date ORDER BY count(*) DESC LIMIT 3", + "query_toks": [ + "SELECT", + "date", + "FROM", + "receipts", + "GROUP", + "BY", + "date", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "date", + "from", + "receipts", + "group", + "by", + "date", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the three dates for which the most receipts were given?", + "question_toks": [ + "What", + "are", + "the", + "three", + "dates", + "for", + "which", + "the", + "most", + "receipts", + "were", + "given", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT CustomerId , count(*) FROM receipts GROUP BY CustomerId ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "CustomerId", + ",", + "count", + "(", + "*", + ")", + "FROM", + "receipts", + "GROUP", + "BY", + "CustomerId", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "customerid", + ",", + "count", + "(", + "*", + ")", + "from", + "receipts", + "group", + "by", + "customerid", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which customer shopped most often? How many times?", + "question_toks": [ + "Which", + "customer", + "shopped", + "most", + "often", + "?", + "How", + "many", + "times", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT CustomerId , count(*) FROM receipts GROUP BY CustomerId ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "CustomerId", + ",", + "count", + "(", + "*", + ")", + "FROM", + "receipts", + "GROUP", + "BY", + "CustomerId", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "customerid", + ",", + "count", + "(", + "*", + ")", + "from", + "receipts", + "group", + "by", + "customerid", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the customer id of the customer that made the most purchases, as well as the number of purchases made.", + "question_toks": [ + "Give", + "the", + "customer", + "id", + "of", + "the", + "customer", + "that", + "made", + "the", + "most", + "purchases", + ",", + "as", + "well", + "as", + "the", + "number", + "of", + "purchases", + "made", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT date , COUNT (DISTINCT CustomerId) FROM receipts GROUP BY date", + "query_toks": [ + "SELECT", + "date", + ",", + "COUNT", + "(", + "DISTINCT", + "CustomerId", + ")", + "FROM", + "receipts", + "GROUP", + "BY", + "date" + ], + "query_toks_no_value": [ + "select", + "date", + ",", + "count", + "(", + "distinct", + "customerid", + ")", + "from", + "receipts", + "group", + "by", + "date" + ], + "question": "For each date, return how many distinct customers visited on that day.", + "question_toks": [ + "For", + "each", + "date", + ",", + "return", + "how", + "many", + "distinct", + "customers", + "visited", + "on", + "that", + "day", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 13, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT date , COUNT (DISTINCT CustomerId) FROM receipts GROUP BY date", + "query_toks": [ + "SELECT", + "date", + ",", + "COUNT", + "(", + "DISTINCT", + "CustomerId", + ")", + "FROM", + "receipts", + "GROUP", + "BY", + "date" + ], + "query_toks_no_value": [ + "select", + "date", + ",", + "count", + "(", + "distinct", + "customerid", + ")", + "from", + "receipts", + "group", + "by", + "date" + ], + "question": "How many cusomters visited on each date?", + "question_toks": [ + "How", + "many", + "cusomters", + "visited", + "on", + "each", + "date", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 13, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT T4.FirstName , T4.LastName FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber JOIN customers AS T4 ON T3.CustomerId = T4.id WHERE T1.flavor = \"Apple\" AND T1.food = \"Tart\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T4.FirstName", + ",", + "T4.LastName", + "FROM", + "goods", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.item", + "JOIN", + "receipts", + "AS", + "T3", + "ON", + "T2.receipt", + "=", + "T3.ReceiptNumber", + "JOIN", + "customers", + "AS", + "T4", + "ON", + "T3.CustomerId", + "=", + "T4.id", + "WHERE", + "T1.flavor", + "=", + "``", + "Apple", + "''", + "AND", + "T1.food", + "=", + "``", + "Tart", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "firstname", + ",", + "t4", + ".", + "lastname", + "from", + "goods", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "item", + "join", + "receipts", + "as", + "t3", + "on", + "t2", + ".", + "receipt", + "=", + "t3", + ".", + "receiptnumber", + "join", + "customers", + "as", + "t4", + "on", + "t3", + ".", + "customerid", + "=", + "t4", + ".", + "id", + "where", + "t1", + ".", + "flavor", + "=", + "value", + "and", + "t1", + ".", + "food", + "=", + "value" + ], + "question": "Give me the first name and last name of customers who have bought apple flavor Tart.", + "question_toks": [ + "Give", + "me", + "the", + "first", + "name", + "and", + "last", + "name", + "of", + "customers", + "who", + "have", + "bought", + "apple", + "flavor", + "Tart", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Apple\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Tart\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT T4.FirstName , T4.LastName FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber JOIN customers AS T4 ON T3.CustomerId = T4.id WHERE T1.flavor = \"Apple\" AND T1.food = \"Tart\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T4.FirstName", + ",", + "T4.LastName", + "FROM", + "goods", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.item", + "JOIN", + "receipts", + "AS", + "T3", + "ON", + "T2.receipt", + "=", + "T3.ReceiptNumber", + "JOIN", + "customers", + "AS", + "T4", + "ON", + "T3.CustomerId", + "=", + "T4.id", + "WHERE", + "T1.flavor", + "=", + "``", + "Apple", + "''", + "AND", + "T1.food", + "=", + "``", + "Tart", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "firstname", + ",", + "t4", + ".", + "lastname", + "from", + "goods", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "item", + "join", + "receipts", + "as", + "t3", + "on", + "t2", + ".", + "receipt", + "=", + "t3", + ".", + "receiptnumber", + "join", + "customers", + "as", + "t4", + "on", + "t3", + ".", + "customerid", + "=", + "t4", + ".", + "id", + "where", + "t1", + ".", + "flavor", + "=", + "value", + "and", + "t1", + ".", + "food", + "=", + "value" + ], + "question": "What are the full names of customers who bought apple flavored Tarts?", + "question_toks": [ + "What", + "are", + "the", + "full", + "names", + "of", + "customers", + "who", + "bought", + "apple", + "flavored", + "Tarts", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Apple\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Tart\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE food = \"Cookie\" AND price < (SELECT min(price) FROM goods WHERE food = 'Croissant')", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cookie", + "''", + "AND", + "price", + "<", + "(", + "SELECT", + "min", + "(", + "price", + ")", + "FROM", + "goods", + "WHERE", + "food", + "=", + "'Croissant", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "food", + "=", + "value", + "and", + "price", + "<", + "(", + "select", + "min", + "(", + "price", + ")", + "from", + "goods", + "where", + "food", + "=", + "value", + ")" + ], + "question": "What are the ids of Cookies whose price is lower than any Croissant?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "Cookies", + "whose", + "price", + "is", + "lower", + "than", + "any", + "Croissant", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cookie\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Croissant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE food = \"Cookie\" AND price < (SELECT min(price) FROM goods WHERE food = 'Croissant')", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cookie", + "''", + "AND", + "price", + "<", + "(", + "SELECT", + "min", + "(", + "price", + ")", + "FROM", + "goods", + "WHERE", + "food", + "=", + "'Croissant", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "food", + "=", + "value", + "and", + "price", + "<", + "(", + "select", + "min", + "(", + "price", + ")", + "from", + "goods", + "where", + "food", + "=", + "value", + ")" + ], + "question": "Give the ids of cookes that are cheaper than any croissant.", + "question_toks": [ + "Give", + "the", + "ids", + "of", + "cookes", + "that", + "are", + "cheaper", + "than", + "any", + "croissant", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cookie\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Croissant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE food = \"Cake\" AND price >= (SELECT avg(price) FROM goods WHERE food = \"Tart\")", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cake", + "''", + "AND", + "price", + ">", + "=", + "(", + "SELECT", + "avg", + "(", + "price", + ")", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Tart", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "food", + "=", + "value", + "and", + "price", + ">", + "=", + "(", + "select", + "avg", + "(", + "price", + ")", + "from", + "goods", + "where", + "food", + "=", + "value", + ")" + ], + "question": "Give me the ids of Cakes whose price is at least as much as the average price of Tart?", + "question_toks": [ + "Give", + "me", + "the", + "ids", + "of", + "Cakes", + "whose", + "price", + "is", + "at", + "least", + "as", + "much", + "as", + "the", + "average", + "price", + "of", + "Tart", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ], + "and", + [ + false, + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Tart\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE food = \"Cake\" AND price >= (SELECT avg(price) FROM goods WHERE food = \"Tart\")", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cake", + "''", + "AND", + "price", + ">", + "=", + "(", + "SELECT", + "avg", + "(", + "price", + ")", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Tart", + "''", + ")" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "food", + "=", + "value", + "and", + "price", + ">", + "=", + "(", + "select", + "avg", + "(", + "price", + ")", + "from", + "goods", + "where", + "food", + "=", + "value", + ")" + ], + "question": "What are the ids of cakes that are at least as expensive as the average Tart?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "cakes", + "that", + "are", + "at", + "least", + "as", + "expensive", + "as", + "the", + "average", + "Tart", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ], + "and", + [ + false, + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Tart\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE price > (SELECT avg(price) FROM goods)", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "price", + ">", + "(", + "SELECT", + "avg", + "(", + "price", + ")", + "FROM", + "goods", + ")" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "price", + ">", + "(", + "select", + "avg", + "(", + "price", + ")", + "from", + "goods", + ")" + ], + "question": "What are the ids of goods whose price is above twice the average price of all goods?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "goods", + "whose", + "price", + "is", + "above", + "twice", + "the", + "average", + "price", + "of", + "all", + "goods", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id FROM goods WHERE price > (SELECT avg(price) FROM goods)", + "query_toks": [ + "SELECT", + "id", + "FROM", + "goods", + "WHERE", + "price", + ">", + "(", + "SELECT", + "avg", + "(", + "price", + ")", + "FROM", + "goods", + ")" + ], + "query_toks_no_value": [ + "select", + "id", + "from", + "goods", + "where", + "price", + ">", + "(", + "select", + "avg", + "(", + "price", + ")", + "from", + "goods", + ")" + ], + "question": "Give the ids of goods that are more than twice as expensive as the average good.", + "question_toks": [ + "Give", + "the", + "ids", + "of", + "goods", + "that", + "are", + "more", + "than", + "twice", + "as", + "expensive", + "as", + "the", + "average", + "good", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id , flavor , food FROM goods ORDER BY price", + "query_toks": [ + "SELECT", + "id", + ",", + "flavor", + ",", + "food", + "FROM", + "goods", + "ORDER", + "BY", + "price" + ], + "query_toks_no_value": [ + "select", + "id", + ",", + "flavor", + ",", + "food", + "from", + "goods", + "order", + "by", + "price" + ], + "question": "List the id, flavor and type of food of goods ordered by price.", + "question_toks": [ + "List", + "the", + "id", + ",", + "flavor", + "and", + "type", + "of", + "food", + "of", + "goods", + "ordered", + "by", + "price", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id , flavor , food FROM goods ORDER BY price", + "query_toks": [ + "SELECT", + "id", + ",", + "flavor", + ",", + "food", + "FROM", + "goods", + "ORDER", + "BY", + "price" + ], + "query_toks_no_value": [ + "select", + "id", + ",", + "flavor", + ",", + "food", + "from", + "goods", + "order", + "by", + "price" + ], + "question": "What are the ids, flavors, and food types of goods, ordered by price?", + "question_toks": [ + "What", + "are", + "the", + "ids", + ",", + "flavors", + ",", + "and", + "food", + "types", + "of", + "goods", + ",", + "ordered", + "by", + "price", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id , flavor FROM goods WHERE food = \"Cake\" ORDER BY flavor", + "query_toks": [ + "SELECT", + "id", + ",", + "flavor", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cake", + "''", + "ORDER", + "BY", + "flavor" + ], + "query_toks_no_value": [ + "select", + "id", + ",", + "flavor", + "from", + "goods", + "where", + "food", + "=", + "value", + "order", + "by", + "flavor" + ], + "question": "Return a list of the id and flavor for Cakes ordered by flavor.", + "question_toks": [ + "Return", + "a", + "list", + "of", + "the", + "id", + "and", + "flavor", + "for", + "Cakes", + "ordered", + "by", + "flavor", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT id , flavor FROM goods WHERE food = \"Cake\" ORDER BY flavor", + "query_toks": [ + "SELECT", + "id", + ",", + "flavor", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cake", + "''", + "ORDER", + "BY", + "flavor" + ], + "query_toks_no_value": [ + "select", + "id", + ",", + "flavor", + "from", + "goods", + "where", + "food", + "=", + "value", + "order", + "by", + "flavor" + ], + "question": "What are the ids and flavors of cakes, ordered by flavor?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "flavors", + "of", + "cakes", + ",", + "ordered", + "by", + "flavor", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT T1.item FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.flavor = \"Chocolate\" GROUP BY item HAVING count(*) <= 10", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.item", + "FROM", + "items", + "AS", + "T1", + "JOIN", + "goods", + "AS", + "T2", + "ON", + "T1.item", + "=", + "T2.id", + "WHERE", + "T2.flavor", + "=", + "``", + "Chocolate", + "''", + "GROUP", + "BY", + "item", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "=", + "10" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "item", + "from", + "items", + "as", + "t1", + "join", + "goods", + "as", + "t2", + "on", + "t1", + ".", + "item", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "flavor", + "=", + "value", + "group", + "by", + "item", + "having", + "count", + "(", + "*", + ")", + "<", + "=", + "value" + ], + "question": "Find all the items that have chocolate flavor but were not bought more than 10 times.", + "question_toks": [ + "Find", + "all", + "the", + "items", + "that", + "have", + "chocolate", + "flavor", + "but", + "were", + "not", + "bought", + "more", + "than", + "10", + "times", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Chocolate\"", + null + ] + ], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [ + [ + false, + 6, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT T1.item FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.flavor = \"Chocolate\" GROUP BY item HAVING count(*) <= 10", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.item", + "FROM", + "items", + "AS", + "T1", + "JOIN", + "goods", + "AS", + "T2", + "ON", + "T1.item", + "=", + "T2.id", + "WHERE", + "T2.flavor", + "=", + "``", + "Chocolate", + "''", + "GROUP", + "BY", + "item", + "HAVING", + "count", + "(", + "*", + ")", + "<", + "=", + "10" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "item", + "from", + "items", + "as", + "t1", + "join", + "goods", + "as", + "t2", + "on", + "t1", + ".", + "item", + "=", + "t2", + ".", + "id", + "where", + "t2", + ".", + "flavor", + "=", + "value", + "group", + "by", + "item", + "having", + "count", + "(", + "*", + ")", + "<", + "=", + "value" + ], + "question": "What are the items with chocolate flavor that were purchased at most 10 times.", + "question_toks": [ + "What", + "are", + "the", + "items", + "with", + "chocolate", + "flavor", + "that", + "were", + "purchased", + "at", + "most", + "10", + "times", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Chocolate\"", + null + ] + ], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [ + [ + false, + 6, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT flavor FROM goods WHERE food = \"Cake\" EXCEPT SELECT DISTINCT flavor FROM goods WHERE food = \"Tart\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "flavor", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cake", + "''", + "EXCEPT", + "SELECT", + "DISTINCT", + "flavor", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Tart", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "flavor", + "from", + "goods", + "where", + "food", + "=", + "value", + "except", + "select", + "distinct", + "flavor", + "from", + "goods", + "where", + "food", + "=", + "value" + ], + "question": "What are the flavors available for Cake but not for Tart?", + "question_toks": [ + "What", + "are", + "the", + "flavors", + "available", + "for", + "Cake", + "but", + "not", + "for", + "Tart", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Tart\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "bakery_1", + "query": "SELECT DISTINCT flavor FROM goods WHERE food = \"Cake\" EXCEPT SELECT DISTINCT flavor FROM goods WHERE food = \"Tart\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "flavor", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Cake", + "''", + "EXCEPT", + "SELECT", + "DISTINCT", + "flavor", + "FROM", + "goods", + "WHERE", + "food", + "=", + "``", + "Tart", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "flavor", + "from", + "goods", + "where", + "food", + "=", + "value", + "except", + "select", + "distinct", + "flavor", + "from", + "goods", + "where", + "food", + "=", + "value" + ], + "question": "Give the flavors of Cakes that are not available for Tart.", + "question_toks": [ + "Give", + "the", + "flavors", + "of", + "Cakes", + "that", + "are", + "not", + "available", + "for", + "Tart", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Cake\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Tart\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "bakery_1", + "query": "SELECT item FROM items GROUP BY item ORDER BY COUNT (*) DESC LIMIT 3", + "query_toks": [ + "SELECT", + "item", + "FROM", + "items", + "GROUP", + "BY", + "item", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "item", + "from", + "items", + "group", + "by", + "item", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the three most popular goods in this bakery?", + "question_toks": [ + "What", + "is", + "the", + "three", + "most", + "popular", + "goods", + "in", + "this", + "bakery", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT item FROM items GROUP BY item ORDER BY COUNT (*) DESC LIMIT 3", + "query_toks": [ + "SELECT", + "item", + "FROM", + "items", + "GROUP", + "BY", + "item", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "item", + "from", + "items", + "group", + "by", + "item", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Give the three most purchased items at this bakery.", + "question_toks": [ + "Give", + "the", + "three", + "most", + "purchased", + "items", + "at", + "this", + "bakery", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T3.CustomerId FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber GROUP BY T3.CustomerId HAVING sum(T1.price) > 150", + "query_toks": [ + "SELECT", + "T3.CustomerId", + "FROM", + "goods", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.item", + "JOIN", + "receipts", + "AS", + "T3", + "ON", + "T2.receipt", + "=", + "T3.ReceiptNumber", + "GROUP", + "BY", + "T3.CustomerId", + "HAVING", + "sum", + "(", + "T1.price", + ")", + ">", + "150" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "customerid", + "from", + "goods", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "item", + "join", + "receipts", + "as", + "t3", + "on", + "t2", + ".", + "receipt", + "=", + "t3", + ".", + "receiptnumber", + "group", + "by", + "t3", + ".", + "customerid", + "having", + "sum", + "(", + "t1", + ".", + "price", + ")", + ">", + "value" + ], + "question": "Find the ids of customers who have spent more than 150 dollars in total.", + "question_toks": [ + "Find", + "the", + "ids", + "of", + "customers", + "who", + "have", + "spent", + "more", + "than", + "150", + "dollars", + "in", + "total", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 7, + false + ], + null + ], + 150.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T3.CustomerId FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber GROUP BY T3.CustomerId HAVING sum(T1.price) > 150", + "query_toks": [ + "SELECT", + "T3.CustomerId", + "FROM", + "goods", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.item", + "JOIN", + "receipts", + "AS", + "T3", + "ON", + "T2.receipt", + "=", + "T3.ReceiptNumber", + "GROUP", + "BY", + "T3.CustomerId", + "HAVING", + "sum", + "(", + "T1.price", + ")", + ">", + "150" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "customerid", + "from", + "goods", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "item", + "join", + "receipts", + "as", + "t3", + "on", + "t2", + ".", + "receipt", + "=", + "t3", + ".", + "receiptnumber", + "group", + "by", + "t3", + ".", + "customerid", + "having", + "sum", + "(", + "t1", + ".", + "price", + ")", + ">", + "value" + ], + "question": "What are the ids of customers who have spent over 150 dollars in total?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "customers", + "who", + "have", + "spent", + "over", + "150", + "dollars", + "in", + "total", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 7, + false + ], + null + ], + 150.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T3.CustomerId FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber GROUP BY T3.CustomerId HAVING avg(T1.price) > 5", + "query_toks": [ + "SELECT", + "T3.CustomerId", + "FROM", + "goods", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.item", + "JOIN", + "receipts", + "AS", + "T3", + "ON", + "T2.receipt", + "=", + "T3.ReceiptNumber", + "GROUP", + "BY", + "T3.CustomerId", + "HAVING", + "avg", + "(", + "T1.price", + ")", + ">", + "5" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "customerid", + "from", + "goods", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "item", + "join", + "receipts", + "as", + "t3", + "on", + "t2", + ".", + "receipt", + "=", + "t3", + ".", + "receiptnumber", + "group", + "by", + "t3", + ".", + "customerid", + "having", + "avg", + "(", + "t1", + ".", + "price", + ")", + ">", + "value" + ], + "question": "Find the ids of customers whose average spending for each good is above 5.", + "question_toks": [ + "Find", + "the", + "ids", + "of", + "customers", + "whose", + "average", + "spending", + "for", + "each", + "good", + "is", + "above", + "5", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 5, + 7, + false + ], + null + ], + 5.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T3.CustomerId FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber GROUP BY T3.CustomerId HAVING avg(T1.price) > 5", + "query_toks": [ + "SELECT", + "T3.CustomerId", + "FROM", + "goods", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.item", + "JOIN", + "receipts", + "AS", + "T3", + "ON", + "T2.receipt", + "=", + "T3.ReceiptNumber", + "GROUP", + "BY", + "T3.CustomerId", + "HAVING", + "avg", + "(", + "T1.price", + ")", + ">", + "5" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "customerid", + "from", + "goods", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "item", + "join", + "receipts", + "as", + "t3", + "on", + "t2", + ".", + "receipt", + "=", + "t3", + ".", + "receiptnumber", + "group", + "by", + "t3", + ".", + "customerid", + "having", + "avg", + "(", + "t1", + ".", + "price", + ")", + ">", + "value" + ], + "question": "What are the ids of customers who spend more than 5 on average for each good?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "customers", + "who", + "spend", + "more", + "than", + "5", + "on", + "average", + "for", + "each", + "good", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 5, + 7, + false + ], + null + ], + 5.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T3.date FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber GROUP BY T3.date HAVING sum(T1.price) > 100", + "query_toks": [ + "SELECT", + "T3.date", + "FROM", + "goods", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.item", + "JOIN", + "receipts", + "AS", + "T3", + "ON", + "T2.receipt", + "=", + "T3.ReceiptNumber", + "GROUP", + "BY", + "T3.date", + "HAVING", + "sum", + "(", + "T1.price", + ")", + ">", + "100" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "date", + "from", + "goods", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "item", + "join", + "receipts", + "as", + "t3", + "on", + "t2", + ".", + "receipt", + "=", + "t3", + ".", + "receiptnumber", + "group", + "by", + "t3", + ".", + "date", + "having", + "sum", + "(", + "t1", + ".", + "price", + ")", + ">", + "value" + ], + "question": "On which day did the bakery sell more than 100 dollars in total.", + "question_toks": [ + "On", + "which", + "day", + "did", + "the", + "bakery", + "sell", + "more", + "than", + "100", + "dollars", + "in", + "total", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 7, + false + ], + null + ], + 100.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "bakery_1", + "query": "SELECT T3.date FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber GROUP BY T3.date HAVING sum(T1.price) > 100", + "query_toks": [ + "SELECT", + "T3.date", + "FROM", + "goods", + "AS", + "T1", + "JOIN", + "items", + "AS", + "T2", + "ON", + "T1.id", + "=", + "T2.item", + "JOIN", + "receipts", + "AS", + "T3", + "ON", + "T2.receipt", + "=", + "T3.ReceiptNumber", + "GROUP", + "BY", + "T3.date", + "HAVING", + "sum", + "(", + "T1.price", + ")", + ">", + "100" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "date", + "from", + "goods", + "as", + "t1", + "join", + "items", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "item", + "join", + "receipts", + "as", + "t3", + "on", + "t2", + ".", + "receipt", + "=", + "t3", + ".", + "receiptnumber", + "group", + "by", + "t3", + ".", + "date", + "having", + "sum", + "(", + "t1", + ".", + "price", + ")", + ">", + "value" + ], + "question": "On what dates did the bakery sell more than 100 dollars worth of goods in total?", + "question_toks": [ + "On", + "what", + "dates", + "did", + "the", + "bakery", + "sell", + "more", + "than", + "100", + "dollars", + "worth", + "of", + "goods", + "in", + "total", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 7, + false + ], + null + ], + 100.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT count(*) FROM driver", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "driver" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "driver" + ], + "question": "How many drivers are there?", + "question_toks": [ + "How", + "many", + "drivers", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT count(*) FROM driver", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "driver" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "driver" + ], + "question": "Find the total number of drivers.", + "question_toks": [ + "Find", + "the", + "total", + "number", + "of", + "drivers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT make , count(*) FROM driver WHERE points > 150 GROUP BY make", + "query_toks": [ + "SELECT", + "make", + ",", + "count", + "(", + "*", + ")", + "FROM", + "driver", + "WHERE", + "points", + ">", + "150", + "GROUP", + "BY", + "make" + ], + "query_toks_no_value": [ + "select", + "make", + ",", + "count", + "(", + "*", + ")", + "from", + "driver", + "where", + "points", + ">", + "value", + "group", + "by", + "make" + ], + "question": "Find the number of drivers whose points are greater than 150 for each make.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "drivers", + "whose", + "points", + "are", + "greater", + "than", + "150", + "for", + "each", + "make", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 150.0, + null + ] + ], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT make , count(*) FROM driver WHERE points > 150 GROUP BY make", + "query_toks": [ + "SELECT", + "make", + ",", + "count", + "(", + "*", + ")", + "FROM", + "driver", + "WHERE", + "points", + ">", + "150", + "GROUP", + "BY", + "make" + ], + "query_toks_no_value": [ + "select", + "make", + ",", + "count", + "(", + "*", + ")", + "from", + "driver", + "where", + "points", + ">", + "value", + "group", + "by", + "make" + ], + "question": "How many drivers receive points greater than 150 for each make? Show the make and the count.", + "question_toks": [ + "How", + "many", + "drivers", + "receive", + "points", + "greater", + "than", + "150", + "for", + "each", + "make", + "?", + "Show", + "the", + "make", + "and", + "the", + "count", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 150.0, + null + ] + ], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT avg(age) , Make FROM driver GROUP BY make", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + ",", + "Make", + "FROM", + "driver", + "GROUP", + "BY", + "make" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + ",", + "make", + "from", + "driver", + "group", + "by", + "make" + ], + "question": "Find the average age of drivers for each make.", + "question_toks": [ + "Find", + "the", + "average", + "age", + "of", + "drivers", + "for", + "each", + "make", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT avg(age) , Make FROM driver GROUP BY make", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + ",", + "Make", + "FROM", + "driver", + "GROUP", + "BY", + "make" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + ",", + "make", + "from", + "driver", + "group", + "by", + "make" + ], + "question": "What is the average age of drivers for each make? Return the average age and make.", + "question_toks": [ + "What", + "is", + "the", + "average", + "age", + "of", + "drivers", + "for", + "each", + "make", + "?", + "Return", + "the", + "average", + "age", + "and", + "make", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT avg(Laps) FROM driver WHERE age < 20", + "query_toks": [ + "SELECT", + "avg", + "(", + "Laps", + ")", + "FROM", + "driver", + "WHERE", + "age", + "<", + "20" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "laps", + ")", + "from", + "driver", + "where", + "age", + "<", + "value" + ], + "question": "What are the average laps of all the drivers who are younger than 20?", + "question_toks": [ + "What", + "are", + "the", + "average", + "laps", + "of", + "all", + "the", + "drivers", + "who", + "are", + "younger", + "than", + "20", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT avg(Laps) FROM driver WHERE age < 20", + "query_toks": [ + "SELECT", + "avg", + "(", + "Laps", + ")", + "FROM", + "driver", + "WHERE", + "age", + "<", + "20" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "laps", + ")", + "from", + "driver", + "where", + "age", + "<", + "value" + ], + "question": "Compute the average laps of drivers under the age of 20.", + "question_toks": [ + "Compute", + "the", + "average", + "laps", + "of", + "drivers", + "under", + "the", + "age", + "of", + "20", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 20.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Manager , Sponsor FROM team ORDER BY Car_Owner", + "query_toks": [ + "SELECT", + "Manager", + ",", + "Sponsor", + "FROM", + "team", + "ORDER", + "BY", + "Car_Owner" + ], + "query_toks_no_value": [ + "select", + "manager", + ",", + "sponsor", + "from", + "team", + "order", + "by", + "car_owner" + ], + "question": "What are the managers and sponsors of teams? Sort the results by Car Owners.", + "question_toks": [ + "What", + "are", + "the", + "managers", + "and", + "sponsors", + "of", + "teams", + "?", + "Sort", + "the", + "results", + "by", + "Car", + "Owners", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Manager , Sponsor FROM team ORDER BY Car_Owner", + "query_toks": [ + "SELECT", + "Manager", + ",", + "Sponsor", + "FROM", + "team", + "ORDER", + "BY", + "Car_Owner" + ], + "query_toks_no_value": [ + "select", + "manager", + ",", + "sponsor", + "from", + "team", + "order", + "by", + "car_owner" + ], + "question": "Find the manager and sponsor for each team and order them by the car owner.", + "question_toks": [ + "Find", + "the", + "manager", + "and", + "sponsor", + "for", + "each", + "team", + "and", + "order", + "them", + "by", + "the", + "car", + "owner", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT make FROM team GROUP BY team HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "make", + "FROM", + "team", + "GROUP", + "BY", + "team", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "make", + "from", + "team", + "group", + "by", + "team", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the make that has more than one team.", + "question_toks": [ + "Find", + "the", + "make", + "that", + "has", + "more", + "than", + "one", + "team", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT make FROM team GROUP BY team HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "make", + "FROM", + "team", + "GROUP", + "BY", + "team", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "make", + "from", + "team", + "group", + "by", + "team", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Which make has more than one team?", + "question_toks": [ + "Which", + "make", + "has", + "more", + "than", + "one", + "team", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Make FROM team WHERE Car_Owner = \"Buddy Arrington\"", + "query_toks": [ + "SELECT", + "Make", + "FROM", + "team", + "WHERE", + "Car_Owner", + "=", + "``", + "Buddy", + "Arrington", + "''" + ], + "query_toks_no_value": [ + "select", + "make", + "from", + "team", + "where", + "car_owner", + "=", + "value" + ], + "question": "What are the makes of the teams with car owner \"Buddy Arrington\"?", + "question_toks": [ + "What", + "are", + "the", + "makes", + "of", + "the", + "teams", + "with", + "car", + "owner", + "``", + "Buddy", + "Arrington", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Buddy Arrington\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Make FROM team WHERE Car_Owner = \"Buddy Arrington\"", + "query_toks": [ + "SELECT", + "Make", + "FROM", + "team", + "WHERE", + "Car_Owner", + "=", + "``", + "Buddy", + "Arrington", + "''" + ], + "query_toks_no_value": [ + "select", + "make", + "from", + "team", + "where", + "car_owner", + "=", + "value" + ], + "question": "Find the make of the team whose car owner is \"Buddy Arrington\".", + "question_toks": [ + "Find", + "the", + "make", + "of", + "the", + "team", + "whose", + "car", + "owner", + "is", + "``", + "Buddy", + "Arrington", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Buddy Arrington\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT max(Points) , min(Points) FROM driver", + "query_toks": [ + "SELECT", + "max", + "(", + "Points", + ")", + ",", + "min", + "(", + "Points", + ")", + "FROM", + "driver" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "points", + ")", + ",", + "min", + "(", + "points", + ")", + "from", + "driver" + ], + "question": "What are the maximum and minimum points of drivers.", + "question_toks": [ + "What", + "are", + "the", + "maximum", + "and", + "minimum", + "points", + "of", + "drivers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT max(Points) , min(Points) FROM driver", + "query_toks": [ + "SELECT", + "max", + "(", + "Points", + ")", + ",", + "min", + "(", + "Points", + ")", + "FROM", + "driver" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "points", + ")", + ",", + "min", + "(", + "points", + ")", + "from", + "driver" + ], + "question": "Find the highest and lowest points of drivers.", + "question_toks": [ + "Find", + "the", + "highest", + "and", + "lowest", + "points", + "of", + "drivers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT count(*) FROM driver WHERE Points < 150", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "driver", + "WHERE", + "Points", + "<", + "150" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "driver", + "where", + "points", + "<", + "value" + ], + "question": "How many drivers have points smaller than 150?", + "question_toks": [ + "How", + "many", + "drivers", + "have", + "points", + "smaller", + "than", + "150", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 150.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT count(*) FROM driver WHERE Points < 150", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "driver", + "WHERE", + "Points", + "<", + "150" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "driver", + "where", + "points", + "<", + "value" + ], + "question": "Count the number of drivers whose points are below 150.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "drivers", + "whose", + "points", + "are", + "below", + "150", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 150.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Driver FROM driver ORDER BY Age ASC", + "query_toks": [ + "SELECT", + "Driver", + "FROM", + "driver", + "ORDER", + "BY", + "Age", + "ASC" + ], + "query_toks_no_value": [ + "select", + "driver", + "from", + "driver", + "order", + "by", + "age", + "asc" + ], + "question": "List all the driver names in ascending order of age.", + "question_toks": [ + "List", + "all", + "the", + "driver", + "names", + "in", + "ascending", + "order", + "of", + "age", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Driver FROM driver ORDER BY Age ASC", + "query_toks": [ + "SELECT", + "Driver", + "FROM", + "driver", + "ORDER", + "BY", + "Age", + "ASC" + ], + "query_toks_no_value": [ + "select", + "driver", + "from", + "driver", + "order", + "by", + "age", + "asc" + ], + "question": "Sort the driver names by age in ascending order.", + "question_toks": [ + "Sort", + "the", + "driver", + "names", + "by", + "age", + "in", + "ascending", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Driver FROM driver ORDER BY Points DESC", + "query_toks": [ + "SELECT", + "Driver", + "FROM", + "driver", + "ORDER", + "BY", + "Points", + "DESC" + ], + "query_toks_no_value": [ + "select", + "driver", + "from", + "driver", + "order", + "by", + "points", + "desc" + ], + "question": "List all the driver names in descending order of points.", + "question_toks": [ + "List", + "all", + "the", + "driver", + "names", + "in", + "descending", + "order", + "of", + "points", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Driver FROM driver ORDER BY Points DESC", + "query_toks": [ + "SELECT", + "Driver", + "FROM", + "driver", + "ORDER", + "BY", + "Points", + "DESC" + ], + "query_toks_no_value": [ + "select", + "driver", + "from", + "driver", + "order", + "by", + "points", + "desc" + ], + "question": "What is the list of drivers ordered by points in descending order?", + "question_toks": [ + "What", + "is", + "the", + "list", + "of", + "drivers", + "ordered", + "by", + "points", + "in", + "descending", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT T2.Driver , T1.Country FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country", + "query_toks": [ + "SELECT", + "T2.Driver", + ",", + "T1.Country", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "driver", + "AS", + "T2", + "ON", + "T1.Country_ID", + "=", + "T2.Country" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "driver", + ",", + "t1", + ".", + "country", + "from", + "country", + "as", + "t1", + "join", + "driver", + "as", + "t2", + "on", + "t1", + ".", + "country_id", + "=", + "t2", + ".", + "country" + ], + "question": "Please show the names of drivers, and countries they are from.", + "question_toks": [ + "Please", + "show", + "the", + "names", + "of", + "drivers", + ",", + "and", + "countries", + "they", + "are", + "from", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT T2.Driver , T1.Country FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country", + "query_toks": [ + "SELECT", + "T2.Driver", + ",", + "T1.Country", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "driver", + "AS", + "T2", + "ON", + "T1.Country_ID", + "=", + "T2.Country" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "driver", + ",", + "t1", + ".", + "country", + "from", + "country", + "as", + "t1", + "join", + "driver", + "as", + "t2", + "on", + "t1", + ".", + "country_id", + "=", + "t2", + ".", + "country" + ], + "question": "For each driver, return his or her name and country.", + "question_toks": [ + "For", + "each", + "driver", + ",", + "return", + "his", + "or", + "her", + "name", + "and", + "country", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT max(T2.Points) FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country WHERE T1.Capital = \"Dublin\"", + "query_toks": [ + "SELECT", + "max", + "(", + "T2.Points", + ")", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "driver", + "AS", + "T2", + "ON", + "T1.Country_ID", + "=", + "T2.Country", + "WHERE", + "T1.Capital", + "=", + "``", + "Dublin", + "''" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "t2", + ".", + "points", + ")", + "from", + "country", + "as", + "t1", + "join", + "driver", + "as", + "t2", + "on", + "t1", + ".", + "country_id", + "=", + "t2", + ".", + "country", + "where", + "t1", + ".", + "capital", + "=", + "value" + ], + "question": "Show the maximum points of the drivers from countries with capital \"Dublin\"", + "question_toks": [ + "Show", + "the", + "maximum", + "points", + "of", + "the", + "drivers", + "from", + "countries", + "with", + "capital", + "``", + "Dublin", + "''" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Dublin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT max(T2.Points) FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country WHERE T1.Capital = \"Dublin\"", + "query_toks": [ + "SELECT", + "max", + "(", + "T2.Points", + ")", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "driver", + "AS", + "T2", + "ON", + "T1.Country_ID", + "=", + "T2.Country", + "WHERE", + "T1.Capital", + "=", + "``", + "Dublin", + "''" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "t2", + ".", + "points", + ")", + "from", + "country", + "as", + "t1", + "join", + "driver", + "as", + "t2", + "on", + "t1", + ".", + "country_id", + "=", + "t2", + ".", + "country", + "where", + "t1", + ".", + "capital", + "=", + "value" + ], + "question": "What is the maximum points of the drivers from a country whose capital is \"Dublin\"?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + "points", + "of", + "the", + "drivers", + "from", + "a", + "country", + "whose", + "capital", + "is", + "``", + "Dublin", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Dublin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT avg(T2.age) FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country WHERE T1.Official_native_language = \"English\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "T2.age", + ")", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "driver", + "AS", + "T2", + "ON", + "T1.Country_ID", + "=", + "T2.Country", + "WHERE", + "T1.Official_native_language", + "=", + "``", + "English", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t2", + ".", + "age", + ")", + "from", + "country", + "as", + "t1", + "join", + "driver", + "as", + "t2", + "on", + "t1", + ".", + "country_id", + "=", + "t2", + ".", + "country", + "where", + "t1", + ".", + "official_native_language", + "=", + "value" + ], + "question": "What is the average age of drivers from countries with official native language \"English\"", + "question_toks": [ + "What", + "is", + "the", + "average", + "age", + "of", + "drivers", + "from", + "countries", + "with", + "official", + "native", + "language", + "``", + "English", + "''" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT avg(T2.age) FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country WHERE T1.Official_native_language = \"English\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "T2.age", + ")", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "driver", + "AS", + "T2", + "ON", + "T1.Country_ID", + "=", + "T2.Country", + "WHERE", + "T1.Official_native_language", + "=", + "``", + "English", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t2", + ".", + "age", + ")", + "from", + "country", + "as", + "t1", + "join", + "driver", + "as", + "t2", + "on", + "t1", + ".", + "country_id", + "=", + "t2", + ".", + "country", + "where", + "t1", + ".", + "official_native_language", + "=", + "value" + ], + "question": "Find the average age of the drivers from the countries that use \"English\" as official native language.", + "question_toks": [ + "Find", + "the", + "average", + "age", + "of", + "the", + "drivers", + "from", + "the", + "countries", + "that", + "use", + "``", + "English", + "''", + "as", + "official", + "native", + "language", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"English\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT T1.Country FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country WHERE T2.Points > 150", + "query_toks": [ + "SELECT", + "T1.Country", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "driver", + "AS", + "T2", + "ON", + "T1.Country_ID", + "=", + "T2.Country", + "WHERE", + "T2.Points", + ">", + "150" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "country", + "from", + "country", + "as", + "t1", + "join", + "driver", + "as", + "t2", + "on", + "t1", + ".", + "country_id", + "=", + "t2", + ".", + "country", + "where", + "t2", + ".", + "points", + ">", + "value" + ], + "question": "What are the countries that have drivers with points larger than 150?", + "question_toks": [ + "What", + "are", + "the", + "countries", + "that", + "have", + "drivers", + "with", + "points", + "larger", + "than", + "150", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 150.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT T1.Country FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country WHERE T2.Points > 150", + "query_toks": [ + "SELECT", + "T1.Country", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "driver", + "AS", + "T2", + "ON", + "T1.Country_ID", + "=", + "T2.Country", + "WHERE", + "T2.Points", + ">", + "150" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "country", + "from", + "country", + "as", + "t1", + "join", + "driver", + "as", + "t2", + "on", + "t1", + ".", + "country_id", + "=", + "t2", + ".", + "country", + "where", + "t2", + ".", + "points", + ">", + "value" + ], + "question": "Find all the countries where some drivers have points above 150.", + "question_toks": [ + "Find", + "all", + "the", + "countries", + "where", + "some", + "drivers", + "have", + "points", + "above", + "150", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 150.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT T1.Capital FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country ORDER BY T2.Points DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Capital", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "driver", + "AS", + "T2", + "ON", + "T1.Country_ID", + "=", + "T2.Country", + "ORDER", + "BY", + "T2.Points", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "capital", + "from", + "country", + "as", + "t1", + "join", + "driver", + "as", + "t2", + "on", + "t1", + ".", + "country_id", + "=", + "t2", + ".", + "country", + "order", + "by", + "t2", + ".", + "points", + "desc", + "limit", + "value" + ], + "question": "What is the capital of the country where the driver with the most points is from?", + "question_toks": [ + "What", + "is", + "the", + "capital", + "of", + "the", + "country", + "where", + "the", + "driver", + "with", + "the", + "most", + "points", + "is", + "from", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT T1.Capital FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country ORDER BY T2.Points DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Capital", + "FROM", + "country", + "AS", + "T1", + "JOIN", + "driver", + "AS", + "T2", + "ON", + "T1.Country_ID", + "=", + "T2.Country", + "ORDER", + "BY", + "T2.Points", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "capital", + "from", + "country", + "as", + "t1", + "join", + "driver", + "as", + "t2", + "on", + "t1", + ".", + "country_id", + "=", + "t2", + ".", + "country", + "order", + "by", + "t2", + ".", + "points", + "desc", + "limit", + "value" + ], + "question": "Which country is the driver with the highest points from? Give me the capital of the country.", + "question_toks": [ + "Which", + "country", + "is", + "the", + "driver", + "with", + "the", + "highest", + "points", + "from", + "?", + "Give", + "me", + "the", + "capital", + "of", + "the", + "country", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 14, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Make , COUNT(*) FROM driver GROUP BY Make", + "query_toks": [ + "SELECT", + "Make", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "driver", + "GROUP", + "BY", + "Make" + ], + "query_toks_no_value": [ + "select", + "make", + ",", + "count", + "(", + "*", + ")", + "from", + "driver", + "group", + "by", + "make" + ], + "question": "List each make with the number of drivers with that make.", + "question_toks": [ + "List", + "each", + "make", + "with", + "the", + "number", + "of", + "drivers", + "with", + "that", + "make", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Make , COUNT(*) FROM driver GROUP BY Make", + "query_toks": [ + "SELECT", + "Make", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "driver", + "GROUP", + "BY", + "Make" + ], + "query_toks_no_value": [ + "select", + "make", + ",", + "count", + "(", + "*", + ")", + "from", + "driver", + "group", + "by", + "make" + ], + "question": "For each make, return the make and the count of drivers with that make.", + "question_toks": [ + "For", + "each", + "make", + ",", + "return", + "the", + "make", + "and", + "the", + "count", + "of", + "drivers", + "with", + "that", + "make", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Make FROM driver GROUP BY Make ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Make", + "FROM", + "driver", + "GROUP", + "BY", + "Make", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "make", + "from", + "driver", + "group", + "by", + "make", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "List the make that are associated with most drivers.", + "question_toks": [ + "List", + "the", + "make", + "that", + "are", + "associated", + "with", + "most", + "drivers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Make FROM driver GROUP BY Make ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Make", + "FROM", + "driver", + "GROUP", + "BY", + "Make", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "make", + "from", + "driver", + "group", + "by", + "make", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which make does the most drivers have?", + "question_toks": [ + "Which", + "make", + "does", + "the", + "most", + "drivers", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Make FROM driver GROUP BY Make HAVING COUNT(*) >= 3", + "query_toks": [ + "SELECT", + "Make", + "FROM", + "driver", + "GROUP", + "BY", + "Make", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "make", + "from", + "driver", + "group", + "by", + "make", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "List the driver makes that are associated with at least three drivers.", + "question_toks": [ + "List", + "the", + "driver", + "makes", + "that", + "are", + "associated", + "with", + "at", + "least", + "three", + "drivers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Make FROM driver GROUP BY Make HAVING COUNT(*) >= 3", + "query_toks": [ + "SELECT", + "Make", + "FROM", + "driver", + "GROUP", + "BY", + "Make", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "make", + "from", + "driver", + "group", + "by", + "make", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Which make is associated with 3 or more drivers?", + "question_toks": [ + "Which", + "make", + "is", + "associated", + "with", + "3", + "or", + "more", + "drivers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Team FROM team WHERE Team_ID NOT IN (SELECT Team_ID FROM team_driver)", + "query_toks": [ + "SELECT", + "Team", + "FROM", + "team", + "WHERE", + "Team_ID", + "NOT", + "IN", + "(", + "SELECT", + "Team_ID", + "FROM", + "team_driver", + ")" + ], + "query_toks_no_value": [ + "select", + "team", + "from", + "team", + "where", + "team_id", + "not", + "in", + "(", + "select", + "team_id", + "from", + "team_driver", + ")" + ], + "question": "List the names of teams that do not have any drivers.", + "question_toks": [ + "List", + "the", + "names", + "of", + "teams", + "that", + "do", + "not", + "have", + "any", + "drivers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT Team FROM team WHERE Team_ID NOT IN (SELECT Team_ID FROM team_driver)", + "query_toks": [ + "SELECT", + "Team", + "FROM", + "team", + "WHERE", + "Team_ID", + "NOT", + "IN", + "(", + "SELECT", + "Team_ID", + "FROM", + "team_driver", + ")" + ], + "query_toks_no_value": [ + "select", + "team", + "from", + "team", + "where", + "team_id", + "not", + "in", + "(", + "select", + "team_id", + "from", + "team_driver", + ")" + ], + "question": "Which team does not have drivers?", + "question_toks": [ + "Which", + "team", + "does", + "not", + "have", + "drivers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT t2.country FROM driver AS t1 JOIN country AS t2 ON t1.country = t2.country_id WHERE t1.Make = \"Dodge\" INTERSECT SELECT t2.country FROM driver AS t1 JOIN country AS t2 ON t1.country = t2.country_id WHERE t1.Make = \"Chevrolet\"", + "query_toks": [ + "SELECT", + "t2.country", + "FROM", + "driver", + "AS", + "t1", + "JOIN", + "country", + "AS", + "t2", + "ON", + "t1.country", + "=", + "t2.country_id", + "WHERE", + "t1.Make", + "=", + "``", + "Dodge", + "''", + "INTERSECT", + "SELECT", + "t2.country", + "FROM", + "driver", + "AS", + "t1", + "JOIN", + "country", + "AS", + "t2", + "ON", + "t1.country", + "=", + "t2.country_id", + "WHERE", + "t1.Make", + "=", + "``", + "Chevrolet", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "country", + "from", + "driver", + "as", + "t1", + "join", + "country", + "as", + "t2", + "on", + "t1", + ".", + "country", + "=", + "t2", + ".", + "country_id", + "where", + "t1", + ".", + "make", + "=", + "value", + "intersect", + "select", + "t2", + ".", + "country", + "from", + "driver", + "as", + "t1", + "join", + "country", + "as", + "t2", + "on", + "t1", + ".", + "country", + "=", + "t2", + ".", + "country_id", + "where", + "t1", + ".", + "make", + "=", + "value" + ], + "question": "Which country has both drivers with make \"Dodge\" and drivers with make \"Chevrolet\"?", + "question_toks": [ + "Which", + "country", + "has", + "both", + "drivers", + "with", + "make", + "``", + "Dodge", + "''", + "and", + "drivers", + "with", + "make", + "``", + "Chevrolet", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Dodge\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Chevrolet\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT t2.country FROM driver AS t1 JOIN country AS t2 ON t1.country = t2.country_id WHERE t1.Make = \"Dodge\" INTERSECT SELECT t2.country FROM driver AS t1 JOIN country AS t2 ON t1.country = t2.country_id WHERE t1.Make = \"Chevrolet\"", + "query_toks": [ + "SELECT", + "t2.country", + "FROM", + "driver", + "AS", + "t1", + "JOIN", + "country", + "AS", + "t2", + "ON", + "t1.country", + "=", + "t2.country_id", + "WHERE", + "t1.Make", + "=", + "``", + "Dodge", + "''", + "INTERSECT", + "SELECT", + "t2.country", + "FROM", + "driver", + "AS", + "t1", + "JOIN", + "country", + "AS", + "t2", + "ON", + "t1.country", + "=", + "t2.country_id", + "WHERE", + "t1.Make", + "=", + "``", + "Chevrolet", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "country", + "from", + "driver", + "as", + "t1", + "join", + "country", + "as", + "t2", + "on", + "t1", + ".", + "country", + "=", + "t2", + ".", + "country_id", + "where", + "t1", + ".", + "make", + "=", + "value", + "intersect", + "select", + "t2", + ".", + "country", + "from", + "driver", + "as", + "t1", + "join", + "country", + "as", + "t2", + "on", + "t1", + ".", + "country", + "=", + "t2", + ".", + "country_id", + "where", + "t1", + ".", + "make", + "=", + "value" + ], + "question": "Find the countries in which there are both drivers with make \"Dodge\" and drivers with make \"Chevrolet\".", + "question_toks": [ + "Find", + "the", + "countries", + "in", + "which", + "there", + "are", + "both", + "drivers", + "with", + "make", + "``", + "Dodge", + "''", + "and", + "drivers", + "with", + "make", + "``", + "Chevrolet", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Dodge\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Chevrolet\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT sum(Points) , avg(Points) FROM driver", + "query_toks": [ + "SELECT", + "sum", + "(", + "Points", + ")", + ",", + "avg", + "(", + "Points", + ")", + "FROM", + "driver" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "points", + ")", + ",", + "avg", + "(", + "points", + ")", + "from", + "driver" + ], + "question": "Show total and average points of all drivers.", + "question_toks": [ + "Show", + "total", + "and", + "average", + "points", + "of", + "all", + "drivers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT sum(Points) , avg(Points) FROM driver", + "query_toks": [ + "SELECT", + "sum", + "(", + "Points", + ")", + ",", + "avg", + "(", + "Points", + ")", + "FROM", + "driver" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "points", + ")", + ",", + "avg", + "(", + "points", + ")", + "from", + "driver" + ], + "question": "What are the total and average points of drivers?", + "question_toks": [ + "What", + "are", + "the", + "total", + "and", + "average", + "points", + "of", + "drivers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT country FROM country WHERE country_id NOT IN (SELECT country FROM driver)", + "query_toks": [ + "SELECT", + "country", + "FROM", + "country", + "WHERE", + "country_id", + "NOT", + "IN", + "(", + "SELECT", + "country", + "FROM", + "driver", + ")" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "country", + "where", + "country_id", + "not", + "in", + "(", + "select", + "country", + "from", + "driver", + ")" + ], + "question": "Find the countries where no driver come from.", + "question_toks": [ + "Find", + "the", + "countries", + "where", + "no", + "driver", + "come", + "from", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT country FROM country WHERE country_id NOT IN (SELECT country FROM driver)", + "query_toks": [ + "SELECT", + "country", + "FROM", + "country", + "WHERE", + "country_id", + "NOT", + "IN", + "(", + "SELECT", + "country", + "FROM", + "driver", + ")" + ], + "query_toks_no_value": [ + "select", + "country", + "from", + "country", + "where", + "country_id", + "not", + "in", + "(", + "select", + "country", + "from", + "driver", + ")" + ], + "question": "Which countries do not have any drivers?", + "question_toks": [ + "Which", + "countries", + "do", + "not", + "have", + "any", + "drivers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT t1.manager , t1.sponsor FROM team AS t1 JOIN team_driver AS t2 ON t1.team_id = t2.team_id GROUP BY t2.team_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.manager", + ",", + "t1.sponsor", + "FROM", + "team", + "AS", + "t1", + "JOIN", + "team_driver", + "AS", + "t2", + "ON", + "t1.team_id", + "=", + "t2.team_id", + "GROUP", + "BY", + "t2.team_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "manager", + ",", + "t1", + ".", + "sponsor", + "from", + "team", + "as", + "t1", + "join", + "team_driver", + "as", + "t2", + "on", + "t1", + ".", + "team_id", + "=", + "t2", + ".", + "team_id", + "group", + "by", + "t2", + ".", + "team_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the manager and sponsor of the team that has the most drivers?", + "question_toks": [ + "What", + "are", + "the", + "manager", + "and", + "sponsor", + "of", + "the", + "team", + "that", + "has", + "the", + "most", + "drivers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT t1.manager , t1.sponsor FROM team AS t1 JOIN team_driver AS t2 ON t1.team_id = t2.team_id GROUP BY t2.team_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.manager", + ",", + "t1.sponsor", + "FROM", + "team", + "AS", + "t1", + "JOIN", + "team_driver", + "AS", + "t2", + "ON", + "t1.team_id", + "=", + "t2.team_id", + "GROUP", + "BY", + "t2.team_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "manager", + ",", + "t1", + ".", + "sponsor", + "from", + "team", + "as", + "t1", + "join", + "team_driver", + "as", + "t2", + "on", + "t1", + ".", + "team_id", + "=", + "t2", + ".", + "team_id", + "group", + "by", + "t2", + ".", + "team_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the manager and sponsor of the team that has the most drivers.", + "question_toks": [ + "Find", + "the", + "manager", + "and", + "sponsor", + "of", + "the", + "team", + "that", + "has", + "the", + "most", + "drivers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT t1.manager , t1.car_owner FROM team AS t1 JOIN team_driver AS t2 ON t1.team_id = t2.team_id GROUP BY t2.team_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "t1.manager", + ",", + "t1.car_owner", + "FROM", + "team", + "AS", + "t1", + "JOIN", + "team_driver", + "AS", + "t2", + "ON", + "t1.team_id", + "=", + "t2.team_id", + "GROUP", + "BY", + "t2.team_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "manager", + ",", + "t1", + ".", + "car_owner", + "from", + "team", + "as", + "t1", + "join", + "team_driver", + "as", + "t2", + "on", + "t1", + ".", + "team_id", + "=", + "t2", + ".", + "team_id", + "group", + "by", + "t2", + ".", + "team_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the manager and car owner of the team that has at least 2 drivers?", + "question_toks": [ + "What", + "are", + "the", + "manager", + "and", + "car", + "owner", + "of", + "the", + "team", + "that", + "has", + "at", + "least", + "2", + "drivers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "car_racing", + "query": "SELECT t1.manager , t1.car_owner FROM team AS t1 JOIN team_driver AS t2 ON t1.team_id = t2.team_id GROUP BY t2.team_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "t1.manager", + ",", + "t1.car_owner", + "FROM", + "team", + "AS", + "t1", + "JOIN", + "team_driver", + "AS", + "t2", + "ON", + "t1.team_id", + "=", + "t2.team_id", + "GROUP", + "BY", + "t2.team_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "manager", + ",", + "t1", + ".", + "car_owner", + "from", + "team", + "as", + "t1", + "join", + "team_driver", + "as", + "t2", + "on", + "t1", + ".", + "team_id", + "=", + "t2", + ".", + "team_id", + "group", + "by", + "t2", + ".", + "team_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Find the team with two or more drivers and return the the manager and car owner of the team.", + "question_toks": [ + "Find", + "the", + "team", + "with", + "two", + "or", + "more", + "drivers", + "and", + "return", + "the", + "the", + "manager", + "and", + "car", + "owner", + "of", + "the", + "team", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT count(*) FROM institution", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "institution" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "institution" + ], + "question": "How many institutions are there?", + "question_toks": [ + "How", + "many", + "institutions", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT count(*) FROM institution", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "institution" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "institution" + ], + "question": "Count the number of institutions.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "institutions", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Name FROM institution ORDER BY Name ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "institution", + "ORDER", + "BY", + "Name", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "institution", + "order", + "by", + "name", + "asc" + ], + "question": "List the names of institutions in ascending alphabetical order.", + "question_toks": [ + "List", + "the", + "names", + "of", + "institutions", + "in", + "ascending", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Name FROM institution ORDER BY Name ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "institution", + "ORDER", + "BY", + "Name", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "institution", + "order", + "by", + "name", + "asc" + ], + "question": "What are the names of institutions, ordered alphabetically?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "institutions", + ",", + "ordered", + "alphabetically", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Name FROM institution ORDER BY Founded ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "institution", + "ORDER", + "BY", + "Founded", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "institution", + "order", + "by", + "founded", + "asc" + ], + "question": "List the names of institutions in ascending order of founded year.", + "question_toks": [ + "List", + "the", + "names", + "of", + "institutions", + "in", + "ascending", + "order", + "of", + "founded", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Name FROM institution ORDER BY Founded ASC", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "institution", + "ORDER", + "BY", + "Founded", + "ASC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "institution", + "order", + "by", + "founded", + "asc" + ], + "question": "What are the names of institutions, ordered by the years in which they were founded?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "institutions", + ",", + "ordered", + "by", + "the", + "years", + "in", + "which", + "they", + "were", + "founded", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT City , Province FROM institution", + "query_toks": [ + "SELECT", + "City", + ",", + "Province", + "FROM", + "institution" + ], + "query_toks_no_value": [ + "select", + "city", + ",", + "province", + "from", + "institution" + ], + "question": "What are the cities and provinces of institutions?", + "question_toks": [ + "What", + "are", + "the", + "cities", + "and", + "provinces", + "of", + "institutions", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT City , Province FROM institution", + "query_toks": [ + "SELECT", + "City", + ",", + "Province", + "FROM", + "institution" + ], + "query_toks_no_value": [ + "select", + "city", + ",", + "province", + "from", + "institution" + ], + "question": "Return the cities and provinces of institutions.", + "question_toks": [ + "Return", + "the", + "cities", + "and", + "provinces", + "of", + "institutions", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT max(Enrollment) , min(Enrollment) FROM institution", + "query_toks": [ + "SELECT", + "max", + "(", + "Enrollment", + ")", + ",", + "min", + "(", + "Enrollment", + ")", + "FROM", + "institution" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "enrollment", + ")", + ",", + "min", + "(", + "enrollment", + ")", + "from", + "institution" + ], + "question": "What are the maximum and minimum enrollment of all institutions?", + "question_toks": [ + "What", + "are", + "the", + "maximum", + "and", + "minimum", + "enrollment", + "of", + "all", + "institutions", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT max(Enrollment) , min(Enrollment) FROM institution", + "query_toks": [ + "SELECT", + "max", + "(", + "Enrollment", + ")", + ",", + "min", + "(", + "Enrollment", + ")", + "FROM", + "institution" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "enrollment", + ")", + ",", + "min", + "(", + "enrollment", + ")", + "from", + "institution" + ], + "question": "Return the maximum and minimum enrollment across all institutions.", + "question_toks": [ + "Return", + "the", + "maximum", + "and", + "minimum", + "enrollment", + "across", + "all", + "institutions", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Affiliation FROM institution WHERE City != \"Vancouver\"", + "query_toks": [ + "SELECT", + "Affiliation", + "FROM", + "institution", + "WHERE", + "City", + "!", + "=", + "``", + "Vancouver", + "''" + ], + "query_toks_no_value": [ + "select", + "affiliation", + "from", + "institution", + "where", + "city", + "!", + "=", + "value" + ], + "question": "What are the affiliations of institutions that are not in city \"Vancouver\"?", + "question_toks": [ + "What", + "are", + "the", + "affiliations", + "of", + "institutions", + "that", + "are", + "not", + "in", + "city", + "``", + "Vancouver", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Vancouver\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Affiliation FROM institution WHERE City != \"Vancouver\"", + "query_toks": [ + "SELECT", + "Affiliation", + "FROM", + "institution", + "WHERE", + "City", + "!", + "=", + "``", + "Vancouver", + "''" + ], + "query_toks_no_value": [ + "select", + "affiliation", + "from", + "institution", + "where", + "city", + "!", + "=", + "value" + ], + "question": "Return the affiliations of instituions that are not in the city of Vancouver.", + "question_toks": [ + "Return", + "the", + "affiliations", + "of", + "instituions", + "that", + "are", + "not", + "in", + "the", + "city", + "of", + "Vancouver", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Vancouver\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Stadium FROM institution ORDER BY Capacity DESC", + "query_toks": [ + "SELECT", + "Stadium", + "FROM", + "institution", + "ORDER", + "BY", + "Capacity", + "DESC" + ], + "query_toks_no_value": [ + "select", + "stadium", + "from", + "institution", + "order", + "by", + "capacity", + "desc" + ], + "question": "What are the stadiums of institutions in descending order of the capacity.", + "question_toks": [ + "What", + "are", + "the", + "stadiums", + "of", + "institutions", + "in", + "descending", + "order", + "of", + "the", + "capacity", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Stadium FROM institution ORDER BY Capacity DESC", + "query_toks": [ + "SELECT", + "Stadium", + "FROM", + "institution", + "ORDER", + "BY", + "Capacity", + "DESC" + ], + "query_toks_no_value": [ + "select", + "stadium", + "from", + "institution", + "order", + "by", + "capacity", + "desc" + ], + "question": "Return the stadiums of institutions, ordered by capacity descending.", + "question_toks": [ + "Return", + "the", + "stadiums", + "of", + "institutions", + ",", + "ordered", + "by", + "capacity", + "descending", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Stadium FROM institution ORDER BY Enrollment DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Stadium", + "FROM", + "institution", + "ORDER", + "BY", + "Enrollment", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "stadium", + "from", + "institution", + "order", + "by", + "enrollment", + "desc", + "limit", + "value" + ], + "question": "What is the stadium of the institution with the largest enrollment?", + "question_toks": [ + "What", + "is", + "the", + "stadium", + "of", + "the", + "institution", + "with", + "the", + "largest", + "enrollment", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Stadium FROM institution ORDER BY Enrollment DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Stadium", + "FROM", + "institution", + "ORDER", + "BY", + "Enrollment", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "stadium", + "from", + "institution", + "order", + "by", + "enrollment", + "desc", + "limit", + "value" + ], + "question": "Give the stadium of the institution which is the greatest enrollment.", + "question_toks": [ + "Give", + "the", + "stadium", + "of", + "the", + "institution", + "which", + "is", + "the", + "greatest", + "enrollment", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT T2.Name , T1.Nickname FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID", + "query_toks": [ + "SELECT", + "T2.Name", + ",", + "T1.Nickname", + "FROM", + "championship", + "AS", + "T1", + "JOIN", + "institution", + "AS", + "T2", + "ON", + "T1.Institution_ID", + "=", + "T2.Institution_ID" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t1", + ".", + "nickname", + "from", + "championship", + "as", + "t1", + "join", + "institution", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id" + ], + "question": "What are the names and nicknames of institutions?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "nicknames", + "of", + "institutions", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT T2.Name , T1.Nickname FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID", + "query_toks": [ + "SELECT", + "T2.Name", + ",", + "T1.Nickname", + "FROM", + "championship", + "AS", + "T1", + "JOIN", + "institution", + "AS", + "T2", + "ON", + "T1.Institution_ID", + "=", + "T2.Institution_ID" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t1", + ".", + "nickname", + "from", + "championship", + "as", + "t1", + "join", + "institution", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id" + ], + "question": "Return the names of institutions, as well as their nicknames.", + "question_toks": [ + "Return", + "the", + "names", + "of", + "institutions", + ",", + "as", + "well", + "as", + "their", + "nicknames", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT T1.Nickname FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID ORDER BY T2.Enrollment ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Nickname", + "FROM", + "championship", + "AS", + "T1", + "JOIN", + "institution", + "AS", + "T2", + "ON", + "T1.Institution_ID", + "=", + "T2.Institution_ID", + "ORDER", + "BY", + "T2.Enrollment", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "nickname", + "from", + "championship", + "as", + "t1", + "join", + "institution", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id", + "order", + "by", + "t2", + ".", + "enrollment", + "asc", + "limit", + "value" + ], + "question": "What is the nickname of the institution with the smallest enrollment?", + "question_toks": [ + "What", + "is", + "the", + "nickname", + "of", + "the", + "institution", + "with", + "the", + "smallest", + "enrollment", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT T1.Nickname FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID ORDER BY T2.Enrollment ASC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.Nickname", + "FROM", + "championship", + "AS", + "T1", + "JOIN", + "institution", + "AS", + "T2", + "ON", + "T1.Institution_ID", + "=", + "T2.Institution_ID", + "ORDER", + "BY", + "T2.Enrollment", + "ASC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "nickname", + "from", + "championship", + "as", + "t1", + "join", + "institution", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id", + "order", + "by", + "t2", + ".", + "enrollment", + "asc", + "limit", + "value" + ], + "question": "Return the nickname of the institution with the lowest enrollment.", + "question_toks": [ + "Return", + "the", + "nickname", + "of", + "the", + "institution", + "with", + "the", + "lowest", + "enrollment", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT T2.Name FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID ORDER BY T1.Number_of_Championships DESC", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "championship", + "AS", + "T1", + "JOIN", + "institution", + "AS", + "T2", + "ON", + "T1.Institution_ID", + "=", + "T2.Institution_ID", + "ORDER", + "BY", + "T1.Number_of_Championships", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "championship", + "as", + "t1", + "join", + "institution", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id", + "order", + "by", + "t1", + ".", + "number_of_championships", + "desc" + ], + "question": "List the names of institutions in descending order of the number of championships.", + "question_toks": [ + "List", + "the", + "names", + "of", + "institutions", + "in", + "descending", + "order", + "of", + "the", + "number", + "of", + "championships", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT T2.Name FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID ORDER BY T1.Number_of_Championships DESC", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "championship", + "AS", + "T1", + "JOIN", + "institution", + "AS", + "T2", + "ON", + "T1.Institution_ID", + "=", + "T2.Institution_ID", + "ORDER", + "BY", + "T1.Number_of_Championships", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "championship", + "as", + "t1", + "join", + "institution", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id", + "order", + "by", + "t1", + ".", + "number_of_championships", + "desc" + ], + "question": "What are the names of institutions, ordered descending by their number of championships?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "institutions", + ",", + "ordered", + "descending", + "by", + "their", + "number", + "of", + "championships", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT T2.Name FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID WHERE T1.Number_of_Championships >= 1", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "championship", + "AS", + "T1", + "JOIN", + "institution", + "AS", + "T2", + "ON", + "T1.Institution_ID", + "=", + "T2.Institution_ID", + "WHERE", + "T1.Number_of_Championships", + ">", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "championship", + "as", + "t1", + "join", + "institution", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id", + "where", + "t1", + ".", + "number_of_championships", + ">", + "=", + "value" + ], + "question": "List the names of institutions with at least one championship.", + "question_toks": [ + "List", + "the", + "names", + "of", + "institutions", + "with", + "at", + "least", + "one", + "championship", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT T2.Name FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID WHERE T1.Number_of_Championships >= 1", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "championship", + "AS", + "T1", + "JOIN", + "institution", + "AS", + "T2", + "ON", + "T1.Institution_ID", + "=", + "T2.Institution_ID", + "WHERE", + "T1.Number_of_Championships", + ">", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "championship", + "as", + "t1", + "join", + "institution", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id", + "where", + "t1", + ".", + "number_of_championships", + ">", + "=", + "value" + ], + "question": "What are the names of institutions that have 1 or more championships?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "institutions", + "that", + "have", + "1", + "or", + "more", + "championships", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 5, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT sum(T1.Number_of_Championships) FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID WHERE T2.Affiliation = \"Public\"", + "query_toks": [ + "SELECT", + "sum", + "(", + "T1.Number_of_Championships", + ")", + "FROM", + "championship", + "AS", + "T1", + "JOIN", + "institution", + "AS", + "T2", + "ON", + "T1.Institution_ID", + "=", + "T2.Institution_ID", + "WHERE", + "T2.Affiliation", + "=", + "``", + "Public", + "''" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "number_of_championships", + ")", + "from", + "championship", + "as", + "t1", + "join", + "institution", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id", + "where", + "t2", + ".", + "affiliation", + "=", + "value" + ], + "question": "What is the total number of championship of institution with public affiliation?", + "question_toks": [ + "What", + "is", + "the", + "total", + "number", + "of", + "championship", + "of", + "institution", + "with", + "public", + "affiliation", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Public\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT sum(T1.Number_of_Championships) FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID WHERE T2.Affiliation = \"Public\"", + "query_toks": [ + "SELECT", + "sum", + "(", + "T1.Number_of_Championships", + ")", + "FROM", + "championship", + "AS", + "T1", + "JOIN", + "institution", + "AS", + "T2", + "ON", + "T1.Institution_ID", + "=", + "T2.Institution_ID", + "WHERE", + "T2.Affiliation", + "=", + "``", + "Public", + "''" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "number_of_championships", + ")", + "from", + "championship", + "as", + "t1", + "join", + "institution", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id", + "where", + "t2", + ".", + "affiliation", + "=", + "value" + ], + "question": "Return the total number of championships of institutions that have a Public affiliation.", + "question_toks": [ + "Return", + "the", + "total", + "number", + "of", + "championships", + "of", + "institutions", + "that", + "have", + "a", + "Public", + "affiliation", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Public\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Affiliation , COUNT(*) FROM institution GROUP BY Affiliation", + "query_toks": [ + "SELECT", + "Affiliation", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "institution", + "GROUP", + "BY", + "Affiliation" + ], + "query_toks_no_value": [ + "select", + "affiliation", + ",", + "count", + "(", + "*", + ")", + "from", + "institution", + "group", + "by", + "affiliation" + ], + "question": "What are different types of affiliations of institutions and the corresponding number of institutions?", + "question_toks": [ + "What", + "are", + "different", + "types", + "of", + "affiliations", + "of", + "institutions", + "and", + "the", + "corresponding", + "number", + "of", + "institutions", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Affiliation , COUNT(*) FROM institution GROUP BY Affiliation", + "query_toks": [ + "SELECT", + "Affiliation", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "institution", + "GROUP", + "BY", + "Affiliation" + ], + "query_toks_no_value": [ + "select", + "affiliation", + ",", + "count", + "(", + "*", + ")", + "from", + "institution", + "group", + "by", + "affiliation" + ], + "question": "How many institutions are there for each type of affiliation?", + "question_toks": [ + "How", + "many", + "institutions", + "are", + "there", + "for", + "each", + "type", + "of", + "affiliation", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Affiliation FROM institution GROUP BY Affiliation ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Affiliation", + "FROM", + "institution", + "GROUP", + "BY", + "Affiliation", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "affiliation", + "from", + "institution", + "group", + "by", + "affiliation", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the most common type of affiliation for institutions?", + "question_toks": [ + "What", + "is", + "the", + "most", + "common", + "type", + "of", + "affiliation", + "for", + "institutions", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Affiliation FROM institution GROUP BY Affiliation ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Affiliation", + "FROM", + "institution", + "GROUP", + "BY", + "Affiliation", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "affiliation", + "from", + "institution", + "group", + "by", + "affiliation", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Return the most common type of affiliation across all institutions.", + "question_toks": [ + "Return", + "the", + "most", + "common", + "type", + "of", + "affiliation", + "across", + "all", + "institutions", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Founded , COUNT(*) FROM institution GROUP BY Founded HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "Founded", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "institution", + "GROUP", + "BY", + "Founded", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "founded", + ",", + "count", + "(", + "*", + ")", + "from", + "institution", + "group", + "by", + "founded", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "In which years were more than one institution founded?", + "question_toks": [ + "In", + "which", + "years", + "were", + "more", + "than", + "one", + "institution", + "founded", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Founded , COUNT(*) FROM institution GROUP BY Founded HAVING COUNT(*) > 1", + "query_toks": [ + "SELECT", + "Founded", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "institution", + "GROUP", + "BY", + "Founded", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "founded", + ",", + "count", + "(", + "*", + ")", + "from", + "institution", + "group", + "by", + "founded", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Return the years in which more than 1 institution was founded, as well as the number of institutions founded in each of those.", + "question_toks": [ + "Return", + "the", + "years", + "in", + "which", + "more", + "than", + "1", + "institution", + "was", + "founded", + ",", + "as", + "well", + "as", + "the", + "number", + "of", + "institutions", + "founded", + "in", + "each", + "of", + "those", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT T1.Nickname FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID ORDER BY T2.Capacity DESC", + "query_toks": [ + "SELECT", + "T1.Nickname", + "FROM", + "championship", + "AS", + "T1", + "JOIN", + "institution", + "AS", + "T2", + "ON", + "T1.Institution_ID", + "=", + "T2.Institution_ID", + "ORDER", + "BY", + "T2.Capacity", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "nickname", + "from", + "championship", + "as", + "t1", + "join", + "institution", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id", + "order", + "by", + "t2", + ".", + "capacity", + "desc" + ], + "question": "List the nicknames of institutions in descending order of capacity.", + "question_toks": [ + "List", + "the", + "nicknames", + "of", + "institutions", + "in", + "descending", + "order", + "of", + "capacity", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT T1.Nickname FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID ORDER BY T2.Capacity DESC", + "query_toks": [ + "SELECT", + "T1.Nickname", + "FROM", + "championship", + "AS", + "T1", + "JOIN", + "institution", + "AS", + "T2", + "ON", + "T1.Institution_ID", + "=", + "T2.Institution_ID", + "ORDER", + "BY", + "T2.Capacity", + "DESC" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "nickname", + "from", + "championship", + "as", + "t1", + "join", + "institution", + "as", + "t2", + "on", + "t1", + ".", + "institution_id", + "=", + "t2", + ".", + "institution_id", + "order", + "by", + "t2", + ".", + "capacity", + "desc" + ], + "question": "What are the nicknames of institutions, ordered descending by their capacities?", + "question_toks": [ + "What", + "are", + "the", + "nicknames", + "of", + "institutions", + ",", + "ordered", + "descending", + "by", + "their", + "capacities", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "select sum(enrollment) from institution where city = \"vancouver\" or city = \"calgary\"", + "query_toks": [ + "select", + "sum", + "(", + "enrollment", + ")", + "from", + "institution", + "where", + "city", + "=", + "\"vancouver\"", + "or", + "city", + "=", + "\"calgary\"" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "enrollment", + ")", + "from", + "institution", + "where", + "city", + "=", + "value", + "or", + "city", + "=", + "value" + ], + "question": "What are the total enrollment of institutions in city `` Vancouver '' or `` Calgary '' ?", + "question_toks": [ + "What", + "are", + "the", + "total", + "enrollment", + "of", + "institutions", + "in", + "city", + "``", + "Vancouver", + "''", + "or", + "``", + "Calgary", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"vancouver\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"calgary\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "select sum(enrollment) from institution where city = \"vancouver\" or city = \"calgary\"", + "query_toks": [ + "select", + "sum", + "(", + "enrollment", + ")", + "from", + "institution", + "where", + "city", + "=", + "\"vancouver\"", + "or", + "city", + "=", + "\"calgary\"" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "enrollment", + ")", + "from", + "institution", + "where", + "city", + "=", + "value", + "or", + "city", + "=", + "value" + ], + "question": "Return all the enrollments of institutions in either the city of Vancouver or the city of Calgary .", + "question_toks": [ + "Return", + "all", + "the", + "enrollments", + "of", + "institutions", + "in", + "either", + "the", + "city", + "of", + "Vancouver", + "or", + "the", + "city", + "of", + "Calgary", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"vancouver\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"calgary\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Province FROM institution WHERE Founded < 1920 INTERSECT SELECT Province FROM institution WHERE Founded > 1950", + "query_toks": [ + "SELECT", + "Province", + "FROM", + "institution", + "WHERE", + "Founded", + "<", + "1920", + "INTERSECT", + "SELECT", + "Province", + "FROM", + "institution", + "WHERE", + "Founded", + ">", + "1950" + ], + "query_toks_no_value": [ + "select", + "province", + "from", + "institution", + "where", + "founded", + "<", + "value", + "intersect", + "select", + "province", + "from", + "institution", + "where", + "founded", + ">", + "value" + ], + "question": "Show the provinces that have both institutions founded before 1920 and institutions founded after 1950.", + "question_toks": [ + "Show", + "the", + "provinces", + "that", + "have", + "both", + "institutions", + "founded", + "before", + "1920", + "and", + "institutions", + "founded", + "after", + "1950", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 1920.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 1950.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT Province FROM institution WHERE Founded < 1920 INTERSECT SELECT Province FROM institution WHERE Founded > 1950", + "query_toks": [ + "SELECT", + "Province", + "FROM", + "institution", + "WHERE", + "Founded", + "<", + "1920", + "INTERSECT", + "SELECT", + "Province", + "FROM", + "institution", + "WHERE", + "Founded", + ">", + "1950" + ], + "query_toks_no_value": [ + "select", + "province", + "from", + "institution", + "where", + "founded", + "<", + "value", + "intersect", + "select", + "province", + "from", + "institution", + "where", + "founded", + ">", + "value" + ], + "question": "What are the provinces that have not only institutions founded before 1920, but also institutions founded after 1950?", + "question_toks": [ + "What", + "are", + "the", + "provinces", + "that", + "have", + "not", + "only", + "institutions", + "founded", + "before", + "1920", + ",", + "but", + "also", + "institutions", + "founded", + "after", + "1950", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 1920.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 1950.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT count(DISTINCT Province) FROM institution", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "Province", + ")", + "FROM", + "institution" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "province", + ")", + "from", + "institution" + ], + "question": "How many distinct provinces are the institutions in?", + "question_toks": [ + "How", + "many", + "distinct", + "provinces", + "are", + "the", + "institutions", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 5, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "institution_sports", + "query": "SELECT count(DISTINCT Province) FROM institution", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "Province", + ")", + "FROM", + "institution" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "province", + ")", + "from", + "institution" + ], + "question": "Count the number of different provinces that have institutions.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "different", + "provinces", + "that", + "have", + "institutions", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 5, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT * FROM warehouses", + "query_toks": [ + "SELECT", + "*", + "FROM", + "warehouses" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "warehouses" + ], + "question": "Select all details of all warehouses.", + "question_toks": [ + "Select", + "all", + "details", + "of", + "all", + "warehouses", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT * FROM warehouses", + "query_toks": [ + "SELECT", + "*", + "FROM", + "warehouses" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "warehouses" + ], + "question": "What is all the information about the warehouses?", + "question_toks": [ + "What", + "is", + "all", + "the", + "information", + "about", + "the", + "warehouses", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT DISTINCT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE LOCATION = 'New York'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.contents", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "LOCATION", + "=", + "'New", + "York", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "contents", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "location", + "=", + "value" + ], + "question": "Find all different contents stored in New York.", + "question_toks": [ + "Find", + "all", + "different", + "contents", + "stored", + "in", + "New", + "York", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"New York\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT DISTINCT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE LOCATION = 'New York'", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.contents", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "LOCATION", + "=", + "'New", + "York", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "contents", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "location", + "=", + "value" + ], + "question": "What are all the different contents stored in boxes in New York?", + "question_toks": [ + "What", + "are", + "all", + "the", + "different", + "contents", + "stored", + "in", + "boxes", + "in", + "New", + "York", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"New York\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT CONTENTS FROM boxes WHERE Value > 150", + "query_toks": [ + "SELECT", + "CONTENTS", + "FROM", + "boxes", + "WHERE", + "Value", + ">", + "150" + ], + "query_toks_no_value": [ + "select", + "contents", + "from", + "boxes", + "where", + "value", + ">", + "value" + ], + "question": "Select contents of all boxes with a value larger than $150.", + "question_toks": [ + "Select", + "contents", + "of", + "all", + "boxes", + "with", + "a", + "value", + "larger", + "than", + "$", + "150", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 150.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT CONTENTS FROM boxes WHERE Value > 150", + "query_toks": [ + "SELECT", + "CONTENTS", + "FROM", + "boxes", + "WHERE", + "Value", + ">", + "150" + ], + "query_toks_no_value": [ + "select", + "contents", + "from", + "boxes", + "where", + "value", + ">", + "value" + ], + "question": "What are the contents of boxes with value greater than 150?", + "question_toks": [ + "What", + "are", + "the", + "contents", + "of", + "boxes", + "with", + "value", + "greater", + "than", + "150", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 150.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT warehouse , avg(value) FROM boxes GROUP BY warehouse", + "query_toks": [ + "SELECT", + "warehouse", + ",", + "avg", + "(", + "value", + ")", + "FROM", + "boxes", + "GROUP", + "BY", + "warehouse" + ], + "query_toks_no_value": [ + "select", + "warehouse", + ",", + "avg", + "(", + "value", + ")", + "from", + "boxes", + "group", + "by", + "warehouse" + ], + "question": "Select the warehouse code and the average value of the boxes in each warehouse.", + "question_toks": [ + "Select", + "the", + "warehouse", + "code", + "and", + "the", + "average", + "value", + "of", + "the", + "boxes", + "in", + "each", + "warehouse", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT warehouse , avg(value) FROM boxes GROUP BY warehouse", + "query_toks": [ + "SELECT", + "warehouse", + ",", + "avg", + "(", + "value", + ")", + "FROM", + "boxes", + "GROUP", + "BY", + "warehouse" + ], + "query_toks_no_value": [ + "select", + "warehouse", + ",", + "avg", + "(", + "value", + ")", + "from", + "boxes", + "group", + "by", + "warehouse" + ], + "question": "What is the average value of boxes for each warehouse?", + "question_toks": [ + "What", + "is", + "the", + "average", + "value", + "of", + "boxes", + "for", + "each", + "warehouse", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT avg(value) , sum(value) FROM boxes", + "query_toks": [ + "SELECT", + "avg", + "(", + "value", + ")", + ",", + "sum", + "(", + "value", + ")", + "FROM", + "boxes" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "value", + ")", + ",", + "sum", + "(", + "value", + ")", + "from", + "boxes" + ], + "question": "Find the average and total values of all boxes.", + "question_toks": [ + "Find", + "the", + "average", + "and", + "total", + "values", + "of", + "all", + "boxes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT avg(value) , sum(value) FROM boxes", + "query_toks": [ + "SELECT", + "avg", + "(", + "value", + ")", + ",", + "sum", + "(", + "value", + ")", + "FROM", + "boxes" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "value", + ")", + ",", + "sum", + "(", + "value", + ")", + "from", + "boxes" + ], + "question": "What are the average and total values across all boxes?", + "question_toks": [ + "What", + "are", + "the", + "average", + "and", + "total", + "values", + "across", + "all", + "boxes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT avg(capacity) , sum(capacity) FROM warehouses", + "query_toks": [ + "SELECT", + "avg", + "(", + "capacity", + ")", + ",", + "sum", + "(", + "capacity", + ")", + "FROM", + "warehouses" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "capacity", + ")", + ",", + "sum", + "(", + "capacity", + ")", + "from", + "warehouses" + ], + "question": "Find the average and total capacity of all warehouses.", + "question_toks": [ + "Find", + "the", + "average", + "and", + "total", + "capacity", + "of", + "all", + "warehouses", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT avg(capacity) , sum(capacity) FROM warehouses", + "query_toks": [ + "SELECT", + "avg", + "(", + "capacity", + ")", + ",", + "sum", + "(", + "capacity", + ")", + "FROM", + "warehouses" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "capacity", + ")", + ",", + "sum", + "(", + "capacity", + ")", + "from", + "warehouses" + ], + "question": "What are the average and total capacities across all warehouses?", + "question_toks": [ + "What", + "are", + "the", + "average", + "and", + "total", + "capacities", + "across", + "all", + "warehouses", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT avg(value) , max(value) , CONTENTS FROM boxes GROUP BY CONTENTS", + "query_toks": [ + "SELECT", + "avg", + "(", + "value", + ")", + ",", + "max", + "(", + "value", + ")", + ",", + "CONTENTS", + "FROM", + "boxes", + "GROUP", + "BY", + "CONTENTS" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "value", + ")", + ",", + "max", + "(", + "value", + ")", + ",", + "contents", + "from", + "boxes", + "group", + "by", + "contents" + ], + "question": "Find the average and maximum value for each different content.", + "question_toks": [ + "Find", + "the", + "average", + "and", + "maximum", + "value", + "for", + "each", + "different", + "content", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT avg(value) , max(value) , CONTENTS FROM boxes GROUP BY CONTENTS", + "query_toks": [ + "SELECT", + "avg", + "(", + "value", + ")", + ",", + "max", + "(", + "value", + ")", + ",", + "CONTENTS", + "FROM", + "boxes", + "GROUP", + "BY", + "CONTENTS" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "value", + ")", + ",", + "max", + "(", + "value", + ")", + ",", + "contents", + "from", + "boxes", + "group", + "by", + "contents" + ], + "question": "What are the average and maximum values for each type of content in boxes?", + "question_toks": [ + "What", + "are", + "the", + "average", + "and", + "maximum", + "values", + "for", + "each", + "type", + "of", + "content", + "in", + "boxes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT CONTENTS FROM boxes ORDER BY value DESC LIMIT 1", + "query_toks": [ + "SELECT", + "CONTENTS", + "FROM", + "boxes", + "ORDER", + "BY", + "value", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "contents", + "from", + "boxes", + "order", + "by", + "value", + "desc", + "limit", + "value" + ], + "question": "Find the content that has the highest total values in all boxes.", + "question_toks": [ + "Find", + "the", + "content", + "that", + "has", + "the", + "highest", + "total", + "values", + "in", + "all", + "boxes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT CONTENTS FROM boxes ORDER BY value DESC LIMIT 1", + "query_toks": [ + "SELECT", + "CONTENTS", + "FROM", + "boxes", + "ORDER", + "BY", + "value", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "contents", + "from", + "boxes", + "order", + "by", + "value", + "desc", + "limit", + "value" + ], + "question": "What is the content with the greatest value across all boxes?", + "question_toks": [ + "What", + "is", + "the", + "content", + "with", + "the", + "greatest", + "value", + "across", + "all", + "boxes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT avg(value) FROM boxes", + "query_toks": [ + "SELECT", + "avg", + "(", + "value", + ")", + "FROM", + "boxes" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "value", + ")", + "from", + "boxes" + ], + "question": "Select the average value of all the boxes.", + "question_toks": [ + "Select", + "the", + "average", + "value", + "of", + "all", + "the", + "boxes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT avg(value) FROM boxes", + "query_toks": [ + "SELECT", + "avg", + "(", + "value", + ")", + "FROM", + "boxes" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "value", + ")", + "from", + "boxes" + ], + "question": "What is the average value of boxes?", + "question_toks": [ + "What", + "is", + "the", + "average", + "value", + "of", + "boxes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT DISTINCT CONTENTS FROM boxes", + "query_toks": [ + "SELECT", + "DISTINCT", + "CONTENTS", + "FROM", + "boxes" + ], + "query_toks_no_value": [ + "select", + "distinct", + "contents", + "from", + "boxes" + ], + "question": "Select all distinct contents in all the boxes.", + "question_toks": [ + "Select", + "all", + "distinct", + "contents", + "in", + "all", + "the", + "boxes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT DISTINCT CONTENTS FROM boxes", + "query_toks": [ + "SELECT", + "DISTINCT", + "CONTENTS", + "FROM", + "boxes" + ], + "query_toks_no_value": [ + "select", + "distinct", + "contents", + "from", + "boxes" + ], + "question": "What are the different contents in boxes?", + "question_toks": [ + "What", + "are", + "the", + "different", + "contents", + "in", + "boxes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT count(DISTINCT CONTENTS) FROM boxes", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "CONTENTS", + ")", + "FROM", + "boxes" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "contents", + ")", + "from", + "boxes" + ], + "question": "Find the number of all distinct contents in all the boxes.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "all", + "distinct", + "contents", + "in", + "all", + "the", + "boxes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 5, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT count(DISTINCT CONTENTS) FROM boxes", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "CONTENTS", + ")", + "FROM", + "boxes" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "contents", + ")", + "from", + "boxes" + ], + "question": "How many different contents are stored in boxes?", + "question_toks": [ + "How", + "many", + "different", + "contents", + "are", + "stored", + "in", + "boxes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 5, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT count(DISTINCT LOCATION) FROM warehouses", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "LOCATION", + ")", + "FROM", + "warehouses" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "location", + ")", + "from", + "warehouses" + ], + "question": "Find all distinct locations of warehouses.", + "question_toks": [ + "Find", + "all", + "distinct", + "locations", + "of", + "warehouses", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 2, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT count(DISTINCT LOCATION) FROM warehouses", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "LOCATION", + ")", + "FROM", + "warehouses" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "location", + ")", + "from", + "warehouses" + ], + "question": "What are the different locations of warehouses?", + "question_toks": [ + "What", + "are", + "the", + "different", + "locations", + "of", + "warehouses", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 2, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT T1.code FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago' OR T2.location = 'New York'", + "query_toks": [ + "SELECT", + "T1.code", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T2.location", + "=", + "'Chicago", + "'", + "OR", + "T2.location", + "=", + "'New", + "York", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "code", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t2", + ".", + "location", + "=", + "value", + "or", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "Find the code of boxes that are stored at the warehouses located at Chicago or New York.", + "question_toks": [ + "Find", + "the", + "code", + "of", + "boxes", + "that", + "are", + "stored", + "at", + "the", + "warehouses", + "located", + "at", + "Chicago", + "or", + "New", + "York", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Chicago\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"New York\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT T1.code FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago' OR T2.location = 'New York'", + "query_toks": [ + "SELECT", + "T1.code", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T2.location", + "=", + "'Chicago", + "'", + "OR", + "T2.location", + "=", + "'New", + "York", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "code", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t2", + ".", + "location", + "=", + "value", + "or", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "What are the codes of boxes stored in warehouses in either Chicago or New York?", + "question_toks": [ + "What", + "are", + "the", + "codes", + "of", + "boxes", + "stored", + "in", + "warehouses", + "in", + "either", + "Chicago", + "or", + "New", + "York", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Chicago\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"New York\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT sum(T1.value) FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago' OR T2.location = 'New York'", + "query_toks": [ + "SELECT", + "sum", + "(", + "T1.value", + ")", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T2.location", + "=", + "'Chicago", + "'", + "OR", + "T2.location", + "=", + "'New", + "York", + "'" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "value", + ")", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t2", + ".", + "location", + "=", + "value", + "or", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "Find the total value of boxes in the warehouses located at Chicago or New York.", + "question_toks": [ + "Find", + "the", + "total", + "value", + "of", + "boxes", + "in", + "the", + "warehouses", + "located", + "at", + "Chicago", + "or", + "New", + "York", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Chicago\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"New York\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT sum(T1.value) FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago' OR T2.location = 'New York'", + "query_toks": [ + "SELECT", + "sum", + "(", + "T1.value", + ")", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T2.location", + "=", + "'Chicago", + "'", + "OR", + "T2.location", + "=", + "'New", + "York", + "'" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "value", + ")", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t2", + ".", + "location", + "=", + "value", + "or", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "What is the total value of boxes located in Chicago or New York?", + "question_toks": [ + "What", + "is", + "the", + "total", + "value", + "of", + "boxes", + "located", + "in", + "Chicago", + "or", + "New", + "York", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Chicago\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"New York\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago' INTERSECT SELECT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'New York'", + "query_toks": [ + "SELECT", + "T1.contents", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T2.location", + "=", + "'Chicago", + "'", + "INTERSECT", + "SELECT", + "T1.contents", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T2.location", + "=", + "'New", + "York", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "contents", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t2", + ".", + "location", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "contents", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "Find all contents present in warehouses located in Chicago and those located in New York.", + "question_toks": [ + "Find", + "all", + "contents", + "present", + "in", + "warehouses", + "located", + "in", + "Chicago", + "and", + "those", + "located", + "in", + "New", + "York", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Chicago\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"New York\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago' INTERSECT SELECT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'New York'", + "query_toks": [ + "SELECT", + "T1.contents", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T2.location", + "=", + "'Chicago", + "'", + "INTERSECT", + "SELECT", + "T1.contents", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T2.location", + "=", + "'New", + "York", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "contents", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t2", + ".", + "location", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "contents", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "Find the contents that are stored in both Chicago and New York.", + "question_toks": [ + "Find", + "the", + "contents", + "that", + "are", + "stored", + "in", + "both", + "Chicago", + "and", + "New", + "York", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Chicago\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"New York\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT CONTENTS FROM boxes EXCEPT SELECT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'New York'", + "query_toks": [ + "SELECT", + "CONTENTS", + "FROM", + "boxes", + "EXCEPT", + "SELECT", + "T1.contents", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T2.location", + "=", + "'New", + "York", + "'" + ], + "query_toks_no_value": [ + "select", + "contents", + "from", + "boxes", + "except", + "select", + "t1", + ".", + "contents", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "Find the type of contents that are not in the warehouses located at New York.", + "question_toks": [ + "Find", + "the", + "type", + "of", + "contents", + "that", + "are", + "not", + "in", + "the", + "warehouses", + "located", + "at", + "New", + "York", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"New York\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT CONTENTS FROM boxes EXCEPT SELECT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'New York'", + "query_toks": [ + "SELECT", + "CONTENTS", + "FROM", + "boxes", + "EXCEPT", + "SELECT", + "T1.contents", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T2.location", + "=", + "'New", + "York", + "'" + ], + "query_toks_no_value": [ + "select", + "contents", + "from", + "boxes", + "except", + "select", + "t1", + ".", + "contents", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "What types of contents cannot be found in warehouses in New York?", + "question_toks": [ + "What", + "types", + "of", + "contents", + "can", + "not", + "be", + "found", + "in", + "warehouses", + "in", + "New", + "York", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"New York\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Rocks' EXCEPT SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Scissors'", + "query_toks": [ + "SELECT", + "T2.location", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T1.contents", + "=", + "'Rocks", + "'", + "EXCEPT", + "SELECT", + "T2.location", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T1.contents", + "=", + "'Scissors", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "location", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t1", + ".", + "contents", + "=", + "value", + "except", + "select", + "t2", + ".", + "location", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t1", + ".", + "contents", + "=", + "value" + ], + "question": "Find the location of the warehouses which have contents Rocks but not Scissors.", + "question_toks": [ + "Find", + "the", + "location", + "of", + "the", + "warehouses", + "which", + "have", + "contents", + "Rocks", + "but", + "not", + "Scissors", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Rocks\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Scissors\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Rocks' EXCEPT SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Scissors'", + "query_toks": [ + "SELECT", + "T2.location", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T1.contents", + "=", + "'Rocks", + "'", + "EXCEPT", + "SELECT", + "T2.location", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T1.contents", + "=", + "'Scissors", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "location", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t1", + ".", + "contents", + "=", + "value", + "except", + "select", + "t2", + ".", + "location", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t1", + ".", + "contents", + "=", + "value" + ], + "question": "What are the locations of warehouses that have boxes containing Rocks but not Scissors?", + "question_toks": [ + "What", + "are", + "the", + "locations", + "of", + "warehouses", + "that", + "have", + "boxes", + "containing", + "Rocks", + "but", + "not", + "Scissors", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Rocks\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Scissors\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT DISTINCT warehouse FROM boxes WHERE CONTENTS = 'Rocks' OR CONTENTS = 'Scissors'", + "query_toks": [ + "SELECT", + "DISTINCT", + "warehouse", + "FROM", + "boxes", + "WHERE", + "CONTENTS", + "=", + "'Rocks", + "'", + "OR", + "CONTENTS", + "=", + "'Scissors", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "warehouse", + "from", + "boxes", + "where", + "contents", + "=", + "value", + "or", + "contents", + "=", + "value" + ], + "question": "Find the warehouses which store contents Rocks or Scissors.", + "question_toks": [ + "Find", + "the", + "warehouses", + "which", + "store", + "contents", + "Rocks", + "or", + "Scissors", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Rocks\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Scissors\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT DISTINCT warehouse FROM boxes WHERE CONTENTS = 'Rocks' OR CONTENTS = 'Scissors'", + "query_toks": [ + "SELECT", + "DISTINCT", + "warehouse", + "FROM", + "boxes", + "WHERE", + "CONTENTS", + "=", + "'Rocks", + "'", + "OR", + "CONTENTS", + "=", + "'Scissors", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "warehouse", + "from", + "boxes", + "where", + "contents", + "=", + "value", + "or", + "contents", + "=", + "value" + ], + "question": "What are the distinct warehouses that have boxes with Rocks or Scissors as contents?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "warehouses", + "that", + "have", + "boxes", + "with", + "Rocks", + "or", + "Scissors", + "as", + "contents", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Rocks\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Scissors\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Rocks' INTERSECT SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Scissors'", + "query_toks": [ + "SELECT", + "T2.location", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T1.contents", + "=", + "'Rocks", + "'", + "INTERSECT", + "SELECT", + "T2.location", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T1.contents", + "=", + "'Scissors", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "location", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t1", + ".", + "contents", + "=", + "value", + "intersect", + "select", + "t2", + ".", + "location", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t1", + ".", + "contents", + "=", + "value" + ], + "question": "Find the location of the warehouses which store contents Rocks and Scissors.", + "question_toks": [ + "Find", + "the", + "location", + "of", + "the", + "warehouses", + "which", + "store", + "contents", + "Rocks", + "and", + "Scissors", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Rocks\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Scissors\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Rocks' INTERSECT SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Scissors'", + "query_toks": [ + "SELECT", + "T2.location", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T1.contents", + "=", + "'Rocks", + "'", + "INTERSECT", + "SELECT", + "T2.location", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T1.contents", + "=", + "'Scissors", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "location", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t1", + ".", + "contents", + "=", + "value", + "intersect", + "select", + "t2", + ".", + "location", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t1", + ".", + "contents", + "=", + "value" + ], + "question": "What are the locations of warehouses in which boxes that contain Rocks and Scissors are kept?", + "question_toks": [ + "What", + "are", + "the", + "locations", + "of", + "warehouses", + "in", + "which", + "boxes", + "that", + "contain", + "Rocks", + "and", + "Scissors", + "are", + "kept", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Rocks\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Scissors\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT code , CONTENTS FROM boxes ORDER BY value", + "query_toks": [ + "SELECT", + "code", + ",", + "CONTENTS", + "FROM", + "boxes", + "ORDER", + "BY", + "value" + ], + "query_toks_no_value": [ + "select", + "code", + ",", + "contents", + "from", + "boxes", + "order", + "by", + "value" + ], + "question": "List the code and contents of all boxes sorted by their values.", + "question_toks": [ + "List", + "the", + "code", + "and", + "contents", + "of", + "all", + "boxes", + "sorted", + "by", + "their", + "values", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT code , CONTENTS FROM boxes ORDER BY value", + "query_toks": [ + "SELECT", + "code", + ",", + "CONTENTS", + "FROM", + "boxes", + "ORDER", + "BY", + "value" + ], + "query_toks_no_value": [ + "select", + "code", + ",", + "contents", + "from", + "boxes", + "order", + "by", + "value" + ], + "question": "What are the codes and corresponding contents of all the boxes, ordered by their values?", + "question_toks": [ + "What", + "are", + "the", + "codes", + "and", + "corresponding", + "contents", + "of", + "all", + "the", + "boxes", + ",", + "ordered", + "by", + "their", + "values", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT code , CONTENTS FROM boxes ORDER BY value LIMIT 1", + "query_toks": [ + "SELECT", + "code", + ",", + "CONTENTS", + "FROM", + "boxes", + "ORDER", + "BY", + "value", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "code", + ",", + "contents", + "from", + "boxes", + "order", + "by", + "value", + "limit", + "value" + ], + "question": "Find the code and contents of the box with the lowest value.", + "question_toks": [ + "Find", + "the", + "code", + "and", + "contents", + "of", + "the", + "box", + "with", + "the", + "lowest", + "value", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT code , CONTENTS FROM boxes ORDER BY value LIMIT 1", + "query_toks": [ + "SELECT", + "code", + ",", + "CONTENTS", + "FROM", + "boxes", + "ORDER", + "BY", + "value", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "code", + ",", + "contents", + "from", + "boxes", + "order", + "by", + "value", + "limit", + "value" + ], + "question": "What is the code and contents for the box that has the smallest value?", + "question_toks": [ + "What", + "is", + "the", + "code", + "and", + "contents", + "for", + "the", + "box", + "that", + "has", + "the", + "smallest", + "value", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT DISTINCT CONTENTS FROM boxes WHERE value > (SELECT avg(value) FROM boxes)", + "query_toks": [ + "SELECT", + "DISTINCT", + "CONTENTS", + "FROM", + "boxes", + "WHERE", + "value", + ">", + "(", + "SELECT", + "avg", + "(", + "value", + ")", + "FROM", + "boxes", + ")" + ], + "query_toks_no_value": [ + "select", + "distinct", + "contents", + "from", + "boxes", + "where", + "value", + ">", + "(", + "select", + "avg", + "(", + "value", + ")", + "from", + "boxes", + ")" + ], + "question": "Find the unique contents of all boxes whose value is higher than the average value of all boxes.", + "question_toks": [ + "Find", + "the", + "unique", + "contents", + "of", + "all", + "boxes", + "whose", + "value", + "is", + "higher", + "than", + "the", + "average", + "value", + "of", + "all", + "boxes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT DISTINCT CONTENTS FROM boxes WHERE value > (SELECT avg(value) FROM boxes)", + "query_toks": [ + "SELECT", + "DISTINCT", + "CONTENTS", + "FROM", + "boxes", + "WHERE", + "value", + ">", + "(", + "SELECT", + "avg", + "(", + "value", + ")", + "FROM", + "boxes", + ")" + ], + "query_toks_no_value": [ + "select", + "distinct", + "contents", + "from", + "boxes", + "where", + "value", + ">", + "(", + "select", + "avg", + "(", + "value", + ")", + "from", + "boxes", + ")" + ], + "question": "What are the different contents of boxes for which the value is higher than the average value across all boxes?", + "question_toks": [ + "What", + "are", + "the", + "different", + "contents", + "of", + "boxes", + "for", + "which", + "the", + "value", + "is", + "higher", + "than", + "the", + "average", + "value", + "across", + "all", + "boxes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT DISTINCT CONTENTS FROM boxes ORDER BY CONTENTS", + "query_toks": [ + "SELECT", + "DISTINCT", + "CONTENTS", + "FROM", + "boxes", + "ORDER", + "BY", + "CONTENTS" + ], + "query_toks_no_value": [ + "select", + "distinct", + "contents", + "from", + "boxes", + "order", + "by", + "contents" + ], + "question": "List all different types of contents ordered by contents.", + "question_toks": [ + "List", + "all", + "different", + "types", + "of", + "contents", + "ordered", + "by", + "contents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT DISTINCT CONTENTS FROM boxes ORDER BY CONTENTS", + "query_toks": [ + "SELECT", + "DISTINCT", + "CONTENTS", + "FROM", + "boxes", + "ORDER", + "BY", + "CONTENTS" + ], + "query_toks_no_value": [ + "select", + "distinct", + "contents", + "from", + "boxes", + "order", + "by", + "contents" + ], + "question": "What are the different contents of boxes, ordered alphabetically?", + "question_toks": [ + "What", + "are", + "the", + "different", + "contents", + "of", + "boxes", + ",", + "ordered", + "alphabetically", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT code FROM boxes WHERE value > (SELECT min(value) FROM boxes WHERE CONTENTS = 'Rocks')", + "query_toks": [ + "SELECT", + "code", + "FROM", + "boxes", + "WHERE", + "value", + ">", + "(", + "SELECT", + "min", + "(", + "value", + ")", + "FROM", + "boxes", + "WHERE", + "CONTENTS", + "=", + "'Rocks", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "code", + "from", + "boxes", + "where", + "value", + ">", + "(", + "select", + "min", + "(", + "value", + ")", + "from", + "boxes", + "where", + "contents", + "=", + "value", + ")" + ], + "question": "Find the code of all boxes whose value is higher than the value of any boxes with Rocks as content.", + "question_toks": [ + "Find", + "the", + "code", + "of", + "all", + "boxes", + "whose", + "value", + "is", + "higher", + "than", + "the", + "value", + "of", + "any", + "boxes", + "with", + "Rocks", + "as", + "content", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Rocks\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT code FROM boxes WHERE value > (SELECT min(value) FROM boxes WHERE CONTENTS = 'Rocks')", + "query_toks": [ + "SELECT", + "code", + "FROM", + "boxes", + "WHERE", + "value", + ">", + "(", + "SELECT", + "min", + "(", + "value", + ")", + "FROM", + "boxes", + "WHERE", + "CONTENTS", + "=", + "'Rocks", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "code", + "from", + "boxes", + "where", + "value", + ">", + "(", + "select", + "min", + "(", + "value", + ")", + "from", + "boxes", + "where", + "contents", + "=", + "value", + ")" + ], + "question": "What are the codes of boxes for which the value is greater than the value of any box that contains Rocks?", + "question_toks": [ + "What", + "are", + "the", + "codes", + "of", + "boxes", + "for", + "which", + "the", + "value", + "is", + "greater", + "than", + "the", + "value", + "of", + "any", + "box", + "that", + "contains", + "Rocks", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Rocks\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT code , CONTENTS FROM boxes WHERE value > (SELECT max(value) FROM boxes WHERE CONTENTS = 'Scissors')", + "query_toks": [ + "SELECT", + "code", + ",", + "CONTENTS", + "FROM", + "boxes", + "WHERE", + "value", + ">", + "(", + "SELECT", + "max", + "(", + "value", + ")", + "FROM", + "boxes", + "WHERE", + "CONTENTS", + "=", + "'Scissors", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "code", + ",", + "contents", + "from", + "boxes", + "where", + "value", + ">", + "(", + "select", + "max", + "(", + "value", + ")", + "from", + "boxes", + "where", + "contents", + "=", + "value", + ")" + ], + "question": "Find the code and content of all boxes whose value is higher than the value of all boxes with Scissors as content.", + "question_toks": [ + "Find", + "the", + "code", + "and", + "content", + "of", + "all", + "boxes", + "whose", + "value", + "is", + "higher", + "than", + "the", + "value", + "of", + "all", + "boxes", + "with", + "Scissors", + "as", + "content", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Scissors\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT code , CONTENTS FROM boxes WHERE value > (SELECT max(value) FROM boxes WHERE CONTENTS = 'Scissors')", + "query_toks": [ + "SELECT", + "code", + ",", + "CONTENTS", + "FROM", + "boxes", + "WHERE", + "value", + ">", + "(", + "SELECT", + "max", + "(", + "value", + ")", + "FROM", + "boxes", + "WHERE", + "CONTENTS", + "=", + "'Scissors", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "code", + ",", + "contents", + "from", + "boxes", + "where", + "value", + ">", + "(", + "select", + "max", + "(", + "value", + ")", + "from", + "boxes", + "where", + "contents", + "=", + "value", + ")" + ], + "question": "What are the codes and corresponding contents of boxes for which their value is higher than the values of all boxes containing Scissors?", + "question_toks": [ + "What", + "are", + "the", + "codes", + "and", + "corresponding", + "contents", + "of", + "boxes", + "for", + "which", + "their", + "value", + "is", + "higher", + "than", + "the", + "values", + "of", + "all", + "boxes", + "containing", + "Scissors", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Scissors\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT sum(T1.value) FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code ORDER BY T2.capacity DESC LIMIT 1", + "query_toks": [ + "SELECT", + "sum", + "(", + "T1.value", + ")", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "ORDER", + "BY", + "T2.capacity", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "value", + ")", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "order", + "by", + "t2", + ".", + "capacity", + "desc", + "limit", + "value" + ], + "question": "Find the total value of boxes stored in the warehouse with the largest capacity.", + "question_toks": [ + "Find", + "the", + "total", + "value", + "of", + "boxes", + "stored", + "in", + "the", + "warehouse", + "with", + "the", + "largest", + "capacity", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT sum(T1.value) FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code ORDER BY T2.capacity DESC LIMIT 1", + "query_toks": [ + "SELECT", + "sum", + "(", + "T1.value", + ")", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "ORDER", + "BY", + "T2.capacity", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "value", + ")", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "order", + "by", + "t2", + ".", + "capacity", + "desc", + "limit", + "value" + ], + "question": "What is the total value of boxes kept in the warehouse with the greatest capacity?", + "question_toks": [ + "What", + "is", + "the", + "total", + "value", + "of", + "boxes", + "kept", + "in", + "the", + "warehouse", + "with", + "the", + "greatest", + "capacity", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT warehouse , avg(value) FROM boxes GROUP BY warehouse HAVING avg(value) > 150", + "query_toks": [ + "SELECT", + "warehouse", + ",", + "avg", + "(", + "value", + ")", + "FROM", + "boxes", + "GROUP", + "BY", + "warehouse", + "HAVING", + "avg", + "(", + "value", + ")", + ">", + "150" + ], + "query_toks_no_value": [ + "select", + "warehouse", + ",", + "avg", + "(", + "value", + ")", + "from", + "boxes", + "group", + "by", + "warehouse", + "having", + "avg", + "(", + "value", + ")", + ">", + "value" + ], + "question": "Select the warehouse code and the average value of the boxes only for those warehouses where the average value of the boxes is greater than 150.", + "question_toks": [ + "Select", + "the", + "warehouse", + "code", + "and", + "the", + "average", + "value", + "of", + "the", + "boxes", + "only", + "for", + "those", + "warehouses", + "where", + "the", + "average", + "value", + "of", + "the", + "boxes", + "is", + "greater", + "than", + "150", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 5, + 6, + false + ], + null + ], + 150.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT warehouse , avg(value) FROM boxes GROUP BY warehouse HAVING avg(value) > 150", + "query_toks": [ + "SELECT", + "warehouse", + ",", + "avg", + "(", + "value", + ")", + "FROM", + "boxes", + "GROUP", + "BY", + "warehouse", + "HAVING", + "avg", + "(", + "value", + ")", + ">", + "150" + ], + "query_toks_no_value": [ + "select", + "warehouse", + ",", + "avg", + "(", + "value", + ")", + "from", + "boxes", + "group", + "by", + "warehouse", + "having", + "avg", + "(", + "value", + ")", + ">", + "value" + ], + "question": "What are the average values of boxes for each warehouse than has an average value greater than 150?", + "question_toks": [ + "What", + "are", + "the", + "average", + "values", + "of", + "boxes", + "for", + "each", + "warehouse", + "than", + "has", + "an", + "average", + "value", + "greater", + "than", + "150", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 5, + 6, + false + ], + null + ], + 150.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT sum(value) , count(*) , CONTENTS FROM boxes GROUP BY CONTENTS", + "query_toks": [ + "SELECT", + "sum", + "(", + "value", + ")", + ",", + "count", + "(", + "*", + ")", + ",", + "CONTENTS", + "FROM", + "boxes", + "GROUP", + "BY", + "CONTENTS" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "value", + ")", + ",", + "count", + "(", + "*", + ")", + ",", + "contents", + "from", + "boxes", + "group", + "by", + "contents" + ], + "question": "Find the total value and number of boxes for each content type.", + "question_toks": [ + "Find", + "the", + "total", + "value", + "and", + "number", + "of", + "boxes", + "for", + "each", + "content", + "type", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT sum(value) , count(*) , CONTENTS FROM boxes GROUP BY CONTENTS", + "query_toks": [ + "SELECT", + "sum", + "(", + "value", + ")", + ",", + "count", + "(", + "*", + ")", + ",", + "CONTENTS", + "FROM", + "boxes", + "GROUP", + "BY", + "CONTENTS" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "value", + ")", + ",", + "count", + "(", + "*", + ")", + ",", + "contents", + "from", + "boxes", + "group", + "by", + "contents" + ], + "question": "For each content, what is the total value and number of boxes?", + "question_toks": [ + "For", + "each", + "content", + ",", + "what", + "is", + "the", + "total", + "value", + "and", + "number", + "of", + "boxes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT sum(capacity) , avg(capacity) , max(capacity) , LOCATION FROM warehouses GROUP BY LOCATION", + "query_toks": [ + "SELECT", + "sum", + "(", + "capacity", + ")", + ",", + "avg", + "(", + "capacity", + ")", + ",", + "max", + "(", + "capacity", + ")", + ",", + "LOCATION", + "FROM", + "warehouses", + "GROUP", + "BY", + "LOCATION" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "capacity", + ")", + ",", + "avg", + "(", + "capacity", + ")", + ",", + "max", + "(", + "capacity", + ")", + ",", + "location", + "from", + "warehouses", + "group", + "by", + "location" + ], + "question": "Find the total, average, and maximum capacity for different locations.", + "question_toks": [ + "Find", + "the", + "total", + ",", + "average", + ",", + "and", + "maximum", + "capacity", + "for", + "different", + "locations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT sum(capacity) , avg(capacity) , max(capacity) , LOCATION FROM warehouses GROUP BY LOCATION", + "query_toks": [ + "SELECT", + "sum", + "(", + "capacity", + ")", + ",", + "avg", + "(", + "capacity", + ")", + ",", + "max", + "(", + "capacity", + ")", + ",", + "LOCATION", + "FROM", + "warehouses", + "GROUP", + "BY", + "LOCATION" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "capacity", + ")", + ",", + "avg", + "(", + "capacity", + ")", + ",", + "max", + "(", + "capacity", + ")", + ",", + "location", + "from", + "warehouses", + "group", + "by", + "location" + ], + "question": "For each location, what are the total, average, and maximum capacities of warehouses?", + "question_toks": [ + "For", + "each", + "location", + ",", + "what", + "are", + "the", + "total", + ",", + "average", + ",", + "and", + "maximum", + "capacities", + "of", + "warehouses", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT sum(capacity) FROM warehouses", + "query_toks": [ + "SELECT", + "sum", + "(", + "capacity", + ")", + "FROM", + "warehouses" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "capacity", + ")", + "from", + "warehouses" + ], + "question": "Find the total capacity of all warehouse locations.", + "question_toks": [ + "Find", + "the", + "total", + "capacity", + "of", + "all", + "warehouse", + "locations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT sum(capacity) FROM warehouses", + "query_toks": [ + "SELECT", + "sum", + "(", + "capacity", + ")", + "FROM", + "warehouses" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "capacity", + ")", + "from", + "warehouses" + ], + "question": "What is the total capacity of all warehouses?", + "question_toks": [ + "What", + "is", + "the", + "total", + "capacity", + "of", + "all", + "warehouses", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT max(T1.value) , T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code GROUP BY T2.location", + "query_toks": [ + "SELECT", + "max", + "(", + "T1.value", + ")", + ",", + "T2.location", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "GROUP", + "BY", + "T2.location" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "t1", + ".", + "value", + ")", + ",", + "t2", + ".", + "location", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "group", + "by", + "t2", + ".", + "location" + ], + "question": "Find the value of the most expensive boxes saved in each warehouse location.", + "question_toks": [ + "Find", + "the", + "value", + "of", + "the", + "most", + "expensive", + "boxes", + "saved", + "in", + "each", + "warehouse", + "location", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT max(T1.value) , T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code GROUP BY T2.location", + "query_toks": [ + "SELECT", + "max", + "(", + "T1.value", + ")", + ",", + "T2.location", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "GROUP", + "BY", + "T2.location" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "t1", + ".", + "value", + ")", + ",", + "t2", + ".", + "location", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "group", + "by", + "t2", + ".", + "location" + ], + "question": "For each warehouse location, what is the value of the most expensive box?", + "question_toks": [ + "For", + "each", + "warehouse", + "location", + ",", + "what", + "is", + "the", + "value", + "of", + "the", + "most", + "expensive", + "box", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT Warehouse , count(*) FROM boxes GROUP BY warehouse", + "query_toks": [ + "SELECT", + "Warehouse", + ",", + "count", + "(", + "*", + ")", + "FROM", + "boxes", + "GROUP", + "BY", + "warehouse" + ], + "query_toks_no_value": [ + "select", + "warehouse", + ",", + "count", + "(", + "*", + ")", + "from", + "boxes", + "group", + "by", + "warehouse" + ], + "question": "Select the warehouse codes along with the number of boxes in each warehouse.", + "question_toks": [ + "Select", + "the", + "warehouse", + "codes", + "along", + "with", + "the", + "number", + "of", + "boxes", + "in", + "each", + "warehouse", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "select warehouse , count(*) from boxes group by warehouse", + "query_toks": [ + "select", + "warehouse", + ",", + "count", + "(", + "*", + ")", + "from", + "boxes", + "group", + "by", + "warehouse" + ], + "query_toks_no_value": [ + "select", + "warehouse", + ",", + "count", + "(", + "*", + ")", + "from", + "boxes", + "group", + "by", + "warehouse" + ], + "question": "How many boxes are there with each warehouse ?", + "question_toks": [ + "How", + "many", + "boxes", + "are", + "there", + "with", + "each", + "warehouse", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT count(DISTINCT LOCATION) FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Rocks'", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "LOCATION", + ")", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T1.contents", + "=", + "'Rocks", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "location", + ")", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t1", + ".", + "contents", + "=", + "value" + ], + "question": "Find the number of different locations where Rocks are stored.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "different", + "locations", + "where", + "Rocks", + "are", + "stored", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 2, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Rocks\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT count(DISTINCT LOCATION) FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Rocks'", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "LOCATION", + ")", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T1.contents", + "=", + "'Rocks", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "location", + ")", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t1", + ".", + "contents", + "=", + "value" + ], + "question": "In how many different warehouses are Rocks stored within boxes?", + "question_toks": [ + "In", + "how", + "many", + "different", + "warehouses", + "are", + "Rocks", + "stored", + "within", + "boxes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 2, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Rocks\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT T1.code , T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.Warehouse = T2.Code", + "query_toks": [ + "SELECT", + "T1.code", + ",", + "T2.location", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.Warehouse", + "=", + "T2.Code" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "code", + ",", + "t2", + ".", + "location", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code" + ], + "question": "Select the code of each box, along with the name of the city the box is located in.", + "question_toks": [ + "Select", + "the", + "code", + "of", + "each", + "box", + ",", + "along", + "with", + "the", + "name", + "of", + "the", + "city", + "the", + "box", + "is", + "located", + "in", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT T1.code , T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.Warehouse = T2.Code", + "query_toks": [ + "SELECT", + "T1.code", + ",", + "T2.location", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "warehouses", + "AS", + "T2", + "ON", + "T1.Warehouse", + "=", + "T2.Code" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "code", + ",", + "t2", + ".", + "location", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code" + ], + "question": "What are the codes of all boxes, as well as the locations of the warehouses they are in?", + "question_toks": [ + "What", + "are", + "the", + "codes", + "of", + "all", + "boxes", + ",", + "as", + "well", + "as", + "the", + "locations", + "of", + "the", + "warehouses", + "they", + "are", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT T1.code FROM boxes AS T1 JOIN Warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago'", + "query_toks": [ + "SELECT", + "T1.code", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "Warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T2.location", + "=", + "'Chicago", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "code", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "Select the codes of all the boxes located in Chicago.", + "question_toks": [ + "Select", + "the", + "codes", + "of", + "all", + "the", + "boxes", + "located", + "in", + "Chicago", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Chicago\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT T1.code FROM boxes AS T1 JOIN Warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago'", + "query_toks": [ + "SELECT", + "T1.code", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "Warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T2.location", + "=", + "'Chicago", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "code", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t2", + ".", + "location", + "=", + "value" + ], + "question": "What are the codes of boxes stored in warehouses in Chicago?", + "question_toks": [ + "What", + "are", + "the", + "codes", + "of", + "boxes", + "stored", + "in", + "warehouses", + "in", + "Chicago", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Chicago\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT count(*) , warehouse FROM boxes GROUP BY warehouse", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "warehouse", + "FROM", + "boxes", + "GROUP", + "BY", + "warehouse" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "warehouse", + "from", + "boxes", + "group", + "by", + "warehouse" + ], + "question": "Find the number of boxes saved in each warehouse.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "boxes", + "saved", + "in", + "each", + "warehouse", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT count(*) , warehouse FROM boxes GROUP BY warehouse", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "warehouse", + "FROM", + "boxes", + "GROUP", + "BY", + "warehouse" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "warehouse", + "from", + "boxes", + "group", + "by", + "warehouse" + ], + "question": "How many boxes are stored in each warehouse?", + "question_toks": [ + "How", + "many", + "boxes", + "are", + "stored", + "in", + "each", + "warehouse", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT count(DISTINCT CONTENTS) , warehouse FROM boxes GROUP BY warehouse", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "CONTENTS", + ")", + ",", + "warehouse", + "FROM", + "boxes", + "GROUP", + "BY", + "warehouse" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "contents", + ")", + ",", + "warehouse", + "from", + "boxes", + "group", + "by", + "warehouse" + ], + "question": "Find the number of distinct types of contents in each warehouse.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "distinct", + "types", + "of", + "contents", + "in", + "each", + "warehouse", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 5, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT count(DISTINCT CONTENTS) , warehouse FROM boxes GROUP BY warehouse", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "CONTENTS", + ")", + ",", + "warehouse", + "FROM", + "boxes", + "GROUP", + "BY", + "warehouse" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "contents", + ")", + ",", + "warehouse", + "from", + "boxes", + "group", + "by", + "warehouse" + ], + "question": "How many different types of contents are stored in each warehouse?", + "question_toks": [ + "How", + "many", + "different", + "types", + "of", + "contents", + "are", + "stored", + "in", + "each", + "warehouse", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 5, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT T2.code FROM boxes AS T1 JOIN Warehouses AS T2 ON T1.warehouse = T2.code GROUP BY T2.code HAVING count(*) > T2.capacity", + "query_toks": [ + "SELECT", + "T2.code", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "Warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "GROUP", + "BY", + "T2.code", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "T2.capacity" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "code", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "group", + "by", + "t2", + ".", + "code", + "having", + "count", + "(", + "*", + ")", + ">", + "t2", + ".", + "capacity" + ], + "question": "Select the codes of all warehouses that are above capacity.", + "question_toks": [ + "Select", + "the", + "codes", + "of", + "all", + "warehouses", + "that", + "are", + "above", + "capacity", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT T2.code FROM boxes AS T1 JOIN Warehouses AS T2 ON T1.warehouse = T2.code GROUP BY T2.code HAVING count(*) > T2.capacity", + "query_toks": [ + "SELECT", + "T2.code", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "Warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "GROUP", + "BY", + "T2.code", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "T2.capacity" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "code", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "group", + "by", + "t2", + ".", + "code", + "having", + "count", + "(", + "*", + ")", + ">", + "t2", + ".", + "capacity" + ], + "question": "What are the codes of warehouses that have more boxes than their capacity?", + "question_toks": [ + "What", + "are", + "the", + "codes", + "of", + "warehouses", + "that", + "have", + "more", + "boxes", + "than", + "their", + "capacity", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT sum(T1.value) FROM boxes AS T1 JOIN Warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location != 'Chicago'", + "query_toks": [ + "SELECT", + "sum", + "(", + "T1.value", + ")", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "Warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T2.location", + "!", + "=", + "'Chicago", + "'" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "value", + ")", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t2", + ".", + "location", + "!", + "=", + "value" + ], + "question": "Find the total values of boxes that are not in the warehouses located at Chicago.", + "question_toks": [ + "Find", + "the", + "total", + "values", + "of", + "boxes", + "that", + "are", + "not", + "in", + "the", + "warehouses", + "located", + "at", + "Chicago", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Chicago\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "warehouse_1", + "query": "SELECT sum(T1.value) FROM boxes AS T1 JOIN Warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location != 'Chicago'", + "query_toks": [ + "SELECT", + "sum", + "(", + "T1.value", + ")", + "FROM", + "boxes", + "AS", + "T1", + "JOIN", + "Warehouses", + "AS", + "T2", + "ON", + "T1.warehouse", + "=", + "T2.code", + "WHERE", + "T2.location", + "!", + "=", + "'Chicago", + "'" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "value", + ")", + "from", + "boxes", + "as", + "t1", + "join", + "warehouses", + "as", + "t2", + "on", + "t1", + ".", + "warehouse", + "=", + "t2", + ".", + "code", + "where", + "t2", + ".", + "location", + "!", + "=", + "value" + ], + "question": "What is the total value of boxes contained in any location but Chicago?", + "question_toks": [ + "What", + "is", + "the", + "total", + "value", + "of", + "boxes", + "contained", + "in", + "any", + "location", + "but", + "Chicago", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Chicago\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT university_name , city , state FROM University ORDER BY university_name", + "query_toks": [ + "SELECT", + "university_name", + ",", + "city", + ",", + "state", + "FROM", + "University", + "ORDER", + "BY", + "university_name" + ], + "query_toks_no_value": [ + "select", + "university_name", + ",", + "city", + ",", + "state", + "from", + "university", + "order", + "by", + "university_name" + ], + "question": "Show name, city, and state for all universities in alphabetical order of university name.", + "question_toks": [ + "Show", + "name", + ",", + "city", + ",", + "and", + "state", + "for", + "all", + "universities", + "in", + "alphabetical", + "order", + "of", + "university", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT university_name , city , state FROM University ORDER BY university_name", + "query_toks": [ + "SELECT", + "university_name", + ",", + "city", + ",", + "state", + "FROM", + "University", + "ORDER", + "BY", + "university_name" + ], + "query_toks_no_value": [ + "select", + "university_name", + ",", + "city", + ",", + "state", + "from", + "university", + "order", + "by", + "university_name" + ], + "question": "What are the names, cities, and states of all universities in alphabetical order (by name of the university).", + "question_toks": [ + "What", + "are", + "the", + "names", + ",", + "cities", + ",", + "and", + "states", + "of", + "all", + "universities", + "in", + "alphabetical", + "order", + "(", + "by", + "name", + "of", + "the", + "university", + ")", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT count(*) FROM University WHERE state = 'Illinois' OR state = 'Ohio'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "University", + "WHERE", + "state", + "=", + "'Illinois", + "'", + "OR", + "state", + "=", + "'Ohio", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "university", + "where", + "state", + "=", + "value", + "or", + "state", + "=", + "value" + ], + "question": "How many universities are in Illinois or Ohio?", + "question_toks": [ + "How", + "many", + "universities", + "are", + "in", + "Illinois", + "or", + "Ohio", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Illinois\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT count(*) FROM University WHERE state = 'Illinois' OR state = 'Ohio'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "University", + "WHERE", + "state", + "=", + "'Illinois", + "'", + "OR", + "state", + "=", + "'Ohio", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "university", + "where", + "state", + "=", + "value", + "or", + "state", + "=", + "value" + ], + "question": "What is the total number of universities located in Illinois or Ohio?", + "question_toks": [ + "What", + "is", + "the", + "total", + "number", + "of", + "universities", + "located", + "in", + "Illinois", + "or", + "Ohio", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Illinois\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT max(enrollment) , avg(enrollment) , min(enrollment) FROM University", + "query_toks": [ + "SELECT", + "max", + "(", + "enrollment", + ")", + ",", + "avg", + "(", + "enrollment", + ")", + ",", + "min", + "(", + "enrollment", + ")", + "FROM", + "University" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "enrollment", + ")", + ",", + "avg", + "(", + "enrollment", + ")", + ",", + "min", + "(", + "enrollment", + ")", + "from", + "university" + ], + "question": "What is the maximum, average, and minimum enrollment for universities?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + ",", + "average", + ",", + "and", + "minimum", + "enrollment", + "for", + "universities", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT max(enrollment) , avg(enrollment) , min(enrollment) FROM University", + "query_toks": [ + "SELECT", + "max", + "(", + "enrollment", + ")", + ",", + "avg", + "(", + "enrollment", + ")", + ",", + "min", + "(", + "enrollment", + ")", + "FROM", + "University" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "enrollment", + ")", + ",", + "avg", + "(", + "enrollment", + ")", + ",", + "min", + "(", + "enrollment", + ")", + "from", + "university" + ], + "question": "What is the maximum, average, and minimum enrollment for all universities?", + "question_toks": [ + "What", + "is", + "the", + "maximum", + ",", + "average", + ",", + "and", + "minimum", + "enrollment", + "for", + "all", + "universities", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT team_name FROM University WHERE enrollment > (SELECT avg(enrollment) FROM University)", + "query_toks": [ + "SELECT", + "team_name", + "FROM", + "University", + "WHERE", + "enrollment", + ">", + "(", + "SELECT", + "avg", + "(", + "enrollment", + ")", + "FROM", + "University", + ")" + ], + "query_toks_no_value": [ + "select", + "team_name", + "from", + "university", + "where", + "enrollment", + ">", + "(", + "select", + "avg", + "(", + "enrollment", + ")", + "from", + "university", + ")" + ], + "question": "List team name for all universities with enrollments above the average.", + "question_toks": [ + "List", + "team", + "name", + "for", + "all", + "universities", + "with", + "enrollments", + "above", + "the", + "average", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "select team_name from university where enrollment > (select avg(enrollment) from university)", + "query_toks": [ + "select", + "team_name", + "from", + "university", + "where", + "enrollment", + ">", + "(", + "select", + "avg", + "(", + "enrollment", + ")", + "from", + "university", + ")" + ], + "query_toks_no_value": [ + "select", + "team_name", + "from", + "university", + "where", + "enrollment", + ">", + "(", + "select", + "avg", + "(", + "enrollment", + ")", + "from", + "university", + ")" + ], + "question": "What are the names of all teams from universities that have more people enrolled than average ?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "teams", + "from", + "universities", + "that", + "have", + "more", + "people", + "enrolled", + "than", + "average", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT DISTINCT home_conference FROM University", + "query_toks": [ + "SELECT", + "DISTINCT", + "home_conference", + "FROM", + "University" + ], + "query_toks_no_value": [ + "select", + "distinct", + "home_conference", + "from", + "university" + ], + "question": "Show all home conferences.", + "question_toks": [ + "Show", + "all", + "home", + "conferences", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT DISTINCT home_conference FROM University", + "query_toks": [ + "SELECT", + "DISTINCT", + "home_conference", + "FROM", + "University" + ], + "query_toks_no_value": [ + "select", + "distinct", + "home_conference", + "from", + "university" + ], + "question": "What are the different home conferences from the university table?", + "question_toks": [ + "What", + "are", + "the", + "different", + "home", + "conferences", + "from", + "the", + "university", + "table", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT home_conference , count(*) FROM University GROUP BY home_conference", + "query_toks": [ + "SELECT", + "home_conference", + ",", + "count", + "(", + "*", + ")", + "FROM", + "University", + "GROUP", + "BY", + "home_conference" + ], + "query_toks_no_value": [ + "select", + "home_conference", + ",", + "count", + "(", + "*", + ")", + "from", + "university", + "group", + "by", + "home_conference" + ], + "question": "Show all home conferences and the number of universities in each conference.", + "question_toks": [ + "Show", + "all", + "home", + "conferences", + "and", + "the", + "number", + "of", + "universities", + "in", + "each", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT home_conference , count(*) FROM University GROUP BY home_conference", + "query_toks": [ + "SELECT", + "home_conference", + ",", + "count", + "(", + "*", + ")", + "FROM", + "University", + "GROUP", + "BY", + "home_conference" + ], + "query_toks_no_value": [ + "select", + "home_conference", + ",", + "count", + "(", + "*", + ")", + "from", + "university", + "group", + "by", + "home_conference" + ], + "question": "For every home conference, how many universities attended that conference?", + "question_toks": [ + "For", + "every", + "home", + "conference", + ",", + "how", + "many", + "universities", + "attended", + "that", + "conference", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT state FROM University GROUP BY state ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "state", + "FROM", + "University", + "GROUP", + "BY", + "state", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "state", + "from", + "university", + "group", + "by", + "state", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which state has most number of universities?", + "question_toks": [ + "Which", + "state", + "has", + "most", + "number", + "of", + "universities", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT state FROM University GROUP BY state ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "state", + "FROM", + "University", + "GROUP", + "BY", + "state", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "state", + "from", + "university", + "group", + "by", + "state", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the state with the most universities?", + "question_toks": [ + "What", + "is", + "the", + "state", + "with", + "the", + "most", + "universities", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT home_conference FROM University GROUP BY home_conference HAVING avg(enrollment) > 2000", + "query_toks": [ + "SELECT", + "home_conference", + "FROM", + "University", + "GROUP", + "BY", + "home_conference", + "HAVING", + "avg", + "(", + "enrollment", + ")", + ">", + "2000" + ], + "query_toks_no_value": [ + "select", + "home_conference", + "from", + "university", + "group", + "by", + "home_conference", + "having", + "avg", + "(", + "enrollment", + ")", + ">", + "value" + ], + "question": "Show all home conferences with average enrollment of universities above 2000.", + "question_toks": [ + "Show", + "all", + "home", + "conferences", + "with", + "average", + "enrollment", + "of", + "universities", + "above", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 5, + 7, + false + ], + null + ], + 2000.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT home_conference FROM University GROUP BY home_conference HAVING avg(enrollment) > 2000", + "query_toks": [ + "SELECT", + "home_conference", + "FROM", + "University", + "GROUP", + "BY", + "home_conference", + "HAVING", + "avg", + "(", + "enrollment", + ")", + ">", + "2000" + ], + "query_toks_no_value": [ + "select", + "home_conference", + "from", + "university", + "group", + "by", + "home_conference", + "having", + "avg", + "(", + "enrollment", + ")", + ">", + "value" + ], + "question": "What are the home conferences that have an average university enrollment above 2000?", + "question_toks": [ + "What", + "are", + "the", + "home", + "conferences", + "that", + "have", + "an", + "average", + "university", + "enrollment", + "above", + "2000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 5, + 7, + false + ], + null + ], + 2000.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT home_conference FROM University GROUP BY home_conference ORDER BY sum(enrollment) LIMIT 1", + "query_toks": [ + "SELECT", + "home_conference", + "FROM", + "University", + "GROUP", + "BY", + "home_conference", + "ORDER", + "BY", + "sum", + "(", + "enrollment", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "home_conference", + "from", + "university", + "group", + "by", + "home_conference", + "order", + "by", + "sum", + "(", + "enrollment", + ")", + "limit", + "value" + ], + "question": "Which conference has the least number of total enrollment?", + "question_toks": [ + "Which", + "conference", + "has", + "the", + "least", + "number", + "of", + "total", + "enrollment", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 4, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT home_conference FROM University GROUP BY home_conference ORDER BY sum(enrollment) LIMIT 1", + "query_toks": [ + "SELECT", + "home_conference", + "FROM", + "University", + "GROUP", + "BY", + "home_conference", + "ORDER", + "BY", + "sum", + "(", + "enrollment", + ")", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "home_conference", + "from", + "university", + "group", + "by", + "home_conference", + "order", + "by", + "sum", + "(", + "enrollment", + ")", + "limit", + "value" + ], + "question": "What are the home conferences with the fewest number of people enrolled?", + "question_toks": [ + "What", + "are", + "the", + "home", + "conferences", + "with", + "the", + "fewest", + "number", + "of", + "people", + "enrolled", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 4, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT major_name , major_code FROM Major ORDER BY major_code", + "query_toks": [ + "SELECT", + "major_name", + ",", + "major_code", + "FROM", + "Major", + "ORDER", + "BY", + "major_code" + ], + "query_toks_no_value": [ + "select", + "major_name", + ",", + "major_code", + "from", + "major", + "order", + "by", + "major_code" + ], + "question": "List all major name and major code in the order of their major code", + "question_toks": [ + "List", + "all", + "major", + "name", + "and", + "major", + "code", + "in", + "the", + "order", + "of", + "their", + "major", + "code" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT major_name , major_code FROM Major ORDER BY major_code", + "query_toks": [ + "SELECT", + "major_name", + ",", + "major_code", + "FROM", + "Major", + "ORDER", + "BY", + "major_code" + ], + "query_toks_no_value": [ + "select", + "major_name", + ",", + "major_code", + "from", + "major", + "order", + "by", + "major_code" + ], + "question": "What are the names and codes for all majors ordered by their code?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "codes", + "for", + "all", + "majors", + "ordered", + "by", + "their", + "code", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T1.rank , T3.major_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T2.university_name = 'Augustana College'", + "query_toks": [ + "SELECT", + "T1.rank", + ",", + "T3.major_name", + "FROM", + "Major_Ranking", + "AS", + "T1", + "JOIN", + "University", + "AS", + "T2", + "JOIN", + "Major", + "AS", + "T3", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "AND", + "T1.major_id", + "=", + "T3.major_id", + "WHERE", + "T2.university_name", + "=", + "'Augustana", + "College", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "rank", + ",", + "t3", + ".", + "major_name", + "from", + "major_ranking", + "as", + "t1", + "join", + "university", + "as", + "t2", + "join", + "major", + "as", + "t3", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "and", + "t1", + ".", + "major_id", + "=", + "t3", + ".", + "major_id", + "where", + "t2", + ".", + "university_name", + "=", + "value" + ], + "question": "Show all majors and major ranks for the university with name Augustana College.", + "question_toks": [ + "Show", + "all", + "majors", + "and", + "major", + "ranks", + "for", + "the", + "university", + "with", + "name", + "Augustana", + "College", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Augustana College\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T1.rank , T3.major_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T2.university_name = 'Augustana College'", + "query_toks": [ + "SELECT", + "T1.rank", + ",", + "T3.major_name", + "FROM", + "Major_Ranking", + "AS", + "T1", + "JOIN", + "University", + "AS", + "T2", + "JOIN", + "Major", + "AS", + "T3", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "AND", + "T1.major_id", + "=", + "T3.major_id", + "WHERE", + "T2.university_name", + "=", + "'Augustana", + "College", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "rank", + ",", + "t3", + ".", + "major_name", + "from", + "major_ranking", + "as", + "t1", + "join", + "university", + "as", + "t2", + "join", + "major", + "as", + "t3", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "and", + "t1", + ".", + "major_id", + "=", + "t3", + ".", + "major_id", + "where", + "t2", + ".", + "university_name", + "=", + "value" + ], + "question": "What are the ranks and names of all majors at Augustana College?", + "question_toks": [ + "What", + "are", + "the", + "ranks", + "and", + "names", + "of", + "all", + "majors", + "at", + "Augustana", + "College", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Augustana College\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T2.university_name , T2.city , T2.state FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T1.rank = 1 AND T3.major_name = 'Accounting'", + "query_toks": [ + "SELECT", + "T2.university_name", + ",", + "T2.city", + ",", + "T2.state", + "FROM", + "Major_Ranking", + "AS", + "T1", + "JOIN", + "University", + "AS", + "T2", + "JOIN", + "Major", + "AS", + "T3", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "AND", + "T1.major_id", + "=", + "T3.major_id", + "WHERE", + "T1.rank", + "=", + "1", + "AND", + "T3.major_name", + "=", + "'Accounting", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "university_name", + ",", + "t2", + ".", + "city", + ",", + "t2", + ".", + "state", + "from", + "major_ranking", + "as", + "t1", + "join", + "university", + "as", + "t2", + "join", + "major", + "as", + "t3", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "and", + "t1", + ".", + "major_id", + "=", + "t3", + ".", + "major_id", + "where", + "t1", + ".", + "rank", + "=", + "value", + "and", + "t3", + ".", + "major_name", + "=", + "value" + ], + "question": "What is the name, city, state of the university with a rank 1 on Accounting major?", + "question_toks": [ + "What", + "is", + "the", + "name", + ",", + "city", + ",", + "state", + "of", + "the", + "university", + "with", + "a", + "rank", + "1", + "on", + "Accounting", + "major", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 1.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Accounting\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T2.university_name , T2.city , T2.state FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T1.rank = 1 AND T3.major_name = 'Accounting'", + "query_toks": [ + "SELECT", + "T2.university_name", + ",", + "T2.city", + ",", + "T2.state", + "FROM", + "Major_Ranking", + "AS", + "T1", + "JOIN", + "University", + "AS", + "T2", + "JOIN", + "Major", + "AS", + "T3", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "AND", + "T1.major_id", + "=", + "T3.major_id", + "WHERE", + "T1.rank", + "=", + "1", + "AND", + "T3.major_name", + "=", + "'Accounting", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "university_name", + ",", + "t2", + ".", + "city", + ",", + "t2", + ".", + "state", + "from", + "major_ranking", + "as", + "t1", + "join", + "university", + "as", + "t2", + "join", + "major", + "as", + "t3", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "and", + "t1", + ".", + "major_id", + "=", + "t3", + ".", + "major_id", + "where", + "t1", + ".", + "rank", + "=", + "value", + "and", + "t3", + ".", + "major_name", + "=", + "value" + ], + "question": "What is the name, city, and state of the university with number 1 ranked Accounting major?", + "question_toks": [ + "What", + "is", + "the", + "name", + ",", + "city", + ",", + "and", + "state", + "of", + "the", + "university", + "with", + "number", + "1", + "ranked", + "Accounting", + "major", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 1.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Accounting\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 ON T1.university_id = T2.university_id WHERE T1.rank = 1 GROUP BY T2.university_name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.university_name", + "FROM", + "Major_Ranking", + "AS", + "T1", + "JOIN", + "University", + "AS", + "T2", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "WHERE", + "T1.rank", + "=", + "1", + "GROUP", + "BY", + "T2.university_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "university_name", + "from", + "major_ranking", + "as", + "t1", + "join", + "university", + "as", + "t2", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "where", + "t1", + ".", + "rank", + "=", + "value", + "group", + "by", + "t2", + ".", + "university_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the university that has most number of majors with rank 1?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "university", + "that", + "has", + "most", + "number", + "of", + "majors", + "with", + "rank", + "1", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 ON T1.university_id = T2.university_id WHERE T1.rank = 1 GROUP BY T2.university_name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.university_name", + "FROM", + "Major_Ranking", + "AS", + "T1", + "JOIN", + "University", + "AS", + "T2", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "WHERE", + "T1.rank", + "=", + "1", + "GROUP", + "BY", + "T2.university_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "university_name", + "from", + "major_ranking", + "as", + "t1", + "join", + "university", + "as", + "t2", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "where", + "t1", + ".", + "rank", + "=", + "value", + "group", + "by", + "t2", + ".", + "university_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the university with the most majors ranked number 1?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "university", + "with", + "the", + "most", + "majors", + "ranked", + "number", + "1", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT university_name FROM University EXCEPT SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 ON T1.university_id = T2.university_id WHERE T1.rank = 1", + "query_toks": [ + "SELECT", + "university_name", + "FROM", + "University", + "EXCEPT", + "SELECT", + "T2.university_name", + "FROM", + "Major_Ranking", + "AS", + "T1", + "JOIN", + "University", + "AS", + "T2", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "WHERE", + "T1.rank", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "university_name", + "from", + "university", + "except", + "select", + "t2", + ".", + "university_name", + "from", + "major_ranking", + "as", + "t1", + "join", + "university", + "as", + "t2", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "where", + "t1", + ".", + "rank", + "=", + "value" + ], + "question": "Show all university names without a major with rank 1?", + "question_toks": [ + "Show", + "all", + "university", + "names", + "without", + "a", + "major", + "with", + "rank", + "1", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "university_rank", + "query": "SELECT university_name FROM University EXCEPT SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 ON T1.university_id = T2.university_id WHERE T1.rank = 1", + "query_toks": [ + "SELECT", + "university_name", + "FROM", + "University", + "EXCEPT", + "SELECT", + "T2.university_name", + "FROM", + "Major_Ranking", + "AS", + "T1", + "JOIN", + "University", + "AS", + "T2", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "WHERE", + "T1.rank", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "university_name", + "from", + "university", + "except", + "select", + "t2", + ".", + "university_name", + "from", + "major_ranking", + "as", + "t1", + "join", + "university", + "as", + "t2", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "where", + "t1", + ".", + "rank", + "=", + "value" + ], + "question": "What are the names of all universities without any majors ranked number 1?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "universities", + "without", + "any", + "majors", + "ranked", + "number", + "1", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "university_rank", + "query": "SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T3.major_name = 'Accounting' INTERSECT SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T3.major_name = 'Urban Education'", + "query_toks": [ + "SELECT", + "T2.university_name", + "FROM", + "Major_Ranking", + "AS", + "T1", + "JOIN", + "University", + "AS", + "T2", + "JOIN", + "Major", + "AS", + "T3", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "AND", + "T1.major_id", + "=", + "T3.major_id", + "WHERE", + "T3.major_name", + "=", + "'Accounting", + "'", + "INTERSECT", + "SELECT", + "T2.university_name", + "FROM", + "Major_Ranking", + "AS", + "T1", + "JOIN", + "University", + "AS", + "T2", + "JOIN", + "Major", + "AS", + "T3", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "AND", + "T1.major_id", + "=", + "T3.major_id", + "WHERE", + "T3.major_name", + "=", + "'Urban", + "Education", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "university_name", + "from", + "major_ranking", + "as", + "t1", + "join", + "university", + "as", + "t2", + "join", + "major", + "as", + "t3", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "and", + "t1", + ".", + "major_id", + "=", + "t3", + ".", + "major_id", + "where", + "t3", + ".", + "major_name", + "=", + "value", + "intersect", + "select", + "t2", + ".", + "university_name", + "from", + "major_ranking", + "as", + "t1", + "join", + "university", + "as", + "t2", + "join", + "major", + "as", + "t3", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "and", + "t1", + ".", + "major_id", + "=", + "t3", + ".", + "major_id", + "where", + "t3", + ".", + "major_name", + "=", + "value" + ], + "question": "Show all university names with both major Accounting and major Urban Education.", + "question_toks": [ + "Show", + "all", + "university", + "names", + "with", + "both", + "major", + "Accounting", + "and", + "major", + "Urban", + "Education", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Accounting\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Urban Education\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T3.major_name = 'Accounting' INTERSECT SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T3.major_name = 'Urban Education'", + "query_toks": [ + "SELECT", + "T2.university_name", + "FROM", + "Major_Ranking", + "AS", + "T1", + "JOIN", + "University", + "AS", + "T2", + "JOIN", + "Major", + "AS", + "T3", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "AND", + "T1.major_id", + "=", + "T3.major_id", + "WHERE", + "T3.major_name", + "=", + "'Accounting", + "'", + "INTERSECT", + "SELECT", + "T2.university_name", + "FROM", + "Major_Ranking", + "AS", + "T1", + "JOIN", + "University", + "AS", + "T2", + "JOIN", + "Major", + "AS", + "T3", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "AND", + "T1.major_id", + "=", + "T3.major_id", + "WHERE", + "T3.major_name", + "=", + "'Urban", + "Education", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "university_name", + "from", + "major_ranking", + "as", + "t1", + "join", + "university", + "as", + "t2", + "join", + "major", + "as", + "t3", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "and", + "t1", + ".", + "major_id", + "=", + "t3", + ".", + "major_id", + "where", + "t3", + ".", + "major_name", + "=", + "value", + "intersect", + "select", + "t2", + ".", + "university_name", + "from", + "major_ranking", + "as", + "t1", + "join", + "university", + "as", + "t2", + "join", + "major", + "as", + "t3", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "and", + "t1", + ".", + "major_id", + "=", + "t3", + ".", + "major_id", + "where", + "t3", + ".", + "major_name", + "=", + "value" + ], + "question": "What are the names of all universities that have both Accounting and Urban Education majors?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "universities", + "that", + "have", + "both", + "Accounting", + "and", + "Urban", + "Education", + "majors", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Accounting\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Urban Education\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T1.university_name , T2.rank FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id WHERE T1.state = 'Wisconsin'", + "query_toks": [ + "SELECT", + "T1.university_name", + ",", + "T2.rank", + "FROM", + "University", + "AS", + "T1", + "JOIN", + "Overall_ranking", + "AS", + "T2", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "WHERE", + "T1.state", + "=", + "'Wisconsin", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "university_name", + ",", + "t2", + ".", + "rank", + "from", + "university", + "as", + "t1", + "join", + "overall_ranking", + "as", + "t2", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "where", + "t1", + ".", + "state", + "=", + "value" + ], + "question": "What is the name and overall ranking of universities in Wisconsin state?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "overall", + "ranking", + "of", + "universities", + "in", + "Wisconsin", + "state", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Wisconsin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T1.university_name , T2.rank FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id WHERE T1.state = 'Wisconsin'", + "query_toks": [ + "SELECT", + "T1.university_name", + ",", + "T2.rank", + "FROM", + "University", + "AS", + "T1", + "JOIN", + "Overall_ranking", + "AS", + "T2", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "WHERE", + "T1.state", + "=", + "'Wisconsin", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "university_name", + ",", + "t2", + ".", + "rank", + "from", + "university", + "as", + "t1", + "join", + "overall_ranking", + "as", + "t2", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "where", + "t1", + ".", + "state", + "=", + "value" + ], + "question": "What is the name and rank of every university in Wisconsin?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "rank", + "of", + "every", + "university", + "in", + "Wisconsin", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Wisconsin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T1.university_name FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id ORDER BY T2.research_point DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.university_name", + "FROM", + "University", + "AS", + "T1", + "JOIN", + "Overall_ranking", + "AS", + "T2", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "ORDER", + "BY", + "T2.research_point", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "university_name", + "from", + "university", + "as", + "t1", + "join", + "overall_ranking", + "as", + "t2", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "order", + "by", + "t2", + ".", + "research_point", + "desc", + "limit", + "value" + ], + "question": "What is the university name with highest research point?", + "question_toks": [ + "What", + "is", + "the", + "university", + "name", + "with", + "highest", + "research", + "point", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T1.university_name FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id ORDER BY T2.research_point DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.university_name", + "FROM", + "University", + "AS", + "T1", + "JOIN", + "Overall_ranking", + "AS", + "T2", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "ORDER", + "BY", + "T2.research_point", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "university_name", + "from", + "university", + "as", + "t1", + "join", + "overall_ranking", + "as", + "t2", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "order", + "by", + "t2", + ".", + "research_point", + "desc", + "limit", + "value" + ], + "question": "What is the name of the university with the most research points?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "university", + "with", + "the", + "most", + "research", + "points", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T1.university_name FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id ORDER BY T2.reputation_point", + "query_toks": [ + "SELECT", + "T1.university_name", + "FROM", + "University", + "AS", + "T1", + "JOIN", + "Overall_ranking", + "AS", + "T2", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "ORDER", + "BY", + "T2.reputation_point" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "university_name", + "from", + "university", + "as", + "t1", + "join", + "overall_ranking", + "as", + "t2", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "order", + "by", + "t2", + ".", + "reputation_point" + ], + "question": "List all university names in ascending order of their reputation points.", + "question_toks": [ + "List", + "all", + "university", + "names", + "in", + "ascending", + "order", + "of", + "their", + "reputation", + "points", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T1.university_name FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id ORDER BY T2.reputation_point", + "query_toks": [ + "SELECT", + "T1.university_name", + "FROM", + "University", + "AS", + "T1", + "JOIN", + "Overall_ranking", + "AS", + "T2", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "ORDER", + "BY", + "T2.reputation_point" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "university_name", + "from", + "university", + "as", + "t1", + "join", + "overall_ranking", + "as", + "t2", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "order", + "by", + "t2", + ".", + "reputation_point" + ], + "question": "What are the names of all universities in ascending order of reputation points?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "universities", + "in", + "ascending", + "order", + "of", + "reputation", + "points", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T1.rank <= 3 AND T3.major_name = \"Accounting\"", + "query_toks": [ + "SELECT", + "T2.university_name", + "FROM", + "Major_Ranking", + "AS", + "T1", + "JOIN", + "University", + "AS", + "T2", + "JOIN", + "Major", + "AS", + "T3", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "AND", + "T1.major_id", + "=", + "T3.major_id", + "WHERE", + "T1.rank", + "<", + "=", + "3", + "AND", + "T3.major_name", + "=", + "``", + "Accounting", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "university_name", + "from", + "major_ranking", + "as", + "t1", + "join", + "university", + "as", + "t2", + "join", + "major", + "as", + "t3", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "and", + "t1", + ".", + "major_id", + "=", + "t3", + ".", + "major_id", + "where", + "t1", + ".", + "rank", + "<", + "=", + "value", + "and", + "t3", + ".", + "major_name", + "=", + "value" + ], + "question": "What is the name of university with major Accounting ranked 3 or above?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "university", + "with", + "major", + "Accounting", + "ranked", + "3", + "or", + "above", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 6, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 3.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Accounting\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T1.rank <= 3 AND T3.major_name = \"Accounting\"", + "query_toks": [ + "SELECT", + "T2.university_name", + "FROM", + "Major_Ranking", + "AS", + "T1", + "JOIN", + "University", + "AS", + "T2", + "JOIN", + "Major", + "AS", + "T3", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "AND", + "T1.major_id", + "=", + "T3.major_id", + "WHERE", + "T1.rank", + "<", + "=", + "3", + "AND", + "T3.major_name", + "=", + "``", + "Accounting", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "university_name", + "from", + "major_ranking", + "as", + "t1", + "join", + "university", + "as", + "t2", + "join", + "major", + "as", + "t3", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "and", + "t1", + ".", + "major_id", + "=", + "t3", + ".", + "major_id", + "where", + "t1", + ".", + "rank", + "<", + "=", + "value", + "and", + "t3", + ".", + "major_name", + "=", + "value" + ], + "question": "What are the names of the university with an Accounting major ranked 3 or higher?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "university", + "with", + "an", + "Accounting", + "major", + "ranked", + "3", + "or", + "higher", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 6, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + 3.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Accounting\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT sum(enrollment) FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id WHERE T2.rank >= 5", + "query_toks": [ + "SELECT", + "sum", + "(", + "enrollment", + ")", + "FROM", + "University", + "AS", + "T1", + "JOIN", + "Overall_ranking", + "AS", + "T2", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "WHERE", + "T2.rank", + ">", + "=", + "5" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "enrollment", + ")", + "from", + "university", + "as", + "t1", + "join", + "overall_ranking", + "as", + "t2", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "where", + "t2", + ".", + "rank", + ">", + "=", + "value" + ], + "question": "What is the total enrollment of universities with a overall rank 5 or below?", + "question_toks": [ + "What", + "is", + "the", + "total", + "enrollment", + "of", + "universities", + "with", + "a", + "overall", + "rank", + "5", + "or", + "below", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 5, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 5.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT sum(enrollment) FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id WHERE T2.rank >= 5", + "query_toks": [ + "SELECT", + "sum", + "(", + "enrollment", + ")", + "FROM", + "University", + "AS", + "T1", + "JOIN", + "Overall_ranking", + "AS", + "T2", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "WHERE", + "T2.rank", + ">", + "=", + "5" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "enrollment", + ")", + "from", + "university", + "as", + "t1", + "join", + "overall_ranking", + "as", + "t2", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "where", + "t2", + ".", + "rank", + ">", + "=", + "value" + ], + "question": "What is the total number of students enrolled in an university with a rank of 5 or below?", + "question_toks": [ + "What", + "is", + "the", + "total", + "number", + "of", + "students", + "enrolled", + "in", + "an", + "university", + "with", + "a", + "rank", + "of", + "5", + "or", + "below", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 5, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + 5.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T1.University_Name , T2.Citation_point FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id ORDER BY T2.Reputation_point DESC LIMIT 3", + "query_toks": [ + "SELECT", + "T1.University_Name", + ",", + "T2.Citation_point", + "FROM", + "University", + "AS", + "T1", + "JOIN", + "Overall_ranking", + "AS", + "T2", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "ORDER", + "BY", + "T2.Reputation_point", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "university_name", + ",", + "t2", + ".", + "citation_point", + "from", + "university", + "as", + "t1", + "join", + "overall_ranking", + "as", + "t2", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "order", + "by", + "t2", + ".", + "reputation_point", + "desc", + "limit", + "value" + ], + "question": "Find the name and Citation point of the universities whose reputation points are top 3 and above.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "Citation", + "point", + "of", + "the", + "universities", + "whose", + "reputation", + "points", + "are", + "top", + "3", + "and", + "above", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT T1.University_Name , T2.Citation_point FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id ORDER BY T2.Reputation_point DESC LIMIT 3", + "query_toks": [ + "SELECT", + "T1.University_Name", + ",", + "T2.Citation_point", + "FROM", + "University", + "AS", + "T1", + "JOIN", + "Overall_ranking", + "AS", + "T2", + "ON", + "T1.university_id", + "=", + "T2.university_id", + "ORDER", + "BY", + "T2.Reputation_point", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "university_name", + ",", + "t2", + ".", + "citation_point", + "from", + "university", + "as", + "t1", + "join", + "overall_ranking", + "as", + "t2", + "on", + "t1", + ".", + "university_id", + "=", + "t2", + ".", + "university_id", + "order", + "by", + "t2", + ".", + "reputation_point", + "desc", + "limit", + "value" + ], + "question": "What is the name and citation point of the unversities with the top 3 reputation points?", + "question_toks": [ + "What", + "is", + "the", + "name", + "and", + "citation", + "point", + "of", + "the", + "unversities", + "with", + "the", + "top", + "3", + "reputation", + "points", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT state FROM university WHERE enrollment < 3000 GROUP BY state HAVING count(*) > 2", + "query_toks": [ + "SELECT", + "state", + "FROM", + "university", + "WHERE", + "enrollment", + "<", + "3000", + "GROUP", + "BY", + "state", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "state", + "from", + "university", + "where", + "enrollment", + "<", + "value", + "group", + "by", + "state", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "which states do have more than two universities with enrollment smaller than 3000?", + "question_toks": [ + "which", + "states", + "do", + "have", + "more", + "than", + "two", + "universities", + "with", + "enrollment", + "smaller", + "than", + "3000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 3000.0, + null + ] + ], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "university_rank", + "query": "SELECT state FROM university WHERE enrollment < 3000 GROUP BY state HAVING count(*) > 2", + "query_toks": [ + "SELECT", + "state", + "FROM", + "university", + "WHERE", + "enrollment", + "<", + "3000", + "GROUP", + "BY", + "state", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "state", + "from", + "university", + "where", + "enrollment", + "<", + "value", + "group", + "by", + "state", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What are the states that have more than 2 universities with an enrollment less than 3000?", + "question_toks": [ + "What", + "are", + "the", + "states", + "that", + "have", + "more", + "than", + "2", + "universities", + "with", + "an", + "enrollment", + "less", + "than", + "3000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 3000.0, + null + ] + ], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT title FROM movies WHERE rating = 'null'", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movies", + "WHERE", + "rating", + "=", + "'null", + "'" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies", + "where", + "rating", + "=", + "value" + ], + "question": "Find the titles of movies that don\u2019t have any rating.", + "question_toks": [ + "Find", + "the", + "titles", + "of", + "movies", + "that", + "don\u2019t", + "have", + "any", + "rating", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"null\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT title FROM movies WHERE rating = 'null'", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movies", + "WHERE", + "rating", + "=", + "'null", + "'" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies", + "where", + "rating", + "=", + "value" + ], + "question": "What are the names of movies that do not have any ratings?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "movies", + "that", + "do", + "not", + "have", + "any", + "ratings", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"null\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT title FROM movies WHERE rating = 'G'", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movies", + "WHERE", + "rating", + "=", + "'G", + "'" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies", + "where", + "rating", + "=", + "value" + ], + "question": "Find the names of movies whose rating is \u2018G\u2019.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "movies", + "whose", + "rating", + "is", + "\u2018G\u2019", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"G\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT title FROM movies WHERE rating = 'G'", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movies", + "WHERE", + "rating", + "=", + "'G", + "'" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies", + "where", + "rating", + "=", + "value" + ], + "question": "What are names of movies that have a 'G' ratings?", + "question_toks": [ + "What", + "are", + "names", + "of", + "movies", + "that", + "have", + "a", + "'G", + "'", + "ratings", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"G\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon'", + "query_toks": [ + "SELECT", + "T1.title", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie", + "WHERE", + "T2.name", + "=", + "'Odeon", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Find the title of the movie that is played in the Odeon theater.", + "question_toks": [ + "Find", + "the", + "title", + "of", + "the", + "movie", + "that", + "is", + "played", + "in", + "the", + "Odeon", + "theater", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Odeon\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon'", + "query_toks": [ + "SELECT", + "T1.title", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie", + "WHERE", + "T2.name", + "=", + "'Odeon", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What are the movie titles for ones that are played in the Odeon theater?", + "question_toks": [ + "What", + "are", + "the", + "movie", + "titles", + "for", + "ones", + "that", + "are", + "played", + "in", + "the", + "Odeon", + "theater", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Odeon\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT T1.title , T2.name FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie", + "query_toks": [ + "SELECT", + "T1.title", + ",", + "T2.name", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + ",", + "t2", + ".", + "name", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie" + ], + "question": "Find the names of movies that are played in any theater and the name of the corresponding theater.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "movies", + "that", + "are", + "played", + "in", + "any", + "theater", + "and", + "the", + "name", + "of", + "the", + "corresponding", + "theater", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT T1.title , T2.name FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie", + "query_toks": [ + "SELECT", + "T1.title", + ",", + "T2.name", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + ",", + "t2", + ".", + "name", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie" + ], + "question": "What are the names of the movies that are played in any theater and the name of the corresponding theater?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "movies", + "that", + "are", + "played", + "in", + "any", + "theater", + "and", + "the", + "name", + "of", + "the", + "corresponding", + "theater", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT count(*) FROM movies WHERE rating = 'G'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "movies", + "WHERE", + "rating", + "=", + "'G", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "movies", + "where", + "rating", + "=", + "value" + ], + "question": "Find the number of movies whose rating is \u2018G\u2019.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "movies", + "whose", + "rating", + "is", + "\u2018G\u2019", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"G\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT count(*) FROM movies WHERE rating = 'G'", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "movies", + "WHERE", + "rating", + "=", + "'G", + "'" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "movies", + "where", + "rating", + "=", + "value" + ], + "question": "How many movies had a 'G' rating?", + "question_toks": [ + "How", + "many", + "movies", + "had", + "a", + "'G", + "'", + "rating", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"G\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT count(*) FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie" + ], + "question": "How many movies are playing across all theaters?", + "question_toks": [ + "How", + "many", + "movies", + "are", + "playing", + "across", + "all", + "theaters", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT count(*) FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie" + ], + "question": "How many movies are playing in theaters?", + "question_toks": [ + "How", + "many", + "movies", + "are", + "playing", + "in", + "theaters", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT count(DISTINCT T1.code) FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T1.code", + ")", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "code", + ")", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie" + ], + "question": "How many distinct movies are on in theaters?", + "question_toks": [ + "How", + "many", + "distinct", + "movies", + "are", + "on", + "in", + "theaters", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT count(DISTINCT T1.code) FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "T1.code", + ")", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "code", + ")", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie" + ], + "question": "How many different movies are playing?", + "question_toks": [ + "How", + "many", + "different", + "movies", + "are", + "playing", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT count(DISTINCT name) FROM movietheaters", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "name", + ")", + "FROM", + "movietheaters" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "name", + ")", + "from", + "movietheaters" + ], + "question": "How many distinct movie theaters are there?", + "question_toks": [ + "How", + "many", + "distinct", + "movie", + "theaters", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 5, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT count(DISTINCT name) FROM movietheaters", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "name", + ")", + "FROM", + "movietheaters" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "name", + ")", + "from", + "movietheaters" + ], + "question": "How many different movie theaters exist?", + "question_toks": [ + "How", + "many", + "different", + "movie", + "theaters", + "exist", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 5, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT rating FROM movies WHERE title LIKE '%Citizen%'", + "query_toks": [ + "SELECT", + "rating", + "FROM", + "movies", + "WHERE", + "title", + "LIKE", + "'", + "%", + "Citizen", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "rating", + "from", + "movies", + "where", + "title", + "like", + "value" + ], + "question": "Find the rating of the movie whose name includes the word \u2018Citizen\u2019.", + "question_toks": [ + "Find", + "the", + "rating", + "of", + "the", + "movie", + "whose", + "name", + "includes", + "the", + "word", + "\u2018Citizen\u2019", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"%Citizen%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT rating FROM movies WHERE title LIKE '%Citizen%'", + "query_toks": [ + "SELECT", + "rating", + "FROM", + "movies", + "WHERE", + "title", + "LIKE", + "'", + "%", + "Citizen", + "%", + "'" + ], + "query_toks_no_value": [ + "select", + "rating", + "from", + "movies", + "where", + "title", + "like", + "value" + ], + "question": "What is the rating of the movie what has a name including a word like 'Citizen'?", + "question_toks": [ + "What", + "is", + "the", + "rating", + "of", + "the", + "movie", + "what", + "has", + "a", + "name", + "including", + "a", + "word", + "like", + "'Citizen", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"%Citizen%\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT title FROM movies WHERE rating = 'G' OR rating = 'PG'", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movies", + "WHERE", + "rating", + "=", + "'G", + "'", + "OR", + "rating", + "=", + "'PG", + "'" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies", + "where", + "rating", + "=", + "value", + "or", + "rating", + "=", + "value" + ], + "question": "Find the name of the cinemas that are playing movies with either rating \u2018G\u2019 or rating \u2018PG\u2019.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "cinemas", + "that", + "are", + "playing", + "movies", + "with", + "either", + "rating", + "\u2018G\u2019", + "or", + "rating", + "\u2018PG\u2019", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"G\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"PG\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT title FROM movies WHERE rating = 'G' OR rating = 'PG'", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movies", + "WHERE", + "rating", + "=", + "'G", + "'", + "OR", + "rating", + "=", + "'PG", + "'" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies", + "where", + "rating", + "=", + "value", + "or", + "rating", + "=", + "value" + ], + "question": "What are the names of the movie theaters that are playing 'G' or 'PG' rated movies?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "movie", + "theaters", + "that", + "are", + "playing", + "'G", + "'", + "or", + "'PG", + "'", + "rated", + "movies", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"G\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"PG\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon' OR T2.name = 'Imperial'", + "query_toks": [ + "SELECT", + "T1.title", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie", + "WHERE", + "T2.name", + "=", + "'Odeon", + "'", + "OR", + "T2.name", + "=", + "'Imperial", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie", + "where", + "t2", + ".", + "name", + "=", + "value", + "or", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Find the name of the movies that are played in either cinema Odeon or Imperial.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "movies", + "that", + "are", + "played", + "in", + "either", + "cinema", + "Odeon", + "or", + "Imperial", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Odeon\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Imperial\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon' OR T2.name = 'Imperial'", + "query_toks": [ + "SELECT", + "T1.title", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie", + "WHERE", + "T2.name", + "=", + "'Odeon", + "'", + "OR", + "T2.name", + "=", + "'Imperial", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie", + "where", + "t2", + ".", + "name", + "=", + "value", + "or", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What are the titles of all the movies that played at the Odeon or Imperial theater?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "all", + "the", + "movies", + "that", + "played", + "at", + "the", + "Odeon", + "or", + "Imperial", + "theater", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Odeon\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Imperial\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon' INTERSECT SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Imperial'", + "query_toks": [ + "SELECT", + "T1.title", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie", + "WHERE", + "T2.name", + "=", + "'Odeon", + "'", + "INTERSECT", + "SELECT", + "T1.title", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie", + "WHERE", + "T2.name", + "=", + "'Imperial", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie", + "where", + "t2", + ".", + "name", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "title", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Find the name of the movie that is on in both Odeon and Imperial theaters.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "movie", + "that", + "is", + "on", + "in", + "both", + "Odeon", + "and", + "Imperial", + "theaters", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Odeon\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Imperial\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon' INTERSECT SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Imperial'", + "query_toks": [ + "SELECT", + "T1.title", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie", + "WHERE", + "T2.name", + "=", + "'Odeon", + "'", + "INTERSECT", + "SELECT", + "T1.title", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie", + "WHERE", + "T2.name", + "=", + "'Imperial", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie", + "where", + "t2", + ".", + "name", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "title", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What movie is playing at both the Odeon and Imperial theater?", + "question_toks": [ + "What", + "movie", + "is", + "playing", + "at", + "both", + "the", + "Odeon", + "and", + "Imperial", + "theater", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Odeon\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Imperial\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT title FROM movies EXCEPT SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon'", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movies", + "EXCEPT", + "SELECT", + "T1.title", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie", + "WHERE", + "T2.name", + "=", + "'Odeon", + "'" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies", + "except", + "select", + "t1", + ".", + "title", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Find the name of all movies that are not played in Odeon theater.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "all", + "movies", + "that", + "are", + "not", + "played", + "in", + "Odeon", + "theater", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Odeon\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "movie_2", + "query": "SELECT title FROM movies EXCEPT SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon'", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movies", + "EXCEPT", + "SELECT", + "T1.title", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie", + "WHERE", + "T2.name", + "=", + "'Odeon", + "'" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies", + "except", + "select", + "t1", + ".", + "title", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What are the names of every movie that is not playing at the Odeon theater?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "every", + "movie", + "that", + "is", + "not", + "playing", + "at", + "the", + "Odeon", + "theater", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Odeon\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "movie_2", + "query": "SELECT title FROM movies ORDER BY title", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movies", + "ORDER", + "BY", + "title" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies", + "order", + "by", + "title" + ], + "question": "List in alphabetical order the titles of all movies.", + "question_toks": [ + "List", + "in", + "alphabetical", + "order", + "the", + "titles", + "of", + "all", + "movies", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT title FROM movies ORDER BY title", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movies", + "ORDER", + "BY", + "title" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies", + "order", + "by", + "title" + ], + "question": "What are the movie names in alphabetical order?", + "question_toks": [ + "What", + "are", + "the", + "movie", + "names", + "in", + "alphabetical", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT title FROM movies ORDER BY rating", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movies", + "ORDER", + "BY", + "rating" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies", + "order", + "by", + "rating" + ], + "question": "Find the titles of all movies sorted by their ratings.", + "question_toks": [ + "Find", + "the", + "titles", + "of", + "all", + "movies", + "sorted", + "by", + "their", + "ratings", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT title FROM movies ORDER BY rating", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movies", + "ORDER", + "BY", + "rating" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies", + "order", + "by", + "rating" + ], + "question": "What are the movie names sorted by rating?", + "question_toks": [ + "What", + "are", + "the", + "movie", + "names", + "sorted", + "by", + "rating", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT name FROM movietheaters GROUP BY name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "name", + "FROM", + "movietheaters", + "GROUP", + "BY", + "name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "movietheaters", + "group", + "by", + "name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the name of the theater that is playing the most number of movies.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "theater", + "that", + "is", + "playing", + "the", + "most", + "number", + "of", + "movies", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT name FROM movietheaters GROUP BY name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "name", + "FROM", + "movietheaters", + "GROUP", + "BY", + "name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "movietheaters", + "group", + "by", + "name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the theater playing the most movies?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "theater", + "playing", + "the", + "most", + "movies", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie GROUP BY T1.title ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.title", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie", + "GROUP", + "BY", + "T1.title", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie", + "group", + "by", + "t1", + ".", + "title", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the name of the movie that is played in the most number of theaters.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "movie", + "that", + "is", + "played", + "in", + "the", + "most", + "number", + "of", + "theaters", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie GROUP BY T1.title ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.title", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie", + "GROUP", + "BY", + "T1.title", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie", + "group", + "by", + "t1", + ".", + "title", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the film playing at the most number of theaters?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "film", + "playing", + "at", + "the", + "most", + "number", + "of", + "theaters", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 2, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT count(*) , rating FROM movies GROUP BY rating", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "rating", + "FROM", + "movies", + "GROUP", + "BY", + "rating" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "rating", + "from", + "movies", + "group", + "by", + "rating" + ], + "question": "Find the number of movies in each rating.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "movies", + "in", + "each", + "rating", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT count(*) , rating FROM movies GROUP BY rating", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "rating", + "FROM", + "movies", + "GROUP", + "BY", + "rating" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "rating", + "from", + "movies", + "group", + "by", + "rating" + ], + "question": "How many movies exist for each rating?", + "question_toks": [ + "How", + "many", + "movies", + "exist", + "for", + "each", + "rating", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT count(*) , rating FROM movies WHERE rating != 'null' GROUP BY rating", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "rating", + "FROM", + "movies", + "WHERE", + "rating", + "!", + "=", + "'null", + "'", + "GROUP", + "BY", + "rating" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "rating", + "from", + "movies", + "where", + "rating", + "!", + "=", + "value", + "group", + "by", + "rating" + ], + "question": "Find the number of movies whose rating is not null.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "movies", + "whose", + "rating", + "is", + "not", + "null", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"null\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT count(*) , rating FROM movies WHERE rating != 'null' GROUP BY rating", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "rating", + "FROM", + "movies", + "WHERE", + "rating", + "!", + "=", + "'null", + "'", + "GROUP", + "BY", + "rating" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "rating", + "from", + "movies", + "where", + "rating", + "!", + "=", + "value", + "group", + "by", + "rating" + ], + "question": "How many movies have a rating that is not null?", + "question_toks": [ + "How", + "many", + "movies", + "have", + "a", + "rating", + "that", + "is", + "not", + "null", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"null\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT name FROM movietheaters GROUP BY name HAVING count(*) >= 1", + "query_toks": [ + "SELECT", + "name", + "FROM", + "movietheaters", + "GROUP", + "BY", + "name", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "movietheaters", + "group", + "by", + "name", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Find the name of theaters that has at least one movie playing.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "theaters", + "that", + "has", + "at", + "least", + "one", + "movie", + "playing", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT name FROM movietheaters GROUP BY name HAVING count(*) >= 1", + "query_toks": [ + "SELECT", + "name", + "FROM", + "movietheaters", + "GROUP", + "BY", + "name", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "movietheaters", + "group", + "by", + "name", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the names of every theater with at least one movie playing?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "every", + "theater", + "with", + "at", + "least", + "one", + "movie", + "playing", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT DISTINCT name FROM MovieTheaters WHERE Movie = 'null'", + "query_toks": [ + "SELECT", + "DISTINCT", + "name", + "FROM", + "MovieTheaters", + "WHERE", + "Movie", + "=", + "'null", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "name", + "from", + "movietheaters", + "where", + "movie", + "=", + "value" + ], + "question": "Select the name of all movie theaters that are not currently showing a movie.", + "question_toks": [ + "Select", + "the", + "name", + "of", + "all", + "movie", + "theaters", + "that", + "are", + "not", + "currently", + "showing", + "a", + "movie", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"null\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT DISTINCT name FROM MovieTheaters WHERE Movie = 'null'", + "query_toks": [ + "SELECT", + "DISTINCT", + "name", + "FROM", + "MovieTheaters", + "WHERE", + "Movie", + "=", + "'null", + "'" + ], + "query_toks_no_value": [ + "select", + "distinct", + "name", + "from", + "movietheaters", + "where", + "movie", + "=", + "value" + ], + "question": "What are the names of all cinemas not showing any movies?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "cinemas", + "not", + "showing", + "any", + "movies", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"null\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT T2.name FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T1.rating = 'G'", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie", + "WHERE", + "T1.rating", + "=", + "'G", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie", + "where", + "t1", + ".", + "rating", + "=", + "value" + ], + "question": "Find the name of the movie theaters that are playing the movies whose rating is \u2018G\u2019.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "movie", + "theaters", + "that", + "are", + "playing", + "the", + "movies", + "whose", + "rating", + "is", + "\u2018G\u2019", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"G\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT T2.name FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T1.rating = 'G'", + "query_toks": [ + "SELECT", + "T2.name", + "FROM", + "movies", + "AS", + "T1", + "JOIN", + "movietheaters", + "AS", + "T2", + "ON", + "T1.code", + "=", + "T2.movie", + "WHERE", + "T1.rating", + "=", + "'G", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "movies", + "as", + "t1", + "join", + "movietheaters", + "as", + "t2", + "on", + "t1", + ".", + "code", + "=", + "t2", + ".", + "movie", + "where", + "t1", + ".", + "rating", + "=", + "value" + ], + "question": "What are the names of theaters playing 'G' rated movies?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "theaters", + "playing", + "'G", + "'", + "rated", + "movies", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"G\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT title FROM movies", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movies" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies" + ], + "question": "Select the title of all movies.", + "question_toks": [ + "Select", + "the", + "title", + "of", + "all", + "movies", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT title FROM movies", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movies" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies" + ], + "question": "What are all of the movie names?", + "question_toks": [ + "What", + "are", + "all", + "of", + "the", + "movie", + "names", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT DISTINCT rating FROM movies", + "query_toks": [ + "SELECT", + "DISTINCT", + "rating", + "FROM", + "movies" + ], + "query_toks_no_value": [ + "select", + "distinct", + "rating", + "from", + "movies" + ], + "question": "Show all the distinct ratings in the database.", + "question_toks": [ + "Show", + "all", + "the", + "distinct", + "ratings", + "in", + "the", + "database", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT DISTINCT rating FROM movies", + "query_toks": [ + "SELECT", + "DISTINCT", + "rating", + "FROM", + "movies" + ], + "query_toks_no_value": [ + "select", + "distinct", + "rating", + "from", + "movies" + ], + "question": "What are the different movie ratings?", + "question_toks": [ + "What", + "are", + "the", + "different", + "movie", + "ratings", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT * FROM movies WHERE rating = 'null'", + "query_toks": [ + "SELECT", + "*", + "FROM", + "movies", + "WHERE", + "rating", + "=", + "'null", + "'" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "movies", + "where", + "rating", + "=", + "value" + ], + "question": "Show all information of all unrated movies.", + "question_toks": [ + "Show", + "all", + "information", + "of", + "all", + "unrated", + "movies", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"null\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT * FROM movies WHERE rating = 'null'", + "query_toks": [ + "SELECT", + "*", + "FROM", + "movies", + "WHERE", + "rating", + "=", + "'null", + "'" + ], + "query_toks_no_value": [ + "select", + "*", + "from", + "movies", + "where", + "rating", + "=", + "value" + ], + "question": "What is all the information about the unrated movies?", + "question_toks": [ + "What", + "is", + "all", + "the", + "information", + "about", + "the", + "unrated", + "movies", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"null\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT Title FROM Movies WHERE Code NOT IN (SELECT Movie FROM MovieTheaters WHERE Movie != 'null')", + "query_toks": [ + "SELECT", + "Title", + "FROM", + "Movies", + "WHERE", + "Code", + "NOT", + "IN", + "(", + "SELECT", + "Movie", + "FROM", + "MovieTheaters", + "WHERE", + "Movie", + "!", + "=", + "'null", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies", + "where", + "code", + "not", + "in", + "(", + "select", + "movie", + "from", + "movietheaters", + "where", + "movie", + "!", + "=", + "value", + ")" + ], + "question": "Show the titles of movies not currently being shown in any theaters.", + "question_toks": [ + "Show", + "the", + "titles", + "of", + "movies", + "not", + "currently", + "being", + "shown", + "in", + "any", + "theaters", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"null\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "movie_2", + "query": "SELECT Title FROM Movies WHERE Code NOT IN (SELECT Movie FROM MovieTheaters WHERE Movie != 'null')", + "query_toks": [ + "SELECT", + "Title", + "FROM", + "Movies", + "WHERE", + "Code", + "NOT", + "IN", + "(", + "SELECT", + "Movie", + "FROM", + "MovieTheaters", + "WHERE", + "Movie", + "!", + "=", + "'null", + "'", + ")" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movies", + "where", + "code", + "not", + "in", + "(", + "select", + "movie", + "from", + "movietheaters", + "where", + "movie", + "!", + "=", + "value", + ")" + ], + "question": "What are the names of the movies not being shown in any theaters?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "movies", + "not", + "being", + "shown", + "in", + "any", + "theaters", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"null\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T2.Name FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Recipient = T2.AccountNumber ORDER BY T1.Weight DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Recipient", + "=", + "T2.AccountNumber", + "ORDER", + "BY", + "T1.Weight", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "recipient", + "=", + "t2", + ".", + "accountnumber", + "order", + "by", + "t1", + ".", + "weight", + "desc", + "limit", + "value" + ], + "question": "Who receieved the heaviest package?", + "question_toks": [ + "Who", + "receieved", + "the", + "heaviest", + "package", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T2.Name FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Recipient = T2.AccountNumber ORDER BY T1.Weight DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Recipient", + "=", + "T2.AccountNumber", + "ORDER", + "BY", + "T1.Weight", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "recipient", + "=", + "t2", + ".", + "accountnumber", + "order", + "by", + "t1", + ".", + "weight", + "desc", + "limit", + "value" + ], + "question": "What is the name of the client who received the heaviest package?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "client", + "who", + "received", + "the", + "heaviest", + "package", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT sum(T1.Weight) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = \"Leo Wong\";", + "query_toks": [ + "SELECT", + "sum", + "(", + "T1.Weight", + ")", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "=", + "``", + "Leo", + "Wong", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "weight", + ")", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What is the total weight of all the packages that customer Leo Wong sent?", + "question_toks": [ + "What", + "is", + "the", + "total", + "weight", + "of", + "all", + "the", + "packages", + "that", + "customer", + "Leo", + "Wong", + "sent", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Leo Wong\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT sum(T1.Weight) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = \"Leo Wong\";", + "query_toks": [ + "SELECT", + "sum", + "(", + "T1.Weight", + ")", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "=", + "``", + "Leo", + "Wong", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "weight", + ")", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What is the total weight for all packages that Leo Wong sent?", + "question_toks": [ + "What", + "is", + "the", + "total", + "weight", + "for", + "all", + "packages", + "that", + "Leo", + "Wong", + "sent", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Leo Wong\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT POSITION FROM Employee WHERE Name = \"Amy Wong\";", + "query_toks": [ + "SELECT", + "POSITION", + "FROM", + "Employee", + "WHERE", + "Name", + "=", + "``", + "Amy", + "Wong", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "position", + "from", + "employee", + "where", + "name", + "=", + "value" + ], + "question": "What is the position of Amy Wong?", + "question_toks": [ + "What", + "is", + "the", + "position", + "of", + "Amy", + "Wong", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Amy Wong\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT POSITION FROM Employee WHERE Name = \"Amy Wong\";", + "query_toks": [ + "SELECT", + "POSITION", + "FROM", + "Employee", + "WHERE", + "Name", + "=", + "``", + "Amy", + "Wong", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "position", + "from", + "employee", + "where", + "name", + "=", + "value" + ], + "question": "What position does Amy Wong have?", + "question_toks": [ + "What", + "position", + "does", + "Amy", + "Wong", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Amy Wong\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT Salary , POSITION FROM Employee WHERE Name = \"Turanga Leela\";", + "query_toks": [ + "SELECT", + "Salary", + ",", + "POSITION", + "FROM", + "Employee", + "WHERE", + "Name", + "=", + "``", + "Turanga", + "Leela", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "salary", + ",", + "position", + "from", + "employee", + "where", + "name", + "=", + "value" + ], + "question": "What is Turanga Leela's salary and position?", + "question_toks": [ + "What", + "is", + "Turanga", + "Leela", + "'s", + "salary", + "and", + "position", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Turanga Leela\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT Salary , POSITION FROM Employee WHERE Name = \"Turanga Leela\";", + "query_toks": [ + "SELECT", + "Salary", + ",", + "POSITION", + "FROM", + "Employee", + "WHERE", + "Name", + "=", + "``", + "Turanga", + "Leela", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "salary", + ",", + "position", + "from", + "employee", + "where", + "name", + "=", + "value" + ], + "question": "What is the salary and position of the employee named Turanga Leela?", + "question_toks": [ + "What", + "is", + "the", + "salary", + "and", + "position", + "of", + "the", + "employee", + "named", + "Turanga", + "Leela", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Turanga Leela\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT avg(Salary) FROM Employee WHERE POSITION = \"Intern\";", + "query_toks": [ + "SELECT", + "avg", + "(", + "Salary", + ")", + "FROM", + "Employee", + "WHERE", + "POSITION", + "=", + "``", + "Intern", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "salary", + ")", + "from", + "employee", + "where", + "position", + "=", + "value" + ], + "question": "What is the average salary of all intern jobs?", + "question_toks": [ + "What", + "is", + "the", + "average", + "salary", + "of", + "all", + "intern", + "jobs", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Intern\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT avg(Salary) FROM Employee WHERE POSITION = \"Intern\";", + "query_toks": [ + "SELECT", + "avg", + "(", + "Salary", + ")", + "FROM", + "Employee", + "WHERE", + "POSITION", + "=", + "``", + "Intern", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "salary", + ")", + "from", + "employee", + "where", + "position", + "=", + "value" + ], + "question": "What is the average salary of an intern?", + "question_toks": [ + "What", + "is", + "the", + "average", + "salary", + "of", + "an", + "intern", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Intern\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.Level FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID WHERE T2.position = \"Physician\";", + "query_toks": [ + "SELECT", + "T1.Level", + "FROM", + "Has_Clearance", + "AS", + "T1", + "JOIN", + "Employee", + "AS", + "T2", + "ON", + "T1.Employee", + "=", + "T2.EmployeeID", + "WHERE", + "T2.position", + "=", + "``", + "Physician", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "level", + "from", + "has_clearance", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1", + ".", + "employee", + "=", + "t2", + ".", + "employeeid", + "where", + "t2", + ".", + "position", + "=", + "value" + ], + "question": "What level is Physician?", + "question_toks": [ + "What", + "level", + "is", + "Physician", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Physician\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.Level FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID WHERE T2.position = \"Physician\";", + "query_toks": [ + "SELECT", + "T1.Level", + "FROM", + "Has_Clearance", + "AS", + "T1", + "JOIN", + "Employee", + "AS", + "T2", + "ON", + "T1.Employee", + "=", + "T2.EmployeeID", + "WHERE", + "T2.position", + "=", + "``", + "Physician", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "level", + "from", + "has_clearance", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1", + ".", + "employee", + "=", + "t2", + ".", + "employeeid", + "where", + "t2", + ".", + "position", + "=", + "value" + ], + "question": "What is the clearance level of a physician?", + "question_toks": [ + "What", + "is", + "the", + "clearance", + "level", + "of", + "a", + "physician", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Physician\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = \"Leo Wong\";", + "query_toks": [ + "SELECT", + "T1.PackageNumber", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "=", + "``", + "Leo", + "Wong", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "List Package Number of all package sent by Leo Wong?", + "question_toks": [ + "List", + "Package", + "Number", + "of", + "all", + "package", + "sent", + "by", + "Leo", + "Wong", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Leo Wong\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = \"Leo Wong\";", + "query_toks": [ + "SELECT", + "T1.PackageNumber", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "=", + "``", + "Leo", + "Wong", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What is the number of all packages that Leo Wong sent?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "all", + "packages", + "that", + "Leo", + "Wong", + "sent", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Leo Wong\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "select t1.packagenumber from package as t1 join client as t2 on t1.recipient = t2.accountnumber where t2.name = \"leo wong\";", + "query_toks": [ + "select", + "t1.packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1.recipient", + "=", + "t2.accountnumber", + "where", + "t2.name", + "=", + "\"leo wong\"", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "recipient", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "List all package numbers received by Leo Wong ?", + "question_toks": [ + "List", + "all", + "package", + "numbers", + "received", + "by", + "Leo", + "Wong", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"leo wong\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Recipient = T2.AccountNumber WHERE T2.Name = \"Leo Wong\";", + "query_toks": [ + "SELECT", + "T1.PackageNumber", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Recipient", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "=", + "``", + "Leo", + "Wong", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "recipient", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What are all of the package numbers received by Leo Wong?", + "question_toks": [ + "What", + "are", + "all", + "of", + "the", + "package", + "numbers", + "received", + "by", + "Leo", + "Wong", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Leo Wong\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT DISTINCT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber OR T1.Recipient = T2.AccountNumber WHERE T2.Name = \"Leo Wong\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.PackageNumber", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "OR", + "T1.Recipient", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "=", + "``", + "Leo", + "Wong", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "or", + "t1", + ".", + "recipient", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "List all package sent or received by Leo Wong.", + "question_toks": [ + "List", + "all", + "package", + "sent", + "or", + "received", + "by", + "Leo", + "Wong", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Leo Wong\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT DISTINCT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber OR T1.Recipient = T2.AccountNumber WHERE T2.Name = \"Leo Wong\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.PackageNumber", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "OR", + "T1.Recipient", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "=", + "``", + "Leo", + "Wong", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "or", + "t1", + ".", + "recipient", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What are all the different package numbers that Leo Wong sent or received?", + "question_toks": [ + "What", + "are", + "all", + "the", + "different", + "package", + "numbers", + "that", + "Leo", + "Wong", + "sent", + "or", + "received", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Leo Wong\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = \"Ogden Wernstrom\" INTERSECT SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Recipient = T2.AccountNumber WHERE T2.Name = \"Leo Wong\"", + "query_toks": [ + "SELECT", + "T1.PackageNumber", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "=", + "``", + "Ogden", + "Wernstrom", + "''", + "INTERSECT", + "SELECT", + "T1.PackageNumber", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Recipient", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "=", + "``", + "Leo", + "Wong", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "recipient", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Count the number of packages sent by Ogden Wernstrom and received by Leo Wong.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "packages", + "sent", + "by", + "Ogden", + "Wernstrom", + "and", + "received", + "by", + "Leo", + "Wong", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Ogden Wernstrom\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Leo Wong\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = \"Ogden Wernstrom\" INTERSECT SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Recipient = T2.AccountNumber WHERE T2.Name = \"Leo Wong\"", + "query_toks": [ + "SELECT", + "T1.PackageNumber", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "=", + "``", + "Ogden", + "Wernstrom", + "''", + "INTERSECT", + "SELECT", + "T1.PackageNumber", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Recipient", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "=", + "``", + "Leo", + "Wong", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "recipient", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "How many packages sent by Ogden Wernstrom and received by Leo Wong?", + "question_toks": [ + "How", + "many", + "packages", + "sent", + "by", + "Ogden", + "Wernstrom", + "and", + "received", + "by", + "Leo", + "Wong", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Ogden Wernstrom\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Leo Wong\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.Contents FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = \"John Zoidfarb\";", + "query_toks": [ + "SELECT", + "T1.Contents", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "=", + "``", + "John", + "Zoidfarb", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "contents", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What are the contents of package sent by John Zoidfarb?", + "question_toks": [ + "What", + "are", + "the", + "contents", + "of", + "package", + "sent", + "by", + "John", + "Zoidfarb", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"John Zoidfarb\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.Contents FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = \"John Zoidfarb\";", + "query_toks": [ + "SELECT", + "T1.Contents", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "=", + "``", + "John", + "Zoidfarb", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "contents", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What are the package contents of all those sent by John Zoidfarb?", + "question_toks": [ + "What", + "are", + "the", + "package", + "contents", + "of", + "all", + "those", + "sent", + "by", + "John", + "Zoidfarb", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"John Zoidfarb\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.PackageNumber , max(T1.Weight) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name LIKE \"John\";", + "query_toks": [ + "SELECT", + "T1.PackageNumber", + ",", + "max", + "(", + "T1.Weight", + ")", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "LIKE", + "``", + "John", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "packagenumber", + ",", + "max", + "(", + "t1", + ".", + "weight", + ")", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "like", + "value" + ], + "question": "What is the heaviest package sent by the clients which 'John' is part of their name? List package number and weight.", + "question_toks": [ + "What", + "is", + "the", + "heaviest", + "package", + "sent", + "by", + "the", + "clients", + "which", + "'John", + "'", + "is", + "part", + "of", + "their", + "name", + "?", + "List", + "package", + "number", + "and", + "weight", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"John\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.PackageNumber , max(T1.Weight) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name LIKE \"John\";", + "query_toks": [ + "SELECT", + "T1.PackageNumber", + ",", + "max", + "(", + "T1.Weight", + ")", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "WHERE", + "T2.Name", + "LIKE", + "``", + "John", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "packagenumber", + ",", + "max", + "(", + "t1", + ".", + "weight", + ")", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "where", + "t2", + ".", + "name", + "like", + "value" + ], + "question": "What is the package number and weight of the heaviest package that was sent by a client named John or something similar?", + "question_toks": [ + "What", + "is", + "the", + "package", + "number", + "and", + "weight", + "of", + "the", + "heaviest", + "package", + "that", + "was", + "sent", + "by", + "a", + "client", + "named", + "John", + "or", + "something", + "similar", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"John\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT PackageNumber , Weight FROM PACKAGE ORDER BY Weight ASC LIMIT 3;", + "query_toks": [ + "SELECT", + "PackageNumber", + ",", + "Weight", + "FROM", + "PACKAGE", + "ORDER", + "BY", + "Weight", + "ASC", + "LIMIT", + "3", + ";" + ], + "query_toks_no_value": [ + "select", + "packagenumber", + ",", + "weight", + "from", + "package", + "order", + "by", + "weight", + "asc", + "limit", + "value" + ], + "question": "List package number and weight of top 3 lightest packages.", + "question_toks": [ + "List", + "package", + "number", + "and", + "weight", + "of", + "top", + "3", + "lightest", + "packages", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT PackageNumber , Weight FROM PACKAGE ORDER BY Weight ASC LIMIT 3;", + "query_toks": [ + "SELECT", + "PackageNumber", + ",", + "Weight", + "FROM", + "PACKAGE", + "ORDER", + "BY", + "Weight", + "ASC", + "LIMIT", + "3", + ";" + ], + "query_toks_no_value": [ + "select", + "packagenumber", + ",", + "weight", + "from", + "package", + "order", + "by", + "weight", + "asc", + "limit", + "value" + ], + "question": "What is the package number and weight of the 3 lightest packages?", + "question_toks": [ + "What", + "is", + "the", + "package", + "number", + "and", + "weight", + "of", + "the", + "3", + "lightest", + "packages", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T2.Name , count(*) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber GROUP BY T1.Sender ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T2.Name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "GROUP", + "BY", + "T1.Sender", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "group", + "by", + "t1", + ".", + "sender", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Who sent most number of packages? List client name and number of packages sent by that client.", + "question_toks": [ + "Who", + "sent", + "most", + "number", + "of", + "packages", + "?", + "List", + "client", + "name", + "and", + "number", + "of", + "packages", + "sent", + "by", + "that", + "client", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 22, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T2.Name , count(*) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber GROUP BY T1.Sender ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T2.Name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "GROUP", + "BY", + "T1.Sender", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "group", + "by", + "t1", + ".", + "sender", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the client who sent the most packages and how many were there?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "client", + "who", + "sent", + "the", + "most", + "packages", + "and", + "how", + "many", + "were", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 22, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "select t2.name , count(*) from package as t1 join client as t2 on t1.recipient = t2.accountnumber group by t1.recipient order by count(*) limit 1;", + "query_toks": [ + "select", + "t2.name", + ",", + "count", + "(", + "*", + ")", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1.recipient", + "=", + "t2.accountnumber", + "group", + "by", + "t1.recipient", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "recipient", + "=", + "t2", + ".", + "accountnumber", + "group", + "by", + "t1", + ".", + "recipient", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "Who received least number of packages ? List client name and number of packages received by that client .", + "question_toks": [ + "Who", + "received", + "least", + "number", + "of", + "packages", + "?", + "List", + "client", + "name", + "and", + "number", + "of", + "packages", + "received", + "by", + "that", + "client", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "select t2.name , count(*) from package as t1 join client as t2 on t1.recipient = t2.accountnumber group by t1.recipient order by count(*) limit 1;", + "query_toks": [ + "select", + "t2.name", + ",", + "count", + "(", + "*", + ")", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1.recipient", + "=", + "t2.accountnumber", + "group", + "by", + "t1.recipient", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "recipient", + "=", + "t2", + ".", + "accountnumber", + "group", + "by", + "t1", + ".", + "recipient", + "order", + "by", + "count", + "(", + "*", + ")", + "limit", + "value" + ], + "question": "What is the smallest number of packages received and by whom ?", + "question_toks": [ + "What", + "is", + "the", + "smallest", + "number", + "of", + "packages", + "received", + "and", + "by", + "whom", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T2.Name , count(*) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber GROUP BY T1.Sender HAVING count(*) > 1;", + "query_toks": [ + "SELECT", + "T2.Name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "GROUP", + "BY", + "T1.Sender", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "group", + "by", + "t1", + ".", + "sender", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Who sent more than one packages? List the client's name.", + "question_toks": [ + "Who", + "sent", + "more", + "than", + "one", + "packages", + "?", + "List", + "the", + "client", + "'s", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 22, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T2.Name , count(*) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber GROUP BY T1.Sender HAVING count(*) > 1;", + "query_toks": [ + "SELECT", + "T2.Name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "GROUP", + "BY", + "T1.Sender", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "group", + "by", + "t1", + ".", + "sender", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "What is the name of all clients who sent more than one package?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "all", + "clients", + "who", + "sent", + "more", + "than", + "one", + "package", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 22, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT Coordinates FROM Planet WHERE Name = \"Mars\";", + "query_toks": [ + "SELECT", + "Coordinates", + "FROM", + "Planet", + "WHERE", + "Name", + "=", + "``", + "Mars", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "coordinates", + "from", + "planet", + "where", + "name", + "=", + "value" + ], + "question": "What are the Coordinates of planet Mars?", + "question_toks": [ + "What", + "are", + "the", + "Coordinates", + "of", + "planet", + "Mars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Mars\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT Coordinates FROM Planet WHERE Name = \"Mars\";", + "query_toks": [ + "SELECT", + "Coordinates", + "FROM", + "Planet", + "WHERE", + "Name", + "=", + "``", + "Mars", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "coordinates", + "from", + "planet", + "where", + "name", + "=", + "value" + ], + "question": "What are the coordinates of the planet named Mars?", + "question_toks": [ + "What", + "are", + "the", + "coordinates", + "of", + "the", + "planet", + "named", + "Mars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Mars\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT Name , Coordinates FROM Planet ORDER BY Name", + "query_toks": [ + "SELECT", + "Name", + ",", + "Coordinates", + "FROM", + "Planet", + "ORDER", + "BY", + "Name" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "coordinates", + "from", + "planet", + "order", + "by", + "name" + ], + "question": "List all Planets' names and coordinates in alphabetical order of name.", + "question_toks": [ + "List", + "all", + "Planets", + "'", + "names", + "and", + "coordinates", + "in", + "alphabetical", + "order", + "of", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT Name , Coordinates FROM Planet ORDER BY Name", + "query_toks": [ + "SELECT", + "Name", + ",", + "Coordinates", + "FROM", + "Planet", + "ORDER", + "BY", + "Name" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "coordinates", + "from", + "planet", + "order", + "by", + "name" + ], + "question": "What are the names and coordinates of all planets in alphabetical order by name?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "coordinates", + "of", + "all", + "planets", + "in", + "alphabetical", + "order", + "by", + "name", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Employee AS T2 ON T1.Manager = T2.EmployeeID WHERE T2.Name = \"Phillip J. Fry\";", + "query_toks": [ + "SELECT", + "T1.ShipmentID", + "FROM", + "Shipment", + "AS", + "T1", + "JOIN", + "Employee", + "AS", + "T2", + "ON", + "T1.Manager", + "=", + "T2.EmployeeID", + "WHERE", + "T2.Name", + "=", + "``", + "Phillip", + "J.", + "Fry", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "shipmentid", + "from", + "shipment", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1", + ".", + "manager", + "=", + "t2", + ".", + "employeeid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "List all shipment id under Phillip J. Fry's management.", + "question_toks": [ + "List", + "all", + "shipment", + "id", + "under", + "Phillip", + "J.", + "Fry", + "'s", + "management", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Phillip J. Fry\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Employee AS T2 ON T1.Manager = T2.EmployeeID WHERE T2.Name = \"Phillip J. Fry\";", + "query_toks": [ + "SELECT", + "T1.ShipmentID", + "FROM", + "Shipment", + "AS", + "T1", + "JOIN", + "Employee", + "AS", + "T2", + "ON", + "T1.Manager", + "=", + "T2.EmployeeID", + "WHERE", + "T2.Name", + "=", + "``", + "Phillip", + "J.", + "Fry", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "shipmentid", + "from", + "shipment", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1", + ".", + "manager", + "=", + "t2", + ".", + "employeeid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What are the shipment IDs of every delivery managed by Phillip J Fry?", + "question_toks": [ + "What", + "are", + "the", + "shipment", + "IDs", + "of", + "every", + "delivery", + "managed", + "by", + "Phillip", + "J", + "Fry", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Phillip J. Fry\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT Date FROM Shipment;", + "query_toks": [ + "SELECT", + "Date", + "FROM", + "Shipment", + ";" + ], + "query_toks_no_value": [ + "select", + "date", + "from", + "shipment" + ], + "question": "List the dates of all shipments.", + "question_toks": [ + "List", + "the", + "dates", + "of", + "all", + "shipments", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT Date FROM Shipment;", + "query_toks": [ + "SELECT", + "Date", + "FROM", + "Shipment", + ";" + ], + "query_toks_no_value": [ + "select", + "date", + "from", + "shipment" + ], + "question": "What are the dates of every shipment in the database?", + "question_toks": [ + "What", + "are", + "the", + "dates", + "of", + "every", + "shipment", + "in", + "the", + "database", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID WHERE T2.Name = \"Mars\";", + "query_toks": [ + "SELECT", + "T1.ShipmentID", + "FROM", + "Shipment", + "AS", + "T1", + "JOIN", + "Planet", + "AS", + "T2", + "ON", + "T1.Planet", + "=", + "T2.PlanetID", + "WHERE", + "T2.Name", + "=", + "``", + "Mars", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "shipmentid", + "from", + "shipment", + "as", + "t1", + "join", + "planet", + "as", + "t2", + "on", + "t1", + ".", + "planet", + "=", + "t2", + ".", + "planetid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "List all shipment ids for the planet Mars.", + "question_toks": [ + "List", + "all", + "shipment", + "ids", + "for", + "the", + "planet", + "Mars", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Mars\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID WHERE T2.Name = \"Mars\";", + "query_toks": [ + "SELECT", + "T1.ShipmentID", + "FROM", + "Shipment", + "AS", + "T1", + "JOIN", + "Planet", + "AS", + "T2", + "ON", + "T1.Planet", + "=", + "T2.PlanetID", + "WHERE", + "T2.Name", + "=", + "``", + "Mars", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "shipmentid", + "from", + "shipment", + "as", + "t1", + "join", + "planet", + "as", + "t2", + "on", + "t1", + ".", + "planet", + "=", + "t2", + ".", + "planetid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What are the shipment ids for the planet Mars?", + "question_toks": [ + "What", + "are", + "the", + "shipment", + "ids", + "for", + "the", + "planet", + "Mars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Mars\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID JOIN Employee AS T3 ON T3.EmployeeID = T1.Manager WHERE T2.Name = \"Mars\" AND T3.Name = \"Turanga Leela\";", + "query_toks": [ + "SELECT", + "T1.ShipmentID", + "FROM", + "Shipment", + "AS", + "T1", + "JOIN", + "Planet", + "AS", + "T2", + "ON", + "T1.Planet", + "=", + "T2.PlanetID", + "JOIN", + "Employee", + "AS", + "T3", + "ON", + "T3.EmployeeID", + "=", + "T1.Manager", + "WHERE", + "T2.Name", + "=", + "``", + "Mars", + "''", + "AND", + "T3.Name", + "=", + "``", + "Turanga", + "Leela", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "shipmentid", + "from", + "shipment", + "as", + "t1", + "join", + "planet", + "as", + "t2", + "on", + "t1", + ".", + "planet", + "=", + "t2", + ".", + "planetid", + "join", + "employee", + "as", + "t3", + "on", + "t3", + ".", + "employeeid", + "=", + "t1", + ".", + "manager", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "List all shipment ids for the planet Mars and under the management of Turanga Leela.", + "question_toks": [ + "List", + "all", + "shipment", + "ids", + "for", + "the", + "planet", + "Mars", + "and", + "under", + "the", + "management", + "of", + "Turanga", + "Leela", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Mars\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Turanga Leela\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID JOIN Employee AS T3 ON T3.EmployeeID = T1.Manager WHERE T2.Name = \"Mars\" AND T3.Name = \"Turanga Leela\";", + "query_toks": [ + "SELECT", + "T1.ShipmentID", + "FROM", + "Shipment", + "AS", + "T1", + "JOIN", + "Planet", + "AS", + "T2", + "ON", + "T1.Planet", + "=", + "T2.PlanetID", + "JOIN", + "Employee", + "AS", + "T3", + "ON", + "T3.EmployeeID", + "=", + "T1.Manager", + "WHERE", + "T2.Name", + "=", + "``", + "Mars", + "''", + "AND", + "T3.Name", + "=", + "``", + "Turanga", + "Leela", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "shipmentid", + "from", + "shipment", + "as", + "t1", + "join", + "planet", + "as", + "t2", + "on", + "t1", + ".", + "planet", + "=", + "t2", + ".", + "planetid", + "join", + "employee", + "as", + "t3", + "on", + "t3", + ".", + "employeeid", + "=", + "t1", + ".", + "manager", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What are the ids of all shipments on the planet Mars that are managed by Turanga Leela?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "of", + "all", + "shipments", + "on", + "the", + "planet", + "Mars", + "that", + "are", + "managed", + "by", + "Turanga", + "Leela", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Mars\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Turanga Leela\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID JOIN Employee AS T3 ON T3.EmployeeID = T1.Manager WHERE T2.Name = \"Mars\" OR T3.Name = \"Turanga Leela\";", + "query_toks": [ + "SELECT", + "T1.ShipmentID", + "FROM", + "Shipment", + "AS", + "T1", + "JOIN", + "Planet", + "AS", + "T2", + "ON", + "T1.Planet", + "=", + "T2.PlanetID", + "JOIN", + "Employee", + "AS", + "T3", + "ON", + "T3.EmployeeID", + "=", + "T1.Manager", + "WHERE", + "T2.Name", + "=", + "``", + "Mars", + "''", + "OR", + "T3.Name", + "=", + "``", + "Turanga", + "Leela", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "shipmentid", + "from", + "shipment", + "as", + "t1", + "join", + "planet", + "as", + "t2", + "on", + "t1", + ".", + "planet", + "=", + "t2", + ".", + "planetid", + "join", + "employee", + "as", + "t3", + "on", + "t3", + ".", + "employeeid", + "=", + "t1", + ".", + "manager", + "where", + "t2", + ".", + "name", + "=", + "value", + "or", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "List all shipment ids on the planet Mars or under the management of Turanga Leela.", + "question_toks": [ + "List", + "all", + "shipment", + "ids", + "on", + "the", + "planet", + "Mars", + "or", + "under", + "the", + "management", + "of", + "Turanga", + "Leela", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Mars\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Turanga Leela\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID JOIN Employee AS T3 ON T3.EmployeeID = T1.Manager WHERE T2.Name = \"Mars\" OR T3.Name = \"Turanga Leela\";", + "query_toks": [ + "SELECT", + "T1.ShipmentID", + "FROM", + "Shipment", + "AS", + "T1", + "JOIN", + "Planet", + "AS", + "T2", + "ON", + "T1.Planet", + "=", + "T2.PlanetID", + "JOIN", + "Employee", + "AS", + "T3", + "ON", + "T3.EmployeeID", + "=", + "T1.Manager", + "WHERE", + "T2.Name", + "=", + "``", + "Mars", + "''", + "OR", + "T3.Name", + "=", + "``", + "Turanga", + "Leela", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "shipmentid", + "from", + "shipment", + "as", + "t1", + "join", + "planet", + "as", + "t2", + "on", + "t1", + ".", + "planet", + "=", + "t2", + ".", + "planetid", + "join", + "employee", + "as", + "t3", + "on", + "t3", + ".", + "employeeid", + "=", + "t1", + ".", + "manager", + "where", + "t2", + ".", + "name", + "=", + "value", + "or", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What are the ids for all shipments on the planet Mars that Turanga Leela manages?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "for", + "all", + "shipments", + "on", + "the", + "planet", + "Mars", + "that", + "Turanga", + "Leela", + "manages", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Mars\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Turanga Leela\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T2.Name , count(*) FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID GROUP BY T1.Planet;", + "query_toks": [ + "SELECT", + "T2.Name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Shipment", + "AS", + "T1", + "JOIN", + "Planet", + "AS", + "T2", + "ON", + "T1.Planet", + "=", + "T2.PlanetID", + "GROUP", + "BY", + "T1.Planet", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "shipment", + "as", + "t1", + "join", + "planet", + "as", + "t2", + "on", + "t1", + ".", + "planet", + "=", + "t2", + ".", + "planetid", + "group", + "by", + "t1", + ".", + "planet" + ], + "question": "What is the total shipments in each planet? List the planet name and total shipments.", + "question_toks": [ + "What", + "is", + "the", + "total", + "shipments", + "in", + "each", + "planet", + "?", + "List", + "the", + "planet", + "name", + "and", + "total", + "shipments", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T2.Name , count(*) FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID GROUP BY T1.Planet;", + "query_toks": [ + "SELECT", + "T2.Name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Shipment", + "AS", + "T1", + "JOIN", + "Planet", + "AS", + "T2", + "ON", + "T1.Planet", + "=", + "T2.PlanetID", + "GROUP", + "BY", + "T1.Planet", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "shipment", + "as", + "t1", + "join", + "planet", + "as", + "t2", + "on", + "t1", + ".", + "planet", + "=", + "t2", + ".", + "planetid", + "group", + "by", + "t1", + ".", + "planet" + ], + "question": "How many shipments take place on each planet?", + "question_toks": [ + "How", + "many", + "shipments", + "take", + "place", + "on", + "each", + "planet", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T2.Name FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID GROUP BY T1.Planet ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "Shipment", + "AS", + "T1", + "JOIN", + "Planet", + "AS", + "T2", + "ON", + "T1.Planet", + "=", + "T2.PlanetID", + "GROUP", + "BY", + "T1.Planet", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "shipment", + "as", + "t1", + "join", + "planet", + "as", + "t2", + "on", + "t1", + ".", + "planet", + "=", + "t2", + ".", + "planetid", + "group", + "by", + "t1", + ".", + "planet", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which planet has most shipments? List the planet name.", + "question_toks": [ + "Which", + "planet", + "has", + "most", + "shipments", + "?", + "List", + "the", + "planet", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T2.Name FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID GROUP BY T1.Planet ORDER BY count(*) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "Shipment", + "AS", + "T1", + "JOIN", + "Planet", + "AS", + "T2", + "ON", + "T1.Planet", + "=", + "T2.PlanetID", + "GROUP", + "BY", + "T1.Planet", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "shipment", + "as", + "t1", + "join", + "planet", + "as", + "t2", + "on", + "t1", + ".", + "planet", + "=", + "t2", + ".", + "planetid", + "group", + "by", + "t1", + ".", + "planet", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the planet with the most shipments?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "planet", + "with", + "the", + "most", + "shipments", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T2.Name , count(*) FROM Shipment AS T1 JOIN Employee AS T2 ON T1.Manager = T2.EmployeeID GROUP BY T1.Manager;", + "query_toks": [ + "SELECT", + "T2.Name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Shipment", + "AS", + "T1", + "JOIN", + "Employee", + "AS", + "T2", + "ON", + "T1.Manager", + "=", + "T2.EmployeeID", + "GROUP", + "BY", + "T1.Manager", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "shipment", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1", + ".", + "manager", + "=", + "t2", + ".", + "employeeid", + "group", + "by", + "t1", + ".", + "manager" + ], + "question": "List the manger's name and number of shipments under his management.", + "question_toks": [ + "List", + "the", + "manger", + "'s", + "name", + "and", + "number", + "of", + "shipments", + "under", + "his", + "management", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T2.Name , count(*) FROM Shipment AS T1 JOIN Employee AS T2 ON T1.Manager = T2.EmployeeID GROUP BY T1.Manager;", + "query_toks": [ + "SELECT", + "T2.Name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Shipment", + "AS", + "T1", + "JOIN", + "Employee", + "AS", + "T2", + "ON", + "T1.Manager", + "=", + "T2.EmployeeID", + "GROUP", + "BY", + "T1.Manager", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "count", + "(", + "*", + ")", + "from", + "shipment", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1", + ".", + "manager", + "=", + "t2", + ".", + "employeeid", + "group", + "by", + "t1", + ".", + "manager" + ], + "question": "What are the number of shipments managed and names of each manager?", + "question_toks": [ + "What", + "are", + "the", + "number", + "of", + "shipments", + "managed", + "and", + "names", + "of", + "each", + "manager", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT sum(T1.Weight) FROM PACKAGE AS T1 JOIN Shipment AS T2 ON T1.Shipment = T2.ShipmentID JOIN Planet AS T3 ON T2.Planet = T3.PlanetID WHERE T3.Name = \"Mars\";", + "query_toks": [ + "SELECT", + "sum", + "(", + "T1.Weight", + ")", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Shipment", + "AS", + "T2", + "ON", + "T1.Shipment", + "=", + "T2.ShipmentID", + "JOIN", + "Planet", + "AS", + "T3", + "ON", + "T2.Planet", + "=", + "T3.PlanetID", + "WHERE", + "T3.Name", + "=", + "``", + "Mars", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "weight", + ")", + "from", + "package", + "as", + "t1", + "join", + "shipment", + "as", + "t2", + "on", + "t1", + ".", + "shipment", + "=", + "t2", + ".", + "shipmentid", + "join", + "planet", + "as", + "t3", + "on", + "t2", + ".", + "planet", + "=", + "t3", + ".", + "planetid", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Calculate total weight of package shipped on Mars.", + "question_toks": [ + "Calculate", + "total", + "weight", + "of", + "package", + "shipped", + "on", + "Mars", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Mars\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT sum(T1.Weight) FROM PACKAGE AS T1 JOIN Shipment AS T2 ON T1.Shipment = T2.ShipmentID JOIN Planet AS T3 ON T2.Planet = T3.PlanetID WHERE T3.Name = \"Mars\";", + "query_toks": [ + "SELECT", + "sum", + "(", + "T1.Weight", + ")", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Shipment", + "AS", + "T2", + "ON", + "T1.Shipment", + "=", + "T2.ShipmentID", + "JOIN", + "Planet", + "AS", + "T3", + "ON", + "T2.Planet", + "=", + "T3.PlanetID", + "WHERE", + "T3.Name", + "=", + "``", + "Mars", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "weight", + ")", + "from", + "package", + "as", + "t1", + "join", + "shipment", + "as", + "t2", + "on", + "t1", + ".", + "shipment", + "=", + "t2", + ".", + "shipmentid", + "join", + "planet", + "as", + "t3", + "on", + "t2", + ".", + "planet", + "=", + "t3", + ".", + "planetid", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "what is the total weight of all packages shipped on Mars?", + "question_toks": [ + "what", + "is", + "the", + "total", + "weight", + "of", + "all", + "packages", + "shipped", + "on", + "Mars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Mars\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "select t3.name , sum(t1.weight) from package as t1 join shipment as t2 on t1.shipment = t2.shipmentid join planet as t3 on t2.planet = t3.planetid group by t2.planet;", + "query_toks": [ + "select", + "t3.name", + ",", + "sum", + "(", + "t1.weight", + ")", + "from", + "package", + "as", + "t1", + "join", + "shipment", + "as", + "t2", + "on", + "t1.shipment", + "=", + "t2.shipmentid", + "join", + "planet", + "as", + "t3", + "on", + "t2.planet", + "=", + "t3.planetid", + "group", + "by", + "t2.planet", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + ",", + "sum", + "(", + "t1", + ".", + "weight", + ")", + "from", + "package", + "as", + "t1", + "join", + "shipment", + "as", + "t2", + "on", + "t1", + ".", + "shipment", + "=", + "t2", + ".", + "shipmentid", + "join", + "planet", + "as", + "t3", + "on", + "t2", + ".", + "planet", + "=", + "t3", + ".", + "planetid", + "group", + "by", + "t2", + ".", + "planet" + ], + "question": "Calculate total weight of package shipped in each planet . show the name of each planet .", + "question_toks": [ + "Calculate", + "total", + "weight", + "of", + "package", + "shipped", + "in", + "each", + "planet", + ".", + "show", + "the", + "name", + "of", + "each", + "planet", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "select t3.name , sum(t1.weight) from package as t1 join shipment as t2 on t1.shipment = t2.shipmentid join planet as t3 on t2.planet = t3.planetid group by t2.planet;", + "query_toks": [ + "select", + "t3.name", + ",", + "sum", + "(", + "t1.weight", + ")", + "from", + "package", + "as", + "t1", + "join", + "shipment", + "as", + "t2", + "on", + "t1.shipment", + "=", + "t2.shipmentid", + "join", + "planet", + "as", + "t3", + "on", + "t2.planet", + "=", + "t3.planetid", + "group", + "by", + "t2.planet", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + ",", + "sum", + "(", + "t1", + ".", + "weight", + ")", + "from", + "package", + "as", + "t1", + "join", + "shipment", + "as", + "t2", + "on", + "t1", + ".", + "shipment", + "=", + "t2", + ".", + "shipmentid", + "join", + "planet", + "as", + "t3", + "on", + "t2", + ".", + "planet", + "=", + "t3", + ".", + "planetid", + "group", + "by", + "t2", + ".", + "planet" + ], + "question": "what is the total package weight for each planet, list its name ?", + "question_toks": [ + "what", + "is", + "the", + "total", + "package", + "weight", + "for", + "each", + "planet,", + "list", + "its", + "name", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T3.Name FROM PACKAGE AS T1 JOIN Shipment AS T2 ON T1.Shipment = T2.ShipmentID JOIN Planet AS T3 ON T2.Planet = T3.PlanetID GROUP BY T2.Planet HAVING sum(T1.Weight) > 30;", + "query_toks": [ + "SELECT", + "T3.Name", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Shipment", + "AS", + "T2", + "ON", + "T1.Shipment", + "=", + "T2.ShipmentID", + "JOIN", + "Planet", + "AS", + "T3", + "ON", + "T2.Planet", + "=", + "T3.PlanetID", + "GROUP", + "BY", + "T2.Planet", + "HAVING", + "sum", + "(", + "T1.Weight", + ")", + ">", + "30", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "package", + "as", + "t1", + "join", + "shipment", + "as", + "t2", + "on", + "t1", + ".", + "shipment", + "=", + "t2", + ".", + "shipmentid", + "join", + "planet", + "as", + "t3", + "on", + "t2", + ".", + "planet", + "=", + "t3", + ".", + "planetid", + "group", + "by", + "t2", + ".", + "planet", + "having", + "sum", + "(", + "t1", + ".", + "weight", + ")", + ">", + "value" + ], + "question": "Which planet has total weight of shipment greater than 30? List planet name.", + "question_toks": [ + "Which", + "planet", + "has", + "total", + "weight", + "of", + "shipment", + "greater", + "than", + "30", + "?", + "List", + "planet", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 21, + false + ], + null + ], + 30.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T3.Name FROM PACKAGE AS T1 JOIN Shipment AS T2 ON T1.Shipment = T2.ShipmentID JOIN Planet AS T3 ON T2.Planet = T3.PlanetID GROUP BY T2.Planet HAVING sum(T1.Weight) > 30;", + "query_toks": [ + "SELECT", + "T3.Name", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Shipment", + "AS", + "T2", + "ON", + "T1.Shipment", + "=", + "T2.ShipmentID", + "JOIN", + "Planet", + "AS", + "T3", + "ON", + "T2.Planet", + "=", + "T3.PlanetID", + "GROUP", + "BY", + "T2.Planet", + "HAVING", + "sum", + "(", + "T1.Weight", + ")", + ">", + "30", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "package", + "as", + "t1", + "join", + "shipment", + "as", + "t2", + "on", + "t1", + ".", + "shipment", + "=", + "t2", + ".", + "shipmentid", + "join", + "planet", + "as", + "t3", + "on", + "t2", + ".", + "planet", + "=", + "t3", + ".", + "planetid", + "group", + "by", + "t2", + ".", + "planet", + "having", + "sum", + "(", + "t1", + ".", + "weight", + ")", + ">", + "value" + ], + "question": "What are the names of all planets tjat have a total shipment weight greater than 30?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "planets", + "tjat", + "have", + "a", + "total", + "shipment", + "weight", + "greater", + "than", + "30", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 21, + false + ], + null + ], + 30.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber JOIN Shipment AS T3 ON T1.Shipment = T3.ShipmentID JOIN Planet AS T4 ON T3.Planet = T4.PlanetID WHERE T2.Name = \"Zapp Brannigan\" AND T4.Name = \"Omicron Persei 8\";", + "query_toks": [ + "SELECT", + "T1.PackageNumber", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "JOIN", + "Shipment", + "AS", + "T3", + "ON", + "T1.Shipment", + "=", + "T3.ShipmentID", + "JOIN", + "Planet", + "AS", + "T4", + "ON", + "T3.Planet", + "=", + "T4.PlanetID", + "WHERE", + "T2.Name", + "=", + "``", + "Zapp", + "Brannigan", + "''", + "AND", + "T4.Name", + "=", + "``", + "Omicron", + "Persei", + "8", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "join", + "shipment", + "as", + "t3", + "on", + "t1", + ".", + "shipment", + "=", + "t3", + ".", + "shipmentid", + "join", + "planet", + "as", + "t4", + "on", + "t3", + ".", + "planet", + "=", + "t4", + ".", + "planetid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "name", + "=", + "value" + ], + "question": "List package number of package shipped in planet Omicron Persei 8 and sent by Zapp Brannigan.", + "question_toks": [ + "List", + "package", + "number", + "of", + "package", + "shipped", + "in", + "planet", + "Omicron", + "Persei", + "8", + "and", + "sent", + "by", + "Zapp", + "Brannigan", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Zapp Brannigan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Omicron Persei 8\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber JOIN Shipment AS T3 ON T1.Shipment = T3.ShipmentID JOIN Planet AS T4 ON T3.Planet = T4.PlanetID WHERE T2.Name = \"Zapp Brannigan\" AND T4.Name = \"Omicron Persei 8\";", + "query_toks": [ + "SELECT", + "T1.PackageNumber", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "JOIN", + "Shipment", + "AS", + "T3", + "ON", + "T1.Shipment", + "=", + "T3.ShipmentID", + "JOIN", + "Planet", + "AS", + "T4", + "ON", + "T3.Planet", + "=", + "T4.PlanetID", + "WHERE", + "T2.Name", + "=", + "``", + "Zapp", + "Brannigan", + "''", + "AND", + "T4.Name", + "=", + "``", + "Omicron", + "Persei", + "8", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "join", + "shipment", + "as", + "t3", + "on", + "t1", + ".", + "shipment", + "=", + "t3", + ".", + "shipmentid", + "join", + "planet", + "as", + "t4", + "on", + "t3", + ".", + "planet", + "=", + "t4", + ".", + "planetid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "name", + "=", + "value" + ], + "question": "What are the number of packages sent by Zapp Brannigan and shipped on the Omicron Persei 8?", + "question_toks": [ + "What", + "are", + "the", + "number", + "of", + "packages", + "sent", + "by", + "Zapp", + "Brannigan", + "and", + "shipped", + "on", + "the", + "Omicron", + "Persei", + "8", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Zapp Brannigan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Omicron Persei 8\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber JOIN Shipment AS T3 ON T1.Shipment = T3.ShipmentID JOIN Planet AS T4 ON T3.Planet = T4.PlanetID WHERE T2.Name = \"Zapp Brannigan\" OR T4.Name = \"Omicron Persei 8\";", + "query_toks": [ + "SELECT", + "T1.PackageNumber", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "JOIN", + "Shipment", + "AS", + "T3", + "ON", + "T1.Shipment", + "=", + "T3.ShipmentID", + "JOIN", + "Planet", + "AS", + "T4", + "ON", + "T3.Planet", + "=", + "T4.PlanetID", + "WHERE", + "T2.Name", + "=", + "``", + "Zapp", + "Brannigan", + "''", + "OR", + "T4.Name", + "=", + "``", + "Omicron", + "Persei", + "8", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "join", + "shipment", + "as", + "t3", + "on", + "t1", + ".", + "shipment", + "=", + "t3", + ".", + "shipmentid", + "join", + "planet", + "as", + "t4", + "on", + "t3", + ".", + "planet", + "=", + "t4", + ".", + "planetid", + "where", + "t2", + ".", + "name", + "=", + "value", + "or", + "t4", + ".", + "name", + "=", + "value" + ], + "question": "List package number of packages shipped in Omicron Persei 8 planet or sent by Zapp Brannigan.", + "question_toks": [ + "List", + "package", + "number", + "of", + "packages", + "shipped", + "in", + "Omicron", + "Persei", + "8", + "planet", + "or", + "sent", + "by", + "Zapp", + "Brannigan", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Zapp Brannigan\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Omicron Persei 8\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber JOIN Shipment AS T3 ON T1.Shipment = T3.ShipmentID JOIN Planet AS T4 ON T3.Planet = T4.PlanetID WHERE T2.Name = \"Zapp Brannigan\" OR T4.Name = \"Omicron Persei 8\";", + "query_toks": [ + "SELECT", + "T1.PackageNumber", + "FROM", + "PACKAGE", + "AS", + "T1", + "JOIN", + "Client", + "AS", + "T2", + "ON", + "T1.Sender", + "=", + "T2.AccountNumber", + "JOIN", + "Shipment", + "AS", + "T3", + "ON", + "T1.Shipment", + "=", + "T3.ShipmentID", + "JOIN", + "Planet", + "AS", + "T4", + "ON", + "T3.Planet", + "=", + "T4.PlanetID", + "WHERE", + "T2.Name", + "=", + "``", + "Zapp", + "Brannigan", + "''", + "OR", + "T4.Name", + "=", + "``", + "Omicron", + "Persei", + "8", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "packagenumber", + "from", + "package", + "as", + "t1", + "join", + "client", + "as", + "t2", + "on", + "t1", + ".", + "sender", + "=", + "t2", + ".", + "accountnumber", + "join", + "shipment", + "as", + "t3", + "on", + "t1", + ".", + "shipment", + "=", + "t3", + ".", + "shipmentid", + "join", + "planet", + "as", + "t4", + "on", + "t3", + ".", + "planet", + "=", + "t4", + ".", + "planetid", + "where", + "t2", + ".", + "name", + "=", + "value", + "or", + "t4", + ".", + "name", + "=", + "value" + ], + "question": "What are the number of packages shipped on Omicron Persei 8 planet or sent by Zapp Brannigan?", + "question_toks": [ + "What", + "are", + "the", + "number", + "of", + "packages", + "shipped", + "on", + "Omicron", + "Persei", + "8", + "planet", + "or", + "sent", + "by", + "Zapp", + "Brannigan", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 18, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Zapp Brannigan\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Omicron Persei 8\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT PackageNumber , Weight FROM PACKAGE WHERE Weight BETWEEN 10 AND 30;", + "query_toks": [ + "SELECT", + "PackageNumber", + ",", + "Weight", + "FROM", + "PACKAGE", + "WHERE", + "Weight", + "BETWEEN", + "10", + "AND", + "30", + ";" + ], + "query_toks_no_value": [ + "select", + "packagenumber", + ",", + "weight", + "from", + "package", + "where", + "weight", + "between", + "value", + "and", + "value" + ], + "question": "Which packages have weight between 10 and 30? List the package number and weight.", + "question_toks": [ + "Which", + "packages", + "have", + "weight", + "between", + "10", + "and", + "30", + "?", + "List", + "the", + "package", + "number", + "and", + "weight", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + 10.0, + 30.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT PackageNumber , Weight FROM PACKAGE WHERE Weight BETWEEN 10 AND 30;", + "query_toks": [ + "SELECT", + "PackageNumber", + ",", + "Weight", + "FROM", + "PACKAGE", + "WHERE", + "Weight", + "BETWEEN", + "10", + "AND", + "30", + ";" + ], + "query_toks_no_value": [ + "select", + "packagenumber", + ",", + "weight", + "from", + "package", + "where", + "weight", + "between", + "value", + "and", + "value" + ], + "question": "What are the package numbers and weights that are between 10 and 30?", + "question_toks": [ + "What", + "are", + "the", + "package", + "numbers", + "and", + "weights", + "that", + "are", + "between", + "10", + "and", + "30", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + 10.0, + 30.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT Name FROM Employee EXCEPT SELECT T2.Name FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID JOIN Planet AS T3 ON T1.Planet = T3.PlanetID WHERE T3.Name = \"Mars\";", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "Employee", + "EXCEPT", + "SELECT", + "T2.Name", + "FROM", + "Has_Clearance", + "AS", + "T1", + "JOIN", + "Employee", + "AS", + "T2", + "ON", + "T1.Employee", + "=", + "T2.EmployeeID", + "JOIN", + "Planet", + "AS", + "T3", + "ON", + "T1.Planet", + "=", + "T3.PlanetID", + "WHERE", + "T3.Name", + "=", + "``", + "Mars", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "employee", + "except", + "select", + "t2", + ".", + "name", + "from", + "has_clearance", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1", + ".", + "employee", + "=", + "t2", + ".", + "employeeid", + "join", + "planet", + "as", + "t3", + "on", + "t1", + ".", + "planet", + "=", + "t3", + ".", + "planetid", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Which employees do not have clearance in Mars? List employee's name.", + "question_toks": [ + "Which", + "employees", + "do", + "not", + "have", + "clearance", + "in", + "Mars", + "?", + "List", + "employee", + "'s", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Mars\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "planet_1", + "query": "SELECT Name FROM Employee EXCEPT SELECT T2.Name FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID JOIN Planet AS T3 ON T1.Planet = T3.PlanetID WHERE T3.Name = \"Mars\";", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "Employee", + "EXCEPT", + "SELECT", + "T2.Name", + "FROM", + "Has_Clearance", + "AS", + "T1", + "JOIN", + "Employee", + "AS", + "T2", + "ON", + "T1.Employee", + "=", + "T2.EmployeeID", + "JOIN", + "Planet", + "AS", + "T3", + "ON", + "T1.Planet", + "=", + "T3.PlanetID", + "WHERE", + "T3.Name", + "=", + "``", + "Mars", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "employee", + "except", + "select", + "t2", + ".", + "name", + "from", + "has_clearance", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1", + ".", + "employee", + "=", + "t2", + ".", + "employeeid", + "join", + "planet", + "as", + "t3", + "on", + "t1", + ".", + "planet", + "=", + "t3", + ".", + "planetid", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What are the names of all employees who don't have clearance on Mars?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "employees", + "who", + "do", + "n't", + "have", + "clearance", + "on", + "Mars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Mars\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "planet_1", + "query": "SELECT T2.Name FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID JOIN Planet AS T3 ON T1.Planet = T3.PlanetID WHERE T3.Name = \"Omega III\";", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "Has_Clearance", + "AS", + "T1", + "JOIN", + "Employee", + "AS", + "T2", + "ON", + "T1.Employee", + "=", + "T2.EmployeeID", + "JOIN", + "Planet", + "AS", + "T3", + "ON", + "T1.Planet", + "=", + "T3.PlanetID", + "WHERE", + "T3.Name", + "=", + "``", + "Omega", + "III", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "has_clearance", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1", + ".", + "employee", + "=", + "t2", + ".", + "employeeid", + "join", + "planet", + "as", + "t3", + "on", + "t1", + ".", + "planet", + "=", + "t3", + ".", + "planetid", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Which employees have clearance in Omega III? List employees' name.", + "question_toks": [ + "Which", + "employees", + "have", + "clearance", + "in", + "Omega", + "III", + "?", + "List", + "employees", + "'", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Omega III\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T2.Name FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID JOIN Planet AS T3 ON T1.Planet = T3.PlanetID WHERE T3.Name = \"Omega III\";", + "query_toks": [ + "SELECT", + "T2.Name", + "FROM", + "Has_Clearance", + "AS", + "T1", + "JOIN", + "Employee", + "AS", + "T2", + "ON", + "T1.Employee", + "=", + "T2.EmployeeID", + "JOIN", + "Planet", + "AS", + "T3", + "ON", + "T1.Planet", + "=", + "T3.PlanetID", + "WHERE", + "T3.Name", + "=", + "``", + "Omega", + "III", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "has_clearance", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1", + ".", + "employee", + "=", + "t2", + ".", + "employeeid", + "join", + "planet", + "as", + "t3", + "on", + "t1", + ".", + "planet", + "=", + "t3", + ".", + "planetid", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What are the names of all employees with clearance on Omega III?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "employees", + "with", + "clearance", + "on", + "Omega", + "III", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"Omega III\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T3.Name FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID JOIN Planet AS T3 ON T1.Planet = T3.PlanetID GROUP BY T1.Planet HAVING count(*) = 1;", + "query_toks": [ + "SELECT", + "T3.Name", + "FROM", + "Has_Clearance", + "AS", + "T1", + "JOIN", + "Employee", + "AS", + "T2", + "ON", + "T1.Employee", + "=", + "T2.EmployeeID", + "JOIN", + "Planet", + "AS", + "T3", + "ON", + "T1.Planet", + "=", + "T3.PlanetID", + "GROUP", + "BY", + "T1.Planet", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "has_clearance", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1", + ".", + "employee", + "=", + "t2", + ".", + "employeeid", + "join", + "planet", + "as", + "t3", + "on", + "t1", + ".", + "planet", + "=", + "t3", + ".", + "planetid", + "group", + "by", + "t1", + ".", + "planet", + "having", + "count", + "(", + "*", + ")", + "=", + "value" + ], + "question": "Which planets that have exact one employee has clearance? List planets' name.", + "question_toks": [ + "Which", + "planets", + "that", + "have", + "exact", + "one", + "employee", + "has", + "clearance", + "?", + "List", + "planets", + "'", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT T3.Name FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID JOIN Planet AS T3 ON T1.Planet = T3.PlanetID GROUP BY T1.Planet HAVING count(*) = 1;", + "query_toks": [ + "SELECT", + "T3.Name", + "FROM", + "Has_Clearance", + "AS", + "T1", + "JOIN", + "Employee", + "AS", + "T2", + "ON", + "T1.Employee", + "=", + "T2.EmployeeID", + "JOIN", + "Planet", + "AS", + "T3", + "ON", + "T1.Planet", + "=", + "T3.PlanetID", + "GROUP", + "BY", + "T1.Planet", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "has_clearance", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1", + ".", + "employee", + "=", + "t2", + ".", + "employeeid", + "join", + "planet", + "as", + "t3", + "on", + "t1", + ".", + "planet", + "=", + "t3", + ".", + "planetid", + "group", + "by", + "t1", + ".", + "planet", + "having", + "count", + "(", + "*", + ")", + "=", + "value" + ], + "question": "What are the names of all planets with one employee that has clearance?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "planets", + "with", + "one", + "employee", + "that", + "has", + "clearance", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT Name FROM Employee WHERE Salary BETWEEN 5000 AND 10000", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "Employee", + "WHERE", + "Salary", + "BETWEEN", + "5000", + "AND", + "10000" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "employee", + "where", + "salary", + "between", + "value", + "and", + "value" + ], + "question": "Which employees have salaries between 5000 and 10000? List employees' name.", + "question_toks": [ + "Which", + "employees", + "have", + "salaries", + "between", + "5000", + "and", + "10000", + "?", + "List", + "employees", + "'", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 5000.0, + 10000.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT Name FROM Employee WHERE Salary BETWEEN 5000 AND 10000", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "Employee", + "WHERE", + "Salary", + "BETWEEN", + "5000", + "AND", + "10000" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "employee", + "where", + "salary", + "between", + "value", + "and", + "value" + ], + "question": "What are the employees's names for those that have salaries between 5000 and 10000?", + "question_toks": [ + "What", + "are", + "the", + "employees", + "'s", + "names", + "for", + "those", + "that", + "have", + "salaries", + "between", + "5000", + "and", + "10000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 1, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 5000.0, + 10000.0 + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT Name FROM Employee WHERE Salary > 5000 OR Salary > (SELECT avg(salary) FROM employee)", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "Employee", + "WHERE", + "Salary", + ">", + "5000", + "OR", + "Salary", + ">", + "(", + "SELECT", + "avg", + "(", + "salary", + ")", + "FROM", + "employee", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "employee", + "where", + "salary", + ">", + "value", + "or", + "salary", + ">", + "(", + "select", + "avg", + "(", + "salary", + ")", + "from", + "employee", + ")" + ], + "question": "Find the name of employees whose salary is above the average salary or more than 5000.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "employees", + "whose", + "salary", + "is", + "above", + "the", + "average", + "salary", + "or", + "more", + "than", + "5000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 5000.0, + null + ], + "or", + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "SELECT Name FROM Employee WHERE Salary > 5000 OR Salary > (SELECT avg(salary) FROM employee)", + "query_toks": [ + "SELECT", + "Name", + "FROM", + "Employee", + "WHERE", + "Salary", + ">", + "5000", + "OR", + "Salary", + ">", + "(", + "SELECT", + "avg", + "(", + "salary", + ")", + "FROM", + "employee", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "employee", + "where", + "salary", + ">", + "value", + "or", + "salary", + ">", + "(", + "select", + "avg", + "(", + "salary", + ")", + "from", + "employee", + ")" + ], + "question": "What are the names of all employees who have a salary greater than average or more than 5000?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "employees", + "who", + "have", + "a", + "salary", + "greater", + "than", + "average", + "or", + "more", + "than", + "5000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 5000.0, + null + ], + "or", + [ + false, + 3, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "select count(*) from employee where employeeid not in ( select t2.employeeid from has_clearance as t1 join employee as t2 on t1.employee = t2.employeeid join planet as t3 on t1.planet = t3.planetid where t3.name = \"mars\" );", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "employee", + "where", + "employeeid", + "not", + "in", + "(", + "select", + "t2.employeeid", + "from", + "has_clearance", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1.employee", + "=", + "t2.employeeid", + "join", + "planet", + "as", + "t3", + "on", + "t1.planet", + "=", + "t3.planetid", + "where", + "t3.name", + "=", + "\"mars\"", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "employee", + "where", + "employeeid", + "not", + "in", + "(", + "select", + "t2", + ".", + "employeeid", + "from", + "has_clearance", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1", + ".", + "employee", + "=", + "t2", + ".", + "employeeid", + "join", + "planet", + "as", + "t3", + "on", + "t1", + ".", + "planet", + "=", + "t3", + ".", + "planetid", + "where", + "t3", + ".", + "name", + "=", + "value", + ")" + ], + "question": "Find the number of employees who do not have clearance in Mars .", + "question_toks": [ + "Find", + "the", + "number", + "of", + "employees", + "who", + "do", + "not", + "have", + "clearance", + "in", + "Mars", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"mars\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "planet_1", + "query": "select count(*) from employee where employeeid not in ( select t2.employeeid from has_clearance as t1 join employee as t2 on t1.employee = t2.employeeid join planet as t3 on t1.planet = t3.planetid where t3.name = \"mars\" );", + "query_toks": [ + "select", + "count", + "(", + "*", + ")", + "from", + "employee", + "where", + "employeeid", + "not", + "in", + "(", + "select", + "t2.employeeid", + "from", + "has_clearance", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1.employee", + "=", + "t2.employeeid", + "join", + "planet", + "as", + "t3", + "on", + "t1.planet", + "=", + "t3.planetid", + "where", + "t3.name", + "=", + "\"mars\"", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "employee", + "where", + "employeeid", + "not", + "in", + "(", + "select", + "t2", + ".", + "employeeid", + "from", + "has_clearance", + "as", + "t1", + "join", + "employee", + "as", + "t2", + "on", + "t1", + ".", + "employee", + "=", + "t2", + ".", + "employeeid", + "join", + "planet", + "as", + "t3", + "on", + "t1", + ".", + "planet", + "=", + "t3", + ".", + "planetid", + "where", + "t3", + ".", + "name", + "=", + "value", + ")" + ], + "question": "What is the number of employees that do not have clearance on Mars ?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "employees", + "that", + "do", + "not", + "have", + "clearance", + "on", + "Mars", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"mars\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT count(*) FROM game", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "game" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "game" + ], + "question": "How many games are there?", + "question_toks": [ + "How", + "many", + "games", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT count(*) FROM game", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "game" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "game" + ], + "question": "Count the number of games.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "games", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Title , Developers FROM game ORDER BY Units_sold_Millions DESC", + "query_toks": [ + "SELECT", + "Title", + ",", + "Developers", + "FROM", + "game", + "ORDER", + "BY", + "Units_sold_Millions", + "DESC" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "developers", + "from", + "game", + "order", + "by", + "units_sold_millions", + "desc" + ], + "question": "List the Title and Developers of all games ordered by units sold from large to small.", + "question_toks": [ + "List", + "the", + "Title", + "and", + "Developers", + "of", + "all", + "games", + "ordered", + "by", + "units", + "sold", + "from", + "large", + "to", + "small", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Title , Developers FROM game ORDER BY Units_sold_Millions DESC", + "query_toks": [ + "SELECT", + "Title", + ",", + "Developers", + "FROM", + "game", + "ORDER", + "BY", + "Units_sold_Millions", + "DESC" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "developers", + "from", + "game", + "order", + "by", + "units_sold_millions", + "desc" + ], + "question": "What are the titles and developers of all games, sorted by units sold descending?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "and", + "developers", + "of", + "all", + "games", + ",", + "sorted", + "by", + "units", + "sold", + "descending", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT avg(Units_sold_Millions) FROM game WHERE developers != 'Nintendo'", + "query_toks": [ + "SELECT", + "avg", + "(", + "Units_sold_Millions", + ")", + "FROM", + "game", + "WHERE", + "developers", + "!", + "=", + "'Nintendo", + "'" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "units_sold_millions", + ")", + "from", + "game", + "where", + "developers", + "!", + "=", + "value" + ], + "question": "What is the average units sold in millions of the games that are not developed by Nintendo?", + "question_toks": [ + "What", + "is", + "the", + "average", + "units", + "sold", + "in", + "millions", + "of", + "the", + "games", + "that", + "are", + "not", + "developed", + "by", + "Nintendo", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Nintendo\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT avg(Units_sold_Millions) FROM game WHERE developers != 'Nintendo'", + "query_toks": [ + "SELECT", + "avg", + "(", + "Units_sold_Millions", + ")", + "FROM", + "game", + "WHERE", + "developers", + "!", + "=", + "'Nintendo", + "'" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "units_sold_millions", + ")", + "from", + "game", + "where", + "developers", + "!", + "=", + "value" + ], + "question": "Return the average number of units sold in millions for games not developed by Nintendo.", + "question_toks": [ + "Return", + "the", + "average", + "number", + "of", + "units", + "sold", + "in", + "millions", + "for", + "games", + "not", + "developed", + "by", + "Nintendo", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Nintendo\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Platform_name , Market_district FROM platform", + "query_toks": [ + "SELECT", + "Platform_name", + ",", + "Market_district", + "FROM", + "platform" + ], + "query_toks_no_value": [ + "select", + "platform_name", + ",", + "market_district", + "from", + "platform" + ], + "question": "What are the names and market districts of all platforms?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "market", + "districts", + "of", + "all", + "platforms", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Platform_name , Market_district FROM platform", + "query_toks": [ + "SELECT", + "Platform_name", + ",", + "Market_district", + "FROM", + "platform" + ], + "query_toks_no_value": [ + "select", + "platform_name", + ",", + "market_district", + "from", + "platform" + ], + "question": "Return all platform names and corresponding market districts.", + "question_toks": [ + "Return", + "all", + "platform", + "names", + "and", + "corresponding", + "market", + "districts", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Platform_name , Platform_ID FROM platform WHERE Download_rank = 1", + "query_toks": [ + "SELECT", + "Platform_name", + ",", + "Platform_ID", + "FROM", + "platform", + "WHERE", + "Download_rank", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "platform_name", + ",", + "platform_id", + "from", + "platform", + "where", + "download_rank", + "=", + "value" + ], + "question": "What are the names and id of platforms whose download rank is 1?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "id", + "of", + "platforms", + "whose", + "download", + "rank", + "is", + "1", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Platform_name , Platform_ID FROM platform WHERE Download_rank = 1", + "query_toks": [ + "SELECT", + "Platform_name", + ",", + "Platform_ID", + "FROM", + "platform", + "WHERE", + "Download_rank", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "platform_name", + ",", + "platform_id", + "from", + "platform", + "where", + "download_rank", + "=", + "value" + ], + "question": "Return the names and ids of all platforms with the download rank of 1.", + "question_toks": [ + "Return", + "the", + "names", + "and", + "ids", + "of", + "all", + "platforms", + "with", + "the", + "download", + "rank", + "of", + "1", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT max(Rank_of_the_year) , min(Rank_of_the_year) FROM player", + "query_toks": [ + "SELECT", + "max", + "(", + "Rank_of_the_year", + ")", + ",", + "min", + "(", + "Rank_of_the_year", + ")", + "FROM", + "player" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "rank_of_the_year", + ")", + ",", + "min", + "(", + "rank_of_the_year", + ")", + "from", + "player" + ], + "question": "What are the maximum and minimum rank of the year of players.", + "question_toks": [ + "What", + "are", + "the", + "maximum", + "and", + "minimum", + "rank", + "of", + "the", + "year", + "of", + "players", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT max(Rank_of_the_year) , min(Rank_of_the_year) FROM player", + "query_toks": [ + "SELECT", + "max", + "(", + "Rank_of_the_year", + ")", + ",", + "min", + "(", + "Rank_of_the_year", + ")", + "FROM", + "player" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "rank_of_the_year", + ")", + ",", + "min", + "(", + "rank_of_the_year", + ")", + "from", + "player" + ], + "question": "Give the maximum and minimum rank of the year across all players.", + "question_toks": [ + "Give", + "the", + "maximum", + "and", + "minimum", + "rank", + "of", + "the", + "year", + "across", + "all", + "players", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT count(*) FROM player WHERE Rank_of_the_year <= 3", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "player", + "WHERE", + "Rank_of_the_year", + "<", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "player", + "where", + "rank_of_the_year", + "<", + "=", + "value" + ], + "question": "How many players have rank of the year smaller than 3?", + "question_toks": [ + "How", + "many", + "players", + "have", + "rank", + "of", + "the", + "year", + "smaller", + "than", + "3", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 6, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 3.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT count(*) FROM player WHERE Rank_of_the_year <= 3", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "player", + "WHERE", + "Rank_of_the_year", + "<", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "player", + "where", + "rank_of_the_year", + "<", + "=", + "value" + ], + "question": "Count the number of players that have a rank of year of at most 3.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "players", + "that", + "have", + "a", + "rank", + "of", + "year", + "of", + "at", + "most", + "3", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 6, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + 3.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Player_name FROM player ORDER BY Player_name ASC", + "query_toks": [ + "SELECT", + "Player_name", + "FROM", + "player", + "ORDER", + "BY", + "Player_name", + "ASC" + ], + "query_toks_no_value": [ + "select", + "player_name", + "from", + "player", + "order", + "by", + "player_name", + "asc" + ], + "question": "List all player names in ascending alphabetical order.", + "question_toks": [ + "List", + "all", + "player", + "names", + "in", + "ascending", + "alphabetical", + "order", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Player_name FROM player ORDER BY Player_name ASC", + "query_toks": [ + "SELECT", + "Player_name", + "FROM", + "player", + "ORDER", + "BY", + "Player_name", + "ASC" + ], + "query_toks_no_value": [ + "select", + "player_name", + "from", + "player", + "order", + "by", + "player_name", + "asc" + ], + "question": "What are the names of all players in alphabetical order?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "all", + "players", + "in", + "alphabetical", + "order", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Player_name , College FROM player ORDER BY Rank_of_the_year DESC", + "query_toks": [ + "SELECT", + "Player_name", + ",", + "College", + "FROM", + "player", + "ORDER", + "BY", + "Rank_of_the_year", + "DESC" + ], + "query_toks_no_value": [ + "select", + "player_name", + ",", + "college", + "from", + "player", + "order", + "by", + "rank_of_the_year", + "desc" + ], + "question": "List names and colleges of all players in descending order of rank of the year.", + "question_toks": [ + "List", + "names", + "and", + "colleges", + "of", + "all", + "players", + "in", + "descending", + "order", + "of", + "rank", + "of", + "the", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Player_name , College FROM player ORDER BY Rank_of_the_year DESC", + "query_toks": [ + "SELECT", + "Player_name", + ",", + "College", + "FROM", + "player", + "ORDER", + "BY", + "Rank_of_the_year", + "DESC" + ], + "query_toks_no_value": [ + "select", + "player_name", + ",", + "college", + "from", + "player", + "order", + "by", + "rank_of_the_year", + "desc" + ], + "question": "What are the names and colleges of all players, ordered by rank of year descending?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "colleges", + "of", + "all", + "players", + ",", + "ordered", + "by", + "rank", + "of", + "year", + "descending", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT T3.Player_name , T3.rank_of_the_year FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T1.Title = \"Super Mario World\"", + "query_toks": [ + "SELECT", + "T3.Player_name", + ",", + "T3.rank_of_the_year", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "game_player", + "AS", + "T2", + "ON", + "T1.Game_ID", + "=", + "T2.Game_ID", + "JOIN", + "player", + "AS", + "T3", + "ON", + "T2.Player_ID", + "=", + "T3.Player_ID", + "WHERE", + "T1.Title", + "=", + "``", + "Super", + "Mario", + "World", + "''" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "player_name", + ",", + "t3", + ".", + "rank_of_the_year", + "from", + "game", + "as", + "t1", + "join", + "game_player", + "as", + "t2", + "on", + "t1", + ".", + "game_id", + "=", + "t2", + ".", + "game_id", + "join", + "player", + "as", + "t3", + "on", + "t2", + ".", + "player_id", + "=", + "t3", + ".", + "player_id", + "where", + "t1", + ".", + "title", + "=", + "value" + ], + "question": "Please show the names and rank of players that have played the game titled \"Super Mario World\".", + "question_toks": [ + "Please", + "show", + "the", + "names", + "and", + "rank", + "of", + "players", + "that", + "have", + "played", + "the", + "game", + "titled", + "``", + "Super", + "Mario", + "World", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Super Mario World\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT T3.Player_name , T3.rank_of_the_year FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T1.Title = \"Super Mario World\"", + "query_toks": [ + "SELECT", + "T3.Player_name", + ",", + "T3.rank_of_the_year", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "game_player", + "AS", + "T2", + "ON", + "T1.Game_ID", + "=", + "T2.Game_ID", + "JOIN", + "player", + "AS", + "T3", + "ON", + "T2.Player_ID", + "=", + "T3.Player_ID", + "WHERE", + "T1.Title", + "=", + "``", + "Super", + "Mario", + "World", + "''" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "player_name", + ",", + "t3", + ".", + "rank_of_the_year", + "from", + "game", + "as", + "t1", + "join", + "game_player", + "as", + "t2", + "on", + "t1", + ".", + "game_id", + "=", + "t2", + ".", + "game_id", + "join", + "player", + "as", + "t3", + "on", + "t2", + ".", + "player_id", + "=", + "t3", + ".", + "player_id", + "where", + "t1", + ".", + "title", + "=", + "value" + ], + "question": "What are the names and ranks of players who have played the game with the title \"Super Mario World\"?", + "question_toks": [ + "What", + "are", + "the", + "names", + "and", + "ranks", + "of", + "players", + "who", + "have", + "played", + "the", + "game", + "with", + "the", + "title", + "``", + "Super", + "Mario", + "World", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Super Mario World\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT DISTINCT T1.Developers FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.College = \"Auburn\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Developers", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "game_player", + "AS", + "T2", + "ON", + "T1.Game_ID", + "=", + "T2.Game_ID", + "JOIN", + "player", + "AS", + "T3", + "ON", + "T2.Player_ID", + "=", + "T3.Player_ID", + "WHERE", + "T3.College", + "=", + "``", + "Auburn", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "developers", + "from", + "game", + "as", + "t1", + "join", + "game_player", + "as", + "t2", + "on", + "t1", + ".", + "game_id", + "=", + "t2", + ".", + "game_id", + "join", + "player", + "as", + "t3", + "on", + "t2", + ".", + "player_id", + "=", + "t3", + ".", + "player_id", + "where", + "t3", + ".", + "college", + "=", + "value" + ], + "question": "Show the distinct developer of games played by players that go to college \"Auburn\".", + "question_toks": [ + "Show", + "the", + "distinct", + "developer", + "of", + "games", + "played", + "by", + "players", + "that", + "go", + "to", + "college", + "``", + "Auburn", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Auburn\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT DISTINCT T1.Developers FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.College = \"Auburn\"", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.Developers", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "game_player", + "AS", + "T2", + "ON", + "T1.Game_ID", + "=", + "T2.Game_ID", + "JOIN", + "player", + "AS", + "T3", + "ON", + "T2.Player_ID", + "=", + "T3.Player_ID", + "WHERE", + "T3.College", + "=", + "``", + "Auburn", + "''" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "developers", + "from", + "game", + "as", + "t1", + "join", + "game_player", + "as", + "t2", + "on", + "t1", + ".", + "game_id", + "=", + "t2", + ".", + "game_id", + "join", + "player", + "as", + "t3", + "on", + "t2", + ".", + "player_id", + "=", + "t3", + ".", + "player_id", + "where", + "t3", + ".", + "college", + "=", + "value" + ], + "question": "What are the different developers of games that are played by players that attend Auburn college?", + "question_toks": [ + "What", + "are", + "the", + "different", + "developers", + "of", + "games", + "that", + "are", + "played", + "by", + "players", + "that", + "attend", + "Auburn", + "college", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Auburn\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT avg(Units_sold_Millions) FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.Position = \"Guard\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "Units_sold_Millions", + ")", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "game_player", + "AS", + "T2", + "ON", + "T1.Game_ID", + "=", + "T2.Game_ID", + "JOIN", + "player", + "AS", + "T3", + "ON", + "T2.Player_ID", + "=", + "T3.Player_ID", + "WHERE", + "T3.Position", + "=", + "``", + "Guard", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "units_sold_millions", + ")", + "from", + "game", + "as", + "t1", + "join", + "game_player", + "as", + "t2", + "on", + "t1", + ".", + "game_id", + "=", + "t2", + ".", + "game_id", + "join", + "player", + "as", + "t3", + "on", + "t2", + ".", + "player_id", + "=", + "t3", + ".", + "player_id", + "where", + "t3", + ".", + "position", + "=", + "value" + ], + "question": "What is the average number of units sold in millions of games played by players with position \"Guard\"?", + "question_toks": [ + "What", + "is", + "the", + "average", + "number", + "of", + "units", + "sold", + "in", + "millions", + "of", + "games", + "played", + "by", + "players", + "with", + "position", + "``", + "Guard", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"Guard\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT avg(Units_sold_Millions) FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.Position = \"Guard\"", + "query_toks": [ + "SELECT", + "avg", + "(", + "Units_sold_Millions", + ")", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "game_player", + "AS", + "T2", + "ON", + "T1.Game_ID", + "=", + "T2.Game_ID", + "JOIN", + "player", + "AS", + "T3", + "ON", + "T2.Player_ID", + "=", + "T3.Player_ID", + "WHERE", + "T3.Position", + "=", + "``", + "Guard", + "''" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "units_sold_millions", + ")", + "from", + "game", + "as", + "t1", + "join", + "game_player", + "as", + "t2", + "on", + "t1", + ".", + "game_id", + "=", + "t2", + ".", + "game_id", + "join", + "player", + "as", + "t3", + "on", + "t2", + ".", + "player_id", + "=", + "t3", + ".", + "player_id", + "where", + "t3", + ".", + "position", + "=", + "value" + ], + "question": "Return the average number of units sold in millions among games played by players who have the position Guard.", + "question_toks": [ + "Return", + "the", + "average", + "number", + "of", + "units", + "sold", + "in", + "millions", + "among", + "games", + "played", + "by", + "players", + "who", + "have", + "the", + "position", + "Guard", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"Guard\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT T1.Title , T2.Platform_name FROM game AS T1 JOIN platform AS T2 ON T1.Platform_ID = T2.Platform_ID", + "query_toks": [ + "SELECT", + "T1.Title", + ",", + "T2.Platform_name", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "platform", + "AS", + "T2", + "ON", + "T1.Platform_ID", + "=", + "T2.Platform_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + ",", + "t2", + ".", + "platform_name", + "from", + "game", + "as", + "t1", + "join", + "platform", + "as", + "t2", + "on", + "t1", + ".", + "platform_id", + "=", + "t2", + ".", + "platform_id" + ], + "question": "Please list the title and platform name of games.", + "question_toks": [ + "Please", + "list", + "the", + "title", + "and", + "platform", + "name", + "of", + "games", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT T1.Title , T2.Platform_name FROM game AS T1 JOIN platform AS T2 ON T1.Platform_ID = T2.Platform_ID", + "query_toks": [ + "SELECT", + "T1.Title", + ",", + "T2.Platform_name", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "platform", + "AS", + "T2", + "ON", + "T1.Platform_ID", + "=", + "T2.Platform_ID" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + ",", + "t2", + ".", + "platform_name", + "from", + "game", + "as", + "t1", + "join", + "platform", + "as", + "t2", + "on", + "t1", + ".", + "platform_id", + "=", + "t2", + ".", + "platform_id" + ], + "question": "What are the titles and platform names of all games?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "and", + "platform", + "names", + "of", + "all", + "games", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT T1.Title FROM game AS T1 JOIN platform AS T2 ON T1.Platform_ID = T2.Platform_ID WHERE T2.Market_district = \"Asia\" OR T2.Market_district = \"USA\"", + "query_toks": [ + "SELECT", + "T1.Title", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "platform", + "AS", + "T2", + "ON", + "T1.Platform_ID", + "=", + "T2.Platform_ID", + "WHERE", + "T2.Market_district", + "=", + "``", + "Asia", + "''", + "OR", + "T2.Market_district", + "=", + "``", + "USA", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "game", + "as", + "t1", + "join", + "platform", + "as", + "t2", + "on", + "t1", + ".", + "platform_id", + "=", + "t2", + ".", + "platform_id", + "where", + "t2", + ".", + "market_district", + "=", + "value", + "or", + "t2", + ".", + "market_district", + "=", + "value" + ], + "question": "Please list the title of games with platforms that have market district in Asia or USA.", + "question_toks": [ + "Please", + "list", + "the", + "title", + "of", + "games", + "with", + "platforms", + "that", + "have", + "market", + "district", + "in", + "Asia", + "or", + "USA", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Asia\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT T1.Title FROM game AS T1 JOIN platform AS T2 ON T1.Platform_ID = T2.Platform_ID WHERE T2.Market_district = \"Asia\" OR T2.Market_district = \"USA\"", + "query_toks": [ + "SELECT", + "T1.Title", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "platform", + "AS", + "T2", + "ON", + "T1.Platform_ID", + "=", + "T2.Platform_ID", + "WHERE", + "T2.Market_district", + "=", + "``", + "Asia", + "''", + "OR", + "T2.Market_district", + "=", + "``", + "USA", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "game", + "as", + "t1", + "join", + "platform", + "as", + "t2", + "on", + "t1", + ".", + "platform_id", + "=", + "t2", + ".", + "platform_id", + "where", + "t2", + ".", + "market_district", + "=", + "value", + "or", + "t2", + ".", + "market_district", + "=", + "value" + ], + "question": "What are the titles of games that have platforms in the market districts of Asia or the USA?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "games", + "that", + "have", + "platforms", + "in", + "the", + "market", + "districts", + "of", + "Asia", + "or", + "the", + "USA", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Asia\"", + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"USA\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Franchise , COUNT(*) FROM game GROUP BY Franchise", + "query_toks": [ + "SELECT", + "Franchise", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "game", + "GROUP", + "BY", + "Franchise" + ], + "query_toks_no_value": [ + "select", + "franchise", + ",", + "count", + "(", + "*", + ")", + "from", + "game", + "group", + "by", + "franchise" + ], + "question": "List the name of each franchise and the number of games belonging to that franchise.", + "question_toks": [ + "List", + "the", + "name", + "of", + "each", + "franchise", + "and", + "the", + "number", + "of", + "games", + "belonging", + "to", + "that", + "franchise", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Franchise , COUNT(*) FROM game GROUP BY Franchise", + "query_toks": [ + "SELECT", + "Franchise", + ",", + "COUNT", + "(", + "*", + ")", + "FROM", + "game", + "GROUP", + "BY", + "Franchise" + ], + "query_toks_no_value": [ + "select", + "franchise", + ",", + "count", + "(", + "*", + ")", + "from", + "game", + "group", + "by", + "franchise" + ], + "question": "How many games are there from each Franchise?", + "question_toks": [ + "How", + "many", + "games", + "are", + "there", + "from", + "each", + "Franchise", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Franchise FROM game GROUP BY Franchise ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Franchise", + "FROM", + "game", + "GROUP", + "BY", + "Franchise", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "franchise", + "from", + "game", + "group", + "by", + "franchise", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "List the name of franchise that have the most number of games.", + "question_toks": [ + "List", + "the", + "name", + "of", + "franchise", + "that", + "have", + "the", + "most", + "number", + "of", + "games", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Franchise FROM game GROUP BY Franchise ORDER BY COUNT(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "Franchise", + "FROM", + "game", + "GROUP", + "BY", + "Franchise", + "ORDER", + "BY", + "COUNT", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "franchise", + "from", + "game", + "group", + "by", + "franchise", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Which franchise has the most games?", + "question_toks": [ + "Which", + "franchise", + "has", + "the", + "most", + "games", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Franchise FROM game GROUP BY Franchise HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "Franchise", + "FROM", + "game", + "GROUP", + "BY", + "Franchise", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "franchise", + "from", + "game", + "group", + "by", + "franchise", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "List the names of franchises that have at least two games.", + "question_toks": [ + "List", + "the", + "names", + "of", + "franchises", + "that", + "have", + "at", + "least", + "two", + "games", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Franchise FROM game GROUP BY Franchise HAVING COUNT(*) >= 2", + "query_toks": [ + "SELECT", + "Franchise", + "FROM", + "game", + "GROUP", + "BY", + "Franchise", + "HAVING", + "COUNT", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "franchise", + "from", + "game", + "group", + "by", + "franchise", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the names of franchises that have two or more games?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "franchises", + "that", + "have", + "two", + "or", + "more", + "games", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Player_name FROM player WHERE Player_ID NOT IN (SELECT Player_ID FROM game_player)", + "query_toks": [ + "SELECT", + "Player_name", + "FROM", + "player", + "WHERE", + "Player_ID", + "NOT", + "IN", + "(", + "SELECT", + "Player_ID", + "FROM", + "game_player", + ")" + ], + "query_toks_no_value": [ + "select", + "player_name", + "from", + "player", + "where", + "player_id", + "not", + "in", + "(", + "select", + "player_id", + "from", + "game_player", + ")" + ], + "question": "List the name of players that do not play any game.", + "question_toks": [ + "List", + "the", + "name", + "of", + "players", + "that", + "do", + "not", + "play", + "any", + "game", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Player_name FROM player WHERE Player_ID NOT IN (SELECT Player_ID FROM game_player)", + "query_toks": [ + "SELECT", + "Player_name", + "FROM", + "player", + "WHERE", + "Player_ID", + "NOT", + "IN", + "(", + "SELECT", + "Player_ID", + "FROM", + "game_player", + ")" + ], + "query_toks_no_value": [ + "select", + "player_name", + "from", + "player", + "where", + "player_id", + "not", + "in", + "(", + "select", + "player_id", + "from", + "game_player", + ")" + ], + "question": "What are the names of players who do not play any games?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "players", + "who", + "do", + "not", + "play", + "any", + "games", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT T1.Title FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.College = \"Oklahoma\" INTERSECT SELECT T1.Title FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.College = \"Auburn\"", + "query_toks": [ + "SELECT", + "T1.Title", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "game_player", + "AS", + "T2", + "ON", + "T1.Game_ID", + "=", + "T2.Game_ID", + "JOIN", + "player", + "AS", + "T3", + "ON", + "T2.Player_ID", + "=", + "T3.Player_ID", + "WHERE", + "T3.College", + "=", + "``", + "Oklahoma", + "''", + "INTERSECT", + "SELECT", + "T1.Title", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "game_player", + "AS", + "T2", + "ON", + "T1.Game_ID", + "=", + "T2.Game_ID", + "JOIN", + "player", + "AS", + "T3", + "ON", + "T2.Player_ID", + "=", + "T3.Player_ID", + "WHERE", + "T3.College", + "=", + "``", + "Auburn", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "game", + "as", + "t1", + "join", + "game_player", + "as", + "t2", + "on", + "t1", + ".", + "game_id", + "=", + "t2", + ".", + "game_id", + "join", + "player", + "as", + "t3", + "on", + "t2", + ".", + "player_id", + "=", + "t3", + ".", + "player_id", + "where", + "t3", + ".", + "college", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "title", + "from", + "game", + "as", + "t1", + "join", + "game_player", + "as", + "t2", + "on", + "t1", + ".", + "game_id", + "=", + "t2", + ".", + "game_id", + "join", + "player", + "as", + "t3", + "on", + "t2", + ".", + "player_id", + "=", + "t3", + ".", + "player_id", + "where", + "t3", + ".", + "college", + "=", + "value" + ], + "question": "Show the title of games that are played by both players from college \"Oklahoma\" and players from college \"Auburn\".", + "question_toks": [ + "Show", + "the", + "title", + "of", + "games", + "that", + "are", + "played", + "by", + "both", + "players", + "from", + "college", + "``", + "Oklahoma", + "''", + "and", + "players", + "from", + "college", + "``", + "Auburn", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Oklahoma\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Auburn\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT T1.Title FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.College = \"Oklahoma\" INTERSECT SELECT T1.Title FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.College = \"Auburn\"", + "query_toks": [ + "SELECT", + "T1.Title", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "game_player", + "AS", + "T2", + "ON", + "T1.Game_ID", + "=", + "T2.Game_ID", + "JOIN", + "player", + "AS", + "T3", + "ON", + "T2.Player_ID", + "=", + "T3.Player_ID", + "WHERE", + "T3.College", + "=", + "``", + "Oklahoma", + "''", + "INTERSECT", + "SELECT", + "T1.Title", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "game_player", + "AS", + "T2", + "ON", + "T1.Game_ID", + "=", + "T2.Game_ID", + "JOIN", + "player", + "AS", + "T3", + "ON", + "T2.Player_ID", + "=", + "T3.Player_ID", + "WHERE", + "T3.College", + "=", + "``", + "Auburn", + "''" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "game", + "as", + "t1", + "join", + "game_player", + "as", + "t2", + "on", + "t1", + ".", + "game_id", + "=", + "t2", + ".", + "game_id", + "join", + "player", + "as", + "t3", + "on", + "t2", + ".", + "player_id", + "=", + "t3", + ".", + "player_id", + "where", + "t3", + ".", + "college", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "title", + "from", + "game", + "as", + "t1", + "join", + "game_player", + "as", + "t2", + "on", + "t1", + ".", + "game_id", + "=", + "t2", + ".", + "game_id", + "join", + "player", + "as", + "t3", + "on", + "t2", + ".", + "player_id", + "=", + "t3", + ".", + "player_id", + "where", + "t3", + ".", + "college", + "=", + "value" + ], + "question": "What are the titles of games that are played by players from Oklahoma college or Auburn college?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "games", + "that", + "are", + "played", + "by", + "players", + "from", + "Oklahoma", + "college", + "or", + "Auburn", + "college", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Oklahoma\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"Auburn\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT DISTINCT Franchise FROM game", + "query_toks": [ + "SELECT", + "DISTINCT", + "Franchise", + "FROM", + "game" + ], + "query_toks_no_value": [ + "select", + "distinct", + "franchise", + "from", + "game" + ], + "question": "Show all distinct franchises of games.", + "question_toks": [ + "Show", + "all", + "distinct", + "franchises", + "of", + "games", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT DISTINCT Franchise FROM game", + "query_toks": [ + "SELECT", + "DISTINCT", + "Franchise", + "FROM", + "game" + ], + "query_toks_no_value": [ + "select", + "distinct", + "franchise", + "from", + "game" + ], + "question": "What are all the distinct franchises?", + "question_toks": [ + "What", + "are", + "all", + "the", + "distinct", + "franchises", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "video_game", + "query": "SELECT Title FROM game EXCEPT SELECT T1.Title FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.Position = \"Guard\"", + "query_toks": [ + "SELECT", + "Title", + "FROM", + "game", + "EXCEPT", + "SELECT", + "T1.Title", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "game_player", + "AS", + "T2", + "ON", + "T1.Game_ID", + "=", + "T2.Game_ID", + "JOIN", + "player", + "AS", + "T3", + "ON", + "T2.Player_ID", + "=", + "T3.Player_ID", + "WHERE", + "T3.Position", + "=", + "``", + "Guard", + "''" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "game", + "except", + "select", + "t1", + ".", + "title", + "from", + "game", + "as", + "t1", + "join", + "game_player", + "as", + "t2", + "on", + "t1", + ".", + "game_id", + "=", + "t2", + ".", + "game_id", + "join", + "player", + "as", + "t3", + "on", + "t2", + ".", + "player_id", + "=", + "t3", + ".", + "player_id", + "where", + "t3", + ".", + "position", + "=", + "value" + ], + "question": "Show the title of games that are not played by any player who is in the Guard position.", + "question_toks": [ + "Show", + "the", + "title", + "of", + "games", + "that", + "are", + "not", + "played", + "by", + "any", + "player", + "who", + "is", + "in", + "the", + "Guard", + "position", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"Guard\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "video_game", + "query": "SELECT Title FROM game EXCEPT SELECT T1.Title FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.Position = \"Guard\"", + "query_toks": [ + "SELECT", + "Title", + "FROM", + "game", + "EXCEPT", + "SELECT", + "T1.Title", + "FROM", + "game", + "AS", + "T1", + "JOIN", + "game_player", + "AS", + "T2", + "ON", + "T1.Game_ID", + "=", + "T2.Game_ID", + "JOIN", + "player", + "AS", + "T3", + "ON", + "T2.Player_ID", + "=", + "T3.Player_ID", + "WHERE", + "T3.Position", + "=", + "``", + "Guard", + "''" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "game", + "except", + "select", + "t1", + ".", + "title", + "from", + "game", + "as", + "t1", + "join", + "game_player", + "as", + "t2", + "on", + "t1", + ".", + "game_id", + "=", + "t2", + ".", + "game_id", + "join", + "player", + "as", + "t3", + "on", + "t2", + ".", + "player_id", + "=", + "t3", + ".", + "player_id", + "where", + "t3", + ".", + "position", + "=", + "value" + ], + "question": "What are the titles of games not played by any players who play the Guard position?", + "question_toks": [ + "What", + "are", + "the", + "titles", + "of", + "games", + "not", + "played", + "by", + "any", + "players", + "who", + "play", + "the", + "Guard", + "position", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"Guard\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "book_press", + "query": "SELECT name FROM press ORDER BY Year_Profits_billion DESC", + "query_toks": [ + "SELECT", + "name", + "FROM", + "press", + "ORDER", + "BY", + "Year_Profits_billion", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "press", + "order", + "by", + "year_profits_billion", + "desc" + ], + "question": "list all the names of press in descending order of the profit of the year.", + "question_toks": [ + "list", + "all", + "the", + "names", + "of", + "press", + "in", + "descending", + "order", + "of", + "the", + "profit", + "of", + "the", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT name FROM press ORDER BY Year_Profits_billion DESC", + "query_toks": [ + "SELECT", + "name", + "FROM", + "press", + "ORDER", + "BY", + "Year_Profits_billion", + "DESC" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "press", + "order", + "by", + "year_profits_billion", + "desc" + ], + "question": "Sorted all the press by year profits in descending order, and return press names.", + "question_toks": [ + "Sorted", + "all", + "the", + "press", + "by", + "year", + "profits", + "in", + "descending", + "order", + ",", + "and", + "return", + "press", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT name FROM press WHERE Year_Profits_billion > 15 OR Month_Profits_billion > 1", + "query_toks": [ + "SELECT", + "name", + "FROM", + "press", + "WHERE", + "Year_Profits_billion", + ">", + "15", + "OR", + "Month_Profits_billion", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "press", + "where", + "year_profits_billion", + ">", + "value", + "or", + "month_profits_billion", + ">", + "value" + ], + "question": "What are the names of the publishers that made more than 15 billion profits each year or 1 billion each month?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "publishers", + "that", + "made", + "more", + "than", + "15", + "billion", + "profits", + "each", + "year", + "or", + "1", + "billion", + "each", + "month", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 15.0, + null + ], + "or", + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT name FROM press WHERE Year_Profits_billion > 15 OR Month_Profits_billion > 1", + "query_toks": [ + "SELECT", + "name", + "FROM", + "press", + "WHERE", + "Year_Profits_billion", + ">", + "15", + "OR", + "Month_Profits_billion", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "press", + "where", + "year_profits_billion", + ">", + "value", + "or", + "month_profits_billion", + ">", + "value" + ], + "question": "Find the press whose yearly profit is more than 15 billion or whose monthly profit is more than 1 billion. Return the press names.", + "question_toks": [ + "Find", + "the", + "press", + "whose", + "yearly", + "profit", + "is", + "more", + "than", + "15", + "billion", + "or", + "whose", + "monthly", + "profit", + "is", + "more", + "than", + "1", + "billion", + ".", + "Return", + "the", + "press", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 15.0, + null + ], + "or", + [ + false, + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT avg(Year_Profits_billion) , max(Year_Profits_billion) FROM press", + "query_toks": [ + "SELECT", + "avg", + "(", + "Year_Profits_billion", + ")", + ",", + "max", + "(", + "Year_Profits_billion", + ")", + "FROM", + "press" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "year_profits_billion", + ")", + ",", + "max", + "(", + "year_profits_billion", + ")", + "from", + "press" + ], + "question": "what are the average and maximum profit of a year for all presses?", + "question_toks": [ + "what", + "are", + "the", + "average", + "and", + "maximum", + "profit", + "of", + "a", + "year", + "for", + "all", + "presses", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT avg(Year_Profits_billion) , max(Year_Profits_billion) FROM press", + "query_toks": [ + "SELECT", + "avg", + "(", + "Year_Profits_billion", + ")", + ",", + "max", + "(", + "Year_Profits_billion", + ")", + "FROM", + "press" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "year_profits_billion", + ")", + ",", + "max", + "(", + "year_profits_billion", + ")", + "from", + "press" + ], + "question": "Find the average and maximum yearly profit for each press.", + "question_toks": [ + "Find", + "the", + "average", + "and", + "maximum", + "yearly", + "profit", + "for", + "each", + "press", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT name FROM press ORDER BY Month_Profits_billion DESC LIMIT 1", + "query_toks": [ + "SELECT", + "name", + "FROM", + "press", + "ORDER", + "BY", + "Month_Profits_billion", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "press", + "order", + "by", + "month_profits_billion", + "desc", + "limit", + "value" + ], + "question": "Find the name of the publisher whose monthly profit is the highest.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "publisher", + "whose", + "monthly", + "profit", + "is", + "the", + "highest", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT name FROM press ORDER BY Month_Profits_billion DESC LIMIT 1", + "query_toks": [ + "SELECT", + "name", + "FROM", + "press", + "ORDER", + "BY", + "Month_Profits_billion", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "press", + "order", + "by", + "month_profits_billion", + "desc", + "limit", + "value" + ], + "question": "Which press has the largest monthly profit? Give me the press name.", + "question_toks": [ + "Which", + "press", + "has", + "the", + "largest", + "monthly", + "profit", + "?", + "Give", + "me", + "the", + "press", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT name FROM press WHERE Month_Profits_billion = (SELECT min(Month_Profits_billion) FROM press) OR Month_Profits_billion = (SELECT max(Month_Profits_billion) FROM press)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "press", + "WHERE", + "Month_Profits_billion", + "=", + "(", + "SELECT", + "min", + "(", + "Month_Profits_billion", + ")", + "FROM", + "press", + ")", + "OR", + "Month_Profits_billion", + "=", + "(", + "SELECT", + "max", + "(", + "Month_Profits_billion", + ")", + "FROM", + "press", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "press", + "where", + "month_profits_billion", + "=", + "(", + "select", + "min", + "(", + "month_profits_billion", + ")", + "from", + "press", + ")", + "or", + "month_profits_billion", + "=", + "(", + "select", + "max", + "(", + "month_profits_billion", + ")", + "from", + "press", + ")" + ], + "question": "Find the name of the publisher whose monthly profit is the highest or the lowest.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "the", + "publisher", + "whose", + "monthly", + "profit", + "is", + "the", + "highest", + "or", + "the", + "lowest", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT name FROM press WHERE Month_Profits_billion = (SELECT min(Month_Profits_billion) FROM press) OR Month_Profits_billion = (SELECT max(Month_Profits_billion) FROM press)", + "query_toks": [ + "SELECT", + "name", + "FROM", + "press", + "WHERE", + "Month_Profits_billion", + "=", + "(", + "SELECT", + "min", + "(", + "Month_Profits_billion", + ")", + "FROM", + "press", + ")", + "OR", + "Month_Profits_billion", + "=", + "(", + "SELECT", + "max", + "(", + "Month_Profits_billion", + ")", + "FROM", + "press", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "press", + "where", + "month_profits_billion", + "=", + "(", + "select", + "min", + "(", + "month_profits_billion", + ")", + "from", + "press", + ")", + "or", + "month_profits_billion", + "=", + "(", + "select", + "max", + "(", + "month_profits_billion", + ")", + "from", + "press", + ")" + ], + "question": "What are the names of the press that makes the highest monthly profit or the lowest monthly profit?", + "question_toks": [ + "What", + "are", + "the", + "names", + "of", + "the", + "press", + "that", + "makes", + "the", + "highest", + "monthly", + "profit", + "or", + "the", + "lowest", + "monthly", + "profit", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "or", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT count(*) FROM author WHERE age < 30", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "author", + "WHERE", + "age", + "<", + "30" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "author", + "where", + "age", + "<", + "value" + ], + "question": "how many authors are under age 30?", + "question_toks": [ + "how", + "many", + "authors", + "are", + "under", + "age", + "30", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT count(*) FROM author WHERE age < 30", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "author", + "WHERE", + "age", + "<", + "30" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "author", + "where", + "age", + "<", + "value" + ], + "question": "Count the number of authors of age below 30.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "authors", + "of", + "age", + "below", + "30", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT avg(age) , gender FROM author GROUP BY gender", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + ",", + "gender", + "FROM", + "author", + "GROUP", + "BY", + "gender" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + ",", + "gender", + "from", + "author", + "group", + "by", + "gender" + ], + "question": "find the average age of authors for each gender.", + "question_toks": [ + "find", + "the", + "average", + "age", + "of", + "authors", + "for", + "each", + "gender", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT avg(age) , gender FROM author GROUP BY gender", + "query_toks": [ + "SELECT", + "avg", + "(", + "age", + ")", + ",", + "gender", + "FROM", + "author", + "GROUP", + "BY", + "gender" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "age", + ")", + ",", + "gender", + "from", + "author", + "group", + "by", + "gender" + ], + "question": "For each gender, return gender and the average age of authors.", + "question_toks": [ + "For", + "each", + "gender", + ",", + "return", + "gender", + "and", + "the", + "average", + "age", + "of", + "authors", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT count(*) , gender FROM author WHERE age > 30 GROUP BY gender", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "gender", + "FROM", + "author", + "WHERE", + "age", + ">", + "30", + "GROUP", + "BY", + "gender" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "gender", + "from", + "author", + "where", + "age", + ">", + "value", + "group", + "by", + "gender" + ], + "question": "find the number of authors who are older than 30 for each gender.", + "question_toks": [ + "find", + "the", + "number", + "of", + "authors", + "who", + "are", + "older", + "than", + "30", + "for", + "each", + "gender", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT count(*) , gender FROM author WHERE age > 30 GROUP BY gender", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "gender", + "FROM", + "author", + "WHERE", + "age", + ">", + "30", + "GROUP", + "BY", + "gender" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "gender", + "from", + "author", + "where", + "age", + ">", + "value", + "group", + "by", + "gender" + ], + "question": "How many authors are of age above 30 for each gender?", + "question_toks": [ + "How", + "many", + "authors", + "are", + "of", + "age", + "above", + "30", + "for", + "each", + "gender", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + 30.0, + null + ] + ], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT title FROM book ORDER BY release_date DESC", + "query_toks": [ + "SELECT", + "title", + "FROM", + "book", + "ORDER", + "BY", + "release_date", + "DESC" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "book", + "order", + "by", + "release_date", + "desc" + ], + "question": "List all book titles in the order of their release date from the most recent to the past.", + "question_toks": [ + "List", + "all", + "book", + "titles", + "in", + "the", + "order", + "of", + "their", + "release", + "date", + "from", + "the", + "most", + "recent", + "to", + "the", + "past", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT title FROM book ORDER BY release_date DESC", + "query_toks": [ + "SELECT", + "title", + "FROM", + "book", + "ORDER", + "BY", + "release_date", + "DESC" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "book", + "order", + "by", + "release_date", + "desc" + ], + "question": "Sort all the books in descending order of release date, and return the book titles.", + "question_toks": [ + "Sort", + "all", + "the", + "books", + "in", + "descending", + "order", + "of", + "release", + "date", + ",", + "and", + "return", + "the", + "book", + "titles", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT count(*) , book_series FROM book GROUP BY book_series", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "book_series", + "FROM", + "book", + "GROUP", + "BY", + "book_series" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "book_series", + "from", + "book", + "group", + "by", + "book_series" + ], + "question": "Find the number of books for each series.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "books", + "for", + "each", + "series", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT count(*) , book_series FROM book GROUP BY book_series", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "book_series", + "FROM", + "book", + "GROUP", + "BY", + "book_series" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "book_series", + "from", + "book", + "group", + "by", + "book_series" + ], + "question": "How many books does each book series have? Return the counts and book series.", + "question_toks": [ + "How", + "many", + "books", + "does", + "each", + "book", + "series", + "have", + "?", + "Return", + "the", + "counts", + "and", + "book", + "series", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT title , release_date FROM book ORDER BY sale_amount DESC LIMIT 5", + "query_toks": [ + "SELECT", + "title", + ",", + "release_date", + "FROM", + "book", + "ORDER", + "BY", + "sale_amount", + "DESC", + "LIMIT", + "5" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "release_date", + "from", + "book", + "order", + "by", + "sale_amount", + "desc", + "limit", + "value" + ], + "question": "Find the titles and publish dates of the top 5 best sale books.", + "question_toks": [ + "Find", + "the", + "titles", + "and", + "publish", + "dates", + "of", + "the", + "top", + "5", + "best", + "sale", + "books", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 5, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT title , release_date FROM book ORDER BY sale_amount DESC LIMIT 5", + "query_toks": [ + "SELECT", + "title", + ",", + "release_date", + "FROM", + "book", + "ORDER", + "BY", + "sale_amount", + "DESC", + "LIMIT", + "5" + ], + "query_toks_no_value": [ + "select", + "title", + ",", + "release_date", + "from", + "book", + "order", + "by", + "sale_amount", + "desc", + "limit", + "value" + ], + "question": "What are the 5 best books in terms of sale amount? Give me their titles and release dates.", + "question_toks": [ + "What", + "are", + "the", + "5", + "best", + "books", + "in", + "terms", + "of", + "sale", + "amount", + "?", + "Give", + "me", + "their", + "titles", + "and", + "release", + "dates", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 5, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT book_series FROM book WHERE sale_amount > 1000 INTERSECT SELECT book_series FROM book WHERE sale_amount < 500", + "query_toks": [ + "SELECT", + "book_series", + "FROM", + "book", + "WHERE", + "sale_amount", + ">", + "1000", + "INTERSECT", + "SELECT", + "book_series", + "FROM", + "book", + "WHERE", + "sale_amount", + "<", + "500" + ], + "query_toks_no_value": [ + "select", + "book_series", + "from", + "book", + "where", + "sale_amount", + ">", + "value", + "intersect", + "select", + "book_series", + "from", + "book", + "where", + "sale_amount", + "<", + "value" + ], + "question": "Find the book series that have some book selling more than 1000 and some book less 500.", + "question_toks": [ + "Find", + "the", + "book", + "series", + "that", + "have", + "some", + "book", + "selling", + "more", + "than", + "1000", + "and", + "some", + "book", + "less", + "500", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 1000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 500.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT book_series FROM book WHERE sale_amount > 1000 INTERSECT SELECT book_series FROM book WHERE sale_amount < 500", + "query_toks": [ + "SELECT", + "book_series", + "FROM", + "book", + "WHERE", + "sale_amount", + ">", + "1000", + "INTERSECT", + "SELECT", + "book_series", + "FROM", + "book", + "WHERE", + "sale_amount", + "<", + "500" + ], + "query_toks_no_value": [ + "select", + "book_series", + "from", + "book", + "where", + "sale_amount", + ">", + "value", + "intersect", + "select", + "book_series", + "from", + "book", + "where", + "sale_amount", + "<", + "value" + ], + "question": "Which book series contain both books with sale amount above 1000 and books with sale amount below 500?", + "question_toks": [ + "Which", + "book", + "series", + "contain", + "both", + "books", + "with", + "sale", + "amount", + "above", + "1000", + "and", + "books", + "with", + "sale", + "amount", + "below", + "500", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 1000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 500.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id WHERE t2.book_series = 'MM' INTERSECT SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id WHERE t2.book_series = 'LT'", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "author", + "AS", + "t1", + "JOIN", + "book", + "AS", + "t2", + "ON", + "t1.author_id", + "=", + "t2.author_id", + "WHERE", + "t2.book_series", + "=", + "'MM", + "'", + "INTERSECT", + "SELECT", + "t1.name", + "FROM", + "author", + "AS", + "t1", + "JOIN", + "book", + "AS", + "t2", + "ON", + "t1.author_id", + "=", + "t2.author_id", + "WHERE", + "t2.book_series", + "=", + "'LT", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "where", + "t2", + ".", + "book_series", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "where", + "t2", + ".", + "book_series", + "=", + "value" + ], + "question": "Find the name of authors who publish their books in both \"MM\" and \"LT\" series.", + "question_toks": [ + "Find", + "the", + "name", + "of", + "authors", + "who", + "publish", + "their", + "books", + "in", + "both", + "``", + "MM", + "''", + "and", + "``", + "LT", + "''", + "series", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"MM\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"LT\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id WHERE t2.book_series = 'MM' INTERSECT SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id WHERE t2.book_series = 'LT'", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "author", + "AS", + "t1", + "JOIN", + "book", + "AS", + "t2", + "ON", + "t1.author_id", + "=", + "t2.author_id", + "WHERE", + "t2.book_series", + "=", + "'MM", + "'", + "INTERSECT", + "SELECT", + "t1.name", + "FROM", + "author", + "AS", + "t1", + "JOIN", + "book", + "AS", + "t2", + "ON", + "t1.author_id", + "=", + "t2.author_id", + "WHERE", + "t2.book_series", + "=", + "'LT", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "where", + "t2", + ".", + "book_series", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "where", + "t2", + ".", + "book_series", + "=", + "value" + ], + "question": "Which authors publish books in both \"MM\" and \"LT\" series? Give me the author names.", + "question_toks": [ + "Which", + "authors", + "publish", + "books", + "in", + "both", + "``", + "MM", + "''", + "and", + "``", + "LT", + "''", + "series", + "?", + "Give", + "me", + "the", + "author", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"MM\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"LT\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT name , age FROM author WHERE author_id NOT IN (SELECT author_id FROM book)", + "query_toks": [ + "SELECT", + "name", + ",", + "age", + "FROM", + "author", + "WHERE", + "author_id", + "NOT", + "IN", + "(", + "SELECT", + "author_id", + "FROM", + "book", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + ",", + "age", + "from", + "author", + "where", + "author_id", + "not", + "in", + "(", + "select", + "author_id", + "from", + "book", + ")" + ], + "question": "Find the name and age of the authors who do not have any book in the record.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "age", + "of", + "the", + "authors", + "who", + "do", + "not", + "have", + "any", + "book", + "in", + "the", + "record", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "select name from author where author_id not in (select author_id from book)", + "query_toks": [ + "select", + "name", + "from", + "author", + "where", + "author_id", + "not", + "in", + "(", + "select", + "author_id", + "from", + "book", + ")" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "author", + "where", + "author_id", + "not", + "in", + "(", + "select", + "author_id", + "from", + "book", + ")" + ], + "question": "Which authors in the record have not published any books ? Give me their names .", + "question_toks": [ + "Which", + "authors", + "in", + "the", + "record", + "have", + "not", + "published", + "any", + "books", + "?", + "Give", + "me", + "their", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id GROUP BY t2.author_id HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "author", + "AS", + "t1", + "JOIN", + "book", + "AS", + "t2", + "ON", + "t1.author_id", + "=", + "t2.author_id", + "GROUP", + "BY", + "t2.author_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "group", + "by", + "t2", + ".", + "author_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the names of authors who have more than one book in the database.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "authors", + "who", + "have", + "more", + "than", + "one", + "book", + "in", + "the", + "database", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id GROUP BY t2.author_id HAVING count(*) > 1", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "author", + "AS", + "t1", + "JOIN", + "book", + "AS", + "t2", + "ON", + "t1.author_id", + "=", + "t2.author_id", + "GROUP", + "BY", + "t2.author_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "group", + "by", + "t2", + ".", + "author_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Which authors have published more than 1 book according to the database? Give me their names.", + "question_toks": [ + "Which", + "authors", + "have", + "published", + "more", + "than", + "1", + "book", + "according", + "to", + "the", + "database", + "?", + "Give", + "me", + "their", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT t1.name , t2.title , t3.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id JOIN press AS t3 ON t2.press_id = t3.press_id ORDER BY t2.sale_amount DESC LIMIT 3", + "query_toks": [ + "SELECT", + "t1.name", + ",", + "t2.title", + ",", + "t3.name", + "FROM", + "author", + "AS", + "t1", + "JOIN", + "book", + "AS", + "t2", + "ON", + "t1.author_id", + "=", + "t2.author_id", + "JOIN", + "press", + "AS", + "t3", + "ON", + "t2.press_id", + "=", + "t3.press_id", + "ORDER", + "BY", + "t2.sale_amount", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t2", + ".", + "title", + ",", + "t3", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "join", + "press", + "as", + "t3", + "on", + "t2", + ".", + "press_id", + "=", + "t3", + ".", + "press_id", + "order", + "by", + "t2", + ".", + "sale_amount", + "desc", + "limit", + "value" + ], + "question": "Find the title, author name, and publisher name for the top 3 best sales books.", + "question_toks": [ + "Find", + "the", + "title", + ",", + "author", + "name", + ",", + "and", + "publisher", + "name", + "for", + "the", + "top", + "3", + "best", + "sales", + "books", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT t1.name , t2.title , t3.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id JOIN press AS t3 ON t2.press_id = t3.press_id ORDER BY t2.sale_amount DESC LIMIT 3", + "query_toks": [ + "SELECT", + "t1.name", + ",", + "t2.title", + ",", + "t3.name", + "FROM", + "author", + "AS", + "t1", + "JOIN", + "book", + "AS", + "t2", + "ON", + "t1.author_id", + "=", + "t2.author_id", + "JOIN", + "press", + "AS", + "t3", + "ON", + "t2.press_id", + "=", + "t3.press_id", + "ORDER", + "BY", + "t2.sale_amount", + "DESC", + "LIMIT", + "3" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t2", + ".", + "title", + ",", + "t3", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "join", + "press", + "as", + "t3", + "on", + "t2", + ".", + "press_id", + "=", + "t3", + ".", + "press_id", + "order", + "by", + "t2", + ".", + "sale_amount", + "desc", + "limit", + "value" + ], + "question": "What are the 3 best selling books? Show their titles, author names, and press names.", + "question_toks": [ + "What", + "are", + "the", + "3", + "best", + "selling", + "books", + "?", + "Show", + "their", + "titles", + ",", + "author", + "names", + ",", + "and", + "press", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 3, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT sum(t1.sale_amount) , t2.name FROM book AS t1 JOIN press AS t2 ON t1.press_id = t2.press_id GROUP BY t1.press_id", + "query_toks": [ + "SELECT", + "sum", + "(", + "t1.sale_amount", + ")", + ",", + "t2.name", + "FROM", + "book", + "AS", + "t1", + "JOIN", + "press", + "AS", + "t2", + "ON", + "t1.press_id", + "=", + "t2.press_id", + "GROUP", + "BY", + "t1.press_id" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "sale_amount", + ")", + ",", + "t2", + ".", + "name", + "from", + "book", + "as", + "t1", + "join", + "press", + "as", + "t2", + "on", + "t1", + ".", + "press_id", + "=", + "t2", + ".", + "press_id", + "group", + "by", + "t1", + ".", + "press_id" + ], + "question": "Find the name and total book sale amount of each press.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "total", + "book", + "sale", + "amount", + "of", + "each", + "press", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT sum(t1.sale_amount) , t2.name FROM book AS t1 JOIN press AS t2 ON t1.press_id = t2.press_id GROUP BY t1.press_id", + "query_toks": [ + "SELECT", + "sum", + "(", + "t1.sale_amount", + ")", + ",", + "t2.name", + "FROM", + "book", + "AS", + "t1", + "JOIN", + "press", + "AS", + "t2", + "ON", + "t1.press_id", + "=", + "t2.press_id", + "GROUP", + "BY", + "t1.press_id" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "sale_amount", + ")", + ",", + "t2", + ".", + "name", + "from", + "book", + "as", + "t1", + "join", + "press", + "as", + "t2", + "on", + "t1", + ".", + "press_id", + "=", + "t2", + ".", + "press_id", + "group", + "by", + "t1", + ".", + "press_id" + ], + "question": "What are the name and total book sale amount of each press?", + "question_toks": [ + "What", + "are", + "the", + "name", + "and", + "total", + "book", + "sale", + "amount", + "of", + "each", + "press", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT count(*) , t2.name FROM book AS t1 JOIN press AS t2 ON t1.press_id = t2.press_id WHERE sale_amount > 1000 GROUP BY t2.name", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "t2.name", + "FROM", + "book", + "AS", + "t1", + "JOIN", + "press", + "AS", + "t2", + "ON", + "t1.press_id", + "=", + "t2.press_id", + "WHERE", + "sale_amount", + ">", + "1000", + "GROUP", + "BY", + "t2.name" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "t2", + ".", + "name", + "from", + "book", + "as", + "t1", + "join", + "press", + "as", + "t2", + "on", + "t1", + ".", + "press_id", + "=", + "t2", + ".", + "press_id", + "where", + "sale_amount", + ">", + "value", + "group", + "by", + "t2", + ".", + "name" + ], + "question": "Find the number of books that are sold more than 1000 for each publisher. List the press name as well.", + "question_toks": [ + "Find", + "the", + "number", + "of", + "books", + "that", + "are", + "sold", + "more", + "than", + "1000", + "for", + "each", + "publisher", + ".", + "List", + "the", + "press", + "name", + "as", + "well", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 1000.0, + null + ] + ], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT count(*) , t2.name FROM book AS t1 JOIN press AS t2 ON t1.press_id = t2.press_id WHERE sale_amount > 1000 GROUP BY t2.name", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + ",", + "t2.name", + "FROM", + "book", + "AS", + "t1", + "JOIN", + "press", + "AS", + "t2", + "ON", + "t1.press_id", + "=", + "t2.press_id", + "WHERE", + "sale_amount", + ">", + "1000", + "GROUP", + "BY", + "t2.name" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + ",", + "t2", + ".", + "name", + "from", + "book", + "as", + "t1", + "join", + "press", + "as", + "t2", + "on", + "t1", + ".", + "press_id", + "=", + "t2", + ".", + "press_id", + "where", + "sale_amount", + ">", + "value", + "group", + "by", + "t2", + ".", + "name" + ], + "question": "For each press, return its name and the number of books that have sale amount above 1000.", + "question_toks": [ + "For", + "each", + "press", + ",", + "return", + "its", + "name", + "and", + "the", + "number", + "of", + "books", + "that", + "have", + "sale", + "amount", + "above", + "1000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 1000.0, + null + ] + ], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id ORDER BY t2.sale_amount DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "author", + "AS", + "t1", + "JOIN", + "book", + "AS", + "t2", + "ON", + "t1.author_id", + "=", + "t2.author_id", + "ORDER", + "BY", + "t2.sale_amount", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "order", + "by", + "t2", + ".", + "sale_amount", + "desc", + "limit", + "value" + ], + "question": "What is the name of the author of best selling book?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "author", + "of", + "best", + "selling", + "book", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id ORDER BY t2.sale_amount DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "author", + "AS", + "t1", + "JOIN", + "book", + "AS", + "t2", + "ON", + "t1.author_id", + "=", + "t2.author_id", + "ORDER", + "BY", + "t2.sale_amount", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "order", + "by", + "t2", + ".", + "sale_amount", + "desc", + "limit", + "value" + ], + "question": "Who wrote the best selling book? Give me the author name.", + "question_toks": [ + "Who", + "wrote", + "the", + "best", + "selling", + "book", + "?", + "Give", + "me", + "the", + "author", + "name", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT t1.name , t1.gender FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id GROUP BY t2.author_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.name", + ",", + "t1.gender", + "FROM", + "author", + "AS", + "t1", + "JOIN", + "book", + "AS", + "t2", + "ON", + "t1.author_id", + "=", + "t2.author_id", + "GROUP", + "BY", + "t2.author_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "gender", + "from", + "author", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "group", + "by", + "t2", + ".", + "author_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "find the name and gender of the author who published the most books.", + "question_toks": [ + "find", + "the", + "name", + "and", + "gender", + "of", + "the", + "author", + "who", + "published", + "the", + "most", + "books", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT t1.name , t1.gender FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id GROUP BY t2.author_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "t1.name", + ",", + "t1.gender", + "FROM", + "author", + "AS", + "t1", + "JOIN", + "book", + "AS", + "t2", + "ON", + "t1.author_id", + "=", + "t2.author_id", + "GROUP", + "BY", + "t2.author_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + ",", + "t1", + ".", + "gender", + "from", + "author", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "group", + "by", + "t2", + ".", + "author_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Who wrote the largest number of books? Give me the author name and gender.", + "question_toks": [ + "Who", + "wrote", + "the", + "largest", + "number", + "of", + "books", + "?", + "Give", + "me", + "the", + "author", + "name", + "and", + "gender", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT name FROM author EXCEPT SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id JOIN press AS t3 ON t2.press_id = t3.press_id WHERE t3.name = 'Accor'", + "query_toks": [ + "SELECT", + "name", + "FROM", + "author", + "EXCEPT", + "SELECT", + "t1.name", + "FROM", + "author", + "AS", + "t1", + "JOIN", + "book", + "AS", + "t2", + "ON", + "t1.author_id", + "=", + "t2.author_id", + "JOIN", + "press", + "AS", + "t3", + "ON", + "t2.press_id", + "=", + "t3.press_id", + "WHERE", + "t3.name", + "=", + "'Accor", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "author", + "except", + "select", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "join", + "press", + "as", + "t3", + "on", + "t2", + ".", + "press_id", + "=", + "t3", + ".", + "press_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Find the names of the authors who did not have any book with the \"Accor\" press.", + "question_toks": [ + "Find", + "the", + "names", + "of", + "the", + "authors", + "who", + "did", + "not", + "have", + "any", + "book", + "with", + "the", + "``", + "Accor", + "''", + "press", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Accor\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "book_press", + "query": "SELECT name FROM author EXCEPT SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id JOIN press AS t3 ON t2.press_id = t3.press_id WHERE t3.name = 'Accor'", + "query_toks": [ + "SELECT", + "name", + "FROM", + "author", + "EXCEPT", + "SELECT", + "t1.name", + "FROM", + "author", + "AS", + "t1", + "JOIN", + "book", + "AS", + "t2", + "ON", + "t1.author_id", + "=", + "t2.author_id", + "JOIN", + "press", + "AS", + "t3", + "ON", + "t2.press_id", + "=", + "t3.press_id", + "WHERE", + "t3.name", + "=", + "'Accor", + "'" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "author", + "except", + "select", + "t1", + ".", + "name", + "from", + "author", + "as", + "t1", + "join", + "book", + "as", + "t2", + "on", + "t1", + ".", + "author_id", + "=", + "t2", + ".", + "author_id", + "join", + "press", + "as", + "t3", + "on", + "t2", + ".", + "press_id", + "=", + "t3", + ".", + "press_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Which authors have never published under the \"Accor\" press? Give me their names.", + "question_toks": [ + "Which", + "authors", + "have", + "never", + "published", + "under", + "the", + "``", + "Accor", + "''", + "press", + "?", + "Give", + "me", + "their", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Accor\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "book_press", + "query": "SELECT t2.name , t2.Year_Profits_billion FROM book AS t1 JOIN press AS t2 ON t1.press_id = t2.press_id GROUP BY t2.press_id HAVING count(*) > 2", + "query_toks": [ + "SELECT", + "t2.name", + ",", + "t2.Year_Profits_billion", + "FROM", + "book", + "AS", + "t1", + "JOIN", + "press", + "AS", + "t2", + "ON", + "t1.press_id", + "=", + "t2.press_id", + "GROUP", + "BY", + "t2.press_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t2", + ".", + "year_profits_billion", + "from", + "book", + "as", + "t1", + "join", + "press", + "as", + "t2", + "on", + "t1", + ".", + "press_id", + "=", + "t2", + ".", + "press_id", + "group", + "by", + "t2", + ".", + "press_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the name and the yearly profit in billion for press that published more than two books.", + "question_toks": [ + "Find", + "the", + "name", + "and", + "the", + "yearly", + "profit", + "in", + "billion", + "for", + "press", + "that", + "published", + "more", + "than", + "two", + "books", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "book_press", + "query": "SELECT t2.name , t2.Year_Profits_billion FROM book AS t1 JOIN press AS t2 ON t1.press_id = t2.press_id GROUP BY t2.press_id HAVING count(*) > 2", + "query_toks": [ + "SELECT", + "t2.name", + ",", + "t2.Year_Profits_billion", + "FROM", + "book", + "AS", + "t1", + "JOIN", + "press", + "AS", + "t2", + "ON", + "t1.press_id", + "=", + "t2.press_id", + "GROUP", + "BY", + "t2.press_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "2" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + ",", + "t2", + ".", + "year_profits_billion", + "from", + "book", + "as", + "t1", + "join", + "press", + "as", + "t2", + "on", + "t1", + ".", + "press_id", + "=", + "t2", + ".", + "press_id", + "group", + "by", + "t2", + ".", + "press_id", + "having", + "count", + "(", + "*", + ")", + ">", + "value" + ], + "question": "Find the press that published more than two books, and return its name and yearly profit in billion.", + "question_toks": [ + "Find", + "the", + "press", + "that", + "published", + "more", + "than", + "two", + "books", + ",", + "and", + "return", + "its", + "name", + "and", + "yearly", + "profit", + "in", + "billion", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 5, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT count(*) FROM Authors", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Authors" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "authors" + ], + "question": "How many authors do we have?", + "question_toks": [ + "How", + "many", + "authors", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT author_name FROM Authors", + "query_toks": [ + "SELECT", + "author_name", + "FROM", + "Authors" + ], + "query_toks_no_value": [ + "select", + "author_name", + "from", + "authors" + ], + "question": "Show all author names.", + "question_toks": [ + "Show", + "all", + "author", + "names", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT author_name , other_details FROM Authors", + "query_toks": [ + "SELECT", + "author_name", + ",", + "other_details", + "FROM", + "Authors" + ], + "query_toks_no_value": [ + "select", + "author_name", + ",", + "other_details", + "from", + "authors" + ], + "question": "Show the names and other details for all authors.", + "question_toks": [ + "Show", + "the", + "names", + "and", + "other", + "details", + "for", + "all", + "authors", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT other_details FROM Authors WHERE author_name = \"Addison Denesik\"", + "query_toks": [ + "SELECT", + "other_details", + "FROM", + "Authors", + "WHERE", + "author_name", + "=", + "``", + "Addison", + "Denesik", + "''" + ], + "query_toks_no_value": [ + "select", + "other_details", + "from", + "authors", + "where", + "author_name", + "=", + "value" + ], + "question": "Show the other details for the author Addison Denesik.", + "question_toks": [ + "Show", + "the", + "other", + "details", + "for", + "the", + "author", + "Addison", + "Denesik", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Addison Denesik\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT count(*) FROM Documents", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Documents" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "documents" + ], + "question": "Show the number of documents.", + "question_toks": [ + "Show", + "the", + "number", + "of", + "documents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT author_name FROM Documents WHERE document_id = 4", + "query_toks": [ + "SELECT", + "author_name", + "FROM", + "Documents", + "WHERE", + "document_id", + "=", + "4" + ], + "query_toks_no_value": [ + "select", + "author_name", + "from", + "documents", + "where", + "document_id", + "=", + "value" + ], + "question": "Who is the author of the document with id 4?", + "question_toks": [ + "Who", + "is", + "the", + "author", + "of", + "the", + "document", + "with", + "id", + "4", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + 4.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT author_name FROM Documents WHERE document_name = \"Travel to Brazil\"", + "query_toks": [ + "SELECT", + "author_name", + "FROM", + "Documents", + "WHERE", + "document_name", + "=", + "``", + "Travel", + "to", + "Brazil", + "''" + ], + "query_toks_no_value": [ + "select", + "author_name", + "from", + "documents", + "where", + "document_name", + "=", + "value" + ], + "question": "Who is the author of the document \"Travel to Brazil\"?", + "question_toks": [ + "Who", + "is", + "the", + "author", + "of", + "the", + "document", + "``", + "Travel", + "to", + "Brazil", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Travel to Brazil\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT count(*) FROM Documents WHERE author_name = \"Era Kerluke\"", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Documents", + "WHERE", + "author_name", + "=", + "``", + "Era", + "Kerluke", + "''" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "documents", + "where", + "author_name", + "=", + "value" + ], + "question": "How many documents does has the author Era Kerluke written?", + "question_toks": [ + "How", + "many", + "documents", + "does", + "has", + "the", + "author", + "Era", + "Kerluke", + "written", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Era Kerluke\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT document_name , document_description FROM Documents", + "query_toks": [ + "SELECT", + "document_name", + ",", + "document_description", + "FROM", + "Documents" + ], + "query_toks_no_value": [ + "select", + "document_name", + ",", + "document_description", + "from", + "documents" + ], + "question": "Show the names and descriptions for all documents.", + "question_toks": [ + "Show", + "the", + "names", + "and", + "descriptions", + "for", + "all", + "documents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT document_id , document_name FROM Documents WHERE author_name = \"Bianka Cummings\"", + "query_toks": [ + "SELECT", + "document_id", + ",", + "document_name", + "FROM", + "Documents", + "WHERE", + "author_name", + "=", + "``", + "Bianka", + "Cummings", + "''" + ], + "query_toks_no_value": [ + "select", + "document_id", + ",", + "document_name", + "from", + "documents", + "where", + "author_name", + "=", + "value" + ], + "question": "Show the ids and names for all documents by author Bianka Cummings.", + "question_toks": [ + "Show", + "the", + "ids", + "and", + "names", + "for", + "all", + "documents", + "by", + "author", + "Bianka", + "Cummings", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Bianka Cummings\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT T2.author_name , T2.other_details FROM Documents AS T1 JOIN Authors AS T2 ON T1.author_name = T2.author_name WHERE document_name = \"Travel to China\"", + "query_toks": [ + "SELECT", + "T2.author_name", + ",", + "T2.other_details", + "FROM", + "Documents", + "AS", + "T1", + "JOIN", + "Authors", + "AS", + "T2", + "ON", + "T1.author_name", + "=", + "T2.author_name", + "WHERE", + "document_name", + "=", + "``", + "Travel", + "to", + "China", + "''" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "author_name", + ",", + "t2", + ".", + "other_details", + "from", + "documents", + "as", + "t1", + "join", + "authors", + "as", + "t2", + "on", + "t1", + ".", + "author_name", + "=", + "t2", + ".", + "author_name", + "where", + "document_name", + "=", + "value" + ], + "question": "Show the author name and details for the document \"Travel to China\".", + "question_toks": [ + "Show", + "the", + "author", + "name", + "and", + "details", + "for", + "the", + "document", + "``", + "Travel", + "to", + "China", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Travel to China\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT author_name , count(*) FROM Documents GROUP BY author_name", + "query_toks": [ + "SELECT", + "author_name", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Documents", + "GROUP", + "BY", + "author_name" + ], + "query_toks_no_value": [ + "select", + "author_name", + ",", + "count", + "(", + "*", + ")", + "from", + "documents", + "group", + "by", + "author_name" + ], + "question": "Show all author names and number of documents corresponding to each.", + "question_toks": [ + "Show", + "all", + "author", + "names", + "and", + "number", + "of", + "documents", + "corresponding", + "to", + "each", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT author_name FROM Documents GROUP BY author_name ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "author_name", + "FROM", + "Documents", + "GROUP", + "BY", + "author_name", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "author_name", + "from", + "documents", + "group", + "by", + "author_name", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the name of the author with most number of documents?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "the", + "author", + "with", + "most", + "number", + "of", + "documents", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT author_name FROM Documents GROUP BY author_name HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "author_name", + "FROM", + "Documents", + "GROUP", + "BY", + "author_name", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "author_name", + "from", + "documents", + "group", + "by", + "author_name", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show the names for authors with at least two documents.", + "question_toks": [ + "Show", + "the", + "names", + "for", + "authors", + "with", + "at", + "least", + "two", + "documents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT count(*) FROM Business_processes", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Business_processes" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "business_processes" + ], + "question": "How many business processes do we have?", + "question_toks": [ + "How", + "many", + "business", + "processes", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT next_process_id , process_name , process_description FROM Business_processes WHERE process_id = 9", + "query_toks": [ + "SELECT", + "next_process_id", + ",", + "process_name", + ",", + "process_description", + "FROM", + "Business_processes", + "WHERE", + "process_id", + "=", + "9" + ], + "query_toks_no_value": [ + "select", + "next_process_id", + ",", + "process_name", + ",", + "process_description", + "from", + "business_processes", + "where", + "process_id", + "=", + "value" + ], + "question": "Show the next process id, process name, process description for process with id 9.", + "question_toks": [ + "Show", + "the", + "next", + "process", + "id", + ",", + "process", + "name", + ",", + "process", + "description", + "for", + "process", + "with", + "id", + "9", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + 9.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT process_name FROM Business_processes WHERE process_id = (SELECT next_process_id FROM Business_processes WHERE process_id = 9)", + "query_toks": [ + "SELECT", + "process_name", + "FROM", + "Business_processes", + "WHERE", + "process_id", + "=", + "(", + "SELECT", + "next_process_id", + "FROM", + "Business_processes", + "WHERE", + "process_id", + "=", + "9", + ")" + ], + "query_toks_no_value": [ + "select", + "process_name", + "from", + "business_processes", + "where", + "process_id", + "=", + "(", + "select", + "next_process_id", + "from", + "business_processes", + "where", + "process_id", + "=", + "value", + ")" + ], + "question": "What is the process name for the next process of the process with id 9?", + "question_toks": [ + "What", + "is", + "the", + "process", + "name", + "for", + "the", + "next", + "process", + "of", + "the", + "process", + "with", + "id", + "9", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + 9.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT count(*) FROM Process_outcomes", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Process_outcomes" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "process_outcomes" + ], + "question": "Show the number of process outcomes.", + "question_toks": [ + "Show", + "the", + "number", + "of", + "process", + "outcomes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT process_outcome_code , process_outcome_description FROM Process_outcomes", + "query_toks": [ + "SELECT", + "process_outcome_code", + ",", + "process_outcome_description", + "FROM", + "Process_outcomes" + ], + "query_toks_no_value": [ + "select", + "process_outcome_code", + ",", + "process_outcome_description", + "from", + "process_outcomes" + ], + "question": "List the codes and descriptions for all process outcomes.", + "question_toks": [ + "List", + "the", + "codes", + "and", + "descriptions", + "for", + "all", + "process", + "outcomes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT process_outcome_description FROM Process_outcomes WHERE process_outcome_code = \"working\"", + "query_toks": [ + "SELECT", + "process_outcome_description", + "FROM", + "Process_outcomes", + "WHERE", + "process_outcome_code", + "=", + "``", + "working", + "''" + ], + "query_toks_no_value": [ + "select", + "process_outcome_description", + "from", + "process_outcomes", + "where", + "process_outcome_code", + "=", + "value" + ], + "question": "What is the description for the process outcome code working?", + "question_toks": [ + "What", + "is", + "the", + "description", + "for", + "the", + "process", + "outcome", + "code", + "working", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"working\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT count(*) FROM Process_status", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Process_status" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "process_status" + ], + "question": "Show the number of process status.", + "question_toks": [ + "Show", + "the", + "number", + "of", + "process", + "status", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT process_status_code , process_status_description FROM Process_status", + "query_toks": [ + "SELECT", + "process_status_code", + ",", + "process_status_description", + "FROM", + "Process_status" + ], + "query_toks_no_value": [ + "select", + "process_status_code", + ",", + "process_status_description", + "from", + "process_status" + ], + "question": "List the codes and descriptions for all process status.", + "question_toks": [ + "List", + "the", + "codes", + "and", + "descriptions", + "for", + "all", + "process", + "status", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT process_status_description FROM Process_status WHERE process_status_code = \"ct\"", + "query_toks": [ + "SELECT", + "process_status_description", + "FROM", + "Process_status", + "WHERE", + "process_status_code", + "=", + "``", + "ct", + "''" + ], + "query_toks_no_value": [ + "select", + "process_status_description", + "from", + "process_status", + "where", + "process_status_code", + "=", + "value" + ], + "question": "What is the description for process status code ct?", + "question_toks": [ + "What", + "is", + "the", + "description", + "for", + "process", + "status", + "code", + "ct", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"ct\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT count(*) FROM Staff", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Staff" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "staff" + ], + "question": "How many staff do we have?", + "question_toks": [ + "How", + "many", + "staff", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT staff_id , staff_details FROM Staff", + "query_toks": [ + "SELECT", + "staff_id", + ",", + "staff_details", + "FROM", + "Staff" + ], + "query_toks_no_value": [ + "select", + "staff_id", + ",", + "staff_details", + "from", + "staff" + ], + "question": "Show the ids and details for all staff.", + "question_toks": [ + "Show", + "the", + "ids", + "and", + "details", + "for", + "all", + "staff", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT staff_details FROM Staff WHERE staff_id = 100", + "query_toks": [ + "SELECT", + "staff_details", + "FROM", + "Staff", + "WHERE", + "staff_id", + "=", + "100" + ], + "query_toks_no_value": [ + "select", + "staff_details", + "from", + "staff", + "where", + "staff_id", + "=", + "value" + ], + "question": "What are the details for the staff member with id 100.", + "question_toks": [ + "What", + "are", + "the", + "details", + "for", + "the", + "staff", + "member", + "with", + "id", + "100", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + 100.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT count(*) FROM Ref_staff_roles", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Ref_staff_roles" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "ref_staff_roles" + ], + "question": "Show the number of staff roles.", + "question_toks": [ + "Show", + "the", + "number", + "of", + "staff", + "roles", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT staff_role_code , staff_role_description FROM Ref_staff_roles", + "query_toks": [ + "SELECT", + "staff_role_code", + ",", + "staff_role_description", + "FROM", + "Ref_staff_roles" + ], + "query_toks_no_value": [ + "select", + "staff_role_code", + ",", + "staff_role_description", + "from", + "ref_staff_roles" + ], + "question": "List the codes and descriptions for all staff roles.", + "question_toks": [ + "List", + "the", + "codes", + "and", + "descriptions", + "for", + "all", + "staff", + "roles", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT staff_role_description FROM Ref_staff_roles WHERE staff_role_code = \"HR\"", + "query_toks": [ + "SELECT", + "staff_role_description", + "FROM", + "Ref_staff_roles", + "WHERE", + "staff_role_code", + "=", + "``", + "HR", + "''" + ], + "query_toks_no_value": [ + "select", + "staff_role_description", + "from", + "ref_staff_roles", + "where", + "staff_role_code", + "=", + "value" + ], + "question": "What is the description for staff role code HR?", + "question_toks": [ + "What", + "is", + "the", + "description", + "for", + "staff", + "role", + "code", + "HR", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"HR\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT count(DISTINCT document_id) FROM Documents_processes", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "document_id", + ")", + "FROM", + "Documents_processes" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "document_id", + ")", + "from", + "documents_processes" + ], + "question": "How many documents have a process?", + "question_toks": [ + "How", + "many", + "documents", + "have", + "a", + "process", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 21, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT DISTINCT process_id FROM Documents_processes", + "query_toks": [ + "SELECT", + "DISTINCT", + "process_id", + "FROM", + "Documents_processes" + ], + "query_toks_no_value": [ + "select", + "distinct", + "process_id", + "from", + "documents_processes" + ], + "question": "List all process ids with a document.", + "question_toks": [ + "List", + "all", + "process", + "ids", + "with", + "a", + "document", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT document_id FROM Documents EXCEPT SELECT document_id FROM Documents_processes", + "query_toks": [ + "SELECT", + "document_id", + "FROM", + "Documents", + "EXCEPT", + "SELECT", + "document_id", + "FROM", + "Documents_processes" + ], + "query_toks_no_value": [ + "select", + "document_id", + "from", + "documents", + "except", + "select", + "document_id", + "from", + "documents_processes" + ], + "question": "Show all document ids without a process.", + "question_toks": [ + "Show", + "all", + "document", + "ids", + "without", + "a", + "process", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT process_id FROM Business_processes EXCEPT SELECT process_id FROM Documents_processes", + "query_toks": [ + "SELECT", + "process_id", + "FROM", + "Business_processes", + "EXCEPT", + "SELECT", + "process_id", + "FROM", + "Documents_processes" + ], + "query_toks_no_value": [ + "select", + "process_id", + "from", + "business_processes", + "except", + "select", + "process_id", + "from", + "documents_processes" + ], + "question": "List all process ids with no document.", + "question_toks": [ + "List", + "all", + "process", + "ids", + "with", + "no", + "document", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT T2.process_outcome_description , T3.process_status_description FROM Documents_processes AS T1 JOIN Process_outcomes AS T2 ON T1.process_outcome_code = T2.process_outcome_code JOIN Process_Status AS T3 ON T1.process_status_code = T3.process_status_code WHERE T1.document_id = 0", + "query_toks": [ + "SELECT", + "T2.process_outcome_description", + ",", + "T3.process_status_description", + "FROM", + "Documents_processes", + "AS", + "T1", + "JOIN", + "Process_outcomes", + "AS", + "T2", + "ON", + "T1.process_outcome_code", + "=", + "T2.process_outcome_code", + "JOIN", + "Process_Status", + "AS", + "T3", + "ON", + "T1.process_status_code", + "=", + "T3.process_status_code", + "WHERE", + "T1.document_id", + "=", + "0" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "process_outcome_description", + ",", + "t3", + ".", + "process_status_description", + "from", + "documents_processes", + "as", + "t1", + "join", + "process_outcomes", + "as", + "t2", + "on", + "t1", + ".", + "process_outcome_code", + "=", + "t2", + ".", + "process_outcome_code", + "join", + "process_status", + "as", + "t3", + "on", + "t1", + ".", + "process_status_code", + "=", + "t3", + ".", + "process_status_code", + "where", + "t1", + ".", + "document_id", + "=", + "value" + ], + "question": "What is the process outcome description and process status description for the document with id 0?", + "question_toks": [ + "What", + "is", + "the", + "process", + "outcome", + "description", + "and", + "process", + "status", + "description", + "for", + "the", + "document", + "with", + "id", + "0", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + 0.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT T3.process_name FROM Documents_processes AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id JOIN Business_processes AS T3 ON T1.process_id = T3.process_id WHERE T2.document_name = \"Travel to Brazil\"", + "query_toks": [ + "SELECT", + "T3.process_name", + "FROM", + "Documents_processes", + "AS", + "T1", + "JOIN", + "Documents", + "AS", + "T2", + "ON", + "T1.document_id", + "=", + "T2.document_id", + "JOIN", + "Business_processes", + "AS", + "T3", + "ON", + "T1.process_id", + "=", + "T3.process_id", + "WHERE", + "T2.document_name", + "=", + "``", + "Travel", + "to", + "Brazil", + "''" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "process_name", + "from", + "documents_processes", + "as", + "t1", + "join", + "documents", + "as", + "t2", + "on", + "t1", + ".", + "document_id", + "=", + "t2", + ".", + "document_id", + "join", + "business_processes", + "as", + "t3", + "on", + "t1", + ".", + "process_id", + "=", + "t3", + ".", + "process_id", + "where", + "t2", + ".", + "document_name", + "=", + "value" + ], + "question": "What is the process name for the document \"Travel to Brazil\"?", + "question_toks": [ + "What", + "is", + "the", + "process", + "name", + "for", + "the", + "document", + "``", + "Travel", + "to", + "Brazil", + "''", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Travel to Brazil\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT process_id , count(*) FROM Documents_processes GROUP BY process_id", + "query_toks": [ + "SELECT", + "process_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Documents_processes", + "GROUP", + "BY", + "process_id" + ], + "query_toks_no_value": [ + "select", + "process_id", + ",", + "count", + "(", + "*", + ")", + "from", + "documents_processes", + "group", + "by", + "process_id" + ], + "question": "Show all process ids and the number of documents in each process.", + "question_toks": [ + "Show", + "all", + "process", + "ids", + "and", + "the", + "number", + "of", + "documents", + "in", + "each", + "process", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 22, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT count(*) FROM Staff_in_processes WHERE document_id = 0 AND process_id = 9", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Staff_in_processes", + "WHERE", + "document_id", + "=", + "0", + "AND", + "process_id", + "=", + "9" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "staff_in_processes", + "where", + "document_id", + "=", + "value", + "and", + "process_id", + "=", + "value" + ], + "question": "How many staff are the document with id 0 and process with id 9.", + "question_toks": [ + "How", + "many", + "staff", + "are", + "the", + "document", + "with", + "id", + "0", + "and", + "process", + "with", + "id", + "9", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 0.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + 9.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT staff_id , count(*) FROM Staff_in_processes GROUP BY staff_id", + "query_toks": [ + "SELECT", + "staff_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Staff_in_processes", + "GROUP", + "BY", + "staff_id" + ], + "query_toks_no_value": [ + "select", + "staff_id", + ",", + "count", + "(", + "*", + ")", + "from", + "staff_in_processes", + "group", + "by", + "staff_id" + ], + "question": "Show all staff ids and the number of document processes for each staff.", + "question_toks": [ + "Show", + "all", + "staff", + "ids", + "and", + "the", + "number", + "of", + "document", + "processes", + "for", + "each", + "staff", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 27, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT staff_role_code , count(*) FROM Staff_in_processes GROUP BY staff_role_code", + "query_toks": [ + "SELECT", + "staff_role_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Staff_in_processes", + "GROUP", + "BY", + "staff_role_code" + ], + "query_toks_no_value": [ + "select", + "staff_role_code", + ",", + "count", + "(", + "*", + ")", + "from", + "staff_in_processes", + "group", + "by", + "staff_role_code" + ], + "question": "Show all staff role codes and the number of document processes for each role.", + "question_toks": [ + "Show", + "all", + "staff", + "role", + "codes", + "and", + "the", + "number", + "of", + "document", + "processes", + "for", + "each", + "role", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 28, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "cre_Doc_Workflow", + "query": "SELECT count(DISTINCT staff_role_code) FROM Staff_in_processes WHERE staff_id = 3", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "staff_role_code", + ")", + "FROM", + "Staff_in_processes", + "WHERE", + "staff_id", + "=", + "3" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "staff_role_code", + ")", + "from", + "staff_in_processes", + "where", + "staff_id", + "=", + "value" + ], + "question": "How many different roles does the staff with id 3 have?", + "question_toks": [ + "How", + "many", + "different", + "roles", + "does", + "the", + "staff", + "with", + "id", + "3", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 28, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + 3.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT count(*) FROM Agencies", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Agencies" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "agencies" + ], + "question": "How many agencies do we have?", + "question_toks": [ + "How", + "many", + "agencies", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT count(*) FROM Agencies", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Agencies" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "agencies" + ], + "question": "Count the number of agencies.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "agencies", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT agency_id , agency_details FROM Agencies", + "query_toks": [ + "SELECT", + "agency_id", + ",", + "agency_details", + "FROM", + "Agencies" + ], + "query_toks_no_value": [ + "select", + "agency_id", + ",", + "agency_details", + "from", + "agencies" + ], + "question": "Show all agency ids and details.", + "question_toks": [ + "Show", + "all", + "agency", + "ids", + "and", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT agency_id , agency_details FROM Agencies", + "query_toks": [ + "SELECT", + "agency_id", + ",", + "agency_details", + "FROM", + "Agencies" + ], + "query_toks_no_value": [ + "select", + "agency_id", + ",", + "agency_details", + "from", + "agencies" + ], + "question": "What are all the agency ids and details?", + "question_toks": [ + "What", + "are", + "all", + "the", + "agency", + "ids", + "and", + "details", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT count(*) FROM Clients", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Clients" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "clients" + ], + "question": "Show the number of clients.", + "question_toks": [ + "Show", + "the", + "number", + "of", + "clients", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT count(*) FROM Clients", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Clients" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "clients" + ], + "question": "How many clients are there?", + "question_toks": [ + "How", + "many", + "clients", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT client_id , client_details FROM Clients", + "query_toks": [ + "SELECT", + "client_id", + ",", + "client_details", + "FROM", + "Clients" + ], + "query_toks_no_value": [ + "select", + "client_id", + ",", + "client_details", + "from", + "clients" + ], + "question": "List all client ids and client details.", + "question_toks": [ + "List", + "all", + "client", + "ids", + "and", + "client", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT client_id , client_details FROM Clients", + "query_toks": [ + "SELECT", + "client_id", + ",", + "client_details", + "FROM", + "Clients" + ], + "query_toks_no_value": [ + "select", + "client_id", + ",", + "client_details", + "from", + "clients" + ], + "question": "What are all the client ids and details?", + "question_toks": [ + "What", + "are", + "all", + "the", + "client", + "ids", + "and", + "details", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT agency_id , count(*) FROM Clients GROUP BY agency_id", + "query_toks": [ + "SELECT", + "agency_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Clients", + "GROUP", + "BY", + "agency_id" + ], + "query_toks_no_value": [ + "select", + "agency_id", + ",", + "count", + "(", + "*", + ")", + "from", + "clients", + "group", + "by", + "agency_id" + ], + "question": "Show agency ids and the number of clients for each agency.", + "question_toks": [ + "Show", + "agency", + "ids", + "and", + "the", + "number", + "of", + "clients", + "for", + "each", + "agency", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT agency_id , count(*) FROM Clients GROUP BY agency_id", + "query_toks": [ + "SELECT", + "agency_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Clients", + "GROUP", + "BY", + "agency_id" + ], + "query_toks_no_value": [ + "select", + "agency_id", + ",", + "count", + "(", + "*", + ")", + "from", + "clients", + "group", + "by", + "agency_id" + ], + "question": "How many clients does each agency have?", + "question_toks": [ + "How", + "many", + "clients", + "does", + "each", + "agency", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.agency_id , T1.agency_details FROM Agencies AS T1 JOIN Clients AS T2 ON T1.agency_id = T2.agency_id GROUP BY T1.agency_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.agency_id", + ",", + "T1.agency_details", + "FROM", + "Agencies", + "AS", + "T1", + "JOIN", + "Clients", + "AS", + "T2", + "ON", + "T1.agency_id", + "=", + "T2.agency_id", + "GROUP", + "BY", + "T1.agency_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "agency_id", + ",", + "t1", + ".", + "agency_details", + "from", + "agencies", + "as", + "t1", + "join", + "clients", + "as", + "t2", + "on", + "t1", + ".", + "agency_id", + "=", + "t2", + ".", + "agency_id", + "group", + "by", + "t1", + ".", + "agency_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the agency id and details with most number of clients?", + "question_toks": [ + "What", + "is", + "the", + "agency", + "id", + "and", + "details", + "with", + "most", + "number", + "of", + "clients", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.agency_id , T1.agency_details FROM Agencies AS T1 JOIN Clients AS T2 ON T1.agency_id = T2.agency_id GROUP BY T1.agency_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.agency_id", + ",", + "T1.agency_details", + "FROM", + "Agencies", + "AS", + "T1", + "JOIN", + "Clients", + "AS", + "T2", + "ON", + "T1.agency_id", + "=", + "T2.agency_id", + "GROUP", + "BY", + "T1.agency_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "agency_id", + ",", + "t1", + ".", + "agency_details", + "from", + "agencies", + "as", + "t1", + "join", + "clients", + "as", + "t2", + "on", + "t1", + ".", + "agency_id", + "=", + "t2", + ".", + "agency_id", + "group", + "by", + "t1", + ".", + "agency_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Return the agency id and details for the agency with the greatest number of clients.", + "question_toks": [ + "Return", + "the", + "agency", + "id", + "and", + "details", + "for", + "the", + "agency", + "with", + "the", + "greatest", + "number", + "of", + "clients", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.agency_id , T1.agency_details FROM Agencies AS T1 JOIN Clients AS T2 ON T1.agency_id = T2.agency_id GROUP BY T1.agency_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T1.agency_id", + ",", + "T1.agency_details", + "FROM", + "Agencies", + "AS", + "T1", + "JOIN", + "Clients", + "AS", + "T2", + "ON", + "T1.agency_id", + "=", + "T2.agency_id", + "GROUP", + "BY", + "T1.agency_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "agency_id", + ",", + "t1", + ".", + "agency_details", + "from", + "agencies", + "as", + "t1", + "join", + "clients", + "as", + "t2", + "on", + "t1", + ".", + "agency_id", + "=", + "t2", + ".", + "agency_id", + "group", + "by", + "t1", + ".", + "agency_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Show agency ids and details with at least 2 clients.", + "question_toks": [ + "Show", + "agency", + "ids", + "and", + "details", + "with", + "at", + "least", + "2", + "clients", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.agency_id , T1.agency_details FROM Agencies AS T1 JOIN Clients AS T2 ON T1.agency_id = T2.agency_id GROUP BY T1.agency_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "T1.agency_id", + ",", + "T1.agency_details", + "FROM", + "Agencies", + "AS", + "T1", + "JOIN", + "Clients", + "AS", + "T2", + "ON", + "T1.agency_id", + "=", + "T2.agency_id", + "GROUP", + "BY", + "T1.agency_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "agency_id", + ",", + "t1", + ".", + "agency_details", + "from", + "agencies", + "as", + "t1", + "join", + "clients", + "as", + "t2", + "on", + "t1", + ".", + "agency_id", + "=", + "t2", + ".", + "agency_id", + "group", + "by", + "t1", + ".", + "agency_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the agency ids and details agencies with at least 2 clients?", + "question_toks": [ + "What", + "are", + "the", + "agency", + "ids", + "and", + "details", + "agencies", + "with", + "at", + "least", + "2", + "clients", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T2.agency_details FROM Clients AS T1 JOIN Agencies AS T2 ON T1.agency_id = T2.agency_id WHERE T1.client_details = 'Mac'", + "query_toks": [ + "SELECT", + "T2.agency_details", + "FROM", + "Clients", + "AS", + "T1", + "JOIN", + "Agencies", + "AS", + "T2", + "ON", + "T1.agency_id", + "=", + "T2.agency_id", + "WHERE", + "T1.client_details", + "=", + "'Mac", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "agency_details", + "from", + "clients", + "as", + "t1", + "join", + "agencies", + "as", + "t2", + "on", + "t1", + ".", + "agency_id", + "=", + "t2", + ".", + "agency_id", + "where", + "t1", + ".", + "client_details", + "=", + "value" + ], + "question": "Show agency details for client with detail 'Mac'.", + "question_toks": [ + "Show", + "agency", + "details", + "for", + "client", + "with", + "detail", + "'Mac", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Mac\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T2.agency_details FROM Clients AS T1 JOIN Agencies AS T2 ON T1.agency_id = T2.agency_id WHERE T1.client_details = 'Mac'", + "query_toks": [ + "SELECT", + "T2.agency_details", + "FROM", + "Clients", + "AS", + "T1", + "JOIN", + "Agencies", + "AS", + "T2", + "ON", + "T1.agency_id", + "=", + "T2.agency_id", + "WHERE", + "T1.client_details", + "=", + "'Mac", + "'" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "agency_details", + "from", + "clients", + "as", + "t1", + "join", + "agencies", + "as", + "t2", + "on", + "t1", + ".", + "agency_id", + "=", + "t2", + ".", + "agency_id", + "where", + "t1", + ".", + "client_details", + "=", + "value" + ], + "question": "What are the agency details for clients with the detail Mac?", + "question_toks": [ + "What", + "are", + "the", + "agency", + "details", + "for", + "clients", + "with", + "the", + "detail", + "Mac", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Mac\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.client_details , T2.agency_details FROM Clients AS T1 JOIN Agencies AS T2 ON T1.agency_id = T2.agency_id", + "query_toks": [ + "SELECT", + "T1.client_details", + ",", + "T2.agency_details", + "FROM", + "Clients", + "AS", + "T1", + "JOIN", + "Agencies", + "AS", + "T2", + "ON", + "T1.agency_id", + "=", + "T2.agency_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "client_details", + ",", + "t2", + ".", + "agency_details", + "from", + "clients", + "as", + "t1", + "join", + "agencies", + "as", + "t2", + "on", + "t1", + ".", + "agency_id", + "=", + "t2", + ".", + "agency_id" + ], + "question": "Show details for all clients and the details of their corresponding agents.", + "question_toks": [ + "Show", + "details", + "for", + "all", + "clients", + "and", + "the", + "details", + "of", + "their", + "corresponding", + "agents", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.client_details , T2.agency_details FROM Clients AS T1 JOIN Agencies AS T2 ON T1.agency_id = T2.agency_id", + "query_toks": [ + "SELECT", + "T1.client_details", + ",", + "T2.agency_details", + "FROM", + "Clients", + "AS", + "T1", + "JOIN", + "Agencies", + "AS", + "T2", + "ON", + "T1.agency_id", + "=", + "T2.agency_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "client_details", + ",", + "t2", + ".", + "agency_details", + "from", + "clients", + "as", + "t1", + "join", + "agencies", + "as", + "t2", + "on", + "t1", + ".", + "agency_id", + "=", + "t2", + ".", + "agency_id" + ], + "question": "What are the client details for each client and the corresponding details of their agencies?", + "question_toks": [ + "What", + "are", + "the", + "client", + "details", + "for", + "each", + "client", + "and", + "the", + "corresponding", + "details", + "of", + "their", + "agencies", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT sic_code , count(*) FROM Clients GROUP BY sic_code", + "query_toks": [ + "SELECT", + "sic_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Clients", + "GROUP", + "BY", + "sic_code" + ], + "query_toks_no_value": [ + "select", + "sic_code", + ",", + "count", + "(", + "*", + ")", + "from", + "clients", + "group", + "by", + "sic_code" + ], + "question": "Show all sic codes and the number of clients with each code.", + "question_toks": [ + "Show", + "all", + "sic", + "codes", + "and", + "the", + "number", + "of", + "clients", + "with", + "each", + "code", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT sic_code , count(*) FROM Clients GROUP BY sic_code", + "query_toks": [ + "SELECT", + "sic_code", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Clients", + "GROUP", + "BY", + "sic_code" + ], + "query_toks_no_value": [ + "select", + "sic_code", + ",", + "count", + "(", + "*", + ")", + "from", + "clients", + "group", + "by", + "sic_code" + ], + "question": "How many clients are there for each sic code?", + "question_toks": [ + "How", + "many", + "clients", + "are", + "there", + "for", + "each", + "sic", + "code", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 8, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT client_id , client_details FROM Clients WHERE sic_code = \"Bad\";", + "query_toks": [ + "SELECT", + "client_id", + ",", + "client_details", + "FROM", + "Clients", + "WHERE", + "sic_code", + "=", + "``", + "Bad", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "client_id", + ",", + "client_details", + "from", + "clients", + "where", + "sic_code", + "=", + "value" + ], + "question": "Show all client ids and details with sic code \"Bad\".", + "question_toks": [ + "Show", + "all", + "client", + "ids", + "and", + "details", + "with", + "sic", + "code", + "``", + "Bad", + "''", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"Bad\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT client_id , client_details FROM Clients WHERE sic_code = \"Bad\";", + "query_toks": [ + "SELECT", + "client_id", + ",", + "client_details", + "FROM", + "Clients", + "WHERE", + "sic_code", + "=", + "``", + "Bad", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "client_id", + ",", + "client_details", + "from", + "clients", + "where", + "sic_code", + "=", + "value" + ], + "question": "What are the client ideas and details for clients with the sic code Bad?", + "question_toks": [ + "What", + "are", + "the", + "client", + "ideas", + "and", + "details", + "for", + "clients", + "with", + "the", + "sic", + "code", + "Bad", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"Bad\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.agency_id , T1.agency_details FROM Agencies AS T1 JOIN Clients AS T2 ON T1.agency_id = T2.agency_id", + "query_toks": [ + "SELECT", + "T1.agency_id", + ",", + "T1.agency_details", + "FROM", + "Agencies", + "AS", + "T1", + "JOIN", + "Clients", + "AS", + "T2", + "ON", + "T1.agency_id", + "=", + "T2.agency_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "agency_id", + ",", + "t1", + ".", + "agency_details", + "from", + "agencies", + "as", + "t1", + "join", + "clients", + "as", + "t2", + "on", + "t1", + ".", + "agency_id", + "=", + "t2", + ".", + "agency_id" + ], + "question": "Show all agency ids and details for agencies with a client.", + "question_toks": [ + "Show", + "all", + "agency", + "ids", + "and", + "details", + "for", + "agencies", + "with", + "a", + "client", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.agency_id , T1.agency_details FROM Agencies AS T1 JOIN Clients AS T2 ON T1.agency_id = T2.agency_id", + "query_toks": [ + "SELECT", + "T1.agency_id", + ",", + "T1.agency_details", + "FROM", + "Agencies", + "AS", + "T1", + "JOIN", + "Clients", + "AS", + "T2", + "ON", + "T1.agency_id", + "=", + "T2.agency_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "agency_id", + ",", + "t1", + ".", + "agency_details", + "from", + "agencies", + "as", + "t1", + "join", + "clients", + "as", + "t2", + "on", + "t1", + ".", + "agency_id", + "=", + "t2", + ".", + "agency_id" + ], + "question": "What are the agency ids and agency details for all agencies who have a client?", + "question_toks": [ + "What", + "are", + "the", + "agency", + "ids", + "and", + "agency", + "details", + "for", + "all", + "agencies", + "who", + "have", + "a", + "client", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT agency_id FROM Agencies EXCEPT SELECT agency_id FROM Clients", + "query_toks": [ + "SELECT", + "agency_id", + "FROM", + "Agencies", + "EXCEPT", + "SELECT", + "agency_id", + "FROM", + "Clients" + ], + "query_toks_no_value": [ + "select", + "agency_id", + "from", + "agencies", + "except", + "select", + "agency_id", + "from", + "clients" + ], + "question": "Show all agency ids without any client.", + "question_toks": [ + "Show", + "all", + "agency", + "ids", + "without", + "any", + "client", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT agency_id FROM Agencies EXCEPT SELECT agency_id FROM Clients", + "query_toks": [ + "SELECT", + "agency_id", + "FROM", + "Agencies", + "EXCEPT", + "SELECT", + "agency_id", + "FROM", + "Clients" + ], + "query_toks_no_value": [ + "select", + "agency_id", + "from", + "agencies", + "except", + "select", + "agency_id", + "from", + "clients" + ], + "question": "What are ids of agencies that do not have any clients?", + "question_toks": [ + "What", + "are", + "ids", + "of", + "agencies", + "that", + "do", + "not", + "have", + "any", + "clients", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT count(*) FROM Invoices", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Invoices" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "invoices" + ], + "question": "How many invoices do we have?", + "question_toks": [ + "How", + "many", + "invoices", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT count(*) FROM Invoices", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Invoices" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "invoices" + ], + "question": "Count the number of invoices.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "invoices", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT invoice_id , invoice_status , invoice_details FROM Invoices", + "query_toks": [ + "SELECT", + "invoice_id", + ",", + "invoice_status", + ",", + "invoice_details", + "FROM", + "Invoices" + ], + "query_toks_no_value": [ + "select", + "invoice_id", + ",", + "invoice_status", + ",", + "invoice_details", + "from", + "invoices" + ], + "question": "Show ids, status codes, and details for all invoices for clients.", + "question_toks": [ + "Show", + "ids", + ",", + "status", + "codes", + ",", + "and", + "details", + "for", + "all", + "invoices", + "for", + "clients", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT invoice_id , invoice_status , invoice_details FROM Invoices", + "query_toks": [ + "SELECT", + "invoice_id", + ",", + "invoice_status", + ",", + "invoice_details", + "FROM", + "Invoices" + ], + "query_toks_no_value": [ + "select", + "invoice_id", + ",", + "invoice_status", + ",", + "invoice_details", + "from", + "invoices" + ], + "question": "What are the ids, statuses, and details for all invoices?", + "question_toks": [ + "What", + "are", + "the", + "ids", + ",", + "statuses", + ",", + "and", + "details", + "for", + "all", + "invoices", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT client_id , count(*) FROM Invoices GROUP BY client_id", + "query_toks": [ + "SELECT", + "client_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Invoices", + "GROUP", + "BY", + "client_id" + ], + "query_toks_no_value": [ + "select", + "client_id", + ",", + "count", + "(", + "*", + ")", + "from", + "invoices", + "group", + "by", + "client_id" + ], + "question": "Show all client ids and the number of invoices for each client.", + "question_toks": [ + "Show", + "all", + "client", + "ids", + "and", + "the", + "number", + "of", + "invoices", + "for", + "each", + "client", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT client_id , count(*) FROM Invoices GROUP BY client_id", + "query_toks": [ + "SELECT", + "client_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Invoices", + "GROUP", + "BY", + "client_id" + ], + "query_toks_no_value": [ + "select", + "client_id", + ",", + "count", + "(", + "*", + ")", + "from", + "invoices", + "group", + "by", + "client_id" + ], + "question": "How many invoices are there for each client id?", + "question_toks": [ + "How", + "many", + "invoices", + "are", + "there", + "for", + "each", + "client", + "id", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.client_id , T2.client_details FROM Invoices AS T1 JOIN Clients AS T2 ON T1.client_id = T2.client_id GROUP BY T1.client_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.client_id", + ",", + "T2.client_details", + "FROM", + "Invoices", + "AS", + "T1", + "JOIN", + "Clients", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id", + "GROUP", + "BY", + "T1.client_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "client_id", + ",", + "t2", + ".", + "client_details", + "from", + "invoices", + "as", + "t1", + "join", + "clients", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id", + "group", + "by", + "t1", + ".", + "client_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "List the client id and detail with most number of invoices.", + "question_toks": [ + "List", + "the", + "client", + "id", + "and", + "detail", + "with", + "most", + "number", + "of", + "invoices", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.client_id , T2.client_details FROM Invoices AS T1 JOIN Clients AS T2 ON T1.client_id = T2.client_id GROUP BY T1.client_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.client_id", + ",", + "T2.client_details", + "FROM", + "Invoices", + "AS", + "T1", + "JOIN", + "Clients", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id", + "GROUP", + "BY", + "T1.client_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "client_id", + ",", + "t2", + ".", + "client_details", + "from", + "invoices", + "as", + "t1", + "join", + "clients", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id", + "group", + "by", + "t1", + ".", + "client_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What are the client id and details for the client with the most invoices?", + "question_toks": [ + "What", + "are", + "the", + "client", + "id", + "and", + "details", + "for", + "the", + "client", + "with", + "the", + "most", + "invoices", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT client_id FROM Invoices GROUP BY client_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "client_id", + "FROM", + "Invoices", + "GROUP", + "BY", + "client_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "client_id", + "from", + "invoices", + "group", + "by", + "client_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are client ids for clients with at least 2 invoices.", + "question_toks": [ + "What", + "are", + "client", + "ids", + "for", + "clients", + "with", + "at", + "least", + "2", + "invoices", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT client_id FROM Invoices GROUP BY client_id HAVING count(*) >= 2", + "query_toks": [ + "SELECT", + "client_id", + "FROM", + "Invoices", + "GROUP", + "BY", + "client_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "2" + ], + "query_toks_no_value": [ + "select", + "client_id", + "from", + "invoices", + "group", + "by", + "client_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Return the client ids for clients with two or more invoices?", + "question_toks": [ + "Return", + "the", + "client", + "ids", + "for", + "clients", + "with", + "two", + "or", + "more", + "invoices", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT invoice_status , count(*) FROM Invoices GROUP BY invoice_status", + "query_toks": [ + "SELECT", + "invoice_status", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Invoices", + "GROUP", + "BY", + "invoice_status" + ], + "query_toks_no_value": [ + "select", + "invoice_status", + ",", + "count", + "(", + "*", + ")", + "from", + "invoices", + "group", + "by", + "invoice_status" + ], + "question": "Show all invoice status codes and the number of invoices with each status.", + "question_toks": [ + "Show", + "all", + "invoice", + "status", + "codes", + "and", + "the", + "number", + "of", + "invoices", + "with", + "each", + "status", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT invoice_status , count(*) FROM Invoices GROUP BY invoice_status", + "query_toks": [ + "SELECT", + "invoice_status", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Invoices", + "GROUP", + "BY", + "invoice_status" + ], + "query_toks_no_value": [ + "select", + "invoice_status", + ",", + "count", + "(", + "*", + ")", + "from", + "invoices", + "group", + "by", + "invoice_status" + ], + "question": "How many invoices are there for each status code?", + "question_toks": [ + "How", + "many", + "invoices", + "are", + "there", + "for", + "each", + "status", + "code", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT invoice_status FROM Invoices GROUP BY invoice_status ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "invoice_status", + "FROM", + "Invoices", + "GROUP", + "BY", + "invoice_status", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "invoice_status", + "from", + "invoices", + "group", + "by", + "invoice_status", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the invoice status code with most number of invoices.", + "question_toks": [ + "What", + "is", + "the", + "invoice", + "status", + "code", + "with", + "most", + "number", + "of", + "invoices", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT invoice_status FROM Invoices GROUP BY invoice_status ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "invoice_status", + "FROM", + "Invoices", + "GROUP", + "BY", + "invoice_status", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "invoice_status", + "from", + "invoices", + "group", + "by", + "invoice_status", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Return the invoice status that has the most invoices.", + "question_toks": [ + "Return", + "the", + "invoice", + "status", + "that", + "has", + "the", + "most", + "invoices", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 12, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.invoice_status , T1.invoice_details , T2.client_id , T2.client_details , T3.agency_id , T3.agency_details FROM Invoices AS T1 JOIN Clients AS T2 ON T1.client_id = T2.client_id JOIN Agencies AS T3 ON T2.agency_id = T3.agency_id", + "query_toks": [ + "SELECT", + "T1.invoice_status", + ",", + "T1.invoice_details", + ",", + "T2.client_id", + ",", + "T2.client_details", + ",", + "T3.agency_id", + ",", + "T3.agency_details", + "FROM", + "Invoices", + "AS", + "T1", + "JOIN", + "Clients", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id", + "JOIN", + "Agencies", + "AS", + "T3", + "ON", + "T2.agency_id", + "=", + "T3.agency_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "invoice_status", + ",", + "t1", + ".", + "invoice_details", + ",", + "t2", + ".", + "client_id", + ",", + "t2", + ".", + "client_details", + ",", + "t3", + ".", + "agency_id", + ",", + "t3", + ".", + "agency_details", + "from", + "invoices", + "as", + "t1", + "join", + "clients", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id", + "join", + "agencies", + "as", + "t3", + "on", + "t2", + ".", + "agency_id", + "=", + "t3", + ".", + "agency_id" + ], + "question": "Show all invoice status codes and details and the corresponding client id and details and agency id and details.", + "question_toks": [ + "Show", + "all", + "invoice", + "status", + "codes", + "and", + "details", + "and", + "the", + "corresponding", + "client", + "id", + "and", + "details", + "and", + "agency", + "id", + "and", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.invoice_status , T1.invoice_details , T2.client_id , T2.client_details , T3.agency_id , T3.agency_details FROM Invoices AS T1 JOIN Clients AS T2 ON T1.client_id = T2.client_id JOIN Agencies AS T3 ON T2.agency_id = T3.agency_id", + "query_toks": [ + "SELECT", + "T1.invoice_status", + ",", + "T1.invoice_details", + ",", + "T2.client_id", + ",", + "T2.client_details", + ",", + "T3.agency_id", + ",", + "T3.agency_details", + "FROM", + "Invoices", + "AS", + "T1", + "JOIN", + "Clients", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id", + "JOIN", + "Agencies", + "AS", + "T3", + "ON", + "T2.agency_id", + "=", + "T3.agency_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "invoice_status", + ",", + "t1", + ".", + "invoice_details", + ",", + "t2", + ".", + "client_id", + ",", + "t2", + ".", + "client_details", + ",", + "t3", + ".", + "agency_id", + ",", + "t3", + ".", + "agency_details", + "from", + "invoices", + "as", + "t1", + "join", + "clients", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id", + "join", + "agencies", + "as", + "t3", + "on", + "t2", + ".", + "agency_id", + "=", + "t3", + ".", + "agency_id" + ], + "question": "What are the invoice status, invoice details, and corresponding client ids and details and agency id and details?", + "question_toks": [ + "What", + "are", + "the", + "invoice", + "status", + ",", + "invoice", + "details", + ",", + "and", + "corresponding", + "client", + "ids", + "and", + "details", + "and", + "agency", + "id", + "and", + "details", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT meeting_type , other_details FROM meetings", + "query_toks": [ + "SELECT", + "meeting_type", + ",", + "other_details", + "FROM", + "meetings" + ], + "query_toks_no_value": [ + "select", + "meeting_type", + ",", + "other_details", + "from", + "meetings" + ], + "question": "List all meeting type codes and details.", + "question_toks": [ + "List", + "all", + "meeting", + "type", + "codes", + "and", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT meeting_type , other_details FROM meetings", + "query_toks": [ + "SELECT", + "meeting_type", + ",", + "other_details", + "FROM", + "meetings" + ], + "query_toks_no_value": [ + "select", + "meeting_type", + ",", + "other_details", + "from", + "meetings" + ], + "question": "What are all meeting types and other details?", + "question_toks": [ + "What", + "are", + "all", + "meeting", + "types", + "and", + "other", + "details", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT meeting_outcome , purpose_of_meeting FROM meetings", + "query_toks": [ + "SELECT", + "meeting_outcome", + ",", + "purpose_of_meeting", + "FROM", + "meetings" + ], + "query_toks_no_value": [ + "select", + "meeting_outcome", + ",", + "purpose_of_meeting", + "from", + "meetings" + ], + "question": "Show all meeting outcomes and purposes.", + "question_toks": [ + "Show", + "all", + "meeting", + "outcomes", + "and", + "purposes", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT meeting_outcome , purpose_of_meeting FROM meetings", + "query_toks": [ + "SELECT", + "meeting_outcome", + ",", + "purpose_of_meeting", + "FROM", + "meetings" + ], + "query_toks_no_value": [ + "select", + "meeting_outcome", + ",", + "purpose_of_meeting", + "from", + "meetings" + ], + "question": "What are all meeting outcomes and purposes?", + "question_toks": [ + "What", + "are", + "all", + "meeting", + "outcomes", + "and", + "purposes", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.payment_id , T1.payment_details FROM Payments AS T1 JOIN Invoices AS T2 ON T1.invoice_id = T2.invoice_id WHERE T2.invoice_status = 'Working'", + "query_toks": [ + "SELECT", + "T1.payment_id", + ",", + "T1.payment_details", + "FROM", + "Payments", + "AS", + "T1", + "JOIN", + "Invoices", + "AS", + "T2", + "ON", + "T1.invoice_id", + "=", + "T2.invoice_id", + "WHERE", + "T2.invoice_status", + "=", + "'Working", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "payment_id", + ",", + "t1", + ".", + "payment_details", + "from", + "payments", + "as", + "t1", + "join", + "invoices", + "as", + "t2", + "on", + "t1", + ".", + "invoice_id", + "=", + "t2", + ".", + "invoice_id", + "where", + "t2", + ".", + "invoice_status", + "=", + "value" + ], + "question": "Show all payment ids and details for invoices whose status is 'Working'.", + "question_toks": [ + "Show", + "all", + "payment", + "ids", + "and", + "details", + "for", + "invoices", + "whose", + "status", + "is", + "'Working", + "'", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Working\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.payment_id , T1.payment_details FROM Payments AS T1 JOIN Invoices AS T2 ON T1.invoice_id = T2.invoice_id WHERE T2.invoice_status = 'Working'", + "query_toks": [ + "SELECT", + "T1.payment_id", + ",", + "T1.payment_details", + "FROM", + "Payments", + "AS", + "T1", + "JOIN", + "Invoices", + "AS", + "T2", + "ON", + "T1.invoice_id", + "=", + "T2.invoice_id", + "WHERE", + "T2.invoice_status", + "=", + "'Working", + "'" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "payment_id", + ",", + "t1", + ".", + "payment_details", + "from", + "payments", + "as", + "t1", + "join", + "invoices", + "as", + "t2", + "on", + "t1", + ".", + "invoice_id", + "=", + "t2", + ".", + "invoice_id", + "where", + "t2", + ".", + "invoice_status", + "=", + "value" + ], + "question": "What are all payment ids and payment details for invoices with status Working?", + "question_toks": [ + "What", + "are", + "all", + "payment", + "ids", + "and", + "payment", + "details", + "for", + "invoices", + "with", + "status", + "Working", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Working\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT invoice_id , invoice_status FROM Invoices EXCEPT SELECT T1.invoice_id , T1.invoice_status FROM Invoices AS T1 JOIN Payments AS T2 ON T1.invoice_id = T2.invoice_id", + "query_toks": [ + "SELECT", + "invoice_id", + ",", + "invoice_status", + "FROM", + "Invoices", + "EXCEPT", + "SELECT", + "T1.invoice_id", + ",", + "T1.invoice_status", + "FROM", + "Invoices", + "AS", + "T1", + "JOIN", + "Payments", + "AS", + "T2", + "ON", + "T1.invoice_id", + "=", + "T2.invoice_id" + ], + "query_toks_no_value": [ + "select", + "invoice_id", + ",", + "invoice_status", + "from", + "invoices", + "except", + "select", + "t1", + ".", + "invoice_id", + ",", + "t1", + ".", + "invoice_status", + "from", + "invoices", + "as", + "t1", + "join", + "payments", + "as", + "t2", + "on", + "t1", + ".", + "invoice_id", + "=", + "t2", + ".", + "invoice_id" + ], + "question": "Show all invoice ids and statuses without a payment.", + "question_toks": [ + "Show", + "all", + "invoice", + "ids", + "and", + "statuses", + "without", + "a", + "payment", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT invoice_id , invoice_status FROM Invoices EXCEPT SELECT T1.invoice_id , T1.invoice_status FROM Invoices AS T1 JOIN Payments AS T2 ON T1.invoice_id = T2.invoice_id", + "query_toks": [ + "SELECT", + "invoice_id", + ",", + "invoice_status", + "FROM", + "Invoices", + "EXCEPT", + "SELECT", + "T1.invoice_id", + ",", + "T1.invoice_status", + "FROM", + "Invoices", + "AS", + "T1", + "JOIN", + "Payments", + "AS", + "T2", + "ON", + "T1.invoice_id", + "=", + "T2.invoice_id" + ], + "query_toks_no_value": [ + "select", + "invoice_id", + ",", + "invoice_status", + "from", + "invoices", + "except", + "select", + "t1", + ".", + "invoice_id", + ",", + "t1", + ".", + "invoice_status", + "from", + "invoices", + "as", + "t1", + "join", + "payments", + "as", + "t2", + "on", + "t1", + ".", + "invoice_id", + "=", + "t2", + ".", + "invoice_id" + ], + "question": "What are the invoice ids and statuses for invoices without a payment?", + "question_toks": [ + "What", + "are", + "the", + "invoice", + "ids", + "and", + "statuses", + "for", + "invoices", + "without", + "a", + "payment", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT count(*) FROM Payments", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Payments" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "payments" + ], + "question": "How many payments do we have?", + "question_toks": [ + "How", + "many", + "payments", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT count(*) FROM Payments", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Payments" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "payments" + ], + "question": "Count the number of payments.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "payments", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT payment_id , invoice_id , payment_details FROM Payments", + "query_toks": [ + "SELECT", + "payment_id", + ",", + "invoice_id", + ",", + "payment_details", + "FROM", + "Payments" + ], + "query_toks_no_value": [ + "select", + "payment_id", + ",", + "invoice_id", + ",", + "payment_details", + "from", + "payments" + ], + "question": "List all payment ids and its corresponding invoice ids and details.", + "question_toks": [ + "List", + "all", + "payment", + "ids", + "and", + "its", + "corresponding", + "invoice", + "ids", + "and", + "details", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT payment_id , invoice_id , payment_details FROM Payments", + "query_toks": [ + "SELECT", + "payment_id", + ",", + "invoice_id", + ",", + "payment_details", + "FROM", + "Payments" + ], + "query_toks_no_value": [ + "select", + "payment_id", + ",", + "invoice_id", + ",", + "payment_details", + "from", + "payments" + ], + "question": "What are the payment ids, invoice ids, and payment details for all payments?", + "question_toks": [ + "What", + "are", + "the", + "payment", + "ids", + ",", + "invoice", + "ids", + ",", + "and", + "payment", + "details", + "for", + "all", + "payments", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT DISTINCT T1.invoice_id , T1.invoice_status FROM Invoices AS T1 JOIN Payments AS T2 ON T1.invoice_id = T2.invoice_id", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.invoice_id", + ",", + "T1.invoice_status", + "FROM", + "Invoices", + "AS", + "T1", + "JOIN", + "Payments", + "AS", + "T2", + "ON", + "T1.invoice_id", + "=", + "T2.invoice_id" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "invoice_id", + ",", + "t1", + ".", + "invoice_status", + "from", + "invoices", + "as", + "t1", + "join", + "payments", + "as", + "t2", + "on", + "t1", + ".", + "invoice_id", + "=", + "t2", + ".", + "invoice_id" + ], + "question": "Show all the different invoice ids and statuses of the payments", + "question_toks": [ + "Show", + "all", + "the", + "different", + "invoice", + "ids", + "and", + "statuses", + "of", + "the", + "payments" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT DISTINCT T1.invoice_id , T1.invoice_status FROM Invoices AS T1 JOIN Payments AS T2 ON T1.invoice_id = T2.invoice_id", + "query_toks": [ + "SELECT", + "DISTINCT", + "T1.invoice_id", + ",", + "T1.invoice_status", + "FROM", + "Invoices", + "AS", + "T1", + "JOIN", + "Payments", + "AS", + "T2", + "ON", + "T1.invoice_id", + "=", + "T2.invoice_id" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "invoice_id", + ",", + "t1", + ".", + "invoice_status", + "from", + "invoices", + "as", + "t1", + "join", + "payments", + "as", + "t2", + "on", + "t1", + ".", + "invoice_id", + "=", + "t2", + ".", + "invoice_id" + ], + "question": "What are the distinct invoice ids and statuses for all payments?", + "question_toks": [ + "What", + "are", + "the", + "distinct", + "invoice", + "ids", + "and", + "statuses", + "for", + "all", + "payments", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT invoice_id , count(*) FROM Payments GROUP BY invoice_id", + "query_toks": [ + "SELECT", + "invoice_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Payments", + "GROUP", + "BY", + "invoice_id" + ], + "query_toks_no_value": [ + "select", + "invoice_id", + ",", + "count", + "(", + "*", + ")", + "from", + "payments", + "group", + "by", + "invoice_id" + ], + "question": "Show all invoice ids and the number of payments for each invoice.", + "question_toks": [ + "Show", + "all", + "invoice", + "ids", + "and", + "the", + "number", + "of", + "payments", + "for", + "each", + "invoice", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 24, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT invoice_id , count(*) FROM Payments GROUP BY invoice_id", + "query_toks": [ + "SELECT", + "invoice_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Payments", + "GROUP", + "BY", + "invoice_id" + ], + "query_toks_no_value": [ + "select", + "invoice_id", + ",", + "count", + "(", + "*", + ")", + "from", + "payments", + "group", + "by", + "invoice_id" + ], + "question": "How many payments are there for each invoice?", + "question_toks": [ + "How", + "many", + "payments", + "are", + "there", + "for", + "each", + "invoice", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 24, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.invoice_id , T2.invoice_status , T2.invoice_details FROM Payments AS T1 JOIN Invoices AS T2 ON T1.invoice_id = T2.invoice_id GROUP BY T1.invoice_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.invoice_id", + ",", + "T2.invoice_status", + ",", + "T2.invoice_details", + "FROM", + "Payments", + "AS", + "T1", + "JOIN", + "Invoices", + "AS", + "T2", + "ON", + "T1.invoice_id", + "=", + "T2.invoice_id", + "GROUP", + "BY", + "T1.invoice_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "invoice_id", + ",", + "t2", + ".", + "invoice_status", + ",", + "t2", + ".", + "invoice_details", + "from", + "payments", + "as", + "t1", + "join", + "invoices", + "as", + "t2", + "on", + "t1", + ".", + "invoice_id", + "=", + "t2", + ".", + "invoice_id", + "group", + "by", + "t1", + ".", + "invoice_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the invoice id, status code, and details for the invoice with most number of payments.", + "question_toks": [ + "What", + "is", + "the", + "invoice", + "id", + ",", + "status", + "code", + ",", + "and", + "details", + "for", + "the", + "invoice", + "with", + "most", + "number", + "of", + "payments", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 24, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.invoice_id , T2.invoice_status , T2.invoice_details FROM Payments AS T1 JOIN Invoices AS T2 ON T1.invoice_id = T2.invoice_id GROUP BY T1.invoice_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.invoice_id", + ",", + "T2.invoice_status", + ",", + "T2.invoice_details", + "FROM", + "Payments", + "AS", + "T1", + "JOIN", + "Invoices", + "AS", + "T2", + "ON", + "T1.invoice_id", + "=", + "T2.invoice_id", + "GROUP", + "BY", + "T1.invoice_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "invoice_id", + ",", + "t2", + ".", + "invoice_status", + ",", + "t2", + ".", + "invoice_details", + "from", + "payments", + "as", + "t1", + "join", + "invoices", + "as", + "t2", + "on", + "t1", + ".", + "invoice_id", + "=", + "t2", + ".", + "invoice_id", + "group", + "by", + "t1", + ".", + "invoice_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Return the invoice ids, statuses, and details for invoices with the most payments?", + "question_toks": [ + "Return", + "the", + "invoice", + "ids", + ",", + "statuses", + ",", + "and", + "details", + "for", + "invoices", + "with", + "the", + "most", + "payments", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 24, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT count(*) FROM Staff", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Staff" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "staff" + ], + "question": "How many staff do we have?", + "question_toks": [ + "How", + "many", + "staff", + "do", + "we", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT count(*) FROM Staff", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Staff" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "staff" + ], + "question": "Count the number of staff.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "staff", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT agency_id , count(*) FROM Staff GROUP BY agency_id", + "query_toks": [ + "SELECT", + "agency_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Staff", + "GROUP", + "BY", + "agency_id" + ], + "query_toks_no_value": [ + "select", + "agency_id", + ",", + "count", + "(", + "*", + ")", + "from", + "staff", + "group", + "by", + "agency_id" + ], + "question": "Show the agency ids and the number of staff in each agent?", + "question_toks": [ + "Show", + "the", + "agency", + "ids", + "and", + "the", + "number", + "of", + "staff", + "in", + "each", + "agent", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT agency_id , count(*) FROM Staff GROUP BY agency_id", + "query_toks": [ + "SELECT", + "agency_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Staff", + "GROUP", + "BY", + "agency_id" + ], + "query_toks_no_value": [ + "select", + "agency_id", + ",", + "count", + "(", + "*", + ")", + "from", + "staff", + "group", + "by", + "agency_id" + ], + "question": "Return the agency ids and number of staff in each.", + "question_toks": [ + "Return", + "the", + "agency", + "ids", + "and", + "number", + "of", + "staff", + "in", + "each", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.agency_id , T2.agency_details FROM Staff AS T1 JOIN Agencies AS T2 ON T1.agency_id = T2.agency_id GROUP BY T1.agency_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.agency_id", + ",", + "T2.agency_details", + "FROM", + "Staff", + "AS", + "T1", + "JOIN", + "Agencies", + "AS", + "T2", + "ON", + "T1.agency_id", + "=", + "T2.agency_id", + "GROUP", + "BY", + "T1.agency_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "agency_id", + ",", + "t2", + ".", + "agency_details", + "from", + "staff", + "as", + "t1", + "join", + "agencies", + "as", + "t2", + "on", + "t1", + ".", + "agency_id", + "=", + "t2", + ".", + "agency_id", + "group", + "by", + "t1", + ".", + "agency_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "What is the agent id and details for the agency with most staff?", + "question_toks": [ + "What", + "is", + "the", + "agent", + "id", + "and", + "details", + "for", + "the", + "agency", + "with", + "most", + "staff", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.agency_id , T2.agency_details FROM Staff AS T1 JOIN Agencies AS T2 ON T1.agency_id = T2.agency_id GROUP BY T1.agency_id ORDER BY count(*) DESC LIMIT 1", + "query_toks": [ + "SELECT", + "T1.agency_id", + ",", + "T2.agency_details", + "FROM", + "Staff", + "AS", + "T1", + "JOIN", + "Agencies", + "AS", + "T2", + "ON", + "T1.agency_id", + "=", + "T2.agency_id", + "GROUP", + "BY", + "T1.agency_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "DESC", + "LIMIT", + "1" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "agency_id", + ",", + "t2", + ".", + "agency_details", + "from", + "staff", + "as", + "t1", + "join", + "agencies", + "as", + "t2", + "on", + "t1", + ".", + "agency_id", + "=", + "t2", + ".", + "agency_id", + "group", + "by", + "t1", + ".", + "agency_id", + "order", + "by", + "count", + "(", + "*", + ")", + "desc", + "limit", + "value" + ], + "question": "Return the id and detail for the agency with the most staff.", + "question_toks": [ + "Return", + "the", + "id", + "and", + "detail", + "for", + "the", + "agency", + "with", + "the", + "most", + "staff", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT meeting_outcome , count(*) FROM Meetings GROUP BY meeting_outcome", + "query_toks": [ + "SELECT", + "meeting_outcome", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Meetings", + "GROUP", + "BY", + "meeting_outcome" + ], + "query_toks_no_value": [ + "select", + "meeting_outcome", + ",", + "count", + "(", + "*", + ")", + "from", + "meetings", + "group", + "by", + "meeting_outcome" + ], + "question": "Show meeting outcome codes and the number of meeting in each outcome.", + "question_toks": [ + "Show", + "meeting", + "outcome", + "codes", + "and", + "the", + "number", + "of", + "meeting", + "in", + "each", + "outcome", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 16, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT meeting_outcome , count(*) FROM Meetings GROUP BY meeting_outcome", + "query_toks": [ + "SELECT", + "meeting_outcome", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Meetings", + "GROUP", + "BY", + "meeting_outcome" + ], + "query_toks_no_value": [ + "select", + "meeting_outcome", + ",", + "count", + "(", + "*", + ")", + "from", + "meetings", + "group", + "by", + "meeting_outcome" + ], + "question": "How many meetings had each meeting outcome?", + "question_toks": [ + "How", + "many", + "meetings", + "had", + "each", + "meeting", + "outcome", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 16, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT client_id , count(*) FROM Meetings GROUP BY client_id", + "query_toks": [ + "SELECT", + "client_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Meetings", + "GROUP", + "BY", + "client_id" + ], + "query_toks_no_value": [ + "select", + "client_id", + ",", + "count", + "(", + "*", + ")", + "from", + "meetings", + "group", + "by", + "client_id" + ], + "question": "List the client ids and the number of meeting for each client.", + "question_toks": [ + "List", + "the", + "client", + "ids", + "and", + "the", + "number", + "of", + "meeting", + "for", + "each", + "client", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT client_id , count(*) FROM Meetings GROUP BY client_id", + "query_toks": [ + "SELECT", + "client_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Meetings", + "GROUP", + "BY", + "client_id" + ], + "query_toks_no_value": [ + "select", + "client_id", + ",", + "count", + "(", + "*", + ")", + "from", + "meetings", + "group", + "by", + "client_id" + ], + "question": "How many meetings are there for each client id?", + "question_toks": [ + "How", + "many", + "meetings", + "are", + "there", + "for", + "each", + "client", + "id", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 15, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT meeting_type , count(*) FROM Meetings GROUP BY meeting_type", + "query_toks": [ + "SELECT", + "meeting_type", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Meetings", + "GROUP", + "BY", + "meeting_type" + ], + "query_toks_no_value": [ + "select", + "meeting_type", + ",", + "count", + "(", + "*", + ")", + "from", + "meetings", + "group", + "by", + "meeting_type" + ], + "question": "Show the meeting type codes and the number of meeting for each client.", + "question_toks": [ + "Show", + "the", + "meeting", + "type", + "codes", + "and", + "the", + "number", + "of", + "meeting", + "for", + "each", + "client", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT meeting_type , count(*) FROM Meetings GROUP BY meeting_type", + "query_toks": [ + "SELECT", + "meeting_type", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Meetings", + "GROUP", + "BY", + "meeting_type" + ], + "query_toks_no_value": [ + "select", + "meeting_type", + ",", + "count", + "(", + "*", + ")", + "from", + "meetings", + "group", + "by", + "meeting_type" + ], + "question": "How many meetings are there for each meeting type?", + "question_toks": [ + "How", + "many", + "meetings", + "are", + "there", + "for", + "each", + "meeting", + "type", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.meeting_id , T1.meeting_outcome , T1.meeting_type , T2.client_details FROM meetings AS T1 JOIN clients AS T2 ON T1.client_id = T2.client_id", + "query_toks": [ + "SELECT", + "T1.meeting_id", + ",", + "T1.meeting_outcome", + ",", + "T1.meeting_type", + ",", + "T2.client_details", + "FROM", + "meetings", + "AS", + "T1", + "JOIN", + "clients", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "meeting_id", + ",", + "t1", + ".", + "meeting_outcome", + ",", + "t1", + ".", + "meeting_type", + ",", + "t2", + ".", + "client_details", + "from", + "meetings", + "as", + "t1", + "join", + "clients", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id" + ], + "question": "Show all meeting ids, meeting outcomes, meeting types and the details of the client atttending it.", + "question_toks": [ + "Show", + "all", + "meeting", + "ids", + ",", + "meeting", + "outcomes", + ",", + "meeting", + "types", + "and", + "the", + "details", + "of", + "the", + "client", + "atttending", + "it", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.meeting_id , T1.meeting_outcome , T1.meeting_type , T2.client_details FROM meetings AS T1 JOIN clients AS T2 ON T1.client_id = T2.client_id", + "query_toks": [ + "SELECT", + "T1.meeting_id", + ",", + "T1.meeting_outcome", + ",", + "T1.meeting_type", + ",", + "T2.client_details", + "FROM", + "meetings", + "AS", + "T1", + "JOIN", + "clients", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "meeting_id", + ",", + "t1", + ".", + "meeting_outcome", + ",", + "t1", + ".", + "meeting_type", + ",", + "t2", + ".", + "client_details", + "from", + "meetings", + "as", + "t1", + "join", + "clients", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id" + ], + "question": "What are the meeting ids, meeting outcomes, meeting types, and client details for all meetings?", + "question_toks": [ + "What", + "are", + "the", + "meeting", + "ids", + ",", + "meeting", + "outcomes", + ",", + "meeting", + "types", + ",", + "and", + "client", + "details", + "for", + "all", + "meetings", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT meeting_id , count(*) FROM Staff_in_meetings GROUP BY meeting_id", + "query_toks": [ + "SELECT", + "meeting_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Staff_in_meetings", + "GROUP", + "BY", + "meeting_id" + ], + "query_toks_no_value": [ + "select", + "meeting_id", + ",", + "count", + "(", + "*", + ")", + "from", + "staff_in_meetings", + "group", + "by", + "meeting_id" + ], + "question": "Show the meeting ids and the number of staff in each meeting.", + "question_toks": [ + "Show", + "the", + "meeting", + "ids", + "and", + "the", + "number", + "of", + "staff", + "in", + "each", + "meeting", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT meeting_id , count(*) FROM Staff_in_meetings GROUP BY meeting_id", + "query_toks": [ + "SELECT", + "meeting_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Staff_in_meetings", + "GROUP", + "BY", + "meeting_id" + ], + "query_toks_no_value": [ + "select", + "meeting_id", + ",", + "count", + "(", + "*", + ")", + "from", + "staff_in_meetings", + "group", + "by", + "meeting_id" + ], + "question": "Count the number of staff in each meeting by meeting id.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "staff", + "in", + "each", + "meeting", + "by", + "meeting", + "id", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT staff_id , count(*) FROM Staff_in_meetings GROUP BY staff_id ORDER BY count(*) ASC LIMIT 1;", + "query_toks": [ + "SELECT", + "staff_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Staff_in_meetings", + "GROUP", + "BY", + "staff_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "staff_id", + ",", + "count", + "(", + "*", + ")", + "from", + "staff_in_meetings", + "group", + "by", + "staff_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "Show the staff id and the number of meetings attended by the staff who attended some meeting but had the lowest attendance.", + "question_toks": [ + "Show", + "the", + "staff", + "id", + "and", + "the", + "number", + "of", + "meetings", + "attended", + "by", + "the", + "staff", + "who", + "attended", + "some", + "meeting", + "but", + "had", + "the", + "lowest", + "attendance", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 27, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT staff_id , count(*) FROM Staff_in_meetings GROUP BY staff_id ORDER BY count(*) ASC LIMIT 1;", + "query_toks": [ + "SELECT", + "staff_id", + ",", + "count", + "(", + "*", + ")", + "FROM", + "Staff_in_meetings", + "GROUP", + "BY", + "staff_id", + "ORDER", + "BY", + "count", + "(", + "*", + ")", + "ASC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "staff_id", + ",", + "count", + "(", + "*", + ")", + "from", + "staff_in_meetings", + "group", + "by", + "staff_id", + "order", + "by", + "count", + "(", + "*", + ")", + "asc", + "limit", + "value" + ], + "question": "What is the staff id of the staff who attended the least meetings but attended some meeting?", + "question_toks": [ + "What", + "is", + "the", + "staff", + "id", + "of", + "the", + "staff", + "who", + "attended", + "the", + "least", + "meetings", + "but", + "attended", + "some", + "meeting", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 27, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 3, + 0, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT count(DISTINCT staff_id) FROM Staff_in_meetings", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "staff_id", + ")", + "FROM", + "Staff_in_meetings" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "staff_id", + ")", + "from", + "staff_in_meetings" + ], + "question": "How many staff have attended a meeting?", + "question_toks": [ + "How", + "many", + "staff", + "have", + "attended", + "a", + "meeting", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 27, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT count(DISTINCT staff_id) FROM Staff_in_meetings", + "query_toks": [ + "SELECT", + "count", + "(", + "DISTINCT", + "staff_id", + ")", + "FROM", + "Staff_in_meetings" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "staff_id", + ")", + "from", + "staff_in_meetings" + ], + "question": "Return the number of distinct staff who have attended a meeting?", + "question_toks": [ + "Return", + "the", + "number", + "of", + "distinct", + "staff", + "who", + "have", + "attended", + "a", + "meeting", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 27, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT count(*) FROM Staff WHERE staff_id NOT IN ( SELECT staff_id FROM Staff_in_meetings )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Staff", + "WHERE", + "staff_id", + "NOT", + "IN", + "(", + "SELECT", + "staff_id", + "FROM", + "Staff_in_meetings", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "staff", + "where", + "staff_id", + "not", + "in", + "(", + "select", + "staff_id", + "from", + "staff_in_meetings", + ")" + ], + "question": "How many staff did not attend any meeting?", + "question_toks": [ + "How", + "many", + "staff", + "did", + "not", + "attend", + "any", + "meeting", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT count(*) FROM Staff WHERE staff_id NOT IN ( SELECT staff_id FROM Staff_in_meetings )", + "query_toks": [ + "SELECT", + "count", + "(", + "*", + ")", + "FROM", + "Staff", + "WHERE", + "staff_id", + "NOT", + "IN", + "(", + "SELECT", + "staff_id", + "FROM", + "Staff_in_meetings", + ")" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "staff", + "where", + "staff_id", + "not", + "in", + "(", + "select", + "staff_id", + "from", + "staff_in_meetings", + ")" + ], + "question": "Count the number of staff who did not attend any meeting.", + "question_toks": [ + "Count", + "the", + "number", + "of", + "staff", + "who", + "did", + "not", + "attend", + "any", + "meeting", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.client_id , T1.client_details FROM Clients AS T1 JOIN meetings AS T2 ON T1.client_id = T2.client_id UNION SELECT T1.client_id , T1.client_details FROM Clients AS T1 JOIN invoices AS T2 ON T1.client_id = T2.client_id", + "query_toks": [ + "SELECT", + "T1.client_id", + ",", + "T1.client_details", + "FROM", + "Clients", + "AS", + "T1", + "JOIN", + "meetings", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id", + "UNION", + "SELECT", + "T1.client_id", + ",", + "T1.client_details", + "FROM", + "Clients", + "AS", + "T1", + "JOIN", + "invoices", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "client_id", + ",", + "t1", + ".", + "client_details", + "from", + "clients", + "as", + "t1", + "join", + "meetings", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id", + "union", + "select", + "t1", + ".", + "client_id", + ",", + "t1", + ".", + "client_details", + "from", + "clients", + "as", + "t1", + "join", + "invoices", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id" + ], + "question": "What are the ids and details of the clients who have attended any meeting or have any invoice?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "details", + "of", + "the", + "clients", + "who", + "have", + "attended", + "any", + "meeting", + "or", + "have", + "any", + "invoice", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.client_id , T1.client_details FROM Clients AS T1 JOIN meetings AS T2 ON T1.client_id = T2.client_id UNION SELECT T1.client_id , T1.client_details FROM Clients AS T1 JOIN invoices AS T2 ON T1.client_id = T2.client_id", + "query_toks": [ + "SELECT", + "T1.client_id", + ",", + "T1.client_details", + "FROM", + "Clients", + "AS", + "T1", + "JOIN", + "meetings", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id", + "UNION", + "SELECT", + "T1.client_id", + ",", + "T1.client_details", + "FROM", + "Clients", + "AS", + "T1", + "JOIN", + "invoices", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "client_id", + ",", + "t1", + ".", + "client_details", + "from", + "clients", + "as", + "t1", + "join", + "meetings", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id", + "union", + "select", + "t1", + ".", + "client_id", + ",", + "t1", + ".", + "client_details", + "from", + "clients", + "as", + "t1", + "join", + "invoices", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id" + ], + "question": "Return the ids and details of clients who have attended a meeting or had an invoice.", + "question_toks": [ + "Return", + "the", + "ids", + "and", + "details", + "of", + "clients", + "who", + "have", + "attended", + "a", + "meeting", + "or", + "had", + "an", + "invoice", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT staff_id , staff_details FROM staff WHERE staff_details LIKE \"%s%\" GROUP BY staff_id HAVING count(*) >= 1", + "query_toks": [ + "SELECT", + "staff_id", + ",", + "staff_details", + "FROM", + "staff", + "WHERE", + "staff_details", + "LIKE", + "``", + "%", + "s", + "%", + "''", + "GROUP", + "BY", + "staff_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "staff_id", + ",", + "staff_details", + "from", + "staff", + "where", + "staff_details", + "like", + "value", + "group", + "by", + "staff_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "What are the ids and details of the staff who have attended at least 1 meetings and have the detail with letter 's'?", + "question_toks": [ + "What", + "are", + "the", + "ids", + "and", + "details", + "of", + "the", + "staff", + "who", + "have", + "attended", + "at", + "least", + "1", + "meetings", + "and", + "have", + "the", + "detail", + "with", + "letter", + "'s", + "'", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%s%\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT staff_id , staff_details FROM staff WHERE staff_details LIKE \"%s%\" GROUP BY staff_id HAVING count(*) >= 1", + "query_toks": [ + "SELECT", + "staff_id", + ",", + "staff_details", + "FROM", + "staff", + "WHERE", + "staff_details", + "LIKE", + "``", + "%", + "s", + "%", + "''", + "GROUP", + "BY", + "staff_id", + "HAVING", + "count", + "(", + "*", + ")", + ">", + "=", + "1" + ], + "query_toks_no_value": [ + "select", + "staff_id", + ",", + "staff_details", + "from", + "staff", + "where", + "staff_details", + "like", + "value", + "group", + "by", + "staff_id", + "having", + "count", + "(", + "*", + ")", + ">", + "=", + "value" + ], + "question": "Return the ids and details of staff who have attended at least 1 meeting and have an s in their staff details?", + "question_toks": [ + "Return", + "the", + "ids", + "and", + "details", + "of", + "staff", + "who", + "have", + "attended", + "at", + "least", + "1", + "meeting", + "and", + "have", + "an", + "s", + "in", + "their", + "staff", + "details", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"%s%\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.client_id , T1.sic_code , T1.agency_id FROM clients AS T1 JOIN meetings AS T2 ON T1.client_id = T2.client_id GROUP BY T1.client_id HAVING count(*) = 1 INTERSECT SELECT T1.client_id , T1.sic_code , T1.agency_id FROM clients AS T1 JOIN invoices AS T2 ON T1.client_id = T2.client_id", + "query_toks": [ + "SELECT", + "T1.client_id", + ",", + "T1.sic_code", + ",", + "T1.agency_id", + "FROM", + "clients", + "AS", + "T1", + "JOIN", + "meetings", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id", + "GROUP", + "BY", + "T1.client_id", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "1", + "INTERSECT", + "SELECT", + "T1.client_id", + ",", + "T1.sic_code", + ",", + "T1.agency_id", + "FROM", + "clients", + "AS", + "T1", + "JOIN", + "invoices", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "client_id", + ",", + "t1", + ".", + "sic_code", + ",", + "t1", + ".", + "agency_id", + "from", + "clients", + "as", + "t1", + "join", + "meetings", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id", + "group", + "by", + "t1", + ".", + "client_id", + "having", + "count", + "(", + "*", + ")", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "client_id", + ",", + "t1", + ".", + "sic_code", + ",", + "t1", + ".", + "agency_id", + "from", + "clients", + "as", + "t1", + "join", + "invoices", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id" + ], + "question": "What are the id, sic code and agency id of the client who has attended 1 meeting and has any invoice.", + "question_toks": [ + "What", + "are", + "the", + "id", + ",", + "sic", + "code", + "and", + "agency", + "id", + "of", + "the", + "client", + "who", + "has", + "attended", + "1", + "meeting", + "and", + "has", + "any", + "invoice", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.client_id , T1.sic_code , T1.agency_id FROM clients AS T1 JOIN meetings AS T2 ON T1.client_id = T2.client_id GROUP BY T1.client_id HAVING count(*) = 1 INTERSECT SELECT T1.client_id , T1.sic_code , T1.agency_id FROM clients AS T1 JOIN invoices AS T2 ON T1.client_id = T2.client_id", + "query_toks": [ + "SELECT", + "T1.client_id", + ",", + "T1.sic_code", + ",", + "T1.agency_id", + "FROM", + "clients", + "AS", + "T1", + "JOIN", + "meetings", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id", + "GROUP", + "BY", + "T1.client_id", + "HAVING", + "count", + "(", + "*", + ")", + "=", + "1", + "INTERSECT", + "SELECT", + "T1.client_id", + ",", + "T1.sic_code", + ",", + "T1.agency_id", + "FROM", + "clients", + "AS", + "T1", + "JOIN", + "invoices", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "client_id", + ",", + "t1", + ".", + "sic_code", + ",", + "t1", + ".", + "agency_id", + "from", + "clients", + "as", + "t1", + "join", + "meetings", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id", + "group", + "by", + "t1", + ".", + "client_id", + "having", + "count", + "(", + "*", + ")", + "=", + "value", + "intersect", + "select", + "t1", + ".", + "client_id", + ",", + "t1", + ".", + "sic_code", + ",", + "t1", + ".", + "agency_id", + "from", + "clients", + "as", + "t1", + "join", + "invoices", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id" + ], + "question": "Return the ids, sic codes, and agency ids of clients who have attended 1 meeting and had an invoice.", + "question_toks": [ + "Return", + "the", + "ids", + ",", + "sic", + "codes", + ",", + "and", + "agency", + "ids", + "of", + "clients", + "who", + "have", + "attended", + "1", + "meeting", + "and", + "had", + "an", + "invoice", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 6, + false + ] + ], + "having": [ + [ + false, + 2, + [ + 0, + [ + 3, + 0, + false + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.start_date_time , T1.end_date_time , T2.client_details , T4.staff_details FROM meetings AS T1 JOIN clients AS T2 ON T1.client_id = T2.client_id JOIN staff_in_meetings AS T3 ON T1.meeting_id = T3.meeting_id JOIN staff AS T4 ON T3.staff_id = T4.staff_id", + "query_toks": [ + "SELECT", + "T1.start_date_time", + ",", + "T1.end_date_time", + ",", + "T2.client_details", + ",", + "T4.staff_details", + "FROM", + "meetings", + "AS", + "T1", + "JOIN", + "clients", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id", + "JOIN", + "staff_in_meetings", + "AS", + "T3", + "ON", + "T1.meeting_id", + "=", + "T3.meeting_id", + "JOIN", + "staff", + "AS", + "T4", + "ON", + "T3.staff_id", + "=", + "T4.staff_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "start_date_time", + ",", + "t1", + ".", + "end_date_time", + ",", + "t2", + ".", + "client_details", + ",", + "t4", + ".", + "staff_details", + "from", + "meetings", + "as", + "t1", + "join", + "clients", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id", + "join", + "staff_in_meetings", + "as", + "t3", + "on", + "t1", + ".", + "meeting_id", + "=", + "t3", + ".", + "meeting_id", + "join", + "staff", + "as", + "t4", + "on", + "t3", + ".", + "staff_id", + "=", + "t4", + ".", + "staff_id" + ], + "question": "List the start time, end time of each meeting, and the corresponding client detail and staff detail.", + "question_toks": [ + "List", + "the", + "start", + "time", + ",", + "end", + "time", + "of", + "each", + "meeting", + ",", + "and", + "the", + "corresponding", + "client", + "detail", + "and", + "staff", + "detail", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 26, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "advertising_agencies", + "query": "SELECT T1.start_date_time , T1.end_date_time , T2.client_details , T4.staff_details FROM meetings AS T1 JOIN clients AS T2 ON T1.client_id = T2.client_id JOIN staff_in_meetings AS T3 ON T1.meeting_id = T3.meeting_id JOIN staff AS T4 ON T3.staff_id = T4.staff_id", + "query_toks": [ + "SELECT", + "T1.start_date_time", + ",", + "T1.end_date_time", + ",", + "T2.client_details", + ",", + "T4.staff_details", + "FROM", + "meetings", + "AS", + "T1", + "JOIN", + "clients", + "AS", + "T2", + "ON", + "T1.client_id", + "=", + "T2.client_id", + "JOIN", + "staff_in_meetings", + "AS", + "T3", + "ON", + "T1.meeting_id", + "=", + "T3.meeting_id", + "JOIN", + "staff", + "AS", + "T4", + "ON", + "T3.staff_id", + "=", + "T4.staff_id" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "start_date_time", + ",", + "t1", + ".", + "end_date_time", + ",", + "t2", + ".", + "client_details", + ",", + "t4", + ".", + "staff_details", + "from", + "meetings", + "as", + "t1", + "join", + "clients", + "as", + "t2", + "on", + "t1", + ".", + "client_id", + "=", + "t2", + ".", + "client_id", + "join", + "staff_in_meetings", + "as", + "t3", + "on", + "t1", + ".", + "meeting_id", + "=", + "t3", + ".", + "meeting_id", + "join", + "staff", + "as", + "t4", + "on", + "t3", + ".", + "staff_id", + "=", + "t4", + ".", + "staff_id" + ], + "question": "What are the start and end times of each meeting, as well as the corresponding client and staff details the attendees?", + "question_toks": [ + "What", + "are", + "the", + "start", + "and", + "end", + "times", + "of", + "each", + "meeting", + ",", + "as", + "well", + "as", + "the", + "corresponding", + "client", + "and", + "staff", + "details", + "the", + "attendees", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 6, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 26, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } +] \ No newline at end of file diff --git a/test_data/dev_gold.sql b/test_data/dev_gold.sql new file mode 100644 index 0000000000000000000000000000000000000000..50cb737a3c8d6e62ba5e172e5b7a18abf27eb6cc --- /dev/null +++ b/test_data/dev_gold.sql @@ -0,0 +1,2147 @@ +SELECT count(*) FROM club soccer_3 +SELECT count(*) FROM club soccer_3 +SELECT Name FROM club ORDER BY Name ASC soccer_3 +SELECT Name FROM club ORDER BY Name ASC soccer_3 +SELECT Manager , Captain FROM club soccer_3 +SELECT Manager , Captain FROM club soccer_3 +SELECT Name FROM club WHERE Manufacturer != "Nike" soccer_3 +SELECT Name FROM club WHERE Manufacturer != "Nike" soccer_3 +SELECT Name FROM player ORDER BY Wins_count ASC soccer_3 +SELECT Name FROM player ORDER BY Wins_count ASC soccer_3 +SELECT Name FROM player ORDER BY Earnings DESC LIMIT 1 soccer_3 +SELECT Name FROM player ORDER BY Earnings DESC LIMIT 1 soccer_3 +SELECT DISTINCT Country FROM player WHERE Earnings > 1200000 soccer_3 +SELECT DISTINCT Country FROM player WHERE Earnings > 1200000 soccer_3 +SELECT Country FROM player WHERE Wins_count > 2 ORDER BY Earnings DESC LIMIT 1 soccer_3 +SELECT Country FROM player WHERE Wins_count > 2 ORDER BY Earnings DESC LIMIT 1 soccer_3 +SELECT T2.Name , T1.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID soccer_3 +SELECT T2.Name , T1.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID soccer_3 +SELECT T1.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID WHERE T2.Wins_count > 2 soccer_3 +SELECT T1.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID WHERE T2.Wins_count > 2 soccer_3 +SELECT T2.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID WHERE T1.Manager = "Sam Allardyce" soccer_3 +SELECT T2.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID WHERE T1.Manager = "Sam Allardyce" soccer_3 +SELECT T1.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID GROUP BY T1.Club_ID ORDER BY avg(T2.Earnings) DESC soccer_3 +SELECT T1.Name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID GROUP BY T1.Club_ID ORDER BY avg(T2.Earnings) DESC soccer_3 +SELECT Manufacturer , COUNT(*) FROM club GROUP BY Manufacturer soccer_3 +SELECT Manufacturer , COUNT(*) FROM club GROUP BY Manufacturer soccer_3 +SELECT Manufacturer FROM club GROUP BY Manufacturer ORDER BY COUNT(*) DESC LIMIT 1 soccer_3 +SELECT Manufacturer FROM club GROUP BY Manufacturer ORDER BY COUNT(*) DESC LIMIT 1 soccer_3 +SELECT Manufacturer FROM club GROUP BY Manufacturer HAVING COUNT(*) > 1 soccer_3 +SELECT Manufacturer FROM club GROUP BY Manufacturer HAVING COUNT(*) > 1 soccer_3 +SELECT Country FROM player GROUP BY Country HAVING COUNT(*) > 1 soccer_3 +SELECT Country FROM player GROUP BY Country HAVING COUNT(*) > 1 soccer_3 +SELECT Name FROM club WHERE Club_ID NOT IN (SELECT Club_ID FROM player) soccer_3 +SELECT Name FROM club WHERE Club_ID NOT IN (SELECT Club_ID FROM player) soccer_3 +SELECT Country FROM player WHERE Earnings > 1400000 INTERSECT SELECT Country FROM player WHERE Earnings < 1100000 soccer_3 +SELECT Country FROM player WHERE Earnings > 1400000 INTERSECT SELECT Country FROM player WHERE Earnings < 1100000 soccer_3 +SELECT COUNT (DISTINCT Country) FROM player soccer_3 +SELECT COUNT (DISTINCT Country) FROM player soccer_3 +SELECT Earnings FROM player WHERE Country = "Australia" OR Country = "Zimbabwe" soccer_3 +SELECT Earnings FROM player WHERE Country = "Australia" OR Country = "Zimbabwe" soccer_3 +SELECT T1.customer_id , T1.customer_first_name , T1.customer_last_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) > 2 INTERSECT SELECT T1.customer_id , T1.customer_first_name , T1.customer_last_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id JOIN Order_items AS T3 ON T2.order_id = T3.order_id GROUP BY T1.customer_id HAVING count(*) >= 3 e_commerce +SELECT T1.customer_id , T1.customer_first_name , T1.customer_last_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) > 2 INTERSECT SELECT T1.customer_id , T1.customer_first_name , T1.customer_last_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id JOIN Order_items AS T3 ON T2.order_id = T3.order_id GROUP BY T1.customer_id HAVING count(*) >= 3 e_commerce +SELECT T1.order_id , T1.order_status_code , count(*) FROM Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id e_commerce +SELECT T1.order_id , T1.order_status_code , count(*) FROM Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id e_commerce +SELECT min(date_order_placed) FROM Orders UNION SELECT T1.date_order_placed FROM Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id HAVING count(*) > 1 e_commerce +SELECT min(date_order_placed) FROM Orders UNION SELECT T1.date_order_placed FROM Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id HAVING count(*) > 1 e_commerce +SELECT customer_first_name , customer_middle_initial , customer_last_name FROM Customers EXCEPT SELECT T1.customer_first_name , T1.customer_middle_initial , T1.customer_last_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id e_commerce +SELECT customer_first_name , customer_middle_initial , customer_last_name FROM Customers EXCEPT SELECT T1.customer_first_name , T1.customer_middle_initial , T1.customer_last_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id e_commerce +SELECT product_id , product_name , product_price , product_color FROM Products EXCEPT SELECT T1.product_id , T1.product_name , T1.product_price , T1.product_color FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id JOIN Orders AS T3 ON T2.order_id = T3.order_id GROUP BY T1.product_id HAVING count(*) >= 2 e_commerce +select t1.product_id , t1.product_name , t1.product_price , t1.product_color from products as t1 join order_items as t2 on t1.product_id = t2.product_id join orders as t3 on t2.order_id = t3.order_id group by t1.product_id having count(*) < 2 e_commerce +SELECT T1.order_id , T1.date_order_placed FROM Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id HAVING count(*) >= 2 e_commerce +SELECT T1.order_id , T1.date_order_placed FROM Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id HAVING count(*) >= 2 e_commerce +SELECT T1.product_id , T1.product_name , T1.product_price FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id GROUP BY T1.product_id ORDER BY count(*) DESC LIMIT 1 e_commerce +SELECT T1.product_id , T1.product_name , T1.product_price FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id GROUP BY T1.product_id ORDER BY count(*) DESC LIMIT 1 e_commerce +SELECT T1.order_id , sum(T2.product_price) FROM Order_items AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id GROUP BY T1.order_id ORDER BY sum(T2.product_price) ASC LIMIT 1 e_commerce +select t1.order_id , sum(t2.product_price) from order_items as t1 join products as t2 on t1.product_id = t2.product_id group by t1.order_id order by sum(t2.product_price) asc limit 1 e_commerce +SELECT Payment_method_code FROM Customer_Payment_Methods GROUP BY Payment_method_code ORDER BY count(*) DESC LIMIT 1 e_commerce +SELECT Payment_method_code FROM Customer_Payment_Methods GROUP BY Payment_method_code ORDER BY count(*) DESC LIMIT 1 e_commerce +SELECT T1.gender_code , count(*) FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id JOIN Order_items AS T3 ON T2.order_id = T3.order_id GROUP BY T1.gender_code e_commerce +SELECT T1.gender_code , count(*) FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id JOIN Order_items AS T3 ON T2.order_id = T3.order_id GROUP BY T1.gender_code e_commerce +SELECT T1.gender_code , count(*) FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.gender_code e_commerce +SELECT T1.gender_code , count(*) FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.gender_code e_commerce +SELECT T1.customer_first_name , T1.customer_middle_initial , T1.customer_last_name , T2.Payment_method_code FROM Customers AS T1 JOIN Customer_Payment_Methods AS T2 ON T1.customer_id = T2.customer_id e_commerce +SELECT T1.customer_first_name , T1.customer_middle_initial , T1.customer_last_name , T2.Payment_method_code FROM Customers AS T1 JOIN Customer_Payment_Methods AS T2 ON T1.customer_id = T2.customer_id e_commerce +SELECT T1.invoice_status_code , T1.invoice_date , T2.shipment_date FROM Invoices AS T1 JOIN Shipments AS T2 ON T1.invoice_number = T2.invoice_number e_commerce +SELECT T1.invoice_status_code , T1.invoice_date , T2.shipment_date FROM Invoices AS T1 JOIN Shipments AS T2 ON T1.invoice_number = T2.invoice_number e_commerce +SELECT T1.product_name , T4.shipment_date FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id JOIN Shipment_Items AS T3 ON T2.order_item_id = T3.order_item_id JOIN Shipments AS T4 ON T3.shipment_id = T4.shipment_id e_commerce +SELECT T1.product_name , T4.shipment_date FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id JOIN Shipment_Items AS T3 ON T2.order_item_id = T3.order_item_id JOIN Shipments AS T4 ON T3.shipment_id = T4.shipment_id e_commerce +SELECT T1.order_item_status_code , T3.shipment_tracking_number FROM Order_items AS T1 JOIN Shipment_Items AS T2 ON T1.order_item_id = T2.order_item_id JOIN Shipments AS T3 ON T2.shipment_id = T3.shipment_id e_commerce +SELECT T1.order_item_status_code , T3.shipment_tracking_number FROM Order_items AS T1 JOIN Shipment_Items AS T2 ON T1.order_item_id = T2.order_item_id JOIN Shipments AS T3 ON T2.shipment_id = T3.shipment_id e_commerce +SELECT T1.product_name , T1.product_color FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id JOIN Shipment_Items AS T3 ON T2.order_item_id = T3.order_item_id JOIN Shipments AS T4 ON T3.shipment_id = T4.shipment_id e_commerce +SELECT T1.product_name , T1.product_color FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id JOIN Shipment_Items AS T3 ON T2.order_item_id = T3.order_item_id JOIN Shipments AS T4 ON T3.shipment_id = T4.shipment_id e_commerce +SELECT DISTINCT T1.product_name , T1.product_price , T1.product_description FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id JOIN Orders AS T3 ON T2.order_id = T3.order_id JOIN Customers AS T4 ON T3.customer_id = T4.customer_id WHERE T4.gender_code = 'Female' e_commerce +SELECT DISTINCT T1.product_name , T1.product_price , T1.product_description FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id JOIN Orders AS T3 ON T2.order_id = T3.order_id JOIN Customers AS T4 ON T3.customer_id = T4.customer_id WHERE T4.gender_code = 'Female' e_commerce +SELECT invoice_status_code FROM Invoices WHERE invoice_number NOT IN ( SELECT invoice_number FROM Shipments ) e_commerce +SELECT invoice_status_code FROM Invoices WHERE invoice_number NOT IN ( SELECT invoice_number FROM Shipments ) e_commerce +select t1.order_id , t1.date_order_placed , sum(t3.product_price) from orders as t1 join order_items as t2 on t1.order_id = t2.order_id join products as t3 on t2.product_id = t3.product_id group by t1.order_id e_commerce +SELECT T1.order_id , T1.date_order_placed , sum(T3.product_price) FROM Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id JOIN Products AS T3 ON T2.product_id = T3.product_id GROUP BY T1.order_id e_commerce +SELECT count(DISTINCT customer_id) FROM Orders e_commerce +SELECT count(DISTINCT customer_id) FROM Orders e_commerce +SELECT count(DISTINCT order_item_status_code) FROM Order_items e_commerce +SELECT count(DISTINCT order_item_status_code) FROM Order_items e_commerce +SELECT count(DISTINCT Payment_method_code) FROM Customer_Payment_Methods e_commerce +SELECT count(DISTINCT Payment_method_code) FROM Customer_Payment_Methods e_commerce +SELECT login_name , login_password FROM Customers WHERE phone_number LIKE '+12%' e_commerce +SELECT login_name , login_password FROM Customers WHERE phone_number LIKE '+12%' e_commerce +SELECT product_size FROM Products WHERE product_name LIKE '%Dell%' e_commerce +SELECT product_size FROM Products WHERE product_name LIKE '%Dell%' e_commerce +SELECT product_price , product_size FROM Products WHERE product_price > ( SELECT avg(product_price) FROM Products ) e_commerce +SELECT product_price , product_size FROM Products WHERE product_price > ( SELECT avg(product_price) FROM Products ) e_commerce +SELECT count(*) FROM Products WHERE product_id NOT IN ( SELECT product_id FROM Order_items ) e_commerce +SELECT count(*) FROM Products WHERE product_id NOT IN ( SELECT product_id FROM Order_items ) e_commerce +SELECT count(*) FROM Customers WHERE customer_id NOT IN ( SELECT customer_id FROM Customer_Payment_Methods ) e_commerce +SELECT count(*) FROM Customers WHERE customer_id NOT IN ( SELECT customer_id FROM Customer_Payment_Methods ) e_commerce +SELECT order_status_code , date_order_placed FROM Orders e_commerce +SELECT order_status_code , date_order_placed FROM Orders e_commerce +SELECT address_line_1 , town_city , county FROM Customers WHERE Country = 'USA' e_commerce +SELECT address_line_1 , town_city , county FROM Customers WHERE Country = 'USA' e_commerce +SELECT T1.customer_first_name , T4.product_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id JOIN Order_items AS T3 ON T2.order_id = T3.order_id JOIN Products AS T4 ON T3.product_id = T4.product_id e_commerce +SELECT T1.customer_first_name , T4.product_name FROM Customers AS T1 JOIN Orders AS T2 ON T1.customer_id = T2.customer_id JOIN Order_items AS T3 ON T2.order_id = T3.order_id JOIN Products AS T4 ON T3.product_id = T4.product_id e_commerce +SELECT count(*) FROM Shipment_Items e_commerce +SELECT count(*) FROM Shipment_Items e_commerce +SELECT avg(product_price) FROM Products e_commerce +SELECT avg(product_price) FROM Products e_commerce +SELECT avg(T1.product_price) FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id e_commerce +SELECT avg(T1.product_price) FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id e_commerce +SELECT email_address , town_city , county FROM Customers WHERE gender_code = ( SELECT gender_code FROM Customers GROUP BY gender_code ORDER BY count(*) ASC LIMIT 1 ) e_commerce +SELECT email_address , town_city , county FROM Customers WHERE gender_code = ( SELECT gender_code FROM Customers GROUP BY gender_code ORDER BY count(*) ASC LIMIT 1 ) e_commerce +SELECT date_order_placed FROM Orders WHERE customer_id IN ( SELECT T1.customer_id FROM Customers AS T1 JOIN Customer_Payment_Methods AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) >= 2 ) e_commerce +SELECT date_order_placed FROM Orders WHERE customer_id IN ( SELECT T1.customer_id FROM Customers AS T1 JOIN Customer_Payment_Methods AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) >= 2 ) e_commerce +SELECT order_status_code FROM Orders GROUP BY order_status_code ORDER BY count(*) LIMIT 1 e_commerce +SELECT order_status_code FROM Orders GROUP BY order_status_code ORDER BY count(*) LIMIT 1 e_commerce +SELECT T1.product_id , T1.product_description FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id GROUP BY T1.product_id HAVING count(*) > 3 e_commerce +SELECT T1.product_id , T1.product_description FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id GROUP BY T1.product_id HAVING count(*) > 3 e_commerce +SELECT T1.invoice_date , T1.invoice_number FROM Invoices AS T1 JOIN Shipments AS T2 ON T1.invoice_number = T2.invoice_number GROUP BY T1.invoice_number HAVING count(*) >= 2 e_commerce +SELECT T1.invoice_date , T1.invoice_number FROM Invoices AS T1 JOIN Shipments AS T2 ON T1.invoice_number = T2.invoice_number GROUP BY T1.invoice_number HAVING count(*) >= 2 e_commerce +SELECT shipment_tracking_number , shipment_date FROM Shipments e_commerce +SELECT shipment_tracking_number , shipment_date FROM Shipments e_commerce +SELECT product_color , product_description , product_size FROM Products WHERE product_price < ( SELECT max(product_price) FROM products ) e_commerce +select product_color , product_description , product_size from products where product_price != ( select max(product_price) from products ) e_commerce +SELECT name FROM director WHERE age > (SELECT avg(age) FROM director) bbc_channels +SELECT name FROM director ORDER BY age DESC LIMIT 1 bbc_channels +SELECT count(*) FROM channel WHERE internet LIKE "%bbc%" bbc_channels +SELECT count(DISTINCT Digital_terrestrial_channel) FROM channel bbc_channels +SELECT title FROM program ORDER BY start_year DESC bbc_channels +SELECT t2.name FROM program AS t1 JOIN director AS t2 ON t1.director_id = t2.director_id GROUP BY t1.director_id ORDER BY count(*) DESC LIMIT 1 bbc_channels +SELECT t2.name , t2.age FROM program AS t1 JOIN director AS t2 ON t1.director_id = t2.director_id GROUP BY t1.director_id ORDER BY count(*) DESC LIMIT 1 bbc_channels +SELECT title FROM program ORDER BY start_year DESC LIMIT 1 bbc_channels +SELECT t1.name , t1.internet FROM channel AS t1 JOIN program AS t2 ON t1.channel_id = t2.channel_id GROUP BY t1.channel_id HAVING count(*) > 1 bbc_channels +SELECT t1.name , count(*) FROM channel AS t1 JOIN program AS t2 ON t1.channel_id = t2.channel_id GROUP BY t1.channel_id bbc_channels +SELECT count(*) FROM channel WHERE channel_id NOT IN (SELECT channel_id FROM program) bbc_channels +SELECT t2.name FROM program AS t1 JOIN director AS t2 ON t1.director_id = t2.director_id WHERE t1.title = 'Dracula' bbc_channels +SELECT t1.name , t1.internet FROM channel AS t1 JOIN director_admin AS t2 ON t1.channel_id = t2.channel_id GROUP BY t1.channel_id ORDER BY count(*) DESC LIMIT 1 bbc_channels +SELECT name FROM director WHERE age BETWEEN 30 AND 60 bbc_channels +SELECT t1.name FROM channel AS t1 JOIN director_admin AS t2 ON t1.channel_id = t2.channel_id JOIN director AS t3 ON t2.director_id = t3.director_id WHERE t3.age < 40 INTERSECT SELECT t1.name FROM channel AS t1 JOIN director_admin AS t2 ON t1.channel_id = t2.channel_id JOIN director AS t3 ON t2.director_id = t3.director_id WHERE t3.age > 60 bbc_channels +SELECT t1.name , t1.channel_id FROM channel AS t1 JOIN director_admin AS t2 ON t1.channel_id = t2.channel_id JOIN director AS t3 ON t2.director_id = t3.director_id WHERE t3.name != "Hank Baskett" bbc_channels +SELECT count(*) FROM radio tv_shows +select transmitter from radio order by erp_kw asc tv_shows +SELECT tv_show_name , Original_Airdate FROM tv_show tv_shows +SELECT Station_name FROM city_channel WHERE Affiliation != "ABC" tv_shows +SELECT Transmitter FROM radio WHERE ERP_kW > 150 OR ERP_kW < 30 tv_shows +SELECT Transmitter FROM radio ORDER BY ERP_kW DESC LIMIT 1 tv_shows +SELECT avg(ERP_kW) FROM radio tv_shows +SELECT Affiliation , COUNT(*) FROM city_channel GROUP BY Affiliation tv_shows +SELECT Affiliation FROM city_channel GROUP BY Affiliation ORDER BY COUNT(*) DESC LIMIT 1 tv_shows +SELECT Affiliation FROM city_channel GROUP BY Affiliation HAVING COUNT(*) > 3 tv_shows +SELECT City , Station_name FROM city_channel ORDER BY Station_name ASC tv_shows +SELECT T3.Transmitter , T2.City FROM city_channel_radio AS T1 JOIN city_channel AS T2 ON T1.City_channel_ID = T2.ID JOIN radio AS T3 ON T1.Radio_ID = T3.Radio_ID tv_shows +SELECT T3.Transmitter , T2.Station_name FROM city_channel_radio AS T1 JOIN city_channel AS T2 ON T1.City_channel_ID = T2.ID JOIN radio AS T3 ON T1.Radio_ID = T3.Radio_ID ORDER BY T3.ERP_kW DESC tv_shows +SELECT T2.Transmitter , COUNT(*) FROM city_channel_radio AS T1 JOIN radio AS T2 ON T1.Radio_ID = T2.Radio_ID GROUP BY T2.Transmitter tv_shows +SELECT Transmitter FROM radio WHERE Radio_ID NOT IN (SELECT Radio_ID FROM city_channel_radio) tv_shows +SELECT model FROM vehicle WHERE power > 6000 ORDER BY top_speed DESC LIMIT 1 vehicle_driver +SELECT model FROM vehicle WHERE power > 6000 ORDER BY top_speed DESC LIMIT 1 vehicle_driver +SELECT name FROM driver WHERE citizenship = 'United States' vehicle_driver +SELECT name FROM driver WHERE citizenship = 'United States' vehicle_driver +SELECT count(*) , driver_id FROM vehicle_driver GROUP BY driver_id ORDER BY count(*) DESC LIMIT 1 vehicle_driver +SELECT count(*) , driver_id FROM vehicle_driver GROUP BY driver_id ORDER BY count(*) DESC LIMIT 1 vehicle_driver +SELECT max(power) , avg(power) FROM vehicle WHERE builder = 'Zhuzhou' vehicle_driver +SELECT max(power) , avg(power) FROM vehicle WHERE builder = 'Zhuzhou' vehicle_driver +SELECT vehicle_id FROM vehicle_driver GROUP BY vehicle_id ORDER BY count(*) ASC LIMIT 1 vehicle_driver +SELECT vehicle_id FROM vehicle_driver GROUP BY vehicle_id ORDER BY count(*) ASC LIMIT 1 vehicle_driver +SELECT top_speed , power FROM vehicle WHERE build_year = 1996 vehicle_driver +SELECT top_speed , power FROM vehicle WHERE build_year = 1996 vehicle_driver +SELECT build_year , model , builder FROM vehicle vehicle_driver +SELECT build_year , model , builder FROM vehicle vehicle_driver +SELECT count(DISTINCT T1.driver_id) FROM vehicle_driver AS T1 JOIN vehicle AS T2 ON T1.vehicle_id = T2.vehicle_id WHERE T2.build_year = 2012 vehicle_driver +SELECT count(DISTINCT T1.driver_id) FROM vehicle_driver AS T1 JOIN vehicle AS T2 ON T1.vehicle_id = T2.vehicle_id WHERE T2.build_year = 2012 vehicle_driver +SELECT count(*) FROM driver WHERE Racing_Series = 'NASCAR' vehicle_driver +SELECT count(*) FROM driver WHERE Racing_Series = 'NASCAR' vehicle_driver +SELECT avg(top_speed) FROM vehicle vehicle_driver +SELECT avg(top_speed) FROM vehicle vehicle_driver +select distinct t1.name from driver as t1 join vehicle_driver as t2 on t1.driver_id = t2.driver_id join vehicle as t3 on t2.vehicle_id = t3.vehicle_id where t3.power > 5000 vehicle_driver +SELECT DISTINCT T1.Name FROM driver AS T1 JOIN vehicle_driver AS T2 ON T1.driver_id = T2.driver_id JOIN vehicle AS T3 ON T2.vehicle_id = T3.vehicle_id WHERE T3.power > 5000 vehicle_driver +SELECT model FROM vehicle WHERE total_production > 100 OR top_speed > 150 vehicle_driver +SELECT model FROM vehicle WHERE total_production > 100 OR top_speed > 150 vehicle_driver +SELECT model , build_year FROM vehicle WHERE model LIKE '%DJ%' vehicle_driver +SELECT model , build_year FROM vehicle WHERE model LIKE '%DJ%' vehicle_driver +SELECT model FROM vehicle EXCEPT SELECT T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id vehicle_driver +SELECT model FROM vehicle EXCEPT SELECT T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id vehicle_driver +SELECT T1.vehicle_id , T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id GROUP BY T2.vehicle_id HAVING count(*) = 2 OR T1.builder = 'Ziyang' vehicle_driver +SELECT T1.vehicle_id , T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id GROUP BY T2.vehicle_id HAVING count(*) = 2 OR T1.builder = 'Ziyang' vehicle_driver +SELECT T1.vehicle_id , T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id JOIN driver AS T3 ON T2.driver_id = T3.driver_id WHERE T3.name = 'Jeff Gordon' UNION SELECT T1.vehicle_id , T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id GROUP BY T2.vehicle_id HAVING count(*) > 2 vehicle_driver +SELECT T1.vehicle_id , T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id JOIN driver AS T3 ON T2.driver_id = T3.driver_id WHERE T3.name = 'Jeff Gordon' UNION SELECT T1.vehicle_id , T1.model FROM vehicle AS T1 JOIN vehicle_driver AS T2 ON T1.vehicle_id = T2.vehicle_id GROUP BY T2.vehicle_id HAVING count(*) > 2 vehicle_driver +SELECT count(*) FROM vehicle WHERE top_speed = (SELECT max(top_speed) FROM vehicle) vehicle_driver +SELECT count(*) FROM vehicle WHERE top_speed = (SELECT max(top_speed) FROM vehicle) vehicle_driver +SELECT name FROM driver ORDER BY name vehicle_driver +SELECT name FROM driver ORDER BY name vehicle_driver +SELECT count(*) , racing_series FROM driver GROUP BY racing_series vehicle_driver +SELECT count(*) , racing_series FROM driver GROUP BY racing_series vehicle_driver +SELECT T1.name , T1.citizenship FROM driver AS T1 JOIN vehicle_driver AS T2 ON T1.driver_id = T2.driver_id JOIN vehicle AS T3 ON T2.vehicle_id = T3.vehicle_id WHERE T3.model = 'DJ1' vehicle_driver +SELECT T1.name , T1.citizenship FROM driver AS T1 JOIN vehicle_driver AS T2 ON T1.driver_id = T2.driver_id JOIN vehicle AS T3 ON T2.vehicle_id = T3.vehicle_id WHERE T3.model = 'DJ1' vehicle_driver +SELECT count(*) FROM driver WHERE driver_id NOT IN ( SELECT driver_id FROM vehicle_driver ) vehicle_driver +SELECT count(*) FROM driver WHERE driver_id NOT IN ( SELECT driver_id FROM vehicle_driver ) vehicle_driver +SELECT count(*) FROM Exams online_exams +SELECT count(*) FROM Exams online_exams +select distinct subject_code from exams order by subject_code asc online_exams +SELECT DISTINCT Subject_Code FROM Exams ORDER BY Subject_Code online_exams +SELECT Exam_Date , Exam_Name FROM Exams WHERE Subject_Code != 'Database' online_exams +SELECT Exam_Date , Exam_Name FROM Exams WHERE Subject_Code != 'Database' online_exams +SELECT Exam_Date FROM Exams WHERE Subject_Code LIKE '%data%' ORDER BY Exam_Date DESC online_exams +SELECT Exam_Date FROM Exams WHERE Subject_Code LIKE '%data%' ORDER BY Exam_Date DESC online_exams +SELECT Type_of_Question_Code , COUNT(*) FROM Questions GROUP BY Type_of_Question_Code online_exams +SELECT Type_of_Question_Code , COUNT(*) FROM Questions GROUP BY Type_of_Question_Code online_exams +SELECT DISTINCT Student_Answer_Text FROM Student_Answers WHERE Comments = "Normal" online_exams +SELECT DISTINCT Student_Answer_Text FROM Student_Answers WHERE Comments = "Normal" online_exams +SELECT count(DISTINCT Comments) FROM Student_Answers online_exams +SELECT count(DISTINCT Comments) FROM Student_Answers online_exams +SELECT Student_Answer_Text FROM Student_Answers GROUP BY Student_Answer_Text ORDER BY COUNT(*) DESC online_exams +SELECT Student_Answer_Text FROM Student_Answers GROUP BY Student_Answer_Text ORDER BY COUNT(*) DESC online_exams +SELECT T2.First_Name , T1.Date_of_Answer FROM Student_Answers AS T1 JOIN Students AS T2 ON T1.Student_ID = T2.Student_ID online_exams +SELECT T2.First_Name , T1.Date_of_Answer FROM Student_Answers AS T1 JOIN Students AS T2 ON T1.Student_ID = T2.Student_ID online_exams +SELECT T2.Email_Adress , T1.Date_of_Answer FROM Student_Answers AS T1 JOIN Students AS T2 ON T1.Student_ID = T2.Student_ID ORDER BY T1.Date_of_Answer DESC online_exams +SELECT T2.Email_Adress , T1.Date_of_Answer FROM Student_Answers AS T1 JOIN Students AS T2 ON T1.Student_ID = T2.Student_ID ORDER BY T1.Date_of_Answer DESC online_exams +SELECT Assessment FROM Student_Assessments GROUP BY Assessment ORDER BY COUNT(*) ASC LIMIT 1 online_exams +SELECT Assessment FROM Student_Assessments GROUP BY Assessment ORDER BY COUNT(*) ASC LIMIT 1 online_exams +SELECT T2.First_Name FROM Student_Answers AS T1 JOIN Students AS T2 ON T1.Student_ID = T2.Student_ID GROUP BY T1.Student_ID HAVING COUNT(*) >= 2 online_exams +SELECT T2.First_Name FROM Student_Answers AS T1 JOIN Students AS T2 ON T1.Student_ID = T2.Student_ID GROUP BY T1.Student_ID HAVING COUNT(*) >= 2 online_exams +SELECT Valid_Answer_Text FROM Valid_Answers GROUP BY Valid_Answer_Text ORDER BY COUNT(*) DESC LIMIT 1 online_exams +SELECT Valid_Answer_Text FROM Valid_Answers GROUP BY Valid_Answer_Text ORDER BY COUNT(*) DESC LIMIT 1 online_exams +SELECT Last_Name FROM Students WHERE Gender_MFU != "M" online_exams +SELECT Last_Name FROM Students WHERE Gender_MFU != "M" online_exams +SELECT Gender_MFU , COUNT(*) FROM Students GROUP BY Gender_MFU online_exams +SELECT Gender_MFU , COUNT(*) FROM Students GROUP BY Gender_MFU online_exams +SELECT Last_Name FROM Students WHERE Gender_MFU = "F" OR Gender_MFU = "M" online_exams +SELECT Last_Name FROM Students WHERE Gender_MFU = "F" OR Gender_MFU = "M" online_exams +SELECT First_Name FROM Students WHERE Student_ID NOT IN (SELECT Student_ID FROM Student_Answers) online_exams +SELECT First_Name FROM Students WHERE Student_ID NOT IN (SELECT Student_ID FROM Student_Answers) online_exams +SELECT Student_Answer_Text FROM Student_Answers WHERE Comments = "Normal" INTERSECT SELECT Student_Answer_Text FROM Student_Answers WHERE Comments = "Absent" online_exams +SELECT Student_Answer_Text FROM Student_Answers WHERE Comments = "Normal" INTERSECT SELECT Student_Answer_Text FROM Student_Answers WHERE Comments = "Absent" online_exams +SELECT Type_of_Question_Code FROM Questions GROUP BY Type_of_Question_Code HAVING count(*) >= 3 online_exams +SELECT Type_of_Question_Code FROM Questions GROUP BY Type_of_Question_Code HAVING count(*) >= 3 online_exams +SELECT * FROM Students online_exams +SELECT * FROM Students online_exams +SELECT count(*) FROM Addresses customers_and_orders +SELECT count(*) FROM Addresses customers_and_orders +SELECT address_id , address_details FROM Addresses customers_and_orders +SELECT address_id , address_details FROM Addresses customers_and_orders +SELECT count(*) FROM Products customers_and_orders +SELECT count(*) FROM Products customers_and_orders +SELECT product_id , product_type_code , product_name FROM Products customers_and_orders +SELECT product_id , product_type_code , product_name FROM Products customers_and_orders +SELECT product_price FROM Products WHERE product_name = "Monitor" customers_and_orders +SELECT product_price FROM Products WHERE product_name = "Monitor" customers_and_orders +SELECT min(product_price) , avg(product_price) , max(product_price) FROM Products customers_and_orders +SELECT min(product_price) , avg(product_price) , max(product_price) FROM Products customers_and_orders +SELECT avg(product_price) FROM Products WHERE product_type_code = "Clothes" customers_and_orders +SELECT avg(product_price) FROM Products WHERE product_type_code = "Clothes" customers_and_orders +SELECT count(*) FROM Products WHERE product_type_code = "Hardware" customers_and_orders +SELECT count(*) FROM Products WHERE product_type_code = "Hardware" customers_and_orders +SELECT product_name FROM Products WHERE product_price > (SELECT avg(product_price) FROM Products) customers_and_orders +SELECT product_name FROM Products WHERE product_price > (SELECT avg(product_price) FROM Products) customers_and_orders +SELECT product_name FROM Products WHERE product_type_code = "Hardware" AND product_price > (SELECT avg(product_price) FROM Products WHERE product_type_code = "Hardware") customers_and_orders +SELECT product_name FROM Products WHERE product_type_code = "Hardware" AND product_price > (SELECT avg(product_price) FROM Products WHERE product_type_code = "Hardware") customers_and_orders +SELECT product_name FROM Products WHERE product_type_code = "Clothes" ORDER BY product_price DESC LIMIT 1 customers_and_orders +SELECT product_name FROM Products WHERE product_type_code = "Clothes" ORDER BY product_price DESC LIMIT 1 customers_and_orders +SELECT product_id , product_name FROM Products WHERE product_type_code = "Hardware" ORDER BY product_price ASC LIMIT 1 customers_and_orders +SELECT product_id , product_name FROM Products WHERE product_type_code = "Hardware" ORDER BY product_price ASC LIMIT 1 customers_and_orders +SELECT product_name FROM Products ORDER BY product_price DESC customers_and_orders +SELECT product_name FROM Products ORDER BY product_price DESC customers_and_orders +SELECT product_name FROM Products WHERE product_type_code = "Hardware" ORDER BY product_price ASC customers_and_orders +SELECT product_name FROM Products WHERE product_type_code = "Hardware" ORDER BY product_price ASC customers_and_orders +SELECT product_type_code , count(*) FROM Products GROUP BY product_type_code customers_and_orders +SELECT product_type_code , count(*) FROM Products GROUP BY product_type_code customers_and_orders +SELECT product_type_code , avg(product_price) FROM Products GROUP BY product_type_code customers_and_orders +SELECT product_type_code , avg(product_price) FROM Products GROUP BY product_type_code customers_and_orders +SELECT product_type_code FROM Products GROUP BY product_type_code HAVING count(*) >= 2 customers_and_orders +SELECT product_type_code FROM Products GROUP BY product_type_code HAVING count(*) >= 2 customers_and_orders +SELECT product_type_code FROM Products GROUP BY product_type_code ORDER BY count(*) DESC LIMIT 1 customers_and_orders +SELECT product_type_code FROM Products GROUP BY product_type_code ORDER BY count(*) DESC LIMIT 1 customers_and_orders +SELECT count(*) FROM Customers customers_and_orders +SELECT count(*) FROM Customers customers_and_orders +SELECT customer_id , customer_name FROM Customers customers_and_orders +SELECT customer_id , customer_name FROM Customers customers_and_orders +SELECT customer_address , customer_phone , customer_email FROM Customers WHERE customer_name = "Jeromy" customers_and_orders +SELECT customer_address , customer_phone , customer_email FROM Customers WHERE customer_name = "Jeromy" customers_and_orders +SELECT payment_method_code , count(*) FROM Customers GROUP BY payment_method_code customers_and_orders +SELECT payment_method_code , count(*) FROM Customers GROUP BY payment_method_code customers_and_orders +SELECT payment_method_code FROM Customers GROUP BY payment_method_code ORDER BY count(*) DESC LIMIT 1 customers_and_orders +SELECT payment_method_code FROM Customers GROUP BY payment_method_code ORDER BY count(*) DESC LIMIT 1 customers_and_orders +SELECT customer_name FROM Customers WHERE payment_method_code = ( SELECT payment_method_code FROM Customers GROUP BY payment_method_code ORDER BY count(*) ASC LIMIT 1) customers_and_orders +SELECT customer_name FROM Customers WHERE payment_method_code = ( SELECT payment_method_code FROM Customers GROUP BY payment_method_code ORDER BY count(*) ASC LIMIT 1) customers_and_orders +SELECT payment_method_code , customer_number FROM Customers WHERE customer_name = "Jeromy" customers_and_orders +SELECT payment_method_code , customer_number FROM Customers WHERE customer_name = "Jeromy" customers_and_orders +SELECT DISTINCT payment_method_code FROM Customers customers_and_orders +SELECT DISTINCT payment_method_code FROM Customers customers_and_orders +SELECT product_id , product_type_code FROM Products ORDER BY product_name customers_and_orders +SELECT product_id , product_type_code FROM Products ORDER BY product_name customers_and_orders +SELECT product_type_code FROM Products GROUP BY product_type_code ORDER BY count(*) ASC LIMIT 1 customers_and_orders +SELECT product_type_code FROM Products GROUP BY product_type_code ORDER BY count(*) ASC LIMIT 1 customers_and_orders +SELECT count(*) FROM Customer_orders customers_and_orders +SELECT count(*) FROM Customer_orders customers_and_orders +SELECT order_id , order_date , order_status_code FROM Customer_orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_name = "Jeromy" customers_and_orders +SELECT order_id , order_date , order_status_code FROM Customer_orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_name = "Jeromy" customers_and_orders +SELECT T2.customer_name , T1.customer_id , count(*) FROM Customer_orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id customers_and_orders +SELECT T2.customer_name , T1.customer_id , count(*) FROM Customer_orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id customers_and_orders +SELECT T1.customer_id , T2.customer_name , T2.customer_phone , T2.customer_email FROM Customer_orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1 customers_and_orders +SELECT T1.customer_id , T2.customer_name , T2.customer_phone , T2.customer_email FROM Customer_orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1 customers_and_orders +SELECT order_status_code , count(*) FROM Customer_orders GROUP BY order_status_code customers_and_orders +SELECT order_status_code , count(*) FROM Customer_orders GROUP BY order_status_code customers_and_orders +SELECT order_status_code FROM Customer_orders GROUP BY order_status_code ORDER BY count(*) DESC LIMIT 1 customers_and_orders +SELECT order_status_code FROM Customer_orders GROUP BY order_status_code ORDER BY count(*) DESC LIMIT 1 customers_and_orders +SELECT count(*) FROM Customers WHERE customer_id NOT IN ( SELECT customer_id FROM Customer_orders) customers_and_orders +SELECT count(*) FROM Customers WHERE customer_id NOT IN ( SELECT customer_id FROM Customer_orders) customers_and_orders +SELECT product_name FROM Products EXCEPT SELECT T1.product_name FROM Products AS t1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id customers_and_orders +SELECT product_name FROM Products EXCEPT SELECT T1.product_name FROM Products AS t1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id customers_and_orders +SELECT sum(order_quantity) FROM Order_items AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id WHERE T2.product_name = "Monitor" customers_and_orders +SELECT sum(order_quantity) FROM Order_items AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id WHERE T2.product_name = "Monitor" customers_and_orders +SELECT count(DISTINCT T3.customer_id) FROM Order_items AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id JOIN Customer_orders AS T3 ON T3.order_id = T1.order_id WHERE T2.product_name = "Monitor" customers_and_orders +SELECT count(DISTINCT T3.customer_id) FROM Order_items AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id JOIN Customer_orders AS T3 ON T3.order_id = T1.order_id WHERE T2.product_name = "Monitor" customers_and_orders +SELECT count(DISTINCT customer_id) FROM Customer_orders customers_and_orders +SELECT count(DISTINCT customer_id) FROM Customer_orders customers_and_orders +SELECT customer_id FROM Customers EXCEPT SELECT customer_id FROM Customer_orders customers_and_orders +SELECT customer_id FROM Customers EXCEPT SELECT customer_id FROM Customer_orders customers_and_orders +SELECT T1.order_date , T1.order_id FROM Customer_Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id WHERE T2.order_quantity > 6 UNION SELECT T1.order_date , T1.order_id FROM Customer_Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id HAVING count(*) > 3; customers_and_orders +SELECT T1.order_date , T1.order_id FROM Customer_Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id WHERE T2.order_quantity > 6 UNION SELECT T1.order_date , T1.order_id FROM Customer_Orders AS T1 JOIN Order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id HAVING count(*) > 3; customers_and_orders +SELECT count(*) FROM building region_building +SELECT count(*) FROM building region_building +SELECT Name FROM building ORDER BY Number_of_Stories ASC region_building +SELECT Name FROM building ORDER BY Number_of_Stories ASC region_building +SELECT Address FROM building ORDER BY Completed_Year DESC region_building +SELECT Address FROM building ORDER BY Completed_Year DESC region_building +SELECT max(Number_of_Stories) FROM building WHERE Completed_Year != "1980" region_building +SELECT max(Number_of_Stories) FROM building WHERE Completed_Year != "1980" region_building +SELECT avg(Population) FROM region region_building +SELECT avg(Population) FROM region region_building +SELECT Name FROM region ORDER BY Name ASC region_building +SELECT Name FROM region ORDER BY Name ASC region_building +SELECT Capital FROM region WHERE Area > 10000 region_building +SELECT Capital FROM region WHERE Area > 10000 region_building +SELECT Capital FROM region ORDER BY Population DESC LIMIT 1 region_building +SELECT Capital FROM region ORDER BY Population DESC LIMIT 1 region_building +SELECT Name FROM region ORDER BY Area DESC LIMIT 5 region_building +SELECT Name FROM region ORDER BY Area DESC LIMIT 5 region_building +SELECT T1.Name , T2.Name FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID region_building +SELECT T1.Name , T2.Name FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID region_building +SELECT T2.Name FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID GROUP BY T1.Region_ID HAVING COUNT(*) > 1 region_building +SELECT T2.Name FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID GROUP BY T1.Region_ID HAVING COUNT(*) > 1 region_building +SELECT T2.capital FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID GROUP BY T1.Region_ID ORDER BY COUNT(*) DESC LIMIT 1 region_building +SELECT T2.capital FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID GROUP BY T1.Region_ID ORDER BY COUNT(*) DESC LIMIT 1 region_building +SELECT T1.Address , T2.Capital FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID region_building +SELECT T1.Address , T2.Capital FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID region_building +SELECT T1.Number_of_Stories FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID WHERE T2.Name = "Abruzzo" region_building +SELECT T1.Number_of_Stories FROM building AS T1 JOIN region AS T2 ON T1.Region_ID = T2.Region_ID WHERE T2.Name = "Abruzzo" region_building +SELECT Completed_Year , COUNT(*) FROM building GROUP BY Completed_Year region_building +SELECT Completed_Year , COUNT(*) FROM building GROUP BY Completed_Year region_building +SELECT Completed_Year FROM building GROUP BY Completed_Year ORDER BY COUNT(*) DESC LIMIT 1 region_building +SELECT Completed_Year FROM building GROUP BY Completed_Year ORDER BY COUNT(*) DESC LIMIT 1 region_building +SELECT Name FROM region WHERE Region_ID NOT IN (SELECT Region_ID FROM building) region_building +SELECT Name FROM region WHERE Region_ID NOT IN (SELECT Region_ID FROM building) region_building +SELECT Completed_Year FROM building WHERE Number_of_Stories > 20 INTERSECT SELECT Completed_Year FROM building WHERE Number_of_Stories < 15 region_building +SELECT Completed_Year FROM building WHERE Number_of_Stories > 20 INTERSECT SELECT Completed_Year FROM building WHERE Number_of_Stories < 15 region_building +SELECT DISTINCT Address FROM building region_building +SELECT DISTINCT Address FROM building region_building +SELECT Completed_Year FROM building ORDER BY Number_of_Stories DESC region_building +SELECT Completed_Year FROM building ORDER BY Number_of_Stories DESC region_building +select channel_details from channels order by channel_details government_shift +select channel_details from channels order by channel_details government_shift +SELECT count(*) FROM services government_shift +SELECT count(*) FROM services government_shift +SELECT analytical_layer_type_code FROM analytical_layer GROUP BY analytical_layer_type_code ORDER BY count(*) DESC LIMIT 1 government_shift +SELECT analytical_layer_type_code FROM analytical_layer GROUP BY analytical_layer_type_code ORDER BY count(*) DESC LIMIT 1 government_shift +SELECT t3.service_details FROM customers AS t1 JOIN customers_and_services AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id WHERE t1.customer_details = "Hardy Kutch" government_shift +SELECT t3.service_details FROM customers AS t1 JOIN customers_and_services AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id WHERE t1.customer_details = "Hardy Kutch" government_shift +select t1.service_details from services as t1 join customers_and_services as t2 on t1.service_id = t2.service_id group by t1.service_details having count(*) > 3 government_shift +SELECT t1.service_details FROM services AS t1 JOIN customers_and_services AS t2 ON t1.service_id = t2.service_id GROUP BY t1.service_details HAVING count(*) > 3 government_shift +SELECT t1.customer_details FROM customers AS t1 JOIN customers_and_services AS t2 ON t1.customer_id = t2.customer_id GROUP BY t1.customer_details ORDER BY count(*) DESC LIMIT 1 government_shift +select t1.customer_details from customers as t1 join customers_and_services as t2 on t1.customer_id = t2.customer_id group by t1.customer_details order by count(*) desc limit 1 government_shift +select t1.customer_details from customers as t1 join customers_and_services as t2 on t1.customer_id = t2.customer_id group by t1.customer_details order by count(*) desc limit 1 government_shift +select t1.customer_details from customers as t1 join customers_and_services as t2 on t1.customer_id = t2.customer_id group by t1.customer_details order by count(*) desc limit 1 government_shift +select customer_details from customers where customer_id not in (select customer_id from customers_and_services) government_shift +select customer_details from customers where customer_id not in (select customer_id from customers_and_services) government_shift +select distinct t1.customer_details from customers as t1 join customers_and_services as t2 on t1.customer_id = t2.customer_id where t2.service_id = (select service_id from services group by service_id order by count(*) asc limit 1) government_shift +select distinct t1.customer_details from customers as t1 join customers_and_services as t2 on t1.customer_id = t2.customer_id where t2.service_id = (select service_id from services group by service_id order by count(*) asc limit 1) government_shift +SELECT count(DISTINCT customers_and_services_details) FROM customers_and_services government_shift +SELECT count(DISTINCT customers_and_services_details) FROM customers_and_services government_shift +SELECT customer_details FROM customers WHERE customer_details LIKE "%Kutch%" government_shift +SELECT customer_details FROM customers WHERE customer_details LIKE "%Kutch%" government_shift +SELECT DISTINCT t3.service_details FROM customers AS t1 JOIN customers_and_services AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id JOIN customer_interactions AS t4 ON t3.service_id = t4.service_id WHERE t1.customer_details = "Hardy Kutch" OR t4.services_and_channels_details = "good" government_shift +SELECT DISTINCT t3.service_details FROM customers AS t1 JOIN customers_and_services AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id JOIN customer_interactions AS t4 ON t3.service_id = t4.service_id WHERE t1.customer_details = "Hardy Kutch" OR t4.services_and_channels_details = "good" government_shift +SELECT DISTINCT t3.service_details FROM customers AS t1 JOIN customers_and_services AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id JOIN customer_interactions AS t4 ON t3.service_id = t4.service_id WHERE t1.customer_details = "Hardy Kutch" AND t4.services_and_channels_details = "bad" government_shift +SELECT DISTINCT t3.service_details FROM customers AS t1 JOIN customers_and_services AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id JOIN customer_interactions AS t4 ON t3.service_id = t4.service_id WHERE t1.customer_details = "Hardy Kutch" AND t4.services_and_channels_details = "bad" government_shift +select distinct t1.service_details from services as t1 join customer_interactions as t2 on t1.service_id = t2.service_id join channels as t3 on t2.channel_id = t3.channel_id where t3.channel_details = "15 ij" government_shift +SELECT DISTINCT t1.service_details FROM services AS t1 JOIN customer_interactions AS t2 ON t1.service_id = t2.service_id JOIN channels AS t3 ON t2.channel_id = t3.channel_id WHERE t3.channel_details = "15 ij" government_shift +select t1.customer_details from customers as t1 join customer_interactions as t2 on t1.customer_id = t2.customer_id where t2.status_code = "stuck" and services_and_channels_details = "bad" government_shift +SELECT t1.customer_details FROM customers AS t1 JOIN customer_interactions AS t2 ON t1.customer_id = t2.customer_id WHERE t2.status_code = "Stuck" AND services_and_channels_details = "bad" government_shift +SELECT count(*) FROM integration_platform WHERE integration_platform_details = "Success" government_shift +SELECT count(*) FROM integration_platform WHERE integration_platform_details = "Success" government_shift +select distinct t1.customer_details from customers as t1 join customer_interactions as t2 on t1.customer_id = t2.customer_id join integration_platform as t3 where t3.integration_platform_details = "fail" government_shift +SELECT DISTINCT t1.customer_details FROM customers AS t1 JOIN customer_interactions AS t2 ON t1.customer_id = t2.customer_id JOIN integration_platform AS t3 WHERE t3.integration_platform_details = "Fail" government_shift +select service_details from services except select t2.service_details from customers_and_services as t1 join services as t2 on t1.service_id = t2.service_id government_shift +select service_details from services except select t2.service_details from customers_and_services as t1 join services as t2 on t1.service_id = t2.service_id government_shift +SELECT analytical_layer_type_code , count(*) FROM analytical_layer GROUP BY analytical_layer_type_code government_shift +SELECT analytical_layer_type_code , count(*) FROM analytical_layer GROUP BY analytical_layer_type_code government_shift +select distinct t1.service_details from services as t1 join customers_and_services as t2 on t1.service_id = t2.service_id where t2.customers_and_services_details = "unsatisfied" government_shift +SELECT DISTINCT t1.service_details FROM services AS t1 JOIN customers_and_services AS t2 ON t1.service_id = t2.service_id WHERE t2.customers_and_services_details = "Unsatisfied" government_shift +SELECT count(*) FROM vehicles vehicle_rent +SELECT count(*) FROM vehicles vehicle_rent +SELECT name FROM vehicles ORDER BY model_year DESC vehicle_rent +SELECT name FROM vehicles ORDER BY model_year DESC vehicle_rent +SELECT DISTINCT type_of_powertrain FROM vehicles vehicle_rent +SELECT DISTINCT type_of_powertrain FROM vehicles vehicle_rent +SELECT name , type_of_powertrain , annual_fuel_cost FROM vehicles WHERE model_year = 2013 OR model_year = 2014 vehicle_rent +SELECT name , type_of_powertrain , annual_fuel_cost FROM vehicles WHERE model_year = 2013 OR model_year = 2014 vehicle_rent +SELECT type_of_powertrain FROM vehicles WHERE model_year = 2014 INTERSECT SELECT type_of_powertrain FROM vehicles WHERE model_year = 2013 vehicle_rent +SELECT type_of_powertrain FROM vehicles WHERE model_year = 2014 INTERSECT SELECT type_of_powertrain FROM vehicles WHERE model_year = 2013 vehicle_rent +SELECT type_of_powertrain , count(*) FROM vehicles GROUP BY type_of_powertrain vehicle_rent +SELECT type_of_powertrain , count(*) FROM vehicles GROUP BY type_of_powertrain vehicle_rent +SELECT type_of_powertrain FROM vehicles GROUP BY type_of_powertrain ORDER BY count(*) DESC LIMIT 1 vehicle_rent +SELECT type_of_powertrain FROM vehicles GROUP BY type_of_powertrain ORDER BY count(*) DESC LIMIT 1 vehicle_rent +SELECT min(annual_fuel_cost) , max(annual_fuel_cost) , avg(annual_fuel_cost) FROM vehicles vehicle_rent +SELECT min(annual_fuel_cost) , max(annual_fuel_cost) , avg(annual_fuel_cost) FROM vehicles vehicle_rent +SELECT name , model_year FROM vehicles WHERE city_fuel_economy_rate <= highway_fuel_economy_rate vehicle_rent +SELECT name , model_year FROM vehicles WHERE city_fuel_economy_rate <= highway_fuel_economy_rate vehicle_rent +SELECT type_of_powertrain , avg(annual_fuel_cost) FROM vehicles GROUP BY type_of_powertrain HAVING count(*) >= 2 vehicle_rent +SELECT type_of_powertrain , avg(annual_fuel_cost) FROM vehicles GROUP BY type_of_powertrain HAVING count(*) >= 2 vehicle_rent +SELECT name , age , membership_credit FROM customers vehicle_rent +SELECT name , age , membership_credit FROM customers vehicle_rent +SELECT name , age FROM customers ORDER BY membership_credit DESC LIMIT 1 vehicle_rent +SELECT name , age FROM customers ORDER BY membership_credit DESC LIMIT 1 vehicle_rent +SELECT avg(age) FROM customers WHERE membership_credit > (SELECT avg(membership_credit) FROM customers) vehicle_rent +SELECT avg(age) FROM customers WHERE membership_credit > (SELECT avg(membership_credit) FROM customers) vehicle_rent +SELECT * FROM discount vehicle_rent +SELECT * FROM discount vehicle_rent +SELECT T2.name , sum(T1.total_hours) FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T2.id vehicle_rent +SELECT T2.name , sum(T1.total_hours) FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T2.id vehicle_rent +SELECT name FROM vehicles WHERE id NOT IN (SELECT vehicles_id FROM renting_history) vehicle_rent +SELECT name FROM vehicles WHERE id NOT IN (SELECT vehicles_id FROM renting_history) vehicle_rent +SELECT T2.name FROM renting_history AS T1 JOIN customers AS T2 ON T1.customer_id = T2.id GROUP BY T2.id HAVING count(*) >= 2 vehicle_rent +SELECT T2.name FROM renting_history AS T1 JOIN customers AS T2 ON T1.customer_id = T2.id GROUP BY T2.id HAVING count(*) >= 2 vehicle_rent +SELECT T2.name , T2.model_year FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T2.id ORDER BY count(*) DESC LIMIT 1 vehicle_rent +SELECT T2.name , T2.model_year FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T2.id ORDER BY count(*) DESC LIMIT 1 vehicle_rent +SELECT T2.name FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T2.id ORDER BY sum(T1.total_hours) DESC vehicle_rent +SELECT T2.name FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T2.id ORDER BY sum(T1.total_hours) DESC vehicle_rent +SELECT T2.name FROM renting_history AS T1 JOIN discount AS T2 ON T1.discount_id = T2.id GROUP BY T2.id ORDER BY count(*) DESC LIMIT 1 vehicle_rent +SELECT T2.name FROM renting_history AS T1 JOIN discount AS T2 ON T1.discount_id = T2.id GROUP BY T2.id ORDER BY count(*) DESC LIMIT 1 vehicle_rent +SELECT T2.name , T2.Type_of_powertrain FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T1.vehicles_id HAVING sum(T1.total_hours) > 30 vehicle_rent +SELECT T2.name , T2.Type_of_powertrain FROM renting_history AS T1 JOIN vehicles AS T2 ON T1.vehicles_id = T2.id GROUP BY T1.vehicles_id HAVING sum(T1.total_hours) > 30 vehicle_rent +SELECT avg(City_fuel_economy_rate) , avg(Highway_fuel_economy_rate) , Type_of_powertrain FROM vehicles GROUP BY Type_of_powertrain vehicle_rent +SELECT avg(City_fuel_economy_rate) , avg(Highway_fuel_economy_rate) , Type_of_powertrain FROM vehicles GROUP BY Type_of_powertrain vehicle_rent +SELECT avg(amount_of_loan) FROM Student_Loans cre_Students_Information_Systems +SELECT avg(amount_of_loan) FROM Student_Loans cre_Students_Information_Systems +SELECT T1.bio_data , T1.student_id FROM Students AS T1 JOIN Classes AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) >= 2 UNION SELECT T1.bio_data , T1.student_id FROM Students AS T1 JOIN Detention AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) < 2 cre_Students_Information_Systems +SELECT T1.bio_data , T1.student_id FROM Students AS T1 JOIN Classes AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) >= 2 UNION SELECT T1.bio_data , T1.student_id FROM Students AS T1 JOIN Detention AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) < 2 cre_Students_Information_Systems +SELECT T1.teacher_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id WHERE T2.class_details LIKE '%data%' EXCEPT SELECT T1.teacher_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id WHERE T2.class_details LIKE 'net%' cre_Students_Information_Systems +SELECT T1.teacher_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id WHERE T2.class_details LIKE '%data%' EXCEPT SELECT T1.teacher_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id WHERE T2.class_details LIKE 'net%' cre_Students_Information_Systems +select bio_data from students where student_id not in (select t1.student_id from students as t1 join detention as t2 on t1.student_id = t2.student_id union select t1.student_id from students as t1 join student_loans as t2 on t1.student_id = t2.student_id) cre_Students_Information_Systems +select bio_data from students where student_id not in (select t1.student_id from students as t1 join detention as t2 on t1.student_id = t2.student_id union select t1.student_id from students as t1 join student_loans as t2 on t1.student_id = t2.student_id) cre_Students_Information_Systems +SELECT amount_of_loan , date_of_loan FROM Student_Loans WHERE student_id IN ( SELECT student_id FROM Achievements GROUP BY student_id HAVING count(*) >= 2 ) cre_Students_Information_Systems +SELECT amount_of_loan , date_of_loan FROM Student_Loans WHERE student_id IN ( SELECT student_id FROM Achievements GROUP BY student_id HAVING count(*) >= 2 ) cre_Students_Information_Systems +SELECT T1.teacher_details , T1.teacher_id FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id GROUP BY T1.teacher_id ORDER BY count(*) DESC LIMIT 1 cre_Students_Information_Systems +SELECT T1.teacher_details , T1.teacher_id FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id GROUP BY T1.teacher_id ORDER BY count(*) DESC LIMIT 1 cre_Students_Information_Systems +SELECT distinct(T1.detention_type_description) FROM Ref_Detention_Type AS T1 JOIN Detention AS T2 ON T1.detention_type_code = T2.detention_type_code cre_Students_Information_Systems +SELECT distinct(T1.detention_type_description) FROM Ref_Detention_Type AS T1 JOIN Detention AS T2 ON T1.detention_type_code = T2.detention_type_code cre_Students_Information_Systems +SELECT DISTINCT T1.student_details , T3.address_type_description FROM Students AS T1 JOIN Students_Addresses AS T2 ON T1.student_id = T2.student_id JOIN Ref_Address_Types AS T3 ON T2.address_type_code = T3.address_type_code cre_Students_Information_Systems +SELECT DISTINCT T1.student_details , T3.address_type_description FROM Students AS T1 JOIN Students_Addresses AS T2 ON T1.student_id = T2.student_id JOIN Ref_Address_Types AS T3 ON T2.address_type_code = T3.address_type_code cre_Students_Information_Systems +SELECT T1.address_details , T3.bio_data FROM Addresses AS T1 JOIN Students_Addresses AS T2 ON T1.address_id = T2.address_id JOIN Students AS T3 ON T2.student_id = T3.student_id cre_Students_Information_Systems +SELECT T1.address_details , T3.bio_data FROM Addresses AS T1 JOIN Students_Addresses AS T2 ON T1.address_id = T2.address_id JOIN Students AS T3 ON T2.student_id = T3.student_id cre_Students_Information_Systems +SELECT T1.bio_data , T2.date_of_transcript FROM Students AS T1 JOIN Transcripts AS T2 ON T1.student_id = T2.student_id cre_Students_Information_Systems +SELECT T1.bio_data , T2.date_of_transcript FROM Students AS T1 JOIN Transcripts AS T2 ON T1.student_id = T2.student_id cre_Students_Information_Systems +SELECT count(DISTINCT student_id) , behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details ORDER BY count(*) DESC LIMIT 1 cre_Students_Information_Systems +SELECT count(DISTINCT student_id) , behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details ORDER BY count(*) DESC LIMIT 1 cre_Students_Information_Systems +SELECT T1.bio_data , T1.student_details FROM Students AS T1 JOIN Behaviour_Monitoring AS T2 ON T1.student_id = T2.student_id WHERE T2.behaviour_monitoring_details IN ( SELECT behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details ORDER BY count(*) DESC LIMIT 1 ) INTERSECT SELECT T1.bio_data , T1.student_details FROM Students AS T1 JOIN Behaviour_Monitoring AS T2 ON T1.student_id = T2.student_id WHERE T2.behaviour_monitoring_details IN ( SELECT behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details HAVING count(*) = 3 ) cre_Students_Information_Systems +SELECT T1.bio_data , T1.student_details FROM Students AS T1 JOIN Behaviour_Monitoring AS T2 ON T1.student_id = T2.student_id WHERE T2.behaviour_monitoring_details IN ( SELECT behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details ORDER BY count(*) DESC LIMIT 1 ) INTERSECT SELECT T1.bio_data , T1.student_details FROM Students AS T1 JOIN Behaviour_Monitoring AS T2 ON T1.student_id = T2.student_id WHERE T2.behaviour_monitoring_details IN ( SELECT behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details HAVING count(*) = 3 ) cre_Students_Information_Systems +SELECT T1.bio_data FROM Students AS T1 JOIN Behaviour_Monitoring AS T2 ON T1.student_id = T2.student_id WHERE T2.behaviour_monitoring_details IN ( SELECT behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details ORDER BY count(*) DESC LIMIT 1 ) EXCEPT SELECT T1.bio_data FROM Students AS T1 JOIN Behaviour_Monitoring AS T2 ON T1.student_id = T2.student_id WHERE T2.behaviour_monitoring_details NOT IN ( SELECT behaviour_monitoring_details FROM Behaviour_Monitoring GROUP BY behaviour_monitoring_details ORDER BY count(*) DESC LIMIT 1 ) cre_Students_Information_Systems +select t1.bio_data from students as t1 join behaviour_monitoring as t2 on t1.student_id = t2.student_id where t2.behaviour_monitoring_details in ( select behaviour_monitoring_details from behaviour_monitoring group by behaviour_monitoring_details order by count(*) desc limit 1 ) except select t1.bio_data from students as t1 join behaviour_monitoring as t2 on t1.student_id = t2.student_id where t2.behaviour_monitoring_details not in ( select behaviour_monitoring_details from behaviour_monitoring group by behaviour_monitoring_details order by count(*) desc limit 1 ) cre_Students_Information_Systems +SELECT T1.bio_data , T2.event_date FROM Students AS T1 JOIN Student_Events AS T2 ON T1.student_id = T2.student_id cre_Students_Information_Systems +SELECT T1.bio_data , T2.event_date FROM Students AS T1 JOIN Student_Events AS T2 ON T1.student_id = T2.student_id cre_Students_Information_Systems +SELECT count(*) , T2.event_type_code , T3.event_type_description FROM Students AS T1 JOIN Student_Events AS T2 ON T1.student_id = T2.student_id JOIN Ref_Event_Types AS T3 ON T2.event_type_code = T3.event_type_code GROUP BY T2.event_type_code ORDER BY count(*) DESC LIMIT 1 cre_Students_Information_Systems +SELECT count(*) , T2.event_type_code , T3.event_type_description FROM Students AS T1 JOIN Student_Events AS T2 ON T1.student_id = T2.student_id JOIN Ref_Event_Types AS T3 ON T2.event_type_code = T3.event_type_code GROUP BY T2.event_type_code ORDER BY count(*) DESC LIMIT 1 cre_Students_Information_Systems +SELECT T1.achievement_details , T2.achievement_type_description FROM Achievements AS T1 JOIN Ref_Achievement_Type AS T2 ON T1.achievement_type_code = T2.achievement_type_code cre_Students_Information_Systems +SELECT T1.achievement_details , T2.achievement_type_description FROM Achievements AS T1 JOIN Ref_Achievement_Type AS T2 ON T1.achievement_type_code = T2.achievement_type_code cre_Students_Information_Systems +SELECT count(DISTINCT T1.teacher_id) FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id WHERE T2.student_id NOT IN ( SELECT student_id FROM Achievements ) cre_Students_Information_Systems +SELECT count(DISTINCT T1.teacher_id) FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id WHERE T2.student_id NOT IN ( SELECT student_id FROM Achievements ) cre_Students_Information_Systems +SELECT date_of_transcript , transcript_details FROM Transcripts cre_Students_Information_Systems +SELECT date_of_transcript , transcript_details FROM Transcripts cre_Students_Information_Systems +SELECT achievement_type_code , achievement_details , date_achievement FROM Achievements cre_Students_Information_Systems +SELECT achievement_type_code , achievement_details , date_achievement FROM Achievements cre_Students_Information_Systems +SELECT datetime_detention_start , datetime_detention_end FROM Detention cre_Students_Information_Systems +SELECT datetime_detention_start , datetime_detention_end FROM Detention cre_Students_Information_Systems +SELECT bio_data FROM Students WHERE student_details LIKE '%Suite%' cre_Students_Information_Systems +SELECT bio_data FROM Students WHERE student_details LIKE '%Suite%' cre_Students_Information_Systems +SELECT T1.teacher_details , T3.student_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id JOIN Students AS T3 ON T2.student_id = T3.student_id cre_Students_Information_Systems +SELECT T1.teacher_details , T3.student_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id JOIN Students AS T3 ON T2.student_id = T3.student_id cre_Students_Information_Systems +SELECT count(*) , teacher_id FROM Classes GROUP BY teacher_id ORDER BY count(*) DESC LIMIT 1 cre_Students_Information_Systems +SELECT count(*) , teacher_id FROM Classes GROUP BY teacher_id ORDER BY count(*) DESC LIMIT 1 cre_Students_Information_Systems +SELECT count(*) , student_id FROM Classes GROUP BY student_id ORDER BY count(*) DESC LIMIT 1 cre_Students_Information_Systems +SELECT count(*) , student_id FROM Classes GROUP BY student_id ORDER BY count(*) DESC LIMIT 1 cre_Students_Information_Systems +SELECT T1.student_id , T1.student_details FROM Students AS T1 JOIN Classes AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) = 2 cre_Students_Information_Systems +SELECT T1.student_id , T1.student_details FROM Students AS T1 JOIN Classes AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING count(*) = 2 cre_Students_Information_Systems +SELECT T1.detention_type_code , T2.detention_type_description FROM Detention AS T1 JOIN Ref_Detention_Type AS T2 ON T1.detention_type_code = T2.detention_type_code GROUP BY T1.detention_type_code ORDER BY count(*) ASC LIMIT 1 cre_Students_Information_Systems +SELECT T1.detention_type_code , T2.detention_type_description FROM Detention AS T1 JOIN Ref_Detention_Type AS T2 ON T1.detention_type_code = T2.detention_type_code GROUP BY T1.detention_type_code ORDER BY count(*) ASC LIMIT 1 cre_Students_Information_Systems +SELECT T1.bio_data , T1.student_details FROM Students AS T1 JOIN Student_Loans AS T2 ON T1.student_id = T2.student_id WHERE T2.amount_of_loan > ( SELECT avg(amount_of_loan) FROM Student_Loans ) cre_Students_Information_Systems +SELECT T1.bio_data , T1.student_details FROM Students AS T1 JOIN Student_Loans AS T2 ON T1.student_id = T2.student_id WHERE T2.amount_of_loan > ( SELECT avg(amount_of_loan) FROM Student_Loans ) cre_Students_Information_Systems +SELECT date_of_loan FROM Student_Loans ORDER BY date_of_loan ASC LIMIT 1 cre_Students_Information_Systems +SELECT date_of_loan FROM Student_Loans ORDER BY date_of_loan ASC LIMIT 1 cre_Students_Information_Systems +SELECT T1.bio_data FROM Students AS T1 JOIN Student_Loans AS T2 ON T1.student_id = T2.student_id ORDER BY T2.amount_of_loan ASC LIMIT 1 cre_Students_Information_Systems +SELECT T1.bio_data FROM Students AS T1 JOIN Student_Loans AS T2 ON T1.student_id = T2.student_id ORDER BY T2.amount_of_loan ASC LIMIT 1 cre_Students_Information_Systems +SELECT T1.date_of_transcript FROM Transcripts AS T1 JOIN Student_Loans AS T2 ON T1.student_id = T2.student_id ORDER BY T2.amount_of_loan DESC LIMIT 1 cre_Students_Information_Systems +SELECT T1.date_of_transcript FROM Transcripts AS T1 JOIN Student_Loans AS T2 ON T1.student_id = T2.student_id ORDER BY T2.amount_of_loan DESC LIMIT 1 cre_Students_Information_Systems +SELECT T1.teacher_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id JOIN Transcripts AS T3 ON T2.student_id = T3.student_id ORDER BY T3.date_of_transcript ASC LIMIT 1 cre_Students_Information_Systems +SELECT T1.teacher_details FROM Teachers AS T1 JOIN Classes AS T2 ON T1.teacher_id = T2.teacher_id JOIN Transcripts AS T3 ON T2.student_id = T3.student_id ORDER BY T3.date_of_transcript ASC LIMIT 1 cre_Students_Information_Systems +select student_id , sum(amount_of_loan) from student_loans group by student_id cre_Students_Information_Systems +SELECT student_id , sum(amount_of_loan) FROM Student_Loans GROUP BY student_id cre_Students_Information_Systems +SELECT T1.student_id , T1.bio_data , count(*) FROM Students AS T1 JOIN Classes AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id cre_Students_Information_Systems +SELECT T1.student_id , T1.bio_data , count(*) FROM Students AS T1 JOIN Classes AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id cre_Students_Information_Systems +SELECT count(DISTINCT student_id) FROM Detention cre_Students_Information_Systems +SELECT count(DISTINCT student_id) FROM Detention cre_Students_Information_Systems +SELECT T1.address_type_code , T2.address_type_description FROM Students_Addresses AS T1 JOIN Ref_Address_Types AS T2 WHERE T1.address_type_code = T2.address_type_code GROUP BY T1.address_type_code ORDER BY count(*) DESC LIMIT 1 cre_Students_Information_Systems +SELECT T1.address_type_code , T2.address_type_description FROM Students_Addresses AS T1 JOIN Ref_Address_Types AS T2 WHERE T1.address_type_code = T2.address_type_code GROUP BY T1.address_type_code ORDER BY count(*) DESC LIMIT 1 cre_Students_Information_Systems +SELECT T1.bio_data FROM Students AS T1 JOIN Student_Events AS T2 WHERE T1.student_id = T2.student_id EXCEPT SELECT T1.bio_data FROM Students AS T1 JOIN Student_Loans AS T2 WHERE T1.student_id = T2.student_id cre_Students_Information_Systems +SELECT T1.bio_data FROM Students AS T1 JOIN Student_Events AS T2 WHERE T1.student_id = T2.student_id EXCEPT SELECT T1.bio_data FROM Students AS T1 JOIN Student_Loans AS T2 WHERE T1.student_id = T2.student_id cre_Students_Information_Systems +SELECT date_from , date_to FROM Students_Addresses WHERE student_id IN ( SELECT student_id FROM Transcripts GROUP BY student_id HAVING count(*) = 2 ) cre_Students_Information_Systems +SELECT date_from , date_to FROM Students_Addresses WHERE student_id IN ( SELECT student_id FROM Transcripts GROUP BY student_id HAVING count(*) = 2 ) cre_Students_Information_Systems +SELECT datetime_detention_start FROM Detention cre_Students_Information_Systems +SELECT datetime_detention_start FROM Detention cre_Students_Information_Systems +SELECT name FROM Author book_1 +SELECT name FROM Author book_1 +SELECT name , address FROM Client book_1 +SELECT name , address FROM Client book_1 +SELECT title , isbn , SalePrice FROM Book book_1 +SELECT title , isbn , SalePrice FROM Book book_1 +SELECT count(*) FROM Book book_1 +SELECT count(*) FROM Book book_1 +SELECT count(*) FROM Author book_1 +SELECT count(*) FROM Author book_1 +SELECT count(*) FROM Client book_1 +SELECT count(*) FROM Client book_1 +SELECT name , address FROM Client ORDER BY name book_1 +SELECT name , address FROM Client ORDER BY name book_1 +SELECT T3.title , T1.name FROM Author AS T1 JOIN Author_Book AS T2 ON T2.Author = T1.idAuthor JOIN Book AS T3 ON T2.isbn = T3.isbn book_1 +SELECT T3.title , T1.name FROM Author AS T1 JOIN Author_Book AS T2 ON T2.Author = T1.idAuthor JOIN Book AS T3 ON T2.isbn = T3.isbn book_1 +SELECT T1.idOrder , T2.name FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient book_1 +SELECT T1.idOrder , T2.name FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient book_1 +SELECT T1.name , count(*) FROM Author AS T1 JOIN Author_Book AS T2 ON T1.idAuthor = T2.Author GROUP BY T1.idAuthor book_1 +SELECT T1.name , count(*) FROM Author AS T1 JOIN Author_Book AS T2 ON T1.idAuthor = T2.Author GROUP BY T1.idAuthor book_1 +SELECT isbn , count(*) FROM Books_Order GROUP BY isbn book_1 +SELECT isbn , count(*) FROM Books_Order GROUP BY isbn book_1 +SELECT isbn , sum(amount) FROM Books_Order GROUP BY isbn book_1 +SELECT isbn , sum(amount) FROM Books_Order GROUP BY isbn book_1 +SELECT T2.title FROM Books_Order AS T1 JOIN Book AS T2 ON T1.isbn = T2.isbn GROUP BY T1.isbn ORDER BY count(*) DESC LIMIT 1 book_1 +SELECT T2.title FROM Books_Order AS T1 JOIN Book AS T2 ON T1.isbn = T2.isbn GROUP BY T1.isbn ORDER BY count(*) DESC LIMIT 1 book_1 +SELECT T2.title , T2.PurchasePrice FROM Books_Order AS T1 JOIN BOOk AS T2 ON T1.isbn = T2.isbn GROUP BY T1.isbn ORDER BY sum(amount) DESC LIMIT 1 book_1 +SELECT T2.title , T2.PurchasePrice FROM Books_Order AS T1 JOIN BOOk AS T2 ON T1.isbn = T2.isbn GROUP BY T1.isbn ORDER BY sum(amount) DESC LIMIT 1 book_1 +SELECT DISTINCT T1.title FROM book AS T1 JOIN books_order AS T2 ON T1.isbn = T2.isbn book_1 +SELECT DISTINCT T1.title FROM book AS T1 JOIN books_order AS T2 ON T1.isbn = T2.isbn book_1 +SELECT DISTINCT T1.name FROM Client AS T1 JOIN Orders AS T2 ON T1.idClient = T2.idClient book_1 +SELECT DISTINCT T1.name FROM Client AS T1 JOIN Orders AS T2 ON T1.idClient = T2.idClient book_1 +SELECT T2.name , count(*) FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient GROUP BY T1.idClient book_1 +SELECT T2.name , count(*) FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient GROUP BY T1.idClient book_1 +SELECT T2.name FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient GROUP BY T1.idClient ORDER BY count(*) DESC LIMIT 1 book_1 +SELECT T2.name FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient GROUP BY T1.idClient ORDER BY count(*) DESC LIMIT 1 book_1 +SELECT T2.name , sum(T3.amount) FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient JOIN Books_Order AS T3 ON T3.idOrder = T1.idOrder GROUP BY T1.idClient book_1 +SELECT T2.name , sum(T3.amount) FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient JOIN Books_Order AS T3 ON T3.idOrder = T1.idOrder GROUP BY T1.idClient book_1 +SELECT T2.name FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient JOIN Books_Order AS T3 ON T3.idOrder = T1.idOrder GROUP BY T1.idClient ORDER BY sum(T3.amount) DESC LIMIT 1 book_1 +SELECT T2.name FROM Orders AS T1 JOIN Client AS T2 ON T1.idClient = T2.idClient JOIN Books_Order AS T3 ON T3.idOrder = T1.idOrder GROUP BY T1.idClient ORDER BY sum(T3.amount) DESC LIMIT 1 book_1 +SELECT title FROM book EXCEPT SELECT T1.title FROM book AS T1 JOIN books_order AS T2 ON T1.isbn = T2.isbn book_1 +SELECT title FROM book EXCEPT SELECT T1.title FROM book AS T1 JOIN books_order AS T2 ON T1.isbn = T2.isbn book_1 +SELECT name FROM Client EXCEPT SELECT T1.name FROM Client AS T1 JOIN Orders AS T2 ON T1.idClient = T2.idClient book_1 +SELECT name FROM Client EXCEPT SELECT T1.name FROM Client AS T1 JOIN Orders AS T2 ON T1.idClient = T2.idClient book_1 +SELECT max(saleprice) , min(saleprice) FROM Book book_1 +SELECT max(saleprice) , min(saleprice) FROM Book book_1 +SELECT avg(purchaseprice) , avg(saleprice) FROM Book book_1 +SELECT avg(purchaseprice) , avg(saleprice) FROM Book book_1 +SELECT max(saleprice - purchaseprice) FROM Book book_1 +SELECT max(saleprice - purchaseprice) FROM Book book_1 +SELECT title FROM book WHERE saleprice > (SELECT avg(saleprice) FROM book) book_1 +SELECT title FROM book WHERE saleprice > (SELECT avg(saleprice) FROM book) book_1 +select title from book order by saleprice asc limit 1 book_1 +select title from book order by saleprice asc limit 1 book_1 +select title from book order by purchaseprice desc limit 1 book_1 +select title from book order by purchaseprice desc limit 1 book_1 +SELECT avg(saleprice) FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = "George Orwell" book_1 +SELECT avg(saleprice) FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = "George Orwell" book_1 +SELECT saleprice FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = "Plato" book_1 +SELECT saleprice FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = "Plato" book_1 +SELECT T1.title FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = "George Orwell" ORDER BY T1.saleprice LIMIT 1 book_1 +SELECT T1.title FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = "George Orwell" ORDER BY T1.saleprice LIMIT 1 book_1 +SELECT T1.title FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = "Plato" AND T1.saleprice < (SELECT avg(saleprice) FROM Book) book_1 +SELECT T1.title FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name = "Plato" AND T1.saleprice < (SELECT avg(saleprice) FROM Book) book_1 +SELECT T3.name FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T1.title = "Pride and Prejudice" book_1 +SELECT T3.name FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T1.title = "Pride and Prejudice" book_1 +SELECT T1.title FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name LIKE "%Plato%" book_1 +SELECT T1.title FROM Book AS T1 JOIN Author_book AS T2 ON T1.isbn = T2.isbn JOIN Author AS T3 ON T2.Author = T3.idAuthor WHERE T3.name LIKE "%Plato%" book_1 +SELECT count(*) FROM Book AS T1 JOIN Books_Order AS T2 ON T1.isbn = T2.isbn WHERE T1.title = "Pride and Prejudice" book_1 +SELECT count(*) FROM Book AS T1 JOIN Books_Order AS T2 ON T1.isbn = T2.isbn WHERE T1.title = "Pride and Prejudice" book_1 +SELECT idOrder FROM Book AS T1 JOIN Books_Order AS T2 ON T1.isbn = T2.isbn WHERE T1.title = "Pride and Prejudice" INTERSECT SELECT idOrder FROM Book AS T1 JOIN Books_Order AS T2 ON T1.isbn = T2.isbn WHERE T1.title = "The Little Prince" book_1 +SELECT idOrder FROM Book AS T1 JOIN Books_Order AS T2 ON T1.isbn = T2.isbn WHERE T1.title = "Pride and Prejudice" INTERSECT SELECT idOrder FROM Book AS T1 JOIN Books_Order AS T2 ON T1.isbn = T2.isbn WHERE T1.title = "The Little Prince" book_1 +SELECT T2.isbn FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient WHERE T3.name = "Peter Doe" INTERSECT SELECT T2.isbn FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient WHERE T3.name = "James Smith" book_1 +SELECT T2.isbn FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient WHERE T3.name = "Peter Doe" INTERSECT SELECT T2.isbn FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient WHERE T3.name = "James Smith" book_1 +SELECT T4.title FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient JOIN book AS T4 ON T2.ISBN = T4.isbn WHERE T3.name = "Peter Doe" EXCEPT SELECT T4.title FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient JOIN book AS T4 ON T2.ISBN = T4.isbn WHERE T3.name = "James Smith" book_1 +SELECT T4.title FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient JOIN book AS T4 ON T2.ISBN = T4.isbn WHERE T3.name = "Peter Doe" EXCEPT SELECT T4.title FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient JOIN book AS T4 ON T2.ISBN = T4.isbn WHERE T3.name = "James Smith" book_1 +SELECT T3.name FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient JOIN Book AS T4 ON T4.isbn = T2.isbn WHERE T4.title = "Pride and Prejudice" book_1 +SELECT T3.name FROM Orders AS T1 JOIN Books_Order AS T2 ON T1.idOrder = T2.idOrder JOIN Client AS T3 ON T1.idClient = T3.idClient JOIN Book AS T4 ON T4.isbn = T2.isbn WHERE T4.title = "Pride and Prejudice" book_1 +SELECT count(*) FROM book book_review +SELECT Title FROM book ORDER BY Title ASC book_review +SELECT Title FROM book ORDER BY Pages DESC book_review +SELECT TYPE , Release FROM book book_review +SELECT max(Chapters) , min(Chapters) FROM book book_review +SELECT Title FROM book WHERE TYPE != "Poet" book_review +SELECT avg(Rating) FROM review book_review +SELECT T1.Title , T2.Rating FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID book_review +SELECT T2.Rating FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID ORDER BY T1.Chapters DESC LIMIT 1 book_review +SELECT T2.Rank FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID ORDER BY T1.Pages ASC LIMIT 1 book_review +SELECT T1.Title FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID ORDER BY T2.Rank LIMIT 1 book_review +SELECT avg(T2.Readers_in_Million) FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID WHERE T1.Type = "Novel" book_review +SELECT TYPE , COUNT(*) FROM book GROUP BY TYPE book_review +SELECT TYPE FROM book GROUP BY TYPE ORDER BY COUNT(*) DESC LIMIT 1 book_review +SELECT TYPE FROM book GROUP BY TYPE HAVING COUNT(*) >= 3 book_review +SELECT T1.Title FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID ORDER BY T2.Rating ASC book_review +SELECT T1.Title , T1.audio FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID ORDER BY T2.Readers_in_Million DESC book_review +SELECT count(*) FROM book WHERE Book_ID NOT IN (SELECT Book_ID FROM review) book_review +SELECT TYPE FROM book WHERE Chapters > 75 INTERSECT SELECT TYPE FROM book WHERE Chapters < 50 book_review +SELECT count(DISTINCT TYPE) FROM book book_review +SELECT TYPE , title FROM book EXCEPT SELECT T1.type , T1.title FROM book AS T1 JOIN review AS T2 ON T1.Book_ID = T2.Book_ID; book_review +SELECT count(*) FROM customer restaurant_bills +SELECT count(*) FROM customer restaurant_bills +SELECT Name FROM customer ORDER BY Level_of_Membership ASC restaurant_bills +SELECT Name FROM customer ORDER BY Level_of_Membership ASC restaurant_bills +SELECT Nationality , Card_Credit FROM customer restaurant_bills +SELECT Nationality , Card_Credit FROM customer restaurant_bills +SELECT Name FROM customer WHERE Nationality = "England" OR Nationality = "Australia" restaurant_bills +SELECT Name FROM customer WHERE Nationality = "England" OR Nationality = "Australia" restaurant_bills +SELECT avg(Card_Credit) FROM customer WHERE Level_of_Membership > 1 restaurant_bills +SELECT avg(Card_Credit) FROM customer WHERE Level_of_Membership > 1 restaurant_bills +SELECT Card_Credit FROM customer ORDER BY Level_of_Membership DESC LIMIT 1 restaurant_bills +SELECT Card_Credit FROM customer ORDER BY Level_of_Membership DESC LIMIT 1 restaurant_bills +SELECT Nationality , COUNT(*) FROM customer GROUP BY Nationality restaurant_bills +SELECT Nationality , COUNT(*) FROM customer GROUP BY Nationality restaurant_bills +SELECT Nationality FROM customer GROUP BY Nationality ORDER BY COUNT(*) DESC LIMIT 1 restaurant_bills +SELECT Nationality FROM customer GROUP BY Nationality ORDER BY COUNT(*) DESC LIMIT 1 restaurant_bills +SELECT Nationality FROM customer WHERE Card_Credit < 50 INTERSECT SELECT Nationality FROM customer WHERE Card_Credit > 75 restaurant_bills +SELECT Nationality FROM customer WHERE Card_Credit < 50 INTERSECT SELECT Nationality FROM customer WHERE Card_Credit > 75 restaurant_bills +SELECT T1.Name , T2.Dish_Name FROM customer AS T1 JOIN customer_order AS T2 ON T1.Customer_ID = T2.Customer_ID restaurant_bills +SELECT T1.Name , T2.Dish_Name FROM customer AS T1 JOIN customer_order AS T2 ON T1.Customer_ID = T2.Customer_ID restaurant_bills +SELECT T1.Name , T2.Dish_Name FROM customer AS T1 JOIN customer_order AS T2 ON T1.Customer_ID = T2.Customer_ID ORDER BY T2.Quantity DESC restaurant_bills +SELECT T1.Name , T2.Dish_Name FROM customer AS T1 JOIN customer_order AS T2 ON T1.Customer_ID = T2.Customer_ID ORDER BY T2.Quantity DESC restaurant_bills +SELECT T1.Name , sum(T2.Quantity) FROM customer AS T1 JOIN customer_order AS T2 ON T1.Customer_ID = T2.Customer_ID GROUP BY T1.Name restaurant_bills +select t1.name , sum(t2.quantity) from customer as t1 join customer_order as t2 on t1.customer_id = t2.customer_id group by t1.name restaurant_bills +SELECT T1.Name FROM customer AS T1 JOIN customer_order AS T2 ON T1.Customer_ID = T2.Customer_ID GROUP BY T1.Name HAVING sum(T2.Quantity) > 1 restaurant_bills +SELECT T1.Name FROM customer AS T1 JOIN customer_order AS T2 ON T1.Customer_ID = T2.Customer_ID GROUP BY T1.Name HAVING sum(T2.Quantity) > 1 restaurant_bills +SELECT DISTINCT Manager FROM branch restaurant_bills +SELECT DISTINCT Manager FROM branch restaurant_bills +SELECT name FROM customer WHERE Customer_ID NOT IN (SELECT Customer_ID FROM customer_order) restaurant_bills +SELECT name FROM customer WHERE Customer_ID NOT IN (SELECT Customer_ID FROM customer_order) restaurant_bills +SELECT count(*) FROM member club_leader +SELECT Name FROM member ORDER BY Age ASC club_leader +SELECT Name , Nationality FROM member club_leader +select name from member where nationality != "england" club_leader +SELECT Name FROM member WHERE Age = 19 OR Age = 20 club_leader +SELECT Name FROM member ORDER BY Age DESC LIMIT 1 club_leader +SELECT Nationality , COUNT(*) FROM member GROUP BY Nationality club_leader +SELECT Nationality , COUNT(*) FROM member GROUP BY Nationality ORDER BY COUNT(*) DESC LIMIT 1 club_leader +SELECT Nationality FROM member GROUP BY Nationality HAVING COUNT(*) >= 2 club_leader +SELECT T3.Name , T2.Club_Name FROM club_leader AS T1 JOIN club AS T2 ON T1.Club_ID = T2.Club_ID JOIN member AS T3 ON T1.Member_ID = T3.Member_ID club_leader +SELECT T3.Name , T2.Club_Name FROM club_leader AS T1 JOIN club AS T2 ON T1.Club_ID = T2.Club_ID JOIN member AS T3 ON T1.Member_ID = T3.Member_ID WHERE T2.Overall_Ranking < 100 club_leader +SELECT T3.Name , T2.Club_Name FROM club_leader AS T1 JOIN club AS T2 ON T1.Club_ID = T2.Club_ID JOIN member AS T3 ON T1.Member_ID = T3.Member_ID WHERE T1.Year_Join < 2018 club_leader +SELECT T3.Name FROM club_leader AS T1 JOIN club AS T2 ON T1.Club_ID = T2.Club_ID JOIN member AS T3 ON T1.Member_ID = T3.Member_ID WHERE T2.Club_Name = "Houston" club_leader +SELECT Name FROM member WHERE Member_ID NOT IN (SELECT Member_ID FROM club_leader) club_leader +SELECT Nationality FROM member WHERE Age > 22 INTERSECT SELECT Nationality FROM member WHERE Age < 19 club_leader +SELECT avg(T2.age) FROM club_leader AS T1 JOIN member AS T2 ON T1.member_id = T2.member_id club_leader +SELECT club_name FROM club WHERE club_name LIKE '%state%' club_leader +SELECT Collection_Subset_Name FROM Collection_Subsets; cre_Doc_and_collections +SELECT Collection_Subset_Name FROM Collection_Subsets; cre_Doc_and_collections +SELECT Collecrtion_Subset_Details FROM Collection_Subsets WHERE Collection_Subset_Name = "Top collection"; cre_Doc_and_collections +SELECT Collecrtion_Subset_Details FROM Collection_Subsets WHERE Collection_Subset_Name = "Top collection"; cre_Doc_and_collections +SELECT Document_Subset_Name FROM Document_Subsets; cre_Doc_and_collections +SELECT Document_Subset_Name FROM Document_Subsets; cre_Doc_and_collections +SELECT Document_Subset_Details FROM Document_Subsets WHERE Document_Subset_Name = "Best for 2000"; cre_Doc_and_collections +SELECT Document_Subset_Details FROM Document_Subsets WHERE Document_Subset_Name = "Best for 2000"; cre_Doc_and_collections +SELECT Document_Object_ID FROM Document_Objects; cre_Doc_and_collections +SELECT Document_Object_ID FROM Document_Objects; cre_Doc_and_collections +SELECT Parent_Document_Object_ID FROM Document_Objects WHERE OWNER = 'Marlin' cre_Doc_and_collections +SELECT Parent_Document_Object_ID FROM Document_Objects WHERE OWNER = 'Marlin' cre_Doc_and_collections +SELECT OWNER FROM Document_Objects WHERE Description = 'Braeden Collection' cre_Doc_and_collections +SELECT OWNER FROM Document_Objects WHERE Description = 'Braeden Collection' cre_Doc_and_collections +SELECT T2.Owner FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID WHERE T1.Owner = 'Marlin' cre_Doc_and_collections +SELECT T2.Owner FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID WHERE T1.Owner = 'Marlin' cre_Doc_and_collections +SELECT DISTINCT T2.Description FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID cre_Doc_and_collections +SELECT DISTINCT T2.Description FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID cre_Doc_and_collections +SELECT count(*) FROM Document_Objects WHERE OWNER = "Marlin"; cre_Doc_and_collections +SELECT count(*) FROM Document_Objects WHERE OWNER = "Marlin"; cre_Doc_and_collections +SELECT Document_Object_ID FROM Document_Objects EXCEPT SELECT Parent_Document_Object_ID FROM Document_Objects cre_Doc_and_collections +SELECT Document_Object_ID FROM Document_Objects EXCEPT SELECT Parent_Document_Object_ID FROM Document_Objects cre_Doc_and_collections +SELECT T2.Document_Object_ID , count(*) FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID GROUP BY T2.Document_Object_ID; cre_Doc_and_collections +SELECT T2.Document_Object_ID , count(*) FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID GROUP BY T2.Document_Object_ID; cre_Doc_and_collections +SELECT Collection_Name FROM Collections; cre_Doc_and_collections +SELECT Collection_Name FROM Collections; cre_Doc_and_collections +SELECT Collection_Description FROM Collections WHERE Collection_Name = "Best"; cre_Doc_and_collections +SELECT Collection_Description FROM Collections WHERE Collection_Name = "Best"; cre_Doc_and_collections +SELECT T2.Collection_Name FROM Collections AS T1 JOIN Collections AS T2 ON T1.Parent_Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = "Nice"; cre_Doc_and_collections +SELECT T2.Collection_Name FROM Collections AS T1 JOIN Collections AS T2 ON T1.Parent_Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = "Nice"; cre_Doc_and_collections +SELECT Collection_Name FROM Collections EXCEPT SELECT T2.Collection_Name FROM Collections AS T1 JOIN Collections AS T2 ON T1.Parent_Collection_ID = T2.Collection_ID; cre_Doc_and_collections +SELECT Collection_Name FROM Collections EXCEPT SELECT T2.Collection_Name FROM Collections AS T1 JOIN Collections AS T2 ON T1.Parent_Collection_ID = T2.Collection_ID; cre_Doc_and_collections +SELECT T2.Document_Object_ID FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID GROUP BY T2.Document_Object_ID HAVING count(*) > 1; cre_Doc_and_collections +SELECT T2.Document_Object_ID FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID GROUP BY T2.Document_Object_ID HAVING count(*) > 1; cre_Doc_and_collections +SELECT count(*) FROM Collections AS T1 JOIN Collections AS T2 ON T1.Parent_Collection_ID = T2.Collection_ID WHERE T2.Collection_Name = "Best"; cre_Doc_and_collections +SELECT count(*) FROM Collections AS T1 JOIN Collections AS T2 ON T1.Parent_Collection_ID = T2.Collection_ID WHERE T2.Collection_Name = "Best"; cre_Doc_and_collections +select t1.document_object_id from document_subset_members as t1 join document_objects as t2 on t1.document_object_id = t2.document_object_id where t2.owner = 'ransom' cre_Doc_and_collections +select t1.document_object_id from document_subset_members as t1 join document_objects as t2 on t1.document_object_id = t2.document_object_id where t2.owner = 'ransom' cre_Doc_and_collections +SELECT T2.Collection_Subset_ID , T1.Collection_Subset_Name , count(*) FROM Collection_Subsets AS T1 JOIN Collection_Subset_Members AS T2 ON T1.Collection_Subset_ID = T2.Collection_Subset_ID GROUP BY T2.Collection_Subset_ID; cre_Doc_and_collections +SELECT T2.Collection_Subset_ID , T1.Collection_Subset_Name , count(*) FROM Collection_Subsets AS T1 JOIN Collection_Subset_Members AS T2 ON T1.Collection_Subset_ID = T2.Collection_Subset_ID GROUP BY T2.Collection_Subset_ID; cre_Doc_and_collections +SELECT T2.Document_Object_ID , count(*) FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID GROUP BY T2.Document_Object_ID ORDER BY count(*) DESC LIMIT 1; cre_Doc_and_collections +SELECT T2.Document_Object_ID , count(*) FROM Document_Objects AS T1 JOIN Document_Objects AS T2 ON T1.Parent_Document_Object_ID = T2.Document_Object_ID GROUP BY T2.Document_Object_ID ORDER BY count(*) DESC LIMIT 1; cre_Doc_and_collections +SELECT Document_Object_ID , count(*) FROM Document_Subset_Members GROUP BY Document_Object_ID ORDER BY count(*) ASC LIMIT 1; cre_Doc_and_collections +select document_object_id , count(*) from document_subset_members group by document_object_id order by count(*) asc limit 1; cre_Doc_and_collections +select document_object_id , count(*) from document_subset_members group by document_object_id having count(*) between 2 and 4; cre_Doc_and_collections +SELECT Document_Object_ID , count(*) FROM Document_Subset_Members GROUP BY Document_Object_ID HAVING count(*) BETWEEN 2 AND 4; cre_Doc_and_collections +SELECT DISTINCT OWNER FROM Document_Subset_Members AS T1 JOIN Document_Objects AS T2 ON T1.Related_Document_Object_ID = T2.Document_Object_ID WHERE T2.Owner = 'Braeden'; cre_Doc_and_collections +SELECT DISTINCT OWNER FROM Document_Subset_Members AS T1 JOIN Document_Objects AS T2 ON T1.Related_Document_Object_ID = T2.Document_Object_ID WHERE T2.Owner = 'Braeden'; cre_Doc_and_collections +SELECT DISTINCT T1.Document_Subset_Name FROM Document_Subsets AS T1 JOIN Document_Subset_Members AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID JOIN Document_Objects AS T3 ON T2.Document_Object_ID = T3.Document_Object_ID WHERE T3.owner = 'Braeden' cre_Doc_and_collections +SELECT DISTINCT T1.Document_Subset_Name FROM Document_Subsets AS T1 JOIN Document_Subset_Members AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID JOIN Document_Objects AS T3 ON T2.Document_Object_ID = T3.Document_Object_ID WHERE T3.owner = 'Braeden' cre_Doc_and_collections +SELECT T1.Document_Subset_ID , T2.Document_Subset_Name , count(DISTINCT T1.Document_Object_ID) FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID GROUP BY T1.Document_Subset_ID; cre_Doc_and_collections +SELECT T1.Document_Subset_ID , T2.Document_Subset_Name , count(DISTINCT T1.Document_Object_ID) FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID GROUP BY T1.Document_Subset_ID; cre_Doc_and_collections +select t1.document_subset_id , t2.document_subset_name , count(distinct t1.document_object_id) from document_subset_members as t1 join document_subsets as t2 on t1.document_subset_id = t2.document_subset_id group by t1.document_subset_id order by count(*) desc limit 1; cre_Doc_and_collections +select t1.document_subset_id , t2.document_subset_name , count(distinct t1.document_object_id) from document_subset_members as t1 join document_subsets as t2 on t1.document_subset_id = t2.document_subset_id group by t1.document_subset_id order by count(*) desc limit 1; cre_Doc_and_collections +SELECT DISTINCT T1.Document_Object_ID FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID WHERE T2.Document_Subset_Name = "Best for 2000"; cre_Doc_and_collections +SELECT DISTINCT T1.Document_Object_ID FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID WHERE T2.Document_Subset_Name = "Best for 2000"; cre_Doc_and_collections +SELECT DISTINCT T3.Document_Subset_Name , T1.Document_Object_ID FROM Document_Subset_Members AS T1 JOIN Document_Subset_Members AS T2 ON T1.Related_Document_Object_ID = T2.Document_Object_ID JOIN Document_Subsets AS T3 ON T2.Document_Subset_ID = T3.Document_Subset_ID cre_Doc_and_collections +select distinct t3.document_subset_name , t1.document_object_id from document_subset_members as t1 join document_subset_members as t2 on t1.related_document_object_id = t2.document_object_id join document_subsets as t3 on t2.document_subset_id = t3.document_subset_id cre_Doc_and_collections +select t1.collection_name from collections as t1 join documents_in_collections as t2 on t1.collection_id = t2.collection_id join document_objects as t3 on t2.document_object_id = t3.document_object_id where t3.owner = 'ransom' cre_Doc_and_collections +SELECT T1.Collection_Name FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID JOIN Document_Objects AS T3 ON T2.Document_object_id = T3.Document_object_id WHERE T3.owner = 'Ransom' cre_Doc_and_collections +SELECT count(*) , T2.Document_Object_ID FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID GROUP BY T2.Document_Object_ID cre_Doc_and_collections +SELECT count(*) , T2.Document_Object_ID FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID GROUP BY T2.Document_Object_ID cre_Doc_and_collections +SELECT count(*) FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = "Best"; cre_Doc_and_collections +SELECT count(*) FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = "Best"; cre_Doc_and_collections +SELECT T2.Document_Object_ID FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = "Best"; cre_Doc_and_collections +SELECT T2.Document_Object_ID FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = "Best"; cre_Doc_and_collections +SELECT T1.Collection_Name , T1.Collection_ID , count(*) FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = "Best" GROUP BY T1.Collection_ID ORDER BY count(*) DESC LIMIT 1; cre_Doc_and_collections +SELECT T1.Collection_Name , T1.Collection_ID , count(*) FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = "Best" GROUP BY T1.Collection_ID ORDER BY count(*) DESC LIMIT 1; cre_Doc_and_collections +SELECT DISTINCT T1.Document_Object_ID FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID JOIN Documents_in_Collections AS T3 ON T1.Document_Object_ID = T3.Document_Object_ID JOIN Collections AS T4 ON T3.Collection_ID = T4.Collection_ID WHERE T2.Document_Subset_Name = "Best for 2000" AND T4.Collection_Name = "Best"; cre_Doc_and_collections +SELECT DISTINCT T1.Document_Object_ID FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID JOIN Documents_in_Collections AS T3 ON T1.Document_Object_ID = T3.Document_Object_ID JOIN Collections AS T4 ON T3.Collection_ID = T4.Collection_ID WHERE T2.Document_Subset_Name = "Best for 2000" AND T4.Collection_Name = "Best"; cre_Doc_and_collections +SELECT DISTINCT T2.Document_Object_ID FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = "Best" EXCEPT SELECT DISTINCT T3.Document_Object_ID FROM Document_Subset_Members AS T3 JOIN Document_Subsets AS T4 ON T3.Document_Subset_ID = T4.Document_Subset_ID WHERE T4.Document_Subset_Name = "Best for 2000" cre_Doc_and_collections +SELECT DISTINCT T2.Document_Object_ID FROM Collections AS T1 JOIN Documents_in_Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T1.Collection_Name = "Best" EXCEPT SELECT DISTINCT T3.Document_Object_ID FROM Document_Subset_Members AS T3 JOIN Document_Subsets AS T4 ON T3.Document_Subset_ID = T4.Document_Subset_ID WHERE T4.Document_Subset_Name = "Best for 2000" cre_Doc_and_collections +SELECT DISTINCT T1.Document_Object_ID FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID JOIN Documents_in_Collections AS T3 ON T1.Document_Object_ID = T3.Document_Object_ID JOIN Collections AS T4 ON T3.Collection_ID = T4.Collection_ID WHERE T2.Document_Subset_Name = "Best for 2000" OR T4.Collection_Name = "Best"; cre_Doc_and_collections +SELECT DISTINCT T1.Document_Object_ID FROM Document_Subset_Members AS T1 JOIN Document_Subsets AS T2 ON T1.Document_Subset_ID = T2.Document_Subset_ID JOIN Documents_in_Collections AS T3 ON T1.Document_Object_ID = T3.Document_Object_ID JOIN Collections AS T4 ON T3.Collection_ID = T4.Collection_ID WHERE T2.Document_Subset_Name = "Best for 2000" OR T4.Collection_Name = "Best"; cre_Doc_and_collections +SELECT DISTINCT T4.Collection_Name FROM Collection_Subset_Members AS T1 JOIN Collection_Subset_Members AS T2 ON T1.Related_Collection_ID = T2.Collection_ID JOIN Collections AS T3 ON T1.Collection_ID = T3.Collection_ID JOIN Collections AS T4 ON T2.Collection_ID = T4.Collection_ID WHERE T3.Collection_Name = "Best"; cre_Doc_and_collections +SELECT DISTINCT T4.Collection_Name FROM Collection_Subset_Members AS T1 JOIN Collection_Subset_Members AS T2 ON T1.Related_Collection_ID = T2.Collection_ID JOIN Collections AS T3 ON T1.Collection_ID = T3.Collection_ID JOIN Collections AS T4 ON T2.Collection_ID = T4.Collection_ID WHERE T3.Collection_Name = "Best"; cre_Doc_and_collections +SELECT count(DISTINCT T1.Related_Collection_ID) FROM Collection_Subset_Members AS T1 JOIN Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T2.Collection_Name = "Best"; cre_Doc_and_collections +SELECT count(DISTINCT T1.Related_Collection_ID) FROM Collection_Subset_Members AS T1 JOIN Collections AS T2 ON T1.Collection_ID = T2.Collection_ID WHERE T2.Collection_Name = "Best"; cre_Doc_and_collections +SELECT DISTINCT T1.Collection_Subset_Name FROM Collection_Subsets AS T1 JOIN Collection_Subset_Members AS T2 ON T1.Collection_Subset_ID = T2.Collection_Subset_ID JOIN Collections AS T3 ON T2.Collection_ID = T3.Collection_ID WHERE T3.Collection_Name = "Best"; cre_Doc_and_collections +SELECT DISTINCT T1.Collection_Subset_Name FROM Collection_Subsets AS T1 JOIN Collection_Subset_Members AS T2 ON T1.Collection_Subset_ID = T2.Collection_Subset_ID JOIN Collections AS T3 ON T2.Collection_ID = T3.Collection_ID WHERE T3.Collection_Name = "Best"; cre_Doc_and_collections +SELECT count(*) FROM songs WHERE name LIKE "%Love%" sing_contest +SELECT name FROM songs ORDER BY name sing_contest +select name , language from songs sing_contest +SELECT max(voice_sound_quality) , min(voice_sound_quality) FROM performance_score sing_contest +SELECT T1.voice_sound_quality , T1.rhythm_tempo , T1.stage_presence FROM performance_score AS T1 JOIN participants AS T2 ON T1.participant_id = T2.id WHERE T2.name = 'Freeway' sing_contest +SELECT id , LANGUAGE , original_artist FROM songs WHERE name != 'Love' sing_contest +SELECT name , original_artist FROM songs WHERE english_translation = 'All the streets of love' sing_contest +SELECT DISTINCT T2.stage_presence FROM songs AS T1 JOIN performance_score AS T2 ON T1.id = T2.songs_id WHERE T1.language = 'English' sing_contest +SELECT T1.id , T1.Name FROM participants AS T1 JOIN performance_score AS T2 ON T2.participant_id = T1.id GROUP BY T1.id HAVING count(*) >= 2 sing_contest +SELECT T1.id , T1.Name , T1.popularity FROM participants AS T1 JOIN performance_score AS T2 ON T2.participant_id = T1.id GROUP BY T1.id ORDER BY count(*) sing_contest +SELECT T1.id , T1.name FROM participants AS T1 JOIN performance_score AS T2 ON T2.participant_id = T1.id WHERE T2.voice_sound_quality = 5 OR T2.rhythm_tempo = 5 sing_contest +SELECT T1.voice_sound_quality FROM performance_score AS T1 JOIN songs AS T2 ON T1.songs_id = T2.id WHERE T2.name = ' The Balkan Girls ' AND T2.language = 'English' sing_contest +SELECT T1.id , T1.name FROM songs AS T1 JOIN performance_score AS T2 ON T1.id = T2.songs_id GROUP BY T1.id ORDER BY count(*) DESC LIMIT 1 sing_contest +SELECT count(*) FROM performance_score WHERE stage_presence < 7 OR stage_presence > 9 sing_contest +SELECT count(*) FROM songs WHERE id NOT IN ( SELECT songs_id FROM performance_score ); sing_contest +SELECT avg(T2.rhythm_tempo) , T1.language FROM songs AS T1 JOIN performance_score AS T2 ON T2.songs_id = T1.id GROUP BY T1.language sing_contest +SELECT DISTINCT T1.name FROM participants AS T1 JOIN performance_score AS T2 ON T2.participant_id = T1.id JOIN songs AS T3 ON T3.id = T2.songs_id WHERE T3.language = 'English' sing_contest +SELECT T1.name , T1.popularity FROM participants AS T1 JOIN performance_score AS T2 ON T2.participant_id = T1.id JOIN songs AS T3 ON T3.id = T2.songs_id WHERE T3.language = 'Croatian' INTERSECT SELECT T1.name , T1.popularity FROM participants AS T1 JOIN performance_score AS T2 ON T2.participant_id = T1.id JOIN songs AS T3 ON T3.id = T2.songs_id WHERE T3.language = 'English' sing_contest +SELECT name FROM songs WHERE name LIKE "%Is%" sing_contest +select t2.original_artist from performance_score as t1 join songs as t2 on t2.id = t1.songs_id where t1.rhythm_tempo > 5 order by t1.voice_sound_quality desc sing_contest +SELECT count(*) FROM City address_1 +SELECT count(*) FROM City address_1 +select distinct state from city address_1 +SELECT DISTINCT state FROM City address_1 +SELECT count(DISTINCT country) FROM City address_1 +SELECT count(DISTINCT country) FROM City address_1 +SELECT city_name , city_code , state , country FROM City address_1 +SELECT city_name , city_code , state , country FROM City address_1 +SELECT latitude , longitude FROM City WHERE city_name = "Baltimore" address_1 +SELECT latitude , longitude FROM City WHERE city_name = "Baltimore" address_1 +SELECT city_name FROM City WHERE state = "PA" address_1 +SELECT city_name FROM City WHERE state = "PA" address_1 +SELECT count(*) FROM City WHERE country = "CANADA" address_1 +SELECT count(*) FROM City WHERE country = "CANADA" address_1 +SELECT city_name FROM City WHERE country = "USA" ORDER BY latitude address_1 +SELECT city_name FROM City WHERE country = "USA" ORDER BY latitude address_1 +SELECT state , count(*) FROM City GROUP BY state address_1 +SELECT state , count(*) FROM City GROUP BY state address_1 +select country , count(*) from city group by country address_1 +SELECT country , count(*) FROM City GROUP BY country address_1 +SELECT state FROM City GROUP BY state HAVING count(*) >= 2 address_1 +SELECT state FROM City GROUP BY state HAVING count(*) >= 2 address_1 +SELECT state FROM City GROUP BY state ORDER BY count(*) DESC LIMIT 1 address_1 +SELECT state FROM City GROUP BY state ORDER BY count(*) DESC LIMIT 1 address_1 +SELECT country FROM City GROUP BY country ORDER BY count(*) ASC LIMIT 1 address_1 +SELECT country FROM City GROUP BY country ORDER BY count(*) ASC LIMIT 1 address_1 +SELECT T2.Fname , T2.Lname FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.state = "MD" address_1 +SELECT T2.Fname , T2.Lname FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.state = "MD" address_1 +SELECT count(*) FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.country = "CHINA" address_1 +SELECT count(*) FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.country = "CHINA" address_1 +SELECT T2.Fname , T2.Major FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.city_name = "Baltimore" address_1 +SELECT T2.Fname , T2.Major FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.city_name = "Baltimore" address_1 +SELECT T1.country , count(*) FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.country address_1 +SELECT T1.country , count(*) FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.country address_1 +SELECT T1.city_name , count(*) FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.city_code address_1 +SELECT T1.city_name , count(*) FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.city_code address_1 +SELECT T1.state FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.state ORDER BY count(*) DESC LIMIT 1 address_1 +SELECT T1.state FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.state ORDER BY count(*) DESC LIMIT 1 address_1 +SELECT T1.country FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.country ORDER BY count(*) LIMIT 1 address_1 +SELECT T1.country FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.country ORDER BY count(*) LIMIT 1 address_1 +SELECT T1.city_name FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.city_code HAVING count(*) >= 3 address_1 +SELECT T1.city_name FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.city_code HAVING count(*) >= 3 address_1 +SELECT T1.state FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.state HAVING count(*) > 5 address_1 +SELECT T1.state FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code GROUP BY T1.state HAVING count(*) > 5 address_1 +SELECT StuID FROM Student EXCEPT SELECT StuID FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE country = "USA" address_1 +SELECT StuID FROM Student EXCEPT SELECT StuID FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE country = "USA" address_1 +SELECT StuID FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.state = "PA" AND T2.sex = 'F' address_1 +SELECT StuID FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T1.state = "PA" AND T2.sex = 'F' address_1 +SELECT StuID FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T2.sex = 'M' AND T1.country != "USA" address_1 +SELECT StuID FROM City AS T1 JOIN Student AS T2 ON T1.city_code = T2.city_code WHERE T2.sex = 'M' AND T1.country != "USA" address_1 +SELECT distance FROM Direct_distance WHERE city1_code = "BAL" AND city2_code = "CHI" address_1 +SELECT distance FROM Direct_distance WHERE city1_code = "BAL" AND city2_code = "CHI" address_1 +SELECT distance FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code JOIN City AS T3 ON T1.city2_code = T3.city_code WHERE T2.city_name = "Boston" AND T3.city_name = "Newark" address_1 +SELECT distance FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code JOIN City AS T3 ON T1.city2_code = T3.city_code WHERE T2.city_name = "Boston" AND T3.city_name = "Newark" address_1 +SELECT avg(distance) , min(distance) , max(distance) FROM Direct_distance address_1 +SELECT avg(distance) , min(distance) , max(distance) FROM Direct_distance address_1 +SELECT city1_code , city2_code FROM Direct_distance ORDER BY distance DESC LIMIT 1 address_1 +SELECT city1_code , city2_code FROM Direct_distance ORDER BY distance DESC LIMIT 1 address_1 +SELECT city1_code , city2_code FROM Direct_distance WHERE distance > (SELECT avg(distance) FROM Direct_distance) address_1 +SELECT city1_code , city2_code FROM Direct_distance WHERE distance > (SELECT avg(distance) FROM Direct_distance) address_1 +SELECT city1_code , city2_code FROM Direct_distance WHERE distance < 1000 address_1 +SELECT city1_code , city2_code FROM Direct_distance WHERE distance < 1000 address_1 +SELECT sum(distance) FROM Direct_distance WHERE city1_code = "BAL" address_1 +SELECT sum(distance) FROM Direct_distance WHERE city1_code = "BAL" address_1 +SELECT avg(distance) FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code WHERE T2.city_name = "Boston" address_1 +SELECT avg(distance) FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code WHERE T2.city_name = "Boston" address_1 +SELECT T3.city_name FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code JOIN City AS T3 ON T1.city2_code = T3.city_code WHERE T2.city_name = "Chicago" ORDER BY distance LIMIT 1 address_1 +SELECT T3.city_name FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code JOIN City AS T3 ON T1.city2_code = T3.city_code WHERE T2.city_name = "Chicago" ORDER BY distance LIMIT 1 address_1 +SELECT T3.city_name FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code JOIN City AS T3 ON T1.city2_code = T3.city_code WHERE T2.city_name = "Boston" ORDER BY distance DESC LIMIT 1 address_1 +SELECT T3.city_name FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code JOIN City AS T3 ON T1.city2_code = T3.city_code WHERE T2.city_name = "Boston" ORDER BY distance DESC LIMIT 1 address_1 +SELECT city1_code , sum(distance) FROM Direct_distance GROUP BY city1_code address_1 +SELECT city1_code , sum(distance) FROM Direct_distance GROUP BY city1_code address_1 +SELECT T2.city_name , avg(distance) FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code GROUP BY T1.city1_code address_1 +SELECT T2.city_name , avg(distance) FROM Direct_distance AS T1 JOIN City AS T2 ON T1.city1_code = T2.city_code GROUP BY T1.city1_code address_1 +SELECT distance FROM Direct_distance AS T1 JOIN Student AS T2 ON T1.city1_code = T2.city_code JOIN Student AS T3 ON T1.city2_code = T3.city_code WHERE T2.Fname = "Linda" AND T2.Lname = "Smith" AND T3.Fname = "Tracy" AND T3.Lname = "Kim" address_1 +SELECT distance FROM Direct_distance AS T1 JOIN Student AS T2 ON T1.city1_code = T2.city_code JOIN Student AS T3 ON T1.city2_code = T3.city_code WHERE T2.Fname = "Linda" AND T2.Lname = "Smith" AND T3.Fname = "Tracy" AND T3.Lname = "Kim" address_1 +SELECT T3.Fname , T3.Lname FROM Direct_distance AS T1 JOIN Student AS T2 ON T1.city1_code = T2.city_code JOIN Student AS T3 ON T1.city2_code = T3.city_code WHERE T2.Fname = "Linda" AND T2.Lname = "Smith" ORDER BY distance DESC LIMIT 1 address_1 +SELECT T3.Fname , T3.Lname FROM Direct_distance AS T1 JOIN Student AS T2 ON T1.city1_code = T2.city_code JOIN Student AS T3 ON T1.city2_code = T3.city_code WHERE T2.Fname = "Linda" AND T2.Lname = "Smith" ORDER BY distance DESC LIMIT 1 address_1 +SELECT state FROM Student AS T1 JOIN City AS T2 ON T1.city_code = T2.city_code WHERE T1.Fname = "Linda" address_1 +SELECT state FROM Student AS T1 JOIN City AS T2 ON T1.city_code = T2.city_code WHERE T1.Fname = "Linda" address_1 +SELECT * FROM Sailors WHERE age > 30 boat_1 +SELECT * FROM Sailors WHERE age > 30 boat_1 +SELECT name , age FROM Sailors WHERE age < 30 boat_1 +SELECT name , age FROM Sailors WHERE age < 30 boat_1 +SELECT DISTINCT bid FROM Reserves WHERE sid = 1 boat_1 +SELECT DISTINCT bid FROM Reserves WHERE sid = 1 boat_1 +SELECT T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid WHERE T2.bid = 102 boat_1 +SELECT T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid WHERE T2.bid = 102 boat_1 +SELECT DISTINCT bid FROM Reserves boat_1 +SELECT DISTINCT bid FROM Reserves boat_1 +SELECT name FROM Sailors WHERE name LIKE '%e%' boat_1 +SELECT name FROM Sailors WHERE name LIKE '%e%' boat_1 +SELECT DISTINCT sid FROM Sailors WHERE age > (SELECT min(age) FROM Sailors); boat_1 +SELECT DISTINCT sid FROM Sailors WHERE age > (SELECT min(age) FROM Sailors); boat_1 +SELECT DISTINCT name FROM Sailors WHERE age > (SELECT min(age) FROM Sailors WHERE rating > 7); boat_1 +SELECT DISTINCT name FROM Sailors WHERE age > (SELECT min(age) FROM Sailors WHERE rating > 7); boat_1 +SELECT DISTINCT T1.name , T1.sid FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid boat_1 +SELECT DISTINCT T1.name , T1.sid FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid boat_1 +SELECT DISTINCT T1.name , T1.sid FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid GROUP BY T2.sid HAVING COUNT(*) > 1 boat_1 +select distinct t1.name , t1.sid from sailors as t1 join reserves as t2 on t1.sid = t2.sid group by t2.sid having count(*) >= 2 boat_1 +SELECT DISTINCT T2.sid FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid WHERE T1.color = 'red' OR T1.color = "blue" boat_1 +SELECT DISTINCT T2.sid FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid WHERE T1.color = 'red' OR T1.color = "blue" boat_1 +SELECT DISTINCT T2.sid , T3.name FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid JOIN Sailors AS T3 ON T2.sid = T3.sid WHERE T1.color = 'red' OR T1.color = "blue" boat_1 +SELECT DISTINCT T2.sid , T3.name FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid JOIN Sailors AS T3 ON T2.sid = T3.sid WHERE T1.color = 'red' OR T1.color = "blue" boat_1 +SELECT DISTINCT T2.sid FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid WHERE T1.color = 'red' INTERSECT SELECT DISTINCT T2.sid FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid WHERE T1.color = "blue" boat_1 +SELECT DISTINCT T2.sid FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid WHERE T1.color = 'red' INTERSECT SELECT DISTINCT T2.sid FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid WHERE T1.color = "blue" boat_1 +SELECT DISTINCT T2.sid , T3.name FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid JOIN Sailors AS T3 ON T2.sid = T3.sid WHERE T1.color = 'red' INTERSECT SELECT DISTINCT T2.sid , T3.name FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid JOIN Sailors AS T3 ON T2.sid = T3.sid WHERE T1.color = "blue" boat_1 +SELECT DISTINCT T2.sid , T3.name FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid JOIN Sailors AS T3 ON T2.sid = T3.sid WHERE T1.color = 'red' INTERSECT SELECT DISTINCT T2.sid , T3.name FROM Boats AS T1 JOIN Reserves AS T2 ON T1.bid = T2.bid JOIN Sailors AS T3 ON T2.sid = T3.sid WHERE T1.color = "blue" boat_1 +SELECT sid FROM Sailors EXCEPT SELECT sid FROM Reserves boat_1 +SELECT sid FROM Sailors EXCEPT SELECT sid FROM Reserves boat_1 +SELECT sid , name FROM Sailors EXCEPT SELECT T1.sid , T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid boat_1 +SELECT sid , name FROM Sailors EXCEPT SELECT T1.sid , T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid boat_1 +SELECT sid FROM Sailors EXCEPT SELECT T1.sid FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid boat_1 +SELECT sid FROM Sailors EXCEPT SELECT T1.sid FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid boat_1 +SELECT DISTINCT T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid WHERE T2.bid = 103 boat_1 +SELECT DISTINCT T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid WHERE T2.bid = 103 boat_1 +SELECT name FROM Sailors WHERE rating > (SELECT min(rating) FROM Sailors WHERE name = 'Luis') boat_1 +SELECT name FROM Sailors WHERE rating > (SELECT min(rating) FROM Sailors WHERE name = 'Luis') boat_1 +SELECT name FROM Sailors WHERE rating > (SELECT max(rating) FROM Sailors WHERE name = 'Luis') boat_1 +SELECT name FROM Sailors WHERE rating > (SELECT max(rating) FROM Sailors WHERE name = 'Luis') boat_1 +SELECT DISTINCT T1.name , T1.sid FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid WHERE T1.rating > 2 boat_1 +SELECT DISTINCT T1.name , T1.sid FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid WHERE T1.rating > 2 boat_1 +SELECT name , age FROM Sailors WHERE age = ( SELECT max(age) FROM Sailors ) boat_1 +SELECT name , age FROM Sailors WHERE age = ( SELECT max(age) FROM Sailors ) boat_1 +SELECT COUNT(*) FROM Sailors boat_1 +SELECT COUNT(*) FROM Sailors boat_1 +SELECT AVG(age) FROM Sailors WHERE rating = 7 boat_1 +SELECT AVG(age) FROM Sailors WHERE rating = 7 boat_1 +select count(*) from sailors where name like 'd%' boat_1 +select count(*) from sailors where name like 'd%' boat_1 +SELECT AVG(rating) , MAX(age) FROM Sailors boat_1 +SELECT AVG(rating) , MAX(age) FROM Sailors boat_1 +SELECT bid , count(*) FROM Reserves GROUP BY bid boat_1 +SELECT bid , count(*) FROM Reserves GROUP BY bid boat_1 +SELECT bid , count(*) FROM Reserves GROUP BY bid HAVING bid > 50 boat_1 +SELECT bid , count(*) FROM Reserves GROUP BY bid HAVING bid > 50 boat_1 +SELECT bid , count(*) FROM Reserves GROUP BY bid HAVING count(*) > 1 boat_1 +SELECT bid , count(*) FROM Reserves GROUP BY bid HAVING count(*) > 1 boat_1 +SELECT bid , count(*) FROM Reserves WHERE sid > 1 GROUP BY bid boat_1 +SELECT bid , count(*) FROM Reserves WHERE sid > 1 GROUP BY bid boat_1 +SELECT T1.rating , avg(T1.age) FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T3.color = 'red' GROUP BY T1.rating boat_1 +SELECT T1.rating , avg(T1.age) FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T3.color = 'red' GROUP BY T1.rating boat_1 +SELECT name , rating , age FROM Sailors ORDER BY rating , age boat_1 +SELECT name , rating , age FROM Sailors ORDER BY rating , age boat_1 +SELECT count(*) FROM Boats boat_1 +SELECT count(*) FROM Boats boat_1 +SELECT count(*) FROM Boats WHERE color = 'red' boat_1 +SELECT count(*) FROM Boats WHERE color = 'red' boat_1 +SELECT T3.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T1.age BETWEEN 20 AND 30 boat_1 +SELECT T3.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T1.age BETWEEN 20 AND 30 boat_1 +SELECT name FROM Sailors WHERE rating > (SELECT max(T1.rating) FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T3.color = 'red') boat_1 +SELECT name FROM Sailors WHERE rating > (SELECT max(T1.rating) FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T3.color = 'red') boat_1 +SELECT max(rating) FROM Sailors boat_1 +SELECT max(rating) FROM Sailors boat_1 +SELECT T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T3.name = 'Melon' boat_1 +SELECT T1.name FROM Sailors AS T1 JOIN Reserves AS T2 ON T1.sid = T2.sid JOIN Boats AS T3 ON T3.bid = T2.bid WHERE T3.name = 'Melon' boat_1 +SELECT name , age FROM Sailors ORDER BY rating DESC boat_1 +SELECT name , age FROM Sailors ORDER BY rating DESC boat_1 +SELECT model FROM headphone ORDER BY price DESC LIMIT 1 headphone_store +SELECT model FROM headphone ORDER BY price DESC LIMIT 1 headphone_store +SELECT DISTINCT model FROM headphone ORDER BY model headphone_store +SELECT DISTINCT model FROM headphone ORDER BY model headphone_store +SELECT CLASS FROM headphone GROUP BY CLASS ORDER BY count(*) DESC LIMIT 1 headphone_store +SELECT CLASS FROM headphone GROUP BY CLASS ORDER BY count(*) DESC LIMIT 1 headphone_store +SELECT CLASS FROM headphone GROUP BY CLASS HAVING count(*) > 2 headphone_store +SELECT CLASS FROM headphone GROUP BY CLASS HAVING count(*) > 2 headphone_store +SELECT count(*) , CLASS FROM headphone WHERE price > 200 GROUP BY CLASS headphone_store +SELECT count(*) , CLASS FROM headphone WHERE price > 200 GROUP BY CLASS headphone_store +SELECT count(DISTINCT earpads) FROM headphone headphone_store +SELECT count(DISTINCT earpads) FROM headphone headphone_store +SELECT earpads FROM headphone GROUP BY earpads ORDER BY count(*) DESC LIMIT 2 headphone_store +SELECT earpads FROM headphone GROUP BY earpads ORDER BY count(*) DESC LIMIT 2 headphone_store +SELECT model , CLASS , construction FROM headphone ORDER BY price LIMIT 1 headphone_store +SELECT model , CLASS , construction FROM headphone ORDER BY price LIMIT 1 headphone_store +SELECT construction , avg(price) FROM headphone GROUP BY construction headphone_store +SELECT construction , avg(price) FROM headphone GROUP BY construction headphone_store +SELECT CLASS FROM headphone WHERE earpads = 'Bowls' INTERSECT SELECT CLASS FROM headphone WHERE earpads = 'Comfort Pads' headphone_store +SELECT CLASS FROM headphone WHERE earpads = 'Bowls' INTERSECT SELECT CLASS FROM headphone WHERE earpads = 'Comfort Pads' headphone_store +SELECT earpads FROM headphone EXCEPT SELECT earpads FROM headphone WHERE construction = 'Plastic' headphone_store +SELECT earpads FROM headphone EXCEPT SELECT earpads FROM headphone WHERE construction = 'Plastic' headphone_store +SELECT model FROM headphone WHERE price < (SELECT avg(price) FROM headphone) headphone_store +SELECT model FROM headphone WHERE price < (SELECT avg(price) FROM headphone) headphone_store +SELECT name FROM store ORDER BY date_opened headphone_store +SELECT name FROM store ORDER BY date_opened headphone_store +SELECT name , parking FROM store WHERE neighborhood = 'Tarzana' headphone_store +SELECT name , parking FROM store WHERE neighborhood = 'Tarzana' headphone_store +SELECT count(DISTINCT neighborhood) FROM store headphone_store +SELECT count(DISTINCT neighborhood) FROM store headphone_store +SELECT count(*) , neighborhood FROM store GROUP BY neighborhood headphone_store +SELECT count(*) , neighborhood FROM store GROUP BY neighborhood headphone_store +SELECT t1.name , sum(t2.quantity) FROM store AS t1 JOIN stock AS t2 ON t1.store_id = t2.store_id GROUP BY t2.store_id ORDER BY sum(t2.quantity) DESC LIMIT 1 headphone_store +SELECT t1.name , sum(t2.quantity) FROM store AS t1 JOIN stock AS t2 ON t1.store_id = t2.store_id GROUP BY t2.store_id ORDER BY sum(t2.quantity) DESC LIMIT 1 headphone_store +SELECT name FROM store WHERE store_id NOT IN (SELECT store_id FROM stock) headphone_store +SELECT name FROM store WHERE store_id NOT IN (SELECT store_id FROM stock) headphone_store +SELECT model FROM headphone WHERE headphone_id NOT IN (SELECT headphone_id FROM stock) headphone_store +SELECT model FROM headphone WHERE headphone_id NOT IN (SELECT headphone_id FROM stock) headphone_store +SELECT t1.model FROM headphone AS t1 JOIN stock AS t2 ON t1.headphone_id = t2.headphone_id GROUP BY t1.model ORDER BY sum(t2.quantity) DESC LIMIT 1 headphone_store +SELECT t1.model FROM headphone AS t1 JOIN stock AS t2 ON t1.headphone_id = t2.headphone_id GROUP BY t1.model ORDER BY sum(t2.quantity) DESC LIMIT 1 headphone_store +SELECT sum(t2.quantity) FROM store AS t1 JOIN stock AS t2 ON t1.store_id = t2.store_id WHERE t1.name = 'Woodman' headphone_store +SELECT sum(t2.quantity) FROM store AS t1 JOIN stock AS t2 ON t1.store_id = t2.store_id WHERE t1.name = 'Woodman' headphone_store +SELECT Neighborhood FROM store EXCEPT SELECT t1.Neighborhood FROM store AS t1 JOIN stock AS t2 ON t1.store_id = t2.store_id headphone_store +SELECT Neighborhood FROM store EXCEPT SELECT t1.Neighborhood FROM store AS t1 JOIN stock AS t2 ON t1.store_id = t2.store_id headphone_store +SELECT count(*) FROM Author aan_1 +SELECT count(*) FROM Author aan_1 +SELECT count(*) FROM Paper aan_1 +SELECT count(*) FROM Paper aan_1 +SELECT count(*) FROM Affiliation aan_1 +SELECT count(*) FROM Affiliation aan_1 +SELECT count(*) FROM Paper WHERE venue = "NAACL" AND YEAR = 2000 aan_1 +SELECT count(*) FROM Paper WHERE venue = "NAACL" AND YEAR = 2000 aan_1 +SELECT count(DISTINCT T1.paper_id) FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name LIKE "Columbia University" AND T1.year = 2009 aan_1 +SELECT count(DISTINCT T1.paper_id) FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name LIKE "Columbia University" AND T1.year = 2009 aan_1 +SELECT DISTINCT name , address FROM Affiliation aan_1 +SELECT DISTINCT name , address FROM Affiliation aan_1 +SELECT DISTINCT venue , YEAR FROM paper ORDER BY YEAR aan_1 +SELECT DISTINCT venue , YEAR FROM paper ORDER BY YEAR aan_1 +SELECT DISTINCT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name = "Harvard University" aan_1 +SELECT DISTINCT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name = "Harvard University" aan_1 +SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T3.author_id = T2.author_id WHERE T3.name LIKE "%Mckeown%" aan_1 +SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T3.author_id = T2.author_id WHERE T3.name LIKE "%Mckeown%" aan_1 +SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name LIKE "Stanford University" INTERSECT SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name LIKE "Columbia University" aan_1 +SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name LIKE "Stanford University" INTERSECT SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T3.name LIKE "Columbia University" aan_1 +SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE "%Mckeown , Kathleen%" INTERSECT SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE "%Rambow , Owen%" aan_1 +SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE "%Mckeown , Kathleen%" INTERSECT SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE "%Rambow , Owen%" aan_1 +SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE "%Mckeown%" EXCEPT SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE "%Rambow%" aan_1 +SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE "%Mckeown%" EXCEPT SELECT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE "%Rambow%" aan_1 +SELECT DISTINCT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE "%Mckeown , Kathleen%" OR T3.name LIKE "%Rambow , Owen%" aan_1 +SELECT DISTINCT T1.title , T1.paper_id FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id WHERE T3.name LIKE "%Mckeown , Kathleen%" OR T3.name LIKE "%Rambow , Owen%" aan_1 +SELECT T1.name , count(*) FROM Author AS T1 JOIN Author_list AS T2 ON T1.author_id = T2.author_id GROUP BY T1.author_id ORDER BY count(*) DESC aan_1 +SELECT T1.name , count(*) FROM Author AS T1 JOIN Author_list AS T2 ON T1.author_id = T2.author_id GROUP BY T1.author_id ORDER BY count(*) DESC aan_1 +SELECT T1.name FROM Affiliation AS T1 JOIN Author_list AS T2 ON T1.affiliation_id = T2.affiliation_id GROUP BY T1.affiliation_id ORDER BY count(*) DESC aan_1 +SELECT T1.name FROM Affiliation AS T1 JOIN Author_list AS T2 ON T1.affiliation_id = T2.affiliation_id GROUP BY T1.affiliation_id ORDER BY count(*) DESC aan_1 +SELECT T1.name FROM Author AS T1 JOIN Author_list AS T2 ON T1.author_id = T2.author_id GROUP BY T1.author_id HAVING count(*) > 50 aan_1 +SELECT T1.name FROM Author AS T1 JOIN Author_list AS T2 ON T1.author_id = T2.author_id GROUP BY T1.author_id HAVING count(*) > 50 aan_1 +SELECT T1.name FROM Author AS T1 JOIN Author_list AS T2 ON T1.author_id = T2.author_id GROUP BY T1.author_id HAVING count(*) = 1 aan_1 +SELECT T1.name FROM Author AS T1 JOIN Author_list AS T2 ON T1.author_id = T2.author_id GROUP BY T1.author_id HAVING count(*) = 1 aan_1 +SELECT venue , YEAR FROM paper GROUP BY venue , YEAR ORDER BY count(*) DESC LIMIT 1 aan_1 +SELECT venue , YEAR FROM paper GROUP BY venue , YEAR ORDER BY count(*) DESC LIMIT 1 aan_1 +SELECT venue FROM paper GROUP BY venue ORDER BY count(*) LIMIT 1 aan_1 +SELECT venue FROM paper GROUP BY venue ORDER BY count(*) LIMIT 1 aan_1 +SELECT count(*) FROM Citation WHERE cited_paper_id = "A00-1002" aan_1 +SELECT count(*) FROM Citation WHERE cited_paper_id = "A00-1002" aan_1 +SELECT count(*) FROM Citation WHERE paper_id = "D12-1027" aan_1 +SELECT count(*) FROM Citation WHERE paper_id = "D12-1027" aan_1 +SELECT paper_id , count(*) FROM Citation GROUP BY cited_paper_id ORDER BY count(*) DESC LIMIT 1 aan_1 +SELECT paper_id , count(*) FROM Citation GROUP BY cited_paper_id ORDER BY count(*) DESC LIMIT 1 aan_1 +SELECT T2.title FROM Citation AS T1 JOIN Paper AS T2 ON T2.paper_id = T1.paper_id GROUP BY T1.paper_id ORDER BY count(*) DESC LIMIT 1 aan_1 +SELECT T2.title FROM Citation AS T1 JOIN Paper AS T2 ON T2.paper_id = T1.paper_id GROUP BY T1.paper_id ORDER BY count(*) DESC LIMIT 1 aan_1 +SELECT paper_id , count(*) FROM Citation GROUP BY cited_paper_id ORDER BY count(*) DESC LIMIT 10 aan_1 +SELECT paper_id , count(*) FROM Citation GROUP BY cited_paper_id ORDER BY count(*) DESC LIMIT 10 aan_1 +select count(*) from citation as t1 join author_list as t2 on t1.cited_paper_id = t2.paper_id join author as t3 on t2.author_id = t3.author_id where t3.name = "mckeown , kathleen" aan_1 +select count(*) from citation as t1 join author_list as t2 on t1.cited_paper_id = t2.paper_id join author as t3 on t2.author_id = t3.author_id where t3.name = "mckeown , kathleen" aan_1 +select count(*) from citation as t1 join author_list as t2 on t1.paper_id = t2.paper_id join author as t3 on t2.author_id = t3.author_id where t3.name = "mckeown , kathleen" aan_1 +select count(*) from citation as t1 join author_list as t2 on t1.paper_id = t2.paper_id join author as t3 on t2.author_id = t3.author_id where t3.name = "mckeown , kathleen" aan_1 +SELECT T3.name , count(*) FROM Citation AS T1 JOIN Author_list AS T2 ON T1.cited_paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id GROUP BY T2.author_id ORDER BY count(*) DESC LIMIT 1 aan_1 +SELECT T3.name , count(*) FROM Citation AS T1 JOIN Author_list AS T2 ON T1.cited_paper_id = T2.paper_id JOIN Author AS T3 ON T2.author_id = T3.author_id GROUP BY T2.author_id ORDER BY count(*) DESC LIMIT 1 aan_1 +select distinct t1.venue , t1.year from paper as t1 join author_list as t2 on t1.paper_id = t2.paper_id join author as t3 on t2.author_id = t3.author_id where t3.name = "mckeown , kathleen" aan_1 +select distinct t1.venue , t1.year from paper as t1 join author_list as t2 on t1.paper_id = t2.paper_id join author as t3 on t2.author_id = t3.author_id where t3.name = "mckeown , kathleen" aan_1 +select distinct t1.venue , t1.year from paper as t1 join author_list as t2 on t1.paper_id = t2.paper_id join affiliation as t3 on t2.affiliation_id = t3.affiliation_id where t3.name = "columbia university" aan_1 +select distinct t1.venue , t1.year from paper as t1 join author_list as t2 on t1.paper_id = t2.paper_id join affiliation as t3 on t2.affiliation_id = t3.affiliation_id where t3.name = "columbia university" aan_1 +SELECT T3.name FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T3.author_id = T2.author_id WHERE T1.year = 2009 GROUP BY T2.author_id ORDER BY count(*) DESC LIMIT 1 aan_1 +SELECT T3.name FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Author AS T3 ON T3.author_id = T2.author_id WHERE T1.year = 2009 GROUP BY T2.author_id ORDER BY count(*) DESC LIMIT 1 aan_1 +SELECT T3.name FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T1.year = 2009 GROUP BY T2.affiliation_id ORDER BY count(*) DESC LIMIT 3 aan_1 +SELECT T3.name FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T1.year = 2009 GROUP BY T2.affiliation_id ORDER BY count(*) DESC LIMIT 3 aan_1 +select count(distinct t1.paper_id) from paper as t1 join author_list as t2 on t1.paper_id = t2.paper_id join affiliation as t3 on t2.affiliation_id = t3.affiliation_id where t1.year <= 2009 and t3.name = "columbia university" aan_1 +select count(distinct t1.paper_id) from paper as t1 join author_list as t2 on t1.paper_id = t2.paper_id join affiliation as t3 on t2.affiliation_id = t3.affiliation_id where t1.year <= 2009 and t3.name = "columbia university" aan_1 +SELECT count(DISTINCT T1.paper_id) FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T1.year >= 2000 AND T1.year <= 2009 AND T3.name LIKE "Stanford University" aan_1 +SELECT count(DISTINCT T1.paper_id) FROM Paper AS T1 JOIN Author_list AS T2 ON T1.paper_id = T2.paper_id JOIN Affiliation AS T3 ON T2.affiliation_id = T3.affiliation_id WHERE T1.year >= 2000 AND T1.year <= 2009 AND T3.name LIKE "Stanford University" aan_1 +SELECT T2.title FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id GROUP BY T2.paper_id ORDER BY count(*) DESC LIMIT 1 aan_1 +SELECT T2.title FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id GROUP BY T2.paper_id ORDER BY count(*) DESC LIMIT 1 aan_1 +select count (distinct t2.author_id) from author_list as t1 join author_list as t2 on t1.paper_id = t2.paper_id and t1.author_id != t2.author_id join author as t3 on t1.author_id = t3.author_id where t3.name = "mckeown , kathleen" aan_1 +select count (distinct t2.author_id) from author_list as t1 join author_list as t2 on t1.paper_id = t2.paper_id and t1.author_id != t2.author_id join author as t3 on t1.author_id = t3.author_id where t3.name = "mckeown , kathleen" aan_1 +select t4.name from author_list as t1 join author_list as t2 on t1.paper_id = t2.paper_id and t1.author_id != t2.author_id join author as t3 on t1.author_id = t3.author_id join author as t4 on t2.author_id = t4.author_id where t3.name = "mckeown , kathleen" group by t2.author_id order by count(*) desc limit 1 aan_1 +select t4.name from author_list as t1 join author_list as t2 on t1.paper_id = t2.paper_id and t1.author_id != t2.author_id join author as t3 on t1.author_id = t3.author_id join author as t4 on t2.author_id = t4.author_id where t3.name = "mckeown , kathleen" group by t2.author_id order by count(*) desc limit 1 aan_1 +SELECT paper_id FROM Paper WHERE title LIKE "%translation%" aan_1 +SELECT paper_id FROM Paper WHERE title LIKE "%translation%" aan_1 +SELECT paper_id , title FROM Paper WHERE paper_id NOT IN (SELECT cited_paper_id FROM Citation) aan_1 +SELECT paper_id , title FROM Paper WHERE paper_id NOT IN (SELECT cited_paper_id FROM Citation) aan_1 +SELECT T1.name FROM Affiliation AS T1 JOIN Author_list AS T2 ON T1.affiliation_id = T2.affiliation_id WHERE T1.address LIKE "%China%" GROUP BY T1.affiliation_id ORDER BY count(*) DESC LIMIT 1 aan_1 +SELECT T1.name FROM Affiliation AS T1 JOIN Author_list AS T2 ON T1.affiliation_id = T2.affiliation_id WHERE T1.address LIKE "%China%" GROUP BY T1.affiliation_id ORDER BY count(*) DESC LIMIT 1 aan_1 +SELECT count(*) , venue , YEAR FROM Paper GROUP BY venue , YEAR aan_1 +SELECT count(*) , venue , YEAR FROM Paper GROUP BY venue , YEAR aan_1 +SELECT count(DISTINCT T2.paper_id) , T1.name FROM Affiliation AS T1 JOIN Author_list AS T2 ON T1.affiliation_id = T2.affiliation_id GROUP BY T1.affiliation_id aan_1 +SELECT count(DISTINCT T2.paper_id) , T1.name FROM Affiliation AS T1 JOIN Author_list AS T2 ON T1.affiliation_id = T2.affiliation_id GROUP BY T1.affiliation_id aan_1 +SELECT T2.title FROM Citation AS T1 JOIN Paper AS T2 ON T1.cited_paper_id = T2.paper_id GROUP BY T1.cited_paper_id HAVING count(*) > 50 aan_1 +SELECT T2.title FROM Citation AS T1 JOIN Paper AS T2 ON T1.cited_paper_id = T2.paper_id GROUP BY T1.cited_paper_id HAVING count(*) > 50 aan_1 +SELECT count(*) FROM Author WHERE Author_id NOT IN ( SELECT T2.author_id FROM Citation AS T1 JOIN Author_list AS T2 ON T1.cited_paper_id = T2.paper_id GROUP BY T1.cited_paper_id HAVING count(DISTINCT T1.paper_id) > 50) aan_1 +SELECT count(*) FROM Author WHERE Author_id NOT IN ( SELECT T2.author_id FROM Citation AS T1 JOIN Author_list AS T2 ON T1.cited_paper_id = T2.paper_id GROUP BY T1.cited_paper_id HAVING count(DISTINCT T1.paper_id) > 50) aan_1 +SELECT name FROM Author WHERE author_id IN (SELECT T1.author_id FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id WHERE T2.venue = "ACL" AND T2.year = 2009 INTERSECT SELECT T1.author_id FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id WHERE T2.venue = "NAACL" AND T2.year = 2009) aan_1 +SELECT name FROM Author WHERE author_id IN (SELECT T1.author_id FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id WHERE T2.venue = "ACL" AND T2.year = 2009 INTERSECT SELECT T1.author_id FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id WHERE T2.venue = "NAACL" AND T2.year = 2009) aan_1 +SELECT name FROM Author WHERE author_id NOT IN (SELECT T1.author_id FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id WHERE T2.venue = "ACL") aan_1 +SELECT name FROM Author WHERE author_id NOT IN (SELECT T1.author_id FROM Author_list AS T1 JOIN Paper AS T2 ON T1.paper_id = T2.paper_id WHERE T2.venue = "ACL") aan_1 +SELECT count(*) FROM conference conference +SELECT count(*) FROM conference conference +SELECT DISTINCT conference_name FROM conference conference +SELECT DISTINCT conference_name FROM conference conference +SELECT conference_name , YEAR , LOCATION FROM conference conference +SELECT conference_name , YEAR , LOCATION FROM conference conference +SELECT conference_name , count(*) FROM conference GROUP BY conference_name conference +SELECT conference_name , count(*) FROM conference GROUP BY conference_name conference +SELECT YEAR , count(*) FROM conference GROUP BY YEAR conference +SELECT YEAR , count(*) FROM conference GROUP BY YEAR conference +SELECT YEAR FROM conference GROUP BY YEAR ORDER BY count(*) LIMIT 1 conference +SELECT YEAR FROM conference GROUP BY YEAR ORDER BY count(*) LIMIT 1 conference +SELECT LOCATION FROM conference GROUP BY LOCATION HAVING count(*) >= 2 conference +SELECT LOCATION FROM conference GROUP BY LOCATION HAVING count(*) >= 2 conference +SELECT institution_name , LOCATION , founded FROM institution conference +SELECT institution_name , LOCATION , founded FROM institution conference +SELECT count(*) FROM institution WHERE founded BETWEEN 1850 AND 1900 conference +SELECT count(*) FROM institution WHERE founded BETWEEN 1850 AND 1900 conference +SELECT institution_name , LOCATION FROM institution ORDER BY founded DESC LIMIT 1 conference +SELECT institution_name , LOCATION FROM institution ORDER BY founded DESC LIMIT 1 conference +SELECT T1.institution_name , count(*) FROM institution AS T1 JOIN staff AS T2 ON T1.institution_id = T2.institution_id WHERE T1.founded > 1800 GROUP BY T2.institution_id conference +select t1.institution_name , count(*) from institution as t1 join staff as t2 on t1.institution_id = t2.institution_id where t1.founded > 1800 group by t2.institution_id conference +SELECT institution_name FROM institution WHERE institution_id NOT IN (SELECT institution_id FROM staff) conference +SELECT institution_name FROM institution WHERE institution_id NOT IN (SELECT institution_id FROM staff) conference +SELECT name FROM staff WHERE age > (SELECT avg(age) FROM staff) conference +SELECT name FROM staff WHERE age > (SELECT avg(age) FROM staff) conference +SELECT max(age) , min(age) FROM staff conference +SELECT max(age) , min(age) FROM staff conference +SELECT T1.conference_name FROM conference AS T1 JOIN conference_participation AS T2 ON T1.conference_id = T2.conference_id JOIN staff AS T3 ON T2.staff_id = T3.staff_id WHERE T3.nationality = "Canada" conference +SELECT T1.conference_name FROM conference AS T1 JOIN conference_participation AS T2 ON T1.conference_id = T2.conference_id JOIN staff AS T3 ON T2.staff_id = T3.staff_id WHERE T3.nationality = "Canada" conference +SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 ON T1.staff_id = T2.staff_id WHERE T2.role = 'Speaker' INTERSECT SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 ON T1.staff_id = T2.staff_id WHERE T2.role = 'Sponsor' conference +SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 ON T1.staff_id = T2.staff_id WHERE T2.role = 'Speaker' INTERSECT SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 ON T1.staff_id = T2.staff_id WHERE T2.role = 'Sponsor' conference +SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 JOIN Conference AS T3 ON T1.staff_id = T2.staff_id AND T2.conference_id = T3.conference_id WHERE T3.Conference_name = 'ACL' INTERSECT SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 JOIN conference AS T3 ON T1.staff_id = T2.staff_id AND T2.conference_id = T3.conference_id WHERE T3.Conference_name = 'Naccl' conference +SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 JOIN Conference AS T3 ON T1.staff_id = T2.staff_id AND T2.conference_id = T3.conference_id WHERE T3.Conference_name = 'ACL' INTERSECT SELECT T1.name FROM staff AS T1 JOIN conference_participation AS T2 JOIN conference AS T3 ON T1.staff_id = T2.staff_id AND T2.conference_id = T3.conference_id WHERE T3.Conference_name = 'Naccl' conference +SELECT DISTINCT T1.name FROM staff AS T1 JOIN conference_participation AS T2 JOIN Conference AS T3 ON T1.staff_id = T2.staff_id AND T2.conference_id = T3.conference_id WHERE T3.year = 2003 OR T3.year = 2004 conference +SELECT DISTINCT T1.name FROM staff AS T1 JOIN conference_participation AS T2 JOIN Conference AS T3 ON T1.staff_id = T2.staff_id AND T2.conference_id = T3.conference_id WHERE T3.year = 2003 OR T3.year = 2004 conference +SELECT T1.conference_name , T1.year , count(*) FROM Conference AS T1 JOIN Conference_participation AS T2 ON T1.conference_id = T2.conference_id GROUP BY T2.conference_id conference +SELECT T1.conference_name , T1.year , count(*) FROM Conference AS T1 JOIN Conference_participation AS T2 ON T1.conference_id = T2.conference_id GROUP BY T2.conference_id conference +SELECT T1.conference_name FROM Conference AS T1 JOIN Conference_participation AS T2 ON T1.conference_id = T2.conference_id GROUP BY T2.conference_id ORDER BY count(*) DESC LIMIT 2 conference +SELECT T1.conference_name FROM Conference AS T1 JOIN Conference_participation AS T2 ON T1.conference_id = T2.conference_id GROUP BY T2.conference_id ORDER BY count(*) DESC LIMIT 2 conference +SELECT name , nationality FROM staff WHERE staff_id NOT IN (SELECT T2.staff_id FROM Conference AS T1 JOIN Conference_participation AS T2 ON T1.conference_id = T2.conference_id WHERE T1.Conference_Name = "ACL") conference +SELECT name , nationality FROM staff WHERE staff_id NOT IN (SELECT T2.staff_id FROM Conference AS T1 JOIN Conference_participation AS T2 ON T1.conference_id = T2.conference_id WHERE T1.Conference_Name = "ACL") conference +SELECT T1.Institution_Name , T1.location FROM institution AS T1 JOIN staff AS T2 ON T1.institution_id = T2.institution_id WHERE T2.staff_id NOT IN (SELECT T4.staff_id FROM Conference AS T3 JOIN Conference_participation AS T4 ON T3.conference_id = T4.conference_id WHERE T3.year = 2004) conference +SELECT T1.Institution_Name , T1.location FROM institution AS T1 JOIN staff AS T2 ON T1.institution_id = T2.institution_id WHERE T2.staff_id NOT IN (SELECT T4.staff_id FROM Conference AS T3 JOIN Conference_participation AS T4 ON T3.conference_id = T4.conference_id WHERE T3.year = 2004) conference +SELECT pilot_name FROM PilotSkills ORDER BY age DESC LIMIT 1 pilot_1 +SELECT pilot_name FROM PilotSkills ORDER BY age DESC LIMIT 1 pilot_1 +SELECT pilot_name FROM PilotSkills WHERE age < (SELECT avg(age) FROM PilotSkills) ORDER BY age pilot_1 +SELECT pilot_name FROM PilotSkills WHERE age < (SELECT avg(age) FROM PilotSkills) ORDER BY age pilot_1 +SELECT * FROM PilotSkills WHERE age < 30 pilot_1 +select * from pilotskills where age < 30 pilot_1 +SELECT pilot_name FROM PilotSkills WHERE age < 35 AND plane_name = 'Piper Cub' pilot_1 +SELECT pilot_name FROM PilotSkills WHERE age < 35 AND plane_name = 'Piper Cub' pilot_1 +SELECT LOCATION FROM hangar WHERE plane_name = 'F-14 Fighter' pilot_1 +SELECT LOCATION FROM hangar WHERE plane_name = 'F-14 Fighter' pilot_1 +SELECT count(DISTINCT LOCATION) FROM hangar pilot_1 +SELECT count(DISTINCT LOCATION) FROM hangar pilot_1 +SELECT plane_name FROM pilotskills WHERE pilot_name = 'Jones' AND age = 32 pilot_1 +SELECT plane_name FROM pilotskills WHERE pilot_name = 'Jones' AND age = 32 pilot_1 +SELECT count(*) FROM pilotskills WHERE age > 40 pilot_1 +SELECT count(*) FROM pilotskills WHERE age > 40 pilot_1 +SELECT count(*) FROM pilotskills WHERE age < 35 AND plane_name = 'B-52 Bomber' pilot_1 +SELECT count(*) FROM pilotskills WHERE age < 35 AND plane_name = 'B-52 Bomber' pilot_1 +SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' ORDER BY age LIMIT 1 pilot_1 +SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' ORDER BY age LIMIT 1 pilot_1 +SELECT plane_name FROM pilotskills GROUP BY plane_name ORDER BY count(*) DESC LIMIT 1 pilot_1 +SELECT plane_name FROM pilotskills GROUP BY plane_name ORDER BY count(*) DESC LIMIT 1 pilot_1 +SELECT plane_name FROM pilotskills GROUP BY plane_name ORDER BY count(*) LIMIT 1 pilot_1 +SELECT plane_name FROM pilotskills GROUP BY plane_name ORDER BY count(*) LIMIT 1 pilot_1 +SELECT count(DISTINCT T1.pilot_name) FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.location = 'Chicago' pilot_1 +SELECT count(DISTINCT T1.pilot_name) FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.location = 'Chicago' pilot_1 +SELECT plane_name FROM pilotskills WHERE pilot_name = 'Smith' AND age = 41 pilot_1 +SELECT plane_name FROM pilotskills WHERE pilot_name = 'Smith' AND age = 41 pilot_1 +SELECT count(DISTINCT plane_name) FROM pilotskills pilot_1 +SELECT count(DISTINCT plane_name) FROM pilotskills pilot_1 +SELECT count(plane_name) FROM pilotskills WHERE pilot_name = 'Smith' pilot_1 +SELECT count(plane_name) FROM pilotskills WHERE pilot_name = 'Smith' pilot_1 +SELECT count(plane_name) FROM pilotskills WHERE age > 40 pilot_1 +SELECT count(plane_name) FROM pilotskills WHERE age > 40 pilot_1 +SELECT pilot_name FROM pilotskills WHERE age BETWEEN 30 AND 40 ORDER BY age pilot_1 +SELECT pilot_name FROM pilotskills WHERE age BETWEEN 30 AND 40 ORDER BY age pilot_1 +SELECT pilot_name FROM pilotskills ORDER BY age DESC pilot_1 +SELECT pilot_name FROM pilotskills ORDER BY age DESC pilot_1 +SELECT LOCATION FROM hangar ORDER BY plane_name pilot_1 +SELECT LOCATION FROM hangar ORDER BY plane_name pilot_1 +SELECT DISTINCT plane_name FROM pilotskills ORDER BY plane_name pilot_1 +SELECT DISTINCT plane_name FROM pilotskills ORDER BY plane_name pilot_1 +SELECT count(pilot_name) FROM pilotskills ORDER BY age > 40 OR age < 30 pilot_1 +SELECT count(pilot_name) FROM pilotskills ORDER BY age > 40 OR age < 30 pilot_1 +SELECT pilot_name , age FROM pilotskills WHERE plane_name = 'Piper Cub' AND age > 35 UNION SELECT pilot_name , age FROM pilotskills WHERE plane_name = 'F-14 Fighter' AND age < 30 pilot_1 +SELECT pilot_name , age FROM pilotskills WHERE plane_name = 'Piper Cub' AND age > 35 UNION SELECT pilot_name , age FROM pilotskills WHERE plane_name = 'F-14 Fighter' AND age < 30 pilot_1 +SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' EXCEPT SELECT pilot_name FROM pilotskills WHERE plane_name = 'B-52 Bomber' pilot_1 +SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' EXCEPT SELECT pilot_name FROM pilotskills WHERE plane_name = 'B-52 Bomber' pilot_1 +SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' INTERSECT SELECT pilot_name FROM pilotskills WHERE plane_name = 'B-52 Bomber' pilot_1 +SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' INTERSECT SELECT pilot_name FROM pilotskills WHERE plane_name = 'B-52 Bomber' pilot_1 +SELECT avg(age) , min(age) FROM pilotskills pilot_1 +SELECT avg(age) , min(age) FROM pilotskills pilot_1 +SELECT T1.pilot_name FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.location = "Austin" INTERSECT SELECT T1.pilot_name FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.LOCATION = "Boston" pilot_1 +SELECT T1.pilot_name FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.location = "Austin" INTERSECT SELECT T1.pilot_name FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.LOCATION = "Boston" pilot_1 +SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' OR plane_name = 'F-14 Fighter' pilot_1 +SELECT pilot_name FROM pilotskills WHERE plane_name = 'Piper Cub' OR plane_name = 'F-14 Fighter' pilot_1 +SELECT avg(age) , plane_name FROM pilotskills GROUP BY plane_name pilot_1 +SELECT avg(age) , plane_name FROM pilotskills GROUP BY plane_name pilot_1 +SELECT count(*) , plane_name FROM pilotskills GROUP BY plane_name pilot_1 +SELECT count(*) , plane_name FROM pilotskills GROUP BY plane_name pilot_1 +SELECT pilot_name , plane_name , max(age) FROM pilotskills GROUP BY plane_name ORDER BY plane_name pilot_1 +SELECT pilot_name , plane_name , max(age) FROM pilotskills GROUP BY plane_name ORDER BY plane_name pilot_1 +SELECT pilot_name , plane_name , max(age) FROM pilotskills GROUP BY plane_name pilot_1 +SELECT pilot_name , plane_name , max(age) FROM pilotskills GROUP BY plane_name pilot_1 +SELECT max(age) , pilot_name FROM pilotskills GROUP BY pilot_name pilot_1 +SELECT max(age) , pilot_name FROM pilotskills GROUP BY pilot_name pilot_1 +SELECT count(T1.pilot_name) , avg(T1.age) , T2.location FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name GROUP BY T2.location pilot_1 +SELECT count(T1.pilot_name) , avg(T1.age) , T2.location FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name GROUP BY T2.location pilot_1 +SELECT count(*) , plane_name FROM pilotskills GROUP BY plane_name HAVING avg(age) < 35 pilot_1 +SELECT count(*) , plane_name FROM pilotskills GROUP BY plane_name HAVING avg(age) < 35 pilot_1 +SELECT T2.location FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T1.age = (SELECT min(age) FROM pilotskills) pilot_1 +SELECT T2.location FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T1.age = (SELECT min(age) FROM pilotskills) pilot_1 +SELECT T1.pilot_name , T1.age FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.location = "Austin" pilot_1 +SELECT T1.pilot_name , T1.age FROM pilotskills AS T1 JOIN hangar AS T2 ON T1.plane_name = T2.plane_name WHERE T2.location = "Austin" pilot_1 +SELECT pilot_name FROM pilotskills WHERE age > (SELECT min(age) FROM pilotskills WHERE plane_name = 'Piper Cub') ORDER BY pilot_name pilot_1 +SELECT pilot_name FROM pilotskills WHERE age > (SELECT min(age) FROM pilotskills WHERE plane_name = 'Piper Cub') ORDER BY pilot_name pilot_1 +SELECT count(*) FROM pilotskills WHERE age < (SELECT min(age) FROM pilotskills WHERE plane_name = 'F-14 Fighter') pilot_1 +SELECT count(*) FROM pilotskills WHERE age < (SELECT min(age) FROM pilotskills WHERE plane_name = 'F-14 Fighter') pilot_1 +SELECT DISTINCT plane_name FROM pilotskills WHERE plane_name LIKE '%Bomber%' pilot_1 +SELECT DISTINCT plane_name FROM pilotskills WHERE plane_name LIKE '%Bomber%' pilot_1 +SELECT count(pilot_name) FROM pilotskills WHERE age > (SELECT min(age) FROM pilotskills WHERE plane_name = 'Piper Cub') pilot_1 +SELECT count(pilot_name) FROM pilotskills WHERE age > (SELECT min(age) FROM pilotskills WHERE plane_name = 'Piper Cub') pilot_1 +SELECT name FROM district ORDER BY Area_km DESC LIMIT 1 district_spokesman +SELECT area_km , Government_website FROM district ORDER BY Population LIMIT 1 district_spokesman +SELECT name , population FROM district WHERE area_km > (SELECT avg(area_km) FROM district) district_spokesman +SELECT max(area_km) , avg(area_km) FROM district district_spokesman +SELECT sum(population) FROM district ORDER BY area_km DESC LIMIT 3 district_spokesman +SELECT name , Government_website , district_id FROM district ORDER BY Population district_spokesman +SELECT name FROM district WHERE Government_website LIKE "%gov%" district_spokesman +SELECT district_id , name FROM district WHERE area_km > 3000 OR population > 4000 district_spokesman +SELECT name , speach_title FROM spokesman district_spokesman +SELECT avg(points) , avg(age) FROM spokesman WHERE rank_position = 1 district_spokesman +SELECT name , points FROM spokesman WHERE age < 40 district_spokesman +SELECT name FROM spokesman ORDER BY age DESC LIMIT 1 district_spokesman +SELECT name FROM spokesman WHERE points < (SELECT avg(points) FROM spokesman) district_spokesman +SELECT t1.name FROM district AS t1 JOIN spokesman_district AS t2 ON t1.District_ID = t2.District_ID GROUP BY t2.District_ID ORDER BY count(*) DESC LIMIT 1 district_spokesman +SELECT t1.name FROM spokesman AS t1 JOIN spokesman_district AS t2 ON t1.Spokesman_ID = t2.Spokesman_ID WHERE t2.start_year < 2004 district_spokesman +SELECT t1.name , count(*) FROM district AS t1 JOIN spokesman_district AS t2 ON t1.District_ID = t2.District_ID GROUP BY t2.District_ID district_spokesman +SELECT t3.name FROM spokesman AS t1 JOIN spokesman_district AS t2 ON t1.Spokesman_ID = t2.Spokesman_ID JOIN district AS t3 ON t3.district_id = t2.district_id WHERE t1.rank_position = 1 INTERSECT SELECT t3.name FROM spokesman AS t1 JOIN spokesman_district AS t2 ON t1.Spokesman_ID = t2.Spokesman_ID JOIN district AS t3 ON t3.district_id = t2.district_id WHERE t1.rank_position = 2 district_spokesman +SELECT t1.name FROM district AS t1 JOIN spokesman_district AS t2 ON t1.District_ID = t2.District_ID GROUP BY t2.District_ID HAVING count(*) > 1 district_spokesman +SELECT count(*) FROM district WHERE district_id NOT IN (SELECT district_id FROM spokesman_district) district_spokesman +SELECT name FROM spokesman WHERE Spokesman_ID NOT IN (SELECT Spokesman_ID FROM spokesman_district) district_spokesman +SELECT sum(population) , avg(population) FROM district WHERE district_id IN (SELECT district_id FROM spokesman_district) district_spokesman +select title from sculptures order by year desc limit 1 art_1 +select title from sculptures order by year desc limit 1 art_1 +select title , location from paintings order by year limit 1 art_1 +SELECT title , LOCATION , YEAR FROM paintings ORDER BY YEAR LIMIT 1 art_1 +SELECT title FROM sculptures WHERE LOCATION = "Gallery 226" art_1 +SELECT title FROM sculptures WHERE LOCATION = "Gallery 226" art_1 +SELECT title , LOCATION FROM paintings art_1 +SELECT title , LOCATION FROM paintings art_1 +SELECT title , LOCATION FROM sculptures art_1 +SELECT title , LOCATION FROM sculptures art_1 +SELECT medium FROM paintings WHERE paintingID = 80 art_1 +select medium from paintings where paintingid = 80 art_1 +SELECT lname , fname FROM artists WHERE birthYear > 1850 art_1 +SELECT lname , fname FROM artists WHERE birthYear > 1850 art_1 +SELECT title , YEAR FROM sculptures WHERE LOCATION != "Gallery 226" art_1 +SELECT title , YEAR FROM sculptures WHERE LOCATION != "Gallery 226" art_1 +SELECT DISTINCT T1.lname , T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID WHERE T2.year < 1900 art_1 +SELECT DISTINCT T1.lname , T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID WHERE T2.year < 1900 art_1 +SELECT DISTINCT T1.birthYear FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID WHERE T2.year > 1920 art_1 +SELECT DISTINCT T1.birthYear FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID WHERE T2.year > 1920 art_1 +SELECT lname , fname FROM artists ORDER BY deathYear - birthYear DESC LIMIT 1 art_1 +SELECT lname , fname FROM artists ORDER BY deathYear - birthYear DESC LIMIT 1 art_1 +SELECT deathYear - birthYear FROM artists ORDER BY deathYear - birthYear LIMIT 1 art_1 +SELECT deathYear - birthYear FROM artists ORDER BY deathYear - birthYear LIMIT 1 art_1 +SELECT fname , deathYear - birthYear FROM artists ORDER BY deathYear - birthYear DESC LIMIT 1 art_1 +SELECT fname , deathYear - birthYear FROM artists ORDER BY deathYear - birthYear DESC LIMIT 1 art_1 +SELECT count(*) FROM paintings WHERE LOCATION = "Gallery 240" art_1 +SELECT count(*) FROM paintings WHERE LOCATION = "Gallery 240" art_1 +select count(*) from artists as t1 join paintings as t2 on t1.artistid = t2.painterid group by t2.painterid order by t1.deathyear - t1.birthyear desc limit 1 art_1 +select count(*) from artists as t1 join paintings as t2 on t1.artistid = t2.painterid group by t2.painterid order by t1.deathyear - t1.birthyear desc limit 1 art_1 +SELECT T2.title , T2.year FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.fname = "Mary" art_1 +SELECT T2.title , T2.year FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.fname = "Mary" art_1 +SELECT T2.width_mm FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.birthYear < 1850 art_1 +SELECT T2.width_mm FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.birthYear < 1850 art_1 +SELECT T2.location , T2.medium FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.fname = "Pablo" art_1 +SELECT T2.location , T2.medium FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.fname = "Pablo" art_1 +SELECT T1.lname , T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID INTERSECT SELECT T3.lname , T3.fname FROM artists AS T3 JOIN paintings AS T4 ON T3.artistID = T4.painterID art_1 +SELECT T1.lname , T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID INTERSECT SELECT T3.lname , T3.fname FROM artists AS T3 JOIN paintings AS T4 ON T3.artistID = T4.painterID art_1 +SELECT T1.lname , T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.medium = "oil" INTERSECT SELECT T3.lname , T3.fname FROM artists AS T3 JOIN paintings AS T4 ON T3.artistID = T4.painterID WHERE T4.medium = "lithograph" art_1 +SELECT T1.lname , T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.medium = "oil" INTERSECT SELECT T3.lname , T3.fname FROM artists AS T3 JOIN paintings AS T4 ON T3.artistID = T4.painterID WHERE T4.medium = "lithograph" art_1 +SELECT T1.birthYear FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.year = 1884 AND mediumOn = "canvas" art_1 +SELECT T1.birthYear FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.year = 1884 AND mediumOn = "canvas" art_1 +SELECT DISTINCT T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.medium = "oil" AND LOCATION = "Gallery 241" art_1 +SELECT DISTINCT T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.medium = "oil" AND LOCATION = "Gallery 241" art_1 +SELECT count(*) , medium FROM paintings GROUP BY medium art_1 +SELECT count(*) , medium FROM paintings GROUP BY medium art_1 +SELECT avg(height_mm) , medium FROM paintings GROUP BY medium art_1 +SELECT avg(height_mm) , medium FROM paintings GROUP BY medium art_1 +SELECT count(*) , LOCATION FROM paintings WHERE YEAR < 1900 GROUP BY LOCATION art_1 +SELECT count(*) , LOCATION FROM paintings WHERE YEAR < 1900 GROUP BY LOCATION art_1 +SELECT title FROM paintings WHERE YEAR > 1910 AND medium = "oil" art_1 +SELECT title FROM paintings WHERE YEAR > 1910 AND medium = "oil" art_1 +SELECT DISTINCT painterID FROM paintings WHERE medium = "oil" AND LOCATION = "Gallery 240" art_1 +SELECT DISTINCT painterID FROM paintings WHERE medium = "oil" AND LOCATION = "Gallery 240" art_1 +SELECT DISTINCT title FROM paintings WHERE height_mm > (SELECT min(height_mm) FROM paintings WHERE mediumOn = "canvas") art_1 +SELECT DISTINCT title FROM paintings WHERE height_mm > (SELECT min(height_mm) FROM paintings WHERE mediumOn = "canvas") art_1 +SELECT paintingID FROM paintings WHERE YEAR < (SELECT max(YEAR) FROM paintings WHERE LOCATION = "Gallery 240") art_1 +SELECT paintingID FROM paintings WHERE YEAR < (SELECT max(YEAR) FROM paintings WHERE LOCATION = "Gallery 240") art_1 +SELECT paintingID FROM paintings ORDER BY YEAR LIMIT 1 art_1 +SELECT paintingID FROM paintings ORDER BY YEAR LIMIT 1 art_1 +SELECT T1.lname , T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID WHERE T2.title LIKE "%female%" art_1 +SELECT T1.lname , T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID WHERE T2.title LIKE "%female%" art_1 +SELECT DISTINCT title FROM paintings ORDER BY title art_1 +SELECT DISTINCT title FROM paintings ORDER BY title art_1 +SELECT DISTINCT title FROM paintings ORDER BY height_mm art_1 +SELECT DISTINCT title FROM paintings ORDER BY height_mm art_1 +SELECT title FROM paintings WHERE YEAR BETWEEN 1900 AND 1950 UNION SELECT title FROM sculptures WHERE YEAR BETWEEN 1900 AND 1950 art_1 +SELECT title FROM paintings WHERE YEAR BETWEEN 1900 AND 1950 UNION SELECT title FROM sculptures WHERE YEAR BETWEEN 1900 AND 1950 art_1 +SELECT T2.title FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.artistID = 222 UNION SELECT T4.title FROM artists AS T3 JOIN sculptures AS T4 ON T3.artistID = T4.sculptorID WHERE T3.artistID = 222 art_1 +SELECT T2.title FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T1.artistID = 222 UNION SELECT T4.title FROM artists AS T3 JOIN sculptures AS T4 ON T3.artistID = T4.sculptorID WHERE T3.artistID = 222 art_1 +SELECT T1.artistID FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.year < 1900 GROUP BY T1.artistID ORDER BY count(*) DESC LIMIT 1 art_1 +SELECT T1.artistID FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.year < 1900 GROUP BY T1.artistID ORDER BY count(*) DESC LIMIT 1 art_1 +SELECT T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID GROUP BY T2.sculptorID ORDER BY count(*) DESC LIMIT 1 art_1 +SELECT T1.fname FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID GROUP BY T2.sculptorID ORDER BY count(*) DESC LIMIT 1 art_1 +SELECT title FROM paintings WHERE width_mm < 600 OR height_mm > 800 art_1 +SELECT title FROM paintings WHERE width_mm < 600 OR height_mm > 800 art_1 +SELECT DISTINCT LOCATION FROM paintings WHERE YEAR < 1885 OR YEAR > 1930 art_1 +SELECT DISTINCT LOCATION FROM paintings WHERE YEAR < 1885 OR YEAR > 1930 art_1 +SELECT paintingID FROM paintings WHERE height_mm > 500 AND height_mm < 2000 art_1 +SELECT paintingID FROM paintings WHERE height_mm > 500 AND height_mm < 2000 art_1 +SELECT DISTINCT LOCATION FROM paintings WHERE mediumOn = "panel" INTERSECT SELECT DISTINCT LOCATION FROM paintings WHERE mediumOn = "canvas" art_1 +SELECT DISTINCT LOCATION FROM paintings WHERE mediumOn = "panel" INTERSECT SELECT DISTINCT LOCATION FROM paintings WHERE mediumOn = "canvas" art_1 +SELECT DISTINCT LOCATION FROM paintings WHERE YEAR < 1885 INTERSECT SELECT DISTINCT LOCATION FROM paintings WHERE YEAR > 1930 art_1 +SELECT DISTINCT LOCATION FROM paintings WHERE YEAR < 1885 INTERSECT SELECT DISTINCT LOCATION FROM paintings WHERE YEAR > 1930 art_1 +SELECT avg(height_mm) , avg(width_mm) FROM paintings WHERE medium = "oil" AND LOCATION = "Gallery 241" art_1 +SELECT avg(height_mm) , avg(width_mm) FROM paintings WHERE medium = "oil" AND LOCATION = "Gallery 241" art_1 +SELECT max(height_mm) , paintingID FROM paintings WHERE YEAR < 1900 art_1 +SELECT max(height_mm) , paintingID FROM paintings WHERE YEAR < 1900 art_1 +SELECT max(height_mm) , max(width_mm) , YEAR FROM paintings GROUP BY YEAR ORDER BY YEAR art_1 +SELECT max(height_mm) , max(width_mm) , YEAR FROM paintings GROUP BY YEAR ORDER BY YEAR art_1 +SELECT avg(height_mm) , avg(width_mm) , painterID FROM paintings GROUP BY painterID ORDER BY title art_1 +SELECT avg(height_mm) , avg(width_mm) , painterID FROM paintings GROUP BY painterID ORDER BY title art_1 +SELECT T1.fname , count(*) FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID GROUP BY T2.painterID HAVING count(*) >= 2 art_1 +SELECT T1.fname , count(*) FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID GROUP BY T2.painterID HAVING count(*) >= 2 art_1 +SELECT T1.deathYear FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID GROUP BY T2.painterID HAVING count(*) <= 3 art_1 +select t1.deathyear from artists as t1 join paintings as t2 on t1.artistid = t2.painterid group by t2.painterid having count(*) < 4 art_1 +SELECT T1.deathYear FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID GROUP BY T2.sculptorID ORDER BY count(*) LIMIT 1 art_1 +SELECT T1.deathYear FROM artists AS T1 JOIN sculptures AS T2 ON T1.artistID = T2.sculptorID GROUP BY T2.sculptorID ORDER BY count(*) LIMIT 1 art_1 +SELECT paintingID , height_mm FROM paintings WHERE LOCATION = 'Gallery 240' ORDER BY width_mm DESC LIMIT 1 art_1 +SELECT paintingID , height_mm FROM paintings WHERE LOCATION = 'Gallery 240' ORDER BY width_mm DESC LIMIT 1 art_1 +SELECT paintingID FROM paintings WHERE YEAR < (SELECT min(YEAR) FROM paintings WHERE LOCATION = 'Gallery 240') art_1 +SELECT paintingID FROM paintings WHERE YEAR < (SELECT min(YEAR) FROM paintings WHERE LOCATION = 'Gallery 240') art_1 +SELECT paintingID FROM paintings WHERE height_mm > (SELECT max(height_mm) FROM paintings WHERE YEAR > 1900) art_1 +SELECT paintingID FROM paintings WHERE height_mm > (SELECT max(height_mm) FROM paintings WHERE YEAR > 1900) art_1 +SELECT T1.lname , T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.medium = "oil" GROUP BY T2.painterID ORDER BY count(*) DESC LIMIT 3 art_1 +SELECT T1.lname , T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID WHERE T2.medium = "oil" GROUP BY T2.painterID ORDER BY count(*) DESC LIMIT 3 art_1 +SELECT paintingID , title , LOCATION FROM paintings WHERE medium = "oil" ORDER BY YEAR art_1 +SELECT paintingID , title , LOCATION FROM paintings WHERE medium = "oil" ORDER BY YEAR art_1 +SELECT title , LOCATION , YEAR FROM paintings WHERE height_mm > 1000 ORDER BY title art_1 +SELECT title , LOCATION , YEAR FROM paintings WHERE height_mm > 1000 ORDER BY title art_1 +SELECT T1.lname , T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID EXCEPT SELECT T3.lname , T3.fname FROM artists AS T3 JOIN sculptures AS T4 ON T3.artistID = T4.sculptorID art_1 +SELECT T1.lname , T1.fname FROM artists AS T1 JOIN paintings AS T2 ON T1.artistID = T2.painterID EXCEPT SELECT T3.lname , T3.fname FROM artists AS T3 JOIN sculptures AS T4 ON T3.artistID = T4.sculptorID art_1 +SELECT DISTINCT LOCATION FROM paintings WHERE YEAR < 1885 AND mediumOn != "canvas" art_1 +SELECT DISTINCT LOCATION FROM paintings WHERE YEAR < 1885 AND mediumOn != "canvas" art_1 +SELECT count(*) FROM race car_road_race +SELECT count(*) FROM race car_road_race +SELECT Winning_driver , Winning_team FROM race ORDER BY Winning_team ASC car_road_race +SELECT Winning_driver , Winning_team FROM race ORDER BY Winning_team ASC car_road_race +SELECT Winning_driver FROM race WHERE Pole_Position != 'Junior Strous' car_road_race +SELECT Winning_driver FROM race WHERE Pole_Position != 'Junior Strous' car_road_race +SELECT DISTINCT CONSTRUCTOR FROM driver ORDER BY Age ASC car_road_race +SELECT DISTINCT CONSTRUCTOR FROM driver ORDER BY Age ASC car_road_race +SELECT DISTINCT Entrant FROM driver WHERE Age >= 20 car_road_race +SELECT DISTINCT Entrant FROM driver WHERE Age >= 20 car_road_race +SELECT max(Age) , min(Age) FROM driver car_road_race +SELECT max(Age) , min(Age) FROM driver car_road_race +SELECT count(DISTINCT Engine) FROM driver WHERE Age > 30 OR Age < 20 car_road_race +SELECT count(DISTINCT Engine) FROM driver WHERE Age > 30 OR Age < 20 car_road_race +SELECT Driver_Name FROM driver ORDER BY Driver_Name DESC car_road_race +SELECT Driver_Name FROM driver ORDER BY Driver_Name DESC car_road_race +SELECT T1.Driver_Name , T2.Race_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID car_road_race +SELECT T1.Driver_Name , T2.Race_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID car_road_race +SELECT T1.Driver_Name , COUNT(*) FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID GROUP BY T1.Driver_ID car_road_race +SELECT T1.Driver_Name , COUNT(*) FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID GROUP BY T1.Driver_ID car_road_race +SELECT T1.Age FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID GROUP BY T1.Driver_ID ORDER BY COUNT(*) DESC LIMIT 1 car_road_race +SELECT T1.Age FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID GROUP BY T1.Driver_ID ORDER BY COUNT(*) DESC LIMIT 1 car_road_race +SELECT T1.Driver_Name , T1.Age FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID GROUP BY T1.Driver_ID HAVING COUNT(*) >= 2 car_road_race +SELECT T1.Driver_Name , T1.Age FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID GROUP BY T1.Driver_ID HAVING COUNT(*) >= 2 car_road_race +SELECT T2.Race_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE T1.Age >= 26 car_road_race +SELECT T2.Race_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE T1.Age >= 26 car_road_race +SELECT Driver_Name FROM driver WHERE CONSTRUCTOR != "Bugatti" car_road_race +SELECT Driver_Name FROM driver WHERE CONSTRUCTOR != "Bugatti" car_road_race +SELECT CONSTRUCTOR , COUNT(*) FROM driver GROUP BY CONSTRUCTOR car_road_race +SELECT CONSTRUCTOR , COUNT(*) FROM driver GROUP BY CONSTRUCTOR car_road_race +SELECT Engine FROM driver GROUP BY Engine ORDER BY COUNT(*) DESC LIMIT 1 car_road_race +SELECT Engine FROM driver GROUP BY Engine ORDER BY COUNT(*) DESC LIMIT 1 car_road_race +SELECT Engine FROM driver GROUP BY Engine HAVING COUNT(*) >= 2 car_road_race +SELECT Engine FROM driver GROUP BY Engine HAVING COUNT(*) >= 2 car_road_race +SELECT Driver_Name FROM driver WHERE Driver_ID NOT IN (SELECT Driver_ID FROM race) car_road_race +SELECT Driver_Name FROM driver WHERE Driver_ID NOT IN (SELECT Driver_ID FROM race) car_road_race +SELECT CONSTRUCTOR FROM driver WHERE Age < 20 INTERSECT SELECT CONSTRUCTOR FROM driver WHERE Age > 30 car_road_race +SELECT CONSTRUCTOR FROM driver WHERE Age < 20 INTERSECT SELECT CONSTRUCTOR FROM driver WHERE Age > 30 car_road_race +SELECT Winning_team FROM race GROUP BY Winning_team HAVING count(*) > 1 car_road_race +SELECT Winning_team FROM race GROUP BY Winning_team HAVING count(*) > 1 car_road_race +SELECT T1.Driver_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE Pole_Position = "Carl Skerlong" INTERSECT SELECT T1.Driver_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE Pole_Position = "James Hinchcliffe" car_road_race +SELECT T1.Driver_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE Pole_Position = "Carl Skerlong" INTERSECT SELECT T1.Driver_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE Pole_Position = "James Hinchcliffe" car_road_race +SELECT Driver_Name FROM driver EXCEPT SELECT T1.Driver_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE Pole_Position = "James Hinchcliffe" car_road_race +SELECT Driver_Name FROM driver EXCEPT SELECT T1.Driver_Name FROM driver AS T1 JOIN race AS T2 ON T1.Driver_ID = T2.Driver_ID WHERE Pole_Position = "James Hinchcliffe" car_road_race +SELECT count(*) FROM languages country_language +SELECT count(*) FROM languages country_language +SELECT name FROM languages ORDER BY name ASC country_language +SELECT name FROM languages ORDER BY name ASC country_language +SELECT name FROM languages WHERE name LIKE "%ish%" country_language +SELECT name FROM languages WHERE name LIKE "%ish%" country_language +SELECT name FROM countries ORDER BY overall_score DESC country_language +SELECT name FROM countries ORDER BY overall_score DESC country_language +SELECT avg(justice_score) FROM countries country_language +SELECT avg(justice_score) FROM countries country_language +SELECT max(health_score) , min(health_score) FROM countries WHERE name != "Norway" country_language +SELECT max(health_score) , min(health_score) FROM countries WHERE name != "Norway" country_language +SELECT count(DISTINCT language_id) FROM official_languages country_language +SELECT count(DISTINCT language_id) FROM official_languages country_language +SELECT name FROM countries ORDER BY education_score DESC country_language +SELECT name FROM countries ORDER BY education_score DESC country_language +SELECT name FROM countries ORDER BY politics_score DESC LIMIT 1 country_language +SELECT name FROM countries ORDER BY politics_score DESC LIMIT 1 country_language +SELECT T1.name , T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id country_language +SELECT T1.name , T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id country_language +SELECT T2.name , COUNT(*) FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.name country_language +SELECT T2.name , COUNT(*) FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.name country_language +SELECT T2.name FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.id ORDER BY COUNT(*) DESC LIMIT 1 country_language +SELECT T2.name FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.id ORDER BY COUNT(*) DESC LIMIT 1 country_language +SELECT T2.name FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.id HAVING COUNT(*) >= 2 country_language +SELECT T2.name FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.id HAVING COUNT(*) >= 2 country_language +SELECT avg(T1.overall_score) FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id WHERE T3.name = "English" country_language +SELECT avg(T1.overall_score) FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id WHERE T3.name = "English" country_language +SELECT T2.name FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.id ORDER BY COUNT(*) DESC LIMIT 3 country_language +SELECT T2.name FROM official_languages AS T1 JOIN languages AS T2 ON T1.language_id = T2.id GROUP BY T2.id ORDER BY COUNT(*) DESC LIMIT 3 country_language +SELECT T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id GROUP BY T3.id ORDER BY avg(T1.overall_score) DESC country_language +SELECT T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id GROUP BY T3.id ORDER BY avg(T1.overall_score) DESC country_language +SELECT T1.Name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id GROUP BY T1.id ORDER BY COUNT(*) DESC LIMIT 1 country_language +SELECT T1.Name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id GROUP BY T1.id ORDER BY COUNT(*) DESC LIMIT 1 country_language +SELECT name FROM languages WHERE id NOT IN (SELECT language_id FROM official_languages) country_language +SELECT name FROM languages WHERE id NOT IN (SELECT language_id FROM official_languages) country_language +SELECT name FROM countries WHERE id NOT IN (SELECT country_id FROM official_languages) country_language +SELECT name FROM countries WHERE id NOT IN (SELECT country_id FROM official_languages) country_language +SELECT T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id WHERE T1.overall_score > 95 INTERSECT SELECT T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id WHERE T1.overall_score < 90 country_language +SELECT T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id WHERE T1.overall_score > 95 INTERSECT SELECT T3.name FROM countries AS T1 JOIN official_languages AS T2 ON T1.id = T2.country_id JOIN languages AS T3 ON T2.language_id = T3.id WHERE T1.overall_score < 90 country_language +SELECT country , town_city FROM Addresses; real_estate_rentals +SELECT country , town_city FROM Addresses; real_estate_rentals +SELECT DISTINCT T1.county_state_province FROM Addresses AS T1 JOIN Properties AS T2 ON T1.address_id = T2.property_address_id; real_estate_rentals +SELECT DISTINCT T1.county_state_province FROM Addresses AS T1 JOIN Properties AS T2 ON T1.address_id = T2.property_address_id; real_estate_rentals +SELECT feature_description FROM Features WHERE feature_name = 'rooftop'; real_estate_rentals +SELECT feature_description FROM Features WHERE feature_name = 'rooftop'; real_estate_rentals +SELECT T1.feature_name , T1.feature_description FROM Features AS T1 JOIN Property_Features AS T2 ON T1.feature_id = T2.feature_id GROUP BY T1.feature_name ORDER BY count(*) DESC LIMIT 1; real_estate_rentals +SELECT T1.feature_name , T1.feature_description FROM Features AS T1 JOIN Property_Features AS T2 ON T1.feature_id = T2.feature_id GROUP BY T1.feature_name ORDER BY count(*) DESC LIMIT 1; real_estate_rentals +SELECT min(room_count) FROM Properties; real_estate_rentals +SELECT min(room_count) FROM Properties; real_estate_rentals +SELECT count(*) FROM Properties WHERE parking_lots = 1 OR garage_yn = 1; real_estate_rentals +SELECT count(*) FROM Properties WHERE parking_lots = 1 OR garage_yn = 1; real_estate_rentals +SELECT T2.age_category_code FROM Ref_User_Categories AS T1 JOIN Users AS T2 ON T1.user_category_code = T2.user_category_code WHERE T1.User_category_description LIKE "%Mother"; real_estate_rentals +SELECT T2.age_category_code FROM Ref_User_Categories AS T1 JOIN Users AS T2 ON T1.user_category_code = T2.user_category_code WHERE T1.User_category_description LIKE "%Mother"; real_estate_rentals +SELECT T1.first_name FROM Users AS T1 JOIN Properties AS T2 ON T2.owner_user_id = T1.User_id GROUP BY T1.User_id ORDER BY count(*) DESC LIMIT 1; real_estate_rentals +SELECT T1.first_name FROM Users AS T1 JOIN Properties AS T2 ON T2.owner_user_id = T1.User_id GROUP BY T1.User_id ORDER BY count(*) DESC LIMIT 1; real_estate_rentals +SELECT avg(T3.room_count) FROM Property_Features AS T1 JOIN Features AS T2 ON T1.feature_id = T2.feature_id JOIN Properties AS T3 ON T1.property_id = T3.property_id WHERE T2.feature_name = 'garden'; real_estate_rentals +SELECT avg(T3.room_count) FROM Property_Features AS T1 JOIN Features AS T2 ON T1.feature_id = T2.feature_id JOIN Properties AS T3 ON T1.property_id = T3.property_id WHERE T2.feature_name = 'garden'; real_estate_rentals +SELECT T2.town_city FROM Properties AS T1 JOIN Addresses AS T2 ON T1.property_address_id = T2.address_id JOIN Property_Features AS T3 ON T1.property_id = T3.property_id JOIN Features AS T4 ON T4.feature_id = T3.feature_id WHERE T4.feature_name = 'swimming pool'; real_estate_rentals +SELECT T2.town_city FROM Properties AS T1 JOIN Addresses AS T2 ON T1.property_address_id = T2.address_id JOIN Property_Features AS T3 ON T1.property_id = T3.property_id JOIN Features AS T4 ON T4.feature_id = T3.feature_id WHERE T4.feature_name = 'swimming pool'; real_estate_rentals +SELECT property_id , vendor_requested_price FROM Properties ORDER BY vendor_requested_price LIMIT 1; real_estate_rentals +SELECT property_id , vendor_requested_price FROM Properties ORDER BY vendor_requested_price LIMIT 1; real_estate_rentals +SELECT avg(room_count) FROM Properties; real_estate_rentals +SELECT avg(room_count) FROM Properties; real_estate_rentals +SELECT count(DISTINCT room_size) FROM Rooms; real_estate_rentals +SELECT count(DISTINCT room_size) FROM Rooms; real_estate_rentals +SELECT search_seq , user_id FROM User_Searches GROUP BY user_id HAVING count(*) >= 2; real_estate_rentals +SELECT search_seq , user_id FROM User_Searches GROUP BY user_id HAVING count(*) >= 2; real_estate_rentals +SELECT max(search_datetime) FROM User_Searches; real_estate_rentals +SELECT max(search_datetime) FROM User_Searches; real_estate_rentals +SELECT search_datetime , search_string FROM User_Searches ORDER BY search_string DESC; real_estate_rentals +SELECT search_datetime , search_string FROM User_Searches ORDER BY search_string DESC; real_estate_rentals +SELECT T1.zip_postcode FROM Addresses AS T1 JOIN Properties AS T2 ON T1.address_id = T2.property_address_id WHERE T2.owner_user_id NOT IN ( SELECT owner_user_id FROM Properties GROUP BY owner_user_id HAVING count(*) <= 2 ); real_estate_rentals +SELECT T1.zip_postcode FROM Addresses AS T1 JOIN Properties AS T2 ON T1.address_id = T2.property_address_id WHERE T2.owner_user_id NOT IN ( SELECT owner_user_id FROM Properties GROUP BY owner_user_id HAVING count(*) <= 2 ); real_estate_rentals +SELECT T1.user_category_code , T1.user_id FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id GROUP BY T1.user_id HAVING count(*) = 1; real_estate_rentals +SELECT T1.user_category_code , T1.user_id FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id GROUP BY T1.user_id HAVING count(*) = 1; real_estate_rentals +SELECT T1.age_category_code FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id ORDER BY T2.search_datetime LIMIT 1; real_estate_rentals +SELECT T1.age_category_code FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id ORDER BY T2.search_datetime LIMIT 1; real_estate_rentals +SELECT login_name FROM Users WHERE user_category_code = 'Senior Citizen' ORDER BY first_name real_estate_rentals +SELECT login_name FROM Users WHERE user_category_code = 'Senior Citizen' ORDER BY first_name real_estate_rentals +SELECT count(*) FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id WHERE T1.is_buyer = 1; real_estate_rentals +SELECT count(*) FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id WHERE T1.is_buyer = 1; real_estate_rentals +SELECT date_registered FROM Users WHERE login_name = 'ratione'; real_estate_rentals +SELECT date_registered FROM Users WHERE login_name = 'ratione'; real_estate_rentals +SELECT first_name , middle_name , last_name , login_name FROM Users WHERE is_seller = 1; real_estate_rentals +SELECT first_name , middle_name , last_name , login_name FROM Users WHERE is_seller = 1; real_estate_rentals +SELECT T1.line_1_number_building , T1.line_2_number_street , T1.town_city FROM Addresses AS T1 JOIN Users AS T2 ON T1.address_id = T2.user_address_id WHERE T2.user_category_code = 'Senior Citizen'; real_estate_rentals +SELECT T1.line_1_number_building , T1.line_2_number_street , T1.town_city FROM Addresses AS T1 JOIN Users AS T2 ON T1.address_id = T2.user_address_id WHERE T2.user_category_code = 'Senior Citizen'; real_estate_rentals +SELECT count(*) FROM Properties GROUP BY property_id HAVING count(*) >= 2; real_estate_rentals +SELECT count(*) FROM Properties GROUP BY property_id HAVING count(*) >= 2; real_estate_rentals +SELECT count(*) , property_id FROM Property_Photos GROUP BY property_id; real_estate_rentals +SELECT count(*) , property_id FROM Property_Photos GROUP BY property_id; real_estate_rentals +SELECT T1.owner_user_id , count(*) FROM Properties AS T1 JOIN Property_Photos AS T2 ON T1.property_id = T2.property_id GROUP BY T1.owner_user_id; real_estate_rentals +SELECT T1.owner_user_id , count(*) FROM Properties AS T1 JOIN Property_Photos AS T2 ON T1.property_id = T2.property_id GROUP BY T1.owner_user_id; real_estate_rentals +SELECT sum(T1.price_max) FROM Properties AS T1 JOIN Users AS T2 ON T1.owner_user_id = T2.user_id WHERE T2.user_category_code = 'Single Mother' OR T2.user_category_code = 'Student'; real_estate_rentals +SELECT sum(T1.price_max) FROM Properties AS T1 JOIN Users AS T2 ON T1.owner_user_id = T2.user_id WHERE T2.user_category_code = 'Single Mother' OR T2.user_category_code = 'Student'; real_estate_rentals +SELECT T1.datestamp , T2.property_name FROM User_Property_History AS T1 JOIN Properties AS T2 ON T1.property_id = T2.property_id ORDER BY datestamp; real_estate_rentals +SELECT T1.datestamp , T2.property_name FROM User_Property_History AS T1 JOIN Properties AS T2 ON T1.property_id = T2.property_id ORDER BY datestamp; real_estate_rentals +SELECT T1.property_type_description , T1.property_type_code FROM Ref_Property_Types AS T1 JOIN Properties AS T2 ON T1.property_type_code = T2.property_type_code GROUP BY T1.property_type_code ORDER BY count(*) DESC LIMIT 1; real_estate_rentals +SELECT T1.property_type_description , T1.property_type_code FROM Ref_Property_Types AS T1 JOIN Properties AS T2 ON T1.property_type_code = T2.property_type_code GROUP BY T1.property_type_code ORDER BY count(*) DESC LIMIT 1; real_estate_rentals +SELECT age_category_description FROM Ref_Age_Categories WHERE age_category_code = 'Over 60'; real_estate_rentals +SELECT age_category_description FROM Ref_Age_Categories WHERE age_category_code = 'Over 60'; real_estate_rentals +SELECT room_size , count(*) FROM Rooms GROUP BY room_size real_estate_rentals +SELECT room_size , count(*) FROM Rooms GROUP BY room_size real_estate_rentals +SELECT T1.country FROM Addresses AS T1 JOIN Users AS T2 ON T1.address_id = T2.user_address_id WHERE T2.first_name = 'Robbie'; real_estate_rentals +SELECT T1.country FROM Addresses AS T1 JOIN Users AS T2 ON T1.address_id = T2.user_address_id WHERE T2.first_name = 'Robbie'; real_estate_rentals +SELECT first_name , middle_name , last_name FROM Properties AS T1 JOIN Users AS T2 ON T1.owner_user_id = T2.user_id WHERE T1.property_address_id = T2.user_address_id; real_estate_rentals +SELECT first_name , middle_name , last_name FROM Properties AS T1 JOIN Users AS T2 ON T1.owner_user_id = T2.user_id WHERE T1.property_address_id = T2.user_address_id; real_estate_rentals +SELECT search_string FROM User_Searches EXCEPT SELECT T1.search_string FROM User_Searches AS T1 JOIN Properties AS T2 ON T1.user_id = T2.owner_user_id; real_estate_rentals +SELECT search_string FROM User_Searches EXCEPT SELECT T1.search_string FROM User_Searches AS T1 JOIN Properties AS T2 ON T1.user_id = T2.owner_user_id; real_estate_rentals +SELECT T1.last_name , T1.user_id FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id GROUP BY T1.user_id HAVING count(*) <= 2 INTERSECT SELECT T3.last_name , T3.user_id FROM Users AS T3 JOIN Properties AS T4 ON T3.user_id = T4.owner_user_id GROUP BY T3.user_id HAVING count(*) >= 2; real_estate_rentals +SELECT T1.last_name , T1.user_id FROM Users AS T1 JOIN User_Searches AS T2 ON T1.user_id = T2.user_id GROUP BY T1.user_id HAVING count(*) <= 2 INTERSECT SELECT T3.last_name , T3.user_id FROM Users AS T3 JOIN Properties AS T4 ON T3.user_id = T4.owner_user_id GROUP BY T3.user_id HAVING count(*) >= 2; real_estate_rentals +SELECT count(*) FROM bike WHERE weight > 780 bike_racing +SELECT product_name , weight FROM bike ORDER BY price ASC bike_racing +SELECT heat , name , nation FROM cyclist bike_racing +SELECT max(weight) , min(weight) FROM bike bike_racing +SELECT avg(price) FROM bike WHERE material = 'Carbon CC' bike_racing +SELECT name , RESULT FROM cyclist WHERE nation != 'Russia' bike_racing +SELECT DISTINCT T1.id , T1.product_name FROM bike AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.bike_id WHERE T2.purchase_year > 2015 bike_racing +SELECT T1.id , T1.product_name FROM bike AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.bike_id GROUP BY T1.id HAVING count(*) >= 4 bike_racing +SELECT T1.id , T1.name FROM cyclist AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.cyclist_id GROUP BY T1.id ORDER BY count(*) DESC LIMIT 1 bike_racing +SELECT DISTINCT T3.product_name FROM cyclist AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.cyclist_id JOIN bike AS T3 ON T2.bike_id = T3.id WHERE T1.nation = 'Russia' OR T1.nation = 'Great Britain' bike_racing +SELECT count(DISTINCT heat) FROM cyclist bike_racing +SELECT count(*) FROM cyclist WHERE id NOT IN ( SELECT cyclist_id FROM cyclists_own_bikes WHERE purchase_year > 2015 ) bike_racing +SELECT DISTINCT T3.product_name FROM cyclist AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.cyclist_id JOIN bike AS T3 ON T2.bike_id = T3.id WHERE T1.result < '4:21.558' bike_racing +SELECT T3.product_name , T3.price FROM cyclist AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.cyclist_id JOIN bike AS T3 ON T2.bike_id = T3.id WHERE T1.name = 'Bradley Wiggins' INTERSECT SELECT T3.product_name , T3.price FROM cyclist AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.cyclist_id JOIN bike AS T3 ON T2.bike_id = T3.id WHERE T1.name = 'Antonio Tauler' bike_racing +SELECT name , nation , RESULT FROM cyclist EXCEPT SELECT T1.name , T1.nation , T1.result FROM cyclist AS T1 JOIN cyclists_own_bikes AS T2 ON T1.id = T2.cyclist_id bike_racing +SELECT product_name FROM bike WHERE material LIKE "%fiber%" bike_racing +SELECT cyclist_id , count(*) FROM cyclists_own_bikes GROUP BY cyclist_id ORDER BY cyclist_id bike_racing +SELECT id , flavor FROM goods WHERE food = "Cake" ORDER BY price DESC LIMIT 1 bakery_1 +SELECT id , flavor FROM goods WHERE food = "Cake" ORDER BY price DESC LIMIT 1 bakery_1 +SELECT id , flavor FROM goods WHERE food = "Cookie" ORDER BY price LIMIT 1 bakery_1 +SELECT id , flavor FROM goods WHERE food = "Cookie" ORDER BY price LIMIT 1 bakery_1 +SELECT id FROM goods WHERE flavor = "Apple" bakery_1 +SELECT id FROM goods WHERE flavor = "Apple" bakery_1 +SELECT id FROM goods WHERE price < 3 bakery_1 +SELECT id FROM goods WHERE price < 3 bakery_1 +SELECT DISTINCT T3.CustomerId FROM goods AS T1 JOIN items AS T2 ON T1.Id = T2.Item JOIN receipts AS T3 ON T2.Receipt = T3.ReceiptNumber WHERE T1.Flavor = "Lemon" AND T1.Food = "Cake" bakery_1 +SELECT DISTINCT T3.CustomerId FROM goods AS T1 JOIN items AS T2 ON T1.Id = T2.Item JOIN receipts AS T3 ON T2.Receipt = T3.ReceiptNumber WHERE T1.Flavor = "Lemon" AND T1.Food = "Cake" bakery_1 +SELECT T1.food , count(DISTINCT T3.CustomerId) FROM goods AS T1 JOIN items AS T2 ON T1.Id = T2.Item JOIN receipts AS T3 ON T2.Receipt = T3.ReceiptNumber GROUP BY T1.food bakery_1 +SELECT T1.food , count(DISTINCT T3.CustomerId) FROM goods AS T1 JOIN items AS T2 ON T1.Id = T2.Item JOIN receipts AS T3 ON T2.Receipt = T3.ReceiptNumber GROUP BY T1.food bakery_1 +SELECT CustomerId FROM receipts GROUP BY CustomerId HAVING count(*) >= 15 bakery_1 +SELECT CustomerId FROM receipts GROUP BY CustomerId HAVING count(*) >= 15 bakery_1 +SELECT T2.LastName FROM receipts AS T1 JOIN customers AS T2 ON T1.CustomerId = T2.id GROUP BY T2.id HAVING count(*) > 10 bakery_1 +SELECT T2.LastName FROM receipts AS T1 JOIN customers AS T2 ON T1.CustomerId = T2.id GROUP BY T2.id HAVING count(*) > 10 bakery_1 +SELECT count(*) FROM goods WHERE food = "Cake" bakery_1 +SELECT count(*) FROM goods WHERE food = "Cake" bakery_1 +SELECT flavor FROM goods WHERE food = "Croissant" bakery_1 +SELECT flavor FROM goods WHERE food = "Croissant" bakery_1 +SELECT DISTINCT T1.item FROM items AS T1 JOIN receipts AS T2 ON T1.receipt = T2.ReceiptNumber WHERE T2.CustomerId = 15 bakery_1 +SELECT DISTINCT T1.item FROM items AS T1 JOIN receipts AS T2 ON T1.receipt = T2.ReceiptNumber WHERE T2.CustomerId = 15 bakery_1 +SELECT food , avg(price) , max(price) , min(price) FROM goods GROUP BY food bakery_1 +SELECT food , avg(price) , max(price) , min(price) FROM goods GROUP BY food bakery_1 +SELECT T1.receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.food = "Cake" INTERSECT SELECT T1.receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.food = "Cookie" bakery_1 +SELECT T1.receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.food = "Cake" INTERSECT SELECT T1.receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.food = "Cookie" bakery_1 +SELECT T1.ReceiptNumber FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id JOIN customers AS T4 ON T4.Id = T1.CustomerId WHERE T3.food = "Croissant" AND T4.LastName = 'LOGAN' bakery_1 +SELECT T1.ReceiptNumber FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id JOIN customers AS T4 ON T4.Id = T1.CustomerId WHERE T3.food = "Croissant" AND T4.LastName = 'LOGAN' bakery_1 +SELECT T1.ReceiptNumber , T1.Date FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id ORDER BY T3.price DESC LIMIT 1 bakery_1 +SELECT T1.ReceiptNumber , T1.Date FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id ORDER BY T3.price DESC LIMIT 1 bakery_1 +SELECT item FROM items GROUP BY item ORDER BY count(*) LIMIT 1 bakery_1 +SELECT item FROM items GROUP BY item ORDER BY count(*) LIMIT 1 bakery_1 +SELECT count(*) , food FROM goods GROUP BY food bakery_1 +SELECT count(*) , food FROM goods GROUP BY food bakery_1 +SELECT avg(price) , food FROM goods GROUP BY food bakery_1 +SELECT avg(price) , food FROM goods GROUP BY food bakery_1 +SELECT id FROM goods WHERE flavor = "Apricot" AND price < 5 bakery_1 +SELECT id FROM goods WHERE flavor = "Apricot" AND price < 5 bakery_1 +SELECT flavor FROM goods WHERE food = "Cake" AND price > 10 bakery_1 +SELECT flavor FROM goods WHERE food = "Cake" AND price > 10 bakery_1 +SELECT DISTINCT id , price FROM goods WHERE price < (SELECT avg(price) FROM goods) bakery_1 +SELECT DISTINCT id , price FROM goods WHERE price < (SELECT avg(price) FROM goods) bakery_1 +SELECT DISTINCT id FROM goods WHERE price < (SELECT max(price) FROM goods WHERE food = "Tart") bakery_1 +SELECT DISTINCT id FROM goods WHERE price < (SELECT max(price) FROM goods WHERE food = "Tart") bakery_1 +SELECT DISTINCT T1.ReceiptNumber FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id WHERE T3.price > 13 bakery_1 +SELECT DISTINCT T1.ReceiptNumber FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id WHERE T3.price > 13 bakery_1 +SELECT DISTINCT T1.date FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id WHERE T3.price > 15 bakery_1 +SELECT DISTINCT T1.date FROM receipts AS T1 JOIN items AS T2 ON T1.ReceiptNumber = T2.receipt JOIN goods AS T3 ON T2.item = T3.id WHERE T3.price > 15 bakery_1 +SELECT id FROM goods WHERE id LIKE "%APP%" bakery_1 +SELECT id FROM goods WHERE id LIKE "%APP%" bakery_1 +SELECT id , price FROM goods WHERE id LIKE "%70%" bakery_1 +SELECT id , price FROM goods WHERE id LIKE "%70%" bakery_1 +SELECT DISTINCT LastName FROM customers ORDER BY LastName bakery_1 +SELECT DISTINCT LastName FROM customers ORDER BY LastName bakery_1 +SELECT DISTINCT id FROM goods ORDER BY id bakery_1 +SELECT DISTINCT id FROM goods ORDER BY id bakery_1 +SELECT T1.receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.flavor = "Apple" AND T2.food = "Pie" UNION SELECT ReceiptNumber FROM receipts WHERE CustomerId = 12 bakery_1 +SELECT T1.receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.flavor = "Apple" AND T2.food = "Pie" UNION SELECT ReceiptNumber FROM receipts WHERE CustomerId = 12 bakery_1 +SELECT ReceiptNumber , date FROM receipts WHERE date = (SELECT date FROM receipts ORDER BY date DESC LIMIT 1) bakery_1 +SELECT ReceiptNumber , date FROM receipts WHERE date = (SELECT date FROM receipts ORDER BY date DESC LIMIT 1) bakery_1 +SELECT T1.Receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.price > 10 UNION SELECT ReceiptNumber FROM receipts WHERE date = (SELECT date FROM receipts ORDER BY date LIMIT 1) bakery_1 +SELECT T1.Receipt FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.price > 10 UNION SELECT ReceiptNumber FROM receipts WHERE date = (SELECT date FROM receipts ORDER BY date LIMIT 1) bakery_1 +SELECT id FROM goods WHERE food = "Cookie" OR food = "Cake" AND price BETWEEN 3 AND 7 bakery_1 +SELECT id FROM goods WHERE food = "Cookie" OR food = "Cake" AND price BETWEEN 3 AND 7 bakery_1 +SELECT T1.FirstName , T1.LastName FROM customers AS T1 JOIN receipts AS T2 ON T1.id = T2.CustomerId ORDER BY T2.date LIMIT 1 bakery_1 +SELECT T1.FirstName , T1.LastName FROM customers AS T1 JOIN receipts AS T2 ON T1.id = T2.CustomerId ORDER BY T2.date LIMIT 1 bakery_1 +SELECT avg(price) FROM goods WHERE flavor = "Blackberry" OR flavor = "Blueberry" bakery_1 +SELECT avg(price) FROM goods WHERE flavor = "Blackberry" OR flavor = "Blueberry" bakery_1 +SELECT min(price) FROM goods WHERE flavor = "Cheese" bakery_1 +SELECT min(price) FROM goods WHERE flavor = "Cheese" bakery_1 +SELECT max(price) , min(price) , avg(price) , flavor FROM goods GROUP BY flavor ORDER BY flavor bakery_1 +SELECT max(price) , min(price) , avg(price) , flavor FROM goods GROUP BY flavor ORDER BY flavor bakery_1 +SELECT min(price) , max(price) , food FROM goods GROUP BY food ORDER BY food bakery_1 +SELECT min(price) , max(price) , food FROM goods GROUP BY food ORDER BY food bakery_1 +SELECT date FROM receipts GROUP BY date ORDER BY count(*) DESC LIMIT 3 bakery_1 +SELECT date FROM receipts GROUP BY date ORDER BY count(*) DESC LIMIT 3 bakery_1 +SELECT CustomerId , count(*) FROM receipts GROUP BY CustomerId ORDER BY count(*) DESC LIMIT 1 bakery_1 +SELECT CustomerId , count(*) FROM receipts GROUP BY CustomerId ORDER BY count(*) DESC LIMIT 1 bakery_1 +SELECT date , COUNT (DISTINCT CustomerId) FROM receipts GROUP BY date bakery_1 +SELECT date , COUNT (DISTINCT CustomerId) FROM receipts GROUP BY date bakery_1 +SELECT DISTINCT T4.FirstName , T4.LastName FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber JOIN customers AS T4 ON T3.CustomerId = T4.id WHERE T1.flavor = "Apple" AND T1.food = "Tart" bakery_1 +SELECT DISTINCT T4.FirstName , T4.LastName FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber JOIN customers AS T4 ON T3.CustomerId = T4.id WHERE T1.flavor = "Apple" AND T1.food = "Tart" bakery_1 +SELECT id FROM goods WHERE food = "Cookie" AND price < (SELECT min(price) FROM goods WHERE food = 'Croissant') bakery_1 +SELECT id FROM goods WHERE food = "Cookie" AND price < (SELECT min(price) FROM goods WHERE food = 'Croissant') bakery_1 +SELECT id FROM goods WHERE food = "Cake" AND price >= (SELECT avg(price) FROM goods WHERE food = "Tart") bakery_1 +SELECT id FROM goods WHERE food = "Cake" AND price >= (SELECT avg(price) FROM goods WHERE food = "Tart") bakery_1 +SELECT id FROM goods WHERE price > (SELECT avg(price) FROM goods) bakery_1 +SELECT id FROM goods WHERE price > (SELECT avg(price) FROM goods) bakery_1 +SELECT id , flavor , food FROM goods ORDER BY price bakery_1 +SELECT id , flavor , food FROM goods ORDER BY price bakery_1 +SELECT id , flavor FROM goods WHERE food = "Cake" ORDER BY flavor bakery_1 +SELECT id , flavor FROM goods WHERE food = "Cake" ORDER BY flavor bakery_1 +SELECT DISTINCT T1.item FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.flavor = "Chocolate" GROUP BY item HAVING count(*) <= 10 bakery_1 +SELECT DISTINCT T1.item FROM items AS T1 JOIN goods AS T2 ON T1.item = T2.id WHERE T2.flavor = "Chocolate" GROUP BY item HAVING count(*) <= 10 bakery_1 +SELECT DISTINCT flavor FROM goods WHERE food = "Cake" EXCEPT SELECT DISTINCT flavor FROM goods WHERE food = "Tart" bakery_1 +SELECT DISTINCT flavor FROM goods WHERE food = "Cake" EXCEPT SELECT DISTINCT flavor FROM goods WHERE food = "Tart" bakery_1 +SELECT item FROM items GROUP BY item ORDER BY COUNT (*) DESC LIMIT 3 bakery_1 +SELECT item FROM items GROUP BY item ORDER BY COUNT (*) DESC LIMIT 3 bakery_1 +SELECT T3.CustomerId FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber GROUP BY T3.CustomerId HAVING sum(T1.price) > 150 bakery_1 +SELECT T3.CustomerId FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber GROUP BY T3.CustomerId HAVING sum(T1.price) > 150 bakery_1 +SELECT T3.CustomerId FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber GROUP BY T3.CustomerId HAVING avg(T1.price) > 5 bakery_1 +SELECT T3.CustomerId FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber GROUP BY T3.CustomerId HAVING avg(T1.price) > 5 bakery_1 +SELECT T3.date FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber GROUP BY T3.date HAVING sum(T1.price) > 100 bakery_1 +SELECT T3.date FROM goods AS T1 JOIN items AS T2 ON T1.id = T2.item JOIN receipts AS T3 ON T2.receipt = T3.ReceiptNumber GROUP BY T3.date HAVING sum(T1.price) > 100 bakery_1 +SELECT count(*) FROM driver car_racing +SELECT count(*) FROM driver car_racing +SELECT make , count(*) FROM driver WHERE points > 150 GROUP BY make car_racing +SELECT make , count(*) FROM driver WHERE points > 150 GROUP BY make car_racing +SELECT avg(age) , Make FROM driver GROUP BY make car_racing +SELECT avg(age) , Make FROM driver GROUP BY make car_racing +SELECT avg(Laps) FROM driver WHERE age < 20 car_racing +SELECT avg(Laps) FROM driver WHERE age < 20 car_racing +SELECT Manager , Sponsor FROM team ORDER BY Car_Owner car_racing +SELECT Manager , Sponsor FROM team ORDER BY Car_Owner car_racing +SELECT make FROM team GROUP BY team HAVING count(*) > 1 car_racing +SELECT make FROM team GROUP BY team HAVING count(*) > 1 car_racing +SELECT Make FROM team WHERE Car_Owner = "Buddy Arrington" car_racing +SELECT Make FROM team WHERE Car_Owner = "Buddy Arrington" car_racing +SELECT max(Points) , min(Points) FROM driver car_racing +SELECT max(Points) , min(Points) FROM driver car_racing +SELECT count(*) FROM driver WHERE Points < 150 car_racing +SELECT count(*) FROM driver WHERE Points < 150 car_racing +SELECT Driver FROM driver ORDER BY Age ASC car_racing +SELECT Driver FROM driver ORDER BY Age ASC car_racing +SELECT Driver FROM driver ORDER BY Points DESC car_racing +SELECT Driver FROM driver ORDER BY Points DESC car_racing +SELECT T2.Driver , T1.Country FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country car_racing +SELECT T2.Driver , T1.Country FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country car_racing +SELECT max(T2.Points) FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country WHERE T1.Capital = "Dublin" car_racing +SELECT max(T2.Points) FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country WHERE T1.Capital = "Dublin" car_racing +SELECT avg(T2.age) FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country WHERE T1.Official_native_language = "English" car_racing +SELECT avg(T2.age) FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country WHERE T1.Official_native_language = "English" car_racing +SELECT T1.Country FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country WHERE T2.Points > 150 car_racing +SELECT T1.Country FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country WHERE T2.Points > 150 car_racing +SELECT T1.Capital FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country ORDER BY T2.Points DESC LIMIT 1 car_racing +SELECT T1.Capital FROM country AS T1 JOIN driver AS T2 ON T1.Country_ID = T2.Country ORDER BY T2.Points DESC LIMIT 1 car_racing +SELECT Make , COUNT(*) FROM driver GROUP BY Make car_racing +SELECT Make , COUNT(*) FROM driver GROUP BY Make car_racing +SELECT Make FROM driver GROUP BY Make ORDER BY COUNT(*) DESC LIMIT 1 car_racing +SELECT Make FROM driver GROUP BY Make ORDER BY COUNT(*) DESC LIMIT 1 car_racing +SELECT Make FROM driver GROUP BY Make HAVING COUNT(*) >= 3 car_racing +SELECT Make FROM driver GROUP BY Make HAVING COUNT(*) >= 3 car_racing +SELECT Team FROM team WHERE Team_ID NOT IN (SELECT Team_ID FROM team_driver) car_racing +SELECT Team FROM team WHERE Team_ID NOT IN (SELECT Team_ID FROM team_driver) car_racing +SELECT t2.country FROM driver AS t1 JOIN country AS t2 ON t1.country = t2.country_id WHERE t1.Make = "Dodge" INTERSECT SELECT t2.country FROM driver AS t1 JOIN country AS t2 ON t1.country = t2.country_id WHERE t1.Make = "Chevrolet" car_racing +SELECT t2.country FROM driver AS t1 JOIN country AS t2 ON t1.country = t2.country_id WHERE t1.Make = "Dodge" INTERSECT SELECT t2.country FROM driver AS t1 JOIN country AS t2 ON t1.country = t2.country_id WHERE t1.Make = "Chevrolet" car_racing +SELECT sum(Points) , avg(Points) FROM driver car_racing +SELECT sum(Points) , avg(Points) FROM driver car_racing +SELECT country FROM country WHERE country_id NOT IN (SELECT country FROM driver) car_racing +SELECT country FROM country WHERE country_id NOT IN (SELECT country FROM driver) car_racing +SELECT t1.manager , t1.sponsor FROM team AS t1 JOIN team_driver AS t2 ON t1.team_id = t2.team_id GROUP BY t2.team_id ORDER BY count(*) DESC LIMIT 1 car_racing +SELECT t1.manager , t1.sponsor FROM team AS t1 JOIN team_driver AS t2 ON t1.team_id = t2.team_id GROUP BY t2.team_id ORDER BY count(*) DESC LIMIT 1 car_racing +SELECT t1.manager , t1.car_owner FROM team AS t1 JOIN team_driver AS t2 ON t1.team_id = t2.team_id GROUP BY t2.team_id HAVING count(*) >= 2 car_racing +SELECT t1.manager , t1.car_owner FROM team AS t1 JOIN team_driver AS t2 ON t1.team_id = t2.team_id GROUP BY t2.team_id HAVING count(*) >= 2 car_racing +SELECT count(*) FROM institution institution_sports +SELECT count(*) FROM institution institution_sports +SELECT Name FROM institution ORDER BY Name ASC institution_sports +SELECT Name FROM institution ORDER BY Name ASC institution_sports +SELECT Name FROM institution ORDER BY Founded ASC institution_sports +SELECT Name FROM institution ORDER BY Founded ASC institution_sports +SELECT City , Province FROM institution institution_sports +SELECT City , Province FROM institution institution_sports +SELECT max(Enrollment) , min(Enrollment) FROM institution institution_sports +SELECT max(Enrollment) , min(Enrollment) FROM institution institution_sports +SELECT Affiliation FROM institution WHERE City != "Vancouver" institution_sports +SELECT Affiliation FROM institution WHERE City != "Vancouver" institution_sports +SELECT Stadium FROM institution ORDER BY Capacity DESC institution_sports +SELECT Stadium FROM institution ORDER BY Capacity DESC institution_sports +SELECT Stadium FROM institution ORDER BY Enrollment DESC LIMIT 1 institution_sports +SELECT Stadium FROM institution ORDER BY Enrollment DESC LIMIT 1 institution_sports +SELECT T2.Name , T1.Nickname FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID institution_sports +SELECT T2.Name , T1.Nickname FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID institution_sports +SELECT T1.Nickname FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID ORDER BY T2.Enrollment ASC LIMIT 1 institution_sports +SELECT T1.Nickname FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID ORDER BY T2.Enrollment ASC LIMIT 1 institution_sports +SELECT T2.Name FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID ORDER BY T1.Number_of_Championships DESC institution_sports +SELECT T2.Name FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID ORDER BY T1.Number_of_Championships DESC institution_sports +SELECT T2.Name FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID WHERE T1.Number_of_Championships >= 1 institution_sports +SELECT T2.Name FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID WHERE T1.Number_of_Championships >= 1 institution_sports +SELECT sum(T1.Number_of_Championships) FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID WHERE T2.Affiliation = "Public" institution_sports +SELECT sum(T1.Number_of_Championships) FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID WHERE T2.Affiliation = "Public" institution_sports +SELECT Affiliation , COUNT(*) FROM institution GROUP BY Affiliation institution_sports +SELECT Affiliation , COUNT(*) FROM institution GROUP BY Affiliation institution_sports +SELECT Affiliation FROM institution GROUP BY Affiliation ORDER BY COUNT(*) DESC LIMIT 1 institution_sports +SELECT Affiliation FROM institution GROUP BY Affiliation ORDER BY COUNT(*) DESC LIMIT 1 institution_sports +SELECT Founded , COUNT(*) FROM institution GROUP BY Founded HAVING COUNT(*) > 1 institution_sports +SELECT Founded , COUNT(*) FROM institution GROUP BY Founded HAVING COUNT(*) > 1 institution_sports +SELECT T1.Nickname FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID ORDER BY T2.Capacity DESC institution_sports +SELECT T1.Nickname FROM championship AS T1 JOIN institution AS T2 ON T1.Institution_ID = T2.Institution_ID ORDER BY T2.Capacity DESC institution_sports +select sum(enrollment) from institution where city = "vancouver" or city = "calgary" institution_sports +select sum(enrollment) from institution where city = "vancouver" or city = "calgary" institution_sports +SELECT Province FROM institution WHERE Founded < 1920 INTERSECT SELECT Province FROM institution WHERE Founded > 1950 institution_sports +SELECT Province FROM institution WHERE Founded < 1920 INTERSECT SELECT Province FROM institution WHERE Founded > 1950 institution_sports +SELECT count(DISTINCT Province) FROM institution institution_sports +SELECT count(DISTINCT Province) FROM institution institution_sports +SELECT * FROM warehouses warehouse_1 +SELECT * FROM warehouses warehouse_1 +SELECT DISTINCT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE LOCATION = 'New York' warehouse_1 +SELECT DISTINCT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE LOCATION = 'New York' warehouse_1 +SELECT CONTENTS FROM boxes WHERE Value > 150 warehouse_1 +SELECT CONTENTS FROM boxes WHERE Value > 150 warehouse_1 +SELECT warehouse , avg(value) FROM boxes GROUP BY warehouse warehouse_1 +SELECT warehouse , avg(value) FROM boxes GROUP BY warehouse warehouse_1 +SELECT avg(value) , sum(value) FROM boxes warehouse_1 +SELECT avg(value) , sum(value) FROM boxes warehouse_1 +SELECT avg(capacity) , sum(capacity) FROM warehouses warehouse_1 +SELECT avg(capacity) , sum(capacity) FROM warehouses warehouse_1 +SELECT avg(value) , max(value) , CONTENTS FROM boxes GROUP BY CONTENTS warehouse_1 +SELECT avg(value) , max(value) , CONTENTS FROM boxes GROUP BY CONTENTS warehouse_1 +SELECT CONTENTS FROM boxes ORDER BY value DESC LIMIT 1 warehouse_1 +SELECT CONTENTS FROM boxes ORDER BY value DESC LIMIT 1 warehouse_1 +SELECT avg(value) FROM boxes warehouse_1 +SELECT avg(value) FROM boxes warehouse_1 +SELECT DISTINCT CONTENTS FROM boxes warehouse_1 +SELECT DISTINCT CONTENTS FROM boxes warehouse_1 +SELECT count(DISTINCT CONTENTS) FROM boxes warehouse_1 +SELECT count(DISTINCT CONTENTS) FROM boxes warehouse_1 +SELECT count(DISTINCT LOCATION) FROM warehouses warehouse_1 +SELECT count(DISTINCT LOCATION) FROM warehouses warehouse_1 +SELECT T1.code FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago' OR T2.location = 'New York' warehouse_1 +SELECT T1.code FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago' OR T2.location = 'New York' warehouse_1 +SELECT sum(T1.value) FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago' OR T2.location = 'New York' warehouse_1 +SELECT sum(T1.value) FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago' OR T2.location = 'New York' warehouse_1 +SELECT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago' INTERSECT SELECT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'New York' warehouse_1 +SELECT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago' INTERSECT SELECT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'New York' warehouse_1 +SELECT CONTENTS FROM boxes EXCEPT SELECT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'New York' warehouse_1 +SELECT CONTENTS FROM boxes EXCEPT SELECT T1.contents FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'New York' warehouse_1 +SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Rocks' EXCEPT SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Scissors' warehouse_1 +SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Rocks' EXCEPT SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Scissors' warehouse_1 +SELECT DISTINCT warehouse FROM boxes WHERE CONTENTS = 'Rocks' OR CONTENTS = 'Scissors' warehouse_1 +SELECT DISTINCT warehouse FROM boxes WHERE CONTENTS = 'Rocks' OR CONTENTS = 'Scissors' warehouse_1 +SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Rocks' INTERSECT SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Scissors' warehouse_1 +SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Rocks' INTERSECT SELECT T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Scissors' warehouse_1 +SELECT code , CONTENTS FROM boxes ORDER BY value warehouse_1 +SELECT code , CONTENTS FROM boxes ORDER BY value warehouse_1 +SELECT code , CONTENTS FROM boxes ORDER BY value LIMIT 1 warehouse_1 +SELECT code , CONTENTS FROM boxes ORDER BY value LIMIT 1 warehouse_1 +SELECT DISTINCT CONTENTS FROM boxes WHERE value > (SELECT avg(value) FROM boxes) warehouse_1 +SELECT DISTINCT CONTENTS FROM boxes WHERE value > (SELECT avg(value) FROM boxes) warehouse_1 +SELECT DISTINCT CONTENTS FROM boxes ORDER BY CONTENTS warehouse_1 +SELECT DISTINCT CONTENTS FROM boxes ORDER BY CONTENTS warehouse_1 +SELECT code FROM boxes WHERE value > (SELECT min(value) FROM boxes WHERE CONTENTS = 'Rocks') warehouse_1 +SELECT code FROM boxes WHERE value > (SELECT min(value) FROM boxes WHERE CONTENTS = 'Rocks') warehouse_1 +SELECT code , CONTENTS FROM boxes WHERE value > (SELECT max(value) FROM boxes WHERE CONTENTS = 'Scissors') warehouse_1 +SELECT code , CONTENTS FROM boxes WHERE value > (SELECT max(value) FROM boxes WHERE CONTENTS = 'Scissors') warehouse_1 +SELECT sum(T1.value) FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code ORDER BY T2.capacity DESC LIMIT 1 warehouse_1 +SELECT sum(T1.value) FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code ORDER BY T2.capacity DESC LIMIT 1 warehouse_1 +SELECT warehouse , avg(value) FROM boxes GROUP BY warehouse HAVING avg(value) > 150 warehouse_1 +SELECT warehouse , avg(value) FROM boxes GROUP BY warehouse HAVING avg(value) > 150 warehouse_1 +SELECT sum(value) , count(*) , CONTENTS FROM boxes GROUP BY CONTENTS warehouse_1 +SELECT sum(value) , count(*) , CONTENTS FROM boxes GROUP BY CONTENTS warehouse_1 +SELECT sum(capacity) , avg(capacity) , max(capacity) , LOCATION FROM warehouses GROUP BY LOCATION warehouse_1 +SELECT sum(capacity) , avg(capacity) , max(capacity) , LOCATION FROM warehouses GROUP BY LOCATION warehouse_1 +SELECT sum(capacity) FROM warehouses warehouse_1 +SELECT sum(capacity) FROM warehouses warehouse_1 +SELECT max(T1.value) , T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code GROUP BY T2.location warehouse_1 +SELECT max(T1.value) , T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code GROUP BY T2.location warehouse_1 +SELECT Warehouse , count(*) FROM boxes GROUP BY warehouse warehouse_1 +select warehouse , count(*) from boxes group by warehouse warehouse_1 +SELECT count(DISTINCT LOCATION) FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Rocks' warehouse_1 +SELECT count(DISTINCT LOCATION) FROM boxes AS T1 JOIN warehouses AS T2 ON T1.warehouse = T2.code WHERE T1.contents = 'Rocks' warehouse_1 +SELECT T1.code , T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.Warehouse = T2.Code warehouse_1 +SELECT T1.code , T2.location FROM boxes AS T1 JOIN warehouses AS T2 ON T1.Warehouse = T2.Code warehouse_1 +SELECT T1.code FROM boxes AS T1 JOIN Warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago' warehouse_1 +SELECT T1.code FROM boxes AS T1 JOIN Warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location = 'Chicago' warehouse_1 +SELECT count(*) , warehouse FROM boxes GROUP BY warehouse warehouse_1 +SELECT count(*) , warehouse FROM boxes GROUP BY warehouse warehouse_1 +SELECT count(DISTINCT CONTENTS) , warehouse FROM boxes GROUP BY warehouse warehouse_1 +SELECT count(DISTINCT CONTENTS) , warehouse FROM boxes GROUP BY warehouse warehouse_1 +SELECT T2.code FROM boxes AS T1 JOIN Warehouses AS T2 ON T1.warehouse = T2.code GROUP BY T2.code HAVING count(*) > T2.capacity warehouse_1 +SELECT T2.code FROM boxes AS T1 JOIN Warehouses AS T2 ON T1.warehouse = T2.code GROUP BY T2.code HAVING count(*) > T2.capacity warehouse_1 +SELECT sum(T1.value) FROM boxes AS T1 JOIN Warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location != 'Chicago' warehouse_1 +SELECT sum(T1.value) FROM boxes AS T1 JOIN Warehouses AS T2 ON T1.warehouse = T2.code WHERE T2.location != 'Chicago' warehouse_1 +SELECT university_name , city , state FROM University ORDER BY university_name university_rank +SELECT university_name , city , state FROM University ORDER BY university_name university_rank +SELECT count(*) FROM University WHERE state = 'Illinois' OR state = 'Ohio' university_rank +SELECT count(*) FROM University WHERE state = 'Illinois' OR state = 'Ohio' university_rank +SELECT max(enrollment) , avg(enrollment) , min(enrollment) FROM University university_rank +SELECT max(enrollment) , avg(enrollment) , min(enrollment) FROM University university_rank +SELECT team_name FROM University WHERE enrollment > (SELECT avg(enrollment) FROM University) university_rank +select team_name from university where enrollment > (select avg(enrollment) from university) university_rank +SELECT DISTINCT home_conference FROM University university_rank +SELECT DISTINCT home_conference FROM University university_rank +SELECT home_conference , count(*) FROM University GROUP BY home_conference university_rank +SELECT home_conference , count(*) FROM University GROUP BY home_conference university_rank +SELECT state FROM University GROUP BY state ORDER BY count(*) DESC LIMIT 1 university_rank +SELECT state FROM University GROUP BY state ORDER BY count(*) DESC LIMIT 1 university_rank +SELECT home_conference FROM University GROUP BY home_conference HAVING avg(enrollment) > 2000 university_rank +SELECT home_conference FROM University GROUP BY home_conference HAVING avg(enrollment) > 2000 university_rank +SELECT home_conference FROM University GROUP BY home_conference ORDER BY sum(enrollment) LIMIT 1 university_rank +SELECT home_conference FROM University GROUP BY home_conference ORDER BY sum(enrollment) LIMIT 1 university_rank +SELECT major_name , major_code FROM Major ORDER BY major_code university_rank +SELECT major_name , major_code FROM Major ORDER BY major_code university_rank +SELECT T1.rank , T3.major_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T2.university_name = 'Augustana College' university_rank +SELECT T1.rank , T3.major_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T2.university_name = 'Augustana College' university_rank +SELECT T2.university_name , T2.city , T2.state FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T1.rank = 1 AND T3.major_name = 'Accounting' university_rank +SELECT T2.university_name , T2.city , T2.state FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T1.rank = 1 AND T3.major_name = 'Accounting' university_rank +SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 ON T1.university_id = T2.university_id WHERE T1.rank = 1 GROUP BY T2.university_name ORDER BY count(*) DESC LIMIT 1 university_rank +SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 ON T1.university_id = T2.university_id WHERE T1.rank = 1 GROUP BY T2.university_name ORDER BY count(*) DESC LIMIT 1 university_rank +SELECT university_name FROM University EXCEPT SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 ON T1.university_id = T2.university_id WHERE T1.rank = 1 university_rank +SELECT university_name FROM University EXCEPT SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 ON T1.university_id = T2.university_id WHERE T1.rank = 1 university_rank +SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T3.major_name = 'Accounting' INTERSECT SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T3.major_name = 'Urban Education' university_rank +SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T3.major_name = 'Accounting' INTERSECT SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T3.major_name = 'Urban Education' university_rank +SELECT T1.university_name , T2.rank FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id WHERE T1.state = 'Wisconsin' university_rank +SELECT T1.university_name , T2.rank FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id WHERE T1.state = 'Wisconsin' university_rank +SELECT T1.university_name FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id ORDER BY T2.research_point DESC LIMIT 1 university_rank +SELECT T1.university_name FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id ORDER BY T2.research_point DESC LIMIT 1 university_rank +SELECT T1.university_name FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id ORDER BY T2.reputation_point university_rank +SELECT T1.university_name FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id ORDER BY T2.reputation_point university_rank +SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T1.rank <= 3 AND T3.major_name = "Accounting" university_rank +SELECT T2.university_name FROM Major_Ranking AS T1 JOIN University AS T2 JOIN Major AS T3 ON T1.university_id = T2.university_id AND T1.major_id = T3.major_id WHERE T1.rank <= 3 AND T3.major_name = "Accounting" university_rank +SELECT sum(enrollment) FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id WHERE T2.rank >= 5 university_rank +SELECT sum(enrollment) FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id WHERE T2.rank >= 5 university_rank +SELECT T1.University_Name , T2.Citation_point FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id ORDER BY T2.Reputation_point DESC LIMIT 3 university_rank +SELECT T1.University_Name , T2.Citation_point FROM University AS T1 JOIN Overall_ranking AS T2 ON T1.university_id = T2.university_id ORDER BY T2.Reputation_point DESC LIMIT 3 university_rank +SELECT state FROM university WHERE enrollment < 3000 GROUP BY state HAVING count(*) > 2 university_rank +SELECT state FROM university WHERE enrollment < 3000 GROUP BY state HAVING count(*) > 2 university_rank +SELECT title FROM movies WHERE rating = 'null' movie_2 +SELECT title FROM movies WHERE rating = 'null' movie_2 +SELECT title FROM movies WHERE rating = 'G' movie_2 +SELECT title FROM movies WHERE rating = 'G' movie_2 +SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon' movie_2 +SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon' movie_2 +SELECT T1.title , T2.name FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie movie_2 +SELECT T1.title , T2.name FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie movie_2 +SELECT count(*) FROM movies WHERE rating = 'G' movie_2 +SELECT count(*) FROM movies WHERE rating = 'G' movie_2 +SELECT count(*) FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie movie_2 +SELECT count(*) FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie movie_2 +SELECT count(DISTINCT T1.code) FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie movie_2 +SELECT count(DISTINCT T1.code) FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie movie_2 +SELECT count(DISTINCT name) FROM movietheaters movie_2 +SELECT count(DISTINCT name) FROM movietheaters movie_2 +SELECT rating FROM movies WHERE title LIKE '%Citizen%' movie_2 +SELECT rating FROM movies WHERE title LIKE '%Citizen%' movie_2 +SELECT title FROM movies WHERE rating = 'G' OR rating = 'PG' movie_2 +SELECT title FROM movies WHERE rating = 'G' OR rating = 'PG' movie_2 +SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon' OR T2.name = 'Imperial' movie_2 +SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon' OR T2.name = 'Imperial' movie_2 +SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon' INTERSECT SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Imperial' movie_2 +SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon' INTERSECT SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Imperial' movie_2 +SELECT title FROM movies EXCEPT SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon' movie_2 +SELECT title FROM movies EXCEPT SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T2.name = 'Odeon' movie_2 +SELECT title FROM movies ORDER BY title movie_2 +SELECT title FROM movies ORDER BY title movie_2 +SELECT title FROM movies ORDER BY rating movie_2 +SELECT title FROM movies ORDER BY rating movie_2 +SELECT name FROM movietheaters GROUP BY name ORDER BY count(*) DESC LIMIT 1 movie_2 +SELECT name FROM movietheaters GROUP BY name ORDER BY count(*) DESC LIMIT 1 movie_2 +SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie GROUP BY T1.title ORDER BY count(*) DESC LIMIT 1 movie_2 +SELECT T1.title FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie GROUP BY T1.title ORDER BY count(*) DESC LIMIT 1 movie_2 +SELECT count(*) , rating FROM movies GROUP BY rating movie_2 +SELECT count(*) , rating FROM movies GROUP BY rating movie_2 +SELECT count(*) , rating FROM movies WHERE rating != 'null' GROUP BY rating movie_2 +SELECT count(*) , rating FROM movies WHERE rating != 'null' GROUP BY rating movie_2 +SELECT name FROM movietheaters GROUP BY name HAVING count(*) >= 1 movie_2 +SELECT name FROM movietheaters GROUP BY name HAVING count(*) >= 1 movie_2 +SELECT DISTINCT name FROM MovieTheaters WHERE Movie = 'null' movie_2 +SELECT DISTINCT name FROM MovieTheaters WHERE Movie = 'null' movie_2 +SELECT T2.name FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T1.rating = 'G' movie_2 +SELECT T2.name FROM movies AS T1 JOIN movietheaters AS T2 ON T1.code = T2.movie WHERE T1.rating = 'G' movie_2 +SELECT title FROM movies movie_2 +SELECT title FROM movies movie_2 +SELECT DISTINCT rating FROM movies movie_2 +SELECT DISTINCT rating FROM movies movie_2 +SELECT * FROM movies WHERE rating = 'null' movie_2 +SELECT * FROM movies WHERE rating = 'null' movie_2 +SELECT Title FROM Movies WHERE Code NOT IN (SELECT Movie FROM MovieTheaters WHERE Movie != 'null') movie_2 +SELECT Title FROM Movies WHERE Code NOT IN (SELECT Movie FROM MovieTheaters WHERE Movie != 'null') movie_2 +SELECT T2.Name FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Recipient = T2.AccountNumber ORDER BY T1.Weight DESC LIMIT 1 planet_1 +SELECT T2.Name FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Recipient = T2.AccountNumber ORDER BY T1.Weight DESC LIMIT 1 planet_1 +SELECT sum(T1.Weight) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = "Leo Wong"; planet_1 +SELECT sum(T1.Weight) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = "Leo Wong"; planet_1 +SELECT POSITION FROM Employee WHERE Name = "Amy Wong"; planet_1 +SELECT POSITION FROM Employee WHERE Name = "Amy Wong"; planet_1 +SELECT Salary , POSITION FROM Employee WHERE Name = "Turanga Leela"; planet_1 +SELECT Salary , POSITION FROM Employee WHERE Name = "Turanga Leela"; planet_1 +SELECT avg(Salary) FROM Employee WHERE POSITION = "Intern"; planet_1 +SELECT avg(Salary) FROM Employee WHERE POSITION = "Intern"; planet_1 +SELECT T1.Level FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID WHERE T2.position = "Physician"; planet_1 +SELECT T1.Level FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID WHERE T2.position = "Physician"; planet_1 +SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = "Leo Wong"; planet_1 +SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = "Leo Wong"; planet_1 +select t1.packagenumber from package as t1 join client as t2 on t1.recipient = t2.accountnumber where t2.name = "leo wong"; planet_1 +SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Recipient = T2.AccountNumber WHERE T2.Name = "Leo Wong"; planet_1 +SELECT DISTINCT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber OR T1.Recipient = T2.AccountNumber WHERE T2.Name = "Leo Wong" planet_1 +SELECT DISTINCT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber OR T1.Recipient = T2.AccountNumber WHERE T2.Name = "Leo Wong" planet_1 +SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = "Ogden Wernstrom" INTERSECT SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Recipient = T2.AccountNumber WHERE T2.Name = "Leo Wong" planet_1 +SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = "Ogden Wernstrom" INTERSECT SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Recipient = T2.AccountNumber WHERE T2.Name = "Leo Wong" planet_1 +SELECT T1.Contents FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = "John Zoidfarb"; planet_1 +SELECT T1.Contents FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name = "John Zoidfarb"; planet_1 +SELECT T1.PackageNumber , max(T1.Weight) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name LIKE "John"; planet_1 +SELECT T1.PackageNumber , max(T1.Weight) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber WHERE T2.Name LIKE "John"; planet_1 +SELECT PackageNumber , Weight FROM PACKAGE ORDER BY Weight ASC LIMIT 3; planet_1 +SELECT PackageNumber , Weight FROM PACKAGE ORDER BY Weight ASC LIMIT 3; planet_1 +SELECT T2.Name , count(*) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber GROUP BY T1.Sender ORDER BY count(*) DESC LIMIT 1; planet_1 +SELECT T2.Name , count(*) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber GROUP BY T1.Sender ORDER BY count(*) DESC LIMIT 1; planet_1 +select t2.name , count(*) from package as t1 join client as t2 on t1.recipient = t2.accountnumber group by t1.recipient order by count(*) limit 1; planet_1 +select t2.name , count(*) from package as t1 join client as t2 on t1.recipient = t2.accountnumber group by t1.recipient order by count(*) limit 1; planet_1 +SELECT T2.Name , count(*) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber GROUP BY T1.Sender HAVING count(*) > 1; planet_1 +SELECT T2.Name , count(*) FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber GROUP BY T1.Sender HAVING count(*) > 1; planet_1 +SELECT Coordinates FROM Planet WHERE Name = "Mars"; planet_1 +SELECT Coordinates FROM Planet WHERE Name = "Mars"; planet_1 +SELECT Name , Coordinates FROM Planet ORDER BY Name planet_1 +SELECT Name , Coordinates FROM Planet ORDER BY Name planet_1 +SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Employee AS T2 ON T1.Manager = T2.EmployeeID WHERE T2.Name = "Phillip J. Fry"; planet_1 +SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Employee AS T2 ON T1.Manager = T2.EmployeeID WHERE T2.Name = "Phillip J. Fry"; planet_1 +SELECT Date FROM Shipment; planet_1 +SELECT Date FROM Shipment; planet_1 +SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID WHERE T2.Name = "Mars"; planet_1 +SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID WHERE T2.Name = "Mars"; planet_1 +SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID JOIN Employee AS T3 ON T3.EmployeeID = T1.Manager WHERE T2.Name = "Mars" AND T3.Name = "Turanga Leela"; planet_1 +SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID JOIN Employee AS T3 ON T3.EmployeeID = T1.Manager WHERE T2.Name = "Mars" AND T3.Name = "Turanga Leela"; planet_1 +SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID JOIN Employee AS T3 ON T3.EmployeeID = T1.Manager WHERE T2.Name = "Mars" OR T3.Name = "Turanga Leela"; planet_1 +SELECT T1.ShipmentID FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID JOIN Employee AS T3 ON T3.EmployeeID = T1.Manager WHERE T2.Name = "Mars" OR T3.Name = "Turanga Leela"; planet_1 +SELECT T2.Name , count(*) FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID GROUP BY T1.Planet; planet_1 +SELECT T2.Name , count(*) FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID GROUP BY T1.Planet; planet_1 +SELECT T2.Name FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID GROUP BY T1.Planet ORDER BY count(*) DESC LIMIT 1; planet_1 +SELECT T2.Name FROM Shipment AS T1 JOIN Planet AS T2 ON T1.Planet = T2.PlanetID GROUP BY T1.Planet ORDER BY count(*) DESC LIMIT 1; planet_1 +SELECT T2.Name , count(*) FROM Shipment AS T1 JOIN Employee AS T2 ON T1.Manager = T2.EmployeeID GROUP BY T1.Manager; planet_1 +SELECT T2.Name , count(*) FROM Shipment AS T1 JOIN Employee AS T2 ON T1.Manager = T2.EmployeeID GROUP BY T1.Manager; planet_1 +SELECT sum(T1.Weight) FROM PACKAGE AS T1 JOIN Shipment AS T2 ON T1.Shipment = T2.ShipmentID JOIN Planet AS T3 ON T2.Planet = T3.PlanetID WHERE T3.Name = "Mars"; planet_1 +SELECT sum(T1.Weight) FROM PACKAGE AS T1 JOIN Shipment AS T2 ON T1.Shipment = T2.ShipmentID JOIN Planet AS T3 ON T2.Planet = T3.PlanetID WHERE T3.Name = "Mars"; planet_1 +select t3.name , sum(t1.weight) from package as t1 join shipment as t2 on t1.shipment = t2.shipmentid join planet as t3 on t2.planet = t3.planetid group by t2.planet; planet_1 +select t3.name , sum(t1.weight) from package as t1 join shipment as t2 on t1.shipment = t2.shipmentid join planet as t3 on t2.planet = t3.planetid group by t2.planet; planet_1 +SELECT T3.Name FROM PACKAGE AS T1 JOIN Shipment AS T2 ON T1.Shipment = T2.ShipmentID JOIN Planet AS T3 ON T2.Planet = T3.PlanetID GROUP BY T2.Planet HAVING sum(T1.Weight) > 30; planet_1 +SELECT T3.Name FROM PACKAGE AS T1 JOIN Shipment AS T2 ON T1.Shipment = T2.ShipmentID JOIN Planet AS T3 ON T2.Planet = T3.PlanetID GROUP BY T2.Planet HAVING sum(T1.Weight) > 30; planet_1 +SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber JOIN Shipment AS T3 ON T1.Shipment = T3.ShipmentID JOIN Planet AS T4 ON T3.Planet = T4.PlanetID WHERE T2.Name = "Zapp Brannigan" AND T4.Name = "Omicron Persei 8"; planet_1 +SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber JOIN Shipment AS T3 ON T1.Shipment = T3.ShipmentID JOIN Planet AS T4 ON T3.Planet = T4.PlanetID WHERE T2.Name = "Zapp Brannigan" AND T4.Name = "Omicron Persei 8"; planet_1 +SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber JOIN Shipment AS T3 ON T1.Shipment = T3.ShipmentID JOIN Planet AS T4 ON T3.Planet = T4.PlanetID WHERE T2.Name = "Zapp Brannigan" OR T4.Name = "Omicron Persei 8"; planet_1 +SELECT T1.PackageNumber FROM PACKAGE AS T1 JOIN Client AS T2 ON T1.Sender = T2.AccountNumber JOIN Shipment AS T3 ON T1.Shipment = T3.ShipmentID JOIN Planet AS T4 ON T3.Planet = T4.PlanetID WHERE T2.Name = "Zapp Brannigan" OR T4.Name = "Omicron Persei 8"; planet_1 +SELECT PackageNumber , Weight FROM PACKAGE WHERE Weight BETWEEN 10 AND 30; planet_1 +SELECT PackageNumber , Weight FROM PACKAGE WHERE Weight BETWEEN 10 AND 30; planet_1 +SELECT Name FROM Employee EXCEPT SELECT T2.Name FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID JOIN Planet AS T3 ON T1.Planet = T3.PlanetID WHERE T3.Name = "Mars"; planet_1 +SELECT Name FROM Employee EXCEPT SELECT T2.Name FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID JOIN Planet AS T3 ON T1.Planet = T3.PlanetID WHERE T3.Name = "Mars"; planet_1 +SELECT T2.Name FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID JOIN Planet AS T3 ON T1.Planet = T3.PlanetID WHERE T3.Name = "Omega III"; planet_1 +SELECT T2.Name FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID JOIN Planet AS T3 ON T1.Planet = T3.PlanetID WHERE T3.Name = "Omega III"; planet_1 +SELECT T3.Name FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID JOIN Planet AS T3 ON T1.Planet = T3.PlanetID GROUP BY T1.Planet HAVING count(*) = 1; planet_1 +SELECT T3.Name FROM Has_Clearance AS T1 JOIN Employee AS T2 ON T1.Employee = T2.EmployeeID JOIN Planet AS T3 ON T1.Planet = T3.PlanetID GROUP BY T1.Planet HAVING count(*) = 1; planet_1 +SELECT Name FROM Employee WHERE Salary BETWEEN 5000 AND 10000 planet_1 +SELECT Name FROM Employee WHERE Salary BETWEEN 5000 AND 10000 planet_1 +SELECT Name FROM Employee WHERE Salary > 5000 OR Salary > (SELECT avg(salary) FROM employee) planet_1 +SELECT Name FROM Employee WHERE Salary > 5000 OR Salary > (SELECT avg(salary) FROM employee) planet_1 +select count(*) from employee where employeeid not in ( select t2.employeeid from has_clearance as t1 join employee as t2 on t1.employee = t2.employeeid join planet as t3 on t1.planet = t3.planetid where t3.name = "mars" ); planet_1 +select count(*) from employee where employeeid not in ( select t2.employeeid from has_clearance as t1 join employee as t2 on t1.employee = t2.employeeid join planet as t3 on t1.planet = t3.planetid where t3.name = "mars" ); planet_1 +SELECT count(*) FROM game video_game +SELECT count(*) FROM game video_game +SELECT Title , Developers FROM game ORDER BY Units_sold_Millions DESC video_game +SELECT Title , Developers FROM game ORDER BY Units_sold_Millions DESC video_game +SELECT avg(Units_sold_Millions) FROM game WHERE developers != 'Nintendo' video_game +SELECT avg(Units_sold_Millions) FROM game WHERE developers != 'Nintendo' video_game +SELECT Platform_name , Market_district FROM platform video_game +SELECT Platform_name , Market_district FROM platform video_game +SELECT Platform_name , Platform_ID FROM platform WHERE Download_rank = 1 video_game +SELECT Platform_name , Platform_ID FROM platform WHERE Download_rank = 1 video_game +SELECT max(Rank_of_the_year) , min(Rank_of_the_year) FROM player video_game +SELECT max(Rank_of_the_year) , min(Rank_of_the_year) FROM player video_game +SELECT count(*) FROM player WHERE Rank_of_the_year <= 3 video_game +SELECT count(*) FROM player WHERE Rank_of_the_year <= 3 video_game +SELECT Player_name FROM player ORDER BY Player_name ASC video_game +SELECT Player_name FROM player ORDER BY Player_name ASC video_game +SELECT Player_name , College FROM player ORDER BY Rank_of_the_year DESC video_game +SELECT Player_name , College FROM player ORDER BY Rank_of_the_year DESC video_game +SELECT T3.Player_name , T3.rank_of_the_year FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T1.Title = "Super Mario World" video_game +SELECT T3.Player_name , T3.rank_of_the_year FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T1.Title = "Super Mario World" video_game +SELECT DISTINCT T1.Developers FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.College = "Auburn" video_game +SELECT DISTINCT T1.Developers FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.College = "Auburn" video_game +SELECT avg(Units_sold_Millions) FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.Position = "Guard" video_game +SELECT avg(Units_sold_Millions) FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.Position = "Guard" video_game +SELECT T1.Title , T2.Platform_name FROM game AS T1 JOIN platform AS T2 ON T1.Platform_ID = T2.Platform_ID video_game +SELECT T1.Title , T2.Platform_name FROM game AS T1 JOIN platform AS T2 ON T1.Platform_ID = T2.Platform_ID video_game +SELECT T1.Title FROM game AS T1 JOIN platform AS T2 ON T1.Platform_ID = T2.Platform_ID WHERE T2.Market_district = "Asia" OR T2.Market_district = "USA" video_game +SELECT T1.Title FROM game AS T1 JOIN platform AS T2 ON T1.Platform_ID = T2.Platform_ID WHERE T2.Market_district = "Asia" OR T2.Market_district = "USA" video_game +SELECT Franchise , COUNT(*) FROM game GROUP BY Franchise video_game +SELECT Franchise , COUNT(*) FROM game GROUP BY Franchise video_game +SELECT Franchise FROM game GROUP BY Franchise ORDER BY COUNT(*) DESC LIMIT 1 video_game +SELECT Franchise FROM game GROUP BY Franchise ORDER BY COUNT(*) DESC LIMIT 1 video_game +SELECT Franchise FROM game GROUP BY Franchise HAVING COUNT(*) >= 2 video_game +SELECT Franchise FROM game GROUP BY Franchise HAVING COUNT(*) >= 2 video_game +SELECT Player_name FROM player WHERE Player_ID NOT IN (SELECT Player_ID FROM game_player) video_game +SELECT Player_name FROM player WHERE Player_ID NOT IN (SELECT Player_ID FROM game_player) video_game +SELECT T1.Title FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.College = "Oklahoma" INTERSECT SELECT T1.Title FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.College = "Auburn" video_game +SELECT T1.Title FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.College = "Oklahoma" INTERSECT SELECT T1.Title FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.College = "Auburn" video_game +SELECT DISTINCT Franchise FROM game video_game +SELECT DISTINCT Franchise FROM game video_game +SELECT Title FROM game EXCEPT SELECT T1.Title FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.Position = "Guard" video_game +SELECT Title FROM game EXCEPT SELECT T1.Title FROM game AS T1 JOIN game_player AS T2 ON T1.Game_ID = T2.Game_ID JOIN player AS T3 ON T2.Player_ID = T3.Player_ID WHERE T3.Position = "Guard" video_game +SELECT name FROM press ORDER BY Year_Profits_billion DESC book_press +SELECT name FROM press ORDER BY Year_Profits_billion DESC book_press +SELECT name FROM press WHERE Year_Profits_billion > 15 OR Month_Profits_billion > 1 book_press +SELECT name FROM press WHERE Year_Profits_billion > 15 OR Month_Profits_billion > 1 book_press +SELECT avg(Year_Profits_billion) , max(Year_Profits_billion) FROM press book_press +SELECT avg(Year_Profits_billion) , max(Year_Profits_billion) FROM press book_press +SELECT name FROM press ORDER BY Month_Profits_billion DESC LIMIT 1 book_press +SELECT name FROM press ORDER BY Month_Profits_billion DESC LIMIT 1 book_press +SELECT name FROM press WHERE Month_Profits_billion = (SELECT min(Month_Profits_billion) FROM press) OR Month_Profits_billion = (SELECT max(Month_Profits_billion) FROM press) book_press +SELECT name FROM press WHERE Month_Profits_billion = (SELECT min(Month_Profits_billion) FROM press) OR Month_Profits_billion = (SELECT max(Month_Profits_billion) FROM press) book_press +SELECT count(*) FROM author WHERE age < 30 book_press +SELECT count(*) FROM author WHERE age < 30 book_press +SELECT avg(age) , gender FROM author GROUP BY gender book_press +SELECT avg(age) , gender FROM author GROUP BY gender book_press +SELECT count(*) , gender FROM author WHERE age > 30 GROUP BY gender book_press +SELECT count(*) , gender FROM author WHERE age > 30 GROUP BY gender book_press +SELECT title FROM book ORDER BY release_date DESC book_press +SELECT title FROM book ORDER BY release_date DESC book_press +SELECT count(*) , book_series FROM book GROUP BY book_series book_press +SELECT count(*) , book_series FROM book GROUP BY book_series book_press +SELECT title , release_date FROM book ORDER BY sale_amount DESC LIMIT 5 book_press +SELECT title , release_date FROM book ORDER BY sale_amount DESC LIMIT 5 book_press +SELECT book_series FROM book WHERE sale_amount > 1000 INTERSECT SELECT book_series FROM book WHERE sale_amount < 500 book_press +SELECT book_series FROM book WHERE sale_amount > 1000 INTERSECT SELECT book_series FROM book WHERE sale_amount < 500 book_press +SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id WHERE t2.book_series = 'MM' INTERSECT SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id WHERE t2.book_series = 'LT' book_press +SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id WHERE t2.book_series = 'MM' INTERSECT SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id WHERE t2.book_series = 'LT' book_press +SELECT name , age FROM author WHERE author_id NOT IN (SELECT author_id FROM book) book_press +select name from author where author_id not in (select author_id from book) book_press +SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id GROUP BY t2.author_id HAVING count(*) > 1 book_press +SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id GROUP BY t2.author_id HAVING count(*) > 1 book_press +SELECT t1.name , t2.title , t3.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id JOIN press AS t3 ON t2.press_id = t3.press_id ORDER BY t2.sale_amount DESC LIMIT 3 book_press +SELECT t1.name , t2.title , t3.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id JOIN press AS t3 ON t2.press_id = t3.press_id ORDER BY t2.sale_amount DESC LIMIT 3 book_press +SELECT sum(t1.sale_amount) , t2.name FROM book AS t1 JOIN press AS t2 ON t1.press_id = t2.press_id GROUP BY t1.press_id book_press +SELECT sum(t1.sale_amount) , t2.name FROM book AS t1 JOIN press AS t2 ON t1.press_id = t2.press_id GROUP BY t1.press_id book_press +SELECT count(*) , t2.name FROM book AS t1 JOIN press AS t2 ON t1.press_id = t2.press_id WHERE sale_amount > 1000 GROUP BY t2.name book_press +SELECT count(*) , t2.name FROM book AS t1 JOIN press AS t2 ON t1.press_id = t2.press_id WHERE sale_amount > 1000 GROUP BY t2.name book_press +SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id ORDER BY t2.sale_amount DESC LIMIT 1 book_press +SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id ORDER BY t2.sale_amount DESC LIMIT 1 book_press +SELECT t1.name , t1.gender FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id GROUP BY t2.author_id ORDER BY count(*) DESC LIMIT 1 book_press +SELECT t1.name , t1.gender FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id GROUP BY t2.author_id ORDER BY count(*) DESC LIMIT 1 book_press +SELECT name FROM author EXCEPT SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id JOIN press AS t3 ON t2.press_id = t3.press_id WHERE t3.name = 'Accor' book_press +SELECT name FROM author EXCEPT SELECT t1.name FROM author AS t1 JOIN book AS t2 ON t1.author_id = t2.author_id JOIN press AS t3 ON t2.press_id = t3.press_id WHERE t3.name = 'Accor' book_press +SELECT t2.name , t2.Year_Profits_billion FROM book AS t1 JOIN press AS t2 ON t1.press_id = t2.press_id GROUP BY t2.press_id HAVING count(*) > 2 book_press +SELECT t2.name , t2.Year_Profits_billion FROM book AS t1 JOIN press AS t2 ON t1.press_id = t2.press_id GROUP BY t2.press_id HAVING count(*) > 2 book_press +SELECT count(*) FROM Authors cre_Doc_Workflow +SELECT author_name FROM Authors cre_Doc_Workflow +SELECT author_name , other_details FROM Authors cre_Doc_Workflow +SELECT other_details FROM Authors WHERE author_name = "Addison Denesik" cre_Doc_Workflow +SELECT count(*) FROM Documents cre_Doc_Workflow +SELECT author_name FROM Documents WHERE document_id = 4 cre_Doc_Workflow +SELECT author_name FROM Documents WHERE document_name = "Travel to Brazil" cre_Doc_Workflow +SELECT count(*) FROM Documents WHERE author_name = "Era Kerluke" cre_Doc_Workflow +SELECT document_name , document_description FROM Documents cre_Doc_Workflow +SELECT document_id , document_name FROM Documents WHERE author_name = "Bianka Cummings" cre_Doc_Workflow +SELECT T2.author_name , T2.other_details FROM Documents AS T1 JOIN Authors AS T2 ON T1.author_name = T2.author_name WHERE document_name = "Travel to China" cre_Doc_Workflow +SELECT author_name , count(*) FROM Documents GROUP BY author_name cre_Doc_Workflow +SELECT author_name FROM Documents GROUP BY author_name ORDER BY count(*) DESC LIMIT 1 cre_Doc_Workflow +SELECT author_name FROM Documents GROUP BY author_name HAVING count(*) >= 2 cre_Doc_Workflow +SELECT count(*) FROM Business_processes cre_Doc_Workflow +SELECT next_process_id , process_name , process_description FROM Business_processes WHERE process_id = 9 cre_Doc_Workflow +SELECT process_name FROM Business_processes WHERE process_id = (SELECT next_process_id FROM Business_processes WHERE process_id = 9) cre_Doc_Workflow +SELECT count(*) FROM Process_outcomes cre_Doc_Workflow +SELECT process_outcome_code , process_outcome_description FROM Process_outcomes cre_Doc_Workflow +SELECT process_outcome_description FROM Process_outcomes WHERE process_outcome_code = "working" cre_Doc_Workflow +SELECT count(*) FROM Process_status cre_Doc_Workflow +SELECT process_status_code , process_status_description FROM Process_status cre_Doc_Workflow +SELECT process_status_description FROM Process_status WHERE process_status_code = "ct" cre_Doc_Workflow +SELECT count(*) FROM Staff cre_Doc_Workflow +SELECT staff_id , staff_details FROM Staff cre_Doc_Workflow +SELECT staff_details FROM Staff WHERE staff_id = 100 cre_Doc_Workflow +SELECT count(*) FROM Ref_staff_roles cre_Doc_Workflow +SELECT staff_role_code , staff_role_description FROM Ref_staff_roles cre_Doc_Workflow +SELECT staff_role_description FROM Ref_staff_roles WHERE staff_role_code = "HR" cre_Doc_Workflow +SELECT count(DISTINCT document_id) FROM Documents_processes cre_Doc_Workflow +SELECT DISTINCT process_id FROM Documents_processes cre_Doc_Workflow +SELECT document_id FROM Documents EXCEPT SELECT document_id FROM Documents_processes cre_Doc_Workflow +SELECT process_id FROM Business_processes EXCEPT SELECT process_id FROM Documents_processes cre_Doc_Workflow +SELECT T2.process_outcome_description , T3.process_status_description FROM Documents_processes AS T1 JOIN Process_outcomes AS T2 ON T1.process_outcome_code = T2.process_outcome_code JOIN Process_Status AS T3 ON T1.process_status_code = T3.process_status_code WHERE T1.document_id = 0 cre_Doc_Workflow +SELECT T3.process_name FROM Documents_processes AS T1 JOIN Documents AS T2 ON T1.document_id = T2.document_id JOIN Business_processes AS T3 ON T1.process_id = T3.process_id WHERE T2.document_name = "Travel to Brazil" cre_Doc_Workflow +SELECT process_id , count(*) FROM Documents_processes GROUP BY process_id cre_Doc_Workflow +SELECT count(*) FROM Staff_in_processes WHERE document_id = 0 AND process_id = 9 cre_Doc_Workflow +SELECT staff_id , count(*) FROM Staff_in_processes GROUP BY staff_id cre_Doc_Workflow +SELECT staff_role_code , count(*) FROM Staff_in_processes GROUP BY staff_role_code cre_Doc_Workflow +SELECT count(DISTINCT staff_role_code) FROM Staff_in_processes WHERE staff_id = 3 cre_Doc_Workflow +SELECT count(*) FROM Agencies advertising_agencies +SELECT count(*) FROM Agencies advertising_agencies +SELECT agency_id , agency_details FROM Agencies advertising_agencies +SELECT agency_id , agency_details FROM Agencies advertising_agencies +SELECT count(*) FROM Clients advertising_agencies +SELECT count(*) FROM Clients advertising_agencies +SELECT client_id , client_details FROM Clients advertising_agencies +SELECT client_id , client_details FROM Clients advertising_agencies +SELECT agency_id , count(*) FROM Clients GROUP BY agency_id advertising_agencies +SELECT agency_id , count(*) FROM Clients GROUP BY agency_id advertising_agencies +SELECT T1.agency_id , T1.agency_details FROM Agencies AS T1 JOIN Clients AS T2 ON T1.agency_id = T2.agency_id GROUP BY T1.agency_id ORDER BY count(*) DESC LIMIT 1 advertising_agencies +SELECT T1.agency_id , T1.agency_details FROM Agencies AS T1 JOIN Clients AS T2 ON T1.agency_id = T2.agency_id GROUP BY T1.agency_id ORDER BY count(*) DESC LIMIT 1 advertising_agencies +SELECT T1.agency_id , T1.agency_details FROM Agencies AS T1 JOIN Clients AS T2 ON T1.agency_id = T2.agency_id GROUP BY T1.agency_id HAVING count(*) >= 2 advertising_agencies +SELECT T1.agency_id , T1.agency_details FROM Agencies AS T1 JOIN Clients AS T2 ON T1.agency_id = T2.agency_id GROUP BY T1.agency_id HAVING count(*) >= 2 advertising_agencies +SELECT T2.agency_details FROM Clients AS T1 JOIN Agencies AS T2 ON T1.agency_id = T2.agency_id WHERE T1.client_details = 'Mac' advertising_agencies +SELECT T2.agency_details FROM Clients AS T1 JOIN Agencies AS T2 ON T1.agency_id = T2.agency_id WHERE T1.client_details = 'Mac' advertising_agencies +SELECT T1.client_details , T2.agency_details FROM Clients AS T1 JOIN Agencies AS T2 ON T1.agency_id = T2.agency_id advertising_agencies +SELECT T1.client_details , T2.agency_details FROM Clients AS T1 JOIN Agencies AS T2 ON T1.agency_id = T2.agency_id advertising_agencies +SELECT sic_code , count(*) FROM Clients GROUP BY sic_code advertising_agencies +SELECT sic_code , count(*) FROM Clients GROUP BY sic_code advertising_agencies +SELECT client_id , client_details FROM Clients WHERE sic_code = "Bad"; advertising_agencies +SELECT client_id , client_details FROM Clients WHERE sic_code = "Bad"; advertising_agencies +SELECT T1.agency_id , T1.agency_details FROM Agencies AS T1 JOIN Clients AS T2 ON T1.agency_id = T2.agency_id advertising_agencies +SELECT T1.agency_id , T1.agency_details FROM Agencies AS T1 JOIN Clients AS T2 ON T1.agency_id = T2.agency_id advertising_agencies +SELECT agency_id FROM Agencies EXCEPT SELECT agency_id FROM Clients advertising_agencies +SELECT agency_id FROM Agencies EXCEPT SELECT agency_id FROM Clients advertising_agencies +SELECT count(*) FROM Invoices advertising_agencies +SELECT count(*) FROM Invoices advertising_agencies +SELECT invoice_id , invoice_status , invoice_details FROM Invoices advertising_agencies +SELECT invoice_id , invoice_status , invoice_details FROM Invoices advertising_agencies +SELECT client_id , count(*) FROM Invoices GROUP BY client_id advertising_agencies +SELECT client_id , count(*) FROM Invoices GROUP BY client_id advertising_agencies +SELECT T1.client_id , T2.client_details FROM Invoices AS T1 JOIN Clients AS T2 ON T1.client_id = T2.client_id GROUP BY T1.client_id ORDER BY count(*) DESC LIMIT 1 advertising_agencies +SELECT T1.client_id , T2.client_details FROM Invoices AS T1 JOIN Clients AS T2 ON T1.client_id = T2.client_id GROUP BY T1.client_id ORDER BY count(*) DESC LIMIT 1 advertising_agencies +SELECT client_id FROM Invoices GROUP BY client_id HAVING count(*) >= 2 advertising_agencies +SELECT client_id FROM Invoices GROUP BY client_id HAVING count(*) >= 2 advertising_agencies +SELECT invoice_status , count(*) FROM Invoices GROUP BY invoice_status advertising_agencies +SELECT invoice_status , count(*) FROM Invoices GROUP BY invoice_status advertising_agencies +SELECT invoice_status FROM Invoices GROUP BY invoice_status ORDER BY count(*) DESC LIMIT 1 advertising_agencies +SELECT invoice_status FROM Invoices GROUP BY invoice_status ORDER BY count(*) DESC LIMIT 1 advertising_agencies +SELECT T1.invoice_status , T1.invoice_details , T2.client_id , T2.client_details , T3.agency_id , T3.agency_details FROM Invoices AS T1 JOIN Clients AS T2 ON T1.client_id = T2.client_id JOIN Agencies AS T3 ON T2.agency_id = T3.agency_id advertising_agencies +SELECT T1.invoice_status , T1.invoice_details , T2.client_id , T2.client_details , T3.agency_id , T3.agency_details FROM Invoices AS T1 JOIN Clients AS T2 ON T1.client_id = T2.client_id JOIN Agencies AS T3 ON T2.agency_id = T3.agency_id advertising_agencies +SELECT meeting_type , other_details FROM meetings advertising_agencies +SELECT meeting_type , other_details FROM meetings advertising_agencies +SELECT meeting_outcome , purpose_of_meeting FROM meetings advertising_agencies +SELECT meeting_outcome , purpose_of_meeting FROM meetings advertising_agencies +SELECT T1.payment_id , T1.payment_details FROM Payments AS T1 JOIN Invoices AS T2 ON T1.invoice_id = T2.invoice_id WHERE T2.invoice_status = 'Working' advertising_agencies +SELECT T1.payment_id , T1.payment_details FROM Payments AS T1 JOIN Invoices AS T2 ON T1.invoice_id = T2.invoice_id WHERE T2.invoice_status = 'Working' advertising_agencies +SELECT invoice_id , invoice_status FROM Invoices EXCEPT SELECT T1.invoice_id , T1.invoice_status FROM Invoices AS T1 JOIN Payments AS T2 ON T1.invoice_id = T2.invoice_id advertising_agencies +SELECT invoice_id , invoice_status FROM Invoices EXCEPT SELECT T1.invoice_id , T1.invoice_status FROM Invoices AS T1 JOIN Payments AS T2 ON T1.invoice_id = T2.invoice_id advertising_agencies +SELECT count(*) FROM Payments advertising_agencies +SELECT count(*) FROM Payments advertising_agencies +SELECT payment_id , invoice_id , payment_details FROM Payments advertising_agencies +SELECT payment_id , invoice_id , payment_details FROM Payments advertising_agencies +SELECT DISTINCT T1.invoice_id , T1.invoice_status FROM Invoices AS T1 JOIN Payments AS T2 ON T1.invoice_id = T2.invoice_id advertising_agencies +SELECT DISTINCT T1.invoice_id , T1.invoice_status FROM Invoices AS T1 JOIN Payments AS T2 ON T1.invoice_id = T2.invoice_id advertising_agencies +SELECT invoice_id , count(*) FROM Payments GROUP BY invoice_id advertising_agencies +SELECT invoice_id , count(*) FROM Payments GROUP BY invoice_id advertising_agencies +SELECT T1.invoice_id , T2.invoice_status , T2.invoice_details FROM Payments AS T1 JOIN Invoices AS T2 ON T1.invoice_id = T2.invoice_id GROUP BY T1.invoice_id ORDER BY count(*) DESC LIMIT 1 advertising_agencies +SELECT T1.invoice_id , T2.invoice_status , T2.invoice_details FROM Payments AS T1 JOIN Invoices AS T2 ON T1.invoice_id = T2.invoice_id GROUP BY T1.invoice_id ORDER BY count(*) DESC LIMIT 1 advertising_agencies +SELECT count(*) FROM Staff advertising_agencies +SELECT count(*) FROM Staff advertising_agencies +SELECT agency_id , count(*) FROM Staff GROUP BY agency_id advertising_agencies +SELECT agency_id , count(*) FROM Staff GROUP BY agency_id advertising_agencies +SELECT T1.agency_id , T2.agency_details FROM Staff AS T1 JOIN Agencies AS T2 ON T1.agency_id = T2.agency_id GROUP BY T1.agency_id ORDER BY count(*) DESC LIMIT 1 advertising_agencies +SELECT T1.agency_id , T2.agency_details FROM Staff AS T1 JOIN Agencies AS T2 ON T1.agency_id = T2.agency_id GROUP BY T1.agency_id ORDER BY count(*) DESC LIMIT 1 advertising_agencies +SELECT meeting_outcome , count(*) FROM Meetings GROUP BY meeting_outcome advertising_agencies +SELECT meeting_outcome , count(*) FROM Meetings GROUP BY meeting_outcome advertising_agencies +SELECT client_id , count(*) FROM Meetings GROUP BY client_id advertising_agencies +SELECT client_id , count(*) FROM Meetings GROUP BY client_id advertising_agencies +SELECT meeting_type , count(*) FROM Meetings GROUP BY meeting_type advertising_agencies +SELECT meeting_type , count(*) FROM Meetings GROUP BY meeting_type advertising_agencies +SELECT T1.meeting_id , T1.meeting_outcome , T1.meeting_type , T2.client_details FROM meetings AS T1 JOIN clients AS T2 ON T1.client_id = T2.client_id advertising_agencies +SELECT T1.meeting_id , T1.meeting_outcome , T1.meeting_type , T2.client_details FROM meetings AS T1 JOIN clients AS T2 ON T1.client_id = T2.client_id advertising_agencies +SELECT meeting_id , count(*) FROM Staff_in_meetings GROUP BY meeting_id advertising_agencies +SELECT meeting_id , count(*) FROM Staff_in_meetings GROUP BY meeting_id advertising_agencies +SELECT staff_id , count(*) FROM Staff_in_meetings GROUP BY staff_id ORDER BY count(*) ASC LIMIT 1; advertising_agencies +SELECT staff_id , count(*) FROM Staff_in_meetings GROUP BY staff_id ORDER BY count(*) ASC LIMIT 1; advertising_agencies +SELECT count(DISTINCT staff_id) FROM Staff_in_meetings advertising_agencies +SELECT count(DISTINCT staff_id) FROM Staff_in_meetings advertising_agencies +SELECT count(*) FROM Staff WHERE staff_id NOT IN ( SELECT staff_id FROM Staff_in_meetings ) advertising_agencies +SELECT count(*) FROM Staff WHERE staff_id NOT IN ( SELECT staff_id FROM Staff_in_meetings ) advertising_agencies +SELECT T1.client_id , T1.client_details FROM Clients AS T1 JOIN meetings AS T2 ON T1.client_id = T2.client_id UNION SELECT T1.client_id , T1.client_details FROM Clients AS T1 JOIN invoices AS T2 ON T1.client_id = T2.client_id advertising_agencies +SELECT T1.client_id , T1.client_details FROM Clients AS T1 JOIN meetings AS T2 ON T1.client_id = T2.client_id UNION SELECT T1.client_id , T1.client_details FROM Clients AS T1 JOIN invoices AS T2 ON T1.client_id = T2.client_id advertising_agencies +SELECT staff_id , staff_details FROM staff WHERE staff_details LIKE "%s%" GROUP BY staff_id HAVING count(*) >= 1 advertising_agencies +SELECT staff_id , staff_details FROM staff WHERE staff_details LIKE "%s%" GROUP BY staff_id HAVING count(*) >= 1 advertising_agencies +SELECT T1.client_id , T1.sic_code , T1.agency_id FROM clients AS T1 JOIN meetings AS T2 ON T1.client_id = T2.client_id GROUP BY T1.client_id HAVING count(*) = 1 INTERSECT SELECT T1.client_id , T1.sic_code , T1.agency_id FROM clients AS T1 JOIN invoices AS T2 ON T1.client_id = T2.client_id advertising_agencies +SELECT T1.client_id , T1.sic_code , T1.agency_id FROM clients AS T1 JOIN meetings AS T2 ON T1.client_id = T2.client_id GROUP BY T1.client_id HAVING count(*) = 1 INTERSECT SELECT T1.client_id , T1.sic_code , T1.agency_id FROM clients AS T1 JOIN invoices AS T2 ON T1.client_id = T2.client_id advertising_agencies +SELECT T1.start_date_time , T1.end_date_time , T2.client_details , T4.staff_details FROM meetings AS T1 JOIN clients AS T2 ON T1.client_id = T2.client_id JOIN staff_in_meetings AS T3 ON T1.meeting_id = T3.meeting_id JOIN staff AS T4 ON T3.staff_id = T4.staff_id advertising_agencies +SELECT T1.start_date_time , T1.end_date_time , T2.client_details , T4.staff_details FROM meetings AS T1 JOIN clients AS T2 ON T1.client_id = T2.client_id JOIN staff_in_meetings AS T3 ON T1.meeting_id = T3.meeting_id JOIN staff AS T4 ON T3.staff_id = T4.staff_id advertising_agencies diff --git a/test_data/tables.json b/test_data/tables.json new file mode 100644 index 0000000000000000000000000000000000000000..c50c3cb613288ff59817fe81a669476a83e065bd --- /dev/null +++ b/test_data/tables.json @@ -0,0 +1,59769 @@ +[ + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "perpetrator id" + ], + [ + 0, + "people id" + ], + [ + 0, + "date" + ], + [ + 0, + "year" + ], + [ + 0, + "location" + ], + [ + 0, + "country" + ], + [ + 0, + "killed" + ], + [ + 0, + "injured" + ], + [ + 1, + "people id" + ], + [ + 1, + "name" + ], + [ + 1, + "height" + ], + [ + 1, + "weight" + ], + [ + 1, + "home town" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Perpetrator_ID" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "Date" + ], + [ + 0, + "Year" + ], + [ + 0, + "Location" + ], + [ + 0, + "Country" + ], + [ + 0, + "Killed" + ], + [ + 0, + "Injured" + ], + [ + 1, + "People_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Height" + ], + [ + 1, + "Weight" + ], + [ + 1, + "Home Town" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "perpetrator", + "foreign_keys": [ + [ + 2, + 9 + ] + ], + "primary_keys": [ + 1, + 9 + ], + "table_names": [ + "perpetrator", + "people" + ], + "table_names_original": [ + "perpetrator", + "people" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "building" + ], + [ + 0, + "room number" + ], + [ + 0, + "capacity" + ], + [ + 1, + "department name" + ], + [ + 1, + "building" + ], + [ + 1, + "budget" + ], + [ + 2, + "course id" + ], + [ + 2, + "title" + ], + [ + 2, + "department name" + ], + [ + 2, + "credits" + ], + [ + 3, + "id" + ], + [ + 3, + "name" + ], + [ + 3, + "department name" + ], + [ + 3, + "salary" + ], + [ + 4, + "course id" + ], + [ + 4, + "section id" + ], + [ + 4, + "semester" + ], + [ + 4, + "year" + ], + [ + 4, + "building" + ], + [ + 4, + "room number" + ], + [ + 4, + "time slot id" + ], + [ + 5, + "id" + ], + [ + 5, + "course id" + ], + [ + 5, + "section id" + ], + [ + 5, + "semester" + ], + [ + 5, + "year" + ], + [ + 6, + "id" + ], + [ + 6, + "name" + ], + [ + 6, + "department name" + ], + [ + 6, + "total credits" + ], + [ + 7, + "id" + ], + [ + 7, + "course id" + ], + [ + 7, + "section id" + ], + [ + 7, + "semester" + ], + [ + 7, + "year" + ], + [ + 7, + "grade" + ], + [ + 8, + "student id" + ], + [ + 8, + "instructor id" + ], + [ + 9, + "time slot id" + ], + [ + 9, + "day" + ], + [ + 9, + "start hour" + ], + [ + 9, + "start minute" + ], + [ + 9, + "end hour" + ], + [ + 9, + "end minute" + ], + [ + 10, + "course id" + ], + [ + 10, + "prerequisite id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "building" + ], + [ + 0, + "room_number" + ], + [ + 0, + "capacity" + ], + [ + 1, + "dept_name" + ], + [ + 1, + "building" + ], + [ + 1, + "budget" + ], + [ + 2, + "course_id" + ], + [ + 2, + "title" + ], + [ + 2, + "dept_name" + ], + [ + 2, + "credits" + ], + [ + 3, + "ID" + ], + [ + 3, + "name" + ], + [ + 3, + "dept_name" + ], + [ + 3, + "salary" + ], + [ + 4, + "course_id" + ], + [ + 4, + "sec_id" + ], + [ + 4, + "semester" + ], + [ + 4, + "year" + ], + [ + 4, + "building" + ], + [ + 4, + "room_number" + ], + [ + 4, + "time_slot_id" + ], + [ + 5, + "ID" + ], + [ + 5, + "course_id" + ], + [ + 5, + "sec_id" + ], + [ + 5, + "semester" + ], + [ + 5, + "year" + ], + [ + 6, + "ID" + ], + [ + 6, + "name" + ], + [ + 6, + "dept_name" + ], + [ + 6, + "tot_cred" + ], + [ + 7, + "ID" + ], + [ + 7, + "course_id" + ], + [ + 7, + "sec_id" + ], + [ + 7, + "semester" + ], + [ + 7, + "year" + ], + [ + 7, + "grade" + ], + [ + 8, + "s_ID" + ], + [ + 8, + "i_ID" + ], + [ + 9, + "time_slot_id" + ], + [ + 9, + "day" + ], + [ + 9, + "start_hr" + ], + [ + 9, + "start_min" + ], + [ + 9, + "end_hr" + ], + [ + 9, + "end_min" + ], + [ + 10, + "course_id" + ], + [ + 10, + "prereq_id" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text" + ], + "db_id": "college_2", + "foreign_keys": [ + [ + 9, + 4 + ], + [ + 13, + 4 + ], + [ + 19, + 1 + ], + [ + 20, + 2 + ], + [ + 15, + 7 + ], + [ + 22, + 11 + ], + [ + 23, + 15 + ], + [ + 24, + 16 + ], + [ + 25, + 17 + ], + [ + 26, + 18 + ], + [ + 29, + 4 + ], + [ + 31, + 27 + ], + [ + 32, + 15 + ], + [ + 33, + 16 + ], + [ + 34, + 17 + ], + [ + 35, + 18 + ], + [ + 37, + 27 + ], + [ + 38, + 11 + ], + [ + 46, + 7 + ], + [ + 45, + 7 + ] + ], + "primary_keys": [ + 1, + 4, + 7, + 11, + 15, + 22, + 27, + 31, + 37, + 39, + 45 + ], + "table_names": [ + "classroom", + "department", + "course", + "instructor", + "section", + "teaches", + "student", + "takes classes", + "advisor", + "time slot", + "prerequisite" + ], + "table_names_original": [ + "classroom", + "department", + "course", + "instructor", + "section", + "teaches", + "student", + "takes", + "advisor", + "time_slot", + "prereq" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "city" + ], + [ + 0, + "country" + ], + [ + 0, + "iata" + ], + [ + 0, + "icao" + ], + [ + 0, + "name" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "type" + ], + [ + 1, + "principal activities" + ], + [ + 1, + "incorporated in" + ], + [ + 1, + "group equity shareholding" + ], + [ + 2, + "id" + ], + [ + 2, + "vehicle flight number" + ], + [ + 2, + "date" + ], + [ + 2, + "pilot" + ], + [ + 2, + "velocity" + ], + [ + 2, + "altitude" + ], + [ + 2, + "airport id" + ], + [ + 2, + "company id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "City" + ], + [ + 0, + "Country" + ], + [ + 0, + "IATA" + ], + [ + 0, + "ICAO" + ], + [ + 0, + "name" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "Type" + ], + [ + 1, + "Principal_activities" + ], + [ + 1, + "Incorporated_in" + ], + [ + 1, + "Group_Equity_Shareholding" + ], + [ + 2, + "id" + ], + [ + 2, + "Vehicle_Flight_number" + ], + [ + 2, + "Date" + ], + [ + 2, + "Pilot" + ], + [ + 2, + "Velocity" + ], + [ + 2, + "Altitude" + ], + [ + 2, + "airport_id" + ], + [ + 2, + "company_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "flight_company", + "foreign_keys": [ + [ + 20, + 7 + ], + [ + 19, + 1 + ] + ], + "primary_keys": [ + 1, + 7, + 13 + ], + "table_names": [ + "airport", + "operate company", + "flight" + ], + "table_names_original": [ + "airport", + "operate_company", + "flight" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "institution id" + ], + [ + 0, + "name" + ], + [ + 0, + "country" + ], + [ + 1, + "author id" + ], + [ + 1, + "last name" + ], + [ + 1, + "first name" + ], + [ + 2, + "paper id" + ], + [ + 2, + "title" + ], + [ + 3, + "author id" + ], + [ + 3, + "institution id" + ], + [ + 3, + "paper id" + ], + [ + 3, + "author count" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "instID" + ], + [ + 0, + "name" + ], + [ + 0, + "country" + ], + [ + 1, + "authID" + ], + [ + 1, + "lname" + ], + [ + 1, + "fname" + ], + [ + 2, + "paperID" + ], + [ + 2, + "title" + ], + [ + 3, + "authID" + ], + [ + 3, + "instID" + ], + [ + 3, + "paperID" + ], + [ + 3, + "authOrder" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "icfp_1", + "foreign_keys": [ + [ + 11, + 7 + ], + [ + 10, + 1 + ], + [ + 9, + 4 + ] + ], + "primary_keys": [ + 1, + 4, + 7, + 9 + ], + "table_names": [ + "institution", + "authors", + "papers", + "authorship count" + ], + "table_names_original": [ + "Inst", + "Authors", + "Papers", + "Authorship" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "body builder id" + ], + [ + 0, + "people id" + ], + [ + 0, + "snatch" + ], + [ + 0, + "clean jerk" + ], + [ + 0, + "total" + ], + [ + 1, + "people id" + ], + [ + 1, + "name" + ], + [ + 1, + "height" + ], + [ + 1, + "weight" + ], + [ + 1, + "birth date" + ], + [ + 1, + "birth place" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Body_Builder_ID" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "Snatch" + ], + [ + 0, + "Clean_Jerk" + ], + [ + 0, + "Total" + ], + [ + 1, + "People_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Height" + ], + [ + 1, + "Weight" + ], + [ + 1, + "Birth_Date" + ], + [ + 1, + "Birth_Place" + ] + ], + "column_types": [ + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "text" + ], + "db_id": "body_builder", + "foreign_keys": [ + [ + 2, + 6 + ] + ], + "primary_keys": [ + 1, + 6 + ], + "table_names": [ + "body builder", + "people" + ], + "table_names_original": [ + "body_builder", + "people" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "product name" + ], + [ + 0, + "weight" + ], + [ + 0, + "price" + ], + [ + 0, + "material" + ], + [ + 1, + "id" + ], + [ + 1, + "heat" + ], + [ + 1, + "name" + ], + [ + 1, + "nation" + ], + [ + 1, + "result" + ], + [ + 2, + "cyclist id" + ], + [ + 2, + "bike id" + ], + [ + 2, + "purchase year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "product_name" + ], + [ + 0, + "weight" + ], + [ + 0, + "price" + ], + [ + 0, + "material" + ], + [ + 1, + "id" + ], + [ + 1, + "heat" + ], + [ + 1, + "name" + ], + [ + 1, + "nation" + ], + [ + 1, + "result" + ], + [ + 2, + "cyclist_id" + ], + [ + 2, + "bike_id" + ], + [ + 2, + "purchase_year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "bike_racing", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 11, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 11 + ], + "table_names": [ + "bike", + "cyclist", + "cyclists own bikes" + ], + "table_names_original": [ + "bike", + "cyclist", + "cyclists_own_bikes" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "storm id" + ], + [ + 0, + "name" + ], + [ + 0, + "dates active" + ], + [ + 0, + "max speed" + ], + [ + 0, + "damage millions usd" + ], + [ + 0, + "number deaths" + ], + [ + 1, + "region id" + ], + [ + 1, + "region code" + ], + [ + 1, + "region name" + ], + [ + 2, + "region id" + ], + [ + 2, + "storm id" + ], + [ + 2, + "number city affected" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Storm_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Dates_active" + ], + [ + 0, + "Max_speed" + ], + [ + 0, + "Damage_millions_USD" + ], + [ + 0, + "Number_Deaths" + ], + [ + 1, + "Region_id" + ], + [ + 1, + "Region_code" + ], + [ + 1, + "Region_name" + ], + [ + 2, + "Region_id" + ], + [ + 2, + "Storm_ID" + ], + [ + 2, + "Number_city_affected" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number" + ], + "db_id": "storm_record", + "foreign_keys": [ + [ + 11, + 1 + ], + [ + 10, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 10 + ], + "table_names": [ + "storm", + "region", + "affected region" + ], + "table_names_original": [ + "storm", + "region", + "affected_region" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "aircraft id" + ], + [ + 0, + "order year" + ], + [ + 0, + "manufacturer" + ], + [ + 0, + "model" + ], + [ + 0, + "fleet series" + ], + [ + 0, + "powertrain" + ], + [ + 0, + "fuel propulsion" + ], + [ + 1, + "pilot id" + ], + [ + 1, + "pilot name" + ], + [ + 1, + "rank" + ], + [ + 1, + "age" + ], + [ + 1, + "nationality" + ], + [ + 1, + "position" + ], + [ + 1, + "join year" + ], + [ + 1, + "team" + ], + [ + 2, + "record id" + ], + [ + 2, + "pilot id" + ], + [ + 2, + "aircraft id" + ], + [ + 2, + "date" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Aircraft_ID" + ], + [ + 0, + "Order_Year" + ], + [ + 0, + "Manufacturer" + ], + [ + 0, + "Model" + ], + [ + 0, + "Fleet_Series" + ], + [ + 0, + "Powertrain" + ], + [ + 0, + "Fuel_Propulsion" + ], + [ + 1, + "Pilot_ID" + ], + [ + 1, + "Pilot_name" + ], + [ + 1, + "Rank" + ], + [ + 1, + "Age" + ], + [ + 1, + "Nationality" + ], + [ + 1, + "Position" + ], + [ + 1, + "Join_Year" + ], + [ + 1, + "Team" + ], + [ + 2, + "Record_ID" + ], + [ + 2, + "Pilot_ID" + ], + [ + 2, + "Aircraft_ID" + ], + [ + 2, + "Date" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "pilot_record", + "foreign_keys": [ + [ + 18, + 1 + ], + [ + 17, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 17 + ], + "table_names": [ + "aircraft", + "pilot", + "pilot record" + ], + "table_names_original": [ + "aircraft", + "pilot", + "pilot_record" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "race id" + ], + [ + 0, + "name" + ], + [ + 0, + "class" + ], + [ + 0, + "date" + ], + [ + 0, + "track id" + ], + [ + 1, + "track id" + ], + [ + 1, + "name" + ], + [ + 1, + "location" + ], + [ + 1, + "seating" + ], + [ + 1, + "year opened" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Race_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Class" + ], + [ + 0, + "Date" + ], + [ + 0, + "Track_ID" + ], + [ + 1, + "Track_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Location" + ], + [ + 1, + "Seating" + ], + [ + 1, + "Year_Opened" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number" + ], + "db_id": "race_track", + "foreign_keys": [ + [ + 5, + 6 + ] + ], + "primary_keys": [ + 1, + 6 + ], + "table_names": [ + "race", + "track" + ], + "table_names_original": [ + "race", + "track" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "aid" + ], + [ + 0, + "homepage" + ], + [ + 0, + "name" + ], + [ + 0, + "oid" + ], + [ + 1, + "cid" + ], + [ + 1, + "homepage" + ], + [ + 1, + "name" + ], + [ + 2, + "did" + ], + [ + 2, + "name" + ], + [ + 3, + "aid" + ], + [ + 3, + "did" + ], + [ + 4, + "cid" + ], + [ + 4, + "did" + ], + [ + 5, + "homepage" + ], + [ + 5, + "jid" + ], + [ + 5, + "name" + ], + [ + 6, + "did" + ], + [ + 6, + "jid" + ], + [ + 7, + "keyword" + ], + [ + 7, + "kid" + ], + [ + 8, + "did" + ], + [ + 8, + "kid" + ], + [ + 9, + "abstract" + ], + [ + 9, + "cid" + ], + [ + 9, + "citation num" + ], + [ + 9, + "jid" + ], + [ + 9, + "pid" + ], + [ + 9, + "reference num" + ], + [ + 9, + "title" + ], + [ + 9, + "year" + ], + [ + 10, + "did" + ], + [ + 10, + "pid" + ], + [ + 11, + "continent" + ], + [ + 11, + "homepage" + ], + [ + 11, + "name" + ], + [ + 11, + "oid" + ], + [ + 12, + "pid" + ], + [ + 12, + "kid" + ], + [ + 13, + "aid" + ], + [ + 13, + "pid" + ], + [ + 14, + "cited" + ], + [ + 14, + "citing" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "aid" + ], + [ + 0, + "homepage" + ], + [ + 0, + "name" + ], + [ + 0, + "oid" + ], + [ + 1, + "cid" + ], + [ + 1, + "homepage" + ], + [ + 1, + "name" + ], + [ + 2, + "did" + ], + [ + 2, + "name" + ], + [ + 3, + "aid" + ], + [ + 3, + "did" + ], + [ + 4, + "cid" + ], + [ + 4, + "did" + ], + [ + 5, + "homepage" + ], + [ + 5, + "jid" + ], + [ + 5, + "name" + ], + [ + 6, + "did" + ], + [ + 6, + "jid" + ], + [ + 7, + "keyword" + ], + [ + 7, + "kid" + ], + [ + 8, + "did" + ], + [ + 8, + "kid" + ], + [ + 9, + "abstract" + ], + [ + 9, + "cid" + ], + [ + 9, + "citation_num" + ], + [ + 9, + "jid" + ], + [ + 9, + "pid" + ], + [ + 9, + "reference_num" + ], + [ + 9, + "title" + ], + [ + 9, + "year" + ], + [ + 10, + "did" + ], + [ + 10, + "pid" + ], + [ + 11, + "continent" + ], + [ + 11, + "homepage" + ], + [ + 11, + "name" + ], + [ + 11, + "oid" + ], + [ + 12, + "pid" + ], + [ + 12, + "kid" + ], + [ + 13, + "aid" + ], + [ + 13, + "pid" + ], + [ + 14, + "cited" + ], + [ + 14, + "citing" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "academic", + "foreign_keys": [ + [ + 11, + 8 + ], + [ + 10, + 1 + ], + [ + 13, + 8 + ], + [ + 12, + 5 + ], + [ + 17, + 8 + ], + [ + 18, + 15 + ], + [ + 21, + 8 + ], + [ + 22, + 20 + ], + [ + 24, + 5 + ], + [ + 26, + 15 + ], + [ + 31, + 8 + ], + [ + 32, + 27 + ], + [ + 38, + 20 + ], + [ + 37, + 27 + ], + [ + 39, + 1 + ], + [ + 40, + 27 + ], + [ + 42, + 27 + ], + [ + 41, + 27 + ] + ], + "primary_keys": [ + 1, + 5, + 8, + 11, + 13, + 15, + 17, + 20, + 21, + 27, + 31, + 36, + 38, + 39 + ], + "table_names": [ + "author", + "conference", + "domain", + "domain author", + "domain conference", + "journal", + "domain journal", + "keyword", + "domain keyword", + "publication", + "domain publication", + "organization", + "publication keyword", + "writes", + "cite" + ], + "table_names_original": [ + "author", + "conference", + "domain", + "domain_author", + "domain_conference", + "journal", + "domain_journal", + "keyword", + "domain_keyword", + "publication", + "domain_publication", + "organization", + "publication_keyword", + "writes", + "cite" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "address details" + ], + [ + 1, + "staff id" + ], + [ + 1, + "staff gender" + ], + [ + 1, + "staff name" + ], + [ + 2, + "supplier id" + ], + [ + 2, + "supplier name" + ], + [ + 2, + "supplier phone" + ], + [ + 3, + "department store chain id" + ], + [ + 3, + "department store chain name" + ], + [ + 4, + "customer id" + ], + [ + 4, + "payment method code" + ], + [ + 4, + "customer code" + ], + [ + 4, + "customer name" + ], + [ + 4, + "customer address" + ], + [ + 4, + "customer phone" + ], + [ + 4, + "customer email" + ], + [ + 5, + "product id" + ], + [ + 5, + "product type code" + ], + [ + 5, + "product name" + ], + [ + 5, + "product price" + ], + [ + 6, + "supplier id" + ], + [ + 6, + "address id" + ], + [ + 6, + "date from" + ], + [ + 6, + "date to" + ], + [ + 7, + "customer id" + ], + [ + 7, + "address id" + ], + [ + 7, + "date from" + ], + [ + 7, + "date to" + ], + [ + 8, + "order id" + ], + [ + 8, + "customer id" + ], + [ + 8, + "order status code" + ], + [ + 8, + "order date" + ], + [ + 9, + "department store id" + ], + [ + 9, + "department store chain id" + ], + [ + 9, + "store name" + ], + [ + 9, + "store address" + ], + [ + 9, + "store phone" + ], + [ + 9, + "store email" + ], + [ + 10, + "department id" + ], + [ + 10, + "department store id" + ], + [ + 10, + "department name" + ], + [ + 11, + "order item id" + ], + [ + 11, + "order id" + ], + [ + 11, + "product id" + ], + [ + 12, + "product id" + ], + [ + 12, + "supplier id" + ], + [ + 12, + "date supplied from" + ], + [ + 12, + "date supplied to" + ], + [ + 12, + "total amount purchased" + ], + [ + 12, + "total value purchased" + ], + [ + 13, + "staff id" + ], + [ + 13, + "department id" + ], + [ + 13, + "date assigned from" + ], + [ + 13, + "job title code" + ], + [ + 13, + "date assigned to" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_id" + ], + [ + 0, + "address_details" + ], + [ + 1, + "staff_id" + ], + [ + 1, + "staff_gender" + ], + [ + 1, + "staff_name" + ], + [ + 2, + "supplier_id" + ], + [ + 2, + "supplier_name" + ], + [ + 2, + "supplier_phone" + ], + [ + 3, + "dept_store_chain_id" + ], + [ + 3, + "dept_store_chain_name" + ], + [ + 4, + "customer_id" + ], + [ + 4, + "payment_method_code" + ], + [ + 4, + "customer_code" + ], + [ + 4, + "customer_name" + ], + [ + 4, + "customer_address" + ], + [ + 4, + "customer_phone" + ], + [ + 4, + "customer_email" + ], + [ + 5, + "product_id" + ], + [ + 5, + "product_type_code" + ], + [ + 5, + "product_name" + ], + [ + 5, + "product_price" + ], + [ + 6, + "supplier_id" + ], + [ + 6, + "address_id" + ], + [ + 6, + "date_from" + ], + [ + 6, + "date_to" + ], + [ + 7, + "customer_id" + ], + [ + 7, + "address_id" + ], + [ + 7, + "date_from" + ], + [ + 7, + "date_to" + ], + [ + 8, + "order_id" + ], + [ + 8, + "customer_id" + ], + [ + 8, + "order_status_code" + ], + [ + 8, + "order_date" + ], + [ + 9, + "dept_store_id" + ], + [ + 9, + "dept_store_chain_id" + ], + [ + 9, + "store_name" + ], + [ + 9, + "store_address" + ], + [ + 9, + "store_phone" + ], + [ + 9, + "store_email" + ], + [ + 10, + "department_id" + ], + [ + 10, + "dept_store_id" + ], + [ + 10, + "department_name" + ], + [ + 11, + "order_item_id" + ], + [ + 11, + "order_id" + ], + [ + 11, + "product_id" + ], + [ + 12, + "product_id" + ], + [ + 12, + "supplier_id" + ], + [ + 12, + "date_supplied_from" + ], + [ + 12, + "date_supplied_to" + ], + [ + 12, + "total_amount_purchased" + ], + [ + 12, + "total_value_purchased" + ], + [ + 13, + "staff_id" + ], + [ + 13, + "department_id" + ], + [ + 13, + "date_assigned_from" + ], + [ + 13, + "job_title_code" + ], + [ + 13, + "date_assigned_to" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "time", + "time", + "number", + "number", + "time", + "time", + "number", + "number", + "text", + "time", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "time", + "time", + "text", + "number", + "number", + "number", + "time", + "text", + "time" + ], + "db_id": "department_store", + "foreign_keys": [ + [ + 22, + 6 + ], + [ + 23, + 1 + ], + [ + 26, + 11 + ], + [ + 27, + 1 + ], + [ + 31, + 11 + ], + [ + 35, + 9 + ], + [ + 41, + 34 + ], + [ + 45, + 18 + ], + [ + 44, + 30 + ], + [ + 46, + 18 + ], + [ + 47, + 6 + ], + [ + 52, + 3 + ], + [ + 53, + 40 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 9, + 11, + 18, + 22, + 26, + 30, + 34, + 40, + 43, + 46, + 52 + ], + "table_names": [ + "addresses", + "staff", + "suppliers", + "department store chain", + "customers", + "products", + "supplier addresses", + "customer addresses", + "customer orders", + "department stores", + "departments", + "order items", + "product suppliers", + "staff department assignments" + ], + "table_names_original": [ + "Addresses", + "Staff", + "Suppliers", + "Department_Store_Chain", + "Customers", + "Products", + "Supplier_Addresses", + "Customer_Addresses", + "Customer_Orders", + "Department_Stores", + "Departments", + "Order_Items", + "Product_Suppliers", + "Staff_Department_Assignments" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "artist id" + ], + [ + 0, + "artist" + ], + [ + 0, + "age" + ], + [ + 0, + "famous title" + ], + [ + 0, + "famous release date" + ], + [ + 1, + "volume id" + ], + [ + 1, + "volume issue" + ], + [ + 1, + "issue date" + ], + [ + 1, + "weeks on top" + ], + [ + 1, + "song" + ], + [ + 1, + "artist id" + ], + [ + 2, + "id" + ], + [ + 2, + "music festival" + ], + [ + 2, + "date of ceremony" + ], + [ + 2, + "category" + ], + [ + 2, + "volume" + ], + [ + 2, + "result" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Artist_ID" + ], + [ + 0, + "Artist" + ], + [ + 0, + "Age" + ], + [ + 0, + "Famous_Title" + ], + [ + 0, + "Famous_Release_date" + ], + [ + 1, + "Volume_ID" + ], + [ + 1, + "Volume_Issue" + ], + [ + 1, + "Issue_Date" + ], + [ + 1, + "Weeks_on_Top" + ], + [ + 1, + "Song" + ], + [ + 1, + "Artist_ID" + ], + [ + 2, + "ID" + ], + [ + 2, + "Music_Festival" + ], + [ + 2, + "Date_of_ceremony" + ], + [ + 2, + "Category" + ], + [ + 2, + "Volume" + ], + [ + 2, + "Result" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text" + ], + "db_id": "music_4", + "foreign_keys": [ + [ + 11, + 1 + ], + [ + 16, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 12 + ], + "table_names": [ + "artist", + "volume", + "music festival" + ], + "table_names_original": [ + "artist", + "volume", + "music_festival" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "customer name" + ], + [ + 1, + "service id" + ], + [ + 1, + "service name" + ], + [ + 2, + "policy id" + ], + [ + 2, + "policy type code" + ], + [ + 2, + "customer phone" + ], + [ + 3, + "customer id" + ], + [ + 3, + "policy id" + ], + [ + 3, + "date opened" + ], + [ + 3, + "date closed" + ], + [ + 4, + "fnol id" + ], + [ + 4, + "customer id" + ], + [ + 4, + "policy id" + ], + [ + 4, + "service id" + ], + [ + 5, + "claim id" + ], + [ + 5, + "fnol id" + ], + [ + 5, + "effective date" + ], + [ + 6, + "settlement id" + ], + [ + 6, + "claim id" + ], + [ + 6, + "effective date" + ], + [ + 6, + "settlement amount" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Customer_ID" + ], + [ + 0, + "Customer_name" + ], + [ + 1, + "Service_ID" + ], + [ + 1, + "Service_name" + ], + [ + 2, + "Policy_ID" + ], + [ + 2, + "policy_type_code" + ], + [ + 2, + "Customer_Phone" + ], + [ + 3, + "Customer_ID" + ], + [ + 3, + "Policy_ID" + ], + [ + 3, + "Date_Opened" + ], + [ + 3, + "Date_Closed" + ], + [ + 4, + "FNOL_ID" + ], + [ + 4, + "Customer_ID" + ], + [ + 4, + "Policy_ID" + ], + [ + 4, + "Service_ID" + ], + [ + 5, + "Claim_ID" + ], + [ + 5, + "FNOL_ID" + ], + [ + 5, + "Effective_Date" + ], + [ + 6, + "Settlement_ID" + ], + [ + 6, + "Claim_ID" + ], + [ + 6, + "Effective_Date" + ], + [ + 6, + "Settlement_Amount" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "time", + "time", + "number", + "number", + "number", + "number", + "number", + "number", + "time", + "number", + "number", + "time", + "number" + ], + "db_id": "insurance_fnol", + "foreign_keys": [ + [ + 9, + 5 + ], + [ + 8, + 1 + ], + [ + 13, + 8 + ], + [ + 14, + 9 + ], + [ + 15, + 3 + ], + [ + 17, + 12 + ], + [ + 20, + 16 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 8, + 12, + 16, + 19 + ], + "table_names": [ + "customers", + "services", + "available policies", + "customers policies", + "first notification of loss", + "claims", + "settlements" + ], + "table_names_original": [ + "Customers", + "Services", + "Available_Policies", + "Customers_Policies", + "First_Notification_of_Loss", + "Claims", + "Settlements" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "film id" + ], + [ + 0, + "rank in series" + ], + [ + 0, + "number in season" + ], + [ + 0, + "title" + ], + [ + 0, + "directed by" + ], + [ + 0, + "original air date" + ], + [ + 0, + "production code" + ], + [ + 1, + "cinema id" + ], + [ + 1, + "name" + ], + [ + 1, + "openning year" + ], + [ + 1, + "capacity" + ], + [ + 1, + "location" + ], + [ + 2, + "cinema id" + ], + [ + 2, + "film id" + ], + [ + 2, + "date" + ], + [ + 2, + "show times per day" + ], + [ + 2, + "price" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Film_ID" + ], + [ + 0, + "Rank_in_series" + ], + [ + 0, + "Number_in_season" + ], + [ + 0, + "Title" + ], + [ + 0, + "Directed_by" + ], + [ + 0, + "Original_air_date" + ], + [ + 0, + "Production_code" + ], + [ + 1, + "Cinema_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Openning_year" + ], + [ + 1, + "Capacity" + ], + [ + 1, + "Location" + ], + [ + 2, + "Cinema_ID" + ], + [ + 2, + "Film_ID" + ], + [ + 2, + "Date" + ], + [ + 2, + "Show_times_per_day" + ], + [ + 2, + "Price" + ] + ], + "column_types": [ + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "cinema", + "foreign_keys": [ + [ + 13, + 8 + ], + [ + 14, + 1 + ] + ], + "primary_keys": [ + 1, + 8, + 13 + ], + "table_names": [ + "film", + "cinema", + "schedule" + ], + "table_names_original": [ + "film", + "cinema", + "schedule" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "college id" + ], + [ + 0, + "name" + ], + [ + 0, + "leader name" + ], + [ + 0, + "college location" + ], + [ + 1, + "member id" + ], + [ + 1, + "name" + ], + [ + 1, + "country" + ], + [ + 1, + "college id" + ], + [ + 2, + "round id" + ], + [ + 2, + "member id" + ], + [ + 2, + "decoration theme" + ], + [ + 2, + "rank in round" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "College_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Leader_Name" + ], + [ + 0, + "College_Location" + ], + [ + 1, + "Member_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Country" + ], + [ + 1, + "College_ID" + ], + [ + 2, + "Round_ID" + ], + [ + 2, + "Member_ID" + ], + [ + 2, + "Decoration_Theme" + ], + [ + 2, + "Rank_in_Round" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number" + ], + "db_id": "decoration_competition", + "foreign_keys": [ + [ + 8, + 1 + ], + [ + 10, + 5 + ] + ], + "primary_keys": [ + 1, + 5, + 10 + ], + "table_names": [ + "college", + "member", + "round" + ], + "table_names_original": [ + "college", + "member", + "round" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "card credit" + ], + [ + 0, + "level of membership" + ], + [ + 1, + "branch id" + ], + [ + 1, + "manager" + ], + [ + 1, + "years opened" + ], + [ + 1, + "location of office" + ], + [ + 2, + "customer id" + ], + [ + 2, + "branch id" + ], + [ + 2, + "dish name" + ], + [ + 2, + "quantity" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Customer_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Nationality" + ], + [ + 0, + "Card_Credit" + ], + [ + 0, + "Level_of_Membership" + ], + [ + 1, + "Branch_ID" + ], + [ + 1, + "Manager" + ], + [ + 1, + "Years_opened" + ], + [ + 1, + "Location_of_office" + ], + [ + 2, + "Customer_ID" + ], + [ + 2, + "Branch_ID" + ], + [ + 2, + "Dish_Name" + ], + [ + 2, + "Quantity" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "number" + ], + "db_id": "restaurant_bills", + "foreign_keys": [ + [ + 11, + 6 + ], + [ + 10, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 10 + ], + "table_names": [ + "customer", + "branch", + "customer order" + ], + "table_names_original": [ + "customer", + "branch", + "customer_order" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "age category code" + ], + [ + 0, + "age category description" + ], + [ + 1, + "property type code" + ], + [ + 1, + "property type description" + ], + [ + 2, + "room type code" + ], + [ + 2, + "room type description" + ], + [ + 3, + "user category code" + ], + [ + 3, + "user category description" + ], + [ + 4, + "address id" + ], + [ + 4, + "line 1 number building" + ], + [ + 4, + "line 2 number street" + ], + [ + 4, + "line 3 area locality" + ], + [ + 4, + "town city" + ], + [ + 4, + "zip postcode" + ], + [ + 4, + "county state province" + ], + [ + 4, + "country" + ], + [ + 4, + "other address details" + ], + [ + 5, + "feature id" + ], + [ + 5, + "feature name" + ], + [ + 5, + "feature description" + ], + [ + 6, + "user id" + ], + [ + 6, + "age category code" + ], + [ + 6, + "user category code" + ], + [ + 6, + "user address id" + ], + [ + 6, + "is buyer" + ], + [ + 6, + "is seller" + ], + [ + 6, + "login name" + ], + [ + 6, + "password" + ], + [ + 6, + "date registered" + ], + [ + 6, + "first name" + ], + [ + 6, + "middle name" + ], + [ + 6, + "last name" + ], + [ + 6, + "other user details" + ], + [ + 7, + "property id" + ], + [ + 7, + "property address id" + ], + [ + 7, + "owner user id" + ], + [ + 7, + "property type code" + ], + [ + 7, + "date on market" + ], + [ + 7, + "date off market" + ], + [ + 7, + "property name" + ], + [ + 7, + "property description" + ], + [ + 7, + "garage yn" + ], + [ + 7, + "parking lots" + ], + [ + 7, + "room count" + ], + [ + 7, + "vendor requested price" + ], + [ + 7, + "price min" + ], + [ + 7, + "price max" + ], + [ + 7, + "other property details" + ], + [ + 8, + "property id" + ], + [ + 8, + "feature id" + ], + [ + 8, + "feature value" + ], + [ + 8, + "property feature description" + ], + [ + 9, + "property id" + ], + [ + 9, + "photo seq" + ], + [ + 9, + "photo title" + ], + [ + 9, + "photo description" + ], + [ + 9, + "photo filename" + ], + [ + 10, + "property id" + ], + [ + 10, + "room number" + ], + [ + 10, + "room type code" + ], + [ + 10, + "room size" + ], + [ + 10, + "other room details" + ], + [ + 11, + "user id" + ], + [ + 11, + "property id" + ], + [ + 11, + "datestamp" + ], + [ + 12, + "user id" + ], + [ + 12, + "search seq" + ], + [ + 12, + "search datetime" + ], + [ + 12, + "search string" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "age_category_code" + ], + [ + 0, + "age_category_description" + ], + [ + 1, + "property_type_code" + ], + [ + 1, + "property_type_description" + ], + [ + 2, + "room_type_code" + ], + [ + 2, + "room_type_description" + ], + [ + 3, + "user_category_code" + ], + [ + 3, + "user_category_description" + ], + [ + 4, + "address_id" + ], + [ + 4, + "line_1_number_building" + ], + [ + 4, + "line_2_number_street" + ], + [ + 4, + "line_3_area_locality" + ], + [ + 4, + "town_city" + ], + [ + 4, + "zip_postcode" + ], + [ + 4, + "county_state_province" + ], + [ + 4, + "country" + ], + [ + 4, + "other_address_details" + ], + [ + 5, + "feature_id" + ], + [ + 5, + "feature_name" + ], + [ + 5, + "feature_description" + ], + [ + 6, + "user_id" + ], + [ + 6, + "age_category_code" + ], + [ + 6, + "user_category_code" + ], + [ + 6, + "user_address_id" + ], + [ + 6, + "is_buyer" + ], + [ + 6, + "is_seller" + ], + [ + 6, + "login_name" + ], + [ + 6, + "password" + ], + [ + 6, + "date_registered" + ], + [ + 6, + "first_name" + ], + [ + 6, + "middle_name" + ], + [ + 6, + "last_name" + ], + [ + 6, + "other_user_details" + ], + [ + 7, + "property_id" + ], + [ + 7, + "property_address_id" + ], + [ + 7, + "owner_user_id" + ], + [ + 7, + "property_type_code" + ], + [ + 7, + "date_on_market" + ], + [ + 7, + "date_off_market" + ], + [ + 7, + "property_name" + ], + [ + 7, + "property_description" + ], + [ + 7, + "garage_yn" + ], + [ + 7, + "parking_lots" + ], + [ + 7, + "room_count" + ], + [ + 7, + "vendor_requested_price" + ], + [ + 7, + "price_min" + ], + [ + 7, + "price_max" + ], + [ + 7, + "other_property_details" + ], + [ + 8, + "property_id" + ], + [ + 8, + "feature_id" + ], + [ + 8, + "feature_value" + ], + [ + 8, + "property_feature_description" + ], + [ + 9, + "property_id" + ], + [ + 9, + "photo_seq" + ], + [ + 9, + "photo_title" + ], + [ + 9, + "photo_description" + ], + [ + 9, + "photo_filename" + ], + [ + 10, + "property_id" + ], + [ + 10, + "room_number" + ], + [ + 10, + "room_type_code" + ], + [ + 10, + "room_size" + ], + [ + 10, + "other_room_details" + ], + [ + 11, + "user_id" + ], + [ + 11, + "property_id" + ], + [ + 11, + "datestamp" + ], + [ + 12, + "user_id" + ], + [ + 12, + "search_seq" + ], + [ + 12, + "search_datetime" + ], + [ + 12, + "search_string" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "time", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "time", + "time", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "time", + "number", + "number", + "time", + "text" + ], + "db_id": "real_estate_rentals", + "foreign_keys": [ + [ + 37, + 3 + ], + [ + 35, + 9 + ], + [ + 36, + 21 + ], + [ + 49, + 34 + ], + [ + 50, + 18 + ], + [ + 53, + 34 + ], + [ + 60, + 5 + ], + [ + 58, + 34 + ], + [ + 64, + 34 + ], + [ + 63, + 21 + ], + [ + 66, + 21 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 7, + 9, + 18, + 21, + 34 + ], + "table_names": [ + "ref age categories", + "ref property types", + "ref room types", + "ref user categories", + "addresses", + "features", + "users", + "properties", + "property features", + "property photos", + "rooms", + "user property history", + "user searches" + ], + "table_names_original": [ + "Ref_Age_Categories", + "Ref_Property_Types", + "Ref_Room_Types", + "Ref_User_Categories", + "Addresses", + "Features", + "Users", + "Properties", + "Property_Features", + "Property_Photos", + "Rooms", + "User_Property_History", + "User_Searches" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "name" + ], + [ + 0, + "phone id" + ], + [ + 0, + "memory in g" + ], + [ + 0, + "carrier" + ], + [ + 0, + "price" + ], + [ + 1, + "market id" + ], + [ + 1, + "district" + ], + [ + 1, + "num of employees" + ], + [ + 1, + "num of shops" + ], + [ + 1, + "ranking" + ], + [ + 2, + "market id" + ], + [ + 2, + "phone id" + ], + [ + 2, + "num of stock" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Name" + ], + [ + 0, + "Phone_ID" + ], + [ + 0, + "Memory_in_G" + ], + [ + 0, + "Carrier" + ], + [ + 0, + "Price" + ], + [ + 1, + "Market_ID" + ], + [ + 1, + "District" + ], + [ + 1, + "Num_of_employees" + ], + [ + 1, + "Num_of_shops" + ], + [ + 1, + "Ranking" + ], + [ + 2, + "Market_ID" + ], + [ + 2, + "Phone_ID" + ], + [ + 2, + "Num_of_stock" + ] + ], + "column_types": [ + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "number" + ], + "db_id": "phone_market", + "foreign_keys": [ + [ + 12, + 2 + ], + [ + 11, + 6 + ] + ], + "primary_keys": [ + 2, + 6, + 11 + ], + "table_names": [ + "phone", + "market", + "phone market" + ], + "table_names_original": [ + "phone", + "market", + "phone_market" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "product id" + ], + [ + 0, + "product" + ], + [ + 0, + "dimensions" + ], + [ + 0, + "dpi" + ], + [ + 0, + "pages per minute color" + ], + [ + 0, + "max page size" + ], + [ + 0, + "interface" + ], + [ + 1, + "store id" + ], + [ + 1, + "store name" + ], + [ + 1, + "type" + ], + [ + 1, + "area size" + ], + [ + 1, + "number of product category" + ], + [ + 1, + "ranking" + ], + [ + 2, + "district id" + ], + [ + 2, + "district name" + ], + [ + 2, + "headquartered city" + ], + [ + 2, + "city population" + ], + [ + 2, + "city area" + ], + [ + 3, + "store id" + ], + [ + 3, + "product id" + ], + [ + 4, + "store id" + ], + [ + 4, + "district id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "product_id" + ], + [ + 0, + "product" + ], + [ + 0, + "dimensions" + ], + [ + 0, + "dpi" + ], + [ + 0, + "pages_per_minute_color" + ], + [ + 0, + "max_page_size" + ], + [ + 0, + "interface" + ], + [ + 1, + "Store_ID" + ], + [ + 1, + "Store_Name" + ], + [ + 1, + "Type" + ], + [ + 1, + "Area_size" + ], + [ + 1, + "Number_of_product_category" + ], + [ + 1, + "Ranking" + ], + [ + 2, + "District_ID" + ], + [ + 2, + "District_name" + ], + [ + 2, + "Headquartered_City" + ], + [ + 2, + "City_Population" + ], + [ + 2, + "City_Area" + ], + [ + 3, + "Store_ID" + ], + [ + 3, + "Product_ID" + ], + [ + 4, + "Store_ID" + ], + [ + 4, + "District_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "store_product", + "foreign_keys": [ + [ + 19, + 8 + ], + [ + 22, + 14 + ], + [ + 21, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 14, + 19, + 21 + ], + "table_names": [ + "product", + "store", + "district", + "store product", + "store district" + ], + "table_names_original": [ + "product", + "store", + "district", + "store_product", + "store_district" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "company id" + ], + [ + 0, + "company type" + ], + [ + 0, + "company name" + ], + [ + 0, + "company address" + ], + [ + 0, + "other company details" + ], + [ + 1, + "maintenance contract id" + ], + [ + 1, + "maintenance contract company id" + ], + [ + 1, + "contract start date" + ], + [ + 1, + "contract end date" + ], + [ + 1, + "other contract details" + ], + [ + 2, + "part id" + ], + [ + 2, + "part name" + ], + [ + 2, + "chargeable yn" + ], + [ + 2, + "chargeable amount" + ], + [ + 2, + "other part details" + ], + [ + 3, + "skill id" + ], + [ + 3, + "skill code" + ], + [ + 3, + "skill description" + ], + [ + 4, + "staff id" + ], + [ + 4, + "staff name" + ], + [ + 4, + "gender" + ], + [ + 4, + "other staff details" + ], + [ + 5, + "asset id" + ], + [ + 5, + "maintenance contract id" + ], + [ + 5, + "supplier company id" + ], + [ + 5, + "asset details" + ], + [ + 5, + "asset make" + ], + [ + 5, + "asset model" + ], + [ + 5, + "asset acquired date" + ], + [ + 5, + "asset disposed date" + ], + [ + 5, + "other asset details" + ], + [ + 6, + "asset id" + ], + [ + 6, + "part id" + ], + [ + 7, + "engineer id" + ], + [ + 7, + "company id" + ], + [ + 7, + "first name" + ], + [ + 7, + "last name" + ], + [ + 7, + "other details" + ], + [ + 8, + "engineer id" + ], + [ + 8, + "skill id" + ], + [ + 9, + "fault log entry id" + ], + [ + 9, + "asset id" + ], + [ + 9, + "recorded by staff id" + ], + [ + 9, + "fault log entry datetime" + ], + [ + 9, + "fault description" + ], + [ + 9, + "other fault details" + ], + [ + 10, + "engineer visit id" + ], + [ + 10, + "contact staff id" + ], + [ + 10, + "engineer id" + ], + [ + 10, + "fault log entry id" + ], + [ + 10, + "fault status" + ], + [ + 10, + "visit start datetime" + ], + [ + 10, + "visit end datetime" + ], + [ + 10, + "other visit details" + ], + [ + 11, + "part fault id" + ], + [ + 11, + "part id" + ], + [ + 11, + "fault short name" + ], + [ + 11, + "fault description" + ], + [ + 11, + "other fault details" + ], + [ + 12, + "fault log entry id" + ], + [ + 12, + "part fault id" + ], + [ + 12, + "fault status" + ], + [ + 13, + "part fault id" + ], + [ + 13, + "skill id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "company_id" + ], + [ + 0, + "company_type" + ], + [ + 0, + "company_name" + ], + [ + 0, + "company_address" + ], + [ + 0, + "other_company_details" + ], + [ + 1, + "maintenance_contract_id" + ], + [ + 1, + "maintenance_contract_company_id" + ], + [ + 1, + "contract_start_date" + ], + [ + 1, + "contract_end_date" + ], + [ + 1, + "other_contract_details" + ], + [ + 2, + "part_id" + ], + [ + 2, + "part_name" + ], + [ + 2, + "chargeable_yn" + ], + [ + 2, + "chargeable_amount" + ], + [ + 2, + "other_part_details" + ], + [ + 3, + "skill_id" + ], + [ + 3, + "skill_code" + ], + [ + 3, + "skill_description" + ], + [ + 4, + "staff_id" + ], + [ + 4, + "staff_name" + ], + [ + 4, + "gender" + ], + [ + 4, + "other_staff_details" + ], + [ + 5, + "asset_id" + ], + [ + 5, + "maintenance_contract_id" + ], + [ + 5, + "supplier_company_id" + ], + [ + 5, + "asset_details" + ], + [ + 5, + "asset_make" + ], + [ + 5, + "asset_model" + ], + [ + 5, + "asset_acquired_date" + ], + [ + 5, + "asset_disposed_date" + ], + [ + 5, + "other_asset_details" + ], + [ + 6, + "asset_id" + ], + [ + 6, + "part_id" + ], + [ + 7, + "engineer_id" + ], + [ + 7, + "company_id" + ], + [ + 7, + "first_name" + ], + [ + 7, + "last_name" + ], + [ + 7, + "other_details" + ], + [ + 8, + "engineer_id" + ], + [ + 8, + "skill_id" + ], + [ + 9, + "fault_log_entry_id" + ], + [ + 9, + "asset_id" + ], + [ + 9, + "recorded_by_staff_id" + ], + [ + 9, + "fault_log_entry_datetime" + ], + [ + 9, + "fault_description" + ], + [ + 9, + "other_fault_details" + ], + [ + 10, + "engineer_visit_id" + ], + [ + 10, + "contact_staff_id" + ], + [ + 10, + "engineer_id" + ], + [ + 10, + "fault_log_entry_id" + ], + [ + 10, + "fault_status" + ], + [ + 10, + "visit_start_datetime" + ], + [ + 10, + "visit_end_datetime" + ], + [ + 10, + "other_visit_details" + ], + [ + 11, + "part_fault_id" + ], + [ + 11, + "part_id" + ], + [ + 11, + "fault_short_name" + ], + [ + 11, + "fault_description" + ], + [ + 11, + "other_fault_details" + ], + [ + 12, + "fault_log_entry_id" + ], + [ + 12, + "part_fault_id" + ], + [ + 12, + "fault_status" + ], + [ + 13, + "part_fault_id" + ], + [ + 13, + "skill_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "time", + "time", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "time", + "time", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "time", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "time", + "time", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "assets_maintenance", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 25, + 1 + ], + [ + 24, + 6 + ], + [ + 32, + 23 + ], + [ + 33, + 11 + ], + [ + 35, + 1 + ], + [ + 40, + 16 + ], + [ + 39, + 34 + ], + [ + 43, + 19 + ], + [ + 42, + 23 + ], + [ + 48, + 19 + ], + [ + 49, + 34 + ], + [ + 50, + 41 + ], + [ + 56, + 11 + ], + [ + 60, + 41 + ], + [ + 61, + 55 + ], + [ + 64, + 16 + ], + [ + 63, + 55 + ] + ], + "primary_keys": [ + 1, + 6, + 11, + 16, + 19, + 23, + 34, + 41, + 47, + 55 + ], + "table_names": [ + "third party companies", + "maintenance contracts", + "parts", + "skills", + "staff", + "assets", + "asset parts", + "maintenance engineers", + "engineer skills", + "fault log", + "engineer visits", + "part faults", + "fault log parts", + "skills required to fix" + ], + "table_names_original": [ + "Third_Party_Companies", + "Maintenance_Contracts", + "Parts", + "Skills", + "Staff", + "Assets", + "Asset_Parts", + "Maintenance_Engineers", + "Engineer_Skills", + "Fault_Log", + "Engineer_Visits", + "Part_Faults", + "Fault_Log_Parts", + "Skills_Required_To_Fix" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "line 1" + ], + [ + 0, + "line 2" + ], + [ + 0, + "city" + ], + [ + 0, + "zip postcode" + ], + [ + 0, + "state province county" + ], + [ + 0, + "country" + ], + [ + 1, + "person id" + ], + [ + 1, + "first name" + ], + [ + 1, + "middle name" + ], + [ + 1, + "last name" + ], + [ + 1, + "cell mobile number" + ], + [ + 1, + "email address" + ], + [ + 1, + "login name" + ], + [ + 1, + "password" + ], + [ + 2, + "student id" + ], + [ + 2, + "student details" + ], + [ + 3, + "course id" + ], + [ + 3, + "course name" + ], + [ + 3, + "course description" + ], + [ + 3, + "other details" + ], + [ + 4, + "person address id" + ], + [ + 4, + "person id" + ], + [ + 4, + "address id" + ], + [ + 4, + "date from" + ], + [ + 4, + "date to" + ], + [ + 5, + "student id" + ], + [ + 5, + "course id" + ], + [ + 5, + "registration date" + ], + [ + 6, + "student id" + ], + [ + 6, + "course id" + ], + [ + 6, + "date of attendance" + ], + [ + 7, + "candidate id" + ], + [ + 7, + "candidate details" + ], + [ + 8, + "candidate id" + ], + [ + 8, + "qualification" + ], + [ + 8, + "assessment date" + ], + [ + 8, + "asessment outcome code" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_id" + ], + [ + 0, + "line_1" + ], + [ + 0, + "line_2" + ], + [ + 0, + "city" + ], + [ + 0, + "zip_postcode" + ], + [ + 0, + "state_province_county" + ], + [ + 0, + "country" + ], + [ + 1, + "person_id" + ], + [ + 1, + "first_name" + ], + [ + 1, + "middle_name" + ], + [ + 1, + "last_name" + ], + [ + 1, + "cell_mobile_number" + ], + [ + 1, + "email_address" + ], + [ + 1, + "login_name" + ], + [ + 1, + "password" + ], + [ + 2, + "student_id" + ], + [ + 2, + "student_details" + ], + [ + 3, + "course_id" + ], + [ + 3, + "course_name" + ], + [ + 3, + "course_description" + ], + [ + 3, + "other_details" + ], + [ + 4, + "person_address_id" + ], + [ + 4, + "person_id" + ], + [ + 4, + "address_id" + ], + [ + 4, + "date_from" + ], + [ + 4, + "date_to" + ], + [ + 5, + "student_id" + ], + [ + 5, + "course_id" + ], + [ + 5, + "registration_date" + ], + [ + 6, + "student_id" + ], + [ + 6, + "course_id" + ], + [ + 6, + "date_of_attendance" + ], + [ + 7, + "candidate_id" + ], + [ + 7, + "candidate_details" + ], + [ + 8, + "candidate_id" + ], + [ + 8, + "qualification" + ], + [ + 8, + "assessment_date" + ], + [ + 8, + "asessment_outcome_code" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "time", + "time", + "number", + "number", + "time", + "number", + "number", + "time", + "number", + "text", + "number", + "text", + "time", + "text" + ], + "db_id": "student_assessment", + "foreign_keys": [ + [ + 16, + 8 + ], + [ + 24, + 1 + ], + [ + 23, + 8 + ], + [ + 28, + 18 + ], + [ + 27, + 16 + ], + [ + 30, + 27 + ], + [ + 31, + 28 + ], + [ + 33, + 8 + ], + [ + 35, + 33 + ] + ], + "primary_keys": [ + 1, + 8, + 16, + 18, + 22, + 27, + 30, + 33, + 35 + ], + "table_names": [ + "addresses", + "people", + "students", + "courses", + "people addresses", + "student course registrations", + "student course attendance", + "candidates", + "candidate assessments" + ], + "table_names_original": [ + "Addresses", + "People", + "Students", + "Courses", + "People_Addresses", + "Student_Course_Registrations", + "Student_Course_Attendance", + "Candidates", + "Candidate_Assessments" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "breed code" + ], + [ + 0, + "breed name" + ], + [ + 1, + "charge id" + ], + [ + 1, + "charge type" + ], + [ + 1, + "charge amount" + ], + [ + 2, + "size code" + ], + [ + 2, + "size description" + ], + [ + 3, + "treatment type code" + ], + [ + 3, + "treatment type description" + ], + [ + 4, + "owner id" + ], + [ + 4, + "first name" + ], + [ + 4, + "last name" + ], + [ + 4, + "street" + ], + [ + 4, + "city" + ], + [ + 4, + "state" + ], + [ + 4, + "zip code" + ], + [ + 4, + "email address" + ], + [ + 4, + "home phone" + ], + [ + 4, + "cell number" + ], + [ + 5, + "dog id" + ], + [ + 5, + "owner id" + ], + [ + 5, + "abandoned yes or no" + ], + [ + 5, + "breed code" + ], + [ + 5, + "size code" + ], + [ + 5, + "name" + ], + [ + 5, + "age" + ], + [ + 5, + "date of birth" + ], + [ + 5, + "gender" + ], + [ + 5, + "weight" + ], + [ + 5, + "date arrived" + ], + [ + 5, + "date adopted" + ], + [ + 5, + "date departed" + ], + [ + 6, + "professional id" + ], + [ + 6, + "role code" + ], + [ + 6, + "first name" + ], + [ + 6, + "street" + ], + [ + 6, + "city" + ], + [ + 6, + "state" + ], + [ + 6, + "zip code" + ], + [ + 6, + "last name" + ], + [ + 6, + "email address" + ], + [ + 6, + "home phone" + ], + [ + 6, + "cell number" + ], + [ + 7, + "treatment id" + ], + [ + 7, + "dog id" + ], + [ + 7, + "professional id" + ], + [ + 7, + "treatment type code" + ], + [ + 7, + "date of treatment" + ], + [ + 7, + "cost of treatment" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "breed_code" + ], + [ + 0, + "breed_name" + ], + [ + 1, + "charge_id" + ], + [ + 1, + "charge_type" + ], + [ + 1, + "charge_amount" + ], + [ + 2, + "size_code" + ], + [ + 2, + "size_description" + ], + [ + 3, + "treatment_type_code" + ], + [ + 3, + "treatment_type_description" + ], + [ + 4, + "owner_id" + ], + [ + 4, + "first_name" + ], + [ + 4, + "last_name" + ], + [ + 4, + "street" + ], + [ + 4, + "city" + ], + [ + 4, + "state" + ], + [ + 4, + "zip_code" + ], + [ + 4, + "email_address" + ], + [ + 4, + "home_phone" + ], + [ + 4, + "cell_number" + ], + [ + 5, + "dog_id" + ], + [ + 5, + "owner_id" + ], + [ + 5, + "abandoned_yn" + ], + [ + 5, + "breed_code" + ], + [ + 5, + "size_code" + ], + [ + 5, + "name" + ], + [ + 5, + "age" + ], + [ + 5, + "date_of_birth" + ], + [ + 5, + "gender" + ], + [ + 5, + "weight" + ], + [ + 5, + "date_arrived" + ], + [ + 5, + "date_adopted" + ], + [ + 5, + "date_departed" + ], + [ + 6, + "professional_id" + ], + [ + 6, + "role_code" + ], + [ + 6, + "first_name" + ], + [ + 6, + "street" + ], + [ + 6, + "city" + ], + [ + 6, + "state" + ], + [ + 6, + "zip_code" + ], + [ + 6, + "last_name" + ], + [ + 6, + "email_address" + ], + [ + 6, + "home_phone" + ], + [ + 6, + "cell_number" + ], + [ + 7, + "treatment_id" + ], + [ + 7, + "dog_id" + ], + [ + 7, + "professional_id" + ], + [ + 7, + "treatment_type_code" + ], + [ + 7, + "date_of_treatment" + ], + [ + 7, + "cost_of_treatment" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "time", + "text", + "text", + "time", + "time", + "time", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "time", + "number" + ], + "db_id": "dog_kennels", + "foreign_keys": [ + [ + 21, + 10 + ], + [ + 21, + 10 + ], + [ + 24, + 6 + ], + [ + 23, + 1 + ], + [ + 45, + 20 + ], + [ + 46, + 33 + ], + [ + 47, + 8 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 8, + 10, + 20, + 33, + 44 + ], + "table_names": [ + "breeds", + "charges", + "sizes", + "treatment types", + "owners", + "dogs", + "professionals", + "treatments" + ], + "table_names_original": [ + "Breeds", + "Charges", + "Sizes", + "Treatment_Types", + "Owners", + "Dogs", + "Professionals", + "Treatments" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "genre name" + ], + [ + 0, + "rating" + ], + [ + 0, + "most popular in" + ], + [ + 1, + "artist name" + ], + [ + 1, + "country" + ], + [ + 1, + "gender" + ], + [ + 1, + "preferred genre" + ], + [ + 2, + "song id" + ], + [ + 2, + "artist name" + ], + [ + 2, + "file size" + ], + [ + 2, + "duration" + ], + [ + 2, + "formats" + ], + [ + 3, + "song name" + ], + [ + 3, + "artist name" + ], + [ + 3, + "country" + ], + [ + 3, + "song id" + ], + [ + 3, + "genre is" + ], + [ + 3, + "rating" + ], + [ + 3, + "languages" + ], + [ + 3, + "releasedate" + ], + [ + 3, + "resolution" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "g_name" + ], + [ + 0, + "rating" + ], + [ + 0, + "most_popular_in" + ], + [ + 1, + "artist_name" + ], + [ + 1, + "country" + ], + [ + 1, + "gender" + ], + [ + 1, + "preferred_genre" + ], + [ + 2, + "f_id" + ], + [ + 2, + "artist_name" + ], + [ + 2, + "file_size" + ], + [ + 2, + "duration" + ], + [ + 2, + "formats" + ], + [ + 3, + "song_name" + ], + [ + 3, + "artist_name" + ], + [ + 3, + "country" + ], + [ + 3, + "f_id" + ], + [ + 3, + "genre_is" + ], + [ + 3, + "rating" + ], + [ + 3, + "languages" + ], + [ + 3, + "releasedate" + ], + [ + 3, + "resolution" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "time", + "number" + ], + "db_id": "music_1", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 9, + 4 + ], + [ + 17, + 1 + ], + [ + 16, + 8 + ], + [ + 14, + 4 + ] + ], + "primary_keys": [ + 1, + 4, + 8, + 13 + ], + "table_names": [ + "genre", + "artist", + "files", + "song" + ], + "table_names_original": [ + "genre", + "artist", + "files", + "song" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "people id" + ], + [ + 0, + "age" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "graduation college" + ], + [ + 1, + "company id" + ], + [ + 1, + "name" + ], + [ + 1, + "headquarters" + ], + [ + 1, + "industry" + ], + [ + 1, + "sales in billion" + ], + [ + 1, + "profits in billion" + ], + [ + 1, + "assets in billion" + ], + [ + 1, + "market value in billion" + ], + [ + 2, + "company id" + ], + [ + 2, + "people id" + ], + [ + 2, + "year working" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "Age" + ], + [ + 0, + "Name" + ], + [ + 0, + "Nationality" + ], + [ + 0, + "Graduation_College" + ], + [ + 1, + "Company_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Headquarters" + ], + [ + 1, + "Industry" + ], + [ + 1, + "Sales_in_Billion" + ], + [ + 1, + "Profits_in_Billion" + ], + [ + 1, + "Assets_in_Billion" + ], + [ + 1, + "Market_Value_in_Billion" + ], + [ + 2, + "Company_ID" + ], + [ + 2, + "People_ID" + ], + [ + 2, + "Year_working" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "company_employee", + "foreign_keys": [ + [ + 15, + 1 + ], + [ + 14, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 14 + ], + "table_names": [ + "people", + "company", + "employment" + ], + "table_names_original": [ + "people", + "company", + "employment" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "city id" + ], + [ + 0, + "official name" + ], + [ + 0, + "status" + ], + [ + 0, + "area km 2" + ], + [ + 0, + "population" + ], + [ + 0, + "census ranking" + ], + [ + 1, + "farm id" + ], + [ + 1, + "year" + ], + [ + 1, + "total horses" + ], + [ + 1, + "working horses" + ], + [ + 1, + "total cattle" + ], + [ + 1, + "oxen" + ], + [ + 1, + "bulls" + ], + [ + 1, + "cows" + ], + [ + 1, + "pigs" + ], + [ + 1, + "sheep and goats" + ], + [ + 2, + "competition id" + ], + [ + 2, + "year" + ], + [ + 2, + "theme" + ], + [ + 2, + "host city id" + ], + [ + 2, + "hosts" + ], + [ + 3, + "competition id" + ], + [ + 3, + "farm id" + ], + [ + 3, + "rank" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "City_ID" + ], + [ + 0, + "Official_Name" + ], + [ + 0, + "Status" + ], + [ + 0, + "Area_km_2" + ], + [ + 0, + "Population" + ], + [ + 0, + "Census_Ranking" + ], + [ + 1, + "Farm_ID" + ], + [ + 1, + "Year" + ], + [ + 1, + "Total_Horses" + ], + [ + 1, + "Working_Horses" + ], + [ + 1, + "Total_Cattle" + ], + [ + 1, + "Oxen" + ], + [ + 1, + "Bulls" + ], + [ + 1, + "Cows" + ], + [ + 1, + "Pigs" + ], + [ + 1, + "Sheep_and_Goats" + ], + [ + 2, + "Competition_ID" + ], + [ + 2, + "Year" + ], + [ + 2, + "Theme" + ], + [ + 2, + "Host_city_ID" + ], + [ + 2, + "Hosts" + ], + [ + 3, + "Competition_ID" + ], + [ + 3, + "Farm_ID" + ], + [ + 3, + "Rank" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "farm", + "foreign_keys": [ + [ + 20, + 1 + ], + [ + 23, + 7 + ], + [ + 22, + 17 + ] + ], + "primary_keys": [ + 1, + 7, + 17, + 22 + ], + "table_names": [ + "city", + "farm", + "farm competition", + "competition record" + ], + "table_names_original": [ + "city", + "farm", + "farm_competition", + "competition_record" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "address details" + ], + [ + 1, + "location id" + ], + [ + 1, + "other details" + ], + [ + 2, + "product id" + ], + [ + 2, + "product type code" + ], + [ + 2, + "product name" + ], + [ + 2, + "product price" + ], + [ + 3, + "party id" + ], + [ + 3, + "party details" + ], + [ + 4, + "asset id" + ], + [ + 4, + "other details" + ], + [ + 5, + "channel id" + ], + [ + 5, + "other details" + ], + [ + 6, + "finance id" + ], + [ + 6, + "other details" + ], + [ + 7, + "event id" + ], + [ + 7, + "address id" + ], + [ + 7, + "channel id" + ], + [ + 7, + "event type code" + ], + [ + 7, + "finance id" + ], + [ + 7, + "location id" + ], + [ + 8, + "product in event id" + ], + [ + 8, + "event id" + ], + [ + 8, + "product id" + ], + [ + 9, + "party id" + ], + [ + 9, + "event id" + ], + [ + 9, + "role code" + ], + [ + 10, + "document id" + ], + [ + 10, + "event id" + ], + [ + 11, + "asset id" + ], + [ + 11, + "event id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Address_ID" + ], + [ + 0, + "address_details" + ], + [ + 1, + "Location_ID" + ], + [ + 1, + "Other_Details" + ], + [ + 2, + "Product_ID" + ], + [ + 2, + "Product_Type_Code" + ], + [ + 2, + "Product_Name" + ], + [ + 2, + "Product_Price" + ], + [ + 3, + "Party_ID" + ], + [ + 3, + "Party_Details" + ], + [ + 4, + "Asset_ID" + ], + [ + 4, + "Other_Details" + ], + [ + 5, + "Channel_ID" + ], + [ + 5, + "Other_Details" + ], + [ + 6, + "Finance_ID" + ], + [ + 6, + "Other_Details" + ], + [ + 7, + "Event_ID" + ], + [ + 7, + "Address_ID" + ], + [ + 7, + "Channel_ID" + ], + [ + 7, + "Event_Type_Code" + ], + [ + 7, + "Finance_ID" + ], + [ + 7, + "Location_ID" + ], + [ + 8, + "Product_in_Event_ID" + ], + [ + 8, + "Event_ID" + ], + [ + 8, + "Product_ID" + ], + [ + 9, + "Party_ID" + ], + [ + 9, + "Event_ID" + ], + [ + 9, + "Role_Code" + ], + [ + 10, + "Document_ID" + ], + [ + 10, + "Event_ID" + ], + [ + 11, + "Asset_ID" + ], + [ + 11, + "Event_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "solvency_ii", + "foreign_keys": [ + [ + 21, + 15 + ], + [ + 18, + 1 + ], + [ + 22, + 3 + ], + [ + 25, + 5 + ], + [ + 24, + 17 + ], + [ + 27, + 17 + ], + [ + 26, + 9 + ], + [ + 30, + 17 + ], + [ + 32, + 17 + ], + [ + 32, + 17 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 9, + 11, + 13, + 15, + 17, + 23, + 26, + 29, + 31 + ], + "table_names": [ + "addresses", + "locations", + "products", + "parties", + "assets", + "channels", + "finances", + "events", + "products in events", + "parties in events", + "agreements", + "assets in events" + ], + "table_names_original": [ + "Addresses", + "Locations", + "Products", + "Parties", + "Assets", + "Channels", + "Finances", + "Events", + "Products_in_Events", + "Parties_in_Events", + "Agreements", + "Assets_in_Events" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "city id" + ], + [ + 0, + "city" + ], + [ + 0, + "hanzi" + ], + [ + 0, + "hanyu pinyin" + ], + [ + 0, + "regional population" + ], + [ + 0, + "gdp" + ], + [ + 1, + "match id" + ], + [ + 1, + "date" + ], + [ + 1, + "venue" + ], + [ + 1, + "score" + ], + [ + 1, + "result" + ], + [ + 1, + "competition" + ], + [ + 2, + "city id" + ], + [ + 2, + "jan" + ], + [ + 2, + "feb" + ], + [ + 2, + "mar" + ], + [ + 2, + "apr" + ], + [ + 2, + "jun" + ], + [ + 2, + "jul" + ], + [ + 2, + "aug" + ], + [ + 2, + "sep" + ], + [ + 2, + "oct" + ], + [ + 2, + "nov" + ], + [ + 2, + "dec" + ], + [ + 3, + "year" + ], + [ + 3, + "match id" + ], + [ + 3, + "host city" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "City_ID" + ], + [ + 0, + "City" + ], + [ + 0, + "Hanzi" + ], + [ + 0, + "Hanyu_Pinyin" + ], + [ + 0, + "Regional_Population" + ], + [ + 0, + "GDP" + ], + [ + 1, + "Match_ID" + ], + [ + 1, + "Date" + ], + [ + 1, + "Venue" + ], + [ + 1, + "Score" + ], + [ + 1, + "Result" + ], + [ + 1, + "Competition" + ], + [ + 2, + "City_ID" + ], + [ + 2, + "Jan" + ], + [ + 2, + "Feb" + ], + [ + 2, + "Mar" + ], + [ + 2, + "Apr" + ], + [ + 2, + "Jun" + ], + [ + 2, + "Jul" + ], + [ + 2, + "Aug" + ], + [ + 2, + "Sep" + ], + [ + 2, + "Oct" + ], + [ + 2, + "Nov" + ], + [ + 2, + "Dec" + ], + [ + 3, + "Year" + ], + [ + 3, + "Match_ID" + ], + [ + 3, + "Host_City" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text" + ], + "db_id": "city_record", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 26, + 7 + ], + [ + 27, + 1 + ] + ], + "primary_keys": [ + 1, + 7, + 13, + 25 + ], + "table_names": [ + "city", + "match", + "temperature", + "hosting city" + ], + "table_names_original": [ + "city", + "match", + "temperature", + "hosting_city" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "meter 100" + ], + [ + 0, + "meter 200" + ], + [ + 0, + "meter 300" + ], + [ + 0, + "meter 400" + ], + [ + 0, + "meter 500" + ], + [ + 0, + "meter 600" + ], + [ + 0, + "meter 700" + ], + [ + 0, + "time" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "capacity" + ], + [ + 1, + "city" + ], + [ + 1, + "country" + ], + [ + 1, + "opening year" + ], + [ + 2, + "id" + ], + [ + 2, + "name" + ], + [ + 2, + "stadium id" + ], + [ + 2, + "year" + ], + [ + 3, + "id" + ], + [ + 3, + "result" + ], + [ + 3, + "swimmer id" + ], + [ + 3, + "event id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "ID" + ], + [ + 0, + "name" + ], + [ + 0, + "Nationality" + ], + [ + 0, + "meter_100" + ], + [ + 0, + "meter_200" + ], + [ + 0, + "meter_300" + ], + [ + 0, + "meter_400" + ], + [ + 0, + "meter_500" + ], + [ + 0, + "meter_600" + ], + [ + 0, + "meter_700" + ], + [ + 0, + "Time" + ], + [ + 1, + "ID" + ], + [ + 1, + "name" + ], + [ + 1, + "Capacity" + ], + [ + 1, + "City" + ], + [ + 1, + "Country" + ], + [ + 1, + "Opening_year" + ], + [ + 2, + "ID" + ], + [ + 2, + "Name" + ], + [ + 2, + "Stadium_ID" + ], + [ + 2, + "Year" + ], + [ + 3, + "ID" + ], + [ + 3, + "Result" + ], + [ + 3, + "Swimmer_ID" + ], + [ + 3, + "Event_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number" + ], + "db_id": "swimming", + "foreign_keys": [ + [ + 20, + 12 + ], + [ + 24, + 1 + ], + [ + 25, + 18 + ] + ], + "primary_keys": [ + 1, + 12, + 18, + 24 + ], + "table_names": [ + "swimmer", + "stadium", + "event", + "record" + ], + "table_names_original": [ + "swimmer", + "stadium", + "event", + "record" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "airline id" + ], + [ + 0, + "airline name" + ], + [ + 0, + "abbreviation" + ], + [ + 0, + "country" + ], + [ + 1, + "city" + ], + [ + 1, + "airport code" + ], + [ + 1, + "airport name" + ], + [ + 1, + "country" + ], + [ + 1, + "country abbrev" + ], + [ + 2, + "airline" + ], + [ + 2, + "flight number" + ], + [ + 2, + "source airport" + ], + [ + 2, + "destination airport" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "uid" + ], + [ + 0, + "Airline" + ], + [ + 0, + "Abbreviation" + ], + [ + 0, + "Country" + ], + [ + 1, + "City" + ], + [ + 1, + "AirportCode" + ], + [ + 1, + "AirportName" + ], + [ + 1, + "Country" + ], + [ + 1, + "CountryAbbrev" + ], + [ + 2, + "Airline" + ], + [ + 2, + "FlightNo" + ], + [ + 2, + "SourceAirport" + ], + [ + 2, + "DestAirport" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text" + ], + "db_id": "flight_2", + "foreign_keys": [ + [ + 13, + 6 + ], + [ + 12, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 10 + ], + "table_names": [ + "airlines", + "airports", + "flights" + ], + "table_names_original": [ + "airlines", + "airports", + "flights" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "county id" + ], + [ + 0, + "county name" + ], + [ + 0, + "population" + ], + [ + 0, + "zip code" + ], + [ + 1, + "party id" + ], + [ + 1, + "year" + ], + [ + 1, + "party" + ], + [ + 1, + "governor" + ], + [ + 1, + "lieutenant governor" + ], + [ + 1, + "comptroller" + ], + [ + 1, + "attorney general" + ], + [ + 1, + "us senate" + ], + [ + 2, + "election id" + ], + [ + 2, + "counties represented" + ], + [ + 2, + "district" + ], + [ + 2, + "delegate" + ], + [ + 2, + "party" + ], + [ + 2, + "first elected" + ], + [ + 2, + "committee" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "County_Id" + ], + [ + 0, + "County_name" + ], + [ + 0, + "Population" + ], + [ + 0, + "Zip_code" + ], + [ + 1, + "Party_ID" + ], + [ + 1, + "Year" + ], + [ + 1, + "Party" + ], + [ + 1, + "Governor" + ], + [ + 1, + "Lieutenant_Governor" + ], + [ + 1, + "Comptroller" + ], + [ + 1, + "Attorney_General" + ], + [ + 1, + "US_Senate" + ], + [ + 2, + "Election_ID" + ], + [ + 2, + "Counties_Represented" + ], + [ + 2, + "District" + ], + [ + 2, + "Delegate" + ], + [ + 2, + "Party" + ], + [ + 2, + "First_Elected" + ], + [ + 2, + "Committee" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "election", + "foreign_keys": [ + [ + 15, + 1 + ], + [ + 17, + 5 + ] + ], + "primary_keys": [ + 1, + 5, + 13 + ], + "table_names": [ + "county", + "party", + "election" + ], + "table_names_original": [ + "county", + "party", + "election" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "code" + ], + [ + 0, + "name" + ], + [ + 0, + "headquarter" + ], + [ + 0, + "founder" + ], + [ + 0, + "revenue" + ], + [ + 1, + "code" + ], + [ + 1, + "name" + ], + [ + 1, + "price" + ], + [ + 1, + "manufacturer" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Code" + ], + [ + 0, + "Name" + ], + [ + 0, + "Headquarter" + ], + [ + 0, + "Founder" + ], + [ + 0, + "Revenue" + ], + [ + 1, + "Code" + ], + [ + 1, + "Name" + ], + [ + 1, + "Price" + ], + [ + 1, + "Manufacturer" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "manufactory_1", + "foreign_keys": [ + [ + 9, + 1 + ] + ], + "primary_keys": [ + 1, + 6 + ], + "table_names": [ + "manufacturers", + "products" + ], + "table_names_original": [ + "Manufacturers", + "Products" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "conference id" + ], + [ + 0, + "conference name" + ], + [ + 0, + "year" + ], + [ + 0, + "location" + ], + [ + 1, + "institution id" + ], + [ + 1, + "institution name" + ], + [ + 1, + "location" + ], + [ + 1, + "founded" + ], + [ + 2, + "staff id" + ], + [ + 2, + "name" + ], + [ + 2, + "age" + ], + [ + 2, + "nationality" + ], + [ + 2, + "institution id" + ], + [ + 3, + "conference id" + ], + [ + 3, + "staff id" + ], + [ + 3, + "role" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Conference_ID" + ], + [ + 0, + "Conference_Name" + ], + [ + 0, + "Year" + ], + [ + 0, + "Location" + ], + [ + 1, + "Institution_ID" + ], + [ + 1, + "Institution_Name" + ], + [ + 1, + "Location" + ], + [ + 1, + "Founded" + ], + [ + 2, + "staff_ID" + ], + [ + 2, + "name" + ], + [ + 2, + "Age" + ], + [ + 2, + "Nationality" + ], + [ + 2, + "Institution_ID" + ], + [ + 3, + "Conference_ID" + ], + [ + 3, + "staff_ID" + ], + [ + 3, + "role" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "conference", + "foreign_keys": [ + [ + 13, + 5 + ], + [ + 14, + 1 + ], + [ + 15, + 9 + ] + ], + "primary_keys": [ + 1, + 5, + 9, + 15 + ], + "table_names": [ + "conference", + "institution", + "staff", + "conference participation" + ], + "table_names_original": [ + "conference", + "institution", + "staff", + "conference_participation" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "institution id" + ], + [ + 0, + "name" + ], + [ + 0, + "team" + ], + [ + 0, + "city" + ], + [ + 0, + "province" + ], + [ + 0, + "founded" + ], + [ + 0, + "affiliation" + ], + [ + 0, + "enrollment" + ], + [ + 0, + "endowment" + ], + [ + 0, + "stadium" + ], + [ + 0, + "capacity" + ], + [ + 1, + "institution id" + ], + [ + 1, + "nickname" + ], + [ + 1, + "joined" + ], + [ + 1, + "number of championships" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Institution_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Team" + ], + [ + 0, + "City" + ], + [ + 0, + "Province" + ], + [ + 0, + "Founded" + ], + [ + 0, + "Affiliation" + ], + [ + 0, + "Enrollment" + ], + [ + 0, + "Endowment" + ], + [ + 0, + "Stadium" + ], + [ + 0, + "Capacity" + ], + [ + 1, + "Institution_ID" + ], + [ + 1, + "Nickname" + ], + [ + 1, + "Joined" + ], + [ + 1, + "Number_of_Championships" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "institution_sports", + "foreign_keys": [ + [ + 12, + 1 + ] + ], + "primary_keys": [ + 1, + 12 + ], + "table_names": [ + "institution", + "championship" + ], + "table_names_original": [ + "institution", + "Championship" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "people id" + ], + [ + 0, + "district" + ], + [ + 0, + "name" + ], + [ + 0, + "party" + ], + [ + 0, + "age" + ], + [ + 1, + "debate id" + ], + [ + 1, + "date" + ], + [ + 1, + "venue" + ], + [ + 1, + "num of audience" + ], + [ + 2, + "debate id" + ], + [ + 2, + "affirmative" + ], + [ + 2, + "negative" + ], + [ + 2, + "if affirmative win" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "District" + ], + [ + 0, + "Name" + ], + [ + 0, + "Party" + ], + [ + 0, + "Age" + ], + [ + 1, + "Debate_ID" + ], + [ + 1, + "Date" + ], + [ + 1, + "Venue" + ], + [ + 1, + "Num_of_Audience" + ], + [ + 2, + "Debate_ID" + ], + [ + 2, + "Affirmative" + ], + [ + 2, + "Negative" + ], + [ + 2, + "If_Affirmative_Win" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "others" + ], + "db_id": "debate", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 11, + 1 + ], + [ + 10, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 10 + ], + "table_names": [ + "people", + "debate", + "debate people" + ], + "table_names_original": [ + "people", + "debate", + "debate_people" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "name" + ], + [ + 0, + "age" + ], + [ + 0, + "city" + ], + [ + 0, + "gender" + ], + [ + 0, + "job" + ], + [ + 1, + "name" + ], + [ + 1, + "friend" + ], + [ + 1, + "year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "name" + ], + [ + 0, + "age" + ], + [ + 0, + "city" + ], + [ + 0, + "gender" + ], + [ + 0, + "job" + ], + [ + 1, + "name" + ], + [ + 1, + "friend" + ], + [ + 1, + "year" + ] + ], + "column_types": [ + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number" + ], + "db_id": "network_2", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 6, + 1 + ] + ], + "primary_keys": [ + 1 + ], + "table_names": [ + "person", + "person friend" + ], + "table_names_original": [ + "Person", + "PersonFriend" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "service id" + ], + [ + 0, + "service type code" + ], + [ + 1, + "participant id" + ], + [ + 1, + "participant type code" + ], + [ + 1, + "participant details" + ], + [ + 2, + "event id" + ], + [ + 2, + "service id" + ], + [ + 2, + "event details" + ], + [ + 3, + "event id" + ], + [ + 3, + "participant id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Service_ID" + ], + [ + 0, + "Service_Type_Code" + ], + [ + 1, + "Participant_ID" + ], + [ + 1, + "Participant_Type_Code" + ], + [ + 1, + "Participant_Details" + ], + [ + 2, + "Event_ID" + ], + [ + 2, + "Service_ID" + ], + [ + 2, + "Event_Details" + ], + [ + 3, + "Event_ID" + ], + [ + 3, + "Participant_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "local_govt_in_alabama", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 9, + 6 + ], + [ + 10, + 3 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 9 + ], + "table_names": [ + "services", + "participants", + "events", + "participants in events" + ], + "table_names_original": [ + "Services", + "Participants", + "Events", + "Participants_in_Events" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "mountain id" + ], + [ + 0, + "name" + ], + [ + 0, + "height" + ], + [ + 0, + "prominence" + ], + [ + 0, + "range" + ], + [ + 0, + "country" + ], + [ + 1, + "climber id" + ], + [ + 1, + "name" + ], + [ + 1, + "country" + ], + [ + 1, + "time" + ], + [ + 1, + "points" + ], + [ + 1, + "mountain id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Mountain_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Height" + ], + [ + 0, + "Prominence" + ], + [ + 0, + "Range" + ], + [ + 0, + "Country" + ], + [ + 1, + "Climber_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Country" + ], + [ + 1, + "Time" + ], + [ + 1, + "Points" + ], + [ + 1, + "Mountain_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number" + ], + "db_id": "climbing", + "foreign_keys": [ + [ + 12, + 1 + ] + ], + "primary_keys": [ + 1, + 7 + ], + "table_names": [ + "mountain", + "climber" + ], + "table_names_original": [ + "mountain", + "climber" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "author id" + ], + [ + 0, + "author tutor atb" + ], + [ + 0, + "login name" + ], + [ + 0, + "password" + ], + [ + 0, + "personal name" + ], + [ + 0, + "middle name" + ], + [ + 0, + "family name" + ], + [ + 0, + "gender mf" + ], + [ + 0, + "address line 1" + ], + [ + 1, + "student id" + ], + [ + 1, + "date of registration" + ], + [ + 1, + "date of latest logon" + ], + [ + 1, + "login name" + ], + [ + 1, + "password" + ], + [ + 1, + "personal name" + ], + [ + 1, + "middle name" + ], + [ + 1, + "family name" + ], + [ + 2, + "subject id" + ], + [ + 2, + "subject name" + ], + [ + 3, + "course id" + ], + [ + 3, + "author id" + ], + [ + 3, + "subject id" + ], + [ + 3, + "course name" + ], + [ + 3, + "course description" + ], + [ + 4, + "registration id" + ], + [ + 4, + "student id" + ], + [ + 4, + "course id" + ], + [ + 4, + "date of enrolment" + ], + [ + 4, + "date of completion" + ], + [ + 5, + "registration id" + ], + [ + 5, + "date test taken" + ], + [ + 5, + "test result" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "author_id" + ], + [ + 0, + "author_tutor_ATB" + ], + [ + 0, + "login_name" + ], + [ + 0, + "password" + ], + [ + 0, + "personal_name" + ], + [ + 0, + "middle_name" + ], + [ + 0, + "family_name" + ], + [ + 0, + "gender_mf" + ], + [ + 0, + "address_line_1" + ], + [ + 1, + "student_id" + ], + [ + 1, + "date_of_registration" + ], + [ + 1, + "date_of_latest_logon" + ], + [ + 1, + "login_name" + ], + [ + 1, + "password" + ], + [ + 1, + "personal_name" + ], + [ + 1, + "middle_name" + ], + [ + 1, + "family_name" + ], + [ + 2, + "subject_id" + ], + [ + 2, + "subject_name" + ], + [ + 3, + "course_id" + ], + [ + 3, + "author_id" + ], + [ + 3, + "subject_id" + ], + [ + 3, + "course_name" + ], + [ + 3, + "course_description" + ], + [ + 4, + "registration_id" + ], + [ + 4, + "student_id" + ], + [ + 4, + "course_id" + ], + [ + 4, + "date_of_enrolment" + ], + [ + 4, + "date_of_completion" + ], + [ + 5, + "registration_id" + ], + [ + 5, + "date_test_taken" + ], + [ + 5, + "test_result" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "time", + "time", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "time", + "time", + "number", + "time", + "text" + ], + "db_id": "e_learning", + "foreign_keys": [ + [ + 22, + 18 + ], + [ + 21, + 1 + ], + [ + 26, + 10 + ], + [ + 27, + 20 + ], + [ + 30, + 25 + ] + ], + "primary_keys": [ + 1, + 10, + 18, + 20, + 25 + ], + "table_names": [ + "course authors and tutors", + "students", + "subjects", + "courses", + "student course enrolment", + "student tests taken" + ], + "table_names_original": [ + "Course_Authors_and_Tutors", + "Students", + "Subjects", + "Courses", + "Student_Course_Enrolment", + "Student_Tests_Taken" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "ssn" + ], + [ + 0, + "name" + ], + [ + 1, + "code" + ], + [ + 1, + "name" + ], + [ + 1, + "hours" + ], + [ + 2, + "scientist" + ], + [ + 2, + "project" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "SSN" + ], + [ + 0, + "Name" + ], + [ + 1, + "Code" + ], + [ + 1, + "Name" + ], + [ + 1, + "Hours" + ], + [ + 2, + "Scientist" + ], + [ + 2, + "Project" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "scientist_1", + "foreign_keys": [ + [ + 7, + 3 + ], + [ + 6, + 1 + ] + ], + "primary_keys": [ + 1, + 3, + 6 + ], + "table_names": [ + "scientists", + "projects", + "assigned to" + ], + "table_names_original": [ + "Scientists", + "Projects", + "AssignedTo" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "captain id" + ], + [ + 0, + "name" + ], + [ + 0, + "ship id" + ], + [ + 0, + "age" + ], + [ + 0, + "class" + ], + [ + 0, + "rank" + ], + [ + 1, + "ship id" + ], + [ + 1, + "name" + ], + [ + 1, + "type" + ], + [ + 1, + "built year" + ], + [ + 1, + "class" + ], + [ + 1, + "flag" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Captain_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Ship_ID" + ], + [ + 0, + "age" + ], + [ + 0, + "Class" + ], + [ + 0, + "Rank" + ], + [ + 1, + "Ship_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Type" + ], + [ + 1, + "Built_Year" + ], + [ + 1, + "Class" + ], + [ + 1, + "Flag" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text" + ], + "db_id": "ship_1", + "foreign_keys": [ + [ + 3, + 7 + ] + ], + "primary_keys": [ + 1, + 7 + ], + "table_names": [ + "captain", + "ship" + ], + "table_names_original": [ + "captain", + "Ship" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "festival id" + ], + [ + 0, + "festival name" + ], + [ + 0, + "chair name" + ], + [ + 0, + "location" + ], + [ + 0, + "year" + ], + [ + 0, + "num of audience" + ], + [ + 1, + "artwork id" + ], + [ + 1, + "type" + ], + [ + 1, + "name" + ], + [ + 2, + "artwork id" + ], + [ + 2, + "festival id" + ], + [ + 2, + "result" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Festival_ID" + ], + [ + 0, + "Festival_Name" + ], + [ + 0, + "Chair_Name" + ], + [ + 0, + "Location" + ], + [ + 0, + "Year" + ], + [ + 0, + "Num_of_Audience" + ], + [ + 1, + "Artwork_ID" + ], + [ + 1, + "Type" + ], + [ + 1, + "Name" + ], + [ + 2, + "Artwork_ID" + ], + [ + 2, + "Festival_ID" + ], + [ + 2, + "Result" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "entertainment_awards", + "foreign_keys": [ + [ + 11, + 1 + ], + [ + 10, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 10 + ], + "table_names": [ + "festival detail", + "artwork", + "nomination" + ], + "table_names_original": [ + "festival_detail", + "artwork", + "nomination" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "overall score" + ], + [ + 1, + "justice score" + ], + [ + 1, + "health score" + ], + [ + 1, + "education score" + ], + [ + 1, + "economics score" + ], + [ + 1, + "politics score" + ], + [ + 2, + "language id" + ], + [ + 2, + "country id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "overall_score" + ], + [ + 1, + "justice_score" + ], + [ + 1, + "health_score" + ], + [ + 1, + "education_score" + ], + [ + 1, + "economics_score" + ], + [ + 1, + "politics_score" + ], + [ + 2, + "language_id" + ], + [ + 2, + "country_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "country_language", + "foreign_keys": [ + [ + 12, + 3 + ], + [ + 11, + 1 + ] + ], + "primary_keys": [ + 1, + 3, + 11 + ], + "table_names": [ + "languages", + "countries", + "official languages" + ], + "table_names_original": [ + "languages", + "countries", + "official_languages" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "code" + ], + [ + 0, + "title" + ], + [ + 0, + "rating" + ], + [ + 1, + "code" + ], + [ + 1, + "name" + ], + [ + 1, + "movie" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Code" + ], + [ + 0, + "Title" + ], + [ + 0, + "Rating" + ], + [ + 1, + "Code" + ], + [ + 1, + "Name" + ], + [ + 1, + "Movie" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number" + ], + "db_id": "movie_2", + "foreign_keys": [ + [ + 6, + 1 + ] + ], + "primary_keys": [ + 1, + 4 + ], + "table_names": [ + "movies", + "movie theaters" + ], + "table_names_original": [ + "Movies", + "MovieTheaters" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "allergy name" + ], + [ + 0, + "allergy type" + ], + [ + 1, + "stuid" + ], + [ + 1, + "allergy" + ], + [ + 2, + "stuid" + ], + [ + 2, + "last name" + ], + [ + 2, + "first name" + ], + [ + 2, + "age" + ], + [ + 2, + "sex" + ], + [ + 2, + "major" + ], + [ + 2, + "advisor" + ], + [ + 2, + "city code" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Allergy" + ], + [ + 0, + "AllergyType" + ], + [ + 1, + "StuID" + ], + [ + 1, + "Allergy" + ], + [ + 2, + "StuID" + ], + [ + 2, + "LName" + ], + [ + 2, + "Fname" + ], + [ + 2, + "Age" + ], + [ + 2, + "Sex" + ], + [ + 2, + "Major" + ], + [ + 2, + "Advisor" + ], + [ + 2, + "city_code" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "allergy_1", + "foreign_keys": [ + [ + 4, + 1 + ], + [ + 3, + 5 + ] + ], + "primary_keys": [ + 1, + 5 + ], + "table_names": [ + "allergy type", + "has allergy", + "student" + ], + "table_names_original": [ + "Allergy_Type", + "Has_Allergy", + "Student" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "aid" + ], + [ + 0, + "gender" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "birth city" + ], + [ + 0, + "birth year" + ], + [ + 1, + "id" + ], + [ + 1, + "msid" + ], + [ + 1, + "cid" + ], + [ + 2, + "id" + ], + [ + 2, + "msid" + ], + [ + 2, + "aid" + ], + [ + 2, + "role" + ], + [ + 3, + "gid" + ], + [ + 3, + "genre" + ], + [ + 4, + "id" + ], + [ + 4, + "msid" + ], + [ + 4, + "gid" + ], + [ + 5, + "id" + ], + [ + 5, + "name" + ], + [ + 5, + "country code" + ], + [ + 6, + "did" + ], + [ + 6, + "gender" + ], + [ + 6, + "name" + ], + [ + 6, + "nationality" + ], + [ + 6, + "birth city" + ], + [ + 6, + "birth year" + ], + [ + 7, + "pid" + ], + [ + 7, + "gender" + ], + [ + 7, + "name" + ], + [ + 7, + "nationality" + ], + [ + 7, + "birth city" + ], + [ + 7, + "birth year" + ], + [ + 8, + "id" + ], + [ + 8, + "msid" + ], + [ + 8, + "did" + ], + [ + 9, + "id" + ], + [ + 9, + "keyword" + ], + [ + 10, + "id" + ], + [ + 10, + "msid" + ], + [ + 10, + "pid" + ], + [ + 11, + "mid" + ], + [ + 11, + "title" + ], + [ + 11, + "release year" + ], + [ + 11, + "title aka" + ], + [ + 11, + "budget" + ], + [ + 12, + "id" + ], + [ + 12, + "msid" + ], + [ + 12, + "kid" + ], + [ + 13, + "sid" + ], + [ + 13, + "title" + ], + [ + 13, + "release year" + ], + [ + 13, + "num of seasons" + ], + [ + 13, + "num of episodes" + ], + [ + 13, + "title aka" + ], + [ + 13, + "budget" + ], + [ + 14, + "wid" + ], + [ + 14, + "gender" + ], + [ + 14, + "name" + ], + [ + 14, + "nationality" + ], + [ + 14, + "num of episodes" + ], + [ + 14, + "birth city" + ], + [ + 14, + "birth year" + ], + [ + 15, + "id" + ], + [ + 15, + "msid" + ], + [ + 15, + "wid" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "aid" + ], + [ + 0, + "gender" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "birth_city" + ], + [ + 0, + "birth_year" + ], + [ + 1, + "id" + ], + [ + 1, + "msid" + ], + [ + 1, + "cid" + ], + [ + 2, + "id" + ], + [ + 2, + "msid" + ], + [ + 2, + "aid" + ], + [ + 2, + "role" + ], + [ + 3, + "gid" + ], + [ + 3, + "genre" + ], + [ + 4, + "id" + ], + [ + 4, + "msid" + ], + [ + 4, + "gid" + ], + [ + 5, + "id" + ], + [ + 5, + "name" + ], + [ + 5, + "country_code" + ], + [ + 6, + "did" + ], + [ + 6, + "gender" + ], + [ + 6, + "name" + ], + [ + 6, + "nationality" + ], + [ + 6, + "birth_city" + ], + [ + 6, + "birth_year" + ], + [ + 7, + "pid" + ], + [ + 7, + "gender" + ], + [ + 7, + "name" + ], + [ + 7, + "nationality" + ], + [ + 7, + "birth_city" + ], + [ + 7, + "birth_year" + ], + [ + 8, + "id" + ], + [ + 8, + "msid" + ], + [ + 8, + "did" + ], + [ + 9, + "id" + ], + [ + 9, + "keyword" + ], + [ + 10, + "id" + ], + [ + 10, + "msid" + ], + [ + 10, + "pid" + ], + [ + 11, + "mid" + ], + [ + 11, + "title" + ], + [ + 11, + "release_year" + ], + [ + 11, + "title_aka" + ], + [ + 11, + "budget" + ], + [ + 12, + "id" + ], + [ + 12, + "msid" + ], + [ + 12, + "kid" + ], + [ + 13, + "sid" + ], + [ + 13, + "title" + ], + [ + 13, + "release_year" + ], + [ + 13, + "num_of_seasons" + ], + [ + 13, + "num_of_episodes" + ], + [ + 13, + "title_aka" + ], + [ + 13, + "budget" + ], + [ + 14, + "wid" + ], + [ + 14, + "gender" + ], + [ + 14, + "name" + ], + [ + 14, + "nationality" + ], + [ + 14, + "num_of_episodes" + ], + [ + 14, + "birth_city" + ], + [ + 14, + "birth_year" + ], + [ + 15, + "id" + ], + [ + 15, + "msid" + ], + [ + 15, + "wid" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "imdb", + "foreign_keys": [ + [ + 11, + 8 + ], + [ + 12, + 1 + ], + [ + 17, + 8 + ], + [ + 18, + 14 + ], + [ + 36, + 22 + ], + [ + 35, + 8 + ], + [ + 41, + 28 + ], + [ + 40, + 8 + ], + [ + 48, + 8 + ], + [ + 66, + 57 + ], + [ + 65, + 8 + ] + ], + "primary_keys": [ + 1, + 7, + 10, + 14, + 16, + 19, + 22, + 28, + 34, + 37, + 39, + 42, + 47, + 50, + 57 + ], + "table_names": [ + "actor", + "copyright", + "cast", + "genre", + "classification", + "company", + "director", + "producer", + "directed by", + "keyword", + "made by", + "movie", + "tags", + "tv series", + "writer", + "written by" + ], + "table_names_original": [ + "actor", + "copyright", + "cast", + "genre", + "classification", + "company", + "director", + "producer", + "directed_by", + "keyword", + "made_by", + "movie", + "tags", + "tv_series", + "writer", + "written_by" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "product id" + ], + [ + 0, + "product type code" + ], + [ + 0, + "product name" + ], + [ + 0, + "product price" + ], + [ + 1, + "address id" + ], + [ + 1, + "address details" + ], + [ + 2, + "customer id" + ], + [ + 2, + "address id" + ], + [ + 2, + "payment method code" + ], + [ + 2, + "customer number" + ], + [ + 2, + "customer name" + ], + [ + 2, + "customer address" + ], + [ + 2, + "customer phone" + ], + [ + 2, + "customer email" + ], + [ + 3, + "order id" + ], + [ + 3, + "customer id" + ], + [ + 3, + "order date" + ], + [ + 3, + "order status code" + ], + [ + 4, + "order item id" + ], + [ + 4, + "order id" + ], + [ + 4, + "product id" + ], + [ + 4, + "order quantity" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "product_id" + ], + [ + 0, + "product_type_code" + ], + [ + 0, + "product_name" + ], + [ + 0, + "product_price" + ], + [ + 1, + "address_id" + ], + [ + 1, + "address_details" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "address_id" + ], + [ + 2, + "payment_method_code" + ], + [ + 2, + "customer_number" + ], + [ + 2, + "customer_name" + ], + [ + 2, + "customer_address" + ], + [ + 2, + "customer_phone" + ], + [ + 2, + "customer_email" + ], + [ + 3, + "order_id" + ], + [ + 3, + "customer_id" + ], + [ + 3, + "order_date" + ], + [ + 3, + "order_status_code" + ], + [ + 4, + "order_item_id" + ], + [ + 4, + "order_id" + ], + [ + 4, + "product_id" + ], + [ + 4, + "order_quantity" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "time", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "customers_and_orders", + "foreign_keys": [ + [ + 16, + 7 + ], + [ + 21, + 1 + ], + [ + 20, + 15 + ] + ], + "primary_keys": [ + 1, + 5, + 7, + 15 + ], + "table_names": [ + "products", + "addresses", + "customers", + "customer orders", + "order items" + ], + "table_names_original": [ + "Products", + "Addresses", + "Customers", + "Customer_Orders", + "Order_Items" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "coupon id" + ], + [ + 0, + "date issued" + ], + [ + 0, + "coupon amount" + ], + [ + 1, + "customer id" + ], + [ + 1, + "coupon id" + ], + [ + 1, + "good or bad customer" + ], + [ + 1, + "first name" + ], + [ + 1, + "last name" + ], + [ + 1, + "gender" + ], + [ + 1, + "date became customer" + ], + [ + 1, + "date last hire" + ], + [ + 2, + "booking id" + ], + [ + 2, + "customer id" + ], + [ + 2, + "booking status code" + ], + [ + 2, + "returned damaged yes or no" + ], + [ + 2, + "booking start date" + ], + [ + 2, + "booking end date" + ], + [ + 2, + "count hired" + ], + [ + 2, + "amount payable" + ], + [ + 2, + "amount of discount" + ], + [ + 2, + "amount outstanding" + ], + [ + 2, + "amount of refund" + ], + [ + 3, + "product id" + ], + [ + 3, + "product type code" + ], + [ + 3, + "daily hire cost" + ], + [ + 3, + "product name" + ], + [ + 3, + "product description" + ], + [ + 4, + "payment id" + ], + [ + 4, + "booking id" + ], + [ + 4, + "customer id" + ], + [ + 4, + "payment type code" + ], + [ + 4, + "amount paid in full yn" + ], + [ + 4, + "payment date" + ], + [ + 4, + "amount due" + ], + [ + 4, + "amount paid" + ], + [ + 5, + "booking id" + ], + [ + 5, + "product id" + ], + [ + 5, + "returned yes or no" + ], + [ + 5, + "returned late yes or no" + ], + [ + 5, + "booked count" + ], + [ + 5, + "booked amount" + ], + [ + 6, + "product id" + ], + [ + 6, + "booking id" + ], + [ + 6, + "status date" + ], + [ + 6, + "available yes or no" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "coupon_id" + ], + [ + 0, + "date_issued" + ], + [ + 0, + "coupon_amount" + ], + [ + 1, + "customer_id" + ], + [ + 1, + "coupon_id" + ], + [ + 1, + "good_or_bad_customer" + ], + [ + 1, + "first_name" + ], + [ + 1, + "last_name" + ], + [ + 1, + "gender_mf" + ], + [ + 1, + "date_became_customer" + ], + [ + 1, + "date_last_hire" + ], + [ + 2, + "booking_id" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "booking_status_code" + ], + [ + 2, + "returned_damaged_yn" + ], + [ + 2, + "booking_start_date" + ], + [ + 2, + "booking_end_date" + ], + [ + 2, + "count_hired" + ], + [ + 2, + "amount_payable" + ], + [ + 2, + "amount_of_discount" + ], + [ + 2, + "amount_outstanding" + ], + [ + 2, + "amount_of_refund" + ], + [ + 3, + "product_id" + ], + [ + 3, + "product_type_code" + ], + [ + 3, + "daily_hire_cost" + ], + [ + 3, + "product_name" + ], + [ + 3, + "product_description" + ], + [ + 4, + "payment_id" + ], + [ + 4, + "booking_id" + ], + [ + 4, + "customer_id" + ], + [ + 4, + "payment_type_code" + ], + [ + 4, + "amount_paid_in_full_yn" + ], + [ + 4, + "payment_date" + ], + [ + 4, + "amount_due" + ], + [ + 4, + "amount_paid" + ], + [ + 5, + "booking_id" + ], + [ + 5, + "product_id" + ], + [ + 5, + "returned_yn" + ], + [ + 5, + "returned_late_yn" + ], + [ + 5, + "booked_count" + ], + [ + 5, + "booked_amount" + ], + [ + 6, + "product_id" + ], + [ + 6, + "booking_id" + ], + [ + 6, + "status_date" + ], + [ + 6, + "available_yn" + ] + ], + "column_types": [ + "text", + "number", + "time", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "time", + "time", + "number", + "number", + "text", + "text", + "time", + "time", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "time", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "time", + "text" + ], + "db_id": "products_for_hire", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 13, + 4 + ], + [ + 30, + 4 + ], + [ + 29, + 12 + ], + [ + 37, + 23 + ], + [ + 36, + 12 + ], + [ + 42, + 23 + ], + [ + 43, + 12 + ] + ], + "primary_keys": [ + 1, + 4, + 12, + 23, + 28, + 36, + 44 + ], + "table_names": [ + "discount coupons", + "customers", + "bookings", + "products for hire", + "payments", + "products booked", + "view product availability" + ], + "table_names_original": [ + "Discount_Coupons", + "Customers", + "Bookings", + "Products_for_Hire", + "Payments", + "Products_Booked", + "View_Product_Availability" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "candidate id" + ], + [ + 0, + "people id" + ], + [ + 0, + "poll source" + ], + [ + 0, + "date" + ], + [ + 0, + "support rate" + ], + [ + 0, + "consider rate" + ], + [ + 0, + "oppose rate" + ], + [ + 0, + "unsure rate" + ], + [ + 1, + "people id" + ], + [ + 1, + "sex" + ], + [ + 1, + "name" + ], + [ + 1, + "date of birth" + ], + [ + 1, + "height" + ], + [ + 1, + "weight" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Candidate_ID" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "Poll_Source" + ], + [ + 0, + "Date" + ], + [ + 0, + "Support_rate" + ], + [ + 0, + "Consider_rate" + ], + [ + 0, + "Oppose_rate" + ], + [ + 0, + "Unsure_rate" + ], + [ + 1, + "People_ID" + ], + [ + 1, + "Sex" + ], + [ + 1, + "Name" + ], + [ + 1, + "Date_of_Birth" + ], + [ + 1, + "Height" + ], + [ + 1, + "Weight" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number" + ], + "db_id": "candidate_poll", + "foreign_keys": [ + [ + 2, + 9 + ] + ], + "primary_keys": [ + 1, + 9 + ], + "table_names": [ + "candidate", + "people" + ], + "table_names_original": [ + "candidate", + "people" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "album id" + ], + [ + 0, + "title" + ], + [ + 0, + "artist id" + ], + [ + 1, + "artist id" + ], + [ + 1, + "name" + ], + [ + 2, + "customer id" + ], + [ + 2, + "first name" + ], + [ + 2, + "last name" + ], + [ + 2, + "company" + ], + [ + 2, + "address" + ], + [ + 2, + "city" + ], + [ + 2, + "state" + ], + [ + 2, + "country" + ], + [ + 2, + "postal code" + ], + [ + 2, + "phone" + ], + [ + 2, + "fax" + ], + [ + 2, + "email" + ], + [ + 2, + "support representative id" + ], + [ + 3, + "employee id" + ], + [ + 3, + "last name" + ], + [ + 3, + "first name" + ], + [ + 3, + "title" + ], + [ + 3, + "reports to" + ], + [ + 3, + "birth date" + ], + [ + 3, + "hire date" + ], + [ + 3, + "address" + ], + [ + 3, + "city" + ], + [ + 3, + "state" + ], + [ + 3, + "country" + ], + [ + 3, + "postal code" + ], + [ + 3, + "phone" + ], + [ + 3, + "fax" + ], + [ + 3, + "email" + ], + [ + 4, + "genre id" + ], + [ + 4, + "name" + ], + [ + 5, + "invoice id" + ], + [ + 5, + "customer id" + ], + [ + 5, + "invoice date" + ], + [ + 5, + "billing address" + ], + [ + 5, + "billing city" + ], + [ + 5, + "billing state" + ], + [ + 5, + "billing country" + ], + [ + 5, + "billing postal code" + ], + [ + 5, + "total" + ], + [ + 6, + "invoice line id" + ], + [ + 6, + "invoice id" + ], + [ + 6, + "track id" + ], + [ + 6, + "unit price" + ], + [ + 6, + "quantity" + ], + [ + 7, + "media type id" + ], + [ + 7, + "name" + ], + [ + 8, + "play list id" + ], + [ + 8, + "name" + ], + [ + 9, + "play list id" + ], + [ + 9, + "track id" + ], + [ + 10, + "track id" + ], + [ + 10, + "name" + ], + [ + 10, + "album id" + ], + [ + 10, + "media type id" + ], + [ + 10, + "genre id" + ], + [ + 10, + "composer" + ], + [ + 10, + "milliseconds" + ], + [ + 10, + "bytes" + ], + [ + 10, + "unit price" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "AlbumId" + ], + [ + 0, + "Title" + ], + [ + 0, + "ArtistId" + ], + [ + 1, + "ArtistId" + ], + [ + 1, + "Name" + ], + [ + 2, + "CustomerId" + ], + [ + 2, + "FirstName" + ], + [ + 2, + "LastName" + ], + [ + 2, + "Company" + ], + [ + 2, + "Address" + ], + [ + 2, + "City" + ], + [ + 2, + "State" + ], + [ + 2, + "Country" + ], + [ + 2, + "PostalCode" + ], + [ + 2, + "Phone" + ], + [ + 2, + "Fax" + ], + [ + 2, + "Email" + ], + [ + 2, + "SupportRepId" + ], + [ + 3, + "EmployeeId" + ], + [ + 3, + "LastName" + ], + [ + 3, + "FirstName" + ], + [ + 3, + "Title" + ], + [ + 3, + "ReportsTo" + ], + [ + 3, + "BirthDate" + ], + [ + 3, + "HireDate" + ], + [ + 3, + "Address" + ], + [ + 3, + "City" + ], + [ + 3, + "State" + ], + [ + 3, + "Country" + ], + [ + 3, + "PostalCode" + ], + [ + 3, + "Phone" + ], + [ + 3, + "Fax" + ], + [ + 3, + "Email" + ], + [ + 4, + "GenreId" + ], + [ + 4, + "Name" + ], + [ + 5, + "InvoiceId" + ], + [ + 5, + "CustomerId" + ], + [ + 5, + "InvoiceDate" + ], + [ + 5, + "BillingAddress" + ], + [ + 5, + "BillingCity" + ], + [ + 5, + "BillingState" + ], + [ + 5, + "BillingCountry" + ], + [ + 5, + "BillingPostalCode" + ], + [ + 5, + "Total" + ], + [ + 6, + "InvoiceLineId" + ], + [ + 6, + "InvoiceId" + ], + [ + 6, + "TrackId" + ], + [ + 6, + "UnitPrice" + ], + [ + 6, + "Quantity" + ], + [ + 7, + "MediaTypeId" + ], + [ + 7, + "Name" + ], + [ + 8, + "PlaylistId" + ], + [ + 8, + "Name" + ], + [ + 9, + "PlaylistId" + ], + [ + 9, + "TrackId" + ], + [ + 10, + "TrackId" + ], + [ + 10, + "Name" + ], + [ + 10, + "AlbumId" + ], + [ + 10, + "MediaTypeId" + ], + [ + 10, + "GenreId" + ], + [ + 10, + "Composer" + ], + [ + 10, + "Milliseconds" + ], + [ + 10, + "Bytes" + ], + [ + 10, + "UnitPrice" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "time", + "time", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "time", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "chinook_1", + "foreign_keys": [ + [ + 3, + 4 + ], + [ + 18, + 19 + ], + [ + 23, + 19 + ], + [ + 37, + 6 + ], + [ + 47, + 56 + ], + [ + 46, + 36 + ], + [ + 55, + 56 + ], + [ + 54, + 52 + ], + [ + 59, + 50 + ], + [ + 60, + 34 + ], + [ + 58, + 1 + ] + ], + "primary_keys": [ + 1, + 4, + 6, + 19, + 34, + 36, + 45, + 50, + 52, + 54, + 56 + ], + "table_names": [ + "album", + "artist", + "customer", + "employee", + "genre", + "invoice", + "invoice line", + "media type", + "playlist", + "playlist track", + "track" + ], + "table_names_original": [ + "Album", + "Artist", + "Customer", + "Employee", + "Genre", + "Invoice", + "InvoiceLine", + "MediaType", + "Playlist", + "PlaylistTrack", + "Track" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "route id" + ], + [ + 0, + "destination airport id" + ], + [ + 0, + "destination airport" + ], + [ + 0, + "source airport id" + ], + [ + 0, + "source airport" + ], + [ + 0, + "airline id" + ], + [ + 0, + "airline" + ], + [ + 0, + "code share" + ], + [ + 1, + "airport id" + ], + [ + 1, + "name" + ], + [ + 1, + "city" + ], + [ + 1, + "country" + ], + [ + 1, + "x" + ], + [ + 1, + "y" + ], + [ + 1, + "elevation" + ], + [ + 1, + "iata" + ], + [ + 1, + "icao" + ], + [ + 2, + "airline id" + ], + [ + 2, + "name" + ], + [ + 2, + "iata" + ], + [ + 2, + "icao" + ], + [ + 2, + "call sign" + ], + [ + 2, + "country" + ], + [ + 2, + "active" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "rid" + ], + [ + 0, + "dst_apid" + ], + [ + 0, + "dst_ap" + ], + [ + 0, + "src_apid" + ], + [ + 0, + "src_ap" + ], + [ + 0, + "alid" + ], + [ + 0, + "airline" + ], + [ + 0, + "codeshare" + ], + [ + 1, + "apid" + ], + [ + 1, + "name" + ], + [ + 1, + "city" + ], + [ + 1, + "country" + ], + [ + 1, + "x" + ], + [ + 1, + "y" + ], + [ + 1, + "elevation" + ], + [ + 1, + "iata" + ], + [ + 1, + "icao" + ], + [ + 2, + "alid" + ], + [ + 2, + "name" + ], + [ + 2, + "iata" + ], + [ + 2, + "icao" + ], + [ + 2, + "callsign" + ], + [ + 2, + "country" + ], + [ + 2, + "active" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text" + ], + "db_id": "flight_4", + "foreign_keys": [ + [ + 6, + 18 + ], + [ + 4, + 9 + ], + [ + 2, + 9 + ] + ], + "primary_keys": [ + 1, + 9, + 18 + ], + "table_names": [ + "routes", + "airports", + "airlines" + ], + "table_names_original": [ + "routes", + "airports", + "airlines" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "product id" + ], + [ + 0, + "parent product id" + ], + [ + 0, + "product name" + ], + [ + 0, + "product price" + ], + [ + 0, + "product color" + ], + [ + 0, + "product size" + ], + [ + 0, + "product description" + ], + [ + 1, + "customer id" + ], + [ + 1, + "gender code" + ], + [ + 1, + "customer first name" + ], + [ + 1, + "customer middle initial" + ], + [ + 1, + "customer last name" + ], + [ + 1, + "email address" + ], + [ + 1, + "login name" + ], + [ + 1, + "login password" + ], + [ + 1, + "phone number" + ], + [ + 1, + "address line 1" + ], + [ + 1, + "town city" + ], + [ + 1, + "county" + ], + [ + 1, + "country" + ], + [ + 2, + "customer id" + ], + [ + 2, + "payment method code" + ], + [ + 3, + "invoice number" + ], + [ + 3, + "invoice status code" + ], + [ + 3, + "invoice date" + ], + [ + 4, + "order id" + ], + [ + 4, + "customer id" + ], + [ + 4, + "order status code" + ], + [ + 4, + "date order placed" + ], + [ + 5, + "order item id" + ], + [ + 5, + "product id" + ], + [ + 5, + "order id" + ], + [ + 5, + "order item status code" + ], + [ + 6, + "shipment id" + ], + [ + 6, + "order id" + ], + [ + 6, + "invoice number" + ], + [ + 6, + "shipment tracking number" + ], + [ + 6, + "shipment date" + ], + [ + 7, + "shipment id" + ], + [ + 7, + "order item id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "product_id" + ], + [ + 0, + "parent_product_id" + ], + [ + 0, + "product_name" + ], + [ + 0, + "product_price" + ], + [ + 0, + "product_color" + ], + [ + 0, + "product_size" + ], + [ + 0, + "product_description" + ], + [ + 1, + "customer_id" + ], + [ + 1, + "gender_code" + ], + [ + 1, + "customer_first_name" + ], + [ + 1, + "customer_middle_initial" + ], + [ + 1, + "customer_last_name" + ], + [ + 1, + "email_address" + ], + [ + 1, + "login_name" + ], + [ + 1, + "login_password" + ], + [ + 1, + "phone_number" + ], + [ + 1, + "address_line_1" + ], + [ + 1, + "town_city" + ], + [ + 1, + "county" + ], + [ + 1, + "country" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "payment_method_code" + ], + [ + 3, + "invoice_number" + ], + [ + 3, + "invoice_status_code" + ], + [ + 3, + "invoice_date" + ], + [ + 4, + "order_id" + ], + [ + 4, + "customer_id" + ], + [ + 4, + "order_status_code" + ], + [ + 4, + "date_order_placed" + ], + [ + 5, + "order_item_id" + ], + [ + 5, + "product_id" + ], + [ + 5, + "order_id" + ], + [ + 5, + "order_item_status_code" + ], + [ + 6, + "shipment_id" + ], + [ + 6, + "order_id" + ], + [ + 6, + "invoice_number" + ], + [ + 6, + "shipment_tracking_number" + ], + [ + 6, + "shipment_date" + ], + [ + 7, + "shipment_id" + ], + [ + 7, + "order_item_id" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "time", + "number", + "number", + "text", + "time", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "time", + "number", + "number" + ], + "db_id": "e_commerce", + "foreign_keys": [ + [ + 21, + 8 + ], + [ + 27, + 8 + ], + [ + 32, + 26 + ], + [ + 31, + 1 + ], + [ + 35, + 26 + ], + [ + 36, + 23 + ], + [ + 40, + 30 + ], + [ + 39, + 34 + ] + ], + "primary_keys": [ + 1, + 8, + 23, + 26, + 30, + 34, + 39 + ], + "table_names": [ + "products", + "customers", + "customer payment methods", + "invoices", + "orders", + "order items", + "shipments", + "shipment items" + ], + "table_names_original": [ + "Products", + "Customers", + "Customer_Payment_Methods", + "Invoices", + "Orders", + "Order_Items", + "Shipments", + "Shipment_Items" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "student id" + ], + [ + 1, + "pet id" + ], + [ + 2, + "pet id" + ], + [ + 2, + "pet type" + ], + [ + 2, + "pet age" + ], + [ + 2, + "weight" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "StuID" + ], + [ + 1, + "PetID" + ], + [ + 2, + "PetID" + ], + [ + 2, + "PetType" + ], + [ + 2, + "pet_age" + ], + [ + 2, + "weight" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "pets_1", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 10, + 11 + ] + ], + "primary_keys": [ + 1, + 11 + ], + "table_names": [ + "student", + "has pet", + "pets" + ], + "table_names_original": [ + "Student", + "Has_Pet", + "Pets" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "dorm id" + ], + [ + 1, + "dorm name" + ], + [ + 1, + "student capacity" + ], + [ + 1, + "gender" + ], + [ + 2, + "amenity id" + ], + [ + 2, + "amenity name" + ], + [ + 3, + "dorm id" + ], + [ + 3, + "amenity id" + ], + [ + 4, + "student id" + ], + [ + 4, + "dorm id" + ], + [ + 4, + "room number" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "dormid" + ], + [ + 1, + "dorm_name" + ], + [ + 1, + "student_capacity" + ], + [ + 1, + "gender" + ], + [ + 2, + "amenid" + ], + [ + 2, + "amenity_name" + ], + [ + 3, + "dormid" + ], + [ + 3, + "amenid" + ], + [ + 4, + "stuid" + ], + [ + 4, + "dormid" + ], + [ + 4, + "room_number" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "dorm_1", + "foreign_keys": [ + [ + 16, + 13 + ], + [ + 15, + 9 + ], + [ + 18, + 9 + ], + [ + 17, + 1 + ] + ], + "primary_keys": [ + 1 + ], + "table_names": [ + "student", + "dorm", + "dorm amenity", + "has amenity", + "lives in" + ], + "table_names_original": [ + "Student", + "Dorm", + "Dorm_amenity", + "Has_amenity", + "Lives_in" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "journal id" + ], + [ + 0, + "date" + ], + [ + 0, + "theme" + ], + [ + 0, + "sales" + ], + [ + 1, + "editor id" + ], + [ + 1, + "name" + ], + [ + 1, + "age" + ], + [ + 2, + "editor id" + ], + [ + 2, + "journal id" + ], + [ + 2, + "work type" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Journal_ID" + ], + [ + 0, + "Date" + ], + [ + 0, + "Theme" + ], + [ + 0, + "Sales" + ], + [ + 1, + "Editor_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Age" + ], + [ + 2, + "Editor_ID" + ], + [ + 2, + "Journal_ID" + ], + [ + 2, + "Work_Type" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "journal_committee", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 8, + 5 + ] + ], + "primary_keys": [ + 1, + 5, + 8 + ], + "table_names": [ + "journal", + "editor", + "journal committee" + ], + "table_names_original": [ + "journal", + "editor", + "journal_committee" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "flight number" + ], + [ + 0, + "origin" + ], + [ + 0, + "destination" + ], + [ + 0, + "distance" + ], + [ + 0, + "departure date" + ], + [ + 0, + "arrival date" + ], + [ + 0, + "price" + ], + [ + 0, + "airline id" + ], + [ + 1, + "airline id" + ], + [ + 1, + "name" + ], + [ + 1, + "distance" + ], + [ + 2, + "employee id" + ], + [ + 2, + "name" + ], + [ + 2, + "salary" + ], + [ + 3, + "employee id" + ], + [ + 3, + "airline id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "flno" + ], + [ + 0, + "origin" + ], + [ + 0, + "destination" + ], + [ + 0, + "distance" + ], + [ + 0, + "departure_date" + ], + [ + 0, + "arrival_date" + ], + [ + 0, + "price" + ], + [ + 0, + "aid" + ], + [ + 1, + "aid" + ], + [ + 1, + "name" + ], + [ + 1, + "distance" + ], + [ + 2, + "eid" + ], + [ + 2, + "name" + ], + [ + 2, + "salary" + ], + [ + 3, + "eid" + ], + [ + 3, + "aid" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "time", + "time", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "flight_1", + "foreign_keys": [ + [ + 8, + 9 + ], + [ + 16, + 9 + ], + [ + 15, + 12 + ] + ], + "primary_keys": [ + 1, + 9, + 12, + 15 + ], + "table_names": [ + "flight", + "aircraft", + "employee", + "certificate" + ], + "table_names_original": [ + "flight", + "aircraft", + "employee", + "certificate" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "trade name" + ], + [ + 0, + "fda approved" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "location" + ], + [ + 1, + "product" + ], + [ + 1, + "chromosome" + ], + [ + 1, + "omim" + ], + [ + 1, + "porphyria" + ], + [ + 2, + "enzyme id" + ], + [ + 2, + "medicine id" + ], + [ + 2, + "interaction type" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "Trade_Name" + ], + [ + 0, + "FDA_approved" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "Location" + ], + [ + 1, + "Product" + ], + [ + 1, + "Chromosome" + ], + [ + 1, + "OMIM" + ], + [ + 1, + "Porphyria" + ], + [ + 2, + "enzyme_id" + ], + [ + 2, + "medicine_id" + ], + [ + 2, + "interaction_type" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "medicine_enzyme_interaction", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 12, + 5 + ] + ], + "primary_keys": [ + 1, + 5, + 12 + ], + "table_names": [ + "medicine", + "enzyme", + "medicine enzyme interaction" + ], + "table_names_original": [ + "medicine", + "enzyme", + "medicine_enzyme_interaction" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "customer details" + ], + [ + 1, + "property id" + ], + [ + 1, + "property type code" + ], + [ + 1, + "property address" + ], + [ + 1, + "other details" + ], + [ + 2, + "resident id" + ], + [ + 2, + "property id" + ], + [ + 2, + "date moved in" + ], + [ + 2, + "date moved out" + ], + [ + 2, + "other details" + ], + [ + 3, + "organization id" + ], + [ + 3, + "parent organization id" + ], + [ + 3, + "organization details" + ], + [ + 4, + "service id" + ], + [ + 4, + "organization id" + ], + [ + 4, + "service type code" + ], + [ + 4, + "service details" + ], + [ + 5, + "resident id" + ], + [ + 5, + "service id" + ], + [ + 5, + "date moved in" + ], + [ + 5, + "property id" + ], + [ + 5, + "date requested" + ], + [ + 5, + "date provided" + ], + [ + 5, + "other details" + ], + [ + 6, + "thing id" + ], + [ + 6, + "organization id" + ], + [ + 6, + "type of thing code" + ], + [ + 6, + "service type code" + ], + [ + 6, + "service details" + ], + [ + 7, + "customer event id" + ], + [ + 7, + "customer id" + ], + [ + 7, + "date moved in" + ], + [ + 7, + "property id" + ], + [ + 7, + "resident id" + ], + [ + 7, + "thing id" + ], + [ + 8, + "customer event note id" + ], + [ + 8, + "customer event id" + ], + [ + 8, + "service type code" + ], + [ + 8, + "resident id" + ], + [ + 8, + "property id" + ], + [ + 8, + "date moved in" + ], + [ + 9, + "thing id" + ], + [ + 9, + "date and date" + ], + [ + 9, + "status of thing code" + ], + [ + 10, + "thing id" + ], + [ + 10, + "date and time" + ], + [ + 10, + "location code" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "customer_id" + ], + [ + 0, + "customer_details" + ], + [ + 1, + "property_id" + ], + [ + 1, + "property_type_code" + ], + [ + 1, + "property_address" + ], + [ + 1, + "other_details" + ], + [ + 2, + "resident_id" + ], + [ + 2, + "property_id" + ], + [ + 2, + "date_moved_in" + ], + [ + 2, + "date_moved_out" + ], + [ + 2, + "other_details" + ], + [ + 3, + "organization_id" + ], + [ + 3, + "parent_organization_id" + ], + [ + 3, + "organization_details" + ], + [ + 4, + "service_id" + ], + [ + 4, + "organization_id" + ], + [ + 4, + "service_type_code" + ], + [ + 4, + "service_details" + ], + [ + 5, + "resident_id" + ], + [ + 5, + "service_id" + ], + [ + 5, + "date_moved_in" + ], + [ + 5, + "property_id" + ], + [ + 5, + "date_requested" + ], + [ + 5, + "date_provided" + ], + [ + 5, + "other_details" + ], + [ + 6, + "thing_id" + ], + [ + 6, + "organization_id" + ], + [ + 6, + "Type_of_Thing_Code" + ], + [ + 6, + "service_type_code" + ], + [ + 6, + "service_details" + ], + [ + 7, + "Customer_Event_ID" + ], + [ + 7, + "customer_id" + ], + [ + 7, + "date_moved_in" + ], + [ + 7, + "property_id" + ], + [ + 7, + "resident_id" + ], + [ + 7, + "thing_id" + ], + [ + 8, + "Customer_Event_Note_ID" + ], + [ + 8, + "Customer_Event_ID" + ], + [ + 8, + "service_type_code" + ], + [ + 8, + "resident_id" + ], + [ + 8, + "property_id" + ], + [ + 8, + "date_moved_in" + ], + [ + 9, + "thing_id" + ], + [ + 9, + "Date_and_Date" + ], + [ + 9, + "Status_of_Thing_Code" + ], + [ + 10, + "thing_id" + ], + [ + 10, + "Date_and_Time" + ], + [ + 10, + "Location_Code" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "time", + "time", + "text", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "time", + "number", + "time", + "time", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "time", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "time", + "number", + "time", + "text", + "number", + "time", + "text" + ], + "db_id": "local_govt_and_lot", + "foreign_keys": [ + [ + 8, + 3 + ], + [ + 16, + 12 + ], + [ + 19, + 7 + ], + [ + 22, + 8 + ], + [ + 21, + 9 + ], + [ + 20, + 15 + ], + [ + 27, + 12 + ], + [ + 35, + 7 + ], + [ + 34, + 8 + ], + [ + 33, + 9 + ], + [ + 32, + 1 + ], + [ + 36, + 26 + ], + [ + 38, + 31 + ], + [ + 43, + 26 + ], + [ + 46, + 26 + ] + ], + "primary_keys": [ + 1, + 3, + 7, + 12, + 15, + 19, + 26, + 31, + 37, + 43, + 46 + ], + "table_names": [ + "customers", + "properties", + "residents", + "organizations", + "services", + "residents services", + "things", + "customer events", + "customer event notes", + "timed status of things", + "timed locations of things" + ], + "table_names_original": [ + "Customers", + "Properties", + "Residents", + "Organizations", + "Services", + "Residents_Services", + "Things", + "Customer_Events", + "Customer_Event_Notes", + "Timed_Status_of_Things", + "Timed_Locations_of_Things" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "agency id" + ], + [ + 0, + "agency details" + ], + [ + 1, + "staff id" + ], + [ + 1, + "agency id" + ], + [ + 1, + "staff details" + ], + [ + 2, + "client id" + ], + [ + 2, + "agency id" + ], + [ + 2, + "sic code" + ], + [ + 2, + "client details" + ], + [ + 3, + "invoice id" + ], + [ + 3, + "client id" + ], + [ + 3, + "invoice status" + ], + [ + 3, + "invoice details" + ], + [ + 4, + "meeting id" + ], + [ + 4, + "client id" + ], + [ + 4, + "meeting outcome" + ], + [ + 4, + "meeting type" + ], + [ + 4, + "billable yn" + ], + [ + 4, + "start date time" + ], + [ + 4, + "end date time" + ], + [ + 4, + "purpose of meeting" + ], + [ + 4, + "other details" + ], + [ + 5, + "payment id" + ], + [ + 5, + "invoice id" + ], + [ + 5, + "payment details" + ], + [ + 6, + "meeting id" + ], + [ + 6, + "staff id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "agency_id" + ], + [ + 0, + "agency_details" + ], + [ + 1, + "staff_id" + ], + [ + 1, + "agency_id" + ], + [ + 1, + "staff_details" + ], + [ + 2, + "client_id" + ], + [ + 2, + "agency_id" + ], + [ + 2, + "sic_code" + ], + [ + 2, + "client_details" + ], + [ + 3, + "invoice_id" + ], + [ + 3, + "client_id" + ], + [ + 3, + "invoice_status" + ], + [ + 3, + "invoice_details" + ], + [ + 4, + "meeting_id" + ], + [ + 4, + "client_id" + ], + [ + 4, + "meeting_outcome" + ], + [ + 4, + "meeting_type" + ], + [ + 4, + "billable_yn" + ], + [ + 4, + "start_date_time" + ], + [ + 4, + "end_date_time" + ], + [ + 4, + "purpose_of_meeting" + ], + [ + 4, + "other_details" + ], + [ + 5, + "payment_id" + ], + [ + 5, + "invoice_id" + ], + [ + 5, + "payment_details" + ], + [ + 6, + "meeting_id" + ], + [ + 6, + "staff_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "time", + "time", + "text", + "text", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "advertising_agencies", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 11, + 6 + ], + [ + 15, + 6 + ], + [ + 24, + 10 + ], + [ + 27, + 3 + ], + [ + 26, + 14 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 10, + 14 + ], + "table_names": [ + "agencies", + "staff", + "clients", + "invoices", + "meetings", + "payments", + "staff in meetings" + ], + "table_names_original": [ + "Agencies", + "Staff", + "Clients", + "Invoices", + "Meetings", + "Payments", + "Staff_in_Meetings" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "train number" + ], + [ + 0, + "name" + ], + [ + 0, + "origin" + ], + [ + 0, + "destination" + ], + [ + 0, + "time" + ], + [ + 0, + "interval" + ], + [ + 1, + "id" + ], + [ + 1, + "network name" + ], + [ + 1, + "services" + ], + [ + 1, + "local authority" + ], + [ + 2, + "train id" + ], + [ + 2, + "station id" + ], + [ + 3, + "station id" + ], + [ + 3, + "day of week" + ], + [ + 3, + "high temperature" + ], + [ + 3, + "low temperature" + ], + [ + 3, + "precipitation" + ], + [ + 3, + "wind speed mph" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "train_number" + ], + [ + 0, + "name" + ], + [ + 0, + "origin" + ], + [ + 0, + "destination" + ], + [ + 0, + "time" + ], + [ + 0, + "interval" + ], + [ + 1, + "id" + ], + [ + 1, + "network_name" + ], + [ + 1, + "services" + ], + [ + 1, + "local_authority" + ], + [ + 2, + "train_id" + ], + [ + 2, + "station_id" + ], + [ + 3, + "station_id" + ], + [ + 3, + "day_of_week" + ], + [ + 3, + "high_temperature" + ], + [ + 3, + "low_temperature" + ], + [ + 3, + "precipitation" + ], + [ + 3, + "wind_speed_mph" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "station_weather", + "foreign_keys": [ + [ + 13, + 8 + ], + [ + 12, + 1 + ], + [ + 14, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 12, + 14 + ], + "table_names": [ + "train", + "station", + "route", + "weekly weather" + ], + "table_names_original": [ + "train", + "station", + "route", + "weekly_weather" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "pilot name" + ], + [ + 0, + "plane name" + ], + [ + 0, + "age" + ], + [ + 1, + "plane name" + ], + [ + 1, + "location" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "pilot_name" + ], + [ + 0, + "plane_name" + ], + [ + 0, + "age" + ], + [ + 1, + "plane_name" + ], + [ + 1, + "location" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "text" + ], + "db_id": "pilot_1", + "foreign_keys": [ + [ + 2, + 4 + ] + ], + "primary_keys": [ + 1, + 4 + ], + "table_names": [ + "pilot skills", + "hangar" + ], + "table_names_original": [ + "PilotSkills", + "Hangar" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "member id" + ], + [ + 0, + "card number" + ], + [ + 0, + "name" + ], + [ + 0, + "hometown" + ], + [ + 0, + "level" + ], + [ + 1, + "branch id" + ], + [ + 1, + "name" + ], + [ + 1, + "open year" + ], + [ + 1, + "address road" + ], + [ + 1, + "city" + ], + [ + 1, + "membership amount" + ], + [ + 2, + "member id" + ], + [ + 2, + "branch id" + ], + [ + 2, + "register year" + ], + [ + 3, + "member id" + ], + [ + 3, + "branch id" + ], + [ + 3, + "year" + ], + [ + 3, + "total pounds" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Member_ID" + ], + [ + 0, + "Card_Number" + ], + [ + 0, + "Name" + ], + [ + 0, + "Hometown" + ], + [ + 0, + "Level" + ], + [ + 1, + "Branch_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Open_year" + ], + [ + 1, + "Address_road" + ], + [ + 1, + "City" + ], + [ + 1, + "membership_amount" + ], + [ + 2, + "Member_ID" + ], + [ + 2, + "Branch_ID" + ], + [ + 2, + "Register_Year" + ], + [ + 3, + "Member_ID" + ], + [ + 3, + "Branch_ID" + ], + [ + 3, + "Year" + ], + [ + 3, + "Total_pounds" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number" + ], + "db_id": "shop_membership", + "foreign_keys": [ + [ + 13, + 6 + ], + [ + 12, + 1 + ], + [ + 16, + 6 + ], + [ + 15, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 12, + 15 + ], + "table_names": [ + "member", + "branch", + "membership register branch", + "purchase" + ], + "table_names_original": [ + "member", + "branch", + "membership_register_branch", + "purchase" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "line 1 number building" + ], + [ + 0, + "city" + ], + [ + 0, + "zip postcode" + ], + [ + 0, + "state province county" + ], + [ + 0, + "country" + ], + [ + 1, + "staff id" + ], + [ + 1, + "staff address id" + ], + [ + 1, + "nickname" + ], + [ + 1, + "first name" + ], + [ + 1, + "middle name" + ], + [ + 1, + "last name" + ], + [ + 1, + "date of birth" + ], + [ + 1, + "date joined staff" + ], + [ + 1, + "date left staff" + ], + [ + 2, + "vehicle id" + ], + [ + 2, + "vehicle details" + ], + [ + 3, + "customer id" + ], + [ + 3, + "customer address id" + ], + [ + 3, + "customer status code" + ], + [ + 3, + "date became customer" + ], + [ + 3, + "date of birth" + ], + [ + 3, + "first name" + ], + [ + 3, + "last name" + ], + [ + 3, + "amount outstanding" + ], + [ + 3, + "email address" + ], + [ + 3, + "phone number" + ], + [ + 3, + "cell mobile phone number" + ], + [ + 4, + "customer id" + ], + [ + 4, + "datetime payment" + ], + [ + 4, + "payment method code" + ], + [ + 4, + "amount payment" + ], + [ + 5, + "lesson id" + ], + [ + 5, + "customer id" + ], + [ + 5, + "lesson status code" + ], + [ + 5, + "staff id" + ], + [ + 5, + "vehicle id" + ], + [ + 5, + "lesson date" + ], + [ + 5, + "lesson time" + ], + [ + 5, + "price" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_id" + ], + [ + 0, + "line_1_number_building" + ], + [ + 0, + "city" + ], + [ + 0, + "zip_postcode" + ], + [ + 0, + "state_province_county" + ], + [ + 0, + "country" + ], + [ + 1, + "staff_id" + ], + [ + 1, + "staff_address_id" + ], + [ + 1, + "nickname" + ], + [ + 1, + "first_name" + ], + [ + 1, + "middle_name" + ], + [ + 1, + "last_name" + ], + [ + 1, + "date_of_birth" + ], + [ + 1, + "date_joined_staff" + ], + [ + 1, + "date_left_staff" + ], + [ + 2, + "vehicle_id" + ], + [ + 2, + "vehicle_details" + ], + [ + 3, + "customer_id" + ], + [ + 3, + "customer_address_id" + ], + [ + 3, + "customer_status_code" + ], + [ + 3, + "date_became_customer" + ], + [ + 3, + "date_of_birth" + ], + [ + 3, + "first_name" + ], + [ + 3, + "last_name" + ], + [ + 3, + "amount_outstanding" + ], + [ + 3, + "email_address" + ], + [ + 3, + "phone_number" + ], + [ + 3, + "cell_mobile_phone_number" + ], + [ + 4, + "customer_id" + ], + [ + 4, + "datetime_payment" + ], + [ + 4, + "payment_method_code" + ], + [ + 4, + "amount_payment" + ], + [ + 5, + "lesson_id" + ], + [ + 5, + "customer_id" + ], + [ + 5, + "lesson_status_code" + ], + [ + 5, + "staff_id" + ], + [ + 5, + "vehicle_id" + ], + [ + 5, + "lesson_date" + ], + [ + 5, + "lesson_time" + ], + [ + 5, + "price" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "time", + "time", + "time", + "number", + "text", + "number", + "number", + "text", + "time", + "time", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "time", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "time", + "text", + "number" + ], + "db_id": "driving_school", + "foreign_keys": [ + [ + 8, + 1 + ], + [ + 19, + 1 + ], + [ + 29, + 18 + ], + [ + 34, + 18 + ], + [ + 36, + 7 + ], + [ + 37, + 16 + ] + ], + "primary_keys": [ + 1, + 7, + 16, + 18, + 29, + 33 + ], + "table_names": [ + "addresses", + "staff", + "vehicles", + "customers", + "customer payments", + "lessons" + ], + "table_names_original": [ + "Addresses", + "Staff", + "Vehicles", + "Customers", + "Customer_Payments", + "Lessons" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "stadium id" + ], + [ + 0, + "location" + ], + [ + 0, + "name" + ], + [ + 0, + "capacity" + ], + [ + 0, + "highest" + ], + [ + 0, + "lowest" + ], + [ + 0, + "average" + ], + [ + 1, + "singer id" + ], + [ + 1, + "name" + ], + [ + 1, + "country" + ], + [ + 1, + "song name" + ], + [ + 1, + "song release year" + ], + [ + 1, + "age" + ], + [ + 1, + "is male" + ], + [ + 2, + "concert id" + ], + [ + 2, + "concert name" + ], + [ + 2, + "theme" + ], + [ + 2, + "stadium id" + ], + [ + 2, + "year" + ], + [ + 3, + "concert id" + ], + [ + 3, + "singer id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Stadium_ID" + ], + [ + 0, + "Location" + ], + [ + 0, + "Name" + ], + [ + 0, + "Capacity" + ], + [ + 0, + "Highest" + ], + [ + 0, + "Lowest" + ], + [ + 0, + "Average" + ], + [ + 1, + "Singer_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Country" + ], + [ + 1, + "Song_Name" + ], + [ + 1, + "Song_release_year" + ], + [ + 1, + "Age" + ], + [ + 1, + "Is_male" + ], + [ + 2, + "concert_ID" + ], + [ + 2, + "concert_Name" + ], + [ + 2, + "Theme" + ], + [ + 2, + "Stadium_ID" + ], + [ + 2, + "Year" + ], + [ + 3, + "concert_ID" + ], + [ + 3, + "Singer_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "others", + "number", + "text", + "text", + "text", + "text", + "number", + "text" + ], + "db_id": "concert_singer", + "foreign_keys": [ + [ + 18, + 1 + ], + [ + 21, + 8 + ], + [ + 20, + 15 + ] + ], + "primary_keys": [ + 1, + 8, + 15, + 20 + ], + "table_names": [ + "stadium", + "singer", + "concert", + "singer in concert" + ], + "table_names_original": [ + "stadium", + "singer", + "concert", + "singer_in_concert" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "song id" + ], + [ + 0, + "title" + ], + [ + 1, + "aid" + ], + [ + 1, + "title" + ], + [ + 1, + "year" + ], + [ + 1, + "label" + ], + [ + 1, + "type" + ], + [ + 2, + "id" + ], + [ + 2, + "first name" + ], + [ + 2, + "last name" + ], + [ + 3, + "song id" + ], + [ + 3, + "bandmate id" + ], + [ + 3, + "instrument" + ], + [ + 4, + "song id" + ], + [ + 4, + "bandmate" + ], + [ + 4, + "stage position" + ], + [ + 5, + "album id" + ], + [ + 5, + "position" + ], + [ + 5, + "song id" + ], + [ + 6, + "song id" + ], + [ + 6, + "bandmate" + ], + [ + 6, + "type" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "SongId" + ], + [ + 0, + "Title" + ], + [ + 1, + "AId" + ], + [ + 1, + "Title" + ], + [ + 1, + "Year" + ], + [ + 1, + "Label" + ], + [ + 1, + "Type" + ], + [ + 2, + "Id" + ], + [ + 2, + "Firstname" + ], + [ + 2, + "Lastname" + ], + [ + 3, + "SongId" + ], + [ + 3, + "BandmateId" + ], + [ + 3, + "Instrument" + ], + [ + 4, + "SongId" + ], + [ + 4, + "Bandmate" + ], + [ + 4, + "StagePosition" + ], + [ + 5, + "AlbumId" + ], + [ + 5, + "Position" + ], + [ + 5, + "SongId" + ], + [ + 6, + "SongId" + ], + [ + 6, + "Bandmate" + ], + [ + 6, + "Type" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text" + ], + "db_id": "music_2", + "foreign_keys": [ + [ + 12, + 8 + ], + [ + 11, + 1 + ], + [ + 15, + 8 + ], + [ + 14, + 1 + ], + [ + 17, + 3 + ], + [ + 19, + 1 + ], + [ + 21, + 8 + ], + [ + 20, + 1 + ] + ], + "primary_keys": [ + 1, + 3, + 8, + 11, + 14, + 17, + 20 + ], + "table_names": [ + "songs", + "albums", + "band", + "instruments", + "performance", + "track lists", + "vocals" + ], + "table_names_original": [ + "Songs", + "Albums", + "Band", + "Instruments", + "Performance", + "Tracklists", + "Vocals" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "club id" + ], + [ + 0, + "name" + ], + [ + 0, + "region" + ], + [ + 0, + "start year" + ], + [ + 1, + "rank" + ], + [ + 1, + "club id" + ], + [ + 1, + "gold" + ], + [ + 1, + "silver" + ], + [ + 1, + "bronze" + ], + [ + 1, + "total" + ], + [ + 2, + "player id" + ], + [ + 2, + "name" + ], + [ + 2, + "position" + ], + [ + 2, + "club id" + ], + [ + 2, + "apps" + ], + [ + 2, + "tries" + ], + [ + 2, + "goals" + ], + [ + 2, + "points" + ], + [ + 3, + "competition id" + ], + [ + 3, + "year" + ], + [ + 3, + "competition type" + ], + [ + 3, + "country" + ], + [ + 4, + "competition id" + ], + [ + 4, + "club id 1" + ], + [ + 4, + "club id 2" + ], + [ + 4, + "score" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Club_ID" + ], + [ + 0, + "name" + ], + [ + 0, + "Region" + ], + [ + 0, + "Start_year" + ], + [ + 1, + "Rank" + ], + [ + 1, + "Club_ID" + ], + [ + 1, + "Gold" + ], + [ + 1, + "Silver" + ], + [ + 1, + "Bronze" + ], + [ + 1, + "Total" + ], + [ + 2, + "Player_ID" + ], + [ + 2, + "name" + ], + [ + 2, + "Position" + ], + [ + 2, + "Club_ID" + ], + [ + 2, + "Apps" + ], + [ + 2, + "Tries" + ], + [ + 2, + "Goals" + ], + [ + 2, + "Points" + ], + [ + 3, + "Competition_ID" + ], + [ + 3, + "Year" + ], + [ + 3, + "Competition_type" + ], + [ + 3, + "Country" + ], + [ + 4, + "Competition_ID" + ], + [ + 4, + "Club_ID_1" + ], + [ + 4, + "Club_ID_2" + ], + [ + 4, + "Score" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "sports_competition", + "foreign_keys": [ + [ + 6, + 1 + ], + [ + 14, + 1 + ], + [ + 23, + 19 + ], + [ + 25, + 1 + ], + [ + 24, + 1 + ] + ], + "primary_keys": [ + 1, + 5, + 11, + 19, + 23 + ], + "table_names": [ + "club", + "club rank", + "player", + "competition", + "competition result" + ], + "table_names_original": [ + "club", + "club_rank", + "player", + "competition", + "competition_result" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "railway id" + ], + [ + 0, + "railway" + ], + [ + 0, + "builder" + ], + [ + 0, + "built" + ], + [ + 0, + "wheels" + ], + [ + 0, + "location" + ], + [ + 0, + "objectnumber" + ], + [ + 1, + "train id" + ], + [ + 1, + "train num" + ], + [ + 1, + "name" + ], + [ + 1, + "from" + ], + [ + 1, + "arrival" + ], + [ + 1, + "railway id" + ], + [ + 2, + "manager id" + ], + [ + 2, + "name" + ], + [ + 2, + "country" + ], + [ + 2, + "working year starts" + ], + [ + 2, + "age" + ], + [ + 2, + "level" + ], + [ + 3, + "railway id" + ], + [ + 3, + "manager id" + ], + [ + 3, + "from year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Railway_ID" + ], + [ + 0, + "Railway" + ], + [ + 0, + "Builder" + ], + [ + 0, + "Built" + ], + [ + 0, + "Wheels" + ], + [ + 0, + "Location" + ], + [ + 0, + "ObjectNumber" + ], + [ + 1, + "Train_ID" + ], + [ + 1, + "Train_Num" + ], + [ + 1, + "Name" + ], + [ + 1, + "From" + ], + [ + 1, + "Arrival" + ], + [ + 1, + "Railway_ID" + ], + [ + 2, + "Manager_ID" + ], + [ + 2, + "Name" + ], + [ + 2, + "Country" + ], + [ + 2, + "Working_year_starts" + ], + [ + 2, + "Age" + ], + [ + 2, + "Level" + ], + [ + 3, + "Railway_ID" + ], + [ + 3, + "Manager_ID" + ], + [ + 3, + "From_Year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "text" + ], + "db_id": "railway", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 20, + 1 + ], + [ + 21, + 14 + ] + ], + "primary_keys": [ + 1, + 8, + 14, + 20 + ], + "table_names": [ + "railway", + "train", + "manager", + "railway manage" + ], + "table_names_original": [ + "railway", + "train", + "manager", + "railway_manage" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "room id" + ], + [ + 0, + "room name" + ], + [ + 0, + "beds" + ], + [ + 0, + "bed type" + ], + [ + 0, + "max occupancy" + ], + [ + 0, + "base price" + ], + [ + 0, + "decor" + ], + [ + 1, + "code" + ], + [ + 1, + "room" + ], + [ + 1, + "check in" + ], + [ + 1, + "check out" + ], + [ + 1, + "rate" + ], + [ + 1, + "last name" + ], + [ + 1, + "first name" + ], + [ + 1, + "adults" + ], + [ + 1, + "kids" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "RoomId" + ], + [ + 0, + "roomName" + ], + [ + 0, + "beds" + ], + [ + 0, + "bedType" + ], + [ + 0, + "maxOccupancy" + ], + [ + 0, + "basePrice" + ], + [ + 0, + "decor" + ], + [ + 1, + "Code" + ], + [ + 1, + "Room" + ], + [ + 1, + "CheckIn" + ], + [ + 1, + "CheckOut" + ], + [ + 1, + "Rate" + ], + [ + 1, + "LastName" + ], + [ + 1, + "FirstName" + ], + [ + 1, + "Adults" + ], + [ + 1, + "Kids" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number" + ], + "db_id": "inn_1", + "foreign_keys": [ + [ + 9, + 1 + ] + ], + "primary_keys": [ + 1, + 8 + ], + "table_names": [ + "rooms", + "reservations" + ], + "table_names_original": [ + "Rooms", + "Reservations" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "popularity" + ], + [ + 1, + "id" + ], + [ + 1, + "language" + ], + [ + 1, + "original artist" + ], + [ + 1, + "name" + ], + [ + 1, + "english translation" + ], + [ + 2, + "participant id" + ], + [ + 2, + "songs id" + ], + [ + 2, + "voice sound quality" + ], + [ + 2, + "rhythm tempo" + ], + [ + 2, + "stage presence" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "popularity" + ], + [ + 1, + "id" + ], + [ + 1, + "language" + ], + [ + 1, + "original_artist" + ], + [ + 1, + "name" + ], + [ + 1, + "english_translation" + ], + [ + 2, + "participant_id" + ], + [ + 2, + "songs_id" + ], + [ + 2, + "voice_sound_quality" + ], + [ + 2, + "rhythm_tempo" + ], + [ + 2, + "stage_presence" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "sing_contest", + "foreign_keys": [ + [ + 10, + 4 + ], + [ + 9, + 1 + ] + ], + "primary_keys": [ + 1, + 4, + 9 + ], + "table_names": [ + "participants", + "songs", + "performance score" + ], + "table_names_original": [ + "participants", + "songs", + "performance_score" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "country id" + ], + [ + 0, + "country" + ], + [ + 0, + "capital" + ], + [ + 0, + "official native language" + ], + [ + 0, + "regoin" + ], + [ + 1, + "team id" + ], + [ + 1, + "team" + ], + [ + 1, + "make" + ], + [ + 1, + "manager" + ], + [ + 1, + "sponsor" + ], + [ + 1, + "car owner" + ], + [ + 2, + "driver id" + ], + [ + 2, + "driver" + ], + [ + 2, + "country" + ], + [ + 2, + "age" + ], + [ + 2, + "car #" + ], + [ + 2, + "make" + ], + [ + 2, + "points" + ], + [ + 2, + "laps" + ], + [ + 2, + "winnings" + ], + [ + 3, + "team id" + ], + [ + 3, + "driver id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Country_Id" + ], + [ + 0, + "Country" + ], + [ + 0, + "Capital" + ], + [ + 0, + "Official_native_language" + ], + [ + 0, + "Regoin" + ], + [ + 1, + "Team_ID" + ], + [ + 1, + "Team" + ], + [ + 1, + "Make" + ], + [ + 1, + "Manager" + ], + [ + 1, + "Sponsor" + ], + [ + 1, + "Car_Owner" + ], + [ + 2, + "Driver_ID" + ], + [ + 2, + "Driver" + ], + [ + 2, + "Country" + ], + [ + 2, + "Age" + ], + [ + 2, + "Car_#" + ], + [ + 2, + "Make" + ], + [ + 2, + "Points" + ], + [ + 2, + "Laps" + ], + [ + 2, + "Winnings" + ], + [ + 3, + "Team_ID" + ], + [ + 3, + "Driver_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number" + ], + "db_id": "car_racing", + "foreign_keys": [ + [ + 22, + 12 + ], + [ + 21, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 12, + 21 + ], + "table_names": [ + "country", + "team", + "driver", + "team driver" + ], + "table_names_original": [ + "country", + "team", + "driver", + "team_driver" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "museum id" + ], + [ + 0, + "name" + ], + [ + 0, + "num of staff" + ], + [ + 0, + "open year" + ], + [ + 1, + "customer id" + ], + [ + 1, + "name" + ], + [ + 1, + "level of membership" + ], + [ + 1, + "age" + ], + [ + 2, + "museum id" + ], + [ + 2, + "customer id" + ], + [ + 2, + "num of ticket" + ], + [ + 2, + "total spent" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Museum_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Num_of_Staff" + ], + [ + 0, + "Open_Year" + ], + [ + 1, + "ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Level_of_membership" + ], + [ + 1, + "Age" + ], + [ + 2, + "Museum_ID" + ], + [ + 2, + "visitor_ID" + ], + [ + 2, + "Num_of_Ticket" + ], + [ + 2, + "Total_spent" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "museum_visit", + "foreign_keys": [ + [ + 10, + 5 + ], + [ + 9, + 1 + ] + ], + "primary_keys": [ + 1, + 5, + 9 + ], + "table_names": [ + "museum", + "customer", + "visit" + ], + "table_names_original": [ + "museum", + "visitor", + "visit" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "operating system" + ], + [ + 0, + "client" + ], + [ + 0, + "connection" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "market share" + ], + [ + 2, + "accelerator id" + ], + [ + 2, + "browser id" + ], + [ + 2, + "compatible since year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "Operating_system" + ], + [ + 0, + "Client" + ], + [ + 0, + "Connection" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "market_share" + ], + [ + 2, + "accelerator_id" + ], + [ + 2, + "browser_id" + ], + [ + 2, + "compatible_since_year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "browser_web", + "foreign_keys": [ + [ + 10, + 6 + ], + [ + 9, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 9 + ], + "table_names": [ + "web client accelerator", + "browser", + "accelerator compatible browser" + ], + "table_names_original": [ + "Web_client_accelerator", + "browser", + "accelerator_compatible_browser" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "staff id" + ], + [ + 0, + "staff details" + ], + [ + 1, + "staff role code" + ], + [ + 1, + "staff role description" + ], + [ + 2, + "process outcome code" + ], + [ + 2, + "process outcome description" + ], + [ + 3, + "process status code" + ], + [ + 3, + "process status description" + ], + [ + 4, + "author name" + ], + [ + 4, + "other details" + ], + [ + 5, + "document id" + ], + [ + 5, + "author name" + ], + [ + 5, + "document name" + ], + [ + 5, + "document description" + ], + [ + 5, + "other details" + ], + [ + 6, + "process id" + ], + [ + 6, + "next process id" + ], + [ + 6, + "process name" + ], + [ + 6, + "process description" + ], + [ + 6, + "other details" + ], + [ + 7, + "document id" + ], + [ + 7, + "process id" + ], + [ + 7, + "process outcome code" + ], + [ + 7, + "process status code" + ], + [ + 8, + "document id" + ], + [ + 8, + "process id" + ], + [ + 8, + "staff id" + ], + [ + 8, + "staff role code" + ], + [ + 8, + "date from" + ], + [ + 8, + "date to" + ], + [ + 8, + "other details" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "staff_id" + ], + [ + 0, + "staff_details" + ], + [ + 1, + "staff_role_code" + ], + [ + 1, + "staff_role_description" + ], + [ + 2, + "process_outcome_code" + ], + [ + 2, + "process_outcome_description" + ], + [ + 3, + "process_status_code" + ], + [ + 3, + "process_status_description" + ], + [ + 4, + "author_name" + ], + [ + 4, + "other_details" + ], + [ + 5, + "document_id" + ], + [ + 5, + "author_name" + ], + [ + 5, + "document_name" + ], + [ + 5, + "document_description" + ], + [ + 5, + "other_details" + ], + [ + 6, + "process_id" + ], + [ + 6, + "next_process_id" + ], + [ + 6, + "process_name" + ], + [ + 6, + "process_description" + ], + [ + 6, + "other_details" + ], + [ + 7, + "document_id" + ], + [ + 7, + "process_id" + ], + [ + 7, + "process_outcome_code" + ], + [ + 7, + "process_status_code" + ], + [ + 8, + "document_id" + ], + [ + 8, + "process_id" + ], + [ + 8, + "staff_id" + ], + [ + 8, + "staff_role_code" + ], + [ + 8, + "date_from" + ], + [ + 8, + "date_to" + ], + [ + 8, + "other_details" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "time", + "time", + "text" + ], + "db_id": "cre_Doc_Workflow", + "foreign_keys": [ + [ + 12, + 9 + ], + [ + 24, + 7 + ], + [ + 23, + 5 + ], + [ + 22, + 16 + ], + [ + 21, + 11 + ], + [ + 28, + 3 + ], + [ + 25, + 21 + ], + [ + 26, + 22 + ], + [ + 27, + 1 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 7, + 9, + 11, + 16, + 21, + 25 + ], + "table_names": [ + "staff", + "reference staff roles", + "process outcomes", + "process status", + "authors", + "documents", + "business processes", + "documents processes", + "staff in processes" + ], + "table_names_original": [ + "Staff", + "Ref_Staff_Roles", + "Process_Outcomes", + "Process_Status", + "Authors", + "Documents", + "Business_Processes", + "Documents_Processes", + "Staff_in_Processes" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "player id" + ], + [ + 0, + "year" + ], + [ + 0, + "game num" + ], + [ + 0, + "game id" + ], + [ + 0, + "team id" + ], + [ + 0, + "league id" + ], + [ + 0, + "gp" + ], + [ + 0, + "starting pos" + ], + [ + 1, + "year" + ], + [ + 1, + "team id" + ], + [ + 1, + "league id" + ], + [ + 1, + "player id" + ], + [ + 1, + "g all" + ], + [ + 1, + "gs" + ], + [ + 1, + "g batting" + ], + [ + 1, + "g defense" + ], + [ + 1, + "g p" + ], + [ + 1, + "g c" + ], + [ + 1, + "g 1b" + ], + [ + 1, + "g 2b" + ], + [ + 1, + "g 3b" + ], + [ + 1, + "g ss" + ], + [ + 1, + "g lf" + ], + [ + 1, + "g cf" + ], + [ + 1, + "g rf" + ], + [ + 1, + "g of" + ], + [ + 1, + "g dh" + ], + [ + 1, + "g ph" + ], + [ + 1, + "g pr" + ], + [ + 2, + "player id" + ], + [ + 2, + "award id" + ], + [ + 2, + "year" + ], + [ + 2, + "league id" + ], + [ + 2, + "tie" + ], + [ + 2, + "notes" + ], + [ + 3, + "player id" + ], + [ + 3, + "award id" + ], + [ + 3, + "year" + ], + [ + 3, + "league id" + ], + [ + 3, + "tie" + ], + [ + 3, + "notes" + ], + [ + 4, + "award id" + ], + [ + 4, + "year" + ], + [ + 4, + "league id" + ], + [ + 4, + "player id" + ], + [ + 4, + "points won" + ], + [ + 4, + "points max" + ], + [ + 4, + "votes first" + ], + [ + 5, + "award id" + ], + [ + 5, + "year" + ], + [ + 5, + "league id" + ], + [ + 5, + "player id" + ], + [ + 5, + "points won" + ], + [ + 5, + "points max" + ], + [ + 5, + "votes first" + ], + [ + 6, + "player id" + ], + [ + 6, + "year" + ], + [ + 6, + "stint" + ], + [ + 6, + "team id" + ], + [ + 6, + "league id" + ], + [ + 6, + "g" + ], + [ + 6, + "ab" + ], + [ + 6, + "r" + ], + [ + 6, + "h" + ], + [ + 6, + "double" + ], + [ + 6, + "triple" + ], + [ + 6, + "hr" + ], + [ + 6, + "rbi" + ], + [ + 6, + "sb" + ], + [ + 6, + "cs" + ], + [ + 6, + "bb" + ], + [ + 6, + "so" + ], + [ + 6, + "ibb" + ], + [ + 6, + "hbp" + ], + [ + 6, + "sh" + ], + [ + 6, + "sf" + ], + [ + 6, + "g idp" + ], + [ + 7, + "year" + ], + [ + 7, + "round" + ], + [ + 7, + "player id" + ], + [ + 7, + "team id" + ], + [ + 7, + "league id" + ], + [ + 7, + "g" + ], + [ + 7, + "ab" + ], + [ + 7, + "r" + ], + [ + 7, + "h" + ], + [ + 7, + "double" + ], + [ + 7, + "triple" + ], + [ + 7, + "hr" + ], + [ + 7, + "rbi" + ], + [ + 7, + "sb" + ], + [ + 7, + "cs" + ], + [ + 7, + "bb" + ], + [ + 7, + "so" + ], + [ + 7, + "ibb" + ], + [ + 7, + "hbp" + ], + [ + 7, + "sh" + ], + [ + 7, + "sf" + ], + [ + 7, + "g idp" + ], + [ + 8, + "player id" + ], + [ + 8, + "college id" + ], + [ + 8, + "year" + ], + [ + 9, + "player id" + ], + [ + 9, + "year" + ], + [ + 9, + "stint" + ], + [ + 9, + "team id" + ], + [ + 9, + "league id" + ], + [ + 9, + "pos" + ], + [ + 9, + "g" + ], + [ + 9, + "gs" + ], + [ + 9, + "inn outs" + ], + [ + 9, + "po" + ], + [ + 9, + "a" + ], + [ + 9, + "e" + ], + [ + 9, + "dp" + ], + [ + 9, + "pb" + ], + [ + 9, + "wp" + ], + [ + 9, + "sb" + ], + [ + 9, + "cs" + ], + [ + 9, + "zr" + ], + [ + 10, + "player id" + ], + [ + 10, + "year" + ], + [ + 10, + "stint" + ], + [ + 10, + "glf" + ], + [ + 10, + "gcf" + ], + [ + 10, + "grf" + ], + [ + 11, + "player id" + ], + [ + 11, + "year" + ], + [ + 11, + "team id" + ], + [ + 11, + "league id" + ], + [ + 11, + "round" + ], + [ + 11, + "pos" + ], + [ + 11, + "g" + ], + [ + 11, + "gs" + ], + [ + 11, + "inn outs" + ], + [ + 11, + "po" + ], + [ + 11, + "a" + ], + [ + 11, + "e" + ], + [ + 11, + "dp" + ], + [ + 11, + "tp" + ], + [ + 11, + "pb" + ], + [ + 11, + "sb" + ], + [ + 11, + "cs" + ], + [ + 12, + "player id" + ], + [ + 12, + "yearid" + ], + [ + 12, + "votedby" + ], + [ + 12, + "ballots" + ], + [ + 12, + "needed" + ], + [ + 12, + "votes" + ], + [ + 12, + "inducted" + ], + [ + 12, + "category" + ], + [ + 12, + "needed note" + ], + [ + 13, + "year" + ], + [ + 13, + "league id" + ], + [ + 13, + "team id" + ], + [ + 13, + "park id" + ], + [ + 13, + "span first" + ], + [ + 13, + "span last" + ], + [ + 13, + "games" + ], + [ + 13, + "openings" + ], + [ + 13, + "attendance" + ], + [ + 14, + "player id" + ], + [ + 14, + "year" + ], + [ + 14, + "team id" + ], + [ + 14, + "league id" + ], + [ + 14, + "inseason" + ], + [ + 14, + "g" + ], + [ + 14, + "w" + ], + [ + 14, + "l" + ], + [ + 14, + "rank" + ], + [ + 14, + "plyr mgr" + ], + [ + 15, + "player id" + ], + [ + 15, + "year" + ], + [ + 15, + "team id" + ], + [ + 15, + "league id" + ], + [ + 15, + "inseason" + ], + [ + 15, + "half" + ], + [ + 15, + "g" + ], + [ + 15, + "w" + ], + [ + 15, + "l" + ], + [ + 15, + "rank" + ], + [ + 16, + "player id" + ], + [ + 16, + "birth year" + ], + [ + 16, + "birth month" + ], + [ + 16, + "birth day" + ], + [ + 16, + "birth country" + ], + [ + 16, + "birth state" + ], + [ + 16, + "birth city" + ], + [ + 16, + "death year" + ], + [ + 16, + "death month" + ], + [ + 16, + "death day" + ], + [ + 16, + "death country" + ], + [ + 16, + "death state" + ], + [ + 16, + "death city" + ], + [ + 16, + "name first" + ], + [ + 16, + "name last" + ], + [ + 16, + "name given" + ], + [ + 16, + "weight" + ], + [ + 16, + "height" + ], + [ + 16, + "bats" + ], + [ + 16, + "throws" + ], + [ + 16, + "debut" + ], + [ + 16, + "final game" + ], + [ + 16, + "retro id" + ], + [ + 16, + "bbref id" + ], + [ + 17, + "park id" + ], + [ + 17, + "park name" + ], + [ + 17, + "park alias" + ], + [ + 17, + "city" + ], + [ + 17, + "state" + ], + [ + 17, + "country" + ], + [ + 18, + "player id" + ], + [ + 18, + "year" + ], + [ + 18, + "stint" + ], + [ + 18, + "team id" + ], + [ + 18, + "league id" + ], + [ + 18, + "w" + ], + [ + 18, + "l" + ], + [ + 18, + "g" + ], + [ + 18, + "gs" + ], + [ + 18, + "cg" + ], + [ + 18, + "sho" + ], + [ + 18, + "sv" + ], + [ + 18, + "ipouts" + ], + [ + 18, + "h" + ], + [ + 18, + "er" + ], + [ + 18, + "hr" + ], + [ + 18, + "bb" + ], + [ + 18, + "so" + ], + [ + 18, + "baopp" + ], + [ + 18, + "era" + ], + [ + 18, + "ibb" + ], + [ + 18, + "wp" + ], + [ + 18, + "hbp" + ], + [ + 18, + "bk" + ], + [ + 18, + "bfp" + ], + [ + 18, + "gf" + ], + [ + 18, + "r" + ], + [ + 18, + "sh" + ], + [ + 18, + "sf" + ], + [ + 18, + "g idp" + ], + [ + 19, + "player id" + ], + [ + 19, + "year" + ], + [ + 19, + "round" + ], + [ + 19, + "team id" + ], + [ + 19, + "league id" + ], + [ + 19, + "w" + ], + [ + 19, + "l" + ], + [ + 19, + "g" + ], + [ + 19, + "gs" + ], + [ + 19, + "cg" + ], + [ + 19, + "sho" + ], + [ + 19, + "sv" + ], + [ + 19, + "ipouts" + ], + [ + 19, + "h" + ], + [ + 19, + "er" + ], + [ + 19, + "hr" + ], + [ + 19, + "bb" + ], + [ + 19, + "so" + ], + [ + 19, + "baopp" + ], + [ + 19, + "era" + ], + [ + 19, + "ibb" + ], + [ + 19, + "wp" + ], + [ + 19, + "hbp" + ], + [ + 19, + "bk" + ], + [ + 19, + "bfp" + ], + [ + 19, + "gf" + ], + [ + 19, + "r" + ], + [ + 19, + "sh" + ], + [ + 19, + "sf" + ], + [ + 19, + "g idp" + ], + [ + 20, + "year" + ], + [ + 20, + "team id" + ], + [ + 20, + "league id" + ], + [ + 20, + "player id" + ], + [ + 20, + "salary" + ], + [ + 21, + "college id" + ], + [ + 21, + "name full" + ], + [ + 21, + "city" + ], + [ + 21, + "state" + ], + [ + 21, + "country" + ], + [ + 22, + "year" + ], + [ + 22, + "round" + ], + [ + 22, + "team id winner" + ], + [ + 22, + "league id winner" + ], + [ + 22, + "team id loser" + ], + [ + 22, + "league id loser" + ], + [ + 22, + "wins" + ], + [ + 22, + "losses" + ], + [ + 22, + "ties" + ], + [ + 23, + "year" + ], + [ + 23, + "league id" + ], + [ + 23, + "team id" + ], + [ + 23, + "franchise id" + ], + [ + 23, + "div id" + ], + [ + 23, + "rank" + ], + [ + 23, + "g" + ], + [ + 23, + "ghome" + ], + [ + 23, + "w" + ], + [ + 23, + "l" + ], + [ + 23, + "div win" + ], + [ + 23, + "wc win" + ], + [ + 23, + "lg win" + ], + [ + 23, + "ws win" + ], + [ + 23, + "r" + ], + [ + 23, + "ab" + ], + [ + 23, + "h" + ], + [ + 23, + "double" + ], + [ + 23, + "triple" + ], + [ + 23, + "hr" + ], + [ + 23, + "bb" + ], + [ + 23, + "so" + ], + [ + 23, + "sb" + ], + [ + 23, + "cs" + ], + [ + 23, + "hbp" + ], + [ + 23, + "sf" + ], + [ + 23, + "ra" + ], + [ + 23, + "er" + ], + [ + 23, + "era" + ], + [ + 23, + "cg" + ], + [ + 23, + "sho" + ], + [ + 23, + "sv" + ], + [ + 23, + "ipouts" + ], + [ + 23, + "ha" + ], + [ + 23, + "hra" + ], + [ + 23, + "bba" + ], + [ + 23, + "soa" + ], + [ + 23, + "e" + ], + [ + 23, + "dp" + ], + [ + 23, + "fp" + ], + [ + 23, + "name" + ], + [ + 23, + "park" + ], + [ + 23, + "attendance" + ], + [ + 23, + "bpf" + ], + [ + 23, + "ppf" + ], + [ + 23, + "team id br" + ], + [ + 23, + "team id lahman45" + ], + [ + 23, + "team id retro" + ], + [ + 24, + "franchise id" + ], + [ + 24, + "franchise name" + ], + [ + 24, + "active" + ], + [ + 24, + "na assoc" + ], + [ + 25, + "year" + ], + [ + 25, + "league id" + ], + [ + 25, + "team id" + ], + [ + 25, + "half" + ], + [ + 25, + "div id" + ], + [ + 25, + "div win" + ], + [ + 25, + "rank" + ], + [ + 25, + "g" + ], + [ + 25, + "w" + ], + [ + 25, + "l" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "player_id" + ], + [ + 0, + "year" + ], + [ + 0, + "game_num" + ], + [ + 0, + "game_id" + ], + [ + 0, + "team_id" + ], + [ + 0, + "league_id" + ], + [ + 0, + "gp" + ], + [ + 0, + "starting_pos" + ], + [ + 1, + "year" + ], + [ + 1, + "team_id" + ], + [ + 1, + "league_id" + ], + [ + 1, + "player_id" + ], + [ + 1, + "g_all" + ], + [ + 1, + "gs" + ], + [ + 1, + "g_batting" + ], + [ + 1, + "g_defense" + ], + [ + 1, + "g_p" + ], + [ + 1, + "g_c" + ], + [ + 1, + "g_1b" + ], + [ + 1, + "g_2b" + ], + [ + 1, + "g_3b" + ], + [ + 1, + "g_ss" + ], + [ + 1, + "g_lf" + ], + [ + 1, + "g_cf" + ], + [ + 1, + "g_rf" + ], + [ + 1, + "g_of" + ], + [ + 1, + "g_dh" + ], + [ + 1, + "g_ph" + ], + [ + 1, + "g_pr" + ], + [ + 2, + "player_id" + ], + [ + 2, + "award_id" + ], + [ + 2, + "year" + ], + [ + 2, + "league_id" + ], + [ + 2, + "tie" + ], + [ + 2, + "notes" + ], + [ + 3, + "player_id" + ], + [ + 3, + "award_id" + ], + [ + 3, + "year" + ], + [ + 3, + "league_id" + ], + [ + 3, + "tie" + ], + [ + 3, + "notes" + ], + [ + 4, + "award_id" + ], + [ + 4, + "year" + ], + [ + 4, + "league_id" + ], + [ + 4, + "player_id" + ], + [ + 4, + "points_won" + ], + [ + 4, + "points_max" + ], + [ + 4, + "votes_first" + ], + [ + 5, + "award_id" + ], + [ + 5, + "year" + ], + [ + 5, + "league_id" + ], + [ + 5, + "player_id" + ], + [ + 5, + "points_won" + ], + [ + 5, + "points_max" + ], + [ + 5, + "votes_first" + ], + [ + 6, + "player_id" + ], + [ + 6, + "year" + ], + [ + 6, + "stint" + ], + [ + 6, + "team_id" + ], + [ + 6, + "league_id" + ], + [ + 6, + "g" + ], + [ + 6, + "ab" + ], + [ + 6, + "r" + ], + [ + 6, + "h" + ], + [ + 6, + "double" + ], + [ + 6, + "triple" + ], + [ + 6, + "hr" + ], + [ + 6, + "rbi" + ], + [ + 6, + "sb" + ], + [ + 6, + "cs" + ], + [ + 6, + "bb" + ], + [ + 6, + "so" + ], + [ + 6, + "ibb" + ], + [ + 6, + "hbp" + ], + [ + 6, + "sh" + ], + [ + 6, + "sf" + ], + [ + 6, + "g_idp" + ], + [ + 7, + "year" + ], + [ + 7, + "round" + ], + [ + 7, + "player_id" + ], + [ + 7, + "team_id" + ], + [ + 7, + "league_id" + ], + [ + 7, + "g" + ], + [ + 7, + "ab" + ], + [ + 7, + "r" + ], + [ + 7, + "h" + ], + [ + 7, + "double" + ], + [ + 7, + "triple" + ], + [ + 7, + "hr" + ], + [ + 7, + "rbi" + ], + [ + 7, + "sb" + ], + [ + 7, + "cs" + ], + [ + 7, + "bb" + ], + [ + 7, + "so" + ], + [ + 7, + "ibb" + ], + [ + 7, + "hbp" + ], + [ + 7, + "sh" + ], + [ + 7, + "sf" + ], + [ + 7, + "g_idp" + ], + [ + 8, + "player_id" + ], + [ + 8, + "college_id" + ], + [ + 8, + "year" + ], + [ + 9, + "player_id" + ], + [ + 9, + "year" + ], + [ + 9, + "stint" + ], + [ + 9, + "team_id" + ], + [ + 9, + "league_id" + ], + [ + 9, + "pos" + ], + [ + 9, + "g" + ], + [ + 9, + "gs" + ], + [ + 9, + "inn_outs" + ], + [ + 9, + "po" + ], + [ + 9, + "a" + ], + [ + 9, + "e" + ], + [ + 9, + "dp" + ], + [ + 9, + "pb" + ], + [ + 9, + "wp" + ], + [ + 9, + "sb" + ], + [ + 9, + "cs" + ], + [ + 9, + "zr" + ], + [ + 10, + "player_id" + ], + [ + 10, + "year" + ], + [ + 10, + "stint" + ], + [ + 10, + "glf" + ], + [ + 10, + "gcf" + ], + [ + 10, + "grf" + ], + [ + 11, + "player_id" + ], + [ + 11, + "year" + ], + [ + 11, + "team_id" + ], + [ + 11, + "league_id" + ], + [ + 11, + "round" + ], + [ + 11, + "pos" + ], + [ + 11, + "g" + ], + [ + 11, + "gs" + ], + [ + 11, + "inn_outs" + ], + [ + 11, + "po" + ], + [ + 11, + "a" + ], + [ + 11, + "e" + ], + [ + 11, + "dp" + ], + [ + 11, + "tp" + ], + [ + 11, + "pb" + ], + [ + 11, + "sb" + ], + [ + 11, + "cs" + ], + [ + 12, + "player_id" + ], + [ + 12, + "yearid" + ], + [ + 12, + "votedby" + ], + [ + 12, + "ballots" + ], + [ + 12, + "needed" + ], + [ + 12, + "votes" + ], + [ + 12, + "inducted" + ], + [ + 12, + "category" + ], + [ + 12, + "needed_note" + ], + [ + 13, + "year" + ], + [ + 13, + "league_id" + ], + [ + 13, + "team_id" + ], + [ + 13, + "park_id" + ], + [ + 13, + "span_first" + ], + [ + 13, + "span_last" + ], + [ + 13, + "games" + ], + [ + 13, + "openings" + ], + [ + 13, + "attendance" + ], + [ + 14, + "player_id" + ], + [ + 14, + "year" + ], + [ + 14, + "team_id" + ], + [ + 14, + "league_id" + ], + [ + 14, + "inseason" + ], + [ + 14, + "g" + ], + [ + 14, + "w" + ], + [ + 14, + "l" + ], + [ + 14, + "rank" + ], + [ + 14, + "plyr_mgr" + ], + [ + 15, + "player_id" + ], + [ + 15, + "year" + ], + [ + 15, + "team_id" + ], + [ + 15, + "league_id" + ], + [ + 15, + "inseason" + ], + [ + 15, + "half" + ], + [ + 15, + "g" + ], + [ + 15, + "w" + ], + [ + 15, + "l" + ], + [ + 15, + "rank" + ], + [ + 16, + "player_id" + ], + [ + 16, + "birth_year" + ], + [ + 16, + "birth_month" + ], + [ + 16, + "birth_day" + ], + [ + 16, + "birth_country" + ], + [ + 16, + "birth_state" + ], + [ + 16, + "birth_city" + ], + [ + 16, + "death_year" + ], + [ + 16, + "death_month" + ], + [ + 16, + "death_day" + ], + [ + 16, + "death_country" + ], + [ + 16, + "death_state" + ], + [ + 16, + "death_city" + ], + [ + 16, + "name_first" + ], + [ + 16, + "name_last" + ], + [ + 16, + "name_given" + ], + [ + 16, + "weight" + ], + [ + 16, + "height" + ], + [ + 16, + "bats" + ], + [ + 16, + "throws" + ], + [ + 16, + "debut" + ], + [ + 16, + "final_game" + ], + [ + 16, + "retro_id" + ], + [ + 16, + "bbref_id" + ], + [ + 17, + "park_id" + ], + [ + 17, + "park_name" + ], + [ + 17, + "park_alias" + ], + [ + 17, + "city" + ], + [ + 17, + "state" + ], + [ + 17, + "country" + ], + [ + 18, + "player_id" + ], + [ + 18, + "year" + ], + [ + 18, + "stint" + ], + [ + 18, + "team_id" + ], + [ + 18, + "league_id" + ], + [ + 18, + "w" + ], + [ + 18, + "l" + ], + [ + 18, + "g" + ], + [ + 18, + "gs" + ], + [ + 18, + "cg" + ], + [ + 18, + "sho" + ], + [ + 18, + "sv" + ], + [ + 18, + "ipouts" + ], + [ + 18, + "h" + ], + [ + 18, + "er" + ], + [ + 18, + "hr" + ], + [ + 18, + "bb" + ], + [ + 18, + "so" + ], + [ + 18, + "baopp" + ], + [ + 18, + "era" + ], + [ + 18, + "ibb" + ], + [ + 18, + "wp" + ], + [ + 18, + "hbp" + ], + [ + 18, + "bk" + ], + [ + 18, + "bfp" + ], + [ + 18, + "gf" + ], + [ + 18, + "r" + ], + [ + 18, + "sh" + ], + [ + 18, + "sf" + ], + [ + 18, + "g_idp" + ], + [ + 19, + "player_id" + ], + [ + 19, + "year" + ], + [ + 19, + "round" + ], + [ + 19, + "team_id" + ], + [ + 19, + "league_id" + ], + [ + 19, + "w" + ], + [ + 19, + "l" + ], + [ + 19, + "g" + ], + [ + 19, + "gs" + ], + [ + 19, + "cg" + ], + [ + 19, + "sho" + ], + [ + 19, + "sv" + ], + [ + 19, + "ipouts" + ], + [ + 19, + "h" + ], + [ + 19, + "er" + ], + [ + 19, + "hr" + ], + [ + 19, + "bb" + ], + [ + 19, + "so" + ], + [ + 19, + "baopp" + ], + [ + 19, + "era" + ], + [ + 19, + "ibb" + ], + [ + 19, + "wp" + ], + [ + 19, + "hbp" + ], + [ + 19, + "bk" + ], + [ + 19, + "bfp" + ], + [ + 19, + "gf" + ], + [ + 19, + "r" + ], + [ + 19, + "sh" + ], + [ + 19, + "sf" + ], + [ + 19, + "g_idp" + ], + [ + 20, + "year" + ], + [ + 20, + "team_id" + ], + [ + 20, + "league_id" + ], + [ + 20, + "player_id" + ], + [ + 20, + "salary" + ], + [ + 21, + "college_id" + ], + [ + 21, + "name_full" + ], + [ + 21, + "city" + ], + [ + 21, + "state" + ], + [ + 21, + "country" + ], + [ + 22, + "year" + ], + [ + 22, + "round" + ], + [ + 22, + "team_id_winner" + ], + [ + 22, + "league_id_winner" + ], + [ + 22, + "team_id_loser" + ], + [ + 22, + "league_id_loser" + ], + [ + 22, + "wins" + ], + [ + 22, + "losses" + ], + [ + 22, + "ties" + ], + [ + 23, + "year" + ], + [ + 23, + "league_id" + ], + [ + 23, + "team_id" + ], + [ + 23, + "franchise_id" + ], + [ + 23, + "div_id" + ], + [ + 23, + "rank" + ], + [ + 23, + "g" + ], + [ + 23, + "ghome" + ], + [ + 23, + "w" + ], + [ + 23, + "l" + ], + [ + 23, + "div_win" + ], + [ + 23, + "wc_win" + ], + [ + 23, + "lg_win" + ], + [ + 23, + "ws_win" + ], + [ + 23, + "r" + ], + [ + 23, + "ab" + ], + [ + 23, + "h" + ], + [ + 23, + "double" + ], + [ + 23, + "triple" + ], + [ + 23, + "hr" + ], + [ + 23, + "bb" + ], + [ + 23, + "so" + ], + [ + 23, + "sb" + ], + [ + 23, + "cs" + ], + [ + 23, + "hbp" + ], + [ + 23, + "sf" + ], + [ + 23, + "ra" + ], + [ + 23, + "er" + ], + [ + 23, + "era" + ], + [ + 23, + "cg" + ], + [ + 23, + "sho" + ], + [ + 23, + "sv" + ], + [ + 23, + "ipouts" + ], + [ + 23, + "ha" + ], + [ + 23, + "hra" + ], + [ + 23, + "bba" + ], + [ + 23, + "soa" + ], + [ + 23, + "e" + ], + [ + 23, + "dp" + ], + [ + 23, + "fp" + ], + [ + 23, + "name" + ], + [ + 23, + "park" + ], + [ + 23, + "attendance" + ], + [ + 23, + "bpf" + ], + [ + 23, + "ppf" + ], + [ + 23, + "team_id_br" + ], + [ + 23, + "team_id_lahman45" + ], + [ + 23, + "team_id_retro" + ], + [ + 24, + "franchise_id" + ], + [ + 24, + "franchise_name" + ], + [ + 24, + "active" + ], + [ + 24, + "na_assoc" + ], + [ + 25, + "year" + ], + [ + 25, + "league_id" + ], + [ + 25, + "team_id" + ], + [ + 25, + "half" + ], + [ + 25, + "div_id" + ], + [ + 25, + "div_win" + ], + [ + 25, + "rank" + ], + [ + 25, + "g" + ], + [ + 25, + "w" + ], + [ + 25, + "l" + ] + ], + "column_types": [ + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "baseball_1", + "foreign_keys": [ + [ + 1, + 182 + ], + [ + 12, + 182 + ], + [ + 10, + 293 + ], + [ + 30, + 182 + ], + [ + 36, + 182 + ], + [ + 52, + 182 + ], + [ + 56, + 182 + ], + [ + 81, + 293 + ], + [ + 80, + 182 + ], + [ + 101, + 277 + ], + [ + 100, + 182 + ], + [ + 103, + 182 + ], + [ + 121, + 182 + ], + [ + 127, + 182 + ], + [ + 144, + 182 + ], + [ + 156, + 206 + ], + [ + 155, + 293 + ], + [ + 164, + 293 + ], + [ + 174, + 293 + ] + ], + "primary_keys": [], + "table_names": [ + "all star", + "appearances", + "manager award", + "player award", + "manager award vote", + "player award vote", + "batting", + "batting postseason", + "player college", + "fielding", + "fielding outfield", + "fielding postseason", + "hall of fame", + "home game", + "manager", + "manager half", + "player", + "park", + "pitching", + "pitching postseason", + "salary", + "college", + "postseason", + "team", + "team franchise", + "team half" + ], + "table_names_original": [ + "all_star", + "appearances", + "manager_award", + "player_award", + "manager_award_vote", + "player_award_vote", + "batting", + "batting_postseason", + "player_college", + "fielding", + "fielding_outfield", + "fielding_postseason", + "hall_of_fame", + "home_game", + "manager", + "manager_half", + "player", + "park", + "pitching", + "pitching_postseason", + "salary", + "college", + "postseason", + "team", + "team_franchise", + "team_half" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "gender" + ], + [ + 1, + "architect id" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "location" + ], + [ + 1, + "length meters" + ], + [ + 1, + "length feet" + ], + [ + 2, + "architect id" + ], + [ + 2, + "id" + ], + [ + 2, + "location" + ], + [ + 2, + "name" + ], + [ + 2, + "type" + ], + [ + 2, + "built year" + ], + [ + 2, + "notes" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "gender" + ], + [ + 1, + "architect_id" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "location" + ], + [ + 1, + "length_meters" + ], + [ + 1, + "length_feet" + ], + [ + 2, + "architect_id" + ], + [ + 2, + "id" + ], + [ + 2, + "location" + ], + [ + 2, + "name" + ], + [ + 2, + "type" + ], + [ + 2, + "built_year" + ], + [ + 2, + "notes" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "text" + ], + "db_id": "architecture", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 11, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 12 + ], + "table_names": [ + "architect", + "bridge", + "mill" + ], + "table_names_original": [ + "architect", + "bridge", + "mill" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "campus" + ], + [ + 0, + "location" + ], + [ + 0, + "county" + ], + [ + 0, + "year" + ], + [ + 1, + "campus" + ], + [ + 1, + "year" + ], + [ + 1, + "campus fee" + ], + [ + 2, + "year" + ], + [ + 2, + "campus" + ], + [ + 2, + "degrees" + ], + [ + 3, + "campus" + ], + [ + 3, + "discipline" + ], + [ + 3, + "year" + ], + [ + 3, + "undergraduate" + ], + [ + 3, + "graduate" + ], + [ + 4, + "campus" + ], + [ + 4, + "year" + ], + [ + 4, + "totalenrollment ay" + ], + [ + 4, + "fte ay" + ], + [ + 5, + "campus" + ], + [ + 5, + "year" + ], + [ + 5, + "faculty" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Id" + ], + [ + 0, + "Campus" + ], + [ + 0, + "Location" + ], + [ + 0, + "County" + ], + [ + 0, + "Year" + ], + [ + 1, + "Campus" + ], + [ + 1, + "Year" + ], + [ + 1, + "CampusFee" + ], + [ + 2, + "Year" + ], + [ + 2, + "Campus" + ], + [ + 2, + "Degrees" + ], + [ + 3, + "Campus" + ], + [ + 3, + "Discipline" + ], + [ + 3, + "Year" + ], + [ + 3, + "Undergraduate" + ], + [ + 3, + "Graduate" + ], + [ + 4, + "Campus" + ], + [ + 4, + "Year" + ], + [ + 4, + "TotalEnrollment_AY" + ], + [ + 4, + "FTE_AY" + ], + [ + 5, + "Campus" + ], + [ + 5, + "Year" + ], + [ + 5, + "Faculty" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "csu_1", + "foreign_keys": [ + [ + 6, + 1 + ], + [ + 10, + 1 + ], + [ + 12, + 1 + ], + [ + 17, + 1 + ], + [ + 21, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 9, + 12, + 17 + ], + "table_names": [ + "campuses", + "csu fees", + "degrees", + "discipline enrollments", + "enrollments", + "faculty" + ], + "table_names_original": [ + "Campuses", + "csu_fees", + "degrees", + "discipline_enrollments", + "enrollments", + "faculty" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "customer name" + ], + [ + 0, + "customer details" + ], + [ + 1, + "invoice number" + ], + [ + 1, + "invoice date" + ], + [ + 1, + "invoice details" + ], + [ + 2, + "order id" + ], + [ + 2, + "customer id" + ], + [ + 2, + "order status" + ], + [ + 2, + "date order placed" + ], + [ + 2, + "order details" + ], + [ + 3, + "product id" + ], + [ + 3, + "product name" + ], + [ + 3, + "product details" + ], + [ + 4, + "order item id" + ], + [ + 4, + "product id" + ], + [ + 4, + "order id" + ], + [ + 4, + "order item status" + ], + [ + 4, + "order item details" + ], + [ + 5, + "shipment id" + ], + [ + 5, + "order id" + ], + [ + 5, + "invoice number" + ], + [ + 5, + "shipment tracking number" + ], + [ + 5, + "shipment date" + ], + [ + 5, + "other shipment details" + ], + [ + 6, + "shipment id" + ], + [ + 6, + "order item id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "customer_id" + ], + [ + 0, + "customer_name" + ], + [ + 0, + "customer_details" + ], + [ + 1, + "invoice_number" + ], + [ + 1, + "invoice_date" + ], + [ + 1, + "invoice_details" + ], + [ + 2, + "order_id" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "order_status" + ], + [ + 2, + "date_order_placed" + ], + [ + 2, + "order_details" + ], + [ + 3, + "product_id" + ], + [ + 3, + "product_name" + ], + [ + 3, + "product_details" + ], + [ + 4, + "order_item_id" + ], + [ + 4, + "product_id" + ], + [ + 4, + "order_id" + ], + [ + 4, + "order_item_status" + ], + [ + 4, + "order_item_details" + ], + [ + 5, + "shipment_id" + ], + [ + 5, + "order_id" + ], + [ + 5, + "invoice_number" + ], + [ + 5, + "shipment_tracking_number" + ], + [ + 5, + "shipment_date" + ], + [ + 5, + "other_shipment_details" + ], + [ + 6, + "shipment_id" + ], + [ + 6, + "order_item_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "time", + "text", + "number", + "number", + "text", + "time", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "time", + "text", + "number", + "number" + ], + "db_id": "tracking_orders", + "foreign_keys": [ + [ + 8, + 1 + ], + [ + 16, + 12 + ], + [ + 17, + 7 + ], + [ + 22, + 4 + ], + [ + 21, + 7 + ], + [ + 26, + 20 + ], + [ + 27, + 15 + ] + ], + "primary_keys": [ + 1, + 4, + 7, + 12, + 15, + 20 + ], + "table_names": [ + "customers", + "invoices", + "orders", + "products", + "order items", + "shipments", + "shipment items" + ], + "table_names_original": [ + "Customers", + "Invoices", + "Orders", + "Products", + "Order_Items", + "Shipments", + "Shipment_Items" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "customer details" + ], + [ + 1, + "policy id" + ], + [ + 1, + "customer id" + ], + [ + 1, + "policy type code" + ], + [ + 1, + "start date" + ], + [ + 1, + "end date" + ], + [ + 2, + "claim id" + ], + [ + 2, + "policy id" + ], + [ + 2, + "date claim made" + ], + [ + 2, + "date claim settled" + ], + [ + 2, + "amount claimed" + ], + [ + 2, + "amount settled" + ], + [ + 3, + "settlement id" + ], + [ + 3, + "claim id" + ], + [ + 3, + "date claim made" + ], + [ + 3, + "date claim settled" + ], + [ + 3, + "amount claimed" + ], + [ + 3, + "amount settled" + ], + [ + 3, + "customer policy id" + ], + [ + 4, + "payment id" + ], + [ + 4, + "settlement id" + ], + [ + 4, + "payment method code" + ], + [ + 4, + "date payment made" + ], + [ + 4, + "amount payment" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Customer_ID" + ], + [ + 0, + "Customer_Details" + ], + [ + 1, + "Policy_ID" + ], + [ + 1, + "Customer_ID" + ], + [ + 1, + "Policy_Type_Code" + ], + [ + 1, + "Start_Date" + ], + [ + 1, + "End_Date" + ], + [ + 2, + "Claim_ID" + ], + [ + 2, + "Policy_ID" + ], + [ + 2, + "Date_Claim_Made" + ], + [ + 2, + "Date_Claim_Settled" + ], + [ + 2, + "Amount_Claimed" + ], + [ + 2, + "Amount_Settled" + ], + [ + 3, + "Settlement_ID" + ], + [ + 3, + "Claim_ID" + ], + [ + 3, + "Date_Claim_Made" + ], + [ + 3, + "Date_Claim_Settled" + ], + [ + 3, + "Amount_Claimed" + ], + [ + 3, + "Amount_Settled" + ], + [ + 3, + "Customer_Policy_ID" + ], + [ + 4, + "Payment_ID" + ], + [ + 4, + "Settlement_ID" + ], + [ + 4, + "Payment_Method_Code" + ], + [ + 4, + "Date_Payment_Made" + ], + [ + 4, + "Amount_Payment" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "time", + "time", + "number", + "number", + "time", + "time", + "number", + "number", + "number", + "number", + "time", + "time", + "number", + "number", + "number", + "number", + "number", + "text", + "time", + "number" + ], + "db_id": "insurance_policies", + "foreign_keys": [ + [ + 4, + 1 + ], + [ + 9, + 3 + ], + [ + 15, + 8 + ], + [ + 22, + 14 + ] + ], + "primary_keys": [ + 1, + 3, + 8, + 14, + 21 + ], + "table_names": [ + "customers", + "customer policies", + "claims", + "settlements", + "payments" + ], + "table_names_original": [ + "Customers", + "Customer_Policies", + "Claims", + "Settlements", + "Payments" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "bio data" + ], + [ + 0, + "student details" + ], + [ + 1, + "transcript id" + ], + [ + 1, + "student id" + ], + [ + 1, + "date of transcript" + ], + [ + 1, + "transcript details" + ], + [ + 2, + "behaviour monitoring id" + ], + [ + 2, + "student id" + ], + [ + 2, + "behaviour monitoring details" + ], + [ + 3, + "address id" + ], + [ + 3, + "address details" + ], + [ + 4, + "event type code" + ], + [ + 4, + "event type description" + ], + [ + 5, + "achievement type code" + ], + [ + 5, + "achievement type description" + ], + [ + 6, + "address type code" + ], + [ + 6, + "address type description" + ], + [ + 7, + "detention type code" + ], + [ + 7, + "detention type description" + ], + [ + 8, + "event id" + ], + [ + 8, + "event type code" + ], + [ + 8, + "student id" + ], + [ + 8, + "event date" + ], + [ + 8, + "other details" + ], + [ + 9, + "teacher id" + ], + [ + 9, + "teacher details" + ], + [ + 10, + "student loan id" + ], + [ + 10, + "student id" + ], + [ + 10, + "date of loan" + ], + [ + 10, + "amount of loan" + ], + [ + 10, + "other details" + ], + [ + 11, + "class id" + ], + [ + 11, + "student id" + ], + [ + 11, + "teacher id" + ], + [ + 11, + "class details" + ], + [ + 12, + "student address id" + ], + [ + 12, + "address id" + ], + [ + 12, + "address type code" + ], + [ + 12, + "student id" + ], + [ + 12, + "date from" + ], + [ + 12, + "date to" + ], + [ + 13, + "detention id" + ], + [ + 13, + "detention type code" + ], + [ + 13, + "student id" + ], + [ + 13, + "datetime detention start" + ], + [ + 13, + "datetime detention end" + ], + [ + 13, + "detention summary" + ], + [ + 13, + "other details" + ], + [ + 14, + "achievement id" + ], + [ + 14, + "achievement type code" + ], + [ + 14, + "student id" + ], + [ + 14, + "date achievement" + ], + [ + 14, + "achievement details" + ], + [ + 14, + "other details" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "student_id" + ], + [ + 0, + "bio_data" + ], + [ + 0, + "student_details" + ], + [ + 1, + "transcript_id" + ], + [ + 1, + "student_id" + ], + [ + 1, + "date_of_transcript" + ], + [ + 1, + "transcript_details" + ], + [ + 2, + "behaviour_monitoring_id" + ], + [ + 2, + "student_id" + ], + [ + 2, + "behaviour_monitoring_details" + ], + [ + 3, + "address_id" + ], + [ + 3, + "address_details" + ], + [ + 4, + "event_type_code" + ], + [ + 4, + "event_type_description" + ], + [ + 5, + "achievement_type_code" + ], + [ + 5, + "achievement_type_description" + ], + [ + 6, + "address_type_code" + ], + [ + 6, + "address_type_description" + ], + [ + 7, + "detention_type_code" + ], + [ + 7, + "detention_type_description" + ], + [ + 8, + "event_id" + ], + [ + 8, + "event_type_code" + ], + [ + 8, + "student_id" + ], + [ + 8, + "event_date" + ], + [ + 8, + "other_details" + ], + [ + 9, + "teacher_id" + ], + [ + 9, + "teacher_details" + ], + [ + 10, + "student_loan_id" + ], + [ + 10, + "student_id" + ], + [ + 10, + "date_of_loan" + ], + [ + 10, + "amount_of_loan" + ], + [ + 10, + "other_details" + ], + [ + 11, + "class_id" + ], + [ + 11, + "student_id" + ], + [ + 11, + "teacher_id" + ], + [ + 11, + "class_details" + ], + [ + 12, + "student_address_id" + ], + [ + 12, + "address_id" + ], + [ + 12, + "address_type_code" + ], + [ + 12, + "student_id" + ], + [ + 12, + "date_from" + ], + [ + 12, + "date_to" + ], + [ + 13, + "detention_id" + ], + [ + 13, + "detention_type_code" + ], + [ + 13, + "student_id" + ], + [ + 13, + "datetime_detention_start" + ], + [ + 13, + "datetime_detention_end" + ], + [ + 13, + "detention_summary" + ], + [ + 13, + "other_details" + ], + [ + 14, + "achievement_id" + ], + [ + 14, + "achievement_type_code" + ], + [ + 14, + "student_id" + ], + [ + 14, + "date_achievement" + ], + [ + 14, + "achievement_details" + ], + [ + 14, + "other_details" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "time", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "time", + "text", + "number", + "text", + "number", + "number", + "time", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "number", + "time", + "time", + "number", + "text", + "number", + "time", + "time", + "text", + "text", + "number", + "text", + "number", + "time", + "text", + "text" + ], + "db_id": "cre_Students_Information_Systems", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 9, + 1 + ], + [ + 22, + 13 + ], + [ + 23, + 1 + ], + [ + 29, + 1 + ], + [ + 35, + 26 + ], + [ + 34, + 1 + ], + [ + 39, + 17 + ], + [ + 38, + 11 + ], + [ + 40, + 1 + ], + [ + 44, + 19 + ], + [ + 45, + 1 + ], + [ + 51, + 15 + ], + [ + 52, + 1 + ] + ], + "primary_keys": [ + 1, + 4, + 8, + 11, + 13, + 15, + 17, + 19, + 21, + 26, + 28, + 33, + 37, + 43, + 50 + ], + "table_names": [ + "students", + "transcripts", + "behaviour monitoring", + "addresses", + "reference event types", + "reference achievement type", + "reference address types", + "reference detention type", + "student events", + "teachers", + "student loans", + "classes", + "students addresses", + "detention", + "achievements" + ], + "table_names_original": [ + "Students", + "Transcripts", + "Behaviour_Monitoring", + "Addresses", + "Ref_Event_Types", + "Ref_Achievement_Type", + "Ref_Address_Types", + "Ref_Detention_Type", + "Student_Events", + "Teachers", + "Student_Loans", + "Classes", + "Students_Addresses", + "Detention", + "Achievements" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "company id" + ], + [ + 0, + "rank" + ], + [ + 0, + "company" + ], + [ + 0, + "headquarters" + ], + [ + 0, + "main industry" + ], + [ + 0, + "sales billion" + ], + [ + 0, + "profits billion" + ], + [ + 0, + "assets billion" + ], + [ + 0, + "market value" + ], + [ + 1, + "station id" + ], + [ + 1, + "open year" + ], + [ + 1, + "location" + ], + [ + 1, + "manager name" + ], + [ + 1, + "vice manager name" + ], + [ + 1, + "representative name" + ], + [ + 2, + "station id" + ], + [ + 2, + "company id" + ], + [ + 2, + "rank of the year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Company_ID" + ], + [ + 0, + "Rank" + ], + [ + 0, + "Company" + ], + [ + 0, + "Headquarters" + ], + [ + 0, + "Main_Industry" + ], + [ + 0, + "Sales_billion" + ], + [ + 0, + "Profits_billion" + ], + [ + 0, + "Assets_billion" + ], + [ + 0, + "Market_Value" + ], + [ + 1, + "Station_ID" + ], + [ + 1, + "Open_Year" + ], + [ + 1, + "Location" + ], + [ + 1, + "Manager_Name" + ], + [ + 1, + "Vice_Manager_Name" + ], + [ + 1, + "Representative_Name" + ], + [ + 2, + "Station_ID" + ], + [ + 2, + "Company_ID" + ], + [ + 2, + "Rank_of_the_Year" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number" + ], + "db_id": "gas_company", + "foreign_keys": [ + [ + 17, + 1 + ], + [ + 16, + 10 + ] + ], + "primary_keys": [ + 1, + 10, + 16 + ], + "table_names": [ + "company", + "gas station", + "station company" + ], + "table_names_original": [ + "company", + "gas_station", + "station_company" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "club id" + ], + [ + 0, + "name" + ], + [ + 0, + "manager" + ], + [ + 0, + "captain" + ], + [ + 0, + "manufacturer" + ], + [ + 0, + "sponsor" + ], + [ + 1, + "player id" + ], + [ + 1, + "name" + ], + [ + 1, + "country" + ], + [ + 1, + "earnings" + ], + [ + 1, + "events number" + ], + [ + 1, + "wins count" + ], + [ + 1, + "club id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Club_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Manager" + ], + [ + 0, + "Captain" + ], + [ + 0, + "Manufacturer" + ], + [ + 0, + "Sponsor" + ], + [ + 1, + "Player_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Country" + ], + [ + 1, + "Earnings" + ], + [ + 1, + "Events_number" + ], + [ + 1, + "Wins_count" + ], + [ + 1, + "Club_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "soccer_3", + "foreign_keys": [ + [ + 13, + 1 + ] + ], + "primary_keys": [ + 1, + 7 + ], + "table_names": [ + "club", + "player" + ], + "table_names_original": [ + "club", + "player" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "line 1 number building" + ], + [ + 0, + "town city" + ], + [ + 0, + "zip postcode" + ], + [ + 0, + "state province county" + ], + [ + 0, + "country" + ], + [ + 1, + "service id" + ], + [ + 1, + "service type code" + ], + [ + 1, + "service name" + ], + [ + 1, + "service descriptio" + ], + [ + 2, + "form id" + ], + [ + 2, + "form type code" + ], + [ + 2, + "service id" + ], + [ + 2, + "form number" + ], + [ + 2, + "form name" + ], + [ + 2, + "form description" + ], + [ + 3, + "individual id" + ], + [ + 3, + "individual first name" + ], + [ + 3, + "individual middle name" + ], + [ + 3, + "inidividual phone" + ], + [ + 3, + "individual email" + ], + [ + 3, + "individual address" + ], + [ + 3, + "individual last name" + ], + [ + 4, + "organization id" + ], + [ + 4, + "date formed" + ], + [ + 4, + "organization name" + ], + [ + 4, + "uk vat number" + ], + [ + 5, + "party id" + ], + [ + 5, + "payment method code" + ], + [ + 5, + "party phone" + ], + [ + 5, + "party email" + ], + [ + 6, + "individual id" + ], + [ + 6, + "organization id" + ], + [ + 6, + "date contact from" + ], + [ + 6, + "date contact to" + ], + [ + 7, + "party id" + ], + [ + 7, + "address id" + ], + [ + 7, + "date address from" + ], + [ + 7, + "address type code" + ], + [ + 7, + "date address to" + ], + [ + 8, + "party id" + ], + [ + 8, + "form id" + ], + [ + 8, + "date completion started" + ], + [ + 8, + "form status code" + ], + [ + 8, + "date fully completed" + ], + [ + 9, + "booking id" + ], + [ + 9, + "customer id" + ], + [ + 9, + "service id" + ], + [ + 9, + "service datetime" + ], + [ + 9, + "booking made date" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_id" + ], + [ + 0, + "line_1_number_building" + ], + [ + 0, + "town_city" + ], + [ + 0, + "zip_postcode" + ], + [ + 0, + "state_province_county" + ], + [ + 0, + "country" + ], + [ + 1, + "service_id" + ], + [ + 1, + "service_type_code" + ], + [ + 1, + "service_name" + ], + [ + 1, + "service_descriptio" + ], + [ + 2, + "form_id" + ], + [ + 2, + "form_type_code" + ], + [ + 2, + "service_id" + ], + [ + 2, + "form_number" + ], + [ + 2, + "form_name" + ], + [ + 2, + "form_description" + ], + [ + 3, + "individual_id" + ], + [ + 3, + "individual_first_name" + ], + [ + 3, + "individual_middle_name" + ], + [ + 3, + "inidividual_phone" + ], + [ + 3, + "individual_email" + ], + [ + 3, + "individual_address" + ], + [ + 3, + "individual_last_name" + ], + [ + 4, + "organization_id" + ], + [ + 4, + "date_formed" + ], + [ + 4, + "organization_name" + ], + [ + 4, + "uk_vat_number" + ], + [ + 5, + "party_id" + ], + [ + 5, + "payment_method_code" + ], + [ + 5, + "party_phone" + ], + [ + 5, + "party_email" + ], + [ + 6, + "individual_id" + ], + [ + 6, + "organization_id" + ], + [ + 6, + "date_contact_from" + ], + [ + 6, + "date_contact_to" + ], + [ + 7, + "party_id" + ], + [ + 7, + "address_id" + ], + [ + 7, + "date_address_from" + ], + [ + 7, + "address_type_code" + ], + [ + 7, + "date_address_to" + ], + [ + 8, + "party_id" + ], + [ + 8, + "form_id" + ], + [ + 8, + "date_completion_started" + ], + [ + 8, + "form_status_code" + ], + [ + 8, + "date_fully_completed" + ], + [ + 9, + "booking_id" + ], + [ + 9, + "customer_id" + ], + [ + 9, + "service_id" + ], + [ + 9, + "service_datetime" + ], + [ + 9, + "booking_made_date" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "time", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "time", + "time", + "number", + "number", + "time", + "text", + "time", + "number", + "number", + "time", + "text", + "time", + "number", + "number", + "number", + "time", + "time" + ], + "db_id": "e_government", + "foreign_keys": [ + [ + 13, + 7 + ], + [ + 32, + 17 + ], + [ + 33, + 24 + ], + [ + 36, + 28 + ], + [ + 37, + 1 + ], + [ + 42, + 11 + ], + [ + 41, + 28 + ], + [ + 47, + 28 + ], + [ + 48, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 11, + 17, + 24, + 28, + 32, + 36, + 41 + ], + "table_names": [ + "addresses", + "services", + "forms", + "individuals", + "organizations", + "parties", + "organization contact individuals", + "party addresses", + "party forms", + "party services" + ], + "table_names_original": [ + "Addresses", + "Services", + "Forms", + "Individuals", + "Organizations", + "Parties", + "Organization_Contact_Individuals", + "Party_Addresses", + "Party_Forms", + "Party_Services" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "driver id" + ], + [ + 0, + "name" + ], + [ + 0, + "party" + ], + [ + 0, + "home city" + ], + [ + 0, + "age" + ], + [ + 1, + "school id" + ], + [ + 1, + "grade" + ], + [ + 1, + "school" + ], + [ + 1, + "location" + ], + [ + 1, + "type" + ], + [ + 2, + "school id" + ], + [ + 2, + "driver id" + ], + [ + 2, + "years working" + ], + [ + 2, + "if full time" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Driver_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Party" + ], + [ + 0, + "Home_city" + ], + [ + 0, + "Age" + ], + [ + 1, + "School_ID" + ], + [ + 1, + "Grade" + ], + [ + 1, + "School" + ], + [ + 1, + "Location" + ], + [ + 1, + "Type" + ], + [ + 2, + "School_ID" + ], + [ + 2, + "Driver_ID" + ], + [ + 2, + "Years_Working" + ], + [ + 2, + "If_full_time" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "others" + ], + "db_id": "school_bus", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 11, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 11 + ], + "table_names": [ + "driver", + "school", + "school bus" + ], + "table_names_original": [ + "driver", + "school", + "school_bus" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "member id" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "age" + ], + [ + 1, + "club id" + ], + [ + 1, + "overall ranking" + ], + [ + 1, + "team leader" + ], + [ + 1, + "club name" + ], + [ + 2, + "club id" + ], + [ + 2, + "member id" + ], + [ + 2, + "year join" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Member_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Nationality" + ], + [ + 0, + "Age" + ], + [ + 1, + "Club_ID" + ], + [ + 1, + "Overall_Ranking" + ], + [ + 1, + "Team_Leader" + ], + [ + 1, + "Club_Name" + ], + [ + 2, + "Club_ID" + ], + [ + 2, + "Member_ID" + ], + [ + 2, + "Year_Join" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "club_leader", + "foreign_keys": [ + [ + 10, + 1 + ], + [ + 9, + 5 + ] + ], + "primary_keys": [ + 1, + 5, + 9 + ], + "table_names": [ + "member", + "club", + "club leader" + ], + "table_names_original": [ + "member", + "club", + "club_leader" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "sailor id" + ], + [ + 0, + "name" + ], + [ + 0, + "rating" + ], + [ + 0, + "age" + ], + [ + 1, + "boat id" + ], + [ + 1, + "name" + ], + [ + 1, + "color" + ], + [ + 2, + "sailor id" + ], + [ + 2, + "boat id" + ], + [ + 2, + "day" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "sid" + ], + [ + 0, + "name" + ], + [ + 0, + "rating" + ], + [ + 0, + "age" + ], + [ + 1, + "bid" + ], + [ + 1, + "name" + ], + [ + 1, + "color" + ], + [ + 2, + "sid" + ], + [ + 2, + "bid" + ], + [ + 2, + "day" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "boat_1", + "foreign_keys": [ + [ + 9, + 5 + ], + [ + 8, + 1 + ] + ], + "primary_keys": [ + 1, + 5 + ], + "table_names": [ + "sailors", + "boats", + "reserves" + ], + "table_names_original": [ + "Sailors", + "Boats", + "Reserves" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "repair id" + ], + [ + 0, + "name" + ], + [ + 0, + "launch date" + ], + [ + 0, + "notes" + ], + [ + 1, + "machine id" + ], + [ + 1, + "making year" + ], + [ + 1, + "class" + ], + [ + 1, + "team" + ], + [ + 1, + "machine series" + ], + [ + 1, + "value points" + ], + [ + 1, + "quality rank" + ], + [ + 2, + "technician id" + ], + [ + 2, + "name" + ], + [ + 2, + "team" + ], + [ + 2, + "starting year" + ], + [ + 2, + "age" + ], + [ + 3, + "technician id" + ], + [ + 3, + "repair id" + ], + [ + 3, + "machine id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "repair_ID" + ], + [ + 0, + "name" + ], + [ + 0, + "Launch_Date" + ], + [ + 0, + "Notes" + ], + [ + 1, + "Machine_ID" + ], + [ + 1, + "Making_Year" + ], + [ + 1, + "Class" + ], + [ + 1, + "Team" + ], + [ + 1, + "Machine_series" + ], + [ + 1, + "value_points" + ], + [ + 1, + "quality_rank" + ], + [ + 2, + "technician_id" + ], + [ + 2, + "Name" + ], + [ + 2, + "Team" + ], + [ + 2, + "Starting_Year" + ], + [ + 2, + "Age" + ], + [ + 3, + "technician_id" + ], + [ + 3, + "repair_ID" + ], + [ + 3, + "Machine_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "machine_repair", + "foreign_keys": [ + [ + 19, + 5 + ], + [ + 18, + 1 + ], + [ + 17, + 12 + ] + ], + "primary_keys": [ + 1, + 5, + 12, + 17 + ], + "table_names": [ + "repair", + "machine", + "technician", + "repair assignment" + ], + "table_names_original": [ + "repair", + "machine", + "technician", + "repair_assignment" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "artist id" + ], + [ + 0, + "name" + ], + [ + 0, + "country" + ], + [ + 0, + "year join" + ], + [ + 0, + "age" + ], + [ + 1, + "exhibition id" + ], + [ + 1, + "year" + ], + [ + 1, + "theme" + ], + [ + 1, + "artist id" + ], + [ + 1, + "ticket price" + ], + [ + 2, + "exhibition id" + ], + [ + 2, + "date" + ], + [ + 2, + "attendance" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Artist_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Country" + ], + [ + 0, + "Year_Join" + ], + [ + 0, + "Age" + ], + [ + 1, + "Exhibition_ID" + ], + [ + 1, + "Year" + ], + [ + 1, + "Theme" + ], + [ + 1, + "Artist_ID" + ], + [ + 1, + "Ticket_Price" + ], + [ + 2, + "Exhibition_ID" + ], + [ + 2, + "Date" + ], + [ + 2, + "Attendance" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "number" + ], + "db_id": "theme_gallery", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 11, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 11 + ], + "table_names": [ + "artist", + "exhibition", + "exhibition record" + ], + "table_names_original": [ + "artist", + "exhibition", + "exhibition_record" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "film id" + ], + [ + 0, + "title" + ], + [ + 0, + "studio" + ], + [ + 0, + "director" + ], + [ + 0, + "gross in dollar" + ], + [ + 1, + "market id" + ], + [ + 1, + "country" + ], + [ + 1, + "number cities" + ], + [ + 2, + "estimation id" + ], + [ + 2, + "low estimate" + ], + [ + 2, + "high estimate" + ], + [ + 2, + "film id" + ], + [ + 2, + "type" + ], + [ + 2, + "market id" + ], + [ + 2, + "year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Film_ID" + ], + [ + 0, + "Title" + ], + [ + 0, + "Studio" + ], + [ + 0, + "Director" + ], + [ + 0, + "Gross_in_dollar" + ], + [ + 1, + "Market_ID" + ], + [ + 1, + "Country" + ], + [ + 1, + "Number_cities" + ], + [ + 2, + "Estimation_ID" + ], + [ + 2, + "Low_Estimate" + ], + [ + 2, + "High_Estimate" + ], + [ + 2, + "Film_ID" + ], + [ + 2, + "Type" + ], + [ + 2, + "Market_ID" + ], + [ + 2, + "Year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "film_rank", + "foreign_keys": [ + [ + 14, + 6 + ], + [ + 12, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 9 + ], + "table_names": [ + "film", + "market", + "film market estimation" + ], + "table_names_original": [ + "film", + "market", + "film_market_estimation" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "region id" + ], + [ + 0, + "region name" + ], + [ + 0, + "date" + ], + [ + 0, + "label" + ], + [ + 0, + "format" + ], + [ + 0, + "catalogue" + ], + [ + 1, + "party id" + ], + [ + 1, + "minister" + ], + [ + 1, + "took office" + ], + [ + 1, + "left office" + ], + [ + 1, + "region id" + ], + [ + 1, + "party name" + ], + [ + 2, + "member id" + ], + [ + 2, + "member name" + ], + [ + 2, + "party id" + ], + [ + 2, + "in office" + ], + [ + 3, + "event id" + ], + [ + 3, + "event name" + ], + [ + 3, + "party id" + ], + [ + 3, + "member in charge id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Region_ID" + ], + [ + 0, + "Region_name" + ], + [ + 0, + "Date" + ], + [ + 0, + "Label" + ], + [ + 0, + "Format" + ], + [ + 0, + "Catalogue" + ], + [ + 1, + "Party_ID" + ], + [ + 1, + "Minister" + ], + [ + 1, + "Took_office" + ], + [ + 1, + "Left_office" + ], + [ + 1, + "Region_ID" + ], + [ + 1, + "Party_name" + ], + [ + 2, + "Member_ID" + ], + [ + 2, + "Member_Name" + ], + [ + 2, + "Party_ID" + ], + [ + 2, + "In_office" + ], + [ + 3, + "Event_ID" + ], + [ + 3, + "Event_Name" + ], + [ + 3, + "Party_ID" + ], + [ + 3, + "Member_in_charge_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "number" + ], + "db_id": "party_people", + "foreign_keys": [ + [ + 11, + 1 + ], + [ + 15, + 7 + ], + [ + 20, + 13 + ], + [ + 19, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 13, + 17 + ], + "table_names": [ + "region", + "party", + "member", + "party events" + ], + "table_names_original": [ + "region", + "party", + "member", + "party_events" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "employee id" + ], + [ + 0, + "name" + ], + [ + 0, + "position" + ], + [ + 0, + "ssn" + ], + [ + 1, + "departmentid" + ], + [ + 1, + "name" + ], + [ + 1, + "head" + ], + [ + 2, + "physician" + ], + [ + 2, + "department" + ], + [ + 2, + "primary affiliation" + ], + [ + 3, + "code" + ], + [ + 3, + "name" + ], + [ + 3, + "cost" + ], + [ + 4, + "physician" + ], + [ + 4, + "treatment" + ], + [ + 4, + "certification date" + ], + [ + 4, + "certification expires" + ], + [ + 5, + "ssn" + ], + [ + 5, + "name" + ], + [ + 5, + "address" + ], + [ + 5, + "phone" + ], + [ + 5, + "insurance id" + ], + [ + 5, + "pcp" + ], + [ + 6, + "employee id" + ], + [ + 6, + "name" + ], + [ + 6, + "position" + ], + [ + 6, + "registered" + ], + [ + 6, + "ssn" + ], + [ + 7, + "appointment id" + ], + [ + 7, + "patient" + ], + [ + 7, + "prep nurse" + ], + [ + 7, + "physician" + ], + [ + 7, + "start" + ], + [ + 7, + "end" + ], + [ + 7, + "examination room" + ], + [ + 8, + "code" + ], + [ + 8, + "name" + ], + [ + 8, + "brand" + ], + [ + 8, + "description" + ], + [ + 9, + "physician" + ], + [ + 9, + "patient" + ], + [ + 9, + "medication" + ], + [ + 9, + "date" + ], + [ + 9, + "appointment" + ], + [ + 9, + "dose" + ], + [ + 10, + "block floor" + ], + [ + 10, + "block code" + ], + [ + 11, + "roomnumber" + ], + [ + 11, + "room type" + ], + [ + 11, + "block floor" + ], + [ + 11, + "block code" + ], + [ + 11, + "unavailable" + ], + [ + 12, + "nurse" + ], + [ + 12, + "block floor" + ], + [ + 12, + "block code" + ], + [ + 12, + "oncall start" + ], + [ + 12, + "oncall end" + ], + [ + 13, + "stay id" + ], + [ + 13, + "patient" + ], + [ + 13, + "room" + ], + [ + 13, + "stay start" + ], + [ + 13, + "stay end" + ], + [ + 14, + "patient" + ], + [ + 14, + "procedures" + ], + [ + 14, + "stay" + ], + [ + 14, + "date undergoes" + ], + [ + 14, + "physician" + ], + [ + 14, + "assisting nurse" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "EmployeeID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Position" + ], + [ + 0, + "SSN" + ], + [ + 1, + "DepartmentID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Head" + ], + [ + 2, + "Physician" + ], + [ + 2, + "Department" + ], + [ + 2, + "PrimaryAffiliation" + ], + [ + 3, + "Code" + ], + [ + 3, + "Name" + ], + [ + 3, + "Cost" + ], + [ + 4, + "Physician" + ], + [ + 4, + "Treatment" + ], + [ + 4, + "CertificationDate" + ], + [ + 4, + "CertificationExpires" + ], + [ + 5, + "SSN" + ], + [ + 5, + "Name" + ], + [ + 5, + "Address" + ], + [ + 5, + "Phone" + ], + [ + 5, + "InsuranceID" + ], + [ + 5, + "PCP" + ], + [ + 6, + "EmployeeID" + ], + [ + 6, + "Name" + ], + [ + 6, + "Position" + ], + [ + 6, + "Registered" + ], + [ + 6, + "SSN" + ], + [ + 7, + "AppointmentID" + ], + [ + 7, + "Patient" + ], + [ + 7, + "PrepNurse" + ], + [ + 7, + "Physician" + ], + [ + 7, + "Start" + ], + [ + 7, + "End" + ], + [ + 7, + "ExaminationRoom" + ], + [ + 8, + "Code" + ], + [ + 8, + "Name" + ], + [ + 8, + "Brand" + ], + [ + 8, + "Description" + ], + [ + 9, + "Physician" + ], + [ + 9, + "Patient" + ], + [ + 9, + "Medication" + ], + [ + 9, + "Date" + ], + [ + 9, + "Appointment" + ], + [ + 9, + "Dose" + ], + [ + 10, + "BlockFloor" + ], + [ + 10, + "BlockCode" + ], + [ + 11, + "RoomNumber" + ], + [ + 11, + "RoomType" + ], + [ + 11, + "BlockFloor" + ], + [ + 11, + "BlockCode" + ], + [ + 11, + "Unavailable" + ], + [ + 12, + "Nurse" + ], + [ + 12, + "BlockFloor" + ], + [ + 12, + "BlockCode" + ], + [ + 12, + "OnCallStart" + ], + [ + 12, + "OnCallEnd" + ], + [ + 13, + "StayID" + ], + [ + 13, + "Patient" + ], + [ + 13, + "Room" + ], + [ + 13, + "StayStart" + ], + [ + 13, + "StayEnd" + ], + [ + 14, + "Patient" + ], + [ + 14, + "Procedures" + ], + [ + 14, + "Stay" + ], + [ + 14, + "DateUndergoes" + ], + [ + 14, + "Physician" + ], + [ + 14, + "AssistingNurse" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "boolean", + "number", + "text", + "number", + "number", + "number", + "time", + "time", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "boolean", + "number", + "number", + "number", + "number", + "number", + "time", + "time", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "time", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "boolean", + "number", + "number", + "number", + "time", + "time", + "number", + "number", + "number", + "time", + "time", + "number", + "number", + "number", + "time", + "number", + "number" + ], + "db_id": "hospital_1", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 9, + 5 + ], + [ + 8, + 1 + ], + [ + 15, + 11 + ], + [ + 14, + 1 + ], + [ + 23, + 1 + ], + [ + 32, + 1 + ], + [ + 31, + 24 + ], + [ + 30, + 18 + ], + [ + 44, + 29 + ], + [ + 42, + 36 + ], + [ + 41, + 18 + ], + [ + 40, + 1 + ], + [ + 50, + 46 + ], + [ + 51, + 47 + ], + [ + 54, + 46 + ], + [ + 55, + 47 + ], + [ + 53, + 24 + ], + [ + 60, + 48 + ], + [ + 59, + 18 + ], + [ + 68, + 24 + ], + [ + 67, + 1 + ], + [ + 65, + 58 + ], + [ + 64, + 11 + ], + [ + 63, + 18 + ] + ], + "primary_keys": [ + 1, + 5, + 8, + 11, + 14, + 18, + 24, + 29, + 36, + 40, + 46, + 48, + 53, + 58, + 63 + ], + "table_names": [ + "physician", + "department", + "affiliated with", + "procedures", + "trained in", + "patient", + "nurse", + "appointment", + "medication", + "prescribes", + "block", + "room", + "on call", + "stay", + "undergoes" + ], + "table_names_original": [ + "Physician", + "Department", + "Affiliated_With", + "Procedures", + "Trained_In", + "Patient", + "Nurse", + "Appointment", + "Medication", + "Prescribes", + "Block", + "Room", + "On_Call", + "Stay", + "Undergoes" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "premise id" + ], + [ + 0, + "premises type" + ], + [ + 0, + "premise details" + ], + [ + 1, + "product id" + ], + [ + 1, + "product category" + ], + [ + 1, + "product name" + ], + [ + 2, + "customer id" + ], + [ + 2, + "payment method" + ], + [ + 2, + "customer name" + ], + [ + 2, + "customer phone" + ], + [ + 2, + "customer email" + ], + [ + 2, + "customer address" + ], + [ + 2, + "customer login" + ], + [ + 2, + "customer password" + ], + [ + 3, + "mailshot id" + ], + [ + 3, + "product category" + ], + [ + 3, + "mailshot name" + ], + [ + 3, + "mailshot start date" + ], + [ + 3, + "mailshot end date" + ], + [ + 4, + "customer id" + ], + [ + 4, + "premise id" + ], + [ + 4, + "date address from" + ], + [ + 4, + "address type code" + ], + [ + 4, + "date address to" + ], + [ + 5, + "order id" + ], + [ + 5, + "customer id" + ], + [ + 5, + "order status code" + ], + [ + 5, + "shipping method code" + ], + [ + 5, + "order placed datetime" + ], + [ + 5, + "order delivered datetime" + ], + [ + 5, + "order shipping charges" + ], + [ + 6, + "mailshot id" + ], + [ + 6, + "customer id" + ], + [ + 6, + "outcome code" + ], + [ + 6, + "mailshot customer date" + ], + [ + 7, + "item id" + ], + [ + 7, + "order item status code" + ], + [ + 7, + "order id" + ], + [ + 7, + "product id" + ], + [ + 7, + "item status code" + ], + [ + 7, + "item delivered datetime" + ], + [ + 7, + "item order quantity" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "premise_id" + ], + [ + 0, + "premises_type" + ], + [ + 0, + "premise_details" + ], + [ + 1, + "product_id" + ], + [ + 1, + "product_category" + ], + [ + 1, + "product_name" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "payment_method" + ], + [ + 2, + "customer_name" + ], + [ + 2, + "customer_phone" + ], + [ + 2, + "customer_email" + ], + [ + 2, + "customer_address" + ], + [ + 2, + "customer_login" + ], + [ + 2, + "customer_password" + ], + [ + 3, + "mailshot_id" + ], + [ + 3, + "product_category" + ], + [ + 3, + "mailshot_name" + ], + [ + 3, + "mailshot_start_date" + ], + [ + 3, + "mailshot_end_date" + ], + [ + 4, + "customer_id" + ], + [ + 4, + "premise_id" + ], + [ + 4, + "date_address_from" + ], + [ + 4, + "address_type_code" + ], + [ + 4, + "date_address_to" + ], + [ + 5, + "order_id" + ], + [ + 5, + "customer_id" + ], + [ + 5, + "order_status_code" + ], + [ + 5, + "shipping_method_code" + ], + [ + 5, + "order_placed_datetime" + ], + [ + 5, + "order_delivered_datetime" + ], + [ + 5, + "order_shipping_charges" + ], + [ + 6, + "mailshot_id" + ], + [ + 6, + "customer_id" + ], + [ + 6, + "outcome_code" + ], + [ + 6, + "mailshot_customer_date" + ], + [ + 7, + "item_id" + ], + [ + 7, + "order_item_status_code" + ], + [ + 7, + "order_id" + ], + [ + 7, + "product_id" + ], + [ + 7, + "item_status_code" + ], + [ + 7, + "item_delivered_datetime" + ], + [ + 7, + "item_order_quantity" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "time", + "time", + "number", + "number", + "time", + "text", + "time", + "number", + "number", + "text", + "text", + "time", + "time", + "text", + "number", + "number", + "text", + "time", + "number", + "text", + "number", + "number", + "text", + "time", + "text" + ], + "db_id": "customers_campaigns_ecommerce", + "foreign_keys": [ + [ + 20, + 7 + ], + [ + 21, + 1 + ], + [ + 26, + 7 + ], + [ + 32, + 15 + ], + [ + 33, + 7 + ], + [ + 38, + 25 + ], + [ + 39, + 4 + ] + ], + "primary_keys": [ + 1, + 4, + 7, + 15, + 25 + ], + "table_names": [ + "premises", + "products", + "customers", + "mailshot campaigns", + "customer addresses", + "customer orders", + "mailshot customers", + "order items" + ], + "table_names_original": [ + "Premises", + "Products", + "Customers", + "Mailshot_Campaigns", + "Customer_Addresses", + "Customer_Orders", + "Mailshot_Customers", + "Order_Items" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "gymnast id" + ], + [ + 0, + "floor exercise points" + ], + [ + 0, + "pommel horse points" + ], + [ + 0, + "rings points" + ], + [ + 0, + "vault points" + ], + [ + 0, + "parallel bars points" + ], + [ + 0, + "horizontal bar points" + ], + [ + 0, + "total points" + ], + [ + 1, + "people id" + ], + [ + 1, + "name" + ], + [ + 1, + "age" + ], + [ + 1, + "height" + ], + [ + 1, + "hometown" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Gymnast_ID" + ], + [ + 0, + "Floor_Exercise_Points" + ], + [ + 0, + "Pommel_Horse_Points" + ], + [ + 0, + "Rings_Points" + ], + [ + 0, + "Vault_Points" + ], + [ + 0, + "Parallel_Bars_Points" + ], + [ + 0, + "Horizontal_Bar_Points" + ], + [ + 0, + "Total_Points" + ], + [ + 1, + "People_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Age" + ], + [ + 1, + "Height" + ], + [ + 1, + "Hometown" + ] + ], + "column_types": [ + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "gymnast", + "foreign_keys": [ + [ + 1, + 9 + ] + ], + "primary_keys": [ + 1, + 9 + ], + "table_names": [ + "gymnast", + "people" + ], + "table_names_original": [ + "gymnast", + "people" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "city name" + ], + [ + 0, + "county" + ], + [ + 0, + "region" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "food type" + ], + [ + 1, + "city name" + ], + [ + 1, + "rating" + ], + [ + 2, + "restaurant id" + ], + [ + 2, + "house number" + ], + [ + 2, + "street name" + ], + [ + 2, + "city name" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "CITY_NAME" + ], + [ + 0, + "COUNTY" + ], + [ + 0, + "REGION" + ], + [ + 1, + "ID" + ], + [ + 1, + "NAME" + ], + [ + 1, + "FOOD_TYPE" + ], + [ + 1, + "CITY_NAME" + ], + [ + 1, + "RATING" + ], + [ + 2, + "RESTAURANT_ID" + ], + [ + 2, + "HOUSE_NUMBER" + ], + [ + 2, + "STREET_NAME" + ], + [ + 2, + "CITY_NAME" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text" + ], + "db_id": "restaurants", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 12, + 1 + ] + ], + "primary_keys": [ + 1, + 4, + 9 + ], + "table_names": [ + "geographic", + "restaurant", + "location" + ], + "table_names_original": [ + "GEOGRAPHIC", + "RESTAURANT", + "LOCATION" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "employee id" + ], + [ + 0, + "name" + ], + [ + 0, + "position" + ], + [ + 0, + "salary" + ], + [ + 0, + "remarks" + ], + [ + 1, + "planet id" + ], + [ + 1, + "name" + ], + [ + 1, + "coordinates" + ], + [ + 2, + "shipment id" + ], + [ + 2, + "date" + ], + [ + 2, + "manager" + ], + [ + 2, + "planet" + ], + [ + 3, + "employee" + ], + [ + 3, + "planet" + ], + [ + 3, + "level" + ], + [ + 4, + "account number" + ], + [ + 4, + "name" + ], + [ + 5, + "shipment" + ], + [ + 5, + "package number" + ], + [ + 5, + "contents" + ], + [ + 5, + "weight" + ], + [ + 5, + "sender" + ], + [ + 5, + "recipient" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "EmployeeID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Position" + ], + [ + 0, + "Salary" + ], + [ + 0, + "Remarks" + ], + [ + 1, + "PlanetID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Coordinates" + ], + [ + 2, + "ShipmentID" + ], + [ + 2, + "Date" + ], + [ + 2, + "Manager" + ], + [ + 2, + "Planet" + ], + [ + 3, + "Employee" + ], + [ + 3, + "Planet" + ], + [ + 3, + "Level" + ], + [ + 4, + "AccountNumber" + ], + [ + 4, + "Name" + ], + [ + 5, + "Shipment" + ], + [ + 5, + "PackageNumber" + ], + [ + 5, + "Contents" + ], + [ + 5, + "Weight" + ], + [ + 5, + "Sender" + ], + [ + 5, + "Recipient" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "time", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "planet_1", + "foreign_keys": [ + [ + 12, + 6 + ], + [ + 11, + 1 + ], + [ + 14, + 6 + ], + [ + 13, + 1 + ], + [ + 23, + 16 + ], + [ + 22, + 16 + ], + [ + 18, + 9 + ] + ], + "primary_keys": [ + 1, + 6, + 9, + 13, + 16, + 18 + ], + "table_names": [ + "employee", + "planet", + "shipment", + "has clearance", + "client", + "package" + ], + "table_names_original": [ + "Employee", + "Planet", + "Shipment", + "Has_Clearance", + "Client", + "Package" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "height" + ], + [ + 0, + "prominence" + ], + [ + 0, + "range" + ], + [ + 0, + "country" + ], + [ + 1, + "id" + ], + [ + 1, + "brand" + ], + [ + 1, + "name" + ], + [ + 1, + "focal length mm" + ], + [ + 1, + "max aperture" + ], + [ + 2, + "id" + ], + [ + 2, + "camera lens id" + ], + [ + 2, + "mountain id" + ], + [ + 2, + "color" + ], + [ + 2, + "name" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "Height" + ], + [ + 0, + "Prominence" + ], + [ + 0, + "Range" + ], + [ + 0, + "Country" + ], + [ + 1, + "id" + ], + [ + 1, + "brand" + ], + [ + 1, + "name" + ], + [ + 1, + "focal_length_mm" + ], + [ + 1, + "max_aperture" + ], + [ + 2, + "id" + ], + [ + 2, + "camera_lens_id" + ], + [ + 2, + "mountain_id" + ], + [ + 2, + "color" + ], + [ + 2, + "name" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text" + ], + "db_id": "mountain_photos", + "foreign_keys": [ + [ + 14, + 1 + ], + [ + 13, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 12 + ], + "table_names": [ + "mountain", + "camera lens", + "photos" + ], + "table_names_original": [ + "mountain", + "camera_lens", + "photos" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "date" + ], + [ + 0, + "bulgarian commander" + ], + [ + 0, + "latin commander" + ], + [ + 0, + "result" + ], + [ + 1, + "lost in battle" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "tonnage" + ], + [ + 1, + "ship type" + ], + [ + 1, + "location" + ], + [ + 1, + "disposition of ship" + ], + [ + 2, + "caused by ship id" + ], + [ + 2, + "id" + ], + [ + 2, + "note" + ], + [ + 2, + "killed" + ], + [ + 2, + "injured" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "date" + ], + [ + 0, + "bulgarian_commander" + ], + [ + 0, + "latin_commander" + ], + [ + 0, + "result" + ], + [ + 1, + "lost_in_battle" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "tonnage" + ], + [ + 1, + "ship_type" + ], + [ + 1, + "location" + ], + [ + 1, + "disposition_of_ship" + ], + [ + 2, + "caused_by_ship_id" + ], + [ + 2, + "id" + ], + [ + 2, + "note" + ], + [ + 2, + "killed" + ], + [ + 2, + "injured" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "battle_death", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 14, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 15 + ], + "table_names": [ + "battle", + "ship", + "death" + ], + "table_names_original": [ + "battle", + "ship", + "death" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "document type code" + ], + [ + 0, + "document type description" + ], + [ + 1, + "role code" + ], + [ + 1, + "role description" + ], + [ + 2, + "address id" + ], + [ + 2, + "address details" + ], + [ + 3, + "document status code" + ], + [ + 3, + "document status description" + ], + [ + 4, + "shipping agent code" + ], + [ + 4, + "shipping agent name" + ], + [ + 4, + "shipping agent description" + ], + [ + 5, + "document id" + ], + [ + 5, + "document status code" + ], + [ + 5, + "document type code" + ], + [ + 5, + "shipping agent code" + ], + [ + 5, + "receipt date" + ], + [ + 5, + "receipt number" + ], + [ + 5, + "other details" + ], + [ + 6, + "employee id" + ], + [ + 6, + "role code" + ], + [ + 6, + "employee name" + ], + [ + 6, + "other details" + ], + [ + 7, + "document id" + ], + [ + 7, + "draft number" + ], + [ + 7, + "draft details" + ], + [ + 8, + "document id" + ], + [ + 8, + "draft number" + ], + [ + 8, + "copy number" + ], + [ + 9, + "document id" + ], + [ + 9, + "draft number" + ], + [ + 9, + "copy number" + ], + [ + 9, + "employee id" + ], + [ + 10, + "document id" + ], + [ + 10, + "mailed to address id" + ], + [ + 10, + "mailing date" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "document_type_code" + ], + [ + 0, + "document_type_description" + ], + [ + 1, + "role_code" + ], + [ + 1, + "role_description" + ], + [ + 2, + "address_id" + ], + [ + 2, + "address_details" + ], + [ + 3, + "document_status_code" + ], + [ + 3, + "document_status_description" + ], + [ + 4, + "shipping_agent_code" + ], + [ + 4, + "shipping_agent_name" + ], + [ + 4, + "shipping_agent_description" + ], + [ + 5, + "document_id" + ], + [ + 5, + "document_status_code" + ], + [ + 5, + "document_type_code" + ], + [ + 5, + "shipping_agent_code" + ], + [ + 5, + "receipt_date" + ], + [ + 5, + "receipt_number" + ], + [ + 5, + "other_details" + ], + [ + 6, + "employee_id" + ], + [ + 6, + "role_code" + ], + [ + 6, + "employee_name" + ], + [ + 6, + "other_details" + ], + [ + 7, + "document_id" + ], + [ + 7, + "draft_number" + ], + [ + 7, + "draft_details" + ], + [ + 8, + "document_id" + ], + [ + 8, + "draft_number" + ], + [ + 8, + "copy_number" + ], + [ + 9, + "document_id" + ], + [ + 9, + "draft_number" + ], + [ + 9, + "copy_number" + ], + [ + 9, + "employee_id" + ], + [ + 10, + "document_id" + ], + [ + 10, + "mailed_to_address_id" + ], + [ + 10, + "mailing_date" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "time", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "time" + ], + "db_id": "cre_Doc_Control_Systems", + "foreign_keys": [ + [ + 15, + 9 + ], + [ + 13, + 7 + ], + [ + 14, + 1 + ], + [ + 20, + 3 + ], + [ + 23, + 12 + ], + [ + 26, + 23 + ], + [ + 27, + 24 + ], + [ + 32, + 19 + ], + [ + 29, + 26 + ], + [ + 30, + 27 + ], + [ + 31, + 28 + ], + [ + 34, + 5 + ], + [ + 33, + 12 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 7, + 9, + 12, + 19, + 23, + 26, + 29, + 33 + ], + "table_names": [ + "reference document types", + "roles", + "addresses", + "reference document status", + "reference shipping agents", + "documents", + "employees", + "document drafts", + "draft copies", + "circulation history", + "documents mailed" + ], + "table_names_original": [ + "Ref_Document_Types", + "Roles", + "Addresses", + "Ref_Document_Status", + "Ref_Shipping_Agents", + "Documents", + "Employees", + "Document_Drafts", + "Draft_Copies", + "Circulation_History", + "Documents_Mailed" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "investor id" + ], + [ + 0, + "investor details" + ], + [ + 1, + "lot id" + ], + [ + 1, + "investor id" + ], + [ + 1, + "lot details" + ], + [ + 2, + "transaction type code" + ], + [ + 2, + "transaction type description" + ], + [ + 3, + "transaction id" + ], + [ + 3, + "investor id" + ], + [ + 3, + "transaction type code" + ], + [ + 3, + "date of transaction" + ], + [ + 3, + "amount of transaction" + ], + [ + 3, + "share count" + ], + [ + 3, + "other details" + ], + [ + 4, + "sales transaction id" + ], + [ + 4, + "sales details" + ], + [ + 5, + "purchase transaction id" + ], + [ + 5, + "purchase details" + ], + [ + 6, + "transaction id" + ], + [ + 6, + "lot id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "investor_id" + ], + [ + 0, + "Investor_details" + ], + [ + 1, + "lot_id" + ], + [ + 1, + "investor_id" + ], + [ + 1, + "lot_details" + ], + [ + 2, + "transaction_type_code" + ], + [ + 2, + "transaction_type_description" + ], + [ + 3, + "transaction_id" + ], + [ + 3, + "investor_id" + ], + [ + 3, + "transaction_type_code" + ], + [ + 3, + "date_of_transaction" + ], + [ + 3, + "amount_of_transaction" + ], + [ + 3, + "share_count" + ], + [ + 3, + "other_details" + ], + [ + 4, + "sales_transaction_id" + ], + [ + 4, + "sales_details" + ], + [ + 5, + "purchase_transaction_id" + ], + [ + 5, + "purchase_details" + ], + [ + 6, + "transaction_id" + ], + [ + 6, + "lot_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "time", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "number" + ], + "db_id": "tracking_share_transactions", + "foreign_keys": [ + [ + 4, + 1 + ], + [ + 10, + 6 + ], + [ + 9, + 1 + ], + [ + 15, + 8 + ], + [ + 17, + 8 + ], + [ + 19, + 8 + ], + [ + 20, + 3 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 8, + 15 + ], + "table_names": [ + "investors", + "lots", + "reference transaction types", + "transactions", + "sales", + "purchases", + "transactions lots" + ], + "table_names_original": [ + "Investors", + "Lots", + "Ref_Transaction_Types", + "Transactions", + "Sales", + "Purchases", + "Transactions_Lots" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "building id" + ], + [ + 0, + "building short name" + ], + [ + 0, + "building full name" + ], + [ + 0, + "building description" + ], + [ + 0, + "building address" + ], + [ + 0, + "building manager" + ], + [ + 0, + "building phone" + ], + [ + 1, + "apartment id" + ], + [ + 1, + "building id" + ], + [ + 1, + "apartment type code" + ], + [ + 1, + "apartment number" + ], + [ + 1, + "bathroom count" + ], + [ + 1, + "bedroom count" + ], + [ + 1, + "room count" + ], + [ + 2, + "apartment id" + ], + [ + 2, + "facility code" + ], + [ + 3, + "guest id" + ], + [ + 3, + "gender code" + ], + [ + 3, + "guest first name" + ], + [ + 3, + "guest last name" + ], + [ + 3, + "date of birth" + ], + [ + 4, + "apartment booking id" + ], + [ + 4, + "apartment id" + ], + [ + 4, + "guest id" + ], + [ + 4, + "booking status code" + ], + [ + 4, + "booking start date" + ], + [ + 4, + "booking end date" + ], + [ + 5, + "apartment id" + ], + [ + 5, + "apartment booking id" + ], + [ + 5, + "status date" + ], + [ + 5, + "available yes or no" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "building_id" + ], + [ + 0, + "building_short_name" + ], + [ + 0, + "building_full_name" + ], + [ + 0, + "building_description" + ], + [ + 0, + "building_address" + ], + [ + 0, + "building_manager" + ], + [ + 0, + "building_phone" + ], + [ + 1, + "apt_id" + ], + [ + 1, + "building_id" + ], + [ + 1, + "apt_type_code" + ], + [ + 1, + "apt_number" + ], + [ + 1, + "bathroom_count" + ], + [ + 1, + "bedroom_count" + ], + [ + 1, + "room_count" + ], + [ + 2, + "apt_id" + ], + [ + 2, + "facility_code" + ], + [ + 3, + "guest_id" + ], + [ + 3, + "gender_code" + ], + [ + 3, + "guest_first_name" + ], + [ + 3, + "guest_last_name" + ], + [ + 3, + "date_of_birth" + ], + [ + 4, + "apt_booking_id" + ], + [ + 4, + "apt_id" + ], + [ + 4, + "guest_id" + ], + [ + 4, + "booking_status_code" + ], + [ + 4, + "booking_start_date" + ], + [ + 4, + "booking_end_date" + ], + [ + 5, + "apt_id" + ], + [ + 5, + "apt_booking_id" + ], + [ + 5, + "status_date" + ], + [ + 5, + "available_yn" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "time", + "number", + "number", + "number", + "text", + "time", + "time", + "number", + "number", + "time", + "others" + ], + "db_id": "apartment_rentals", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 15, + 8 + ], + [ + 24, + 17 + ], + [ + 23, + 8 + ], + [ + 29, + 22 + ], + [ + 28, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 15, + 17, + 22, + 30 + ], + "table_names": [ + "apartment buildings", + "apartments", + "apartment facilities", + "guests", + "apartment bookings", + "view unit status" + ], + "table_names_original": [ + "Apartment_Buildings", + "Apartments", + "Apartment_Facilities", + "Guests", + "Apartment_Bookings", + "View_Unit_Status" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "line 1" + ], + [ + 0, + "line 2" + ], + [ + 0, + "line 3" + ], + [ + 0, + "city" + ], + [ + 0, + "zip postcode" + ], + [ + 0, + "state province county" + ], + [ + 0, + "country" + ], + [ + 0, + "other address details" + ], + [ + 1, + "course id" + ], + [ + 1, + "course name" + ], + [ + 1, + "course description" + ], + [ + 1, + "other details" + ], + [ + 2, + "department id" + ], + [ + 2, + "department name" + ], + [ + 2, + "department description" + ], + [ + 2, + "other details" + ], + [ + 3, + "degree program id" + ], + [ + 3, + "department id" + ], + [ + 3, + "degree summary name" + ], + [ + 3, + "degree summary description" + ], + [ + 3, + "other details" + ], + [ + 4, + "section id" + ], + [ + 4, + "course id" + ], + [ + 4, + "section name" + ], + [ + 4, + "section description" + ], + [ + 4, + "other details" + ], + [ + 5, + "semester id" + ], + [ + 5, + "semester name" + ], + [ + 5, + "semester description" + ], + [ + 5, + "other details" + ], + [ + 6, + "student id" + ], + [ + 6, + "current address id" + ], + [ + 6, + "permanent address id" + ], + [ + 6, + "first name" + ], + [ + 6, + "middle name" + ], + [ + 6, + "last name" + ], + [ + 6, + "cell mobile number" + ], + [ + 6, + "email address" + ], + [ + 6, + "ssn" + ], + [ + 6, + "date first registered" + ], + [ + 6, + "date left" + ], + [ + 6, + "other student details" + ], + [ + 7, + "student enrolment id" + ], + [ + 7, + "degree program id" + ], + [ + 7, + "semester id" + ], + [ + 7, + "student id" + ], + [ + 7, + "other details" + ], + [ + 8, + "student course id" + ], + [ + 8, + "course id" + ], + [ + 8, + "student enrolment id" + ], + [ + 9, + "transcript id" + ], + [ + 9, + "transcript date" + ], + [ + 9, + "other details" + ], + [ + 10, + "student course id" + ], + [ + 10, + "transcript id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_id" + ], + [ + 0, + "line_1" + ], + [ + 0, + "line_2" + ], + [ + 0, + "line_3" + ], + [ + 0, + "city" + ], + [ + 0, + "zip_postcode" + ], + [ + 0, + "state_province_county" + ], + [ + 0, + "country" + ], + [ + 0, + "other_address_details" + ], + [ + 1, + "course_id" + ], + [ + 1, + "course_name" + ], + [ + 1, + "course_description" + ], + [ + 1, + "other_details" + ], + [ + 2, + "department_id" + ], + [ + 2, + "department_name" + ], + [ + 2, + "department_description" + ], + [ + 2, + "other_details" + ], + [ + 3, + "degree_program_id" + ], + [ + 3, + "department_id" + ], + [ + 3, + "degree_summary_name" + ], + [ + 3, + "degree_summary_description" + ], + [ + 3, + "other_details" + ], + [ + 4, + "section_id" + ], + [ + 4, + "course_id" + ], + [ + 4, + "section_name" + ], + [ + 4, + "section_description" + ], + [ + 4, + "other_details" + ], + [ + 5, + "semester_id" + ], + [ + 5, + "semester_name" + ], + [ + 5, + "semester_description" + ], + [ + 5, + "other_details" + ], + [ + 6, + "student_id" + ], + [ + 6, + "current_address_id" + ], + [ + 6, + "permanent_address_id" + ], + [ + 6, + "first_name" + ], + [ + 6, + "middle_name" + ], + [ + 6, + "last_name" + ], + [ + 6, + "cell_mobile_number" + ], + [ + 6, + "email_address" + ], + [ + 6, + "ssn" + ], + [ + 6, + "date_first_registered" + ], + [ + 6, + "date_left" + ], + [ + 6, + "other_student_details" + ], + [ + 7, + "student_enrolment_id" + ], + [ + 7, + "degree_program_id" + ], + [ + 7, + "semester_id" + ], + [ + 7, + "student_id" + ], + [ + 7, + "other_details" + ], + [ + 8, + "student_course_id" + ], + [ + 8, + "course_id" + ], + [ + 8, + "student_enrolment_id" + ], + [ + 9, + "transcript_id" + ], + [ + 9, + "transcript_date" + ], + [ + 9, + "other_details" + ], + [ + 10, + "student_course_id" + ], + [ + 10, + "transcript_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "time", + "time", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "time", + "text", + "number", + "number" + ], + "db_id": "student_transcripts_tracking", + "foreign_keys": [ + [ + 19, + 14 + ], + [ + 24, + 10 + ], + [ + 34, + 1 + ], + [ + 33, + 1 + ], + [ + 47, + 32 + ], + [ + 46, + 28 + ], + [ + 45, + 18 + ], + [ + 51, + 44 + ], + [ + 50, + 10 + ], + [ + 56, + 52 + ], + [ + 55, + 49 + ] + ], + "primary_keys": [ + 1, + 10, + 14, + 18, + 23, + 28, + 32, + 44, + 49, + 52 + ], + "table_names": [ + "addresses", + "courses", + "departments", + "degree programs", + "sections", + "semesters", + "students", + "student enrolment", + "student enrolment courses", + "transcripts", + "transcript contents" + ], + "table_names_original": [ + "Addresses", + "Courses", + "Departments", + "Degree_Programs", + "Sections", + "Semesters", + "Students", + "Student_Enrolment", + "Student_Enrolment_Courses", + "Transcripts", + "Transcript_Contents" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "document type code" + ], + [ + 0, + "document type name" + ], + [ + 0, + "document type description" + ], + [ + 1, + "budget type code" + ], + [ + 1, + "budget type description" + ], + [ + 2, + "project id" + ], + [ + 2, + "project details" + ], + [ + 3, + "document id" + ], + [ + 3, + "document type code" + ], + [ + 3, + "project id" + ], + [ + 3, + "document date" + ], + [ + 3, + "document name" + ], + [ + 3, + "document description" + ], + [ + 3, + "other details" + ], + [ + 4, + "statement id" + ], + [ + 4, + "statement details" + ], + [ + 5, + "document id" + ], + [ + 5, + "budget type code" + ], + [ + 5, + "document details" + ], + [ + 6, + "account id" + ], + [ + 6, + "statement id" + ], + [ + 6, + "account details" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Document_Type_Code" + ], + [ + 0, + "Document_Type_Name" + ], + [ + 0, + "Document_Type_Description" + ], + [ + 1, + "Budget_Type_Code" + ], + [ + 1, + "Budget_Type_Description" + ], + [ + 2, + "Project_ID" + ], + [ + 2, + "Project_Details" + ], + [ + 3, + "Document_ID" + ], + [ + 3, + "Document_Type_Code" + ], + [ + 3, + "Project_ID" + ], + [ + 3, + "Document_Date" + ], + [ + 3, + "Document_Name" + ], + [ + 3, + "Document_Description" + ], + [ + 3, + "Other_Details" + ], + [ + 4, + "Statement_ID" + ], + [ + 4, + "Statement_Details" + ], + [ + 5, + "Document_ID" + ], + [ + 5, + "Budget_Type_Code" + ], + [ + 5, + "Document_Details" + ], + [ + 6, + "Account_ID" + ], + [ + 6, + "Statement_ID" + ], + [ + 6, + "Account_Details" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "time", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "cre_Docs_and_Epenses", + "foreign_keys": [ + [ + 10, + 6 + ], + [ + 9, + 1 + ], + [ + 15, + 8 + ], + [ + 17, + 8 + ], + [ + 18, + 4 + ], + [ + 21, + 15 + ] + ], + "primary_keys": [ + 1, + 4, + 6, + 8, + 15, + 17, + 20 + ], + "table_names": [ + "reference document types", + "reference budget codes", + "projects", + "documents", + "statements", + "documents with expenses", + "accounts" + ], + "table_names_original": [ + "Ref_Document_Types", + "Ref_Budget_Codes", + "Projects", + "Documents", + "Statements", + "Documents_with_Expenses", + "Accounts" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "mission id" + ], + [ + 0, + "ship id" + ], + [ + 0, + "code" + ], + [ + 0, + "launched year" + ], + [ + 0, + "location" + ], + [ + 0, + "speed knots" + ], + [ + 0, + "fate" + ], + [ + 1, + "ship id" + ], + [ + 1, + "name" + ], + [ + 1, + "type" + ], + [ + 1, + "nationality" + ], + [ + 1, + "tonnage" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Mission_ID" + ], + [ + 0, + "Ship_ID" + ], + [ + 0, + "Code" + ], + [ + 0, + "Launched_Year" + ], + [ + 0, + "Location" + ], + [ + 0, + "Speed_knots" + ], + [ + 0, + "Fate" + ], + [ + 1, + "Ship_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Type" + ], + [ + 1, + "Nationality" + ], + [ + 1, + "Tonnage" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "number" + ], + "db_id": "ship_mission", + "foreign_keys": [ + [ + 2, + 8 + ] + ], + "primary_keys": [ + 1, + 8 + ], + "table_names": [ + "mission", + "ship" + ], + "table_names_original": [ + "mission", + "ship" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "city" + ], + [ + 0, + "height" + ], + [ + 0, + "stories" + ], + [ + 0, + "status" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "headquarters" + ], + [ + 1, + "industry" + ], + [ + 1, + "sales billion" + ], + [ + 1, + "profits billion" + ], + [ + 1, + "assets billion" + ], + [ + 1, + "market value billion" + ], + [ + 2, + "building id" + ], + [ + 2, + "company id" + ], + [ + 2, + "move in year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "City" + ], + [ + 0, + "Height" + ], + [ + 0, + "Stories" + ], + [ + 0, + "Status" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "Headquarters" + ], + [ + 1, + "Industry" + ], + [ + 1, + "Sales_billion" + ], + [ + 1, + "Profits_billion" + ], + [ + 1, + "Assets_billion" + ], + [ + 1, + "Market_Value_billion" + ], + [ + 2, + "building_id" + ], + [ + 2, + "company_id" + ], + [ + 2, + "move_in_year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "company_office", + "foreign_keys": [ + [ + 16, + 7 + ], + [ + 15, + 1 + ] + ], + "primary_keys": [ + 1, + 7, + 15 + ], + "table_names": [ + "buildings", + "companies", + "office locations" + ], + "table_names_original": [ + "buildings", + "Companies", + "Office_locations" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "problem category code" + ], + [ + 0, + "problem category description" + ], + [ + 1, + "problem log id" + ], + [ + 1, + "assigned to staff id" + ], + [ + 1, + "problem id" + ], + [ + 1, + "problem category code" + ], + [ + 1, + "problem status code" + ], + [ + 1, + "log entry date" + ], + [ + 1, + "log entry description" + ], + [ + 1, + "log entry fix" + ], + [ + 1, + "other log details" + ], + [ + 2, + "problem status code" + ], + [ + 2, + "problem status description" + ], + [ + 3, + "product id" + ], + [ + 3, + "product name" + ], + [ + 3, + "product details" + ], + [ + 4, + "staff id" + ], + [ + 4, + "staff first name" + ], + [ + 4, + "staff last name" + ], + [ + 4, + "other staff details" + ], + [ + 5, + "problem id" + ], + [ + 5, + "product id" + ], + [ + 5, + "closure authorised by staff id" + ], + [ + 5, + "reported by staff id" + ], + [ + 5, + "date problem reported" + ], + [ + 5, + "date problem closed" + ], + [ + 5, + "problem description" + ], + [ + 5, + "other problem details" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "problem_category_code" + ], + [ + 0, + "problem_category_description" + ], + [ + 1, + "problem_log_id" + ], + [ + 1, + "assigned_to_staff_id" + ], + [ + 1, + "problem_id" + ], + [ + 1, + "problem_category_code" + ], + [ + 1, + "problem_status_code" + ], + [ + 1, + "log_entry_date" + ], + [ + 1, + "log_entry_description" + ], + [ + 1, + "log_entry_fix" + ], + [ + 1, + "other_log_details" + ], + [ + 2, + "problem_status_code" + ], + [ + 2, + "problem_status_description" + ], + [ + 3, + "product_id" + ], + [ + 3, + "product_name" + ], + [ + 3, + "product_details" + ], + [ + 4, + "staff_id" + ], + [ + 4, + "staff_first_name" + ], + [ + 4, + "staff_last_name" + ], + [ + 4, + "other_staff_details" + ], + [ + 5, + "problem_id" + ], + [ + 5, + "product_id" + ], + [ + 5, + "closure_authorised_by_staff_id" + ], + [ + 5, + "reported_by_staff_id" + ], + [ + 5, + "date_problem_reported" + ], + [ + 5, + "date_problem_closed" + ], + [ + 5, + "problem_description" + ], + [ + 5, + "other_problem_details" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "time", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "time", + "time", + "text", + "text" + ], + "db_id": "tracking_software_problems", + "foreign_keys": [ + [ + 7, + 12 + ], + [ + 5, + 21 + ], + [ + 4, + 17 + ], + [ + 6, + 1 + ], + [ + 24, + 17 + ], + [ + 22, + 14 + ], + [ + 23, + 17 + ] + ], + "primary_keys": [ + 1, + 3, + 12, + 14, + 17, + 21 + ], + "table_names": [ + "problem category codes", + "problem log", + "problem status codes", + "product", + "staff", + "problems" + ], + "table_names_original": [ + "Problem_Category_Codes", + "Problem_Log", + "Problem_Status_Codes", + "Product", + "Staff", + "Problems" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "characteristic type code" + ], + [ + 0, + "characteristic type description" + ], + [ + 1, + "color code" + ], + [ + 1, + "color description" + ], + [ + 2, + "product category code" + ], + [ + 2, + "product category description" + ], + [ + 2, + "unit of measure" + ], + [ + 3, + "characteristic id" + ], + [ + 3, + "characteristic type code" + ], + [ + 3, + "characteristic data type" + ], + [ + 3, + "characteristic name" + ], + [ + 3, + "other characteristic details" + ], + [ + 4, + "product id" + ], + [ + 4, + "color code" + ], + [ + 4, + "product category code" + ], + [ + 4, + "product name" + ], + [ + 4, + "typical buying price" + ], + [ + 4, + "typical selling price" + ], + [ + 4, + "product description" + ], + [ + 4, + "other product details" + ], + [ + 5, + "product id" + ], + [ + 5, + "characteristic id" + ], + [ + 5, + "product characteristic value" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "characteristic_type_code" + ], + [ + 0, + "characteristic_type_description" + ], + [ + 1, + "color_code" + ], + [ + 1, + "color_description" + ], + [ + 2, + "product_category_code" + ], + [ + 2, + "product_category_description" + ], + [ + 2, + "unit_of_measure" + ], + [ + 3, + "characteristic_id" + ], + [ + 3, + "characteristic_type_code" + ], + [ + 3, + "characteristic_data_type" + ], + [ + 3, + "characteristic_name" + ], + [ + 3, + "other_characteristic_details" + ], + [ + 4, + "product_id" + ], + [ + 4, + "color_code" + ], + [ + 4, + "product_category_code" + ], + [ + 4, + "product_name" + ], + [ + 4, + "typical_buying_price" + ], + [ + 4, + "typical_selling_price" + ], + [ + 4, + "product_description" + ], + [ + 4, + "other_product_details" + ], + [ + 5, + "product_id" + ], + [ + 5, + "characteristic_id" + ], + [ + 5, + "product_characteristic_value" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "products_gen_characteristics", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 14, + 3 + ], + [ + 15, + 5 + ], + [ + 21, + 13 + ], + [ + 22, + 8 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 8, + 13 + ], + "table_names": [ + "reference characteristic types", + "reference colors", + "reference product categories", + "characteristics", + "products", + "product characteristics" + ], + "table_names_original": [ + "Ref_Characteristic_Types", + "Ref_Colors", + "Ref_Product_Categories", + "Characteristics", + "Products", + "Product_Characteristics" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "document subset id" + ], + [ + 0, + "document subset name" + ], + [ + 0, + "document subset details" + ], + [ + 1, + "collection subset id" + ], + [ + 1, + "collection subset name" + ], + [ + 1, + "collecrtion subset details" + ], + [ + 2, + "document object id" + ], + [ + 2, + "parent document object id" + ], + [ + 2, + "owner" + ], + [ + 2, + "description" + ], + [ + 2, + "other details" + ], + [ + 3, + "collection id" + ], + [ + 3, + "parent collection id" + ], + [ + 3, + "collection name" + ], + [ + 3, + "collection description" + ], + [ + 4, + "document object id" + ], + [ + 4, + "collection id" + ], + [ + 5, + "document object id" + ], + [ + 5, + "related document object id" + ], + [ + 5, + "document subset id" + ], + [ + 6, + "collection id" + ], + [ + 6, + "related collection id" + ], + [ + 6, + "collection subset id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Document_Subset_ID" + ], + [ + 0, + "Document_Subset_Name" + ], + [ + 0, + "Document_Subset_Details" + ], + [ + 1, + "Collection_Subset_ID" + ], + [ + 1, + "Collection_Subset_Name" + ], + [ + 1, + "Collecrtion_Subset_Details" + ], + [ + 2, + "Document_Object_ID" + ], + [ + 2, + "Parent_Document_Object_ID" + ], + [ + 2, + "Owner" + ], + [ + 2, + "Description" + ], + [ + 2, + "Other_Details" + ], + [ + 3, + "Collection_ID" + ], + [ + 3, + "Parent_Collection_ID" + ], + [ + 3, + "Collection_Name" + ], + [ + 3, + "Collection_Description" + ], + [ + 4, + "Document_Object_ID" + ], + [ + 4, + "Collection_ID" + ], + [ + 5, + "Document_Object_ID" + ], + [ + 5, + "Related_Document_Object_ID" + ], + [ + 5, + "Document_Subset_ID" + ], + [ + 6, + "Collection_ID" + ], + [ + 6, + "Related_Collection_ID" + ], + [ + 6, + "Collection_Subset_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "cre_Doc_and_collections", + "foreign_keys": [ + [ + 17, + 12 + ], + [ + 16, + 7 + ], + [ + 20, + 1 + ], + [ + 19, + 7 + ], + [ + 18, + 7 + ], + [ + 23, + 4 + ], + [ + 22, + 12 + ], + [ + 21, + 12 + ] + ], + "primary_keys": [ + 1, + 4, + 7, + 12, + 16, + 18, + 21 + ], + "table_names": [ + "document subsets", + "collection subsets", + "document objects", + "collections", + "documents in collections", + "document subset members", + "collection subset members" + ], + "table_names_original": [ + "Document_Subsets", + "Collection_Subsets", + "Document_Objects", + "Collections", + "Documents_in_Collections", + "Document_Subset_Members", + "Collection_Subset_Members" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "university id" + ], + [ + 0, + "university name" + ], + [ + 0, + "city" + ], + [ + 0, + "state" + ], + [ + 0, + "team name" + ], + [ + 0, + "affiliation" + ], + [ + 0, + "enrollment" + ], + [ + 0, + "home conference" + ], + [ + 1, + "rank" + ], + [ + 1, + "university id" + ], + [ + 1, + "reputation point" + ], + [ + 1, + "research point" + ], + [ + 1, + "citation point" + ], + [ + 1, + "total" + ], + [ + 2, + "major id" + ], + [ + 2, + "major name" + ], + [ + 2, + "major code" + ], + [ + 3, + "rank" + ], + [ + 3, + "university id" + ], + [ + 3, + "major id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "University_ID" + ], + [ + 0, + "University_Name" + ], + [ + 0, + "City" + ], + [ + 0, + "State" + ], + [ + 0, + "Team_Name" + ], + [ + 0, + "Affiliation" + ], + [ + 0, + "Enrollment" + ], + [ + 0, + "Home_Conference" + ], + [ + 1, + "Rank" + ], + [ + 1, + "University_ID" + ], + [ + 1, + "Reputation_point" + ], + [ + 1, + "Research_point" + ], + [ + 1, + "Citation_point" + ], + [ + 1, + "Total" + ], + [ + 2, + "Major_ID" + ], + [ + 2, + "Major_Name" + ], + [ + 2, + "Major_Code" + ], + [ + 3, + "Rank" + ], + [ + 3, + "University_ID" + ], + [ + 3, + "Major_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "university_rank", + "foreign_keys": [ + [ + 10, + 1 + ], + [ + 20, + 15 + ], + [ + 19, + 1 + ] + ], + "primary_keys": [ + 1, + 10, + 15, + 18 + ], + "table_names": [ + "university", + "overall ranking", + "major", + "major ranking" + ], + "table_names_original": [ + "university", + "overall_ranking", + "major", + "major_ranking" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "shop id" + ], + [ + 0, + "address" + ], + [ + 0, + "num of staff" + ], + [ + 0, + "score" + ], + [ + 0, + "open year" + ], + [ + 1, + "member id" + ], + [ + 1, + "name" + ], + [ + 1, + "membership card" + ], + [ + 1, + "age" + ], + [ + 1, + "time of purchase" + ], + [ + 1, + "level of membership" + ], + [ + 1, + "address" + ], + [ + 2, + "hh id" + ], + [ + 2, + "shop id" + ], + [ + 2, + "month" + ], + [ + 2, + "num of shaff in charge" + ], + [ + 3, + "hh id" + ], + [ + 3, + "member id" + ], + [ + 3, + "total amount" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Shop_ID" + ], + [ + 0, + "Address" + ], + [ + 0, + "Num_of_staff" + ], + [ + 0, + "Score" + ], + [ + 0, + "Open_Year" + ], + [ + 1, + "Member_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Membership_card" + ], + [ + 1, + "Age" + ], + [ + 1, + "Time_of_purchase" + ], + [ + 1, + "Level_of_membership" + ], + [ + 1, + "Address" + ], + [ + 2, + "HH_ID" + ], + [ + 2, + "Shop_ID" + ], + [ + 2, + "Month" + ], + [ + 2, + "Num_of_shaff_in_charge" + ], + [ + 3, + "HH_ID" + ], + [ + 3, + "Member_ID" + ], + [ + 3, + "Total_amount" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "coffee_shop", + "foreign_keys": [ + [ + 14, + 1 + ], + [ + 18, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 13, + 17 + ], + "table_names": [ + "shop", + "member", + "happy hour", + "happy hour member" + ], + "table_names_original": [ + "shop", + "member", + "happy_hour", + "happy_hour_member" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "player id" + ], + [ + 0, + "sponsor name" + ], + [ + 0, + "player name" + ], + [ + 0, + "gender" + ], + [ + 0, + "residence" + ], + [ + 0, + "occupation" + ], + [ + 0, + "votes" + ], + [ + 0, + "rank" + ], + [ + 1, + "club id" + ], + [ + 1, + "club name" + ], + [ + 1, + "region" + ], + [ + 1, + "start year" + ], + [ + 2, + "coach id" + ], + [ + 2, + "player name" + ], + [ + 2, + "gender" + ], + [ + 2, + "club id" + ], + [ + 2, + "rank" + ], + [ + 3, + "player id" + ], + [ + 3, + "coach id" + ], + [ + 3, + "starting year" + ], + [ + 4, + "rank" + ], + [ + 4, + "club id" + ], + [ + 4, + "gold" + ], + [ + 4, + "big silver" + ], + [ + 4, + "small silver" + ], + [ + 4, + "bronze" + ], + [ + 4, + "points" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Player_ID" + ], + [ + 0, + "Sponsor_name" + ], + [ + 0, + "Player_name" + ], + [ + 0, + "Gender" + ], + [ + 0, + "Residence" + ], + [ + 0, + "Occupation" + ], + [ + 0, + "Votes" + ], + [ + 0, + "Rank" + ], + [ + 1, + "Club_ID" + ], + [ + 1, + "Club_name" + ], + [ + 1, + "Region" + ], + [ + 1, + "Start_year" + ], + [ + 2, + "Coach_ID" + ], + [ + 2, + "Coach_name" + ], + [ + 2, + "Gender" + ], + [ + 2, + "Club_ID" + ], + [ + 2, + "Rank" + ], + [ + 3, + "Player_ID" + ], + [ + 3, + "Coach_ID" + ], + [ + 3, + "Starting_year" + ], + [ + 4, + "Rank" + ], + [ + 4, + "Club_ID" + ], + [ + 4, + "Gold" + ], + [ + 4, + "Big_Silver" + ], + [ + 4, + "Small_Silver" + ], + [ + 4, + "Bronze" + ], + [ + 4, + "Points" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "riding_club", + "foreign_keys": [ + [ + 16, + 9 + ], + [ + 19, + 13 + ], + [ + 18, + 1 + ], + [ + 22, + 9 + ] + ], + "primary_keys": [ + 1, + 9, + 13, + 18, + 21 + ], + "table_names": [ + "player", + "club", + "coach", + "player coach", + "match result" + ], + "table_names_original": [ + "player", + "club", + "coach", + "player_coach", + "match_result" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 1, + "id" + ], + [ + 1, + "flavor" + ], + [ + 1, + "food" + ], + [ + 1, + "price" + ], + [ + 2, + "receipt" + ], + [ + 2, + "ordinal" + ], + [ + 2, + "item" + ], + [ + 3, + "receipt number" + ], + [ + 3, + "date" + ], + [ + 3, + "customer id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Id" + ], + [ + 0, + "LastName" + ], + [ + 0, + "FirstName" + ], + [ + 1, + "Id" + ], + [ + 1, + "Flavor" + ], + [ + 1, + "Food" + ], + [ + 1, + "Price" + ], + [ + 2, + "Receipt" + ], + [ + 2, + "Ordinal" + ], + [ + 2, + "Item" + ], + [ + 3, + "ReceiptNumber" + ], + [ + 3, + "Date" + ], + [ + 3, + "CustomerId" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "text", + "number" + ], + "db_id": "bakery_1", + "foreign_keys": [ + [ + 10, + 4 + ], + [ + 13, + 1 + ] + ], + "primary_keys": [ + 1, + 4, + 8, + 11 + ], + "table_names": [ + "customers", + "goods", + "items", + "receipts" + ], + "table_names_original": [ + "customers", + "goods", + "items", + "receipts" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "account id" + ], + [ + 0, + "customer id" + ], + [ + 0, + "account name" + ], + [ + 0, + "other account details" + ], + [ + 1, + "customer id" + ], + [ + 1, + "customer first name" + ], + [ + 1, + "customer last name" + ], + [ + 1, + "customer address" + ], + [ + 1, + "customer phone" + ], + [ + 1, + "customer email" + ], + [ + 1, + "other customer details" + ], + [ + 2, + "card id" + ], + [ + 2, + "customer id" + ], + [ + 2, + "card type code" + ], + [ + 2, + "card number" + ], + [ + 2, + "date valid from" + ], + [ + 2, + "date valid to" + ], + [ + 2, + "other card details" + ], + [ + 3, + "transaction id" + ], + [ + 3, + "previous transaction id" + ], + [ + 3, + "account id" + ], + [ + 3, + "card id" + ], + [ + 3, + "transaction type" + ], + [ + 3, + "transaction date" + ], + [ + 3, + "transaction amount" + ], + [ + 3, + "transaction comment" + ], + [ + 3, + "other transaction details" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "account_id" + ], + [ + 0, + "customer_id" + ], + [ + 0, + "account_name" + ], + [ + 0, + "other_account_details" + ], + [ + 1, + "customer_id" + ], + [ + 1, + "customer_first_name" + ], + [ + 1, + "customer_last_name" + ], + [ + 1, + "customer_address" + ], + [ + 1, + "customer_phone" + ], + [ + 1, + "customer_email" + ], + [ + 1, + "other_customer_details" + ], + [ + 2, + "card_id" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "card_type_code" + ], + [ + 2, + "card_number" + ], + [ + 2, + "date_valid_from" + ], + [ + 2, + "date_valid_to" + ], + [ + 2, + "other_card_details" + ], + [ + 3, + "transaction_id" + ], + [ + 3, + "previous_transaction_id" + ], + [ + 3, + "account_id" + ], + [ + 3, + "card_id" + ], + [ + 3, + "transaction_type" + ], + [ + 3, + "transaction_date" + ], + [ + 3, + "transaction_amount" + ], + [ + 3, + "transaction_comment" + ], + [ + 3, + "other_transaction_details" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "time", + "time", + "text", + "number", + "number", + "number", + "number", + "text", + "time", + "number", + "text", + "text" + ], + "db_id": "customers_card_transactions", + "foreign_keys": [ + [ + 21, + 1 + ], + [ + 22, + 12 + ] + ], + "primary_keys": [ + 1, + 5, + 12 + ], + "table_names": [ + "accounts", + "customers", + "customers cards", + "financial transactions" + ], + "table_names_original": [ + "Accounts", + "Customers", + "Customers_Cards", + "Financial_Transactions" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "county id" + ], + [ + 0, + "name" + ], + [ + 0, + "population" + ], + [ + 0, + "police officers" + ], + [ + 0, + "residents per officer" + ], + [ + 0, + "case burden" + ], + [ + 0, + "crime rate" + ], + [ + 0, + "police force" + ], + [ + 0, + "location" + ], + [ + 1, + "city id" + ], + [ + 1, + "county id" + ], + [ + 1, + "name" + ], + [ + 1, + "white" + ], + [ + 1, + "black" + ], + [ + 1, + "amerindian" + ], + [ + 1, + "asian" + ], + [ + 1, + "multiracial" + ], + [ + 1, + "hispanic" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "County_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Population" + ], + [ + 0, + "Police_officers" + ], + [ + 0, + "Residents_per_officer" + ], + [ + 0, + "Case_burden" + ], + [ + 0, + "Crime_rate" + ], + [ + 0, + "Police_force" + ], + [ + 0, + "Location" + ], + [ + 1, + "City_ID" + ], + [ + 1, + "County_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "White" + ], + [ + 1, + "Black" + ], + [ + 1, + "Amerindian" + ], + [ + 1, + "Asian" + ], + [ + 1, + "Multiracial" + ], + [ + 1, + "Hispanic" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "county_public_safety", + "foreign_keys": [ + [ + 11, + 1 + ] + ], + "primary_keys": [ + 1, + 10 + ], + "table_names": [ + "county public safety", + "city" + ], + "table_names_original": [ + "county_public_safety", + "city" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "member id" + ], + [ + 0, + "name" + ], + [ + 0, + "nationality" + ], + [ + 0, + "role" + ], + [ + 1, + "performance id" + ], + [ + 1, + "date" + ], + [ + 1, + "host" + ], + [ + 1, + "location" + ], + [ + 1, + "attendance" + ], + [ + 2, + "member id" + ], + [ + 2, + "performance id" + ], + [ + 2, + "num of pieces" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Member_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Nationality" + ], + [ + 0, + "Role" + ], + [ + 1, + "Performance_ID" + ], + [ + 1, + "Date" + ], + [ + 1, + "Host" + ], + [ + 1, + "Location" + ], + [ + 1, + "Attendance" + ], + [ + 2, + "Member_ID" + ], + [ + 2, + "Performance_ID" + ], + [ + 2, + "Num_of_Pieces" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "performance_attendance", + "foreign_keys": [ + [ + 11, + 5 + ], + [ + 10, + 1 + ] + ], + "primary_keys": [ + 1, + 5, + 10 + ], + "table_names": [ + "member", + "performance", + "member attendance" + ], + "table_names_original": [ + "member", + "performance", + "member_attendance" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "club id" + ], + [ + 1, + "club name" + ], + [ + 1, + "club description" + ], + [ + 1, + "club location" + ], + [ + 2, + "student id" + ], + [ + 2, + "club id" + ], + [ + 2, + "position" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "ClubID" + ], + [ + 1, + "ClubName" + ], + [ + 1, + "ClubDesc" + ], + [ + 1, + "ClubLocation" + ], + [ + 2, + "StuID" + ], + [ + 2, + "ClubID" + ], + [ + 2, + "Position" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "club_1", + "foreign_keys": [ + [ + 14, + 9 + ], + [ + 13, + 1 + ] + ], + "primary_keys": [ + 1, + 9 + ], + "table_names": [ + "student", + "club", + "member of club" + ], + "table_names_original": [ + "Student", + "Club", + "Member_of_club" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "channel id" + ], + [ + 0, + "name" + ], + [ + 0, + "analogue terrestrial channel" + ], + [ + 0, + "digital terrestrial channel" + ], + [ + 0, + "internet" + ], + [ + 1, + "director id" + ], + [ + 1, + "name" + ], + [ + 1, + "age" + ], + [ + 2, + "program id" + ], + [ + 2, + "start year" + ], + [ + 2, + "title" + ], + [ + 2, + "director id" + ], + [ + 2, + "channel id" + ], + [ + 3, + "director id" + ], + [ + 3, + "channel id" + ], + [ + 3, + "is first director" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Channel_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Analogue_terrestrial_channel" + ], + [ + 0, + "Digital_terrestrial_channel" + ], + [ + 0, + "Internet" + ], + [ + 1, + "Director_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Age" + ], + [ + 2, + "Program_ID" + ], + [ + 2, + "Start_Year" + ], + [ + 2, + "Title" + ], + [ + 2, + "Director_ID" + ], + [ + 2, + "Channel_ID" + ], + [ + 3, + "Director_ID" + ], + [ + 3, + "Channel_ID" + ], + [ + 3, + "Is_first_director" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "others" + ], + "db_id": "bbc_channels", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 12, + 6 + ], + [ + 15, + 1 + ], + [ + 14, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 9, + 14 + ], + "table_names": [ + "channel", + "director", + "program", + "director admin" + ], + "table_names_original": [ + "channel", + "director", + "program", + "director_admin" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "singer id" + ], + [ + 0, + "name" + ], + [ + 0, + "birth year" + ], + [ + 0, + "net worth millions" + ], + [ + 0, + "citizenship" + ], + [ + 1, + "song id" + ], + [ + 1, + "title" + ], + [ + 1, + "singer id" + ], + [ + 1, + "sales" + ], + [ + 1, + "highest position" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Singer_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Birth_Year" + ], + [ + 0, + "Net_Worth_Millions" + ], + [ + 0, + "Citizenship" + ], + [ + 1, + "Song_ID" + ], + [ + 1, + "Title" + ], + [ + 1, + "Singer_ID" + ], + [ + 1, + "Sales" + ], + [ + 1, + "Highest_Position" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "singer", + "foreign_keys": [ + [ + 8, + 1 + ] + ], + "primary_keys": [ + 1, + 6 + ], + "table_names": [ + "singer", + "song" + ], + "table_names_original": [ + "singer", + "song" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "age" + ], + [ + 0, + "membership credit" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "membership credit" + ], + [ + 2, + "id" + ], + [ + 2, + "name" + ], + [ + 2, + "model year" + ], + [ + 2, + "type of powertrain" + ], + [ + 2, + "combined fuel economy rate" + ], + [ + 2, + "city fuel economy rate" + ], + [ + 2, + "highway fuel economy rate" + ], + [ + 2, + "cost per 25 miles" + ], + [ + 2, + "annual fuel cost" + ], + [ + 2, + "notes" + ], + [ + 3, + "id" + ], + [ + 3, + "customer id" + ], + [ + 3, + "discount id" + ], + [ + 3, + "vehicles id" + ], + [ + 3, + "total hours" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "age" + ], + [ + 0, + "membership_credit" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 1, + "membership_credit" + ], + [ + 2, + "id" + ], + [ + 2, + "name" + ], + [ + 2, + "Model_year" + ], + [ + 2, + "Type_of_powertrain" + ], + [ + 2, + "Combined_fuel_economy_rate" + ], + [ + 2, + "City_fuel_economy_rate" + ], + [ + 2, + "Highway_fuel_economy_rate" + ], + [ + 2, + "Cost_per_25_miles" + ], + [ + 2, + "Annual_fuel_cost" + ], + [ + 2, + "Notes" + ], + [ + 3, + "id" + ], + [ + 3, + "customer_id" + ], + [ + 3, + "discount_id" + ], + [ + 3, + "vehicles_id" + ], + [ + 3, + "total_hours" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "vehicle_rent", + "foreign_keys": [ + [ + 20, + 5 + ], + [ + 21, + 8 + ], + [ + 19, + 1 + ] + ], + "primary_keys": [ + 1, + 5, + 8, + 18 + ], + "table_names": [ + "customers", + "discount", + "vehicles", + "renting history" + ], + "table_names_original": [ + "Customers", + "Discount", + "Vehicles", + "Renting_history" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "affiliation id" + ], + [ + 0, + "name" + ], + [ + 0, + "address" + ], + [ + 1, + "author id" + ], + [ + 1, + "name" + ], + [ + 1, + "email" + ], + [ + 2, + "paper id" + ], + [ + 2, + "author id" + ], + [ + 2, + "affiliation id" + ], + [ + 3, + "paper id" + ], + [ + 3, + "cited paper id" + ], + [ + 4, + "paper id" + ], + [ + 4, + "title" + ], + [ + 4, + "venue" + ], + [ + 4, + "year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "affiliation_id" + ], + [ + 0, + "name" + ], + [ + 0, + "address" + ], + [ + 1, + "author_id" + ], + [ + 1, + "name" + ], + [ + 1, + "email" + ], + [ + 2, + "paper_id" + ], + [ + 2, + "author_id" + ], + [ + 2, + "affiliation_id" + ], + [ + 3, + "paper_id" + ], + [ + 3, + "cited_paper_id" + ], + [ + 4, + "paper_id" + ], + [ + 4, + "title" + ], + [ + 4, + "venue" + ], + [ + 4, + "year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number" + ], + "db_id": "aan_1", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 8, + 4 + ], + [ + 7, + 12 + ], + [ + 11, + 12 + ], + [ + 10, + 12 + ] + ], + "primary_keys": [ + 1, + 4, + 7, + 10, + 12 + ], + "table_names": [ + "affiliation", + "author", + "author list", + "citation", + "paper" + ], + "table_names_original": [ + "Affiliation", + "Author", + "Author_list", + "Citation", + "Paper" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "city" + ], + [ + 0, + "station name" + ], + [ + 0, + "owned since" + ], + [ + 0, + "affiliation" + ], + [ + 1, + "radio id" + ], + [ + 1, + "transmitter" + ], + [ + 1, + "radio mhz" + ], + [ + 1, + "2fm mhz" + ], + [ + 1, + "rnag mhz" + ], + [ + 1, + "lyric fm mhz" + ], + [ + 1, + "erp kw" + ], + [ + 2, + "tv show id" + ], + [ + 2, + "tv show name" + ], + [ + 2, + "sub tittle" + ], + [ + 2, + "next show name" + ], + [ + 2, + "original airdate" + ], + [ + 3, + "city channel id" + ], + [ + 3, + "radio id" + ], + [ + 3, + "is online" + ], + [ + 4, + "city channel id" + ], + [ + 4, + "tv show id" + ], + [ + 4, + "is online" + ], + [ + 4, + "is free" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "ID" + ], + [ + 0, + "City" + ], + [ + 0, + "Station_name" + ], + [ + 0, + "Owned_Since" + ], + [ + 0, + "Affiliation" + ], + [ + 1, + "Radio_ID" + ], + [ + 1, + "Transmitter" + ], + [ + 1, + "Radio_MHz" + ], + [ + 1, + "2FM_MHz" + ], + [ + 1, + "RnaG_MHz" + ], + [ + 1, + "Lyric_FM_MHz" + ], + [ + 1, + "ERP_kW" + ], + [ + 2, + "tv_show_ID" + ], + [ + 2, + "tv_show_name" + ], + [ + 2, + "Sub_tittle" + ], + [ + 2, + "Next_show_name" + ], + [ + 2, + "Original_Airdate" + ], + [ + 3, + "City_channel_ID" + ], + [ + 3, + "Radio_ID" + ], + [ + 3, + "Is_online" + ], + [ + 4, + "City_channel_ID" + ], + [ + 4, + "tv_show_ID" + ], + [ + 4, + "Is_online" + ], + [ + 4, + "Is_free" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "others", + "number", + "number", + "others", + "others" + ], + "db_id": "tv_shows", + "foreign_keys": [ + [ + 19, + 6 + ], + [ + 18, + 1 + ], + [ + 22, + 13 + ], + [ + 21, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 13, + 18, + 21 + ], + "table_names": [ + "city channel", + "radio", + "tv show", + "city channel radio", + "city channel tv show" + ], + "table_names_original": [ + "city_channel", + "radio", + "tv_show", + "city_channel_radio", + "city_channel_tv_show" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "book club id" + ], + [ + 0, + "year" + ], + [ + 0, + "author or editor" + ], + [ + 0, + "book title" + ], + [ + 0, + "publisher" + ], + [ + 0, + "category" + ], + [ + 0, + "result" + ], + [ + 1, + "movie id" + ], + [ + 1, + "title" + ], + [ + 1, + "year" + ], + [ + 1, + "director" + ], + [ + 1, + "budget million" + ], + [ + 1, + "gross worldwide" + ], + [ + 2, + "company name" + ], + [ + 2, + "type" + ], + [ + 2, + "incorporated in" + ], + [ + 2, + "group equity shareholding" + ], + [ + 2, + "book club id" + ], + [ + 2, + "movie id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "book_club_id" + ], + [ + 0, + "Year" + ], + [ + 0, + "Author_or_Editor" + ], + [ + 0, + "Book_Title" + ], + [ + 0, + "Publisher" + ], + [ + 0, + "Category" + ], + [ + 0, + "Result" + ], + [ + 1, + "movie_id" + ], + [ + 1, + "Title" + ], + [ + 1, + "Year" + ], + [ + 1, + "Director" + ], + [ + 1, + "Budget_million" + ], + [ + 1, + "Gross_worldwide" + ], + [ + 2, + "Company_name" + ], + [ + 2, + "Type" + ], + [ + 2, + "Incorporated_in" + ], + [ + 2, + "Group_Equity_Shareholding" + ], + [ + 2, + "book_club_id" + ], + [ + 2, + "movie_id" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text" + ], + "db_id": "culture_company", + "foreign_keys": [ + [ + 19, + 8 + ], + [ + 18, + 1 + ] + ], + "primary_keys": [ + 1, + 8, + 14 + ], + "table_names": [ + "book club", + "movie", + "culture company" + ], + "table_names_original": [ + "book_club", + "movie", + "culture_company" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "template type code" + ], + [ + 0, + "template type description" + ], + [ + 1, + "template id" + ], + [ + 1, + "version number" + ], + [ + 1, + "template type code" + ], + [ + 1, + "date effective from" + ], + [ + 1, + "date effective to" + ], + [ + 1, + "template details" + ], + [ + 2, + "document id" + ], + [ + 2, + "template id" + ], + [ + 2, + "document name" + ], + [ + 2, + "document description" + ], + [ + 2, + "other details" + ], + [ + 3, + "paragraph id" + ], + [ + 3, + "document id" + ], + [ + 3, + "paragraph text" + ], + [ + 3, + "other details" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Template_Type_Code" + ], + [ + 0, + "Template_Type_Description" + ], + [ + 1, + "Template_ID" + ], + [ + 1, + "Version_Number" + ], + [ + 1, + "Template_Type_Code" + ], + [ + 1, + "Date_Effective_From" + ], + [ + 1, + "Date_Effective_To" + ], + [ + 1, + "Template_Details" + ], + [ + 2, + "Document_ID" + ], + [ + 2, + "Template_ID" + ], + [ + 2, + "Document_Name" + ], + [ + 2, + "Document_Description" + ], + [ + 2, + "Other_Details" + ], + [ + 3, + "Paragraph_ID" + ], + [ + 3, + "Document_ID" + ], + [ + 3, + "Paragraph_Text" + ], + [ + 3, + "Other_Details" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "number", + "text", + "time", + "time", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text" + ], + "db_id": "cre_Doc_Template_Mgt", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 10, + 3 + ], + [ + 15, + 9 + ] + ], + "primary_keys": [ + 1, + 3, + 9, + 14 + ], + "table_names": [ + "reference template types", + "templates", + "documents", + "paragraphs" + ], + "table_names_original": [ + "Ref_Template_Types", + "Templates", + "Documents", + "Paragraphs" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "musical id" + ], + [ + 0, + "name" + ], + [ + 0, + "year" + ], + [ + 0, + "award" + ], + [ + 0, + "category" + ], + [ + 0, + "nominee" + ], + [ + 0, + "result" + ], + [ + 1, + "actor id" + ], + [ + 1, + "name" + ], + [ + 1, + "musical id" + ], + [ + 1, + "character" + ], + [ + 1, + "duration" + ], + [ + 1, + "age" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Musical_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Year" + ], + [ + 0, + "Award" + ], + [ + 0, + "Category" + ], + [ + 0, + "Nominee" + ], + [ + 0, + "Result" + ], + [ + 1, + "Actor_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Musical_ID" + ], + [ + 1, + "Character" + ], + [ + 1, + "Duration" + ], + [ + 1, + "age" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number" + ], + "db_id": "musical", + "foreign_keys": [ + [ + 10, + 8 + ] + ], + "primary_keys": [ + 1, + 8 + ], + "table_names": [ + "musical", + "actor" + ], + "table_names_original": [ + "musical", + "actor" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "client id" + ], + [ + 0, + "name" + ], + [ + 0, + "address" + ], + [ + 0, + "numcc" + ], + [ + 1, + "order id" + ], + [ + 1, + "client id" + ], + [ + 1, + "order date" + ], + [ + 1, + "date expired" + ], + [ + 2, + "author id" + ], + [ + 2, + "name" + ], + [ + 3, + "isbn" + ], + [ + 3, + "title" + ], + [ + 3, + "author" + ], + [ + 3, + "purchase price" + ], + [ + 3, + "sale price" + ], + [ + 4, + "isbn" + ], + [ + 4, + "author" + ], + [ + 5, + "isbn" + ], + [ + 5, + "order id" + ], + [ + 5, + "amount" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "IdClient" + ], + [ + 0, + "Name" + ], + [ + 0, + "Address" + ], + [ + 0, + "NumCC" + ], + [ + 1, + "IdOrder" + ], + [ + 1, + "IdClient" + ], + [ + 1, + "DateOrder" + ], + [ + 1, + "DateExped" + ], + [ + 2, + "idAuthor" + ], + [ + 2, + "Name" + ], + [ + 3, + "ISBN" + ], + [ + 3, + "Title" + ], + [ + 3, + "Author" + ], + [ + 3, + "PurchasePrice" + ], + [ + 3, + "SalePrice" + ], + [ + 4, + "ISBN" + ], + [ + 4, + "Author" + ], + [ + 5, + "ISBN" + ], + [ + 5, + "IdOrder" + ], + [ + 5, + "amount" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "time", + "time", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number" + ], + "db_id": "book_1", + "foreign_keys": [ + [ + 16, + 11 + ], + [ + 19, + 5 + ], + [ + 18, + 11 + ] + ], + "primary_keys": [ + 1, + 5, + 9, + 11, + 16, + 18 + ], + "table_names": [ + "client", + "orders", + "author", + "book", + "author book", + "books order" + ], + "table_names_original": [ + "Client", + "Orders", + "Author", + "Book", + "Author_Book", + "Books_Order" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "country code" + ], + [ + 0, + "district" + ], + [ + 0, + "population" + ], + [ + 1, + "name" + ], + [ + 1, + "seq" + ], + [ + 2, + "code" + ], + [ + 2, + "name" + ], + [ + 2, + "continent" + ], + [ + 2, + "region" + ], + [ + 2, + "surface area" + ], + [ + 2, + "indepdent year" + ], + [ + 2, + "population" + ], + [ + 2, + "life expectancy" + ], + [ + 2, + "gnp" + ], + [ + 2, + "gnp old" + ], + [ + 2, + "local name" + ], + [ + 2, + "government form" + ], + [ + 2, + "head of state" + ], + [ + 2, + "capital" + ], + [ + 2, + "code2" + ], + [ + 3, + "countrycode" + ], + [ + 3, + "language" + ], + [ + 3, + "is official" + ], + [ + 3, + "percentage" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "CountryCode" + ], + [ + 0, + "District" + ], + [ + 0, + "Population" + ], + [ + 1, + "name" + ], + [ + 1, + "seq" + ], + [ + 2, + "Code" + ], + [ + 2, + "Name" + ], + [ + 2, + "Continent" + ], + [ + 2, + "Region" + ], + [ + 2, + "SurfaceArea" + ], + [ + 2, + "IndepYear" + ], + [ + 2, + "Population" + ], + [ + 2, + "LifeExpectancy" + ], + [ + 2, + "GNP" + ], + [ + 2, + "GNPOld" + ], + [ + 2, + "LocalName" + ], + [ + 2, + "GovernmentForm" + ], + [ + 2, + "HeadOfState" + ], + [ + 2, + "Capital" + ], + [ + 2, + "Code2" + ], + [ + 3, + "CountryCode" + ], + [ + 3, + "Language" + ], + [ + 3, + "IsOfficial" + ], + [ + 3, + "Percentage" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number" + ], + "db_id": "world_1", + "foreign_keys": [ + [ + 3, + 8 + ], + [ + 23, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 23 + ], + "table_names": [ + "city", + "sqlite sequence", + "country", + "countrylanguage" + ], + "table_names_original": [ + "city", + "sqlite_sequence", + "country", + "countrylanguage" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "device id" + ], + [ + 0, + "device" + ], + [ + 0, + "carrier" + ], + [ + 0, + "package version" + ], + [ + 0, + "applications" + ], + [ + 0, + "software platform" + ], + [ + 1, + "shop id" + ], + [ + 1, + "shop name" + ], + [ + 1, + "location" + ], + [ + 1, + "open date" + ], + [ + 1, + "open year" + ], + [ + 2, + "shop id" + ], + [ + 2, + "device id" + ], + [ + 2, + "quantity" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Device_ID" + ], + [ + 0, + "Device" + ], + [ + 0, + "Carrier" + ], + [ + 0, + "Package_Version" + ], + [ + 0, + "Applications" + ], + [ + 0, + "Software_Platform" + ], + [ + 1, + "Shop_ID" + ], + [ + 1, + "Shop_Name" + ], + [ + 1, + "Location" + ], + [ + 1, + "Open_Date" + ], + [ + 1, + "Open_Year" + ], + [ + 2, + "Shop_ID" + ], + [ + 2, + "Device_ID" + ], + [ + 2, + "Quantity" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "device", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 12, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 12 + ], + "table_names": [ + "device", + "shop", + "stock" + ], + "table_names_original": [ + "device", + "shop", + "stock" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "building id" + ], + [ + 0, + "region id" + ], + [ + 0, + "name" + ], + [ + 0, + "address" + ], + [ + 0, + "number of stories" + ], + [ + 0, + "completed year" + ], + [ + 1, + "region id" + ], + [ + 1, + "name" + ], + [ + 1, + "capital" + ], + [ + 1, + "area" + ], + [ + 1, + "population" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Building_ID" + ], + [ + 0, + "Region_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Address" + ], + [ + 0, + "Number_of_Stories" + ], + [ + 0, + "Completed_Year" + ], + [ + 1, + "Region_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Capital" + ], + [ + 1, + "Area" + ], + [ + 1, + "Population" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number" + ], + "db_id": "region_building", + "foreign_keys": [ + [ + 2, + 7 + ] + ], + "primary_keys": [ + 1, + 7 + ], + "table_names": [ + "building", + "region" + ], + "table_names_original": [ + "building", + "region" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "document type code" + ], + [ + 0, + "document description" + ], + [ + 1, + "document id" + ], + [ + 1, + "document type code" + ], + [ + 1, + "grant id" + ], + [ + 1, + "sent date" + ], + [ + 1, + "response received date" + ], + [ + 1, + "other details" + ], + [ + 2, + "grant id" + ], + [ + 2, + "organisation id" + ], + [ + 2, + "grant amount" + ], + [ + 2, + "grant start date" + ], + [ + 2, + "grant end date" + ], + [ + 2, + "other details" + ], + [ + 3, + "organisation type" + ], + [ + 3, + "organisation type description" + ], + [ + 4, + "organisation id" + ], + [ + 4, + "organisation type" + ], + [ + 4, + "organisation details" + ], + [ + 5, + "project id" + ], + [ + 5, + "outcome code" + ], + [ + 5, + "outcome details" + ], + [ + 6, + "staff id" + ], + [ + 6, + "project id" + ], + [ + 6, + "role code" + ], + [ + 6, + "date from" + ], + [ + 6, + "date to" + ], + [ + 6, + "other details" + ], + [ + 7, + "project id" + ], + [ + 7, + "organisation id" + ], + [ + 7, + "project details" + ], + [ + 8, + "outcome code" + ], + [ + 8, + "outcome description" + ], + [ + 9, + "staff id" + ], + [ + 9, + "employer organisation id" + ], + [ + 9, + "staff details" + ], + [ + 10, + "role code" + ], + [ + 10, + "role description" + ], + [ + 11, + "task id" + ], + [ + 11, + "project id" + ], + [ + 11, + "task details" + ], + [ + 11, + "eg agree objectives" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "document_type_code" + ], + [ + 0, + "document_description" + ], + [ + 1, + "document_id" + ], + [ + 1, + "document_type_code" + ], + [ + 1, + "grant_id" + ], + [ + 1, + "sent_date" + ], + [ + 1, + "response_received_date" + ], + [ + 1, + "other_details" + ], + [ + 2, + "grant_id" + ], + [ + 2, + "organisation_id" + ], + [ + 2, + "grant_amount" + ], + [ + 2, + "grant_start_date" + ], + [ + 2, + "grant_end_date" + ], + [ + 2, + "other_details" + ], + [ + 3, + "organisation_type" + ], + [ + 3, + "organisation_type_description" + ], + [ + 4, + "organisation_id" + ], + [ + 4, + "organisation_type" + ], + [ + 4, + "organisation_details" + ], + [ + 5, + "project_id" + ], + [ + 5, + "outcome_code" + ], + [ + 5, + "outcome_details" + ], + [ + 6, + "staff_id" + ], + [ + 6, + "project_id" + ], + [ + 6, + "role_code" + ], + [ + 6, + "date_from" + ], + [ + 6, + "date_to" + ], + [ + 6, + "other_details" + ], + [ + 7, + "project_id" + ], + [ + 7, + "organisation_id" + ], + [ + 7, + "project_details" + ], + [ + 8, + "outcome_code" + ], + [ + 8, + "outcome_description" + ], + [ + 9, + "staff_id" + ], + [ + 9, + "employer_organisation_id" + ], + [ + 9, + "staff_details" + ], + [ + 10, + "role_code" + ], + [ + 10, + "role_description" + ], + [ + 11, + "task_id" + ], + [ + 11, + "project_id" + ], + [ + 11, + "task_details" + ], + [ + 11, + "eg Agree Objectives" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "number", + "time", + "time", + "text", + "number", + "number", + "number", + "time", + "time", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "time", + "time", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text" + ], + "db_id": "tracking_grants_for_research", + "foreign_keys": [ + [ + 5, + 9 + ], + [ + 4, + 1 + ], + [ + 10, + 17 + ], + [ + 18, + 15 + ], + [ + 21, + 32 + ], + [ + 20, + 29 + ], + [ + 25, + 37 + ], + [ + 24, + 29 + ], + [ + 30, + 17 + ], + [ + 35, + 17 + ], + [ + 40, + 29 + ] + ], + "primary_keys": [ + 1, + 3, + 9, + 15, + 17, + 23, + 29, + 32, + 34, + 37, + 39 + ], + "table_names": [ + "document types", + "documents", + "grants", + "organisation types", + "organisations", + "project outcomes", + "project staff", + "projects", + "research outcomes", + "research staff", + "staff roles", + "tasks" + ], + "table_names_original": [ + "Document_Types", + "Documents", + "Grants", + "Organisation_Types", + "Organisations", + "Project_Outcomes", + "Project_Staff", + "Projects", + "Research_Outcomes", + "Research_Staff", + "Staff_Roles", + "Tasks" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "employee id" + ], + [ + 0, + "name" + ], + [ + 0, + "age" + ], + [ + 0, + "city" + ], + [ + 1, + "shop id" + ], + [ + 1, + "name" + ], + [ + 1, + "location" + ], + [ + 1, + "district" + ], + [ + 1, + "number products" + ], + [ + 1, + "manager name" + ], + [ + 2, + "shop id" + ], + [ + 2, + "employee id" + ], + [ + 2, + "start from" + ], + [ + 2, + "is full time" + ], + [ + 3, + "employee id" + ], + [ + 3, + "year awarded" + ], + [ + 3, + "bonus" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Employee_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Age" + ], + [ + 0, + "City" + ], + [ + 1, + "Shop_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Location" + ], + [ + 1, + "District" + ], + [ + 1, + "Number_products" + ], + [ + 1, + "Manager_name" + ], + [ + 2, + "Shop_ID" + ], + [ + 2, + "Employee_ID" + ], + [ + 2, + "Start_from" + ], + [ + 2, + "Is_full_time" + ], + [ + 3, + "Employee_ID" + ], + [ + 3, + "Year_awarded" + ], + [ + 3, + "Bonus" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "others", + "text", + "text", + "number" + ], + "db_id": "employee_hire_evaluation", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 11, + 5 + ], + [ + 15, + 1 + ] + ], + "primary_keys": [ + 1, + 5, + 12, + 15 + ], + "table_names": [ + "employee", + "shop", + "hiring", + "evaluation" + ], + "table_names_original": [ + "employee", + "shop", + "hiring", + "evaluation" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "driver id" + ], + [ + 0, + "driver name" + ], + [ + 0, + "entrant" + ], + [ + 0, + "constructor" + ], + [ + 0, + "chassis" + ], + [ + 0, + "engine" + ], + [ + 0, + "age" + ], + [ + 1, + "road" + ], + [ + 1, + "driver id" + ], + [ + 1, + "race name" + ], + [ + 1, + "pole position" + ], + [ + 1, + "fastest lap" + ], + [ + 1, + "winning driver" + ], + [ + 1, + "winning team" + ], + [ + 1, + "report" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Driver_ID" + ], + [ + 0, + "Driver_Name" + ], + [ + 0, + "Entrant" + ], + [ + 0, + "Constructor" + ], + [ + 0, + "Chassis" + ], + [ + 0, + "Engine" + ], + [ + 0, + "Age" + ], + [ + 1, + "Road" + ], + [ + 1, + "Driver_ID" + ], + [ + 1, + "Race_Name" + ], + [ + 1, + "Pole_Position" + ], + [ + 1, + "Fastest_Lap" + ], + [ + 1, + "Winning_driver" + ], + [ + 1, + "Winning_team" + ], + [ + 1, + "Report" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text" + ], + "db_id": "car_road_race", + "foreign_keys": [ + [ + 9, + 1 + ] + ], + "primary_keys": [ + 1, + 8 + ], + "table_names": [ + "driver", + "race" + ], + "table_names_original": [ + "driver", + "race" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "movie id" + ], + [ + 0, + "title" + ], + [ + 0, + "year" + ], + [ + 0, + "director" + ], + [ + 1, + "reviewer id" + ], + [ + 1, + "name" + ], + [ + 2, + "reviewer id" + ], + [ + 2, + "movie id" + ], + [ + 2, + "rating stars" + ], + [ + 2, + "rating date" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "mID" + ], + [ + 0, + "title" + ], + [ + 0, + "year" + ], + [ + 0, + "director" + ], + [ + 1, + "rID" + ], + [ + 1, + "name" + ], + [ + 2, + "rID" + ], + [ + 2, + "mID" + ], + [ + 2, + "stars" + ], + [ + 2, + "ratingDate" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "time" + ], + "db_id": "movie_1", + "foreign_keys": [ + [ + 7, + 5 + ], + [ + 8, + 1 + ] + ], + "primary_keys": [ + 1, + 5 + ], + "table_names": [ + "movie", + "reviewer", + "rating" + ], + "table_names_original": [ + "Movie", + "Reviewer", + "Rating" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "grade" + ], + [ + 1, + "student id" + ], + [ + 1, + "friend id" + ], + [ + 2, + "student id" + ], + [ + 2, + "liked id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "ID" + ], + [ + 0, + "name" + ], + [ + 0, + "grade" + ], + [ + 1, + "student_id" + ], + [ + 1, + "friend_id" + ], + [ + 2, + "student_id" + ], + [ + 2, + "liked_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "network_1", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 4, + 1 + ], + [ + 6, + 1 + ], + [ + 7, + 1 + ] + ], + "primary_keys": [ + 1, + 4, + 6 + ], + "table_names": [ + "high schooler", + "friend", + "likes" + ], + "table_names_original": [ + "Highschooler", + "Friend", + "Likes" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "poker player id" + ], + [ + 0, + "people id" + ], + [ + 0, + "final table made" + ], + [ + 0, + "best finish" + ], + [ + 0, + "money rank" + ], + [ + 0, + "earnings" + ], + [ + 1, + "people id" + ], + [ + 1, + "nationality" + ], + [ + 1, + "name" + ], + [ + 1, + "birth date" + ], + [ + 1, + "height" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Poker_Player_ID" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "Final_Table_Made" + ], + [ + 0, + "Best_Finish" + ], + [ + 0, + "Money_Rank" + ], + [ + 0, + "Earnings" + ], + [ + 1, + "People_ID" + ], + [ + 1, + "Nationality" + ], + [ + 1, + "Name" + ], + [ + 1, + "Birth_Date" + ], + [ + 1, + "Height" + ] + ], + "column_types": [ + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number" + ], + "db_id": "poker_player", + "foreign_keys": [ + [ + 2, + 7 + ] + ], + "primary_keys": [ + 1, + 7 + ], + "table_names": [ + "poker player", + "people" + ], + "table_names_original": [ + "poker_player", + "people" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "program id" + ], + [ + 0, + "name" + ], + [ + 0, + "origin" + ], + [ + 0, + "launch" + ], + [ + 0, + "owner" + ], + [ + 1, + "channel id" + ], + [ + 1, + "name" + ], + [ + 1, + "owner" + ], + [ + 1, + "share in percent" + ], + [ + 1, + "rating in percent" + ], + [ + 2, + "channel id" + ], + [ + 2, + "program id" + ], + [ + 2, + "time of day" + ], + [ + 3, + "channel id" + ], + [ + 3, + "program id" + ], + [ + 3, + "date" + ], + [ + 3, + "share in percent" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Program_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Origin" + ], + [ + 0, + "Launch" + ], + [ + 0, + "Owner" + ], + [ + 1, + "Channel_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Owner" + ], + [ + 1, + "Share_in_percent" + ], + [ + 1, + "Rating_in_percent" + ], + [ + 2, + "Channel_ID" + ], + [ + 2, + "Program_ID" + ], + [ + 2, + "Time_of_day" + ], + [ + 3, + "Channel_ID" + ], + [ + 3, + "Program_ID" + ], + [ + 3, + "Date" + ], + [ + 3, + "Share_in_percent" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "number" + ], + "db_id": "program_share", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 11, + 6 + ], + [ + 15, + 1 + ], + [ + 14, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 11, + 14 + ], + "table_names": [ + "program", + "channel", + "broadcast", + "broadcast share" + ], + "table_names_original": [ + "program", + "channel", + "broadcast", + "broadcast_share" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "pilot id" + ], + [ + 0, + "name" + ], + [ + 0, + "age" + ], + [ + 1, + "aircraft id" + ], + [ + 1, + "aircraft" + ], + [ + 1, + "description" + ], + [ + 1, + "max gross weight" + ], + [ + 1, + "total disk area" + ], + [ + 1, + "max disk loading" + ], + [ + 2, + "round" + ], + [ + 2, + "location" + ], + [ + 2, + "country" + ], + [ + 2, + "date" + ], + [ + 2, + "fastest qualifying" + ], + [ + 2, + "winning pilot" + ], + [ + 2, + "winning aircraft" + ], + [ + 3, + "airport id" + ], + [ + 3, + "airport name" + ], + [ + 3, + "total passengers" + ], + [ + 3, + "% change 2007" + ], + [ + 3, + "international passengers" + ], + [ + 3, + "domestic passengers" + ], + [ + 3, + "transit passengers" + ], + [ + 3, + "aircraft movements" + ], + [ + 3, + "freight metric tonnes" + ], + [ + 4, + "id" + ], + [ + 4, + "airport id" + ], + [ + 4, + "aircraft id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Pilot_Id" + ], + [ + 0, + "Name" + ], + [ + 0, + "Age" + ], + [ + 1, + "Aircraft_ID" + ], + [ + 1, + "Aircraft" + ], + [ + 1, + "Description" + ], + [ + 1, + "Max_Gross_Weight" + ], + [ + 1, + "Total_disk_area" + ], + [ + 1, + "Max_disk_Loading" + ], + [ + 2, + "Round" + ], + [ + 2, + "Location" + ], + [ + 2, + "Country" + ], + [ + 2, + "Date" + ], + [ + 2, + "Fastest_Qualifying" + ], + [ + 2, + "Winning_Pilot" + ], + [ + 2, + "Winning_Aircraft" + ], + [ + 3, + "Airport_ID" + ], + [ + 3, + "Airport_Name" + ], + [ + 3, + "Total_Passengers" + ], + [ + 3, + "%_Change_2007" + ], + [ + 3, + "International_Passengers" + ], + [ + 3, + "Domestic_Passengers" + ], + [ + 3, + "Transit_Passengers" + ], + [ + 3, + "Aircraft_Movements" + ], + [ + 3, + "Freight_Metric_Tonnes" + ], + [ + 4, + "ID" + ], + [ + 4, + "Airport_ID" + ], + [ + 4, + "Aircraft_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "aircraft", + "foreign_keys": [ + [ + 15, + 1 + ], + [ + 16, + 4 + ], + [ + 28, + 4 + ], + [ + 27, + 17 + ] + ], + "primary_keys": [ + 1, + 4, + 10, + 17, + 27 + ], + "table_names": [ + "pilot", + "aircraft", + "match", + "airport", + "airport aircraft" + ], + "table_names_original": [ + "pilot", + "aircraft", + "match", + "airport", + "airport_aircraft" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "restaurant id" + ], + [ + 1, + "restaurant name" + ], + [ + 1, + "address" + ], + [ + 1, + "rating" + ], + [ + 2, + "restaurant id" + ], + [ + 2, + "restaurant type id" + ], + [ + 3, + "restaurant type id" + ], + [ + 3, + "restaurant type name" + ], + [ + 3, + "restaurant type description" + ], + [ + 4, + "student id" + ], + [ + 4, + "restaurant id" + ], + [ + 4, + "time" + ], + [ + 4, + "spent" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "ResID" + ], + [ + 1, + "ResName" + ], + [ + 1, + "Address" + ], + [ + 1, + "Rating" + ], + [ + 2, + "ResID" + ], + [ + 2, + "ResTypeID" + ], + [ + 3, + "ResTypeID" + ], + [ + 3, + "ResTypeName" + ], + [ + 3, + "ResTypeDescription" + ], + [ + 4, + "StuID" + ], + [ + 4, + "ResID" + ], + [ + 4, + "Time" + ], + [ + 4, + "Spent" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "time", + "number" + ], + "db_id": "restaurant_1", + "foreign_keys": [ + [ + 14, + 15 + ], + [ + 13, + 9 + ], + [ + 19, + 9 + ], + [ + 18, + 1 + ] + ], + "primary_keys": [ + 1, + 9, + 15 + ], + "table_names": [ + "student", + "restaurant", + "type of restaurant", + "restaurant type", + "visits restaurant" + ], + "table_names_original": [ + "Student", + "Restaurant", + "Type_Of_Restaurant", + "Restaurant_Type", + "Visits_Restaurant" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "customer first name" + ], + [ + 0, + "customer middle initial" + ], + [ + 0, + "customer last name" + ], + [ + 0, + "gender" + ], + [ + 0, + "email address" + ], + [ + 0, + "login name" + ], + [ + 0, + "login password" + ], + [ + 0, + "phone number" + ], + [ + 0, + "town city" + ], + [ + 0, + "state county province" + ], + [ + 0, + "country" + ], + [ + 1, + "order id" + ], + [ + 1, + "customer id" + ], + [ + 1, + "date order placed" + ], + [ + 1, + "order details" + ], + [ + 2, + "invoice number" + ], + [ + 2, + "order id" + ], + [ + 2, + "invoice date" + ], + [ + 3, + "account id" + ], + [ + 3, + "customer id" + ], + [ + 3, + "date account opened" + ], + [ + 3, + "account name" + ], + [ + 3, + "other account details" + ], + [ + 4, + "production type code" + ], + [ + 4, + "product type description" + ], + [ + 4, + "vat rating" + ], + [ + 5, + "product id" + ], + [ + 5, + "parent product id" + ], + [ + 5, + "production type code" + ], + [ + 5, + "unit price" + ], + [ + 5, + "product name" + ], + [ + 5, + "product color" + ], + [ + 5, + "product size" + ], + [ + 6, + "transaction id" + ], + [ + 6, + "account id" + ], + [ + 6, + "invoice number" + ], + [ + 6, + "transaction type" + ], + [ + 6, + "transaction date" + ], + [ + 6, + "transaction amount" + ], + [ + 6, + "transaction comment" + ], + [ + 6, + "other transaction details" + ], + [ + 7, + "order item id" + ], + [ + 7, + "order id" + ], + [ + 7, + "product id" + ], + [ + 7, + "product quantity" + ], + [ + 7, + "other order item details" + ], + [ + 8, + "order item id" + ], + [ + 8, + "invoice number" + ], + [ + 8, + "product id" + ], + [ + 8, + "product title" + ], + [ + 8, + "product quantity" + ], + [ + 8, + "product price" + ], + [ + 8, + "derived product cost" + ], + [ + 8, + "derived vat payable" + ], + [ + 8, + "derived total cost" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "customer_id" + ], + [ + 0, + "customer_first_name" + ], + [ + 0, + "customer_middle_initial" + ], + [ + 0, + "customer_last_name" + ], + [ + 0, + "gender" + ], + [ + 0, + "email_address" + ], + [ + 0, + "login_name" + ], + [ + 0, + "login_password" + ], + [ + 0, + "phone_number" + ], + [ + 0, + "town_city" + ], + [ + 0, + "state_county_province" + ], + [ + 0, + "country" + ], + [ + 1, + "order_id" + ], + [ + 1, + "customer_id" + ], + [ + 1, + "date_order_placed" + ], + [ + 1, + "order_details" + ], + [ + 2, + "invoice_number" + ], + [ + 2, + "order_id" + ], + [ + 2, + "invoice_date" + ], + [ + 3, + "account_id" + ], + [ + 3, + "customer_id" + ], + [ + 3, + "date_account_opened" + ], + [ + 3, + "account_name" + ], + [ + 3, + "other_account_details" + ], + [ + 4, + "production_type_code" + ], + [ + 4, + "product_type_description" + ], + [ + 4, + "vat_rating" + ], + [ + 5, + "product_id" + ], + [ + 5, + "parent_product_id" + ], + [ + 5, + "production_type_code" + ], + [ + 5, + "unit_price" + ], + [ + 5, + "product_name" + ], + [ + 5, + "product_color" + ], + [ + 5, + "product_size" + ], + [ + 6, + "transaction_id" + ], + [ + 6, + "account_id" + ], + [ + 6, + "invoice_number" + ], + [ + 6, + "transaction_type" + ], + [ + 6, + "transaction_date" + ], + [ + 6, + "transaction_amount" + ], + [ + 6, + "transaction_comment" + ], + [ + 6, + "other_transaction_details" + ], + [ + 7, + "order_item_id" + ], + [ + 7, + "order_id" + ], + [ + 7, + "product_id" + ], + [ + 7, + "product_quantity" + ], + [ + 7, + "other_order_item_details" + ], + [ + 8, + "order_item_id" + ], + [ + 8, + "invoice_number" + ], + [ + 8, + "product_id" + ], + [ + 8, + "product_title" + ], + [ + 8, + "product_quantity" + ], + [ + 8, + "product_price" + ], + [ + 8, + "derived_product_cost" + ], + [ + 8, + "derived_vat_payable" + ], + [ + 8, + "derived_total_cost" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "time", + "text", + "number", + "number", + "time", + "number", + "number", + "time", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "time", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "customers_and_invoices", + "foreign_keys": [ + [ + 14, + 1 + ], + [ + 18, + 13 + ], + [ + 21, + 1 + ], + [ + 30, + 25 + ], + [ + 36, + 20 + ], + [ + 37, + 17 + ], + [ + 44, + 13 + ], + [ + 45, + 28 + ], + [ + 50, + 28 + ], + [ + 49, + 17 + ], + [ + 48, + 43 + ] + ], + "primary_keys": [ + 1, + 13, + 17, + 20, + 25, + 28, + 43 + ], + "table_names": [ + "customers", + "orders", + "invoices", + "accounts", + "product categories", + "products", + "financial transactions", + "order items", + "invoice line items" + ], + "table_names_original": [ + "Customers", + "Orders", + "Invoices", + "Accounts", + "Product_Categories", + "Products", + "Financial_Transactions", + "Order_Items", + "Invoice_Line_Items" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "customer details" + ], + [ + 1, + "staff id" + ], + [ + 1, + "staff details" + ], + [ + 2, + "policy id" + ], + [ + 2, + "customer id" + ], + [ + 2, + "policy type code" + ], + [ + 2, + "start date" + ], + [ + 2, + "end date" + ], + [ + 3, + "claim header id" + ], + [ + 3, + "claim status code" + ], + [ + 3, + "claim type code" + ], + [ + 3, + "policy id" + ], + [ + 3, + "date of claim" + ], + [ + 3, + "date of settlement" + ], + [ + 3, + "amount claimed" + ], + [ + 3, + "amount piad" + ], + [ + 4, + "claim id" + ], + [ + 4, + "document type code" + ], + [ + 4, + "created by staff id" + ], + [ + 4, + "created date" + ], + [ + 5, + "claim stage id" + ], + [ + 5, + "next claim stage id" + ], + [ + 5, + "claim status name" + ], + [ + 5, + "claim status description" + ], + [ + 6, + "claim processing id" + ], + [ + 6, + "claim id" + ], + [ + 6, + "claim outcome code" + ], + [ + 6, + "claim stage id" + ], + [ + 6, + "staff id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Customer_ID" + ], + [ + 0, + "Customer_Details" + ], + [ + 1, + "Staff_ID" + ], + [ + 1, + "Staff_Details" + ], + [ + 2, + "Policy_ID" + ], + [ + 2, + "Customer_ID" + ], + [ + 2, + "Policy_Type_Code" + ], + [ + 2, + "Start_Date" + ], + [ + 2, + "End_Date" + ], + [ + 3, + "Claim_Header_ID" + ], + [ + 3, + "Claim_Status_Code" + ], + [ + 3, + "Claim_Type_Code" + ], + [ + 3, + "Policy_ID" + ], + [ + 3, + "Date_of_Claim" + ], + [ + 3, + "Date_of_Settlement" + ], + [ + 3, + "Amount_Claimed" + ], + [ + 3, + "Amount_Piad" + ], + [ + 4, + "Claim_ID" + ], + [ + 4, + "Document_Type_Code" + ], + [ + 4, + "Created_by_Staff_ID" + ], + [ + 4, + "Created_Date" + ], + [ + 5, + "Claim_Stage_ID" + ], + [ + 5, + "Next_Claim_Stage_ID" + ], + [ + 5, + "Claim_Status_Name" + ], + [ + 5, + "Claim_Status_Description" + ], + [ + 6, + "Claim_Processing_ID" + ], + [ + 6, + "Claim_ID" + ], + [ + 6, + "Claim_Outcome_Code" + ], + [ + 6, + "Claim_Stage_ID" + ], + [ + 6, + "Staff_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "time", + "time", + "number", + "text", + "text", + "number", + "time", + "time", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "insurance_and_eClaims", + "foreign_keys": [ + [ + 6, + 1 + ], + [ + 13, + 5 + ], + [ + 20, + 3 + ], + [ + 18, + 10 + ], + [ + 30, + 3 + ], + [ + 27, + 10 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 10, + 18, + 22, + 26 + ], + "table_names": [ + "customers", + "staff", + "policies", + "claim headers", + "claims documents", + "claims processing stages", + "claims processing" + ], + "table_names_original": [ + "Customers", + "Staff", + "Policies", + "Claim_Headers", + "Claims_Documents", + "Claims_Processing_Stages", + "Claims_Processing" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "class code" + ], + [ + 0, + "course code" + ], + [ + 0, + "class section" + ], + [ + 0, + "class time" + ], + [ + 0, + "class room" + ], + [ + 0, + "professor employee number" + ], + [ + 1, + "course code" + ], + [ + 1, + "department code" + ], + [ + 1, + "course description" + ], + [ + 1, + "course credit" + ], + [ + 2, + "department code" + ], + [ + 2, + "department name" + ], + [ + 2, + "school code" + ], + [ + 2, + "employee number" + ], + [ + 2, + "department address" + ], + [ + 2, + "department extension" + ], + [ + 3, + "employee number" + ], + [ + 3, + "employee last name" + ], + [ + 3, + "employee first name" + ], + [ + 3, + "employee initial" + ], + [ + 3, + "employee job code" + ], + [ + 3, + "employee hire date" + ], + [ + 3, + "employee date of birth" + ], + [ + 4, + "class code" + ], + [ + 4, + "student number" + ], + [ + 4, + "enroll grade" + ], + [ + 5, + "employee number" + ], + [ + 5, + "department code" + ], + [ + 5, + "professor office" + ], + [ + 5, + "professor extension" + ], + [ + 5, + "professor high degree" + ], + [ + 6, + "student num" + ], + [ + 6, + "student last name" + ], + [ + 6, + "student first name" + ], + [ + 6, + "student init" + ], + [ + 6, + "student date of birth" + ], + [ + 6, + "student class hours took" + ], + [ + 6, + "student class" + ], + [ + 6, + "student gpa" + ], + [ + 6, + "student transfer" + ], + [ + 6, + "department code" + ], + [ + 6, + "student phone" + ], + [ + 6, + "professor number" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "CLASS_CODE" + ], + [ + 0, + "CRS_CODE" + ], + [ + 0, + "CLASS_SECTION" + ], + [ + 0, + "CLASS_TIME" + ], + [ + 0, + "CLASS_ROOM" + ], + [ + 0, + "PROF_NUM" + ], + [ + 1, + "CRS_CODE" + ], + [ + 1, + "DEPT_CODE" + ], + [ + 1, + "CRS_DESCRIPTION" + ], + [ + 1, + "CRS_CREDIT" + ], + [ + 2, + "DEPT_CODE" + ], + [ + 2, + "DEPT_NAME" + ], + [ + 2, + "SCHOOL_CODE" + ], + [ + 2, + "EMP_NUM" + ], + [ + 2, + "DEPT_ADDRESS" + ], + [ + 2, + "DEPT_EXTENSION" + ], + [ + 3, + "EMP_NUM" + ], + [ + 3, + "EMP_LNAME" + ], + [ + 3, + "EMP_FNAME" + ], + [ + 3, + "EMP_INITIAL" + ], + [ + 3, + "EMP_JOBCODE" + ], + [ + 3, + "EMP_HIREDATE" + ], + [ + 3, + "EMP_DOB" + ], + [ + 4, + "CLASS_CODE" + ], + [ + 4, + "STU_NUM" + ], + [ + 4, + "ENROLL_GRADE" + ], + [ + 5, + "EMP_NUM" + ], + [ + 5, + "DEPT_CODE" + ], + [ + 5, + "PROF_OFFICE" + ], + [ + 5, + "PROF_EXTENSION" + ], + [ + 5, + "PROF_HIGH_DEGREE" + ], + [ + 6, + "STU_NUM" + ], + [ + 6, + "STU_LNAME" + ], + [ + 6, + "STU_FNAME" + ], + [ + 6, + "STU_INIT" + ], + [ + 6, + "STU_DOB" + ], + [ + 6, + "STU_HRS" + ], + [ + 6, + "STU_CLASS" + ], + [ + 6, + "STU_GPA" + ], + [ + 6, + "STU_TRANSFER" + ], + [ + 6, + "DEPT_CODE" + ], + [ + 6, + "STU_PHONE" + ], + [ + 6, + "PROF_NUM" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "time", + "time", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "time", + "number", + "text", + "number", + "number", + "text", + "text", + "number" + ], + "db_id": "college_1", + "foreign_keys": [ + [ + 6, + 17 + ], + [ + 2, + 7 + ], + [ + 8, + 11 + ], + [ + 14, + 17 + ], + [ + 25, + 32 + ], + [ + 24, + 1 + ], + [ + 28, + 11 + ], + [ + 27, + 17 + ], + [ + 41, + 11 + ] + ], + "primary_keys": [ + 1, + 7, + 11, + 17, + 32 + ], + "table_names": [ + "class", + "course", + "department", + "employee", + "enroll", + "professor", + "student" + ], + "table_names_original": [ + "CLASS", + "COURSE", + "DEPARTMENT", + "EMPLOYEE", + "ENROLL", + "PROFESSOR", + "STUDENT" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "district id" + ], + [ + 0, + "name" + ], + [ + 0, + "area km" + ], + [ + 0, + "population" + ], + [ + 0, + "density km" + ], + [ + 0, + "government website" + ], + [ + 1, + "spokesman id" + ], + [ + 1, + "name" + ], + [ + 1, + "age" + ], + [ + 1, + "speach title" + ], + [ + 1, + "rank position" + ], + [ + 1, + "points" + ], + [ + 2, + "spokesman id" + ], + [ + 2, + "district id" + ], + [ + 2, + "start year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "District_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Area_km" + ], + [ + 0, + "Population" + ], + [ + 0, + "Density_km" + ], + [ + 0, + "Government_website" + ], + [ + 1, + "Spokesman_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Age" + ], + [ + 1, + "Speach_title" + ], + [ + 1, + "Rank_position" + ], + [ + 1, + "Points" + ], + [ + 2, + "Spokesman_ID" + ], + [ + 2, + "District_ID" + ], + [ + 2, + "Start_year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "text" + ], + "db_id": "district_spokesman", + "foreign_keys": [ + [ + 14, + 1 + ], + [ + 13, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 13 + ], + "table_names": [ + "district", + "spokesman", + "spokesman district" + ], + "table_names_original": [ + "district", + "spokesman", + "spokesman_district" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "master customer id" + ], + [ + 0, + "cmi details" + ], + [ + 1, + "cmi cross reference id" + ], + [ + 1, + "master customer id" + ], + [ + 1, + "source system code" + ], + [ + 2, + "council tax id" + ], + [ + 2, + "cmi cross reference id" + ], + [ + 3, + "business rates id" + ], + [ + 3, + "cmi cross reference id" + ], + [ + 4, + "council tax id" + ], + [ + 4, + "cmi cross ref id" + ], + [ + 5, + "council tax id" + ], + [ + 5, + "cmi cross reference id" + ], + [ + 6, + "council tax id" + ], + [ + 6, + "cmi cross reference id" + ], + [ + 7, + "electoral register id" + ], + [ + 7, + "cmi cross reference id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "master_customer_id" + ], + [ + 0, + "cmi_details" + ], + [ + 1, + "cmi_cross_ref_id" + ], + [ + 1, + "master_customer_id" + ], + [ + 1, + "source_system_code" + ], + [ + 2, + "council_tax_id" + ], + [ + 2, + "cmi_cross_ref_id" + ], + [ + 3, + "business_rates_id" + ], + [ + 3, + "cmi_cross_ref_id" + ], + [ + 4, + "council_tax_id" + ], + [ + 4, + "cmi_cross_ref_id" + ], + [ + 5, + "council_tax_id" + ], + [ + 5, + "cmi_cross_ref_id" + ], + [ + 6, + "council_tax_id" + ], + [ + 6, + "cmi_cross_ref_id" + ], + [ + 7, + "electoral_register_id" + ], + [ + 7, + "cmi_cross_ref_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "local_govt_mdm", + "foreign_keys": [ + [ + 4, + 1 + ], + [ + 7, + 3 + ], + [ + 9, + 3 + ], + [ + 11, + 3 + ], + [ + 13, + 3 + ], + [ + 15, + 3 + ], + [ + 17, + 3 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 8, + 10, + 12, + 14, + 16 + ], + "table_names": [ + "customer master index", + "cmi cross references", + "council tax", + "business rates", + "benefits overpayments", + "parking fines", + "rent arrears", + "electoral register" + ], + "table_names_original": [ + "Customer_Master_Index", + "CMI_Cross_References", + "Council_Tax", + "Business_Rates", + "Benefits_Overpayments", + "Parking_Fines", + "Rent_Arrears", + "Electoral_Register" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "publication id" + ], + [ + 0, + "book id" + ], + [ + 0, + "publisher" + ], + [ + 0, + "publication date" + ], + [ + 0, + "price" + ], + [ + 1, + "book id" + ], + [ + 1, + "title" + ], + [ + 1, + "issues" + ], + [ + 1, + "writer" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Publication_ID" + ], + [ + 0, + "Book_ID" + ], + [ + 0, + "Publisher" + ], + [ + 0, + "Publication_Date" + ], + [ + 0, + "Price" + ], + [ + 1, + "Book_ID" + ], + [ + 1, + "Title" + ], + [ + 1, + "Issues" + ], + [ + 1, + "Writer" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text" + ], + "db_id": "book_2", + "foreign_keys": [ + [ + 2, + 6 + ] + ], + "primary_keys": [ + 1, + 6 + ], + "table_names": [ + "publication", + "book" + ], + "table_names_original": [ + "publication", + "book" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "region id" + ], + [ + 0, + "region name" + ], + [ + 1, + "country id" + ], + [ + 1, + "country name" + ], + [ + 1, + "region id" + ], + [ + 2, + "department id" + ], + [ + 2, + "department name" + ], + [ + 2, + "manager id" + ], + [ + 2, + "location id" + ], + [ + 3, + "job id" + ], + [ + 3, + "job title" + ], + [ + 3, + "min salary" + ], + [ + 3, + "max salary" + ], + [ + 4, + "employee id" + ], + [ + 4, + "first name" + ], + [ + 4, + "last name" + ], + [ + 4, + "email" + ], + [ + 4, + "phone number" + ], + [ + 4, + "hire date" + ], + [ + 4, + "job id" + ], + [ + 4, + "salary" + ], + [ + 4, + "commission pct" + ], + [ + 4, + "manager id" + ], + [ + 4, + "department id" + ], + [ + 5, + "employee id" + ], + [ + 5, + "start date" + ], + [ + 5, + "end date" + ], + [ + 5, + "job id" + ], + [ + 5, + "department id" + ], + [ + 6, + "location id" + ], + [ + 6, + "street address" + ], + [ + 6, + "postal code" + ], + [ + 6, + "city" + ], + [ + 6, + "state province" + ], + [ + 6, + "country id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "REGION_ID" + ], + [ + 0, + "REGION_NAME" + ], + [ + 1, + "COUNTRY_ID" + ], + [ + 1, + "COUNTRY_NAME" + ], + [ + 1, + "REGION_ID" + ], + [ + 2, + "DEPARTMENT_ID" + ], + [ + 2, + "DEPARTMENT_NAME" + ], + [ + 2, + "MANAGER_ID" + ], + [ + 2, + "LOCATION_ID" + ], + [ + 3, + "JOB_ID" + ], + [ + 3, + "JOB_TITLE" + ], + [ + 3, + "MIN_SALARY" + ], + [ + 3, + "MAX_SALARY" + ], + [ + 4, + "EMPLOYEE_ID" + ], + [ + 4, + "FIRST_NAME" + ], + [ + 4, + "LAST_NAME" + ], + [ + 4, + "EMAIL" + ], + [ + 4, + "PHONE_NUMBER" + ], + [ + 4, + "HIRE_DATE" + ], + [ + 4, + "JOB_ID" + ], + [ + 4, + "SALARY" + ], + [ + 4, + "COMMISSION_PCT" + ], + [ + 4, + "MANAGER_ID" + ], + [ + 4, + "DEPARTMENT_ID" + ], + [ + 5, + "EMPLOYEE_ID" + ], + [ + 5, + "START_DATE" + ], + [ + 5, + "END_DATE" + ], + [ + 5, + "JOB_ID" + ], + [ + 5, + "DEPARTMENT_ID" + ], + [ + 6, + "LOCATION_ID" + ], + [ + 6, + "STREET_ADDRESS" + ], + [ + 6, + "POSTAL_CODE" + ], + [ + 6, + "CITY" + ], + [ + 6, + "STATE_PROVINCE" + ], + [ + 6, + "COUNTRY_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "time", + "text", + "number", + "number", + "number", + "number", + "number", + "time", + "time", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text" + ], + "db_id": "hr_1", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 20, + 10 + ], + [ + 24, + 6 + ], + [ + 28, + 10 + ], + [ + 29, + 6 + ], + [ + 25, + 14 + ], + [ + 35, + 3 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 10, + 14, + 25, + 30 + ], + "table_names": [ + "regions", + "countries", + "departments", + "jobs", + "employees", + "job history", + "locations" + ], + "table_names_original": [ + "regions", + "countries", + "departments", + "jobs", + "employees", + "job_history", + "locations" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "player fifa api id" + ], + [ + 0, + "player api id" + ], + [ + 0, + "date" + ], + [ + 0, + "overall rating" + ], + [ + 0, + "potential" + ], + [ + 0, + "preferred foot" + ], + [ + 0, + "attacking work rate" + ], + [ + 0, + "defensive work rate" + ], + [ + 0, + "crossing" + ], + [ + 0, + "finishing" + ], + [ + 0, + "heading accuracy" + ], + [ + 0, + "short passing" + ], + [ + 0, + "volleys" + ], + [ + 0, + "dribbling" + ], + [ + 0, + "curve" + ], + [ + 0, + "free kick accuracy" + ], + [ + 0, + "long passing" + ], + [ + 0, + "ball control" + ], + [ + 0, + "acceleration" + ], + [ + 0, + "sprint speed" + ], + [ + 0, + "agility" + ], + [ + 0, + "reactions" + ], + [ + 0, + "balance" + ], + [ + 0, + "shot power" + ], + [ + 0, + "jumping" + ], + [ + 0, + "stamina" + ], + [ + 0, + "strength" + ], + [ + 0, + "long shots" + ], + [ + 0, + "aggression" + ], + [ + 0, + "interceptions" + ], + [ + 0, + "positioning" + ], + [ + 0, + "vision" + ], + [ + 0, + "penalties" + ], + [ + 0, + "marking" + ], + [ + 0, + "standing tackle" + ], + [ + 0, + "sliding tackle" + ], + [ + 0, + "gk diving" + ], + [ + 0, + "gk handling" + ], + [ + 0, + "gk kicking" + ], + [ + 0, + "gk positioning" + ], + [ + 0, + "gk reflexes" + ], + [ + 1, + "name" + ], + [ + 1, + "seq" + ], + [ + 2, + "id" + ], + [ + 2, + "player api id" + ], + [ + 2, + "player name" + ], + [ + 2, + "player fifa api id" + ], + [ + 2, + "birthday" + ], + [ + 2, + "height" + ], + [ + 2, + "weight" + ], + [ + 3, + "id" + ], + [ + 3, + "country id" + ], + [ + 3, + "name" + ], + [ + 4, + "id" + ], + [ + 4, + "name" + ], + [ + 5, + "id" + ], + [ + 5, + "team api id" + ], + [ + 5, + "team fifa api id" + ], + [ + 5, + "team long name" + ], + [ + 5, + "team short name" + ], + [ + 6, + "id" + ], + [ + 6, + "team fifa api id" + ], + [ + 6, + "team api id" + ], + [ + 6, + "date" + ], + [ + 6, + "buildup play speed" + ], + [ + 6, + "buildup play speed class" + ], + [ + 6, + "buildup play dribbling" + ], + [ + 6, + "buildup play dribbling class" + ], + [ + 6, + "buildup play passing" + ], + [ + 6, + "buildup play passing class" + ], + [ + 6, + "buildup play positioning class" + ], + [ + 6, + "chance creation passing" + ], + [ + 6, + "chance creation passing class" + ], + [ + 6, + "chance creation crossing" + ], + [ + 6, + "chance creation crossing class" + ], + [ + 6, + "chance creation shooting" + ], + [ + 6, + "chance creation shooting class" + ], + [ + 6, + "chance creation positioning class" + ], + [ + 6, + "defence pressure" + ], + [ + 6, + "defence pressure class" + ], + [ + 6, + "defence aggression" + ], + [ + 6, + "defence aggression class" + ], + [ + 6, + "defence team width" + ], + [ + 6, + "defence team width class" + ], + [ + 6, + "defence defender line class" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "player_fifa_api_id" + ], + [ + 0, + "player_api_id" + ], + [ + 0, + "date" + ], + [ + 0, + "overall_rating" + ], + [ + 0, + "potential" + ], + [ + 0, + "preferred_foot" + ], + [ + 0, + "attacking_work_rate" + ], + [ + 0, + "defensive_work_rate" + ], + [ + 0, + "crossing" + ], + [ + 0, + "finishing" + ], + [ + 0, + "heading_accuracy" + ], + [ + 0, + "short_passing" + ], + [ + 0, + "volleys" + ], + [ + 0, + "dribbling" + ], + [ + 0, + "curve" + ], + [ + 0, + "free_kick_accuracy" + ], + [ + 0, + "long_passing" + ], + [ + 0, + "ball_control" + ], + [ + 0, + "acceleration" + ], + [ + 0, + "sprint_speed" + ], + [ + 0, + "agility" + ], + [ + 0, + "reactions" + ], + [ + 0, + "balance" + ], + [ + 0, + "shot_power" + ], + [ + 0, + "jumping" + ], + [ + 0, + "stamina" + ], + [ + 0, + "strength" + ], + [ + 0, + "long_shots" + ], + [ + 0, + "aggression" + ], + [ + 0, + "interceptions" + ], + [ + 0, + "positioning" + ], + [ + 0, + "vision" + ], + [ + 0, + "penalties" + ], + [ + 0, + "marking" + ], + [ + 0, + "standing_tackle" + ], + [ + 0, + "sliding_tackle" + ], + [ + 0, + "gk_diving" + ], + [ + 0, + "gk_handling" + ], + [ + 0, + "gk_kicking" + ], + [ + 0, + "gk_positioning" + ], + [ + 0, + "gk_reflexes" + ], + [ + 1, + "name" + ], + [ + 1, + "seq" + ], + [ + 2, + "id" + ], + [ + 2, + "player_api_id" + ], + [ + 2, + "player_name" + ], + [ + 2, + "player_fifa_api_id" + ], + [ + 2, + "birthday" + ], + [ + 2, + "height" + ], + [ + 2, + "weight" + ], + [ + 3, + "id" + ], + [ + 3, + "country_id" + ], + [ + 3, + "name" + ], + [ + 4, + "id" + ], + [ + 4, + "name" + ], + [ + 5, + "id" + ], + [ + 5, + "team_api_id" + ], + [ + 5, + "team_fifa_api_id" + ], + [ + 5, + "team_long_name" + ], + [ + 5, + "team_short_name" + ], + [ + 6, + "id" + ], + [ + 6, + "team_fifa_api_id" + ], + [ + 6, + "team_api_id" + ], + [ + 6, + "date" + ], + [ + 6, + "buildUpPlaySpeed" + ], + [ + 6, + "buildUpPlaySpeedClass" + ], + [ + 6, + "buildUpPlayDribbling" + ], + [ + 6, + "buildUpPlayDribblingClass" + ], + [ + 6, + "buildUpPlayPassing" + ], + [ + 6, + "buildUpPlayPassingClass" + ], + [ + 6, + "buildUpPlayPositioningClass" + ], + [ + 6, + "chanceCreationPassing" + ], + [ + 6, + "chanceCreationPassingClass" + ], + [ + 6, + "chanceCreationCrossing" + ], + [ + 6, + "chanceCreationCrossingClass" + ], + [ + 6, + "chanceCreationShooting" + ], + [ + 6, + "chanceCreationShootingClass" + ], + [ + 6, + "chanceCreationPositioningClass" + ], + [ + 6, + "defencePressure" + ], + [ + 6, + "defencePressureClass" + ], + [ + 6, + "defenceAggression" + ], + [ + 6, + "defenceAggressionClass" + ], + [ + 6, + "defenceTeamWidth" + ], + [ + 6, + "defenceTeamWidthClass" + ], + [ + 6, + "defenceDefenderLineClass" + ] + ], + "column_types": [ + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text" + ], + "db_id": "soccer_1", + "foreign_keys": [ + [ + 3, + 46 + ], + [ + 2, + 48 + ], + [ + 53, + 55 + ], + [ + 64, + 58 + ], + [ + 63, + 59 + ] + ], + "primary_keys": [ + 1, + 45, + 52, + 55, + 57, + 62 + ], + "table_names": [ + "player attributes", + "sqlite sequence", + "player", + "league", + "country", + "team", + "team attributes" + ], + "table_names_original": [ + "Player_Attributes", + "sqlite_sequence", + "Player", + "League", + "Country", + "Team", + "Team_Attributes" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "actor id" + ], + [ + 0, + "first name" + ], + [ + 0, + "last name" + ], + [ + 0, + "last update" + ], + [ + 1, + "address id" + ], + [ + 1, + "address" + ], + [ + 1, + "address2" + ], + [ + 1, + "district" + ], + [ + 1, + "city id" + ], + [ + 1, + "postal code" + ], + [ + 1, + "phone" + ], + [ + 1, + "last update" + ], + [ + 2, + "category id" + ], + [ + 2, + "name" + ], + [ + 2, + "last update" + ], + [ + 3, + "city id" + ], + [ + 3, + "city" + ], + [ + 3, + "country id" + ], + [ + 3, + "last update" + ], + [ + 4, + "country id" + ], + [ + 4, + "country" + ], + [ + 4, + "last update" + ], + [ + 5, + "customer id" + ], + [ + 5, + "store id" + ], + [ + 5, + "first name" + ], + [ + 5, + "last name" + ], + [ + 5, + "email" + ], + [ + 5, + "address id" + ], + [ + 5, + "active" + ], + [ + 5, + "create date" + ], + [ + 5, + "last update" + ], + [ + 6, + "film id" + ], + [ + 6, + "title" + ], + [ + 6, + "description" + ], + [ + 6, + "release year" + ], + [ + 6, + "language id" + ], + [ + 6, + "original language id" + ], + [ + 6, + "rental duration" + ], + [ + 6, + "rental rate" + ], + [ + 6, + "length" + ], + [ + 6, + "replacement cost" + ], + [ + 6, + "rating" + ], + [ + 6, + "special features" + ], + [ + 6, + "last update" + ], + [ + 7, + "actor id" + ], + [ + 7, + "film id" + ], + [ + 7, + "last update" + ], + [ + 8, + "film id" + ], + [ + 8, + "category id" + ], + [ + 8, + "last update" + ], + [ + 9, + "film id" + ], + [ + 9, + "title" + ], + [ + 9, + "description" + ], + [ + 10, + "inventory id" + ], + [ + 10, + "film id" + ], + [ + 10, + "store id" + ], + [ + 10, + "last update" + ], + [ + 11, + "language id" + ], + [ + 11, + "name" + ], + [ + 11, + "last update" + ], + [ + 12, + "payment id" + ], + [ + 12, + "customer id" + ], + [ + 12, + "staff id" + ], + [ + 12, + "rental id" + ], + [ + 12, + "amount" + ], + [ + 12, + "payment date" + ], + [ + 12, + "last update" + ], + [ + 13, + "rental id" + ], + [ + 13, + "rental date" + ], + [ + 13, + "inventory id" + ], + [ + 13, + "customer id" + ], + [ + 13, + "return date" + ], + [ + 13, + "staff id" + ], + [ + 13, + "last update" + ], + [ + 14, + "staff id" + ], + [ + 14, + "first name" + ], + [ + 14, + "last name" + ], + [ + 14, + "address id" + ], + [ + 14, + "picture" + ], + [ + 14, + "email" + ], + [ + 14, + "store id" + ], + [ + 14, + "active" + ], + [ + 14, + "username" + ], + [ + 14, + "password" + ], + [ + 14, + "last update" + ], + [ + 15, + "store id" + ], + [ + 15, + "manager staff id" + ], + [ + 15, + "address id" + ], + [ + 15, + "last update" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "actor_id" + ], + [ + 0, + "first_name" + ], + [ + 0, + "last_name" + ], + [ + 0, + "last_update" + ], + [ + 1, + "address_id" + ], + [ + 1, + "address" + ], + [ + 1, + "address2" + ], + [ + 1, + "district" + ], + [ + 1, + "city_id" + ], + [ + 1, + "postal_code" + ], + [ + 1, + "phone" + ], + [ + 1, + "last_update" + ], + [ + 2, + "category_id" + ], + [ + 2, + "name" + ], + [ + 2, + "last_update" + ], + [ + 3, + "city_id" + ], + [ + 3, + "city" + ], + [ + 3, + "country_id" + ], + [ + 3, + "last_update" + ], + [ + 4, + "country_id" + ], + [ + 4, + "country" + ], + [ + 4, + "last_update" + ], + [ + 5, + "customer_id" + ], + [ + 5, + "store_id" + ], + [ + 5, + "first_name" + ], + [ + 5, + "last_name" + ], + [ + 5, + "email" + ], + [ + 5, + "address_id" + ], + [ + 5, + "active" + ], + [ + 5, + "create_date" + ], + [ + 5, + "last_update" + ], + [ + 6, + "film_id" + ], + [ + 6, + "title" + ], + [ + 6, + "description" + ], + [ + 6, + "release_year" + ], + [ + 6, + "language_id" + ], + [ + 6, + "original_language_id" + ], + [ + 6, + "rental_duration" + ], + [ + 6, + "rental_rate" + ], + [ + 6, + "length" + ], + [ + 6, + "replacement_cost" + ], + [ + 6, + "rating" + ], + [ + 6, + "special_features" + ], + [ + 6, + "last_update" + ], + [ + 7, + "actor_id" + ], + [ + 7, + "film_id" + ], + [ + 7, + "last_update" + ], + [ + 8, + "film_id" + ], + [ + 8, + "category_id" + ], + [ + 8, + "last_update" + ], + [ + 9, + "film_id" + ], + [ + 9, + "title" + ], + [ + 9, + "description" + ], + [ + 10, + "inventory_id" + ], + [ + 10, + "film_id" + ], + [ + 10, + "store_id" + ], + [ + 10, + "last_update" + ], + [ + 11, + "language_id" + ], + [ + 11, + "name" + ], + [ + 11, + "last_update" + ], + [ + 12, + "payment_id" + ], + [ + 12, + "customer_id" + ], + [ + 12, + "staff_id" + ], + [ + 12, + "rental_id" + ], + [ + 12, + "amount" + ], + [ + 12, + "payment_date" + ], + [ + 12, + "last_update" + ], + [ + 13, + "rental_id" + ], + [ + 13, + "rental_date" + ], + [ + 13, + "inventory_id" + ], + [ + 13, + "customer_id" + ], + [ + 13, + "return_date" + ], + [ + 13, + "staff_id" + ], + [ + 13, + "last_update" + ], + [ + 14, + "staff_id" + ], + [ + 14, + "first_name" + ], + [ + 14, + "last_name" + ], + [ + 14, + "address_id" + ], + [ + 14, + "picture" + ], + [ + 14, + "email" + ], + [ + 14, + "store_id" + ], + [ + 14, + "active" + ], + [ + 14, + "username" + ], + [ + 14, + "password" + ], + [ + 14, + "last_update" + ], + [ + 15, + "store_id" + ], + [ + 15, + "manager_staff_id" + ], + [ + 15, + "address_id" + ], + [ + 15, + "last_update" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "time", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "time", + "number", + "text", + "time", + "number", + "text", + "number", + "time", + "number", + "text", + "time", + "number", + "number", + "text", + "text", + "text", + "number", + "boolean", + "time", + "time", + "number", + "text", + "text", + "time", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "time", + "number", + "number", + "time", + "number", + "number", + "time", + "number", + "text", + "text", + "number", + "number", + "number", + "time", + "number", + "text", + "time", + "number", + "number", + "number", + "number", + "number", + "time", + "time", + "number", + "time", + "number", + "number", + "time", + "number", + "time", + "number", + "text", + "text", + "number", + "others", + "text", + "number", + "boolean", + "text", + "text", + "time", + "number", + "number", + "number", + "time" + ], + "db_id": "sakila_1", + "foreign_keys": [ + [ + 9, + 16 + ], + [ + 18, + 20 + ], + [ + 24, + 86 + ], + [ + 28, + 5 + ], + [ + 37, + 58 + ], + [ + 36, + 58 + ], + [ + 46, + 32 + ], + [ + 45, + 1 + ], + [ + 49, + 13 + ], + [ + 48, + 32 + ], + [ + 55, + 32 + ], + [ + 56, + 86 + ], + [ + 63, + 75 + ], + [ + 62, + 23 + ], + [ + 64, + 68 + ], + [ + 71, + 23 + ], + [ + 70, + 54 + ], + [ + 73, + 75 + ], + [ + 78, + 5 + ], + [ + 88, + 5 + ], + [ + 87, + 75 + ] + ], + "primary_keys": [ + 1, + 5, + 13, + 16, + 20, + 23, + 32, + 45, + 48, + 51, + 54, + 58, + 61, + 68, + 75, + 86 + ], + "table_names": [ + "actor", + "address", + "category", + "city", + "country", + "customer", + "film", + "film actor", + "film category", + "film text", + "inventory", + "language", + "payment", + "rental", + "staff", + "store" + ], + "table_names_original": [ + "actor", + "address", + "category", + "city", + "country", + "customer", + "film", + "film_actor", + "film_category", + "film_text", + "inventory", + "language", + "payment", + "rental", + "staff", + "store" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "feature type code" + ], + [ + 0, + "feature type name" + ], + [ + 1, + "property type code" + ], + [ + 1, + "property type description" + ], + [ + 2, + "feature id" + ], + [ + 2, + "feature type code" + ], + [ + 2, + "feature name" + ], + [ + 2, + "feature description" + ], + [ + 3, + "property id" + ], + [ + 3, + "property type code" + ], + [ + 3, + "date on market" + ], + [ + 3, + "date sold" + ], + [ + 3, + "property name" + ], + [ + 3, + "property address" + ], + [ + 3, + "room count" + ], + [ + 3, + "vendor requested price" + ], + [ + 3, + "buyer offered price" + ], + [ + 3, + "agreed selling price" + ], + [ + 3, + "apt feature 1" + ], + [ + 3, + "apt feature 2" + ], + [ + 3, + "apt feature 3" + ], + [ + 3, + "fld feature 1" + ], + [ + 3, + "fld feature 2" + ], + [ + 3, + "fld feature 3" + ], + [ + 3, + "hse feature 1" + ], + [ + 3, + "hse feature 2" + ], + [ + 3, + "hse feature 3" + ], + [ + 3, + "oth feature 1" + ], + [ + 3, + "oth feature 2" + ], + [ + 3, + "oth feature 3" + ], + [ + 3, + "shp feature 1" + ], + [ + 3, + "shp feature 2" + ], + [ + 3, + "shp feature 3" + ], + [ + 3, + "other property details" + ], + [ + 4, + "property id" + ], + [ + 4, + "feature id" + ], + [ + 4, + "property feature description" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "feature_type_code" + ], + [ + 0, + "feature_type_name" + ], + [ + 1, + "property_type_code" + ], + [ + 1, + "property_type_description" + ], + [ + 2, + "feature_id" + ], + [ + 2, + "feature_type_code" + ], + [ + 2, + "feature_name" + ], + [ + 2, + "feature_description" + ], + [ + 3, + "property_id" + ], + [ + 3, + "property_type_code" + ], + [ + 3, + "date_on_market" + ], + [ + 3, + "date_sold" + ], + [ + 3, + "property_name" + ], + [ + 3, + "property_address" + ], + [ + 3, + "room_count" + ], + [ + 3, + "vendor_requested_price" + ], + [ + 3, + "buyer_offered_price" + ], + [ + 3, + "agreed_selling_price" + ], + [ + 3, + "apt_feature_1" + ], + [ + 3, + "apt_feature_2" + ], + [ + 3, + "apt_feature_3" + ], + [ + 3, + "fld_feature_1" + ], + [ + 3, + "fld_feature_2" + ], + [ + 3, + "fld_feature_3" + ], + [ + 3, + "hse_feature_1" + ], + [ + 3, + "hse_feature_2" + ], + [ + 3, + "hse_feature_3" + ], + [ + 3, + "oth_feature_1" + ], + [ + 3, + "oth_feature_2" + ], + [ + 3, + "oth_feature_3" + ], + [ + 3, + "shp_feature_1" + ], + [ + 3, + "shp_feature_2" + ], + [ + 3, + "shp_feature_3" + ], + [ + 3, + "other_property_details" + ], + [ + 4, + "property_id" + ], + [ + 4, + "feature_id" + ], + [ + 4, + "property_feature_description" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "time", + "time", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "real_estate_properties", + "foreign_keys": [ + [ + 6, + 1 + ], + [ + 10, + 3 + ], + [ + 35, + 9 + ], + [ + 36, + 5 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 9 + ], + "table_names": [ + "reference feature types", + "reference property types", + "other available features", + "properties", + "other property features" + ], + "table_names_original": [ + "Ref_Feature_Types", + "Ref_Property_Types", + "Other_Available_Features", + "Properties", + "Other_Property_Features" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "faculty id" + ], + [ + 1, + "last name" + ], + [ + 1, + "first name" + ], + [ + 1, + "rank" + ], + [ + 1, + "sex" + ], + [ + 1, + "phone" + ], + [ + 1, + "room" + ], + [ + 1, + "building" + ], + [ + 2, + "department number" + ], + [ + 2, + "division" + ], + [ + 2, + "department name" + ], + [ + 2, + "room" + ], + [ + 2, + "building" + ], + [ + 2, + "department phone" + ], + [ + 3, + "faculty id" + ], + [ + 3, + "department number" + ], + [ + 3, + "appt type" + ], + [ + 4, + "course id" + ], + [ + 4, + "course name" + ], + [ + 4, + "credits" + ], + [ + 4, + "instructor" + ], + [ + 4, + "days" + ], + [ + 4, + "hours" + ], + [ + 4, + "department number" + ], + [ + 5, + "student id" + ], + [ + 5, + "department number" + ], + [ + 6, + "student id" + ], + [ + 6, + "course id" + ], + [ + 6, + "grade" + ], + [ + 7, + "letter grade" + ], + [ + 7, + "grade point" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "FacID" + ], + [ + 1, + "Lname" + ], + [ + 1, + "Fname" + ], + [ + 1, + "Rank" + ], + [ + 1, + "Sex" + ], + [ + 1, + "Phone" + ], + [ + 1, + "Room" + ], + [ + 1, + "Building" + ], + [ + 2, + "DNO" + ], + [ + 2, + "Division" + ], + [ + 2, + "DName" + ], + [ + 2, + "Room" + ], + [ + 2, + "Building" + ], + [ + 2, + "DPhone" + ], + [ + 3, + "FacID" + ], + [ + 3, + "DNO" + ], + [ + 3, + "Appt_Type" + ], + [ + 4, + "CID" + ], + [ + 4, + "CName" + ], + [ + 4, + "Credits" + ], + [ + 4, + "Instructor" + ], + [ + 4, + "Days" + ], + [ + 4, + "Hours" + ], + [ + 4, + "DNO" + ], + [ + 5, + "StuID" + ], + [ + 5, + "DNO" + ], + [ + 6, + "StuID" + ], + [ + 6, + "CID" + ], + [ + 6, + "Grade" + ], + [ + 7, + "lettergrade" + ], + [ + 7, + "gradepoint" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number" + ], + "db_id": "college_3", + "foreign_keys": [ + [ + 24, + 17 + ], + [ + 23, + 9 + ], + [ + 32, + 17 + ], + [ + 29, + 9 + ], + [ + 34, + 17 + ], + [ + 33, + 1 + ], + [ + 37, + 38 + ], + [ + 36, + 26 + ], + [ + 35, + 1 + ] + ], + "primary_keys": [ + 1, + 9, + 17, + 26, + 38 + ], + "table_names": [ + "student", + "faculty", + "department", + "member of", + "course", + "minor in", + "enrolled in", + "grade conversion" + ], + "table_names_original": [ + "Student", + "Faculty", + "Department", + "Member_of", + "Course", + "Minor_in", + "Enrolled_in", + "Gradeconversion" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "course id" + ], + [ + 0, + "staring date" + ], + [ + 0, + "course" + ], + [ + 1, + "teacher id" + ], + [ + 1, + "name" + ], + [ + 1, + "age" + ], + [ + 1, + "hometown" + ], + [ + 2, + "course id" + ], + [ + 2, + "teacher id" + ], + [ + 2, + "grade" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Course_ID" + ], + [ + 0, + "Staring_Date" + ], + [ + 0, + "Course" + ], + [ + 1, + "Teacher_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Age" + ], + [ + 1, + "Hometown" + ], + [ + 2, + "Course_ID" + ], + [ + 2, + "Teacher_ID" + ], + [ + 2, + "Grade" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number" + ], + "db_id": "course_teach", + "foreign_keys": [ + [ + 9, + 4 + ], + [ + 8, + 1 + ] + ], + "primary_keys": [ + 1, + 4, + 8 + ], + "table_names": [ + "course", + "teacher", + "course arrange" + ], + "table_names_original": [ + "course", + "teacher", + "course_arrange" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "roller coaster id" + ], + [ + 0, + "name" + ], + [ + 0, + "park" + ], + [ + 0, + "country id" + ], + [ + 0, + "length" + ], + [ + 0, + "height" + ], + [ + 0, + "speed" + ], + [ + 0, + "opened" + ], + [ + 0, + "status" + ], + [ + 1, + "country id" + ], + [ + 1, + "name" + ], + [ + 1, + "population" + ], + [ + 1, + "area" + ], + [ + 1, + "languages" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Roller_Coaster_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Park" + ], + [ + 0, + "Country_ID" + ], + [ + 0, + "Length" + ], + [ + 0, + "Height" + ], + [ + 0, + "Speed" + ], + [ + 0, + "Opened" + ], + [ + 0, + "Status" + ], + [ + 1, + "Country_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Population" + ], + [ + 1, + "Area" + ], + [ + 1, + "Languages" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "roller_coaster", + "foreign_keys": [ + [ + 4, + 10 + ] + ], + "primary_keys": [ + 1, + 10 + ], + "table_names": [ + "roller coaster", + "country" + ], + "table_names_original": [ + "roller_coaster", + "country" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "product id" + ], + [ + 0, + "product name" + ], + [ + 0, + "product price" + ], + [ + 0, + "product description" + ], + [ + 1, + "address id" + ], + [ + 1, + "address details" + ], + [ + 1, + "city" + ], + [ + 1, + "zip postcode" + ], + [ + 1, + "state province county" + ], + [ + 1, + "country" + ], + [ + 2, + "customer id" + ], + [ + 2, + "payment method" + ], + [ + 2, + "customer name" + ], + [ + 2, + "customer phone" + ], + [ + 2, + "customer email" + ], + [ + 2, + "date became customer" + ], + [ + 3, + "regular order id" + ], + [ + 3, + "distributer id" + ], + [ + 4, + "regular order id" + ], + [ + 4, + "product id" + ], + [ + 5, + "actual order id" + ], + [ + 5, + "order status code" + ], + [ + 5, + "regular order id" + ], + [ + 5, + "actual order date" + ], + [ + 6, + "actual order id" + ], + [ + 6, + "product id" + ], + [ + 7, + "customer id" + ], + [ + 7, + "address id" + ], + [ + 7, + "date from" + ], + [ + 7, + "address type" + ], + [ + 7, + "date to" + ], + [ + 8, + "route id" + ], + [ + 8, + "route name" + ], + [ + 8, + "other route details" + ], + [ + 9, + "location code" + ], + [ + 9, + "route id" + ], + [ + 9, + "location address id" + ], + [ + 9, + "location name" + ], + [ + 10, + "truck id" + ], + [ + 10, + "truck licence number" + ], + [ + 10, + "truck details" + ], + [ + 11, + "employee id" + ], + [ + 11, + "employee address id" + ], + [ + 11, + "employee name" + ], + [ + 11, + "employee phone" + ], + [ + 12, + "location code" + ], + [ + 12, + "actual order id" + ], + [ + 12, + "delivery status code" + ], + [ + 12, + "driver employee id" + ], + [ + 12, + "truck id" + ], + [ + 12, + "delivery date" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "product_id" + ], + [ + 0, + "product_name" + ], + [ + 0, + "product_price" + ], + [ + 0, + "product_description" + ], + [ + 1, + "address_id" + ], + [ + 1, + "address_details" + ], + [ + 1, + "city" + ], + [ + 1, + "zip_postcode" + ], + [ + 1, + "state_province_county" + ], + [ + 1, + "country" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "payment_method" + ], + [ + 2, + "customer_name" + ], + [ + 2, + "customer_phone" + ], + [ + 2, + "customer_email" + ], + [ + 2, + "date_became_customer" + ], + [ + 3, + "regular_order_id" + ], + [ + 3, + "distributer_id" + ], + [ + 4, + "regular_order_id" + ], + [ + 4, + "product_id" + ], + [ + 5, + "actual_order_id" + ], + [ + 5, + "order_status_code" + ], + [ + 5, + "regular_order_id" + ], + [ + 5, + "actual_order_date" + ], + [ + 6, + "actual_order_id" + ], + [ + 6, + "product_id" + ], + [ + 7, + "customer_id" + ], + [ + 7, + "address_id" + ], + [ + 7, + "date_from" + ], + [ + 7, + "address_type" + ], + [ + 7, + "date_to" + ], + [ + 8, + "route_id" + ], + [ + 8, + "route_name" + ], + [ + 8, + "other_route_details" + ], + [ + 9, + "location_code" + ], + [ + 9, + "route_id" + ], + [ + 9, + "location_address_id" + ], + [ + 9, + "location_name" + ], + [ + 10, + "truck_id" + ], + [ + 10, + "truck_licence_number" + ], + [ + 10, + "truck_details" + ], + [ + 11, + "employee_id" + ], + [ + 11, + "employee_address_id" + ], + [ + 11, + "employee_name" + ], + [ + 11, + "employee_phone" + ], + [ + 12, + "location_code" + ], + [ + 12, + "actual_order_id" + ], + [ + 12, + "delivery_status_code" + ], + [ + 12, + "driver_employee_id" + ], + [ + 12, + "truck_id" + ], + [ + 12, + "delivery_date" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "time", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "time", + "number", + "number", + "number", + "number", + "time", + "text", + "time", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "time" + ], + "db_id": "customer_deliveries", + "foreign_keys": [ + [ + 18, + 11 + ], + [ + 19, + 17 + ], + [ + 20, + 1 + ], + [ + 23, + 17 + ], + [ + 25, + 21 + ], + [ + 26, + 1 + ], + [ + 28, + 5 + ], + [ + 27, + 11 + ], + [ + 36, + 32 + ], + [ + 37, + 5 + ], + [ + 43, + 5 + ], + [ + 49, + 42 + ], + [ + 46, + 35 + ], + [ + 47, + 21 + ], + [ + 50, + 39 + ] + ], + "primary_keys": [ + 1, + 5, + 11, + 17, + 21, + 32, + 35, + 39, + 42 + ], + "table_names": [ + "products", + "addresses", + "customers", + "regular orders", + "regular order products", + "actual orders", + "actual order products", + "customer addresses", + "delivery routes", + "delivery route locations", + "trucks", + "employees", + "order deliveries" + ], + "table_names_original": [ + "Products", + "Addresses", + "Customers", + "Regular_Orders", + "Regular_Order_Products", + "Actual_Orders", + "Actual_Order_Products", + "Customer_Addresses", + "Delivery_Routes", + "Delivery_Route_Locations", + "Trucks", + "Employees", + "Order_Deliveries" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "home games" + ], + [ + 0, + "average attendance" + ], + [ + 0, + "total attendance" + ], + [ + 0, + "capacity percentage" + ], + [ + 1, + "stadium id" + ], + [ + 1, + "id" + ], + [ + 1, + "season" + ], + [ + 1, + "date" + ], + [ + 1, + "home team" + ], + [ + 1, + "away team" + ], + [ + 1, + "score" + ], + [ + 1, + "competition" + ], + [ + 2, + "game id" + ], + [ + 2, + "id" + ], + [ + 2, + "player" + ], + [ + 2, + "injury" + ], + [ + 2, + "number of matches" + ], + [ + 2, + "source" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "Home_Games" + ], + [ + 0, + "Average_Attendance" + ], + [ + 0, + "Total_Attendance" + ], + [ + 0, + "Capacity_Percentage" + ], + [ + 1, + "stadium_id" + ], + [ + 1, + "id" + ], + [ + 1, + "Season" + ], + [ + 1, + "Date" + ], + [ + 1, + "Home_team" + ], + [ + 1, + "Away_team" + ], + [ + 1, + "Score" + ], + [ + 1, + "Competition" + ], + [ + 2, + "game_id" + ], + [ + 2, + "id" + ], + [ + 2, + "Player" + ], + [ + 2, + "Injury" + ], + [ + 2, + "Number_of_matches" + ], + [ + 2, + "Source" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text" + ], + "db_id": "game_injury", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 15, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 16 + ], + "table_names": [ + "stadium", + "game", + "injury accident" + ], + "table_names_original": [ + "stadium", + "game", + "injury_accident" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "platform id" + ], + [ + 0, + "platform name" + ], + [ + 0, + "market district" + ], + [ + 0, + "download rank" + ], + [ + 1, + "game id" + ], + [ + 1, + "title" + ], + [ + 1, + "release date" + ], + [ + 1, + "franchise" + ], + [ + 1, + "developers" + ], + [ + 1, + "platform id" + ], + [ + 1, + "units sold millions" + ], + [ + 2, + "player id" + ], + [ + 2, + "rank of the year" + ], + [ + 2, + "player name" + ], + [ + 2, + "position" + ], + [ + 2, + "college" + ], + [ + 3, + "player id" + ], + [ + 3, + "game id" + ], + [ + 3, + "if active" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Platform_ID" + ], + [ + 0, + "Platform_name" + ], + [ + 0, + "Market_district" + ], + [ + 0, + "Download_rank" + ], + [ + 1, + "Game_ID" + ], + [ + 1, + "Title" + ], + [ + 1, + "Release_Date" + ], + [ + 1, + "Franchise" + ], + [ + 1, + "Developers" + ], + [ + 1, + "Platform_ID" + ], + [ + 1, + "Units_sold_Millions" + ], + [ + 2, + "Player_ID" + ], + [ + 2, + "Rank_of_the_year" + ], + [ + 2, + "Player_name" + ], + [ + 2, + "Position" + ], + [ + 2, + "College" + ], + [ + 3, + "Player_ID" + ], + [ + 3, + "Game_ID" + ], + [ + 3, + "If_active" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "others" + ], + "db_id": "video_game", + "foreign_keys": [ + [ + 10, + 1 + ], + [ + 18, + 5 + ], + [ + 17, + 12 + ] + ], + "primary_keys": [ + 1, + 5, + 12, + 17 + ], + "table_names": [ + "platform", + "game", + "player", + "game player" + ], + "table_names_original": [ + "platform", + "game", + "player", + "game_player" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "school id" + ], + [ + 0, + "school name" + ], + [ + 0, + "location" + ], + [ + 0, + "mascot" + ], + [ + 0, + "enrollment" + ], + [ + 0, + "ihsaa class" + ], + [ + 0, + "ihsaa football class" + ], + [ + 0, + "county" + ], + [ + 1, + "school id" + ], + [ + 1, + "year" + ], + [ + 1, + "budgeted" + ], + [ + 1, + "total budget percent budgeted" + ], + [ + 1, + "invested" + ], + [ + 1, + "total budget percent invested" + ], + [ + 1, + "budget invested percent" + ], + [ + 2, + "endowment id" + ], + [ + 2, + "school id" + ], + [ + 2, + "donator name" + ], + [ + 2, + "amount" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "School_id" + ], + [ + 0, + "School_name" + ], + [ + 0, + "Location" + ], + [ + 0, + "Mascot" + ], + [ + 0, + "Enrollment" + ], + [ + 0, + "IHSAA_Class" + ], + [ + 0, + "IHSAA_Football_Class" + ], + [ + 0, + "County" + ], + [ + 1, + "School_id" + ], + [ + 1, + "Year" + ], + [ + 1, + "Budgeted" + ], + [ + 1, + "total_budget_percent_budgeted" + ], + [ + 1, + "Invested" + ], + [ + 1, + "total_budget_percent_invested" + ], + [ + 1, + "Budget_invested_percent" + ], + [ + 2, + "endowment_id" + ], + [ + 2, + "School_id" + ], + [ + 2, + "donator_name" + ], + [ + 2, + "amount" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "number" + ], + "db_id": "school_finance", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 17, + 1 + ] + ], + "primary_keys": [ + 1, + 9, + 16 + ], + "table_names": [ + "school", + "budget", + "endowment" + ], + "table_names_original": [ + "School", + "budget", + "endowment" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "author id" + ], + [ + 0, + "author name" + ], + [ + 1, + "citing paper id" + ], + [ + 1, + "cited paper id" + ], + [ + 2, + "dataset id" + ], + [ + 2, + "dataset name" + ], + [ + 3, + "journal id" + ], + [ + 3, + "journal name" + ], + [ + 4, + "key phrase id" + ], + [ + 4, + "key phrase name" + ], + [ + 5, + "paper id" + ], + [ + 5, + "title" + ], + [ + 5, + "venue id" + ], + [ + 5, + "year" + ], + [ + 5, + "number of citing" + ], + [ + 5, + "number cited by" + ], + [ + 5, + "journal id" + ], + [ + 6, + "paper id" + ], + [ + 6, + "dataset id" + ], + [ + 7, + "paper id" + ], + [ + 7, + "key phrase id" + ], + [ + 8, + "venue id" + ], + [ + 8, + "venue name" + ], + [ + 9, + "paper id" + ], + [ + 9, + "author id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "venueId" + ], + [ + 0, + "venueName" + ], + [ + 1, + "authorId" + ], + [ + 1, + "authorName" + ], + [ + 2, + "datasetId" + ], + [ + 2, + "datasetName" + ], + [ + 3, + "journalId" + ], + [ + 3, + "journalName" + ], + [ + 4, + "keyphraseId" + ], + [ + 4, + "keyphraseName" + ], + [ + 5, + "paperId" + ], + [ + 5, + "title" + ], + [ + 5, + "venueId" + ], + [ + 5, + "year" + ], + [ + 5, + "numCiting" + ], + [ + 5, + "numCitedBy" + ], + [ + 5, + "journalId" + ], + [ + 6, + "citingPaperId" + ], + [ + 6, + "citedPaperId" + ], + [ + 7, + "paperId" + ], + [ + 7, + "datasetId" + ], + [ + 8, + "paperId" + ], + [ + 8, + "keyphraseId" + ], + [ + 9, + "paperId" + ], + [ + 9, + "authorId" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "scholar", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 17, + 7 + ], + [ + 18, + 11 + ], + [ + 19, + 11 + ], + [ + 23, + 9 + ], + [ + 22, + 11 + ], + [ + 25, + 3 + ], + [ + 24, + 11 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 7, + 9, + 11, + 18, + 21, + 23, + 24 + ], + "table_names": [ + "author", + "cite", + "dataset", + "journal", + "key phrase", + "paper", + "paper dataset", + "paper key phrase", + "venue", + "writes" + ], + "table_names_original": [ + "venue", + "author", + "dataset", + "journal", + "keyphrase", + "paper", + "cite", + "paperDataset", + "paperKeyphrase", + "writes" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "code" + ], + [ + 0, + "location" + ], + [ + 0, + "capacity" + ], + [ + 1, + "code" + ], + [ + 1, + "contents" + ], + [ + 1, + "value" + ], + [ + 1, + "warehouse" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Code" + ], + [ + 0, + "Location" + ], + [ + 0, + "Capacity" + ], + [ + 1, + "Code" + ], + [ + 1, + "Contents" + ], + [ + 1, + "Value" + ], + [ + 1, + "Warehouse" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number" + ], + "db_id": "warehouse_1", + "foreign_keys": [ + [ + 7, + 1 + ] + ], + "primary_keys": [ + 1, + 4 + ], + "table_names": [ + "warehouses", + "boxes" + ], + "table_names_original": [ + "Warehouses", + "Boxes" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "first name" + ], + [ + 0, + "middle name" + ], + [ + 0, + "last name" + ], + [ + 0, + "gender mfu" + ], + [ + 0, + "student address" + ], + [ + 0, + "email adress" + ], + [ + 0, + "cell mobile phone" + ], + [ + 0, + "home phone" + ], + [ + 1, + "question id" + ], + [ + 1, + "type of question code" + ], + [ + 1, + "question text" + ], + [ + 2, + "exam id" + ], + [ + 2, + "subject code" + ], + [ + 2, + "exam date" + ], + [ + 2, + "exam name" + ], + [ + 3, + "exam id" + ], + [ + 3, + "question id" + ], + [ + 4, + "valid answer id" + ], + [ + 4, + "question id" + ], + [ + 4, + "valid answer text" + ], + [ + 5, + "student answer id" + ], + [ + 5, + "exam id" + ], + [ + 5, + "question id" + ], + [ + 5, + "student id" + ], + [ + 5, + "date of answer" + ], + [ + 5, + "comments" + ], + [ + 5, + "satisfactory yn" + ], + [ + 5, + "student answer text" + ], + [ + 6, + "student answer id" + ], + [ + 6, + "valid answer id" + ], + [ + 6, + "student answer text" + ], + [ + 6, + "satisfactory yn" + ], + [ + 6, + "assessment" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Student_ID" + ], + [ + 0, + "First_Name" + ], + [ + 0, + "Middle_Name" + ], + [ + 0, + "Last_Name" + ], + [ + 0, + "Gender_MFU" + ], + [ + 0, + "Student_Address" + ], + [ + 0, + "Email_Adress" + ], + [ + 0, + "Cell_Mobile_Phone" + ], + [ + 0, + "Home_Phone" + ], + [ + 1, + "Question_ID" + ], + [ + 1, + "Type_of_Question_Code" + ], + [ + 1, + "Question_Text" + ], + [ + 2, + "Exam_ID" + ], + [ + 2, + "Subject_Code" + ], + [ + 2, + "Exam_Date" + ], + [ + 2, + "Exam_Name" + ], + [ + 3, + "Exam_ID" + ], + [ + 3, + "Question_ID" + ], + [ + 4, + "Valid_Answer_ID" + ], + [ + 4, + "Question_ID" + ], + [ + 4, + "Valid_Answer_Text" + ], + [ + 5, + "Student_Answer_ID" + ], + [ + 5, + "Exam_ID" + ], + [ + 5, + "Question_ID" + ], + [ + 5, + "Student_ID" + ], + [ + 5, + "Date_of_Answer" + ], + [ + 5, + "Comments" + ], + [ + 5, + "Satisfactory_YN" + ], + [ + 5, + "Student_Answer_Text" + ], + [ + 6, + "Student_Answer_ID" + ], + [ + 6, + "Valid_Answer_ID" + ], + [ + 6, + "Student_Answer_Text" + ], + [ + 6, + "Satisfactory_YN" + ], + [ + 6, + "Assessment" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "time", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "time", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text" + ], + "db_id": "online_exams", + "foreign_keys": [ + [ + 17, + 13 + ], + [ + 18, + 10 + ], + [ + 20, + 10 + ], + [ + 23, + 17 + ], + [ + 24, + 18 + ], + [ + 25, + 1 + ], + [ + 31, + 19 + ] + ], + "primary_keys": [ + 1, + 10, + 13, + 17, + 19, + 22, + 30 + ], + "table_names": [ + "students", + "questions", + "exams", + "questions in exams", + "valid answers", + "student answers", + "student assessments" + ], + "table_names_original": [ + "Students", + "Questions", + "Exams", + "Questions_in_Exams", + "Valid_Answers", + "Student_Answers", + "Student_Assessments" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "area code" + ], + [ + 0, + "state" + ], + [ + 1, + "contestant number" + ], + [ + 1, + "contestant name" + ], + [ + 2, + "vote id" + ], + [ + 2, + "phone number" + ], + [ + 2, + "state" + ], + [ + 2, + "contestant number" + ], + [ + 2, + "created" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "area_code" + ], + [ + 0, + "state" + ], + [ + 1, + "contestant_number" + ], + [ + 1, + "contestant_name" + ], + [ + 2, + "vote_id" + ], + [ + 2, + "phone_number" + ], + [ + 2, + "state" + ], + [ + 2, + "contestant_number" + ], + [ + 2, + "created" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "time" + ], + "db_id": "voter_1", + "foreign_keys": [ + [ + 8, + 3 + ], + [ + 7, + 2 + ] + ], + "primary_keys": [ + 1, + 3, + 5 + ], + "table_names": [ + "area code state", + "contestants", + "votes" + ], + "table_names_original": [ + "AREA_CODE_STATE", + "CONTESTANTS", + "VOTES" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "service id" + ], + [ + 0, + "service details" + ], + [ + 1, + "customer id" + ], + [ + 1, + "customer details" + ], + [ + 2, + "channel id" + ], + [ + 2, + "channel details" + ], + [ + 3, + "customers and services id" + ], + [ + 3, + "customer id" + ], + [ + 3, + "service id" + ], + [ + 3, + "customers and services details" + ], + [ + 4, + "customer interaction id" + ], + [ + 4, + "channel id" + ], + [ + 4, + "customer id" + ], + [ + 4, + "service id" + ], + [ + 4, + "status code" + ], + [ + 4, + "services and channels details" + ], + [ + 5, + "integration platform id" + ], + [ + 5, + "customer interaction id" + ], + [ + 5, + "integration platform details" + ], + [ + 6, + "analytical id" + ], + [ + 6, + "customers and services id" + ], + [ + 6, + "pattern recognition" + ], + [ + 6, + "analytical layer type code" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Service_ID" + ], + [ + 0, + "Service_Details" + ], + [ + 1, + "Customer_ID" + ], + [ + 1, + "Customer_Details" + ], + [ + 2, + "Channel_ID" + ], + [ + 2, + "Channel_Details" + ], + [ + 3, + "Customers_and_Services_ID" + ], + [ + 3, + "Customer_ID" + ], + [ + 3, + "Service_ID" + ], + [ + 3, + "Customers_and_Services_Details" + ], + [ + 4, + "Customer_Interaction_ID" + ], + [ + 4, + "Channel_ID" + ], + [ + 4, + "Customer_ID" + ], + [ + 4, + "Service_ID" + ], + [ + 4, + "Status_Code" + ], + [ + 4, + "Services_and_Channels_Details" + ], + [ + 5, + "Integration_Platform_ID" + ], + [ + 5, + "Customer_Interaction_ID" + ], + [ + 5, + "Integration_Platform_Details" + ], + [ + 6, + "Analytical_ID" + ], + [ + 6, + "Customers_and_Services_ID" + ], + [ + 6, + "Pattern_Recognition" + ], + [ + 6, + "Analytical_Layer_Type_Code" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text" + ], + "db_id": "government_shift", + "foreign_keys": [ + [ + 8, + 3 + ], + [ + 9, + 1 + ], + [ + 13, + 3 + ], + [ + 12, + 5 + ], + [ + 14, + 1 + ], + [ + 18, + 11 + ], + [ + 21, + 7 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 7, + 11, + 17, + 20 + ], + "table_names": [ + "services", + "customers", + "channels", + "customers and services", + "customer interactions", + "integration platform", + "analytical layer" + ], + "table_names_original": [ + "Services", + "Customers", + "Channels", + "Customers_and_Services", + "Customer_Interactions", + "Integration_Platform", + "Analytical_Layer" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "country id" + ], + [ + 0, + "country name" + ], + [ + 0, + "capital" + ], + [ + 0, + "official native language" + ], + [ + 1, + "team id" + ], + [ + 1, + "name" + ], + [ + 2, + "season" + ], + [ + 2, + "player" + ], + [ + 2, + "position" + ], + [ + 2, + "country" + ], + [ + 2, + "team" + ], + [ + 2, + "draft pick number" + ], + [ + 2, + "draft class" + ], + [ + 2, + "college" + ], + [ + 3, + "player id" + ], + [ + 3, + "player" + ], + [ + 3, + "years played" + ], + [ + 3, + "total wl" + ], + [ + 3, + "singles wl" + ], + [ + 3, + "doubles wl" + ], + [ + 3, + "team" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Country_id" + ], + [ + 0, + "Country_name" + ], + [ + 0, + "Capital" + ], + [ + 0, + "Official_native_language" + ], + [ + 1, + "Team_id" + ], + [ + 1, + "Name" + ], + [ + 2, + "Season" + ], + [ + 2, + "Player" + ], + [ + 2, + "Position" + ], + [ + 2, + "Country" + ], + [ + 2, + "Team" + ], + [ + 2, + "Draft_Pick_Number" + ], + [ + 2, + "Draft_Class" + ], + [ + 2, + "College" + ], + [ + 3, + "Player_ID" + ], + [ + 3, + "Player" + ], + [ + 3, + "Years_Played" + ], + [ + 3, + "Total_WL" + ], + [ + 3, + "Singles_WL" + ], + [ + 3, + "Doubles_WL" + ], + [ + 3, + "Team" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number" + ], + "db_id": "match_season", + "foreign_keys": [ + [ + 11, + 5 + ], + [ + 10, + 1 + ], + [ + 21, + 5 + ] + ], + "primary_keys": [ + 1, + 5, + 7, + 15 + ], + "table_names": [ + "country", + "team", + "match season", + "player" + ], + "table_names_original": [ + "country", + "team", + "match_season", + "player" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "customer id" + ], + [ + 0, + "name" + ], + [ + 1, + "customer id" + ], + [ + 1, + "balance" + ], + [ + 2, + "customer id" + ], + [ + 2, + "balance" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "custid" + ], + [ + 0, + "name" + ], + [ + 1, + "custid" + ], + [ + 1, + "balance" + ], + [ + 2, + "custid" + ], + [ + 2, + "balance" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "small_bank_1", + "foreign_keys": [ + [ + 3, + 1 + ], + [ + 5, + 1 + ] + ], + "primary_keys": [ + 1, + 3, + 5 + ], + "table_names": [ + "accounts", + "savings", + "checking" + ], + "table_names_original": [ + "ACCOUNTS", + "SAVINGS", + "CHECKING" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "player id" + ], + [ + 0, + "first name" + ], + [ + 0, + "last name" + ], + [ + 0, + "hand" + ], + [ + 0, + "birth date" + ], + [ + 0, + "country code" + ], + [ + 1, + "best of" + ], + [ + 1, + "draw size" + ], + [ + 1, + "loser age" + ], + [ + 1, + "loser entry" + ], + [ + 1, + "loser hand" + ], + [ + 1, + "loser ht" + ], + [ + 1, + "loser id" + ], + [ + 1, + "loser ioc" + ], + [ + 1, + "loser name" + ], + [ + 1, + "loser rank" + ], + [ + 1, + "loser rank points" + ], + [ + 1, + "loser seed" + ], + [ + 1, + "match num" + ], + [ + 1, + "minutes" + ], + [ + 1, + "round" + ], + [ + 1, + "score" + ], + [ + 1, + "surface" + ], + [ + 1, + "tourney date" + ], + [ + 1, + "tourney id" + ], + [ + 1, + "tourney level" + ], + [ + 1, + "tourney name" + ], + [ + 1, + "winner age" + ], + [ + 1, + "winner entry" + ], + [ + 1, + "winner hand" + ], + [ + 1, + "winner ht" + ], + [ + 1, + "winner id" + ], + [ + 1, + "winner ioc" + ], + [ + 1, + "winner name" + ], + [ + 1, + "winner rank" + ], + [ + 1, + "winner rank points" + ], + [ + 1, + "winner seed" + ], + [ + 1, + "year" + ], + [ + 2, + "ranking date" + ], + [ + 2, + "ranking" + ], + [ + 2, + "player id" + ], + [ + 2, + "ranking points" + ], + [ + 2, + "tours" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "player_id" + ], + [ + 0, + "first_name" + ], + [ + 0, + "last_name" + ], + [ + 0, + "hand" + ], + [ + 0, + "birth_date" + ], + [ + 0, + "country_code" + ], + [ + 1, + "best_of" + ], + [ + 1, + "draw_size" + ], + [ + 1, + "loser_age" + ], + [ + 1, + "loser_entry" + ], + [ + 1, + "loser_hand" + ], + [ + 1, + "loser_ht" + ], + [ + 1, + "loser_id" + ], + [ + 1, + "loser_ioc" + ], + [ + 1, + "loser_name" + ], + [ + 1, + "loser_rank" + ], + [ + 1, + "loser_rank_points" + ], + [ + 1, + "loser_seed" + ], + [ + 1, + "match_num" + ], + [ + 1, + "minutes" + ], + [ + 1, + "round" + ], + [ + 1, + "score" + ], + [ + 1, + "surface" + ], + [ + 1, + "tourney_date" + ], + [ + 1, + "tourney_id" + ], + [ + 1, + "tourney_level" + ], + [ + 1, + "tourney_name" + ], + [ + 1, + "winner_age" + ], + [ + 1, + "winner_entry" + ], + [ + 1, + "winner_hand" + ], + [ + 1, + "winner_ht" + ], + [ + 1, + "winner_id" + ], + [ + 1, + "winner_ioc" + ], + [ + 1, + "winner_name" + ], + [ + 1, + "winner_rank" + ], + [ + 1, + "winner_rank_points" + ], + [ + 1, + "winner_seed" + ], + [ + 1, + "year" + ], + [ + 2, + "ranking_date" + ], + [ + 2, + "ranking" + ], + [ + 2, + "player_id" + ], + [ + 2, + "ranking_points" + ], + [ + 2, + "tours" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "time", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "time", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "time", + "number", + "number", + "number", + "number" + ], + "db_id": "wta_1", + "foreign_keys": [ + [ + 32, + 1 + ], + [ + 13, + 1 + ], + [ + 41, + 1 + ] + ], + "primary_keys": [ + 1 + ], + "table_names": [ + "players", + "matches", + "rankings" + ], + "table_names_original": [ + "players", + "matches", + "rankings" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "bid" + ], + [ + 0, + "business id" + ], + [ + 0, + "name" + ], + [ + 0, + "full address" + ], + [ + 0, + "city" + ], + [ + 0, + "latitude" + ], + [ + 0, + "longitude" + ], + [ + 0, + "review count" + ], + [ + 0, + "is open" + ], + [ + 0, + "rating" + ], + [ + 0, + "state" + ], + [ + 1, + "id" + ], + [ + 1, + "business id" + ], + [ + 1, + "category name" + ], + [ + 2, + "uid" + ], + [ + 2, + "user id" + ], + [ + 2, + "name" + ], + [ + 3, + "cid" + ], + [ + 3, + "business id" + ], + [ + 3, + "count" + ], + [ + 3, + "day" + ], + [ + 4, + "id" + ], + [ + 4, + "business id" + ], + [ + 4, + "neighbourhood name" + ], + [ + 5, + "rid" + ], + [ + 5, + "business id" + ], + [ + 5, + "user id" + ], + [ + 5, + "rating" + ], + [ + 5, + "text" + ], + [ + 5, + "year" + ], + [ + 5, + "month" + ], + [ + 6, + "tip id" + ], + [ + 6, + "business id" + ], + [ + 6, + "text" + ], + [ + 6, + "user id" + ], + [ + 6, + "likes" + ], + [ + 6, + "year" + ], + [ + 6, + "month" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "bid" + ], + [ + 0, + "business_id" + ], + [ + 0, + "name" + ], + [ + 0, + "full_address" + ], + [ + 0, + "city" + ], + [ + 0, + "latitude" + ], + [ + 0, + "longitude" + ], + [ + 0, + "review_count" + ], + [ + 0, + "is_open" + ], + [ + 0, + "rating" + ], + [ + 0, + "state" + ], + [ + 1, + "id" + ], + [ + 1, + "business_id" + ], + [ + 1, + "category_name" + ], + [ + 2, + "uid" + ], + [ + 2, + "user_id" + ], + [ + 2, + "name" + ], + [ + 3, + "cid" + ], + [ + 3, + "business_id" + ], + [ + 3, + "count" + ], + [ + 3, + "day" + ], + [ + 4, + "id" + ], + [ + 4, + "business_id" + ], + [ + 4, + "neighbourhood_name" + ], + [ + 5, + "rid" + ], + [ + 5, + "business_id" + ], + [ + 5, + "user_id" + ], + [ + 5, + "rating" + ], + [ + 5, + "text" + ], + [ + 5, + "year" + ], + [ + 5, + "month" + ], + [ + 6, + "tip_id" + ], + [ + 6, + "business_id" + ], + [ + 6, + "text" + ], + [ + 6, + "user_id" + ], + [ + 6, + "likes" + ], + [ + 6, + "year" + ], + [ + 6, + "month" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "yelp", + "foreign_keys": [ + [ + 13, + 2 + ], + [ + 19, + 2 + ], + [ + 23, + 2 + ], + [ + 27, + 16 + ], + [ + 26, + 2 + ], + [ + 35, + 16 + ], + [ + 33, + 2 + ] + ], + "primary_keys": [ + 1, + 12, + 15, + 18, + 22, + 25, + 32 + ], + "table_names": [ + "business", + "category", + "user", + "checkin", + "neighbourhood", + "review", + "tip" + ], + "table_names_original": [ + "business", + "category", + "user", + "checkin", + "neighbourhood", + "review", + "tip" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "artist id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "birth year" + ], + [ + 0, + "death year" + ], + [ + 1, + "painting id" + ], + [ + 1, + "title" + ], + [ + 1, + "year" + ], + [ + 1, + "height mm" + ], + [ + 1, + "width mm" + ], + [ + 1, + "medium" + ], + [ + 1, + "medium on" + ], + [ + 1, + "location" + ], + [ + 1, + "painter id" + ], + [ + 2, + "sculpture id" + ], + [ + 2, + "title" + ], + [ + 2, + "year" + ], + [ + 2, + "medium" + ], + [ + 2, + "location" + ], + [ + 2, + "sculptor id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "artistID" + ], + [ + 0, + "lname" + ], + [ + 0, + "fname" + ], + [ + 0, + "birthYear" + ], + [ + 0, + "deathYear" + ], + [ + 1, + "paintingID" + ], + [ + 1, + "title" + ], + [ + 1, + "year" + ], + [ + 1, + "height_mm" + ], + [ + 1, + "width_mm" + ], + [ + 1, + "medium" + ], + [ + 1, + "mediumOn" + ], + [ + 1, + "location" + ], + [ + 1, + "painterID" + ], + [ + 2, + "sculptureID" + ], + [ + 2, + "title" + ], + [ + 2, + "year" + ], + [ + 2, + "medium" + ], + [ + 2, + "location" + ], + [ + 2, + "sculptorID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number" + ], + "db_id": "art_1", + "foreign_keys": [ + [ + 14, + 1 + ], + [ + 20, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 15 + ], + "table_names": [ + "artists", + "paintings", + "sculptures" + ], + "table_names_original": [ + "Artists", + "Paintings", + "Sculptures" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "grade" + ], + [ + 0, + "class room" + ], + [ + 1, + "last name" + ], + [ + 1, + "first name" + ], + [ + 1, + "class room" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "LastName" + ], + [ + 0, + "FirstName" + ], + [ + 0, + "Grade" + ], + [ + 0, + "Classroom" + ], + [ + 1, + "LastName" + ], + [ + 1, + "FirstName" + ], + [ + 1, + "Classroom" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number" + ], + "db_id": "student_1", + "foreign_keys": [], + "primary_keys": [ + 1, + 5 + ], + "table_names": [ + "list", + "teachers" + ], + "table_names_original": [ + "list", + "teachers" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "city1 code" + ], + [ + 1, + "city2 code" + ], + [ + 1, + "distance" + ], + [ + 2, + "city code" + ], + [ + 2, + "city name" + ], + [ + 2, + "state" + ], + [ + 2, + "country" + ], + [ + 2, + "latitude" + ], + [ + 2, + "longitude" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "city1_code" + ], + [ + 1, + "city2_code" + ], + [ + 1, + "distance" + ], + [ + 2, + "city_code" + ], + [ + 2, + "city_name" + ], + [ + 2, + "state" + ], + [ + 2, + "country" + ], + [ + 2, + "latitude" + ], + [ + 2, + "longitude" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number" + ], + "db_id": "address_1", + "foreign_keys": [ + [ + 8, + 12 + ], + [ + 10, + 12 + ], + [ + 9, + 12 + ] + ], + "primary_keys": [ + 1, + 12 + ], + "table_names": [ + "student", + "direct distance", + "city" + ], + "table_names_original": [ + "Student", + "Direct_distance", + "City" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "manufacturer id" + ], + [ + 0, + "open year" + ], + [ + 0, + "name" + ], + [ + 0, + "num of factories" + ], + [ + 0, + "num of shops" + ], + [ + 1, + "furniture id" + ], + [ + 1, + "name" + ], + [ + 1, + "num of component" + ], + [ + 1, + "market rate" + ], + [ + 2, + "manufacturer id" + ], + [ + 2, + "furniture id" + ], + [ + 2, + "price in dollar" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Manufacturer_ID" + ], + [ + 0, + "Open_Year" + ], + [ + 0, + "Name" + ], + [ + 0, + "Num_of_Factories" + ], + [ + 0, + "Num_of_Shops" + ], + [ + 1, + "Furniture_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Num_of_Component" + ], + [ + 1, + "Market_Rate" + ], + [ + 2, + "Manufacturer_ID" + ], + [ + 2, + "Furniture_ID" + ], + [ + 2, + "Price_in_Dollar" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "manufacturer", + "foreign_keys": [ + [ + 11, + 6 + ], + [ + 10, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 10 + ], + "table_names": [ + "manufacturer", + "furniture", + "furniture manufacte" + ], + "table_names_original": [ + "manufacturer", + "furniture", + "furniture_manufacte" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "name" + ], + [ + 0, + "seq" + ], + [ + 1, + "id" + ], + [ + 1, + "name" + ], + [ + 2, + "id" + ], + [ + 2, + "title" + ], + [ + 2, + "artist id" + ], + [ + 3, + "id" + ], + [ + 3, + "last name" + ], + [ + 3, + "first name" + ], + [ + 3, + "title" + ], + [ + 3, + "reports to" + ], + [ + 3, + "birth date" + ], + [ + 3, + "hire date" + ], + [ + 3, + "address" + ], + [ + 3, + "city" + ], + [ + 3, + "state" + ], + [ + 3, + "country" + ], + [ + 3, + "postal code" + ], + [ + 3, + "phone" + ], + [ + 3, + "fax" + ], + [ + 3, + "email" + ], + [ + 4, + "id" + ], + [ + 4, + "first name" + ], + [ + 4, + "last name" + ], + [ + 4, + "company" + ], + [ + 4, + "address" + ], + [ + 4, + "city" + ], + [ + 4, + "state" + ], + [ + 4, + "country" + ], + [ + 4, + "postal code" + ], + [ + 4, + "phone" + ], + [ + 4, + "fax" + ], + [ + 4, + "email" + ], + [ + 4, + "support rep id" + ], + [ + 5, + "id" + ], + [ + 5, + "name" + ], + [ + 6, + "id" + ], + [ + 6, + "customer id" + ], + [ + 6, + "invoice date" + ], + [ + 6, + "billing address" + ], + [ + 6, + "billing city" + ], + [ + 6, + "billing state" + ], + [ + 6, + "billing country" + ], + [ + 6, + "billing postal code" + ], + [ + 6, + "total" + ], + [ + 7, + "id" + ], + [ + 7, + "name" + ], + [ + 8, + "id" + ], + [ + 8, + "name" + ], + [ + 8, + "album id" + ], + [ + 8, + "media type id" + ], + [ + 8, + "genre id" + ], + [ + 8, + "composer" + ], + [ + 8, + "milliseconds" + ], + [ + 8, + "bytes" + ], + [ + 8, + "unit price" + ], + [ + 9, + "id" + ], + [ + 9, + "invoice id" + ], + [ + 9, + "track id" + ], + [ + 9, + "unit price" + ], + [ + 9, + "quantity" + ], + [ + 10, + "id" + ], + [ + 10, + "name" + ], + [ + 11, + "playlist id" + ], + [ + 11, + "track id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 1, + "name" + ], + [ + 1, + "seq" + ], + [ + 2, + "id" + ], + [ + 2, + "title" + ], + [ + 2, + "artist_id" + ], + [ + 3, + "id" + ], + [ + 3, + "last_name" + ], + [ + 3, + "first_name" + ], + [ + 3, + "title" + ], + [ + 3, + "reports_to" + ], + [ + 3, + "birth_date" + ], + [ + 3, + "hire_date" + ], + [ + 3, + "address" + ], + [ + 3, + "city" + ], + [ + 3, + "state" + ], + [ + 3, + "country" + ], + [ + 3, + "postal_code" + ], + [ + 3, + "phone" + ], + [ + 3, + "fax" + ], + [ + 3, + "email" + ], + [ + 4, + "id" + ], + [ + 4, + "first_name" + ], + [ + 4, + "last_name" + ], + [ + 4, + "company" + ], + [ + 4, + "address" + ], + [ + 4, + "city" + ], + [ + 4, + "state" + ], + [ + 4, + "country" + ], + [ + 4, + "postal_code" + ], + [ + 4, + "phone" + ], + [ + 4, + "fax" + ], + [ + 4, + "email" + ], + [ + 4, + "support_rep_id" + ], + [ + 5, + "id" + ], + [ + 5, + "name" + ], + [ + 6, + "id" + ], + [ + 6, + "customer_id" + ], + [ + 6, + "invoice_date" + ], + [ + 6, + "billing_address" + ], + [ + 6, + "billing_city" + ], + [ + 6, + "billing_state" + ], + [ + 6, + "billing_country" + ], + [ + 6, + "billing_postal_code" + ], + [ + 6, + "total" + ], + [ + 7, + "id" + ], + [ + 7, + "name" + ], + [ + 8, + "id" + ], + [ + 8, + "name" + ], + [ + 8, + "album_id" + ], + [ + 8, + "media_type_id" + ], + [ + 8, + "genre_id" + ], + [ + 8, + "composer" + ], + [ + 8, + "milliseconds" + ], + [ + 8, + "bytes" + ], + [ + 8, + "unit_price" + ], + [ + 9, + "id" + ], + [ + 9, + "invoice_id" + ], + [ + 9, + "track_id" + ], + [ + 9, + "unit_price" + ], + [ + 9, + "quantity" + ], + [ + 10, + "id" + ], + [ + 10, + "name" + ], + [ + 11, + "playlist_id" + ], + [ + 11, + "track_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "time", + "time", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "number", + "time", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "store_1", + "foreign_keys": [ + [ + 7, + 1 + ], + [ + 12, + 8 + ], + [ + 35, + 8 + ], + [ + 39, + 23 + ], + [ + 52, + 47 + ], + [ + 53, + 36 + ], + [ + 51, + 5 + ], + [ + 60, + 49 + ], + [ + 59, + 38 + ], + [ + 66, + 49 + ], + [ + 65, + 63 + ] + ], + "primary_keys": [ + 1, + 5, + 8, + 23, + 36, + 38, + 47, + 49, + 58, + 63, + 65 + ], + "table_names": [ + "sqlite sequence", + "artists", + "albums", + "employees", + "customers", + "genres", + "invoices", + "media types", + "tracks", + "invoice lines", + "playlists", + "playlist tracks" + ], + "table_names_original": [ + "artists", + "sqlite_sequence", + "albums", + "employees", + "customers", + "genres", + "invoices", + "media_types", + "tracks", + "invoice_lines", + "playlists", + "playlist_tracks" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "station id" + ], + [ + 0, + "name" + ], + [ + 0, + "annual entry exit" + ], + [ + 0, + "annual interchanges" + ], + [ + 0, + "total passengers" + ], + [ + 0, + "location" + ], + [ + 0, + "main services" + ], + [ + 0, + "number of platforms" + ], + [ + 1, + "train id" + ], + [ + 1, + "name" + ], + [ + 1, + "time" + ], + [ + 1, + "service" + ], + [ + 2, + "train id" + ], + [ + 2, + "station id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Station_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Annual_entry_exit" + ], + [ + 0, + "Annual_interchanges" + ], + [ + 0, + "Total_Passengers" + ], + [ + 0, + "Location" + ], + [ + 0, + "Main_Services" + ], + [ + 0, + "Number_of_Platforms" + ], + [ + 1, + "Train_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Time" + ], + [ + 1, + "Service" + ], + [ + 2, + "Train_ID" + ], + [ + 2, + "Station_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number" + ], + "db_id": "train_station", + "foreign_keys": [ + [ + 14, + 1 + ], + [ + 13, + 9 + ] + ], + "primary_keys": [ + 1, + 9, + 13 + ], + "table_names": [ + "station", + "train", + "train station" + ], + "table_names_original": [ + "station", + "train", + "train_station" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "role code" + ], + [ + 0, + "role description" + ], + [ + 1, + "user id" + ], + [ + 1, + "role code" + ], + [ + 1, + "user name" + ], + [ + 1, + "user login" + ], + [ + 1, + "password" + ], + [ + 2, + "document structure code" + ], + [ + 2, + "parent document structure code" + ], + [ + 2, + "document structure description" + ], + [ + 3, + "functional area code" + ], + [ + 3, + "parent functional area code" + ], + [ + 3, + "functional area description" + ], + [ + 4, + "image id" + ], + [ + 4, + "image alt text" + ], + [ + 4, + "image name" + ], + [ + 4, + "image url" + ], + [ + 5, + "document code" + ], + [ + 5, + "document structure code" + ], + [ + 5, + "document type code" + ], + [ + 5, + "access count" + ], + [ + 5, + "document name" + ], + [ + 6, + "document code" + ], + [ + 6, + "functional area code" + ], + [ + 7, + "section id" + ], + [ + 7, + "document code" + ], + [ + 7, + "section sequence" + ], + [ + 7, + "section code" + ], + [ + 7, + "section title" + ], + [ + 8, + "section id" + ], + [ + 8, + "image id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "role_code" + ], + [ + 0, + "role_description" + ], + [ + 1, + "user_id" + ], + [ + 1, + "role_code" + ], + [ + 1, + "user_name" + ], + [ + 1, + "user_login" + ], + [ + 1, + "password" + ], + [ + 2, + "document_structure_code" + ], + [ + 2, + "parent_document_structure_code" + ], + [ + 2, + "document_structure_description" + ], + [ + 3, + "functional_area_code" + ], + [ + 3, + "parent_functional_area_code" + ], + [ + 3, + "functional_area_description" + ], + [ + 4, + "image_id" + ], + [ + 4, + "image_alt_text" + ], + [ + 4, + "image_name" + ], + [ + 4, + "image_url" + ], + [ + 5, + "document_code" + ], + [ + 5, + "document_structure_code" + ], + [ + 5, + "document_type_code" + ], + [ + 5, + "access_count" + ], + [ + 5, + "document_name" + ], + [ + 6, + "document_code" + ], + [ + 6, + "functional_area_code" + ], + [ + 7, + "section_id" + ], + [ + 7, + "document_code" + ], + [ + 7, + "section_sequence" + ], + [ + 7, + "section_code" + ], + [ + 7, + "section_title" + ], + [ + 8, + "section_id" + ], + [ + 8, + "image_id" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "number" + ], + "db_id": "document_management", + "foreign_keys": [ + [ + 4, + 1 + ], + [ + 19, + 8 + ], + [ + 24, + 11 + ], + [ + 23, + 18 + ], + [ + 26, + 18 + ], + [ + 31, + 14 + ], + [ + 30, + 25 + ] + ], + "primary_keys": [ + 1, + 3, + 8, + 11, + 14, + 18, + 25, + 30 + ], + "table_names": [ + "roles", + "users", + "document structures", + "functional areas", + "images", + "documents", + "document functional areas", + "document sections", + "document sections images" + ], + "table_names_original": [ + "Roles", + "Users", + "Document_Structures", + "Functional_Areas", + "Images", + "Documents", + "Document_Functional_Areas", + "Document_Sections", + "Document_Sections_Images" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "race id" + ], + [ + 0, + "year" + ], + [ + 0, + "round" + ], + [ + 0, + "circuit id" + ], + [ + 0, + "name" + ], + [ + 0, + "date" + ], + [ + 0, + "time" + ], + [ + 0, + "url" + ], + [ + 1, + "driver id" + ], + [ + 1, + "driver reference" + ], + [ + 1, + "number" + ], + [ + 1, + "code" + ], + [ + 1, + "forename" + ], + [ + 1, + "surname" + ], + [ + 1, + "dob" + ], + [ + 1, + "nationality" + ], + [ + 1, + "url" + ], + [ + 2, + "status id" + ], + [ + 2, + "status" + ], + [ + 3, + "year" + ], + [ + 3, + "url" + ], + [ + 4, + "constructor id" + ], + [ + 4, + "constructor reference" + ], + [ + 4, + "name" + ], + [ + 4, + "nationality" + ], + [ + 4, + "url" + ], + [ + 5, + "constructor standings id" + ], + [ + 5, + "race id" + ], + [ + 5, + "constructor id" + ], + [ + 5, + "points" + ], + [ + 5, + "position" + ], + [ + 5, + "position text" + ], + [ + 5, + "wins" + ], + [ + 6, + "result id" + ], + [ + 6, + "race id" + ], + [ + 6, + "driver id" + ], + [ + 6, + "constructor id" + ], + [ + 6, + "number" + ], + [ + 6, + "grid" + ], + [ + 6, + "position" + ], + [ + 6, + "position text" + ], + [ + 6, + "position order" + ], + [ + 6, + "points" + ], + [ + 6, + "laps" + ], + [ + 6, + "time" + ], + [ + 6, + "milliseconds" + ], + [ + 6, + "fastest lap" + ], + [ + 6, + "rank" + ], + [ + 6, + "fastest lap time" + ], + [ + 6, + "fastest lap speed" + ], + [ + 6, + "status id" + ], + [ + 7, + "driver standings id" + ], + [ + 7, + "race id" + ], + [ + 7, + "driver id" + ], + [ + 7, + "points" + ], + [ + 7, + "position" + ], + [ + 7, + "position text" + ], + [ + 7, + "wins" + ], + [ + 8, + "constructor results id" + ], + [ + 8, + "race id" + ], + [ + 8, + "constructor id" + ], + [ + 8, + "points" + ], + [ + 8, + "status" + ], + [ + 9, + "qualify id" + ], + [ + 9, + "race id" + ], + [ + 9, + "driver id" + ], + [ + 9, + "constructor id" + ], + [ + 9, + "number" + ], + [ + 9, + "position" + ], + [ + 9, + "q1" + ], + [ + 9, + "q2" + ], + [ + 9, + "q3" + ], + [ + 10, + "circuit id" + ], + [ + 10, + "circuit reference" + ], + [ + 10, + "name" + ], + [ + 10, + "location" + ], + [ + 10, + "country" + ], + [ + 10, + "latitude" + ], + [ + 10, + "longitude" + ], + [ + 10, + "altitude" + ], + [ + 10, + "url" + ], + [ + 11, + "race id" + ], + [ + 11, + "driver id" + ], + [ + 11, + "stop" + ], + [ + 11, + "lap" + ], + [ + 11, + "time" + ], + [ + 11, + "duration" + ], + [ + 11, + "milliseconds" + ], + [ + 12, + "race id" + ], + [ + 12, + "driver id" + ], + [ + 12, + "lap" + ], + [ + 12, + "position" + ], + [ + 12, + "time" + ], + [ + 12, + "milliseconds" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "circuitId" + ], + [ + 0, + "circuitRef" + ], + [ + 0, + "name" + ], + [ + 0, + "location" + ], + [ + 0, + "country" + ], + [ + 0, + "lat" + ], + [ + 0, + "lng" + ], + [ + 0, + "alt" + ], + [ + 0, + "url" + ], + [ + 1, + "raceId" + ], + [ + 1, + "year" + ], + [ + 1, + "round" + ], + [ + 1, + "circuitId" + ], + [ + 1, + "name" + ], + [ + 1, + "date" + ], + [ + 1, + "time" + ], + [ + 1, + "url" + ], + [ + 2, + "driverId" + ], + [ + 2, + "driverRef" + ], + [ + 2, + "number" + ], + [ + 2, + "code" + ], + [ + 2, + "forename" + ], + [ + 2, + "surname" + ], + [ + 2, + "dob" + ], + [ + 2, + "nationality" + ], + [ + 2, + "url" + ], + [ + 3, + "statusId" + ], + [ + 3, + "status" + ], + [ + 4, + "year" + ], + [ + 4, + "url" + ], + [ + 5, + "constructorId" + ], + [ + 5, + "constructorRef" + ], + [ + 5, + "name" + ], + [ + 5, + "nationality" + ], + [ + 5, + "url" + ], + [ + 6, + "constructorStandingsId" + ], + [ + 6, + "raceId" + ], + [ + 6, + "constructorId" + ], + [ + 6, + "points" + ], + [ + 6, + "position" + ], + [ + 6, + "positionText" + ], + [ + 6, + "wins" + ], + [ + 7, + "resultId" + ], + [ + 7, + "raceId" + ], + [ + 7, + "driverId" + ], + [ + 7, + "constructorId" + ], + [ + 7, + "number" + ], + [ + 7, + "grid" + ], + [ + 7, + "position" + ], + [ + 7, + "positionText" + ], + [ + 7, + "positionOrder" + ], + [ + 7, + "points" + ], + [ + 7, + "laps" + ], + [ + 7, + "time" + ], + [ + 7, + "milliseconds" + ], + [ + 7, + "fastestLap" + ], + [ + 7, + "rank" + ], + [ + 7, + "fastestLapTime" + ], + [ + 7, + "fastestLapSpeed" + ], + [ + 7, + "statusId" + ], + [ + 8, + "driverStandingsId" + ], + [ + 8, + "raceId" + ], + [ + 8, + "driverId" + ], + [ + 8, + "points" + ], + [ + 8, + "position" + ], + [ + 8, + "positionText" + ], + [ + 8, + "wins" + ], + [ + 9, + "constructorResultsId" + ], + [ + 9, + "raceId" + ], + [ + 9, + "constructorId" + ], + [ + 9, + "points" + ], + [ + 9, + "status" + ], + [ + 10, + "qualifyId" + ], + [ + 10, + "raceId" + ], + [ + 10, + "driverId" + ], + [ + 10, + "constructorId" + ], + [ + 10, + "number" + ], + [ + 10, + "position" + ], + [ + 10, + "q1" + ], + [ + 10, + "q2" + ], + [ + 10, + "q3" + ], + [ + 11, + "raceId" + ], + [ + 11, + "driverId" + ], + [ + 11, + "stop" + ], + [ + 11, + "lap" + ], + [ + 11, + "time" + ], + [ + 11, + "duration" + ], + [ + 11, + "milliseconds" + ], + [ + 12, + "raceId" + ], + [ + 12, + "driverId" + ], + [ + 12, + "lap" + ], + [ + 12, + "position" + ], + [ + 12, + "time" + ], + [ + 12, + "milliseconds" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "number" + ], + "db_id": "formula_1", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 37, + 10 + ], + [ + 38, + 31 + ], + [ + 45, + 18 + ], + [ + 44, + 10 + ], + [ + 46, + 31 + ], + [ + 63, + 18 + ], + [ + 62, + 10 + ], + [ + 69, + 10 + ], + [ + 70, + 31 + ], + [ + 75, + 18 + ], + [ + 74, + 10 + ], + [ + 76, + 31 + ], + [ + 83, + 18 + ], + [ + 82, + 10 + ], + [ + 90, + 18 + ], + [ + 89, + 10 + ] + ], + "primary_keys": [ + 1, + 10, + 18, + 27, + 29, + 31, + 36, + 43, + 61, + 68, + 73, + 82, + 89 + ], + "table_names": [ + "races", + "drivers", + "status", + "seasons", + "constructors", + "constructor standings", + "results", + "driver standings", + "constructor results", + "qualifying", + "circuits", + "pitstops", + "laptimes" + ], + "table_names_original": [ + "circuits", + "races", + "drivers", + "status", + "seasons", + "constructors", + "constructorStandings", + "results", + "driverStandings", + "constructorResults", + "qualifying", + "pitStops", + "lapTimes" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "game id" + ], + [ + 1, + "game name" + ], + [ + 1, + "game type" + ], + [ + 2, + "student id" + ], + [ + 2, + "game id" + ], + [ + 2, + "hours played" + ], + [ + 3, + "student id" + ], + [ + 3, + "sport name" + ], + [ + 3, + "hours per week" + ], + [ + 3, + "games played" + ], + [ + 3, + "on scholarship" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "GameID" + ], + [ + 1, + "GName" + ], + [ + 1, + "GType" + ], + [ + 2, + "StuID" + ], + [ + 2, + "GameID" + ], + [ + 2, + "Hours_Played" + ], + [ + 3, + "StuID" + ], + [ + 3, + "SportName" + ], + [ + 3, + "HoursPerWeek" + ], + [ + 3, + "GamesPlayed" + ], + [ + 3, + "OnScholarship" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "game_1", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 13, + 9 + ], + [ + 15, + 1 + ] + ], + "primary_keys": [ + 1, + 9 + ], + "table_names": [ + "student", + "video games", + "plays games", + "sports info" + ], + "table_names_original": [ + "Student", + "Video_Games", + "Plays_Games", + "SportsInfo" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "branch id" + ], + [ + 0, + "bname" + ], + [ + 0, + "no of customers" + ], + [ + 0, + "city" + ], + [ + 0, + "state" + ], + [ + 1, + "customer id" + ], + [ + 1, + "customer name" + ], + [ + 1, + "account type" + ], + [ + 1, + "account balance" + ], + [ + 1, + "number of loans" + ], + [ + 1, + "credit score" + ], + [ + 1, + "branch id" + ], + [ + 1, + "state" + ], + [ + 2, + "loan id" + ], + [ + 2, + "loan type" + ], + [ + 2, + "customer id" + ], + [ + 2, + "branch id" + ], + [ + 2, + "amount" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "branch_ID" + ], + [ + 0, + "bname" + ], + [ + 0, + "no_of_customers" + ], + [ + 0, + "city" + ], + [ + 0, + "state" + ], + [ + 1, + "cust_ID" + ], + [ + 1, + "cust_name" + ], + [ + 1, + "acc_type" + ], + [ + 1, + "acc_bal" + ], + [ + 1, + "no_of_loans" + ], + [ + 1, + "credit_score" + ], + [ + 1, + "branch_ID" + ], + [ + 1, + "state" + ], + [ + 2, + "loan_ID" + ], + [ + 2, + "loan_type" + ], + [ + 2, + "cust_ID" + ], + [ + 2, + "branch_ID" + ], + [ + 2, + "amount" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number" + ], + "db_id": "loan_1", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 17, + 1 + ] + ], + "primary_keys": [ + 1, + 6, + 14 + ], + "table_names": [ + "bank", + "customer", + "loan" + ], + "table_names_original": [ + "bank", + "customer", + "loan" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "latitude" + ], + [ + 0, + "longitude" + ], + [ + 0, + "dock count" + ], + [ + 0, + "city" + ], + [ + 0, + "installation date" + ], + [ + 1, + "station id" + ], + [ + 1, + "bikes available" + ], + [ + 1, + "docks available" + ], + [ + 1, + "time" + ], + [ + 2, + "id" + ], + [ + 2, + "duration" + ], + [ + 2, + "start date" + ], + [ + 2, + "start station name" + ], + [ + 2, + "start station id" + ], + [ + 2, + "end date" + ], + [ + 2, + "end station name" + ], + [ + 2, + "end station id" + ], + [ + 2, + "bike id" + ], + [ + 2, + "subscription type" + ], + [ + 2, + "zip code" + ], + [ + 3, + "date" + ], + [ + 3, + "max temperature f" + ], + [ + 3, + "mean temperature f" + ], + [ + 3, + "min temperature f" + ], + [ + 3, + "max dew point f" + ], + [ + 3, + "mean dew point f" + ], + [ + 3, + "min dew point f" + ], + [ + 3, + "max humidity" + ], + [ + 3, + "mean humidity" + ], + [ + 3, + "min humidity" + ], + [ + 3, + "max sea level pressure inches" + ], + [ + 3, + "mean sea level pressure inches" + ], + [ + 3, + "min sea level pressure inches" + ], + [ + 3, + "max visibility miles" + ], + [ + 3, + "mean visibility miles" + ], + [ + 3, + "min visibility miles" + ], + [ + 3, + "max wind speed mph" + ], + [ + 3, + "mean wind speed mph" + ], + [ + 3, + "max gust speed mph" + ], + [ + 3, + "precipitation inches" + ], + [ + 3, + "cloud cover" + ], + [ + 3, + "events" + ], + [ + 3, + "wind dir degrees" + ], + [ + 3, + "zip code" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "name" + ], + [ + 0, + "lat" + ], + [ + 0, + "long" + ], + [ + 0, + "dock_count" + ], + [ + 0, + "city" + ], + [ + 0, + "installation_date" + ], + [ + 1, + "station_id" + ], + [ + 1, + "bikes_available" + ], + [ + 1, + "docks_available" + ], + [ + 1, + "time" + ], + [ + 2, + "id" + ], + [ + 2, + "duration" + ], + [ + 2, + "start_date" + ], + [ + 2, + "start_station_name" + ], + [ + 2, + "start_station_id" + ], + [ + 2, + "end_date" + ], + [ + 2, + "end_station_name" + ], + [ + 2, + "end_station_id" + ], + [ + 2, + "bike_id" + ], + [ + 2, + "subscription_type" + ], + [ + 2, + "zip_code" + ], + [ + 3, + "date" + ], + [ + 3, + "max_temperature_f" + ], + [ + 3, + "mean_temperature_f" + ], + [ + 3, + "min_temperature_f" + ], + [ + 3, + "max_dew_point_f" + ], + [ + 3, + "mean_dew_point_f" + ], + [ + 3, + "min_dew_point_f" + ], + [ + 3, + "max_humidity" + ], + [ + 3, + "mean_humidity" + ], + [ + 3, + "min_humidity" + ], + [ + 3, + "max_sea_level_pressure_inches" + ], + [ + 3, + "mean_sea_level_pressure_inches" + ], + [ + 3, + "min_sea_level_pressure_inches" + ], + [ + 3, + "max_visibility_miles" + ], + [ + 3, + "mean_visibility_miles" + ], + [ + 3, + "min_visibility_miles" + ], + [ + 3, + "max_wind_Speed_mph" + ], + [ + 3, + "mean_wind_speed_mph" + ], + [ + 3, + "max_gust_speed_mph" + ], + [ + 3, + "precipitation_inches" + ], + [ + 3, + "cloud_cover" + ], + [ + 3, + "events" + ], + [ + 3, + "wind_dir_degrees" + ], + [ + 3, + "zip_code" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number" + ], + "db_id": "bike_1", + "foreign_keys": [ + [ + 8, + 1 + ] + ], + "primary_keys": [ + 1, + 12 + ], + "table_names": [ + "station", + "status", + "trip", + "weather" + ], + "table_names_original": [ + "station", + "status", + "trip", + "weather" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "entrepreneur id" + ], + [ + 0, + "people id" + ], + [ + 0, + "company" + ], + [ + 0, + "money requested" + ], + [ + 0, + "investor" + ], + [ + 1, + "people id" + ], + [ + 1, + "name" + ], + [ + 1, + "height" + ], + [ + 1, + "weight" + ], + [ + 1, + "date of birth" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Entrepreneur_ID" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "Company" + ], + [ + 0, + "Money_Requested" + ], + [ + 0, + "Investor" + ], + [ + 1, + "People_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Height" + ], + [ + 1, + "Weight" + ], + [ + 1, + "Date_of_Birth" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text" + ], + "db_id": "entrepreneur", + "foreign_keys": [ + [ + 2, + 6 + ] + ], + "primary_keys": [ + 1, + 6 + ], + "table_names": [ + "entrepreneur", + "people" + ], + "table_names_original": [ + "entrepreneur", + "people" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "conductor id" + ], + [ + 0, + "name" + ], + [ + 0, + "age" + ], + [ + 0, + "nationality" + ], + [ + 0, + "year of work" + ], + [ + 1, + "orchestra id" + ], + [ + 1, + "orchestra" + ], + [ + 1, + "conductor id" + ], + [ + 1, + "record company" + ], + [ + 1, + "year of founded" + ], + [ + 1, + "major record format" + ], + [ + 2, + "performance id" + ], + [ + 2, + "orchestra id" + ], + [ + 2, + "type" + ], + [ + 2, + "date" + ], + [ + 2, + "official ratings (millions)" + ], + [ + 2, + "weekly rank" + ], + [ + 2, + "share" + ], + [ + 3, + "show id" + ], + [ + 3, + "performance id" + ], + [ + 3, + "if first show" + ], + [ + 3, + "result" + ], + [ + 3, + "attendance" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Conductor_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Age" + ], + [ + 0, + "Nationality" + ], + [ + 0, + "Year_of_Work" + ], + [ + 1, + "Orchestra_ID" + ], + [ + 1, + "Orchestra" + ], + [ + 1, + "Conductor_ID" + ], + [ + 1, + "Record_Company" + ], + [ + 1, + "Year_of_Founded" + ], + [ + 1, + "Major_Record_Format" + ], + [ + 2, + "Performance_ID" + ], + [ + 2, + "Orchestra_ID" + ], + [ + 2, + "Type" + ], + [ + 2, + "Date" + ], + [ + 2, + "Official_ratings_(millions)" + ], + [ + 2, + "Weekly_rank" + ], + [ + 2, + "Share" + ], + [ + 3, + "Show_ID" + ], + [ + 3, + "Performance_ID" + ], + [ + 3, + "If_first_show" + ], + [ + 3, + "Result" + ], + [ + 3, + "Attendance" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "others", + "text", + "number" + ], + "db_id": "orchestra", + "foreign_keys": [ + [ + 8, + 1 + ], + [ + 13, + 6 + ], + [ + 20, + 12 + ] + ], + "primary_keys": [ + 1, + 6, + 12 + ], + "table_names": [ + "conductor", + "orchestra", + "performance", + "show" + ], + "table_names_original": [ + "conductor", + "orchestra", + "performance", + "show" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "payment method code" + ], + [ + 0, + "payment method description" + ], + [ + 1, + "service type code" + ], + [ + 1, + "parent service type code" + ], + [ + 1, + "service type description" + ], + [ + 2, + "address id" + ], + [ + 2, + "line 1" + ], + [ + 2, + "line 2" + ], + [ + 2, + "city town" + ], + [ + 2, + "state county" + ], + [ + 2, + "other details" + ], + [ + 3, + "product id" + ], + [ + 3, + "product name" + ], + [ + 3, + "product price" + ], + [ + 3, + "product description" + ], + [ + 3, + "other product service details" + ], + [ + 4, + "marketing region code" + ], + [ + 4, + "marketing region name" + ], + [ + 4, + "marketing region descriptrion" + ], + [ + 4, + "other details" + ], + [ + 5, + "client id" + ], + [ + 5, + "address id" + ], + [ + 5, + "customer email address" + ], + [ + 5, + "customer name" + ], + [ + 5, + "customer phone" + ], + [ + 5, + "other details" + ], + [ + 6, + "workshop group id" + ], + [ + 6, + "address id" + ], + [ + 6, + "currency code" + ], + [ + 6, + "marketing region code" + ], + [ + 6, + "store name" + ], + [ + 6, + "store phone" + ], + [ + 6, + "store email address" + ], + [ + 6, + "other details" + ], + [ + 7, + "performer id" + ], + [ + 7, + "address id" + ], + [ + 7, + "customer name" + ], + [ + 7, + "customer phone" + ], + [ + 7, + "customer email address" + ], + [ + 7, + "other details" + ], + [ + 8, + "customer id" + ], + [ + 8, + "address id" + ], + [ + 8, + "customer name" + ], + [ + 8, + "customer phone" + ], + [ + 8, + "customer email address" + ], + [ + 8, + "other details" + ], + [ + 9, + "store id" + ], + [ + 9, + "address id" + ], + [ + 9, + "marketing region code" + ], + [ + 9, + "store name" + ], + [ + 9, + "store phone" + ], + [ + 9, + "store email address" + ], + [ + 9, + "other details" + ], + [ + 10, + "booking id" + ], + [ + 10, + "customer id" + ], + [ + 10, + "workshop group id" + ], + [ + 10, + "status code" + ], + [ + 10, + "store id" + ], + [ + 10, + "order date" + ], + [ + 10, + "planned delivery date" + ], + [ + 10, + "actual delivery date" + ], + [ + 10, + "other order details" + ], + [ + 11, + "order id" + ], + [ + 11, + "performer id" + ], + [ + 12, + "order id" + ], + [ + 12, + "customer id" + ], + [ + 12, + "store id" + ], + [ + 12, + "order date" + ], + [ + 12, + "planned delivery date" + ], + [ + 12, + "actual delivery date" + ], + [ + 12, + "other order details" + ], + [ + 13, + "order item id" + ], + [ + 13, + "order id" + ], + [ + 13, + "product id" + ], + [ + 13, + "order quantity" + ], + [ + 13, + "other item details" + ], + [ + 14, + "invoice id" + ], + [ + 14, + "order id" + ], + [ + 14, + "payment method code" + ], + [ + 14, + "product id" + ], + [ + 14, + "order quantity" + ], + [ + 14, + "other item details" + ], + [ + 14, + "order item id" + ], + [ + 15, + "service id" + ], + [ + 15, + "service type code" + ], + [ + 15, + "workshop group id" + ], + [ + 15, + "product description" + ], + [ + 15, + "product name" + ], + [ + 15, + "product price" + ], + [ + 15, + "other product service details" + ], + [ + 16, + "order id" + ], + [ + 16, + "product id" + ], + [ + 17, + "invoice item id" + ], + [ + 17, + "invoice id" + ], + [ + 17, + "order id" + ], + [ + 17, + "order item id" + ], + [ + 17, + "product id" + ], + [ + 17, + "order quantity" + ], + [ + 17, + "other item details" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "payment_method_code" + ], + [ + 0, + "payment_method_description" + ], + [ + 1, + "Service_Type_Code" + ], + [ + 1, + "Parent_Service_Type_Code" + ], + [ + 1, + "Service_Type_Description" + ], + [ + 2, + "Address_ID" + ], + [ + 2, + "Line_1" + ], + [ + 2, + "Line_2" + ], + [ + 2, + "City_Town" + ], + [ + 2, + "State_County" + ], + [ + 2, + "Other_Details" + ], + [ + 3, + "Product_ID" + ], + [ + 3, + "Product_Name" + ], + [ + 3, + "Product_Price" + ], + [ + 3, + "Product_Description" + ], + [ + 3, + "Other_Product_Service_Details" + ], + [ + 4, + "Marketing_Region_Code" + ], + [ + 4, + "Marketing_Region_Name" + ], + [ + 4, + "Marketing_Region_Descriptrion" + ], + [ + 4, + "Other_Details" + ], + [ + 5, + "Client_ID" + ], + [ + 5, + "Address_ID" + ], + [ + 5, + "Customer_Email_Address" + ], + [ + 5, + "Customer_Name" + ], + [ + 5, + "Customer_Phone" + ], + [ + 5, + "Other_Details" + ], + [ + 6, + "Workshop_Group_ID" + ], + [ + 6, + "Address_ID" + ], + [ + 6, + "Currency_Code" + ], + [ + 6, + "Marketing_Region_Code" + ], + [ + 6, + "Store_Name" + ], + [ + 6, + "Store_Phone" + ], + [ + 6, + "Store_Email_Address" + ], + [ + 6, + "Other_Details" + ], + [ + 7, + "Performer_ID" + ], + [ + 7, + "Address_ID" + ], + [ + 7, + "Customer_Name" + ], + [ + 7, + "Customer_Phone" + ], + [ + 7, + "Customer_Email_Address" + ], + [ + 7, + "Other_Details" + ], + [ + 8, + "Customer_ID" + ], + [ + 8, + "Address_ID" + ], + [ + 8, + "Customer_Name" + ], + [ + 8, + "Customer_Phone" + ], + [ + 8, + "Customer_Email_Address" + ], + [ + 8, + "Other_Details" + ], + [ + 9, + "Store_ID" + ], + [ + 9, + "Address_ID" + ], + [ + 9, + "Marketing_Region_Code" + ], + [ + 9, + "Store_Name" + ], + [ + 9, + "Store_Phone" + ], + [ + 9, + "Store_Email_Address" + ], + [ + 9, + "Other_Details" + ], + [ + 10, + "Booking_ID" + ], + [ + 10, + "Customer_ID" + ], + [ + 10, + "Workshop_Group_ID" + ], + [ + 10, + "Status_Code" + ], + [ + 10, + "Store_ID" + ], + [ + 10, + "Order_Date" + ], + [ + 10, + "Planned_Delivery_Date" + ], + [ + 10, + "Actual_Delivery_Date" + ], + [ + 10, + "Other_Order_Details" + ], + [ + 11, + "Order_ID" + ], + [ + 11, + "Performer_ID" + ], + [ + 12, + "Order_ID" + ], + [ + 12, + "Customer_ID" + ], + [ + 12, + "Store_ID" + ], + [ + 12, + "Order_Date" + ], + [ + 12, + "Planned_Delivery_Date" + ], + [ + 12, + "Actual_Delivery_Date" + ], + [ + 12, + "Other_Order_Details" + ], + [ + 13, + "Order_Item_ID" + ], + [ + 13, + "Order_ID" + ], + [ + 13, + "Product_ID" + ], + [ + 13, + "Order_Quantity" + ], + [ + 13, + "Other_Item_Details" + ], + [ + 14, + "Invoice_ID" + ], + [ + 14, + "Order_ID" + ], + [ + 14, + "payment_method_code" + ], + [ + 14, + "Product_ID" + ], + [ + 14, + "Order_Quantity" + ], + [ + 14, + "Other_Item_Details" + ], + [ + 14, + "Order_Item_ID" + ], + [ + 15, + "Service_ID" + ], + [ + 15, + "Service_Type_Code" + ], + [ + 15, + "Workshop_Group_ID" + ], + [ + 15, + "Product_Description" + ], + [ + 15, + "Product_Name" + ], + [ + 15, + "Product_Price" + ], + [ + 15, + "Other_Product_Service_Details" + ], + [ + 16, + "Order_ID" + ], + [ + 16, + "Product_ID" + ], + [ + 17, + "Invoice_Item_ID" + ], + [ + 17, + "Invoice_ID" + ], + [ + 17, + "Order_ID" + ], + [ + 17, + "Order_Item_ID" + ], + [ + 17, + "Product_ID" + ], + [ + 17, + "Order_Quantity" + ], + [ + 17, + "Other_Item_Details" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "time", + "time", + "time", + "text", + "number", + "number", + "number", + "number", + "number", + "time", + "time", + "time", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "number", + "text" + ], + "db_id": "cre_Drama_Workshop_Groups", + "foreign_keys": [ + [ + 22, + 6 + ], + [ + 28, + 6 + ], + [ + 36, + 6 + ], + [ + 42, + 6 + ], + [ + 49, + 17 + ], + [ + 48, + 6 + ], + [ + 56, + 27 + ], + [ + 55, + 21 + ], + [ + 63, + 54 + ], + [ + 64, + 35 + ], + [ + 67, + 47 + ], + [ + 66, + 41 + ], + [ + 74, + 12 + ], + [ + 73, + 65 + ], + [ + 79, + 1 + ], + [ + 78, + 54 + ], + [ + 78, + 65 + ], + [ + 85, + 3 + ], + [ + 86, + 27 + ], + [ + 92, + 84 + ], + [ + 91, + 54 + ], + [ + 95, + 91 + ], + [ + 97, + 92 + ], + [ + 94, + 77 + ], + [ + 96, + 72 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 12, + 17, + 21, + 27, + 35, + 41, + 47, + 54, + 63, + 65, + 72, + 77, + 84, + 91, + 93 + ], + "table_names": [ + "reference payment methods", + "reference service types", + "addresses", + "products", + "marketing regions", + "clients", + "drama workshop groups", + "performers", + "customers", + "stores", + "bookings", + "performers in bookings", + "customer orders", + "order items", + "invoices", + "services", + "bookings services", + "invoice items" + ], + "table_names_original": [ + "Ref_Payment_Methods", + "Ref_Service_Types", + "Addresses", + "Products", + "Marketing_Regions", + "Clients", + "Drama_Workshop_Groups", + "Performers", + "Customers", + "Stores", + "Bookings", + "Performers_in_Bookings", + "Customer_Orders", + "Order_Items", + "Invoices", + "Services", + "Bookings_Services", + "Invoice_Items" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "cont id" + ], + [ + 0, + "continent" + ], + [ + 1, + "country id" + ], + [ + 1, + "country name" + ], + [ + 1, + "continent" + ], + [ + 2, + "id" + ], + [ + 2, + "maker" + ], + [ + 2, + "full name" + ], + [ + 2, + "country" + ], + [ + 3, + "model id" + ], + [ + 3, + "maker" + ], + [ + 3, + "model" + ], + [ + 4, + "make id" + ], + [ + 4, + "model" + ], + [ + 4, + "make" + ], + [ + 5, + "id" + ], + [ + 5, + "mpg" + ], + [ + 5, + "cylinders" + ], + [ + 5, + "edispl" + ], + [ + 5, + "horsepower" + ], + [ + 5, + "weight" + ], + [ + 5, + "accelerate" + ], + [ + 5, + "year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "ContId" + ], + [ + 0, + "Continent" + ], + [ + 1, + "CountryId" + ], + [ + 1, + "CountryName" + ], + [ + 1, + "Continent" + ], + [ + 2, + "Id" + ], + [ + 2, + "Maker" + ], + [ + 2, + "FullName" + ], + [ + 2, + "Country" + ], + [ + 3, + "ModelId" + ], + [ + 3, + "Maker" + ], + [ + 3, + "Model" + ], + [ + 4, + "MakeId" + ], + [ + 4, + "Model" + ], + [ + 4, + "Make" + ], + [ + 5, + "Id" + ], + [ + 5, + "MPG" + ], + [ + 5, + "Cylinders" + ], + [ + 5, + "Edispl" + ], + [ + 5, + "Horsepower" + ], + [ + 5, + "Weight" + ], + [ + 5, + "Accelerate" + ], + [ + 5, + "Year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "car_1", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 9, + 3 + ], + [ + 11, + 6 + ], + [ + 14, + 12 + ], + [ + 16, + 13 + ] + ], + "primary_keys": [ + 1, + 3, + 6, + 10, + 13, + 16 + ], + "table_names": [ + "continents", + "countries", + "car makers", + "model list", + "car names", + "cars data" + ], + "table_names_original": [ + "continents", + "countries", + "car_makers", + "model_list", + "car_names", + "cars_data" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "state name" + ], + [ + 0, + "population" + ], + [ + 0, + "area" + ], + [ + 0, + "country name" + ], + [ + 0, + "capital" + ], + [ + 0, + "density" + ], + [ + 1, + "city name" + ], + [ + 1, + "population" + ], + [ + 1, + "country name" + ], + [ + 1, + "state name" + ], + [ + 2, + "state name" + ], + [ + 2, + "border" + ], + [ + 3, + "state name" + ], + [ + 3, + "highest elevation" + ], + [ + 3, + "lowest point" + ], + [ + 3, + "highest point" + ], + [ + 3, + "lowest elevation" + ], + [ + 4, + "lake name" + ], + [ + 4, + "area" + ], + [ + 4, + "country name" + ], + [ + 4, + "state name" + ], + [ + 5, + "mountain name" + ], + [ + 5, + "mountain altitude" + ], + [ + 5, + "country name" + ], + [ + 5, + "state name" + ], + [ + 6, + "river name" + ], + [ + 6, + "length" + ], + [ + 6, + "country name" + ], + [ + 6, + "traverse" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "state_name" + ], + [ + 0, + "population" + ], + [ + 0, + "area" + ], + [ + 0, + "country_name" + ], + [ + 0, + "capital" + ], + [ + 0, + "density" + ], + [ + 1, + "city_name" + ], + [ + 1, + "population" + ], + [ + 1, + "country_name" + ], + [ + 1, + "state_name" + ], + [ + 2, + "state_name" + ], + [ + 2, + "border" + ], + [ + 3, + "state_name" + ], + [ + 3, + "highest_elevation" + ], + [ + 3, + "lowest_point" + ], + [ + 3, + "highest_point" + ], + [ + 3, + "lowest_elevation" + ], + [ + 4, + "lake_name" + ], + [ + 4, + "area" + ], + [ + 4, + "country_name" + ], + [ + 4, + "state_name" + ], + [ + 5, + "mountain_name" + ], + [ + 5, + "mountain_altitude" + ], + [ + 5, + "country_name" + ], + [ + 5, + "state_name" + ], + [ + 6, + "river_name" + ], + [ + 6, + "length" + ], + [ + 6, + "country_name" + ], + [ + 6, + "traverse" + ] + ], + "column_types": [ + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text" + ], + "db_id": "geo", + "foreign_keys": [ + [ + 10, + 1 + ], + [ + 12, + 1 + ], + [ + 11, + 1 + ], + [ + 13, + 1 + ], + [ + 25, + 1 + ], + [ + 29, + 1 + ] + ], + "primary_keys": [ + 1, + 7, + 12, + 13, + 22, + 26 + ], + "table_names": [ + "state", + "city", + "border info", + "highlow", + "lake", + "mountain", + "river" + ], + "table_names_original": [ + "state", + "city", + "border_info", + "highlow", + "lake", + "mountain", + "river" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address type code" + ], + [ + 0, + "address type description" + ], + [ + 1, + "detention type code" + ], + [ + 1, + "detention type description" + ], + [ + 2, + "incident type code" + ], + [ + 2, + "incident type description" + ], + [ + 3, + "address id" + ], + [ + 3, + "line 1" + ], + [ + 3, + "line 2" + ], + [ + 3, + "line 3" + ], + [ + 3, + "city" + ], + [ + 3, + "zip postcode" + ], + [ + 3, + "state province county" + ], + [ + 3, + "country" + ], + [ + 3, + "other address details" + ], + [ + 4, + "student id" + ], + [ + 4, + "address id" + ], + [ + 4, + "first name" + ], + [ + 4, + "middle name" + ], + [ + 4, + "last name" + ], + [ + 4, + "cell mobile number" + ], + [ + 4, + "email address" + ], + [ + 4, + "date first rental" + ], + [ + 4, + "date left university" + ], + [ + 4, + "other student details" + ], + [ + 5, + "teacher id" + ], + [ + 5, + "address id" + ], + [ + 5, + "first name" + ], + [ + 5, + "middle name" + ], + [ + 5, + "last name" + ], + [ + 5, + "gender" + ], + [ + 5, + "cell mobile number" + ], + [ + 5, + "email address" + ], + [ + 5, + "other details" + ], + [ + 6, + "notes id" + ], + [ + 6, + "student id" + ], + [ + 6, + "teacher id" + ], + [ + 6, + "date of notes" + ], + [ + 6, + "text of notes" + ], + [ + 6, + "other details" + ], + [ + 7, + "incident id" + ], + [ + 7, + "incident type code" + ], + [ + 7, + "student id" + ], + [ + 7, + "date incident start" + ], + [ + 7, + "date incident end" + ], + [ + 7, + "incident summary" + ], + [ + 7, + "recommendations" + ], + [ + 7, + "other details" + ], + [ + 8, + "detention id" + ], + [ + 8, + "detention type code" + ], + [ + 8, + "teacher id" + ], + [ + 8, + "datetime detention start" + ], + [ + 8, + "datetime detention end" + ], + [ + 8, + "detention summary" + ], + [ + 8, + "other details" + ], + [ + 9, + "student id" + ], + [ + 9, + "address id" + ], + [ + 9, + "date address from" + ], + [ + 9, + "date address to" + ], + [ + 9, + "monthly rental" + ], + [ + 9, + "other details" + ], + [ + 10, + "student id" + ], + [ + 10, + "detention id" + ], + [ + 10, + "incident id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_type_code" + ], + [ + 0, + "address_type_description" + ], + [ + 1, + "detention_type_code" + ], + [ + 1, + "detention_type_description" + ], + [ + 2, + "incident_type_code" + ], + [ + 2, + "incident_type_description" + ], + [ + 3, + "address_id" + ], + [ + 3, + "line_1" + ], + [ + 3, + "line_2" + ], + [ + 3, + "line_3" + ], + [ + 3, + "city" + ], + [ + 3, + "zip_postcode" + ], + [ + 3, + "state_province_county" + ], + [ + 3, + "country" + ], + [ + 3, + "other_address_details" + ], + [ + 4, + "student_id" + ], + [ + 4, + "address_id" + ], + [ + 4, + "first_name" + ], + [ + 4, + "middle_name" + ], + [ + 4, + "last_name" + ], + [ + 4, + "cell_mobile_number" + ], + [ + 4, + "email_address" + ], + [ + 4, + "date_first_rental" + ], + [ + 4, + "date_left_university" + ], + [ + 4, + "other_student_details" + ], + [ + 5, + "teacher_id" + ], + [ + 5, + "address_id" + ], + [ + 5, + "first_name" + ], + [ + 5, + "middle_name" + ], + [ + 5, + "last_name" + ], + [ + 5, + "gender" + ], + [ + 5, + "cell_mobile_number" + ], + [ + 5, + "email_address" + ], + [ + 5, + "other_details" + ], + [ + 6, + "notes_id" + ], + [ + 6, + "student_id" + ], + [ + 6, + "teacher_id" + ], + [ + 6, + "date_of_notes" + ], + [ + 6, + "text_of_notes" + ], + [ + 6, + "other_details" + ], + [ + 7, + "incident_id" + ], + [ + 7, + "incident_type_code" + ], + [ + 7, + "student_id" + ], + [ + 7, + "date_incident_start" + ], + [ + 7, + "date_incident_end" + ], + [ + 7, + "incident_summary" + ], + [ + 7, + "recommendations" + ], + [ + 7, + "other_details" + ], + [ + 8, + "detention_id" + ], + [ + 8, + "detention_type_code" + ], + [ + 8, + "teacher_id" + ], + [ + 8, + "datetime_detention_start" + ], + [ + 8, + "datetime_detention_end" + ], + [ + 8, + "detention_summary" + ], + [ + 8, + "other_details" + ], + [ + 9, + "student_id" + ], + [ + 9, + "address_id" + ], + [ + 9, + "date_address_from" + ], + [ + 9, + "date_address_to" + ], + [ + 9, + "monthly_rental" + ], + [ + 9, + "other_details" + ], + [ + 10, + "student_id" + ], + [ + 10, + "detention_id" + ], + [ + 10, + "incident_id" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "time", + "time", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "time", + "text", + "text", + "number", + "text", + "number", + "time", + "time", + "text", + "text", + "text", + "number", + "text", + "number", + "time", + "time", + "text", + "text", + "number", + "number", + "time", + "time", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "behavior_monitoring", + "foreign_keys": [ + [ + 17, + 7 + ], + [ + 27, + 7 + ], + [ + 37, + 26 + ], + [ + 36, + 16 + ], + [ + 43, + 16 + ], + [ + 42, + 5 + ], + [ + 51, + 26 + ], + [ + 50, + 3 + ], + [ + 56, + 16 + ], + [ + 57, + 7 + ], + [ + 62, + 16 + ], + [ + 63, + 49 + ], + [ + 64, + 41 + ] + ], + "primary_keys": [ + 1, + 3, + 5, + 7, + 16, + 26, + 41, + 49 + ], + "table_names": [ + "reference address types", + "reference detention type", + "reference incident type", + "addresses", + "students", + "teachers", + "assessment notes", + "behavior incident", + "detention", + "student addresses", + "students in detention" + ], + "table_names_original": [ + "Ref_Address_Types", + "Ref_Detention_Type", + "Ref_Incident_Type", + "Addresses", + "Students", + "Teachers", + "Assessment_Notes", + "Behavior_Incident", + "Detention", + "Student_Addresses", + "Students_in_Detention" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "document type code" + ], + [ + 0, + "document type name" + ], + [ + 0, + "document type description" + ], + [ + 1, + "calendar date" + ], + [ + 1, + "day number" + ], + [ + 2, + "location code" + ], + [ + 2, + "location name" + ], + [ + 2, + "location description" + ], + [ + 3, + "role code" + ], + [ + 3, + "role name" + ], + [ + 3, + "role description" + ], + [ + 4, + "document id" + ], + [ + 4, + "date stored" + ], + [ + 4, + "document type code" + ], + [ + 4, + "document name" + ], + [ + 4, + "document description" + ], + [ + 4, + "other details" + ], + [ + 5, + "employee id" + ], + [ + 5, + "role code" + ], + [ + 5, + "employee name" + ], + [ + 5, + "gender mfu" + ], + [ + 5, + "date of birth" + ], + [ + 5, + "other details" + ], + [ + 6, + "document id" + ], + [ + 6, + "location code" + ], + [ + 6, + "date in location from" + ], + [ + 6, + "date in locaton to" + ], + [ + 7, + "document id" + ], + [ + 7, + "destruction authorised by employee id" + ], + [ + 7, + "destroyed by employee id" + ], + [ + 7, + "planned destruction date" + ], + [ + 7, + "actual destruction date" + ], + [ + 7, + "other details" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Document_Type_Code" + ], + [ + 0, + "Document_Type_Name" + ], + [ + 0, + "Document_Type_Description" + ], + [ + 1, + "Calendar_Date" + ], + [ + 1, + "Day_Number" + ], + [ + 2, + "Location_Code" + ], + [ + 2, + "Location_Name" + ], + [ + 2, + "Location_Description" + ], + [ + 3, + "Role_Code" + ], + [ + 3, + "Role_Name" + ], + [ + 3, + "Role_Description" + ], + [ + 4, + "Document_ID" + ], + [ + 4, + "Date_Stored" + ], + [ + 4, + "Document_Type_Code" + ], + [ + 4, + "Document_Name" + ], + [ + 4, + "Document_Description" + ], + [ + 4, + "Other_Details" + ], + [ + 5, + "Employee_ID" + ], + [ + 5, + "Role_Code" + ], + [ + 5, + "Employee_Name" + ], + [ + 5, + "Gender_MFU" + ], + [ + 5, + "Date_of_Birth" + ], + [ + 5, + "Other_Details" + ], + [ + 6, + "Document_ID" + ], + [ + 6, + "Location_Code" + ], + [ + 6, + "Date_in_Location_From" + ], + [ + 6, + "Date_in_Locaton_To" + ], + [ + 7, + "Document_ID" + ], + [ + 7, + "Destruction_Authorised_by_Employee_ID" + ], + [ + 7, + "Destroyed_by_Employee_ID" + ], + [ + 7, + "Planned_Destruction_Date" + ], + [ + 7, + "Actual_Destruction_Date" + ], + [ + 7, + "Other_Details" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "time", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "time", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "time", + "text", + "number", + "text", + "time", + "time", + "number", + "number", + "number", + "time", + "time", + "text" + ], + "db_id": "cre_Doc_Tracking_DB", + "foreign_keys": [ + [ + 13, + 4 + ], + [ + 14, + 1 + ], + [ + 19, + 9 + ], + [ + 24, + 12 + ], + [ + 27, + 4 + ], + [ + 26, + 4 + ], + [ + 25, + 6 + ], + [ + 28, + 12 + ], + [ + 32, + 4 + ], + [ + 31, + 4 + ], + [ + 29, + 18 + ], + [ + 30, + 18 + ] + ], + "primary_keys": [ + 1, + 4, + 6, + 9, + 12, + 18, + 24, + 28 + ], + "table_names": [ + "reference document types", + "reference calendar", + "reference locations", + "roles", + "all documents", + "employees", + "document locations", + "documents to be destroyed" + ], + "table_names_original": [ + "Ref_Document_Types", + "Ref_Calendar", + "Ref_Locations", + "Roles", + "All_Documents", + "Employees", + "Document_Locations", + "Documents_to_be_Destroyed" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "author id" + ], + [ + 0, + "name" + ], + [ + 0, + "age" + ], + [ + 0, + "gender" + ], + [ + 1, + "press id" + ], + [ + 1, + "name" + ], + [ + 1, + "month profits billion" + ], + [ + 1, + "year profits billion" + ], + [ + 2, + "book id" + ], + [ + 2, + "title" + ], + [ + 2, + "book series" + ], + [ + 2, + "author id" + ], + [ + 2, + "press id" + ], + [ + 2, + "sale amount" + ], + [ + 2, + "release date" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Author_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Age" + ], + [ + 0, + "Gender" + ], + [ + 1, + "Press_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Month_Profits_billion" + ], + [ + 1, + "Year_Profits_billion" + ], + [ + 2, + "Book_ID" + ], + [ + 2, + "Title" + ], + [ + 2, + "Book_Series" + ], + [ + 2, + "Author_ID" + ], + [ + 2, + "Press_ID" + ], + [ + 2, + "Sale_Amount" + ], + [ + 2, + "Release_date" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "text" + ], + "db_id": "book_press", + "foreign_keys": [ + [ + 13, + 5 + ], + [ + 12, + 1 + ] + ], + "primary_keys": [ + 1, + 5, + 9 + ], + "table_names": [ + "author", + "press", + "book" + ], + "table_names_original": [ + "author", + "press", + "book" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "team id" + ], + [ + 0, + "school id" + ], + [ + 0, + "team name" + ], + [ + 0, + "acc regular season" + ], + [ + 0, + "acc percent" + ], + [ + 0, + "acc home" + ], + [ + 0, + "acc road" + ], + [ + 0, + "all games" + ], + [ + 0, + "all games percent" + ], + [ + 0, + "all home" + ], + [ + 0, + "all road" + ], + [ + 0, + "all neutral" + ], + [ + 1, + "school id" + ], + [ + 1, + "school" + ], + [ + 1, + "location" + ], + [ + 1, + "founded" + ], + [ + 1, + "affiliation" + ], + [ + 1, + "enrollment" + ], + [ + 1, + "nickname" + ], + [ + 1, + "primary conference" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Team_ID" + ], + [ + 0, + "School_ID" + ], + [ + 0, + "Team_Name" + ], + [ + 0, + "ACC_Regular_Season" + ], + [ + 0, + "ACC_Percent" + ], + [ + 0, + "ACC_Home" + ], + [ + 0, + "ACC_Road" + ], + [ + 0, + "All_Games" + ], + [ + 0, + "All_Games_Percent" + ], + [ + 0, + "All_Home" + ], + [ + 0, + "All_Road" + ], + [ + 0, + "All_Neutral" + ], + [ + 1, + "School_ID" + ], + [ + 1, + "School" + ], + [ + 1, + "Location" + ], + [ + 1, + "Founded" + ], + [ + 1, + "Affiliation" + ], + [ + 1, + "Enrollment" + ], + [ + 1, + "Nickname" + ], + [ + 1, + "Primary_conference" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "text" + ], + "db_id": "university_basketball", + "foreign_keys": [ + [ + 2, + 13 + ] + ], + "primary_keys": [ + 1, + 13 + ], + "table_names": [ + "basketball match", + "university" + ], + "table_names_original": [ + "basketball_match", + "university" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "college name" + ], + [ + 0, + "state" + ], + [ + 0, + "enrollment" + ], + [ + 1, + "player id" + ], + [ + 1, + "player name" + ], + [ + 1, + "yes card" + ], + [ + 1, + "training hours" + ], + [ + 2, + "player id" + ], + [ + 2, + "college name" + ], + [ + 2, + "player position" + ], + [ + 2, + "decision" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "cName" + ], + [ + 0, + "state" + ], + [ + 0, + "enr" + ], + [ + 1, + "pID" + ], + [ + 1, + "pName" + ], + [ + 1, + "yCard" + ], + [ + 1, + "HS" + ], + [ + 2, + "pID" + ], + [ + 2, + "cName" + ], + [ + 2, + "pPos" + ], + [ + 2, + "decision" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text" + ], + "db_id": "soccer_2", + "foreign_keys": [ + [ + 9, + 1 + ], + [ + 8, + 4 + ] + ], + "primary_keys": [ + 1, + 4, + 8 + ], + "table_names": [ + "college", + "player", + "tryout" + ], + "table_names_original": [ + "College", + "Player", + "Tryout" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "activity id" + ], + [ + 0, + "activity name" + ], + [ + 1, + "student id" + ], + [ + 1, + "activity id" + ], + [ + 2, + "faculty id" + ], + [ + 2, + "activity id" + ], + [ + 3, + "student id" + ], + [ + 3, + "last name" + ], + [ + 3, + "first name" + ], + [ + 3, + "age" + ], + [ + 3, + "sex" + ], + [ + 3, + "major" + ], + [ + 3, + "advisor" + ], + [ + 3, + "city code" + ], + [ + 4, + "faculty id" + ], + [ + 4, + "last name" + ], + [ + 4, + "first name" + ], + [ + 4, + "rank" + ], + [ + 4, + "sex" + ], + [ + 4, + "phone" + ], + [ + 4, + "room" + ], + [ + 4, + "building" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "actid" + ], + [ + 0, + "activity_name" + ], + [ + 1, + "stuid" + ], + [ + 1, + "actid" + ], + [ + 2, + "FacID" + ], + [ + 2, + "actid" + ], + [ + 3, + "StuID" + ], + [ + 3, + "LName" + ], + [ + 3, + "Fname" + ], + [ + 3, + "Age" + ], + [ + 3, + "Sex" + ], + [ + 3, + "Major" + ], + [ + 3, + "Advisor" + ], + [ + 3, + "city_code" + ], + [ + 4, + "FacID" + ], + [ + 4, + "Lname" + ], + [ + 4, + "Fname" + ], + [ + 4, + "Rank" + ], + [ + 4, + "Sex" + ], + [ + 4, + "Phone" + ], + [ + 4, + "Room" + ], + [ + 4, + "Building" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text", + "text" + ], + "db_id": "activity_1", + "foreign_keys": [ + [ + 4, + 1 + ], + [ + 3, + 7 + ], + [ + 6, + 1 + ], + [ + 5, + 15 + ] + ], + "primary_keys": [ + 1, + 7, + 15 + ], + "table_names": [ + "activity", + "participates in", + "faculty participates in", + "student", + "faculty" + ], + "table_names_original": [ + "Activity", + "Participates_in", + "Faculty_Participates_in", + "Student", + "Faculty" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "star rating code" + ], + [ + 0, + "star rating description" + ], + [ + 1, + "location id" + ], + [ + 1, + "location name" + ], + [ + 1, + "address" + ], + [ + 1, + "other details" + ], + [ + 2, + "attraction type code" + ], + [ + 2, + "attraction type description" + ], + [ + 3, + "tourist id" + ], + [ + 3, + "tourist details" + ], + [ + 4, + "feature id" + ], + [ + 4, + "feature details" + ], + [ + 5, + "hotel id" + ], + [ + 5, + "star rating code" + ], + [ + 5, + "pets allowed yn" + ], + [ + 5, + "price range" + ], + [ + 5, + "other hotel details" + ], + [ + 6, + "tourist attraction id" + ], + [ + 6, + "attraction type code" + ], + [ + 6, + "location id" + ], + [ + 6, + "how to get there" + ], + [ + 6, + "name" + ], + [ + 6, + "description" + ], + [ + 6, + "opening hours" + ], + [ + 6, + "other details" + ], + [ + 7, + "market id" + ], + [ + 7, + "market details" + ], + [ + 8, + "shop id" + ], + [ + 8, + "shop details" + ], + [ + 9, + "museum id" + ], + [ + 9, + "museum details" + ], + [ + 10, + "royal family id" + ], + [ + 10, + "royal family details" + ], + [ + 11, + "theme park id" + ], + [ + 11, + "theme park details" + ], + [ + 12, + "visit id" + ], + [ + 12, + "tourist attraction id" + ], + [ + 12, + "tourist id" + ], + [ + 12, + "visit date" + ], + [ + 12, + "visit details" + ], + [ + 13, + "photo id" + ], + [ + 13, + "tourist attraction id" + ], + [ + 13, + "name" + ], + [ + 13, + "description" + ], + [ + 13, + "filename" + ], + [ + 13, + "other details" + ], + [ + 14, + "staff id" + ], + [ + 14, + "tourist attraction id" + ], + [ + 14, + "name" + ], + [ + 14, + "other details" + ], + [ + 15, + "tourist attraction id" + ], + [ + 15, + "feature id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "star_rating_code" + ], + [ + 0, + "star_rating_description" + ], + [ + 1, + "Location_ID" + ], + [ + 1, + "Location_Name" + ], + [ + 1, + "Address" + ], + [ + 1, + "Other_Details" + ], + [ + 2, + "Attraction_Type_Code" + ], + [ + 2, + "Attraction_Type_Description" + ], + [ + 3, + "Tourist_ID" + ], + [ + 3, + "Tourist_Details" + ], + [ + 4, + "Feature_ID" + ], + [ + 4, + "Feature_Details" + ], + [ + 5, + "hotel_id" + ], + [ + 5, + "star_rating_code" + ], + [ + 5, + "pets_allowed_yn" + ], + [ + 5, + "price_range" + ], + [ + 5, + "other_hotel_details" + ], + [ + 6, + "Tourist_Attraction_ID" + ], + [ + 6, + "Attraction_Type_Code" + ], + [ + 6, + "Location_ID" + ], + [ + 6, + "How_to_Get_There" + ], + [ + 6, + "Name" + ], + [ + 6, + "Description" + ], + [ + 6, + "Opening_Hours" + ], + [ + 6, + "Other_Details" + ], + [ + 7, + "Market_ID" + ], + [ + 7, + "Market_Details" + ], + [ + 8, + "Shop_ID" + ], + [ + 8, + "Shop_Details" + ], + [ + 9, + "Museum_ID" + ], + [ + 9, + "Museum_Details" + ], + [ + 10, + "Royal_Family_ID" + ], + [ + 10, + "Royal_Family_Details" + ], + [ + 11, + "Theme_Park_ID" + ], + [ + 11, + "Theme_Park_Details" + ], + [ + 12, + "Visit_ID" + ], + [ + 12, + "Tourist_Attraction_ID" + ], + [ + 12, + "Tourist_ID" + ], + [ + 12, + "Visit_Date" + ], + [ + 12, + "Visit_Details" + ], + [ + 13, + "Photo_ID" + ], + [ + 13, + "Tourist_Attraction_ID" + ], + [ + 13, + "Name" + ], + [ + 13, + "Description" + ], + [ + 13, + "Filename" + ], + [ + 13, + "Other_Details" + ], + [ + 14, + "Staff_ID" + ], + [ + 14, + "Tourist_Attraction_ID" + ], + [ + 14, + "Name" + ], + [ + 14, + "Other_Details" + ], + [ + 15, + "Tourist_Attraction_ID" + ], + [ + 15, + "Feature_ID" + ] + ], + "column_types": [ + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "text", + "number", + "number", + "number", + "time", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number" + ], + "db_id": "cre_Theme_park", + "foreign_keys": [ + [ + 14, + 1 + ], + [ + 19, + 7 + ], + [ + 20, + 3 + ], + [ + 26, + 18 + ], + [ + 28, + 18 + ], + [ + 30, + 18 + ], + [ + 32, + 18 + ], + [ + 34, + 18 + ], + [ + 38, + 9 + ], + [ + 37, + 18 + ], + [ + 42, + 18 + ], + [ + 48, + 18 + ], + [ + 52, + 11 + ], + [ + 51, + 18 + ] + ], + "primary_keys": [ + 1, + 3, + 7, + 9, + 11, + 13, + 18, + 26, + 28, + 30, + 32, + 34, + 36, + 41, + 47, + 51 + ], + "table_names": [ + "ref hotel star ratings", + "locations", + "ref attraction types", + "visitors", + "features", + "hotels", + "tourist attractions", + "street markets", + "shops", + "museums", + "royal family", + "theme parks", + "visits", + "photos", + "staff", + "tourist attraction features" + ], + "table_names_original": [ + "Ref_Hotel_Star_Ratings", + "Locations", + "Ref_Attraction_Types", + "Visitors", + "Features", + "Hotels", + "Tourist_Attractions", + "Street_Markets", + "Shops", + "Museums", + "Royal_Family", + "Theme_Parks", + "Visits", + "Photos", + "Staff", + "Tourist_Attraction_Features" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "user id" + ], + [ + 0, + "follower id" + ], + [ + 1, + "id" + ], + [ + 1, + "user id" + ], + [ + 1, + "text" + ], + [ + 1, + "create date" + ], + [ + 2, + "uid" + ], + [ + 2, + "name" + ], + [ + 2, + "email" + ], + [ + 2, + "partition id" + ], + [ + 2, + "followers" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "f1" + ], + [ + 0, + "f2" + ], + [ + 1, + "id" + ], + [ + 1, + "uid" + ], + [ + 1, + "text" + ], + [ + 1, + "createdate" + ], + [ + 2, + "uid" + ], + [ + 2, + "name" + ], + [ + 2, + "email" + ], + [ + 2, + "partitionid" + ], + [ + 2, + "followers" + ] + ], + "column_types": [ + "text", + "number", + "number", + "number", + "number", + "text", + "time", + "number", + "text", + "text", + "number", + "number" + ], + "db_id": "twitter_1", + "foreign_keys": [ + [ + 2, + 7 + ], + [ + 1, + 7 + ], + [ + 4, + 7 + ] + ], + "primary_keys": [ + 1, + 3, + 7 + ], + "table_names": [ + "follows", + "tweets", + "user profiles" + ], + "table_names_original": [ + "follows", + "tweets", + "user_profiles" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "election id" + ], + [ + 0, + "representative id" + ], + [ + 0, + "date" + ], + [ + 0, + "votes" + ], + [ + 0, + "vote percent" + ], + [ + 0, + "seats" + ], + [ + 0, + "place" + ], + [ + 1, + "representative id" + ], + [ + 1, + "name" + ], + [ + 1, + "state" + ], + [ + 1, + "party" + ], + [ + 1, + "lifespan" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Election_ID" + ], + [ + 0, + "Representative_ID" + ], + [ + 0, + "Date" + ], + [ + 0, + "Votes" + ], + [ + 0, + "Vote_Percent" + ], + [ + 0, + "Seats" + ], + [ + 0, + "Place" + ], + [ + 1, + "Representative_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "State" + ], + [ + 1, + "Party" + ], + [ + 1, + "Lifespan" + ] + ], + "column_types": [ + "text", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "text" + ], + "db_id": "election_representative", + "foreign_keys": [ + [ + 2, + 8 + ] + ], + "primary_keys": [ + 1, + 8 + ], + "table_names": [ + "election", + "representative" + ], + "table_names_original": [ + "election", + "representative" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "student id" + ], + [ + 0, + "last name" + ], + [ + 0, + "first name" + ], + [ + 0, + "age" + ], + [ + 0, + "sex" + ], + [ + 0, + "major" + ], + [ + 0, + "advisor" + ], + [ + 0, + "city code" + ], + [ + 1, + "student id" + ], + [ + 1, + "registration date" + ], + [ + 1, + "election cycle" + ], + [ + 1, + "president vote" + ], + [ + 1, + "vice president vote" + ], + [ + 1, + "secretary vote" + ], + [ + 1, + "treasurer vote" + ], + [ + 1, + "class president vote" + ], + [ + 1, + "class senator vote" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "StuID" + ], + [ + 0, + "LName" + ], + [ + 0, + "Fname" + ], + [ + 0, + "Age" + ], + [ + 0, + "Sex" + ], + [ + 0, + "Major" + ], + [ + 0, + "Advisor" + ], + [ + 0, + "city_code" + ], + [ + 1, + "StuID" + ], + [ + 1, + "Registration_Date" + ], + [ + 1, + "Election_Cycle" + ], + [ + 1, + "President_Vote" + ], + [ + 1, + "Vice_President_Vote" + ], + [ + 1, + "Secretary_Vote" + ], + [ + 1, + "Treasurer_Vote" + ], + [ + 1, + "Class_President_Vote" + ], + [ + 1, + "Class_Senator_Vote" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "voter_2", + "foreign_keys": [ + [ + 17, + 1 + ], + [ + 16, + 1 + ], + [ + 15, + 1 + ], + [ + 14, + 1 + ], + [ + 13, + 1 + ], + [ + 12, + 1 + ], + [ + 9, + 1 + ] + ], + "primary_keys": [ + 1 + ], + "table_names": [ + "student", + "voting record" + ], + "table_names_original": [ + "Student", + "Voting_record" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "people id" + ], + [ + 0, + "name" + ], + [ + 0, + "country" + ], + [ + 0, + "is male" + ], + [ + 0, + "age" + ], + [ + 1, + "church id" + ], + [ + 1, + "name" + ], + [ + 1, + "organized by" + ], + [ + 1, + "open date" + ], + [ + 1, + "continuation of" + ], + [ + 2, + "church id" + ], + [ + 2, + "male id" + ], + [ + 2, + "female id" + ], + [ + 2, + "year" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "People_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Country" + ], + [ + 0, + "Is_Male" + ], + [ + 0, + "Age" + ], + [ + 1, + "Church_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Organized_by" + ], + [ + 1, + "Open_Date" + ], + [ + 1, + "Continuation_of" + ], + [ + 2, + "Church_ID" + ], + [ + 2, + "Male_ID" + ], + [ + 2, + "Female_ID" + ], + [ + 2, + "Year" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "number", + "number" + ], + "db_id": "wedding", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 12, + 1 + ], + [ + 11, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 11 + ], + "table_names": [ + "people", + "church", + "wedding" + ], + "table_names_original": [ + "people", + "church", + "wedding" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "event id" + ], + [ + 0, + "date" + ], + [ + 0, + "venue" + ], + [ + 0, + "name" + ], + [ + 0, + "event attendance" + ], + [ + 1, + "journalist id" + ], + [ + 1, + "name" + ], + [ + 1, + "nationality" + ], + [ + 1, + "age" + ], + [ + 1, + "years working" + ], + [ + 2, + "journalist id" + ], + [ + 2, + "event id" + ], + [ + 2, + "work type" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Event_ID" + ], + [ + 0, + "Date" + ], + [ + 0, + "Venue" + ], + [ + 0, + "Name" + ], + [ + 0, + "Event_Attendance" + ], + [ + 1, + "journalist_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Nationality" + ], + [ + 1, + "Age" + ], + [ + 1, + "Years_working" + ], + [ + 2, + "journalist_ID" + ], + [ + 2, + "Event_ID" + ], + [ + 2, + "Work_Type" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "news_report", + "foreign_keys": [ + [ + 12, + 1 + ], + [ + 11, + 6 + ] + ], + "primary_keys": [ + 1, + 6, + 11 + ], + "table_names": [ + "event", + "journalist", + "news report" + ], + "table_names_original": [ + "event", + "journalist", + "news_report" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "grape" + ], + [ + 0, + "color" + ], + [ + 1, + "no" + ], + [ + 1, + "appelation" + ], + [ + 1, + "county" + ], + [ + 1, + "state" + ], + [ + 1, + "area" + ], + [ + 1, + "isava" + ], + [ + 2, + "no" + ], + [ + 2, + "grape" + ], + [ + 2, + "winery" + ], + [ + 2, + "appelation" + ], + [ + 2, + "state" + ], + [ + 2, + "name" + ], + [ + 2, + "year" + ], + [ + 2, + "price" + ], + [ + 2, + "score" + ], + [ + 2, + "cases" + ], + [ + 2, + "drink" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "ID" + ], + [ + 0, + "Grape" + ], + [ + 0, + "Color" + ], + [ + 1, + "No" + ], + [ + 1, + "Appelation" + ], + [ + 1, + "County" + ], + [ + 1, + "State" + ], + [ + 1, + "Area" + ], + [ + 1, + "isAVA" + ], + [ + 2, + "No" + ], + [ + 2, + "Grape" + ], + [ + 2, + "Winery" + ], + [ + 2, + "Appelation" + ], + [ + 2, + "State" + ], + [ + 2, + "Name" + ], + [ + 2, + "Year" + ], + [ + 2, + "Price" + ], + [ + 2, + "Score" + ], + [ + 2, + "Cases" + ], + [ + 2, + "Drink" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "number", + "text" + ], + "db_id": "wine_1", + "foreign_keys": [ + [ + 13, + 5 + ], + [ + 11, + 2 + ] + ], + "primary_keys": [ + 1, + 4 + ], + "table_names": [ + "grapes", + "appellations", + "wine" + ], + "table_names_original": [ + "grapes", + "appellations", + "wine" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "address content" + ], + [ + 0, + "city" + ], + [ + 0, + "zip postcode" + ], + [ + 0, + "state province county" + ], + [ + 0, + "country" + ], + [ + 0, + "other address details" + ], + [ + 1, + "product id" + ], + [ + 1, + "product details" + ], + [ + 2, + "customer id" + ], + [ + 2, + "payment method" + ], + [ + 2, + "customer name" + ], + [ + 2, + "date became customer" + ], + [ + 2, + "other customer details" + ], + [ + 3, + "customer id" + ], + [ + 3, + "address id" + ], + [ + 3, + "date address from" + ], + [ + 3, + "address type" + ], + [ + 3, + "date address to" + ], + [ + 4, + "customer id" + ], + [ + 4, + "channel code" + ], + [ + 4, + "active from date" + ], + [ + 4, + "active to date" + ], + [ + 4, + "contact number" + ], + [ + 5, + "order id" + ], + [ + 5, + "customer id" + ], + [ + 5, + "order status" + ], + [ + 5, + "order date" + ], + [ + 5, + "order details" + ], + [ + 6, + "order id" + ], + [ + 6, + "product id" + ], + [ + 6, + "order quantity" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_id" + ], + [ + 0, + "address_content" + ], + [ + 0, + "city" + ], + [ + 0, + "zip_postcode" + ], + [ + 0, + "state_province_county" + ], + [ + 0, + "country" + ], + [ + 0, + "other_address_details" + ], + [ + 1, + "product_id" + ], + [ + 1, + "product_details" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "payment_method" + ], + [ + 2, + "customer_name" + ], + [ + 2, + "date_became_customer" + ], + [ + 2, + "other_customer_details" + ], + [ + 3, + "customer_id" + ], + [ + 3, + "address_id" + ], + [ + 3, + "date_address_from" + ], + [ + 3, + "address_type" + ], + [ + 3, + "date_address_to" + ], + [ + 4, + "customer_id" + ], + [ + 4, + "channel_code" + ], + [ + 4, + "active_from_date" + ], + [ + 4, + "active_to_date" + ], + [ + 4, + "contact_number" + ], + [ + 5, + "order_id" + ], + [ + 5, + "customer_id" + ], + [ + 5, + "order_status" + ], + [ + 5, + "order_date" + ], + [ + 5, + "order_details" + ], + [ + 6, + "order_id" + ], + [ + 6, + "product_id" + ], + [ + 6, + "order_quantity" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "time", + "text", + "number", + "number", + "time", + "text", + "time", + "number", + "text", + "time", + "time", + "text", + "number", + "number", + "text", + "time", + "text", + "number", + "number", + "text" + ], + "db_id": "customers_and_addresses", + "foreign_keys": [ + [ + 15, + 10 + ], + [ + 16, + 1 + ], + [ + 20, + 10 + ], + [ + 26, + 10 + ], + [ + 30, + 25 + ], + [ + 31, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 10, + 25 + ], + "table_names": [ + "addresses", + "products", + "customers", + "customer addresses", + "customer contact channels", + "customer orders", + "order items" + ], + "table_names_original": [ + "Addresses", + "Products", + "Customers", + "Customer_Addresses", + "Customer_Contact_Channels", + "Customer_Orders", + "Order_Items" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "building id" + ], + [ + 0, + "name" + ], + [ + 0, + "street address" + ], + [ + 0, + "years as tallest" + ], + [ + 0, + "height feet" + ], + [ + 0, + "floors" + ], + [ + 1, + "institution id" + ], + [ + 1, + "institution" + ], + [ + 1, + "location" + ], + [ + 1, + "founded" + ], + [ + 1, + "type" + ], + [ + 1, + "enrollment" + ], + [ + 1, + "team" + ], + [ + 1, + "primary conference" + ], + [ + 1, + "building id" + ], + [ + 2, + "common name" + ], + [ + 2, + "protein name" + ], + [ + 2, + "divergence from human lineage" + ], + [ + 2, + "accession number" + ], + [ + 2, + "sequence length" + ], + [ + 2, + "sequence identity to human protein" + ], + [ + 2, + "institution id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "building_id" + ], + [ + 0, + "Name" + ], + [ + 0, + "Street_address" + ], + [ + 0, + "Years_as_tallest" + ], + [ + 0, + "Height_feet" + ], + [ + 0, + "Floors" + ], + [ + 1, + "Institution_id" + ], + [ + 1, + "Institution" + ], + [ + 1, + "Location" + ], + [ + 1, + "Founded" + ], + [ + 1, + "Type" + ], + [ + 1, + "Enrollment" + ], + [ + 1, + "Team" + ], + [ + 1, + "Primary_Conference" + ], + [ + 1, + "building_id" + ], + [ + 2, + "common_name" + ], + [ + 2, + "protein_name" + ], + [ + 2, + "divergence_from_human_lineage" + ], + [ + 2, + "accession_number" + ], + [ + 2, + "sequence_length" + ], + [ + 2, + "sequence_identity_to_human_protein" + ], + [ + 2, + "Institution_id" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text" + ], + "db_id": "protein_institute", + "foreign_keys": [ + [ + 15, + 1 + ], + [ + 22, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 16 + ], + "table_names": [ + "building", + "institution", + "protein" + ], + "table_names_original": [ + "building", + "Institution", + "protein" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "school id" + ], + [ + 0, + "school" + ], + [ + 0, + "location" + ], + [ + 0, + "enrollment" + ], + [ + 0, + "founded" + ], + [ + 0, + "denomination" + ], + [ + 0, + "boys or girls" + ], + [ + 0, + "day or boarding" + ], + [ + 0, + "year entered competition" + ], + [ + 0, + "school colors" + ], + [ + 1, + "school id" + ], + [ + 1, + "nickname" + ], + [ + 1, + "colors" + ], + [ + 1, + "league" + ], + [ + 1, + "class" + ], + [ + 1, + "division" + ], + [ + 2, + "school id" + ], + [ + 2, + "school year" + ], + [ + 2, + "class a" + ], + [ + 2, + "class aa" + ], + [ + 3, + "player id" + ], + [ + 3, + "player" + ], + [ + 3, + "team" + ], + [ + 3, + "age" + ], + [ + 3, + "position" + ], + [ + 3, + "school id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "School_ID" + ], + [ + 0, + "School" + ], + [ + 0, + "Location" + ], + [ + 0, + "Enrollment" + ], + [ + 0, + "Founded" + ], + [ + 0, + "Denomination" + ], + [ + 0, + "Boys_or_Girls" + ], + [ + 0, + "Day_or_Boarding" + ], + [ + 0, + "Year_Entered_Competition" + ], + [ + 0, + "School_Colors" + ], + [ + 1, + "School_ID" + ], + [ + 1, + "Nickname" + ], + [ + 1, + "Colors" + ], + [ + 1, + "League" + ], + [ + 1, + "Class" + ], + [ + 1, + "Division" + ], + [ + 2, + "School_Id" + ], + [ + 2, + "School_Year" + ], + [ + 2, + "Class_A" + ], + [ + 2, + "Class_AA" + ], + [ + 3, + "Player_ID" + ], + [ + 3, + "Player" + ], + [ + 3, + "Team" + ], + [ + 3, + "Age" + ], + [ + 3, + "Position" + ], + [ + 3, + "School_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number" + ], + "db_id": "school_player", + "foreign_keys": [ + [ + 11, + 1 + ], + [ + 17, + 1 + ], + [ + 26, + 1 + ] + ], + "primary_keys": [ + 1, + 11, + 17, + 21 + ], + "table_names": [ + "school", + "school details", + "school performance", + "player" + ], + "table_names_original": [ + "school", + "school_details", + "school_performance", + "player" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "vehicle id" + ], + [ + 0, + "model" + ], + [ + 0, + "build year" + ], + [ + 0, + "top speed" + ], + [ + 0, + "power" + ], + [ + 0, + "builder" + ], + [ + 0, + "total production" + ], + [ + 1, + "driver id" + ], + [ + 1, + "name" + ], + [ + 1, + "citizenship" + ], + [ + 1, + "racing series" + ], + [ + 2, + "driver id" + ], + [ + 2, + "vehicle id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Vehicle_ID" + ], + [ + 0, + "Model" + ], + [ + 0, + "Build_Year" + ], + [ + 0, + "Top_Speed" + ], + [ + 0, + "Power" + ], + [ + 0, + "Builder" + ], + [ + 0, + "Total_Production" + ], + [ + 1, + "Driver_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Citizenship" + ], + [ + 1, + "Racing_Series" + ], + [ + 2, + "Driver_ID" + ], + [ + 2, + "Vehicle_ID" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number" + ], + "db_id": "vehicle_driver", + "foreign_keys": [ + [ + 13, + 1 + ], + [ + 12, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 12 + ], + "table_names": [ + "vehicle", + "driver", + "vehicle driver" + ], + "table_names_original": [ + "vehicle", + "driver", + "vehicle_driver" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "model name" + ], + [ + 0, + "launch year" + ], + [ + 0, + "ram mib" + ], + [ + 0, + "rom mib" + ], + [ + 0, + "slots" + ], + [ + 0, + "wifi" + ], + [ + 0, + "bluetooth" + ], + [ + 1, + "graphics mode" + ], + [ + 1, + "char cells" + ], + [ + 1, + "pixels" + ], + [ + 1, + "hardware colours" + ], + [ + 1, + "used kb" + ], + [ + 1, + "map" + ], + [ + 1, + "type" + ], + [ + 2, + "company name" + ], + [ + 2, + "hardware model name" + ], + [ + 2, + "accreditation type" + ], + [ + 2, + "accreditation level" + ], + [ + 2, + "date" + ], + [ + 2, + "chip model" + ], + [ + 2, + "screen mode" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Model_name" + ], + [ + 0, + "Launch_year" + ], + [ + 0, + "RAM_MiB" + ], + [ + 0, + "ROM_MiB" + ], + [ + 0, + "Slots" + ], + [ + 0, + "WiFi" + ], + [ + 0, + "Bluetooth" + ], + [ + 1, + "Graphics_mode" + ], + [ + 1, + "Char_cells" + ], + [ + 1, + "Pixels" + ], + [ + 1, + "Hardware_colours" + ], + [ + 1, + "used_kb" + ], + [ + 1, + "map" + ], + [ + 1, + "Type" + ], + [ + 2, + "Company_name" + ], + [ + 2, + "Hardware_Model_name" + ], + [ + 2, + "Accreditation_type" + ], + [ + 2, + "Accreditation_level" + ], + [ + 2, + "Date" + ], + [ + 2, + "chip_model" + ], + [ + 2, + "screen_mode" + ] + ], + "column_types": [ + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text" + ], + "db_id": "phone_1", + "foreign_keys": [ + [ + 20, + 1 + ], + [ + 21, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 16 + ], + "table_names": [ + "chip model", + "screen mode", + "phone" + ], + "table_names_original": [ + "chip_model", + "screen_mode", + "phone" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "series name" + ], + [ + 0, + "country" + ], + [ + 0, + "language" + ], + [ + 0, + "content" + ], + [ + 0, + "pixel aspect ratio par" + ], + [ + 0, + "hight definition tv" + ], + [ + 0, + "pay per view ppv" + ], + [ + 0, + "package option" + ], + [ + 1, + "id" + ], + [ + 1, + "episode" + ], + [ + 1, + "air date" + ], + [ + 1, + "rating" + ], + [ + 1, + "share" + ], + [ + 1, + "18 49 rating share" + ], + [ + 1, + "viewers m" + ], + [ + 1, + "weekly rank" + ], + [ + 1, + "channel" + ], + [ + 2, + "id" + ], + [ + 2, + "title" + ], + [ + 2, + "directed by" + ], + [ + 2, + "written by" + ], + [ + 2, + "original air date" + ], + [ + 2, + "production code" + ], + [ + 2, + "channel" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "id" + ], + [ + 0, + "series_name" + ], + [ + 0, + "Country" + ], + [ + 0, + "Language" + ], + [ + 0, + "Content" + ], + [ + 0, + "Pixel_aspect_ratio_PAR" + ], + [ + 0, + "Hight_definition_TV" + ], + [ + 0, + "Pay_per_view_PPV" + ], + [ + 0, + "Package_Option" + ], + [ + 1, + "id" + ], + [ + 1, + "Episode" + ], + [ + 1, + "Air_Date" + ], + [ + 1, + "Rating" + ], + [ + 1, + "Share" + ], + [ + 1, + "18_49_Rating_Share" + ], + [ + 1, + "Viewers_m" + ], + [ + 1, + "Weekly_Rank" + ], + [ + 1, + "Channel" + ], + [ + 2, + "id" + ], + [ + 2, + "Title" + ], + [ + 2, + "Directed_by" + ], + [ + 2, + "Written_by" + ], + [ + 2, + "Original_air_date" + ], + [ + 2, + "Production_code" + ], + [ + 2, + "Channel" + ] + ], + "column_types": [ + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "text" + ], + "db_id": "tvshow", + "foreign_keys": [ + [ + 18, + 1 + ], + [ + 25, + 1 + ] + ], + "primary_keys": [ + 1, + 10, + 19 + ], + "table_names": [ + "tv channel", + "tv series", + "cartoon" + ], + "table_names_original": [ + "TV_Channel", + "TV_series", + "Cartoon" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "wrestler id" + ], + [ + 0, + "name" + ], + [ + 0, + "reign" + ], + [ + 0, + "days held" + ], + [ + 0, + "location" + ], + [ + 0, + "event" + ], + [ + 1, + "elimination id" + ], + [ + 1, + "wrestler id" + ], + [ + 1, + "team" + ], + [ + 1, + "eliminated by" + ], + [ + 1, + "elimination move" + ], + [ + 1, + "time" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Wrestler_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Reign" + ], + [ + 0, + "Days_held" + ], + [ + 0, + "Location" + ], + [ + 0, + "Event" + ], + [ + 1, + "Elimination_ID" + ], + [ + 1, + "Wrestler_ID" + ], + [ + 1, + "Team" + ], + [ + 1, + "Eliminated_By" + ], + [ + 1, + "Elimination_Move" + ], + [ + 1, + "Time" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "text" + ], + "db_id": "wrestler", + "foreign_keys": [ + [ + 8, + 1 + ] + ], + "primary_keys": [ + 1, + 7 + ], + "table_names": [ + "wrestler", + "elimination" + ], + "table_names_original": [ + "wrestler", + "Elimination" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "headphone id" + ], + [ + 0, + "model" + ], + [ + 0, + "class" + ], + [ + 0, + "driver-matched db" + ], + [ + 0, + "construction" + ], + [ + 0, + "earpads" + ], + [ + 0, + "price" + ], + [ + 1, + "store id" + ], + [ + 1, + "name" + ], + [ + 1, + "neighborhood" + ], + [ + 1, + "parking" + ], + [ + 1, + "date opened" + ], + [ + 2, + "store id" + ], + [ + 2, + "headphone id" + ], + [ + 2, + "quantity" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Headphone_ID" + ], + [ + 0, + "Model" + ], + [ + 0, + "Class" + ], + [ + 0, + "Driver-matched_dB" + ], + [ + 0, + "Construction" + ], + [ + 0, + "Earpads" + ], + [ + 0, + "Price" + ], + [ + 1, + "Store_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Neighborhood" + ], + [ + 1, + "Parking" + ], + [ + 1, + "Date_Opened" + ], + [ + 2, + "Store_ID" + ], + [ + 2, + "Headphone_ID" + ], + [ + 2, + "Quantity" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number" + ], + "db_id": "headphone_store", + "foreign_keys": [ + [ + 14, + 1 + ], + [ + 13, + 8 + ] + ], + "primary_keys": [ + 1, + 8, + 13 + ], + "table_names": [ + "headphone", + "store", + "stock" + ], + "table_names_original": [ + "headphone", + "store", + "stock" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "staff id" + ], + [ + 0, + "gender" + ], + [ + 0, + "first name" + ], + [ + 0, + "last name" + ], + [ + 0, + "email address" + ], + [ + 0, + "phone number" + ], + [ + 1, + "customer id" + ], + [ + 1, + "customer type code" + ], + [ + 1, + "address line 1" + ], + [ + 1, + "address line 2" + ], + [ + 1, + "town city" + ], + [ + 1, + "state" + ], + [ + 1, + "email address" + ], + [ + 1, + "phone number" + ], + [ + 2, + "product id" + ], + [ + 2, + "parent product id" + ], + [ + 2, + "product category code" + ], + [ + 2, + "date product first available" + ], + [ + 2, + "date product discontinued" + ], + [ + 2, + "product name" + ], + [ + 2, + "product description" + ], + [ + 2, + "product price" + ], + [ + 3, + "complaint id" + ], + [ + 3, + "product id" + ], + [ + 3, + "customer id" + ], + [ + 3, + "complaint outcome code" + ], + [ + 3, + "complaint status code" + ], + [ + 3, + "complaint type code" + ], + [ + 3, + "date complaint raised" + ], + [ + 3, + "date complaint closed" + ], + [ + 3, + "staff id" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "staff_id" + ], + [ + 0, + "gender" + ], + [ + 0, + "first_name" + ], + [ + 0, + "last_name" + ], + [ + 0, + "email_address" + ], + [ + 0, + "phone_number" + ], + [ + 1, + "customer_id" + ], + [ + 1, + "customer_type_code" + ], + [ + 1, + "address_line_1" + ], + [ + 1, + "address_line_2" + ], + [ + 1, + "town_city" + ], + [ + 1, + "state" + ], + [ + 1, + "email_address" + ], + [ + 1, + "phone_number" + ], + [ + 2, + "product_id" + ], + [ + 2, + "parent_product_id" + ], + [ + 2, + "product_category_code" + ], + [ + 2, + "date_product_first_available" + ], + [ + 2, + "date_product_discontinued" + ], + [ + 2, + "product_name" + ], + [ + 2, + "product_description" + ], + [ + 2, + "product_price" + ], + [ + 3, + "complaint_id" + ], + [ + 3, + "product_id" + ], + [ + 3, + "customer_id" + ], + [ + 3, + "complaint_outcome_code" + ], + [ + 3, + "complaint_status_code" + ], + [ + 3, + "complaint_type_code" + ], + [ + 3, + "date_complaint_raised" + ], + [ + 3, + "date_complaint_closed" + ], + [ + 3, + "staff_id" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "time", + "time", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "text", + "time", + "time", + "number" + ], + "db_id": "customer_complaints", + "foreign_keys": [ + [ + 25, + 7 + ], + [ + 24, + 15 + ], + [ + 31, + 1 + ] + ], + "primary_keys": [ + 1, + 7, + 15 + ], + "table_names": [ + "staff", + "customers", + "products", + "complaints" + ], + "table_names_original": [ + "Staff", + "Customers", + "Products", + "Complaints" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "department id" + ], + [ + 0, + "name" + ], + [ + 0, + "creation" + ], + [ + 0, + "ranking" + ], + [ + 0, + "budget in billions" + ], + [ + 0, + "num employees" + ], + [ + 1, + "head id" + ], + [ + 1, + "name" + ], + [ + 1, + "born state" + ], + [ + 1, + "age" + ], + [ + 2, + "department id" + ], + [ + 2, + "head id" + ], + [ + 2, + "temporary acting" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Department_ID" + ], + [ + 0, + "Name" + ], + [ + 0, + "Creation" + ], + [ + 0, + "Ranking" + ], + [ + 0, + "Budget_in_Billions" + ], + [ + 0, + "Num_Employees" + ], + [ + 1, + "head_ID" + ], + [ + 1, + "name" + ], + [ + 1, + "born_state" + ], + [ + 1, + "age" + ], + [ + 2, + "department_ID" + ], + [ + 2, + "head_ID" + ], + [ + 2, + "temporary_acting" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "department_management", + "foreign_keys": [ + [ + 12, + 7 + ], + [ + 11, + 1 + ] + ], + "primary_keys": [ + 1, + 7, + 11 + ], + "table_names": [ + "department", + "head", + "management" + ], + "table_names_original": [ + "department", + "head", + "management" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "address id" + ], + [ + 0, + "line 1 number building" + ], + [ + 0, + "city" + ], + [ + 0, + "zip postcode" + ], + [ + 0, + "state province county" + ], + [ + 0, + "country" + ], + [ + 1, + "product id" + ], + [ + 1, + "product type code" + ], + [ + 1, + "product name" + ], + [ + 1, + "product price" + ], + [ + 2, + "customer id" + ], + [ + 2, + "payment method code" + ], + [ + 2, + "customer number" + ], + [ + 2, + "customer name" + ], + [ + 2, + "customer address" + ], + [ + 2, + "customer phone" + ], + [ + 2, + "customer email" + ], + [ + 3, + "contact id" + ], + [ + 3, + "customer id" + ], + [ + 3, + "gender" + ], + [ + 3, + "first name" + ], + [ + 3, + "last name" + ], + [ + 3, + "contact phone" + ], + [ + 4, + "customer id" + ], + [ + 4, + "address id" + ], + [ + 4, + "date from" + ], + [ + 4, + "date to" + ], + [ + 5, + "order id" + ], + [ + 5, + "customer id" + ], + [ + 5, + "order date" + ], + [ + 5, + "order status code" + ], + [ + 6, + "order item id" + ], + [ + 6, + "order id" + ], + [ + 6, + "product id" + ], + [ + 6, + "order quantity" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "address_id" + ], + [ + 0, + "line_1_number_building" + ], + [ + 0, + "city" + ], + [ + 0, + "zip_postcode" + ], + [ + 0, + "state_province_county" + ], + [ + 0, + "country" + ], + [ + 1, + "product_id" + ], + [ + 1, + "product_type_code" + ], + [ + 1, + "product_name" + ], + [ + 1, + "product_price" + ], + [ + 2, + "customer_id" + ], + [ + 2, + "payment_method_code" + ], + [ + 2, + "customer_number" + ], + [ + 2, + "customer_name" + ], + [ + 2, + "customer_address" + ], + [ + 2, + "customer_phone" + ], + [ + 2, + "customer_email" + ], + [ + 3, + "contact_id" + ], + [ + 3, + "customer_id" + ], + [ + 3, + "gender" + ], + [ + 3, + "first_name" + ], + [ + 3, + "last_name" + ], + [ + 3, + "contact_phone" + ], + [ + 4, + "customer_id" + ], + [ + 4, + "address_id" + ], + [ + 4, + "date_from" + ], + [ + 4, + "date_to" + ], + [ + 5, + "order_id" + ], + [ + 5, + "customer_id" + ], + [ + 5, + "order_date" + ], + [ + 5, + "order_status_code" + ], + [ + 6, + "order_item_id" + ], + [ + 6, + "order_id" + ], + [ + 6, + "product_id" + ], + [ + 6, + "order_quantity" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "time", + "time", + "number", + "number", + "time", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "customers_and_products_contacts", + "foreign_keys": [ + [ + 25, + 1 + ], + [ + 24, + 11 + ], + [ + 29, + 11 + ], + [ + 33, + 28 + ], + [ + 34, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 11, + 18, + 28 + ], + "table_names": [ + "addresses", + "products", + "customers", + "contacts", + "customer address history", + "customer orders", + "order items" + ], + "table_names_original": [ + "Addresses", + "Products", + "Customers", + "Contacts", + "Customer_Address_History", + "Customer_Orders", + "Order_Items" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "employee ssn" + ], + [ + 0, + "project number" + ], + [ + 0, + "hours" + ], + [ + 1, + "first name" + ], + [ + 1, + "minit" + ], + [ + 1, + "last name" + ], + [ + 1, + "ssn" + ], + [ + 1, + "birth date" + ], + [ + 1, + "address" + ], + [ + 1, + "sex" + ], + [ + 1, + "salary" + ], + [ + 1, + "super ssn" + ], + [ + 1, + "department no" + ], + [ + 2, + "department name" + ], + [ + 2, + "department number" + ], + [ + 2, + "manager ssn" + ], + [ + 2, + "manager start date" + ], + [ + 3, + "dependent name" + ], + [ + 3, + "dependent number" + ], + [ + 3, + "dependent location" + ], + [ + 3, + "department number" + ], + [ + 4, + "employee ssn" + ], + [ + 4, + "dependent name" + ], + [ + 4, + "sex" + ], + [ + 4, + "birth date" + ], + [ + 4, + "relationship" + ], + [ + 5, + "department number" + ], + [ + 5, + "department location" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Essn" + ], + [ + 0, + "Pno" + ], + [ + 0, + "Hours" + ], + [ + 1, + "Fname" + ], + [ + 1, + "Minit" + ], + [ + 1, + "Lname" + ], + [ + 1, + "Ssn" + ], + [ + 1, + "Bdate" + ], + [ + 1, + "Address" + ], + [ + 1, + "Sex" + ], + [ + 1, + "Salary" + ], + [ + 1, + "Super_ssn" + ], + [ + 1, + "Dno" + ], + [ + 2, + "Dname" + ], + [ + 2, + "Dnumber" + ], + [ + 2, + "Mgr_ssn" + ], + [ + 2, + "Mgr_start_date" + ], + [ + 3, + "Pname" + ], + [ + 3, + "Pnumber" + ], + [ + 3, + "Plocation" + ], + [ + 3, + "Dnum" + ], + [ + 4, + "Essn" + ], + [ + 4, + "Dependent_name" + ], + [ + 4, + "Sex" + ], + [ + 4, + "Bdate" + ], + [ + 4, + "Relationship" + ], + [ + 5, + "Dnumber" + ], + [ + 5, + "Dlocation" + ] + ], + "column_types": [ + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "number", + "text", + "number", + "number", + "text", + "text", + "number", + "text", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "text" + ], + "db_id": "company_1", + "foreign_keys": [], + "primary_keys": [ + 1, + 7, + 15, + 19, + 22, + 27 + ], + "table_names": [ + "works on", + "employee", + "department", + "project", + "dependent", + "department locations" + ], + "table_names_original": [ + "works_on", + "employee", + "department", + "project", + "dependent", + "dept_locations" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "workshop id" + ], + [ + 0, + "date" + ], + [ + 0, + "venue" + ], + [ + 0, + "name" + ], + [ + 1, + "submission id" + ], + [ + 1, + "scores" + ], + [ + 1, + "author" + ], + [ + 1, + "college" + ], + [ + 2, + "submission id" + ], + [ + 2, + "workshop id" + ], + [ + 2, + "result" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Workshop_ID" + ], + [ + 0, + "Date" + ], + [ + 0, + "Venue" + ], + [ + 0, + "Name" + ], + [ + 1, + "Submission_ID" + ], + [ + 1, + "Scores" + ], + [ + 1, + "Author" + ], + [ + 1, + "College" + ], + [ + 2, + "Submission_ID" + ], + [ + 2, + "Workshop_ID" + ], + [ + 2, + "Result" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "text" + ], + "db_id": "workshop_paper", + "foreign_keys": [ + [ + 10, + 1 + ], + [ + 9, + 5 + ] + ], + "primary_keys": [ + 1, + 5, + 9 + ], + "table_names": [ + "workshop", + "submission", + "acceptance" + ], + "table_names_original": [ + "workshop", + "submission", + "Acceptance" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "item id" + ], + [ + 0, + "title" + ], + [ + 1, + "a id" + ], + [ + 1, + "user id" + ], + [ + 1, + "item id" + ], + [ + 1, + "rating" + ], + [ + 1, + "rank" + ], + [ + 2, + "user id" + ], + [ + 2, + "name" + ], + [ + 3, + "source user id" + ], + [ + 3, + "target user id" + ], + [ + 3, + "trust" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "i_id" + ], + [ + 0, + "title" + ], + [ + 1, + "a_id" + ], + [ + 1, + "u_id" + ], + [ + 1, + "i_id" + ], + [ + 1, + "rating" + ], + [ + 1, + "rank" + ], + [ + 2, + "u_id" + ], + [ + 2, + "name" + ], + [ + 3, + "source_u_id" + ], + [ + 3, + "target_u_id" + ], + [ + 3, + "trust" + ] + ], + "column_types": [ + "text", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "number", + "text", + "number", + "number", + "number" + ], + "db_id": "epinions_1", + "foreign_keys": [ + [ + 5, + 1 + ], + [ + 4, + 8 + ], + [ + 11, + 8 + ], + [ + 10, + 8 + ] + ], + "primary_keys": [ + 1, + 3, + 8 + ], + "table_names": [ + "item", + "review", + "useracct", + "trust" + ], + "table_names_original": [ + "item", + "review", + "useracct", + "trust" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "party id" + ], + [ + 0, + "party theme" + ], + [ + 0, + "location" + ], + [ + 0, + "first year" + ], + [ + 0, + "last year" + ], + [ + 0, + "number of hosts" + ], + [ + 1, + "host id" + ], + [ + 1, + "name" + ], + [ + 1, + "nationality" + ], + [ + 1, + "age" + ], + [ + 2, + "party id" + ], + [ + 2, + "host id" + ], + [ + 2, + "is main in charge" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Party_ID" + ], + [ + 0, + "Party_Theme" + ], + [ + 0, + "Location" + ], + [ + 0, + "First_year" + ], + [ + 0, + "Last_year" + ], + [ + 0, + "Number_of_hosts" + ], + [ + 1, + "Host_ID" + ], + [ + 1, + "Name" + ], + [ + 1, + "Nationality" + ], + [ + 1, + "Age" + ], + [ + 2, + "Party_ID" + ], + [ + 2, + "Host_ID" + ], + [ + 2, + "Is_Main_in_Charge" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "text", + "text", + "text", + "number", + "number", + "others" + ], + "db_id": "party_host", + "foreign_keys": [ + [ + 11, + 1 + ], + [ + 12, + 7 + ] + ], + "primary_keys": [ + 1, + 7, + 11 + ], + "table_names": [ + "party", + "host", + "party host" + ], + "table_names_original": [ + "party", + "host", + "party_host" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "book id" + ], + [ + 0, + "title" + ], + [ + 0, + "type" + ], + [ + 0, + "pages" + ], + [ + 0, + "chapters" + ], + [ + 0, + "audio" + ], + [ + 0, + "release" + ], + [ + 1, + "review id" + ], + [ + 1, + "book id" + ], + [ + 1, + "rating" + ], + [ + 1, + "readers in million" + ], + [ + 1, + "rank" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "Book_ID" + ], + [ + 0, + "Title" + ], + [ + 0, + "Type" + ], + [ + 0, + "Pages" + ], + [ + 0, + "Chapters" + ], + [ + 0, + "Audio" + ], + [ + 0, + "Release" + ], + [ + 1, + "Review_ID" + ], + [ + 1, + "Book_ID" + ], + [ + 1, + "Rating" + ], + [ + 1, + "Readers_in_Million" + ], + [ + 1, + "Rank" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "number", + "number" + ], + "db_id": "book_review", + "foreign_keys": [ + [ + 9, + 1 + ] + ], + "primary_keys": [ + 1, + 8 + ], + "table_names": [ + "book", + "review" + ], + "table_names_original": [ + "book", + "review" + ] + }, + { + "column_names": [ + [ + -1, + "*" + ], + [ + 0, + "attribute id" + ], + [ + 0, + "attribute name" + ], + [ + 0, + "attribute data type" + ], + [ + 1, + "catalog id" + ], + [ + 1, + "catalog name" + ], + [ + 1, + "catalog publisher" + ], + [ + 1, + "date of publication" + ], + [ + 1, + "date of latest revision" + ], + [ + 2, + "catalog level number" + ], + [ + 2, + "catalog id" + ], + [ + 2, + "catalog level name" + ], + [ + 3, + "catalog entry id" + ], + [ + 3, + "catalog level number" + ], + [ + 3, + "parent entry id" + ], + [ + 3, + "previous entry id" + ], + [ + 3, + "next entry id" + ], + [ + 3, + "catalog entry name" + ], + [ + 3, + "product stock number" + ], + [ + 3, + "price in dollars" + ], + [ + 3, + "price in euros" + ], + [ + 3, + "price in pounds" + ], + [ + 3, + "capacity" + ], + [ + 3, + "length" + ], + [ + 3, + "height" + ], + [ + 3, + "width" + ], + [ + 4, + "catalog entry id" + ], + [ + 4, + "catalog level number" + ], + [ + 4, + "attribute id" + ], + [ + 4, + "attribute value" + ] + ], + "column_names_original": [ + [ + -1, + "*" + ], + [ + 0, + "attribute_id" + ], + [ + 0, + "attribute_name" + ], + [ + 0, + "attribute_data_type" + ], + [ + 1, + "catalog_id" + ], + [ + 1, + "catalog_name" + ], + [ + 1, + "catalog_publisher" + ], + [ + 1, + "date_of_publication" + ], + [ + 1, + "date_of_latest_revision" + ], + [ + 2, + "catalog_level_number" + ], + [ + 2, + "catalog_id" + ], + [ + 2, + "catalog_level_name" + ], + [ + 3, + "catalog_entry_id" + ], + [ + 3, + "catalog_level_number" + ], + [ + 3, + "parent_entry_id" + ], + [ + 3, + "previous_entry_id" + ], + [ + 3, + "next_entry_id" + ], + [ + 3, + "catalog_entry_name" + ], + [ + 3, + "product_stock_number" + ], + [ + 3, + "price_in_dollars" + ], + [ + 3, + "price_in_euros" + ], + [ + 3, + "price_in_pounds" + ], + [ + 3, + "capacity" + ], + [ + 3, + "length" + ], + [ + 3, + "height" + ], + [ + 3, + "width" + ], + [ + 4, + "catalog_entry_id" + ], + [ + 4, + "catalog_level_number" + ], + [ + 4, + "attribute_id" + ], + [ + 4, + "attribute_value" + ] + ], + "column_types": [ + "text", + "number", + "text", + "text", + "number", + "text", + "text", + "time", + "time", + "number", + "number", + "text", + "number", + "number", + "number", + "number", + "number", + "text", + "text", + "number", + "number", + "number", + "text", + "text", + "text", + "text", + "number", + "number", + "number", + "text" + ], + "db_id": "product_catalog", + "foreign_keys": [ + [ + 10, + 4 + ], + [ + 13, + 9 + ], + [ + 27, + 9 + ], + [ + 26, + 12 + ] + ], + "primary_keys": [ + 1, + 4, + 9, + 12 + ], + "table_names": [ + "attribute definitions", + "catalogs", + "catalog structure", + "catalog contents", + "catalog contents additional attributes" + ], + "table_names_original": [ + "Attribute_Definitions", + "Catalogs", + "Catalog_Structure", + "Catalog_Contents", + "Catalog_Contents_Additional_Attributes" + ] + } +] \ No newline at end of file diff --git a/test_database/address_1/address_1.sqlite b/test_database/address_1/address_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..6b75c55dfca6b753b7a0f3ae1e00e5e2ce816270 Binary files /dev/null and b/test_database/address_1/address_1.sqlite differ diff --git a/test_database/address_1/link.txt b/test_database/address_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea1f8c1768ed7a6b4016d50573676a05b6f40e89 --- /dev/null +++ b/test_database/address_1/link.txt @@ -0,0 +1 @@ +http://www.cs.jhu.edu/~yarowsky/jhu.sql diff --git a/test_database/address_1/schema.sql b/test_database/address_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..729e6bef8f3bf90a4f666640ad6ad1aef1159a20 --- /dev/null +++ b/test_database/address_1/schema.sql @@ -0,0 +1,218 @@ +create table Student ( + StuID INTEGER PRIMARY KEY, + LName VARCHAR(12), + Fname VARCHAR(12), + Age INTEGER, + Sex VARCHAR(1), + Major INTEGER, + Advisor INTEGER, + city_code VARCHAR(3), + FOREIGN KEY(city_code) REFERENCES City(city_code) + ); + +create table Direct_distance ( + city1_code varchar(3) , + city2_code varchar(3) , + distance INTEGER, + FOREIGN KEY(city1_code) REFERENCES City(city_code), + FOREIGN KEY(city2_code) REFERENCES City(city_code) + +) ; + + +create table City ( + city_code VARCHAR(3) PRIMARY KEY, + city_name VARCHAR(25), + state VARCHAR(2), + country VARCHAR(25), + latitude FLOAT, + longitude FLOAT +); + + +insert into Student values ( 1001, 'Smith', 'Linda', 18, 'F', 600, 1121,'BAL'); + insert into Student values ( 1002, 'Kim', 'Tracy', 19, 'F', 600, 7712,'HKG'); + insert into Student values ( 1003, 'Jones', 'Shiela', 21, 'F', 600, 7792,'WAS'); + insert into Student values ( 1004, 'Kumar', 'Dinesh', 20, 'M', 600, 8423,'CHI'); + insert into Student values ( 1005, 'Gompers', 'Paul', 26, 'M', 600, 1121,'YYZ'); + insert into Student values ( 1006, 'Schultz', 'Andy', 18, 'M', 600, 1148,'BAL'); + insert into Student values ( 1007, 'Apap', 'Lisa', 18, 'F', 600, 8918,'PIT'); + insert into Student values ( 1008, 'Nelson', 'Jandy', 20, 'F', 600, 9172,'BAL'); + insert into Student values ( 1009, 'Tai', 'Eric', 19, 'M', 600, 2192,'YYZ'); + insert into Student values ( 1010, 'Lee', 'Derek', 17, 'M', 600, 2192,'HOU'); + insert into Student values ( 1011, 'Adams', 'David', 22, 'M', 600, 1148,'PHL'); + insert into Student values ( 1012, 'Davis', 'Steven', 20, 'M', 600, 7723,'PIT'); + insert into Student values ( 1014, 'Norris', 'Charles', 18, 'M', 600, 8741, 'DAL'); + insert into Student values ( 1015, 'Lee', 'Susan', 16, 'F', 600, 8721,'HKG'); + insert into Student values ( 1016, 'Schwartz', 'Mark', 17, 'M', 600, 2192,'DET'); + insert into Student values ( 1017, 'Wilson', 'Bruce', 27, 'M', 600, 1148,'LON'); + insert into Student values ( 1018, 'Leighton', 'Michael', 20, 'M', 600, 1121, 'PIT'); + insert into Student values ( 1019, 'Pang', 'Arthur', 18, 'M', 600, 2192,'WAS'); + insert into Student values ( 1020, 'Thornton', 'Ian', 22, 'M', 520, 7271,'NYC'); + insert into Student values ( 1021, 'Andreou', 'George', 19, 'M', 520, 8722, 'NYC'); + insert into Student values ( 1022, 'Woods', 'Michael', 17, 'M', 540, 8722,'PHL'); + insert into Student values ( 1023, 'Shieber', 'David', 20, 'M', 520, 8722,'NYC'); + insert into Student values ( 1024, 'Prater', 'Stacy', 18, 'F', 540, 7271,'BAL'); + insert into Student values ( 1025, 'Goldman', 'Mark', 18, 'M', 520, 7134,'PIT'); + insert into Student values ( 1026, 'Pang', 'Eric', 19, 'M', 520, 7134,'HKG'); + insert into Student values ( 1027, 'Brody', 'Paul', 18, 'M', 520, 8723,'LOS'); + insert into Student values ( 1028, 'Rugh', 'Eric', 20, 'M', 550, 2311,'ROC'); + insert into Student values ( 1029, 'Han', 'Jun', 17, 'M', 100, 2311,'PEK'); + insert into Student values ( 1030, 'Cheng', 'Lisa', 21, 'F', 550, 2311,'SFO'); + insert into Student values ( 1031, 'Smith', 'Sarah', 20, 'F', 550, 8772,'PHL'); + insert into Student values ( 1032, 'Brown', 'Eric', 20, 'M', 550, 8772,'ATL'); + insert into Student values ( 1033, 'Simms', 'William', 18, 'M', 550, 8772,'NAR'); + insert into Student values ( 1034, 'Epp', 'Eric', 18, 'M', 050, 5718,'BOS'); + insert into Student values ( 1035, 'Schmidt', 'Sarah', 26, 'F', 050, 5718,'WAS'); + +insert into Direct_distance values ( 'BAL' , 'ATL' , 576 ) ; +insert into Direct_distance values ( 'BAL' , 'BAL' , 0 ) ; +insert into Direct_distance values ( 'BAL' , 'BKK' , 9631 ) ; +insert into Direct_distance values ( 'BAL' , 'BOS' , 370 ) ; +insert into Direct_distance values ( 'BAL' , 'CHI' , 621 ) ; +insert into Direct_distance values ( 'BAL' , 'CPK' , 21 ) ; +insert into Direct_distance values ( 'BAL' , 'DAL' , 1217 ) ; +insert into Direct_distance values ( 'BAL' , 'DEL' , 7469 ) ; +insert into Direct_distance values ( 'BAL' , 'DET' , 408 ) ; +insert into Direct_distance values ( 'BAL' , 'EWR' , 169 ) ; +insert into Direct_distance values ( 'BAL' , 'FRE' , 35 ) ; +insert into Direct_distance values ( 'BAL' , 'HKG' , 8409 ) ; +insert into Direct_distance values ( 'BAL' , 'HON' , 4832 ) ; +insert into Direct_distance values ( 'BAL' , 'HOU' , 1240 ) ; +insert into Direct_distance values ( 'BAL' , 'JNB' , 7850 ) ; +insert into Direct_distance values ( 'BAL' , 'LON' , 3652 ) ; +insert into Direct_distance values ( 'BAL' , 'LOS' , 2329 ) ; +insert into Direct_distance values ( 'BAL' , 'MIA' , 946 ) ; +insert into Direct_distance values ( 'BAL' , 'NAR' , 71 ) ; +insert into Direct_distance values ( 'BAL' , 'NYC' , 185 ) ; +insert into Direct_distance values ( 'BAL' , 'PAR' , 3800 ) ; +insert into Direct_distance values ( 'BAL' , 'PEK' , 8041 ) ; +insert into Direct_distance values ( 'BAL' , 'PHL' , 105 ) ; +insert into Direct_distance values ( 'BAL' , 'PIT' , 210 ) ; +insert into Direct_distance values ( 'BAL' , 'PVD' , 328 ) ; +insert into Direct_distance values ( 'BAL' , 'ROC' , 277 ) ; +insert into Direct_distance values ( 'BAL' , 'SAN' , 2295 ) ; +insert into Direct_distance values ( 'BAL' , 'SFO' , 2457 ) ; +insert into Direct_distance values ( 'BAL' , 'TYO' , 6740 ) ; +insert into Direct_distance values ( 'BAL' , 'WAS' , 35 ) ; +insert into Direct_distance values ( 'BAL' , 'YYZ' , 347 ) ; +insert into Direct_distance values ( 'ATL' , 'BAL' , 576 ) ; +insert into Direct_distance values ( 'ATL' , 'PHL' , 665 ) ; +insert into Direct_distance values ( 'BKK' , 'BAL' , 9631 ) ; +insert into Direct_distance values ( 'BOS' , 'BAL' , 370 ) ; +insert into Direct_distance values ( 'BOS' , 'EWR' , 200 ) ; +insert into Direct_distance values ( 'BOS' , 'PAR' , 3448 ) ; +insert into Direct_distance values ( 'BOS' , 'PHL' , 280 ) ; +insert into Direct_distance values ( 'CHI' , 'BAL' , 621 ) ; +insert into Direct_distance values ( 'CHI' , 'PHL' , 678 ) ; +insert into Direct_distance values ( 'CPK' , 'BAL' , 21 ) ; +insert into Direct_distance values ( 'DAL' , 'BAL' , 1217 ) ; +insert into Direct_distance values ( 'DEL' , 'BAL' , 7469 ) ; +insert into Direct_distance values ( 'DET' , 'BAL' , 408 ) ; +insert into Direct_distance values ( 'DET' , 'EWR' , 488 ) ; +insert into Direct_distance values ( 'DET' , 'PHL' , 453 ) ; +insert into Direct_distance values ( 'EWR' , 'BAL' , 169 ) ; +insert into Direct_distance values ( 'EWR' , 'BOS' , 200 ) ; +insert into Direct_distance values ( 'EWR' , 'DET' , 488 ) ; +insert into Direct_distance values ( 'EWR' , 'LON' , 3458 ) ; +insert into Direct_distance values ( 'EWR' , 'LOS' , 2454 ) ; +insert into Direct_distance values ( 'EWR' , 'LOS' , 2454 ) ; +insert into Direct_distance values ( 'EWR' , 'PHL' , 89 ) ; +insert into Direct_distance values ( 'EWR' , 'SAN' , 2425 ) ; +insert into Direct_distance values ( 'EWR' , 'WAS' , 199 ) ; +insert into Direct_distance values ( 'FRE' , 'BAL' , 35 ) ; +insert into Direct_distance values ( 'HKG' , 'BAL' , 8409 ) ; +insert into Direct_distance values ( 'HON' , 'BAL' , 4832 ) ; +insert into Direct_distance values ( 'HOU' , 'BAL' , 1240 ) ; +insert into Direct_distance values ( 'HOU' , 'LOS' , 1385 ) ; +insert into Direct_distance values ( 'HOU' , 'PHL' , 1324 ) ; +insert into Direct_distance values ( 'HOU' , 'SAN' , 1270 ) ; +insert into Direct_distance values ( 'HOU' , 'SFO' , 1635 ) ; +insert into Direct_distance values ( 'JNB' , 'BAL' , 7850 ) ; +insert into Direct_distance values ( 'LON' , 'BAL' , 3652 ) ; +insert into Direct_distance values ( 'LON' , 'EWR' , 3458 ) ; +insert into Direct_distance values ( 'LON' , 'NYC' , 3452 ) ; +insert into Direct_distance values ( 'LON' , 'PHL' , 3546 ) ; +insert into Direct_distance values ( 'LON' , 'TYO' , 5975 ) ; +insert into Direct_distance values ( 'LON' , 'WAS' , 3650 ) ; +insert into Direct_distance values ( 'LOS' , 'BAL' , 2329 ) ; +insert into Direct_distance values ( 'LOS' , 'EWR' , 2454 ) ; +insert into Direct_distance values ( 'LOS' , 'EWR' , 2454 ) ; +insert into Direct_distance values ( 'LOS' , 'HOU' , 1385 ) ; +insert into Direct_distance values ( 'LOS' , 'PHL' , 2401 ) ; +insert into Direct_distance values ( 'LOS' , 'SAN' , 109 ) ; +insert into Direct_distance values ( 'MIA' , 'BAL' , 946 ) ; +insert into Direct_distance values ( 'NAR' , 'BAL' , 71 ) ; +insert into Direct_distance values ( 'NYC' , 'BAL' , 185 ) ; +insert into Direct_distance values ( 'NYC' , 'LON' , 3452 ) ; +insert into Direct_distance values ( 'PAR' , 'BAL' , 3800 ) ; +insert into Direct_distance values ( 'PAR' , 'BOS' , 3448 ) ; +insert into Direct_distance values ( 'PEK' , 'BAL' , 8041 ) ; +insert into Direct_distance values ( 'PHL' , 'ATL' , 665 ) ; +insert into Direct_distance values ( 'PHL' , 'BAL' , 105 ) ; +insert into Direct_distance values ( 'PHL' , 'BOS' , 280 ) ; +insert into Direct_distance values ( 'PHL' , 'CHI' , 678 ) ; +insert into Direct_distance values ( 'PHL' , 'DET' , 453 ) ; +insert into Direct_distance values ( 'PHL' , 'EWR' , 89 ) ; +insert into Direct_distance values ( 'PHL' , 'HOU' , 1324 ) ; +insert into Direct_distance values ( 'PHL' , 'LON' , 3546 ) ; +insert into Direct_distance values ( 'PHL' , 'LOS' , 2401 ) ; +insert into Direct_distance values ( 'PHL' , 'PIT' , 267 ) ; +insert into Direct_distance values ( 'PHL' , 'SAN' , 2369 ) ; +insert into Direct_distance values ( 'PHL' , 'SFO' , 2521 ) ; +insert into Direct_distance values ( 'PHL' , 'WAS' , 119 ) ; +insert into Direct_distance values ( 'PIT' , 'BAL' , 210 ) ; +insert into Direct_distance values ( 'PIT' , 'PHL' , 267 ) ; +insert into Direct_distance values ( 'PIT' , 'SAN' , 2106 ) ; +insert into Direct_distance values ( 'PVD' , 'BAL' , 328 ) ; +insert into Direct_distance values ( 'ROC' , 'BAL' , 277 ) ; +insert into Direct_distance values ( 'ROC' , 'WAS' , 296 ) ; +insert into Direct_distance values ( 'SAN' , 'BAL' , 2295 ) ; +insert into Direct_distance values ( 'SAN' , 'EWR' , 2425 ) ; +insert into Direct_distance values ( 'SAN' , 'HOU' , 1270 ) ; +insert into Direct_distance values ( 'SAN' , 'LOS' , 109 ) ; +insert into Direct_distance values ( 'SAN' , 'PHL' , 2369 ) ; +insert into Direct_distance values ( 'SAN' , 'PIT' , 2106 ) ; +insert into Direct_distance values ( 'SFO' , 'BAL' , 2457 ) ; +insert into Direct_distance values ( 'SFO' , 'HOU' , 1635 ) ; +insert into Direct_distance values ( 'SFO' , 'PHL' , 2521 ) ; +insert into Direct_distance values ( 'TYO' , 'BAL' , 6740 ) ; +insert into Direct_distance values ( 'TYO' , 'LON' , 5975 ) ; +insert into Direct_distance values ( 'WAS' , 'BAL' , 35 ) ; +insert into Direct_distance values ( 'WAS' , 'EWR' , 199 ) ; +insert into Direct_distance values ( 'WAS' , 'LON' , 3650 ) ; +insert into Direct_distance values ( 'WAS' , 'PHL' , 119 ) ; +insert into Direct_distance values ( 'WAS' , 'ROC' , 296 ) ; +insert into Direct_distance values ( 'YYZ' , 'BAL' , 347 ) ; + +insert into City values ( 'BAL' , 'Baltimore' , 'MD' , 'USA' , 39.288 , -76.617 ) ; +insert into City values ( 'PIT' , 'Pittsburgh' , 'PA' , 'USA' , 40.437 , -80.000 ) ; +insert into City values ( 'PHL' , 'Philadelphia' , 'PA' , 'USA' , 39.950 , -75.150 ) ; +insert into City values ( 'WAS' , 'Washington' , 'DC' , 'USA' , 38.892 , -77.017 ) ; +insert into City values ( 'NYC' , 'New York' , 'NY' , 'USA' , 40.849 , -73.867) ; +insert into City values ( 'ATL' , 'Atlanta' , 'GA' , 'USA' , 33.763 , -84.317 ) ; +insert into City values ( 'EWR' , 'Newark' , 'NJ' , 'USA' , 40.737 , -74.167 ); +insert into City values ( 'FRE' , 'Frederick' , 'MD' , 'USA' , 39.415 , -77.417 ) ; +insert into City values ( 'NAR' , 'Newark' , 'DE' , 'USA' , 39.683 , -75.750 ); +insert into City values ( 'SAN' , 'San Diego' , 'CA' , 'USA' , 32.713 , -117.150) ; +insert into City values ( 'LOS' , 'Los Angeles' , 'CA' , 'USA' , 34.058 ,-118.250) ; +insert into City values ( 'HON' , 'Honolulu' , 'HI' , 'USA' , 21.313 , -157.850 ) ; +insert into City values ( 'SFO' , 'San Francisco' , 'CA' , 'USA' , 37.775 ,-122.417) ; +insert into City values ( 'PVD' , 'Providence' , 'RI' , 'USA' , 41.817 , -71.400 ) ; +insert into City values ( 'BOS' , 'Boston' , 'MA' , 'USA' , 42.362 , -71.050 ); +insert into City values ( 'DET' , 'Detroit' , 'MI' , 'USA' , 42.323 , -83.167 ) ; +insert into City values ( 'CHI' , 'Chicago' , 'IL' , 'USA' , 41.883 , -87.617 ) ; +insert into City values ( 'ROC' , 'Rochester' , 'NY' , 'USA' , 43.158 , -77.600 ) ; +insert into City values ( 'DAL' , 'Dallas' , 'TX' , 'USA' , 32.777 , -96.800 ); +insert into City values ( 'HOU' , 'Houston' , 'TX' , 'USA' , 29.834 , -95.000 ) ; +insert into City values ( 'MIA' , 'Miami' , 'FL' , 'USA' , 25.465 , -80.150 ) ; +insert into City values ( 'CPK' , 'College Park' , 'MD' , 'USA' , 38.987 ,-76.933) ; +insert into City values ( 'YYZ' , 'Toronto' , 'ON' , 'CANADA' , 43.650 , -79.333 ) ; +insert into City values ( 'DEL' , 'Delhi' , 'DE' , 'INDIA' , 28.617 , 77.217 ); +insert into City values ( 'PEK' , 'Beijing' , 'BE' , 'CHINA' , 39.917 ,116.417) ; +insert into City values ( 'HKG' , 'Hong Kong' , 'HK' , 'CHINA' , 22.250 ,114.167) ; +insert into City values ( 'TYO' , 'Tokyo' , 'XX' , 'JAPAN' , 35.700 , 139.767 ) ; +insert into City values ( 'LON' , 'London' , 'EN' , 'UK' , 51.500 , -0.167 ) ; +insert into City values ( 'PAR' , 'Paris' , 'XX' , 'FRANCE' , 48.867 , 2.333 ); +insert into City values ( 'JNB' , 'Johannesburg' , 'XX' , 'SAFRICA' , -25.550 , 28.000 ) ; +insert into City values ( 'BKK' , 'Bangkok' , 'XX' , 'THAILAND' , 13.733 , 100.500 ) ; diff --git a/test_database/allergy_1/allergy_1.sqlite b/test_database/allergy_1/allergy_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..4c8e83e71d214bcbc9996af75a9af6cf6cf5a956 Binary files /dev/null and b/test_database/allergy_1/allergy_1.sqlite differ diff --git a/test_database/allergy_1/schema.sql b/test_database/allergy_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..652be297f814efdca2b91e93855784ab25c19222 --- /dev/null +++ b/test_database/allergy_1/schema.sql @@ -0,0 +1,132 @@ +create table Allergy_Type ( + Allergy VARCHAR(20) PRIMARY KEY, + AllergyType VARCHAR(20) +); + +create table Has_Allergy ( + StuID INTEGER, + Allergy VARCHAR(20), + FOREIGN KEY(StuID) REFERENCES Student(StuID), + FOREIGN KEY(Allergy) REFERENCES Allergy_Type(Allergy) +); + +create table Student ( + StuID INTEGER PRIMARY KEY, + LName VARCHAR(12), + Fname VARCHAR(12), + Age INTEGER, + Sex VARCHAR(1), + Major INTEGER, + Advisor INTEGER, + city_code VARCHAR(3) + ); + +insert into Student values ( 1001, 'Smith', 'Linda', 18, 'F', 600, 1121,'BAL'); + insert into Student values ( 1002, 'Kim', 'Tracy', 19, 'F', 600, 7712,'HKG'); + insert into Student values ( 1003, 'Jones', 'Shiela', 21, 'F', 600, 7792,'WAS'); + insert into Student values ( 1004, 'Kumar', 'Dinesh', 20, 'M', 600, 8423,'CHI'); + insert into Student values ( 1005, 'Gompers', 'Paul', 26, 'M', 600, 1121,'YYZ'); + insert into Student values ( 1006, 'Schultz', 'Andy', 18, 'M', 600, 1148,'BAL'); + insert into Student values ( 1007, 'Apap', 'Lisa', 18, 'F', 600, 8918,'PIT'); + insert into Student values ( 1008, 'Nelson', 'Jandy', 20, 'F', 600, 9172,'BAL'); + insert into Student values ( 1009, 'Tai', 'Eric', 19, 'M', 600, 2192,'YYZ'); + insert into Student values ( 1010, 'Lee', 'Derek', 17, 'M', 600, 2192,'HOU'); + insert into Student values ( 1011, 'Adams', 'David', 22, 'M', 600, 1148,'PHL'); + insert into Student values ( 1012, 'Davis', 'Steven', 20, 'M', 600, 7723,'PIT'); + insert into Student values ( 1014, 'Norris', 'Charles', 18, 'M', 600, 8741, 'DAL'); + insert into Student values ( 1015, 'Lee', 'Susan', 16, 'F', 600, 8721,'HKG'); + insert into Student values ( 1016, 'Schwartz', 'Mark', 17, 'M', 600, 2192,'DET'); + insert into Student values ( 1017, 'Wilson', 'Bruce', 27, 'M', 600, 1148,'LON'); + insert into Student values ( 1018, 'Leighton', 'Michael', 20, 'M', 600, 1121, 'PIT'); + insert into Student values ( 1019, 'Pang', 'Arthur', 18, 'M', 600, 2192,'WAS'); + insert into Student values ( 1020, 'Thornton', 'Ian', 22, 'M', 520, 7271,'NYC'); + insert into Student values ( 1021, 'Andreou', 'George', 19, 'M', 520, 8722, 'NYC'); + insert into Student values ( 1022, 'Woods', 'Michael', 17, 'M', 540, 8722,'PHL'); + insert into Student values ( 1023, 'Shieber', 'David', 20, 'M', 520, 8722,'NYC'); + insert into Student values ( 1024, 'Prater', 'Stacy', 18, 'F', 540, 7271,'BAL'); + insert into Student values ( 1025, 'Goldman', 'Mark', 18, 'M', 520, 7134,'PIT'); + insert into Student values ( 1026, 'Pang', 'Eric', 19, 'M', 520, 7134,'HKG'); + insert into Student values ( 1027, 'Brody', 'Paul', 18, 'M', 520, 8723,'LOS'); + insert into Student values ( 1028, 'Rugh', 'Eric', 20, 'M', 550, 2311,'ROC'); + insert into Student values ( 1029, 'Han', 'Jun', 17, 'M', 100, 2311,'PEK'); + insert into Student values ( 1030, 'Cheng', 'Lisa', 21, 'F', 550, 2311,'SFO'); + insert into Student values ( 1031, 'Smith', 'Sarah', 20, 'F', 550, 8772,'PHL'); + insert into Student values ( 1032, 'Brown', 'Eric', 20, 'M', 550, 8772,'ATL'); + insert into Student values ( 1033, 'Simms', 'William', 18, 'M', 550, 8772,'NAR'); + insert into Student values ( 1034, 'Epp', 'Eric', 18, 'M', 050, 5718,'BOS'); + insert into Student values ( 1035, 'Schmidt', 'Sarah', 26, 'F', 050, 5718,'WAS'); + +insert into Has_Allergy values ( 1001, 'Cat' ); +insert into Has_Allergy values ( 1002, 'Shellfish' ); +insert into Has_Allergy values ( 1002, 'Tree Pollen' ); +insert into Has_Allergy values ( 1003, 'Dog' ); +insert into Has_Allergy values ( 1004, 'Nuts' ); +insert into Has_Allergy values ( 1005, 'Nuts' ); +insert into Has_Allergy values ( 1005, 'Tree Pollen' ); +insert into Has_Allergy values ( 1006, 'Nuts' ); +insert into Has_Allergy values ( 1007, 'Ragweed' ); +insert into Has_Allergy values ( 1007, 'Tree Pollen' ); +insert into Has_Allergy values ( 1007, 'Grass Pollen' ); +insert into Has_Allergy values ( 1007, 'Eggs' ); +insert into Has_Allergy values ( 1007, 'Milk' ); +insert into Has_Allergy values ( 1007, 'Shellfish' ); +insert into Has_Allergy values ( 1007, 'Anchovies' ); +insert into Has_Allergy values ( 1007, 'Cat' ); +insert into Has_Allergy values ( 1007, 'Dog' ); +insert into Has_Allergy values ( 1009, 'Tree Pollen' ); +insert into Has_Allergy values ( 1010, 'Ragweed' ); +insert into Has_Allergy values ( 1010, 'Tree Pollen' ); +insert into Has_Allergy values ( 1010, 'Grass Pollen' ); +insert into Has_Allergy values ( 1010, 'Eggs' ); +insert into Has_Allergy values ( 1010, 'Milk' ); +insert into Has_Allergy values ( 1010, 'Shellfish' ); +insert into Has_Allergy values ( 1010, 'Anchovies' ); +insert into Has_Allergy values ( 1010, 'Cat' ); +insert into Has_Allergy values ( 1010, 'Dog' ); +insert into Has_Allergy values ( 1011, 'Ragweed' ); +insert into Has_Allergy values ( 1012, 'Ragweed' ); +insert into Has_Allergy values ( 1013, 'Ragweed' ); +insert into Has_Allergy values ( 1014, 'Nuts' ); +insert into Has_Allergy values ( 1015, 'Nuts' ); +insert into Has_Allergy values ( 1015, 'Soy' ); +insert into Has_Allergy values ( 1016, 'Nuts' ); +insert into Has_Allergy values ( 1016, 'Milk' ); +insert into Has_Allergy values ( 1017, 'Tree Pollen' ); +insert into Has_Allergy values ( 1018, 'Nuts' ); +insert into Has_Allergy values ( 1018, 'Soy' ); +insert into Has_Allergy values ( 1019, 'Tree Pollen' ); +insert into Has_Allergy values ( 1020, 'Tree Pollen' ); +insert into Has_Allergy values ( 1021, 'Tree Pollen' ); +insert into Has_Allergy values ( 1022, 'Nuts' ); +insert into Has_Allergy values ( 1022, 'Anchovies' ); +insert into Has_Allergy values ( 1023, 'Rodent' ); +insert into Has_Allergy values ( 1023, 'Cat' ); +insert into Has_Allergy values ( 1023, 'Nuts' ); +insert into Has_Allergy values ( 1024, 'Ragweed' ); +insert into Has_Allergy values ( 1024, 'Tree Pollen' ); +insert into Has_Allergy values ( 1025, 'Tree Pollen' ); +insert into Has_Allergy values ( 1026, 'Grass Pollen' ); +insert into Has_Allergy values ( 1027, 'Tree Pollen' ); +insert into Has_Allergy values ( 1028, 'Tree Pollen' ); +insert into Has_Allergy values ( 1029, 'Soy' ); +insert into Has_Allergy values ( 1029, 'Nuts' ); +insert into Has_Allergy values ( 1029, 'Eggs' ); +insert into Has_Allergy values ( 1030, 'Grass Pollen' ); +insert into Has_Allergy values ( 1031, 'Nuts' ); +insert into Has_Allergy values ( 1031, 'Shellfish' ); +insert into Has_Allergy values ( 1031, 'Soy' ); + +insert into Allergy_Type values ( 'Eggs', 'food' ); +insert into Allergy_Type values ( 'Nuts', 'food' ); +insert into Allergy_Type values ( 'Milk', 'food' ); +insert into Allergy_Type values ( 'Shellfish', 'food' ); +insert into Allergy_Type values ( 'Anchovies', 'food' ); +insert into Allergy_Type values ( 'Wheat', 'food' ); +insert into Allergy_Type values ( 'Soy', 'food' ); +insert into Allergy_Type values ( 'Ragweed', 'environmental' ); +insert into Allergy_Type values ( 'Tree Pollen', 'environmental' ); +insert into Allergy_Type values ( 'Grass Pollen', 'environmental' ); +insert into Allergy_Type values ( 'Cat', 'animal' ); +insert into Allergy_Type values ( 'Dog', 'animal' ); +insert into Allergy_Type values ( 'Rodent', 'animal' ); +insert into Allergy_Type values ( 'Bee Stings', 'animal' ); diff --git a/test_database/architecture/architecture.sqlite b/test_database/architecture/architecture.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..d41fe90bd88bef947545e8887c00a892cd77ca36 Binary files /dev/null and b/test_database/architecture/architecture.sqlite differ diff --git a/test_database/architecture/schema.sql b/test_database/architecture/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a59677cd0a956d57ac3e5e1d9a41cabf268c775b --- /dev/null +++ b/test_database/architecture/schema.sql @@ -0,0 +1,65 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "architect" ( +"id" text, +"name" text, +"nationality" text, +"gender" text, +primary key("id") +); + +CREATE TABLE "bridge" ( +"architect_id" int, +"id" int, +"name" text, +"location" text, +"length_meters" real, +"length_feet" real, +primary key("id"), +foreign key ("architect_id" ) references `architect`("id") +); + +CREATE TABLE "mill" ( +"architect_id" int, +"id" int, +"location" text, +"name" text, +"type" text, +"built_year" int, +"notes" text, +primary key ("id"), +foreign key ("architect_id" ) references `architect`("id") +); + + +INSERT INTO "architect" VALUES (1, "Frank Lloyd Wright", "American", "male"); +INSERT INTO "architect" VALUES (2, "Frank Gehry", "Canadian", "male"); +INSERT INTO "architect" VALUES (3, "Zaha Hadid", "Iraqi, British", "female"); +INSERT INTO "architect" VALUES (4, "Mies Van Der Rohe", "German, American", "male"); +INSERT INTO "architect" VALUES (5, "Le Corbusier", "Swiss, French", "male"); + + +INSERT INTO "bridge" VALUES (1,"1","Xian Ren Qiao (Fairy Bridge)","Guangxi , China","121","400"); +INSERT INTO "bridge" VALUES (2,"2","Landscape Arch","Arches National Park , Utah , USA","88","290"); +INSERT INTO "bridge" VALUES (3,"3","Kolob Arch","Zion National Park , Utah , USA","87","287"); +INSERT INTO "bridge" VALUES (4,"4","Aloba Arch","Ennedi Plateau , Chad","76","250"); +INSERT INTO "bridge" VALUES (5,"5","Morning Glory Natural Bridge","Negro Bill Canyon , Utah , USA","74","243"); +INSERT INTO "bridge" VALUES (5,"6","Rainbow Bridge","Glen Canyon National Recreation Area , Utah , USA","71","234"); +INSERT INTO "bridge" VALUES (4,"7","Gaotun Natural Bridge","Guizhou , China","70","230"); +INSERT INTO "bridge" VALUES (3,"8","Sipapu Natural Bridge","Natural Bridges National Monument , Utah , USA","69","225"); +INSERT INTO "bridge" VALUES (2,"9","Stevens Arch","Escalante Canyon , Utah , USA","67","220"); +INSERT INTO "bridge" VALUES (1,"10","Shipton's Arch","Xinjiang , China","65","212"); +INSERT INTO "bridge" VALUES (1,"11","Jiangzhou Arch","Guangxi , China","65","212"); +INSERT INTO "bridge" VALUES (1,"12","Hazarchishma Natural Bridge","Bamiyan Province , Afghanistan","64.2","210.6"); +INSERT INTO "bridge" VALUES (2,"13","Outlaw Arch","Dinosaur National Monument , Colorado , USA","63","206"); +INSERT INTO "bridge" VALUES (2,"14","Snake Bridge","Sanostee , New Mexico , USA","62","204"); +INSERT INTO "bridge" VALUES (5,"15","Wrather Arch","Wrather Canyon , Arizona , USA","75","246"); + + +INSERT INTO "mill" VALUES (1,1,"Coswarem","Le Vieux Molen","Grondzeiler","1840","Molenechos (Dutch)"); +INSERT INTO "mill" VALUES (1,2,"Donceel","Moulin Bertrand","Grondzeiler","1890","Molenechos (Dutch)"); +INSERT INTO "mill" VALUES (2,3,"Fexhe-le-haut-Clocher","Moulin de Fexhe","Grondzeiler","1843","Molenechos (Dutch)"); +INSERT INTO "mill" VALUES (3,4,"Momalle","Moulin de Momalle","Bergmolen","1850","Molenechos (Dutch)"); +INSERT INTO "mill" VALUES (4,5,"Othée","Moulin du Château","Grondzeiler","1856","Molenechos (Dutch)"); +INSERT INTO "mill" VALUES (4,6,"Pousset","Moulin de Pousset","Grondzeiler","1819","Molenechos (Dutch)"); + diff --git a/test_database/baseball_1/baseball_1.sqlite b/test_database/baseball_1/baseball_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..566d239a779f8899ce86e73b60a950b94516fabd --- /dev/null +++ b/test_database/baseball_1/baseball_1.sqlite @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbeb49298ffc84465f7a27f3477fe73e05a2ced8d4c3c972d20d75c25820f29b +size 29794304 diff --git a/test_database/baseball_1/schema.sql b/test_database/baseball_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a2f6317bd5ef3b4e1b1999cc460d9184567ec6cb --- /dev/null +++ b/test_database/baseball_1/schema.sql @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e61f0638e45f4d9f869c377b56f99f988d58f2a64999637c93691ebf2eb3a2 +size 57608249 diff --git a/test_database/battle_death/battle_death.sqlite b/test_database/battle_death/battle_death.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..b7bb0daa4768cbd6e47c3ee7684e83907c0323be Binary files /dev/null and b/test_database/battle_death/battle_death.sqlite differ diff --git a/test_database/battle_death/schema.sql b/test_database/battle_death/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..71b3b57422cec3168f6c6c30e125c8872fefa1d6 --- /dev/null +++ b/test_database/battle_death/schema.sql @@ -0,0 +1,65 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE "battle" ( +"id" int, +"name" text, +"date" text, +"bulgarian_commander" text, +"latin_commander" text, +"result" text, +primary key("id") +); + +CREATE TABLE "ship" ( +"lost_in_battle" int, +"id" int, +"name" text, +"tonnage" text, +"ship_type" text, +"location" text, +"disposition_of_ship" text, +primary key("id"), +foreign key (`lost_in_battle`) references `battle`("id") +); + + +CREATE TABLE "death" ( +"caused_by_ship_id" int, +"id" int, +"note" text, +"killed" int, +"injured" int, +primary key("id"), +foreign key ("caused_by_ship_id") references `ship`("id") +); + +INSERT INTO "battle" VALUES (1,"Battle of Adrianople","14 April 1205","Kaloyan","Baldwin I","Bulgarian victory"); +INSERT INTO "battle" VALUES (2,"Battle of Serres","June 1205","Kaloyan","Unknown","Bulgarian victory"); +INSERT INTO "battle" VALUES (3,"Battle of Rusion","31 January 1206","Kaloyan","Thierry de Termond","Bulgarian victory"); +INSERT INTO "battle" VALUES (4,"Battle of Rodosto","February 1206","Kaloyan","Unknown","Bulgarian victory"); +INSERT INTO "battle" VALUES (5,"Battle of Messinopolis","4 September 1207","Unknown","Boniface of Montferrat","Bulgarian victory"); +INSERT INTO "battle" VALUES (6,"Battle of Boruy","June 1205","Boril","Henry I","Bulgarian victory"); +INSERT INTO "battle" VALUES (7,"Battle of Philippopolis","31 June 1208","Boril","Henry I","Latin victory"); +INSERT INTO "battle" VALUES (8,"Siege of Constantinople","1235","Ivan Asen II","John of Brienne","Two Year Truce"); + + +INSERT INTO "ship" VALUES (8, 1, "Lettice","t","Brig","English Channel","Captured"); +INSERT INTO "ship" VALUES (7, 2, "Bon Accord","t","Brig","English Channel","Captured"); +INSERT INTO "ship" VALUES (6, 3, "Mary","t","Brig","English Channel","Captured"); +INSERT INTO "ship" VALUES (5, 4, "HMS Avon","391","18-gun Brig","English Channel","Wrecked"); +INSERT INTO "ship" VALUES (5, 5, "Three Brothers","t","Brig","SW Approaches","Scuttled"); +INSERT INTO "ship" VALUES (4, 6, "Bacchus","t","Brig","English Channel","Sank"); +INSERT INTO "ship" VALUES (8, 7, "HMS Atalanta","225","8 gun Brig","Mid-Atlantic","Captured"); + +INSERT INTO "death" VALUES (1, "1","Dantewada, Chhattisgarh","8","0"); +INSERT INTO "death" VALUES (2, "2","Dantewada, Chhattisgarh","3","0"); +INSERT INTO "death" VALUES (3, "13","Erraboru, Chhattisgarh","25","0"); +INSERT INTO "death" VALUES (3, "3","East Champaran, Bihar","2","0"); +INSERT INTO "death" VALUES (4, "4","Gajapati, Odisha","3","0"); +INSERT INTO "death" VALUES (4, "5","Sundargarh, Odisha","0","9"); +INSERT INTO "death" VALUES (5, "6","Dantewada, Chhattisgarh","0","0"); +INSERT INTO "death" VALUES (5, "7","Dantewada, Chhattisgarh","4","5"); +INSERT INTO "death" VALUES (6, "8","Kanker, Chhattisgarh","0","0"); +INSERT INTO "death" VALUES (1, "9","Dantewada, Chhattisgarh","29","0"); +INSERT INTO "death" VALUES (3, "10","WestMidnapore, West Bengal","0","0"); +INSERT INTO "death" VALUES (2, "11","Bastar, Chattisgarh","0","0"); +INSERT INTO "death" VALUES (5, "12","Bokaro, Jharkhand","14","0"); diff --git a/test_database/behavior_monitoring/behavior_monitoring.sqlite b/test_database/behavior_monitoring/behavior_monitoring.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..c5604e0057cbe3525bee8f574b68da119f0ff3cd Binary files /dev/null and b/test_database/behavior_monitoring/behavior_monitoring.sqlite differ diff --git a/test_database/behavior_monitoring/schema.sql b/test_database/behavior_monitoring/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..f0de33d7567698b17d56cf3ccb0b9f490fd63c9b --- /dev/null +++ b/test_database/behavior_monitoring/schema.sql @@ -0,0 +1,258 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Ref_Address_Types` ( +`address_type_code` VARCHAR(15) PRIMARY KEY, +`address_type_description` VARCHAR(80) +); +CREATE TABLE `Ref_Detention_Type` ( +`detention_type_code` VARCHAR(10) PRIMARY KEY, +`detention_type_description` VARCHAR(80) +); +CREATE TABLE `Ref_Incident_Type` ( +`incident_type_code` VARCHAR(10) PRIMARY KEY, +`incident_type_description` VARCHAR(80) +); + +INSERT INTO Ref_Address_Types (`address_type_code`, `address_type_description`) VALUES ('BILL', 'Billing'); +INSERT INTO Ref_Address_Types (`address_type_code`, `address_type_description`) VALUES ('HOME', 'Home or Residence'); +INSERT INTO Ref_Detention_Type (`detention_type_code`, `detention_type_description`) VALUES ('BREAK ', 'During Break time'); +INSERT INTO Ref_Detention_Type (`detention_type_code`, `detention_type_description`) VALUES ('AFTER', 'After School'); +INSERT INTO Ref_Detention_Type (`detention_type_code`, `detention_type_description`) VALUES ('LUNCH', 'Lunch-time'); +INSERT INTO Ref_Incident_Type (`incident_type_code`, `incident_type_description`) VALUES ('NOISE', 'Noise'); +INSERT INTO Ref_Incident_Type (`incident_type_code`, `incident_type_description`) VALUES ('VIOLENCE', 'Violence'); +INSERT INTO Ref_Incident_Type (`incident_type_code`, `incident_type_description`) VALUES ('DISTURB', 'Disturbance'); + + + + +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`line_1` VARCHAR(120), +`line_2` VARCHAR(120), +`line_3` VARCHAR(120), +`city` VARCHAR(80), +`zip_postcode` VARCHAR(20), +`state_province_county` VARCHAR(50), +`country` VARCHAR(50), +`other_address_details` VARCHAR(255) +); + +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (1, '020 Orie Canyon', NULL, NULL, 'North Loyceville', '197', 'Hawaii', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (2, '1333 Boyle Lane', NULL, NULL, 'West Sean', '937', 'Illinois', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (3, '027 Kim Divide Apt. 492', NULL, NULL, 'Beierview', '918', 'Texas', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (4, '056 Murphy Stravenue Apt. 600', NULL, NULL, 'Elinoreport', '238', 'Wisconsin', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (5, '719 Pfannerstill Ridge Suite 663', NULL, NULL, 'Meganeland', '002', 'SouthDakota', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (6, '420 Zieme Oval', NULL, NULL, 'Corkeryborough', '744', 'Wisconsin', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (7, '27712 Marks Lake Apt. 752', NULL, NULL, 'Gleasonshire', '182', 'Maryland', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (8, '6960 O''Connell Dale Suite 622', NULL, NULL, 'New Annabellefort', '062', 'Kentucky', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (9, '18327 Jaime Terrace Suite 343', NULL, NULL, 'Edmundton', '520', 'Oregon', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (10, '3069 Garrison Squares', NULL, NULL, 'Lake Ahmadland', '748', 'Nevada', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (11, '668 Wilkinson Corners Apt. 992', NULL, NULL, 'North Jayceton', '612', 'Illinois', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (12, '11940 Pauline Shoals', NULL, NULL, 'West Lianafurt', '619', 'Arkansas', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (13, '39834 Anne Mission Apt. 956', NULL, NULL, 'North Orlobury', '663', 'Utah', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (14, '4115 Ebert Fall', NULL, NULL, 'North Fletcherside', '607', 'Arizona', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (15, '920 Brayan Harbors', NULL, NULL, 'Caitlynstad', '435', 'Montana', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (16, '014 Runte Haven Apt. 870', NULL, NULL, 'Tressamouth', '637', 'NewYork', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (17, '654 Fisher Roads', NULL, NULL, 'Hegmannborough', '397', 'Tennessee', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (18, '266 Kub Crossing', NULL, NULL, 'Hintzport', '865', 'Alabama', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (19, '51391 Dach Parkways Apt. 124', NULL, NULL, 'Unachester', '753', 'Wisconsin', 'USA', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (20, '2451 Wiza Inlet', NULL, NULL, 'Larkinport', '545', 'NewYork', 'USA', NULL); + + +CREATE TABLE `Students` ( +`student_id` INTEGER PRIMARY KEY, +`address_id` INTEGER NOT NULL, +`first_name` VARCHAR(80), +`middle_name` VARCHAR(40), +`last_name` VARCHAR(40), +`cell_mobile_number` VARCHAR(40), +`email_address` VARCHAR(40), +`date_first_rental` DATETIME, +`date_left_university` DATETIME, +`other_student_details` VARCHAR(255), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ) +); + +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (1, 19, 'Emma', 'Frederic', 'Rohan', '235.899.9744', 'derrick.jenkins@example.com', '2017-12-05 15:20:04', '2018-03-03 03:33:05', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (2, 9, 'Louvenia', 'Fatima', 'Hansen', '1-247-673-8446', 'rohan.clarabelle@example.org', '2017-08-08 22:30:36', '2018-02-24 11:12:11', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (3, 10, 'Rhea', 'Gardner', 'Bergnaum', '1-751-162-9676x115', 'kkirlin@example.org', '2017-11-15 04:57:28', '2018-03-19 12:49:20', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (4, 8, 'David', 'Darlene', 'Gorczany', '1-895-196-9979', 'eolson@example.com', '2018-02-15 20:03:11', '2018-03-11 02:21:24', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (5, 8, 'Lucile', 'Stone', 'Gottlieb', '1-036-062-5465', 'dicki.kathryne@example.org', '2017-07-20 18:20:27', '2018-03-18 16:07:42', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (6, 12, 'Antonietta', 'Crystal', 'Fahey', '(874)070-9495', 'norwood.howell@example.org', '2017-10-31 12:33:09', '2018-03-20 22:01:07', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (7, 20, 'Rupert', 'Lincoln', 'Marks', '763.072.5520x5907', 'lisette.brekke@example.net', '2017-09-25 12:02:23', '2018-03-01 08:56:04', 'first honor'); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (8, 14, 'Julia', 'Arno', 'Balistreri', '319.497.4575x2214', 'jasmin.schuppe@example.com', '2018-02-23 02:28:07', '2018-03-01 16:03:55', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (9, 19, 'Christy', 'Devonte', 'Huels', '(568)451-0917x3945', 'dora.zboncak@example.org', '2018-01-11 19:49:39', '2018-03-15 01:47:11', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (10, 2, 'Adella', 'Chesley', 'Krajcik', '08605192839', 'frederique.mante@example.org', '2017-07-05 19:15:29', '2018-03-11 15:57:19', 'first honor'); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (11, 2, 'Isac', 'Cleta', 'Fadel', '+60(5)3280072514', 'qharvey@example.com', '2017-09-13 04:06:15', '2018-03-05 07:30:22', 'first honor'); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (12, 1, 'Ferne', 'Jerod', 'Weimann', '(921)011-7909x3518', 'mitchel55@example.net', '2017-05-24 05:00:18', '2018-02-28 12:33:53', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (13, 17, 'Misael', 'Justyn', 'Will', '(062)892-7033', 'gbeatty@example.com', '2017-10-15 06:52:46', '2018-03-18 07:01:27', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (14, 9, 'Fanny', 'Ashlee', 'Haley', '(820)260-5721', 'foster.zemlak@example.com', '2018-03-14 11:37:10', '2018-03-12 15:05:53', NULL); +INSERT INTO Students (`student_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `date_first_rental`, `date_left_university`, `other_student_details`) VALUES (15, 15, 'Eugene', 'Mustafa', 'Tremblay', '1-498-138-8088', 'kertzmann.devon@example.net', '2018-03-11 22:42:47', '2018-03-07 11:41:26', 'first honor'); + + +CREATE TABLE `Teachers` ( +`teacher_id` INTEGER PRIMARY KEY, +`address_id` INTEGER NOT NULL, +`first_name` VARCHAR(80), +`middle_name` VARCHAR(80), +`last_name` VARCHAR(80), +`gender` VARCHAR(1), +`cell_mobile_number` VARCHAR(40), +`email_address` VARCHAR(40), +`other_details` VARCHAR(255), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ) +); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (1, 15, 'Lyla', 'Wilson', 'Medhurst', '1', '792.333.7714', 'ohammes@example.com', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (2, 7, 'Sid', 'Tremayne', 'Brakus', '1', '202.626.1698x9242', 'deborah37@example.com', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (3, 8, 'Trystan', 'Alexane', 'Schuster', '1', '583-467-0403x647', 'hilll.kitty@example.com', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (4, 7, 'Donnie', 'Morgan', 'Kuhic', '1', '07928511102', 'destany.reichert@example.net', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (5, 15, 'Aniya', 'Ian', 'Becker', '1', '599.373.0773x67706', 'hahn.isom@example.com', 'Dean'); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (6, 16, 'Citlalli', 'Ahmad', 'Kuhic', '1', '017.636.7409', 'kozey.adeline@example.org', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (7, 3, 'Alvis', 'Macey', 'Schultz', '1', '944-154-5379x4990', 'everardo.lynch@example.net', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (8, 13, 'Cecilia', 'Mitchel', 'Ward', '0', '809.852.7009', 'paula.abbott@example.org', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (9, 2, 'Woodrow', 'Lilla', 'Goldner', '1', '084-270-4880', 'ierdman@example.com', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (10, 8, 'Gregory', 'Ardith', 'Heller', '0', '908-759-1808x63115', 'valentina.yost@example.com', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (11, 12, 'Edmond', 'Kailyn', 'Lang', '0', '(659)018-0143x379', 'lila58@example.com', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (12, 10, 'Camren', 'Kendall', 'Moore', '1', '(381)799-4759x169', 'randy.gerhold@example.org', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (13, 19, 'Stephanie', 'Tamara', 'Price', '0', '952.821.3392', 'kiana.lang@example.net', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (14, 14, 'Evelyn', 'Keanu', 'Hansen', '0', '1-787-044-8336x606', 'maribel21@example.org', NULL); +INSERT INTO Teachers (`teacher_id`, `address_id`, `first_name`, `middle_name`, `last_name`, `gender`, `cell_mobile_number`, `email_address`, `other_details`) VALUES (15, 10, 'Hobart', 'Michel', 'Bergnaum', '1', '796-453-5175x64012', 'willms.lane@example.com', NULL); + + +CREATE TABLE `Assessment_Notes` ( +`notes_id` INTEGER NOT NULL , +`student_id` INTEGER, +`teacher_id` INTEGER NOT NULL, +`date_of_notes` DATETIME, +`text_of_notes` VARCHAR(255), +`other_details` VARCHAR(255), +FOREIGN KEY (`student_id` ) REFERENCES `Students`(`student_id` ), +FOREIGN KEY (`teacher_id` ) REFERENCES `Teachers`(`teacher_id` ) +); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (1, 7, 3, '1978-04-15 04:49:18', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (2, 11, 10, '2005-06-30 02:48:35', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (3, 15, 3, '1988-06-09 00:24:01', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (4, 12, 9, '1991-08-15 01:22:08', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (5, 4, 10, '1971-05-05 20:07:08', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (6, 12, 6, '2014-01-31 02:05:02', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (7, 12, 7, '1984-12-13 23:04:28', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (8, 7, 14, '1988-04-11 04:56:26', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (9, 14, 15, '1972-04-27 04:51:51', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (10, 13, 6, '2017-12-14 08:21:54', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (11, 3, 14, '1993-08-16 17:39:53', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (12, 1, 1, '1991-08-20 08:03:23', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (13, 13, 3, '2014-04-28 02:07:53', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (14, 14, 15, '1974-11-26 04:23:22', NULL, NULL); +INSERT INTO Assessment_Notes (`notes_id`, `student_id`, `teacher_id`, `date_of_notes`, `text_of_notes`, `other_details`) VALUES (15, 1, 9, '1984-09-10 01:18:34', NULL, NULL); + + +CREATE TABLE `Behavior_Incident` ( +`incident_id` INTEGER PRIMARY KEY, +`incident_type_code` VARCHAR(10) NOT NULL, +`student_id` INTEGER NOT NULL, +`date_incident_start` DATETIME, +`date_incident_end` DATETIME, +`incident_summary` VARCHAR(255), +`recommendations` VARCHAR(255), +`other_details` VARCHAR(255), +FOREIGN KEY (`incident_type_code` ) REFERENCES `Ref_Incident_Type`(`incident_type_code` ), +FOREIGN KEY (`student_id` ) REFERENCES `Students`(`student_id` ) +); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (1, 'NOISE', 6, '2017-07-09 10:04:13', '2018-03-08 14:08:54', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (2, 'DISTURB', 13, '2018-01-31 10:51:13', '2018-03-18 18:40:05', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (3, 'VIOLENCE', 1, '2017-10-10 22:43:54', '2018-03-22 02:10:35', NULL, 'Transfer schools', NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (4, 'VIOLENCE', 10, '2017-07-20 17:43:50', '2018-03-09 06:28:44', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (5, 'NOISE', 7, '2017-08-13 22:15:05', '2018-02-25 05:38:58', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (6, 'VIOLENCE', 8, '2017-06-09 18:32:28', '2018-03-20 10:32:10', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (7, 'VIOLENCE', 4, '2017-04-23 07:03:17', '2018-03-19 02:35:39', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (8, 'DISTURB', 1, '2017-05-02 12:52:09', '2018-03-18 01:23:29', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (9, 'NOISE', 11, '2017-06-19 14:25:54', '2018-03-08 09:36:36', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (10, 'NOISE', 1, '2018-01-27 09:24:45', '2018-03-13 05:18:05', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (11, 'VIOLENCE', 9, '2018-03-06 21:03:58', '2018-03-06 14:44:37', NULL, 'Transfer schools', NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (12, 'DISTURB', 7, '2017-08-27 03:21:30', '2018-03-02 16:06:34', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (13, 'VIOLENCE', 5, '2017-05-25 15:02:53', '2018-03-10 21:12:22', NULL, NULL, NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (14, 'NOISE', 1, '2017-08-29 20:48:56', '2018-03-16 14:37:20', NULL, 'Transfer schools', NULL); +INSERT INTO Behavior_Incident (`incident_id`, `incident_type_code`, `student_id`, `date_incident_start`, `date_incident_end`, `incident_summary`, `recommendations`, `other_details`) VALUES (15, 'NOISE', 15, '2018-02-05 13:13:45', '2018-03-08 09:00:48', NULL, NULL, NULL); + + +CREATE TABLE `Detention` ( +`detention_id` INTEGER PRIMARY KEY, +`detention_type_code` VARCHAR(10) NOT NULL, +`teacher_id` INTEGER, +`datetime_detention_start` DATETIME, +`datetime_detention_end` DATETIME, +`detention_summary` VARCHAR(255), +`other_details` VARCHAR(255), +FOREIGN KEY (`detention_type_code` ) REFERENCES `Ref_Detention_Type`(`detention_type_code` ), +FOREIGN KEY (`teacher_id` ) REFERENCES `Teachers`(`teacher_id` ) +); + +CREATE TABLE `Student_Addresses` ( +`student_id` INTEGER NOT NULL, +`address_id` INTEGER NOT NULL, +`date_address_from` DATETIME NOT NULL, +`date_address_to` DATETIME, +`monthly_rental` DECIMAL(19,4), +`other_details` VARCHAR(255), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ), +FOREIGN KEY (`student_id` ) REFERENCES `Students`(`student_id` ) +); + +CREATE TABLE `Students_in_Detention` ( +`student_id` INTEGER NOT NULL, +`detention_id` INTEGER NOT NULL, +`incident_id` INTEGER NOT NULL, +FOREIGN KEY (`incident_id` ) REFERENCES `Behavior_Incident`(`incident_id` ), +FOREIGN KEY (`detention_id` ) REFERENCES `Detention`(`detention_id` ), +FOREIGN KEY (`student_id` ) REFERENCES `Students`(`student_id` ) +); + +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (1, 'AFTER', 7, '2017-09-05 00:38:25', '2018-03-08 02:08:32', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (2, 'AFTER', 14, '2018-01-10 08:09:02', '2018-03-07 04:24:48', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (3, 'BREAK ', 11, '2017-12-14 06:40:29', '2018-03-08 09:16:38', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (4, 'AFTER', 8, '2017-06-09 06:13:09', '2018-03-21 19:34:56', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (5, 'BREAK ', 3, '2017-08-25 12:00:46', '2018-03-11 13:21:07', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (6, 'BREAK ', 12, '2017-10-20 22:34:44', '2018-03-11 12:58:40', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (7, 'BREAK ', 15, '2018-02-19 11:44:52', '2018-03-17 12:35:41', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (8, 'BREAK ', 5, '2017-11-26 15:05:05', '2018-03-16 01:37:25', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (9, 'LUNCH', 15, '2017-10-30 16:04:00', '2018-03-22 20:15:47', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (10, 'AFTER', 15, '2018-01-29 20:43:45', '2018-03-05 03:31:24', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (11, 'AFTER', 8, '2017-10-03 18:44:31', '2018-03-03 14:58:43', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (12, 'LUNCH', 3, '2018-01-20 19:06:56', '2018-02-25 07:20:30', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (13, 'BREAK ', 10, '2017-08-02 07:46:39', '2018-03-10 14:58:31', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (14, 'AFTER', 12, '2017-12-18 13:47:51', '2018-03-04 20:52:51', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `teacher_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (15, 'LUNCH', 11, '2017-08-21 06:41:29', '2018-03-13 20:37:39', NULL, NULL); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (6, 12, '2017-10-16 13:56:34', '2018-03-15 10:37:19', '826.4319', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (3, 18, '2017-06-19 12:39:39', '2018-03-02 00:19:57', '1113.0996', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (8, 1, '2017-10-31 12:40:34', '2018-02-25 05:21:34', '1297.3186', 'apartment'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (7, 3, '2017-04-28 06:27:14', '2018-03-23 09:52:56', '894.0958', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (13, 16, '2018-03-23 08:25:36', '2018-03-12 17:21:24', '1297.8070', 'apartment'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (11, 12, '2018-02-18 06:58:49', '2018-02-27 04:45:57', '747.5312', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (4, 1, '2017-06-22 12:20:52', '2018-03-04 17:04:35', '756.6745', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (2, 8, '2017-07-21 10:13:10', '2018-03-20 09:02:48', '1287.5604', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (7, 13, '2018-01-13 22:56:06', '2018-03-22 17:56:20', '1067.8383', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (4, 2, '2017-09-10 19:41:10', '2018-03-04 06:51:19', '1132.7420', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (8, 16, '2018-01-12 13:23:23', '2018-03-04 06:05:45', '683.0735', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (5, 13, '2017-03-29 18:22:55', '2018-03-14 09:12:05', '1036.8462', 'apartment'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (2, 3, '2017-08-12 18:28:31', '2018-03-06 21:41:20', '800.1214', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (2, 8, '2017-04-18 05:36:44', '2018-03-07 04:29:28', '865.2615', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (9, 9, '2018-02-04 02:28:04', '2018-03-12 02:57:48', '679.2988', 'house'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (13, 19, '2017-08-17 11:51:00', '2018-03-04 13:24:28', '644.9306', 'apartment'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (15, 1, '2018-03-05 19:28:26', '2018-03-15 04:44:58', '1032.8717', 'apartment'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (12, 10, '2017-09-23 05:16:17', '2018-03-05 21:12:37', '1032.9782', 'apartment'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (1, 5, '2017-11-12 04:24:02', '2018-03-14 17:00:44', '1007.2597', 'apartment'); +INSERT INTO Student_Addresses (`student_id`, `address_id`, `date_address_from`, `date_address_to`, `monthly_rental`, `other_details`) VALUES (10, 18, '2017-10-09 17:31:44', '2018-03-18 03:28:47', '620.2801', 'house'); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (3, 15, 1); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (8, 13, 3); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (11, 6, 11); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (12, 12, 1); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (14, 15, 13); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (7, 7, 8); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (13, 9, 12); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (10, 14, 8); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (12, 2, 13); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (12, 12, 1); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (9, 15, 15); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (10, 7, 12); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (13, 3, 3); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (8, 15, 14); +INSERT INTO Students_in_Detention (`student_id`, `detention_id`, `incident_id`) VALUES (8, 14, 14); diff --git a/test_database/bike_racing/bike_racing.sqlite b/test_database/bike_racing/bike_racing.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..ef1bfa2367e70c2de65095f07f9879ba42c02137 Binary files /dev/null and b/test_database/bike_racing/bike_racing.sqlite differ diff --git a/test_database/bike_racing/schema.sql b/test_database/bike_racing/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..1f93d039f88a2ddd2704b7e764d69ffe3de8fc26 --- /dev/null +++ b/test_database/bike_racing/schema.sql @@ -0,0 +1,56 @@ +PRAGMA foreign_keys=ON; +BEGIN TRANSACTION; +CREATE TABLE IF NOT EXISTS "bike" ( + "id" int, + "product_name" text, + "weight" int, + "price" real, + "material" text, + primary key("id") +); +INSERT INTO bike VALUES(1,'BIANCHI SPECIALISSIMA',780,9998.9999999999999999,'Carbon CC'); +INSERT INTO bike VALUES(2,'CANNONDALE SUPERSIX EVO HI-MOD DURA ACE',850,5329.9999999999999999,'carbon fiber'); +INSERT INTO bike VALUES(3,'CANYON AEROAD CF SLX 8.0 DI2',880,3049.9999999999999999,'Toray T700 and T800 carbon fiber'); +INSERT INTO bike VALUES(4,'GIANT TCR ADVANCED SL 0',750,9000.0,'Carbon CC'); +INSERT INTO bike VALUES(5,'Ibis',800,3598.9999999999999998,'Carbon CC'); +INSERT INTO bike VALUES(6,'Ibis ||',760,5000, 'carbon fiber'); +CREATE TABLE IF NOT EXISTS "cyclist" ( + "id" int, + "heat" int, + "name" text, + "nation" text, + "result" real, + primary key("id") +); +INSERT INTO cyclist VALUES(1,4,'Bradley Wiggins','Great Britain','4:16.571'); +INSERT INTO cyclist VALUES(2,3,'Hayden Roulston','New Zealand','4:19.232'); +INSERT INTO cyclist VALUES(3,1,'Steven Burke','Great Britain','4:21.558'); +INSERT INTO cyclist VALUES(4,2,'Alexei Markov','Russia','4:22.308'); +INSERT INTO cyclist VALUES(5,1,'Volodymyr Dyudya','Ukraine','4:22.471'); +INSERT INTO cyclist VALUES(6,2,'Antonio Tauler','Spain','4:24.974'); +INSERT INTO cyclist VALUES(7,4,'Alexander Serov','Russia','4:25.391'); +INSERT INTO cyclist VALUES(8,3,'Taylor Phinney','United States','4:26.644'); +CREATE TABLE IF NOT EXISTS "cyclists_own_bikes" ( + "cyclist_id" int, + "bike_id" int, + "purchase_year" int, + primary key("cyclist_id", "bike_id"), + foreign key("cyclist_id") references `cyclist`("id"), + foreign key("bike_id") references `bike`("id") +); +INSERT INTO cyclists_own_bikes VALUES(1,2,2011); +INSERT INTO cyclists_own_bikes VALUES(1,3,2015); +INSERT INTO cyclists_own_bikes VALUES(2,3,2017); +INSERT INTO cyclists_own_bikes VALUES(2,5,2013); +INSERT INTO cyclists_own_bikes VALUES(2,4,2018); +INSERT INTO cyclists_own_bikes VALUES(3,4,2017); +INSERT INTO cyclists_own_bikes VALUES(4,4,2017); +INSERT INTO cyclists_own_bikes VALUES(5,5,2016); +INSERT INTO cyclists_own_bikes VALUES(6,5,2016); +INSERT INTO cyclists_own_bikes VALUES(7,5,2010); +INSERT INTO cyclists_own_bikes VALUES(7,4,2011); +INSERT INTO cyclists_own_bikes VALUES(7,2,2012); +INSERT INTO cyclists_own_bikes VALUES(7,1,2013); +INSERT INTO cyclists_own_bikes VALUES(7,3,2014); +COMMIT; + diff --git a/test_database/bike_racing/schema_old.sql b/test_database/bike_racing/schema_old.sql new file mode 100644 index 0000000000000000000000000000000000000000..3e23384c90c0cc150afa583330374810d8b22083 --- /dev/null +++ b/test_database/bike_racing/schema_old.sql @@ -0,0 +1,56 @@ +PRAGMA foreign_keys=ON; +BEGIN TRANSACTION; +CREATE TABLE IF NOT EXISTS "bike" ( + "id" int, + "product_name" text, + "weight" int, + "price" real, + "material" text, + primary key("id") +); +INSERT INTO bike VALUES(1,'BIANCHI SPECIALISSIMA',780,9998.9999999999999999,'Carbon CC'); +INSERT INTO bike VALUES(2,'CANNONDALE SUPERSIX EVO HI-MOD DURA ACE',850,5329.9999999999999999,'carbon fiber'); +INSERT INTO bike VALUES(3,'CANYON AEROAD CF SLX 8.0 DI2',880,3049.9999999999999999,'Toray T700 and T800 carbon fiber'); +INSERT INTO bike VALUES(4,'GIANT TCR ADVANCED SL 0',750,9000.0,'Carbon CC'); +INSERT INTO bike VALUES(5,'Ibis',800,3598.9999999999999998,'Carbon CC'); +INSERT INTO bike VALUES(6,'Ibis ||',760,5000, 'carbon fiber'); +CREATE TABLE IF NOT EXISTS "cyclist" ( + "id" int, + "heat" int, + "name" text, + "nation" text, + "result" real, + primary key("id") +); +INSERT INTO cyclist VALUES(1,4,'Bradley Wiggins','Great Britain','4:16.571'); +INSERT INTO cyclist VALUES(2,3,'Hayden Roulston','New Zealand','4:19.232'); +INSERT INTO cyclist VALUES(3,1,'Steven Burke','Great Britain','4:21.558'); +INSERT INTO cyclist VALUES(4,2,'Alexei Markov','Russia','4:22.308'); +INSERT INTO cyclist VALUES(5,1,'Volodymyr Dyudya','Ukraine','4:22.471'); +INSERT INTO cyclist VALUES(6,2,'Antonio Tauler','Spain','4:24.974'); +INSERT INTO cyclist VALUES(7,4,'Alexander Serov','Russia','4:25.391'); +INSERT INTO cyclist VALUES(8,3,'Taylor Phinney','United States','4:26.644'); +CREATE TABLE IF NOT EXISTS "cyclists_own_bikes" ( + "cyclist_id" int, + "bike_id" int, + "purchase_year" int, + primary key("cyclist_id", "bike_id"), + foreign key("cyclist_id") references "cyclist"("id"), + foreign key("bike_id") references "bike"("id") +); +INSERT INTO cyclists_own_bikes VALUES(1,2,2011); +INSERT INTO cyclists_own_bikes VALUES(1,3,2015); +INSERT INTO cyclists_own_bikes VALUES(2,3,2017); +INSERT INTO cyclists_own_bikes VALUES(2,5,2013); +INSERT INTO cyclists_own_bikes VALUES(2,4,2018); +INSERT INTO cyclists_own_bikes VALUES(3,4,2017); +INSERT INTO cyclists_own_bikes VALUES(4,4,2017); +INSERT INTO cyclists_own_bikes VALUES(5,5,2016); +INSERT INTO cyclists_own_bikes VALUES(6,5,2016); +INSERT INTO cyclists_own_bikes VALUES(7,5,2010); +INSERT INTO cyclists_own_bikes VALUES(7,4,2011); +INSERT INTO cyclists_own_bikes VALUES(7,2,2012); +INSERT INTO cyclists_own_bikes VALUES(7,1,2013); +INSERT INTO cyclists_own_bikes VALUES(7,3,2014); +COMMIT; + diff --git a/test_database/book_press/book_press.sqlite b/test_database/book_press/book_press.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..a46dcd23d82ff912b83845a26b39419d1c8bac85 Binary files /dev/null and b/test_database/book_press/book_press.sqlite differ diff --git a/test_database/book_press/schema.sql b/test_database/book_press/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..ce8b32eef8613ec794e5864633997debd3a255f2 --- /dev/null +++ b/test_database/book_press/schema.sql @@ -0,0 +1,67 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "author" ( +"Author_ID" int, +"Name" text, +"Age" int, +"Gender" text, +PRIMARY KEY ("Author_ID") +); + + +INSERT INTO "author" VALUES (1,"Derrick Kosinski",45,"Male"); +INSERT INTO "author" VALUES (2,"Evelyn Smith",32,"Female"); +INSERT INTO "author" VALUES (3,"Johnny Devenanzio",54,"Male"); +INSERT INTO "author" VALUES (4,"Kenny Santucci",21,"Male"); +INSERT INTO "author" VALUES (5,"Jenn Grijalva",19,"Female"); +INSERT INTO "author" VALUES (6,"Paula Meronek",23,"Female"); +INSERT INTO "author" VALUES (7,"Robin Hibbard",52,"Female"); + + +CREATE TABLE "press" ( +"Press_ID" int, +"Name" text, +"Month_Profits_billion" real, +"Year_Profits_billion" real, +PRIMARY KEY ("Press_ID") +); + + +INSERT INTO "press" VALUES (1,"Accor","0.65","6.02"); +INSERT INTO "press" VALUES (2,"Air Liquide","4.08","29.49"); +INSERT INTO "press" VALUES (3,"Alstom","0.96","9.40"); +INSERT INTO "press" VALUES (4,"ArcelorMittal","1.69","15.4"); +INSERT INTO "press" VALUES (5,"STMicroelectronics","0.54","5.25"); +INSERT INTO "press" VALUES (6,"Technip","1.18","9.24"); +INSERT INTO "press" VALUES (7,"Total","11.96","86.94"); +INSERT INTO "press" VALUES (8,"Unibail-Rodamco","2.31","16.80"); +INSERT INTO "press" VALUES (9,"Vallourec","0.58","4.56"); +INSERT INTO "press" VALUES (10,"Veolia Environnement","0.44","5.01"); + + + + +CREATE TABLE "book" ( +"Book_ID" int, +"Title" text, +"Book_Series" text, +"Author_ID" int, +"Press_ID" int, +"Sale_Amount" text, +"Release_date" text, +PRIMARY KEY ("Book_ID"), +FOREIGN KEY (`Author_ID`) REFERENCES `author`(`Author_ID`), +FOREIGN KEY (`Press_ID`) REFERENCES `press`(`Press_ID`) +); + +INSERT INTO "book" VALUES (1,"Book Revue","LT",1,1,"1234","2016-01-05"); +INSERT INTO "book" VALUES (2,"Baseball Bugs","LT",2,2,"1214","2016-02-02"); +INSERT INTO "book" VALUES (3,"Holiday for Shoestrings","MM",3,3,"714","2016-02-23"); +INSERT INTO "book" VALUES (4,"Quentin Quail","MM",4,4,"615","2016-03-02"); +INSERT INTO "book" VALUES (5,"Baby Bottleneck","LT",5,5,"1256","2016-03-16"); +INSERT INTO "book" VALUES (6,"Hare Remover","MM",5,4,"1014","2016-03-23"); +INSERT INTO "book" VALUES (7,"Daffy Doodles","MM",1,9,"1307","2016-04-06"); +INSERT INTO "book" VALUES (8,"Hollywood Canine Canteen","MM",1,2,"1114","2016-04-20"); +INSERT INTO "book" VALUES (9,"Hush My Mouse","LT",2,3,"1258","2016-05-04"); +INSERT INTO "book" VALUES (10,"Hair-Raising Hare","MM",5,2,"115","2016-05-25"); + diff --git a/test_database/browser_web/browser_web.sqlite b/test_database/browser_web/browser_web.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..cabd9d6e7a3e897488c3e87f16a74e862be618c5 Binary files /dev/null and b/test_database/browser_web/browser_web.sqlite differ diff --git a/test_database/browser_web/schema.sql b/test_database/browser_web/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..06dd32f1f041c0501ef2df785317206a2cd329fd --- /dev/null +++ b/test_database/browser_web/schema.sql @@ -0,0 +1,58 @@ +PRAGMA foreign_keys=OFF; +BEGIN TRANSACTION; +CREATE TABLE IF NOT EXISTS "Web_client_accelerator" ( +"id" int, +"name" text, +"Operating_system" text, +"Client" text, +"Connection" text, +primary key("id") +); +INSERT INTO Web_client_accelerator VALUES(1,'CACHEbox','Appliance (Linux)','End user, ISP','Broadband, Satellite, Wireless, Fiber, DSL'); +INSERT INTO Web_client_accelerator VALUES(2,'CProxy','Windows','user','up to 756kbit/s'); +INSERT INTO Web_client_accelerator VALUES(3,'Fasterfox','Windows, Mac, Linux and Mobile devices','user','Dialup, Wireless, Broadband, DSL'); +INSERT INTO Web_client_accelerator VALUES(4,'fasTun','Any','All','Any'); +INSERT INTO Web_client_accelerator VALUES(5,'Freewire','Windows, except NT and 95','ISP','Dial-up'); +INSERT INTO Web_client_accelerator VALUES(6,'Google Web Accelerator (discontinued)','Windows','user/Google server','Broadband'); +INSERT INTO Web_client_accelerator VALUES(7,'Heigh Speed','Windows','All','Any'); +INSERT INTO Web_client_accelerator VALUES(8,'Netfury','Windows, Mac','End User, ISP','Dial-up, Broadband, DSL, ISDN, Satellite, Wireless'); +INSERT INTO Web_client_accelerator VALUES(9,'Nitro','Windows, Mac','End User, ISP','Dial-up, Broadband, DSL, ISDN, Satellite, Wireless'); +INSERT INTO Web_client_accelerator VALUES(10,'ONSPEED','Windows, Mac and Mobile devices','user','Dialup, Wireless, Broadband, DSL'); +INSERT INTO Web_client_accelerator VALUES(11,'Opera Turbo','Android, Linux, Mac and Windows devices','user/Opera server','Any'); +INSERT INTO Web_client_accelerator VALUES(12,'Polipo','Unix (Linux, *BSD, Mac OS X, others), Windows','user/ISP','Any'); +INSERT INTO Web_client_accelerator VALUES(13,'Propel','Windows, Mac','End User, ISP','Dial, DSL, ISDN, Satellite, wireless'); +INSERT INTO Web_client_accelerator VALUES(14,'Proxyconn Web Accelerator','Windows, Mac, Mobile devices','user','Dialup, Wireless, Broadband, DSL'); +INSERT INTO Web_client_accelerator VALUES(15,'RabbIT','Any system with Java 1.6 VM available','ISP','Any'); +INSERT INTO Web_client_accelerator VALUES(16,'Squid','Unix (Linux, *BSD, Mac OS X, others), Windows','user/ISP','Any'); +INSERT INTO Web_client_accelerator VALUES(17,'Toonel','Windows, Linux, Mac OS, Symbian, WindowsMobile','user/ISP','Any'); +INSERT INTO Web_client_accelerator VALUES(18,'WinGate','Windows (2000 onwards)','All','Any'); +INSERT INTO Web_client_accelerator VALUES(19,'Ziproxy','Unix (Linux, *BSD, Mac OS X, others)','ISP','Any'); +CREATE TABLE IF NOT EXISTS "browser" ( +"id" int, +"name" text, +"market_share" real, +primary key("id") +); +INSERT INTO browser VALUES(1,'Internet Explorer',28.960000000000000852); +INSERT INTO browser VALUES(2,'Firefox',18.109999999999999431); +INSERT INTO browser VALUES(3,'Safari',8.5399999999999991473); +INSERT INTO browser VALUES(4,'Opera',1.1999999999999999555); +CREATE TABLE IF NOT EXISTS "accelerator_compatible_browser" ( +"accelerator_id" int, +"browser_id" int, +"compatible_since_year" int, +primary key("accelerator_id", "browser_id"), +foreign key ("accelerator_id") references `Web_client_accelerator`("id"), +foreign key ("browser_id") references `browser`("id") +); +INSERT INTO accelerator_compatible_browser VALUES(1,1,1995); +INSERT INTO accelerator_compatible_browser VALUES(1,2,1996); +INSERT INTO accelerator_compatible_browser VALUES(2,3,1996); +INSERT INTO accelerator_compatible_browser VALUES(2,4,2000); +INSERT INTO accelerator_compatible_browser VALUES(3,1,2005); +INSERT INTO accelerator_compatible_browser VALUES(3,2,2007); +INSERT INTO accelerator_compatible_browser VALUES(3,3,2008); +INSERT INTO accelerator_compatible_browser VALUES(4,4,2009); +INSERT INTO accelerator_compatible_browser VALUES(9,1,2010); +COMMIT; + diff --git a/test_database/candidate_poll/candidate_poll.sqlite b/test_database/candidate_poll/candidate_poll.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..457eb2b8e08bca4f203f6595b6c7c4761172c269 Binary files /dev/null and b/test_database/candidate_poll/candidate_poll.sqlite differ diff --git a/test_database/candidate_poll/schema.sql b/test_database/candidate_poll/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..8395c0a0e7a8a7c40211cbe5694ea497c782889c --- /dev/null +++ b/test_database/candidate_poll/schema.sql @@ -0,0 +1,42 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "candidate" ( +"Candidate_ID" int, +"People_ID" int, +"Poll_Source" text, +"Date" text, +"Support_rate" real, +"Consider_rate" real, +"Oppose_rate" real, +"Unsure_rate" real, +PRIMARY KEY ("Candidate_ID"), +FOREIGN KEY ("People_ID") REFERENCES "people"("People_ID") +); + +CREATE TABLE "people" ( +"People_ID" int, +"Sex" text, +"Name" text, +"Date_of_Birth" text, +"Height" real, +"Weight" real, +PRIMARY KEY ("People_ID") +); + +INSERT INTO "people" VALUES (1,"M","Hubert Henno","06.10.1976","188","83"); +INSERT INTO "people" VALUES (2,"M","Dominique Daquin","10.11.1972","197","85"); +INSERT INTO "people" VALUES (3,"F","Stéphane Antiga","03.02.1976","200","94"); +INSERT INTO "people" VALUES (4,"M","Laurent Capet","05.05.1972","202","92"); +INSERT INTO "people" VALUES (5,"F","Frantz Granvorka","10.03.1976","195","90"); +INSERT INTO "people" VALUES (6,"M","Vincent Montméat","01.09.1977","196","88"); +INSERT INTO "people" VALUES (7,"M","Loïc De Kergret","20.08.1970","193","89"); +INSERT INTO "people" VALUES (8,"M","Philippe Barça-Cysique","22.04.1977","194","88"); +INSERT INTO "people" VALUES (9,"M","Guillaume Samica","28.09.1981","196","82"); + +INSERT INTO "candidate" VALUES (1,1,"WNBC/Marist Poll","Feb 12–15, 2007","0.25","0.30","0.43","0.2"); +INSERT INTO "candidate" VALUES (2,3,"WNBC/Marist Poll","Feb 12–15, 2007","0.17","0.42","0.32","0.9"); +INSERT INTO "candidate" VALUES (3,4,"FOX News/Opinion Dynamics Poll","Feb 13–14, 2007","0.18","0.34","0.44","0.3"); +INSERT INTO "candidate" VALUES (4,6,"Newsweek Poll","Nov 9–10, 2006","0.33","0.20","0.45","0.2"); +INSERT INTO "candidate" VALUES (5,7,"Newsweek Poll","Nov 9–10, 2006","0.24","0.30","0.32","0.4"); +INSERT INTO "candidate" VALUES (6,9,"Newsweek Poll","Nov 9–10, 2006","0.24","0.27","0.43","0.2"); + diff --git a/test_database/car_racing/car_racing.sqlite b/test_database/car_racing/car_racing.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..050f9513dd0ae7b020456ef8bd39f3d0743444f9 Binary files /dev/null and b/test_database/car_racing/car_racing.sqlite differ diff --git a/test_database/car_racing/schema.sql b/test_database/car_racing/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..9eb8cdde562670e709ca63cb6882fe6ea8b03598 --- /dev/null +++ b/test_database/car_racing/schema.sql @@ -0,0 +1,91 @@ +PRAGMA foreign_keys = ON; + + +CREATE TABLE "country" ( +"Country_Id" int, +"Country" text, +"Capital" text, +"Official_native_language" text, +"Regoin" text, +PRIMARY KEY ("Country_Id") +); + +INSERT INTO "country" VALUES (1,"Japan","Tokyo","Japanese","Asia"); +INSERT INTO "country" VALUES (2,"USA","Washington","English","North America"); +INSERT INTO "country" VALUES (6,"Britain","London","British English","Europe"); +INSERT INTO "country" VALUES (3,"China","Beijing","Chinese","Asia"); +INSERT INTO "country" VALUES (4,"Ireland","Dublin","Irish English","Europe"); +INSERT INTO "country" VALUES (5,"Isle of Man","Douglas","English Manx","Europe"); + + + +CREATE TABLE `team` ( +"Team_ID" int, +"Team" text, +"Make" text, +"Manager" text, +"Sponsor" text, +"Car_Owner" text, +PRIMARY KEY ("Team_ID") +); + +CREATE TABLE `driver` ( +"Driver_ID" int, +"Driver" text, +"Country" int, +"Age" int, +"Car_#" real, +"Make" text, +"Points" text, +"Laps" real, +"Winnings" text, +PRIMARY KEY ("Driver_ID"), +FOREIGN KEY (`Country`) REFERENCES `country`(`Country_ID`) +); + + + +CREATE TABLE `team_driver` ( +"Team_ID" int, +"Driver_ID" int, +PRIMARY KEY ("Team_ID","Driver_ID"), +FOREIGN KEY (`Team_ID`) REFERENCES `team`(`Team_ID`), +FOREIGN KEY (`Driver_ID`) REFERENCES `driver`(`Driver_ID`) +); + + +INSERT INTO "team" VALUES (1,"Arrington Racing","Chrysler Imperial","Buddy Arrington","Arrington Racing","Buddy Arrington"); +INSERT INTO "team" VALUES (2,"Benfield Racing","Buick Regal","Joe Ruttman","Levi Garrett","Ron Benfield"); +INSERT INTO "team" VALUES (3,"Blue Max Racing","Pontiac Grand Prix","Tim Richmond","Old Milwaukee","Raymond Beadle"); +INSERT INTO "team" VALUES (4,"Bobby Hawkins Racing","Chevrolet Monte Carlo","David Pearson","Chattanooga Chew","Bobby Hawkins"); +INSERT INTO "team" VALUES (5,"Bud Moore Engineering","Ford Thunderbird","Dale Earnhardt","Wrangler Jeans","Bud Moore"); +INSERT INTO "team" VALUES (6,"Cliff Stewart Racing","Pontiac Grand Prix","Geoff Bodine","Gatorade","Cliff Stewart"); +INSERT INTO "team" VALUES (7,"DiGard Motorsports","Buick Regal","Bobby Allison","Miller American","Bill Gardner"); +INSERT INTO "team" VALUES (8,"Donlavey Racing","Ford Thunderbird","Dick Brooks","Chameleon Sunglasses","Junie Donlavey"); +INSERT INTO "team" VALUES (9,"Ellington Racing","Chevrolet Monte Carlo","Lake Speed","UNO / Bull Frog Knits","Hoss Ellington"); +INSERT INTO "team" VALUES (10,"Hagan Racing","Chevrolet Monte Carlo","Terry Labonte","Budweiser","Billy Hagan"); +INSERT INTO "team" VALUES (11,"Hamby Motorsports","Pontiac Grand Prix","Sterling Marlin (R)","Hesco Exhaust Systems","Roger Hamby"); +INSERT INTO "team" VALUES (12,"Henderson Motorsports","Chevrolet Monte Carlo Buick Regal","Ronnie Hopkins (R)","Food Country USA","Charlie Henderson"); + +INSERT INTO "driver" VALUES (1,"Kasey Kahne",2,23,"9","Dodge","185","334","$530,164"); +INSERT INTO "driver" VALUES (2,"Matt Kenseth",2,21,"17","Ford","175","334","$362,491"); +INSERT INTO "driver" VALUES (3,"Tony Stewart",2,19,"20","Chevrolet","175","334","$286,386"); +INSERT INTO "driver" VALUES (4,"Denny Hamlin *",2,25,"11","Chevrolet","165","334","$208,500"); +INSERT INTO "driver" VALUES (5,"Kevin Li",3,23,"29","Chevrolet","160","334","$204,511"); +INSERT INTO "driver" VALUES (6,"Jeff Chen",3,25,"31","Chevrolet","150","334","$172,220"); +INSERT INTO "driver" VALUES (7,"Scott Riggs",1,22,"10","Dodge","146","334","$133,850"); +INSERT INTO "driver" VALUES (8,"Mali Lu Jr. *",3,29,"1","Chevrolet","147","334","$156,608"); +INSERT INTO "driver" VALUES (9,"Mark Martin",5,21,"6","Ford","143","334","$151,850"); +INSERT INTO "driver" VALUES (10,"Bobby Labonte",4,25,"43","Dodge","134","334","$164,211"); + +INSERT INTO "team_driver" VALUES (1,1); +INSERT INTO "team_driver" VALUES (2,3); +INSERT INTO "team_driver" VALUES (1,5); +INSERT INTO "team_driver" VALUES (5,4); +INSERT INTO "team_driver" VALUES (1,9); +INSERT INTO "team_driver" VALUES (1,10); +INSERT INTO "team_driver" VALUES (10,7); +INSERT INTO "team_driver" VALUES (9,6); +INSERT INTO "team_driver" VALUES (1,2); +INSERT INTO "team_driver" VALUES (1,8); + diff --git a/test_database/car_road_race/car_road_race.sqlite b/test_database/car_road_race/car_road_race.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..793183b50cd74a6b286f84a0287d64a7c46f7325 Binary files /dev/null and b/test_database/car_road_race/car_road_race.sqlite differ diff --git a/test_database/car_road_race/schema.sql b/test_database/car_road_race/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..91d4f6afaf03dd9e4a656588972064b364fced15 --- /dev/null +++ b/test_database/car_road_race/schema.sql @@ -0,0 +1,49 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "driver" ( +"Driver_ID" int, +"Driver_Name" text, +"Entrant" text, +"Constructor" text, +"Chassis" text, +"Engine" text, +"Age" int, +PRIMARY KEY ("Driver_ID") +); + +CREATE TABLE "race" ( +"Road" int, +"Driver_ID" int, +"Race_Name" text, +"Pole_Position" text, +"Fastest_Lap" text, +"Winning_driver" text, +"Winning_team" text, +"Report" text, +PRIMARY KEY ("Road"), +FOREIGN KEY (`Driver_ID`) REFERENCES `driver`(`Driver_ID`) +); + +INSERT INTO "driver" VALUES ("1","Ernst-Günther Burggaller","German Bugatti Team","Bugatti","Bugatti T35B","2.3 L8","18"); +INSERT INTO "driver" VALUES ("2","Hermann zu Leiningen","German Bugatti Team","Bugatti","Bugatti T35C","2.0 L8","20"); +INSERT INTO "driver" VALUES ("3","Heinrich-Joachim von Morgen","German Bugatti Team","Bugatti","Bugatti T35B","2.3 L8","23"); +INSERT INTO "driver" VALUES ("4","Rudolf Caracciola","Private entry","Mercedes-Benz","Mercedes-Benz SSK L","7.1 L6","24"); +INSERT INTO "driver" VALUES ("5","Earl Howe","Private entry","Bugatti","Bugatti T51","2.3 L8","26"); +INSERT INTO "driver" VALUES ("6","Clifton Penn-Hughes","Private entry","Bugatti","Bugatti T35","2.0 L8","21"); +INSERT INTO "driver" VALUES ("7","Henry Birkin","Private entry","Maserati","Maserati 26M","2.5 L8","28"); +INSERT INTO "driver" VALUES ("8","Bernhard Ackerl","Private entry","Bugatti","Bugatti T37","1.5 L4","29"); +INSERT INTO "driver" VALUES ("9","Juan Zanelli","Private entry","Bugatti","Bugatti T35B","2.3 L8","26"); +INSERT INTO "driver" VALUES ("10","Guy Bouriat","Automobiles Ettore Bugatti","Bugatti","Bugatti T51","2.3 L8","28"); +INSERT INTO "driver" VALUES ("11","Louis Chiron","Automobiles Ettore Bugatti","Bugatti","Bugatti T51","2.3 L8","35"); + + + +INSERT INTO "race" VALUES ("2","1","Monterey Festival of Speed","James Hinchcliffe","Douglas Soares","James Hinchcliffe","Forsythe Pettit Racing","Report"); +INSERT INTO "race" VALUES ("3","2","Sommet des Legends","Junior Strous","Junior Strous","Junior Strous","Condor Motorsports","Report"); +INSERT INTO "race" VALUES ("4","1","Rexall Grand Prix of Edmonton - Race 1","James Hinchcliffe","David Garza Pérez","Jonathan Bomarito","Mathiasen Motorsports","Report"); +INSERT INTO "race" VALUES ("5","3","Rexall Grand Prix of Edmonton - Race 2","Carl Skerlong","Carl Skerlong","Jonathan Summerton","Newman Wachs Racing","Report"); +INSERT INTO "race" VALUES ("6","4","Road Race Showcase/Road America - Race 1","Dane Cameron","Tõnis Kasemets","Jonathan Bomarito","Mathiasen Motorsports","Report"); +INSERT INTO "race" VALUES ("7","9","Road Race Showcase/Road America - Race 2","Jonathan Bomarito","Dane Cameron","Jonathan Summerton","Newman Wachs Racing","Report"); +INSERT INTO "race" VALUES ("8","10","Grand Prix de Trois-Rivières","Jonathan Bomarito","Jonathan Summerton","Jonathan Bomarito","Mathiasen Motorsports","Report"); +INSERT INTO "race" VALUES ("9","1","Mazda Formula Zoom Zoom","Carl Skerlong","Carl Skerlong","Carl Skerlong","Pacific Coast Motorsports","Report"); +INSERT INTO "race" VALUES ("10","2","SunRichGourmet.com 1000","Markus Niemelä","Carl Skerlong","Markus Niemelä","Brooks Associates Racing","Report"); diff --git a/test_database/chinook_1/annotation.json b/test_database/chinook_1/annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..0ec79e0fd411208df6b008d159efec071478d00f --- /dev/null +++ b/test_database/chinook_1/annotation.json @@ -0,0 +1,5 @@ +{ + "label_id": null, + "data": [], + "review_id": null +} \ No newline at end of file diff --git a/test_database/chinook_1/chinook_1.sqlite b/test_database/chinook_1/chinook_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..f54cf649badec1535e84409e5e626ee90ed0c6b1 Binary files /dev/null and b/test_database/chinook_1/chinook_1.sqlite differ diff --git a/test_database/cinema/cinema.sqlite b/test_database/cinema/cinema.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..ca06db836453352eff5b01a24da69e49dab05ea9 Binary files /dev/null and b/test_database/cinema/cinema.sqlite differ diff --git a/test_database/cinema/schema.sql b/test_database/cinema/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..29c5a76d9dc26b3b87371d46533c49f790424cb4 --- /dev/null +++ b/test_database/cinema/schema.sql @@ -0,0 +1,60 @@ + +PRAGMA foreign_keys = ON; + + +CREATE TABLE "film" ( +"Film_ID" int, +"Rank_in_series" int, +"Number_in_season" int, +"Title" text, +"Directed_by" text, +"Original_air_date" text, +"Production_code" text, +PRIMARY KEY ("Film_ID") +); + +CREATE TABLE "cinema" ( +"Cinema_ID" int, +"Name" text, +"Openning_year" int, +"Capacity" int, +"Location" text, +PRIMARY KEY ("Cinema_ID")); + +INSERT INTO "film" VALUES (1,"26","1","The Case of the Mystery Weekend","Bill Schreiner","September 21–25, 1992","50021–50025"); +INSERT INTO "film" VALUES (2,"27","2","The Case of the Smart Dummy","Bill Schreiner","September 28–October 2, 1992","50231–50235"); +INSERT INTO "film" VALUES (3,"28","3","The Case: Off the Record","Bill Schreiner","October 5–9, 1992","50011–50015"); +INSERT INTO "film" VALUES (4,"29","4","The Case of the Bermuda Triangle","Jesus Salvador Treviño","October 12–16, 1992","50251–50255"); +INSERT INTO "film" VALUES (5,"30","5","The Case of the Piggy Banker","Bill Schreiner","October 19–23, 1992","50241–50245"); + +INSERT INTO "cinema" VALUES (1,"Codling","2010","1100","County Wicklow"); +INSERT INTO "cinema" VALUES (2,"Carrowleagh","2012","368","County Cork"); +INSERT INTO "cinema" VALUES (3,"Dublin Array","2015","364","County Dublin"); +INSERT INTO "cinema" VALUES (4,"Glenmore","2009","305","County Clare"); +INSERT INTO "cinema" VALUES (5,"Glenough","2010","325","County Tipperary"); +INSERT INTO "cinema" VALUES (6,"Gortahile","2010","208","County Laois"); +INSERT INTO "cinema" VALUES (7,"Grouse Lodge","2011","203","County Tipperary"); +INSERT INTO "cinema" VALUES (8,"Moneypoint","2011","225","County Clare"); +INSERT INTO "cinema" VALUES (9,"Mount Callan","2011","908","County Clare"); +INSERT INTO "cinema" VALUES (10,"Oriel","2013","330","County Louth"); + +CREATE TABLE "schedule" ( +"Cinema_ID" int, +"Film_ID" int, +"Date" text, +"Show_times_per_day" int, +"Price" float, +PRIMARY KEY ("Cinema_ID","Film_ID"), +FOREIGN KEY (`Film_ID`) REFERENCES `film`(`Film_ID`), +FOREIGN KEY (`Cinema_ID`) REFERENCES `cinema`(`Cinema_ID`) +); + + +INSERT INTO "schedule" VALUES (1,1,"21 May",5,12.99); +INSERT INTO "schedule" VALUES (1,2,"21 May",3,12.99); +INSERT INTO "schedule" VALUES (1,3,"21 Jun",2,8.99); +INSERT INTO "schedule" VALUES (2,1,"11 July",5,9.99); +INSERT INTO "schedule" VALUES (6,5,"2 Aug",4,12.99); +INSERT INTO "schedule" VALUES (9,4,"20 May",5,9.99); +INSERT INTO "schedule" VALUES (10,1,"19 May",5,15.99); + diff --git a/test_database/city_record/city_record.sqlite b/test_database/city_record/city_record.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..ee18b99d42aecf224580b7649c59ca89e5993497 Binary files /dev/null and b/test_database/city_record/city_record.sqlite differ diff --git a/test_database/city_record/schema.sql b/test_database/city_record/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..ef467c36037d59326bf0997c66b168ff28e53458 --- /dev/null +++ b/test_database/city_record/schema.sql @@ -0,0 +1,88 @@ +PRAGMA foreign_keys = ON; + + +CREATE TABLE "city" ( +"City_ID" int, +"City" text, +"Hanzi" text, +"Hanyu_Pinyin" text, +"Regional_Population" int, +"GDP" real, +PRIMARY KEY ("City_ID") +); + +CREATE TABLE "match" ( +"Match_ID" int, +"Date" text, +"Venue" text, +"Score" text, +"Result" text, +"Competition" text, +PRIMARY KEY ("Match_ID") +); + + + +CREATE TABLE "temperature" ( +"City_ID" int, +"Jan" real, +"Feb" real, +"Mar" real, +"Apr" real, +"Jun" real, +"Jul" real, +"Aug" real, +"Sep" real, +"Oct" real, +"Nov" real, +"Dec" real, +PRIMARY KEY ("City_ID"), +FOREIGN KEY (`City_ID`) REFERENCES `city`(`City_ID`) +); + +INSERT INTO "city" VALUES (1,"Shanghai","上海","Shànghǎi","23019148","1919.57"); +INSERT INTO "city" VALUES (2,"Nanjing ( Jiangsu )","南京","Nánjīng","8004680","614.55"); +INSERT INTO "city" VALUES (3,"Hangzhou ( Zhejiang )","杭州","Hángzhōu","8700400","701.18"); +INSERT INTO "city" VALUES (4,"Suzhou ( Jiangsu )","苏州/ 蘇州","Sūzhōu","10465994","1071.70"); +INSERT INTO "city" VALUES (5,"Ningbo ( Zhejiang )","宁波/ 寧波","Níngbō","7605689","601.05"); +INSERT INTO "city" VALUES (6,"Wuxi ( Jiangsu )","无锡/ 無錫","Wúxī","6372624","688.02"); +INSERT INTO "city" VALUES (7,"Nantong ( Jiangsu )","南通","Nántōng","7282835","408.02"); +INSERT INTO "city" VALUES (8,"Shaoxing ( Zhejiang )","绍兴/ 紹興","Shàoxīng","4912200","329.12"); +INSERT INTO "city" VALUES (9,"Changzhou ( Jiangsu )","常州","Chángzhōu","4591972","358.04"); +INSERT INTO "city" VALUES (10,"Jinhua ( Zhejiang )","金华/ 金華","Jīnhuá","4614100","244.77"); +INSERT INTO "city" VALUES (11,"Jiaxing ( Zhejiang )","嘉兴/ 嘉興","Jiāxīng","4501700","266.81"); +INSERT INTO "city" VALUES (12,"Taizhou ( Zhejiang )","台州","Tāizhōu","5968800","279.49"); +INSERT INTO "city" VALUES (13,"Yangzhou ( Jiangsu )","扬州/ 揚州","Yángzhōu","4459760","263.03"); + +INSERT INTO "temperature" VALUES (1,17.8,17.8,18.3,18.9,20.0,20.6,20.6,20.6,20.0,19.4,18.3); +INSERT INTO "temperature" VALUES (2,26.1,26.1,26.1,26.1,27.8,27.8,28.3,28.3,28.3,27.2,26.7); +INSERT INTO "temperature" VALUES (3,18.9,18.3,19.4,20.0,22.2,23.3,23.9,23.3,22.8,21.7,20.0); +INSERT INTO "temperature" VALUES (4,26.7,27.2,27.8,28.3,30.6,31.1,31.7,31.7,30.6,28.9,27.8); +INSERT INTO "temperature" VALUES (6,17.2,17.2,18.3,18.9,20.6,21.7,21.7,21.1,20.6,20.0,18.3); +INSERT INTO "temperature" VALUES (10,26.7,27.2,27.8,27.8,30.0,30.6,31.1,31.1,30.6,28.9,27.8); +INSERT INTO "temperature" VALUES (7,18.3,18.9,19.4,20.6,22.8,23.3,23.3,23.3,22.8,21.7,20.0); +INSERT INTO "temperature" VALUES (11,25.6,26.6,26.6,26.1,28.3,28.9,29.4,29.4,28.9,27.2,26.1); + +INSERT INTO "match" VALUES (1,"18 February 1992","Estadio Cuscatlán , San Salvador , El Salvador","1-0","2-0","Friendly match"); +INSERT INTO "match" VALUES (2,"19 July 1992","Estadio Rigoberto López , Managua , Nicaragua","3-0","5-0","1994 FIFA World Cup qualification"); +INSERT INTO "match" VALUES (3,"23 July 1992","Estadio Cuscatlán , San Salvador , El Salvador","1-0","5-1","1994 FIFA World Cup qualification"); +INSERT INTO "match" VALUES (4,"23 July 1992","Estadio Cuscatlán , San Salvador , El Salvador","3-0","5-1","1994 FIFA World Cup qualification"); +INSERT INTO "match" VALUES (5,"4 April 1993","Estadio Cuscatlán , San Salvador , El Salvador","1–0","2–1","1994 FIFA World Cup qualification"); +INSERT INTO "match" VALUES (6,"23 July 2000","Estadio Cuscatlán , San Salvador , El Salvador","2–1","7–1","2002 FIFA World Cup qualification"); + + +CREATE TABLE "hosting_city" ( + "Year" int, + "Match_ID" int, + "Host_City" text, + PRIMARY KEY ("Year"), + FOREIGN KEY (`Host_City`) REFERENCES `city`(`City_ID`), + FOREIGN KEY (`Match_ID`) REFERENCES `match`(`Match_ID`) +); + +INSERT INTO "hosting_city" VALUES ("2008",1,1); +INSERT INTO "hosting_city" VALUES ("2009",2,2); +INSERT INTO "hosting_city" VALUES ("2010",3,2); +INSERT INTO "hosting_city" VALUES ("2011",4,6); +INSERT INTO "hosting_city" VALUES ("2012",5,12); +INSERT INTO "hosting_city" VALUES ("2013",6,11); diff --git a/test_database/club_1/club_1.sqlite b/test_database/club_1/club_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..8f86df601e058bf85614268dcae0ed5f5ed4aee7 Binary files /dev/null and b/test_database/club_1/club_1.sqlite differ diff --git a/test_database/club_1/schema.sql b/test_database/club_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..66d77019cb23e2f692c957684d1bb7e0784c9293 --- /dev/null +++ b/test_database/club_1/schema.sql @@ -0,0 +1,73 @@ +create table Student ( + StuID INTEGER PRIMARY KEY, + LName VARCHAR(12), + Fname VARCHAR(12), + Age INTEGER, + Sex VARCHAR(1), + Major INTEGER, + Advisor INTEGER, + city_code VARCHAR(3) + ); + + +create table Club ( + ClubID INTEGER PRIMARY KEY, + ClubName VARCHAR(40), + ClubDesc VARCHAR(1024), + ClubLocation VARCHAR(40) +); + +create table Member_of_club ( + StuID INTEGER, + ClubID INTEGER, + Position VARCHAR(40), + FOREIGN KEY(StuID) REFERENCES Student(StuID), + FOREIGN KEY(ClubID) REFERENCES Club(ClubID) +); + + +insert into Student values ( 1001, 'Smith', 'Linda', 18, 'F', 600, 1121,'BAL'); + insert into Student values ( 1002, 'Kim', 'Tracy', 19, 'F', 600, 7712,'HKG'); + insert into Student values ( 1003, 'Jones', 'Shiela', 21, 'F', 600, 7792,'WAS'); + insert into Student values ( 1004, 'Kumar', 'Dinesh', 20, 'M', 600, 8423,'CHI'); + insert into Student values ( 1005, 'Gompers', 'Paul', 26, 'M', 600, 1121,'YYZ'); + insert into Student values ( 1006, 'Schultz', 'Andy', 18, 'M', 600, 1148,'BAL'); + insert into Student values ( 1007, 'Apap', 'Lisa', 18, 'F', 600, 8918,'PIT'); + insert into Student values ( 1008, 'Nelson', 'Jandy', 20, 'F', 600, 9172,'BAL'); + insert into Student values ( 1009, 'Tai', 'Eric', 19, 'M', 600, 2192,'YYZ'); + insert into Student values ( 1010, 'Lee', 'Derek', 17, 'M', 600, 2192,'HOU'); + insert into Student values ( 1011, 'Adams', 'David', 22, 'M', 600, 1148,'PHL'); + insert into Student values ( 1012, 'Davis', 'Steven', 20, 'M', 600, 7723,'PIT'); + insert into Student values ( 1014, 'Norris', 'Charles', 18, 'M', 600, 8741, 'DAL'); + insert into Student values ( 1015, 'Lee', 'Susan', 16, 'F', 600, 8721,'HKG'); + insert into Student values ( 1016, 'Schwartz', 'Mark', 17, 'M', 600, 2192,'DET'); + insert into Student values ( 1017, 'Wilson', 'Bruce', 27, 'M', 600, 1148,'LON'); + insert into Student values ( 1018, 'Leighton', 'Michael', 20, 'M', 600, 1121, 'PIT'); + insert into Student values ( 1019, 'Pang', 'Arthur', 18, 'M', 600, 2192,'WAS'); + insert into Student values ( 1020, 'Thornton', 'Ian', 22, 'M', 520, 7271,'NYC'); + insert into Student values ( 1021, 'Andreou', 'George', 19, 'M', 520, 8722, 'NYC'); + insert into Student values ( 1022, 'Woods', 'Michael', 17, 'M', 540, 8722,'PHL'); + insert into Student values ( 1023, 'Shieber', 'David', 20, 'M', 520, 8722,'NYC'); + insert into Student values ( 1024, 'Prater', 'Stacy', 18, 'F', 540, 7271,'BAL'); + insert into Student values ( 1025, 'Goldman', 'Mark', 18, 'M', 520, 7134,'PIT'); + insert into Student values ( 1026, 'Pang', 'Eric', 19, 'M', 520, 7134,'HKG'); + insert into Student values ( 1027, 'Brody', 'Paul', 18, 'M', 520, 8723,'LOS'); + insert into Student values ( 1028, 'Rugh', 'Eric', 20, 'M', 550, 2311,'ROC'); + insert into Student values ( 1029, 'Han', 'Jun', 17, 'M', 100, 2311,'PEK'); + insert into Student values ( 1030, 'Cheng', 'Lisa', 21, 'F', 550, 2311,'SFO'); + insert into Student values ( 1031, 'Smith', 'Sarah', 20, 'F', 550, 8772,'PHL'); + insert into Student values ( 1032, 'Brown', 'Eric', 20, 'M', 550, 8772,'ATL'); + insert into Student values ( 1033, 'Simms', 'William', 18, 'M', 550, 8772,'NAR'); + insert into Student values ( 1034, 'Epp', 'Eric', 18, 'M', 050, 5718,'BOS'); + insert into Student values ( 1035, 'Schmidt', 'Sarah', 26, 'F', 050, 5718,'WAS'); + + +insert into Club values ( 1, 'Bootup Baltimore', 'Refurbish computers; teach kids and adults about computer basics.', 'AKW'); +insert into Club values ( 2, 'Hopkins Student Enterprises', 'Venture capital fund for student business.', 'AKW'); +insert into Club values ( 3, 'Pen and Paper Gaming', 'Play pen and paper games on campus.', 'HHH'); +insert into Club values ( 4, 'Tennis Club', 'A competitive tennis club.', 'AKW'); + +insert into Member_of_club values ( 1001, 1, 'President'); +insert into Member_of_club values ( 1007, 4, 'Vice-President'); +insert into Member_of_club values ( 1008, 2, 'CTO'); +insert into Member_of_club values ( 1010, 1, 'Teaching Coordinator'); diff --git a/test_database/college_2/TextBookExampleSchema.sql b/test_database/college_2/TextBookExampleSchema.sql new file mode 100644 index 0000000000000000000000000000000000000000..5c8d15124eddabb2471c4c661d9459292ee28ebd --- /dev/null +++ b/test_database/college_2/TextBookExampleSchema.sql @@ -0,0 +1,34753 @@ + +create table classroom + (building varchar(15), + room_number varchar(7), + capacity numeric(4,0), + primary key (building, room_number) + ); + +create table department + (dept_name varchar(20), + building varchar(15), + budget numeric(12,2) check (budget > 0), + primary key (dept_name) + ); + +create table course + (course_id varchar(8), + title varchar(50), + dept_name varchar(20) NULL, + credits numeric(2,0) check (credits > 0), + primary key (course_id), + FOREIGN KEY (dept_name) + REFERENCES `department` (dept_name) + ON DELETE SET NULL +-- ON UPDATE NO ACTION +-- foreign key (dept_name) references department +-- on delete set null + ); + +create table instructor + (ID varchar(5), + name varchar(20) not null, + dept_name varchar(20), + salary numeric(8,2) check (salary > 29000), + primary key (ID), + foreign key (dept_name) references department (dept_name) + on delete set null + ); + +create table section + (course_id varchar(8), + sec_id varchar(8), + semester varchar(6) + check (semester in ('Fall', 'Winter', 'Spring', 'Summer')), + year numeric(4,0) check (year > 1701 and year < 2100), + building varchar(15), + room_number varchar(7), + time_slot_id varchar(4), + primary key (course_id, sec_id, semester, year), + foreign key (course_id) references course (course_id) + on delete cascade, + foreign key (building, room_number) references classroom (building, room_number) + on delete set null + ); + +create table teaches + (ID varchar(5), + course_id varchar(8), + sec_id varchar(8), + semester varchar(6), + year numeric(4,0), + primary key (ID, course_id, sec_id, semester, year), + foreign key (course_id,sec_id, semester, year) references section (course_id, sec_id, semester, year) + on delete cascade, + foreign key (ID) references instructor (ID) + on delete cascade + ); + +create table student + (ID varchar(5), + name varchar(20) not null, + dept_name varchar(20), + tot_cred numeric(3,0) check (tot_cred >= 0), + primary key (ID), + foreign key (dept_name) references department (dept_name) + on delete set null + ); + +create table takes + (ID varchar(5), + course_id varchar(8), + sec_id varchar(8), + semester varchar(6), + year numeric(4,0), + grade varchar(2), + primary key (ID, course_id, sec_id, semester, year), + foreign key (course_id,sec_id, semester, year) references section (course_id, sec_id, semester, year) + on delete cascade, + foreign key (ID) references student (ID) + on delete cascade + ); + +create table advisor + (s_ID varchar(5), + i_ID varchar(5), + primary key (s_ID), + foreign key (i_ID) references instructor (ID) + on delete set null, + foreign key (s_ID) references student (ID) + on delete cascade + ); + +create table time_slot + (time_slot_id varchar(4), + day varchar(1), + start_hr numeric(2) check (start_hr >= 0 and start_hr < 24), + start_min numeric(2) check (start_min >= 0 and start_min < 60), + end_hr numeric(2) check (end_hr >= 0 and end_hr < 24), + end_min numeric(2) check (end_min >= 0 and end_min < 60), + primary key (time_slot_id, day, start_hr, start_min) + ); + +create table prereq + (course_id varchar(8), + prereq_id varchar(8), + primary key (course_id, prereq_id), + foreign key (course_id) references course (course_id) + on delete cascade, + foreign key (prereq_id) references course (course_id) + ); + + + delete from prereq; + delete from time_slot; + delete from advisor; + delete from takes; + delete from student; + delete from teaches; + delete from section; + delete from instructor; + delete from course; + delete from department; + delete from classroom; + insert into time_slot values ( 'A', 'M', 8, 0, 8, 50); + insert into time_slot values ( 'A', 'W', 8, 0, 8, 50); + insert into time_slot values ( 'A', 'F', 8, 0, 8, 50); + insert into time_slot values ( 'B', 'M', 9, 0, 9, 50); + insert into time_slot values ( 'B', 'W', 9, 0, 9, 50); + insert into time_slot values ( 'B', 'F', 9, 0, 9, 50); + insert into time_slot values ( 'C', 'M', 11, 0, 11, 50); + insert into time_slot values ( 'C', 'W', 11, 0, 11, 50); + insert into time_slot values ( 'C', 'F', 11, 0, 11, 50); + insert into time_slot values ( 'D', 'M', 13, 0, 13, 50); + insert into time_slot values ( 'D', 'W', 13, 0, 13, 50); + insert into time_slot values ( 'D', 'F', 13, 0, 13, 50); + insert into time_slot values ( 'E', 'T', 10, 30, 11, 45); + insert into time_slot values ( 'E', 'R', 10, 30, 11, 45); + insert into time_slot values ( 'F', 'T', 14, 30, 15, 45); + insert into time_slot values ( 'F', 'R', 14, 30, 15, 45); + insert into time_slot values ( 'G', 'M', 16, 0, 16, 50); + insert into time_slot values ( 'G', 'W', 16, 0, 16, 50); + insert into time_slot values ( 'G', 'F', 16, 0, 16, 50); + insert into time_slot values ( 'H', 'W', 10, 0, 12, 30); + insert into classroom values('Lamberton', 134, 10); + insert into classroom values('Chandler', 375, 10); + insert into classroom values('Fairchild', 145, 27); + insert into classroom values('Nassau', 45, 92); + insert into classroom values('Grace', 40, 34); + insert into classroom values('Whitman', 134, 120); + insert into classroom values('Lamberton', 143, 10); + insert into classroom values('Taylor', 812, 115); + insert into classroom values('Saucon', 113, 109); + insert into classroom values('Painter', 86, 97); + insert into classroom values('Alumni', 547, 26); + insert into classroom values('Alumni', 143, 47); + insert into classroom values('Drown', 757, 18); + insert into classroom values('Saucon', 180, 15); + insert into classroom values('Whitman', 434, 32); + insert into classroom values('Saucon', 844, 24); + insert into classroom values('Bronfman', 700, 12); + insert into classroom values('Polya', 808, 28); + insert into classroom values('Gates', 707, 65); + insert into classroom values('Gates', 314, 10); + insert into classroom values('Main', 45, 30); + insert into classroom values('Taylor', 183, 71); + insert into classroom values('Power', 972, 10); + insert into classroom values('Garfield', 119, 59); + insert into classroom values('Rathbone', 261, 60); + insert into classroom values('Stabler', 105, 113); + insert into classroom values('Power', 717, 12); + insert into classroom values('Main', 425, 22); + insert into classroom values('Lambeau', 348, 51); + insert into classroom values('Chandler', 804, 11); + insert into department values('Civil Eng.', 'Chandler', 255041.46); + insert into department values('Biology', 'Candlestick', 647610.55); + insert into department values('History', 'Taylor', 699140.86); + insert into department values('Physics', 'Wrigley', 942162.76); + insert into department values('Marketing', 'Lambeau', 210627.58); + insert into department values('Pol. Sci.', 'Whitman', 573745.09); + insert into department values('English', 'Palmer', 611042.66); + insert into department values('Accounting', 'Saucon', 441840.92); + insert into department values('Comp. Sci.', 'Lamberton', 106378.69); + insert into department values('Languages', 'Linderman', 601283.60); + insert into department values('Finance', 'Candlestick', 866831.75); + insert into department values('Geology', 'Palmer', 406557.93); + insert into department values('Cybernetics', 'Mercer', 794541.46); + insert into department values('Astronomy', 'Taylor', 617253.94); + insert into department values('Athletics', 'Bronfman', 734550.70); + insert into department values('Statistics', 'Taylor', 395051.74); + insert into department values('Psychology', 'Thompson', 848175.04); + insert into department values('Math', 'Brodhead', 777605.11); + insert into department values('Elec. Eng.', 'Main', 276527.61); + insert into department values('Mech. Eng.', 'Rauch', 520350.65); + insert into course values('787', 'C Programming', 'Mech. Eng.', 4); + insert into course values('238', 'The Music of Donovan', 'Mech. Eng.', 3); + insert into course values('608', 'Electron Microscopy', 'Mech. Eng.', 3); + insert into course values('539', 'International Finance', 'Comp. Sci.', 3); + insert into course values('278', 'Greek Tragedy', 'Statistics', 4); + insert into course values('972', 'Greek Tragedy', 'Psychology', 4); + insert into course values('391', 'Virology', 'Biology', 3); + insert into course values('814', 'Compiler Design', 'Elec. Eng.', 3); + insert into course values('272', 'Geology', 'Mech. Eng.', 3); + insert into course values('612', 'Mobile Computing', 'Physics', 3); + insert into course values('237', 'Surfing', 'Cybernetics', 3); + insert into course values('313', 'International Trade', 'Marketing', 3); + insert into course values('887', 'Latin', 'Mech. Eng.', 3); + insert into course values('328', 'Composition and Literature', 'Cybernetics', 3); + insert into course values('984', 'Music of the 50s', 'History', 3); + insert into course values('241', 'Biostatistics', 'Geology', 3); + insert into course values('338', 'Graph Theory', 'Psychology', 3); + insert into course values('400', 'Visual BASIC', 'Psychology', 4); + insert into course values('760', 'How to Groom your Cat', 'Accounting', 3); + insert into course values('629', 'Finite Element Analysis', 'Cybernetics', 3); + insert into course values('762', 'The Monkeys', 'History', 4); + insert into course values('242', 'Rock and Roll', 'Marketing', 3); + insert into course values('482', 'FOCAL Programming', 'Psychology', 4); + insert into course values('581', 'Calculus', 'Pol. Sci.', 4); + insert into course values('843', 'Environmental Law', 'Math', 4); + insert into course values('679', 'The Beatles', 'Math', 3); + insert into course values('704', 'Marine Mammals', 'Geology', 4); + insert into course values('774', 'Game Programming', 'Cybernetics', 4); + insert into course values('591', 'Shakespeare', 'Pol. Sci.', 4); + insert into course values('319', 'World History', 'Finance', 4); + insert into course values('960', 'Tort Law', 'Civil Eng.', 3); + insert into course values('274', 'Corporate Law', 'Comp. Sci.', 4); + insert into course values('426', 'Video Gaming', 'Finance', 3); + insert into course values('852', 'World History', 'Athletics', 4); + insert into course values('408', 'Bankruptcy', 'Accounting', 3); + insert into course values('808', 'Organic Chemistry', 'English', 4); + insert into course values('902', 'Existentialism', 'Finance', 3); + insert into course values('730', 'Quantum Mechanics', 'Elec. Eng.', 4); + insert into course values('362', 'Embedded Systems', 'Finance', 4); + insert into course values('341', 'Quantum Mechanics', 'Cybernetics', 3); + insert into course values('582', 'Marine Mammals', 'Cybernetics', 3); + insert into course values('867', 'The IBM 360 Architecture', 'History', 3); + insert into course values('169', 'Marine Mammals', 'Elec. Eng.', 3); + insert into course values('680', 'Electricity and Magnetism', 'Civil Eng.', 3); + insert into course values('227', 'Elastic Structures', 'Languages', 4); + insert into course values('991', 'Transaction Processing', 'Psychology', 3); + insert into course values('366', 'Computational Biology', 'English', 3); + insert into course values('376', 'Cost Accounting', 'Physics', 4); + insert into course values('489', 'Journalism', 'Astronomy', 4); + insert into course values('663', 'Geology', 'Psychology', 3); + insert into course values('461', 'Physical Chemistry', 'Math', 3); + insert into course values('105', 'Image Processing', 'Astronomy', 3); + insert into course values('407', 'Industrial Organization', 'Languages', 4); + insert into course values('254', 'Security', 'Cybernetics', 3); + insert into course values('998', 'Immunology', 'Civil Eng.', 4); + insert into course values('457', 'Systems Software', 'History', 3); + insert into course values('401', 'Sanitary Engineering', 'Athletics', 4); + insert into course values('127', 'Thermodynamics', 'Geology', 3); + insert into course values('399', 'RPG Programming', 'Pol. Sci.', 4); + insert into course values('949', 'Japanese', 'Comp. Sci.', 3); + insert into course values('496', 'Aquatic Chemistry', 'Cybernetics', 3); + insert into course values('334', 'International Trade', 'Athletics', 3); + insert into course values('544', 'Differential Geometry', 'Statistics', 3); + insert into course values('451', 'Database System Concepts', 'Pol. Sci.', 4); + insert into course values('190', 'Romantic Literature', 'Civil Eng.', 3); + insert into course values('630', 'Religion', 'English', 3); + insert into course values('761', 'Existentialism', 'Athletics', 3); + insert into course values('804', 'Introduction to Burglary', 'Cybernetics', 4); + insert into course values('781', 'Compiler Design', 'Finance', 4); + insert into course values('805', 'Composition and Literature', 'Statistics', 4); + insert into course values('318', 'Geology', 'Cybernetics', 3); + insert into course values('353', 'Operating Systems', 'Psychology', 3); + insert into course values('394', 'C Programming', 'Athletics', 3); + insert into course values('137', 'Manufacturing', 'Finance', 3); + insert into course values('192', 'Drama', 'Languages', 4); + insert into course values('681', 'Medieval Civilization or Lack Thereof', 'English', 3); + insert into course values('377', 'Differential Geometry', 'Astronomy', 4); + insert into course values('959', 'Bacteriology', 'Physics', 4); + insert into course values('235', 'International Trade', 'Math', 3); + insert into course values('421', 'Aquatic Chemistry', 'Athletics', 4); + insert into course values('647', 'Service-Oriented Architectures', 'Comp. Sci.', 4); + insert into course values('598', 'Number Theory', 'Accounting', 4); + insert into course values('858', 'Sailing', 'Math', 4); + insert into course values('487', 'Physical Chemistry', 'History', 3); + insert into course values('133', 'Antidisestablishmentarianism in Modern America', 'Biology', 4); + insert into course values('267', 'Hydraulics', 'Physics', 4); + insert into course values('200', 'The Music of the Ramones', 'Accounting', 4); + insert into course values('664', 'Elastic Structures', 'English', 3); + insert into course values('599', 'Mechanics', 'Psychology', 4); + insert into course values('456', 'Hebrew', 'Civil Eng.', 3); + insert into course values('558', 'Environmental Law', 'Psychology', 3); + insert into course values('919', 'Computability Theory', 'Math', 3); + insert into course values('546', 'Creative Writing', 'Mech. Eng.', 4); + insert into course values('969', 'The Monkeys', 'Astronomy', 4); + insert into course values('877', 'Composition and Literature', 'Biology', 4); + insert into course values('337', 'Differential Geometry', 'Statistics', 3); + insert into course values('983', 'Virology', 'Languages', 4); + insert into course values('603', 'Care and Feeding of Cats', 'Statistics', 3); + insert into course values('747', 'International Practicum', 'Comp. Sci.', 4); + insert into course values('659', 'Geology', 'Math', 4); + insert into course values('559', 'Martian History', 'Biology', 3); + insert into course values('403', 'Immunology', 'Biology', 3); + insert into course values('436', 'Stream Processing', 'Physics', 4); + insert into course values('656', 'Groups and Rings', 'Civil Eng.', 4); + insert into course values('731', 'The Music of Donovan', 'Physics', 4); + insert into course values('820', 'Assembly Language Programming', 'Cybernetics', 3); + insert into course values('898', 'Petroleum Engineering', 'Marketing', 4); + insert into course values('545', 'International Practicum', 'History', 3); + insert into course values('893', 'Systems Software', 'Cybernetics', 3); + insert into course values('818', 'Environmental Law', 'Astronomy', 4); + insert into course values('618', 'Thermodynamics', 'English', 4); + insert into course values('416', 'Data Mining', 'Accounting', 3); + insert into course values('716', 'Medieval Civilization or Lack Thereof', 'Languages', 4); + insert into course values('130', 'Differential Geometry', 'Physics', 3); + insert into course values('476', 'International Communication', 'Astronomy', 4); + insert into course values('101', 'Diffusion and Phase Transformation', 'Mech. Eng.', 3); + insert into course values('123', 'Differential Equations', 'Mech. Eng.', 3); + insert into course values('209', 'International Trade', 'Cybernetics', 4); + insert into course values('352', 'Compiler Design', 'Psychology', 4); + insert into course values('393', 'Aerodynamics', 'Languages', 3); + insert into course values('795', 'Death and Taxes', 'Marketing', 3); + insert into course values('577', 'The Music of Dave Edmunds', 'Elec. Eng.', 3); + insert into course values('584', 'Computability Theory', 'Comp. Sci.', 3); + insert into course values('864', 'Heat Transfer', 'Geology', 3); + insert into course values('594', 'Cognitive Psychology', 'Finance', 3); + insert into course values('802', 'African History', 'Cybernetics', 3); + insert into course values('692', 'Cat Herding', 'Athletics', 3); + insert into course values('258', 'Colloid and Surface Chemistry', 'Math', 3); + insert into course values('748', 'Tort Law', 'Cybernetics', 4); + insert into course values('770', 'European History', 'Pol. Sci.', 3); + insert into course values('340', 'Corporate Law', 'History', 3); + insert into course values('158', 'Elastic Structures', 'Cybernetics', 3); + insert into course values('276', 'Game Design', 'Comp. Sci.', 4); + insert into course values('626', 'Multimedia Design', 'History', 4); + insert into course values('696', 'Heat Transfer', 'Marketing', 4); + insert into course values('239', 'The Music of the Ramones', 'Physics', 4); + insert into course values('962', 'Animal Behavior', 'Psychology', 3); + insert into course values('527', 'Graphics', 'Finance', 3); + insert into course values('275', 'Romantic Literature', 'Languages', 3); + insert into course values('549', 'Banking and Finance', 'Astronomy', 3); + insert into course values('974', 'Astronautics', 'Accounting', 3); + insert into course values('897', 'How to Succeed in Business Without Really Trying', 'Languages', 4); + insert into course values('359', 'Game Programming', 'Comp. Sci.', 4); + insert into course values('345', 'Race Car Driving', 'Accounting', 4); + insert into course values('371', 'Milton', 'Finance', 3); + insert into course values('284', 'Topology', 'Comp. Sci.', 4); + insert into course values('642', 'Video Gaming', 'Psychology', 3); + insert into course values('769', 'Logic', 'Elec. Eng.', 4); + insert into course values('947', 'Real-Time Database Systems', 'Accounting', 3); + insert into course values('265', 'Thermal Physics', 'Cybernetics', 4); + insert into course values('927', 'Differential Geometry', 'Cybernetics', 4); + insert into course values('694', 'Optics', 'Math', 3); + insert into course values('580', 'The Music of Dave Edmunds', 'Physics', 4); + insert into course values('324', 'Ponzi Schemes', 'Civil Eng.', 3); + insert into course values('349', 'Networking', 'Finance', 4); + insert into course values('392', 'Recursive Function Theory', 'Astronomy', 4); + insert into course values('735', 'Greek Tragedy', 'Geology', 3); + insert into course values('702', 'Arabic', 'Biology', 3); + insert into course values('458', 'The Renaissance', 'Civil Eng.', 4); + insert into course values('348', 'Compiler Design', 'Elec. Eng.', 3); + insert into course values('500', 'Networking', 'Astronomy', 3); + insert into course values('494', 'Automobile Mechanics', 'Pol. Sci.', 4); + insert into course values('411', 'Music of the 80s', 'Mech. Eng.', 4); + insert into course values('493', 'Music of the 50s', 'Geology', 3); + insert into course values('396', 'C Programming', 'Languages', 3); + insert into course values('810', 'Mobile Computing', 'Geology', 3); + insert into course values('631', 'Plasma Physics', 'Elec. Eng.', 4); + insert into course values('486', 'Accounting', 'Geology', 3); + insert into course values('963', 'Groups and Rings', 'Languages', 4); + insert into course values('445', 'Biostatistics', 'Finance', 3); + insert into course values('292', 'Electron Microscopy', 'English', 4); + insert into course values('830', 'Sensor Networks', 'Astronomy', 4); + insert into course values('604', 'UNIX System Programmming', 'Statistics', 4); + insert into course values('857', 'UNIX System Programmming', 'Geology', 4); + insert into course values('304', 'Music 2 New for your Instructor', 'Finance', 4); + insert into course values('922', 'Microeconomics', 'Finance', 4); + insert into course values('571', 'Plastics', 'Comp. Sci.', 4); + insert into course values('628', 'Existentialism', 'Accounting', 3); + insert into course values('841', 'Fractal Geometry', 'Mech. Eng.', 4); + insert into course values('586', 'Image Processing', 'Finance', 4); + insert into course values('139', 'Number Theory', 'English', 4); + insert into course values('666', 'Multivariable Calculus', 'Accounting', 3); + insert into course values('443', 'Journalism', 'Physics', 4); + insert into course values('195', 'Numerical Methods', 'Geology', 4); + insert into course values('634', 'Astronomy', 'Cybernetics', 4); + insert into course values('224', 'International Finance', 'Athletics', 3); + insert into course values('791', 'Operating Systems', 'Marketing', 3); + insert into course values('875', 'Bioinformatics', 'Cybernetics', 3); + insert into course values('958', 'Fiction Writing', 'Mech. Eng.', 3); + insert into course values('415', 'Numerical Methods', 'Biology', 3); + insert into course values('442', 'Strength of Materials', 'Athletics', 3); + insert into course values('468', 'Fractal Geometry', 'Civil Eng.', 4); + insert into course values('270', 'Music of the 90s', 'Math', 4); + insert into course values('966', 'Sanitary Engineering', 'History', 3); + insert into course values('793', 'Decison Support Systems', 'Civil Eng.', 3); + insert into course values('236', 'Design and Analysis of Algorithms', 'Mech. Eng.', 3); + insert into course values('792', 'Image Processing', 'Accounting', 3); + insert into course values('561', 'The Music of Donovan', 'Elec. Eng.', 4); + insert into course values('344', 'Quantum Mechanics', 'Accounting', 4); + insert into course values('780', 'Geology', 'Psychology', 3); + insert into instructor values('63395', 'McKinnon', 'Cybernetics', 94333.99); + insert into instructor values('78699', 'Pingr', 'Statistics', 59303.62); + insert into instructor values('96895', 'Mird', 'Marketing', 119921.41); + insert into instructor values('4233', 'Luo', 'English', 88791.45); + insert into instructor values('4034', 'Murata', 'Athletics', 61387.56); + insert into instructor values('50885', 'Konstantinides', 'Languages', 32570.50); + insert into instructor values('79653', 'Levine', 'Elec. Eng.', 89805.83); + insert into instructor values('50330', 'Shuming', 'Physics', 108011.81); + insert into instructor values('80759', 'Queiroz', 'Biology', 45538.32); + insert into instructor values('73623', 'Sullivan', 'Elec. Eng.', 90038.09); + insert into instructor values('97302', 'Bertolino', 'Mech. Eng.', 51647.57); + insert into instructor values('57180', 'Hau', 'Accounting', 43966.29); + insert into instructor values('74420', 'Voronina', 'Physics', 121141.99); + insert into instructor values('35579', 'Soisalon-Soininen', 'Psychology', 62579.61); + insert into instructor values('31955', 'Moreira', 'Accounting', 71351.42); + insert into instructor values('37687', 'Arias', 'Statistics', 104563.38); + insert into instructor values('6569', 'Mingoz', 'Finance', 105311.38); + insert into instructor values('16807', 'Yazdi', 'Athletics', 98333.65); + insert into instructor values('14365', 'Lembr', 'Accounting', 32241.56); + insert into instructor values('90643', 'Choll', 'Statistics', 57807.09); + insert into instructor values('81991', 'Valtchev', 'Biology', 77036.18); + insert into instructor values('95030', 'Arinb', 'Statistics', 54805.11); + insert into instructor values('15347', 'Bawa', 'Athletics', 72140.88); + insert into instructor values('74426', 'Kenje', 'Marketing', 106554.73); + insert into instructor values('42782', 'Vicentino', 'Elec. Eng.', 34272.67); + insert into instructor values('58558', 'Dusserre', 'Marketing', 66143.25); + insert into instructor values('63287', 'Jaekel', 'Athletics', 103146.87); + insert into instructor values('59795', 'Desyl', 'Languages', 48803.38); + insert into instructor values('22591', 'DAgostino', 'Psychology', 59706.49); + insert into instructor values('48570', 'Sarkar', 'Pol. Sci.', 87549.80); + insert into instructor values('79081', 'Ullman ', 'Accounting', 47307.10); + insert into instructor values('52647', 'Bancilhon', 'Pol. Sci.', 87958.01); + insert into instructor values('25946', 'Liley', 'Languages', 90891.69); + insert into instructor values('36897', 'Morris', 'Marketing', 43770.36); + insert into instructor values('72553', 'Yin', 'English', 46397.59); + insert into instructor values('3199', 'Gustafsson', 'Elec. Eng.', 82534.37); + insert into instructor values('34175', 'Bondi', 'Comp. Sci.', 115469.11); + insert into instructor values('48507', 'Lent', 'Mech. Eng.', 107978.47); + insert into instructor values('65931', 'Pimenta', 'Cybernetics', 79866.95); + insert into instructor values('3335', 'Bourrier', 'Comp. Sci.', 80797.83); + insert into instructor values('64871', 'Gutierrez', 'Statistics', 45310.53); + insert into instructor values('95709', 'Sakurai', 'English', 118143.98); + insert into instructor values('43779', 'Romero', 'Astronomy', 79070.08); + insert into instructor values('77346', 'Mahmoud', 'Geology', 99382.59); + insert into instructor values('28097', 'Kean', 'English', 35023.18); + insert into instructor values('90376', 'Bietzk', 'Cybernetics', 117836.50); + insert into instructor values('28400', 'Atanassov', 'Statistics', 84982.92); + insert into instructor values('41930', 'Tung', 'Athletics', 50482.03); + insert into instructor values('19368', 'Wieland', 'Pol. Sci.', 124651.41); + insert into instructor values('99052', 'Dale', 'Cybernetics', 93348.83); + insert into section values('313', '1', 'Fall', 2010, 'Chandler', '804', 'N'); + insert into section values('747', '1', 'Spring', 2004, 'Gates', '314', 'K'); + insert into section values('443', '1', 'Spring', 2010, 'Whitman', '434', 'O'); + insert into section values('893', '1', 'Fall', 2007, 'Fairchild', '145', 'B'); + insert into section values('663', '1', 'Spring', 2005, 'Fairchild', '145', 'D'); + insert into section values('457', '1', 'Spring', 2001, 'Saucon', '844', 'D'); + insert into section values('445', '1', 'Spring', 2001, 'Alumni', '547', 'J'); + insert into section values('559', '1', 'Fall', 2002, 'Lamberton', '134', 'J'); + insert into section values('239', '1', 'Fall', 2006, 'Taylor', '183', 'C'); + insert into section values('802', '1', 'Spring', 2003, 'Saucon', '113', 'J'); + insert into section values('158', '1', 'Fall', 2008, 'Whitman', '434', 'F'); + insert into section values('735', '1', 'Spring', 2003, 'Drown', '757', 'D'); + insert into section values('237', '1', 'Spring', 2008, 'Power', '717', 'D'); + insert into section values('338', '1', 'Spring', 2007, 'Fairchild', '145', 'G'); + insert into section values('376', '1', 'Fall', 2006, 'Power', '717', 'K'); + insert into section values('927', '1', 'Fall', 2002, 'Saucon', '180', 'F'); + insert into section values('692', '1', 'Spring', 2010, 'Taylor', '183', 'I'); + insert into section values('867', '1', 'Fall', 2006, 'Taylor', '183', 'E'); + insert into section values('561', '1', 'Fall', 2006, 'Main', '45', 'L'); + insert into section values('604', '1', 'Spring', 2009, 'Bronfman', '700', 'N'); + insert into section values('974', '1', 'Fall', 2003, 'Polya', '808', 'H'); + insert into section values('959', '1', 'Fall', 2006, 'Saucon', '180', 'M'); + insert into section values('702', '1', 'Spring', 2001, 'Saucon', '113', 'O'); + insert into section values('631', '1', 'Spring', 2007, 'Taylor', '183', 'E'); + insert into section values('334', '1', 'Fall', 2009, 'Taylor', '812', 'O'); + insert into section values('274', '1', 'Fall', 2002, 'Main', '425', 'N'); + insert into section values('366', '1', 'Fall', 2005, 'Saucon', '844', 'O'); + insert into section values('545', '1', 'Fall', 2001, 'Saucon', '180', 'P'); + insert into section values('486', '1', 'Fall', 2009, 'Whitman', '134', 'K'); + insert into section values('426', '1', 'Spring', 2006, 'Lamberton', '134', 'G'); + insert into section values('258', '1', 'Fall', 2007, 'Main', '45', 'K'); + insert into section values('972', '1', 'Spring', 2009, 'Taylor', '183', 'J'); + insert into section values('349', '1', 'Spring', 2008, 'Saucon', '113', 'K'); + insert into section values('415', '1', 'Fall', 2010, 'Lamberton', '134', 'D'); + insert into section values('137', '1', 'Spring', 2002, 'Fairchild', '145', 'I'); + insert into section values('304', '1', 'Fall', 2009, 'Lamberton', '143', 'H'); + insert into section values('468', '1', 'Fall', 2005, 'Lambeau', '348', 'J'); + insert into section values('748', '1', 'Fall', 2003, 'Saucon', '180', 'L'); + insert into section values('694', '1', 'Fall', 2002, 'Alumni', '143', 'O'); + insert into section values('345', '1', 'Spring', 2008, 'Taylor', '183', 'A'); + insert into section values('352', '1', 'Spring', 2006, 'Lambeau', '348', 'M'); + insert into section values('581', '1', 'Spring', 2005, 'Alumni', '547', 'G'); + insert into section values('493', '1', 'Spring', 2010, 'Lamberton', '134', 'H'); + insert into section values('795', '1', 'Spring', 2004, 'Lamberton', '143', 'D'); + insert into section values('793', '1', 'Spring', 2002, 'Nassau', '45', 'F'); + insert into section values('237', '2', 'Fall', 2009, 'Fairchild', '145', 'J'); + insert into section values('362', '1', 'Fall', 2005, 'Lamberton', '143', 'I'); + insert into section values('642', '1', 'Fall', 2004, 'Saucon', '113', 'D'); + insert into section values('808', '1', 'Fall', 2003, 'Polya', '808', 'M'); + insert into section values('679', '1', 'Spring', 2010, 'Saucon', '844', 'D'); + insert into section values('629', '1', 'Spring', 2003, 'Stabler', '105', 'F'); + insert into section values('400', '1', 'Spring', 2007, 'Lambeau', '348', 'M'); + insert into section values('599', '1', 'Spring', 2003, 'Chandler', '804', 'D'); + insert into section values('760', '1', 'Spring', 2004, 'Garfield', '119', 'A'); + insert into section values('843', '1', 'Fall', 2010, 'Fairchild', '145', 'J'); + insert into section values('200', '1', 'Spring', 2007, 'Saucon', '180', 'D'); + insert into section values('443', '2', 'Spring', 2002, 'Gates', '707', 'K'); + insert into section values('612', '1', 'Fall', 2007, 'Lamberton', '143', 'G'); + insert into section values('169', '1', 'Spring', 2007, 'Gates', '314', 'A'); + insert into section values('791', '1', 'Spring', 2006, 'Polya', '808', 'H'); + insert into section values('867', '2', 'Fall', 2010, 'Lamberton', '134', 'M'); + insert into section values('489', '1', 'Fall', 2007, 'Lamberton', '143', 'D'); + insert into section values('158', '2', 'Spring', 2008, 'Taylor', '812', 'D'); + insert into section values('242', '1', 'Fall', 2009, 'Fairchild', '145', 'C'); + insert into section values('960', '1', 'Fall', 2009, 'Lamberton', '134', 'J'); + insert into section values('421', '1', 'Fall', 2004, 'Gates', '707', 'E'); + insert into section values('105', '1', 'Fall', 2009, 'Chandler', '375', 'C'); + insert into section values('591', '1', 'Spring', 2005, 'Saucon', '180', 'F'); + insert into section values('192', '1', 'Fall', 2002, 'Polya', '808', 'B'); + insert into section values('362', '2', 'Fall', 2006, 'Alumni', '547', 'A'); + insert into section values('270', '1', 'Spring', 2010, 'Power', '717', 'M'); + insert into section values('461', '1', 'Fall', 2002, 'Main', '425', 'P'); + insert into section values('704', '1', 'Spring', 2008, 'Taylor', '812', 'E'); + insert into section values('626', '1', 'Fall', 2006, 'Lamberton', '143', 'B'); + insert into section values('105', '2', 'Fall', 2002, 'Taylor', '183', 'C'); + insert into section values('696', '1', 'Spring', 2002, 'Saucon', '180', 'E'); + insert into section values('962', '1', 'Spring', 2008, 'Nassau', '45', 'L'); + insert into section values('362', '3', 'Spring', 2008, 'Bronfman', '700', 'L'); + insert into section values('852', '1', 'Spring', 2008, 'Gates', '707', 'F'); + insert into section values('949', '1', 'Fall', 2007, 'Saucon', '180', 'B'); + insert into section values('482', '1', 'Fall', 2005, 'Whitman', '434', 'H'); + insert into section values('527', '1', 'Fall', 2004, 'Saucon', '113', 'M'); + insert into section values('476', '1', 'Fall', 2010, 'Drown', '757', 'C'); + insert into section values('991', '1', 'Spring', 2008, 'Lamberton', '134', 'J'); + insert into section values('408', '1', 'Spring', 2007, 'Taylor', '812', 'C'); + insert into section values('319', '1', 'Spring', 2003, 'Rathbone', '261', 'E'); + insert into section values('400', '2', 'Fall', 2003, 'Main', '425', 'O'); + insert into section values('401', '1', 'Fall', 2003, 'Saucon', '180', 'A'); + insert into section values('960', '2', 'Fall', 2006, 'Power', '717', 'M'); + insert into section values('571', '1', 'Spring', 2004, 'Power', '972', 'I'); + insert into section values('468', '2', 'Fall', 2007, 'Power', '717', 'L'); + insert into section values('735', '2', 'Spring', 2010, 'Taylor', '183', 'D'); + insert into section values('169', '2', 'Fall', 2002, 'Drown', '757', 'L'); + insert into section values('496', '1', 'Fall', 2001, 'Taylor', '812', 'I'); + insert into section values('200', '2', 'Fall', 2002, 'Chandler', '375', 'D'); + insert into section values('875', '1', 'Spring', 2005, 'Power', '717', 'P'); + insert into section values('603', '1', 'Fall', 2003, 'Taylor', '812', 'P'); + insert into section values('408', '2', 'Spring', 2003, 'Taylor', '183', 'J'); + insert into section values('338', '2', 'Spring', 2006, 'Stabler', '105', 'J'); + insert into section values('864', '1', 'Spring', 2006, 'Power', '972', 'D'); + insert into teaches values('34175', '747', '1', 'Spring', 2004); + insert into teaches values('3199', '169', '1', 'Spring', 2007); + insert into teaches values('6569', '445', '1', 'Spring', 2001); + insert into teaches values('28097', '808', '1', 'Fall', 2003); + insert into teaches values('22591', '962', '1', 'Spring', 2008); + insert into teaches values('90376', '158', '1', 'Fall', 2008); + insert into teaches values('3199', '561', '1', 'Fall', 2006); + insert into teaches values('34175', '274', '1', 'Fall', 2002); + insert into teaches values('34175', '571', '1', 'Spring', 2004); + insert into teaches values('79081', '345', '1', 'Spring', 2008); + insert into teaches values('80759', '559', '1', 'Fall', 2002); + insert into teaches values('22591', '991', '1', 'Spring', 2008); + insert into teaches values('22591', '400', '2', 'Fall', 2003); + insert into teaches values('74420', '376', '1', 'Fall', 2006); + insert into teaches values('73623', '694', '1', 'Fall', 2002); + insert into teaches values('6569', '137', '1', 'Spring', 2002); + insert into teaches values('95709', '270', '1', 'Spring', 2010); + insert into teaches values('36897', '795', '1', 'Spring', 2004); + insert into teaches values('74420', '443', '2', 'Spring', 2002); + insert into teaches values('77346', '486', '1', 'Fall', 2009); + insert into teaches values('79081', '408', '1', 'Spring', 2007); + insert into teaches values('6569', '362', '3', 'Spring', 2008); + insert into teaches values('6569', '527', '1', 'Fall', 2004); + insert into teaches values('41930', '401', '1', 'Fall', 2003); + insert into teaches values('79081', '408', '2', 'Spring', 2003); + insert into teaches values('77346', '493', '1', 'Spring', 2010); + insert into teaches values('4233', '679', '1', 'Spring', 2010); + insert into teaches values('99052', '237', '2', 'Fall', 2009); + insert into teaches values('95709', '258', '1', 'Fall', 2007); + insert into teaches values('63287', '334', '1', 'Fall', 2009); + insert into teaches values('28097', '366', '1', 'Fall', 2005); + insert into teaches values('19368', '581', '1', 'Spring', 2005); + insert into teaches values('42782', '793', '1', 'Spring', 2002); + insert into teaches values('74420', '959', '1', 'Fall', 2006); + insert into teaches values('41930', '421', '1', 'Fall', 2004); + insert into teaches values('6569', '426', '1', 'Spring', 2006); + insert into teaches values('6569', '362', '2', 'Fall', 2006); + insert into teaches values('77346', '864', '1', 'Spring', 2006); + insert into teaches values('3335', '960', '1', 'Fall', 2009); + insert into teaches values('43779', '105', '1', 'Fall', 2009); + insert into teaches values('48507', '626', '1', 'Fall', 2006); + insert into teaches values('99052', '893', '1', 'Fall', 2007); + insert into teaches values('22591', '663', '1', 'Spring', 2005); + insert into teaches values('25946', '192', '1', 'Fall', 2002); + insert into teaches values('6569', '349', '1', 'Spring', 2008); + insert into teaches values('99052', '237', '1', 'Spring', 2008); + insert into teaches values('22591', '972', '1', 'Spring', 2009); + insert into teaches values('77346', '704', '1', 'Spring', 2008); + insert into teaches values('36897', '242', '1', 'Fall', 2009); + insert into teaches values('99052', '158', '2', 'Spring', 2008); + insert into teaches values('19368', '545', '1', 'Fall', 2001); + insert into teaches values('36897', '791', '1', 'Spring', 2006); + insert into teaches values('22591', '642', '1', 'Fall', 2004); + insert into teaches values('95709', '468', '1', 'Fall', 2005); + insert into teaches values('3335', '949', '1', 'Fall', 2007); + insert into teaches values('99052', '748', '1', 'Fall', 2003); + insert into teaches values('43779', '489', '1', 'Fall', 2007); + insert into teaches values('28400', '603', '1', 'Fall', 2003); + insert into teaches values('81991', '415', '1', 'Fall', 2010); + insert into teaches values('48570', '867', '2', 'Fall', 2010); + insert into teaches values('3199', '631', '1', 'Spring', 2007); + insert into teaches values('74420', '443', '1', 'Spring', 2010); + insert into teaches values('81991', '702', '1', 'Spring', 2001); + insert into teaches values('14365', '843', '1', 'Fall', 2010); + insert into teaches values('74420', '612', '1', 'Fall', 2007); + insert into teaches values('99052', '629', '1', 'Spring', 2003); + insert into teaches values('43779', '105', '2', 'Fall', 2002); + insert into teaches values('79081', '200', '2', 'Fall', 2002); + insert into teaches values('99052', '496', '1', 'Fall', 2001); + insert into teaches values('50330', '468', '2', 'Fall', 2007); + insert into teaches values('36897', '696', '1', 'Spring', 2002); + insert into teaches values('77346', '735', '1', 'Spring', 2003); + insert into teaches values('14365', '200', '1', 'Spring', 2007); + insert into teaches values('90643', '461', '1', 'Fall', 2002); + insert into teaches values('77346', '735', '2', 'Spring', 2010); + insert into teaches values('6569', '362', '1', 'Fall', 2005); + insert into teaches values('43779', '476', '1', 'Fall', 2010); + insert into teaches values('74420', '239', '1', 'Fall', 2006); + insert into teaches values('6569', '304', '1', 'Fall', 2009); + insert into teaches values('22591', '599', '1', 'Spring', 2003); + insert into teaches values('63287', '852', '1', 'Spring', 2008); + insert into teaches values('79081', '760', '1', 'Spring', 2004); + insert into teaches values('19368', '591', '1', 'Spring', 2005); + insert into teaches values('3199', '169', '2', 'Fall', 2002); + insert into teaches values('36897', '313', '1', 'Fall', 2010); + insert into teaches values('41930', '692', '1', 'Spring', 2010); + insert into teaches values('22591', '867', '1', 'Fall', 2006); + insert into teaches values('22591', '482', '1', 'Fall', 2005); + insert into teaches values('15347', '457', '1', 'Spring', 2001); + insert into teaches values('99052', '802', '1', 'Spring', 2003); + insert into teaches values('22591', '338', '1', 'Spring', 2007); + insert into teaches values('22591', '352', '1', 'Spring', 2006); + insert into teaches values('22591', '338', '2', 'Spring', 2006); + insert into teaches values('95709', '960', '2', 'Fall', 2006); + insert into teaches values('65931', '875', '1', 'Spring', 2005); + insert into teaches values('22591', '400', '1', 'Spring', 2007); + insert into teaches values('99052', '927', '1', 'Fall', 2002); + insert into teaches values('79081', '974', '1', 'Fall', 2003); + insert into teaches values('28400', '604', '1', 'Spring', 2009); + insert into teaches values('6569', '319', '1', 'Spring', 2003); + insert into student values('24746', 'Schrefl', 'History', 4); + insert into student values('79352', 'Rumat', 'Finance', 100); + insert into student values('76672', 'Miliko', 'Statistics', 116); + insert into student values('14182', 'Moszkowski', 'Civil Eng.', 73); + insert into student values('44985', 'Prieto', 'Biology', 91); + insert into student values('96052', 'Marcol', 'Cybernetics', 15); + insert into student values('35175', 'Quimby', 'History', 4); + insert into student values('44271', 'Sowerby', 'English', 108); + insert into student values('40897', 'Coppens', 'Math', 58); + insert into student values('92839', 'Cirsto', 'Math', 115); + insert into student values('79329', 'Velikovs', 'Marketing', 110); + insert into student values('97101', 'Marek', 'Psychology', 53); + insert into student values('24865', 'Tran-', 'Marketing', 116); + insert into student values('36052', 'Guerra', 'Elec. Eng.', 59); + insert into student values('98940', 'Hawthorne', 'Marketing', 78); + insert into student values('21395', 'Leuen', 'Math', 43); + insert into student values('55859', 'Eguchi', 'Astronomy', 14); + insert into student values('74016', 'Moei', 'Elec. Eng.', 15); + insert into student values('93061', 'Alfaro', 'Elec. Eng.', 69); + insert into student values('94998', 'Krishnakumar', 'Physics', 81); + insert into student values('30772', 'Inoue', 'Math', 18); + insert into student values('1968', 'Sahm', 'Finance', 4); + insert into student values('90567', 'Tomason', 'Pol. Sci.', 118); + insert into student values('49611', 'Karande', 'Astronomy', 57); + insert into student values('81538', 'Wunderli', 'Languages', 117); + insert into student values('68999', 'Greve', 'Psychology', 113); + insert into student values('74639', 'Cerime', 'Accounting', 35); + insert into student values('66054', 'Crick', 'Comp. Sci.', 86); + insert into student values('792', 'Hashimoto', 'Athletics', 102); + insert into student values('60267', 'Dage', 'Physics', 7); + insert into student values('17769', 'Pearlman', 'Biology', 45); + insert into student values('39580', 'Macias', 'Psychology', 128); + insert into student values('89106', 'Dawson', 'Mech. Eng.', 88); + insert into student values('37856', 'Gay', 'Statistics', 92); + insert into student values('58307', 'Tiamp', 'Pol. Sci.', 63); + insert into student values('57985', 'Weller', 'Geology', 45); + insert into student values('72014', 'Kee', 'Languages', 57); + insert into student values('2795', 'Milner', 'Finance', 8); + insert into student values('89000', 'Guthk', 'Finance', 80); + insert into student values('46442', 'Kagd', 'Cybernetics', 61); + insert into student values('60040', 'Samel', 'Math', 100); + insert into student values('19791', 'Vanrell', 'Comp. Sci.', 61); + insert into student values('4582', 'Zaniolo', 'Math', 0); + insert into student values('108', 'Dhav', 'Biology', 80); + insert into student values('1533', 'She', 'Statistics', 29); + insert into student values('7123', 'Holn', 'Math', 27); + insert into student values('44584', 'Agar', 'Geology', 58); + insert into student values('32954', 'Curutchet', 'Languages', 121); + insert into student values('98056', 'Di', 'Civil Eng.', 81); + insert into student values('76953', 'Lemoine', 'Athletics', 60); + insert into student values('81884', 'Kereth', 'Accounting', 96); + insert into student values('22057', 'Cal', 'Cybernetics', 20); + insert into student values('21126', 'McCarter', 'Cybernetics', 38); + insert into student values('82918', 'Yemini', 'Statistics', 43); + insert into student values('4173', 'Erol', 'Statistics', 21); + insert into student values('83022', 'Chyr', 'Math', 10); + insert into student values('25525', 'Moreira', 'Comp. Sci.', 107); + insert into student values('75040', 'Kruglyak', 'Pol. Sci.', 99); + insert into student values('31624', 'Keuk', 'Geology', 107); + insert into student values('64893', 'Katzenb', 'Statistics', 78); + insert into student values('59920', 'Dano', 'Civil Eng.', 16); + insert into student values('38602', 'Torres', 'Cybernetics', 108); + insert into student values('21401', 'Garze', 'Physics', 92); + insert into student values('93004', 'Gibbs', 'Finance', 129); + insert into student values('38899', 'Murphy', 'Marketing', 30); + insert into student values('75241', 'Hughes', 'Languages', 79); + insert into student values('98830', 'Frolova', 'Comp. Sci.', 13); + insert into student values('37101', 'Falconer', 'Physics', 78); + insert into student values('4508', 'Cochran', 'English', 127); + insert into student values('32130', 'Bannac', 'Biology', 56); + insert into student values('56755', 'Paul', 'Mech. Eng.', 62); + insert into student values('11510', 'Rakoj', 'Mech. Eng.', 37); + insert into student values('3335', 'Otterm', 'Finance', 73); + insert into student values('61081', 'Bai', 'Geology', 100); + insert into student values('33651', 'Seike', 'Geology', 2); + insert into student values('8251', 'Kite', 'History', 47); + insert into student values('10705', 'Terauchi', 'Physics', 48); + insert into student values('64082', 'Boyle', 'Languages', 87); + insert into student values('59517', 'Harrison', 'Elec. Eng.', 81); + insert into student values('91569', 'Pavlovico', 'Marketing', 90); + insert into student values('88085', 'Bouamama', 'Comp. Sci.', 8); + insert into student values('96722', 'Liley', 'English', 34); + insert into student values('36379', 'Triebel', 'Comp. Sci.', 115); + insert into student values('69581', 'Prabhakaran', 'Statistics', 26); + insert into student values('65329', 'Benson', 'Mech. Eng.', 63); + insert into student values('49214', 'Vogel', 'Psychology', 46); + insert into student values('64155', 'Midu', 'Languages', 33); + insert into student values('58594', 'Ivanov', 'Finance', 11); + insert into student values('71904', 'Boldin', 'Mech. Eng.', 89); + insert into student values('69241', 'Kannan', 'Athletics', 99); + insert into student values('58889', 'Collet', 'Geology', 76); + insert into student values('30341', 'Anse', 'History', 58); + insert into student values('70688', 'Ishihara', 'Elec. Eng.', 86); + insert into student values('81258', 'Nirenbu', 'History', 102); + insert into student values('63090', 'Hoov', 'Math', 118); + insert into student values('70572', 'Andrews', 'Psychology', 7); + insert into student values('58413', 'Xiong', 'Athletics', 27); + insert into student values('93171', 'Carey', 'Marketing', 56); + insert into student values('35138', 'Corbac', 'Mech. Eng.', 86); + insert into student values('77289', 'Kok', 'Geology', 57); + insert into student values('93571', 'Kato', 'Psychology', 0); + insert into student values('14554', 'Ramadan', 'Psychology', 96); + insert into student values('46725', 'Richi', 'Statistics', 18); + insert into student values('99730', 'Courtney', 'English', 99); + insert into student values('10527', 'Kieras', 'Physics', 128); + insert into student values('898', 'Heilprin', 'Accounting', 88); + insert into student values('64297', 'Desp', 'Athletics', 95); + insert into student values('10204', 'Mediratta', 'Geology', 112); + insert into student values('36926', 'Kamae', 'Civil Eng.', 87); + insert into student values('49618', 'Stone', 'Languages', 60); + insert into student values('34329', 'Malcher', 'English', 32); + insert into student values('84410', 'Bae', 'Psychology', 71); + insert into student values('29435', 'Siddiqi', 'Psychology', 86); + insert into student values('62636', 'Soni', 'Geology', 4); + insert into student values('8483', 'Luk', 'Elec. Eng.', 53); + insert into student values('2177', 'Cheah', 'Astronomy', 15); + insert into student values('43348', 'Venturini', 'Mech. Eng.', 94); + insert into student values('37430', 'Norman', 'Languages', 35); + insert into student values('37586', 'Valtchev', 'Biology', 19); + insert into student values('55238', 'Thadani', 'Physics', 75); + insert into student values('34404', 'Fries', 'History', 48); + insert into student values('59539', 'Madden', 'Civil Eng.', 4); + insert into student values('43123', 'Shim', 'Geology', 69); + insert into student values('19582', 'Canas', 'Finance', 7); + insert into student values('88553', 'Levine', 'Pol. Sci.', 51); + insert into student values('5898', 'Dahl', 'Languages', 28); + insert into student values('2419', 'Hirakuri', 'Mech. Eng.', 49); + insert into student values('31516', 'Hassine', 'Elec. Eng.', 49); + insert into student values('3487', 'Deshpande', 'Languages', 6); + insert into student values('66269', 'Hsueh', 'Accounting', 43); + insert into student values('54622', 'Yu', 'Statistics', 107); + insert into student values('19638', 'Dawson', 'Cybernetics', 107); + insert into student values('88418', 'Slaw', 'Elec. Eng.', 112); + insert into student values('86802', 'Hameed', 'Mech. Eng.', 47); + insert into student values('63361', 'Djurd', 'Languages', 36); + insert into student values('6367', 'Doisy', 'Pol. Sci.', 66); + insert into student values('84239', 'Jordan', 'Languages', 20); + insert into student values('4940', 'Rhyne', 'Mech. Eng.', 102); + insert into student values('90663', 'Sram', 'Comp. Sci.', 119); + insert into student values('38476', 'Rzecz', 'Pol. Sci.', 129); + insert into student values('96003', 'Nakajima', 'Astronomy', 95); + insert into student values('64914', 'Lembr', 'Finance', 17); + insert into student values('41599', 'Meneses', 'Geology', 40); + insert into student values('22226', 'Kinney', 'Biology', 116); + insert into student values('96153', 'Sawah', 'Pol. Sci.', 67); + insert into student values('44998', 'Borrus', 'Civil Eng.', 79); + insert into student values('74163', 'Chettao', 'Marketing', 115); + insert into student values('75046', 'Hamagi', 'Marketing', 101); + insert into student values('97679', 'Sacchi', 'Psychology', 102); + insert into student values('94894', 'Kozlov', 'Accounting', 27); + insert into student values('44881', 'Harshman', 'Cybernetics', 59); + insert into student values('98619', 'Nagaraj', 'Civil Eng.', 61); + insert into student values('86753', 'Leister', 'History', 81); + insert into student values('87054', 'Dietzsch', 'Statistics', 91); + insert into student values('39046', 'Narasimhamu', 'Math', 121); + insert into student values('29031', 'Berthold', 'English', 85); + insert into student values('97355', 'Ratcliff', 'Languages', 60); + insert into student values('24010', 'Brookh', 'Comp. Sci.', 65); + insert into student values('21789', 'Bates', 'History', 118); + insert into student values('52157', 'Nagle', 'Astronomy', 52); + insert into student values('64938', 'Kaep', 'Civil Eng.', 126); + insert into student values('94535', 'Nishida', 'History', 127); + insert into student values('58595', 'Cronin', 'Physics', 100); + insert into student values('72979', 'Guix', 'Astronomy', 117); + insert into student values('32506', 'Suzuki', 'Astronomy', 86); + insert into student values('31690', 'Bondi', 'Comp. Sci.', 110); + insert into student values('87044', 'McDonald', 'Accounting', 87); + insert into student values('34236', 'Maalej', 'Math', 80); + insert into student values('18808', 'Snif', 'Mech. Eng.', 116); + insert into student values('91063', 'Dair', 'Civil Eng.', 105); + insert into student values('48462', 'Wolf', 'Civil Eng.', 19); + insert into student values('41965', 'Boden', 'Cybernetics', 87); + insert into student values('31137', 'Porter', 'Statistics', 36); + insert into student values('7602', 'Ingram', 'Geology', 71); + insert into student values('84845', 'Zuo', 'Comp. Sci.', 81); + insert into student values('28252', 'Pfister', 'Finance', 6); + insert into student values('10736', 'Veselovsky', 'Elec. Eng.', 62); + insert into student values('58465', 'Romeo', 'Elec. Eng.', 76); + insert into student values('64140', 'Tiroz', 'Athletics', 118); + insert into student values('6523', 'Karlsson', 'Civil Eng.', 1); + insert into student values('64067', 'Mennif', 'Languages', 8); + insert into student values('99399', 'Duan', 'Astronomy', 96); + insert into student values('21337', 'Goualh', 'Marketing', 46); + insert into student values('15457', 'Arinb', 'Physics', 123); + insert into student values('26102', 'Tanaka', 'Statistics', 118); + insert into student values('31337', 'Graziano', 'Elec. Eng.', 29); + insert into student values('67425', 'Cooper', 'Athletics', 51); + insert into student values('48640', 'Brown', 'History', 33); + insert into student values('72741', 'Weiss', 'Astronomy', 22); + insert into student values('29803', 'Beavis', 'Accounting', 76); + insert into student values('38895', 'Beuthel', 'Biology', 70); + insert into student values('49391', 'Rammer', 'Marketing', 15); + insert into student values('13741', 'Grieng', 'Psychology', 122); + insert into student values('59538', 'Kothari', 'Accounting', 125); + insert into student values('9360', 'Mukai', 'Marketing', 36); + insert into student values('53728', 'Eck', 'Statistics', 61); + insert into student values('77898', 'Yap', 'Marketing', 10); + insert into student values('32419', 'Sahani', 'Civil Eng.', 48); + insert into student values('37521', 'Mes', 'Biology', 9); + insert into student values('97065', 'Gandhi', 'Languages', 22); + insert into student values('80057', 'Szczerban', 'Biology', 101); + insert into student values('1826', 'Dhav', 'Astronomy', 8); + insert into student values('80285', 'Karv', 'Cybernetics', 93); + insert into student values('72959', 'Audeh', 'Elec. Eng.', 43); + insert into student values('41751', 'Kaufman', 'Pol. Sci.', 13); + insert into student values('11604', 'Neff', 'Pol. Sci.', 39); + insert into student values('41827', 'Chriso', 'Languages', 89); + insert into student values('8853', 'Warner', 'Mech. Eng.', 69); + insert into student values('9440', 'Gierl', 'Psychology', 9); + insert into student values('1884', 'Masini', 'Marketing', 89); + insert into student values('41774', 'Tassel', 'Languages', 7); + insert into student values('32385', 'Park', 'Civil Eng.', 120); + insert into student values('336', 'Constantinescu', 'Finance', 61); + insert into student values('82688', 'Rote', 'Cybernetics', 33); + insert into student values('66090', 'Brochhause', 'Pol. Sci.', 53); + insert into student values('4182', 'Powals', 'Languages', 102); + insert into student values('20099', 'Lewis', 'Mech. Eng.', 46); + insert into student values('81028', 'Perna', 'Pol. Sci.', 105); + insert into student values('27556', 'Leitner', 'Astronomy', 82); + insert into student values('65258', 'Tian', 'Comp. Sci.', 3); + insert into student values('29239', 'Simmel', 'Astronomy', 107); + insert into student values('54508', 'Gregga', 'Physics', 41); + insert into student values('37449', 'Ssu', 'Pol. Sci.', 64); + insert into student values('16753', 'Kuwadak', 'Comp. Sci.', 67); + insert into student values('82697', 'Ye', 'Civil Eng.', 71); + insert into student values('11422', 'Saito', 'Physics', 34); + insert into student values('59046', 'Reichl', 'Elec. Eng.', 56); + insert into student values('89246', 'Loyka', 'History', 46); + insert into student values('95859', 'Huft', 'Physics', 33); + insert into student values('94173', 'Winkler', 'Biology', 16); + insert into student values('70021', 'Aydin', 'Cybernetics', 16); + insert into student values('92040', 'Alexandri', 'Athletics', 66); + insert into student values('36019', 'Quaranta', 'Astronomy', 128); + insert into student values('40558', 'Pacie', 'Finance', 101); + insert into student values('62549', 'Komatsu', 'Comp. Sci.', 74); + insert into student values('92385', 'Godfrey', 'English', 34); + insert into student values('14214', 'Yoneda', 'Cybernetics', 129); + insert into student values('32245', 'Saariluoma', 'Statistics', 12); + insert into student values('13506', 'Patrick', 'Physics', 85); + insert into student values('26080', 'Simmel', 'Biology', 80); + insert into student values('52872', 'Chaney', 'Elec. Eng.', 57); + insert into student values('28952', 'Kennedy', 'Accounting', 30); + insert into student values('1080', 'Xue', 'Languages', 94); + insert into student values('11095', 'Schultz', 'Languages', 51); + insert into student values('33460', 'Leonard', 'Psychology', 48); + insert into student values('99226', 'Hao', 'Civil Eng.', 50); + insert into student values('52707', 'Arena', 'History', 73); + insert into student values('40189', 'Holt', 'Comp. Sci.', 104); + insert into student values('35721', 'Suppan', 'Math', 85); + insert into student values('6400', 'Kelly', 'Astronomy', 110); + insert into student values('60688', 'Zander', 'Accounting', 69); + insert into student values('18821', 'Linden', 'Astronomy', 98); + insert into student values('65443', 'Yagit', 'Finance', 78); + insert into student values('71630', 'Heath', 'Psychology', 116); + insert into student values('46956', 'Nallape', 'Astronomy', 6); + insert into student values('64259', 'Busch', 'Marketing', 123); + insert into student values('77021', 'Bollen', 'Psychology', 120); + insert into student values('41450', 'McLeod', 'Marketing', 78); + insert into student values('13028', 'Okano', 'Geology', 89); + insert into student values('90381', 'Chaudhuri', 'Math', 108); + insert into student values('9460', 'Wrzesz', 'Accounting', 99); + insert into student values('98423', 'Alfaro', 'Physics', 101); + insert into student values('38691', 'Theodores', 'Accounting', 37); + insert into student values('86806', 'Unger', 'Marketing', 101); + insert into student values('18469', 'Coppens', 'Marketing', 26); + insert into student values('11194', 'El-Helw', 'Pol. Sci.', 71); + insert into student values('19862', 'Prasad', 'Pol. Sci.', 22); + insert into student values('24116', 'Fauth', 'Elec. Eng.', 10); + insert into student values('67021', 'Chenu', 'Accounting', 73); + insert into student values('69752', 'Tan', 'English', 24); + insert into student values('69225', 'Mejia', 'History', 22); + insert into student values('1018', 'Colin', 'Civil Eng.', 81); + insert into student values('7656', 'Maher', 'Pol. Sci.', 24); + insert into student values('35220', 'Shilv', 'History', 58); + insert into student values('79210', 'Sanchez', 'Astronomy', 14); + insert into student values('10814', 'Waks', 'Elec. Eng.', 56); + insert into student values('55698', 'Choung', 'Finance', 67); + insert into student values('49684', 'Ceze', 'Civil Eng.', 50); + insert into student values('59908', 'Cox', 'Civil Eng.', 0); + insert into student values('64724', 'Deupree', 'Cybernetics', 36); + insert into student values('19048', 'Leuen', 'Statistics', 122); + insert into student values('62716', 'Bocchi', 'Math', 33); + insert into student values('95205', 'Hammond', 'Athletics', 115); + insert into student values('40303', 'Rudolf', 'Marketing', 25); + insert into student values('27430', 'Gonzalez', 'Cybernetics', 75); + insert into student values('83953', 'Jordan', 'Math', 26); + insert into student values('4248', 'Wright', 'Finance', 63); + insert into student values('21766', 'Cox', 'Astronomy', 74); + insert into student values('39657', 'Ryder', 'Astronomy', 80); + insert into student values('85366', 'Erol', 'Finance', 112); + insert into student values('93354', 'Varghese', 'English', 88); + insert into student values('77580', 'Frazin', 'Civil Eng.', 46); + insert into student values('92864', 'Rogers', 'Accounting', 54); + insert into student values('57135', 'Margetts', 'Marketing', 66); + insert into student values('1727', 'Ratcliff', 'Mech. Eng.', 49); + insert into student values('91788', 'Streitf', 'Cybernetics', 56); + insert into student values('80420', 'Bansal', 'Statistics', 69); + insert into student values('67810', 'Forestiero', 'English', 114); + insert into student values('86404', 'Cordt', 'Marketing', 1); + insert into student values('16907', 'Keiss', 'Accounting', 59); + insert into student values('46928', 'Barry', 'Athletics', 108); + insert into student values('84702', 'Lucas', 'Math', 105); + insert into student values('91343', 'Clarkson', 'Statistics', 42); + insert into student values('83686', 'Krasser', 'Statistics', 95); + insert into student values('83462', 'Mehra', 'Accounting', 55); + insert into student values('67725', 'Yamamoto', 'Pol. Sci.', 35); + insert into student values('5393', 'Clemens', 'Mech. Eng.', 4); + insert into student values('34422', 'Nakajima', 'Mech. Eng.', 86); + insert into student values('17128', 'Chuon', 'Civil Eng.', 81); + insert into student values('81883', 'Perei', 'Marketing', 124); + insert into student values('87965', 'Reiss', 'Accounting', 17); + insert into student values('93653', 'Mellor', 'Astronomy', 127); + insert into student values('70522', 'Holn', 'Comp. Sci.', 29); + insert into student values('48850', 'Wehen', 'Biology', 14); + insert into student values('68070', 'Cameron', 'Pol. Sci.', 85); + insert into student values('50206', 'Cesaret', 'Mech. Eng.', 102); + insert into student values('80254', 'Mittelm', 'Languages', 122); + insert into student values('22396', 'Wodn', 'Biology', 100); + insert into student values('19293', 'Singhal', 'Geology', 118); + insert into student values('67660', 'Newitt', 'Biology', 64); + insert into student values('85910', 'Levitan', 'Finance', 73); + insert into student values('10917', 'Morales', 'Cybernetics', 54); + insert into student values('95574', 'Pampal', 'Comp. Sci.', 111); + insert into student values('13081', 'Alqui', 'Languages', 112); + insert into student values('33349', 'Peck', 'Biology', 125); + insert into student values('19861', 'Fontana', 'Civil Eng.', 81); + insert into student values('30723', 'Mali', 'Physics', 115); + insert into student values('83039', 'Harmon', 'Psychology', 124); + insert into student values('41741', 'Kato', 'Languages', 94); + insert into student values('97400', 'Noda', 'Accounting', 62); + insert into student values('81207', 'Masri', 'Athletics', 123); + insert into student values('23994', 'Kalisz', 'Elec. Eng.', 75); + insert into student values('54672', 'Thie', 'Pol. Sci.', 44); + insert into student values('47001', 'Correia', 'Comp. Sci.', 63); + insert into student values('26147', 'Richter', 'Comp. Sci.', 115); + insert into student values('65987', 'Morrison', 'Athletics', 98); + insert into student values('99250', 'Khaw', 'English', 14); + insert into student values('13826', 'Sommerfeldt', 'Pol. Sci.', 80); + insert into student values('3739', 'Davy', 'History', 75); + insert into student values('10454', 'Ugarte', 'Pol. Sci.', 120); + insert into student values('48053', 'Macias', 'Comp. Sci.', 0); + insert into student values('66813', 'Spengler', 'Languages', 55); + insert into student values('16593', 'Skuras', 'Psychology', 5); + insert into student values('14668', 'Malinen', 'Athletics', 20); + insert into student values('33338', 'Stead', 'Psychology', 65); + insert into student values('45300', 'Kambayashi', 'Geology', 67); + insert into student values('3127', 'Resa', 'Psychology', 73); + insert into student values('40992', 'Xing', 'Psychology', 93); + insert into student values('70310', 'Ding', 'Biology', 107); + insert into student values('46451', 'Chilu', 'Pol. Sci.', 123); + insert into student values('288', 'Canellas', 'Astronomy', 95); + insert into student values('557', 'Bhat', 'Math', 44); + insert into student values('22170', 'Sugavanam', 'Physics', 41); + insert into student values('64164', 'Zander', 'Languages', 111); + insert into student values('74911', 'Wall', 'Languages', 111); + insert into student values('7020', 'Thoreson', 'Comp. Sci.', 61); + insert into student values('78552', 'Douss', 'History', 90); + insert into student values('50386', 'Bersk', 'Elec. Eng.', 125); + insert into student values('48678', 'Tuomisto', 'Athletics', 121); + insert into student values('24442', 'Greene', 'Physics', 11); + insert into student values('89188', 'Anse', 'Statistics', 77); + insert into student values('390', 'Alkio', 'Elec. Eng.', 65); + insert into student values('10663', 'Okaf', 'Geology', 59); + insert into student values('97551', 'Labaye', 'Civil Eng.', 128); + insert into student values('76895', 'Olro', 'Accounting', 63); + insert into student values('85451', 'Chapman', 'Languages', 70); + insert into student values('43989', 'Makarychev', 'Accounting', 72); + insert into student values('99719', 'Bennett', 'Accounting', 70); + insert into student values('19245', 'Cai', 'Comp. Sci.', 4); + insert into student values('36685', 'Fathi', 'Accounting', 8); + insert into student values('57123', 'Katsik', 'Cybernetics', 46); + insert into student values('51997', 'Nadg', 'Languages', 49); + insert into student values('95631', 'Mauras', 'Elec. Eng.', 42); + insert into student values('70452', 'Al-Hu', 'Astronomy', 18); + insert into student values('37219', 'Poize', 'Comp. Sci.', 45); + insert into student values('59530', 'Poulin', 'History', 64); + insert into student values('61737', 'Kissel', 'Finance', 86); + insert into student values('33645', 'Kawakami', 'Comp. Sci.', 129); + insert into student values('3143', 'Haddad', 'Geology', 55); + insert into student values('78792', 'Ram', 'Mech. Eng.', 102); + insert into student values('10076', 'Duan', 'Civil Eng.', 105); + insert into student values('59553', 'Schoenfl', 'Mech. Eng.', 110); + insert into student values('57666', 'Fries', 'History', 96); + insert into student values('22004', 'OBrien', 'Geology', 106); + insert into student values('38668', 'Spector', 'Elec. Eng.', 97); + insert into student values('43130', 'Yong', 'Comp. Sci.', 123); + insert into student values('36263', 'Souza', 'Civil Eng.', 58); + insert into student values('99271', 'Soricu', 'Math', 70); + insert into student values('69850', 'Alexandri', 'Finance', 80); + insert into student values('59397', 'Williams', 'Statistics', 126); + insert into student values('61127', 'Tuki', 'Physics', 30); + insert into student values('30299', 'Marsh', 'Geology', 38); + insert into student values('57962', 'Aarde', 'Statistics', 22); + insert into student values('88169', 'Schroeder', 'Cybernetics', 106); + insert into student values('27094', 'Gur', 'Geology', 120); + insert into student values('39115', 'Boulah', 'Civil Eng.', 2); + insert into student values('84189', 'Kuwadak', 'Statistics', 119); + insert into student values('79892', 'Chiari', 'Cybernetics', 76); + insert into student values('95046', 'Mercank', 'Astronomy', 100); + insert into student values('34386', 'Hagedorn', 'History', 98); + insert into student values('82646', 'Nirenbu', 'Biology', 0); + insert into student values('31086', 'Zulueta', 'Psychology', 125); + insert into student values('85226', 'Vicentino', 'Psychology', 18); + insert into student values('32490', 'McCracken', 'Comp. Sci.', 117); + insert into student values('39704', 'Frank', 'Statistics', 31); + insert into student values('80610', 'Nakamura', 'Physics', 79); + insert into student values('18675', 'Araya', 'Statistics', 82); + insert into student values('47630', 'Odell', 'Cybernetics', 77); + insert into student values('36102', 'Szendrei', 'Cybernetics', 109); + insert into student values('22620', 'Lykin', 'Accounting', 18); + insert into student values('39157', 'Loull', 'Accounting', 0); + insert into student values('86327', 'Moscarini', 'Marketing', 31); + insert into student values('84865', 'Fernandez-Gonzalez', 'Finance', 20); + insert into student values('83557', 'Khalil', 'Psychology', 95); + insert into student values('7490', 'Giuffrida', 'Math', 39); + insert into student values('94178', 'Bengtss', 'Psychology', 47); + insert into student values('99660', 'OMalley', 'Civil Eng.', 128); + insert into student values('57511', 'Pulido', 'English', 78); + insert into student values('56941', 'Swain', 'Astronomy', 17); + insert into student values('77415', 'Morales', 'Astronomy', 102); + insert into student values('99754', 'Califieri', 'Cybernetics', 55); + insert into student values('81550', 'Harada', 'Elec. Eng.', 98); + insert into student values('79911', 'Corr', 'Physics', 117); + insert into student values('82082', 'Towsey', 'Statistics', 12); + insert into student values('58846', 'Fengl', 'Pol. Sci.', 66); + insert into student values('11076', 'Prasad', 'Pol. Sci.', 114); + insert into student values('7204', 'Halbert', 'Biology', 83); + insert into student values('73165', 'Fox', 'Statistics', 19); + insert into student values('1737', 'Shinagawa', 'Biology', 118); + insert into student values('12979', 'Hammond', 'Elec. Eng.', 5); + insert into student values('57334', 'Roeder', 'Math', 70); + insert into student values('1827', 'Westbrook', 'Civil Eng.', 61); + insert into student values('29390', 'Aufr', 'Geology', 49); + insert into student values('31302', 'Qian', 'Geology', 110); + insert into student values('77231', 'Roschew', 'History', 38); + insert into student values('36126', 'Fung', 'Astronomy', 47); + insert into student values('45200', 'Kitagawa', 'Elec. Eng.', 125); + insert into student values('99463', 'Jacobi', 'Statistics', 19); + insert into student values('79170', 'Lingamp', 'Cybernetics', 28); + insert into student values('12216', 'Griffiths', 'Cybernetics', 94); + insert into student values('64593', 'Kamez', 'Mech. Eng.', 8); + insert into student values('30177', 'Vajapeyaz', 'Pol. Sci.', 41); + insert into student values('15074', 'Kirtane', 'Physics', 36); + insert into student values('5005', 'Cesaret', 'Civil Eng.', 15); + insert into student values('99348', 'Tobin', 'Finance', 85); + insert into student values('82591', 'Pomy', 'Mech. Eng.', 92); + insert into student values('53089', 'Vedag', 'English', 98); + insert into student values('24630', 'Halbert', 'Geology', 66); + insert into student values('71387', 'Tleu', 'Civil Eng.', 69); + insert into student values('61354', 'Barranco', 'Mech. Eng.', 129); + insert into student values('10481', 'Grosch', 'Astronomy', 39); + insert into student values('39310', 'Ploski', 'Comp. Sci.', 64); + insert into student values('16297', 'Sacchi', 'Marketing', 44); + insert into student values('72622', 'Kashima', 'Cybernetics', 54); + insert into student values('92965', 'Mesne', 'Biology', 26); + insert into student values('89104', 'Mitsuhashi', 'Biology', 54); + insert into student values('13408', 'Bromley', 'Elec. Eng.', 81); + insert into student values('66229', 'Qvi', 'Civil Eng.', 128); + insert into student values('87280', 'Kim', 'Pol. Sci.', 67); + insert into student values('73206', 'Maw', 'Cybernetics', 36); + insert into student values('24387', 'Yap', 'History', 29); + insert into student values('32744', 'Robins', 'Finance', 40); + insert into student values('39204', 'Castle', 'Civil Eng.', 27); + insert into student values('42298', 'Fournier', 'Biology', 61); + insert into student values('53588', 'Schwet', 'Languages', 100); + insert into student values('90004', 'Unay', 'Astronomy', 81); + insert into student values('12563', 'Stone', 'Marketing', 66); + insert into student values('55000', 'Levitan', 'Biology', 103); + insert into student values('1110', 'Tzeng', 'Civil Eng.', 23); + insert into student values('55170', 'Ivanov', 'History', 22); + insert into student values('56080', 'Zamani', 'Geology', 127); + insert into student values('61065', 'Jovicic', 'Civil Eng.', 31); + insert into student values('107', 'Shabuno', 'Math', 19); + insert into student values('11453', 'Yamashita', 'Astronomy', 109); + insert into student values('53805', 'Ludwig', 'Cybernetics', 30); + insert into student values('39241', 'Solar', 'Mech. Eng.', 64); + insert into student values('32886', 'Damas', 'Psychology', 58); + insert into student values('40080', 'Llam', 'Civil Eng.', 6); + insert into student values('22142', 'Gerstend', 'History', 22); + insert into student values('94257', 'Unger', 'Languages', 12); + insert into student values('75513', 'Griffin', 'Statistics', 12); + insert into student values('99268', 'Makarychev', 'Elec. Eng.', 115); + insert into student values('20084', 'Adda', 'Accounting', 13); + insert into student values('51868', 'Guthk', 'Pol. Sci.', 109); + insert into student values('7287', 'Tadjo', 'Cybernetics', 116); + insert into student values('35588', 'John', 'Civil Eng.', 31); + insert into student values('83170', 'Ariav', 'English', 43); + insert into student values('14596', 'Vekk', 'Biology', 105); + insert into student values('23794', 'Sokolov', 'Pol. Sci.', 13); + insert into student values('78332', 'Ohki', 'Pol. Sci.', 76); + insert into student values('49339', 'Snif', 'Civil Eng.', 107); + insert into student values('40677', 'Ponnambalam', 'Civil Eng.', 127); + insert into student values('90220', 'Iacovoni', 'Elec. Eng.', 113); + insert into student values('95029', 'Oliveira', 'Astronomy', 17); + insert into student values('83728', 'Kaminsky', 'Biology', 38); + insert into student values('67033', 'Yun', 'Marketing', 59); + insert into student values('87785', 'Liepelt', 'Pol. Sci.', 122); + insert into student values('4345', 'Resa', 'Languages', 125); + insert into student values('96085', 'Wood', 'Accounting', 70); + insert into student values('64249', 'Kalantari', 'Mech. Eng.', 102); + insert into student values('53803', 'Okaf', 'Civil Eng.', 89); + insert into student values('27956', 'Watzel', 'Psychology', 53); + insert into student values('24796', 'Thimm', 'Pol. Sci.', 18); + insert into student values('4449', 'Gilliam', 'Biology', 99); + insert into student values('77364', 'Lacruz', 'Elec. Eng.', 59); + insert into student values('70384', 'Shevade', 'Cybernetics', 45); + insert into student values('18007', 'Chanon', 'Biology', 90); + insert into student values('51723', 'Lagendijk', 'Comp. Sci.', 99); + insert into student values('56486', 'DeMil', 'Pol. Sci.', 110); + insert into student values('70359', 'Lorinczi', 'Cybernetics', 63); + insert into student values('18234', 'Nirenbu', 'Pol. Sci.', 19); + insert into student values('34322', 'Baba', 'Biology', 74); + insert into student values('24325', 'Álvarez', 'Cybernetics', 50); + insert into student values('83444', 'Vieira', 'Mech. Eng.', 115); + insert into student values('93814', 'Smoro', 'Marketing', 19); + insert into student values('80912', 'Homyk', 'Biology', 16); + insert into student values('70099', 'Zhiyong', 'Languages', 86); + insert into student values('64945', 'Gall', 'Mech. Eng.', 6); + insert into student values('81789', 'Urwin', 'Biology', 25); + insert into student values('38271', 'Kosken', 'Cybernetics', 100); + insert into student values('87784', 'McCracken', 'Astronomy', 64); + insert into student values('46436', 'Richardson', 'History', 52); + insert into student values('20195', 'Finney', 'Mech. Eng.', 7); + insert into student values('31080', 'Aschoff', 'Athletics', 88); + insert into student values('85887', 'Stoltzfus', 'Mech. Eng.', 15); + insert into student values('85234', 'Dubu', 'Finance', 69); + insert into student values('1460', 'Martinsen', 'History', 55); + insert into student values('30650', 'Chaudhuri', 'Languages', 101); + insert into student values('6474', 'Rossettin', 'Civil Eng.', 85); + insert into student values('67051', 'Labroc', 'Statistics', 70); + insert into student values('58300', 'Lum', 'Mech. Eng.', 8); + insert into student values('64192', 'Pradhan', 'Physics', 86); + insert into student values('84727', 'Hennig', 'Languages', 108); + insert into student values('39881', 'Herman', 'Athletics', 85); + insert into student values('3163', 'Riera', 'Biology', 55); + insert into student values('72643', 'Castle', 'Athletics', 49); + insert into student values('66008', 'Szczerban', 'Languages', 25); + insert into student values('76291', 'Dellwo', 'Physics', 30); + insert into student values('92274', 'Caporali', 'Pol. Sci.', 12); + insert into student values('16075', 'Wolter', 'Pol. Sci.', 45); + insert into student values('30334', 'Arakawa', 'Physics', 37); + insert into student values('75123', 'Chowdhury', 'Physics', 92); + insert into student values('35042', 'Nives', 'Comp. Sci.', 38); + insert into student values('99073', 'Bartels', 'Comp. Sci.', 6); + insert into student values('68280', 'Shuming', 'Languages', 123); + insert into student values('80976', 'Mozayani', 'Elec. Eng.', 34); + insert into student values('68554', 'Larsson', 'English', 60); + insert into student values('99949', 'Samo', 'Astronomy', 125); + insert into student values('71287', 'Damas', 'Marketing', 59); + insert into student values('73268', 'Yagit', 'Civil Eng.', 67); + insert into student values('93708', 'Steines', 'Psychology', 99); + insert into student values('29399', 'Sutter', 'Marketing', 38); + insert into student values('14284', 'Takeshi', 'Athletics', 32); + insert into student values('80247', 'Rueda', 'Mech. Eng.', 17); + insert into student values('86344', 'Kaar', 'Accounting', 49); + insert into student values('54728', 'Seta', 'History', 50); + insert into student values('86375', 'Loher', 'English', 110); + insert into student values('64401', 'Larion', 'Elec. Eng.', 42); + insert into student values('9183', 'Sutter', 'Athletics', 44); + insert into student values('71529', 'Fredrickso', 'Elec. Eng.', 12); + insert into student values('65433', 'Stratulat', 'Math', 123); + insert into student values('89051', 'Dubink', 'History', 65); + insert into student values('90448', 'Godfrey', 'English', 120); + insert into student values('90082', 'Esparza', 'Astronomy', 62); + insert into student values('25362', 'Simmel', 'Psychology', 117); + insert into student values('74509', 'Tanzi', 'Civil Eng.', 76); + insert into student values('20445', 'Laak', 'Marketing', 4); + insert into student values('40059', 'Montilla', 'Astronomy', 16); + insert into student values('60867', 'Poulin', 'Finance', 5); + insert into student values('28128', 'Crick', 'Comp. Sci.', 111); + insert into student values('28518', 'Catani', 'Cybernetics', 20); + insert into student values('17086', 'Hazemi', 'Math', 90); + insert into student values('91132', 'Sud', 'History', 57); + insert into student values('29260', 'Verhoeven', 'Physics', 25); + insert into student values('29707', 'Gaspar', 'Statistics', 68); + insert into student values('85746', 'Wilks', 'Pol. Sci.', 5); + insert into student values('54605', 'Yoshioka', 'Elec. Eng.', 50); + insert into student values('78922', 'Koltso', 'Astronomy', 20); + insert into student values('76173', 'Jovicic', 'Elec. Eng.', 127); + insert into student values('6304', 'Tamura', 'Cybernetics', 122); + insert into student values('98120', 'Furukawa', 'Physics', 33); + insert into student values('6195', 'Hartmann', 'Finance', 20); + insert into student values('33837', 'Nicol', 'Psychology', 37); + insert into student values('86833', 'Viani', 'Psychology', 86); + insert into student values('28829', 'Reiss', 'Physics', 113); + insert into student values('82974', 'Duncan', 'Cybernetics', 111); + insert into student values('39114', 'Kerz', 'English', 18); + insert into student values('53485', 'Rowe', 'English', 70); + insert into student values('8603', 'Piedrah', 'Pol. Sci.', 64); + insert into student values('7973', 'Breed', 'English', 64); + insert into student values('34502', 'Farr', 'Pol. Sci.', 8); + insert into student values('69853', 'Boken', 'Statistics', 55); + insert into student values('70389', 'Paulk', 'History', 93); + insert into student values('75423', 'Oller', 'Elec. Eng.', 79); + insert into student values('26881', 'Markin', 'History', 110); + insert into student values('19848', 'Tiwari', 'Comp. Sci.', 96); + insert into student values('5017', 'Reuter', 'Statistics', 60); + insert into student values('33094', 'Fakin', 'Accounting', 69); + insert into student values('25468', 'Hunter', 'Comp. Sci.', 49); + insert into student values('75928', 'Yoshimoto', 'Cybernetics', 52); + insert into student values('94522', 'Pampal', 'Civil Eng.', 41); + insert into student values('30289', 'Lanfr', 'History', 72); + insert into student values('54296', 'Osinski', 'Elec. Eng.', 91); + insert into student values('12069', 'Skeen', 'History', 10); + insert into student values('89059', 'Juan', 'Civil Eng.', 62); + insert into student values('38336', 'Sagawe', 'Civil Eng.', 39); + insert into student values('98563', 'Yen', 'Languages', 74); + insert into student values('19541', 'Drews', 'Marketing', 1); + insert into student values('95366', 'Isogai', 'Cybernetics', 33); + insert into student values('69758', 'Baroni', 'Pol. Sci.', 57); + insert into student values('98690', 'Neru', 'Accounting', 41); + insert into student values('66494', 'Shevade', 'Biology', 62); + insert into student values('65205', 'Sauer', 'Accounting', 128); + insert into student values('11682', 'Juol', 'Athletics', 126); + insert into student values('36265', 'Kaupp', 'Physics', 98); + insert into student values('14432', 'Whitley', 'Geology', 2); + insert into student values('63860', 'Bayn', 'English', 106); + insert into student values('50969', 'Terauchi', 'History', 119); + insert into student values('95089', 'Zarpell', 'Mech. Eng.', 111); + insert into student values('74840', 'Schill', 'Biology', 116); + insert into student values('29002', 'Duxbury', 'History', 29); + insert into student values('37809', 'Soni', 'Geology', 38); + insert into student values('27727', 'Duong', 'Finance', 115); + insert into student values('66469', 'Komori', 'History', 105); + insert into student values('31486', 'Okubo', 'Elec. Eng.', 72); + insert into student values('95099', 'Chien', 'Accounting', 81); + insert into student values('57083', 'Gray', 'Pol. Sci.', 107); + insert into student values('83622', 'Achilles', 'Elec. Eng.', 57); + insert into student values('68278', 'Becker', 'Psychology', 83); + insert into student values('87651', 'Liang', 'Math', 67); + insert into student values('8426', 'Harass', 'Pol. Sci.', 67); + insert into student values('88793', 'Sakhno', 'Mech. Eng.', 77); + insert into student values('60249', 'Nishida', 'Geology', 83); + insert into student values('65144', 'Butler', 'Marketing', 121); + insert into student values('91091', 'Ockerb', 'English', 105); + insert into student values('8252', 'Breuer', 'Civil Eng.', 13); + insert into student values('82126', 'Koizumi', 'Math', 103); + insert into student values('13290', 'Bonatto', 'Biology', 83); + insert into student values('85356', 'Kocsis', 'Marketing', 68); + insert into student values('5871', 'Carey', 'Athletics', 70); + insert into student values('59290', 'Morris', 'English', 120); + insert into student values('5414', 'Aiken', 'Pol. Sci.', 118); + insert into student values('30124', 'Alfaro', 'Math', 126); + insert into student values('21008', 'Pavlovico', 'Mech. Eng.', 44); + insert into student values('69732', 'Barbosa', 'English', 76); + insert into student values('19450', 'Asahara', 'Cybernetics', 37); + insert into student values('55915', 'Mohamed', 'Civil Eng.', 78); + insert into student values('14621', 'Azevedo', 'Astronomy', 17); + insert into student values('22003', 'Ibah', 'Elec. Eng.', 48); + insert into student values('16631', 'Stratulat', 'Biology', 20); + insert into student values('51549', 'Rao', 'Mech. Eng.', 87); + insert into student values('95284', 'Hands', 'Physics', 25); + insert into student values('60366', 'Kostie', 'Statistics', 106); + insert into student values('99369', 'Klingenb', 'Comp. Sci.', 57); + insert into student values('50873', 'Beck', 'Marketing', 33); + insert into student values('36244', 'Neuhold', 'Accounting', 50); + insert into student values('58874', 'Ray', 'Physics', 109); + insert into student values('82687', 'Cameron', 'Athletics', 77); + insert into student values('2423', 'Giralt', 'Accounting', 114); + insert into student values('62429', 'Dietzsch', 'Psychology', 111); + insert into student values('93631', 'Sendlm', 'History', 71); + insert into student values('29705', 'Stetson', 'Finance', 76); + insert into student values('52076', 'Noda', 'Astronomy', 85); + insert into student values('53451', 'Hasan', 'Physics', 83); + insert into student values('69730', 'Peip', 'English', 12); + insert into student values('56276', 'Lansi', 'History', 122); + insert into student values('23311', 'Brunet', 'Languages', 83); + insert into student values('21086', 'Held', 'Math', 97); + insert into student values('61003', 'Pietkiewicz', 'Math', 88); + insert into student values('27950', 'Yüksel', 'English', 74); + insert into student values('50583', 'Ng', 'Finance', 113); + insert into student values('40276', 'Konstantinides', 'Mech. Eng.', 37); + insert into student values('15487', 'Januszewski', 'Athletics', 14); + insert into student values('83592', 'Benkov', 'Accounting', 33); + insert into student values('46970', 'Rafiq', 'Athletics', 31); + insert into student values('30188', 'Ahmad', 'Marketing', 126); + insert into student values('64934', 'Halbert', 'Psychology', 38); + insert into student values('99694', 'Beckert', 'Statistics', 119); + insert into student values('79534', 'Martel-', 'Statistics', 11); + insert into student values('57156', 'Haigh', 'Math', 120); + insert into student values('41894', 'Ortmann', 'Civil Eng.', 89); + insert into student values('69679', 'Ramírez', 'Accounting', 7); + insert into student values('62795', 'Conradie', 'Pol. Sci.', 63); + insert into student values('34331', 'Kacpr', 'Accounting', 59); + insert into student values('4645', 'Ryoo', 'Finance', 65); + insert into student values('70395', 'Ballew', 'Physics', 128); + insert into student values('69222', 'Albuquerque', 'Math', 18); + insert into student values('22254', 'Gordon', 'Statistics', 75); + insert into student values('51817', 'MacIntyre', 'Physics', 51); + insert into student values('66495', 'Michel', 'Statistics', 82); + insert into student values('72501', 'Mulet', 'Elec. Eng.', 93); + insert into student values('7390', 'Stone', 'Accounting', 30); + insert into student values('28538', 'Mathur', 'Statistics', 97); + insert into student values('68649', 'Klug', 'Pol. Sci.', 49); + insert into student values('15249', 'Cheah', 'Accounting', 1); + insert into student values('98984', 'Seraphin', 'Mech. Eng.', 43); + insert into student values('35198', 'Loc', 'Civil Eng.', 87); + insert into student values('67017', 'Westervelt', 'Physics', 102); + insert into student values('27919', 'Hubr', 'Athletics', 124); + insert into student values('46762', 'Bier', 'Comp. Sci.', 71); + insert into student values('98843', 'Julier', 'Cybernetics', 85); + insert into student values('14094', 'Miao', 'Comp. Sci.', 45); + insert into student values('79589', 'Schopp', 'Elec. Eng.', 104); + insert into student values('94371', 'Milner', 'Athletics', 120); + insert into student values('25528', 'Sivew', 'Elec. Eng.', 40); + insert into student values('7620', 'Potry', 'Mech. Eng.', 107); + insert into student values('43658', 'Meneses', 'Astronomy', 87); + insert into student values('65714', 'Hughes', 'English', 19); + insert into student values('37339', 'Warren', 'Psychology', 68); + insert into student values('38555', 'Vogt', 'Elec. Eng.', 55); + insert into student values('73908', 'Cruz', 'Biology', 60); + insert into student values('4438', 'Yoshioka', 'Cybernetics', 110); + insert into student values('15883', 'Marques', 'Math', 24); + insert into student values('41890', 'Srivastava', 'Physics', 15); + insert into student values('75547', 'Varadaran', 'Pol. Sci.', 96); + insert into student values('89196', 'Klöpper', 'Pol. Sci.', 37); + insert into student values('52494', 'Sznajder', 'Statistics', 25); + insert into student values('44551', 'Nguyen', 'Astronomy', 119); + insert into student values('61332', 'Canon', 'Astronomy', 8); + insert into student values('37715', 'Westbrook', 'Languages', 53); + insert into student values('68779', 'Harmon', 'Athletics', 47); + insert into student values('71768', 'Stephenn', 'Geology', 89); + insert into student values('72055', 'Schinag', 'Languages', 7); + insert into student values('29514', 'Michael', 'Biology', 124); + insert into student values('62152', 'Oba', 'Elec. Eng.', 78); + insert into student values('66212', 'Kurt', 'Finance', 113); + insert into student values('53048', 'Keps', 'Cybernetics', 122); + insert into student values('4015', 'Cole', 'Astronomy', 32); + insert into student values('67340', 'Dubu', 'Cybernetics', 38); + insert into student values('2970', 'Montes-y', 'History', 56); + insert into student values('27952', 'McQuillan', 'History', 51); + insert into student values('51008', 'Kandadai', 'History', 107); + insert into student values('97629', 'Awano', 'Biology', 101); + insert into student values('31079', 'Canas', 'Astronomy', 85); + insert into student values('57941', 'Kleinberg', 'Astronomy', 24); + insert into student values('30397', 'Dism', 'Civil Eng.', 116); + insert into student values('45826', 'Teng', 'Mech. Eng.', 70); + insert into student values('70299', 'Hirvas', 'Athletics', 65); + insert into student values('9084', 'Rabu', 'Finance', 87); + insert into student values('78116', 'Xiao', 'Civil Eng.', 65); + insert into student values('5250', 'Ã…ström', 'Finance', 49); + insert into student values('93508', 'Graham', 'Physics', 14); + insert into student values('30845', 'Fonseca', 'Math', 19); + insert into student values('91442', 'Ohno', 'Pol. Sci.', 91); + insert into student values('75938', 'Kotsonis', 'Marketing', 71); + insert into student values('74672', 'Eggers', 'Athletics', 24); + insert into student values('12078', 'Knutson', 'Languages', 97); + insert into student values('94311', 'Napoletani', 'English', 40); + insert into student values('94697', 'Pettersen', 'Geology', 105); + insert into student values('50702', 'Harders', 'Math', 63); + insert into student values('35462', 'Byrd', 'Statistics', 42); + insert into student values('34018', 'Asahara', 'Elec. Eng.', 103); + insert into student values('99775', 'Epley', 'Athletics', 116); + insert into student values('88140', 'Stanko', 'Pol. Sci.', 122); + insert into student values('46106', 'Pledg', 'Astronomy', 68); + insert into student values('68096', 'Teo', 'Elec. Eng.', 68); + insert into student values('84808', 'Randers', 'Psychology', 104); + insert into student values('97658', 'Baier', 'Finance', 82); + insert into student values('73186', 'Schweitzer', 'Psychology', 3); + insert into student values('50944', 'Tao', 'Pol. Sci.', 66); + insert into student values('53165', 'Dowey', 'History', 90); + insert into student values('86981', 'Hansch', 'Cybernetics', 3); + insert into student values('16885', 'Biehl', 'Math', 59); + insert into student values('2561', 'Aschoff', 'Finance', 20); + insert into student values('96178', 'Hay', 'Civil Eng.', 84); + insert into student values('64731', 'Yuanq', 'Languages', 13); + insert into student values('14023', 'Deshpande', 'History', 90); + insert into student values('47265', 'Albinal', 'Comp. Sci.', 105); + insert into student values('84704', 'Rammer', 'Physics', 55); + insert into student values('69132', 'Sciore', 'Statistics', 25); + insert into student values('49073', 'Bonvin', 'English', 74); + insert into student values('44703', 'Hsieh', 'Marketing', 5); + insert into student values('41211', 'Fok', 'Accounting', 113); + insert into student values('61414', 'Ohyama', 'Elec. Eng.', 90); + insert into student values('38696', 'Spadon', 'Comp. Sci.', 118); + insert into student values('90009', 'Donofrio', 'Pol. Sci.', 13); + insert into student values('97868', 'Schinag', 'Athletics', 104); + insert into student values('17944', 'Hamarn', 'Mech. Eng.', 5); + insert into student values('25380', 'Vassileva', 'English', 97); + insert into student values('85614', 'Champes', 'English', 87); + insert into student values('60984', 'Emms', 'Finance', 48); + insert into student values('84495', 'Kurata', 'Psychology', 84); + insert into student values('19321', 'Chang', 'Mech. Eng.', 124); + insert into student values('99611', 'Schrefl', 'Pol. Sci.', 22); + insert into student values('72485', 'Wetzel', 'Finance', 33); + insert into student values('50267', 'Spengler', 'Finance', 52); + insert into student values('544', 'Uchiyama', 'Biology', 81); + insert into student values('55009', 'Pohlem', 'Pol. Sci.', 18); + insert into student values('45083', 'Stasko', 'Marketing', 44); + insert into student values('67018', 'Catona', 'Biology', 46); + insert into student values('93039', 'Hau', 'English', 21); + insert into student values('75772', 'Morton', 'Comp. Sci.', 48); + insert into student values('60224', 'Bensaber', 'Physics', 54); + insert into student values('41674', 'April', 'Biology', 46); + insert into student values('97435', 'Winzer', 'Finance', 77); + insert into student values('21101', 'Gotchev', 'Astronomy', 117); + insert into student values('76250', 'Maw', 'History', 57); + insert into student values('40682', 'Rowe', 'Geology', 114); + insert into student values('39612', 'Androutsopoulos', 'Elec. Eng.', 103); + insert into student values('14032', 'Belhadji', 'Elec. Eng.', 0); + insert into student values('75791', 'Keuk', 'Finance', 11); + insert into student values('5208', 'Feyr', 'Statistics', 47); + insert into student values('43432', 'Caporali', 'Astronomy', 77); + insert into student values('68453', 'Kjellmer', 'Elec. Eng.', 102); + insert into student values('12711', 'Malagoli', 'Physics', 97); + insert into student values('40932', 'Rioult', 'Comp. Sci.', 94); + insert into student values('6710', 'Matli', 'Elec. Eng.', 102); + insert into student values('91370', 'Frangeu', 'Mech. Eng.', 9); + insert into student values('43912', 'Papakir', 'Finance', 34); + insert into student values('12666', 'Power', 'Athletics', 118); + insert into student values('74460', 'McWilliams', 'Statistics', 120); + insert into student values('99422', 'Fickl', 'Civil Eng.', 83); + insert into student values('95320', 'Morgan', 'Mech. Eng.', 127); + insert into student values('56299', 'Sadry', 'Finance', 75); + insert into student values('84432', 'Schrefl', 'Athletics', 111); + insert into student values('75231', 'Ravindranath', 'Statistics', 127); + insert into student values('94846', 'Hossain', 'Cybernetics', 103); + insert into student values('4004', 'Tabor', 'Biology', 51); + insert into student values('28361', 'Sorensen', 'Physics', 109); + insert into student values('97228', 'Brzezinski', 'Mech. Eng.', 25); + insert into student values('39552', 'Tsukamoto', 'Physics', 72); + insert into student values('38676', 'Swien', 'Elec. Eng.', 48); + insert into student values('94814', 'Kee', 'Mech. Eng.', 73); + insert into student values('16035', 'Starker', 'English', 94); + insert into student values('79205', 'Zander', 'Geology', 115); + insert into student values('4682', 'Betho', 'Accounting', 59); + insert into student values('5925', 'Maw', 'Languages', 30); + insert into student values('25187', 'Fenwick', 'History', 103); + insert into student values('19603', 'Colu', 'Finance', 122); + insert into student values('41491', 'Beavis', 'Comp. Sci.', 15); + insert into student values('99764', 'Lv', 'Marketing', 104); + insert into student values('50537', 'Felling', 'Mech. Eng.', 20); + insert into student values('67793', 'Pigd', 'Mech. Eng.', 45); + insert into student values('47487', 'Villa', 'Finance', 72); + insert into student values('19362', 'Linden', 'Finance', 123); + insert into student values('25942', 'Leclercq', 'Mech. Eng.', 23); + insert into student values('39238', 'Kyriakopoulos', 'Pol. Sci.', 90); + insert into student values('65979', 'Chenu', 'Comp. Sci.', 22); + insert into student values('22086', 'Ockerb', 'Athletics', 23); + insert into student values('37734', 'Kamata', 'Civil Eng.', 68); + insert into student values('17911', 'Audeh', 'Biology', 92); + insert into student values('87831', 'Turunen', 'Psychology', 128); + insert into student values('12214', 'Morales', 'Languages', 51); + insert into student values('20378', 'Lomi', 'Languages', 3); + insert into student values('11083', 'Kerridge', 'Statistics', 113); + insert into student values('57377', 'Soricu', 'Elec. Eng.', 40); + insert into student values('35881', 'Özel', 'Cybernetics', 99); + insert into student values('34542', 'Basile', 'Physics', 25); + insert into student values('91978', 'Pourkas', 'Cybernetics', 128); + insert into student values('87048', 'Gani', 'Mech. Eng.', 10); + insert into student values('64820', 'Hendrickson', 'Geology', 79); + insert into student values('57474', 'Coddington', 'Accounting', 110); + insert into student values('53496', 'Cashman', 'Marketing', 27); + insert into student values('87193', 'Pinkus', 'English', 25); + insert into student values('847', 'Yamaguchi', 'Elec. Eng.', 105); + insert into student values('42388', 'Nikut', 'History', 87); + insert into student values('62749', 'Giroux', 'Math', 49); + insert into student values('41988', 'Gall', 'Languages', 12); + insert into student values('85680', 'Krohn', 'Mech. Eng.', 93); + insert into student values('82083', 'Peeri', 'English', 58); + insert into student values('65056', 'Kean', 'Astronomy', 76); + insert into student values('3639', 'Story', 'Statistics', 73); + insert into student values('37038', 'Grieng', 'Math', 114); + insert into student values('9933', 'Pircher', 'Geology', 90); + insert into student values('65190', 'Dumas', 'Accounting', 77); + insert into student values('15328', 'Chien', 'Statistics', 129); + insert into student values('59455', 'Lowenstein', 'English', 110); + insert into student values('49873', 'Nikut', 'Athletics', 85); + insert into student values('82039', 'Hendrickson', 'Astronomy', 37); + insert into student values('20974', 'Hawkins', 'Mech. Eng.', 127); + insert into student values('56089', 'Mezzar', 'Marketing', 109); + insert into student values('86573', 'Schauser', 'Physics', 107); + insert into student values('38712', 'Kreutz', 'Elec. Eng.', 29); + insert into student values('42991', 'Kaiser', 'Languages', 126); + insert into student values('28019', 'Cayto', 'History', 38); + insert into student values('13023', 'Serrano', 'Marketing', 108); + insert into student values('31761', 'Jame', 'Pol. Sci.', 57); + insert into student values('56882', 'Browne', 'Comp. Sci.', 24); + insert into student values('34788', 'Barkov', 'Civil Eng.', 35); + insert into student values('17607', 'Ould', 'Athletics', 115); + insert into student values('48776', 'Wall', 'Statistics', 58); + insert into student values('78758', 'Chakraborty', 'Geology', 7); + insert into student values('77218', 'Lohman', 'Finance', 51); + insert into student values('4034', 'Xie', 'Elec. Eng.', 64); + insert into student values('50658', 'Cayto', 'Civil Eng.', 56); + insert into student values('76057', 'Sakanushi', 'Comp. Sci.', 2); + insert into student values('96067', 'Sugavanam', 'Civil Eng.', 113); + insert into student values('24784', 'Jessup', 'Comp. Sci.', 126); + insert into student values('31560', 'Neld', 'Languages', 13); + insert into student values('32345', 'Chormo', 'Biology', 38); + insert into student values('76799', 'Monger', 'Statistics', 63); + insert into student values('37454', 'Frasinc', 'Biology', 109); + insert into student values('30943', 'Botha', 'History', 65); + insert into student values('16405', 'Rahman', 'Languages', 5); + insert into student values('95850', 'Schrefl', 'Comp. Sci.', 13); + insert into student values('26619', 'Matsukawa', 'Biology', 58); + insert into student values('17997', 'Ishikawa', 'Languages', 128); + insert into student values('26427', 'Ende', 'Finance', 129); + insert into student values('73213', 'Fall', 'Psychology', 64); + insert into student values('93366', 'Gault', 'Cybernetics', 29); + insert into student values('33882', 'Borutz', 'Civil Eng.', 3); + insert into student values('37818', 'Jiao', 'Civil Eng.', 66); + insert into student values('21102', 'He', 'Biology', 121); + insert into student values('76798', 'Clifford', 'Languages', 43); + insert into student values('31820', 'Riahi', 'Athletics', 51); + insert into student values('63489', 'Enokib', 'Comp. Sci.', 81); + insert into student values('51955', 'Tompa', 'Finance', 106); + insert into student values('71631', 'Scheine', 'Astronomy', 87); + insert into student values('48009', 'Lopes', 'Pol. Sci.', 36); + insert into student values('51678', 'Klivansky', 'Pol. Sci.', 49); + insert into student values('73602', 'Richardson', 'History', 119); + insert into student values('11530', 'Ng', 'Marketing', 92); + insert into student values('32376', 'Nakajima', 'Astronomy', 8); + insert into student values('80799', 'Almeida', 'Finance', 106); + insert into student values('40178', 'Greene', 'Mech. Eng.', 93); + insert into student values('58701', 'Hampp', 'Geology', 44); + insert into student values('46655', 'Advani', 'Athletics', 112); + insert into student values('93043', 'McQuillan', 'Marketing', 42); + insert into student values('1402', 'Oswald', 'Comp. Sci.', 12); + insert into student values('29462', 'Daues', 'Pol. Sci.', 88); + insert into student values('49701', 'Read', 'Civil Eng.', 33); + insert into student values('96968', 'Mohamed', 'Mech. Eng.', 118); + insert into student values('89551', 'Shapiro', 'History', 127); + insert into student values('32483', 'Atre', 'Math', 114); + insert into student values('39472', 'Soper', 'Elec. Eng.', 62); + insert into student values('88045', 'Jackson', 'Languages', 126); + insert into student values('30474', 'Paniez', 'Athletics', 55); + insert into student values('31476', 'OConnor', 'Elec. Eng.', 7); + insert into student values('95175', 'Guiho', 'Elec. Eng.', 42); + insert into student values('95697', 'Gruns', 'Cybernetics', 77); + insert into student values('37759', 'Signah', 'Cybernetics', 26); + insert into student values('96134', 'Prince', 'Languages', 121); + insert into student values('92464', 'Enokib', 'History', 47); + insert into student values('78434', 'Ruhe', 'Psychology', 26); + insert into student values('44038', 'Chandra', 'Civil Eng.', 11); + insert into student values('43993', 'Halbert', 'Math', 113); + insert into student values('914', 'Schill', 'Comp. Sci.', 32); + insert into student values('19342', 'Bouzeghoub', 'Finance', 35); + insert into student values('13749', 'Alfaro', 'Marketing', 23); + insert into student values('33546', 'Saguez', 'Pol. Sci.', 53); + insert into student values('40116', 'Joshi', 'Psychology', 23); + insert into student values('46980', 'Roessler', 'Astronomy', 58); + insert into student values('31266', 'Kacpr', 'Physics', 22); + insert into student values('65688', 'Loudn', 'Mech. Eng.', 65); + insert into student values('65563', 'Bawa', 'Psychology', 111); + insert into student values('83314', 'Chow', 'Accounting', 40); + insert into student values('39876', 'Wood', 'Accounting', 14); + insert into student values('44706', 'Bland', 'English', 119); + insert into student values('15086', 'Sun', 'Physics', 74); + insert into student values('12615', 'Tewari', 'Geology', 40); + insert into student values('63538', 'Pulido', 'History', 46); + insert into student values('17831', 'Srivastava', 'Languages', 75); + insert into student values('96117', 'Nisso', 'English', 128); + insert into student values('82066', 'Varghese', 'Comp. Sci.', 11); + insert into student values('28738', 'Birkett', 'Civil Eng.', 94); + insert into student values('84515', 'Levie', 'Biology', 126); + insert into student values('90132', 'Jo', 'Psychology', 11); + insert into student values('8192', 'Verma', 'Civil Eng.', 123); + insert into student values('25611', 'Sve', 'English', 107); + insert into student values('50743', 'Lindner', 'Biology', 83); + insert into student values('41683', 'Pietkiewicz', 'Biology', 20); + insert into student values('99553', 'Strader', 'Languages', 6); + insert into student values('22179', 'Sundho', 'Statistics', 40); + insert into student values('65121', 'Winter', 'Comp. Sci.', 56); + insert into student values('52057', 'Garg', 'Elec. Eng.', 101); + insert into student values('931', 'Tsalidi', 'English', 122); + insert into student values('23392', 'Curutchet', 'Elec. Eng.', 43); + insert into student values('33759', 'Mowbray', 'Psychology', 44); + insert into student values('52203', 'Suwanno', 'Pol. Sci.', 41); + insert into student values('78581', 'Hegde', 'Finance', 41); + insert into student values('65241', 'Riser', 'Astronomy', 96); + insert into student values('45359', 'Zelek', 'Marketing', 79); + insert into student values('86001', 'Meise', 'English', 27); + insert into student values('22532', 'Silverman', 'History', 120); + insert into student values('97573', 'Yusop', 'Physics', 60); + insert into student values('90609', 'Mohamed', 'Finance', 95); + insert into student values('16528', 'Angs', 'Accounting', 24); + insert into student values('61920', 'Marcol', 'Geology', 59); + insert into student values('282', 'Rougemont', 'Languages', 34); + insert into student values('85602', 'Bogdanova', 'Pol. Sci.', 81); + insert into student values('62832', 'Anderson', 'English', 19); + insert into student values('78454', 'Michael', 'Pol. Sci.', 68); + insert into student values('30222', 'Lepp', 'Accounting', 121); + insert into student values('28994', 'Williamson', 'Statistics', 104); + insert into student values('39927', 'Bartels', 'History', 62); + insert into student values('74070', 'Sandberg', 'Mech. Eng.', 119); + insert into student values('65208', 'Farahvash', 'Civil Eng.', 45); + insert into student values('2286', 'Ceze', 'Elec. Eng.', 65); + insert into student values('49450', 'Gotoh', 'Astronomy', 83); + insert into student values('83214', 'Dasd', 'Biology', 35); + insert into student values('6287', 'Makowski', 'Pol. Sci.', 32); + insert into student values('86661', 'Shani', 'Elec. Eng.', 21); + insert into student values('68242', 'Hugo', 'English', 109); + insert into student values('42092', 'Arinb', 'Comp. Sci.', 47); + insert into student values('9993', 'Won', 'Math', 40); + insert into student values('89734', 'Doeschn', 'Astronomy', 66); + insert into student values('7732', 'Osc', 'Comp. Sci.', 98); + insert into student values('89312', 'Marques', 'Statistics', 101); + insert into student values('35357', 'Gradino', 'English', 34); + insert into student values('86127', 'Spikov', 'Math', 27); + insert into student values('18775', 'Pampal', 'Comp. Sci.', 89); + insert into student values('24374', 'Jo', 'Cybernetics', 105); + insert into student values('2848', 'Carr', 'Civil Eng.', 121); + insert into student values('78143', 'Erdem', 'Astronomy', 12); + insert into student values('50977', 'Allen', 'Elec. Eng.', 93); + insert into student values('96895', 'Stelzl', 'Statistics', 94); + insert into student values('95626', 'Tellez', 'Math', 32); + insert into student values('22260', 'Daat', 'Accounting', 8); + insert into student values('23224', 'Kempn', 'Psychology', 81); + insert into student values('27528', 'Probst', 'Biology', 95); + insert into student values('71025', 'Cadis', 'History', 129); + insert into student values('36845', 'Okaf', 'Math', 30); + insert into student values('17924', 'Tavan', 'Psychology', 97); + insert into student values('69632', 'Gibbs', 'Languages', 40); + insert into student values('70828', 'Kaska', 'Physics', 88); + insert into student values('27687', 'Yüksel', 'Physics', 31); + insert into student values('28299', 'Grange', 'Languages', 120); + insert into student values('14869', 'Palmer', 'Astronomy', 106); + insert into student values('11152', 'Al-Tahat', 'English', 87); + insert into student values('17507', 'Mathur', 'Mech. Eng.', 48); + insert into student values('57107', 'Janssen', 'Astronomy', 36); + insert into student values('47670', 'Xue', 'Pol. Sci.', 55); + insert into student values('25718', 'Seyfert', 'Athletics', 83); + insert into student values('67293', 'Ueno', 'History', 19); + insert into student values('41091', 'Maillet', 'Geology', 66); + insert into student values('86674', 'Peter', 'Biology', 105); + insert into student values('23506', 'Ã…ström', 'Pol. Sci.', 109); + insert into student values('8022', 'Heng', 'Languages', 74); + insert into student values('97953', 'Kaneko', 'Math', 110); + insert into student values('86934', 'Berthold', 'Athletics', 35); + insert into student values('58172', 'Geißl', 'Astronomy', 127); + insert into student values('81610', 'Ching', 'Languages', 0); + insert into student values('77172', 'Klepper', 'Statistics', 64); + insert into student values('499', 'Seike', 'Elec. Eng.', 52); + insert into student values('94730', 'Neff', 'Geology', 101); + insert into student values('40371', 'Trimble', 'Physics', 109); + insert into student values('3651', 'Narayanan', 'Elec. Eng.', 14); + insert into student values('85904', 'Harass', 'Cybernetics', 120); + insert into student values('73394', 'Blasbe', 'Geology', 96); + insert into student values('8807', 'Zacharias', 'Finance', 33); + insert into student values('62705', 'Hoffman', 'Marketing', 86); + insert into student values('11578', 'Kwan', 'Languages', 37); + insert into student values('68248', 'Tillmann', 'Athletics', 83); + insert into student values('98315', 'Saill', 'Pol. Sci.', 65); + insert into student values('62754', 'Durrant', 'Geology', 54); + insert into student values('41406', 'Dahmann', 'Biology', 24); + insert into student values('82063', 'Zeng', 'Athletics', 68); + insert into student values('87706', 'Nakao', 'Physics', 80); + insert into student values('20540', 'Cunha', 'History', 58); + insert into student values('69960', 'Raïev', 'Biology', 17); + insert into student values('30252', 'Folkers', 'Geology', 80); + insert into student values('70098', 'Prabhakaran', 'Biology', 61); + insert into student values('93986', 'Zahrani', 'Physics', 73); + insert into student values('35685', 'Usi', 'History', 31); + insert into student values('31364', 'Rieger', 'Biology', 94); + insert into student values('36494', 'Baccou', 'Psychology', 41); + insert into student values('32217', 'Argar', 'Math', 14); + insert into student values('69952', 'Muñoz', 'Psychology', 115); + insert into student values('52523', 'Hobbs', 'English', 14); + insert into student values('7149', 'Xin', 'Pol. Sci.', 120); + insert into student values('71878', 'Hayat', 'Finance', 27); + insert into student values('29192', 'Gomez', 'Geology', 81); + insert into student values('79446', 'Frost', 'Pol. Sci.', 24); + insert into student values('77000', 'Cherchi', 'Physics', 125); + insert into student values('1836', 'Marinov', 'Elec. Eng.', 85); + insert into student values('84167', 'Sakanushi', 'Comp. Sci.', 20); + insert into student values('81785', 'Crues', 'Civil Eng.', 102); + insert into student values('1087', 'Roses', 'Accounting', 73); + insert into student values('5617', 'Souza', 'Languages', 60); + insert into student values('53547', 'Neubert', 'Mech. Eng.', 66); + insert into student values('39978', 'Drig', 'English', 92); + insert into student values('60748', 'Nagal', 'Elec. Eng.', 58); + insert into student values('23449', 'Noda', 'Cybernetics', 94); + insert into student values('52385', 'Higuchi', 'Astronomy', 78); + insert into student values('2139', 'Agarwal', 'Physics', 99); + insert into student values('12941', 'Ren', 'Marketing', 76); + insert into student values('72521', 'Caleff', 'Mech. Eng.', 48); + insert into student values('82580', 'Wyes', 'Mech. Eng.', 103); + insert into student values('39394', 'Reinhardt', 'History', 84); + insert into student values('39901', 'Dellwo', 'Biology', 82); + insert into student values('3493', 'Riser', 'Geology', 16); + insert into student values('90353', 'Bruderm', 'Astronomy', 46); + insert into student values('69747', 'Beichn', 'Finance', 34); + insert into student values('39514', 'Yean', 'Accounting', 65); + insert into student values('36995', 'Sgot', 'Finance', 79); + insert into student values('12971', 'Bumbau', 'Elec. Eng.', 47); + insert into student values('76768', 'Oblak', 'Pol. Sci.', 56); + insert into student values('79502', 'Marongiu', 'Math', 84); + insert into student values('63390', 'Loudn', 'Cybernetics', 41); + insert into student values('19824', 'Savelieva', 'Physics', 7); + insert into student values('46769', 'Kivv', 'Psychology', 85); + insert into student values('65400', 'Horecz', 'Psychology', 49); + insert into student values('44258', 'Steinmetz', 'Accounting', 28); + insert into student values('81896', 'Feldman', 'Finance', 46); + insert into student values('79772', 'Witty', 'Marketing', 4); + insert into student values('46155', 'Kruglyak', 'Astronomy', 67); + insert into student values('18709', 'Agar', 'Math', 65); + insert into student values('63502', 'Xie', 'Languages', 69); + insert into student values('39521', 'Holloway', 'Accounting', 113); + insert into student values('51203', 'Lahtinen', 'Math', 99); + insert into student values('96741', 'Kobayashi', 'Comp. Sci.', 87); + insert into student values('38371', 'Harada', 'Math', 50); + insert into student values('59673', 'Mertens', 'Astronomy', 98); + insert into student values('13365', 'Wolter', 'Mech. Eng.', 55); + insert into student values('1000', 'Manber', 'Civil Eng.', 39); + insert into student values('19735', 'Bishop', 'Physics', 9); + insert into student values('34126', 'Schreitm', 'Accounting', 14); + insert into student values('16467', 'Meyl', 'Comp. Sci.', 92); + insert into student values('80248', 'Satoh', 'English', 74); + insert into student values('58634', 'Choung', 'Finance', 101); + insert into student values('51975', 'Nicol', 'Languages', 127); + insert into student values('77548', 'Krohn', 'History', 45); + insert into student values('74796', 'Vulp', 'History', 108); + insert into student values('85981', 'Kahs', 'Statistics', 91); + insert into student values('29645', 'Oller', 'History', 120); + insert into student values('89234', 'Hird', 'Civil Eng.', 78); + insert into student values('94142', 'Simon', 'Languages', 45); + insert into student values('79697', 'Marquis', 'Accounting', 75); + insert into student values('90089', 'Mohan', 'Astronomy', 28); + insert into student values('20244', 'Abu-B', 'Marketing', 112); + insert into student values('37350', 'Sohn', 'Physics', 49); + insert into student values('81638', 'Chiu', 'Statistics', 30); + insert into student values('90914', 'Grange', 'Pol. Sci.', 38); + insert into student values('75395', 'Moscarini', 'Psychology', 19); + insert into student values('42556', 'Tsantis', 'Languages', 43); + insert into student values('10556', 'Reed', 'English', 79); + insert into student values('39619', 'Dwyer', 'Mech. Eng.', 89); + insert into student values('38288', 'Matsuda', 'Mech. Eng.', 107); + insert into student values('20985', 'Wunderli', 'History', 66); + insert into student values('38548', 'Scibili', 'Pol. Sci.', 88); + insert into student values('15698', 'Dink', 'Psychology', 72); + insert into student values('23500', 'Kinney', 'Marketing', 68); + insert into student values('70965', 'Dooley', 'Languages', 66); + insert into student values('76911', 'Alart', 'Finance', 66); + insert into student values('3545', 'Peskin', 'Statistics', 119); + insert into student values('46694', 'Masamura', 'Math', 118); + insert into student values('99977', 'Englund', 'Psychology', 93); + insert into student values('90124', 'Koppit', 'Physics', 104); + insert into student values('95840', 'Jakobsen', 'History', 127); + insert into student values('56143', 'Yusop', 'Civil Eng.', 86); + insert into student values('79469', 'Jacobs', 'Math', 38); + insert into student values('3693', 'Zafar', 'Athletics', 27); + insert into student values('42096', 'Freib', 'Biology', 10); + insert into student values('88472', 'Lynch', 'Marketing', 12); + insert into student values('14874', 'Singhal', 'Comp. Sci.', 34); + insert into student values('978', 'Salzman', 'Comp. Sci.', 127); + insert into student values('33201', 'Macias', 'Civil Eng.', 61); + insert into student values('30161', 'Grude', 'Cybernetics', 23); + insert into student values('46441', 'Zander', 'Athletics', 18); + insert into student values('31035', 'Arnoux', 'Civil Eng.', 92); + insert into student values('67371', 'Garcia-Ferr', 'Geology', 70); + insert into student values('80651', 'Holz', 'English', 108); + insert into student values('43505', 'Yoon', 'Statistics', 118); + insert into student values('35498', 'Lanfr', 'Accounting', 78); + insert into student values('48423', 'Krone', 'Pol. Sci.', 80); + insert into student values('51093', 'Syng', 'Psychology', 92); + insert into student values('78572', 'Kurt', 'Comp. Sci.', 20); + insert into student values('52669', 'Rayad', 'Physics', 114); + insert into student values('87246', 'Dellwo', 'Comp. Sci.', 15); + insert into student values('69122', 'Epstein', 'Biology', 128); + insert into student values('52945', 'Adeni', 'Languages', 13); + insert into student values('52471', 'Recc', 'Finance', 110); + insert into student values('62728', 'Camme', 'Biology', 107); + insert into student values('52929', 'Hashim', 'Math', 118); + insert into student values('85754', 'Betho', 'Finance', 45); + insert into student values('18583', 'Ma', 'Finance', 74); + insert into student values('74974', 'Lao', 'Athletics', 86); + insert into student values('48611', 'Suppan', 'Geology', 102); + insert into student values('63582', 'Fischer', 'Pol. Sci.', 120); + insert into student values('53118', 'Carvey', 'Comp. Sci.', 120); + insert into student values('88887', 'Wodn', 'Languages', 122); + insert into student values('81175', 'Zelek', 'Biology', 0); + insert into student values('69783', 'Putru', 'Pol. Sci.', 117); + insert into student values('14829', 'Philippe', 'Accounting', 105); + insert into student values('53469', 'Fujii', 'Astronomy', 43); + insert into student values('44304', 'Cox', 'English', 31); + insert into student values('48861', 'Ende', 'Accounting', 54); + insert into student values('73411', 'Schulz', 'Math', 78); + insert into student values('95225', 'Moire', 'Languages', 99); + insert into student values('53788', 'Byun', 'Astronomy', 101); + insert into student values('68712', 'Hill', 'Civil Eng.', 30); + insert into student values('52866', 'Loull', 'Math', 30); + insert into student values('5298', 'Radici', 'Finance', 10); + insert into student values('58606', 'Opitz', 'Cybernetics', 91); + insert into student values('76049', 'Tavan', 'Cybernetics', 112); + insert into student values('78858', 'Abdul-Rahman', 'Psychology', 49); + insert into student values('97041', 'Rajnov', 'Psychology', 22); + insert into student values('98388', 'Nilsson', 'Math', 33); + insert into student values('15024', 'Kawahara', 'Civil Eng.', 10); + insert into student values('5243', 'Bajracharya', 'Marketing', 83); + insert into student values('80990', 'Strzem', 'Biology', 117); + insert into student values('77664', 'Apostolov', 'Marketing', 125); + insert into student values('49982', 'Haigh', 'Geology', 41); + insert into student values('87222', 'Allard', 'Mech. Eng.', 114); + insert into student values('35523', 'Yamamoto', 'Accounting', 15); + insert into student values('14499', 'Axte', 'Biology', 115); + insert into student values('33107', 'Liley', 'Civil Eng.', 16); + insert into student values('18108', 'Brailsford', 'Cybernetics', 107); + insert into student values('67655', 'Kuch', 'Math', 46); + insert into student values('95852', 'Cabr', 'Athletics', 48); + insert into student values('50664', 'Rajnov', 'Biology', 127); + insert into student values('59117', 'Belmes', 'Astronomy', 109); + insert into student values('435', 'Moskow', 'Languages', 32); + insert into student values('75596', 'Sayre', 'Biology', 19); + insert into student values('34197', 'Nestor', 'Languages', 106); + insert into student values('66281', 'Schelten', 'Civil Eng.', 49); + insert into student values('86736', 'Franchet', 'Finance', 94); + insert into student values('14484', 'Langer', 'Astronomy', 62); + insert into student values('88308', 'Reiss', 'English', 19); + insert into student values('36657', 'Ching', 'English', 51); + insert into student values('93125', 'Harders', 'Physics', 47); + insert into student values('29140', 'Reuver', 'Elec. Eng.', 123); + insert into student values('85211', 'Sumi', 'Athletics', 109); + insert into student values('23525', 'DAgostino', 'Elec. Eng.', 128); + insert into student values('3005', 'Ibrahim', 'Pol. Sci.', 73); + insert into student values('91197', 'Manzoor', 'Geology', 110); + insert into student values('1285', 'Szczerban', 'Pol. Sci.', 97); + insert into student values('29863', 'Harmon', 'Athletics', 112); + insert into student values('15070', 'Enokib', 'Math', 65); + insert into student values('98047', 'Takahashi', 'History', 49); + insert into student values('87624', 'Carrera', 'Civil Eng.', 81); + insert into student values('38902', 'Xiang', 'Math', 61); + insert into student values('15538', 'Yeung', 'Athletics', 111); + insert into student values('83691', 'Katehakis', 'Mech. Eng.', 33); + insert into student values('89759', 'Zettel', 'Mech. Eng.', 55); + insert into student values('34770', 'Porter', 'Languages', 111); + insert into student values('11202', 'Heckman', 'Math', 120); + insert into student values('65681', 'Roses', 'English', 17); + insert into student values('17665', 'Tewari', 'English', 62); + insert into student values('11966', 'Kowe', 'Math', 69); + insert into student values('21556', 'Negron', 'Marketing', 60); + insert into student values('24002', 'Russa', 'Languages', 14); + insert into student values('75878', 'Hahn-', 'Physics', 53); + insert into student values('52120', 'Redw', 'Physics', 8); + insert into student values('93491', 'Rees-', 'History', 74); + insert into student values('78637', 'Beeu', 'Physics', 42); + insert into student values('9256', 'Tran-', 'Pol. Sci.', 107); + insert into student values('41345', 'Tola', 'Finance', 17); + insert into student values('98726', 'Mathias', 'Comp. Sci.', 36); + insert into student values('5381', 'Diana', 'Languages', 30); + insert into student values('99647', 'Bellman', 'English', 106); + insert into student values('50331', 'Bullinger', 'Psychology', 9); + insert into student values('48247', 'Gustafsson', 'History', 80); + insert into student values('65753', 'Planti', 'Geology', 12); + insert into student values('29091', 'Ahso', 'Pol. Sci.', 22); + insert into student values('72165', 'Otsuki', 'Psychology', 61); + insert into student values('43981', 'Quimby', 'Pol. Sci.', 87); + insert into student values('16057', 'Wicki', 'Mech. Eng.', 114); + insert into student values('88525', 'Hung', 'Mech. Eng.', 92); + insert into student values('16480', 'Noga', 'Psychology', 5); + insert into student values('92849', 'Flossmann', 'Astronomy', 54); + insert into student values('9495', 'Crimm', 'Comp. Sci.', 68); + insert into student values('14581', 'Vagn', 'Biology', 129); + insert into student values('65901', 'Shishkin', 'Accounting', 120); + insert into student values('96203', 'Olin', 'Comp. Sci.', 87); + insert into student values('1954', 'Frank', 'Geology', 29); + insert into student values('66484', 'Amberg', 'Mech. Eng.', 75); + insert into student values('15083', 'Formisano', 'Physics', 50); + insert into student values('48901', 'Gong', 'Marketing', 57); + insert into student values('15340', 'Silbert', 'Psychology', 39); + insert into student values('16515', 'Suppan', 'Languages', 48); + insert into student values('54620', 'Hancock', 'Geology', 27); + insert into student values('15430', 'Sasso', 'Psychology', 39); + insert into student values('27236', 'Date', 'Astronomy', 105); + insert into student values('2201', 'Sauer', 'Biology', 99); + insert into student values('69471', 'Aly', 'Astronomy', 41); + insert into student values('13880', 'Lazos', 'Physics', 98); + insert into student values('827', 'Das', 'Languages', 98); + insert into student values('42960', 'McGinn', 'Finance', 95); + insert into student values('48471', 'Elias', 'Languages', 90); + insert into student values('13217', 'Liu', 'Athletics', 95); + insert into student values('45570', 'Hoyos', 'Biology', 99); + insert into student values('94815', 'Xiang', 'Finance', 6); + insert into student values('1922', 'Cavalcanti', 'Athletics', 48); + insert into student values('51084', 'Pah', 'Languages', 63); + insert into student values('842', 'Jode', 'Languages', 81); + insert into student values('53152', 'Sayre', 'Civil Eng.', 18); + insert into student values('11201', 'Bianchi', 'Statistics', 0); + insert into student values('88577', 'Smoro', 'Astronomy', 91); + insert into student values('22050', 'Alioto', 'Physics', 108); + insert into student values('68010', 'Blecken', 'Pol. Sci.', 43); + insert into student values('10838', 'Marlet', 'Accounting', 91); + insert into student values('59848', 'Barwin', 'History', 86); + insert into student values('7035', 'Liots', 'English', 23); + insert into student values('5463', 'Reiss', 'Finance', 95); + insert into student values('74464', 'Sulimova', 'Athletics', 76); + insert into student values('16969', 'Hakkinen', 'Finance', 70); + insert into student values('62054', 'Wood', 'Mech. Eng.', 13); + insert into student values('50719', 'Model', 'Geology', 66); + insert into student values('41280', 'Birtz', 'Finance', 83); + insert into student values('31341', 'Rotter', 'Marketing', 32); + insert into student values('23475', 'Cecchi', 'Athletics', 16); + insert into student values('55354', 'Yang', 'Comp. Sci.', 107); + insert into student values('50966', 'Concilio', 'Finance', 95); + insert into student values('10269', 'Hilberg', 'Psychology', 75); + insert into student values('92659', 'Mathias', 'Biology', 98); + insert into student values('49792', 'Petersen', 'Accounting', 38); + insert into student values('27140', 'Fitzpatrick', 'Marketing', 98); + insert into student values('993', 'McGarr', 'Comp. Sci.', 55); + insert into student values('58326', 'Afim', 'Accounting', 100); + insert into student values('70924', 'Rajnov', 'Civil Eng.', 0); + insert into student values('71944', 'Schinag', 'Mech. Eng.', 58); + insert into student values('95201', 'Yang', 'Psychology', 28); + insert into student values('52876', 'Dahmann', 'Languages', 50); + insert into student values('58355', 'Honeyman', 'Athletics', 42); + insert into student values('90181', 'Giannoulis', 'Biology', 23); + insert into student values('53799', 'Okabe', 'Cybernetics', 12); + insert into student values('13511', 'Adam', 'Cybernetics', 15); + insert into student values('69521', 'Greenbaum', 'Accounting', 124); + insert into student values('37946', 'Vrato', 'Finance', 110); + insert into student values('15578', 'Pacie', 'Elec. Eng.', 32); + insert into student values('16311', 'Liao', 'Accounting', 33); + insert into student values('56124', 'Strieg', 'Civil Eng.', 33); + insert into student values('63560', 'Gleit', 'History', 82); + insert into student values('75299', 'Miao', 'Marketing', 82); + insert into student values('61356', 'Vulp', 'Cybernetics', 6); + insert into student values('70061', 'Konno', 'Comp. Sci.', 50); + insert into student values('61232', 'Fukui', 'Pol. Sci.', 48); + insert into student values('16523', 'Redw', 'Math', 117); + insert into student values('57238', 'Rehd', 'Accounting', 33); + insert into student values('63645', 'Mandviwall', 'Marketing', 20); + insert into student values('55857', 'Martin', 'Languages', 74); + insert into student values('90041', 'Barberis', 'Mech. Eng.', 122); + insert into student values('68263', 'Roessler', 'Languages', 69); + insert into student values('48165', 'Asikainen', 'Marketing', 57); + insert into student values('23373', 'Lang', 'Astronomy', 70); + insert into student values('5336', 'Peltz', 'Math', 22); + insert into student values('18286', 'Pang', 'Finance', 110); + insert into student values('4860', 'Penneb', 'Elec. Eng.', 83); + insert into student values('68516', 'Kouan', 'Mech. Eng.', 8); + insert into student values('94766', 'Buril', 'History', 81); + insert into student values('72669', 'Schmitz', 'Elec. Eng.', 126); + insert into student values('41596', 'Abeggl', 'Finance', 51); + insert into student values('55286', 'Kihn', 'Mech. Eng.', 73); + insert into student values('10693', 'Zabary', 'Statistics', 111); + insert into student values('50467', 'Kabir', 'Athletics', 71); + insert into student values('21692', 'Nagal', 'Accounting', 83); + insert into student values('8517', 'Tomkins', 'Pol. Sci.', 100); + insert into student values('28133', 'Evano', 'Civil Eng.', 53); + insert into student values('10033', 'Zelty', 'Mech. Eng.', 60); + insert into student values('60406', 'Sofer', 'Physics', 113); + insert into student values('50703', 'Blanchard', 'Astronomy', 44); + insert into student values('98359', 'Patne', 'Accounting', 105); + insert into student values('23992', 'Thornton', 'Psychology', 58); + insert into student values('31554', 'Fuller', 'Geology', 102); + insert into student values('70807', 'Kreitman', 'Math', 91); + insert into student values('4355', 'Cui', 'English', 127); + insert into student values('8457', 'Christiansen', 'Mech. Eng.', 26); + insert into student values('10904', 'Jerns', 'History', 21); + insert into student values('83836', 'Gifford', 'Pol. Sci.', 64); + insert into student values('72657', 'Hird', 'Comp. Sci.', 129); + insert into student values('46035', 'Kamez', 'Biology', 42); + insert into student values('36881', 'Dalton', 'Biology', 32); + insert into student values('79487', 'Androutsopoulos', 'Languages', 2); + insert into student values('48778', 'Pup', 'Psychology', 107); + insert into student values('64039', 'Aarde', 'Civil Eng.', 120); + insert into student values('42565', 'Hartsk', 'Astronomy', 27); + insert into student values('29665', 'Lykin', 'Languages', 94); + insert into student values('83511', 'Godfrey', 'Finance', 87); + insert into student values('45494', 'Matsush', 'Geology', 105); + insert into student values('12173', 'Thimm', 'English', 60); + insert into student values('16993', 'Akaiw', 'Accounting', 82); + insert into student values('62784', 'Stylian', 'Biology', 65); + insert into student values('23344', 'Fierro-', 'Math', 56); + insert into student values('92417', 'Dubink', 'Comp. Sci.', 92); + insert into student values('86529', 'Leister', 'Accounting', 22); + insert into student values('84654', 'Braña', 'Statistics', 59); + insert into student values('52134', 'Johnson', 'Physics', 9); + insert into student values('90234', 'Sram', 'Biology', 31); + insert into student values('13921', 'Berger', 'Math', 120); + insert into student values('76169', 'Williamson', 'Astronomy', 123); + insert into student values('41832', 'Curl', 'History', 2); + insert into student values('68720', 'Gordon', 'Civil Eng.', 94); + insert into student values('66753', 'Mazzat', 'Math', 17); + insert into student values('13753', 'Hoshi', 'Civil Eng.', 68); + insert into student values('57190', 'Theuniss', 'History', 73); + insert into student values('27804', 'Brunt', 'English', 75); + insert into student values('63449', 'Sellink', 'Accounting', 39); + insert into student values('27017', 'Trur', 'Elec. Eng.', 11); + insert into student values('52291', 'Wolff', 'Mech. Eng.', 39); + insert into student values('80941', 'Sankappanavar', 'Math', 70); + insert into student values('95953', 'Batano', 'Comp. Sci.', 77); + insert into student values('72528', 'Tuki', 'Cybernetics', 76); + insert into student values('61854', 'Roytman', 'Psychology', 128); + insert into student values('91851', 'Tchuri', 'History', 101); + insert into student values('38973', 'Maglioni', 'Comp. Sci.', 56); + insert into student values('83480', 'Whitten', 'Psychology', 9); + insert into student values('13504', 'Zander', 'Astronomy', 90); + insert into student values('19766', 'Simon', 'Biology', 29); + insert into student values('50365', 'Held', 'Mech. Eng.', 121); + insert into student values('43616', 'Tam', 'Athletics', 15); + insert into student values('19917', 'Hayrapetyan', 'Languages', 121); + insert into student values('29849', 'Solar', 'Physics', 90); + insert into student values('85063', 'Chaney', 'Mech. Eng.', 4); + insert into student values('70564', 'Bouguet', 'Psychology', 13); + insert into student values('38121', 'Zuyev', 'English', 98); + insert into student values('14563', 'Haigh', 'Comp. Sci.', 16); + insert into student values('6895', 'Portillo', 'Geology', 4); + insert into student values('3039', 'Brookh', 'Languages', 47); + insert into student values('86969', 'Wicki', 'Cybernetics', 125); + insert into student values('11455', 'Peyse', 'Athletics', 18); + insert into student values('24809', 'Engeldr', 'Psychology', 23); + insert into student values('50414', 'Landau', 'Accounting', 49); + insert into student values('57026', 'Rotom', 'Geology', 44); + insert into student values('69081', 'Stratulat', 'Geology', 59); + insert into student values('7498', 'Charng', 'Physics', 82); + insert into student values('34158', 'Mantzo', 'Astronomy', 127); + insert into student values('15144', 'Lapio', 'Statistics', 110); + insert into student values('88287', 'Geser', 'Athletics', 61); + insert into student values('72006', 'Jawad', 'Comp. Sci.', 114); + insert into student values('49244', 'Chikar', 'Psychology', 49); + insert into student values('14639', 'Sagiv', 'Mech. Eng.', 26); + insert into student values('76604', 'Çivi', 'History', 99); + insert into student values('80113', 'Boudjelo', 'Geology', 10); + insert into student values('18740', 'Williamson', 'Athletics', 16); + insert into student values('69628', 'Bouamama', 'Psychology', 124); + insert into student values('13757', 'Bedny', 'Astronomy', 3); + insert into student values('36513', 'Ugarte', 'Athletics', 99); + insert into student values('97042', 'Bhargava', 'Pol. Sci.', 68); + insert into student values('46260', 'Bloom', 'History', 55); + insert into student values('29871', 'Iwasa', 'Math', 75); + insert into student values('75082', 'Havill', 'Comp. Sci.', 119); + insert into student values('65715', 'Novak', 'Mech. Eng.', 37); + insert into student values('54875', 'Feng', 'Statistics', 83); + insert into student values('99710', 'Savolainen', 'Languages', 126); + insert into student values('36384', 'Sandsj', 'Finance', 62); + insert into student values('51923', 'Peterson', 'Civil Eng.', 128); + insert into student values('37653', 'Campbell', 'Marketing', 64); + insert into student values('61783', 'Guyer', 'Comp. Sci.', 102); + insert into student values('86552', 'Martin', 'Pol. Sci.', 78); + insert into student values('11855', 'Mendelzon', 'Languages', 114); + insert into student values('43016', 'Beekw', 'History', 77); + insert into student values('11237', 'Rokhs', 'Physics', 5); + insert into student values('96710', 'Katehakis', 'Languages', 51); + insert into student values('27044', 'Kota', 'Elec. Eng.', 45); + insert into student values('25046', 'Cotterill', 'Finance', 57); + insert into student values('62487', 'Durrant', 'History', 68); + insert into student values('49759', 'Androutsopoulos', 'Finance', 110); + insert into student values('65101', 'Spengler', 'Civil Eng.', 73); + insert into student values('64550', 'Kubo', 'Statistics', 42); + insert into student values('25143', 'Visr', 'Accounting', 11); + insert into student values('13495', 'Srini', 'Pol. Sci.', 34); + insert into student values('67560', 'Sandberg', 'Geology', 63); + insert into student values('28316', 'Rajan', 'Mech. Eng.', 61); + insert into student values('47379', 'Wakamiya', 'Comp. Sci.', 113); + insert into student values('56003', 'Someren', 'Geology', 39); + insert into student values('32369', 'Kaleta', 'Psychology', 34); + insert into student values('52187', 'Fritsch', 'Math', 98); + insert into student values('91992', 'DAtri', 'Cybernetics', 85); + insert into student values('71543', 'Mizuno', 'Civil Eng.', 61); + insert into student values('1220', 'Hito', 'Geology', 42); + insert into student values('40937', 'Petzo', 'Geology', 115); + insert into student values('14065', 'Starker', 'History', 7); + insert into student values('43495', 'Scher', 'Astronomy', 111); + insert into student values('26494', 'Heers', 'Psychology', 28); + insert into student values('12362', 'Zhanr', 'Civil Eng.', 115); + insert into student values('41675', 'Wheeler', 'Physics', 32); + insert into student values('78314', 'Visr', 'English', 14); + insert into student values('51579', 'Holz', 'Biology', 89); + insert into student values('2178', 'Mingoz', 'Elec. Eng.', 41); + insert into student values('86707', 'Houtsm', 'Marketing', 53); + insert into student values('56849', 'Osaka', 'Accounting', 27); + insert into student values('6712', 'Westphal', 'Math', 60); + insert into student values('17207', 'Holn', 'Astronomy', 57); + insert into student values('81876', 'Arora', 'Biology', 106); + insert into student values('66259', 'Schulman', 'Biology', 67); + insert into student values('75794', 'Hons', 'History', 9); + insert into student values('77003', 'Munro', 'Astronomy', 42); + insert into student values('31101', 'Lhomme', 'Astronomy', 110); + insert into student values('64196', 'Rioult', 'Pol. Sci.', 6); + insert into student values('14628', 'Lehtinen', 'Psychology', 47); + insert into student values('24197', 'Andert', 'Physics', 98); + insert into student values('3576', 'Nakanishi', 'Physics', 97); + insert into student values('45720', 'Yeoh', 'Physics', 118); + insert into student values('15980', 'Ross', 'Athletics', 81); + insert into student values('34569', 'Arndt', 'Accounting', 39); + insert into student values('73492', 'Hwang', 'Mech. Eng.', 23); + insert into student values('44836', 'Lanfr', 'Civil Eng.', 75); + insert into student values('27366', 'Ssu', 'History', 83); + insert into student values('16250', 'Uhrig', 'English', 87); + insert into student values('10267', 'Rzecz', 'Comp. Sci.', 5); + insert into student values('77244', 'Benitez', 'Geology', 37); + insert into student values('7854', 'Someren', 'Pol. Sci.', 113); + insert into student values('1726', 'Matsunami', 'Biology', 94); + insert into student values('8347', 'Wunderli', 'Comp. Sci.', 100); + insert into student values('83573', 'Pavlovico', 'English', 81); + insert into student values('6209', 'Baccou', 'English', 74); + insert into student values('85849', 'Aufr', 'Accounting', 56); + insert into student values('76224', 'Neilson', 'Elec. Eng.', 34); + insert into student values('7043', 'Gryts', 'History', 52); + insert into student values('70235', 'Zle', 'Elec. Eng.', 105); + insert into student values('47824', 'Hardt', 'Astronomy', 94); + insert into student values('58935', 'Kimu', 'Pol. Sci.', 31); + insert into student values('987', 'Kasani', 'Athletics', 0); + insert into student values('46074', 'Fong', 'Finance', 56); + insert into student values('23270', 'Bouras', 'Biology', 109); + insert into student values('42956', 'Ram', 'Physics', 60); + insert into student values('78481', 'Clemme', 'History', 23); + insert into student values('888', 'Frost', 'Geology', 77); + insert into student values('42625', 'Holland', 'Languages', 0); + insert into student values('43211', 'Xylo', 'Astronomy', 48); + insert into student values('43226', 'Shoji', 'Biology', 83); + insert into student values('53172', 'Du', 'Comp. Sci.', 28); + insert into student values('16133', 'Orlet', 'Cybernetics', 43); + insert into student values('75522', 'Yin', 'Biology', 109); + insert into student values('68330', 'Soisalon-Soininen', 'Pol. Sci.', 13); + insert into student values('53225', 'Juan', 'Finance', 92); + insert into student values('67542', 'Jones', 'Civil Eng.', 15); + insert into student values('8860', 'Aminian', 'Finance', 13); + insert into student values('22198', 'Read', 'Languages', 101); + insert into student values('56212', 'Rolland', 'History', 98); + insert into student values('67514', 'Psil', 'Comp. Sci.', 25); + insert into student values('58919', 'Schroeder', 'Languages', 60); + insert into student values('82707', 'Hadzilacos', 'Statistics', 0); + insert into student values('86641', 'Dair', 'Civil Eng.', 101); + insert into student values('94324', 'Willson', 'Geology', 120); + insert into student values('75534', 'Simmel', 'English', 93); + insert into student values('15283', 'Williams', 'Astronomy', 0); + insert into student values('47677', 'Tso', 'Psychology', 108); + insert into student values('94569', 'Yip', 'English', 122); + insert into student values('90814', 'Finance', 'Elec. Eng.', 105); + insert into student values('63310', 'Luan', 'History', 102); + insert into student values('48660', 'Emam', 'Psychology', 77); + insert into student values('35293', 'Cao', 'Languages', 89); + insert into student values('28004', 'Savelieva', 'Finance', 17); + insert into student values('50038', 'Urano', 'Languages', 60); + insert into student values('25940', 'Rosenkrantz', 'Comp. Sci.', 117); + insert into student values('11126', 'Englund', 'Pol. Sci.', 76); + insert into student values('92332', 'Nicol', 'Languages', 34); + insert into student values('18752', 'Schulman', 'Civil Eng.', 102); + insert into student values('61527', 'Shwartz', 'Comp. Sci.', 10); + insert into student values('32119', 'Nagashima', 'Elec. Eng.', 12); + insert into student values('163', 'Bandekar', 'Finance', 49); + insert into student values('32065', 'Tapia', 'Math', 90); + insert into student values('45436', 'Ahmadian', 'Psychology', 101); + insert into student values('58085', 'Bic', 'Pol. Sci.', 28); + insert into student values('17076', 'King', 'Statistics', 42); + insert into student values('17133', 'Kang', 'Civil Eng.', 109); + insert into student values('36791', 'Bomme', 'Elec. Eng.', 84); + insert into student values('25785', 'Knezo', 'Athletics', 66); + insert into student values('11055', 'Arnoux', 'Geology', 121); + insert into student values('96227', 'Vulp', 'Civil Eng.', 88); + insert into student values('67024', 'Aufr', 'Elec. Eng.', 62); + insert into student values('69307', 'Gierl', 'Mech. Eng.', 15); + insert into student values('23439', 'Cai', 'English', 101); + insert into student values('66969', 'Sui', 'Civil Eng.', 74); + insert into student values('22268', 'Dang', 'Astronomy', 78); + insert into student values('41938', 'Jordan', 'History', 93); + insert into student values('17057', 'Swartj', 'Geology', 94); + insert into student values('92693', 'Mattor', 'Athletics', 73); + insert into student values('49503', 'Seaz', 'Finance', 105); + insert into student values('77130', 'Tyler', 'Math', 1); + insert into student values('7861', 'Bollen', 'Pol. Sci.', 122); + insert into student values('51538', 'Ang', 'Geology', 8); + insert into student values('57787', 'Alexandri', 'Marketing', 60); + insert into student values('75116', 'Samar', 'Mech. Eng.', 127); + insert into student values('81984', 'Gowi', 'Mech. Eng.', 48); + insert into student values('68395', 'Jessup', 'History', 110); + insert into student values('11057', 'Robinson', 'Marketing', 120); + insert into student values('20002', 'Fournier', 'Accounting', 54); + insert into student values('95027', 'Bauer', 'Accounting', 45); + insert into student values('7514', 'Rical', 'History', 11); + insert into student values('88358', 'Bongio', 'Astronomy', 29); + insert into student values('34392', 'Lauciu', 'History', 20); + insert into student values('57538', 'Albuquerque', 'Comp. Sci.', 100); + insert into student values('9114', 'Swien', 'Marketing', 119); + insert into student values('8378', 'Stenv', 'English', 47); + insert into student values('51416', 'Shan', 'Psychology', 51); + insert into student values('71389', 'Vegt', 'Mech. Eng.', 60); + insert into student values('16453', 'Kanata', 'Astronomy', 78); + insert into student values('62226', 'Brookh', 'English', 39); + insert into student values('26028', 'Birchler', 'Statistics', 47); + insert into student values('45817', 'Herrmann', 'Psychology', 78); + insert into student values('48469', 'Kolodko', 'Elec. Eng.', 113); + insert into student values('69230', 'Masum', 'Athletics', 119); + insert into student values('99711', 'Deshpande', 'Pol. Sci.', 24); + insert into student values('26695', 'Hac', 'Finance', 104); + insert into student values('2501', 'Leitner', 'Astronomy', 70); + insert into student values('8819', 'Lesaffre', 'Elec. Eng.', 1); + insert into student values('507', 'Recc', 'History', 117); + insert into student values('80698', 'Eynd', 'Languages', 29); + insert into student values('73328', 'Stokic', 'History', 36); + insert into student values('23457', 'Shakhnovich', 'Accounting', 48); + insert into student values('17996', 'Karpist', 'Finance', 103); + insert into student values('75173', 'Basturk', 'Elec. Eng.', 54); + insert into student values('25552', 'Calles', 'Finance', 110); + insert into student values('63612', 'Duxbury', 'Math', 71); + insert into student values('27898', 'Holloway', 'English', 81); + insert into student values('33401', 'Campbell', 'Elec. Eng.', 22); + insert into student values('49280', 'Wilson', 'Psychology', 89); + insert into student values('66279', 'Reynolds', 'Math', 91); + insert into student values('12326', 'Watson', 'Finance', 50); + insert into student values('32772', 'Leventhal', 'English', 54); + insert into student values('25725', 'Steeh', 'Geology', 125); + insert into student values('89571', 'Zubai', 'Comp. Sci.', 88); + insert into student values('99780', 'Bravo', 'English', 100); + insert into student values('91580', 'Cabr', 'Mech. Eng.', 96); + insert into student values('27043', 'Garze', 'Athletics', 119); + insert into student values('96615', 'Anty', 'English', 9); + insert into student values('39892', 'Urano', 'Athletics', 92); + insert into student values('1232', 'Marcus', 'Marketing', 110); + insert into student values('22467', 'Dias', 'Finance', 95); + insert into student values('88884', 'Stasko', 'Elec. Eng.', 14); + insert into student values('96911', 'Jamro', 'English', 13); + insert into student values('46337', 'Nagaraj', 'Cybernetics', 83); + insert into student values('23110', 'Sahani', 'Comp. Sci.', 97); + insert into student values('60762', 'Bernstein', 'Civil Eng.', 120); + insert into student values('65676', 'Aufr', 'Astronomy', 93); + insert into student values('47025', 'Jouny', 'Psychology', 72); + insert into student values('1812', 'Chyr', 'Marketing', 47); + insert into student values('66763', 'Wilks', 'Comp. Sci.', 95); + insert into student values('52741', 'Bernhart', 'Astronomy', 50); + insert into student values('78911', 'Shavel', 'Math', 86); + insert into student values('33206', 'McCormack', 'Civil Eng.', 109); + insert into student values('15030', 'Massour', 'Mech. Eng.', 44); + insert into student values('11377', 'Jr', 'Accounting', 100); + insert into student values('17676', 'Michel', 'Psychology', 43); + insert into student values('52019', 'Engen', 'Athletics', 112); + insert into student values('64013', 'Auriche', 'Elec. Eng.', 107); + insert into student values('45770', 'Beekw', 'Elec. Eng.', 97); + insert into student values('63288', 'Stilla', 'Civil Eng.', 19); + insert into student values('92949', 'Retzel', 'Pol. Sci.', 125); + insert into student values('83871', 'Stylian', 'Languages', 92); + insert into student values('41671', 'Valf', 'Geology', 68); + insert into student values('645', 'Kane', 'Elec. Eng.', 58); + insert into student values('61444', 'Vries', 'Cybernetics', 125); + insert into student values('85534', 'Setiawan', 'Psychology', 19); + insert into student values('35362', 'ONi', 'Statistics', 53); + insert into student values('22417', 'McGuinness', 'Geology', 55); + insert into student values('5961', 'Lavina', 'Geology', 79); + insert into student values('35257', 'Ebou', 'Comp. Sci.', 65); + insert into student values('65299', 'Schwarze', 'Athletics', 57); + insert into student values('18367', 'Goodwin', 'Civil Eng.', 95); + insert into student values('68396', 'Klimasauskas', 'Biology', 72); + insert into student values('35905', 'Lima', 'Athletics', 19); + insert into student values('45650', 'Mateo', 'Marketing', 40); + insert into student values('27662', 'Tabarr', 'Cybernetics', 21); + insert into student values('25077', 'Palomo', 'Cybernetics', 82); + insert into student values('85575', 'Lal', 'Astronomy', 15); + insert into student values('760', 'Liedm', 'Geology', 100); + insert into student values('67583', 'Senn', 'Comp. Sci.', 93); + insert into student values('63886', 'Kuo', 'Biology', 12); + insert into student values('34055', 'Orono', 'Astronomy', 115); + insert into student values('41973', 'Werf', 'Civil Eng.', 115); + insert into student values('30017', 'Mateo', 'History', 96); + insert into student values('37581', 'Arndt', 'Cybernetics', 68); + insert into student values('62373', 'Cheed', 'Accounting', 60); + insert into student values('57160', 'Baer', 'Accounting', 81); + insert into student values('2967', 'Stokic', 'Mech. Eng.', 16); + insert into student values('5144', 'Abdellatif', 'Geology', 55); + insert into student values('5703', 'Yasuda', 'Accounting', 23); + insert into student values('58170', 'Lao', 'Statistics', 119); + insert into student values('53424', 'Lemoine', 'Languages', 10); + insert into student values('17397', 'Caleff', 'Languages', 31); + insert into student values('77588', 'Aguilar', 'Psychology', 111); + insert into student values('92442', 'Satoh', 'Statistics', 81); + insert into student values('42114', 'Mezzar', 'Cybernetics', 98); + insert into student values('53699', 'Cordt', 'Languages', 39); + insert into student values('22258', 'Larion', 'Languages', 3); + insert into student values('2133', 'Nardi', 'Accounting', 60); + insert into student values('73606', 'Sachse', 'Cybernetics', 93); + insert into student values('63040', 'Hochri', 'Astronomy', 63); + insert into student values('74473', 'Ledermann', 'Statistics', 22); + insert into student values('9659', 'Sakhno', 'Cybernetics', 67); + insert into student values('21552', 'Bradshaw', 'Physics', 71); + insert into student values('45002', 'Abraham', 'Psychology', 109); + insert into student values('57213', 'Andrew', 'Math', 64); + insert into student values('56058', 'Fettes', 'Pol. Sci.', 128); + insert into student values('84792', 'Angelo', 'Civil Eng.', 81); + insert into student values('57185', 'ShuQ', 'Psychology', 25); + insert into student values('75510', 'Dumont', 'Physics', 114); + insert into student values('42560', 'Amr', 'Pol. Sci.', 80); + insert into student values('75252', 'Huo', 'Languages', 0); + insert into student values('82402', 'Grant', 'Comp. Sci.', 5); + insert into student values('17339', 'Petzo', 'English', 58); + insert into student values('77148', 'Hinik', 'Pol. Sci.', 35); + insert into student values('11419', 'Geronimo', 'Civil Eng.', 66); + insert into student values('37869', 'Beeu', 'English', 109); + insert into student values('28977', 'Chatterton', 'Psychology', 73); + insert into student values('28989', 'Albinal', 'Astronomy', 107); + insert into student values('92867', 'Khene', 'Languages', 69); + insert into student values('92703', 'Makinen', 'Cybernetics', 29); + insert into student values('17600', 'Peter', 'Languages', 47); + insert into student values('32464', 'Kinney', 'Accounting', 5); + insert into student values('71426', 'Flecker', 'Languages', 38); + insert into student values('8343', 'Shoji', 'History', 108); + insert into student values('41261', 'Hubr', 'Physics', 32); + insert into student values('58469', 'Lutes', 'Athletics', 64); + insert into student values('36303', 'Nair', 'Mech. Eng.', 46); + insert into student values('30164', 'Ende', 'Athletics', 114); + insert into student values('29920', 'Kogure', 'Psychology', 62); + insert into student values('30858', 'Shaffer', 'Physics', 42); + insert into student values('88801', 'Fonseca', 'Athletics', 102); + insert into student values('57780', 'Trezz', 'Athletics', 86); + insert into student values('21246', 'Rais', 'Civil Eng.', 52); + insert into student values('34957', 'Kalogerou', 'Elec. Eng.', 71); + insert into student values('61998', 'Sohn', 'Civil Eng.', 22); + insert into student values('56598', 'Carey', 'Cybernetics', 58); + insert into student values('463', 'Houtsm', 'Physics', 78); + insert into student values('81245', 'Mandviwall', 'Languages', 35); + insert into student values('21100', 'Juchn', 'Physics', 51); + insert into student values('56', 'Kameda', 'Cybernetics', 81); + insert into student values('64121', 'Mansint', 'Math', 115); + insert into student values('20489', 'Shuming', 'History', 2); + insert into student values('10834', 'More', 'Geology', 126); + insert into student values('63289', 'So', 'Psychology', 0); + insert into student values('9953', 'Wilks', 'Biology', 45); + insert into student values('78782', 'Sherman', 'Math', 104); + insert into student values('5399', 'Chun', 'Pol. Sci.', 25); + insert into student values('1367', 'Ignj', 'Math', 69); + insert into student values('30896', 'Rueda', 'Comp. Sci.', 61); + insert into student values('12236', 'Bricker', 'Accounting', 116); + insert into student values('89297', 'Cacciari', 'Astronomy', 70); + insert into student values('52656', 'Phillips', 'Psychology', 6); + insert into student values('18859', 'Rubio', 'English', 21); + insert into student values('17377', 'Pisini', 'English', 67); + insert into student values('50039', 'Kurt', 'Statistics', 126); + insert into student values('78756', 'Dai', 'Athletics', 93); + insert into student values('3833', 'Hayat', 'Biology', 53); + insert into student values('47627', 'Warren', 'Statistics', 54); + insert into student values('65438', 'Saad', 'Comp. Sci.', 13); + insert into student values('8912', 'Brenner', 'Languages', 14); + insert into student values('22912', 'Sendlm', 'Geology', 63); + insert into student values('99289', 'Morales', 'Finance', 80); + insert into student values('63039', 'Wagner', 'Athletics', 69); + insert into student values('20180', 'Reyes', 'Languages', 44); + insert into student values('35687', 'Letouzey', 'Accounting', 58); + insert into student values('28409', 'Hirasawa', 'Geology', 66); + insert into student values('56078', 'Soltys', 'Geology', 70); + insert into student values('48589', 'Martyno', 'Mech. Eng.', 73); + insert into student values('7956', 'Brandsd', 'Statistics', 110); + insert into student values('16347', 'Morimoto', 'Mech. Eng.', 2); + insert into student values('75362', 'Christodoulakis', 'Pol. Sci.', 13); + insert into student values('57242', 'Chatfield', 'Physics', 108); + insert into student values('71085', 'Giannoulis', 'Elec. Eng.', 10); + insert into student values('89132', 'Janssen', 'Geology', 104); + insert into student values('79763', 'Ikeda', 'Comp. Sci.', 123); + insert into student values('41818', 'Wari', 'English', 9); + insert into student values('667', 'Goldman', 'History', 19); + insert into student values('82970', 'Peip', 'Mech. Eng.', 48); + insert into student values('68150', 'Kim', 'Math', 3); + insert into student values('63243', 'Dostal', 'Comp. Sci.', 68); + insert into student values('18338', 'Kangs', 'Physics', 9); + insert into student values('51862', 'Carrillo', 'English', 105); + insert into student values('19203', 'Koch', 'Physics', 88); + insert into student values('78892', 'Kei', 'English', 43); + insert into student values('67657', 'Beeu', 'Languages', 106); + insert into student values('71628', 'Amann', 'Psychology', 60); + insert into student values('43854', 'Gau', 'Astronomy', 47); + insert into student values('123', 'Wingb', 'Civil Eng.', 86); + insert into student values('5943', 'Rubio', 'Math', 28); + insert into student values('56139', 'Schelten', 'Elec. Eng.', 82); + insert into student values('45680', 'Kiltz', 'Cybernetics', 88); + insert into student values('76759', 'Masum', 'Mech. Eng.', 83); + insert into student values('26802', 'Baber', 'Comp. Sci.', 27); + insert into student values('83747', 'Gregory', 'Mech. Eng.', 51); + insert into student values('35935', 'ODono', 'Languages', 3); + insert into student values('8957', 'Walker', 'Athletics', 50); + insert into student values('40481', 'Zettel', 'Civil Eng.', 74); + insert into student values('44352', 'Itoh', 'Athletics', 101); + insert into student values('73072', 'Akroy', 'Comp. Sci.', 48); + insert into student values('96206', 'Koic', 'Math', 53); + insert into student values('8843', 'Papakir', 'Biology', 95); + insert into student values('41299', 'Siebers', 'Civil Eng.', 23); + insert into student values('13403', 'Latour', 'English', 82); + insert into student values('65703', 'Goldman', 'Comp. Sci.', 37); + insert into student values('49205', 'Agraz', 'Pol. Sci.', 82); + insert into student values('22345', 'Wecker', 'Pol. Sci.', 76); + insert into student values('39254', 'Elme', 'Statistics', 103); + insert into student values('80742', 'Lucas', 'Geology', 87); + insert into student values('94726', 'Ailamaki', 'Accounting', 47); + insert into student values('77361', 'Neuhold', 'Physics', 14); + insert into student values('52856', 'Grange', 'Physics', 117); + insert into student values('64138', 'Doran', 'Biology', 99); + insert into student values('89414', 'Feldman', 'Marketing', 34); + insert into student values('22618', 'Voss', 'Pol. Sci.', 101); + insert into student values('98870', 'Kun', 'Cybernetics', 43); + insert into student values('77234', 'Hayrapetyan', 'Geology', 93); + insert into student values('56057', 'Hull', 'Statistics', 112); + insert into student values('32881', 'Bagato', 'Civil Eng.', 77); + insert into student values('92776', 'Oki', 'Psychology', 0); + insert into student values('82301', 'Conti', 'Marketing', 129); + insert into student values('29959', 'Narli', 'Physics', 56); + insert into student values('30182', 'Porr', 'Cybernetics', 71); + insert into student values('96324', 'Sudirm', 'Accounting', 84); + insert into student values('56232', 'Perozzo', 'Geology', 48); + insert into student values('53047', 'Geißl', 'Mech. Eng.', 46); + insert into student values('87015', 'Pottos', 'Accounting', 90); + insert into student values('55329', 'Vyborny', 'History', 15); + insert into student values('21394', 'Patel', 'Finance', 115); + insert into student values('61166', 'Kangs', 'Astronomy', 73); + insert into student values('74530', 'Ranno', 'Physics', 103); + insert into student values('99189', 'Shelest', 'Pol. Sci.', 35); + insert into student values('34170', 'Chan', 'Comp. Sci.', 77); + insert into student values('19220', 'Hayashi', 'History', 77); + insert into student values('73542', 'Dooley', 'Geology', 8); + insert into student values('97590', 'Rammer', 'Comp. Sci.', 17); + insert into student values('15613', 'Umehara', 'Marketing', 41); + insert into student values('78767', 'Marlet', 'Geology', 6); + insert into student values('51553', 'Willis', 'Finance', 121); + insert into student values('9947', 'Bouzeghoub', 'Biology', 38); + insert into student values('95260', 'Yannakakis', 'Statistics', 109); + insert into student values('87268', 'Koenig', 'Languages', 82); + insert into student values('35', 'Glaho', 'History', 110); + insert into student values('99451', 'Bradshaw', 'Statistics', 79); + insert into student values('65396', 'Rossos', 'Marketing', 75); + insert into student values('98140', 'Ratcliff', 'Statistics', 5); + insert into student values('62520', 'Im', 'Astronomy', 105); + insert into student values('40044', 'Jode', 'Mech. Eng.', 108); + insert into student values('78787', 'Rissanen', 'History', 57); + insert into student values('85308', 'Yihn', 'Accounting', 20); + insert into student values('85809', 'Andert', 'Geology', 99); + insert into student values('30021', 'Youseffi', 'History', 90); + insert into student values('54153', 'Kammerer', 'Mech. Eng.', 25); + insert into student values('73387', 'Baccou', 'Cybernetics', 70); + insert into student values('83003', 'Nam', 'Psychology', 30); + insert into student values('13211', 'Diab', 'Civil Eng.', 66); + insert into student values('20803', 'Mercurio', 'History', 129); + insert into student values('6990', 'Hoshi', 'Biology', 25); + insert into student values('2629', 'Goldbu', 'Languages', 4); + insert into student values('83398', 'Quinta', 'History', 58); + insert into student values('6673', 'Bernhart', 'Math', 84); + insert into student values('81294', 'Massey', 'Mech. Eng.', 111); + insert into student values('81566', 'Farr', 'Geology', 68); + insert into student values('94620', 'Sarnak', 'Accounting', 100); + insert into student values('57456', 'Stauf', 'Statistics', 89); + insert into student values('17424', 'Zouao', 'English', 75); + insert into student values('34195', 'Bosnjak', 'Astronomy', 120); + insert into student values('94836', 'Fuller', 'English', 13); + insert into student values('16543', 'Toffoli', 'History', 83); + insert into student values('42843', 'Lin', 'Mech. Eng.', 18); + insert into student values('82868', 'So', 'Athletics', 105); + insert into student values('18499', 'Peter', 'Biology', 21); + insert into student values('50013', 'Milanic', 'Math', 76); + insert into student values('53077', 'Brandt', 'History', 87); + insert into student values('87439', 'Scheffer', 'Comp. Sci.', 93); + insert into student values('40738', 'Dima', 'Finance', 88); + insert into student values('13352', 'Gorsky', 'Athletics', 53); + insert into student values('9605', 'Beeu', 'Pol. Sci.', 61); + insert into student values('53490', 'Reina-', 'Languages', 31); + insert into student values('57925', 'Doeschn', 'Languages', 58); + insert into student values('57055', 'Piou', 'Physics', 0); + insert into student values('21009', 'Geon', 'History', 118); + insert into student values('8140', 'Paddock', 'Comp. Sci.', 53); + insert into student values('37284', 'Benabd', 'Physics', 74); + insert into student values('97023', 'Bulash', 'Psychology', 48); + insert into student values('5920', 'Godfrey', 'Marketing', 125); + insert into student values('91915', 'Cacciari', 'Geology', 126); + insert into student values('25780', 'Ashmi', 'Accounting', 95); + insert into student values('26473', 'Neru', 'Accounting', 75); + insert into student values('43032', 'Tanaka', 'Biology', 84); + insert into student values('30110', 'Humphrey', 'Athletics', 2); + insert into student values('88302', 'Yarmush', 'Marketing', 64); + insert into student values('83002', 'Ladu', 'History', 99); + insert into student values('83136', 'Caporali', 'Comp. Sci.', 61); + insert into student values('61364', 'Bhavs', 'History', 8); + insert into student values('50598', 'She', 'Psychology', 52); + insert into student values('83696', 'Denso', 'Cybernetics', 94); + insert into student values('33791', 'Wood', 'Civil Eng.', 92); + insert into student values('61403', 'Tanno', 'Finance', 44); + insert into student values('66356', 'Xi', 'Elec. Eng.', 44); + insert into student values('12683', 'Sin', 'Accounting', 115); + insert into student values('66106', 'Malagoli', 'Finance', 18); + insert into student values('77729', 'Lui', 'Psychology', 26); + insert into student values('52750', 'Saito', 'Mech. Eng.', 12); + insert into student values('25256', 'Boulah', 'Astronomy', 83); + insert into student values('3640', 'Karniel', 'Athletics', 41); + insert into student values('22325', 'Oevers', 'Statistics', 77); + insert into student values('26730', 'Veselovsky', 'Psychology', 68); + insert into student values('70918', 'Holland', 'English', 23); + insert into student values('91616', 'Hoffman', 'Astronomy', 100); + insert into student values('69285', 'Zaharak', 'Athletics', 36); + insert into student values('42688', 'Palma', 'Biology', 54); + insert into student values('24932', 'Segars', 'Civil Eng.', 78); + insert into student values('33817', 'Vagn', 'Geology', 95); + insert into student values('53185', 'Yuanq', 'Accounting', 25); + insert into student values('85445', 'Bocchi', 'English', 18); + insert into student values('58081', 'Pelletier', 'Comp. Sci.', 100); + insert into student values('75560', 'Tabor', 'History', 129); + insert into student values('80821', 'Morris', 'Math', 102); + insert into student values('19536', 'Bhattacharya', 'Math', 92); + insert into student values('27002', 'Veerar', 'Statistics', 5); + insert into student values('39925', 'Preuss', 'Civil Eng.', 32); + insert into student values('90194', 'Busch', 'Biology', 93); + insert into student values('32056', 'Frost', 'Math', 75); + insert into student values('67310', 'Lindner', 'Elec. Eng.', 21); + insert into student values('88389', 'Henriksen', 'Marketing', 5); + insert into student values('78469', 'Xiong', 'Accounting', 14); + insert into student values('46450', 'Tleu', 'Comp. Sci.', 83); + insert into student values('86651', 'Dave', 'Mech. Eng.', 94); + insert into student values('5824', 'Ocel', 'Cybernetics', 121); + insert into student values('11101', 'Glaho', 'Cybernetics', 119); + insert into student values('57431', 'Holloway', 'Civil Eng.', 2); + insert into student values('96193', 'Yasuda', 'English', 19); + insert into student values('55531', 'Apostolov', 'Physics', 85); + insert into student values('17192', 'Carroll', 'Pol. Sci.', 75); + insert into student values('86075', 'Juchn', 'Biology', 101); + insert into student values('81150', 'Atkins', 'Cybernetics', 99); + insert into student values('44206', 'Gilmour', 'Comp. Sci.', 75); + insert into student values('67222', 'Andrews', 'English', 91); + insert into student values('47126', 'Bakirc', 'Comp. Sci.', 56); + insert into student values('67407', 'Yoneda', 'Biology', 115); + insert into student values('20814', 'Cheed', 'Marketing', 42); + insert into student values('25331', 'Baker', 'Accounting', 68); + insert into student values('83838', 'Durrant', 'Civil Eng.', 2); + insert into student values('66293', 'Gibson', 'English', 98); + insert into student values('56499', 'Zarpell', 'Geology', 82); + insert into student values('32368', 'Ouaz', 'Languages', 64); + insert into student values('75273', 'Jia', 'Civil Eng.', 38); + insert into student values('67436', 'LaCo', 'Physics', 56); + insert into student values('259', 'Bertranp', 'Accounting', 105); + insert into student values('858', 'Kashima', 'Psychology', 1); + insert into student values('94990', 'Lykin', 'English', 120); + insert into student values('89140', 'Fabregas', 'Biology', 94); + insert into student values('55940', 'Subbai', 'Pol. Sci.', 31); + insert into student values('72768', 'Queiroz', 'Mech. Eng.', 50); + insert into student values('96772', 'Rieger', 'Cybernetics', 126); + insert into student values('25068', 'Dickens', 'Civil Eng.', 12); + insert into student values('96988', 'Bussel', 'History', 124); + insert into student values('44816', 'Burman', 'History', 67); + insert into student values('88417', 'Mitsuhashi', 'Athletics', 1); + insert into student values('11441', 'Betho', 'Languages', 36); + insert into student values('4435', 'Labroc', 'Accounting', 11); + insert into student values('70362', 'Sicard', 'English', 85); + insert into student values('54460', 'Martini', 'Math', 100); + insert into student values('7970', 'Bartels', 'Marketing', 56); + insert into student values('73807', 'Gubar', 'Statistics', 95); + insert into student values('19050', 'Erdem', 'Civil Eng.', 58); + insert into student values('67146', 'Scherze', 'Marketing', 121); + insert into student values('23934', 'Koizumi', 'English', 59); + insert into student values('96246', 'Tong', 'Languages', 86); + insert into student values('21225', 'Choll', 'Elec. Eng.', 112); + insert into student values('18554', 'Ramaswamy', 'Psychology', 21); + insert into student values('38013', 'Frolova', 'Marketing', 29); + insert into student values('98019', 'Ciepl', 'Marketing', 74); + insert into student values('40457', 'Bouras', 'History', 116); + insert into student values('94801', 'Chakraborty', 'Civil Eng.', 26); + insert into student values('65038', 'Papakir', 'History', 78); + insert into student values('4383', 'Tallis', 'History', 120); + insert into student values('36402', 'Hippu', 'Athletics', 115); + insert into student values('9514', 'Dickson', 'Geology', 112); + insert into student values('11195', 'Shiang', 'Cybernetics', 62); + insert into student values('31442', 'Bessou', 'Math', 63); + insert into student values('51698', 'Sharpe', 'History', 81); + insert into student values('18809', 'Benson', 'Marketing', 20); + insert into student values('85505', 'Wells', 'History', 123); + insert into student values('64642', 'Murdock', 'Elec. Eng.', 39); + insert into student values('54612', 'Zaraté', 'Elec. Eng.', 103); + insert into student values('5843', 'Deng', 'Athletics', 11); + insert into student values('90779', 'Lenhart', 'Math', 24); + insert into student values('52371', 'Boons', 'Marketing', 108); + insert into student values('51238', 'Kran', 'Civil Eng.', 19); + insert into student values('62124', 'Towsey', 'Physics', 105); + insert into student values('84039', 'Sveti', 'Astronomy', 79); + insert into student values('24201', 'Juol', 'Pol. Sci.', 17); + insert into student values('31993', 'Ueda', 'Comp. Sci.', 6); + insert into student values('39520', 'Lui', 'Astronomy', 43); + insert into student values('59172', 'Badran', 'Astronomy', 19); + insert into student values('21774', 'Moh', 'Physics', 38); + insert into student values('30957', 'Beaudry', 'Cybernetics', 38); + insert into student values('54610', 'Tam', 'Languages', 5); + insert into student values('72358', 'Tomason', 'Math', 92); + insert into student values('83204', 'Tauber', 'Accounting', 0); + insert into student values('76246', 'Pettersen', 'Comp. Sci.', 81); + insert into student values('80047', 'Clemme', 'Astronomy', 24); + insert into student values('38545', 'Fok', 'English', 122); + insert into student values('8986', 'Maesf', 'Pol. Sci.', 115); + insert into student values('89393', 'Fischbach', 'English', 21); + insert into student values('37103', 'Walker', 'Athletics', 19); + insert into student values('76743', 'Rani', 'Comp. Sci.', 16); + insert into student values('81396', 'Cordt', 'Finance', 7); + insert into student values('46066', 'Hirasawa', 'Mech. Eng.', 92); + insert into student values('6729', 'Heilprin', 'Marketing', 39); + insert into student values('90372', 'Rho', 'Biology', 101); + insert into student values('28352', 'Mai', 'Pol. Sci.', 64); + insert into student values('9408', 'Oberholzer', 'Athletics', 84); + insert into student values('15517', 'Anis', 'Geology', 29); + insert into student values('61402', 'Maity', 'Mech. Eng.', 62); + insert into student values('49813', 'Al-Hu', 'History', 93); + insert into student values('72186', 'Pace', 'Marketing', 106); + insert into student values('31250', 'Kawasaki', 'Athletics', 31); + insert into student values('51768', 'Noga', 'Athletics', 78); + insert into student values('18636', 'Mori', 'Statistics', 23); + insert into student values('88993', 'Palaniswami', 'Math', 51); + insert into student values('72177', 'Eller', 'Mech. Eng.', 30); + insert into student values('99760', 'Sakamoto', 'Athletics', 75); + insert into student values('80227', 'Tsuji', 'Civil Eng.', 47); + insert into student values('76270', 'Qian', 'History', 128); + insert into student values('42019', 'Koch', 'Finance', 53); + insert into student values('15726', 'Neuhold', 'Finance', 27); + insert into student values('97694', 'ODono', 'Biology', 15); + insert into student values('16849', 'Kantors', 'Geology', 117); + insert into student values('11262', 'Foels', 'Marketing', 117); + insert into student values('64222', 'Namer', 'Pol. Sci.', 23); + insert into student values('91799', 'Steinmetz', 'Civil Eng.', 96); + insert into student values('10727', 'Allard', 'Physics', 27); + insert into student values('64169', 'Lucas', 'Civil Eng.', 27); + insert into student values('81031', 'Nanda', 'Psychology', 56); + insert into student values('18941', 'Denecker', 'History', 46); + insert into student values('46981', 'Yalk', 'Statistics', 117); + insert into takes values('65901', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('24932', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('61332', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('73492', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('65715', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('58300', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('760', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('69730', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('94836', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('49391', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('48850', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('68999', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('53469', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('74016', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('49073', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('52866', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('83314', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('70359', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('88993', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('97042', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('33460', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('81207', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('68010', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('15517', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('8957', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('8986', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('7956', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('792', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('84189', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('92659', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('22198', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('8957', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('36244', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('97658', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('89104', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('5393', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('80248', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('30222', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('64155', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('99660', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('8517', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('31820', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('46769', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('43505', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('79589', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('70235', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('11126', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('27366', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('3576', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('3127', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('39619', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('33651', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('62520', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('86573', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('792', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('27528', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('52945', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('37103', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('11126', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('62152', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('3127', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('2848', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('20985', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('69628', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('78572', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('60366', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('52741', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('72501', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('5250', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('38013', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('88417', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('2286', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('15083', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('336', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('64934', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('499', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('56598', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('46074', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('47627', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('85063', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('43032', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('34055', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('16250', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('16907', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('66356', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('3335', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('72501', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('18583', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('53152', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('17924', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('77729', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('4248', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('46106', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('14621', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('14829', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('50658', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('44706', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('92949', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('66969', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('97658', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('17607', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('52876', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('56058', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('15883', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('99271', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('67560', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('85063', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('7287', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('35462', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('49450', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('78922', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('94569', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('1018', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('32245', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('51093', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('29390', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('47379', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('10204', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('90381', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('36926', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('70688', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('54728', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('15070', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('52741', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('79469', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('79446', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('44551', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('83622', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('64196', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('88140', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('28361', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('51008', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('1110', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('96134', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('98830', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('14874', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('23270', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('993', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('19791', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('57083', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('72528', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('95953', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('35357', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('62520', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('50583', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('93354', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('55857', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('53048', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('89414', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('99710', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('95852', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('84702', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('82918', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('70452', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('38271', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('67425', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('78892', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('79205', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('42298', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('83836', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('56598', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('34322', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('56755', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('68248', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('36845', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('48660', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('91799', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('89551', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('87965', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('12683', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('87439', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('16467', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('49701', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('37350', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('42843', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('94766', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('65676', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('27094', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('12214', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('81566', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('37101', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('18709', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('86934', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('99660', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('41890', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('83592', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('37219', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('88302', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('75040', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('36052', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('72186', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('76759', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('27804', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('99189', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('77898', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('47001', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('3639', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('80912', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('52371', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('99719', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('68242', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('3127', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('19536', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('97694', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('99463', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('96988', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('59290', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('60249', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('41751', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('62832', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('22198', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('35', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('4034', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('59046', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('67436', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('79772', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('60224', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('32376', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('1232', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('19203', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('51203', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('42960', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('96134', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('99073', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('66969', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('99271', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('1533', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('55940', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('43432', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('71085', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('4645', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('55915', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('34569', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('15070', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('9933', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('35362', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('22417', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('6287', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('39552', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('17997', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('22912', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('15487', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('35362', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('67810', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('29091', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('45494', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('63582', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('65688', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('10838', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('92703', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('8860', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('38271', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('54610', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('64914', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('17128', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('80420', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('32065', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('74070', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('58085', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('36513', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('11422', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('99348', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('45200', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('67793', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('5703', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('83573', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('48776', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('50039', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('44584', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('13826', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('14182', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('64642', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('71628', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('12362', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('65753', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('90663', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('13826', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('13506', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('31442', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('39157', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('82688', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('66813', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('36126', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('2967', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('91569', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('78581', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('68779', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('10904', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('60984', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('35905', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('90779', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('17507', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('46260', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('38902', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('38271', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('89059', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('33546', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('89551', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('61003', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('62373', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('94730', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('73807', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('70310', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('4438', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('16035', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('69471', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('72528', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('85234', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('16528', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('65190', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('72657', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('4015', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('44706', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('54728', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('10076', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('163', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('98870', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('83003', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('4182', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('51923', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('94836', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('76250', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('12683', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('38668', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('16133', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('13741', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('37284', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('1087', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('88389', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('13921', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('11095', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('24116', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('63560', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('69225', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('75513', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('81789', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('78454', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('48471', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('32483', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('8022', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('66969', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('14581', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('31302', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('4015', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('36926', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('70099', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('76049', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('76246', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('40738', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('50719', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('94815', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('25942', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('9947', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('39157', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('33759', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('90009', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('49503', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('73602', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('85211', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('1533', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('3651', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('20378', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('61783', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('40992', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('43432', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('58846', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('9659', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('63645', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('60267', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('46762', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('89571', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('39115', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('13290', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('38476', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('58172', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('22268', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('44352', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('69853', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('84410', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('89196', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('28316', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('29091', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('62832', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('58172', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('79534', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('63886', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('92776', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('94846', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('28994', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('18941', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('35042', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('88525', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('38902', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('26080', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('63390', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('54508', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('19293', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('41406', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('14874', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('82126', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('56078', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('39238', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('56003', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('66090', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('41965', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('93508', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('81550', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('30397', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('57780', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('36995', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('30182', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('94257', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('37339', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('21009', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('95089', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('67021', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('96615', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('5843', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('84189', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('17057', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('27919', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('2201', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('57026', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('30222', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('79763', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('24796', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('18740', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('66293', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('28538', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('53496', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('32483', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('12941', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('59517', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('68280', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('38548', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('37101', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('5250', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('64938', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('16133', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('36265', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('81883', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('46451', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('46260', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('81896', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('19541', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('10663', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('16907', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('92417', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('83592', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('67793', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('38895', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('7854', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('16631', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('54153', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('993', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('77130', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('8343', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('1285', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('46725', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('95027', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('65703', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('55286', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('95260', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('11201', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('21102', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('61166', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('26473', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('25785', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('96324', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('24630', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('95631', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('38668', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('80057', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('53490', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('24374', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('44551', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('93043', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('27956', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('79170', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('59673', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('30474', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('47025', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('31341', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('89196', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('47487', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('7123', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('14581', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('83204', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('7123', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('25187', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('5414', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('544', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('32376', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('87268', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('44998', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('96710', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('82402', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('79589', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('88887', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('90372', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('50038', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('32217', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('32368', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('52866', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('57242', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('43348', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('61920', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('31560', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('41261', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('19848', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('84189', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('10727', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('75560', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('66495', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('16453', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('65299', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('41211', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('77000', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('99250', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('75938', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('37350', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('86404', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('37734', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('61166', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('30222', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('9440', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('33401', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('760', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('24796', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('16453', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('59530', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('82974', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('41827', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('64249', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('60366', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('40738', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('13290', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('76895', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('80941', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('38902', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('78922', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('51093', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('50977', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('10033', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('18499', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('81294', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('97228', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('29705', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('19220', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('58935', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('76798', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('80420', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('47126', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('82083', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('77548', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('63243', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('94814', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('58889', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('435', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('42114', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('66753', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('77000', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('49684', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('62636', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('99553', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('52471', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('40044', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('11966', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('24197', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('61127', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('4004', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('94173', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('82063', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('15613', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('847', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('25068', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('57135', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('66753', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('65987', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('57780', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('95089', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('6523', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('89759', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('95284', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('39552', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('39978', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('62784', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('34788', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('11441', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('49214', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('3143', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('71631', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('40276', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('94257', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('75231', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('81207', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('84432', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('5144', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('557', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('78787', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('792', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('78116', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('85505', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('86806', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('30222', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('76799', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('163', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('12563', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('29871', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('67371', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('66281', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('97868', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('7973', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('77898', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('84792', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('10736', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('15538', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('5463', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('29462', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('83444', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('70021', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('7732', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('31137', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('7620', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('94142', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('15083', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('282', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('4173', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('78767', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('16515', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('75252', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('26102', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('39310', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('68248', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('22325', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('70688', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('57456', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('75299', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('25046', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('90353', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('43616', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('81884', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('83170', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('78434', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('43032', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('15883', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('91091', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('36303', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('39876', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('30017', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('4438', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('29399', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('6710', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('88418', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('8912', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('78332', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('77580', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('10693', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('76953', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('37818', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('80420', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('97400', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('52929', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('85366', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('69783', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('39238', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('80057', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('47824', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('23392', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('75534', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('99399', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('98047', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('21101', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('89759', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('95840', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('54153', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('72501', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('40457', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('87015', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('41774', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('11194', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('29399', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('51538', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('72485', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('29849', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('3493', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('5414', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('21126', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('66813', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('93708', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('73411', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('16593', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('64945', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('45300', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('12078', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('76250', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('87048', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('94990', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('99660', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('1367', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('64945', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('98359', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('19342', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('52291', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('15613', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('27950', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('7970', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('28952', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('32130', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('40044', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('69960', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('58081', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('53225', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('47379', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('78332', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('29645', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('56078', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('99553', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('10693', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('43032', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('78314', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('34126', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('98388', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('92659', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('6367', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('30124', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('64140', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('78454', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('32506', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('5843', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('21774', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('69632', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('99348', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('11194', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('59455', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('97101', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('70299', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('3693', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('28829', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('37103', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('84808', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('3127', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('19862', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('71529', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('6990', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('34126', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('78911', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('67560', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('81245', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('74796', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('18636', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('58081', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('34197', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('64155', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('76057', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('41450', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('75123', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('29399', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('97041', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('80227', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('36126', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('44881', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('79763', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('63560', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('35175', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('32056', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('65241', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('14869', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('89234', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('22198', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('7854', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('987', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('81396', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('28738', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('12078', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('50743', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('16133', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('46155', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('38013', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('78314', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('41406', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('71085', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('87193', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('47627', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('5243', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('78787', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('3039', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('667', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('71628', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('39876', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('31086', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('49280', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('45826', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('83170', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('82707', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('19638', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('22618', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('97023', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('50664', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('65101', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('58170', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('7204', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('85680', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('18367', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('99073', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('70807', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('13408', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('96227', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('5250', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('4355', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('64169', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('53048', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('55286', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('43032', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('25046', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('64550', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('61414', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('5824', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('55170', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('61444', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('18740', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('14581', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('52371', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('39892', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('41938', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('14065', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('60249', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('108', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('42560', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('66356', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('65703', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('18752', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('33201', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('5920', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('63645', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('76270', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('92274', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('15030', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('45817', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('282', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('50944', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('10904', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('97551', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('15980', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('70099', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('76604', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('99611', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('1367', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('89734', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('63886', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('76270', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('91616', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('30164', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('95029', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('76799', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('37715', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('12615', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('80247', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('38676', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('18007', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('91580', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('65241', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('43912', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('38476', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('7656', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('2501', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('14554', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('30110', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('39310', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('69471', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('66469', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('14829', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('914', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('98843', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('86833', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('65329', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('52385', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('92965', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('74016', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('93061', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('95366', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('4449', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('50537', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('62728', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('65144', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('15340', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('84808', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('56089', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('7490', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('25068', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('95697', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('75878', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('52120', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('69122', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('83204', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('45770', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('4508', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('62784', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('70299', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('51549', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('54612', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('32119', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('36303', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('17607', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('11262', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('40677', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('15070', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('7973', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('14065', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('18583', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('48660', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('95046', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('4645', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('12069', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('23311', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('5843', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('49982', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('68516', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('59920', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('68453', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('17397', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('49611', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('163', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('65056', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('42556', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('90353', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('44206', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('96085', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('58594', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('96085', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('78792', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('91978', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('90004', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('88801', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('57925', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('19245', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('39394', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('52019', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('29239', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('85887', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('28352', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('17086', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('36263', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('29849', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('73186', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('63361', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('69581', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('56', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('56089', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('70688', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('13081', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('42843', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('29645', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('18469', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('30772', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('47677', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('6195', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('72669', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('92839', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('42388', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('31560', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('86753', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('34195', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('67021', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('21102', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('39310', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('15249', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('99730', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('32464', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('96741', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('61783', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('62784', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('51416', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('25143', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('1232', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('67340', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('37038', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('63860', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('29031', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('57135', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('59848', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('94178', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('69241', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('43130', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('65715', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('40276', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('1533', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('30957', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('16543', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('85809', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('84654', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('4034', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('66008', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('55286', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('69747', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('81566', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('3640', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('99189', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('30161', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('37339', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('39978', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('93004', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('1087', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('61332', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('16523', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('97101', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('43211', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('11262', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('5243', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('92867', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('63310', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('83204', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('99369', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('4438', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('67407', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('78892', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('95697', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('32056', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('12563', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('69628', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('28316', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('24374', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('58595', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('75510', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('30845', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('18469', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('76224', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('58846', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('31137', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('1110', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('88993', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('914', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('97868', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('57962', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('65563', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('90124', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('29002', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('38545', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('33759', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('52866', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('43123', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('37449', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('31442', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('14668', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('87965', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('29462', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('9440', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('390', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('48423', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('94620', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('82063', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('37869', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('83838', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('30222', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('46441', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('31364', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('18859', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('76672', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('85445', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('24442', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('80698', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('61364', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('83838', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('38121', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('1000', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('22345', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('11055', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('86404', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('21552', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('59397', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('15328', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('26473', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('41599', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('25785', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('83480', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('11152', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('89414', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('18583', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('1884', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('6712', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('99760', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('13511', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('67017', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('92839', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('40371', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('66229', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('96227', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('30896', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('96615', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('85308', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('22345', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('73602', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('46762', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('89106', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('19824', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('30021', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('9408', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('29260', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('86736', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('12078', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('58300', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('93571', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('85505', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('69521', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('1884', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('78469', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('507', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('31993', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('17924', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('69679', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('2967', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('15074', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('20244', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('5617', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('32483', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('31761', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('66281', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('56058', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('36926', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('16467', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('49611', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('13921', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('13408', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('76169', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('17944', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('98984', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('89106', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('64039', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('24865', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('97400', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('93653', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('50598', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('73542', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('8912', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('17996', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('71944', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('57123', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('1884', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('96741', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('75395', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('18752', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('14214', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('19541', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('80113', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('78911', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('65329', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('21086', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('259', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('64731', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('13403', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('72055', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('76224', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('25331', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('259', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('40059', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('66753', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('73268', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('76057', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('13290', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('53699', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('71387', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('33107', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('71085', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('70359', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('827', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('15024', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('68278', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('65329', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('87048', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('67017', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('85534', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('898', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('85211', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('41406', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('46762', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('97694', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('33759', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('36791', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('898', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('25940', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('46337', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('85614', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('44881', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('4034', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('69230', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('25380', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('67018', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('98619', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('28989', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('54296', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('59539', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('84495', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('75794', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('10693', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('73328', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('26695', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('31476', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('99422', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('87246', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('30124', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('51579', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('66229', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('13290', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('80420', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('53788', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('39978', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('107', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('32772', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('14023', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('82066', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('8378', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('64164', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('75273', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('67017', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('12683', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('51093', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('78922', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('17507', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('38121', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('9953', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('34329', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('17607', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('85849', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('83170', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('67293', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('46066', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('1000', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('16543', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('43495', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('31690', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('33107', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('79170', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('47126', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('50039', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('19342', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('46035', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('58081', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('74530', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('288', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('41671', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('27950', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('75046', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('17600', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('77580', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('94730', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('94801', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('78143', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('35935', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('62152', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('9460', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('32376', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('79502', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('83592', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('79697', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('11855', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('87280', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('55238', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('27044', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('82301', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('19766', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('69752', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('39521', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('77415', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('32506', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('61402', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('49813', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('89132', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('47487', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('95574', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('50414', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('39901', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('91978', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('14628', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('53165', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('11453', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('3576', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('11057', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('6990', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('79210', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('4004', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('24387', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('38696', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('23475', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('21337', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('25331', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('55698', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('70564', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('62705', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('40897', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('64067', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('85366', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('435', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('5017', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('89140', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('57431', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('2967', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('31101', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('89132', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('53424', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('87268', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('82970', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('36244', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('60366', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('75273', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('99422', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('61783', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('92040', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('68330', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('47630', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('90234', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('21766', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('435', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('11152', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('24197', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('57666', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('30252', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('7498', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('23934', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('24325', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('31137', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('52494', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('12069', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('39204', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('64642', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('49792', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('87706', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('27662', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('90009', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('10556', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('5298', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('842', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('70828', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('86552', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('44985', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('95626', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('11237', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('58889', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('29140', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('17207', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('29435', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('21395', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('93508', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('282', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('52385', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('52371', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('25077', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('7514', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('50702', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('13028', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('29707', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('92949', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('20489', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('24796', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('27140', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('57083', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('68330', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('65714', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('77415', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('3640', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('69222', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('98423', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('33401', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('96324', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('32217', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('86552', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('52876', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('44038', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('94726', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('36494', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('43505', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('34329', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('89414', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('7602', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('16528', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('68150', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('25718', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('82707', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('28133', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('80742', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('69222', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('34158', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('69471', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('50598', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('50598', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('82063', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('30845', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('76250', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('5920', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('80698', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('37946', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('16849', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('56058', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('68263', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('67146', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('10705', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('66259', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('54672', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('61527', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('94894', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('18007', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('53788', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('9514', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('57107', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('28518', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('59117', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('67425', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('35935', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('1726', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('22912', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('34788', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('96153', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('73602', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('68242', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('77231', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('36379', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('61737', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('50703', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('4940', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('46451', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('27044', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('50977', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('93039', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('78792', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('79772', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('45570', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('20378', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('69230', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('3487', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('30177', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('64297', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('25380', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('63886', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('14094', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('72657', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('25143', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('19861', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('65056', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('77218', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('67542', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('48469', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('95574', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('65563', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('63090', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('44551', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('79763', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('9084', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('35', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('8986', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('22258', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('84515', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('62754', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('1737', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('57213', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('34329', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('67018', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('60249', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('79329', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('60984', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('93653', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('70452', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('82591', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('24809', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('69230', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('61854', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('38555', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('20002', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('28133', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('26494', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('66753', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('19342', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('87785', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('43981', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('82646', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('82646', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('90448', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('83480', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('29399', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('96153', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('67425', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('55009', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('30474', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('78792', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('46106', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('29871', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('40457', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('57431', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('85575', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('75252', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('19848', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('36995', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('85849', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('16885', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('58594', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('86573', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('11262', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('89734', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('21100', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('44304', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('73165', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('73186', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('72622', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('15030', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('87624', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('83170', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('80113', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('46694', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('14094', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('99463', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('23525', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('64082', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('22226', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('77588', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('33338', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('18007', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('16523', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('108', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('18859', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('39927', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('66753', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('72643', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('61356', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('44206', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('11083', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('60406', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('11237', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('64249', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('41675', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('10917', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('92864', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('3143', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('2419', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('17339', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('14869', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('72643', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('52203', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('2139', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('66969', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('37818', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('65038', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('64140', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('37759', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('33338', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('3163', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('34957', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('35293', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('94815', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('30845', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('31476', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('75794', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('65258', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('7656', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('51549', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('847', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('29399', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('64140', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('87965', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('38696', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('85445', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('25046', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('33645', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('28994', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('20002', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('53699', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('39157', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('41674', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('45570', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('53788', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('11530', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('90663', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('89196', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('91616', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('23992', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('32772', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('80057', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('16347', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('58413', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('56058', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('64155', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('93708', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('96710', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('12326', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('29091', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('23794', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('89297', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('96227', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('21246', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('49280', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('85754', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('23311', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('29192', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('65396', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('81245', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('37430', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('6367', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('49391', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('65443', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('64934', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('96968', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('82082', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('76911', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('44038', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('81245', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('83039', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('5336', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('8819', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('10033', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('53805', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('7149', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('63040', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('81876', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('35498', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('70061', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('60748', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('22260', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('13749', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('65438', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('6209', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('60249', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('827', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('62832', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('65438', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('56276', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('89551', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('52872', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('40738', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('38973', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('12362', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('63560', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('1812', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('57334', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('65987', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('69285', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('63040', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('43616', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('66229', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('71529', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('94173', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('83462', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('47126', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('46436', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('46769', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('31080', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('59908', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('39876', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('19220', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('87193', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('82063', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('98690', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('57787', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('71287', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('8819', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('50537', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('66269', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('24746', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('59538', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('24630', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('90609', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('95626', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('87222', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('25256', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('66259', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('14554', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('86674', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('71628', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('39978', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('95284', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('28352', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('85809', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('53152', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('91851', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('63886', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('52019', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('95840', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('29863', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('4173', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('75116', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('38895', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('38336', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('43495', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('94569', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('13741', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('29514', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('27043', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('14214', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('99463', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('67810', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('51997', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('17676', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('18554', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('56', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('98359', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('10481', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('72979', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('91343', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('54620', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('41280', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('91063', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('68263', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('27727', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('2848', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('1367', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('57123', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('88287', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('4645', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('80698', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('15074', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('27140', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('1727', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('79446', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('64593', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('83686', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('99073', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('8912', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('92864', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('86641', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('85754', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('17377', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('69783', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('28409', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('17397', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('65121', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('57160', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('8986', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('58085', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('3335', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('31080', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('80248', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('76173', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('34386', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('35257', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('63582', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('57474', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('54610', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('67660', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('10838', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('23311', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('99553', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('15613', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('78454', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('93986', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('60867', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('42843', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('19582', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('92703', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('57538', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('15883', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('78892', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('65101', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('30161', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('36263', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('16969', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('39241', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('29192', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('12069', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('3493', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('35687', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('11510', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('50013', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('123', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('64196', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('1018', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('89734', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('13290', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('86661', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('91343', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('20814', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('41491', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('95205', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('6474', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('63612', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('57135', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('16297', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('21100', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('96052', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('43658', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('29192', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('25380', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('40481', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('77580', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('75596', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('89393', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('8140', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('17207', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('95631', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('47487', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('93125', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('98843', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('37715', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('62124', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('64642', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('47487', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('16075', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('60688', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('28133', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('15024', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('66753', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('72165', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('82688', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('27804', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('87268', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('85534', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('57456', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('13741', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('25942', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('43495', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('53118', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('25380', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('53165', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('17831', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('74473', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('27528', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('32506', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('43211', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('90381', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('65438', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('4345', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('8986', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('33546', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('41299', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('96193', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('3005', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('91788', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('14499', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('72177', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('57431', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('64121', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('37869', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('89140', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('5463', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('70061', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('45720', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('8192', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('74464', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('85809', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('57538', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('54508', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('90779', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('15430', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('4173', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('86802', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('81884', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('96067', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('45083', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('33349', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('2133', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('22620', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('88577', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('19342', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('34018', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('12615', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('10663', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('57985', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('53803', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('18809', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('61166', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('46450', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('95366', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('2423', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('68779', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('18234', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('70098', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('98870', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('18775', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('39472', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('89551', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('81638', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('88801', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('27002', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('70924', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('16297', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('9360', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('13880', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('94801', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('63645', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('75423', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('75928', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('57474', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('53077', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('83686', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('58081', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('82301', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('90181', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('78116', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('60984', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('40080', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('98315', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('46066', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('69747', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('9933', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('97868', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('66106', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('50583', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('70061', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('79446', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('15980', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('68649', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('90448', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('87015', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('79589', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('21766', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('89414', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('33094', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('93171', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('27556', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('13741', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('37339', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('37103', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('39520', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('21401', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('29192', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('71025', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('18554', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('1460', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('57156', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('6209', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('56124', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('91851', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('82066', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('5005', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('91197', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('83444', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('87222', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('83511', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('86075', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('3576', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('15538', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('85746', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('81028', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('57107', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('1460', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('51868', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('53588', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('48462', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('88417', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('22179', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('61003', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('32881', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('53805', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('87048', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('46762', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('50206', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('25380', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('87784', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('95029', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('44985', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('30222', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('46981', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('8819', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('48053', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('70099', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('41450', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('29705', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('94142', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('36019', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('68395', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('1110', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('21337', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('46725', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('62832', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('28019', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('24387', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('67725', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('97868', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('67017', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('28518', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('25380', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('67371', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('12615', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('6400', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('2795', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('37038', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('18286', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('15613', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('49873', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('57474', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('12078', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('67514', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('84239', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('18469', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('2501', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('48247', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('98423', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('86753', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('38545', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('10527', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('32744', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('50977', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('49813', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('9114', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('35293', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('99710', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('88887', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('74163', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('53805', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('38013', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('81610', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('34195', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('75046', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('15144', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('76911', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('28128', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('93171', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('82646', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('93508', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('86661', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('24442', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('91799', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('56941', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('99189', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('43993', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('96324', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('55531', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('55170', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('75362', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('47379', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('42019', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('53788', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('74016', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('11194', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('11377', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('30252', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('23992', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('70564', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('75040', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('20814', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('47487', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('13211', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('63288', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('51579', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('27952', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('47630', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('34422', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('44352', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('57107', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('11076', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('74672', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('22170', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('31624', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('63860', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('44271', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('36494', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('56089', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('91343', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('62226', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('69730', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('54622', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('76798', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('80285', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('65329', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('32881', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('23525', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('93814', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('9183', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('42956', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('92385', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('28977', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('74016', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('46725', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('12214', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('19541', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('40189', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('85746', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('37586', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('10267', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('70098', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('1968', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('87784', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('73165', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('57238', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('86327', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('85211', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('90220', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('29705', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('98047', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('99422', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('43211', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('11441', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('24630', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('66269', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('3005', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('10904', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('72669', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('10527', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('79469', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('82707', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('13826', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('69747', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('57787', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('95089', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('39046', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('97041', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('28829', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('75395', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('77415', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('80285', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('32483', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('67371', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('69752', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('39204', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('15283', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('13403', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('5925', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('33837', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('46981', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('57787', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('74473', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('85746', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('6895', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('53588', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('68070', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('78922', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('15487', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('69747', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('4355', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('4940', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('86552', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('64297', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('82868', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('98870', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('61783', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('27919', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('43495', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('78787', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('71389', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('38696', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('41345', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('85575', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('27950', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('83039', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('45770', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('92274', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('60406', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('13921', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('89759', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('91442', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('17997', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('80113', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('58846', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('95260', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('31761', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('75510', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('53496', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('48861', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('27140', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('49205', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('49391', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('86651', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('96134', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('83592', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('29665', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('40116', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('37339', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('88085', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('67655', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('84654', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('93653', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('28409', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('89000', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('91851', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('72165', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('858', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('38712', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('18583', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('93125', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('36402', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('41345', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('36244', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('59290', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('83728', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('38899', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('1826', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('24201', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('94766', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('69081', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('89312', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('59538', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('81028', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('50206', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('16753', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('63560', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('16311', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('76224', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('16057', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('9460', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('85904', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('23457', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('93491', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('31250', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('11377', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('48678', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('88287', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('80698', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('92693', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('29031', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('259', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('81610', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('65329', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('52872', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('76911', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('66469', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('9605', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('29462', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('23449', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('55531', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('57242', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('75046', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('62716', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('28252', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('75116', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('86736', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('65121', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('18108', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('96911', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('32368', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('69241', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('52656', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('71768', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('83398', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('84727', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('94178', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('67018', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('68096', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('39892', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('26473', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('53805', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('19603', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('51975', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('94766', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('88553', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('72358', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('48660', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('80254', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('11195', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('59920', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('54620', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('16631', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('91616', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('107', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('22057', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('97629', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('53185', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('99719', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('69225', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('76798', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('99764', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('25942', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('86075', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('63243', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('11152', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('10834', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('68150', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('35220', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('88140', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('77021', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('987', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('22198', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('85356', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('88045', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('60224', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('66090', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('49684', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('94726', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('47630', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('42556', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('3651', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('5414', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('64082', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('12326', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('19321', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('50386', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('72186', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('847', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('40937', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('96003', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('45436', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('59908', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('62124', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('80254', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('15726', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('46981', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('64082', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('57107', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('12362', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('51698', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('34018', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('43432', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('41890', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('82688', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('68649', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('96193', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('21008', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('34322', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('43981', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('57026', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('85614', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('19582', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('80057', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('83747', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('40457', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('76224', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('544', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('51203', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('88389', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('19861', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('53799', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('49244', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('22345', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('56124', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('15144', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('11057', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('88793', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('56139', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('34386', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('51416', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('74974', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('64820', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('60249', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('28952', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('2848', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('27366', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('15074', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('93571', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('1922', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('66763', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('53225', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('47265', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('888', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('81984', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('58085', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('92040', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('108', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('88553', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('95366', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('26028', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('85754', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('16849', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('62152', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('70098', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('50013', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('43211', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('19536', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('23344', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('11095', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('67560', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('37454', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('5017', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('77548', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('80651', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('19603', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('43211', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('82697', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('86661', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('79469', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('37586', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('88993', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('84189', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('82697', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('74509', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('99710', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('15487', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('93366', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('50039', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('50039', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('34197', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('64196', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('83573', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('22004', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('82918', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('55698', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('51723', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('85366', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('8252', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('91442', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('69960', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('74530', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('49244', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('99348', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('3576', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('75794', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('97679', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('59455', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('39472', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('58634', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('27430', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('66469', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('96067', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('25785', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('37284', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('9084', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('7854', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('63361', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('14596', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('95175', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('62784', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('53588', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('3005', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('51203', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('81876', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('80248', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('55170', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('19861', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('52876', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('62754', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('83022', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('57055', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('90353', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('52057', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('79697', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('62636', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('66229', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('41406', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('63612', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('92442', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('75299', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('30252', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('99660', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('24784', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('5898', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('31690', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('36126', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('8457', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('18675', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('95205', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('53803', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('27950', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('56089', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('79487', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('99764', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('71631', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('32385', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('85887', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('50598', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('6523', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('90004', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('3487', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('59455', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('78332', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('56212', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('48589', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('85849', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('56057', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('34422', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('52057', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('123', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('4173', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('62832', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('48462', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('21401', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('27044', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('69230', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('19536', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('79210', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('95027', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('96772', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('36019', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('9947', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('69471', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('67657', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('49214', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('98690', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('78858', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('23934', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('31624', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('36402', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('70299', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('96203', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('72006', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('69853', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('88045', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('4940', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('95953', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('55915', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('36244', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('99226', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('62520', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('64196', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('75241', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('96988', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('33546', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('50039', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('9183', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('69632', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('62832', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('83686', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('56124', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('66753', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('70362', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('75423', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('57985', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('58355', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('65400', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('48640', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('95852', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('7854', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('91343', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('32376', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('58874', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('44258', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('22170', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('9460', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('51538', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('42991', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('8843', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('83039', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('14065', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('51008', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('54605', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('7602', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('39241', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('38895', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('96134', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('36102', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('26102', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('35293', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('27366', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('65258', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('99189', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('32886', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('34197', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('16631', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('1220', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('83728', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('67024', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('28316', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('61783', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('52471', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('2501', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('60366', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('73908', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('29863', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('52669', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('61065', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('36995', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('10834', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('30957', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('37521', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('49391', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('4860', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('58594', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('53152', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('53485', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('47126', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('84039', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('8251', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('90353', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('67293', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('74530', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('48678', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('98423', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('94730', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('77361', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('8853', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('76291', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('52385', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('1884', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('55857', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('11530', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('52187', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('12078', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('56755', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('58307', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('83398', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('35498', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('31337', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('94142', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('55170', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('84039', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('21100', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('76291', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('49873', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('70099', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('17944', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('41450', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('499', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('90372', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('80698', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('89297', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('52471', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('28977', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('12362', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('19824', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('64724', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('25725', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('73492', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('53089', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('57431', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('95840', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('59553', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('76953', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('11095', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('33817', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('46956', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('48471', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('52707', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('7732', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('90181', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('82039', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('50598', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('68453', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('57925', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('499', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('43854', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('96117', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('12615', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('21789', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('93631', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('96153', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('85211', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('67371', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('59455', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('51093', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('58172', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('67146', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('87222', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('83691', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('64192', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('31086', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('82688', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('39157', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('65715', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('27043', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('978', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('57985', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('53699', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('30341', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('29031', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('10917', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('94522', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('55857', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('94535', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('59046', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('32490', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('35588', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('61356', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('52057', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('62636', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('23373', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('15538', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('37734', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('41671', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('96085', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('10838', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('14284', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('16405', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('29849', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('16907', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('86127', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('87784', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('79170', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('89571', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('26427', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('37103', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('37284', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('78572', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('93708', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('83204', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('30957', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('17997', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('8140', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('40481', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('18338', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('86552', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('42560', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('1884', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('52876', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('50969', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('44998', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('10204', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('95697', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('97041', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('67660', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('49073', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('45359', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('36102', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('84704', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('29091', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('5824', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('68242', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('78314', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('16133', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('79534', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('78922', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('32464', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('34422', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('8343', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('24932', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('32881', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('53172', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('31079', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('48660', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('92703', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('57511', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('85534', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('36052', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('78143', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('89106', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('75522', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('4645', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('3576', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('57107', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('81258', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('63645', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('2139', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('99611', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('50386', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('33107', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('17924', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('78637', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('76798', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('11855', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('390', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('40044', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('94730', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('24197', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('91799', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('10736', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('68516', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('62795', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('27956', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('28977', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('63612', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('16969', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('24932', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('24442', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('15024', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('81638', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('96052', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('842', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('32056', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('34770', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('914', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('96117', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('72055', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('39978', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('39580', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('40116', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('68720', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('57377', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('5824', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('75560', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('7043', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('70021', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('39927', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('914', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('44271', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('19362', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('5943', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('92864', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('75123', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('18636', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('1812', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('90609', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('19536', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('19917', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('3651', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('39580', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('37586', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('31080', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('18583', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('11194', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('847', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('55940', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('29031', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('20445', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('13217', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('16480', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('89312', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('95225', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('9514', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('36019', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('10267', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('31079', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('3576', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('73268', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('82039', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('68395', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('37734', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('95626', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('33759', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('50969', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('31337', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('82974', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('37715', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('5298', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('67542', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('22142', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('94311', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('90220', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('8343', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('37653', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('51955', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('978', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('57538', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('53089', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('85505', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('65056', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('9408', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('83170', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('18469', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('30858', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('14554', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('5208', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('72622', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('16515', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('78756', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('38691', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('52371', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('94814', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('36845', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('24387', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('59848', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('3576', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('94801', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('49701', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('9933', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('29390', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('10663', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('16453', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('6195', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('76250', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('15144', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('39204', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('66293', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('39115', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('67655', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('30650', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('65144', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('57123', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('1232', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('44836', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('63645', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('59538', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('69471', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('70688', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('65329', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('53728', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('7970', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('67660', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('82646', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('12563', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('40682', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('23934', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('85451', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('97400', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('19766', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('27898', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('84410', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('96206', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('52669', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('42114', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('28299', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('38288', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('22912', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('69783', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('89551', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('58326', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('2419', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('95366', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('62749', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('69758', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('80941', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('69628', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('99694', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('39115', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('37946', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('14182', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('8457', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('30017', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('8603', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('28989', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('43348', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('51768', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('14563', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('94894', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('792', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('39514', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('77729', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('40044', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('40371', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('4248', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('19048', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('28738', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('46074', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('544', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('24374', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('1018', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('38895', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('20084', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('12979', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('50944', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('56212', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('52707', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('48678', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('37715', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('84039', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('51008', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('24784', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('67793', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('13741', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('74840', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('2139', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('33401', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('40897', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('71529', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('22620', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('72643', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('69679', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('25785', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('6474', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('96134', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('30845', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('95574', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('91063', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('16467', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('8457', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('19450', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('41261', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('23224', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('95099', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('51698', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('15698', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('40932', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('52291', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('70564', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('37734', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('35257', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('42625', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('34126', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('1018', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('46066', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('47126', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('56078', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('38696', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('69471', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('69960', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('1836', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('53172', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('16453', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('1110', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('56143', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('914', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('29803', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('54875', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('89059', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('41280', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('12563', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('21789', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('11201', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('30124', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('99730', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('92849', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('28361', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('87651', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('68070', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('60267', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('64945', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('52707', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('83622', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('9514', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('66969', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('78434', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('1232', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('97551', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('24809', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('65400', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('26730', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('78787', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('97355', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('73908', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('64121', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('39115', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('19824', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('1110', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('22142', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('21789', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('20099', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('98690', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('19362', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('34126', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('16405', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('82066', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('93171', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('99369', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('24746', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('74974', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('96324', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('52707', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('67293', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('10527', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('12326', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('72501', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('75040', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('6673', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('21101', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('30177', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('76895', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('97590', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('62754', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('89051', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('57238', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('89246', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('32217', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('65038', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('75252', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('7620', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('63090', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('16057', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('33206', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('37339', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('42625', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('74016', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('58172', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('78116', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('39901', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('97573', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('40044', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('10904', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('30650', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('82591', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('71631', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('7490', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('65121', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('37339', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('15086', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('77000', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('5144', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('75794', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('29645', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('27687', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('89132', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('80248', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('80047', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('26881', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('81294', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('4182', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('46155', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('34422', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('45650', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('57925', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('89393', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('94173', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('83170', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('1018', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('78782', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('55170', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('10076', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('97355', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('8378', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('38895', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('16543', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('69581', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('67425', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('33201', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('92417', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('57334', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('81884', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('71628', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('13352', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('760', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('3335', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('44703', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('27140', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('2848', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('32954', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('29399', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('32881', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('22170', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('26473', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('83003', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('21774', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('81984', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('499', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('57334', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('36926', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('78858', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('15578', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('51923', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('16631', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('13741', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('22003', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('23525', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('4508', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('69758', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('98830', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('5843', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('19245', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('499', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('9514', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('76250', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('9084', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('31690', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('75522', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('76743', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('83170', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('10527', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('53547', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('77415', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('24374', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('64724', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('37454', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('13741', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('30017', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('58594', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('70061', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('70395', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('58606', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('51238', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('77548', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('88884', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('71529', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('97023', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('33349', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('89734', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('69521', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('75173', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('26102', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('2970', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('34569', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('25468', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('49073', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('28019', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('93366', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('98563', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('7656', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('2286', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('39115', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('36244', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('19735', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('70924', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('75040', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('9183', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('42556', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('40937', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('88553', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('93814', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('31442', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('1727', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('2139', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('32490', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('69122', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('64731', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('12666', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('17397', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('99399', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('89312', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('74016', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('68280', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('69225', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('12683', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('70522', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('90194', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('28361', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('46337', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('23994', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('34331', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('37809', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('52203', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('68070', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('60040', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('55859', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('33759', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('54460', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('18709', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('49701', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('18469', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('37219', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('88525', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('38121', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('85226', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('51416', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('69679', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('88887', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('92385', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('96615', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('52945', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('88140', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('24809', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('50267', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('46066', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('83686', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('30772', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('4015', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('93491', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('32886', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('63560', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('79589', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('42625', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('80610', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('86127', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('33349', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('99754', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('74672', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('91132', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('68999', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('10904', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('31442', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('35721', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('92274', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('5208', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('16907', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('25143', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('86969', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('73213', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('83022', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('89234', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('37869', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('40080', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('22345', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('24325', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('23500', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('24809', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('54728', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('66281', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('68779', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('96178', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('69471', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('51975', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('71543', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('58081', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('72622', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('20489', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('64259', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('43912', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('24809', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('22050', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('30334', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('60406', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('73072', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('28518', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('57985', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('89059', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('94569', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('31302', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('78767', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('31086', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('42388', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('24630', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('60040', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('43993', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('89234', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('17769', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('97101', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('9408', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('35042', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('28738', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('90234', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('99189', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('81884', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('36263', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('48589', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('70061', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('1533', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('12216', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('64249', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('75547', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('14032', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('27898', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('44703', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('51579', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('85746', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('85809', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('81028', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('27094', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('42019', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('56089', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('7204', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('88417', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('2286', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('18338', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('68453', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('15726', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('43505', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('52929', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('9084', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('97573', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('827', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('37734', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('48462', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('13217', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('39704', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('94815', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('78782', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('77415', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('41450', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('70362', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('41683', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('22086', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('50966', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('63502', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('8140', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('73186', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('27898', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('93061', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('83170', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('85614', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('26147', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('74070', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('96710', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('17769', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('30397', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('34404', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('95697', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('83398', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('11202', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('43032', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('99719', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('53547', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('13741', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('76291', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('42560', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('57377', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('29192', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('59538', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('32345', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('84654', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('60688', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('62549', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('81785', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('65121', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('71628', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('94535', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('97551', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('25718', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('68516', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('11377', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('75231', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('68330', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('88308', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('53172', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('91851', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('66484', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('36657', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('33201', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('8819', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('76250', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('38271', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('37809', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('98726', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('89188', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('56', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('56057', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('54875', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('56139', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('85575', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('10481', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('52187', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('53185', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('89196', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('23794', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('993', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('4015', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('52876', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('77130', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('10917', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('46441', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('85904', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('68248', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('46442', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('37715', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('73072', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('34392', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('31442', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('45680', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('19735', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('53185', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('15328', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('98047', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('12941', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('56941', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('70572', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('74473', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('93814', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('95201', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('25780', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('8343', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('7514', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('69732', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('33759', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('3127', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('70310', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('36019', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('83444', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('86404', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('48861', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('30161', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('17600', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('20540', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('48469', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('70384', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('49073', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('76799', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('16993', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('80227', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('28004', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('26619', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('1826', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('56299', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('3039', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('3639', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('3639', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('85849', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('20489', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('53077', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('94726', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('99660', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('3693', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('70918', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('76743', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('28994', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('91197', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('40738', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('18234', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('22003', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('61356', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('99764', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('70389', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('14214', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('11377', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('12214', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('15538', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('97868', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('98388', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('65901', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('86661', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('95631', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('82591', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('56089', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('73411', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('57135', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('667', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('76604', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('66293', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('11578', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('50206', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('41450', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('5871', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('98843', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('8853', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('51723', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('78581', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('80976', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('10904', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('61737', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('96722', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('67810', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('46441', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('74911', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('1922', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('57160', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('7514', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('26028', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('32419', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('57377', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('71529', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('32369', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('3693', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('47265', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('31516', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('69632', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('34158', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('34957', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('18583', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('17086', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('45720', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('39394', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('31080', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('78116', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('72055', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('68242', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('79329', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('90914', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('93004', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('23110', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('14628', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('21009', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('10269', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('88525', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('83314', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('66469', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('11057', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('82970', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('54153', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('31820', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('34957', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('123', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('50598', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('16075', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('99073', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('67407', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('11202', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('28829', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('29260', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('78787', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('24374', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('59117', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('93061', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('64593', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('84189', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('55000', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('37454', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('35293', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('20540', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('48861', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('68649', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('57962', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('31266', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('12711', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('48247', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('17831', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('53799', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('81876', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('73908', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('9460', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('6729', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('37586', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('53225', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('26881', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('79487', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('69581', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('86802', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('11262', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('16849', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('17665', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('41345', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('97868', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('49792', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('63860', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('56143', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('39394', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('9495', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('23344', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('18338', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('30252', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('38895', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('73213', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('96193', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('27556', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('21552', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('84495', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('16593', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('27727', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('69730', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('19862', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('96153', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('39114', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('14581', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('31486', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('74016', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('66106', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('4355', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('97590', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('63645', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('89140', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('90004', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('95046', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('35293', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('13757', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('78469', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('82301', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('59290', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('2286', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('38668', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('12941', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('22179', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('3005', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('19824', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('49873', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('59397', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('57941', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('72177', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('22086', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('84495', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('21225', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('70389', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('25525', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('41280', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('95366', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('21009', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('69952', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('38895', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('16593', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('7204', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('13365', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('6287', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('43912', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('74639', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('81028', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('46260', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('34126', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('55170', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('35935', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('66484', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('88553', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('95284', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('62795', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('33759', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('45817', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('46981', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('99611', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('77021', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('96968', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('18740', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('30299', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('8252', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('32772', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('98870', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('50331', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('74672', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('39925', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('92442', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('38696', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('8843', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('9460', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('22532', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('40178', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('78572', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('27094', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('41827', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('58307', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('41491', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('78756', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('39925', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('27043', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('10033', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('53799', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('91197', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('48462', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('62754', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('13504', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('64914', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('18709', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('77000', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('61003', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('14214', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('12216', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('52523', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('55009', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('18499', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('90372', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('14284', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('53805', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('38902', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('32065', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('94142', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('60267', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('53424', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('41890', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('91197', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('8251', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('34055', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('29140', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('67810', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('4015', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('62749', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('57055', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('4345', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('76895', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('72177', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('58170', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('65144', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('45494', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('28994', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('68010', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('61354', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('81638', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('52076', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('41674', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('67560', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('1402', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('30177', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('59117', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('69241', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('74974', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('66763', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('89551', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('98019', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('7602', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('7035', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('49701', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('36052', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('35175', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('59673', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('32056', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('16993', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('39521', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('41741', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('90181', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('35138', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('32886', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('71543', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('22532', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('56', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('64067', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('91580', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('81610', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('52157', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('978', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('31516', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('79763', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('53469', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('2286', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('78581', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('65703', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('81610', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('94535', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('52471', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('56', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('8843', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('36384', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('9659', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('99719', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('48678', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('68554', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('52750', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('69241', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('90814', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('65241', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('98690', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('79487', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('51238', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('99977', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('14023', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('33837', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('49244', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('38476', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('3335', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('14432', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('61065', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('63390', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('4355', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('59172', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('96772', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('82580', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('35462', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('898', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('53152', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('31820', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('19848', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('11055', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('888', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('48462', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('6729', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('81638', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('53799', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('65438', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('6304', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('73606', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('35042', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('44206', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('56143', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('17769', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('47001', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('49073', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('40178', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('74070', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('44706', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('88577', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('86641', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('2970', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('69679', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('86327', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('21766', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('43989', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('72979', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('14668', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('48850', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('90567', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('30252', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('77580', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('71630', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('43505', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('66494', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('84515', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('80248', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('79329', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('44258', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('21556', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('5824', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('34422', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('93043', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('5617', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('16753', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('42956', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('49450', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('53225', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('78787', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('11152', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('7149', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('81550', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('57431', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('75938', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('68395', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('40932', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('79352', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('85754', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('38476', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('86802', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('51997', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('58701', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('83686', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('49280', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('827', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('56499', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('20099', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('97042', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('39472', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('80742', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('99268', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('57474', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('80248', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('25611', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('22003', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('21789', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('43495', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('13290', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('87439', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('68248', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('1402', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('84189', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('62716', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('18675', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('99369', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('81396', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('93171', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('56078', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('37350', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('81789', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('58413', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('61127', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('50743', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('82591', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('6710', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('57925', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('57985', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('41261', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('97101', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('79911', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('21395', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('16523', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('42019', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('52157', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('15698', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('42560', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('51955', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('21225', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('69307', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('8860', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('15144', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('64934', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('27002', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('91992', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('59530', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('38902', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('77289', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('29871', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('61403', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('96324', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('53048', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('86375', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('99399', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('86806', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('23110', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('82687', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('95574', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('5961', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('72669', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('50944', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('8819', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('99226', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('544', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('11455', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('35220', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('96968', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('89312', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('35462', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('96710', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('95859', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('18234', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('62754', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('33349', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('40044', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('54605', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('69783', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('65901', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('87706', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('65715', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('75040', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('71529', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('14581', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('60249', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('63040', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('5463', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('39876', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('3127', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('51868', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('31250', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('36513', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('72521', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('15328', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('51723', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('3576', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('24442', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('87222', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('34195', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('18675', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('85981', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('96178', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('81150', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('50969', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('80976', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('57238', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('10904', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('14284', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('76057', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('1826', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('23500', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('80799', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('10076', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('16453', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('69732', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('26028', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('70965', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('60406', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('23110', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('52741', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('98843', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('39157', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('16969', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('18007', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('20084', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('14874', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('22417', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('59920', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('81883', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('25468', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('5336', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('1080', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('29239', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('33791', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('58595', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('91992', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('40738', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('1726', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('21552', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('40481', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('22532', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('4248', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('59553', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('57083', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('94836', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('16907', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('41675', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('45770', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('91851', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('40044', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('69285', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('12236', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('78892', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('87439', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('90914', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('81896', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('14639', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('14499', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('90089', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('76604', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('45817', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('24197', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('31079', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('61364', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('63886', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('49450', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('50658', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('22325', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('63489', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('48850', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('41988', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('38545', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('91978', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('84239', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('37284', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('68649', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('42388', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('30858', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('4355', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('40897', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('86404', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('56849', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('85234', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('259', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('62429', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('41818', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('14023', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('42019', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('33107', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('41741', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('59848', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('8483', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('17997', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('94814', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('86651', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('70061', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('22050', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('42625', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('65901', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('86344', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('15070', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('3639', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('11194', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('336', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('18469', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('42560', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('57431', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('48165', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('60748', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('39892', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('25362', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('63886', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('97694', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('16347', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('27236', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('77000', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('98984', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('50467', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('95320', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('64196', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('1000', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('4004', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('84845', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('74911', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('59920', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('25187', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('20985', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('71389', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('14094', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('75878', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('37869', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('56499', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('59397', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('43123', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('29707', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('37653', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('52187', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('56143', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('52371', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('35935', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('10693', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('23270', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('24746', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('18469', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('16297', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('80651', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('38691', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('10454', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('69581', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('30723', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('7035', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('23110', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('77588', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('75772', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('97435', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('33349', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('83444', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('11510', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('89051', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('55170', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('19321', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('13511', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('36845', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('10814', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('96227', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('5336', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('29192', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('22325', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('38476', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('65563', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('20180', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('15283', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('11455', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('14628', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('67542', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('83022', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('11578', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('1954', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('90779', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('92442', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('57377', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('18007', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('46450', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('5898', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('74911', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('55286', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('99463', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('14829', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('63645', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('59530', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('72006', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('72177', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('78572', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('30896', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('40992', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('74840', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('79697', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('30164', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('61402', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('31690', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('29871', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('41683', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('87268', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('54612', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('37430', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('56499', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('24325', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('88045', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('29140', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('88085', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('54672', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('42956', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('79763', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('8347', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('30177', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('13365', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('65563', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('65400', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('75423', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('83696', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('36384', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('46066', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('1968', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('46260', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('22417', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('82301', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('60267', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('51553', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('1367', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('95175', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('61081', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('43032', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('15249', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('31337', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('57135', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('78792', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('51579', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('77548', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('94766', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('73072', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('98690', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('57083', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('67407', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('74016', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('71426', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('18234', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('38676', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('39310', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('41261', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('71628', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('32772', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('11966', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('93039', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('26102', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('78454', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('64121', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('45200', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('70235', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('38476', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('2178', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('50702', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('38548', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('89132', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('95029', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('77021', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('9360', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('26473', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('95027', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('792', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('32130', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('22618', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('60406', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('52872', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('92332', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('88472', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('67660', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('91992', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('24932', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('59290', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('90009', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('1968', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('65688', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('74163', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('27804', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('5943', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('92949', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('94324', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('50873', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('48471', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('98315', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('78787', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('85575', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('15726', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('69850', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('92776', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('46106', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('41674', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('19824', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('20540', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('71631', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('4383', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('7970', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('47265', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('25611', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('98315', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('43211', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('40937', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('97228', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('31476', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('14032', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('16057', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('67024', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('49982', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('94815', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('23457', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('70807', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('99760', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('65714', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('90663', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('13753', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('26730', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('39046', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('86802', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('41818', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('8347', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('80821', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('94766', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('19582', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('4034', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('38902', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('9514', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('71387', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('53424', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('36494', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('64196', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('4004', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('43130', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('26494', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('16753', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('26473', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('47001', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('18234', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('7123', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('7020', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('29645', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('19536', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('74070', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('13211', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('30341', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('95859', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('62832', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('72768', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('3493', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('11441', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('45680', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('85680', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('50658', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('8483', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('71944', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('93004', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('15430', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('16467', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('81566', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('15083', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('35257', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('37818', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('37038', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('21774', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('40558', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('66281', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('69628', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('27956', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('14484', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('90448', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('37101', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('45817', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('91616', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('35', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('83871', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('81884', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('97590', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('6673', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('3493', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('64731', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('75231', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('48861', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('45494', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('85809', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('75928', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('65208', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('77234', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('53424', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('72501', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('76743', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('67024', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('1367', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('61127', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('85754', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('98388', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('14628', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('27044', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('6990', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('95852', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('50658', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('78572', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('60249', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('87048', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('74974', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('16907', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('32369', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('23992', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('39241', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('37818', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('58300', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('54875', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('18752', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('61402', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('48778', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('65438', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('52187', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('49759', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('85234', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('61920', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('53185', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('94990', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('25256', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('4860', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('93986', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('87785', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('85356', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('64039', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('66469', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('96772', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('27002', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('93125', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('70918', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('98388', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('71904', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('37759', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('544', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('88358', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('96741', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('66763', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('39892', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('49982', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('58465', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('23439', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('59290', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('65703', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('16523', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('43348', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('66212', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('96193', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('15074', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('62429', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('31266', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('17944', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('78552', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('49873', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('97573', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('5243', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('39520', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('99719', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('89571', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('62749', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('18234', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('39876', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('35588', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('19582', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('46066', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('83003', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('75299', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('87784', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('91788', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('81876', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('56057', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('2133', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('163', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('41091', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('64593', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('37038', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('64067', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('41988', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('16849', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('84865', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('81884', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('82591', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('74016', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('288', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('5005', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('86075', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('29665', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('96206', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('78116', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('35905', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('81028', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('67024', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('6712', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('63090', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('81538', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('17911', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('51549', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('76246', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('41675', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('46725', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('77729', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('29959', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('38288', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('88577', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('98690', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('8986', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('41596', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('20814', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('64140', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('24932', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('76911', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('14554', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('83511', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('28409', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('52471', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('63449', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('88553', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('544', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('32954', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('57190', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('11201', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('18675', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('15024', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('45083', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('16523', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('69758', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('99710', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('38545', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('87784', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('49684', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('22050', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('31137', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('30397', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('69783', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('8347', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('53728', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('7287', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('34404', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('60688', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('72528', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('78469', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('37809', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('41774', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('49982', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('84239', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('66229', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('99754', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('51817', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('50873', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('65400', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('60267', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('98120', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('12236', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('82646', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('92693', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('97355', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('31341', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('10267', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('5703', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('33206', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('35685', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('21552', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('41938', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('94178', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('46725', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('70389', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('97658', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('10527', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('88045', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('10727', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('22467', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('68070', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('25187', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('67660', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('49618', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('13028', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('69952', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('11055', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('81258', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('83573', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('99250', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('84727', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('87624', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('55170', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('85211', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('8912', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('82688', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('71628', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('41261', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('46981', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('41450', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('5250', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('57511', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('18367', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('98726', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('28252', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('15487', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('36303', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('46928', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('78892', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('93039', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('15487', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('75596', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('74639', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('52057', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('74840', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('62784', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('53047', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('58465', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('40371', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('97629', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('73268', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('92040', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('16297', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('56058', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('30943', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('25468', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('20378', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('73492', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('55915', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('42991', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('17133', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('19582', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('3833', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('1087', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('88358', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('33817', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('59553', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('32369', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('48861', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('5463', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('15030', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('29192', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('82591', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('71631', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('50977', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('64820', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('99451', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('52656', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('12666', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('97868', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('107', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('4435', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('86753', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('21009', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('31993', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('16849', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('82970', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('90353', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('85746', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('94324', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('65901', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('41818', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('61364', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('61444', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('89188', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('50977', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('39394', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('30341', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('77000', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('41832', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('33837', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('99289', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('97679', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('75596', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('67051', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('58634', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('36791', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('92693', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('62795', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('64013', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('81245', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('336', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('41299', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('74473', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('43032', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('35293', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('24746', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('81396', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('78481', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('96911', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('77218', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('30177', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('19638', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('64067', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('78922', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('99660', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('36494', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('81396', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('17665', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('42843', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('68010', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('13495', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('23525', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('18859', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('98359', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('80799', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('85614', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('2423', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('69952', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('65433', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('26730', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('68278', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('30397', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('57780', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('1836', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('96203', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('95046', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('15613', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('79469', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('34404', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('987', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('17192', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('57238', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('65676', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('10663', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('32464', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('75252', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('35905', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('6729', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('15074', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('51817', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('43912', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('95205', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('90779', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('31560', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('64164', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('96772', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('5961', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('78469', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('56078', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('85887', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('86934', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('76250', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('74473', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('30896', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('25046', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('90089', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('36791', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('21395', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('52669', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('98830', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('52120', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('24002', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('13023', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('11453', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('64820', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('65056', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('90914', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('42688', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('7123', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('71426', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('64164', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('73268', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('78767', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('29399', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('20244', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('99647', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('11855', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('10454', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('8251', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('65443', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('21774', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('76291', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('23373', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('15883', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('94257', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('7123', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('81028', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('23392', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('84189', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('13365', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('8912', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('45300', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('72643', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('5703', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('18775', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('2423', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('90663', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('97400', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('87048', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('15086', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('75878', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('33759', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('30650', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('17600', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('45650', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('34502', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('91799', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('22254', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('5298', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('16993', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('46981', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('5617', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('95284', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('90004', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('66008', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('10705', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('27956', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('74163', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('91343', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('59455', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('14432', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('42096', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('47677', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('16528', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('5005', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('91197', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('23224', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('96710', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('62728', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('62124', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('58413', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('31516', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('36384', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('94142', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('52203', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('82301', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('73411', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('93508', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('26881', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('38545', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('44551', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('85234', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('65208', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('65241', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('14432', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('76798', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('69241', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('18338', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('57083', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('56080', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('37653', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('77148', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('90089', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('4449', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('28361', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('14182', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('53048', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('81984', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('39978', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('94726', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('24784', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('98019', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('46442', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('57135', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('90609', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('97355', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('81207', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('92385', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('32744', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('94894', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('12216', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('50658', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('84704', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('88577', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('48640', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('82974', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('90132', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('4435', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('53490', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('87651', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('88308', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('81294', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('64945', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('89106', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('42688', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('23475', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('78792', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('80420', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('69758', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('9953', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('29239', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('11202', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('98830', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('21789', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('83039', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('75252', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('74460', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('59538', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('43432', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('89393', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('61920', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('24932', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('96134', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('65299', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('35685', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('67021', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('27804', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('56080', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('33882', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('59455', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('50743', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('26881', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('43616', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('68242', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('70522', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('77218', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('63390', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('89000', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('75423', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('45083', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('80799', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('13826', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('84704', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('77364', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('58919', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('38668', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('59920', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('30161', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('50206', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('30124', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('2629', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('82083', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('65190', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('87651', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('97953', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('15083', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('39978', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('31560', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('31035', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('78787', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('91132', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('40558', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('32065', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('544', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('40044', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('24784', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('30341', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('84189', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('15487', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('94620', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('94697', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('34331', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('84792', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('49073', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('40059', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('77021', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('67051', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('29665', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('71628', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('54610', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('39978', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('98140', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('46155', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('39876', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('68396', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('33401', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('42114', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('85451', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('6710', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('81789', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('57156', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('29849', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('47487', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('86981', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('67436', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('89000', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('50873', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('1727', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('40457', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('35293', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('1110', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('80742', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('70918', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('10834', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('95850', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('27528', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('53185', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('56486', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('53185', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('84495', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('70389', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('99949', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('72521', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('99694', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('85445', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('82688', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('69222', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('95852', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('41973', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('92332', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('52157', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('21552', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('36265', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('70235', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('56139', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('70807', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('63612', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('89234', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('49873', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('16035', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('18338', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('36881', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('49873', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('45300', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('66259', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('29390', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('75273', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('12979', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('56078', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('41818', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('96227', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('65208', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('32385', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('53485', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('50038', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('259', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('83838', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('30858', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('435', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('25525', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('87651', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('1000', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('52929', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('96203', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('70299', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('19735', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('90089', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('14668', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('15070', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('53424', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('45300', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('70807', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('52876', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('93004', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('98843', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('23475', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('42298', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('2848', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('70061', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('52929', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('95027', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('86641', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('24932', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('17911', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('55859', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('56212', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('13741', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('87222', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('55915', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('62152', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('75173', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('2178', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('20540', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('52494', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('42688', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('64196', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('97694', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('77415', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('62520', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('83686', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('86375', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('90814', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('48462', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('83573', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('30110', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('12666', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('95366', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('50664', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('95366', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('96067', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('5336', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('48861', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('96722', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('43495', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('51997', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('86529', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('51203', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('99422', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('83003', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('69850', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('76672', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('31250', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('88389', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('47677', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('61444', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('1087', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('80057', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('87651', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('99730', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('53047', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('82707', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('80799', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('31266', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('39704', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('90132', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('15083', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('81789', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('99764', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('91915', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('35362', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('2795', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('87193', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('76049', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('23270', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('85063', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('38712', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('45436', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('1812', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('1080', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('41261', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('52134', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('57213', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('53547', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('71630', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('52656', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('24197', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('36513', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('10705', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('931', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('77130', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('40080', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('75423', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('44271', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('94894', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('65987', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('57242', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('6400', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('49214', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('53047', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('90372', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('5298', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('10838', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('16993', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('96227', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('17424', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('94894', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('12979', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('44706', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('21692', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('50331', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('99268', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('34392', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('72501', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('14284', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('51238', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('83039', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('96772', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('93171', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('78572', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('28538', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('20445', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('31086', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('1402', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('68070', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('72501', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('79329', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('3739', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('74464', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('59530', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('50414', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('46980', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('4435', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('58889', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('41683', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('56882', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('22003', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('5005', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('14284', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('67021', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('31250', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('76169', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('9460', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('898', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('13211', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('13757', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('65101', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('74974', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('78922', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('3545', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('9947', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('29192', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('46155', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('3493', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('87965', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('11076', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('70395', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('70807', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('89571', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('73492', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('45570', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('46106', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('79170', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('96206', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('79170', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('96067', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('73328', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('52929', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('38336', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('39901', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('31302', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('40371', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('23457', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('5144', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('78434', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('38545', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('7973', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('88389', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('34055', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('40677', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('33546', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('14596', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('96193', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('44816', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('18821', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('60867', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('82868', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('89246', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('60748', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('38476', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('7149', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('61783', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('10663', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('20378', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('39046', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('28738', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('65688', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('22179', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('19824', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('63582', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('37350', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('27044', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('56276', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('63449', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('90609', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('22050', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('27662', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('23794', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('88085', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('23311', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('51975', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('91343', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('58935', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('79911', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('2967', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('94371', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('7602', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('85356', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('16523', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('84727', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('52157', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('85211', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('22620', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('8912', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('20180', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('32119', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('85234', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('18499', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('86833', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('99754', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('53728', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('77148', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('77231', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('42960', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('11966', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('78469', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('61403', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('98690', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('41280', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('16480', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('63040', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('95175', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('23439', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('10033', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('29002', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('89571', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('28352', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('50583', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('66054', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('99271', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('68150', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('35687', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('69732', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('69285', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('35357', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('32065', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('95697', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('61166', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('38545', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('61332', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('69752', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('37284', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('21552', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('3693', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('89571', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('78581', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('74911', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('64249', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('16297', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('57538', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('19638', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('97590', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('98359', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('16631', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('89106', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('39204', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('56232', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('47824', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('81294', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('98140', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('67033', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('48247', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('24865', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('58307', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('93814', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('24374', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('41491', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('83511', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('5298', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('45300', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('6523', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('60267', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('16297', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('8426', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('11578', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('39046', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('99711', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('12078', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('9953', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('32954', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('51084', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('46694', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('65190', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('93653', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('34542', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('51416', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('76057', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('8251', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('41890', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('82082', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('19603', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('80420', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('3143', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('19917', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('52750', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('35175', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('20974', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('70235', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('60688', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('66293', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('89059', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('78143', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('94814', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('27898', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('15328', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('73268', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('53172', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('17831', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('36303', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('56276', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('987', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('82868', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('41299', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('25942', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('5399', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('29803', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('45083', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('47670', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('11510', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('78454', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('69225', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('52385', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('22258', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('53728', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('48462', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('64140', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('70807', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('71944', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('81396', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('72657', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('35', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('18809', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('69850', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('95027', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('72177', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('98359', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('80285', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('51084', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('64642', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('55857', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('58874', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('34542', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('68395', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('86327', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('30896', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('81538', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('23311', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('11455', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('17133', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('34770', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('37284', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('77234', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('66293', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('7287', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('34329', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('27044', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('99422', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('29031', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('56499', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('48469', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('94522', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('29863', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('51203', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('32490', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('81566', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('58701', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('21246', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('38013', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('33338', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('75231', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('59455', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('83002', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('93004', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('90567', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('81028', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('71025', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('67018', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('78758', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('17600', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('75173', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('11510', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('48053', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('87831', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('7490', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('72165', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('33546', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('52872', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('35293', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('94766', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('62549', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('282', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('7970', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('49339', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('4435', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('13511', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('19293', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('81258', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('88884', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('78332', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('38013', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('63288', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('94173', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('24746', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('79697', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('49214', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('15457', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('3335', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('23311', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('66484', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('84515', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('89734', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('75791', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('107', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('25468', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('17424', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('89140', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('92839', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('87015', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('61332', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('94142', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('89234', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('68248', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('68395', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('61364', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('48469', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('38902', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('58081', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('61003', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('86344', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('28361', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('80610', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('8252', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('25528', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('41988', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('58300', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('79534', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('9953', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('53048', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('35498', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('48861', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('53077', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('96134', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('26028', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('2629', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('45650', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('12069', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('69081', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('63289', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('26695', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('40059', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('82126', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('21556', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('52471', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('43432', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('36019', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('32368', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('14065', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('60249', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('68516', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('93366', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('58874', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('89051', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('52203', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('24002', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('19638', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('25143', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('5871', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('68278', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('45200', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('52120', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('62832', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('16593', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('16075', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('86327', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('34329', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('84808', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('3005', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('1533', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('53496', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('3651', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('72014', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('81245', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('88302', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('96178', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('51868', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('72165', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('80698', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('39520', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('4355', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('53077', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('4645', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('79352', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('3493', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('71904', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('52120', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('27898', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('11152', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('99226', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('37856', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('24784', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('36244', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('50664', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('94894', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('23373', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('13506', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('50944', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('89051', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('22179', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('44584', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('4682', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('26494', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('94894', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('47379', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('14829', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('72485', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('97658', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('60224', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('79487', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('45436', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('95366', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('9933', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('97228', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('99250', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('53424', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('90004', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('74163', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('99289', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('81638', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('65121', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('79469', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('1727', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('96193', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('88045', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('54610', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('66008', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('14023', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('30772', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('25068', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('43016', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('28738', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('23449', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('66293', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('42991', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('23794', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('14621', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('72055', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('75560', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('10267', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('39892', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('14032', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('37653', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('33837', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('57941', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('89000', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('59530', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('67560', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('55354', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('23392', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('20540', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('50414', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('30650', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('35687', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('37449', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('41491', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('3639', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('30943', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('28977', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('40558', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('32065', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('19293', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('31476', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('29803', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('48471', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('16347', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('92332', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('69122', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('11419', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('90353', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('51862', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('19450', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('89759', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('11377', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('5925', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('6367', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('68242', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('80941', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('38899', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('79329', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('39925', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('35357', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('13211', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('67655', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('23525', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('67542', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('31820', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('99710', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('98870', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('35523', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('75510', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('8807', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('49982', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('64222', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('95205', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('667', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('5617', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('11530', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('36513', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('16311', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('61403', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('40937', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('1220', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('75123', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('34197', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('35362', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('75596', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('52523', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('45083', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('83557', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('95320', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('7498', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('2133', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('44352', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('1220', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('96178', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('34788', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('49073', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('46337', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('40080', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('987', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('90914', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('66495', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('6474', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('19450', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('1018', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('56139', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('33817', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('49205', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('89000', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('29871', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('95574', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('85356', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('14596', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('10267', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('88085', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('58300', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('38668', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('10736', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('18469', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('24116', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('61364', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('28133', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('66763', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('15430', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('92776', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('49391', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('52057', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('21009', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('2561', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('7390', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('87193', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('24387', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('7970', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('98359', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('18821', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('10556', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('22260', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('59530', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('15024', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('59046', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('77172', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('76173', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('15487', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('88358', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('89414', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('18809', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('85211', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('35293', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('39657', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('59517', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('90234', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('66356', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('5961', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('45359', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('61356', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('11055', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('41280', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('82126', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('81538', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('56941', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('25077', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('21789', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('53588', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('69632', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('62429', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('35175', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('34542', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('63289', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('27898', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('22618', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('61854', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('63361', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('22258', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('98120', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('4682', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('69960', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('499', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('94178', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('62728', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('66054', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('34197', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('99422', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('95089', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('52187', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('99289', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('67725', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('14628', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('10076', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('70389', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('41211', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('68280', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('39612', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('41674', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('84727', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('19848', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('62795', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('47487', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('15487', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('83002', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('39580', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('33206', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('41894', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('93354', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('3127', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('73387', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('72959', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('53788', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('82083', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('17676', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('61127', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('13352', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('16528', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('67542', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('22003', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('90089', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('40059', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('58081', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('94620', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('4173', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('74530', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('91580', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('68150', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('108', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('33759', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('17607', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('13504', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('8986', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('81984', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('51093', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('83592', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('26028', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('59290', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('9084', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('10267', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('20195', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('40303', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('97590', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('36845', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('8807', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('52076', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('2795', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('32881', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('62728', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('29514', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('69730', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('65299', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('25362', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('81258', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('56139', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('37653', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('88389', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('51723', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('23457', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('28829', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('26802', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('31820', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('32245', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('7732', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('36513', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('11604', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('31486', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('77218', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('23373', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('19766', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('8347', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('760', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('27898', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('22170', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('66212', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('67657', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('544', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('30289', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('75513', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('49813', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('78758', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('51923', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('71025', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('80254', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('13757', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('1812', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('46106', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('18740', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('31761', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('16075', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('36102', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('56232', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('62152', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('72358', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('31560', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('27528', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('90009', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('81566', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('18821', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('57377', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('49813', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('63243', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('41345', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('24010', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('81883', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('77231', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('65987', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('56882', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('74530', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('32119', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('81031', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('21401', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('80698', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('93653', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('39254', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('32065', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('27956', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('56003', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('65979', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('61527', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('95631', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('72485', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('36303', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('31761', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('24865', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('55859', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('99754', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('8140', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('28977', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('50013', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('44703', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('57456', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('82688', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('1000', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('65396', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('11152', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('61166', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('87280', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('32490', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('50873', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('69628', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('57377', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('22532', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('13749', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('79170', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('43505', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('6990', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('38676', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('22325', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('30289', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('47627', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('15538', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('73268', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('37715', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('75362', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('57123', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('78787', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('40897', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('81566', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('76173', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('15030', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('68263', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('22003', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('45083', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('19862', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('64938', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('27556', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('41774', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('12941', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('33338', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('99451', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('7498', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('35293', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('29462', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('35498', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('72055', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('22912', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('5381', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('94142', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('22620', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('8603', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('72521', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('98940', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('69285', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('42565', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('32772', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('66054', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('16515', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('39115', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('37809', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('14829', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('29002', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('31137', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('92659', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('46981', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('95260', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('21008', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('46074', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('95205', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('27950', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('42991', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('25718', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('57431', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('27727', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('80941', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('72186', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('81031', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('32506', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('77172', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('33817', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('30334', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('96117', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('43123', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('34126', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('17339', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('71904', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('40044', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('92274', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('99422', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('6523', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('544', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('858', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('11126', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('32369', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('99399', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('68999', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('17128', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('43658', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('66269', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('5298', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('18775', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('68453', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('48009', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('46337', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('97551', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('87268', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('96772', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('29920', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('74163', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('75596', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('17911', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('19321', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('33460', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('72768', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('44551', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('97101', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('90381', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('5703', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('57787', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('70924', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('36265', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('89051', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('43130', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('4004', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('71628', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('12078', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('59455', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('19603', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('13290', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('88793', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('66484', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('4015', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('49339', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('52523', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('51997', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('7732', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('53788', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('91132', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('90132', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('99463', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('36265', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('43016', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('39254', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('58081', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('42956', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('91788', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('75928', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('87193', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('97551', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('84167', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('53547', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('9183', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('86736', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('81028', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('56089', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('62716', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('35523', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('847', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('83003', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('68096', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('98019', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('24010', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('60249', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('87015', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('86344', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('65101', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('68779', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('1232', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('77218', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('53048', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('47824', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('88417', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('36494', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('15726', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('67425', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('8819', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('80610', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('69241', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('94730', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('72741', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('13290', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('4004', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('27044', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('92864', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('65258', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('3640', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('5208', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('4355', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('20540', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('97679', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('66212', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('68453', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('90181', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('76911', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('18554', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('11126', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('48053', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('28316', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('23457', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('90194', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('43130', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('93043', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('62124', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('97573', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('23392', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('86651', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('6400', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('44816', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('41818', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('58172', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('17996', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('86001', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('90814', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('61356', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('66763', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('71426', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('49873', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('82063', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('36494', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('49214', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('52945', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('70359', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('14554', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('57941', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('6195', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('42843', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('36126', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('64138', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('95175', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('82974', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('3039', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('39394', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('60406', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('23934', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('76270', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('28004', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('73213', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('48678', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('54612', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('54153', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('65443', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('53185', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('75040', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('68720', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('88418', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('36402', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('86806', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('29920', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('52134', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('13757', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('1285', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('57083', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('37809', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('42960', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('59673', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('86969', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('80976', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('33546', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('17507', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('74840', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('98940', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('23457', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('81175', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('92703', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('26080', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('19917', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('85746', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('51203', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('3639', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('25942', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('93125', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('83039', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('57190', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('66269', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('50873', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('31486', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('27366', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('18367', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('57431', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('108', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('46928', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('36379', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('8347', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('74016', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('23525', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('70395', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('52669', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('62152', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('65433', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('37818', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('57780', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('52523', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('11422', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('42560', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('39514', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('82082', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('75362', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('59455', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('47487', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('69285', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('15578', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('77021', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('67657', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('39876', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('48611', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('86001', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('18367', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('40897', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('43993', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('86707', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('8251', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('6367', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('58469', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('75231', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('25528', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('48462', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('41674', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('88884', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('8986', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('21126', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('95859', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('52371', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('22396', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('65121', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('52120', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('27898', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('20002', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('21692', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('8251', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('61232', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('91370', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('44271', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('53152', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('79911', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('40189', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('7956', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('95850', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('83691', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('26881', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('8252', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('23525', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('31079', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('51868', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('99399', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('19362', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('39927', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('32368', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('13081', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('18859', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('59455', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('91788', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('38696', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('34158', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('28409', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('96324', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('10727', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('21395', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('70299', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('90353', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('71426', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('65400', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('21766', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('15457', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('78332', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('41280', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('55859', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('2177', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('79502', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('88389', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('22620', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('2133', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('82591', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('73542', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('544', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('1737', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('64297', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('41596', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('18367', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('86552', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('34392', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('13028', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('48640', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('3039', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('95260', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('28128', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('42114', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('19603', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('20099', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('78481', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('57190', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('8426', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('65433', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('50598', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('46725', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('80227', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('83039', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('56882', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('98830', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('39580', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('89246', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('4248', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('97355', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('55354', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('41938', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('53225', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('24809', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('59908', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('84654', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('99730', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('23224', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('37869', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('23311', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('1087', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('4449', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('11377', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('667', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('16969', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('32385', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('44352', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('96117', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('75596', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('54620', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('61332', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('99647', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('30896', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('75772', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('760', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('19603', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('30299', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('12683', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('27044', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('11194', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('44998', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('56139', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('29002', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('1533', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('827', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('52741', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('16593', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('65205', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('39876', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('22226', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('88553', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('98056', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('81550', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('76672', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('6712', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('28977', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('41299', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('71628', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('15698', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('30017', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('93491', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('99611', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('19293', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('31624', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('68999', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('38696', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('12078', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('10693', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('99611', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('96067', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('65400', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('31364', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('499', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('83557', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('94846', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('58874', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('11377', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('81207', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('81610', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('48640', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('44038', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('60984', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('70389', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('75231', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('61127', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('72177', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('88525', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('52945', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('17128', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('79446', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('8807', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('64121', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('9947', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('60366', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('56598', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('86573', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('83003', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('70389', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('25331', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('667', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('20803', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('52385', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('19293', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('85234', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('66356', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('18941', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('93708', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('10904', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('38973', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('74974', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('93061', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('72186', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('42843', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('14284', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('69307', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('98359', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('44998', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('32065', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('43123', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('41450', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('33882', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('23457', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('18752', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('90372', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('99289', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('89393', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('8252', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('98019', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('63582', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('96153', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('31079', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('53547', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('71630', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('55915', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('96324', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('55531', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('53172', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('81884', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('107', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('3127', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('91063', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('14182', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('2848', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('10693', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('19861', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('90814', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('39472', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('17607', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('97355', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('37946', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('19050', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('10705', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('66090', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('19245', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('35293', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('645', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('42114', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('92849', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('49701', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('83871', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('93004', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('16969', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('69307', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('99660', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('25331', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('23500', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('43505', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('99764', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('41280', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('50537', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('77580', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('82697', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('83462', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('5336', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('66293', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('79911', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('94726', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('90004', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('90567', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('42298', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('74840', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('17507', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('74840', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('1533', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('92659', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('26619', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('60406', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('29849', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('34322', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('68779', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('95574', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('14094', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('4182', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('16057', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('50013', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('71085', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('58606', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('19917', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('12069', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('85356', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('38676', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('72979', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('46970', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('14484', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('62705', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('75123', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('96710', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('34569', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('82591', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('65190', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('15074', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('52669', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('27956', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('14628', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('89297', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('31554', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('69783', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('3127', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('96227', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('81789', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('35293', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('4173', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('56003', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('69960', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('56299', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('95953', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('58355', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('59920', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('8192', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('24374', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('21101', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('30124', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('9114', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('16543', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('50467', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('78911', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('858', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('32483', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('84654', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('15430', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('91788', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('4248', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('29192', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('11202', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('37586', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('94620', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('25187', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('58701', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('9933', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('7390', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('67024', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('75547', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('83573', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('33546', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('88389', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('71628', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('7854', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('58889', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('14628', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('27804', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('26427', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('34126', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('2139', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('66356', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('73186', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('62487', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('75596', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('760', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('49214', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('29192', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('8860', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('47670', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('97590', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('9659', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('78858', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('32490', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('25552', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('12236', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('73387', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('24325', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('23475', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('11201', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('39704', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('89188', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('99775', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('61166', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('89759', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('47379', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('36494', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('91799', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('15328', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('63502', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('73186', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('5943', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('95850', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('84432', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('99271', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('11152', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('22417', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('30252', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('75510', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('30341', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('73165', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('40481', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('59397', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('3639', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('67793', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('57242', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('93491', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('51093', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('847', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('14023', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('12711', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('79329', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('85904', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('39619', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('6673', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('17057', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('94311', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('10705', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('57135', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('90567', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('44038', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('32954', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('36379', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('71904', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('83170', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('19766', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('39046', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('62520', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('99710', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('90448', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('78572', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('39115', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('2133', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('53490', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('52076', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('75794', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('21401', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('53728', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('82082', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('31080', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('48611', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('32886', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('30474', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('16057', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('31993', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('1827', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('27952', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('82039', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('81550', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('37653', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('35588', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('66090', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('59848', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('88525', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('17057', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('24325', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('26494', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('23373', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('66753', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('17911', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('63645', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('12236', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('20445', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('11855', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('70918', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('5961', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('14432', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('51416', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('80698', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('8986', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('99348', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('31341', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('75596', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('31337', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('24796', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('16405', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('28361', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('38121', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('76173', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('83462', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('37734', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('72521', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('57160', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('75252', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('24746', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('65038', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('89196', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('65056', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('64893', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('8843', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('86529', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('22057', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('31560', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('88302', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('31250', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('37653', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('43854', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('14432', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('98140', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('8251', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('25143', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('11126', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('13023', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('64642', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('74840', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('62716', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('19582', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('93354', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('35042', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('43226', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('85366', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('63243', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('163', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('95850', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('36494', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('79772', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('57156', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('55286', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('36303', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('49205', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('68554', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('39978', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('83214', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('6990', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('83511', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('64820', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('59848', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('33201', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('82697', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('52866', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('72358', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('81884', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('61402', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('65144', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('29192', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('163', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('80254', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('22170', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('83039', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('78637', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('91799', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('40682', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('75395', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('29863', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('41894', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('51203', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('39241', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('66495', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('22345', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('50013', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('79697', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('37430', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('5017', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('81789', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('72485', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('63502', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('67033', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('67514', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('6895', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('19638', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('33817', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('13023', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('95697', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('59172', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('61783', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('90124', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('17507', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('95089', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('85356', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('99760', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('65681', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('41345', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('27662', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('64249', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('96772', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('33817', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('21401', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('5463', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('74163', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('57135', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('33759', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('63502', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('54622', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('51817', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('32065', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('31993', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('75040', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('53496', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('75534', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('26473', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('40937', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('94998', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('27017', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('40303', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('64724', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('92965', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('22396', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('82697', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('31101', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('44998', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('16075', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('70395', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('41988', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('11966', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('85904', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('81538', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('95089', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('9659', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('51238', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('33201', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('53588', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('7498', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('64938', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('50944', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('70384', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('50743', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('50598', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('61854', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('96134', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('34392', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('5399', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('12173', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('64138', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('46442', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('76270', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('76759', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('39520', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('49813', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('32368', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('30289', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('97435', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('53788', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('98388', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('60224', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('44584', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('62728', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('68330', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('78637', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('2970', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('39520', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('36019', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('64082', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('80912', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('8457', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('62832', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('46442', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('92659', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('43505', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('4034', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('96227', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('79534', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('29920', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('89140', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('38013', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('3545', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('90353', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('14214', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('87785', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('72521', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('46769', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('29849', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('35588', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('49280', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('76246', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('98388', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('84039', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('76953', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('5843', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('45650', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('40303', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('10693', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('55940', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('3487', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('97551', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('56499', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('76604', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('26102', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('90220', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('27956', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('14284', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('52019', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('64893', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('39619', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('18367', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('87965', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('72014', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('30858', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('43616', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('92839', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('26619', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('67660', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('45720', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('24201', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('2848', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('53048', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('6367', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('81610', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('14182', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('74672', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('557', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('54620', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('77244', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('57377', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('86806', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('64731', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('62549', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('64642', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('40481', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('57107', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('55915', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('65979', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('90448', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('84704', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('50414', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('35588', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('94535', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('44998', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('78454', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('65433', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('99780', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('86552', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('58413', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('33882', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('34502', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('97023', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('18234', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('58701', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('53185', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('77664', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('39472', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('19362', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('56124', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('82687', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('5871', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('20195', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('61232', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('84845', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('50719', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('92442', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('80821', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('67810', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('39521', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('24201', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('56755', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('97101', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('1836', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('28352', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('52187', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('83686', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('16297', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('43989', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('87280', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('61354', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('82697', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('13403', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('97228', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('94726', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('39892', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('56499', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('38676', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('95631', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('2178', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('99754', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('57456', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('83747', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('19245', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('72669', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('32483', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('67810', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('17831', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('96246', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('70061', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('41674', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('46762', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('5463', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('30650', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('70099', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('9605', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('12069', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('46694', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('55170', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('9460', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('82974', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('58469', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('67514', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('73602', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('10663', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('34404', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('19861', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('38895', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('19050', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('987', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('89140', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('97400', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('33107', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('75241', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('88553', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('65299', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('74911', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('91343', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('13511', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('13403', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('28004', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('99073', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('44816', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('86981', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('50537', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('65443', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('84654', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('72485', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('7287', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('46970', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('12683', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('288', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('82697', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('97065', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('37430', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('85614', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('75173', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('61354', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('92949', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('10076', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('13081', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('27687', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('45083', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('50719', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('1836', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('34542', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('25331', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('82301', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('28977', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('24002', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('75173', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('5250', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('65144', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('86001', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('77729', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('95284', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('73606', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('78581', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('64121', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('3335', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('97355', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('41596', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('60748', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('1110', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('94324', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('80057', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('12683', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('95089', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('10076', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('8853', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('15083', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('82918', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('76743', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('14581', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('11530', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('94371', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('29002', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('59455', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('7514', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('41299', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('59117', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('12563', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('12078', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('40682', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('78637', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('63040', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('62749', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('99553', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('89312', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('38712', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('7861', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('76049', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('56299', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('24116', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('81175', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('56143', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('64013', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('26147', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('72521', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('46260', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('35462', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('63288', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('38895', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('85211', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('3651', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('56078', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('94311', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('9947', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('41261', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('58935', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('59172', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('46450', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('36303', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('33791', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('67340', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('1812', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('53077', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('32245', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('50966', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('69581', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('41741', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('86075', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('36494', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('58701', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('64138', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('83836', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('978', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('1826', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('7035', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('79911', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('52669', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('83480', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('86707', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('98563', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('6673', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('64121', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('27044', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('56078', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('96895', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('51923', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('99553', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('67310', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('21789', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('17769', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('7390', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('67810', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('78782', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('99977', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('70384', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('16993', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('14023', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('91569', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('49813', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('86674', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('82697', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('66106', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('98940', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('61444', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('91063', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('39472', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('53185', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('34502', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('50944', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('24630', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('31442', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('22057', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('14032', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('70572', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('1460', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('7970', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('26802', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('6523', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('55170', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('43495', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('888', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('82063', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('30772', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('49759', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('78143', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('62520', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('11422', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('40116', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('67657', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('47670', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('94836', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('30723', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('20445', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('90448', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('64140', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('44206', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('42565', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('49618', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('81396', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('86833', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('65258', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('60984', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('34055', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('94324', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('97101', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('57780', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('88884', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('76604', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('75791', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('64550', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('99073', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('46769', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('58701', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('19245', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('49982', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('4034', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('32772', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('81566', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('21100', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('52057', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('31560', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('108', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('42991', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('31442', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('52134', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('76743', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('85451', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('74509', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('26147', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('58465', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('91915', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('77234', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('76173', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('78481', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('59517', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('34404', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('73411', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('11237', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('15517', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('45300', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('2629', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('99780', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('10705', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('98315', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('19293', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('76743', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('17607', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('8483', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('18808', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('85534', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('72358', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('89132', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('88287', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('55000', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('71389', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('65190', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('11083', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('2629', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('40303', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('99780', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('59455', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('67793', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('57925', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('72657', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('24116', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('64164', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('1968', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('68330', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('54728', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('70918', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('26427', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('90353', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('46956', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('73542', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('78116', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('66106', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('26028', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('44304', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('53788', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('49280', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('21789', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('2629', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('85680', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('42625', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('17911', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('49873', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('29031', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('34055', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('50365', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('69471', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('92965', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('45770', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('28994', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('99730', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('24796', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('52076', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('6729', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('52371', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('34569', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('39612', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('64082', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('50703', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('96134', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('7514', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('58326', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('64082', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('61403', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('8603', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('80248', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('49684', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('52120', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('88993', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('26080', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('65258', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('23525', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('58469', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('75116', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('69122', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('5017', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('69081', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('15283', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('43616', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('15726', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('78116', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('73328', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('94990', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('37350', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('86001', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('75040', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('51538', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('51868', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('87784', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('12971', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('463', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('83214', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('70688', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('46074', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('64169', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('56598', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('51093', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('19861', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('22258', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('65433', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('99711', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('14065', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('88793', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('60267', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('75596', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('88287', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('99369', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('39241', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('10838', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('36384', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('18675', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('37946', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('1737', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('77415', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('3545', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('13403', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('44816', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('1836', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('83728', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('89246', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('56058', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('7956', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('92703', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('8192', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('41596', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('54460', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('97041', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('39520', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('90132', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('5414', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('40677', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('73165', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('92949', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('29031', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('9408', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('13403', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('44551', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('58355', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('46106', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('87044', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('667', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('94697', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('85680', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('37038', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('32506', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('6990', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('21008', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('52134', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('70021', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('89051', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('16453', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('80990', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('25940', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('97065', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('10033', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('32385', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('34126', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('30397', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('21337', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('76895', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('96741', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('99271', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('17924', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('36657', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('14874', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('27950', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('63502', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('47627', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('6367', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('90181', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('42388', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('40276', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('80698', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('72177', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('6474', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('99451', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('6400', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('83214', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('81610', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('20985', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('20084', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('90194', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('87965', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('82063', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('52291', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('42019', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('33791', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('64164', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('46928', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('87048', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('66090', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('16250', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('84432', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('64196', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('62549', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('86753', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('15578', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('35357', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('30021', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('88417', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('93366', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('85534', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('43123', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('17676', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('66494', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('26473', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('23344', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('98423', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('3833', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('88417', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('96193', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('40481', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('46762', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('76291', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('44551', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('47025', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('24784', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('34126', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('58081', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('914', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('86001', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('86802', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('30397', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('15430', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('22086', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('94998', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('55915', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('83953', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('98563', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('57925', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('80113', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('11262', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('69285', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('32245', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('45570', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('68010', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('50039', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('47001', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('11855', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('26473', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('80821', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('17128', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('25046', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('75560', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('58307', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('69241', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('24374', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('58634', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('43211', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('38371', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('97065', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('16907', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('55859', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('36402', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('36019', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('83314', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('54296', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('99719', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('32483', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('15430', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('32345', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('36657', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('3545', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('89132', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('43211', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('60040', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('76953', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('5243', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('2139', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('99553', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('76049', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('30334', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('25525', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('67033', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('83214', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('99719', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('48778', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('47265', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('94173', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('58465', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('75046', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('58413', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('107', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('84792', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('91616', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('30943', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('1220', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('36845', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('16515', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('92693', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('97629', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('18809', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('48776', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('5336', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('47824', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('39580', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('54620', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('41988', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('28252', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('3739', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('73268', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('61444', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('63288', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('58889', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('42625', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('32345', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('2177', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('93366', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('11422', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('81884', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('41450', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('83022', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('74639', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('58874', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('3005', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('71768', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('67146', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('43211', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('72165', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('32119', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('5336', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('20084', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('4435', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('81566', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('43981', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('96772', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('34329', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('2970', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('22268', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('80941', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('4508', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('463', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('98726', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('82580', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('24442', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('67436', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('85445', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('38973', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('49701', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('11201', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('1402', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('73206', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('25187', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('97953', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('78469', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('86934', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('67560', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('66212', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('61920', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('56143', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('50537', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('35523', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('83136', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('46956', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('20445', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('83557', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('667', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('65190', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('94522', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('61402', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('86969', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('12683', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('59539', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('98359', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('19862', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('13211', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('9933', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('18859', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('12563', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('88417', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('75299', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('15328', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('53547', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('90089', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('80420', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('17944', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('98047', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('52385', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('77548', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('85680', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('38973', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('50467', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('75510', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('68248', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('75772', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('67033', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('28952', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('11682', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('52929', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('58413', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('89106', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('78787', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('8192', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('90041', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('4015', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('67436', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('16057', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('14284', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('39552', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('18469', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('75123', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('14554', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('70310', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('74016', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('76250', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('8483', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('62152', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('58081', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('73387', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('39657', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('16405', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('68278', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('52157', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('86344', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('53788', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('19536', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('38973', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('76246', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('61332', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('65056', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('52187', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('22179', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('51698', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('46769', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('48053', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('64550', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('54622', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('30334', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('76768', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('58469', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('78787', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('21394', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('75046', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('98843', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('88577', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('93061', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('53728', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('5250', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('38895', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('53469', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('35198', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('59455', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('15030', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('22532', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('8192', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('30182', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('97065', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('36513', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('72485', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('15249', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('8860', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('46106', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('65688', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('98940', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('46956', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('931', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('69730', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('61444', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('40481', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('26802', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('68070', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('63090', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('22467', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('20489', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('22057', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('2423', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('57238', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('39704', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('58595', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('43495', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('15030', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('44881', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('8860', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('5017', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('48471', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('84727', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('17339', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('54875', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('18752', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('86552', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('59290', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('72979', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('15487', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('61003', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('49982', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('16907', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('44271', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('77548', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('1954', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('76049', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('61332', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('24325', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('64169', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('91132', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('91063', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('52523', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('96968', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('39157', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('78481', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('12326', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('99553', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('86934', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('45002', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('28738', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('12216', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('23457', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('827', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('435', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('63538', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('70688', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('93814', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('77361', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('2177', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('18007', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('35257', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('71543', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('21126', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('86833', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('76768', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('11453', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('43505', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('57511', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('17911', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('95260', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('64196', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('86127', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('13028', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('95260', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('4435', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('86075', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('66494', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('3833', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('61414', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('66293', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('2423', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('72177', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('75082', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('33817', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('16543', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('17128', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('94846', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('50969', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('59455', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('52385', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('25940', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('45817', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('99268', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('16593', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('53185', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('55000', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('3833', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('19735', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('99611', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('96085', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('89571', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('96722', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('68779', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('80227', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('67542', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('86707', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('59673', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('2201', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('34236', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('40059', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('94173', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('30222', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('36265', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('44703', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('11237', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('95859', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('35175', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('42114', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('31690', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('16035', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('79352', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('79911', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('6195', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('24201', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('18859', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('39876', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('30188', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('16969', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('15328', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('27430', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('64893', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('77548', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('23500', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('92332', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('39394', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('91442', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('66229', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('40558', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('96615', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('63502', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('91370', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('17676', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('9659', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('4248', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('67371', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('13741', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('6523', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('81207', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('26473', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('90132', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('5017', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('65987', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('10454', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('1954', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('25068', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('37103', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('73387', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('9993', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('32345', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('76768', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('91580', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('89106', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('63310', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('36052', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('61920', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('48053', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('61354', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('64550', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('4248', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('23224', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('67657', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('53469', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('13506', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('16849', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('54605', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('12615', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('16515', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('89196', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('79469', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('30650', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('8483', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('51862', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('91799', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('53048', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('52741', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('98423', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('24865', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('56755', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('39514', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('15430', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('48469', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('20244', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('81538', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('42625', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('2795', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('49244', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('21102', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('23311', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('19203', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('71944', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('55000', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('19245', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('8426', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('37103', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('12979', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('16297', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('67436', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('97868', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('10904', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('74974', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('94324', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('69783', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('89000', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('79210', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('20489', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('90663', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('98056', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('38712', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('10834', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('1080', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('95840', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('61854', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('96710', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('51975', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('12941', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('86674', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('98047', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('41683', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('24442', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('30252', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('82707', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('66484', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('46074', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('10834', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('16480', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('79352', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('64067', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('95046', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('84702', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('21394', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('92274', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('39704', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('89759', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('57456', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('64297', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('98563', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('35462', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('61854', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('38668', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('75794', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('80742', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('85746', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('8347', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('74464', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('83622', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('91091', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('15024', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('31341', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('84432', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('10527', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('54728', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('44703', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('6209', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('63288', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('43348', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('62487', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('46337', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('86075', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('99760', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('65101', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('30772', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('22050', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('78552', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('19861', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('39580', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('75273', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('52872', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('76799', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('33645', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('25143', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('20099', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('87784', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('58701', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('23992', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('1367', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('48247', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('83444', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('12078', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('16467', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('9953', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('50658', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('7498', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('70688', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('36263', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('58874', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('37759', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('65258', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('37449', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('6712', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('12941', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('78922', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('42388', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('24374', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('23500', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('93491', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('25525', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('30334', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('99369', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('6367', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('18338', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('8957', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('63090', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('65396', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('27430', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('64067', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('75123', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('67018', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('7973', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('80976', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('35498', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('45826', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('23439', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('23794', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('5843', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('12216', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('1402', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('99369', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('15024', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('36052', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('41965', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('84039', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('17397', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('47487', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('28352', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('43226', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('97551', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('11377', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('14065', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('39612', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('2629', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('14484', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('19848', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('70061', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('19582', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('16250', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('77289', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('85211', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('63288', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('48009', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('59046', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('95201', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('51549', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('90567', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('97694', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('95099', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('81883', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('15430', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('83838', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('7287', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('53424', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('55698', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('34392', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('32490', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('36791', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('62226', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('64259', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('10454', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('25143', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('5399', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('3640', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('35220', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('2133', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('97355', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('5898', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('47379', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('74911', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('14874', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('52876', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('6523', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('58701', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('16250', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('29959', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('39520', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('22417', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('29390', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('62728', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('59553', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('63040', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('20099', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('69853', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('96193', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('98047', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('27366', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('37219', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('76270', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('83728', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('16993', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('96178', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('11966', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('1087', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('95852', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('38899', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('39114', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('31341', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('42956', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('47487', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('37715', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('36881', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('32376', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('32056', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('34197', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('667', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('92385', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('96085', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('29260', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('50977', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('59553', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('17207', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('89051', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('30017', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('99250', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('26881', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('99611', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('11126', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('36102', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('73186', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('45083', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('87222', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('95850', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('92965', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('41450', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('55286', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('11101', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('20974', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('96203', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('67371', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('53165', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('71768', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('12236', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('40116', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('53089', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('31690', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('16528', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('26730', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('2848', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('51008', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('13023', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('35362', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('97590', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('34322', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('85445', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('24387', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('19824', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('37284', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('2629', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('70452', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('48640', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('96052', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('83170', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('55915', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('49339', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('13495', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('63243', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('8347', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('11095', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('3833', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('35175', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('86833', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('1367', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('34569', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('1954', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('38288', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('68516', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('49214', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('8457', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('25143', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('93814', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('72643', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('45770', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('336', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('41299', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('95205', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('18554', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('15726', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('64938', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('20244', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('44206', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('61065', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('95840', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('53699', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('11126', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('46762', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('5399', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('13408', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('95574', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('32464', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('32506', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('2970', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('92385', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('57925', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('25525', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('12326', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('89551', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('36102', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('42843', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('72643', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('31266', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('13880', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('66753', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('37350', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('37734', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('77898', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('17507', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('97435', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('5703', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('30723', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('36494', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('62716', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('69222', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('67407', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('17192', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('82301', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('82066', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('76224', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('99760', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('97023', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('76270', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('85575', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('18108', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('8853', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('74796', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('54153', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('11237', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('67146', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('19791', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('57474', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('90004', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('56276', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('38121', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('36126', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('22417', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('47677', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('15487', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('64820', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('37521', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('14869', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('85904', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('70099', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('68263', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('89297', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('59455', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('37734', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('10917', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('96206', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('31761', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('95852', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('54875', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('85356', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('847', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('77231', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('67425', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('48778', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('29803', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('1087', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('18554', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('70522', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('9114', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('68263', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('67033', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('85680', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('83511', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('21100', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('44551', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('16467', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('78782', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('92274', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('88140', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('79170', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('52872', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('25331', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('80113', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('24809', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('49073', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('65688', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('28994', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('27528', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('12069', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('77664', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('77289', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('55000', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('59553', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('99553', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('55009', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('79446', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('64724', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('85602', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('56080', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('50267', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('77664', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('15024', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('40677', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('3640', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('29871', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('30858', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('71529', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('645', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('56882', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('42688', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('43616', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('25785', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('42092', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('96206', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('39901', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('51817', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('23475', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('93171', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('82591', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('3576', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('5399', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('6304', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('90779', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('10556', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('39612', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('99977', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('46066', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('72528', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('32744', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('61232', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('62754', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('57083', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('91616', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('65688', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('107', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('87246', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('74070', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('14065', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('7035', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('76953', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('2178', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('18108', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('91343', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('17424', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('72669', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('4449', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('43505', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('84704', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('43854', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('59290', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('28829', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('17944', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('63612', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('48423', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('24630', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('95175', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('67146', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('61364', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('77130', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('41894', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('84704', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('46260', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('57213', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('41299', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('71085', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('55238', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('69732', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('39520', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('41774', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('61232', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('31266', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('1533', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('4355', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('93004', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('11578', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('66259', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('79772', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('16523', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('44706', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('27950', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('96895', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('36513', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('86707', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('3487', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('61354', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('94178', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('86969', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('8807', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('47379', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('52523', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('44352', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('92417', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('25725', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('49450', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('76768', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('88358', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('45770', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('42956', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('75772', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('70098', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('51093', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('59538', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('69521', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('71628', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('67310', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('98690', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('14032', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('65208', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('32464', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('45650', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('44258', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('71630', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('13408', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('90004', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('8957', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('54153', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('70395', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('75560', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('99451', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('54672', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('83170', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('64893', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('92417', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('98563', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('94173', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('99348', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('86127', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('66212', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('23525', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('36126', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('14432', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('41938', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('36244', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('31080', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('94990', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('54728', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('22618', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('57941', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('57538', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('88085', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('95852', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('91370', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('97023', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('72669', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('96085', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('28989', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('16543', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('4860', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('74672', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('28316', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('84704', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('32217', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('86753', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('7602', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('90194', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('75173', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('78637', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('13506', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('28994', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('28352', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('37430', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('58469', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('76173', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('41973', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('99719', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('15726', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('83686', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('67660', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('63243', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('64724', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('77588', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('95027', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('29435', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('63538', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('1737', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('50583', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('17397', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('86753', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('13365', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('30845', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('78792', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('13403', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('43993', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('93171', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('55940', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('29959', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('28019', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('10736', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('17128', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('37715', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('85451', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('67310', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('47379', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('44352', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('8140', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('24201', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('95029', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('38899', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('16057', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('40937', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('17076', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('35881', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('10481', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('52656', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('75241', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('64192', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('94846', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('84410', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('10838', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('20803', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('2561', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('29849', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('73542', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('2133', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('56212', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('62373', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('27094', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('97679', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('98830', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('84792', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('1922', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('51678', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('65400', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('42625', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('16993', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('76672', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('65681', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('13365', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('27956', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('91132', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('96178', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('30161', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('84239', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('82868', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('53077', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('18809', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('49450', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('3639', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('2795', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('63560', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('21126', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('45680', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('49073', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('16453', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('33817', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('26028', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('4435', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('4004', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('22620', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('65438', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('49391', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('15070', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('11510', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('51238', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('61527', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('68554', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('53588', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('9183', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('68070', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('44258', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('97658', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('99348', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('90372', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('19536', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('99348', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('16523', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('7956', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('29239', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('40116', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('96772', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('22345', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('80651', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('92385', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('36303', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('97868', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('17076', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('10917', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('43616', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('34331', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('4449', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('827', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('96615', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('50583', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('21394', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('76768', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('7204', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('65443', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('94173', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('5399', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('95201', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('87651', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('557', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('43032', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('86127', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('26427', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('72165', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('14581', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('30164', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('34957', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('53424', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('14499', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('41894', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('86969', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('46436', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('17057', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('38676', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('82591', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('931', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('58594', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('10727', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('41299', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('9460', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('13826', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('66763', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('14829', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('79487', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('50537', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('26102', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('30222', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('30858', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('46928', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('45002', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('32056', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('73542', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('94766', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('59530', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('76759', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('16969', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('32385', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('63538', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('57511', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('5843', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('8957', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('16593', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('72768', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('4248', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('41988', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('77000', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('88287', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('22170', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('90448', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('8986', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('65443', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('37101', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('52371', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('57156', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('23392', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('15249', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('40937', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('71630', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('78787', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('69471', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('47627', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('74840', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('93039', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('96741', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('31337', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('17057', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('18499', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('92776', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('76895', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('70452', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('82970', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('61444', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('72669', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('62429', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('31516', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('86707', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('11578', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('75299', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('94814', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('1285', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('47627', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('35523', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('58935', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('89132', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('70522', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('37946', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('67655', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('58919', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('53451', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('88884', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('34404', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('63860', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('50966', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('44258', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('19766', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('69960', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('59172', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('43854', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('64013', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('66054', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('92965', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('30397', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('37103', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('40371', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('96067', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('9514', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('97629', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('91992', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('37869', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('90004', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('39978', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('5144', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('11377', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('15613', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('8252', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('84808', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('33882', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('91197', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('15698', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('78782', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('18234', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('86651', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('44703', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('4004', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('38013', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('60249', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('42565', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('98726', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('37449', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('75273', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('50013', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('17676', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('74509', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('7287', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('86641', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('65438', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('29091', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('41988', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('48901', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('55238', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('51203', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('56003', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('27952', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('50598', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('90381', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('73602', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('11453', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('15980', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('847', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('18583', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('78469', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('69122', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('49244', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('16297', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('59530', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('96206', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('69471', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('71944', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('14214', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('80912', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('30896', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('86707', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('6367', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('24197', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('65400', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('41299', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('58935', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('8517', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('9953', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('45200', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('46451', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('58307', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('26080', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('1812', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('30017', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('38336', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('18821', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('61127', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('68263', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('40738', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('13921', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('32245', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('67514', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('46769', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('43854', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('41091', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('10527', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('90448', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('5243', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('22467', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('41818', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('49503', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('63289', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('65205', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('96052', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('18709', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('13757', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('74460', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('64724', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('12711', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('32954', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('77664', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('91992', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('1080', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('93039', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('46451', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('45200', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('52876', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('95260', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('12971', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('96052', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('73492', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('30124', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('48009', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('63288', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('52494', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('18821', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('19862', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('26147', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('81884', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('75791', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('72741', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('57107', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('74796', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('28133', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('5703', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('8517', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('67793', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('29192', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('50598', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('24746', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('70359', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('89571', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('63502', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('53799', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('64820', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('55698', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('39204', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('38121', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('4860', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('12971', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('64192', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('50658', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('842', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('59538', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('71543', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('53699', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('87193', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('54296', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('58170', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('77148', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('72006', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('68330', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('47487', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('9605', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('42096', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('63489', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('89734', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('80912', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('20489', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('79772', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('23992', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('94173', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('99289', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('66969', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('74163', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('1018', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('60040', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('73602', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('26102', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('86753', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('25780', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('17207', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('58889', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('88140', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('11510', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('52669', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('27662', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('30222', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('97400', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('96772', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('53496', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('87831', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('98726', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('52371', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('95320', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('33460', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('72741', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('19824', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('40189', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('29849', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('41894', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('41938', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('15086', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('17600', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('390', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('76270', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('43130', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('4355', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('83728', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('21100', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('52371', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('83204', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('50013', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('5381', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('8860', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('42019', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('77130', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('37430', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('72501', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('11202', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('44998', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('64222', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('63502', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('11510', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('5824', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('31364', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('88553', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('52669', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('46655', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('25068', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('15030', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('75878', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('1826', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('5703', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('53588', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('993', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('80113', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('29462', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('11057', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('92417', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('888', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('11057', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('37759', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('35138', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('49339', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('26802', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('11510', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('70021', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('38712', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('56882', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('10693', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('73165', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('8426', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('92274', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('56058', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('87439', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('1727', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('21225', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('1232', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('59538', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('42565', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('76895', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('1827', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('53469', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('65241', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('99226', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('65205', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('50467', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('25552', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('90082', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('76224', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('67021', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('80990', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('16057', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('49280', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('76953', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('68999', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('51868', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('60040', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('72177', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('31476', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('31080', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('48850', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('64934', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('63289', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('76743', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('31761', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('42096', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('95260', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('44816', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('43658', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('55000', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('56143', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('67793', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('74530', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('7149', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('61364', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('61444', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('40059', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('14432', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('3576', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('6287', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('98140', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('9993', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('62636', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('99764', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('41299', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('48640', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('81028', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('645', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('25528', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('99399', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('54605', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('3143', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('70235', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('22268', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('69285', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('81245', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('36102', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('69747', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('51955', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('16907', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('79763', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('80698', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('50873', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('4173', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('44836', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('28252', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('71085', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('15086', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('42960', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('34788', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('61332', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('96324', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('45720', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('27662', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('50365', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('97355', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('29920', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('66813', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('72528', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('90181', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('66054', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('29920', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('75252', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('86641', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('30188', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('99647', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('54605', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('34055', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('29140', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('2423', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('26802', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('65443', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('60267', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('86327', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('91978', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('82687', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('73807', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('56003', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('79697', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('32886', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('47670', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('52523', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('62549', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('65190', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('56078', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('54153', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('14563', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('94257', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('42560', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('76953', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('70362', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('86001', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('36052', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('85849', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('53803', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('71287', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('69225', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('85746', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('67310', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('72177', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('2419', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('48589', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('24784', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('14554', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('96117', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('31080', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('73394', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('95260', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('40682', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('14639', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('32385', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('6304', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('43032', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('85910', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('336', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('73411', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('35293', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('93986', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('15883', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('58889', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('88302', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('47630', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('46451', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('67024', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('41406', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('67024', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('59908', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('17996', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('24002', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('64067', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('70021', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('17676', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('8347', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('65753', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('18941', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('48469', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('56849', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('5925', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('63039', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('70099', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('78911', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('3739', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('99611', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('83511', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('51723', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('81207', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('10917', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('46066', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('11152', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('76224', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('39046', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('64140', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('36494', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('16347', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('95099', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('8517', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('1884', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('92703', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('35', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('95201', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('56089', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('61081', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('71387', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('3335', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('14563', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('16631', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('78756', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('37809', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('92849', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('65987', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('35905', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('66356', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('97065', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('95260', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('14639', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('88793', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('21008', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('85211', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('46260', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('36019', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('5144', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('75772', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('55170', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('88045', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('22467', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('13511', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('888', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('36657', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('88577', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('4645', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('19861', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('53490', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('52656', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('65753', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('88417', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('24932', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('15249', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('34331', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('23392', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('78922', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('20099', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('37350', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('51538', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('30124', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('75878', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('27919', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('36926', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('35357', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('23934', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('85234', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('28361', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('75241', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('13290', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('43211', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('31101', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('43348', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('13408', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('74796', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('96203', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('2139', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('68453', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('9514', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('56276', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('14094', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('48247', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('56143', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('10838', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('75938', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('75510', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('33338', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('15883', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('73186', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('73213', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('33401', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('10527', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('22620', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('15083', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('44206', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('78911', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('57985', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('70099', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('18583', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('95046', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('60224', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('29435', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('69285', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('36513', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('82974', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('16543', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('37101', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('14874', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('94815', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('67793', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('33546', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('42019', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('90181', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('50331', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('91091', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('63289', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('62520', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('85754', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('12563', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('61354', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('86404', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('14182', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('81789', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('35357', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('40457', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('37818', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('72622', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('38696', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('10917', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('22258', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('36657', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('72177', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('11194', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('95850', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('39978', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('792', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('75040', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('31035', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('62636', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('15070', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('40558', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('65676', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('85308', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('95175', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('6287', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('63243', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('91091', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('39927', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('77003', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('62754', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('66356', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('557', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('38271', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('87268', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('19848', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('94990', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('64401', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('26494', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('34404', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('14829', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('32245', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('97435', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('99730', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('11095', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('62749', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('90089', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('54460', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('40932', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('57925', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('99760', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('83398', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('80420', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('11237', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('61081', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('5336', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('18821', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('76049', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('92442', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('55915', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('58595', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('94620', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('41890', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('76759', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('58935', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('79534', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('61232', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('92965', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('48861', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('88884', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('14032', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('65714', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('46762', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('71878', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('57160', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('34170', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('36657', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('18941', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('2795', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('88801', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('56080', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('90082', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('86327', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('18709', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('81031', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('18740', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('41491', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('30222', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('3493', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('50969', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('39520', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('55857', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('35905', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('9183', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('16515', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('61232', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('65901', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('61737', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('96988', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('29645', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('56299', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('75040', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('92949', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('22396', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('81396', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('90372', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('1087', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('30474', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('78758', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('12979', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('70688', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('73394', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('19536', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('85451', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('74911', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('56499', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('24201', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('9993', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('85887', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('37581', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('29665', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('57377', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('29031', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('67018', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('60366', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('38696', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('93171', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('27950', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('48861', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('86833', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('9495', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('64082', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('94178', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('31086', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('19791', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('93508', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('88417', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('65714', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('99694', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('31364', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('12216', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('53118', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('35257', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('93004', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('65258', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('19342', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('39241', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('6367', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('89246', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('5843', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('2139', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('46655', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('37653', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('72528', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('90663', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('98388', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('82039', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('14432', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('63502', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('123', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('35', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('70395', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('72528', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('33759', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('94620', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('69307', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('72669', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('81175', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('41894', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('53496', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('14639', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('23311', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('15487', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('7043', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('49244', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('64169', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('67021', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('39619', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('46725', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('60984', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('7287', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('81638', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('12615', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('80821', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('2178', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('71426', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('94178', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('82063', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('61998', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('2178', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('39978', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('5871', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('88140', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('48678', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('83573', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('3487', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('84702', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('64550', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('97868', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('47001', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('15578', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('68396', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('64297', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('14874', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('31266', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('22532', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('92385', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('90381', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('69679', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('81610', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('10267', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('88085', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('91370', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('57055', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('30161', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('99271', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('13403', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('23373', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('38371', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('95850', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('108', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('27236', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('65681', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('46066', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('11682', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('57156', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('70359', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('53803', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('43981', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('23311', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('34957', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('93508', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('88525', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('87831', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('24116', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('83003', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('56849', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('36019', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('10705', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('34158', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('60867', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('14432', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('40371', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('108', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('11095', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('23994', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('6195', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('36379', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('61920', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('73908', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('78116', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('123', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('25942', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('38712', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('35293', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('52929', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('83953', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('95859', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('67542', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('58081', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('58935', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('55329', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('10727', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('3493', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('86651', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('68453', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('15726', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('30124', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('83314', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('72501', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('13352', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('4173', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('97023', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('97658', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('27956', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('80248', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('99399', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('19541', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('85445', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('1533', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('24010', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('30289', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('49684', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('57456', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('42956', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('96067', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('76953', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('99399', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('88525', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('86127', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('65714', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('73606', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('31554', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('88993', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('99271', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('96741', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('14554', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('21337', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('93366', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('33759', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('84432', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('88302', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('82591', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('16885', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('61783', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('88140', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('75791', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('92274', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('33759', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('44206', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('94311', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('52157', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('61414', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('53490', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('32483', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('85505', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('987', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('26102', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('72055', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('77289', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('55531', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('65676', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('58595', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('86344', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('1080', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('54612', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('72186', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('10693', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('14065', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('36244', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('557', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('14182', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('87965', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('32056', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('70389', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('46928', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('41299', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('13753', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('86651', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('74672', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('31690', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('9605', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('56849', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('14621', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('22004', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('36881', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('27043', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('71387', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('2177', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('52707', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('46451', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('38371', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('8483', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('65241', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('60406', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('32744', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('82646', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('42956', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('72741', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('21337', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('50944', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('99422', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('53496', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('24796', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('34502', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('51416', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('10033', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('30341', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('39514', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('20974', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('89759', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('93043', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('65979', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('30252', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('10917', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('99553', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('29514', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('1367', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('5898', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('61166', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('20195', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('67407', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('83314', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('25187', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('64820', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('52134', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('39881', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('16969', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('25143', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('13511', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('36494', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('84495', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('53048', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('47627', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('25718', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('89393', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('54610', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('7861', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('14023', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('65329', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('36244', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('16347', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('72669', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('23992', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('91091', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('25468', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('47265', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('63310', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('21337', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('23449', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('92659', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('96153', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('68096', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('43993', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('70924', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('84808', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('59673', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('96206', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('79329', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('13028', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('87706', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('67024', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('35293', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('12941', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('23794', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('30222', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('83314', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('95284', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('16907', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('33837', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('79697', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('99949', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('78332', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('87784', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('95284', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('79534', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('21774', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('62054', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('88302', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('89393', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('59397', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('32886', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('25942', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('16849', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('49205', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('59848', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('14581', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('82066', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('26494', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('28316', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('46694', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('83314', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('51678', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('22325', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('39927', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('5961', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('26881', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('10527', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('62487', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('64297', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('45826', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('50658', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('9605', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('80247', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('99977', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('22618', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('52872', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('72014', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('67810', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('33338', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('30896', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('28004', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('47670', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('30858', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('44352', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('23500', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('37521', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('17507', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('61166', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('92693', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('9605', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('79329', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('70807', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('16885', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('38271', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('17911', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('89104', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('15883', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('96722', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('90914', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('72657', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('34788', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('12971', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('85356', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('48423', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('90124', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('87785', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('93491', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('77580', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('85809', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('76173', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('80248', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('13880', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('7123', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('22254', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('29390', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('70807', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('92776', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('72014', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('5463', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('50331', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('25068', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('55238', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('71543', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('37586', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('25611', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('4438', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('6400', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('45570', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('23110', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('34055', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('72669', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('42092', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('63310', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('16849', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('61127', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('67407', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('28952', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('23344', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('83136', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('85910', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('20084', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('5943', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('50977', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('63310', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('42556', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('55915', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('27727', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('23392', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('87651', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('28019', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('96085', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('96203', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('42960', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('58919', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('25468', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('27687', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('6287', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('77588', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('79329', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('68280', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('46970', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('2201', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('30723', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('2201', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('63582', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('31079', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('7149', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('7970', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('14554', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('45720', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('54296', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('99977', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('84654', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('57123', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('37653', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('16753', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('66484', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('85505', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('52291', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('35498', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('95953', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('93631', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('5298', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('94990', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('3493', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('47126', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('14874', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('27094', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('28004', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('2629', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('27044', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('48901', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('17676', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('17924', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('31337', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('1460', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('52385', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('2629', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('54672', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('32464', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('8912', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('46762', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('77289', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('40178', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('80698', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('22226', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('7620', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('39619', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('65753', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('22179', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('68070', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('87831', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('70384', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('41491', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('62705', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('88358', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('99451', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('75596', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('86641', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('98563', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('27002', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('39238', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('66763', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('31341', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('63243', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('62754', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('21401', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('55915', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('59553', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('34018', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('92776', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('90567', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('29645', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('95029', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('82126', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('6474', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('53803', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('5250', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('62152', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('22912', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('78581', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('13504', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('39521', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('39115', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('59530', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('52187', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('31137', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('62716', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('41491', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('54605', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('53805', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('58889', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('51549', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('50702', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('70807', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('20489', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('32483', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('13028', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('24746', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('64067', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('65433', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('36881', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('25468', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('20540', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('98984', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('58935', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('78858', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('81207', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('61166', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('43616', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('23449', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('25528', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('27662', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('21101', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('59538', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('5414', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('9947', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('67725', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('61356', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('27898', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('88793', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('41890', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('39552', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('31364', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('95697', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('12216', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('57787', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('11057', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('65329', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('77580', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('25068', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('68096', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('98563', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('65205', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('39876', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('27430', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('73394', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('39204', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('90004', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('29959', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('22057', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('91799', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('80821', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('78581', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('60688', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('22532', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('32368', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('4582', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('99949', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('18338', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('80941', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('84039', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('90220', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('37339', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('89140', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('32490', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('32385', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('52669', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('44584', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('43912', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('99730', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('57238', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('12711', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('78767', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('77729', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('71025', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('31337', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('99949', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('49792', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('95225', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('32119', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('55286', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('23506', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('35198', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('28299', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('66356', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('1726', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('18859', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('88525', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('27366', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('45300', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('83002', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('31486', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('42092', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('89234', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('63612', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('20099', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('52494', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('49792', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('66281', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('71944', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('41491', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('37818', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('17207', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('53118', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('81396', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('8251', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('35220', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('1884', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('11152', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('108', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('15698', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('31266', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('92274', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('90009', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('31137', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('8957', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('64731', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('94535', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('59848', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('37038', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('85754', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('48640', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('94814', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('65703', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('57985', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('14874', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('88884', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('54153', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('97355', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('888', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('4435', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('1018', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('33206', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('31442', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('76270', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('28361', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('858', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('73268', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('78767', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('12326', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('27898', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('74840', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('57941', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('2561', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('83838', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('7602', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('65208', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('12563', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('1726', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('72669', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('69960', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('41596', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('97590', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('77580', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('15883', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('14874', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('4940', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('81984', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('56089', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('51817', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('31486', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('64297', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('22254', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('75878', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('65038', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('69747', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('60366', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('8853', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('507', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('78911', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('64121', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('6895', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('25718', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('87784', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('86651', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('39612', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('34422', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('53485', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('57242', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('10033', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('76049', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('99226', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('60040', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('71543', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('53047', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('7390', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('22170', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('65676', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('91063', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('19450', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('83622', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('14563', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('51093', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('65438', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('11453', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('64082', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('49391', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('72768', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('18499', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('97041', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('10454', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('85451', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('52076', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('26427', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('89312', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('41751', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('25725', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('19861', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('38895', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('544', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('64013', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('64169', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('70384', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('8853', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('46337', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('23224', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('23373', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('4248', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('19791', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('98690', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('39619', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('11422', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('52494', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('52076', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('61332', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('61527', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('89104', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('74473', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('67033', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('84702', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('51975', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('47001', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('25077', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('22417', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('68516', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('57431', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('41674', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('76291', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('6895', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('89104', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('52876', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('31442', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('51203', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('81876', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('19048', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('14668', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('6209', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('92839', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('81610', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('21394', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('60224', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('56882', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('8986', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('70965', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('62152', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('92442', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('40558', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('85575', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('29002', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('63489', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('28361', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('29871', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('842', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('79329', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('5298', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('30397', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('91851', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('91063', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('27898', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('57474', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('13921', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('86552', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('5961', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('64169', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('12078', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('50039', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('22003', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('99977', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('41894', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('64401', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('7970', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('66212', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('92849', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('24784', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('56078', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('83314', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('47627', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('28299', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('75040', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('69081', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('17128', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('14596', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('6287', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('30017', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('52471', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('51549', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('6209', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('67514', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('14182', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('14621', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('14432', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('33349', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('96085', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('92949', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('86075', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('66259', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('71426', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('28518', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('34788', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('7498', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('16250', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('28977', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('43123', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('71085', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('97101', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('55531', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('78332', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('16907', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('67021', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('2848', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('27002', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('59848', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('68263', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('26619', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('24374', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('38973', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('2423', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('16528', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('5399', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('30188', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('94257', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('11578', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('64082', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('29863', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('80912', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('83039', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('29920', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('11966', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('17133', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('31761', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('24796', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('53185', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('8603', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('86375', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('28538', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('8251', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('27366', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('59290', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('69230', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('97041', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('77234', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('62429', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('46694', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('85910', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('99660', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('43505', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('58465', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('72055', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('25468', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('78858', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('24630', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('99553', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('97023', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('48776', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('41973', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('49982', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('32954', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('61402', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('35721', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('57511', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('44304', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('82301', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('47025', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('86833', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('1285', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('88085', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('35462', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('78572', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('86327', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('56941', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('36926', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('36845', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('30943', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('1812', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('41211', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('52157', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('81883', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('69081', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('43032', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('63449', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('50969', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('52203', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('55859', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('74464', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('15083', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('22086', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('23439', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('30772', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('56276', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('57787', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('70061', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('48901', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('83747', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('65433', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('72979', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('55698', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('89393', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('11076', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('70384', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('98120', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('25942', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('993', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('44271', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('73328', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('43226', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('42114', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('93366', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('23449', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('14829', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('83747', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('9256', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('31624', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('16480', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('20099', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('10917', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('74460', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('17831', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('39204', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('8853', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('81884', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('78787', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('17676', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('24116', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('38895', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('64039', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('11126', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('15980', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('52523', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('23475', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('8192', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('66969', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('68396', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('2133', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('30124', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('6990', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('90089', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('52134', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('17086', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('58085', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('9953', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('71904', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('63645', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('94998', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('61444', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('7204', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('39881', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('4940', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('4004', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('69230', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('91132', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('50206', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('24116', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('63289', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('36685', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('94569', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('67340', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('931', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('35523', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('42092', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('90448', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('17600', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('11855', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('88884', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('93354', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('11095', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('81566', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('98120', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('43505', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('54612', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('69132', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('64039', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('28829', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('96895', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('49205', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('37734', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('89312', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('96246', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('99754', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('57666', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('67810', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('65753', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('37101', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('43032', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('39881', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('60688', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('31079', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('63538', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('73072', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('62124', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('54605', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('72643', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('15457', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('70362', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('54612', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('49214', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('33201', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('25380', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('43211', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('86833', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('70828', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('10727', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('61356', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('7620', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('48247', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('15283', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('49618', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('73606', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('27956', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('93708', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('63489', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('83557', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('64121', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('52866', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('70828', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('60040', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('61998', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('57334', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('19917', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('37715', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('61444', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('66229', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('23392', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('75510', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('16405', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('63538', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('94142', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('94894', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('86375', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('78332', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('16057', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('87222', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('55238', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('792', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('56057', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('22226', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('11530', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('1367', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('98019', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('54728', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('36657', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('59908', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('35220', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('91788', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('72657', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('60224', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('32345', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('31266', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('67583', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('83480', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('55859', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('84865', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('15578', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('50664', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('77003', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('74639', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('41818', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('30164', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('76270', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('38691', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('21766', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('30772', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('16405', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('34018', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('69230', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('19917', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('19917', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('10814', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('63538', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('107', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('51538', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('57083', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('98388', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('67293', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('97400', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('71543', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('17996', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('19735', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('50365', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('69783', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('2561', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('5005', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('72358', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('63040', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('70807', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('107', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('67146', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('61414', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('14065', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('72358', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('987', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('94178', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('66090', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('29435', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('69747', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('15283', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('41890', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('90124', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('56499', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('85366', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('16528', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('12979', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('84239', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('91343', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('69230', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('38712', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('123', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('15457', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('57135', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('94998', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('92776', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('37581', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('53165', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('75423', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('79352', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('77898', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('24809', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('43616', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('4355', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('69307', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('59848', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('50206', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('18234', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('8807', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('74070', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('52866', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('87965', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('73411', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('35687', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('96227', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('58846', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('21225', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('35138', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('32376', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('20489', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('6474', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('58846', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('39394', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('19861', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('36379', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('28538', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('41774', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('81550', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('91580', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('53048', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('96153', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('29645', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('10033', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('54612', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('90089', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('68330', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('40481', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('35362', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('27898', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('35257', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('60748', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('259', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('7973', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('52872', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('15698', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('79502', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('56299', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('12971', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('49205', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('88577', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('26080', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('69732', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('5961', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('32065', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('67017', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('49618', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('80610', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('94257', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('34392', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('39115', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('82591', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('85226', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('61527', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('9183', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('5925', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('80113', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('43616', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('29863', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('41818', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('15517', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('22086', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('75252', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('96227', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('47824', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('44551', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('43348', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('19203', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('64155', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('90220', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('11682', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('93354', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('53172', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('2967', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('60267', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('26494', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('68070', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('75513', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('12941', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('95697', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('544', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('75794', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('51723', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('54296', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('92385', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('24387', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('26730', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('37219', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('95850', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('3163', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('56299', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('26881', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('99271', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('25068', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('99780', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('86806', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('78892', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('24865', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('87246', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('96085', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('65205', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('64593', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('20244', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('14432', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('16543', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('19362', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('49792', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('29399', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('98870', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('73606', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('43658', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('76057', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('73602', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('75794', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('64140', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('71628', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('48462', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('74974', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('97400', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('66356', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('86661', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('93125', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('28361', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('32119', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('13217', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('62705', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('89104', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('29645', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('49450', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('69850', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('48053', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('58326', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('52471', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('20180', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('27002', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('48423', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('11262', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('50944', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('38668', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('51997', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('44881', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('65979', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('70828', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('98984', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('86127', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('29260', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('38548', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('82301', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('63645', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('65676', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('33338', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('71287', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('3493', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('16631', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('71768', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('34055', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('35357', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('82974', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('21126', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('13753', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('56124', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('26147', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('49759', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('69632', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('80113', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('57666', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('46451', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('26695', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('16347', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('57160', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('82687', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('72768', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('38548', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('76291', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('87784', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('67018', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('99694', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('13028', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('40044', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('9183', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('31690', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('66269', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('914', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('78792', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('23934', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('66813', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('36019', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('72006', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('75299', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('71878', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('12069', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('75273', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('91343', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('79210', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('58413', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('83039', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('19824', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('85505', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('81207', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('14829', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('17339', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('30334', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('89312', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('39394', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('71768', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('15024', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('73387', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('67407', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('667', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('81396', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('19342', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('91132', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('80113', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('86934', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('20540', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('10033', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('90234', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('7123', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('75938', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('43130', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('92864', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('81028', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('62784', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('71389', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('39876', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('27430', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('1285', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('41938', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('96615', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('18775', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('94697', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('62754', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('282', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('81396', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('73602', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('51723', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('30341', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('66763', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('7861', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('65329', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('39612', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('17207', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('31486', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('41832', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('31337', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('34569', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('6400', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('72055', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('2201', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('6710', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('84410', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('9953', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('24796', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('56089', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('52523', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('87280', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('27366', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('71529', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('84808', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('39925', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('41211', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('65241', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('45300', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('61065', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('4004', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('25942', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('44706', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('19862', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('1285', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('25785', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('97590', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('63090', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('37101', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('27950', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('31761', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('66259', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('91978', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('49813', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('40276', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('87784', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('95089', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('86344', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('57156', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('44998', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('90004', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('4345', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('11262', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('94846', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('59172', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('11419', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('50966', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('20244', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('51862', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('84865', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('17600', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('36791', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('87280', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('13217', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('43432', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('15698', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('92703', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('32119', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('86833', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('22417', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('57334', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('11966', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('8252', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('18775', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('90220', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('2201', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('92839', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('45720', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('45200', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('99463', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('8251', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('46260', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('72669', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('58606', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('76895', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('20002', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('65038', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('5393', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('84654', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('21692', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('31341', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('9605', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('21126', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('69132', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('62749', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('89759', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('22467', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('85809', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('16593', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('32217', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('58172', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('22179', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('32245', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('89551', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('51416', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('75513', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('28019', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('59539', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('75560', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('21552', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('39881', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('73394', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('48471', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('46066', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('95225', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('19603', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('14668', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('12979', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('71426', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('42843', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('64121', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('95175', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('32119', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('28409', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('51768', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('44816', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('37521', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('29140', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('94620', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('64164', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('38691', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('82301', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('107', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('12326', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('19220', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('57334', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('1826', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('33651', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('88417', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('27002', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('16405', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('7498', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('66813', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('80113', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('90041', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('52471', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('14621', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('95205', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('95366', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('3693', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('80610', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('97435', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('75560', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('25380', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('52120', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('67021', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('23311', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('67542', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('52656', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('62487', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('46450', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('43989', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('7514', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('86001', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('40044', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('89759', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('11095', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('44706', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('62832', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('7123', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('20489', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('13023', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('31035', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('22254', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('67542', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('31086', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('64164', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('38691', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('71904', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('65753', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('44998', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('88169', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('17424', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('73213', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('66054', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('57511', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('31442', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('57962', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('49873', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('44258', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('56080', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('32483', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('98619', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('54672', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('20814', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('23500', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('60762', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('47630', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('21556', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('32345', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('79210', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('28299', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('68999', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('85505', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('28952', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('44706', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('63289', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('74672', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('61166', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('75928', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('9495', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('48640', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('5399', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('60748', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('46035', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('86806', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('13290', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('91197', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('74840', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('48469', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('88884', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('67583', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('32886', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('5414', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('93125', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('37809', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('38696', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('73908', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('7732', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('82970', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('41345', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('74672', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('46981', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('72657', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('50039', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('40303', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('41683', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('34195', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('88793', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('79502', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('76759', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('931', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('31302', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('96085', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('80976', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('94257', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('56849', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('50467', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('75116', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('95029', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('40276', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('17128', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('12362', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('64039', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('67660', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('38371', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('39619', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('86552', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('22057', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('75513', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('85887', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('37454', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('31554', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('53165', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('92464', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('22345', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('29192', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('51538', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('50365', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('4508', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('94836', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('86969', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('41491', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('86969', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('72055', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('67310', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('88169', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('37869', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('58170', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('58326', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('77244', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('65979', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('34386', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('93508', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('32881', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('6209', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('27950', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('33460', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('40481', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('25468', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('93061', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('31035', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('88525', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('99348', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('75560', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('39580', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('60748', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('8986', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('34542', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('71543', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('20084', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('8483', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('35721', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('4860', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('68280', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('95027', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('54672', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('85849', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('19293', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('22086', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('50013', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('88801', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('80254', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('4940', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('86981', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('82697', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('37581', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('70061', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('7020', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('11055', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('61332', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('28299', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('18821', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('32881', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('74163', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('68516', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('39704', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('39927', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('39241', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('23500', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('7854', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('29091', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('25725', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('98140', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('52494', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('44271', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('2419', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('17397', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('10838', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('46981', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('51538', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('90567', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('66813', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('53048', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('27043', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('16467', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('7035', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('50873', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('35935', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('32483', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('288', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('92776', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('1232', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('83314', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('12941', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('96722', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('63288', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('92693', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('99289', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('43993', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('47025', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('8022', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('68278', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('88045', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('89551', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('66293', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('2133', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('74460', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('19050', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('36657', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('68096', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('97042', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('78758', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('71287', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('6287', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('46155', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('54620', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('84702', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('59673', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('19582', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('72768', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('64550', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('59539', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('11422', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('81031', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('38895', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('88884', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('11855', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('88417', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('64013', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('32886', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('78314', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('1285', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('22325', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('81610', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('92417', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('57377', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('3640', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('72643', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('11441', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('57190', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('40080', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('75299', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('51549', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('96193', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('29140', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('43123', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('36052', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('35', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('95225', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('49503', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('52019', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('38668', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('99189', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('65443', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('46441', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('38121', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('123', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('52291', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('81896', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('19220', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('16753', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('25552', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('63039', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('87624', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('70918', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('96153', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('51416', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('25468', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('72528', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('67310', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('95225', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('32886', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('41091', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('17086', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('645', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('62716', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('61166', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('94620', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('40992', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('84654', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('77021', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('12666', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('51084', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('71025', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('22142', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('32368', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('82083', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('51084', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('64196', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('47677', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('99399', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('23457', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('11095', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('19050', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('34542', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('24865', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('898', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('84495', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('50583', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('69581', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('44706', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('557', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('11194', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('98056', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('45300', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('60366', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('43993', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('25785', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('35220', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('59290', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('51862', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('11194', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('67560', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('48009', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('3039', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('282', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('94766', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('1460', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('93631', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('85887', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('9408', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('17924', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('43989', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('39619', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('79205', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('20002', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('83398', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('50977', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('21774', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('89246', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('54605', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('96117', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('77130', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('21086', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('39892', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('68330', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('9605', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('58413', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('7035', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('28352', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('6209', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('98984', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('48850', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('98388', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('48678', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('89106', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('54460', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('68096', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('25256', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('59908', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('34236', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('48053', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('33201', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('86127', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('92659', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('88169', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('88417', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('21395', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('63090', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('27556', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('90041', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('78581', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('92864', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('92703', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('62795', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('96052', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('78892', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('25331', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('18007', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('32419', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('67793', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('73602', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('34957', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('13290', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('48660', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('51975', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('32385', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('16993', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('75596', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('31250', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('57160', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('32464', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('86661', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('44304', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('32385', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('66484', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('78767', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('95850', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('11966', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('96968', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('39619', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('96067', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('31080', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('43032', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('288', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('56755', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('792', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('19638', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('8347', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('78756', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('24197', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('76169', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('30397', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('62549', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('23506', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('22086', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('78434', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('15074', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('89246', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('80254', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('50966', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('62487', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('57538', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('46980', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('30182', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('71426', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('59172', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('54610', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('58300', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('32245', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('41299', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('67655', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('31993', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('63860', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('61854', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('98140', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('19917', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('82083', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('53048', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('88472', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('11530', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('96911', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('47627', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('390', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('18775', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('71529', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('31302', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('282', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('21552', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('52866', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('27556', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('71768', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('51416', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('69521', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('94815', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('62152', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('87439', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('2133', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('58701', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('83480', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('20803', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('30957', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('13741', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('52120', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('43432', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('15487', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('5920', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('33759', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('23500', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('47379', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('27430', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('85887', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('71631', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('67051', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('51553', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('38895', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('63645', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('39394', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('67660', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('67371', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('26695', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('68396', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('94726', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('44816', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('13826', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('23475', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('34386', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('90814', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('25940', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('92417', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('69850', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('55000', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('60984', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('9408', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('34542', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('83136', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('65400', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('18809', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('89312', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('76743', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('53048', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('51817', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('20084', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('37219', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('98140', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('52929', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('89140', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('58634', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('99451', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('8483', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('86375', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('7854', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('42556', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('37350', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('37809', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('23449', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('10834', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('48776', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('13741', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('37350', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('72768', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('96178', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('15457', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('93039', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('97573', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('5298', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('75362', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('67021', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('65703', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('72055', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('16885', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('95320', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('34126', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('36685', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('65681', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('47487', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('36881', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('96067', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('38899', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('71944', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('98315', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('87222', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('58595', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('10204', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('51997', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('34788', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('83170', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('57666', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('78552', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('38121', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('4435', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('49618', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('32065', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('97065', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('5336', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('76057', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('99463', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('6367', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('99250', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('36265', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('67657', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('11055', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('59553', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('57334', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('25187', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('39514', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('13506', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('53788', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('41406', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('51084', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('21692', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('96178', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('60224', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('99710', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('68554', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('3576', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('64039', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('85451', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('93491', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('46337', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('36263', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('13290', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('99719', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('17911', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('39619', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('96153', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('13365', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('55940', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('31101', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('64934', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('90181', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('107', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('51008', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('80057', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('10814', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('99760', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('75794', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('28738', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('53424', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('46066', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('22254', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('28299', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('46066', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('83728', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('32464', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('52866', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('13408', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('20445', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('61444', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('18234', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('86707', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('40059', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('17133', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('27687', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('69581', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('888', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('53788', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('33338', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('59172', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('51723', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('94173', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('84727', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('59530', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('56212', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('70965', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('91343', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('53152', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('46451', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('82066', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('98563', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('28977', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('97228', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('65681', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('50658', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('75791', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('52669', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('16297', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('8457', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('30289', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('85575', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('35685', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('94178', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('63288', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('14874', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('85910', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('14284', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('30341', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('83136', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('1922', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('14639', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('68999', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('3127', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('74911', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('41406', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('21766', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('72657', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('61127', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('96085', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('16528', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('17769', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('36263', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('68096', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('50703', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('71944', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('48901', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('4508', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('11419', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('8426', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('22260', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('3487', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('8347', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('85211', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('48053', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('544', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('98830', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('90234', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('37449', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('87268', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('21009', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('39394', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('56078', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('76759', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('37284', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('98843', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('24796', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('79210', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('12711', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('4682', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('57474', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('78314', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('26473', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('71944', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('827', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('89051', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('88887', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('11237', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('30845', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('86375', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('85534', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('64249', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('99189', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('57780', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('9460', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('5250', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('3639', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('94324', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('64196', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('80976', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('76768', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('52866', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('93571', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('59290', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('65688', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('66484', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('59530', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('81150', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('29390', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('17377', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('79534', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('16453', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('24932', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('71631', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('40059', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('89297', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('35881', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('17057', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('93354', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('45494', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('52057', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('34957', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('34422', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('84039', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('10556', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('94371', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('16075', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('48776', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('13880', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('25077', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('8807', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('53451', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('58413', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('68720', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('39580', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('96153', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('84845', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('15430', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('26080', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('81876', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('77588', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('70389', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('39254', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('74530', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('41596', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('20445', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('19048', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('82918', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('85534', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('17924', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('56755', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('52076', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('55170', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('7854', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('83747', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('58594', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('19362', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('46980', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('96206', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('89188', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('25256', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('5298', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('16467', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('50365', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('80113', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('18367', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('97629', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('4682', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('80799', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('48469', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('32369', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('92693', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('62054', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('16453', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('68712', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('85887', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('99271', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('82918', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('77000', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('74672', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('88577', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('78552', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('5017', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('14668', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('95840', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('57962', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('67017', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('68779', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('33791', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('53152', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('95027', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('61364', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('29140', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('38271', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('3039', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('38013', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('43616', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('71025', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('73213', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('62636', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('53699', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('56', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('83398', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('95175', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('48678', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('60867', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('66484', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('4383', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('12979', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('88045', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('75252', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('8843', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('37430', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('5243', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('96193', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('282', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('27366', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('16075', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('17086', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('20445', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('28252', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('94836', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('10834', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('67655', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('20084', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('52076', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('7973', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('7956', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('54875', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('57160', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('288', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('98870', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('21086', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('55009', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('99977', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('38602', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('71529', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('45826', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('50944', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('73807', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('94846', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('96193', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('96911', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('66356', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('28409', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('36102', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('65433', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('71628', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('69132', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('90234', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('29920', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('90814', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('30110', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('85226', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('83557', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('43495', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('73186', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('3640', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('11101', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('91132', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('60406', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('52120', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('29705', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('62520', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('97400', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('91063', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('22254', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('89571', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('17831', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('45570', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('72186', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('69853', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('59290', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('78143', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('72521', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('38668', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('64550', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('8912', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('77898', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('94569', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('9183', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('8457', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('80610', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('98870', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('66229', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('90194', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('51997', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('92464', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('28994', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('87280', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('32368', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('41450', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('16453', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('60406', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('90381', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('72485', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('59517', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('80976', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('61998', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('13365', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('80248', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('35881', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('7970', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('49450', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('68070', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('20445', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('4682', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('30474', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('62549', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('89188', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('7035', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('90609', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('82687', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('92965', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('15883', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('35523', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('64164', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('11377', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('792', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('22057', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('91799', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('56598', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('16885', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('27662', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('76049', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('47001', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('67560', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('57156', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('16528', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('89000', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('84808', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('23475', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('9993', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('57334', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('10663', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('80912', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('85602', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('20099', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('32954', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('51923', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('36995', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('15144', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('57238', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('36926', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('99719', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('64259', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('35220', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('72177', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('66293', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('80799', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('36052', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('14628', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('45494', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('31137', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('41818', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('29091', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('91851', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('63361', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('8843', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('25528', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('19862', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('86969', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('72358', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('12563', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('92417', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('80941', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('75794', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('86075', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('15613', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('73492', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('56080', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('64593', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('86344', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('26147', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('92839', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('26473', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('77580', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('91992', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('14639', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('5824', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('18636', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('75938', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('33791', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('36019', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('66259', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('97694', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('66212', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('68248', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('4034', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('46074', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('65241', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('71025', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('66469', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('60762', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('59117', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('21395', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('41973', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('888', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('78858', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('86674', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('82697', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('61414', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('72177', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('37653', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('63560', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('97041', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('37350', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('83696', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('69952', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('45359', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('22057', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('69732', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('11422', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('33651', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('1367', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('70021', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('97023', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('52929', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('85910', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('53185', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('65688', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('61065', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('43616', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('72622', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('57787', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('63289', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('8819', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('52076', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('50537', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('83398', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('51975', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('19735', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('9953', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('2848', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('45817', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('67725', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('38676', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('50365', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('94990', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('25380', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('94535', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('30723', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('14065', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('86127', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('91343', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('97629', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('21008', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('32065', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('41675', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('75082', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('63361', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('39925', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('26147', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('92839', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('1737', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('86375', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('56882', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('81031', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('20378', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('58307', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('65901', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('62716', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('59539', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('12214', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('63243', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('3127', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('14628', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('22345', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('1827', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('36244', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('57431', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('93354', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('62784', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('95366', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('24784', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('29031', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('45817', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('78454', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('55915', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('17133', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('73186', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('65258', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('15024', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('43123', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('5005', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('70572', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('71025', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('9360', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('30182', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('28738', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('10814', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('98047', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('49205', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('51084', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('77588', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('87246', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('33107', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('72055', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('52741', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('60224', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('30252', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('40932', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('32954', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('63390', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('88472', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('29665', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('30334', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('83728', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('10705', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('30723', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('49391', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('88140', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('62754', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('64155', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('9947', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('17397', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('25143', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('23934', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('30341', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('3576', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('94522', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('49611', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('68330', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('39310', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('21126', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('60762', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('75231', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('94371', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('49618', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('39876', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('51923', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('56941', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('8819', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('73165', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('53451', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('8426', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('57185', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('71878', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('22396', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('52120', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('78314', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('83871', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('16405', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('9360', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('107', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('66494', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('90448', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('68150', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('96203', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('21556', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('58594', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('51538', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('71287', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('30164', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('99226', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('9495', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('32744', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('86573', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('63860', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('96193', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('85754', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('43616', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('11682', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('39876', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('17339', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('3487', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('92442', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('11076', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('12078', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('7035', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('4508', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('41832', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('93986', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('44985', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('91091', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('92864', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('25942', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('83398', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('85602', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('11057', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('8140', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('14596', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('96227', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('12236', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('44706', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('55170', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('78454', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('50702', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('28133', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('70924', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('40992', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('68280', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('11966', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('21009', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('66753', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('83836', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('55009', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('67371', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('80799', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('78782', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('32385', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('52707', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('94178', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('61920', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('71287', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('32345', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('19603', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('69632', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('10727', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('18675', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('44816', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('27366', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('98056', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('25187', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('19917', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('15980', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('36881', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('21337', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('99268', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('19048', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('51008', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('63538', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('15430', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('73387', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('61166', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('42991', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('53799', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('74840', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('88169', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('54875', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('22396', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('55698', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('95099', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('15086', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('60984', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('76173', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('8378', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('67017', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('24746', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('78758', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('96067', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('64039', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('81031', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('52120', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('42298', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('87831', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('73206', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('37856', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('84410', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('71768', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('2201', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('15030', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('13753', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('25785', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('23344', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('50467', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('37759', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('24116', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('33645', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('21225', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('69952', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('79329', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('33201', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('10267', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('463', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('85451', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('44551', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('98843', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('21101', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('47824', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('85226', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('91978', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('83691', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('27236', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('51084', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('48778', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('80227', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('83204', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('8912', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('1922', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('17831', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('67560', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('25718', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('8860', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('12078', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('22258', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('43658', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('77172', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('47025', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('32483', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('68649', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('80698', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('43505', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('64893', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('13217', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('16543', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('94620', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('9933', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('13028', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('43032', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('25077', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('79469', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('14182', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('65703', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('7390', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('14284', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('86529', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('95697', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('52019', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('71389', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('54728', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('31250', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('56003', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('42114', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('96895', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('46441', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('94894', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('84239', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('82687', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('22226', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('51817', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('45359', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('65144', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('32376', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('9183', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('35462', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('5925', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('61332', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('71878', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('19362', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('68150', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('32369', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('41965', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('9495', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('65205', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('26102', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('91442', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('24932', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('28518', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('13880', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('38668', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('91799', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('82039', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('98315', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('55329', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('64082', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('10267', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('9947', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('69132', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('33645', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('29091', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('95366', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('16849', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('28738', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('18709', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('65681', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('68096', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('62636', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('435', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('79170', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('35935', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('96772', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('24325', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('75878', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('81150', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('92839', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('26473', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('28994', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('77130', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('18740', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('16467', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('17339', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('75510', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('57985', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('67018', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('63645', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('55170', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('72165', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('57135', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('28252', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('80799', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('93366', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('28133', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('56299', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('27804', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('59172', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('16075', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('27804', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('1726', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('69285', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('50702', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('48850', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('37586', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('77234', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('11510', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('50039', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('22620', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('978', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('32376', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('3487', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('79329', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('64121', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('75513', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('22417', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('94697', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('36881', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('65205', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('76911', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('71631', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('9256', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('26494', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('54622', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('50013', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('25187', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('70362', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('57107', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('40558', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('34542', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('1285', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('11195', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('89132', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('53077', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('53048', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('57985', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('73072', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('75878', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('435', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('48165', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('9495', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('48247', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('25362', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('77000', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('51817', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('99451', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('28133', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('507', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('78116', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('32954', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('5703', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('57941', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('52494', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('11262', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('1533', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('22086', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('30289', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('3335', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('77130', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('41450', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('41965', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('31266', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('7514', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('94620', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('1726', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('54508', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('76173', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('87280', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('1737', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('38476', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('5144', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('30896', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('23311', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('96052', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('95029', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('98619', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('20244', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('88302', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('90609', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('96324', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('82918', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('19536', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('93631', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('84727', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('63645', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('7498', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('75928', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('38013', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('94766', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('15340', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('59455', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('21337', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('27950', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('83691', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('48776', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('68396', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('99949', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('8483', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('27952', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('85063', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('70299', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('72485', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('44551', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('36303', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('15144', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('64164', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('11578', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('52471', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('89759', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('3127', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('59848', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('64155', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('24784', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('94142', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('70061', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('39238', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('89551', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('7732', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('77130', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('10838', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('16035', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('3127', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('50664', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('5208', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('47379', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('73387', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('28994', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('99760', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('66281', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('4508', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('32369', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('8251', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('71287', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('66269', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('4582', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('86375', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('90220', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('5925', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('21692', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('37219', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('88553', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('66494', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('62705', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('65101', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('65676', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('19321', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('70965', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('79534', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('30957', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('45494', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('74796', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('41091', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('63860', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('60249', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('48009', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('2201', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('52291', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('31080', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('41406', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('35175', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('55531', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('39612', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('65979', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('5414', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('858', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('33645', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('5843', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('59397', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('31554', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('67407', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('18709', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('13028', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('13753', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('25331', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('98940', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('43032', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('14869', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('35721', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('52872', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('89051', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('88389', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('39552', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('81538', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('96895', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('84845', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('25718', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('41674', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('11510', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('37350', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('78454', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('17207', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('51084', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('52057', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('49982', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('49792', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('53048', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('21395', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('6895', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('8807', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('71529', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('41671', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('41280', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('15074', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('21008', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('336', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('99754', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('99949', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('32385', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('72768', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('71543', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('77218', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('66054', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('11237', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('14032', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('15517', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('9495', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('3833', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('2423', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('68330', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('13506', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('62124', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('11055', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('99711', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('60267', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('5144', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('78481', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('71287', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('75938', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('11262', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('46260', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('33338', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('17924', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('1968', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('86552', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('95852', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('52471', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('88045', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('98315', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('507', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('25362', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('15487', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('20099', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('30182', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('54622', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('92464', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('65144', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('41671', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('49214', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('6400', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('19824', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('70918', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('24784', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('69758', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('49339', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('99348', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('17397', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('61364', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('50583', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('18740', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('80821', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('87965', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('50013', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('28977', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('60249', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('57787', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('95201', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('5208', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('61354', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('931', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('73213', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('63390', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('63288', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('5925', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('15328', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('28361', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('13211', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('53225', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('95046', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('23934', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('94535', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('93171', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('40937', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('2501', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('70235', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('78756', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('43854', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('1285', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('59553', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('13408', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('57123', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('978', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('73492', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('16250', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('88169', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('88302', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('29399', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('64039', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('85910', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('52876', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('88358', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('38691', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('34422', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('54622', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('49244', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('43981', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('96203', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('23934', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('792', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('22258', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('83039', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('46769', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('98984', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('8853', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('86934', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('74464', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('67657', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('33460', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('50703', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('29462', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('80047', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('69952', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('19541', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('24002', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('72485', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('82646', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('52157', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('25331', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('65056', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('91799', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('18821', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('1922', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('46074', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('41491', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('21100', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('78858', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('73908', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('53799', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('53469', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('79205', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('14484', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('93508', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('87280', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('26881', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('41406', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('27727', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('33546', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('58413', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('63645', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('16885', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('92864', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('44038', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('66753', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('20195', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('19917', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('7970', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('83002', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('34404', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('55857', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('91915', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('94697', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('85226', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('41832', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('13504', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('10481', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('69747', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('50969', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('36402', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('94620', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('58634', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('72501', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('24746', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('68649', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('72014', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('97551', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('29959', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('15726', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('67340', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('15698', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('93653', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('87268', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('49701', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('55009', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('12941', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('2419', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('21009', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('888', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('24630', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('16133', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('20195', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('41894', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('31341', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('54672', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('77580', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('85226', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('66259', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('31250', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('68554', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('6895', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('70572', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('40932', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('31624', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('36791', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('69850', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('55940', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('11262', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('91915', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('82591', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('34392', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('6523', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('99949', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('68248', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('79911', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('89297', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('80113', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('16631', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('32245', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('95284', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('31554', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('66484', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('31086', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('46970', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('54672', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('60366', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('88358', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('96085', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('65396', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('50414', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('84845', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('48471', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('4034', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('46928', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('8347', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('85680', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('16311', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('89571', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('56080', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('33206', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('49813', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('45770', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('96178', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('25380', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('16593', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('63289', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('74639', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('66293', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('20244', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('62520', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('91132', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('29803', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('13511', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('90381', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('41345', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('95201', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('78116', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('32886', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('73072', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('75791', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('70362', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('87246', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('64138', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('39115', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('27044', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('53451', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('85234', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('40116', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('74464', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('56089', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('51678', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('62795', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('6895', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('33645', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('57538', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('96741', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('82082', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('46725', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('75252', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('15457', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('4940', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('80990', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('82697', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('68453', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('99780', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('32245', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('34195', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('69628', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('68070', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('58595', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('95626', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('41671', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('3163', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('99451', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('35498', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('60406', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('81258', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('41299', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('9953', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('1018', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('64140', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('49759', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('78922', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('41599', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('64550', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('10838', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('91616', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('96968', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('25780', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('90181', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('2177', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('62549', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('21556', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('45720', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('61403', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('75510', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('66008', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('1726', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('89551', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('40116', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('75794', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('24442', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('99268', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('7149', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('9460', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('41675', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('75791', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('8022', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('70688', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('8860', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('29140', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('25068', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('38602', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('57456', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('76759', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('2970', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('41599', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('99073', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('15070', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('82868', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('38555', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('93004', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('35293', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('91197', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('16528', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('58846', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('99422', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('27366', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('22532', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('19203', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('4940', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('28004', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('46762', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('23373', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('82083', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('86661', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('78332', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('14668', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('61998', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('49618', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('30772', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('10454', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('63361', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('75273', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('97629', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('70522', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('77148', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('96772', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('71529', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('85754', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('64550', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('41965', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('40303', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('67514', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('94257', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('27687', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('15144', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('44584', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('83747', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('40189', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('43032', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('19048', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('82646', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('10917', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('6400', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('86375', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('37581', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('41751', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('5399', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('65190', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('70098', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('56499', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('70564', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('30021', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('89246', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('21102', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('83480', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('48640', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('1285', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('63582', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('11055', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('40677', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('69732', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('30110', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('10814', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('68720', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('88884', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('23506', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('11076', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('15698', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('46928', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('84845', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('35721', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('94371', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('75273', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('97551', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('68453', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('64155', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('98359', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('22179', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('29871', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('13921', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('29871', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('65688', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('90009', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('9993', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('42688', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('24116', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('48469', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('59553', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('79892', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('435', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('63289', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('32464', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('6195', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('53089', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('73268', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('21395', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('7854', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('76799', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('95029', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('96003', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('29849', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('99611', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('4383', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('99754', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('74672', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('84239', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('46035', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('69471', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('50583', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('98047', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('76759', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('50658', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('80742', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('85680', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('58874', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('45083', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('65208', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('53799', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('40116', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('24746', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('98984', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('67051', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('85445', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('81896', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('97065', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('64401', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('51678', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('33401', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('94620', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('7602', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('22050', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('88169', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('20540', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('29435', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('23224', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('64934', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('16849', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('73542', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('20002', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('14182', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('13081', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('92965', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('39157', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('5243', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('90914', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('858', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('58606', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('15249', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('48778', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('72657', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('10454', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('32881', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('55940', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('98359', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('12216', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('36791', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('62749', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('80990', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('21692', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('89132', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('9114', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('71768', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('69581', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('11195', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('36845', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('35498', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('73072', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('35042', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('45359', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('29849', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('84704', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('41832', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('92464', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('95029', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('11578', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('10269', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('83136', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('22170', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('54610', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('17996', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('91992', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('61354', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('81884', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('93508', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('3005', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('51579', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('34322', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('57666', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('10814', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('86661', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('3651', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('31560', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('73072', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('20099', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('82580', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('25525', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('59530', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('1922', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('51678', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('37038', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('8251', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('45570', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('93571', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('40116', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('70235', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('6523', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('58595', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('5399', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('11966', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('79772', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('35138', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('13495', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('58701', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('88887', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('52494', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('31250', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('53803', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('91063', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('32119', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('94801', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('73606', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('34158', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('12214', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('64259', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('75273', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('14563', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('20084', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('39241', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('65676', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('31080', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('1018', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('56139', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('99775', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('23794', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('33201', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('39881', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('62716', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('49759', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('24197', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('33651', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('82580', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('16133', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('3487', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('94801', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('10269', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('23525', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('32345', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('52866', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('53185', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('34322', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('16907', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('8807', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('17676', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('56499', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('92385', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('66090', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('78858', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('69581', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('85234', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('14065', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('58846', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('51768', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('58326', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('26730', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('77244', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('64222', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('42688', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('17607', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('21102', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('75395', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('49280', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('43432', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('83444', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('92776', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('33837', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('33206', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('47126', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('58465', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('77218', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('51579', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('18675', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('79205', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('74530', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('1367', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('71944', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('56212', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('85981', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('24387', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('10204', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('98140', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('60249', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('58935', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('95953', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('23994', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('3127', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('34170', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('55000', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('64140', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('11453', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('5920', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('12563', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('51238', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('81258', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('54610', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('56499', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('107', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('87624', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('93004', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('1000', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('37521', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('18234', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('24932', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('41751', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('43226', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('75252', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('75116', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('25362', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('61232', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('85063', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('76768', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('16250', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('84727', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('35198', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('43016', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('1954', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('20002', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('83170', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('22268', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('50743', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('92867', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('70235', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('44584', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('67146', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('75513', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('85505', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('9953', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('978', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('32954', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('59920', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('34055', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('99348', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('98120', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('95850', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('27430', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('34502', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('38336', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('48471', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('8192', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('25362', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('64642', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('57334', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('29871', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('59046', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('6712', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('26494', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('28252', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('49205', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('30124', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('69752', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('48471', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('61783', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('11455', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('47824', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('83573', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('35881', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('68720', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('85356', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('45359', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('52057', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('71631', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('39978', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('79352', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('28518', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('84845', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('14668', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('30896', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('75560', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('17397', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('65299', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('82646', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('67024', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('1826', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('26695', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('17133', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('38545', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('53048', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('68395', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('68150', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('36052', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('64945', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('80742', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('72959', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('78581', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('15980', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('58172', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('50013', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('27898', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('61854', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('10269', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('16057', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('18234', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('9183', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('99754', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('96246', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('18554', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('57213', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('842', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('3739', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('32217', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('9114', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('80941', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('28316', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('69081', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('35362', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('62429', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('14432', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('74911', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('88418', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('39925', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('68999', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('8853', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('97435', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('65688', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('73411', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('96052', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('74974', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('94894', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('10663', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('46436', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('60249', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('58355', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('86641', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('81876', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('19536', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('38548', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('5843', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('29665', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('90132', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('73606', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('31820', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('87965', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('57925', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('10736', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('75116', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('83573', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('77289', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('30845', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('26473', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('16405', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('17665', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('91343', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('30252', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('85234', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('58413', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('7514', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('61920', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('5898', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('87015', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('78792', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('77548', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('90124', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('43912', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('59397', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('15883', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('30858', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('87651', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('94311', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('95574', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('49339', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('62487', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('31993', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('90234', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('25256', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('97694', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('18809', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('1367', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('5463', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('85366', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('57666', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('44816', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('76049', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('75362', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('91370', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('91132', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('81984', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('4449', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('76173', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('8378', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('41827', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('99694', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('70299', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('79205', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('95574', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('1018', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('22417', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('69081', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('92839', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('99694', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('93986', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('67436', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('93571', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('36494', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('77003', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('81396', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('19638', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('91370', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('507', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('39892', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('82066', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('51553', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('29390', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('66212', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('74672', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('68999', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('49813', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('58606', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('14563', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('51955', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('15430', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('9947', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('15283', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('67657', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('47677', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('83480', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('29399', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('17057', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('40371', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('86661', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('38555', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('61403', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('41890', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('48778', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('58595', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('49759', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('8022', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('73165', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('19050', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('56299', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('57787', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('67018', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('6712', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('14023', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('82083', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('70688', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('72669', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('30957', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('92867', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('1827', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('67340', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('15283', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('96117', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('70924', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('42991', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('77218', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('86674', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('71631', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('32369', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('22618', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('10556', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('79502', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('931', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('52187', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('49813', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('2629', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('30299', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('12979', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('37759', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('94142', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('5243', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('28989', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('57780', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('59848', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('45083', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('29239', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('91616', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('67293', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('38271', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('123', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('25256', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('57083', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('82301', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('56212', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('51975', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('75794', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('49873', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('11530', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('57107', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('78552', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('89571', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('47265', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('54605', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('39657', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('18234', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('65121', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('53077', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('17057', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('4015', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('48778', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('88417', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('29959', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('65208', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('89734', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('69850', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('39901', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('10727', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('14628', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('50969', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('69081', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('11855', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('41091', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('72643', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('19450', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('90194', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('51678', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('95089', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('62795', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('8912', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('79502', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('95697', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('94801', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('24002', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('70061', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('10834', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('9256', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('28133', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('55009', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('36995', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('83314', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('95366', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('1220', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('49073', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('66293', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('41091', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('33791', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('15726', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('88045', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('39394', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('62832', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('72768', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('30182', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('69679', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('34018', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('12362', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('99775', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('93571', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('21102', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('69081', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('85981', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('72501', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('25380', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('7123', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('38555', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('40738', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('52157', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('24865', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('21692', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('65715', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('99730', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('61403', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('4383', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('57083', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('15726', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('95046', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('49611', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('98830', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('61364', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('44206', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('64934', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('99660', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('53118', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('99775', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('57780', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('13365', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('61402', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('29002', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('56143', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('64259', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('26619', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('2133', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('45826', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('1080', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('56124', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('3640', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('40303', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('35588', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('51955', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('39876', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('81566', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('89297', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('6990', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('23457', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('11152', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('37038', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('47379', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('84845', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('20084', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('17944', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('23392', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('89297', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('13506', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('30650', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('62429', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('64222', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('987', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('70359', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('43130', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('48471', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('7123', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('88418', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('67583', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('4682', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('11152', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('85451', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('55859', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('86641', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('34542', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('85849', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('74840', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('12683', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('84727', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('42092', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('31302', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('24197', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('41596', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('66090', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('68070', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('66008', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('65208', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('83462', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('32368', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('79589', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('50467', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('72959', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('82126', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('14182', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('24809', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('36263', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('12216', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('63090', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('12216', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('29192', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('90234', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('76270', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('85849', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('89196', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('85356', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('40303', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('31554', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('14499', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('10527', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('72959', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('41671', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('12078', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('38902', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('13023', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('48469', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('94371', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('10814', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('32376', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('64155', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('62549', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('64945', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('1827', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('28361', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('99660', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('67146', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('59517', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('43123', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('94766', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('74016', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('99226', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('123', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('96193', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('32744', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('34404', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('46260', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('5336', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('69521', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('29390', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('69581', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('11966', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('37715', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('45300', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('81207', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('21009', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('97658', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('61332', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('8957', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('51549', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('96052', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('667', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('28252', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('89000', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('67725', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('31993', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('58889', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('70564', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('96003', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('10834', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('96067', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('44551', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('86833', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('68150', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('76291', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('792', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('88389', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('16405', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('59172', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('78143', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('13217', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('87280', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('9993', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('11076', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('73387', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('68396', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('89000', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('49214', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('92464', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('7956', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('28299', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('21401', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('87044', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('14869', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('46980', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('89106', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('97101', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('25046', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('29002', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('336', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('86802', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('30252', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('51975', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('56089', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('64934', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('4508', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('28019', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('44836', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('31250', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('37284', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('41973', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('93631', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('22254', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('30021', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('31137', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('85211', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('22260', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('22004', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('29390', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('19342', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('46442', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('75241', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('68395', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('22142', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('55238', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('32368', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('43993', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('23110', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('22086', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('7956', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('67033', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('80248', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('11076', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('31035', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('38121', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('40992', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('49701', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('78637', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('2629', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('44038', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('66259', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('50598', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('90194', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('61127', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('39310', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('96052', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('18821', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('10527', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('13511', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('83462', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('13028', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('82083', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('25256', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('77130', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('29705', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('29665', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('9460', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('68010', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('10705', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('11604', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('99399', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('90132', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('34126', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('14628', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('18808', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('16405', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('61920', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('69521', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('58606', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('23270', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('5017', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('14554', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('32217', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('26619', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('5005', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('71631', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('435', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('35362', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('4582', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('14094', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('58634', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('23992', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('21789', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('11510', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('69960', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('69628', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('68453', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('18775', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('45817', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('71389', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('44584', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('99764', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('24010', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('9953', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('64121', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('57962', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('39521', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('56143', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('29863', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('75116', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('92703', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('74070', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('83003', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('75791', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('48640', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('34331', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('66753', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('34331', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('39115', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('11262', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('33546', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('14554', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('5005', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('52371', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('52669', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('25380', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('12362', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('29514', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('28989', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('93708', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('69752', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('35687', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('65400', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('16057', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('99694', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('40897', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('78552', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('18709', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('94178', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('62728', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('17507', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('52872', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('57026', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('86344', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('14484', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('7490', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('11855', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('97573', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('56089', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('14432', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('1232', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('81294', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('51553', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('67542', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('49611', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('30397', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('92442', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('77664', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('95260', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('77364', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('14596', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('25187', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('6895', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('68010', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('23344', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('45083', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('888', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('67407', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('99451', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('97042', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('44836', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('74460', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('73492', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('9993', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('50966', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('31486', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('3651', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('78481', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('74672', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('43032', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('65144', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('50365', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('83691', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('97590', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('27430', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('39157', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('11262', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('43993', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('58355', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('65241', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('7861', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('84845', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('76224', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('760', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('61354', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('16297', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('59530', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('76250', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('17769', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('50966', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('59553', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('36265', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('83836', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('15883', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('914', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('827', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('11057', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('60224', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('31993', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('82687', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('5871', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('72177', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('29863', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('11055', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('39241', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('8140', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('48640', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('39580', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('51997', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('77148', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('14554', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('42560', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('57474', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('18108', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('39254', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('22417', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('67436', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('65681', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('10663', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('39521', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('66356', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('44584', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('58469', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('27952', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('87624', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('83022', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('88887', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('35138', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('96193', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('18675', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('87268', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('75560', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('74840', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('14032', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('41280', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('76291', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('9360', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('43854', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('85680', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('64082', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('36845', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('10834', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('52187', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('57185', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('19862', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('7973', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('48423', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('68248', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('94522', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('77244', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('50267', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('54672', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('99647', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('16543', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('87193', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('51553', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('34770', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('99399', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('14499', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('44551', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('1220', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('99348', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('16753', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('82707', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('37339', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('17911', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('97355', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('32419', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('91569', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('3163', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('5208', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('99451', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('66269', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('6523', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('42096', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('81294', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('49244', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('48165', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('22467', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('15517', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('18808', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('68248', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('18775', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('52750', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('91799', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('4435', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('45002', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('8807', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('38602', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('33651', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('41832', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('30177', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('76291', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('20489', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('14554', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('50039', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('44816', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('23224', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('78637', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('59397', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('65438', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('64121', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('19541', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('81396', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('69850', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('49391', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('29920', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('76743', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('29863', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('27236', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('24796', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('56849', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('26080', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('86344', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('77548', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('66494', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('23934', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('37856', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('30289', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('67293', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('54610', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('23224', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('21789', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('8022', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('91569', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('59117', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('4182', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('29390', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('57238', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('45359', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('19293', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('61783', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('66753', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('93508', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('23224', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('46260', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('83592', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('15980', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('49792', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('847', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('89059', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('67425', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('18709', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('90353', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('82970', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('66763', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('45680', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('14668', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('31690', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('5399', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('18821', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('57334', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('89188', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('90814', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('81896', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('3545', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('64192', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('52523', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('85746', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('2133', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('24630', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('67018', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('14639', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('70452', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('16849', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('10705', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('76911', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('74016', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('87651', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('61081', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('41671', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('92703', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('41345', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('22260', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('32483', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('64121', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('10838', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('76224', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('39881', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('6523', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('90448', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('21766', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('88045', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('41751', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('53424', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('21789', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('22254', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('76173', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('31302', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('9114', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('51203', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('53451', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('50702', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('64067', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('32772', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('68248', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('79911', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('4582', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('20814', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('55329', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('57666', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('56089', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('75082', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('46928', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('76224', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('15430', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('34569', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('6710', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('1367', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('82974', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('11530', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('61403', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('16347', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('11966', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('30474', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('86753', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('80651', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('65038', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('89297', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('29665', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('74911', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('79469', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('56003', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('88525', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('87784', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('80285', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('2561', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('1460', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('6287', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('1460', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('84515', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('64642', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('13495', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('87048', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('49611', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('94814', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('90567', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('39927', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('35198', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('84432', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('45720', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('96968', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('39580', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('88085', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('53496', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('44258', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('99719', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('58469', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('90234', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('70021', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('77231', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('17911', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('89759', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('82646', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('13880', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('89104', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('32217', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('88418', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('16075', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('76057', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('81876', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('68395', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('79170', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('53469', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('53152', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('86707', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('70021', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('38899', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('77364', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('86001', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('90041', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('35881', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('15283', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('30474', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('61737', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('40044', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('70572', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('78858', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('38336', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('31761', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('1836', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('10814', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('21552', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('58465', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('34386', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('75791', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('26695', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('25718', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('80247', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('10267', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('46436', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('5336', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('8912', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('12173', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('31560', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('98120', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('54620', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('7123', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('75241', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('74460', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('50966', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('65241', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('81789', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('20002', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('64893', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('20974', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('51975', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('78552', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('89140', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('87015', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('7020', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('84702', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('41965', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('49684', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('42092', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('72768', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('96206', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('89414', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('19735', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('30164', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('22004', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('17076', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('54153', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('67051', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('29399', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('63361', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('68554', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('15144', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('75534', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('64155', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('17507', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('36685', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('94522', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('43130', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('86707', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('89414', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('83747', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('82697', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('35462', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('41299', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('20084', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('27043', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('57377', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('69853', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('16885', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('45826', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('67725', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('37734', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('23506', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('91978', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('9408', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('56143', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('33759', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('43130', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('44352', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('65438', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('50331', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('30017', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('75560', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('39204', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('5243', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('3163', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('3651', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('9953', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('45359', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('17207', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('59517', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('93631', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('66229', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('92464', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('52741', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('544', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('31079', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('6729', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('49244', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('94726', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('83691', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('64401', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('41345', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('18675', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('4182', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('74016', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('46106', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('46769', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('75522', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('14596', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('64013', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('50969', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('35721', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('39157', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('51553', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('41671', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('63612', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('97658', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('37653', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('92965', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('88085', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('85602', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('18809', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('23224', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('5243', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('84865', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('60688', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('45826', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('8860', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('79697', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('10204', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('38668', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('51416', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('17676', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('51678', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('792', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('43912', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('27727', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('19220', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('19766', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('46981', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('55859', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('28019', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('64192', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('17769', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('25940', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('25256', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('96911', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('35588', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('20084', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('16969', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('23449', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('57431', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('16311', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('44038', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('64593', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('31250', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('23373', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('55009', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('66008', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('31101', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('16035', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('1018', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('26147', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('51923', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('25528', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('81876', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('48423', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('64938', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('24010', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('61783', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('847', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('107', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('77234', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('35', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('16543', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('68554', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('99760', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('79205', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('27430', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('1285', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('24784', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('77729', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('68720', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('27366', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('15328', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('89393', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('39704', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('82591', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('1367', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('35175', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('29707', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('88577', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('61354', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('6400', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('69122', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('52929', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('79772', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('23525', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('6673', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('49280', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('7287', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('50664', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('1954', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('88308', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('51084', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('53490', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('90089', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('48247', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('81258', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('52120', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('1533', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('68395', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('17207', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('66269', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('4449', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('87222', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('99719', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('6673', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('49391', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('22086', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('94846', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('42298', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('31302', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('69241', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('86001', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('62716', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('79210', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('54672', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('31516', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('8022', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('27017', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('42688', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('34236', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('65101', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('9993', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('557', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('87015', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('34957', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('51868', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('6895', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('70828', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('36685', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('39254', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('82591', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('77361', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('10269', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('78454', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('68554', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('86001', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('35905', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('78782', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('57941', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('30858', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('61232', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('64731', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('68150', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('36995', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('30021', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('18234', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('81789', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('78922', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('11455', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('45494', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('10693', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('17057', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('18821', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('95631', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('19536', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('6474', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('978', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('8807', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('48471', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('28989', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('70688', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('36402', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('50969', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('25331', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('98984', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('69471', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('12078', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('29707', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('50206', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('67371', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('67407', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('95175', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('1367', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('25718', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('7861', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('77148', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('76291', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('39238', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('25725', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('98388', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('20378', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('64192', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('67793', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('14032', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('21102', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('14284', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('78116', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('74639', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('61527', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('93986', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('87246', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('62373', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('41751', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('39157', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('37454', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('25077', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('35935', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('55354', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('75046', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('15083', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('6209', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('59517', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('77580', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('14668', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('19638', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('51549', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('36019', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('21100', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('90089', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('10033', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('71426', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('70452', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('42388', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('3739', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('69960', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('82918', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('26147', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('3163', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('64724', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('61003', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('65056', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('18740', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('4034', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('18859', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('62749', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('31086', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('65715', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('21008', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('56598', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('9659', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('86674', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('67436', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('62487', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('36791', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('65396', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('9183', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('69628', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('54296', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('68999', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('66469', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('61402', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('72669', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('40937', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('42556', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('74639', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('29002', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('45359', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('5961', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('39978', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('56003', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('10269', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('19735', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('68070', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('41832', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('81896', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('15578', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('18554', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('63502', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('29849', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('83039', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('18809', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('17769', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('71904', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('35685', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('35685', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('36685', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('63288', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('7287', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('89196', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('46725', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('18809', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('72186', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('16297', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('52385', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('48660', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('74911', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('99977', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('19321', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('7970', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('44706', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('80912', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('57780', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('36513', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('39927', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('54296', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('25525', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('16311', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('7020', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('45083', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('20378', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('15030', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('46980', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('87044', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('22467', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('90448', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('94894', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('23457', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('21100', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('58172', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('53469', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('92332', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('75173', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('82688', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('36263', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('77244', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('42019', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('53077', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('61081', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('63361', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('26619', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('30164', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('34392', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('23392', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('31476', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('2286', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('70021', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('22004', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('41211', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('91851', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('11194', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('13504', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('30397', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('12362', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('74796', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('2139', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('47677', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('34236', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('41973', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('56598', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('82066', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('53185', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('98019', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('37586', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('7498', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('53803', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('59172', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('87784', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('19541', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('22050', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('24116', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('18941', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('98423', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('15457', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('48660', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('73213', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('75522', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('5920', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('77003', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('60748', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('65205', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('4438', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('39046', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('47265', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('38121', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('92417', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('1000', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('47126', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('98940', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('81538', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('93354', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('4383', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('64642', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('43989', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('3576', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('92274', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('65676', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('74530', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('21556', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('14032', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('31341', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('62054', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('3639', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('32056', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('4034', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('27236', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('10917', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('22325', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('19050', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('37809', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('18740', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('49205', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('16405', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('83314', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('4940', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('17397', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('14668', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('17424', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('69752', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('34197', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('8603', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('90124', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('96615', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('77548', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('26427', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('62754', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('99268', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('17997', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('17128', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('1367', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('12941', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('5243', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('288', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('98870', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('95175', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('89414', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('19245', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('29920', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('70098', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('14484', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('25068', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('32506', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('61065', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('75794', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('55238', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('48901', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('82688', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('26427', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('41774', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('12683', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('13408', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('29959', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('17996', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('94535', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('7287', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('77172', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('63860', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('46260', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('56212', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('19220', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('89312', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('1087', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('51084', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('23994', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('33107', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('62152', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('40682', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('58606', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('28409', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('52385', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('34392', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('27366', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('75794', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('93171', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('28538', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('50598', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('3487', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('17086', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('43016', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('81207', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('19536', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('34502', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('37454', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('15578', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('84495', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('74530', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('57238', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('57377', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('17507', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('26427', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('97658', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('39114', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('37759', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('29390', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('45680', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('77003', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('17997', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('93354', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('18752', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('34569', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('55009', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('6712', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('46981', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('69225', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('66269', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('37038', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('65056', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('39472', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('18941', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('56003', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('63860', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('14621', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('75772', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('16075', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('76246', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('13081', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('28299', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('63612', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('56849', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('29462', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('20445', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('39520', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('27727', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('41774', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('17424', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('98359', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('83696', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('54296', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('45817', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('4645', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('65241', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('74974', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('59673', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('48611', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('14581', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('41491', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('66494', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('34788', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('36379', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('30021', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('11083', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('34770', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('31080', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('21337', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('8603', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('79911', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('282', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('81984', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('52876', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('56276', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('66090', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('31486', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('53165', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('39514', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('97629', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('92274', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('90089', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('76270', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('67560', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('107', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('23270', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('69230', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('37818', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('56057', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('64164', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('63039', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('36265', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('5898', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('69521', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('74460', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('56058', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('94846', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('65703', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('77664', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('40558', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('40178', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('85887', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('25725', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('76049', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('88140', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('22258', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('21401', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('48901', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('93039', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('41973', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('30858', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('63449', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('66106', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('73328', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('61003', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('80254', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('95320', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('53424', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('32772', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('96117', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('52371', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('56212', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('12214', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('69679', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('11055', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('22198', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('91132', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('4449', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('85887', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('69628', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('87439', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('97065', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('63361', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('93354', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('27687', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('90814', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('42688', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('57666', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('84432', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('36019', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('54610', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('58465', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('6287', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('14432', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('99451', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('13495', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('22086', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('54622', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('95320', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('58081', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('92949', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('91978', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('10834', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('3739', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('89188', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('21102', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('4355', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('40457', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('71387', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('35687', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('18809', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('15883', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('83136', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('8252', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('69081', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('57055', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('91063', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('75534', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('96193', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('45300', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('90234', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('88993', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('20985', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('16753', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('57456', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('2177', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('60366', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('75878', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('27919', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('79446', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('17911', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('99348', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('21225', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('58172', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('14639', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('43130', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('71543', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('62429', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('9993', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('79892', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('2629', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('9953', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('33107', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('79502', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('107', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('76246', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('25725', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('52076', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('55286', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('14639', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('29803', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('66469', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('51203', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('71768', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('85063', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('69747', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('98359', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('13403', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('15083', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('38902', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('6710', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('23475', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('47677', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('81294', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('28299', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('68554', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('29192', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('65205', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('83002', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('53077', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('68278', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('48678', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('62716', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('74016', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('53728', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('68516', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('1110', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('29192', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('63645', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('99226', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('46337', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('73492', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('26473', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('94569', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('27094', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('61920', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('49813', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('39204', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('8343', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('34422', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('53089', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('32119', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('5017', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('95260', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('29849', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('94726', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('49873', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('54153', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('26802', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('30334', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('35935', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('74672', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('11194', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('30252', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('544', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('70688', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('39978', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('96911', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('20803', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('82066', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('52157', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('52669', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('99250', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('87044', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('73206', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('9408', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('74464', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('62549', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('98870', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('77130', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('53451', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('60984', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('95850', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('26028', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('10904', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('62373', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('27528', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('37430', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('53469', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('64297', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('27430', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('78332', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('64938', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('37521', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('23475', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('64222', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('4355', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('66008', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('1968', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('75273', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('3639', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('37454', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('94697', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('61232', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('7490', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('76953', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('17086', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('62487', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('16480', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('46260', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('65258', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('54508', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('73394', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('48165', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('89188', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('66763', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('57213', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('31442', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('11966', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('66279', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('72528', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('11083', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('98870', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('53805', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('44584', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('1080', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('6729', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('41894', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('75928', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('20814', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('68720', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('86375', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('7861', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('27687', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('76895', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('82970', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('85746', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('22396', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('4438', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('31364', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('17192', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('67340', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('95175', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('99977', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('21086', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('49611', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('56882', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('86641', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('19582', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('29192', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('85234', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('53047', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('13211', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('33837', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('83214', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('83557', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('99226', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('65299', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('60762', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('92464', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('66753', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('23506', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('64013', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('75395', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('63502', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('59117', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('56299', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('94142', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('2848', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('63288', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('65563', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('21008', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('91063', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('81396', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('82707', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('5393', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('38696', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('43981', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('96003', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('52872', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('5703', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('53485', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('42843', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('22396', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('6895', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('98359', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('44836', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('23449', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('68070', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('54610', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('24784', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('4508', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('96324', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('63090', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('99271', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('81876', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('24442', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('54605', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('18941', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('32483', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('48009', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('11202', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('88993', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('16480', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('75772', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('5393', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('17996', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('22467', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('32419', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('81258', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('85211', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('19450', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('71426', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('40059', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('11101', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('28994', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('83871', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('2501', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('74473', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('94998', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('1087', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('25718', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('61402', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('9360', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('6195', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('29849', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('25525', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('36265', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('35138', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('99719', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('68712', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('99949', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('84654', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('83686', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('53547', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('842', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('34542', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('48165', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('42019', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('97629', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('51768', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('34770', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('47487', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('11419', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('32506', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('90194', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('80420', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('11441', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('79170', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('39927', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('39704', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('87785', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('11441', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('42843', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('50039', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('79446', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('898', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('81258', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('40677', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('90567', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('42960', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('78116', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('11152', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('81031', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('88801', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('2501', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('84727', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('86707', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('44258', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('18469', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('12069', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('15457', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('19917', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('85754', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('81396', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('86661', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('45826', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('16133', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('52494', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('28994', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('22325', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('52741', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('89571', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('19862', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('41832', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('80976', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('5208', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('16631', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('66259', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('36379', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('52471', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('17207', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('83462', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('35042', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('7854', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('50944', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('92040', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('39925', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('9605', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('28361', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('53165', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('76743', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('18808', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('25362', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('978', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('78454', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('39046', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('22003', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('24746', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('43912', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('81785', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('24809', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('69758', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('25256', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('86075', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('24932', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('31035', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('70924', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('4438', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('39472', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('17192', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('76173', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('22620', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('62832', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('64013', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('18941', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('58465', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('82039', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('34386', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('89734', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('76743', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('81883', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('46970', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('41832', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('88801', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('75116', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('95029', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('63310', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('32368', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('41671', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('44703', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('51416', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('41938', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('47001', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('74672', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('37430', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('88389', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('83691', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('37581', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('80248', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('46074', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('30341', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('88884', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('65241', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('77130', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('4508', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('62716', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('69241', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('51093', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('31993', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('18583', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('82918', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('8192', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('52856', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('93653', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('13365', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('33338', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('74016', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('84727', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('72768', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('51678', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('77172', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('32376', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('95099', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('46260', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('88287', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('88308', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('68330', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('82697', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('24387', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('92659', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('73186', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('47677', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('25780', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('91992', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('75522', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('7287', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('25380', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('96153', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('68999', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('99694', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('24442', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('17057', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('65443', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('87246', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('13741', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('95626', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('69521', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('57055', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('26473', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('92776', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('92776', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('93039', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('33651', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('30161', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('50664', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('44584', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('61332', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('96203', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('20002', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('58701', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('82066', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('88389', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('24374', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('8819', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('86075', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('92442', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('89734', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('65753', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('90220', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('56276', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('14563', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('68712', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('58170', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('22325', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('73542', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('50414', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('87785', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('42843', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('80990', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('88417', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('23344', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('34197', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('38371', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('19450', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('20985', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('94998', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('7490', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('35357', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('15430', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('99760', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('89551', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('13506', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('28994', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('54622', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('36265', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('71389', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('20244', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('38973', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('45680', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('74509', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('42298', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('30772', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('17831', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('27094', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('62728', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('69730', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('65433', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('49611', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('82646', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('62487', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('90220', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('17924', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('50365', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('52134', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('86404', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('20489', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('16528', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('75878', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('81876', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('88472', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('99399', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('54620', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('72622', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('73206', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('38013', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('99226', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('23449', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('56276', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('95284', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('463', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('51093', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('14182', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('16523', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('16057', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('90082', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('59539', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('19203', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('60984', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('24197', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('56078', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('12069', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('72622', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('22268', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('69732', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('26802', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('55009', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('39881', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('24002', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('68779', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('78552', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('62549', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('19766', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('11455', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('38973', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('65038', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('57185', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('66281', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('49611', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('43981', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('65056', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('21008', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('28518', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('97101', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('16405', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('45002', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('26102', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('50331', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('97355', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('97953', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('13023', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('30110', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('34569', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('5393', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('27017', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('76270', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('23525', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('33645', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('57026', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('98843', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('48660', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('73602', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('52385', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('31080', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('10834', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('79697', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('91370', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('92659', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('69850', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('11419', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('54296', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('41091', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('57083', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('83511', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('37818', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('11202', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('56080', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('25468', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('30124', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('80285', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('73394', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('10033', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('29803', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('90567', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('65144', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('27898', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('19050', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('72521', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('29959', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('22198', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('83214', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('85614', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('76953', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('56139', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('41599', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('48469', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('22057', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('38973', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('1827', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('76173', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('46074', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('25942', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('23344', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('24784', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('73492', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('57185', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('10917', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('29435', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('5298', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('43616', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('4015', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('2629', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('90448', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('33791', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('22396', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('52876', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('68453', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('7514', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('73908', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('51817', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('77548', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('41683', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('34018', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('84189', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('72521', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('92949', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('90234', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('10076', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('34392', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('89196', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('77580', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('86806', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('32490', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('51817', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('19536', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('90448', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('9993', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('87831', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('90181', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('59172', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('25077', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('85809', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('71944', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('4015', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('25362', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('48009', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('44206', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('48778', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('57135', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('86806', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('1232', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('94801', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('53799', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('52057', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('18808', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('19791', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('336', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('15083', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('54296', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('37449', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('97228', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('35881', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('25528', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('16849', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('69752', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('78758', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('53165', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('1018', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('73411', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('30161', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('9360', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('18108', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('78454', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('10727', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('18554', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('89312', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('90082', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('760', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('97042', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('16528', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('24932', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('14829', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('89059', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('61065', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('48678', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('91197', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('77172', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('52656', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('15328', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('94311', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('85887', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('15086', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('57190', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('53490', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('92385', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('79469', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('64593', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('36265', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('78572', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('67033', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('42298', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('98726', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('94814', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('97355', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('49618', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('35', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('32464', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('91370', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('53728', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('53089', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('1827', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('1922', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('86802', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('3143', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('72643', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('17377', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('978', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('45720', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('11578', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('2177', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('30397', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('1884', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('85614', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('35220', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('64934', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('84792', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('52120', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('46436', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('72643', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('16075', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('48660', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('85366', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('69752', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('32345', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('51678', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('56078', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('33791', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('87831', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('15538', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('15070', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('61444', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('47824', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('84432', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('12563', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('17944', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('73206', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('17397', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('61414', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('58935', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('71389', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('81638', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('99711', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('79170', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('97042', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('80285', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('72979', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('99348', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('46956', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('27952', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('73268', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('69132', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('99271', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('70828', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('86001', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('27430', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('83573', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('56299', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('8378', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('288', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('80976', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('7602', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('57083', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('37284', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('64121', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('44836', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('81294', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('7973', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('75596', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('98315', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('53699', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('38288', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('35881', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('89312', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('82974', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('61920', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('51768', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('99422', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('38676', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('85680', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('42388', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('8483', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('39310', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('67793', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('96911', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('50414', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('49813', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('34170', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('38288', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('56078', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('92703', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('48009', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('61444', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('89734', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('70918', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('25331', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('61920', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('48660', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('6895', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('41988', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('14581', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('30341', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('36384', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('898', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('97400', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('43495', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('19450', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('12971', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('24442', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('27366', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('62549', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('56058', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('57026', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('14284', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('10834', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('83314', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('33759', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('85614', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('24796', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('40189', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('82063', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('79469', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('48053', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('667', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('56882', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('12979', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('16405', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('93631', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('84792', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('89759', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('98843', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('76759', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('76895', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('68396', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('13495', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('40932', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('83170', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('93366', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('8378', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('34197', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('79911', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('60867', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('38691', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('34502', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('35462', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('40303', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('87439', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('6474', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('57055', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('29705', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('27727', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('4015', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('4435', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('69853', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('68516', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('13365', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('97573', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('36379', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('70021', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('9440', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('57925', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('6895', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('96178', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('72528', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('69732', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('55698', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('435', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('83444', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('80254', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('41674', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('81245', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('39472', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('93354', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('87015', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('52656', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('36126', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('28538', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('37809', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('25362', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('59530', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('62749', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('21126', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('56598', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('86344', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('30943', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('63390', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('48471', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('97023', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('20814', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('39241', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('31364', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('43211', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('68649', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('10269', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('51768', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('3576', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('76246', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('24387', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('80047', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('93508', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('79329', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('39927', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('11510', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('85211', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('557', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('827', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('47627', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('96968', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('80698', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('61737', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('69783', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('78552', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('81883', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('51997', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('98843', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('38895', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('64550', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('45650', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('16849', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('5898', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('59538', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('14621', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('26102', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('78581', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('67660', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('259', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('38895', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('93814', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('63361', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('96741', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('37653', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('64082', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('5843', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('75252', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('15144', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('99711', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('37430', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('80047', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('20985', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('41938', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('79469', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('93004', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('79763', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('62520', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('53699', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('68278', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('91132', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('67657', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('37715', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('32130', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('35687', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('57431', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('55329', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('39580', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('51698', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('48660', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('66090', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('46106', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('42565', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('68720', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('28004', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('29920', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('15086', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('83686', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('54672', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('61737', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('46725', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('50206', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('68395', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('74672', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('17192', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('83214', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('97590', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('35293', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('14214', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('71631', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('58634', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('898', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('15980', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('79170', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('59673', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('67051', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('36494', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('13408', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('91915', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('26494', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('32954', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('41211', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('82970', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('56057', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('8252', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('50977', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('56', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('57160', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('53089', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('5824', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('63390', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('81876', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('36263', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('53805', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('86552', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('75116', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('87054', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('2970', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('37653', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('85534', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('11095', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('65433', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('97679', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('89734', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('88577', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('75560', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('4182', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('59539', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('33651', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('99710', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('10481', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('48165', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('17377', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('37586', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('72741', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('50664', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('31442', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('68999', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('79210', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('41671', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('67310', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('26730', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('46956', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('7020', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('36494', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('59117', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('16133', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('50664', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('38676', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('71085', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('85451', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('22004', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('8483', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('99660', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('43993', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('28133', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('37734', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('63538', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('41741', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('25785', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('78314', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('14432', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('25611', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('16311', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('49759', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('12078', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('41406', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('92703', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('65396', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('48462', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('58465', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('83696', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('71768', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('36926', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('5393', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('85366', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('57055', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('63502', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('90124', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('25077', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('2139', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('2201', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('29705', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('69241', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('34770', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('94990', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('28738', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('16075', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('16969', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('44703', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('95697', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('50703', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('26427', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('1826', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('89246', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('16543', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('2133', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('99647', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('25331', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('23994', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('76895', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('92659', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('14874', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('43981', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('37284', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('46450', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('32056', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('31690', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('11262', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('87965', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('61920', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('80248', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('56124', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('31690', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('97400', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('49982', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('9947', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('49611', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('89734', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('22258', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('35257', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('11441', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('18636', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('993', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('50013', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('66969', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('1968', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('30397', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('59673', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('93653', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('5005', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('70918', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('6895', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('14563', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('72165', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('60249', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('5925', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('67542', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('57985', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('78332', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('76799', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('97435', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('85614', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('37715', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('72959', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('48861', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('49982', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('51093', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('28409', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('14869', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('21009', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('28738', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('16885', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('29803', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('24387', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('17397', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('40189', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('38336', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('84727', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('41832', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('96067', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('52157', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('22268', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('85308', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('57185', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('26494', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('61737', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('98047', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('75928', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('68330', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('12214', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('22142', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('51093', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('90234', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('19848', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('64945', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('90814', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('15070', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('12563', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('21774', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('12236', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('1080', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('83622', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('57787', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('96003', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('66356', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('88472', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('57456', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('73165', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('84792', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('31080', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('70828', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('88884', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('81538', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('28829', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('96227', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('30299', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('57107', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('62373', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('50658', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('95201', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('69747', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('74070', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('82039', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('81550', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('93571', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('49073', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('1727', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('52523', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('27528', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('57538', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('88302', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('78922', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('74840', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('9659', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('42298', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('31137', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('66494', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('56', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('847', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('9360', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('11510', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('23344', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('77361', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('53496', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('67657', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('21086', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('53451', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('77000', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('9605', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('94846', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('27366', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('84495', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('74639', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('93986', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('10727', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('57123', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('19050', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('4182', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('52291', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('22467', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('1884', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('81031', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('86327', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('463', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('20002', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('30188', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('5824', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('2133', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('55286', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('94522', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('57026', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('90448', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('80698', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('55009', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('4435', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('95046', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('54622', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('89196', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('99348', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('69853', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('69241', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('8517', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('50365', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('34569', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('99348', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('24796', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('73394', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('4345', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('5298', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('17944', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('91616', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('62705', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('62373', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('94846', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('45083', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('9933', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('9360', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('10033', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('55170', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('32245', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('36384', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('12326', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('75252', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('16250', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('92849', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('71878', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('71287', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('40080', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('51008', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('15144', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('25468', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('26427', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('53225', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('57780', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('62124', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('99719', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('30110', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('8378', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('58634', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('55170', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('19321', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('86404', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('30124', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('99760', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('32772', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('6287', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('36303', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('70807', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('21102', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('83838', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('94371', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('38899', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('70098', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('15340', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('81207', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('82066', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('2970', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('87054', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('39472', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('259', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('83622', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('68278', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('77000', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('92703', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('17507', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('9408', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('73328', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('16969', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('69783', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('80698', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('11578', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('35881', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('49792', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('10269', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('17397', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('93631', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('78758', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('72643', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('50365', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('78637', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('78782', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('3739', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('37454', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('858', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('94324', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('22198', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('8912', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('18007', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('107', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('30723', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('46074', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('5250', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('75534', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('88169', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('57026', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('8022', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('29514', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('67514', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('16057', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('41091', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('71944', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('98423', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('74974', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('98870', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('96324', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('86969', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('65987', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('27094', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('6712', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('39612', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('17128', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('24932', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('85445', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('5381', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('80742', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('11419', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('89759', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('96193', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('55531', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('64938', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('95046', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('35257', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('21401', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('27017', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('58874', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('74796', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('49792', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('21401', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('66054', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('98726', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('49611', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('48462', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('85211', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('49205', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('7204', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('25552', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('35935', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('99271', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('41751', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('93491', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('78581', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('89059', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('80248', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('82974', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('63243', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('67425', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('62795', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('4173', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('73411', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('29239', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('76270', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('72979', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('18234', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('7973', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('79205', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('92703', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('23270', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('97435', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('78552', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('58874', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('52385', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('69752', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('72006', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('24442', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('87706', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('259', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('31337', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('45083', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('34569', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('44703', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('95850', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('88884', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('84702', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('47627', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('60406', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('8343', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('45720', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('32130', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('52866', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('64914', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('53699', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('35881', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('84515', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('57160', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('98056', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('58634', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('36126', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('53118', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('65329', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('83838', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('74672', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('82707', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('39925', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('70572', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('6729', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('32130', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('53047', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('72768', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('7035', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('36926', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('32490', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('50966', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('43616', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('30021', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('24325', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('65688', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('93043', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('97023', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('43989', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('99463', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('34392', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('60406', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('65205', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('31035', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('8517', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('63860', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('64724', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('87651', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('36845', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('67146', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('61332', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('5843', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('18583', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('93366', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('94998', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('88287', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('27919', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('11419', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('82301', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('62124', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('81245', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('10838', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('55329', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('53788', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('55000', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('56849', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('95859', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('76743', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('82918', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('28352', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('87015', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('72055', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('58307', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('35881', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('32483', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('64724', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('5414', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('39881', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('28004', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('95320', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('25725', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('88793', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('71628', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('83557', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('64169', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('44584', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('64297', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('68649', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('67310', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('99764', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('71287', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('99422', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('84865', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('42843', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('28352', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('95840', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('56232', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('14065', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('91851', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('62728', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('48009', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('60748', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('66293', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('48778', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('28128', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('5920', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('41596', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('36379', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('898', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('27727', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('46450', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('75299', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('26028', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('74796', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('978', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('25077', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('28361', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('20974', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('28518', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('69132', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('37818', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('86404', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('9084', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('90220', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('5005', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('14023', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('67725', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('24630', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('78892', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('38712', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('16631', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('26473', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('81610', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('56003', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('76743', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('74840', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('38899', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('90009', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('13408', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('57431', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('93653', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('92417', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('52750', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('3039', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('36019', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('45680', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('39241', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('90041', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('67371', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('12078', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('19536', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('83462', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('9460', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('34018', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('86344', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('45680', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('53805', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('96988', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('15328', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('94990', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('14432', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('37581', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('57334', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('21552', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('93708', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('77289', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('40897', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('45002', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('43993', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('4438', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('51868', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('37759', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('63390', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('90082', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('49813', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('79352', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('72669', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('27043', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('77361', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('56598', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('97868', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('66494', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('81258', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('94726', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('8426', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('90181', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('33107', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('47670', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('75173', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('99730', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('87222', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('22179', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('1727', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('98388', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('91091', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('11441', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('84515', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('52134', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('44038', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('67371', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('67725', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('51203', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('99780', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('21086', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('37038', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('30222', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('5298', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('11202', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('49339', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('50386', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('46442', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('64222', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('33651', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('61065', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('16515', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('55238', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('83836', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('89234', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('49873', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('27528', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('41683', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('98315', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('29462', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('37586', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('94766', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('77218', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('93043', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('26028', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('20489', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('24630', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('10838', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('15578', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('81876', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('13753', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('19450', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('45200', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('68720', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('57083', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('54728', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('32464', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('25256', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('95284', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('81028', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('60224', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('56755', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('72622', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('86833', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('50039', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('667', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('10838', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('85981', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('52291', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('91091', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('48165', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('18709', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('23392', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('56057', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('19342', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('61127', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('59046', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('43989', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('96227', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('40080', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('18775', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('79892', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('51862', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('22345', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('57213', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('81028', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('50013', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('8853', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('24201', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('73606', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('72528', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('31476', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('92839', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('83444', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('41832', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('52187', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('827', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('74840', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('46655', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('52523', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('83622', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('97629', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('95029', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('14182', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('41832', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('51008', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('75794', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('84495', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('20803', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('37869', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('42019', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('39114', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('78314', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('41211', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('17133', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('94766', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('11453', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('93653', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('60249', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('499', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('52945', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('16849', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('69081', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('4438', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('59290', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('1367', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('8378', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('90372', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('65703', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('16969', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('89051', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('99764', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('36102', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('35523', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('78332', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('50966', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('90220', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('12683', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('44881', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('108', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('46655', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('31086', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('8603', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('14639', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('36685', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('36881', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('18636', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('45002', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('64724', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('22086', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('67310', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('71630', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('25525', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('84808', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('62487', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('52057', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('87246', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('76768', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('98140', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('88993', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('40932', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('63040', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('55915', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('1922', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('86736', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('94697', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('98423', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('64169', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('33107', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('68712', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('53728', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('1812', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('82580', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('39394', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('6474', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('27898', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('65144', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('44038', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('92839', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('71287', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('76799', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('14874', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('71387', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('59530', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('86753', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('49982', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('57238', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('32954', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('43226', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('87054', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('65753', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('11237', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('34770', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('39876', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('72622', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('78469', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('83314', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('41988', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('61003', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('84039', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('21009', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('81207', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('54672', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('58326', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('63090', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('64934', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('51093', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('282', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('8853', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('65438', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('70564', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('78332', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('37339', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('21100', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('20803', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('4345', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('29707', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('98388', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('72186', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('49214', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('98870', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('19917', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('31337', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('1884', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('84189', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('37284', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('31560', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('84702', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('56212', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('23994', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('2970', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('80990', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('71529', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('87785', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('31476', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('49280', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('86404', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('63039', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('23994', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('32419', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('45300', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('48901', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('36379', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('83838', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('22170', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('57135', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('50386', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('61354', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('58606', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('4015', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('5943', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('9993', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('49391', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('62054', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('86127', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('33759', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('4645', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('29192', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('69632', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('97868', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('40044', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('29002', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('7043', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('95175', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('69307', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('67657', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('51678', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('41211', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('2848', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('81396', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('84432', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('23506', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('51955', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('15578', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('95225', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('38602', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('71529', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('79763', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('81566', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('53118', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('3833', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('16543', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('67222', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('46155', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('89246', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('96895', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('55531', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('83871', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('48850', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('62728', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('43495', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('19791', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('58300', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('38555', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('48165', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('31137', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('77548', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('28316', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('32385', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('18709', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('36379', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('40481', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('64820', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('64013', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('29140', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('19791', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('67436', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('31266', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('33791', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('97042', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('88525', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('71630', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('75395', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('41211', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('25611', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('38121', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('86981', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('20195', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('30164', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('17600', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('22417', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('28252', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('36995', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('6673', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('25256', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('13403', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('93171', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('96052', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('39521', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('3651', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('34569', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('21246', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('11453', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('23475', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('71630', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('259', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('70688', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('30188', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('71389', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('23439', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('27556', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('32130', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('30299', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('58935', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('49391', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('89759', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('93061', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('78469', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('50206', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('67560', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('16057', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('35138', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('91580', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('33201', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('64169', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('63310', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('68516', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('79772', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('77364', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('33546', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('57941', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('41091', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('17600', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('29705', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('43348', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('74974', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('26619', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('29031', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('55531', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('66494', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('37521', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('14284', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('43016', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('52876', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('48850', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('42388', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('38548', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('82082', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('64039', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('44998', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('57160', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('39514', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('89414', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('23344', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('85614', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('75241', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('65396', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('65438', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('32954', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('39204', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('64121', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('28409', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('46066', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('34197', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('64593', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('54620', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('10693', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('32368', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('13290', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('65681', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('14639', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('40044', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('26730', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('50206', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('99463', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('44551', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('34126', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('75241', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('61232', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('38371', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('18808', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('22004', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('41599', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('1884', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('87965', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('28352', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('94801', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('29871', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('76759', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('3493', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('10454', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('64140', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('12362', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('85754', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('39881', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('5208', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('85445', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('43348', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('94814', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('64945', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('35462', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('12078', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('77244', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('33338', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('35462', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('40558', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('56124', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('84808', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('60867', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('90041', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('44551', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('39552', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('70395', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('67146', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('36402', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('11095', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('57511', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('3005', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('48469', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('23500', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('82688', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('43016', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('80248', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('24442', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('72165', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('69521', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('66469', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('52057', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('70828', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('21126', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('50467', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('47379', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('46694', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('70965', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('5824', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('24630', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('54622', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('87222', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('77664', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('99760', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('86981', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('31101', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('64893', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('15883', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('7020', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('85981', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('73206', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('25611', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('78922', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('842', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('914', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('97953', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('14639', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('82707', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('55000', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('34126', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('57962', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('90041', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('30289', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('97435', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('55857', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('40116', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('85356', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('69307', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('23311', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('90132', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('33107', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('53185', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('31560', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('7861', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('36881', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('13495', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('88085', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('88045', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('94697', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('75046', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('72006', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('64169', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('14484', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('70688', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('13504', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('12236', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('41988', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('11083', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('34197', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('32490', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('28518', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('19245', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('18859', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('83022', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('24197', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('41827', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('14668', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('8517', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('3576', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('67340', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('73411', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('98870', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('17339', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('85754', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('72014', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('65208', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('7956', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('89297', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('58355', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('26881', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('4438', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('15074', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('37101', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('12979', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('40937', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('29002', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('23224', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('53089', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('98140', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('39520', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('51093', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('79170', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('57107', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('24325', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('42843', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('14499', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('97868', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('19603', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('81550', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('31080', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('79487', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('76799', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('33107', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('70099', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('34502', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('98940', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('81538', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('3335', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('21766', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('76895', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('544', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('95284', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('96968', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('28538', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('64121', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('34322', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('19450', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('64039', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('38545', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('87246', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('38895', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('57474', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('58300', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('64140', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('57666', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('64401', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('51817', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('78116', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('90124', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('66212', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('41751', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('46035', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('77289', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('61403', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('24865', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('4034', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('86806', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('12683', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('34542', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('65241', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('5920', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('1460', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('28977', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('96772', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('82301', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('38676', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('65038', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('31690', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('81883', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('98830', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('80698', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('45436', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('82083', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('96085', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('89106', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('19848', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('6367', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('11095', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('95089', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('78911', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('72014', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('24201', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('97101', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('29390', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('36303', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('56882', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('64550', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('69132', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('7020', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('79352', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('72959', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('80248', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('46970', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('55286', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('62429', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('89551', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('6304', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('83747', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('25611', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('65987', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('41450', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('6895', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('5414', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('53699', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('64593', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('25187', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('32886', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('13511', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('98047', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('93354', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('76057', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('79210', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('42092', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('98984', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('7861', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('107', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('1954', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('77000', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('58701', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('47001', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('88801', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('86651', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('64642', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('80651', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('35588', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('10838', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('21774', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('27017', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('66008', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('63040', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('80990', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('90181', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('40992', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('95099', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('35721', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('66495', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('59908', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('80976', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('28952', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('34788', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('17207', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('81785', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('60748', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('64820', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('75534', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('12971', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('45680', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('94730', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('42114', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('33401', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('24630', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('52494', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('61081', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('8378', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('16515', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('5617', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('65438', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('72177', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('25046', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('76246', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('86404', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('66279', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('16250', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('8517', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('40937', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('33817', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('77003', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('50267', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('50702', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('99764', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('18338', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('80651', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('45002', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('12711', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('32419', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('77000', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('99611', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('38476', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('65299', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('18636', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('57213', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('41674', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('70965', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('71529', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('83204', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('978', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('92332', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('10527', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('29192', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('16311', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('22258', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('760', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('85366', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('42625', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('98423', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('90041', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('61402', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('73394', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('63040', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('61527', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('77000', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('77361', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('7620', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('13028', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('75534', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('5920', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('90353', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('74070', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('73606', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('11237', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('40682', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('46260', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('11422', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('10705', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('5943', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('65443', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('36244', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('58874', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('66484', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('50386', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('61920', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('50598', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('70828', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('67560', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('23994', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('82063', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('30182', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('90567', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('80976', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('91992', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('53185', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('6523', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('93571', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('12069', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('43432', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('50365', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('35198', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('65299', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('36657', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('98830', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('69732', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('1884', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('88417', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('76743', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('67033', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('48776', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('75560', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('76798', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('79170', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('931', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('44271', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('85534', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('66293', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('12078', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('18007', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('1367', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('55915', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('29002', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('64164', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('41299', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('52371', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('21225', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('7854', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('30182', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('46655', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('30222', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('39881', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('75116', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('69222', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('2139', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('10736', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('44271', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('60366', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('52929', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('28829', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('44038', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('48009', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('48423', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('26802', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('80247', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('12563', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('7656', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('16133', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('80420', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('52750', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('76246', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('22268', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('30650', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('89106', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('2201', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('83557', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('28994', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('34386', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('75928', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('82083', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('85887', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('73268', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('1826', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('31302', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('40457', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('72669', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('27044', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('16993', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('1232', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('17086', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('22170', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('3639', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('96193', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('80976', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('98843', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('84704', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('29959', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('34331', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('79210', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('76224', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('65443', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('32772', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('14023', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('1018', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('99369', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('13028', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('49214', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('23794', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('81638', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('96153', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('57107', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('19293', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('63489', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('99694', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('16035', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('14628', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('11604', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('94620', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('65056', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('96324', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('16907', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('6523', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('83136', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('37219', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('55238', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('60406', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('51955', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('67542', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('20540', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('15030', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('82083', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('7602', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('45300', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('26494', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('91132', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('50206', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('85754', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('95089', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('94697', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('32483', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('41973', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('86806', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('50013', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('75082', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('91799', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('13365', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('23344', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('14563', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('36995', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('33107', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('10267', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('83003', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('33201', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('59455', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('98047', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('72643', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('71387', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('20195', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('23934', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('52876', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('68720', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('7498', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('26147', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('66212', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('31035', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('75395', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('6474', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('24201', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('89234', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('72643', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('29390', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('16523', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('44271', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('85910', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('88287', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('931', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('21337', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('163', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('66090', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('36244', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('49813', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('84239', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('36126', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('75510', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('19791', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('45002', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('37869', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('65563', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('69952', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('34158', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('41211', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('8819', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('53788', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('21556', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('28538', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('46451', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('1954', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('97590', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('21102', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('11152', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('70572', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('61920', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('11855', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('82039', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('2419', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('63886', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('69285', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('69285', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('47677', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('25611', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('92693', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('51549', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('51997', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('50038', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('67051', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('29140', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('29390', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('47677', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('76768', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('34542', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('10033', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('14874', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('47001', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('7490', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('79911', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('78922', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('77415', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('21692', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('6400', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('63860', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('52750', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('77003', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('22258', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('30161', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('37521', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('21556', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('1836', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('27366', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('97694', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('57377', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('78469', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('85366', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('22254', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('64196', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('57107', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('8457', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('53424', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('49244', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('8517', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('76895', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('51955', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('29140', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('78911', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('23110', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('21126', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('107', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('64039', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('54672', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('34770', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('53048', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('68720', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('5144', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('39580', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('39238', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('66484', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('80227', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('67583', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('75273', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('83592', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('39114', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('63560', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('96117', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('17607', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('52741', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('15144', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('22620', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('32119', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('81550', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('72741', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('48850', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('1232', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('14499', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('83622', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('67222', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('67340', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('53118', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('66469', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('86552', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('78782', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('80285', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('75082', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('27950', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('64249', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('61332', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('51868', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('18338', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('79469', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('14484', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('57185', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('9114', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('20814', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('26147', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('58634', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('47379', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('61783', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('51238', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('53699', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('98690', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('53496', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('88358', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('91788', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('83170', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('12362', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('93354', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('7390', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('53225', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('69632', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('78756', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('62784', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('42960', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('40457', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('79352', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('69081', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('54612', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('67657', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('4173', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('18740', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('99694', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('14829', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('90914', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('74796', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('17133', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('65688', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('62226', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('40059', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('17769', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('93708', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('55238', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('2629', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('7854', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('38899', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('46035', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('39241', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('90132', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('43226', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('57780', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('11195', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('4015', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('79170', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('95859', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('69730', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('52945', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('1080', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('7973', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('46155', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('53799', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('77218', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('15086', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('31560', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('37856', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('22003', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('74911', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('88045', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('8517', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('51817', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('93366', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('46066', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('53699', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('49244', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('5005', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('78434', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('6729', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('39925', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('39978', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('8843', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('45650', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('79205', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('69758', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('26730', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('65714', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('6195', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('94257', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('72643', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('42298', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('77130', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('10814', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('32217', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('336', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('16250', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('69752', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('57026', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('65714', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('37946', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('62754', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('2629', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('1220', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('77244', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('81638', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('34236', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('49813', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('92659', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('19245', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('5871', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('4682', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('29645', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('99073', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('17377', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('30252', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('5381', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('87706', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('69752', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('53485', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('53805', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('79446', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('11262', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('81638', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('3487', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('45002', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('827', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('90381', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('53077', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('21552', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('8252', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('34404', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('49280', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('645', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('89059', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('27140', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('9408', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('92849', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('39901', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('70389', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('19862', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('91992', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('4449', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('52494', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('37946', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('76291', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('28352', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('83002', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('69225', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('67793', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('71543', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('64724', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('46436', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('70359', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('7390', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('107', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('17424', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('32772', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('21009', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('65038', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('62716', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('36995', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('68453', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('4645', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('2561', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('123', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('21225', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('87624', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('8457', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('74796', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('4435', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('62373', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('69628', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('90353', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('96615', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('65144', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('27956', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('96895', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('81610', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('61854', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('16993', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('18234', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('21086', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('5898', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('4645', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('75547', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('56078', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('77898', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('69850', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('13880', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('82970', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('29705', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('78454', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('10033', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('94730', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('11262', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('17769', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('61003', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('52371', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('87965', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('7514', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('83003', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('78434', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('20803', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('58300', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('36685', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('49205', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('38712', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('72669', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('36265', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('15578', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('1285', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('90567', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('33094', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('46155', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('41988', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('39310', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('77130', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('94990', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('95626', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('33349', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('52872', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('69581', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('57456', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('79205', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('99764', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('4182', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('65563', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('1726', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('52876', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('23500', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('16753', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('69230', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('49450', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('90181', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('71529', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('29705', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('16528', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('72768', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('17377', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('19362', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('93039', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('29002', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('67371', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('43993', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('40276', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('58355', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('68453', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('84410', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('1018', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('33759', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('75046', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('78552', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('67146', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('44258', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('35220', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('92703', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('68712', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('51008', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('37103', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('82697', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('18286', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('72528', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('75116', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('73328', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('87048', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('98140', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('5005', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('88085', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('52876', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('32376', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('1087', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('94814', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('32490', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('46337', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('11855', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('52134', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('56212', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('10693', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('21246', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('29390', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('14581', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('75878', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('21337', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('89571', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('95626', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('99348', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('55859', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('75513', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('86753', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('15249', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('40276', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('68150', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('65208', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('8860', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('45680', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('8140', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('75241', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('67024', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('13504', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('80057', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('760', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('32130', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('30017', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('46442', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('52076', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('67310', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('46981', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('90082', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('88085', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('78143', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('71543', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('10454', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('94814', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('90381', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('87280', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('71631', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('71630', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('32419', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('32385', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('11152', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('65563', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('79772', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('90220', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('16250', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('77234', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('65101', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('30896', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('98359', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('95260', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('35498', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('18108', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('20974', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('41683', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('9947', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('67560', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('67033', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('72055', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('48678', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('13757', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('32245', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('93491', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('41450', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('50977', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('85680', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('70098', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('85680', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('15430', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('22417', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('29665', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('96324', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('85211', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('39514', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('66106', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('81638', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('37653', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('73328', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('62754', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('75123', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('33349', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('60040', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('63361', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('69132', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('76246', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('52291', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('5005', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('63288', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('39927', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('21100', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('18367', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('42956', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('77729', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('13511', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('74796', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('80227', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('90082', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('41988', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('1737', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('42019', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('62832', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('44258', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('8378', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('63289', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('16993', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('41280', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('53077', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('15340', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('25362', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('89414', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('65208', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('26802', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('17076', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('16480', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('57242', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('91616', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('5703', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('1727', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('82066', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('12069', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('75252', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('19450', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('66090', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('82974', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('64249', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('95859', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('87054', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('23992', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('25331', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('12078', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('98843', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('35935', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('94730', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('64140', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('16885', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('64169', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('15030', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('65688', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('99977', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('85754', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('83871', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('44584', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('17607', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('18499', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('10814', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('27044', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('56276', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('83214', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('40992', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('5250', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('85614', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('99760', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('1827', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('62520', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('89759', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('37339', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('16057', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('95850', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('83204', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('3493', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('16593', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('41596', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('24387', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('58606', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('84845', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('33107', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('80990', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('48611', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('3335', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('99611', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('123', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('41988', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('63538', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('39901', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('34422', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('41345', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('7514', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('5017', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('99268', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('19848', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('57985', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('36244', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('48471', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('76173', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('75791', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('94801', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('39657', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('67340', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('14432', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('33882', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('22226', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('34170', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('28361', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('12173', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('14596', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('87439', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('13921', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('81785', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('77898', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('11966', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('27043', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('28977', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('17377', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('22179', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('21766', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('37734', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('24796', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('37818', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('70362', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('17607', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('29435', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('81638', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('23475', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('31086', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('76173', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('84410', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('3127', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('64121', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('68396', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('64893', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('63310', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('29031', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('18338', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('61166', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('15086', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('20540', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('507', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('68278', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('8343', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('63489', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('94142', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('77664', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('24796', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('67583', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('83002', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('62520', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('92274', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('78434', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('69132', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('48678', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('4682', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('47627', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('49280', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('79772', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('10454', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('76173', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('14563', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('90448', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('21008', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('97868', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('56849', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('13408', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('91370', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('72186', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('66813', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('45083', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('288', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('21100', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('67660', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('11530', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('29514', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('12216', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('21246', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('89759', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('69471', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('75510', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('44258', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('51416', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('47126', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('23994', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('70099', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('7973', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('50386', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('73072', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('13741', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('792', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('64259', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('32506', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('40558', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('95697', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('52371', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('73394', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('73908', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('23311', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('53788', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('23344', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('33107', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('28409', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('6990', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('11237', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('42625', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('18469', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('15430', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('70452', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('93004', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('15578', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('2423', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('50977', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('38555', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('61783', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('46450', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('435', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('38555', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('50365', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('80227', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('37734', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('83747', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('93986', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('53225', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('1726', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('85211', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('63489', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('50039', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('30222', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('48861', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('37038', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('57511', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('31820', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('22226', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('86127', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('22004', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('85234', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('46762', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('80698', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('50013', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('1367', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('4940', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('7287', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('90381', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('78858', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('15340', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('78792', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('49503', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('10904', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('47379', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('19862', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('3005', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('67051', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('3833', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('85614', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('13081', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('98690', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('32506', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('48901', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('13028', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('72055', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('50598', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('85063', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('96772', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('68242', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('31086', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('65400', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('42096', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('95029', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('15487', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('81258', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('90124', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('58701', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('67407', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('914', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('62754', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('56598', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('22417', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('69960', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('34055', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('74672', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('77172', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('56499', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('79892', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('15144', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('19862', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('44038', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('74672', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('37430', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('40481', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('79534', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('75938', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('84702', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('39204', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('85602', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('23311', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('63288', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('10527', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('33837', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('8957', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('80285', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('95852', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('25187', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('507', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('43495', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('55329', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('64196', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('97023', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('84239', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('94142', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('73206', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('21086', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('65205', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('9183', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('95320', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('99399', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('25528', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('72768', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('63860', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('89312', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('86736', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('4345', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('82063', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('61444', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('9605', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('22260', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('36926', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('17076', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('97629', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('58701', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('57083', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('7514', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('97629', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('94766', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('46769', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('76768', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('23525', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('56139', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('35293', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('46762', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('36102', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('21552', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('58919', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('1402', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('17377', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('95320', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('30341', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('86001', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('83838', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('70395', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('96227', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('95175', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('96968', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('65400', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('37219', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('69747', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('7490', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('55531', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('1018', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('84410', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('5298', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('67222', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('29803', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('46442', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('13217', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('28518', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('50537', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('61854', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('96052', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('47025', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('6523', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('50038', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('1220', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('40682', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('91992', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('94730', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('21009', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('66469', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('29705', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('79170', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('1018', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('86651', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('99289', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('78787', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('82970', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('25187', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('40738', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('50039', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('30182', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('61737', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('41832', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('73606', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('86736', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('64164', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('17507', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('15070', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('8251', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('72501', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('83136', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('16528', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('94990', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('64067', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('39619', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('77234', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('72177', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('19638', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('88793', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('99710', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('66281', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('53699', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('68330', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('50467', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('39114', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('98056', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('73411', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('35498', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('74016', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('13880', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('45826', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('43993', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('12971', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('80698', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('30164', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('56089', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('55859', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('11055', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('73411', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('8517', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('56882', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('43912', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('57242', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('53490', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('10705', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('82868', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('42991', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('49873', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('90448', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('34197', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('12979', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('69628', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('41894', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('33107', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('12362', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('57431', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('92464', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('56212', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('97065', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('41280', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('22532', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('24197', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('75299', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('72528', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('58172', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('20445', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('67017', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('76953', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('63449', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('94535', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('94998', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('7970', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('49982', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('73606', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('49339', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('45002', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('31364', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('13749', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('77729', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('39657', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('25528', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('61854', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('17607', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('90567', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('38545', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('77364', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('81031', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('68278', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('82083', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('33882', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('92464', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('12173', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('56212', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('42560', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('24932', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('47126', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('82083', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('96052', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('80610', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('44271', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('39115', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('1737', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('69225', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('2178', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('51955', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('12683', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('60762', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('76057', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('56124', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('85910', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('42960', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('10076', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('827', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('90663', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('74163', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('71025', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('76743', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('87439', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('15517', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('7973', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('9605', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('80248', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('50467', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('15517', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('40481', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('84515', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('40558', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('62054', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('95205', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('36791', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('28518', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('18821', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('98019', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('46928', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('53424', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('83022', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('72521', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('13023', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('96153', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('70572', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('60762', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('90082', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('39157', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('32385', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('17996', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('99694', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('90779', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('71630', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('54605', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('58170', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('18740', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('15613', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('13028', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('92274', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('49611', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('48660', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('92849', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('6712', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('75547', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('67017', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('62124', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('54728', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('37038', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('59117', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('6523', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('61920', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('95175', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('96615', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('54508', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('46035', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('69853', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('15074', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('47487', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('31516', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('10834', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('56080', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('4015', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('2178', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('86641', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('25331', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('65676', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('69783', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('60224', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('89140', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('1836', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('85910', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('1922', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('86806', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('98140', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('14023', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('792', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('91343', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('94535', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('84704', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('65703', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('37521', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('10454', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('22198', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('14432', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('7602', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('19245', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('9114', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('35721', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('30177', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('75547', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('46074', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('22260', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('1533', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('64222', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('38476', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('13403', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('85534', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('87048', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('86736', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('83557', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('99268', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('13290', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('34126', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('99694', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('65681', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('94620', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('55009', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('95099', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('32744', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('76291', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('62487', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('60748', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('32506', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('70564', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('18367', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('94894', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('91580', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('9440', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('93004', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('66484', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('17424', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('91442', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('7287', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('30957', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('86969', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('20803', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('16297', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('90004', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('5703', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('91580', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('43032', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('37219', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('48660', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('92040', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('8378', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('107', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('23794', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('31079', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('8807', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('44836', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('68516', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('81028', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('10814', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('163', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('56849', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('66763', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('62705', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('71631', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('41890', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('95850', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('64039', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('69521', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('67425', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('22086', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('82970', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('36379', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('42960', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('82126', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('11262', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('8603', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('32385', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('70099', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('50702', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('96988', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('92417', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('2967', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('70099', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('92839', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('63582', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('71628', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('50467', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('23224', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('76224', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('68554', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('14621', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('46337', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('94522', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('29707', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('75231', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('83314', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('85746', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('64155', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('74639', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('37653', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('91370', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('85575', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('20002', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('37653', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('12615', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('15249', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('49073', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('64067', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('44998', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('24116', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('28316', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('89414', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('59848', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('22142', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('33401', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('99271', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('42565', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('30896', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('53048', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('17424', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('48861', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('3639', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('14284', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('49873', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('23500', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('69752', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('82083', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('11126', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('87246', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('64550', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('69521', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('56057', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('5381', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('15726', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('78581', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('36303', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('82646', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('69230', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('76743', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('69132', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('6673', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('11453', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('41683', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('85445', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('58085', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('4508', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('12216', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('79170', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('32464', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('34542', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('44258', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('52157', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('36102', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('71529', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('64945', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('97679', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('11083', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('22325', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('80057', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('13211', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('14829', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('35687', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('28738', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('72768', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('48009', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('77580', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('89246', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('36263', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('16631', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('69783', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('72768', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('31624', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('39619', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('19848', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('30124', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('9256', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('61998', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('43226', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('85451', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('5943', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('47670', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('69471', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('2423', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('5843', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('62152', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('9114', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('14484', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('11057', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('94730', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('3487', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('71878', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('95697', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('91370', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('96117', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('24002', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('12979', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('16993', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('41741', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('81245', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('11201', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('66356', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('14869', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('40189', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('52134', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('17997', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('80990', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('41965', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('99399', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('87044', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('85809', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('10269', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('75040', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('98619', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('13023', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('65753', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('63582', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('57377', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('27952', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('68150', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('58595', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('88389', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('39580', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('33759', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('59553', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('41774', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('52945', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('7020', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('54605', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('41491', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('12711', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('4438', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('91063', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('91915', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('85308', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('84410', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('93814', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('5017', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('87651', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('44551', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('87651', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('62636', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('507', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('50537', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('39238', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('86529', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('38013', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('10556', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('54610', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('90814', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('30182', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('70572', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('16969', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('85614', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('62152', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('75082', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('63502', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('59553', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('28019', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('72501', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('73606', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('91063', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('24010', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('50537', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('31476', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('36019', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('98019', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('34392', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('96988', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('32954', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('85904', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('51553', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('58170', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('35042', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('96722', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('57135', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('43505', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('76743', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('56755', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('8426', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('49813', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('33645', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('63090', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('60040', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('16969', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('10705', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('98019', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('88887', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('94324', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('72358', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('20180', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('62152', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('18740', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('55531', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('56003', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('78552', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('19862', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('99369', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('24932', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('12078', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('1232', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('21556', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('16250', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('36265', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('50537', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('60867', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('61332', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('78756', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('47265', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('74530', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('90372', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('68278', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('99463', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('38121', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('66813', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('18499', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('36881', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('70965', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('39115', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('1460', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('79352', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('27898', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('97590', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('78758', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('54620', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('38668', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('90089', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('19362', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('98984', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('20180', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('75510', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('30334', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('65190', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('2795', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('20180', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('94257', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('39619', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('84167', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('4355', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('57666', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('62124', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('37869', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('10814', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('76049', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('53077', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('68453', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('39925', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('13921', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('13352', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('53728', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('60984', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('12971', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('57185', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('2561', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('64934', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('27727', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('85754', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('39892', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('57377', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('71387', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('67655', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('62124', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('66269', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('40932', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('98388', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('52019', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('74639', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('36494', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('69307', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('93571', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('45083', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('75513', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('38676', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('88801', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('67146', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('17057', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('72657', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('69521', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('82687', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('33460', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('47670', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('858', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('1232', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('89759', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('83871', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('83557', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('86404', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('22396', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('76953', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('13511', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('18859', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('92867', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('8603', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('58919', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('39901', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('30188', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('86375', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('41345', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('56486', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('16297', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('16480', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('28252', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('14628', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('90089', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('50039', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('8426', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('78332', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('28004', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('51817', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('98140', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('69730', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('22050', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('52876', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('96067', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('49205', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('88417', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('8807', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('81245', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('336', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('14554', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('88887', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('65299', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('33206', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('8912', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('93171', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('61783', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('74464', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('94726', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('40059', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('73542', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('44258', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('76250', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('57190', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('40457', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('37521', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('9933', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('36791', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('62795', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('6195', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('28994', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('10727', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('22345', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('80057', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('46155', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('69758', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('65400', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('76743', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('93571', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('70572', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('84495', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('97400', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('89551', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('35721', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('99719', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('11530', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('64914', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('99422', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('9605', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('74016', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('20445', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('72014', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('98690', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('26147', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('20195', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('72669', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('55859', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('47379', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('21766', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('24442', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('24325', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('19321', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('35042', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('20974', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('23110', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('29645', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('4173', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('52471', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('27950', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('86375', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('50873', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('15070', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('32772', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('2501', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('336', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('79446', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('15726', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('24374', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('18808', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('75040', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('62705', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('67725', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('87015', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('69225', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('7620', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('79210', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('51723', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('67310', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('22417', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('75522', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('93653', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('89059', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('81396', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('67583', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('69850', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('97551', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('12362', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('66495', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('17128', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('28538', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('70452', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('9114', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('88472', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('69132', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('28361', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('15340', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('87831', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('92417', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('58846', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('82591', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('89312', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('78922', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('99660', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('39881', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('89551', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('35685', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('67024', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('94569', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('67024', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('97953', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('95631', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('63612', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('51579', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('51955', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('29665', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('82918', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('99348', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('80821', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('48776', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('23457', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('39310', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('95631', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('10834', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('46450', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('30943', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('46928', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('32744', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('72177', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('41751', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('60867', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('40059', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('24746', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('10556', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('44584', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('51923', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('51538', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('38899', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('51538', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('30397', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('64249', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('89000', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('14563', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('84515', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('47824', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('36513', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('99289', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('25256', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('67793', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('10481', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('22050', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('74016', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('8912', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('52385', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('259', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('39927', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('48165', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('98984', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('41674', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('19050', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('28952', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('23449', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('23457', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('67051', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('17397', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('92949', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('3833', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('44998', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('53077', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('75046', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('15980', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('51008', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('68779', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('60267', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('44998', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('33759', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('68779', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('28977', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('48611', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('53803', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('70918', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('79589', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('71944', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('19862', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('38676', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('23992', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('38545', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('85534', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('61364', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('58307', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('72358', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('82402', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('62520', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('39157', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('96911', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('37454', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('37715', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('39157', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('23794', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('64013', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('78787', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('93508', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('76049', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('53047', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('70098', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('38691', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('91992', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('12362', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('31476', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('65715', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('4004', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('4508', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('70828', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('76057', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('11422', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('88417', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('52866', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('96615', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('96722', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('22467', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('34392', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('41671', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('97023', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('44836', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('85887', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('36494', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('29849', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('37946', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('18809', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('78143', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('66969', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('39514', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('99348', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('66008', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('90448', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('39876', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('3640', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('50658', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('93125', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('48589', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('4435', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('79170', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('30896', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('75082', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('15538', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('33349', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('41973', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('86641', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('69132', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('97590', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('9605', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('28989', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('69850', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('5824', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('81294', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('82126', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('4355', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('90009', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('8986', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('81150', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('32056', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('27804', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('2201', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('45650', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('37586', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('89312', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('11057', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('96134', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('33791', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('61998', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('72622', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('90004', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('50743', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('34569', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('11195', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('13749', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('31101', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('1727', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('29803', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('34502', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('92867', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('79210', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('71287', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('59530', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('44985', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('42096', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('81638', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('62429', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('67018', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('84702', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('13211', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('89759', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('41832', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('5920', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('32954', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('11055', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('86651', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('58170', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('44258', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('65438', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('32490', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('74464', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('52291', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('90914', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('10481', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('42096', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('56486', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('67407', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('43432', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('95175', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('64893', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('45826', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('5250', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('88553', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('92464', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('83398', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('28977', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('77898', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('21556', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('74639', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('70522', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('35905', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('20084', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('8819', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('42556', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('41261', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('8251', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('81207', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('82301', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('94726', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('95201', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('35687', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('19050', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('19766', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('34386', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('34055', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('95366', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('64121', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('24442', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('92332', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('17665', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('81883', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('435', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('56276', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('99764', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('36384', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('98870', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('23506', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('85451', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('96895', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('96153', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('63886', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('5961', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('69471', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('96741', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('858', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('64192', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('760', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('93508', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('48611', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('8843', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('78911', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('71085', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('34170', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('39580', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('24201', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('60748', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('15283', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('24325', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('70918', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('62549', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('5243', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('29645', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('25780', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('10904', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('70061', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('27094', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('8957', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('82301', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('13081', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('51008', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('26080', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('61402', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('81984', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('79205', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('38973', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('87268', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('46260', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('65400', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('58300', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('20489', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('52157', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('94324', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('32056', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('26494', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('62373', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('14032', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('92867', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('65681', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('83573', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('46980', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('76911', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('6304', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('35257', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('18775', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('46035', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('1018', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('33338', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('14668', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('97551', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('56080', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('9408', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('40044', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('33645', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('87785', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('55000', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('2178', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('59117', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('93171', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('38371', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('99660', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('67425', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('14829', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('47627', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('28252', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('57941', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('56212', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('9114', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('29665', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('55354', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('6304', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('84432', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('22254', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('44816', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('57456', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('80941', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('30289', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('77172', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('64401', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('48247', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('33094', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('55859', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('37818', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('76911', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('87054', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('5017', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('49873', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('58170', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('46725', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('81785', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('9605', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('3693', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('78767', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('65979', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('85234', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('24197', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('15457', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('12971', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('36513', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('842', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('76604', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('71768', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('74460', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('50414', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('90220', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('9183', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('80610', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('80912', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('83462', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('31080', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('80698', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('10917', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('12216', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('39657', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('76270', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('8251', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('39514', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('90041', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('22417', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('24796', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('29665', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('8457', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('37818', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('41683', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('83398', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('59538', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('63489', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('27662', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('30124', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('69952', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('35293', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('89551', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('55009', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('3639', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('85445', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('44816', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('39876', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('31554', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('71387', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('61854', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('3127', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('43348', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('92949', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('99764', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('52856', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('47265', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('86736', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('86802', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('86327', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('42625', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('9993', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('88884', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('65681', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('50537', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('28829', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('11195', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('65241', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('90448', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('86674', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('25942', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('70299', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('70965', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('97042', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('61527', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('30222', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('76911', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('39521', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('96067', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('50703', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('96911', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('6304', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('41675', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('12214', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('72177', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('16515', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('8807', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('30289', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('22198', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('40457', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('99977', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('52741', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('13365', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('64259', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('82974', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('58846', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('87965', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('62054', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('14554', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('83696', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('27804', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('36926', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('16453', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('993', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('54153', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('88884', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('51093', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('68720', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('51868', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('95626', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('65715', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('81028', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('68330', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('1018', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('29091', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('49450', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('83022', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('1968', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('20445', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('66054', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('65205', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('98984', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('42991', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('71630', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('16523', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('73165', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('31101', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('78469', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('94697', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('14032', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('75510', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('61402', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('47630', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('98140', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('61065', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('99780', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('51975', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('17207', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('57925', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('90124', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('40303', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('36126', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('78767', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('25785', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('22912', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('65688', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('43123', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('39612', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('25362', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('90381', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('83136', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('29140', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('82083', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('53469', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('6195', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('9460', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('16993', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('76895', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('66008', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('19791', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('97023', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('15487', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('7490', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('20002', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('75510', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('32065', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('42991', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('84845', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('63645', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('6209', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('90132', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('11076', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('59397', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('52669', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('26730', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('75395', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('74464', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('17944', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('76895', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('81785', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('69241', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('17377', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('88302', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('79911', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('84495', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('64934', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('97042', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('888', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('67542', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('83592', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('23270', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('30334', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('65987', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('55238', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('36926', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('76895', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('37454', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('33201', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('39876', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('83557', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('51923', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('46451', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('56139', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('28977', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('49618', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('83557', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('65715', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('94730', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('71628', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('99711', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('59848', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('16993', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('53089', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('92693', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('18859', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('40738', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('57787', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('61081', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('94371', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('83022', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('57511', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('99694', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('14214', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('50206', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('64401', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('1737', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('46441', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('78552', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('15074', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('63489', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('43432', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('69081', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('18752', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('57156', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('25331', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('37809', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('36052', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('65715', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('30222', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('58595', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('31820', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('30110', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('28518', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('72622', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('163', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('47670', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('1533', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('58085', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('50331', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('40189', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('52471', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('29920', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('31337', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('40677', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('94569', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('5393', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('51868', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('95284', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('16297', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('97868', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('858', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('5017', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('27043', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('57185', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('25331', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('36657', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('36402', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('7854', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('25940', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('163', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('89051', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('48165', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('69783', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('65714', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('61166', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('88993', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('94846', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('15538', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('23500', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('44038', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('53424', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('73213', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('84702', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('76768', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('11419', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('41938', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('86651', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('34392', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('30110', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('33546', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('17424', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('72501', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('51084', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('40457', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('81396', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('41599', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('63449', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('57185', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('64222', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('96153', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('75510', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('64893', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('37809', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('56', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('73213', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('40189', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('94620', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('44352', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('99977', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('97679', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('61127', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('77172', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('4860', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('931', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('17397', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('74796', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('95201', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('23110', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('70061', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('107', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('76224', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('77664', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('6895', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('57123', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('19342', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('81984', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('95089', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('5414', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('59848', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('20985', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('50658', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('78892', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('99073', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('32881', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('23457', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('30341', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('57334', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('79170', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('20803', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('792', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('94173', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('842', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('12069', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('48778', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('45300', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('76953', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('29849', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('97658', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('94894', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('10834', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('83204', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('13408', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('53728', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('77588', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('64938', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('43505', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('89297', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('78792', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('2286', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('7149', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('30845', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('52291', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('53089', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('16907', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('1922', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('22620', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('44206', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('12941', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('95320', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('16133', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('51238', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('32376', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('50267', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('99660', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('47670', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('9605', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('56486', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('15726', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('66495', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('86753', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('57135', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('62784', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('71387', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('92867', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('59117', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('95201', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('64192', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('43348', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('67425', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('65714', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('3576', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('78434', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('24387', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('84704', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('85534', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('45650', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('23457', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('38899', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('91569', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('61402', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('54728', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('30017', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('18740', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('94998', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('45826', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('37350', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('17076', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('463', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('91851', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('71529', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('38696', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('17944', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('97355', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('52019', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('41599', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('62054', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('81789', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('96710', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('64222', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('52187', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('66813', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('34018', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('17128', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('44836', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('63860', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('52471', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('69222', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('13217', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('36791', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('22325', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('18108', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('52134', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('11855', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('38548', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('95027', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('7035', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('46442', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('36494', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('15698', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('52157', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('84845', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('34386', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('31690', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('28133', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('19321', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('18859', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('88045', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('63582', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('5414', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('33094', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('90194', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('61081', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('63449', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('45494', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('41774', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('43854', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('18709', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('34195', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('63090', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('24630', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('64297', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('9933', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('3576', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('75928', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('8252', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('87015', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('4182', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('34331', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('36513', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('90124', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('92849', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('63390', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('32385', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('72622', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('67051', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('30177', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('65563', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('70564', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('71389', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('83728', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('67222', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('36995', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('14581', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('64196', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('41406', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('35685', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('40738', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('12941', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('89132', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('99369', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('56124', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('12563', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('63243', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('1968', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('46928', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('85366', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('97694', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('76895', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('46980', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('90567', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('36244', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('86753', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('68248', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('32772', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('28299', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('68396', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('68070', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('7602', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('76604', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('62487', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('13921', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('31364', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('97228', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('9084', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('65681', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('72014', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('95099', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('35935', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('99268', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('4438', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('72014', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('60366', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('25942', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('90814', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('64934', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('52157', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('16753', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('89132', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('92332', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('91343', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('22345', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('7043', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('69679', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('60867', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('14628', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('15538', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('26102', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('64945', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('98940', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('43432', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('40189', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('8819', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('52876', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('32506', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('43123', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('7620', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('67514', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('12971', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('20244', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('13290', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('81207', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('99710', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('288', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('75513', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('67810', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('29390', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('80941', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('94142', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('99977', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('96988', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('39521', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('60984', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('79772', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('64222', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('7498', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('667', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('86375', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('83003', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('82868', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('72528', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('28128', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('8426', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('66763', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('827', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('18636', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('99694', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('2286', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('13826', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('29239', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('69241', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('98984', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('32368', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('3576', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('98563', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('96052', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('3545', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('288', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('31554', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('8378', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('57538', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('56598', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('46106', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('75123', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('39892', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('71389', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('70564', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('63243', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('75772', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('58326', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('11195', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('99719', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('35257', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('34195', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('36494', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('53699', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('29260', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('72501', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('53225', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('1827', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('39552', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('76799', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('65205', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('60249', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('51723', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('760', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('21086', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('95366', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('70924', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('21552', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('64164', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('57160', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('9495', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('37339', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('36995', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('38712', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('44206', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('8912', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('99760', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('96988', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('13211', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('26028', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('15340', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('61414', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('25187', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('45300', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('56499', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('19735', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('37038', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('667', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('86127', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('61127', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('25611', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('71085', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('53490', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('45002', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('61354', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('70098', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('51579', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('71768', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('3639', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('63886', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('86802', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('37818', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('28128', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('96615', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('16528', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('69747', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('30017', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('86806', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('82974', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('63582', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('47126', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('57242', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('56003', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('37284', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('70572', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('6729', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('8957', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('96067', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('56882', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('56003', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('42096', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('28538', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('48778', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('92864', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('29959', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('70395', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('71529', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('51538', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('44836', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('26494', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('92849', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('39114', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('64222', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('50267', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('32881', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('5871', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('42565', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('12173', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('63886', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('57238', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('96227', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('34126', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('75791', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('41890', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('36019', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('25187', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('44703', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('86552', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('61354', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('78911', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('39472', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('34542', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('45680', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('94990', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('23525', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('67793', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('57456', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('4682', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('47630', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('37350', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('39115', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('77415', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('66229', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('29705', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('77588', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('6209', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('6304', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('2177', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('91915', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('9993', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('61854', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('95953', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('37103', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('33107', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('36303', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('65901', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('993', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('1402', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('18809', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('95046', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('34170', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('96710', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('86404', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('42625', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('19293', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('76743', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('52019', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('93043', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('35257', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('36513', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('11966', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('81876', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('16993', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('31337', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('39552', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('8957', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('72186', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('34158', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('86529', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('82646', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('56299', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('48423', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('50386', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('51203', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('42625', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('70572', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('36265', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('18859', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('91091', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('11057', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('88553', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('53803', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('78767', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('65329', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('68330', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('59517', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('45494', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('6287', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('67222', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('97573', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('65258', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('5414', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('12236', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('9495', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('24932', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('96003', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('13352', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('29803', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('16523', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('39619', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('65329', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('9360', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('84239', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('48660', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('15517', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('75560', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('89104', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('98315', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('51923', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('62487', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('39612', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('108', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('11604', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('89393', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('69241', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('6523', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('97065', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('37946', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('29920', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('45494', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('9360', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('81207', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('10033', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('38548', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('76759', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('39704', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('77172', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('88287', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('49982', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('46970', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('52856', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('75547', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('5703', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('9460', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('70061', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('73268', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('39204', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('34018', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('90234', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('32886', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('83022', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('61003', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('55857', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('62716', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('69230', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('19536', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('11530', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('34770', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('45826', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('10663', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('14094', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('82974', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('42388', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('90004', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('18554', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('33791', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('25611', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('90132', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('30017', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('83871', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('41832', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('78572', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('79329', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('35588', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('18740', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('88553', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('14874', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('20803', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('8807', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('62636', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('76798', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('82918', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('80821', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('11237', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('19450', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('4582', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('45770', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('65101', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('13081', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('57456', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('53048', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('49813', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('95260', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('84654', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('46928', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('8343', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('22254', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('39925', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('99451', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('66008', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('79534', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('92703', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('88085', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('78143', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('69679', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('59290', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('66106', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('64550', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('81984', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('34195', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('7035', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('59908', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('98984', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('64067', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('81258', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('17076', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('38336', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('64249', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('41827', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('69222', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('32506', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('43123', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('52203', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('99949', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('15340', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('23994', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('81883', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('77548', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('38476', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('41091', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('1220', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('28361', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('52929', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('72741', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('64724', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('39925', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('73411', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('16907', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('5617', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('58469', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('56232', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('89000', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('6367', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('85746', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('63502', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('64938', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('91799', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('4435', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('41675', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('645', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('68712', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('20814', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('41406', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('5005', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('56057', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('69132', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('97435', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('96134', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('31341', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('15457', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('88801', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('92274', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('74911', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('68395', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('24865', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('15024', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('7514', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('29707', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('91370', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('19848', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('11076', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('90779', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('36494', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('19766', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('10705', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('14094', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('60040', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('85887', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('83871', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('30334', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('87246', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('78481', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('63560', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('68263', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('36926', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('84039', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('6195', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('38712', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('67657', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('44258', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('66279', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('90082', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('50873', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('22260', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('46980', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('81785', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('85575', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('63560', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('49792', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('44206', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('99977', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('60040', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('35588', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('83728', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('43912', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('65101', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('7602', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('64192', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('18499', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('53152', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('10204', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('75231', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('35138', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('5898', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('53225', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('91063', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('44551', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('57780', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('76743', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('64249', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('14284', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('84495', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('13741', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('91851', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('71628', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('25046', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('61920', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('85887', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('51416', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('88169', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('86736', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('29849', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('88577', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('3739', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('64550', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('78552', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('85534', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('71085', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('21789', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('39115', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('76057', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('15517', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('65329', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('38668', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('17944', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('34404', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('56941', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('107', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('81883', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('94569', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('57190', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('38271', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('8140', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('27950', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('57123', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('80254', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('14581', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('89051', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('35220', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('30188', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('69285', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('36126', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('54296', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('40992', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('62487', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('91978', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('69732', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('10481', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('94801', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('24809', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('931', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('91370', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('77580', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('83480', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('7035', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('15517', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('69747', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('85226', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('3163', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('57985', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('84845', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('87044', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('49244', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('5824', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('25552', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('40481', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('74840', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('52656', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('43616', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('85575', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('16035', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('27952', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('22057', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('48247', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('6523', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('58300', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('37430', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('81028', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('45680', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('53547', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('5250', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('59397', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('86969', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('32954', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('11453', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('52019', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('53490', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('83953', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('30845', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('78911', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('55000', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('16075', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('85981', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('51817', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('47265', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('90663', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('10834', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('32056', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('89196', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('12979', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('69230', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('45680', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('23794', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('57242', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('8957', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('51923', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('95225', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('14032', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('68516', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('59908', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('71529', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('28299', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('53485', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('99949', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('63645', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('87015', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('94371', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('95574', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('11510', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('95840', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('51238', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('28252', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('83686', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('33759', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('29091', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('81245', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('17377', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('87651', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('13023', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('76169', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('48471', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('80821', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('83002', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('89414', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('29399', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('77664', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('17924', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('82974', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('47001', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('68242', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('97679', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('21102', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('34404', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('96003', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('38696', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('24374', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('31761', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('65714', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('21766', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('66293', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('11201', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('67407', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('65715', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('55329', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('64945', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('69521', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('30943', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('48678', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('27044', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('5298', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('13753', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('24442', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('29705', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('40992', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('66106', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('34236', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('16528', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('51008', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('51975', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('79589', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('24784', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('63538', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('47126', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('62520', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('93039', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('7656', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('27017', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('46928', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('73807', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('82126', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('29514', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('65676', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('77415', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('108', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('71543', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('16347', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('73268', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('45002', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('22260', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('93814', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('78481', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('22260', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('73072', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('10527', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('67810', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('13408', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('37818', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('94814', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('48611', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('61364', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('48778', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('30650', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('80610', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('92442', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('63489', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('67018', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('83039', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('70389', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('83953', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('69222', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('96153', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('83002', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('5250', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('41345', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('58594', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('88308', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('58300', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('70359', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('34957', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('57787', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('29091', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('288', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('96246', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('91343', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('99553', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('8912', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('30957', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('50598', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('34404', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('20180', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('13753', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('28352', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('75252', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('6712', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('39204', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('27687', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('56232', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('1000', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('49611', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('77361', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('34195', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('35462', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('55859', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('64401', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('55531', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('90372', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('25611', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('58085', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('56212', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('29031', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('13757', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('66753', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('35588', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('6195', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('96895', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('78314', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('31364', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('71389', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('7287', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('37818', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('51084', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('62152', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('32490', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('1968', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('47001', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('73206', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('37946', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('43658', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('46155', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('84704', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('70061', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('58081', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('33651', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('49618', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('18941', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('10527', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('13511', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('75273', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('2286', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('79697', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('20540', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('52872', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('77000', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('71631', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('13749', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('53089', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('8426', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('20180', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('59553', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('86327', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('55170', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('88085', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('87246', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('30474', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('34018', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('25725', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('9659', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('79210', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('77003', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('84792', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('34569', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('1110', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('85308', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('96085', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('12615', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('71389', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('30182', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('15538', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('83136', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('50664', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('94836', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('39114', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('32483', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('84515', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('53547', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('9084', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('3576', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('55354', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('55009', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('28133', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('94801', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('85451', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('28409', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('36265', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('22620', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('9440', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('44998', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('45770', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('43211', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('53225', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('4438', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('16515', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('95850', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('25780', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('15538', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('37856', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('12069', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('1826', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('53165', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('65396', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('7490', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('24796', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('1812', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('92776', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('94569', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('21246', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('67793', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('26147', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('56080', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('95201', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('77003', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('14668', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('74974', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('18752', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('72165', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('32119', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('14214', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('84865', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('4508', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('41211', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('94569', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('8843', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('18859', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('29514', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('21126', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('71389', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('51768', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('80742', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('75878', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('40303', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('15980', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('63538', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('95626', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('30017', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('93125', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('69581', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('40059', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('73807', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('17424', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('85849', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('71631', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('76911', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('46956', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('34158', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('93043', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('35721', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('31993', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('898', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('94894', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('50206', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('19824', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('14639', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('71904', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('67660', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('39881', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('64121', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('65056', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('15083', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('3005', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('5943', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('95840', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('65038', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('54728', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('34055', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('20445', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('18554', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('64297', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('41818', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('20489', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('58413', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('11453', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('87222', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('99399', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('72768', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('7043', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('4182', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('82688', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('67051', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('22912', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('79469', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('49611', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('11055', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('29140', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('81207', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('95225', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('4345', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('36303', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('72521', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('56058', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('14554', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('89312', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('57083', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('35687', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('435', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('14065', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('37586', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('88418', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('12214', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('31560', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('14182', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('1726', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('59530', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('61402', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('22467', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('52866', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('17192', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('90609', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('92867', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('35220', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('79329', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('52019', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('92867', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('54153', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('42843', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('18234', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('75040', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('86833', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('16993', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('35175', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('17607', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('5414', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('72006', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('83747', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('5920', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('23457', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('50039', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('74070', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('41894', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('41599', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('94990', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('89059', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('16035', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('47630', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('39927', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('19917', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('73606', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('68242', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('11126', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('19203', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('69132', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('67018', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('52707', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('44985', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('67542', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('98140', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('39241', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('64082', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('64642', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('67657', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('53172', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('27430', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('53728', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('96134', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('17924', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('48861', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('90009', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('65438', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('69628', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('85366', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('89246', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('58889', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('29803', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('55531', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('73602', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('41596', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('8819', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('14094', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('69222', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('67657', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('48660', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('62705', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('47627', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('31035', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('14284', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('8819', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('16885', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('30021', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('98423', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('8912', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('10736', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('65681', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('39901', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('8457', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('73072', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('66212', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('86001', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('63243', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('80248', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('75423', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('52856', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('11578', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('87785', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('40481', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('35357', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('36685', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('30252', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('52876', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('72521', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('7854', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('72055', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('56598', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('6712', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('68150', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('46762', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('45359', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('6367', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('97042', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('90234', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('40677', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('41988', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('47677', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('29002', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('40937', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('18941', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('44038', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('61364', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('390', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('79911', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('64259', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('44836', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('23373', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('29260', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('33882', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('81245', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('5843', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('83836', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('45300', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('39241', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('52203', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('80420', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('78858', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('42114', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('84808', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('78922', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('44584', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('99754', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('10814', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('65241', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('59046', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('71543', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('8426', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('69752', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('66293', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('10917', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('84654', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('92693', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('13757', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('46074', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('40481', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('34404', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('39927', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('79205', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('26427', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('94178', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('76768', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('4438', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('81789', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('54508', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('30252', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('81031', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('64914', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('1727', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('90814', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('74473', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('4435', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('63449', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('82970', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('96178', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('90448', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('77289', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('87044', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('52371', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('53728', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('75772', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('91580', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('41751', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('94535', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('61232', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('15070', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('99268', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('76799', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('83836', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('86344', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('41211', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('52076', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('43981', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('89104', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('23110', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('22086', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('68263', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('10204', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('49391', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('18338', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('25718', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('13826', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('91132', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('29665', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('43495', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('288', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('66259', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('64164', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('77289', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('90779', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('72521', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('19824', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('68150', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('30188', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('37734', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('98047', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('41280', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('72959', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('32464', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('98870', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('11604', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('32954', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('65979', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('36379', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('34195', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('78143', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('95850', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('53496', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('28829', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('30341', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('75273', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('31035', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('62784', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('19536', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('62054', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('84654', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('7956', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('25380', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('75794', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('4355', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('61356', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('78756', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('61854', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('39881', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('26080', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('66281', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('69628', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('18583', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('38899', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('91580', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('80420', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('46066', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('69853', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('898', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('336', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('39238', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('90372', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('42956', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('66763', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('88884', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('28361', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('14668', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('61998', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('41599', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('10204', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('91091', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('87054', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('57334', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('25077', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('58935', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('99348', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('63612', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('9933', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('37734', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('81984', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('67293', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('13504', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('47677', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('52856', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('45720', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('54612', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('37759', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('14829', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('78116', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('58595', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('34957', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('11101', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('34329', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('39876', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('11377', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('56089', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('52494', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('63090', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('65299', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('2848', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('94522', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('23392', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('45826', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('77729', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('19050', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('1884', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('53788', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('56598', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('46260', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('20985', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('86327', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('39619', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('32345', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('63886', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('21401', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('55940', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('2178', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('9659', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('41973', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('18808', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('19220', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('8986', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('94846', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('56139', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('78434', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('57666', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('52856', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('68779', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('86127', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('88287', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('41406', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('31035', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('80113', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('16631', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('32217', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('68516', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('82918', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('35', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('59117', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('1402', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('79329', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('6287', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('69752', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('25940', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('57135', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('14094', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('12683', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('81028', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('13757', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('10727', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('86552', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('25725', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('30474', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('51008', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('50039', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('75241', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('22345', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('38691', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('1827', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('39892', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('27430', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('53805', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('66054', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('69132', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('35498', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('16969', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('50537', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('17207', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('8378', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('42114', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('24201', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('47670', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('30650', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('20378', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('78572', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('50702', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('23270', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('52741', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('77218', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('11682', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('57135', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('95089', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('39892', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('43505', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('70452', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('9947', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('11095', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('12069', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('7390', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('62520', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('15249', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('59046', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('49701', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('69225', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('1827', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('32506', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('96324', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('41280', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('38545', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('59673', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('57160', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('63289', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('4173', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('50013', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('58846', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('87784', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('32490', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('34404', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('32217', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('81876', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('24746', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('57962', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('59553', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('72528', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('14874', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('36657', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('19245', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('61081', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('64192', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('73606', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('19450', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('23270', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('93039', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('36052', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('13290', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('90372', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('77172', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('99710', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('667', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('76911', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('35357', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('92464', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('49618', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('72768', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('98619', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('29849', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('42956', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('30017', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('76953', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('60249', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('33338', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('80047', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('96003', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('85063', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('14214', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('93571', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('83592', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('79469', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('30474', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('1826', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('66969', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('52203', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('85356', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('77289', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('74070', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('5920', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('27094', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('86707', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('11578', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('56499', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('17911', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('85746', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('44985', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('56849', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('32385', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('87044', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('74974', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('37856', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('15249', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('26730', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('14596', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('33645', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('71543', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('55009', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('56486', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('24197', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('25256', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('67371', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('69230', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('99730', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('13741', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('64550', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('21766', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('36791', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('69307', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('914', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('64192', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('51868', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('95205', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('44551', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('94142', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('80047', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('13081', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('76049', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('33882', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('58465', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('43226', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('8140', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('25552', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('83480', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('32369', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('15144', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('91992', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('77130', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('17996', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('16133', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('10033', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('5843', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('29462', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('16753', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('93653', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('70522', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('80254', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('41345', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('80698', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('96710', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('24865', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('41671', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('19048', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('37586', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('14596', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('72959', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('15083', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('27662', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('888', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('1922', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('10076', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('44551', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('43989', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('35175', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('80912', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('74464', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('97228', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('15083', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('69285', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('24784', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('51579', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('65987', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('52385', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('18367', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('95574', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('49450', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('37103', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('67436', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('2419', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('37759', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('31554', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('68712', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('73165', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('96227', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('15538', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('93171', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('59538', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('6209', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('58919', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('30772', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('32217', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('14581', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('58594', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('30858', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('67560', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('44816', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('90779', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('72959', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('25780', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('91788', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('31476', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('95574', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('23794', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('50467', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('80976', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('27952', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('80610', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('20195', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('66106', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('31266', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('67725', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('12078', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('91197', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('11076', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('2967', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('95840', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('28409', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('50658', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('11095', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('74840', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('63310', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('84865', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('30474', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('463', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('34018', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('31266', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('13921', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('84039', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('53152', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('85505', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('95099', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('49450', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('8603', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('70395', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('68999', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('80610', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('16515', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('53118', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('18809', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('52656', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('16515', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('1954', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('94569', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('82646', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('43211', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('21126', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('2795', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('99760', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('23934', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('74509', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('87785', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('53225', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('53485', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('499', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('91370', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('97041', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('42956', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('84410', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('68779', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('45436', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('18821', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('29705', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('70688', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('99553', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('26427', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('86127', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('79589', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('24932', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('40178', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('98315', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('12711', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('31337', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('99711', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('91580', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('84239', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('94324', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('11083', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('9460', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('99226', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('12078', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('96911', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('41345', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('44271', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('65190', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('40937', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('44706', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('42843', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('36263', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('16528', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('43123', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('78581', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('67660', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('8378', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('51868', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('15487', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('67371', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('28977', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('83871', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('96134', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('81031', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('7498', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('18367', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('80057', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('70965', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('72485', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('96772', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('13023', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('72669', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('5399', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('40481', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('41938', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('78767', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('65299', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('50966', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('94814', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('29707', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('16133', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('38696', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('6523', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('66106', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('29871', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('74070', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('86934', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('6474', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('61356', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('987', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('35175', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('17665', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('4015', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('53728', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('39521', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('49873', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('85614', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('69222', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('57787', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('36384', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('84039', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('16480', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('435', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('24630', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('67222', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('52076', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('77003', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('68999', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('80698', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('86075', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('52656', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('76759', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('42388', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('17076', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('81883', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('73328', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('75772', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('36685', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('18941', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('15613', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('8347', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('72521', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('39472', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('43658', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('38545', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('89106', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('39115', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('65329', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('88577', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('36845', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('19638', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('36685', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('12615', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('23992', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('39978', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('22620', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('10076', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('88472', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('35935', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('29803', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('12236', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('29031', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('28409', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('7043', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('78581', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('98843', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('80821', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('84792', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('95320', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('63886', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('93039', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('46074', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('98315', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('31820', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('83686', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('95284', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('90220', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('98984', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('74530', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('82970', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('22086', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('51698', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('36265', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('33817', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('69758', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('10527', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('81984', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('36379', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('69132', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('18859', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('48850', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('67017', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('54728', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('75395', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('78481', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('5943', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('95366', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('90448', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('51862', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('91132', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('30943', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('85602', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('46436', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('25528', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('56755', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('50039', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('8343', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('93508', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('11262', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('78434', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('31035', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('41965', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('62716', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('53152', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('13753', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('56755', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('79170', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('3335', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('15883', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('92417', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('30474', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('22057', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('21126', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('57185', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('96003', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('8819', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('1367', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('58889', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('41683', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('13028', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('80227', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('23500', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('18821', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('24116', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('96895', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('88140', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('34197', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('61232', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('82918', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('92385', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('77234', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('95626', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('42092', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('56882', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('36126', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('41832', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('32345', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('59397', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('84704', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('72521', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('90567', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('7204', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('44703', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('27366', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('87054', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('53089', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('259', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('41596', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('34322', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('67560', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('55698', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('9440', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('75878', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('21086', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('48861', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('37581', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('82707', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('28738', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('31080', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('14023', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('39876', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('17133', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('76291', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('82580', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('86806', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('12711', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('96003', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('14581', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('18859', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('33460', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('95626', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('39612', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('85234', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('86802', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('97400', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('6712', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('28538', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('22268', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('3739', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('59517', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('23994', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('26147', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('12216', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('75082', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('67725', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('86674', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('34236', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('47379', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('77361', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('37581', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('71630', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('38668', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('58170', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('11455', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('65101', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('46260', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('53699', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('1726', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('94311', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('86674', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('13826', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('11855', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('70299', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('42298', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('18108', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('41599', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('76270', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('37734', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('41596', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('61127', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('7204', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('53547', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('69581', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('35042', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('58085', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('59172', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('98870', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('25611', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('87651', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('41751', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('5920', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('30110', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('10904', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('19638', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('59553', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('55286', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('30182', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('70359', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('81638', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('63390', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('50331', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('70362', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('64121', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('24784', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('40932', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('50414', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('90004', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('83002', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('13408', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('63288', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('40116', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('88793', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('499', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('48589', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('4449', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('58326', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('89246', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('97023', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('79911', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('31035', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('70572', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('36052', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('90779', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('32483', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('60267', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('44998', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('6710', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('41211', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('92839', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('93571', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('20489', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('85356', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('41596', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('88302', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('65681', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('84792', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('76911', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('35042', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('21086', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('68554', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('46260', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('35138', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('46981', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('74911', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('78469', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('47824', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('37430', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('30723', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('70384', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('8843', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('83462', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('22325', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('65433', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('88085', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('35220', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('47487', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('20180', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('99268', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('31250', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('56849', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('842', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('64731', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('35175', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('48053', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('97590', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('64893', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('57985', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('49792', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('65715', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('92839', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('14869', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('13757', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('1232', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('56089', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('37946', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('6400', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('48589', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('41741', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('23994', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('91851', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('5925', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('6729', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('32490', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('85849', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('17076', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('31341', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('15457', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('13290', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('94142', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('15024', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('20985', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('49618', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('24387', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('34322', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('51084', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('8347', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('77364', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('898', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('78892', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('28252', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('77000', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('32119', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('63502', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('75878', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('19541', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('50977', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('7490', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('96117', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('2178', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('5943', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('9256', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('65400', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('44258', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('93986', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('52134', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('64642', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('34158', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('69732', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('35462', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('52866', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('1922', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('95953', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('760', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('56486', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('33759', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('61065', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('40558', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('4004', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('33837', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('39514', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('32369', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('64249', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('59290', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('56598', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('70362', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('13352', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('22467', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('17057', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('27687', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('76911', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('5250', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('90814', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('74460', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('2795', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('21009', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('123', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('7732', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('97101', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('85680', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('55286', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('25718', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('99451', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('69783', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('14621', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('63645', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('58846', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('90814', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('69747', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('51768', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('83622', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('914', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('44998', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('14668', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('71944', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('54620', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('70099', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('14023', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('69730', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('6474', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('71878', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('4435', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('82688', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('9183', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('499', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('25362', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('46725', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('70384', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('38902', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('7035', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('36513', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('99189', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('96134', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('15726', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('94371', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('52076', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('61232', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('80698', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('71944', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('84432', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('33546', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('13403', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('67021', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('93708', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('71287', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('51975', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('45002', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('64934', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('59172', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('75173', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('89551', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('44816', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('86641', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('70564', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('70828', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('65329', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('40558', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('10834', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('68242', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('16075', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('76250', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('66212', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('37946', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('88887', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('78787', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('63243', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('43854', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('11262', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('57190', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('13403', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('17192', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('9947', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('72186', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('18469', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('75046', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('66494', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('16993', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('39612', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('57456', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('14214', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('85534', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('52134', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('35362', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('18941', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('37219', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('5208', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('3639', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('52523', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('94814', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('70918', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('89734', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('35462', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('79210', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('70924', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('93986', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('7514', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('81638', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('10033', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('51549', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('43130', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('50664', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('47025', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('63538', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('7035', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('27236', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('72006', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('31554', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('15249', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('30650', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('63040', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('40738', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('88045', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('41450', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('57431', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('75116', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('30858', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('29849', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('82063', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('63582', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('64249', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('86934', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('17831', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('7123', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('95626', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('75116', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('13365', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('26473', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('96117', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('94311', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('79210', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('40116', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('30896', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('76895', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('85849', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('1110', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('14563', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('4508', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('36052', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('5414', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('53728', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('65433', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('15883', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('38013', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('65676', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('65038', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('25362', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('84495', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('14023', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('28977', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('25068', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('24809', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('25940', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('37869', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('50039', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('41261', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('43989', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('48469', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('81789', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('35523', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('51975', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('36657', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('39978', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('48778', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('48778', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('48678', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('16593', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('81785', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('32368', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('72622', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('83728', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('80990', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('22467', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('23439', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('17397', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('84189', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('67051', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('15698', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('9360', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('31442', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('37715', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('64401', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('83557', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('43016', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('55915', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('47379', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('56941', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('64164', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('75878', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('5005', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('7854', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('74163', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('75241', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('14499', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('49280', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('95284', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('37653', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('17997', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('75772', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('87015', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('46155', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('50719', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('80113', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('35', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('1812', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('54728', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('93631', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('7390', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('34386', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('95697', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('91992', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('64820', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('85754', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('20974', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('31337', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('6209', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('28518', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('65987', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('49073', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('28299', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('30110', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('50703', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('18808', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('77364', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('8483', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('19861', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('78552', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('55857', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('3640', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('72014', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('94522', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('21766', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('11201', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('47379', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('57941', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('90353', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('58701', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('84410', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('41818', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('95840', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('91616', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('38668', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('39046', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('47126', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('11578', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('75299', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('37430', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('52157', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('78434', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('67018', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('98056', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('87193', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('25942', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('75560', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('73602', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('34770', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('91978', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('2419', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('42556', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('11682', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('49759', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('22226', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('75040', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('85575', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('76224', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('94178', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('78116', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('51955', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('52945', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('89140', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('23992', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('3143', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('38602', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('59397', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('20985', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('47487', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('46762', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('89140', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('65433', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('52523', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('77364', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('30110', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('34542', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('68720', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('23311', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('14284', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('56232', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('67657', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('78434', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('14874', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('82591', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('35935', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('48901', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('48640', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('79446', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('92417', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('67542', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('62749', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('12615', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('14563', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('31086', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('46725', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('35498', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('33206', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('37339', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('77289', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('4248', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('92849', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('43616', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('47487', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('78314', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('987', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('96153', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('16075', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('23506', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('22198', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('3693', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('31137', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('27804', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('71085', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('53047', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('10663', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('18108', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('14628', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('81883', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('25143', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('85602', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('45300', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('78434', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('8022', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('33837', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('52494', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('17911', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('65987', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('72177', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('71387', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('58874', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('4004', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('34126', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('93631', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('44206', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('32376', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('60762', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('52929', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('81789', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('6523', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('1922', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('66356', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('92417', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('75241', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('898', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('75938', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('90082', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('81638', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('79170', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('38602', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('68516', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('10834', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('40682', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('36303', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('84189', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('44551', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('40992', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('96895', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('94766', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('36052', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('92385', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('43016', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('11201', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('16480', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('93708', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('98690', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('6195', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('46769', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('99073', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('57185', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('71426', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('99730', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('30650', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('23457', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('8457', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('83573', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('8957', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('96741', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('62054', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('46694', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('56299', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('55915', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('86573', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('15430', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('90814', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('92040', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('36102', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('21394', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('14639', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('96085', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('17924', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('44985', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('35588', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('70965', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('40897', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('25077', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('81550', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('57962', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('35588', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('61402', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('44816', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('54508', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('2561', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('49813', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('27662', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('1285', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('96988', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('81150', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('95046', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('80420', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('85809', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('33837', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('61364', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('47379', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('56299', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('48640', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('43226', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('30397', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('57160', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('65396', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('14628', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('8957', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('85746', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('57456', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('9440', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('86552', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('73206', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('15578', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('36263', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('44206', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('52120', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('74639', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('90124', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('75231', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('68779', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('4034', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('53089', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('10727', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('29665', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('20489', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('54296', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('16528', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('914', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('83622', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('21556', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('85211', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('4355', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('22142', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('69632', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('58081', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('7854', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('20445', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('27952', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('46106', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('77364', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('92464', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('90004', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('33107', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('83747', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('92332', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('11194', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('41599', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('70021', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('88045', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('33201', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('95027', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('56003', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('83691', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('90234', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('13081', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('50873', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('24442', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('88302', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('38676', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('39254', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('39892', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('78892', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('40044', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('80610', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('66813', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('37103', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('86573', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('67514', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('22086', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('32345', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('66469', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('5298', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('89188', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('19342', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('94801', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('52750', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('53225', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('41988', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('46106', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('12666', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('41938', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('82301', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('84432', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('48469', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('55940', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('66279', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('64724', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('72741', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('39925', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('17944', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('26494', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('40932', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('97042', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('1110', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('19917', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('93508', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('63489', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('54875', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('64039', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('94730', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('69632', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('36513', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('69960', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('23373', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('41599', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('27094', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('61081', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('83686', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('75123', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('89234', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('27556', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('95260', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('14668', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('67033', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('41091', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('48678', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('2967', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('1460', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('3639', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('87624', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('80976', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('79697', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('34502', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('35362', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('41406', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('18809', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('61003', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('76246', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('24809', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('56849', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('99422', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('99754', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('58326', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('6990', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('10904', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('91442', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('90448', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('41894', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('35687', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('43495', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('21401', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('59046', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('41938', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('51203', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('46035', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('86573', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('83002', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('77130', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('32217', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('60867', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('42956', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('89188', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('75534', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('78434', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('1110', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('64138', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('53805', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('69730', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('19362', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('66969', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('46451', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('25380', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('65038', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('74911', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('75395', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('18367', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('16133', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('49503', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('72959', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('10736', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('5925', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('46655', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('5243', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('53225', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('96722', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('57026', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('11604', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('52494', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('2423', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('69960', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('77289', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('55698', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('90220', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('71944', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('81550', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('88417', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('1460', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('8807', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('33338', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('83170', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('21401', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('80057', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('10481', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('15980', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('10663', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('56089', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('336', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('50267', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('55329', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('86641', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('70452', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('69471', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('83557', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('58595', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('68263', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('88140', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('56057', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('41827', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('85904', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('58413', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('34422', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('92385', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('39876', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('11419', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('13403', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('90353', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('60748', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('53185', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('27528', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('67810', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('28252', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('7602', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('97065', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('69222', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('93061', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('44271', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('41774', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('68280', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('9495', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('59920', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('13826', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('46980', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('65208', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('57055', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('12711', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('78143', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('90220', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('75040', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('36263', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('67583', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('79589', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('45436', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('62226', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('37946', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('45083', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('1285', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('5824', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('78792', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('39876', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('2967', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('52494', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('95574', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('5871', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('65753', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('7020', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('78782', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('48471', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('28538', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('11201', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('89234', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('96710', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('72528', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('52494', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('87246', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('435', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('36102', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('20244', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('18469', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('65056', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('62520', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('29959', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('13741', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('95089', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('70522', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('57456', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('41894', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('22179', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('34770', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('17665', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('17997', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('81538', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('66763', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('41832', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('58170', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('83696', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('99422', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('90814', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('92040', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('12941', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('78572', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('1402', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('72528', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('41818', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('20489', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('77231', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('6712', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('34957', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('48660', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('8912', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('98140', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('33817', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('95284', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('94815', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('68453', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('4435', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('68395', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('21225', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('90220', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('49073', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('55354', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('45494', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('54875', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('81031', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('37809', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('76270', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('91799', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('68779', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('46106', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('30650', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('18821', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('61356', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('14596', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('87831', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('96206', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('49813', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('49759', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('31820', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('46451', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('66269', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('79352', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('62152', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('7149', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('70564', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('84189', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('46981', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('78758', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('14628', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('66469', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('90663', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('40738', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('1737', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('16515', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('2419', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('75116', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('43912', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('68330', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('48423', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('35721', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('19048', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('4860', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('5250', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('49503', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('57156', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('48660', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('14829', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('46655', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('89059', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('86753', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('75596', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('90009', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('24932', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('95029', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('97023', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('84239', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('50944', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('70688', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('23270', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('21337', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('75173', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('18636', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('3833', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('21102', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('88358', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('87280', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('57787', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('91197', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('29514', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('29959', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('87222', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('15457', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('53788', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('60040', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('82974', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('21102', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('18286', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('18775', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('31101', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('51238', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('56486', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('76224', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('60748', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('86753', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('71631', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('5336', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('23994', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('20489', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('46074', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('73394', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('16035', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('13495', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('36263', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('50703', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('8807', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('88418', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('57238', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('67655', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('47025', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('42019', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('55915', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('51698', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('18809', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('27952', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('26695', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('11422', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('83696', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('60366', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('56755', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('11422', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('53803', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('78756', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('13081', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('51579', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('85809', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('99250', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('13826', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('50873', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('61920', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('30723', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('9495', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('3005', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('36244', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('71426', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('42625', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('21766', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('5144', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('71025', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('42625', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('94726', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('19791', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('17057', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('33759', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('97042', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('48247', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('9114', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('47487', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('86981', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('65901', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('67407', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('40937', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('898', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('1826', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('58594', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('41683', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('14484', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('40992', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('92839', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('76953', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('86753', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('80248', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('20195', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('55000', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('46436', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('87044', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('52741', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('64893', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('64297', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('29462', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('26028', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('65396', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('76246', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('1954', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('13081', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('41832', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('61127', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('57962', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('87706', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('31560', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('34502', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('74070', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('61854', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('18554', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('64938', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('7973', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('28361', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('98870', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('29849', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('71426', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('80247', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('16480', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('23500', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('15980', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('75241', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('53047', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('336', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('7035', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('3545', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('90567', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('5920', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('41741', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('23506', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('92385', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('53172', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('27044', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('71628', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('72358', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('5824', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('858', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('62054', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('288', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('63243', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('14621', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('71944', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('21101', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('48165', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('75938', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('79352', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('93986', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('65101', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('17086', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('17397', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('51975', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('91799', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('79446', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('11455', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('27952', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('37038', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('40992', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('51817', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('27952', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('41774', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('93039', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('56057', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('15340', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('48861', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('53547', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('3693', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('65753', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('61232', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('31266', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('57190', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('42991', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('99073', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('95225', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('41211', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('11453', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('62795', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('87048', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('86806', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('29665', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('29863', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('31516', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('75423', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('39619', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('83573', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('78581', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('28952', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('93631', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('7123', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('70021', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('92442', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('63288', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('13921', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('29705', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('2970', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('42560', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('33651', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('74464', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('39046', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('27366', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('16311', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('11966', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('6895', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('71878', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('75273', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('35042', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('40116', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('40558', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('45680', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('35881', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('46769', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('74974', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('33460', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('37586', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('46155', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('73387', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('66106', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('31442', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('10033', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('47670', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('77003', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('1087', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('435', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('30017', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('2501', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('16543', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('62226', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('9495', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('34236', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('8819', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('17600', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('55329', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('33206', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('98120', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('98056', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('64401', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('41818', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('71878', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('64249', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('86674', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('83622', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('30723', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('52750', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('26619', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('28133', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('17377', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('78792', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('63390', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('66281', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('28352', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('36052', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('70828', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('29399', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('33837', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('36384', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('57190', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('2201', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('34236', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('85746', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('32483', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('83747', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('57780', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('16753', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('51553', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('44881', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('8986', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('78314', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('61920', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('79487', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('38288', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('65205', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('43432', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('59117', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('78782', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('61403', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('4383', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('37809', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('41675', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('16057', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('46260', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('69783', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('65979', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('31554', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('77000', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('33460', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('56755', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('22620', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('42688', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('62636', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('37869', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('39521', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('8807', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('17057', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('71287', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('80254', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('43016', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('93061', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('70362', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('95175', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('50331', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('54620', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('51238', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('92864', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('35257', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('70389', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('4860', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('98619', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('92949', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('39552', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('14596', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('32376', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('1726', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('49339', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('54508', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('35685', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('64121', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('94178', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('92040', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('43981', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('11201', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('46066', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('82591', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('85910', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('73387', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('34195', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('66494', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('25942', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('84239', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('65987', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('40178', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('32506', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('85534', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('87193', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('39657', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('57511', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('14563', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('4383', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('40116', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('34197', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('80247', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('24746', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('92867', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('62728', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('21126', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('75878', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('54620', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('39114', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('70235', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('499', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('75241', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('76759', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('68096', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('95175', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('82970', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('46694', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('54153', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('59673', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('36657', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('29863', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('44881', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('14668', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('13921', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('27687', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('72528', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('35293', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('76246', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('39619', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('67725', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('40059', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('96003', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('5943', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('41741', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('29002', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('792', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('67371', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('53490', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('24746', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('92965', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('83002', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('79892', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('99463', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('66279', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('9183', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('3576', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('41675', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('61527', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('76953', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('12214', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('67810', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('43211', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('3335', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('83728', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('82974', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('38696', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('65563', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('645', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('18941', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('26102', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('74509', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('15030', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('85505', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('64259', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('81028', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('64192', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('30397', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('9947', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('48589', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('3143', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('27727', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('30334', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('1000', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('88389', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('31624', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('85505', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('4682', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('19450', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('61920', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('18941', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('57135', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('62124', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('87044', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('96206', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('95046', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('50664', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('4345', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('59908', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('6673', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('11194', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('29091', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('19342', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('78922', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('96052', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('94726', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('17133', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('20099', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('9440', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('15340', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('19861', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('37759', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('27017', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('16885', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('51768', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('65714', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('64039', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('34055', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('14668', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('75791', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('62373', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('64724', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('27017', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('79352', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('1080', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('73394', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('5703', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('52134', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('18367', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('62520', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('3693', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('98726', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('53485', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('62754', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('37869', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('5617', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('9993', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('94846', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('88887', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('29645', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('22254', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('65714', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('64067', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('69225', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('97042', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('90353', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('88389', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('93125', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('35588', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('1827', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('46436', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('38336', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('17665', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('88887', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('30182', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('46655', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('5381', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('63489', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('80113', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('83314', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('57242', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('4508', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('73908', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('73606', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('23934', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('5381', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('31476', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('22142', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('61998', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('67371', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('53118', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('90567', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('69285', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('31137', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('85809', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('68999', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('31035', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('51416', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('89234', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('73908', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('39704', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('25785', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('36995', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('46956', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('58081', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('77000', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('65979', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('87054', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('24387', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('66469', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('63489', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('9256', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('10736', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('27952', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('83314', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('64169', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('45300', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('66281', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('94801', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('70807', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('15457', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('19735', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('82082', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('95366', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('91788', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('37521', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('70310', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('19541', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('65438', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('72768', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('50703', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('59908', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('59172', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('9953', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('4508', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('91851', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('28518', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('28133', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('52656', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('12069', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('53225', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('15070', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('87965', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('40677', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('29803', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('5298', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('64138', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('9495', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('10727', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('98940', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('76799', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('84432', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('56', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('11419', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('62784', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('108', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('27804', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('43993', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('96227', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('31486', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('50658', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('96153', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('66356', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('69628', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('91788', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('79589', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('56299', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('20985', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('21394', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('9495', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('30161', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('37430', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('9084', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('27140', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('499', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('56598', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('83573', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('99268', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('98056', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('11578', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('81610', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('95850', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('77580', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('9440', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('96134', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('18583', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('95029', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('74672', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('93354', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('435', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('2970', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('19861', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('81031', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('90663', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('37759', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('827', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('89140', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('41751', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('33645', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('62549', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('82688', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('67655', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('67425', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('50267', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('27236', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('13757', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('92864', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('96710', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('61166', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('69225', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('76224', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('37430', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('96895', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('34386', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('63288', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('75395', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('24387', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('37869', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('80285', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('61127', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('11422', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('99073', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('92776', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('34422', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('36685', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('62705', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('86641', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('32483', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('11194', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('78758', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('43616', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('94815', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('69307', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('98315', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('97435', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('96772', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('38288', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('75252', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('57026', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('78892', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('10834', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('25077', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('64013', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('85746', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('83622', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('17769', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('8457', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('21009', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('66090', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('61737', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('69225', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('92864', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('55286', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('16969', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('65299', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('46035', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('83747', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('62795', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('41683', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('15283', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('98619', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('78469', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('57156', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('11377', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('69081', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('29707', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('82126', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('32130', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('64039', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('62373', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('42096', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('2561', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('50039', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('8252', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('75794', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('73492', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('17600', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('94990', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('27662', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('7956', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('92659', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('914', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('29462', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('96178', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('22417', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('43432', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('12216', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('41894', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('54875', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('76768', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('74163', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('61166', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('46260', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('14284', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('39472', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('65241', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('63582', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('96741', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('74460', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('17996', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('34331', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('34386', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('82970', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('76173', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('63040', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('89759', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('24010', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('92385', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('10481', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('17769', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('35257', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('19245', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('84515', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('12173', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('7656', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('97679', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('67222', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('48861', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('26102', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('56882', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('91343', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('17607', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('64593', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('46655', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('26695', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('25718', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('98140', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('47025', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('90814', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('37521', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('79352', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('83022', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('54612', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('97679', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('1402', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('65563', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('96206', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('91442', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('25468', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('29863', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('40189', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('81258', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('70452', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('42956', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('63612', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('27898', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('46066', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('99719', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('37809', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('18007', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('67542', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('2967', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('37219', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('82402', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('40276', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('95574', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('26881', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('7956', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('12971', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('19203', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('58469', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('58846', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('59908', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('60249', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('92864', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('35462', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('38271', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('31086', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('51868', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('79205', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('73807', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('74460', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('51768', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('99694', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('92385', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('30021', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('19203', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('41818', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('84410', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('79170', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('28299', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('89312', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('49280', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('83170', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('45826', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('27017', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('44551', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('20540', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('99660', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('24010', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('55354', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('96988', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('30017', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('38676', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('34236', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('65979', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('74840', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('19582', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('2139', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('99369', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('57055', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('38288', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('44352', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('90124', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('2848', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('52291', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('54875', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('84704', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('97065', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('93708', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('93508', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('22532', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('15726', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('4034', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('14032', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('42956', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('1110', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('36881', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('75522', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('30334', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('89188', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('847', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('69241', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('75423', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('65101', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('57083', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('22003', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('1087', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('59172', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('7970', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('842', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('77415', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('89196', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('11237', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('80047', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('21395', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('79352', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('60762', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('87706', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('88085', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('83557', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('14094', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('81031', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('22467', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('57083', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('93814', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('25552', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('5920', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('14639', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('30161', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('11201', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('9084', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('94371', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('46155', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('27140', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('31086', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('48469', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('11126', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('46441', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('43211', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('83838', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('76759', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('91616', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('52134', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('33094', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('15283', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('37284', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('64169', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('68070', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('82126', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('31486', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('55009', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('18108', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('87048', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('64642', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('78454', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('51868', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('89106', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('91132', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('46956', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('95175', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('34018', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('75123', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('6195', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('67371', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('4182', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('28004', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('82868', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('29462', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('29390', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('69122', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('69628', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('99369', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('9605', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('60040', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('62716', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('61364', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('37521', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('18108', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('31442', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('28133', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('64724', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('28299', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('83686', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('35220', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('16631', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('14023', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('5243', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('28004', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('4940', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('97573', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('52494', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('37430', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('90234', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('78314', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('91992', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('86674', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('96710', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('97573', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('46762', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('67033', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('6400', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('51579', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('83022', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('48423', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('75362', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('65038', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('16035', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('53152', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('39238', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('59290', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('38899', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('4015', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('83573', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('4355', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('8192', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('94998', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('23439', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('15980', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('80698', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('29514', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('47487', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('55000', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('89140', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('76799', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('4435', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('898', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('88085', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('23475', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('21102', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('29705', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('88553', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('16849', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('45570', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('2848', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('50386', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('9440', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('51817', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('90194', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('70828', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('53469', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('59290', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('18108', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('11510', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('34569', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('17086', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('70828', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('95046', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('32490', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('77244', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('94178', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('72768', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('96193', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('46066', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('67560', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('81884', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('85910', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('32954', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('73186', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('40059', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('40558', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('64945', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('11202', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('85904', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('76224', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('11201', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('87785', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('94257', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('16523', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('34422', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('99422', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('81610', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('90609', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('9440', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('49759', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('18367', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('86327', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('98870', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('38973', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('9460', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('88993', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('70310', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('99760', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('95852', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('48165', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('48611', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('18809', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('69241', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('62832', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('82646', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('34542', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('51768', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('98423', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('95284', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('8986', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('91580', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('59553', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('65329', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('28952', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('45083', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('26695', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('499', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('12941', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('7620', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('37101', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('67514', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('32065', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('9183', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('11057', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('56486', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('34542', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('45436', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('53803', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('51416', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('93986', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('65190', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('56', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('64259', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('26802', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('63612', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('88389', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('39925', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('25528', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('32490', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('29462', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('92867', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('57135', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('63310', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('63538', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('89571', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('69521', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('70299', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('8843', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('31690', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('50873', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('18941', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('99764', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('18554', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('30177', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('89196', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('29002', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('43226', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('84865', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('21225', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('99780', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('91442', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('78792', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('30858', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('68396', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('71529', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('19220', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('28977', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('92417', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('99775', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('11419', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('17128', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('28316', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('8483', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('58307', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('51203', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('17769', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('61354', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('53165', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('4645', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('16907', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('35685', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('34329', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('85211', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('14032', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('46337', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('68720', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('53451', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('9408', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('74163', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('98563', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('66484', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('54605', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('80047', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('1812', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('39704', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('5898', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('11604', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('842', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('86806', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('86934', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('71287', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('2561', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('60406', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('7287', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('43211', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('64259', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('67542', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('75510', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('49205', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('15283', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('49982', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('23344', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('32464', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('24116', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('38288', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('97042', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('87280', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('71904', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('41832', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('35721', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('1232', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('31442', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('53485', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('36881', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('82082', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('65299', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('91799', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('70924', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('20084', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('71630', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('22258', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('93653', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('8860', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('12069', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('32744', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('57026', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('73602', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('47824', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('73807', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('83480', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('58170', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('50664', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('914', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('66753', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('9256', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('86802', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('79534', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('61402', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('36402', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('34542', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('58469', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('38696', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('67017', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('18338', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('49339', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('52187', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('72006', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('56139', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('15074', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('37734', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('85308', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('18821', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('98047', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('52291', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('23439', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('30182', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('32245', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('4345', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('70384', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('38691', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('7973', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('74163', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('89734', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('74974', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('56124', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('54728', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('53803', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('44881', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('3039', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('78552', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('20195', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('71426', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('75123', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('9360', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('75362', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('96153', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('32368', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('32886', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('32130', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('35881', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('57474', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('8251', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('51975', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('89104', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('29707', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('91616', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('52157', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('14032', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('46769', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('80248', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('3005', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('1533', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('59553', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('40059', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('9256', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('60267', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('19735', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('52656', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('80254', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('59455', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('17831', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('34236', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('29390', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('2201', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('31250', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('50267', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('53805', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('77244', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('82082', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('13403', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('99711', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('78552', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('85366', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('94801', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('56057', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('25362', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('89571', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('65688', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('11194', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('20002', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('94324', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('83511', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('33349', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('63243', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('63289', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('33791', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('49244', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('847', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('70564', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('41774', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('16133', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('67222', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('78481', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('78792', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('53047', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('31250', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('99463', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('32376', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('70688', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('16993', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('11455', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('27687', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('28019', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('62226', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('11453', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('47487', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('69679', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('20378', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('96193', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('81884', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('57431', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('98870', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('17086', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('42019', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('9993', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('50038', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('96615', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('8426', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('5250', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('74530', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('67793', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('88884', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('71543', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('70965', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('36685', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('93631', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('72669', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('81150', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('66106', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('13217', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('21766', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('34788', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('31993', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('57787', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('19342', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('69225', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('56', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('20378', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('51579', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('61127', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('18108', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('98423', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('10556', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('53588', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('46337', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('79502', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('18941', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('76672', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('15340', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('96246', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('50977', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('94173', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('63645', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('96324', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('76169', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('85356', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('4355', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('62716', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('40059', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('57962', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('11604', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('27662', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('4383', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('51817', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('12173', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('65208', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('58469', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('91915', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('34386', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('5393', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('66484', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('77729', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('1826', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('53469', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('74473', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('7970', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('25046', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('69628', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('22254', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('507', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('40059', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('39901', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('49214', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('32464', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('68720', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('98726', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('99611', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('83592', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('3039', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('4182', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('75395', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('84792', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('53799', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('80990', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('22198', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('53451', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('97551', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('95260', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('40992', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('88169', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('89393', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('75423', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('97023', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('9440', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('23992', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('23224', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('46956', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('43616', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('82580', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('53803', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('69471', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('85680', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('32772', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('40189', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('56139', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('65396', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('40738', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('88169', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('39472', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('34126', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('1110', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('12362', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('65241', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('72622', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('43989', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('8843', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('44551', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('75878', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('17769', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('14182', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('78892', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('72358', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('85226', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('63886', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('66279', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('5920', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('9953', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('94697', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('14869', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('93004', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('37284', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('32217', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('88140', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('64192', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('82580', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('17377', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('12979', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('2201', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('99730', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('32245', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('95029', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('39254', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('67657', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('4582', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('21009', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('48247', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('5943', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('78767', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('9360', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('64140', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('39046', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('5017', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('84167', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('22325', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('64013', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('59117', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('50658', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('61737', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('49611', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('34386', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('59673', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('36052', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('56', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('4355', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('95850', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('4860', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('82580', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('79329', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('20974', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('27528', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('98047', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('36513', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('47677', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('27430', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('25611', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('89104', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('20489', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('61414', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('49684', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('84845', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('42956', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('87048', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('72657', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('67293', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('65703', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('76049', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('17133', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('22003', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('78637', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('28004', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('9183', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('39472', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('84845', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('7620', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('40558', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('46451', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('99719', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('30182', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('32056', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('74473', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('93061', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('51203', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('4355', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('66293', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('78314', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('91616', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('97590', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('75040', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('107', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('10736', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('70918', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('82868', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('5898', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('85910', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('46260', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('65396', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('68330', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('79534', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('20974', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('57962', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('81984', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('85680', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('53547', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('90779', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('64082', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('58606', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('71025', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('12941', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('55238', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('36019', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('31624', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('75395', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('30124', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('83214', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('63361', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('95205', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('21337', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('38476', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('15457', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('1836', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('94846', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('20180', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('76291', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('25528', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('69960', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('33882', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('4248', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('15024', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('69952', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('87193', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('89312', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('63886', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('86127', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('67017', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('88993', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('64155', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('60984', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('76672', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('50598', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('51923', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('66494', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('66813', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('94730', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('58701', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('27017', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('31035', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('24201', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('35220', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('89234', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('49214', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('63489', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('36657', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('97679', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('65396', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('36019', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('1000', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('32345', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('61127', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('53496', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('98726', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('32065', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('71878', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('25940', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('47126', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('80821', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('83170', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('65901', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('3739', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('64401', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('76246', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('38271', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('92965', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('19450', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('11578', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('36845', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('72657', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('73387', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('89104', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('64259', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('69952', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('4182', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('72768', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('17424', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('73387', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('67655', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('61003', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('85308', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('73213', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('43130', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('41671', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('94814', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('64945', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('50719', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('65753', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('52656', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('36019', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('92385', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('30021', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('18499', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('63860', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('9659', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('43123', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('72622', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('88389', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('39927', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('81566', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('2423', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('4355', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('82580', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('43993', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('51862', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('96968', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('99694', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('72186', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('15883', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('43123', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('24116', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('34197', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('86934', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('27662', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('75534', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('34502', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('22532', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('22179', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('53047', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('78782', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('48850', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('78767', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('89188', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('10556', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('73328', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('86674', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('43981', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('31341', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('27094', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('96895', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('74672', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('21552', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('79589', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('37759', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('81610', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('43495', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('16593', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('99226', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('73213', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('77289', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('259', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('37038', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('1220', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('25942', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('33791', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('10904', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('22254', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('76799', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('37581', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('4345', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('2177', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('88358', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('67560', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('86552', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('31442', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('66229', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('10481', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('20099', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('77588', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('83136', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('27556', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('76953', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('51579', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('66469', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('70384', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('92864', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('92040', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('51817', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('2848', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('6710', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('19824', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('98870', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('25528', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('82083', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('94311', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('7973', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('14596', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('81638', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('54672', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('81028', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('82868', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('85366', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('56139', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('50719', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('20803', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('94836', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('1285', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('50719', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('92040', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('21692', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('33817', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('1460', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('73394', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('88793', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('24865', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('95027', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('11095', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('2967', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('35257', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('53172', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('78434', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('74016', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('42625', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('57962', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('27094', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('67017', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('28518', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('28738', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('29920', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('86736', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('51997', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('93508', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('62549', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('87706', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('64731', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('52876', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('1080', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('25725', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('31250', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('18859', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('44703', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('90663', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('18469', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('34329', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('15698', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('47379', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('79697', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('10904', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('75241', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('8457', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('89312', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('40897', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('888', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('41491', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('53490', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('13081', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('23992', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('17600', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('69122', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('14432', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('79352', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('16297', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('39612', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('51768', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('56057', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('38973', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('9514', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('56598', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('76173', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('83314', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('37809', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('96988', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('23311', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('34195', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('12214', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('75273', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('72643', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('19362', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('17207', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('93043', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('1727', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('50267', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('70359', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('69850', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('50537', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('36126', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('21692', '949', '1', 'Fall', 2007, 'A-'); + insert into takes values('2139', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('95697', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('55170', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('96193', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('90089', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('76173', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('31690', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('12214', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('48640', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('75231', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('71631', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('36102', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('11083', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('45680', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('50966', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('8347', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('16631', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('59673', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('46694', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('78858', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('31079', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('52669', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('85602', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('73072', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('7204', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('34322', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('10814', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('46074', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('35138', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('79469', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('52057', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('57213', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('50537', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('6895', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('65329', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('89234', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('21766', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('95225', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('68096', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('59172', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('24197', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('499', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('23525', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('19791', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('95366', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('83691', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('34195', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('49450', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('6209', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('96895', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('54508', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('2501', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('16849', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('38973', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('52856', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('6474', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('56080', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('96203', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('6895', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('2201', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('47630', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('96324', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('42688', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('51862', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('94726', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('48901', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('39881', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('43658', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('73542', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('64914', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('73602', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('37715', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('72741', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('79352', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('50658', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('91616', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('76798', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('37869', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('77234', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('29707', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('61127', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('16593', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('19203', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('85505', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('60688', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('43505', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('31476', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('85445', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('87246', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('77000', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('84702', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('18775', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('98359', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('52750', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('56143', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('87439', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('56003', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('82402', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('1460', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('4004', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('76173', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('3335', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('10204', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('12362', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('56089', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('93491', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('39115', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('36881', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('98984', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('37715', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('92464', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('37521', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('11126', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('87706', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('69225', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('6195', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('25552', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('12971', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('19220', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('28352', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('83686', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('76173', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('51768', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('38602', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('86375', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('51084', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('89132', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('68263', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('36379', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('58594', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('29091', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('81175', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('50365', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('35935', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('6712', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('52471', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('40932', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('77003', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('45570', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('22268', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('13217', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('15578', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('23224', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('11202', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('4940', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('16133', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('1922', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('46956', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('48611', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('73908', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('34322', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('68263', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('6195', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('90181', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('42560', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('83696', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('49339', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('91197', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('4383', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('53047', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('83204', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('49611', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('11966', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('44206', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('22620', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('12078', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('34422', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('88418', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('22142', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('30334', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('74460', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('51416', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('61127', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('98619', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('78922', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('33094', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('94324', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('78143', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('27366', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('61402', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('31302', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('76270', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('66813', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('13757', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('57242', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('83622', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('62784', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('65438', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('93708', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('41261', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('85366', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('52134', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('62705', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('53424', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('44584', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('7390', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('75123', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('59397', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('12236', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('35175', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('32345', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('14874', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('50702', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('29002', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('40992', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('47126', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('34197', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('57334', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('82126', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('48640', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('62152', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('16133', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('46450', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('47025', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('30188', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('84727', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('61232', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('99780', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('22004', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('1826', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('57055', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('95284', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('66090', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('73328', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('38676', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('35588', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('36926', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('5208', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('33882', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('25380', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('75928', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('63489', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('12362', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('31993', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('40481', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('91343', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('11422', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('97573', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('67425', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('99271', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('38691', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('83136', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('35721', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('89051', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('41211', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('38121', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('34236', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('30164', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('76911', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('30858', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('97551', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('5843', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('57787', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('75547', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('40937', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('7204', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('19342', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('50583', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('98830', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('13921', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('45436', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('56143', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('23392', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('25942', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('81638', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('22050', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('45720', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('12563', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('70965', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('25611', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('40080', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('56058', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('83204', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('13217', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('75395', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('28952', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('42688', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('6195', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('69230', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('67583', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('80227', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('16405', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('96246', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('17076', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('99268', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('11237', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('22179', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('18740', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('78858', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('58307', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('27236', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('14639', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('6195', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('90234', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('36384', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('46980', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('80285', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('86552', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('40116', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('15030', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('81258', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('97041', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('98019', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('31337', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('92839', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('25143', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('78892', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('31302', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('47630', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('26619', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('99760', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('21692', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('9659', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('73072', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('89551', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('29239', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('29514', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('35198', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('80742', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('92849', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('645', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('4383', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('50039', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('97400', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('80254', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('61414', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('49611', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('81896', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('85904', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('54508', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('31101', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('37219', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('17997', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('39619', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('94766', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('29140', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('52945', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('51723', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('8426', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('84167', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('28829', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('21337', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('28409', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('34195', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('39157', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('81538', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('11377', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('65258', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('96988', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('50331', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('44706', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('55857', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('93061', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('39612', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('92385', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('23344', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('28994', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('42092', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('32490', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('15613', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('31476', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('95027', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('21692', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('78892', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('35588', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('23110', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('11604', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('39978', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('22417', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('60762', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('83838', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('37715', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('29435', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('96052', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('51678', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('22004', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('52291', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('3639', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('93814', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('42991', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('34569', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('29871', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('74509', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('37350', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('37856', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('12666', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('79772', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('57925', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('37101', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('56139', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('35687', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('50013', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('65676', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('85614', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('1826', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('91616', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('66259', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('76799', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('3639', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('68278', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('16885', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('90004', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('15487', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('80285', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('69960', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('57156', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('41674', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('23439', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('9183', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('48901', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('58085', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('19917', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('11530', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('63645', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('63502', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('5925', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('67560', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('88302', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('58594', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('72501', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('39892', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('39520', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('75273', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('93171', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('35175', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('99268', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('97101', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('55170', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('90914', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('21086', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('25785', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('52876', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('11441', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('16885', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('25725', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('12971', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('12563', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('19848', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('37809', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('31250', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('71944', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('59673', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('54620', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('11419', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('16993', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('86753', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('81175', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('82918', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('58595', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('99780', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('58413', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('65438', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('23500', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('26802', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('22912', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('61403', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('85809', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('82580', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('97355', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('1087', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('24784', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('1737', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('76798', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('58170', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('78637', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('77244', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('67051', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('76911', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('23525', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('25380', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('66484', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('83398', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('55915', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('13365', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('15578', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('71878', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('931', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('55698', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('62429', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('91992', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('57787', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('7956', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('76672', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('52385', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('45770', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('85754', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('66054', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('33401', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('99611', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('59673', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('14484', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('11126', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('85063', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('62784', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('46106', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('65208', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('51868', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('19048', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('73602', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('70098', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('52291', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('48423', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('15538', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('9408', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('49982', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('42688', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('98870', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('81984', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('898', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('80976', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('27687', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('48850', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('83003', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('33837', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('83696', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('62728', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('90194', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('11101', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('58634', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('27236', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('61354', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('70924', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('3335', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('40738', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('75534', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('6712', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('40189', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('89734', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('41741', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('68395', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('76246', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('82066', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('88993', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('5208', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('64642', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('1220', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('90089', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('72768', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('16969', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('77231', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('93653', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('19766', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('74911', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('26730', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('29707', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('56598', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('88417', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('93491', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('15086', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('58307', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('68554', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('41827', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('57107', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('39241', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('17057', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('29031', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('11455', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('18675', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('23224', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('34195', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('58469', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('41894', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('86573', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('35198', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('6673', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('95626', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('85746', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('85366', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('37581', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('19321', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('15883', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('61402', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('7854', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('15980', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('20180', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('72669', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('97355', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('89000', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('61065', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('66293', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('67793', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('75596', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('39552', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('66279', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('96246', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('36995', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('41818', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('38271', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('11855', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('63502', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('21246', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('6209', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('92849', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('39580', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('51093', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('11453', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('38712', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('91370', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('10481', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('76224', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('21394', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('68096', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('87651', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('28994', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('46980', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('46956', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('84792', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('13081', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('77898', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('18941', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('91569', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('99348', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('47824', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('27002', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('931', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('50944', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('29462', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('63361', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('16347', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('94142', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('98019', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('30943', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('79763', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('31302', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('75772', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('66229', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('19735', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('85234', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('25785', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('24784', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('96710', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('99711', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('44038', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('78581', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('53152', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('19203', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('74163', '704', '1', 'Spring', 2008, 'A-'); + insert into takes values('74639', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('83557', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('792', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('92693', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('66259', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('50719', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('41751', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('52656', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('33349', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('10838', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('99694', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('81258', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('85746', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('42114', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('35257', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('27140', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('34195', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('98056', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('88302', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('18809', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('96206', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('50386', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('85226', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('84865', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('41818', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('2848', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('55000', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('85451', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('60224', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('82126', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('35523', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('79469', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('74509', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('3005', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('73394', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('40682', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('38691', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('60748', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('62795', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('76173', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('90089', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('69730', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('53225', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('31820', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('8819', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('93354', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('52669', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('5961', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('97679', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('16311', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('93571', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('77021', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('12214', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('18234', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('10736', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('88577', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('48660', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('92867', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('68248', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('81294', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('71389', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('67810', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('27662', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('63560', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('72485', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('66054', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('91978', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('67425', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('78143', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('20985', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('99760', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('10033', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('96741', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('61403', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('69952', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('39927', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('85356', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('63040', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('41965', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('68396', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('41938', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('20378', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('61402', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('99780', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('44551', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('95046', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('12326', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('24387', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('3335', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('27956', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('72485', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('32744', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('67340', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('18859', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('63582', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('60748', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('16993', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('82301', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('78758', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('70572', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('544', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('13403', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('83002', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('28361', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('27687', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('5393', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('34329', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('52750', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('3143', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('94766', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('63090', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('6712', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('39881', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('96067', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('76798', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('86001', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('61356', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('2201', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('94173', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('21766', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('18752', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('67514', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('68070', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('83480', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('69581', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('15070', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('47487', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('23439', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('6673', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('87706', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('35685', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('17207', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('72055', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('86833', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('35685', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('2561', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('43912', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('99226', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('22258', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('42560', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('88577', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('31250', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('79534', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('54875', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('52876', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('64164', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('31486', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('38371', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('77548', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('60867', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('4860', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('66269', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('52707', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('72177', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('59673', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('95099', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('38691', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('1727', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('48660', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('61527', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('30164', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('11422', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('39238', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('49450', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('25525', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('52291', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('90448', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('26802', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('96003', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('20814', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('858', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('858', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('79446', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('62373', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('66813', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('48589', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('75123', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('40059', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('15980', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('8347', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('64013', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('72521', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('80990', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('88302', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('31086', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('68096', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('9183', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('75116', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('78434', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('78892', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('52876', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('77244', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('25718', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('84792', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('69241', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('27366', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('29863', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('35198', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('9947', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('8517', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('41091', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('24387', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('14065', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('32217', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('37856', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('30650', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('93125', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('63886', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('99289', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('34404', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('52523', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('48471', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('4015', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('69521', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('37339', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('86934', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('53225', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('8192', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('14628', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('27002', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('81876', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('1110', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('74464', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('45720', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('70235', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('32369', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('13757', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('74509', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('41973', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('37759', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('21102', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('89297', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('2967', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('13403', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('67051', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('11237', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('12214', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('37521', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('87439', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('78756', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('91063', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('53185', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('24746', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('41774', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('25143', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('23373', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('42960', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('23373', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('76768', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('5208', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('34788', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('79205', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('69960', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('56598', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('67725', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('62716', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('77548', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('18234', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('24197', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('42843', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('827', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('62429', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('51549', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('12173', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('14829', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('24201', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('41599', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('87222', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('81538', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('14023', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('53424', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('80113', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('26102', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('3640', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('59530', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('46106', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('12615', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('68779', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('57511', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('11422', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('6209', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('11055', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('20540', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('87246', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('65121', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('67146', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('71631', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('35462', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('87193', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('42991', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('40897', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('83170', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('33460', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('41832', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('22198', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('4940', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('11419', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('73807', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('88140', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('34197', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('7043', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('46155', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('92274', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('41491', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('81031', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('69628', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('69122', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('6287', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('22004', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('25940', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('18809', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('19293', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('58701', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('86707', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('75513', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('77130', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('12214', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('63390', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('6287', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('28829', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('67293', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('92417', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('76672', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('90353', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('41299', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('91569', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('32119', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('94766', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('59290', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('39204', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('85746', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('77588', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('99268', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('79170', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('39254', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('64155', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('90381', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('17996', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('40932', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('76759', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('52750', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('82591', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('72521', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('5824', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('40371', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('92693', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('91978', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('15283', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('65299', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('62784', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('82697', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('70688', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('27662', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('24116', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('70061', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('16405', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('29959', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('49450', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('57156', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('70688', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('13365', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('91091', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('52523', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('71904', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('89571', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('93354', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('52741', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('38712', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('35293', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('42096', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('26102', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('9460', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('18740', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('77021', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('7970', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('66494', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('39157', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('75878', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('13211', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('93043', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('90132', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('17057', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('99730', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('56499', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('11195', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('80651', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('22620', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('3693', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('30188', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('64550', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('31080', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('32490', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('10917', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('40738', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('94522', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('25525', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('47379', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('28738', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('86736', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('52866', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('987', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('15086', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('71426', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('46450', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('95850', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('898', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('1812', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('15328', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('2178', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('54296', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('8853', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('5208', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('73165', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('8457', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('25611', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('73492', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('45083', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('34770', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('3739', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('6712', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('51549', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('2177', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('45680', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('83444', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('75522', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('32490', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('65753', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('77244', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('78572', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('69241', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('35588', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('2419', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('34502', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('14563', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('13290', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('33546', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('35357', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('4508', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('10838', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('23994', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('5961', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('1727', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('82580', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('58935', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('8986', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('9114', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('41211', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('847', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('43658', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('8347', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('31560', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('16543', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('53496', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('62832', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('28538', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('68010', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('31337', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('27919', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('42019', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('34329', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('43226', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('88801', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('9947', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('11095', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('32490', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('3487', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('63860', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('17377', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('43658', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('95631', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('7970', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('32464', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('27727', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('44836', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('40932', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('83871', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('11855', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('95225', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('19848', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('61527', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('45680', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('88993', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('25725', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('50664', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('86981', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('25718', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('30845', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('51579', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('1954', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('87624', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('69285', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('6474', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('11453', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('24746', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('32119', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('93653', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('61232', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('62226', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('36384', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('44304', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('48660', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('93653', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('43016', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('56882', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('21102', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('27950', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('98388', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('65438', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('75040', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('63361', '949', '1', 'Fall', 2007, 'C+'); + insert into takes values('17831', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('21086', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('81150', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('20099', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('435', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('827', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('72741', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('33201', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('35362', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('12214', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('43211', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('1533', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('77364', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('75046', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('78892', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('34404', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('66484', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('85887', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('81258', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('80799', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('27662', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('66495', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('84702', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('64945', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('88045', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('28994', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('99399', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('90353', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('89188', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('35498', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('51698', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('56755', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('54612', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('35588', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('78434', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('50743', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('41299', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('98388', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('50873', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('17769', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('16907', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('7854', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('94894', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('36303', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('59397', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('90372', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('29091', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('4015', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('52669', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('54620', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('24442', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('3639', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('10454', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('78572', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('34170', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('52057', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('15883', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('46155', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('37946', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('85910', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('31337', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('18367', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('73206', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('13365', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('7514', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('62549', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('51538', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('27528', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('6710', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('97573', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('27140', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('90089', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('57026', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('66054', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('45359', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('32056', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('43226', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('41818', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('56124', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('96206', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('52656', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('67425', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('25785', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('38371', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('38548', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('63243', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('83444', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('42625', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('6474', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('95320', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('58355', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('25718', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('74911', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('19861', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('52203', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('23224', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('73186', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('59046', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('27956', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('65688', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('47677', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('94173', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('95859', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('51955', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('36402', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('41406', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('62636', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('53490', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('4508', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('59530', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('67340', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('21394', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('58172', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('60748', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('70235', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('6712', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('1836', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('97953', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('58465', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('33791', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('98830', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('67033', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('68096', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('40992', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('90914', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('72014', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('67725', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('19220', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('43123', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('94257', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('12941', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('49339', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('3639', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('88169', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('80248', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('69853', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('35220', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('58081', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('86651', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('85063', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('76743', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('5250', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('25785', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('96227', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('37734', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('26473', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('41406', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('49450', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('90609', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('20002', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('43130', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('91799', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('52523', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('38899', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('29435', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('78581', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('48901', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('22142', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('19293', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('84239', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('13506', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('38602', '445', '1', 'Spring', 2001, 'A-'); + insert into takes values('2419', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('72186', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('23794', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('87624', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('79892', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('68396', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('69307', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('80057', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('78758', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('7149', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('81896', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('27687', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('55009', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('56941', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('72959', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('75513', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('85451', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('42991', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('26730', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('51008', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('2501', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('6710', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('50537', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('49701', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('12326', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('16133', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('28004', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('77898', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('75423', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('65056', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('84410', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('94814', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('34331', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('3005', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('57377', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('6195', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('89312', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('67514', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('41741', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('15283', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('91580', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('83696', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('62832', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('41774', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('39394', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('97228', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('82591', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('30252', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('95099', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('62549', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('2419', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('69730', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('51955', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('99647', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('95697', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('41674', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('67657', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('68712', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('95175', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('95850', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('16347', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('37339', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('88472', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('40481', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('19245', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('15726', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('29260', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('62373', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('72358', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('28829', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('847', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('2848', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('58595', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('78116', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('70098', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('78922', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('7390', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('94257', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('83696', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('19582', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('27044', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('83170', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('22004', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('76672', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('54605', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('96722', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('63288', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('69758', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('37449', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('30858', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('27556', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('14829', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('90372', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('65681', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('86573', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('91851', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('64249', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('22254', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('81884', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('26802', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('40189', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('92864', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('40044', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('90779', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('68278', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('32881', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('31690', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('97629', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('72165', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('58355', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('38336', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('11095', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('40677', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('11152', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('52076', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('82066', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('48850', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('80651', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('96203', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('95284', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('86552', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('17665', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('34170', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('96178', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('84189', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('49391', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('94801', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('91569', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('51008', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('38902', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('16515', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('30845', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('23344', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('65676', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('24197', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('22618', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('41683', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('57242', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('14621', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('18234', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('5336', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('69225', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('99775', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('1080', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('17076', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('62754', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('55354', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('50038', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('90181', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('27898', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('40059', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('25940', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('96246', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('29514', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('12236', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('93571', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('38602', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('3576', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('49701', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('11055', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('18821', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('13749', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('95284', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('78116', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('30164', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('84039', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('81876', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('36379', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('50013', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('97435', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('23506', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('11262', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('44304', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('21102', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('2201', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('90372', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('95626', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('81175', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('17996', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('44985', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('83838', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('9460', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('73387', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('70452', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('1110', '496', '1', 'Fall', 2001, 'A-'); + insert into takes values('56212', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('53496', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('88793', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('84808', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('68999', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('70235', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('14596', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('69732', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('71287', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('95852', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('23525', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('67436', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('20002', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('49873', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('63288', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('31761', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('68150', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('85910', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('46725', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('31337', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('69225', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('48901', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('83728', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('68280', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('86969', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('10814', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('44881', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('58701', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('56598', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('28316', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('67793', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('95852', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('83728', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('36244', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('99775', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('40932', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('15086', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('71630', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('43854', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('11055', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('86641', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('70395', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('99647', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('32744', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('18859', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('84727', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('12979', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('75928', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('5399', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('40677', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('21401', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('84495', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('54508', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('70522', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('22268', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('31690', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('4435', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('82688', '426', '1', 'Spring', 2006, 'B '); + insert into takes values('82083', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('67542', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('94814', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('76604', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('90220', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('60224', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('32881', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('95027', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('26102', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('64724', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('25362', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('66356', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('92839', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('71287', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('82707', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('31341', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('9659', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('42114', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('77588', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('66969', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('66495', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('68070', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('37521', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('26102', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('17076', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('52371', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('5243', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('8957', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('86934', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('89246', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('50331', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('18675', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('38691', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('21692', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('83204', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('74911', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('82970', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('53047', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('57377', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('65190', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('94894', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('67017', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('41261', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('52856', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('68396', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('499', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('81258', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('16075', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('97042', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('64593', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('288', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('80227', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('79352', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('54460', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('95366', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('63860', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('32881', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('70235', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('80113', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('8347', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('45200', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('75423', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('40937', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('64820', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('69853', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('65438', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('68999', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('79772', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('81396', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('38271', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('70965', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('98019', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('41674', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('59848', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('57135', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('42565', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('69230', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('90779', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('18775', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('85451', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('75273', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('69581', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('17924', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('21086', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('9440', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('92442', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('42956', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('58701', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('78782', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('78314', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('17769', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('70688', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('57123', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('67425', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('12173', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('50013', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('96895', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('80912', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('36881', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('82126', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('80742', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('98870', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('98690', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('20099', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('16311', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('47824', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('86833', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('91569', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('1080', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('46980', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('15249', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('32506', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('83728', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('71904', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('1812', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('29192', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('61998', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('43130', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('47670', '105', '2', 'Fall', 2002, 'C+'); + insert into takes values('19735', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('24865', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('66008', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('37101', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('23457', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('45720', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('96117', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('69853', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('88085', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('72165', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('40178', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('64820', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('57026', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('95175', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('37038', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('88577', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('42843', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('40937', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('31820', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('66356', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('92849', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('29462', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('29260', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('69581', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('82082', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('27044', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('21692', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('31080', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('83573', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('57238', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('38476', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('56', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('10204', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('99949', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('94990', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('27094', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('82974', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('499', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('36263', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('11126', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('75241', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('645', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('7973', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('91370', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('19048', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('2133', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('52203', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('48861', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('40481', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('17911', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('64169', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('78481', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('11195', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('80057', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('77898', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('3576', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('19245', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('993', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('67514', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('97551', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('46066', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('64249', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('18775', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('463', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('57941', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('38602', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('46106', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('68516', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('81175', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('64249', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('86753', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('50537', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('75547', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('80113', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('87785', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('98563', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('75791', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('22179', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('37818', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('27556', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('19791', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('58081', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('90814', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('15613', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('66229', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('83871', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('9084', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('24387', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('23439', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('43016', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('46769', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('66054', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('65703', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('95205', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('86552', '415', '1', 'Fall', 2010, 'B+'); + insert into takes values('35687', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('40937', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('41938', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('70965', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('66484', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('6673', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('28128', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('56212', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('66484', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('76250', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('30164', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('36244', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('89132', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('32130', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('86969', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('16523', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('30341', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('39472', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('62784', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('18499', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('51923', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('62054', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('8192', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('1000', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('37038', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('79210', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('108', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('31560', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('94766', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('94814', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('83953', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('97065', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('91132', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('55286', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('79210', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('74840', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('33460', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('5617', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('55857', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('14554', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('77289', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('68150', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('75794', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('5414', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('98423', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('95320', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('51817', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('43505', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('18821', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('45436', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('46928', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('32490', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('30858', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('2795', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('4860', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('89140', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('44551', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('52187', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('99949', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('78787', '362', '2', 'Fall', 2006, 'A '); + insert into takes values('28952', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('32772', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('28989', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('72006', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('68554', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('14432', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('80610', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('29435', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('931', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('36845', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('38895', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('62749', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('13211', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('52371', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('45680', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('11237', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('79772', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('68999', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('93125', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('86641', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('71287', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('95626', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('59673', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('35175', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('39978', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('95320', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('71025', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('94620', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('88287', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('98359', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('931', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('14596', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('16480', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('792', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('78116', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('68712', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('95201', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('84495', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('78911', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('67293', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('33401', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('73394', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('62716', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('16528', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('52750', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('3039', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('23500', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('63243', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('45650', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('68150', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('7602', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('49450', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('47627', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('14065', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('92417', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('65205', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('1533', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('40738', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('21008', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('11855', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('7854', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('88389', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('57156', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('38548', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('24630', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('80420', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('59673', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('70061', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('94311', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('86674', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('38288', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('17924', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('37653', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('82591', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('94535', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('79911', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('52187', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('858', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('32385', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('82688', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('11195', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('41280', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('95225', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('64642', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('36881', '468', '2', 'Fall', 2007, 'C+'); + insert into takes values('26494', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('53172', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('13365', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('68330', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('30474', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('38668', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('13921', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('14639', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('70924', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('7973', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('24002', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('507', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('65703', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('39704', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('43912', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('58846', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('49982', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('14563', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('76246', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('79329', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('7149', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('65753', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('15283', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('65715', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('27727', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('72643', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('15249', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('68096', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('39204', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('90234', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('46260', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('41671', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('75547', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('40738', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('99754', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('43032', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('70384', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('88525', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('73807', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('36881', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('69758', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('72014', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('12666', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('83728', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('4248', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('34195', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('61414', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('86934', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('94815', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('18809', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('46441', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('56124', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('92864', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('35220', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('29091', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('92864', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('81150', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('77664', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('64249', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('75522', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('64550', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('66495', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('92849', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('19917', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('25068', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('96988', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('65753', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('99647', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('66495', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('99730', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('82688', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('10814', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('38895', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('25077', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('15144', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('90132', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('41261', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('58326', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('58889', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('24746', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('19321', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('57456', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('27043', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('98140', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('92693', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('163', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('15578', '349', '1', 'Spring', 2008, 'A '); + insert into takes values('16969', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('68096', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('5250', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('78454', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('82083', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('61414', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('64155', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('95225', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('16523', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('61920', '338', '1', 'Spring', 2007, 'C '); + insert into takes values('67017', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('85602', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('62429', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('43348', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('46337', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('28989', '338', '2', 'Spring', 2006, 'A '); + insert into takes values('28994', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('25068', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('35462', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('59553', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('61444', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('53805', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('26147', '313', '1', 'Fall', 2010, 'B '); + insert into takes values('28019', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('21395', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('89196', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('90181', '591', '1', 'Spring', 2005, 'A '); + insert into takes values('5399', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('37734', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('40457', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('8957', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('73908', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('5243', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('91091', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('34158', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('17600', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('33791', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('93061', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('28361', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('89140', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('50267', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('50873', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('25525', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('51698', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('16075', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('6195', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('18740', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('5393', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('60688', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('78481', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('52371', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('14214', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('9514', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('86661', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('7020', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('34170', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('58469', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('64222', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('92442', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('53485', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('69471', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('57985', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('88287', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('45570', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('8912', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('43912', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('24796', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('57511', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('10834', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('10727', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('35462', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('89140', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('28989', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('2501', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('54875', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('31337', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('47630', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('1827', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('83728', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('16133', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('19220', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('16969', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('59290', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('20180', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('46970', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('2201', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('11262', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('18675', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('83686', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('43505', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('61737', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('41345', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('54728', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('61414', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('55859', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('85746', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('97953', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('19321', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('7620', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('71085', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('21692', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('93491', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('23794', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('81028', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('22260', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('21009', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('64259', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('36384', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('43505', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('68010', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('34392', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('34158', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('40897', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('74840', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('34331', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('76911', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('4582', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('79772', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('67660', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('67425', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('99977', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('76895', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('8843', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('13741', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('99719', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('69632', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('20378', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('1402', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('82039', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('78756', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('9256', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('8860', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('15487', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('58355', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('39927', '571', '1', 'Spring', 2004, 'C+'); + insert into takes values('96206', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('66279', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('92464', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('51008', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('9114', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('25552', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('97590', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('83511', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('62487', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('67660', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('41450', '376', '1', 'Fall', 2006, 'A '); + insert into takes values('15144', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('5824', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('51549', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('27430', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('30334', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('97953', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('25528', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('57055', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('68395', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('83511', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('27044', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('91799', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('32483', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('79772', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('4034', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('78314', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('9514', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('42991', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('11855', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('32368', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('88993', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('22467', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('86375', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('25068', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('86707', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('64082', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('27556', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('16753', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('24374', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('92385', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('57156', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('81789', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('88525', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('82697', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('31079', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('19603', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('17339', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('4435', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('71287', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('25780', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('16907', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('20974', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('55859', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('43854', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('35685', '991', '1', 'Spring', 2008, 'B-'); + insert into takes values('63560', '972', '1', 'Spring', 2009, 'B '); + insert into takes values('47379', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('31266', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('89551', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('9114', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('93171', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('95046', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('1110', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('2970', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('89106', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('31690', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('7732', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('33791', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('74070', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('27687', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('50206', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('58326', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('54622', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('15030', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('68096', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('47627', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('85614', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('87439', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('25780', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('65443', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('49611', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('336', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('71287', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('50719', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('7035', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('92849', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('42991', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('50719', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('53152', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('40481', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('96741', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('57123', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('15613', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('85445', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('19245', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('81785', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('48901', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('83462', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('70564', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('20002', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('57941', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('11419', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('32376', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('19861', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('29514', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('67657', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('88045', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('88993', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('32886', '493', '1', 'Spring', 2010, 'A+'); + insert into takes values('23457', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('22226', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('98619', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('65208', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('99348', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('64164', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('37339', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('76759', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('73492', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('75252', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('85754', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('57985', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('58307', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('72669', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('59539', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('463', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('39514', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('61354', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('16528', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('28352', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('45300', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('99760', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('6304', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('14499', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('78767', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('50013', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('5393', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('12666', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('59848', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('33791', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('89551', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('5243', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('25187', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('99451', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('35357', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('23449', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('62549', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('97953', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('36402', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('34502', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('29462', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('99268', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('68554', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('10693', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('57780', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('40178', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('1922', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('93508', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('85602', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('85575', '692', '1', 'Spring', 2010, 'C '); + insert into takes values('90814', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('68999', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('64259', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('73165', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('8251', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('18859', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('77364', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('1018', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('64192', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('44551', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('987', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('66269', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('37449', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('85505', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('64039', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('77130', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('13826', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('92949', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('5617', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('89312', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('36303', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('13921', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('98563', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('70828', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('73908', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('69581', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('68396', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('13081', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('90181', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('51975', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('8343', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('53048', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('58081', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('36102', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('21337', '192', '1', 'Fall', 2002, 'B+'); + insert into takes values('39394', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('95175', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('77580', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('51549', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('52523', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('84704', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('56276', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('75231', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('78758', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('92274', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('37103', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('5617', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('24796', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('57538', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('25331', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('74460', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('34542', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('18367', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('75772', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('8140', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('37350', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('12216', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('50537', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('4383', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('39241', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('91799', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('69850', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('75794', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('93366', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('70384', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('22396', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('98690', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('86969', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('94311', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('95205', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('20985', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('98690', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('36657', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('64121', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('31476', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('45720', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('58846', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('64140', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('67660', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('56598', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('59908', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('34018', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('4015', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('88418', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('35257', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('92040', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('73908', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('84792', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('66090', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('29399', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('87048', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('86833', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('16480', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('40992', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('95859', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('75362', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('48471', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('75299', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('22142', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('54620', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('34322', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('21086', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('27919', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('80742', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('56882', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('35362', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('45720', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('36494', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('73807', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('52741', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('44304', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('96615', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('17339', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('33349', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('36494', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('36384', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('23457', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('5703', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('2629', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('61354', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('90082', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('88525', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('65715', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('14639', '334', '1', 'Fall', 2009, 'B+'); + insert into takes values('99694', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('17339', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('66753', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('31101', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('29959', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('827', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('54296', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('14639', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('31341', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('17665', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('56057', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('22345', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('83022', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('37521', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('62795', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('68395', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('75046', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('46980', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('41741', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('83573', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('87044', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('45720', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('66356', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('7498', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('93043', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('99553', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('93366', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('7732', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('89000', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('43123', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('5898', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('52157', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('2423', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('98047', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('43989', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('14094', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('17424', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('16885', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('73394', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('22226', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('19917', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('75547', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('34542', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('18675', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('68712', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('11419', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('1827', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('37653', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('1812', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('40080', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('61998', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('59908', '270', '1', 'Spring', 2010, 'A '); + insert into takes values('41491', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('6895', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('19582', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('978', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('5243', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('90181', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('71768', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('16250', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('75123', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('15613', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('52076', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('23392', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('24325', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('79446', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('44703', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('29665', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('43016', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('23525', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('92464', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('53225', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('82974', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('32130', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('19450', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('65121', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('17339', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('18338', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('17997', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('16297', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('67146', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('90234', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('98120', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('96772', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('16885', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('70389', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('47379', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('34392', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('46155', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('80912', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('16907', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('28352', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('42688', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('99271', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('52385', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('98315', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('3576', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('59117', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('64550', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('14829', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('69850', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('81294', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('29863', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('35588', '169', '2', 'Fall', 2002, 'B '); + insert into takes values('847', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('82688', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('16311', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('97551', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('83557', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('64039', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('86404', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('38973', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('94178', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('90082', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('84167', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('914', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('88045', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('58170', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('57238', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('8252', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('87222', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('78892', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('64164', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('94815', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('2419', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('3005', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('2139', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('2848', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('78481', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('10527', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('55940', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('29920', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('33651', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('62429', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('98315', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('96772', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('89140', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('69952', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('37449', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('41818', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('5414', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('914', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('21692', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('62487', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('29645', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('19638', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('18675', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('56', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('46436', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('58170', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('54296', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('51975', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('60040', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('28004', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('86375', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('16885', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('2178', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('41674', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('44881', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('67293', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('66356', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('87785', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('68453', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('86375', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('35198', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('99647', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('31079', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('62429', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('4182', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('58469', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('93571', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('93708', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('59553', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('19917', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('85910', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('64297', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('95089', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('91442', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('11152', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('48678', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('65121', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('52707', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('80227', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('74070', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('25256', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('94620', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('79502', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('5336', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('58874', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('92464', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('39552', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('69225', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('12979', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('57985', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('58081', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('58701', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('90448', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('95027', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('32506', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('50467', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('41299', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('22142', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('7035', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('1968', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('66495', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('34322', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('65329', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('37430', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('61356', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('20803', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('66293', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('68453', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('94697', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('50702', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('65056', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('93631', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('18234', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('76911', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('64164', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('8819', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('56486', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('89759', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('7854', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('83002', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('64013', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('80285', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('90381', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('31266', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('11966', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('21789', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('79589', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('29705', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('68516', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('94766', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('30397', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('15086', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('27140', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('56058', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('25068', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('18338', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('81984', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('17076', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('38555', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('74473', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('63449', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('41406', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('54620', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('85063', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('80285', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('3127', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('32369', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('71025', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('72177', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('89246', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('2177', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('40178', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('86674', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('65205', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('24197', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('42991', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('90082', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('81883', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('14639', '258', '1', 'Fall', 2007, 'B+'); + insert into takes values('14214', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('55915', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('57055', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('15883', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('59553', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('53803', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('69285', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('44206', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('52385', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('83686', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('71287', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('41261', '927', '1', 'Fall', 2002, 'B+'); + insert into takes values('70395', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('22226', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('57238', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('99780', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('62152', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('11152', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('89234', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('5381', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('35685', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('12078', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('35198', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('50873', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('23224', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('74639', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('40932', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('46725', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('67655', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('1533', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('83444', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('67018', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('29192', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('43016', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('31516', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('61783', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('49759', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('67146', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('44304', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('80057', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('50977', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('12615', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('90004', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('97953', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('94726', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('27804', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('2795', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('87280', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('50598', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('7498', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('74464', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('31560', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('49701', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('55170', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('30222', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('66106', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('13921', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('97435', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('18859', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('82082', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('32954', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('23992', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('37284', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('37946', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('71628', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('73186', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('18740', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('38476', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('5208', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('56058', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('6523', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('8457', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('41299', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('58469', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('9256', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('50944', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('10454', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('65901', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('83953', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('28004', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('26881', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('91799', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('78758', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('35198', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('36513', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('67310', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('27094', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('79352', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('544', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('21102', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('4645', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('50414', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('58307', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('9256', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('39521', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('34197', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('22618', '376', '1', 'Fall', 2006, 'A-'); + insert into takes values('99754', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('2561', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('97551', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('26080', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('5943', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('89000', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('9183', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('93653', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('9514', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('21126', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('88993', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('6710', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('47379', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('79352', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('11095', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('4682', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('30650', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('83398', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('44998', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('64259', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('282', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('29260', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('11095', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('12236', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('52385', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('39394', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('56057', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('23373', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('22345', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('34770', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('10663', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('26802', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('19917', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('19342', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('97953', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('86344', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('81884', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('18752', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('39514', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('19321', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('60984', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('65681', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('83204', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('51549', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('28352', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('19824', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('68263', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('16057', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('80285', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('24010', '443', '2', 'Spring', 2002, 'C+'); + insert into takes values('34018', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('3039', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('85234', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('75082', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('20002', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('41988', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('12214', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('30341', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('70572', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('50365', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('47126', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('23311', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('69960', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('89132', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('89188', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('94998', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('7149', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('98056', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('96710', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('72643', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('86641', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('39514', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('79589', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('34236', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('20099', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('1367', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('46769', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('87624', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('33201', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('64067', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('50664', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('31560', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('13511', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('83170', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('89393', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('1460', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('11194', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('27094', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('26080', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('5961', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('36263', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('69230', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('8957', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('68150', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('59172', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('68242', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('3335', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('45826', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('29849', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('38668', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('18286', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('74911', '561', '1', 'Fall', 2006, 'C '); + insert into takes values('38973', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('78143', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('80047', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('11530', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('24442', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('7204', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('70918', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('28019', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('92867', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('17607', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('70452', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('31486', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('31266', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('48165', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('62487', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('88389', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('34170', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('28361', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('51549', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('59117', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('36052', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('77148', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('22620', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('16405', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('73908', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('67310', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('61065', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('53077', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('26473', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('26147', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('77580', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('73328', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('55531', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('80990', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('67021', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('30474', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('8251', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('4940', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('75241', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('85809', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('41261', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('16057', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('64820', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('80821', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('27043', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('87439', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('64138', '626', '1', 'Fall', 2006, 'C+'); + insert into takes values('13290', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('51817', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('86806', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('62749', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('58935', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('16297', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('8192', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('44038', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('31079', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('74070', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('32369', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('6729', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('58300', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('64945', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('7514', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('5144', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('13506', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('90353', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('58326', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('46074', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('30222', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('4582', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('463', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('34197', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('37586', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('44206', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('1884', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('27950', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('38712', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('87439', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('66090', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('12615', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('85849', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('67407', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('3335', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('86981', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('94846', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('78911', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('37219', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('55170', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('91370', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('47670', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('71543', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('30164', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('53077', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('4449', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('68453', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('21102', '843', '1', 'Fall', 2010, 'C+'); + insert into takes values('14869', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('61003', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('52750', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('63288', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('42092', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('33882', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('46694', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('46970', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('86934', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('2967', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('3639', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('37734', '169', '1', 'Spring', 2007, 'A-'); + insert into takes values('7043', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('71529', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('65901', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('96052', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('14499', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('62487', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('56143', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('66469', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('31079', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('53165', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('27430', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('18859', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('5336', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('37101', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('66259', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('30341', '158', '2', 'Spring', 2008, 'C-'); + insert into takes values('11201', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('4248', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('5824', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('33791', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('37581', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('34158', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('65433', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('82688', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('51084', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('9114', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('34404', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('50583', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('20489', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('5871', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('4508', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('94697', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('17397', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('95089', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('51862', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('49813', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('288', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('65901', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('67810', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('25331', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('53469', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('57538', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('16993', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('90814', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('77021', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('99268', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('66212', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('20803', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('70572', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('91799', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('93631', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('92659', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('75123', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('80651', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('19766', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('19048', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('27043', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('68720', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('66763', '137', '1', 'Spring', 2002, 'A+'); + insert into takes values('80821', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('76768', '604', '1', 'Spring', 2009, 'B '); + insert into takes values('89234', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('96911', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('66281', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('35935', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('54508', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('68278', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('61414', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('58465', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('1836', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('97658', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('75547', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('66008', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('12069', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('78758', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('6195', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('96741', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('68263', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('8140', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('57026', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('60040', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('86736', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('4940', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('34502', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('65443', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('89759', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('4438', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('74163', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('6712', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('82039', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('97629', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('68779', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('61737', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('22057', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('69732', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('32217', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('20084', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('92839', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('63390', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('12326', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('10454', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('31516', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('48009', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('85234', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('17911', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('78332', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('80247', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('3833', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('25528', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('94620', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('69783', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('29031', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('87268', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('21692', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('33206', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('52120', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('48053', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('1220', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('95366', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('31554', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('46928', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('89196', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('72165', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('27043', '408', '2', 'Spring', 2003, 'A+'); + insert into takes values('62226', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('16480', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('25942', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('16057', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('15024', '692', '1', 'Spring', 2010, 'B+'); + insert into takes values('80248', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('83838', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('41741', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('10527', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('78787', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('29665', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('56', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('94324', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('88472', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('97590', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('89393', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('17086', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('79892', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('61065', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('46970', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('40059', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('88887', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('13880', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('19342', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('25940', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('18108', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('7861', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('62754', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('44206', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('56486', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('91442', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('26028', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('69752', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('19245', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('27236', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('93814', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('34392', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('92776', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('55915', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('47487', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('17057', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('99226', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('76743', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('67657', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('70061', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('36657', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('46066', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('67146', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('6673', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('80976', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('12711', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('39876', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('75513', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('17769', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('72055', '239', '1', 'Fall', 2006, 'C-'); + insert into takes values('42565', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('29514', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('85534', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('8022', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('70235', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('26080', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('58594', '461', '1', 'Fall', 2002, 'B-'); + insert into takes values('48589', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('85809', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('35175', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('54622', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('65038', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('8986', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('69730', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('41890', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('64401', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('3739', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('37454', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('21552', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('23392', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('14668', '237', '2', 'Fall', 2009, 'A-'); + insert into takes values('38602', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('1232', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('78332', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('435', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('83953', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('61356', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('85226', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('17944', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('8843', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('96911', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('78481', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('21394', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('76057', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('34055', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('99977', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('65438', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('26147', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('65987', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('80254', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('81245', '642', '1', 'Fall', 2004, 'A+'); + insert into takes values('6895', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('95366', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('28133', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('32506', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('40738', '748', '1', 'Fall', 2003, 'C '); + insert into takes values('12941', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('52471', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('259', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('77364', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('5005', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('31442', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('99977', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('11682', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('29645', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('59117', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('4582', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('88085', '362', '3', 'Spring', 2008, 'B '); + insert into takes values('54296', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('57538', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('2561', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('63310', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('56124', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('35462', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('21246', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('53451', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('96134', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('38696', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('67017', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('93814', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('73213', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('10204', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('22325', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('42991', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('29140', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('62636', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('72501', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('70235', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('32056', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('46970', '864', '1', 'Spring', 2006, 'C '); + insert into takes values('66008', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('8517', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('98870', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('16631', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('1000', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('68395', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('18338', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('62749', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('33645', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('21337', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('108', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('20540', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('73206', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('94324', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('64820', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('45817', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('41091', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('7956', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('88887', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('99369', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('37946', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('76169', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('29002', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('5943', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('5703', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('58606', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('68554', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('73807', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('19791', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('75522', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('29260', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('78332', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('847', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('18554', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('15487', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('79487', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('85211', '663', '1', 'Spring', 2005, 'C+'); + insert into takes values('96772', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('12979', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('7498', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('90814', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('20985', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('41450', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('14621', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('97023', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('51203', '642', '1', 'Fall', 2004, 'B+'); + insert into takes values('10727', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('72485', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('88140', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('42565', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('85234', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('2561', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('3487', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('42956', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('49280', '242', '1', 'Fall', 2009, 'B '); + insert into takes values('6523', '793', '1', 'Spring', 2002, 'A-'); + insert into takes values('77580', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('39619', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('60249', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('41261', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('85234', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('4004', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('34158', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('96324', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('51862', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('28538', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('32065', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('50969', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('31086', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('32245', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('25528', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('49244', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('40897', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('84039', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('62520', '679', '1', 'Spring', 2010, 'B+'); + insert into takes values('99710', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('81150', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('25718', '959', '1', 'Fall', 2006, 'B '); + insert into takes values('65190', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('58326', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('25187', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('11101', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('20084', '242', '1', 'Fall', 2009, 'C '); + insert into takes values('18809', '959', '1', 'Fall', 2006, 'B+'); + insert into takes values('53496', '962', '1', 'Spring', 2008, 'A+'); + insert into takes values('48901', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('90041', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('87054', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('3639', '408', '2', 'Spring', 2003, 'C+'); + insert into takes values('19293', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('90234', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('30177', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('77000', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('27727', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('69732', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('69581', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('68242', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('74070', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('43981', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('57334', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('70061', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('50743', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('60249', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('10076', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('37818', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('5017', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('31101', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('45436', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('64082', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('64082', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('71630', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('34788', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('91569', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('61065', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('2419', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('92442', '421', '1', 'Fall', 2004, 'C+'); + insert into takes values('98359', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('90663', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('43505', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('42960', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('41751', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('65714', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('79772', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('83136', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('82970', '352', '1', 'Spring', 2006, 'C '); + insert into takes values('96246', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('30188', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('7620', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('21789', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('46260', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('74672', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('91992', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('12173', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('45359', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('28738', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('42625', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('19848', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('32483', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('52057', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('82066', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('16528', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('83398', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('79210', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('58634', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('41675', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('18367', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('75231', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('1402', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('10527', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('56276', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('90004', '313', '1', 'Fall', 2010, 'B+'); + insert into takes values('80610', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('99780', '696', '1', 'Spring', 2002, 'B '); + insert into takes values('23224', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('52707', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('27236', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('35721', '476', '1', 'Fall', 2010, 'A-'); + insert into takes values('48776', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('73542', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('90609', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('108', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('16250', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('92949', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('48589', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('6367', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('5393', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('43130', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('63860', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('92703', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('8603', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('61527', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('49073', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('67293', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('52076', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('14484', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('14032', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('66106', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('10454', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('77244', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('35905', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('65056', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('95953', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('24197', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('90609', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('52750', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('92659', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('51008', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('41751', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('90372', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('44881', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('13749', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('18752', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('31993', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('51238', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('23500', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('68999', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('10481', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('18675', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('55000', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('78454', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('8603', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('3335', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('22057', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('2561', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('82970', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('72528', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('48611', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('55238', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('98120', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('2848', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('63860', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('35905', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('45570', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('59517', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('61065', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('52187', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('90089', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('74974', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('64938', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('42114', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('72669', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('25528', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('90234', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('1087', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('898', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('26473', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('91442', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('10904', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('11966', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('11530', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('58170', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('95626', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('83557', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('9993', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('57538', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('59848', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('42565', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('1018', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('5703', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('89051', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('65715', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('98940', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('8819', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('63289', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('8192', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('85981', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('163', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('5393', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('56212', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('28361', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('36402', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('842', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('66259', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('51416', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('44836', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('82687', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('65433', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('17676', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('61364', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('1812', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('48247', '489', '1', 'Fall', 2007, 'B+'); + insert into takes values('66281', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('91569', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('10705', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('73186', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('14874', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('67017', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('59908', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('5208', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('70807', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('82868', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('65038', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('61403', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('74796', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('35685', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('76743', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('8252', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('32772', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('78911', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('90041', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('68330', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('60762', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('39521', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('38973', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('83686', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('64820', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('17600', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('30943', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('15249', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('70359', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('19861', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('30164', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('87651', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('60249', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('26080', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('58170', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('2139', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('74796', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('66229', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('94311', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('53803', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('7970', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('7620', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('11202', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('3833', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('99780', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('21008', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('14869', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('32419', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('23311', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('80698', '443', '1', 'Spring', 2010, 'B+'); + insert into takes values('39978', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('82591', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('34331', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('97023', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('76953', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('10917', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('827', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('1727', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('9256', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('39521', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('65714', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('4355', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('2970', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('77898', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('58081', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('13290', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('72669', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('99754', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('59530', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('507', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('67793', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('16849', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('87831', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('50331', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('69285', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('84704', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('45436', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('7020', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('92693', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('53424', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('70310', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('89140', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('21395', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('56212', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('20445', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('931', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('6990', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('71630', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('22532', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('83557', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('94142', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('19917', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('15430', '270', '1', 'Spring', 2010, 'C-'); + insert into takes values('63860', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('19848', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('41211', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('760', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('42565', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('5336', '457', '1', 'Spring', 2001, 'C+'); + insert into takes values('32954', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('75938', '105', '1', 'Fall', 2009, 'B-'); + insert into takes values('463', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('78581', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('61003', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('71426', '629', '1', 'Spring', 2003, 'C '); + insert into takes values('21101', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('26080', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('77172', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('46155', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('16347', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('81566', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('96968', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('1110', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('13352', '696', '1', 'Spring', 2002, 'A-'); + insert into takes values('99730', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('27017', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('7620', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('43211', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('28994', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('78454', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('64550', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('11966', '599', '1', 'Spring', 2003, 'C '); + insert into takes values('35042', '631', '1', 'Spring', 2007, 'B+'); + insert into takes values('30110', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('95046', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('93508', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('31442', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('13741', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('15083', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('87222', '421', '1', 'Fall', 2004, 'C '); + insert into takes values('77218', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('20195', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('46155', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('55238', '991', '1', 'Spring', 2008, 'A-'); + insert into takes values('52750', '974', '1', 'Fall', 2003, 'B '); + insert into takes values('93125', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('99719', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('47126', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('51817', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('5898', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('52187', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('87784', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('31266', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('10481', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('63361', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('58355', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('44703', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('81566', '421', '1', 'Fall', 2004, 'A+'); + insert into takes values('62716', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('91370', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('77415', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('78858', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('20445', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('66106', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('44584', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('64642', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('13506', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('28316', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('29002', '604', '1', 'Spring', 2009, 'A+'); + insert into takes values('2177', '313', '1', 'Fall', 2010, 'C '); + insert into takes values('12683', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('24442', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('50658', '376', '1', 'Fall', 2006, 'C+'); + insert into takes values('16297', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('9953', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('94726', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('59397', '527', '1', 'Fall', 2004, 'B+'); + insert into takes values('35905', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('95099', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('1110', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('59673', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('84865', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('88140', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('31137', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('27662', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('9947', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('28738', '604', '1', 'Spring', 2009, 'C+'); + insert into takes values('53152', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('29091', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('52187', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('45570', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('48469', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('29920', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('77234', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('19582', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('94815', '457', '1', 'Spring', 2001, 'A-'); + insert into takes values('19220', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('36791', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('19362', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('86674', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('87048', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('45680', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('20099', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('98563', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('97042', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('99647', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('50039', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('42843', '400', '2', 'Fall', 2003, 'B+'); + insert into takes values('42114', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('15613', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('17607', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('66753', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('38668', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('59290', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('81883', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('94815', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('23270', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('63361', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('45817', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('17831', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('88302', '274', '1', 'Fall', 2002, 'A+'); + insert into takes values('82402', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('80651', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('13081', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('10663', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('75513', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('45200', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('26028', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('57511', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('11057', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('57160', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('84189', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('75547', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('21552', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('88553', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('95953', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('73606', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('77898', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('842', '864', '1', 'Spring', 2006, 'C+'); + insert into takes values('71878', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('75116', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('67583', '274', '1', 'Fall', 2002, 'A-'); + insert into takes values('73602', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('68516', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('10481', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('30943', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('11422', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('59530', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('82646', '445', '1', 'Spring', 2001, 'B+'); + insert into takes values('99271', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('38902', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('63612', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('18286', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('33094', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('22532', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('86075', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('23934', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('19541', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('93354', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('84167', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('557', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('65901', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('72521', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('18808', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('74796', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('90009', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('64155', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('65901', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('94990', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('30845', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('22254', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('17665', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('16347', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('57083', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('88169', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('78787', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('80610', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('33882', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('52076', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('83314', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('45494', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('86934', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('83314', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('1000', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('83686', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('86806', '545', '1', 'Fall', 2001, 'C+'); + insert into takes values('47265', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('86552', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('16347', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('99268', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('85614', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('59539', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('69307', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('98830', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('92040', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('84727', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('86753', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('56089', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('62549', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('60688', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('60688', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('61003', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('33817', '559', '1', 'Fall', 2002, 'B '); + insert into takes values('74016', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('61783', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('39114', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('64138', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('18367', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('75362', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('81610', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('77289', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('65433', '867', '2', 'Fall', 2010, 'C '); + insert into takes values('57242', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('47824', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('11083', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('30222', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('92040', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('6474', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('12078', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('30177', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('87706', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('41894', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('63860', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('40932', '239', '1', 'Fall', 2006, 'A-'); + insert into takes values('83170', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('30124', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('10693', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('29091', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('74911', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('50743', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('58874', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('95099', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('69632', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('74530', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('48009', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('25611', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('50658', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('5243', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('1826', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('52057', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('96117', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('1836', '748', '1', 'Fall', 2003, 'A-'); + insert into takes values('14628', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('32483', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('2286', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('2286', '603', '1', 'Fall', 2003, 'C-'); + insert into takes values('87222', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('75510', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('65443', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('18808', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('14596', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('29260', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('29863', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('88358', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('16885', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('57156', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('75928', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('60267', '642', '1', 'Fall', 2004, 'C+'); + insert into takes values('50743', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('43854', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('84410', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('39254', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('56276', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('96085', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('24374', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('56499', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('85575', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('60224', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('1836', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('82687', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('61527', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('3005', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('8022', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('25552', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('22179', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('19766', '631', '1', 'Spring', 2007, 'A+'); + insert into takes values('81984', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('1826', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('48640', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('79170', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('71529', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('45300', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('14032', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('26695', '694', '1', 'Fall', 2002, 'B '); + insert into takes values('37449', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('25077', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('10663', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('67407', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('84727', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('93366', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('96178', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('14621', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('39612', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('61166', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('40303', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('94998', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('66813', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('9460', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('87268', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('38691', '631', '1', 'Spring', 2007, 'B '); + insert into takes values('30124', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('45720', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('89234', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('96968', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('93043', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('11578', '692', '1', 'Spring', 2010, 'A '); + insert into takes values('32376', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('80610', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('38691', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('5399', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('9953', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('79763', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('70098', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('81538', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('97694', '735', '1', 'Spring', 2003, 'B+'); + insert into takes values('56003', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('67657', '747', '1', 'Spring', 2004, 'B-'); + insert into takes values('80821', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('35462', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('13023', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('41741', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('87246', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('35462', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('43658', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('72657', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('92464', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('1285', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('18775', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('24784', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('34404', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('13826', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('45650', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('29871', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('56139', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('35220', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('65144', '486', '1', 'Fall', 2009, 'B '); + insert into takes values('85602', '694', '1', 'Fall', 2002, 'A '); + insert into takes values('66008', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('6287', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('89297', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('7204', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('78116', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('63538', '867', '1', 'Fall', 2006, 'A '); + insert into takes values('57190', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('34957', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('17057', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('10527', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('64138', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('67655', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('58465', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('44816', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('17676', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('58594', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('39881', '735', '1', 'Spring', 2003, 'C '); + insert into takes values('29260', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('35198', '679', '1', 'Spring', 2010, 'C+'); + insert into takes values('79534', '468', '2', 'Fall', 2007, 'A-'); + insert into takes values('23475', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('67655', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('38691', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('36102', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('56755', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('11201', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('55286', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('64067', '795', '1', 'Spring', 2004, 'A '); + insert into takes values('90089', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('71529', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('76270', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('67657', '319', '1', 'Spring', 2003, 'C+'); + insert into takes values('60366', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('62754', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('32954', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('12615', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('38691', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('8252', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('20378', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('86674', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('10076', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('77415', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('64192', '482', '1', 'Fall', 2005, 'B-'); + insert into takes values('92965', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('94766', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('65681', '791', '1', 'Spring', 2006, 'A '); + insert into takes values('37219', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('87015', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('65703', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('53077', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('36791', '313', '1', 'Fall', 2010, 'B-'); + insert into takes values('93043', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('62226', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('51868', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('96895', '626', '1', 'Fall', 2006, 'B '); + insert into takes values('69952', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('53588', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('82063', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('14432', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('53496', '599', '1', 'Spring', 2003, 'A-'); + insert into takes values('50331', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('52707', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('72186', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('65987', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('32744', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('87624', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('24387', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('80610', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('32130', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('63502', '545', '1', 'Fall', 2001, 'B+'); + insert into takes values('57511', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('23373', '808', '1', 'Fall', 2003, 'A-'); + insert into takes values('90779', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('29849', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('88389', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('16453', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('34170', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('72186', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('49759', '362', '2', 'Fall', 2006, 'B-'); + insert into takes values('89106', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('7020', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('75878', '476', '1', 'Fall', 2010, 'B+'); + insert into takes values('83214', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('88140', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('50386', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('1087', '561', '1', 'Fall', 2006, 'A-'); + insert into takes values('69679', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('71904', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('59848', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('17911', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('49391', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('67810', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('76250', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('43130', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('8251', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('10838', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('87268', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('34197', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('27528', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('70572', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('20084', '482', '1', 'Fall', 2005, 'A-'); + insert into takes values('69758', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('38973', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('93491', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('83398', '960', '1', 'Fall', 2009, 'A+'); + insert into takes values('41345', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('8343', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('53728', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('48471', '158', '2', 'Spring', 2008, 'A '); + insert into takes values('24374', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('85356', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('163', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('98940', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('20814', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('19450', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('2967', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('58413', '486', '1', 'Fall', 2009, 'A '); + insert into takes values('22004', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('27094', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('34957', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('43854', '702', '1', 'Spring', 2001, 'C+'); + insert into takes values('86674', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('96772', '258', '1', 'Fall', 2007, 'A-'); + insert into takes values('47265', '631', '1', 'Spring', 2007, 'A '); + insert into takes values('3335', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('43495', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('87831', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('90234', '200', '2', 'Fall', 2002, 'B+'); + insert into takes values('23475', '362', '1', 'Fall', 2005, 'A+'); + insert into takes values('19048', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('96206', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('69853', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('99289', '242', '1', 'Fall', 2009, 'A+'); + insert into takes values('20985', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('90181', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('50944', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('19638', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('98019', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('79170', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('84808', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('39580', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('25380', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('61354', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('27919', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('14023', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('70061', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('91442', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('47677', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('18469', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('931', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('25187', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('73602', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('36402', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('28352', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('75938', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('13211', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('41674', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('25611', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('97023', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('53089', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('14596', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('49684', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('17133', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('792', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('24746', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('2795', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('70395', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('84702', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('18469', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('86981', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('82591', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('76799', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('46450', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('94620', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('19203', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('21394', '748', '1', 'Fall', 2003, 'B-'); + insert into takes values('5336', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('69679', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('57213', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('18108', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('72006', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('72741', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('35685', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('57123', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('1460', '401', '1', 'Fall', 2003, 'A-'); + insert into takes values('30845', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('38973', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('3640', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('72768', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('34404', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('81031', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('71287', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('99730', '319', '1', 'Spring', 2003, 'C '); + insert into takes values('95089', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('93004', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('557', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('22003', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('90082', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('47025', '612', '1', 'Fall', 2007, 'B+'); + insert into takes values('94836', '313', '1', 'Fall', 2010, 'C+'); + insert into takes values('53803', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('62832', '158', '1', 'Fall', 2008, 'A '); + insert into takes values('99073', '545', '1', 'Fall', 2001, 'A-'); + insert into takes values('93061', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('78858', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('32130', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('63560', '362', '2', 'Fall', 2006, 'C-'); + insert into takes values('75173', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('28977', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('5871', '376', '1', 'Fall', 2006, 'B '); + insert into takes values('57190', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('75560', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('59530', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('59908', '313', '1', 'Fall', 2010, 'A-'); + insert into takes values('93508', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('88169', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('41491', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('29514', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('94766', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('66293', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('44584', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('25046', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('22086', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('31554', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('45002', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('56849', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('72959', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('15283', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('75231', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('4015', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('16035', '694', '1', 'Fall', 2002, 'B-'); + insert into takes values('94836', '960', '1', 'Fall', 2009, 'B+'); + insert into takes values('6209', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('66484', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('70918', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('1737', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('8517', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('42843', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('74473', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('98423', '663', '1', 'Spring', 2005, 'C-'); + insert into takes values('11195', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('95225', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('72657', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('16453', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('50267', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('40178', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('41299', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('64138', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('99775', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('84515', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('18809', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('48660', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('86981', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('14065', '893', '1', 'Fall', 2007, 'A-'); + insert into takes values('41491', '748', '1', 'Fall', 2003, 'B+'); + insert into takes values('89000', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('23457', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('84727', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('90194', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('76672', '482', '1', 'Fall', 2005, 'C+'); + insert into takes values('75878', '400', '2', 'Fall', 2003, 'A-'); + insert into takes values('18108', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('4345', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('8343', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('9993', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('83204', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('8912', '237', '1', 'Spring', 2008, 'A '); + insert into takes values('11201', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('38696', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('11578', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('68516', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('75772', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('15578', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('4345', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('48462', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('91915', '192', '1', 'Fall', 2002, 'A-'); + insert into takes values('30161', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('41751', '445', '1', 'Spring', 2001, 'A '); + insert into takes values('11202', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('52523', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('15487', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('71944', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('56499', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('8819', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('49611', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('37103', '443', '2', 'Spring', 2002, 'A+'); + insert into takes values('91091', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('32368', '735', '2', 'Spring', 2010, 'B+'); + insert into takes values('90009', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('83838', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('59172', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('55329', '334', '1', 'Fall', 2009, 'C-'); + insert into takes values('34322', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('32056', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('75547', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('42556', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('17831', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('87054', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('59172', '867', '1', 'Fall', 2006, 'C+'); + insert into takes values('10481', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('73492', '702', '1', 'Spring', 2001, 'A '); + insert into takes values('8483', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('83398', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('48462', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('56598', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('32954', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('14182', '158', '2', 'Spring', 2008, 'A-'); + insert into takes values('20244', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('6367', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('69285', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('54296', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('10736', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('79589', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('85680', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('50267', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('41599', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('86981', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('13511', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('81984', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('79469', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('21395', '158', '1', 'Fall', 2008, 'A+'); + insert into takes values('14182', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('84189', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('23457', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('10481', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('73165', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('54460', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('10917', '158', '2', 'Spring', 2008, 'A+'); + insert into takes values('65056', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('83622', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('60748', '457', '1', 'Spring', 2001, 'A '); + insert into takes values('15538', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('82974', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('44352', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('98830', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('71628', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('34392', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('7861', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('31554', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('60366', '486', '1', 'Fall', 2009, 'B-'); + insert into takes values('58935', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('41973', '704', '1', 'Spring', 2008, 'A+'); + insert into takes values('83003', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('42560', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('59117', '105', '2', 'Fall', 2002, 'B+'); + insert into takes values('61854', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('53077', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('4004', '991', '1', 'Spring', 2008, 'C+'); + insert into takes values('19220', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('21552', '274', '1', 'Fall', 2002, 'A '); + insert into takes values('7043', '237', '1', 'Spring', 2008, 'C '); + insert into takes values('9495', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('50966', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('58170', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('44836', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('64945', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('72979', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('1402', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('11194', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('75791', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('98726', '760', '1', 'Spring', 2004, 'A+'); + insert into takes values('76057', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('36926', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('72177', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('30182', '443', '1', 'Spring', 2010, 'A-'); + insert into takes values('9114', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('83204', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('36244', '959', '1', 'Fall', 2006, 'A '); + insert into takes values('83953', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('1884', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('858', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('86404', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('86001', '735', '1', 'Spring', 2003, 'C+'); + insert into takes values('85746', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('89734', '192', '1', 'Fall', 2002, 'C '); + insert into takes values('75082', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('87785', '591', '1', 'Spring', 2005, 'A-'); + insert into takes values('28738', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('92949', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('17128', '338', '1', 'Spring', 2007, 'A-'); + insert into takes values('11578', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('51923', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('71768', '408', '2', 'Spring', 2003, 'A-'); + insert into takes values('56078', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('97065', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('390', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('73542', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('92867', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('43854', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('70099', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('46035', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('96722', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('76953', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('7020', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('76173', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('28409', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('21337', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('67793', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('15024', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('18007', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('6209', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('27950', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('48901', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('18808', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('53225', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('18499', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('4004', '169', '2', 'Fall', 2002, 'B+'); + insert into takes values('84432', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('68712', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('60762', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('78454', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('96193', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('97023', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('49813', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('17076', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('58085', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('83836', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('64121', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('54620', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('35257', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('16885', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('31079', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('82868', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('71944', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('53728', '603', '1', 'Fall', 2003, 'B+'); + insert into takes values('43989', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('72177', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('33206', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('37715', '408', '1', 'Spring', 2007, 'B+'); + insert into takes values('78552', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('38676', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('11578', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('888', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('87965', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('6304', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('16543', '561', '1', 'Fall', 2006, 'B '); + insert into takes values('29435', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('43981', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('53547', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('85887', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('46769', '591', '1', 'Spring', 2005, 'B '); + insert into takes values('62520', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('39978', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('47824', '345', '1', 'Spring', 2008, 'B-'); + insert into takes values('49611', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('10705', '200', '1', 'Spring', 2007, 'C-'); + insert into takes values('34957', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('74639', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('72055', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('62832', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('19050', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('43616', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('66753', '105', '2', 'Fall', 2002, 'C-'); + insert into takes values('39238', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('27950', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('80420', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('51768', '704', '1', 'Spring', 2008, 'A '); + insert into takes values('58469', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('76270', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('84792', '496', '1', 'Fall', 2001, 'C-'); + insert into takes values('2177', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('36303', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('41827', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('17424', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('8957', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('80799', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('53805', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('11855', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('21009', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('83557', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('32886', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('49339', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('21692', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('13757', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('35138', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('2423', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('9933', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('19536', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('72741', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('55531', '867', '2', 'Fall', 2010, 'B '); + insert into takes values('42556', '401', '1', 'Fall', 2003, 'C '); + insert into takes values('26028', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('65438', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('67407', '338', '1', 'Spring', 2007, 'B-'); + insert into takes values('79446', '366', '1', 'Fall', 2005, 'C '); + insert into takes values('17996', '867', '2', 'Fall', 2010, 'B-'); + insert into takes values('79469', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('31137', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('82082', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('38271', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('81884', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('86529', '200', '2', 'Fall', 2002, 'B-'); + insert into takes values('7514', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('63560', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('1018', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('61527', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('81031', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('28128', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('75173', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('18367', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('19245', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('1727', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('8457', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('82126', '304', '1', 'Fall', 2009, 'C '); + insert into takes values('53469', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('29239', '362', '1', 'Fall', 2005, 'B '); + insert into takes values('1232', '482', '1', 'Fall', 2005, 'A+'); + insert into takes values('98843', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('86707', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('39204', '482', '1', 'Fall', 2005, 'A '); + insert into takes values('92839', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('37219', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('81638', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('30021', '443', '2', 'Spring', 2002, 'B '); + insert into takes values('65144', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('22912', '875', '1', 'Spring', 2005, 'B '); + insert into takes values('1954', '604', '1', 'Spring', 2009, 'B+'); + insert into takes values('30188', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('31250', '376', '1', 'Fall', 2006, 'B-'); + insert into takes values('32130', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('63449', '962', '1', 'Spring', 2008, 'A-'); + insert into takes values('17600', '962', '1', 'Spring', 2008, 'C '); + insert into takes values('88169', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('23311', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('36881', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('60249', '169', '1', 'Spring', 2007, 'B '); + insert into takes values('84189', '362', '2', 'Fall', 2006, 'B '); + insert into takes values('74163', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('93004', '415', '1', 'Fall', 2010, 'B-'); + insert into takes values('73387', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('85226', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('17607', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('48678', '571', '1', 'Spring', 2004, 'C '); + insert into takes values('80912', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('50386', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('90448', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('17924', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('65329', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('28952', '927', '1', 'Fall', 2002, 'A+'); + insert into takes values('66212', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('72669', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('67051', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('96003', '270', '1', 'Spring', 2010, 'B '); + insert into takes values('75362', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('92332', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('14869', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('15030', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('63288', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('51923', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('8022', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('898', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('86641', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('53451', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('16885', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('67293', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('65681', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('7123', '808', '1', 'Fall', 2003, 'B+'); + insert into takes values('88993', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('15517', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('22179', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('94836', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('53788', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('10663', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('22254', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('76799', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('2178', '793', '1', 'Spring', 2002, 'C+'); + insert into takes values('59908', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('4355', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('92864', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('29435', '274', '1', 'Fall', 2002, 'C-'); + insert into takes values('57985', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('37284', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('82301', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('78922', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('90567', '274', '1', 'Fall', 2002, 'B-'); + insert into takes values('13511', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('36881', '974', '1', 'Fall', 2003, 'C-'); + insert into takes values('3693', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('56755', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('31080', '694', '1', 'Fall', 2002, 'A+'); + insert into takes values('63860', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('66229', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('11101', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('63243', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('15083', '545', '1', 'Fall', 2001, 'B-'); + insert into takes values('93004', '258', '1', 'Fall', 2007, 'B '); + insert into takes values('49982', '362', '1', 'Fall', 2005, 'C '); + insert into takes values('41827', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('51768', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('89297', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('35362', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('5703', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('93043', '561', '1', 'Fall', 2006, 'A+'); + insert into takes values('39472', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('58634', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('1460', '489', '1', 'Fall', 2007, 'C '); + insert into takes values('86552', '400', '2', 'Fall', 2003, 'C '); + insert into takes values('75878', '158', '1', 'Fall', 2008, 'C-'); + insert into takes values('17076', '338', '1', 'Spring', 2007, 'B '); + insert into takes values('56078', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('21008', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('59673', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('82063', '237', '2', 'Fall', 2009, 'C '); + insert into takes values('9993', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('43616', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('58846', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('23500', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('8347', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('94726', '960', '1', 'Fall', 2009, 'C-'); + insert into takes values('79170', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('12941', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('645', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('11455', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('86001', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('65190', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('75938', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('52385', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('50703', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('99780', '760', '1', 'Spring', 2004, 'C-'); + insert into takes values('282', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('86344', '476', '1', 'Fall', 2010, 'B '); + insert into takes values('42388', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('39310', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('37219', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('48053', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('30772', '352', '1', 'Spring', 2006, 'C-'); + insert into takes values('80742', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('58085', '237', '1', 'Spring', 2008, 'C+'); + insert into takes values('6523', '304', '1', 'Fall', 2009, 'B+'); + insert into takes values('95852', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('67725', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('1727', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('94522', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('74672', '468', '2', 'Fall', 2007, 'A+'); + insert into takes values('43495', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('99348', '366', '1', 'Fall', 2005, 'A+'); + insert into takes values('28316', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('96206', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('42019', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('8140', '158', '1', 'Fall', 2008, 'A-'); + insert into takes values('46035', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('46155', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('78922', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('62549', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('87054', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('84432', '702', '1', 'Spring', 2001, 'A+'); + insert into takes values('36126', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('48053', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('3693', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('77244', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('1922', '704', '1', 'Spring', 2008, 'C '); + insert into takes values('18583', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('23525', '527', '1', 'Fall', 2004, 'C '); + insert into takes values('95574', '559', '1', 'Fall', 2002, 'B-'); + insert into takes values('45359', '735', '2', 'Spring', 2010, 'B '); + insert into takes values('76057', '793', '1', 'Spring', 2002, 'B+'); + insert into takes values('92693', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('92464', '376', '1', 'Fall', 2006, 'C-'); + insert into takes values('96153', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('78922', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('67051', '972', '1', 'Spring', 2009, 'B-'); + insert into takes values('80285', '631', '1', 'Spring', 2007, 'B-'); + insert into takes values('11201', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('10454', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('46442', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('28409', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('29462', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('46337', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('23506', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('10033', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('78792', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('58846', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('81294', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('54612', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('75534', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('82039', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('37521', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('19848', '476', '1', 'Fall', 2010, 'A+'); + insert into takes values('64164', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('94257', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('48778', '808', '1', 'Fall', 2003, 'A+'); + insert into takes values('39881', '571', '1', 'Spring', 2004, 'A+'); + insert into takes values('41894', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('52187', '137', '1', 'Spring', 2002, 'A-'); + insert into takes values('7123', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('30222', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('56755', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('69679', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('49701', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('86934', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('51997', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('59920', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('44816', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('2201', '808', '1', 'Fall', 2003, 'B-'); + insert into takes values('68395', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('64297', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('83204', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('23311', '802', '1', 'Spring', 2003, 'B '); + insert into takes values('85849', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('5017', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('99710', '692', '1', 'Spring', 2010, 'A+'); + insert into takes values('90132', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('91569', '486', '1', 'Fall', 2009, 'C+'); + insert into takes values('69581', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('64121', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('85809', '408', '1', 'Spring', 2007, 'C+'); + insert into takes values('51768', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('52876', '468', '2', 'Fall', 2007, 'B+'); + insert into takes values('14639', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('84808', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('19824', '400', '2', 'Fall', 2003, 'B-'); + insert into takes values('84167', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('83511', '400', '2', 'Fall', 2003, 'A '); + insert into takes values('41675', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('42388', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('99289', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('9495', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('69679', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('59530', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('27043', '105', '2', 'Fall', 2002, 'A-'); + insert into takes values('56089', '604', '1', 'Spring', 2009, 'B-'); + insert into takes values('78332', '612', '1', 'Fall', 2007, 'C-'); + insert into takes values('74464', '702', '1', 'Spring', 2001, 'A-'); + insert into takes values('52371', '237', '2', 'Fall', 2009, 'A '); + insert into takes values('9360', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('86344', '571', '1', 'Spring', 2004, 'B+'); + insert into takes values('72669', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('62429', '735', '2', 'Spring', 2010, 'C '); + insert into takes values('26102', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('29803', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('22086', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('88308', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('42092', '270', '1', 'Spring', 2010, 'B-'); + insert into takes values('45720', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('40897', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('61166', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('36657', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('64945', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('37809', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('19220', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('61332', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('71944', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('78314', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('58355', '468', '1', 'Fall', 2005, 'A+'); + insert into takes values('31250', '747', '1', 'Spring', 2004, 'B+'); + insert into takes values('85981', '591', '1', 'Spring', 2005, 'B+'); + insert into takes values('2133', '991', '1', 'Spring', 2008, 'A '); + insert into takes values('83557', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('87054', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('35881', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('8022', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('5617', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('37350', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('26427', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('57135', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('85063', '735', '1', 'Spring', 2003, 'B-'); + insert into takes values('39310', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('95201', '604', '1', 'Spring', 2009, 'C-'); + insert into takes values('47379', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('65144', '960', '1', 'Fall', 2009, 'A-'); + insert into takes values('36494', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('39241', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('37284', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('30161', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('77003', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('20244', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('95225', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('57156', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('30397', '960', '2', 'Fall', 2006, 'B-'); + insert into takes values('66763', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('87651', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('38712', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('4435', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('39552', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('80254', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('36995', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('46442', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('53165', '468', '1', 'Fall', 2005, 'B+'); + insert into takes values('67293', '169', '2', 'Fall', 2002, 'A+'); + insert into takes values('52471', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('32119', '864', '1', 'Spring', 2006, 'B '); + insert into takes values('44206', '852', '1', 'Spring', 2008, 'B '); + insert into takes values('65241', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('54605', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('25940', '461', '1', 'Fall', 2002, 'C '); + insert into takes values('89059', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('44836', '200', '2', 'Fall', 2002, 'C-'); + insert into takes values('32130', '338', '1', 'Spring', 2007, 'C-'); + insert into takes values('5017', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('44352', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('76895', '376', '1', 'Fall', 2006, 'B+'); + insert into takes values('81876', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('75513', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('99647', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('51084', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('83728', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('12563', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('51553', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('88169', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('92332', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('14596', '200', '1', 'Spring', 2007, 'B+'); + insert into takes values('31302', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('14182', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('91978', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('21100', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('52750', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('32130', '242', '1', 'Fall', 2009, 'C+'); + insert into takes values('17057', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('85226', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('38712', '476', '1', 'Fall', 2010, 'B-'); + insert into takes values('53048', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('6729', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('1968', '313', '1', 'Fall', 2010, 'A '); + insert into takes values('38899', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('98690', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('8912', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('44584', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('73186', '626', '1', 'Fall', 2006, 'C-'); + insert into takes values('31476', '927', '1', 'Fall', 2002, 'A-'); + insert into takes values('50013', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('68010', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('46980', '694', '1', 'Fall', 2002, 'C '); + insert into takes values('83691', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('65753', '338', '1', 'Spring', 2007, 'A+'); + insert into takes values('86934', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('39394', '527', '1', 'Fall', 2004, 'B-'); + insert into takes values('99189', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('98690', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('91132', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('65299', '239', '1', 'Fall', 2006, 'B '); + insert into takes values('18675', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('5925', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('52187', '237', '2', 'Fall', 2009, 'B-'); + insert into takes values('88793', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('21766', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('11202', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('85308', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('30161', '760', '1', 'Spring', 2004, 'B '); + insert into takes values('49450', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('29920', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('28316', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('99754', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('25780', '852', '1', 'Spring', 2008, 'C+'); + insert into takes values('52866', '486', '1', 'Fall', 2009, 'B+'); + insert into takes values('9460', '200', '1', 'Spring', 2007, 'A '); + insert into takes values('94173', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('50966', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('62832', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('41988', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('89414', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('92864', '864', '1', 'Spring', 2006, 'B+'); + insert into takes values('19735', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('914', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('70359', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('37734', '893', '1', 'Fall', 2007, 'A '); + insert into takes values('50664', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('37581', '169', '1', 'Spring', 2007, 'C '); + insert into takes values('10454', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('163', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('38548', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('95099', '105', '1', 'Fall', 2009, 'C '); + insert into takes values('77364', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('53152', '679', '1', 'Spring', 2010, 'A+'); + insert into takes values('95205', '959', '1', 'Fall', 2006, 'C '); + insert into takes values('21246', '461', '1', 'Fall', 2002, 'B+'); + insert into takes values('43032', '137', '1', 'Spring', 2002, 'A '); + insert into takes values('66090', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('63449', '793', '1', 'Spring', 2002, 'B-'); + insert into takes values('50267', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('63645', '852', '1', 'Spring', 2008, 'C '); + insert into takes values('33094', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('73492', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('80248', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('5824', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('14668', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('42625', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('50039', '561', '1', 'Fall', 2006, 'B+'); + insert into takes values('18286', '735', '1', 'Spring', 2003, 'B '); + insert into takes values('46436', '274', '1', 'Fall', 2002, 'C+'); + insert into takes values('20378', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('73072', '642', '1', 'Fall', 2004, 'C-'); + insert into takes values('94894', '679', '1', 'Spring', 2010, 'B-'); + insert into takes values('64169', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('32056', '545', '1', 'Fall', 2001, 'A '); + insert into takes values('80057', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('75547', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('10705', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('35293', '527', '1', 'Fall', 2004, 'A-'); + insert into takes values('66229', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('7970', '972', '1', 'Spring', 2009, 'A '); + insert into takes values('78581', '408', '2', 'Spring', 2003, 'B+'); + insert into takes values('74796', '192', '1', 'Fall', 2002, 'B-'); + insert into takes values('56057', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('64914', '468', '1', 'Fall', 2005, 'C-'); + insert into takes values('5824', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('99760', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('63449', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('35721', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('79469', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('37339', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('82301', '304', '1', 'Fall', 2009, 'A+'); + insert into takes values('95029', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('35687', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('99711', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('75423', '974', '1', 'Fall', 2003, 'B-'); + insert into takes values('95850', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('67560', '304', '1', 'Fall', 2009, 'B-'); + insert into takes values('4015', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('75534', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('84792', '415', '1', 'Fall', 2010, 'B '); + insert into takes values('24116', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('59538', '748', '1', 'Fall', 2003, 'A '); + insert into takes values('92776', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('89414', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('94990', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('23934', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('77021', '200', '1', 'Spring', 2007, 'C '); + insert into takes values('62784', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('32056', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('45300', '496', '1', 'Fall', 2001, 'C '); + insert into takes values('95205', '559', '1', 'Fall', 2002, 'A-'); + insert into takes values('23994', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('80247', '795', '1', 'Spring', 2004, 'C+'); + insert into takes values('72643', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('86404', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('22254', '696', '1', 'Spring', 2002, 'C-'); + insert into takes values('61444', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('21101', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('53699', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('5250', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('33401', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('78314', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('65396', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('85366', '258', '1', 'Fall', 2007, 'C+'); + insert into takes values('23344', '735', '2', 'Spring', 2010, 'A+'); + insert into takes values('16480', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('84865', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('28004', '867', '2', 'Fall', 2010, 'C+'); + insert into takes values('57538', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('48778', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('44551', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('78782', '345', '1', 'Spring', 2008, 'A-'); + insert into takes values('59908', '400', '2', 'Fall', 2003, 'A+'); + insert into takes values('52741', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('69628', '875', '1', 'Spring', 2005, 'A-'); + insert into takes values('61414', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('34404', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('85308', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('85849', '493', '1', 'Spring', 2010, 'B+'); + insert into takes values('80799', '927', '1', 'Fall', 2002, 'A '); + insert into takes values('60867', '962', '1', 'Spring', 2008, 'A '); + insert into takes values('95850', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('48009', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('37809', '581', '1', 'Spring', 2005, 'A+'); + insert into takes values('5898', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('7123', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('32369', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('14668', '408', '2', 'Spring', 2003, 'C-'); + insert into takes values('5843', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('82591', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('80799', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('37869', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('69225', '319', '1', 'Spring', 2003, 'A '); + insert into takes values('67371', '802', '1', 'Spring', 2003, 'B+'); + insert into takes values('90372', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('50664', '137', '1', 'Spring', 2002, 'C '); + insert into takes values('14668', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('38013', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('63489', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('10904', '735', '1', 'Spring', 2003, 'A+'); + insert into takes values('87651', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('68396', '867', '2', 'Fall', 2010, 'B+'); + insert into takes values('66090', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('94311', '527', '1', 'Fall', 2004, 'C-'); + insert into takes values('22179', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('13757', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('63039', '362', '1', 'Fall', 2005, 'B+'); + insert into takes values('34569', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('96227', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('95099', '893', '1', 'Fall', 2007, 'B-'); + insert into takes values('43495', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('63612', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('82082', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('65258', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('63288', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('56882', '629', '1', 'Spring', 2003, 'B '); + insert into takes values('91978', '362', '3', 'Spring', 2008, 'A-'); + insert into takes values('83314', '663', '1', 'Spring', 2005, 'B+'); + insert into takes values('44881', '362', '1', 'Fall', 2005, 'A-'); + insert into takes values('15249', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('31079', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('77415', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('61402', '527', '1', 'Fall', 2004, 'A+'); + insert into takes values('32368', '486', '1', 'Fall', 2009, 'C '); + insert into takes values('92839', '349', '1', 'Spring', 2008, 'A-'); + insert into takes values('72165', '415', '1', 'Fall', 2010, 'A-'); + insert into takes values('99399', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('88308', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('88577', '443', '2', 'Spring', 2002, 'B-'); + insert into takes values('41261', '408', '2', 'Spring', 2003, 'C '); + insert into takes values('94535', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('99719', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('10527', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('22198', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('97629', '527', '1', 'Fall', 2004, 'A '); + insert into takes values('81258', '443', '2', 'Spring', 2002, 'C '); + insert into takes values('62636', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('81884', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('76799', '352', '1', 'Spring', 2006, 'A-'); + insert into takes values('64138', '349', '1', 'Spring', 2008, 'C+'); + insert into takes values('10076', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('42625', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('17133', '457', '1', 'Spring', 2001, 'B+'); + insert into takes values('42388', '612', '1', 'Fall', 2007, 'A '); + insert into takes values('20084', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('57135', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('58172', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('78782', '802', '1', 'Spring', 2003, 'C+'); + insert into takes values('65038', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('85981', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('53799', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('52203', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('40481', '612', '1', 'Fall', 2007, 'A-'); + insert into takes values('21246', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('34018', '864', '1', 'Spring', 2006, 'C-'); + insert into takes values('96246', '496', '1', 'Fall', 2001, 'B '); + insert into takes values('5298', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('50598', '158', '1', 'Fall', 2008, 'B '); + insert into takes values('40178', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('20814', '626', '1', 'Fall', 2006, 'C '); + insert into takes values('68280', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('9183', '401', '1', 'Fall', 2003, 'B '); + insert into takes values('53803', '760', '1', 'Spring', 2004, 'B-'); + insert into takes values('4860', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('16035', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('91992', '200', '1', 'Spring', 2007, 'A-'); + insert into takes values('90181', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('86802', '468', '1', 'Fall', 2005, 'B '); + insert into takes values('88472', '843', '1', 'Fall', 2010, 'B-'); + insert into takes values('52385', '415', '1', 'Fall', 2010, 'C+'); + insert into takes values('11682', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('83691', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('53118', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('81031', '843', '1', 'Fall', 2010, 'B '); + insert into takes values('80976', '421', '1', 'Fall', 2004, 'B+'); + insert into takes values('52371', '795', '1', 'Spring', 2004, 'B '); + insert into takes values('96246', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('49450', '239', '1', 'Fall', 2006, 'C '); + insert into takes values('64067', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('5463', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('30650', '408', '1', 'Spring', 2007, 'C-'); + insert into takes values('92693', '352', '1', 'Spring', 2006, 'A '); + insert into takes values('38371', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('93125', '352', '1', 'Spring', 2006, 'B+'); + insert into takes values('24201', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('20084', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('37038', '604', '1', 'Spring', 2009, 'C '); + insert into takes values('75299', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('81984', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('30164', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('94801', '401', '1', 'Fall', 2003, 'C+'); + insert into takes values('65987', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('83444', '793', '1', 'Spring', 2002, 'A '); + insert into takes values('5017', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('41596', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('66753', '791', '1', 'Spring', 2006, 'C-'); + insert into takes values('9993', '791', '1', 'Spring', 2006, 'A-'); + insert into takes values('18675', '468', '1', 'Fall', 2005, 'B-'); + insert into takes values('27919', '421', '1', 'Fall', 2004, 'A-'); + insert into takes values('46655', '158', '2', 'Spring', 2008, 'B+'); + insert into takes values('77364', '991', '1', 'Spring', 2008, 'C-'); + insert into takes values('12683', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('16311', '802', '1', 'Spring', 2003, 'A+'); + insert into takes values('7970', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('5871', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('74464', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('21789', '476', '1', 'Fall', 2010, 'A '); + insert into takes values('72014', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('19245', '760', '1', 'Spring', 2004, 'A-'); + insert into takes values('41741', '962', '1', 'Spring', 2008, 'C+'); + insert into takes values('57083', '735', '2', 'Spring', 2010, 'B-'); + insert into takes values('10814', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('69730', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('32464', '642', '1', 'Fall', 2004, 'B-'); + insert into takes values('68242', '349', '1', 'Spring', 2008, 'C-'); + insert into takes values('77244', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('78756', '808', '1', 'Fall', 2003, 'B '); + insert into takes values('77898', '408', '1', 'Spring', 2007, 'A '); + insert into takes values('5208', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('81175', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('70572', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('18234', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('69241', '631', '1', 'Spring', 2007, 'C+'); + insert into takes values('68242', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('25068', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('68779', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('68010', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('76057', '319', '1', 'Spring', 2003, 'A+'); + insert into takes values('7390', '239', '1', 'Fall', 2006, 'B-'); + insert into takes values('85445', '808', '1', 'Fall', 2003, 'C-'); + insert into takes values('87048', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('38336', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('18636', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('91992', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('858', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('18809', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('82580', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('41751', '603', '1', 'Fall', 2003, 'A-'); + insert into takes values('95320', '345', '1', 'Spring', 2008, 'A+'); + insert into takes values('10204', '696', '1', 'Spring', 2002, 'B-'); + insert into takes values('24796', '791', '1', 'Spring', 2006, 'B+'); + insert into takes values('123', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('10663', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('93039', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('23934', '791', '1', 'Spring', 2006, 'B-'); + insert into takes values('69850', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('39521', '559', '1', 'Fall', 2002, 'C+'); + insert into takes values('73602', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('94535', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('85849', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('92040', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('66269', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('81876', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('42114', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('48901', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('5617', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('85308', '960', '2', 'Fall', 2006, 'C '); + insert into takes values('86552', '692', '1', 'Spring', 2010, 'A-'); + insert into takes values('64192', '445', '1', 'Spring', 2001, 'C '); + insert into takes values('44985', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('93571', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('86651', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('14182', '476', '1', 'Fall', 2010, 'C+'); + insert into takes values('46769', '704', '1', 'Spring', 2008, 'B-'); + insert into takes values('81028', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('9953', '735', '2', 'Spring', 2010, 'A '); + insert into takes values('2201', '461', '1', 'Fall', 2002, 'B '); + insert into takes values('56058', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('12683', '445', '1', 'Spring', 2001, 'C+'); + insert into takes values('56089', '496', '1', 'Fall', 2001, 'B+'); + insert into takes values('56212', '867', '2', 'Fall', 2010, 'A+'); + insert into takes values('99268', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('88887', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('32886', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('99271', '338', '2', 'Spring', 2006, 'A-'); + insert into takes values('63582', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('66229', '791', '1', 'Spring', 2006, 'C+'); + insert into takes values('64724', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('5414', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('24442', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('71944', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('33107', '852', '1', 'Spring', 2008, 'B-'); + insert into takes values('59920', '960', '2', 'Fall', 2006, 'A '); + insert into takes values('59046', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('93061', '362', '3', 'Spring', 2008, 'C-'); + insert into takes values('53118', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('62705', '927', '1', 'Fall', 2002, 'C-'); + insert into takes values('95205', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('85226', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('97065', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('35687', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('107', '366', '1', 'Fall', 2005, 'B-'); + insert into takes values('54612', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('27044', '443', '2', 'Spring', 2002, 'A-'); + insert into takes values('61854', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('72358', '631', '1', 'Spring', 2007, 'C '); + insert into takes values('95953', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('28252', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('14563', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('90009', '867', '1', 'Fall', 2006, 'B+'); + insert into takes values('2139', '158', '2', 'Spring', 2008, 'B '); + insert into takes values('30845', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('35362', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('33645', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('85754', '760', '1', 'Spring', 2004, 'A '); + insert into takes values('95027', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('22620', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('87651', '962', '1', 'Spring', 2008, 'B '); + insert into takes values('62705', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('87439', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('23475', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('59117', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('12069', '663', '1', 'Spring', 2005, 'A '); + insert into takes values('44271', '692', '1', 'Spring', 2010, 'C+'); + insert into takes values('51238', '105', '1', 'Fall', 2009, 'B '); + insert into takes values('34422', '545', '1', 'Fall', 2001, 'C '); + insert into takes values('10033', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('86806', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('19293', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('49280', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('9360', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('40677', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('22260', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('8517', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('74163', '105', '1', 'Fall', 2009, 'A+'); + insert into takes values('79892', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('12711', '400', '1', 'Spring', 2007, 'C-'); + insert into takes values('78143', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('97400', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('37101', '362', '1', 'Fall', 2005, 'C+'); + insert into takes values('67514', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('43432', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('74473', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('26730', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('8912', '408', '1', 'Spring', 2007, 'A-'); + insert into takes values('46450', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('21394', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('90353', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('77664', '304', '1', 'Fall', 2009, 'A '); + insert into takes values('85981', '338', '1', 'Spring', 2007, 'B+'); + insert into takes values('31554', '694', '1', 'Fall', 2002, 'A-'); + insert into takes values('81294', '867', '1', 'Fall', 2006, 'B '); + insert into takes values('59539', '559', '1', 'Fall', 2002, 'C '); + insert into takes values('13365', '239', '1', 'Fall', 2006, 'B+'); + insert into takes values('82687', '304', '1', 'Fall', 2009, 'C-'); + insert into takes values('70395', '612', '1', 'Fall', 2007, 'A+'); + insert into takes values('15024', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('82868', '962', '1', 'Spring', 2008, 'B+'); + insert into takes values('99399', '366', '1', 'Fall', 2005, 'B '); + insert into takes values('92849', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('63489', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('57238', '864', '1', 'Spring', 2006, 'A-'); + insert into takes values('72528', '421', '1', 'Fall', 2004, 'C-'); + insert into takes values('62705', '808', '1', 'Fall', 2003, 'C '); + insert into takes values('28352', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('40371', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('32772', '137', '1', 'Spring', 2002, 'C-'); + insert into takes values('43032', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('93043', '603', '1', 'Fall', 2003, 'C '); + insert into takes values('96206', '702', '1', 'Spring', 2001, 'C-'); + insert into takes values('77003', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('41938', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('13757', '581', '1', 'Spring', 2005, 'C-'); + insert into takes values('10033', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('67222', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('99754', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('90082', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('2201', '545', '1', 'Fall', 2001, 'B '); + insert into takes values('37734', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('97658', '274', '1', 'Fall', 2002, 'B '); + insert into takes values('56299', '808', '1', 'Fall', 2003, 'C+'); + insert into takes values('72521', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('51238', '561', '1', 'Fall', 2006, 'A '); + insert into takes values('77588', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('99451', '476', '1', 'Fall', 2010, 'C '); + insert into takes values('78434', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('74911', '663', '1', 'Spring', 2005, 'B '); + insert into takes values('70235', '461', '1', 'Fall', 2002, 'C-'); + insert into takes values('41832', '802', '1', 'Spring', 2003, 'C-'); + insert into takes values('42114', '313', '1', 'Fall', 2010, 'C-'); + insert into takes values('57456', '631', '1', 'Spring', 2007, 'C-'); + insert into takes values('64297', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('78572', '852', '1', 'Spring', 2008, 'A '); + insert into takes values('51553', '334', '1', 'Fall', 2009, 'C '); + insert into takes values('80057', '793', '1', 'Spring', 2002, 'A+'); + insert into takes values('36402', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('53788', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('1087', '864', '1', 'Spring', 2006, 'A '); + insert into takes values('35198', '663', '1', 'Spring', 2005, 'B-'); + insert into takes values('59172', '192', '1', 'Fall', 2002, 'B '); + insert into takes values('73213', '974', '1', 'Fall', 2003, 'A-'); + insert into takes values('77580', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('10834', '489', '1', 'Fall', 2007, 'B-'); + insert into takes values('81294', '443', '1', 'Spring', 2010, 'C '); + insert into takes values('2133', '105', '2', 'Fall', 2002, 'C '); + insert into takes values('2201', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('96772', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('19293', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('24796', '559', '1', 'Fall', 2002, 'A+'); + insert into takes values('75596', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('12971', '875', '1', 'Spring', 2005, 'A+'); + insert into takes values('39612', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('61166', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('22258', '158', '2', 'Spring', 2008, 'C+'); + insert into takes values('76049', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('33651', '949', '1', 'Fall', 2007, 'B-'); + insert into takes values('46337', '443', '1', 'Spring', 2010, 'C+'); + insert into takes values('47126', '362', '2', 'Fall', 2006, 'C+'); + insert into takes values('10556', '603', '1', 'Fall', 2003, 'A '); + insert into takes values('88472', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('15538', '959', '1', 'Fall', 2006, 'C-'); + insert into takes values('2419', '591', '1', 'Spring', 2005, 'B-'); + insert into takes values('31560', '457', '1', 'Spring', 2001, 'A+'); + insert into takes values('53699', '571', '1', 'Spring', 2004, 'C-'); + insert into takes values('88287', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('29959', '704', '1', 'Spring', 2008, 'C-'); + insert into takes values('27950', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('4173', '489', '1', 'Fall', 2007, 'A+'); + insert into takes values('16347', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('69222', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('92965', '702', '1', 'Spring', 2001, 'B '); + insert into takes values('56003', '793', '1', 'Spring', 2002, 'C-'); + insert into takes values('36384', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('38902', '893', '1', 'Fall', 2007, 'B '); + insert into takes values('90009', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('83002', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('16311', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('53165', '421', '1', 'Fall', 2004, 'B '); + insert into takes values('41299', '400', '1', 'Spring', 2007, 'B+'); + insert into takes values('645', '991', '1', 'Spring', 2008, 'C '); + insert into takes values('2561', '694', '1', 'Fall', 2002, 'C-'); + insert into takes values('33338', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('96206', '696', '1', 'Spring', 2002, 'C '); + insert into takes values('20489', '408', '1', 'Spring', 2007, 'B-'); + insert into takes values('83003', '760', '1', 'Spring', 2004, 'B+'); + insert into takes values('78552', '960', '2', 'Fall', 2006, 'C+'); + insert into takes values('28128', '795', '1', 'Spring', 2004, 'B+'); + insert into takes values('46725', '169', '2', 'Fall', 2002, 'A '); + insert into takes values('1836', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('41683', '366', '1', 'Fall', 2005, 'A-'); + insert into takes values('75772', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('58935', '972', '1', 'Spring', 2009, 'C '); + insert into takes values('39204', '426', '1', 'Spring', 2006, 'B+'); + insert into takes values('19321', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('91197', '137', '1', 'Spring', 2002, 'B '); + insert into takes values('87193', '875', '1', 'Spring', 2005, 'C '); + insert into takes values('30182', '445', '1', 'Spring', 2001, 'C-'); + insert into takes values('41973', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('85904', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('89196', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('29435', '959', '1', 'Fall', 2006, 'C+'); + insert into takes values('2286', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('78143', '242', '1', 'Fall', 2009, 'B-'); + insert into takes values('82066', '239', '1', 'Fall', 2006, 'C+'); + insert into takes values('58307', '468', '1', 'Fall', 2005, 'C '); + insert into takes values('29849', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('42556', '352', '1', 'Spring', 2006, 'A+'); + insert into takes values('68248', '875', '1', 'Spring', 2005, 'B+'); + insert into takes values('13211', '158', '2', 'Spring', 2008, 'C '); + insert into takes values('57538', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('5898', '461', '1', 'Fall', 2002, 'A+'); + insert into takes values('50365', '362', '3', 'Spring', 2008, 'A+'); + insert into takes values('67542', '493', '1', 'Spring', 2010, 'C+'); + insert into takes values('14484', '626', '1', 'Fall', 2006, 'B+'); + insert into takes values('17207', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('22396', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('99250', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('80976', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('19862', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('11095', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('24932', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('11152', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('43981', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('3651', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('91569', '137', '1', 'Spring', 2002, 'B+'); + insert into takes values('47487', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('51093', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('11057', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('87831', '400', '2', 'Fall', 2003, 'C-'); + insert into takes values('61166', '496', '1', 'Fall', 2001, 'A '); + insert into takes values('41599', '349', '1', 'Spring', 2008, 'A+'); + insert into takes values('77234', '426', '1', 'Spring', 2006, 'C+'); + insert into takes values('29803', '559', '1', 'Fall', 2002, 'C-'); + insert into takes values('37350', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('86736', '612', '1', 'Fall', 2007, 'B '); + insert into takes values('48611', '626', '1', 'Fall', 2006, 'A+'); + insert into takes values('40303', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('85211', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('3651', '237', '2', 'Fall', 2009, 'C+'); + insert into takes values('90372', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('35905', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('11453', '334', '1', 'Fall', 2009, 'A-'); + insert into takes values('93491', '304', '1', 'Fall', 2009, 'B '); + insert into takes values('10556', '105', '1', 'Fall', 2009, 'B+'); + insert into takes values('58935', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('75046', '974', '1', 'Fall', 2003, 'C+'); + insert into takes values('59290', '960', '1', 'Fall', 2009, 'C '); + insert into takes values('56499', '663', '1', 'Spring', 2005, 'A+'); + insert into takes values('40178', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('37350', '415', '1', 'Fall', 2010, 'A+'); + insert into takes values('28538', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('66356', '400', '2', 'Fall', 2003, 'C+'); + insert into takes values('47487', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('20814', '401', '1', 'Fall', 2003, 'A '); + insert into takes values('75510', '704', '1', 'Spring', 2008, 'C+'); + insert into takes values('44352', '376', '1', 'Fall', 2006, 'C '); + insert into takes values('22050', '843', '1', 'Fall', 2010, 'A+'); + insert into takes values('20985', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('35905', '349', '1', 'Spring', 2008, 'C '); + insert into takes values('58170', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('5898', '581', '1', 'Spring', 2005, 'C '); + insert into takes values('67583', '561', '1', 'Fall', 2006, 'C+'); + insert into takes values('29192', '319', '1', 'Spring', 2003, 'B+'); + insert into takes values('6673', '642', '1', 'Fall', 2004, 'A '); + insert into takes values('11083', '960', '1', 'Fall', 2009, 'C+'); + insert into takes values('463', '401', '1', 'Fall', 2003, 'C-'); + insert into takes values('66753', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('57055', '843', '1', 'Fall', 2010, 'A-'); + insert into takes values('20974', '493', '1', 'Spring', 2010, 'A-'); + insert into takes values('39310', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('31820', '960', '1', 'Fall', 2009, 'B '); + insert into takes values('81031', '599', '1', 'Spring', 2003, 'B+'); + insert into takes values('23224', '949', '1', 'Fall', 2007, 'B+'); + insert into takes values('43989', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('898', '581', '1', 'Spring', 2005, 'B+'); + insert into takes values('32881', '304', '1', 'Fall', 2009, 'C+'); + insert into takes values('64938', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('53490', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('73268', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('16467', '200', '1', 'Spring', 2007, 'B '); + insert into takes values('99073', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('76049', '319', '1', 'Spring', 2003, 'B-'); + insert into takes values('37818', '169', '1', 'Spring', 2007, 'B+'); + insert into takes values('75116', '760', '1', 'Spring', 2004, 'C '); + insert into takes values('27952', '200', '1', 'Spring', 2007, 'A+'); + insert into takes values('88887', '604', '1', 'Spring', 2009, 'A '); + insert into takes values('58594', '843', '1', 'Fall', 2010, 'C '); + insert into takes values('3005', '200', '2', 'Fall', 2002, 'C+'); + insert into takes values('62429', '760', '1', 'Spring', 2004, 'C+'); + insert into takes values('50267', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('32464', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('35042', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('47670', '334', '1', 'Fall', 2009, 'C+'); + insert into takes values('30845', '352', '1', 'Spring', 2006, 'B '); + insert into takes values('85981', '748', '1', 'Fall', 2003, 'C-'); + insert into takes values('54296', '158', '1', 'Fall', 2008, 'C '); + insert into takes values('84189', '401', '1', 'Fall', 2003, 'A+'); + insert into takes values('85754', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('34236', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('81028', '192', '1', 'Fall', 2002, 'C+'); + insert into takes values('10454', '334', '1', 'Fall', 2009, 'B-'); + insert into takes values('10076', '105', '1', 'Fall', 2009, 'C-'); + insert into takes values('22620', '496', '1', 'Fall', 2001, 'B-'); + insert into takes values('18808', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('30164', '415', '1', 'Fall', 2010, 'C-'); + insert into takes values('45570', '960', '1', 'Fall', 2009, 'B-'); + insert into takes values('49813', '258', '1', 'Fall', 2007, 'C '); + insert into takes values('59046', '626', '1', 'Fall', 2006, 'A '); + insert into takes values('20002', '192', '1', 'Fall', 2002, 'A '); + insert into takes values('52019', '808', '1', 'Fall', 2003, 'A '); + insert into takes values('89104', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('51579', '237', '1', 'Spring', 2008, 'A+'); + insert into takes values('23794', '443', '1', 'Spring', 2010, 'A+'); + insert into takes values('96615', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('70098', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('97868', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('18286', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('19766', '461', '1', 'Fall', 2002, 'C+'); + insert into takes values('99226', '493', '1', 'Spring', 2010, 'C-'); + insert into takes values('99780', '169', '2', 'Fall', 2002, 'C-'); + insert into takes values('17076', '362', '1', 'Fall', 2005, 'B-'); + insert into takes values('26619', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('2501', '468', '2', 'Fall', 2007, 'B-'); + insert into takes values('13880', '426', '1', 'Spring', 2006, 'C-'); + insert into takes values('2501', '400', '1', 'Spring', 2007, 'A '); + insert into takes values('33817', '960', '1', 'Fall', 2009, 'A '); + insert into takes values('85614', '559', '1', 'Fall', 2002, 'B+'); + insert into takes values('51538', '345', '1', 'Spring', 2008, 'C '); + insert into takes values('75938', '169', '1', 'Spring', 2007, 'A+'); + insert into takes values('37219', '795', '1', 'Spring', 2004, 'B-'); + insert into takes values('73542', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('27727', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('10269', '421', '1', 'Fall', 2004, 'B-'); + insert into takes values('13217', '443', '1', 'Spring', 2010, 'A '); + insert into takes values('45494', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('44271', '105', '1', 'Fall', 2009, 'C+'); + insert into takes values('64138', '748', '1', 'Fall', 2003, 'B '); + insert into takes values('39114', '237', '1', 'Spring', 2008, 'C-'); + insert into takes values('19582', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('72521', '461', '1', 'Fall', 2002, 'A-'); + insert into takes values('78572', '169', '1', 'Spring', 2007, 'A '); + insert into takes values('46155', '338', '1', 'Spring', 2007, 'C+'); + insert into takes values('80420', '893', '1', 'Fall', 2007, 'C+'); + insert into takes values('43130', '237', '1', 'Spring', 2008, 'B-'); + insert into takes values('65681', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('49073', '949', '1', 'Fall', 2007, 'A '); + insert into takes values('71543', '960', '2', 'Fall', 2006, 'B '); + insert into takes values('83039', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('62054', '561', '1', 'Fall', 2006, 'C-'); + insert into takes values('1827', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('33817', '581', '1', 'Spring', 2005, 'A-'); + insert into takes values('16885', '426', '1', 'Spring', 2006, 'C '); + insert into takes values('898', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('87784', '959', '1', 'Fall', 2006, 'A+'); + insert into takes values('21789', '468', '1', 'Fall', 2005, 'A '); + insert into takes values('21556', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('69758', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('7490', '795', '1', 'Spring', 2004, 'A-'); + insert into takes values('49339', '493', '1', 'Spring', 2010, 'A '); + insert into takes values('76250', '258', '1', 'Fall', 2007, 'A+'); + insert into takes values('92949', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('69122', '571', '1', 'Spring', 2004, 'A-'); + insert into takes values('1968', '631', '1', 'Spring', 2007, 'A-'); + insert into takes values('64259', '304', '1', 'Fall', 2009, 'A-'); + insert into takes values('82970', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('463', '843', '1', 'Fall', 2010, 'A '); + insert into takes values('75273', '408', '1', 'Spring', 2007, 'C '); + insert into takes values('59539', '696', '1', 'Spring', 2002, 'C+'); + insert into takes values('87651', '338', '2', 'Spring', 2006, 'A+'); + insert into takes values('73387', '974', '1', 'Fall', 2003, 'A '); + insert into takes values('55857', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('74639', '408', '1', 'Spring', 2007, 'B '); + insert into takes values('92849', '642', '1', 'Fall', 2004, 'C '); + insert into takes values('29192', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('61081', '200', '2', 'Fall', 2002, 'C '); + insert into takes values('95089', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('59172', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('15883', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('81031', '362', '1', 'Fall', 2005, 'C-'); + insert into takes values('46066', '400', '1', 'Spring', 2007, 'B-'); + insert into takes values('7490', '663', '1', 'Spring', 2005, 'C '); + insert into takes values('46442', '626', '1', 'Fall', 2006, 'B-'); + insert into takes values('13495', '867', '2', 'Fall', 2010, 'A '); + insert into takes values('4582', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('38555', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('27140', '158', '2', 'Spring', 2008, 'B-'); + insert into takes values('83002', '629', '1', 'Spring', 2003, 'A '); + insert into takes values('91442', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('41675', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('96911', '426', '1', 'Spring', 2006, 'A-'); + insert into takes values('19848', '704', '1', 'Spring', 2008, 'B '); + insert into takes values('41683', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('57242', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('11441', '629', '1', 'Spring', 2003, 'A+'); + insert into takes values('1232', '349', '1', 'Spring', 2008, 'B+'); + insert into takes values('81550', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('73186', '137', '1', 'Spring', 2002, 'C+'); + insert into takes values('18775', '400', '1', 'Spring', 2007, 'B '); + insert into takes values('94535', '415', '1', 'Fall', 2010, 'C '); + insert into takes values('14554', '893', '1', 'Fall', 2007, 'B+'); + insert into takes values('34404', '366', '1', 'Fall', 2005, 'A '); + insert into takes values('20244', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('14432', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('84654', '603', '1', 'Fall', 2003, 'A+'); + insert into takes values('69730', '496', '1', 'Fall', 2001, 'C+'); + insert into takes values('87054', '702', '1', 'Spring', 2001, 'B+'); + insert into takes values('27430', '362', '1', 'Fall', 2005, 'A '); + insert into takes values('76169', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('22268', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('87193', '702', '1', 'Spring', 2001, 'B-'); + insert into takes values('31250', '696', '1', 'Spring', 2002, 'B+'); + insert into takes values('79589', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('28977', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('57962', '974', '1', 'Fall', 2003, 'A+'); + insert into takes values('23994', '795', '1', 'Spring', 2004, 'C-'); + insert into takes values('57083', '200', '2', 'Fall', 2002, 'A '); + insert into takes values('31364', '169', '2', 'Fall', 2002, 'C '); + insert into takes values('78581', '864', '1', 'Spring', 2006, 'B-'); + insert into takes values('64550', '603', '1', 'Fall', 2003, 'C+'); + insert into takes values('64401', '629', '1', 'Spring', 2003, 'A-'); + insert into takes values('94324', '400', '1', 'Spring', 2007, 'C '); + insert into takes values('81789', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('42092', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('69081', '559', '1', 'Fall', 2002, 'A '); + insert into takes values('78469', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('36126', '571', '1', 'Spring', 2004, 'B '); + insert into takes values('40080', '972', '1', 'Spring', 2009, 'A-'); + insert into takes values('32772', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('57431', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('67293', '735', '2', 'Spring', 2010, 'A-'); + insert into takes values('97228', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('29002', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('99730', '802', '1', 'Spring', 2003, 'C '); + insert into takes values('69679', '599', '1', 'Spring', 2003, 'B '); + insert into takes values('99710', '949', '1', 'Fall', 2007, 'B '); + insert into takes values('9256', '105', '2', 'Fall', 2002, 'B-'); + insert into takes values('34404', '376', '1', 'Fall', 2006, 'A+'); + insert into takes values('73542', '875', '1', 'Spring', 2005, 'A '); + insert into takes values('79911', '445', '1', 'Spring', 2001, 'B '); + insert into takes values('51955', '496', '1', 'Fall', 2001, 'A+'); + insert into takes values('88472', '581', '1', 'Spring', 2005, 'B-'); + insert into takes values('75299', '991', '1', 'Spring', 2008, 'B+'); + insert into takes values('62705', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('48778', '362', '3', 'Spring', 2008, 'B-'); + insert into takes values('79502', '482', '1', 'Fall', 2005, 'B+'); + insert into takes values('17507', '258', '1', 'Fall', 2007, 'A '); + insert into takes values('18636', '692', '1', 'Spring', 2010, 'B '); + insert into takes values('52385', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('98056', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('3163', '400', '1', 'Spring', 2007, 'A-'); + insert into takes values('19766', '791', '1', 'Spring', 2006, 'B '); + insert into takes values('23110', '793', '1', 'Spring', 2002, 'B '); + insert into takes values('89000', '366', '1', 'Fall', 2005, 'C-'); + insert into takes values('36244', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('28977', '274', '1', 'Fall', 2002, 'C '); + insert into takes values('19603', '692', '1', 'Spring', 2010, 'C-'); + insert into takes values('914', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('35498', '599', '1', 'Spring', 2003, 'C-'); + insert into takes values('64138', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('85505', '581', '1', 'Spring', 2005, 'B '); + insert into takes values('65101', '468', '2', 'Fall', 2007, 'B '); + insert into takes values('31761', '366', '1', 'Fall', 2005, 'B+'); + insert into takes values('83170', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('898', '443', '1', 'Spring', 2010, 'C-'); + insert into takes values('29920', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('56941', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('81984', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('97042', '443', '2', 'Spring', 2002, 'C-'); + insert into takes values('27804', '137', '1', 'Spring', 2002, 'B-'); + insert into takes values('30021', '679', '1', 'Spring', 2010, 'B '); + insert into takes values('68150', '747', '1', 'Spring', 2004, 'C-'); + insert into takes values('89000', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('70299', '237', '2', 'Fall', 2009, 'C-'); + insert into takes values('94801', '791', '1', 'Spring', 2006, 'C '); + insert into takes values('43854', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('95626', '338', '2', 'Spring', 2006, 'B+'); + insert into takes values('30858', '338', '2', 'Spring', 2006, 'C '); + insert into takes values('17207', '237', '1', 'Spring', 2008, 'B+'); + insert into takes values('26695', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('13753', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('20084', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('75878', '802', '1', 'Spring', 2003, 'A-'); + insert into takes values('25068', '338', '2', 'Spring', 2006, 'C-'); + insert into takes values('22258', '843', '1', 'Fall', 2010, 'C-'); + insert into takes values('53588', '949', '1', 'Fall', 2007, 'A+'); + insert into takes values('66212', '400', '1', 'Spring', 2007, 'C+'); + insert into takes values('36494', '696', '1', 'Spring', 2002, 'A '); + insert into takes values('20489', '599', '1', 'Spring', 2003, 'C+'); + insert into takes values('24387', '468', '2', 'Fall', 2007, 'C-'); + insert into takes values('46442', '747', '1', 'Spring', 2004, 'B '); + insert into takes values('31137', '642', '1', 'Fall', 2004, 'B '); + insert into takes values('2177', '493', '1', 'Spring', 2010, 'C '); + insert into takes values('99369', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('66269', '867', '1', 'Fall', 2006, 'A-'); + insert into takes values('6367', '949', '1', 'Fall', 2007, 'C-'); + insert into takes values('22254', '426', '1', 'Spring', 2006, 'B-'); + insert into takes values('64550', '334', '1', 'Fall', 2009, 'A+'); + insert into takes values('45680', '599', '1', 'Spring', 2003, 'A+'); + insert into takes values('7020', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('1460', '949', '1', 'Fall', 2007, 'C '); + insert into takes values('78116', '581', '1', 'Spring', 2005, 'C+'); + insert into takes values('61444', '192', '1', 'Fall', 2002, 'A+'); + insert into takes values('15024', '237', '2', 'Fall', 2009, 'B+'); + insert into takes values('51678', '893', '1', 'Fall', 2007, 'A+'); + insert into takes values('32483', '408', '1', 'Spring', 2007, 'A+'); + insert into takes values('60406', '270', '1', 'Spring', 2010, 'A-'); + insert into takes values('26080', '445', '1', 'Spring', 2001, 'B-'); + insert into takes values('68720', '362', '3', 'Spring', 2008, 'C '); + insert into takes values('85809', '599', '1', 'Spring', 2003, 'A '); + insert into takes values('77289', '493', '1', 'Spring', 2010, 'B '); + insert into takes values('83214', '591', '1', 'Spring', 2005, 'A+'); + insert into takes values('81610', '694', '1', 'Fall', 2002, 'B+'); + insert into takes values('77415', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('85746', '408', '2', 'Spring', 2003, 'B-'); + insert into takes values('95046', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('15726', '334', '1', 'Fall', 2009, 'A '); + insert into takes values('6990', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('39204', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('70452', '313', '1', 'Fall', 2010, 'A+'); + insert into takes values('73602', '482', '1', 'Fall', 2005, 'B '); + insert into takes values('75395', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('9933', '362', '3', 'Spring', 2008, 'A '); + insert into takes values('80990', '843', '1', 'Fall', 2010, 'B+'); + insert into takes values('1727', '852', '1', 'Spring', 2008, 'B+'); + insert into takes values('26695', '927', '1', 'Fall', 2002, 'C+'); + insert into takes values('84845', '747', '1', 'Spring', 2004, 'A '); + insert into takes values('64192', '258', '1', 'Fall', 2007, 'B-'); + insert into takes values('97953', '489', '1', 'Fall', 2007, 'A '); + insert into takes values('42388', '747', '1', 'Spring', 2004, 'A+'); + insert into takes values('63502', '591', '1', 'Spring', 2005, 'C '); + insert into takes values('23270', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('15283', '927', '1', 'Fall', 2002, 'B-'); + insert into takes values('63645', '426', '1', 'Spring', 2006, 'A '); + insert into takes values('89051', '408', '2', 'Spring', 2003, 'A '); + insert into takes values('89414', '482', '1', 'Fall', 2005, 'C '); + insert into takes values('30943', '629', '1', 'Spring', 2003, 'B-'); + insert into takes values('63645', '345', '1', 'Spring', 2008, 'A '); + insert into takes values('86753', '362', '2', 'Fall', 2006, 'B+'); + insert into takes values('40738', '105', '2', 'Fall', 2002, 'A+'); + insert into takes values('26473', '612', '1', 'Fall', 2007, 'C '); + insert into takes values('69732', '735', '1', 'Spring', 2003, 'A-'); + insert into takes values('50966', '468', '2', 'Fall', 2007, 'C '); + insert into takes values('73328', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('85063', '345', '1', 'Spring', 2008, 'C-'); + insert into takes values('11578', '959', '1', 'Fall', 2006, 'A-'); + insert into takes values('49684', '747', '1', 'Spring', 2004, 'C+'); + insert into takes values('66259', '319', '1', 'Spring', 2003, 'A-'); + insert into takes values('84808', '158', '1', 'Fall', 2008, 'C+'); + insert into takes values('49759', '489', '1', 'Fall', 2007, 'B '); + insert into takes values('31101', '692', '1', 'Spring', 2010, 'B-'); + insert into takes values('40303', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('11195', '960', '2', 'Fall', 2006, 'A-'); + insert into takes values('29091', '158', '1', 'Fall', 2008, 'B+'); + insert into takes values('51997', '200', '2', 'Fall', 2002, 'B '); + insert into takes values('336', '443', '1', 'Spring', 2010, 'B '); + insert into takes values('21225', '704', '1', 'Spring', 2008, 'B+'); + insert into takes values('40992', '457', '1', 'Spring', 2001, 'C '); + insert into takes values('15980', '591', '1', 'Spring', 2005, 'C-'); + insert into takes values('23392', '991', '1', 'Spring', 2008, 'A+'); + insert into takes values('57026', '486', '1', 'Fall', 2009, 'A-'); + insert into takes values('38336', '852', '1', 'Spring', 2008, 'C-'); + insert into takes values('95366', '457', '1', 'Spring', 2001, 'B '); + insert into takes values('58355', '793', '1', 'Spring', 2002, 'C '); + insert into takes values('76672', '352', '1', 'Spring', 2006, 'B-'); + insert into takes values('99226', '258', '1', 'Fall', 2007, 'C-'); + insert into takes values('55915', '875', '1', 'Spring', 2005, 'C-'); + insert into takes values('50414', '486', '1', 'Fall', 2009, 'C-'); + insert into takes values('80047', '401', '1', 'Fall', 2003, 'B-'); + insert into takes values('53172', '362', '2', 'Fall', 2006, 'A+'); + insert into takes values('29920', '489', '1', 'Fall', 2007, 'C+'); + insert into takes values('15086', '242', '1', 'Fall', 2009, 'C-'); + insert into takes values('34502', '875', '1', 'Spring', 2005, 'B-'); + insert into takes values('20489', '974', '1', 'Fall', 2003, 'C '); + insert into takes values('1884', '345', '1', 'Spring', 2008, 'C+'); + insert into takes values('7602', '663', '1', 'Spring', 2005, 'A-'); + insert into takes values('73186', '400', '2', 'Fall', 2003, 'B '); + insert into takes values('18808', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('61783', '362', '3', 'Spring', 2008, 'C+'); + insert into takes values('23506', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('64196', '443', '2', 'Spring', 2002, 'A '); + insert into takes values('53152', '629', '1', 'Spring', 2003, 'C-'); + insert into takes values('11530', '603', '1', 'Fall', 2003, 'B-'); + insert into takes values('23110', '237', '1', 'Spring', 2008, 'A-'); + insert into takes values('83136', '338', '2', 'Spring', 2006, 'B-'); + insert into takes values('15517', '274', '1', 'Fall', 2002, 'B+'); + insert into takes values('88308', '893', '1', 'Fall', 2007, 'C-'); + insert into takes values('69122', '747', '1', 'Spring', 2004, 'A-'); + insert into takes values('20002', '352', '1', 'Spring', 2006, 'C+'); + insert into takes values('31554', '169', '2', 'Fall', 2002, 'C+'); + insert into takes values('82083', '445', '1', 'Spring', 2001, 'A+'); + insert into takes values('75547', '527', '1', 'Fall', 2004, 'B '); + insert into takes values('72055', '366', '1', 'Fall', 2005, 'C+'); + insert into takes values('16593', '270', '1', 'Spring', 2010, 'A+'); + insert into takes values('57456', '561', '1', 'Fall', 2006, 'B-'); + insert into takes values('39892', '489', '1', 'Fall', 2007, 'A-'); + insert into takes values('81150', '408', '2', 'Spring', 2003, 'B '); + insert into takes values('85754', '875', '1', 'Spring', 2005, 'C+'); + insert into takes values('49214', '795', '1', 'Spring', 2004, 'A+'); + insert into takes values('65753', '748', '1', 'Fall', 2003, 'A+'); + insert into takes values('84239', '959', '1', 'Fall', 2006, 'B-'); + insert into takes values('17397', '270', '1', 'Spring', 2010, 'C+'); + insert into takes values('81396', '489', '1', 'Fall', 2007, 'C-'); + insert into takes values('86661', '105', '1', 'Fall', 2009, 'A '); + insert into takes values('31337', '735', '1', 'Spring', 2003, 'C-'); + insert into takes values('95631', '362', '3', 'Spring', 2008, 'B+'); + insert into takes values('83696', '612', '1', 'Fall', 2007, 'B-'); + insert into takes values('5898', '443', '2', 'Spring', 2002, 'B+'); + insert into takes values('4182', '468', '1', 'Fall', 2005, 'C+'); + insert into takes values('21101', '702', '1', 'Spring', 2001, 'C '); + insert into takes values('85746', '867', '2', 'Fall', 2010, 'A-'); + insert into takes values('50331', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('40371', '345', '1', 'Spring', 2008, 'B '); + insert into takes values('48165', '239', '1', 'Fall', 2006, 'A+'); + insert into takes values('64934', '270', '1', 'Spring', 2010, 'C '); + insert into takes values('3487', '629', '1', 'Spring', 2003, 'C+'); + insert into takes values('18636', '795', '1', 'Spring', 2004, 'C '); + insert into takes values('13211', '242', '1', 'Fall', 2009, 'B+'); + insert into takes values('99977', '867', '1', 'Fall', 2006, 'A+'); + insert into takes values('7043', '679', '1', 'Spring', 2010, 'C-'); + insert into takes values('61003', '802', '1', 'Spring', 2003, 'B-'); + insert into takes values('96206', '200', '1', 'Spring', 2007, 'B-'); + insert into takes values('94814', '493', '1', 'Spring', 2010, 'B-'); + insert into takes values('89104', '242', '1', 'Fall', 2009, 'A-'); + insert into takes values('16885', '415', '1', 'Fall', 2010, 'A '); + insert into takes values('8957', '603', '1', 'Fall', 2003, 'B '); + insert into takes values('40276', '893', '1', 'Fall', 2007, 'C '); + insert into takes values('41774', '696', '1', 'Spring', 2002, 'A+'); + insert into takes values('66484', '747', '1', 'Spring', 2004, 'C '); + insert into takes values('45300', '237', '1', 'Spring', 2008, 'B '); + insert into takes values('97629', '735', '2', 'Spring', 2010, 'C-'); + insert into takes values('71631', '604', '1', 'Spring', 2009, 'A-'); + insert into takes values('23224', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('38121', '867', '2', 'Fall', 2010, 'C-'); + insert into takes values('11201', '476', '1', 'Fall', 2010, 'C-'); + insert into takes values('63502', '867', '1', 'Fall', 2006, 'C-'); + insert into takes values('30845', '735', '2', 'Spring', 2010, 'C+'); + insert into takes values('71631', '581', '1', 'Spring', 2005, 'A '); + insert into takes values('31820', '237', '2', 'Fall', 2009, 'A+'); + insert into takes values('62124', '927', '1', 'Fall', 2002, 'B '); + insert into takes values('94569', '362', '2', 'Fall', 2006, 'A-'); + insert into takes values('41890', '571', '1', 'Spring', 2004, 'A '); + insert into takes values('97590', '867', '1', 'Fall', 2006, 'B-'); + insert into takes values('99226', '237', '2', 'Fall', 2009, 'B '); + insert into takes values('94535', '679', '1', 'Spring', 2010, 'A '); + insert into takes values('52876', '169', '2', 'Fall', 2002, 'A-'); + insert into takes values('71631', '200', '2', 'Fall', 2002, 'A-'); + insert into takes values('16347', '629', '1', 'Spring', 2003, 'B+'); + insert into takes values('77130', '591', '1', 'Spring', 2005, 'C+'); + insert into takes values('53490', '334', '1', 'Fall', 2009, 'B '); + insert into takes values('19766', '482', '1', 'Fall', 2005, 'C-'); + insert into takes values('60984', '468', '1', 'Fall', 2005, 'A-'); + insert into takes values('65714', '457', '1', 'Spring', 2001, 'B-'); + insert into takes values('52929', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('31086', '319', '1', 'Spring', 2003, 'C-'); + insert into takes values('75794', '338', '1', 'Spring', 2007, 'A '); + insert into takes values('48165', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('79911', '239', '1', 'Fall', 2006, 'A '); + insert into takes values('12078', '972', '1', 'Spring', 2009, 'C+'); + insert into takes values('760', '972', '1', 'Spring', 2009, 'C-'); + insert into takes values('16035', '338', '2', 'Spring', 2006, 'C+'); + insert into takes values('35498', '545', '1', 'Fall', 2001, 'C-'); + insert into takes values('60406', '852', '1', 'Spring', 2008, 'A-'); + insert into takes values('40178', '612', '1', 'Fall', 2007, 'C+'); + insert into takes values('36995', '991', '1', 'Spring', 2008, 'B '); + insert into takes values('34542', '960', '2', 'Fall', 2006, 'B+'); + insert into takes values('68096', '169', '2', 'Fall', 2002, 'B-'); + insert into takes values('41596', '349', '1', 'Spring', 2008, 'B '); + insert into takes values('96741', '867', '1', 'Fall', 2006, 'C '); + insert into takes values('3833', '972', '1', 'Spring', 2009, 'A+'); + insert into takes values('74974', '791', '1', 'Spring', 2006, 'A+'); + insert into takes values('99764', '105', '2', 'Fall', 2002, 'A '); + insert into takes values('645', '105', '1', 'Fall', 2009, 'A-'); + insert into takes values('85308', '242', '1', 'Fall', 2009, 'A '); + insert into takes values('25331', '852', '1', 'Spring', 2008, 'A+'); + insert into takes values('18740', '527', '1', 'Fall', 2004, 'C+'); + insert into takes values('85063', '338', '2', 'Spring', 2006, 'B '); + insert into takes values('32506', '443', '1', 'Spring', 2010, 'B-'); + insert into takes values('70522', '864', '1', 'Spring', 2006, 'A+'); + insert into takes values('73542', '802', '1', 'Spring', 2003, 'A '); + insert into takes values('56089', '169', '1', 'Spring', 2007, 'C-'); + insert into takes values('51868', '486', '1', 'Fall', 2009, 'A+'); + insert into takes values('53165', '192', '1', 'Fall', 2002, 'C-'); + insert into takes values('7498', '642', '1', 'Fall', 2004, 'A-'); + insert into takes values('81550', '426', '1', 'Spring', 2006, 'A+'); + insert into takes values('17128', '401', '1', 'Fall', 2003, 'B+'); + insert into takes values('43616', '974', '1', 'Fall', 2003, 'B+'); + insert into takes values('53165', '200', '1', 'Spring', 2007, 'C+'); + insert into takes values('44551', '962', '1', 'Spring', 2008, 'B-'); + insert into takes values('50537', '169', '1', 'Spring', 2007, 'B-'); + insert into takes values('38712', '345', '1', 'Spring', 2008, 'B+'); + insert into takes values('34331', '362', '2', 'Fall', 2006, 'C '); + insert into takes values('96153', '400', '1', 'Spring', 2007, 'A+'); + insert into takes values('94257', '270', '1', 'Spring', 2010, 'B+'); + insert into takes values('97694', '694', '1', 'Fall', 2002, 'C+'); + insert into takes values('36845', '571', '1', 'Spring', 2004, 'B-'); + insert into takes values('41674', '545', '1', 'Fall', 2001, 'A+'); + insert into takes values('36685', '457', '1', 'Spring', 2001, 'C-'); + insert into takes values('36265', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('7854', '735', '1', 'Spring', 2003, 'A '); + insert into takes values('49611', '468', '2', 'Fall', 2007, 'A '); + insert into takes values('37946', '972', '1', 'Spring', 2009, 'B+'); + insert into takes values('49339', '599', '1', 'Spring', 2003, 'B-'); + insert into takes values('35588', '679', '1', 'Spring', 2010, 'A-'); + insert into takes values('858', '962', '1', 'Spring', 2008, 'C-'); + insert into takes values('43016', '421', '1', 'Fall', 2004, 'A '); + insert into takes values('52019', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('90448', '158', '1', 'Fall', 2008, 'B-'); + insert into takes values('73213', '626', '1', 'Fall', 2006, 'A-'); + insert into takes values('26494', '960', '2', 'Fall', 2006, 'A+'); + insert into takes values('7973', '349', '1', 'Spring', 2008, 'B-'); + insert into takes values('24010', '105', '2', 'Fall', 2002, 'B '); + insert into takes values('30650', '679', '1', 'Spring', 2010, 'C '); + insert into takes values('90089', '169', '1', 'Spring', 2007, 'C+'); + insert into takes values('19321', '200', '2', 'Fall', 2002, 'A+'); + insert into takes values('60688', '960', '2', 'Fall', 2006, 'C-'); + insert into takes values('29192', '748', '1', 'Fall', 2003, 'C+'); + insert into takes values('87785', '461', '1', 'Fall', 2002, 'A '); + insert into takes values('70359', '927', '1', 'Fall', 2002, 'C '); + insert into takes values('11201', '319', '1', 'Spring', 2003, 'B '); + insert into takes values('89132', '875', '1', 'Spring', 2005, 'C '); + insert into advisor values('24746', '19368'); + insert into advisor values('79352', '95030'); + insert into advisor values('76672', '22591'); + insert into advisor values('14182', '77346'); + insert into advisor values('44985', '31955'); + insert into advisor values('96052', '73623'); + insert into advisor values('35175', '90643'); + insert into advisor values('44271', '58558'); + insert into advisor values('40897', '73623'); + insert into advisor values('92839', '25946'); + insert into advisor values('79329', '58558'); + insert into advisor values('97101', '48570'); + insert into advisor values('24865', '6569'); + insert into advisor values('36052', '31955'); + insert into advisor values('98940', '99052'); + insert into advisor values('21395', '58558'); + insert into advisor values('55859', '28097'); + insert into advisor values('74016', '74420'); + insert into advisor values('93061', '64871'); + insert into advisor values('94998', '50330'); + insert into advisor values('30772', '57180'); + insert into advisor values('1968', '3335'); + insert into advisor values('90567', '48507'); + insert into advisor values('49611', '58558'); + insert into advisor values('81538', '59795'); + insert into advisor values('68999', '6569'); + insert into advisor values('74639', '41930'); + insert into advisor values('66054', '25946'); + insert into advisor values('792', '48507'); + insert into advisor values('60267', '81991'); + insert into advisor values('17769', '36897'); + insert into advisor values('39580', '3199'); + insert into advisor values('89106', '15347'); + insert into advisor values('37856', '25946'); + insert into advisor values('58307', '48507'); + insert into advisor values('57985', '52647'); + insert into advisor values('72014', '22591'); + insert into advisor values('2795', '28400'); + insert into advisor values('89000', '58558'); + insert into advisor values('46442', '48570'); + insert into advisor values('60040', '15347'); + insert into advisor values('19791', '59795'); + insert into advisor values('4582', '64871'); + insert into advisor values('108', '77346'); + insert into advisor values('1533', '50885'); + insert into advisor values('7123', '65931'); + insert into advisor values('44584', '64871'); + insert into advisor values('32954', '90376'); + insert into advisor values('98056', '73623'); + insert into advisor values('76953', '79081'); + insert into advisor values('81884', '3199'); + insert into advisor values('22057', '48507'); + insert into advisor values('21126', '52647'); + insert into advisor values('82918', '81991'); + insert into advisor values('4173', '25946'); + insert into advisor values('83022', '64871'); + insert into advisor values('25525', '96895'); + insert into advisor values('75040', '80759'); + insert into advisor values('31624', '41930'); + insert into advisor values('64893', '96895'); + insert into advisor values('59920', '72553'); + insert into advisor values('38602', '77346'); + insert into advisor values('21401', '79081'); + insert into advisor values('93004', '15347'); + insert into advisor values('38899', '37687'); + insert into advisor values('75241', '28097'); + insert into advisor values('98830', '80759'); + insert into advisor values('37101', '80759'); + insert into advisor values('4508', '28097'); + insert into advisor values('32130', '16807'); + insert into advisor values('56755', '79653'); + insert into advisor values('11510', '95709'); + insert into advisor values('3335', '74420'); + insert into advisor values('61081', '80759'); + insert into advisor values('33651', '96895'); + insert into advisor values('8251', '73623'); + insert into advisor values('10705', '6569'); + insert into advisor values('64082', '74426'); + insert into advisor values('59517', '34175'); + insert into advisor values('91569', '14365'); + insert into advisor values('88085', '28400'); + insert into advisor values('96722', '58558'); + insert into advisor values('36379', '42782'); + insert into advisor values('69581', '25946'); + insert into advisor values('65329', '3335'); + insert into advisor values('49214', '4034'); + insert into advisor values('64155', '36897'); + insert into advisor values('58594', '74420'); + insert into advisor values('71904', '95030'); + insert into advisor values('69241', '72553'); + insert into advisor values('58889', '3335'); + insert into advisor values('30341', '79081'); + insert into advisor values('70688', '97302'); + insert into advisor values('81258', '58558'); + insert into advisor values('63090', '25946'); + insert into advisor values('70572', '35579'); + insert into advisor values('58413', '28400'); + insert into advisor values('93171', '6569'); + insert into advisor values('35138', '41930'); + insert into advisor values('77289', '59795'); + insert into advisor values('93571', '57180'); + insert into advisor values('14554', '22591'); + insert into advisor values('46725', '90376'); + insert into advisor values('99730', '3199'); + insert into advisor values('10527', '36897'); + insert into advisor values('898', '22591'); + insert into advisor values('64297', '43779'); + insert into advisor values('10204', '65931'); + insert into advisor values('36926', '43779'); + insert into advisor values('49618', '74426'); + insert into advisor values('34329', '81991'); + insert into advisor values('84410', '81991'); + insert into advisor values('29435', '77346'); + insert into advisor values('62636', '79081'); + insert into advisor values('8483', '74426'); + insert into advisor values('2177', '50330'); + insert into advisor values('43348', '81991'); + insert into advisor values('37430', '41930'); + insert into advisor values('37586', '81991'); + insert into advisor values('55238', '35579'); + insert into advisor values('34404', '74426'); + insert into advisor values('59539', '28400'); + insert into advisor values('43123', '95030'); + insert into advisor values('19582', '96895'); + insert into advisor values('88553', '31955'); + insert into advisor values('5898', '34175'); + insert into advisor values('2419', '73623'); + insert into advisor values('31516', '95030'); + insert into advisor values('3487', '4034'); + insert into advisor values('66269', '58558'); + insert into advisor values('54622', '4034'); + insert into advisor values('19638', '4034'); + insert into advisor values('88418', '57180'); + insert into advisor values('86802', '35579'); + insert into advisor values('63361', '90643'); + insert into advisor values('6367', '14365'); + insert into advisor values('84239', '22591'); + insert into advisor values('4940', '15347'); + insert into advisor values('90663', '77346'); + insert into advisor values('38476', '95030'); + insert into advisor values('96003', '3335'); + insert into advisor values('64914', '14365'); + insert into advisor values('41599', '48507'); + insert into advisor values('22226', '64871'); + insert into advisor values('96153', '28097'); + insert into advisor values('44998', '36897'); + insert into advisor values('74163', '80759'); + insert into advisor values('75046', '16807'); + insert into advisor values('97679', '43779'); + insert into advisor values('94894', '78699'); + insert into advisor values('44881', '22591'); + insert into advisor values('98619', '77346'); + insert into advisor values('86753', '22591'); + insert into advisor values('87054', '35579'); + insert into advisor values('39046', '19368'); + insert into advisor values('29031', '78699'); + insert into advisor values('97355', '28400'); + insert into advisor values('24010', '80759'); + insert into advisor values('21789', '63395'); + insert into advisor values('52157', '65931'); + insert into advisor values('64938', '52647'); + insert into advisor values('94535', '50885'); + insert into advisor values('58595', '31955'); + insert into advisor values('72979', '41930'); + insert into advisor values('32506', '28097'); + insert into advisor values('31690', '14365'); + insert into advisor values('87044', '36897'); + insert into advisor values('34236', '57180'); + insert into advisor values('18808', '77346'); + insert into advisor values('91063', '52647'); + insert into advisor values('48462', '52647'); + insert into advisor values('41965', '65931'); + insert into advisor values('31137', '50330'); + insert into advisor values('7602', '63287'); + insert into advisor values('84845', '6569'); + insert into advisor values('28252', '90643'); + insert into advisor values('10736', '90643'); + insert into advisor values('58465', '59795'); + insert into advisor values('64140', '52647'); + insert into advisor values('6523', '43779'); + insert into advisor values('64067', '77346'); + insert into advisor values('99399', '4034'); + insert into advisor values('21337', '43779'); + insert into advisor values('15457', '95709'); + insert into advisor values('26102', '99052'); + insert into advisor values('31337', '50330'); + insert into advisor values('67425', '42782'); + insert into advisor values('48640', '3335'); + insert into advisor values('72741', '80759'); + insert into advisor values('29803', '3199'); + insert into advisor values('38895', '15347'); + insert into advisor values('49391', '16807'); + insert into advisor values('13741', '4034'); + insert into advisor values('59538', '42782'); + insert into advisor values('9360', '28097'); + insert into advisor values('53728', '57180'); + insert into advisor values('77898', '15347'); + insert into advisor values('32419', '95030'); + insert into advisor values('37521', '4034'); + insert into advisor values('97065', '79653'); + insert into advisor values('80057', '90376'); + insert into advisor values('1826', '64871'); + insert into advisor values('80285', '73623'); + insert into advisor values('72959', '90643'); + insert into advisor values('41751', '34175'); + insert into advisor values('11604', '43779'); + insert into advisor values('41827', '35579'); + insert into advisor values('8853', '99052'); + insert into advisor values('9440', '4233'); + insert into advisor values('1884', '72553'); + insert into advisor values('41774', '37687'); + insert into advisor values('32385', '72553'); + insert into advisor values('336', '28097'); + insert into advisor values('82688', '79081'); + insert into advisor values('66090', '35579'); + insert into advisor values('4182', '63287'); + insert into advisor values('20099', '95709'); + insert into advisor values('81028', '78699'); + insert into advisor values('27556', '28400'); + insert into advisor values('65258', '6569'); + insert into advisor values('29239', '65931'); + insert into advisor values('54508', '80759'); + insert into advisor values('37449', '63287'); + insert into advisor values('16753', '96895'); + insert into advisor values('82697', '63287'); + insert into advisor values('11422', '37687'); + insert into advisor values('59046', '19368'); + insert into advisor values('89246', '35579'); + insert into advisor values('95859', '6569'); + insert into advisor values('94173', '43779'); + insert into advisor values('70021', '96895'); + insert into advisor values('92040', '19368'); + insert into advisor values('36019', '96895'); + insert into advisor values('40558', '79653'); + insert into advisor values('62549', '77346'); + insert into advisor values('92385', '50885'); + insert into advisor values('14214', '22591'); + insert into advisor values('32245', '15347'); + insert into advisor values('13506', '90643'); + insert into advisor values('26080', '6569'); + insert into advisor values('52872', '28400'); + insert into advisor values('28952', '74420'); + insert into advisor values('1080', '25946'); + insert into advisor values('11095', '48570'); + insert into advisor values('33460', '95709'); + insert into advisor values('99226', '79081'); + insert into advisor values('52707', '64871'); + insert into advisor values('40189', '22591'); + insert into advisor values('35721', '43779'); + insert into advisor values('6400', '80759'); + insert into advisor values('60688', '73623'); + insert into advisor values('18821', '59795'); + insert into advisor values('65443', '95709'); + insert into advisor values('71630', '48570'); + insert into advisor values('46956', '48570'); + insert into advisor values('64259', '64871'); + insert into advisor values('77021', '73623'); + insert into advisor values('41450', '77346'); + insert into advisor values('13028', '78699'); + insert into advisor values('90381', '16807'); + insert into advisor values('9460', '3199'); + insert into advisor values('98423', '64871'); + insert into advisor values('38691', '28400'); + insert into advisor values('86806', '48570'); + insert into advisor values('18469', '97302'); + insert into advisor values('11194', '16807'); + insert into advisor values('19862', '48507'); + insert into advisor values('24116', '16807'); + insert into advisor values('67021', '65931'); + insert into advisor values('69752', '16807'); + insert into advisor values('69225', '50330'); + insert into advisor values('1018', '79653'); + insert into advisor values('7656', '63287'); + insert into advisor values('35220', '80759'); + insert into advisor values('79210', '34175'); + insert into advisor values('10814', '4034'); + insert into advisor values('55698', '25946'); + insert into advisor values('49684', '95030'); + insert into advisor values('59908', '15347'); + insert into advisor values('64724', '35579'); + insert into advisor values('19048', '73623'); + insert into advisor values('62716', '90376'); + insert into advisor values('95205', '25946'); + insert into advisor values('40303', '99052'); + insert into advisor values('27430', '48570'); + insert into advisor values('83953', '50885'); + insert into advisor values('4248', '15347'); + insert into advisor values('21766', '22591'); + insert into advisor values('39657', '28400'); + insert into advisor values('85366', '48570'); + insert into advisor values('93354', '52647'); + insert into advisor values('77580', '41930'); + insert into advisor values('92864', '74420'); + insert into advisor values('57135', '50330'); + insert into advisor values('1727', '77346'); + insert into advisor values('91788', '15347'); + insert into advisor values('80420', '3199'); + insert into advisor values('67810', '79653'); + insert into advisor values('86404', '43779'); + insert into advisor values('16907', '78699'); + insert into advisor values('46928', '3199'); + insert into advisor values('84702', '14365'); + insert into advisor values('91343', '15347'); + insert into advisor values('83686', '90376'); + insert into advisor values('83462', '97302'); + insert into advisor values('67725', '74426'); + insert into advisor values('5393', '41930'); + insert into advisor values('34422', '79653'); + insert into advisor values('17128', '4034'); + insert into advisor values('81883', '50885'); + insert into advisor values('87965', '74426'); + insert into advisor values('93653', '15347'); + insert into advisor values('70522', '50330'); + insert into advisor values('48850', '36897'); + insert into advisor values('68070', '73623'); + insert into advisor values('50206', '81991'); + insert into advisor values('80254', '79081'); + insert into advisor values('22396', '48507'); + insert into advisor values('19293', '73623'); + insert into advisor values('67660', '42782'); + insert into advisor values('85910', '79653'); + insert into advisor values('10917', '77346'); + insert into advisor values('95574', '95030'); + insert into advisor values('13081', '96895'); + insert into advisor values('33349', '78699'); + insert into advisor values('19861', '25946'); + insert into advisor values('30723', '74420'); + insert into advisor values('83039', '74420'); + insert into advisor values('41741', '43779'); + insert into advisor values('97400', '90376'); + insert into advisor values('81207', '43779'); + insert into advisor values('23994', '57180'); + insert into advisor values('54672', '77346'); + insert into advisor values('47001', '50330'); + insert into advisor values('26147', '78699'); + insert into advisor values('65987', '36897'); + insert into advisor values('99250', '73623'); + insert into advisor values('13826', '31955'); + insert into advisor values('3739', '99052'); + insert into advisor values('10454', '37687'); + insert into advisor values('48053', '35579'); + insert into advisor values('66813', '95709'); + insert into advisor values('16593', '80759'); + insert into advisor values('14668', '80759'); + insert into advisor values('33338', '95030'); + insert into advisor values('45300', '37687'); + insert into advisor values('3127', '35579'); + insert into advisor values('40992', '63395'); + insert into advisor values('70310', '90376'); + insert into advisor values('46451', '90643'); + insert into advisor values('288', '41930'); + insert into advisor values('557', '63287'); + insert into advisor values('22170', '73623'); + insert into advisor values('64164', '72553'); + insert into advisor values('74911', '59795'); + insert into advisor values('7020', '31955'); + insert into advisor values('78552', '4233'); + insert into advisor values('50386', '48507'); + insert into advisor values('48678', '6569'); + insert into advisor values('24442', '74426'); + insert into advisor values('89188', '80759'); + insert into advisor values('390', '4233'); + insert into advisor values('10663', '28097'); + insert into advisor values('97551', '50330'); + insert into advisor values('76895', '43779'); + insert into advisor values('85451', '99052'); + insert into advisor values('43989', '74426'); + insert into advisor values('99719', '58558'); + insert into advisor values('19245', '80759'); + insert into advisor values('36685', '4034'); + insert into advisor values('57123', '73623'); + insert into advisor values('51997', '48570'); + insert into advisor values('95631', '48507'); + insert into advisor values('70452', '95030'); + insert into advisor values('37219', '72553'); + insert into advisor values('59530', '50885'); + insert into advisor values('61737', '36897'); + insert into advisor values('33645', '81991'); + insert into advisor values('3143', '63395'); + insert into advisor values('78792', '72553'); + insert into advisor values('10076', '6569'); + insert into advisor values('59553', '80759'); + insert into advisor values('57666', '48507'); + insert into advisor values('22004', '78699'); + insert into advisor values('38668', '97302'); + insert into advisor values('43130', '4034'); + insert into advisor values('36263', '4034'); + insert into advisor values('99271', '28400'); + insert into advisor values('69850', '3335'); + insert into advisor values('59397', '16807'); + insert into advisor values('61127', '48507'); + insert into advisor values('30299', '50330'); + insert into advisor values('57962', '81991'); + insert into advisor values('88169', '6569'); + insert into advisor values('27094', '77346'); + insert into advisor values('39115', '6569'); + insert into advisor values('84189', '28097'); + insert into advisor values('79892', '99052'); + insert into advisor values('95046', '96895'); + insert into advisor values('34386', '74426'); + insert into advisor values('82646', '34175'); + insert into advisor values('31086', '48570'); + insert into advisor values('85226', '3199'); + insert into advisor values('32490', '35579'); + insert into advisor values('39704', '73623'); + insert into advisor values('80610', '97302'); + insert into advisor values('18675', '22591'); + insert into advisor values('47630', '72553'); + insert into advisor values('36102', '35579'); + insert into advisor values('22620', '3335'); + insert into advisor values('39157', '36897'); + insert into advisor values('86327', '25946'); + insert into advisor values('84865', '74420'); + insert into advisor values('83557', '48570'); + insert into advisor values('7490', '80759'); + insert into advisor values('94178', '80759'); + insert into advisor values('99660', '42782'); + insert into advisor values('57511', '37687'); + insert into advisor values('56941', '41930'); + insert into advisor values('77415', '64871'); + insert into advisor values('99754', '4233'); + insert into advisor values('81550', '72553'); + insert into advisor values('79911', '64871'); + insert into advisor values('82082', '4233'); + insert into advisor values('58846', '79081'); + insert into advisor values('11076', '95030'); + insert into advisor values('7204', '14365'); + insert into advisor values('73165', '57180'); + insert into advisor values('1737', '41930'); + insert into advisor values('12979', '37687'); + insert into advisor values('57334', '90643'); + insert into advisor values('1827', '14365'); + insert into advisor values('29390', '52647'); + insert into advisor values('31302', '95709'); + insert into advisor values('77231', '90376'); + insert into advisor values('36126', '63287'); + insert into advisor values('45200', '37687'); + insert into advisor values('99463', '97302'); + insert into advisor values('79170', '73623'); + insert into advisor values('12216', '34175'); + insert into advisor values('64593', '96895'); + insert into advisor values('30177', '4233'); + insert into advisor values('15074', '4233'); + insert into advisor values('5005', '4233'); + insert into advisor values('99348', '99052'); + insert into advisor values('82591', '4034'); + insert into advisor values('53089', '78699'); + insert into advisor values('24630', '63395'); + insert into advisor values('71387', '35579'); + insert into advisor values('61354', '42782'); + insert into advisor values('10481', '19368'); + insert into advisor values('39310', '63395'); + insert into advisor values('16297', '16807'); + insert into advisor values('72622', '90643'); + insert into advisor values('92965', '64871'); + insert into advisor values('89104', '6569'); + insert into advisor values('13408', '63287'); + insert into advisor values('66229', '36897'); + insert into advisor values('87280', '63287'); + insert into advisor values('73206', '4034'); + insert into advisor values('24387', '19368'); + insert into advisor values('32744', '37687'); + insert into advisor values('39204', '74426'); + insert into advisor values('42298', '52647'); + insert into advisor values('53588', '81991'); + insert into advisor values('90004', '16807'); + insert into advisor values('12563', '36897'); + insert into advisor values('55000', '64871'); + insert into advisor values('1110', '3335'); + insert into advisor values('55170', '4034'); + insert into advisor values('56080', '90376'); + insert into advisor values('61065', '99052'); + insert into advisor values('107', '15347'); + insert into advisor values('11453', '97302'); + insert into advisor values('53805', '74420'); + insert into advisor values('39241', '95030'); + insert into advisor values('32886', '57180'); + insert into advisor values('40080', '95709'); + insert into advisor values('22142', '79653'); + insert into advisor values('94257', '48570'); + insert into advisor values('75513', '74420'); + insert into advisor values('99268', '95030'); + insert into advisor values('20084', '16807'); + insert into advisor values('51868', '52647'); + insert into advisor values('7287', '14365'); + insert into advisor values('35588', '48570'); + insert into advisor values('83170', '15347'); + insert into advisor values('14596', '79081'); + insert into advisor values('23794', '90376'); + insert into advisor values('78332', '41930'); + insert into advisor values('49339', '41930'); + insert into advisor values('40677', '95030'); + insert into advisor values('90220', '95709'); + insert into advisor values('95029', '48570'); + insert into advisor values('83728', '3335'); + insert into advisor values('67033', '63287'); + insert into advisor values('87785', '15347'); + insert into advisor values('4345', '28400'); + insert into advisor values('96085', '59795'); + insert into advisor values('64249', '52647'); + insert into advisor values('53803', '15347'); + insert into advisor values('27956', '79081'); + insert into advisor values('24796', '35579'); + insert into advisor values('4449', '37687'); + insert into advisor values('77364', '4233'); + insert into advisor values('70384', '37687'); + insert into advisor values('18007', '16807'); + insert into advisor values('51723', '42782'); + insert into advisor values('56486', '22591'); + insert into advisor values('70359', '6569'); + insert into advisor values('18234', '34175'); + insert into advisor values('34322', '41930'); + insert into advisor values('24325', '79653'); + insert into advisor values('83444', '64871'); + insert into advisor values('93814', '35579'); + insert into advisor values('80912', '74420'); + insert into advisor values('70099', '3335'); + insert into advisor values('64945', '97302'); + insert into advisor values('81789', '48570'); + insert into advisor values('38271', '79081'); + insert into advisor values('87784', '57180'); + insert into advisor values('46436', '50885'); + insert into advisor values('20195', '96895'); + insert into advisor values('31080', '31955'); + insert into advisor values('85887', '74426'); + insert into advisor values('85234', '4233'); + insert into advisor values('1460', '43779'); + insert into advisor values('30650', '43779'); + insert into advisor values('6474', '78699'); + insert into advisor values('67051', '95709'); + insert into advisor values('58300', '31955'); + insert into advisor values('64192', '50330'); + insert into advisor values('84727', '96895'); + insert into advisor values('39881', '72553'); + insert into advisor values('3163', '72553'); + insert into advisor values('72643', '37687'); + insert into advisor values('66008', '74426'); + insert into advisor values('76291', '25946'); + insert into advisor values('92274', '37687'); + insert into advisor values('16075', '73623'); + insert into advisor values('30334', '6569'); + insert into advisor values('75123', '48570'); + insert into advisor values('35042', '97302'); + insert into advisor values('99073', '37687'); + insert into advisor values('68280', '35579'); + insert into advisor values('80976', '19368'); + insert into advisor values('68554', '72553'); + insert into advisor values('99949', '16807'); + insert into advisor values('71287', '52647'); + insert into advisor values('73268', '74420'); + insert into advisor values('93708', '58558'); + insert into advisor values('29399', '50330'); + insert into advisor values('14284', '80759'); + insert into advisor values('80247', '3199'); + insert into advisor values('86344', '4233'); + insert into advisor values('54728', '6569'); + insert into advisor values('86375', '22591'); + insert into advisor values('64401', '48507'); + insert into advisor values('9183', '63287'); + insert into advisor values('71529', '15347'); + insert into advisor values('65433', '58558'); + insert into advisor values('89051', '81991'); + insert into advisor values('90448', '31955'); + insert into advisor values('90082', '90643'); + insert into advisor values('25362', '48570'); + insert into advisor values('74509', '79081'); + insert into advisor values('20445', '74426'); + insert into advisor values('40059', '4034'); + insert into advisor values('60867', '63287'); + insert into advisor values('28128', '74420'); + insert into advisor values('28518', '97302'); + insert into advisor values('17086', '16807'); + insert into advisor values('91132', '63287'); + insert into advisor values('29260', '57180'); + insert into advisor values('29707', '59795'); + insert into advisor values('85746', '4034'); + insert into advisor values('54605', '4034'); + insert into advisor values('78922', '79653'); + insert into advisor values('76173', '3335'); + insert into advisor values('6304', '22591'); + insert into advisor values('98120', '16807'); + insert into advisor values('6195', '37687'); + insert into advisor values('33837', '78699'); + insert into advisor values('86833', '95030'); + insert into advisor values('28829', '6569'); + insert into advisor values('82974', '95709'); + insert into advisor values('39114', '96895'); + insert into advisor values('53485', '15347'); + insert into advisor values('8603', '65931'); + insert into advisor values('7973', '58558'); + insert into advisor values('34502', '31955'); + insert into advisor values('69853', '28400'); + insert into advisor values('70389', '37687'); + insert into advisor values('75423', '6569'); + insert into advisor values('26881', '59795'); + insert into advisor values('19848', '28097'); + insert into advisor values('5017', '37687'); + insert into advisor values('33094', '14365'); + insert into advisor values('25468', '4233'); + insert into advisor values('75928', '6569'); + insert into advisor values('94522', '79653'); + insert into advisor values('30289', '35579'); + insert into advisor values('54296', '97302'); + insert into advisor values('12069', '65931'); + insert into advisor values('89059', '95709'); + insert into advisor values('38336', '36897'); + insert into advisor values('98563', '65931'); + insert into advisor values('19541', '72553'); + insert into advisor values('95366', '65931'); + insert into advisor values('69758', '16807'); + insert into advisor values('98690', '79653'); + insert into advisor values('66494', '28400'); + insert into advisor values('65205', '28097'); + insert into advisor values('11682', '59795'); + insert into advisor values('36265', '96895'); + insert into advisor values('14432', '79653'); + insert into advisor values('63860', '57180'); + insert into advisor values('50969', '77346'); + insert into advisor values('95089', '36897'); + insert into advisor values('74840', '22591'); + insert into advisor values('29002', '63395'); + insert into advisor values('37809', '28400'); + insert into advisor values('27727', '52647'); + insert into advisor values('66469', '81991'); + insert into advisor values('31486', '95030'); + insert into advisor values('95099', '73623'); + insert into advisor values('57083', '36897'); + insert into advisor values('83622', '74420'); + insert into advisor values('68278', '57180'); + insert into advisor values('87651', '4034'); + insert into advisor values('8426', '34175'); + insert into advisor values('88793', '97302'); + insert into advisor values('60249', '95709'); + insert into advisor values('65144', '28097'); + insert into advisor values('91091', '74420'); + insert into advisor values('8252', '15347'); + insert into advisor values('82126', '4233'); + insert into advisor values('13290', '77346'); + insert into advisor values('85356', '95030'); + insert into advisor values('5871', '41930'); + insert into advisor values('59290', '72553'); + insert into advisor values('5414', '63395'); + insert into advisor values('30124', '48570'); + insert into advisor values('21008', '95709'); + insert into advisor values('69732', '58558'); + insert into advisor values('19450', '25946'); + insert into advisor values('55915', '95030'); + insert into advisor values('14621', '74426'); + insert into advisor values('22003', '57180'); + insert into advisor values('16631', '19368'); + insert into advisor values('51549', '63395'); + insert into advisor values('95284', '74426'); + insert into advisor values('60366', '3199'); + insert into advisor values('99369', '52647'); + insert into advisor values('50873', '19368'); + insert into advisor values('36244', '58558'); + insert into advisor values('58874', '3199'); + insert into advisor values('82687', '79081'); + insert into advisor values('2423', '34175'); + insert into advisor values('62429', '50330'); + insert into advisor values('93631', '95709'); + insert into advisor values('29705', '80759'); + insert into advisor values('52076', '48570'); + insert into advisor values('53451', '4233'); + insert into advisor values('69730', '3199'); + insert into advisor values('56276', '48507'); + insert into advisor values('23311', '73623'); + insert into advisor values('21086', '42782'); + insert into advisor values('61003', '79081'); + insert into advisor values('27950', '22591'); + insert into advisor values('50583', '41930'); + insert into advisor values('40276', '77346'); + insert into advisor values('15487', '28400'); + insert into advisor values('83592', '48570'); + insert into advisor values('46970', '81991'); + insert into advisor values('30188', '19368'); + insert into advisor values('64934', '31955'); + insert into advisor values('99694', '15347'); + insert into advisor values('79534', '4233'); + insert into advisor values('57156', '73623'); + insert into advisor values('41894', '63287'); + insert into advisor values('69679', '35579'); + insert into advisor values('62795', '96895'); + insert into advisor values('34331', '52647'); + insert into advisor values('4645', '28400'); + insert into advisor values('70395', '97302'); + insert into advisor values('69222', '81991'); + insert into advisor values('22254', '64871'); + insert into advisor values('51817', '4233'); + insert into advisor values('66495', '95709'); + insert into advisor values('72501', '79653'); + insert into advisor values('7390', '19368'); + insert into advisor values('28538', '99052'); + insert into advisor values('68649', '65931'); + insert into advisor values('15249', '64871'); + insert into advisor values('98984', '36897'); + insert into advisor values('35198', '22591'); + insert into advisor values('67017', '50330'); + insert into advisor values('27919', '3335'); + insert into advisor values('46762', '22591'); + insert into advisor values('98843', '19368'); + insert into advisor values('14094', '95030'); + insert into advisor values('79589', '41930'); + insert into advisor values('94371', '6569'); + insert into advisor values('25528', '3335'); + insert into advisor values('7620', '31955'); + insert into advisor values('43658', '79653'); + insert into advisor values('65714', '57180'); + insert into advisor values('37339', '3199'); + insert into advisor values('38555', '74426'); + insert into advisor values('73908', '43779'); + insert into advisor values('4438', '25946'); + insert into advisor values('15883', '22591'); + insert into advisor values('41890', '35579'); + insert into advisor values('75547', '52647'); + insert into advisor values('89196', '72553'); + insert into advisor values('52494', '97302'); + insert into advisor values('44551', '74420'); + insert into advisor values('61332', '19368'); + insert into advisor values('37715', '35579'); + insert into advisor values('68779', '79653'); + insert into advisor values('71768', '3199'); + insert into advisor values('72055', '95709'); + insert into advisor values('29514', '4034'); + insert into advisor values('62152', '64871'); + insert into advisor values('66212', '31955'); + insert into advisor values('53048', '57180'); + insert into advisor values('4015', '96895'); + insert into advisor values('67340', '6569'); + insert into advisor values('2970', '42782'); + insert into advisor values('27952', '57180'); + insert into advisor values('51008', '16807'); + insert into advisor values('97629', '3199'); + insert into advisor values('31079', '65931'); + insert into advisor values('57941', '34175'); + insert into advisor values('30397', '65931'); + insert into advisor values('45826', '14365'); + insert into advisor values('70299', '22591'); + insert into advisor values('9084', '63287'); + insert into advisor values('78116', '97302'); + insert into advisor values('5250', '48570'); + insert into advisor values('93508', '50330'); + insert into advisor values('30845', '48507'); + insert into advisor values('91442', '90643'); + insert into advisor values('75938', '50330'); + insert into advisor values('74672', '3335'); + insert into advisor values('12078', '35579'); + insert into advisor values('94311', '48507'); + insert into advisor values('94697', '28400'); + insert into advisor values('50702', '77346'); + insert into advisor values('35462', '28097'); + insert into advisor values('34018', '28097'); + insert into advisor values('99775', '77346'); + insert into advisor values('88140', '16807'); + insert into advisor values('46106', '28097'); + insert into advisor values('68096', '63395'); + insert into advisor values('84808', '22591'); + insert into advisor values('97658', '34175'); + insert into advisor values('73186', '22591'); + insert into advisor values('50944', '58558'); + insert into advisor values('53165', '35579'); + insert into advisor values('86981', '77346'); + insert into advisor values('16885', '35579'); + insert into advisor values('2561', '52647'); + insert into advisor values('96178', '42782'); + insert into advisor values('64731', '65931'); + insert into advisor values('14023', '73623'); + insert into advisor values('47265', '63287'); + insert into advisor values('84704', '90376'); + insert into advisor values('69132', '77346'); + insert into advisor values('49073', '80759'); + insert into advisor values('44703', '28400'); + insert into advisor values('41211', '6569'); + insert into advisor values('61414', '77346'); + insert into advisor values('38696', '50885'); + insert into advisor values('90009', '95030'); + insert into advisor values('97868', '99052'); + insert into advisor values('17944', '64871'); + insert into advisor values('25380', '96895'); + insert into advisor values('85614', '72553'); + insert into advisor values('60984', '77346'); + insert into advisor values('84495', '63395'); + insert into advisor values('19321', '57180'); + insert into advisor values('99611', '4034'); + insert into advisor values('72485', '41930'); + insert into advisor values('50267', '43779'); + insert into advisor values('544', '78699'); + insert into advisor values('55009', '48570'); + insert into advisor values('45083', '74426'); + insert into advisor values('67018', '35579'); + insert into advisor values('93039', '74426'); + insert into advisor values('75772', '48570'); + insert into advisor values('60224', '50330'); + insert into advisor values('41674', '3199'); + insert into advisor values('97435', '80759'); + insert into advisor values('21101', '96895'); + insert into advisor values('76250', '41930'); + insert into advisor values('40682', '36897'); + insert into advisor values('39612', '14365'); + insert into advisor values('14032', '34175'); + insert into advisor values('75791', '37687'); + insert into advisor values('5208', '36897'); + insert into advisor values('43432', '63287'); + insert into advisor values('68453', '57180'); + insert into advisor values('12711', '58558'); + insert into advisor values('40932', '34175'); + insert into advisor values('6710', '77346'); + insert into advisor values('91370', '63287'); + insert into advisor values('43912', '80759'); + insert into advisor values('12666', '74420'); + insert into advisor values('74460', '81991'); + insert into advisor values('99422', '14365'); + insert into advisor values('95320', '80759'); + insert into advisor values('56299', '58558'); + insert into advisor values('84432', '79081'); + insert into advisor values('75231', '63287'); + insert into advisor values('94846', '25946'); + insert into advisor values('4004', '50330'); + insert into advisor values('28361', '96895'); + insert into advisor values('97228', '42782'); + insert into advisor values('39552', '63395'); + insert into advisor values('38676', '3199'); + insert into advisor values('94814', '57180'); + insert into advisor values('16035', '81991'); + insert into advisor values('79205', '43779'); + insert into advisor values('4682', '35579'); + insert into advisor values('5925', '4034'); + insert into advisor values('25187', '41930'); + insert into advisor values('19603', '48570'); + insert into advisor values('41491', '37687'); + insert into advisor values('99764', '63287'); + insert into advisor values('50537', '95709'); + insert into advisor values('67793', '36897'); + insert into advisor values('47487', '41930'); + insert into advisor values('19362', '14365'); + insert into advisor values('25942', '96895'); + insert into advisor values('39238', '72553'); + insert into advisor values('65979', '6569'); + insert into advisor values('22086', '19368'); + insert into advisor values('37734', '31955'); + insert into advisor values('17911', '28097'); + insert into advisor values('87831', '79081'); + insert into advisor values('12214', '25946'); + insert into advisor values('20378', '78699'); + insert into advisor values('11083', '96895'); + insert into advisor values('57377', '50885'); + insert into advisor values('35881', '78699'); + insert into advisor values('34542', '79081'); + insert into advisor values('91978', '48570'); + insert into advisor values('87048', '59795'); + insert into advisor values('64820', '14365'); + insert into advisor values('57474', '41930'); + insert into advisor values('53496', '3199'); + insert into advisor values('87193', '4233'); + insert into advisor values('847', '65931'); + insert into advisor values('42388', '97302'); + insert into advisor values('62749', '15347'); + insert into advisor values('41988', '28097'); + insert into advisor values('85680', '97302'); + insert into advisor values('82083', '63287'); + insert into advisor values('65056', '72553'); + insert into advisor values('3639', '59795'); + insert into advisor values('37038', '79653'); + insert into advisor values('9933', '64871'); + insert into advisor values('65190', '52647'); + insert into advisor values('15328', '37687'); + insert into advisor values('59455', '14365'); + insert into advisor values('49873', '22591'); + insert into advisor values('82039', '48570'); + insert into advisor values('20974', '28400'); + insert into advisor values('56089', '48507'); + insert into advisor values('86573', '72553'); + insert into advisor values('38712', '97302'); + insert into advisor values('42991', '6569'); + insert into advisor values('28019', '15347'); + insert into advisor values('13023', '58558'); + insert into advisor values('31761', '72553'); + insert into advisor values('56882', '25946'); + insert into advisor values('34788', '37687'); + insert into advisor values('17607', '52647'); + insert into advisor values('48776', '58558'); + insert into advisor values('78758', '59795'); + insert into advisor values('77218', '77346'); + insert into advisor values('4034', '97302'); + insert into advisor values('50658', '81991'); + insert into advisor values('76057', '37687'); + insert into advisor values('96067', '99052'); + insert into advisor values('24784', '4034'); + insert into advisor values('31560', '36897'); + insert into advisor values('32345', '74426'); + insert into advisor values('76799', '58558'); + insert into advisor values('37454', '96895'); + insert into advisor values('30943', '63287'); + insert into advisor values('16405', '73623'); + insert into advisor values('95850', '4233'); + insert into advisor values('26619', '35579'); + insert into advisor values('17997', '65931'); + insert into advisor values('26427', '80759'); + insert into advisor values('73213', '90376'); + insert into advisor values('93366', '58558'); + insert into advisor values('33882', '74426'); + insert into advisor values('37818', '43779'); + insert into advisor values('21102', '74426'); + insert into advisor values('76798', '52647'); + insert into advisor values('31820', '90376'); + insert into advisor values('63489', '50885'); + insert into advisor values('51955', '81991'); + insert into advisor values('71631', '72553'); + insert into advisor values('48009', '16807'); + insert into advisor values('51678', '65931'); + insert into advisor values('73602', '31955'); + insert into advisor values('11530', '4034'); + insert into advisor values('32376', '4233'); + insert into advisor values('80799', '74420'); + insert into advisor values('40178', '99052'); + insert into advisor values('58701', '42782'); + insert into advisor values('46655', '81991'); + insert into advisor values('93043', '72553'); + insert into advisor values('1402', '37687'); + insert into advisor values('29462', '3199'); + insert into advisor values('49701', '42782'); + insert into advisor values('96968', '3199'); + insert into advisor values('89551', '16807'); + insert into advisor values('32483', '72553'); + insert into advisor values('39472', '77346'); + insert into advisor values('88045', '34175'); + insert into advisor values('30474', '65931'); + insert into advisor values('31476', '36897'); + insert into advisor values('95175', '57180'); + insert into advisor values('95697', '50330'); + insert into advisor values('37759', '95030'); + insert into advisor values('96134', '95709'); + insert into advisor values('92464', '4034'); + insert into advisor values('78434', '80759'); + insert into advisor values('44038', '63395'); + insert into advisor values('43993', '95030'); + insert into advisor values('914', '95030'); + insert into advisor values('19342', '78699'); + insert into advisor values('13749', '79653'); + insert into advisor values('33546', '72553'); + insert into advisor values('40116', '42782'); + insert into advisor values('46980', '3199'); + insert into advisor values('31266', '81991'); + insert into advisor values('65688', '73623'); + insert into advisor values('65563', '35579'); + insert into advisor values('83314', '57180'); + insert into advisor values('39876', '72553'); + insert into advisor values('44706', '43779'); + insert into advisor values('15086', '48570'); + insert into advisor values('12615', '34175'); + insert into advisor values('63538', '25946'); + insert into advisor values('17831', '22591'); + insert into advisor values('96117', '15347'); + insert into advisor values('82066', '31955'); + insert into advisor values('28738', '79653'); + insert into advisor values('84515', '97302'); + insert into advisor values('90132', '90643'); + insert into advisor values('8192', '22591'); + insert into advisor values('25611', '63395'); + insert into advisor values('50743', '52647'); + insert into advisor values('41683', '28097'); + insert into advisor values('99553', '48507'); + insert into advisor values('22179', '22591'); + insert into advisor values('65121', '72553'); + insert into advisor values('52057', '81991'); + insert into advisor values('931', '95709'); + insert into advisor values('23392', '59795'); + insert into advisor values('33759', '15347'); + insert into advisor values('52203', '4233'); + insert into advisor values('78581', '74426'); + insert into advisor values('65241', '25946'); + insert into advisor values('45359', '80759'); + insert into advisor values('86001', '64871'); + insert into advisor values('22532', '50330'); + insert into advisor values('97573', '22591'); + insert into advisor values('90609', '6569'); + insert into advisor values('16528', '48507'); + insert into advisor values('61920', '28400'); + insert into advisor values('282', '28400'); + insert into advisor values('85602', '58558'); + insert into advisor values('62832', '95709'); + insert into advisor values('78454', '34175'); + insert into advisor values('30222', '90376'); + insert into advisor values('28994', '4233'); + insert into advisor values('39927', '77346'); + insert into advisor values('74070', '90376'); + insert into advisor values('65208', '59795'); + insert into advisor values('2286', '31955'); + insert into advisor values('49450', '59795'); + insert into advisor values('83214', '73623'); + insert into advisor values('6287', '99052'); + insert into advisor values('86661', '90376'); + insert into advisor values('68242', '28400'); + insert into advisor values('42092', '74420'); + insert into advisor values('9993', '96895'); + insert into advisor values('89734', '73623'); + insert into advisor values('7732', '16807'); + insert into advisor values('89312', '3335'); + insert into advisor values('35357', '50330'); + insert into advisor values('86127', '58558'); + insert into advisor values('18775', '37687'); + insert into advisor values('24374', '4034'); + insert into advisor values('2848', '57180'); + insert into advisor values('78143', '3199'); + insert into advisor values('50977', '3335'); + insert into advisor values('96895', '65931'); + insert into advisor values('95626', '50885'); + insert into advisor values('22260', '42782'); + insert into advisor values('23224', '36897'); + insert into advisor values('27528', '80759'); + insert into advisor values('71025', '74426'); + insert into advisor values('36845', '72553'); + insert into advisor values('17924', '97302'); + insert into advisor values('69632', '59795'); + insert into advisor values('70828', '97302'); + insert into advisor values('27687', '4034'); + insert into advisor values('28299', '63395'); + insert into advisor values('14869', '22591'); + insert into advisor values('11152', '6569'); + insert into advisor values('17507', '65931'); + insert into advisor values('57107', '31955'); + insert into advisor values('47670', '95030'); + insert into advisor values('25718', '6569'); + insert into advisor values('67293', '74426'); + insert into advisor values('41091', '96895'); + insert into advisor values('86674', '65931'); + insert into advisor values('23506', '52647'); + insert into advisor values('8022', '77346'); + insert into advisor values('97953', '4233'); + insert into advisor values('86934', '36897'); + insert into advisor values('58172', '28400'); + insert into advisor values('81610', '78699'); + insert into advisor values('77172', '64871'); + insert into advisor values('499', '35579'); + insert into advisor values('94730', '3199'); + insert into advisor values('40371', '31955'); + insert into advisor values('3651', '41930'); + insert into advisor values('85904', '34175'); + insert into advisor values('73394', '99052'); + insert into advisor values('8807', '96895'); + insert into advisor values('62705', '48570'); + insert into advisor values('11578', '90376'); + insert into advisor values('68248', '50330'); + insert into advisor values('98315', '6569'); + insert into advisor values('62754', '95030'); + insert into advisor values('41406', '95030'); + insert into advisor values('82063', '57180'); + insert into advisor values('87706', '34175'); + insert into advisor values('20540', '41930'); + insert into advisor values('69960', '14365'); + insert into advisor values('30252', '65931'); + insert into advisor values('70098', '37687'); + insert into advisor values('93986', '14365'); + insert into advisor values('35685', '97302'); + insert into advisor values('31364', '34175'); + insert into advisor values('36494', '4034'); + insert into advisor values('32217', '4233'); + insert into advisor values('69952', '79081'); + insert into advisor values('52523', '31955'); + insert into advisor values('7149', '97302'); + insert into advisor values('71878', '57180'); + insert into advisor values('29192', '48570'); + insert into advisor values('79446', '48507'); + insert into advisor values('77000', '22591'); + insert into advisor values('1836', '35579'); + insert into advisor values('84167', '95709'); + insert into advisor values('81785', '78699'); + insert into advisor values('1087', '35579'); + insert into advisor values('5617', '73623'); + insert into advisor values('53547', '73623'); + insert into advisor values('39978', '31955'); + insert into advisor values('60748', '6569'); + insert into advisor values('23449', '81991'); + insert into advisor values('52385', '63287'); + insert into advisor values('2139', '4233'); + insert into advisor values('12941', '37687'); + insert into advisor values('72521', '80759'); + insert into advisor values('82580', '65931'); + insert into advisor values('39394', '14365'); + insert into advisor values('39901', '43779'); + insert into advisor values('3493', '74426'); + insert into advisor values('90353', '81991'); + insert into advisor values('69747', '28400'); + insert into advisor values('39514', '14365'); + insert into advisor values('36995', '16807'); + insert into advisor values('12971', '50330'); + insert into advisor values('76768', '19368'); + insert into advisor values('79502', '90376'); + insert into advisor values('63390', '50885'); + insert into advisor values('19824', '77346'); + insert into advisor values('46769', '52647'); + insert into advisor values('65400', '4034'); + insert into advisor values('44258', '96895'); + insert into advisor values('81896', '16807'); + insert into advisor values('79772', '90643'); + insert into advisor values('46155', '78699'); + insert into advisor values('18709', '52647'); + insert into advisor values('63502', '16807'); + insert into advisor values('39521', '97302'); + insert into advisor values('51203', '78699'); + insert into advisor values('96741', '48507'); + insert into advisor values('38371', '48570'); + insert into advisor values('59673', '79081'); + insert into advisor values('13365', '95030'); + insert into advisor values('1000', '16807'); + insert into advisor values('19735', '90643'); + insert into advisor values('34126', '95709'); + insert into advisor values('16467', '50330'); + insert into advisor values('80248', '3199'); + insert into advisor values('58634', '28400'); + insert into advisor values('51975', '16807'); + insert into advisor values('77548', '90643'); + insert into advisor values('74796', '36897'); + insert into advisor values('85981', '28400'); + insert into advisor values('29645', '37687'); + insert into advisor values('89234', '57180'); + insert into advisor values('94142', '16807'); + insert into advisor values('79697', '42782'); + insert into advisor values('90089', '48570'); + insert into advisor values('20244', '25946'); + insert into advisor values('37350', '99052'); + insert into advisor values('81638', '63395'); + insert into advisor values('90914', '28400'); + insert into advisor values('75395', '95709'); + insert into advisor values('42556', '28400'); + insert into advisor values('10556', '3199'); + insert into advisor values('39619', '74426'); + insert into advisor values('38288', '3199'); + insert into advisor values('20985', '79653'); + insert into advisor values('38548', '74420'); + insert into advisor values('15698', '41930'); + insert into advisor values('23500', '79653'); + insert into advisor values('70965', '22591'); + insert into advisor values('76911', '63395'); + insert into advisor values('3545', '74420'); + insert into advisor values('46694', '28400'); + insert into advisor values('99977', '28400'); + insert into advisor values('90124', '57180'); + insert into advisor values('95840', '48570'); + insert into advisor values('56143', '52647'); + insert into advisor values('79469', '50330'); + insert into advisor values('3693', '73623'); + insert into advisor values('42096', '4233'); + insert into advisor values('88472', '90643'); + insert into advisor values('14874', '79081'); + insert into advisor values('978', '36897'); + insert into advisor values('33201', '81991'); + insert into advisor values('30161', '63287'); + insert into advisor values('46441', '14365'); + insert into advisor values('31035', '19368'); + insert into advisor values('67371', '3335'); + insert into advisor values('80651', '4233'); + insert into advisor values('43505', '72553'); + insert into advisor values('35498', '80759'); + insert into advisor values('48423', '95709'); + insert into advisor values('51093', '15347'); + insert into advisor values('78572', '37687'); + insert into advisor values('52669', '37687'); + insert into advisor values('87246', '28400'); + insert into advisor values('69122', '79081'); + insert into advisor values('52945', '48570'); + insert into advisor values('52471', '4233'); + insert into advisor values('62728', '97302'); + insert into advisor values('52929', '43779'); + insert into advisor values('85754', '19368'); + insert into advisor values('18583', '50330'); + insert into advisor values('74974', '77346'); + insert into advisor values('48611', '77346'); + insert into advisor values('63582', '81991'); + insert into advisor values('53118', '79081'); + insert into advisor values('88887', '48570'); + insert into advisor values('81175', '19368'); + insert into advisor values('69783', '31955'); + insert into advisor values('14829', '52647'); + insert into advisor values('53469', '80759'); + insert into advisor values('44304', '22591'); + insert into advisor values('48861', '52647'); + insert into advisor values('73411', '77346'); + insert into advisor values('95225', '48570'); + insert into advisor values('53788', '77346'); + insert into advisor values('68712', '57180'); + insert into advisor values('52866', '35579'); + insert into advisor values('5298', '90376'); + insert into advisor values('58606', '59795'); + insert into advisor values('76049', '14365'); + insert into advisor values('78858', '99052'); + insert into advisor values('97041', '28400'); + insert into advisor values('98388', '63287'); + insert into advisor values('15024', '77346'); + insert into advisor values('5243', '58558'); + insert into advisor values('80990', '90376'); + insert into advisor values('77664', '35579'); + insert into advisor values('49982', '77346'); + insert into advisor values('87222', '57180'); + insert into advisor values('35523', '25946'); + insert into advisor values('14499', '97302'); + insert into advisor values('33107', '77346'); + insert into advisor values('18108', '34175'); + insert into advisor values('67655', '4233'); + insert into advisor values('95852', '79081'); + insert into advisor values('50664', '36897'); + insert into advisor values('59117', '37687'); + insert into advisor values('435', '4233'); + insert into advisor values('75596', '6569'); + insert into advisor values('34197', '73623'); + insert into advisor values('66281', '79653'); + insert into advisor values('86736', '90643'); + insert into advisor values('14484', '48507'); + insert into advisor values('88308', '25946'); + insert into advisor values('36657', '96895'); + insert into advisor values('93125', '78699'); + insert into advisor values('29140', '48570'); + insert into advisor values('85211', '15347'); + insert into advisor values('23525', '50330'); + insert into advisor values('3005', '31955'); + insert into advisor values('91197', '35579'); + insert into advisor values('1285', '4034'); + insert into advisor values('29863', '16807'); + insert into advisor values('15070', '97302'); + insert into advisor values('98047', '57180'); + insert into advisor values('87624', '28097'); + insert into advisor values('38902', '65931'); + insert into advisor values('15538', '59795'); + insert into advisor values('83691', '79653'); + insert into advisor values('89759', '42782'); + insert into advisor values('34770', '64871'); + insert into advisor values('11202', '90376'); + insert into advisor values('65681', '3199'); + insert into advisor values('17665', '74426'); + insert into advisor values('11966', '79653'); + insert into advisor values('21556', '42782'); + insert into advisor values('24002', '19368'); + insert into advisor values('75878', '22591'); + insert into advisor values('52120', '34175'); + insert into advisor values('93491', '64871'); + insert into advisor values('78637', '90643'); + insert into advisor values('9256', '72553'); + insert into advisor values('41345', '50330'); + insert into advisor values('98726', '52647'); + insert into advisor values('5381', '77346'); + insert into advisor values('99647', '37687'); + insert into advisor values('50331', '78699'); + insert into advisor values('48247', '28400'); + insert into advisor values('65753', '73623'); + insert into advisor values('29091', '63287'); + insert into advisor values('72165', '99052'); + insert into advisor values('43981', '48507'); + insert into advisor values('16057', '42782'); + insert into advisor values('88525', '48507'); + insert into advisor values('16480', '41930'); + insert into advisor values('92849', '90376'); + insert into advisor values('9495', '77346'); + insert into advisor values('14581', '50885'); + insert into advisor values('65901', '96895'); + insert into advisor values('96203', '28400'); + insert into advisor values('1954', '4233'); + insert into advisor values('66484', '41930'); + insert into advisor values('15083', '73623'); + insert into advisor values('48901', '4034'); + insert into advisor values('15340', '16807'); + insert into advisor values('16515', '97302'); + insert into advisor values('54620', '58558'); + insert into advisor values('15430', '95709'); + insert into advisor values('27236', '79653'); + insert into advisor values('2201', '25946'); + insert into advisor values('69471', '63395'); + insert into advisor values('13880', '74420'); + insert into advisor values('827', '31955'); + insert into advisor values('42960', '73623'); + insert into advisor values('48471', '99052'); + insert into advisor values('13217', '16807'); + insert into advisor values('45570', '25946'); + insert into advisor values('94815', '41930'); + insert into advisor values('1922', '4233'); + insert into advisor values('51084', '63287'); + insert into advisor values('842', '48570'); + insert into advisor values('53152', '99052'); + insert into advisor values('11201', '52647'); + insert into advisor values('88577', '57180'); + insert into advisor values('22050', '79653'); + insert into advisor values('68010', '36897'); + insert into advisor values('10838', '96895'); + insert into advisor values('59848', '52647'); + insert into advisor values('7035', '36897'); + insert into advisor values('5463', '25946'); + insert into advisor values('74464', '43779'); + insert into advisor values('16969', '50885'); + insert into advisor values('62054', '25946'); + insert into advisor values('50719', '3335'); + insert into advisor values('41280', '81991'); + insert into advisor values('31341', '42782'); + insert into advisor values('23475', '97302'); + insert into advisor values('55354', '37687'); + insert into advisor values('50966', '25946'); + insert into advisor values('10269', '15347'); + insert into advisor values('92659', '19368'); + insert into advisor values('49792', '63395'); + insert into advisor values('27140', '25946'); + insert into advisor values('993', '90376'); + insert into advisor values('58326', '50885'); + insert into advisor values('70924', '63287'); + insert into advisor values('71944', '43779'); + insert into advisor values('95201', '28097'); + insert into advisor values('52876', '80759'); + insert into advisor values('58355', '58558'); + insert into advisor values('90181', '41930'); + insert into advisor values('53799', '3335'); + insert into advisor values('13511', '3335'); + insert into advisor values('69521', '35579'); + insert into advisor values('37946', '28097'); + insert into advisor values('15578', '37687'); + insert into advisor values('16311', '4233'); + insert into advisor values('56124', '52647'); + insert into advisor values('63560', '90376'); + insert into advisor values('75299', '43779'); + insert into advisor values('61356', '74420'); + insert into advisor values('70061', '36897'); + insert into advisor values('61232', '31955'); + insert into advisor values('16523', '57180'); + insert into advisor values('57238', '3199'); + insert into advisor values('63645', '37687'); + insert into advisor values('55857', '72553'); + insert into advisor values('90041', '50885'); + insert into advisor values('68263', '48507'); + insert into advisor values('48165', '59795'); + insert into advisor values('23373', '95030'); + insert into advisor values('5336', '42782'); + insert into advisor values('18286', '50885'); + insert into advisor values('4860', '73623'); + insert into advisor values('68516', '59795'); + insert into advisor values('94766', '36897'); + insert into advisor values('72669', '81991'); + insert into advisor values('41596', '3335'); + insert into advisor values('55286', '3199'); + insert into advisor values('10693', '72553'); + insert into advisor values('50467', '64871'); + insert into advisor values('21692', '97302'); + insert into advisor values('8517', '14365'); + insert into advisor values('28133', '3199'); + insert into advisor values('10033', '64871'); + insert into advisor values('60406', '41930'); + insert into advisor values('50703', '41930'); + insert into advisor values('98359', '48570'); + insert into advisor values('23992', '4034'); + insert into advisor values('31554', '14365'); + insert into advisor values('70807', '72553'); + insert into advisor values('4355', '14365'); + insert into advisor values('8457', '43779'); + insert into advisor values('10904', '48570'); + insert into advisor values('83836', '63287'); + insert into advisor values('72657', '58558'); + insert into advisor values('46035', '31955'); + insert into advisor values('36881', '59795'); + insert into advisor values('79487', '37687'); + insert into advisor values('48778', '80759'); + insert into advisor values('64039', '4034'); + insert into advisor values('42565', '79081'); + insert into advisor values('29665', '3199'); + insert into advisor values('83511', '74420'); + insert into advisor values('45494', '97302'); + insert into advisor values('12173', '95709'); + insert into advisor values('16993', '14365'); + insert into advisor values('62784', '74420'); + insert into advisor values('23344', '43779'); + insert into advisor values('92417', '78699'); + insert into advisor values('86529', '48570'); + insert into advisor values('84654', '22591'); + insert into advisor values('52134', '35579'); + insert into advisor values('90234', '57180'); + insert into advisor values('13921', '37687'); + insert into advisor values('76169', '50330'); + insert into advisor values('41832', '4233'); + insert into advisor values('68720', '41930'); + insert into advisor values('66753', '4034'); + insert into advisor values('13753', '81991'); + insert into advisor values('57190', '65931'); + insert into advisor values('27804', '79081'); + insert into advisor values('63449', '74420'); + insert into advisor values('27017', '95030'); + insert into advisor values('52291', '77346'); + insert into advisor values('80941', '15347'); + insert into advisor values('95953', '16807'); + insert into advisor values('72528', '28400'); + insert into advisor values('61854', '74420'); + insert into advisor values('91851', '37687'); + insert into advisor values('38973', '65931'); + insert into advisor values('83480', '79653'); + insert into advisor values('13504', '81991'); + insert into advisor values('19766', '28400'); + insert into advisor values('50365', '90376'); + insert into advisor values('43616', '79081'); + insert into advisor values('19917', '74426'); + insert into advisor values('29849', '43779'); + insert into advisor values('85063', '25946'); + insert into advisor values('70564', '35579'); + insert into advisor values('38121', '65931'); + insert into advisor values('14563', '6569'); + insert into advisor values('6895', '34175'); + insert into advisor values('3039', '4233'); + insert into advisor values('86969', '95709'); + insert into advisor values('11455', '63395'); + insert into advisor values('24809', '58558'); + insert into advisor values('50414', '52647'); + insert into advisor values('57026', '14365'); + insert into advisor values('69081', '73623'); + insert into advisor values('7498', '6569'); + insert into advisor values('34158', '90376'); + insert into advisor values('15144', '50330'); + insert into advisor values('88287', '22591'); + insert into advisor values('72006', '19368'); + insert into advisor values('49244', '72553'); + insert into advisor values('14639', '3199'); + insert into advisor values('76604', '63395'); + insert into advisor values('80113', '16807'); + insert into advisor values('18740', '63395'); + insert into advisor values('69628', '96895'); + insert into advisor values('13757', '42782'); + insert into advisor values('36513', '52647'); + insert into advisor values('97042', '74426'); + insert into advisor values('46260', '48570'); + insert into advisor values('29871', '3335'); + insert into advisor values('75082', '50885'); + insert into advisor values('65715', '52647'); + insert into advisor values('54875', '43779'); + insert into advisor values('99710', '52647'); + insert into advisor values('36384', '97302'); + insert into advisor values('51923', '96895'); + insert into advisor values('37653', '42782'); + insert into advisor values('61783', '48507'); + insert into advisor values('86552', '3335'); + insert into advisor values('11855', '72553'); + insert into advisor values('43016', '3199'); + insert into advisor values('11237', '72553'); + insert into advisor values('96710', '41930'); + insert into advisor values('27044', '73623'); + insert into advisor values('25046', '50885'); + insert into advisor values('62487', '37687'); + insert into advisor values('49759', '65931'); + insert into advisor values('65101', '48570'); + insert into advisor values('64550', '6569'); + insert into advisor values('25143', '95709'); + insert into advisor values('13495', '59795'); + insert into advisor values('67560', '78699'); + insert into advisor values('28316', '78699'); + insert into advisor values('47379', '74420'); + insert into advisor values('56003', '4233'); + insert into advisor values('32369', '64871'); + insert into advisor values('52187', '73623'); + insert into advisor values('91992', '97302'); + insert into advisor values('71543', '78699'); + insert into advisor values('1220', '50330'); + insert into advisor values('40937', '4233'); + insert into advisor values('14065', '77346'); + insert into advisor values('43495', '3335'); + insert into advisor values('26494', '25946'); + insert into advisor values('12362', '25946'); + insert into advisor values('41675', '36897'); + insert into advisor values('78314', '4034'); + insert into advisor values('51579', '34175'); + insert into advisor values('2178', '64871'); + insert into advisor values('86707', '6569'); + insert into advisor values('56849', '19368'); + insert into advisor values('6712', '96895'); + insert into advisor values('17207', '28400'); + insert into advisor values('81876', '97302'); + insert into advisor values('66259', '72553'); + insert into advisor values('75794', '48507'); + insert into advisor values('77003', '95709'); + insert into advisor values('31101', '15347'); + insert into advisor values('64196', '80759'); + insert into advisor values('14628', '59795'); + insert into advisor values('24197', '65931'); + insert into advisor values('3576', '78699'); + insert into advisor values('45720', '16807'); + insert into advisor values('15980', '43779'); + insert into advisor values('34569', '15347'); + insert into advisor values('73492', '37687'); + insert into advisor values('44836', '72553'); + insert into advisor values('27366', '77346'); + insert into advisor values('16250', '95709'); + insert into advisor values('10267', '59795'); + insert into advisor values('77244', '22591'); + insert into advisor values('7854', '4034'); + insert into advisor values('1726', '36897'); + insert into advisor values('8347', '37687'); + insert into advisor values('83573', '90376'); + insert into advisor values('6209', '79653'); + insert into advisor values('85849', '63395'); + insert into advisor values('76224', '35579'); + insert into advisor values('7043', '64871'); + insert into advisor values('70235', '34175'); + insert into advisor values('47824', '52647'); + insert into advisor values('58935', '57180'); + insert into advisor values('987', '90643'); + insert into advisor values('46074', '58558'); + insert into advisor values('23270', '65931'); + insert into advisor values('42956', '63287'); + insert into advisor values('78481', '58558'); + insert into advisor values('888', '50885'); + insert into advisor values('42625', '25946'); + insert into advisor values('43211', '79653'); + insert into advisor values('43226', '43779'); + insert into advisor values('53172', '90376'); + insert into advisor values('16133', '74420'); + insert into advisor values('75522', '59795'); + insert into advisor values('68330', '90376'); + insert into advisor values('53225', '58558'); + insert into advisor values('67542', '63287'); + insert into advisor values('8860', '72553'); + insert into advisor values('22198', '79081'); + insert into advisor values('56212', '14365'); + insert into advisor values('67514', '6569'); + insert into advisor values('58919', '52647'); + insert into advisor values('82707', '57180'); + insert into advisor values('86641', '65931'); + insert into advisor values('94324', '77346'); + insert into advisor values('75534', '50885'); + insert into advisor values('15283', '50330'); + insert into advisor values('47677', '31955'); + insert into advisor values('94569', '63287'); + insert into advisor values('90814', '72553'); + insert into advisor values('63310', '74426'); + insert into advisor values('48660', '95030'); + insert into advisor values('35293', '90376'); + insert into advisor values('28004', '3335'); + insert into advisor values('50038', '6569'); + insert into advisor values('25940', '96895'); + insert into advisor values('11126', '35579'); + insert into advisor values('92332', '80759'); + insert into advisor values('18752', '95709'); + insert into advisor values('61527', '22591'); + insert into advisor values('32119', '42782'); + insert into advisor values('163', '41930'); + insert into advisor values('32065', '42782'); + insert into advisor values('45436', '34175'); + insert into advisor values('58085', '73623'); + insert into advisor values('17076', '74420'); + insert into advisor values('17133', '95030'); + insert into advisor values('36791', '80759'); + insert into advisor values('25785', '73623'); + insert into advisor values('11055', '48507'); + insert into advisor values('96227', '63395'); + insert into advisor values('67024', '31955'); + insert into advisor values('69307', '79081'); + insert into advisor values('23439', '36897'); + insert into advisor values('66969', '50330'); + insert into advisor values('22268', '6569'); + insert into advisor values('41938', '96895'); + insert into advisor values('17057', '80759'); + insert into advisor values('92693', '99052'); + insert into advisor values('49503', '37687'); + insert into advisor values('77130', '78699'); + insert into advisor values('7861', '80759'); + insert into advisor values('51538', '77346'); + insert into advisor values('57787', '37687'); + insert into advisor values('75116', '31955'); + insert into advisor values('81984', '34175'); + insert into advisor values('68395', '52647'); + insert into advisor values('11057', '72553'); + insert into advisor values('20002', '28400'); + insert into advisor values('95027', '95030'); + insert into advisor values('7514', '64871'); + insert into advisor values('88358', '6569'); + insert into advisor values('34392', '79653'); + insert into advisor values('57538', '15347'); + insert into advisor values('9114', '15347'); + insert into advisor values('8378', '59795'); + insert into advisor values('51416', '19368'); + insert into advisor values('71389', '97302'); + insert into advisor values('16453', '34175'); + insert into advisor values('62226', '64871'); + insert into advisor values('26028', '42782'); + insert into advisor values('45817', '35579'); + insert into advisor values('48469', '95709'); + insert into advisor values('69230', '58558'); + insert into advisor values('99711', '42782'); + insert into advisor values('26695', '15347'); + insert into advisor values('2501', '50885'); + insert into advisor values('8819', '28097'); + insert into advisor values('507', '78699'); + insert into advisor values('80698', '31955'); + insert into advisor values('73328', '3335'); + insert into advisor values('23457', '57180'); + insert into advisor values('17996', '78699'); + insert into advisor values('75173', '72553'); + insert into advisor values('25552', '81991'); + insert into advisor values('63612', '48507'); + insert into advisor values('27898', '37687'); + insert into advisor values('33401', '14365'); + insert into advisor values('49280', '63395'); + insert into advisor values('66279', '19368'); + insert into advisor values('12326', '42782'); + insert into advisor values('32772', '59795'); + insert into advisor values('25725', '50330'); + insert into advisor values('89571', '37687'); + insert into advisor values('99780', '36897'); + insert into advisor values('91580', '4233'); + insert into advisor values('27043', '90376'); + insert into advisor values('96615', '35579'); + insert into advisor values('39892', '28097'); + insert into advisor values('1232', '79653'); + insert into advisor values('22467', '90643'); + insert into advisor values('88884', '52647'); + insert into advisor values('96911', '64871'); + insert into advisor values('46337', '48507'); + insert into advisor values('23110', '48507'); + insert into advisor values('60762', '15347'); + insert into advisor values('65676', '4233'); + insert into advisor values('47025', '58558'); + insert into advisor values('1812', '4034'); + insert into advisor values('66763', '63287'); + insert into advisor values('52741', '42782'); + insert into advisor values('78911', '73623'); + insert into advisor values('33206', '42782'); + insert into advisor values('15030', '77346'); + insert into advisor values('11377', '19368'); + insert into advisor values('17676', '74426'); + insert into advisor values('52019', '90643'); + insert into advisor values('64013', '57180'); + insert into advisor values('45770', '59795'); + insert into advisor values('63288', '99052'); + insert into advisor values('92949', '95030'); + insert into advisor values('83871', '90376'); + insert into advisor values('41671', '35579'); + insert into advisor values('645', '72553'); + insert into advisor values('61444', '81991'); + insert into advisor values('85534', '41930'); + insert into advisor values('35362', '16807'); + insert into advisor values('22417', '22591'); + insert into advisor values('5961', '97302'); + insert into advisor values('35257', '90643'); + insert into advisor values('65299', '81991'); + insert into advisor values('18367', '74426'); + insert into advisor values('68396', '4233'); + insert into advisor values('35905', '16807'); + insert into advisor values('45650', '37687'); + insert into advisor values('27662', '52647'); + insert into advisor values('25077', '79653'); + insert into advisor values('85575', '80759'); + insert into advisor values('760', '28400'); + insert into advisor values('67583', '65931'); + insert into advisor values('63886', '95030'); + insert into advisor values('34055', '14365'); + insert into advisor values('41973', '73623'); + insert into advisor values('30017', '15347'); + insert into advisor values('37581', '36897'); + insert into advisor values('62373', '19368'); + insert into advisor values('57160', '25946'); + insert into advisor values('2967', '73623'); + insert into advisor values('5144', '34175'); + insert into advisor values('5703', '79653'); + insert into advisor values('58170', '19368'); + insert into advisor values('53424', '63395'); + insert into advisor values('17397', '34175'); + insert into advisor values('77588', '35579'); + insert into advisor values('92442', '97302'); + insert into advisor values('42114', '28097'); + insert into advisor values('53699', '14365'); + insert into advisor values('22258', '4034'); + insert into advisor values('2133', '6569'); + insert into advisor values('73606', '16807'); + insert into advisor values('63040', '48507'); + insert into advisor values('74473', '41930'); + insert into advisor values('9659', '31955'); + insert into advisor values('21552', '22591'); + insert into advisor values('45002', '99052'); + insert into advisor values('57213', '42782'); + insert into advisor values('56058', '78699'); + insert into advisor values('84792', '96895'); + insert into advisor values('57185', '4034'); + insert into advisor values('75510', '4034'); + insert into advisor values('42560', '37687'); + insert into advisor values('75252', '63395'); + insert into advisor values('82402', '99052'); + insert into advisor values('17339', '57180'); + insert into advisor values('77148', '79081'); + insert into advisor values('11419', '97302'); + insert into advisor values('37869', '97302'); + insert into advisor values('28977', '74426'); + insert into advisor values('28989', '58558'); + insert into advisor values('92867', '95709'); + insert into advisor values('92703', '97302'); + insert into advisor values('17600', '73623'); + insert into advisor values('32464', '79653'); + insert into advisor values('71426', '48570'); + insert into advisor values('8343', '3335'); + insert into advisor values('41261', '35579'); + insert into advisor values('58469', '15347'); + insert into advisor values('36303', '58558'); + insert into advisor values('30164', '35579'); + insert into advisor values('29920', '35579'); + insert into advisor values('30858', '4233'); + insert into advisor values('88801', '50330'); + insert into advisor values('57780', '16807'); + insert into advisor values('21246', '72553'); + insert into advisor values('34957', '28097'); + insert into advisor values('61998', '3335'); + insert into advisor values('56598', '90376'); + insert into advisor values('463', '19368'); + insert into advisor values('81245', '19368'); + insert into advisor values('21100', '3335'); + insert into advisor values('56', '95030'); + insert into advisor values('64121', '95030'); + insert into advisor values('20489', '97302'); + insert into advisor values('10834', '79081'); + insert into advisor values('63289', '57180'); + insert into advisor values('9953', '95709'); + insert into advisor values('78782', '79653'); + insert into advisor values('5399', '79653'); + insert into advisor values('1367', '28097'); + insert into advisor values('30896', '50885'); + insert into advisor values('12236', '95030'); + insert into advisor values('89297', '22591'); + insert into advisor values('52656', '80759'); + insert into advisor values('18859', '63395'); + insert into advisor values('17377', '96895'); + insert into advisor values('50039', '64871'); + insert into advisor values('78756', '81991'); + insert into advisor values('3833', '14365'); + insert into advisor values('47627', '99052'); + insert into advisor values('65438', '35579'); + insert into advisor values('8912', '79653'); + insert into advisor values('22912', '19368'); + insert into advisor values('99289', '65931'); + insert into advisor values('63039', '52647'); + insert into advisor values('20180', '95030'); + insert into advisor values('35687', '77346'); + insert into advisor values('28409', '34175'); + insert into advisor values('56078', '52647'); + insert into advisor values('48589', '64871'); + insert into advisor values('7956', '50885'); + insert into advisor values('16347', '90376'); + insert into advisor values('75362', '58558'); + insert into advisor values('57242', '4034'); + insert into advisor values('71085', '19368'); + insert into advisor values('89132', '3199'); + insert into advisor values('79763', '42782'); + insert into advisor values('41818', '65931'); + insert into advisor values('667', '90376'); + insert into advisor values('82970', '36897'); + insert into advisor values('68150', '36897'); + insert into advisor values('63243', '28097'); + insert into advisor values('18338', '97302'); + insert into advisor values('51862', '28400'); + insert into advisor values('19203', '79653'); + insert into advisor values('78892', '48570'); + insert into advisor values('67657', '34175'); + insert into advisor values('71628', '58558'); + insert into advisor values('43854', '81991'); + insert into advisor values('123', '59795'); + insert into advisor values('5943', '52647'); + insert into advisor values('56139', '48570'); + insert into advisor values('45680', '79653'); + insert into advisor values('76759', '25946'); + insert into advisor values('26802', '77346'); + insert into advisor values('83747', '78699'); + insert into advisor values('35935', '48570'); + insert into advisor values('8957', '4233'); + insert into advisor values('40481', '16807'); + insert into advisor values('44352', '16807'); + insert into advisor values('73072', '41930'); + insert into advisor values('96206', '81991'); + insert into advisor values('8843', '72553'); + insert into advisor values('41299', '90643'); + insert into advisor values('13403', '14365'); + insert into advisor values('65703', '63287'); + insert into advisor values('49205', '36897'); + insert into advisor values('22345', '63287'); + insert into advisor values('39254', '90376'); + insert into advisor values('80742', '15347'); + insert into advisor values('94726', '80759'); + insert into advisor values('77361', '77346'); + insert into advisor values('52856', '97302'); + insert into advisor values('64138', '15347'); + insert into advisor values('89414', '52647'); + insert into advisor values('22618', '4034'); + insert into advisor values('98870', '43779'); + insert into advisor values('77234', '63395'); + insert into advisor values('56057', '42782'); + insert into advisor values('32881', '16807'); + insert into advisor values('92776', '99052'); + insert into advisor values('82301', '96895'); + insert into advisor values('29959', '57180'); + insert into advisor values('30182', '48507'); + insert into advisor values('96324', '79653'); + insert into advisor values('56232', '63287'); + insert into advisor values('53047', '34175'); + insert into advisor values('87015', '90376'); + insert into advisor values('55329', '48507'); + insert into advisor values('21394', '4034'); + insert into advisor values('61166', '37687'); + insert into advisor values('74530', '72553'); + insert into advisor values('99189', '90376'); + insert into advisor values('34170', '81991'); + insert into advisor values('19220', '16807'); + insert into advisor values('73542', '31955'); + insert into advisor values('97590', '28097'); + insert into advisor values('15613', '50885'); + insert into advisor values('78767', '3199'); + insert into advisor values('51553', '74426'); + insert into advisor values('9947', '79081'); + insert into advisor values('95260', '6569'); + insert into advisor values('87268', '59795'); + insert into advisor values('35', '65931'); + insert into advisor values('99451', '97302'); + insert into advisor values('65396', '50885'); + insert into advisor values('98140', '77346'); + insert into advisor values('62520', '73623'); + insert into advisor values('40044', '3199'); + insert into advisor values('78787', '31955'); + insert into advisor values('85308', '6569'); + insert into advisor values('85809', '43779'); + insert into advisor values('30021', '4233'); + insert into advisor values('54153', '57180'); + insert into advisor values('73387', '74426'); + insert into advisor values('83003', '28097'); + insert into advisor values('13211', '57180'); + insert into advisor values('20803', '58558'); + insert into advisor values('6990', '36897'); + insert into advisor values('2629', '4233'); + insert into advisor values('83398', '74426'); + insert into advisor values('6673', '79081'); + insert into advisor values('81294', '35579'); + insert into advisor values('81566', '63287'); + insert into advisor values('94620', '79653'); + insert into advisor values('57456', '16807'); + insert into advisor values('17424', '81991'); + insert into advisor values('34195', '14365'); + insert into advisor values('94836', '50885'); + insert into advisor values('16543', '79081'); + insert into advisor values('42843', '50330'); + insert into advisor values('82868', '90376'); + insert into advisor values('18499', '99052'); + insert into advisor values('50013', '25946'); + insert into advisor values('53077', '48507'); + insert into advisor values('87439', '19368'); + insert into advisor values('40738', '65931'); + insert into advisor values('13352', '99052'); + insert into advisor values('9605', '52647'); + insert into advisor values('53490', '42782'); + insert into advisor values('57925', '78699'); + insert into advisor values('57055', '42782'); + insert into advisor values('21009', '42782'); + insert into advisor values('8140', '31955'); + insert into advisor values('37284', '35579'); + insert into advisor values('97023', '52647'); + insert into advisor values('5920', '99052'); + insert into advisor values('91915', '28400'); + insert into advisor values('25780', '58558'); + insert into advisor values('26473', '28097'); + insert into advisor values('43032', '42782'); + insert into advisor values('30110', '95030'); + insert into advisor values('88302', '95709'); + insert into advisor values('83002', '74426'); + insert into advisor values('83136', '72553'); + insert into advisor values('61364', '16807'); + insert into advisor values('50598', '95709'); + insert into advisor values('83696', '97302'); + insert into advisor values('33791', '65931'); + insert into advisor values('61403', '65931'); + insert into advisor values('66356', '96895'); + insert into advisor values('12683', '63287'); + insert into advisor values('66106', '73623'); + insert into advisor values('77729', '28097'); + insert into advisor values('52750', '57180'); + insert into advisor values('25256', '95030'); + insert into advisor values('3640', '79653'); + insert into advisor values('22325', '37687'); + insert into advisor values('26730', '41930'); + insert into advisor values('70918', '19368'); + insert into advisor values('91616', '97302'); + insert into advisor values('69285', '41930'); + insert into advisor values('42688', '36897'); + insert into advisor values('24932', '3199'); + insert into advisor values('33817', '90643'); + insert into advisor values('53185', '25946'); + insert into advisor values('85445', '57180'); + insert into advisor values('58081', '42782'); + insert into advisor values('75560', '42782'); + insert into advisor values('80821', '95709'); + insert into advisor values('19536', '28097'); + insert into advisor values('27002', '28097'); + insert into advisor values('39925', '97302'); + insert into advisor values('90194', '3199'); + insert into advisor values('32056', '52647'); + insert into advisor values('67310', '63395'); + insert into advisor values('88389', '77346'); + insert into advisor values('78469', '48570'); + insert into advisor values('46450', '28400'); + insert into advisor values('86651', '41930'); + insert into advisor values('5824', '80759'); + insert into advisor values('11101', '14365'); + insert into advisor values('57431', '79081'); + insert into advisor values('96193', '99052'); + insert into advisor values('55531', '77346'); + insert into advisor values('17192', '77346'); + insert into advisor values('86075', '99052'); + insert into advisor values('81150', '50330'); + insert into advisor values('44206', '73623'); + insert into advisor values('67222', '63395'); + insert into advisor values('47126', '35579'); + insert into advisor values('67407', '28097'); + insert into advisor values('20814', '16807'); + insert into advisor values('25331', '35579'); + insert into advisor values('83838', '14365'); + insert into advisor values('66293', '64871'); + insert into advisor values('56499', '79653'); + insert into advisor values('32368', '48570'); + insert into advisor values('75273', '16807'); + insert into advisor values('67436', '52647'); + insert into advisor values('259', '16807'); + insert into advisor values('858', '81991'); + insert into advisor values('94990', '35579'); + insert into advisor values('89140', '97302'); + insert into advisor values('55940', '48507'); + insert into advisor values('72768', '79081'); + insert into advisor values('96772', '28097'); + insert into advisor values('25068', '99052'); + insert into advisor values('96988', '36897'); + insert into advisor values('44816', '80759'); + insert into advisor values('88417', '43779'); + insert into advisor values('11441', '35579'); + insert into advisor values('4435', '79081'); + insert into advisor values('70362', '64871'); + insert into advisor values('54460', '6569'); + insert into advisor values('7970', '79081'); + insert into advisor values('73807', '25946'); + insert into advisor values('19050', '35579'); + insert into advisor values('67146', '79081'); + insert into advisor values('23934', '99052'); + insert into advisor values('96246', '42782'); + insert into advisor values('21225', '74426'); + insert into advisor values('18554', '72553'); + insert into advisor values('38013', '63287'); + insert into advisor values('98019', '6569'); + insert into advisor values('40457', '95709'); + insert into advisor values('94801', '42782'); + insert into advisor values('65038', '74420'); + insert into advisor values('4383', '35579'); + insert into advisor values('36402', '57180'); + insert into advisor values('9514', '63287'); + insert into advisor values('11195', '31955'); + insert into advisor values('31442', '37687'); + insert into advisor values('51698', '6569'); + insert into advisor values('18809', '79081'); + insert into advisor values('85505', '36897'); + insert into advisor values('64642', '48570'); + insert into advisor values('54612', '3335'); + insert into advisor values('5843', '50330'); + insert into advisor values('90779', '95030'); + insert into advisor values('52371', '4233'); + insert into advisor values('51238', '4034'); + insert into advisor values('62124', '28400'); + insert into advisor values('84039', '95709'); + insert into advisor values('24201', '57180'); + insert into advisor values('31993', '77346'); + insert into advisor values('39520', '97302'); + insert into advisor values('59172', '50330'); + insert into advisor values('21774', '14365'); + insert into advisor values('30957', '14365'); + insert into advisor values('54610', '28400'); + insert into advisor values('72358', '73623'); + insert into advisor values('83204', '58558'); + insert into advisor values('76246', '14365'); + insert into advisor values('80047', '28097'); + insert into advisor values('38545', '63287'); + insert into advisor values('8986', '79653'); + insert into advisor values('89393', '3335'); + insert into advisor values('37103', '79081'); + insert into advisor values('76743', '64871'); + insert into advisor values('81396', '74426'); + insert into advisor values('46066', '79653'); + insert into advisor values('6729', '28097'); + insert into advisor values('90372', '25946'); + insert into advisor values('28352', '36897'); + insert into advisor values('9408', '6569'); + insert into advisor values('15517', '41930'); + insert into advisor values('61402', '63395'); + insert into advisor values('49813', '48507'); + insert into advisor values('72186', '95709'); + insert into advisor values('31250', '14365'); + insert into advisor values('51768', '80759'); + insert into advisor values('18636', '43779'); + insert into advisor values('88993', '41930'); + insert into advisor values('72177', '79653'); + insert into advisor values('99760', '81991'); + insert into advisor values('80227', '16807'); + insert into advisor values('76270', '4034'); + insert into advisor values('42019', '78699'); + insert into advisor values('15726', '72553'); + insert into advisor values('97694', '22591'); + insert into advisor values('16849', '3335'); + insert into advisor values('11262', '77346'); + insert into advisor values('64222', '37687'); + insert into advisor values('91799', '81991'); + insert into advisor values('10727', '6569'); + insert into advisor values('64169', '16807'); + insert into advisor values('81031', '50885'); + insert into advisor values('18941', '34175'); + insert into advisor values('46981', '77346'); + insert into prereq values('376', '130'); + insert into prereq values('760', '169'); + insert into prereq values('403', '345'); + insert into prereq values('353', '647'); + insert into prereq values('629', '139'); + insert into prereq values('608', '864'); + insert into prereq values('158', '408'); + insert into prereq values('496', '489'); + insert into prereq values('241', '486'); + insert into prereq values('958', '969'); + insert into prereq values('591', '403'); + insert into prereq values('656', '659'); + insert into prereq values('864', '634'); + insert into prereq values('559', '500'); + insert into prereq values('209', '780'); + insert into prereq values('603', '735'); + insert into prereq values('804', '947'); + insert into prereq values('545', '947'); + insert into prereq values('353', '694'); + insert into prereq values('692', '761'); + insert into prereq values('774', '258'); + insert into prereq values('747', '927'); + insert into prereq values('496', '416'); + insert into prereq values('544', '702'); + insert into prereq values('608', '421'); + insert into prereq values('313', '731'); + insert into prereq values('258', '137'); + insert into prereq values('486', '371'); + insert into prereq values('224', '227'); + insert into prereq values('972', '958'); + insert into prereq values('359', '694'); + insert into prereq values('998', '319'); + insert into prereq values('392', '875'); + insert into prereq values('443', '852'); + insert into prereq values('324', '408'); + insert into prereq values('805', '774'); + insert into prereq values('242', '304'); + insert into prereq values('795', '123'); + insert into prereq values('169', '603'); + insert into prereq values('774', '769'); + insert into prereq values('958', '735'); + insert into prereq values('692', '426'); + insert into prereq values('958', '139'); + insert into prereq values('663', '998'); + insert into prereq values('586', '468'); + insert into prereq values('254', '877'); + insert into prereq values('802', '666'); + insert into prereq values('820', '371'); + insert into prereq values('902', '130'); + insert into prereq values('362', '242'); + insert into prereq values('359', '818'); + insert into prereq values('664', '489'); + insert into prereq values('276', '403'); + insert into prereq values('582', '487'); + insert into prereq values('694', '254'); + insert into prereq values('841', '818'); + insert into prereq values('852', '133'); + insert into prereq values('843', '324'); + insert into prereq values('810', '966'); + insert into prereq values('628', '340'); + insert into prereq values('242', '594'); + insert into prereq values('292', '399'); + insert into prereq values('618', '352'); + insert into prereq values('664', '704'); + insert into prereq values('793', '791'); + insert into prereq values('692', '774'); + insert into prereq values('324', '857'); + insert into prereq values('612', '123'); + insert into prereq values('991', '598'); + insert into prereq values('544', '254'); + insert into prereq values('852', '267'); + insert into prereq values('792', '814'); + insert into prereq values('133', '852'); + insert into prereq values('496', '443'); + insert into prereq values('338', '133'); + insert into prereq values('399', '664'); + insert into prereq values('747', '272'); + insert into prereq values('696', '101'); + insert into prereq values('403', '352'); + insert into prereq values('545', '318'); + insert into prereq values('634', '864'); + insert into prereq values('947', '494'); + insert into prereq values('647', '792'); + insert into prereq values('631', '681'); + insert into prereq values('236', '984'); + insert into prereq values('362', '696'); + insert into prereq values('875', '458'); + insert into prereq values('457', '544'); + insert into prereq values('704', '416'); + insert into prereq values('656', '559'); + insert into prereq values('272', '275'); + insert into prereq values('338', '852'); + insert into prereq values('780', '345'); + insert into prereq values('458', '696'); + insert into prereq values('239', '628'); + insert into prereq values('411', '401'); + insert into prereq values('830', '748'); + insert into prereq values('558', '130'); + insert into prereq values('877', '599'); + insert into prereq values('349', '612'); diff --git a/test_database/college_2/college_2.sqlite b/test_database/college_2/college_2.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..240e1f2479d3f25b99faa7c61bb67d55d7c8ebfc --- /dev/null +++ b/test_database/college_2/college_2.sqlite @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb729920ad0b7f06d38a12f6f678307964acc7d3417af83d98c519c65c90d386 +size 2117632 diff --git a/test_database/college_2/link.txt b/test_database/college_2/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..e6249d4a38b08a03187af0427612e583ea9727b0 --- /dev/null +++ b/test_database/college_2/link.txt @@ -0,0 +1 @@ +http://www.cs.dartmouth.edu/~cs61/Examples/ diff --git a/test_database/company_1/company_1.sqlite b/test_database/company_1/company_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..0d001f8bf49d4981fcc9e2cd9d3c7c81e7ba12c5 Binary files /dev/null and b/test_database/company_1/company_1.sqlite differ diff --git a/test_database/company_1/link.txt b/test_database/company_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..827013da7bc0c4040b28d360d56f6e049034ef9f --- /dev/null +++ b/test_database/company_1/link.txt @@ -0,0 +1 @@ +https://www.classes.cs.uchicago.edu/archive/2009/spring/23500-1/homework.html diff --git a/test_database/company_employee/company_employee.sqlite b/test_database/company_employee/company_employee.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..03104bfb344dd2a43f58da3d822c59de8c75467a Binary files /dev/null and b/test_database/company_employee/company_employee.sqlite differ diff --git a/test_database/company_employee/schema.sql b/test_database/company_employee/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..3805c59ed4753fdcbb3d483dbf607fa5705e6f23 --- /dev/null +++ b/test_database/company_employee/schema.sql @@ -0,0 +1,72 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "people" ( + "People_ID" int, + "Age" int, + "Name" text, + "Nationality" text, + "Graduation_College" text, + PRIMARY KEY ("People_ID") +); + + +INSERT INTO "people" VALUES ("1","27","Reggie Lewis","United States","Northeastern"); +INSERT INTO "people" VALUES ("2","25","Brad Lohaus","United States","Iowa"); +INSERT INTO "people" VALUES ("3","37","Tom Sheehey","United Kindom","Virginia"); +INSERT INTO "people" VALUES ("4","31","Darryl Kennedy","United States","Oklahoma"); +INSERT INTO "people" VALUES ("5","34","David Butler","United Kindom","California"); +INSERT INTO "people" VALUES ("6","37","Tim Naegeli","United States","Wisconsin–Stevens Point"); +INSERT INTO "people" VALUES ("7","30","Jerry Corcoran","United States","Northeastern"); + + + +CREATE TABLE "company" ( + "Company_ID" real, + "Name" text, + "Headquarters" text, + "Industry" text, + "Sales_in_Billion" real, + "Profits_in_Billion" real, + "Assets_in_Billion" real, + "Market_Value_in_Billion" real, + PRIMARY KEY ("Company_ID") +); + + +INSERT INTO "company" VALUES ("1","ExxonMobil","USA","Oil and gas","433.5","41.1","331.1","407.4"); +INSERT INTO "company" VALUES ("2","JPMorgan Chase","USA","Banking","110.8","19","2265.8","170.1"); +INSERT INTO "company" VALUES ("3","General Electric","USA","Conglomerate","147.3","14.2","717.2","213.7"); +INSERT INTO "company" VALUES ("4","Royal Dutch Shell","Netherlands","Oil and gas","470.2","30.9","340.5","227.6"); +INSERT INTO "company" VALUES ("5","Industrial and Commercial Bank of China","China","Banking","82.6","25.1","2039.1","237.4"); +INSERT INTO "company" VALUES ("6","HSBC","UK","Banking","102","16.2","2550","164.3"); +INSERT INTO "company" VALUES ("7","PetroChina","China","Oil and gas","310.1","20.6","304.7","294.7"); +INSERT INTO "company" VALUES ("8","Berkshire Hathaway","USA","Conglomerate","143.7","10.3","392.6","202.2"); +INSERT INTO "company" VALUES ("9","Wells Fargo","USA","Banking","87.6","15.9","1313.9","178.7"); +INSERT INTO "company" VALUES ("10","Petrobras","Brazil","Oil and gas","145.9","20.1","319.4","180"); +INSERT INTO "company" VALUES ("11","BP","UK","Oil and gas","375.5","25.7","292.5","147.4"); +INSERT INTO "company" VALUES ("12","Chevron","USA","Oil and gas","236.3","26.9","209.5","218"); +INSERT INTO "company" VALUES ("13","China Construction Bank","China","Banking","68.7","20.5","1637.8","201.9"); +INSERT INTO "company" VALUES ("14","Citigroup","USA","Banking","102.6","11.1","1873.9","107.5"); +INSERT INTO "company" VALUES ("15","Gazprom","Russia","Oil and gas","117.6","31.7","302.6","159.8"); +INSERT INTO "company" VALUES ("16","Walmart","USA","Retailing","447","15.7","193.4","208.4"); +INSERT INTO "company" VALUES ("17","Volkswagen Group","Germany","Automotive","221.9","21.5","328.7","79.5"); +INSERT INTO "company" VALUES ("18","Total","France","Oil and gas","216.2","15.9","213","132.4"); +INSERT INTO "company" VALUES ("19","Agricultural Bank of China","China","Banking","62.4","14.4","1563.9","154.8"); + + + +CREATE TABLE "employment" ( + "Company_ID" int, + "People_ID" int, + "Year_working" int, + PRIMARY KEY ("Company_ID","People_ID"), + FOREIGN KEY ("Company_ID") REFERENCES `company`("Company_ID"), + FOREIGN KEY ("People_ID") REFERENCES `people`("People_ID") +); + +INSERT INTO "employment" VALUES (11,3,2); +INSERT INTO "employment" VALUES (13,2,3); +INSERT INTO "employment" VALUES (17,7,4); +INSERT INTO "employment" VALUES (15,1,1); +INSERT INTO "employment" VALUES (7,4,1); + diff --git a/test_database/country_language/country_language.sqlite b/test_database/country_language/country_language.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..e45a989fb46e2decf81c7bfb931d24573160f175 Binary files /dev/null and b/test_database/country_language/country_language.sqlite differ diff --git a/test_database/country_language/schema.sql b/test_database/country_language/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..8628af57d9152c5c95e0254f9c862173ffbc8dec --- /dev/null +++ b/test_database/country_language/schema.sql @@ -0,0 +1,68 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "languages" ( +"id" integer, +"name" text, +PRIMARY KEY ("id") +); + +INSERT INTO "languages" VALUES ("1","Icelandic"); +INSERT INTO "languages" VALUES ("2","Swedish"); +INSERT INTO "languages" VALUES ("3","English"); +INSERT INTO "languages" VALUES ("4","Danish"); +INSERT INTO "languages" VALUES ("5","Finnish"); +INSERT INTO "languages" VALUES ("6","German"); +INSERT INTO "languages" VALUES ("7","French"); +INSERT INTO "languages" VALUES ("8","Norwegian"); +INSERT INTO "languages" VALUES ("9","Italian"); +INSERT INTO "languages" VALUES ("10","Romansh"); + +CREATE TABLE "countries" ( +"id" integer, +"name" text, +"overall_score" real, +"justice_score" real, +"health_score" real, +"education_score" real, +"economics_score" real, +"politics_score" real, +PRIMARY KEY ("id") +); + + + + +INSERT INTO "countries" VALUES ("1","Iceland","100.0","100.0","90.5","96.7","88.0","92.8"); +INSERT INTO "countries" VALUES ("2","Sweden","99.2","90.8","94.8","95.5","90.3","93.1"); +INSERT INTO "countries" VALUES ("3","Canada","96.6","100.0","92.7","92.0","91.0","66.9"); +INSERT INTO "countries" VALUES ("4","Denmark","95.3","86.1","94.9","97.6","88.5","78.4"); +INSERT INTO "countries" VALUES ("5","Finland","92.8","80.2","91.4","91.3","86.8","100.0"); +INSERT INTO "countries" VALUES ("6","Switzerland","91.9","87.9","94.4","97.3","82.6","74.6"); +INSERT INTO "countries" VALUES ("7","Norway","91.3","79.3","100.0","74.0","93.5","93.9"); +INSERT INTO "countries" VALUES ("8","United States","89.8","82.9","92.8","97.3","83.9","68.6"); +INSERT INTO "countries" VALUES ("9","Australia","88.2","80.7","93.3","93.9","85.3","65.1"); + + +CREATE TABLE "official_languages" ( +"language_id" integer, +"country_id" integer, +PRIMARY KEY ("language_id", "country_id"), +FOREIGN KEY ("language_id") REFERENCES "languages"("id"), +FOREIGN KEY ("country_id") REFERENCES "countries"("id") +); + + + +INSERT INTO "official_languages" VALUES (1,1); +INSERT INTO "official_languages" VALUES (2,2); +INSERT INTO "official_languages" VALUES (3,3); +INSERT INTO "official_languages" VALUES (4,4); +INSERT INTO "official_languages" VALUES (5,5); +INSERT INTO "official_languages" VALUES (6,6); +INSERT INTO "official_languages" VALUES (7,6); +INSERT INTO "official_languages" VALUES (9,6); +INSERT INTO "official_languages" VALUES (10,6); +INSERT INTO "official_languages" VALUES (8,7); +INSERT INTO "official_languages" VALUES (3,8); +INSERT INTO "official_languages" VALUES (3,9); + diff --git a/test_database/cre_Doc_Template_Mgt/cre_Doc_Template_Mgt.sqlite b/test_database/cre_Doc_Template_Mgt/cre_Doc_Template_Mgt.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..df09eb910edea6c639bcd5bf010fa199d4bfec4e Binary files /dev/null and b/test_database/cre_Doc_Template_Mgt/cre_Doc_Template_Mgt.sqlite differ diff --git a/test_database/cre_Doc_Template_Mgt/schema.sql b/test_database/cre_Doc_Template_Mgt/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a5ebbe7e4bbfcccc32414cf5b93712c3a06d7222 --- /dev/null +++ b/test_database/cre_Doc_Template_Mgt/schema.sql @@ -0,0 +1,90 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE Ref_Template_Types ( +Template_Type_Code CHAR(15) NOT NULL, +Template_Type_Description VARCHAR(255) NOT NULL, +PRIMARY KEY (Template_Type_Code) +); +CREATE TABLE Templates ( +Template_ID INTEGER NOT NULL, +Version_Number INTEGER NOT NULL, +Template_Type_Code CHAR(15) NOT NULL, +Date_Effective_From DATETIME, +Date_Effective_To DATETIME, +Template_Details VARCHAR(255) NOT NULL, +PRIMARY KEY (Template_ID), +FOREIGN KEY (Template_Type_Code) REFERENCES Ref_Template_Types (Template_Type_Code) +); +CREATE TABLE Documents ( +Document_ID INTEGER NOT NULL, +Template_ID INTEGER, +Document_Name VARCHAR(255), +Document_Description VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Document_ID), +FOREIGN KEY (Template_ID) REFERENCES Templates (Template_ID) +); +CREATE TABLE Paragraphs ( +Paragraph_ID INTEGER NOT NULL, +Document_ID INTEGER NOT NULL, +Paragraph_Text VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Paragraph_ID), +FOREIGN KEY (Document_ID) REFERENCES Documents (Document_ID) +); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('PPT', 'Presentation'); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('CV', 'CV'); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('AD', 'Advertisement'); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('PP', 'Paper'); +INSERT INTO Ref_Template_Types (`Template_Type_Code`, `Template_Type_Description`) VALUES ('BK', 'Book'); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (0, 5, 'PP', '2005-11-12 07:09:48', '2008-01-05 14:19:28', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (1, 9, 'PP', '2010-09-24 01:15:11', '1999-07-08 03:31:04', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (4, 4, 'BK', '2002-03-02 14:39:49', '2001-04-18 09:29:52', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (6, 2, 'PPT', '1975-05-20 22:51:19', '1992-05-02 20:06:11', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (7, 8, 'PPT', '1993-10-07 02:33:04', '1975-07-16 04:52:10', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (8, 3, 'BK', '1983-07-16 21:16:16', '1976-10-28 10:08:50', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (9, 2, 'BK', '1997-04-17 08:29:44', '1994-12-07 13:26:23', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (10, 1, 'PPT', '2003-06-05 04:03:45', '2007-06-06 06:18:53', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (11, 6, 'BK', '1996-02-04 11:27:24', '1995-09-19 22:27:48', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (14, 7, 'AD', '1975-10-20 02:28:58', '1979-11-04 08:58:39', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (15, 9, 'CV', '1986-12-09 14:51:36', '1993-03-24 14:30:23', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (16, 5, 'CV', '2012-04-05 07:11:42', '1980-05-07 12:15:47', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (18, 5, 'PP', '1984-08-07 13:36:26', '1998-05-12 12:51:29', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (19, 7, 'AD', '1999-06-21 11:10:30', '1974-09-14 06:34:39', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (20, 6, 'BK', '1986-11-14 12:20:18', '2008-08-08 18:36:43', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (21, 9, 'AD', '2002-08-25 13:26:23', '2015-09-06 01:08:44', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (22, 0, 'PP', '2005-02-20 00:31:34', '1989-11-24 19:06:06', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (23, 2, 'BK', '1979-12-24 10:28:16', '2000-10-22 11:57:12', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (24, 8, 'PP', '2008-08-01 13:57:26', '1973-01-12 14:13:34', ''); +INSERT INTO Templates (`Template_ID`, `Version_Number`, `Template_Type_Code`, `Date_Effective_From`, `Date_Effective_To`, `Template_Details`) VALUES (25, 5, 'PP', '1979-10-20 21:23:20', '2006-02-06 23:52:04', ''); + + +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (0, 7, 'Introduction of OS', 'n', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (1, 25, 'Understanding DB', 'y', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (3, 6, 'Summer Show', 'u', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (76, 20, 'Robbin CV', 'y', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (80, 14, 'Welcome to NY', 'h', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (82, 11, 'Data base', 'w', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (2394, 10, 'Customer reviews', 'y', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (3830, 14, 'Do not panic', 'k', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (33930, 1, 'How Google people work', 'z', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (50123, 22, 'Learning French', 'r', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (651512, 21, 'How to write a CV', 'f', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (801801, 4, 'How to read a book', 'w', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (3540024, 8, 'Palm reading', 'y', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (16514113, 25, 'A history of Arts', 'h', NULL); +INSERT INTO Documents (`Document_ID`, `Template_ID`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (385906526, 11, 'About Korea', 'b', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (7, 2394, 'Korea', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (9, 3, 'Somalia', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (65, 50123, 'Palestinian Territory', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (241, 651512, 'Jersey', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (3708, 33930, 'UK', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (9946, 385906526, 'Fiji', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (16615, 80, 'Japan', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (1104059, 3830, 'Senegal', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (243399026, 651512, 'Indonesia', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (280120913, 2394, 'Ukraine', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (510442723, 2394, 'Korea', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (571212310, 16514113, 'Brazil', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (608931827, 80, 'Micronesia', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (765713812, 16514113, 'Ireland', NULL); +INSERT INTO Paragraphs (`Paragraph_ID`, `Document_ID`, `Paragraph_Text`, `Other_Details`) VALUES (946335436, 3540024, 'Papua New Guinea', NULL); diff --git a/test_database/cre_Doc_Tracking_DB/cre_Doc_Tracking_DB.sqlite b/test_database/cre_Doc_Tracking_DB/cre_Doc_Tracking_DB.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..78f0bb6806894d7b862be90de56858f8ea928f7a Binary files /dev/null and b/test_database/cre_Doc_Tracking_DB/cre_Doc_Tracking_DB.sqlite differ diff --git a/test_database/cre_Doc_Tracking_DB/schema.sql b/test_database/cre_Doc_Tracking_DB/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..8797b688e4c03218115271a8ff2cdcab06eaa93d --- /dev/null +++ b/test_database/cre_Doc_Tracking_DB/schema.sql @@ -0,0 +1,164 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE Ref_Document_Types ( +Document_Type_Code CHAR(15) NOT NULL, +Document_Type_Name VARCHAR(255) NOT NULL, +Document_Type_Description VARCHAR(255) NOT NULL, +PRIMARY KEY (Document_Type_Code) +); + +CREATE TABLE Ref_Calendar ( +Calendar_Date DATETIME NOT NULL, +Day_Number INTEGER, +PRIMARY KEY (Calendar_Date) +); +CREATE TABLE Ref_Locations ( +Location_Code CHAR(15) NOT NULL, +Location_Name VARCHAR(255) NOT NULL, +Location_Description VARCHAR(255) NOT NULL, +PRIMARY KEY (Location_Code) +); + +CREATE TABLE Roles ( +Role_Code CHAR(15) NOT NULL, +Role_Name VARCHAR(255), +Role_Description VARCHAR(255), +PRIMARY KEY (Role_Code) +); + +CREATE TABLE All_Documents ( +Document_ID INTEGER NOT NULL, +Date_Stored DATETIME, +Document_Type_Code CHAR(15) NOT NULL, +Document_Name CHAR(255), +Document_Description CHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Document_ID), +FOREIGN KEY (Document_Type_Code) REFERENCES Ref_Document_Types (Document_Type_Code), +FOREIGN KEY (Date_Stored) REFERENCES Ref_Calendar (Calendar_Date) +); + +CREATE TABLE Employees ( +Employee_ID INTEGER NOT NULL, +Role_Code CHAR(15) NOT NULL, +Employee_Name VARCHAR(255), +Gender_MFU CHAR(1) NOT NULL, +Date_of_Birth DATETIME NOT NULL, +Other_Details VARCHAR(255), +PRIMARY KEY (Employee_ID), +FOREIGN KEY (Role_Code) REFERENCES Roles (Role_Code) +); + +CREATE TABLE Document_Locations ( +Document_ID INTEGER NOT NULL, +Location_Code CHAR(15) NOT NULL, +Date_in_Location_From DATETIME NOT NULL, +Date_in_Locaton_To DATETIME, +PRIMARY KEY (Document_ID, Location_Code, Date_in_Location_From), +FOREIGN KEY (Location_Code) REFERENCES Ref_Locations (Location_Code), +FOREIGN KEY (Date_in_Location_From) REFERENCES Ref_Calendar (Calendar_Date), +FOREIGN KEY (Date_in_Locaton_To) REFERENCES Ref_Calendar (Calendar_Date), +FOREIGN KEY (Document_ID) REFERENCES All_Documents (Document_ID) +); + +CREATE TABLE Documents_to_be_Destroyed ( +Document_ID INTEGER NOT NULL, +Destruction_Authorised_by_Employee_ID INTEGER, +Destroyed_by_Employee_ID INTEGER, +Planned_Destruction_Date DATETIME, +Actual_Destruction_Date DATETIME, +Other_Details VARCHAR(255), +PRIMARY KEY (Document_ID), +FOREIGN KEY (Destroyed_by_Employee_ID) REFERENCES Employees (Employee_ID), +FOREIGN KEY (Destruction_Authorised_by_Employee_ID) REFERENCES Employees (Employee_ID), +FOREIGN KEY (Planned_Destruction_Date) REFERENCES Ref_Calendar (Calendar_Date), +FOREIGN KEY (Actual_Destruction_Date) REFERENCES Ref_Calendar (Calendar_Date), +FOREIGN KEY (Document_ID) REFERENCES All_Documents (Document_ID) +); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1972-03-31 09:47:22', 5); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1976-06-15 03:40:06', 7); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1985-05-13 12:19:43', 7); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1986-10-14 17:53:39', 1); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1987-11-05 06:11:22', 3); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1988-02-01 14:41:52', 8); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1994-11-15 03:49:54', 9); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1995-01-01 03:52:11', 1); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('1997-03-10 15:24:00', 7); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('2007-05-28 16:28:48', 2); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('2008-06-08 12:45:38', 3); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('2009-08-18 03:29:08', 8); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('2010-11-26 19:22:50', 7); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('2012-07-03 09:48:46', 7); +INSERT INTO Ref_Calendar (`Calendar_Date`, `Day_Number`) VALUES ('2017-01-06 23:17:22', 8); +INSERT INTO Ref_Document_Types (`Document_Type_Code`, `Document_Type_Name`, `Document_Type_Description`) VALUES ('CV', 'CV', ''); +INSERT INTO Ref_Document_Types (`Document_Type_Code`, `Document_Type_Name`, `Document_Type_Description`) VALUES ('BK', 'Book', ''); +INSERT INTO Ref_Document_Types (`Document_Type_Code`, `Document_Type_Name`, `Document_Type_Description`) VALUES ('PR', 'Paper', ''); +INSERT INTO Ref_Document_Types (`Document_Type_Code`, `Document_Type_Name`, `Document_Type_Description`) VALUES ('RV', 'Review', ''); +INSERT INTO Ref_Locations (`Location_Code`, `Location_Name`, `Location_Description`) VALUES ('b', 'Brazil', ''); +INSERT INTO Ref_Locations (`Location_Code`, `Location_Name`, `Location_Description`) VALUES ('c', 'Canada', ''); +INSERT INTO Ref_Locations (`Location_Code`, `Location_Name`, `Location_Description`) VALUES ('e', 'Edinburgh', ''); +INSERT INTO Ref_Locations (`Location_Code`, `Location_Name`, `Location_Description`) VALUES ('n', 'Nanjing', ''); +INSERT INTO Ref_Locations (`Location_Code`, `Location_Name`, `Location_Description`) VALUES ('x', 'Xiamen', ''); +INSERT INTO Roles (`Role_Code`, `Role_Name`, `Role_Description`) VALUES ('MG', 'Manager', 'Vero harum corrupti odit ipsa vero et odio. Iste et recusandae temporibus maxime. Magni aspernatur fugit quis explicabo totam esse corrupti.'); +INSERT INTO Roles (`Role_Code`, `Role_Name`, `Role_Description`) VALUES ('ED', 'Editor', 'Itaque dolor ut nemo rerum vitae provident. Vel laborum ipsum velit sint. Et est omnis dignissimos.'); +INSERT INTO Roles (`Role_Code`, `Role_Name`, `Role_Description`) VALUES ('PT', 'Photo', 'Aut modi nihil molestias temporibus sit rerum. Sit neque eaque odio omnis incidunt.'); +INSERT INTO Roles (`Role_Code`, `Role_Name`, `Role_Description`) VALUES ('PR', 'Proof Reader', 'Ut sed quae eaque mollitia qui hic. Natus ea expedita et odio illum fugiat qui natus. Consequatur velit ut dolorem cum ullam esse deserunt dignissimos. Enim non non rem officiis quis.'); +INSERT INTO Roles (`Role_Code`, `Role_Name`, `Role_Description`) VALUES ('HR', 'Human Resource', 'Et totam est quibusdam aspernatur ut. Vitae perferendis eligendi voluptatem molestiae rem ut enim. Ipsum expedita quae earum unde est. Repellendus ut ipsam nihil accusantium sit. Magni accusantium numquam quod et.'); + +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (25, 'HR', 'Leo', '', '1973-02-15 17:16:00', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (30, 'MG', 'Ebba', '', '1979-09-20 12:50:15', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (38, 'ED', 'Stephanie', '1', '2012-03-30 23:02:28', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (55, 'ED', 'Harley', '', '1972-02-18 11:53:30', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (57, 'ED', 'Armani', '', '1988-12-08 06:13:33', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (71, 'ED', 'Gussie', '', '1973-04-04 21:41:22', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (99, 'ED', 'Izabella', '1', '1977-07-04 16:25:21', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (123, 'PT', 'Hugh', '', '2010-03-15 00:17:13', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (136, 'ED', 'Mallie', '', '1980-12-11 20:28:20', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (138, 'ED', 'Beatrice', '1', '2013-04-02 23:55:48', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (156, 'PR', 'Diego', '', '1998-05-30 12:54:10', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (159, 'PR', 'Arno', '', '2010-06-10 20:36:34', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (173, 'PR', 'Alene', '1', '1980-10-14 12:23:10', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (181, 'PR', 'Ettie', '1', '1988-08-03 00:11:14', NULL); +INSERT INTO Employees (`Employee_ID`, `Role_Code`, `Employee_Name`, `Gender_MFU`, `Date_of_Birth`, `Other_Details`) VALUES (183, 'PR', 'Jeramie', '', '1993-08-21 05:22:10', NULL); + + +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (7, '1976-06-15 03:40:06', 'CV', 'Robin CV', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (11, '1986-10-14 17:53:39', 'CV', 'Marry CV', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (25, '2008-06-08 12:45:38', 'BK', 'One hundred years of solitude', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (39, '2012-07-03 09:48:46', 'BK', 'How to read a book', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (72, '2012-07-03 09:48:46', 'CV', 'Alan CV', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (81, '1995-01-01 03:52:11', 'BK', 'Hua Mulan', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (99, '2008-06-08 12:45:38', 'CV', 'Leon CV', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (111, '1987-11-05 06:11:22', 'PR', 'Learning features of CNN', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (119, '2008-06-08 12:45:38', 'RV', 'Marriage and population', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (120, '1997-03-10 15:24:00', 'RV', 'Society and tax', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (166, '1997-03-10 15:24:00', 'PR', 'Are you talking to a machine', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (170, '2009-08-18 03:29:08', 'RV', 'Population', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (230, '1976-06-15 03:40:06', 'CV', 'Martin CV', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (252, '1976-06-15 03:40:06', 'BK', 'Summer', NULL, NULL); +INSERT INTO All_Documents (`Document_ID`, `Date_Stored`, `Document_Type_Code`, `Document_Name`, `Document_Description`, `Other_Details`) VALUES (260, '1997-03-10 15:24:00', 'BK', 'Cats and me', NULL, NULL); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (7, 'e', '2017-01-06 23:17:22', '2008-06-08 12:45:38'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (11, 'x', '2017-01-06 23:17:22', '2012-07-03 09:48:46'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (81, 'c', '1972-03-31 09:47:22', '1987-11-05 06:11:22'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (81, 'c', '2017-01-06 23:17:22', '2010-11-26 19:22:50'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (81, 'x', '2008-06-08 12:45:38', '1976-06-15 03:40:06'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (111, 'x', '1986-10-14 17:53:39', '2010-11-26 19:22:50'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (119, 'b', '2017-01-06 23:17:22', '1995-01-01 03:52:11'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (166, 'b', '1985-05-13 12:19:43', '1986-10-14 17:53:39'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (166, 'b', '1986-10-14 17:53:39', '2010-11-26 19:22:50'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (170, 'x', '1997-03-10 15:24:00', '1976-06-15 03:40:06'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (230, 'e', '1972-03-31 09:47:22', '1987-11-05 06:11:22'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (230, 'e', '2010-11-26 19:22:50', '2017-01-06 23:17:22'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (252, 'n', '2017-01-06 23:17:22', '1997-03-10 15:24:00'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (252, 'x', '1972-03-31 09:47:22', '2009-08-18 03:29:08'); +INSERT INTO Document_Locations (`Document_ID`, `Location_Code`, `Date_in_Location_From`, `Date_in_Locaton_To`) VALUES (260, 'e', '2009-08-18 03:29:08', '1986-10-14 17:53:39'); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (7, 156, 138, '1988-02-01 14:41:52', '2017-01-06 23:17:22', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (11, 55, 173, '2010-11-26 19:22:50', '1986-10-14 17:53:39', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (25, 183, 156, '2009-08-18 03:29:08', '1995-01-01 03:52:11', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (39, 183, 136, '1976-06-15 03:40:06', '2009-08-18 03:29:08', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (99, 55, 99, '2017-01-06 23:17:22', '1986-10-14 17:53:39', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (111, 38, 173, '1972-03-31 09:47:22', '2009-08-18 03:29:08', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (120, 183, 173, '1972-03-31 09:47:22', '1995-01-01 03:52:11', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (166, 156, 38, '1987-11-05 06:11:22', '2012-07-03 09:48:46', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (170, 123, 136, '2017-01-06 23:17:22', '1988-02-01 14:41:52', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (252, 30, 55, '1972-03-31 09:47:22', '1985-05-13 12:19:43', NULL); +INSERT INTO Documents_to_be_Destroyed (`Document_ID`, `Destruction_Authorised_by_Employee_ID`, `Destroyed_by_Employee_ID`, `Planned_Destruction_Date`, `Actual_Destruction_Date`, `Other_Details`) VALUES (260, 55, 99, '2017-01-06 23:17:22', '2017-01-06 23:17:22', NULL); diff --git a/test_database/cre_Doc_Workflow/cre_Doc_Workflow.sqlite b/test_database/cre_Doc_Workflow/cre_Doc_Workflow.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..c341830d5cbd72bc34deaf4bb6604da16cd16739 Binary files /dev/null and b/test_database/cre_Doc_Workflow/cre_Doc_Workflow.sqlite differ diff --git a/test_database/cre_Doc_Workflow/schema.sql b/test_database/cre_Doc_Workflow/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e172e8d51ce82d2e4abc287cc91969629af643e3 --- /dev/null +++ b/test_database/cre_Doc_Workflow/schema.sql @@ -0,0 +1,164 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE Staff ( +staff_id INTEGER NOT NULL, +staff_details VARCHAR(255) NOT NULL, +PRIMARY KEY (staff_id) +); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (3, 'Mrs. Aniya Klocko Sr.'); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (26, 'Prof. Pietro Hudson'); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (52, 'Mr. Sid Hessel'); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (66, 'Rosie Conn'); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (67, 'Jade O''Connell III'); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (76, 'Santina Cronin'); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (93, 'Bella Hilll DDS'); +INSERT INTO Staff (`staff_id`, `staff_details`) VALUES (100, 'Prof. Porter Dickinson Sr.'); + + +CREATE TABLE Ref_Staff_Roles ( +staff_role_code CHAR(15) NOT NULL, +staff_role_description VARCHAR(255) NOT NULL, +PRIMARY KEY (staff_role_code) +); +INSERT INTO Ref_Staff_Roles (`staff_role_code`, `staff_role_description`) VALUES ('MG', 'Manager'); +INSERT INTO Ref_Staff_Roles (`staff_role_code`, `staff_role_description`) VALUES ('ED', 'Editor'); +INSERT INTO Ref_Staff_Roles (`staff_role_code`, `staff_role_description`) VALUES ('PT', 'Photo'); +INSERT INTO Ref_Staff_Roles (`staff_role_code`, `staff_role_description`) VALUES ('PR', 'Proof Reader'); +INSERT INTO Ref_Staff_Roles (`staff_role_code`, `staff_role_description`) VALUES ('HR', 'Human Resource'); + + +CREATE TABLE Process_Outcomes ( +process_outcome_code CHAR(15) NOT NULL, +process_outcome_description VARCHAR(255) NOT NULL, +PRIMARY KEY (process_outcome_code) +); +CREATE TABLE Process_Status ( +process_status_code CHAR(15) NOT NULL, +process_status_description VARCHAR(255) NOT NULL, +PRIMARY KEY (process_status_code) +); +INSERT INTO Process_Outcomes (`process_outcome_code`, `process_outcome_description`) VALUES ('working', 'working on'); +INSERT INTO Process_Outcomes (`process_outcome_code`, `process_outcome_description`) VALUES ('finish', 'finish'); +INSERT INTO Process_Outcomes (`process_outcome_code`, `process_outcome_description`) VALUES ('start', 'starting soon'); +INSERT INTO Process_Status (`process_status_code`, `process_status_description`) VALUES ('ct', 'continue'); +INSERT INTO Process_Status (`process_status_code`, `process_status_description`) VALUES ('pp', 'postpone'); + + + +CREATE TABLE Authors ( +author_name VARCHAR(255) NOT NULL, +other_details VARCHAR(255) NOT NULL, +PRIMARY KEY (author_name) +); + +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Addison Denesik', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Adeline Wolff', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Antwon Krajcik V', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Beverly Bergnaum MD', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Bianka Cummings', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Dr. Dario Hermiston', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Dr. Shad Lowe', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Era Kerluke', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Eveline Bahringer', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Fiona Sipes DVM', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Jameson Konopelski', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Katharina Koepp', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Malvina Metz', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Marjolaine Paucek', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Mr. Joaquin Sanford', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Prof. Baron Heller II', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Shanie Skiles', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Telly Pfannerstill', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Tevin Weber', ''); +INSERT INTO Authors (`author_name`, `other_details`) VALUES ('Vidal Sanford', ''); + + + +CREATE TABLE Documents ( +document_id INTEGER NOT NULL, +author_name VARCHAR(255) NOT NULL, +document_name VARCHAR(255) NOT NULL, +document_description VARCHAR(255) NOT NULL, +other_details VARCHAR(255), +PRIMARY KEY (document_id), +FOREIGN KEY (author_name) REFERENCES Authors (author_name) +); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (0, 'Malvina Metz', 'Travel to Brazil', 'Nulla molestiae voluptas recusandae dolores explicabo et. Consequuntur ut autem velit eos aut.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (4, 'Telly Pfannerstill', 'Travel to China', 'Maiores suscipit earum sed iure. Quis voluptatem facilis doloremque nisi corrupti. Sed est repellendus et aut id. Nisi quis ex eligendi possimus ut ut unde.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (7, 'Malvina Metz', 'Travel to England', 'Dolores beatae omnis dolorem laudantium quaerat ut. Perspiciatis explicabo est ut vel porro omnis. Aut non occaecati aut quia ut non omnis. Quia quam ea consequuntur quo aliquam.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (24, 'Bianka Cummings', 'Travel to Egypt', 'Culpa voluptatibus alias quo amet dolore eum possimus. Qui placeat cumque non aperiam. Cupiditate pariatur dolorum sed ut.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (29, 'Bianka Cummings', 'Travel to Ireland', 'Cumque a ducimus perferendis sint. Quidem tempora recusandae accusamus possimus aut vitae quo. Omnis earum sint doloribus velit.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (52, 'Eveline Bahringer', 'How to cook chicken', 'Soluta vitae sed soluta. Aut eos omnis dolorem qui non recusandae neque. Atque enim inventore sint dolor sit.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (77, 'Marjolaine Paucek', 'How to cook pasta', 'Occaecati id consectetur amet. Fuga vel voluptate qui autem quisquam quis. Eos rerum et iste impedit vel facere.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (79, 'Tevin Weber', 'How to cook steak', 'Eius rerum rerum architecto optio reprehenderit rerum id. Voluptatem et atque expedita. Voluptatem sint qui aut nostrum voluptas.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (262, 'Addison Denesik', 'How to cook rice', 'Quo alias nam consectetur nostrum voluptatibus omnis occaecati. Perspiciatis assumenda sed ullam veritatis modi id. Animi praesentium tenetur hic reiciendis nihil hic aut.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (462, 'Adeline Wolff', 'Learning about flowers', 'Dolor ipsum sed cum aliquid eius enim exercitationem. Eius cupiditate magni sed et. Ex qui debitis sint aliquam illo eligendi magni praesentium. Et reiciendis sed in nostrum eius asperiores. Repellat et odio non qui mollitia.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (927, 'Tevin Weber', 'Learning about palm reading', 'Omnis perferendis voluptas ea animi ad eum voluptatibus. Tempora natus deleniti consequatur rerum id nisi fugit nihil. Labore repellendus porro consequatur qui.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (435463, 'Antwon Krajcik V', 'Learning about chess', 'Qui dolor et porro ut commodi error sed. Qui deserunt et est provident ut. Et quos libero iusto qui enim.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (461893, 'Era Kerluke', 'Learning about society', 'Magnam quos voluptatibus sit qui. Recusandae dignissimos repellendus et dolor sequi provident. Consectetur occaecati illum laboriosam id.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (782065904, 'Beverly Bergnaum MD', 'Learning about arts', 'Qui omnis sint eligendi adipisci perferendis. Quis id voluptatum nobis sed magnam animi quos. Consequatur voluptates voluptatum iure recusandae.', NULL); +INSERT INTO Documents (`document_id`, `author_name`, `document_name`, `document_description`, `other_details`) VALUES (948678383, 'Beverly Bergnaum MD', 'Learning about history', 'Corrupti porro nemo voluptas voluptatibus ipsam minus sed. Alias dolores voluptatibus reprehenderit sunt architecto mollitia incidunt molestiae.', NULL); + + +CREATE TABLE Business_Processes ( +process_id INTEGER NOT NULL, +next_process_id INTEGER, +process_name VARCHAR(255) NOT NULL, +process_description VARCHAR(255) NOT NULL, +other_details VARCHAR(255), +PRIMARY KEY (process_id) +); +INSERT INTO Business_Processes (`process_id`, `next_process_id`, `process_name`, `process_description`, `other_details`) VALUES (9, 9, 'process', 'normal', NULL); + + + +CREATE TABLE Documents_Processes ( +document_id INTEGER NOT NULL, +process_id INTEGER NOT NULL, +process_outcome_code CHAR(15) NOT NULL, +process_status_code CHAR(15) NOT NULL, +PRIMARY KEY (document_id, process_id), +FOREIGN KEY (document_id) REFERENCES Documents (document_id), +FOREIGN KEY (process_id) REFERENCES Business_Processes (process_id), +FOREIGN KEY (process_outcome_code) REFERENCES Process_Outcomes (process_outcome_code), +FOREIGN KEY (process_status_code) REFERENCES Process_Status (process_status_code) +); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (0, 9, 'finish', 'ct'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (4, 9, 'start', 'ct'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (7, 9, 'start', 'pp'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (24, 9, 'start', 'ct'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (52, 9, 'finish', 'pp'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (462, 9, 'working', 'ct'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (927, 9, 'working', 'pp'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (435463, 9, 'start', 'ct'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (461893, 9, 'finish', 'pp'); +INSERT INTO Documents_Processes (`document_id`, `process_id`, `process_outcome_code`, `process_status_code`) VALUES (782065904, 9, 'working', 'ct'); + + +CREATE TABLE Staff_in_Processes ( +document_id INTEGER NOT NULL, +process_id INTEGER NOT NULL, +staff_id INTEGER NOT NULL, +staff_role_code CHAR(15) NOT NULL, +date_from DATETIME, +date_to DATETIME, +other_details VARCHAR(255), +PRIMARY KEY (document_id, process_id, staff_id), +FOREIGN KEY (staff_id) REFERENCES Staff (staff_id), +FOREIGN KEY (document_id, process_id) REFERENCES Documents_Processes (document_id,process_id), +FOREIGN KEY (staff_role_code) REFERENCES Ref_Staff_Roles (staff_role_code) +); + +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (0, 9, 3, 'MG', '1989-02-06 18:30:52', '2001-08-10 20:58:06', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (0, 9, 67, 'ED', '2015-01-01 06:43:57', '1982-01-11 19:27:20', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (4, 9, 3, 'HR', '1979-10-19 18:36:39', '1993-12-13 11:55:33', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (7, 9, 100, 'PT', '1988-06-20 01:13:16', '2000-06-15 03:03:57', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (24, 9, 26, 'PR', '1973-02-04 06:53:33', '2005-10-19 08:53:29', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (462, 9, 26, 'ED', '1988-08-05 21:55:02', '1995-03-09 06:54:14', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (462, 9, 76, 'ED', '2009-08-07 08:26:16', '1973-09-18 07:39:56', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (927, 9, 3, 'ED', '1998-09-05 17:52:04', '2014-05-24 01:12:43', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (435463, 9, 52, 'PT', '1972-04-24 05:45:56', '1974-08-02 01:37:15', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (461893, 9, 67, 'HR', '2000-06-10 21:41:38', '2007-02-12 17:11:51', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (461893, 9, 93, 'MG', '2010-05-08 11:30:36', '1973-02-25 01:08:20', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (782065904, 9, 52, 'ED', '2007-07-21 13:51:39', '1970-03-14 11:36:29', NULL); +INSERT INTO Staff_in_Processes (`document_id`, `process_id`, `staff_id`, `staff_role_code`, `date_from`, `date_to`, `other_details`) VALUES (782065904, 9, 66, 'MG', '1983-04-04 06:50:24', '1996-03-15 15:12:08', NULL); diff --git a/test_database/cre_Drama_Workshop_Groups/cre_Drama_Workshop_Groups.sqlite b/test_database/cre_Drama_Workshop_Groups/cre_Drama_Workshop_Groups.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..cbaec082f765f8dac67826be596c1c7196dd2e79 Binary files /dev/null and b/test_database/cre_Drama_Workshop_Groups/cre_Drama_Workshop_Groups.sqlite differ diff --git a/test_database/cre_Drama_Workshop_Groups/schema.sql b/test_database/cre_Drama_Workshop_Groups/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..5804924b204132bc221c4ea7c38d579e254348f8 --- /dev/null +++ b/test_database/cre_Drama_Workshop_Groups/schema.sql @@ -0,0 +1,468 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE Ref_Payment_Methods ( +payment_method_code CHAR(10) NOT NULL, +payment_method_description VARCHAR(80), +PRIMARY KEY (payment_method_code), +UNIQUE (payment_method_code) +); +INSERT INTO Ref_Payment_Methods (`payment_method_code`, `payment_method_description`) VALUES ('American E', 'credit'); +INSERT INTO Ref_Payment_Methods (`payment_method_code`, `payment_method_description`) VALUES ('MasterCard', 'debit'); +INSERT INTO Ref_Payment_Methods (`payment_method_code`, `payment_method_description`) VALUES ('Visa', 'Visa'); + +CREATE TABLE Ref_Service_Types ( +Service_Type_Code CHAR(15) NOT NULL, +Parent_Service_Type_Code CHAR(15), +Service_Type_Description VARCHAR(255), +PRIMARY KEY (Service_Type_Code), +UNIQUE (Service_Type_Code) +); + +INSERT INTO Ref_Service_Types ( `Service_Type_Code`,`Parent_Service_Type_Code`,`Service_Type_Description`) VALUES ('1','1','provide photo service'); +INSERT INTO Ref_Service_Types ( `Service_Type_Code`,`Parent_Service_Type_Code`,`Service_Type_Description`) VALUES ('2','1','provide dinning service'); +INSERT INTO Ref_Service_Types ( `Service_Type_Code`,`Parent_Service_Type_Code`,`Service_Type_Description`) VALUES ('3','1','provide filming service'); +INSERT INTO Ref_Service_Types ( `Service_Type_Code`,`Parent_Service_Type_Code`,`Service_Type_Description`) VALUES ('4','1','provide adv promoting service'); + + + +CREATE TABLE Addresses ( +Address_ID VARCHAR(100) NOT NULL, +Line_1 VARCHAR(255), +Line_2 VARCHAR(255), +City_Town VARCHAR(255), +State_County VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Address_ID), +UNIQUE (Address_ID) +); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('110', '4753 Dach Highway', 'Suite 846', 'Feliciaberg', 'Florida', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('124', '391 Vandervort Fall Apt. 446', 'Apt. 107', 'West Sherwoodstad', 'Indiana', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('148', '809 Izabella Islands', 'Suite 271', 'Schadenville', 'Ohio', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('15', '3720 Vito View Apt. 148', 'Apt. 584', 'New Jaquelinmouth', 'Ohio', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('180', '8835 Boehm Greens', 'Apt. 741', 'Chrisside', 'Maryland', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('19', '77667 Nathan Union Apt. 606', 'Apt. 114', 'Desireefort', 'WestVirginia', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('192', '545 Lula Mission', 'Suite 311', 'East Aracely', 'Oklahoma', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('201', '2893 Jenkins Station Suite 815', 'Suite 570', 'Monahanshire', 'Kentucky', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('207', '87789 Reilly Canyon Suite 872', 'Apt. 136', 'Rueckermouth', 'Maryland', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('230', '0855 Ziemann Island', 'Apt. 597', 'Purdyville', 'SouthCarolina', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('266', '2082 Runolfsson Cliffs', 'Apt. 460', 'Macejkovicchester', 'Alaska', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('286', '51237 Maiya Center', 'Suite 714', 'New Lonzoville', 'Nebraska', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('314', '70561 Vicenta Islands Apt. 873', 'Apt. 352', 'Cronaborough', 'Ohio', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('362', '384 Fahey Flat Apt. 886', 'Suite 583', 'South Birdie', 'Pennsylvania', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('369', '899 Okuneva Haven', 'Apt. 615', 'Jasthaven', 'Delaware', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('374', '956 Aliyah Cape', 'Suite 226', 'South Eugenia', 'Washington', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('383', '788 Flossie Junction Apt. 770', 'Apt. 861', 'Nataliamouth', 'WestVirginia', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('39', '9799 Andres Shoal', 'Apt. 012', 'North Antonina', 'SouthDakota', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('74', '8682 Boyle Glen', 'Apt. 012', 'Lindberg', 'Alabama', NULL); +INSERT INTO Addresses (`Address_ID`, `Line_1`, `Line_2`, `City_Town`, `State_County`, `Other_Details`) VALUES ('98', '32128 Klocko Oval', 'Suite 184', 'Port Maximeview', 'Arizona', NULL); + + + +CREATE TABLE Products ( +Product_ID VARCHAR(100) NOT NULL, +Product_Name VARCHAR(255), +Product_Price DECIMAL(20,4), +Product_Description VARCHAR(255), +Other_Product_Service_Details VARCHAR(255), +PRIMARY KEY (Product_ID), +UNIQUE (Product_ID) +); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('11', 'photo', '4448536.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('154', 'film', '2302.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('156', 'film', '17622723.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('179', 'film', '1432324.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('188', 'film', '49097627.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('21', 'photo', '22082866.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('216', 'film', '157216.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('232', 'photo', '22.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('233', 'photo', '4082352.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('250', 'photo', '797.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('273', 'photo', '1577.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('300', 'dinning', '30625.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('46', 'dinning', '50828.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('81', 'dinning', '634660.0000', NULL, NULL); +INSERT INTO Products (`Product_ID`, `Product_Name`, `Product_Price`, `Product_Description`, `Other_Product_Service_Details`) VALUES ('83', 'film', '900.0000', NULL, NULL); + + +CREATE TABLE Marketing_Regions ( +Marketing_Region_Code CHAR(15) NOT NULL, +Marketing_Region_Name VARCHAR(255) NOT NULL, +Marketing_Region_Descriptrion VARCHAR(255) NOT NULL, +Other_Details VARCHAR(255), +PRIMARY KEY (Marketing_Region_Code), +UNIQUE (Marketing_Region_Code) +); + +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('CA', 'Canada', 'Our target market', NULL); +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('CN', 'China', 'Our largest market', NULL); +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('ES', 'Spain', '', NULL); +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('FR', 'France', '', NULL); +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('IN', 'India', '', NULL); +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('MX', 'Mexico', '', NULL); +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('RU', 'Russia', '', NULL); +INSERT INTO Marketing_Regions (`Marketing_Region_Code`, `Marketing_Region_Name`, `Marketing_Region_Descriptrion`, `Other_Details`) VALUES ('US', 'United States', 'Our main market', NULL); + + +CREATE TABLE Clients ( +Client_ID INTEGER NOT NULL, +Address_ID INTEGER NOT NULL, +Customer_Email_Address VARCHAR(255), +Customer_Name VARCHAR(255), +Customer_Phone VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Client_ID), +UNIQUE (Client_ID), +FOREIGN KEY (Address_ID) REFERENCES Addresses (Address_ID) +); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (423, 201, 'branson94@example.net', 'Clifford', '(042)912-3404x5135', 'VIP'); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (426, 383, 'alba04@example.com', 'Bettye', '(604)849-0214', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (478, 15, 'westley30@example.net', 'Reinhold', '1-048-214-4640x64380', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (508, 98, 'hudson.kristina@example.net', 'Jack', '(966)022-6448x3428', 'Super VIP'); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (509, 286, 'white.alysa@example.com', 'Rosanna', '(651)611-6111x61144', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (527, 74, 'buddy98@example.org', 'Kelton', '581.457.6800', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (591, 98, 'considine.shyanne@example.net', 'Connor', '1-479-550-1510x89172', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (605, 15, 'strosin.keara@example.com', 'Garfield', '+63(3)8897932425', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (628, 383, 'cconn@example.net', 'Urban', '405.225.1435', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (631, 374, 'qaltenwerth@example.com', 'Vita', '1-299-766-5382x3122', 'VIP'); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (699, 98, 'lbalistreri@example.net', 'Rory', '1-431-563-2576x9849', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (735, 110, 'dina.gutmann@example.net', 'Arvid', '(745)818-8559x747', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (768, 369, 'rempel.jamison@example.com', 'Consuelo', '(729)754-0764x6020', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (775, 383, 'jklocko@example.net', 'Alvis', '+12(5)4915316228', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (776, 374, 'lacy92@example.com', 'Tevin', '08761812417', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (868, 74, 'boyer.carleton@example.com', 'Krista', '(066)903-6363', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (887, 39, 'vparker@example.net', 'Genesis', '1-121-643-1101', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (938, 180, 'cleora.strosin@example.org', 'Horace', '935-161-0948x33010', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (943, 39, 'kbailey@example.com', 'Marquis', '398-003-6983x1691', NULL); +INSERT INTO Clients (`Client_ID`, `Address_ID`, `Customer_Email_Address`, `Customer_Name`, `Customer_Phone`, `Other_Details`) VALUES (953, 362, 'conn.josiane@example.com', 'Malcolm', '(995)964-6385', NULL); + + +CREATE TABLE Drama_Workshop_Groups ( +Workshop_Group_ID INTEGER NOT NULL, +Address_ID INTEGER NOT NULL, +Currency_Code CHAR(15) NOT NULL, +Marketing_Region_Code CHAR(15) NOT NULL, +Store_Name VARCHAR(255), +Store_Phone VARCHAR(255), +Store_Email_Address VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Workshop_Group_ID), +UNIQUE (Workshop_Group_ID), +FOREIGN KEY (Address_ID) REFERENCES Addresses (Address_ID) +); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (136, 383, 'EU', 'FR', 'Amely Cafe', '122-084-8029', 'amely.ruecker@example.com', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (140, 180, 'EU', 'DE', 'Veda Film', '793-966-9311x5303', 'breitenberg.veda@example.com', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (176, 286, 'EU', 'RU', 'Queen Art', '492-463-5967', 'quigley.queen@example.org', 'Good'); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (314, 369, 'EU', 'RU', 'Kole Photo', '(256)743-0310', 'kole.torp@example.org', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (382, 266, 'USD', 'US', 'WAT Food', '(411)133-9128', 'watsica.hettie@example.com', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (405, 207, 'EU', 'ES', 'Hansen Print', '1-764-337-3453', 'hansen.krista@example.net', 'Good'); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (415, 383, 'EU', 'RU', 'Roo Place', '(422)705-5633', 'roosevelt61@example.com', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (431, 110, 'USD', 'MX', 'Uhuels Fruit', '(636)443-4067', 'uhuels@example.net', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (470, 369, 'USD', 'DE', 'Harry Beef', '(904)958-9909x0087', 'harry.nicolas@example.org', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (685, 201, 'EU', 'RU', 'Welch Flower', '334-591-4561x465', 'welch.colby@example.net', 'Bad'); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (708, 230, 'EU', 'RU', 'Kling Workshop', '499-032-2149', 'katherine.kling@example.org', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (735, 286, 'EU', 'FR', 'Orn News', '+60(6)8081312118', 'arturo.orn@example.org', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (838, 124, 'EU', 'RU', 'Bednar Film', '1-351-773-1587x95545', 'bednar.michael@example.org', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (942, 98, 'EU', 'IE', 'Kessler Exploration', '(020)161-0983x567', 'kessler.maximillia@example.net', NULL); +INSERT INTO Drama_Workshop_Groups (`Workshop_Group_ID`, `Address_ID`, `Currency_Code`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES (954, 374, 'EU', 'PT', 'Warino Photo', '1-811-875-3222', 'waino.king@example.com', NULL); + + + +CREATE TABLE Performers ( +Performer_ID INTEGER NOT NULL, +Address_ID INTEGER NOT NULL, +Customer_Name VARCHAR(255), +Customer_Phone VARCHAR(255), +Customer_Email_Address VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Performer_ID), +UNIQUE (Performer_ID), +FOREIGN KEY (Address_ID) REFERENCES Addresses (Address_ID) +); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (153, 124, 'Shawna', '664.495.1939', 'krogahn@example.com', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (211, 124, 'Ashley', '893-536-8857', 'preston45@example.net', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (313, 39, 'Oren', '1-952-052-6685x28082', 'ferry.carolina@example.net', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (341, 110, 'Issac', '08639382978', 'wisozk.john@example.org', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (360, 207, 'Shaniya', '472.072.6649x4161', 'wschroeder@example.org', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (376, 180, 'Peyton', '905.705.9514', 'clotilde04@example.net', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (379, 192, 'Trudie', '782-118-0067', 'trey88@example.net', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (415, 110, 'Gwen', '342-389-0010x682', 'okub@example.org', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (433, 110, 'Doyle', '547.535.3455', 'otilia.ortiz@example.net', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (448, 192, 'Fritz', '858.603.7004', 'cummings.matteo@example.com', 'Did not pay'); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (466, 374, 'Tyrique', '1-417-019-8634', 'cokuneva@example.com', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (650, 15, 'Keanu', '(654)496-1642x31167', 'hudson.cristobal@example.net', 'Did not pay'); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (656, 148, 'Dariana', '320.705.7190x0354', 'hbreitenberg@example.com', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (798, 266, 'Sid', '1-260-605-6483', 'kellen89@example.com', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (808, 374, 'Vernon', '+11(1)8172674604', 'ianderson@example.com', 'Pay good tips'); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (832, 124, 'Marques', '087-833-4617x095', 'joel24@example.com', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (882, 207, 'Destiney', '(054)005-5168', 'jennyfer81@example.com', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (904, 314, 'Jeanie', '323-787-3435x31522', 'anderson34@example.net', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (954, 362, 'Joannie', '1-856-024-7910x2017', 'chaim10@example.com', NULL); +INSERT INTO Performers (`Performer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES (976, 19, 'Elyse', '483.180.0168x1288', 'myrtice.satterfield@example.net', NULL); + + +CREATE TABLE Customers ( +Customer_ID VARCHAR(100) NOT NULL, +Address_ID INTEGER NOT NULL, +Customer_Name VARCHAR(255), +Customer_Phone VARCHAR(255), +Customer_Email_Address VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Customer_ID), +UNIQUE (Customer_ID), +FOREIGN KEY (Address_ID) REFERENCES Addresses (Address_ID) +); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('240', 286, 'Harold', '624-096-7791', 'jerde.harmon@example.com', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('267', 98, 'Federico', '914-915-7483', 'johnson27@example.com', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('304', 369, 'Samson', '1-463-121-4086x655', 'dalton75@example.com', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('418', 369, 'Daryl', '(191)727-6065x6351', 'hickle.jazmyn@example.org', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('516', 110, 'Robert', '903.657.6967x467', 'fheathcote@example.com', 'VIP'); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('518', 180, 'Jacques', '02902266118', 'eleannon@example.org', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('546', 266, 'Davonte', '(941)313-1839x94608', 'keanu70@example.net', 'VIP'); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('556', 19, 'Blake', '056.568.7725', 'clemens43@example.org', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('633', 148, 'Elwyn', '388.863.3459x0915', 'ggrant@example.com', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('712', 266, 'Alek', '398.352.1753', 'terry.nels@example.com', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('714', 230, 'Adelbert', '(514)659-1318x46123', 'hermann.veum@example.org', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('793', 74, 'Isaiah', '347.178.3326', 'dudley08@example.net', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('823', 383, 'Ephraim', '03189033909', 'gage.johns@example.org', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('957', 207, 'Cedrick', '620-987-5897', 'nschmidt@example.org', NULL); +INSERT INTO Customers (`Customer_ID`, `Address_ID`, `Customer_Name`, `Customer_Phone`, `Customer_Email_Address`, `Other_Details`) VALUES ('998', 201, 'Wade', '+46(5)7576252034', 'cassin.cielo@example.org', NULL); + + +CREATE TABLE Stores ( +Store_ID VARCHAR(100) NOT NULL, +Address_ID INTEGER NOT NULL, +Marketing_Region_Code CHAR(15) NOT NULL, +Store_Name VARCHAR(255), +Store_Phone VARCHAR(255), +Store_Email_Address VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Store_ID), +UNIQUE (Store_ID), +FOREIGN KEY (Address_ID) REFERENCES Addresses (Address_ID), +FOREIGN KEY (Marketing_Region_Code) REFERENCES Marketing_Regions (Marketing_Region_Code) +); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('150', 286, 'IN', 'FJA Filming', '+65(1)3590790358', 'fjacobson@example.com', NULL); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('229', 266, 'CA', 'Rob Dinning', '1-327-185-9368', 'rborer@example.org', '5 stars'); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('231', 230, 'ES', 'Adan Dinning', '896-931-9633x869', 'adan93@example.com', NULL); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('236', 74, 'CA', 'Fred Dinning', '893-457-3102x4293', 'frederik37@example.org', NULL); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('291', 266, 'RU', 'Ewi Filming', '+46(1)1411714927', 'ewisoky@example.org', NULL); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('344', 369, 'ES', 'Shery Photo', '1-678-902-9434x1148', 'shirley07@example.net', '4 stars'); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('421', 192, 'FR', 'Carmol Photo', '(941)444-7666x7089', 'carmel04@example.com', '3 stars'); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('444', 110, 'CN', 'FK Filming', '086-705-8793', 'fkuvalis@example.net', NULL); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('512', 369, 'CA', 'Adam Photo', '127.870.0753x54565', 'adams.miles@example.net', '5 stars'); +INSERT INTO Stores (`Store_ID`, `Address_ID`, `Marketing_Region_Code`, `Store_Name`, `Store_Phone`, `Store_Email_Address`, `Other_Details`) VALUES ('518', 110, 'ES', 'Lur Photo', '605-319-8245', 'lurline24@example.org', NULL); + + +CREATE TABLE Bookings ( +Booking_ID INTEGER NOT NULL , +Customer_ID INTEGER NOT NULL, +Workshop_Group_ID VARCHAR(100) NOT NULL, +Status_Code CHAR(15) NOT NULL, +Store_ID INTEGER NOT NULL, +Order_Date DATETIME NOT NULL, +Planned_Delivery_Date DATETIME NOT NULL, +Actual_Delivery_Date DATETIME NOT NULL, +Other_Order_Details VARCHAR(255), +PRIMARY KEY (Booking_ID), +UNIQUE (Booking_ID), +FOREIGN KEY (Customer_ID) REFERENCES Clients (Client_ID), +FOREIGN KEY (Workshop_Group_ID) REFERENCES Drama_Workshop_Groups (Workshop_Group_ID) +); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (1, 938, '140', 'good', 8, '2016-12-12 10:43:01', '2013-03-10 18:47:05', '1997-11-21 10:07:40', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (2, 868, '838', 'stop', 7, '1976-08-20 00:33:08', '2009-07-09 09:18:38', '1976-01-08 07:19:23', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (3, 735, '176', 'good', 9, '1975-11-23 06:28:47', '1989-01-05 19:24:45', '1990-03-16 19:38:47', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (4, 527, '708', 'stop', 6, '1995-02-02 15:52:57', '2017-04-27 00:16:00', '1996-10-24 21:15:27', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (5, 591, '176', 'good', 9, '1995-05-10 14:49:47', '1979-07-19 19:44:01', '1971-01-13 13:24:52', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (6, 953, '735', 'good', 1, '1992-11-26 18:11:10', '2016-06-06 20:35:14', '2016-04-30 11:45:39', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (7, 735, '954', 'stop', 4, '1975-12-30 14:12:32', '2008-07-18 18:15:40', '1983-10-09 10:48:48', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (8, 605, '176', 'good', 2, '1992-05-11 23:22:41', '1973-04-02 03:10:21', '1983-07-01 22:10:19', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (9, 508, '405', 'good', 4, '1971-05-11 06:53:01', '1974-05-07 21:40:39', '1986-10-04 13:31:10', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (10, 938, '735', 'good', 4, '1982-05-19 05:37:51', '1999-05-11 01:26:06', '1989-11-17 00:32:13', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (11, 423, '136', 'good', 4, '1991-10-11 17:24:15', '1978-04-10 12:23:59', '1983-02-07 20:27:10', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (12, 776, '954', 'good', 5, '1984-12-17 12:53:51', '2014-06-05 10:19:46', '1985-09-02 11:34:39', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (13, 605, '685', 'good', 6, '1996-09-14 10:17:55', '1993-04-17 23:53:01', '1982-04-18 02:59:08', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (14, 426, '954', 'stop', 6, '2007-08-05 15:46:29', '1971-06-29 03:04:47', '1995-12-21 05:01:38', NULL); +INSERT INTO Bookings (`Booking_ID`, `Customer_ID`, `Workshop_Group_ID`, `Status_Code`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (15, 426, '176', 'stop', 8, '1976-10-24 07:40:47', '1972-06-25 15:51:34', '2004-02-22 04:37:14', NULL); + + +CREATE TABLE Performers_in_Bookings ( +Order_ID INTEGER NOT NULL, +Performer_ID INTEGER NOT NULL, +PRIMARY KEY (Order_ID, Performer_ID), +FOREIGN KEY (Performer_ID) REFERENCES Performers (Performer_ID), +FOREIGN KEY (Order_ID) REFERENCES Bookings (Booking_ID) +); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (1, 153); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (1, 341); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (2, 466); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (3, 798); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (4, 313); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (7, 882); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (8, 650); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (8, 976); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (9, 376); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (9, 656); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (9, 954); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (11, 360); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (13, 313); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (13, 808); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (15, 313); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (15, 656); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (15, 832); +INSERT INTO Performers_in_Bookings (`Order_ID`, `Performer_ID`) VALUES (15, 904); + + +CREATE TABLE Customer_Orders ( +Order_ID INTEGER NOT NULL , +Customer_ID INTEGER NOT NULL, +Store_ID INTEGER NOT NULL, +Order_Date DATETIME NOT NULL, +Planned_Delivery_Date DATETIME NOT NULL, +Actual_Delivery_Date DATETIME NOT NULL, +Other_Order_Details VARCHAR(255), +PRIMARY KEY (Order_ID), +UNIQUE (Order_ID), +FOREIGN KEY (Customer_ID) REFERENCES Customers (Customer_ID), +FOREIGN KEY (Store_ID) REFERENCES Stores (Store_ID) +); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (1, 516, 231, '1994-08-03 12:34:58', '1977-03-11 03:58:19', '1992-07-21 22:11:11', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (2, 418, 229, '2014-07-10 10:56:01', '1996-08-26 19:19:59', '1998-08-22 17:57:32', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (3, 712, 229, '1981-06-20 16:29:43', '1980-12-19 05:49:35', '2011-04-13 07:15:35', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (4, 240, 229, '1999-11-20 18:48:05', '1973-08-20 08:52:39', '2004-03-27 23:30:12', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (5, 418, 150, '1973-02-16 19:28:34', '1990-09-25 07:14:01', '2004-04-23 21:19:39', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (6, 556, 344, '1988-11-13 15:42:13', '2012-05-19 00:38:52', '2015-06-20 20:51:17', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (7, 546, 291, '1998-03-10 14:01:00', '2014-06-18 09:42:23', '1972-08-15 19:12:14', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (8, 240, 231, '1979-09-01 06:29:01', '1996-05-17 09:10:57', '1996-02-16 04:20:17', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (9, 240, 344, '1993-11-22 14:56:28', '1984-05-07 12:05:33', '1976-05-20 03:24:23', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (10, 546, 518, '1985-05-29 01:20:18', '1977-07-08 16:35:46', '2003-12-16 23:37:19', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (11, 304, 421, '2000-07-03 21:41:50', '1994-08-08 03:08:23', '1990-11-14 03:53:06', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (12, 516, 231, '2011-01-05 08:01:07', '2004-04-24 01:52:57', '1993-09-16 23:20:05', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (13, 240, 512, '2003-06-24 11:44:51', '1979-05-15 03:00:09', '2011-04-23 06:39:09', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (14, 546, 444, '1971-05-12 10:12:46', '1987-03-21 18:50:27', '2016-10-18 16:11:20', NULL); +INSERT INTO Customer_Orders (`Order_ID`, `Customer_ID`, `Store_ID`, `Order_Date`, `Planned_Delivery_Date`, `Actual_Delivery_Date`, `Other_Order_Details`) VALUES (15, 712, 231, '2008-04-02 18:00:15', '1994-11-12 04:49:11', '1996-04-13 19:05:34', NULL); + +CREATE TABLE Order_Items ( +Order_Item_ID INTEGER NOT NULL , +Order_ID INTEGER NOT NULL, +Product_ID INTEGER NOT NULL, +Order_Quantity VARCHAR(288), +Other_Item_Details VARCHAR(255), +PRIMARY KEY (Order_Item_ID), +FOREIGN KEY (Order_ID) REFERENCES Customer_Orders (Order_ID), +FOREIGN KEY (Product_ID) REFERENCES Products (Product_ID) +); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (1, 3, 233, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (2, 15, 300, '2', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (3, 12, 300, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (4, 4, 273, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (5, 3, 46, '2', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (6, 5, 83, '2', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (7, 10, 179, '2', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (8, 4, 156, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (9, 12, 216, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (10, 11, 46, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (11, 2, 300, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (12, 12, 156, '2', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (13, 6, 233, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (14, 1, 81, '1', NULL); +INSERT INTO Order_Items (`Order_Item_ID`, `Order_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (15, 7, 300, '2', NULL); + +CREATE TABLE Invoices ( +Invoice_ID INTEGER NOT NULL, +Order_ID INTEGER NOT NULL, +payment_method_code CHAR(15), +Product_ID INTEGER NOT NULL, +Order_Quantity VARCHAR(288), +Other_Item_Details VARCHAR(255), +Order_Item_ID INTEGER NOT NULL, +PRIMARY KEY (Invoice_ID), +FOREIGN KEY (Order_ID) REFERENCES Customer_Orders (Order_ID), +FOREIGN KEY (Order_ID) REFERENCES Bookings (Booking_ID), +FOREIGN KEY (payment_method_code) REFERENCES Ref_Payment_Methods (payment_method_code) +); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (128, 14, 'MasterCard', 4, 2, NULL, 1); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (162, 13, 'MasterCard', 9, 2, NULL, 9); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (164, 7, 'Visa', 7, 2, NULL, 1); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (212, 8, 'Visa', 4, 2, NULL, 8); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (272, 10, 'American E', 3, 2, NULL, 5); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (398, 3, 'American E', 4, 1, NULL, 5); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (406, 14, 'MasterCard', 7, 2, NULL, 1); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (483, 7, 'Visa', 8, 1, NULL, 3); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (548, 4, 'MasterCard', 3, 1, NULL, 1); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (587, 1, 'American E', 4, 2, NULL, 1); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (612, 6, 'American E', 3, 1, NULL, 8); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (633, 11, 'Visa', 2, 1, NULL, 7); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (679, 12, 'MasterCard', 9, 2, NULL, 8); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (733, 11, 'Visa', 6, 1, NULL, 4); +INSERT INTO Invoices (`Invoice_ID`, `Order_ID`, `payment_method_code`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`, `Order_Item_ID`) VALUES (777, 7, 'MasterCard', 6, 2, NULL, 7); + + +CREATE TABLE Services ( +Service_ID INTEGER NOT NULL, +Service_Type_Code CHAR(15), +Workshop_Group_ID INTEGER NOT NULL, +Product_Description VARCHAR(255), +Product_Name VARCHAR(255), +Product_Price DECIMAL(20,4), +Other_Product_Service_Details VARCHAR(255), +PRIMARY KEY (Service_ID), +UNIQUE (Service_ID), +FOREIGN KEY (Workshop_Group_ID) REFERENCES Drama_Workshop_Groups (Workshop_Group_ID), +FOREIGN KEY (Service_Type_Code) REFERENCES Ref_Service_Types (Service_Type_Code) +); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (191, '1', 415, NULL, 'film', '58932775.8822', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (219, '2', 838, NULL, 'film', '2704.4719', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (220, '1', 708, NULL, 'dinning', '6888.8306', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (396, '3', 735, NULL, 'photo', '31862.0853', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (414, '2', 954, NULL, 'photo', '213.9459', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (421, '3', 470, NULL, 'photo', '8004.9880', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (525, '4', 838, NULL, 'photo', '3499362.8145', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (597, '2', 735, NULL, 'photo', '5396.2935', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (630, '4', 176, NULL, 'photo', '19845767.8923', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (640, '2', 382, NULL, 'dinning', '7299.6747', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (662, '2', 954, NULL, 'dinning', '641544.2835', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (773, '3', 314, NULL, 'dinning', '827055.7309', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (779, '1', 431, NULL, 'film', '9130.7326', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (798, '1', 176, NULL, 'film', '84063402.4351', NULL); +INSERT INTO Services (`Service_ID`, `Service_Type_Code`, `Workshop_Group_ID`, `Product_Description`, `Product_Name`, `Product_Price`, `Other_Product_Service_Details`) VALUES (840, '1', 405, NULL, 'film', '187358.6469', NULL); + + + +CREATE TABLE Bookings_Services ( +Order_ID INTEGER NOT NULL, +Product_ID INTEGER NOT NULL, +PRIMARY KEY (Order_ID, Product_ID), +FOREIGN KEY (Order_ID) REFERENCES Bookings (Booking_ID), +FOREIGN KEY (Product_ID) REFERENCES Services (Service_ID) +); + +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (1, 396); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (1, 779); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (4, 191); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (4, 414); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (5, 773); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (7, 191); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (7, 640); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (8, 414); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (9, 630); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (12, 597); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (13, 396); +INSERT INTO Bookings_Services (`Order_ID`, `Product_ID`) VALUES (14, 525); + + + +CREATE TABLE Invoice_Items ( +Invoice_Item_ID INTEGER NOT NULL , +Invoice_ID INTEGER NOT NULL, +Order_ID INTEGER NOT NULL, +Order_Item_ID INTEGER NOT NULL, +Product_ID INTEGER NOT NULL, +Order_Quantity INTEGER, +Other_Item_Details VARCHAR(255), +PRIMARY KEY (Invoice_Item_ID), +FOREIGN KEY (Order_Item_ID) REFERENCES Order_Items (Order_Item_ID), +FOREIGN KEY (Invoice_ID) REFERENCES Invoices (Invoice_ID), +FOREIGN KEY (Order_ID, Product_ID) REFERENCES Bookings_Services (Order_ID,Product_ID) +); +INSERT INTO Invoice_Items (`Invoice_Item_ID`, `Invoice_ID`, `Order_ID`, `Order_Item_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (1, 128, 1, 5, 396, 2, NULL); +INSERT INTO Invoice_Items (`Invoice_Item_ID`, `Invoice_ID`, `Order_ID`, `Order_Item_ID`, `Product_ID`, `Order_Quantity`, `Other_Item_Details`) VALUES (2, 162, 4, 6, 191, 6, 'Good quality'); diff --git a/test_database/cre_Students_Information_Systems/cre_Students_Information_Systems.sqlite b/test_database/cre_Students_Information_Systems/cre_Students_Information_Systems.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..ec01569b4c71de35e0b35a4d28c5776420aebc82 Binary files /dev/null and b/test_database/cre_Students_Information_Systems/cre_Students_Information_Systems.sqlite differ diff --git a/test_database/cre_Students_Information_Systems/schema.sql b/test_database/cre_Students_Information_Systems/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..9a13644505706be8915e8e09001bed5b5d8c841e --- /dev/null +++ b/test_database/cre_Students_Information_Systems/schema.sql @@ -0,0 +1,381 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE Students ( +`student_id` INTEGER NOT NULL, +`bio_data` VARCHAR(255) NOT NULL, +`student_details` VARCHAR(255) NOT NULL, +PRIMARY KEY (`student_id`) +); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (276, 'Camila', 'Suite 076'); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (287, 'Dino', 'Suite 970'); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (325, 'Pansy', 'Apt. 149'); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (361, 'Louvenia', 'Suite 218'); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (415, 'Leora', 'Apt. 748'); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (435, 'Vanessa', 'Suite 684'); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (471, 'Antone', 'Suite 303'); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (567, 'Arturo', 'Apt. 491'); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (648, 'Leonard', 'Suite 505'); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (669, 'Brenden', 'Apt. 305'); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (762, 'Edison', 'Apt. 763'); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (777, 'Houston', 'Apt. 040'); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (811, 'Felipa', 'Apt. 253'); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (824, 'Stephon', 'Suite 839'); +INSERT INTO Students (`student_id`, `bio_data`, `student_details`) VALUES (984, 'Keshawn', 'Suite 889'); + + + +/* ---------------------------------------------------------------------- */ +/* Add table "Transcripts" */ +/* ---------------------------------------------------------------------- */ +CREATE TABLE Transcripts ( +`transcript_id` INTEGER NOT NULL, +`student_id` INTEGER NOT NULL, +`date_of_transcript` DATETIME(3), +`transcript_details` VARCHAR(255) NOT NULL, +PRIMARY KEY (`transcript_id`), +FOREIGN KEY (student_id) REFERENCES Students (student_id) +); + + +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (131, 669, '1973-08-09 00:00:00.000', 'Good'); +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (138, 824, '1973-11-05 00:00:00.000', 'Good'); +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (145, 361, '2002-11-23 00:00:00.000', 'Good'); +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (167, 276, '2017-03-17 00:00:00.000', 'Pass'); +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (177, 811, '2010-12-14 00:00:00.000', 'Good'); +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (224, 567, '1973-05-05 00:00:00.000', 'Pass'); +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (264, 824, '2005-06-04 00:00:00.000', 'Good'); +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (276, 415, '2002-02-26 00:00:00.000', 'Pass'); +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (283, 287, '1979-04-05 00:00:00.000', 'Good'); +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (293, 276, '2017-10-31 00:00:00.000', 'Pass'); +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (307, 648, '1981-12-01 00:00:00.000', 'Good'); +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (309, 777, '1979-02-07 00:00:00.000', 'Pass'); +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (325, 361, '2015-07-24 00:00:00.000', 'Good'); +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (330, 669, '2014-09-13 00:00:00.000', 'Pass'); +INSERT INTO Transcripts (`transcript_id`, `student_id`, `date_of_transcript`, `transcript_details`) VALUES (377, 984, '1982-12-04 00:00:00.000', 'Pass'); + + +/* ---------------------------------------------------------------------- */ +/* Add table "Behaviour_Monitoring" */ +/* ---------------------------------------------------------------------- */ +CREATE TABLE Behaviour_Monitoring ( +`behaviour_monitoring_id` INTEGER NOT NULL, +`student_id` INTEGER NOT NULL, +`behaviour_monitoring_details` VARCHAR(255) NOT NULL, +PRIMARY KEY (`behaviour_monitoring_id`), +FOREIGN KEY (student_id) REFERENCES Students (student_id) +); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (142, 435, 'A'); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (220, 811, 'A'); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (248, 567, 'A'); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (265, 984, 'B'); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (376, 648, 'B'); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (434, 777, 'B'); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (448, 567, 'C'); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (477, 287, 'C'); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (572, 287, 'A'); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (674, 361, 'C'); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (701, 669, 'D'); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (705, 435, 'A'); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (834, 984, 'E'); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (873, 325, 'A'); +INSERT INTO Behaviour_Monitoring (`behaviour_monitoring_id`, `student_id`, `behaviour_monitoring_details`) VALUES (994, 648, 'B'); + +/* ---------------------------------------------------------------------- */ +/* Add table "Addresses" */ +/* ---------------------------------------------------------------------- */ +CREATE TABLE Addresses ( +`address_id` INTEGER NOT NULL, +`address_details` VARCHAR(255) NOT NULL, +PRIMARY KEY (`address_id`) +); + +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (0, '607 Nikita Cape Suite 449'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (4, '4474 Dina Park'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (5, '19571 Garrett Manor'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (34, '423 Rosenbaum Shores Apt. 812'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (47, '100 Hayes Point'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (51, '0773 Kaci Villages'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (66, '33376 Terry Mews Suite 922'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (72, '90147 Greenholt Springs Apt. 497'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (74, '1951 Beatty Oval'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (76, '41082 Calista Mountains'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (85, '4240 Enrico Grove'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (90, '7127 Ressie Plains'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (94, '222 Chase Union Apt. 747'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (97, '564 Aaliyah Trace'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (98, '033 Robel Courts Apt. 312'); + + + +/* ---------------------------------------------------------------------- */ +/* Add table "Ref_Event_Types" */ +/* ---------------------------------------------------------------------- */ +CREATE TABLE Ref_Event_Types ( +`event_type_code` CHAR(10) NOT NULL, +`event_type_description` VARCHAR(255) NOT NULL, +PRIMARY KEY (`event_type_code`) +); +CREATE TABLE Ref_Achievement_Type ( +`achievement_type_code` CHAR(15) NOT NULL, +`achievement_type_description` VARCHAR(80), +PRIMARY KEY (`achievement_type_code`) +); + + +/* ---------------------------------------------------------------------- */ +/* Add table "Ref_Address_Types" */ +/* ---------------------------------------------------------------------- */ +CREATE TABLE Ref_Address_Types ( +`address_type_code` CHAR(10) NOT NULL, +`address_type_description` VARCHAR(255) NOT NULL, +PRIMARY KEY (`address_type_code`) +); + +/* ---------------------------------------------------------------------- */ +/* Add table "Ref_Detention_Type" */ +/* ---------------------------------------------------------------------- */ +CREATE TABLE Ref_Detention_Type ( +`detention_type_code` CHAR(10) NOT NULL, +`detention_type_description` VARCHAR(80), +PRIMARY KEY (`detention_type_code`) +); + +INSERT INTO Ref_Achievement_Type (`achievement_type_code`, `achievement_type_description`) VALUES ('Athletic', 'Athletic'); +INSERT INTO Ref_Achievement_Type (`achievement_type_code`, `achievement_type_description`) VALUES ('Scholastic', 'Scholastic'); +INSERT INTO Ref_Address_Types (`address_type_code`, `address_type_description`) VALUES ('CO', 'College'); +INSERT INTO Ref_Address_Types (`address_type_code`, `address_type_description`) VALUES ('HM', 'Home'); +INSERT INTO Ref_Detention_Type (`detention_type_code`, `detention_type_description`) VALUES ('After School', 'After School'); +INSERT INTO Ref_Detention_Type (`detention_type_code`, `detention_type_description`) VALUES ('Break', 'On break'); +INSERT INTO Ref_Detention_Type (`detention_type_code`, `detention_type_description`) VALUES ('Illness', 'Leave for illness'); +INSERT INTO Ref_Detention_Type (`detention_type_code`, `detention_type_description`) VALUES ('Lunch', 'During lunchtime'); +INSERT INTO Ref_Event_Types (`event_type_code`, `event_type_description`) VALUES ('Exam', 'Exam'); +INSERT INTO Ref_Event_Types (`event_type_code`, `event_type_description`) VALUES ('Registration', 'Registration'); + + +/* ---------------------------------------------------------------------- */ +/* Add table "Student_Events" */ +/* ---------------------------------------------------------------------- */ +CREATE TABLE Student_Events ( +`event_id` INTEGER NOT NULL, +`event_type_code` CHAR(10) NOT NULL, +`student_id` INTEGER NOT NULL, +`event_date` DATETIME(3), +`other_details` VARCHAR(255) NOT NULL, +PRIMARY KEY (`event_id`), +FOREIGN KEY (student_id) REFERENCES Students (student_id), +FOREIGN KEY (event_type_code) REFERENCES Ref_Event_Types (event_type_code) +); + +INSERT INTO Student_Events (`event_id`, `event_type_code`, `student_id`, `event_date`, `other_details`) VALUES (146, 'Exam', 287, '2008-08-15 22:16:17.000', ''); +INSERT INTO Student_Events (`event_id`, `event_type_code`, `student_id`, `event_date`, `other_details`) VALUES (161, 'Exam', 777, '2014-07-15 18:18:15.000', ''); +INSERT INTO Student_Events (`event_id`, `event_type_code`, `student_id`, `event_date`, `other_details`) VALUES (189, 'Exam', 361, '2013-04-14 04:14:10.000', ''); +INSERT INTO Student_Events (`event_id`, `event_type_code`, `student_id`, `event_date`, `other_details`) VALUES (227, 'Registration', 669, '2012-12-06 06:44:53.000', ''); + + + + +/* ---------------------------------------------------------------------- */ +/* Add table "Teachers" */ +/* ---------------------------------------------------------------------- */ +CREATE TABLE Teachers ( +`teacher_id` INTEGER NOT NULL, +`teacher_details` VARCHAR(255), +PRIMARY KEY (`teacher_id`) +); + +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (115, 'Jon'); +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (127, 'Tyson'); +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (164, 'Trinity'); +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (172, 'Viva'); +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (195, 'Osvaldo'); +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (212, 'Isabel'); +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (226, 'Adella'); +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (234, 'Chasity'); +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (252, 'Wilfredo'); +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (253, 'Marielle'); +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (274, 'Beverly'); +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (282, 'Nicholaus'); +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (298, 'Arianna'); +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (302, 'Angie'); +INSERT INTO Teachers (`teacher_id`, `teacher_details`) VALUES (316, 'Hertha'); + +/* ---------------------------------------------------------------------- */ +/* Add table "Ref_Achievement_Type" */ +/* ---------------------------------------------------------------------- */ + +/* ---------------------------------------------------------------------- */ +/* Add table "Student_Loans" */ +/* ---------------------------------------------------------------------- */ +CREATE TABLE Student_Loans ( +`student_loan_id` INTEGER NOT NULL, +`student_id` INTEGER NOT NULL, +`date_of_loan` DATETIME(3), +`amount_of_loan` DECIMAL(15,4), +`other_details` VARCHAR(255), +PRIMARY KEY (`student_loan_id`), +FOREIGN KEY (student_id) REFERENCES Students (student_id) +); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (165, 777, '1980-01-06 00:00:00.000', '2216.1500', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (169, 669, '1991-03-24 00:00:00.000', '5223.1800', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (188, 777, '1983-08-01 00:00:00.000', '3221.4900', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (205, 777, '1977-08-27 00:00:00.000', '3358.8700', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (267, 435, '2018-01-17 00:00:00.000', '5174.7600', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (269, 361, '1989-05-07 00:00:00.000', '3803.6000', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (287, 984, '1989-04-23 00:00:00.000', '1561.5700', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (366, 361, '1992-11-14 00:00:00.000', '4190.3200', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (408, 762, '1994-02-24 00:00:00.000', '4213.1300', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (550, 762, '2004-04-11 00:00:00.000', '1644.6500', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (574, 325, '1975-07-21 00:00:00.000', '1419.9700', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (596, 824, '1978-08-01 00:00:00.000', '4454.3000', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (652, 984, '2001-07-31 00:00:00.000', '4407.2700', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (684, 415, '1993-11-23 00:00:00.000', '3768.4900', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (718, 325, '1981-05-31 00:00:00.000', '2312.5300', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (824, 824, '2012-11-19 00:00:00.000', '1785.4400', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (837, 984, '1994-02-10 00:00:00.000', '2645.7600', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (850, 287, '1973-10-22 00:00:00.000', '5006.9400', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (889, 567, '2014-01-06 00:00:00.000', '3685.7400', NULL); +INSERT INTO Student_Loans (`student_loan_id`, `student_id`, `date_of_loan`, `amount_of_loan`, `other_details`) VALUES (965, 824, '1983-05-03 00:00:00.000', '4528.5000', NULL); + + +/* ---------------------------------------------------------------------- */ +/* Add table "Classes" */ +/* ---------------------------------------------------------------------- */ +CREATE TABLE Classes ( +`class_id` INTEGER NOT NULL, +`student_id` INTEGER NOT NULL, +`teacher_id` INTEGER NOT NULL, +`class_details` VARCHAR(255) NOT NULL, +PRIMARY KEY (`class_id`), +FOREIGN KEY (student_id) REFERENCES Students (student_id), +FOREIGN KEY (teacher_id) REFERENCES Teachers (teacher_id) +); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (114, 435, 253, 'databases'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (195, 471, 274, 'english'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (235, 811, 282, 'writing'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (248, 471, 252, 'statistics'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (294, 762, 234, 'math 100'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (354, 287, 302, 'math 300'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (387, 325, 316, 'statistics 100'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (411, 811, 316, 'databases 200'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (424, 669, 252, 'computer science 100'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (429, 669, 195, 'data structure'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (451, 762, 274, 'programming'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (455, 471, 274, 'art 300'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (493, 824, 252, 'music 100'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (529, 567, 127, 'computer science 300'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (552, 984, 234, 'law 200'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (553, 762, 226, 'art 100'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (579, 276, 282, 'debate'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (600, 361, 195, 'networks'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (613, 435, 212, 'dancing'); +INSERT INTO Classes (`class_id`, `student_id`, `teacher_id`, `class_details`) VALUES (621, 811, 234, 'acting'); + + +/* ---------------------------------------------------------------------- */ +/* Add table "Students_Addresses" */ +/* ---------------------------------------------------------------------- */ +CREATE TABLE Students_Addresses ( +`student_address_id` INTEGER NOT NULL, +`address_id` INTEGER NOT NULL, +`address_type_code` CHAR(10) NOT NULL, +`student_id` INTEGER NOT NULL, +`date_from` DATETIME(3), +`date_to` DATETIME(3), +PRIMARY KEY (`student_address_id`), +FOREIGN KEY (student_id) REFERENCES Students (student_id), +FOREIGN KEY (address_id) REFERENCES Addresses (address_id), +FOREIGN KEY (address_type_code) REFERENCES Ref_Address_Types (address_type_code) +); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (11, 94, 'HM', 984, '2011-06-29 09:45:39.000', '2018-03-22 07:50:48.000'); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (15, 76, 'HM', 415, '2011-10-04 09:58:41.000', '2018-03-14 18:32:37.000'); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (20, 97, 'CO', 777, '2015-02-01 00:20:42.000', '2018-03-04 09:58:38.000'); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (23, 72, 'CO', 361, '2015-03-14 15:55:46.000', '2018-03-08 08:41:07.000'); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (33, 97, 'HM', 762, '2017-05-18 23:15:01.000', '2018-03-20 08:06:53.000'); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (35, 98, 'HM', 762, '2009-04-27 17:42:38.000', '2018-02-28 07:36:43.000'); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (45, 90, 'HM', 777, '2014-03-28 08:03:34.000', '2018-03-11 19:21:54.000'); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (56, 94, 'HM', 777, '2009-08-24 22:57:30.000', '2018-03-10 09:05:12.000'); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (59, 98, 'HM', 777, '2013-05-27 16:51:49.000', '2018-02-27 11:03:50.000'); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (67, 0, 'HM', 361, '2011-04-29 03:20:26.000', '2018-03-02 04:33:35.000'); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (73, 34, 'CO', 471, '2008-04-20 04:24:19.000', '2018-03-18 22:15:17.000'); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (80, 85, 'HM', 471, '2009-02-23 20:33:05.000', '2018-03-06 22:42:42.000'); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (84, 76, 'HM', 415, '2008-09-21 02:28:34.000', '2018-03-03 17:46:12.000'); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (91, 66, 'HM', 276, '2012-12-17 20:22:50.000', '2018-03-22 10:12:26.000'); +INSERT INTO Students_Addresses (`student_address_id`, `address_id`, `address_type_code`, `student_id`, `date_from`, `date_to`) VALUES (92, 97, 'HM', 361, '2009-06-21 04:28:15.000', '2018-03-04 23:55:53.000'); + + +/* ---------------------------------------------------------------------- */ +/* Add table "Detention" */ +/* ---------------------------------------------------------------------- */ +CREATE TABLE Detention ( +`detention_id` INTEGER NOT NULL, +`detention_type_code` CHAR(10) NOT NULL, +`student_id` INTEGER NOT NULL, +`datetime_detention_start` DATETIME(3), +`datetime_detention_end` DATETIME(3), +`detention_summary` VARCHAR(255), +`other_details` VARCHAR(255), +PRIMARY KEY (`detention_id`), +FOREIGN KEY (student_id) REFERENCES Students (student_id), +FOREIGN KEY (detention_type_code) REFERENCES Ref_Detention_Type (detention_type_code) +); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (133, 'Lunch', 361, '2012-03-18 09:49:33.000', '2011-09-15 05:58:59.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (141, 'After School', 811, '2012-06-07 15:01:05.000', '2009-05-23 17:33:31.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (211, 'Break', 762, '2011-04-24 17:23:32.000', '2013-09-06 15:49:53.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (242, 'After School', 648, '2014-01-16 00:49:33.000', '2013-04-07 15:42:52.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (384, 'Illness', 762, '2016-12-28 21:44:59.000', '2013-04-20 13:13:40.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (401, 'Break', 415, '2011-03-22 20:51:56.000', '2013-10-06 03:49:35.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (451, 'After School', 361, '2014-02-03 00:18:05.000', '2012-05-09 00:54:20.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (478, 'Illness', 762, '2010-03-14 06:33:25.000', '2015-10-16 19:21:09.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (492, 'Break', 471, '2018-03-16 04:10:29.000', '2008-06-03 01:53:37.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (545, 'Illness', 276, '2013-06-24 06:36:47.000', '2014-05-18 21:10:48.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (576, 'After School', 471, '2010-08-24 04:11:35.000', '2015-12-13 06:27:13.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (646, 'Illness', 984, '2017-08-12 03:26:18.000', '2013-12-02 02:48:47.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (796, 'Illness', 415, '2010-08-16 18:17:43.000', '2013-10-18 09:56:25.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (804, 'After School', 648, '2015-07-11 17:47:17.000', '2014-10-14 11:25:12.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (860, 'Illness', 435, '2009-07-29 16:16:12.000', '2016-06-03 08:58:25.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (868, 'Illness', 435, '2017-01-09 13:20:45.000', '2016-06-03 07:14:46.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (876, 'After School', 669, '2008-04-12 06:33:01.000', '2009-10-12 19:06:35.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (904, 'Break', 648, '2013-03-02 16:45:53.000', '2010-11-06 02:41:01.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (907, 'After School', 762, '2011-03-27 16:53:25.000', '2015-01-29 21:12:58.000', NULL, NULL); +INSERT INTO Detention (`detention_id`, `detention_type_code`, `student_id`, `datetime_detention_start`, `datetime_detention_end`, `detention_summary`, `other_details`) VALUES (962, 'After School', 435, '2011-05-19 23:10:25.000', '2015-12-14 01:07:11.000', NULL, NULL); + + + +/* ---------------------------------------------------------------------- */ +/* Add table "Achievements" */ +/* ---------------------------------------------------------------------- */ +CREATE TABLE Achievements ( +`achievement_id` INTEGER NOT NULL, +`achievement_type_code` CHAR(15) NOT NULL, +`student_id` INTEGER NOT NULL, +`date_achievement` DATETIME(3), +`achievement_details` VARCHAR(255), +`other_details` VARCHAR(255), +PRIMARY KEY (`achievement_id`), +FOREIGN KEY (student_id) REFERENCES Students (student_id), +FOREIGN KEY (achievement_type_code) REFERENCES Ref_Achievement_Type (achievement_type_code) +); +/* ---------------------------------------------------------------------- */ +/* Foreign key constraints */ +/* ---------------------------------------------------------------------- */ +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (153, 'Athletic', 777, 2013, 'Gold', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (159, 'Athletic', 415, 2013, 'Gold', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (262, 'Scholastic', 415, 2014, 'Gold', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (264, 'Scholastic', 471, 2014, 'Silver', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (316, 'Scholastic', 648, 2014, 'Gold', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (340, 'Scholastic', 276, 2014, 'Bronze', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (450, 'Athletic', 669, 2014, 'Bronze', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (602, 'Scholastic', 824, 2014, 'Silver', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (650, 'Athletic', 777, 2014, 'Silver', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (672, 'Athletic', 984, 2014, 'Gold', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (697, 'Scholastic', 762, 2014, 'Gold', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (702, 'Scholastic', 325, 2014, 'Gold', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (717, 'Athletic', 567, 2015, 'Silver', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (722, 'Athletic', 777, 2015, 'Silver', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (753, 'Scholastic', 325, 2015, 'Silver', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (770, 'Athletic', 287, 2015, 'Silver', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (877, 'Athletic', 471, 2015, 'Gold', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (885, 'Scholastic', 811, 2015, 'Gold', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (933, 'Athletic', 648, 2015, 'Gold', NULL); +INSERT INTO Achievements (`achievement_id`, `achievement_type_code`, `student_id`, `date_achievement`, `achievement_details`, `other_details`) VALUES (964, 'Scholastic', 811, 2016, 'Gold', NULL); + diff --git a/test_database/cre_Theme_park/cre_Theme_park.sqlite b/test_database/cre_Theme_park/cre_Theme_park.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..4e00b364e9a03b8667cfadacf10d4b447e195679 Binary files /dev/null and b/test_database/cre_Theme_park/cre_Theme_park.sqlite differ diff --git a/test_database/cre_Theme_park/schema.sql b/test_database/cre_Theme_park/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..9b8b1c6894d3288dc3aa0c0d0f461f9b3a4a7722 --- /dev/null +++ b/test_database/cre_Theme_park/schema.sql @@ -0,0 +1,332 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE Ref_Hotel_Star_Ratings ( +star_rating_code CHAR(15) NOT NULL, +star_rating_description VARCHAR(80), +PRIMARY KEY (star_rating_code), +UNIQUE (star_rating_code) +); + + +CREATE TABLE Locations ( +Location_ID INTEGER NOT NULL, +Location_Name VARCHAR(255), +Address VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Location_ID) +); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (333, 'Astro Orbiter', '660 Shea Crescent', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (368, 'African Animals', '254 Ottilie Junction', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (417, 'American Adventure', '53815 Sawayn Tunnel Apt. 297', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (579, 'The Barnstormer', '3374 Sarina Manor', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (603, 'African Adventure', '88271 Barrows Union Suite 203', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (650, 'UK Gallery', '4411 Sabrina Radial Suite 582', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (655, 'The Boneyard', '0692 Georgiana Pass', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (661, 'Shark World', '2485 Mueller Squares Suite 537', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (740, 'Space Spin', '5536 Betsy Street Apt. 646', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (759, 'Butterflies', '959 Feest Glen Suite 523', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (858, 'Soak Station', '4908 Reinger Vista', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (861, 'Castle', '14034 Kohler Drive', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (867, 'Coral Reefs', '4510 Schuster Stream Apt. 613', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (868, 'Film Festival', '770 Edd Lane Apt. 098', NULL); +INSERT INTO Locations (`Location_ID`, `Location_Name`, `Address`, `Other_Details`) VALUES (885, 'Fossil Fun Games', '101 Paucek Crescent', NULL); + + +CREATE TABLE Ref_Attraction_Types ( +Attraction_Type_Code CHAR(15) NOT NULL, +Attraction_Type_Description VARCHAR(255), +PRIMARY KEY (Attraction_Type_Code), +UNIQUE (Attraction_Type_Code) +); + +INSERT INTO Ref_Attraction_Types (`Attraction_Type_Code`, `Attraction_Type_Description`) VALUES ('2', 'park'); +INSERT INTO Ref_Attraction_Types (`Attraction_Type_Code`, `Attraction_Type_Description`) VALUES ('3', 'garden'); +INSERT INTO Ref_Attraction_Types (`Attraction_Type_Code`, `Attraction_Type_Description`) VALUES ('5', 'gallery'); +INSERT INTO Ref_Attraction_Types (`Attraction_Type_Code`, `Attraction_Type_Description`) VALUES ('6', 'adventure'); +INSERT INTO Ref_Attraction_Types (`Attraction_Type_Code`, `Attraction_Type_Description`) VALUES ('9', 'museum'); +INSERT INTO Ref_Hotel_Star_Ratings (`star_rating_code`, `star_rating_description`) VALUES ('1', 'star'); +INSERT INTO Ref_Hotel_Star_Ratings (`star_rating_code`, `star_rating_description`) VALUES ('2', 'star'); +INSERT INTO Ref_Hotel_Star_Ratings (`star_rating_code`, `star_rating_description`) VALUES ('3', 'star'); +INSERT INTO Ref_Hotel_Star_Ratings (`star_rating_code`, `star_rating_description`) VALUES ('4', 'star'); +INSERT INTO Ref_Hotel_Star_Ratings (`star_rating_code`, `star_rating_description`) VALUES ('5', 'star'); + + +CREATE TABLE Visitors ( +Tourist_ID INTEGER NOT NULL, +Tourist_Details VARCHAR(255), +PRIMARY KEY (Tourist_ID), +UNIQUE (Tourist_ID) +); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (164, 'Toney'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (189, 'Graciela'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (204, 'Vincent'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (211, 'Vivian'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (241, 'Nettie'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (295, 'Laurence'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (359, 'Newell'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (377, 'Marisol'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (399, 'Jarrell'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (439, 'Edna'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (500, 'Maud'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (513, 'Alison'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (541, 'Rosalind'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (545, 'Tevin'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (578, 'Aleen'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (610, 'Marcelle'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (652, 'Lizzie'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (779, 'Wayne'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (841, 'Teresa'); +INSERT INTO Visitors (`Tourist_ID`, `Tourist_Details`) VALUES (888, 'Elnora'); + + + +CREATE TABLE Features ( +Feature_ID INTEGER NOT NULL, +Feature_Details VARCHAR(255), +PRIMARY KEY (Feature_ID) +); + +INSERT INTO Features (`Feature_ID`, `Feature_Details`) VALUES (523, 'cafe'); +INSERT INTO Features (`Feature_ID`, `Feature_Details`) VALUES (528, 'park'); +INSERT INTO Features (`Feature_ID`, `Feature_Details`) VALUES (543, 'garden'); +INSERT INTO Features (`Feature_ID`, `Feature_Details`) VALUES (681, 'shopping'); +INSERT INTO Features (`Feature_ID`, `Feature_Details`) VALUES (955, 'parking'); + + +CREATE TABLE Hotels ( +hotel_id INTEGER NOT NULL, +star_rating_code CHAR(15) NOT NULL, +pets_allowed_yn CHAR(1), +price_range real, +other_hotel_details VARCHAR(255), +PRIMARY KEY (hotel_id), +FOREIGN KEY (star_rating_code) REFERENCES Ref_Hotel_Star_Ratings (star_rating_code) +); + +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (123, '5', '1', '2914989.571', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (144, '4', '', '', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (172, '5', '', '17012.682586009', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (222, '5', '1', '', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (239, '3', '1', '', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (264, '1', '1', '48525.4530675', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (314, '5', '1', '766712918.96763', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (331, '1', '1', '', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (350, '1', '', '', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (373, '5', '1', '250548014.90329', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (376, '2', '', '', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (379, '4', '1', '38014975.47848', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (420, '5', '1', '9393.86291219', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (421, '3', '', '5526556.6412', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (426, '5', '', '245.067720121', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (431, '2', '1', '43.729525', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (442, '2', '1', '289775.7331715', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (473, '1', '1', '2374.7971074', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (514, '5', '', '1381255.81865', NULL); +INSERT INTO Hotels (`hotel_id`, `star_rating_code`, `pets_allowed_yn`, `price_range`, `other_hotel_details`) VALUES (555, '5', '1', '5390.432113', NULL); + + +CREATE TABLE Tourist_Attractions ( +Tourist_Attraction_ID INTEGER NOT NULL, +Attraction_Type_Code CHAR(15) NOT NULL, +Location_ID INTEGER NOT NULL, +How_to_Get_There VARCHAR(255), +Name VARCHAR(255), +Description VARCHAR(255), +Opening_Hours VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Tourist_Attraction_ID), +FOREIGN KEY (Location_ID) REFERENCES Locations (Location_ID), +FOREIGN KEY (Attraction_Type_Code) REFERENCES Ref_Attraction_Types (Attraction_Type_Code) +); + +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (2113, '2', 579, 'bus', 'art museum', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (2701, '6', 417, 'walk', 'UK gallery', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (5076, '2', 868, 'shuttle', 'flying elephant', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (5265, '5', 603, 'bus', 'film festival', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (6476, '3', 417, 'shuttle', 'US museum', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (6523, '9', 858, 'walk', 'fun games', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (6653, '9', 655, 'walk', 'history gallery', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (6852, '5', 858, 'walk', 'exploration trial', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (7067, '5', 417, 'bus', 'haunted mansion', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (8429, '9', 867, 'walk', 'presidents hall', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (8449, '2', 579, 'bus', 'impressions de France', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (8698, '5', 661, 'bus', 'jungle cruise', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (9360, '5', 868, 'shuttle', 'fun shops', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (9561, '2', 759, 'bus', 'cafe', NULL, NULL, NULL); +INSERT INTO Tourist_Attractions (`Tourist_Attraction_ID`, `Attraction_Type_Code`, `Location_ID`, `How_to_Get_There`, `Name`, `Description`, `Opening_Hours`, `Other_Details`) VALUES (9919, '6', 579, 'shuttle', 'parking', NULL, NULL, NULL); + + + +CREATE TABLE Street_Markets ( +Market_ID INTEGER NOT NULL, +Market_Details VARCHAR(255), +PRIMARY KEY (Market_ID), +FOREIGN KEY (Market_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID) +); +CREATE TABLE Shops ( +Shop_ID INTEGER NOT NULL, +Shop_Details VARCHAR(255), +PRIMARY KEY (Shop_ID), +FOREIGN KEY (Shop_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID) +); +CREATE TABLE Museums ( +Museum_ID INTEGER NOT NULL, +Museum_Details VARCHAR(255), +PRIMARY KEY (Museum_ID), +FOREIGN KEY (Museum_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID) +); +CREATE TABLE Royal_Family ( +Royal_Family_ID INTEGER NOT NULL, +Royal_Family_Details VARCHAR(255), +PRIMARY KEY (Royal_Family_ID), +FOREIGN KEY (Royal_Family_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID) +); +CREATE TABLE Theme_Parks ( +Theme_Park_ID INTEGER NOT NULL, +Theme_Park_Details VARCHAR(255), +PRIMARY KEY (Theme_Park_ID), +FOREIGN KEY (Theme_Park_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID) +); + + +INSERT INTO Museums (`Museum_ID`,`Museum_Details`) VALUES (2113,'Yale Center for British Art'); +INSERT INTO Museums (`Museum_ID`,`Museum_Details`) VALUES (2701,'The Metropolitan Museum of Art'); +INSERT INTO Museums (`Museum_ID`,`Museum_Details`) VALUES (5076,'MoMA'); + +INSERT INTO Theme_Parks (`Theme_Park_ID`,`Theme_Park_Details`) VALUES (5265,'Disney'); +INSERT INTO Theme_Parks (`Theme_Park_ID`,`Theme_Park_Details`) VALUES (6476,'Sea World'); +INSERT INTO Theme_Parks (`Theme_Park_ID`,`Theme_Park_Details`) VALUES (6523, 'Universal Studios'); + + +INSERT INTO Street_Markets (`Market_ID`,`Market_Details`) VALUES (6852, 'Broadway'); +INSERT INTO Street_Markets (`Market_ID`,`Market_Details`) VALUES (7067, 'Fish Farm Market'); + +INSERT INTO Shops (`Shop_ID`,`Shop_Details`) VALUES (8429, 'soup'); +INSERT INTO Shops (`Shop_ID`,`Shop_Details`) VALUES (8449, 'coffee'); +INSERT INTO Shops (`Shop_ID`,`Shop_Details`) VALUES (8698, 'Flower'); +INSERT INTO Shops (`Shop_ID`,`Shop_Details`) VALUES (9360, 'see food'); + +INSERT INTO Royal_Family (`Royal_Family_ID`,`Royal_Family_Details`) VALUES (9561,NULL); +INSERT INTO Royal_Family (`Royal_Family_ID`,`Royal_Family_Details`) VALUES (9919,NULL); + + +CREATE TABLE Visits ( +Visit_ID INTEGER NOT NULL, +Tourist_Attraction_ID INTEGER NOT NULL, +Tourist_ID INTEGER NOT NULL, +Visit_Date DATETIME NOT NULL, +Visit_Details VARCHAR(40) NOT NULL, +PRIMARY KEY (Visit_ID), +FOREIGN KEY (Tourist_Attraction_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID), +FOREIGN KEY (Tourist_ID) REFERENCES Visitors (Tourist_ID) +); + + +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (183, 6653, 377, '2004-08-21 03:06:14', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (268, 5076, 204, '2013-08-06 05:35:51', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (273, 9360, 211, '2013-10-27 09:56:08', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (302, 6476, 377, '1990-08-15 14:24:10', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (356, 6476, 439, '1980-11-26 02:08:00', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (381, 6523, 211, '2017-03-19 08:48:19', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (416, 6476, 841, '2008-11-09 01:28:01', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (479, 6852, 439, '1989-08-24 20:26:37', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (563, 6852, 610, '1993-02-01 15:27:20', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (612, 9919, 204, '2007-09-17 10:12:45', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (729, 6476, 513, '1998-05-12 00:50:20', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (776, 8698, 513, '2010-10-04 01:34:12', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (781, 6852, 779, '2018-01-09 20:39:52', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (866, 8429, 545, '1971-12-16 06:41:26', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (909, 8698, 779, '1998-12-10 02:46:43', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (937, 6523, 541, '1996-01-08 13:23:41', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (962, 9919, 610, '2007-09-03 04:30:01', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (968, 6852, 377, '1974-12-31 23:18:24', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (977, 8698, 500, '2001-11-13 10:08:28', ''); +INSERT INTO Visits (`Visit_ID`, `Tourist_Attraction_ID`, `Tourist_ID`, `Visit_Date`, `Visit_Details`) VALUES (999, 2701, 610, '1990-11-12 00:54:50', ''); + + + +CREATE TABLE Photos ( +Photo_ID INTEGER NOT NULL, +Tourist_Attraction_ID INTEGER NOT NULL, +Name VARCHAR(255), +Description VARCHAR(255), +Filename VARCHAR(255), +Other_Details VARCHAR(255), +PRIMARY KEY (Photo_ID), +FOREIGN KEY (Tourist_Attraction_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID) +); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (211, 8449, 'game1', NULL, '702', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (280, 7067, 'game2', NULL, '762', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (303, 5076, 'game3', NULL, '392', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (327, 9919, 'fun1', NULL, '820', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (332, 5076, 'fun2', NULL, '060', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (428, 6523, 'fun3', NULL, '148', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (435, 8429, 'fun4', NULL, '453', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (437, 2701, 'fun5', NULL, '128', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (525, 5265, 'park1', NULL, '538', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (534, 6852, 'park2', NULL, '325', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (537, 6653, 'park3', NULL, '695', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (550, 5076, 'din1', NULL, '259', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (558, 8698, 'din2', NULL, '863', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (571, 6653, 'din3', NULL, '864', NULL); +INSERT INTO Photos (`Photo_ID`, `Tourist_Attraction_ID`, `Name`, `Description`, `Filename`, `Other_Details`) VALUES (596, 9561, 'din4', NULL, '141', NULL); + + +CREATE TABLE Staff ( +Staff_ID INTEGER NOT NULL, +Tourist_Attraction_ID INTEGER NOT NULL, +Name VARCHAR(40), +Other_Details VARCHAR(255), +PRIMARY KEY (Staff_ID), +FOREIGN KEY (Tourist_Attraction_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID) +); + + +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (170, 6476, 'Whitney', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (219, 6476, 'Kaela', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (237, 7067, 'Eunice', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (249, 5265, 'Kiarra', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (310, 9561, 'Phoebe', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (433, 9360, 'Vickie', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (463, 6653, 'Jannie', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (470, 6523, 'Lenore', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (487, 6852, 'Asia', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (491, 6852, 'Janet', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (532, 6852, 'Elouise', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (591, 9360, 'Gina', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (595, 8698, 'Beth', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (596, 2701, 'Ruthie', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (604, 6852, 'Aurore', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (619, 2113, 'Cortney', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (643, 6523, 'Astrid', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (667, 9561, 'Shemar', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (860, 6476, 'Trinity', NULL); +INSERT INTO Staff (`Staff_ID`, `Tourist_Attraction_ID`, `Name`, `Other_Details`) VALUES (952, 5265, 'Carmella', NULL); + + + + +CREATE TABLE Tourist_Attraction_Features ( +Tourist_Attraction_ID INTEGER NOT NULL, +Feature_ID INTEGER NOT NULL, +PRIMARY KEY (Tourist_Attraction_ID, Feature_ID), +FOREIGN KEY (Tourist_Attraction_ID) REFERENCES Tourist_Attractions (Tourist_Attraction_ID), +FOREIGN KEY (Feature_ID) REFERENCES Features (Feature_ID) +); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (5076, 528); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (5076, 681); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (5265, 523); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (5265, 955); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (6476, 543); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (6476, 681); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (6476, 955); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (6523, 528); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (6852, 528); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (6852, 955); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (7067, 543); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (8429, 681); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (8449, 528); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (8698, 528); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (8698, 543); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (8698, 681); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (9561, 681); +INSERT INTO Tourist_Attraction_Features (`Tourist_Attraction_ID`, `Feature_ID`) VALUES (9919, 681); diff --git a/test_database/csu_1/csu_1.sqlite b/test_database/csu_1/csu_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..75764cd600d8d1fffec687e236e76635da53d793 Binary files /dev/null and b/test_database/csu_1/csu_1.sqlite differ diff --git a/test_database/csu_1/schema.sql b/test_database/csu_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e3adbc08051a5986b769347a832a1c60958df1ab --- /dev/null +++ b/test_database/csu_1/schema.sql @@ -0,0 +1,54 @@ +CREATE TABLE "Campuses" ( + "Id" INTEGER PRIMARY KEY, + "Campus" TEXT, + "Location" TEXT, + "County" TEXT, + "Year" INTEGER +); + +CREATE TABLE "csu_fees" ( + "Campus" INTEGER PRIMARY KEY, + "Year" INTEGER, + "CampusFee" INTEGER, + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + +CREATE TABLE "degrees" ( + "Year" INTEGER, + "Campus" INTEGER, + "Degrees" INTEGER, + PRIMARY KEY (Year, Campus), + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + + + +CREATE TABLE "discipline_enrollments" ( + "Campus" INTEGER, + "Discipline" INTEGER, + "Year" INTEGER, + "Undergraduate" INTEGER, + "Graduate" INTEGER, + PRIMARY KEY (Campus, Discipline), + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + + + +CREATE TABLE "enrollments" ( + "Campus" INTEGER, + "Year" INTEGER, + "TotalEnrollment_AY" INTEGER, + "FTE_AY" INTEGER, + PRIMARY KEY(Campus, Year), + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + +CREATE TABLE "faculty" ( + "Campus" INTEGER, + "Year" INTEGER, + "Faculty" REAL, + FOREIGN KEY (Campus) REFERENCES Campuses(Id) +); + + diff --git a/test_database/culture_company/culture_company.sqlite b/test_database/culture_company/culture_company.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..f4290e156662d069a642af1367195eddb2376440 Binary files /dev/null and b/test_database/culture_company/culture_company.sqlite differ diff --git a/test_database/culture_company/schema.sql b/test_database/culture_company/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..19d59db8b04c90878851d709ce452bd5df4c3130 --- /dev/null +++ b/test_database/culture_company/schema.sql @@ -0,0 +1,69 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "book_club" ( +"book_club_id" int, +"Year" int, +"Author_or_Editor" text, +"Book_Title" text, +"Publisher" text, +"Category" text, +"Result" text, +PRIMARY KEY ("book_club_id") +); + +INSERT INTO "book_club" VALUES (1, "1989","Michael Nava","Goldenboy","Alyson","Gay M/SF","Won [A ]"); +INSERT INTO "book_club" VALUES (2, "1989","Donald Ward","Death Takes the Stage","St. Martin's Press","Gay M/SF","Nom"); +INSERT INTO "book_club" VALUES (3, "1989","Michael Bishop","Unicorn Mountain","William Morrow","Gay M/SF","Nom"); +INSERT INTO "book_club" VALUES (4, "1989","Joseph Hansen","Obedience","Mysterious Press","Gay M/SF","Nom"); +INSERT INTO "book_club" VALUES (5, "1989","George Baxt","Whoӳ Next","International Polygonics","Gay M/SF","Nom"); +INSERT INTO "book_club" VALUES (6, "1989","Antoinette Azolakov","Skiptrace","Banned Books","Lesb. M/SF","Won"); +INSERT INTO "book_club" VALUES (7,"1989","Claire McNab","Lessons In Murder","Naiad Press","Lesb. M/SF","Nom"); +INSERT INTO "book_club" VALUES (8, "1989","Judy Grahn","Mundaneӳ World","Crossing Press","Lesb. M/SF","Nom"); +INSERT INTO "book_club" VALUES (9, "1989","Dolores Klaich","Heavy Gilt","Naiad Press","Lesb. M/SF","Nom"); +INSERT INTO "book_club" VALUES (10, "1989","Sandy Bayer","The Crystal Curtain","Alyson","Lesb. M/SF","Nom"); +INSERT INTO "book_club" VALUES (11, "1990","Jeffrey N. McMahan","Somewhere in the Night","Alyson","Gay SF/F","Won [B ]"); +INSERT INTO "book_club" VALUES (12, "1990","Thom Nickels","Walking Water / After All This","Banned Books","Gay SF/F","Nom"); + + +CREATE TABLE "movie" ( +"movie_id" int, +"Title" text, +"Year" int, +"Director" text, +"Budget_million" real, +"Gross_worldwide" int, +PRIMARY KEY("movie_id") +); + +INSERT INTO "movie" VALUES (1, "The Boondock Saints","1999","Troy Duffy","6","30471"); +INSERT INTO "movie" VALUES (2, "The Big Kahuna","1999","John Swanbeck","7","3728888"); +INSERT INTO "movie" VALUES (3, "Storm Catcher","1999","Anthony Hickox","5","40500"); +INSERT INTO "movie" VALUES (4, "Jill Rips","2000","Anthony Hickox","4","456774"); +INSERT INTO "movie" VALUES (5, "The Whole Nine Yards","2000","Jonathan Lynn","41.3","106371651"); +INSERT INTO "movie" VALUES (6, "Battlefield Earth","2000","Roger Christian","44","29725663"); +INSERT INTO "movie" VALUES (7, "Get Carter","2000","Stephen Kay","63.6","19412993"); +INSERT INTO "movie" VALUES (8, "The Art of War","2000","Christian Duguay","60","40400425"); +INSERT INTO "movie" VALUES (9, "Agent Red","2000","Damian Lee","47","543356"); +INSERT INTO "movie" VALUES (10, "3000 Miles to Graceland","2001","Demian Lichtenstein","62","18720175"); + + + +CREATE TABLE "culture_company" ( +"Company_name" text, +"Type" text, +"Incorporated_in" text, +"Group_Equity_Shareholding" real, +"book_club_id" text, +"movie_id" text, +PRIMARY KEY("Company_name"), +FOREIGN KEY ("book_club_id") REFERENCES "book_club"("book_club_id"), +FOREIGN KEY ("movie_id") REFERENCES "movie"("movie_id") +); + +INSERT INTO "culture_company" VALUES ("Culture China","Corporate","China","18.77",1,2); +INSERT INTO "culture_company" VALUES ("Culture China Cargo","Joint Venture","China","49",2,3); +INSERT INTO "culture_company" VALUES ("Culture Hong Kong","Joint Venture","Hong Kong","60",3,4); +INSERT INTO "culture_company" VALUES ("Dragonair","Subsidiary","Hong Kong","100",5,7); +INSERT INTO "culture_company" VALUES ("Cathay Pacific Culture","Subsidiary","Hong Kong","100",5,5); +INSERT INTO "culture_company" VALUES ("Cathay Pacific Culture Services (HK) Limited","Subsidiary","Hong Kong","100",6,6); + diff --git a/test_database/customer_deliveries/customer_deliveries.sqlite b/test_database/customer_deliveries/customer_deliveries.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..5e3483110c6a82e80bcd51785ab81f3cdaf8d674 Binary files /dev/null and b/test_database/customer_deliveries/customer_deliveries.sqlite differ diff --git a/test_database/customer_deliveries/schema.sql b/test_database/customer_deliveries/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..267a8eb393a32950f72e5b063a3426e953caa9d3 --- /dev/null +++ b/test_database/customer_deliveries/schema.sql @@ -0,0 +1,333 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY, +`product_name` VARCHAR(20), +`product_price` DECIMAL(19,4), +`product_description` VARCHAR(255) +); +INSERT INTO Products (`product_id`, `product_name`, `product_price`, `product_description`) VALUES (1, 'dvds', '1322.7800', 'good condition'); +INSERT INTO Products (`product_id`, `product_name`, `product_price`, `product_description`) VALUES (2, 'cloth', '6402.0900', 'good condition'); +INSERT INTO Products (`product_id`, `product_name`, `product_price`, `product_description`) VALUES (3, 'electronics', '2511.2900', 'great condition'); +INSERT INTO Products (`product_id`, `product_name`, `product_price`, `product_description`) VALUES (4, 'books', '7111.6800', 'good condition'); +INSERT INTO Products (`product_id`, `product_name`, `product_price`, `product_description`) VALUES (5, 'food', '3644.4500', 'good condition'); +INSERT INTO Products (`product_id`, `product_name`, `product_price`, `product_description`) VALUES (6, 'gift', '5022.3900', 'bad condition'); + + +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`address_details` VARCHAR(80), +`city` VARCHAR(50), +`zip_postcode` VARCHAR(20), +`state_province_county` VARCHAR(50), +`country` VARCHAR(50) +); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (1, '92283 Lora Forges Suite 322', 'Mohrville', '271', 'Nebraska', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (2, '17135 Jaida Fork Suite 798', 'East Brody', '940', 'Colorado', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (3, '41099 Crist Prairie Suite 507', 'Evelinebury', '003', 'Idaho', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (4, '615 Adams Rue Apt. 095', 'Sawaynville', '575', 'Kentucky', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (5, '045 Marquardt Village Suite 484', 'Carterside', '827', 'California', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (6, '203 Joseph Hills', 'Giovannaton', '960', 'Tennessee', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (7, '6187 Feil Extension Apt. 749', 'East Frederic', '674', 'Maine', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (8, '185 Farrell Brooks Apt. 106', 'Mosciskimouth', '076', 'Illinois', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (9, '3720 Pagac Hollow Apt. 131', 'Alvertatown', '234', 'Wyoming', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (10, '57136 Eichmann Ranch Suite 091', 'Gerholdtown', '297', 'Illinois', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (11, '3020 Steuber Gardens Apt. 620', 'Flossiefurt', '460', 'Michigan', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (12, '2060 Hilpert Forge Apt. 379', 'Annietown', '491', 'Michigan', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (13, '469 Roberts Mews', 'Lake Abbey', '838', 'Washington', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (14, '8701 Myrtis Ranch', 'North Marquesfort', '940', 'Ohio', 'USA'); +INSERT INTO Addresses (`address_id`, `address_details`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (15, '06959 Garett Meadows Apt. 259', 'New Lizziechester', '934', 'Massachusetts', 'USA'); + + +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`payment_method` VARCHAR(10) NOT NULL, +`customer_name` VARCHAR(80), +`customer_phone` VARCHAR(80), +`customer_email` VARCHAR(80), +`date_became_customer` DATETIME +); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (1, 'Visa', 'Ron Emard', '1-382-503-5179x53639', 'shaniya45@example.net', '2011-04-25 22:20:35'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (2, 'MasterCard', 'Gabe Schroeder', '1-728-537-4293x0885', 'alexandra91@example.net', '2011-10-17 16:08:25'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (3, 'Discover', 'Candace Schneider', '940.575.3682x7959', 'tkassulke@example.com', '2012-01-11 21:17:01'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (4, 'Visa', 'Jaden Lang', '361.151.3489x7272', 'dedric17@example.org', '2009-12-29 17:38:10'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (5, 'Visa', 'Geovanni Grady', '1-005-644-2495', 'elmira.langworth@example.org', '2017-05-21 07:09:55'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (6, 'Visa', 'Dr. Karine Farrell', '+49(2)0677806107', 'reichel.winnifred@example.org', '2010-11-06 08:42:56'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (7, 'Discover', 'Emmanuel Reilly', '129.959.6420', 'gleichner.ethelyn@example.net', '2013-11-29 06:15:22'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (8, 'MasterCard', 'Keenan Kuhic', '686-517-9923x348', 'dallin76@example.org', '2013-04-09 18:17:05'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (9, 'American', 'Rusty Morar', '1-123-197-9677x7194', 'njenkins@example.org', '2015-09-09 09:29:06'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (10, 'Visa', 'Lila Howe', '1-492-284-1097', 'leann.hamill@example.org', '2014-02-04 04:51:58'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (11, 'Visa', 'Amalia Hudson DDS', '003-991-1506x483', 'danika49@example.com', '2014-02-25 19:39:51'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (12, 'Discover', 'Verda Streich', '06730471330', 'xgraham@example.org', '2008-10-12 12:19:27'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (13, 'Discover', 'Patience Yundt', '969-208-8932x715', 'kira82@example.com', '2017-03-25 18:48:04'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (14, 'Visa', 'Annabell Walsh', '(881)096-1281x6448', 'adriana83@example.org', '2017-06-30 19:02:11'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `date_became_customer`) VALUES (15, 'Visa', 'Aracely Borer V', '531-617-3230', 'rollin95@example.net', '2015-09-13 22:39:50'); + + +CREATE TABLE `Regular_Orders` ( +`regular_order_id` INTEGER PRIMARY KEY, +`distributer_id` INTEGER NOT NULL, +FOREIGN KEY (`distributer_id` ) REFERENCES `Customers`(`customer_id` ) +); + +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (1, 12); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (2, 15); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (3, 6); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (4, 3); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (5, 8); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (6, 14); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (7, 2); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (8, 15); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (9, 10); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (10, 7); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (11, 3); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (12, 1); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (13, 1); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (14, 15); +INSERT INTO Regular_Orders (`regular_order_id`, `distributer_id`) VALUES (15, 15); + + +CREATE TABLE `Regular_Order_Products` ( +`regular_order_id` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ), +FOREIGN KEY (`regular_order_id` ) REFERENCES `Regular_Orders`(`regular_order_id` ) +); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (5, 3); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (2, 3); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (10, 1); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (8, 5); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (12, 2); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (1, 4); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (6, 3); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (3, 6); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (3, 1); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (9, 6); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (5, 5); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (1, 1); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (7, 4); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (6, 4); +INSERT INTO Regular_Order_Products (`regular_order_id`, `product_id`) VALUES (13, 2); + + + +CREATE TABLE `Actual_Orders` ( +`actual_order_id` INTEGER PRIMARY KEY, +`order_status_code` VARCHAR(10) NOT NULL, +`regular_order_id` INTEGER NOT NULL, +`actual_order_date` DATETIME, +FOREIGN KEY (`regular_order_id` ) REFERENCES `Regular_Orders`(`regular_order_id` ) +); + + +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (1, 'Success', 8, '2018-03-02 23:26:19'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (2, 'Cancel', 15, '2018-03-02 08:33:39'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (3, 'Cancel', 4, '2018-02-25 10:13:36'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (4, 'Cancel', 10, '2018-03-21 01:34:52'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (5, 'Cancel', 14, '2018-02-28 15:31:06'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (6, 'Success', 12, '2018-03-12 05:33:57'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (7, 'Success', 1, '2018-03-06 12:20:31'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (8, 'Cancel', 11, '2018-03-22 19:30:17'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (9, 'Success', 6, '2018-03-13 05:43:25'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (10, 'Success', 13, '2018-03-05 17:31:36'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (11, 'Cancel', 4, '2018-03-16 00:28:09'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (12, 'Cancel', 12, '2018-02-26 01:55:52'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (13, 'Cancel', 8, '2018-03-11 10:45:05'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (14, 'Cancel', 4, '2018-03-12 11:24:59'); +INSERT INTO Actual_Orders (`actual_order_id`, `order_status_code`, `regular_order_id`, `actual_order_date`) VALUES (15, 'Cancel', 7, '2018-03-10 18:22:34'); + + +CREATE TABLE `Actual_Order_Products` ( +`actual_order_id` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ), +FOREIGN KEY (`actual_order_id` ) REFERENCES `Actual_Orders`(`actual_order_id` ) +); + +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (2, 1); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (14, 5); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (13, 6); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (9, 2); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (3, 2); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (2, 3); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (13, 2); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (3, 1); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (3, 1); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (10, 3); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (6, 6); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (5, 5); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (7, 3); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (5, 3); +INSERT INTO Actual_Order_Products (`actual_order_id`, `product_id`) VALUES (15, 4); + + + + + +CREATE TABLE `Customer_Addresses` ( +`customer_id` INTEGER NOT NULL, +`address_id` INTEGER NOT NULL, +`date_from` DATETIME NOT NULL, +`address_type` VARCHAR(10) NOT NULL, +`date_to` DATETIME, +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ) +); + + +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (5, 6, '2016-09-06 19:23:46', 'House', '2018-02-25 15:34:58'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (14, 5, '2016-12-21 03:49:54', 'House', '2018-03-13 21:20:21'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (2, 2, '2014-06-09 06:31:49', 'Flat', '2018-03-02 21:56:40'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (10, 6, '2011-05-24 21:49:34', 'House', '2018-03-18 12:45:44'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (14, 2, '2011-12-06 16:49:10', 'Flat', '2018-02-24 20:18:08'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (10, 1, '2012-05-24 11:47:54', 'House', '2018-03-14 20:26:33'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (7, 3, '2016-08-17 17:45:20', 'Flat', '2018-03-16 14:09:24'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (4, 9, '2009-08-03 03:17:03', 'House', '2018-03-15 23:45:59'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (3, 7, '2010-12-29 11:01:39', 'House', '2018-03-22 02:54:10'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (12, 6, '2012-08-31 15:41:03', 'Flat', '2018-03-02 23:42:49'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (12, 11, '2008-04-02 08:23:13', 'Apartment', '2018-03-17 12:51:37'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (14, 10, '2011-08-18 09:40:49', 'House', '2018-03-06 15:48:13'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (1, 11, '2014-12-20 18:58:32', 'House', '2018-02-27 00:53:48'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (8, 6, '2013-05-06 00:49:45', 'Flat', '2018-03-05 01:34:02'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `address_type`, `date_to`) VALUES (12, 5, '2017-11-01 10:59:35', 'Flat', '2018-03-09 05:05:17'); + + +CREATE TABLE `Delivery_Routes` ( +`route_id` INTEGER PRIMARY KEY, +`route_name` VARCHAR(50), +`other_route_details` VARCHAR(255) +); + +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (1, 'Torphy Ltd', '16893 Wilderman Terrace +Port Lucasburgh, ND 55978-5550'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (2, 'Heidenreich Group', '6534 Cheyenne Trace Suite 242 +Koryburgh, PA 21391-9164'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (3, 'Gerhold Inc', '70469 Unique Crest +Katherynville, IA 92263-4974'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (4, 'Huel, Armstrong and Senger', '534 Lubowitz Terrace +Lake Tomfort, LA 52697-4998'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (5, 'Nader, Leuschke and Huels', '4627 Johnnie Centers +Lake Hipolitoton, RI 37305'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (6, 'Abshire Ltd', '36578 Kirsten Terrace +Krajcikside, NH 29063'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (7, 'Adams, Macejkovic and Carroll', '941 Ritchie Plains Suite 833 +North Jerry, LA 32804-7405'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (8, 'Schowalter Group', '52417 Wiza Brook Apt. 000 +Zechariahstad, WY 15885-3711'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (9, 'Gorczany Group', '9608 Hoyt Extension +East Linnieview, GA 87356-5339'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (10, 'Grady, King and Price', '4989 Pfeffer Passage Suite 915 +West Jacebury, SD 68079-3347'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (11, 'Streich, Spencer and Brakus', '30335 Pacocha Burgs Apt. 400 +North Onastad, OR 76419'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (12, 'Brekke, Powlowski and Fritsch', '53685 Abshire Falls +Lake Destineyville, OK 91313'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (13, 'Hermiston, Feeney and Daugherty', '54645 Ziemann Skyway Suite 987 +Lake Roderickstad, OH 77820'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (14, 'Renner-Kovacek', '809 Daija Radial Apt. 507 +Kavonfort, MN 70034-2797'); +INSERT INTO Delivery_Routes (`route_id`, `route_name`, `other_route_details`) VALUES (15, 'Hegmann-Waters', '719 Vito Parks +Kassulkeville, NH 77748'); + + +CREATE TABLE `Delivery_Route_Locations` ( +`location_code` VARCHAR(10) PRIMARY KEY, +`route_id` INTEGER NOT NULL, +`location_address_id` INTEGER NOT NULL, +`location_name` VARCHAR(50), +FOREIGN KEY (`location_address_id` ) REFERENCES `Addresses`(`address_id` ), +FOREIGN KEY (`route_id` ) REFERENCES `Delivery_Routes`(`route_id` ) +); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('27 City Rd', 11, 5, 'Labadie-Crooks'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('30 Sam Rd', 7, 13, 'VonRueden, Schmeler and Fay'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('67 LV Rd', 11, 6, 'Carter, Pfannerstill and Rutherford'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('38 Enisner Av', 10, 7, 'Bradtke-Herman'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('73 Nancy Av', 14, 10, 'Streich Group'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('84 OE Av', 14, 7, 'Hessel and Sons'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('34 Benz St', 2, 15, 'Strosin, Hegmann and Abbott'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('15 Sixth Av', 8, 6, 'Pouros, Brakus and Konopelski'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('04 Elm Rd', 8, 8, 'Hermiston, Hand and Wisoky'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('79 Square St', 15, 5, 'Turner, Dietrich and Smitham'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('84 Temple Rd', 7, 2, 'Leannon, Erdman and Schneider'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('64 Kate Rd', 7, 12, 'Dach Group'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('68 Denny St', 4, 7, 'Ledner-Kozey'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('76 David St', 11, 3, 'Rosenbaum, Kiehn and Kilback'); +INSERT INTO Delivery_Route_Locations (`location_code`, `route_id`, `location_address_id`, `location_name`) VALUES ('58 Roof Av', 13, 4, 'Bartoletti, Keebler and Crona'); + + +CREATE TABLE `Trucks` ( +`truck_id` INTEGER PRIMARY KEY, +`truck_licence_number` VARCHAR(20), +`truck_details` VARCHAR(255) +); + +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (1, '58110', 'Frida'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (2, '33822', 'Randy'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (3, '17106', 'Laverna'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (4, '24474', 'Kaya'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (5, '63359', 'Queen'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (6, '25232', 'Deon'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (7, '92426', 'Stacy'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (8, '69863', 'Rebeka'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (9, '78683', 'Bud'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (10, '47865', 'Holly'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (11, '49160', 'Rosamond'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (12, '32054', 'Ricky'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (13, '87695', 'Joanny'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (14, '75871', 'Luisa'); +INSERT INTO Trucks (`truck_id`, `truck_licence_number`, `truck_details`) VALUES (15, '89343', 'Efren'); + + +CREATE TABLE `Employees` ( +`employee_id` INTEGER PRIMARY KEY, +`employee_address_id` INTEGER NOT NULL, +`employee_name` VARCHAR(80), +`employee_phone` VARCHAR(80), +FOREIGN KEY (`employee_address_id` ) REFERENCES `Addresses`(`address_id` ) +); + +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (1, 4, 'Kacie', '716-650-2081'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (2, 12, 'Dejuan', '211.289.9042'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (3, 1, 'Leonie', '816-890-2580'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (4, 11, 'Rogelio', '(539)655-7194x3276'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (5, 12, 'Eriberto', '675.047.7555x13273'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (6, 9, 'Matteo', '620.905.4152x7146'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (7, 4, 'Sasha', '1-547-775-6049'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (8, 11, 'Eino', '033.973.3729x07313'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (9, 8, 'Cydney', '191.702.4400x1018'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (10, 6, 'Cristian', '1-833-492-9430'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (11, 5, 'Lew', '776.002.6775'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (12, 15, 'Anthony', '+69(6)9999892744'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (13, 14, 'Jovani', '+28(9)6180779782'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (14, 10, 'Dovie', '944-507-0999'); +INSERT INTO Employees (`employee_id`, `employee_address_id`, `employee_name`, `employee_phone`) VALUES (15, 12, 'Allison', '+48(5)2807285053'); + + +CREATE TABLE `Order_Deliveries` ( +`location_code` VARCHAR(10) NOT NULL, +`actual_order_id` INTEGER NOT NULL, +`delivery_status_code` VARCHAR(10) NOT NULL, +`driver_employee_id` INTEGER NOT NULL, +`truck_id` INTEGER NOT NULL, +`delivery_date` DATETIME, +FOREIGN KEY (`truck_id` ) REFERENCES `Trucks`(`truck_id` ), +FOREIGN KEY (`actual_order_id` ) REFERENCES `Actual_Orders`(`actual_order_id` ), +FOREIGN KEY (`location_code` ) REFERENCES `Delivery_Route_Locations`(`location_code` ), +FOREIGN KEY (`driver_employee_id` ) REFERENCES `Employees`(`employee_id` ) +); + +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('27 City Rd', 11, 'Ready', 6, 11, '2018-03-21 00:57:22'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('27 City Rd', 1, 'On Road', 4, 10, '2018-02-26 01:32:49'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('27 City Rd', 3, 'Ready', 1, 2, '2018-03-08 17:17:12'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('73 Nancy Av', 2, 'Delivered', 12, 10, '2018-03-17 19:42:08'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('73 Nancy Av', 2, 'On Road', 1, 6, '2018-03-05 03:03:24'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('34 Benz St', 14, 'Delivered', 11, 6, '2018-03-12 20:45:27'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('73 Nancy Av', 6, 'On Road', 11, 11, '2018-03-22 22:09:56'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('34 Benz St', 6, 'Delivered', 2, 10, '2018-03-06 22:39:17'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('34 Benz St', 5, 'Delivered', 14, 6, '2018-03-02 09:03:13'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('73 Nancy Av', 8, 'Ready', 13, 4, '2018-03-17 09:09:06'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('58 Roof Av', 9, 'Ready', 3, 9, '2018-02-26 13:22:53'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('58 Roof Av', 5, 'Ready', 8, 1, '2018-03-20 20:36:44'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('58 Roof Av', 9, 'Ready', 14, 5, '2018-03-14 05:16:17'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('58 Roof Av', 10, 'Ready', 13, 11, '2018-03-18 02:35:08'); +INSERT INTO Order_Deliveries (`location_code`, `actual_order_id`, `delivery_status_code`, `driver_employee_id`, `truck_id`, `delivery_date`) VALUES ('34 Benz St', 4, 'On Road', 1, 2, '2018-03-01 00:50:45'); diff --git a/test_database/customers_and_orders/customers_and_orders.sqlite b/test_database/customers_and_orders/customers_and_orders.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..79dcfc28c134b580e60510e232471ad75fd66599 Binary files /dev/null and b/test_database/customers_and_orders/customers_and_orders.sqlite differ diff --git a/test_database/customers_and_orders/schema.sql b/test_database/customers_and_orders/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..41a010da98604c7a859373b31d105f7af7352580 --- /dev/null +++ b/test_database/customers_and_orders/schema.sql @@ -0,0 +1,134 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY, +`product_type_code` VARCHAR(15), +`product_name` VARCHAR(80), +`product_price` DOUBLE NULL +); + +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`address_details` VARCHAR(255) +); + +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`address_id` INTEGER NOT NULL, +`payment_method_code` VARCHAR(15), +`customer_number` VARCHAR(20), +`customer_name` VARCHAR(80), +`customer_address` VARCHAR(255), +`customer_phone` VARCHAR(80), +`customer_email` VARCHAR(80) +); +CREATE TABLE `Customer_Orders` ( +`order_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`order_date` DATETIME NOT NULL, +`order_status_code` VARCHAR(15), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); +CREATE TABLE `Order_Items` ( +`order_item_id` INTEGER NOT NULL , +`order_id` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +`order_quantity` VARCHAR(80), +FOREIGN KEY (`order_id` ) REFERENCES `Customer_Orders`(`order_id` ), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ) +); + +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (1, '2632 Ofelia Stream Apt. 537 +Rueckerborough, NV 78430-4096'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (2, '481 Tyrique Junction +West Kali, UT 16070-1379'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (3, '4363 Otilia Hill +Landenshire, ND 45637'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (4, '1734 Klocko Views Suite 840 +Schusterfort, WY 34067-3366'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (5, '001 Eliza Ferry Suite 929 +Schillerfurt, WI 60335-2125'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (6, '8013 O''Keefe Harbors +New Baronview, AR 57984'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (7, '50445 Gerhold Springs +Jaleelstad, IL 16333-3222'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (8, '13460 Rylee Green +South Domenicamouth, NM 36408-2902'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (9, '59479 Eladio Cliff +Wymanside, PA 69696-5826'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (10, '4959 Dixie Oval +North Timothyberg, OK 88659'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (11, '80770 Borer Square +Lillianaborough, NE 46012-9033'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (12, '83114 Vanessa Mountains Suite 788 +North Kara, CA 25470-9357'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (13, '078 Jameson Avenue +Cyrusberg, MN 88459-2009'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (14, '0335 Ferne Dale +East Lura, AZ 62151-8685'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (15, '140 Norene Ford +Port Buddymouth, MA 08157-7414'); + + +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (1, 'Hardware', 'Monitor', '2084.944172129'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (2, 'Clothes', 'Topping', '26045678.098468'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (3, 'Clothes', 'Black Jeans', '7312007.4430563'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (4, 'Clothes', 'Blue Jeans', '473.92262166875'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (5, 'Clothes', 'Yellow Jeans', '34529451.515631'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (6, 'Clothes', 'Gray Jeans', '6897489.4162472'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (7, 'Hardware', 'Mouse', '196066792.36835'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (8, 'Clothes', 'White Topping', '705.9133468689'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (9, 'Hardware', 'Keyboard', '495.99319506948'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (10, 'Hardware', 'Drive', '37993003.400391'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (11, 'Clothes', 'Purple Topping', '7194641.5117043'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (12, 'Clothes', 'Black Topping', '201509245.10256'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (13, 'Clothes', 'Yellow Topping', '840.34678227843'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (14, 'Hardware', 'DVD', '870.50471411809'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (15, 'Clothes', 'Blue Topping', '2825.6814780336'); + +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (1, 9, 'Credit Card', '601', 'Jeromy', '422 Bode Mount Apt. 688', '1-968-453-3485', 'everett.kautzer@example.com'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (2, 8, 'Credit Card', '920', 'Edmond', '0965 Dickens Springs', '+92(8)6677749570', 'maegan54@example.net'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (3, 3, 'Credit Card', '990', 'Twila', '878 Joy Fields Apt. 366', '(291)441-3432', 'dedric.bailey@example.org'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (4, 11, 'Credit Card', '037', 'Madelynn', '9128 Berry Mountains Suite 608', '1-909-419-5704x7658', 'white.barney@example.net'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (5, 7, 'Credit Card', '949', 'Nya', '689 Wilkinson Coves Apt. 107', '739-333-7916', 'eldred44@example.net'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (6, 1, 'Credit Card', '892', 'Kenna', '5425 Vern Rue Suite 490', '804-701-9307', 'thomas67@example.org'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (7, 10, 'Credit Card', '707', 'Katrina', '73546 Gaylord Harbors Suite 881', '239.351.4998x35742', 'hoyt80@example.org'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (8, 9, 'Credit Card', '979', 'Jaylan', '76957 Kohler Via Suite 315', '+10(8)9243074470', 'penelope.koepp@example.com'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (9, 7, 'Credit Card', '025', 'Jeremie', '97464 Greenholt Tunnel', '1-766-484-5984x4558', 'kuhn.mable@example.org'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (10, 9, 'Direct Debit', '319', 'Lenny', '869 Anastasia Knoll Apt. 100', '457.149.5849', 'brooks08@example.org'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (11, 2, 'Direct Debit', '102', 'Gunner', '44535 Lisette Valleys Apt. 520', '09657208451', 'katelynn81@example.net'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (12, 13, 'Credit Card', '759', 'Abe', '022 Turner Shore Suite 221', '+96(9)6593071847', 'floyd.boyer@example.net'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (13, 1, 'Direct Debit', '769', 'Kennith', '047 Lang Island Apt. 977', '100-037-1493x19148', 'tromp.maye@example.net'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (14, 2, 'Credit Card', '431', 'Mittie', '31742 Grant Plain Suite 093', '+22(4)3215644293', 'daniel.hilma@example.net'); +INSERT INTO Customers (`customer_id`, `address_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (15, 15, 'Direct Debit', '202', 'Alexandrine', '85441 Frieda Skyway', '183.800.7178x7079', 'marguerite93@example.net'); + +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (1, 12, '2016-05-14 22:08:41', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (2, 3, '1991-02-26 11:32:39', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (3, 3, '2000-06-26 05:17:11', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (4, 1, '1987-06-28 09:12:32', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (5, 15, '1994-12-17 22:49:09', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (6, 13, '1978-09-08 23:31:23', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (7, 15, '2009-11-20 18:18:29', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (8, 9, '1994-02-07 07:27:57', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (9, 5, '2007-11-23 04:32:19', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (10, 14, '1986-01-30 15:27:58', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (11, 8, '2005-11-10 16:19:29', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (12, 13, '2016-03-01 07:51:02', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (13, 4, '2016-02-19 18:07:06', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (14, 12, '2013-08-10 03:01:33', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (15, 14, '1993-11-03 13:47:02', 'Part'); + +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (1, 8, 13, '2'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (2, 1, 10, '2'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (3, 13, 11, '4'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (4, 8, 1, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (5, 2, 7, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (6, 5, 5, '4'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (7, 14, 2, '1'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (8, 1, 1, '9'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (9, 2, 8, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (10, 6, 4, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (11, 12, 15, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (12, 1, 12, '8'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (13, 8, 4, '5'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (14, 8, 15, '1'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (15, 1, 12, '7'); diff --git a/test_database/customers_and_products_contacts/customers_and_products_contacts.sqlite b/test_database/customers_and_products_contacts/customers_and_products_contacts.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..f998c37a23a3bf44461af7a5bc067add213eaed3 Binary files /dev/null and b/test_database/customers_and_products_contacts/customers_and_products_contacts.sqlite differ diff --git a/test_database/customers_and_products_contacts/schema.sql b/test_database/customers_and_products_contacts/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a9141a8f5d087a764ee0d309ef88e7ca3ef05467 --- /dev/null +++ b/test_database/customers_and_products_contacts/schema.sql @@ -0,0 +1,176 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`line_1_number_building` VARCHAR(80), +`city` VARCHAR(50), +`zip_postcode` VARCHAR(20), +`state_province_county` VARCHAR(50), +`country` VARCHAR(50) +); + +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (1, '4315 Kerluke Canyon Apt. 800', 'Hertafurt', '740', 'Nevada', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (2, '319 Kozey Highway Suite 973', 'Edgardoberg', '282', 'Colorado', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (3, '592 Frederique Ridge', 'Gilbertmouth', '167', 'Virginia', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (4, '01868 Laverna Green', 'Lake Floyd', '041', 'Oklahoma', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (5, '6017 Price Greens', 'Gibsonfurt', '873', 'District of Columbia', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (6, '037 Luella Path', 'North Jairo', '126', 'Maryland', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (7, '044 Greenfelder Fort', 'East Rickey', '564', 'Louisiana', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (8, '2676 Connelly Islands Apt. 199', 'West Kaiatown', '770', 'Oregon', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (9, '6830 Alexanne Forks Apt. 925', 'Agustinstad', '248', 'Illinois', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (10, '918 Lauren Drive', 'Gleasonland', '116', 'Kentucky', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (11, '70345 Marvin Glens Apt. 669', 'Lake Katheryn', '505', 'Kentucky', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (12, '65854 McKenzie Tunnel', 'North Lisandroport', '202', 'Maine', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (13, '494 Bruen Radial Apt. 723', 'Estaland', '381', 'Idaho', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (14, '794 Doyle Lake Apt. 531', 'West Muriel', '571', 'Vermont', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1_number_building`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (15, '9590 Rogahn Point Apt. 466', 'Port Montytown', '037', 'SouthDakota', 'USA'); + + + +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY, +`product_type_code` VARCHAR(15), +`product_name` VARCHAR(80), +`product_price` DOUBLE NULL +); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (1, 'Hardware', 'Apple', '54753982.574522'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (2, 'Clothes', 'jcrew', '30590929.528306'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (3, 'Hardware', 'Apple', '10268.85297069'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (4, 'Hardware', 'Apple', '22956668.699482'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (5, 'Clothes', 'jcrew', '5927021.8748021'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (6, 'Hardware', 'Apple', '77.109961147471'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (7, 'Hardware', 'Apple', '450.39232520498'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (8, 'Hardware', 'Sony', '4446237.9177554'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (9, 'Clothes', 'jcrew', '622.79275984494'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (10, 'Hardware', 'Sony', '7171.5933353284'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (11, 'Clothes', 'jcrew', '149.95519076938'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (12, 'Clothes', 'gucci', '593.80519929985'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (13, 'Clothes', 'gucci', '11388.26282462'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (14, 'Hardware', 'Sony', '389.91542644329'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (15, 'Clothes', 'gucci', '310488248.48788'); + + +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`payment_method_code` VARCHAR(15), +`customer_number` VARCHAR(20), +`customer_name` VARCHAR(80), +`customer_address` VARCHAR(255), +`customer_phone` VARCHAR(80), +`customer_email` VARCHAR(80) +); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (1, 'Credit Card', '456', 'Kayley', '636 Chanelle Isle Apt. 846', '+87(9)5279161988', 'antonette73@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (2, 'Credit Card', '553', 'Sterling', '12174 Boyer Crossroad', '896.685.8228x2786', 'stroman.chadd@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (3, 'Credit Card', '951', 'Buford', '650 Spencer Way Apt. 584', '(192)144-4687', 'pattie.mayer@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (4, 'Direct Debit', '497', 'Caterina', '075 Skiles Expressway', '387.053.1225', 'dbeahan@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (5, 'Direct Debit', '752', 'Raymond', '8497 Huel Stravenue', '1-513-427-0125', 'bergnaum.ashton@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (6, 'Direct Debit', '838', 'Cheyenne', '058 Ben Street Apt. 034', '009-136-4509x19635', 'rhayes@example.org'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (7, 'Direct Debit', '429', 'Cecelia', '4065 Forest Vista Apt. 103', '672-559-0630x7875', 'caesar.lemke@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (8, 'Credit Card', '564', 'Brenna', '440 Aiden Ports', '1-271-345-4681x1131', 'macy.huel@example.org'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (9, 'Credit Card', '525', 'Lela', '13256 Valentina Valleys Suite 292', '838.718.8618x23239', 'vandervort.helena@example.org'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (10, 'Credit Card', '795', 'Cleo', '91702 Hilpert Pines Suite 177', '1-202-928-5395', 'xrosenbaum@example.org'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (11, 'Direct Debit', '233', 'Shany', '55270 Carter Street Apt. 214', '936.929.9929', 'kling.jesus@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (12, 'Credit Card', '586', 'Madaline', '8428 Cecile Land Apt. 192', '097-514-4641', 'brady.ernser@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (13, 'Direct Debit', '445', 'Melissa', '251 Botsford Harbors Suite 399', '529.148.1926', 'howard27@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (14, 'Direct Debit', '735', 'Orion', '10823 Rollin Spur', '479-171-6355x66065', 'kip.abernathy@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_number`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (15, 'Direct Debit', '523', 'Ottilie', '4098 Kreiger Knoll Suite 758', '393-750-2077x72779', 'morton06@example.net'); + +CREATE TABLE `Contacts` ( +`contact_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`gender` VARCHAR(1), +`first_name` VARCHAR(80), +`last_name` VARCHAR(50), +`contact_phone` VARCHAR(80) +); + +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (1, 4, 'male', 'Cierra', 'Collins', '+73(2)0854391820'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (2, 6, 'male', 'Jennifer', 'Doyle', '482-949-1364x17500'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (3, 8, 'female', 'Carli', 'Blick', '(608)868-5069x554'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (4, 14, 'female', 'Gustave', 'Ebert', '00414184198'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (5, 3, 'male', 'Danika', 'Bauch', '1-368-227-6322'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (6, 9, 'female', 'Rachelle', 'Stamm', '048-342-0880x5170'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (7, 10, 'male', 'Sid', 'Legros', '658.850.7946x9993'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (8, 7, 'female', 'Adella', 'Streich', '1-613-226-7727'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (9, 4, 'male', 'Etha', 'Raynor', '385-123-4556'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (10, 15, 'female', 'Skye', 'Ratke', '+62(3)0497423927'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (11, 10, 'female', 'Leif', 'Buckridge', '+96(5)1807022818'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (12, 6, 'female', 'Shyann', 'Hills', '(842)564-7057x121'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (13, 3, 'male', 'Darion', 'Leannon', '1-279-181-8737'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (14, 8, 'female', 'Amani', 'Kunze', '405-058-1659'); +INSERT INTO Contacts (`contact_id`, `customer_id`, `gender`, `first_name`, `last_name`, `contact_phone`) VALUES (15, 14, 'female', 'Hellen', 'Little', '136.724.5322'); + + +CREATE TABLE `Customer_Address_History` ( +`customer_id` INTEGER NOT NULL, +`address_id` INTEGER NOT NULL, +`date_from` DATETIME NOT NULL, +`date_to` DATETIME, +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ) +); +CREATE TABLE `Customer_Orders` ( +`order_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`order_date` DATETIME NOT NULL, +`order_status_code` VARCHAR(15), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); + +CREATE TABLE `Order_Items` ( +`order_item_id` INTEGER NOT NULL , +`order_id` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +`order_quantity` VARCHAR(80), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ), +FOREIGN KEY (`order_id` ) REFERENCES `Customer_Orders`(`order_id` ) +); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (12, 7, '2015-07-23 14:37:18', '2018-03-07 12:04:20'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (12, 2, '2016-11-06 14:33:12', '2018-03-14 21:36:28'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (3, 9, '2011-11-19 12:17:36', '2018-03-22 10:20:16'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (13, 15, '2009-02-16 23:04:20', '2018-03-07 17:47:47'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (3, 12, '2008-06-22 21:50:44', '2018-03-13 00:08:29'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (11, 10, '2012-04-09 18:10:36', '2018-03-11 20:16:56'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (11, 10, '2014-11-17 15:11:26', '2018-03-08 23:31:30'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (2, 13, '2011-01-02 21:42:29', '2018-02-25 19:55:00'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (13, 11, '2015-05-01 12:44:46', '2018-03-24 06:20:36'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (12, 3, '2011-06-02 02:53:28', '2018-03-10 00:47:18'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (6, 1, '2013-06-14 23:07:04', '2018-03-16 14:49:28'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (14, 12, '2008-10-13 04:37:27', '2018-03-19 10:10:53'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (13, 5, '2012-03-16 17:42:30', '2018-02-27 07:31:19'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (7, 13, '2012-11-19 09:20:49', '2018-03-11 20:11:21'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (7, 3, '2012-11-09 07:15:16', '2018-03-09 12:03:31'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (2, 4, '2011-11-02 17:31:41', '2018-03-07 05:29:10'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (9, 13, '2010-03-25 08:23:20', '2018-03-09 16:41:55'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (6, 12, '2017-10-25 07:35:59', '2018-03-11 21:40:52'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (7, 3, '2009-05-22 04:42:28', '2018-03-18 11:13:27'); +INSERT INTO Customer_Address_History (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (12, 9, '2016-12-23 04:42:07', '2018-03-20 01:13:38'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (1, 2, '2009-07-19 13:40:49', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (2, 2, '1976-05-28 15:02:44', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (3, 6, '1979-03-29 02:47:13', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (4, 4, '2003-01-17 00:06:12', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (5, 13, '1992-04-19 21:42:58', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (6, 4, '1972-03-17 21:42:29', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (7, 10, '2002-01-20 01:52:53', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (8, 2, '1985-01-03 05:22:09', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (9, 9, '2016-09-17 03:00:47', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (10, 5, '1971-12-04 19:14:18', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (11, 10, '1993-05-08 14:12:06', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (12, 10, '1998-06-14 21:22:53', 'Completed'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (13, 9, '1997-08-02 09:44:57', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (14, 3, '1979-07-13 17:19:40', 'Part'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_date`, `order_status_code`) VALUES (15, 1, '2007-01-19 07:54:50', 'Completed'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (1, 9, 15, '3'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (2, 8, 12, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (3, 11, 9, '9'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (4, 15, 2, 'male'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (5, 13, 3, '3'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (6, 3, 6, '4'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (7, 7, 4, '8'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (8, 6, 2, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (9, 3, 15, '2'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (10, 4, 12, '5'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (11, 14, 11, '8'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (12, 6, 2, '7'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (13, 7, 5, '9'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (14, 5, 13, '4'); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`, `order_quantity`) VALUES (15, 7, 3, '8'); diff --git a/test_database/customers_campaigns_ecommerce/customers_campaigns_ecommerce.sqlite b/test_database/customers_campaigns_ecommerce/customers_campaigns_ecommerce.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..330bf5f1034e54a6d8f685b08a40d818581f488f Binary files /dev/null and b/test_database/customers_campaigns_ecommerce/customers_campaigns_ecommerce.sqlite differ diff --git a/test_database/customers_campaigns_ecommerce/schema.sql b/test_database/customers_campaigns_ecommerce/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..3832fef476c1a09bc79c5b68dd21f81e36c8ff7d --- /dev/null +++ b/test_database/customers_campaigns_ecommerce/schema.sql @@ -0,0 +1,207 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `Premises` ( +`premise_id` INTEGER PRIMARY KEY, +`premises_type` VARCHAR(15) NOT NULL, +`premise_details` VARCHAR(255) +); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (1, 'Warehouse', '036 Lueilwitz Harbor'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (2, 'Warehouse', '676 Kelly Spur'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (3, 'Residence', '27839 Carissa Tunnel Suite 048'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (4, 'Residence', '2219 Barrows Tunnel Apt. 893'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (5, 'Office', '38291 Jerde Light Apt. 713'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (6, 'Office', '5585 Abbott Walk'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (7, 'Residence', '5510 Veum Green'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (8, 'Warehouse', '7230 Tillman Glens Suite 202'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (9, 'Warehouse', '62282 Wiza Glen Apt. 430'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (10, 'Office', '07318 Annetta Motorway'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (11, 'Office', '00100 Green Mountains Apt. 653'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (12, 'Office', '33294 William Lodge Apt. 953'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (13, 'Office', '2760 Austin Station'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (14, 'Residence', '5109 Jules Squares Apt. 082'); +INSERT INTO Premises (`premise_id`, `premises_type`, `premise_details`) VALUES (15, 'Office', '867 Emard Drives Apt. 066'); + + +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY, +`product_category` VARCHAR(15) NOT NULL, +`product_name` VARCHAR(80) +); + +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (1, 'Food', 'Coffee Bean'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (2, 'Electronics', 'Keyboard'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (3, 'Books', 'Four Seasons'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (4, 'Hardware', 'Mouse'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (5, 'Books', 'Life of Van gogh'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (6, 'Hardware', 'Monitor'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (7, 'Electronics', 'MP3'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (8, 'Books', 'Learning French'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (9, 'Books', 'How to read a book'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (10, 'Electronics', 'iWatch'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (11, 'Books', 'IOS Programming'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (12, 'Books', 'Everything about Amazon'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (13, 'Hardware', 'Drive'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (14, 'Food', 'Chocolate'); +INSERT INTO Products (`product_id`, `product_category`, `product_name`) VALUES (15, 'Electronics', 'iPhone'); + + + +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`payment_method` VARCHAR(15) NOT NULL, +`customer_name` VARCHAR(80), +`customer_phone` VARCHAR(80), +`customer_email` VARCHAR(80), +`customer_address` VARCHAR(255), +`customer_login` VARCHAR(80), +`customer_password` VARCHAR(10) +); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (1, 'Credit Card', 'Wendell', '(773)971-9411x759', 'rodriguez.nathanael@example.net', '618 Webster Stream Apt. 161', NULL, 'b4459ad261'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (2, 'Direct Debit', 'Gage', '(402)890-2603x6005', 'stark.elna@example.net', '0260 Walker Trace', NULL, '7905d7f1b1'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (3, 'Direct Debit', 'Elvera', '1-878-600-7193x8180', 'madyson.mclaughlin@example.org', '280 Landen Lake', NULL, '0b9f651030'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (4, 'Direct Debit', 'Stella', '+43(3)1861877192', 'kristina85@example.org', '5607 Ryann Canyon', NULL, 'f64f0fd096'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (5, 'Credit Card', 'Magdalena', '1-352-291-1721x265', 'franecki.danial@example.com', '523 Mose Hills', NULL, 'bdfdc8e91a'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (6, 'Direct Debit', 'Carlotta', '+66(7)1491041398', 'fstanton@example.net', '31932 Kailey Lodge', NULL, 'a8467590fd'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (7, 'Direct Debit', 'Leanna', '203-036-0511x96487', 'marc.schiller@example.com', '94105 Bahringer Oval Suite 178', NULL, '67e9037197'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (8, 'Direct Debit', 'Ruthie', '(840)754-4148x20545', 'elva.mccullough@example.org', '5514 Ophelia Cliffs Apt. 266', NULL, '280160b7b3'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (9, 'Credit Card', 'Donnie', '(030)521-0681x0191', 'saul30@example.net', '115 Farrell Squares Suite 599', NULL, '22dc8bfaf5'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (10, 'Direct Debit', 'Shanel', '1-957-676-9414', 'kheathcote@example.org', '80569 Crona Path Suite 165', NULL, 'd93857e0c2'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (11, 'Direct Debit', 'Osborne', '232.171.7032', 'vpowlowski@example.net', '509 Isabelle Route', NULL, 'b00e35cc0a'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (12, 'Direct Debit', 'Kyle', '291-425-7193', 'davis.rosamond@example.net', '056 Ibrahim Path Suite 669', NULL, '341f672c2c'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (13, 'Credit Card', 'Annabel', '100.220.3484', 'yoshiko.balistreri@example.org', '56955 Desmond Lake Apt. 120', NULL, '9dc50bc5b6'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (14, 'Direct Debit', 'Geovanny', '205.496.0690x53058', 'jesus.robel@example.org', '0813 Carolina Bridge Suite 488', NULL, '49f32173a2'); +INSERT INTO Customers (`customer_id`, `payment_method`, `customer_name`, `customer_phone`, `customer_email`, `customer_address`, `customer_login`, `customer_password`) VALUES (15, 'Direct Debit', 'Mitchell', '698-327-5792', 'princess75@example.com', '6735 Daron Lane Apt. 271', NULL, '791b1b3e64'); + + +CREATE TABLE `Mailshot_Campaigns` ( +`mailshot_id` INTEGER PRIMARY KEY, +`product_category` VARCHAR(15), +`mailshot_name` VARCHAR(80), +`mailshot_start_date` DATETIME, +`mailshot_end_date` DATETIME +); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (1, 'food', 'US', '2018-02-15 09:52:17', '2018-03-08 14:40:20'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (2, 'clothes', 'US', '2017-09-14 12:05:30', '2018-03-15 01:06:16'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (3, 'food', 'FED', '2017-06-16 11:18:45', '2018-03-13 14:42:26'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (4, 'clothes', 'USPS', '2017-09-27 02:35:45', '2018-03-18 11:29:56'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (5, 'food', 'AL', '2017-05-20 20:05:09', '2018-03-02 21:41:46'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (6, 'clothes', 'FED', '2017-10-23 05:41:45', '2018-03-03 08:01:57'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (7, 'food', 'FED', '2017-11-25 03:14:25', '2018-03-05 03:08:48'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (8, 'clothes', 'AL', '2017-10-22 08:46:29', '2018-03-01 13:42:09'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (9, 'food', 'US', '2017-11-12 08:26:08', '2018-02-27 07:58:02'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (10, 'clothes', 'USPS', '2018-01-14 21:03:10', '2018-03-19 13:07:33'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (11, 'food', 'US', '2017-12-13 01:40:06', '2018-03-24 02:05:36'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (12, 'clothes', 'USPS', '2018-01-20 05:22:29', '2018-03-23 07:48:46'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (13, 'food', 'AL', '2017-05-08 21:14:52', '2018-03-12 12:06:50'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (14, 'clothes', 'AL', '2017-06-11 23:24:31', '2018-03-23 03:36:49'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (15, 'food', 'FED', '2017-11-29 00:56:35', '2018-03-17 07:54:46'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (16, 'clothes', 'US', '2017-11-02 17:26:30', '2018-03-02 17:07:50'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (17, 'food', 'FED', '2018-02-04 13:13:36', '2018-02-26 16:12:30'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (18, 'clothes', 'USPS', '2017-12-08 10:24:12', '2018-03-20 20:10:16'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (19, 'food', 'US', '2017-06-25 11:43:09', '2018-03-15 11:58:52'); +INSERT INTO Mailshot_Campaigns (`mailshot_id`, `product_category`, `mailshot_name`, `mailshot_start_date`, `mailshot_end_date`) VALUES (20, 'food', 'US', '2017-11-15 15:58:17', '2018-03-15 06:00:47'); + + +CREATE TABLE `Customer_Addresses` ( +`customer_id` INTEGER NOT NULL, +`premise_id` INTEGER NOT NULL, +`date_address_from` DATETIME NOT NULL, +`address_type_code` VARCHAR(15) NOT NULL, +`date_address_to` DATETIME, +FOREIGN KEY (`premise_id` ) REFERENCES `Premises`(`premise_id` ) +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); + +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (15, 1, '1992-08-23 21:17:38', 'Billing', '2018-02-28 20:54:58'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (2, 2, '2010-02-23 02:49:50', 'Billing', '2018-03-15 18:34:41'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (1, 1, '1975-12-24 10:01:37', 'Shipping', '2018-03-08 08:03:51'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (3, 2, '1995-03-26 17:39:46', 'Shipping', '2018-02-27 17:42:19'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (7, 1, '1929-05-14 04:29:43', 'Billing', '2018-03-16 18:51:47'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (8, 4, '1939-01-15 17:55:39', 'Shipping', '2018-03-13 08:21:27'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (5, 5, '1931-03-24 11:44:07', 'Shipping', '2018-03-05 02:34:01'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (11, 6, '1975-04-23 20:41:01', 'Billing', '2018-03-04 03:08:46'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (11, 3, '1920-08-18 04:42:55', 'Shipping', '2018-03-22 22:46:52'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (11, 5, '1960-07-31 06:10:20', 'Shipping', '2018-03-09 03:34:11'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (13, 6, '1990-12-19 22:02:27', 'Billing', '2018-03-24 07:12:35'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (4, 8, '1985-03-18 20:46:30', 'Shipping', '2018-02-27 16:47:24'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (10, 10, '1972-06-06 01:50:40', 'Billing', '2018-03-08 21:09:30'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (8, 12, '1984-06-16 10:10:37', 'Billing', '2018-03-05 11:26:03'); +INSERT INTO Customer_Addresses (`customer_id`, `premise_id`, `date_address_from`, `address_type_code`, `date_address_to`) VALUES (3, 14, '2002-02-01 02:55:13', 'Billing', '2018-03-16 11:55:11'); + + +CREATE TABLE `Customer_Orders` ( +`order_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`order_status_code` VARCHAR(15) NOT NULL, +`shipping_method_code` VARCHAR(15) NOT NULL, +`order_placed_datetime` DATETIME NOT NULL, +`order_delivered_datetime` DATETIME, +`order_shipping_charges` VARCHAR(255), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); + +CREATE TABLE `Mailshot_Customers` ( +`mailshot_id` INTEGER NOT NULL, +`customer_id` INTEGER NOT NULL, +`outcome_code` VARCHAR(15) NOT NULL, +`mailshot_customer_date` DATETIME, +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ), +FOREIGN KEY (`mailshot_id` ) REFERENCES `Mailshot_Campaigns`(`mailshot_id` ) +); +CREATE TABLE `Order_Items` ( +`item_id` INTEGER NOT NULL , +`order_item_status_code` VARCHAR(15) NOT NULL, +`order_id` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +`item_status_code` VARCHAR(15), +`item_delivered_datetime` DATETIME, +`item_order_quantity` VARCHAR(80), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ), +FOREIGN KEY (`order_id` ) REFERENCES `Customer_Orders`(`order_id` ) +); + +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (1, 2, 'Cancelled', 'Unspecified', '2015-06-15 18:19:26', '2018-03-20 12:00:00', '85.79'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (2, 8, 'Cancelled', 'Unspecified', '2009-07-05 20:02:55', '2018-03-20 12:00:00', '98.4'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (3, 9, 'Cancelled', 'FedEx', '2008-11-15 12:22:36', '2018-03-20 12:00:00', '36.87'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (4, 1, 'Delivered', 'UPS', '2008-10-23 06:42:10', '2018-03-20 12:00:00', '98.73'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (5, 7, 'Paid', 'FedEx', '2017-05-28 05:48:26', '2018-03-20 12:00:00', '35.63'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (6, 2, 'Cancelled', 'Unspecified', '2014-06-24 13:53:54', '2018-03-20 12:00:00', '99.26'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (7, 15, 'Cancelled', 'FedEx', '2014-08-28 15:08:12', '2018-03-20 12:00:00', '26.56'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (8, 2, 'Delivered', 'Unspecified', '2012-06-05 09:05:34', '2018-03-20 12:00:00', '77.32'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (9, 1, 'Cancelled', 'FedEx', '2009-05-30 16:13:26', '2018-03-20 12:00:00', '57.36'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (10, 14, 'Paid', 'Unspecified', '2013-08-29 03:17:04', '2018-03-20 12:00:00', '33.58'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (11, 1, 'Paid', 'Unspecified', '2015-12-29 10:39:56', '2018-03-20 12:00:00', '22.84'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (12, 12, 'Cancelled', 'Unspecified', '2016-10-20 20:59:35', '2018-03-20 12:00:00', '21.24'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (13, 12, 'Paid', 'FedEx', '2013-06-16 17:51:45', '2018-03-20 12:00:00', '31.33'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (14, 14, 'Paid', 'UPS', '2010-04-29 08:21:49', '2018-03-20 12:00:00', '46.4'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `shipping_method_code`, `order_placed_datetime`, `order_delivered_datetime`, `order_shipping_charges`) VALUES (15, 5, 'Delivered', 'FedEx', '2009-01-18 20:06:19', '2018-03-20 12:00:00', '74.28'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (4, 3, 'Order', '2018-03-15 15:43:14'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (10, 1, 'No Response', '2018-03-04 13:06:55'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (15, 9, 'No Response', '2018-03-11 11:32:20'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (20, 11, 'Order', '2018-03-01 21:39:07'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (7, 1, 'Order', '2018-03-13 05:18:16'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (10, 4, 'No Response', '2018-03-15 04:05:08'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (15, 6, 'Order', '2018-03-06 21:21:38'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (10, 13, 'Order', '2018-02-26 02:17:16'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (15, 13, 'Order', '2018-03-07 11:19:43'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (17, 11, 'Order', '2018-03-05 20:48:13'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (18, 14, 'Order', '2018-03-14 01:08:29'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (15, 6, 'Order', '2018-02-27 20:51:37'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (18, 2, 'Order', '2018-03-20 23:40:02'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (7, 1, 'No Response', '2018-03-03 15:29:56'); +INSERT INTO Mailshot_Customers (`mailshot_id`, `customer_id`, `outcome_code`, `mailshot_customer_date`) VALUES (6, 6, 'No Response', '2018-03-05 17:35:24'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (1, 'Delivered', 10, 13, 'good', '2018-02-25 18:22:10', '6'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (2, 'Paid', 6, 7, 'good', '2018-02-27 18:04:55', '7'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (3, 'Cancelled', 8, 1, 'good', '2018-03-16 15:58:27', '4'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (4, 'Cancelled', 13, 11, 'good', '2018-03-04 18:19:12', '3'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (5, 'Paid', 11, 5, 'good', '2018-03-07 12:35:59', '6'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (6, 'Delivered', 6, 10, 'good', '2018-03-03 22:22:38', '5'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (7, 'Delivered', 7, 14, 'good', '2018-03-04 01:39:37', '6'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (8, 'Delivered', 2, 5, 'good', '2018-03-05 14:33:02', '4'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (9, 'Delivered', 6, 6, 'good', '2018-03-22 04:33:17', '6'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (10, 'Cancelled', 7, 9, 'good', '2018-03-03 00:37:19', '2'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (11, 'Paid', 15, 3, 'good', '2018-03-12 20:01:38', '1'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (12, 'Delivered', 11, 9, 'good', '2018-03-03 00:19:41', '5'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (13, 'Paid', 14, 1, 'good', '2018-03-07 15:53:54', '5'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (14, 'Paid', 15, 13, 'good', '2018-03-17 07:10:51', '9'); +INSERT INTO Order_Items (`item_id`, `order_item_status_code`, `order_id`, `product_id`, `item_status_code`, `item_delivered_datetime`, `item_order_quantity`) VALUES (15, 'Paid', 14, 9, 'good', '2018-03-05 12:04:23', '4'); diff --git a/test_database/customers_card_transactions/customers_card_transactions.sqlite b/test_database/customers_card_transactions/customers_card_transactions.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..1960ce440a81f35e60dbdf688380ac64140928d9 Binary files /dev/null and b/test_database/customers_card_transactions/customers_card_transactions.sqlite differ diff --git a/test_database/customers_card_transactions/schema.sql b/test_database/customers_card_transactions/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..750ee68be6bfe078d06f81c2b2dde4cf505406fe --- /dev/null +++ b/test_database/customers_card_transactions/schema.sql @@ -0,0 +1,115 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `Accounts` ( +`account_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`account_name` VARCHAR(50), +`other_account_details` VARCHAR(255) +); +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`customer_first_name` VARCHAR(20), +`customer_last_name` VARCHAR(20), +`customer_address` VARCHAR(255), +`customer_phone` VARCHAR(255), +`customer_email` VARCHAR(255), +`other_customer_details` VARCHAR(255) +); +CREATE TABLE `Customers_Cards` ( +`card_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`card_type_code` VARCHAR(15) NOT NULL, +`card_number` VARCHAR(80), +`date_valid_from` DATETIME, +`date_valid_to` DATETIME, +`other_card_details` VARCHAR(255) +); +CREATE TABLE `Financial_Transactions` ( +`transaction_id` INTEGER NOT NULL , +`previous_transaction_id` INTEGER, +`account_id` INTEGER NOT NULL, +`card_id` INTEGER NOT NULL, +`transaction_type` VARCHAR(15) NOT NULL, +`transaction_date` DATETIME, +`transaction_amount` DOUBLE NULL, +`transaction_comment` VARCHAR(255), +`other_transaction_details` VARCHAR(255), +FOREIGN KEY (`card_id` ) REFERENCES `Customers_Cards`(`card_id` ), +FOREIGN KEY (`account_id` ) REFERENCES `Accounts`(`account_id` ) +); + +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (1, 6, '338', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (2, 14, '562', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (3, 9, '162', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (4, 12, '038', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (5, 13, '858', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (6, 12, '262', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (7, 9, '621', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (8, 8, '381', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (9, 9, '546', 'Regular'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (10, 4, '767', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (11, 4, '022', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (12, 2, '866', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (13, 10, '234', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (14, 9, '557', 'VIP'); +INSERT INTO Accounts (`account_id`, `customer_id`, `account_name`, `other_account_details`) VALUES (15, 4, '725', 'VIP'); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (1, 'Aniyah', 'Feest', '55975 Theodore Estates +Lake Brody, VT 57078', '(673)872-5338', 'fahey.dorian@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (2, 'Susie', 'Wiza', '6478 Moen Isle Suite 910 +Schimmelmouth, VT 96364-4898', '679-845-8645x94312', 'idickinson@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (3, 'Marcel', 'Brekke', '1965 Abernathy Plains +Port Lilla, LA 44867', '1-511-656-6664', 'nichole.rodriguez@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (4, 'Art', 'Turcotte', '6862 Domenic Port +New Elbert, DE 86980-8517', '941-213-6716x675', 'enrique59@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (5, 'Armani', 'Farrell', '3031 Ludwig Square +Unaview, SC 86336-3287', '224-123-1012', 'dauer@example.net', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (6, 'Kiel', 'Schinner', '19935 Allie Bypass Apt. 409 +Coleberg, FL 69194-5357', '1-564-044-3909', 'ebert.omer@example.net', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (7, 'Izabella', 'Erdman', '23793 Athena Inlet Apt. 455 +Schmidtmouth, NH 15794', '751.049.9948', 'kling.catalina@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (8, 'Elyssa', 'Lind', '094 Julianne Mill +Webstertown, KY 91980-4004', '+12(6)9024410984', 'dell13@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (9, 'Faustino', 'Langworth', '0748 Lola Union Apt. 874 +Reynoldsfurt, NM 94584-3767', '284.749.0453', 'ahomenick@example.org', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (10, 'Axel', 'Effertz', '936 Lula Overpass +East Alisonville, NH 14890', '+90(8)1290735932', 'kyra.murazik@example.org', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (11, 'Frederic', 'Swift', '7127 Hilpert Parks +South Johnfort, SD 67577-9504', '1-207-977-5182', 'keegan16@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (12, 'Bryce', 'Rath', '74962 Hugh Mills +North Laurenland, KY 46376', '(415)237-0701x3115', 'grady.general@example.org', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (13, 'Serenity', 'Effertz', '71560 Eulah Squares +Torphyberg, OK 34312-0380', '1-894-567-2283', 'schaden.katrina@example.net', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (14, 'Blanche', 'Huels', '47286 Mraz Park Apt. 424 +Jocelynfurt, OH 59023-2787', '(703)950-4708x8972', 'huels.antonina@example.com', NULL); +INSERT INTO Customers (`customer_id`, `customer_first_name`, `customer_last_name`, `customer_address`, `customer_phone`, `customer_email`, `other_customer_details`) VALUES (15, 'Nat', 'Davis', '163 Collier Square +New Ceciltown, AL 64723-5646', '246-469-4472x359', 'earlene.carroll@example.net', NULL); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (1, 14, 'Credit', '4560596484842', '2011-04-17 09:05:28', '2018-03-07 17:06:19', '5567915676420343'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (2, 9, 'Credit', '4859448397570735', '2012-05-22 02:05:41', '2018-02-25 15:43:32', '4539333582760'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (3, 6, 'Debit', '348237249146948', '2014-08-01 14:26:45', '2018-03-24 15:29:00', '4916210554814'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (4, 15, 'Credit', '4485460762694', '2009-11-05 09:26:01', '2018-03-19 05:34:08', '5296134475180061'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (5, 13, 'Credit', '5122249720639438', '2015-12-21 22:07:49', '2018-03-22 08:31:28', '5388642773088467'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (6, 10, 'Debit', '5102229294602335', '2017-01-01 13:34:04', '2018-03-11 01:12:33', '5513587359761653'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (7, 9, 'Credit', '4716674779726', '2016-12-11 03:01:12', '2018-03-15 06:27:45', '6011771512810699'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (8, 12, 'Credit', '6011225247353230', '2016-09-17 13:31:05', '2018-03-24 00:38:54', '5428692691195935'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (9, 3, 'Debit', '4929590358481', '2015-03-27 02:01:12', '2018-03-12 02:16:45', '5307019264041461'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (10, 10, 'Debit', '4532488235104', '2011-06-15 23:10:10', '2018-03-17 21:27:32', '5571147786750739'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (11, 8, 'Debit', '4707949584519', '2013-11-17 02:58:22', '2018-03-14 14:00:07', '377852690396160'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (12, 3, 'Debit', '4929896676202959', '2015-05-09 04:05:26', '2018-03-16 16:00:19', '4556142375374'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (13, 2, 'Credit', '5484846021884483', '2008-08-20 17:59:51', '2018-03-20 02:08:02', '4916493714393'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (14, 5, 'Debit', '4929384762825', '2013-05-23 07:55:36', '2018-03-11 06:05:44', '4485258248930151'); +INSERT INTO Customers_Cards (`card_id`, `customer_id`, `card_type_code`, `card_number`, `date_valid_from`, `date_valid_to`, `other_card_details`) VALUES (15, 2, 'Debit', '345475370003028', '2014-07-03 20:19:31', '2018-02-28 22:26:31', '4716851737494984'); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (1, 925, 15, 1, 'Payment', '2018-03-24 06:41:41', '1701.23', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (2, 494, 3, 2, 'Refund', '2018-03-24 12:08:55', '1931.76', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (3, 642, 4, 3, 'Payment', '2018-03-24 09:08:27', '486.56', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (4, 457, 15, 4, 'Refund', '2018-03-23 21:59:28', '1336.21', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (5, 947, 13, 5, 'Refund', '2018-03-23 21:43:32', '357.06', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (6, 958, 12, 6, 'Refund', '2018-03-24 11:48:28', '1967.75', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (7, 368, 1, 6, 'Refund', '2018-03-24 05:13:42', '1483.05', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (8, 924, 6, 7, 'Refund', '2018-03-24 14:47:05', '1194.48', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (9, 296, 9, 6, 'Payment', '2018-03-24 05:31:43', '1475.56', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (10, 495, 5, 7, 'Payment', '2018-03-24 05:45:57', '1795.66', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (11, 333, 11, 7, 'Refund', '2018-03-24 10:39:09', '462.63', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (12, 986, 10, 9, 'Payment', '2018-03-24 15:17:49', '1658.32', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (13, 885, 14, 11, 'Refund', '2018-03-24 17:00:41', '1298.73', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (14, 965, 10, 12, 'Refund', '2018-03-24 16:31:34', '945.43', NULL, NULL); +INSERT INTO Financial_Transactions (`transaction_id`, `previous_transaction_id`, `account_id`, `card_id`, `transaction_type`, `transaction_date`, `transaction_amount`, `transaction_comment`, `other_transaction_details`) VALUES (15, 203, 8, 12, 'Payment', '2018-03-24 10:48:34', '1529.97', NULL, NULL); diff --git a/test_database/debate/debate.sqlite b/test_database/debate/debate.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..9f10409503571bd5b713f302e5fcfad895cae2ed Binary files /dev/null and b/test_database/debate/debate.sqlite differ diff --git a/test_database/debate/schema.sql b/test_database/debate/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..c8eb2e64d308bf48336e7ade08c3ef8674ce3cbd --- /dev/null +++ b/test_database/debate/schema.sql @@ -0,0 +1,60 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "people" ( +"People_ID" int, +"District" text, +"Name" text, +"Party" text, +"Age" int, +PRIMARY KEY ("People_ID") +); + +CREATE TABLE "debate" ( +"Debate_ID" int, +"Date" text, +"Venue" text, +"Num_of_Audience" int, +PRIMARY KEY ("Debate_ID") +); + +INSERT INTO "people" VALUES (1,"New York 1","Luther C. Carter","Republican",35); +INSERT INTO "people" VALUES (2,"New York 2","James Humphrey","Republican",38); +INSERT INTO "people" VALUES (3,"New York 3","Daniel Sickles","Democratic",46); +INSERT INTO "people" VALUES (4,"New York 4","Thomas J. Barr","Independent Democrat",48); +INSERT INTO "people" VALUES (5,"New York 5","William B. Maclay","Democratic",36); +INSERT INTO "people" VALUES (6,"New York 6","John Cochrane","Democratic",46); +INSERT INTO "people" VALUES (7,"New York 7","George Briggs","Republican",42); +INSERT INTO "people" VALUES (8,"New York 8","Horace F. Clark","Anti-Lecompton Democrat",45); +INSERT INTO "people" VALUES (9,"New York 9","John B. Haskin","Anti-Lecompton Democrat",43); +INSERT INTO "people" VALUES (10,"New York 10","Charles Van Wyck","Republican",36); + + + +INSERT INTO "debate" VALUES (1,"October 21, 2011","Manama , Bahrain",342); +INSERT INTO "debate" VALUES (2,"December 17, 2014","Doha , Qatar",134); +INSERT INTO "debate" VALUES (3,"August 3, 2015","Manama , Bahrain",90); +INSERT INTO "debate" VALUES (4,"October 27, 2015","Manama , Bahrain",209); +INSERT INTO "debate" VALUES (5,"January 12, 2017","Dubai , UAE",313); +INSERT INTO "debate" VALUES (6,"January 21, 2017","Abu Dhabi , UAE",159); + + + + +CREATE TABLE "debate_people" ( +"Debate_ID" int, +"Affirmative" int, +"Negative" int, +"If_Affirmative_Win" bool, +PRIMARY KEY ("Debate_ID","Affirmative","Negative"), +FOREIGN KEY ("Debate_ID") REFERENCES `debate`("Debate_ID"), +FOREIGN KEY ("Affirmative") REFERENCES `people`("People_ID"), +FOREIGN KEY ("Negative") REFERENCES `people`("People_ID") +); + + +INSERT INTO "debate_people" VALUES (1,1,10,"F"); +INSERT INTO "debate_people" VALUES (5,2,8,"F"); +INSERT INTO "debate_people" VALUES (3,4,7,"T"); +INSERT INTO "debate_people" VALUES (6,5,6,"T"); +INSERT INTO "debate_people" VALUES (4,5,8,"F"); diff --git a/test_database/decoration_competition/decoration_competition.sqlite b/test_database/decoration_competition/decoration_competition.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..082156773bd3a2fb773588c8f578d394dc640604 Binary files /dev/null and b/test_database/decoration_competition/decoration_competition.sqlite differ diff --git a/test_database/decoration_competition/schema.sql b/test_database/decoration_competition/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..88c843b4d9f7308a7e55fae5607b7eeea87fd2ed --- /dev/null +++ b/test_database/decoration_competition/schema.sql @@ -0,0 +1,58 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "college" ( +"College_ID" int, +"Name" text, +"Leader_Name" text, +"College_Location" text, +PRIMARY KEY ("College_ID") +); + + + +INSERT INTO "college" VALUES ("1","Saskatchewan School","Ousame Tounkara","Ottawa"); +INSERT INTO "college" VALUES ("2","B.C. School","Ryan Thelwell","Minnesota"); +INSERT INTO "college" VALUES ("3","Calgary School","Andre Arlain","St. Francis Xavier"); +INSERT INTO "college" VALUES ("4","Edmonton School","Samir Chahine","McGill"); +INSERT INTO "college" VALUES ("5","Toronto School","Roger Dunbrack","Western Ontario"); + + +CREATE TABLE "member" ( +"Member_ID" int, +"Name" text, +"Country" text, +"College_ID" int, +PRIMARY KEY ("Member_ID"), +FOREIGN KEY ("College_ID") REFERENCES `college`("College_ID") +); + + +INSERT INTO "member" VALUES ("1","Jack Nicklaus","United States",1); +INSERT INTO "member" VALUES ("2","Billy Casper","United States",1); +INSERT INTO "member" VALUES ("3","Arnold Palmer","Canada",4); +INSERT INTO "member" VALUES ("4","Tom Watson","United States",4); +INSERT INTO "member" VALUES ("5","Homero Blancas","United States",2); +INSERT INTO "member" VALUES ("6","Pat Fitzsimons","Canada",5); +INSERT INTO "member" VALUES ("7","Bobby Nichols","Canada",5); +INSERT INTO "member" VALUES ("8","J. C. Snead","Canada",4); +INSERT INTO "member" VALUES ("9","Lee Trevino","United States",3); +INSERT INTO "member" VALUES ("10","Tom Weiskopf","United States",3); + + +CREATE TABLE "round" ( +"Round_ID" int, +"Member_ID" int, +"Decoration_Theme" text, +"Rank_in_Round" int, +PRIMARY KEY ("Member_ID","Round_ID"), +FOREIGN KEY ("Member_ID") REFERENCES "member"("Member_ID") +); + + +INSERT INTO "round" VALUES (1,1,"Walk on the Moon",1); +INSERT INTO "round" VALUES (1,2,"Soft Dream",2); +INSERT INTO "round" VALUES (1,10,"Dark Nights",4); +INSERT INTO "round" VALUES (2,4,"Sweetie",3); +INSERT INTO "round" VALUES (2,6,"Summer",2); +INSERT INTO "round" VALUES (2,9,"Happiness",1); + diff --git a/test_database/department_management/department_management.sqlite b/test_database/department_management/department_management.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..847f801643785e0dc34c238c54c147b57a40e10f Binary files /dev/null and b/test_database/department_management/department_management.sqlite differ diff --git a/test_database/department_management/schema.sql b/test_database/department_management/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..2a5aaef8b750cd72e3119e3da26275911cfc7293 --- /dev/null +++ b/test_database/department_management/schema.sql @@ -0,0 +1,58 @@ +PRAGMA foreign_keys=ON; +BEGIN TRANSACTION; +CREATE TABLE IF NOT EXISTS "department" ( +"Department_ID" int, +"Name" text, +"Creation" text, +"Ranking" int, +"Budget_in_Billions" real, +"Num_Employees" real, +PRIMARY KEY ("Department_ID") +); +INSERT INTO department VALUES(1,'State','1789','1',9.9600000000000008526,30265.999999999999999); +INSERT INTO department VALUES(2,'Treasury','1789','2',11.099999999999999644,115896.99999999999999); +INSERT INTO department VALUES(3,'Defense','1947','3',439.30000000000001135,3000000.0); +INSERT INTO department VALUES(4,'Justice','1870','4',23.399999999999998578,112556.99999999999999); +INSERT INTO department VALUES(5,'Interior','1849','5',10.699999999999999289,71436.000000000000002); +INSERT INTO department VALUES(6,'Agriculture','1889','6',77.599999999999994316,109831.99999999999999); +INSERT INTO department VALUES(7,'Commerce','1903','7',6.2000000000000001776,35999.999999999999999); +INSERT INTO department VALUES(8,'Labor','1913','8',59.700000000000002843,17346.999999999999999); +INSERT INTO department VALUES(9,'Health and Human Services','1953','9',543.20000000000004548,66999.999999999999998); +INSERT INTO department VALUES(10,'Housing and Urban Development','1965','10',46.200000000000002843,10599.999999999999999); +INSERT INTO department VALUES(11,'Transportation','1966','11',58.000000000000000001,58621.999999999999998); +INSERT INTO department VALUES(12,'Energy','1977','12',21.5,116099.99999999999999); +INSERT INTO department VALUES(13,'Education','1979','13',62.799999999999997156,4487.0000000000000001); +INSERT INTO department VALUES(14,'Veterans Affairs','1989','14',73.200000000000002842,234999.99999999999999); +INSERT INTO department VALUES(15,'Homeland Security','2002','15',44.600000000000001422,207999.99999999999999); +CREATE TABLE IF NOT EXISTS "head" ( +"head_ID" int, +"name" text, +"born_state" text, +"age" real, +PRIMARY KEY ("head_ID") +); +INSERT INTO head VALUES(1,'Tiger Woods','Alabama',66.999999999999999998); +INSERT INTO head VALUES(2,'Sergio García','California',68.000000000000000001); +INSERT INTO head VALUES(3,'K. J. Choi','Alabama',69.0); +INSERT INTO head VALUES(4,'Dudley Hart','California',51.999999999999999998); +INSERT INTO head VALUES(5,'Jeff Maggert','Delaware',53.000000000000000001); +INSERT INTO head VALUES(6,'Billy Mayfair','California',69.0); +INSERT INTO head VALUES(7,'Stewart Cink','Florida',50.0); +INSERT INTO head VALUES(8,'Nick Faldo','California',55.999999999999999999); +INSERT INTO head VALUES(9,'Pádraig Harrington','Connecticut',43.000000000000000001); +INSERT INTO head VALUES(10,'Franklin Langham','Connecticut',66.999999999999999998); +CREATE TABLE IF NOT EXISTS "management" ( +"department_ID" int, +"head_ID" int, +"temporary_acting" text, +PRIMARY KEY ("Department_ID","head_ID"), +FOREIGN KEY ("Department_ID") REFERENCES `department`("Department_ID"), +FOREIGN KEY ("head_ID") REFERENCES `head`("head_ID") +); +INSERT INTO management VALUES(2,5,'Yes'); +INSERT INTO management VALUES(15,4,'Yes'); +INSERT INTO management VALUES(2,6,'Yes'); +INSERT INTO management VALUES(7,3,'No'); +INSERT INTO management VALUES(11,10,'No'); +COMMIT; + diff --git a/test_database/department_store/department_store.sqlite b/test_database/department_store/department_store.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..afa2ab62e1f9737da818f85105c175302bdc3ae3 Binary files /dev/null and b/test_database/department_store/department_store.sqlite differ diff --git a/test_database/department_store/schema.sql b/test_database/department_store/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..833c6f70e447fd9c75e05dc9144541a625e3d9f5 --- /dev/null +++ b/test_database/department_store/schema.sql @@ -0,0 +1,348 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`address_details` VARCHAR(255) +); + + +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (1, '28481 Crist Circle +East Burdettestad, IA 21232'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (2, '0292 Mitchel Pike +Port Abefurt, IA 84402-4249'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (3, '4062 Mante Place +West Lindsey, DE 76199-8015'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (4, '99666 Julie Junction +Marvinburgh, OH 16085-1623'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (5, '195 Mara Rue +Jenkinsmouth, OK 22345'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (6, '11784 Stehr Road +Port Isaac, NV 61159'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (7, '69482 Renner Ville Suite 653 +Langworthborough, OH 95195'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (8, '36594 O''Keefe Lock +New Cali, RI 42319'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (9, '7181 Wuckert Port Apt. 571 +Lake Zariaburgh, IL 98085'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (10, '92594 Marvin Trafficway +Pourosfurt, IA 98649'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (11, '0258 Kessler Mountains Suite 688 +Mooreside, ME 41586-5022'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (12, '69275 Mose Drive +Wilkinsonstad, CO 79055-7622'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (13, '8207 Morissette Lakes +East Rheaview, ID 47493'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (14, '145 Alice Corners +Willmsport, NV 36680'); +INSERT INTO Addresses (`address_id`, `address_details`) VALUES (15, '521 Molly Harbors Apt. 567 +Reingerland, HI 97099-1005'); + +CREATE TABLE `Staff` ( +`staff_id` INTEGER PRIMARY KEY, +`staff_gender` VARCHAR(1), +`staff_name` VARCHAR(80) +); + +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (1, '1', 'Tom'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (2, '1', 'Malika'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (3, '1', 'Katelynn'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (4, '1', 'Vanessa'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (5, '0', 'Maximus'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (6, '1', 'Tyson'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (7, '1', 'Yolanda'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (8, '1', 'Vito'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (9, '1', 'Zakary'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (10, '1', 'Sabrina'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (11, '1', 'Dannie'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (12, '1', 'Melody'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (13, '1', 'Archibald'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (14, '1', 'Adrienne'); +INSERT INTO Staff (`staff_id`, `staff_gender`, `staff_name`) VALUES (15, '1', 'Kristy'); + +CREATE TABLE `Suppliers` ( +`supplier_id` INTEGER PRIMARY KEY, +`supplier_name` VARCHAR(80), +`supplier_phone` VARCHAR(80) +); + +INSERT INTO Suppliers (`supplier_id`, `supplier_name`, `supplier_phone`) VALUES (1, 'Lidl', '(692)009-5928'); +INSERT INTO Suppliers (`supplier_id`, `supplier_name`, `supplier_phone`) VALUES (2, 'AB Store', '1-483-283-4742'); +INSERT INTO Suppliers (`supplier_id`, `supplier_name`, `supplier_phone`) VALUES (3, 'Tesco', '287-071-1153x254'); +INSERT INTO Suppliers (`supplier_id`, `supplier_name`, `supplier_phone`) VALUES (4, 'Audi', '1-432-960-2402x1734'); + +CREATE TABLE `Department_Store_Chain` ( +`dept_store_chain_id` INTEGER PRIMARY KEY, +`dept_store_chain_name` VARCHAR(80) +); + +INSERT INTO Department_Store_Chain (`dept_store_chain_id`, `dept_store_chain_name`) VALUES (1, 'South'); +INSERT INTO Department_Store_Chain (`dept_store_chain_id`, `dept_store_chain_name`) VALUES (2, 'West'); +INSERT INTO Department_Store_Chain (`dept_store_chain_id`, `dept_store_chain_name`) VALUES (3, 'East'); +INSERT INTO Department_Store_Chain (`dept_store_chain_id`, `dept_store_chain_name`) VALUES (4, 'North'); + + +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`payment_method_code` VARCHAR(10) NOT NULL, +`customer_code` VARCHAR(20), +`customer_name` VARCHAR(80), +`customer_address` VARCHAR(255), +`customer_phone` VARCHAR(80), +`customer_email` VARCHAR(80) +); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (1, 'Credit Card', '401', 'Ahmed', '75099 Tremblay Port Apt. 163 +South Norrisland, SC 80546', '254-072-4068x33935', 'margarett.vonrueden@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (2, 'Credit Card', '665', 'Chauncey', '8408 Lindsay Court +East Dasiabury, IL 72656-3552', '+41(8)1897032009', 'stiedemann.sigrid@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (3, 'Direct Debit', '844', 'Lukas', '7162 Rodolfo Knoll Apt. 502 +Lake Annalise, TN 35791-8871', '197-417-3557', 'joelle.monahan@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (4, 'Direct Debit', '662', 'Lexus', '9581 Will Flat Suite 272 +East Cathryn, WY 30751-4404', '+08(3)8056580281', 'gbrekke@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (5, 'Credit Card', '848', 'Tara', '5065 Mraz Fields Apt. 041 +East Chris, NH 41624', '1-064-498-6609x051', 'nicholas44@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (6, 'Credit Card', '916', 'Jon', '841 Goyette Unions +South Dionbury, NC 62021', '(443)013-3112x528', 'cconroy@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (7, 'Credit Card', '172', 'Cristobal', '8327 Christiansen Lakes Suite 409 +Schneiderland, IA 93624', '877-150-8674x63517', 'shawna.cummerata@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (8, 'Direct Debit', '927', 'Adah', '5049 Hand Land +Coymouth, IL 97300-7731', '1-695-364-7586x59256', 'kathlyn24@example.org'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (9, 'Credit Card', '808', 'Yasmeen', '3558 Witting Meadow Apt. 483 +Lake Moriahbury, OH 91556-2122', '587.398.2400x31176', 'ludwig54@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (10, 'Credit Card', '887', 'Karson', '7308 Joan Lake Suite 346 +Lizethtown, DE 56522', '857-844-9339x40140', 'moriah91@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (11, 'Direct Debit', '611', 'Cordell', '362 Fisher Forge Apt. 900 +New Mckenna, CA 98525-5674', '(730)934-8249', 'qstokes@example.org'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (12, 'Credit Card', '182', 'Darron', '84445 Elinor Glens +Port Zita, SD 39410', '117.822.3577', 'gwisozk@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (13, 'Credit Card', '589', 'Kenya', '338 Floy Mountains Suite 589 +Yesseniaville, TN 60847', '08023680831', 'maxime86@example.net'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (14, 'Direct Debit', '240', 'Abbie', '983 Elinore Passage +Darrionborough, SC 53915-0479', '07594320656', 'celine.bogan@example.com'); +INSERT INTO Customers (`customer_id`, `payment_method_code`, `customer_code`, `customer_name`, `customer_address`, `customer_phone`, `customer_email`) VALUES (15, 'Credit Card', '980', 'Lyric', '649 Ocie Lights +Wyatttown, UT 12697', '1-472-036-0434', 'schultz.arnoldo@example.net'); + + +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY, +`product_type_code` VARCHAR(10) NOT NULL, +`product_name` VARCHAR(80), +`product_price` DECIMAL(19,4) +); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (1, 'Clothes', 'red jeans', '734.7300'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (2, 'Clothes', 'yellow jeans', '687.2300'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (3, 'Clothes', 'black jeans', '695.1600'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (4, 'Clothes', 'blue jeans', '939.5700'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (5, 'Clothes', 'red jeans', '534.5200'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (6, 'Clothes', 'red topping', '408.8200'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (7, 'Clothes', 'black topping', '916.5300'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (8, 'Clothes', 'yellow topping', '918.4100'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (9, 'Clothes', 'blue topping', '604.8600'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (10, 'Hardware', 'monitor', '813.7600'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (11, 'Hardware', 'mouse', '803.7400'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (12, 'Hardware', 'drive', '944.9600'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (13, 'Hardware', 'keyboard', '629.8900'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (14, 'Hardware', 'speaker', '612.4600'); +INSERT INTO Products (`product_id`, `product_type_code`, `product_name`, `product_price`) VALUES (15, 'Hardware', 'mic', '971.4400'); + +CREATE TABLE `Supplier_Addresses` ( +`supplier_id` INTEGER NOT NULL, +`address_id` INTEGER NOT NULL, +`date_from` DATETIME NOT NULL, +`date_to` DATETIME, +PRIMARY KEY (`supplier_id`, `address_id`), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ), +FOREIGN KEY (`supplier_id` ) REFERENCES `Suppliers`(`supplier_id` ) +); + +INSERT INTO Supplier_Addresses (`supplier_id`, `address_id`, `date_from`, `date_to`) VALUES (4, 5, '2016-09-22 16:41:31', '2018-03-14 20:06:37'); +INSERT INTO Supplier_Addresses (`supplier_id`, `address_id`, `date_from`, `date_to`) VALUES (3, 9, '2014-11-07 19:18:49', '2018-03-16 16:39:58'); +INSERT INTO Supplier_Addresses (`supplier_id`, `address_id`, `date_from`, `date_to`) VALUES (3, 2, '2008-11-22 12:01:25', '2018-03-02 19:50:22'); +INSERT INTO Supplier_Addresses (`supplier_id`, `address_id`, `date_from`, `date_to`) VALUES (2, 11, '2015-03-16 19:30:29', '2018-03-24 00:14:45'); + + +CREATE TABLE `Customer_Addresses` ( +`customer_id` INTEGER NOT NULL, +`address_id` INTEGER NOT NULL, +`date_from` DATETIME NOT NULL, +`date_to` DATETIME, +PRIMARY KEY (`customer_id`, `address_id`), +FOREIGN KEY (`address_id` ) REFERENCES `Addresses`(`address_id` ), +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); + + +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (2, 9, '2017-12-11 05:00:22', '2018-03-20 20:52:34'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (1, 6, '2017-10-07 23:00:26', '2018-02-28 14:53:52'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (10, 8, '2017-04-04 20:00:27', '2018-02-27 20:08:33'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (1, 9, '2017-12-14 07:40:08', '2018-03-24 14:31:59'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (1, 2, '2017-07-31 20:18:52', '2018-03-12 05:32:28'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (8, 2, '2018-01-27 06:27:34', '2018-03-23 17:49:51'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (1, 14, '2017-08-06 20:57:36', '2018-03-05 21:19:53'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (6, 13, '2017-09-07 04:41:01', '2018-02-27 23:10:07'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (7, 7, '2017-10-02 19:56:27', '2018-03-22 17:22:34'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (8, 4, '2018-01-15 12:05:39', '2018-03-13 21:49:51'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (7, 4, '2018-02-22 04:46:48', '2018-02-26 00:52:25'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (2, 4, '2017-11-28 23:36:20', '2018-03-02 17:46:11'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (12, 14, '2017-11-01 04:21:41', '2018-03-05 16:18:34'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (7, 10, '2018-01-07 13:31:08', '2018-03-09 07:06:56'); +INSERT INTO Customer_Addresses (`customer_id`, `address_id`, `date_from`, `date_to`) VALUES (4, 12, '2017-08-27 13:38:37', '2018-03-17 15:44:10'); + + + +CREATE TABLE `Customer_Orders` ( +`order_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`order_status_code` VARCHAR(10) NOT NULL, +`order_date` DATETIME NOT NULL, +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); + +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (1, 12, 'Completed', '2018-02-10 15:44:48'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (2, 4, 'New', '2018-01-31 17:49:18'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (3, 1, 'PartFilled', '2018-02-26 12:39:33'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (4, 4, 'Pending', '2018-03-07 16:55:17'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (5, 4, 'New', '2018-02-12 19:34:12'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (6, 11, 'PartFilled', '2018-03-06 16:35:51'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (7, 1, 'Cancelled', '2018-02-15 02:25:32'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (8, 13, 'Pending', '2018-03-05 23:17:54'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (9, 7, 'Pending', '2018-02-09 11:16:46'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (10, 11, 'Cancelled', '2018-03-22 10:49:25'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (11, 8, 'Cancelled', '2018-02-16 19:42:39'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (12, 4, 'New', '2018-02-02 23:42:01'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (13, 15, 'PartFilled', '2018-02-26 05:34:18'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (14, 6, 'Completed', '2018-03-18 15:12:39'); +INSERT INTO Customer_Orders (`order_id`, `customer_id`, `order_status_code`, `order_date`) VALUES (15, 10, 'Pending', '2018-03-16 22:42:46'); + + +CREATE TABLE `Department_Stores` ( +`dept_store_id` INTEGER PRIMARY KEY, +`dept_store_chain_id` INTEGER, +`store_name` VARCHAR(80), +`store_address` VARCHAR(255), +`store_phone` VARCHAR(80), +`store_email` VARCHAR(80), +FOREIGN KEY (`dept_store_chain_id` ) REFERENCES `Department_Store_Chain`(`dept_store_chain_id` ) +); + + +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (1, 1, 'store_name', '01290 Jeremie Parkway Suite 753 +North Arielle, MS 51249', '(948)944-5099x2027', 'bmaggio@example.com'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (2, 3, 'store_name', '082 Purdy Expressway +O''Connellshire, IL 31732', '877-917-5029', 'larissa10@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (3, 4, 'store_name', '994 Travis Plains +North Wadeton, WV 27575-3951', '1-216-312-0375', 'alexandro.mcclure@example.net'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (4, 2, 'store_name', '93472 Mayert Shore Apt. 360 +Mitchellton, TN 84209', '670-466-6367', 'bryon24@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (5, 3, 'store_name', '88112 Parisian Lights +Sporermouth, MN 25962', '01399327266', 'creola23@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (6, 4, 'store_name', '49708 Marcella Valleys Suite 181 +Ninamouth, WA 86667', '1-859-843-1957', 'jerod.reynolds@example.net'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (7, 4, 'store_name', '41924 Alfredo Cliff +New Eviestad, NY 17573', '1-109-872-9142x77078', 'ihamill@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (8, 4, 'store_name', '7081 Shanna Cape +West Zacheryshire, NC 17408', '+67(5)4983519062', 'casper.adolfo@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (9, 4, 'store_name', '5288 Kaia Street +Devonton, NJ 61782-9006', '(723)503-7086x356', 'selmer.stiedemann@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (10, 3, 'store_name', '00578 Lisa Gateway Suite 476 +Strosinville, VA 03998-3292', '07126036440', 'luisa57@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (11, 2, 'store_name', '34894 Everett Road +South Jeremiehaven, GA 08730', '611-037-9309', 'vonrueden.vern@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (12, 4, 'store_name', '2676 Cruickshank Gardens +North Ginahaven, CT 85046', '(626)763-7031', 'freda.toy@example.org'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (13, 2, 'store_name', '29297 West Road Suite 210 +West Dulceside, UT 58085-8998', '1-764-126-7567x0795', 'katlynn62@example.com'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (14, 1, 'store_name', '16650 Lysanne River Apt. 281 +North Garettton, AL 84756-4375', '319.331.3397', 'mohr.elwin@example.net'); +INSERT INTO Department_Stores (`dept_store_id`, `dept_store_chain_id`, `store_name`, `store_address`, `store_phone`, `store_email`) VALUES (15, 3, 'store_name', '82470 Hansen Squares Suite 190 +Wehnermouth, NC 76791', '(587)993-3604x3077', 'kelly30@example.com'); + + +CREATE TABLE `Departments` ( +`department_id` INTEGER PRIMARY KEY, +`dept_store_id` INTEGER NOT NULL, +`department_name` VARCHAR(80), +FOREIGN KEY (`dept_store_id` ) REFERENCES `Department_Stores`(`dept_store_id` ) +); +INSERT INTO Departments (`department_id`, `dept_store_id`, `department_name`) VALUES (1, 5, 'human resource'); +INSERT INTO Departments (`department_id`, `dept_store_id`, `department_name`) VALUES (2, 11, 'purchasing'); +INSERT INTO Departments (`department_id`, `dept_store_id`, `department_name`) VALUES (3, 4, 'marketing'); +INSERT INTO Departments (`department_id`, `dept_store_id`, `department_name`) VALUES (4, 11, 'advertising'); +INSERT INTO Departments (`department_id`, `dept_store_id`, `department_name`) VALUES (5, 4, 'managing'); + + +CREATE TABLE `Order_Items` ( +`order_item_id` INTEGER PRIMARY KEY, +`order_id` INTEGER NOT NULL, +`product_id` INTEGER NOT NULL, +FOREIGN KEY (`order_id` ) REFERENCES `Customer_Orders`(`order_id` ), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ) +); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (1, 9, 7); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (2, 1, 3); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (3, 5, 2); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (4, 14, 10); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (5, 15, 4); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (6, 14, 13); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (7, 6, 13); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (8, 12, 8); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (9, 13, 12); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (10, 14, 13); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (11, 7, 11); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (12, 14, 14); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (13, 15, 5); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (14, 8, 10); +INSERT INTO Order_Items (`order_item_id`, `order_id`, `product_id`) VALUES (15, 5, 4); +CREATE TABLE `Product_Suppliers` ( +`product_id` INTEGER NOT NULL, +`supplier_id` INTEGER NOT NULL, +`date_supplied_from` DATETIME NOT NULL, +`date_supplied_to` DATETIME, +`total_amount_purchased` VARCHAR(80), +`total_value_purchased` DECIMAL(19,4), +PRIMARY KEY (`product_id`, `supplier_id`), +FOREIGN KEY (`supplier_id` ) REFERENCES `Suppliers`(`supplier_id` ), +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ) +); + + +CREATE TABLE `Staff_Department_Assignments` ( +`staff_id` INTEGER NOT NULL, +`department_id` INTEGER NOT NULL, +`date_assigned_from` DATETIME NOT NULL, +`job_title_code` VARCHAR(10) NOT NULL, +`date_assigned_to` DATETIME, +PRIMARY KEY (`staff_id`, `department_id`), +FOREIGN KEY (`department_id` ) REFERENCES `Departments`(`department_id` ), +FOREIGN KEY (`staff_id` ) REFERENCES `Staff`(`staff_id` ) +); + +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (4, 3, '2017-06-19 00:49:05', '2018-03-24 19:29:18', '89366.05', '36014.6000'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (8, 4, '2017-07-02 00:35:12', '2018-03-25 07:30:49', '25085.57', '36274.5600'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (3, 3, '2017-10-14 19:15:37', '2018-03-24 02:29:44', '15752.45', '7273.7400'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (7, 1, '2017-08-22 00:58:42', '2018-03-24 02:38:31', '22332.08', '8042.7800'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (15, 4, '2017-12-08 09:14:05', '2018-03-24 23:03:30', '25318.21', '29836.2600'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (11, 1, '2017-12-01 19:46:53', '2018-03-24 05:22:36', '35149.74', '67216.3100'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (11, 3, '2017-07-13 15:02:24', '2018-03-24 23:01:03', '31862.59', '76992.4200'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (5, 2, '2017-07-28 19:23:39', '2018-03-24 09:17:15', '85922.86', '82524.9500'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (6, 2, '2017-12-20 07:07:31', '2018-03-24 23:25:58', '64444.18', '97371.1200'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (4, 1, '2017-09-19 02:14:02', '2018-03-25 09:15:30', '32881.38', '29987.7100'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (15, 2, '2017-08-07 12:08:00', '2018-03-23 19:21:12', '13712.91', '48100.2300'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (4, 4, '2017-06-09 01:30:40', '2018-03-24 12:35:08', '79316.31', '98086.8000'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (8, 2, '2017-06-25 14:59:40', '2018-03-24 12:27:13', '83873.58', '99049.0100'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (7, 4, '2017-11-17 08:23:16', '2018-03-25 12:03:33', '20689.78', '61800.9500'); +INSERT INTO Product_Suppliers (`product_id`, `supplier_id`, `date_supplied_from`, `date_supplied_to`, `total_amount_purchased`, `total_value_purchased`) VALUES (14, 1, '2017-08-09 21:26:38', '2018-03-24 18:16:47', '20447.99', '27257.6000'); + +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (5, 4, '2017-06-11 22:55:20', 'Department Manager', '2018-03-23 21:59:11'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (10, 5, '2017-12-18 19:12:15', 'Sales Person', '2018-03-23 20:25:24'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (1, 5, '2018-02-14 03:15:29', 'Clerical Staff', '2018-03-24 19:57:56'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (8, 1, '2017-05-14 12:30:33', 'Clerical Staff', '2018-03-25 03:15:31'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (15, 2, '2017-03-31 23:07:54', 'Department Manager', '2018-03-24 09:11:14'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (2, 5, '2017-11-14 04:38:44', 'Administration', '2018-03-24 07:04:28'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (9, 4, '2016-09-20 02:59:15', 'Sales Person', '2018-03-24 20:13:13'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (8, 2, '2017-05-10 02:32:17', 'Administration', '2018-03-24 02:36:57'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (3, 5, '2016-10-19 08:11:39', 'Clerical Staff', '2018-03-25 15:34:31'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (6, 1, '2017-12-26 06:34:20', 'Department Manager', '2018-03-25 09:53:37'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (6, 2, '2016-09-15 11:00:41', 'Administration', '2018-03-25 02:29:08'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (8, 5, '2017-06-06 22:22:17', 'Clerical Staff', '2018-03-24 13:02:22'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (12, 5, '2016-11-12 14:10:55', 'Sales Person', '2018-03-25 02:59:19'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (7, 3, '2016-05-17 07:02:37', 'Clerical Staff', '2018-03-24 10:45:21'); +INSERT INTO Staff_Department_Assignments (`staff_id`, `department_id`, `date_assigned_from`, `job_title_code`, `date_assigned_to`) VALUES (2, 3, '2016-06-24 17:31:24', 'Administration', '2018-03-25 13:32:57'); diff --git a/test_database/device/device.sqlite b/test_database/device/device.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..0e056b8ee43d544bf4626689fc2fc586f66d0ddc Binary files /dev/null and b/test_database/device/device.sqlite differ diff --git a/test_database/device/schema.sql b/test_database/device/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..fb2eab61aa2feb4d8f9ccf3ee012243ef3dce3e8 --- /dev/null +++ b/test_database/device/schema.sql @@ -0,0 +1,61 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "device" ( +"Device_ID" int, +"Device" text, +"Carrier" text, +"Package_Version" text, +"Applications" text, +"Software_Platform" text, +PRIMARY KEY ("Device_ID") +); + +CREATE TABLE "shop" ( +"Shop_ID" int, +"Shop_Name" text, +"Location" text, +"Open_Date" text, +"Open_Year" int, +PRIMARY KEY ("Shop_ID") +); + +INSERT INTO "device" VALUES (1,"BlackBerry Storm 9530","MTS Mobility","5.0.0.808","5.0.0.419","Android"); +INSERT INTO "device" VALUES (2,"Apple","Verizon Wireless","5.0.0.328","5.0.0.328","iOS"); +INSERT INTO "device" VALUES (3,"Huawei","Telus Mobility","5.0.0.419","5.0.0.419","Android"); +INSERT INTO "device" VALUES (4,"Xiaomi","Bell Mobility","5.0.0.419","5.0.0.419","Android"); +INSERT INTO "device" VALUES (5,"Samsung","Iusacell","4.7.0.208","4.7.0.151","Android"); +INSERT INTO "device" VALUES (6,"Galaxy","Vodafone AU","5.0.0.742","5.0.0.451","Android"); + + + +INSERT INTO "shop" VALUES (1,"Dinas Device","Dinas","1 January","2014"); +INSERT INTO "shop" VALUES (2,"Best Buy","Cymmer","15 July","2006"); +INSERT INTO "shop" VALUES (3,"Ferndale","Blaenllechau","8 November","2009"); +INSERT INTO "shop" VALUES (4,"Apple","Blaenllechau","10 June","2009"); +INSERT INTO "shop" VALUES (5,"Pentre store","Pentre","24 February","2011"); +INSERT INTO "shop" VALUES (6,"Tynewydd repair","Porth","11 April","2007"); +INSERT INTO "shop" VALUES (7,"Dinas store","Dinas","13 January","2009"); +INSERT INTO "shop" VALUES (8,"Naval repair","Penygraig","10 December","2010"); +INSERT INTO "shop" VALUES (9,"Gelli repair","Gelli","21 August","2013"); +INSERT INTO "shop" VALUES (10,"Naval's shop","Penygraig","27 January","2014"); +INSERT INTO "shop" VALUES (11,"ATnT","Maerdy","23–24 December","2015"); +INSERT INTO "shop" VALUES (12,"National Cellphone","Wattstown","18 February","2017"); + +CREATE TABLE "stock" ( +"Shop_ID" int, +"Device_ID" int, +"Quantity" int, +PRIMARY KEY ("Shop_ID","Device_ID"), +FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), +FOREIGN KEY (`Device_ID`) REFERENCES `device`(`Device_ID`) +); + +INSERT INTO "stock" VALUES (1,6,100); +INSERT INTO "stock" VALUES (2,6,110); +INSERT INTO "stock" VALUES (3,6,134); +INSERT INTO "stock" VALUES (4,6,56); +INSERT INTO "stock" VALUES (1,4,200); +INSERT INTO "stock" VALUES (11,6,112); +INSERT INTO "stock" VALUES (3,4,124); +INSERT INTO "stock" VALUES (9,4,51); + diff --git a/test_database/dog_kennels/dog_kennels.sqlite b/test_database/dog_kennels/dog_kennels.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..102f9e770a76366af3c45878a46ce0ddbeb77690 Binary files /dev/null and b/test_database/dog_kennels/dog_kennels.sqlite differ diff --git a/test_database/dog_kennels/schema.sql b/test_database/dog_kennels/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a8149aee3b5a26ea45aeaf42a762e8067058e1a9 --- /dev/null +++ b/test_database/dog_kennels/schema.sql @@ -0,0 +1,172 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Breeds` ( +`breed_code` VARCHAR(10) PRIMARY KEY , +`breed_name` VARCHAR(80) +); +CREATE TABLE `Charges` ( +`charge_id` INTEGER PRIMARY KEY , +`charge_type` VARCHAR(10), +`charge_amount` DECIMAL(19,4) +); +INSERT INTO Breeds (`breed_code`, `breed_name`) VALUES ('ESK', 'Eskimo'); +INSERT INTO Breeds (`breed_code`, `breed_name`) VALUES ('HUS', 'Husky'); +INSERT INTO Breeds (`breed_code`, `breed_name`) VALUES ('BUL', 'Bulldog'); +INSERT INTO Charges (`charge_id`, `charge_type`, `charge_amount`) VALUES (1, 'Daily Accommodation', '98.0000'); +INSERT INTO Charges (`charge_id`, `charge_type`, `charge_amount`) VALUES (2, 'Drugs', '322.0000'); +INSERT INTO Charges (`charge_id`, `charge_type`, `charge_amount`) VALUES (3, 'Health Check', '640.0000'); + +CREATE TABLE `Sizes` ( +`size_code` VARCHAR(10) PRIMARY KEY , +`size_description` VARCHAR(80) +); + +INSERT INTO Sizes (`size_code`, `size_description`) VALUES ('SML', 'Small'); +INSERT INTO Sizes (`size_code`, `size_description`) VALUES ('MED', 'Medium'); +INSERT INTO Sizes (`size_code`, `size_description`) VALUES ('LGE', 'Large'); + + +CREATE TABLE `Treatment_Types` ( +`treatment_type_code` VARCHAR(10) PRIMARY KEY , +`treatment_type_description` VARCHAR(80) +); +INSERT INTO Treatment_Types (`treatment_type_code`, `treatment_type_description`) VALUES ('EXAM', 'Physical examination'); +INSERT INTO Treatment_Types (`treatment_type_code`, `treatment_type_description`) VALUES ('VAC', 'Vaccination'); +INSERT INTO Treatment_Types (`treatment_type_code`, `treatment_type_description`) VALUES ('WALK', 'Take for a Walk'); + +CREATE TABLE `Owners` ( +`owner_id` INTEGER PRIMARY KEY , +`first_name` VARCHAR(50), +`last_name` VARCHAR(50), +`street` VARCHAR(50), +`city` VARCHAR(50), +`state` VARCHAR(20), +`zip_code` VARCHAR(20), +`email_address` VARCHAR(50), +`home_phone` VARCHAR(20), +`cell_number` VARCHAR(20) +); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (1, 'Nora', 'Haley', '0647 Hintz Village Apt. 024', 'Lake Tia', 'Wisconsin', '93165', 'lynn81@example.org', '1-682-845-0116x63235', '478.978.0729'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (2, 'Melisa', 'DuBuque', '1204 Mae Highway Apt. 107', 'Port Reannamouth', 'Virginia', '45244', 'ykris@example.com', '(799)563-0260x454', '(722)768-5439x484'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (3, 'Jaclyn', 'Stoltenberg', '2635 Caitlyn Plains', 'Barrettburgh', 'Vermont', '02647', 'hudson.favian@example.com', '916.976.9480x13851', '481-483-9083x37986'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (4, 'Tre', 'Hamill', '692 Jaskolski Forges', 'Brakusfurt', 'Florida', '87304', 'marks.gail@example.org', '1-332-849-1908', '739-136-7202'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (5, 'Johann', 'Fisher', '68118 Daniel Row', 'Lake Valentin', 'NorthDakota', '61019', 'zboncak.madonna@example.net', '(544)034-1670', '1-626-264-7659x1697'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (6, 'Kade', 'Rippin', '51934 Treutel Harbor', 'Lake Carleyborough', 'Arizona', '25609', 'margaretta.runte@example.net', '318-052-6573', '+70(4)9217952551'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (7, 'Emelie', 'Mertz', '2417 Keara Stravenue Apt. 146', 'Lake Jennyferfort', 'NewYork', '00589', 'angeline99@example.com', '(058)997-7627', '121.381.3316x6535'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (8, 'Rolando', 'Prohaska', '57382 Yost Ridges', 'South Afton', 'Arkansas', '86010', 'kturner@example.net', '01802479758', '(783)271-6744x4507'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (9, 'Adelle', 'Ondricka', '9212 Rosenbaum Lights', 'East Hillardberg', 'Washington', '92406', 'fschoen@example.net', '066.264.7885', '+00(2)4323592985'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (10, 'Lorenz', 'Nicolas', '59509 Mellie Mountain', 'New Margaretteborough', 'SouthDakota', '78297', 'ymaggio@example.com', '085.557.0379x84348', '559.874.3011x989'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (11, 'Gay', 'Feil', '60352 Kayleigh Crossing Suite 700', 'Port Zackery', 'Indiana', '35747', 'pearlie18@example.com', '130-796-4589x05454', '762.589.6117x1328'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (12, 'Orlando', 'Price', '89011 Kertzmann Spring Suite 642', 'East Maribelbury', 'Mississippi', '11990', 'christy49@example.org', '363.948.1090', '1-739-421-2225x38148'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (13, 'Cindy', 'Schmitt', '6950 Katherine Forges Apt. 630', 'Beerton', 'NorthDakota', '36871', 'wpfeffer@example.net', '(094)747-5094x8134', '633.455.3045x85484'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (14, 'Rachelle', 'Funk', '15828 Spencer Extensions', 'West Leonard', 'Maryland', '22731', 'edythe62@example.org', '1-346-655-5842x768', '(257)399-3116'); +INSERT INTO Owners (`owner_id`, `first_name`, `last_name`, `street`, `city`, `state`, `zip_code`, `email_address`, `home_phone`, `cell_number`) VALUES (15, 'Heather', 'Hauck', '1858 Jan Park', 'South Daisyfurt', 'Pennsylvania', '22693', 'ybergstrom@example.com', '893-862-5295x61709', '341.667.8085'); + + +CREATE TABLE `Dogs` ( +`dog_id` INTEGER PRIMARY KEY , +`owner_id` INTEGER NOT NULL, +`abandoned_yn` VARCHAR(1), +`breed_code` VARCHAR(10) NOT NULL, +`size_code` VARCHAR(10) NOT NULL, +`name` VARCHAR(50), +`age` VARCHAR(20), +`date_of_birth` DATETIME, +`gender` VARCHAR(1), +`weight` VARCHAR(20), +`date_arrived` DATETIME, +`date_adopted` DATETIME, +`date_departed` DATETIME, +FOREIGN KEY (`breed_code` ) REFERENCES `Breeds`(`breed_code` ), +FOREIGN KEY (`size_code` ) REFERENCES `Sizes`(`size_code` ), +FOREIGN KEY (`owner_id` ) REFERENCES `Owners`(`owner_id` ), +FOREIGN KEY (`owner_id` ) REFERENCES `Owners`(`owner_id` ) +); + +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (1, 3, '1', 'ESK', 'LGE', 'Kacey', '6', '2012-01-27 05:11:53', '1', '7.57', '2017-09-08 20:10:13', '2018-03-06 16:32:11', '2018-03-25 06:58:44'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (2, 11, '0', 'BUL', 'LGE', 'Hipolito', '9', '2013-02-13 05:15:21', '0', '1.72', '2017-12-22 05:02:02', '2018-03-25 08:12:51', '2018-03-25 02:11:32'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (3, 1, '0', 'BUL', 'MED', 'Mavis', '8', '2008-05-19 15:54:49', '1', '8.04', '2017-06-25 10:14:05', '2018-03-07 21:45:43', '2018-03-25 10:25:46'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (4, 14, '0', 'ESK', 'LGE', 'Houston', '5', '2008-10-09 22:38:53', '0', '2.18', '2017-04-20 00:58:55', '2018-03-18 15:12:50', '2018-03-24 19:12:22'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (5, 7, '0', 'BUL', 'MED', 'Jeffrey', '4', '2018-03-17 04:05:12', '0', '1.39', '2017-10-25 00:55:34', '2018-02-27 11:54:35', '2018-03-25 04:50:22'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (6, 5, '0', 'HUS', 'MED', 'Merritt', '9', '2015-02-26 21:31:22', '1', '9.8', '2017-04-15 09:25:31', '2018-03-08 15:03:00', '2018-03-25 13:07:04'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (7, 3, '0', 'BUL', 'MED', 'Narciso', '2', '2017-09-19 05:39:09', '1', '9.48', '2017-05-06 08:03:52', '2018-02-27 00:27:57', '2018-03-25 06:29:10'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (8, 14, '0', 'ESK', 'SML', 'George', '2', '2013-02-20 14:50:56', '0', '8.95', '2017-10-16 20:06:21', '2018-03-23 16:02:04', '2018-03-25 02:47:40'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (9, 2, '0', 'BUL', 'MED', 'Bessie', '4', '2012-05-31 08:01:36', '1', '3.52', '2018-01-17 11:44:16', '2018-02-25 23:45:30', '2018-03-25 06:46:07'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (10, 6, '0', 'HUS', 'MED', 'Troy', '9', '2012-07-11 17:15:10', '0', '8.96', '2017-12-29 06:08:26', '2018-03-18 07:47:40', '2018-03-25 04:42:14'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (11, 13, '0', 'BUL', 'LGE', 'Betty', '3', '2012-10-14 14:44:37', '0', '8.16', '2017-07-25 15:19:07', '2018-03-14 08:05:18', '2018-03-25 15:05:16'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (12, 12, '0', 'HUS', 'MED', 'Holden', '8', '2009-04-12 06:02:48', '0', '6.92', '2017-10-24 04:45:13', '2018-03-05 06:05:23', '2018-03-25 14:15:41'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (13, 8, '0', 'HUS', 'SML', 'Jesus', '2', '2012-05-03 21:42:25', '0', '5.16', '2018-01-02 03:15:29', '2018-03-21 10:41:18', '2018-03-25 05:07:47'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (14, 14, '1', 'ESK', 'MED', 'Lyric', '4', '2010-11-11 07:11:53', '0', '4.36', '2017-06-18 19:45:38', '2018-03-13 12:47:15', '2018-03-24 23:48:59'); +INSERT INTO Dogs (`dog_id`, `owner_id`, `abandoned_yn`, `breed_code`, `size_code`, `name`, `age`, `date_of_birth`, `gender`, `weight`, `date_arrived`, `date_adopted`, `date_departed`) VALUES (15, 10, '1', 'BUL', 'MED', 'Evangeline', '1', '2008-05-30 12:51:34', '1', '4.01', '2017-12-29 23:24:13', '2018-03-10 15:06:43', '2018-03-24 19:36:59'); + + +CREATE TABLE `Professionals` ( +`professional_id` INTEGER PRIMARY KEY , +`role_code` VARCHAR(10) NOT NULL, +`first_name` VARCHAR(50), +`street` VARCHAR(50), +`city` VARCHAR(50), +`state` VARCHAR(20), +`zip_code` VARCHAR(20), +`last_name` VARCHAR(50), +`email_address` VARCHAR(50), +`home_phone` VARCHAR(20), +`cell_number` VARCHAR(20) +); + +CREATE TABLE `Treatments` ( +`treatment_id` INTEGER PRIMARY KEY , +`dog_id` INTEGER NOT NULL, +`professional_id` INTEGER NOT NULL, +`treatment_type_code` VARCHAR(10) NOT NULL, +`date_of_treatment` DATETIME, +`cost_of_treatment` DECIMAL(19,4), +FOREIGN KEY (`treatment_type_code` ) REFERENCES `Treatment_Types`(`treatment_type_code` ), +FOREIGN KEY (`professional_id` ) REFERENCES `Professionals`(`professional_id` ), +FOREIGN KEY (`dog_id` ) REFERENCES `Dogs`(`dog_id` ) +); + +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (1, 'Employee', 'Taryn', '6915 Oberbrunner Point Suite 491 +Gleasonville, LA ', 'West Heidi', 'Indiana', '06646', 'Braun', 'deanna.schuster@example.com', '+71(6)2898266914', '(275)939-2435x80863'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (2, 'Employee', 'Jayson', '88665 Terence Lodge Apt. 904 +Corneliusfort, NC 194', 'North Odellfurt', 'Connecticut', '43129', 'Ullrich', 'lucile.shanahan@example.org', '+02(1)0259033559', '889-940-2676'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (3, 'Employee', 'Olaf', '68589 Bradly Manor +New Audrey, IN 91497', 'Jaceton', 'Wisconsin', '77129', 'Watsica', 'uboehm@example.org', '325-155-0801x7005', '(369)908-7311x065'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (4, 'Veterenarian', 'Vernice', '72532 Hane Course +Lake Berylland, ND 95283', 'Domenickton', 'Mississippi', '02281', 'Tillman', 'lourdes.lowe@example.net', '312.216.3352', '00230569697'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (5, 'Veterenarian', 'Danny', '188 VonRueden Tunnel Suite 630 +North Macibury, NV ', 'New Laurytown', 'Hawaii', '84515', 'Considine', 'mekhi.little@example.org', '1-609-566-2752x25197', '011.193.9081x3186'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (6, 'Veterenarian', 'Ruben', '17286 Waters Green +East Bernadinefort, CA 89573', 'Baileymouth', 'NewMexico', '52476', 'O''Reilly', 'jacynthe.mclaughlin@example.net', '+43(5)1132733868', '139-321-7313'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (7, 'Veterenarian', 'Velva', '44234 Marvin Shoals Suite 659 +North Frances, AL 23', 'McLaughlinfort', 'NorthCarolina', '67980', 'Hayes', 'lambert62@example.org', '022.529.0550x1319', '499-434-0215x1628'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (8, 'Employee', 'Karley', '36895 Eli Ferry +Port Marcelle, FL 45712', 'Kirastad', 'Indiana', '33020', 'Hyatt', 'goyette.roosevelt@example.net', '891.475.2256', '328.842.3792'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (9, 'Veterenarian', 'Monte', '07073 Brenna Ways Suite 089 +Lowehaven, KY 93275-96', 'South Rockyport', 'SouthCarolina', '80775', 'Kshlerin', 'schneider.kathryne@example.org', '320-508-6023', '962-983-8109x3509'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (10, 'Employee', 'Domenica', '7284 Torphy Flats Apt. 610 +Diannaburgh, SC 78560', 'New Maryjane', 'California', '54312', 'Jacobs', 'jerrod.bahringer@example.org', '(230)338-3342x585', '461-801-2600'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (11, 'Employee', 'Brady', '09615 McKenzie Stravenue Apt. 128 +West Elliottview', 'Raynorfort', 'Alabama', '07412', 'Pouros', 'west.eula@example.net', '(920)304-4499x59146', '609-405-2990'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (12, 'Veterenarian', 'Winfield', '92912 Langworth Valleys Apt. 743 +Thompsonborough, ', 'Juddton', 'Utah', '34041', 'Christiansen', 'marquardt.furman@example.org', '246-951-0080x76716', '1-181-670-9466'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (13, 'Veterenarian', 'Ericka', '7783 Abraham Alley +Port Madelynhaven, KY 59172-273', 'Borisside', 'Wyoming', '17902', 'Murazik', 'delphine29@example.com', '346.594.3739', '880-659-7577x736'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (14, 'Employee', 'Sigurd', '390 Bryce Drive +North Dock, LA 65357-7228', 'East Ila', 'Connecticut', '41215', 'Frami', 'cole.margarita@example.org', '971.048.3763x9404', '1-185-137-1945x409'); +INSERT INTO Professionals (`professional_id`, `role_code`, `first_name`, `street`, `city`, `state`, `zip_code`, `last_name`, `email_address`, `home_phone`, `cell_number`) VALUES (15, 'Employee', 'Lesly', '63949 Keeling Landing Apt. 502 +Johnsview, SD 06780', 'North Adelberttown', 'Montana', '98844', 'Walter', 'jeichmann@example.com', '1-138-287-3775', '1-258-285-4707x8020'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (1, 14, 9, 'WALK', '2018-03-19 04:39:54', '567.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (2, 4, 10, 'VAC', '2018-03-15 20:25:34', '147.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (3, 14, 4, 'EXAM', '2018-03-08 05:26:23', '429.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (4, 2, 8, 'VAC', '2018-03-01 04:14:46', '266.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (5, 12, 14, 'VAC', '2018-03-23 13:52:10', '668.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (6, 10, 4, 'EXAM', '2018-03-11 04:23:15', '313.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (7, 15, 14, 'EXAM', '2018-03-10 11:45:58', '852.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (8, 2, 6, 'EXAM', '2018-03-24 22:25:58', '407.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (9, 14, 10, 'WALK', '2018-03-14 19:10:40', '139.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (10, 10, 7, 'WALK', '2018-02-28 17:09:43', '681.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (11, 15, 5, 'VAC', '2018-03-13 12:22:58', '514.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (12, 13, 9, 'EXAM', '2018-03-16 10:27:36', '428.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (13, 7, 8, 'VAC', '2018-02-26 09:08:53', '945.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (14, 10, 9, 'WALK', '2018-03-04 20:33:43', '349.0000'); +INSERT INTO Treatments (`treatment_id`, `dog_id`, `professional_id`, `treatment_type_code`, `date_of_treatment`, `cost_of_treatment`) VALUES (15, 1, 6, 'WALK', '2018-03-15 19:10:02', '656.0000'); diff --git a/test_database/e_commerce/e_commerce.sqlite b/test_database/e_commerce/e_commerce.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..9c96359fb2bf63ee82b33f52c1ef0e2ee5761e2c Binary files /dev/null and b/test_database/e_commerce/e_commerce.sqlite differ diff --git a/test_database/e_commerce/schema.sql b/test_database/e_commerce/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..edb72e4dde95633c92bf1eb22383c2e7b8839144 --- /dev/null +++ b/test_database/e_commerce/schema.sql @@ -0,0 +1,188 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Products` ( +`product_id` INTEGER PRIMARY KEY , +`parent_product_id` INTEGER, +`product_name` VARCHAR(80), +`product_price` DECIMAL(19,4) DEFAULT 0, +`product_color` VARCHAR(50), +`product_size` VARCHAR(50), +`product_description` VARCHAR(255) +); + +INSERT INTO Products (`product_id`, `parent_product_id`, `product_name`, `product_price`, `product_color`, `product_size`, `product_description`) VALUES (1, 8, 'Dell monitor', '795.6200', 'Red', 'Medium', 'Latest model!'); +INSERT INTO Products (`product_id`, `parent_product_id`, `product_name`, `product_price`, `product_color`, `product_size`, `product_description`) VALUES (2, 3, 'Dell keyboard', '104.0000', 'Yellow', 'Medium', 'Keyboard for games!'); +INSERT INTO Products (`product_id`, `parent_product_id`, `product_name`, `product_price`, `product_color`, `product_size`, `product_description`) VALUES (3, 1, 'iPhone6s', '560.9300', 'Red', 'Small', 'Second hand!'); +INSERT INTO Products (`product_id`, `parent_product_id`, `product_name`, `product_price`, `product_color`, `product_size`, `product_description`) VALUES (4, 6, 'iWatch', '369.1100', 'Red', 'Medium', 'Designed for sports!'); +INSERT INTO Products (`product_id`, `parent_product_id`, `product_name`, `product_price`, `product_color`, `product_size`, `product_description`) VALUES (5, 2, 'Lenovo keyboard', '382.6700', 'Yellow', 'Medium', 'Work smartly!'); + + +CREATE TABLE `Customers` ( +`customer_id` INTEGER PRIMARY KEY, +`gender_code` VARCHAR(1) NOT NULL, +`customer_first_name` VARCHAR(50), +`customer_middle_initial` VARCHAR(1), +`customer_last_name` VARCHAR(50), +`email_address` VARCHAR(255), +`login_name` VARCHAR(80), +`login_password` VARCHAR(20), +`phone_number` VARCHAR(255), +`address_line_1` VARCHAR(255), +`town_city` VARCHAR(50), +`county` VARCHAR(50), +`country` VARCHAR(50) +); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (1, 'Female', 'Carmen', 'K', 'Treutel', 'pgulgowski@example.com', 'murphy07', '58952d0e0d28de32db3b', '(253)336-6277', '646 Herzog Key Suite 702', 'Port Madonnahaven', 'Israel', 'USA'); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (2, 'Male', 'Jace', 'P', 'Mraz', 'zwisozk@example.org', 'desmond.steuber', '7ba2e47aa0904d9fbdbf', '628-468-4228x5917', '67899 Cassin Hollow Suite 071', 'Port Korychester', 'Palau', 'USA'); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (3, 'Male', 'Vickie', 'B', 'Bergnaum', 'herzog.imogene@example.org', 'kihn.alfonso', '83a1afbe21f5ca4cd2d5', '633-223-0975', '395 Christophe Trail', 'Lornaland', 'Moldova', 'USA'); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (4, 'Male', 'Laurianne', 'C', 'Pfeffer', 'columbus.hackett@example.net', 'alena46', '877cbaac266ddb0a513f', '(874)589-9823x696', '14173 Alize Summit', 'Jennyferchester', 'Saint Vincent and the Grenadines', 'USA'); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (5, 'Female', 'Verner', 'V', 'Schulist', 'juliet11@example.net', 'nanderson', 'c3cf21ffb950845c7d39', '(067)124-1804', '69426 Lewis Estates Suite 438', 'Greenfelderberg', 'South Georgia and the South Sandwich Islands', 'USA'); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (6, 'Female', 'Zetta', 'S', 'Streich', 'melody.schuppe@example.org', 'rau.felipe', '52a6ca3fc466757bd7da', '+50(2)2537278491', '4672 Dwight Valleys Apt. 607', 'East Fritz', 'Afghanistan', 'USA'); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (7, 'Male', 'Jailyn', 'C', 'Murray', 'nmarquardt@example.org', 'vwehner', '372350093217369391dd', '+12(1)5491495825', '0933 Mozelle Junctions Suite 416', 'Cliftonberg', 'Reunion', 'USA'); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (8, 'Male', 'Rozella', 'S', 'Crooks', 'gilbert21@example.com', 'jcremin', 'cdda0eefb860f58bd638', '648.826.7415', '0629 Clotilde Mission', 'Ledaville', 'Bangladesh', 'USA'); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (9, 'Female', 'David', 'T', 'West', 'qkoepp@example.org', 'shanie45', 'b4380163b21bf36d5326', '1-852-557-5246x36659', '76015 Zelma Glen Apt. 194', 'Lake Claudiefort', 'Maldives', 'USA'); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (10, 'Unknown', 'America', 'N', 'Nitzsche', 'gino.cruickshank@example.org', 'zsawayn', '9df44b9e0843940e1e87', '(352)290-2941x800', '983 Jamil Way Apt. 732', 'Braunland', 'Swaziland', 'USA'); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (11, 'Male', 'Sincere', 'B', 'Jast', 'fullrich@example.net', 'hosea87', '6b569c0e6af548ff53f9', '342-363-4102x1883', '56465 Raymond Cliffs', 'North Kristybury', 'Iceland', 'USA'); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (12, 'Female', 'Marlen', 'W', 'Anderson', 'emmie.senger@example.net', 'hosea69', '319dd6a930c2657792a4', '+15(7)5437690330', '22704 Thompson Flat', 'West Polly', 'Martinique', 'USA'); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (13, 'Male', 'Jamel', 'E', 'Koelpin', 'bins.nona@example.net', 'stehr.guido', '12acbe4c1c69bbe2feb3', '134-262-9679x29311', '275 Blick Squares', 'Lake Zechariahton', 'Niue', 'USA'); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (14, 'Female', 'Angeline', 'H', 'Huel', 'veum.jalon@example.org', 'parker.providenci', 'd1440743ea0d14fe05cd', '190.171.0323x6749', '03217 Cummings Causeway', 'East Laura', 'Colombia', 'USA'); +INSERT INTO Customers (`customer_id`, `gender_code`, `customer_first_name`, `customer_middle_initial`, `customer_last_name`, `email_address`, `login_name`, `login_password`, `phone_number`, `address_line_1`, `town_city`, `county`, `country`) VALUES (15, 'Male', 'Carmine', 'A', 'Steuber', 'jwatsica@example.net', 'jewell13', '941ccba5e40de7db4ac5', '1-004-853-7921x099', '9318 Hyatt Flats Apt. 999', 'Oletaside', 'Dominican Republic', 'USA'); + + +CREATE TABLE `Customer_Payment_Methods` ( +`customer_id` INTEGER NOT NULL, +`payment_method_code` VARCHAR(10) NOT NULL, +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (15, 'Direct Debit'); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (1, 'Direct Debit'); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (10, 'Direct Debit'); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (13, 'Credit Card'); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (9, 'Credit Card'); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (8, 'Credit Card'); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (13, 'Cheque'); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (15, 'Direct Debit'); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (4, 'Credit Card'); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (7, 'Credit Card'); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (6, 'Credit Card'); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (14, 'Cheque'); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (3, 'Credit Card'); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (2, 'Credit Card'); +INSERT INTO Customer_Payment_Methods (`customer_id`, `payment_method_code`) VALUES (14, 'Direct Debit'); + + +CREATE TABLE `Invoices` ( +`invoice_number` INTEGER PRIMARY KEY, +`invoice_status_code` VARCHAR(10) NOT NULL, +`invoice_date` DATETIME +); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (1, 'Paid', '2018-03-09 07:16:07'); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (2, 'Issued', '2018-01-28 20:08:22'); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (3, 'Paid', '2018-02-13 02:16:55'); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (4, 'Issued', '2018-03-11 02:04:42'); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (5, 'Paid', '2018-03-14 11:58:55'); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (6, 'Paid', '2018-02-19 22:12:45'); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (7, 'Paid', '2018-02-14 02:48:48'); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (8, 'Paid', '2018-03-20 00:29:12'); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (9, 'Issued', '2018-02-17 13:52:46'); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (10, 'Issued', '2018-02-17 11:18:32'); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (11, 'Issued', '2018-03-04 18:54:34'); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (12, 'Paid', '2018-03-05 20:09:18'); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (13, 'Issued', '2018-01-26 02:23:32'); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (14, 'Paid', '2018-03-23 17:12:08'); +INSERT INTO Invoices (`invoice_number`, `invoice_status_code`, `invoice_date`) VALUES (15, 'Issued', '2018-02-03 05:46:16'); + + +CREATE TABLE `Orders` ( +`order_id` INTEGER PRIMARY KEY, +`customer_id` INTEGER NOT NULL, +`order_status_code` VARCHAR(10) NOT NULL, +`date_order_placed` DATETIME NOT NULL, +FOREIGN KEY (`customer_id` ) REFERENCES `Customers`(`customer_id` ) +); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (1, 5, 'Cancelled', '2017-09-17 16:13:07'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (2, 13, 'Part Completed', '2017-10-14 12:05:48'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (3, 13, 'Cancelled', '2017-09-10 08:27:04'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (4, 11, 'Delivered', '2018-03-19 21:48:59'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (5, 4, 'Delivered', '2017-09-17 07:48:34'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (6, 8, 'Delivered', '2018-03-07 15:34:19'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (7, 4, 'Part Completed', '2017-12-02 13:40:02'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (8, 15, 'Part Completed', '2018-03-01 04:18:28'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (9, 1, 'Part Completed', '2018-03-01 05:25:55'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (10, 15, 'Part Completed', '2017-09-25 14:30:23'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (11, 2, 'Cancelled', '2017-05-27 10:55:13'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (12, 10, 'Cancelled', '2017-11-06 00:37:20'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (13, 6, 'Part Completed', '2017-09-26 06:53:48'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (14, 6, 'Delivered', '2017-05-02 00:04:13'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (15, 1, 'Cancelled', '2017-11-23 04:27:11'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (16, 10, 'Cancelled', '2017-07-19 12:45:12'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (17, 6, 'Delivered', '2017-10-27 11:27:07'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (18, 3, 'Cancelled', '2017-05-15 15:13:44'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (19, 13, 'Part Completed', '2017-12-10 23:45:42'); +INSERT INTO Orders (`order_id`, `customer_id`, `order_status_code`, `date_order_placed`) VALUES (20, 10, 'Cancelled', '2017-09-20 22:18:50'); + + + +CREATE TABLE `Order_Items` ( +`order_item_id` INTEGER PRIMARY KEY , +`product_id` INTEGER NOT NULL, +`order_id` INTEGER NOT NULL, +`order_item_status_code` VARCHAR(10) NOT NULL, +FOREIGN KEY (`product_id` ) REFERENCES `Products`(`product_id` ), +FOREIGN KEY (`order_id` ) REFERENCES `Orders`(`order_id` ) +); + +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (1, 4, 8, 'Delivered'); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (2, 3, 4, 'Out of Stock'); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (3, 2, 7, 'Delivered'); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (4, 1, 10, 'Out of Stock'); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (5, 1, 3, 'Delivered'); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (6, 1, 18, 'Delivered'); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (7, 5, 3, 'Delivered'); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (8, 4, 19, 'Out of Stock'); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (9, 5, 18, 'Out of Stock'); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (10, 3, 6, 'Delivered'); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (11, 3, 1, 'Out of Stock'); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (12, 5, 10, 'Out of Stock'); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (13, 4, 17, 'Delivered'); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (14, 1, 19, 'Out of Stock'); +INSERT INTO Order_Items (`order_item_id`, `product_id`, `order_id`, `order_item_status_code`) VALUES (15, 3, 20, 'Out of Stock'); + + +CREATE TABLE `Shipments` ( +`shipment_id` INTEGER PRIMARY KEY, +`order_id` INTEGER NOT NULL, +`invoice_number` INTEGER NOT NULL, +`shipment_tracking_number` VARCHAR(80), +`shipment_date` DATETIME, +FOREIGN KEY (`invoice_number` ) REFERENCES `Invoices`(`invoice_number` ), +FOREIGN KEY (`order_id` ) REFERENCES `Orders`(`order_id` ) +); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (1, 7, 5, '6900', '2018-02-28 00:04:11'); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (2, 6, 2, '3499', '2018-03-07 01:57:14'); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (3, 9, 4, '5617', '2018-03-18 22:23:19'); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (4, 8, 14, '6074', '2018-03-11 23:48:37'); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (5, 12, 9, '3848', '2018-02-25 21:42:52'); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (6, 15, 15, '3335', '2018-03-15 01:10:18'); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (7, 14, 3, '8731', '2018-03-14 16:21:03'); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (8, 12, 5, '6804', '2018-03-12 01:44:44'); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (9, 18, 7, '4377', '2018-03-20 01:23:34'); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (10, 4, 13, '8149', '2018-03-16 03:30:05'); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (11, 6, 2, '9190', '2018-02-25 19:24:52'); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (12, 17, 13, '9206', '2018-03-20 21:01:04'); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (13, 7, 9, '4276', '2018-03-25 15:37:44'); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (14, 5, 11, '9195', '2018-03-10 22:34:34'); +INSERT INTO Shipments (`shipment_id`, `order_id`, `invoice_number`, `shipment_tracking_number`, `shipment_date`) VALUES (15, 6, 11, '5506', '2018-03-09 07:24:28'); + +CREATE TABLE `Shipment_Items` ( +`shipment_id` INTEGER NOT NULL, +`order_item_id` INTEGER NOT NULL, +PRIMARY KEY (`shipment_id`,`order_item_id`), +FOREIGN KEY (`shipment_id` ) REFERENCES `Shipments`(`shipment_id` ), +FOREIGN KEY (`order_item_id` ) REFERENCES `Order_Items`(`order_item_id` ) +); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (4, 4); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (7, 14); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (15, 9); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (8, 14); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (9, 15); +INSERT INTO Shipment_Items (`shipment_id`, `order_item_id`) VALUES (6, 14); diff --git a/test_database/election/election.sqlite b/test_database/election/election.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..d8dad1f7aa96f41ed0d672cdd75b5f10076c101e Binary files /dev/null and b/test_database/election/election.sqlite differ diff --git a/test_database/election/schema.sql b/test_database/election/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..6a9b9e9ff529b699bfa332679ff5486ecf466575 --- /dev/null +++ b/test_database/election/schema.sql @@ -0,0 +1,62 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "county" ( +"County_Id" int, +"County_name" text, +"Population" real, +"Zip_code" text, +PRIMARY KEY ("County_Id") +); + +INSERT INTO "county" VALUES (1,"Howard",21000, "D21"); +INSERT INTO "county" VALUES (2,"Baltimore County", 90000,"D08"); +INSERT INTO "county" VALUES (3,"Colony",79000,"D02"); +INSERT INTO "county" VALUES (4,"Mansfield",87200,"D09"); +INSERT INTO "county" VALUES (5,"Manning",13300,"D11"); + + +CREATE TABLE "party" ( +"Party_ID" int, +"Year" real, +"Party" text, +"Governor" text, +"Lieutenant_Governor" text, +"Comptroller" text, +"Attorney_General" text, +"US_Senate" text, +PRIMARY KEY ("Party_ID") +); + + +INSERT INTO "party" VALUES (1,"1998","Democratic","Peter Vallone","Sandra Frankel","Carl McCall","Eliot Spitzer","Charles Schumer"); +INSERT INTO "party" VALUES (2,"1998","Liberal","Betsy McCaughey Ross","Jonathan Reiter","Carl McCall","Eliot Spitzer","Charles Schumer"); +INSERT INTO "party" VALUES (3,"2002","Democratic","Carl McCall","Dennis Mehiel","Alan Hevesi","Eliot Spitzer","(no election)"); +INSERT INTO "party" VALUES (4,"2002","Independence","Tom Golisano","Mary Donohue","John Faso","Eliot Spitzer","(no election)"); +INSERT INTO "party" VALUES (5,"2006","Democratic","Eliot Spitzer","David Paterson","Alan Hevesi","Andrew Cuomo","Hillary Rodham Clinton"); +INSERT INTO "party" VALUES (6,"2006","Independence","Eliot Spitzer","David Paterson","Alan Hevesi","Jeanine Pirro","Hillary Rodham Clinton"); +INSERT INTO "party" VALUES (7,"2006","Working Families","Eliot Spitzer","David Paterson","Alan Hevesi","Andrew Cuomo","Hillary Rodham Clinton"); + + + +CREATE TABLE "election" ( +"Election_ID" int, +"Counties_Represented" text, +"District" int, +"Delegate" text, +"Party" int, +"First_Elected" real, +"Committee" text, +PRIMARY KEY ("Election_ID"), +FOREIGN KEY (`Party`) REFERENCES `party`(`Party_ID`), +FOREIGN KEY (`District`) REFERENCES `county`(`County_Id`) +); + +INSERT INTO "election" VALUES (1,"09.1 9A",1,"Bates, Gail H. Gail H. Bates",1,"2002","Appropriations"); +INSERT INTO "election" VALUES (2,"09.1 9A",1,"Miller, Warren E. Warren E. Miller",1,"2003","Economic Matters"); +INSERT INTO "election" VALUES (3,"12.1 12A",2,"DeBoy, Steven J. Sr. Steven J. DeBoy, Sr.",2,"2002","Appropriations"); +INSERT INTO "election" VALUES (4,"12.1 12A",3,"Malone, James E. Jr. James E. Malone, Jr.",2,"1994","Environmental Matters (Vice-Chair)"); +INSERT INTO "election" VALUES (5,"12.2 12B",2,"Bobo, Elizabeth Elizabeth Bobo",3,"1994","Environmental Matters"); +INSERT INTO "election" VALUES (6,"13",1,"Pendergrass, Shane E. Shane Pendergrass",4,"1994","Health and Government Operations"); +INSERT INTO "election" VALUES (7,"13",4,"Guzzone, Guy Guy Guzzone",1,"2006","Appropriations"); +INSERT INTO "election" VALUES (8,"13",3,"Turner, Frank S. Frank S. Turner",7,"1994","Ways and Means"); + diff --git a/test_database/election_representative/election_representative.sqlite b/test_database/election_representative/election_representative.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..dc6a662880ed5e43a1be16f36a6b52d4005e844c Binary files /dev/null and b/test_database/election_representative/election_representative.sqlite differ diff --git a/test_database/election_representative/schema.sql b/test_database/election_representative/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..03a2806fc3aeb4c5441300a5fa053899f0b6d703 --- /dev/null +++ b/test_database/election_representative/schema.sql @@ -0,0 +1,37 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "election" ( +"Election_ID" int, +"Representative_ID" int, +"Date" text, +"Votes" real, +"Vote_Percent" real, +"Seats" real, +"Place" real, +PRIMARY KEY ("Election_ID"), +FOREIGN KEY ("Representative_ID") REFERENCES `representative`("Representative_ID") +); + +CREATE TABLE "representative" ( +"Representative_ID" int, +"Name" text, +"State" text, +"Party" text, +"Lifespan" text, +PRIMARY KEY ("Representative_ID") +); + +INSERT INTO "representative" VALUES (1,"Dan Quayle","Indiana","Republican","1947–"); +INSERT INTO "representative" VALUES (2,"John Quayle","New York","Democratic","1868–1930"); +INSERT INTO "representative" VALUES (3,"Al Quie","Minnesota","Republican","1923–"); +INSERT INTO "representative" VALUES (4,"James M. Quigley","Pennsylvania","Democratic","1918–"); +INSERT INTO "representative" VALUES (5,"Jimmy Quillen","Tennessee","Republican","1916–2003"); +INSERT INTO "representative" VALUES (6,"Jack Quinn","New York","Republican","1951–"); +INSERT INTO "representative" VALUES (7,"James L. Quinn","Pennsylvania","Democratic","1875–1960"); + +INSERT INTO "election" VALUES (1,1,"July 1942","9423","16.2","6","3"); +INSERT INTO "election" VALUES (2,2,"October 1942","11059","18.5","10","1"); +INSERT INTO "election" VALUES (3,4,"1946","13049","19.5","10","2"); +INSERT INTO "election" VALUES (4,5,"1949","14077","19.5","9","2"); +INSERT INTO "election" VALUES (5,7,"1953","12422","16.0","7","3"); + diff --git a/test_database/employee_hire_evaluation/employee_hire_evaluation.sqlite b/test_database/employee_hire_evaluation/employee_hire_evaluation.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..daa2ecfdd2e6030bbe476d6a891b79eead647fee Binary files /dev/null and b/test_database/employee_hire_evaluation/employee_hire_evaluation.sqlite differ diff --git a/test_database/employee_hire_evaluation/schema.sql b/test_database/employee_hire_evaluation/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..4c149e2ec99ed8814fa26f77d8399f95d584494b --- /dev/null +++ b/test_database/employee_hire_evaluation/schema.sql @@ -0,0 +1,84 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "employee" ( +"Employee_ID" int, +"Name" text, +"Age" int, +"City" text, +PRIMARY KEY ("Employee_ID") +); + + +INSERT INTO "employee" VALUES (1, "George Chuter",23,"Bristol"); +INSERT INTO "employee" VALUES (2,"Lee Mears",29,"Bath"); +INSERT INTO "employee" VALUES (3,"Mark Regan",43,"Bristol"); +INSERT INTO "employee" VALUES (4,"Jason Hobson",30,"Bristol"); +INSERT INTO "employee" VALUES (5,"Tim Payne",29,"Wasps"); +INSERT INTO "employee" VALUES (6,"Andrew Sheridan",28,"Sale"); +INSERT INTO "employee" VALUES (7,"Matt Stevens",29,"Bath"); +INSERT INTO "employee" VALUES (8,"Phil Vickery",40,"Wasps"); +INSERT INTO "employee" VALUES (9,"Steve Borthwick",32,"Bath"); +INSERT INTO "employee" VALUES (10,"Louis Deacon",36,"Leicester"); + + + +CREATE TABLE "shop" ( +"Shop_ID" int, +"Name" text, +"Location" text, +"District" text, +"Number_products" int, +"Manager_name" text, +PRIMARY KEY ("Shop_ID") +); + + +INSERT INTO "shop" VALUES (1,"FC Haka","Valkeakoski","Tehtaan kenttä","3516","Olli Huttunen"); +INSERT INTO "shop" VALUES (2,"HJK","Helsinki","Finnair Stadium","10770","Antti Muurinen"); +INSERT INTO "shop" VALUES (3,"FC Honka","Espoo","Tapiolan Urheilupuisto","6000","Mika Lehkosuo"); +INSERT INTO "shop" VALUES (4,"FC Inter","Turku","Veritas Stadion","10000","Job Dragtsma"); +INSERT INTO "shop" VALUES (5,"FF Jaro","Jakobstad","Jakobstads Centralplan","5000","Mika Laurikainen"); +INSERT INTO "shop" VALUES (6,"FC KooTeePee","Kotka","Arto Tolsa Areena","4780","Tommi Kautonen"); +INSERT INTO "shop" VALUES (7,"KuPS","Kuopio","Magnum Areena","3500","Kai Nyyssönen"); +INSERT INTO "shop" VALUES (8,"FC Lahti","Lahti","Lahden Stadion","15000","Ilkka Mäkelä"); +INSERT INTO "shop" VALUES (9,"IFK Mariehamn","Mariehamn","Wiklöf Holding Arena","1600","Pekka Lyyski"); + + +CREATE TABLE "hiring" ( +"Shop_ID" int, +"Employee_ID" int, +"Start_from" text, +"Is_full_time" bool, +PRIMARY KEY ("Employee_ID"), +FOREIGN KEY (`Shop_ID`) REFERENCES `shop`(`Shop_ID`), +FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`) +); + +INSERT INTO "hiring" VALUES (1,1,"2009","T"); +INSERT INTO "hiring" VALUES (1,2,"2003","T"); +INSERT INTO "hiring" VALUES (8,3,"2011","F"); +INSERT INTO "hiring" VALUES (4,4,"2012","T"); +INSERT INTO "hiring" VALUES (5,5,"2013","T"); +INSERT INTO "hiring" VALUES (2,6,"2010","F"); +INSERT INTO "hiring" VALUES (6,7,"2008","T"); + + + + +CREATE TABLE "evaluation" ( +"Employee_ID" text, +"Year_awarded" text, +"Bonus" real, +PRIMARY KEY ("Employee_ID","Year_awarded"), +FOREIGN KEY (`Employee_ID`) REFERENCES `employee`(`Employee_ID`) +); + + +INSERT INTO "evaluation" VALUES (1,"2011", 3000); +INSERT INTO "evaluation" VALUES (2,"2015", 3200); +INSERT INTO "evaluation" VALUES (1,"2016", 2900); +INSERT INTO "evaluation" VALUES (4,"2017", 3200); +INSERT INTO "evaluation" VALUES (7,"2018", 3200); +INSERT INTO "evaluation" VALUES (10,"2016", 4000); + diff --git a/test_database/entrepreneur/entrepreneur.sqlite b/test_database/entrepreneur/entrepreneur.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..9599e53265eb0980468a1c3bb9e84ab12a59905f Binary files /dev/null and b/test_database/entrepreneur/entrepreneur.sqlite differ diff --git a/test_database/entrepreneur/schema.sql b/test_database/entrepreneur/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..0934b7f0a04766d0bf0981d4b32c230d2dae591d --- /dev/null +++ b/test_database/entrepreneur/schema.sql @@ -0,0 +1,40 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "entrepreneur" ( +"Entrepreneur_ID" int, +"People_ID" int, +"Company" text, +"Money_Requested" real, +"Investor" text, +PRIMARY KEY ("Entrepreneur_ID"), +FOREIGN KEY ("People_ID") REFERENCES "people"("People_ID") +); + +CREATE TABLE "people" ( +"People_ID" int, +"Name" text, +"Height" real, +"Weight" real, +"Date_of_Birth" text, +PRIMARY KEY ("People_ID") +); + + +INSERT INTO "people" VALUES (1,"Francesco Postiglione",1.9,80,"1972-04-29"); +INSERT INTO "people" VALUES (2,"Leonardo Binchi",1.86,57,"1975-08-27"); +INSERT INTO "people" VALUES (3,"Fabrizio Buonocore",1.83, 45, "1977-04-28"); +INSERT INTO "people" VALUES (4,"Marco Gerini",1.72, 75,"1971-08-05"); +INSERT INTO "people" VALUES (5,"Roberto Calcaterra",1.75, 67, "1972-02-06"); +INSERT INTO "people" VALUES (6,"Goran Fiorentini",1.78, 89, "1981-11-21"); +INSERT INTO "people" VALUES (7,"Alberto Angelini",1.82,58, "1974-09-28"); +INSERT INTO "people" VALUES (8,"Maurizio Felugo",1.95,76, "1981-03-04"); + +INSERT INTO "entrepreneur" VALUES (1,1,"Umbrolly","150000","Duncan Bannatyne"); +INSERT INTO "entrepreneur" VALUES (2,2,"Grails Ltd","120000","Doug Richard"); +INSERT INTO "entrepreneur" VALUES (3,3,"Le Beanock","54000","Rachel Elnaugh"); +INSERT INTO "entrepreneur" VALUES (4,5,"IV Cam","50000","Peter Jones"); +INSERT INTO "entrepreneur" VALUES (5,6,"Mycorrhizal Systems","75000","Simon Woodroffe"); +INSERT INTO "entrepreneur" VALUES (6,8,"Elizabeth Galton Ltd","110000","Duncan Bannatyne"); + + + diff --git a/test_database/flight_2/annotation.json b/test_database/flight_2/annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..7701d8328a9510003f9a2f7c67ef75b5c9af20e0 --- /dev/null +++ b/test_database/flight_2/annotation.json @@ -0,0 +1,38 @@ +{ + "label_id": null, + "data": [ + { + "nl": "Find all airlines that have at least one flight out of AXX airport. Report the full name and the abbreviation of each airline\n", + "id": 0 + }, + { + "nl": "Find all destinations served from the AXX airport by Northwest. Re- port flight number, airport code and the full name of the airport.\n", + "id": 1 + }, + { + "nl": "Find all airports served by ALL five of the airlines listed below: Delta, Frontier, USAir, UAL and Southwest. Report just the airport codes.\n", + "id": 2 + }, + { + "nl": "Find all airports that are served by at least three Southwest flights. Report just the three-letter codes of the airports\n", + "id": 3 + }, + { + "nl": "Find the number of airports from which airport ANP can be reached with exactly one transfer.\n", + "id": 4 + }, + { + "nl": "Find the number of airports from which airport ATE can be reached with at most one transfer. (make sure to exclude ATE itself from the count). Report just the number.\n", + "id": 5 + }, + { + "nl": "Find all airports with exactly 17 outgoing flights. Report airport code and the full name of the airport\n", + "id": 6 + }, + { + "nl": "For each room report the total revenue for all stays and the average revenue per stay generated by stays in the room that originated in the months of September\n", + "id": 7 + } + ], + "review_id": null +} \ No newline at end of file diff --git a/test_database/flight_2/data_csv/README.AIRLINES.txt b/test_database/flight_2/data_csv/README.AIRLINES.txt new file mode 100644 index 0000000000000000000000000000000000000000..fb7fa500054bece0f24794fdaa5abe1bb8a7d9ed --- /dev/null +++ b/test_database/flight_2/data_csv/README.AIRLINES.txt @@ -0,0 +1,96 @@ +***************************************************** +CPE 365 Alex Dekhtyar +Cal Poly Computer Science Department +San Luis Obispo College of Engineering +California dekhtyar@csc.calpoly.edu +***************************************************** + AIRLINES DATASET + Version 1.0 + November 19, 2007 +***************************************************** +Sources: the list of US airports is from + http://www.world-airport-codes.com/ + + the list of airlines is from http://www.wikipedia.org + + the list of flights is synthesized. + +****************************************************** + +This file describes the contents of the AIRLINES dataset +developed for the CPE 365, Introduction to Databases, +course at Cal Poly. + +The dataset contains information about some US airlines and +airports, and routes flown by the airlines between these airports. + +General Conventions. + + 1. All files in the dataset are CSV (comma-separated values) files. + 2. First line of each file provides the names of + columns. Second line may be empty, or may contain + the first row of the data. + 3. All string values are enclosed in single quotes (') + 4. All string values in the airports.csv and flights.csv files + have a trailing space.This is important to note, because + one of the string columns, airport code is the unique identifier + of the airport. This issue needs to be dealt with programmatically. + + + The dataset consists of the following files: + + + - airlines.csv : list of airlines + - airports100.csv : list of airports + - flights.csv : list of flights + + + Individual files have the following formats. + +************************************************************************** + +airlines.csv + + Id : unique identifier of the airline + Airline : full name of the airline + Abbreviation : abbreviated name of the airline + Country : country of the airline + + + +************************************************************************** + +airports100.csv + + City : location of the airport + AirportCode : unique three-letter airport code + AirportName : name of the airport + Country : country of the airport +CountryAbbrev : abbreviation of the country + + + +************************************************************************** + +flights.csv + + Airline : airline that manages the flight + FlightNo : flight number (unique for each airline, may repeat + for different airlines) +SourceAirport : Code for the airport from which the flight originates + (see airports100.AirportCode) + DestAirport : Code for the airport at which the flight terminates + +************************************************************************** +************************************************************************** + +Permission granted to use and distribute this dataset in its current form, +provided this file is kept unchanged and is distributed together with the +data. + +Permission granted to modify and expand this dataset, provided this +file is updated accordingly with new information. + +************************************************************************** +************************************************************************** + diff --git a/test_database/flight_2/data_csv/airlines.csv b/test_database/flight_2/data_csv/airlines.csv new file mode 100644 index 0000000000000000000000000000000000000000..9cf768804d017d763674666c897346c42f3c6599 --- /dev/null +++ b/test_database/flight_2/data_csv/airlines.csv @@ -0,0 +1,14 @@ +uid, Airline, Abbreviation, Country +1,'United Airlines','UAL','USA' +2,'US Airways','USAir','USA' +3,'Delta Airlines','Delta','USA' +4,'Southwest Airlines','Southwest','USA' +5,'American Airlines','American','USA' +6,'Northwest Airlines','Northwest','USA' +7,'Continental Airlines','Continental','USA' +8,'JetBlue Airways','JetBlue','USA' +9,'Frontier Airlines','Frontier','USA' +10,'AirTran Airways','AirTran','USA' +11,'Allegiant Air','Allegiant','USA' +12,'Virgin America','Virgin','USA' + diff --git a/test_database/flight_2/data_csv/airports100.csv b/test_database/flight_2/data_csv/airports100.csv new file mode 100644 index 0000000000000000000000000000000000000000..c63ac00b7b40eedc44a478c1d3a222389a70e10e --- /dev/null +++ b/test_database/flight_2/data_csv/airports100.csv @@ -0,0 +1,101 @@ +City ,AirportCode , AirportName ,Country , CountryAbbrev +'Aberdeen ','APG','Phillips AAF ','United States ','US ' +'Aberdeen ','ABR','Municipal ','United States ','US ' +'Abilene ','DYS','Dyess AFB ','United States ','US ' +'Abilene ','ABI','Municipal ','United States ','US ' +'Abingdon ','VJI','Virginia Highlands ','United States ','US ' +'Ada ','ADT','Ada ','United States ','US ' +'Adak Island ','ADK','Adak Island Ns ','United States ','US ' +'Adrian ','ADG','Lenawee County ','United States ','US ' +'Afton ','AFO','Municipal ','United States ','US ' +'Aiken ','AIK','Municipal ','United States ','US ' +'Ainsworth ','ANW','Ainsworth ','United States ','US ' +'Akhiok ','AKK','Akhiok SPB ','United States ','US ' +'Akiachak ','KKI','Spb ','United States ','US ' +'Akiak ','AKI','Akiak ','United States ','US ' +'Akron CO ' ,'AKO','Colorado Plains Regional Airport ','United States ','US ' +'Akron/Canton OH ' ,'CAK','Akron/canton Regional ','United States ','US ' +'Akron/Canton ','AKC','Fulton International ','United States ','US ' +'Akutan ','KQA','Akutan ','United States ','US ' +'Alakanuk ','AUK','Alakanuk ','United States ','US ' +'Alameda ','NGZ','NAS ','United States ','US ' +'Alamogordo ','HMN','Holloman AFB ','United States ','US ' +'Alamogordo ','ALM','Municipal ','United States ','US ' +'Alamosa ','ALS','Municipal ','United States ','US ' +'Albany ','NAB','Albany NAS ','United States ','US ' +'Albany ','ABY','Dougherty County ','United States ','US ' +'Albany ','ALB','Albany International ','United States ','US ' +'Albany ','CVO','Albany ','United States ','US ' +'Albert Lea ','AEL','Albert Lea ','United States ','US ' +'Albuquerque ','ABQ','Albuquerque International ','United States ','US ' +'Aleknagik ','WKK','Aleknagik ','United States ','US ' +'Aleneva ','AED','Aleneva ','United States ','US ' + 'Alexander City AL ' ,'ALX','Thomas C Russell Fld ','United States ','US ' + 'Alexandria LA ' ,'AEX','Alexandria International ','United States ','US ' +'Alexandria ','ESF','Esler Field ','United States ','US ' +'Alexandria ','AXN','Alexandria ','United States ','US ' +'Alexandria Bay ','AXB','Alexandria Bay ','United States ','US ' +'Algona ','AXG','Algona ','United States ','US ' +'Alice ','ALI','International ','United States ','US ' + 'Aliceville AL ' ,'AIV','George Downer ','United States ','US ' +'Alitak ','ALZ','Alitak SPB ','United States ','US ' +'Allakaket ','AET','Allakaket ','United States ','US ' +'Alliance ','AIA','Alliance ','United States ','US ' +'Alma ','AMN','Gratiot Community ','United States ','US ' +'Alpena ','APN','Alpena County Regional ','United States ','US ' +'Alpine ','ALE','Alpine ','United States ','US ' +'Alton ','ALN','Alton ','United States ','US ' +'Altus ','LTS','Altus AFB ','United States ','US ' +'Altus ','AXS','Municipal ','United States ','US ' +'Alyeska ','AQY','Alyeska ','United States ','US ' + 'Amarillo ' ,'AMA','Rick Husband Amarillo International ','United States ','US ' +'Amarillo ','TDW','Tradewind ','United States ','US ' +'Ambler ','ABL','Ambler ','United States ','US ' +'Amchitka ','AHT','Amchitka ','United States ','US ' +'Amery ','AHH','Municipal ','United States ','US ' +'Ames ','AMW','Ames ','United States ','US ' +'Amityville ','AYZ','Zahns ','United States ','US ' +'Amook ','AOS','Amook ','United States ','US ' +'Anacortes ','OTS','Anacortes ','United States ','US ' +'Anacostia ','NDV','USN Heliport ','United States ','US ' +'Anaheim ','ANA','Orange County Steel Salvage Heliport ','United States ','US ' +'Anaktuvuk ','AKP','Anaktuvuk ','United States ','US ' +'Anchorage ','EDF','Elmendorf Afb ','United States ','US ' +'Anchorage ','ANC','Ted Stevens Anchorage International Airport ','United States ','US ' +'Anchorage ','MRI','Merrill Field ','United States ','US ' +'Anderson ','AID','Municipal ','United States ','US ' +'Anderson ','AND','Anderson ','United States ','US ' +'Andrews ','ADR','Andrews ','United States ','US ' +'Angel Fire ','AXX','Angel Fire ','United States ','US ' +'Angola ','ANQ','Tri-State Steuben Cty ','United States ','US ' +'Angoon ','AGN','Angoon ','United States ','US ' +'Anguilla ','RFK','Rollang Field ','United States ','US ' +'Aniak ','ANI','Aniak ','United States ','US ' +'Anita Bay ','AIB','Anita Bay ','United States ','US ' + 'Ann Arbor MI ' ,'ARB','Municipal ','United States ','US ' +'Annapolis ','ANP','Lee ','United States ','US ' +'Annette Island ','ANN','Annette Island ','United States ','US ' + 'Anniston AL ' ,'ANB','Anniston Metropolitan ','United States ','US ' +'Anniston ','QAW','Ft Mcclellan Bus Trml ','United States ','US ' +'Anniston ','RLI','Reilly AHP ','United States ','US ' +'Anthony ','ANY','Anthony ','United States ','US ' +'Antlers ','ATE','Antlers ','United States ','US ' +'Anvik ','ANV','Anvik ','United States ','US ' +'Apalachicola ','AAF','Municipal ','United States ','US ' +'Apple Valley ','APV','Apple Valley ','United States ','US ' +'Appleton ','ATW','Outagamie County ','United States ','US ' +'Arapahoe ','AHF','Municipal ','United States ','US ' +'Arcata ','ACV','Arcata ','United States ','US ' +'Arctic Village ','ARC','Arctic Village ','United States ','US ' +'Ardmore ','AHD','Downtown ','United States ','US ' +'Ardmore ','ADM','Ardmore Municipal Arpt ','United States ','US ' +'Arlington Heights ','JLH','US Army Heliport ','United States ','US ' +'Artesia ','ATS','Artesia ','United States ','US ' + 'Neptune ' ,'ARX','Asbury Park ','United States ','US ' +'Ashland ','ASX','Ashland ','United States ','US ' +'Ashley ','ASY','Ashley ','United States ','US ' +'Aspen ','ASE','Aspen ','United States ','US ' +'Astoria ','AST','Astoria ','United States ','US ' +'Athens ','AHN','Athens ','United States ','US ' +'Athens ','ATO','Ohio University ','United States ','US ' +'Athens ','MMI','McMinn County ','United States ','US ' diff --git a/test_database/flight_2/data_csv/flights.csv b/test_database/flight_2/data_csv/flights.csv new file mode 100644 index 0000000000000000000000000000000000000000..23ee30f192d41cd436a8a41ad23eff228a0fccd8 --- /dev/null +++ b/test_database/flight_2/data_csv/flights.csv @@ -0,0 +1,1201 @@ +Airline, FlightNo, SourceAirport, DestAirport +1, 28, 'APG', 'ASY' +1, 29, 'ASY', 'APG' +1, 44, 'CVO', 'ACV' +1, 45, 'ACV', 'CVO' +1, 54, 'AHD', 'AHT' +1, 55, 'AHT', 'AHD' +1, 90, 'ATO', 'ABR' +1, 91, 'ABR', 'ATO' +1, 108, 'ANV', 'MMI' +1, 109, 'MMI', 'ANV' +1, 142, 'ALI', 'AKC' +1, 143, 'AKC', 'ALI' +1, 148, 'HMN', 'ABL' +1, 149, 'ABL', 'HMN' +1, 198, 'NGZ', 'AAF' +1, 199, 'AAF', 'NGZ' +1, 226, 'CVO', 'KKI' +1, 227, 'KKI', 'CVO' +1, 276, 'ARB', 'ANV' +1, 277, 'ANV', 'ARB' +1, 308, 'ATE', 'AKC' +1, 309, 'AKC', 'ATE' +1, 326, 'ALX', 'ALI' +1, 327, 'ALI', 'ALX' +1, 370, 'AKC', 'WKK' +1, 371, 'WKK', 'AKC' +1, 414, 'AAF', 'ALB' +1, 415, 'ALB', 'AAF' +1, 424, 'ADG', 'AOS' +1, 425, 'AOS', 'ADG' +1, 470, 'ABQ', 'MMI' +1, 471, 'MMI', 'ABQ' +1, 520, 'AIV', 'ALS' +1, 521, 'ALS', 'AIV' +1, 556, 'AYZ', 'AHD' +1, 557, 'AHD', 'AYZ' +1, 560, 'AHF', 'ATO' +1, 561, 'ATO', 'AHF' +1, 604, 'ADG', 'ANN' +1, 605, 'ANN', 'ADG' +1, 608, 'AST', 'DYS' +1, 609, 'DYS', 'AST' +1, 626, 'AKI', 'AEL' +1, 627, 'AEL', 'AKI' +1, 658, 'ARC', 'ALM' +1, 659, 'ALM', 'ARC' +1, 708, 'AXB', 'AFO' +1, 709, 'AFO', 'AXB' +1, 744, 'AED', 'OTS' +1, 745, 'OTS', 'AED' +1, 754, 'CVO', 'ANY' +1, 755, 'ANY', 'CVO' +1, 786, 'ACV', 'AHD' +1, 787, 'AHD', 'ACV' +1, 810, 'ARC', 'AQY' +1, 811, 'AQY', 'ARC' +1, 828, 'HMN', 'EDF' +1, 829, 'EDF', 'HMN' +1, 878, 'KKI', 'ALM' +1, 879, 'ALM', 'KKI' +1, 888, 'ALZ', 'ANW' +1, 889, 'ANW', 'ALZ' +1, 900, 'AHT', 'AXX' +1, 901, 'AXX', 'AHT' +1, 924, 'AXG', 'ASX' +1, 925, 'ASX', 'AXG' +1, 946, 'APV', 'ADR' +1, 947, 'ADR', 'APV' +1, 996, 'AXG', 'AXS' +1, 997, 'AXS', 'AXG' +1, 1000, 'ADK', 'KKI' +1, 1001, 'KKI', 'ADK' +1, 1026, 'AHN', 'DYS' +1, 1027, 'DYS', 'AHN' +1, 1062, 'AQY', 'AFO' +1, 1063, 'AFO', 'AQY' +1, 1068, 'APN', 'ALB' +1, 1069, 'ALB', 'APN' +1, 1100, 'ATE', 'ALE' +1, 1101, 'ALE', 'ATE' +1, 1144, 'AIA', 'AMW' +1, 1145, 'AMW', 'AIA' +1, 1166, 'ABQ', 'AAF' +1, 1167, 'AAF', 'ABQ' +1, 1168, 'ADK', 'NAB' +1, 1169, 'NAB', 'ADK' +1, 1192, 'QAW', 'AHH' +1, 1193, 'AHH', 'QAW' +1, 1208, 'NAB', 'MMI' +1, 1209, 'MMI', 'NAB' +1, 1216, 'ATE', 'ALX' +1, 1217, 'ALX', 'ATE' +1, 1250, 'ARC', 'AED' +1, 1251, 'AED', 'ARC' +1, 1274, 'ALS', 'APG' +1, 1275, 'APG', 'ALS' +1, 1284, 'ADK', 'ADG' +1, 1285, 'ADG', 'ADK' +1, 1328, 'RLI', 'LTS' +1, 1329, 'LTS', 'RLI' +2, 14, 'APV', 'ALX' +2, 15, 'ALX', 'APV' +2, 18, 'MRI', 'OTS' +2, 19, 'OTS', 'MRI' +2, 64, 'VJI', 'AOS' +2, 65, 'AOS', 'VJI' +2, 88, 'AGN', 'AXX' +2, 89, 'AXX', 'AGN' +2, 124, 'OTS', 'ALZ' +2, 125, 'ALZ', 'OTS' +2, 142, 'ABQ', 'ADM' +2, 143, 'ADM', 'ABQ' +2, 192, 'AKK', 'NDV' +2, 193, 'NDV', 'AKK' +2, 240, 'ATE', 'ATW' +2, 241, 'ATW', 'ATE' +2, 278, 'ACV', 'ALX' +2, 279, 'ALX', 'ACV' +2, 322, 'ALN', 'ARB' +2, 323, 'ARB', 'ALN' +2, 330, 'AYZ', 'AND' +2, 331, 'AND', 'AYZ' +2, 356, 'AKC', 'MRI' +2, 357, 'MRI', 'AKC' +2, 358, 'ASE', 'ASX' +2, 359, 'ASX', 'ASE' +2, 384, 'AOS', 'AGN' +2, 385, 'AGN', 'AOS' +2, 426, 'AFO', 'AMN' +2, 427, 'AMN', 'AFO' +2, 466, 'ARB', 'AGN' +2, 467, 'AGN', 'ARB' +2, 484, 'ARX', 'AQY' +2, 485, 'AQY', 'ARX' +2, 488, 'VJI', 'APG' +2, 489, 'APG', 'VJI' +2, 526, 'CAK', 'ANP' +2, 527, 'ANP', 'CAK' +2, 550, 'AIV', 'ADK' +2, 551, 'ADK', 'AIV' +2, 600, 'MRI', 'ARB' +2, 601, 'ARB', 'MRI' +2, 644, 'AHD', 'AMA' +2, 645, 'AMA', 'AHD' +2, 670, 'KKI', 'ATS' +2, 671, 'ATS', 'KKI' +2, 672, 'ANV', 'ABL' +2, 673, 'ABL', 'ANV' +2, 692, 'CAK', 'ATS' +2, 693, 'ATS', 'CAK' +2, 728, 'AKI', 'ESF' +2, 729, 'ESF', 'AKI' +2, 746, 'ANC', 'AST' +2, 747, 'AST', 'ANC' +2, 790, 'APN', 'CVO' +2, 791, 'CVO', 'APN' +2, 830, 'ANQ', 'AMA' +2, 831, 'AMA', 'ANQ' +2, 840, 'NGZ', 'ADT' +2, 841, 'ADT', 'NGZ' +2, 886, 'ANW', 'ABY' +2, 887, 'ABY', 'ANW' +2, 902, 'AKO', 'OTS' +2, 903, 'OTS', 'AKO' +2, 920, 'AET', 'ASX' +2, 921, 'ASX', 'AET' +2, 950, 'ALB', 'ADM' +2, 951, 'ADM', 'ALB' +2, 988, 'ALS', 'ADG' +2, 989, 'ADG', 'ALS' +2, 1020, 'ANP', 'ADG' +2, 1021, 'ADG', 'ANP' +2, 1064, 'NAB', 'ALB' +2, 1065, 'ALB', 'NAB' +2, 1068, 'AIK', 'ANN' +2, 1069, 'ANN', 'AIK' +2, 1076, 'AXG', 'ABQ' +2, 1077, 'ABQ', 'AXG' +2, 1120, 'ACV', 'AKK' +2, 1121, 'AKK', 'ACV' +2, 1158, 'ABI', 'QAW' +2, 1159, 'QAW', 'ABI' +2, 1188, 'AIV', 'ALE' +2, 1189, 'ALE', 'AIV' +2, 1230, 'ANY', 'ANI' +2, 1231, 'ANI', 'ANY' +2, 1242, 'AED', 'AMA' +2, 1243, 'AMA', 'AED' +2, 1266, 'AHT', 'ALE' +2, 1267, 'ALE', 'AHT' +2, 1286, 'HMN', 'ESF' +2, 1287, 'ESF', 'HMN' +2, 1330, 'AXX', 'ANP' +2, 1331, 'ANP', 'AXX' +2, 1360, 'AHH', 'AST' +2, 1361, 'AST', 'AHH' +2, 1374, 'ALI', 'AMW' +2, 1375, 'AMW', 'ALI' +2, 1376, 'ALI', 'APG' +2, 1377, 'APG', 'ALI' +3, 2, 'ATS', 'OTS' +3, 3, 'OTS', 'ATS' +3, 26, 'VJI', 'ATW' +3, 27, 'ATW', 'VJI' +3, 36, 'CAK', 'OTS' +3, 37, 'OTS', 'CAK' +3, 84, 'ABY', 'ALS' +3, 85, 'ALS', 'ABY' +3, 100, 'AXN', 'APG' +3, 101, 'APG', 'AXN' +3, 118, 'AXB', 'ANA' +3, 119, 'ANA', 'AXB' +3, 126, 'LTS', 'EDF' +3, 127, 'EDF', 'LTS' +3, 130, 'JLH', 'AND' +3, 131, 'AND', 'JLH' +3, 162, 'AIK', 'ADT' +3, 163, 'ADT', 'AIK' +3, 194, 'AST', 'ARX' +3, 195, 'ARX', 'AST' +3, 206, 'ANB', 'ALE' +3, 207, 'ALE', 'ANB' +3, 240, 'AKC', 'MMI' +3, 241, 'MMI', 'AKC' +3, 244, 'EDF', 'AHT' +3, 245, 'AHT', 'EDF' +3, 268, 'AMW', 'AHN' +3, 269, 'AHN', 'AMW' +3, 284, 'AXB', 'AXN' +3, 285, 'AXN', 'AXB' +3, 300, 'ASY', 'ALE' +3, 301, 'ALE', 'ASY' +3, 334, 'ALI', 'ATW' +3, 335, 'ATW', 'ALI' +3, 364, 'AYZ', 'AUK' +3, 365, 'AUK', 'AYZ' +3, 396, 'AED', 'ASX' +3, 397, 'ASX', 'AED' +3, 432, 'ABQ', 'ANN' +3, 433, 'ANN', 'ABQ' +3, 438, 'AFO', 'AUK' +3, 439, 'AUK', 'AFO' +3, 460, 'RLI', 'AHD' +3, 461, 'AHD', 'RLI' +3, 498, 'ATW', 'TDW' +3, 499, 'TDW', 'ATW' +3, 528, 'ARB', 'AKK' +3, 529, 'AKK', 'ARB' +3, 548, 'ARX', 'ASX' +3, 549, 'ASX', 'ARX' +3, 588, 'AKO', 'WKK' +3, 589, 'WKK', 'AKO' +3, 626, 'KQA', 'ANV' +3, 627, 'ANV', 'KQA' +3, 656, 'ANN', 'EDF' +3, 657, 'EDF', 'ANN' +3, 670, 'ALN', 'ARX' +3, 671, 'ARX', 'ALN' +3, 694, 'AUK', 'JLH' +3, 695, 'JLH', 'AUK' +3, 710, 'ANN', 'AHT' +3, 711, 'AHT', 'ANN' +3, 734, 'ASY', 'NDV' +3, 735, 'NDV', 'ASY' +3, 782, 'AXG', 'JLH' +3, 783, 'JLH', 'AXG' +3, 826, 'ABQ', 'AEL' +3, 827, 'AEL', 'ABQ' +3, 862, 'LTS', 'RLI' +3, 863, 'RLI', 'LTS' +3, 904, 'APV', 'ANV' +3, 905, 'ANV', 'APV' +3, 922, 'ASY', 'AAF' +3, 923, 'AAF', 'ASY' +3, 962, 'NGZ', 'ALI' +3, 963, 'ALI', 'NGZ' +3, 970, 'ANP', 'AIB' +3, 971, 'AIB', 'ANP' +3, 1000, 'ASX', 'ANY' +3, 1001, 'ANY', 'ASX' +3, 1010, 'CVO', 'AST' +3, 1011, 'AST', 'CVO' +3, 1040, 'AHF', 'OTS' +3, 1041, 'OTS', 'AHF' +3, 1070, 'ANP', 'ARC' +3, 1071, 'ARC', 'ANP' +3, 1094, 'AAF', 'ALS' +3, 1095, 'ALS', 'AAF' +3, 1140, 'ATW', 'ALB' +3, 1141, 'ALB', 'ATW' +3, 1186, 'ANB', 'AET' +3, 1187, 'AET', 'ANB' +3, 1190, 'AXX', 'ADG' +3, 1191, 'ADG', 'AXX' +3, 1226, 'AID', 'ABL' +3, 1227, 'ABL', 'AID' +3, 1270, 'CAK', 'AXS' +3, 1271, 'AXS', 'CAK' +3, 1274, 'ASY', 'AFO' +3, 1275, 'AFO', 'ASY' +4, 10, 'ASY', 'ATS' +4, 11, 'ATS', 'ASY' +4, 32, 'ALX', 'OTS' +4, 33, 'OTS', 'ALX' +4, 34, 'ADR', 'ATS' +4, 35, 'ATS', 'ADR' +4, 56, 'AET', 'AKI' +4, 57, 'AKI', 'AET' +4, 62, 'AEX', 'MRI' +4, 63, 'MRI', 'AEX' +4, 94, 'AHH', 'ANA' +4, 95, 'ANA', 'AHH' +4, 136, 'LTS', 'JLH' +4, 137, 'JLH', 'LTS' +4, 166, 'AAF', 'AKI' +4, 167, 'AKI', 'AAF' +4, 168, 'ALI', 'ANY' +4, 169, 'ANY', 'ALI' +4, 200, 'ADT', 'EDF' +4, 201, 'EDF', 'ADT' +4, 226, 'VJI', 'OTS' +4, 227, 'OTS', 'VJI' +4, 260, 'ADT', 'ANN' +4, 261, 'ANN', 'ADT' +4, 264, 'ARB', 'ATW' +4, 265, 'ATW', 'ARB' +4, 296, 'AIV', 'AFO' +4, 297, 'AFO', 'AIV' +4, 340, 'ADM', 'AST' +4, 341, 'AST', 'ADM' +4, 358, 'ADG', 'AMN' +4, 359, 'AMN', 'ADG' +4, 378, 'WKK', 'ANQ' +4, 379, 'ANQ', 'WKK' +4, 384, 'AYZ', 'CVO' +4, 385, 'CVO', 'AYZ' +4, 430, 'CVO', 'LTS' +4, 431, 'LTS', 'CVO' +4, 436, 'AMA', 'WKK' +4, 437, 'WKK', 'AMA' +4, 478, 'AAF', 'AXX' +4, 479, 'AXX', 'AAF' +4, 510, 'ANP', 'AIB' +4, 511, 'AIB', 'ANP' +4, 544, 'LTS', 'QAW' +4, 545, 'QAW', 'LTS' +4, 546, 'ANY', 'AKC' +4, 547, 'AKC', 'ANY' +4, 558, 'AGN', 'AHN' +4, 559, 'AHN', 'AGN' +4, 564, 'AYZ', 'AED' +4, 565, 'AED', 'AYZ' +4, 582, 'AXX', 'WKK' +4, 583, 'WKK', 'AXX' +4, 604, 'AFO', 'ANC' +4, 605, 'ANC', 'AFO' +4, 624, 'ANC', 'ANV' +4, 625, 'ANV', 'ANC' +4, 626, 'AIA', 'AXG' +4, 627, 'AXG', 'AIA' +4, 666, 'AAF', 'AMA' +4, 667, 'AMA', 'AAF' +4, 716, 'JLH', 'AYZ' +4, 717, 'AYZ', 'JLH' +4, 742, 'HMN', 'APG' +4, 743, 'APG', 'HMN' +4, 750, 'NAB', 'ESF' +4, 751, 'ESF', 'NAB' +4, 784, 'AQY', 'DYS' +4, 785, 'DYS', 'AQY' +4, 832, 'ANN', 'AOS' +4, 833, 'AOS', 'ANN' +4, 838, 'APV', 'ALM' +4, 839, 'ALM', 'APV' +4, 870, 'ATE', 'ARB' +4, 871, 'ARB', 'ATE' +4, 902, 'NGZ', 'ANQ' +4, 903, 'ANQ', 'NGZ' +4, 946, 'AHT', 'AXG' +4, 947, 'AXG', 'AHT' +4, 990, 'ALI', 'ANN' +4, 991, 'ANN', 'ALI' +4, 1036, 'ANQ', 'ALS' +4, 1037, 'ALS', 'ANQ' +4, 1064, 'ANV', 'AET' +4, 1065, 'AET', 'ANV' +4, 1100, 'ARB', 'AEL' +4, 1101, 'AEL', 'ARB' +4, 1118, 'ANC', 'ANY' +4, 1119, 'ANY', 'ANC' +4, 1138, 'ABR', 'AET' +4, 1139, 'AET', 'ABR' +4, 1162, 'ANW', 'AKO' +4, 1163, 'AKO', 'ANW' +4, 1172, 'AHH', 'AYZ' +4, 1173, 'AYZ', 'AHH' +4, 1206, 'AXN', 'NDV' +4, 1207, 'NDV', 'AXN' +4, 1224, 'AND', 'MMI' +4, 1225, 'MMI', 'AND' +5, 22, 'WKK', 'ARB' +5, 23, 'ARB', 'WKK' +5, 62, 'ALM', 'AKP' +5, 63, 'AKP', 'ALM' +5, 66, 'ANA', 'AIK' +5, 67, 'AIK', 'ANA' +5, 76, 'ANC', 'AMA' +5, 77, 'AMA', 'ANC' +5, 104, 'ALB', 'ANY' +5, 105, 'ANY', 'ALB' +5, 134, 'AFO', 'ADT' +5, 135, 'ADT', 'AFO' +5, 148, 'CAK', 'ALE' +5, 149, 'ALE', 'CAK' +5, 194, 'ASY', 'ALE' +5, 195, 'ALE', 'ASY' +5, 234, 'ALS', 'AET' +5, 235, 'AET', 'ALS' +5, 238, 'AHF', 'ABY' +5, 239, 'ABY', 'AHF' +5, 242, 'ADR', 'LTS' +5, 243, 'LTS', 'ADR' +5, 244, 'ALM', 'EDF' +5, 245, 'EDF', 'ALM' +5, 264, 'ARX', 'AHN' +5, 265, 'AHN', 'ARX' +5, 300, 'AXS', 'AXX' +5, 301, 'AXX', 'AXS' +5, 318, 'ARX', 'QAW' +5, 319, 'QAW', 'ARX' +5, 350, 'ATW', 'AOS' +5, 351, 'AOS', 'ATW' +5, 360, 'ARX', 'ANW' +5, 361, 'ANW', 'ARX' +5, 386, 'NDV', 'EDF' +5, 387, 'EDF', 'NDV' +5, 412, 'ALS', 'AHT' +5, 413, 'AHT', 'ALS' +5, 432, 'APV', 'TDW' +5, 433, 'TDW', 'APV' +5, 468, 'CVO', 'AXS' +5, 469, 'AXS', 'CVO' +5, 484, 'QAW', 'MMI' +5, 485, 'MMI', 'QAW' +5, 504, 'ASX', 'AND' +5, 505, 'AND', 'ASX' +5, 546, 'ALS', 'AOS' +5, 547, 'AOS', 'ALS' +5, 592, 'VJI', 'AIB' +5, 593, 'AIB', 'VJI' +5, 602, 'ANW', 'AHT' +5, 603, 'AHT', 'ANW' +5, 616, 'AHH', 'ASX' +5, 617, 'ASX', 'AHH' +5, 648, 'ASX', 'AND' +5, 649, 'AND', 'ASX' +5, 688, 'ANI', 'DYS' +5, 689, 'DYS', 'ANI' +5, 726, 'RFK', 'ASY' +5, 727, 'ASY', 'RFK' +5, 752, 'ASE', 'CVO' +5, 753, 'CVO', 'ASE' +5, 798, 'AGN', 'ESF' +5, 799, 'ESF', 'AGN' +5, 808, 'ARC', 'AMN' +5, 809, 'AMN', 'ARC' +5, 816, 'ALI', 'ABY' +5, 817, 'ABY', 'ALI' +5, 866, 'AND', 'ALE' +5, 867, 'ALE', 'AND' +5, 894, 'ALS', 'KQA' +5, 895, 'KQA', 'ALS' +5, 902, 'AFO', 'WKK' +5, 903, 'WKK', 'AFO' +5, 918, 'ASY', 'QAW' +5, 919, 'QAW', 'ASY' +5, 926, 'DYS', 'AAF' +5, 927, 'AAF', 'DYS' +5, 964, 'AXN', 'AYZ' +5, 965, 'AYZ', 'AXN' +5, 1010, 'RLI', 'LTS' +5, 1011, 'LTS', 'RLI' +5, 1054, 'ANN', 'ATW' +5, 1055, 'ATW', 'ANN' +5, 1088, 'ANV', 'AKO' +5, 1089, 'AKO', 'ANV' +5, 1128, 'ANB', 'ASY' +5, 1129, 'ASY', 'ANB' +5, 1178, 'ANQ', 'ALX' +5, 1179, 'ALX', 'ANQ' +5, 1204, 'AOS', 'AST' +5, 1205, 'AST', 'AOS' +5, 1248, 'ABR', 'ALE' +5, 1249, 'ALE', 'ABR' +5, 1276, 'AMN', 'KQA' +5, 1277, 'KQA', 'AMN' +5, 1324, 'DYS', 'TDW' +5, 1325, 'TDW', 'DYS' +5, 1334, 'CAK', 'AKC' +5, 1335, 'AKC', 'CAK' +6, 4, 'ALX', 'NAB' +6, 5, 'NAB', 'ALX' +6, 28, 'ABQ', 'APG' +6, 29, 'APG', 'ABQ' +6, 50, 'AIB', 'ALZ' +6, 51, 'ALZ', 'AIB' +6, 70, 'AKC', 'AAF' +6, 71, 'AAF', 'AKC' +6, 82, 'ABY', 'ATO' +6, 83, 'ATO', 'ABY' +6, 112, 'NAB', 'AKP' +6, 113, 'AKP', 'NAB' +6, 162, 'NDV', 'AOS' +6, 163, 'AOS', 'NDV' +6, 174, 'ANV', 'ALZ' +6, 175, 'ALZ', 'ANV' +6, 178, 'ABQ', 'ALI' +6, 179, 'ALI', 'ABQ' +6, 210, 'AXG', 'AQY' +6, 211, 'AQY', 'AXG' +6, 250, 'AXX', 'AED' +6, 251, 'AED', 'AXX' +6, 252, 'AXG', 'ANY' +6, 253, 'ANY', 'AXG' +6, 302, 'CAK', 'AIV' +6, 303, 'AIV', 'CAK' +6, 346, 'ARB', 'OTS' +6, 347, 'OTS', 'ARB' +6, 368, 'JLH', 'NAB' +6, 369, 'NAB', 'JLH' +6, 370, 'WKK', 'ADT' +6, 371, 'ADT', 'WKK' +6, 372, 'ATE', 'MMI' +6, 373, 'MMI', 'ATE' +6, 400, 'TDW', 'ABR' +6, 401, 'ABR', 'TDW' +6, 424, 'RFK', 'ALS' +6, 425, 'ALS', 'RFK' +6, 442, 'OTS', 'AXX' +6, 443, 'AXX', 'OTS' +6, 478, 'APG', 'AEL' +6, 479, 'AEL', 'APG' +6, 516, 'KKI', 'AKI' +6, 517, 'AKI', 'KKI' +6, 534, 'QAW', 'ABY' +6, 535, 'ABY', 'QAW' +6, 568, 'ASY', 'AMW' +6, 569, 'AMW', 'ASY' +6, 610, 'ANP', 'AXG' +6, 611, 'AXG', 'ANP' +6, 620, 'AST', 'OTS' +6, 621, 'OTS', 'AST' +6, 658, 'ALM', 'CVO' +6, 659, 'CVO', 'ALM' +6, 670, 'AYZ', 'HMN' +6, 671, 'HMN', 'AYZ' +6, 704, 'KKI', 'WKK' +6, 705, 'WKK', 'KKI' +6, 708, 'ANB', 'ALI' +6, 709, 'ALI', 'ANB' +6, 716, 'AKP', 'AHF' +6, 717, 'AHF', 'AKP' +6, 740, 'HMN', 'AXG' +6, 741, 'AXG', 'HMN' +6, 754, 'AAF', 'ARX' +6, 755, 'ARX', 'AAF' +6, 762, 'AMW', 'ATS' +6, 763, 'ATS', 'AMW' +6, 810, 'AHD', 'DYS' +6, 811, 'DYS', 'AHD' +6, 812, 'ARB', 'CAK' +6, 813, 'CAK', 'ARB' +6, 814, 'ANB', 'NGZ' +6, 815, 'NGZ', 'ANB' +6, 862, 'ANQ', 'AXX' +6, 863, 'AXX', 'ANQ' +6, 906, 'ARC', 'RFK' +6, 907, 'RFK', 'ARC' +6, 932, 'NDV', 'ASY' +6, 933, 'ASY', 'NDV' +6, 950, 'ALE', 'AIB' +6, 951, 'AIB', 'ALE' +6, 970, 'ASE', 'AOS' +6, 971, 'AOS', 'ASE' +6, 1012, 'AXS', 'VJI' +6, 1013, 'VJI', 'AXS' +6, 1020, 'MRI', 'AXG' +6, 1021, 'AXG', 'MRI' +6, 1070, 'ADK', 'ABR' +6, 1071, 'ABR', 'ADK' +6, 1114, 'AEX', 'NDV' +6, 1115, 'NDV', 'AEX' +6, 1132, 'AOS', 'MRI' +6, 1133, 'MRI', 'AOS' +6, 1144, 'ALS', 'AEL' +6, 1145, 'AEL', 'ALS' +6, 1154, 'AIK', 'AIB' +6, 1155, 'AIB', 'AIK' +6, 1194, 'AAF', 'AXG' +6, 1195, 'AXG', 'AAF' +7, 44, 'AKI', 'ABR' +7, 45, 'ABR', 'AKI' +7, 58, 'ASX', 'AST' +7, 59, 'AST', 'ASX' +7, 68, 'EDF', 'AFO' +7, 69, 'AFO', 'EDF' +7, 76, 'ARB', 'ABL' +7, 77, 'ABL', 'ARB' +7, 114, 'ARB', 'ADK' +7, 115, 'ADK', 'ARB' +7, 118, 'AKK', 'ANW' +7, 119, 'ANW', 'AKK' +7, 120, 'AKI', 'ALX' +7, 121, 'ALX', 'AKI' +7, 122, 'KKI', 'ANN' +7, 123, 'ANN', 'KKI' +7, 152, 'AXG', 'MRI' +7, 153, 'MRI', 'AXG' +7, 188, 'AND', 'ALZ' +7, 189, 'ALZ', 'AND' +7, 230, 'NGZ', 'ABY' +7, 231, 'ABY', 'NGZ' +7, 250, 'AXS', 'ATS' +7, 251, 'ATS', 'AXS' +7, 294, 'AET', 'AKP' +7, 295, 'AKP', 'AET' +7, 312, 'AIV', 'ALE' +7, 313, 'ALE', 'AIV' +7, 316, 'AST', 'AKI' +7, 317, 'AKI', 'AST' +7, 336, 'AXG', 'AUK' +7, 337, 'AUK', 'AXG' +7, 370, 'QAW', 'ATW' +7, 371, 'ATW', 'QAW' +7, 398, 'JLH', 'AET' +7, 399, 'AET', 'JLH' +7, 408, 'AMN', 'ADG' +7, 409, 'ADG', 'AMN' +7, 454, 'KQA', 'ADK' +7, 455, 'ADK', 'KQA' +7, 484, 'ALX', 'AKK' +7, 485, 'AKK', 'ALX' +7, 492, 'OTS', 'NAB' +7, 493, 'NAB', 'OTS' +7, 542, 'WKK', 'ANC' +7, 543, 'ANC', 'WKK' +7, 560, 'ATW', 'ASE' +7, 561, 'ASE', 'ATW' +7, 570, 'OTS', 'ADG' +7, 571, 'ADG', 'OTS' +7, 614, 'AIA', 'AMW' +7, 615, 'AMW', 'AIA' +7, 662, 'ATS', 'AKO' +7, 663, 'AKO', 'ATS' +7, 670, 'ANA', 'ADR' +7, 671, 'ADR', 'ANA' +7, 714, 'ARC', 'ALM' +7, 715, 'ALM', 'ARC' +7, 720, 'AED', 'KQA' +7, 721, 'KQA', 'AED' +7, 722, 'AST', 'CAK' +7, 723, 'CAK', 'AST' +7, 736, 'ARX', 'ABY' +7, 737, 'ABY', 'ARX' +7, 754, 'ABR', 'MMI' +7, 755, 'MMI', 'ABR' +7, 792, 'AIA', 'NGZ' +7, 793, 'NGZ', 'AIA' +7, 812, 'AND', 'AXN' +7, 813, 'AXN', 'AND' +7, 818, 'AXN', 'AEX' +7, 819, 'AEX', 'AXN' +7, 844, 'MMI', 'AOS' +7, 845, 'AOS', 'MMI' +7, 854, 'KQA', 'APN' +7, 855, 'APN', 'KQA' +7, 856, 'LTS', 'TDW' +7, 857, 'TDW', 'LTS' +7, 898, 'AYZ', 'MRI' +7, 899, 'MRI', 'AYZ' +7, 942, 'AKP', 'AIB' +7, 943, 'AIB', 'AKP' +7, 948, 'AKK', 'OTS' +7, 949, 'OTS', 'AKK' +7, 980, 'AUK', 'AIA' +7, 981, 'AIA', 'AUK' +7, 1030, 'AED', 'AXS' +7, 1031, 'AXS', 'AED' +7, 1070, 'AET', 'ARB' +7, 1071, 'ARB', 'AET' +7, 1080, 'AHF', 'AGN' +7, 1081, 'AGN', 'AHF' +7, 1096, 'ABI', 'EDF' +7, 1097, 'EDF', 'ABI' +7, 1118, 'MMI', 'AKI' +7, 1119, 'AKI', 'MMI' +7, 1126, 'AKI', 'ESF' +7, 1127, 'ESF', 'AKI' +7, 1138, 'VJI', 'ESF' +7, 1139, 'ESF', 'VJI' +8, 42, 'ABY', 'ALM' +8, 43, 'ALM', 'ABY' +8, 88, 'KQA', 'AMW' +8, 89, 'AMW', 'KQA' +8, 132, 'AKK', 'AIK' +8, 133, 'AIK', 'AKK' +8, 170, 'LTS', 'EDF' +8, 171, 'EDF', 'LTS' +8, 174, 'DYS', 'ABQ' +8, 175, 'ABQ', 'DYS' +8, 210, 'CAK', 'ANP' +8, 211, 'ANP', 'CAK' +8, 246, 'AIK', 'AST' +8, 247, 'AST', 'AIK' +8, 292, 'QAW', 'DYS' +8, 293, 'DYS', 'QAW' +8, 336, 'KKI', 'ALE' +8, 337, 'ALE', 'KKI' +8, 372, 'AHF', 'AKC' +8, 373, 'AKC', 'AHF' +8, 420, 'AKP', 'ADT' +8, 421, 'ADT', 'AKP' +8, 468, 'HMN', 'AGN' +8, 469, 'AGN', 'HMN' +8, 512, 'ABQ', 'ADK' +8, 513, 'ADK', 'ABQ' +8, 536, 'AKC', 'ANV' +8, 537, 'ANV', 'AKC' +8, 542, 'ABQ', 'NGZ' +8, 543, 'NGZ', 'ABQ' +8, 576, 'AIV', 'AMA' +8, 577, 'AMA', 'AIV' +8, 588, 'AEX', 'AXN' +8, 589, 'AXN', 'AEX' +8, 604, 'ASY', 'ASE' +8, 605, 'ASE', 'ASY' +8, 640, 'ABQ', 'AOS' +8, 641, 'AOS', 'ABQ' +8, 652, 'AHF', 'AHD' +8, 653, 'AHD', 'AHF' +8, 670, 'ASY', 'CVO' +8, 671, 'CVO', 'ASY' +8, 714, 'JLH', 'AAF' +8, 715, 'AAF', 'JLH' +8, 726, 'ACV', 'ASY' +8, 727, 'ASY', 'ACV' +8, 736, 'ACV', 'ABQ' +8, 737, 'ABQ', 'ACV' +8, 752, 'AEL', 'ATE' +8, 753, 'ATE', 'AEL' +8, 792, 'ANY', 'ANP' +8, 793, 'ANP', 'ANY' +8, 832, 'AAF', 'MMI' +8, 833, 'MMI', 'AAF' +8, 836, 'APN', 'ALB' +8, 837, 'ALB', 'APN' +8, 872, 'ABY', 'CAK' +8, 873, 'CAK', 'ABY' +8, 908, 'MMI', 'ABR' +8, 909, 'ABR', 'MMI' +8, 956, 'ADK', 'AQY' +8, 957, 'AQY', 'ADK' +8, 994, 'ABY', 'AXB' +8, 995, 'AXB', 'ABY' +8, 1038, 'EDF', 'ARX' +8, 1039, 'ARX', 'EDF' +8, 1050, 'RFK', 'CVO' +8, 1051, 'CVO', 'RFK' +8, 1086, 'EDF', 'AFO' +8, 1087, 'AFO', 'EDF' +8, 1096, 'ANP', 'NAB' +8, 1097, 'NAB', 'ANP' +8, 1138, 'DYS', 'AAF' +8, 1139, 'AAF', 'DYS' +8, 1182, 'AKI', 'ARC' +8, 1183, 'ARC', 'AKI' +8, 1232, 'NDV', 'AKI' +8, 1233, 'AKI', 'NDV' +8, 1278, 'ANB', 'ANP' +8, 1279, 'ANP', 'ANB' +8, 1280, 'ATO', 'AET' +8, 1281, 'AET', 'ATO' +8, 1308, 'ADG', 'ALS' +8, 1309, 'ALS', 'ADG' +8, 1346, 'AND', 'ESF' +8, 1347, 'ESF', 'AND' +8, 1348, 'ANI', 'AHF' +8, 1349, 'AHF', 'ANI' +8, 1376, 'WKK', 'ASE' +8, 1377, 'ASE', 'WKK' +8, 1418, 'AEL', 'ATS' +8, 1419, 'ATS', 'AEL' +8, 1420, 'ALM', 'ANV' +8, 1421, 'ANV', 'ALM' +8, 1468, 'AID', 'JLH' +8, 1469, 'JLH', 'AID' +8, 1490, 'ANB', 'JLH' +8, 1491, 'JLH', 'ANB' +8, 1534, 'AMN', 'CAK' +8, 1535, 'CAK', 'AMN' +9, 12, 'ACV', 'ATW' +9, 13, 'ATW', 'ACV' +9, 62, 'AYZ', 'ANI' +9, 63, 'ANI', 'AYZ' +9, 78, 'ASE', 'JLH' +9, 79, 'JLH', 'ASE' +9, 84, 'ACV', 'AKI' +9, 85, 'AKI', 'ACV' +9, 120, 'ABI', 'AMA' +9, 121, 'AMA', 'ABI' +9, 158, 'AKO', 'AQY' +9, 159, 'AQY', 'AKO' +9, 178, 'QAW', 'VJI' +9, 179, 'VJI', 'QAW' +9, 224, 'ASY', 'AHF' +9, 225, 'AHF', 'ASY' +9, 230, 'ANY', 'ABQ' +9, 231, 'ABQ', 'ANY' +9, 270, 'ARC', 'VJI' +9, 271, 'VJI', 'ARC' +9, 278, 'AHH', 'AST' +9, 279, 'AST', 'AHH' +9, 312, 'AXG', 'ALN' +9, 313, 'ALN', 'AXG' +9, 342, 'ALB', 'ANC' +9, 343, 'ANC', 'ALB' +9, 384, 'ANV', 'ANQ' +9, 385, 'ANQ', 'ANV' +9, 390, 'DYS', 'AIV' +9, 391, 'AIV', 'DYS' +9, 422, 'AIA', 'VJI' +9, 423, 'VJI', 'AIA' +9, 468, 'HMN', 'AHD' +9, 469, 'AHD', 'HMN' +9, 486, 'AET', 'AMA' +9, 487, 'AMA', 'AET' +9, 536, 'CAK', 'AMA' +9, 537, 'AMA', 'CAK' +9, 580, 'ADM', 'ANI' +9, 581, 'ANI', 'ADM' +9, 616, 'HMN', 'AND' +9, 617, 'AND', 'HMN' +9, 622, 'AED', 'KKI' +9, 623, 'KKI', 'AED' +9, 628, 'ANI', 'ADT' +9, 629, 'ADT', 'ANI' +9, 634, 'AKI', 'ATW' +9, 635, 'ATW', 'AKI' +9, 646, 'ARX', 'AHF' +9, 647, 'AHF', 'ARX' +9, 654, 'ATS', 'DYS' +9, 655, 'DYS', 'ATS' +9, 680, 'ABY', 'AGN' +9, 681, 'AGN', 'ABY' +9, 692, 'AIK', 'CVO' +9, 693, 'CVO', 'AIK' +9, 722, 'ANP', 'ANB' +9, 723, 'ANB', 'ANP' +9, 746, 'WKK', 'ESF' +9, 747, 'ESF', 'WKK' +9, 748, 'ATS', 'RLI' +9, 749, 'RLI', 'ATS' +9, 780, 'JLH', 'ANV' +9, 781, 'ANV', 'JLH' +9, 828, 'ADG', 'HMN' +9, 829, 'HMN', 'ADG' +9, 876, 'ALM', 'AIV' +9, 877, 'AIV', 'ALM' +9, 882, 'ADT', 'ALZ' +9, 883, 'ALZ', 'ADT' +9, 892, 'WKK', 'ANV' +9, 893, 'ANV', 'WKK' +9, 894, 'AAF', 'AHT' +9, 895, 'AHT', 'AAF' +9, 942, 'ABI', 'MMI' +9, 943, 'MMI', 'ABI' +9, 968, 'CAK', 'ALN' +9, 969, 'ALN', 'CAK' +9, 1006, 'AET', 'ANV' +9, 1007, 'ANV', 'AET' +9, 1026, 'AEL', 'MRI' +9, 1027, 'MRI', 'AEL' +9, 1044, 'AQY', 'NGZ' +9, 1045, 'NGZ', 'AQY' +9, 1060, 'AST', 'ADK' +9, 1061, 'ADK', 'AST' +9, 1090, 'CVO', 'HMN' +9, 1091, 'HMN', 'CVO' +9, 1114, 'LTS', 'ABI' +9, 1115, 'ABI', 'LTS' +9, 1150, 'ASE', 'VJI' +9, 1151, 'VJI', 'ASE' +9, 1188, 'AHF', 'OTS' +9, 1189, 'OTS', 'AHF' +9, 1228, 'ALN', 'ALZ' +9, 1229, 'ALZ', 'ALN' +9, 1260, 'AEX', 'ARC' +9, 1261, 'ARC', 'AEX' +9, 1286, 'ALE', 'JLH' +9, 1287, 'JLH', 'ALE' +10, 6, 'TDW', 'AXN' +10, 7, 'AXN', 'TDW' +10, 54, 'KQA', 'AHF' +10, 55, 'AHF', 'KQA' +10, 66, 'DYS', 'ADT' +10, 67, 'ADT', 'DYS' +10, 98, 'MRI', 'ANA' +10, 99, 'ANA', 'MRI' +10, 144, 'AXN', 'RFK' +10, 145, 'RFK', 'AXN' +10, 174, 'AED', 'AMA' +10, 175, 'AMA', 'AED' +10, 218, 'AKO', 'ANN' +10, 219, 'ANN', 'AKO' +10, 224, 'ANI', 'AIV' +10, 225, 'AIV', 'ANI' +10, 264, 'AIA', 'ABI' +10, 265, 'ABI', 'AIA' +10, 310, 'QAW', 'ANP' +10, 311, 'ANP', 'QAW' +10, 336, 'ARC', 'ADR' +10, 337, 'ADR', 'ARC' +10, 352, 'AYZ', 'QAW' +10, 353, 'QAW', 'AYZ' +10, 382, 'APG', 'ALE' +10, 383, 'ALE', 'APG' +10, 408, 'ANQ', 'AUK' +10, 409, 'AUK', 'ANQ' +10, 430, 'ADR', 'CAK' +10, 431, 'CAK', 'ADR' +10, 468, 'AAF', 'APV' +10, 469, 'APV', 'AAF' +10, 512, 'CVO', 'ESF' +10, 513, 'ESF', 'CVO' +10, 562, 'ANW', 'ATE' +10, 563, 'ATE', 'ANW' +10, 600, 'ABQ', 'AKI' +10, 601, 'AKI', 'ABQ' +10, 602, 'AKK', 'ADK' +10, 603, 'ADK', 'AKK' +10, 646, 'ARB', 'ASE' +10, 647, 'ASE', 'ARB' +10, 650, 'ANQ', 'AEX' +10, 651, 'AEX', 'ANQ' +10, 700, 'ANC', 'AKI' +10, 701, 'AKI', 'ANC' +10, 736, 'QAW', 'AMN' +10, 737, 'AMN', 'QAW' +10, 784, 'NGZ', 'NAB' +10, 785, 'NAB', 'NGZ' +10, 820, 'AHN', 'ACV' +10, 821, 'ACV', 'AHN' +10, 826, 'AHH', 'ARB' +10, 827, 'ARB', 'AHH' +10, 858, 'VJI', 'ALB' +10, 859, 'ALB', 'VJI' +10, 890, 'AYZ', 'AXG' +10, 891, 'AXG', 'AYZ' +10, 928, 'ANB', 'AHD' +10, 929, 'AHD', 'ANB' +10, 934, 'ABI', 'AKP' +10, 935, 'AKP', 'ABI' +10, 982, 'ANP', 'ATE' +10, 983, 'ATE', 'ANP' +10, 1000, 'AHN', 'ANN' +10, 1001, 'ANN', 'AHN' +10, 1040, 'AIB', 'MRI' +10, 1041, 'MRI', 'AIB' +10, 1070, 'ANN', 'ARC' +10, 1071, 'ARC', 'ANN' +10, 1116, 'ANI', 'AFO' +10, 1117, 'AFO', 'ANI' +10, 1128, 'ABI', 'AMN' +10, 1129, 'AMN', 'ABI' +10, 1136, 'ABL', 'ABI' +10, 1137, 'ABI', 'ABL' +10, 1144, 'AKK', 'CAK' +10, 1145, 'CAK', 'AKK' +10, 1172, 'APG', 'AKC' +10, 1173, 'AKC', 'APG' +10, 1182, 'ATW', 'ALZ' +10, 1183, 'ALZ', 'ATW' +10, 1210, 'ANY', 'ALB' +10, 1211, 'ALB', 'ANY' +10, 1256, 'AED', 'ADM' +10, 1257, 'ADM', 'AED' +10, 1298, 'ATS', 'ALS' +10, 1299, 'ALS', 'ATS' +10, 1314, 'AIV', 'AHF' +10, 1315, 'AHF', 'AIV' +10, 1330, 'ALM', 'NGZ' +10, 1331, 'NGZ', 'ALM' +10, 1356, 'AMA', 'ATW' +10, 1357, 'ATW', 'AMA' +10, 1390, 'ADG', 'ABL' +10, 1391, 'ABL', 'ADG' +10, 1426, 'JLH', 'ABL' +10, 1427, 'ABL', 'JLH' +10, 1476, 'AIV', 'ALE' +10, 1477, 'ALE', 'AIV' +11, 14, 'AGN', 'ANP' +11, 15, 'ANP', 'AGN' +11, 58, 'AKK', 'TDW' +11, 59, 'TDW', 'AKK' +11, 80, 'AET', 'AXB' +11, 81, 'AXB', 'AET' +11, 88, 'ANY', 'AQY' +11, 89, 'AQY', 'ANY' +11, 110, 'AXS', 'AMW' +11, 111, 'AMW', 'AXS' +11, 134, 'NDV', 'ADG' +11, 135, 'ADG', 'NDV' +11, 142, 'AXS', 'APG' +11, 143, 'APG', 'AXS' +11, 158, 'AHT', 'ANV' +11, 159, 'ANV', 'AHT' +11, 200, 'ANC', 'AIK' +11, 201, 'AIK', 'ANC' +11, 204, 'AIK', 'AXN' +11, 205, 'AXN', 'AIK' +11, 240, 'ARC', 'AXG' +11, 241, 'AXG', 'ARC' +11, 284, 'ABQ', 'WKK' +11, 285, 'WKK', 'ABQ' +11, 296, 'AGN', 'AIV' +11, 297, 'AIV', 'AGN' +11, 302, 'ANY', 'TDW' +11, 303, 'TDW', 'ANY' +11, 330, 'AXG', 'LTS' +11, 331, 'LTS', 'AXG' +11, 378, 'RFK', 'ASY' +11, 379, 'ASY', 'RFK' +11, 400, 'ANA', 'AEL' +11, 401, 'AEL', 'ANA' +11, 436, 'ABQ', 'AND' +11, 437, 'AND', 'ABQ' +11, 470, 'CAK', 'AHT' +11, 471, 'AHT', 'CAK' +11, 504, 'AAF', 'AKO' +11, 505, 'AKO', 'AAF' +11, 512, 'ASY', 'ABR' +11, 513, 'ABR', 'ASY' +11, 524, 'ADK', 'ALM' +11, 525, 'ALM', 'ADK' +11, 566, 'LTS', 'AET' +11, 567, 'AET', 'LTS' +11, 570, 'ANA', 'RLI' +11, 571, 'RLI', 'ANA' +11, 574, 'ADK', 'LTS' +11, 575, 'LTS', 'ADK' +11, 590, 'ANY', 'AAF' +11, 591, 'AAF', 'ANY' +11, 594, 'ANN', 'ANY' +11, 595, 'ANY', 'ANN' +11, 636, 'ALX', 'RLI' +11, 637, 'RLI', 'ALX' +11, 640, 'AND', 'AIA' +11, 641, 'AIA', 'AND' +11, 666, 'AYZ', 'ANC' +11, 667, 'ANC', 'AYZ' +11, 704, 'ADR', 'AKI' +11, 705, 'AKI', 'ADR' +11, 730, 'AUK', 'ALS' +11, 731, 'ALS', 'AUK' +11, 740, 'AXG', 'OTS' +11, 741, 'OTS', 'AXG' +11, 772, 'JLH', 'ADM' +11, 773, 'ADM', 'JLH' +11, 774, 'ALN', 'AKP' +11, 775, 'AKP', 'ALN' +11, 824, 'ABI', 'ANW' +11, 825, 'ANW', 'ABI' +11, 834, 'ATS', 'AXN' +11, 835, 'AXN', 'ATS' +11, 842, 'ABR', 'AXN' +11, 843, 'AXN', 'ABR' +11, 876, 'KQA', 'AXX' +11, 877, 'AXX', 'KQA' +11, 904, 'AKO', 'DYS' +11, 905, 'DYS', 'AKO' +11, 908, 'ANQ', 'ATO' +11, 909, 'ATO', 'ANQ' +11, 954, 'AHH', 'AQY' +11, 955, 'AQY', 'AHH' +11, 986, 'MMI', 'AIB' +11, 987, 'AIB', 'MMI' +11, 1012, 'ABI', 'ALZ' +11, 1013, 'ALZ', 'ABI' +11, 1022, 'CVO', 'NDV' +11, 1023, 'NDV', 'CVO' +11, 1060, 'WKK', 'NAB' +11, 1061, 'NAB', 'WKK' +11, 1078, 'ALZ', 'ADG' +11, 1079, 'ADG', 'ALZ' +11, 1112, 'ARB', 'CVO' +11, 1113, 'CVO', 'ARB' +11, 1136, 'AEX', 'AHF' +11, 1137, 'AHF', 'AEX' +11, 1178, 'KQA', 'AFO' +11, 1179, 'AFO', 'KQA' +12, 42, 'AID', 'ADK' +12, 43, 'ADK', 'AID' +12, 80, 'AKK', 'APV' +12, 81, 'APV', 'AKK' +12, 120, 'ASY', 'ADK' +12, 121, 'ADK', 'ASY' +12, 156, 'ABY', 'ESF' +12, 157, 'ESF', 'ABY' +12, 206, 'ARB', 'AIV' +12, 207, 'AIV', 'ARB' +12, 208, 'AHN', 'AHD' +12, 209, 'AHD', 'AHN' +12, 234, 'EDF', 'AKK' +12, 235, 'AKK', 'EDF' +12, 264, 'AMW', 'AKI' +12, 265, 'AKI', 'AMW' +12, 284, 'ADM', 'RLI' +12, 285, 'RLI', 'ADM' +12, 312, 'TDW', 'ANC' +12, 313, 'ANC', 'TDW' +12, 326, 'ATO', 'AOS' +12, 327, 'AOS', 'ATO' +12, 368, 'LTS', 'ANB' +12, 369, 'ANB', 'LTS' +12, 402, 'ATW', 'ANP' +12, 403, 'ANP', 'ATW' +12, 424, 'RLI', 'ABY' +12, 425, 'ABY', 'RLI' +12, 450, 'ALB', 'HMN' +12, 451, 'HMN', 'ALB' +12, 490, 'AIA', 'NAB' +12, 491, 'NAB', 'AIA' +12, 540, 'AHT', 'AMW' +12, 541, 'AMW', 'AHT' +12, 584, 'ALZ', 'ASE' +12, 585, 'ASE', 'ALZ' +12, 614, 'QAW', 'ADT' +12, 615, 'ADT', 'QAW' +12, 650, 'CAK', 'AXN' +12, 651, 'AXN', 'CAK' +12, 690, 'AEX', 'ANI' +12, 691, 'ANI', 'AEX' +12, 728, 'ADM', 'KKI' +12, 729, 'KKI', 'ADM' +12, 748, 'AAF', 'ALS' +12, 749, 'ALS', 'AAF' +12, 766, 'RLI', 'AND' +12, 767, 'AND', 'RLI' +12, 778, 'ABY', 'AQY' +12, 779, 'AQY', 'ABY' +12, 820, 'ALN', 'ANW' +12, 821, 'ANW', 'ALN' +12, 834, 'ABI', 'AIV' +12, 835, 'AIV', 'ABI' +12, 850, 'ARC', 'AET' +12, 851, 'AET', 'ARC' +12, 890, 'ATO', 'ALS' +12, 891, 'ALS', 'ATO' +12, 924, 'ANB', 'KKI' +12, 925, 'KKI', 'ANB' +12, 946, 'AXG', 'AKK' +12, 947, 'AKK', 'AXG' +12, 956, 'AKO', 'ABL' +12, 957, 'ABL', 'AKO' +12, 970, 'AST', 'ADM' +12, 971, 'ADM', 'AST' +12, 1004, 'CAK', 'LTS' +12, 1005, 'LTS', 'CAK' +12, 1022, 'AKI', 'AHN' +12, 1023, 'AHN', 'AKI' +12, 1056, 'ALN', 'ADR' +12, 1057, 'ADR', 'ALN' +12, 1106, 'RLI', 'AIB' +12, 1107, 'AIB', 'RLI' +12, 1120, 'JLH', 'AHF' +12, 1121, 'AHF', 'JLH' +12, 1126, 'RLI', 'ABY' +12, 1127, 'ABY', 'RLI' +12, 1172, 'AMA', 'ARX' +12, 1173, 'ARX', 'AMA' +12, 1204, 'ARB', 'ADM' +12, 1205, 'ADM', 'ARB' +12, 1230, 'ANC', 'CVO' +12, 1231, 'CVO', 'ANC' +12, 1244, 'ANP', 'ANY' +12, 1245, 'ANY', 'ANP' +12, 1252, 'WKK', 'ANN' +12, 1253, 'ANN', 'WKK' +12, 1254, 'AIB', 'ANV' +12, 1255, 'ANV', 'AIB' +12, 1280, 'AEX', 'ARX' +12, 1281, 'ARX', 'AEX' +12, 1300, 'AMA', 'AFO' +12, 1301, 'AFO', 'AMA' +12, 1334, 'ADT', 'AKK' +12, 1335, 'AKK', 'ADT' +12, 1364, 'AMW', 'ANN' +12, 1365, 'ANN', 'AMW' +12, 1376, 'ALE', 'LTS' +12, 1377, 'LTS', 'ALE' diff --git a/test_database/flight_2/flight_2.json b/test_database/flight_2/flight_2.json new file mode 100644 index 0000000000000000000000000000000000000000..34af28a4695418b147b6a0dca09fc32aacbf4cce --- /dev/null +++ b/test_database/flight_2/flight_2.json @@ -0,0 +1,121 @@ +[ + { + "col_data": [ + { + "column_name": "uid", + "data_type": "INTEGER", + "default_column_name": "uid", + "default_value": null, + "not_null": 0, + "primary_key": 1 + }, + { + "column_name": "Airline", + "data_type": "TEXT", + "default_column_name": "Airline", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Abbreviation", + "data_type": "TEXT", + "default_column_name": "Abbreviation", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Country", + "data_type": "TEXT", + "default_column_name": "Country", + "default_value": null, + "not_null": 0, + "primary_key": 0 + } + ], + "table": "airlines" + }, + { + "col_data": [ + { + "column_name": "City", + "data_type": "TEXT", + "default_column_name": "City", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "AirportCode", + "data_type": "TEXT", + "default_column_name": "AirportCode", + "default_value": null, + "not_null": 0, + "primary_key": 1 + }, + { + "column_name": "AirportName", + "data_type": "TEXT", + "default_column_name": "AirportName", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Country", + "data_type": "TEXT", + "default_column_name": "Country", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "CountryAbbrev", + "data_type": "TEXT", + "default_column_name": "CountryAbbrev", + "default_value": null, + "not_null": 0, + "primary_key": 0 + } + ], + "table": "airports100" + }, + { + "col_data": [ + { + "column_name": "Airline", + "data_type": "INTEGER", + "default_column_name": "Airline", + "default_value": null, + "not_null": 0, + "primary_key": 1 + }, + { + "column_name": "FlightNo", + "data_type": "INTEGER", + "default_column_name": "FlightNo", + "default_value": null, + "not_null": 0, + "primary_key": 2 + }, + { + "column_name": "SourceAirport", + "data_type": "TEXT", + "default_column_name": "SourceAirport", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "DestAirport", + "data_type": "TEXT", + "default_column_name": "DestAirport", + "default_value": null, + "not_null": 0, + "primary_key": 0 + } + ], + "table": "flights" + } +] \ No newline at end of file diff --git a/test_database/flight_2/flight_2.sql b/test_database/flight_2/flight_2.sql new file mode 100644 index 0000000000000000000000000000000000000000..07b4a50b928fa24cdd20eddf0144a5e41668a139 --- /dev/null +++ b/test_database/flight_2/flight_2.sql @@ -0,0 +1,22 @@ +CREATE TABLE 'airlines' ( + uid INTEGER PRIMARY KEY, + Airline TEXT, + Abbreviation TEXT, + Country TEXT +); +CREATE TABLE 'airports' ( + City TEXT, + AirportCode TEXT PRIMARY KEY, + AirportName TEXT, + Country TEXT, + CountryAbbrev TEXT +); +CREATE TABLE 'flights' ( + Airline INTEGER, + FlightNo INTEGER, + SourceAirport TEXT, + DestAirport TEXT, + PRIMARY KEY(Airline, FlightNo), + FOREIGN KEY (SourceAirport) REFERENCES airports(AirportCode), + FOREIGN KEY (DestAirport) REFERENCES airports(AirportCode) +); diff --git a/test_database/flight_2/flight_2.sqlite b/test_database/flight_2/flight_2.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..657a06136e3968d08b18543009765b7a67c787f0 Binary files /dev/null and b/test_database/flight_2/flight_2.sqlite differ diff --git a/test_database/flight_2/link.txt b/test_database/flight_2/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..94c167197fe075c59a0eb4db5c0ce5bf25f766e7 --- /dev/null +++ b/test_database/flight_2/link.txt @@ -0,0 +1 @@ +http://users.csc.calpoly.edu/~dekhtyar/365-Spring2017/index.html \ No newline at end of file diff --git a/test_database/flight_2/q.txt b/test_database/flight_2/q.txt new file mode 100644 index 0000000000000000000000000000000000000000..4727e771616e715aea6612cb14326eef28eabc51 --- /dev/null +++ b/test_database/flight_2/q.txt @@ -0,0 +1,15 @@ +Find all airlines that have at least one flight out of AXX airport. Report the full name and the abbreviation of each airline + +Find all destinations served from the AXX airport by Northwest. Re- port flight number, airport code and the full name of the airport. + +Find all airports served by ALL five of the airlines listed below: Delta, Frontier, USAir, UAL and Southwest. Report just the airport codes. + +Find all airports that are served by at least three Southwest flights. Report just the three-letter codes of the airports + +Find the number of airports from which airport ANP can be reached with exactly one transfer. + +Find the number of airports from which airport ATE can be reached with at most one transfer. (make sure to exclude ATE itself from the count). Report just the number. + +Find all airports with exactly 17 outgoing flights. Report airport code and the full name of the airport + +For each room report the total revenue for all stays and the average revenue per stay generated by stays in the room that originated in the months of September diff --git a/test_database/flight_4/flight_4.sqlite b/test_database/flight_4/flight_4.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..de6b0fc3c63ade01c428721b1aaa5bb8e41556b0 --- /dev/null +++ b/test_database/flight_4/flight_4.sqlite @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4885150ab97173411aee5b73009ac2a28ce1748ce1218331608b939d9d54330e +size 3129344 diff --git a/test_database/flight_4/link.txt b/test_database/flight_4/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0cb6cda09681e9706e018f6bb8c46480b85add1 --- /dev/null +++ b/test_database/flight_4/link.txt @@ -0,0 +1 @@ +https://psfotis.github.io/sqlseminar/exercises/ diff --git a/test_database/flight_4/sql.txt b/test_database/flight_4/sql.txt new file mode 100644 index 0000000000000000000000000000000000000000..d0cb6cda09681e9706e018f6bb8c46480b85add1 --- /dev/null +++ b/test_database/flight_4/sql.txt @@ -0,0 +1 @@ +https://psfotis.github.io/sqlseminar/exercises/ diff --git a/test_database/flight_company/flight_company.sqlite b/test_database/flight_company/flight_company.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..9d85c1d7a97e8822f743dd41268efd71c0b53300 Binary files /dev/null and b/test_database/flight_company/flight_company.sqlite differ diff --git a/test_database/flight_company/schema.sql b/test_database/flight_company/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..1a3ca17276eb3678d351da7cf319a4401ef3992b --- /dev/null +++ b/test_database/flight_company/schema.sql @@ -0,0 +1,82 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "airport" ( +"id" int, +"City" text, +"Country" text, +"IATA" text, +"ICAO" text, +"name" text, +primary key("id") +); + + +CREATE TABLE "operate_company" ( +"id" int, +"name" text, +"Type" text, +"Principal_activities" text, +"Incorporated_in" text, +"Group_Equity_Shareholding" real, +primary key ("id") +); + +CREATE TABLE "flight" ( +"id" int, +"Vehicle_Flight_number" text, +"Date" text, +"Pilot" text, +"Velocity" real, +"Altitude" real, +"airport_id" int, +"company_id" int, +primary key ("id"), +foreign key ("airport_id") references `airport`("id"), +foreign key ("company_id") references `operate_company`("id") +); + + + +INSERT INTO "airport" VALUES (1,"Akureyri","Iceland","AEY","BIAR","Akureyri Airport"); +INSERT INTO "airport" VALUES (2,"Amsterdam","Netherlands","AMS","EHAM","Schiphol Airport"); +INSERT INTO "airport" VALUES (3,"Anchorage","United States","ANC","PANC","Ted Stevens Airport"); +INSERT INTO "airport" VALUES (4,"Baltimore","United States","BWI","KBWI","Baltimore-Washington Airport"); +INSERT INTO "airport" VALUES (5,"Barcelona","Spain","BCN","LEBL","El Prat Airport"); +INSERT INTO "airport" VALUES (6,"Bergen","Norway","BGO","ENBR","Bergen Airport"); +INSERT INTO "airport" VALUES (7,"Billund","Denmark","BLL","EKBI","Billund Airport"); +INSERT INTO "airport" VALUES (8,"Boston","United States","BOS","KBOS","Logan International Airport"); +INSERT INTO "airport" VALUES (9,"Brussels","Belgium","BRU","EBBR","National Airport"); + + + + +INSERT INTO "operate_company" VALUES (1, "Air China","Corporate","Airline","China","18.77"); +INSERT INTO "operate_company" VALUES (2, "Air China Cargo","Joint Venture","Cargo airline","China","49"); +INSERT INTO "operate_company" VALUES (3, "Air Hong Kong","Joint Venture","Cargo airline","Hong Kong","60"); +INSERT INTO "operate_company" VALUES (4, "Dragonair","Subsidiary","Airline","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (5, "Cathay Pacific Cargo","Subsidiary","Cargo airline","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (6, "Cathay Pacific Catering Services (HK) Limited","Subsidiary","Catering services","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (7, "Cathay Pacific Services Limited","Subsidiary","Cargo","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (8, "Cathay Pacific Holidays","Subsidiary","Travel agency","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (9, "Dragonair Holidays","Subsidiary","Travel agency","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (10, "Hong Kong Airport Services","Subsidiary","Ground handling","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (11, "Vogue Laundry Service Limited","Subsidiary","Laundry","Hong Kong","100"); +INSERT INTO "operate_company" VALUES (12, "China Pacific Laundry Services","Joint Venture","Laundry","Taiwan","45"); +INSERT INTO "operate_company" VALUES (13, "VN/CX Catering Services Limited","Joint Venture","Catering services","Vietnam","40"); +INSERT INTO "operate_company" VALUES (14, "CLS Catering Services Limited","Joint Venture","Catering services","Canada","30"); + + +INSERT INTO "flight" VALUES (1,"M2-F1 #0","March 1, 1963","Thompson","135","0", 1,2); +INSERT INTO "flight" VALUES (2,"M2-F1 #1","August 16, 1963","Thompson","240","3650",2,3); +INSERT INTO "flight" VALUES (3,"M2-F1 #6","September 3, 1963","Thompson","240","3650",2,4); +INSERT INTO "flight" VALUES (4,"M2-F1 #13","October 25, 1963","Thompson","240","3650",3,4); +INSERT INTO "flight" VALUES (5,"M2-F1 #14","November 8, 1963","Thompson","240","3650",4,5); +INSERT INTO "flight" VALUES (6,"M2-F1 #21","January 29, 1964","Thompson","240","3650",4,6); +INSERT INTO "flight" VALUES (7,"M2-F1 #33","March 30, 1964","Peterson","240","3650",5,11); +INSERT INTO "flight" VALUES (8,"M2-F1 #39","May 19, 1964","Peterson","240","3650",2,13); +INSERT INTO "flight" VALUES (9,"M2-F1 #61","July 16, 1965","Thompson","240","3650",6,11); +INSERT INTO "flight" VALUES (10,"M2-F1 #64","August 30, 1965","Thompson","240","3650",9,1); +INSERT INTO "flight" VALUES (11,"M2-F1 #70","October 8, 1965","Thompson","240","3650",4,5); +INSERT INTO "flight" VALUES (12,"M2-F1 #71","March 28, 1966","Thompson","240","3650",6,7); +INSERT INTO "flight" VALUES (13,"M2-F1 #73","August 4, 1966","Peterson","240","3650",8,9); + diff --git a/test_database/game_injury/game_injury.sqlite b/test_database/game_injury/game_injury.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..6666c000343d0ed555e231d648803c0e8dcdd75c Binary files /dev/null and b/test_database/game_injury/game_injury.sqlite differ diff --git a/test_database/game_injury/schema.sql b/test_database/game_injury/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..5c99445ab562d29537df9168cc97e8161d0a5242 --- /dev/null +++ b/test_database/game_injury/schema.sql @@ -0,0 +1,91 @@ +PRAGMA foreign_keys = ON; + + +CREATE TABLE "stadium" ( +"id" int, +"name" text, +"Home_Games" int, +"Average_Attendance" real, +"Total_Attendance" real, +"Capacity_Percentage" real, +primary key ("id") +); + +CREATE TABLE "game" ( +"stadium_id" int, +"id" int, +"Season" int, +"Date" text, +"Home_team" text, +"Away_team" text, +"Score" text, +"Competition" text, +primary key ("id"), +foreign key ("stadium_id") references `stadium`("id") +); + +CREATE TABLE "injury_accident" ( +"game_id" int, +"id" int, +"Player" text, +"Injury" text, +"Number_of_matches" text, +"Source" text, +primary key ("id"), +foreign key ("game_id") references `game`("id") +); + + +INSERT INTO "stadium" VALUES (1,"Cowboys Stadium","8","87047","696377","108.8"); +INSERT INTO "stadium" VALUES (2,"FedExField","8","83172","665380","90.7"); +INSERT INTO "stadium" VALUES (3,"New Meadowlands Stadium","8","79019","632156","95.8"); +INSERT INTO "stadium" VALUES (4,"New Meadowlands Stadium","8","78596","628768","95.3"); +INSERT INTO "stadium" VALUES (5,"Invesco Field at Mile High","8","74908","599264","98.4"); +INSERT INTO "stadium" VALUES (6,"Bank of America Stadium","8","72620","580965","98.4"); +INSERT INTO "stadium" VALUES (7,"M&T Bank Stadium","8","71227","569817","100.3"); +INSERT INTO "stadium" VALUES (8,"Reliant Stadium","8","71080","568643","100.0"); +INSERT INTO "stadium" VALUES (9,"Lambeau Field","8","70795","566362","97.1"); +INSERT INTO "stadium" VALUES (10,"Louisiana Superdome","8","70038","560304","96.0"); +INSERT INTO "stadium" VALUES (11,"Lincoln Financial Field","8","69144","553152","102.3"); +INSERT INTO "stadium" VALUES (12,"LP Field","8","69143","553144","100.0"); +INSERT INTO "stadium" VALUES (13,"Gillette Stadium","8","68756","550048","100.0"); + + + +INSERT INTO "game" VALUES (1,1,"2007","18 May 2007","Quruvchi","Pakhtakor","1–1","League"); +INSERT INTO "game" VALUES (2,2,"2007","22 September 2007","Pakhtakor","Quruvchi","0–0","League"); +INSERT INTO "game" VALUES (3,3,"2007","9 December 2007","Pakhtakor","Quruvchi","0–0 (7:6)","Cup"); +INSERT INTO "game" VALUES (4,4,"2008","10 July 2008","Pakhtakor","Quruvchi","1–1","League"); +INSERT INTO "game" VALUES (5,5,"2008","16 August 2008","Bunyodkor","Pakhtakor","1–1","League"); +INSERT INTO "game" VALUES (6,6,"2008","31 October 2008","Bunyodkor","Pakhtakor","3–1","Cup"); +INSERT INTO "game" VALUES (7,7,"2009","12 July 2009","Bunyodkor","Pakhtakor","2–1","League"); +INSERT INTO "game" VALUES (8,8,"2009","14 October 2009","Pakhtakor","Bunyodkor","0–0","League"); +INSERT INTO "game" VALUES (9,9,"2009","8 August 2009","Pakhtakor","Bunyodkor","1–0","Cup"); +INSERT INTO "game" VALUES (10,10,"2010","14 March 2010","Bunyodkor","Pakhtakor","2–1","League"); +INSERT INTO "game" VALUES (10,11,"2010","31 October 2010","Pakhtakor","Bunyodkor","0–0","League"); +INSERT INTO "game" VALUES (10,12,"2011","7 July 2011","Pakhtakor","Bunyodkor","0–0","League"); +INSERT INTO "game" VALUES (1,13,"2011","21 August 2011","Bunyodkor","Pakhtakor","2–1","League"); +INSERT INTO "game" VALUES (2,14,"2012","11 March 2012","Bunyodkor","Pakhtakor","–","Supercup"); +INSERT INTO "game" VALUES (3,15,"2012","26 June 2012","Bunyodkor","Pakhtakor","2–0","League"); +INSERT INTO "game" VALUES (4,16,"2012","9 August 2012","Pakhtakor","Bunyodkor","1–1","League"); +INSERT INTO "game" VALUES (5,17,"2012","22 August 2012","Bunyodkor","Pakhtakor","1–1","Cup"); +INSERT INTO "game" VALUES (11,18,"2012","25 November 2012","Pakhtakor","Bunyodkor","1–3","Cup"); +INSERT INTO "game" VALUES (12,19,"2013","30 June 2013","Pakhtakor","Bunyodkor","0–2","League"); +INSERT INTO "game" VALUES (7,20,"2013","8 August 2013","Bunyodkor","Pakhtakor","1–2","League"); + +INSERT INTO "injury_accident" VALUES (1,1,"Davide Santon","Clean-up surgery on his right knee","12","inter.it"); +INSERT INTO "injury_accident" VALUES (2,2,"Maicon","Knee problem","2","inter.it"); +INSERT INTO "injury_accident" VALUES (3,3,"Dejan Stanković","Hamstring muscle strain in his left thigh","2","inter.it"); +INSERT INTO "injury_accident" VALUES (4,4,"Wesley Sneijder","Foot injury","1","inter.it"); +INSERT INTO "injury_accident" VALUES (5,5,"Diego Milito","Slight thigh strain in right leg","1","inter.it"); +INSERT INTO "injury_accident" VALUES (5,6,"Javier Zanetti","Post-traumatic pneumothrorax","4","inter.it"); +INSERT INTO "injury_accident" VALUES (6,7,"Walter Samuel","Right thigh muscle strain","3","inter.it"); +INSERT INTO "injury_accident" VALUES (6,8,"Thiago Motta","Surgery on his right knee","10","inter.it"); +INSERT INTO "injury_accident" VALUES (6,9,"Goran Pandev","Ankle problem","3","inter.it"); +INSERT INTO "injury_accident" VALUES (8,10,"Iván Córdoba","Sustained a biceps femoris strain in his left leg","1","inter.it"); +INSERT INTO "injury_accident" VALUES (9,11,"Esteban Cambiasso","First-degree strain left hamstring muscles","2","inter.it"); +INSERT INTO "injury_accident" VALUES (10,12,"Dejan Stanković (2)","Right calf strain","4 (6)","inter.it"); +INSERT INTO "injury_accident" VALUES (10,13,"Wesley Sneijder (2)","Fainted during half time","1 (2)","inter.it"); +INSERT INTO "injury_accident" VALUES (11,14,"Esteban Cambiasso (2)","Sustained posterior thigh strains in his left leg","4 (6)","inter.it"); +INSERT INTO "injury_accident" VALUES (12,15,"Thiago Motta (2)","Knee problem","7 (17)","inter.it"); + diff --git a/test_database/gas_company/gas_company.sqlite b/test_database/gas_company/gas_company.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..2ba42b3ccde444b91251b1320b562dc202299886 Binary files /dev/null and b/test_database/gas_company/gas_company.sqlite differ diff --git a/test_database/gas_company/schema.sql b/test_database/gas_company/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..1c40186c4f3623afaa11c9e4c1bb7ba468b20fcb --- /dev/null +++ b/test_database/gas_company/schema.sql @@ -0,0 +1,67 @@ + +PRAGMA foreign_keys = ON; + + +CREATE TABLE "company" ( +"Company_ID" int, +"Rank" int, +"Company" text, +"Headquarters" text, +"Main_Industry" text, +"Sales_billion" real, +"Profits_billion" real, +"Assets_billion" real, +"Market_Value" real, +PRIMARY KEY ("Company_ID") +); + +CREATE TABLE "gas_station" ( +"Station_ID" int, +"Open_Year" int, +"Location" text, +"Manager_Name" text, +"Vice_Manager_Name" text, +"Representative_Name" text, +PRIMARY KEY ("Station_ID") +); + +INSERT INTO "company" VALUES (1,"1","ExxonMobil","USA","Oil and gas","433.5","41.1","331.1","407.4"); +INSERT INTO "company" VALUES (2,"3","General Electric","USA","Conglomerate","147.3","14.2","717.2","213.7"); +INSERT INTO "company" VALUES (3,"4","Royal Dutch Shell","Netherlands","Oil and gas","470.2","30.9","340.5","227.6"); +INSERT INTO "company" VALUES (4,"5","Industrial and Commercial Bank of China","China","Banking","82.6","25.1","2039.1","237.4"); +INSERT INTO "company" VALUES (5,"6","HSBC","UK","Banking","102","16.2","2550","164.3"); +INSERT INTO "company" VALUES (6,"7","PetroChina","China","Oil and gas","310.1","20.6","304.7","294.7"); +INSERT INTO "company" VALUES (7,"8","Berkshire Hathaway","USA","Conglomerate","143.7","10.3","392.6","202.2"); +INSERT INTO "company" VALUES (8,"9","Wells Fargo","USA","Banking","87.6","15.9","1313.9","178.7"); +INSERT INTO "company" VALUES (9,"10","Petrobras","Brazil","Oil and gas","145.9","20.1","319.4","180"); +INSERT INTO "company" VALUES (10,"11","BP","UK","Oil and gas","375.5","25.7","292.5","147.4"); + + +INSERT INTO "gas_station" VALUES (1,"1998","Herne Hill","BrianWingrave","Russell Denman","Clive Burr"); +INSERT INTO "gas_station" VALUES (2,"1999","Channel Hill","SimonMarloe","Russell Brown","Rob Jefferies "); +INSERT INTO "gas_station" VALUES (3,"2000","Reading North","Simon Cope Derek Marloe","James Colin ","Dave Edwards Roger "); +INSERT INTO "gas_station" VALUES (4,"2002","Herne St","Colin Denman","Martin Garnham","Ray Hughes"); +INSERT INTO "gas_station" VALUES (5,"2003","Reading","Colin Denman","Martin Freeman","Andrew Russell"); +INSERT INTO "gas_station" VALUES (6,"2004","Herne Ave","Tom Whit","Simon Gaywood","Tony Gibb"); +INSERT INTO "gas_station" VALUES (7,"2005","Hennry Hill","Bryan Taylor","James Holland-Leader","Simon Gaywood"); +INSERT INTO "gas_station" VALUES (8,"2006","Jane Ave","BryanDenman","James Holland-Leader","Simon Gaywood"); +INSERT INTO "gas_station" VALUES (9,"2007","Maindy Hill","Tony Bristow","JameMarloe","Courtney Rowe"); +INSERT INTO "gas_station" VALUES (10,"2008","Maindy Ave","Luke Rowe","TonyBristow","Chris Pyatt"); +INSERT INTO "gas_station" VALUES (11,"2009","Newport Rd","Jon Rowe","Steve Parsons","Tim Read"); + +CREATE TABLE "station_company" ( +"Station_ID" int, +"Company_ID" int, +"Rank_of_the_Year" int, +PRIMARY KEY ("Station_ID","Company_ID"), +FOREIGN KEY (`Station_ID`) REFERENCES `gas_station`(`Station_ID`), +FOREIGN KEY (`Company_ID`) REFERENCES `company`(`Company_ID`) +); + +INSERT INTO "station_company" VALUES (11,1,1); +INSERT INTO "station_company" VALUES (1,3,2); +INSERT INTO "station_company" VALUES (6,6,3); +INSERT INTO "station_company" VALUES (7,9,4); +INSERT INTO "station_company" VALUES (10,10,9); +INSERT INTO "station_company" VALUES (4,1,13); + diff --git a/test_database/geo/geo.sqlite b/test_database/geo/geo.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..2c1be7fa417e3911fd82d08249c469df9c83662c Binary files /dev/null and b/test_database/geo/geo.sqlite differ diff --git a/test_database/geo/schema.sql b/test_database/geo/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..b705e2e8bc705377ef5d18d7b54ac0a3a6928d3d --- /dev/null +++ b/test_database/geo/schema.sql @@ -0,0 +1,58 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `state` ( + `state_name` text +, `population` integer DEFAULT NULL +, `area` double DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `capital` text +, `density` double DEFAULT NULL +, PRIMARY KEY (`state_name`) +); + +CREATE TABLE `city` ( + `city_name` text +, `population` integer DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `state_name` text +, PRIMARY KEY (`city_name`,`state_name`) +, FOREIGN KEY(`state_name`) REFERENCES `state`(`state_name`) +); +CREATE TABLE `border_info` ( + `state_name` text +, `border` text +, PRIMARY KEY (`border`,`state_name`) +, FOREIGN KEY(`state_name`) REFERENCES `state`(`state_name`) +, FOREIGN KEY(`border`) REFERENCES `state`(`state_name`) +); +CREATE TABLE `highlow` ( + `state_name` text +, `highest_elevation` text +, `lowest_point` text +, `highest_point` text +, `lowest_elevation` text +, PRIMARY KEY (`state_name`) +, FOREIGN KEY(`state_name`) REFERENCES `state`(`state_name`) +); +CREATE TABLE `lake` ( + `lake_name` text +, `area` double DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `state_name` text +); +CREATE TABLE `mountain` ( + `mountain_name` text +, `mountain_altitude` integer DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `state_name` text +, PRIMARY KEY (`mountain_name`, `state_name`) +, FOREIGN KEY(`state_name`) REFERENCES `state`(`state_name`) +); +CREATE TABLE `river` ( + `river_name` text +, `length` integer DEFAULT NULL +, `country_name` varchar(3) NOT NULL DEFAULT '' +, `traverse` text +, PRIMARY KEY (`river_name`) +, FOREIGN KEY(`traverse`) REFERENCES `state`(`state_name`) +); \ No newline at end of file diff --git a/test_database/headphone_store/headphone_store.sqlite b/test_database/headphone_store/headphone_store.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..789b1ad4fa45b16aa269912c170d0e64967b3e1e Binary files /dev/null and b/test_database/headphone_store/headphone_store.sqlite differ diff --git a/test_database/headphone_store/schema.sql b/test_database/headphone_store/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..ca245f6430e39d4fbe9809cc10cb15f0761aedab --- /dev/null +++ b/test_database/headphone_store/schema.sql @@ -0,0 +1,62 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "headphone" ( +"Headphone_ID" int, +"Model" text, +"Class" text, +"Driver-matched_dB" real, +"Construction" text, +"Earpads" text, +"Price" int, +PRIMARY KEY ("Headphone_ID") +); + +CREATE TABLE "store" ( +"Store_ID" int, +"Name" text, +"Neighborhood" text, +"Parking" text, +"Date_Opened" text, +PRIMARY KEY ("Store_ID") +); + +INSERT INTO "headphone" VALUES (1,"iGrado","Prestige","0.1","Plastic","Comfort Pads","49"); +INSERT INTO "headphone" VALUES (2,"SR60i","Prestige","0.1","Plastic","Comfort Pads","79"); +INSERT INTO "headphone" VALUES (3,"SR80i","Prestige","0.1","Plastic","Comfort Pads","99"); +INSERT INTO "headphone" VALUES (4,"SR125i","Prestige","0.1","Plastic","Comfort Pads","150"); +INSERT INTO "headphone" VALUES (5,"SR225i","Prestige","0.05","Plastic","Bowls","200"); +INSERT INTO "headphone" VALUES (6,"SR325i","Prestige","0.05","Aluminum alloy/ Plastic inner sleeve","Bowls","295"); +INSERT INTO "headphone" VALUES (7,"RS2i","Reference","0.05","Hand-Crafted Mahogany","Bowls","495"); +INSERT INTO "headphone" VALUES (8,"RS1i","Reference","0.05","Hand-Crafted Mahogany","Bowls","695"); +INSERT INTO "headphone" VALUES (9,"GS1000i","Statement","0.05","Hand-Crafted Mahogany","Circumaural Bowls","995"); +INSERT INTO "headphone" VALUES (10,"PS500","Professional","0.05","Hand-Crafted Mahogany / Aluminum","Bowls","595"); +INSERT INTO "headphone" VALUES (11,"PS1000","Professional","0.05","Hand-Crafted Mahogany / Aluminum","Circumaural Bowls","1695"); + +INSERT INTO "store" VALUES (1,"Laurel Canyon","Valley Village","None","October 29, 2005"); +INSERT INTO "store" VALUES (2,"Woodman","Valley Glen","None","October 29, 2005"); +INSERT INTO "store" VALUES (3,"Sepulveda","Van Nuys","1,205 Spaces","October 29, 2005"); +INSERT INTO "store" VALUES (4,"Woodley","Van Nuys","None","October 29, 2005"); +INSERT INTO "store" VALUES (5,"Reseda","Tarzana","522 Spaces","October 29, 2005"); +INSERT INTO "store" VALUES (6,"Tampa","Tarzana","n/a","October 29, 2005"); +INSERT INTO "store" VALUES (7,"Pierce College","Winnetka","373 Spaces","October 29, 2005"); +INSERT INTO "store" VALUES (8,"Sherman Way","Canoga Park","Park & Ride Lot","June 30, 2012"); +INSERT INTO "store" VALUES (9,"Roscoe","Canoga Park","None","June 30, 2012"); + +CREATE TABLE "stock" ( +"Store_ID" int, +"Headphone_ID" int, +"Quantity" int, +PRIMARY KEY ("Store_ID","Headphone_ID"), +FOREIGN KEY (`Store_ID`) REFERENCES `store`(`Store_ID`), +FOREIGN KEY (`Headphone_ID`) REFERENCES `headphone`(`Headphone_ID`) +); + +INSERT INTO "stock" VALUES (1,6,100); +INSERT INTO "stock" VALUES (2,2,170); +INSERT INTO "stock" VALUES (3,1,34); +INSERT INTO "stock" VALUES (4,3,50); +INSERT INTO "stock" VALUES (5,5,100); +INSERT INTO "stock" VALUES (7,4,116); +INSERT INTO "stock" VALUES (3,4,14); +INSERT INTO "stock" VALUES (2,3,300); + diff --git a/test_database/hospital_1/hospital_1.sqlite b/test_database/hospital_1/hospital_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..cbce26efabe6ae479acf6bb5d7a702543985dfea Binary files /dev/null and b/test_database/hospital_1/hospital_1.sqlite differ diff --git a/test_database/hospital_1/schema.sql b/test_database/hospital_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..4ae8965e2f0de8c48efb5dbe0d94a132d083fab7 --- /dev/null +++ b/test_database/hospital_1/schema.sql @@ -0,0 +1,310 @@ +-- https://en.wikibooks.org/wiki/SQL_Exercises/The_Hospital + +DROP TABLE IF EXISTS Physician; +CREATE TABLE Physician ( + EmployeeID INTEGER NOT NULL, + Name VARCHAR(30) NOT NULL, + Position VARCHAR(30) NOT NULL, + SSN INTEGER NOT NULL, + CONSTRAINT pk_physician PRIMARY KEY(EmployeeID) +); + +DROP TABLE IF EXISTS Department; +CREATE TABLE Department ( + DepartmentID INTEGER NOT NULL, + Name VARCHAR(30) NOT NULL, + Head INTEGER NOT NULL, + CONSTRAINT pk_Department PRIMARY KEY(DepartmentID), + CONSTRAINT fk_Department_Physician_EmployeeID FOREIGN KEY(Head) REFERENCES Physician(EmployeeID) +); + + +DROP TABLE IF EXISTS Affiliated_With; +CREATE TABLE Affiliated_With ( + Physician INTEGER NOT NULL, + Department INTEGER NOT NULL, + PrimaryAffiliation BOOLEAN NOT NULL, + CONSTRAINT fk_Affiliated_With_Physician_EmployeeID FOREIGN KEY(Physician) REFERENCES Physician(EmployeeID), + CONSTRAINT fk_Affiliated_With_Department_DepartmentID FOREIGN KEY(Department) REFERENCES Department(DepartmentID), + PRIMARY KEY(Physician, Department) +); + +DROP TABLE IF EXISTS Procedures; +CREATE TABLE Procedures ( + Code INTEGER PRIMARY KEY NOT NULL, + Name VARCHAR(30) NOT NULL, + Cost REAL NOT NULL +); + +DROP TABLE IF EXISTS Trained_In; +CREATE TABLE Trained_In ( + Physician INTEGER NOT NULL, + Treatment INTEGER NOT NULL, + CertificationDate DATETIME NOT NULL, + CertificationExpires DATETIME NOT NULL, + CONSTRAINT fk_Trained_In_Physician_EmployeeID FOREIGN KEY(Physician) REFERENCES Physician(EmployeeID), + CONSTRAINT fk_Trained_In_Procedures_Code FOREIGN KEY(Treatment) REFERENCES Procedures(Code), + PRIMARY KEY(Physician, Treatment) +); + +DROP TABLE IF EXISTS Patient; +CREATE TABLE Patient ( + SSN INTEGER PRIMARY KEY NOT NULL, + Name VARCHAR(30) NOT NULL, + Address VARCHAR(30) NOT NULL, + Phone VARCHAR(30) NOT NULL, + InsuranceID INTEGER NOT NULL, + PCP INTEGER NOT NULL, + CONSTRAINT fk_Patient_Physician_EmployeeID FOREIGN KEY(PCP) REFERENCES Physician(EmployeeID) +); + +DROP TABLE IF EXISTS Nurse; +CREATE TABLE Nurse ( + EmployeeID INTEGER PRIMARY KEY NOT NULL, + Name VARCHAR(30) NOT NULL, + Position VARCHAR(30) NOT NULL, + Registered BOOLEAN NOT NULL, + SSN INTEGER NOT NULL +); + +DROP TABLE IF EXISTS Appointment; +CREATE TABLE Appointment ( + AppointmentID INTEGER PRIMARY KEY NOT NULL, + Patient INTEGER NOT NULL, + PrepNurse INTEGER, + Physician INTEGER NOT NULL, + Start DATETIME NOT NULL, + End DATETIME NOT NULL, + ExaminationRoom TEXT NOT NULL, + CONSTRAINT fk_Appointment_Patient_SSN FOREIGN KEY(Patient) REFERENCES Patient(SSN), + CONSTRAINT fk_Appointment_Nurse_EmployeeID FOREIGN KEY(PrepNurse) REFERENCES Nurse(EmployeeID), + CONSTRAINT fk_Appointment_Physician_EmployeeID FOREIGN KEY(Physician) REFERENCES Physician(EmployeeID) +); + +DROP TABLE IF EXISTS Medication; +CREATE TABLE Medication ( + Code INTEGER PRIMARY KEY NOT NULL, + Name VARCHAR(30) NOT NULL, + Brand VARCHAR(30) NOT NULL, + Description VARCHAR(30) NOT NULL +); + + +DROP TABLE IF EXISTS Prescribes; +CREATE TABLE Prescribes ( + Physician INTEGER NOT NULL, + Patient INTEGER NOT NULL, + Medication INTEGER NOT NULL, + Date DATETIME NOT NULL, + Appointment INTEGER, + Dose VARCHAR(30) NOT NULL, + PRIMARY KEY(Physician, Patient, Medication, Date), + CONSTRAINT fk_Prescribes_Physician_EmployeeID FOREIGN KEY(Physician) REFERENCES Physician(EmployeeID), + CONSTRAINT fk_Prescribes_Patient_SSN FOREIGN KEY(Patient) REFERENCES Patient(SSN), + CONSTRAINT fk_Prescribes_Medication_Code FOREIGN KEY(Medication) REFERENCES Medication(Code), + CONSTRAINT fk_Prescribes_Appointment_AppointmentID FOREIGN KEY(Appointment) REFERENCES Appointment(AppointmentID) +); + +DROP TABLE IF EXISTS Block; +CREATE TABLE Block ( + BlockFloor INTEGER NOT NULL, + BlockCode INTEGER NOT NULL, + PRIMARY KEY(BlockFloor, BlockCode) +); + +DROP TABLE IF EXISTS Room; +CREATE TABLE Room ( + RoomNumber INTEGER PRIMARY KEY NOT NULL, + RoomType VARCHAR(30) NOT NULL, + BlockFloor INTEGER NOT NULL, + BlockCode INTEGER NOT NULL, + Unavailable BOOLEAN NOT NULL, + CONSTRAINT fk_Room_Block_PK FOREIGN KEY(BlockFloor, BlockCode) REFERENCES Block(BlockFloor, BlockCode) +); + +DROP TABLE IF EXISTS On_Call; +CREATE TABLE On_Call ( + Nurse INTEGER NOT NULL, + BlockFloor INTEGER NOT NULL, + BlockCode INTEGER NOT NULL, + OnCallStart DATETIME NOT NULL, + OnCallEnd DATETIME NOT NULL, + PRIMARY KEY(Nurse, BlockFloor, BlockCode, OnCallStart, OnCallEnd), + CONSTRAINT fk_OnCall_Nurse_EmployeeID FOREIGN KEY(Nurse) REFERENCES Nurse(EmployeeID), + CONSTRAINT fk_OnCall_Block_Floor FOREIGN KEY(BlockFloor, BlockCode) REFERENCES Block(BlockFloor, BlockCode) +); + +DROP TABLE IF EXISTS Stay; +CREATE TABLE Stay ( + StayID INTEGER PRIMARY KEY NOT NULL, + Patient INTEGER NOT NULL, + Room INTEGER NOT NULL, + StayStart DATETIME NOT NULL, + StayEnd DATETIME NOT NULL, + CONSTRAINT fk_Stay_Patient_SSN FOREIGN KEY(Patient) REFERENCES Patient(SSN), + CONSTRAINT fk_Stay_Room_Number FOREIGN KEY(Room) REFERENCES Room(RoomNumber) +); + +DROP TABLE IF EXISTS Undergoes; +CREATE TABLE Undergoes ( + Patient INTEGER NOT NULL, + Procedures INTEGER NOT NULL, + Stay INTEGER NOT NULL, + DateUndergoes DATETIME NOT NULL, + Physician INTEGER NOT NULL, + AssistingNurse INTEGER, + PRIMARY KEY(Patient, Procedures, Stay, DateUndergoes), + CONSTRAINT fk_Undergoes_Patient_SSN FOREIGN KEY(Patient) REFERENCES Patient(SSN), + CONSTRAINT fk_Undergoes_Procedures_Code FOREIGN KEY(Procedures) REFERENCES Procedures(Code), + CONSTRAINT fk_Undergoes_Stay_StayID FOREIGN KEY(Stay) REFERENCES Stay(StayID), + CONSTRAINT fk_Undergoes_Physician_EmployeeID FOREIGN KEY(Physician) REFERENCES Physician(EmployeeID), + CONSTRAINT fk_Undergoes_Nurse_EmployeeID FOREIGN KEY(AssistingNurse) REFERENCES Nurse(EmployeeID) +); + + +INSERT INTO Physician VALUES(1,'John Dorian','Staff Internist',111111111); +INSERT INTO Physician VALUES(2,'Elliot Reid','Attending Physician',222222222); +INSERT INTO Physician VALUES(3,'Christopher Turk','Surgical Attending Physician',333333333); +INSERT INTO Physician VALUES(4,'Percival Cox','Senior Attending Physician',444444444); +INSERT INTO Physician VALUES(5,'Bob Kelso','Head Chief of Medicine',555555555); +INSERT INTO Physician VALUES(6,'Todd Quinlan','Surgical Attending Physician',666666666); +INSERT INTO Physician VALUES(7,'John Wen','Surgical Attending Physician',777777777); +INSERT INTO Physician VALUES(8,'Keith Dudemeister','MD Resident',888888888); +INSERT INTO Physician VALUES(9,'Molly Clock','Attending Psychiatrist',999999999); + +INSERT INTO Department VALUES(1,'General Medicine',4); +INSERT INTO Department VALUES(2,'Surgery',7); +INSERT INTO Department VALUES(3,'Psychiatry',9); + +INSERT INTO Affiliated_With VALUES(1,1,1); +INSERT INTO Affiliated_With VALUES(2,1,1); +INSERT INTO Affiliated_With VALUES(3,1,0); +INSERT INTO Affiliated_With VALUES(3,2,1); +INSERT INTO Affiliated_With VALUES(4,1,1); +INSERT INTO Affiliated_With VALUES(5,1,1); +INSERT INTO Affiliated_With VALUES(6,2,1); +INSERT INTO Affiliated_With VALUES(7,1,0); +INSERT INTO Affiliated_With VALUES(7,2,1); +INSERT INTO Affiliated_With VALUES(8,1,1); +INSERT INTO Affiliated_With VALUES(9,3,1); + +INSERT INTO Procedures VALUES(1,'Reverse Rhinopodoplasty',1500.0); +INSERT INTO Procedures VALUES(2,'Obtuse Pyloric Recombobulation',3750.0); +INSERT INTO Procedures VALUES(3,'Folded Demiophtalmectomy',4500.0); +INSERT INTO Procedures VALUES(4,'Complete Walletectomy',10000.0); +INSERT INTO Procedures VALUES(5,'Obfuscated Dermogastrotomy',4899.0); +INSERT INTO Procedures VALUES(6,'Reversible Pancreomyoplasty',5600.0); +INSERT INTO Procedures VALUES(7,'Follicular Demiectomy',25.0); + +INSERT INTO Patient VALUES(100000001,'John Smith','42 Foobar Lane','555-0256',68476213,1); +INSERT INTO Patient VALUES(100000002,'Grace Ritchie','37 Snafu Drive','555-0512',36546321,2); +INSERT INTO Patient VALUES(100000003,'Random J. Patient','101 Omgbbq Street','555-1204',65465421,2); +INSERT INTO Patient VALUES(100000004,'Dennis Doe','1100 Foobaz Avenue','555-2048',68421879,3); + +INSERT INTO Nurse VALUES(101,'Carla Espinosa','Head Nurse',1,111111110); +INSERT INTO Nurse VALUES(102,'Laverne Roberts','Nurse',1,222222220); +INSERT INTO Nurse VALUES(103,'Paul Flowers','Nurse',0,333333330); + +INSERT INTO Appointment VALUES(13216584,100000001,101,1,'2008-04-24 10:00','2008-04-24 11:00','A'); +INSERT INTO Appointment VALUES(26548913,100000002,101,2,'2008-04-24 10:00','2008-04-24 11:00','B'); +INSERT INTO Appointment VALUES(36549879,100000001,102,1,'2008-04-25 10:00','2008-04-25 11:00','A'); +INSERT INTO Appointment VALUES(46846589,100000004,103,4,'2008-04-25 10:00','2008-04-25 11:00','B'); +INSERT INTO Appointment VALUES(59871321,100000004,NULL,4,'2008-04-26 10:00','2008-04-26 11:00','C'); +INSERT INTO Appointment VALUES(69879231,100000003,103,2,'2008-04-26 11:00','2008-04-26 12:00','C'); +INSERT INTO Appointment VALUES(76983231,100000001,NULL,3,'2008-04-26 12:00','2008-04-26 13:00','C'); +INSERT INTO Appointment VALUES(86213939,100000004,102,9,'2008-04-27 10:00','2008-04-21 11:00','A'); +INSERT INTO Appointment VALUES(93216548,100000002,101,2,'2008-04-27 10:00','2008-04-27 11:00','B'); + +INSERT INTO Medication VALUES(1,'Procrastin-X','X','N/A'); +INSERT INTO Medication VALUES(2,'Thesisin','Foo Labs','N/A'); +INSERT INTO Medication VALUES(3,'Awakin','Bar Laboratories','N/A'); +INSERT INTO Medication VALUES(4,'Crescavitin','Baz Industries','N/A'); +INSERT INTO Medication VALUES(5,'Melioraurin','Snafu Pharmaceuticals','N/A'); + +INSERT INTO Prescribes VALUES(1,100000001,1,'2008-04-24 10:47',13216584,'5'); +INSERT INTO Prescribes VALUES(9,100000004,2,'2008-04-27 10:53',86213939,'10'); +INSERT INTO Prescribes VALUES(9,100000004,2,'2008-04-30 16:53',NULL,'5'); + +INSERT INTO Block VALUES(1,1); +INSERT INTO Block VALUES(1,2); +INSERT INTO Block VALUES(1,3); +INSERT INTO Block VALUES(2,1); +INSERT INTO Block VALUES(2,2); +INSERT INTO Block VALUES(2,3); +INSERT INTO Block VALUES(3,1); +INSERT INTO Block VALUES(3,2); +INSERT INTO Block VALUES(3,3); +INSERT INTO Block VALUES(4,1); +INSERT INTO Block VALUES(4,2); +INSERT INTO Block VALUES(4,3); + +INSERT INTO Room VALUES(101,'Single',1,1,0); +INSERT INTO Room VALUES(102,'Single',1,1,0); +INSERT INTO Room VALUES(103,'Single',1,1,0); +INSERT INTO Room VALUES(111,'Single',1,2,0); +INSERT INTO Room VALUES(112,'Single',1,2,1); +INSERT INTO Room VALUES(113,'Single',1,2,0); +INSERT INTO Room VALUES(121,'Single',1,3,0); +INSERT INTO Room VALUES(122,'Single',1,3,0); +INSERT INTO Room VALUES(123,'Single',1,3,0); +INSERT INTO Room VALUES(201,'Single',2,1,1); +INSERT INTO Room VALUES(202,'Single',2,1,0); +INSERT INTO Room VALUES(203,'Single',2,1,0); +INSERT INTO Room VALUES(211,'Single',2,2,0); +INSERT INTO Room VALUES(212,'Single',2,2,0); +INSERT INTO Room VALUES(213,'Single',2,2,1); +INSERT INTO Room VALUES(221,'Single',2,3,0); +INSERT INTO Room VALUES(222,'Single',2,3,0); +INSERT INTO Room VALUES(223,'Single',2,3,0); +INSERT INTO Room VALUES(301,'Single',3,1,0); +INSERT INTO Room VALUES(302,'Single',3,1,1); +INSERT INTO Room VALUES(303,'Single',3,1,0); +INSERT INTO Room VALUES(311,'Single',3,2,0); +INSERT INTO Room VALUES(312,'Single',3,2,0); +INSERT INTO Room VALUES(313,'Single',3,2,0); +INSERT INTO Room VALUES(321,'Single',3,3,1); +INSERT INTO Room VALUES(322,'Single',3,3,0); +INSERT INTO Room VALUES(323,'Single',3,3,0); +INSERT INTO Room VALUES(401,'Single',4,1,0); +INSERT INTO Room VALUES(402,'Single',4,1,1); +INSERT INTO Room VALUES(403,'Single',4,1,0); +INSERT INTO Room VALUES(411,'Single',4,2,0); +INSERT INTO Room VALUES(412,'Single',4,2,0); +INSERT INTO Room VALUES(413,'Single',4,2,0); +INSERT INTO Room VALUES(421,'Single',4,3,1); +INSERT INTO Room VALUES(422,'Single',4,3,0); +INSERT INTO Room VALUES(423,'Single',4,3,0); + +INSERT INTO On_Call VALUES(101,1,1,'2008-11-04 11:00','2008-11-04 19:00'); +INSERT INTO On_Call VALUES(101,1,2,'2008-11-04 11:00','2008-11-04 19:00'); +INSERT INTO On_Call VALUES(102,1,3,'2008-11-04 11:00','2008-11-04 19:00'); +INSERT INTO On_Call VALUES(103,1,1,'2008-11-04 19:00','2008-11-05 03:00'); +INSERT INTO On_Call VALUES(103,1,2,'2008-11-04 19:00','2008-11-05 03:00'); +INSERT INTO On_Call VALUES(103,1,3,'2008-11-04 19:00','2008-11-05 03:00'); + +INSERT INTO Stay VALUES(3215,100000001,111,'2008-05-01','2008-05-04'); +INSERT INTO Stay VALUES(3216,100000003,123,'2008-05-03','2008-05-14'); +INSERT INTO Stay VALUES(3217,100000004,112,'2008-05-02','2008-05-03'); + +INSERT INTO Undergoes VALUES(100000001,6,3215,'2008-05-02',3,101); +INSERT INTO Undergoes VALUES(100000001,2,3215,'2008-05-03',7,101); +INSERT INTO Undergoes VALUES(100000004,1,3217,'2008-05-07',3,102); +INSERT INTO Undergoes VALUES(100000004,5,3217,'2008-05-09',6,105); +INSERT INTO Undergoes VALUES(100000001,7,3217,'2008-05-10',7,101); +INSERT INTO Undergoes VALUES(100000004,4,3217,'2008-05-13',3,103); + +INSERT INTO Trained_In VALUES(3,1,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(3,2,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(3,5,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(3,6,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(3,7,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(6,2,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(6,5,'2007-01-01','2007-12-31'); +INSERT INTO Trained_In VALUES(6,6,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(7,1,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(7,2,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(7,3,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(7,4,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(7,5,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(7,6,'2008-01-01','2008-12-31'); +INSERT INTO Trained_In VALUES(7,7,'2008-01-01','2008-12-31'); diff --git a/test_database/hr_1/hr_1.sqlite b/test_database/hr_1/hr_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..bb05596914cd114514b9d7761455c1679cc8e7c9 Binary files /dev/null and b/test_database/hr_1/hr_1.sqlite differ diff --git a/test_database/hr_1/schema.sql b/test_database/hr_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a435efd14f1f7b3fc9974955172cd6f00b3713fc --- /dev/null +++ b/test_database/hr_1/schema.sql @@ -0,0 +1,392 @@ +-- phpMyAdmin SQL Dump +-- version 4.0.10.7 +-- http://www.phpmyadmin.net +-- +-- Host: localhost +-- Generation Time: Mar 20, 2015 at 01:43 AM +-- Server version: 5.5.34-cll-lve +-- PHP Version: 5.4.23 + + + +/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; +/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; +/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; +/*!40101 SET NAMES utf8 */; +CREATE TABLE IF NOT EXISTS `regions` ( + `REGION_ID` decimal(5,0) NOT NULL, + `REGION_NAME` varchar(25) DEFAULT NULL, + PRIMARY KEY (`REGION_ID`) +); + +-- +-- Dumping data for table `regions` +-- + +INSERT INTO `regions` (`REGION_ID`, `REGION_NAME`) VALUES +('1', 'Europe\r'), +('2', 'Americas\r'), +('3', 'Asia\r'), +('4', 'Middle East and Africa\r'); +-- +-- Database: `wrpracti_bookinfo` +-- + +-- -------------------------------------------------------- + +-- +-- Table structure for table `countries` +-- + +CREATE TABLE IF NOT EXISTS `countries` ( + `COUNTRY_ID` varchar(2) NOT NULL, + `COUNTRY_NAME` varchar(40) DEFAULT NULL, + `REGION_ID` decimal(10,0) DEFAULT NULL, + PRIMARY KEY (`COUNTRY_ID`), + FOREIGN KEY (`REGION_ID`) REFERENCES regions (`REGION_ID`) +); + +-- +-- Dumping data for table `countries` +-- + +INSERT INTO `countries` (`COUNTRY_ID`, `COUNTRY_NAME`, `REGION_ID`) VALUES +('AR', 'Argentina', '2'), +('AU', 'Australia', '3'), +('BE', 'Belgium', '1'), +('BR', 'Brazil', '2'), +('CA', 'Canada', '2'), +('CH', 'Switzerland', '1'), +('CN', 'China', '3'), +('DE', 'Germany', '1'), +('DK', 'Denmark', '1'), +('EG', 'Egypt', '4'), +('FR', 'France', '1'), +('HK', 'HongKong', '3'), +('IL', 'Israel', '4'), +('IN', 'India', '3'), +('IT', 'Italy', '1'), +('JP', 'Japan', '3'), +('KW', 'Kuwait', '4'), +('MX', 'Mexico', '2'), +('NG', 'Nigeria', '4'), +('NL', 'Netherlands', '1'), +('SG', 'Singapore', '3'), +('UK', 'United Kingdom', '1'), +('US', 'United States of America', '2'), +('ZM', 'Zambia', '4'), +('ZW', 'Zimbabwe', '4'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `departments` +-- + +CREATE TABLE IF NOT EXISTS `departments` ( + `DEPARTMENT_ID` decimal(4,0) NOT NULL DEFAULT '0', + `DEPARTMENT_NAME` varchar(30) NOT NULL, + `MANAGER_ID` decimal(6,0) DEFAULT NULL, + `LOCATION_ID` decimal(4,0) DEFAULT NULL, + PRIMARY KEY (`DEPARTMENT_ID`) +); + +-- +-- Dumping data for table `departments` +-- + +INSERT INTO `departments` (`DEPARTMENT_ID`, `DEPARTMENT_NAME`, `MANAGER_ID`, `LOCATION_ID`) VALUES +('10', 'Administration', '200', '1700'), +('20', 'Marketing', '201', '1800'), +('30', 'Purchasing', '114', '1700'), +('40', 'Human Resources', '203', '2400'), +('50', 'Shipping', '121', '1500'), +('60', 'IT', '103', '1400'), +('70', 'Public Relations', '204', '2700'), +('80', 'Sales', '145', '2500'), +('90', 'Executive', '100', '1700'), +('100', 'Finance', '108', '1700'), +('110', 'Accounting', '205', '1700'), +('120', 'Treasury', '0', '1700'), +('130', 'Corporate Tax', '0', '1700'), +('140', 'Control And Credit', '0', '1700'), +('150', 'Shareholder Services', '0', '1700'), +('160', 'Benefits', '0', '1700'), +('170', 'Manufacturing', '0', '1700'), +('180', 'Construction', '0', '1700'), +('190', 'Contracting', '0', '1700'), +('200', 'Operations', '0', '1700'), +('210', 'IT Support', '0', '1700'), +('220', 'NOC', '0', '1700'), +('230', 'IT Helpdesk', '0', '1700'), +('240', 'Government Sales', '0', '1700'), +('250', 'Retail Sales', '0', '1700'), +('260', 'Recruiting', '0', '1700'), +('270', 'Payroll', '0', '1700'); + + +CREATE TABLE IF NOT EXISTS `jobs` ( + `JOB_ID` varchar(10) NOT NULL DEFAULT '', + `JOB_TITLE` varchar(35) NOT NULL, + `MIN_SALARY` decimal(6,0) DEFAULT NULL, + `MAX_SALARY` decimal(6,0) DEFAULT NULL, + PRIMARY KEY (`JOB_ID`) +); + +-- +-- Dumping data for table `jobs` +-- + +INSERT INTO `jobs` (`JOB_ID`, `JOB_TITLE`, `MIN_SALARY`, `MAX_SALARY`) VALUES +('AD_PRES', 'President', '20000', '40000'), +('AD_VP', 'Administration Vice President', '15000', '30000'), +('AD_ASST', 'Administration Assistant', '3000', '6000'), +('FI_MGR', 'Finance Manager', '8200', '16000'), +('FI_ACCOUNT', 'Accountant', '4200', '9000'), +('AC_MGR', 'Accounting Manager', '8200', '16000'), +('AC_ACCOUNT', 'Public Accountant', '4200', '9000'), +('SA_MAN', 'Sales Manager', '10000', '20000'), +('SA_REP', 'Sales Representative', '6000', '12000'), +('PU_MAN', 'Purchasing Manager', '8000', '15000'), +('PU_CLERK', 'Purchasing Clerk', '2500', '5500'), +('ST_MAN', 'Stock Manager', '5500', '8500'), +('ST_CLERK', 'Stock Clerk', '2000', '5000'), +('SH_CLERK', 'Shipping Clerk', '2500', '5500'), +('IT_PROG', 'Programmer', '4000', '10000'), +('MK_MAN', 'Marketing Manager', '9000', '15000'), +('MK_REP', 'Marketing Representative', '4000', '9000'), +('HR_REP', 'Human Resources Representative', '4000', '9000'), +('PR_REP', 'Public Relations Representative', '4500', '10500'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `employees` +-- + +CREATE TABLE IF NOT EXISTS `employees` ( + `EMPLOYEE_ID` decimal(6,0) NOT NULL DEFAULT '0', + `FIRST_NAME` varchar(20) DEFAULT NULL, + `LAST_NAME` varchar(25) NOT NULL, + `EMAIL` varchar(25) NOT NULL, + `PHONE_NUMBER` varchar(20) DEFAULT NULL, + `HIRE_DATE` date NOT NULL, + `JOB_ID` varchar(10) NOT NULL, + `SALARY` decimal(8,2) DEFAULT NULL, + `COMMISSION_PCT` decimal(2,2) DEFAULT NULL, + `MANAGER_ID` decimal(6,0) DEFAULT NULL, + `DEPARTMENT_ID` decimal(4,0) DEFAULT NULL, + PRIMARY KEY (`EMPLOYEE_ID`), + FOREIGN KEY (`DEPARTMENT_ID`) REFERENCES departments(`DEPARTMENT_ID`), + FOREIGN KEY (`JOB_ID`) REFERENCES jobs(`JOB_ID`) +); + +-- +-- Dumping data for table `employees` +-- + +INSERT INTO `employees` (`EMPLOYEE_ID`, `FIRST_NAME`, `LAST_NAME`, `EMAIL`, `PHONE_NUMBER`, `HIRE_DATE`, `JOB_ID`, `SALARY`, `COMMISSION_PCT`, `MANAGER_ID`, `DEPARTMENT_ID`) VALUES +('100', 'Steven', 'King', 'SKING', '515.123.4567', '1987-06-17', 'AD_PRES', '24000.00', '0.00', '0', '90'), +('101', 'Neena', 'Kochhar', 'NKOCHHAR', '515.123.4568', '1987-06-18', 'AD_VP', '17000.00', '0.00', '100', '90'), +('102', 'Lex', 'De Haan', 'LDEHAAN', '515.123.4569', '1987-06-19', 'AD_VP', '17000.00', '0.00', '100', '90'), +('103', 'Alexander', 'Hunold', 'AHUNOLD', '590.423.4567', '1987-06-20', 'IT_PROG', '9000.00', '0.00', '102', '60'), +('104', 'Bruce', 'Ernst', 'BERNST', '590.423.4568', '1987-06-21', 'IT_PROG', '6000.00', '0.00', '103', '60'), +('105', 'David', 'Austin', 'DAUSTIN', '590.423.4569', '1987-06-22', 'IT_PROG', '4800.00', '0.00', '103', '60'), +('106', 'Valli', 'Pataballa', 'VPATABAL', '590.423.4560', '1987-06-23', 'IT_PROG', '4800.00', '0.00', '103', '60'), +('107', 'Diana', 'Lorentz', 'DLORENTZ', '590.423.5567', '1987-06-24', 'IT_PROG', '4200.00', '0.00', '103', '60'), +('108', 'Nancy', 'Greenberg', 'NGREENBE', '515.124.4569', '1987-06-25', 'FI_MGR', '12000.00', '0.00', '101', '100'), +('109', 'Daniel', 'Faviet', 'DFAVIET', '515.124.4169', '1987-06-26', 'FI_ACCOUNT', '9000.00', '0.00', '108', '100'), +('110', 'John', 'Chen', 'JCHEN', '515.124.4269', '1987-06-27', 'FI_ACCOUNT', '8200.00', '0.00', '108', '100'), +('111', 'Ismael', 'Sciarra', 'ISCIARRA', '515.124.4369', '1987-06-28', 'FI_ACCOUNT', '7700.00', '0.00', '108', '100'), +('112', 'Jose Manuel', 'Urman', 'JMURMAN', '515.124.4469', '1987-06-29', 'FI_ACCOUNT', '7800.00', '0.00', '108', '100'), +('113', 'Luis', 'Popp', 'LPOPP', '515.124.4567', '1987-06-30', 'FI_ACCOUNT', '6900.00', '0.00', '108', '100'), +('114', 'Den', 'Raphaely', 'DRAPHEAL', '515.127.4561', '1987-07-01', 'PU_MAN', '11000.00', '0.00', '100', '30'), +('115', 'Alexander', 'Khoo', 'AKHOO', '515.127.4562', '1987-07-02', 'PU_CLERK', '3100.00', '0.00', '114', '30'), +('116', 'Shelli', 'Baida', 'SBAIDA', '515.127.4563', '1987-07-03', 'PU_CLERK', '2900.00', '0.00', '114', '30'), +('117', 'Sigal', 'Tobias', 'STOBIAS', '515.127.4564', '1987-07-04', 'PU_CLERK', '2800.00', '0.00', '114', '30'), +('118', 'Guy', 'Himuro', 'GHIMURO', '515.127.4565', '1987-07-05', 'PU_CLERK', '2600.00', '0.00', '114', '30'), +('119', 'Karen', 'Colmenares', 'KCOLMENA', '515.127.4566', '1987-07-06', 'PU_CLERK', '2500.00', '0.00', '114', '30'), +('120', 'Matthew', 'Weiss', 'MWEISS', '650.123.1234', '1987-07-07', 'ST_MAN', '8000.00', '0.00', '100', '50'), +('121', 'Adam', 'Fripp', 'AFRIPP', '650.123.2234', '1987-07-08', 'ST_MAN', '8200.00', '0.00', '100', '50'), +('122', 'Payam', 'Kaufling', 'PKAUFLIN', '650.123.3234', '1987-07-09', 'ST_MAN', '7900.00', '0.00', '100', '50'), +('123', 'Shanta', 'Vollman', 'SVOLLMAN', '650.123.4234', '1987-07-10', 'ST_MAN', '6500.00', '0.00', '100', '50'), +('124', 'Kevin', 'Mourgos', 'KMOURGOS', '650.123.5234', '1987-07-11', 'ST_MAN', '5800.00', '0.00', '100', '50'), +('125', 'Julia', 'Nayer', 'JNAYER', '650.124.1214', '1987-07-12', 'ST_CLERK', '3200.00', '0.00', '120', '50'), +('126', 'Irene', 'Mikkilineni', 'IMIKKILI', '650.124.1224', '1987-07-13', 'ST_CLERK', '2700.00', '0.00', '120', '50'), +('127', 'James', 'Landry', 'JLANDRY', '650.124.1334', '1987-07-14', 'ST_CLERK', '2400.00', '0.00', '120', '50'), +('128', 'Steven', 'Markle', 'SMARKLE', '650.124.1434', '1987-07-15', 'ST_CLERK', '2200.00', '0.00', '120', '50'), +('129', 'Laura', 'Bissot', 'LBISSOT', '650.124.5234', '1987-07-16', 'ST_CLERK', '3300.00', '0.00', '121', '50'), +('130', 'Mozhe', 'Atkinson', 'MATKINSO', '650.124.6234', '1987-07-17', 'ST_CLERK', '2800.00', '0.00', '121', '50'), +('131', 'James', 'Marlow', 'JAMRLOW', '650.124.7234', '1987-07-18', 'ST_CLERK', '2500.00', '0.00', '121', '50'), +('132', 'TJ', 'Olson', 'TJOLSON', '650.124.8234', '1987-07-19', 'ST_CLERK', '2100.00', '0.00', '121', '50'), +('133', 'Jason', 'Mallin', 'JMALLIN', '650.127.1934', '1987-07-20', 'ST_CLERK', '3300.00', '0.00', '122', '50'), +('134', 'Michael', 'Rogers', 'MROGERS', '650.127.1834', '1987-07-21', 'ST_CLERK', '2900.00', '0.00', '122', '50'), +('135', 'Ki', 'Gee', 'KGEE', '650.127.1734', '1987-07-22', 'ST_CLERK', '2400.00', '0.00', '122', '50'), +('136', 'Hazel', 'Philtanker', 'HPHILTAN', '650.127.1634', '1987-07-23', 'ST_CLERK', '2200.00', '0.00', '122', '50'), +('137', 'Renske', 'Ladwig', 'RLADWIG', '650.121.1234', '1987-07-24', 'ST_CLERK', '3600.00', '0.00', '123', '50'), +('138', 'Stephen', 'Stiles', 'SSTILES', '650.121.2034', '1987-07-25', 'ST_CLERK', '3200.00', '0.00', '123', '50'), +('139', 'John', 'Seo', 'JSEO', '650.121.2019', '1987-07-26', 'ST_CLERK', '2700.00', '0.00', '123', '50'), +('140', 'Joshua', 'Patel', 'JPATEL', '650.121.1834', '1987-07-27', 'ST_CLERK', '2500.00', '0.00', '123', '50'), +('141', 'Trenna', 'Rajs', 'TRAJS', '650.121.8009', '1987-07-28', 'ST_CLERK', '3500.00', '0.00', '124', '50'), +('142', 'Curtis', 'Davies', 'CDAVIES', '650.121.2994', '1987-07-29', 'ST_CLERK', '3100.00', '0.00', '124', '50'), +('143', 'Randall', 'Matos', 'RMATOS', '650.121.2874', '1987-07-30', 'ST_CLERK', '2600.00', '0.00', '124', '50'), +('144', 'Peter', 'Vargas', 'PVARGAS', '650.121.2004', '1987-07-31', 'ST_CLERK', '2500.00', '0.00', '124', '50'), +('145', 'John', 'Russell', 'JRUSSEL', '011.44.1344.429268', '1987-08-01', 'SA_MAN', '14000.00', '0.40', '100', '80'), +('146', 'Karen', 'Partners', 'KPARTNER', '011.44.1344.467268', '1987-08-02', 'SA_MAN', '13500.00', '0.30', '100', '80'), +('147', 'Alberto', 'Errazuriz', 'AERRAZUR', '011.44.1344.429278', '1987-08-03', 'SA_MAN', '12000.00', '0.30', '100', '80'), +('148', 'Gerald', 'Cambrault', 'GCAMBRAU', '011.44.1344.619268', '1987-08-04', 'SA_MAN', '11000.00', '0.30', '100', '80'), +('149', 'Eleni', 'Zlotkey', 'EZLOTKEY', '011.44.1344.429018', '1987-08-05', 'SA_MAN', '10500.00', '0.20', '100', '80'), +('150', 'Peter', 'Tucker', 'PTUCKER', '011.44.1344.129268', '1987-08-06', 'SA_REP', '10000.00', '0.30', '145', '80'), +('151', 'David', 'Bernstein', 'DBERNSTE', '011.44.1344.345268', '1987-08-07', 'SA_REP', '9500.00', '0.25', '145', '80'), +('152', 'Peter', 'Hall', 'PHALL', '011.44.1344.478968', '1987-08-08', 'SA_REP', '9000.00', '0.25', '145', '80'), +('153', 'Christopher', 'Olsen', 'COLSEN', '011.44.1344.498718', '1987-08-09', 'SA_REP', '8000.00', '0.20', '145', '80'), +('154', 'Nanette', 'Cambrault', 'NCAMBRAU', '011.44.1344.987668', '1987-08-10', 'SA_REP', '7500.00', '0.20', '145', '80'), +('155', 'Oliver', 'Tuvault', 'OTUVAULT', '011.44.1344.486508', '1987-08-11', 'SA_REP', '7000.00', '0.15', '145', '80'), +('156', 'Janette', 'King', 'JKING', '011.44.1345.429268', '1987-08-12', 'SA_REP', '10000.00', '0.35', '146', '80'), +('157', 'Patrick', 'Sully', 'PSULLY', '011.44.1345.929268', '1987-08-13', 'SA_REP', '9500.00', '0.35', '146', '80'), +('158', 'Allan', 'McEwen', 'AMCEWEN', '011.44.1345.829268', '1987-08-14', 'SA_REP', '9000.00', '0.35', '146', '80'), +('159', 'Lindsey', 'Smith', 'LSMITH', '011.44.1345.729268', '1987-08-15', 'SA_REP', '8000.00', '0.30', '146', '80'), +('160', 'Louise', 'Doran', 'LDORAN', '011.44.1345.629268', '1987-08-16', 'SA_REP', '7500.00', '0.30', '146', '80'), +('161', 'Sarath', 'Sewall', 'SSEWALL', '011.44.1345.529268', '1987-08-17', 'SA_REP', '7000.00', '0.25', '146', '80'), +('162', 'Clara', 'Vishney', 'CVISHNEY', '011.44.1346.129268', '1987-08-18', 'SA_REP', '10500.00', '0.25', '147', '80'), +('163', 'Danielle', 'Greene', 'DGREENE', '011.44.1346.229268', '1987-08-19', 'SA_REP', '9500.00', '0.15', '147', '80'), +('164', 'Mattea', 'Marvins', 'MMARVINS', '011.44.1346.329268', '1987-08-20', 'SA_REP', '7200.00', '0.10', '147', '80'), +('165', 'David', 'Lee', 'DLEE', '011.44.1346.529268', '1987-08-21', 'SA_REP', '6800.00', '0.10', '147', '80'), +('166', 'Sundar', 'Ande', 'SANDE', '011.44.1346.629268', '1987-08-22', 'SA_REP', '6400.00', '0.10', '147', '80'), +('167', 'Amit', 'Banda', 'ABANDA', '011.44.1346.729268', '1987-08-23', 'SA_REP', '6200.00', '0.10', '147', '80'), +('168', 'Lisa', 'Ozer', 'LOZER', '011.44.1343.929268', '1987-08-24', 'SA_REP', '11500.00', '0.25', '148', '80'), +('169', 'Harrison', 'Bloom', 'HBLOOM', '011.44.1343.829268', '1987-08-25', 'SA_REP', '10000.00', '0.20', '148', '80'), +('170', 'Tayler', 'Fox', 'TFOX', '011.44.1343.729268', '1987-08-26', 'SA_REP', '9600.00', '0.20', '148', '80'), +('171', 'William', 'Smith', 'WSMITH', '011.44.1343.629268', '1987-08-27', 'SA_REP', '7400.00', '0.15', '148', '80'), +('172', 'Elizabeth', 'Bates', 'EBATES', '011.44.1343.529268', '1987-08-28', 'SA_REP', '7300.00', '0.15', '148', '80'), +('173', 'Sundita', 'Kumar', 'SKUMAR', '011.44.1343.329268', '1987-08-29', 'SA_REP', '6100.00', '0.10', '148', '80'), +('174', 'Ellen', 'Abel', 'EABEL', '011.44.1644.429267', '1987-08-30', 'SA_REP', '11000.00', '0.30', '149', '80'), +('175', 'Alyssa', 'Hutton', 'AHUTTON', '011.44.1644.429266', '1987-08-31', 'SA_REP', '8800.00', '0.25', '149', '80'), +('176', 'Jonathon', 'Taylor', 'JTAYLOR', '011.44.1644.429265', '1987-09-01', 'SA_REP', '8600.00', '0.20', '149', '80'), +('177', 'Jack', 'Livingston', 'JLIVINGS', '011.44.1644.429264', '1987-09-02', 'SA_REP', '8400.00', '0.20', '149', '80'), +('178', 'Kimberely', 'Grant', 'KGRANT', '011.44.1644.429263', '1987-09-03', 'SA_REP', '7000.00', '0.15', '149', '0'), +('179', 'Charles', 'Johnson', 'CJOHNSON', '011.44.1644.429262', '1987-09-04', 'SA_REP', '6200.00', '0.10', '149', '80'), +('180', 'Winston', 'Taylor', 'WTAYLOR', '650.507.9876', '1987-09-05', 'SH_CLERK', '3200.00', '0.00', '120', '50'), +('181', 'Jean', 'Fleaur', 'JFLEAUR', '650.507.9877', '1987-09-06', 'SH_CLERK', '3100.00', '0.00', '120', '50'), +('182', 'Martha', 'Sullivan', 'MSULLIVA', '650.507.9878', '1987-09-07', 'SH_CLERK', '2500.00', '0.00', '120', '50'), +('183', 'Girard', 'Geoni', 'GGEONI', '650.507.9879', '1987-09-08', 'SH_CLERK', '2800.00', '0.00', '120', '50'), +('184', 'Nandita', 'Sarchand', 'NSARCHAN', '650.509.1876', '1987-09-09', 'SH_CLERK', '4200.00', '0.00', '121', '50'), +('185', 'Alexis', 'Bull', 'ABULL', '650.509.2876', '1987-09-10', 'SH_CLERK', '4100.00', '0.00', '121', '50'), +('186', 'Julia', 'Dellinger', 'JDELLING', '650.509.3876', '1987-09-11', 'SH_CLERK', '3400.00', '0.00', '121', '50'), +('187', 'Anthony', 'Cabrio', 'ACABRIO', '650.509.4876', '1987-09-12', 'SH_CLERK', '3000.00', '0.00', '121', '50'), +('188', 'Kelly', 'Chung', 'KCHUNG', '650.505.1876', '1987-09-13', 'SH_CLERK', '3800.00', '0.00', '122', '50'), +('189', 'Jennifer', 'Dilly', 'JDILLY', '650.505.2876', '1987-09-14', 'SH_CLERK', '3600.00', '0.00', '122', '50'), +('190', 'Timothy', 'Gates', 'TGATES', '650.505.3876', '1987-09-15', 'SH_CLERK', '2900.00', '0.00', '122', '50'), +('191', 'Randall', 'Perkins', 'RPERKINS', '650.505.4876', '1987-09-16', 'SH_CLERK', '2500.00', '0.00', '122', '50'), +('192', 'Sarah', 'Bell', 'SBELL', '650.501.1876', '1987-09-17', 'SH_CLERK', '4000.00', '0.00', '123', '50'), +('193', 'Britney', 'Everett', 'BEVERETT', '650.501.2876', '1987-09-18', 'SH_CLERK', '3900.00', '0.00', '123', '50'), +('194', 'Samuel', 'McCain', 'SMCCAIN', '650.501.3876', '1987-09-19', 'SH_CLERK', '3200.00', '0.00', '123', '50'), +('195', 'Vance', 'Jones', 'VJONES', '650.501.4876', '1987-09-20', 'SH_CLERK', '2800.00', '0.00', '123', '50'), +('196', 'Alana', 'Walsh', 'AWALSH', '650.507.9811', '1987-09-21', 'SH_CLERK', '3100.00', '0.00', '124', '50'), +('197', 'Kevin', 'Feeney', 'KFEENEY', '650.507.9822', '1987-09-22', 'SH_CLERK', '3000.00', '0.00', '124', '50'), +('198', 'Donald', 'OConnell', 'DOCONNEL', '650.507.9833', '1987-09-23', 'SH_CLERK', '2600.00', '0.00', '124', '50'), +('199', 'Douglas', 'Grant', 'DGRANT', '650.507.9844', '1987-09-24', 'SH_CLERK', '2600.00', '0.00', '124', '50'), +('200', 'Jennifer', 'Whalen', 'JWHALEN', '515.123.4444', '1987-09-25', 'AD_ASST', '4400.00', '0.00', '101', '10'), +('201', 'Michael', 'Hartstein', 'MHARTSTE', '515.123.5555', '1987-09-26', 'MK_MAN', '13000.00', '0.00', '100', '20'), +('202', 'Pat', 'Fay', 'PFAY', '603.123.6666', '1987-09-27', 'MK_REP', '6000.00', '0.00', '201', '20'), +('203', 'Susan', 'Mavris', 'SMAVRIS', '515.123.7777', '1987-09-28', 'HR_REP', '6500.00', '0.00', '101', '40'), +('204', 'Hermann', 'Baer', 'HBAER', '515.123.8888', '1987-09-29', 'PR_REP', '10000.00', '0.00', '101', '70'), +('205', 'Shelley', 'Higgins', 'SHIGGINS', '515.123.8080', '1987-09-30', 'AC_MGR', '12000.00', '0.00', '101', '110'), +('206', 'William', 'Gietz', 'WGIETZ', '515.123.8181', '1987-10-01', 'AC_ACCOUNT', '8300.00', '0.00', '205', '110'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `job_history` +-- + +CREATE TABLE IF NOT EXISTS `job_history` ( + `EMPLOYEE_ID` decimal(6,0) NOT NULL, + `START_DATE` date NOT NULL, + `END_DATE` date NOT NULL, + `JOB_ID` varchar(10) NOT NULL, + `DEPARTMENT_ID` decimal(4,0) DEFAULT NULL, + PRIMARY KEY (`EMPLOYEE_ID`,`START_DATE`), + FOREIGN KEY (`EMPLOYEE_ID`) REFERENCES employees(`EMPLOYEE_ID`), + FOREIGN KEY (`DEPARTMENT_ID`) REFERENCES departments(`DEPARTMENT_ID`), + FOREIGN KEY (`JOB_ID`) REFERENCES jobs(`JOB_ID`) +); + +-- +-- Dumping data for table `job_history` +-- + +INSERT INTO `job_history` (`EMPLOYEE_ID`, `START_DATE`, `END_DATE`, `JOB_ID`, `DEPARTMENT_ID`) VALUES +('102', '1993-01-13', '1998-07-24', 'IT_PROG', '60'), +('101', '1989-09-21', '1993-10-27', 'AC_ACCOUNT', '110'), +('101', '1993-10-28', '1997-03-15', 'AC_MGR', '110'), +('201', '1996-02-17', '1999-12-19', 'MK_REP', '20'), +('114', '1998-03-24', '1999-12-31', 'ST_CLERK', '50'), +('122', '1999-01-01', '1999-12-31', 'ST_CLERK', '50'), +('200', '1987-09-17', '1993-06-17', 'AD_ASST', '90'), +('176', '1998-03-24', '1998-12-31', 'SA_REP', '80'), +('176', '1999-01-01', '1999-12-31', 'SA_MAN', '80'), +('200', '1994-07-01', '1998-12-31', 'AC_ACCOUNT', '90'), +('0', '0000-00-00', '0000-00-00', '', '0'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `jobs` +-- + + +-- +-- Table structure for table `locations` +-- + +CREATE TABLE IF NOT EXISTS `locations` ( + `LOCATION_ID` decimal(4,0) NOT NULL DEFAULT '0', + `STREET_ADDRESS` varchar(40) DEFAULT NULL, + `POSTAL_CODE` varchar(12) DEFAULT NULL, + `CITY` varchar(30) NOT NULL, + `STATE_PROVINCE` varchar(25) DEFAULT NULL, + `COUNTRY_ID` varchar(2) DEFAULT NULL, + PRIMARY KEY (`LOCATION_ID`), + FOREIGN KEY (`COUNTRY_ID`) REFERENCES countries(`COUNTRY_ID`) +); + +-- +-- Dumping data for table `locations` +-- + +INSERT INTO `locations` (`LOCATION_ID`, `STREET_ADDRESS`, `POSTAL_CODE`, `CITY`, `STATE_PROVINCE`, `COUNTRY_ID`) VALUES +('1000', '1297 Via Cola di Rie', '989', 'Roma', '', 'IT'), +('1100', '93091 Calle della Testa', '10934', 'Venice', '', 'IT'), +('1200', '2017 Shinjuku-ku', '1689', 'Tokyo', 'Tokyo Prefecture', 'JP'), +('1300', '9450 Kamiya-cho', '6823', 'Hiroshima', '', 'JP'), +('1400', '2014 Jabberwocky Rd', '26192', 'Southlake', 'Texas', 'US'), +('1500', '2011 Interiors Blvd', '99236', 'South San Francisco', 'California', 'US'), +('1600', '2007 Zagora St', '50090', 'South Brunswick', 'New Jersey', 'US'), +('1700', '2004 Charade Rd', '98199', 'Seattle', 'Washington', 'US'), +('1800', '147 Spadina Ave', 'M5V 2L7', 'Toronto', 'Ontario', 'CA'), +('1900', '6092 Boxwood St', 'YSW 9T2', 'Whitehorse', 'Yukon', 'CA'), +('2000', '40-5-12 Laogianggen', '190518', 'Beijing', '', 'CN'), +('2100', '1298 Vileparle (E)', '490231', 'Bombay', 'Maharashtra', 'IN'), +('2200', '12-98 Victoria Street', '2901', 'Sydney', 'New South Wales', 'AU'), +('2300', '198 Clementi North', '540198', 'Singapore', '', 'SG'), +('2400', '8204 Arthur St', '', 'London', '', 'UK'), +('2500', '"Magdalen Centre', ' The Oxford ', 'OX9 9ZB', 'Oxford', 'Ox'), +('2600', '9702 Chester Road', '9629850293', 'Stretford', 'Manchester', 'UK'), +('2700', 'Schwanthalerstr. 7031', '80925', 'Munich', 'Bavaria', 'DE'), +('2800', 'Rua Frei Caneca 1360', '01307-002', 'Sao Paulo', 'Sao Paulo', 'BR'), +('2900', '20 Rue des Corps-Saints', '1730', 'Geneva', 'Geneve', 'CH'), +('3000', 'Murtenstrasse 921', '3095', 'Bern', 'BE', 'CH'), +('3100', 'Pieter Breughelstraat 837', '3029SK', 'Utrecht', 'Utrecht', 'NL'), +('3200', 'Mariano Escobedo 9991', '11932', 'Mexico City', '"Distrito Federal', '"'); + +-- -------------------------------------------------------- + +-- +-- Table structure for table `regions` +-- + + +/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; +/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; +/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; diff --git a/test_database/icfp_1/icfp_1.sqlite b/test_database/icfp_1/icfp_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..bf9067d3d9a4684e2c36b1b67b436da16c196500 Binary files /dev/null and b/test_database/icfp_1/icfp_1.sqlite differ diff --git a/test_database/icfp_1/link.txt b/test_database/icfp_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..2afe28bd9824dcf0a4ac995f632969e0b02b3561 --- /dev/null +++ b/test_database/icfp_1/link.txt @@ -0,0 +1 @@ +https://www.classes.cs.uchicago.edu/archive/2015/spring/23500-1/hw3.html diff --git a/test_database/icfp_1/q.txt b/test_database/icfp_1/q.txt new file mode 100644 index 0000000000000000000000000000000000000000..f5d8d4b3ac26aa0f6534f95e3f34aec0738a1b2c --- /dev/null +++ b/test_database/icfp_1/q.txt @@ -0,0 +1,9 @@ +q5. Retrieve the titles of all papers with a single author. + +q6. Retrieve the titles and number of affiliated institutions of all papers with authors from more than one institution. + +q7. Retrieve the title(s) and number of authors of the paper(s) with the most authors in the database instance. For example, if there is one paper with three authors in the whole batch, and every other paper has one or two authors (that's the case in the database you are given), identify that paper. + +q8. Retrieve the authors' authID, first and last names, in alphabetical order, and the number of papers on which they have authorship. + +q9. Retrieve the authID, first and last name of the author(s) and their number of collaborators (shared authorships), in alphabetical order. diff --git a/test_database/imdb/imdb.sqlite b/test_database/imdb/imdb.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..8ce207433f5f3e9a80a96d283233c9b280d04ee1 Binary files /dev/null and b/test_database/imdb/imdb.sqlite differ diff --git a/test_database/imdb/schema.sql b/test_database/imdb/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..94279d6889130dff1c4e70498b4a13159fbc262c --- /dev/null +++ b/test_database/imdb/schema.sql @@ -0,0 +1,138 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE "actor" ( +"aid" int, +"gender" text, +"name" text, +"nationality" text, +"birth_city" text, +"birth_year" int, +primary key("aid") +); + + +CREATE TABLE "copyright" ( +"id" int, +"msid" int, +"cid" int, +primary key("id") +); +CREATE TABLE "cast" ( +"id" int, +"msid" int, +"aid" int, +"role" int, +primary key("id"), +foreign key("aid") references `actor`("aid"), +foreign key("msid") references `copyright`("msid") +); + +CREATE TABLE "genre" ( +"gid" int, +"genre" text, +primary key("gid") +); + +CREATE TABLE "classification" ( +"id" int, +"msid" int, +"gid" int, +primary key("id"), +foreign key("gid") references `genre`("gid"), +foreign key("msid") references `copyright`("msid") +); + +CREATE TABLE "company" ( +"id" int, +"name" text, +"country_code" text, +primary key("id") +); + + +CREATE TABLE "director" ( +"did" int, +"gender" text, +"name" text, +"nationality" text, +"birth_city" text, +"birth_year" int, +primary key("did") +); + +CREATE TABLE "producer" ( +"pid" int, +"gender" text, +"name" text, +"nationality" text, +"birth_city" text, +"birth_year" int, +primary key("pid") +); + +CREATE TABLE "directed_by" ( +"id" int, +"msid" int, +"did" int, +primary key("id"), +foreign key("msid") references `copyright`("msid"), +foreign key("did") references `director`("did") +); + +CREATE TABLE "keyword" ( +"id" int, +"keyword" text, +primary key("id") +); + +CREATE TABLE "made_by" ( +"id" int, +"msid" int, +"pid" int, +primary key("id"), +foreign key("msid") references `copyright`("msid"), +foreign key("pid") references `producer`("pid") +); + +CREATE TABLE "movie" ( +"mid" int, +"title" text, +"release_year" int, +"title_aka" text, +"budget" text, +primary key("mid") +); +CREATE TABLE "tags" ( +"id" int, +"msid" int, +"kid" int, +primary key("id"), +foreign key("msid") references `copyright`("msid"), +foreign key("kid") references `keyword`("kid") +); +CREATE TABLE "tv_series" ( +"sid" int, +"title" text, +"release_year" int, +"num_of_seasons" int, +"num_of_episodes" int, +"title_aka" text, +"budget" text, +primary key("sid") +); +CREATE TABLE "writer" ( +"wid" int, +"gender" text, +"name" int, +"nationality" int, +"num_of_episodes" int, +"birth_city" text, +"birth_year" int, +primary key("wid") +); +CREATE TABLE "written_by" ( +"id" int, +"msid" int, +"wid" int, +foreign key("msid") references `copyright`("msid"), +foreign key("wid") references `writer`("wid") +); diff --git a/test_database/inn_1/annotation.json b/test_database/inn_1/annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..6bca4eaac58eeb980d8cfcb7cccee5864e369bbe --- /dev/null +++ b/test_database/inn_1/annotation.json @@ -0,0 +1,38 @@ +{ + "label_id": null, + "data": [ + { + "nl": "Find all modern rooms with a base price below $160 and two beds. Report room names and codes\n", + "id": 0 + }, + { + "nl": "Find all rooms occupied on February 6, 2010. Report full name of the room, the check-in and checkout dates of the reservation.\n", + "id": 1 + }, + { + "nl": "For each reservation that starts on December 31, 2010 report the room name, nightly rate, number of nights spent and the total amount of money paid.\n", + "id": 2 + }, + { + "nl": "Find the names of all people1 staying at the inn at the same time as HERBERT FRYDAY.\n", + "id": 3 + }, + { + "nl": "Find the number of August reservations (both checkin and checkout dates are in August) where two adults are staying with two children.\n", + "id": 4 + }, + { + "nl": "Find the most popular room in the hotel. The most popular room is the room that had seen the largest number of reservations\n", + "id": 5 + }, + { + "nl": "Find the room that has been occupied the largest number of days based on the reservations. Report the room name\n", + "id": 6 + }, + { + "nl": "For each room, report the most expensive reservation. Report the full room name, dates of stay\n", + "id": 7 + } + ], + "review_id": null +} \ No newline at end of file diff --git a/test_database/inn_1/change_date.py b/test_database/inn_1/change_date.py new file mode 100644 index 0000000000000000000000000000000000000000..d9e3c015ddcbb526c25932b4c981c4ded1d993b6 --- /dev/null +++ b/test_database/inn_1/change_date.py @@ -0,0 +1,26 @@ +import pandas as pd +month_to_name={ + 'JAN' : "01", + 'FEB' : "02", + 'MAR' : "03", + 'APR' : "04", + 'MAY' : "05", + 'JUN' : "06", + 'JUL' : "07", + 'AUG' : "08", + 'SEP' : "09", + 'OCT' : "10", + 'NOV' : "11", + 'DEC' : "12" +}; +df = pd.read_csv('./data_csv/Reservations.csv') +def change_date(x): + x = x.split("-") + x[2] = "20"+x[2][:len(x[2])-1] + x[1] = month_to_name[x[1]] + x = "-".join([x[2],x[1],x[0][1:]]) + print x + return x +df["CheckIn"] = df["CheckIn"].apply(change_date) +df["CheckOut"] = df["CheckOut"].apply(change_date) +df.to_csv('./data_csv/Reservations_t.csv', encoding='utf-8', index=False) diff --git a/test_database/inn_1/data_csv/README.INN.TXT b/test_database/inn_1/data_csv/README.INN.TXT new file mode 100644 index 0000000000000000000000000000000000000000..f68b7923672ca5dbb5e4c59d7db4fba24ad81dcc --- /dev/null +++ b/test_database/inn_1/data_csv/README.INN.TXT @@ -0,0 +1,87 @@ +***************************************************** +CPE 365 Alex Dekhtyar +Cal Poly Computer Science Department +San Luis Obispo College of Engineering +California dekhtyar@calpoly.edu +***************************************************** + INN DATASET + Version 1.0 + April 6, 2011 +***************************************************** +Sources: this is a synthesized dataset. + +****************************************************** + +This file describes the contents of the INN dataset +developed for the CPE 365, Introduction to Databases, +course at Cal Poly. + +The dataset contains information a one year worth of reservations +at a fictional Bed & Breakfast hotel called Seaside Grove Inn. +The hotel has 10 rooms. The dataset contains information about +the completed (i.e., guests arrived and stayed) reservations for +one year of the hotel's operation. + +General Conventions. + + 1. All files in the dataset are CSV (comma-separated values) files. + 2. First line of each file provides the names of + columns. Second line may be empty, or may contain + the first row of the data. + 3. All string values are enclosed in single quotes (') + + + The dataset consists of the following files: + + - Rooms.csv : list of Seaside Grove Inn rooms + - Reservations.csv : list of completed room reservations + + + Individual files have the following formats. + +************************************************************************** + +Rooms.csv + + RoomId : a three-letter unique Id code of a room + roomName : official name of the room (all rooms in B&B inns + typically have names) + beds : number of beds in the room + bedType : type of the bed(s) in the room. All beds in each room + are of the same type. + maxOccupancy : maximum number of people allowed to stay in the room + basePrice : base price (in US dollars) of one night of stay in the room. + decor : decoration style of the room + +************************************************************************** + +Reservations.csv + + Code : reservation code + Room : the three-letter room code (see Rooms.RoomId) + CheckIn : date of check-in/arrival + CheckOut : date of check-out/departure + Rate : actual nightly rate. Each night of stay on one reservation + always costs the same amount, although rates may vary + for the same room from one reservation to another + LastName : last name of the person who made the reservation + FirstName : first name of the person who made the reservation + Adults : number of adults (18 and above) staying in the room. Each + reservation must have at least one adult + Kids : number of kids (ages 0-17) staying in the room. + +************************************************************************** +************************************************************************** + +Permission granted to use and distribute this dataset in its current form, +provided this file is kept unchanged and is distributed together with the +data. + +Permission granted to modify and expand this dataset, provided this +file is updated accordingly with new information. + +Acknowledgements. We thank Dr. Clint Staley for the software script that +produced the names of the rooms. + +************************************************************************** +************************************************************************** diff --git a/test_database/inn_1/data_csv/Reservations.csv b/test_database/inn_1/data_csv/Reservations.csv new file mode 100644 index 0000000000000000000000000000000000000000..d6b4bfdc6f202d70a83424e5f5a856174bca7890 --- /dev/null +++ b/test_database/inn_1/data_csv/Reservations.csv @@ -0,0 +1,601 @@ +Code,Room,CheckIn,CheckOut,Rate,LastName,FirstName,Adults,Kids +47496,'RND','01-JAN-10','06-JAN-10',150.00,'KLEVER','ERASMO',1,0 +41112,'RND','06-JAN-10','11-JAN-10',135.00,'HOOLEY','EUGENIO',1,0 +76809,'RND','12-JAN-10','14-JAN-10',187.50,'WISWELL','JERROD',1,0 +70172,'RND','23-JAN-10','25-JAN-10',150.00,'ALMANZA','PHEBE',1,0 +44358,'RND','25-JAN-10','27-JAN-10',150.00,'BOBROW','CLINTON',2,0 +55344,'RND','30-JAN-10','31-JAN-10',135.00,'RENSCH','LIANA',1,0 +99471,'RND','31-JAN-10','01-FEB-10',135.00,'ABRAHAMS','ANNETT',1,0 +81473,'RND','01-FEB-10','02-FEB-10',127.50,'EVERITT','YUK',1,1 +49253,'RND','03-FEB-10','06-FEB-10',150.00,'NANI','GARRY',1,0 +16748,'RND','21-FEB-10','23-FEB-10',135.00,'KLIMKO','DONTE',1,0 +69316,'RND','26-FEB-10','07-MAR-10',150.00,'SULOUFF','JESSICA',1,0 +69844,'RND','07-MAR-10','11-MAR-10',172.50,'BONIOL','CLINT',1,0 +96839,'RND','11-MAR-10','12-MAR-10',150.00,'ARANAS','ROD',1,0 +43911,'RND','12-MAR-10','13-MAR-10',127.50,'NEIN','TEODORO',1,0 +48382,'RND','13-MAR-10','14-MAR-10',150.00,'SCHLADWEILER','ELEASE',1,0 +77032,'RND','14-MAR-10','17-MAR-10',172.50,'FRANC','HERBERT',1,0 +30043,'RND','17-MAR-10','18-MAR-10',150.00,'HELFRITZ','RHEA',2,0 +48539,'RND','21-MAR-10','28-MAR-10',135.00,'CHINAULT','EDWARDO',2,0 +23850,'RND','11-APR-10','17-APR-10',150.00,'PENNELLA','LAKIA',2,0 +97303,'RND','21-APR-10','30-APR-10',150.00,'WAEGNER','STANFORD',1,0 +21553,'RND','01-MAY-10','05-MAY-10',172.50,'MECHLING','KERRI',1,0 +28465,'RND','05-MAY-10','06-MAY-10',150.00,'SALLE','SANTANA',1,0 +62147,'RND','06-MAY-10','13-MAY-10',135.00,'BURCHAM','JONATHON',1,1 +38368,'RND','30-MAY-10','06-JUN-10',150.00,'FOCKE','HONEY',1,1 +48822,'RND','08-JUN-10','12-JUN-10',187.50,'HULETTE','DARIUS',1,0 +18822,'RND','12-JUN-10','14-JUN-10',150.00,'NORN','GARLAND',2,0 +34034,'RND','14-JUN-10','20-JUN-10',172.50,'GABBETT','ALLEN',1,0 +52470,'RND','20-JUN-10','21-JUN-10',127.50,'BAIRAM','BRADLY',1,1 +95709,'RND','21-JUN-10','02-JUL-10',135.00,'TRUDEN','LEWIS',1,0 +93984,'RND','02-JUL-10','03-JUL-10',187.50,'DEBARDELABEN','NELL',1,0 +76245,'RND','18-JUL-10','19-JUL-10',150.00,'TOSTI','DAN',1,1 +30300,'RND','19-JUL-10','20-JUL-10',135.00,'PRIAL','MYLES',1,0 +70440,'RND','23-JUL-10','27-JUL-10',150.00,'DEVEY','GIUSEPPE',1,0 +44933,'RND','27-JUL-10','29-JUL-10',150.00,'FURIA','ELWANDA',2,0 +63458,'RND','31-JUL-10','01-AUG-10',172.50,'LELEUX','PORTER',1,1 +78964,'RND','05-AUG-10','06-AUG-10',150.00,'SPERAZZA','WILBUR',2,0 +64503,'RND','06-AUG-10','11-AUG-10',172.50,'MAURER','TEODORO',2,0 +15534,'RND','28-AUG-10','01-SEP-10',150.00,'GAUD','REINALDO',1,0 +87560,'RND','01-SEP-10','02-SEP-10',150.00,'SABALA','MORTON',1,0 +59083,'RND','03-SEP-10','10-SEP-10',172.50,'HARTFORD','NATHANAEL',2,0 +91895,'RND','10-SEP-10','11-SEP-10',150.00,'BLADE','RUBEN',1,0 +65416,'RND','11-SEP-10','13-SEP-10',127.50,'STRICK','NICHOLLE',1,0 +94375,'RND','13-SEP-10','19-SEP-10',150.00,'WEGER','TOBY',1,0 +69494,'RND','21-SEP-10','22-SEP-10',135.00,'MINDEN','STACEY',1,0 +14845,'RND','27-SEP-10','30-SEP-10',150.00,'ROTCH','FLORIDA',1,1 +10449,'RND','30-SEP-10','01-OCT-10',150.00,'KLESS','NELSON',1,0 +28494,'RND','01-OCT-10','13-OCT-10',135.00,'DERKAS','GUS',1,0 +67343,'RND','14-OCT-10','25-OCT-10',172.50,'ALBROUGH','OLYMPIA',2,0 +63293,'RND','25-OCT-10','01-NOV-10',127.50,'KUTA','HERMAN',1,1 +55551,'RND','04-NOV-10','08-NOV-10',127.50,'COOKUS','KASHA',2,0 +57705,'RND','12-NOV-10','15-NOV-10',172.50,'ROTHMAN','GLENNIS',1,0 +48532,'RND','20-NOV-10','22-NOV-10',135.00,'VANDEBRINK','TRESSIE',1,0 +32049,'RND','22-NOV-10','04-DEC-10',135.00,'PANOS','LESTER',1,1 +54369,'RND','04-DEC-10','06-DEC-10',172.50,'MULE','DIONNA',1,0 +24667,'RND','08-DEC-10','09-DEC-10',187.50,'BAUGUESS','ERYN',1,0 +68385,'RND','10-DEC-10','12-DEC-10',172.50,'ALBERO','ABBEY',1,0 +46577,'RND','12-DEC-10','14-DEC-10',135.00,'MAURER','TEODORO',1,0 +41783,'RND','19-DEC-10','20-DEC-10',187.50,'LEDOUX','LENA',1,0 +30020,'RND','21-DEC-10','28-DEC-10',135.00,'PORTO','MARIANO',1,1 +26701,'RND','28-DEC-10','30-DEC-10',150.00,'DEJAEGER','WELDON',2,0 +69598,'RND','30-DEC-10','31-DEC-10',150.00,'RENIER','MARCELLUS',1,0 +97512,'RND','31-DEC-10','02-JAN-11',150.00,'FRAILEY','JUANITA',1,0 +74548,'IBS','13-JAN-10','16-JAN-10',172.50,'BORROMEO','EBONY',1,1 +89123,'IBS','20-JAN-10','30-JAN-10',172.50,'GISSLER','EFRAIN',1,0 +77967,'IBS','30-JAN-10','06-FEB-10',172.50,'MCNEELEY','ARTHUR',1,0 +62333,'IBS','06-FEB-10','07-FEB-10',150.00,'ABATIELL','CATHRYN',2,0 +72456,'IBS','08-FEB-10','10-FEB-10',150.00,'STARTIN','BRUNA',1,1 +15733,'IBS','11-FEB-10','13-FEB-10',172.50,'BEALLE','RASHAD',1,0 +39602,'IBS','13-FEB-10','23-FEB-10',150.00,'STUART','IVA',1,1 +75477,'IBS','23-FEB-10','24-FEB-10',172.50,'JAHR','JESSIE',2,0 +41754,'IBS','24-FEB-10','25-FEB-10',172.50,'ANA','ELLAN',1,0 +12138,'IBS','28-FEB-10','05-MAR-10',150.00,'SHARIAT','JARRED',1,0 +95260,'IBS','07-MAR-10','19-MAR-10',187.50,'PERRINO','DENNY',1,0 +63558,'IBS','20-MAR-10','22-MAR-10',150.00,'KEPKE','HAROLD',1,1 +53535,'IBS','22-MAR-10','25-MAR-10',172.50,'ALLENDE','VIRGIL',1,1 +63746,'IBS','25-MAR-10','27-MAR-10',187.50,'SCARLES','LANDON',1,1 +58881,'IBS','27-MAR-10','29-MAR-10',150.00,'RONFELDT','JERMAINE',1,0 +16933,'IBS','01-APR-10','03-APR-10',150.00,'NORSWORTHY','AUBREY',2,0 +18900,'IBS','03-APR-10','05-APR-10',172.50,'LAURY','EMILY',2,0 +58762,'IBS','05-APR-10','07-APR-10',127.50,'REDEPENNING','FAITH',1,0 +50223,'IBS','12-APR-10','14-APR-10',135.00,'CALLICUTT','HONG',1,0 +84715,'IBS','18-APR-10','19-APR-10',150.00,'BECKUM','MISSY',1,0 +55641,'IBS','23-APR-10','25-APR-10',150.00,'ISHIBASHI','CAPRICE',1,1 +99268,'IBS','30-APR-10','03-MAY-10',135.00,'LEEHY','NENA',1,0 +14001,'IBS','11-MAY-10','12-MAY-10',187.50,'COSTON','LANNY',1,0 +63652,'IBS','14-MAY-10','20-MAY-10',172.50,'COVERT','ADAM',1,1 +28227,'IBS','30-MAY-10','04-JUN-10',172.50,'STUART','IVA',2,0 +81780,'IBS','09-JUN-10','10-JUN-10',150.00,'ENTWISLE','THOMAS',1,0 +44426,'IBS','22-JUN-10','23-JUN-10',150.00,'CHEESE','TRINIDAD',1,0 +62816,'IBS','07-JUL-10','11-JUL-10',127.50,'MAEWEATHER','AUGUST',1,0 +94074,'IBS','15-JUL-10','16-JUL-10',135.00,'TRIBBY','ADELIA',1,0 +22981,'IBS','21-JUL-10','23-JUL-10',172.50,'KNERIEN','GRANT',1,0 +72503,'IBS','23-JUL-10','30-JUL-10',150.00,'VELZEBOER','HAN',2,0 +44428,'IBS','04-AUG-10','06-AUG-10',172.50,'ZAVADOSKI','CLAIR',1,0 +26135,'IBS','09-AUG-10','14-AUG-10',150.00,'STORDAHL','NATOSHA',1,0 +88795,'IBS','18-AUG-10','26-AUG-10',150.00,'EURICH','ANTONE',1,1 +78565,'IBS','28-AUG-10','31-AUG-10',187.50,'WAGERS','HOUSTON',2,0 +97220,'IBS','31-AUG-10','04-SEP-10',187.50,'WIXOM','MARCIA',1,1 +37585,'IBS','06-SEP-10','08-SEP-10',135.00,'NOAH','DOROTHEA',2,0 +67689,'IBS','08-SEP-10','11-SEP-10',172.50,'DELGUIDICE','DAN',2,0 +53723,'IBS','11-SEP-10','12-SEP-10',135.00,'KVETON','FREDRICK',2,0 +11996,'IBS','14-SEP-10','16-SEP-10',187.50,'BURBANK','ROBERT',1,0 +55363,'IBS','20-SEP-10','22-SEP-10',135.00,'VERDINE','ANTONINA',1,0 +53747,'IBS','22-SEP-10','23-SEP-10',135.00,'SPEARIN','TOMMY',1,1 +59610,'IBS','23-SEP-10','30-SEP-10',150.00,'EGELSTON','EMANUEL',2,0 +77319,'IBS','09-OCT-10','11-OCT-10',172.50,'WIDOWSKI','EUSEBIO',2,0 +58148,'IBS','11-OCT-10','13-OCT-10',172.50,'VOLANTE','EMERY',1,0 +62305,'IBS','15-OCT-10','22-OCT-10',150.00,'KAMROWSKI','EVITA',2,0 +95100,'IBS','27-OCT-10','05-NOV-10',172.50,'LABAT','JEANMARIE',1,0 +93407,'IBS','05-NOV-10','07-NOV-10',187.50,'KOLP','PAMELIA',1,0 +35870,'IBS','09-NOV-10','11-NOV-10',135.00,'DONIGAN','GLEN',1,1 +42731,'IBS','11-NOV-10','15-NOV-10',172.50,'HOTARD','ALYSIA',2,0 +22561,'IBS','15-NOV-10','21-NOV-10',127.50,'VUTURO','DEVORAH',1,0 +49482,'IBS','21-NOV-10','02-DEC-10',172.50,'ATTEBURG','ELMIRA',2,0 +66331,'IBS','02-DEC-10','06-DEC-10',135.00,'SEVILLANO','LILLI',1,1 +27490,'IBS','06-DEC-10','08-DEC-10',150.00,'PENDLEY','SCOTTIE',1,1 +40675,'IBS','13-DEC-10','14-DEC-10',150.00,'HANUS','THEOLA',1,0 +51097,'IBS','18-DEC-10','20-DEC-10',135.00,'TOODLE','NOLA',2,0 +60749,'IBS','22-DEC-10','24-DEC-10',135.00,'DONAHER','LAKIA',1,0 +58196,'IBS','24-DEC-10','30-DEC-10',150.00,'ZELINSKI','ARTHUR',1,0 +96658,'IBS','30-DEC-10','01-JAN-11',187.50,'SCHLESSELMAN','NEVILLE',1,0 +17265,'AOB','01-JAN-10','06-JAN-10',175.00,'HENLY','RUPERT',4,0 +52597,'AOB','11-JAN-10','14-JAN-10',175.00,'CASMORE','MARINE',3,0 +67200,'AOB','16-JAN-10','23-JAN-10',148.75,'CHET','CHARLEEN',1,2 +28406,'AOB','23-JAN-10','29-JAN-10',175.00,'COOKUS','KASHA',2,1 +10489,'AOB','02-FEB-10','05-FEB-10',218.75,'CARISTO','MARKITA',2,1 +31993,'AOB','08-FEB-10','10-FEB-10',201.25,'ZIEBARTH','ADELAIDE',1,3 +30937,'AOB','14-FEB-10','15-FEB-10',175.00,'FITZGERREL','DENNY',1,3 +15870,'AOB','15-FEB-10','19-FEB-10',175.00,'CORIATY','BERTA',1,3 +94545,'AOB','03-MAR-10','13-MAR-10',201.25,'SHERRANGE','AUGUST',2,0 +57527,'AOB','26-MAR-10','28-MAR-10',201.25,'ABAJA','RHEA',2,0 +93341,'AOB','02-APR-10','08-APR-10',175.00,'FROHMAN','SHAYNE',3,1 +72945,'AOB','12-APR-10','13-APR-10',201.25,'KOHS','BOB',1,1 +65417,'AOB','13-APR-10','15-APR-10',175.00,'ACHTER','GRETA',1,1 +50207,'AOB','20-APR-10','21-APR-10',175.00,'ROSENDO','TAREN',1,0 +12258,'AOB','23-APR-10','27-APR-10',175.00,'KANNEL','RODGER',1,0 +58755,'AOB','30-APR-10','01-MAY-10',175.00,'MALNAR','GROVER',1,0 +17955,'AOB','05-MAY-10','09-MAY-10',201.25,'PANARELLO','TODD',2,0 +75853,'AOB','10-MAY-10','12-MAY-10',175.00,'MELOT','JENNA',4,0 +58972,'AOB','17-MAY-10','19-MAY-10',157.50,'BERS','BRENDA',2,1 +48113,'AOB','24-MAY-10','25-MAY-10',175.00,'BABU','SARAI',2,0 +17344,'AOB','25-MAY-10','26-MAY-10',218.75,'GALOW','RICKEY',1,1 +33806,'AOB','27-MAY-10','28-MAY-10',175.00,'OXFORD','KATRICE',1,2 +28455,'AOB','29-MAY-10','31-MAY-10',175.00,'RISHA','NORBERTO',1,1 +14940,'AOB','01-JUN-10','12-JUN-10',175.00,'BISHOFF','ISREAL',2,0 +43225,'AOB','12-JUN-10','13-JUN-10',157.50,'CAPRON','CASSAUNDRA',1,1 +54831,'AOB','15-JUN-10','21-JUN-10',201.25,'BAUGUESS','ERYN',1,3 +59225,'AOB','26-JUN-10','30-JUN-10',201.25,'DURAN','BO',1,0 +18465,'AOB','30-JUN-10','07-JUL-10',175.00,'KRIEGH','AMADO',2,0 +38013,'AOB','08-JUL-10','15-JUL-10',175.00,'RURY','SENA',1,1 +47004,'AOB','15-JUL-10','28-JUL-10',175.00,'STEBNER','MAXIE',1,1 +56286,'AOB','29-JUL-10','31-JUL-10',201.25,'BRICKEL','ROCKY',3,1 +29253,'AOB','31-JUL-10','03-AUG-10',175.00,'HILDRED','MARTY',3,1 +76149,'AOB','07-AUG-10','09-AUG-10',201.25,'HONEYWELL','JULIANA',2,2 +24300,'AOB','09-AUG-10','15-AUG-10',201.25,'CANDON','PIERRE',4,0 +13058,'AOB','17-AUG-10','18-AUG-10',157.50,'ABATIELL','CATHRYN',1,2 +95605,'AOB','18-AUG-10','20-AUG-10',218.75,'FIGLIOLI','NANCI',1,2 +17270,'AOB','20-AUG-10','23-AUG-10',175.00,'RELLIHAN','COURTNEY',1,0 +67427,'AOB','02-SEP-10','14-SEP-10',175.00,'STRACK','PORTER',1,3 +33748,'AOB','14-SEP-10','16-SEP-10',175.00,'PIGNONE','JOEL',1,3 +47146,'AOB','16-SEP-10','23-SEP-10',201.25,'GATTSHALL','REGAN',1,0 +95204,'AOB','08-OCT-10','14-OCT-10',157.50,'CARRUTH','SANDY',1,2 +41619,'AOB','15-OCT-10','22-OCT-10',175.00,'MASSEY','DORIAN',4,0 +80390,'AOB','22-OCT-10','31-OCT-10',157.50,'PHILBERT','CHRISTIE',2,2 +44836,'AOB','31-OCT-10','03-NOV-10',148.75,'DEFRANG','DWAIN',1,0 +69035,'AOB','18-NOV-10','26-NOV-10',218.75,'KU','MERIDETH',1,3 +29287,'AOB','01-DEC-10','08-DEC-10',218.75,'FRYDAY','HERBERT',2,0 +18834,'AOB','08-DEC-10','10-DEC-10',148.75,'DUCHARME','MIGUELINA',2,0 +58934,'AOB','15-DEC-10','22-DEC-10',201.25,'RICHARD','ROBBY',1,1 +82502,'AOB','25-DEC-10','26-DEC-10',175.00,'KRULIK','JEFFRY',1,2 +36890,'AOB','26-DEC-10','28-DEC-10',175.00,'PHILBERT','CHRISTIE',2,1 +10984,'AOB','28-DEC-10','01-JAN-11',201.25,'ZULLO','WILLY',2,1 +80192,'MWC','01-JAN-10','03-JAN-10',112.50,'MUHLESTEIN','REINALDO',3,1 +58266,'MWC','08-JAN-10','14-JAN-10',125.00,'PICKARD','HORTENCIA',1,0 +53876,'MWC','14-JAN-10','15-JAN-10',125.00,'KEBEDE','ARON',3,0 +82409,'MWC','30-JAN-10','01-FEB-10',125.00,'QUARTO','VANDA',4,0 +39640,'MWC','01-FEB-10','05-FEB-10',143.75,'HERZING','DELPHIA',2,1 +31371,'MWC','05-FEB-10','06-FEB-10',125.00,'TARZIA','KAYLEE',2,0 +31508,'MWC','10-FEB-10','14-FEB-10',112.50,'FULK','GENE',4,0 +37985,'MWC','15-FEB-10','18-FEB-10',112.50,'PEDERSON','DOTTIE',1,1 +54966,'MWC','23-FEB-10','24-FEB-10',125.00,'MAZUREK','LEIGHANN',1,0 +64987,'MWC','28-FEB-10','05-MAR-10',125.00,'BRESSE','BURTON',1,0 +40678,'MWC','22-MAR-10','29-MAR-10',112.50,'KENNETT','QUEEN',3,0 +36356,'MWC','29-MAR-10','04-APR-10',125.00,'SPECTOR','FRITZ',2,1 +35180,'MWC','07-APR-10','08-APR-10',125.00,'POWNELL','BRIDGET',1,0 +96909,'MWC','09-APR-10','15-APR-10',125.00,'WILLIBRAND','HEATHER',3,0 +79056,'MWC','19-APR-10','25-APR-10',125.00,'GANZER','HYMAN',2,0 +90108,'MWC','30-APR-10','01-MAY-10',156.25,'FANZO','TERRY',1,0 +30479,'MWC','01-MAY-10','10-MAY-10',143.75,'QUISPE','MARGARITO',1,1 +60169,'MWC','10-MAY-10','16-MAY-10',125.00,'ROSATI','LORENA',1,3 +91415,'MWC','16-MAY-10','18-MAY-10',112.50,'LEHRFELD','CHERLY',3,0 +87943,'MWC','21-MAY-10','28-MAY-10',125.00,'LUTFY','LIZETTE',2,0 +14273,'MWC','28-MAY-10','30-MAY-10',125.00,'STARE','ELIJAH',1,0 +25134,'MWC','31-MAY-10','02-JUN-10',143.75,'HARDYMAN','CLAYTON',1,1 +34244,'MWC','04-JUN-10','06-JUN-10',112.50,'SPIKE','ROSENDA',4,0 +84244,'MWC','06-JUN-10','07-JUN-10',125.00,'TALAT','MEAGHAN',2,1 +64456,'MWC','07-JUN-10','09-JUN-10',125.00,'MCCLENNINGHAM','BRADLY',1,2 +86375,'MWC','12-JUN-10','22-JUN-10',156.25,'RANAUDO','SELINA',1,0 +84120,'MWC','29-JUN-10','05-JUL-10',143.75,'LOTTO','MYRA',3,1 +72817,'MWC','08-JUL-10','09-JUL-10',143.75,'FINEFROCK','ALEXIS',1,2 +16136,'MWC','09-JUL-10','12-JUL-10',143.75,'FERENCE','MORGAN',1,0 +44378,'MWC','12-JUL-10','13-JUL-10',125.00,'COTMAN','JOLYNN',1,3 +54323,'MWC','13-JUL-10','14-JUL-10',106.25,'LUNNEY','YVETTE',3,0 +18311,'MWC','27-JUL-10','31-JUL-10',125.00,'LUEDKE','BRYNN',1,1 +65909,'MWC','31-JUL-10','01-AUG-10',112.50,'BENDICKSON','NEWTON',2,0 +70287,'MWC','02-AUG-10','11-AUG-10',143.75,'MAEDA','DUSTY',1,0 +92348,'MWC','11-AUG-10','17-AUG-10',125.00,'BARTHELL','RICARDA',1,0 +53295,'MWC','17-AUG-10','22-AUG-10',106.25,'HANUS','THEOLA',2,1 +97375,'MWC','26-AUG-10','27-AUG-10',112.50,'DONNELLEY','GARNET',3,0 +79219,'MWC','27-AUG-10','30-AUG-10',125.00,'KLAASS','HYON',3,1 +69840,'MWC','30-AUG-10','03-SEP-10',112.50,'KNERIEN','GRANT',2,1 +95620,'MWC','07-SEP-10','10-SEP-10',112.50,'ZAHLER','GORDON',1,0 +35136,'MWC','10-SEP-10','12-SEP-10',112.50,'MALCHOW','RAMIRO',1,0 +67464,'MWC','27-SEP-10','30-SEP-10',112.50,'KVETON','FREDRICK',1,1 +38677,'MWC','05-OCT-10','11-OCT-10',156.25,'HORELICK','BYRON',2,0 +32116,'MWC','15-OCT-10','17-OCT-10',143.75,'RUSSO','MELODY',1,1 +21848,'MWC','17-OCT-10','18-OCT-10',112.50,'CLOFFI','CHAROLETTE',1,0 +73473,'MWC','18-OCT-10','27-OCT-10',125.00,'ROTCHFORD','DWIGHT',3,0 +98441,'MWC','30-OCT-10','07-NOV-10',106.25,'RAMPLEY','HERMA',4,0 +54781,'MWC','07-NOV-10','11-NOV-10',125.00,'KUTA','HERMAN',1,2 +93587,'MWC','11-NOV-10','12-NOV-10',112.50,'ZELAYA','PRINCE',3,1 +33271,'MWC','29-NOV-10','02-DEC-10',143.75,'YONKERS','RHETT',2,2 +40043,'MWC','04-DEC-10','14-DEC-10',125.00,'LANSBERRY','JESUSITA',3,1 +33155,'MWC','14-DEC-10','16-DEC-10',143.75,'FOLGER','ELOISA',1,0 +88588,'MWC','16-DEC-10','17-DEC-10',125.00,'RELFORD','MARYBELLE',2,0 +57015,'MWC','19-DEC-10','20-DEC-10',106.25,'BUSTER','TOM',1,0 +87890,'MWC','20-DEC-10','22-DEC-10',143.75,'HELKE','ISAAC',1,0 +66189,'MWC','30-DEC-10','04-JAN-11',143.75,'FROEHNER','LATRISHA',3,0 +76801,'HBB','06-JAN-10','18-JAN-10',125.00,'CRACE','HERB',1,1 +24408,'HBB','18-JAN-10','19-JAN-10',100.00,'RADIN','RUSTY',1,0 +21980,'HBB','05-FEB-10','08-FEB-10',115.00,'SIDDELL','MACY',1,1 +87260,'HBB','13-FEB-10','15-FEB-10',90.00,'REPKE','CHAE',1,1 +78241,'HBB','20-FEB-10','28-FEB-10',85.00,'CHAMBLEE','ALTHA',2,0 +64657,'HBB','01-MAR-10','06-MAR-10',115.00,'VIPPERMAN','PABLO',2,0 +25558,'HBB','17-MAR-10','19-MAR-10',125.00,'SHOULDER','FLORENTINO',1,1 +82874,'HBB','30-MAR-10','09-APR-10',125.00,'ATTEBURG','ELMIRA',1,1 +89780,'HBB','09-APR-10','11-APR-10',100.00,'WAHR','CLINT',1,0 +63523,'HBB','15-APR-10','16-APR-10',115.00,'RATTANA','WINFRED',1,0 +30723,'HBB','16-APR-10','23-APR-10',125.00,'MASSER','TROY',2,0 +88884,'HBB','27-APR-10','30-APR-10',85.00,'KIRAKOSYAN','KAREEM',1,1 +18019,'HBB','03-MAY-10','05-MAY-10',115.00,'ARNDELL','JEFFEREY',1,1 +77379,'HBB','06-MAY-10','08-MAY-10',115.00,'TORNQUIST','JESS',1,0 +45157,'HBB','11-MAY-10','18-MAY-10',115.00,'WICKLIN','WYNELL',2,0 +77574,'HBB','22-MAY-10','03-JUN-10',90.00,'CASMORE','MARINE',1,1 +69945,'HBB','07-JUN-10','09-JUN-10',115.00,'FLEURILUS','KATTIE',1,0 +73154,'HBB','14-JUN-10','19-JUN-10',115.00,'SAILORS','SANDA',1,0 +97000,'HBB','20-JUN-10','26-JUN-10',125.00,'OCHS','ANGLA',1,0 +34855,'HBB','01-JUL-10','04-JUL-10',100.00,'YURICK','SHARA',2,0 +86394,'HBB','07-JUL-10','09-JUL-10',100.00,'WESTLING','DACIA',2,0 +49467,'HBB','09-JUL-10','16-JUL-10',115.00,'SUSMILCH','RAYMUNDO',1,0 +65206,'HBB','16-JUL-10','21-JUL-10',100.00,'HIRONS','RANDAL',1,1 +12686,'HBB','22-JUL-10','25-JUL-10',85.00,'GROWNEY','MELVIN',2,0 +92608,'HBB','30-JUL-10','01-AUG-10',125.00,'PENCEK','SILVIA',1,0 +71443,'HBB','02-AUG-10','05-AUG-10',100.00,'KLIMAVICIUS','ULRIKE',1,0 +52799,'HBB','05-AUG-10','07-AUG-10',85.00,'WANDREI','ISSAC',1,0 +41880,'HBB','07-AUG-10','09-AUG-10',100.00,'PLAKE','KARMEN',1,0 +25262,'HBB','09-AUG-10','11-AUG-10',115.00,'YAPLE','CLAUDIE',1,0 +10500,'HBB','11-AUG-10','12-AUG-10',90.00,'YESSIOS','ANNIS',1,0 +97585,'HBB','15-AUG-10','16-AUG-10',85.00,'PARISER','ELIJAH',1,0 +84334,'HBB','19-AUG-10','25-AUG-10',125.00,'NEUBECKER','GARY',2,0 +28589,'HBB','25-AUG-10','26-AUG-10',115.00,'RIMAR','KEELY',2,0 +62874,'HBB','26-AUG-10','27-AUG-10',100.00,'SKIBA','MITCHELL',1,1 +46665,'HBB','31-AUG-10','09-SEP-10',100.00,'MABRA','MARGET',1,0 +40241,'HBB','13-SEP-10','15-SEP-10',85.00,'CORSARO','SHELLA',1,1 +48604,'HBB','16-SEP-10','22-SEP-10',115.00,'GARCES','CRISTIE',1,1 +48665,'HBB','26-SEP-10','28-SEP-10',90.00,'STOUDYMIRE','COLUMBUS',1,1 +20572,'HBB','28-SEP-10','29-SEP-10',115.00,'SANDLER','JENISE',2,0 +97269,'HBB','04-OCT-10','05-OCT-10',115.00,'MELVE','PHIL',1,1 +25616,'HBB','05-OCT-10','06-OCT-10',100.00,'KOSANOVIC','EWA',1,0 +87713,'HBB','08-OCT-10','10-OCT-10',90.00,'TANKER','JONE',1,0 +44040,'HBB','15-OCT-10','16-OCT-10',90.00,'ZELAYA','PRINCE',1,0 +21202,'HBB','21-OCT-10','23-OCT-10',125.00,'CASAGRANDA','BRAIN',2,0 +10105,'HBB','23-OCT-10','25-OCT-10',100.00,'SELBIG','CONRAD',1,0 +19194,'HBB','29-OCT-10','05-NOV-10',125.00,'WORKINGER','CLIFTON',1,0 +35959,'HBB','07-NOV-10','09-NOV-10',100.00,'BRAND','TROY',1,0 +74141,'HBB','14-NOV-10','16-NOV-10',100.00,'BRODOWSKI','RODERICK',1,0 +56737,'HBB','17-NOV-10','18-NOV-10',100.00,'PETTINE','NUMBERS',2,0 +80302,'HBB','22-NOV-10','24-NOV-10',115.00,'KLEIMAN','MAURICIO',1,0 +55862,'HBB','28-NOV-10','05-DEC-10',85.00,'BIERWAGEN','MARK',1,1 +63078,'HBB','05-DEC-10','06-DEC-10',90.00,'WHITTEN','MITZI',1,0 +63043,'HBB','06-DEC-10','07-DEC-10',85.00,'CIERPKE','DOT',1,1 +73785,'HBB','07-DEC-10','09-DEC-10',100.00,'ROGGE','MEREDITH',2,0 +93165,'HBB','10-DEC-10','14-DEC-10',90.00,'LEDOUX','LENA',1,0 +58668,'HBB','14-DEC-10','19-DEC-10',125.00,'COASTER','MERLE',1,1 +17672,'HBB','21-DEC-10','22-DEC-10',90.00,'DECHELLIS','AARON',1,0 +84695,'HBB','22-DEC-10','23-DEC-10',90.00,'BRAND','TROY',2,0 +38636,'HBB','29-DEC-10','31-DEC-10',115.00,'FORESTA','JORDON',1,0 +43157,'HBB','31-DEC-10','06-JAN-11',100.00,'STURN','NEVADA',2,0 +96005,'IBD','01-JAN-10','07-JAN-10',150.00,'BUTALA','YEVETTE',3,0 +67066,'IBD','07-JAN-10','11-JAN-10',135.00,'EDHOLM','ALFRED',3,1 +14226,'IBD','11-JAN-10','12-JAN-10',150.00,'SCHOENHUT','VERNICE',2,1 +62078,'IBD','12-JAN-10','25-JAN-10',172.50,'BRODOWSKI','RODERICK',1,0 +43303,'IBD','27-JAN-10','28-JAN-10',150.00,'MENINO','STEVEN',1,1 +14678,'IBD','28-JAN-10','30-JAN-10',150.00,'SATERFIELD','FRANCISCO',3,1 +30363,'IBD','30-JAN-10','09-FEB-10',172.50,'JAHALY','DELORSE',3,0 +80613,'IBD','09-FEB-10','12-FEB-10',135.00,'CREDIT','JANESSA',1,3 +98216,'IBD','18-FEB-10','25-FEB-10',150.00,'RAMSDEN','BILLIE',1,0 +43654,'IBD','27-FEB-10','28-FEB-10',172.50,'BORROMEO','EBONY',2,1 +56509,'IBD','08-MAR-10','10-MAR-10',150.00,'VONDRA','HUMBERTO',3,0 +95519,'IBD','21-MAR-10','23-MAR-10',172.50,'ZINDEL','CHUNG',2,2 +57275,'IBD','28-MAR-10','02-APR-10',150.00,'MABRA','MARGET',3,0 +66089,'IBD','06-APR-10','07-APR-10',135.00,'WINNEN','TYLER',2,1 +70741,'IBD','09-APR-10','14-APR-10',150.00,'EERKES','CODY',3,0 +20107,'IBD','14-APR-10','16-APR-10',135.00,'ARBUCKLE','LORENA',2,1 +13136,'IBD','16-APR-10','17-APR-10',187.50,'FEYLER','EMILIA',1,0 +33427,'IBD','17-APR-10','21-APR-10',135.00,'BEALLE','RASHAD',1,0 +80989,'IBD','24-APR-10','06-MAY-10',150.00,'TIPPIN','ASUNCION',1,0 +97996,'IBD','06-MAY-10','07-MAY-10',135.00,'LUCIDO','AHMAD',1,1 +55870,'IBD','08-MAY-10','13-MAY-10',135.00,'BELONGIE','BIBI',1,3 +11645,'IBD','13-MAY-10','19-MAY-10',135.00,'SWAIT','DAN',2,1 +19394,'IBD','23-MAY-10','25-MAY-10',150.00,'HARPE','GERMAN',1,2 +99845,'IBD','27-MAY-10','28-MAY-10',150.00,'SEVILLANO','LILLI',3,0 +32933,'IBD','05-JUN-10','06-JUN-10',135.00,'MURASSO','JAMIE',2,1 +83021,'IBD','06-JUN-10','07-JUN-10',172.50,'KLAVETTER','DOUGLASS',1,3 +65153,'IBD','12-JUN-10','14-JUN-10',150.00,'VEGHER','ANGELA',1,2 +96983,'IBD','18-JUN-10','23-JUN-10',127.50,'CLOWERD','ARNULFO',2,1 +86560,'IBD','23-JUN-10','24-JUN-10',187.50,'SHUTTERS','CLARINDA',3,1 +87086,'IBD','28-JUN-10','07-JUL-10',150.00,'WAGERS','HOUSTON',1,0 +98882,'IBD','07-JUL-10','14-JUL-10',127.50,'GOON','JONE',1,0 +27983,'IBD','22-JUL-10','24-JUL-10',135.00,'SWARTWOOD','JENI',3,1 +37425,'IBD','26-JUL-10','28-JUL-10',150.00,'FIERECK','ALBERTA',4,0 +17222,'IBD','28-JUL-10','07-AUG-10',150.00,'BOHMAN','LAYNE',1,3 +20269,'IBD','12-AUG-10','19-AUG-10',135.00,'BILLICK','NIEVES',1,0 +24326,'IBD','19-AUG-10','21-AUG-10',135.00,'CULMER','LLOYD',1,3 +63600,'IBD','21-AUG-10','28-AUG-10',150.00,'WEARS','LIBBIE',3,0 +37845,'IBD','29-AUG-10','30-AUG-10',127.50,'PENEZ','AMIEE',1,0 +24986,'IBD','30-AUG-10','01-SEP-10',150.00,'HEATH','PASQUALE',4,0 +12085,'IBD','04-SEP-10','08-SEP-10',135.00,'GLASGLOW','EMMANUEL',2,0 +29937,'IBD','08-SEP-10','10-SEP-10',150.00,'OBERHAUSEN','JODY',2,1 +11703,'IBD','10-SEP-10','11-SEP-10',172.50,'HAVIS','SHERILYN',2,0 +10183,'IBD','19-SEP-10','20-SEP-10',150.00,'GABLER','DOLLIE',2,0 +14149,'IBD','20-SEP-10','22-SEP-10',150.00,'HOULIHAN','LEVI',2,1 +17405,'IBD','02-OCT-10','03-OCT-10',127.50,'KESTER','KIZZY',3,1 +21625,'IBD','03-OCT-10','14-OCT-10',187.50,'BOSE','FRANCISCO',1,2 +43651,'IBD','19-OCT-10','21-OCT-10',150.00,'LAGERMAN','LEOLA',2,0 +37060,'IBD','21-OCT-10','23-OCT-10',150.00,'PASSANTINO','DALLAS',1,3 +66548,'IBD','23-OCT-10','26-OCT-10',150.00,'FEASTER','KRISTOPHER',3,0 +11857,'IBD','27-OCT-10','29-OCT-10',187.50,'HARDINA','LORITA',4,0 +33395,'IBD','31-OCT-10','02-NOV-10',150.00,'METER','ROSA',2,0 +43584,'IBD','02-NOV-10','04-NOV-10',135.00,'BRUSKI','MONTY',1,2 +93736,'IBD','07-NOV-10','10-NOV-10',135.00,'TREGRE','COLTON',2,1 +44310,'IBD','15-NOV-10','21-NOV-10',135.00,'DIEZ','NADIA',4,0 +47511,'IBD','21-NOV-10','22-NOV-10',172.50,'VELIE','NIKKI',1,2 +88892,'IBD','22-NOV-10','26-NOV-10',187.50,'MARKWORTH','DESPINA',4,0 +26798,'IBD','30-NOV-10','06-DEC-10',135.00,'BONJORNO','IGNACIO',1,1 +33195,'IBD','06-DEC-10','12-DEC-10',150.00,'DEHLINGER','VANCE',3,1 +72506,'IBD','12-DEC-10','25-DEC-10',150.00,'KNERIEN','GRANT',2,0 +70889,'IBD','25-DEC-10','26-DEC-10',172.50,'DINUNZIO','FELIPE',1,3 +72890,'IBD','26-DEC-10','27-DEC-10',172.50,'AKHTAR','BENTON',1,0 +71679,'IBD','27-DEC-10','31-DEC-10',172.50,'MIKEL','BRIGIDA',1,0 +43692,'IBD','31-DEC-10','01-JAN-11',172.50,'BEAMON','HYACINTH',1,0 +83481,'TAA','03-JAN-10','07-JAN-10',67.50,'ENGELSON','MIKKI',2,0 +38209,'TAA','08-JAN-10','13-JAN-10',86.25,'ECKERT','EDIE',1,0 +89102,'TAA','14-JAN-10','15-JAN-10',67.50,'CARBACK','ZOLA',2,0 +87915,'TAA','18-JAN-10','24-JAN-10',63.75,'ACHENBACH','HERB',1,0 +57627,'TAA','29-JAN-10','05-FEB-10',67.50,'SWEAZY','ROY',1,1 +77911,'TAA','05-FEB-10','07-FEB-10',75.00,'WIDOWSKI','EUSEBIO',2,0 +56475,'TAA','07-FEB-10','08-FEB-10',93.75,'KLIGER','TRICIA',1,0 +89519,'TAA','09-FEB-10','10-FEB-10',75.00,'STIMSON','NICOLA',1,0 +62313,'TAA','10-FEB-10','12-FEB-10',86.25,'WAEGNER','BROOKS',1,1 +68829,'TAA','12-FEB-10','15-FEB-10',67.50,'POIRRIER','SUZETTE',1,1 +84756,'TAA','19-FEB-10','22-FEB-10',75.00,'CARLYLE','BILLYE',1,1 +13972,'TAA','22-FEB-10','25-FEB-10',67.50,'DAYA','COREY',2,0 +55985,'TAA','25-FEB-10','26-FEB-10',86.25,'BASSI','DUSTY',1,0 +92508,'TAA','26-FEB-10','27-FEB-10',75.00,'MULE','DIONNA',2,0 +56344,'TAA','02-MAR-10','03-MAR-10',86.25,'INGUARDSEN','HARRISON',1,0 +24420,'TAA','03-MAR-10','12-MAR-10',75.00,'SCHLESSER','FLOYD',1,1 +74927,'TAA','24-MAR-10','26-MAR-10',67.50,'MACROSTIE','SABRINA',1,0 +69499,'TAA','27-MAR-10','29-MAR-10',75.00,'AKHTAR','BENTON',1,0 +44771,'TAA','29-MAR-10','30-MAR-10',67.50,'NOBLIN','BELKIS',2,0 +31636,'TAA','09-APR-10','11-APR-10',75.00,'FAGERSTROM','ALLAN',1,0 +36855,'TAA','13-APR-10','14-APR-10',67.50,'TRAMM','SANG',1,0 +92463,'TAA','14-APR-10','15-APR-10',75.00,'DAOUD','STEPHEN',1,0 +26423,'TAA','15-APR-10','18-APR-10',86.25,'DEININGER','RICKIE',1,1 +49886,'TAA','21-APR-10','27-APR-10',86.25,'BRINAR','WOODROW',1,1 +75081,'TAA','27-APR-10','07-MAY-10',75.00,'HANSEN','LAREE',1,0 +29496,'TAA','07-MAY-10','14-MAY-10',75.00,'HONIGSBERG','PEARLENE',1,0 +97924,'TAA','19-MAY-10','21-MAY-10',75.00,'SPECTOR','FRITZ',2,0 +61861,'TAA','30-MAY-10','12-JUN-10',86.25,'EASTLING','AUNDREA',1,0 +27125,'TAA','13-JUN-10','15-JUN-10',75.00,'BOESER','DIVINA',1,0 +26487,'TAA','15-JUN-10','19-JUN-10',63.75,'JUHL','MILLARD',1,0 +97491,'TAA','19-JUN-10','23-JUN-10',86.25,'BALCOM','JOEY',1,0 +49153,'TAA','23-JUN-10','30-JUN-10',86.25,'ZEPEDA','ELANA',1,0 +68265,'TAA','30-JUN-10','03-JUL-10',67.50,'BREGER','BOYD',2,0 +94949,'TAA','03-JUL-10','09-JUL-10',75.00,'FINEFROCK','ALEXIS',1,1 +67917,'TAA','09-JUL-10','13-JUL-10',75.00,'SALERNO','LOU',1,0 +86151,'TAA','13-JUL-10','15-JUL-10',67.50,'RIOPEL','TANA',1,1 +32112,'TAA','20-JUL-10','27-JUL-10',75.00,'SAMPLES','CLAIR',1,0 +94735,'TAA','31-JUL-10','05-AUG-10',75.00,'ALMGREN','CHANTAY',1,1 +89433,'TAA','08-AUG-10','18-AUG-10',63.75,'SHALHOUP','AMAL',1,0 +19017,'TAA','18-AUG-10','30-AUG-10',86.25,'EERKES','CODY',2,0 +38017,'TAA','05-SEP-10','07-SEP-10',75.00,'SHOULDER','FLORENTINO',2,0 +85547,'TAA','11-SEP-10','16-SEP-10',93.75,'EMIGHOLZ','ERWIN',1,1 +35546,'TAA','19-SEP-10','24-SEP-10',67.50,'YUK','TIM',1,0 +32552,'TAA','11-OCT-10','12-OCT-10',75.00,'MIDTHUN','EMMANUEL',1,0 +16693,'TAA','17-OCT-10','18-OCT-10',67.50,'ASHCROFT','RONALD',1,0 +20463,'TAA','19-OCT-10','22-OCT-10',75.00,'VANBLARICUM','CRISTIE',1,1 +69654,'TAA','23-OCT-10','29-OCT-10',75.00,'TOLLINCHI','CHRISTOPER',2,0 +67381,'TAA','02-NOV-10','04-NOV-10',75.00,'GUERETTE','CLARETTA',2,0 +58942,'TAA','04-NOV-10','08-NOV-10',75.00,'HULETTE','DARIUS',1,0 +76087,'TAA','18-NOV-10','23-NOV-10',67.50,'SELIGA','LEOPOLDO',1,1 +81825,'TAA','25-NOV-10','27-NOV-10',86.25,'DEVEY','GIUSEPPE',1,1 +90621,'TAA','28-NOV-10','30-NOV-10',86.25,'RENDLEMAN','JULI',1,0 +42000,'TAA','04-DEC-10','11-DEC-10',93.75,'STRINGFELLOW','GEARLDINE',2,0 +33013,'TAA','16-DEC-10','18-DEC-10',67.50,'STYCH','DIA',1,0 +33339,'TAA','22-DEC-10','27-DEC-10',67.50,'WISSINGER','JACQUES',1,0 +54274,'TAA','27-DEC-10','28-DEC-10',75.00,'PEYATT','SHERON',1,0 +84497,'TAA','28-DEC-10','29-DEC-10',75.00,'FRERICKS','RONNY',2,0 +46908,'TAA','29-DEC-10','30-DEC-10',86.25,'PULOS','ROBERTO',1,0 +47108,'TAA','30-DEC-10','12-JAN-11',75.00,'WILCUTT','BLAINE',1,0 +87722,'CAS','01-JAN-10','07-JAN-10',175.00,'GIERLING','TRENT',2,0 +24980,'CAS','07-JAN-10','08-JAN-10',201.25,'GRONDAHL','ELVINA',1,0 +38140,'CAS','22-JAN-10','23-JAN-10',218.75,'KUDRON','CATHERIN',3,0 +75632,'CAS','26-JAN-10','27-JAN-10',148.75,'DONIGAN','GLEN',2,1 +97542,'CAS','27-JAN-10','29-JAN-10',175.00,'GARZONE','EDISON',3,0 +89101,'CAS','29-JAN-10','30-JAN-10',201.25,'GIOVANINI','ROXANE',1,1 +57298,'CAS','30-JAN-10','03-FEB-10',148.75,'KNOP','JEFFRY',1,0 +56797,'CAS','03-FEB-10','05-FEB-10',175.00,'PFEUFFER','VALENTIN',3,0 +32138,'CAS','05-FEB-10','07-FEB-10',175.00,'KOEHNE','YUONNE',3,1 +74036,'CAS','08-FEB-10','14-FEB-10',175.00,'MANTERNACH','ALBERTA',2,0 +90483,'CAS','14-FEB-10','25-FEB-10',175.00,'HUIZINGA','GILBERT',2,1 +83347,'CAS','26-FEB-10','28-FEB-10',201.25,'MCCULLARS','ALEIDA',2,0 +99340,'CAS','04-MAR-10','05-MAR-10',175.00,'DONIGAN','GLEN',3,0 +90569,'CAS','06-MAR-10','07-MAR-10',201.25,'LIBBERTON','SAM',1,0 +36156,'CAS','07-MAR-10','12-MAR-10',175.00,'GUILFOIL','KOREY',2,0 +66494,'CAS','14-MAR-10','18-MAR-10',157.50,'KOLB','ENA',3,0 +11718,'CAS','18-MAR-10','19-MAR-10',157.50,'GLIWSKI','DAN',2,1 +20991,'CAS','19-MAR-10','01-APR-10',201.25,'PLYMEL','STEPHEN',1,0 +92372,'CAS','01-APR-10','03-APR-10',175.00,'GOODHUE','RUSSELL',1,0 +46496,'CAS','08-APR-10','12-APR-10',175.00,'ALWINE','SHAWANDA',3,0 +31695,'CAS','16-APR-10','18-APR-10',148.75,'KEPKE','HAROLD',2,0 +14644,'CAS','23-APR-10','24-APR-10',148.75,'VOLANTE','EMERY',4,0 +12631,'CAS','24-APR-10','26-APR-10',175.00,'ONEEL','PASQUALE',1,0 +83133,'CAS','26-APR-10','27-APR-10',175.00,'JEE','HERMAN',2,2 +93732,'CAS','30-APR-10','02-MAY-10',157.50,'STARE','ELIJAH',1,0 +82884,'CAS','07-MAY-10','08-MAY-10',157.50,'LEVAR','NYLA',2,1 +13192,'CAS','08-MAY-10','15-MAY-10',175.00,'MCCORVEY','JESUS',1,0 +46797,'CAS','15-MAY-10','16-MAY-10',175.00,'VANBLARICUM','CRISTIE',3,1 +93382,'CAS','16-MAY-10','22-MAY-10',175.00,'PACHERO','MAGAN',2,2 +83866,'CAS','01-JUN-10','05-JUN-10',148.75,'BARBER','CALEB',3,0 +70937,'CAS','06-JUN-10','07-JUN-10',148.75,'BERTINI','DYAN',3,0 +92150,'CAS','13-JUN-10','16-JUN-10',157.50,'BOBSEINE','HUMBERTO',1,2 +87631,'CAS','16-JUN-10','23-JUN-10',175.00,'EDEMANN','KACI',1,0 +70863,'CAS','23-JUN-10','05-JUL-10',201.25,'MUHLESTEIN','REINALDO',1,2 +29003,'CAS','05-JUL-10','07-JUL-10',175.00,'MASSER','TROY',1,1 +21050,'CAS','11-JUL-10','17-JUL-10',175.00,'CHATTERJEE','ALFRED',3,0 +59593,'CAS','17-JUL-10','18-JUL-10',218.75,'GRULKEY','JULIO',1,3 +92515,'CAS','18-JUL-10','25-JUL-10',201.25,'LIESTMAN','TOVA',2,0 +80282,'CAS','27-JUL-10','29-JUL-10',157.50,'PETERSON','SHARRI',1,1 +42424,'CAS','01-AUG-10','14-AUG-10',157.50,'SCARPINO','BERNITA',2,0 +19812,'CAS','14-AUG-10','15-AUG-10',157.50,'MCCARTER','IVAN',3,1 +85102,'CAS','15-AUG-10','16-AUG-10',201.25,'GIANOPULOS','LYLA',1,0 +90653,'CAS','16-AUG-10','17-AUG-10',175.00,'SHIYOU','SYLVIE',1,0 +32565,'CAS','21-AUG-10','26-AUG-10',157.50,'KALAFATIS','KEITH',3,0 +28447,'CAS','26-AUG-10','27-AUG-10',175.00,'GEOHAGAN','ISSAC',2,2 +75770,'CAS','27-AUG-10','29-AUG-10',175.00,'TRIGLETH','REYES',3,0 +26380,'CAS','30-AUG-10','31-AUG-10',201.25,'KABZINSKI','MILLIE',1,0 +15059,'CAS','31-AUG-10','07-SEP-10',157.50,'LERCH','NICKY',3,1 +21863,'CAS','07-SEP-10','08-SEP-10',175.00,'ARGOTE','ODELIA',1,0 +62161,'CAS','08-SEP-10','09-SEP-10',157.50,'IKEDA','FREEMAN',1,0 +32781,'CAS','09-SEP-10','15-SEP-10',175.00,'DURAN','BO',2,2 +98805,'CAS','16-SEP-10','18-SEP-10',175.00,'WITHFIELD','IVORY',1,1 +37456,'CAS','18-SEP-10','19-SEP-10',175.00,'BOWEN','NIDA',2,0 +10990,'CAS','21-SEP-10','27-SEP-10',175.00,'TRACHSEL','DAMIEN',1,3 +72813,'CAS','29-SEP-10','03-OCT-10',201.25,'WEINLAND','BEV',3,1 +21216,'CAS','03-OCT-10','04-OCT-10',201.25,'VANNAMAN','ERICH',1,0 +98711,'CAS','08-OCT-10','09-OCT-10',201.25,'ROSSEY','ALLEN',1,0 +88863,'CAS','22-OCT-10','23-OCT-10',175.00,'TOAN','YONG',1,0 +60313,'CAS','28-OCT-10','30-OCT-10',218.75,'SLONE','LARITA',1,1 +80582,'CAS','30-OCT-10','09-NOV-10',201.25,'PFEUFFER','FREDRICK',1,0 +98328,'CAS','14-NOV-10','15-NOV-10',201.25,'MORAWSKI','KRIS',1,3 +16234,'CAS','15-NOV-10','16-NOV-10',157.50,'GRABILL','JULEE',2,0 +32739,'CAS','20-NOV-10','24-NOV-10',148.75,'SHAFE','TUAN',1,2 +94073,'CAS','27-NOV-10','03-DEC-10',175.00,'MANSELL','FLORENTINO',1,0 +32015,'CAS','03-DEC-10','05-DEC-10',201.25,'EADER','JACKIE',2,0 +59986,'CAS','05-DEC-10','09-DEC-10',175.00,'WEINAND','HARRIETT',1,0 +36345,'CAS','10-DEC-10','12-DEC-10',157.50,'TURVAVILLE','TYLER',1,0 +99478,'CAS','29-DEC-10','31-DEC-10',157.50,'WENRICH','ELWOOD',3,0 +93389,'CAS','31-DEC-10','08-JAN-11',218.75,'PELLOWSKI','ELKE',1,0 +32896,'RTE','06-JAN-10','13-JAN-10',157.50,'LUTFY','LIZETTE',1,2 +24412,'RTE','23-JAN-10','30-JAN-10',175.00,'PENEZ','AMIEE',2,0 +76432,'RTE','30-JAN-10','03-FEB-10',148.75,'DIEUDONNE','KRYSTEN',2,2 +62024,'RTE','06-FEB-10','12-FEB-10',157.50,'LUTTRELL','MONTY',1,3 +25374,'RTE','15-FEB-10','17-FEB-10',157.50,'JASPERS','LIBBIE',1,0 +45483,'RTE','17-FEB-10','18-FEB-10',157.50,'JENQUIN','JAY',2,0 +77094,'RTE','23-FEB-10','27-FEB-10',218.75,'DISHAW','CODY',1,2 +93672,'RTE','28-FEB-10','04-MAR-10',148.75,'SOMO','FELICITAS',1,1 +49606,'RTE','04-MAR-10','05-MAR-10',201.25,'YOKUM','GARRY',1,3 +23740,'RTE','07-MAR-10','12-MAR-10',218.75,'NOWLEY','ROMEO',2,0 +14447,'RTE','14-MAR-10','18-MAR-10',201.25,'MAASCH','CHARISSA',2,0 +52353,'RTE','31-MAR-10','07-APR-10',201.25,'WISWELL','JERROD',1,0 +45279,'RTE','08-APR-10','12-APR-10',201.25,'HALBERSTAM','SHERRILL',4,0 +50459,'RTE','14-APR-10','15-APR-10',218.75,'LORENZANO','SON',1,2 +50458,'RTE','18-APR-10','20-APR-10',175.00,'VOLANTE','EMERY',1,2 +98557,'RTE','20-APR-10','21-APR-10',218.75,'MAIDENS','THOMASINE',1,2 +25010,'RTE','22-APR-10','01-MAY-10',201.25,'WESTRUM','TIMMY',2,2 +54061,'RTE','05-MAY-10','12-MAY-10',175.00,'BARTHELL','RICARDA',1,0 +79213,'RTE','17-MAY-10','29-MAY-10',157.50,'NEUZIL','MIREYA',1,3 +34999,'RTE','15-JUN-10','19-JUN-10',175.00,'DANIELLO','RUDOLF',1,1 +37309,'RTE','19-JUN-10','21-JUN-10',175.00,'PERRINO','DENNY',3,1 +48854,'RTE','26-JUN-10','27-JUN-10',175.00,'TROKEY','INGRID',2,0 +22954,'RTE','27-JUN-10','04-JUL-10',157.50,'ALLAIRE','RAMONA',1,1 +14896,'RTE','04-JUL-10','06-JUL-10',148.75,'KUDRON','CATHERIN',1,1 +30186,'RTE','06-JUL-10','07-JUL-10',175.00,'MAKI','ADAN',1,0 +53186,'RTE','09-JUL-10','14-JUL-10',157.50,'MANARD','ARDELIA',1,0 +43707,'RTE','14-JUL-10','16-JUL-10',175.00,'GUT','ALEJANDRA',1,1 +71343,'RTE','19-JUL-10','21-JUL-10',201.25,'TOWBER','MODESTO',1,0 +81785,'RTE','23-JUL-10','24-JUL-10',157.50,'FALT','SHAWN',1,0 +49802,'RTE','30-JUL-10','04-AUG-10',157.50,'CONRAD','ELODIA',1,1 +77535,'RTE','08-AUG-10','12-AUG-10',201.25,'KEBEDE','ARON',1,3 +12142,'RTE','13-AUG-10','23-AUG-10',175.00,'JUNOR','LENNY',3,1 +18398,'RTE','23-AUG-10','24-AUG-10',175.00,'PARAGAS','ALVIN',1,1 +79161,'RTE','24-AUG-10','25-AUG-10',175.00,'RUBERTI','DOMINIC',1,0 +82503,'RTE','27-AUG-10','29-AUG-10',175.00,'RIINA','TATIANA',2,2 +80760,'RTE','03-SEP-10','04-SEP-10',175.00,'DELISSER','COLEMAN',3,1 +42688,'RTE','04-SEP-10','08-SEP-10',148.75,'BRIERTON','MAJOR',1,2 +73364,'RTE','09-SEP-10','10-SEP-10',157.50,'MAROUN','MARTH',1,0 +49609,'RTE','12-SEP-10','17-SEP-10',175.00,'ZEPEDA','ELANA',2,2 +45022,'RTE','20-SEP-10','21-SEP-10',175.00,'PAILET','GIUSEPPE',3,1 +15192,'RTE','22-SEP-10','23-SEP-10',175.00,'JEFFRYES','DANILO',1,0 +15428,'RTE','25-SEP-10','27-SEP-10',175.00,'BROOKSHEAR','NAPOLEON',2,0 +57909,'RTE','02-OCT-10','06-OCT-10',201.25,'OULETTE','ALDO',1,0 +28353,'RTE','06-OCT-10','08-OCT-10',148.75,'PINNELL','ANITA',1,2 +71802,'RTE','23-OCT-10','29-OCT-10',201.25,'GOODHUE','RUSSELL',1,0 +87949,'RTE','02-NOV-10','03-NOV-10',201.25,'SCHWEITZ','DANNETTE',3,1 +19701,'RTE','14-NOV-10','15-NOV-10',201.25,'HOTELLING','REGENIA',1,0 +79296,'RTE','15-NOV-10','17-NOV-10',175.00,'BLACKMORE','APRYL',1,0 +85166,'RTE','17-NOV-10','19-NOV-10',201.25,'RAUGHT','DARON',3,1 +21490,'RTE','23-NOV-10','24-NOV-10',175.00,'PAVLOCK','MARCELO',2,2 +45745,'RTE','29-NOV-10','30-NOV-10',175.00,'MEGGS','CARY',1,0 +83487,'RTE','30-NOV-10','02-DEC-10',175.00,'SHARRER','SHARA',1,0 +38293,'RTE','17-DEC-10','19-DEC-10',157.50,'SCHOSSOW','BO',3,1 +17480,'RTE','22-DEC-10','28-DEC-10',157.50,'DEBARDELABEN','NELL',3,0 +64785,'RTE','28-DEC-10','04-JAN-11',148.75,'MAEWEATHER','AUGUST',3,0 +56517,'FNA','01-JAN-10','04-JAN-10',225.00,'TUPPEN','HANS',1,1 +65186,'FNA','13-JAN-10','15-JAN-10',250.00,'GOSSERAND','CURTIS',2,1 +25966,'FNA','15-JAN-10','17-JAN-10',212.50,'DUMAN','LUKE',3,1 +66899,'FNA','18-JAN-10','19-JAN-10',225.00,'TUNE','MARISSA',1,0 +58779,'FNA','19-JAN-10','21-JAN-10',250.00,'ZENTNER','ROBBIE',1,1 +93918,'FNA','26-JAN-10','31-JAN-10',250.00,'HARDACRE','NEIL',3,0 +51685,'FNA','03-FEB-10','04-FEB-10',250.00,'EIMER','LYNELLE',2,0 +28499,'FNA','04-FEB-10','05-FEB-10',212.50,'DOMINGUEZ','STACEY',1,1 +95600,'FNA','05-FEB-10','07-FEB-10',225.00,'MOUTON','CASANDRA',4,0 +14834,'FNA','07-FEB-10','13-FEB-10',225.00,'WITTROCK','DEBBIE',1,2 +71009,'FNA','18-FEB-10','20-FEB-10',250.00,'OXBORROW','CARLETTA',2,0 +63153,'FNA','20-FEB-10','22-FEB-10',312.50,'TROKEY','INGRID',4,0 +28771,'FNA','26-FEB-10','09-MAR-10',250.00,'MORRISSETTE','FAVIOLA',3,1 +13205,'FNA','14-MAR-10','18-MAR-10',250.00,'VANDOREN','MAJOR',1,0 +72656,'FNA','18-MAR-10','19-MAR-10',250.00,'PICHARD','HOLLIS',1,3 +67292,'FNA','24-MAR-10','28-MAR-10',287.50,'GUEDESSE','SOL',3,0 +22169,'FNA','06-APR-10','07-APR-10',287.50,'SCHUL','HOYT',1,0 +65283,'FNA','08-APR-10','09-APR-10',287.50,'ALLAIRE','RAMONA',2,0 +11631,'FNA','10-APR-10','12-APR-10',312.50,'ESPINO','MARCELINA',2,1 +83396,'FNA','12-APR-10','13-APR-10',250.00,'DRDA','LESTER',1,1 +99863,'FNA','17-APR-10','19-APR-10',250.00,'ARBUCKLE','LORENA',4,0 +54811,'FNA','19-APR-10','20-APR-10',225.00,'KLEVER','ERASMO',2,1 +47352,'FNA','20-APR-10','24-APR-10',225.00,'MARZETT','JOSEPH',1,1 +28691,'FNA','24-APR-10','26-APR-10',225.00,'SLUKA','AIKO',1,1 +73732,'FNA','26-APR-10','28-APR-10',250.00,'RODERICK','JOSLYN',1,0 +26561,'FNA','29-APR-10','03-MAY-10',250.00,'DYDA','DORIAN',2,2 +80964,'FNA','03-MAY-10','10-MAY-10',225.00,'RHYME','QUINN',4,0 +85215,'FNA','14-MAY-10','21-MAY-10',250.00,'TEHNEY','DARRYL',1,0 +60205,'FNA','22-MAY-10','31-MAY-10',225.00,'FRAINE','MANDA',1,1 +37773,'FNA','31-MAY-10','06-JUN-10',312.50,'BOUGIE','MONTE',1,1 +69796,'FNA','09-JUN-10','11-JUN-10',250.00,'LUANGSINGOTHA','WILHELMINA',1,3 +19494,'FNA','12-JUN-10','19-JUN-10',287.50,'VORWERK','DORINE',1,0 +41037,'FNA','19-JUN-10','02-JUL-10',225.00,'DUB','SUZANNE',1,0 +74117,'FNA','02-JUL-10','04-JUL-10',225.00,'HORTILLOSA','FREDDY',1,0 +17338,'FNA','04-JUL-10','05-JUL-10',287.50,'RUBY','QUENTIN',2,2 +71818,'FNA','05-JUL-10','06-JUL-10',250.00,'SALOWITZ','QUEEN',2,1 +99419,'FNA','11-JUL-10','12-JUL-10',250.00,'DALGLEISH','RYAN',4,0 +87412,'FNA','16-JUL-10','22-JUL-10',250.00,'HARE','ELSIE',2,2 +71902,'FNA','27-JUL-10','31-JUL-10',250.00,'ANNABLE','IRA',1,0 +94437,'FNA','31-JUL-10','02-AUG-10',250.00,'SVATEK','KELLY',2,0 +82515,'FNA','02-AUG-10','03-AUG-10',287.50,'ALWINE','SHAWANDA',1,2 +79615,'FNA','03-AUG-10','05-AUG-10',250.00,'CONRAD','ELODIA',1,2 +22615,'FNA','09-AUG-10','10-AUG-10',212.50,'QUISPE','MARGARITO',1,1 +59166,'FNA','20-AUG-10','21-AUG-10',250.00,'TANI','DOMINICK',3,0 +23302,'FNA','21-AUG-10','22-AUG-10',287.50,'CONSTABLE','RASHAD',1,2 +53668,'FNA','22-AUG-10','24-AUG-10',287.50,'FIGUROA','BEN',1,0 +30671,'FNA','29-AUG-10','01-SEP-10',225.00,'KON','DEWAYNE',1,1 +35922,'FNA','01-SEP-10','02-SEP-10',287.50,'SINGERMAN','YAN',1,0 +75457,'FNA','05-SEP-10','07-SEP-10',225.00,'SEGO','HUNG',1,0 +16061,'FNA','11-SEP-10','14-SEP-10',312.50,'ENDLER','ODIS',2,1 +25389,'FNA','19-SEP-10','21-SEP-10',212.50,'INTERRANTE','EMMITT',3,1 +60454,'FNA','06-OCT-10','08-OCT-10',225.00,'GOLSTON','CONSUELA',2,2 +28198,'FNA','08-OCT-10','18-OCT-10',225.00,'SAPORITO','ANDREAS',1,0 +39910,'FNA','19-OCT-10','21-OCT-10',250.00,'KAMINSKY','DANNY',1,0 +92303,'FNA','04-NOV-10','10-NOV-10',287.50,'BRISENDINE','JEWEL',1,0 +26345,'FNA','10-NOV-10','12-NOV-10',250.00,'QUEROS','MAHALIA',1,1 +99236,'FNA','16-NOV-10','17-NOV-10',287.50,'SCHOENING','LEROY',1,1 +85417,'FNA','21-NOV-10','26-NOV-10',225.00,'MULKEY','EMERY',2,0 +10574,'FNA','26-NOV-10','03-DEC-10',287.50,'SWEAZY','ROY',2,1 +29568,'FNA','03-DEC-10','08-DEC-10',225.00,'BOETTNER','REIKO',3,0 +28106,'FNA','11-DEC-10','17-DEC-10',312.50,'VANDERSCHAEGE','MITZIE',2,0 +56373,'FNA','18-DEC-10','20-DEC-10',225.00,'BEGEN','ASHLYN',3,0 +94004,'FNA','21-DEC-10','24-DEC-10',250.00,'JARVI','JOHNNIE',4,0 +28948,'FNA','24-DEC-10','26-DEC-10',287.50,'RUPE','QUIANA',2,0 +71987,'FNA','30-DEC-10','31-DEC-10',250.00,'HARE','ELSIE',2,0 +67409,'FNA','31-DEC-10','04-JAN-11',250.00,'MADRON','DONNIE',2,1 diff --git a/test_database/inn_1/data_csv/Reservations_t.csv b/test_database/inn_1/data_csv/Reservations_t.csv new file mode 100644 index 0000000000000000000000000000000000000000..4db9626d523df53f79675d401d124bfd3650caf5 --- /dev/null +++ b/test_database/inn_1/data_csv/Reservations_t.csv @@ -0,0 +1,601 @@ +Code,Room,CheckIn,CheckOut,Rate,LastName,FirstName,Adults,Kids +47496,'RND',2010-01-01,2010-01-06,150.0,'KLEVER','ERASMO',1,0 +41112,'RND',2010-01-06,2010-01-11,135.0,'HOOLEY','EUGENIO',1,0 +76809,'RND',2010-01-12,2010-01-14,187.5,'WISWELL','JERROD',1,0 +70172,'RND',2010-01-23,2010-01-25,150.0,'ALMANZA','PHEBE',1,0 +44358,'RND',2010-01-25,2010-01-27,150.0,'BOBROW','CLINTON',2,0 +55344,'RND',2010-01-30,2010-01-31,135.0,'RENSCH','LIANA',1,0 +99471,'RND',2010-01-31,2010-02-01,135.0,'ABRAHAMS','ANNETT',1,0 +81473,'RND',2010-02-01,2010-02-02,127.5,'EVERITT','YUK',1,1 +49253,'RND',2010-02-03,2010-02-06,150.0,'NANI','GARRY',1,0 +16748,'RND',2010-02-21,2010-02-23,135.0,'KLIMKO','DONTE',1,0 +69316,'RND',2010-02-26,2010-03-07,150.0,'SULOUFF','JESSICA',1,0 +69844,'RND',2010-03-07,2010-03-11,172.5,'BONIOL','CLINT',1,0 +96839,'RND',2010-03-11,2010-03-12,150.0,'ARANAS','ROD',1,0 +43911,'RND',2010-03-12,2010-03-13,127.5,'NEIN','TEODORO',1,0 +48382,'RND',2010-03-13,2010-03-14,150.0,'SCHLADWEILER','ELEASE',1,0 +77032,'RND',2010-03-14,2010-03-17,172.5,'FRANC','HERBERT',1,0 +30043,'RND',2010-03-17,2010-03-18,150.0,'HELFRITZ','RHEA',2,0 +48539,'RND',2010-03-21,2010-03-28,135.0,'CHINAULT','EDWARDO',2,0 +23850,'RND',2010-04-11,2010-04-17,150.0,'PENNELLA','LAKIA',2,0 +97303,'RND',2010-04-21,2010-04-30,150.0,'WAEGNER','STANFORD',1,0 +21553,'RND',2010-05-01,2010-05-05,172.5,'MECHLING','KERRI',1,0 +28465,'RND',2010-05-05,2010-05-06,150.0,'SALLE','SANTANA',1,0 +62147,'RND',2010-05-06,2010-05-13,135.0,'BURCHAM','JONATHON',1,1 +38368,'RND',2010-05-30,2010-06-06,150.0,'FOCKE','HONEY',1,1 +48822,'RND',2010-06-08,2010-06-12,187.5,'HULETTE','DARIUS',1,0 +18822,'RND',2010-06-12,2010-06-14,150.0,'NORN','GARLAND',2,0 +34034,'RND',2010-06-14,2010-06-20,172.5,'GABBETT','ALLEN',1,0 +52470,'RND',2010-06-20,2010-06-21,127.5,'BAIRAM','BRADLY',1,1 +95709,'RND',2010-06-21,2010-07-02,135.0,'TRUDEN','LEWIS',1,0 +93984,'RND',2010-07-02,2010-07-03,187.5,'DEBARDELABEN','NELL',1,0 +76245,'RND',2010-07-18,2010-07-19,150.0,'TOSTI','DAN',1,1 +30300,'RND',2010-07-19,2010-07-20,135.0,'PRIAL','MYLES',1,0 +70440,'RND',2010-07-23,2010-07-27,150.0,'DEVEY','GIUSEPPE',1,0 +44933,'RND',2010-07-27,2010-07-29,150.0,'FURIA','ELWANDA',2,0 +63458,'RND',2010-07-31,2010-08-01,172.5,'LELEUX','PORTER',1,1 +78964,'RND',2010-08-05,2010-08-06,150.0,'SPERAZZA','WILBUR',2,0 +64503,'RND',2010-08-06,2010-08-11,172.5,'MAURER','TEODORO',2,0 +15534,'RND',2010-08-28,2010-09-01,150.0,'GAUD','REINALDO',1,0 +87560,'RND',2010-09-01,2010-09-02,150.0,'SABALA','MORTON',1,0 +59083,'RND',2010-09-03,2010-09-10,172.5,'HARTFORD','NATHANAEL',2,0 +91895,'RND',2010-09-10,2010-09-11,150.0,'BLADE','RUBEN',1,0 +65416,'RND',2010-09-11,2010-09-13,127.5,'STRICK','NICHOLLE',1,0 +94375,'RND',2010-09-13,2010-09-19,150.0,'WEGER','TOBY',1,0 +69494,'RND',2010-09-21,2010-09-22,135.0,'MINDEN','STACEY',1,0 +14845,'RND',2010-09-27,2010-09-30,150.0,'ROTCH','FLORIDA',1,1 +10449,'RND',2010-09-30,2010-10-01,150.0,'KLESS','NELSON',1,0 +28494,'RND',2010-10-01,2010-10-13,135.0,'DERKAS','GUS',1,0 +67343,'RND',2010-10-14,2010-10-25,172.5,'ALBROUGH','OLYMPIA',2,0 +63293,'RND',2010-10-25,2010-11-01,127.5,'KUTA','HERMAN',1,1 +55551,'RND',2010-11-04,2010-11-08,127.5,'COOKUS','KASHA',2,0 +57705,'RND',2010-11-12,2010-11-15,172.5,'ROTHMAN','GLENNIS',1,0 +48532,'RND',2010-11-20,2010-11-22,135.0,'VANDEBRINK','TRESSIE',1,0 +32049,'RND',2010-11-22,2010-12-04,135.0,'PANOS','LESTER',1,1 +54369,'RND',2010-12-04,2010-12-06,172.5,'MULE','DIONNA',1,0 +24667,'RND',2010-12-08,2010-12-09,187.5,'BAUGUESS','ERYN',1,0 +68385,'RND',2010-12-10,2010-12-12,172.5,'ALBERO','ABBEY',1,0 +46577,'RND',2010-12-12,2010-12-14,135.0,'MAURER','TEODORO',1,0 +41783,'RND',2010-12-19,2010-12-20,187.5,'LEDOUX','LENA',1,0 +30020,'RND',2010-12-21,2010-12-28,135.0,'PORTO','MARIANO',1,1 +26701,'RND',2010-12-28,2010-12-30,150.0,'DEJAEGER','WELDON',2,0 +69598,'RND',2010-12-30,2010-12-31,150.0,'RENIER','MARCELLUS',1,0 +97512,'RND',2010-12-31,2011-01-02,150.0,'FRAILEY','JUANITA',1,0 +74548,'IBS',2010-01-13,2010-01-16,172.5,'BORROMEO','EBONY',1,1 +89123,'IBS',2010-01-20,2010-01-30,172.5,'GISSLER','EFRAIN',1,0 +77967,'IBS',2010-01-30,2010-02-06,172.5,'MCNEELEY','ARTHUR',1,0 +62333,'IBS',2010-02-06,2010-02-07,150.0,'ABATIELL','CATHRYN',2,0 +72456,'IBS',2010-02-08,2010-02-10,150.0,'STARTIN','BRUNA',1,1 +15733,'IBS',2010-02-11,2010-02-13,172.5,'BEALLE','RASHAD',1,0 +39602,'IBS',2010-02-13,2010-02-23,150.0,'STUART','IVA',1,1 +75477,'IBS',2010-02-23,2010-02-24,172.5,'JAHR','JESSIE',2,0 +41754,'IBS',2010-02-24,2010-02-25,172.5,'ANA','ELLAN',1,0 +12138,'IBS',2010-02-28,2010-03-05,150.0,'SHARIAT','JARRED',1,0 +95260,'IBS',2010-03-07,2010-03-19,187.5,'PERRINO','DENNY',1,0 +63558,'IBS',2010-03-20,2010-03-22,150.0,'KEPKE','HAROLD',1,1 +53535,'IBS',2010-03-22,2010-03-25,172.5,'ALLENDE','VIRGIL',1,1 +63746,'IBS',2010-03-25,2010-03-27,187.5,'SCARLES','LANDON',1,1 +58881,'IBS',2010-03-27,2010-03-29,150.0,'RONFELDT','JERMAINE',1,0 +16933,'IBS',2010-04-01,2010-04-03,150.0,'NORSWORTHY','AUBREY',2,0 +18900,'IBS',2010-04-03,2010-04-05,172.5,'LAURY','EMILY',2,0 +58762,'IBS',2010-04-05,2010-04-07,127.5,'REDEPENNING','FAITH',1,0 +50223,'IBS',2010-04-12,2010-04-14,135.0,'CALLICUTT','HONG',1,0 +84715,'IBS',2010-04-18,2010-04-19,150.0,'BECKUM','MISSY',1,0 +55641,'IBS',2010-04-23,2010-04-25,150.0,'ISHIBASHI','CAPRICE',1,1 +99268,'IBS',2010-04-30,2010-05-03,135.0,'LEEHY','NENA',1,0 +14001,'IBS',2010-05-11,2010-05-12,187.5,'COSTON','LANNY',1,0 +63652,'IBS',2010-05-14,2010-05-20,172.5,'COVERT','ADAM',1,1 +28227,'IBS',2010-05-30,2010-06-04,172.5,'STUART','IVA',2,0 +81780,'IBS',2010-06-09,2010-06-10,150.0,'ENTWISLE','THOMAS',1,0 +44426,'IBS',2010-06-22,2010-06-23,150.0,'CHEESE','TRINIDAD',1,0 +62816,'IBS',2010-07-07,2010-07-11,127.5,'MAEWEATHER','AUGUST',1,0 +94074,'IBS',2010-07-15,2010-07-16,135.0,'TRIBBY','ADELIA',1,0 +22981,'IBS',2010-07-21,2010-07-23,172.5,'KNERIEN','GRANT',1,0 +72503,'IBS',2010-07-23,2010-07-30,150.0,'VELZEBOER','HAN',2,0 +44428,'IBS',2010-08-04,2010-08-06,172.5,'ZAVADOSKI','CLAIR',1,0 +26135,'IBS',2010-08-09,2010-08-14,150.0,'STORDAHL','NATOSHA',1,0 +88795,'IBS',2010-08-18,2010-08-26,150.0,'EURICH','ANTONE',1,1 +78565,'IBS',2010-08-28,2010-08-31,187.5,'WAGERS','HOUSTON',2,0 +97220,'IBS',2010-08-31,2010-09-04,187.5,'WIXOM','MARCIA',1,1 +37585,'IBS',2010-09-06,2010-09-08,135.0,'NOAH','DOROTHEA',2,0 +67689,'IBS',2010-09-08,2010-09-11,172.5,'DELGUIDICE','DAN',2,0 +53723,'IBS',2010-09-11,2010-09-12,135.0,'KVETON','FREDRICK',2,0 +11996,'IBS',2010-09-14,2010-09-16,187.5,'BURBANK','ROBERT',1,0 +55363,'IBS',2010-09-20,2010-09-22,135.0,'VERDINE','ANTONINA',1,0 +53747,'IBS',2010-09-22,2010-09-23,135.0,'SPEARIN','TOMMY',1,1 +59610,'IBS',2010-09-23,2010-09-30,150.0,'EGELSTON','EMANUEL',2,0 +77319,'IBS',2010-10-09,2010-10-11,172.5,'WIDOWSKI','EUSEBIO',2,0 +58148,'IBS',2010-10-11,2010-10-13,172.5,'VOLANTE','EMERY',1,0 +62305,'IBS',2010-10-15,2010-10-22,150.0,'KAMROWSKI','EVITA',2,0 +95100,'IBS',2010-10-27,2010-11-05,172.5,'LABAT','JEANMARIE',1,0 +93407,'IBS',2010-11-05,2010-11-07,187.5,'KOLP','PAMELIA',1,0 +35870,'IBS',2010-11-09,2010-11-11,135.0,'DONIGAN','GLEN',1,1 +42731,'IBS',2010-11-11,2010-11-15,172.5,'HOTARD','ALYSIA',2,0 +22561,'IBS',2010-11-15,2010-11-21,127.5,'VUTURO','DEVORAH',1,0 +49482,'IBS',2010-11-21,2010-12-02,172.5,'ATTEBURG','ELMIRA',2,0 +66331,'IBS',2010-12-02,2010-12-06,135.0,'SEVILLANO','LILLI',1,1 +27490,'IBS',2010-12-06,2010-12-08,150.0,'PENDLEY','SCOTTIE',1,1 +40675,'IBS',2010-12-13,2010-12-14,150.0,'HANUS','THEOLA',1,0 +51097,'IBS',2010-12-18,2010-12-20,135.0,'TOODLE','NOLA',2,0 +60749,'IBS',2010-12-22,2010-12-24,135.0,'DONAHER','LAKIA',1,0 +58196,'IBS',2010-12-24,2010-12-30,150.0,'ZELINSKI','ARTHUR',1,0 +96658,'IBS',2010-12-30,2011-01-01,187.5,'SCHLESSELMAN','NEVILLE',1,0 +17265,'AOB',2010-01-01,2010-01-06,175.0,'HENLY','RUPERT',4,0 +52597,'AOB',2010-01-11,2010-01-14,175.0,'CASMORE','MARINE',3,0 +67200,'AOB',2010-01-16,2010-01-23,148.75,'CHET','CHARLEEN',1,2 +28406,'AOB',2010-01-23,2010-01-29,175.0,'COOKUS','KASHA',2,1 +10489,'AOB',2010-02-02,2010-02-05,218.75,'CARISTO','MARKITA',2,1 +31993,'AOB',2010-02-08,2010-02-10,201.25,'ZIEBARTH','ADELAIDE',1,3 +30937,'AOB',2010-02-14,2010-02-15,175.0,'FITZGERREL','DENNY',1,3 +15870,'AOB',2010-02-15,2010-02-19,175.0,'CORIATY','BERTA',1,3 +94545,'AOB',2010-03-03,2010-03-13,201.25,'SHERRANGE','AUGUST',2,0 +57527,'AOB',2010-03-26,2010-03-28,201.25,'ABAJA','RHEA',2,0 +93341,'AOB',2010-04-02,2010-04-08,175.0,'FROHMAN','SHAYNE',3,1 +72945,'AOB',2010-04-12,2010-04-13,201.25,'KOHS','BOB',1,1 +65417,'AOB',2010-04-13,2010-04-15,175.0,'ACHTER','GRETA',1,1 +50207,'AOB',2010-04-20,2010-04-21,175.0,'ROSENDO','TAREN',1,0 +12258,'AOB',2010-04-23,2010-04-27,175.0,'KANNEL','RODGER',1,0 +58755,'AOB',2010-04-30,2010-05-01,175.0,'MALNAR','GROVER',1,0 +17955,'AOB',2010-05-05,2010-05-09,201.25,'PANARELLO','TODD',2,0 +75853,'AOB',2010-05-10,2010-05-12,175.0,'MELOT','JENNA',4,0 +58972,'AOB',2010-05-17,2010-05-19,157.5,'BERS','BRENDA',2,1 +48113,'AOB',2010-05-24,2010-05-25,175.0,'BABU','SARAI',2,0 +17344,'AOB',2010-05-25,2010-05-26,218.75,'GALOW','RICKEY',1,1 +33806,'AOB',2010-05-27,2010-05-28,175.0,'OXFORD','KATRICE',1,2 +28455,'AOB',2010-05-29,2010-05-31,175.0,'RISHA','NORBERTO',1,1 +14940,'AOB',2010-06-01,2010-06-12,175.0,'BISHOFF','ISREAL',2,0 +43225,'AOB',2010-06-12,2010-06-13,157.5,'CAPRON','CASSAUNDRA',1,1 +54831,'AOB',2010-06-15,2010-06-21,201.25,'BAUGUESS','ERYN',1,3 +59225,'AOB',2010-06-26,2010-06-30,201.25,'DURAN','BO',1,0 +18465,'AOB',2010-06-30,2010-07-07,175.0,'KRIEGH','AMADO',2,0 +38013,'AOB',2010-07-08,2010-07-15,175.0,'RURY','SENA',1,1 +47004,'AOB',2010-07-15,2010-07-28,175.0,'STEBNER','MAXIE',1,1 +56286,'AOB',2010-07-29,2010-07-31,201.25,'BRICKEL','ROCKY',3,1 +29253,'AOB',2010-07-31,2010-08-03,175.0,'HILDRED','MARTY',3,1 +76149,'AOB',2010-08-07,2010-08-09,201.25,'HONEYWELL','JULIANA',2,2 +24300,'AOB',2010-08-09,2010-08-15,201.25,'CANDON','PIERRE',4,0 +13058,'AOB',2010-08-17,2010-08-18,157.5,'ABATIELL','CATHRYN',1,2 +95605,'AOB',2010-08-18,2010-08-20,218.75,'FIGLIOLI','NANCI',1,2 +17270,'AOB',2010-08-20,2010-08-23,175.0,'RELLIHAN','COURTNEY',1,0 +67427,'AOB',2010-09-02,2010-09-14,175.0,'STRACK','PORTER',1,3 +33748,'AOB',2010-09-14,2010-09-16,175.0,'PIGNONE','JOEL',1,3 +47146,'AOB',2010-09-16,2010-09-23,201.25,'GATTSHALL','REGAN',1,0 +95204,'AOB',2010-10-08,2010-10-14,157.5,'CARRUTH','SANDY',1,2 +41619,'AOB',2010-10-15,2010-10-22,175.0,'MASSEY','DORIAN',4,0 +80390,'AOB',2010-10-22,2010-10-31,157.5,'PHILBERT','CHRISTIE',2,2 +44836,'AOB',2010-10-31,2010-11-03,148.75,'DEFRANG','DWAIN',1,0 +69035,'AOB',2010-11-18,2010-11-26,218.75,'KU','MERIDETH',1,3 +29287,'AOB',2010-12-01,2010-12-08,218.75,'FRYDAY','HERBERT',2,0 +18834,'AOB',2010-12-08,2010-12-10,148.75,'DUCHARME','MIGUELINA',2,0 +58934,'AOB',2010-12-15,2010-12-22,201.25,'RICHARD','ROBBY',1,1 +82502,'AOB',2010-12-25,2010-12-26,175.0,'KRULIK','JEFFRY',1,2 +36890,'AOB',2010-12-26,2010-12-28,175.0,'PHILBERT','CHRISTIE',2,1 +10984,'AOB',2010-12-28,2011-01-01,201.25,'ZULLO','WILLY',2,1 +80192,'MWC',2010-01-01,2010-01-03,112.5,'MUHLESTEIN','REINALDO',3,1 +58266,'MWC',2010-01-08,2010-01-14,125.0,'PICKARD','HORTENCIA',1,0 +53876,'MWC',2010-01-14,2010-01-15,125.0,'KEBEDE','ARON',3,0 +82409,'MWC',2010-01-30,2010-02-01,125.0,'QUARTO','VANDA',4,0 +39640,'MWC',2010-02-01,2010-02-05,143.75,'HERZING','DELPHIA',2,1 +31371,'MWC',2010-02-05,2010-02-06,125.0,'TARZIA','KAYLEE',2,0 +31508,'MWC',2010-02-10,2010-02-14,112.5,'FULK','GENE',4,0 +37985,'MWC',2010-02-15,2010-02-18,112.5,'PEDERSON','DOTTIE',1,1 +54966,'MWC',2010-02-23,2010-02-24,125.0,'MAZUREK','LEIGHANN',1,0 +64987,'MWC',2010-02-28,2010-03-05,125.0,'BRESSE','BURTON',1,0 +40678,'MWC',2010-03-22,2010-03-29,112.5,'KENNETT','QUEEN',3,0 +36356,'MWC',2010-03-29,2010-04-04,125.0,'SPECTOR','FRITZ',2,1 +35180,'MWC',2010-04-07,2010-04-08,125.0,'POWNELL','BRIDGET',1,0 +96909,'MWC',2010-04-09,2010-04-15,125.0,'WILLIBRAND','HEATHER',3,0 +79056,'MWC',2010-04-19,2010-04-25,125.0,'GANZER','HYMAN',2,0 +90108,'MWC',2010-04-30,2010-05-01,156.25,'FANZO','TERRY',1,0 +30479,'MWC',2010-05-01,2010-05-10,143.75,'QUISPE','MARGARITO',1,1 +60169,'MWC',2010-05-10,2010-05-16,125.0,'ROSATI','LORENA',1,3 +91415,'MWC',2010-05-16,2010-05-18,112.5,'LEHRFELD','CHERLY',3,0 +87943,'MWC',2010-05-21,2010-05-28,125.0,'LUTFY','LIZETTE',2,0 +14273,'MWC',2010-05-28,2010-05-30,125.0,'STARE','ELIJAH',1,0 +25134,'MWC',2010-05-31,2010-06-02,143.75,'HARDYMAN','CLAYTON',1,1 +34244,'MWC',2010-06-04,2010-06-06,112.5,'SPIKE','ROSENDA',4,0 +84244,'MWC',2010-06-06,2010-06-07,125.0,'TALAT','MEAGHAN',2,1 +64456,'MWC',2010-06-07,2010-06-09,125.0,'MCCLENNINGHAM','BRADLY',1,2 +86375,'MWC',2010-06-12,2010-06-22,156.25,'RANAUDO','SELINA',1,0 +84120,'MWC',2010-06-29,2010-07-05,143.75,'LOTTO','MYRA',3,1 +72817,'MWC',2010-07-08,2010-07-09,143.75,'FINEFROCK','ALEXIS',1,2 +16136,'MWC',2010-07-09,2010-07-12,143.75,'FERENCE','MORGAN',1,0 +44378,'MWC',2010-07-12,2010-07-13,125.0,'COTMAN','JOLYNN',1,3 +54323,'MWC',2010-07-13,2010-07-14,106.25,'LUNNEY','YVETTE',3,0 +18311,'MWC',2010-07-27,2010-07-31,125.0,'LUEDKE','BRYNN',1,1 +65909,'MWC',2010-07-31,2010-08-01,112.5,'BENDICKSON','NEWTON',2,0 +70287,'MWC',2010-08-02,2010-08-11,143.75,'MAEDA','DUSTY',1,0 +92348,'MWC',2010-08-11,2010-08-17,125.0,'BARTHELL','RICARDA',1,0 +53295,'MWC',2010-08-17,2010-08-22,106.25,'HANUS','THEOLA',2,1 +97375,'MWC',2010-08-26,2010-08-27,112.5,'DONNELLEY','GARNET',3,0 +79219,'MWC',2010-08-27,2010-08-30,125.0,'KLAASS','HYON',3,1 +69840,'MWC',2010-08-30,2010-09-03,112.5,'KNERIEN','GRANT',2,1 +95620,'MWC',2010-09-07,2010-09-10,112.5,'ZAHLER','GORDON',1,0 +35136,'MWC',2010-09-10,2010-09-12,112.5,'MALCHOW','RAMIRO',1,0 +67464,'MWC',2010-09-27,2010-09-30,112.5,'KVETON','FREDRICK',1,1 +38677,'MWC',2010-10-05,2010-10-11,156.25,'HORELICK','BYRON',2,0 +32116,'MWC',2010-10-15,2010-10-17,143.75,'RUSSO','MELODY',1,1 +21848,'MWC',2010-10-17,2010-10-18,112.5,'CLOFFI','CHAROLETTE',1,0 +73473,'MWC',2010-10-18,2010-10-27,125.0,'ROTCHFORD','DWIGHT',3,0 +98441,'MWC',2010-10-30,2010-11-07,106.25,'RAMPLEY','HERMA',4,0 +54781,'MWC',2010-11-07,2010-11-11,125.0,'KUTA','HERMAN',1,2 +93587,'MWC',2010-11-11,2010-11-12,112.5,'ZELAYA','PRINCE',3,1 +33271,'MWC',2010-11-29,2010-12-02,143.75,'YONKERS','RHETT',2,2 +40043,'MWC',2010-12-04,2010-12-14,125.0,'LANSBERRY','JESUSITA',3,1 +33155,'MWC',2010-12-14,2010-12-16,143.75,'FOLGER','ELOISA',1,0 +88588,'MWC',2010-12-16,2010-12-17,125.0,'RELFORD','MARYBELLE',2,0 +57015,'MWC',2010-12-19,2010-12-20,106.25,'BUSTER','TOM',1,0 +87890,'MWC',2010-12-20,2010-12-22,143.75,'HELKE','ISAAC',1,0 +66189,'MWC',2010-12-30,2011-01-04,143.75,'FROEHNER','LATRISHA',3,0 +76801,'HBB',2010-01-06,2010-01-18,125.0,'CRACE','HERB',1,1 +24408,'HBB',2010-01-18,2010-01-19,100.0,'RADIN','RUSTY',1,0 +21980,'HBB',2010-02-05,2010-02-08,115.0,'SIDDELL','MACY',1,1 +87260,'HBB',2010-02-13,2010-02-15,90.0,'REPKE','CHAE',1,1 +78241,'HBB',2010-02-20,2010-02-28,85.0,'CHAMBLEE','ALTHA',2,0 +64657,'HBB',2010-03-01,2010-03-06,115.0,'VIPPERMAN','PABLO',2,0 +25558,'HBB',2010-03-17,2010-03-19,125.0,'SHOULDER','FLORENTINO',1,1 +82874,'HBB',2010-03-30,2010-04-09,125.0,'ATTEBURG','ELMIRA',1,1 +89780,'HBB',2010-04-09,2010-04-11,100.0,'WAHR','CLINT',1,0 +63523,'HBB',2010-04-15,2010-04-16,115.0,'RATTANA','WINFRED',1,0 +30723,'HBB',2010-04-16,2010-04-23,125.0,'MASSER','TROY',2,0 +88884,'HBB',2010-04-27,2010-04-30,85.0,'KIRAKOSYAN','KAREEM',1,1 +18019,'HBB',2010-05-03,2010-05-05,115.0,'ARNDELL','JEFFEREY',1,1 +77379,'HBB',2010-05-06,2010-05-08,115.0,'TORNQUIST','JESS',1,0 +45157,'HBB',2010-05-11,2010-05-18,115.0,'WICKLIN','WYNELL',2,0 +77574,'HBB',2010-05-22,2010-06-03,90.0,'CASMORE','MARINE',1,1 +69945,'HBB',2010-06-07,2010-06-09,115.0,'FLEURILUS','KATTIE',1,0 +73154,'HBB',2010-06-14,2010-06-19,115.0,'SAILORS','SANDA',1,0 +97000,'HBB',2010-06-20,2010-06-26,125.0,'OCHS','ANGLA',1,0 +34855,'HBB',2010-07-01,2010-07-04,100.0,'YURICK','SHARA',2,0 +86394,'HBB',2010-07-07,2010-07-09,100.0,'WESTLING','DACIA',2,0 +49467,'HBB',2010-07-09,2010-07-16,115.0,'SUSMILCH','RAYMUNDO',1,0 +65206,'HBB',2010-07-16,2010-07-21,100.0,'HIRONS','RANDAL',1,1 +12686,'HBB',2010-07-22,2010-07-25,85.0,'GROWNEY','MELVIN',2,0 +92608,'HBB',2010-07-30,2010-08-01,125.0,'PENCEK','SILVIA',1,0 +71443,'HBB',2010-08-02,2010-08-05,100.0,'KLIMAVICIUS','ULRIKE',1,0 +52799,'HBB',2010-08-05,2010-08-07,85.0,'WANDREI','ISSAC',1,0 +41880,'HBB',2010-08-07,2010-08-09,100.0,'PLAKE','KARMEN',1,0 +25262,'HBB',2010-08-09,2010-08-11,115.0,'YAPLE','CLAUDIE',1,0 +10500,'HBB',2010-08-11,2010-08-12,90.0,'YESSIOS','ANNIS',1,0 +97585,'HBB',2010-08-15,2010-08-16,85.0,'PARISER','ELIJAH',1,0 +84334,'HBB',2010-08-19,2010-08-25,125.0,'NEUBECKER','GARY',2,0 +28589,'HBB',2010-08-25,2010-08-26,115.0,'RIMAR','KEELY',2,0 +62874,'HBB',2010-08-26,2010-08-27,100.0,'SKIBA','MITCHELL',1,1 +46665,'HBB',2010-08-31,2010-09-09,100.0,'MABRA','MARGET',1,0 +40241,'HBB',2010-09-13,2010-09-15,85.0,'CORSARO','SHELLA',1,1 +48604,'HBB',2010-09-16,2010-09-22,115.0,'GARCES','CRISTIE',1,1 +48665,'HBB',2010-09-26,2010-09-28,90.0,'STOUDYMIRE','COLUMBUS',1,1 +20572,'HBB',2010-09-28,2010-09-29,115.0,'SANDLER','JENISE',2,0 +97269,'HBB',2010-10-04,2010-10-05,115.0,'MELVE','PHIL',1,1 +25616,'HBB',2010-10-05,2010-10-06,100.0,'KOSANOVIC','EWA',1,0 +87713,'HBB',2010-10-08,2010-10-10,90.0,'TANKER','JONE',1,0 +44040,'HBB',2010-10-15,2010-10-16,90.0,'ZELAYA','PRINCE',1,0 +21202,'HBB',2010-10-21,2010-10-23,125.0,'CASAGRANDA','BRAIN',2,0 +10105,'HBB',2010-10-23,2010-10-25,100.0,'SELBIG','CONRAD',1,0 +19194,'HBB',2010-10-29,2010-11-05,125.0,'WORKINGER','CLIFTON',1,0 +35959,'HBB',2010-11-07,2010-11-09,100.0,'BRAND','TROY',1,0 +74141,'HBB',2010-11-14,2010-11-16,100.0,'BRODOWSKI','RODERICK',1,0 +56737,'HBB',2010-11-17,2010-11-18,100.0,'PETTINE','NUMBERS',2,0 +80302,'HBB',2010-11-22,2010-11-24,115.0,'KLEIMAN','MAURICIO',1,0 +55862,'HBB',2010-11-28,2010-12-05,85.0,'BIERWAGEN','MARK',1,1 +63078,'HBB',2010-12-05,2010-12-06,90.0,'WHITTEN','MITZI',1,0 +63043,'HBB',2010-12-06,2010-12-07,85.0,'CIERPKE','DOT',1,1 +73785,'HBB',2010-12-07,2010-12-09,100.0,'ROGGE','MEREDITH',2,0 +93165,'HBB',2010-12-10,2010-12-14,90.0,'LEDOUX','LENA',1,0 +58668,'HBB',2010-12-14,2010-12-19,125.0,'COASTER','MERLE',1,1 +17672,'HBB',2010-12-21,2010-12-22,90.0,'DECHELLIS','AARON',1,0 +84695,'HBB',2010-12-22,2010-12-23,90.0,'BRAND','TROY',2,0 +38636,'HBB',2010-12-29,2010-12-31,115.0,'FORESTA','JORDON',1,0 +43157,'HBB',2010-12-31,2011-01-06,100.0,'STURN','NEVADA',2,0 +96005,'IBD',2010-01-01,2010-01-07,150.0,'BUTALA','YEVETTE',3,0 +67066,'IBD',2010-01-07,2010-01-11,135.0,'EDHOLM','ALFRED',3,1 +14226,'IBD',2010-01-11,2010-01-12,150.0,'SCHOENHUT','VERNICE',2,1 +62078,'IBD',2010-01-12,2010-01-25,172.5,'BRODOWSKI','RODERICK',1,0 +43303,'IBD',2010-01-27,2010-01-28,150.0,'MENINO','STEVEN',1,1 +14678,'IBD',2010-01-28,2010-01-30,150.0,'SATERFIELD','FRANCISCO',3,1 +30363,'IBD',2010-01-30,2010-02-09,172.5,'JAHALY','DELORSE',3,0 +80613,'IBD',2010-02-09,2010-02-12,135.0,'CREDIT','JANESSA',1,3 +98216,'IBD',2010-02-18,2010-02-25,150.0,'RAMSDEN','BILLIE',1,0 +43654,'IBD',2010-02-27,2010-02-28,172.5,'BORROMEO','EBONY',2,1 +56509,'IBD',2010-03-08,2010-03-10,150.0,'VONDRA','HUMBERTO',3,0 +95519,'IBD',2010-03-21,2010-03-23,172.5,'ZINDEL','CHUNG',2,2 +57275,'IBD',2010-03-28,2010-04-02,150.0,'MABRA','MARGET',3,0 +66089,'IBD',2010-04-06,2010-04-07,135.0,'WINNEN','TYLER',2,1 +70741,'IBD',2010-04-09,2010-04-14,150.0,'EERKES','CODY',3,0 +20107,'IBD',2010-04-14,2010-04-16,135.0,'ARBUCKLE','LORENA',2,1 +13136,'IBD',2010-04-16,2010-04-17,187.5,'FEYLER','EMILIA',1,0 +33427,'IBD',2010-04-17,2010-04-21,135.0,'BEALLE','RASHAD',1,0 +80989,'IBD',2010-04-24,2010-05-06,150.0,'TIPPIN','ASUNCION',1,0 +97996,'IBD',2010-05-06,2010-05-07,135.0,'LUCIDO','AHMAD',1,1 +55870,'IBD',2010-05-08,2010-05-13,135.0,'BELONGIE','BIBI',1,3 +11645,'IBD',2010-05-13,2010-05-19,135.0,'SWAIT','DAN',2,1 +19394,'IBD',2010-05-23,2010-05-25,150.0,'HARPE','GERMAN',1,2 +99845,'IBD',2010-05-27,2010-05-28,150.0,'SEVILLANO','LILLI',3,0 +32933,'IBD',2010-06-05,2010-06-06,135.0,'MURASSO','JAMIE',2,1 +83021,'IBD',2010-06-06,2010-06-07,172.5,'KLAVETTER','DOUGLASS',1,3 +65153,'IBD',2010-06-12,2010-06-14,150.0,'VEGHER','ANGELA',1,2 +96983,'IBD',2010-06-18,2010-06-23,127.5,'CLOWERD','ARNULFO',2,1 +86560,'IBD',2010-06-23,2010-06-24,187.5,'SHUTTERS','CLARINDA',3,1 +87086,'IBD',2010-06-28,2010-07-07,150.0,'WAGERS','HOUSTON',1,0 +98882,'IBD',2010-07-07,2010-07-14,127.5,'GOON','JONE',1,0 +27983,'IBD',2010-07-22,2010-07-24,135.0,'SWARTWOOD','JENI',3,1 +37425,'IBD',2010-07-26,2010-07-28,150.0,'FIERECK','ALBERTA',4,0 +17222,'IBD',2010-07-28,2010-08-07,150.0,'BOHMAN','LAYNE',1,3 +20269,'IBD',2010-08-12,2010-08-19,135.0,'BILLICK','NIEVES',1,0 +24326,'IBD',2010-08-19,2010-08-21,135.0,'CULMER','LLOYD',1,3 +63600,'IBD',2010-08-21,2010-08-28,150.0,'WEARS','LIBBIE',3,0 +37845,'IBD',2010-08-29,2010-08-30,127.5,'PENEZ','AMIEE',1,0 +24986,'IBD',2010-08-30,2010-09-01,150.0,'HEATH','PASQUALE',4,0 +12085,'IBD',2010-09-04,2010-09-08,135.0,'GLASGLOW','EMMANUEL',2,0 +29937,'IBD',2010-09-08,2010-09-10,150.0,'OBERHAUSEN','JODY',2,1 +11703,'IBD',2010-09-10,2010-09-11,172.5,'HAVIS','SHERILYN',2,0 +10183,'IBD',2010-09-19,2010-09-20,150.0,'GABLER','DOLLIE',2,0 +14149,'IBD',2010-09-20,2010-09-22,150.0,'HOULIHAN','LEVI',2,1 +17405,'IBD',2010-10-02,2010-10-03,127.5,'KESTER','KIZZY',3,1 +21625,'IBD',2010-10-03,2010-10-14,187.5,'BOSE','FRANCISCO',1,2 +43651,'IBD',2010-10-19,2010-10-21,150.0,'LAGERMAN','LEOLA',2,0 +37060,'IBD',2010-10-21,2010-10-23,150.0,'PASSANTINO','DALLAS',1,3 +66548,'IBD',2010-10-23,2010-10-26,150.0,'FEASTER','KRISTOPHER',3,0 +11857,'IBD',2010-10-27,2010-10-29,187.5,'HARDINA','LORITA',4,0 +33395,'IBD',2010-10-31,2010-11-02,150.0,'METER','ROSA',2,0 +43584,'IBD',2010-11-02,2010-11-04,135.0,'BRUSKI','MONTY',1,2 +93736,'IBD',2010-11-07,2010-11-10,135.0,'TREGRE','COLTON',2,1 +44310,'IBD',2010-11-15,2010-11-21,135.0,'DIEZ','NADIA',4,0 +47511,'IBD',2010-11-21,2010-11-22,172.5,'VELIE','NIKKI',1,2 +88892,'IBD',2010-11-22,2010-11-26,187.5,'MARKWORTH','DESPINA',4,0 +26798,'IBD',2010-11-30,2010-12-06,135.0,'BONJORNO','IGNACIO',1,1 +33195,'IBD',2010-12-06,2010-12-12,150.0,'DEHLINGER','VANCE',3,1 +72506,'IBD',2010-12-12,2010-12-25,150.0,'KNERIEN','GRANT',2,0 +70889,'IBD',2010-12-25,2010-12-26,172.5,'DINUNZIO','FELIPE',1,3 +72890,'IBD',2010-12-26,2010-12-27,172.5,'AKHTAR','BENTON',1,0 +71679,'IBD',2010-12-27,2010-12-31,172.5,'MIKEL','BRIGIDA',1,0 +43692,'IBD',2010-12-31,2011-01-01,172.5,'BEAMON','HYACINTH',1,0 +83481,'TAA',2010-01-03,2010-01-07,67.5,'ENGELSON','MIKKI',2,0 +38209,'TAA',2010-01-08,2010-01-13,86.25,'ECKERT','EDIE',1,0 +89102,'TAA',2010-01-14,2010-01-15,67.5,'CARBACK','ZOLA',2,0 +87915,'TAA',2010-01-18,2010-01-24,63.75,'ACHENBACH','HERB',1,0 +57627,'TAA',2010-01-29,2010-02-05,67.5,'SWEAZY','ROY',1,1 +77911,'TAA',2010-02-05,2010-02-07,75.0,'WIDOWSKI','EUSEBIO',2,0 +56475,'TAA',2010-02-07,2010-02-08,93.75,'KLIGER','TRICIA',1,0 +89519,'TAA',2010-02-09,2010-02-10,75.0,'STIMSON','NICOLA',1,0 +62313,'TAA',2010-02-10,2010-02-12,86.25,'WAEGNER','BROOKS',1,1 +68829,'TAA',2010-02-12,2010-02-15,67.5,'POIRRIER','SUZETTE',1,1 +84756,'TAA',2010-02-19,2010-02-22,75.0,'CARLYLE','BILLYE',1,1 +13972,'TAA',2010-02-22,2010-02-25,67.5,'DAYA','COREY',2,0 +55985,'TAA',2010-02-25,2010-02-26,86.25,'BASSI','DUSTY',1,0 +92508,'TAA',2010-02-26,2010-02-27,75.0,'MULE','DIONNA',2,0 +56344,'TAA',2010-03-02,2010-03-03,86.25,'INGUARDSEN','HARRISON',1,0 +24420,'TAA',2010-03-03,2010-03-12,75.0,'SCHLESSER','FLOYD',1,1 +74927,'TAA',2010-03-24,2010-03-26,67.5,'MACROSTIE','SABRINA',1,0 +69499,'TAA',2010-03-27,2010-03-29,75.0,'AKHTAR','BENTON',1,0 +44771,'TAA',2010-03-29,2010-03-30,67.5,'NOBLIN','BELKIS',2,0 +31636,'TAA',2010-04-09,2010-04-11,75.0,'FAGERSTROM','ALLAN',1,0 +36855,'TAA',2010-04-13,2010-04-14,67.5,'TRAMM','SANG',1,0 +92463,'TAA',2010-04-14,2010-04-15,75.0,'DAOUD','STEPHEN',1,0 +26423,'TAA',2010-04-15,2010-04-18,86.25,'DEININGER','RICKIE',1,1 +49886,'TAA',2010-04-21,2010-04-27,86.25,'BRINAR','WOODROW',1,1 +75081,'TAA',2010-04-27,2010-05-07,75.0,'HANSEN','LAREE',1,0 +29496,'TAA',2010-05-07,2010-05-14,75.0,'HONIGSBERG','PEARLENE',1,0 +97924,'TAA',2010-05-19,2010-05-21,75.0,'SPECTOR','FRITZ',2,0 +61861,'TAA',2010-05-30,2010-06-12,86.25,'EASTLING','AUNDREA',1,0 +27125,'TAA',2010-06-13,2010-06-15,75.0,'BOESER','DIVINA',1,0 +26487,'TAA',2010-06-15,2010-06-19,63.75,'JUHL','MILLARD',1,0 +97491,'TAA',2010-06-19,2010-06-23,86.25,'BALCOM','JOEY',1,0 +49153,'TAA',2010-06-23,2010-06-30,86.25,'ZEPEDA','ELANA',1,0 +68265,'TAA',2010-06-30,2010-07-03,67.5,'BREGER','BOYD',2,0 +94949,'TAA',2010-07-03,2010-07-09,75.0,'FINEFROCK','ALEXIS',1,1 +67917,'TAA',2010-07-09,2010-07-13,75.0,'SALERNO','LOU',1,0 +86151,'TAA',2010-07-13,2010-07-15,67.5,'RIOPEL','TANA',1,1 +32112,'TAA',2010-07-20,2010-07-27,75.0,'SAMPLES','CLAIR',1,0 +94735,'TAA',2010-07-31,2010-08-05,75.0,'ALMGREN','CHANTAY',1,1 +89433,'TAA',2010-08-08,2010-08-18,63.75,'SHALHOUP','AMAL',1,0 +19017,'TAA',2010-08-18,2010-08-30,86.25,'EERKES','CODY',2,0 +38017,'TAA',2010-09-05,2010-09-07,75.0,'SHOULDER','FLORENTINO',2,0 +85547,'TAA',2010-09-11,2010-09-16,93.75,'EMIGHOLZ','ERWIN',1,1 +35546,'TAA',2010-09-19,2010-09-24,67.5,'YUK','TIM',1,0 +32552,'TAA',2010-10-11,2010-10-12,75.0,'MIDTHUN','EMMANUEL',1,0 +16693,'TAA',2010-10-17,2010-10-18,67.5,'ASHCROFT','RONALD',1,0 +20463,'TAA',2010-10-19,2010-10-22,75.0,'VANBLARICUM','CRISTIE',1,1 +69654,'TAA',2010-10-23,2010-10-29,75.0,'TOLLINCHI','CHRISTOPER',2,0 +67381,'TAA',2010-11-02,2010-11-04,75.0,'GUERETTE','CLARETTA',2,0 +58942,'TAA',2010-11-04,2010-11-08,75.0,'HULETTE','DARIUS',1,0 +76087,'TAA',2010-11-18,2010-11-23,67.5,'SELIGA','LEOPOLDO',1,1 +81825,'TAA',2010-11-25,2010-11-27,86.25,'DEVEY','GIUSEPPE',1,1 +90621,'TAA',2010-11-28,2010-11-30,86.25,'RENDLEMAN','JULI',1,0 +42000,'TAA',2010-12-04,2010-12-11,93.75,'STRINGFELLOW','GEARLDINE',2,0 +33013,'TAA',2010-12-16,2010-12-18,67.5,'STYCH','DIA',1,0 +33339,'TAA',2010-12-22,2010-12-27,67.5,'WISSINGER','JACQUES',1,0 +54274,'TAA',2010-12-27,2010-12-28,75.0,'PEYATT','SHERON',1,0 +84497,'TAA',2010-12-28,2010-12-29,75.0,'FRERICKS','RONNY',2,0 +46908,'TAA',2010-12-29,2010-12-30,86.25,'PULOS','ROBERTO',1,0 +47108,'TAA',2010-12-30,2011-01-12,75.0,'WILCUTT','BLAINE',1,0 +87722,'CAS',2010-01-01,2010-01-07,175.0,'GIERLING','TRENT',2,0 +24980,'CAS',2010-01-07,2010-01-08,201.25,'GRONDAHL','ELVINA',1,0 +38140,'CAS',2010-01-22,2010-01-23,218.75,'KUDRON','CATHERIN',3,0 +75632,'CAS',2010-01-26,2010-01-27,148.75,'DONIGAN','GLEN',2,1 +97542,'CAS',2010-01-27,2010-01-29,175.0,'GARZONE','EDISON',3,0 +89101,'CAS',2010-01-29,2010-01-30,201.25,'GIOVANINI','ROXANE',1,1 +57298,'CAS',2010-01-30,2010-02-03,148.75,'KNOP','JEFFRY',1,0 +56797,'CAS',2010-02-03,2010-02-05,175.0,'PFEUFFER','VALENTIN',3,0 +32138,'CAS',2010-02-05,2010-02-07,175.0,'KOEHNE','YUONNE',3,1 +74036,'CAS',2010-02-08,2010-02-14,175.0,'MANTERNACH','ALBERTA',2,0 +90483,'CAS',2010-02-14,2010-02-25,175.0,'HUIZINGA','GILBERT',2,1 +83347,'CAS',2010-02-26,2010-02-28,201.25,'MCCULLARS','ALEIDA',2,0 +99340,'CAS',2010-03-04,2010-03-05,175.0,'DONIGAN','GLEN',3,0 +90569,'CAS',2010-03-06,2010-03-07,201.25,'LIBBERTON','SAM',1,0 +36156,'CAS',2010-03-07,2010-03-12,175.0,'GUILFOIL','KOREY',2,0 +66494,'CAS',2010-03-14,2010-03-18,157.5,'KOLB','ENA',3,0 +11718,'CAS',2010-03-18,2010-03-19,157.5,'GLIWSKI','DAN',2,1 +20991,'CAS',2010-03-19,2010-04-01,201.25,'PLYMEL','STEPHEN',1,0 +92372,'CAS',2010-04-01,2010-04-03,175.0,'GOODHUE','RUSSELL',1,0 +46496,'CAS',2010-04-08,2010-04-12,175.0,'ALWINE','SHAWANDA',3,0 +31695,'CAS',2010-04-16,2010-04-18,148.75,'KEPKE','HAROLD',2,0 +14644,'CAS',2010-04-23,2010-04-24,148.75,'VOLANTE','EMERY',4,0 +12631,'CAS',2010-04-24,2010-04-26,175.0,'ONEEL','PASQUALE',1,0 +83133,'CAS',2010-04-26,2010-04-27,175.0,'JEE','HERMAN',2,2 +93732,'CAS',2010-04-30,2010-05-02,157.5,'STARE','ELIJAH',1,0 +82884,'CAS',2010-05-07,2010-05-08,157.5,'LEVAR','NYLA',2,1 +13192,'CAS',2010-05-08,2010-05-15,175.0,'MCCORVEY','JESUS',1,0 +46797,'CAS',2010-05-15,2010-05-16,175.0,'VANBLARICUM','CRISTIE',3,1 +93382,'CAS',2010-05-16,2010-05-22,175.0,'PACHERO','MAGAN',2,2 +83866,'CAS',2010-06-01,2010-06-05,148.75,'BARBER','CALEB',3,0 +70937,'CAS',2010-06-06,2010-06-07,148.75,'BERTINI','DYAN',3,0 +92150,'CAS',2010-06-13,2010-06-16,157.5,'BOBSEINE','HUMBERTO',1,2 +87631,'CAS',2010-06-16,2010-06-23,175.0,'EDEMANN','KACI',1,0 +70863,'CAS',2010-06-23,2010-07-05,201.25,'MUHLESTEIN','REINALDO',1,2 +29003,'CAS',2010-07-05,2010-07-07,175.0,'MASSER','TROY',1,1 +21050,'CAS',2010-07-11,2010-07-17,175.0,'CHATTERJEE','ALFRED',3,0 +59593,'CAS',2010-07-17,2010-07-18,218.75,'GRULKEY','JULIO',1,3 +92515,'CAS',2010-07-18,2010-07-25,201.25,'LIESTMAN','TOVA',2,0 +80282,'CAS',2010-07-27,2010-07-29,157.5,'PETERSON','SHARRI',1,1 +42424,'CAS',2010-08-01,2010-08-14,157.5,'SCARPINO','BERNITA',2,0 +19812,'CAS',2010-08-14,2010-08-15,157.5,'MCCARTER','IVAN',3,1 +85102,'CAS',2010-08-15,2010-08-16,201.25,'GIANOPULOS','LYLA',1,0 +90653,'CAS',2010-08-16,2010-08-17,175.0,'SHIYOU','SYLVIE',1,0 +32565,'CAS',2010-08-21,2010-08-26,157.5,'KALAFATIS','KEITH',3,0 +28447,'CAS',2010-08-26,2010-08-27,175.0,'GEOHAGAN','ISSAC',2,2 +75770,'CAS',2010-08-27,2010-08-29,175.0,'TRIGLETH','REYES',3,0 +26380,'CAS',2010-08-30,2010-08-31,201.25,'KABZINSKI','MILLIE',1,0 +15059,'CAS',2010-08-31,2010-09-07,157.5,'LERCH','NICKY',3,1 +21863,'CAS',2010-09-07,2010-09-08,175.0,'ARGOTE','ODELIA',1,0 +62161,'CAS',2010-09-08,2010-09-09,157.5,'IKEDA','FREEMAN',1,0 +32781,'CAS',2010-09-09,2010-09-15,175.0,'DURAN','BO',2,2 +98805,'CAS',2010-09-16,2010-09-18,175.0,'WITHFIELD','IVORY',1,1 +37456,'CAS',2010-09-18,2010-09-19,175.0,'BOWEN','NIDA',2,0 +10990,'CAS',2010-09-21,2010-09-27,175.0,'TRACHSEL','DAMIEN',1,3 +72813,'CAS',2010-09-29,2010-10-03,201.25,'WEINLAND','BEV',3,1 +21216,'CAS',2010-10-03,2010-10-04,201.25,'VANNAMAN','ERICH',1,0 +98711,'CAS',2010-10-08,2010-10-09,201.25,'ROSSEY','ALLEN',1,0 +88863,'CAS',2010-10-22,2010-10-23,175.0,'TOAN','YONG',1,0 +60313,'CAS',2010-10-28,2010-10-30,218.75,'SLONE','LARITA',1,1 +80582,'CAS',2010-10-30,2010-11-09,201.25,'PFEUFFER','FREDRICK',1,0 +98328,'CAS',2010-11-14,2010-11-15,201.25,'MORAWSKI','KRIS',1,3 +16234,'CAS',2010-11-15,2010-11-16,157.5,'GRABILL','JULEE',2,0 +32739,'CAS',2010-11-20,2010-11-24,148.75,'SHAFE','TUAN',1,2 +94073,'CAS',2010-11-27,2010-12-03,175.0,'MANSELL','FLORENTINO',1,0 +32015,'CAS',2010-12-03,2010-12-05,201.25,'EADER','JACKIE',2,0 +59986,'CAS',2010-12-05,2010-12-09,175.0,'WEINAND','HARRIETT',1,0 +36345,'CAS',2010-12-10,2010-12-12,157.5,'TURVAVILLE','TYLER',1,0 +99478,'CAS',2010-12-29,2010-12-31,157.5,'WENRICH','ELWOOD',3,0 +93389,'CAS',2010-12-31,2011-01-08,218.75,'PELLOWSKI','ELKE',1,0 +32896,'RTE',2010-01-06,2010-01-13,157.5,'LUTFY','LIZETTE',1,2 +24412,'RTE',2010-01-23,2010-01-30,175.0,'PENEZ','AMIEE',2,0 +76432,'RTE',2010-01-30,2010-02-03,148.75,'DIEUDONNE','KRYSTEN',2,2 +62024,'RTE',2010-02-06,2010-02-12,157.5,'LUTTRELL','MONTY',1,3 +25374,'RTE',2010-02-15,2010-02-17,157.5,'JASPERS','LIBBIE',1,0 +45483,'RTE',2010-02-17,2010-02-18,157.5,'JENQUIN','JAY',2,0 +77094,'RTE',2010-02-23,2010-02-27,218.75,'DISHAW','CODY',1,2 +93672,'RTE',2010-02-28,2010-03-04,148.75,'SOMO','FELICITAS',1,1 +49606,'RTE',2010-03-04,2010-03-05,201.25,'YOKUM','GARRY',1,3 +23740,'RTE',2010-03-07,2010-03-12,218.75,'NOWLEY','ROMEO',2,0 +14447,'RTE',2010-03-14,2010-03-18,201.25,'MAASCH','CHARISSA',2,0 +52353,'RTE',2010-03-31,2010-04-07,201.25,'WISWELL','JERROD',1,0 +45279,'RTE',2010-04-08,2010-04-12,201.25,'HALBERSTAM','SHERRILL',4,0 +50459,'RTE',2010-04-14,2010-04-15,218.75,'LORENZANO','SON',1,2 +50458,'RTE',2010-04-18,2010-04-20,175.0,'VOLANTE','EMERY',1,2 +98557,'RTE',2010-04-20,2010-04-21,218.75,'MAIDENS','THOMASINE',1,2 +25010,'RTE',2010-04-22,2010-05-01,201.25,'WESTRUM','TIMMY',2,2 +54061,'RTE',2010-05-05,2010-05-12,175.0,'BARTHELL','RICARDA',1,0 +79213,'RTE',2010-05-17,2010-05-29,157.5,'NEUZIL','MIREYA',1,3 +34999,'RTE',2010-06-15,2010-06-19,175.0,'DANIELLO','RUDOLF',1,1 +37309,'RTE',2010-06-19,2010-06-21,175.0,'PERRINO','DENNY',3,1 +48854,'RTE',2010-06-26,2010-06-27,175.0,'TROKEY','INGRID',2,0 +22954,'RTE',2010-06-27,2010-07-04,157.5,'ALLAIRE','RAMONA',1,1 +14896,'RTE',2010-07-04,2010-07-06,148.75,'KUDRON','CATHERIN',1,1 +30186,'RTE',2010-07-06,2010-07-07,175.0,'MAKI','ADAN',1,0 +53186,'RTE',2010-07-09,2010-07-14,157.5,'MANARD','ARDELIA',1,0 +43707,'RTE',2010-07-14,2010-07-16,175.0,'GUT','ALEJANDRA',1,1 +71343,'RTE',2010-07-19,2010-07-21,201.25,'TOWBER','MODESTO',1,0 +81785,'RTE',2010-07-23,2010-07-24,157.5,'FALT','SHAWN',1,0 +49802,'RTE',2010-07-30,2010-08-04,157.5,'CONRAD','ELODIA',1,1 +77535,'RTE',2010-08-08,2010-08-12,201.25,'KEBEDE','ARON',1,3 +12142,'RTE',2010-08-13,2010-08-23,175.0,'JUNOR','LENNY',3,1 +18398,'RTE',2010-08-23,2010-08-24,175.0,'PARAGAS','ALVIN',1,1 +79161,'RTE',2010-08-24,2010-08-25,175.0,'RUBERTI','DOMINIC',1,0 +82503,'RTE',2010-08-27,2010-08-29,175.0,'RIINA','TATIANA',2,2 +80760,'RTE',2010-09-03,2010-09-04,175.0,'DELISSER','COLEMAN',3,1 +42688,'RTE',2010-09-04,2010-09-08,148.75,'BRIERTON','MAJOR',1,2 +73364,'RTE',2010-09-09,2010-09-10,157.5,'MAROUN','MARTH',1,0 +49609,'RTE',2010-09-12,2010-09-17,175.0,'ZEPEDA','ELANA',2,2 +45022,'RTE',2010-09-20,2010-09-21,175.0,'PAILET','GIUSEPPE',3,1 +15192,'RTE',2010-09-22,2010-09-23,175.0,'JEFFRYES','DANILO',1,0 +15428,'RTE',2010-09-25,2010-09-27,175.0,'BROOKSHEAR','NAPOLEON',2,0 +57909,'RTE',2010-10-02,2010-10-06,201.25,'OULETTE','ALDO',1,0 +28353,'RTE',2010-10-06,2010-10-08,148.75,'PINNELL','ANITA',1,2 +71802,'RTE',2010-10-23,2010-10-29,201.25,'GOODHUE','RUSSELL',1,0 +87949,'RTE',2010-11-02,2010-11-03,201.25,'SCHWEITZ','DANNETTE',3,1 +19701,'RTE',2010-11-14,2010-11-15,201.25,'HOTELLING','REGENIA',1,0 +79296,'RTE',2010-11-15,2010-11-17,175.0,'BLACKMORE','APRYL',1,0 +85166,'RTE',2010-11-17,2010-11-19,201.25,'RAUGHT','DARON',3,1 +21490,'RTE',2010-11-23,2010-11-24,175.0,'PAVLOCK','MARCELO',2,2 +45745,'RTE',2010-11-29,2010-11-30,175.0,'MEGGS','CARY',1,0 +83487,'RTE',2010-11-30,2010-12-02,175.0,'SHARRER','SHARA',1,0 +38293,'RTE',2010-12-17,2010-12-19,157.5,'SCHOSSOW','BO',3,1 +17480,'RTE',2010-12-22,2010-12-28,157.5,'DEBARDELABEN','NELL',3,0 +64785,'RTE',2010-12-28,2011-01-04,148.75,'MAEWEATHER','AUGUST',3,0 +56517,'FNA',2010-01-01,2010-01-04,225.0,'TUPPEN','HANS',1,1 +65186,'FNA',2010-01-13,2010-01-15,250.0,'GOSSERAND','CURTIS',2,1 +25966,'FNA',2010-01-15,2010-01-17,212.5,'DUMAN','LUKE',3,1 +66899,'FNA',2010-01-18,2010-01-19,225.0,'TUNE','MARISSA',1,0 +58779,'FNA',2010-01-19,2010-01-21,250.0,'ZENTNER','ROBBIE',1,1 +93918,'FNA',2010-01-26,2010-01-31,250.0,'HARDACRE','NEIL',3,0 +51685,'FNA',2010-02-03,2010-02-04,250.0,'EIMER','LYNELLE',2,0 +28499,'FNA',2010-02-04,2010-02-05,212.5,'DOMINGUEZ','STACEY',1,1 +95600,'FNA',2010-02-05,2010-02-07,225.0,'MOUTON','CASANDRA',4,0 +14834,'FNA',2010-02-07,2010-02-13,225.0,'WITTROCK','DEBBIE',1,2 +71009,'FNA',2010-02-18,2010-02-20,250.0,'OXBORROW','CARLETTA',2,0 +63153,'FNA',2010-02-20,2010-02-22,312.5,'TROKEY','INGRID',4,0 +28771,'FNA',2010-02-26,2010-03-09,250.0,'MORRISSETTE','FAVIOLA',3,1 +13205,'FNA',2010-03-14,2010-03-18,250.0,'VANDOREN','MAJOR',1,0 +72656,'FNA',2010-03-18,2010-03-19,250.0,'PICHARD','HOLLIS',1,3 +67292,'FNA',2010-03-24,2010-03-28,287.5,'GUEDESSE','SOL',3,0 +22169,'FNA',2010-04-06,2010-04-07,287.5,'SCHUL','HOYT',1,0 +65283,'FNA',2010-04-08,2010-04-09,287.5,'ALLAIRE','RAMONA',2,0 +11631,'FNA',2010-04-10,2010-04-12,312.5,'ESPINO','MARCELINA',2,1 +83396,'FNA',2010-04-12,2010-04-13,250.0,'DRDA','LESTER',1,1 +99863,'FNA',2010-04-17,2010-04-19,250.0,'ARBUCKLE','LORENA',4,0 +54811,'FNA',2010-04-19,2010-04-20,225.0,'KLEVER','ERASMO',2,1 +47352,'FNA',2010-04-20,2010-04-24,225.0,'MARZETT','JOSEPH',1,1 +28691,'FNA',2010-04-24,2010-04-26,225.0,'SLUKA','AIKO',1,1 +73732,'FNA',2010-04-26,2010-04-28,250.0,'RODERICK','JOSLYN',1,0 +26561,'FNA',2010-04-29,2010-05-03,250.0,'DYDA','DORIAN',2,2 +80964,'FNA',2010-05-03,2010-05-10,225.0,'RHYME','QUINN',4,0 +85215,'FNA',2010-05-14,2010-05-21,250.0,'TEHNEY','DARRYL',1,0 +60205,'FNA',2010-05-22,2010-05-31,225.0,'FRAINE','MANDA',1,1 +37773,'FNA',2010-05-31,2010-06-06,312.5,'BOUGIE','MONTE',1,1 +69796,'FNA',2010-06-09,2010-06-11,250.0,'LUANGSINGOTHA','WILHELMINA',1,3 +19494,'FNA',2010-06-12,2010-06-19,287.5,'VORWERK','DORINE',1,0 +41037,'FNA',2010-06-19,2010-07-02,225.0,'DUB','SUZANNE',1,0 +74117,'FNA',2010-07-02,2010-07-04,225.0,'HORTILLOSA','FREDDY',1,0 +17338,'FNA',2010-07-04,2010-07-05,287.5,'RUBY','QUENTIN',2,2 +71818,'FNA',2010-07-05,2010-07-06,250.0,'SALOWITZ','QUEEN',2,1 +99419,'FNA',2010-07-11,2010-07-12,250.0,'DALGLEISH','RYAN',4,0 +87412,'FNA',2010-07-16,2010-07-22,250.0,'HARE','ELSIE',2,2 +71902,'FNA',2010-07-27,2010-07-31,250.0,'ANNABLE','IRA',1,0 +94437,'FNA',2010-07-31,2010-08-02,250.0,'SVATEK','KELLY',2,0 +82515,'FNA',2010-08-02,2010-08-03,287.5,'ALWINE','SHAWANDA',1,2 +79615,'FNA',2010-08-03,2010-08-05,250.0,'CONRAD','ELODIA',1,2 +22615,'FNA',2010-08-09,2010-08-10,212.5,'QUISPE','MARGARITO',1,1 +59166,'FNA',2010-08-20,2010-08-21,250.0,'TANI','DOMINICK',3,0 +23302,'FNA',2010-08-21,2010-08-22,287.5,'CONSTABLE','RASHAD',1,2 +53668,'FNA',2010-08-22,2010-08-24,287.5,'FIGUROA','BEN',1,0 +30671,'FNA',2010-08-29,2010-09-01,225.0,'KON','DEWAYNE',1,1 +35922,'FNA',2010-09-01,2010-09-02,287.5,'SINGERMAN','YAN',1,0 +75457,'FNA',2010-09-05,2010-09-07,225.0,'SEGO','HUNG',1,0 +16061,'FNA',2010-09-11,2010-09-14,312.5,'ENDLER','ODIS',2,1 +25389,'FNA',2010-09-19,2010-09-21,212.5,'INTERRANTE','EMMITT',3,1 +60454,'FNA',2010-10-06,2010-10-08,225.0,'GOLSTON','CONSUELA',2,2 +28198,'FNA',2010-10-08,2010-10-18,225.0,'SAPORITO','ANDREAS',1,0 +39910,'FNA',2010-10-19,2010-10-21,250.0,'KAMINSKY','DANNY',1,0 +92303,'FNA',2010-11-04,2010-11-10,287.5,'BRISENDINE','JEWEL',1,0 +26345,'FNA',2010-11-10,2010-11-12,250.0,'QUEROS','MAHALIA',1,1 +99236,'FNA',2010-11-16,2010-11-17,287.5,'SCHOENING','LEROY',1,1 +85417,'FNA',2010-11-21,2010-11-26,225.0,'MULKEY','EMERY',2,0 +10574,'FNA',2010-11-26,2010-12-03,287.5,'SWEAZY','ROY',2,1 +29568,'FNA',2010-12-03,2010-12-08,225.0,'BOETTNER','REIKO',3,0 +28106,'FNA',2010-12-11,2010-12-17,312.5,'VANDERSCHAEGE','MITZIE',2,0 +56373,'FNA',2010-12-18,2010-12-20,225.0,'BEGEN','ASHLYN',3,0 +94004,'FNA',2010-12-21,2010-12-24,250.0,'JARVI','JOHNNIE',4,0 +28948,'FNA',2010-12-24,2010-12-26,287.5,'RUPE','QUIANA',2,0 +71987,'FNA',2010-12-30,2010-12-31,250.0,'HARE','ELSIE',2,0 +67409,'FNA',2010-12-31,2011-01-04,250.0,'MADRON','DONNIE',2,1 diff --git a/test_database/inn_1/data_csv/Rooms.csv b/test_database/inn_1/data_csv/Rooms.csv new file mode 100644 index 0000000000000000000000000000000000000000..257a83b312af8cc36fb3bf419aae7e9fa5308063 --- /dev/null +++ b/test_database/inn_1/data_csv/Rooms.csv @@ -0,0 +1,11 @@ +RoomId,roomName,beds,bedType,maxOccupancy,basePrice,decor +'RND','Recluse and defiance',1,'King',2,150,'modern' +'IBS','Interim but salutary',1,'King',2,150,'traditional' +'AOB','Abscond or bolster',2,'Queen',4,175,'traditional' +'MWC','Mendicant with cryptic',2,'Double',4,125,'modern' +'HBB','Harbinger but bequest',1,'Queen',2,100,'modern' +'IBD','Immutable before decorum',2,'Queen',4,150,'rustic' +'TAA','Thrift and accolade',1,'Double',2,75,'modern' +'CAS','Convoke and sanguine',2,'King',4,175,'traditional' +'RTE','Riddle to exculpate',2,'Queen',4,175,'rustic' +'FNA','Frugal not apropos',2,'King',4,250,'traditional' diff --git a/test_database/inn_1/inn_1.sql b/test_database/inn_1/inn_1.sql new file mode 100644 index 0000000000000000000000000000000000000000..bfb66e4cf9bef3ec73f93eb7f5b808864fcb6e3f --- /dev/null +++ b/test_database/inn_1/inn_1.sql @@ -0,0 +1,24 @@ +CREATE TABLE "Rooms" ( + "RoomId" TEXT PRIMARY KEY, + "roomName" TEXT, + "beds" INTEGER, + "bedType" TEXT, + "maxOccupancy" INTEGER, + "basePrice" INTEGER, + "decor" TEXT + +); + +CREATE TABLE "Reservations" ( + "Code" INTEGER PRIMARY KEY, + "Room" TEXT, + "CheckIn" TEXT, + "CheckOut" TEXT, + "Rate" REAL, + "LastName" TEXT, + "FirstName" TEXT, + "Adults" INTEGER, + "Kids" INTEGER, + FOREIGN KEY (Room) REFERENCES Rooms(RoomId) +); + diff --git a/test_database/inn_1/inn_1.sqlite b/test_database/inn_1/inn_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..5e7ebacdf82c1e6b83fe9d25bb8836d4524f0088 Binary files /dev/null and b/test_database/inn_1/inn_1.sqlite differ diff --git a/test_database/inn_1/link.txt b/test_database/inn_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..94c167197fe075c59a0eb4db5c0ce5bf25f766e7 --- /dev/null +++ b/test_database/inn_1/link.txt @@ -0,0 +1 @@ +http://users.csc.calpoly.edu/~dekhtyar/365-Spring2017/index.html \ No newline at end of file diff --git a/test_database/inn_1/q.txt b/test_database/inn_1/q.txt new file mode 100644 index 0000000000000000000000000000000000000000..b198bd1554245a14463633715aa03757a67152ef --- /dev/null +++ b/test_database/inn_1/q.txt @@ -0,0 +1,15 @@ +Find all modern rooms with a base price below $160 and two beds. Report room names and codes + +Find all rooms occupied on February 6, 2010. Report full name of the room, the check-in and checkout dates of the reservation. + +For each reservation that starts on December 31, 2010 report the room name, nightly rate, number of nights spent and the total amount of money paid. + +Find the names of all people1 staying at the inn at the same time as HERBERT FRYDAY. + +Find the number of August reservations (both checkin and checkout dates are in August) where two adults are staying with two children. + +Find the most popular room in the hotel. The most popular room is the room that had seen the largest number of reservations + +Find the room that has been occupied the largest number of days based on the reservations. Report the room name + +For each room, report the most expensive reservation. Report the full room name, dates of stay diff --git a/test_database/insurance_policies/insurance_policies.sqlite b/test_database/insurance_policies/insurance_policies.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..9b1ffca54a7980a1e7fd8b31d1449c5ad96d29fc Binary files /dev/null and b/test_database/insurance_policies/insurance_policies.sqlite differ diff --git a/test_database/insurance_policies/schema.sql b/test_database/insurance_policies/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..d1f24d36196d0972c2b48c692bf62810916cdb0e --- /dev/null +++ b/test_database/insurance_policies/schema.sql @@ -0,0 +1,130 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE Customers ( +Customer_ID INTEGER NOT NULL, +Customer_Details VARCHAR(255) NOT NULL, +PRIMARY KEY (Customer_ID) +); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (1, 'America Jaskolski'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (2, 'Ellsworth Paucek'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (3, 'Mrs. Hanna Willms'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (4, 'Dr. Diana Rath'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (5, 'Selena Gerhold'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (6, 'Lauriane Ferry PhD'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (7, 'Sydnie Friesen'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (8, 'Dayana Robel'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (9, 'Mr. Edwardo Blanda I'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (10, 'Augustine Kerluke'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (11, 'Buddy Marquardt'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (12, 'Mr. Randal Lynch III'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (13, 'Mrs. Liza Heller V'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (14, 'Mrs. Lilly Graham III'); +INSERT INTO `Customers` (`Customer_ID`, `Customer_Details`) VALUES (15, 'Miss Felicita Reichel'); + +CREATE TABLE Customer_Policies ( +Policy_ID INTEGER NOT NULL, +Customer_ID INTEGER NOT NULL, +Policy_Type_Code CHAR(15) NOT NULL, +Start_Date DATE, +End_Date DATE, +PRIMARY KEY (Policy_ID), +FOREIGN KEY (Customer_ID) REFERENCES Customers (Customer_ID) +); + +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (119, 1, 'Car', '2018-01-21', '2017-12-15'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (141, 2, 'Life', '2017-08-21', '2017-09-29'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (143, 3, 'Car', '2017-06-16', '2017-12-09'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (218, 4, 'Car', '2017-09-18', '2017-11-23'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (264, 4, 'Car', '2016-12-25', '2018-01-25'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (270, 5, 'Life', '2016-07-17', '2018-01-05'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (352, 6, 'Property', '2016-05-23', '2017-12-09'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (396, 7, 'Travel', '2017-07-30', '2017-10-09'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (473, 3, 'Travel', '2017-04-24', '2017-12-14'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (552, 12, 'Travel', '2017-12-13', '2017-11-05'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (587, 13, 'Travel', '2017-03-23', '2017-09-01'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (738, 8, 'Travel', '2018-06-16', '2017-12-04'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (744, 6, 'Property', '2017-12-01', '2018-03-07'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (858, 9, 'Property', '2016-05-30', '2018-02-11'); +INSERT INTO `Customer_Policies` (`Policy_ID`, `Customer_ID`, `Policy_Type_Code`, `Start_Date`, `End_Date`) VALUES (900, 2, 'Property', '2017-01-20', '2017-12-11'); +CREATE TABLE Claims ( +Claim_ID INTEGER NOT NULL, +Policy_ID INTEGER NOT NULL, +Date_Claim_Made DATE, +Date_Claim_Settled DATE, +Amount_Claimed INTEGER, +Amount_Settled INTEGER, +PRIMARY KEY (Claim_ID), +FOREIGN KEY (Policy_ID) REFERENCES Customer_Policies (Policy_ID) +); + +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (143, 744, '2017-03-11', '2017-11-03', 43884, 1085); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (423, 552, '2016-08-12', '2018-01-27', 79134, 1724); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (442, 473, '2017-02-24', '2018-01-21', 70088, 1189); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (486, 141, '2018-06-14', '2017-12-20', 69696, 1638); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (546, 744, '2017-05-03', '2017-12-22', 46479, 1091); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (563, 141, '2016-08-02', '2017-09-04', 41078, 1570); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (569, 473, '2018-07-15', '2017-11-19', 49743, 930); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (571, 858, '2017-08-03', '2018-02-18', 89632, 1528); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (621, 744, '2016-12-18', '2018-01-11', 43708, 1652); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (761, 473, '2016-08-26', '2017-09-04', 83703, 1372); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (801, 738, '2017-10-21', '2018-01-05', 3326, 1353); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (843, 143, '2017-10-14', '2018-02-20', 10209, 1639); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (935, 143, '2018-07-13', '2017-11-22', 70674, 1637); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (957, 352, '2018-11-08', '2017-09-15', 38280, 1050); +INSERT INTO `Claims` (`Claim_ID`, `Policy_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`) VALUES (965, 119, '2017-07-17', '2018-03-09', 35824, 1636); + + + +CREATE TABLE Settlements ( +Settlement_ID INTEGER NOT NULL, +Claim_ID INTEGER NOT NULL, +Date_Claim_Made DATE, +Date_Claim_Settled DATE, +Amount_Claimed INTEGER, +Amount_Settled INTEGER, +Customer_Policy_ID INTEGER NOT NULL, +PRIMARY KEY (Settlement_ID), +FOREIGN KEY (Claim_ID) REFERENCES Claims (Claim_ID) +); +CREATE TABLE Payments ( +Payment_ID INTEGER NOT NULL, +Settlement_ID INTEGER NOT NULL, +Payment_Method_Code VARCHAR(255), +Date_Payment_Made DATE, +Amount_Payment INTEGER, +PRIMARY KEY (Payment_ID), +FOREIGN KEY (Settlement_ID) REFERENCES Settlements (Settlement_ID) +); + + + +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (357, 486, '2018-08-07', '2018-01-16', 38543, 1181, 515); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (412, 621, '2017-08-27', '2018-02-04', 57669, 1427, 617); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (476, 801, '2016-09-05', '2018-03-02', 30954, 1805, 943); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (512, 801, '2016-05-18', '2018-02-11', 82506, 1737, 133); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (516, 563, '2017-05-19', '2017-10-06', 37302, 1767, 638); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (527, 801, '2018-11-10', '2018-02-15', 25078, 930, 727); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (558, 569, '2018-05-12', '2017-11-30', 16603, 1516, 536); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (564, 761, '2016-07-04', '2018-02-20', 62680, 1676, 839); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (597, 486, '2017-04-18', '2017-12-24', 4456, 1698, 359); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (616, 957, '2017-07-31', '2018-01-27', 24055, 1262, 590); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (648, 761, '2017-09-22', '2018-02-14', 32079, 1266, 805); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (682, 801, '2017-03-04', '2018-02-20', 56850, 1508, 564); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (756, 571, '2017-04-14', '2017-11-15', 8634, 1293, 448); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (897, 843, '2017-03-29', '2018-02-20', 20569, 1885, 678); +INSERT INTO `Settlements` (`Settlement_ID`, `Claim_ID`, `Date_Claim_Made`, `Date_Claim_Settled`, `Amount_Claimed`, `Amount_Settled`, `Customer_Policy_ID`) VALUES (983, 621, '2016-07-19', '2017-11-04', 3864, 1042, 419); + +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (384, 516, 'MasterCard', '2018-02-16', 241730); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (435, 476, 'MasterCard', '2017-05-28', 448613); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (484, 516, 'MasterCard', '2017-06-24', 456098); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (498, 682, 'Discover Card', '2017-08-06', 38324); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (542, 597, 'MasterCard', '2018-01-10', 407235); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (559, 512, 'MasterCard', '2018-02-18', 235893); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (678, 516, 'Visa', '2017-12-16', 459407); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (739, 597, 'Discover Card', '2017-10-07', 71246); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (754, 516, 'Visa', '2018-02-24', 7343); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (774, 527, 'MasterCard', '2018-01-28', 319142); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (779, 564, 'Visa', '2017-05-28', 155654); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (791, 983, 'Visa', '2017-05-03', 172309); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (886, 516, 'MasterCard', '2017-07-31', 423154); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (912, 648, 'Discover Card', '2017-05-04', 123255); +INSERT INTO `Payments` (`Payment_ID`, `Settlement_ID`, `Payment_Method_Code`, `Date_Payment_Made`, `Amount_Payment`) VALUES (983, 682, 'American Express', '2018-01-19', 177130); diff --git a/test_database/loan_1/loan_1.sqlite b/test_database/loan_1/loan_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..8220f921865da303f3d63b29f9f753a748098f66 Binary files /dev/null and b/test_database/loan_1/loan_1.sqlite differ diff --git a/test_database/loan_1/schema.sql b/test_database/loan_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..60e2bf9008f0949ea8178cb8ac8f323b5e2b5d40 --- /dev/null +++ b/test_database/loan_1/schema.sql @@ -0,0 +1,41 @@ +CREATE TABLE bank ( +branch_ID int PRIMARY KEY, +bname varchar(20), +no_of_customers int, +city varchar(10), +state varchar(20)); + + +CREATE TABLE customer ( +cust_ID varchar(3) PRIMARY KEY, +cust_name varchar(20), +acc_type char(1), +acc_bal int, +no_of_loans int, +credit_score int, +branch_ID int, +state varchar(20), +FOREIGN KEY(branch_ID) REFERENCES bank(branch_ID)); + + +CREATE TABLE loan ( +loan_ID varchar(3) PRIMARY KEY, +loan_type varchar(15), +cust_ID varchar(3), +branch_ID varchar(3), +amount int, +FOREIGN KEY(branch_ID) REFERENCES bank(branch_ID), +FOREIGN KEY(Cust_ID) REFERENCES customer(Cust_ID)); + +insert into bank values (1, 'morningside', 203, 'New York City', 'New York'); +insert into bank values (2, 'downtown', 123, 'Salt Lake City', 'Utah'); +insert into bank values (3, 'broadway', 453, 'New York City', 'New York'); +insert into bank values (4, 'high', 367, 'Austin', 'Texas'); + +insert into customer values (1, 'Mary', 'saving', 2000, 2, 30, 2, 'Utah'); +insert into customer values (2, 'Jack', 'checking', 1000, 1, 20, 1, 'Texas'); +insert into customer values (3, 'Owen', 'saving', 800000, 0, 210, 3, 'New York'); + +insert into loan values (1, 'Mortgages', 1, 1, 2050); +insert into loan values (2, 'Auto', 1, 2, 3000); +insert into loan values (3, 'Business', 3, 3, 5000); diff --git a/test_database/local_govt_in_alabama/local_govt_in_alabama.sqlite b/test_database/local_govt_in_alabama/local_govt_in_alabama.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..4bd32d1a57a8efa865883c2ae9139967ad86c8e3 Binary files /dev/null and b/test_database/local_govt_in_alabama/local_govt_in_alabama.sqlite differ diff --git a/test_database/local_govt_in_alabama/schema.sql b/test_database/local_govt_in_alabama/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..88321d134f9df1c0abcb4f3107314908cf60392d --- /dev/null +++ b/test_database/local_govt_in_alabama/schema.sql @@ -0,0 +1,86 @@ +PRAGMA foreign_keys = ON; + + +CREATE TABLE Services ( +Service_ID INTEGER NOT NULL, +Service_Type_Code CHAR(15) NOT NULL, +PRIMARY KEY (Service_ID) +); +INSERT INTO `Services` (`Service_ID`, `Service_Type_Code`) VALUES (2, 'Marriage'); +INSERT INTO `Services` (`Service_ID`, `Service_Type_Code`) VALUES (5, 'Death Proof'); +INSERT INTO `Services` (`Service_ID`, `Service_Type_Code`) VALUES (6, 'Birth Proof'); +INSERT INTO `Services` (`Service_ID`, `Service_Type_Code`) VALUES (8, 'Property Change'); + + +CREATE TABLE Participants ( +Participant_ID INTEGER NOT NULL, +Participant_Type_Code CHAR(15) NOT NULL, +Participant_Details VARCHAR(255), +PRIMARY KEY (Participant_ID) +); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (9, 'Organizer', 'Karlee Batz'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (26, 'Organizer', 'Vilma Schinner'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (28, 'Organizer', 'Lupe Deckow'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (36, 'Organizer', 'Kenyatta Kuhn'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (37, 'Participant', 'Miss Kaci Lebsack'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (38, 'Organizer', 'Macy Mayer DDS'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (60, 'Participant', 'Dewitt Walter'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (63, 'Participant', 'Prof. Michelle Maggio Jr.'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (64, 'Participant', 'Dr. Jaydon Renner'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (66, 'Participant', 'Justyn Lebsack'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (75, 'Participant', 'Berniece Weimann'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (86, 'Organizer', 'Neil Blick'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (90, 'Participant', 'Dedrick Ebert'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (96, 'Organizer', 'Miss Joyce Cremin'); +INSERT INTO `Participants` (`Participant_ID`, `Participant_Type_Code`, `Participant_Details`) VALUES (98, 'Participant', 'Dr. Kris Deckow'); + + +CREATE TABLE Events ( +Event_ID INTEGER NOT NULL, +Service_ID INTEGER NOT NULL, +Event_Details VARCHAR(255), +PRIMARY KEY (Event_ID), +FOREIGN KEY (Service_ID) REFERENCES Services (Service_ID) +); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (3, 5, 'Success'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (8, 8, 'Success'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (13, 8, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (16, 2, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (17, 5, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (38, 6, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (40, 6, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (43, 8, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (48, 8, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (57, 5, 'Success'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (60, 2, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (74, 2, 'Success'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (80, 5, 'Success'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (95, 2, 'Fail'); +INSERT INTO `Events` (`Event_ID`, `Service_ID`, `Event_Details`) VALUES (96, 2, 'Success'); + + +CREATE TABLE Participants_in_Events ( +Event_ID INTEGER NOT NULL, +Participant_ID INTEGER NOT NULL, +PRIMARY KEY (Event_ID, Participant_ID), +FOREIGN KEY (Participant_ID) REFERENCES Participants (Participant_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID) +); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (3, 26); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (3, 66); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (8, 86); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (13, 64); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (13, 90); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (16, 60); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (17, 37); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (17, 66); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (38, 66); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (40, 37); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (40, 86); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (57, 90); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (60, 26); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (80, 36); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (80, 66); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (80, 96); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (95, 63); +INSERT INTO `Participants_in_Events` (`Event_ID`, `Participant_ID`) VALUES (96, 90); diff --git a/test_database/local_govt_mdm/local_govt_mdm.sqlite b/test_database/local_govt_mdm/local_govt_mdm.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..44cbf616e49a0e3fda3e03120e570e83d8475dd2 Binary files /dev/null and b/test_database/local_govt_mdm/local_govt_mdm.sqlite differ diff --git a/test_database/local_govt_mdm/schema.sql b/test_database/local_govt_mdm/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..0d805ef7b1834f0abf694f41e196eca537d2150d --- /dev/null +++ b/test_database/local_govt_mdm/schema.sql @@ -0,0 +1,112 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE Customer_Master_Index ( +master_customer_id INTEGER NOT NULL, +cmi_details VARCHAR(255), +PRIMARY KEY (master_customer_id) +); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (1, 'Schmitt-Lang'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (2, 'Volkman, Mills and Ferry'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (3, 'Gusikowski PLC'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (4, 'Schmidt, Kertzmann and Lubowitz'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (5, 'Gottlieb, Becker and Wyman'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (6, 'Mayer-Hagenes'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (7, 'Streich-Morissette'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (8, 'Quigley-Paucek'); +INSERT INTO `Customer_Master_Index` (`master_customer_id`, `cmi_details`) VALUES (9, 'Reynolds-McClure'); + +CREATE TABLE CMI_Cross_References ( +cmi_cross_ref_id INTEGER NOT NULL, +master_customer_id INTEGER NOT NULL, +source_system_code CHAR(15) NOT NULL, +PRIMARY KEY (cmi_cross_ref_id), +FOREIGN KEY (master_customer_id) REFERENCES Customer_Master_Index (master_customer_id) + +); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (2, 4, 'Rent'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (4, 5, 'Parking'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (8, 1, 'Rent'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (41, 5, 'Benefits'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (48, 5, 'Benefits'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (49, 1, 'Business'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (59, 1, 'Rent'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (65, 9, 'Benefits'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (75, 5, 'Electoral'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (77, 4, 'Electoral'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (81, 9, 'Parking'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (83, 3, 'Benefits'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (95, 2, 'Business'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (99, 9, 'Business'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (100, 4, 'Rent'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (101, 2, 'Tax'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (102, 4, 'Tax'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (103, 9, 'Tax'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (104, 2, 'Tax'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (105, 2, 'Tax'); +INSERT INTO `CMI_Cross_References` (`cmi_cross_ref_id`, `master_customer_id`, `source_system_code`) VALUES (106, 1, 'Tax'); + +CREATE TABLE Council_Tax ( +council_tax_id INTEGER NOT NULL, +cmi_cross_ref_id INTEGER NOT NULL, +PRIMARY KEY (council_tax_id), +FOREIGN KEY (cmi_cross_ref_id) REFERENCES CMI_Cross_References (cmi_cross_ref_id) +); +CREATE TABLE Business_Rates ( +business_rates_id INTEGER NOT NULL, +cmi_cross_ref_id INTEGER NOT NULL, +PRIMARY KEY (business_rates_id), +FOREIGN KEY (cmi_cross_ref_id) REFERENCES CMI_Cross_References (cmi_cross_ref_id) +); +CREATE TABLE Benefits_Overpayments ( +council_tax_id INTEGER NOT NULL, +cmi_cross_ref_id INTEGER NOT NULL, +PRIMARY KEY (council_tax_id), +FOREIGN KEY (cmi_cross_ref_id) REFERENCES CMI_Cross_References (cmi_cross_ref_id) +); +CREATE TABLE Parking_Fines ( +council_tax_id INTEGER NOT NULL, +cmi_cross_ref_id INTEGER NOT NULL, +PRIMARY KEY (council_tax_id), +FOREIGN KEY (cmi_cross_ref_id) REFERENCES CMI_Cross_References (cmi_cross_ref_id) +); +CREATE TABLE Rent_Arrears ( +council_tax_id INTEGER NOT NULL, +cmi_cross_ref_id INTEGER NOT NULL, +PRIMARY KEY (council_tax_id), +FOREIGN KEY (cmi_cross_ref_id) REFERENCES CMI_Cross_References (cmi_cross_ref_id) +); +CREATE TABLE Electoral_Register ( +electoral_register_id INTEGER NOT NULL, +cmi_cross_ref_id INTEGER NOT NULL, +PRIMARY KEY (electoral_register_id), +FOREIGN KEY (cmi_cross_ref_id) REFERENCES CMI_Cross_References (cmi_cross_ref_id) +); +INSERT INTO `Benefits_Overpayments` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (3, 65); +INSERT INTO `Benefits_Overpayments` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (7, 83); +INSERT INTO `Benefits_Overpayments` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (6, 41); +INSERT INTO `Benefits_Overpayments` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (8, 48); + +INSERT INTO `Business_Rates` (`business_rates_id`, `cmi_cross_ref_id`) VALUES (5, 49); +INSERT INTO `Business_Rates` (`business_rates_id`, `cmi_cross_ref_id`) VALUES (2, 99); +INSERT INTO `Business_Rates` (`business_rates_id`, `cmi_cross_ref_id`) VALUES (8, 95); + +INSERT INTO `Council_Tax` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (1, 101); +INSERT INTO `Council_Tax` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (7, 102); +INSERT INTO `Council_Tax` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (2, 103); +INSERT INTO `Council_Tax` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (3, 104); +INSERT INTO `Council_Tax` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (9, 105); +INSERT INTO `Council_Tax` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (8, 106); + +INSERT INTO `Electoral_Register` (`electoral_register_id`, `cmi_cross_ref_id`) VALUES (3, 65); +INSERT INTO `Electoral_Register` (`electoral_register_id`, `cmi_cross_ref_id`) VALUES (7, 65); +INSERT INTO `Electoral_Register` (`electoral_register_id`, `cmi_cross_ref_id`) VALUES (8, 75); +INSERT INTO `Electoral_Register` (`electoral_register_id`, `cmi_cross_ref_id`) VALUES (2, 83); +INSERT INTO `Electoral_Register` (`electoral_register_id`, `cmi_cross_ref_id`) VALUES (6, 95); +INSERT INTO `Electoral_Register` (`electoral_register_id`, `cmi_cross_ref_id`) VALUES (4, 100); +INSERT INTO `Parking_Fines` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (9, 4); +INSERT INTO `Parking_Fines` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (10, 81); + +INSERT INTO `Rent_Arrears` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (7, 2); +INSERT INTO `Rent_Arrears` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (2, 8); +INSERT INTO `Rent_Arrears` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (6, 59); +INSERT INTO `Rent_Arrears` (`council_tax_id`, `cmi_cross_ref_id`) VALUES (1, 100); diff --git a/test_database/manufacturer/manufacturer.sqlite b/test_database/manufacturer/manufacturer.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..4fd26cf8db80f2624e7bddc95dc878acb28c7b15 Binary files /dev/null and b/test_database/manufacturer/manufacturer.sqlite differ diff --git a/test_database/manufacturer/schema.sql b/test_database/manufacturer/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..899e3b320d0d979c4294a953578e4f5afecb5bf8 --- /dev/null +++ b/test_database/manufacturer/schema.sql @@ -0,0 +1,55 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "manufacturer" ( + "Manufacturer_ID" int, + "Open_Year" real, + "Name" text, + "Num_of_Factories" int, + "Num_of_Shops" int, + PRIMARY KEY ("Manufacturer_ID") +); + + + +INSERT INTO "manufacturer" VALUES (1,"1980","Chevrolet House","36","8"); +INSERT INTO "manufacturer" VALUES (2,"1990","IKEA","21","19"); +INSERT INTO "manufacturer" VALUES (3,"1991","Ford Make","12","2"); +INSERT INTO "manufacturer" VALUES (4,"1992","Jiaju","1","35"); +INSERT INTO "manufacturer" VALUES (5,"2000","Chevrolet","38","24"); +INSERT INTO "manufacturer" VALUES (6,"2001","Dodge","3","7"); +INSERT INTO "manufacturer" VALUES (7,"2008","Tomorrow","12","4"); + + +CREATE TABLE "furniture" ( + "Furniture_ID" int, + "Name" text, + "Num_of_Component" int, + "Market_Rate" real, + PRIMARY KEY ("Furniture_ID") +); + +INSERT INTO "furniture" VALUES (1,"Billiard table",14,"52.5"); +INSERT INTO "furniture" VALUES (2,"Chabudai",4,"40.0"); +INSERT INTO "furniture" VALUES (3,"Bookcase",6,"1.0"); +INSERT INTO "furniture" VALUES (4,"Hatstand",5,"0.5"); +INSERT INTO "furniture" VALUES (5,"Bench",5,"3.5"); +INSERT INTO "furniture" VALUES (6,"Four-poster bed",3,"2.0"); +INSERT INTO "furniture" VALUES (7,"Dining set",12,"0.5"); + + +CREATE TABLE "furniture_manufacte" ( + "Manufacturer_ID" int, + "Furniture_ID" int, + "Price_in_Dollar" real, + PRIMARY KEY ("Manufacturer_ID","Furniture_ID"), + FOREIGN KEY ("Manufacturer_ID") REFERENCES `manufacturer`("Manufacturer_ID"), + FOREIGN KEY ("Furniture_ID") REFERENCES `furniture`("Furniture_ID") +); + +INSERT INTO "furniture_manufacte" VALUES (1,3,239); +INSERT INTO "furniture_manufacte" VALUES (4,2,450); +INSERT INTO "furniture_manufacte" VALUES (7,7,2124); +INSERT INTO "furniture_manufacte" VALUES (5,1,443); +INSERT INTO "furniture_manufacte" VALUES (7,4,1234); + diff --git a/test_database/mountain_photos/mountain_photos.sqlite b/test_database/mountain_photos/mountain_photos.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..e32cceed05e6f517475cf938d1b25cd7c6a97b7b Binary files /dev/null and b/test_database/mountain_photos/mountain_photos.sqlite differ diff --git a/test_database/mountain_photos/schema.sql b/test_database/mountain_photos/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..b88bc42fa3103c4f053614ac0a1b2a11ab80f047 --- /dev/null +++ b/test_database/mountain_photos/schema.sql @@ -0,0 +1,75 @@ +PRAGMA foreign_keys=ON; +BEGIN TRANSACTION; +CREATE TABLE IF NOT EXISTS "mountain" ( +"id" int, +"name" text, +"Height" real, +"Prominence" real, +"Range" text, +"Country" text, +primary key("id") +); +INSERT INTO mountain VALUES(1,'Abune Yosef / Guliba Amba',4260.0000000000000002,1908.9999999999999999,'Lasta Massif','Ethiopia'); +INSERT INTO mountain VALUES(2,'Ioll / Yoll',4219.9999999999999998,350.0,'Kollo Massif','Ethiopia'); +INSERT INTO mountain VALUES(3,'Bada',4195.0000000000000001,1605.0,'Arsi Mountains','Ethiopia'); +INSERT INTO mountain VALUES(4,'Kaka / Kecha / Chiqe',4193.0000000000000001,1215.0,'Arsi Mountains','Ethiopia'); +INSERT INTO mountain VALUES(5,'Jbel Toubkal',4167.0,3755.0000000000000001,'Toubkal Atlas','Morocco'); +INSERT INTO mountain VALUES(6,'Muhavura',4127.0,1529.9999999999999999,'Virunga Mountains','Rwanda Uganda'); +INSERT INTO mountain VALUES(7,'Hey / Hay',4125.0,659.99999999999999999,'Semien Mountains','Ethiopia'); +INSERT INTO mountain VALUES(8,'Guna',4119.9999999999999998,1509.9999999999999999,'Guna Massif','Ethiopia'); +INSERT INTO mountain VALUES(9,'Choqa / Choke / Birhan',4099.9999999999999999,2224.9999999999999999,'Choqa Mountains','Ethiopia'); +INSERT INTO mountain VALUES(10,'Ouanoukrim',4088.0,419.99999999999999998,'Toubkal Atlas','Morocco'); +INSERT INTO mountain VALUES(11,'Chilalo',4071.0000000000000001,609.99999999999999999,'Arsi Mountains','Ethiopia'); +INSERT INTO mountain VALUES(12,'Mount Cameroon',4070.0000000000000001,3931.0000000000000001,'Cameroon line','Cameroon'); +INSERT INTO mountain VALUES(13,'Inatye',4070.0000000000000001,500.0,'Semien Mountains','Ethiopia'); +INSERT INTO mountain VALUES(14,'Ighil Mgoun',4068.0000000000000001,1903.9999999999999999,'Central High Atlas','Morocco'); +INSERT INTO mountain VALUES(15,'Weshema / Wasema?',4030.0000000000000001,419.99999999999999998,'Bale Mountains','Ethiopia'); +INSERT INTO mountain VALUES(16,'Oldoinyo Lesatima',4001.0,2080.9999999999999999,'Aberdare Range','Kenya'); +INSERT INTO mountain VALUES(17,'Jebel n''Tarourt / Tifnout / Iferouane',3995.9999999999999999,910.00000000000000003,'Toubkal Atlas','Morocco'); +INSERT INTO mountain VALUES(18,'Muggia',3950.0,500.0,'Lasta Massif','Ethiopia'); +INSERT INTO mountain VALUES(19,'Dubbai',3941.0,1539.9999999999999999,'Tigray Mountains','Ethiopia'); +INSERT INTO mountain VALUES(20,'Taska n’Zat',3911.9999999999999999,459.99999999999999999,'Toubkal Atlas','Morocco'); +INSERT INTO mountain VALUES(21,'Aksouâl',3902.9999999999999998,450.0,'Toubkal Atlas','Morocco'); +INSERT INTO mountain VALUES(22,'Mount Kinangop',3901.9999999999999998,530.00000000000000001,'Aberdare Range','Kenya'); +INSERT INTO mountain VALUES(23,'Cimbia',3900.0,590.0,'Kollo Massif','Ethiopia'); +CREATE TABLE IF NOT EXISTS "camera_lens" ( +"id" int, +"brand" text, +"name" text, +"focal_length_mm" real, +"max_aperture" real, +primary key("id") +); +INSERT INTO camera_lens VALUES(1,'Olympus','Olympus 15mm f/8.0 Body Cap',15.0,8.0); +INSERT INTO camera_lens VALUES(2,'Olympus','Olympus M.Zuiko Digital ED 45mm f/1.8',45.0,1.8000000000000000444); +INSERT INTO camera_lens VALUES(3,'Olympus','Olympus M.Zuiko Digital ED 75mm f/1.8',75.0,1.8000000000000000444); +INSERT INTO camera_lens VALUES(4,'Panasonic','Panasonic Leica DG Summilux 25mm f /1.4 Asph.',25.0,1.3999999999999999111); +INSERT INTO camera_lens VALUES(5,'Panasonic','Panasonic Leica DG Nocticron 42.5mm f /1.2',42.5,1.1999999999999999555); +INSERT INTO camera_lens VALUES(6,'Panasonic','Panasonic Lumix G 150mm f /2.8',150.0,2.7999999999999998223); +INSERT INTO camera_lens VALUES(7,'Schneider Kreuznach','Schneider Kreuznach Super Angulon 14mm f /2.0',13.999999999999999999,2.0); +INSERT INTO camera_lens VALUES(8,'Schneider Kreuznach','Schneider Kreuznach Xenon 30mm f /1.4',30.0,1.3999999999999999111); +INSERT INTO camera_lens VALUES(9,'Sigma','Sigma 19mm f2.8 DN',19.0,2.7999999999999998223); +INSERT INTO camera_lens VALUES(10,'Sigma','Sigma 19mm f2.8 EX DN',19.0,2.7999999999999998223); +INSERT INTO camera_lens VALUES(11,'Sigma','Sigma 30mm f2.8 DN',30.0,2.7999999999999998223); +CREATE TABLE IF NOT EXISTS "photos" ( +"id" int, +"camera_lens_id" int, +"mountain_id" int, +"color" text, +"name" text, +primary key("id"), +foreign key("camera_lens_id") references `camera_lens`("id"), +foreign key("mountain_id") references `mountain`("id") +); +INSERT INTO photos VALUES(1,1,20,'RBG','monkey'); +INSERT INTO photos VALUES(2,10,2,'RBG','rabbits'); +INSERT INTO photos VALUES(3,10,1,'Black/White','deers'); +INSERT INTO photos VALUES(4,1,10,'RBG','grass'); +INSERT INTO photos VALUES(5,5,14,'RBG','cloud'); +INSERT INTO photos VALUES(6,6,12,'RBG','sunset'); +INSERT INTO photos VALUES(7,7,12,'RBG','river'); +INSERT INTO photos VALUES(8,7,12,'Black/White','wolfs'); +INSERT INTO photos VALUES(9,10,14,'RBG','the mountain'); +INSERT INTO photos VALUES(10,10,20,'RBG','life'); +COMMIT; + diff --git a/test_database/music_1/music_1.sqlite b/test_database/music_1/music_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..1fcca9786e67b5d3b1abf4809c5f492cb8c27380 Binary files /dev/null and b/test_database/music_1/music_1.sqlite differ diff --git a/test_database/music_1/schema.sql b/test_database/music_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..3a6f8fa4d426e5f74cafb5151beb45a562a0ca80 --- /dev/null +++ b/test_database/music_1/schema.sql @@ -0,0 +1,79 @@ + +--data definition + +create table genre( + g_name varchar2(20) not null, + rating varchar2(10), + most_popular_in varchar2(50), + primary key(g_name) +); + +create table artist( + artist_name varchar2(50) not null, + country varchar2(20), + gender varchar2(20), + preferred_genre varchar2(50), + constraint a_name primary key(artist_name), + foreign key(preferred_genre) references genre(g_name) ON DELETE CASCADE +); + +create table files( + f_id number(10) not null, + artist_name varchar2(50), + file_size varchar2(20), + duration varchar2(20), + formats varchar2(20), + primary key(f_id), + foreign key(artist_name) references artist(artist_name) ON DELETE CASCADE +); + + +create table song( + song_name varchar2(50), + artist_name varchar2(50), + country varchar2(20), + f_id number(10), + genre_is varchar2(20), + rating number(10) check(rating>0 and rating<11), + languages varchar2(20), + releasedate Date, + resolution number(10) not null, + constraint s_name primary key(song_name), + foreign key(artist_name) references artist(artist_name) ON DELETE CASCADE, + foreign key(f_id) references files(f_id) ON DELETE CASCADE, + foreign key(genre_is) references genre(g_name) ON DELETE CASCADE +); + + +--insertion of attributes in the table + + +insert into genre(g_name,rating,most_popular_in) values ('tagore','8','Bangladesh'); +insert into genre values ('nazrul','7','Bangladesh'); +insert into genre values ('folk','9','Sylhet,Chittagong,Kustia'); +insert into genre values ('modern','8','Bangladesh'); +insert into genre values ('blues','7','Canada'); +insert into genre values ('pop','9','America'); + + +insert into artist(artist_name,country,gender,preferred_genre) values('Shrikanta','India','Male','tagore'); +insert into artist values('Prity','Bangladesh','Female','nazrul'); +insert into artist values('Farida','Bangladesh','Female','folk'); +insert into artist values('Topu','India','Female','modern'); +insert into artist values('Enrique','USA','Male','blues'); +insert into artist values('Michel','UK','Male','pop'); + + +insert into files(f_id,artist_name,file_size,duration,formats) values (1,'Shrikanta','3.78 MB','3:45','mp4'); +insert into files values (2,'Prity','4.12 MB','2:56','mp3'); +insert into files values (3,'Farida','3.69 MB','4:12','mp4'); +insert into files values (4,'Enrique','4.58 MB','5:23','mp4'); +insert into files values (5,'Michel','5.10 MB','4:34','mp3'); +insert into files values (6,'Topu','4.10 MB','4:30','mp4'); + +insert into song(song_name,artist_name,country,f_id,genre_is,rating,languages,releasedate,resolution) values ('Tumi robe nirobe','Shrikanta','India','1','tagore','8','bangla','28-AUG-2011',1080); +insert into song values ('Shukno patar nupur pae','Prity','Bangladesh','2','nazrul','5','bangla','21-SEP-1997',512); +insert into song values ('Ami opar hoye','Farida','Bangladesh','3','folk','7','bangla','7-APR-2001',320); +insert into song values ('My love','Enrique','USA','4','blues','6','english','24-JAN-2007',1080); +insert into song values ('Just beat it','Michel','UK','5','pop','8','english','17-MAR-2002',720); +insert into song values ('Aj ei akash','Topu','India','6','modern','10','bangla','27-MAR-2004',320); diff --git a/test_database/network_2/network_2.sqlite b/test_database/network_2/network_2.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..115a096f3d6083b943f78ddc680ec8dd2f14a257 Binary files /dev/null and b/test_database/network_2/network_2.sqlite differ diff --git a/test_database/network_2/schema.sql b/test_database/network_2/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..ff66d09ca85acc9aec93a49a412e943c11eb2cdc --- /dev/null +++ b/test_database/network_2/schema.sql @@ -0,0 +1,25 @@ +CREATE TABLE Person ( + name varchar(20) PRIMARY KEY, + age INTEGER, + city TEXT, + gender TEXT, + job TEXT +); + +CREATE TABLE PersonFriend ( + name varchar(20), + friend varchar(20), + year INTEGER, + FOREIGN KEY (name) REFERENCES Person(name), + FOREIGN KEY (friend) REFERENCES Person(name) +); + +INSERT INTO Person VALUES ('Alice',25,'new york city','female','student'); +INSERT INTO Person VALUES ('Bob',35,'salt lake city','male','engineer'); +INSERT INTO Person VALUES ('Zach', 45,'austin','male','doctor'); + INSERT INTO Person VALUES ('Dan',26,'chicago','female','student'); + +INSERT INTO PersonFriend VALUES ('Alice','Bob',10); +INSERT INTO PersonFriend VALUES ('Zach','Dan', 12); +INSERT INTO PersonFriend VALUES ('Bob','Zach', 5); +INSERT INTO PersonFriend VALUES ('Zach','Alice', 6); diff --git a/test_database/news_report/news_report.sqlite b/test_database/news_report/news_report.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..0d331f4c34c1dee9b4527018c6c59f7320a452a9 Binary files /dev/null and b/test_database/news_report/news_report.sqlite differ diff --git a/test_database/news_report/schema.sql b/test_database/news_report/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..f8679bd0c7203aea69c04928f59fe78e17ba531a --- /dev/null +++ b/test_database/news_report/schema.sql @@ -0,0 +1,59 @@ +PRAGMA foreign_keys = ON; + + +CREATE TABLE "event" ( + "Event_ID" int, + "Date" text, + "Venue" text, + "Name" text, + "Event_Attendance" int, + PRIMARY KEY ("Event_ID") +); + +CREATE TABLE "journalist" ( + "journalist_ID" int, + "Name" text, + "Nationality" text, + "Age" text, + "Years_working" int, + PRIMARY KEY ("journalist_ID") +); + +INSERT INTO "event" VALUES (1,"13 October 2008","Marathon","Olympia Games Openning","6650"); +INSERT INTO "event" VALUES (2,"11 October 2007","Victoria","Government Hearing","369"); +INSERT INTO "event" VALUES (3,"7 October 2010","Motagua","Public Debating","1675"); +INSERT INTO "event" VALUES (4,"20 June 2018","Platense","Global Awarding","2356"); +INSERT INTO "event" VALUES (5,"9 April 2014","Hispano","Special Exhibition","225"); + + +INSERT INTO "journalist" VALUES (1,"Herbert Swindells","England",37,10); +INSERT INTO "journalist" VALUES (2,"Fred Keenor","Wales",27,5); +INSERT INTO "journalist" VALUES (3,"George Gilchrist","England",28,6); +INSERT INTO "journalist" VALUES (4,"Jackie Waring","England",43,21); +INSERT INTO "journalist" VALUES (5,"Fred Chandler","England",34,6); +INSERT INTO "journalist" VALUES (6,"Ray Ferris","Northern Ireland",29,3); +INSERT INTO "journalist" VALUES (7,"John Meaney","England",28,7); +INSERT INTO "journalist" VALUES (8,"Tony Waddington","England",43,12); +INSERT INTO "journalist" VALUES (9,"Jack Meaney","England",37,8); +INSERT INTO "journalist" VALUES (10,"Frank Mitcheson","England",33,9); +INSERT INTO "journalist" VALUES (11,"Tom Briggs","England",25,1); + + + +CREATE TABLE "news_report" ( + "journalist_ID" int, + "Event_ID" int, + "Work_Type" text, + PRIMARY KEY ("journalist_ID","Event_ID"), + FOREIGN KEY ("journalist_ID") REFERENCES `journalist`("journalist_ID"), + FOREIGN KEY ("Event_ID") REFERENCES `event`("Event_ID") +); + +INSERT INTO "news_report" VALUES (1,3,"Screening"); +INSERT INTO "news_report" VALUES (11,5,"Screening"); +INSERT INTO "news_report" VALUES (6,1,"Screening"); +INSERT INTO "news_report" VALUES (4,2,"Music"); +INSERT INTO "news_report" VALUES (7,5,"Music"); +INSERT INTO "news_report" VALUES (4,1,"Host"); +INSERT INTO "news_report" VALUES (8,4,"Host"); + diff --git a/test_database/orchestra/orchestra.sqlite b/test_database/orchestra/orchestra.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..054d4f92e1512c7eb8699f61b5ead49c82e28594 Binary files /dev/null and b/test_database/orchestra/orchestra.sqlite differ diff --git a/test_database/orchestra/schema.sql b/test_database/orchestra/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..a3830dfa8918464e0bdff7d37b237991db9a90c3 --- /dev/null +++ b/test_database/orchestra/schema.sql @@ -0,0 +1,95 @@ + +PRAGMA foreign_keys = ON; + + + +CREATE TABLE "conductor" ( +"Conductor_ID" int, +"Name" text, +"Age" int, +"Nationality" text, +"Year_of_Work" int, +PRIMARY KEY ("Conductor_ID") +); + +INSERT INTO "conductor" VALUES (1,"Antal Doráti",40,"USA",10); +INSERT INTO "conductor" VALUES (2,"Igor Stravinsky",41,"UK",11); +INSERT INTO "conductor" VALUES (3,"Colin Davis",42,"USA",6); +INSERT INTO "conductor" VALUES (4,"Paul Jorgensen",43,"UK",11); +INSERT INTO "conductor" VALUES (5,"Antal Brown",43,"USA",20); +INSERT INTO "conductor" VALUES (6,"Charles Dutoit",43,"France",12); + +INSERT INTO "conductor" VALUES (7,"Gerard Schwarz",50,"USA",20); +INSERT INTO "conductor" VALUES (8,"Pierre Boulez",49,"UK",11); +INSERT INTO "conductor" VALUES (9,"Valeri Gergiev",47,"USA",16); +INSERT INTO "conductor" VALUES (10,"Robert Craft",63,"UK",21); +INSERT INTO "conductor" VALUES (11,"Seiji Ozawa",43,"USA",10); +INSERT INTO "conductor" VALUES (12,"Michael Tilson Thomas",42,"France",12); + + + + +CREATE TABLE "orchestra" ( +"Orchestra_ID" int, +"Orchestra" text, +"Conductor_ID" int, +"Record_Company" text, +"Year_of_Founded" real, +"Major_Record_Format" text, +PRIMARY KEY ("Orchestra_ID"), +FOREIGN KEY (`Conductor_ID`) REFERENCES `conductor`(`Conductor_ID`) +); + +CREATE TABLE "performance" ( +"Performance_ID" int, +"Orchestra_ID" int, +"Type" text, +"Date" text, +"Official_ratings_(millions)" real, +"Weekly_rank" text, +"Share" text, +PRIMARY KEY ("Performance_ID"), +FOREIGN KEY (`Orchestra_ID`) REFERENCES `orchestra`(`Orchestra_ID`) +); + +CREATE TABLE "show" ( +"Show_ID" int, +"Performance_ID" int, +"If_first_show" bool, +"Result" text, +"Attendance" real, +FOREIGN KEY (`Performance_ID`) REFERENCES `performance`(`Performance_ID`) +); + + + +INSERT INTO "orchestra" VALUES (1,"London Symphony Orchestra",1,"Mercury Records","2003","CD"); +INSERT INTO "orchestra" VALUES (2,"Columbia Symphony Orchestra",2,"Columbia Masterworks","2009","CD / LP"); +INSERT INTO "orchestra" VALUES (3,"Royal Concertgebouw Orchestra",3,"Philips","2008","CD"); +INSERT INTO "orchestra" VALUES (4,"Royal Danish Orchestra",4,"Kultur","2002","DVD"); +INSERT INTO "orchestra" VALUES (5,"Detroit Symphony Orchestra",5,"Decca Records","2002","CD"); +INSERT INTO "orchestra" VALUES (6,"Montreal Symphony Orchestra",6,"Decca Records","2004","CD"); +INSERT INTO "orchestra" VALUES (7,"Seattle Symphony Orchestra",7,"Delos Records","2002","CD"); +INSERT INTO "orchestra" VALUES (8,"Chicago Symphony Orchestra",8,"Deutsche Grammophon","2003","CD"); +INSERT INTO "orchestra" VALUES (9,"Kirov Orchestra",9,"Philips Classics Records","2008","CD"); +INSERT INTO "orchestra" VALUES (10,"Philharmonia Orchestra",10,"Koch Records / Naxos Records","2006","CD"); +INSERT INTO "orchestra" VALUES (11,"Orchestre de Paris",11,"EMI","2007","CD"); +INSERT INTO "orchestra" VALUES (12,"San Francisco Symphony Orchestra",12,"RCA","2008","CD"); + +INSERT INTO "performance" VALUES (1,1,"Auditions 1","9 June","5.20","12","22.7%"); +INSERT INTO "performance" VALUES (2,2,"Auditions 2","10 June","6.73","8","28.0%"); +INSERT INTO "performance" VALUES (3,3,"Auditions 3","11 June","7.28","15","29.4%"); +INSERT INTO "performance" VALUES (4,4,"Auditions 4","12 June","7.39","13","29.3%"); +INSERT INTO "performance" VALUES (5,5,"Auditions 5","13 June","7.51","11","29.2%"); +INSERT INTO "performance" VALUES (11,11,"Semi-final 1","14 June","8.36","9","34.0%"); +INSERT INTO "performance" VALUES (6,6,"Semi-final 2","15 June","9.28","8","38.1%"); +INSERT INTO "performance" VALUES (7,7,"Semi-final 3","16 June","9.29","7","40.9%"); +INSERT INTO "performance" VALUES (8,8,"Live final","17 June","11.58","1","43.7%"); +INSERT INTO "performance" VALUES (9,9,"Live final results","17 June","11.45","2","44.7%"); +INSERT INTO "performance" VALUES (10,10,"Series average","2007","8.38","TBC","34%"); + +INSERT INTO "show" VALUES (1,1,"Glebe Park","T","1026"); +INSERT INTO "show" VALUES (2,2,"Fir Park","T","695"); +INSERT INTO "show" VALUES (3,3,"St. Mirren Park","F","555"); +INSERT INTO "show" VALUES (4,4,"St. Mirren Park","F","1925"); +INSERT INTO "show" VALUES (5,5,"Hampden Park","T","2431"); diff --git a/test_database/party_host/party_host.sqlite b/test_database/party_host/party_host.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..fb9695e21d6c8251f81a906da95dc5cfc2b9b0e8 Binary files /dev/null and b/test_database/party_host/party_host.sqlite differ diff --git a/test_database/party_host/schema.sql b/test_database/party_host/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..6cab0721479dfd813f3da31971fcded69db67b1e --- /dev/null +++ b/test_database/party_host/schema.sql @@ -0,0 +1,60 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "party" ( +"Party_ID" int, +"Party_Theme" text, +"Location" text, +"First_year" text, +"Last_year" text, +"Number_of_hosts" int, +PRIMARY KEY ("Party_ID") +); + +CREATE TABLE "host" ( +"Host_ID" int, +"Name" text, +"Nationality" text, +"Age" text, +PRIMARY KEY ("Host_ID") +); + +INSERT INTO "party" VALUES (1,"Spring","Hemkade 48 Zaandam","2000","2001","5"); +INSERT INTO "party" VALUES (2,"Club Q-BASE","Hemkade 48 Zaandam","2002","2002","23"); +INSERT INTO "party" VALUES (3,"Hardcore Resurrection","Various locations","2000","2003","4"); +INSERT INTO "party" VALUES (4,"Teqnology","Heineken Music Hall Amsterdam","2002","2004","6"); +INSERT INTO "party" VALUES (5,"Qlubtempo","Hemkade 48 Zaandam, Heineken Music Hall Amsterdam","2001","2007","31"); +INSERT INTO "party" VALUES (6,"QrimeTime","Heineken Music Hall Amsterdam","2004","2007","4"); +INSERT INTO "party" VALUES (7,"In Qontrol","RAI Amsterdam","2004","2010","7"); +INSERT INTO "party" VALUES (8,"Houseqlassics","Various locations","1999","2010","18"); + + +INSERT INTO "host" VALUES (1,"Austin Daye","United States",43); +INSERT INTO "host" VALUES (2,"Lloyd Daniels","United States",37); +INSERT INTO "host" VALUES (3,"Kornel David","Hungary",31); +INSERT INTO "host" VALUES (4,"Antonio Davis","United States",26); +INSERT INTO "host" VALUES (5,"Ed Davis","United States",45); +INSERT INTO "host" VALUES (6,"Hubert Davis","United States",47); +INSERT INTO "host" VALUES (7,"Carlos Delfino","Argentina",30); +INSERT INTO "host" VALUES (8,"Justin Dentmon","United States",40); +INSERT INTO "host" VALUES (9,"DeMar DeRozan","United States",31); +INSERT INTO "host" VALUES (10,"Derrick Dial","United States",60); + + + +CREATE TABLE "party_host" ( +"Party_ID" int, +"Host_ID" int, +"Is_Main_in_Charge" bool, +PRIMARY KEY ("Party_ID","Host_ID"), +FOREIGN KEY ("Host_ID") REFERENCES `host`("Host_ID"), +FOREIGN KEY ("Party_ID") REFERENCES `party`("Party_ID") +); + +INSERT INTO "party_host" VALUES (1,1,"T"); +INSERT INTO "party_host" VALUES (8,7,"T"); +INSERT INTO "party_host" VALUES (6,10,"F"); +INSERT INTO "party_host" VALUES (4,2,"T"); +INSERT INTO "party_host" VALUES (2,5,"F"); +INSERT INTO "party_host" VALUES (6,3,"T"); + diff --git a/test_database/performance_attendance/performance_attendance.sqlite b/test_database/performance_attendance/performance_attendance.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..05044e9e75ab46e8430f11d10c10e4269ebdd27e Binary files /dev/null and b/test_database/performance_attendance/performance_attendance.sqlite differ diff --git a/test_database/performance_attendance/schema.sql b/test_database/performance_attendance/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..cea76222b291f56e11e89862ec23e56c2fa95bb1 --- /dev/null +++ b/test_database/performance_attendance/schema.sql @@ -0,0 +1,60 @@ +PRAGMA foreign_keys = ON; + + +CREATE TABLE "member" ( + "Member_ID" text, + "Name" text, + "Nationality" text, + "Role" text, + PRIMARY KEY ("Member_ID") +); + + + +INSERT INTO "member" VALUES ("1","Wilfredo Ruiz","Uruguay","Prime Violin"); +INSERT INTO "member" VALUES ("2","Luis González","Argentina","Violin"); +INSERT INTO "member" VALUES ("3","Héctor Campana","Argentina","Violin"); +INSERT INTO "member" VALUES ("4","Héctor Campana","Argentina","Violin"); +INSERT INTO "member" VALUES ("5","Juan Espil","Argentina","Viola"); +INSERT INTO "member" VALUES ("6","Andrew Moten","United States","Viola"); +INSERT INTO "member" VALUES ("7","Charlie Burke","United States","Viola"); +INSERT INTO "member" VALUES ("8","Corey Allen","United States","Cello"); +INSERT INTO "member" VALUES ("9","John Eubanks","United States","Cello"); +INSERT INTO "member" VALUES ("10","Joshua Pittman","United States","Bass"); +INSERT INTO "member" VALUES ("11","Joseph Bunn","United States","Bass"); + +CREATE TABLE "performance" ( + "Performance_ID" real, + "Date" text, + "Host" text, + "Location" text, + "Attendance" int, + PRIMARY KEY ("Performance_ID") +); + +INSERT INTO "performance" VALUES (1,"February 2","Boston Bruins","TD Garden","165"); +INSERT INTO "performance" VALUES (2,"February 4","New York Rangers","Madison Square Garden","1820"); +INSERT INTO "performance" VALUES (3,"February 5","Atlanta Thrashers","Verizon Center","1878"); +INSERT INTO "performance" VALUES (4,"February 7","Pittsburgh Penguins","Verizon Center","1877"); +INSERT INTO "performance" VALUES (5,"February 10","Montreal Canadiens","Bell Centre","2173"); +INSERT INTO "performance" VALUES (6,"February 11","Ottawa Senators","Scotiabank Place","1982"); + + +CREATE TABLE "member_attendance" ( + "Member_ID" int, + "Performance_ID" int, + "Num_of_Pieces" int, + PRIMARY KEY ("Member_ID","Performance_ID"), + FOREIGN KEY ("Member_ID") REFERENCES `member`("Member_ID"), + FOREIGN KEY ("Performance_ID") REFERENCES `performance`("Performance_ID") +); + +INSERT INTO "member_attendance" VALUES (11,3,2); +INSERT INTO "member_attendance" VALUES (7,2,3); +INSERT INTO "member_attendance" VALUES (4,6,4); +INSERT INTO "member_attendance" VALUES (2,1,1); +INSERT INTO "member_attendance" VALUES (3,1,1); +INSERT INTO "member_attendance" VALUES (4,3,2); +INSERT INTO "member_attendance" VALUES (5,1,2); +INSERT INTO "member_attendance" VALUES (1,4,4); + diff --git a/test_database/perpetrator/perpetrator.sqlite b/test_database/perpetrator/perpetrator.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..26ca9a501b873d8169e1c2e2d2750a6d34545adb Binary files /dev/null and b/test_database/perpetrator/perpetrator.sqlite differ diff --git a/test_database/perpetrator/schema.sql b/test_database/perpetrator/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..cb1e63c85b4b8d00e627e1f8205a04dcc8e0d167 --- /dev/null +++ b/test_database/perpetrator/schema.sql @@ -0,0 +1,45 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "perpetrator" ( +"Perpetrator_ID" int, +"People_ID" int, +"Date" text, +"Year" real, +"Location" text, +"Country" text, +"Killed" int, +"Injured" int, +PRIMARY KEY ("Perpetrator_ID"), +FOREIGN KEY ("People_ID") REFERENCES "people"("People_ID") +); + +CREATE TABLE "people" ( +"People_ID" int, +"Name" text, +"Height" real, +"Weight" real, +"Home Town" text, +PRIMARY KEY ("People_ID") +); + + + +INSERT INTO "people" VALUES (1,"Ron Baxter","6.4","205","Los Angeles, CA"); +INSERT INTO "people" VALUES (2,"Brent Boyd","6.3","185","Baton Rouge, LA"); +INSERT INTO "people" VALUES (3,"Tyrone Brayan","6.7","220","Placentia, CA"); +INSERT INTO "people" VALUES (4,"Rob Cunningham","6.8","215","Westport, CT"); +INSERT INTO "people" VALUES (5,"John Danks","6.6","190","Beaver Dam, KY"); +INSERT INTO "people" VALUES (6,"Ovie Dotson","6.5","200","San Antonio, TX"); +INSERT INTO "people" VALUES (7,"Gary Goodner","6.7","220","Denton, TX"); +INSERT INTO "people" VALUES (8,"Henry Johnson","6.6","190","Los Angeles, CA"); +INSERT INTO "people" VALUES (9,"Jim Krivacs","6.1","160","Indianapolis, IN"); +INSERT INTO "people" VALUES (10,"John Moore","6.1","170","Altoona, PA"); +INSERT INTO "people" VALUES (11,"Mike Murphy","6.8","215","Austin, TX"); + + +INSERT INTO "perpetrator" VALUES (1,1,"04.26 April 26/27","1982","Uiryeong","South Korea","56","37"); +INSERT INTO "perpetrator" VALUES (2,3,"11.18 Nov. 18","1995","Zhaodong","China","32","16"); +INSERT INTO "perpetrator" VALUES (3,4,"05.21 May 21","1938","Kaio","Japan","30","3"); +INSERT INTO "perpetrator" VALUES (4,6,"09.20 Sep. 20","1994","Beijing","China","23","80"); +INSERT INTO "perpetrator" VALUES (5,8,"04.00 April","1950","Nainital","India","22","0"); + diff --git a/test_database/phone_market/phone_market.sqlite b/test_database/phone_market/phone_market.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..23077075385ddaf3eb3bfea5a97564de61f77b40 Binary files /dev/null and b/test_database/phone_market/phone_market.sqlite differ diff --git a/test_database/phone_market/schema.sql b/test_database/phone_market/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..8fbc6eeb2f6d61080b077b85c9fe81db5ff68d97 --- /dev/null +++ b/test_database/phone_market/schema.sql @@ -0,0 +1,54 @@ + + +PRAGMA foreign_keys = ON; + + +CREATE TABLE "phone" ( +"Name" text, +"Phone_ID" int, +"Memory_in_G" int, +"Carrier" text, +"Price" real, +PRIMARY KEY ("Phone_ID") +); + +CREATE TABLE "market" ( +"Market_ID" int, +"District" text, +"Num_of_employees" int, +"Num_of_shops" real, +"Ranking" int, +PRIMARY KEY ("Market_ID") +); + +INSERT INTO "phone" VALUES ("IPhone 5s","1","32","Sprint","320"); +INSERT INTO "phone" VALUES ("IPhone 6","5","128","Sprint","480"); +INSERT INTO "phone" VALUES ("IPhone 6s","2","128","TMobile","699"); +INSERT INTO "phone" VALUES ("IPhone 7","4","16","TMobile","899"); +INSERT INTO "phone" VALUES ("IPhone X","3","64","TMobile","1000"); + +INSERT INTO "market" VALUES (1,"Alberta","1966","40","1"); +INSERT INTO "market" VALUES (2,"British Columbia","1965","49","21"); +INSERT INTO "market" VALUES (3,"New Brunswick","1978","10","4"); +INSERT INTO "market" VALUES (4,"Nova Scotia","1968","32","5"); +INSERT INTO "market" VALUES (5,"Ontario","1958","54","3"); +INSERT INTO "market" VALUES (6,"Quebec","1958","54","8"); + + +CREATE TABLE "phone_market" ( +"Market_ID" int, +"Phone_ID" text, +"Num_of_stock" int, +PRIMARY KEY ("Market_ID","Phone_ID"), +FOREIGN KEY ("Market_ID") REFERENCES `market`("Market_ID"), +FOREIGN KEY ("Phone_ID") REFERENCES `phone`("Phone_ID") +); + +INSERT INTO "phone_market" VALUES (1,1,2232); +INSERT INTO "phone_market" VALUES (2,2,4324); +INSERT INTO "phone_market" VALUES (1,4,874); +INSERT INTO "phone_market" VALUES (5,1,682); +INSERT INTO "phone_market" VALUES (2,3,908); +INSERT INTO "phone_market" VALUES (6,3,1632); + + diff --git a/test_database/planet_1/annotation.json b/test_database/planet_1/annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..0f70baf4cb9ed745f29a984ea10bb05cb6d385f1 --- /dev/null +++ b/test_database/planet_1/annotation.json @@ -0,0 +1,16 @@ +{ + "label_id": null, + "data": [ + { + "nl": "Who receieved a 1.5kg package?\n", + "id": 0, + "sql": "select client.name \nfrom client join Package\non client.AccountNumber = Package.Recipient\nwhere package.Weight = 1.5;\n" + }, + { + "nl": "What is the total weight of all the packages that he sent?", + "id": 1, + "sql": "select sum(weight) from Package \nwhere Sender = (\nselect Recipient from Package where Weight = 1.5\n);\nSELECT SUM(p.weight) \nFROM Client AS c \n JOIN Package as P \n ON c.AccountNumber = p.Sender\nWHERE c.Name = \"Al Gore's Head\";" + } + ], + "review_id": null +} \ No newline at end of file diff --git a/test_database/planet_1/link.txt b/test_database/planet_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..3059cf106f2404fc358aa51ea4b71679aecd65d8 --- /dev/null +++ b/test_database/planet_1/link.txt @@ -0,0 +1 @@ +https://github.com/XD-DENG/SQL-exercise \ No newline at end of file diff --git a/test_database/planet_1/planet_1.sqlite b/test_database/planet_1/planet_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..424b9d2450f5882a7dde7a1c02d25e7e4ae1f327 Binary files /dev/null and b/test_database/planet_1/planet_1.sqlite differ diff --git a/test_database/planet_1/q.txt b/test_database/planet_1/q.txt new file mode 100644 index 0000000000000000000000000000000000000000..180f4d4d400729c39c29b75c9954f61465a571ba --- /dev/null +++ b/test_database/planet_1/q.txt @@ -0,0 +1,3 @@ +Who receieved a 1.5kg package? + +What is the total weight of all the packages that he sent? \ No newline at end of file diff --git a/test_database/planet_1/schema.sql b/test_database/planet_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..f639d0795fe6a895ee04a87611d3610e700bb901 --- /dev/null +++ b/test_database/planet_1/schema.sql @@ -0,0 +1,102 @@ +-- https://en.wikibooks.org/wiki/SQL_Exercises/Planet_Express + +CREATE TABLE Employee ( + EmployeeID INTEGER PRIMARY KEY, + Name VARCHAR(255) NOT NULL, + Position VARCHAR(255) NOT NULL, + Salary REAL NOT NULL, + Remarks VARCHAR(255) +); + +CREATE TABLE Planet ( + PlanetID INTEGER PRIMARY KEY, + Name VARCHAR(255) NOT NULL, + Coordinates REAL NOT NULL +); + +CREATE TABLE Shipment ( + ShipmentID INTEGER PRIMARY KEY, + Date DATE, + Manager INTEGER NOT NULL, + Planet INTEGER NOT NULL, + FOREIGN KEY (Manager) REFERENCES Employee(EmployeeID), + FOREIGN KEY (Planet) REFERENCES Planet(PlanetID) +) ; + +CREATE TABLE Has_Clearance ( + Employee INTEGER NOT NULL, + Planet INTEGER NOT NULL, + Level INTEGER NOT NULL, + PRIMARY KEY(Employee, Planet), + FOREIGN KEY (Employee) REFERENCES Employee(EmployeeID), + FOREIGN KEY (Planet) REFERENCES Planet(PlanetID) +) ; + +CREATE TABLE Client ( + AccountNumber INTEGER PRIMARY KEY, + Name VARCHAR(255) NOT NULL +) ; + +CREATE TABLE Package ( + Shipment INTEGER NOT NULL, + PackageNumber INTEGER NOT NULL, + Contents VARCHAR(255) NOT NULL, + Weight REAL NOT NULL, + Sender INTEGER NOT NULL, + Recipient INTEGER NOT NULL, + PRIMARY KEY(Shipment, PackageNumber), + FOREIGN KEY (Shipment) REFERENCES Shipment(ShipmentID), + FOREIGN KEY (Sender) REFERENCES Client(AccountNumber), + FOREIGN KEY (Recipient) REFERENCES Client(AccountNumber) +) ; + + +INSERT INTO Client VALUES(1, 'Zapp Brannigan'); +INSERT INTO Client VALUES(2, "Al Gore's Head"); +INSERT INTO Client VALUES(3, 'Barbados Slim'); +INSERT INTO Client VALUES(4, 'Ogden Wernstrom'); +INSERT INTO Client VALUES(5, 'Leo Wong'); +INSERT INTO Client VALUES(6, 'Lrrr'); +INSERT INTO Client VALUES(7, 'John Zoidberg'); +INSERT INTO Client VALUES(8, 'John Zoidfarb'); +INSERT INTO Client VALUES(9, 'Morbo'); +INSERT INTO Client VALUES(10, 'Judge John Whitey'); +INSERT INTO Client VALUES(11, 'Calculon'); +INSERT INTO Employee VALUES(1, 'Phillip J. Fry', 'Delivery boy', 7500.0, 'Not to be confused with the Philip J. Fry from Hovering Squid World 97a'); +INSERT INTO Employee VALUES(2, 'Turanga Leela', 'Captain', 10000.0, NULL); +INSERT INTO Employee VALUES(3, 'Bender Bending Rodriguez', 'Robot', 7500.0, NULL); +INSERT INTO Employee VALUES(4, 'Hubert J. Farnsworth', 'CEO', 20000.0, NULL); +INSERT INTO Employee VALUES(5, 'John A. Zoidberg', 'Physician', 25.0, NULL); +INSERT INTO Employee VALUES(6, 'Amy Wong', 'Intern', 5000.0, NULL); +INSERT INTO Employee VALUES(7, 'Hermes Conrad', 'Bureaucrat', 10000.0, NULL); +INSERT INTO Employee VALUES(8, 'Scruffy Scruffington', 'Janitor', 5000.0, NULL); +INSERT INTO Planet VALUES(1, 'Omicron Persei 8', 89475345.3545); +INSERT INTO Planet VALUES(2, 'Decapod X', 65498463216.3466); +INSERT INTO Planet VALUES(3, 'Mars', 32435021.65468); +INSERT INTO Planet VALUES(4, 'Omega III', 98432121.5464); +INSERT INTO Planet VALUES(5, 'Tarantulon VI', 849842198.354654); +INSERT INTO Planet VALUES(6, 'Cannibalon', 654321987.21654); +INSERT INTO Planet VALUES(7, 'DogDoo VII', 65498721354.688); +INSERT INTO Planet VALUES(8, 'Nintenduu 64', 6543219894.1654); +INSERT INTO Planet VALUES(9, 'Amazonia', 65432135979.6547); +INSERT INTO Has_Clearance VALUES(1, 1, 2); +INSERT INTO Has_Clearance VALUES(1, 2, 3); +INSERT INTO Has_Clearance VALUES(2, 3, 2); +INSERT INTO Has_Clearance VALUES(2, 4, 4); +INSERT INTO Has_Clearance VALUES(3, 5, 2); +INSERT INTO Has_Clearance VALUES(3, 6, 4); +INSERT INTO Has_Clearance VALUES(4, 7, 1); +INSERT INTO Shipment VALUES(1, '3004/05/11', 1, 1); +INSERT INTO Shipment VALUES(2, '3004/05/11', 1, 2); +INSERT INTO Shipment VALUES(3, NULL, 2, 3); +INSERT INTO Shipment VALUES(4, NULL, 2, 4); +INSERT INTO Shipment VALUES(5, NULL, 7, 5); +INSERT INTO Package VALUES(1, 1, 'Undeclared', 1.5, 1, 2); +INSERT INTO Package VALUES(2, 1, 'Undeclared', 10.0, 2, 3); +INSERT INTO Package VALUES(2, 2, 'A bucket of krill', 2.0, 8, 7); +INSERT INTO Package VALUES(3, 1, 'Undeclared', 15.0, 3, 4); +INSERT INTO Package VALUES(3, 2, 'Undeclared', 3.0, 5, 1); +INSERT INTO Package VALUES(3, 3, 'Undeclared', 7.0, 2, 3); +INSERT INTO Package VALUES(4, 1, 'Undeclared', 5.0, 4, 5); +INSERT INTO Package VALUES(4, 2, 'Undeclared', 27.0, 1, 2); +INSERT INTO Package VALUES(5, 1, 'Undeclared', 100.0, 5, 1); diff --git a/test_database/planet_1/sql.txt b/test_database/planet_1/sql.txt new file mode 100644 index 0000000000000000000000000000000000000000..eaec40108d96a5193f7ad59e79eb158836979b32 --- /dev/null +++ b/test_database/planet_1/sql.txt @@ -0,0 +1,14 @@ +select client.name +from client join Package +on client.AccountNumber = Package.Recipient +where package.Weight = 1.5; + +select sum(weight) from Package +where Sender = ( +select Recipient from Package where Weight = 1.5 +); +SELECT SUM(p.weight) +FROM Client AS c + JOIN Package as P + ON c.AccountNumber = p.Sender +WHERE c.Name = "Al Gore's Head"; \ No newline at end of file diff --git a/test_database/poker_player/poker_player.sqlite b/test_database/poker_player/poker_player.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..99fec5f0029860d39b4bb5939c6be06896a68f37 Binary files /dev/null and b/test_database/poker_player/poker_player.sqlite differ diff --git a/test_database/poker_player/schema.sql b/test_database/poker_player/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..53b06faf5dda1e193f0257c2356358a1729e00ff --- /dev/null +++ b/test_database/poker_player/schema.sql @@ -0,0 +1,35 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "poker_player" ( +"Poker_Player_ID" int, +"People_ID" int, +"Final_Table_Made" real, +"Best_Finish" real, +"Money_Rank" real, +"Earnings" real, +PRIMARY KEY ("Poker_Player_ID"), +FOREIGN KEY ("People_ID") REFERENCES `people`("People_ID") +); + +CREATE TABLE "people" ( +"People_ID" int, +"Nationality" text, +"Name" text, +"Birth_Date" text, +"Height" real, +PRIMARY KEY ("People_ID") +); + +INSERT INTO "people" VALUES ("1","Russia","Aleksey Ostapenko","May 26, 1986","207"); +INSERT INTO "people" VALUES ("2","Bulgaria","Teodor Salparov","August 16, 1982","182"); +INSERT INTO "people" VALUES ("3","Russia","Roman Bragin","April 17, 1987","187"); +INSERT INTO "people" VALUES ("4","Russia","Sergey Grankin","January 22, 1987","193"); +INSERT INTO "people" VALUES ("5","Russia","Yevgeni Sivozhelez","August 8, 1986","196"); +INSERT INTO "people" VALUES ("6","Russia","Maksim Botin","July 14, 1983","194"); +INSERT INTO "people" VALUES ("7","Russia","Semen Poltavskiy","February 8, 1981","205"); + +INSERT INTO "poker_player" VALUES (1,1,"42","1","68","476090"); +INSERT INTO "poker_player" VALUES (2,2,"10","2","141","189233"); +INSERT INTO "poker_player" VALUES (3,5,"21","1","166","104871"); +INSERT INTO "poker_player" VALUES (4,6,"19","2","58","596462"); +INSERT INTO "poker_player" VALUES (5,7,"26","3","154","142800"); diff --git a/test_database/program_share/program_share.sqlite b/test_database/program_share/program_share.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..cc3da5871c5da3897cd52c31300e7c6f3e775ee0 Binary files /dev/null and b/test_database/program_share/program_share.sqlite differ diff --git a/test_database/program_share/schema.sql b/test_database/program_share/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e2bb63e966c137cb714d37d5f12b40a2d6536300 --- /dev/null +++ b/test_database/program_share/schema.sql @@ -0,0 +1,87 @@ + +PRAGMA foreign_keys = ON; + + +CREATE TABLE "program" ( +"Program_ID" int, +"Name" text, +"Origin" text, +"Launch" real, +"Owner" text, +PRIMARY KEY ("Program_ID") +); + + +CREATE TABLE "channel" ( +"Channel_ID" int, +"Name" text, +"Owner" text, +"Share_in_percent" real, +"Rating_in_percent" real, +PRIMARY KEY ("Channel_ID") +); + + + +INSERT INTO "program" VALUES (1,"Aniworld","Hunan","2005","Hunan Broadcasting System (HBS)"); +INSERT INTO "program" VALUES (2,"Kaku","Beijing","2004","Beijing Television (BTV)"); +INSERT INTO "program" VALUES (3,"Toonmax","Shanghai","2005","Shanghai Media Group (SMG)"); +INSERT INTO "program" VALUES (4,"Jiajia","Guangdong","2007","Southern Media Corporation (SMC)"); +INSERT INTO "program" VALUES (5,"Youman","Jiangsu","2010","Jiangsu Broadcasting Corporation (JSBC)"); + +INSERT INTO "channel" VALUES ("1","CCTV-1","CCTV","4.9","0.54"); +INSERT INTO "channel" VALUES ("2","Hunan Satellite TV","HBS","4.81","0.53"); +INSERT INTO "channel" VALUES ("3","CCTV-8","CCTV","3.76","0.41"); +INSERT INTO "channel" VALUES ("4","CCTV-13","CCTV","2.91","0.32"); +INSERT INTO "channel" VALUES ("5","CCTV-3","CCTV","2.86","0.31"); +INSERT INTO "channel" VALUES ("6","CCTV-6","CCTV","2.73","0.3"); +INSERT INTO "channel" VALUES ("7","CCTV-14","CCTV","2.6","0.29"); +INSERT INTO "channel" VALUES ("8","CCTV-4","CCTV","2.33","0.26"); +INSERT INTO "channel" VALUES ("9","Anhui Satellite TV","Anhui Television","1.78","0.2"); +INSERT INTO "channel" VALUES ("10","Shandong Satellite TV","Shandong Television","1.74","0.19"); + + + +CREATE TABLE "broadcast" ( +"Channel_ID" int, +"Program_ID" int, +"Time_of_day" text, +PRIMARY KEY ("Channel_ID","Program_ID"), +FOREIGN KEY (`Channel_ID`) REFERENCES `channel`(`Channel_ID`), +FOREIGN KEY (`Program_ID`) REFERENCES `program`(`Program_ID`) +); + + +INSERT INTO "broadcast" VALUES (1,1,"Morning"); +INSERT INTO "broadcast" VALUES (2,1,"Night"); +INSERT INTO "broadcast" VALUES (3,2,"Morning"); +INSERT INTO "broadcast" VALUES (4,1,"Night"); +INSERT INTO "broadcast" VALUES (5,4,"Morning"); +INSERT INTO "broadcast" VALUES (6,3,"Morning"); +INSERT INTO "broadcast" VALUES (7,3,"Noon"); +INSERT INTO "broadcast" VALUES (8,2,"Night"); +INSERT INTO "broadcast" VALUES (9,3,"Noon"); +INSERT INTO "broadcast" VALUES (10,4,"Night"); +INSERT INTO "broadcast" VALUES (1,2,"Night"); + + + +CREATE TABLE "broadcast_share" ( +"Channel_ID" int, +"Program_ID" int, +"Date" text, +"Share_in_percent" real, +PRIMARY KEY ("Channel_ID","Program_ID"), +FOREIGN KEY (`Channel_ID`) REFERENCES `channel`(`Channel_ID`), +FOREIGN KEY (`Program_ID`) REFERENCES `program`(`Program_ID`) +); + +INSERT INTO "broadcast_share" VALUES (1,1,"01,May",3.1); +INSERT INTO "broadcast_share" VALUES (2,1,"02,May",1.8); +INSERT INTO "broadcast_share" VALUES (3,2,"03,May",2.8); +INSERT INTO "broadcast_share" VALUES (4,1,"04,April",3.2); +INSERT INTO "broadcast_share" VALUES (5,4,"01,May",1.1); +INSERT INTO "broadcast_share" VALUES (6,3,"03,May",2.1); +INSERT INTO "broadcast_share" VALUES (7,3,"10,Jun",1.9); +INSERT INTO "broadcast_share" VALUES (8,2,"11,May",4.2); +INSERT INTO "broadcast_share" VALUES (9,3,"13,May",3.0); diff --git a/test_database/real_estate_properties/real_estate_properties.sqlite b/test_database/real_estate_properties/real_estate_properties.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..8432e6b3ee88edaff6caa08ba659139d33ded7c1 Binary files /dev/null and b/test_database/real_estate_properties/real_estate_properties.sqlite differ diff --git a/test_database/real_estate_properties/schema.sql b/test_database/real_estate_properties/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..157b44a0f4ba96af94e37d70b0c08a7ca8c8aa44 --- /dev/null +++ b/test_database/real_estate_properties/schema.sql @@ -0,0 +1,116 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE `Ref_Feature_Types` ( +`feature_type_code` VARCHAR(20) PRIMARY KEY, +`feature_type_name` VARCHAR(80) +); +CREATE TABLE `Ref_Property_Types` ( +`property_type_code` VARCHAR(20) PRIMARY KEY, +`property_type_description` VARCHAR(80) +); + +CREATE TABLE `Other_Available_Features` ( +`feature_id` INTEGER PRIMARY KEY, +`feature_type_code` VARCHAR(20) NOT NULL, +`feature_name` VARCHAR(80), +`feature_description` VARCHAR(80), +FOREIGN KEY (`feature_type_code` ) REFERENCES `Ref_Feature_Types`(`feature_type_code` ) +); + +CREATE TABLE `Properties` ( +`property_id` INTEGER PRIMARY KEY, +`property_type_code` VARCHAR(20) NOT NULL, +`date_on_market` DATETIME, +`date_sold` DATETIME, +`property_name` VARCHAR(80), +`property_address` VARCHAR(255), +`room_count` INTEGER, +`vendor_requested_price` DECIMAL(19,4), +`buyer_offered_price` DECIMAL(19,4), +`agreed_selling_price` DECIMAL(19,4), +`apt_feature_1` VARCHAR(255), +`apt_feature_2` VARCHAR(255), +`apt_feature_3` VARCHAR(255), +`fld_feature_1` VARCHAR(255), +`fld_feature_2` VARCHAR(255), +`fld_feature_3` VARCHAR(255), +`hse_feature_1` VARCHAR(255), +`hse_feature_2` VARCHAR(255), +`hse_feature_3` VARCHAR(255), +`oth_feature_1` VARCHAR(255), +`oth_feature_2` VARCHAR(255), +`oth_feature_3` VARCHAR(255), +`shp_feature_1` VARCHAR(255), +`shp_feature_2` VARCHAR(255), +`shp_feature_3` VARCHAR(255), +`other_property_details` VARCHAR(255), +FOREIGN KEY (`property_type_code` ) REFERENCES `Ref_Property_Types`(`property_type_code` ) +); + +CREATE TABLE `Other_Property_Features` ( +`property_id` INTEGER NOT NULL, +`feature_id` INTEGER NOT NULL, +`property_feature_description` VARCHAR(80), +FOREIGN KEY (`feature_id` ) REFERENCES `Other_Available_Features`(`feature_id` ), +FOREIGN KEY (`property_id` ) REFERENCES `Properties`(`property_id` ) +); + + +INSERT INTO Ref_Feature_Types (`feature_type_code`, `feature_type_name`) VALUES ('Amenity', 'Amenity, eg Pool.'); +INSERT INTO Ref_Feature_Types (`feature_type_code`, `feature_type_name`) VALUES ('Security', 'Securiyt, eg Burglar Alarm.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('House', 'House, Bungalow, etc.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('Apartment', 'Apartment, Flat, Condo, etc.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('Field', 'Field, Meadow.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('Other', 'Other, to be determined.'); +INSERT INTO Ref_Property_Types (`property_type_code`, `property_type_description`) VALUES ('Shop', 'Shop, Retail Outlet.'); + +INSERT INTO Other_Available_Features (`feature_id`, `feature_type_code`, `feature_name`, `feature_description`) VALUES (2, 'Amenity', 'AirCon', 'Air Conditioning.'); +INSERT INTO Other_Available_Features (`feature_id`, `feature_type_code`, `feature_name`, `feature_description`) VALUES (3, 'Amenity', 'Pool', 'Swimming Pool.'); +INSERT INTO Other_Available_Features (`feature_id`, `feature_type_code`, `feature_name`, `feature_description`) VALUES (4, 'Security', 'BurglarAlarm', 'Burglar Alarm'); + + +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (1, 'House', '1991-06-21 23:52:10', '1979-05-13 16:58:06', 'park', '4745 Emerson Stravenue Suite 829 +South Garret, IN 16772-5682', '7', '372652.2909', '1.6800', '4201.8000', 'aut', 'suscipit', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (2, 'House', '1990-05-25 23:01:51', '1990-11-14 19:16:38', 'the cole', '098 Tremaine Highway Suite 569 +South Wilford, NJ 46587-3537', '1', '661536468.4429', '8.7122', '21769471.8328', 'est', 'est', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (3, 'Other', '1986-11-26 04:12:18', '1981-06-26 21:28:28', 'prism', '062 Micaela Court Apt. 707 +Margretville, WV 51628-3617', '8', '1337.0000', '11375259.5020', '5.0000', 'ut', 'et', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (4, 'Field', '2017-09-14 15:49:23', '2003-02-27 18:17:11', 'riverside', '49578 Ayden Mountains +New Russellhaven, UT 46626', '6', '192374065.8000', '15.1700', '4514.8070', 'nesciunt', 'adipisci', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (5, 'Apartment', '2016-05-06 16:53:39', '2012-08-19 07:36:57', 'parc east', '2765 Schulist Stream +Lindmouth, UT 03391-3817', '5', '983.8596', '10.1067', '1.0012', 'quo', 'sequi', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (6, 'Shop', '1994-02-14 02:27:13', '1995-01-31 11:18:42', 'high line', '6837 Darien Views Apt. 475 +South Maraview, KS 77770', '9', '2573.0000', '0.0000', '476919.3000', 'sed', 'culpa', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (7, 'Shop', '1996-09-16 22:04:27', '1998-09-15 05:26:22', 'avalon', '092 Paucek Highway Apt. 772 +East Erika, IA 61358', '8', '150045.7568', '296733.0000', '2794972.2495', 'quos', 'est', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (8, 'Apartment', '1976-06-10 20:25:38', '2001-11-09 04:37:33', 'vogue', '24365 Ulices Run +Homenicktown, MD 88485-6198', '9', '13.4715', '0.0000', '0.0000', 'fuga', 'odio', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (9, 'Apartment', '1978-05-15 10:53:37', '1971-04-14 03:23:49', 'longacre', '107 Roob Courts +Erdmanburgh, IA 42926-0873', '5', '2219.6778', '3520911.5258', '3344706.5755', 'enim', 'sit', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (10, 'Apartment', '2003-12-25 16:13:19', '1997-01-07 19:52:45', 'renoir', '084 Lakin Vista Apt. 394 +Fishertown, MA 16876', '9', '77172926.3000', '1.5509', '244353758.1824', 'consequatur', 'vero', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (11, 'Other', '1981-08-23 05:40:38', '1997-11-07 20:22:05', 'murray hill', '2088 Bashirian Fork Suite 337 +Faustinoport, MT 16771-9320', '2', '6713620.9000', '13991131.4340', '170766.4720', 'et', 'est', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (12, 'Apartment', '2016-05-24 09:57:45', '1980-07-08 16:13:17', 'ten tower', '743 Ephraim Greens +Anniemouth, HI 47084-3853', '5', '305.0000', '2.0000', '456840888.1600', 'qui', 'autem', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (13, 'Other', '2000-08-07 06:59:14', '1973-02-24 02:56:06', 'chelsea', '60845 Else Highway Apt. 826 +South Dougfort, CO 43200-4258', '2', '2198735.0950', '0.0000', '44132.4621', 'fuga', 'aut', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (14, 'Other', '1986-12-31 10:05:32', '1987-12-07 07:41:27', 'wall street', '1474 Dibbert Fields Suite 055 +South Renee, IN 58286-3097', '7', '78.7208', '2449185.2000', '0.0000', 'et', 'eos', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Properties (`property_id`, `property_type_code`, `date_on_market`, `date_sold`, `property_name`, `property_address`, `room_count`, `vendor_requested_price`, `buyer_offered_price`, `agreed_selling_price`, `apt_feature_1`, `apt_feature_2`, `apt_feature_3`, `fld_feature_1`, `fld_feature_2`, `fld_feature_3`, `hse_feature_1`, `hse_feature_2`, `hse_feature_3`, `oth_feature_1`, `oth_feature_2`, `oth_feature_3`, `shp_feature_1`, `shp_feature_2`, `shp_feature_3`, `other_property_details`) VALUES (15, 'Apartment', '1993-08-04 10:49:04', '1984-02-01 19:54:54', 'parc coliseum', '986 Hagenes Drives +Draketon, UT 83411-3393', '3', '331.0000', '27537286.0000', '2574.0000', 'aut', 'iusto', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (15, 3, 'dolorem'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (12, 4, 'earum'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (6, 2, 'illo'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (7, 2, 'hic'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (6, 3, 'et'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (14, 4, 'quo'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (4, 3, 'odio'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (1, 2, 'ad'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (11, 4, 'vitae'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (9, 3, 'quo'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (6, 3, 'corrupti'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (6, 3, 'doloribus'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (13, 2, 'autem'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (3, 2, 'cumque'); +INSERT INTO Other_Property_Features (`property_id`, `feature_id`, `property_feature_description`) VALUES (14, 4, 'modi'); diff --git a/test_database/region_building/region_building.sqlite b/test_database/region_building/region_building.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..28ebdbbbc29a53bdc901812195780a49e2e21b6e Binary files /dev/null and b/test_database/region_building/region_building.sqlite differ diff --git a/test_database/region_building/schema.sql b/test_database/region_building/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..20a636e08a246c92916188cce03e25289f093fda --- /dev/null +++ b/test_database/region_building/schema.sql @@ -0,0 +1,43 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "building" ( +"Building_ID" int, +"Region_ID" int, +"Name" text, +"Address" text, +"Number_of_Stories" int, +"Completed_Year" int, +PRIMARY KEY ("Building_ID"), +FOREIGN KEY ("Region_ID") REFERENCES "region"("Region_ID") +); + +CREATE TABLE "region" ( +"Region_ID" int, +"Name" text, +"Capital" text, +"Area" int, +"Population" int, +PRIMARY KEY ("Region_ID") +); + +INSERT INTO "region" VALUES (1,"Abruzzo","L'Aquila","10763","1342177"); +INSERT INTO "region" VALUES (2,"Aosta Valley","Aosta","3263","128129"); +INSERT INTO "region" VALUES (3,"Apulia","Bari","19358","4090577"); +INSERT INTO "region" VALUES (4,"Basilicata","Potenza","9995","587680"); +INSERT INTO "region" VALUES (5,"Calabria","Catanzaro","15080","2011537"); +INSERT INTO "region" VALUES (6,"Campania","Naples","13590","5833131"); +INSERT INTO "region" VALUES (7,"Emilia-Romagna","Bologna","22446","4429766"); +INSERT INTO "region" VALUES (8,"Friuli-Venezia Giulia","Trieste","7858","1235761"); +INSERT INTO "region" VALUES (9,"Lazio","Rome","17236","5724365"); +INSERT INTO "region" VALUES (10,"Liguria","Genoa","5422","1616993"); +INSERT INTO "region" VALUES (11,"Lombardy","Milan","23844","9909348"); + +INSERT INTO "building" VALUES ("1",1,"La Renaissance Apartments","424 Spadina Crescent E","24","1983"); +INSERT INTO "building" VALUES ("2",2,"Hallmark Place","311 6th Ave N","27","1984"); +INSERT INTO "building" VALUES ("3",4,"Saskatoon Square","410 22nd St E","17","1979"); +INSERT INTO "building" VALUES ("4",5,"The Terrace Apartments","315 5th Ave N","22","1980"); +INSERT INTO "building" VALUES ("5",6,"Radisson Hotel","405 20th St E","12","1983"); +INSERT INTO "building" VALUES ("6",8,"The View on Fifth","320 5th Ave N","22","1968"); +INSERT INTO "building" VALUES ("7",9,"The Luther","1223 Temperance St","9","1978"); +INSERT INTO "building" VALUES ("8",10,"Marquis Towers","241 5th Ave N","36","1966"); + diff --git a/test_database/restaurant_1/restaurant_1.sqlite b/test_database/restaurant_1/restaurant_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..59f07378078ed90685ca77d7adc0a670e144e26c Binary files /dev/null and b/test_database/restaurant_1/restaurant_1.sqlite differ diff --git a/test_database/restaurant_1/schema.sql b/test_database/restaurant_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..c6ea338daa02cdcd680484550472e34a0e583e84 --- /dev/null +++ b/test_database/restaurant_1/schema.sql @@ -0,0 +1,87 @@ +create table Student ( + StuID INTEGER PRIMARY KEY, + LName VARCHAR(12), + Fname VARCHAR(12), + Age INTEGER, + Sex VARCHAR(1), + Major INTEGER, + Advisor INTEGER, + city_code VARCHAR(3) + ); + +create table Restaurant ( + ResID INTEGER PRIMARY KEY, + ResName VARCHAR(100), + Address VARCHAR(100), + Rating INTEGER +); + +create table Type_Of_Restaurant ( + ResID INTEGER, + ResTypeID INTEGER, + FOREIGN KEY(ResID) REFERENCES Restaurant(ResID), + FOREIGN KEY(ResTypeID) REFERENCES Restaurant_Type(ResTypeID) +); + +create table Restaurant_Type ( + ResTypeID INTEGER PRIMARY KEY, + ResTypeName VARCHAR(40), + ResTypeDescription VARCHAR(100) +); + +create table Visits_Restaurant ( + StuID INTEGER, + ResID INTEGER, + Time TIMESTAMP, + Spent FLOAT, + FOREIGN KEY(StuID) REFERENCES Student(StuID), + FOREIGN KEY(ResID) REFERENCES Restaurant(ResID) +); + + + insert into Student values ( 1001, 'Smith', 'Linda', 18, 'F', 600, 1121,'BAL'); + insert into Student values ( 1002, 'Kim', 'Tracy', 19, 'F', 600, 7712,'HKG'); + insert into Student values ( 1003, 'Jones', 'Shiela', 21, 'F', 600, 7792,'WAS'); + insert into Student values ( 1004, 'Kumar', 'Dinesh', 20, 'M', 600, 8423,'CHI'); + insert into Student values ( 1005, 'Gompers', 'Paul', 26, 'M', 600, 1121,'YYZ'); + insert into Student values ( 1006, 'Schultz', 'Andy', 18, 'M', 600, 1148,'BAL'); + insert into Student values ( 1007, 'Apap', 'Lisa', 18, 'F', 600, 8918,'PIT'); + insert into Student values ( 1008, 'Nelson', 'Jandy', 20, 'F', 600, 9172,'BAL'); + insert into Student values ( 1009, 'Tai', 'Eric', 19, 'M', 600, 2192,'YYZ'); + insert into Student values ( 1010, 'Lee', 'Derek', 17, 'M', 600, 2192,'HOU'); + insert into Student values ( 1011, 'Adams', 'David', 22, 'M', 600, 1148,'PHL'); + insert into Student values ( 1012, 'Davis', 'Steven', 20, 'M', 600, 7723,'PIT'); + insert into Student values ( 1014, 'Norris', 'Charles', 18, 'M', 600, 8741, 'DAL'); + insert into Student values ( 1015, 'Lee', 'Susan', 16, 'F', 600, 8721,'HKG'); + insert into Student values ( 1016, 'Schwartz', 'Mark', 17, 'M', 600, 2192,'DET'); + insert into Student values ( 1017, 'Wilson', 'Bruce', 27, 'M', 600, 1148,'LON'); + insert into Student values ( 1018, 'Leighton', 'Michael', 20, 'M', 600, 1121, 'PIT'); + insert into Student values ( 1019, 'Pang', 'Arthur', 18, 'M', 600, 2192,'WAS'); + insert into Student values ( 1020, 'Thornton', 'Ian', 22, 'M', 520, 7271,'NYC'); + insert into Student values ( 1021, 'Andreou', 'George', 19, 'M', 520, 8722, 'NYC'); + insert into Student values ( 1022, 'Woods', 'Michael', 17, 'M', 540, 8722,'PHL'); + insert into Student values ( 1023, 'Shieber', 'David', 20, 'M', 520, 8722,'NYC'); + insert into Student values ( 1024, 'Prater', 'Stacy', 18, 'F', 540, 7271,'BAL'); + insert into Student values ( 1025, 'Goldman', 'Mark', 18, 'M', 520, 7134,'PIT'); + insert into Student values ( 1026, 'Pang', 'Eric', 19, 'M', 520, 7134,'HKG'); + insert into Student values ( 1027, 'Brody', 'Paul', 18, 'M', 520, 8723,'LOS'); + insert into Student values ( 1028, 'Rugh', 'Eric', 20, 'M', 550, 2311,'ROC'); + insert into Student values ( 1029, 'Han', 'Jun', 17, 'M', 100, 2311,'PEK'); + insert into Student values ( 1030, 'Cheng', 'Lisa', 21, 'F', 550, 2311,'SFO'); + insert into Student values ( 1031, 'Smith', 'Sarah', 20, 'F', 550, 8772,'PHL'); + insert into Student values ( 1032, 'Brown', 'Eric', 20, 'M', 550, 8772,'ATL'); + insert into Student values ( 1033, 'Simms', 'William', 18, 'M', 550, 8772,'NAR'); + insert into Student values ( 1034, 'Epp', 'Eric', 18, 'M', 050, 5718,'BOS'); + insert into Student values ( 1035, 'Schmidt', 'Sarah', 26, 'F', 050, 5718,'WAS'); + +insert into Restaurant values ( 1, 'Subway', '3233 St Paul St, Baltimore, MD 21218', 3); +insert into Restaurant values ( 2, 'Honeygrow', '3212 St Paul St, Baltimore, MD 21218', 4); + +insert into Restaurant_Type values ( 1, 'Sandwich', 'Simplest there is.'); +insert into Restaurant_Type values ( 2, 'Stir-fry', 'Classic Chinese cooking.'); + +insert into Type_Of_Restaurant values (1, 1); +insert into Type_Of_Restaurant values (2, 2); + +insert into Visits_Restaurant values (1001, 1, '2017-10-09 18:15:00', 6.53); +insert into Visits_Restaurant values (1032, 2, '2017-10-08 13:00:30', 13.2); diff --git a/test_database/restaurant_bills/restaurant_bills.sqlite b/test_database/restaurant_bills/restaurant_bills.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..fddfd0d239fc9103345e14d05df0e19e4205486b Binary files /dev/null and b/test_database/restaurant_bills/restaurant_bills.sqlite differ diff --git a/test_database/restaurant_bills/schema.sql b/test_database/restaurant_bills/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..d41e6e106a4a3f264cf5ce3bc8c311f14c7af7ae --- /dev/null +++ b/test_database/restaurant_bills/schema.sql @@ -0,0 +1,61 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "customer" ( +"Customer_ID" int, +"Name" text, +"Nationality" text, +"Card_Credit" real, +"Level_of_Membership" int, +PRIMARY KEY ("Customer_ID") +); + +CREATE TABLE "branch" ( +"Branch_ID" int, +"Manager" text, +"Years_opened" int, +"Location_of_office" text, +PRIMARY KEY ("Branch_ID") +); + +INSERT INTO "customer" VALUES (1,"Arthur Morris","Australia","87.00","3"); +INSERT INTO "customer" VALUES (2,"Denis Compton","England","62.44","2"); +INSERT INTO "customer" VALUES (3,"Donald Bradman","Australia","72.57","2"); +INSERT INTO "customer" VALUES (4,"Cyril Washbrook","England","50.85","1"); +INSERT INTO "customer" VALUES (5,"Len Hutton","England","42.75","0"); +INSERT INTO "customer" VALUES (6,"Sid Barnes","Australia","82.25","1"); +INSERT INTO "customer" VALUES (7,"Bill Edrich","England","31.90","1"); +INSERT INTO "customer" VALUES (8,"Lindsay Hassett","Australia","44.28","1"); + +INSERT INTO "branch" VALUES (1,"Ashby Lazale",5,"Hartford"); +INSERT INTO "branch" VALUES (2,"Breton Robert",4,"Waterbury"); +INSERT INTO "branch" VALUES (3,"Campbell Jessie",6,"Hartford"); +INSERT INTO "branch" VALUES (4,"Cobb Sedrick",2,"Waterbury"); +INSERT INTO "branch" VALUES (5,"Hayes Steven",3,"Cheshire"); +INSERT INTO "branch" VALUES (6,"Komisarjevsky Joshua",2,"Cheshire"); +INSERT INTO "branch" VALUES (7,"Peeler Russell",6,"Bridgeport"); +INSERT INTO "branch" VALUES (8,"Reynolds Richard",8,"Waterbury"); +INSERT INTO "branch" VALUES (9,"Rizzo Todd",4,"Waterbury"); +INSERT INTO "branch" VALUES (10,"Webb Daniel",2,"Hartford"); + +CREATE TABLE "customer_order" ( +"Customer_ID" int, +"Branch_ID" int, +"Dish_Name" text, +"Quantity" int, +PRIMARY KEY ("Customer_ID","Branch_ID","Dish_Name"), +FOREIGN KEY ("Customer_ID") REFERENCES `customer`("Customer_ID"), +FOREIGN KEY ("Branch_ID") REFERENCES `branch`("Branch_ID") +); + +INSERT INTO "customer_order" VALUES (2,10,"Ma Po Tofu",1); +INSERT INTO "customer_order" VALUES (2,9,"Kung Pao Chicken",2); +INSERT INTO "customer_order" VALUES (3,10,"Peking Roasted Duck",1); +INSERT INTO "customer_order" VALUES (4,6,"Chow Mein",2); +INSERT INTO "customer_order" VALUES (5,6,"Chow Mein",1); +INSERT INTO "customer_order" VALUES (1,10,"Spring Rolls",4); + + + + + + diff --git a/test_database/restaurant_bills/schema_old.sql b/test_database/restaurant_bills/schema_old.sql new file mode 100644 index 0000000000000000000000000000000000000000..c92b0def59d14089f1da854484043b23c548a7eb --- /dev/null +++ b/test_database/restaurant_bills/schema_old.sql @@ -0,0 +1,61 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "customer" ( +"Customer_ID" int, +"Name" text, +"Nationality" text, +"Card_Credit" real, +"Level_of_Membership" int, +PRIMARY KEY ("Customer_ID") +); + +CREATE TABLE "branch" ( +"Branch_ID" int, +"Manager" text, +"Years_opened" int, +"Location_of_office" text, +PRIMARY KEY ("Branch_ID") +); + +INSERT INTO "customer" VALUES (1,"Arthur Morris","Australia","87.00","3"); +INSERT INTO "customer" VALUES (2,"Denis Compton","England","62.44","2"); +INSERT INTO "customer" VALUES (3,"Donald Bradman","Australia","72.57","2"); +INSERT INTO "customer" VALUES (4,"Cyril Washbrook","England","50.85","1"); +INSERT INTO "customer" VALUES (5,"Len Hutton","England","42.75","0"); +INSERT INTO "customer" VALUES (6,"Sid Barnes","Australia","82.25","1"); +INSERT INTO "customer" VALUES (7,"Bill Edrich","England","31.90","1"); +INSERT INTO "customer" VALUES (8,"Lindsay Hassett","Australia","44.28","1"); + +INSERT INTO "branch" VALUES (1,"Ashby Lazale",5,"Hartford"); +INSERT INTO "branch" VALUES (2,"Breton Robert",4,"Waterbury"); +INSERT INTO "branch" VALUES (3,"Campbell Jessie",6,"Hartford"); +INSERT INTO "branch" VALUES (4,"Cobb Sedrick",2,"Waterbury"); +INSERT INTO "branch" VALUES (5,"Hayes Steven",3,"Cheshire"); +INSERT INTO "branch" VALUES (6,"Komisarjevsky Joshua",2,"Cheshire"); +INSERT INTO "branch" VALUES (7,"Peeler Russell",6,"Bridgeport"); +INSERT INTO "branch" VALUES (8,"Reynolds Richard",8,"Waterbury"); +INSERT INTO "branch" VALUES (9,"Rizzo Todd",4,"Waterbury"); +INSERT INTO "branch" VALUES (10,"Webb Daniel",2,"Hartford"); + +CREATE TABLE "customer_order" ( +"Customer_ID" int, +"Branch_ID" int, +"Dish_Name" text, +"Quantity" int, +PRIMARY KEY ("Customer_ID","Branch_ID","Dish_Name"), +FOREIGN KEY ("Customer_ID") REFERENCES "customer"("Customer_ID"), +FOREIGN KEY ("Branch_ID") REFERENCES "branch"("Branch_ID") +); + +INSERT INTO "customer_order" VALUES (2,10,"Ma Po Tofu",1); +INSERT INTO "customer_order" VALUES (2,9,"Kung Pao Chicken",2); +INSERT INTO "customer_order" VALUES (3,10,"Peking Roasted Duck",1); +INSERT INTO "customer_order" VALUES (4,6,"Chow Mein",2); +INSERT INTO "customer_order" VALUES (5,6,"Chow Mein",1); +INSERT INTO "customer_order" VALUES (1,10,"Spring Rolls",4); + + + + + + diff --git a/test_database/restaurants/restaurants.sqlite b/test_database/restaurants/restaurants.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..a18a858870567c42e57e905126c818bee885650a Binary files /dev/null and b/test_database/restaurants/restaurants.sqlite differ diff --git a/test_database/restaurants/schema.sql b/test_database/restaurants/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e7208318ac10d0aa64595d604a98a411dcf42d9f --- /dev/null +++ b/test_database/restaurants/schema.sql @@ -0,0 +1,25 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE "GEOGRAPHIC" ( +"CITY_NAME" text, +"COUNTY" text, +"REGION" text, +primary key("CITY_NAME") +); +CREATE TABLE "RESTAURANT" ( +"ID" int, +"NAME" text, +"FOOD_TYPE" text, +"CITY_NAME" text, +"RATING" real, +primary key("ID"), +foreign key ("CITY_NAME") references `GEOGRAPHIC`("CITY_NAME") +); +CREATE TABLE "LOCATION" ( +"RESTAURANT_ID" int, +"HOUSE_NUMBER" int, +"STREET_NAME" text, +"CITY_NAME" text, +primary key("RESTAURANT_ID"), +foreign key ("CITY_NAME") references `GEOGRAPHIC`("CITY_NAME") +foreign key ("RESTAURANT_ID") references `RESTAURANT`("RESTAURANT_ID") +); diff --git a/test_database/school_bus/schema.sql b/test_database/school_bus/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..f5c2b6d845fea3625f9a2676ff8975c6f9062b42 --- /dev/null +++ b/test_database/school_bus/schema.sql @@ -0,0 +1,61 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "driver" ( +"Driver_ID" int, +"Name" text, +"Party" text, +"Home_city" text, +"Age" int, +PRIMARY KEY ("Driver_ID") +); + +CREATE TABLE "school" ( +"School_ID" int, +"Grade" text, +"School" text, +"Location" text, +"Type" text, +PRIMARY KEY ("School_ID") +); + +INSERT INTO "driver" VALUES ("1","Matthew Ritter","Dem","Hartford",40); +INSERT INTO "driver" VALUES ("2","Dan Carter","Rep","Bethel",30); +INSERT INTO "driver" VALUES ("3","Minnie Gonzalez","Dem","Hartford",46); +INSERT INTO "driver" VALUES ("4","Angel Acre","Dem","Hartford",42); +INSERT INTO "driver" VALUES ("5","Brandon McGee","Dem","Hartford",45); +INSERT INTO "driver" VALUES ("6","Edwin Vargas","Dem","Hartford",52); +INSERT INTO "driver" VALUES ("7","Douglas McCrory","Dem","Hartford",36); +INSERT INTO "driver" VALUES ("8","Timothy Ackert","Rep","Coventry",35); +INSERT INTO "driver" VALUES ("9","Jason Rojas","Dem","East Hartford",38); +INSERT INTO "driver" VALUES ("10","Henry Genga","Dem","East Hartford",37); +INSERT INTO "driver" VALUES ("11","Tim Larson","Dem","East Hartford",36); +INSERT INTO "driver" VALUES ("12","Geoff Luxenberg","Dem","Manchester",52); + +INSERT INTO "school" VALUES (1,"Kindergarten","Noelani Elementary School","Honolulu, Hawaii","Public"); +INSERT INTO "school" VALUES (2,"1st-3rd grade","St. Francis Assisi","Jakarta, Indonesia","Private Catholic"); +INSERT INTO "school" VALUES (3,"4th grade","State Elementary School Menteng 01","Jakarta, Indonesia","Public"); +INSERT INTO "school" VALUES (4,"5th-12th grade","Punahou School","Honolulu, Hawaii","Private"); +INSERT INTO "school" VALUES (5,"Freshman–Sophomore year","Occidental College","Los Angeles, California","Private"); +INSERT INTO "school" VALUES (6,"Junior–Senior year","Columbia University","New York City","Private"); +INSERT INTO "school" VALUES (7,"College","Harvard Law School","Cambridge, Massachusetts","Private"); + + + +CREATE TABLE "school_bus" ( +"School_ID" int, +"Driver_ID" int, +"Years_Working" int, +"If_full_time" bool, +PRIMARY KEY ("School_ID","Driver_ID"), +FOREIGN KEY ("School_ID") REFERENCES `school`("School_ID"), +FOREIGN KEY ("Driver_ID") REFERENCES `driver`("Driver_ID") +); + + +INSERT INTO "school_bus" VALUES (1,10,10,"F"); +INSERT INTO "school_bus" VALUES (5,7,8,"T"); +INSERT INTO "school_bus" VALUES (3,4,6,"T"); +INSERT INTO "school_bus" VALUES (7,9,2,"T"); +INSERT INTO "school_bus" VALUES (4,3,3,"T"); + diff --git a/test_database/school_bus/school_bus.sqlite b/test_database/school_bus/school_bus.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..9362948c18883d6f96f5e4a6f06e18f5674d5086 Binary files /dev/null and b/test_database/school_bus/school_bus.sqlite differ diff --git a/test_database/school_player/schema.sql b/test_database/school_player/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..ffe77e228a7e281ee6c65ed9adc7fe78cf29e9a9 --- /dev/null +++ b/test_database/school_player/schema.sql @@ -0,0 +1,113 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "school" ( +"School_ID" int, +"School" text, +"Location" text, +"Enrollment" real, +"Founded" real, +"Denomination" text, +"Boys_or_Girls" text, +"Day_or_Boarding" text, +"Year_Entered_Competition" real, +"School_Colors" text, +PRIMARY KEY ("School_Id") +); + +INSERT INTO "school" VALUES (1,"St Aloysius' College","Milsons Point","1200","1879","Catholic","Boys","Day","1929","Royal Blue and Gold"); +INSERT INTO "school" VALUES (2,"Barker College","Hornsby","2300","1890","Anglican","Boys only to Yr 9 Co-ed Year 10 to 12","Day & Boarding","1929","Red & Blue"); +INSERT INTO "school" VALUES (3,"Cranbrook School","Bellevue Hill","1000","1918","Anglican","Boys","Day & Boarding","1929","Red, White & Blue"); +INSERT INTO "school" VALUES (4,"Knox Grammar School","Wahroonga","1850","1924","Uniting Church","Boys","Day & Boarding","1929","Black & Blue"); +INSERT INTO "school" VALUES (5,"Trinity Grammar School","Summer Hill","2200","1913","Anglican","Boys","Day & Boarding","1929","Green and White"); +INSERT INTO "school" VALUES (6,"Waverley College","Waverley","1430","1903","Catholic","Boys","Day","1944","Royal Blue and Gold"); + + + +CREATE TABLE "school_details" ( +"School_ID" int, +"Nickname" text, +"Colors" text, +"League" text, +"Class" text, +"Division" text, +PRIMARY KEY ("School_Id"), +FOREIGN KEY (`School_ID`) REFERENCES `school`(`School_ID`) +); + +INSERT INTO "school_details" VALUES (1,"Tigers","Blue and Yellow","DSHA","Flight A","Division 1"); +INSERT INTO "school_details" VALUES (2,"Auks","Dark Green and White","DSHA","Flight B","Division 3"); +INSERT INTO "school_details" VALUES (3,"Buccaneers","Garnet and White","DSHA","Fight A","Division 1"); +INSERT INTO "school_details" VALUES (4,"Raiders","Maroon and White","DSHA","Flight B","Division 3"); +INSERT INTO "school_details" VALUES (5,"Seahawks","Blue and Gold","DSHA","Flight B","Division 2"); +INSERT INTO "school_details" VALUES (6,"Silver Eagles","Silver and Maroon","DSHA","Flight B","Division 3"); + + + +CREATE TABLE "school_performance" ( +"School_Id" int, +"School_Year" text, +"Class_A" text, +"Class_AA" text, +PRIMARY KEY ("School_Id","School_Year"), +FOREIGN KEY (`School_ID`) REFERENCES `school`(`School_ID`) +); + +INSERT INTO "school_performance" VALUES (1,"1987-88","Yantis","Blanco"); +INSERT INTO "school_performance" VALUES (1,"1988-89","Happy","Blanco"); +INSERT INTO "school_performance" VALUES (1,"1989-90","Skidmore-Tynan", "Bishop"); +INSERT INTO "school_performance" VALUES (2,"1990-91","Louise","Lytle"); +INSERT INTO "school_performance" VALUES (2,"1991-92","Anton","Clarendon"); +INSERT INTO "school_performance" VALUES (3,"1992-93","Anton","Wheeler"); +INSERT INTO "school_performance" VALUES (4,"1993-94","Utopia","Lytle"); +INSERT INTO "school_performance" VALUES (3,"1994-95","Martin's Mill","Wallis Brazos"); +INSERT INTO "school_performance" VALUES (5,"1995-96","Lindsay","Henrietta"); +INSERT INTO "school_performance" VALUES (6,"1996-97","Martin's Mill","Canadian"); +INSERT INTO "school_performance" VALUES (1,"1997-98","Martin's Mill","Buffalo"); +INSERT INTO "school_performance" VALUES (2,"1998-99","Wheeler","Van Alstyne"); +INSERT INTO "school_performance" VALUES (3,"1999-2000","Valley View","Lindsay"); +INSERT INTO "school_performance" VALUES (5,"2000-01","Menard","Weimar"); +INSERT INTO "school_performance" VALUES (6,"2001-02","Santa Anna","Hale Center"); +INSERT INTO "school_performance" VALUES (2,"2002-03","Martin's Mill","Hale Center"); +INSERT INTO "school_performance" VALUES (1,"2003-04","Martin's Mill","S&S Consolidated"); +INSERT INTO "school_performance" VALUES (2,"2004-05","Lindsay","Salado"); +INSERT INTO "school_performance" VALUES (3,"2005-06","Quanah","Salado"); +INSERT INTO "school_performance" VALUES (1,"2006-07","Martin's Mill","Weimar"); +INSERT INTO "school_performance" VALUES (6,"2007-08","Frost","Weimar"); +INSERT INTO "school_performance" VALUES (4,"2008-09","Winters","Dimmitt"); + + +CREATE TABLE "player" ( +"Player_ID" int, +"Player" text, +"Team" text, +"Age" int, +"Position" text, +"School_ID" int, +PRIMARY KEY ("Player_ID"), +FOREIGN KEY (`School_ID`) REFERENCES `school`(`School_ID`) +); + +INSERT INTO "player" VALUES ("1","Timothy Beckham","Tampa Bay Devil Rays",15,"Shortstop",1); +INSERT INTO "player" VALUES ("2","Pedro Álvarez","Pittsburgh Pirates",14,"Third baseman",2); +INSERT INTO "player" VALUES ("3","Eric Hosmer","Kansas City Royals",16,"First Baseman",1); +INSERT INTO "player" VALUES ("4","Brian Matusz","Baltimore Orioles",17,"Left-handed pitcher",1); +INSERT INTO "player" VALUES ("5","Buster Posey","San Francisco Giants",15,"Catcher",2); +INSERT INTO "player" VALUES ("6","Kyle Skipworth","Florida Marlins",14,"Catcher",2); +INSERT INTO "player" VALUES ("7","Yonder Alonso","Cincinnati Reds",15,"First baseman",1); +INSERT INTO "player" VALUES ("8","Gordon Beckham","Chicago White Sox",16,"Shortstop",1); +INSERT INTO "player" VALUES ("9","Aaron Crow *","Washington Nationals",16,"Right-handed pitcher",1); +INSERT INTO "player" VALUES ("10","Jason Castro","Houston Astros",15,"Catcher",1); +INSERT INTO "player" VALUES ("11","Justin Smoak","Texas Rangers",15,"First baseman",1); +INSERT INTO "player" VALUES ("12","Jemile Weeks","Oakland Athletics",15,"Second baseman",2); +INSERT INTO "player" VALUES ("13","Brett Wallace","St. Louis Cardinals",17,"Third baseman",5); +INSERT INTO "player" VALUES ("14","Aaron Hicks","Minnesota Twins",14,"Outfielder",6); +INSERT INTO "player" VALUES ("15","Ethan Martin","Los Angeles Dodgers",15,"Right-handed pitcher",1); +INSERT INTO "player" VALUES ("16","Brett Lawrie","Milwaukee Brewers",15,"Catcher",1); +INSERT INTO "player" VALUES ("17","David Cooper","Toronto Blue Jays",17,"First baseman",1); +INSERT INTO "player" VALUES ("18","Ike Davis","New York Mets",15,"First baseman",4); +INSERT INTO "player" VALUES ("19","Andrew Cashner","Chicago Cubs",16,"Right-handed pitcher",4); +INSERT INTO "player" VALUES ("20","Josh Fields","Seattle Mariners",15,"Right-handed pitcher",4); +INSERT INTO "player" VALUES ("21","Ryan Perry","Detroit Tigers",17,"Right-handed pitcher",3); +INSERT INTO "player" VALUES ("22","Reese Havens","New York Mets",18,"Shortstop",5); +INSERT INTO "player" VALUES ("23","Allan Dykstra","San Diego Padres",15,"First baseman",5); diff --git a/test_database/school_player/school_player.sqlite b/test_database/school_player/school_player.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..cd086bf8910571b509961ec9effd16d97518338a Binary files /dev/null and b/test_database/school_player/school_player.sqlite differ diff --git a/test_database/ship_mission/schema.sql b/test_database/ship_mission/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..4dcde4fdf78d334951c391042ece0a484d2f326a --- /dev/null +++ b/test_database/ship_mission/schema.sql @@ -0,0 +1,41 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "mission" ( +"Mission_ID" int, +"Ship_ID" int, +"Code" text, +"Launched_Year" int, +"Location" text, +"Speed_knots" int, +"Fate" text, +PRIMARY KEY ("Mission_ID"), +FOREIGN KEY ("Ship_ID") REFERENCES `ship`("Ship_ID") +); + +CREATE TABLE "ship" ( +"Ship_ID" int, +"Name" text, +"Type" text, +"Nationality" text, +"Tonnage" int, +PRIMARY KEY ("Ship_ID") +); + +INSERT INTO "ship" VALUES (1,"Corbridge","Cargo ship","United Kingdom","3687"); +INSERT INTO "ship" VALUES (2,"Farringford","Battle ship","United States","3146"); +INSERT INTO "ship" VALUES (3,"Dromonby","Cargo ship","United Kingdom","3627"); +INSERT INTO "ship" VALUES (4,"Author","Cargo ship","United Kingdom","3496"); +INSERT INTO "ship" VALUES (5,"Trader","Battle ship","United Kingdom","3608"); +INSERT INTO "ship" VALUES (6,"Ariadne","Cargo ship","United States","3035"); +INSERT INTO "ship" VALUES (7,"Appam","Battle ship","United Kingdom","7781"); +INSERT INTO "ship" VALUES (8,"Clan McTavish","Cargo ship","United States","5816"); + + +INSERT INTO "mission" VALUES (1,1,"VMV-1","1930","Germany","25","Decommissioned 1950"); +INSERT INTO "mission" VALUES (2,2,"VMV-2","1930","Germany","25","Decommissioned 1950"); +INSERT INTO "mission" VALUES (3,3,"VMV-3","1930","Helsinki , Finland","23","Lost (burned) 1931"); +INSERT INTO "mission" VALUES (4,5,"VMV-4 Former: Sterling","1916","Norway","16","Retired 1939"); +INSERT INTO "mission" VALUES (5,6,"VMV-5","1931","Uusikaupunki , Finland","23","Decommissioned 1959"); +INSERT INTO "mission" VALUES (6,7,"VMV-6","1931","Uusikaupunki , Finland","23","Decommissioned 1960"); +INSERT INTO "mission" VALUES (7,8,"VMV-7","1932","Turku , Finland","23","Lost (burned and sunk) 1933"); + diff --git a/test_database/ship_mission/ship_mission.sqlite b/test_database/ship_mission/ship_mission.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..c5410cf7ae65561fae82f4acc5dc682d884d5e9c Binary files /dev/null and b/test_database/ship_mission/ship_mission.sqlite differ diff --git a/test_database/solvency_ii/schema.sql b/test_database/solvency_ii/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..9cd7d277a29e7bfdbdeceae46345601dbf186fad --- /dev/null +++ b/test_database/solvency_ii/schema.sql @@ -0,0 +1,272 @@ +PRAGMA foreign_keys = ON; + + + +CREATE TABLE Addresses ( +Address_ID INTEGER NOT NULL , +address_details VARCHAR(255), +PRIMARY KEY (Address_ID), +UNIQUE (Address_ID) +); +CREATE TABLE Locations ( +Location_ID INTEGER NOT NULL , +Other_Details VARCHAR(255), +PRIMARY KEY (Location_ID) +); +CREATE TABLE Products ( +Product_ID INTEGER NOT NULL, +Product_Type_Code CHAR(15), +Product_Name VARCHAR(255), +Product_Price DECIMAL(20,4), +PRIMARY KEY (Product_ID), +UNIQUE (Product_ID) +); +CREATE TABLE Parties ( +Party_ID INTEGER NOT NULL, +Party_Details VARCHAR(255), +PRIMARY KEY (Party_ID) +); +CREATE TABLE Assets ( +Asset_ID INTEGER NOT NULL , +Other_Details VARCHAR(255), +PRIMARY KEY (Asset_ID) +); +CREATE TABLE Channels ( +Channel_ID INTEGER NOT NULL , +Other_Details VARCHAR(255), +PRIMARY KEY (Channel_ID) +); +CREATE TABLE Finances ( +Finance_ID INTEGER NOT NULL , +Other_Details VARCHAR(255), +PRIMARY KEY (Finance_ID) +); + + +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (1, '465 Emely Bypass +West Mafalda, CO 23309'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (2, '669 Carter Trafficway +Port Delbert, OK 66249'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (3, '38247 Ernser Gateway Suite 442 +Bogisichland, VT 71460'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (4, '732 Greenholt Valleys +East Marionfort, VT 89477-0433'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (5, '382 Demond Alley +Luellamouth, MT 67912'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (6, '3851 Quigley Flats +O''Reillychester, CA 92522-9526'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (7, '78950 Kamryn Centers +Chelsealand, NE 22947-6129'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (8, '682 Kautzer Forest Apt. 509 +Jaydenfurt, NE 85011-5059'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (9, '11093 Balistreri Forge +Gaylordtown, VT 05705'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (10, '9113 Wisoky Glen Apt. 601 +Lake Immanuel, UT 01388'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (11, '73409 Linnea Loop Apt. 778 +Haagberg, AK 41204-1496'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (12, '8220 Concepcion Neck Suite 394 +East Beauview, LA 19968-4755'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (13, '513 Lindgren River +North Scottymouth, IN 85224-1392'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (14, '9694 Wava Roads +Ricechester, DC 70816-9058'); +INSERT INTO `Addresses` (`Address_ID`, `address_details`) VALUES (15, '068 O''Connell Tunnel +West Colemanburgh, MO 87777'); + +INSERT INTO `Assets` (`Asset_ID`, `Other_Details`) VALUES (1, 'Transportation Cars'); +INSERT INTO `Assets` (`Asset_ID`, `Other_Details`) VALUES (2, 'Meeting Rooms'); +INSERT INTO `Assets` (`Asset_ID`, `Other_Details`) VALUES (3, 'Dinning Tables'); + +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (1, '145'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (2, '348'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (3, '933'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (4, '631'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (5, '681'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (6, '993'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (7, '249'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (8, '644'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (9, '668'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (10, '058'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (11, '163'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (12, '285'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (13, '943'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (14, '292'); +INSERT INTO `Channels` (`Channel_ID`, `Other_Details`) VALUES (15, '177'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (1, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (2, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (3, 'Bad'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (4, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (5, 'Bad'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (6, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (7, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (8, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (9, 'Bad'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (10, 'Bad'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (11, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (12, 'Mutual'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (13, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (14, 'Good'); +INSERT INTO `Finances` (`Finance_ID`, `Other_Details`) VALUES (15, 'Mutual'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (1, 'Rowe PLC'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (2, 'Ebert, Green and Bogisich'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (3, 'Prohaska LLC'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (4, 'White, Kassulke and Barrows'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (5, 'Wintheiser-Sauer'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (6, 'Morar-Denesik'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (7, 'Rowe-Stoltenberg'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (8, 'Price-Lynch'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (9, 'Ryan-Wyman'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (10, 'Hilll Ltd'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (11, 'Fritsch LLC'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (12, 'Kuvalis-Goodwin'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (13, 'Sanford Inc'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (14, 'Waelchi-Wehner'); +INSERT INTO `Locations` (`Location_ID`, `Other_Details`) VALUES (15, 'Daugherty, Nader and Balistreri'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (3, 'European People''s Party'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (4, 'European Free Alliance'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (5, 'European Alliance for Freedom'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (6, 'European Christian Political Movement'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (7, 'Movement for a Europe of Nations and Freedom'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (8, 'Alliance of Liberals and Democrats for Europe'); +INSERT INTO `Parties` (`Party_ID`, `Party_Details`) VALUES (9, 'EUDemocrats'); + +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (1, 'Books', 'Business Policy', '1336.2600'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (3, 'Food', 'Special Dinning', '2894.9400'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (5, 'Clothes', 'Men suits', '3298.8400'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (6, 'Electronics', 'TV Equipments', '932.2500'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (7, 'Books', 'Business Policy B', '3215.6600'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (10, 'Electronics', 'TV Equipments', '4427.4900'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (11, 'Electronics', 'Conference Equipments', '3289.4700'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (18, 'Books', 'Trading Policy', '3228.4900'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (20, 'Books', 'Trading Policy B', '4343.8300'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (22, 'Food', 'Dinning', '3574.5600'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (24, 'Food', 'Dinning', '4895.8600'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (26, 'Food', 'Dinning', '2339.9700'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (29, 'Food', 'Special Dinning', '502.1500'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (34, 'Electronics', 'TV Equipments', '970.7700'); +INSERT INTO `Products` (`Product_ID`, `Product_Type_Code`, `Product_Name`, `Product_Price`) VALUES (45, 'Clothes', 'Men suits', '3541.1700'); + + + +CREATE TABLE Events ( +Event_ID INTEGER NOT NULL , +Address_ID INTEGER, +Channel_ID INTEGER NOT NULL, +Event_Type_Code CHAR(15), +Finance_ID INTEGER NOT NULL, +Location_ID INTEGER NOT NULL, +PRIMARY KEY (Event_ID), +UNIQUE (Event_ID), +FOREIGN KEY (Location_ID) REFERENCES Locations (Location_ID), +FOREIGN KEY (Address_ID) REFERENCES Addresses (Address_ID), +FOREIGN KEY (Finance_ID) REFERENCES Finances (Finance_ID) +); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (1, 3, 12, 'Trade Show', 2, 13); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (2, 15, 13, 'Press Conferenc', 8, 11); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (3, 12, 1, 'Press Conferenc', 12, 6); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (4, 13, 10, 'Ceremonies', 7, 6); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (5, 9, 4, 'Trade Show', 15, 6); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (6, 15, 12, 'Seminar', 15, 9); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (7, 15, 6, 'Trade Show', 13, 15); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (8, 3, 15, 'Trade Show', 1, 6); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (9, 12, 3, 'Press Conferenc', 3, 11); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (10, 15, 10, 'Conference', 7, 12); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (11, 10, 4, 'Trade Show', 2, 8); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (12, 14, 9, 'Trade Show', 14, 7); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (13, 12, 13, 'Trade Show', 12, 12); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (14, 10, 11, 'Seminar', 5, 10); +INSERT INTO `Events` (`Event_ID`, `Address_ID`, `Channel_ID`, `Event_Type_Code`, `Finance_ID`, `Location_ID`) VALUES (15, 2, 2, 'Conference', 10, 5); + +CREATE TABLE Products_in_Events ( +Product_in_Event_ID INTEGER NOT NULL, +Event_ID INTEGER NOT NULL, +Product_ID INTEGER NOT NULL, +PRIMARY KEY (Product_in_Event_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID), +FOREIGN KEY (Product_ID) REFERENCES Products (Product_ID) +); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (13, 4, 29); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (23, 8, 3); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (32, 14, 10); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (33, 5, 18); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (43, 4, 45); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (46, 7, 3); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (50, 14, 6); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (61, 7, 3); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (63, 6, 34); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (64, 15, 6); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (69, 8, 20); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (74, 1, 6); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (79, 4, 45); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (90, 14, 26); +INSERT INTO `Products_in_Events` (`Product_in_Event_ID`, `Event_ID`, `Product_ID`) VALUES (99, 10, 11); + + +CREATE TABLE Parties_in_Events ( +Party_ID INTEGER NOT NULL, +Event_ID INTEGER NOT NULL, +Role_Code CHAR(15), +PRIMARY KEY (Party_ID, Event_ID), +FOREIGN KEY (Party_ID) REFERENCES Parties (Party_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID) +); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (3, 7, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (3, 8, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (4, 1, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (4, 3, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (4, 8, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (5, 9, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (5, 10, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (5, 15, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (6, 6, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (6, 12, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (6, 13, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (9, 3, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (9, 4, 'Participant'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (9, 10, 'Organizer'); +INSERT INTO `Parties_in_Events` (`Party_ID`, `Event_ID`, `Role_Code`) VALUES (9, 12, 'Organizer'); + +CREATE TABLE Agreements ( +Document_ID INTEGER NOT NULL , +Event_ID INTEGER NOT NULL, +PRIMARY KEY (Document_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID) +); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (13, 5); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (9, 6); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (6, 8); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (11, 8); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (4, 9); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (12, 9); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (7, 10); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (5, 11); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (10, 11); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (14, 12); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (1, 13); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (2, 13); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (3, 15); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (8, 15); +INSERT INTO `Agreements` (`Document_ID`, `Event_ID`) VALUES (15, 15); + +CREATE TABLE Assets_in_Events ( +Asset_ID INTEGER NOT NULL, +Event_ID INTEGER NOT NULL, +PRIMARY KEY (Asset_ID, Event_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID), +FOREIGN KEY (Event_ID) REFERENCES Events (Event_ID) +); + +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (1, 4); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (1, 5); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (1, 9); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (1, 10); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (2, 8); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (2, 14); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 2); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 5); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 8); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 9); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 10); +INSERT INTO `Assets_in_Events` (`Asset_ID`, `Event_ID`) VALUES (3, 12); + diff --git a/test_database/solvency_ii/solvency_ii.sqlite b/test_database/solvency_ii/solvency_ii.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..ea0ef4795c1835d95ca579c3178e2a8e61e66c4b Binary files /dev/null and b/test_database/solvency_ii/solvency_ii.sqlite differ diff --git a/test_database/sports_competition/schema.sql b/test_database/sports_competition/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..90e1cbc76d5e30721f1f0e9eab3bc4006f954cc8 --- /dev/null +++ b/test_database/sports_competition/schema.sql @@ -0,0 +1,104 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "club" ( +"Club_ID" int, +"name" text, +"Region" text, +"Start_year" text, +PRIMARY KEY ("Club_ID") +); + +INSERT INTO "club" VALUES (1,"AIB","USA","2009"); +INSERT INTO "club" VALUES (2,"BK Slide","UK","1998"); +INSERT INTO "club" VALUES (3,"IFG","China","2005"); +INSERT INTO "club" VALUES (4,"ASC","Japan","2001"); +INSERT INTO "club" VALUES (5,"HGS2","England","2000"); +INSERT INTO "club" VALUES (6,"HSBIF","Brazil","2011"); + + +CREATE TABLE "club_rank" ( +"Rank" real, +"Club_ID" int, +"Gold" real, +"Silver" real, +"Bronze" real, +"Total" real, +PRIMARY KEY ("Rank","Club_ID") +FOREIGN KEY (`Club_ID`) REFERENCES `club`(`Club_ID`) +); + +CREATE TABLE "player" ( +"Player_ID" int, +"name" text, +"Position" text, +"Club_ID" int, +"Apps" real, +"Tries" real, +"Goals" text, +"Points" real, +PRIMARY KEY ("Player_ID"), +FOREIGN KEY (`Club_ID`) REFERENCES `club`(`Club_ID`) +); + +CREATE TABLE "competition" ( +"Competition_ID" int, +"Year" real, +"Competition_type" text, +"Country" text, +PRIMARY KEY ("Competition_ID") +); + +INSERT INTO "club_rank" VALUES ("1",2,"11","11","9","31"); +INSERT INTO "club_rank" VALUES ("2",3,"8","7","6","21"); +INSERT INTO "club_rank" VALUES ("3",1,"7","4","2","13"); +INSERT INTO "club_rank" VALUES ("4",4,"4","2","6","12"); +INSERT INTO "club_rank" VALUES ("5",5,"3","3","0","6"); +INSERT INTO "club_rank" VALUES ("6",6,"2","1","0","3"); + +INSERT INTO "player" VALUES (1,"Michael Platt","Full Back",1,"20","5","0","20"); +INSERT INTO "player" VALUES (2,"Dave Halley","Right Wing",2,"23","9","0","36"); +INSERT INTO "player" VALUES (3,"James Evans","Right Centre",1,"30","9","0","36"); +INSERT INTO "player" VALUES (4,"Tame Tupou","Left Wing",2,"10","3","0","12"); +INSERT INTO "player" VALUES (5,"Iestyn Harris","Stand Off",4,"27","3","50/60","110"); +INSERT INTO "player" VALUES (6,"Paul Deacon (c)","Scrum Half",4,"20","3","90/106","188"); +INSERT INTO "player" VALUES (7,"Joe Vagana","Prop",5,"19","1","0/1","4"); +INSERT INTO "player" VALUES (8,"Terry Newton","Hooker",5,"26","9","0","36"); +INSERT INTO "player" VALUES (9,"Andy Lynch","Prop",2,"29","5","0","20"); +INSERT INTO "player" VALUES (10,"David Solomona","Second Row",2,"24","5","0","20"); +INSERT INTO "player" VALUES (11,"Glenn Morrison (vc)","Second Row",2,"14","6","0","24"); +INSERT INTO "player" VALUES (12,"Jamie Langley (vc)","Loose Forward",2,"28","2","0","8"); +INSERT INTO "player" VALUES (13,"Chris Feather","Prop",3,"13","1","0","4"); +INSERT INTO "player" VALUES (14,"Matt Cook","Second Row",4,"17","4","0","16"); +INSERT INTO "player" VALUES (15,"Sam Burgess","Loose Forward",4,"23","8","0","32"); + +INSERT INTO "competition" VALUES (1,"2006","Friendly","Italy"); +INSERT INTO "competition" VALUES (2,"2006","Friendly","Spain"); +INSERT INTO "competition" VALUES (3,"2006","Friendly","Australia"); +INSERT INTO "competition" VALUES (4,"2006","Friendly","Russia"); +INSERT INTO "competition" VALUES (5,"2007","Friendly","Russia"); +INSERT INTO "competition" VALUES (6,"2007","Friendly","Australia"); +INSERT INTO "competition" VALUES (7,"2007","Tournament","Russia"); +INSERT INTO "competition" VALUES (8,"2007","Tournament","Slovenia"); +INSERT INTO "competition" VALUES (9,"2007","Tournament","Slovenia"); +INSERT INTO "competition" VALUES (10,"2007","Friendly","Italy"); +INSERT INTO "competition" VALUES (11,"2007","Friendly","Ireland"); + +CREATE TABLE "competition_result" ( +"Competition_ID" int, +"Club_ID_1" int, +"Club_ID_2" int, +"Score" text, +PRIMARY KEY ("Competition_ID","Club_ID_1","Club_ID_2"), +FOREIGN KEY (`Club_ID_1`) REFERENCES `club`(`Club_ID`), +FOREIGN KEY (`Club_ID_2`) REFERENCES `club`(`Club_ID`), +FOREIGN KEY (`Competition_ID`) REFERENCES `competition`(`Competition_ID`) +); + + +INSERT INTO "competition_result" VALUES (1,1,2,"11:10"); +INSERT INTO "competition_result" VALUES (2,3,2,"25:2"); +INSERT INTO "competition_result" VALUES (10,4,2,"13:10"); +INSERT INTO "competition_result" VALUES (4,1,2,"12:9"); +INSERT INTO "competition_result" VALUES (5,1,4,"10:3"); +INSERT INTO "competition_result" VALUES (6,1,6,"10:11"); diff --git a/test_database/sports_competition/sports_competition.sqlite b/test_database/sports_competition/sports_competition.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..eac7009dbe5daee77c4b05cf468fc3fda62398bb Binary files /dev/null and b/test_database/sports_competition/sports_competition.sqlite differ diff --git a/test_database/station_weather/schema.sql b/test_database/station_weather/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..bf54c54bcfbba9c4fe67d4184535ce88202ab619 --- /dev/null +++ b/test_database/station_weather/schema.sql @@ -0,0 +1,100 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "train" ( + "id" int, + "train_number" int, + "name" text, + "origin" text, + "destination" text, + "time" text, + "interval" text, + primary key ("id") +); + +CREATE TABLE "station" ( + "id" int, + "network_name" text, + "services" text, + "local_authority" text, + primary key ("id") +); + +CREATE TABLE "route" ( + "train_id" int, + "station_id" int, + primary key ("train_id", "station_id"), + foreign key ("train_id") references `train`("id"), + foreign key ("station_id") references `station`("id") +); + +CREATE TABLE "weekly_weather" ( + "station_id" int, + "day_of_week" text, + "high_temperature" int, + "low_temperature" int, + "precipitation" real, + "wind_speed_mph" int, + primary key ("station_id", "day_of_week"), + foreign key ("station_id") references "station"("id") +); + +INSERT INTO "train" VALUES ("1","16724","Ananthapuri Express","Trivandrum","Chennai","17:15","Daily"); +INSERT INTO "train" VALUES ("2","16127","Guruvayur Express","Chennai","Guruvayur","22:10","Daily"); +INSERT INTO "train" VALUES ("3","16128","Guruvayur Express","Guruvayur","Chennai","4:49","Daily"); +INSERT INTO "train" VALUES ("4","16723","Ananthapuri Express","Chennai","Trivandrum","11:35","Daily"); +INSERT INTO "train" VALUES ("5","16382","Jayanthi Janatha Express","Kanniyakumari","Mumbai","06:30","Daily"); +INSERT INTO "train" VALUES ("6","16525","Island Express","Kanniyakumari","Bangalore","11:15","Daily"); +INSERT INTO "train" VALUES ("7","56701","Madurai Fast Passenger","Quilon","Madurai","21:49","Daily"); +INSERT INTO "train" VALUES ("8","56700","Quilon Fast Passenger","Madurai","Quilon Junction","04:55","Daily"); +INSERT INTO "train" VALUES ("9","16526","Island Express","Bangalore","Kanniyakumari","16:59","Daily"); +INSERT INTO "train" VALUES ("10","16381","Jayanthi Janatha Express","Mumbai","Kanniyakumari","10:38","Daily"); +INSERT INTO "train" VALUES ("11","16650","Parasuram Express","Nagercoil","Mangalore","04:20","Daily"); + +INSERT INTO "station" VALUES (1, "Amersham","Metropolitan line and Chiltern Railways","Chiltern"); +INSERT INTO "station" VALUES (2, "Bushey","London Overground and London Midland","Watford"); +INSERT INTO "station" VALUES (3, "Brentwood","Greater Anglia","Brentwood"); +INSERT INTO "station" VALUES (4, "Broxbourne","Greater Anglia","Broxbourne"); +INSERT INTO "station" VALUES (5, "Carpenders Park","London Overground","Three Rivers"); +INSERT INTO "station" VALUES (6, "Chafford Hundred","c2c","Thurrock"); +INSERT INTO "station" VALUES (7, "Chalfont & Latimer","Metropolitan line and Chiltern Railways","Chiltern"); +INSERT INTO "station" VALUES (8, "Chesham","Metropolitan line","Chiltern"); +INSERT INTO "station" VALUES (9, "Cheshunt","Greater Anglia","Broxbourne"); +INSERT INTO "station" VALUES (10, "Chorleywood","Metropolitan line and Chiltern Railways","Three Rivers"); +INSERT INTO "station" VALUES (11, "Croxley","Metropolitan line","Three Rivers"); + +INSERT INTO "weekly_weather" VALUES (1, "Monday", 59, 54, "90", 13); +INSERT INTO "weekly_weather" VALUES (1, "Tuesday", 66, 55, "20", 12); +INSERT INTO "weekly_weather" VALUES (1, "Wednesday", 60, 52, "10", 14); +INSERT INTO "weekly_weather" VALUES (1, "Thursday", 55, 50, "30", 13); +INSERT INTO "weekly_weather" VALUES (1, "Friday", 55, 52, "50", 17); +INSERT INTO "weekly_weather" VALUES (1, "Saturday", 55, 52, "50", 14); +INSERT INTO "weekly_weather" VALUES (1, "Sunday", 54, 52, "50", 12); +INSERT INTO "weekly_weather" VALUES (2, "Monday", 58, 54, "60", 20); +INSERT INTO "weekly_weather" VALUES (2, "Tuesday", 57, 54, "80", 22); +INSERT INTO "weekly_weather" VALUES (2, "Wednesday", 59, 55, "90", 23); +INSERT INTO "weekly_weather" VALUES (2, "Thursday", 59, 56, "70", 24); +INSERT INTO "weekly_weather" VALUES (3, "Monday", 49, 46, "30", 10); +INSERT INTO "weekly_weather" VALUES (3, "Tuesday", 50, 49, "50", 9); +INSERT INTO "weekly_weather" VALUES (3, "Wednesday", 55, 54, "60", 8); +INSERT INTO "weekly_weather" VALUES (4, "Monday", 58, 54, "70", 7); +INSERT INTO "weekly_weather" VALUES (10, "Tuesday", 59, 52, "90", 22); + +INSERT INTO "route" VALUES (1,1); +INSERT INTO "route" VALUES (1,2); +INSERT INTO "route" VALUES (1,3); +INSERT INTO "route" VALUES (2,1); +INSERT INTO "route" VALUES (2,3); +INSERT INTO "route" VALUES (2,7); +INSERT INTO "route" VALUES (3,4); +INSERT INTO "route" VALUES (4,6); +INSERT INTO "route" VALUES (4,2); +INSERT INTO "route" VALUES (5,1); +INSERT INTO "route" VALUES (6,5); +INSERT INTO "route" VALUES (7,4); +INSERT INTO "route" VALUES (7,5); +INSERT INTO "route" VALUES (7,8); +INSERT INTO "route" VALUES (8,8); +INSERT INTO "route" VALUES (9,7); +INSERT INTO "route" VALUES (9,8); +INSERT INTO "route" VALUES (10,9); + diff --git a/test_database/station_weather/station_weather.sqlite b/test_database/station_weather/station_weather.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..49d58fc5cccb40f21ee9fa6ce4306e8e098c0e89 Binary files /dev/null and b/test_database/station_weather/station_weather.sqlite differ diff --git a/test_database/store_1/schema.sql b/test_database/store_1/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..81e4009a514e8098938792e45b0377cbbbbbbf94 --- /dev/null +++ b/test_database/store_1/schema.sql @@ -0,0 +1,15828 @@ +DROP TABLE IF EXISTS albums; + +DROP TABLE IF EXISTS artists; + +DROP TABLE IF EXISTS customers; + +DROP TABLE IF EXISTS employees; + +DROP TABLE IF EXISTS genres; + +DROP TABLE IF EXISTS invoices; + +DROP TABLE IF EXISTS invoice_lines; + +DROP TABLE IF EXISTS media_types; + +DROP TABLE IF EXISTS playlists; + +DROP TABLE IF EXISTS playlist_tracks; + +DROP TABLE IF EXISTS tracks; + + +/******************************************************************************* + Create Tables +********************************************************************************/ +CREATE TABLE artists +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + name VARCHAR(120) +); + +CREATE TABLE albums +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + title VARCHAR(160) NOT NULL, + artist_id INTEGER NOT NULL, + FOREIGN KEY (artist_id) REFERENCES artists (id) + ON DELETE NO ACTION ON UPDATE NO ACTION +); + +CREATE TABLE employees +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + last_name VARCHAR(20) NOT NULL, + first_name VARCHAR(20) NOT NULL, + title VARCHAR(30), + reports_to INTEGER, + birth_date TIMESTAMP, + hire_date TIMESTAMP, + address VARCHAR(70), + city VARCHAR(40), + state VARCHAR(40), + country VARCHAR(40), + postal_code VARCHAR(10), + phone VARCHAR(24), + fax VARCHAR(24), + email VARCHAR(60), + FOREIGN KEY (reports_to) REFERENCES employees (id) + ON DELETE NO ACTION ON UPDATE NO ACTION +); + +CREATE TABLE customers +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + first_name VARCHAR(40) NOT NULL, + last_name VARCHAR(20) NOT NULL, + company VARCHAR(80), + address VARCHAR(70), + city VARCHAR(40), + state VARCHAR(40), + country VARCHAR(40), + postal_code VARCHAR(10), + phone VARCHAR(24), + fax VARCHAR(24), + email VARCHAR(60) NOT NULL, + support_rep_id INTEGER, + FOREIGN KEY (support_rep_id) REFERENCES employees (id) + ON DELETE NO ACTION ON UPDATE NO ACTION +); + +CREATE TABLE genres +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + name VARCHAR(120) +); + +CREATE TABLE invoices +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + customer_id INTEGER NOT NULL, + invoice_date TIMESTAMP NOT NULL, + billing_address VARCHAR(70), + billing_city VARCHAR(40), + billing_state VARCHAR(40), + billing_country VARCHAR(40), + billing_postal_code VARCHAR(10), + total NUMERIC(10,2) NOT NULL, + FOREIGN KEY (customer_id) REFERENCES customers (id) + ON DELETE NO ACTION ON UPDATE NO ACTION +); + +CREATE TABLE media_types +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + name VARCHAR(120) +); + +CREATE TABLE tracks +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + name VARCHAR(200) NOT NULL, + album_id INTEGER, + media_type_id INTEGER NOT NULL, + genre_id INTEGER, + composer VARCHAR(220), + milliseconds INTEGER NOT NULL, + bytes INTEGER, + unit_price NUMERIC(10,2) NOT NULL, + FOREIGN KEY (album_id) REFERENCES albums (id) + ON DELETE NO ACTION ON UPDATE NO ACTION, + FOREIGN KEY (genre_id) REFERENCES genres (id) + ON DELETE NO ACTION ON UPDATE NO ACTION, + FOREIGN KEY (media_type_id) REFERENCES media_types (id) + ON DELETE NO ACTION ON UPDATE NO ACTION +); + +CREATE TABLE invoice_lines +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + invoice_id INTEGER NOT NULL, + track_id INTEGER NOT NULL, + unit_price NUMERIC(10,2) NOT NULL, + quantity INTEGER NOT NULL, + FOREIGN KEY (invoice_id) REFERENCES invoices (id) + ON DELETE NO ACTION ON UPDATE NO ACTION, + FOREIGN KEY (track_id) REFERENCES tracks (id) + ON DELETE NO ACTION ON UPDATE NO ACTION +); + +CREATE TABLE playlists +( + id INTEGER PRIMARY KEY AUTOINCREMENT, + name VARCHAR(120) +); + +CREATE TABLE playlist_tracks +( + playlist_id INTEGER NOT NULL, + track_id INTEGER NOT NULL, + CONSTRAINT PK_PlaylistTrack PRIMARY KEY (playlist_id, track_id), + FOREIGN KEY (playlist_id) REFERENCES playlists (id) + ON DELETE NO ACTION ON UPDATE NO ACTION, + FOREIGN KEY (track_id) REFERENCES tracks (id) + ON DELETE NO ACTION ON UPDATE NO ACTION +); + + +/******************************************************************************* + Create Primary Key Unique Indexes +********************************************************************************/ +CREATE UNIQUE INDEX index_album_on_id ON albums(id); + +CREATE UNIQUE INDEX index_artist_on_id ON artists(id); + +CREATE UNIQUE INDEX index_customer_on_id ON customers(id); + +CREATE UNIQUE INDEX index_employee_on_id ON employees(id); + +CREATE UNIQUE INDEX index_genre_on_id ON genres(id); + +CREATE UNIQUE INDEX index_invoice_on_id ON invoices(id); + +CREATE UNIQUE INDEX index_invoice_line_on_id ON invoice_lines(id); + +CREATE UNIQUE INDEX index_media_type_on_id ON media_types(id); + +CREATE UNIQUE INDEX index_playlist_on_id ON playlists(id); + +CREATE UNIQUE INDEX index_playlist_track_on_id ON playlist_tracks(playlist_id, track_id); + +CREATE UNIQUE INDEX index_track_on_id ON tracks(id); + + +/******************************************************************************* + Create Foreign Keys +********************************************************************************/ +CREATE INDEX index_album_on_artist_id ON albums (artist_id); + +CREATE INDEX index_customers_on_support_rep_id ON customers (support_rep_id); + +CREATE INDEX index_employees_on_reports_to ON employees (reports_to); + +CREATE INDEX index_invoices_on_customer_id ON invoices (customer_id); + +CREATE INDEX index_invoice_lines_on_invoice_id ON invoice_lines (invoice_id); + +CREATE INDEX index_invoice_lines_on_track_id ON invoice_lines (track_id); + +CREATE INDEX index_playlist_tracks_on_track_id ON playlist_tracks (track_id); + +CREATE INDEX index_tracks_on_album_id ON tracks (album_id); + +CREATE INDEX index_track_on_genre_id ON tracks (genre_id); + +CREATE INDEX index_track_on_media_type_id ON tracks (media_type_id); + + +/******************************************************************************* + Populate Tables +********************************************************************************/ +INSERT INTO genres (name) VALUES ('Rock'); +INSERT INTO genres (name) VALUES ('Jazz'); +INSERT INTO genres (name) VALUES ('Metal'); +INSERT INTO genres (name) VALUES ('Alternative & Punk'); +INSERT INTO genres (name) VALUES ('Rock And Roll'); +INSERT INTO genres (name) VALUES ('Blues'); +INSERT INTO genres (name) VALUES ('Latin'); +INSERT INTO genres (name) VALUES ('Reggae'); +INSERT INTO genres (name) VALUES ('Pop'); +INSERT INTO genres (name) VALUES ('Soundtrack'); +INSERT INTO genres (name) VALUES ('Bossa Nova'); +INSERT INTO genres (name) VALUES ('Easy Listening'); +INSERT INTO genres (name) VALUES ('Heavy Metal'); +INSERT INTO genres (name) VALUES ('R&B/Soul'); +INSERT INTO genres (name) VALUES ('Electronica/Dance'); +INSERT INTO genres (name) VALUES ('World'); +INSERT INTO genres (name) VALUES ('Hip Hop/Rap'); +INSERT INTO genres (name) VALUES ('Science Fiction'); +INSERT INTO genres (name) VALUES ('TV Shows'); +INSERT INTO genres (name) VALUES ('Sci Fi & Fantasy'); +INSERT INTO genres (name) VALUES ('Drama'); +INSERT INTO genres (name) VALUES ('Comedy'); +INSERT INTO genres (name) VALUES ('Alternative'); +INSERT INTO genres (name) VALUES ('Classical'); +INSERT INTO genres (name) VALUES ('Opera'); + +INSERT INTO media_types (name) VALUES ('MPEG audio file'); +INSERT INTO media_types (name) VALUES ('Protected AAC audio file'); +INSERT INTO media_types (name) VALUES ('Protected MPEG-4 video file'); +INSERT INTO media_types (name) VALUES ('Purchased AAC audio file'); +INSERT INTO media_types (name) VALUES ('AAC audio file'); + +INSERT INTO artists (name) VALUES ('AC/DC'); +INSERT INTO artists (name) VALUES ('Accept'); +INSERT INTO artists (name) VALUES ('Aerosmith'); +INSERT INTO artists (name) VALUES ('Alanis Morissette'); +INSERT INTO artists (name) VALUES ('Alice In Chains'); +INSERT INTO artists (name) VALUES ('Antônio Carlos Jobim'); +INSERT INTO artists (name) VALUES ('Apocalyptica'); +INSERT INTO artists (name) VALUES ('Audioslave'); +INSERT INTO artists (name) VALUES ('BackBeat'); +INSERT INTO artists (name) VALUES ('Billy Cobham'); +INSERT INTO artists (name) VALUES ('Black Label Society'); +INSERT INTO artists (name) VALUES ('Black Sabbath'); +INSERT INTO artists (name) VALUES ('Body Count'); +INSERT INTO artists (name) VALUES ('Bruce Dickinson'); +INSERT INTO artists (name) VALUES ('Buddy Guy'); +INSERT INTO artists (name) VALUES ('Caetano Veloso'); +INSERT INTO artists (name) VALUES ('Chico Buarque'); +INSERT INTO artists (name) VALUES ('Chico Science & Nação Zumbi'); +INSERT INTO artists (name) VALUES ('Cidade Negra'); +INSERT INTO artists (name) VALUES ('Cláudio Zoli'); +INSERT INTO artists (name) VALUES ('Various Artists'); +INSERT INTO artists (name) VALUES ('Led Zeppelin'); +INSERT INTO artists (name) VALUES ('Frank Zappa & Captain Beefheart'); +INSERT INTO artists (name) VALUES ('Marcos Valle'); +INSERT INTO artists (name) VALUES ('Milton Nascimento & Bebeto'); +INSERT INTO artists (name) VALUES ('Azymuth'); +INSERT INTO artists (name) VALUES ('Gilberto Gil'); +INSERT INTO artists (name) VALUES ('João Gilberto'); +INSERT INTO artists (name) VALUES ('Bebel Gilberto'); +INSERT INTO artists (name) VALUES ('Jorge Vercilo'); +INSERT INTO artists (name) VALUES ('Baby Consuelo'); +INSERT INTO artists (name) VALUES ('Ney Matogrosso'); +INSERT INTO artists (name) VALUES ('Luiz Melodia'); +INSERT INTO artists (name) VALUES ('Nando Reis'); +INSERT INTO artists (name) VALUES ('Pedro Luís & A Parede'); +INSERT INTO artists (name) VALUES ('O Rappa'); +INSERT INTO artists (name) VALUES ('Ed Motta'); +INSERT INTO artists (name) VALUES ('Banda Black Rio'); +INSERT INTO artists (name) VALUES ('Fernanda Porto'); +INSERT INTO artists (name) VALUES ('Os Cariocas'); +INSERT INTO artists (name) VALUES ('Elis Regina'); +INSERT INTO artists (name) VALUES ('Milton Nascimento'); +INSERT INTO artists (name) VALUES ('A Cor Do Som'); +INSERT INTO artists (name) VALUES ('Kid Abelha'); +INSERT INTO artists (name) VALUES ('Sandra De Sá'); +INSERT INTO artists (name) VALUES ('Jorge Ben'); +INSERT INTO artists (name) VALUES ('Hermeto Pascoal'); +INSERT INTO artists (name) VALUES ('Barão Vermelho'); +INSERT INTO artists (name) VALUES ('Edson, DJ Marky & DJ Patife Featuring Fernanda Porto'); +INSERT INTO artists (name) VALUES ('Metallica'); +INSERT INTO artists (name) VALUES ('Queen'); +INSERT INTO artists (name) VALUES ('Kiss'); +INSERT INTO artists (name) VALUES ('Spyro Gyra'); +INSERT INTO artists (name) VALUES ('Green Day'); +INSERT INTO artists (name) VALUES ('David Coverdale'); +INSERT INTO artists (name) VALUES ('Gonzaguinha'); +INSERT INTO artists (name) VALUES ('Os Mutantes'); +INSERT INTO artists (name) VALUES ('Deep Purple'); +INSERT INTO artists (name) VALUES ('Santana'); +INSERT INTO artists (name) VALUES ('Santana Feat. Dave Matthews'); +INSERT INTO artists (name) VALUES ('Santana Feat. Everlast'); +INSERT INTO artists (name) VALUES ('Santana Feat. Rob Thomas'); +INSERT INTO artists (name) VALUES ('Santana Feat. Lauryn Hill & Cee-Lo'); +INSERT INTO artists (name) VALUES ('Santana Feat. The Project G&B'); +INSERT INTO artists (name) VALUES ('Santana Feat. Maná'); +INSERT INTO artists (name) VALUES ('Santana Feat. Eagle-Eye Cherry'); +INSERT INTO artists (name) VALUES ('Santana Feat. Eric Clapton'); +INSERT INTO artists (name) VALUES ('Miles Davis'); +INSERT INTO artists (name) VALUES ('Gene Krupa'); +INSERT INTO artists (name) VALUES ('Toquinho & Vinícius'); +INSERT INTO artists (name) VALUES ('Vinícius De Moraes & Baden Powell'); +INSERT INTO artists (name) VALUES ('Vinícius De Moraes'); +INSERT INTO artists (name) VALUES ('Vinícius E Qurteto Em Cy'); +INSERT INTO artists (name) VALUES ('Vinícius E Odette Lara'); +INSERT INTO artists (name) VALUES ('Vinicius, Toquinho & Quarteto Em Cy'); +INSERT INTO artists (name) VALUES ('Creedence Clearwater Revival'); +INSERT INTO artists (name) VALUES ('Cássia Eller'); +INSERT INTO artists (name) VALUES ('Def Leppard'); +INSERT INTO artists (name) VALUES ('Dennis Chambers'); +INSERT INTO artists (name) VALUES ('Djavan'); +INSERT INTO artists (name) VALUES ('Eric Clapton'); +INSERT INTO artists (name) VALUES ('Faith No More'); +INSERT INTO artists (name) VALUES ('Falamansa'); +INSERT INTO artists (name) VALUES ('Foo Fighters'); +INSERT INTO artists (name) VALUES ('Frank Sinatra'); +INSERT INTO artists (name) VALUES ('Funk Como Le Gusta'); +INSERT INTO artists (name) VALUES ('Godsmack'); +INSERT INTO artists (name) VALUES ('Guns N'' Roses'); +INSERT INTO artists (name) VALUES ('Incognito'); +INSERT INTO artists (name) VALUES ('Iron Maiden'); +INSERT INTO artists (name) VALUES ('James Brown'); +INSERT INTO artists (name) VALUES ('Jamiroquai'); +INSERT INTO artists (name) VALUES ('JET'); +INSERT INTO artists (name) VALUES ('Jimi Hendrix'); +INSERT INTO artists (name) VALUES ('Joe Satriani'); +INSERT INTO artists (name) VALUES ('Jota Quest'); +INSERT INTO artists (name) VALUES ('João Suplicy'); +INSERT INTO artists (name) VALUES ('Judas Priest'); +INSERT INTO artists (name) VALUES ('Legião Urbana'); +INSERT INTO artists (name) VALUES ('Lenny Kravitz'); +INSERT INTO artists (name) VALUES ('Lulu Santos'); +INSERT INTO artists (name) VALUES ('Marillion'); +INSERT INTO artists (name) VALUES ('Marisa Monte'); +INSERT INTO artists (name) VALUES ('Marvin Gaye'); +INSERT INTO artists (name) VALUES ('Men At Work'); +INSERT INTO artists (name) VALUES ('Motörhead'); +INSERT INTO artists (name) VALUES ('Motörhead & Girlschool'); +INSERT INTO artists (name) VALUES ('Mônica Marianno'); +INSERT INTO artists (name) VALUES ('Mötley Crüe'); +INSERT INTO artists (name) VALUES ('Nirvana'); +INSERT INTO artists (name) VALUES ('O Terço'); +INSERT INTO artists (name) VALUES ('Olodum'); +INSERT INTO artists (name) VALUES ('Os Paralamas Do Sucesso'); +INSERT INTO artists (name) VALUES ('Ozzy Osbourne'); +INSERT INTO artists (name) VALUES ('Page & Plant'); +INSERT INTO artists (name) VALUES ('Passengers'); +INSERT INTO artists (name) VALUES ('Paul D''Ianno'); +INSERT INTO artists (name) VALUES ('Pearl Jam'); +INSERT INTO artists (name) VALUES ('Peter Tosh'); +INSERT INTO artists (name) VALUES ('Pink Floyd'); +INSERT INTO artists (name) VALUES ('Planet Hemp'); +INSERT INTO artists (name) VALUES ('R.E.M. Feat. Kate Pearson'); +INSERT INTO artists (name) VALUES ('R.E.M. Feat. KRS-One'); +INSERT INTO artists (name) VALUES ('R.E.M.'); +INSERT INTO artists (name) VALUES ('Raimundos'); +INSERT INTO artists (name) VALUES ('Raul Seixas'); +INSERT INTO artists (name) VALUES ('Red Hot Chili Peppers'); +INSERT INTO artists (name) VALUES ('Rush'); +INSERT INTO artists (name) VALUES ('Simply Red'); +INSERT INTO artists (name) VALUES ('Skank'); +INSERT INTO artists (name) VALUES ('Smashing Pumpkins'); +INSERT INTO artists (name) VALUES ('Soundgarden'); +INSERT INTO artists (name) VALUES ('Stevie Ray Vaughan & Double Trouble'); +INSERT INTO artists (name) VALUES ('Stone Temple Pilots'); +INSERT INTO artists (name) VALUES ('System Of A Down'); +INSERT INTO artists (name) VALUES ('Terry Bozzio, Tony Levin & Steve Stevens'); +INSERT INTO artists (name) VALUES ('The Black Crowes'); +INSERT INTO artists (name) VALUES ('The Clash'); +INSERT INTO artists (name) VALUES ('The Cult'); +INSERT INTO artists (name) VALUES ('The Doors'); +INSERT INTO artists (name) VALUES ('The Police'); +INSERT INTO artists (name) VALUES ('The Rolling Stones'); +INSERT INTO artists (name) VALUES ('The Tea Party'); +INSERT INTO artists (name) VALUES ('The Who'); +INSERT INTO artists (name) VALUES ('Tim Maia'); +INSERT INTO artists (name) VALUES ('Titãs'); +INSERT INTO artists (name) VALUES ('Battlestar Galactica'); +INSERT INTO artists (name) VALUES ('Heroes'); +INSERT INTO artists (name) VALUES ('Lost'); +INSERT INTO artists (name) VALUES ('U2'); +INSERT INTO artists (name) VALUES ('UB40'); +INSERT INTO artists (name) VALUES ('Van Halen'); +INSERT INTO artists (name) VALUES ('Velvet Revolver'); +INSERT INTO artists (name) VALUES ('Whitesnake'); +INSERT INTO artists (name) VALUES ('Zeca Pagodinho'); +INSERT INTO artists (name) VALUES ('The Office'); +INSERT INTO artists (name) VALUES ('Dread Zeppelin'); +INSERT INTO artists (name) VALUES ('Battlestar Galactica (Classic)'); +INSERT INTO artists (name) VALUES ('Aquaman'); +INSERT INTO artists (name) VALUES ('Christina Aguilera featuring BigElf'); +INSERT INTO artists (name) VALUES ('Aerosmith & Sierra Leone''s Refugee Allstars'); +INSERT INTO artists (name) VALUES ('Los Lonely Boys'); +INSERT INTO artists (name) VALUES ('Corinne Bailey Rae'); +INSERT INTO artists (name) VALUES ('Dhani Harrison & Jakob Dylan'); +INSERT INTO artists (name) VALUES ('Jackson Browne'); +INSERT INTO artists (name) VALUES ('Avril Lavigne'); +INSERT INTO artists (name) VALUES ('Big & Rich'); +INSERT INTO artists (name) VALUES ('Youssou N''Dour'); +INSERT INTO artists (name) VALUES ('Black Eyed Peas'); +INSERT INTO artists (name) VALUES ('Jack Johnson'); +INSERT INTO artists (name) VALUES ('Ben Harper'); +INSERT INTO artists (name) VALUES ('Snow Patrol'); +INSERT INTO artists (name) VALUES ('Matisyahu'); +INSERT INTO artists (name) VALUES ('The Postal Service'); +INSERT INTO artists (name) VALUES ('Jaguares'); +INSERT INTO artists (name) VALUES ('The Flaming Lips'); +INSERT INTO artists (name) VALUES ('Jack''s Mannequin & Mick Fleetwood'); +INSERT INTO artists (name) VALUES ('Regina Spektor'); +INSERT INTO artists (name) VALUES ('Scorpions'); +INSERT INTO artists (name) VALUES ('House Of Pain'); +INSERT INTO artists (name) VALUES ('Xis'); +INSERT INTO artists (name) VALUES ('Nega Gizza'); +INSERT INTO artists (name) VALUES ('Gustavo & Andres Veiga & Salazar'); +INSERT INTO artists (name) VALUES ('Rodox'); +INSERT INTO artists (name) VALUES ('Charlie Brown Jr.'); +INSERT INTO artists (name) VALUES ('Pedro Luís E A Parede'); +INSERT INTO artists (name) VALUES ('Los Hermanos'); +INSERT INTO artists (name) VALUES ('Mundo Livre S/A'); +INSERT INTO artists (name) VALUES ('Otto'); +INSERT INTO artists (name) VALUES ('Instituto'); +INSERT INTO artists (name) VALUES ('Nação Zumbi'); +INSERT INTO artists (name) VALUES ('DJ Dolores & Orchestra Santa Massa'); +INSERT INTO artists (name) VALUES ('Seu Jorge'); +INSERT INTO artists (name) VALUES ('Sabotage E Instituto'); +INSERT INTO artists (name) VALUES ('Stereo Maracana'); +INSERT INTO artists (name) VALUES ('Cake'); +INSERT INTO artists (name) VALUES ('Aisha Duo'); +INSERT INTO artists (name) VALUES ('Habib Koité and Bamada'); +INSERT INTO artists (name) VALUES ('Karsh Kale'); +INSERT INTO artists (name) VALUES ('The Posies'); +INSERT INTO artists (name) VALUES ('Luciana Souza/Romero Lubambo'); +INSERT INTO artists (name) VALUES ('Aaron Goldberg'); +INSERT INTO artists (name) VALUES ('Nicolaus Esterhazy Sinfonia'); +INSERT INTO artists (name) VALUES ('Temple of the Dog'); +INSERT INTO artists (name) VALUES ('Chris Cornell'); +INSERT INTO artists (name) VALUES ('Alberto Turco & Nova Schola Gregoriana'); +INSERT INTO artists (name) VALUES ('Richard Marlow & The Choir of Trinity College, Cambridge'); +INSERT INTO artists (name) VALUES ('English Concert & Trevor Pinnock'); +INSERT INTO artists (name) VALUES ('Anne-Sophie Mutter, Herbert Von Karajan & Wiener Philharmoniker'); +INSERT INTO artists (name) VALUES ('Hilary Hahn, Jeffrey Kahane, Los Angeles Chamber Orchestra & Margaret Batjer'); +INSERT INTO artists (name) VALUES ('Wilhelm Kempff'); +INSERT INTO artists (name) VALUES ('Yo-Yo Ma'); +INSERT INTO artists (name) VALUES ('Scholars Baroque Ensemble'); +INSERT INTO artists (name) VALUES ('Academy of St. Martin in the Fields & Sir Neville Marriner'); +INSERT INTO artists (name) VALUES ('Academy of St. Martin in the Fields Chamber Ensemble & Sir Neville Marriner'); +INSERT INTO artists (name) VALUES ('Berliner Philharmoniker, Claudio Abbado & Sabine Meyer'); +INSERT INTO artists (name) VALUES ('Royal Philharmonic Orchestra & Sir Thomas Beecham'); +INSERT INTO artists (name) VALUES ('Orchestre Révolutionnaire et Romantique & John Eliot Gardiner'); +INSERT INTO artists (name) VALUES ('Britten Sinfonia, Ivor Bolton & Lesley Garrett'); +INSERT INTO artists (name) VALUES ('Chicago Symphony Chorus, Chicago Symphony Orchestra & Sir Georg Solti'); +INSERT INTO artists (name) VALUES ('Sir Georg Solti & Wiener Philharmoniker'); +INSERT INTO artists (name) VALUES ('Academy of St. Martin in the Fields, John Birch, Sir Neville Marriner & Sylvia McNair'); +INSERT INTO artists (name) VALUES ('London Symphony Orchestra & Sir Charles Mackerras'); +INSERT INTO artists (name) VALUES ('Barry Wordsworth & BBC Concert Orchestra'); +INSERT INTO artists (name) VALUES ('Herbert Von Karajan, Mirella Freni & Wiener Philharmoniker'); +INSERT INTO artists (name) VALUES ('Eugene Ormandy'); +INSERT INTO artists (name) VALUES ('Luciano Pavarotti'); +INSERT INTO artists (name) VALUES ('Leonard Bernstein & New York Philharmonic'); +INSERT INTO artists (name) VALUES ('Boston Symphony Orchestra & Seiji Ozawa'); +INSERT INTO artists (name) VALUES ('Aaron Copland & London Symphony Orchestra'); +INSERT INTO artists (name) VALUES ('Ton Koopman'); +INSERT INTO artists (name) VALUES ('Sergei Prokofiev & Yuri Temirkanov'); +INSERT INTO artists (name) VALUES ('Chicago Symphony Orchestra & Fritz Reiner'); +INSERT INTO artists (name) VALUES ('Orchestra of The Age of Enlightenment'); +INSERT INTO artists (name) VALUES ('Emanuel Ax, Eugene Ormandy & Philadelphia Orchestra'); +INSERT INTO artists (name) VALUES ('James Levine'); +INSERT INTO artists (name) VALUES ('Berliner Philharmoniker & Hans Rosbaud'); +INSERT INTO artists (name) VALUES ('Maurizio Pollini'); +INSERT INTO artists (name) VALUES ('Academy of St. Martin in the Fields, Sir Neville Marriner & William Bennett'); +INSERT INTO artists (name) VALUES ('Gustav Mahler'); +INSERT INTO artists (name) VALUES ('Felix Schmidt, London Symphony Orchestra & Rafael Frühbeck de Burgos'); +INSERT INTO artists (name) VALUES ('Edo de Waart & San Francisco Symphony'); +INSERT INTO artists (name) VALUES ('Antal Doráti & London Symphony Orchestra'); +INSERT INTO artists (name) VALUES ('Choir Of Westminster Abbey & Simon Preston'); +INSERT INTO artists (name) VALUES ('Michael Tilson Thomas & San Francisco Symphony'); +INSERT INTO artists (name) VALUES ('Chor der Wiener Staatsoper, Herbert Von Karajan & Wiener Philharmoniker'); +INSERT INTO artists (name) VALUES ('The King''s Singers'); +INSERT INTO artists (name) VALUES ('Berliner Philharmoniker & Herbert Von Karajan'); +INSERT INTO artists (name) VALUES ('Sir Georg Solti, Sumi Jo & Wiener Philharmoniker'); +INSERT INTO artists (name) VALUES ('Christopher O''Riley'); +INSERT INTO artists (name) VALUES ('Fretwork'); +INSERT INTO artists (name) VALUES ('Amy Winehouse'); +INSERT INTO artists (name) VALUES ('Calexico'); +INSERT INTO artists (name) VALUES ('Otto Klemperer & Philharmonia Orchestra'); +INSERT INTO artists (name) VALUES ('Yehudi Menuhin'); +INSERT INTO artists (name) VALUES ('Philharmonia Orchestra & Sir Neville Marriner'); +INSERT INTO artists (name) VALUES ('Academy of St. Martin in the Fields, Sir Neville Marriner & Thurston Dart'); +INSERT INTO artists (name) VALUES ('Les Arts Florissants & William Christie'); +INSERT INTO artists (name) VALUES ('The 12 Cellists of The Berlin Philharmonic'); +INSERT INTO artists (name) VALUES ('Adrian Leaper & Doreen de Feis'); +INSERT INTO artists (name) VALUES ('Roger Norrington, London Classical Players'); +INSERT INTO artists (name) VALUES ('Charles Dutoit & L''Orchestre Symphonique de Montréal'); +INSERT INTO artists (name) VALUES ('Equale Brass Ensemble, John Eliot Gardiner & Munich Monteverdi Orchestra and Choir'); +INSERT INTO artists (name) VALUES ('Kent Nagano and Orchestre de l''Opéra de Lyon'); +INSERT INTO artists (name) VALUES ('Julian Bream'); +INSERT INTO artists (name) VALUES ('Martin Roscoe'); +INSERT INTO artists (name) VALUES ('Göteborgs Symfoniker & Neeme Järvi'); +INSERT INTO artists (name) VALUES ('Itzhak Perlman'); +INSERT INTO artists (name) VALUES ('Michele Campanella'); +INSERT INTO artists (name) VALUES ('Gerald Moore'); +INSERT INTO artists (name) VALUES ('Mela Tenenbaum, Pro Musica Prague & Richard Kapp'); +INSERT INTO artists (name) VALUES ('Emerson String Quartet'); +INSERT INTO artists (name) VALUES ('C. Monteverdi, Nigel Rogers - Chiaroscuro; London Baroque; London Cornett & Sackbu'); +INSERT INTO artists (name) VALUES ('Nash Ensemble'); +INSERT INTO artists (name) VALUES ('Philip Glass Ensemble'); + +INSERT INTO albums (title, artist_id) VALUES ('For Those About To Rock We Salute You', 1); +INSERT INTO albums (title, artist_id) VALUES ('Balls to the Wall', 2); +INSERT INTO albums (title, artist_id) VALUES ('Restless and Wild', 2); +INSERT INTO albums (title, artist_id) VALUES ('Let There Be Rock', 1); +INSERT INTO albums (title, artist_id) VALUES ('Big Ones', 3); +INSERT INTO albums (title, artist_id) VALUES ('Jagged Little Pill', 4); +INSERT INTO albums (title, artist_id) VALUES ('Facelift', 5); +INSERT INTO albums (title, artist_id) VALUES ('Warner 25 Anos', 6); +INSERT INTO albums (title, artist_id) VALUES ('Plays Metallica By Four Cellos', 7); +INSERT INTO albums (title, artist_id) VALUES ('Audioslave', 8); +INSERT INTO albums (title, artist_id) VALUES ('Out Of Exile', 8); +INSERT INTO albums (title, artist_id) VALUES ('BackBeat Soundtrack', 9); +INSERT INTO albums (title, artist_id) VALUES ('The Best Of Billy Cobham', 10); +INSERT INTO albums (title, artist_id) VALUES ('Alcohol Fueled Brewtality Live! [Disc 1]', 11); +INSERT INTO albums (title, artist_id) VALUES ('Alcohol Fueled Brewtality Live! [Disc 2]', 11); +INSERT INTO albums (title, artist_id) VALUES ('Black Sabbath', 12); +INSERT INTO albums (title, artist_id) VALUES ('Black Sabbath Vol. 4 (Remaster)', 12); +INSERT INTO albums (title, artist_id) VALUES ('Body Count', 13); +INSERT INTO albums (title, artist_id) VALUES ('Chemical Wedding', 14); +INSERT INTO albums (title, artist_id) VALUES ('The Best Of Buddy Guy - The Millenium Collection', 15); +INSERT INTO albums (title, artist_id) VALUES ('Prenda Minha', 16); +INSERT INTO albums (title, artist_id) VALUES ('Sozinho Remix Ao Vivo', 16); +INSERT INTO albums (title, artist_id) VALUES ('Minha Historia', 17); +INSERT INTO albums (title, artist_id) VALUES ('Afrociberdelia', 18); +INSERT INTO albums (title, artist_id) VALUES ('Da Lama Ao Caos', 18); +INSERT INTO albums (title, artist_id) VALUES ('Acústico MTV live', 19); +INSERT INTO albums (title, artist_id) VALUES ('Cidade Negra - Hits', 19); +INSERT INTO albums (title, artist_id) VALUES ('Na Pista', 20); +INSERT INTO albums (title, artist_id) VALUES ('Axé Bahia 2001', 21); +INSERT INTO albums (title, artist_id) VALUES ('BBC Sessions [Disc 1] live', 22); +INSERT INTO albums (title, artist_id) VALUES ('Bongo Fury', 23); +INSERT INTO albums (title, artist_id) VALUES ('Carnaval 2001', 21); +INSERT INTO albums (title, artist_id) VALUES ('Chill: Brazil (Disc 1)', 24); +INSERT INTO albums (title, artist_id) VALUES ('Chill: Brazil (Disc 2)', 6); +INSERT INTO albums (title, artist_id) VALUES ('Garage Inc. (Disc 1)', 50); +INSERT INTO albums (title, artist_id) VALUES ('Greatest Hits II', 51); +INSERT INTO albums (title, artist_id) VALUES ('Greatest Kiss', 52); +INSERT INTO albums (title, artist_id) VALUES ('Heart of the Night', 53); +INSERT INTO albums (title, artist_id) VALUES ('International Superhits', 54); +INSERT INTO albums (title, artist_id) VALUES ('Into The Light', 55); +INSERT INTO albums (title, artist_id) VALUES ('Meus Momentos', 56); +INSERT INTO albums (title, artist_id) VALUES ('Minha História', 57); +INSERT INTO albums (title, artist_id) VALUES ('MK III The Final Concerts [Disc 1]', 58); +INSERT INTO albums (title, artist_id) VALUES ('Physical Graffiti [Disc 1]', 22); +INSERT INTO albums (title, artist_id) VALUES ('Sambas De Enredo 2001', 21); +INSERT INTO albums (title, artist_id) VALUES ('Supernatural', 59); +INSERT INTO albums (title, artist_id) VALUES ('The Best of Ed Motta', 37); +INSERT INTO albums (title, artist_id) VALUES ('The Essential Miles Davis [Disc 1]', 68); +INSERT INTO albums (title, artist_id) VALUES ('The Essential Miles Davis [Disc 2]', 68); +INSERT INTO albums (title, artist_id) VALUES ('The Final Concerts (Disc 2)', 58); +INSERT INTO albums (title, artist_id) VALUES ('Up An'' Atom', 69); +INSERT INTO albums (title, artist_id) VALUES ('Vinícius De Moraes - Sem Limite', 70); +INSERT INTO albums (title, artist_id) VALUES ('Vozes do MPB', 21); +INSERT INTO albums (title, artist_id) VALUES ('Chronicle, Vol. 1', 76); +INSERT INTO albums (title, artist_id) VALUES ('Chronicle, Vol. 2', 76); +INSERT INTO albums (title, artist_id) VALUES ('Cássia Eller - Coleção Sem Limite [Disc 2]', 77); +INSERT INTO albums (title, artist_id) VALUES ('Cássia Eller - Sem Limite [Disc 1]', 77); +INSERT INTO albums (title, artist_id) VALUES ('Come Taste The Band', 58); +INSERT INTO albums (title, artist_id) VALUES ('Deep Purple In Rock', 58); +INSERT INTO albums (title, artist_id) VALUES ('Fireball', 58); +INSERT INTO albums (title, artist_id) VALUES ('Knocking at Your Back Door: The Best Of Deep Purple in the 80''s', 58); +INSERT INTO albums (title, artist_id) VALUES ('Machine Head', 58); +INSERT INTO albums (title, artist_id) VALUES ('Purpendicular', 58); +INSERT INTO albums (title, artist_id) VALUES ('Slaves And Masters', 58); +INSERT INTO albums (title, artist_id) VALUES ('Stormbringer', 58); +INSERT INTO albums (title, artist_id) VALUES ('The Battle Rages On', 58); +INSERT INTO albums (title, artist_id) VALUES ('Vault: Def Leppard''s Greatest Hits', 78); +INSERT INTO albums (title, artist_id) VALUES ('Outbreak', 79); +INSERT INTO albums (title, artist_id) VALUES ('Djavan Ao Vivo - Vol. 02', 80); +INSERT INTO albums (title, artist_id) VALUES ('Djavan Ao Vivo - Vol. 1', 80); +INSERT INTO albums (title, artist_id) VALUES ('Elis Regina-Minha História', 41); +INSERT INTO albums (title, artist_id) VALUES ('The Cream Of Clapton', 81); +INSERT INTO albums (title, artist_id) VALUES ('Unplugged', 81); +INSERT INTO albums (title, artist_id) VALUES ('Album Of The Year', 82); +INSERT INTO albums (title, artist_id) VALUES ('Angel Dust', 82); +INSERT INTO albums (title, artist_id) VALUES ('King For A Day Fool For A Lifetime', 82); +INSERT INTO albums (title, artist_id) VALUES ('The Real Thing', 82); +INSERT INTO albums (title, artist_id) VALUES ('Deixa Entrar', 83); +INSERT INTO albums (title, artist_id) VALUES ('In Your Honor [Disc 1]', 84); +INSERT INTO albums (title, artist_id) VALUES ('In Your Honor [Disc 2]', 84); +INSERT INTO albums (title, artist_id) VALUES ('One By One', 84); +INSERT INTO albums (title, artist_id) VALUES ('The Colour And The Shape', 84); +INSERT INTO albums (title, artist_id) VALUES ('My Way: The Best Of Frank Sinatra [Disc 1]', 85); +INSERT INTO albums (title, artist_id) VALUES ('Roda De Funk', 86); +INSERT INTO albums (title, artist_id) VALUES ('As Canções de Eu Tu Eles', 27); +INSERT INTO albums (title, artist_id) VALUES ('Quanta Gente Veio Ver (Live)', 27); +INSERT INTO albums (title, artist_id) VALUES ('Quanta Gente Veio ver--Bônus De Carnaval', 27); +INSERT INTO albums (title, artist_id) VALUES ('Faceless', 87); +INSERT INTO albums (title, artist_id) VALUES ('American Idiot', 54); +INSERT INTO albums (title, artist_id) VALUES ('Appetite for Destruction', 88); +INSERT INTO albums (title, artist_id) VALUES ('Use Your Illusion I', 88); +INSERT INTO albums (title, artist_id) VALUES ('Use Your Illusion II', 88); +INSERT INTO albums (title, artist_id) VALUES ('Blue Moods', 89); +INSERT INTO albums (title, artist_id) VALUES ('A Matter of Life and Death', 90); +INSERT INTO albums (title, artist_id) VALUES ('A Real Dead One', 90); +INSERT INTO albums (title, artist_id) VALUES ('A Real Live One', 90); +INSERT INTO albums (title, artist_id) VALUES ('Brave New World', 90); +INSERT INTO albums (title, artist_id) VALUES ('Dance Of Death', 90); +INSERT INTO albums (title, artist_id) VALUES ('Fear Of The Dark', 90); +INSERT INTO albums (title, artist_id) VALUES ('Iron Maiden', 90); +INSERT INTO albums (title, artist_id) VALUES ('Killers', 90); +INSERT INTO albums (title, artist_id) VALUES ('Live After Death', 90); +INSERT INTO albums (title, artist_id) VALUES ('Live At Donington 1992 (Disc 1)', 90); +INSERT INTO albums (title, artist_id) VALUES ('Live At Donington 1992 (Disc 2)', 90); +INSERT INTO albums (title, artist_id) VALUES ('No Prayer For The Dying', 90); +INSERT INTO albums (title, artist_id) VALUES ('Piece Of Mind', 90); +INSERT INTO albums (title, artist_id) VALUES ('Powerslave', 90); +INSERT INTO albums (title, artist_id) VALUES ('Rock In Rio CD1', 90); +INSERT INTO albums (title, artist_id) VALUES ('Rock In Rio CD2', 90); +INSERT INTO albums (title, artist_id) VALUES ('Seventh Son of a Seventh Son', 90); +INSERT INTO albums (title, artist_id) VALUES ('Somewhere in Time', 90); +INSERT INTO albums (title, artist_id) VALUES ('The Number of The Beast', 90); +INSERT INTO albums (title, artist_id) VALUES ('The X Factor', 90); +INSERT INTO albums (title, artist_id) VALUES ('Virtual XI', 90); +INSERT INTO albums (title, artist_id) VALUES ('Sex Machine', 91); +INSERT INTO albums (title, artist_id) VALUES ('Emergency On Planet Earth', 92); +INSERT INTO albums (title, artist_id) VALUES ('Synkronized', 92); +INSERT INTO albums (title, artist_id) VALUES ('The Return Of The Space Cowboy', 92); +INSERT INTO albums (title, artist_id) VALUES ('Get Born', 93); +INSERT INTO albums (title, artist_id) VALUES ('Are You Experienced?', 94); +INSERT INTO albums (title, artist_id) VALUES ('Surfing with the Alien (Remastered)', 95); +INSERT INTO albums (title, artist_id) VALUES ('Jorge Ben Jor 25 Anos', 46); +INSERT INTO albums (title, artist_id) VALUES ('Jota Quest-1995', 96); +INSERT INTO albums (title, artist_id) VALUES ('Cafezinho', 97); +INSERT INTO albums (title, artist_id) VALUES ('Living After Midnight', 98); +INSERT INTO albums (title, artist_id) VALUES ('Unplugged live', 52); +INSERT INTO albums (title, artist_id) VALUES ('BBC Sessions [Disc 2] live', 22); +INSERT INTO albums (title, artist_id) VALUES ('Coda', 22); +INSERT INTO albums (title, artist_id) VALUES ('Houses Of The Holy', 22); +INSERT INTO albums (title, artist_id) VALUES ('In Through The Out Door', 22); +INSERT INTO albums (title, artist_id) VALUES ('IV', 22); +INSERT INTO albums (title, artist_id) VALUES ('Led Zeppelin I', 22); +INSERT INTO albums (title, artist_id) VALUES ('Led Zeppelin II', 22); +INSERT INTO albums (title, artist_id) VALUES ('Led Zeppelin III', 22); +INSERT INTO albums (title, artist_id) VALUES ('Physical Graffiti [Disc 2]', 22); +INSERT INTO albums (title, artist_id) VALUES ('Presence', 22); +INSERT INTO albums (title, artist_id) VALUES ('The Song Remains The Same (Disc 1)', 22); +INSERT INTO albums (title, artist_id) VALUES ('The Song Remains The Same (Disc 2)', 22); +INSERT INTO albums (title, artist_id) VALUES ('A TempestadeTempestade Ou O Livro Dos Dias', 99); +INSERT INTO albums (title, artist_id) VALUES ('Mais Do Mesmo', 99); +INSERT INTO albums (title, artist_id) VALUES ('Greatest Hits', 100); +INSERT INTO albums (title, artist_id) VALUES ('Lulu Santos - RCA 100 Anos De Música - Álbum 01', 101); +INSERT INTO albums (title, artist_id) VALUES ('Lulu Santos - RCA 100 Anos De Música - Álbum 02', 101); +INSERT INTO albums (title, artist_id) VALUES ('Misplaced Childhood', 102); +INSERT INTO albums (title, artist_id) VALUES ('Barulhinho Bom', 103); +INSERT INTO albums (title, artist_id) VALUES ('Seek And Shall Find: More Of The Best (1963-1981)', 104); +INSERT INTO albums (title, artist_id) VALUES ('The Best Of Men At Work', 105); +INSERT INTO albums (title, artist_id) VALUES ('Black Album', 50); +INSERT INTO albums (title, artist_id) VALUES ('Garage Inc. (Disc 2)', 50); +INSERT INTO albums (title, artist_id) VALUES ('Kill ''Em All', 50); +INSERT INTO albums (title, artist_id) VALUES ('Load', 50); +INSERT INTO albums (title, artist_id) VALUES ('Master Of Puppets', 50); +INSERT INTO albums (title, artist_id) VALUES ('ReLoad', 50); +INSERT INTO albums (title, artist_id) VALUES ('Ride The Lightning', 50); +INSERT INTO albums (title, artist_id) VALUES ('St. Anger', 50); +INSERT INTO albums (title, artist_id) VALUES ('...And Justice For All', 50); +INSERT INTO albums (title, artist_id) VALUES ('Miles Ahead', 68); +INSERT INTO albums (title, artist_id) VALUES ('Milton Nascimento Ao Vivo', 42); +INSERT INTO albums (title, artist_id) VALUES ('Minas', 42); +INSERT INTO albums (title, artist_id) VALUES ('Ace Of Spades', 106); +INSERT INTO albums (title, artist_id) VALUES ('Demorou...', 108); +INSERT INTO albums (title, artist_id) VALUES ('Motley Crue Greatest Hits', 109); +INSERT INTO albums (title, artist_id) VALUES ('From The Muddy Banks Of The Wishkah live', 110); +INSERT INTO albums (title, artist_id) VALUES ('Nevermind', 110); +INSERT INTO albums (title, artist_id) VALUES ('Compositores', 111); +INSERT INTO albums (title, artist_id) VALUES ('Olodum', 112); +INSERT INTO albums (title, artist_id) VALUES ('Acústico MTV', 113); +INSERT INTO albums (title, artist_id) VALUES ('Arquivo II', 113); +INSERT INTO albums (title, artist_id) VALUES ('Arquivo Os Paralamas Do Sucesso', 113); +INSERT INTO albums (title, artist_id) VALUES ('Bark at the Moon (Remastered)', 114); +INSERT INTO albums (title, artist_id) VALUES ('Blizzard of Ozz', 114); +INSERT INTO albums (title, artist_id) VALUES ('Diary of a Madman (Remastered)', 114); +INSERT INTO albums (title, artist_id) VALUES ('No More Tears (Remastered)', 114); +INSERT INTO albums (title, artist_id) VALUES ('Tribute', 114); +INSERT INTO albums (title, artist_id) VALUES ('Walking Into Clarksdale', 115); +INSERT INTO albums (title, artist_id) VALUES ('Original Soundtracks 1', 116); +INSERT INTO albums (title, artist_id) VALUES ('The Beast Live', 117); +INSERT INTO albums (title, artist_id) VALUES ('Live On Two Legs live', 118); +INSERT INTO albums (title, artist_id) VALUES ('Pearl Jam', 118); +INSERT INTO albums (title, artist_id) VALUES ('Riot Act', 118); +INSERT INTO albums (title, artist_id) VALUES ('Ten', 118); +INSERT INTO albums (title, artist_id) VALUES ('Vs.', 118); +INSERT INTO albums (title, artist_id) VALUES ('Dark Side Of The Moon', 120); +INSERT INTO albums (title, artist_id) VALUES ('Os Cães Ladram Mas A Caravana Não Pára', 121); +INSERT INTO albums (title, artist_id) VALUES ('Greatest Hits I', 51); +INSERT INTO albums (title, artist_id) VALUES ('News Of The World', 51); +INSERT INTO albums (title, artist_id) VALUES ('Out Of Time', 122); +INSERT INTO albums (title, artist_id) VALUES ('Green', 124); +INSERT INTO albums (title, artist_id) VALUES ('New Adventures In Hi-Fi', 124); +INSERT INTO albums (title, artist_id) VALUES ('The Best Of R.E.M.: The IRS Years', 124); +INSERT INTO albums (title, artist_id) VALUES ('Cesta Básica', 125); +INSERT INTO albums (title, artist_id) VALUES ('Raul Seixas', 126); +INSERT INTO albums (title, artist_id) VALUES ('Blood Sugar Sex Magik', 127); +INSERT INTO albums (title, artist_id) VALUES ('By The Way', 127); +INSERT INTO albums (title, artist_id) VALUES ('Californication', 127); +INSERT INTO albums (title, artist_id) VALUES ('Retrospective I (1974-1980)', 128); +INSERT INTO albums (title, artist_id) VALUES ('Santana - As Years Go By', 59); +INSERT INTO albums (title, artist_id) VALUES ('Santana Live', 59); +INSERT INTO albums (title, artist_id) VALUES ('Maquinarama', 130); +INSERT INTO albums (title, artist_id) VALUES ('O Samba Poconé', 130); +INSERT INTO albums (title, artist_id) VALUES ('Judas 0: B-Sides and Rarities', 131); +INSERT INTO albums (title, artist_id) VALUES ('Rotten Apples: Greatest Hits', 131); +INSERT INTO albums (title, artist_id) VALUES ('A-Sides', 132); +INSERT INTO albums (title, artist_id) VALUES ('Morning Dance', 53); +INSERT INTO albums (title, artist_id) VALUES ('In Step', 133); +INSERT INTO albums (title, artist_id) VALUES ('Core', 134); +INSERT INTO albums (title, artist_id) VALUES ('Mezmerize', 135); +INSERT INTO albums (title, artist_id) VALUES ('1997 Black Light Syndrome', 136); +INSERT INTO albums (title, artist_id) VALUES ('Live [Disc 1]', 137); +INSERT INTO albums (title, artist_id) VALUES ('Live [Disc 2]', 137); +INSERT INTO albums (title, artist_id) VALUES ('The Singles', 138); +INSERT INTO albums (title, artist_id) VALUES ('Beyond Good And Evil', 139); +INSERT INTO albums (title, artist_id) VALUES ('Pure Cult: The Best Of The Cult (For Rockers, Ravers, Lovers & Sinners) UK', 139); +INSERT INTO albums (title, artist_id) VALUES ('The Doors', 140); +INSERT INTO albums (title, artist_id) VALUES ('The Police Greatest Hits', 141); +INSERT INTO albums (title, artist_id) VALUES ('Hot Rocks, 1964-1971 (Disc 1)', 142); +INSERT INTO albums (title, artist_id) VALUES ('No Security', 142); +INSERT INTO albums (title, artist_id) VALUES ('Voodoo Lounge', 142); +INSERT INTO albums (title, artist_id) VALUES ('Tangents', 143); +INSERT INTO albums (title, artist_id) VALUES ('Transmission', 143); +INSERT INTO albums (title, artist_id) VALUES ('My Generation - The Very Best Of The Who', 144); +INSERT INTO albums (title, artist_id) VALUES ('Serie Sem Limite (Disc 1)', 145); +INSERT INTO albums (title, artist_id) VALUES ('Serie Sem Limite (Disc 2)', 145); +INSERT INTO albums (title, artist_id) VALUES ('Acústico', 146); +INSERT INTO albums (title, artist_id) VALUES ('Volume Dois', 146); +INSERT INTO albums (title, artist_id) VALUES ('Battlestar Galactica: The Story So Far', 147); +INSERT INTO albums (title, artist_id) VALUES ('Battlestar Galactica, Season 3', 147); +INSERT INTO albums (title, artist_id) VALUES ('Heroes, Season 1', 148); +INSERT INTO albums (title, artist_id) VALUES ('Lost, Season 3', 149); +INSERT INTO albums (title, artist_id) VALUES ('Lost, Season 1', 149); +INSERT INTO albums (title, artist_id) VALUES ('Lost, Season 2', 149); +INSERT INTO albums (title, artist_id) VALUES ('Achtung Baby', 150); +INSERT INTO albums (title, artist_id) VALUES ('All That You Can''t Leave Behind', 150); +INSERT INTO albums (title, artist_id) VALUES ('B-Sides 1980-1990', 150); +INSERT INTO albums (title, artist_id) VALUES ('How To Dismantle An Atomic Bomb', 150); +INSERT INTO albums (title, artist_id) VALUES ('Pop', 150); +INSERT INTO albums (title, artist_id) VALUES ('Rattle And Hum', 150); +INSERT INTO albums (title, artist_id) VALUES ('The Best Of 1980-1990', 150); +INSERT INTO albums (title, artist_id) VALUES ('War', 150); +INSERT INTO albums (title, artist_id) VALUES ('Zooropa', 150); +INSERT INTO albums (title, artist_id) VALUES ('UB40 The Best Of - Volume Two UK', 151); +INSERT INTO albums (title, artist_id) VALUES ('Diver Down', 152); +INSERT INTO albums (title, artist_id) VALUES ('The Best Of Van Halen, Vol. I', 152); +INSERT INTO albums (title, artist_id) VALUES ('Van Halen', 152); +INSERT INTO albums (title, artist_id) VALUES ('Van Halen III', 152); +INSERT INTO albums (title, artist_id) VALUES ('Contraband', 153); +INSERT INTO albums (title, artist_id) VALUES ('Vinicius De Moraes', 72); +INSERT INTO albums (title, artist_id) VALUES ('Ao Vivo IMPORT', 155); +INSERT INTO albums (title, artist_id) VALUES ('The Office, Season 1', 156); +INSERT INTO albums (title, artist_id) VALUES ('The Office, Season 2', 156); +INSERT INTO albums (title, artist_id) VALUES ('The Office, Season 3', 156); +INSERT INTO albums (title, artist_id) VALUES ('Un-Led-Ed', 157); +INSERT INTO albums (title, artist_id) VALUES ('Battlestar Galactica (Classic), Season 1', 158); +INSERT INTO albums (title, artist_id) VALUES ('Aquaman', 159); +INSERT INTO albums (title, artist_id) VALUES ('Instant Karma: The Amnesty International Campaign to Save Darfur', 150); +INSERT INTO albums (title, artist_id) VALUES ('Speak of the Devil', 114); +INSERT INTO albums (title, artist_id) VALUES ('20th Century Masters - The Millennium Collection: The Best of Scorpions', 179); +INSERT INTO albums (title, artist_id) VALUES ('House of Pain', 180); +INSERT INTO albums (title, artist_id) VALUES ('Radio Brasil (O Som da Jovem Vanguarda) - Seleccao de Henrique Amaro', 36); +INSERT INTO albums (title, artist_id) VALUES ('Cake: B-Sides and Rarities', 196); +INSERT INTO albums (title, artist_id) VALUES ('LOST, Season 4', 149); +INSERT INTO albums (title, artist_id) VALUES ('Quiet Songs', 197); +INSERT INTO albums (title, artist_id) VALUES ('Muso Ko', 198); +INSERT INTO albums (title, artist_id) VALUES ('Realize', 199); +INSERT INTO albums (title, artist_id) VALUES ('Every Kind of Light', 200); +INSERT INTO albums (title, artist_id) VALUES ('Duos II', 201); +INSERT INTO albums (title, artist_id) VALUES ('Worlds', 202); +INSERT INTO albums (title, artist_id) VALUES ('The Best of Beethoven', 203); +INSERT INTO albums (title, artist_id) VALUES ('Temple of the Dog', 204); +INSERT INTO albums (title, artist_id) VALUES ('Carry On', 205); +INSERT INTO albums (title, artist_id) VALUES ('Revelations', 8); +INSERT INTO albums (title, artist_id) VALUES ('Adorate Deum: Gregorian Chant from the Proper of the Mass', 206); +INSERT INTO albums (title, artist_id) VALUES ('Allegri: Miserere', 207); +INSERT INTO albums (title, artist_id) VALUES ('Pachelbel: Canon & Gigue', 208); +INSERT INTO albums (title, artist_id) VALUES ('Vivaldi: The Four Seasons', 209); +INSERT INTO albums (title, artist_id) VALUES ('Bach: Violin Concertos', 210); +INSERT INTO albums (title, artist_id) VALUES ('Bach: Goldberg Variations', 211); +INSERT INTO albums (title, artist_id) VALUES ('Bach: The Cello Suites', 212); +INSERT INTO albums (title, artist_id) VALUES ('Handel: The Messiah (Highlights)', 213); +INSERT INTO albums (title, artist_id) VALUES ('The World of Classical Favourites', 214); +INSERT INTO albums (title, artist_id) VALUES ('Sir Neville Marriner: A Celebration', 215); +INSERT INTO albums (title, artist_id) VALUES ('Mozart: Wind Concertos', 216); +INSERT INTO albums (title, artist_id) VALUES ('Haydn: Symphonies 99 - 104', 217); +INSERT INTO albums (title, artist_id) VALUES ('Beethoven: Symhonies Nos. 5 & 6', 218); +INSERT INTO albums (title, artist_id) VALUES ('A Soprano Inspired', 219); +INSERT INTO albums (title, artist_id) VALUES ('Great Opera Choruses', 220); +INSERT INTO albums (title, artist_id) VALUES ('Wagner: Favourite Overtures', 221); +INSERT INTO albums (title, artist_id) VALUES ('Fauré: Requiem, Ravel: Pavane & Others', 222); +INSERT INTO albums (title, artist_id) VALUES ('Tchaikovsky: The Nutcracker', 223); +INSERT INTO albums (title, artist_id) VALUES ('The Last Night of the Proms', 224); +INSERT INTO albums (title, artist_id) VALUES ('Puccini: Madama Butterfly - Highlights', 225); +INSERT INTO albums (title, artist_id) VALUES ('Holst: The Planets, Op. 32 & Vaughan Williams: Fantasies', 226); +INSERT INTO albums (title, artist_id) VALUES ('Pavarotti''s Opera Made Easy', 227); +INSERT INTO albums (title, artist_id) VALUES ('Great Performances - Barber''s Adagio and Other Romantic Favorites for Strings', 228); +INSERT INTO albums (title, artist_id) VALUES ('Carmina Burana', 229); +INSERT INTO albums (title, artist_id) VALUES ('A Copland Celebration, Vol. I', 230); +INSERT INTO albums (title, artist_id) VALUES ('Bach: Toccata & Fugue in D Minor', 231); +INSERT INTO albums (title, artist_id) VALUES ('Prokofiev: Symphony No.1', 232); +INSERT INTO albums (title, artist_id) VALUES ('Scheherazade', 233); +INSERT INTO albums (title, artist_id) VALUES ('Bach: The Brandenburg Concertos', 234); +INSERT INTO albums (title, artist_id) VALUES ('Chopin: Piano Concertos Nos. 1 & 2', 235); +INSERT INTO albums (title, artist_id) VALUES ('Mascagni: Cavalleria Rusticana', 236); +INSERT INTO albums (title, artist_id) VALUES ('Sibelius: Finlandia', 237); +INSERT INTO albums (title, artist_id) VALUES ('Beethoven Piano Sonatas: Moonlight & Pastorale', 238); +INSERT INTO albums (title, artist_id) VALUES ('Great Recordings of the Century - Mahler: Das Lied von der Erde', 240); +INSERT INTO albums (title, artist_id) VALUES ('Elgar: Cello Concerto & Vaughan Williams: Fantasias', 241); +INSERT INTO albums (title, artist_id) VALUES ('Adams, John: The Chairman Dances', 242); +INSERT INTO albums (title, artist_id) VALUES ('Tchaikovsky: 1812 Festival Overture, Op.49, Capriccio Italien & Beethoven: Wellington''s Victory', 243); +INSERT INTO albums (title, artist_id) VALUES ('Palestrina: Missa Papae Marcelli & Allegri: Miserere', 244); +INSERT INTO albums (title, artist_id) VALUES ('Prokofiev: Romeo & Juliet', 245); +INSERT INTO albums (title, artist_id) VALUES ('Strauss: Waltzes', 226); +INSERT INTO albums (title, artist_id) VALUES ('Berlioz: Symphonie Fantastique', 245); +INSERT INTO albums (title, artist_id) VALUES ('Bizet: Carmen Highlights', 246); +INSERT INTO albums (title, artist_id) VALUES ('English Renaissance', 247); +INSERT INTO albums (title, artist_id) VALUES ('Handel: Music for the Royal Fireworks (Original Version 1749)', 208); +INSERT INTO albums (title, artist_id) VALUES ('Grieg: Peer Gynt Suites & Sibelius: Pelléas et Mélisande', 248); +INSERT INTO albums (title, artist_id) VALUES ('Mozart Gala: Famous Arias', 249); +INSERT INTO albums (title, artist_id) VALUES ('SCRIABIN: Vers la flamme', 250); +INSERT INTO albums (title, artist_id) VALUES ('Armada: Music from the Courts of England and Spain', 251); +INSERT INTO albums (title, artist_id) VALUES ('Mozart: Symphonies Nos. 40 & 41', 248); +INSERT INTO albums (title, artist_id) VALUES ('Back to Black', 252); +INSERT INTO albums (title, artist_id) VALUES ('Frank', 252); +INSERT INTO albums (title, artist_id) VALUES ('Carried to Dust (Bonus Track Version)', 253); +INSERT INTO albums (title, artist_id) VALUES ('Beethoven: Symphony No. 6 ''Pastoral'' Etc.', 254); +INSERT INTO albums (title, artist_id) VALUES ('Bartok: Violin & Viola Concertos', 255); +INSERT INTO albums (title, artist_id) VALUES ('Mendelssohn: A Midsummer Night''s Dream', 256); +INSERT INTO albums (title, artist_id) VALUES ('Bach: Orchestral Suites Nos. 1 - 4', 257); +INSERT INTO albums (title, artist_id) VALUES ('Charpentier: Divertissements, Airs & Concerts', 258); +INSERT INTO albums (title, artist_id) VALUES ('South American Getaway', 259); +INSERT INTO albums (title, artist_id) VALUES ('Górecki: Symphony No. 3', 260); +INSERT INTO albums (title, artist_id) VALUES ('Purcell: The Fairy Queen', 261); +INSERT INTO albums (title, artist_id) VALUES ('The Ultimate Relexation Album', 262); +INSERT INTO albums (title, artist_id) VALUES ('Purcell: Music for the Queen Mary', 263); +INSERT INTO albums (title, artist_id) VALUES ('Weill: The Seven Deadly Sins', 264); +INSERT INTO albums (title, artist_id) VALUES ('J.S. Bach: Chaconne, Suite in E Minor, Partita in E Major & Prelude, Fugue and Allegro', 265); +INSERT INTO albums (title, artist_id) VALUES ('Prokofiev: Symphony No.5 & Stravinksy: Le Sacre Du Printemps', 248); +INSERT INTO albums (title, artist_id) VALUES ('Szymanowski: Piano Works, Vol. 1', 266); +INSERT INTO albums (title, artist_id) VALUES ('Nielsen: The Six Symphonies', 267); +INSERT INTO albums (title, artist_id) VALUES ('Great Recordings of the Century: Paganini''s 24 Caprices', 268); +INSERT INTO albums (title, artist_id) VALUES ('Liszt - 12 Études D''Execution Transcendante', 269); +INSERT INTO albums (title, artist_id) VALUES ('Great Recordings of the Century - Shubert: Schwanengesang, 4 Lieder', 270); +INSERT INTO albums (title, artist_id) VALUES ('Locatelli: Concertos for Violin, Strings and Continuo, Vol. 3', 271); +INSERT INTO albums (title, artist_id) VALUES ('Respighi:Pines of Rome', 226); +INSERT INTO albums (title, artist_id) VALUES ('Schubert: The Late String Quartets & String Quintet (3 CD''s)', 272); +INSERT INTO albums (title, artist_id) VALUES ('Monteverdi: L''Orfeo', 273); +INSERT INTO albums (title, artist_id) VALUES ('Mozart: Chamber Music', 274); +INSERT INTO albums (title, artist_id) VALUES ('Koyaanisqatsi (Soundtrack from the Motion Picture)', 275); + +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('For Those About To Rock (We Salute You)', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 343719, 11170334, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Balls to the Wall', 2, 2, 1, 342562, 5510424, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fast As a Shark', 3, 2, 1, 'F. Baltes, S. Kaufman, U. Dirkscneider & W. Hoffman', 230619, 3990994, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Restless and Wild', 3, 2, 1, 'F. Baltes, R.A. Smith-Diesel, S. Kaufman, U. Dirkscneider & W. Hoffman', 252051, 4331779, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Princess of the Dawn', 3, 2, 1, 'Deaffy & R.A. Smith-Diesel', 375418, 6290521, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Put The Finger On You', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 205662, 6713451, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let''s Get It Up', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 233926, 7636561, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Inject The Venom', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 210834, 6852860, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Snowballed', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 203102, 6599424, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Evil Walks', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 263497, 8611245, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('C.O.D.', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 199836, 6566314, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breaking The Rules', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 263288, 8596840, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Night Of The Long Knives', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 205688, 6706347, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spellbound', 1, 1, 1, 'Angus Young, Malcolm Young, Brian Johnson', 270863, 8817038, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Go Down', 4, 1, 1, 'AC/DC', 331180, 10847611, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dog Eat Dog', 4, 1, 1, 'AC/DC', 215196, 7032162, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let There Be Rock', 4, 1, 1, 'AC/DC', 366654, 12021261, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bad Boy Boogie', 4, 1, 1, 'AC/DC', 267728, 8776140, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Problem Child', 4, 1, 1, 'AC/DC', 325041, 10617116, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Overdose', 4, 1, 1, 'AC/DC', 369319, 12066294, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hell Ain''t A Bad Place To Be', 4, 1, 1, 'AC/DC', 254380, 8331286, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whole Lotta Rosie', 4, 1, 1, 'AC/DC', 323761, 10547154, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walk On Water', 5, 1, 1, 'Steven Tyler, Joe Perry, Jack Blades, Tommy Shaw', 295680, 9719579, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love In An Elevator', 5, 1, 1, 'Steven Tyler, Joe Perry', 321828, 10552051, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rag Doll', 5, 1, 1, 'Steven Tyler, Joe Perry, Jim Vallance, Holly Knight', 264698, 8675345, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What It Takes', 5, 1, 1, 'Steven Tyler, Joe Perry, Desmond Child', 310622, 10144730, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dude (Looks Like A Lady)', 5, 1, 1, 'Steven Tyler, Joe Perry, Desmond Child', 264855, 8679940, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Janie''s Got A Gun', 5, 1, 1, 'Steven Tyler, Tom Hamilton', 330736, 10869391, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cryin''', 5, 1, 1, 'Steven Tyler, Joe Perry, Taylor Rhodes', 309263, 10056995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Amazing', 5, 1, 1, 'Steven Tyler, Richie Supa', 356519, 11616195, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blind Man', 5, 1, 1, 'Steven Tyler, Joe Perry, Taylor Rhodes', 240718, 7877453, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Deuces Are Wild', 5, 1, 1, 'Steven Tyler, Jim Vallance', 215875, 7074167, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Other Side', 5, 1, 1, 'Steven Tyler, Jim Vallance', 244375, 7983270, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crazy', 5, 1, 1, 'Steven Tyler, Joe Perry, Desmond Child', 316656, 10402398, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eat The Rich', 5, 1, 1, 'Steven Tyler, Joe Perry, Jim Vallance', 251036, 8262039, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Angel', 5, 1, 1, 'Steven Tyler, Desmond Child', 307617, 9989331, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Livin'' On The Edge', 5, 1, 1, 'Steven Tyler, Joe Perry, Mark Hudson', 381231, 12374569, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All I Really Want', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 284891, 9375567, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Oughta Know', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 249234, 8196916, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Perfect', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 188133, 6145404, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hand In My Pocket', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 221570, 7224246, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Right Through You', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 176117, 5793082, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Forgiven', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 300355, 9753256, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Learn', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 239699, 7824837, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Head Over Feet', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 267493, 8758008, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mary Jane', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 280607, 9163588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ironic', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 229825, 7598866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Not The Doctor', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 227631, 7604601, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wake Up', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 293485, 9703359, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Oughta Know (Alternate)', 6, 1, 1, 'Alanis Morissette & Glenn Ballard', 491885, 16008629, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('We Die Young', 7, 1, 1, 'Jerry Cantrell', 152084, 4925362, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Man In The Box', 7, 1, 1, 'Jerry Cantrell, Layne Staley', 286641, 9310272, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sea Of Sorrow', 7, 1, 1, 'Jerry Cantrell', 349831, 11316328, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bleed The Freak', 7, 1, 1, 'Jerry Cantrell', 241946, 7847716, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can''t Remember', 7, 1, 1, 'Jerry Cantrell, Layne Staley', 222955, 7302550, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love, Hate, Love', 7, 1, 1, 'Jerry Cantrell, Layne Staley', 387134, 12575396, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It Ain''t Like That', 7, 1, 1, 'Jerry Cantrell, Michael Starr, Sean Kinney', 277577, 8993793, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sunshine', 7, 1, 1, 'Jerry Cantrell', 284969, 9216057, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Put You Down', 7, 1, 1, 'Jerry Cantrell', 196231, 6420530, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Confusion', 7, 1, 1, 'Jerry Cantrell, Michael Starr, Layne Staley', 344163, 11183647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Know Somethin (Bout You)', 7, 1, 1, 'Jerry Cantrell', 261955, 8497788, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Real Thing', 7, 1, 1, 'Jerry Cantrell, Layne Staley', 243879, 7937731, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Desafinado', 8, 1, 2, 185338, 5990473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Garota De Ipanema', 8, 1, 2, 285048, 9348428, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba De Uma Nota Só (One Note Samba)', 8, 1, 2, 137273, 4535401, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Por Causa De Você', 8, 1, 2, 169900, 5536496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ligia', 8, 1, 2, 251977, 8226934, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fotografia', 8, 1, 2, 129227, 4198774, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dindi (Dindi)', 8, 1, 2, 253178, 8149148, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Se Todos Fossem Iguais A Você (Instrumental)', 8, 1, 2, 134948, 4393377, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Falando De Amor', 8, 1, 2, 219663, 7121735, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Angela', 8, 1, 2, 169508, 5574957, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Corcovado (Quiet Nights Of Quiet Stars)', 8, 1, 2, 205662, 6687994, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Outra Vez', 8, 1, 2, 126511, 4110053, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Boto (Bôto)', 8, 1, 2, 366837, 12089673, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Canta, Canta Mais', 8, 1, 2, 271856, 8719426, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Enter Sandman', 9, 1, 3, 'Apocalyptica', 221701, 7286305, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Master Of Puppets', 9, 1, 3, 'Apocalyptica', 436453, 14375310, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Harvester Of Sorrow', 9, 1, 3, 'Apocalyptica', 374543, 12372536, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Unforgiven', 9, 1, 3, 'Apocalyptica', 322925, 10422447, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sad But True', 9, 1, 3, 'Apocalyptica', 288208, 9405526, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Creeping Death', 9, 1, 3, 'Apocalyptica', 308035, 10110980, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wherever I May Roam', 9, 1, 3, 'Apocalyptica', 369345, 12033110, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Welcome Home (Sanitarium)', 9, 1, 3, 'Apocalyptica', 350197, 11406431, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cochise', 10, 1, 1, 'Audioslave/Chris Cornell', 222380, 5339931, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Show Me How to Live', 10, 1, 1, 'Audioslave/Chris Cornell', 277890, 6672176, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gasoline', 10, 1, 1, 'Audioslave/Chris Cornell', 279457, 6709793, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What You Are', 10, 1, 1, 'Audioslave/Chris Cornell', 249391, 5988186, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Like a Stone', 10, 1, 1, 'Audioslave/Chris Cornell', 294034, 7059624, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Set It Off', 10, 1, 1, 'Audioslave/Chris Cornell', 263262, 6321091, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shadow on the Sun', 10, 1, 1, 'Audioslave/Chris Cornell', 343457, 8245793, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I am the Highway', 10, 1, 1, 'Audioslave/Chris Cornell', 334942, 8041411, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Exploder', 10, 1, 1, 'Audioslave/Chris Cornell', 206053, 4948095, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hypnotize', 10, 1, 1, 'Audioslave/Chris Cornell', 206628, 4961887, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bring''em Back Alive', 10, 1, 1, 'Audioslave/Chris Cornell', 329534, 7911634, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Light My Way', 10, 1, 1, 'Audioslave/Chris Cornell', 303595, 7289084, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Getaway Car', 10, 1, 1, 'Audioslave/Chris Cornell', 299598, 7193162, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Last Remaining Light', 10, 1, 1, 'Audioslave/Chris Cornell', 317492, 7622615, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Your Time Has Come', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 255529, 8273592, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Out Of Exile', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 291291, 9506571, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Be Yourself', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 279484, 9106160, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Doesn''t Remind Me', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 255869, 8357387, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drown Me Slowly', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 233691, 7609178, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heaven''s Dead', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 276688, 9006158, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Worm', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 237714, 7710800, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Man Or Animal', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 233195, 7542942, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Yesterday To Tomorrow', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 273763, 8944205, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dandelion', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 278125, 9003592, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('#1 Zero', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 299102, 9731988, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Curse', 11, 1, 4, 'Cornell, Commerford, Morello, Wilk', 309786, 10029406, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Money', 12, 1, 5, 'Berry Gordy, Jr./Janie Bradford', 147591, 2365897, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Long Tall Sally', 12, 1, 5, 'Enotris Johnson/Little Richard/Robert "Bumps" Blackwell', 106396, 1707084, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bad Boy', 12, 1, 5, 'Larry Williams', 116088, 1862126, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Twist And Shout', 12, 1, 5, 'Bert Russell/Phil Medley', 161123, 2582553, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Please Mr. Postman', 12, 1, 5, 'Brian Holland/Freddie Gorman/Georgia Dobbins/Robert Bateman/William Garrett', 137639, 2206986, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('C''Mon Everybody', 12, 1, 5, 'Eddie Cochran/Jerry Capehart', 140199, 2247846, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock ''N'' Roll Music', 12, 1, 5, 'Chuck Berry', 141923, 2276788, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slow Down', 12, 1, 5, 'Larry Williams', 163265, 2616981, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Roadrunner', 12, 1, 5, 'Bo Diddley', 143595, 2301989, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carol', 12, 1, 5, 'Chuck Berry', 143830, 2306019, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Good Golly Miss Molly', 12, 1, 5, 'Little Richard', 106266, 1704918, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('20 Flight Rock', 12, 1, 5, 'Ned Fairchild', 107807, 1299960, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Quadrant', 13, 1, 2, 'Billy Cobham', 261851, 8538199, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Snoopy''s search-Red baron', 13, 1, 2, 'Billy Cobham', 456071, 15075616, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spanish moss-"A sound portrait"-Spanish moss', 13, 1, 2, 'Billy Cobham', 248084, 8217867, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Moon germs', 13, 1, 2, 'Billy Cobham', 294060, 9714812, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stratus', 13, 1, 2, 'Billy Cobham', 582086, 19115680, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The pleasant pheasant', 13, 1, 2, 'Billy Cobham', 318066, 10630578, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Solo-Panhandler', 13, 1, 2, 'Billy Cobham', 246151, 8230661, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do what cha wanna', 13, 1, 2, 'George Duke', 274155, 9018565, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Intro/ Low Down', 14, 1, 3, 323683, 10642901, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('13 Years Of Grief', 14, 1, 3, 246987, 8137421, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Stronger Than Death', 14, 1, 3, 300747, 9869647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('All For You', 14, 1, 3, 235833, 7726948, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Super Terrorizer', 14, 1, 3, 319373, 10513905, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Phoney Smile Fake Hellos', 14, 1, 3, 273606, 9011701, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lost My Better Half', 14, 1, 3, 284081, 9355309, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bored To Tears', 14, 1, 3, 247327, 8130090, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A.N.D.R.O.T.A.Z.', 14, 1, 3, 266266, 8574746, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Born To Booze', 14, 1, 3, 282122, 9257358, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('World Of Trouble', 14, 1, 3, 359157, 11820932, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('No More Tears', 14, 1, 3, 555075, 18041629, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Begining... At Last', 14, 1, 3, 365662, 11965109, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Heart Of Gold', 15, 1, 3, 194873, 6417460, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Snowblind', 15, 1, 3, 420022, 13842549, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Like A Bird', 15, 1, 3, 276532, 9115657, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Blood In The Wall', 15, 1, 3, 284368, 9359475, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Beginning...At Last', 15, 1, 3, 271960, 8975814, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Black Sabbath', 16, 1, 3, 382066, 12440200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Wizard', 16, 1, 3, 264829, 8646737, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Behind The Wall Of Sleep', 16, 1, 3, 217573, 7169049, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('N.I.B.', 16, 1, 3, 368770, 12029390, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Evil Woman', 16, 1, 3, 204930, 6655170, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sleeping Village', 16, 1, 3, 644571, 21128525, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Warning', 16, 1, 3, 212062, 6893363, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wheels Of Confusion / The Straightener', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 494524, 16065830, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tomorrow''s Dream', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 192496, 6252071, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Changes', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 286275, 9175517, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('FX', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 103157, 3331776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Supernaut', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 285779, 9245971, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Snowblind', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 331676, 10813386, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cornucopia', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 234814, 7653880, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Laguna Sunrise', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 173087, 5671374, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('St. Vitus Dance', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 149655, 4884969, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Under The Sun/Every Day Comes and Goes', 17, 1, 3, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 350458, 11360486, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Smoked Pork', 18, 1, 4, 47333, 1549074, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Body Count''s In The House', 18, 1, 4, 204251, 6715413, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Now Sports', 18, 1, 4, 4884, 161266, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Body Count', 18, 1, 4, 317936, 10489139, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Statistic', 18, 1, 4, 6373, 211997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bowels Of The Devil', 18, 1, 4, 223216, 7324125, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Real Problem', 18, 1, 4, 11650, 387360, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('KKK Bitch', 18, 1, 4, 173008, 5709631, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('D Note', 18, 1, 4, 95738, 3067064, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Voodoo', 18, 1, 4, 300721, 9875962, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Winner Loses', 18, 1, 4, 392254, 12843821, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('There Goes The Neighborhood', 18, 1, 4, 350171, 11443471, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Oprah', 18, 1, 4, 6635, 224313, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Evil Dick', 18, 1, 4, 239020, 7828873, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Body Count Anthem', 18, 1, 4, 166426, 5463690, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Momma''s Gotta Die Tonight', 18, 1, 4, 371539, 12122946, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Freedom Of Speech', 18, 1, 4, 281234, 9337917, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('King In Crimson', 19, 1, 3, 'Roy Z', 283167, 9218499, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Chemical Wedding', 19, 1, 3, 'Roy Z', 246177, 8022764, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Tower', 19, 1, 3, 'Roy Z', 285257, 9435693, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Killing Floor', 19, 1, 3, 'Adrian Smith', 269557, 8854240, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Book Of Thel', 19, 1, 3, 'Eddie Casillas/Roy Z', 494393, 16034404, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gates Of Urizen', 19, 1, 3, 'Roy Z', 265351, 8627004, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jerusalem', 19, 1, 3, 'Roy Z', 402390, 13194463, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Trupets Of Jericho', 19, 1, 3, 'Roy Z', 359131, 11820908, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Machine Men', 19, 1, 3, 'Adrian Smith', 341655, 11138147, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Alchemist', 19, 1, 3, 'Roy Z', 509413, 16545657, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Realword', 19, 1, 3, 'Roy Z', 237531, 7802095, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('First Time I Met The Blues', 20, 1, 6, 'Eurreal Montgomery', 140434, 4604995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let Me Love You Baby', 20, 1, 6, 'Willie Dixon', 175386, 5716994, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stone Crazy', 20, 1, 6, 'Buddy Guy', 433397, 14184984, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pretty Baby', 20, 1, 6, 'Willie Dixon', 237662, 7848282, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When My Left Eye Jumps', 20, 1, 6, 'Al Perkins/Willie Dixon', 235311, 7685363, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Leave My Girl Alone', 20, 1, 6, 'Buddy Guy', 204721, 6859518, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She Suits Me To A Tee', 20, 1, 6, 'Buddy Guy', 136803, 4456321, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Keep It To Myself (Aka Keep It To Yourself)', 20, 1, 6, 'Sonny Boy Williamson I', 166060, 5487056, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Time After Awhile', 20, 1, 6, 'Robert Geddins/Ron Badger/Sheldon Feinberg', 182491, 6022698, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Too Many Ways (Alternate)', 20, 1, 6, 'Willie Dixon', 135053, 4459946, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Talkin'' ''Bout Women Obviously', 20, 1, 6, 'Amos Blakemore/Buddy Guy', 589531, 19161377, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jorge Da Capadócia', 21, 1, 7, 'Jorge Ben', 177397, 5842196, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Prenda Minha', 21, 1, 7, 'Tradicional', 99369, 3225364, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Meditação', 21, 1, 7, 'Tom Jobim - Newton Mendoça', 148793, 4865597, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Terra', 21, 1, 7, 'Caetano Veloso', 482429, 15889054, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eclipse Oculto', 21, 1, 7, 'Caetano Veloso', 221936, 7382703, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Texto "Verdade Tropical"', 21, 1, 7, 'Caetano Veloso', 84088, 2752161, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bem Devagar', 21, 1, 7, 'Gilberto Gil', 133172, 4333651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drão', 21, 1, 7, 'Gilberto Gil', 156264, 5065932, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Saudosismo', 21, 1, 7, 'Caetano Veloso', 144326, 4726981, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carolina', 21, 1, 7, 'Chico Buarque', 181812, 5924159, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sozinho', 21, 1, 7, 'Peninha', 190589, 6253200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Esse Cara', 21, 1, 7, 'Caetano Veloso', 223111, 7217126, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mel', 21, 1, 7, 'Caetano Veloso - Waly Salomão', 294765, 9854062, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Linha Do Equador', 21, 1, 7, 'Caetano Veloso - Djavan', 299337, 10003747, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Odara', 21, 1, 7, 'Caetano Veloso', 141270, 4704104, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Luz De Tieta', 21, 1, 7, 'Caetano Veloso', 251742, 8507446, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Atrás Da Verd-E-Rosa Só Não Vai Quem Já Morreu', 21, 1, 7, 'David Corrêa - Paulinho Carvalho - Carlos Sena - Bira do Ponto', 307252, 10364247, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vida Boa', 21, 1, 7, 'Fausto Nilo - Armandinho', 281730, 9411272, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sozinho (Hitmakers Classic Mix)', 22, 1, 7, 436636, 14462072, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sozinho (Hitmakers Classic Radio Edit)', 22, 1, 7, 195004, 6455134, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sozinho (Caêdrum ''n'' Bass)', 22, 1, 7, 328071, 10975007, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Carolina', 23, 1, 7, 163056, 5375395, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Essa Moça Ta Diferente', 23, 1, 7, 167235, 5568574, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vai Passar', 23, 1, 7, 369763, 12359161, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba De Orly', 23, 1, 7, 162429, 5431854, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bye, Bye Brasil', 23, 1, 7, 283402, 9499590, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Atras Da Porta', 23, 1, 7, 189675, 6132843, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tatuagem', 23, 1, 7, 172120, 5645703, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Que Será (À Flor Da Terra)', 23, 1, 7, 167288, 5574848, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Morena De Angola', 23, 1, 7, 186801, 6373932, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Apesar De Você', 23, 1, 7, 234501, 7886937, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Banda', 23, 1, 7, 132493, 4349539, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Minha Historia', 23, 1, 7, 182256, 6029673, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Com Açúcar E Com Afeto', 23, 1, 7, 175386, 5846442, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Brejo Da Cruz', 23, 1, 7, 214099, 7270749, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meu Caro Amigo', 23, 1, 7, 260257, 8778172, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Geni E O Zepelim', 23, 1, 7, 317570, 10342226, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Trocando Em Miúdos', 23, 1, 7, 169717, 5461468, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vai Trabalhar Vagabundo', 23, 1, 7, 139154, 4693941, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gota D''água', 23, 1, 7, 153208, 5074189, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Construção / Deus Lhe Pague', 23, 1, 7, 383059, 12675305, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mateus Enter', 24, 1, 7, 'Chico Science', 33149, 1103013, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Cidadão Do Mundo', 24, 1, 7, 'Chico Science', 200933, 6724966, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Etnia', 24, 1, 7, 'Chico Science', 152555, 5061413, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Quilombo Groove instrumental', 24, 1, 7, 'Chico Science', 151823, 5042447, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Macô', 24, 1, 7, 'Chico Science', 249600, 8253934, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Um Passeio No Mundo Livre', 24, 1, 7, 'Chico Science', 240091, 7984291, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Samba Do Lado', 24, 1, 7, 'Chico Science', 227317, 7541688, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maracatu Atômico', 24, 1, 7, 'Chico Science', 284264, 9670057, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Encontro De Isaac Asimov Com Santos Dumont No Céu', 24, 1, 7, 'Chico Science', 99108, 3240816, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Corpo De Lama', 24, 1, 7, 'Chico Science', 232672, 7714954, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sobremesa', 24, 1, 7, 'Chico Science', 240091, 7960868, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Manguetown', 24, 1, 7, 'Chico Science', 194560, 6475159, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Um Satélite Na Cabeça', 24, 1, 7, 'Chico Science', 126615, 4272821, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Baião Ambiental instrumental', 24, 1, 7, 'Chico Science', 152659, 5198539, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sangue De Bairro', 24, 1, 7, 'Chico Science', 132231, 4415557, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Enquanto O Mundo Explode', 24, 1, 7, 'Chico Science', 88764, 2968650, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Interlude Zumbi', 24, 1, 7, 'Chico Science', 71627, 2408550, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Criança De Domingo', 24, 1, 7, 'Chico Science', 208222, 6984813, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Amor De Muito', 24, 1, 7, 'Chico Science', 175333, 5881293, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Samidarish instrumental', 24, 1, 7, 'Chico Science', 272431, 8911641, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maracatu Atômico [Atomic Version]', 24, 1, 7, 'Chico Science', 273084, 9019677, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maracatu Atômico [Ragga Mix]', 24, 1, 7, 'Chico Science', 210155, 6986421, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maracatu Atômico [Trip Hop]', 24, 1, 7, 'Chico Science', 221492, 7380787, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Banditismo Por Uma Questa', 25, 1, 7, 307095, 10251097, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Banditismo Por Uma Questa', 25, 1, 7, 243644, 8147224, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rios Pontes & Overdrives', 25, 1, 7, 286720, 9659152, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cidade', 25, 1, 7, 216346, 7241817, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Praiera', 25, 1, 7, 183640, 6172781, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba Makossa', 25, 1, 7, 271856, 9095410, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Da Lama Ao Caos', 25, 1, 7, 251559, 8378065, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Maracatu De Tiro Certeiro', 25, 1, 7, 88868, 2901397, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Salustiano Song', 25, 1, 7, 215405, 7183969, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Antene Se', 25, 1, 7, 248372, 8253618, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Risoflora', 25, 1, 7, 105586, 3536938, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lixo Do Mangue', 25, 1, 7, 193253, 6534200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Computadores Fazem Arte', 25, 1, 7, 404323, 13702771, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Girassol', 26, 1, 8, 'Bino Farias/Da Gama/Lazão/Pedro Luis/Toni Garrido', 249808, 8327676, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Sombra Da Maldade', 26, 1, 8, 'Da Gama/Toni Garrido', 230922, 7697230, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Johnny B. Goode', 26, 1, 8, 'Chuck Berry', 254615, 8505985, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soldado Da Paz', 26, 1, 8, 'Herbert Vianna', 194220, 6455080, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Firmamento', 26, 1, 8, 'Bino Farias/Da Gama/Henry Lawes/Lazão/Toni Garrido/Winston Foser-Vers', 222145, 7402658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Extra', 26, 1, 8, 'Gilberto Gil', 304352, 10078050, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Erê', 26, 1, 8, 'Bernardo Vilhena/Bino Farias/Da Gama/Lazão/Toni Garrido', 236382, 7866924, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Podes Crer', 26, 1, 8, 'Bino Farias/Da Gama/Lazão/Toni Garrido', 232280, 7747747, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Estrada', 26, 1, 8, 'Bino Farias/Da Gama/Lazão/Toni Garrido', 248842, 8275673, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Berlim', 26, 1, 8, 'Da Gama/Toni Garrido', 207542, 6920424, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Já Foi', 26, 1, 8, 'Bino Farias/Da Gama/Lazão/Toni Garrido', 221544, 7388466, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Onde Você Mora?', 26, 1, 8, 'Marisa Monte/Nando Reis', 256026, 8502588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pensamento', 26, 1, 8, 'Bino Farias/Da Gamma/Lazão/Rás Bernard', 173008, 5748424, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Conciliação', 26, 1, 8, 'Da Gama/Lazão/Rás Bernardo', 257619, 8552474, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Realidade Virtual', 26, 1, 8, 'Bino Farias/Da Gama/Lazão/Toni Garrido', 195239, 6503533, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mensagem', 26, 1, 8, 'Bino Farias/Da Gama/Lazão/Rás Bernardo', 225332, 7488852, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Cor Do Sol', 26, 1, 8, 'Bernardo Vilhena/Da Gama/Lazão', 231392, 7663348, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Onde Você Mora?', 27, 1, 8, 'Marisa Monte/Nando Reis', 298396, 10056970, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Erê', 27, 1, 8, 'Bernardo Vilhena/Bino/Da Gama/Lazao/Toni Garrido', 206942, 6950332, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Sombra Da Maldade', 27, 1, 8, 'Da Gama/Toni Garrido', 285231, 9544383, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Estrada', 27, 1, 8, 'Da Gama/Lazao/Toni Garrido', 282174, 9344477, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Falar A Verdade', 27, 1, 8, 'Bino/Da Gama/Ras Bernardo', 244950, 8189093, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Firmamento', 27, 1, 8, 'Harry Lawes/Winston Foster-Vers', 225488, 7507866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pensamento', 27, 1, 8, 'Bino/Da Gama/Ras Bernardo', 192391, 6399761, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Realidade Virtual', 27, 1, 8, 'Bino/Da Gamma/Lazao/Toni Garrido', 240300, 8069934, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Doutor', 27, 1, 8, 'Bino/Da Gama/Toni Garrido', 178155, 5950952, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Na Frente Da TV', 27, 1, 8, 'Bino/Da Gama/Lazao/Ras Bernardo', 289750, 9633659, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Downtown', 27, 1, 8, 'Cidade Negra', 239725, 8024386, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sábado A Noite', 27, 1, 8, 'Lulu Santos', 267363, 8895073, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Cor Do Sol', 27, 1, 8, 'Bernardo Vilhena/Da Gama/Lazao', 273031, 9142937, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eu Também Quero Beijar', 27, 1, 8, 'Fausto Nilo/Moraes Moreira/Pepeu Gomes', 211147, 7029400, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Noite Do Prazer', 28, 1, 7, 311353, 10309980, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('À Francesa', 28, 1, 7, 244532, 8150846, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cada Um Cada Um (A Namoradeira)', 28, 1, 7, 253492, 8441034, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Linha Do Equador', 28, 1, 7, 244715, 8123466, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Amor Demais', 28, 1, 7, 254040, 8420093, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Férias', 28, 1, 7, 264202, 8731945, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gostava Tanto De Você', 28, 1, 7, 230452, 7685326, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Flor Do Futuro', 28, 1, 7, 275748, 9205941, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Felicidade Urgente', 28, 1, 7, 266605, 8873358, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Livre Pra Viver', 28, 1, 7, 214595, 7111596, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dig-Dig, Lambe-Lambe (Ao Vivo)', 29, 1, 9, 'Cassiano Costa/Cintia Maviane/J.F./Lucas Costa', 205479, 6892516, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pererê', 29, 1, 9, 'Augusto Conceição/Chiclete Com Banana', 198661, 6643207, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('TriboTchan', 29, 1, 9, 'Cal Adan/Paulo Levi', 194194, 6507950, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tapa Aqui, Descobre Ali', 29, 1, 9, 'Paulo Levi/W. Rangel', 188630, 6327391, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Daniela', 29, 1, 9, 'Jorge Cardoso/Pierre Onasis', 230791, 7748006, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bate Lata', 29, 1, 9, 'Fábio Nolasco/Gal Sales/Ivan Brasil', 206733, 7034985, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Garotas do Brasil', 29, 1, 9, 'Garay, Ricardo Engels/Luca Predabom/Ludwig, Carlos Henrique/Maurício Vieira', 210155, 6973625, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Levada do Amor (Ailoviu)', 29, 1, 9, 'Luiz Wanderley/Paulo Levi', 190093, 6457752, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lavadeira', 29, 1, 9, 'Do Vale, Valverde/Gal Oliveira/Luciano Pinto', 214256, 7254147, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Reboladeira', 29, 1, 9, 'Cal Adan/Ferrugem/Julinho Carioca/Tríona Ní Dhomhnaill', 210599, 7027525, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('É que Nessa Encarnação Eu Nasci Manga', 29, 1, 9, 'Lucina/Luli', 196519, 6568081, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Reggae Tchan', 29, 1, 9, 'Cal Adan/Del Rey, Tension/Edu Casanova', 206654, 6931328, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Love', 29, 1, 9, 'Jauperi/Zeu Góes', 203493, 6772813, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Latinha de Cerveja', 29, 1, 9, 'Adriano Bernandes/Edmar Neves', 166687, 5532564, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Shook Me', 30, 1, 1, 'J B Lenoir/Willie Dixon', 315951, 10249958, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can''t Quit You Baby', 30, 1, 1, 'Willie Dixon', 263836, 8581414, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Communication Breakdown', 30, 1, 1, 'Jimmy Page/John Bonham/John Paul Jones', 192653, 6287257, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dazed and Confused', 30, 1, 1, 'Jimmy Page', 401920, 13035765, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Girl I Love She Got Long Black Wavy Hair', 30, 1, 1, 'Jimmy Page/John Bonham/John Estes/John Paul Jones/Robert Plant', 183327, 5995686, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What is and Should Never Be', 30, 1, 1, 'Jimmy Page/Robert Plant', 260675, 8497116, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Communication Breakdown(2)', 30, 1, 1, 'Jimmy Page/John Bonham/John Paul Jones', 161149, 5261022, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Travelling Riverside Blues', 30, 1, 1, 'Jimmy Page/Robert Johnson/Robert Plant', 312032, 10232581, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whole Lotta Love', 30, 1, 1, 'Jimmy Page/John Bonham/John Paul Jones/Robert Plant/Willie Dixon', 373394, 12258175, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Somethin'' Else', 30, 1, 1, 'Bob Cochran/Sharon Sheeley', 127869, 4165650, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Communication Breakdown(3)', 30, 1, 1, 'Jimmy Page/John Bonham/John Paul Jones', 185260, 6041133, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can''t Quit You Baby(2)', 30, 1, 1, 'Willie Dixon', 380551, 12377615, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Shook Me(2)', 30, 1, 1, 'J B Lenoir/Willie Dixon', 619467, 20138673, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('How Many More Times', 30, 1, 1, 'Chester Burnett/Jimmy Page/John Bonham/John Paul Jones/Robert Plant', 711836, 23092953, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Debra Kadabra', 31, 1, 1, 'Frank Zappa', 234553, 7649679, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carolina Hard-Core Ecstasy', 31, 1, 1, 'Frank Zappa', 359680, 11731061, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sam With The Showing Scalp Flat Top', 31, 1, 1, 'Don Van Vliet', 171284, 5572993, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Poofter''s Froth Wyoming Plans Ahead', 31, 1, 1, 'Frank Zappa', 183902, 6007019, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('200 Years Old', 31, 1, 1, 'Frank Zappa', 272561, 8912465, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cucamonga', 31, 1, 1, 'Frank Zappa', 144483, 4728586, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Advance Romance', 31, 1, 1, 'Frank Zappa', 677694, 22080051, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Man With The Woman Head', 31, 1, 1, 'Don Van Vliet', 88894, 2922044, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Muffin Man', 31, 1, 1, 'Frank Zappa', 332878, 10891682, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vai-Vai 2001', 32, 1, 10, 276349, 9402241, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('X-9 2001', 32, 1, 10, 273920, 9310370, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gavioes 2001', 32, 1, 10, 282723, 9616640, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nene 2001', 32, 1, 10, 284969, 9694508, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rosas De Ouro 2001', 32, 1, 10, 284342, 9721084, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mocidade Alegre 2001', 32, 1, 10, 282488, 9599937, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Camisa Verde 2001', 32, 1, 10, 283454, 9633755, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Leandro De Itaquera 2001', 32, 1, 10, 274808, 9451845, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tucuruvi 2001', 32, 1, 10, 287921, 9883335, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Aguia De Ouro 2001', 32, 1, 10, 284160, 9698729, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ipiranga 2001', 32, 1, 10, 248293, 8522591, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Morro Da Casa Verde 2001', 32, 1, 10, 284708, 9718778, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Perola Negra 2001', 32, 1, 10, 281626, 9619196, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sao Lucas 2001', 32, 1, 10, 296254, 10020122, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Guanabara', 33, 1, 7, 'Marcos Valle', 247614, 8499591, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mas Que Nada', 33, 1, 7, 'Jorge Ben', 248398, 8255254, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vôo Sobre o Horizonte', 33, 1, 7, 'J.r.Bertami/Parana', 225097, 7528825, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Paz', 33, 1, 7, 'Donato/Gilberto Gil', 263183, 8619173, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wave (Vou te Contar)', 33, 1, 7, 'Antonio Carlos Jobim', 271647, 9057557, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Água de Beber', 33, 1, 7, 'Antonio Carlos Jobim/Vinicius de Moraes', 146677, 4866476, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Samba da Bençaco', 33, 1, 7, 'Baden Powell/Vinicius de Moraes', 282200, 9440676, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pode Parar', 33, 1, 7, 'Jorge Vercilo/Jota Maranhao', 179408, 6046678, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Menino do Rio', 33, 1, 7, 'Caetano Veloso', 262713, 8737489, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ando Meio Desligado', 33, 1, 7, 'Caetano Veloso', 195813, 6547648, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mistério da Raça', 33, 1, 7, 'Luiz Melodia/Ricardo Augusto', 184320, 6191752, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All Star', 33, 1, 7, 'Nando Reis', 176326, 5891697, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Menina Bonita', 33, 1, 7, 'Alexandre Brazil/Pedro Luis/Rodrigo Cabelo', 237087, 7938246, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pescador de Ilusões', 33, 1, 7, 'Macelo Yuka/O Rappa', 245524, 8267067, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('À Vontade (Live Mix)', 33, 1, 7, 'Bombom/Ed Motta', 180636, 5972430, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maria Fumaça', 33, 1, 7, 'Luiz Carlos/Oberdan', 141008, 4743149, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sambassim (dj patife remix)', 33, 1, 7, 'Alba Carvalho/Fernando Porto', 213655, 7243166, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Garota De Ipanema', 34, 1, 7, 'Vários', 279536, 9141343, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tim Tim Por Tim Tim', 34, 1, 7, 'Vários', 213237, 7143328, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tarde Em Itapoã', 34, 1, 7, 'Vários', 313704, 10344491, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tanto Tempo', 34, 1, 7, 'Vários', 170292, 5572240, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eu Vim Da Bahia - Live', 34, 1, 7, 'Vários', 157988, 5115428, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Alô Alô Marciano', 34, 1, 7, 'Vários', 238106, 8013065, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Linha Do Horizonte', 34, 1, 7, 'Vários', 279484, 9275929, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Only A Dream In Rio', 34, 1, 7, 'Vários', 371356, 12192989, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Abrir A Porta', 34, 1, 7, 'Vários', 271960, 8991141, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Alice', 34, 1, 7, 'Vários', 165982, 5594341, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Momentos Que Marcam', 34, 1, 7, 'Vários', 280137, 9313740, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Um Jantar Pra Dois', 34, 1, 7, 'Vários', 237714, 7819755, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bumbo Da Mangueira', 34, 1, 7, 'Vários', 270158, 9073350, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mr Funk Samba', 34, 1, 7, 'Vários', 213890, 7102545, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Santo Antonio', 34, 1, 7, 'Vários', 162716, 5492069, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Por Você', 34, 1, 7, 'Vários', 205557, 6792493, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Só Tinha De Ser Com Você', 34, 1, 7, 'Vários', 389642, 13085596, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Free Speech For The Dumb', 35, 1, 3, 'Molaney/Morris/Roberts/Wainwright', 155428, 5076048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s Electric', 35, 1, 3, 'Harris/Tatler', 213995, 6978601, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sabbra Cadabra', 35, 1, 3, 'Black Sabbath', 380342, 12418147, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Turn The Page', 35, 1, 3, 'Seger', 366524, 11946327, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Die Die My Darling', 35, 1, 3, 'Danzig', 149315, 4867667, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Loverman', 35, 1, 3, 'Cave', 472764, 15446975, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mercyful Fate', 35, 1, 3, 'Diamond/Shermann', 671712, 21942829, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Astronomy', 35, 1, 3, 'A.Bouchard/J.Bouchard/S.Pearlman', 397531, 13065612, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whiskey In The Jar', 35, 1, 3, 'Traditional', 305005, 9943129, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tuesday''s Gone', 35, 1, 3, 'Collins/Van Zandt', 545750, 17900787, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The More I See', 35, 1, 3, 'Molaney/Morris/Roberts/Wainwright', 287973, 9378873, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Kind Of Magic', 36, 1, 1, 'Roger Taylor', 262608, 8689618, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Under Pressure', 36, 1, 1, 'Queen & David Bowie', 236617, 7739042, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Radio GA GA', 36, 1, 1, 'Roger Taylor', 343745, 11358573, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Want It All', 36, 1, 1, 'Queen', 241684, 7876564, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Want To Break Free', 36, 1, 1, 'John Deacon', 259108, 8552861, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Innuendo', 36, 1, 1, 'Queen', 387761, 12664591, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s A Hard Life', 36, 1, 1, 'Freddie Mercury', 249417, 8112242, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breakthru', 36, 1, 1, 'Queen', 249234, 8150479, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Who Wants To Live Forever', 36, 1, 1, 'Brian May', 297691, 9577577, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Headlong', 36, 1, 1, 'Queen', 273057, 8921404, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Miracle', 36, 1, 1, 'Queen', 294974, 9671923, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I''m Going Slightly Mad', 36, 1, 1, 'Queen', 248032, 8192339, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Invisible Man', 36, 1, 1, 'Queen', 238994, 7920353, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hammer To Fall', 36, 1, 1, 'Brian May', 220316, 7255404, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Friends Will Be Friends', 36, 1, 1, 'Freddie Mercury & John Deacon', 248920, 8114582, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Show Must Go On', 36, 1, 1, 'Queen', 263784, 8526760, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One Vision', 36, 1, 1, 'Queen', 242599, 7936928, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Detroit Rock City', 37, 1, 1, 'Paul Stanley, B. Ezrin', 218880, 7146372, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Diamond', 37, 1, 1, 'Paul Stanley', 314148, 10266007, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hard Luck Woman', 37, 1, 1, 'Paul Stanley', 216032, 7109267, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sure Know Something', 37, 1, 1, 'Paul Stanley, Vincent Poncia', 242468, 7939886, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Gun', 37, 1, 1, 'Paul Stanley', 196257, 6424915, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Deuce', 37, 1, 1, 'Gene Simmons', 185077, 6097210, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Goin'' Blind', 37, 1, 1, 'Gene Simmons, S. Coronel', 216215, 7045314, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shock Me', 37, 1, 1, 'Ace Frehley', 227291, 7529336, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do You Love Me', 37, 1, 1, 'Paul Stanley, B. Ezrin, K. Fowley', 214987, 6976194, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She', 37, 1, 1, 'Gene Simmons, S. Coronel', 248346, 8229734, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Was Made For Loving You', 37, 1, 1, 'Paul Stanley, Vincent Poncia, Desmond Child', 271360, 9018078, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shout It Out Loud', 37, 1, 1, 'Paul Stanley, Gene Simmons, B. Ezrin', 219742, 7194424, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('God Of Thunder', 37, 1, 1, 'Paul Stanley', 255791, 8309077, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Calling Dr. Love', 37, 1, 1, 'Gene Simmons', 225332, 7395034, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beth', 37, 1, 1, 'S. Penridge, Bob Ezrin, Peter Criss', 166974, 5360574, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Strutter', 37, 1, 1, 'Paul Stanley, Gene Simmons', 192496, 6317021, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock And Roll All Nite', 37, 1, 1, 'Paul Stanley, Gene Simmons', 173609, 5735902, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cold Gin', 37, 1, 1, 'Ace Frehley', 262243, 8609783, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Plaster Caster', 37, 1, 1, 'Gene Simmons', 207333, 6801116, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('God Gave Rock ''n'' Roll To You', 37, 1, 1, 'Paul Stanley, Gene Simmons, Rus Ballard, Bob Ezrin', 320444, 10441590, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Heart of the Night', 38, 1, 2, 273737, 9098263, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('De La Luz', 38, 1, 2, 315219, 10518284, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Westwood Moon', 38, 1, 2, 295627, 9765802, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Midnight', 38, 1, 2, 266866, 8851060, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Playtime', 38, 1, 2, 273580, 9070880, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Surrender', 38, 1, 2, 287634, 9422926, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Valentino''s', 38, 1, 2, 296124, 9848545, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Believe', 38, 1, 2, 310778, 10317185, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('As We Sleep', 38, 1, 2, 316865, 10429398, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('When Evening Falls', 38, 1, 2, 298135, 9863942, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('J Squared', 38, 1, 2, 288757, 9480777, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Best Thing', 38, 1, 2, 274259, 9069394, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maria', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 167262, 5484747, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Poprocks And Coke', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 158354, 5243078, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Longview', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 234083, 7714939, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Welcome To Paradise', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 224208, 7406008, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Basket Case', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 181629, 5951736, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When I Come Around', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 178364, 5839426, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 134164, 4425128, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('J.A.R. (Jason Andrew Relva)', 39, 1, 4, 'Mike Dirnt -Words Green Day -Music', 170997, 5645755, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Geek Stink Breath', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 135888, 4408983, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Brain Stew', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 193149, 6305550, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jaded', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 90331, 2950224, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walking Contradiction', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 151170, 4932366, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stuck With Me', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 135523, 4431357, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hitchin'' A Ride', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 171546, 5616891, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Good Riddance (Time Of Your Life)', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 153600, 5075241, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Redundant', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 198164, 6481753, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nice Guys Finish Last', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 170187, 5604618, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Minority', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 168803, 5535061, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Warning', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 221910, 7343176, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Waiting', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 192757, 6316430, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Macy''s Day Parade', 39, 1, 4, 'Billie Joe Armstrong -Words Green Day -Music', 213420, 7075573, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Into The Light', 40, 1, 1, 'David Coverdale', 76303, 2452653, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('River Song', 40, 1, 1, 'David Coverdale', 439510, 14359478, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She Give Me ...', 40, 1, 1, 'David Coverdale', 252551, 8385478, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t You Cry', 40, 1, 1, 'David Coverdale', 347036, 11269612, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Is Blind', 40, 1, 1, 'David Coverdale/Earl Slick', 344999, 11409720, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slave', 40, 1, 1, 'David Coverdale/Earl Slick', 291892, 9425200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cry For Love', 40, 1, 1, 'Bossi/David Coverdale/Earl Slick', 293015, 9567075, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Living On Love', 40, 1, 1, 'Bossi/David Coverdale/Earl Slick', 391549, 12785876, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Midnight Blue', 40, 1, 1, 'David Coverdale/Earl Slick', 298631, 9750990, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Too Many Tears', 40, 1, 1, 'Adrian Vanderberg/David Coverdale', 359497, 11810238, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Lie To Me', 40, 1, 1, 'David Coverdale/Earl Slick', 283585, 9288007, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wherever You May Go', 40, 1, 1, 'David Coverdale', 239699, 7803074, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Grito De Alerta', 41, 1, 7, 'Gonzaga Jr.', 202213, 6539422, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Não Dá Mais Pra Segurar (Explode Coração)', 41, 1, 7, 219768, 7083012, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Começaria Tudo Outra Vez', 41, 1, 7, 196545, 6473395, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Que É O Que É ?', 41, 1, 7, 259291, 8650647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sangrando', 41, 1, 7, 'Gonzaga Jr/Gonzaguinha', 169717, 5494406, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Diga Lá, Coração', 41, 1, 7, 255921, 8280636, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lindo Lago Do Amor', 41, 1, 7, 'Gonzaga Jr.', 249678, 8353191, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Eu Apenas Queria Que Voçê Soubesse', 41, 1, 7, 155637, 5130056, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Com A Perna No Mundo', 41, 1, 7, 'Gonzaga Jr.', 227448, 7747108, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('E Vamos À Luta', 41, 1, 7, 222406, 7585112, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Homem Também Chora (Guerreiro Menino)', 41, 1, 7, 207229, 6854219, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Comportamento Geral', 41, 1, 7, 'Gonzaga Jr', 181577, 5997444, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ponto De Interrogação', 41, 1, 7, 180950, 5946265, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Espere Por Mim, Morena', 41, 1, 7, 'Gonzaguinha', 207072, 6796523, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meia-Lua Inteira', 23, 1, 7, 222093, 7466288, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Voce e Linda', 23, 1, 7, 242938, 8050268, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Indio', 23, 1, 7, 195944, 6453213, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Podres Poderes', 23, 1, 7, 259761, 8622495, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Voce Nao Entende Nada - Cotidiano', 23, 1, 7, 421982, 13885612, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Estrangeiro', 23, 1, 7, 374700, 12472890, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Menino Do Rio', 23, 1, 7, 147670, 4862277, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Qualquer Coisa', 23, 1, 7, 193410, 6372433, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sampa', 23, 1, 7, 185051, 6151831, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Queixa', 23, 1, 7, 299676, 9953962, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Leaozinho', 23, 1, 7, 184398, 6098150, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fora Da Ordem', 23, 1, 7, 354011, 11746781, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Terra', 23, 1, 7, 401319, 13224055, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Alegria, Alegria', 23, 1, 7, 169221, 5497025, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Balada Do Louco', 42, 1, 4, 'Arnaldo Baptista - Rita Lee', 241057, 7852328, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ando Meio Desligado', 42, 1, 4, 'Arnaldo Baptista - Rita Lee - Sérgio Dias', 287817, 9484504, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Top Top', 42, 1, 4, 'Os Mutantes - Arnolpho Lima Filho', 146938, 4875374, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Baby', 42, 1, 4, 'Caetano Veloso', 177188, 5798202, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A E O Z', 42, 1, 4, 'Mutantes', 518556, 16873005, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Panis Et Circenses', 42, 1, 4, 'Caetano Veloso - Gilberto Gil', 125152, 4069688, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Chão De Estrelas', 42, 1, 4, 'Orestes Barbosa-Sílvio Caldas', 284813, 9433620, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vida De Cachorro', 42, 1, 4, 'Rita Lee - Arnaldo Baptista - Sérgio Baptista', 195186, 6411149, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bat Macumba', 42, 1, 4, 'Gilberto Gil - Caetano Veloso', 187794, 6295223, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Desculpe Babe', 42, 1, 4, 'Arnaldo Baptista - Rita Lee', 170422, 5637959, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rita Lee', 42, 1, 4, 'Arnaldo Baptista/Rita Lee/Sérgio Dias', 189257, 6270503, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Posso Perder Minha Mulher, Minha Mãe, Desde Que Eu Tenha O Rock And Roll', 42, 1, 4, 'Arnaldo Baptista - Rita Lee - Arnolpho Lima Filho', 222955, 7346254, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Banho De Lua', 42, 1, 4, 'B. de Filippi - F. Migliaci - Versão: Fred Jorge', 221831, 7232123, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Meu Refrigerador Não Funciona', 42, 1, 4, 'Arnaldo Baptista - Rita Lee - Sérgio Dias', 382981, 12495906, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Burn', 43, 1, 1, 'Coverdale/Lord/Paice', 453955, 14775708, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stormbringer', 43, 1, 1, 'Coverdale', 277133, 9050022, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gypsy', 43, 1, 1, 'Coverdale/Hughes/Lord/Paice', 339173, 11046952, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lady Double Dealer', 43, 1, 1, 'Coverdale', 233586, 7608759, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mistreated', 43, 1, 1, 'Coverdale', 758648, 24596235, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Smoke On The Water', 43, 1, 1, 'Gillan/Glover/Lord/Paice', 618031, 20103125, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Fool No One', 43, 1, 1, 'Coverdale/Lord/Paice', 804101, 26369966, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Custard Pie', 44, 1, 1, 'Jimmy Page/Robert Plant', 253962, 8348257, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Rover', 44, 1, 1, 'Jimmy Page/Robert Plant', 337084, 11011286, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In My Time Of Dying', 44, 1, 1, 'John Bonham/John Paul Jones', 666017, 21676727, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Houses Of The Holy', 44, 1, 1, 'Jimmy Page/Robert Plant', 242494, 7972503, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Trampled Under Foot', 44, 1, 1, 'John Paul Jones', 336692, 11154468, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Kashmir', 44, 1, 1, 'John Bonham', 508604, 16686580, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Imperatriz', 45, 1, 7, 'Guga/Marquinho Lessa/Tuninho Professor', 339173, 11348710, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beija-Flor', 45, 1, 7, 'Caruso/Cleber/Deo/Osmar', 327000, 10991159, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Viradouro', 45, 1, 7, 'Dadinho/Gilbreto Gomes/Gustavo/P.C. Portugal/R. Mocoto', 344320, 11484362, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mocidade', 45, 1, 7, 'Domenil/J. Brito/Joaozinho/Rap, Marcelo Do', 261720, 8817757, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Unidos Da Tijuca', 45, 1, 7, 'Douglas/Neves, Vicente Das/Silva, Gilmar L./Toninho Gentil/Wantuir', 338834, 11440689, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Salgueiro', 45, 1, 7, 'Augusto/Craig Negoescu/Rocco Filho/Saara, Ze Carlos Da', 305920, 10294741, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mangueira', 45, 1, 7, 'Bizuca/Clóvis Pê/Gilson Bernini/Marelo D''Aguia', 298318, 9999506, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('União Da Ilha', 45, 1, 7, 'Dito/Djalma Falcao/Ilha, Almir Da/Márcio André', 330945, 11100945, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Grande Rio', 45, 1, 7, 'Carlos Santos/Ciro/Claudio Russo/Zé Luiz', 307252, 10251428, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Portela', 45, 1, 7, 'Flavio Bororo/Paulo Apparicio/Wagner Alves/Zeca Sereno', 319608, 10712216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Caprichosos', 45, 1, 7, 'Gule/Jorge 101/Lequinho/Luiz Piao', 351320, 11870956, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tradição', 45, 1, 7, 'Adalto Magalha/Lourenco', 269165, 9114880, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Império Serrano', 45, 1, 7, 'Arlindo Cruz/Carlos Sena/Elmo Caetano/Mauricao', 334942, 11161196, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tuiuti', 45, 1, 7, 'Claudio Martins/David Lima/Kleber Rodrigues/Livre, Cesare Som', 259657, 8749492, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('(Da Le) Yaleo', 46, 1, 1, 'Santana', 353488, 11769507, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Of My Life', 46, 1, 1, 'Carlos Santana & Dave Matthews', 347820, 11634337, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Put Your Lights On', 46, 1, 1, 'E. Shrody', 285178, 9394769, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Africa Bamba', 46, 1, 1, 'I. Toure, S. Tidiane Toure, Carlos Santana & K. Perazzo', 282827, 9492487, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Smooth', 46, 1, 1, 'M. Itaal Shur & Rob Thomas', 298161, 9867455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do You Like The Way', 46, 1, 1, 'L. Hill', 354899, 11741062, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maria Maria', 46, 1, 1, 'W. Jean, J. Duplessis, Carlos Santana, K. Perazzo & R. Rekow', 262635, 8664601, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Migra', 46, 1, 1, 'R. Taha, Carlos Santana & T. Lindsay', 329064, 10963305, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Corazon Espinado', 46, 1, 1, 'F. Olivera', 276114, 9206802, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wishing It Was', 46, 1, 1, 'Eale-Eye Cherry, M. Simpson, J. King & M. Nishita', 292832, 9771348, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('El Farol', 46, 1, 1, 'Carlos Santana & KC Porter', 291160, 9599353, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Primavera', 46, 1, 1, 'KC Porter & JB Eckl', 378618, 12504234, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Calling', 46, 1, 1, 'Carlos Santana & C. Thompson', 747755, 24703884, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Solução', 47, 1, 7, 247431, 8100449, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Manuel', 47, 1, 7, 230269, 7677671, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Entre E Ouça', 47, 1, 7, 286302, 9391004, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Contrato Com Deus', 47, 1, 7, 202501, 6636465, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Jantar Pra Dois', 47, 1, 7, 244009, 8021589, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vamos Dançar', 47, 1, 7, 226194, 7617432, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Love', 47, 1, 7, 181603, 6095524, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Seis Da Tarde', 47, 1, 7, 238445, 7935898, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Baixo Rio', 47, 1, 7, 198008, 6521676, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sombras Do Meu Destino', 47, 1, 7, 280685, 9161539, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Do You Have Other Loves?', 47, 1, 7, 295235, 9604273, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Agora Que O Dia Acordou', 47, 1, 7, 323213, 10572752, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Já!!!', 47, 1, 7, 217782, 7103608, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Rua', 47, 1, 7, 238027, 7930264, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Now''s The Time', 48, 1, 2, 'Miles Davis', 197459, 6358868, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jeru', 48, 1, 2, 'Miles Davis', 193410, 6222536, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Compulsion', 48, 1, 2, 'Miles Davis', 345025, 11254474, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tempus Fugit', 48, 1, 2, 'Miles Davis', 231784, 7548434, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walkin''', 48, 1, 2, 'Miles Davis', 807392, 26411634, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('''Round Midnight', 48, 1, 2, 'Miles Davis', 357459, 11590284, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bye Bye Blackbird', 48, 1, 2, 'Miles Davis', 476003, 15549224, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Rhumba', 48, 1, 2, 'Miles Davis', 277968, 9018024, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Generique', 48, 1, 2, 'Miles Davis', 168777, 5437017, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Summertime', 48, 1, 2, 'Miles Davis', 200437, 6461370, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('So What', 48, 1, 2, 'Miles Davis', 564009, 18360449, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Pan Piper', 48, 1, 2, 'Miles Davis', 233769, 7593713, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Someday My Prince Will Come', 48, 1, 2, 'Miles Davis', 544078, 17890773, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Funny Valentine (Live)', 49, 1, 2, 'Miles Davis', 907520, 29416781, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('E.S.P.', 49, 1, 2, 'Miles Davis', 330684, 11079866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nefertiti', 49, 1, 2, 'Miles Davis', 473495, 15478450, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Petits Machins (Little Stuff)', 49, 1, 2, 'Miles Davis', 487392, 16131272, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miles Runs The Voodoo Down', 49, 1, 2, 'Miles Davis', 843964, 27967919, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Little Church (Live)', 49, 1, 2, 'Miles Davis', 196101, 6273225, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Satin', 49, 1, 2, 'Miles Davis', 316682, 10529483, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jean Pierre (Live)', 49, 1, 2, 'Miles Davis', 243461, 7955114, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Time After Time', 49, 1, 2, 'Miles Davis', 220734, 7292197, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Portia', 49, 1, 2, 'Miles Davis', 378775, 12520126, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Space Truckin''', 50, 1, 1, 'Blackmore/Gillan/Glover/Lord/Paice', 1196094, 39267613, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Going Down / Highway Star', 50, 1, 1, 'Gillan/Glover/Lord/Nix - Blackmore/Paice', 913658, 29846063, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mistreated (Alternate Version)', 50, 1, 1, 'Blackmore/Coverdale', 854700, 27775442, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Fool No One (Alternate Version)', 50, 1, 1, 'Blackmore/Coverdale/Lord/Paice', 763924, 24887209, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Jeepers Creepers', 51, 1, 2, 185965, 5991903, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Blue Rythm Fantasy', 51, 1, 2, 348212, 11204006, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Drum Boogie', 51, 1, 2, 191555, 6185636, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Let Me Off Uptown', 51, 1, 2, 187637, 6034685, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Leave Us Leap', 51, 1, 2, 182726, 5898810, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Opus No.1', 51, 1, 2, 179800, 5846041, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Boogie Blues', 51, 1, 2, 204199, 6603153, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('How High The Moon', 51, 1, 2, 201430, 6529487, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Disc Jockey Jump', 51, 1, 2, 193149, 6260820, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Up An'' Atom', 51, 1, 2, 179565, 5822645, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bop Boogie', 51, 1, 2, 189596, 6093124, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lemon Drop', 51, 1, 2, 194089, 6287531, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Coronation Drop', 51, 1, 2, 176222, 5899898, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Overtime', 51, 1, 2, 163030, 5432236, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Imagination', 51, 1, 2, 289306, 9444385, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Don''t Take Your Love From Me', 51, 1, 2, 282331, 9244238, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Midget', 51, 1, 2, 217025, 7257663, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I''m Coming Virginia', 51, 1, 2, 280163, 9209827, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Payin'' Them Dues Blues', 51, 1, 2, 198556, 6536918, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Jungle Drums', 51, 1, 2, 199627, 6546063, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Showcase', 51, 1, 2, 201560, 6697510, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Swedish Schnapps', 51, 1, 2, 191268, 6359750, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba Da Bênção', 52, 1, 11, 409965, 13490008, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pot-Pourri N.º 4', 52, 1, 11, 392437, 13125975, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Onde Anda Você', 52, 1, 11, 168437, 5550356, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba Da Volta', 52, 1, 11, 170631, 5676090, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Canto De Ossanha', 52, 1, 11, 204956, 6771624, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pot-Pourri N.º 5', 52, 1, 11, 219898, 7117769, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Formosa', 52, 1, 11, 137482, 4560873, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Como É Duro Trabalhar', 52, 1, 11, 226168, 7541177, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Minha Namorada', 52, 1, 11, 244297, 7927967, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Por Que Será', 52, 1, 11, 162142, 5371483, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Berimbau', 52, 1, 11, 190667, 6335548, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Deixa', 52, 1, 11, 179826, 5932799, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pot-Pourri N.º 2', 52, 1, 11, 211748, 6878359, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba Em Prelúdio', 52, 1, 11, 212636, 6923473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Carta Ao Tom 74', 52, 1, 11, 162560, 5382354, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Linha de Passe (João Bosco)', 53, 1, 7, 230948, 7902328, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pela Luz dos Olhos Teus (Miúcha e Tom Jobim)', 53, 1, 7, 163970, 5399626, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Chão de Giz (Elba Ramalho)', 53, 1, 7, 274834, 9016916, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Marina (Dorival Caymmi)', 53, 1, 7, 172643, 5523628, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Aquarela (Toquinho)', 53, 1, 7, 259944, 8480140, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Coração do Agreste (Fafá de Belém)', 53, 1, 7, 258194, 8380320, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dona (Roupa Nova)', 53, 1, 7, 243356, 7991295, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Começaria Tudo Outra Vez (Maria Creuza)', 53, 1, 7, 206994, 6851151, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Caçador de Mim (Sá & Guarabyra)', 53, 1, 7, 238341, 7751360, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Romaria (Renato Teixeira)', 53, 1, 7, 244793, 8033885, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('As Rosas Não Falam (Beth Carvalho)', 53, 1, 7, 116767, 3836641, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wave (Os Cariocas)', 53, 1, 7, 130063, 4298006, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Garota de Ipanema (Dick Farney)', 53, 1, 7, 174367, 5767474, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Preciso Apender a Viver Só (Maysa)', 53, 1, 7, 143464, 4642359, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Susie Q', 54, 1, 1, 'Hawkins-Lewis-Broadwater', 275565, 9043825, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Put A Spell On You', 54, 1, 1, 'Jay Hawkins', 272091, 8943000, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Proud Mary', 54, 1, 1, 'J. C. Fogerty', 189022, 6229590, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bad Moon Rising', 54, 1, 1, 'J. C. Fogerty', 140146, 4609835, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lodi', 54, 1, 1, 'J. C. Fogerty', 191451, 6260214, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Green River', 54, 1, 1, 'J. C. Fogerty', 154279, 5105874, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Commotion', 54, 1, 1, 'J. C. Fogerty', 162899, 5354252, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Down On The Corner', 54, 1, 1, 'J. C. Fogerty', 164858, 5521804, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fortunate Son', 54, 1, 1, 'J. C. Fogerty', 140329, 4617559, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Travelin'' Band', 54, 1, 1, 'J. C. Fogerty', 129358, 4270414, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Who''ll Stop The Rain', 54, 1, 1, 'J. C. Fogerty', 149394, 4899579, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Up Around The Bend', 54, 1, 1, 'J. C. Fogerty', 162429, 5368701, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Run Through The Jungle', 54, 1, 1, 'J. C. Fogerty', 186044, 6156567, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lookin'' Out My Back Door', 54, 1, 1, 'J. C. Fogerty', 152946, 5034670, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Long As I Can See The Light', 54, 1, 1, 'J. C. Fogerty', 213237, 6924024, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Heard It Through The Grapevine', 54, 1, 1, 'Whitfield-Strong', 664894, 21947845, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Have You Ever Seen The Rain?', 54, 1, 1, 'J. C. Fogerty', 160052, 5263675, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hey Tonight', 54, 1, 1, 'J. C. Fogerty', 162847, 5343807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sweet Hitch-Hiker', 54, 1, 1, 'J. C. Fogerty', 175490, 5716603, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Someday Never Comes', 54, 1, 1, 'J. C. Fogerty', 239360, 7945235, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walking On The Water', 55, 1, 1, 'J.C. Fogerty', 281286, 9302129, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Suzie-Q, Pt. 2', 55, 1, 1, 'J.C. Fogerty', 244114, 7986637, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Born On The Bayou', 55, 1, 1, 'J.C. Fogerty', 316630, 10361866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Good Golly Miss Molly', 55, 1, 1, 'J.C. Fogerty', 163604, 5348175, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tombstone Shadow', 55, 1, 1, 'J.C. Fogerty', 218880, 7209080, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wrote A Song For Everyone', 55, 1, 1, 'J.C. Fogerty', 296385, 9675875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Night Time Is The Right Time', 55, 1, 1, 'J.C. Fogerty', 190119, 6211173, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cotton Fields', 55, 1, 1, 'J.C. Fogerty', 178181, 5919224, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It Came Out Of The Sky', 55, 1, 1, 'J.C. Fogerty', 176718, 5807474, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Look Now', 55, 1, 1, 'J.C. Fogerty', 131918, 4366455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Midnight Special', 55, 1, 1, 'J.C. Fogerty', 253596, 8297482, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Before You Accuse Me', 55, 1, 1, 'J.C. Fogerty', 207804, 6815126, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Baby Left Me', 55, 1, 1, 'J.C. Fogerty', 140460, 4633440, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pagan Baby', 55, 1, 1, 'J.C. Fogerty', 385619, 12713813, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('(Wish I Could) Hideaway', 55, 1, 1, 'J.C. Fogerty', 228466, 7432978, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s Just A Thought', 55, 1, 1, 'J.C. Fogerty', 237374, 7778319, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Molina', 55, 1, 1, 'J.C. Fogerty', 163239, 5390811, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Born To Move', 55, 1, 1, 'J.C. Fogerty', 342804, 11260814, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lookin'' For A Reason', 55, 1, 1, 'J.C. Fogerty', 209789, 6933135, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hello Mary Lou', 55, 1, 1, 'J.C. Fogerty', 132832, 4476563, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gatas Extraordinárias', 56, 1, 7, 212506, 7095702, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Brasil', 56, 1, 7, 243696, 7911683, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Eu Sou Neguinha (Ao Vivo)', 56, 1, 7, 251768, 8376000, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Geração Coca-Cola (Ao Vivo)', 56, 1, 7, 228153, 7573301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lanterna Dos Afogados', 56, 1, 7, 204538, 6714582, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Coroné Antonio Bento', 56, 1, 7, 200437, 6713066, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Você Passa, Eu Acho Graça (Ao Vivo)', 56, 1, 7, 206733, 6943576, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meu Mundo Fica Completo (Com Você)', 56, 1, 7, 247771, 8322240, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('1° De Julho', 56, 1, 7, 270262, 9017535, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Música Urbana 2', 56, 1, 7, 194899, 6383472, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vida Bandida (Ao Vivo)', 56, 1, 7, 192626, 6360785, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Palavras Ao Vento', 56, 1, 7, 212453, 7048676, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Não Sei O Que Eu Quero Da Vida', 56, 1, 7, 151849, 5024963, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Woman Is The Nigger Of The World (Ao Vivo)', 56, 1, 7, 298919, 9724145, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Juventude Transviada (Ao Vivo)', 56, 1, 7, 278622, 9183808, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Malandragem', 57, 1, 7, 247588, 8165048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Segundo Sol', 57, 1, 7, 252133, 8335629, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Smells Like Teen Spirit (Ao Vivo)', 57, 1, 7, 316865, 10384506, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('E.C.T.', 57, 1, 7, 227500, 7571834, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Todo Amor Que Houver Nesta Vida', 57, 1, 7, 227160, 7420347, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Metrô. Linha 743', 57, 1, 7, 174654, 5837495, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nós (Ao Vivo)', 57, 1, 7, 193828, 6498661, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Na Cadência Do Samba', 57, 1, 7, 196075, 6483952, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Admirável Gado Novo', 57, 1, 7, 274390, 9144031, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Eleanor Rigby', 57, 1, 7, 189466, 6303205, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Socorro', 57, 1, 7, 258586, 8549393, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Blues Da Piedade', 57, 1, 7, 257123, 8472964, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rubens', 57, 1, 7, 211853, 7026317, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Não Deixe O Samba Morrer - Cassia Eller e Alcione', 57, 1, 7, 268173, 8936345, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mis Penas Lloraba Yo (Ao Vivo) Soy Gitano (Tangos)', 57, 1, 7, 188473, 6195854, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Comin'' Home', 58, 1, 1, 'Bolin/Coverdale/Paice', 235781, 7644604, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lady Luck', 58, 1, 1, 'Cook/Coverdale', 168202, 5501379, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gettin'' Tighter', 58, 1, 1, 'Bolin/Hughes', 218044, 7176909, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dealer', 58, 1, 1, 'Bolin/Coverdale', 230922, 7591066, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Need Love', 58, 1, 1, 'Bolin/Coverdale', 263836, 8701064, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drifter', 58, 1, 1, 'Bolin/Coverdale', 242834, 8001505, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Child', 58, 1, 1, 'Bolin/Coverdale', 188160, 6173806, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('This Time Around / Owed to ''G'' instrumental', 58, 1, 1, 'Bolin/Hughes/Lord', 370102, 11995679, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Keep On Moving', 58, 1, 1, 'Coverdale/Hughes', 319111, 10447868, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Speed King', 59, 1, 1, 'Blackmore, Gillan, Glover, Lord, Paice', 264385, 8587578, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bloodsucker', 59, 1, 1, 'Blackmore, Gillan, Glover, Lord, Paice', 256261, 8344405, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Child In Time', 59, 1, 1, 'Blackmore, Gillan, Glover, Lord, Paice', 620460, 20230089, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flight Of The Rat', 59, 1, 1, 'Blackmore, Gillan, Glover, Lord, Paice', 478302, 15563967, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Into The Fire', 59, 1, 1, 'Blackmore, Gillan, Glover, Lord, Paice', 210259, 6849310, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Living Wreck', 59, 1, 1, 'Blackmore, Gillan, Glover, Lord, Paice', 274886, 8993056, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hard Lovin'' Man', 59, 1, 1, 'Blackmore, Gillan, Glover, Lord, Paice', 431203, 13931179, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fireball', 60, 1, 1, 'Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice', 204721, 6714807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No No No', 60, 1, 1, 'Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice', 414902, 13646606, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Strange Kind Of Woman', 60, 1, 1, 'Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice', 247092, 8072036, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Anyone''s Daughter', 60, 1, 1, 'Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice', 284682, 9354480, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Mule', 60, 1, 1, 'Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice', 322063, 10638390, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fools', 60, 1, 1, 'Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice', 500427, 16279366, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No One Came', 60, 1, 1, 'Ritchie Blackmore, Ian Gillan, Roger Glover, Jon Lord, Ian Paice', 385880, 12643813, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Knocking At Your Back Door', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover', 424829, 13779332, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bad Attitude', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord', 307905, 10035180, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Child In Time (Son Of Aleric - Instrumental)', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice', 602880, 19712753, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nobody''s Home', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice', 243017, 7929493, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Night', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice', 368770, 12058906, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Perfect Strangers', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover', 321149, 10445353, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Unwritten Law', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Ian Paice', 295053, 9740361, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Call Of The Wild', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord', 293851, 9575295, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hush', 61, 1, 1, 'South', 213054, 6944928, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Smoke On The Water', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice', 464378, 15180849, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Space Trucking', 61, 1, 1, 'Richie Blackmore, Ian Gillian, Roger Glover, Jon Lord, Ian Paice', 341185, 11122183, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Highway Star', 62, 1, 1, 'Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover', 368770, 12012452, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maybe I''m A Leo', 62, 1, 1, 'Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover', 290455, 9502646, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pictures Of Home', 62, 1, 1, 'Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover', 303777, 9903835, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Never Before', 62, 1, 1, 'Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover', 239830, 7832790, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Smoke On The Water', 62, 1, 1, 'Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover', 340871, 11246496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lazy', 62, 1, 1, 'Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover', 442096, 14397671, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Space Truckin''', 62, 1, 1, 'Ian Gillan/Ian Paice/Jon Lord/Ritchie Blckmore/Roger Glover', 272796, 8981030, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vavoom : Ted The Mechanic', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 257384, 8510755, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Loosen My Strings', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 359680, 11702232, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soon Forgotten', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 287791, 9401383, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sometimes I Feel Like Screaming', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 451840, 14789410, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cascades : I''m Not Your Lover', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 283689, 9209693, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Aviator', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 320992, 10532053, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rosa''s Cantina', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 312372, 10323804, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Castle Full Of Rascals', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 311693, 10159566, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Touch Away', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 276323, 9098561, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hey Cisco', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 354089, 11600029, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Somebody Stole My Guitar', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 249443, 8180421, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Purpendicular Waltz', 63, 1, 1, 'Ian Gillan, Roger Glover, Jon Lord, Steve Morse, Ian Paice', 283924, 9299131, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('King Of Dreams', 64, 1, 1, 'Blackmore, Glover, Turner', 328385, 10733847, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Cut Runs Deep', 64, 1, 1, 'Blackmore, Glover, Turner, Lord, Paice', 342752, 11191650, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fire In The Basement', 64, 1, 1, 'Blackmore, Glover, Turner, Lord, Paice', 283977, 9267550, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Truth Hurts', 64, 1, 1, 'Blackmore, Glover, Turner', 314827, 10224612, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breakfast In Bed', 64, 1, 1, 'Blackmore, Glover, Turner', 317126, 10323804, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Conquers All', 64, 1, 1, 'Blackmore, Glover, Turner', 227186, 7328516, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fortuneteller', 64, 1, 1, 'Blackmore, Glover, Turner, Lord, Paice', 349335, 11369671, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Too Much Is Not Enough', 64, 1, 1, 'Turner, Held, Greenwood', 257724, 8382800, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wicked Ways', 64, 1, 1, 'Blackmore, Glover, Turner, Lord, Paice', 393691, 12826582, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stormbringer', 65, 1, 1, 'D.Coverdale/R.Blackmore/Ritchie Blackmore', 246413, 8044864, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Don''t Mean a Thing', 65, 1, 1, 'D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore', 263862, 8675026, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Holy Man', 65, 1, 1, 'D.Coverdale/G.Hughes/Glenn Hughes/J.Lord/John Lord', 270236, 8818093, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hold On', 65, 1, 1, 'D.Coverdal/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord', 306860, 10022428, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lady Double Dealer', 65, 1, 1, 'D.Coverdale/R.Blackmore/Ritchie Blackmore', 201482, 6554330, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Can''t Do it Right (With the One You Love)', 65, 1, 1, 'D.Coverdale/G.Hughes/Glenn Hughes/R.Blackmore/Ritchie Blackmore', 203755, 6709579, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('High Ball Shooter', 65, 1, 1, 'D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore', 267833, 8772471, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Gypsy', 65, 1, 1, 'D.Coverdale/G.Hughes/Glenn Hughes/I.Paice/Ian Paice/J.Lord/John Lord/R.Blackmore/Ritchie Blackmore', 242886, 7946614, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soldier Of Fortune', 65, 1, 1, 'D.Coverdale/R.Blackmore/Ritchie Blackmore', 193750, 6315321, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Battle Rages On', 66, 1, 1, 'ian paice/jon lord', 356963, 11626228, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lick It Up', 66, 1, 1, 'roger glover', 240274, 7792604, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Anya', 66, 1, 1, 'jon lord/roger glover', 392437, 12754921, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Talk About Love', 66, 1, 1, 'roger glover', 247823, 8072171, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Time To Kill', 66, 1, 1, 'roger glover', 351033, 11354742, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ramshackle Man', 66, 1, 1, 'roger glover', 334445, 10874679, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Twist In The Tail', 66, 1, 1, 'roger glover', 257462, 8413103, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nasty Piece Of Work', 66, 1, 1, 'jon lord/roger glover', 276662, 9076997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Solitaire', 66, 1, 1, 'roger glover', 282226, 9157021, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One Man''s Meat', 66, 1, 1, 'roger glover', 278804, 9068960, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pour Some Sugar On Me', 67, 1, 1, 292519, 9518842, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Photograph', 67, 1, 1, 248633, 8108507, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Love Bites', 67, 1, 1, 346853, 11305791, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Let''s Get Rocked', 67, 1, 1, 296019, 9724150, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Two Steps Behind [Acoustic Version]', 67, 1, 1, 259787, 8523388, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Animal', 67, 1, 1, 244741, 7985133, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Heaven Is', 67, 1, 1, 214021, 6988128, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rocket', 67, 1, 1, 247248, 8092463, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('When Love & Hate Collide', 67, 1, 1, 257280, 8364633, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Action', 67, 1, 1, 220604, 7130830, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Make Love Like A Man', 67, 1, 1, 255660, 8309725, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Armageddon It', 67, 1, 1, 322455, 10522352, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Have You Ever Needed Someone So Bad', 67, 1, 1, 319320, 10400020, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rock Of Ages', 67, 1, 1, 248424, 8150318, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hysteria', 67, 1, 1, 355056, 11622738, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bringin'' On The Heartbreak', 67, 1, 1, 272457, 8853324, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Roll Call', 68, 1, 2, 'Jim Beard', 321358, 10653494, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Otay', 68, 1, 2, 'John Scofield, Robert Aries, Milton Chambers and Gary Grainger', 423653, 14176083, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Groovus Interruptus', 68, 1, 2, 'Jim Beard', 319373, 10602166, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paris On Mine', 68, 1, 2, 'Jon Herington', 368875, 12059507, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In Time', 68, 1, 2, 'Sylvester Stewart', 368953, 12287103, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Plan B', 68, 1, 2, 'Dean Brown, Dennis Chambers & Jim Beard', 272039, 9032315, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Outbreak', 68, 1, 2, 'Jim Beard & Jon Herington', 659226, 21685807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Baltimore, DC', 68, 1, 2, 'John Scofield', 346932, 11394473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Talkin Loud and Saying Nothin', 68, 1, 2, 'James Brown & Bobby Byrd', 360411, 11994859, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pétala', 69, 1, 7, 270080, 8856165, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meu Bem-Querer', 69, 1, 7, 255608, 8330047, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cigano', 69, 1, 7, 304692, 10037362, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Boa Noite', 69, 1, 7, 338755, 11283582, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fato Consumado', 69, 1, 7, 211565, 7018586, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Faltando Um Pedaço', 69, 1, 7, 267728, 8788760, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Álibi', 69, 1, 7, 213237, 6928434, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Esquinas', 69, 1, 7, 280999, 9096726, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Se...', 69, 1, 7, 286432, 9413777, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Eu Te Devoro', 69, 1, 7, 311614, 10312775, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lilás', 69, 1, 7, 274181, 9049542, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Acelerou', 69, 1, 7, 284081, 9396942, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Amor Puro', 69, 1, 7, 327784, 10687311, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Samurai', 70, 1, 7, 'Djavan', 330997, 10872787, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nem Um Dia', 70, 1, 7, 'Djavan', 337423, 11181446, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Oceano', 70, 1, 7, 'Djavan', 217338, 7026441, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Açai', 70, 1, 7, 'Djavan', 270968, 8893682, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Serrado', 70, 1, 7, 'Djavan', 295314, 9842240, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flor De Lis', 70, 1, 7, 'Djavan', 236355, 7801108, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Amar É Tudo', 70, 1, 7, 'Djavan', 211617, 7073899, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Azul', 70, 1, 7, 'Djavan', 253962, 8381029, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Seduzir', 70, 1, 7, 'Djavan', 277524, 9163253, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Carta', 70, 1, 7, 'Djavan - Gabriel, O Pensador', 347297, 11493463, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sina', 70, 1, 7, 'Djavan', 268173, 8906539, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Acelerou', 70, 1, 7, 'Djavan', 284133, 9391439, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Um Amor Puro', 70, 1, 7, 'Djavan', 327105, 10664698, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Bêbado e a Equilibrista', 71, 1, 7, 223059, 7306143, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Mestre-Sala dos Mares', 71, 1, 7, 186226, 6180414, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Atrás da Porta', 71, 1, 7, 166608, 5432518, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dois Pra Lá, Dois Pra Cá', 71, 1, 7, 263026, 8684639, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Casa no Campo', 71, 1, 7, 170788, 5531841, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Romaria', 71, 1, 7, 242834, 7968525, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Alô, Alô, Marciano', 71, 1, 7, 241397, 8137254, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Me Deixas Louca', 71, 1, 7, 214831, 6888030, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fascinação', 71, 1, 7, 180793, 5793959, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Saudosa Maloca', 71, 1, 7, 278125, 9059416, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('As Aparências Enganam', 71, 1, 7, 247379, 8014346, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Madalena', 71, 1, 7, 157387, 5243721, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Maria Rosa', 71, 1, 7, 232803, 7592504, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Aprendendo A Jogar', 71, 1, 7, 290664, 9391041, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Layla', 72, 1, 6, 'Clapton/Gordon', 430733, 14115792, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Badge', 72, 1, 6, 'Clapton/Harrison', 163552, 5322942, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Feel Free', 72, 1, 6, 'Bruce/Clapton', 174576, 5725684, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sunshine Of Your Love', 72, 1, 6, 'Bruce/Clapton', 252891, 8225889, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crossroads', 72, 1, 6, 'Clapton/Robert Johnson Arr: Eric Clapton', 253335, 8273540, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Strange Brew', 72, 1, 6, 'Clapton/Collins/Pappalardi', 167810, 5489787, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('White Room', 72, 1, 6, 'Bruce/Clapton', 301583, 9872606, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bell Bottom Blues', 72, 1, 6, 'Clapton', 304744, 9946681, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cocaine', 72, 1, 6, 'Cale/Clapton', 215928, 7138399, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Shot The Sheriff', 72, 1, 6, 'Marley', 263862, 8738973, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('After Midnight', 72, 1, 6, 'Clapton/J. J. Cale', 191320, 6460941, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Swing Low Sweet Chariot', 72, 1, 6, 'Clapton/Trad. Arr. Clapton', 208143, 6896288, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lay Down Sally', 72, 1, 6, 'Clapton/Levy', 231732, 7774207, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Knockin On Heavens Door', 72, 1, 6, 'Clapton/Dylan', 264411, 8758819, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wonderful Tonight', 72, 1, 6, 'Clapton', 221387, 7326923, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let It Grow', 72, 1, 6, 'Clapton', 297064, 9742568, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Promises', 72, 1, 6, 'Clapton/F.eldman/Linn', 180401, 6006154, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can''t Stand It', 72, 1, 6, 'Clapton', 249730, 8271980, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Signe', 73, 1, 6, 'Eric Clapton', 193515, 6475042, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Before You Accuse Me', 73, 1, 6, 'Eugene McDaniel', 224339, 7456807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hey Hey', 73, 1, 6, 'Big Bill Broonzy', 196466, 6543487, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tears In Heaven', 73, 1, 6, 'Eric Clapton, Will Jennings', 274729, 9032835, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lonely Stranger', 73, 1, 6, 'Eric Clapton', 328724, 10894406, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nobody Knows You When You''re Down & Out', 73, 1, 6, 'Jimmy Cox', 231836, 7669922, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Layla', 73, 1, 6, 'Eric Clapton, Jim Gordon', 285387, 9490542, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Running On Faith', 73, 1, 6, 'Jerry Lynn Williams', 378984, 12536275, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walkin'' Blues', 73, 1, 6, 'Robert Johnson', 226429, 7435192, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Alberta', 73, 1, 6, 'Traditional', 222406, 7412975, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('San Francisco Bay Blues', 73, 1, 6, 'Jesse Fuller', 203363, 6724021, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Malted Milk', 73, 1, 6, 'Robert Johnson', 216528, 7096781, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Old Love', 73, 1, 6, 'Eric Clapton, Robert Cray', 472920, 15780747, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rollin'' And Tumblin''', 73, 1, 6, 'McKinley Morgenfield (Muddy Waters)', 251768, 8407355, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Collision', 74, 1, 4, 'Jon Hudson/Mike Patton', 204303, 6656596, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stripsearch', 74, 1, 4, 'Jon Hudson/Mike Bordin/Mike Patton', 270106, 8861119, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Last Cup Of Sorrow', 74, 1, 4, 'Bill Gould/Mike Patton', 251663, 8221247, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Naked In Front Of The Computer', 74, 1, 4, 'Mike Patton', 128757, 4225077, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Helpless', 74, 1, 4, 'Bill Gould/Mike Bordin/Mike Patton', 326217, 10753135, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mouth To Mouth', 74, 1, 4, 'Bill Gould/Jon Hudson/Mike Bordin/Mike Patton', 228493, 7505887, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ashes To Ashes', 74, 1, 4, 'Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum', 217391, 7093746, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She Loves Me Not', 74, 1, 4, 'Bill Gould/Mike Bordin/Mike Patton', 209867, 6887544, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Got That Feeling', 74, 1, 4, 'Mike Patton', 140852, 4643227, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paths Of Glory', 74, 1, 4, 'Bill Gould/Jon Hudson/Mike Bordin/Mike Patton/Roddy Bottum', 257253, 8436300, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Home Sick Home', 74, 1, 4, 'Mike Patton', 119040, 3898976, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pristina', 74, 1, 4, 'Bill Gould/Mike Patton', 232698, 7497361, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Land Of Sunshine', 75, 1, 4, 223921, 7353567, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Caffeine', 75, 1, 4, 267937, 8747367, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Midlife Crisis', 75, 1, 4, 263235, 8628841, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('RV', 75, 1, 4, 223242, 7288162, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Smaller And Smaller', 75, 1, 4, 310831, 10180103, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Everything''s Ruined', 75, 1, 4, 273658, 9010917, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Malpractice', 75, 1, 4, 241371, 7900683, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Kindergarten', 75, 1, 4, 270680, 8853647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Be Aggressive', 75, 1, 4, 222432, 7298027, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Small Victory', 75, 1, 4, 297168, 9733572, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Crack Hitler', 75, 1, 4, 279144, 9162435, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Jizzlobber', 75, 1, 4, 398341, 12926140, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Midnight Cowboy', 75, 1, 4, 251924, 8242626, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Easy', 75, 1, 4, 185835, 6073008, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Out', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 137482, 4524972, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ricochet', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 269400, 8808812, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Evidence', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton, Trey Spruance', 293590, 9626136, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Gentle Art Of Making Enemies', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 209319, 6908609, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Star A.D.', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 203807, 6747658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cuckoo For Caca', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton, Trey Spruance', 222902, 7388369, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Caralho Voador', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton, Trey Spruance', 242102, 8029054, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ugly In The Morning', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 186435, 6224997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Digging The Grave', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 185129, 6109259, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Take This Bottle', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton, Trey Spruance', 298997, 9779971, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('King For A Day', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton, Trey Spruance', 395859, 13163733, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What A Day', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 158275, 5203430, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Last To Know', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 267833, 8736776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Just A Man', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 336666, 11031254, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Absolute Zero', 76, 1, 1, 'Mike Bordin, Billy Gould, Mike Patton', 181995, 5929427, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('From Out Of Nowhere', 77, 1, 4, 'Faith No More', 202527, 6587802, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Epic', 77, 1, 4, 'Faith No More', 294008, 9631296, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Falling To Pieces', 77, 1, 4, 'Faith No More', 316055, 10333123, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Surprise! You''re Dead!', 77, 1, 4, 'Faith No More', 147226, 4823036, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Zombie Eaters', 77, 1, 4, 'Faith No More', 360881, 11835367, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Real Thing', 77, 1, 4, 'Faith No More', 493635, 16233080, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Underwater Love', 77, 1, 4, 'Faith No More', 231993, 7634387, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Morning After', 77, 1, 4, 'Faith No More', 223764, 7355898, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Woodpecker From Mars', 77, 1, 4, 'Faith No More', 340532, 11174250, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('War Pigs', 77, 1, 4, 'Tony Iommi, Bill Ward, Geezer Butler, Ozzy Osbourne', 464770, 15267802, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Edge Of The World', 77, 1, 4, 'Faith No More', 250357, 8235607, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Deixa Entrar', 78, 1, 7, 33619, 1095012, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Falamansa Song', 78, 1, 7, 237165, 7921313, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Xote Dos Milagres', 78, 1, 7, 269557, 8897778, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rindo À Toa', 78, 1, 7, 222066, 7365321, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Confidência', 78, 1, 7, 222197, 7460829, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Forró De Tóquio', 78, 1, 7, 169273, 5588756, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Zeca Violeiro', 78, 1, 7, 143673, 4781949, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Avisa', 78, 1, 7, 355030, 11844320, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Principiando/Decolagem', 78, 1, 7, 116767, 3923789, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Asas', 78, 1, 7, 231915, 7711669, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Medo De Escuro', 78, 1, 7, 213760, 7056323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Oração', 78, 1, 7, 271072, 9003882, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Minha Gata', 78, 1, 7, 181838, 6039502, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Desaforo', 78, 1, 7, 174524, 5853561, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In Your Honor', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 230191, 7468463, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Way Back', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 196675, 6421400, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Best Of You', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 255712, 8363467, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('DOA', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 252186, 8232342, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hell', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 117080, 3819255, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Last Song', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 199523, 6496742, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Free Me', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 278700, 9109340, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Resolve', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 288731, 9416186, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Deepest Blues Are Black', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 238419, 7735473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('End Over End', 79, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett', 352078, 11395296, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Still', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 313182, 10323157, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What If I Do?', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 302994, 9929799, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miracle', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 209684, 6877994, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Another Round', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 265848, 8752670, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Friend Of A Friend', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 193280, 6355088, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Over And Out', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 316264, 10428382, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('On The Mend', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 271908, 9071997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Virginia Moon', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 229198, 7494639, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cold Day In The Sun', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 200724, 6596617, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Razor', 80, 1, 1, 'Dave Grohl, Taylor Hawkins, Nate Mendel, Chris Shiflett/FOO FIGHTERS', 293276, 9721373, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All My Life', 81, 1, 4, 'Foo Fighters', 263653, 8665545, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Low', 81, 1, 4, 'Foo Fighters', 268120, 8847196, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Have It All', 81, 1, 4, 'Foo Fighters', 298057, 9729292, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Times Like These', 81, 1, 4, 'Foo Fighters', 266370, 8624691, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Disenchanted Lullaby', 81, 1, 4, 'Foo Fighters', 273528, 8919111, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tired Of You', 81, 1, 4, 'Foo Fighters', 311353, 10094743, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Halo', 81, 1, 4, 'Foo Fighters', 306442, 10026371, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lonely As You', 81, 1, 4, 'Foo Fighters', 277185, 9022628, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Overdrive', 81, 1, 4, 'Foo Fighters', 270550, 8793187, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Burn Away', 81, 1, 4, 'Foo Fighters', 298396, 9678073, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Come Back', 81, 1, 4, 'Foo Fighters', 469968, 15371980, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Doll', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 83487, 2702572, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Monkey Wrench', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 231523, 7527531, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hey, Johnny Park!', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 248528, 8079480, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Poor Brain', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 213446, 6973746, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wind Up', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 152163, 4950667, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Up In Arms', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 135732, 4406227, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Hero', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 260101, 8472365, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('See You', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 146782, 4888173, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Enough Space', 82, 1, 1, 'Dave Grohl', 157387, 5169280, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('February Stars', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 289306, 9344875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Everlong', 82, 1, 1, 'Dave Grohl', 250749, 8270816, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walking After You', 82, 1, 1, 'Dave Grohl', 303856, 9898992, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Way Home', 82, 1, 1, 'Dave, Taylor, Nate, Chris', 342230, 11205664, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Way', 83, 1, 12, 'claude françois/gilles thibault/jacques revaux/paul anka', 275879, 8928684, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Strangers In The Night', 83, 1, 12, 'berthold kaempfert/charles singleton/eddie snyder', 155794, 5055295, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New York, New York', 83, 1, 12, 'fred ebb/john kander', 206001, 6707993, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Get A Kick Out Of You', 83, 1, 12, 'cole porter', 194429, 6332441, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Something Stupid', 83, 1, 12, 'carson c. parks', 158615, 5210643, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Moon River', 83, 1, 12, 'henry mancini/johnny mercer', 198922, 6395808, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What Now My Love', 83, 1, 12, 'carl sigman/gilbert becaud/pierre leroyer', 149995, 4913383, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Summer Love', 83, 1, 12, 'hans bradtke/heinz meier/johnny mercer', 174994, 5693242, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('For Once In My Life', 83, 1, 12, 'orlando murden/ronald miller', 171154, 5557537, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love And Marriage', 83, 1, 12, 'jimmy van heusen/sammy cahn', 89730, 2930596, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('They Can''t Take That Away From Me', 83, 1, 12, 'george gershwin/ira gershwin', 161227, 5240043, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Kind Of Town', 83, 1, 12, 'jimmy van heusen/sammy cahn', 188499, 6119915, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fly Me To The Moon', 83, 1, 12, 'bart howard', 149263, 4856954, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I''ve Got You Under My Skin', 83, 1, 12, 'cole porter', 210808, 6883787, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Best Is Yet To Come', 83, 1, 12, 'carolyn leigh/cy coleman', 173583, 5633730, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It Was A Very Good Year', 83, 1, 12, 'ervin drake', 266605, 8554066, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Come Fly With Me', 83, 1, 12, 'jimmy van heusen/sammy cahn', 190458, 6231029, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('That''s Life', 83, 1, 12, 'dean kay thompson/kelly gordon', 187010, 6095727, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Girl From Ipanema', 83, 1, 12, 'antonio carlos jobim/norman gimbel/vinicius de moraes', 193750, 6410674, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Lady Is A Tramp', 83, 1, 12, 'lorenz hart/richard rodgers', 184111, 5987372, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bad, Bad Leroy Brown', 83, 1, 12, 'jim croce', 169900, 5548581, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mack The Knife', 83, 1, 12, 'bert brecht/kurt weill/marc blitzstein', 292075, 9541052, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Loves Been Good To Me', 83, 1, 12, 'rod mckuen', 203964, 6645365, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('L.A. Is My Lady', 83, 1, 12, 'alan bergman/marilyn bergman/peggy lipton jones/quincy jones', 193175, 6378511, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Entrando Na Sua (Intro)', 84, 1, 7, 179252, 5840027, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nervosa', 84, 1, 7, 229537, 7680421, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Funk De Bamba (Com Fernanda Abreu)', 84, 1, 7, 237191, 7866165, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Call Me At Cleo´s', 84, 1, 7, 236617, 7920510, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Olhos Coloridos (Com Sandra De Sá)', 84, 1, 7, 321332, 10567404, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Zambação', 84, 1, 7, 301113, 10030604, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Funk Hum', 84, 1, 7, 244453, 8084475, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Forty Days (Com DJ Hum)', 84, 1, 7, 221727, 7347172, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Balada Da Paula', 84, 1, 7, 'Emerson Villani', 322821, 10603717, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dujji', 84, 1, 7, 324597, 10833935, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meu Guarda-Chuva', 84, 1, 7, 248528, 8216625, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Motéis', 84, 1, 7, 213498, 7041077, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Whistle Stop', 84, 1, 7, 526132, 17533664, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('16 Toneladas', 84, 1, 7, 191634, 6390885, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Divirta-Se (Saindo Da Sua)', 84, 1, 7, 74919, 2439206, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Forty Days Instrumental', 84, 1, 7, 292493, 9584317, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Óia Eu Aqui De Novo', 85, 1, 10, 219454, 7469735, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Baião Da Penha', 85, 1, 10, 247928, 8393047, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Esperando Na Janela', 85, 1, 10, 'Manuca/Raimundinho DoAcordion/Targino Godim', 261041, 8660617, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Juazeiro', 85, 1, 10, 'Humberto Teixeira/Luiz Gonzaga', 222275, 7349779, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Último Pau-De-Arara', 85, 1, 10, 'Corumbá/José Gumarães/Venancio', 200437, 6638563, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Asa Branca', 85, 1, 10, 'Humberto Teixeira/Luiz Gonzaga', 217051, 7387183, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Qui Nem Jiló', 85, 1, 10, 'Humberto Teixeira/Luiz Gonzaga', 204695, 6937472, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Assum Preto', 85, 1, 10, 'Humberto Teixeira/Luiz Gonzaga', 199653, 6625000, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pau-De-Arara', 85, 1, 10, 'Guio De Morais E Seus "Parentes"/Luiz Gonzaga', 191660, 6340649, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Volta Da Asa Branca', 85, 1, 10, 'Luiz Gonzaga/Zé Dantas', 271020, 9098093, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Amor Daqui De Casa', 85, 1, 10, 'Gilberto Gil', 148636, 4888292, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('As Pegadas Do Amor', 85, 1, 10, 'Gilberto Gil', 209136, 6899062, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lamento Sertanejo', 85, 1, 10, 'Dominguinhos/Gilberto Gil', 260963, 8518290, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Casinha Feliz', 85, 1, 10, 'Gilberto Gil', 32287, 1039615, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Introdução (Live)', 86, 1, 7, 154096, 5227579, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Palco (Live)', 86, 1, 7, 238315, 8026622, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Is This Love (Live)', 86, 1, 7, 295262, 9819759, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Stir It Up (Live)', 86, 1, 7, 282409, 9594738, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Refavela (Live)', 86, 1, 7, 236695, 7985305, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vendedor De Caranguejo (Live)', 86, 1, 7, 248842, 8358128, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Quanta (Live)', 86, 1, 7, 357485, 11774865, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Estrela (Live)', 86, 1, 7, 285309, 9436411, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pela Internet (Live)', 86, 1, 7, 263471, 8804401, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cérebro Eletrônico (Live)', 86, 1, 7, 231627, 7805352, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Opachorô (Live)', 86, 1, 7, 259526, 8596384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Copacabana (Live)', 86, 1, 7, 289671, 9673672, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Novidade (Live)', 86, 1, 7, 316969, 10508000, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ghandi (Live)', 86, 1, 7, 222458, 7481950, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('De Ouro E Marfim (Live)', 86, 1, 7, 234971, 7838453, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Doce De Carnaval (Candy All)', 87, 1, 2, 356101, 11998470, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lamento De Carnaval', 87, 1, 2, 294530, 9819276, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pretinha', 87, 1, 2, 265273, 8914579, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Novidade', 73, 1, 7, 'Gilberto Gil', 324780, 10765600, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tenho Sede', 73, 1, 7, 'Gilberto Gil', 261616, 8708114, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Refazenda', 73, 1, 7, 'Gilberto Gil', 218305, 7237784, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Realce', 73, 1, 7, 'Gilberto Gil', 264489, 8847612, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Esotérico', 73, 1, 7, 'Gilberto Gil', 317779, 10530533, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drão', 73, 1, 7, 'Gilberto Gil', 301453, 9931950, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Paz', 73, 1, 7, 'Gilberto Gil', 293093, 9593064, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beira Mar', 73, 1, 7, 'Gilberto Gil', 295444, 9597994, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sampa', 73, 1, 7, 'Gilberto Gil', 225697, 7469905, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Parabolicamará', 73, 1, 7, 'Gilberto Gil', 284943, 9543435, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tempo Rei', 73, 1, 7, 'Gilberto Gil', 302733, 10019269, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Expresso 2222', 73, 1, 7, 'Gilberto Gil', 284760, 9690577, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aquele Abraço', 73, 1, 7, 'Gilberto Gil', 263993, 8805003, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Palco', 73, 1, 7, 'Gilberto Gil', 270550, 9049901, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Toda Menina Baiana', 73, 1, 7, 'Gilberto Gil', 278177, 9351000, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sítio Do Pica-Pau Amarelo', 73, 1, 7, 'Gilberto Gil', 218070, 7217955, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Straight Out Of Line', 88, 1, 3, 'Sully Erna', 259213, 8511877, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Faceless', 88, 1, 3, 'Sully Erna', 216006, 6992417, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Changes', 88, 1, 3, 'Sully Erna; Tony Rombola', 260022, 8455835, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Make Me Believe', 88, 1, 3, 'Sully Erna', 248607, 8075050, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Stand Alone', 88, 1, 3, 'Sully Erna', 246125, 8017041, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Re-Align', 88, 1, 3, 'Sully Erna', 260884, 8513891, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Fucking Hate You', 88, 1, 3, 'Sully Erna', 247170, 8059642, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Releasing The Demons', 88, 1, 3, 'Sully Erna', 252760, 8276372, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dead And Broken', 88, 1, 3, 'Sully Erna', 251454, 8206611, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Am', 88, 1, 3, 'Sully Erna', 239516, 7803270, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Awakening', 88, 1, 3, 'Sully Erna', 89547, 3035251, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Serenity', 88, 1, 3, 'Sully Erna; Tony Rombola', 274834, 9172976, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('American Idiot', 89, 1, 4, 'Billie Joe Armstrong, Mike Dirnt, Tré Cool', 174419, 5705793, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jesus Of Suburbia / City Of The Damned / I Don''t Care / Dearly Beloved / Tales Of Another Broken Home', 89, 1, 4, 'Billie Joe Armstrong/Green Day', 548336, 17875209, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Holiday', 89, 1, 4, 'Billie Joe Armstrong, Mike Dirnt, Tré Cool', 232724, 7599602, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Boulevard Of Broken Dreams', 89, 1, 4, 'Mike Dint, Billie Joe, Tré Cool', 260858, 8485122, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Are We The Waiting', 89, 1, 4, 'Green Day', 163004, 5328329, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('St. Jimmy', 89, 1, 4, 'Green Day', 175307, 5716589, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Give Me Novacaine', 89, 1, 4, 'Green Day', 205871, 6752485, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She''s A Rebel', 89, 1, 4, 'Green Day', 120528, 3901226, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Extraordinary Girl', 89, 1, 4, 'Green Day', 214021, 6975177, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Letterbomb', 89, 1, 4, 'Green Day', 246151, 7980902, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wake Me Up When September Ends', 89, 1, 4, 'Mike Dint, Billie Joe, Tré Cool', 285753, 9325597, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Homecoming / The Death Of St. Jimmy / East 12th St. / Nobody Likes You / Rock And Roll Girlfriend / We''re Coming Home Again', 89, 1, 4, 'Mike Dirnt/Tré Cool', 558602, 18139840, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whatsername', 89, 1, 4, 'Green Day', 252316, 8244843, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Welcome to the Jungle', 90, 2, 1, 273552, 4538451, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('It''s So Easy', 90, 2, 1, 202824, 3394019, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nightrain', 90, 2, 1, 268537, 4457283, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Out Ta Get Me', 90, 2, 1, 263893, 4382147, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mr. Brownstone', 90, 2, 1, 228924, 3816323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Paradise City', 90, 2, 1, 406347, 6687123, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('My Michelle', 90, 2, 1, 219961, 3671299, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Think About You', 90, 2, 1, 231640, 3860275, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sweet Child O'' Mine', 90, 2, 1, 356424, 5879347, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('You''re Crazy', 90, 2, 1, 197135, 3301971, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Anything Goes', 90, 2, 1, 206400, 3451891, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rocket Queen', 90, 2, 1, 375349, 6185539, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Right Next Door to Hell', 91, 2, 1, 182321, 3175950, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dust N'' Bones', 91, 2, 1, 298374, 5053742, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Live and Let Die', 91, 2, 1, 184016, 3203390, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Don''t Cry (Original)', 91, 2, 1, 284744, 4833259, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Perfect Crime', 91, 2, 1, 143637, 2550030, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('You Ain''t the First', 91, 2, 1, 156268, 2754414, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bad Obsession', 91, 2, 1, 328282, 5537678, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Back off Bitch', 91, 2, 1, 303436, 5135662, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Double Talkin'' Jive', 91, 2, 1, 203637, 3520862, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('November Rain', 91, 2, 1, 537540, 8923566, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Garden', 91, 2, 1, 322175, 5438862, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Garden of Eden', 91, 2, 1, 161539, 2839694, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Don''t Damn Me', 91, 2, 1, 318901, 5385886, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bad Apples', 91, 2, 1, 268351, 4567966, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dead Horse', 91, 2, 1, 257600, 4394014, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Coma', 91, 2, 1, 616511, 10201342, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Civil War', 92, 1, 3, 'Duff McKagan/Slash/W. Axl Rose', 461165, 15046579, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('14 Years', 92, 1, 3, 'Izzy Stradlin''/W. Axl Rose', 261355, 8543664, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Yesterdays', 92, 1, 3, 'Billy/Del James/W. Axl Rose/West Arkeen', 196205, 6398489, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Knockin'' On Heaven''s Door', 92, 1, 3, 'Bob Dylan', 336457, 10986716, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get In The Ring', 92, 1, 3, 'Duff McKagan/Slash/W. Axl Rose', 341054, 11134105, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shotgun Blues', 92, 1, 3, 'W. Axl Rose', 203206, 6623916, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breakdown', 92, 1, 3, 'W. Axl Rose', 424960, 13978284, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pretty Tied Up', 92, 1, 3, 'Izzy Stradlin''', 287477, 9408754, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Locomotive', 92, 1, 3, 'Slash/W. Axl Rose', 522396, 17236842, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('So Fine', 92, 1, 3, 'Duff McKagan', 246491, 8039484, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Estranged', 92, 1, 3, 'W. Axl Rose', 563800, 18343787, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Could Be Mine', 92, 1, 3, 'Izzy Stradlin''/W. Axl Rose', 343875, 11207355, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Cry', 92, 1, 3, 'Izzy Stradlin''/W. Axl Rose', 284238, 9222458, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My World', 92, 1, 3, 'W. Axl Rose', 84532, 2764045, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Colibri', 93, 1, 2, 'Richard Bull', 361012, 12055329, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Is The Colour', 93, 1, 2, 'R. Carless', 251585, 8419165, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Magnetic Ocean', 93, 1, 2, 'Patrick Claher/Richard Bull', 321123, 10720741, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Deep Waters', 93, 1, 2, 'Richard Bull', 396460, 13075359, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('L''Arc En Ciel De Miles', 93, 1, 2, 'Kevin Robinson/Richard Bull', 242390, 8053997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gypsy', 93, 1, 2, 'Kevin Robinson', 330997, 11083374, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Journey Into Sunlight', 93, 1, 2, 'Jean Paul Maunick', 249756, 8241177, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sunchild', 93, 1, 2, 'Graham Harvey', 259970, 8593143, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Millenium', 93, 1, 2, 'Maxton Gig Beesley Jnr.', 379167, 12511939, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thinking ''Bout Tomorrow', 93, 1, 2, 'Fayyaz Virgi/Richard Bull', 355395, 11865384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jacob''s Ladder', 93, 1, 2, 'Julian Crampton', 367647, 12201595, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She Wears Black', 93, 1, 2, 'G Harvey/R Hope-Taylor', 528666, 17617944, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dark Side Of The Cog', 93, 1, 2, 'Jean Paul Maunick', 377155, 12491122, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Different World', 94, 2, 1, 258692, 4383764, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('These Colours Don''t Run', 94, 2, 1, 412152, 6883500, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Brighter Than a Thousand Suns', 94, 2, 1, 526255, 8721490, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Pilgrim', 94, 2, 1, 307593, 5172144, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Longest Day', 94, 2, 1, 467810, 7785748, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Out of the Shadows', 94, 2, 1, 336896, 5647303, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Reincarnation of Benjamin Breeg', 94, 2, 1, 442106, 7367736, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('For the Greater Good of God', 94, 2, 1, 564893, 9367328, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lord of Light', 94, 2, 1, 444614, 7393698, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Legacy', 94, 2, 1, 562966, 9314287, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hallowed Be Thy Name (Live) [Non Album Bonus Track]', 94, 2, 1, 431262, 7205816, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Number Of The Beast', 95, 1, 3, 'Steve Harris', 294635, 4718897, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Trooper', 95, 1, 3, 'Steve Harris', 235311, 3766272, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Prowler', 95, 1, 3, 'Steve Harris', 255634, 4091904, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Transylvania', 95, 1, 3, 'Steve Harris', 265874, 4255744, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Remember Tomorrow', 95, 1, 3, 'Paul Di''Anno/Steve Harris', 352731, 5648438, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Where Eagles Dare', 95, 1, 3, 'Steve Harris', 289358, 4630528, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sanctuary', 95, 1, 3, 'David Murray/Paul Di''Anno/Steve Harris', 293250, 4694016, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Running Free', 95, 1, 3, 'Paul Di''Anno/Steve Harris', 228937, 3663872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Run To The Hilss', 95, 1, 3, 'Steve Harris', 237557, 3803136, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2 Minutes To Midnight', 95, 1, 3, 'Adrian Smith/Bruce Dickinson', 337423, 5400576, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Iron Maiden', 95, 1, 3, 'Steve Harris', 324623, 5195776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hallowed Be Thy Name', 95, 1, 3, 'Steve Harris', 471849, 7550976, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Be Quick Or Be Dead', 96, 1, 3, 'Bruce Dickinson/Janick Gers', 196911, 3151872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('From Here To Eternity', 96, 1, 3, 'Steve Harris', 259866, 4159488, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can I Play With Madness', 96, 1, 3, 'Adrian Smith/Bruce Dickinson/Steve Harris', 282488, 4521984, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wasting Love', 96, 1, 3, 'Bruce Dickinson/Janick Gers', 347846, 5566464, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tailgunner', 96, 1, 3, 'Bruce Dickinson/Steve Harris', 249469, 3993600, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Evil That Men Do', 96, 1, 3, 'Adrian Smith/Bruce Dickinson/Steve Harris', 325929, 5216256, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Afraid To Shoot Strangers', 96, 1, 3, 'Steve Harris', 407980, 6529024, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bring Your Daughter... To The Slaughter', 96, 1, 3, 'Bruce Dickinson', 317727, 5085184, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heaven Can Wait', 96, 1, 3, 'Steve Harris', 448574, 7178240, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Clairvoyant', 96, 1, 3, 'Steve Harris', 269871, 4319232, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fear Of The Dark', 96, 1, 3, 'Steve Harris', 431333, 6906078, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wicker Man', 97, 1, 1, 'Adrian Smith/Bruce Dickinson/Steve Harris', 275539, 11022464, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ghost Of The Navigator', 97, 1, 1, 'Bruce Dickinson/Janick Gers/Steve Harris', 410070, 16404608, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Brave New World', 97, 1, 1, 'Bruce Dickinson/David Murray/Steve Harris', 378984, 15161472, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blood Brothers', 97, 1, 1, 'Steve Harris', 434442, 17379456, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Mercenary', 97, 1, 1, 'Janick Gers/Steve Harris', 282488, 11300992, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dream Of Mirrors', 97, 1, 1, 'Janick Gers/Steve Harris', 561162, 22448256, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Fallen Angel', 97, 1, 1, 'Adrian Smith/Steve Harris', 240718, 9629824, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Nomad', 97, 1, 1, 'David Murray/Steve Harris', 546115, 21846144, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Out Of The Silent Planet', 97, 1, 1, 'Bruce Dickinson/Janick Gers/Steve Harris', 385541, 15423616, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Thin Line Between Love & Hate', 97, 1, 1, 'David Murray/Steve Harris', 506801, 20273280, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wildest Dreams', 98, 1, 13, 'Adrian Smith/Steve Harris', 232777, 9312384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rainmaker', 98, 1, 13, 'Bruce Dickinson/David Murray/Steve Harris', 228623, 9146496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No More Lies', 98, 1, 13, 'Steve Harris', 441782, 17672320, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Montsegur', 98, 1, 13, 'Bruce Dickinson/Janick Gers/Steve Harris', 350484, 14020736, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dance Of Death', 98, 1, 13, 'Janick Gers/Steve Harris', 516649, 20670727, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gates Of Tomorrow', 98, 1, 13, 'Bruce Dickinson/Janick Gers/Steve Harris', 312032, 12482688, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Frontier', 98, 1, 13, 'Adrian Smith/Bruce Dickinson/Nicko McBrain', 304509, 12181632, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paschendale', 98, 1, 13, 'Adrian Smith/Steve Harris', 508107, 20326528, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Face In The Sand', 98, 1, 13, 'Adrian Smith/Bruce Dickinson/Steve Harris', 391105, 15648948, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Age Of Innocence', 98, 1, 13, 'David Murray/Steve Harris', 370468, 14823478, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Journeyman', 98, 1, 13, 'Bruce Dickinson/David Murray/Steve Harris', 427023, 17082496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Be Quick Or Be Dead', 99, 1, 1, 'Bruce Dickinson/Janick Gers', 204512, 8181888, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('From Here To Eternity', 99, 1, 1, 'Steve Harris', 218357, 8739038, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Afraid To Shoot Strangers', 99, 1, 1, 'Steve Harris', 416496, 16664589, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fear Is The Key', 99, 1, 1, 'Bruce Dickinson/Janick Gers', 335307, 13414528, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Childhood''s End', 99, 1, 1, 'Steve Harris', 280607, 11225216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wasting Love', 99, 1, 1, 'Bruce Dickinson/Janick Gers', 350981, 14041216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Fugitive', 99, 1, 1, 'Steve Harris', 294112, 11765888, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Chains Of Misery', 99, 1, 1, 'Bruce Dickinson/David Murray', 217443, 8700032, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Apparition', 99, 1, 1, 'Janick Gers/Steve Harris', 234605, 9386112, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Judas Be My Guide', 99, 1, 1, 'Bruce Dickinson/David Murray', 188786, 7553152, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Weekend Warrior', 99, 1, 1, 'Janick Gers/Steve Harris', 339748, 13594678, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fear Of The Dark', 99, 1, 1, 'Steve Harris', 436976, 17483789, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('01 - Prowler', 100, 1, 6, 'Steve Harris', 236173, 5668992, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('02 - Sanctuary', 100, 1, 6, 'David Murray/Paul Di''Anno/Steve Harris', 196284, 4712576, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('03 - Remember Tomorrow', 100, 1, 6, 'Harris/Paul Di´Anno', 328620, 7889024, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('04 - Running Free', 100, 1, 6, 'Harris/Paul Di´Anno', 197276, 4739122, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('05 - Phantom of the Opera', 100, 1, 6, 'Steve Harris', 428016, 10276872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('06 - Transylvania', 100, 1, 6, 'Steve Harris', 259343, 6226048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('07 - Strange World', 100, 1, 6, 'Steve Harris', 332460, 7981184, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('08 - Charlotte the Harlot', 100, 1, 6, 'Murray Dave', 252708, 6066304, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('09 - Iron Maiden', 100, 1, 6, 'Steve Harris', 216058, 5189891, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Ides Of March', 101, 1, 13, 'Steve Harris', 105926, 2543744, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wrathchild', 101, 1, 13, 'Steve Harris', 174471, 4188288, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Murders In The Rue Morgue', 101, 1, 13, 'Steve Harris', 258377, 6205786, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Another Life', 101, 1, 13, 'Steve Harris', 203049, 4874368, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Genghis Khan', 101, 1, 13, 'Steve Harris', 187141, 4493440, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Innocent Exile', 101, 1, 13, 'Di´Anno/Harris', 232515, 5584861, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Killers', 101, 1, 13, 'Steve Harris', 300956, 7227440, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Prodigal Son', 101, 1, 13, 'Steve Harris', 372349, 8937600, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Purgatory', 101, 1, 13, 'Steve Harris', 200150, 4804736, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drifter', 101, 1, 13, 'Steve Harris', 288757, 6934660, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Intro- Churchill S Speech', 102, 1, 13, 48013, 1154488, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Aces High', 102, 1, 13, 276375, 6635187, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2 Minutes To Midnight', 102, 1, 3, 'Smith/Dickinson', 366550, 8799380, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Trooper', 102, 1, 3, 'Harris', 268878, 6455255, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Revelations', 102, 1, 3, 'Dickinson', 371826, 8926021, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flight Of Icarus', 102, 1, 3, 'Smith/Dickinson', 229982, 5521744, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rime Of The Ancient Mariner', 102, 1, 3, 789472, 18949518, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Powerslave', 102, 1, 3, 454974, 10921567, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Number Of The Beast', 102, 1, 3, 'Harris', 275121, 6605094, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hallowed Be Thy Name', 102, 1, 3, 'Harris', 451422, 10836304, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Iron Maiden', 102, 1, 3, 'Harris', 261955, 6289117, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Run To The Hills', 102, 1, 3, 'Harris', 231627, 5561241, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Running Free', 102, 1, 3, 'Harris/Di Anno', 204617, 4912986, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wrathchild', 102, 1, 13, 'Steve Harris', 183666, 4410181, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Acacia Avenue', 102, 1, 13, 379872, 9119118, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Children Of The Damned', 102, 1, 13, 'Steve Harris', 278177, 6678446, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Die With Your Boots On', 102, 1, 13, 'Adrian Smith/Bruce Dickinson/Steve Harris', 314174, 7542367, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Phantom Of The Opera', 102, 1, 13, 'Steve Harris', 441155, 10589917, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Be Quick Or Be Dead', 103, 1, 1, 233142, 5599853, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Number Of The Beast', 103, 1, 1, 294008, 7060625, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wrathchild', 103, 1, 1, 174106, 4182963, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('From Here To Eternity', 103, 1, 1, 284447, 6831163, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Can I Play With Madness', 103, 1, 1, 213106, 5118995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wasting Love', 103, 1, 1, 336953, 8091301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tailgunner', 103, 1, 1, 247640, 5947795, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Evil That Men Do', 103, 1, 1, 478145, 11479913, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Afraid To Shoot Strangers', 103, 1, 1, 412525, 9905048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fear Of The Dark', 103, 1, 1, 431542, 10361452, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bring Your Daughter... To The Slaughter...', 104, 1, 1, 376711, 9045532, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Clairvoyant', 104, 1, 1, 262426, 6302648, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Heaven Can Wait', 104, 1, 1, 440555, 10577743, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Run To The Hills', 104, 1, 1, 235859, 5665052, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2 Minutes To Midnight', 104, 1, 1, 'Adrian Smith/Bruce Dickinson', 338233, 8122030, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Iron Maiden', 104, 1, 1, 494602, 11874875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hallowed Be Thy Name', 104, 1, 1, 447791, 10751410, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Trooper', 104, 1, 1, 232672, 5588560, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sanctuary', 104, 1, 1, 318511, 7648679, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Running Free', 104, 1, 1, 474017, 11380851, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tailgunner', 105, 1, 3, 'Bruce Dickinson/Steve Harris', 255582, 4089856, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Holy Smoke', 105, 1, 3, 'Bruce Dickinson/Steve Harris', 229459, 3672064, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Prayer For The Dying', 105, 1, 3, 'Steve Harris', 263941, 4225024, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Public Enema Number One', 105, 1, 3, 'Bruce Dickinson/David Murray', 254197, 4071587, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fates Warning', 105, 1, 3, 'David Murray/Steve Harris', 250853, 4018088, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Assassin', 105, 1, 3, 'Steve Harris', 258768, 4141056, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Run Silent Run Deep', 105, 1, 3, 'Bruce Dickinson/Steve Harris', 275408, 4407296, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hooks In You', 105, 1, 3, 'Adrian Smith/Bruce Dickinson', 247510, 3960832, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bring Your Daughter... ...To The Slaughter', 105, 1, 3, 'Bruce Dickinson', 284238, 4548608, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mother Russia', 105, 1, 3, 'Steve Harris', 332617, 5322752, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Where Eagles Dare', 106, 1, 3, 'Steve Harris', 369554, 5914624, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Revelations', 106, 1, 3, 'Bruce Dickinson', 408607, 6539264, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flight Of The Icarus', 106, 1, 3, 'Adrian Smith/Bruce Dickinson', 230269, 3686400, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Die With Your Boots On', 106, 1, 3, 'Adrian Smith/Bruce Dickinson/Steve Harris', 325694, 5212160, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Trooper', 106, 1, 3, 'Steve Harris', 251454, 4024320, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Still Life', 106, 1, 3, 'David Murray/Steve Harris', 294347, 4710400, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Quest For Fire', 106, 1, 3, 'Steve Harris', 221309, 3543040, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sun And Steel', 106, 1, 3, 'Adrian Smith/Bruce Dickinson', 206367, 3306324, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('To Tame A Land', 106, 1, 3, 'Steve Harris', 445283, 7129264, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aces High', 107, 1, 3, 'Harris', 269531, 6472088, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2 Minutes To Midnight', 107, 1, 3, 'Smith/Dickinson', 359810, 8638809, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Losfer Words', 107, 1, 3, 'Steve Harris', 252891, 6074756, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flash of The Blade', 107, 1, 3, 'Dickinson', 242729, 5828861, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Duelists', 107, 1, 3, 'Steve Harris', 366471, 8800686, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Back in the Village', 107, 1, 3, 'Dickinson/Smith', 320548, 7696518, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Powerslave', 107, 1, 3, 'Dickinson', 407823, 9791106, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rime of the Ancient Mariner', 107, 1, 3, 'Harris', 816509, 19599577, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Intro', 108, 1, 3, 115931, 4638848, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wicker Man', 108, 1, 3, 'Adrian Smith/Bruce Dickinson/Steve Harris', 281782, 11272320, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ghost Of The Navigator', 108, 1, 3, 'Bruce Dickinson/Janick Gers/Steve Harris', 408607, 16345216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Brave New World', 108, 1, 3, 'Bruce Dickinson/David Murray/Steve Harris', 366785, 14676148, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wrathchild', 108, 1, 3, 'Steve Harris', 185808, 7434368, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2 Minutes To Midnight', 108, 1, 3, 'Adrian Smith/Bruce Dickinson', 386821, 15474816, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blood Brothers', 108, 1, 3, 'Steve Harris', 435513, 17422464, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sign Of The Cross', 108, 1, 3, 'Steve Harris', 649116, 25966720, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Mercenary', 108, 1, 3, 'Janick Gers/Steve Harris', 282697, 11309184, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Trooper', 108, 1, 3, 'Steve Harris', 273528, 10942592, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dream Of Mirrors', 109, 1, 1, 'Janick Gers/Steve Harris', 578324, 23134336, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Clansman', 109, 1, 1, 'Steve Harris', 559203, 22370432, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Evil That Men Do', 109, 1, 3, 'Adrian Smith/Bruce Dickinson/Steve Harris', 280737, 11231360, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fear Of The Dark', 109, 1, 1, 'Steve Harris', 460695, 18430080, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Iron Maiden', 109, 1, 1, 'Steve Harris', 351869, 14076032, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Number Of The Beast', 109, 1, 1, 'Steve Harris', 300434, 12022107, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hallowed Be Thy Name', 109, 1, 1, 'Steve Harris', 443977, 17760384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sanctuary', 109, 1, 1, 'David Murray/Paul Di''Anno/Steve Harris', 317335, 12695680, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Run To The Hills', 109, 1, 1, 'Steve Harris', 292179, 11688064, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Moonchild', 110, 1, 3, 'Adrian Smith; Bruce Dickinson', 340767, 8179151, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Infinite Dreams', 110, 1, 3, 'Steve Harris', 369005, 8858669, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can I Play With Madness', 110, 1, 3, 'Adrian Smith; Bruce Dickinson; Steve Harris', 211043, 5067867, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Evil That Men Do', 110, 1, 3, 'Adrian Smith; Bruce Dickinson; Steve Harris', 273998, 6578930, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Seventh Son of a Seventh Son', 110, 1, 3, 'Steve Harris', 593580, 14249000, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Prophecy', 110, 1, 3, 'Dave Murray; Steve Harris', 305475, 7334450, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Clairvoyant', 110, 1, 3, 'Adrian Smith; Bruce Dickinson; Steve Harris', 267023, 6411510, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Only the Good Die Young', 110, 1, 3, 'Bruce Dickinson; Harris', 280894, 6744431, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Caught Somewhere in Time', 111, 1, 3, 'Steve Harris', 445779, 10701149, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wasted Years', 111, 1, 3, 'Adrian Smith', 307565, 7384358, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sea of Madness', 111, 1, 3, 'Adrian Smith', 341995, 8210695, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heaven Can Wait', 111, 1, 3, 'Steve Harris', 441417, 10596431, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stranger in a Strange Land', 111, 1, 3, 'Adrian Smith', 344502, 8270899, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Alexander the Great', 111, 1, 3, 'Steve Harris', 515631, 12377742, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('De Ja Vu', 111, 1, 3, 'David Murray/Steve Harris', 296176, 7113035, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Loneliness of the Long Dis', 111, 1, 3, 'Steve Harris', 391314, 9393598, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('22 Acacia Avenue', 112, 1, 3, 'Adrian Smith/Steve Harris', 395572, 5542516, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Children of the Damned', 112, 1, 3, 'Steve Harris', 274364, 3845631, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gangland', 112, 1, 3, 'Adrian Smith/Clive Burr/Steve Harris', 228440, 3202866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hallowed Be Thy Name', 112, 1, 3, 'Steve Harris', 428669, 6006107, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Invaders', 112, 1, 3, 'Steve Harris', 203180, 2849181, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Run to the Hills', 112, 1, 3, 'Steve Harris', 228884, 3209124, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Number Of The Beast', 112, 1, 1, 'Steve Harris', 293407, 11737216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Prisoner', 112, 1, 3, 'Adrian Smith/Steve Harris', 361299, 5062906, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sign Of The Cross', 113, 1, 1, 'Steve Harris', 678008, 27121792, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lord Of The Flies', 113, 1, 1, 'Janick Gers/Steve Harris', 303699, 12148864, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Man On The Edge', 113, 1, 1, 'Blaze Bayley/Janick Gers', 253413, 10137728, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fortunes Of War', 113, 1, 1, 'Steve Harris', 443977, 17760384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Look For The Truth', 113, 1, 1, 'Blaze Bayley/Janick Gers/Steve Harris', 310230, 12411008, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Aftermath', 113, 1, 1, 'Blaze Bayley/Janick Gers/Steve Harris', 380786, 15233152, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Judgement Of Heaven', 113, 1, 1, 'Steve Harris', 312476, 12501120, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blood On The World''s Hands', 113, 1, 1, 'Steve Harris', 357799, 14313600, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Edge Of Darkness', 113, 1, 1, 'Blaze Bayley/Janick Gers/Steve Harris', 399333, 15974528, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2 A.M.', 113, 1, 1, 'Blaze Bayley/Janick Gers/Steve Harris', 337658, 13511087, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Unbeliever', 113, 1, 1, 'Janick Gers/Steve Harris', 490422, 19617920, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Futureal', 114, 1, 1, 'Blaze Bayley/Steve Harris', 175777, 7032960, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Angel And The Gambler', 114, 1, 1, 'Steve Harris', 592744, 23711872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lightning Strikes Twice', 114, 1, 1, 'David Murray/Steve Harris', 290377, 11616384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Clansman', 114, 1, 1, 'Steve Harris', 539689, 21592327, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When Two Worlds Collide', 114, 1, 1, 'Blaze Bayley/David Murray/Steve Harris', 377312, 15093888, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Educated Fool', 114, 1, 1, 'Steve Harris', 404767, 16191616, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Look To The Eyes Of A Stranger', 114, 1, 1, 'Steve Harris', 483657, 19347584, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Como Estais Amigos', 114, 1, 1, 'Blaze Bayley/Janick Gers', 330292, 13213824, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Please Please Please', 115, 1, 14, 'James Brown/Johnny Terry', 165067, 5394585, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Think', 115, 1, 14, 'Lowman Pauling', 166739, 5513208, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Night Train', 115, 1, 14, 'Jimmy Forrest/Lewis C. Simpkins/Oscar Washington', 212401, 7027377, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Out Of Sight', 115, 1, 14, 'Ted Wright', 143725, 4711323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Papa''s Got A Brand New Bag Pt.1', 115, 1, 14, 'James Brown', 127399, 4174420, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Got You (I Feel Good)', 115, 1, 14, 'James Brown', 167392, 5468472, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s A Man''s Man''s Man''s World', 115, 1, 14, 'Betty Newsome/James Brown', 168228, 5541611, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cold Sweat', 115, 1, 14, 'Alfred Ellis/James Brown', 172408, 5643213, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Say It Loud, I''m Black And I''m Proud Pt.1', 115, 1, 14, 'Alfred Ellis/James Brown', 167392, 5478117, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Up (I Feel Like Being A) Sex Machine', 115, 1, 14, 'Bobby Byrd/James Brown/Ron Lenhoff', 316551, 10498031, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hey America', 115, 1, 14, 'Addie William Jones/Nat Jones', 218226, 7187857, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Make It Funky Pt.1', 115, 1, 14, 'Charles Bobbitt/James Brown', 196231, 6507782, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I''m A Greedy Man Pt.1', 115, 1, 14, 'Charles Bobbitt/James Brown', 217730, 7251211, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get On The Good Foot', 115, 1, 14, 'Fred Wesley/James Brown/Joseph Mims', 215902, 7182736, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Up Offa That Thing', 115, 1, 14, 'Deanna Brown/Deidra Jenkins/Yamma Brown', 250723, 8355989, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s Too Funky In Here', 115, 1, 14, 'Brad Shapiro/George Jackson/Robert Miller/Walter Shaw', 239072, 7973979, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Living In America', 115, 1, 14, 'Charlie Midnight/Dan Hartman', 282880, 9432346, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I''m Real', 115, 1, 14, 'Full Force/James Brown', 334236, 11183457, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hot Pants Pt.1', 115, 1, 14, 'Fred Wesley/James Brown', 188212, 6295110, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soul Power (Live)', 115, 1, 14, 'James Brown', 260728, 8593206, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When You Gonna Learn (Digeridoo)', 116, 1, 1, 'Jay Kay/Kay, Jay', 230635, 7655482, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Too Young To Die', 116, 1, 1, 'Smith, Toby', 365818, 12391660, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hooked Up', 116, 1, 1, 'Smith, Toby', 275879, 9301687, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('If I Like It, I Do It', 116, 1, 1, 'Gelder, Nick van', 293093, 9848207, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Music Of The Wind', 116, 1, 1, 'Smith, Toby', 383033, 12870239, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Emergency On Planet Earth', 116, 1, 1, 'Smith, Toby', 245263, 8117218, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whatever It Is, I Just Can''t Stop', 116, 1, 1, 'Jay Kay/Kay, Jay', 247222, 8249453, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blow Your Mind', 116, 1, 1, 'Smith, Toby', 512339, 17089176, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Revolution 1993', 116, 1, 1, 'Smith, Toby', 616829, 20816872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Didgin'' Out', 116, 1, 1, 'Buchanan, Wallis', 157100, 5263555, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Canned Heat', 117, 1, 14, 'Jay Kay', 331964, 11042037, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Planet Home', 117, 1, 14, 'Jay Kay/Toby Smith', 284447, 9566237, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Capricorn Day', 117, 1, 14, 'Jay Kay', 341629, 11477231, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soul Education', 117, 1, 14, 'Jay Kay/Toby Smith', 255477, 8575435, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Failling', 117, 1, 14, 'Jay Kay/Toby Smith', 225227, 7503999, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Destitute Illusions', 117, 1, 14, 'Derrick McKenzie/Jay Kay/Toby Smith', 340218, 11452651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Supersonic', 117, 1, 14, 'Jay Kay', 315872, 10699265, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Butterfly', 117, 1, 14, 'Jay Kay/Toby Smith', 268852, 8947356, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Were Do We Go From Here', 117, 1, 14, 'Jay Kay', 313626, 10504158, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('King For A Day', 117, 1, 14, 'Jay Kay/Toby Smith', 221544, 7335693, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Deeper Underground', 117, 1, 14, 'Toby Smith', 281808, 9351277, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Just Another Story', 118, 1, 15, 'Toby Smith', 529684, 17582818, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stillness In Time', 118, 1, 15, 'Toby Smith', 257097, 8644290, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Half The Man', 118, 1, 15, 'Toby Smith', 289854, 9577679, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Light Years', 118, 1, 15, 'Toby Smith', 354560, 11796244, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Manifest Destiny', 118, 1, 15, 'Toby Smith', 382197, 12676962, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Kids', 118, 1, 15, 'Toby Smith', 309995, 10334529, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mr. Moon', 118, 1, 15, 'Stuard Zender/Toby Smith', 329534, 11043559, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Scam', 118, 1, 15, 'Stuart Zender', 422321, 14019705, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Journey To Arnhemland', 118, 1, 15, 'Toby Smith/Wallis Buchanan', 322455, 10843832, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Morning Glory', 118, 1, 15, 'J. Kay/Jay Kay', 384130, 12777210, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Space Cowboy', 118, 1, 15, 'J. Kay/Jay Kay', 385697, 12906520, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Last Chance', 119, 1, 4, 'C. Cester/C. Muncey', 112352, 3683130, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Are You Gonna Be My Girl', 119, 1, 4, 'C. Muncey/N. Cester', 213890, 6992324, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rollover D.J.', 119, 1, 4, 'C. Cester/N. Cester', 196702, 6406517, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Look What You''ve Done', 119, 1, 4, 'N. Cester', 230974, 7517083, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get What You Need', 119, 1, 4, 'C. Cester/C. Muncey/N. Cester', 247719, 8043765, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Move On', 119, 1, 4, 'C. Cester/N. Cester', 260623, 8519353, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Radio Song', 119, 1, 4, 'C. Cester/C. Muncey/N. Cester', 272117, 8871509, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Me Outta Here', 119, 1, 4, 'C. Cester/N. Cester', 176274, 5729098, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cold Hard Bitch', 119, 1, 4, 'C. Cester/C. Muncey/N. Cester', 243278, 7929610, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Come Around Again', 119, 1, 4, 'C. Muncey/N. Cester', 270497, 8872405, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Take It Or Leave It', 119, 1, 4, 'C. Muncey/N. Cester', 142889, 4643370, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lazy Gun', 119, 1, 4, 'C. Cester/N. Cester', 282174, 9186285, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Timothy', 119, 1, 4, 'C. Cester', 270341, 8856507, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Foxy Lady', 120, 1, 1, 'Jimi Hendrix', 199340, 6480896, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Manic Depression', 120, 1, 1, 'Jimi Hendrix', 222302, 7289272, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Red House', 120, 1, 1, 'Jimi Hendrix', 224130, 7285851, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can You See Me', 120, 1, 1, 'Jimi Hendrix', 153077, 4987068, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Or Confusion', 120, 1, 1, 'Jimi Hendrix', 193123, 6329408, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Don''t Live Today', 120, 1, 1, 'Jimi Hendrix', 235311, 7661214, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('May This Be Love', 120, 1, 1, 'Jimi Hendrix', 191216, 6240028, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fire', 120, 1, 1, 'Jimi Hendrix', 164989, 5383075, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Third Stone From The Sun', 120, 1, 1, 'Jimi Hendrix', 404453, 13186975, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Remember', 120, 1, 1, 'Jimi Hendrix', 168150, 5509613, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Are You Experienced?', 120, 1, 1, 'Jimi Hendrix', 254537, 8292497, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hey Joe', 120, 1, 1, 'Billy Roberts', 210259, 6870054, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stone Free', 120, 1, 1, 'Jimi Hendrix', 216293, 7002331, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Purple Haze', 120, 1, 1, 'Jimi Hendrix', 171572, 5597056, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('51st Anniversary', 120, 1, 1, 'Jimi Hendrix', 196388, 6398044, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wind Cries Mary', 120, 1, 1, 'Jimi Hendrix', 200463, 6540638, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Highway Chile', 120, 1, 1, 'Jimi Hendrix', 212453, 6887949, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Surfing with the Alien', 121, 2, 1, 263707, 4418504, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ice 9', 121, 2, 1, 239721, 4036215, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Crushing Day', 121, 2, 1, 314768, 5232158, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Always With Me, Always With You', 121, 2, 1, 202035, 3435777, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Satch Boogie', 121, 2, 1, 193560, 3300654, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hill of the Skull', 121, 2, 1, 'J. Satriani', 108435, 1944738, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Circles', 121, 2, 1, 209071, 3548553, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lords of Karma', 121, 2, 1, 'J. Satriani', 288227, 4809279, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Midnight', 121, 2, 1, 'J. Satriani', 102630, 1851753, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Echo', 121, 2, 1, 'J. Satriani', 337570, 5595557, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Engenho De Dentro', 122, 1, 7, 310073, 10211473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Alcohol', 122, 1, 7, 355239, 12010478, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mama Africa', 122, 1, 7, 283062, 9488316, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Salve Simpatia', 122, 1, 7, 343484, 11314756, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('W/Brasil (Chama O Síndico)', 122, 1, 7, 317100, 10599953, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('País Tropical', 122, 1, 7, 452519, 14946972, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Os Alquimistas Estão Chegando', 122, 1, 7, 367281, 12304520, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Charles Anjo 45', 122, 1, 7, 389276, 13022833, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Selassiê', 122, 1, 7, 326321, 10724982, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Menina Sarará', 122, 1, 7, 191477, 6393818, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Que Maravilha', 122, 1, 7, 338076, 10996656, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Santa Clara Clareou', 122, 1, 7, 380081, 12524725, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Filho Maravilha', 122, 1, 7, 227526, 7498259, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Taj Mahal', 122, 1, 7, 289750, 9502898, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rapidamente', 123, 1, 7, 252238, 8470107, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('As Dores do Mundo', 123, 1, 7, 'Hyldon', 255477, 8537092, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vou Pra Ai', 123, 1, 7, 300878, 10053718, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('My Brother', 123, 1, 7, 253231, 8431821, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Há Quanto Tempo', 123, 1, 7, 270027, 9004470, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vício', 123, 1, 7, 269897, 8887216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Encontrar Alguém', 123, 1, 7, 'Marco Tulio Lara/Rogerio Flausino', 224078, 7437935, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dance Enquanto é Tempo', 123, 1, 7, 229093, 7583799, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Tarde', 123, 1, 7, 266919, 8836127, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Always Be All Right', 123, 1, 7, 128078, 4299676, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sem Sentido', 123, 1, 7, 250462, 8292108, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Onibusfobia', 123, 1, 7, 315977, 10474904, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pura Elegancia', 124, 1, 16, 'João Suplicy', 284107, 9632269, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Choramingando', 124, 1, 16, 'João Suplicy', 190484, 6400532, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Por Merecer', 124, 1, 16, 'João Suplicy', 230582, 7764601, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Futuro', 124, 1, 16, 'João Suplicy', 182308, 6056200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Voce Inteira', 124, 1, 16, 'João Suplicy', 241084, 8077282, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cuando A Noite Vai Chegando', 124, 1, 16, 'João Suplicy', 270628, 9081874, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Naquele Dia', 124, 1, 16, 'João Suplicy', 251768, 8452654, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Equinocio', 124, 1, 16, 'João Suplicy', 269008, 8871455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Papelão', 124, 1, 16, 'João Suplicy', 213263, 7257390, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cuando Eu For Pro Ceu', 124, 1, 16, 'João Suplicy', 118804, 3948371, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do Nosso Amor', 124, 1, 16, 'João Suplicy', 203415, 6774566, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Borogodo', 124, 1, 16, 'João Suplicy', 208457, 7104588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cafezinho', 124, 1, 16, 'João Suplicy', 180924, 6031174, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Enquanto O Dia Não Vem', 124, 1, 16, 'João Suplicy', 220891, 7248336, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Green Manalishi', 125, 1, 3, 205792, 6720789, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Living After Midnight', 125, 1, 3, 213289, 7056785, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Breaking The Law (Live)', 125, 1, 3, 144195, 4728246, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hot Rockin''', 125, 1, 3, 197328, 6509179, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Heading Out To The Highway (Live)', 125, 1, 3, 276427, 9006022, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Hellion', 125, 1, 3, 41900, 1351993, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Electric Eye', 125, 1, 3, 222197, 7231368, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('You''ve Got Another Thing Comin''', 125, 1, 3, 305162, 9962558, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Turbo Lover', 125, 1, 3, 335542, 11068866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Freewheel Burning', 125, 1, 3, 265952, 8713599, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Some Heads Are Gonna Roll', 125, 1, 3, 249939, 8198617, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Metal Meltdown', 125, 1, 3, 290664, 9390646, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ram It Down', 125, 1, 3, 292179, 9554023, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Diamonds And Rust (Live)', 125, 1, 3, 219350, 7163147, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Victim Of Change (Live)', 125, 1, 3, 430942, 14067512, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tyrant (Live)', 125, 1, 3, 282253, 9190536, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Comin'' Home', 126, 1, 1, 'Paul Stanley, Ace Frehley', 172068, 5661120, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Plaster Caster', 126, 1, 1, 'Gene Simmons', 198060, 6528719, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Goin'' Blind', 126, 1, 1, 'Gene Simmons, Stephen Coronel', 217652, 7167523, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do You Love Me', 126, 1, 1, 'Paul Stanley, Bob Ezrin, Kim Fowley', 193619, 6343111, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Domino', 126, 1, 1, 'Gene Simmons', 226377, 7488191, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sure Know Something', 126, 1, 1, 'Paul Stanley, Vincent Poncia', 254354, 8375190, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A World Without Heroes', 126, 1, 1, 'Paul Stanley, Gene Simmons, Bob Ezrin, Lewis Reed', 177815, 5832524, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock Bottom', 126, 1, 1, 'Paul Stanley, Ace Frehley', 200594, 6560818, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('See You Tonight', 126, 1, 1, 'Gene Simmons', 146494, 4817521, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Still Love You', 126, 1, 1, 'Paul Stanley', 369815, 12086145, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Every Time I Look At You', 126, 1, 1, 'Paul Stanley, Vincent Cusano', 283898, 9290948, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2,000 Man', 126, 1, 1, 'Mick Jagger, Keith Richard', 312450, 10292829, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beth', 126, 1, 1, 'Peter Criss, Stan Penridge, Bob Ezrin', 170187, 5577807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nothin'' To Lose', 126, 1, 1, 'Gene Simmons', 222354, 7351460, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock And Roll All Nite', 126, 1, 1, 'Paul Stanley, Gene Simmons', 259631, 8549296, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Immigrant Song', 127, 1, 1, 'Robert Plant', 201247, 6457766, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heartbreaker', 127, 1, 1, 'John Bonham/John Paul Jones/Robert Plant', 316081, 10179657, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Since I''ve Been Loving You', 127, 1, 1, 'John Paul Jones/Robert Plant', 416365, 13471959, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Dog', 127, 1, 1, 'John Paul Jones/Robert Plant', 317622, 10267572, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dazed And Confused', 127, 1, 1, 'Jimmy Page/Led Zeppelin', 1116734, 36052247, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stairway To Heaven', 127, 1, 1, 'Robert Plant', 529658, 17050485, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Going To California', 127, 1, 1, 'Robert Plant', 234605, 7646749, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('That''s The Way', 127, 1, 1, 'Robert Plant', 343431, 11248455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whole Lotta Love (Medley)', 127, 1, 1, 'Arthur Crudup/Bernard Besman/Bukka White/Doc Pomus/John Bonham/John Lee Hooker/John Paul Jones/Mort Shuman/Robert Plant/Willie Dixon', 825103, 26742545, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thank You', 127, 1, 1, 'Robert Plant', 398262, 12831826, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('We''re Gonna Groove', 128, 1, 1, 'Ben E.King/James Bethea', 157570, 5180975, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Poor Tom', 128, 1, 1, 'Jimmy Page/Robert Plant', 182491, 6016220, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can''t Quit You Baby', 128, 1, 1, 'Willie Dixon', 258168, 8437098, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walter''s Walk', 128, 1, 1, 'Jimmy Page, Robert Plant', 270785, 8712499, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ozone Baby', 128, 1, 1, 'Jimmy Page, Robert Plant', 215954, 7079588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Darlene', 128, 1, 1, 'Jimmy Page, Robert Plant, John Bonham, John Paul Jones', 307226, 10078197, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bonzo''s Montreux', 128, 1, 1, 'John Bonham', 258925, 8557447, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wearing And Tearing', 128, 1, 1, 'Jimmy Page, Robert Plant', 330004, 10701590, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Song Remains The Same', 129, 1, 1, 'Jimmy Page/Jimmy Page & Robert Plant/Robert Plant', 330004, 10708950, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Rain Song', 129, 1, 1, 'Jimmy Page/Jimmy Page & Robert Plant/Robert Plant', 459180, 15029875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Over The Hills And Far Away', 129, 1, 1, 'Jimmy Page/Jimmy Page & Robert Plant/Robert Plant', 290089, 9552829, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Crunge', 129, 1, 1, 'John Bonham/John Paul Jones', 197407, 6460212, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dancing Days', 129, 1, 1, 'Jimmy Page/Jimmy Page & Robert Plant/Robert Plant', 223216, 7250104, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('D''Yer Mak''er', 129, 1, 1, 'John Bonham/John Paul Jones', 262948, 8645935, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Quarter', 129, 1, 1, 'John Paul Jones', 420493, 13656517, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Ocean', 129, 1, 1, 'John Bonham/John Paul Jones', 271098, 8846469, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In The Evening', 130, 1, 1, 'Jimmy Page, Robert Plant & John Paul Jones', 410566, 13399734, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('South Bound Saurez', 130, 1, 1, 'John Paul Jones & Robert Plant', 254406, 8420427, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fool In The Rain', 130, 1, 1, 'Jimmy Page, Robert Plant & John Paul Jones', 372950, 12371433, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hot Dog', 130, 1, 1, 'Jimmy Page & Robert Plant', 197198, 6536167, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carouselambra', 130, 1, 1, 'John Paul Jones, Jimmy Page & Robert Plant', 634435, 20858315, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All My Love', 130, 1, 1, 'Robert Plant & John Paul Jones', 356284, 11684862, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I''m Gonna Crawl', 130, 1, 1, 'Jimmy Page, Robert Plant & John Paul Jones', 329639, 10737665, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Dog', 131, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones', 296672, 9660588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock & Roll', 131, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones, John Bonham', 220917, 7142127, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Battle Of Evermore', 131, 1, 1, 'Jimmy Page, Robert Plant', 351555, 11525689, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stairway To Heaven', 131, 1, 1, 'Jimmy Page, Robert Plant', 481619, 15706767, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Misty Mountain Hop', 131, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones', 278857, 9092799, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Four Sticks', 131, 1, 1, 'Jimmy Page, Robert Plant', 284447, 9481301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Going To California', 131, 1, 1, 'Jimmy Page, Robert Plant', 215693, 7068737, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When The Levee Breaks', 131, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones, John Bonham, Memphis Minnie', 427702, 13912107, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Good Times Bad Times', 132, 1, 1, 'Jimmy Page/John Bonham/John Paul Jones', 166164, 5464077, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Babe I''m Gonna Leave You', 132, 1, 1, 'Jimmy Page/Robert Plant', 401475, 13189312, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Shook Me', 132, 1, 1, 'J. B. Lenoir/Willie Dixon', 388179, 12643067, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dazed and Confused', 132, 1, 1, 'Jimmy Page', 386063, 12610326, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Your Time Is Gonna Come', 132, 1, 1, 'Jimmy Page/John Paul Jones', 274860, 9011653, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Mountain Side', 132, 1, 1, 'Jimmy Page', 132702, 4440602, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Communication Breakdown', 132, 1, 1, 'Jimmy Page/John Bonham/John Paul Jones', 150230, 4899554, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can''t Quit You Baby', 132, 1, 1, 'Willie Dixon', 282671, 9252733, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('How Many More Times', 132, 1, 1, 'Jimmy Page/John Bonham/John Paul Jones', 508055, 16541364, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whole Lotta Love', 133, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones, John Bonham', 334471, 11026243, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What Is And What Should Never Be', 133, 1, 1, 'Jimmy Page, Robert Plant', 287973, 9369385, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Lemon Song', 133, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones, John Bonham', 379141, 12463496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thank You', 133, 1, 1, 'Jimmy Page, Robert Plant', 287791, 9337392, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heartbreaker', 133, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones, John Bonham', 253988, 8387560, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Living Loving Maid (She''s Just A Woman)', 133, 1, 1, 'Jimmy Page, Robert Plant', 159216, 5219819, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ramble On', 133, 1, 1, 'Jimmy Page, Robert Plant', 275591, 9199710, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Moby Dick', 133, 1, 1, 'John Bonham, John Paul Jones, Jimmy Page', 260728, 8664210, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bring It On Home', 133, 1, 1, 'Jimmy Page, Robert Plant', 259970, 8494731, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Immigrant Song', 134, 1, 1, 'Jimmy Page, Robert Plant', 144875, 4786461, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Friends', 134, 1, 1, 'Jimmy Page, Robert Plant', 233560, 7694220, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Celebration Day', 134, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones', 209528, 6871078, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Since I''ve Been Loving You', 134, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones', 444055, 14482460, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Out On The Tiles', 134, 1, 1, 'Jimmy Page, Robert Plant, John Bonham', 246047, 8060350, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gallows Pole', 134, 1, 1, 'Traditional', 296228, 9757151, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tangerine', 134, 1, 1, 'Jimmy Page', 189675, 6200893, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('That''s The Way', 134, 1, 1, 'Jimmy Page, Robert Plant', 337345, 11202499, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bron-Y-Aur Stomp', 134, 1, 1, 'Jimmy Page, Robert Plant, John Paul Jones', 259500, 8674508, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hats Off To (Roy) Harper', 134, 1, 1, 'Traditional', 219376, 7236640, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In The Light', 135, 1, 1, 'John Paul Jones/Robert Plant', 526785, 17033046, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bron-Yr-Aur', 135, 1, 1, 'Jimmy Page', 126641, 4150746, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Down By The Seaside', 135, 1, 1, 'Robert Plant', 316186, 10371282, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ten Years Gone', 135, 1, 1, 'Robert Plant', 393116, 12756366, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Night Flight', 135, 1, 1, 'John Paul Jones/Robert Plant', 217547, 7160647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wanton Song', 135, 1, 1, 'Robert Plant', 249887, 8180988, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Boogie With Stu', 135, 1, 1, 'Ian Stewart/John Bonham/John Paul Jones/Mrs. Valens/Robert Plant', 233273, 7657086, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Country Woman', 135, 1, 1, 'Robert Plant', 273084, 8951732, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sick Again', 135, 1, 1, 'Robert Plant', 283036, 9279263, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Achilles Last Stand', 136, 1, 1, 'Jimmy Page/Robert Plant', 625502, 20593955, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('For Your Life', 136, 1, 1, 'Jimmy Page/Robert Plant', 384391, 12633382, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Royal Orleans', 136, 1, 1, 'John Bonham/John Paul Jones', 179591, 5930027, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nobody''s Fault But Mine', 136, 1, 1, 'Jimmy Page/Robert Plant', 376215, 12237859, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Candy Store Rock', 136, 1, 1, 'Jimmy Page/Robert Plant', 252055, 8397423, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hots On For Nowhere', 136, 1, 1, 'Jimmy Page/Robert Plant', 284107, 9342342, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tea For One', 136, 1, 1, 'Jimmy Page/Robert Plant', 566752, 18475264, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock & Roll', 137, 1, 1, 'John Bonham/John Paul Jones/Robert Plant', 242442, 7897065, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Celebration Day', 137, 1, 1, 'John Paul Jones/Robert Plant', 230034, 7478487, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Song Remains The Same', 137, 1, 1, 'Robert Plant', 353358, 11465033, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rain Song', 137, 1, 1, 'Robert Plant', 505808, 16273705, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dazed And Confused', 137, 1, 1, 'Jimmy Page', 1612329, 52490554, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Quarter', 138, 1, 1, 'John Paul Jones/Robert Plant', 749897, 24399285, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stairway To Heaven', 138, 1, 1, 'Robert Plant', 657293, 21354766, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Moby Dick', 138, 1, 1, 'John Bonham/John Paul Jones', 766354, 25345841, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whole Lotta Love', 138, 1, 1, 'John Bonham/John Paul Jones/Robert Plant/Willie Dixon', 863895, 28191437, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Natália', 139, 1, 7, 'Renato Russo', 235728, 7640230, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('L''Avventura', 139, 1, 7, 'Renato Russo', 278256, 9165769, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Música De Trabalho', 139, 1, 7, 'Renato Russo', 260231, 8590671, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Longe Do Meu Lado', 139, 1, 7, 'Renato Russo - Marcelo Bonfá', 266161, 8655249, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Via Láctea', 139, 1, 7, 'Renato Russo', 280084, 9234879, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Música Ambiente', 139, 1, 7, 'Renato Russo', 247614, 8234388, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aloha', 139, 1, 7, 'Renato Russo', 325955, 10793301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soul Parsifal', 139, 1, 7, 'Renato Russo - Marisa Monte', 295053, 9853589, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dezesseis', 139, 1, 7, 'Renato Russo', 323918, 10573515, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mil Pedaços', 139, 1, 7, 'Renato Russo', 203337, 6643291, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Leila', 139, 1, 7, 'Renato Russo', 323056, 10608239, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('1º De Julho', 139, 1, 7, 'Renato Russo', 290298, 9619257, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Esperando Por Mim', 139, 1, 7, 'Renato Russo', 261668, 8844133, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Quando Você Voltar', 139, 1, 7, 'Renato Russo', 173897, 5781046, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Livro Dos Dias', 139, 1, 7, 'Renato Russo', 257253, 8570929, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Será', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 148401, 4826528, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ainda É Cedo', 140, 1, 7, 'Dado Villa-Lobos/Ico Ouro-Preto/Marcelo Bonfá', 236826, 7796400, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Geração Coca-Cola', 140, 1, 7, 'Renato Russo', 141453, 4625731, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eduardo E Mônica', 140, 1, 7, 'Renato Russo', 271229, 9026691, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tempo Perdido', 140, 1, 7, 'Renato Russo', 302158, 9963914, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Indios', 140, 1, 7, 'Renato Russo', 258168, 8610226, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Que País É Este', 140, 1, 7, 'Renato Russo', 177606, 5822124, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Faroeste Caboclo', 140, 1, 7, 'Renato Russo', 543007, 18092739, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Há Tempos', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 197146, 6432922, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pais E Filhos', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 308401, 10130685, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Meninos E Meninas', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 203781, 6667802, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vento No Litoral', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 366445, 12063806, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Perfeição', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 276558, 9258489, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Giz', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 202213, 6677671, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dezesseis', 140, 1, 7, 'Dado Villa-Lobos/Marcelo Bonfá', 321724, 10501773, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Antes Das Seis', 140, 1, 7, 'Dado Villa-Lobos', 189231, 6296531, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Are You Gonna Go My Way', 141, 1, 1, 'Craig Ross/Lenny Kravitz', 211591, 6905135, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fly Away', 141, 1, 1, 'Lenny Kravitz', 221962, 7322085, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock And Roll Is Dead', 141, 1, 1, 'Lenny Kravitz', 204199, 6680312, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Again', 141, 1, 1, 'Lenny Kravitz', 228989, 7490476, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It Ain''t Over ''Til It''s Over', 141, 1, 1, 'Lenny Kravitz', 242703, 8078936, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can''t Get You Off My Mind', 141, 1, 1, 'Lenny Kravitz', 273815, 8937150, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mr. Cab Driver', 141, 1, 1, 'Lenny Kravitz', 230321, 7668084, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('American Woman', 141, 1, 1, 'B. Cummings/G. Peterson/M.J. Kale/R. Bachman', 261773, 8538023, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stand By My Woman', 141, 1, 1, 'Henry Kirssch/Lenny Kravitz/S. Pasch A. Krizan', 259683, 8447611, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Always On The Run', 141, 1, 1, 'Lenny Kravitz/Slash', 232515, 7593397, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heaven Help', 141, 1, 1, 'Gerry DeVeaux/Terry Britten', 190354, 6222092, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Belong To You', 141, 1, 1, 'Lenny Kravitz', 257123, 8477980, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Believe', 141, 1, 1, 'Henry Hirsch/Lenny Kravitz', 295131, 9661978, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let Love Rule', 141, 1, 1, 'Lenny Kravitz', 342648, 11298085, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Velveteen', 141, 1, 1, 'Lenny Kravitz', 290899, 9531301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Assim Caminha A Humanidade', 142, 1, 7, 210755, 6993763, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Honolulu', 143, 1, 7, 261433, 8558481, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dancin´Days', 143, 1, 7, 237400, 7875347, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Pro Outro', 142, 1, 7, 236382, 7825215, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Aviso Aos Navegantes', 143, 1, 7, 242808, 8058651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Casa', 142, 1, 7, 307591, 10107269, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Condição', 142, 1, 7, 263549, 8778465, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hyperconectividade', 143, 1, 7, 180636, 5948039, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Descobridor Dos Sete Mares', 143, 1, 7, 225854, 7475780, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Satisfação', 142, 1, 7, 208065, 6901681, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Brumário', 142, 1, 7, 216241, 7243499, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Certo Alguém', 143, 1, 7, 194063, 6430939, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fullgás', 143, 1, 7, 346070, 11505484, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sábado À Noite', 142, 1, 7, 193854, 6435114, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Cura', 142, 1, 7, 280920, 9260588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Aquilo', 143, 1, 7, 246073, 8167819, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Atrás Do Trio Elétrico', 142, 1, 7, 149080, 4917615, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Senta A Pua', 143, 1, 7, 217547, 7205844, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ro-Que-Se-Da-Ne', 143, 1, 7, 146703, 4805897, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tudo Bem', 142, 1, 7, 196101, 6419139, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Toda Forma De Amor', 142, 1, 7, 227813, 7496584, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tudo Igual', 143, 1, 7, 276035, 9201645, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fogo De Palha', 143, 1, 7, 246804, 8133732, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sereia', 142, 1, 7, 278047, 9121087, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Assaltaram A Gramática', 143, 1, 7, 261041, 8698959, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Se Você Pensa', 142, 1, 7, 195996, 6552490, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lá Vem O Sol (Here Comes The Sun)', 142, 1, 7, 189492, 6229645, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Último Romântico (Ao Vivo)', 143, 1, 7, 231993, 7692697, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pseudo Silk Kimono', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 134739, 4334038, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Kayleigh', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 234605, 7716005, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lavender', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 153417, 4999814, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bitter Suite: Brief Encounter / Lost Weekend / Blue Angel', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 356493, 11791068, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heart Of Lothian: Wide Boy / Curtain Call', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 366053, 11893723, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Waterhole (Expresso Bongo)', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 133093, 4378835, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lords Of The Backstage', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 112875, 3741319, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blind Curve: Vocal Under A Bloodlight / Passing Strangers / Mylo / Perimeter Walk / Threshold', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 569704, 18578995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Childhoods End?', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 272796, 9015366, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('White Feather', 144, 1, 1, 'Kelly, Mosley, Rothery, Trewaves', 143595, 4711776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Arrepio', 145, 1, 7, 'Carlinhos Brown', 136254, 4511390, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Magamalabares', 145, 1, 7, 'Carlinhos Brown', 215875, 7183757, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Chuva No Brejo', 145, 1, 7, 'Morais', 145606, 4857761, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cérebro Eletrônico', 145, 1, 7, 'Gilberto Gil', 172800, 5760864, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tempos Modernos', 145, 1, 7, 'Lulu Santos', 183066, 6066234, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maraçá', 145, 1, 7, 'Carlinhos Brown', 230008, 7621482, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blanco', 145, 1, 7, 'Marisa Monte/poema de Octavio Paz/versão: Haroldo de Campos', 45191, 1454532, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Panis Et Circenses', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 192339, 6318373, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('De Noite Na Cama', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 209005, 7012658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beija Eu', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 197276, 6512544, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Give Me Love', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 249808, 8196331, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ainda Lembro', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 218801, 7211247, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Menina Dança', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 129410, 4326918, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dança Da Solidão', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 203520, 6699368, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ao Meu Redor', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 275591, 9158834, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bem Leve', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 159190, 5246835, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Segue O Seco', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 178207, 5922018, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Xote Das Meninas', 145, 1, 7, 'Caetano Veloso e Gilberto Gil', 291866, 9553228, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wherever I Lay My Hat', 146, 1, 14, 136986, 4477321, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Get My Hands On Some Lovin''', 146, 1, 14, 149054, 4860380, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Good Without You', 146, 1, 14, 'William "Mickey" Stevenson', 161410, 5259218, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You''ve Been A Long Time Coming', 146, 1, 14, 'Brian Holland/Eddie Holland/Lamont Dozier', 137221, 4437949, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When I Had Your Love', 146, 1, 14, 'Robert Rogers/Warren "Pete" Moore/William "Mickey" Stevenson', 152424, 4972815, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You''re What''s Happening (In The World Today)', 146, 1, 14, 'Allen Story/George Gordy/Robert Gordy', 142027, 4631104, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Loving You Is Sweeter Than Ever', 146, 1, 14, 'Ivy Hunter/Stevie Wonder', 166295, 5377546, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s A Bitter Pill To Swallow', 146, 1, 14, 'Smokey Robinson/Warren "Pete" Moore', 194821, 6477882, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Seek And You Shall Find', 146, 1, 14, 'Ivy Hunter/William "Mickey" Stevenson', 223451, 7306719, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gonna Keep On Tryin'' Till I Win Your Love', 146, 1, 14, 'Barrett Strong/Norman Whitfield', 176404, 5789945, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gonna Give Her All The Love I''ve Got', 146, 1, 14, 'Barrett Strong/Norman Whitfield', 210886, 6893603, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Wish It Would Rain', 146, 1, 14, 'Barrett Strong/Norman Whitfield/Roger Penzabene', 172486, 5647327, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Abraham, Martin And John', 146, 1, 14, 'Dick Holler', 273057, 8888206, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Save The Children', 146, 1, 14, 'Al Cleveland/Marvin Gaye/Renaldo Benson', 194821, 6342021, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Sure Love To Ball', 146, 1, 14, 'Marvin Gaye', 218540, 7217872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ego Tripping Out', 146, 1, 14, 'Marvin Gaye', 314514, 10383887, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Praise', 146, 1, 14, 'Marvin Gaye', 235833, 7839179, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heavy Love Affair', 146, 1, 14, 'Marvin Gaye', 227892, 7522232, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Down Under', 147, 1, 1, 222171, 7366142, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Overkill', 147, 1, 1, 225410, 7408652, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Be Good Johnny', 147, 1, 1, 216320, 7139814, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Everything I Need', 147, 1, 1, 216476, 7107625, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Down by the Sea', 147, 1, 1, 408163, 13314900, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Who Can It Be Now?', 147, 1, 1, 202396, 6682850, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('It''s a Mistake', 147, 1, 1, 273371, 8979965, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dr. Heckyll & Mr. Jive', 147, 1, 1, 278465, 9110403, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Shakes and Ladders', 147, 1, 1, 198008, 6560753, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('No Sign of Yesterday', 147, 1, 1, 362004, 11829011, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Enter Sandman', 148, 1, 3, 'James Hetfield, Lars Ulrich and Kirk Hammett', 332251, 10852002, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sad But True', 148, 1, 3, 'Ulrich', 324754, 10541258, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Holier Than Thou', 148, 1, 3, 'Ulrich', 227892, 7462011, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Unforgiven', 148, 1, 3, 'James Hetfield, Lars Ulrich and Kirk Hammett', 387082, 12646886, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wherever I May Roam', 148, 1, 3, 'Ulrich', 404323, 13161169, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Tread On Me', 148, 1, 3, 'Ulrich', 240483, 7827907, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Through The Never', 148, 1, 3, 'James Hetfield, Lars Ulrich and Kirk Hammett', 244375, 8024047, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nothing Else Matters', 148, 1, 3, 'Ulrich', 388832, 12606241, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Of Wolf And Man', 148, 1, 3, 'James Hetfield, Lars Ulrich and Kirk Hammett', 256835, 8339785, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The God That Failed', 148, 1, 3, 'Ulrich', 308610, 10055959, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Friend Of Misery', 148, 1, 3, 'James Hetfield, Lars Ulrich and Jason Newsted', 409547, 13293515, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Struggle Within', 148, 1, 3, 'Ulrich', 234240, 7654052, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Helpless', 149, 1, 3, 'Harris/Tatler', 398315, 12977902, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Small Hours', 149, 1, 3, 'Holocaust', 403435, 13215133, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wait', 149, 1, 3, 'Killing Joke', 295418, 9688418, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crash Course In Brain Surgery', 149, 1, 3, 'Bourge/Phillips/Shelley', 190406, 6233729, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Last Caress/Green Hell', 149, 1, 3, 'Danzig', 209972, 6854313, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Am I Evil?', 149, 1, 3, 'Harris/Tatler', 470256, 15387219, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blitzkrieg', 149, 1, 3, 'Jones/Sirotto/Smith', 216685, 7090018, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breadfan', 149, 1, 3, 'Bourge/Phillips/Shelley', 341551, 11100130, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Prince', 149, 1, 3, 'Harris/Tatler', 265769, 8624492, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stone Cold Crazy', 149, 1, 3, 'Deacon/May/Mercury/Taylor', 137717, 4514830, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('So What', 149, 1, 3, 'Culmer/Exalt', 189152, 6162894, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Killing Time', 149, 1, 3, 'Sweet Savage', 183693, 6021197, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Overkill', 149, 1, 3, 'Clarke/Kilmister/Tayler', 245133, 7971330, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Damage Case', 149, 1, 3, 'Clarke/Farren/Kilmister/Tayler', 220212, 7212997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stone Dead Forever', 149, 1, 3, 'Clarke/Kilmister/Tayler', 292127, 9556060, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Too Late Too Late', 149, 1, 3, 'Clarke/Kilmister/Tayler', 192052, 6276291, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hit The Lights', 150, 1, 3, 'James Hetfield, Lars Ulrich', 257541, 8357088, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Four Horsemen', 150, 1, 3, 'James Hetfield, Lars Ulrich, Dave Mustaine', 433188, 14178138, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Motorbreath', 150, 1, 3, 'James Hetfield', 188395, 6153933, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jump In The Fire', 150, 1, 3, 'James Hetfield, Lars Ulrich, Dave Mustaine', 281573, 9135755, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('(Anesthesia) Pulling Teeth', 150, 1, 3, 'Cliff Burton', 254955, 8234710, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Whiplash', 150, 1, 3, 'James Hetfield, Lars Ulrich', 249208, 8102839, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Phantom Lord', 150, 1, 3, 'James Hetfield, Lars Ulrich, Dave Mustaine', 302053, 9817143, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Remorse', 150, 1, 3, 'James Hetfield, Lars Ulrich', 386795, 12672166, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Seek & Destroy', 150, 1, 3, 'James Hetfield, Lars Ulrich', 415817, 13452301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Metal Militia', 150, 1, 3, 'James Hetfield, Lars Ulrich, Dave Mustaine', 311327, 10141785, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ain''t My Bitch', 151, 1, 3, 'James Hetfield, Lars Ulrich', 304457, 9931015, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2 X 4', 151, 1, 3, 'James Hetfield, Lars Ulrich, Kirk Hammett', 328254, 10732251, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The House Jack Built', 151, 1, 3, 'James Hetfield, Lars Ulrich, Kirk Hammett', 398942, 13005152, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Until It Sleeps', 151, 1, 3, 'James Hetfield, Lars Ulrich', 269740, 8837394, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('King Nothing', 151, 1, 3, 'James Hetfield, Lars Ulrich, Kirk Hammett', 328097, 10681477, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hero Of The Day', 151, 1, 3, 'James Hetfield, Lars Ulrich, Kirk Hammett', 261982, 8540298, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bleeding Me', 151, 1, 3, 'James Hetfield, Lars Ulrich, Kirk Hammett', 497998, 16249420, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cure', 151, 1, 3, 'James Hetfield, Lars Ulrich', 294347, 9648615, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Poor Twisted Me', 151, 1, 3, 'James Hetfield, Lars Ulrich', 240065, 7854349, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wasted My Hate', 151, 1, 3, 'James Hetfield, Lars Ulrich, Kirk Hammett', 237296, 7762300, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mama Said', 151, 1, 3, 'James Hetfield, Lars Ulrich', 319764, 10508310, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thorn Within', 151, 1, 3, 'James Hetfield, Lars Ulrich, Kirk Hammett', 351738, 11486686, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ronnie', 151, 1, 3, 'James Hetfield, Lars Ulrich', 317204, 10390947, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Outlaw Torn', 151, 1, 3, 'James Hetfield, Lars Ulrich', 588721, 19286261, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Battery', 152, 1, 3, 'J.Hetfield/L.Ulrich', 312424, 10229577, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Master Of Puppets', 152, 1, 3, 'K.Hammett', 515239, 16893720, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Thing That Should Not Be', 152, 1, 3, 'K.Hammett', 396199, 12952368, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Welcome Home (Sanitarium)', 152, 1, 3, 'K.Hammett', 387186, 12679965, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Disposable Heroes', 152, 1, 3, 'J.Hetfield/L.Ulrich', 496718, 16135560, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Leper Messiah', 152, 1, 3, 'C.Burton', 347428, 11310434, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Orion', 152, 1, 3, 'K.Hammett', 500062, 16378477, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Damage Inc.', 152, 1, 3, 'K.Hammett', 330919, 10725029, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fuel', 153, 1, 3, 'Hetfield, Ulrich, Hammett', 269557, 8876811, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Memory Remains', 153, 1, 3, 'Hetfield, Ulrich', 279353, 9110730, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Devil''s Dance', 153, 1, 3, 'Hetfield, Ulrich', 318955, 10414832, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Unforgiven II', 153, 1, 3, 'Hetfield, Ulrich, Hammett', 395520, 12886474, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Better Than You', 153, 1, 3, 'Hetfield, Ulrich', 322899, 10549070, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slither', 153, 1, 3, 'Hetfield, Ulrich, Hammett', 313103, 10199789, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carpe Diem Baby', 153, 1, 3, 'Hetfield, Ulrich, Hammett', 372480, 12170693, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bad Seed', 153, 1, 3, 'Hetfield, Ulrich, Hammett', 245394, 8019586, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Where The Wild Things Are', 153, 1, 3, 'Hetfield, Ulrich, Newsted', 414380, 13571280, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Prince Charming', 153, 1, 3, 'Hetfield, Ulrich', 365061, 12009412, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Low Man''s Lyric', 153, 1, 3, 'Hetfield, Ulrich', 457639, 14855583, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Attitude', 153, 1, 3, 'Hetfield, Ulrich', 315898, 10335734, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fixxxer', 153, 1, 3, 'Hetfield, Ulrich, Hammett', 496065, 16190041, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fight Fire With Fire', 154, 1, 3, 'Metallica', 285753, 9420856, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ride The Lightning', 154, 1, 3, 'Metallica', 397740, 13055884, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('For Whom The Bell Tolls', 154, 1, 3, 'Metallica', 311719, 10159725, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fade To Black', 154, 1, 3, 'Metallica', 414824, 13531954, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Trapped Under Ice', 154, 1, 3, 'Metallica', 244532, 7975942, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Escape', 154, 1, 3, 'Metallica', 264359, 8652332, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Creeping Death', 154, 1, 3, 'Metallica', 396878, 12955593, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Call Of Ktulu', 154, 1, 3, 'Metallica', 534883, 17486240, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Frantic', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 350458, 11510849, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('St. Anger', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 441234, 14363779, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Some Kind Of Monster', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 505626, 16557497, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dirty Window', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 324989, 10670604, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Invisible Kid', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 510197, 16591800, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My World', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 345626, 11253756, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shoot Me Again', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 430210, 14093551, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sweet Amber', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 327235, 10616595, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Unnamed Feeling', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 429479, 14014582, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Purify', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 314017, 10232537, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All Within My Hands', 155, 1, 3, 'Bob Rock/James Hetfield/Kirk Hammett/Lars Ulrich', 527986, 17162741, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blackened', 156, 1, 3, 'James Hetfield, Lars Ulrich & Jason Newsted', 403382, 13254874, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('...And Justice For All', 156, 1, 3, 'James Hetfield, Lars Ulrich & Kirk Hammett', 585769, 19262088, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eye Of The Beholder', 156, 1, 3, 'James Hetfield, Lars Ulrich & Kirk Hammett', 385828, 12747894, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One', 156, 1, 3, 'James Hetfield & Lars Ulrich', 446484, 14695721, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Shortest Straw', 156, 1, 3, 'James Hetfield and Lars Ulrich', 395389, 13013990, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Harvester Of Sorrow', 156, 1, 3, 'James Hetfield and Lars Ulrich', 345547, 11377339, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Frayed Ends Of Sanity', 156, 1, 3, 'James Hetfield, Lars Ulrich and Kirk Hammett', 464039, 15198986, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('To Live Is To Die', 156, 1, 3, 'James Hetfield, Lars Ulrich and Cliff Burton', 588564, 19243795, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dyers Eve', 156, 1, 3, 'James Hetfield, Lars Ulrich and Kirk Hammett', 313991, 10302828, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Springsville', 157, 1, 2, 'J. Carisi', 207725, 6776219, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Maids Of Cadiz', 157, 1, 2, 'L. Delibes', 233534, 7505275, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Duke', 157, 1, 2, 'Dave Brubeck', 214961, 6977626, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Ship', 157, 1, 2, 'Ira Gershwin, Kurt Weill', 268016, 8581144, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miles Ahead', 157, 1, 2, 'Miles Davis, Gil Evans', 209893, 6807707, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blues For Pablo', 157, 1, 2, 'Gil Evans', 318328, 10218398, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Rhumba', 157, 1, 2, 'A. Jamal', 276871, 8980400, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Meaning Of The Blues', 157, 1, 2, 'R. Troup, L. Worth', 168594, 5395412, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lament', 157, 1, 2, 'J.J. Johnson', 134191, 4293394, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Don''t Wanna Be Kissed (By Anyone But You)', 157, 1, 2, 'H. Spina, J. Elliott', 191320, 6219487, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Springsville (Alternate Take)', 157, 1, 2, 'J. Carisi', 196388, 6382079, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blues For Pablo (Alternate Take)', 157, 1, 2, 'Gil Evans', 212558, 6900619, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Meaning Of The Blues/Lament (Alternate Take)', 157, 1, 2, 'J.J. Johnson/R. Troup, L. Worth', 309786, 9912387, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Don''t Wanna Be Kissed (By Anyone But You) (Alternate Take)', 157, 1, 2, 'H. Spina, J. Elliott', 192078, 6254796, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Coração De Estudante', 158, 1, 7, 'Wagner Tiso, Milton Nascimento', 238550, 7797308, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Noite Do Meu Bem', 158, 1, 7, 'Dolores Duran', 220081, 7125225, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paisagem Na Janela', 158, 1, 7, 'Lô Borges, Fernando Brant', 197694, 6523547, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cuitelinho', 158, 1, 7, 'Folclore', 209397, 6803970, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Caxangá', 158, 1, 7, 'Milton Nascimento, Fernando Brant', 245551, 8144179, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nos Bailes Da Vida', 158, 1, 7, 'Milton Nascimento, Fernando Brant', 275748, 9126170, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Menestrel Das Alagoas', 158, 1, 7, 'Milton Nascimento, Fernando Brant', 199758, 6542289, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Brasil', 158, 1, 7, 'Milton Nascimento, Fernando Brant', 155428, 5252560, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Canção Do Novo Mundo', 158, 1, 7, 'Beto Guedes, Ronaldo Bastos', 215353, 7032626, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Um Gosto De Sol', 158, 1, 7, 'Milton Nascimento, Ronaldo Bastos', 307200, 9893875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Solar', 158, 1, 7, 'Milton Nascimento, Fernando Brant', 156212, 5098288, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Para Lennon E McCartney', 158, 1, 7, 'Lô Borges, Márcio Borges, Fernando Brant', 321828, 10626920, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maria, Maria', 158, 1, 7, 'Milton Nascimento, Fernando Brant', 72463, 2371543, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Minas', 159, 1, 7, 'Milton Nascimento, Caetano Veloso', 152293, 4921056, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fé Cega, Faca Amolada', 159, 1, 7, 'Milton Nascimento, Ronaldo Bastos', 278099, 9258649, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beijo Partido', 159, 1, 7, 'Toninho Horta', 229564, 7506969, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Saudade Dos Aviões Da Panair (Conversando No Bar)', 159, 1, 7, 'Milton Nascimento, Fernando Brant', 268721, 8805088, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gran Circo', 159, 1, 7, 'Milton Nascimento, Márcio Borges', 251297, 8237026, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ponta de Areia', 159, 1, 7, 'Milton Nascimento, Fernando Brant', 272796, 8874285, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Trastevere', 159, 1, 7, 'Milton Nascimento, Ronaldo Bastos', 265665, 8708399, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Idolatrada', 159, 1, 7, 'Milton Nascimento, Fernando Brant', 286249, 9426153, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Leila (Venha Ser Feliz)', 159, 1, 7, 'Milton Nascimento', 209737, 6898507, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paula E Bebeto', 159, 1, 7, 'Milton Nascimento, Caetano Veloso', 135732, 4583956, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Simples', 159, 1, 7, 'Nelson Angelo', 133093, 4326333, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Norwegian Wood', 159, 1, 7, 'John Lennon, Paul McCartney', 413910, 13520382, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Caso Você Queira Saber', 159, 1, 7, 'Beto Guedes, Márcio Borges', 205688, 6787901, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ace Of Spades', 160, 1, 3, 'Clarke/Kilmister/Taylor', 169926, 5523552, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Me Like A Reptile', 160, 1, 3, 'Clarke/Kilmister/Taylor', 203546, 6616389, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shoot You In The Back', 160, 1, 3, 'Clarke/Kilmister/Taylor', 160026, 5175327, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Live To Win', 160, 1, 3, 'Clarke/Kilmister/Taylor', 217626, 7102182, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fast And Loose', 160, 1, 3, 'Clarke/Kilmister/Taylor', 203337, 6643350, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('(We Are) The Road Crew', 160, 1, 3, 'Clarke/Kilmister/Taylor', 192600, 6283035, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fire Fire', 160, 1, 3, 'Clarke/Kilmister/Taylor', 164675, 5416114, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jailbait', 160, 1, 3, 'Clarke/Kilmister/Taylor', 213916, 6983609, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dance', 160, 1, 3, 'Clarke/Kilmister/Taylor', 158432, 5155099, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bite The Bullet', 160, 1, 3, 'Clarke/Kilmister/Taylor', 98115, 3195536, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Chase Is Better Than The Catch', 160, 1, 3, 'Clarke/Kilmister/Taylor', 258403, 8393310, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Hammer', 160, 1, 3, 'Clarke/Kilmister/Taylor', 168071, 5543267, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dirty Love', 160, 1, 3, 'Clarke/Kilmister/Taylor', 176457, 5805241, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Please Don''t Touch', 160, 1, 3, 'Heath/Robinson', 169926, 5557002, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Emergency', 160, 1, 3, 'Dufort/Johnson/McAuliffe/Williams', 180427, 5828728, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Kir Royal', 161, 1, 16, 'Mônica Marianno', 234788, 7706552, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Que Vai Em Meu Coração', 161, 1, 16, 'Mônica Marianno', 255373, 8366846, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aos Leões', 161, 1, 16, 'Mônica Marianno', 234684, 7790574, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dois Índios', 161, 1, 16, 'Mônica Marianno', 219271, 7213072, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Noite Negra', 161, 1, 16, 'Mônica Marianno', 206811, 6819584, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beijo do Olhar', 161, 1, 16, 'Mônica Marianno', 252682, 8369029, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('É Fogo', 161, 1, 16, 'Mônica Marianno', 194873, 6501520, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Já Foi', 161, 1, 16, 'Mônica Marianno', 245681, 8094872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Só Se For Pelo Cabelo', 161, 1, 16, 'Mônica Marianno', 238288, 8006345, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Clima', 161, 1, 16, 'Mônica Marianno', 249495, 8362040, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Moça e a Chuva', 161, 1, 16, 'Mônica Marianno', 274625, 8929357, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Demorou!', 161, 1, 16, 'Mônica Marianno', 39131, 1287083, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bitter Pill', 162, 1, 3, 'Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil', 266814, 8666786, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Enslaved', 162, 1, 3, 'Mick Mars/Nikki Sixx/Tommy Lee', 269844, 8789966, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Girls, Girls, Girls', 162, 1, 3, 'Mick Mars/Nikki Sixx/Tommy Lee', 270288, 8874814, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Kickstart My Heart', 162, 1, 3, 'Nikki Sixx', 283559, 9237736, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wild Side', 162, 1, 3, 'Nikki Sixx/Tommy Lee/Vince Neil', 276767, 9116997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Glitter', 162, 1, 3, 'Bryan Adams/Nikki Sixx/Scott Humphrey', 340114, 11184094, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dr. Feelgood', 162, 1, 3, 'Mick Mars/Nikki Sixx', 282618, 9281875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Same Ol'' Situation', 162, 1, 3, 'Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil', 254511, 8283958, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Home Sweet Home', 162, 1, 3, 'Nikki Sixx/Tommy Lee/Vince Neil', 236904, 7697538, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Afraid', 162, 1, 3, 'Nikki Sixx', 248006, 8077464, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Go Away Mad (Just Go Away)', 162, 1, 3, 'Mick Mars/Nikki Sixx', 279980, 9188156, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Without You', 162, 1, 3, 'Mick Mars/Nikki Sixx', 268956, 8738371, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Smokin'' in The Boys Room', 162, 1, 3, 'Cub Coda/Michael Lutz', 206837, 6735408, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Primal Scream', 162, 1, 3, 'Mick Mars/Nikki Sixx/Tommy Lee/Vince Neil', 286197, 9421164, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Too Fast For Love', 162, 1, 3, 'Nikki Sixx', 200829, 6580542, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Looks That Kill', 162, 1, 3, 'Nikki Sixx', 240979, 7831122, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shout At The Devil', 162, 1, 3, 'Nikki Sixx', 221962, 7281974, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Intro', 163, 1, 1, 'Kurt Cobain', 52218, 1688527, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('School', 163, 1, 1, 'Kurt Cobain', 160235, 5234885, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drain You', 163, 1, 1, 'Kurt Cobain', 215196, 7013175, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aneurysm', 163, 1, 1, 'Nirvana', 271516, 8862545, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Smells Like Teen Spirit', 163, 1, 1, 'Nirvana', 287190, 9425215, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Been A Son', 163, 1, 1, 'Kurt Cobain', 127555, 4170369, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lithium', 163, 1, 1, 'Kurt Cobain', 250017, 8148800, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sliver', 163, 1, 1, 'Kurt Cobain', 116218, 3784567, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spank Thru', 163, 1, 1, 'Kurt Cobain', 190354, 6186487, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Scentless Apprentice', 163, 1, 1, 'Nirvana', 211200, 6898177, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heart-Shaped Box', 163, 1, 1, 'Kurt Cobain', 281887, 9210982, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Milk It', 163, 1, 1, 'Kurt Cobain', 225724, 7406945, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Negative Creep', 163, 1, 1, 'Kurt Cobain', 163761, 5354854, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Polly', 163, 1, 1, 'Kurt Cobain', 149995, 4885331, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breed', 163, 1, 1, 'Kurt Cobain', 208378, 6759080, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tourette''s', 163, 1, 1, 'Kurt Cobain', 115591, 3753246, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blew', 163, 1, 1, 'Kurt Cobain', 216346, 7096936, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Smells Like Teen Spirit', 164, 1, 1, 'Kurt Cobain', 301296, 9823847, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In Bloom', 164, 1, 1, 'Kurt Cobain', 254928, 8327077, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Come As You Are', 164, 1, 1, 'Kurt Cobain', 219219, 7123357, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breed', 164, 1, 1, 'Kurt Cobain', 183928, 5984812, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lithium', 164, 1, 1, 'Kurt Cobain', 256992, 8404745, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Polly', 164, 1, 1, 'Kurt Cobain', 177031, 5788407, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Territorial Pissings', 164, 1, 1, 'Kurt Cobain', 143281, 4613880, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drain You', 164, 1, 1, 'Kurt Cobain', 223973, 7273440, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lounge Act', 164, 1, 1, 'Kurt Cobain', 156786, 5093635, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stay Away', 164, 1, 1, 'Kurt Cobain', 212636, 6956404, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('On A Plain', 164, 1, 1, 'Kurt Cobain', 196440, 6390635, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Something In The Way', 164, 1, 1, 'Kurt Cobain', 230556, 7472168, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Time', 165, 1, 1, 96888, 3124455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('P.S.Apareça', 165, 1, 1, 209188, 6842244, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sangue Latino', 165, 1, 1, 223033, 7354184, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Folhas Secas', 165, 1, 1, 161253, 5284522, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Poeira', 165, 1, 1, 267075, 8784141, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mágica', 165, 1, 1, 233743, 7627348, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Quem Mata A Mulher Mata O Melhor', 165, 1, 1, 262791, 8640121, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mundaréu', 165, 1, 1, 217521, 7158975, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Braço Da Minha Guitarra', 165, 1, 1, 258351, 8469531, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Deus', 165, 1, 1, 284160, 9188110, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mãe Terra', 165, 1, 1, 306625, 9949269, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Às Vezes', 165, 1, 1, 330292, 10706614, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Menino De Rua', 165, 1, 1, 329795, 10784595, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Prazer E Fé', 165, 1, 1, 214831, 7031383, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Elza', 165, 1, 1, 199105, 6517629, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Requebra', 166, 1, 7, 240744, 8010811, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nossa Gente (Avisa Là)', 166, 1, 7, 188212, 6233201, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Olodum - Alegria Geral', 166, 1, 7, 233404, 7754245, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Madagáscar Olodum', 166, 1, 7, 252264, 8270584, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Faraó Divindade Do Egito', 166, 1, 7, 228571, 7523278, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Todo Amor (Asas Da Liberdade)', 166, 1, 7, 245133, 8121434, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Denúncia', 166, 1, 7, 159555, 5327433, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Olodum, A Banda Do Pelô', 166, 1, 7, 146599, 4900121, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cartao Postal', 166, 1, 7, 211565, 7082301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Jeito Faceiro', 166, 1, 7, 217286, 7233608, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Revolta Olodum', 166, 1, 7, 230191, 7557065, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Reggae Odoyá', 166, 1, 7, 224470, 7499807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Protesto Do Olodum (Ao Vivo)', 166, 1, 7, 206001, 6766104, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Olodum - Smile (Instrumental)', 166, 1, 7, 235833, 7871409, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vulcão Dub - Fui Eu', 167, 1, 7, 'Bi Ribeira/Herbert Vianna/João Barone', 287059, 9495202, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Trem Da Juventude', 167, 1, 7, 'Herbert Vianna', 225880, 7507655, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Manguetown', 167, 1, 7, 'Chico Science/Dengue/Lúcio Maia', 162925, 5382018, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Um Amor, Um Lugar', 167, 1, 7, 'Herbert Vianna', 184555, 6090334, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bora-Bora', 167, 1, 7, 'Herbert Vianna', 182987, 6036046, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vai Valer', 167, 1, 7, 'Herbert Vianna', 206524, 6899778, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Feel Good (I Got You) - Sossego', 167, 1, 7, 'James Brown/Tim Maia', 244976, 8091302, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Uns Dias', 167, 1, 7, 'Herbert Vianna', 240796, 7931552, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sincero Breu', 167, 1, 7, 'C. A./C.A./Celso Alvim/Herbert Vianna/Mário Moura/Pedro Luís/Sidon Silva', 208013, 6921669, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Meu Erro', 167, 1, 7, 'Herbert Vianna', 188577, 6192791, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Selvagem', 167, 1, 7, 'Bi Ribeiro/Herbert Vianna/João Barone', 148558, 4942831, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Brasília 5:31', 167, 1, 7, 'Herbert Vianna', 178337, 5857116, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tendo A Lua', 167, 1, 7, 'Herbert Vianna/Tet Tillett', 198922, 6568180, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Que País É Este', 167, 1, 7, 'Renato Russo', 216685, 7137865, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Navegar Impreciso', 167, 1, 7, 'Herbert Vianna', 262870, 8761283, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Feira Moderna', 167, 1, 7, 'Beto Guedes/Fernando Brant/L Borges', 182517, 6001793, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tequila - Lourinha Bombril (Parate Y Mira)', 167, 1, 7, 'Bahiano/Chuck Rio/Diego Blanco/Herbert Vianna', 255738, 8514961, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vamo Batê Lata', 167, 1, 7, 'Herbert Vianna', 228754, 7585707, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Life During Wartime', 167, 1, 7, 'Chris Frantz/David Byrne/Jerry Harrison/Tina Weymouth', 259186, 8543439, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nebulosa Do Amor', 167, 1, 7, 'Herbert Vianna', 203415, 6732496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Caleidoscópio', 167, 1, 7, 'Herbert Vianna', 256522, 8484597, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Trac Trac', 168, 1, 7, 'Fito Paez/Herbert Vianna', 231653, 7638256, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tendo A Lua', 168, 1, 7, 'Herbert Vianna/Tetê Tillet', 219585, 7342776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mensagen De Amor (2000)', 168, 1, 7, 'Herbert Vianna', 183588, 6061324, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lourinha Bombril', 168, 1, 7, 'Bahiano/Diego Blanco/Herbert Vianna', 159895, 5301882, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('La Bella Luna', 168, 1, 7, 'Herbert Vianna', 192653, 6428598, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Busca Vida', 168, 1, 7, 'Herbert Vianna', 176431, 5798663, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Uma Brasileira', 168, 1, 7, 'Carlinhos Brown/Herbert Vianna', 217573, 7280574, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Luis Inacio (300 Picaretas)', 168, 1, 7, 'Herbert Vianna', 198191, 6576790, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Saber Amar', 168, 1, 7, 'Herbert Vianna', 202788, 6723733, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ela Disse Adeus', 168, 1, 7, 'Herbert Vianna', 226298, 7608999, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Amor Nao Sabe Esperar', 168, 1, 7, 'Herbert Vianna', 241084, 8042534, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aonde Quer Que Eu Va', 168, 1, 7, 'Herbert Vianna/Paulo Sérgio Valle', 258089, 8470121, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Caleidoscópio', 169, 1, 7, 211330, 7000017, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Óculos', 169, 1, 7, 219271, 7262419, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cinema Mudo', 169, 1, 7, 227918, 7612168, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Alagados', 169, 1, 7, 302393, 10255463, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lanterna Dos Afogados', 169, 1, 7, 190197, 6264318, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Melô Do Marinheiro', 169, 1, 7, 208352, 6905668, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vital E Sua Moto', 169, 1, 7, 210207, 6902878, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Beco', 169, 1, 7, 189178, 6293184, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meu Erro', 169, 1, 7, 208431, 6893533, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Perplexo', 169, 1, 7, 161175, 5355013, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Me Liga', 169, 1, 7, 229590, 7565912, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Quase Um Segundo', 169, 1, 7, 275644, 8971355, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Selvagem', 169, 1, 7, 245890, 8141084, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Romance Ideal', 169, 1, 7, 250070, 8260477, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Será Que Vai Chover?', 169, 1, 7, 337057, 11133830, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('SKA', 169, 1, 7, 148871, 4943540, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bark at the Moon', 170, 2, 1, 'O. Osbourne', 257252, 4601224, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Don''t Know', 171, 2, 1, 'B. Daisley, O. Osbourne & R. Rhoads', 312980, 5525339, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crazy Train', 171, 2, 1, 'B. Daisley, O. Osbourne & R. Rhoads', 295960, 5255083, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flying High Again', 172, 2, 1, 'L. Kerslake, O. Osbourne, R. Daisley & R. Rhoads', 290851, 5179599, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mama, I''m Coming Home', 173, 2, 1, 'L. Kilmister, O. Osbourne & Z. Wylde', 251586, 4302390, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No More Tears', 173, 2, 1, 'J. Purdell, M. Inez, O. Osbourne, R. Castillo & Z. Wylde', 444358, 7362964, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Don''t Know', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 283088, 9207869, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crazy Train', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 322716, 10517408, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Believer', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 308897, 10003794, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mr. Crowley', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 344241, 11184130, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flying High Again', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads, L. Kerslake', 261224, 8481822, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Relvelation (Mother Earth)', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 349440, 11367866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Steal Away (The Night)', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 485720, 15945806, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Suicide Solution (With Guitar Solo)', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 467069, 15119938, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Iron Man', 174, 1, 3, 'A. F. Iommi, W. Ward, T. Butler, J. Osbourne', 172120, 5609799, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Children Of The Grave', 174, 1, 3, 'A. F. Iommi, W. Ward, T. Butler, J. Osbourne', 357067, 11626740, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paranoid', 174, 1, 3, 'A. F. Iommi, W. Ward, T. Butler, J. Osbourne', 176352, 5729813, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Goodbye To Romance', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 334393, 10841337, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Bone Movies', 174, 1, 3, 'O. Osbourne, R. Daisley, R. Rhoads', 249208, 8095199, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dee', 174, 1, 3, 'R. Rhoads', 261302, 8555963, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shining In The Light', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 240796, 7951688, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When The World Was Young', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 373394, 12198930, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Upon A Golden Horse', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 232359, 7594829, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blue Train', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 405028, 13170391, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Please Read The Letter', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 262112, 8603372, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Most High', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 336535, 10999203, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heart In Your Hand', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 230896, 7598019, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walking Into Clarksdale', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 318511, 10396315, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Burning Up', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 321619, 10525136, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When I Was A Child', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 345626, 11249456, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('House Of Love', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 335699, 10990880, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sons Of Freedom', 175, 1, 1, 'Jimmy Page, Robert Plant, Charlie Jones, Michael Lee', 246465, 8087944, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('United Colours', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 330266, 10939131, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slug', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 281469, 9295950, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Your Blue Room', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 328228, 10867860, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Always Forever Now', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 383764, 12727928, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Different Kind Of Blue', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 120816, 3884133, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beach Sequence', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 212297, 6928259, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miss Sarajevo', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 340767, 11064884, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ito Okashi', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 205087, 6572813, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One Minute Warning', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 279693, 9335453, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Corpse (These Chains Are Way Too Long)', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 214909, 6920451, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Elvis Ate America', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 180166, 5851053, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Plot 180', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 221596, 7253729, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Theme From The Swan', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 203911, 6638076, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Theme From Let''s Go Native', 176, 1, 10, 'Brian Eno, Bono, Adam Clayton, The Edge & Larry Mullen Jnr.', 186723, 6179777, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wrathchild', 177, 1, 1, 'Steve Harris', 170396, 5499390, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Killers', 177, 1, 1, 'Paul Di''Anno/Steve Harris', 309995, 10009697, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Prowler', 177, 1, 1, 'Steve Harris', 240274, 7782963, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Murders In The Rue Morgue', 177, 1, 1, 'Steve Harris', 258638, 8360999, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Women In Uniform', 177, 1, 1, 'Greg Macainsh', 189936, 6139651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Remember Tomorrow', 177, 1, 1, 'Paul Di''Anno/Steve Harris', 326426, 10577976, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sanctuary', 177, 1, 1, 'David Murray/Paul Di''Anno/Steve Harris', 198844, 6423543, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Running Free', 177, 1, 1, 'Paul Di''Anno/Steve Harris', 199706, 6483496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Phantom Of The Opera', 177, 1, 1, 'Steve Harris', 418168, 13585530, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Iron Maiden', 177, 1, 1, 'Steve Harris', 235232, 7600077, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Corduroy', 178, 1, 1, 'Pearl Jam & Eddie Vedder', 305293, 9991106, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Given To Fly', 178, 1, 1, 'Eddie Vedder & Mike McCready', 233613, 7678347, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hail, Hail', 178, 1, 1, 'Stone Gossard & Eddie Vedder & Jeff Ament & Mike McCready', 223764, 7364206, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Daughter', 178, 1, 1, 'Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder', 407484, 13420697, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Elderly Woman Behind The Counter In A Small Town', 178, 1, 1, 'Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder', 229328, 7509304, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Untitled', 178, 1, 1, 'Pearl Jam', 122801, 3957141, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('MFC', 178, 1, 1, 'Eddie Vedder', 148192, 4817665, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Go', 178, 1, 1, 'Dave Abbruzzese & Jeff Ament & Stone Gossard & Mike McCready & Eddie Vedder', 161541, 5290810, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Red Mosquito', 178, 1, 1, 'Jeff Ament & Stone Gossard & Jack Irons & Mike McCready & Eddie Vedder', 242991, 7944923, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Even Flow', 178, 1, 1, 'Stone Gossard & Eddie Vedder', 317100, 10394239, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Off He Goes', 178, 1, 1, 'Eddie Vedder', 343222, 11245109, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nothingman', 178, 1, 1, 'Jeff Ament & Eddie Vedder', 278595, 9107017, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do The Evolution', 178, 1, 1, 'Eddie Vedder & Stone Gossard', 225462, 7377286, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Better Man', 178, 1, 1, 'Eddie Vedder', 246204, 8019563, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black', 178, 1, 1, 'Stone Gossard & Eddie Vedder', 415712, 13580009, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('F*Ckin'' Up', 178, 1, 1, 'Neil Young', 377652, 12360893, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Life Wasted', 179, 1, 4, 'Stone Gossard', 234344, 7610169, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('World Wide Suicide', 179, 1, 4, 'Eddie Vedder', 209188, 6885908, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Comatose', 179, 1, 4, 'Mike McCready & Stone Gossard', 139990, 4574516, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Severed Hand', 179, 1, 4, 'Eddie Vedder', 270341, 8817438, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Marker In The Sand', 179, 1, 4, 'Mike McCready', 263235, 8656578, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Parachutes', 179, 1, 4, 'Stone Gossard', 216555, 7074973, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Unemployable', 179, 1, 4, 'Matt Cameron & Mike McCready', 184398, 6066542, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Big Wave', 179, 1, 4, 'Jeff Ament', 178573, 5858788, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gone', 179, 1, 4, 'Eddie Vedder', 249547, 8158204, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wasted Reprise', 179, 1, 4, 'Stone Gossard', 53733, 1731020, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Army Reserve', 179, 1, 4, 'Jeff Ament', 225567, 7393771, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Come Back', 179, 1, 4, 'Eddie Vedder & Mike McCready', 329743, 10768701, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Inside Job', 179, 1, 4, 'Eddie Vedder & Mike McCready', 428643, 14006924, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can''t Keep', 180, 1, 1, 'Eddie Vedder', 219428, 7215713, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Save You', 180, 1, 1, 'Eddie Vedder/Jeff Ament/Matt Cameron/Mike McCready/Stone Gossard', 230112, 7609110, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Boat Captain', 180, 1, 1, 'Eddie Vedder', 276453, 9016789, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cropduster', 180, 1, 1, 'Matt Cameron', 231888, 7588928, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ghost', 180, 1, 1, 'Jeff Ament', 195108, 6383772, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Am Mine', 180, 1, 1, 'Eddie Vedder', 215719, 7086901, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thumbing My Way', 180, 1, 1, 'Eddie Vedder', 250226, 8201437, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Are', 180, 1, 1, 'Matt Cameron', 270863, 8938409, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Right', 180, 1, 1, 'Matt Cameron', 158589, 5223345, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Green Disease', 180, 1, 1, 'Eddie Vedder', 161253, 5375818, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Help Help', 180, 1, 1, 'Jeff Ament', 215092, 7033002, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bushleager', 180, 1, 1, 'Stone Gossard', 237479, 7849757, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('1/2 Full', 180, 1, 1, 'Jeff Ament', 251010, 8197219, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Arc', 180, 1, 1, 'Pearl Jam', 65593, 2099421, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All or None', 180, 1, 1, 'Stone Gossard', 277655, 9104728, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Once', 181, 1, 1, 'Stone Gossard', 231758, 7561555, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Evenflow', 181, 1, 1, 'Stone Gossard', 293720, 9622017, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Alive', 181, 1, 1, 'Stone Gossard', 341080, 11176623, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Why Go', 181, 1, 1, 'Jeff Ament', 200254, 6539287, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black', 181, 1, 1, 'Dave Krusen/Stone Gossard', 343823, 11213314, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jeremy', 181, 1, 1, 'Jeff Ament', 318981, 10447222, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Oceans', 181, 1, 1, 'Jeff Ament/Stone Gossard', 162194, 5282368, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Porch', 181, 1, 1, 'Eddie Vedder', 210520, 6877475, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Garden', 181, 1, 1, 'Jeff Ament/Stone Gossard', 299154, 9740738, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Deep', 181, 1, 1, 'Jeff Ament/Stone Gossard', 258324, 8432497, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Release', 181, 1, 1, 'Jeff Ament/Mike McCready/Stone Gossard', 546063, 17802673, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Go', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 193123, 6351920, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Animal', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 169325, 5503459, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Daughter', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 235598, 7824586, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Glorified G', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 206968, 6772116, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dissident', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 215510, 7034500, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('W.M.A.', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 359262, 12037261, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blood', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 170631, 5551478, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rearviewmirror', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 284186, 9321053, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rats', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 255425, 8341934, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Elderly Woman Behind The Counter In A Small Town', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 196336, 6499398, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Leash', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 189257, 6191560, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Indifference', 182, 1, 1, 'Dave Abbruzzese/Eddie Vedder/Jeff Ament/Mike McCready/Stone Gossard', 302053, 9756133, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Johnny B. Goode', 141, 1, 8, 243200, 8092024, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Don''t Look Back', 141, 1, 8, 221100, 7344023, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Jah Seh No', 141, 1, 8, 276871, 9134476, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I''m The Toughest', 141, 1, 8, 230191, 7657594, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nothing But Love', 141, 1, 8, 221570, 7335228, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Buk-In-Hamm Palace', 141, 1, 8, 265665, 8964369, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bush Doctor', 141, 1, 8, 239751, 7942299, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wanted Dread And Alive', 141, 1, 8, 260310, 8670933, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mystic Man', 141, 1, 8, 353671, 11812170, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Coming In Hot', 141, 1, 8, 213054, 7109414, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pick Myself Up', 141, 1, 8, 234684, 7788255, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Crystal Ball', 141, 1, 8, 309733, 10319296, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Equal Rights Downpresser Man', 141, 1, 8, 366733, 12086524, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Speak To Me/Breathe', 183, 1, 1, 'Mason/Waters, Gilmour, Wright', 234213, 7631305, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('On The Run', 183, 1, 1, 'Gilmour, Waters', 214595, 7206300, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Time', 183, 1, 1, 'Mason, Waters, Wright, Gilmour', 425195, 13955426, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Great Gig In The Sky', 183, 1, 1, 'Wright, Waters', 284055, 9147563, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Money', 183, 1, 1, 'Waters', 391888, 12930070, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Us And Them', 183, 1, 1, 'Waters, Wright', 461035, 15000299, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Any Colour You Like', 183, 1, 1, 'Gilmour, Mason, Wright, Waters', 205740, 6707989, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Brain Damage', 183, 1, 1, 'Waters', 230556, 7497655, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eclipse', 183, 1, 1, 'Waters', 125361, 4065299, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('ZeroVinteUm', 184, 1, 17, 315637, 10426550, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Queimando Tudo', 184, 1, 17, 172591, 5723677, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hip Hop Rio', 184, 1, 17, 151536, 4991935, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bossa', 184, 1, 17, 29048, 967098, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('100% HardCore', 184, 1, 17, 165146, 5407744, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Biruta', 184, 1, 17, 213263, 7108200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mão Na Cabeça', 184, 1, 17, 202631, 6642753, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Bicho Tá Pregando', 184, 1, 17, 171964, 5683369, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Adoled (Ocean)', 184, 1, 17, 185103, 6009946, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Seus Amigos', 184, 1, 17, 100858, 3304738, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Paga Pau', 184, 1, 17, 197485, 6529041, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rappers Reais', 184, 1, 17, 202004, 6684160, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nega Do Cabelo Duro', 184, 1, 17, 121808, 4116536, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hemp Family', 184, 1, 17, 205923, 6806900, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Quem Me Cobrou?', 184, 1, 17, 121704, 3947664, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Se Liga', 184, 1, 17, 410409, 13559173, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bohemian Rhapsody', 185, 1, 1, 'Mercury, Freddie', 358948, 11619868, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Another One Bites The Dust', 185, 1, 1, 'Deacon, John', 216946, 7172355, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Killer Queen', 185, 1, 1, 'Mercury, Freddie', 182099, 5967749, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fat Bottomed Girls', 185, 1, 1, 'May, Brian', 204695, 6630041, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bicycle Race', 185, 1, 1, 'Mercury, Freddie', 183823, 6012409, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You''re My Best Friend', 185, 1, 1, 'Deacon, John', 172225, 5602173, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Stop Me Now', 185, 1, 1, 'Mercury, Freddie', 211826, 6896666, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Save Me', 185, 1, 1, 'May, Brian', 228832, 7444624, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crazy Little Thing Called Love', 185, 1, 1, 'Mercury, Freddie', 164231, 5435501, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Somebody To Love', 185, 1, 1, 'Mercury, Freddie', 297351, 9650520, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Now I''m Here', 185, 1, 1, 'May, Brian', 255346, 8328312, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Good Old-Fashioned Lover Boy', 185, 1, 1, 'Mercury, Freddie', 175960, 5747506, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Play The Game', 185, 1, 1, 'Mercury, Freddie', 213368, 6915832, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flash', 185, 1, 1, 'May, Brian', 168489, 5464986, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Seven Seas Of Rhye', 185, 1, 1, 'Mercury, Freddie', 170553, 5539957, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('We Will Rock You', 185, 1, 1, 'Deacon, John/May, Brian', 122880, 4026955, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('We Are The Champions', 185, 1, 1, 'Mercury, Freddie', 180950, 5880231, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('We Will Rock You', 186, 1, 1, 'May', 122671, 4026815, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('We Are The Champions', 186, 1, 1, 'Mercury', 182883, 5939794, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sheer Heart Attack', 186, 1, 1, 'Taylor', 207386, 6642685, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All Dead, All Dead', 186, 1, 1, 'May', 190119, 6144878, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spread Your Wings', 186, 1, 1, 'Deacon', 275356, 8936992, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fight From The Inside', 186, 1, 1, 'Taylor', 184737, 6078001, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Down, Make Love', 186, 1, 1, 'Mercury', 231235, 7509333, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sleep On The Sidewalk', 186, 1, 1, 'May', 187428, 6099840, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Who Needs You', 186, 1, 1, 'Deacon', 186958, 6292969, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s Late', 186, 1, 1, 'May', 386194, 12519388, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Melancholy Blues', 186, 1, 1, 'Mercury', 206471, 6691838, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shiny Happy People', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 226298, 7475323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Me In Honey', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 246674, 8194751, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Radio Song', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 255477, 8421172, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pop Song 89', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 185730, 6132218, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Up', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 160235, 5264376, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Are The Everything', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 226298, 7373181, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stand', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 192862, 6349090, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('World Leader Pretend', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 259761, 8537282, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wrong Child', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 216633, 7065060, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Orange Crush', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 231706, 7742894, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Turn You Inside-Out', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 257358, 8395671, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hairshirt', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 235911, 7753807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Remember California', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 304013, 9950311, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Untitled', 188, 1, 4, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 191503, 6332426, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('How The West Was Won And Where It Got Us', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 271151, 8994291, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wake-Up Bomb', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 308532, 10077337, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Test Leper', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 326791, 10866447, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Undertow', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 309498, 10131005, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('E-Bow The Letter', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 324963, 10714576, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Leave', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 437968, 14433365, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Departure', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 209423, 6818425, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bittersweet Me', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 245812, 8114718, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Be Mine', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 333087, 10790541, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Binky The Doormat', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 301688, 9950320, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Zither', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 154148, 5032962, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('So Fast, So Numb', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 252682, 8341223, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Low Desert', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 212062, 6989288, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Electrolite', 189, 1, 1, 'Bill Berry-Peter Buck-Mike Mills-Michael Stipe', 245315, 8051199, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Losing My Religion', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 269035, 8885672, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Low', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 296777, 9633860, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Near Wild Heaven', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 199862, 6610009, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Endgame', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 230687, 7664479, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Belong', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 247013, 8219375, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Half A World Away', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 208431, 6837283, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Texarkana', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 220081, 7260681, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Country Feedback', 187, 1, 4, 'Bill Berry/Michael Stipe/Mike Mills/Peter Buck', 249782, 8178943, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carnival Of Sorts', 190, 1, 4, 'R.E.M.', 233482, 7669658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Radio Free Aurope', 190, 1, 4, 'R.E.M.', 245315, 8163490, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Perfect Circle', 190, 1, 4, 'R.E.M.', 208509, 6898067, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Talk About The Passion', 190, 1, 4, 'R.E.M.', 203206, 6725435, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('So Central Rain', 190, 1, 4, 'R.E.M.', 194768, 6414550, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Go Back To Rockville', 190, 1, 4, 'R.E.M.', 272352, 9010715, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pretty Persuasion', 190, 1, 4, 'R.E.M.', 229929, 7577754, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Green Grow The Rushes', 190, 1, 4, 'R.E.M.', 225671, 7422425, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can''t Get There From Here', 190, 1, 4, 'R.E.M.', 220630, 7285936, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Driver 8', 190, 1, 4, 'R.E.M.', 204747, 6779076, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fall On Me', 190, 1, 4, 'R.E.M.', 172016, 5676811, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Believe', 190, 1, 4, 'R.E.M.', 227709, 7542929, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cuyahoga', 190, 1, 4, 'R.E.M.', 260623, 8591057, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The One I Love', 190, 1, 4, 'R.E.M.', 197355, 6495125, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Finest Worksong', 190, 1, 4, 'R.E.M.', 229276, 7574856, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s The End Of The World As We Know It (And I Feel Fine)', 190, 1, 4, 'R.E.M.', 244819, 7998987, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Infeliz Natal', 191, 1, 4, 'Rodolfo', 138266, 4503299, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Sua', 191, 1, 4, 'Rodolfo', 142132, 4622064, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Papeau Nuky Doe', 191, 1, 4, 'Rodolfo', 121652, 3995022, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Merry Christmas', 191, 1, 4, 'Rodolfo', 126040, 4166652, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bodies', 191, 1, 4, 'Rodolfo', 180035, 5873778, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Puteiro Em João Pessoa', 191, 1, 4, 'Rodolfo', 195578, 6395490, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Esporrei Na Manivela', 191, 1, 4, 'Rodolfo', 293276, 9618499, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bê-a-Bá', 191, 1, 4, 'Rodolfo', 249051, 8130636, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cajueiro', 191, 1, 4, 'Rodolfo', 158589, 5164837, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Palhas Do Coqueiro', 191, 1, 4, 'Rodolfo', 133851, 4396466, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Maluco Beleza', 192, 1, 1, 203206, 6628067, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Dia Em Que A Terra Parou', 192, 1, 1, 261720, 8586678, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('No Fundo Do Quintal Da Escola', 192, 1, 1, 177606, 5836953, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Segredo Do Universo', 192, 1, 1, 192679, 6315187, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('As Profecias', 192, 1, 1, 232515, 7657732, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mata Virgem', 192, 1, 1, 142602, 4690029, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sapato 36', 192, 1, 1, 196702, 6507301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Todo Mundo Explica', 192, 1, 1, 134896, 4449772, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Que Luz É Essa', 192, 1, 1, 165067, 5620058, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Diamante De Mendigo', 192, 1, 1, 206053, 6775101, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Negócio É', 192, 1, 1, 175464, 5826775, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Muita Estrela, Pouca Constelação', 192, 1, 1, 268068, 8781021, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Século XXI', 192, 1, 1, 244897, 8040563, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rock Das Aranhas (Ao Vivo) (Live)', 192, 1, 1, 231836, 7591945, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Power Of Equality', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 243591, 8148266, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('If You Have To Ask', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 216790, 7199175, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breaking The Girl', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 295497, 9805526, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Funky Monks', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 323395, 10708168, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Suck My Kiss', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 217234, 7129137, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Could Have Lied', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 244506, 8088244, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mellowship Slinky In B Major', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 240091, 7971384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Righteous & The Wicked', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 248084, 8134096, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Give It Away', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 283010, 9308997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blood Sugar Sex Magik', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 271229, 8940573, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Under The Bridge', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 264359, 8682716, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Naked In The Rain', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 265717, 8724674, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Apache Rose Peacock', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 282226, 9312588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Greeting Song', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 193593, 6346507, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Lovely Man', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 279118, 9220114, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sir Psycho Sexy', 193, 1, 4, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 496692, 16354362, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('They''re Red Hot', 193, 1, 4, 'Robert Johnson', 71941, 2382220, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('By The Way', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 218017, 7197430, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Universally Speaking', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 259213, 8501904, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('This Is The Place', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 257906, 8469765, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dosed', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 312058, 10235611, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Forget Me', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 277995, 9107071, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Zephyr Song', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 232960, 7690312, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can''t Stop', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 269400, 8872479, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Could Die For You', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 193906, 6333311, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Midnight', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 295810, 9702450, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Throw Away Your Television', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 224574, 7483526, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cabron', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 218592, 7458864, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tear', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 317413, 10395500, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('On Mercury', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 208509, 6834762, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Minor Thing', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 217835, 7148115, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Warm Tape', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 256653, 8358200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Venice Queen', 194, 1, 1, 'Anthony Kiedis, Flea, John Frusciante, and Chad Smith', 369110, 12280381, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Around The World', 195, 1, 1, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 238837, 7859167, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Parallel Universe', 195, 1, 1, 'Red Hot Chili Peppers', 270654, 8958519, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Scar Tissue', 195, 1, 1, 'Red Hot Chili Peppers', 217469, 7153744, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Otherside', 195, 1, 1, 'Red Hot Chili Peppers', 255973, 8357989, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get On Top', 195, 1, 1, 'Red Hot Chili Peppers', 198164, 6587883, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Californication', 195, 1, 1, 'Red Hot Chili Peppers', 321671, 10568999, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Easily', 195, 1, 1, 'Red Hot Chili Peppers', 231418, 7504534, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Porcelain', 195, 1, 1, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 163787, 5278793, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Emit Remmus', 195, 1, 1, 'Red Hot Chili Peppers', 240300, 7901717, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Like Dirt', 195, 1, 1, 'Red Hot Chili Peppers', 157727, 5225917, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('This Velvet Glove', 195, 1, 1, 'Red Hot Chili Peppers', 225280, 7480537, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Savior', 195, 1, 1, 'Anthony Kiedis/Chad Smith/Flea/John Frusciante', 292493, 9551885, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Purple Stain', 195, 1, 1, 'Red Hot Chili Peppers', 253440, 8359971, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Right On Time', 195, 1, 1, 'Red Hot Chili Peppers', 112613, 3722219, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Road Trippin''', 195, 1, 1, 'Red Hot Chili Peppers', 205635, 6685831, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Spirit Of Radio', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 299154, 9862012, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Trees', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 285126, 9345473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Something For Nothing', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 240770, 7898395, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Freewill', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 324362, 10694110, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Xanadu', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 667428, 21753168, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bastille Day', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 280528, 9264769, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('By-Tor And The Snow Dog', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 519888, 17076397, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Anthem', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 264515, 8693343, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Closer To The Heart', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 175412, 5767005, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('2112 Overture', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 272718, 8898066, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Temples Of Syrinx', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 133459, 4360163, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('La Villa Strangiato', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 577488, 19137855, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fly By Night', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 202318, 6683061, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Finding My Way', 196, 1, 1, 'Geddy Lee And Alex Lifeson/Geddy Lee And Neil Peart/Rush', 305528, 9985701, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jingo', 197, 1, 1, 'M.Babatunde Olantunji', 592953, 19736495, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('El Corazon Manda', 197, 1, 1, 'E.Weiss', 713534, 23519583, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('La Puesta Del Sol', 197, 1, 1, 'E.Weiss', 628062, 20614621, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Persuasion', 197, 1, 1, 'Carlos Santana', 318432, 10354751, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('As The Years Go by', 197, 1, 1, 'Albert King', 233064, 7566829, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soul Sacrifice', 197, 1, 1, 'Carlos Santana', 296437, 9801120, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fried Neckbones And Home Fries', 197, 1, 1, 'W.Correa', 638563, 20939646, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Santana Jam', 197, 1, 1, 'Carlos Santana', 882834, 29207100, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Evil Ways', 198, 1, 1, 475402, 15289235, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('We''ve Got To Get Together/Jingo', 198, 1, 1, 1070027, 34618222, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rock Me', 198, 1, 1, 94720, 3037596, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Just Ain''t Good Enough', 198, 1, 1, 850259, 27489067, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Funky Piano', 198, 1, 1, 934791, 30200730, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Way You Do To Mer', 198, 1, 1, 618344, 20028702, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Holding Back The Years', 141, 1, 1, 'Mick Hucknall and Neil Moss', 270053, 8833220, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Money''s Too Tight To Mention', 141, 1, 1, 'John and William Valentine', 268408, 8861921, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Right Thing', 141, 1, 1, 'Mick Hucknall', 262687, 8624063, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It''s Only Love', 141, 1, 1, 'Jimmy and Vella Cameron', 232594, 7659017, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A New Flame', 141, 1, 1, 'Mick Hucknall', 237662, 7822875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You''ve Got It', 141, 1, 1, 'Mick Hucknall and Lamont Dozier', 235232, 7712845, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('If You Don''t Know Me By Now', 141, 1, 1, 'Kenny Gamble and Leon Huff', 206524, 6712634, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stars', 141, 1, 1, 'Mick Hucknall', 248137, 8194906, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Something Got Me Started', 141, 1, 1, 'Mick Hucknall and Fritz McIntyre', 239595, 7997139, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thrill Me', 141, 1, 1, 'Mick Hucknall and Fritz McIntyre', 303934, 10034711, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Your Mirror', 141, 1, 1, 'Mick Hucknall', 240666, 7893821, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('For Your Babies', 141, 1, 1, 'Mick Hucknall', 256992, 8408803, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('So Beautiful', 141, 1, 1, 'Mick Hucknall', 298083, 9837832, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Angel', 141, 1, 1, 'Carolyn Franklin and Sonny Saunders', 240561, 7880256, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fairground', 141, 1, 1, 'Mick Hucknall', 263888, 8793094, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Água E Fogo', 199, 1, 1, 'Chico Amaral/Edgard Scandurra/Samuel Rosa', 278987, 9272272, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Três Lados', 199, 1, 1, 'Chico Amaral/Samuel Rosa', 233665, 7699609, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ela Desapareceu', 199, 1, 1, 'Chico Amaral/Samuel Rosa', 250122, 8289200, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Balada Do Amor Inabalável', 199, 1, 1, 'Fausto Fawcett/Samuel Rosa', 240613, 8025816, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Canção Noturna', 199, 1, 1, 'Chico Amaral/Lelo Zanettik', 238628, 7874774, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Muçulmano', 199, 1, 1, 'Leão, Rodrigo F./Samuel Rosa', 249600, 8270613, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Maquinarama', 199, 1, 1, 'Chico Amaral/Samuel Rosa', 245629, 8213710, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rebelião', 199, 1, 1, 'Chico Amaral/Samuel Rosa', 298527, 9817847, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Última Guerra', 199, 1, 1, 'Leão, Rodrigo F./Lô Borges/Samuel Rosa', 314723, 10480391, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fica', 199, 1, 1, 'Chico Amaral/Samuel Rosa', 272169, 8980972, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ali', 199, 1, 1, 'Nando Reis/Samuel Rosa', 306390, 10110351, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Preto Damião', 199, 1, 1, 'Chico Amaral/Samuel Rosa', 264568, 8697658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('É Uma Partida De Futebol', 200, 1, 1, 'Samuel Rosa', 1071, 38747, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eu Disse A Ela', 200, 1, 1, 'Samuel Rosa', 254223, 8479463, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Zé Trindade', 200, 1, 1, 'Samuel Rosa', 247954, 8331310, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Garota Nacional', 200, 1, 1, 'Samuel Rosa', 317492, 10511239, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tão Seu', 200, 1, 1, 'Samuel Rosa', 243748, 8133126, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sem Terra', 200, 1, 1, 'Samuel Rosa', 279353, 9196411, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Os Exilados', 200, 1, 1, 'Samuel Rosa', 245551, 8222095, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Um Dia Qualquer', 200, 1, 1, 'Samuel Rosa', 292414, 9805570, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Los Pretos', 200, 1, 1, 'Samuel Rosa', 239229, 8025667, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sul Da América', 200, 1, 1, 'Samuel Rosa', 254928, 8484871, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Poconé', 200, 1, 1, 'Samuel Rosa', 318406, 10771610, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lucky 13', 201, 1, 4, 'Billy Corgan', 189387, 6200617, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aeroplane Flies High', 201, 1, 4, 'Billy Corgan', 473391, 15408329, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Because You Are', 201, 1, 4, 'Billy Corgan', 226403, 7405137, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slow Dawn', 201, 1, 4, 'Billy Corgan', 192339, 6269057, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Believe', 201, 1, 4, 'James Iha', 192940, 6320652, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Mistake', 201, 1, 4, 'Billy Corgan', 240901, 7843477, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Marquis In Spades', 201, 1, 4, 'Billy Corgan', 192731, 6304789, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Here''s To The Atom Bomb', 201, 1, 4, 'Billy Corgan', 266893, 8763140, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sparrow', 201, 1, 4, 'Billy Corgan', 176822, 5696989, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Waiting', 201, 1, 4, 'Billy Corgan', 228336, 7627641, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Saturnine', 201, 1, 4, 'Billy Corgan', 229877, 7523502, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock On', 201, 1, 4, 'David Cook', 366471, 12133825, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Set The Ray To Jerry', 201, 1, 4, 'Billy Corgan', 249364, 8215184, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Winterlong', 201, 1, 4, 'Billy Corgan', 299389, 9670616, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soot & Stars', 201, 1, 4, 'Billy Corgan', 399986, 12866557, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blissed & Gone', 201, 1, 4, 'Billy Corgan', 286302, 9305998, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Siva', 202, 1, 4, 'Billy Corgan', 261172, 8576622, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rhinocerous', 202, 1, 4, 'Billy Corgan', 353462, 11526684, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drown', 202, 1, 4, 'Billy Corgan', 270497, 8883496, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cherub Rock', 202, 1, 4, 'Billy Corgan', 299389, 9786739, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Today', 202, 1, 4, 'Billy Corgan', 202213, 6596933, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Disarm', 202, 1, 4, 'Billy Corgan', 198556, 6508249, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Landslide', 202, 1, 4, 'Stevie Nicks', 190275, 6187754, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bullet With Butterfly Wings', 202, 1, 4, 'Billy Corgan', 257306, 8431747, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('1979', 202, 1, 4, 'Billy Corgan', 263653, 8728470, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Zero', 202, 1, 4, 'Billy Corgan', 161123, 5267176, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tonight, Tonight', 202, 1, 4, 'Billy Corgan', 255686, 8351543, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eye', 202, 1, 4, 'Billy Corgan', 294530, 9784201, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ava Adore', 202, 1, 4, 'Billy Corgan', 261433, 8590412, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Perfect', 202, 1, 4, 'Billy Corgan', 203023, 6734636, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Everlasting Gaze', 202, 1, 4, 'Billy Corgan', 242155, 7844404, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stand Inside Your Love', 202, 1, 4, 'Billy Corgan', 253753, 8270113, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Real Love', 202, 1, 4, 'Billy Corgan', 250697, 8025896, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('untitled', 202, 1, 4, 'Billy Corgan', 231784, 7689713, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nothing To Say', 203, 1, 1, 'Chris Cornell/Kim Thayil', 238027, 7744833, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flower', 203, 1, 1, 'Chris Cornell/Kim Thayil', 208822, 6830732, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Loud Love', 203, 1, 1, 'Chris Cornell', 297456, 9660953, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hands All Over', 203, 1, 1, 'Chris Cornell/Kim Thayil', 362475, 11893108, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get On The Snake', 203, 1, 1, 'Chris Cornell/Kim Thayil', 225123, 7313744, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jesus Christ Pose', 203, 1, 1, 'Ben Shepherd/Chris Cornell/Kim Thayil/Matt Cameron', 352966, 11739886, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Outshined', 203, 1, 1, 'Chris Cornell', 312476, 10274629, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rusty Cage', 203, 1, 1, 'Chris Cornell', 267728, 8779485, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spoonman', 203, 1, 1, 'Chris Cornell', 248476, 8289906, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Day I Tried To Live', 203, 1, 1, 'Chris Cornell', 321175, 10507137, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Hole Sun', 203, 1, 1, 'Soundgarden', 320365, 10425229, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fell On Black Days', 203, 1, 1, 'Chris Cornell', 282331, 9256082, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pretty Noose', 203, 1, 1, 'Chris Cornell', 253570, 8317931, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Burden In My Hand', 203, 1, 1, 'Chris Cornell', 292153, 9659911, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blow Up The Outside World', 203, 1, 1, 'Chris Cornell', 347898, 11379527, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ty Cobb', 203, 1, 1, 'Ben Shepherd/Chris Cornell', 188786, 6233136, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bleed Together', 203, 1, 1, 'Chris Cornell', 232202, 7597074, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Morning Dance', 204, 1, 2, 'Jay Beckenstein', 238759, 8101979, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jubilee', 204, 1, 2, 'Jeremy Wall', 275147, 9151846, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rasul', 204, 1, 2, 'Jeremy Wall', 238315, 7854737, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Song For Lorraine', 204, 1, 2, 'Jay Beckenstein', 240091, 8101723, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Starburst', 204, 1, 2, 'Jeremy Wall', 291500, 9768399, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heliopolis', 204, 1, 2, 'Jay Beckenstein', 338729, 11365655, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('It Doesn''t Matter', 204, 1, 2, 'Chet Catallo', 270027, 9034177, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Little Linda', 204, 1, 2, 'Jeremy Wall', 264019, 8958743, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('End Of Romanticism', 204, 1, 2, 'Rick Strauss', 320078, 10553155, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The House Is Rockin''', 205, 1, 6, 'Doyle Bramhall/Stevie Ray Vaughan', 144352, 4706253, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crossfire', 205, 1, 6, 'B. Carter/C. Layton/R. Ellsworth/R. Wynans/T. Shannon', 251219, 8238033, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tightrope', 205, 1, 6, 'Doyle Bramhall/Stevie Ray Vaughan', 281155, 9254906, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let Me Love You Baby', 205, 1, 6, 'Willie Dixon', 164127, 5378455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Leave My Girl Alone', 205, 1, 6, 'B. Guy', 256365, 8438021, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Travis Walk', 205, 1, 6, 'Stevie Ray Vaughan', 140826, 4650979, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wall Of Denial', 205, 1, 6, 'Doyle Bramhall/Stevie Ray Vaughan', 336927, 11085915, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Scratch-N-Sniff', 205, 1, 6, 'Doyle Bramhall/Stevie Ray Vaughan', 163422, 5353627, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Me Darlin''', 205, 1, 6, 'C. Burnett', 201586, 6650869, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Riviera Paradise', 205, 1, 6, 'Stevie Ray Vaughan', 528692, 17232776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dead And Bloated', 206, 1, 1, 'R. DeLeo/Weiland', 310386, 10170433, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sex Type Thing', 206, 1, 1, 'D. DeLeo/Kretz/Weiland', 218723, 7102064, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wicked Garden', 206, 1, 1, 'D. DeLeo/R. DeLeo/Weiland', 245368, 7989505, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Memory', 206, 1, 1, 'Dean Deleo', 80613, 2660859, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sin', 206, 1, 1, 'R. DeLeo/Weiland', 364800, 12018823, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Naked Sunday', 206, 1, 1, 'D. DeLeo/Kretz/R. DeLeo/Weiland', 229720, 7444201, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Creep', 206, 1, 1, 'R. DeLeo/Weiland', 333191, 10894988, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Piece Of Pie', 206, 1, 1, 'R. DeLeo/Weiland', 324623, 10605231, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Plush', 206, 1, 1, 'R. DeLeo/Weiland', 314017, 10229848, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wet My Bed', 206, 1, 1, 'R. DeLeo/Weiland', 96914, 3198627, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crackerman', 206, 1, 1, 'Kretz/R. DeLeo/Weiland', 194403, 6317361, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Where The River Goes', 206, 1, 1, 'D. DeLeo/Kretz/Weiland', 505991, 16468904, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soldier Side - Intro', 207, 1, 3, 'Dolmayan, John/Malakian, Daron/Odadjian, Shavo', 63764, 2056079, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('B.Y.O.B.', 207, 1, 3, 'Tankian, Serj', 255555, 8407935, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Revenga', 207, 1, 3, 'Tankian, Serj', 228127, 7503805, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cigaro', 207, 1, 3, 'Tankian, Serj', 131787, 4321705, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Radio/Video', 207, 1, 3, 'Dolmayan, John/Malakian, Daron/Odadjian, Shavo', 249312, 8224917, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('This Cocaine Makes Me Feel Like I''m On This Song', 207, 1, 3, 'Tankian, Serj', 128339, 4185193, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Violent Pornography', 207, 1, 3, 'Dolmayan, John/Malakian, Daron/Odadjian, Shavo', 211435, 6985960, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Question!', 207, 1, 3, 'Tankian, Serj', 200698, 6616398, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sad Statue', 207, 1, 3, 'Tankian, Serj', 205897, 6733449, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Old School Hollywood', 207, 1, 3, 'Dolmayan, John/Malakian, Daron/Odadjian, Shavo', 176953, 5830258, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lost in Hollywood', 207, 1, 3, 'Tankian, Serj', 320783, 10535158, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Sun Road', 208, 1, 1, 'Terry Bozzio, Steve Stevens, Tony Levin', 880640, 29008407, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dark Corners', 208, 1, 1, 'Terry Bozzio, Steve Stevens, Tony Levin', 513541, 16839223, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Duende', 208, 1, 1, 'Terry Bozzio, Steve Stevens, Tony Levin', 447582, 14956771, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Light Syndrome', 208, 1, 1, 'Terry Bozzio, Steve Stevens, Tony Levin', 526471, 17300835, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Falling in Circles', 208, 1, 1, 'Terry Bozzio, Steve Stevens, Tony Levin', 549093, 18263248, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Book of Hours', 208, 1, 1, 'Terry Bozzio, Steve Stevens, Tony Levin', 583366, 19464726, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Chaos-Control', 208, 1, 1, 'Terry Bozzio, Steve Stevens, Tony Levin', 529841, 17455568, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Midnight From The Inside Out', 209, 1, 6, 'Chris Robinson/Rich Robinson', 286981, 9442157, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sting Me', 209, 1, 6, 'Chris Robinson/Rich Robinson', 268094, 8813561, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thick & Thin', 209, 1, 6, 'Chris Robinson/Rich Robinson', 222720, 7284377, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Greasy Grass River', 209, 1, 6, 'Chris Robinson/Rich Robinson', 218749, 7157045, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sometimes Salvation', 209, 1, 6, 'Chris Robinson/Rich Robinson', 389146, 12749424, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cursed Diamonds', 209, 1, 6, 'Chris Robinson/Rich Robinson', 368300, 12047978, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miracle To Me', 209, 1, 6, 'Chris Robinson/Rich Robinson', 372636, 12222116, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wiser Time', 209, 1, 6, 'Chris Robinson/Rich Robinson', 459990, 15161907, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Girl From A Pawnshop', 209, 1, 6, 'Chris Robinson/Rich Robinson', 404688, 13250848, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cosmic Fiend', 209, 1, 6, 'Chris Robinson/Rich Robinson', 308401, 10115556, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Black Moon Creeping', 210, 1, 6, 'Chris Robinson/Rich Robinson', 359314, 11740886, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('High Head Blues', 210, 1, 6, 'Chris Robinson/Rich Robinson', 371879, 12227998, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Title Song', 210, 1, 6, 'Chris Robinson/Rich Robinson', 505521, 16501316, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She Talks To Angels', 210, 1, 6, 'Chris Robinson/Rich Robinson', 361978, 11837342, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Twice As Hard', 210, 1, 6, 'Chris Robinson/Rich Robinson', 275565, 9008067, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lickin''', 210, 1, 6, 'Chris Robinson/Rich Robinson', 314409, 10331216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soul Singing', 210, 1, 6, 'Chris Robinson/Rich Robinson', 233639, 7672489, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hard To Handle', 210, 1, 6, 'A.Isbell/A.Jones/O.Redding', 206994, 6786304, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Remedy', 210, 1, 6, 'Chris Robinson/Rich Robinson', 337084, 11049098, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('White Riot', 211, 1, 4, 'Joe Strummer/Mick Jones', 118726, 3922819, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Remote Control', 211, 1, 4, 'Joe Strummer/Mick Jones', 180297, 5949647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Complete Control', 211, 1, 4, 'Joe Strummer/Mick Jones', 192653, 6272081, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Clash City Rockers', 211, 1, 4, 'Joe Strummer/Mick Jones', 227500, 7555054, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('(White Man) In Hammersmith Palais', 211, 1, 4, 'Joe Strummer/Mick Jones', 240640, 7883532, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tommy Gun', 211, 1, 4, 'Joe Strummer/Mick Jones', 195526, 6399872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('English Civil War', 211, 1, 4, 'Mick Jones/Traditional arr. Joe Strummer', 156708, 5111226, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Fought The Law', 211, 1, 4, 'Sonny Curtis', 159764, 5245258, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('London Calling', 211, 1, 4, 'Joe Strummer/Mick Jones', 199706, 6569007, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Train In Vain', 211, 1, 4, 'Joe Strummer/Mick Jones', 189675, 6329877, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bankrobber', 211, 1, 4, 'Joe Strummer/Mick Jones', 272431, 9067323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Call Up', 211, 1, 4, 'The Clash', 324336, 10746937, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hitsville UK', 211, 1, 4, 'The Clash', 261433, 8606887, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Magnificent Seven', 211, 1, 4, 'The Clash', 268486, 8889821, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('This Is Radio Clash', 211, 1, 4, 'The Clash', 249756, 8366573, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Know Your Rights', 211, 1, 4, 'The Clash', 217678, 7195726, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rock The Casbah', 211, 1, 4, 'The Clash', 222145, 7361500, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Should I Stay Or Should I Go', 211, 1, 4, 'The Clash', 187219, 6188688, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('War (The Process)', 212, 1, 1, 'Billy Duffy/Ian Astbury', 252630, 8254842, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Saint', 212, 1, 1, 'Billy Duffy/Ian Astbury', 216215, 7061584, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rise', 212, 1, 1, 'Billy Duffy/Ian Astbury', 219088, 7106195, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Take The Power', 212, 1, 1, 'Billy Duffy/Ian Astbury', 235755, 7650012, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Breathe', 212, 1, 1, 'Billy Duffy/Ian Astbury/Marti Frederiksen/Mick Jones', 299781, 9742361, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nico', 212, 1, 1, 'Billy Duffy/Ian Astbury', 289488, 9412323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('American Gothic', 212, 1, 1, 'Billy Duffy/Ian Astbury', 236878, 7739840, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ashes And Ghosts', 212, 1, 1, 'Billy Duffy/Bob Rock/Ian Astbury', 300591, 9787692, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shape The Sky', 212, 1, 1, 'Billy Duffy/Ian Astbury', 209789, 6885647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Speed Of Light', 212, 1, 1, 'Billy Duffy/Bob Rock/Ian Astbury', 262817, 8563352, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('True Believers', 212, 1, 1, 'Billy Duffy/Ian Astbury', 308009, 9981359, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Bridges Burn', 212, 1, 1, 'Billy Duffy/Ian Astbury', 231862, 7571370, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('She Sells Sanctuary', 213, 1, 1, 253727, 8368634, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fire Woman', 213, 1, 1, 312790, 10196995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lil'' Evil', 213, 1, 1, 165825, 5419655, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Spirit Walker', 213, 1, 1, 230060, 7555897, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Witch', 213, 1, 1, 258768, 8725403, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Revolution', 213, 1, 1, 256026, 8371254, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wild Hearted Son', 213, 1, 1, 266893, 8670550, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Love Removal Machine', 213, 1, 1, 257619, 8412167, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rain', 213, 1, 1, 236669, 7788461, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Edie (Ciao Baby)', 213, 1, 1, 241632, 7846177, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Heart Of Soul', 213, 1, 1, 274207, 8967257, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Love', 213, 1, 1, 326739, 10729824, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wild Flower', 213, 1, 1, 215536, 7084321, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Go West', 213, 1, 1, 238158, 7777749, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Resurrection Joe', 213, 1, 1, 255451, 8532840, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sun King', 213, 1, 1, 368431, 12010865, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sweet Soul Sister', 213, 1, 1, 212009, 6889883, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Earth Mofo', 213, 1, 1, 282200, 9204581, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Break on Through', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 149342, 4943144, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Soul Kitchen', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 215066, 7040865, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Crystal Ship', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 154853, 5052658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Twentienth Century Fox', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 153913, 5069211, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Alabama Song', 214, 1, 1, 'Weill-Brecht', 200097, 6563411, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Light My Fire', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 428329, 13963351, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Back Door Man', 214, 1, 1, 'Willie Dixon, C. Burnett', 214360, 7035636, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Looked At You', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 142080, 4663988, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('End Of The Night', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 172695, 5589732, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Take It As It Comes', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 137168, 4512656, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The End', 214, 1, 1, 'Robby Krieger, Ray Manzarek, John Densmore, Jim Morrison', 701831, 22927336, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Roxanne', 215, 1, 1, 'G M Sumner', 192992, 6330159, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can''t Stand Losing You', 215, 1, 1, 'G M Sumner', 181159, 5971983, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Message in a Bottle', 215, 1, 1, 'G M Sumner', 291474, 9647829, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walking on the Moon', 215, 1, 1, 'G M Sumner', 302080, 10019861, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Stand so Close to Me', 215, 1, 1, 'G M Sumner', 241031, 7956658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('De Do Do Do, De Da Da Da', 215, 1, 1, 'G M Sumner', 247196, 8227075, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Every Little Thing She Does is Magic', 215, 1, 1, 'G M Sumner', 261120, 8646853, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Invisible Sun', 215, 1, 1, 'G M Sumner', 225593, 7304320, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spirit''s in the Material World', 215, 1, 1, 'G M Sumner', 181133, 5986622, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Every Breath You Take', 215, 1, 1, 'G M Sumner', 254615, 8364520, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('King Of Pain', 215, 1, 1, 'G M Sumner', 300512, 9880303, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wrapped Around Your Finger', 215, 1, 1, 'G M Sumner', 315454, 10361490, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Don''t Stand So Close to Me ''86', 215, 1, 1, 'G M Sumner', 293590, 9636683, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Message in a Bottle (new classic rock mix)', 215, 1, 1, 'G M Sumner', 290951, 9640349, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Time Is On My Side', 216, 1, 1, 'Jerry Ragavoy', 179983, 5855836, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heart Of Stone', 216, 1, 1, 'Jagger/Richards', 164493, 5329538, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Play With Fire', 216, 1, 1, 'Nanker Phelge', 132022, 4265297, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Satisfaction', 216, 1, 1, 'Jagger/Richards', 226612, 7398766, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('As Tears Go By', 216, 1, 1, 'Jagger/Richards/Oldham', 164284, 5357350, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Get Off Of My Cloud', 216, 1, 1, 'Jagger/Richards', 176013, 5719514, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mother''s Little Helper', 216, 1, 1, 'Jagger/Richards', 167549, 5422434, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('19th Nervous Breakdown', 216, 1, 1, 'Jagger/Richards', 237923, 7742984, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paint It Black', 216, 1, 1, 'Jagger/Richards', 226063, 7442888, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Under My Thumb', 216, 1, 1, 'Jagger/Richards', 221387, 7371799, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ruby Tuesday', 216, 1, 1, 'Jagger/Richards', 197459, 6433467, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let''s Spend The Night Together', 216, 1, 1, 'Jagger/Richards', 217495, 7137048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Intro', 217, 1, 1, 'Jagger/Richards', 49737, 1618591, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Got Me Rocking', 217, 1, 1, 'Jagger/Richards', 205766, 6734385, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gimmie Shelters', 217, 1, 1, 'Jagger/Richards', 382119, 12528764, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flip The Switch', 217, 1, 1, 'Jagger/Richards', 252421, 8336591, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Memory Motel', 217, 1, 1, 'Jagger/Richards', 365844, 11982431, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Corinna', 217, 1, 1, 'Jesse Ed Davis III/Taj Mahal', 257488, 8449471, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Saint Of Me', 217, 1, 1, 'Jagger/Richards', 325694, 10725160, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wainting On A Friend', 217, 1, 1, 'Jagger/Richards', 302497, 9978046, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sister Morphine', 217, 1, 1, 'Faithfull/Jagger/Richards', 376215, 12345289, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Live With Me', 217, 1, 1, 'Jagger/Richards', 234893, 7709006, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Respectable', 217, 1, 1, 'Jagger/Richards', 215693, 7099669, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thief In The Night', 217, 1, 1, 'De Beauport/Jagger/Richards', 337266, 10952756, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Last Time', 217, 1, 1, 'Jagger/Richards', 287294, 9498758, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Out Of Control', 217, 1, 1, 'Jagger/Richards', 479242, 15749289, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Is Strong', 218, 1, 1, 'Jagger/Richards', 230896, 7639774, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Got Me Rocking', 218, 1, 1, 'Jagger/Richards', 215928, 7162159, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sparks Will Fly', 218, 1, 1, 'Jagger/Richards', 196466, 6492847, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Worst', 218, 1, 1, 'Jagger/Richards', 144613, 4750094, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Faces', 218, 1, 1, 'Jagger/Richards', 172146, 5689122, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Moon Is Up', 218, 1, 1, 'Jagger/Richards', 222119, 7366316, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Out Of Tears', 218, 1, 1, 'Jagger/Richards', 327418, 10677236, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Go Wild', 218, 1, 1, 'Jagger/Richards', 264019, 8630833, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Brand New Car', 218, 1, 1, 'Jagger/Richards', 256052, 8459344, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sweethearts Together', 218, 1, 1, 'Jagger/Richards', 285492, 9550459, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Suck On The Jugular', 218, 1, 1, 'Jagger/Richards', 268225, 8920566, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Blinded By Rainbows', 218, 1, 1, 'Jagger/Richards', 273946, 8971343, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Baby Break It Down', 218, 1, 1, 'Jagger/Richards', 249417, 8197309, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Thru And Thru', 218, 1, 1, 'Jagger/Richards', 375092, 12175406, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mean Disposition', 218, 1, 1, 'Jagger/Richards', 249155, 8273602, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walking Wounded', 219, 1, 4, 'The Tea Party', 277968, 9184345, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Temptation', 219, 1, 4, 'The Tea Party', 205087, 6711943, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Messenger', 219, 1, 4, 'Daniel Lanois', 212062, 6975437, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Psychopomp', 219, 1, 4, 'The Tea Party', 315559, 10295199, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sister Awake', 219, 1, 4, 'The Tea Party', 343875, 11299407, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Bazaar', 219, 1, 4, 'The Tea Party', 222458, 7245691, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Save Me (Remix)', 219, 1, 4, 'The Tea Party', 396303, 13053839, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fire In The Head', 219, 1, 4, 'The Tea Party', 306337, 10005675, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Release', 219, 1, 4, 'The Tea Party', 244114, 8014606, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heaven Coming Down', 219, 1, 4, 'The Tea Party', 241867, 7846459, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The River (Remix)', 219, 1, 4, 'The Tea Party', 343170, 11193268, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Babylon', 219, 1, 4, 'The Tea Party', 169795, 5568808, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Waiting On A Sign', 219, 1, 4, 'The Tea Party', 261903, 8558590, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Life Line', 219, 1, 4, 'The Tea Party', 277786, 9082773, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Paint It Black', 219, 1, 4, 'Keith Richards/Mick Jagger', 214752, 7101572, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Temptation', 220, 1, 4, 'The Tea Party', 205244, 6719465, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Army Ants', 220, 1, 4, 'The Tea Party', 215405, 7075838, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Psychopomp', 220, 1, 4, 'The Tea Party', 317231, 10351778, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gyroscope', 220, 1, 4, 'The Tea Party', 177711, 5810323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Alarum', 220, 1, 4, 'The Tea Party', 298187, 9712545, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Release', 220, 1, 4, 'The Tea Party', 266292, 8725824, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Transmission', 220, 1, 4, 'The Tea Party', 317257, 10351152, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Babylon', 220, 1, 4, 'The Tea Party', 292466, 9601786, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pulse', 220, 1, 4, 'The Tea Party', 250253, 8183872, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Emerald', 220, 1, 4, 'The Tea Party', 289750, 9543789, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aftermath', 220, 1, 4, 'The Tea Party', 343745, 11085607, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can''t Explain', 221, 1, 1, 'Pete Townshend', 125152, 4082896, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Anyway, Anyhow, Anywhere', 221, 1, 1, 'Pete Townshend, Roger Daltrey', 161253, 5234173, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('My Generation', 221, 1, 1, 'John Entwistle/Pete Townshend', 197825, 6446634, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Substitute', 221, 1, 1, 'Pete Townshend', 228022, 7409995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I''m A Boy', 221, 1, 1, 'Pete Townshend', 157126, 5120605, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Boris The Spider', 221, 1, 1, 'John Entwistle', 149472, 4835202, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Happy Jack', 221, 1, 1, 'Pete Townshend', 132310, 4353063, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pictures Of Lily', 221, 1, 1, 'Pete Townshend', 164414, 5329751, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Can See For Miles', 221, 1, 1, 'Pete Townshend', 262791, 8604989, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Magic Bus', 221, 1, 1, 'Pete Townshend', 197224, 6452700, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pinball Wizard', 221, 1, 1, 'John Entwistle/Pete Townshend', 181890, 6055580, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Seeker', 221, 1, 1, 'Pete Townshend', 204643, 6736866, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Baba O''Riley', 221, 1, 1, 'John Entwistle/Pete Townshend', 309472, 10141660, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Won''t Get Fooled Again (Full Length Version)', 221, 1, 1, 'John Entwistle/Pete Townshend', 513750, 16855521, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Let''s See Action', 221, 1, 1, 'Pete Townshend', 243513, 8078418, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('5.15', 221, 1, 1, 'Pete Townshend', 289619, 9458549, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Join Together', 221, 1, 1, 'Pete Townshend', 262556, 8602485, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Squeeze Box', 221, 1, 1, 'Pete Townshend', 161280, 5256508, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Who Are You (Single Edit Version)', 221, 1, 1, 'John Entwistle/Pete Townshend', 299232, 9900469, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Better You Bet', 221, 1, 1, 'Pete Townshend', 338520, 11160877, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Primavera', 222, 1, 7, 'Genival Cassiano/Silvio Rochael', 126615, 4152604, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Chocolate', 222, 1, 7, 'Tim Maia', 194690, 6411587, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Azul Da Cor Do Mar', 222, 1, 7, 'Tim Maia', 197955, 6475007, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Descobridor Dos Sete Mares', 222, 1, 7, 'Gilson Mendonça/Michel', 262974, 8749583, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Até Que Enfim Encontrei Você', 222, 1, 7, 'Tim Maia', 105064, 3477751, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Coroné Antonio Bento', 222, 1, 7, 'Do Vale, João/Luiz Wanderley', 131317, 4340326, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Love', 222, 1, 7, 'Tim Maia', 237897, 7786824, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Não Vou Ficar', 222, 1, 7, 'Tim Maia', 172068, 5642919, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Música No Ar', 222, 1, 7, 'Tim Maia', 158511, 5184891, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Salve Nossa Senhora', 222, 1, 7, 'Carlos Imperial/Edardo Araújo', 115461, 3827629, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Você Fugiu', 222, 1, 7, 'Genival Cassiano', 238367, 7971147, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cristina Nº 2', 222, 1, 7, 'Carlos Imperial/Tim Maia', 90148, 2978589, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Compadre', 222, 1, 7, 'Tim Maia', 171389, 5631446, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Over Again', 222, 1, 7, 'Tim Maia', 200489, 6612634, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Réu Confesso', 222, 1, 7, 'Tim Maia', 217391, 7189874, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Que Me Importa', 223, 1, 7, 153155, 4977852, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gostava Tanto De Você', 223, 1, 7, 253805, 8380077, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Você', 223, 1, 7, 242599, 7911702, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Não Quero Dinheiro', 223, 1, 7, 152607, 5031797, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Eu Amo Você', 223, 1, 7, 242782, 7914628, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Festa Do Santo Reis', 223, 1, 7, 159791, 5204995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I Don''t Know What To Do With Myself', 223, 1, 7, 221387, 7251478, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Padre Cícero', 223, 1, 7, 139598, 4581685, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nosso Adeus', 223, 1, 7, 206471, 6793270, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Canário Do Reino', 223, 1, 7, 139337, 4552858, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Preciso Ser Amado', 223, 1, 7, 174001, 5618895, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Balanço', 223, 1, 7, 209737, 6890327, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Preciso Aprender A Ser Só', 223, 1, 7, 162220, 5213894, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Esta É A Canção', 223, 1, 7, 184450, 6069933, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Formigueiro', 223, 1, 7, 252943, 8455132, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Comida', 224, 1, 4, 'Titãs', 322612, 10786578, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Go Back', 224, 1, 4, 'Titãs', 230504, 7668899, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Prá Dizer Adeus', 224, 1, 4, 'Titãs', 222484, 7382048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Família', 224, 1, 4, 'Titãs', 218331, 7267458, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Os Cegos Do Castelo', 224, 1, 4, 'Titãs', 296829, 9868187, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('O Pulso', 224, 1, 4, 'Titãs', 199131, 6566998, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Marvin', 224, 1, 4, 'Titãs', 264359, 8741444, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nem 5 Minutos Guardados', 224, 1, 4, 'Titãs', 245995, 8143797, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Flores', 224, 1, 4, 'Titãs', 215510, 7148017, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Palavras', 224, 1, 4, 'Titãs', 158458, 5285715, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hereditário', 224, 1, 4, 'Titãs', 151693, 5020547, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Melhor Forma', 224, 1, 4, 'Titãs', 191503, 6349938, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cabeça Dinossauro', 224, 1, 4, 'Titãs', 37120, 1220930, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('32 Dentes', 224, 1, 4, 'Titãs', 184946, 6157904, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bichos Escrotos (Vinheta)', 224, 1, 4, 'Titãs', 104986, 3503755, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Não Vou Lutar', 224, 1, 4, 'Titãs', 189988, 6308613, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Homem Primata (Vinheta)', 224, 1, 4, 'Titãs', 34168, 1124909, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Homem Primata', 224, 1, 4, 'Titãs', 195500, 6486470, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Polícia (Vinheta)', 224, 1, 4, 'Titãs', 56111, 1824213, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Querem Meu Sangue', 224, 1, 4, 'Titãs', 212401, 7069773, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Diversão', 224, 1, 4, 'Titãs', 285936, 9531268, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Televisão', 224, 1, 4, 'Titãs', 293668, 9776548, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sonifera Ilha', 225, 1, 4, 'Branco Mello/Carlos Barmack/Ciro Pessoa/Marcelo Fromer/Toni Belloto', 170684, 5678290, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lugar Nenhum', 225, 1, 4, 'Arnaldo Antunes/Charles Gavin/Marcelo Fromer/Sérgio Britto/Toni Bellotto', 195840, 6472780, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sua Impossivel Chance', 225, 1, 4, 'Nando Reis', 246622, 8073248, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Desordem', 225, 1, 4, 'Charles Gavin/Marcelo Fromer/Sérgio Britto', 213289, 7067340, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Não Vou Me Adaptar', 225, 1, 4, 'Arnaldo Antunes', 221831, 7304656, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Domingo', 225, 1, 4, 'Sérgio Britto/Toni Bellotto', 208613, 6883180, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Amanhã Não Se Sabe', 225, 1, 4, 'Sérgio Britto', 189440, 6243967, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Caras Como Eu', 225, 1, 4, 'Toni Bellotto', 183092, 5999048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Senhora E Senhor', 225, 1, 4, 'Arnaldo Anutnes/Marcelo Fromer/Paulo Miklos', 203702, 6733733, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Era Uma Vez', 225, 1, 4, 'Arnaldo Anutnes/Branco Mello/Marcelo Fromer/Sergio Brotto/Toni Bellotto', 224261, 7453156, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miséria', 225, 1, 4, 'Arnaldo Antunes/Britto, SergioMiklos, Paulo', 262191, 8727645, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Insensível', 225, 1, 4, 'Sérgio Britto', 207830, 6893664, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eu E Ela', 225, 1, 4, 'Nando Reis', 276035, 9138846, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Toda Cor', 225, 1, 4, 'Ciro Pressoa/Marcelo Fromer', 209084, 6939176, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('É Preciso Saber Viver', 225, 1, 4, 'Erasmo Carlos/Roberto Carlos', 251115, 8271418, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Senhor Delegado/Eu Não Aguento', 225, 1, 4, 'Antonio Lopes', 156656, 5277983, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Battlestar Galactica: The Story So Far', 226, 3, 18, 2622250, 490750393, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Occupation / Precipice', 227, 3, 19, 5286953, 1054423946, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Exodus, Pt. 1', 227, 3, 19, 2621708, 475079441, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Exodus, Pt. 2', 227, 3, 19, 2618000, 466820021, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Collaborators', 227, 3, 19, 2626626, 483484911, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Torn', 227, 3, 19, 2631291, 495262585, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Measure of Salvation', 227, 3, 18, 2563938, 489715554, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hero', 227, 3, 18, 2713755, 506896959, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Unfinished Business', 227, 3, 18, 2622038, 528499160, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Passage', 227, 3, 18, 2623875, 490375760, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Eye of Jupiter', 227, 3, 18, 2618750, 517909587, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rapture', 227, 3, 18, 2624541, 508406153, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Taking a Break from All Your Worries', 227, 3, 18, 2624207, 492700163, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Woman King', 227, 3, 18, 2626376, 552893447, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Day In the Life', 227, 3, 18, 2620245, 462818231, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dirty Hands', 227, 3, 18, 2627961, 537648614, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Maelstrom', 227, 3, 18, 2622372, 514154275, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Son Also Rises', 227, 3, 18, 2621830, 499258498, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Crossroads, Pt. 1', 227, 3, 20, 2622622, 486233524, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Crossroads, Pt. 2', 227, 3, 20, 2869953, 497335706, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Genesis', 228, 3, 19, 2611986, 515671080, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Don''t Look Back', 228, 3, 21, 2571154, 493628775, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('One Giant Leap', 228, 3, 21, 2607649, 521616246, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Collision', 228, 3, 21, 2605480, 526182322, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hiros', 228, 3, 21, 2533575, 488835454, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Better Halves', 228, 3, 21, 2573031, 549353481, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nothing to Hide', 228, 3, 19, 2605647, 510058181, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Seven Minutes to Midnight', 228, 3, 21, 2613988, 515590682, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Homecoming', 228, 3, 21, 2601351, 516015339, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Six Months Ago', 228, 3, 19, 2602852, 505133869, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fallout', 228, 3, 21, 2594761, 501145440, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Fix', 228, 3, 21, 2600266, 507026323, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Distractions', 228, 3, 21, 2590382, 537111289, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Run!', 228, 3, 21, 2602602, 542936677, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Unexpected', 228, 3, 21, 2598139, 511777758, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Company Man', 228, 3, 21, 2601226, 493168135, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Company Man', 228, 3, 21, 2601101, 503786316, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Parasite', 228, 3, 21, 2602727, 487461520, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Tale of Two Cities', 229, 3, 19, 2636970, 513691652, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lost (Pilot, Part 1) premiere', 230, 3, 19, 2548875, 217124866, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Man of Science, Man of Faith (Premiere)', 231, 3, 19, 2612250, 543342028, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Adrift', 231, 3, 19, 2564958, 502663995, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lost (Pilot, Part 2)', 230, 3, 19, 2436583, 204995876, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Glass Ballerina', 229, 3, 21, 2637458, 535729216, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Further Instructions', 229, 3, 19, 2563980, 502041019, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Orientation', 231, 3, 19, 2609083, 500600434, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tabula Rasa', 230, 3, 19, 2627105, 210526410, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Every Man for Himself', 229, 3, 21, 2637387, 513803546, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Everybody Hates Hugo', 231, 3, 19, 2609192, 498163145, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Walkabout', 230, 3, 19, 2587370, 207748198, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('...And Found', 231, 3, 19, 2563833, 500330548, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Cost of Living', 229, 3, 19, 2637500, 505647192, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('White Rabbit', 230, 3, 19, 2571965, 201654606, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Abandoned', 231, 3, 19, 2587041, 537348711, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('House of the Rising Sun', 230, 3, 19, 2590032, 210379525, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I Do', 229, 3, 19, 2627791, 504676825, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Not In Portland', 229, 3, 21, 2637303, 499061234, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Not In Portland', 229, 3, 21, 2637345, 510546847, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Moth', 230, 3, 19, 2631327, 228896396, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Other 48 Days', 231, 3, 19, 2610625, 535256753, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Collision', 231, 3, 19, 2564916, 475656544, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Confidence Man', 230, 3, 19, 2615244, 223756475, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Flashes Before Your Eyes', 229, 3, 21, 2636636, 537760755, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lost Survival Guide', 229, 3, 21, 2632590, 486675063, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Solitary', 230, 3, 19, 2612894, 207045178, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('What Kate Did', 231, 3, 19, 2610250, 484583988, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Raised By Another', 230, 3, 19, 2590459, 223623810, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Stranger In a Strange Land', 229, 3, 21, 2636428, 505056021, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The 23rd Psalm', 231, 3, 19, 2610416, 487401604, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('All the Best Cowboys Have Daddy Issues', 230, 3, 19, 2555492, 211743651, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Hunting Party', 231, 3, 21, 2611333, 520350364, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tricia Tanaka Is Dead', 229, 3, 21, 2635010, 548197162, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Enter 77', 229, 3, 21, 2629796, 517521422, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fire + Water', 231, 3, 21, 2600333, 488458695, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Whatever the Case May Be', 230, 3, 19, 2616410, 183867185, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hearts and Minds', 230, 3, 19, 2619462, 207607466, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Par Avion', 229, 3, 21, 2629879, 517079642, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Long Con', 231, 3, 19, 2679583, 518376636, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('One of Them', 231, 3, 21, 2698791, 542332389, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Special', 230, 3, 19, 2618530, 219961967, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Man from Tallahassee', 229, 3, 21, 2637637, 550893556, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Exposé', 229, 3, 21, 2593760, 511338017, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Homecoming', 230, 3, 19, 2515882, 210675221, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Maternity Leave', 231, 3, 21, 2780416, 555244214, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Left Behind', 229, 3, 21, 2635343, 538491964, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Outlaws', 230, 3, 19, 2619887, 206500939, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Whole Truth', 231, 3, 21, 2610125, 495487014, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('...In Translation', 230, 3, 19, 2604575, 215441983, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lockdown', 231, 3, 21, 2610250, 543886056, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('One of Us', 229, 3, 21, 2638096, 502387276, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Catch-22', 229, 3, 21, 2561394, 489773399, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dave', 231, 3, 19, 2825166, 574325829, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Numbers', 230, 3, 19, 2609772, 214709143, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('D.O.C.', 229, 3, 21, 2616032, 518556641, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Deus Ex Machina', 230, 3, 19, 2582009, 214996732, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('S.O.S.', 231, 3, 19, 2639541, 517979269, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Do No Harm', 230, 3, 19, 2618487, 212039309, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Two for the Road', 231, 3, 21, 2610958, 502404558, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Greater Good', 230, 3, 19, 2617784, 214130273, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('"?"', 231, 3, 19, 2782333, 528227089, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Born to Run', 230, 3, 19, 2618619, 213772057, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Three Minutes', 231, 3, 19, 2763666, 531556853, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Exodus (Part 1)', 230, 3, 19, 2620747, 213107744, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Live Together, Die Alone, Pt. 1', 231, 3, 21, 2478041, 457364940, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Exodus (Part 2) [Season Finale]', 230, 3, 19, 2605557, 208667059, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Live Together, Die Alone, Pt. 2', 231, 3, 19, 2656531, 503619265, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Exodus (Part 3) [Season Finale]', 230, 3, 19, 2619869, 197937785, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Zoo Station', 232, 1, 1, 'U2', 276349, 9056902, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Even Better Than The Real Thing', 232, 1, 1, 'U2', 221361, 7279392, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One', 232, 1, 1, 'U2', 276192, 9158892, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Until The End Of The World', 232, 1, 1, 'U2', 278700, 9132485, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Who''s Gonna Ride Your Wild Horses', 232, 1, 1, 'U2', 316551, 10304369, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('So Cruel', 232, 1, 1, 'U2', 349492, 11527614, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Fly', 232, 1, 1, 'U2', 268982, 8825399, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mysterious Ways', 232, 1, 1, 'U2', 243826, 8062057, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tryin'' To Throw Your Arms Around The World', 232, 1, 1, 'U2', 232463, 7612124, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ultraviolet (Light My Way)', 232, 1, 1, 'U2', 330788, 10754631, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Acrobat', 232, 1, 1, 'U2', 270288, 8824723, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Is Blindness', 232, 1, 1, 'U2', 263497, 8531766, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Beautiful Day', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 248163, 8056723, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stuck In A Moment You Can''t Get Out Of', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 272378, 8997366, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Elevation', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 227552, 7479414, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walk On', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 296280, 9800861, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Kite', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 266893, 8765761, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In A Little While', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 219271, 7189647, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wild Honey', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 226768, 7466069, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Peace On Earth', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 288496, 9476171, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When I Look At The World', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 257776, 8500491, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New York', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 330370, 10862323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Grace', 233, 1, 1, 'Adam Clayton, Bono, Larry Mullen, The Edge', 330657, 10877148, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Three Sunrises', 234, 1, 1, 'U2', 234788, 7717990, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spanish Eyes', 234, 1, 1, 'U2', 196702, 6392710, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sweetest Thing', 234, 1, 1, 'U2', 185103, 6154896, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Comes Tumbling', 234, 1, 1, 'U2', 282671, 9328802, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bass Trap', 234, 1, 1, 'U2', 213289, 6834107, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dancing Barefoot', 234, 1, 1, 'Ivan Kral/Patti Smith', 287895, 9488294, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Everlasting Love', 234, 1, 1, 'Buzz Cason/Mac Gayden', 202631, 6708932, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Unchained Melody', 234, 1, 1, 'Alex North/Hy Zaret', 294164, 9597568, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Walk To The Water', 234, 1, 1, 'U2', 289253, 9523336, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Luminous Times (Hold On To Love)', 234, 1, 1, 'Brian Eno/U2', 277760, 9015513, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hallelujah Here She Comes', 234, 1, 1, 'U2', 242364, 8027028, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Silver And Gold', 234, 1, 1, 'Bono', 279875, 9199746, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Endless Deep', 234, 1, 1, 'U2', 179879, 5899070, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Room At The Heartbreak Hotel', 234, 1, 1, 'U2', 274546, 9015416, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Trash, Trampoline And The Party Girl', 234, 1, 1, 'U2', 153965, 5083523, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vertigo', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 194612, 6329502, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miracle Drug', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 239124, 7760916, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sometimes You Can''t Make It On Your Own', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 308976, 10112863, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love And Peace Or Else', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 290690, 9476723, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('City Of Blinding Lights', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 347951, 11432026, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All Because Of You', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 219141, 7198014, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('A Man And A Woman', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 270132, 8938285, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crumbs From Your Table', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 303568, 9892349, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One Step Closer', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 231680, 7512912, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Original Of The Species', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 281443, 9230041, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Yahweh', 235, 1, 1, 'Adam Clayton, Bono, Larry Mullen & The Edge', 262034, 8636998, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Discotheque', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 319582, 10442206, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do You Feel Loved', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 307539, 10122694, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Mofo', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 349178, 11583042, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('If God Will Send His Angels', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 322533, 10563329, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Staring At The Sun', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 276924, 9082838, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Last Night On Earth', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 285753, 9401017, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Gone', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 266866, 8746301, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miami', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 293041, 9741603, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Playboy Mansion', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 280555, 9274144, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('If You Wear That Velvet Dress', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 315167, 10227333, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Please', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 302602, 9909484, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wake Up Dead Man', 236, 1, 1, 'Bono, The Edge, Adam Clayton, and Larry Mullen', 292832, 9515903, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Helter Skelter', 237, 1, 1, 'Lennon, John/McCartney, Paul', 187350, 6097636, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Van Diemen''s Land', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 186044, 5990280, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Desire', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 179226, 5874535, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hawkmoon 269', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 382458, 12494987, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All Along The Watchtower', 237, 1, 1, 'Dylan, Bob', 264568, 8623572, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Still Haven''t Found What I''m Looking for', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 353567, 11542247, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Freedom For My People', 237, 1, 1, 'Mabins, Macie/Magee, Sterling/Robinson, Bobby', 38164, 1249764, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Silver And Gold', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 349831, 11450194, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pride (In The Name Of Love)', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 267807, 8806361, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Angel Of Harlem', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 229276, 7498022, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Rescue Me', 237, 1, 1, 'Bono/Clayton, Adam/Dylan, Bob/Mullen Jr., Larry/The Edge', 384522, 12508716, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When Love Comes To Town', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 255869, 8340954, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Heartland', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 303360, 9867748, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('God Part II', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 195604, 6497570, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Star Spangled Banner', 237, 1, 1, 'Hendrix, Jimi', 43232, 1385810, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bullet The Blue Sky', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 337005, 10993607, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All I Want Is You', 237, 1, 1, 'Bono/Clayton, Adam/Mullen Jr., Larry/The Edge', 390243, 12729820, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pride (In The Name Of Love)', 238, 1, 1, 'U2', 230243, 7549085, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Year''s Day', 238, 1, 1, 'U2', 258925, 8491818, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('With Or Without You', 238, 1, 1, 'U2', 299023, 9765188, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Still Haven''t Found What I''m Looking For', 238, 1, 1, 'U2', 280764, 9306737, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sunday Bloody Sunday', 238, 1, 1, 'U2', 282174, 9269668, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Bad', 238, 1, 1, 'U2', 351817, 11628058, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Where The Streets Have No Name', 238, 1, 1, 'U2', 276218, 9042305, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Will Follow', 238, 1, 1, 'U2', 218253, 7184825, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Unforgettable Fire', 238, 1, 1, 'U2', 295183, 9684664, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sweetest Thing', 238, 1, 1, 'U2 & Daragh O''Toole', 183066, 6071385, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Desire', 238, 1, 1, 'U2', 179853, 5893206, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When Love Comes To Town', 238, 1, 1, 'U2', 258194, 8479525, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Angel Of Harlem', 238, 1, 1, 'U2', 230217, 7527339, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All I Want Is You', 238, 1, 1, 'U2 & Van Dyke Parks', 591986, 19202252, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sunday Bloody Sunday', 239, 1, 1, 'U2', 278204, 9140849, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Seconds', 239, 1, 1, 'U2', 191582, 6352121, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('New Year''s Day', 239, 1, 1, 'U2', 336274, 11054732, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Like A Song...', 239, 1, 1, 'U2', 287294, 9365379, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Drowning Man', 239, 1, 1, 'U2', 254458, 8457066, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Refugee', 239, 1, 1, 'U2', 221283, 7374043, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Two Hearts Beat As One', 239, 1, 1, 'U2', 243487, 7998323, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Red Light', 239, 1, 1, 'U2', 225854, 7453704, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Surrender', 239, 1, 1, 'U2', 333505, 11221406, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('"40"', 239, 1, 1, 'U2', 157962, 5251767, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Zooropa', 240, 1, 1, 'U2; Bono', 392359, 12807979, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Babyface', 240, 1, 1, 'U2; Bono', 241998, 7942573, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Numb', 240, 1, 1, 'U2; Edge, The', 260284, 8577861, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lemon', 240, 1, 1, 'U2; Bono', 418324, 13988878, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Stay (Faraway, So Close!)', 240, 1, 1, 'U2; Bono', 298475, 9785480, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Daddy''s Gonna Pay For Your Crashed Car', 240, 1, 1, 'U2; Bono', 320287, 10609581, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Some Days Are Better Than Others', 240, 1, 1, 'U2; Bono', 257436, 8417690, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The First Time', 240, 1, 1, 'U2; Bono', 225697, 7247651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dirty Day', 240, 1, 1, 'U2; Bono & Edge, The', 324440, 10652877, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Wanderer', 240, 1, 1, 'U2; Bono', 283951, 9258717, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Breakfast In Bed', 241, 1, 8, 196179, 6513325, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Where Did I Go Wrong', 241, 1, 8, 226742, 7485054, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I Would Do For You', 241, 1, 8, 334524, 11193602, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Homely Girl', 241, 1, 8, 203833, 6790788, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Here I Am (Come And Take Me)', 241, 1, 8, 242102, 8106249, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Kingston Town', 241, 1, 8, 226951, 7638236, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wear You To The Ball', 241, 1, 8, 213342, 7159527, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('(I Can''t Help) Falling In Love With You', 241, 1, 8, 207568, 6905623, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Higher Ground', 241, 1, 8, 260179, 8665244, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Bring Me Your Cup', 241, 1, 8, 341498, 11346114, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('C''est La Vie', 241, 1, 8, 270053, 9031661, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Reggae Music', 241, 1, 8, 245106, 8203931, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Superstition', 241, 1, 8, 319582, 10728099, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Until My Dying Day', 241, 1, 8, 235807, 7886195, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Where Have All The Good Times Gone?', 242, 1, 1, 'Ray Davies', 186723, 6063937, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Hang ''Em High', 242, 1, 1, 'Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony', 210259, 6872314, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cathedral', 242, 1, 1, 'Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony', 82860, 2650998, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Secrets', 242, 1, 1, 'Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony', 206968, 6803255, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Intruder', 242, 1, 1, 'Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony', 100153, 3282142, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('(Oh) Pretty Woman', 242, 1, 1, 'Bill Dees/Roy Orbison', 174680, 5665828, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dancing In The Street', 242, 1, 1, 'Ivy Jo Hunter/Marvin Gaye/William Stevenson', 225985, 7461499, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Little Guitars (Intro)', 242, 1, 1, 'Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony', 42240, 1439530, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Little Guitars', 242, 1, 1, 'Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony', 228806, 7453043, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Big Bad Bill (Is Sweet William Now)', 242, 1, 1, 'Jack Yellen/Milton Ager', 165146, 5489609, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Full Bug', 242, 1, 1, 'Alex Van Halen/David Lee Roth/Edward Van Halen/Michael Anthony', 201116, 6551013, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Happy Trails', 242, 1, 1, 'Dale Evans', 65488, 2111141, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eruption', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony', 102164, 3272891, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ain''t Talkin'' ''bout Love', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony', 228336, 7569506, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Runnin'' With The Devil', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony', 215902, 7061901, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dance the Night Away', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony', 185965, 6087433, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('And the Cradle Will Rock...', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony', 213968, 7011402, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Unchained', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth, Michael Anthony', 208953, 6777078, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jump', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth', 241711, 7911090, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Panama', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, David Lee Roth', 211853, 6921784, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Why Can''t This Be Love', 243, 1, 1, 'Van Halen', 227761, 7457655, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dreams', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar', 291813, 9504119, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('When It''s Love', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar', 338991, 11049966, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Poundcake', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar', 321854, 10366978, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Right Now', 243, 1, 1, 'Van Halen', 321828, 10503352, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can''t Stop Loving You', 243, 1, 1, 'Van Halen', 248502, 8107896, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Humans Being', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, Sammy Hagar', 308950, 10014683, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Can''t Get This Stuff No More', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth', 315376, 10355753, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Me Wise Magic', 243, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony,/Edward Van Halen, Alex Van Halen, Michael Anthony, David Lee Roth', 366053, 12013467, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Runnin'' With The Devil', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 216032, 7056863, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Eruption', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 102556, 3286026, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Really Got Me', 244, 1, 1, 'Ray Davies', 158589, 5194092, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ain''t Talkin'' ''Bout Love', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 230060, 7617284, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I''m The One', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 226507, 7373922, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jamie''s Cryin''', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 210546, 6946086, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Atomic Punk', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 182073, 5908861, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Feel Your Love Tonight', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 222850, 7293608, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Little Dreamer', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 203258, 6648122, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ice Cream Man', 244, 1, 1, 'John Brim', 200306, 6573145, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('On Fire', 244, 1, 1, 'Edward Van Halen, Alex Van Halen, Michael Anthony and David Lee Roth', 180636, 5879235, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Neworld', 245, 1, 1, 'Van Halen', 105639, 3495897, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Without You', 245, 1, 1, 'Van Halen', 390295, 12619558, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One I Want', 245, 1, 1, 'Van Halen', 330788, 10743970, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('From Afar', 245, 1, 1, 'Van Halen', 324414, 10524554, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dirty Water Dog', 245, 1, 1, 'Van Halen', 327392, 10709202, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Once', 245, 1, 1, 'Van Halen', 462837, 15378082, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fire in the Hole', 245, 1, 1, 'Van Halen', 331728, 10846768, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Josephina', 245, 1, 1, 'Van Halen', 342491, 11161521, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Year to the Day', 245, 1, 1, 'Van Halen', 514612, 16621333, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Primary', 245, 1, 1, 'Van Halen', 86987, 2812555, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ballot or the Bullet', 245, 1, 1, 'Van Halen', 342282, 11212955, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('How Many Say I', 245, 1, 1, 'Van Halen', 363937, 11716855, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sucker Train Blues', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 267859, 8738780, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Do It For The Kids', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 235911, 7693331, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Big Machine', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 265613, 8673442, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Illegal I Song', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 257750, 8483347, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Spectacle', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 221701, 7252876, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fall To Pieces', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 270889, 8823096, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Headspace', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 223033, 7237986, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Superhuman', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 255921, 8365328, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Set Me Free', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 247954, 8053388, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Got No Right', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 335412, 10991094, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slither', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 248398, 8118785, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Dirty Little Thing', 246, 1, 1, 'Dave Kushner, Duff, Keith Nelson, Matt Sorum, Scott Weiland & Slash', 237844, 7732982, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Loving The Alien', 246, 1, 1, 'Dave Kushner, Duff, Matt Sorum, Scott Weiland & Slash', 348786, 11412762, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pela Luz Dos Olhos Teus', 247, 1, 7, 119196, 3905715, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Bencao E Outros', 247, 1, 7, 421093, 14234427, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tudo Na Mais Santa Paz', 247, 1, 7, 222406, 7426757, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Velho E Aflor', 247, 1, 7, 275121, 9126828, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cotidiano N 2', 247, 1, 7, 55902, 1805797, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Adeus', 247, 1, 7, 221884, 7259351, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba Pra Endrigo', 247, 1, 7, 259265, 8823551, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('So Por Amor', 247, 1, 7, 236591, 7745764, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meu Pranto Rolou', 247, 1, 7, 181760, 6003345, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mulher Carioca', 247, 1, 7, 191686, 6395048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Homem Chamado Alfredo', 247, 1, 7, 151640, 4976227, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Samba Do Jato', 247, 1, 7, 220813, 7357840, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Oi, La', 247, 1, 7, 167053, 5562700, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Vinicius, Poeta Do Encontro', 247, 1, 7, 336431, 10858776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Soneto Da Separacao', 247, 1, 7, 193880, 6277511, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Still Of The Night', 141, 1, 3, 'Sykes', 398210, 13043817, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Here I Go Again', 141, 1, 3, 'Marsden', 233874, 7652473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Is This Love', 141, 1, 3, 'Sykes', 283924, 9262360, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Ain''t No Stranger', 141, 1, 3, 'Galley', 259395, 8490428, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Looking For Love', 141, 1, 3, 'Sykes', 391941, 12769847, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Now You''re Gone', 141, 1, 3, 'Vandenberg', 251141, 8162193, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slide It In', 141, 1, 3, 'Coverdale', 202475, 6615152, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Slow An'' Easy', 141, 1, 3, 'Moody', 367255, 11961332, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Judgement Day', 141, 1, 3, 'Vandenberg', 317074, 10326997, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You''re Gonna Break My Hart Again', 141, 1, 3, 'Sykes', 250853, 8176847, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Deeper The Love', 141, 1, 3, 'Vandenberg', 262791, 8606504, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Crying In The Rain', 141, 1, 3, 'Coverdale', 337005, 10931921, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fool For Your Loving', 141, 1, 3, 'Marsden/Moody', 250801, 8129820, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sweet Lady Luck', 141, 1, 3, 'Vandenberg', 273737, 8919163, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Faixa Amarela', 248, 1, 7, 'Beto Gogo/Jessé Pai/Luiz Carlos/Zeca Pagodinho', 240692, 8082036, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Posso Até Me Apaixonar', 248, 1, 7, 'Dudu Nobre', 200698, 6735526, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Não Sou Mais Disso', 248, 1, 7, 'Jorge Aragão/Zeca Pagodinho', 225985, 7613817, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vivo Isolado Do Mundo', 248, 1, 7, 'Alcides Dias Lopes', 180035, 6073995, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Coração Em Desalinho', 248, 1, 7, 'Mauro Diniz/Ratino Sigem', 185208, 6225948, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Seu Balancê', 248, 1, 7, 'Paulinho Rezende/Toninho Geraes', 219454, 7311219, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Vai Adiar', 248, 1, 7, 'Alcino Corrêa/Monarco', 270393, 9134882, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Rugas', 248, 1, 7, 'Augusto Garcez/Nelson Cavaquinho', 140930, 4703182, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Feirinha da Pavuna/Luz do Repente/Bagaço da Laranja', 248, 1, 7, 'Arlindo Cruz/Franco/Marquinhos PQD/Negro, Jovelina Pérolo/Zeca Pagodinho', 107206, 3593684, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sem Essa de Malandro Agulha', 248, 1, 7, 'Aldir Blanc/Jayme Vignoli', 158484, 5332668, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Chico Não Vai na Corimba', 248, 1, 7, 'Dudu Nobre/Zeca Pagodinho', 269374, 9122188, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Papel Principal', 248, 1, 7, 'Almir Guineto/Dedé Paraiso/Luverci Ernesto', 217495, 7325302, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Saudade Louca', 248, 1, 7, 'Acyr Marques/Arlindo Cruz/Franco', 243591, 8136475, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Camarão que Dorme e Onda Leva', 248, 1, 7, 'Acyi Marques/Arlindo Bruz/Braço, Beto Sem/Zeca Pagodinho', 299102, 10012231, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sapopemba e Maxambomba', 248, 1, 7, 'Nei Lopes/Wilson Moreira', 245394, 8268712, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Minha Fé', 248, 1, 7, 'Murilão', 206994, 6981474, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lua de Ogum', 248, 1, 7, 'Ratinho/Zeca Pagodinho', 168463, 5719129, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Samba pras moças', 248, 1, 7, 'Grazielle/Roque Ferreira', 152816, 5121366, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Verdade', 248, 1, 7, 'Carlinhos Santana/Nelson Rufino', 332826, 11120708, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Brig', 229, 3, 21, 2617325, 488919543, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('.07%', 228, 3, 21, 2585794, 541715199, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Five Years Gone', 228, 3, 21, 2587712, 530551890, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Hard Part', 228, 3, 21, 2601017, 475996611, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Man Behind the Curtain', 229, 3, 21, 2615990, 493951081, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Greatest Hits', 229, 3, 21, 2617117, 522102916, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Landslide', 228, 3, 21, 2600725, 518677861, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Office: An American Workplace (Pilot)', 249, 3, 19, 1380833, 290482361, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Diversity Day', 249, 3, 19, 1306416, 257879716, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Health Care', 249, 3, 19, 1321791, 260493577, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Alliance', 249, 3, 19, 1317125, 266203162, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Basketball', 249, 3, 19, 1323541, 267464180, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hot Girl', 249, 3, 19, 1325458, 267836576, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Dundies', 250, 3, 19, 1253541, 246845576, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sexual Harassment', 250, 3, 19, 1294541, 273069146, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Office Olympics', 250, 3, 19, 1290458, 256247623, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Fire', 250, 3, 19, 1288166, 266856017, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Halloween', 250, 3, 19, 1315333, 249205209, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Fight', 250, 3, 19, 1320028, 277149457, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Client', 250, 3, 19, 1299341, 253836788, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Performance Review', 250, 3, 19, 1292458, 256143822, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Email Surveillance', 250, 3, 19, 1328870, 265101113, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Christmas Party', 250, 3, 19, 1282115, 260891300, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Booze Cruise', 250, 3, 19, 1267958, 252518021, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Injury', 250, 3, 19, 1275275, 253912762, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Secret', 250, 3, 19, 1264875, 253143200, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Carpet', 250, 3, 19, 1264375, 256477011, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Boys and Girls', 250, 3, 19, 1278333, 255245729, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Valentine''s Day', 250, 3, 19, 1270375, 253552710, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Dwight''s Speech', 250, 3, 19, 1278041, 255001728, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Take Your Daughter to Work Day', 250, 3, 19, 1268333, 253451012, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Michael''s Birthday', 250, 3, 19, 1237791, 247238398, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Drug Testing', 250, 3, 19, 1278625, 244626927, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Conflict Resolution', 250, 3, 19, 1274583, 253808658, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Casino Night - Season Finale', 250, 3, 19, 1712791, 327642458, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gay Witch Hunt', 251, 3, 19, 1326534, 276942637, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Convention', 251, 3, 19, 1297213, 255117055, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Coup', 251, 3, 19, 1276526, 267205501, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Grief Counseling', 251, 3, 19, 1282615, 256912833, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Initiation', 251, 3, 19, 1280113, 251728257, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Diwali', 251, 3, 19, 1279904, 252726644, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Branch Closing', 251, 3, 19, 1822781, 358761786, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Merger', 251, 3, 19, 1801926, 345960631, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Convict', 251, 3, 22, 1273064, 248863427, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Benihana Christmas, Pts. 1 & 2', 251, 3, 22, 2519436, 515301752, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Back from Vacation', 251, 3, 22, 1271688, 245378749, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Traveling Salesmen', 251, 3, 22, 1289039, 250822697, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Producer''s Cut: The Return', 251, 3, 22, 1700241, 337219980, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ben Franklin', 251, 3, 22, 1271938, 264168080, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Phyllis''s Wedding', 251, 3, 22, 1271521, 258561054, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Business School', 251, 3, 22, 1302093, 254402605, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cocktails', 251, 3, 22, 1272522, 259011909, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Negotiation', 251, 3, 22, 1767851, 371663719, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Safety Training', 251, 3, 22, 1271229, 253054534, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Product Recall', 251, 3, 22, 1268268, 251208610, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Women''s Appreciation', 251, 3, 22, 1732649, 338778844, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Beach Games', 251, 3, 22, 1676134, 333671149, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Job', 251, 3, 22, 2541875, 501060138, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('How to Stop an Exploding Man', 228, 3, 21, 2687103, 487881159, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Through a Looking Glass', 229, 3, 21, 5088838, 1059546140, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Your Time Is Gonna Come', 252, 2, 1, 'Page, Jones', 310774, 5126563, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Battlestar Galactica, Pt. 1', 253, 3, 20, 2952702, 541359437, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Battlestar Galactica, Pt. 2', 253, 3, 20, 2956081, 521387924, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Battlestar Galactica, Pt. 3', 253, 3, 20, 2927802, 554509033, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lost Planet of the Gods, Pt. 1', 253, 3, 20, 2922547, 537812711, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Lost Planet of the Gods, Pt. 2', 253, 3, 20, 2914664, 534343985, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Lost Warrior', 253, 3, 20, 2920045, 558872190, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Long Patrol', 253, 3, 20, 2925008, 513122217, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Gun On Ice Planet Zero, Pt. 1', 253, 3, 20, 2907615, 540980196, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Gun On Ice Planet Zero, Pt. 2', 253, 3, 20, 2924341, 546542281, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Magnificent Warriors', 253, 3, 20, 2924716, 570152232, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Young Lords', 253, 3, 20, 2863571, 587051735, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Living Legend, Pt. 1', 253, 3, 20, 2924507, 503641007, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Living Legend, Pt. 2', 253, 3, 20, 2923298, 515632754, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fire In Space', 253, 3, 20, 2926593, 536784757, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('War of the Gods, Pt. 1', 253, 3, 20, 2922630, 505761343, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('War of the Gods, Pt. 2', 253, 3, 20, 2923381, 487899692, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Man With Nine Lives', 253, 3, 20, 2956998, 577829804, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Murder On the Rising Star', 253, 3, 20, 2935894, 551759986, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Greetings from Earth, Pt. 1', 253, 3, 20, 2960293, 536824558, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Greetings from Earth, Pt. 2', 253, 3, 20, 2903778, 527842860, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Baltar''s Escape', 253, 3, 20, 2922088, 525564224, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Experiment In Terra', 253, 3, 20, 2923548, 547982556, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Take the Celestra', 253, 3, 20, 2927677, 512381289, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Hand of God', 253, 3, 20, 2924007, 536583079, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pilot', 254, 3, 19, 2484567, 492670102, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Through the Looking Glass, Pt. 2', 229, 3, 21, 2617117, 550943353, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Through the Looking Glass, Pt. 1', 229, 3, 21, 2610860, 493211809, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Instant Karma', 255, 2, 9, 193188, 3150090, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('#9 Dream', 255, 2, 9, 278312, 4506425, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mother', 255, 2, 9, 287740, 4656660, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Give Peace a Chance', 255, 2, 9, 274644, 4448025, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cold Turkey', 255, 2, 9, 281424, 4556003, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Whatever Gets You Thru the Night', 255, 2, 9, 215084, 3499018, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I''m Losing You', 255, 2, 9, 240719, 3907467, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gimme Some Truth', 255, 2, 9, 232778, 3780807, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Oh, My Love', 255, 2, 9, 159473, 2612788, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Imagine', 255, 2, 9, 192329, 3136271, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nobody Told Me', 255, 2, 9, 210348, 3423395, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Jealous Guy', 255, 2, 9, 239094, 3881620, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Working Class Hero', 255, 2, 9, 265449, 4301430, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Power to the People', 255, 2, 9, 213018, 3466029, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Imagine', 255, 2, 9, 219078, 3562542, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Beautiful Boy', 255, 2, 9, 227995, 3704642, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Isolation', 255, 2, 9, 156059, 2558399, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Watching the Wheels', 255, 2, 9, 198645, 3237063, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Grow Old With Me', 255, 2, 9, 149093, 2447453, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Gimme Some Truth', 255, 2, 9, 187546, 3060083, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('[Just Like] Starting Over', 255, 2, 9, 215549, 3506308, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('God', 255, 2, 9, 260410, 4221135, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Real Love', 255, 2, 9, 236911, 3846658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sympton of the Universe', 256, 2, 1, 340890, 5489313, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Snowblind', 256, 2, 1, 295960, 4773171, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Black Sabbath', 256, 2, 1, 364180, 5860455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Fairies Wear Boots', 256, 2, 1, 392764, 6315916, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('War Pigs', 256, 2, 1, 515435, 8270194, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Wizard', 256, 2, 1, 282678, 4561796, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('N.I.B.', 256, 2, 1, 335248, 5399456, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sweet Leaf', 256, 2, 1, 354706, 5709700, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Never Say Die', 256, 2, 1, 258343, 4173799, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sabbath, Bloody Sabbath', 256, 2, 1, 333622, 5373633, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Iron Man/Children of the Grave', 256, 2, 1, 552308, 8858616, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Paranoid', 256, 2, 1, 189171, 3071042, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rock You Like a Hurricane', 257, 2, 1, 255766, 4300973, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('No One Like You', 257, 2, 1, 240325, 4050259, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Zoo', 257, 2, 1, 332740, 5550779, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Loving You Sunday Morning', 257, 2, 1, 339125, 5654493, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Still Loving You', 257, 2, 1, 390674, 6491444, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Big City Nights', 257, 2, 1, 251865, 4237651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Believe in Love', 257, 2, 1, 325774, 5437651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rhythm of Love', 257, 2, 1, 231246, 3902834, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I Can''t Explain', 257, 2, 1, 205332, 3482099, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tease Me Please Me', 257, 2, 1, 287229, 4811894, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wind of Change', 257, 2, 1, 315325, 5268002, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Send Me an Angel', 257, 2, 1, 273041, 4581492, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jump Around', 258, 1, 17, 'E. Schrody/L. Muggerud', 217835, 8715653, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Salutations', 258, 1, 17, 'E. Schrody/L. Dimant', 69120, 2767047, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Put Your Head Out', 258, 1, 17, 'E. Schrody/L. Freese/L. Muggerud', 182230, 7291473, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Top O'' The Morning To Ya', 258, 1, 17, 'E. Schrody/L. Dimant', 216633, 8667599, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Commercial 1', 258, 1, 17, 'L. Muggerud', 7941, 319888, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('House And The Rising Sun', 258, 1, 17, 'E. Schrody/J. Vasquez/L. Dimant', 219402, 8778369, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shamrocks And Shenanigans', 258, 1, 17, 'E. Schrody/L. Dimant', 218331, 8735518, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('House Of Pain Anthem', 258, 1, 17, 'E. Schrody/L. Dimant', 155611, 6226713, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Danny Boy, Danny Boy', 258, 1, 17, 'E. Schrody/L. Muggerud', 114520, 4583091, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Guess Who''s Back', 258, 1, 17, 'E. Schrody/L. Muggerud', 238393, 9537994, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Commercial 2', 258, 1, 17, 'L. Muggerud', 21211, 850698, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Put On Your Shit Kickers', 258, 1, 17, 'E. Schrody/L. Muggerud', 190432, 7619569, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Come And Get Some Of This', 258, 1, 17, 'E. Schrody/L. Muggerud/R. Medrano', 170475, 6821279, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Life Goes On', 258, 1, 17, 'E. Schrody/R. Medrano', 163030, 6523458, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One For The Road', 258, 1, 17, 'E. Schrody/L. Dimant/L. Muggerud', 170213, 6810820, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Feel It', 258, 1, 17, 'E. Schrody/R. Medrano', 239908, 9598588, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('All My Love', 258, 1, 17, 'E. Schrody/L. Dimant', 200620, 8027065, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jump Around (Pete Rock Remix)', 258, 1, 17, 'E. Schrody/L. Muggerud', 236120, 9447101, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Shamrocks And Shenanigans (Boom Shalock Lock Boom/Butch Vig Mix)', 258, 1, 17, 'E. Schrody/L. Dimant', 237035, 9483705, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Instinto Colectivo', 259, 1, 15, 300564, 12024875, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Chapa o Coco', 259, 1, 15, 143830, 5755478, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Prostituta', 259, 1, 15, 359000, 14362307, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Eu So Queria Sumir', 259, 1, 15, 269740, 10791921, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Tres Reis', 259, 1, 15, 304143, 12168015, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Um Lugar ao Sol', 259, 1, 15, 212323, 8495217, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Batalha Naval', 259, 1, 15, 285727, 11431382, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Todo o Carnaval tem seu Fim', 259, 1, 15, 237426, 9499371, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('O Misterio do Samba', 259, 1, 15, 226142, 9047970, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Armadura', 259, 1, 15, 232881, 9317533, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Na Ladeira', 259, 1, 15, 221570, 8865099, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Carimbo', 259, 1, 15, 328751, 13152314, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Catimbo', 259, 1, 15, 254484, 10181692, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Funk de Bamba', 259, 1, 15, 237322, 9495184, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Chega no Suingue', 259, 1, 15, 221805, 8874509, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Mun-Ra', 259, 1, 15, 274651, 10988338, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Freestyle Love', 259, 1, 15, 318484, 12741680, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('War Pigs', 260, 4, 23, 234013, 8052374, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Past, Present, and Future', 261, 3, 21, 2492867, 490796184, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Beginning of the End', 261, 3, 21, 2611903, 526865050, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('LOST Season 4 Trailer', 261, 3, 21, 112712, 20831818, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('LOST In 8:15', 261, 3, 21, 497163, 98460675, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Confirmed Dead', 261, 3, 21, 2611986, 512168460, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Economist', 261, 3, 21, 2609025, 516934914, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Eggtown', 261, 3, 19, 2608817, 501061240, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Constant', 261, 3, 21, 2611569, 520209363, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Other Woman', 261, 3, 21, 2605021, 513246663, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Ji Yeon', 261, 3, 19, 2588797, 506458858, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Meet Kevin Johnson', 261, 3, 19, 2612028, 504132981, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Shape of Things to Come', 261, 3, 21, 2591299, 502284266, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Amanda', 262, 5, 2, 'Luca Gusella', 246503, 4011615, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Despertar', 262, 5, 2, 'Andrea Dulbecco', 307385, 4821485, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Din Din Wo (Little Child)', 263, 5, 16, 'Habib Koité', 285837, 4615841, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Distance', 264, 5, 15, 'Karsh Kale/Vishal Vaid', 327122, 5327463, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Guess You''re Right', 265, 5, 1, 'Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris', 212044, 3453849, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('I Ka Barra (Your Work)', 263, 5, 16, 'Habib Koité', 300605, 4855457, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Love Comes', 265, 5, 1, 'Darius "Take One" Minwalla/Jon Auer/Ken Stringfellow/Matt Harris', 199923, 3240609, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Muita Bobeira', 266, 5, 7, 'Luciana Souza', 172710, 2775071, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('OAM''s Blues', 267, 5, 2, 'Aaron Goldberg', 266936, 4292028, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('One Step Beyond', 264, 5, 15, 'Karsh Kale', 366085, 6034098, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No. 3 in E-flat major, Op. 55, "Eroica" - Scherzo: Allegro Vivace', 268, 5, 24, 'Ludwig van Beethoven', 356426, 5817216, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Something Nice Back Home', 261, 3, 21, 2612779, 484711353, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Cabin Fever', 261, 3, 21, 2612028, 477733942, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('There''s No Place Like Home, Pt. 1', 261, 3, 21, 2609526, 522919189, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('There''s No Place Like Home, Pt. 2', 261, 3, 21, 2497956, 523748920, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('There''s No Place Like Home, Pt. 3', 261, 3, 21, 2582957, 486161766, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Say Hello 2 Heaven', 269, 2, 23, 384497, 6477217, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Reach Down', 269, 2, 23, 672773, 11157785, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Hunger Strike', 269, 2, 23, 246292, 4233212, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pushin Forward Back', 269, 2, 23, 225278, 3892066, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Call Me a Dog', 269, 2, 23, 304458, 5177612, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Times of Trouble', 269, 2, 23, 342539, 5795951, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wooden Jesus', 269, 2, 23, 250565, 4302603, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Your Savior', 269, 2, 23, 244226, 4199626, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Four Walled World', 269, 2, 23, 414474, 6964048, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('All Night Thing', 269, 2, 23, 231803, 3997982, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('No Such Thing', 270, 2, 23, 'Chris Cornell', 224837, 3691272, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Poison Eye', 270, 2, 23, 'Chris Cornell', 237120, 3890037, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Arms Around Your Love', 270, 2, 23, 'Chris Cornell', 214016, 3516224, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Safe and Sound', 270, 2, 23, 'Chris Cornell', 256764, 4207769, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('She''ll Never Be Your Man', 270, 2, 23, 'Chris Cornell', 204078, 3355715, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ghosts', 270, 2, 23, 'Chris Cornell', 231547, 3799745, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Killing Birds', 270, 2, 23, 'Chris Cornell', 218498, 3588776, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Billie Jean', 270, 2, 23, 'Michael Jackson', 281401, 4606408, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Scar On the Sky', 270, 2, 23, 'Chris Cornell', 220193, 3616618, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Your Soul Today', 270, 2, 23, 'Chris Cornell', 205959, 3385722, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Finally Forever', 270, 2, 23, 'Chris Cornell', 217035, 3565098, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Silence the Voices', 270, 2, 23, 'Chris Cornell', 267376, 4379597, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Disappearing Act', 270, 2, 23, 'Chris Cornell', 273320, 4476203, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('You Know My Name', 270, 2, 23, 'Chris Cornell', 240255, 3940651, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Revelations', 271, 2, 23, 252376, 4111051, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('One and the Same', 271, 2, 23, 217732, 3559040, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Sound of a Gun', 271, 2, 23, 260154, 4234990, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Until We Fall', 271, 2, 23, 230758, 3766605, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Original Fire', 271, 2, 23, 218916, 3577821, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Broken City', 271, 2, 23, 228366, 3728955, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Somedays', 271, 2, 23, 213831, 3497176, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Shape of Things to Come', 271, 2, 23, 274597, 4465399, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Jewel of the Summertime', 271, 2, 23, 233242, 3806103, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Wide Awake', 271, 2, 23, 266308, 4333050, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Nothing Left to Say But Goodbye', 271, 2, 23, 213041, 3484335, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Moth', 271, 2, 23, 298049, 4838884, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Show Me How to Live (Live at the Quart Festival)', 271, 2, 23, 301974, 4901540, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Band Members Discuss Tracks from "Revelations"', 271, 3, 23, 294294, 61118891, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Intoitus: Adorate Deum', 272, 2, 24, 'Anonymous', 245317, 4123531, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Miserere mei, Deus', 273, 2, 24, 'Gregorio Allegri', 501503, 8285941, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Canon and Gigue in D Major: I. Canon', 274, 2, 24, 'Johann Pachelbel', 271788, 4438393, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concerto No. 1 in E Major, RV 269 "Spring": I. Allegro', 275, 2, 24, 'Antonio Vivaldi', 199086, 3347810, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concerto for 2 Violins in D Minor, BWV 1043: I. Vivace', 276, 2, 24, 'Johann Sebastian Bach', 193722, 3192890, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Aria Mit 30 Veränderungen, BWV 988 "Goldberg Variations": Aria', 277, 2, 24, 'Johann Sebastian Bach', 120463, 2081895, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Suite for Solo Cello No. 1 in G Major, BWV 1007: I. Prélude', 278, 2, 24, 'Johann Sebastian Bach', 143288, 2315495, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Messiah: Behold, I Tell You a Mystery... The Trumpet Shall Sound', 279, 2, 24, 'George Frideric Handel', 582029, 9553140, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Solomon HWV 67: The Arrival of the Queen of Sheba', 280, 2, 24, 'George Frideric Handel', 197135, 3247914, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('"Eine Kleine Nachtmusik" Serenade In G, K. 525: I. Allegro', 281, 2, 24, 'Wolfgang Amadeus Mozart', 348971, 5760129, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concerto for Clarinet in A Major, K. 622: II. Adagio', 282, 2, 24, 'Wolfgang Amadeus Mozart', 394482, 6474980, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No. 104 in D Major "London": IV. Finale: Spiritoso', 283, 4, 24, 'Franz Joseph Haydn', 306687, 10085867, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No.5 in C Minor: I. Allegro con brio', 284, 2, 24, 'Ludwig van Beethoven', 392462, 6419730, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Ave Maria', 285, 2, 24, 'Franz Schubert', 338243, 5605648, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nabucco: Chorus, "Va, Pensiero, Sull''ali Dorate"', 286, 2, 24, 'Giuseppe Verdi', 274504, 4498583, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Die Walküre: The Ride of the Valkyries', 287, 2, 24, 'Richard Wagner', 189008, 3114209, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Requiem, Op.48: 4. Pie Jesu', 288, 2, 24, 'Gabriel Fauré', 258924, 4314850, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('The Nutcracker, Op. 71a, Act II: Scene 14: Pas de deux: Dance of the Prince & the Sugar-Plum Fairy', 289, 2, 24, 'Peter Ilyich Tchaikovsky', 304226, 5184289, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Nimrod (Adagio) from Variations On an Original Theme, Op. 36 "Enigma"', 290, 2, 24, 'Edward Elgar', 250031, 4124707, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Madama Butterfly: Un Bel Dì Vedremo', 291, 2, 24, 'Giacomo Puccini', 277639, 4588197, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Jupiter, the Bringer of Jollity', 292, 2, 24, 'Gustav Holst', 522099, 8547876, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Turandot, Act III, Nessun dorma!', 293, 2, 24, 'Giacomo Puccini', 176911, 2920890, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Adagio for Strings from the String Quartet, Op. 11', 294, 2, 24, 'Samuel Barber', 596519, 9585597, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carmina Burana: O Fortuna', 295, 2, 24, 'Carl Orff', 156710, 2630293, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fanfare for the Common Man', 296, 2, 24, 'Aaron Copland', 198064, 3211245, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Branch Closing', 251, 3, 22, 1814855, 360331351, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('The Return', 251, 3, 22, 1705080, 343877320, 1.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Toccata and Fugue in D Minor, BWV 565: I. Toccata', 297, 2, 24, 'Johann Sebastian Bach', 153901, 2649938, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No.1 in D Major, Op.25 "Classical", Allegro Con Brio', 298, 2, 24, 'Sergei Prokofiev', 254001, 4195542, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Scheherazade, Op. 35: I. The Sea and Sindbad''s Ship', 299, 2, 24, 'Nikolai Rimsky-Korsakov', 545203, 8916313, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concerto No.2 in F Major, BWV1047, I. Allegro', 300, 2, 24, 'Johann Sebastian Bach', 307244, 5064553, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concerto for Piano No. 2 in F Minor, Op. 21: II. Larghetto', 301, 2, 24, 'Frédéric Chopin', 560342, 9160082, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Cavalleria Rusticana \ Act \ Intermezzo Sinfonico', 302, 2, 24, 'Pietro Mascagni', 243436, 4001276, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Karelia Suite, Op.11: 2. Ballade (Tempo Di Menuetto)', 303, 2, 24, 'Jean Sibelius', 406000, 5908455, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Piano Sonata No. 14 in C Sharp Minor, Op. 27, No. 2, "Moonlight": I. Adagio sostenuto', 304, 2, 24, 'Ludwig van Beethoven', 391000, 6318740, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Fantasia On Greensleeves', 280, 2, 24, 'Ralph Vaughan Williams', 268066, 4513190, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Das Lied Von Der Erde, Von Der Jugend', 305, 2, 24, 'Gustav Mahler', 223583, 3700206, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concerto for Cello and Orchestra in E minor, Op. 85: I. Adagio - Moderato', 306, 2, 24, 'Edward Elgar', 483133, 7865479, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Two Fanfares for Orchestra: II. Short Ride in a Fast Machine', 307, 2, 24, 'John Adams', 254930, 4310896, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wellington''s Victory or the Battle Symphony, Op.91: 2. Symphony of Triumph', 308, 2, 24, 'Ludwig van Beethoven', 412000, 6965201, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Missa Papae Marcelli: Kyrie', 309, 2, 24, 'Giovanni Pierluigi da Palestrina', 240666, 4244149, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Romeo et Juliette: No. 11 - Danse des Chevaliers', 310, 2, 24, 275015, 4519239, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('On the Beautiful Blue Danube', 311, 2, 24, 'Johann Strauss II', 526696, 8610225, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphonie Fantastique, Op. 14: V. Songe d''une nuit du sabbat', 312, 2, 24, 'Hector Berlioz', 561967, 9173344, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Carmen: Overture', 313, 2, 24, 'Georges Bizet', 132932, 2189002, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Lamentations of Jeremiah, First Set \ Incipit Lamentatio', 314, 2, 24, 'Thomas Tallis', 69194, 1208080, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Music for the Royal Fireworks, HWV351 (1749): La Réjouissance', 315, 2, 24, 'George Frideric Handel', 120000, 2193734, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Peer Gynt Suite No.1, Op.46: 1. Morning Mood', 316, 2, 24, 'Edvard Grieg', 253422, 4298769, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Die Zauberflöte, K.620: "Der Hölle Rache Kocht in Meinem Herze"', 317, 2, 25, 'Wolfgang Amadeus Mozart', 174813, 2861468, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('SCRIABIN: Prelude in B Major, Op. 11, No. 11', 318, 4, 24, 101293, 3819535, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Pavan, Lachrimae Antiquae', 319, 2, 24, 'John Dowland', 253281, 4211495, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No. 41 in C Major, K. 551, "Jupiter": IV. Molto allegro', 320, 2, 24, 'Wolfgang Amadeus Mozart', 362933, 6173269, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rehab', 321, 2, 14, 213240, 3416878, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('You Know I''m No Good', 321, 2, 14, 256946, 4133694, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Me & Mr. Jones', 321, 2, 14, 151706, 2449438, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Just Friends', 321, 2, 14, 191933, 3098906, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Back to Black', 321, 2, 14, 'Mark Ronson', 240320, 3852953, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Love Is a Losing Game', 321, 2, 14, 154386, 2509409, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Tears Dry On Their Own', 321, 2, 14, 'Nickolas Ashford & Valerie Simpson', 185293, 2996598, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Wake Up Alone', 321, 2, 14, 'Paul O''duffy', 221413, 3576773, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Some Unholy War', 321, 2, 14, 141520, 2304465, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('He Can Only Hold Her', 321, 2, 14, 'Richard Poindexter & Robert Poindexter', 166680, 2666531, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('You Know I''m No Good (feat. Ghostface Killah)', 321, 2, 14, 202320, 3260658, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Rehab (Hot Chip Remix)', 321, 2, 14, 418293, 6670600, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Intro / Stronger Than Me', 322, 2, 9, 234200, 3832165, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('You Sent Me Flying / Cherry', 322, 2, 9, 409906, 6657517, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('F**k Me Pumps', 322, 2, 9, 'Salaam Remi', 200253, 3324343, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('I Heard Love Is Blind', 322, 2, 9, 129666, 2190831, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('(There Is) No Greater Love (Teo Licks)', 322, 2, 9, 'Isham Jones & Marty Symes', 167933, 2773507, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('In My Bed', 322, 2, 9, 'Salaam Remi', 315960, 5211774, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Take the Box', 322, 2, 9, 'Luke Smith', 199160, 3281526, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('October Song', 322, 2, 9, 'Matt Rowe & Stefan Skarbek', 204846, 3358125, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('What Is It About Men', 322, 2, 9, 'Delroy "Chris" Cooper, Donovan Jackson, Earl Chinna Smith, Felix Howard, Gordon Williams, Luke Smith, Paul Watson & Wilburn Squiddley Cole', 209573, 3426106, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Help Yourself', 322, 2, 9, 'Freddy James, Jimmy hogarth & Larry Stock', 300884, 5029266, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Amy Amy Amy (Outro)', 322, 2, 9, 'Astor Campbell, Delroy "Chris" Cooper, Donovan Jackson, Dorothy Fields, Earl Chinna Smith, Felix Howard, Gordon Williams, James Moody, Jimmy McHugh, Matt Rowe, Salaam Remi & Stefan Skarbek', 663426, 10564704, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Slowness', 323, 2, 23, 215386, 3644793, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Prometheus Overture, Op. 43', 324, 4, 24, 'Ludwig van Beethoven', 339567, 10887931, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sonata for Solo Violin: IV: Presto', 325, 4, 24, 'Béla Bartók', 299350, 9785346, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('A Midsummer Night''s Dream, Op.61 Incidental Music: No.7 Notturno', 326, 2, 24, 387826, 6497867, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Suite No. 3 in D, BWV 1068: III. Gavotte I & II', 327, 2, 24, 'Johann Sebastian Bach', 225933, 3847164, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concert pour 4 Parties de V**les, H. 545: I. Prelude', 328, 2, 24, 'Marc-Antoine Charpentier', 110266, 1973559, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Adios nonino', 329, 2, 24, 'Astor Piazzolla', 289388, 4781384, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No. 3 Op. 36 for Orchestra and Soprano "Symfonia Piesni Zalosnych" \ Lento E Largo - Tranquillissimo', 330, 2, 24, 'Henryk Górecki', 567494, 9273123, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Act IV, Symphony', 331, 2, 24, 'Henry Purcell', 364296, 5987695, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('3 Gymnopédies: No.1 - Lent Et Grave, No.3 - Lent Et Douloureux', 332, 2, 24, 'Erik Satie', 385506, 6458501, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Music for the Funeral of Queen Mary: VI. "Thou Knowest, Lord, the Secrets of Our Hearts"', 333, 2, 24, 'Henry Purcell', 142081, 2365930, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No. 2: III. Allegro vivace', 334, 2, 24, 'Kurt Weill', 376510, 6129146, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Partita in E Major, BWV 1006A: I. Prelude', 335, 2, 24, 'Johann Sebastian Bach', 285673, 4744929, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Le Sacre Du Printemps: I.iv. Spring Rounds', 336, 2, 24, 'Igor Stravinsky', 234746, 4072205, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Sing Joyfully', 314, 2, 24, 'William Byrd', 133768, 2256484, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Metopes, Op. 29: Calypso', 337, 2, 24, 'Karol Szymanowski', 333669, 5548755, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Symphony No. 2, Op. 16 - "The Four Temperaments": II. Allegro Comodo e Flemmatico', 338, 2, 24, 'Carl Nielsen', 286998, 4834785, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('24 Caprices, Op. 1, No. 24, for Solo Violin, in A Minor', 339, 2, 24, 'Niccolò Paganini', 265541, 4371533, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Étude 1, In C Major - Preludio (Presto) - Liszt', 340, 4, 24, 51780, 2229617, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Erlkonig, D.328', 341, 2, 24, 261849, 4307907, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Concerto for Violin, Strings and Continuo in G Major, Op. 3, No. 9: I. Allegro', 342, 4, 24, 'Pietro Antonio Locatelli', 493573, 16454937, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, milliseconds, bytes, unit_price) VALUES ('Pini Di Roma (Pinien Von Rom) \ I Pini Della Via Appia', 343, 2, 24, 286741, 4718950, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('String Quartet No. 12 in C Minor, D. 703 "Quartettsatz": II. Andante - Allegro assai', 344, 2, 24, 'Franz Schubert', 139200, 2283131, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('L''orfeo, Act 3, Sinfonia (Orchestra)', 345, 2, 24, 'Claudio Monteverdi', 66639, 1189062, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Quintet for Horn, Violin, 2 Violas, and Cello in E Flat Major, K. 407/386c: III. Allegro', 346, 2, 24, 'Wolfgang Amadeus Mozart', 221331, 3665114, 0.99); +INSERT INTO tracks (name, album_id, media_type_id, genre_id, composer, milliseconds, bytes, unit_price) VALUES ('Koyaanisqatsi', 347, 2, 10, 'Philip Glass', 206005, 3305164, 0.99); + +INSERT INTO employees (last_name, first_name, title, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('Adams', 'Andrew', 'General Manager', '1962-02-18 00:00:00', '2002-08-14 00:00:00', '11120 Jasper Ave NW', 'Edmonton', 'AB', 'Canada', 'T5K 2N1', '+1 (780) 428-9482', '+1 (780) 428-3457', 'andrew@chinookcorp.com'); +INSERT INTO employees (last_name, first_name, title, reports_to, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('Edwards', 'Nancy', 'Sales Manager', 1, '1958-12-08 00:00:00', '2002-05-01 00:00:00', '825 8 Ave SW', 'Calgary', 'AB', 'Canada', 'T2P 2T3', '+1 (403) 262-3443', '+1 (403) 262-3322', 'nancy@chinookcorp.com'); +INSERT INTO employees (last_name, first_name, title, reports_to, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('Peacock', 'Jane', 'Sales Support Agent', 2, '1973-08-29 00:00:00', '2002-04-01 00:00:00', '1111 6 Ave SW', 'Calgary', 'AB', 'Canada', 'T2P 5M5', '+1 (403) 262-3443', '+1 (403) 262-6712', 'jane@chinookcorp.com'); +INSERT INTO employees (last_name, first_name, title, reports_to, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('Park', 'Margaret', 'Sales Support Agent', 2, '1947-09-19 00:00:00', '2003-05-03 00:00:00', '683 10 Street SW', 'Calgary', 'AB', 'Canada', 'T2P 5G3', '+1 (403) 263-4423', '+1 (403) 263-4289', 'margaret@chinookcorp.com'); +INSERT INTO employees (last_name, first_name, title, reports_to, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('Johnson', 'Steve', 'Sales Support Agent', 2, '1965-03-03 00:00:00', '2003-10-17 00:00:00', '7727B 41 Ave', 'Calgary', 'AB', 'Canada', 'T3B 1Y7', '1 (780) 836-9987', '1 (780) 836-9543', 'steve@chinookcorp.com'); +INSERT INTO employees (last_name, first_name, title, reports_to, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('Mitchell', 'Michael', 'IT Manager', 1, '1973-07-01 00:00:00', '2003-10-17 00:00:00', '5827 Bowness Road NW', 'Calgary', 'AB', 'Canada', 'T3B 0C5', '+1 (403) 246-9887', '+1 (403) 246-9899', 'michael@chinookcorp.com'); +INSERT INTO employees (last_name, first_name, title, reports_to, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('King', 'Robert', 'IT Staff', 6, '1970-05-29 00:00:00', '2004-01-02 00:00:00', '590 Columbia Boulevard West', 'Lethbridge', 'AB', 'Canada', 'T1K 5N8', '+1 (403) 456-9986', '+1 (403) 456-8485', 'robert@chinookcorp.com'); +INSERT INTO employees (last_name, first_name, title, reports_to, birth_date, hire_date, address, city, state, country, postal_code, phone, fax, email) VALUES ('Callahan', 'Laura', 'IT Staff', 6, '1968-01-09 00:00:00', '2004-03-04 00:00:00', '923 7 ST NW', 'Lethbridge', 'AB', 'Canada', 'T1H 1Y8', '+1 (403) 467-3351', '+1 (403) 467-8772', 'laura@chinookcorp.com'); + +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Luís', 'Gonçalves', 'Embraer - Empresa Brasileira de Aeronáutica S.A.', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', '+55 (12) 3923-5555', '+55 (12) 3923-5566', 'luisg@embraer.com.br', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Leonie', 'Köhler', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', '+49 0711 2842222', 'leonekohler@surfeu.de', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('François', 'Tremblay', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', '+1 (514) 721-4711', 'ftremblay@gmail.com', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Bjørn', 'Hansen', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', '+47 22 44 22 22', 'bjorn.hansen@yahoo.no', 4); +INSERT INTO customers (first_name, last_name, company, address, city, country, postal_code, phone, fax, email, support_rep_id) VALUES ('František', 'Wichterlová', 'JetBrains s.r.o.', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', '+420 2 4172 5555', '+420 2 4172 5555', 'frantisekw@jetbrains.com', 4); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Helena', 'Holý', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', '+420 2 4177 0449', 'hholy@gmail.com', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Astrid', 'Gruber', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', '+43 01 5134505', 'astrid.gruber@apple.at', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Daan', 'Peeters', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', '+32 02 219 03 03', 'daan_peeters@apple.be', 4); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Kara', 'Nielsen', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', '+453 3331 9991', 'kara.nielsen@jubii.dk', 4); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Eduardo', 'Martins', 'Woodstock Discos', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', '+55 (11) 3033-5446', '+55 (11) 3033-4564', 'eduardo@woodstock.com.br', 4); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Alexandre', 'Rocha', 'Banco do Brasil S.A.', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', '+55 (11) 3055-3278', '+55 (11) 3055-8131', 'alero@uol.com.br', 5); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Roberto', 'Almeida', 'Riotur', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', '+55 (21) 2271-7000', '+55 (21) 2271-7070', 'roberto.almeida@riotur.gov.br', 3); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Fernanda', 'Ramos', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', '+55 (61) 3363-5547', '+55 (61) 3363-7855', 'fernadaramos4@uol.com.br', 4); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Mark', 'Philips', 'Telus', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', '+1 (780) 434-4554', '+1 (780) 434-5565', 'mphilips12@shaw.ca', 5); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Jennifer', 'Peterson', 'Rogers Canada', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', '+1 (604) 688-2255', '+1 (604) 688-8756', 'jenniferp@rogers.ca', 3); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Frank', 'Harris', 'Google Inc.', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', '+1 (650) 253-0000', '+1 (650) 253-0000', 'fharris@google.com', 4); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Jack', 'Smith', 'Microsoft Corporation', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', '+1 (425) 882-8080', '+1 (425) 882-8081', 'jacksmith@microsoft.com', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Michelle', 'Brooks', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', '+1 (212) 221-3546', '+1 (212) 221-4679', 'michelleb@aol.com', 3); +INSERT INTO customers (first_name, last_name, company, address, city, state, country, postal_code, phone, fax, email, support_rep_id) VALUES ('Tim', 'Goyer', 'Apple Inc.', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', '+1 (408) 996-1010', '+1 (408) 996-1011', 'tgoyer@apple.com', 3); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Dan', 'Miller', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', '+1 (650) 644-3358', 'dmiller@comcast.com', 4); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Kathy', 'Chase', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', '+1 (775) 223-7665', 'kachase@hotmail.com', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Heather', 'Leacock', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', '+1 (407) 999-7788', 'hleacock@gmail.com', 4); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('John', 'Gordon', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', '+1 (617) 522-1333', 'johngordon22@yahoo.com', 4); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Frank', 'Ralston', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', '+1 (312) 332-3232', 'fralston@gmail.com', 3); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Victor', 'Stevens', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', '+1 (608) 257-0597', 'vstevens@yahoo.com', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Richard', 'Cunningham', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', '+1 (817) 924-7272', 'ricunningham@hotmail.com', 4); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Patrick', 'Gray', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', '+1 (520) 622-4200', 'patrick.gray@aol.com', 4); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Julia', 'Barnett', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', '+1 (801) 531-7272', 'jubarnett@gmail.com', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Robert', 'Brown', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', '+1 (416) 363-8888', 'robbrown@shaw.ca', 3); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Edward', 'Francis', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', '+1 (613) 234-3322', 'edfrancis@yachoo.ca', 3); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Martha', 'Silk', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', '+1 (902) 450-0450', 'marthasilk@gmail.com', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Aaron', 'Mitchell', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', '+1 (204) 452-6452', 'aaronmitchell@yahoo.ca', 4); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Ellie', 'Sullivan', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', '+1 (867) 920-2233', 'ellie.sullivan@shaw.ca', 3); +INSERT INTO customers (first_name, last_name, address, city, country, phone, email, support_rep_id) VALUES ('João', 'Fernandes', 'Rua da Assunção 53', 'Lisbon', 'Portugal', '+351 (213) 466-111', 'jfernandes@yahoo.pt', 4); +INSERT INTO customers (first_name, last_name, address, city, country, phone, email, support_rep_id) VALUES ('Madalena', 'Sampaio', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', '+351 (225) 022-448', 'masampaio@sapo.pt', 4); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Hannah', 'Schneider', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', '+49 030 26550280', 'hannah.schneider@yahoo.de', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Fynn', 'Zimmermann', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', '+49 069 40598889', 'fzimmermann@yahoo.de', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Niklas', 'Schröder', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', '+49 030 2141444', 'nschroder@surfeu.de', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Camille', 'Bernard', '4, Rue Milton', 'Paris', 'France', '75009', '+33 01 49 70 65 65', 'camille.bernard@yahoo.fr', 4); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Dominique', 'Lefebvre', '8, Rue Hanovre', 'Paris', 'France', '75002', '+33 01 47 42 71 71', 'dominiquelefebvre@gmail.com', 4); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Marc', 'Dubois', '11, Place Bellecour', 'Lyon', 'France', '69002', '+33 04 78 30 30 30', 'marc.dubois@hotmail.com', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Wyatt', 'Girard', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', '+33 05 56 96 96 96', 'wyatt.girard@yahoo.fr', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Isabelle', 'Mercier', '68, Rue Jouvence', 'Dijon', 'France', '21000', '+33 03 80 73 66 99', 'isabelle_mercier@apple.fr', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Terhi', 'Hämäläinen', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', '+358 09 870 2000', 'terhi.hamalainen@apple.fi', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, email, support_rep_id) VALUES ('Ladislav', 'Kovács', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 'ladislav_kovacs@apple.hu', 3); +INSERT INTO customers (first_name, last_name, address, city, state, country, phone, email, support_rep_id) VALUES ('Hugh', 'O''Reilly', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', '+353 01 6792424', 'hughoreilly@apple.ie', 3); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Lucas', 'Mancini', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', '+39 06 39733434', 'lucas.mancini@yahoo.it', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Johannes', 'Van der Berg', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', '+31 020 6223130', 'johavanderberg@yahoo.nl', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Stanisław', 'Wójcik', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', '+48 22 828 37 39', 'stanisław.wójcik@wp.pl', 4); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Enrique', 'Muñoz', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', '+34 914 454 454', 'enrique_munoz@yahoo.es', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Joakim', 'Johansson', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', '+46 08-651 52 52', 'joakim.johansson@yahoo.se', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Emma', 'Jones', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', '+44 020 7707 0707', 'emma_jones@hotmail.com', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Phil', 'Hughes', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', '+44 020 7976 5722', 'phil.hughes@gmail.com', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Steve', 'Murray', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', '+44 0131 315 3300', 'steve.murray@yahoo.uk', 5); +INSERT INTO customers (first_name, last_name, address, city, state, country, postal_code, phone, email, support_rep_id) VALUES ('Mark', 'Taylor', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', '+61 (02) 9332 3633', 'mark.taylor@yahoo.au', 4); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Diego', 'Gutiérrez', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', '+54 (0)11 4311 4333', 'diego.gutierrez@yahoo.ar', 4); +INSERT INTO customers (first_name, last_name, address, city, country, phone, email, support_rep_id) VALUES ('Luis', 'Rojas', 'Calle Lira, 198', 'Santiago', 'Chile', '+56 (0)2 635 4444', 'luisrojas@yahoo.cl', 5); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Manoj', 'Pareek', '12,Community Centre', 'Delhi', 'India', '110017', '+91 0124 39883988', 'manoj.pareek@rediff.com', 3); +INSERT INTO customers (first_name, last_name, address, city, country, postal_code, phone, email, support_rep_id) VALUES ('Puja', 'Srivastava', '3,Raj Bhavan Road', 'Bangalore', 'India', '560001', '+91 080 22289999', 'puja_srivastava@yahoo.in', 3); + +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (2, '2007-01-01 00:00:00', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (4, '2007-01-02 00:00:00', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (8, '2007-01-03 00:00:00', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (14, '2007-01-06 00:00:00', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (23, '2007-01-11 00:00:00', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (37, '2007-01-19 00:00:00', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (38, '2007-02-01 00:00:00', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (40, '2007-02-01 00:00:00', '8, Rue Hanovre', 'Paris', 'France', '75002', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (42, '2007-02-02 00:00:00', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, total) VALUES (46, '2007-02-03 00:00:00', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (52, '2007-02-06 00:00:00', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (2, '2007-02-11 00:00:00', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (16, '2007-02-19 00:00:00', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (17, '2007-03-04 00:00:00', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (19, '2007-03-04 00:00:00', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (21, '2007-03-05 00:00:00', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (25, '2007-03-06 00:00:00', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (31, '2007-03-09 00:00:00', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (40, '2007-03-14 00:00:00', '8, Rue Hanovre', 'Paris', 'France', '75002', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (54, '2007-03-22 00:00:00', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (55, '2007-04-04 00:00:00', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (57, '2007-04-04 00:00:00', 'Calle Lira, 198', 'Santiago', 'Chile', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (59, '2007-04-05 00:00:00', '3,Raj Bhavan Road', 'Bangalore', 'India', '560001', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (4, '2007-04-06 00:00:00', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (10, '2007-04-09 00:00:00', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (19, '2007-04-14 00:00:00', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (33, '2007-04-22 00:00:00', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (34, '2007-05-05 00:00:00', 'Rua da Assunção 53', 'Lisbon', 'Portugal', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (36, '2007-05-05 00:00:00', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (38, '2007-05-06 00:00:00', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (42, '2007-05-07 00:00:00', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (48, '2007-05-10 00:00:00', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (57, '2007-05-15 00:00:00', 'Calle Lira, 198', 'Santiago', 'Chile', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (12, '2007-05-23 00:00:00', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (13, '2007-06-05 00:00:00', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (15, '2007-06-05 00:00:00', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (17, '2007-06-06 00:00:00', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (21, '2007-06-07 00:00:00', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (27, '2007-06-10 00:00:00', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (36, '2007-06-15 00:00:00', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (50, '2007-06-23 00:00:00', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (51, '2007-07-06 00:00:00', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (53, '2007-07-06 00:00:00', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (55, '2007-07-07 00:00:00', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (59, '2007-07-08 00:00:00', '3,Raj Bhavan Road', 'Bangalore', 'India', '560001', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (6, '2007-07-11 00:00:00', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (15, '2007-07-16 00:00:00', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (29, '2007-07-24 00:00:00', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (30, '2007-08-06 00:00:00', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (32, '2007-08-06 00:00:00', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (34, '2007-08-07 00:00:00', 'Rua da Assunção 53', 'Lisbon', 'Portugal', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (38, '2007-08-08 00:00:00', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (44, '2007-08-11 00:00:00', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (53, '2007-08-16 00:00:00', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (8, '2007-08-24 00:00:00', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (9, '2007-09-06 00:00:00', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (11, '2007-09-06 00:00:00', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (13, '2007-09-07 00:00:00', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (17, '2007-09-08 00:00:00', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (23, '2007-09-11 00:00:00', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (32, '2007-09-16 00:00:00', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, total) VALUES (46, '2007-09-24 00:00:00', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (47, '2007-10-07 00:00:00', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (49, '2007-10-07 00:00:00', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (51, '2007-10-08 00:00:00', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (55, '2007-10-09 00:00:00', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (2, '2007-10-12 00:00:00', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (11, '2007-10-17 00:00:00', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (25, '2007-10-25 00:00:00', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (26, '2007-11-07 00:00:00', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (28, '2007-11-07 00:00:00', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (30, '2007-11-08 00:00:00', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (34, '2007-11-09 00:00:00', 'Rua da Assunção 53', 'Lisbon', 'Portugal', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (40, '2007-11-12 00:00:00', '8, Rue Hanovre', 'Paris', 'France', '75002', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (49, '2007-11-17 00:00:00', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (4, '2007-11-25 00:00:00', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (5, '2007-12-08 00:00:00', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (7, '2007-12-08 00:00:00', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (9, '2007-12-09 00:00:00', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (13, '2007-12-10 00:00:00', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (19, '2007-12-13 00:00:00', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (28, '2007-12-18 00:00:00', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (42, '2007-12-26 00:00:00', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (43, '2008-01-08 00:00:00', '68, Rue Jouvence', 'Dijon', 'France', '21000', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (45, '2008-01-08 00:00:00', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (47, '2008-01-09 00:00:00', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (51, '2008-01-10 00:00:00', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', 6.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (57, '2008-01-13 00:00:00', 'Calle Lira, 198', 'Santiago', 'Chile', 17.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (7, '2008-01-18 00:00:00', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', 18.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (21, '2008-01-26 00:00:00', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (22, '2008-02-08 00:00:00', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (24, '2008-02-08 00:00:00', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (26, '2008-02-09 00:00:00', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (30, '2008-02-10 00:00:00', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (36, '2008-02-13 00:00:00', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (45, '2008-02-18 00:00:00', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 21.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (59, '2008-02-26 00:00:00', '3,Raj Bhavan Road', 'Bangalore', 'India', '560001', 1.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (1, '2008-03-10 00:00:00', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', 3.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (3, '2008-03-10 00:00:00', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', 3.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (5, '2008-03-11 00:00:00', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (9, '2008-03-12 00:00:00', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (15, '2008-03-15 00:00:00', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', 9.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (24, '2008-03-20 00:00:00', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', 15.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (38, '2008-03-28 00:00:00', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (39, '2008-04-10 00:00:00', '4, Rue Milton', 'Paris', 'France', '75009', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (41, '2008-04-10 00:00:00', '11, Place Bellecour', 'Lyon', 'France', '69002', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (43, '2008-04-11 00:00:00', '68, Rue Jouvence', 'Dijon', 'France', '21000', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (47, '2008-04-12 00:00:00', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (53, '2008-04-15 00:00:00', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (3, '2008-04-20 00:00:00', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (17, '2008-04-28 00:00:00', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (18, '2008-05-11 00:00:00', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (20, '2008-05-11 00:00:00', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (22, '2008-05-12 00:00:00', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (26, '2008-05-13 00:00:00', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (32, '2008-05-16 00:00:00', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (41, '2008-05-21 00:00:00', '11, Place Bellecour', 'Lyon', 'France', '69002', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (55, '2008-05-29 00:00:00', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (56, '2008-06-11 00:00:00', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (58, '2008-06-11 00:00:00', '12,Community Centre', 'Delhi', 'India', '110017', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (1, '2008-06-12 00:00:00', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (5, '2008-06-13 00:00:00', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (11, '2008-06-16 00:00:00', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (20, '2008-06-21 00:00:00', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (34, '2008-06-29 00:00:00', 'Rua da Assunção 53', 'Lisbon', 'Portugal', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (35, '2008-07-12 00:00:00', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (37, '2008-07-12 00:00:00', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (39, '2008-07-13 00:00:00', '4, Rue Milton', 'Paris', 'France', '75009', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (43, '2008-07-14 00:00:00', '68, Rue Jouvence', 'Dijon', 'France', '21000', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (49, '2008-07-17 00:00:00', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (58, '2008-07-22 00:00:00', '12,Community Centre', 'Delhi', 'India', '110017', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (13, '2008-07-30 00:00:00', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (14, '2008-08-12 00:00:00', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (16, '2008-08-12 00:00:00', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (18, '2008-08-13 00:00:00', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (22, '2008-08-14 00:00:00', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (28, '2008-08-17 00:00:00', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (37, '2008-08-22 00:00:00', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (51, '2008-08-30 00:00:00', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (52, '2008-09-12 00:00:00', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (54, '2008-09-12 00:00:00', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (56, '2008-09-13 00:00:00', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (1, '2008-09-14 00:00:00', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (7, '2008-09-17 00:00:00', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (16, '2008-09-22 00:00:00', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (30, '2008-09-30 00:00:00', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (31, '2008-10-13 00:00:00', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (33, '2008-10-13 00:00:00', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (35, '2008-10-14 00:00:00', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (39, '2008-10-15 00:00:00', '4, Rue Milton', 'Paris', 'France', '75009', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (45, '2008-10-18 00:00:00', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (54, '2008-10-23 00:00:00', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (9, '2008-10-31 00:00:00', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (10, '2008-11-13 00:00:00', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (12, '2008-11-13 00:00:00', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (14, '2008-11-14 00:00:00', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (18, '2008-11-15 00:00:00', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (24, '2008-11-18 00:00:00', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (33, '2008-11-23 00:00:00', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (47, '2008-12-01 00:00:00', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (48, '2008-12-14 00:00:00', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (50, '2008-12-14 00:00:00', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (52, '2008-12-15 00:00:00', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (56, '2008-12-16 00:00:00', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (3, '2008-12-19 00:00:00', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (12, '2008-12-24 00:00:00', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (26, '2009-01-01 00:00:00', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (27, '2009-01-14 00:00:00', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (29, '2009-01-14 00:00:00', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (31, '2009-01-15 00:00:00', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (35, '2009-01-16 00:00:00', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (41, '2009-01-19 00:00:00', '11, Place Bellecour', 'Lyon', 'France', '69002', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (50, '2009-01-24 00:00:00', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (5, '2009-02-01 00:00:00', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (6, '2009-02-14 00:00:00', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (8, '2009-02-14 00:00:00', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (10, '2009-02-15 00:00:00', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (14, '2009-02-16 00:00:00', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (20, '2009-02-19 00:00:00', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (29, '2009-02-24 00:00:00', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (43, '2009-03-04 00:00:00', '68, Rue Jouvence', 'Dijon', 'France', '21000', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (44, '2009-03-17 00:00:00', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, total) VALUES (46, '2009-03-17 00:00:00', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (48, '2009-03-18 00:00:00', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (52, '2009-03-19 00:00:00', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (58, '2009-03-22 00:00:00', '12,Community Centre', 'Delhi', 'India', '110017', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (8, '2009-03-27 00:00:00', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (22, '2009-04-04 00:00:00', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (23, '2009-04-17 00:00:00', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (25, '2009-04-17 00:00:00', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (27, '2009-04-18 00:00:00', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (31, '2009-04-19 00:00:00', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (37, '2009-04-22 00:00:00', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', 14.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, total) VALUES (46, '2009-04-27 00:00:00', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', 21.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (1, '2009-05-05 00:00:00', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (2, '2009-05-18 00:00:00', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (4, '2009-05-18 00:00:00', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (6, '2009-05-19 00:00:00', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (10, '2009-05-20 00:00:00', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (16, '2009-05-23 00:00:00', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (25, '2009-05-28 00:00:00', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', 18.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (39, '2009-06-05 00:00:00', '4, Rue Milton', 'Paris', 'France', '75009', 1.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (40, '2009-06-18 00:00:00', '8, Rue Hanovre', 'Paris', 'France', '75002', 2.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (42, '2009-06-18 00:00:00', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', 3.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (44, '2009-06-19 00:00:00', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', 7.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (48, '2009-06-20 00:00:00', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', 8.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (54, '2009-06-23 00:00:00', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (4, '2009-06-28 00:00:00', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', 15.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (18, '2009-07-06 00:00:00', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (19, '2009-07-19 00:00:00', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (21, '2009-07-19 00:00:00', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (23, '2009-07-20 00:00:00', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (27, '2009-07-21 00:00:00', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (33, '2009-07-24 00:00:00', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (42, '2009-07-29 00:00:00', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (56, '2009-08-06 00:00:00', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (57, '2009-08-19 00:00:00', 'Calle Lira, 198', 'Santiago', 'Chile', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (59, '2009-08-19 00:00:00', '3,Raj Bhavan Road', 'Bangalore', 'India', '560001', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (2, '2009-08-20 00:00:00', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (6, '2009-08-21 00:00:00', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (12, '2009-08-24 00:00:00', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (21, '2009-08-29 00:00:00', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (35, '2009-09-06 00:00:00', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (36, '2009-09-19 00:00:00', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (38, '2009-09-19 00:00:00', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (40, '2009-09-20 00:00:00', '8, Rue Hanovre', 'Paris', 'France', '75002', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (44, '2009-09-21 00:00:00', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (50, '2009-09-24 00:00:00', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (59, '2009-09-29 00:00:00', '3,Raj Bhavan Road', 'Bangalore', 'India', '560001', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (14, '2009-10-07 00:00:00', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (15, '2009-10-20 00:00:00', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (17, '2009-10-20 00:00:00', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (19, '2009-10-21 00:00:00', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (23, '2009-10-22 00:00:00', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (29, '2009-10-25 00:00:00', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (38, '2009-10-30 00:00:00', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (52, '2009-11-07 00:00:00', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (53, '2009-11-20 00:00:00', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (55, '2009-11-20 00:00:00', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (57, '2009-11-21 00:00:00', 'Calle Lira, 198', 'Santiago', 'Chile', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (2, '2009-11-22 00:00:00', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (8, '2009-11-25 00:00:00', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (17, '2009-11-30 00:00:00', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (31, '2009-12-08 00:00:00', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (32, '2009-12-21 00:00:00', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (34, '2009-12-21 00:00:00', 'Rua da Assunção 53', 'Lisbon', 'Portugal', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (36, '2009-12-22 00:00:00', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (40, '2009-12-23 00:00:00', '8, Rue Hanovre', 'Paris', 'France', '75002', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, total) VALUES (46, '2009-12-26 00:00:00', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (55, '2009-12-31 00:00:00', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (10, '2010-01-08 00:00:00', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (11, '2010-01-21 00:00:00', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (13, '2010-01-21 00:00:00', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (15, '2010-01-22 00:00:00', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (19, '2010-01-23 00:00:00', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (25, '2010-01-26 00:00:00', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (34, '2010-01-31 00:00:00', 'Rua da Assunção 53', 'Lisbon', 'Portugal', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (48, '2010-02-08 00:00:00', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (49, '2010-02-21 00:00:00', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (51, '2010-02-21 00:00:00', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (53, '2010-02-22 00:00:00', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (57, '2010-02-23 00:00:00', 'Calle Lira, 198', 'Santiago', 'Chile', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (4, '2010-02-26 00:00:00', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (13, '2010-03-03 00:00:00', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (27, '2010-03-11 00:00:00', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (28, '2010-03-24 00:00:00', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (30, '2010-03-24 00:00:00', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (32, '2010-03-25 00:00:00', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (36, '2010-03-26 00:00:00', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (42, '2010-03-29 00:00:00', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (51, '2010-04-03 00:00:00', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (6, '2010-04-11 00:00:00', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (7, '2010-04-24 00:00:00', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (9, '2010-04-24 00:00:00', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (11, '2010-04-25 00:00:00', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (15, '2010-04-26 00:00:00', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (21, '2010-04-29 00:00:00', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (30, '2010-05-04 00:00:00', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (44, '2010-05-12 00:00:00', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (45, '2010-05-25 00:00:00', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (47, '2010-05-25 00:00:00', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (49, '2010-05-26 00:00:00', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (53, '2010-05-27 00:00:00', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (59, '2010-05-30 00:00:00', '3,Raj Bhavan Road', 'Bangalore', 'India', '560001', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (9, '2010-06-04 00:00:00', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (23, '2010-06-12 00:00:00', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (24, '2010-06-25 00:00:00', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (26, '2010-06-25 00:00:00', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (28, '2010-06-26 00:00:00', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (32, '2010-06-27 00:00:00', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (38, '2010-06-30 00:00:00', 'Barbarossastraße 19', 'Berlin', 'Germany', '10779', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (47, '2010-07-05 00:00:00', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (2, '2010-07-13 00:00:00', 'Theodor-Heuss-Straße 34', 'Stuttgart', 'Germany', '70174', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (3, '2010-07-26 00:00:00', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (5, '2010-07-26 00:00:00', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (7, '2010-07-27 00:00:00', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (11, '2010-07-28 00:00:00', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (17, '2010-07-31 00:00:00', '1 Microsoft Way', 'Redmond', 'WA', 'USA', '98052-8300', 10.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (26, '2010-08-05 00:00:00', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', 23.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (40, '2010-08-13 00:00:00', '8, Rue Hanovre', 'Paris', 'France', '75002', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (41, '2010-08-26 00:00:00', '11, Place Bellecour', 'Lyon', 'France', '69002', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (43, '2010-08-26 00:00:00', '68, Rue Jouvence', 'Dijon', 'France', '21000', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (45, '2010-08-27 00:00:00', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (49, '2010-08-28 00:00:00', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (55, '2010-08-31 00:00:00', '421 Bourke Street', 'Sidney', 'NSW', 'Australia', '2010', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (5, '2010-09-05 00:00:00', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', 16.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (19, '2010-09-13 00:00:00', '1 Infinite Loop', 'Cupertino', 'CA', 'USA', '95014', 1.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (20, '2010-09-26 00:00:00', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', 3.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (22, '2010-09-26 00:00:00', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', 3.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (24, '2010-09-27 00:00:00', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', 7.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (28, '2010-09-28 00:00:00', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', 11.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (34, '2010-10-01 00:00:00', 'Rua da Assunção 53', 'Lisbon', 'Portugal', 10.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (43, '2010-10-06 00:00:00', '68, Rue Jouvence', 'Dijon', 'France', '21000', 16.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (57, '2010-10-14 00:00:00', 'Calle Lira, 198', 'Santiago', 'Chile', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (58, '2010-10-27 00:00:00', '12,Community Centre', 'Delhi', 'India', '110017', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (1, '2010-10-27 00:00:00', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (3, '2010-10-28 00:00:00', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (7, '2010-10-29 00:00:00', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (13, '2010-11-01 00:00:00', 'Qe 7 Bloco G', 'Brasília', 'DF', 'Brazil', '71020-677', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (22, '2010-11-06 00:00:00', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (36, '2010-11-14 00:00:00', 'Tauentzienstraße 8', 'Berlin', 'Germany', '10789', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (37, '2010-11-27 00:00:00', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (39, '2010-11-27 00:00:00', '4, Rue Milton', 'Paris', 'France', '75009', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (41, '2010-11-28 00:00:00', '11, Place Bellecour', 'Lyon', 'France', '69002', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (45, '2010-11-29 00:00:00', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (51, '2010-12-02 00:00:00', 'Celsiusg. 9', 'Stockholm', 'Sweden', '11230', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (1, '2010-12-07 00:00:00', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (15, '2010-12-15 00:00:00', '700 W Pender Street', 'Vancouver', 'BC', 'Canada', 'V6C 1G8', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (16, '2010-12-28 00:00:00', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (18, '2010-12-28 00:00:00', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (20, '2010-12-29 00:00:00', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (24, '2010-12-30 00:00:00', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (30, '2011-01-02 00:00:00', '230 Elgin Street', 'Ottawa', 'ON', 'Canada', 'K2P 1L7', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (39, '2011-01-07 00:00:00', '4, Rue Milton', 'Paris', 'France', '75009', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (53, '2011-01-15 00:00:00', '113 Lupus St', 'London', 'United Kingdom', 'SW1V 3EN', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (54, '2011-01-28 00:00:00', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (56, '2011-01-28 00:00:00', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (58, '2011-01-29 00:00:00', '12,Community Centre', 'Delhi', 'India', '110017', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (3, '2011-01-30 00:00:00', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (9, '2011-02-02 00:00:00', 'Sønder Boulevard 51', 'Copenhagen', 'Denmark', '1720', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (18, '2011-02-07 00:00:00', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (32, '2011-02-15 00:00:00', '696 Osborne Street', 'Winnipeg', 'MB', 'Canada', 'R3L 2B9', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (33, '2011-02-28 00:00:00', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (35, '2011-02-28 00:00:00', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (37, '2011-03-01 00:00:00', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (41, '2011-03-02 00:00:00', '11, Place Bellecour', 'Lyon', 'France', '69002', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (47, '2011-03-05 00:00:00', 'Via Degli Scipioni, 43', 'Rome', 'RM', 'Italy', '00192', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (56, '2011-03-10 00:00:00', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (11, '2011-03-18 00:00:00', 'Av. Paulista, 2022', 'São Paulo', 'SP', 'Brazil', '01310-200', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (12, '2011-03-31 00:00:00', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (14, '2011-03-31 00:00:00', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (16, '2011-04-01 00:00:00', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (20, '2011-04-02 00:00:00', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (26, '2011-04-05 00:00:00', '2211 W Berry Street', 'Fort Worth', 'TX', 'USA', '76110', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (35, '2011-04-10 00:00:00', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (49, '2011-04-18 00:00:00', 'Ordynacka 10', 'Warsaw', 'Poland', '00-358', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (50, '2011-05-01 00:00:00', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (52, '2011-05-01 00:00:00', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (54, '2011-05-02 00:00:00', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (58, '2011-05-03 00:00:00', '12,Community Centre', 'Delhi', 'India', '110017', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (5, '2011-05-06 00:00:00', 'Klanova 9/506', 'Prague', 'Czech Republic', '14700', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (14, '2011-05-11 00:00:00', '8210 111 ST NW', 'Edmonton', 'AB', 'Canada', 'T6G 2C7', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (28, '2011-05-19 00:00:00', '302 S 700 E', 'Salt Lake City', 'UT', 'USA', '84102', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (29, '2011-06-01 00:00:00', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (31, '2011-06-01 00:00:00', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (33, '2011-06-02 00:00:00', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (37, '2011-06-03 00:00:00', 'Berger Straße 10', 'Frankfurt', 'Germany', '60316', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (43, '2011-06-06 00:00:00', '68, Rue Jouvence', 'Dijon', 'France', '21000', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (52, '2011-06-11 00:00:00', '202 Hoxton Street', 'London', 'United Kingdom', 'N1 5LH', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (7, '2011-06-19 00:00:00', 'Rotenturmstraße 4, 1010 Innere Stadt', 'Vienne', 'Austria', '1010', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (8, '2011-07-02 00:00:00', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (10, '2011-07-02 00:00:00', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (12, '2011-07-03 00:00:00', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (16, '2011-07-04 00:00:00', '1600 Amphitheatre Parkway', 'Mountain View', 'CA', 'USA', '94043-1351', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (22, '2011-07-07 00:00:00', '120 S Orange Ave', 'Orlando', 'FL', 'USA', '32801', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (31, '2011-07-12 00:00:00', '194A Chain Lake Drive', 'Halifax', 'NS', 'Canada', 'B3S 1C5', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (45, '2011-07-20 00:00:00', 'Erzsébet krt. 58.', 'Budapest', 'Hungary', 'H-1073', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, total) VALUES (46, '2011-08-02 00:00:00', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (48, '2011-08-02 00:00:00', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (50, '2011-08-03 00:00:00', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (54, '2011-08-04 00:00:00', '110 Raeburn Pl', 'Edinburgh ', 'United Kingdom', 'EH4 1HH', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (1, '2011-08-07 00:00:00', 'Av. Brigadeiro Faria Lima, 2170', 'São José dos Campos', 'SP', 'Brazil', '12227-000', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (10, '2011-08-12 00:00:00', 'Rua Dr. Falcão Filho, 155', 'São Paulo', 'SP', 'Brazil', '01007-010', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (24, '2011-08-20 00:00:00', '162 E Superior Street', 'Chicago', 'IL', 'USA', '60611', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (25, '2011-09-02 00:00:00', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (27, '2011-09-02 00:00:00', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (29, '2011-09-03 00:00:00', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (33, '2011-09-04 00:00:00', '5112 48 Street', 'Yellowknife', 'NT', 'Canada', 'X1A 1N6', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (39, '2011-09-07 00:00:00', '4, Rue Milton', 'Paris', 'France', '75009', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (48, '2011-09-12 00:00:00', 'Lijnbaansgracht 120bg', 'Amsterdam', 'VV', 'Netherlands', '1016', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (3, '2011-09-20 00:00:00', '1498 rue Bélanger', 'Montréal', 'QC', 'Canada', 'H2G 1A7', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (4, '2011-10-03 00:00:00', 'Ullevålsveien 14', 'Oslo', 'Norway', '0171', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (6, '2011-10-03 00:00:00', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (8, '2011-10-04 00:00:00', 'Grétrystraat 63', 'Brussels', 'Belgium', '1000', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (12, '2011-10-05 00:00:00', 'Praça Pio X, 119', 'Rio de Janeiro', 'RJ', 'Brazil', '20040-020', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (18, '2011-10-08 00:00:00', '627 Broadway', 'New York', 'NY', 'USA', '10012-2612', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (27, '2011-10-13 00:00:00', '1033 N Park Ave', 'Tucson', 'AZ', 'USA', '85719', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (41, '2011-10-21 00:00:00', '11, Place Bellecour', 'Lyon', 'France', '69002', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (42, '2011-11-03 00:00:00', '9, Place Louis Barthou', 'Bordeaux', 'France', '33000', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (44, '2011-11-03 00:00:00', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, total) VALUES (46, '2011-11-04 00:00:00', '3 Chatham Street', 'Dublin', 'Dublin', 'Ireland', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (50, '2011-11-05 00:00:00', 'C/ San Bernardo 85', 'Madrid', 'Spain', '28015', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (56, '2011-11-08 00:00:00', '307 Macacha Güemes', 'Buenos Aires', 'Argentina', '1106', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (6, '2011-11-13 00:00:00', 'Rilská 3174/6', 'Prague', 'Czech Republic', '14300', 25.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (20, '2011-11-21 00:00:00', '541 Del Medio Avenue', 'Mountain View', 'CA', 'USA', '94040-111', 0.99); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (21, '2011-12-04 00:00:00', '801 W 4th Street', 'Reno', 'NV', 'USA', '89503', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (23, '2011-12-04 00:00:00', '69 Salem Street', 'Boston', 'MA', 'USA', '2113', 1.98); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (25, '2011-12-05 00:00:00', '319 N. Frances Street', 'Madison', 'WI', 'USA', '53703', 3.96); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_state, billing_country, billing_postal_code, total) VALUES (29, '2011-12-06 00:00:00', '796 Dundas Street West', 'Toronto', 'ON', 'Canada', 'M6J 1V1', 5.94); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, total) VALUES (35, '2011-12-09 00:00:00', 'Rua dos Campeões Europeus de Viena, 4350', 'Porto', 'Portugal', 8.91); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (44, '2011-12-14 00:00:00', 'Porthaninkatu 9', 'Helsinki', 'Finland', '00530', 13.86); +INSERT INTO invoices (customer_id, invoice_date, billing_address, billing_city, billing_country, billing_postal_code, total) VALUES (58, '2011-12-22 00:00:00', '12,Community Centre', 'Delhi', 'India', '110017', 1.99); + +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (1, 2, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (1, 4, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (2, 6, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (2, 8, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (2, 10, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (2, 12, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (3, 16, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (3, 20, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (3, 24, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (3, 28, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (3, 32, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (3, 36, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 42, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 48, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 54, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 60, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 66, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 72, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 78, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 84, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (4, 90, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 99, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 108, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 117, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 126, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 135, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 144, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 153, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 162, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 171, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 180, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 189, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 198, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 207, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (5, 216, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (6, 230, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (7, 231, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (7, 232, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (8, 234, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (8, 236, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (9, 238, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (9, 240, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (9, 242, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (9, 244, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (10, 248, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (10, 252, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (10, 256, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (10, 260, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (10, 264, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (10, 268, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 274, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 280, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 286, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 292, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 298, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 304, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 310, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 316, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (11, 322, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 331, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 340, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 349, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 358, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 367, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 376, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 385, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 394, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 403, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 412, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 421, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 430, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 439, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (12, 448, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (13, 462, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (14, 463, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (14, 464, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (15, 466, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (15, 468, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (16, 470, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (16, 472, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (16, 474, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (16, 476, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (17, 480, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (17, 484, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (17, 488, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (17, 492, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (17, 496, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (17, 500, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 506, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 512, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 518, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 524, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 530, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 536, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 542, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 548, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (18, 554, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 563, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 572, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 581, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 590, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 599, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 608, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 617, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 626, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 635, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 644, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 653, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 662, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 671, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (19, 680, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (20, 694, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (21, 695, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (21, 696, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (22, 698, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (22, 700, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (23, 702, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (23, 704, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (23, 706, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (23, 708, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (24, 712, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (24, 716, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (24, 720, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (24, 724, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (24, 728, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (24, 732, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 738, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 744, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 750, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 756, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 762, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 768, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 774, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 780, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (25, 786, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 795, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 804, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 813, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 822, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 831, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 840, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 849, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 858, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 867, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 876, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 885, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 894, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 903, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (26, 912, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (27, 926, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (28, 927, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (28, 928, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (29, 930, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (29, 932, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (30, 934, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (30, 936, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (30, 938, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (30, 940, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (31, 944, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (31, 948, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (31, 952, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (31, 956, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (31, 960, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (31, 964, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 970, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 976, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 982, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 988, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 994, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 1000, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 1006, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 1012, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (32, 1018, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1027, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1036, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1045, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1054, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1063, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1072, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1081, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1090, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1099, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1108, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1117, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1126, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1135, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (33, 1144, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (34, 1158, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (35, 1159, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (35, 1160, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (36, 1162, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (36, 1164, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (37, 1166, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (37, 1168, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (37, 1170, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (37, 1172, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (38, 1176, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (38, 1180, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (38, 1184, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (38, 1188, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (38, 1192, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (38, 1196, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1202, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1208, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1214, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1220, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1226, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1232, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1238, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1244, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (39, 1250, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1259, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1268, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1277, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1286, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1295, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1304, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1313, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1322, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1331, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1340, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1349, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1358, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1367, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (40, 1376, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (41, 1390, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (42, 1391, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (42, 1392, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (43, 1394, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (43, 1396, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (44, 1398, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (44, 1400, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (44, 1402, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (44, 1404, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (45, 1408, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (45, 1412, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (45, 1416, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (45, 1420, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (45, 1424, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (45, 1428, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1434, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1440, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1446, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1452, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1458, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1464, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1470, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1476, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (46, 1482, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1491, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1500, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1509, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1518, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1527, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1536, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1545, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1554, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1563, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1572, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1581, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1590, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1599, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (47, 1608, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (48, 1622, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (49, 1623, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (49, 1624, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (50, 1626, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (50, 1628, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (51, 1630, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (51, 1632, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (51, 1634, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (51, 1636, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (52, 1640, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (52, 1644, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (52, 1648, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (52, 1652, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (52, 1656, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (52, 1660, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1666, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1672, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1678, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1684, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1690, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1696, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1702, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1708, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (53, 1714, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1723, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1732, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1741, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1750, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1759, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1768, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1777, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1786, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1795, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1804, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1813, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1822, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1831, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (54, 1840, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (55, 1854, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (56, 1855, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (56, 1856, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (57, 1858, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (57, 1860, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (58, 1862, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (58, 1864, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (58, 1866, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (58, 1868, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (59, 1872, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (59, 1876, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (59, 1880, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (59, 1884, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (59, 1888, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (59, 1892, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1898, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1904, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1910, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1916, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1922, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1928, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1934, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1940, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (60, 1946, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 1955, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 1964, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 1973, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 1982, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 1991, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2000, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2009, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2018, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2027, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2036, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2045, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2054, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2063, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (61, 2072, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (62, 2086, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (63, 2087, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (63, 2088, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (64, 2090, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (64, 2092, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (65, 2094, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (65, 2096, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (65, 2098, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (65, 2100, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (66, 2104, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (66, 2108, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (66, 2112, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (66, 2116, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (66, 2120, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (66, 2124, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2130, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2136, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2142, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2148, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2154, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2160, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2166, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2172, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (67, 2178, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2187, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2196, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2205, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2214, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2223, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2232, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2241, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2250, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2259, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2268, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2277, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2286, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2295, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (68, 2304, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (69, 2318, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (70, 2319, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (70, 2320, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (71, 2322, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (71, 2324, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (72, 2326, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (72, 2328, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (72, 2330, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (72, 2332, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (73, 2336, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (73, 2340, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (73, 2344, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (73, 2348, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (73, 2352, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (73, 2356, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2362, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2368, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2374, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2380, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2386, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2392, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2398, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2404, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (74, 2410, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2419, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2428, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2437, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2446, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2455, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2464, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2473, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2482, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2491, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2500, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2509, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2518, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2527, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (75, 2536, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (76, 2550, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (77, 2551, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (77, 2552, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (78, 2554, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (78, 2556, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (79, 2558, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (79, 2560, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (79, 2562, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (79, 2564, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (80, 2568, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (80, 2572, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (80, 2576, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (80, 2580, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (80, 2584, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (80, 2588, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2594, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2600, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2606, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2612, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2618, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2624, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2630, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2636, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (81, 2642, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2651, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2660, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2669, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2678, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2687, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2696, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2705, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2714, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2723, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2732, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2741, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2750, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2759, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (82, 2768, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (83, 2782, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (84, 2783, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (84, 2784, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (85, 2786, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (85, 2788, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (86, 2790, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (86, 2792, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (86, 2794, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (86, 2796, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (87, 2800, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (87, 2804, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (87, 2808, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (87, 2812, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (87, 2816, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (87, 2820, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2826, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2832, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2838, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2844, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2850, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2856, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2862, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2868, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (88, 2874, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2883, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2892, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2901, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2910, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2919, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2928, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2937, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2946, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2955, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2964, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2973, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2982, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 2991, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (89, 3000, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (90, 3014, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (91, 3015, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (91, 3016, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (92, 3018, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (92, 3020, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (93, 3022, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (93, 3024, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (93, 3026, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (93, 3028, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (94, 3032, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (94, 3036, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (94, 3040, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (94, 3044, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (94, 3048, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (94, 3052, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3058, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3064, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3070, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3076, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3082, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3088, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3094, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3100, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (95, 3106, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3115, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3124, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3133, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3142, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3151, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3160, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3169, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3178, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3187, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3196, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3205, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3214, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3223, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (96, 3232, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (97, 3246, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (98, 3247, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (98, 3248, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (99, 3250, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (99, 3252, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (100, 3254, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (100, 3256, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (100, 3258, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (100, 3260, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (101, 3264, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (101, 3268, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (101, 3272, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (101, 3276, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (101, 3280, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (101, 3284, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3290, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3296, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3302, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3308, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3314, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3320, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3326, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3332, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (102, 3338, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3347, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3356, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3365, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3374, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3383, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3392, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3401, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3410, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3419, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3428, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3437, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3446, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3455, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (103, 3464, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (104, 3478, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (105, 3479, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (105, 3480, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (106, 3482, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (106, 3484, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (107, 3486, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (107, 3488, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (107, 3490, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (107, 3492, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (108, 3496, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (108, 3500, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (108, 1, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (108, 5, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (108, 9, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (108, 13, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 19, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 25, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 31, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 37, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 43, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 49, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 55, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 61, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (109, 67, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 76, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 85, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 94, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 103, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 112, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 121, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 130, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 139, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 148, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 157, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 166, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 175, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 184, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (110, 193, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (111, 207, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (112, 208, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (112, 209, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (113, 211, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (113, 213, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (114, 215, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (114, 217, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (114, 219, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (114, 221, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (115, 225, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (115, 229, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (115, 233, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (115, 237, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (115, 241, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (115, 245, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 251, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 257, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 263, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 269, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 275, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 281, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 287, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 293, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (116, 299, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 308, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 317, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 326, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 335, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 344, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 353, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 362, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 371, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 380, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 389, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 398, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 407, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 416, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (117, 425, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (118, 439, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (119, 440, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (119, 441, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (120, 443, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (120, 445, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (121, 447, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (121, 449, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (121, 451, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (121, 453, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (122, 457, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (122, 461, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (122, 465, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (122, 469, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (122, 473, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (122, 477, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 483, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 489, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 495, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 501, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 507, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 513, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 519, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 525, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (123, 531, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 540, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 549, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 558, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 567, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 576, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 585, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 594, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 603, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 612, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 621, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 630, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 639, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 648, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (124, 657, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (125, 671, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (126, 672, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (126, 673, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (127, 675, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (127, 677, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (128, 679, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (128, 681, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (128, 683, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (128, 685, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (129, 689, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (129, 693, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (129, 697, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (129, 701, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (129, 705, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (129, 709, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 715, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 721, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 727, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 733, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 739, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 745, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 751, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 757, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (130, 763, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 772, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 781, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 790, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 799, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 808, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 817, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 826, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 835, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 844, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 853, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 862, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 871, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 880, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (131, 889, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (132, 903, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (133, 904, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (133, 905, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (134, 907, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (134, 909, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (135, 911, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (135, 913, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (135, 915, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (135, 917, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (136, 921, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (136, 925, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (136, 929, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (136, 933, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (136, 937, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (136, 941, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 947, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 953, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 959, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 965, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 971, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 977, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 983, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 989, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (137, 995, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1004, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1013, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1022, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1031, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1040, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1049, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1058, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1067, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1076, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1085, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1094, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1103, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1112, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (138, 1121, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (139, 1135, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (140, 1136, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (140, 1137, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (141, 1139, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (141, 1141, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (142, 1143, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (142, 1145, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (142, 1147, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (142, 1149, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (143, 1153, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (143, 1157, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (143, 1161, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (143, 1165, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (143, 1169, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (143, 1173, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1179, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1185, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1191, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1197, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1203, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1209, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1215, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1221, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (144, 1227, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1236, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1245, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1254, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1263, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1272, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1281, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1290, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1299, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1308, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1317, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1326, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1335, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1344, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (145, 1353, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (146, 1367, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (147, 1368, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (147, 1369, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (148, 1371, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (148, 1373, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (149, 1375, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (149, 1377, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (149, 1379, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (149, 1381, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (150, 1385, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (150, 1389, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (150, 1393, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (150, 1397, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (150, 1401, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (150, 1405, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1411, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1417, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1423, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1429, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1435, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1441, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1447, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1453, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (151, 1459, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1468, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1477, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1486, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1495, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1504, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1513, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1522, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1531, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1540, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1549, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1558, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1567, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1576, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (152, 1585, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (153, 1599, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (154, 1600, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (154, 1601, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (155, 1603, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (155, 1605, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (156, 1607, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (156, 1609, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (156, 1611, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (156, 1613, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (157, 1617, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (157, 1621, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (157, 1625, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (157, 1629, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (157, 1633, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (157, 1637, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1643, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1649, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1655, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1661, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1667, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1673, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1679, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1685, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (158, 1691, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1700, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1709, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1718, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1727, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1736, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1745, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1754, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1763, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1772, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1781, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1790, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1799, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1808, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (159, 1817, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (160, 1831, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (161, 1832, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (161, 1833, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (162, 1835, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (162, 1837, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (163, 1839, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (163, 1841, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (163, 1843, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (163, 1845, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (164, 1849, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (164, 1853, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (164, 1857, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (164, 1861, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (164, 1865, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (164, 1869, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1875, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1881, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1887, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1893, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1899, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1905, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1911, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1917, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (165, 1923, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1932, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1941, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1950, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1959, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1968, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1977, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1986, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 1995, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 2004, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 2013, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 2022, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 2031, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 2040, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (166, 2049, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (167, 2063, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (168, 2064, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (168, 2065, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (169, 2067, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (169, 2069, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (170, 2071, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (170, 2073, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (170, 2075, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (170, 2077, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (171, 2081, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (171, 2085, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (171, 2089, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (171, 2093, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (171, 2097, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (171, 2101, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2107, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2113, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2119, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2125, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2131, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2137, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2143, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2149, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (172, 2155, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2164, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2173, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2182, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2191, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2200, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2209, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2218, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2227, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2236, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2245, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2254, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2263, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2272, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (173, 2281, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (174, 2295, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (175, 2296, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (175, 2297, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (176, 2299, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (176, 2301, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (177, 2303, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (177, 2305, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (177, 2307, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (177, 2309, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (178, 2313, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (178, 2317, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (178, 2321, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (178, 2325, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (178, 2329, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (178, 2333, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2339, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2345, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2351, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2357, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2363, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2369, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2375, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2381, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (179, 2387, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2396, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2405, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2414, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2423, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2432, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2441, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2450, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2459, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2468, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2477, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2486, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2495, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2504, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (180, 2513, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (181, 2527, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (182, 2528, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (182, 2529, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (183, 2531, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (183, 2533, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (184, 2535, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (184, 2537, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (184, 2539, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (184, 2541, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (185, 2545, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (185, 2549, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (185, 2553, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (185, 2557, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (185, 2561, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (185, 2565, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2571, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2577, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2583, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2589, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2595, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2601, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2607, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2613, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (186, 2619, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2628, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2637, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2646, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2655, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2664, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2673, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2682, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2691, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2700, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2709, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2718, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2727, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2736, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (187, 2745, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (188, 2759, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (189, 2760, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (189, 2761, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (190, 2763, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (190, 2765, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (191, 2767, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (191, 2769, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (191, 2771, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (191, 2773, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (192, 2777, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (192, 2781, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (192, 2785, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (192, 2789, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (192, 2793, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (192, 2797, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2803, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2809, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2815, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2821, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2827, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2833, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2839, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2845, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (193, 2851, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2860, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2869, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2878, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2887, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2896, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2905, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2914, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2923, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2932, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2941, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2950, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2959, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2968, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (194, 2977, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (195, 2991, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (196, 2992, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (196, 2993, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (197, 2995, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (197, 2997, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (198, 2999, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (198, 3001, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (198, 3003, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (198, 3005, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (199, 3009, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (199, 3013, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (199, 3017, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (199, 3021, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (199, 3025, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (199, 3029, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3035, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3041, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3047, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3053, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3059, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3065, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3071, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3077, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (200, 3083, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3092, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3101, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3110, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3119, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3128, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3137, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3146, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3155, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3164, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3173, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3182, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3191, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3200, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (201, 3209, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (202, 3223, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (203, 3224, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (203, 3225, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (204, 3227, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (204, 3229, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (205, 3231, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (205, 3233, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (205, 3235, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (205, 3237, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (206, 3241, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (206, 3245, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (206, 3249, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (206, 3253, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (206, 3257, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (206, 3261, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3267, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3273, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3279, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3285, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3291, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3297, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3303, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3309, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (207, 3315, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3324, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3333, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3342, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3351, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3360, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3369, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3378, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3387, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3396, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3405, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3414, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3423, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3432, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (208, 3441, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (209, 3455, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (210, 3456, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (210, 3457, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (211, 3459, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (211, 3461, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (212, 3463, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (212, 3465, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (212, 3467, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (212, 3469, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (213, 3473, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (213, 3477, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (213, 3481, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (213, 3485, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (213, 3489, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (213, 3493, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 3499, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 2, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 8, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 14, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 20, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 26, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 32, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 38, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (214, 44, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 53, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 62, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 71, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 80, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 89, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 98, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 107, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 116, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 125, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 134, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 143, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 152, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 161, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (215, 170, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (216, 184, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (217, 185, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (217, 186, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (218, 188, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (218, 190, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (219, 192, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (219, 194, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (219, 196, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (219, 198, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (220, 202, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (220, 206, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (220, 210, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (220, 214, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (220, 218, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (220, 222, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 228, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 234, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 240, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 246, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 252, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 258, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 264, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 270, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (221, 276, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 285, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 294, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 303, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 312, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 321, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 330, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 339, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 348, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 357, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 366, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 375, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 384, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 393, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (222, 402, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (223, 416, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (224, 417, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (224, 418, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (225, 420, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (225, 422, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (226, 424, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (226, 426, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (226, 428, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (226, 430, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (227, 434, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (227, 438, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (227, 442, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (227, 446, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (227, 450, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (227, 454, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 460, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 466, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 472, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 478, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 484, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 490, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 496, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 502, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (228, 508, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 517, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 526, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 535, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 544, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 553, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 562, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 571, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 580, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 589, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 598, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 607, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 616, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 625, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (229, 634, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (230, 648, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (231, 649, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (231, 650, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (232, 652, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (232, 654, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (233, 656, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (233, 658, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (233, 660, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (233, 662, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (234, 666, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (234, 670, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (234, 674, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (234, 678, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (234, 682, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (234, 686, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 692, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 698, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 704, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 710, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 716, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 722, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 728, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 734, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (235, 740, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 749, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 758, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 767, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 776, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 785, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 794, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 803, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 812, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 821, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 830, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 839, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 848, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 857, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (236, 866, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (237, 880, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (238, 881, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (238, 882, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (239, 884, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (239, 886, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (240, 888, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (240, 890, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (240, 892, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (240, 894, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (241, 898, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (241, 902, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (241, 906, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (241, 910, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (241, 914, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (241, 918, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 924, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 930, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 936, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 942, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 948, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 954, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 960, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 966, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (242, 972, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 981, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 990, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 999, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1008, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1017, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1026, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1035, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1044, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1053, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1062, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1071, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1080, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1089, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (243, 1098, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (244, 1112, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (245, 1113, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (245, 1114, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (246, 1116, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (246, 1118, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (247, 1120, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (247, 1122, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (247, 1124, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (247, 1126, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (248, 1130, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (248, 1134, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (248, 1138, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (248, 1142, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (248, 1146, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (248, 1150, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1156, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1162, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1168, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1174, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1180, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1186, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1192, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1198, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (249, 1204, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1213, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1222, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1231, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1240, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1249, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1258, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1267, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1276, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1285, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1294, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1303, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1312, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1321, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (250, 1330, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (251, 1344, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (252, 1345, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (252, 1346, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (253, 1348, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (253, 1350, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (254, 1352, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (254, 1354, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (254, 1356, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (254, 1358, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (255, 1362, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (255, 1366, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (255, 1370, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (255, 1374, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (255, 1378, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (255, 1382, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1388, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1394, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1400, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1406, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1412, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1418, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1424, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1430, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (256, 1436, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1445, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1454, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1463, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1472, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1481, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1490, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1499, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1508, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1517, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1526, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1535, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1544, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1553, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (257, 1562, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (258, 1576, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (259, 1577, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (259, 1578, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (260, 1580, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (260, 1582, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (261, 1584, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (261, 1586, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (261, 1588, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (261, 1590, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (262, 1594, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (262, 1598, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (262, 1602, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (262, 1606, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (262, 1610, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (262, 1614, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1620, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1626, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1632, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1638, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1644, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1650, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1656, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1662, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (263, 1668, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1677, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1686, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1695, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1704, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1713, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1722, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1731, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1740, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1749, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1758, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1767, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1776, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1785, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (264, 1794, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (265, 1808, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (266, 1809, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (266, 1810, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (267, 1812, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (267, 1814, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (268, 1816, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (268, 1818, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (268, 1820, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (268, 1822, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (269, 1826, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (269, 1830, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (269, 1834, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (269, 1838, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (269, 1842, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (269, 1846, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1852, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1858, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1864, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1870, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1876, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1882, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1888, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1894, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (270, 1900, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1909, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1918, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1927, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1936, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1945, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1954, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1963, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1972, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1981, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1990, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 1999, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 2008, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 2017, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (271, 2026, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (272, 2040, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (273, 2041, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (273, 2042, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (274, 2044, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (274, 2046, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (275, 2048, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (275, 2050, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (275, 2052, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (275, 2054, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (276, 2058, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (276, 2062, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (276, 2066, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (276, 2070, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (276, 2074, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (276, 2078, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2084, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2090, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2096, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2102, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2108, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2114, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2120, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2126, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (277, 2132, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2141, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2150, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2159, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2168, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2177, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2186, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2195, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2204, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2213, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2222, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2231, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2240, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2249, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (278, 2258, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (279, 2272, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (280, 2273, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (280, 2274, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (281, 2276, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (281, 2278, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (282, 2280, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (282, 2282, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (282, 2284, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (282, 2286, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (283, 2290, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (283, 2294, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (283, 2298, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (283, 2302, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (283, 2306, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (283, 2310, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2316, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2322, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2328, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2334, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2340, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2346, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2352, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2358, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (284, 2364, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2373, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2382, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2391, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2400, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2409, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2418, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2427, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2436, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2445, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2454, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2463, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2472, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2481, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (285, 2490, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (286, 2504, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (287, 2505, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (287, 2506, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (288, 2508, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (288, 2510, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (289, 2512, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (289, 2514, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (289, 2516, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (289, 2518, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (290, 2522, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (290, 2526, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (290, 2530, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (290, 2534, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (290, 2538, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (290, 2542, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2548, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2554, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2560, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2566, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2572, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2578, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2584, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2590, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (291, 2596, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2605, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2614, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2623, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2632, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2641, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2650, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2659, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2668, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2677, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2686, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2695, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2704, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2713, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (292, 2722, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (293, 2736, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (294, 2737, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (294, 2738, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (295, 2740, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (295, 2742, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (296, 2744, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (296, 2746, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (296, 2748, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (296, 2750, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (297, 2754, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (297, 2758, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (297, 2762, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (297, 2766, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (297, 2770, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (297, 2774, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2780, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2786, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2792, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2798, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2804, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2810, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2816, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2822, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (298, 2828, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2837, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2846, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2855, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2864, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2873, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2882, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2891, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2900, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2909, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2918, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2927, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2936, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2945, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (299, 2954, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (300, 2968, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (301, 2969, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (301, 2970, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (302, 2972, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (302, 2974, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (303, 2976, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (303, 2978, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (303, 2980, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (303, 2982, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (304, 2986, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (304, 2990, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (304, 2994, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (304, 2998, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (304, 3002, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (304, 3006, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3012, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3018, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3024, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3030, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3036, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3042, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3048, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3054, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (305, 3060, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3069, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3078, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3087, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3096, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3105, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3114, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3123, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3132, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3141, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3150, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3159, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3168, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3177, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (306, 3186, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (307, 3200, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (308, 3201, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (308, 3202, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (309, 3204, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (309, 3206, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (310, 3208, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (310, 3210, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (310, 3212, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (310, 3214, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (311, 3218, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (311, 3222, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (311, 3226, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (311, 3230, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (311, 3234, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (311, 3238, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3244, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3250, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3256, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3262, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3268, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3274, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3280, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3286, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (312, 3292, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3301, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3310, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3319, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3328, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3337, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3346, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3355, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3364, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3373, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3382, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3391, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3400, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3409, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (313, 3418, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (314, 3432, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (315, 3433, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (315, 3434, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (316, 3436, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (316, 3438, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (317, 3440, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (317, 3442, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (317, 3444, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (317, 3446, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (318, 3450, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (318, 3454, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (318, 3458, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (318, 3462, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (318, 3466, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (318, 3470, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 3476, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 3482, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 3488, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 3494, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 3500, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 3, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 9, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 15, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (319, 21, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 30, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 39, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 48, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 57, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 66, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 75, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 84, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 93, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 102, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 111, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 120, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 129, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 138, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (320, 147, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (321, 161, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (322, 162, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (322, 163, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (323, 165, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (323, 167, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (324, 169, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (324, 171, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (324, 173, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (324, 175, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (325, 179, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (325, 183, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (325, 187, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (325, 191, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (325, 195, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (325, 199, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 205, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 211, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 217, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 223, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 229, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 235, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 241, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 247, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (326, 253, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 262, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 271, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 280, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 289, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 298, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 307, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 316, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 325, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 334, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 343, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 352, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 361, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 370, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (327, 379, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (328, 393, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (329, 394, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (329, 395, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (330, 397, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (330, 399, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (331, 401, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (331, 403, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (331, 405, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (331, 407, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (332, 411, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (332, 415, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (332, 419, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (332, 423, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (332, 427, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (332, 431, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 437, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 443, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 449, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 455, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 461, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 467, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 473, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 479, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (333, 485, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 494, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 503, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 512, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 521, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 530, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 539, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 548, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 557, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 566, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 575, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 584, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 593, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 602, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (334, 611, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (335, 625, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (336, 626, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (336, 627, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (337, 629, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (337, 631, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (338, 633, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (338, 635, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (338, 637, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (338, 639, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (339, 643, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (339, 647, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (339, 651, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (339, 655, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (339, 659, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (339, 663, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 669, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 675, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 681, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 687, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 693, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 699, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 705, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 711, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (340, 717, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 726, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 735, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 744, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 753, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 762, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 771, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 780, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 789, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 798, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 807, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 816, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 825, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 834, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (341, 843, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (342, 857, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (343, 858, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (343, 859, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (344, 861, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (344, 863, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (345, 865, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (345, 867, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (345, 869, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (345, 871, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (346, 875, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (346, 879, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (346, 883, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (346, 887, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (346, 891, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (346, 895, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 901, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 907, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 913, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 919, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 925, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 931, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 937, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 943, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (347, 949, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 958, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 967, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 976, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 985, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 994, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1003, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1012, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1021, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1030, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1039, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1048, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1057, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1066, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (348, 1075, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (349, 1089, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (350, 1090, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (350, 1091, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (351, 1093, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (351, 1095, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (352, 1097, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (352, 1099, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (352, 1101, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (352, 1103, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (353, 1107, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (353, 1111, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (353, 1115, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (353, 1119, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (353, 1123, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (353, 1127, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1133, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1139, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1145, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1151, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1157, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1163, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1169, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1175, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (354, 1181, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1190, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1199, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1208, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1217, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1226, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1235, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1244, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1253, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1262, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1271, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1280, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1289, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1298, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (355, 1307, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (356, 1321, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (357, 1322, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (357, 1323, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (358, 1325, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (358, 1327, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (359, 1329, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (359, 1331, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (359, 1333, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (359, 1335, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (360, 1339, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (360, 1343, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (360, 1347, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (360, 1351, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (360, 1355, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (360, 1359, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1365, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1371, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1377, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1383, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1389, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1395, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1401, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1407, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (361, 1413, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1422, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1431, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1440, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1449, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1458, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1467, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1476, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1485, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1494, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1503, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1512, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1521, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1530, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (362, 1539, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (363, 1553, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (364, 1554, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (364, 1555, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (365, 1557, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (365, 1559, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (366, 1561, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (366, 1563, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (366, 1565, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (366, 1567, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (367, 1571, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (367, 1575, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (367, 1579, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (367, 1583, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (367, 1587, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (367, 1591, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1597, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1603, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1609, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1615, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1621, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1627, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1633, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1639, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (368, 1645, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1654, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1663, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1672, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1681, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1690, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1699, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1708, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1717, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1726, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1735, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1744, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1753, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1762, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (369, 1771, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (370, 1785, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (371, 1786, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (371, 1787, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (372, 1789, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (372, 1791, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (373, 1793, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (373, 1795, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (373, 1797, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (373, 1799, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (374, 1803, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (374, 1807, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (374, 1811, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (374, 1815, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (374, 1819, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (374, 1823, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1829, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1835, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1841, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1847, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1853, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1859, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1865, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1871, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (375, 1877, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1886, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1895, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1904, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1913, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1922, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1931, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1940, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1949, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1958, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1967, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1976, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1985, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 1994, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (376, 2003, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (377, 2017, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (378, 2018, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (378, 2019, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (379, 2021, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (379, 2023, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (380, 2025, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (380, 2027, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (380, 2029, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (380, 2031, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (381, 2035, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (381, 2039, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (381, 2043, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (381, 2047, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (381, 2051, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (381, 2055, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2061, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2067, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2073, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2079, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2085, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2091, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2097, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2103, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (382, 2109, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2118, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2127, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2136, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2145, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2154, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2163, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2172, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2181, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2190, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2199, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2208, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2217, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2226, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (383, 2235, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (384, 2249, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (385, 2250, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (385, 2251, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (386, 2253, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (386, 2255, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (387, 2257, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (387, 2259, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (387, 2261, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (387, 2263, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (388, 2267, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (388, 2271, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (388, 2275, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (388, 2279, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (388, 2283, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (388, 2287, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2293, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2299, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2305, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2311, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2317, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2323, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2329, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2335, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (389, 2341, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2350, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2359, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2368, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2377, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2386, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2395, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2404, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2413, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2422, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2431, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2440, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2449, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2458, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (390, 2467, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (391, 2481, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (392, 2482, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (392, 2483, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (393, 2485, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (393, 2487, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (394, 2489, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (394, 2491, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (394, 2493, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (394, 2495, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (395, 2499, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (395, 2503, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (395, 2507, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (395, 2511, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (395, 2515, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (395, 2519, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2525, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2531, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2537, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2543, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2549, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2555, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2561, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2567, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (396, 2573, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2582, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2591, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2600, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2609, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2618, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2627, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2636, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2645, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2654, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2663, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2672, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2681, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2690, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (397, 2699, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (398, 2713, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (399, 2714, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (399, 2715, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (400, 2717, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (400, 2719, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (401, 2721, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (401, 2723, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (401, 2725, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (401, 2727, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (402, 2731, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (402, 2735, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (402, 2739, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (402, 2743, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (402, 2747, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (402, 2751, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2757, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2763, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2769, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2775, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2781, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2787, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2793, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2799, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (403, 2805, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2814, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2823, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2832, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2841, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2850, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2859, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2868, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2877, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2886, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2895, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2904, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2913, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2922, 1.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (404, 2931, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (405, 2945, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (406, 2946, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (406, 2947, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (407, 2949, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (407, 2951, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (408, 2953, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (408, 2955, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (408, 2957, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (408, 2959, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (409, 2963, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (409, 2967, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (409, 2971, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (409, 2975, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (409, 2979, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (409, 2983, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 2989, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 2995, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 3001, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 3007, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 3013, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 3019, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 3025, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 3031, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (410, 3037, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3046, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3055, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3064, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3073, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3082, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3091, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3100, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3109, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3118, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3127, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3136, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3145, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3154, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (411, 3163, 0.99, 1); +INSERT INTO invoice_lines (invoice_id, track_id, unit_price, quantity) VALUES (412, 3177, 1.99, 1); + +INSERT INTO playlists (name) VALUES ('Music'); +INSERT INTO playlists (name) VALUES ('Movies'); +INSERT INTO playlists (name) VALUES ('TV Shows'); +INSERT INTO playlists (name) VALUES ('Audiobooks'); +INSERT INTO playlists (name) VALUES ('90’s Music'); +INSERT INTO playlists (name) VALUES ('Audiobooks'); +INSERT INTO playlists (name) VALUES ('Movies'); +INSERT INTO playlists (name) VALUES ('Music'); +INSERT INTO playlists (name) VALUES ('Music Videos'); +INSERT INTO playlists (name) VALUES ('TV Shows'); +INSERT INTO playlists (name) VALUES ('Brazilian Music'); +INSERT INTO playlists (name) VALUES ('Classical'); +INSERT INTO playlists (name) VALUES ('Classical 101 - Deep Cuts'); +INSERT INTO playlists (name) VALUES ('Classical 101 - Next Steps'); +INSERT INTO playlists (name) VALUES ('Classical 101 - The Basics'); +INSERT INTO playlists (name) VALUES ('Grunge'); +INSERT INTO playlists (name) VALUES ('Heavy Metal Classic'); +INSERT INTO playlists (name) VALUES ('On-The-Go 1'); + +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 99); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2597); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2598); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2599); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2600); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2601); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2602); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2603); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2604); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2605); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2606); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2607); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2608); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 923); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 924); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 925); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 938); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 939); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 940); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 941); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 943); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 944); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 946); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 947); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 948); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 964); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 965); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 966); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 967); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 968); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 969); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 970); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 971); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 972); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 973); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 974); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1015); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1016); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1017); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1018); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1019); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 529); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 530); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 531); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 532); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 533); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 534); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 535); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 536); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 537); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 538); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 539); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 540); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 541); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 542); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2705); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2706); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2707); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2708); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2709); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2710); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2711); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2712); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2713); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2714); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2715); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2716); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2717); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2718); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2719); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2720); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2721); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2722); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2723); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2724); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2725); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2726); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2727); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2728); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2729); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2781); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2782); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2783); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2784); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2785); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2587); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2588); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2589); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2590); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 891); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 892); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 893); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 894); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 895); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 896); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 897); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 898); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 899); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 900); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 901); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 902); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 903); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 904); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 905); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 906); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 907); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 908); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 909); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 910); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 911); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 912); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 913); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 914); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 915); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 917); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 918); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 919); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 920); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 922); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2532); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2533); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2534); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2535); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2536); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2537); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2538); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2539); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2540); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2541); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 646); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 647); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 648); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 649); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 651); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 653); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 655); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 658); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 652); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 656); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 657); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 650); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 659); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 654); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 660); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1033); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1034); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1035); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1036); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1037); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1038); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1039); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1040); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1041); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1042); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1043); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1052); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1053); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1054); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1055); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1056); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 63); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 64); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 65); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 66); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 67); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 68); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 69); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 70); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 71); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 72); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 73); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 74); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 75); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 76); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 842); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 843); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 844); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 845); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 846); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 847); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 848); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 849); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 850); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 624); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 625); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 626); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 627); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 628); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 629); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 630); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 631); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 632); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 633); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 634); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 635); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 636); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 637); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 638); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 639); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 640); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 641); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 642); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 643); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 644); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 645); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 597); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 598); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 599); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 600); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 601); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 602); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 603); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 604); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 605); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 606); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 607); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 608); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 609); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 610); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 611); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 612); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 613); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 614); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 615); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 616); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 617); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 618); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 619); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1902); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1903); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1904); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1905); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1906); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1907); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1908); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1909); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1910); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1911); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1912); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1913); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1914); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1915); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2529); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2530); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2531); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 715); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 716); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 717); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 718); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 719); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 720); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 721); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 722); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 723); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 724); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 725); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 726); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 727); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 728); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 729); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 731); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 732); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 733); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 734); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 735); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 736); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 737); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 738); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 739); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 740); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 741); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 742); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 743); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 744); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 853); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 855); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 856); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 857); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 859); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 860); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 875); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 587); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 588); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 589); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 590); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 877); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 878); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 879); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 880); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 881); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 882); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 883); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 884); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 885); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 886); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 887); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 888); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 889); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 890); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 987); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 988); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1065); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1066); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1067); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1068); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1069); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1070); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1071); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1072); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1087); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1089); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1090); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1091); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 507); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 508); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 509); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 510); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1507); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1508); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1509); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1510); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1529); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1530); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1531); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1671); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1672); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1673); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1674); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1675); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1717); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1720); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1722); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1723); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1726); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1727); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1731); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1733); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1736); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1737); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1740); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1742); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1743); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1718); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1719); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1721); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1724); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1725); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1728); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1729); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1732); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1734); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1735); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1738); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1739); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1741); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1744); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1755); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1762); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1763); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1756); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1764); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1757); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1758); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1765); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1766); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1759); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1760); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1767); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1761); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1770); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1771); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1772); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1917); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1918); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1919); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1920); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1922); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1923); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1924); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1925); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1938); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1939); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1940); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1941); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2033); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2034); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2035); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2036); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2037); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2038); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2039); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2040); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2041); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2042); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2043); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2052); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2053); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2054); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2055); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2056); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2065); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2066); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2067); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2068); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2069); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2070); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2071); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2072); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2073); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2074); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2075); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2076); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2077); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2078); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2079); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2080); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2081); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2082); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2083); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2084); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2085); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2086); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2087); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2089); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2090); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2091); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2751); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2752); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2753); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2754); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2755); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2756); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2757); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2758); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2759); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2760); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2761); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2762); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2763); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2764); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2765); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2766); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2767); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2770); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2771); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2772); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2773); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2774); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2775); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2776); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2777); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2778); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2779); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2780); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 556); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 557); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 558); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 559); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 560); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 561); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 562); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 563); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 564); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 661); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 662); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 663); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 664); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 665); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 666); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 667); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 668); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 669); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 670); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 671); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 672); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 673); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 674); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 77); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 78); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 79); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 80); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 81); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 82); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 83); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 84); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1546); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1547); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1548); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1549); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1551); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1552); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1553); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1554); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1555); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1556); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1557); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1558); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1559); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1560); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1561); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1893); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1894); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1895); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1896); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1897); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1898); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1899); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1900); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1901); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1829); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1831); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1832); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1833); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1834); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1835); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1836); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1838); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1842); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1843); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1844); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1845); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1846); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1847); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1848); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1849); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1850); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1853); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1855); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1856); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1857); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1859); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1860); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1875); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1877); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1878); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1879); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1880); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1881); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1882); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1883); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1884); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1885); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1886); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1887); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1888); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1889); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1890); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1891); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1892); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1969); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1970); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1971); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1972); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1973); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1974); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1943); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1944); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1946); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1947); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1948); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2554); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2555); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2556); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2557); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2558); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2559); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2560); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2561); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2562); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2563); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2564); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1773); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1774); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1775); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1776); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1777); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1778); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1779); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1780); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1781); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1782); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1783); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1784); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1785); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3038); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3039); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3040); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3041); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3042); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3043); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 6); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 7); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 8); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 9); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 10); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 11); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 12); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 13); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 14); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 15); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 16); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 17); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 18); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 19); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 20); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 21); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 22); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 4); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 5); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 23); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 24); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 25); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 26); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 27); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 28); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 29); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 30); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 31); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 32); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 33); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 34); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 35); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 36); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 37); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 38); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 39); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 40); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 41); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 42); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 43); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 44); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 45); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 46); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 47); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 48); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 49); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 50); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 51); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 52); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 53); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 54); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 55); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 56); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 57); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 58); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 59); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 60); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 61); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 62); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 85); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 86); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 87); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 88); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 89); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 90); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 91); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 92); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 93); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 94); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 95); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 96); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 97); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 98); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 675); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 702); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 703); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 704); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 705); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 706); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 707); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 708); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 709); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 710); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 711); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 712); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 713); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 714); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2609); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2610); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2611); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2612); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2613); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2614); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2615); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2616); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2617); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2618); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2619); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2620); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2621); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2622); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2623); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2624); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2625); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2626); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2627); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2628); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2629); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2630); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2631); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2632); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2633); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2634); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2635); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2636); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2637); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2638); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 745); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 746); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 747); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 748); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 749); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 750); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 751); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 752); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 753); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 754); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 755); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 756); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 757); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 758); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 759); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 760); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 620); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 621); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 622); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 623); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 761); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 762); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 763); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 764); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 765); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 766); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 767); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 770); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 771); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 772); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 773); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 774); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 775); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 776); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 777); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 778); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 779); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 780); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 781); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 782); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 783); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 784); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 785); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 543); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 544); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 545); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 546); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 547); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 548); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 549); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 829); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 831); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 832); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 833); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 834); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 835); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 836); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 838); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2639); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2640); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2641); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2642); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2643); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2644); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2645); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2646); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2647); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2648); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2649); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1020); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1021); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1022); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1023); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1024); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1025); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1026); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1027); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 989); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 990); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 991); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 992); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 993); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 994); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 995); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 996); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 997); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 998); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 999); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1000); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1001); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1002); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1562); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1563); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1564); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1587); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1588); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1589); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1590); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1597); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1598); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1599); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1600); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1601); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1602); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1603); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1604); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1605); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1606); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1607); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1608); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1609); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1610); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1611); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1612); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1613); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1614); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1615); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1616); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1617); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1618); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1619); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1620); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1621); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1622); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1623); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1624); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1625); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1626); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1627); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1628); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1629); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1630); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1631); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1632); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1633); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1634); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1635); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1636); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1637); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1638); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1639); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1640); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1641); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1642); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1643); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1644); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1645); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 551); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 552); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 553); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 554); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 555); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1646); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1647); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1648); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1649); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1650); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1651); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1652); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1653); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1654); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1655); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1656); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1657); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1658); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1659); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1660); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1661); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1662); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1663); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1664); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1665); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1666); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1667); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1668); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1669); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1670); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1702); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1703); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1704); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1705); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1706); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1707); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1708); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1709); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1710); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1711); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1712); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1713); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1714); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1715); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1716); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1745); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1746); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1747); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1748); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1749); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1750); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1751); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1752); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1753); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1754); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1987); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1988); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1989); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1990); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1991); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1992); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1993); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1994); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1995); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1996); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1997); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1998); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1999); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2000); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2001); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2002); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2015); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2016); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2017); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2018); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2019); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2020); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2021); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2022); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2023); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2024); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2025); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2026); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2027); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2650); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2651); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2652); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2653); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2654); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2655); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2656); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2657); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2658); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2659); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2660); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2661); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2662); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2663); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2664); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2665); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2666); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2667); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2668); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2669); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2670); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2671); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2672); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2673); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2674); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2675); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2702); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2703); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2704); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2507); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2508); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2509); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2510); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2542); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2543); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2544); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2545); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2546); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2547); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2548); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2549); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2551); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2552); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2553); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2938); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2939); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2940); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2941); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2943); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2944); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2946); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2947); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2948); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3015); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3016); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3017); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2964); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2965); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2966); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2967); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2968); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2969); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2970); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2971); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2972); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2973); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2974); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2987); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2988); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2989); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2990); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2991); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2992); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2993); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2994); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2995); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2996); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2997); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2998); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2999); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3000); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3001); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3002); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3018); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3019); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3020); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3021); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3022); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3023); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3024); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3025); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3026); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3027); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3033); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3034); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3035); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3036); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3037); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3065); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3066); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3067); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3068); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3069); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3070); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3071); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3072); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3073); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3074); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3075); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3076); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3077); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3078); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3079); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3080); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3052); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3053); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3054); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3055); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3056); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3081); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3082); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3083); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3084); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3085); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3086); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3087); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3089); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3090); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3091); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2731); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2732); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2733); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2734); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2735); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2736); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2737); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2738); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2739); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2740); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2741); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2742); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2743); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2744); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2745); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2746); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2747); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2748); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2749); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2750); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1073); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1074); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1075); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1076); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1077); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1078); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1079); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1080); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1081); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1082); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1083); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1084); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1085); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1086); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 2138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 3351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1532); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1533); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1534); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1535); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1536); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1537); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1538); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1539); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1540); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1541); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1542); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1543); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1544); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1545); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1964); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1965); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1966); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1967); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (1, 1968); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2829); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2831); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2832); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2833); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2834); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2835); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2836); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2838); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2842); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2843); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2844); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2845); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2846); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2847); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2848); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2849); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2850); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2853); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2855); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2856); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2877); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2880); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2883); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2885); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2888); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2893); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2894); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2898); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2901); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2904); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2906); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2911); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2913); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2915); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2917); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2919); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2923); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2925); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2859); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2860); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2878); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2879); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2884); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2887); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2889); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2892); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2896); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2897); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2902); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2905); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2907); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2910); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2914); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2918); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2920); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2922); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2924); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2857); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2875); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2881); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2882); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2886); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2890); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2891); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2895); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2899); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2900); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2903); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2908); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2909); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 2912); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (3, 3222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 51); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 52); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 53); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 54); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 55); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 56); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 57); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 58); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 59); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 60); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 61); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 62); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1557); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2597); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2598); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2599); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2600); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2601); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2602); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2603); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2604); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2605); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2606); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2607); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2608); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2627); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2631); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2638); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2711); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2715); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3075); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3076); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2625); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 770); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 771); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 772); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 773); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 774); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 775); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 776); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 777); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 778); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 909); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 910); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 911); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 912); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 913); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 914); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 915); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 917); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 918); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 919); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 920); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 922); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 938); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 939); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 940); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 941); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 943); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 944); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 946); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 947); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 948); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2542); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2543); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2544); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2545); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2546); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2547); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2548); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2549); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2551); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2552); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2553); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3033); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3034); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3035); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3036); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3037); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 23); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 24); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 25); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 26); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 27); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 28); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 29); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 30); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 31); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 32); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 33); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 34); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 35); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 36); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 37); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 891); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 892); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 893); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 894); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 895); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 896); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 897); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 898); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 899); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 900); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 901); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 902); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 903); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 904); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 905); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 906); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 907); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 908); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2702); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2703); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2704); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 4); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 5); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 38); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 39); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 40); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 41); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 42); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 43); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 44); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 45); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 46); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 47); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 48); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 49); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 50); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 829); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 831); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 832); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 833); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 834); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 835); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 836); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 838); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1529); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1530); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1531); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2709); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2710); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2712); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3038); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3039); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3040); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3041); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3042); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3043); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3077); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 77); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 78); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 79); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 80); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 81); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 82); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 83); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 84); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1562); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1563); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1564); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1842); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1843); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1844); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1845); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1846); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1847); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1848); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1849); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1850); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1987); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1988); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1989); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1990); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1991); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1992); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1993); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1994); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1995); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1996); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1997); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1998); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1999); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2000); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2001); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2002); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2650); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2651); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2652); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2653); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2654); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2655); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2656); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2657); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2658); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2659); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2660); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2661); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2662); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2663); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3078); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3079); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3080); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 923); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 924); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 925); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1020); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1021); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1022); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1023); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1024); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1025); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1026); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1027); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2706); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2708); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2713); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2716); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2720); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2721); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2722); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2723); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2724); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2725); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2726); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2727); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2728); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2729); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2781); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2782); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2783); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2784); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2785); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 587); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 588); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 589); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 590); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1087); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1089); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1090); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1091); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1969); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1970); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1971); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1972); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1973); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1974); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3015); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3016); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3017); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 853); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 855); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 856); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 857); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 859); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 860); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 875); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1065); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1066); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1067); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1068); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1069); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1070); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1071); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1072); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 507); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 508); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 509); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 510); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1671); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1672); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1673); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1674); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1675); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 1685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2052); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2053); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2054); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2055); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2056); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2707); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2714); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2717); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 2718); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (5, 3503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 6); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 7); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 8); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 9); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 10); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 11); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 12); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 13); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 14); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 15); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 16); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 17); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 18); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 19); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 20); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 21); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 22); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 4); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 5); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 23); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 24); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 25); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 26); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 27); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 28); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 29); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 30); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 31); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 32); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 33); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 34); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 35); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 36); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 37); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 38); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 39); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 40); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 41); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 42); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 43); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 44); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 45); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 46); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 47); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 48); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 49); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 50); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 51); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 52); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 53); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 54); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 55); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 56); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 57); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 58); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 59); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 60); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 61); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 62); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 63); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 64); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 65); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 66); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 67); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 68); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 69); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 70); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 71); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 72); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 73); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 74); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 75); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 76); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 77); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 78); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 79); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 80); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 81); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 82); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 83); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 84); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 85); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 86); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 87); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 88); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 89); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 90); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 91); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 92); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 93); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 94); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 95); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 96); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 97); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 98); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 99); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2587); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2588); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2589); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2590); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 715); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 716); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 717); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 718); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 719); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 720); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 721); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 722); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 723); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 724); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 725); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 726); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 727); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 728); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 729); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 731); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 732); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 733); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 734); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 735); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 736); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 737); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 738); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 739); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 740); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 741); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 742); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 743); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 744); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2597); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2598); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2599); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2600); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2601); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2602); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2603); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2604); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2605); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2606); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2607); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2608); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 675); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 702); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 703); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 704); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 705); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 706); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 707); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 708); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 709); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 710); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 711); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 712); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 713); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 714); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2609); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2610); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2611); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2612); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2613); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2614); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2615); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2616); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2617); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2618); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2619); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2620); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2621); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2622); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2623); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2624); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2625); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2626); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2627); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2628); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2629); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2630); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2631); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2632); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2633); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2634); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2635); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2636); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2637); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2638); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 745); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 746); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 747); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 748); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 749); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 750); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 751); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 752); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 753); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 754); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 755); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 756); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 757); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 758); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 759); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 760); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 620); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 621); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 622); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 623); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 761); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 762); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 763); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 764); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 765); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 766); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 767); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 770); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 771); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 772); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 773); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 774); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 775); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 776); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 777); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 778); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 779); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 780); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 781); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 782); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 783); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 784); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 785); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 543); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 544); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 545); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 546); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 547); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 548); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 549); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 829); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 831); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 832); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 833); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 834); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 835); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 836); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 838); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 842); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 843); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 844); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 845); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 846); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 847); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 848); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 849); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 850); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 853); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 855); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 856); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 857); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 859); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 860); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 875); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2639); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2640); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2641); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2642); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2643); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2644); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2645); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2646); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2647); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2648); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2649); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 587); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 588); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 589); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 590); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 877); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 878); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 879); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 880); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 881); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 882); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 883); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 884); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 885); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 886); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 887); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 888); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 889); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 890); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 891); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 892); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 893); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 894); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 895); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 896); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 897); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 898); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 899); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 900); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 901); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 902); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 903); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 904); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 905); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 906); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 907); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 908); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 909); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 910); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 911); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 912); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 913); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 914); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 915); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 917); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 918); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 919); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 920); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 922); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 923); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 924); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 925); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 938); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 939); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 940); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 941); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 943); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 944); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 946); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 947); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 948); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 964); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 965); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 966); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 967); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 968); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 969); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 970); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 971); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 972); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 973); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 974); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 987); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 988); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1020); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1021); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1022); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1023); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1024); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1025); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1026); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1027); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 989); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 990); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 991); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 992); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 993); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 994); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 995); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 996); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 997); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 998); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 999); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1000); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1001); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1002); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1015); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1016); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1017); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1018); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1019); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1033); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1034); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1035); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1036); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1037); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1038); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1039); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1040); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1041); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1042); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1043); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1052); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1053); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1054); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1055); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1056); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1065); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1066); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1067); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1068); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1069); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1070); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1071); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1072); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 624); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 625); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 626); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 627); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 628); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 629); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 630); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 631); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 632); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 633); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 634); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 635); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 636); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 637); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 638); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 639); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 640); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 641); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 642); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 643); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 644); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 645); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1073); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1074); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1075); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1076); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1077); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1078); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1079); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1080); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1081); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1082); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1083); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1084); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1085); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1086); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1087); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1089); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1090); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1091); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 507); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 508); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 509); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 510); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1532); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1533); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1534); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1535); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1536); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1537); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1538); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1539); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1540); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1541); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1542); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1543); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1544); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1545); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1507); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1508); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1509); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1510); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1529); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1530); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1531); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1546); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1547); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1548); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1549); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1551); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1552); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1553); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1554); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1555); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1556); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1557); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1558); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1559); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1560); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1561); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1562); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1563); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1564); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1583); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1584); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1585); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1586); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1587); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1588); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1589); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1590); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1591); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1592); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1593); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1594); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1595); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1596); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1597); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1598); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1599); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1600); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1601); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1602); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1603); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1604); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1605); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1606); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1607); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1608); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1609); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1610); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1611); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1612); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1613); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1614); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1615); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1616); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1617); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1618); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1619); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1620); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1621); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1622); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1623); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1624); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1625); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1626); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1627); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1628); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1629); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1630); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1631); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1632); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1633); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1634); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1635); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1636); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1637); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1638); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1639); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1640); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1641); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1642); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1643); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1644); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1645); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 551); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 552); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 553); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 554); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 555); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1646); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1647); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1648); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1649); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1650); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1651); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1652); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1653); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1654); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1655); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1656); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1657); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1658); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1659); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1660); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1661); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1662); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1663); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1664); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1665); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1666); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1667); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1668); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1669); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1670); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1671); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1672); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1673); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1674); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1675); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1702); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1703); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1704); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1705); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1706); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1707); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1708); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1709); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1710); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1711); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1712); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1713); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1714); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1715); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1716); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1717); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1720); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1722); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1723); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1726); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1727); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1731); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1733); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1736); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1737); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1740); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1742); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1743); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1718); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1719); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1721); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1724); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1725); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1728); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1729); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1732); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1734); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1735); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1738); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1739); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1741); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1744); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1745); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1746); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1747); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1748); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1749); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1750); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1751); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1752); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1753); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1754); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1755); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1762); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1763); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1756); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1764); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1757); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1758); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1765); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1766); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1759); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1760); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1767); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1761); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1770); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1771); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1772); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1773); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1774); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1775); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1776); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1777); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1778); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1779); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1780); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1781); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1782); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1783); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1784); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1785); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1893); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1894); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1895); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1896); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1897); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1898); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1899); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1900); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1901); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1829); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1831); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1832); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1833); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1834); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1835); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1836); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1838); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1842); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1843); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1844); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1845); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1846); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1847); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1848); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1849); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1850); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1853); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1855); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1856); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1857); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1859); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1860); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1875); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1877); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1878); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1879); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1880); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1881); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1882); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1883); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1884); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1885); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1886); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1887); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1888); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1889); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1890); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1891); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1892); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 597); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 598); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 599); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 600); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 601); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 602); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 603); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 604); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 605); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 606); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 607); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 608); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 609); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 610); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 611); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 612); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 613); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 614); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 615); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 616); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 617); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 618); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 619); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1902); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1903); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1904); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1905); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1906); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1907); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1908); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1909); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1910); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1911); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1912); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1913); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1914); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1915); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1917); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1918); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1919); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1920); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1922); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1923); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1924); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1925); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1938); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1939); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1940); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1941); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1964); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1965); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1966); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1967); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1968); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1969); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1970); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1971); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1972); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1973); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1974); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1943); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1944); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1946); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1947); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1948); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1987); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1988); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1989); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1990); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1991); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1992); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1993); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1994); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1995); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1996); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1997); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1998); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 1999); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2000); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2001); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2002); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2015); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2016); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2017); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2018); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2019); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2020); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2021); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2022); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2023); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2024); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2025); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2026); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2027); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2033); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2034); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2035); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2036); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2037); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2038); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2039); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2040); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2041); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2042); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2043); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 529); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 530); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 531); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 532); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 533); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 534); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 535); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 536); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 537); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 538); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 539); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 540); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 541); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 542); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2052); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2053); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2054); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2055); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2056); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2065); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2066); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2067); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2068); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2069); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2070); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2071); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2072); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2073); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2074); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2075); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2076); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2077); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2078); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2079); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2080); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2081); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2082); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2083); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2084); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2085); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2086); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2087); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2089); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2090); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2091); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2225); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2650); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2651); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2652); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2653); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2654); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2655); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2656); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2657); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2658); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2659); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2660); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2661); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2662); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2663); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2255); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2256); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2257); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2258); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2259); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2260); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2261); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2262); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2263); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2265); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2266); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2267); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2268); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2270); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2271); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2272); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2273); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2274); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2276); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2277); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2279); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2280); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2281); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2318); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2319); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2321); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2322); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2285); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2286); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2287); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3254); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2300); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2301); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2302); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2303); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2304); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2305); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2306); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2307); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2308); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2309); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2310); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2311); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2312); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2313); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2314); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2315); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2316); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2317); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2282); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2284); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2349); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2350); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2351); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2352); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2353); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2354); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2355); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2356); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2357); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2358); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2359); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2375); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2376); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2377); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2378); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2379); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2381); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2382); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2383); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2384); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2385); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2386); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2387); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2388); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2389); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2390); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2394); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2395); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2396); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2397); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2398); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2399); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2400); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3275); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2664); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2665); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2666); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2667); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2668); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2669); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2670); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2671); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2672); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2673); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2674); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2675); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2676); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2677); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2678); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2679); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2680); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2681); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2682); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2683); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2684); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2685); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2686); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2687); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2688); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2689); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2690); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2691); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2692); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2693); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2694); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2695); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2696); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2697); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2698); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2699); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2700); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2701); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2702); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2703); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2704); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 401); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 573); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 577); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 580); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 581); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 579); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 582); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 572); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 575); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 578); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 574); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 576); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3288); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3289); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3291); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3292); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3293); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3294); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3295); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3296); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3297); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3298); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3299); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2505); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3269); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2506); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2507); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2508); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2509); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2510); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2511); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2513); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2515); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2517); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2520); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2521); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2522); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2524); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2525); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2526); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2527); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2528); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2529); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2530); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2531); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2532); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2533); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2534); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2535); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2536); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2537); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2538); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2539); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2540); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2541); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2542); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2543); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2544); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2545); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2546); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2547); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2548); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2549); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2551); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2552); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2553); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2554); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2555); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2556); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2557); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2558); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2559); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2560); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2561); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2562); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2563); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2564); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2705); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2706); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2707); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2708); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2709); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2710); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2711); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2712); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2713); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2714); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2715); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2716); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2717); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2718); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2719); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2720); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2721); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2722); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2723); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2724); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2725); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2726); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2727); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2728); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2729); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3374); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2570); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2571); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2751); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2752); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2753); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2754); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2755); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2756); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2757); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2758); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2759); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2760); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2761); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2762); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2763); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2764); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2765); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2766); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2767); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2770); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2771); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2772); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2773); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2774); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2775); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2776); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2777); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2778); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2779); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2780); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2781); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2782); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2783); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2784); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2785); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2786); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2787); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2788); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2789); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2790); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2791); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2792); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2793); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2794); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2795); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2796); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2797); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2798); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2799); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2800); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2802); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2803); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2804); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2805); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2806); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2807); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2808); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2809); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2810); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2811); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2812); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2813); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2814); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2815); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2816); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2817); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2818); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 646); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 647); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 648); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 649); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 651); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 653); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 655); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 658); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2926); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2927); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2929); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2930); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2931); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2932); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2933); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2934); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2935); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2936); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2937); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2938); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2939); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2940); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2941); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2943); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2944); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2946); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2947); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2948); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2949); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2950); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2951); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2952); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2953); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2954); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2955); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2956); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2957); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2958); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2959); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2960); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2961); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2962); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2963); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3006); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3008); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3009); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3011); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3012); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3014); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3015); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3016); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3017); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2964); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2965); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2966); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2967); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2968); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2969); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2970); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2971); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2972); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2973); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2974); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3253); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2975); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2976); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2977); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2978); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2979); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2980); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2981); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2982); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2983); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2985); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2986); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2987); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2988); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2989); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2990); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2991); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2992); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2993); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2994); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2995); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2996); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2997); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2998); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2999); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3000); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3001); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3002); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3018); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3019); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3020); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3021); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3022); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3023); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3024); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3025); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3026); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3027); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3028); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3029); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3030); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3031); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3032); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3033); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3034); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3035); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3036); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3037); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3038); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3039); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3040); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3041); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3042); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3043); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3044); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3045); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3046); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3047); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3048); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3049); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3050); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3051); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3064); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3065); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3066); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3067); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3068); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3069); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3070); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3071); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3072); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3073); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3074); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3075); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3076); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3077); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3078); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3079); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3080); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3052); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3053); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3054); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3055); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3056); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3057); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3058); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3059); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3060); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3061); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3062); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3063); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3081); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3082); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3083); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3084); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3085); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3086); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3087); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3089); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3090); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3091); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3092); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3097); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3098); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3100); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3101); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3102); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3103); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 323); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 324); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 325); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 326); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 327); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 328); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 329); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 330); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 331); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 332); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 333); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 334); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 336); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 365); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 366); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 368); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 369); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 370); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 371); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 372); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 373); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 556); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 557); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 558); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 559); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 560); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 561); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 562); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 563); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 564); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 565); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 566); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 567); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 568); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 569); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 661); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 662); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 663); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 664); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 665); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 666); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 667); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 668); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 669); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 670); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 671); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 672); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 673); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 674); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3104); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3106); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3107); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3108); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3109); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3110); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3111); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3112); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3113); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3114); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3115); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3116); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3117); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3118); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3119); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3120); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3121); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3122); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3123); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3124); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3125); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3126); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3127); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3128); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3129); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3130); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3131); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 652); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 656); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 657); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 650); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 659); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 654); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 660); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3132); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3133); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3134); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3135); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3136); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3137); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3138); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3139); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3140); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3141); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3142); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3143); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3144); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3145); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2731); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2732); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2733); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2734); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2735); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2736); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2737); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2738); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2739); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2740); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2741); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2742); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2743); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2744); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2745); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2746); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2747); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2748); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2749); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 2750); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3320); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3264); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3146); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3147); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3148); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3149); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3150); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3151); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3153); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3154); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3155); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3156); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3157); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3158); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3159); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3161); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3162); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3163); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3164); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3455); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3456); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3457); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3458); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3459); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3460); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3461); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3462); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3463); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3464); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3465); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3466); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3467); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3468); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3469); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3470); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3471); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3472); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3473); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3474); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3475); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3476); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3477); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3478); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (8, 3484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (9, 3402); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3250); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2819); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2820); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2821); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2822); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2823); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2824); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2825); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2826); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2827); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2828); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2829); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2831); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2832); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2833); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2834); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2835); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2836); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2838); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3226); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3227); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3229); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3231); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3232); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3233); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3234); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3235); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3237); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3238); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3239); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3240); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3241); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3242); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3243); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3244); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3245); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3246); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3247); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3248); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3249); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2839); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2840); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2841); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2842); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2843); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2844); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2845); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2846); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2847); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2848); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2849); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2850); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2851); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2853); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2855); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2856); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3166); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3167); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3168); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3171); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3223); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2861); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2865); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2868); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2871); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2873); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2877); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2880); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2883); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2885); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2888); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2893); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2894); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2898); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2901); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2904); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2906); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2911); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2913); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2915); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2917); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2919); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2923); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2925); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2859); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2860); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2869); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2872); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2878); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2879); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2884); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2887); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2889); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2892); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2896); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2897); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2902); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2905); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2907); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2910); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2914); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2918); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2920); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2922); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2924); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2857); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2862); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2863); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2866); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2870); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2875); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2881); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2882); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2886); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2890); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2891); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2895); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2899); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2900); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2903); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2908); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2909); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 2912); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3165); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3169); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3170); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3252); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3224); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3251); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3340); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3339); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3338); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3337); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3341); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3342); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3346); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3343); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3347); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3344); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3348); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3360); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3361); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3362); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3363); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3364); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3172); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3173); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3174); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3175); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3176); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3177); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3178); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3179); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3180); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3181); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3182); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3183); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3184); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3185); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3186); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3187); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3188); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3189); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3190); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3191); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3192); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3193); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3196); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3197); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3199); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3200); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3201); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3202); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3203); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3204); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3205); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3207); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3208); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3209); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3210); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3211); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3212); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3213); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3214); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3216); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3217); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3218); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3221); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3222); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3428); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (10, 3429); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 391); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 523); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 219); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 220); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 215); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 730); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 738); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 228); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 230); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 236); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 852); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 858); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 864); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 867); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 874); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 877); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 885); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 888); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1088); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1093); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1099); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1105); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 504); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1518); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1519); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1514); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1916); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1928); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 1921); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 2752); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 2753); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 2754); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 2758); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 2767); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 2768); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 2769); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (11, 393); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (12, 3427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3479); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3480); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3481); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3482); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3483); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3484); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3485); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3486); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3487); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3488); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3489); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3490); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3491); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3492); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3493); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3494); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3495); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3496); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3497); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3498); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3499); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3500); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3501); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3502); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (13, 3503); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3430); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3431); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3432); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3433); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3434); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3435); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3436); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3437); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3438); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3439); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3440); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3441); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3442); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3443); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3444); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3445); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3446); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3447); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3448); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3449); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3450); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3451); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3452); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3453); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (14, 3454); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3403); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3404); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3405); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3406); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3407); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3408); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3409); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3410); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3411); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3412); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3413); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3414); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3415); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3416); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3417); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3418); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3419); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3420); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3421); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3422); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3423); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3424); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3425); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3426); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (15, 3427); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 3367); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 52); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2194); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2195); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2198); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2206); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2512); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2516); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2550); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2003); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2004); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2005); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2007); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2010); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (16, 2013); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 2); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 3); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 4); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 5); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 152); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 160); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1278); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1283); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1392); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1335); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1345); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1380); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1801); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1830); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1837); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1854); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1876); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1880); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1984); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1942); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 1945); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 2094); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 2095); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 2096); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (17, 3290); +INSERT INTO playlist_tracks (playlist_id, track_id) VALUES (18, 597); diff --git a/test_database/store_1/store_1.sqlite b/test_database/store_1/store_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..f1b490cd2488a53b0932f6e6cc730a851d5f3f6b --- /dev/null +++ b/test_database/store_1/store_1.sqlite @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9212f03e0fcfd875750d37067c4c9ac06efaf7334e91776f687976723da26e +size 1155072 diff --git a/test_database/store_product/schema.sql b/test_database/store_product/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..c688690c624b9dca64890770d9e273b62f05affd --- /dev/null +++ b/test_database/store_product/schema.sql @@ -0,0 +1,105 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "product" ( +"product_id" int, +"product" text, +"dimensions" text, +"dpi" real, +"pages_per_minute_color" real, +"max_page_size" text, +"interface" text, +PRIMARY KEY ("product_id") +); + +CREATE TABLE "store" ( +"Store_ID" int, +"Store_Name" text, +"Type" text, +"Area_size" real, +"Number_of_product_category" real, +"Ranking" int, +PRIMARY KEY ("Store_ID") +); + +CREATE TABLE "district" ( +"District_ID" int, +"District_name" text, +"Headquartered_City" text, +"City_Population" real, +"City_Area" real, +PRIMARY KEY ("District_ID") +); + + +INSERT INTO "product" VALUES (1,"Fujitsu fi-6130 A4 Series Scanner","301 x 160 x 158","600","30","A4","USB 2.0"); +INSERT INTO "product" VALUES (2,"Plustek MobileOffice D28 Corporate","303 x 94 x 60","600","28","A4","USB 2.0"); +INSERT INTO "product" VALUES (3,"Xerox Travel Scanner 100","289 x 51 x 38","600","4","A4","USB 2.0"); +INSERT INTO "product" VALUES (4,"ScanShell 3000DN","300 x 50 x 45","600","3","A4","USB 2.0"); +INSERT INTO "product" VALUES (5,"Canon imageFORMULA P-150","280 x 95 x 40","600","10","216mm x 356mm","USB 2.0"); +INSERT INTO "product" VALUES (6,"Canon DR-2080C","298 x 209 x 99","600","36","216mm x 355mm","USB 2.0"); +INSERT INTO "store" VALUES (1,"Miramichi","City Mall","179.84","17811","2"); +INSERT INTO "store" VALUES (2,"Neguac","Village Store","26.69","1678","3"); +INSERT INTO "store" VALUES (3,"Rogersville","Village Store","7.23","1170","1"); +INSERT INTO "store" VALUES (4,"Blackville","Village Store","21.73","990","10"); +INSERT INTO "store" VALUES (5,"Doaktown","City Mall","28.74","793","9"); +INSERT INTO "district" VALUES ("1","Attock District","Attock City","94620","20"); +INSERT INTO "district" VALUES ("2","Bahawalnagar District","Bahawalnagar City","134936","13"); +INSERT INTO "district" VALUES ("3","Bahawalpur District","Bahawalpur City","530438","38"); +INSERT INTO "district" VALUES ("4","Bhakkar District","Bhakkar City","89380","15"); +INSERT INTO "district" VALUES ("5","Chakwal District","Chakwal City","113524","10"); +INSERT INTO "district" VALUES ("6","Chiniot District","Chiniot City","219254","12"); +INSERT INTO "district" VALUES ("7","Dera Ghazi Khan District","Dera Ghazi Khan City","464742","22"); +INSERT INTO "district" VALUES ("8","Faisalabad District","Faisalabad City","2793721","147"); +INSERT INTO "district" VALUES ("9","Gujranwala District","Gujranwala City","1526168","75"); +INSERT INTO "district" VALUES ("10","Gujrat District","Gujrat City","328512","25"); +INSERT INTO "district" VALUES ("11","Hafizabad District","Hafizabad City","165936","10"); +INSERT INTO "district" VALUES ("12","Jhang District","Jhang City","365198","28"); +INSERT INTO "district" VALUES ("13","Jhelum District","Jhelum City","172073","22"); +INSERT INTO "district" VALUES ("14","Kasur District","Kasur City","314617","18"); +INSERT INTO "district" VALUES ("15","Khanewal District","Khanewal City","165038","17"); + + + +CREATE TABLE "store_product" ( +"Store_ID" int, +"Product_ID" int, +PRIMARY KEY ("Store_ID","Product_ID"), +FOREIGN KEY (`Store_ID`) REFERENCES `store`(`Store_ID`), +FOREIGN KEY (`Product_ID`) REFERENCES `product`(`Product_ID`) +); + +INSERT INTO "store_product" VALUES (1,1); +INSERT INTO "store_product" VALUES (1,2); +INSERT INTO "store_product" VALUES (1,3); +INSERT INTO "store_product" VALUES (1,4); +INSERT INTO "store_product" VALUES (1,6); + +INSERT INTO "store_product" VALUES (2,1); +INSERT INTO "store_product" VALUES (3,2); +INSERT INTO "store_product" VALUES (2,3); +INSERT INTO "store_product" VALUES (3,4); +INSERT INTO "store_product" VALUES (2,6); + + +INSERT INTO "store_product" VALUES (5,1); +INSERT INTO "store_product" VALUES (5,2); +INSERT INTO "store_product" VALUES (5,3); +INSERT INTO "store_product" VALUES (5,4); +INSERT INTO "store_product" VALUES (5,6); + + + +CREATE TABLE "store_district" ( +"Store_ID" int, +"District_ID" int, +PRIMARY KEY ("Store_ID"), +FOREIGN KEY (`Store_ID`) REFERENCES `store`(`Store_ID`), +FOREIGN KEY (`District_ID`) REFERENCES `district`(`District_ID`) +); + +INSERT INTO "store_district" VALUES (1,15); +INSERT INTO "store_district" VALUES (2,15); +INSERT INTO "store_district" VALUES (3,11); +INSERT INTO "store_district" VALUES (4,4); +INSERT INTO "store_district" VALUES (5,3); diff --git a/test_database/store_product/store_product.sqlite b/test_database/store_product/store_product.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..c2386ce46e88d7acdff34a3afb4feacdafe5dc6c Binary files /dev/null and b/test_database/store_product/store_product.sqlite differ diff --git a/test_database/storm_record/schema.sql b/test_database/storm_record/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..c616f3c741dd624bdc14d4cece334a300eaa651c --- /dev/null +++ b/test_database/storm_record/schema.sql @@ -0,0 +1,62 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "storm" ( +"Storm_ID" int, +"Name" text, +"Dates_active" text, +"Max_speed" int, +"Damage_millions_USD" real, +"Number_Deaths" int, +PRIMARY KEY ("Storm_ID") +); + +INSERT INTO "storm" VALUES (1,"One","May19–May25","995","13",0); +INSERT INTO "storm" VALUES (2,"Two","August3–August10","972","10.75",7); +INSERT INTO "storm" VALUES (3,"Three","August5–August14","972","13",52); +INSERT INTO "storm" VALUES (4,"Four","August26–September2","961","4.05",7); +INSERT INTO "storm" VALUES (5,"Five","September7–September17","988","1.49",3); +INSERT INTO "storm" VALUES (6,"Six","September18–September25","1002","0.039",2); +INSERT INTO "storm" VALUES (7,"Seven","September22–September28","977","13",0); +INSERT INTO "storm" VALUES (8,"Eight","October20–October24","983","13",0); +INSERT INTO "storm" VALUES (9,"Nine","October24–October26","1007","13",0); +INSERT INTO "storm" VALUES (10,"9 cyclones","May19 –October26","961","29.3",71); + +CREATE TABLE "region" ( +`Region_id` int, +`Region_code` text, +`Region_name` text, +PRIMARY KEY ("Region_id") +); + +INSERT INTO "region" VALUES (1, "AF", "Afghanistan"); +INSERT INTO "region" VALUES (2, "AL", "Albania"); +INSERT INTO "region" VALUES (3, "DZ", "Algeria"); +INSERT INTO "region" VALUES (4, "DS", "American Samoa"); +INSERT INTO "region" VALUES (5, "AD", "Andorra"); +INSERT INTO "region" VALUES (6, "AO", "Angola"); +INSERT INTO "region" VALUES (7, "AI", "Anguilla"); +INSERT INTO "region" VALUES (8, "AQ", "Antarctica"); +INSERT INTO "region" VALUES (9, "AG", "Antigua and Barbuda"); +INSERT INTO "region" VALUES (10, "CY", "Cyprus"); +INSERT INTO "region" VALUES (11, "CZ", "Czech Republic"); +INSERT INTO "region" VALUES (12, "DK", "Denmark"); +INSERT INTO "region" VALUES (13, "DJ", "Djibouti"); + + +CREATE TABLE `affected_region` ( +`Region_id` int, +`Storm_ID` int, +`Number_city_affected` real, +PRIMARY KEY (`Region_id`,`Storm_ID`), +FOREIGN KEY (`Region_id`) REFERENCES `region`(`Region_id`), +FOREIGN KEY (`Storm_ID`) REFERENCES `storm`(`Storm_ID`) +); + +INSERT INTO `affected_region` VALUES (1,1,10); +INSERT INTO `affected_region` VALUES (2,1,15); +INSERT INTO `affected_region` VALUES (3,3,30); +INSERT INTO `affected_region` VALUES (1,4,22); +INSERT INTO `affected_region` VALUES (12,5,37); +INSERT INTO `affected_region` VALUES (2,5,12); + diff --git a/test_database/storm_record/storm_record.sqlite b/test_database/storm_record/storm_record.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..eabf6e28ea317bcaf3b9ae471544a35554456f6a Binary files /dev/null and b/test_database/storm_record/storm_record.sqlite differ diff --git a/test_database/student_1/annotation.json b/test_database/student_1/annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..54af4b959ed61486655fd962efd4f43bc5336b1d --- /dev/null +++ b/test_database/student_1/annotation.json @@ -0,0 +1,58 @@ +{ + "label_id": null, + "data": [ + { + "nl": "Find all students who study in classroom 111. For each student list first and last name.\n", + "id": 0 + }, + { + "nl": "For each classroom report the grade that is taught in it. Report just the classroom number and the grade number.\n", + "id": 1 + }, + { + "nl": "Find all teachers who teach fifth grade. Report first and last name of the teachers and the room number.\n", + "id": 2 + }, + { + "nl": "Find all students taught by OTHA MOYER. Output first and last names of students\n", + "id": 3 + }, + { + "nl": "For each teacher teaching grades K through 3, report the grade (s)he teaches. Each name has to be reported exactly once.\n", + "id": 4 + }, + { + "nl": "Find all first-grade students who are NOT taught by OTHA MOYER. Report their first and last names\n", + "id": 5 + }, + { + "nl": "Find and report the number of students taught by LORIA ONDERSMA.\n", + "id": 6 + }, + { + "nl": "For each grade, report the number of classrooms in which it is taught and the toal number of students in the grade.\n", + "id": 7 + }, + { + "nl": "Report the names of teachers who have between seven and eight students in their classes.\n", + "id": 8 + }, + { + "nl": "For each kindergarden classroom, report the total number of students.\n", + "id": 9 + }, + { + "nl": "Find the teacher name who teach(es) the largest number of students.\n", + "id": 10 + }, + { + "nl": "Findallclassroomswhichhavefewerstudentsinthemthantheaverage number of students in a classroom in the school. Report the classroom numbers\n", + "id": 11 + }, + { + "nl": "For each grade with more than one classroom, report the last name of the teacher who teachers the classroom with the largest number of students in the grade.\n", + "id": 12 + } + ], + "review_id": null +} \ No newline at end of file diff --git a/test_database/student_1/data_csv/README.STUDENTS.TXT b/test_database/student_1/data_csv/README.STUDENTS.TXT new file mode 100644 index 0000000000000000000000000000000000000000..9aa2888e3474c4a861e416f7042cce3b2d7f3c9e --- /dev/null +++ b/test_database/student_1/data_csv/README.STUDENTS.TXT @@ -0,0 +1,68 @@ +***************************************************** +CPE 365 Alex Dekhtyar +Cal Poly Computer Science Department +San Luis Obispo College of Engineering +California dekhtyar@csc.calpoly.edu +***************************************************** + STUDENTS DATASET + Version 1.0 + October 1, 2007 +***************************************************** +Sources: this is a synthesized dataset. + +****************************************************** + +This file describes the contents of the STUDENTS dataset +developed for the CPE 365, Introduction to Databases, +course at Cal Poly. + +The dataset contains information about students of a small elementary +school. Each student goes to a specific classroom and a specific +grade. A teacher is assigned to each classroom. + +General Conventions. + + 1. All files in the dataset are CSV (comma-separated values) files. + 2. First line of each file provides the names of + columns. Second line may be empty, or may contain + the first row of the data. + 3. All string values are enclosed in single quotes (') + + + The dataset consists of the following files: + + - list.csv : list of students + - teachers.csv : list of teachers + + + Individual files have the following formats. + +************************************************************************** + +list.csv + + LastName : last name of the student + FirstName : first name of the student + Grade : grade the student attends + Classroom : classroom the student is assigned to + +************************************************************************** + +teachers.csv + + LastName : last name of the teacher + FirstName : first name of the teacher + Classroom : classroom the teacher is assigned to + +************************************************************************** +************************************************************************** + +Permission granted to use and distribute this dataset in its current form, +provided this file is kept unchanged and is distributed together with the +data. + +Permission granted to modify and expand this dataset, provided this +file is updated accordingly with new information. + +************************************************************************** +************************************************************************** diff --git a/test_database/student_1/data_csv/list.csv b/test_database/student_1/data_csv/list.csv new file mode 100644 index 0000000000000000000000000000000000000000..b0e12d59cdb63f6b40d121b92714072e2af2b836 --- /dev/null +++ b/test_database/student_1/data_csv/list.csv @@ -0,0 +1,61 @@ +LastName, FirstName, Grade, Classroom +'CAR', 'MAUDE', 2, 101 +'KRISTENSEN', 'STORMY', 6, 112 +'VANDERWOUDE', 'SHERWOOD', 3, 107 +'NOGODA', 'ISMAEL', 0, 105 +'DANESE', 'JANEE', 4, 111 +'AMY', 'PATRINA', 1, 102 +'PREHM', 'SHANEL', 0, 104 +'GRUNIN', 'EMILE', 5, 109 +'GELL', 'TAMI', 0, 104 +'MADLOCK', 'RAY', 4, 110 +'SUDA', 'DARLEEN', 4, 110 +'DROP', 'SHERMAN', 0, 104 +'PINNELL', 'ROBBY', 3, 107 +'BROMLEY', 'EVELINA', 1, 103 +'YUEN', 'ANIKA', 1, 103 +'BUSTILLOS', 'HILMA', 0, 106 +'GOODNOE', 'GAYLE', 4, 111 +'BALBOA', 'MEL', 1, 103 +'BARTKUS', 'REYNALDO', 1, 102 +'GROENEWEG', 'CRYSTA', 3, 107 +'HOUTCHENS', 'THEO', 0, 106 +'GERSTEIN', 'AL', 5, 109 +'MACIAG', 'CHET', 5, 109 +'SAADE', 'TOBIE', 4, 110 +'BRINE', 'FRANKLYN', 0, 106 +'HANNEMANN', 'CHANTAL', 1, 102 +'BYRUM', 'BENNIE', 0, 105 +'NETZEL', 'JODY', 0, 105 +'VANVLIET', 'COLLIN', 0, 106 +'HONES', 'GUILLERMINA', 0, 104 +'FLACHS', 'JEFFRY', 5, 109 +'GRABILL', 'JULIENNE', 0, 106 +'AREHART', 'VERTIE', 3, 107 +'RUNKLE', 'MARCUS', 1, 102 +'MOWATT', 'KITTIE', 0, 105 +'HOOSOCK', 'LANCE', 1, 103 +'LEAPER', 'ADRIAN', 4, 111 +'PASSEY', 'RAYLENE', 4, 110 +'NAKAHARA', 'SHERON', 0, 105 +'STIRE', 'SHIRLEY', 6, 112 +'RODDEY', 'CYRUS', 4, 110 +'CRANMER', 'CAREY', 5, 109 +'SCHUTZE', 'LANELLE', 5, 109 +'FULVIO', 'ELTON', 4, 111 +'HOESCHEN', 'LYNNETTE', 4, 108 +'SOLOMAN', 'BRODERICK', 0, 106 +'LAPLANT', 'SUMMER', 2, 101 +'LUSKEY', 'BRITT', 4, 108 +'JAGNEAUX', 'ELVIRA', 6, 112 +'BIBB', 'SHANAE', 1, 103 +'WIRTZFELD', 'DELORAS', 0, 106 +'RANSLER', 'RODGER', 1, 102 +'NABOZNY', 'CHRISSY', 3, 107 +'ATWOOD', 'BETHEL', 5, 109 +'CHIARAMONTE', 'NOVELLA', 2, 101 +'TRAYWICK', 'KERI', 1, 102 +'BRIGHTBILL', 'ANTONY', 1, 102 +'HUANG', 'TAWANNA', 5, 109 +'SANTORY', 'JORDON', 3, 107 +'LARKINS', 'GAYLE', 4, 110 diff --git a/test_database/student_1/data_csv/teachers.csv b/test_database/student_1/data_csv/teachers.csv new file mode 100644 index 0000000000000000000000000000000000000000..541296455dcdb063ee51ef872fa64560a124f29d --- /dev/null +++ b/test_database/student_1/data_csv/teachers.csv @@ -0,0 +1,13 @@ +LastName, FirstName, Classroom +'MACROSTIE', 'MIN', 101 +'COVIN', 'JEROME', 102 +'MOYER', 'OTHA', 103 +'NIBLER', 'JERLENE', 104 +'MARROTTE', 'KIRK', 105 +'TARRING', 'LEIA', 106 +'URSERY', 'CHARMAINE', 107 +'ONDERSMA', 'LORIA', 108 +'KAWA', 'GORDON', 109 +'SUMPTION', 'GEORGETTA', 110 +'KRIENER', 'BILLIE', 111 +'SUGAI', 'ALFREDA', 112 diff --git a/test_database/student_1/link.txt b/test_database/student_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..94c167197fe075c59a0eb4db5c0ce5bf25f766e7 --- /dev/null +++ b/test_database/student_1/link.txt @@ -0,0 +1 @@ +http://users.csc.calpoly.edu/~dekhtyar/365-Spring2017/index.html \ No newline at end of file diff --git a/test_database/student_1/q.txt b/test_database/student_1/q.txt new file mode 100644 index 0000000000000000000000000000000000000000..31d3be49945822a349d7af36eea9ac02b79ec609 --- /dev/null +++ b/test_database/student_1/q.txt @@ -0,0 +1,25 @@ +Find all students who study in classroom 111. For each student list first and last name. + +For each classroom report the grade that is taught in it. Report just the classroom number and the grade number. + +Find all teachers who teach fifth grade. Report first and last name of the teachers and the room number. + +Find all students taught by OTHA MOYER. Output first and last names of students + +For each teacher teaching grades K through 3, report the grade (s)he teaches. Each name has to be reported exactly once. + +Find all first-grade students who are NOT taught by OTHA MOYER. Report their first and last names + +Find and report the number of students taught by LORIA ONDERSMA. + +For each grade, report the number of classrooms in which it is taught and the toal number of students in the grade. + +Report the names of teachers who have between seven and eight students in their classes. + +For each kindergarden classroom, report the total number of students. + +Find the teacher name who teach(es) the largest number of students. + +Findallclassroomswhichhavefewerstudentsinthemthantheaverage number of students in a classroom in the school. Report the classroom numbers + +For each grade with more than one classroom, report the last name of the teacher who teachers the classroom with the largest number of students in the grade. diff --git a/test_database/student_1/student_1.sql b/test_database/student_1/student_1.sql new file mode 100644 index 0000000000000000000000000000000000000000..0c3e44399e63511808765c531ad317e66a3e33e1 --- /dev/null +++ b/test_database/student_1/student_1.sql @@ -0,0 +1,13 @@ +CREATE TABLE "list" ( + "LastName" TEXT, + "FirstName" TEXT, + "Grade" INTEGER, + "Classroom" INTEGER, + PRIMARY KEY(LastName, FirstName) +); +CREATE TABLE "teachers" ( + "LastName" TEXT, + "FirstName" TEXT, + "Classroom" INTEGER, + PRIMARY KEY(LastName, FirstName) +); diff --git a/test_database/student_1/student_1.sqlite b/test_database/student_1/student_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..7479ff61e9d4768334598681c1964cab252629c8 Binary files /dev/null and b/test_database/student_1/student_1.sqlite differ diff --git a/test_database/student_assessment/schema.sql b/test_database/student_assessment/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..cf6abc6dbded4e1ea22dc6e98cefcd83ebb64393 --- /dev/null +++ b/test_database/student_assessment/schema.sql @@ -0,0 +1,185 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE Addresses ( +address_id INTEGER NOT NULL, +line_1 VARCHAR(80), +line_2 VARCHAR(80), +city VARCHAR(50), +zip_postcode CHAR(20), +state_province_county VARCHAR(50), +country VARCHAR(50), +PRIMARY KEY (address_id) +); + +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (5, '0900 Roderick Oval +New Albina, WA 19200-7914', 'Suite 096', 'Linnealand', '862', 'Montana', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (9, '966 Dach Ports Apt. 322 +Lake Harmonyhaven, VA 65235', 'Apt. 163', 'South Minnie', '716', 'Texas', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (29, '28550 Broderick Underpass Suite 667 +Zakaryhaven, WY 22945-1534', 'Apt. 419', 'North Trystanborough', '112', 'Vermont', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (30, '83706 Ana Trafficway Apt. 992 +West Jarret, MI 01112', 'Apt. 884', 'Lake Kaley', '431', 'Washington', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (43, '69165 Beatty Station +Haleighstad, MS 55164', 'Suite 333', 'Stephaniemouth', '559', 'Massachusetts', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (45, '242 Pacocha Streets +East Isabellashire, ND 03506', 'Suite 370', 'O''Connellview', '514', 'NewMexico', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (55, '801 Modesto Island Suite 306 +Lacyville, VT 34059', 'Suite 764', 'New Alta', '176', 'Mississippi', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (63, '0177 Fisher Dam +Berniershire, KS 00038-7574', 'Apt. 903', 'South Keenan', '613', 'Michigan', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (68, '09471 Hickle Light +Port Maxime, NJ 91550-5409', 'Suite 903', 'Hannahside', '354', 'Connecticut', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (73, '67831 Lavonne Lodge +Olsontown, DC 20894', 'Apt. 756', 'Alizeshire', '687', 'NewMexico', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (82, '228 Fahey Land +Baileymouth, FL 06297-5606', 'Suite 087', 'South Naomibury', '079', 'Ohio', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (88, '1770 Adriel Ramp Apt. 397 +West Ashlynnchester, UT 91968', 'Apt. 617', 'East Tavaresburgh', '179', 'SouthDakota', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (92, '8760 Eldon Squares Suite 260 +Marquisestad, GA 38537', 'Apt. 435', 'Lake Devon', '244', 'SouthDakota', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (94, '8263 Abbott Crossing Apt. 066 +Oberbrunnerbury, LA 67451', 'Apt. 626', 'Boyleshire', '536', 'Kansas', 'USA'); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `city`, `zip_postcode`, `state_province_county`, `country`) VALUES (99, '521 Paucek Field +North Oscartown, WI 31527', 'Apt. 849', 'Terencetown', '979', 'Michigan', 'USA'); + +CREATE TABLE People ( +person_id INTEGER NOT NULL, +first_name VARCHAR(255), +middle_name VARCHAR(255), +last_name VARCHAR(255), +cell_mobile_number VARCHAR(40), +email_address VARCHAR(40), +login_name VARCHAR(40), +password VARCHAR(40), +PRIMARY KEY (person_id) +); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (111, 'Shannon', 'Elissa', 'Senger', '01955267735', 'javier.trantow@example.net', 'pgub', '5e4ff49a61b3544da3ad7dc7e2cf28847564c64c'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (131, 'Dariana', 'Hayley', 'Bednar', '(262)347-9364x516', 'leila14@example.net', 'zops', 'b20b6a9f24aadeda70d54e410c3219f61fb063fb'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (121, 'Virginie', 'Jasmin', 'Hartmann', '(508)319-2970x043', 'boyer.lonie@example.com', 'bkkv', 'b063331ea8116befaa7b84c59c6a22200f5f8caa'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (141, 'Verna', 'Arielle', 'Grant', '1-372-548-7538x314', 'adele.gibson@example.net', 'uuol', '7be9c03d5467d563555c51ebb3eb78e7f90832ec'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (151, 'Hoyt', 'Mercedes', 'Wintheiser', '1-603-110-0647', 'stanley.monahan@example.org', 'bnto', 'c55795df86182959094b83e27900f7cf44ced570'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (161, 'Mayra', 'Haley', 'Hartmann', '724-681-4161x51632', 'terry.kuhlman@example.org', 'rzxu', 'ecae473cb54601e01457078ac0cdf4a1ced837bb'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (171, 'Lizeth', 'Bell', 'Bartoletti', '812.228.0645x91481', 'celestine11@example.net', 'mkou', '76a93d1d3b7becc932d203beac61d064bd54e947'); +INSERT INTO People (`person_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `login_name`, `password`) VALUES (181, 'Nova', 'Amiya', 'Feest', '766-272-9964', 'oreynolds@example.com', 'qrwl', '7dce9b688636ee212294c257dd2f6b85c7f65f2e'); + + + +CREATE TABLE Students ( +student_id INTEGER NOT NULL, +student_details VARCHAR(255), +PRIMARY KEY (student_id), +FOREIGN KEY (student_id) REFERENCES People (person_id) +); +INSERT INTO Students (`student_id`,`student_details`) VALUES (111,'Marry'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (121,'Martin'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (131,'Barry'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (141,'Nikhil'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (151,'John'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (161,'Sarah'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (171,'Joe'); +INSERT INTO Students (`student_id`,`student_details`) VALUES (181,'Nancy'); + + +CREATE TABLE Courses ( +course_id VARCHAR(100) NOT NULL, +course_name VARCHAR(120), +course_description VARCHAR(255), +other_details VARCHAR(255), +PRIMARY KEY (course_id) +); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('301', 'statistics', 'statistics'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('302', 'English', 'English'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('303', 'French', 'French'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('304', 'database', 'database'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('305', 'data structure', 'data structure'); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`) VALUES ('306', 'Art history', 'Art history'); + + + +CREATE TABLE People_Addresses ( +person_address_id INTEGER NOT NULL, +person_id INTEGER NOT NULL, +address_id INTEGER NOT NULL, +date_from DATETIME, +date_to DATETIME, +PRIMARY KEY (person_address_id), +FOREIGN KEY (person_id) REFERENCES People (person_id), +FOREIGN KEY (address_id) REFERENCES Addresses (address_id) +); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (122, 111, 9, '2012-09-26 13:21:00', '2018-03-21 09:46:30'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (257, 121, 5, '2008-07-31 02:17:25', '2018-03-09 02:11:12'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (269, 131, 88, '2008-05-26 20:43:41', '2018-03-11 20:26:41'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (276, 141, 99, '2014-05-10 00:32:31', '2018-03-08 06:16:47'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (281, 151, 92, '2010-11-26 05:21:12', '2018-03-12 21:10:02'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (340, 161, 45, '2017-05-01 17:32:26', '2018-03-09 08:45:06'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (363, 171, 55, '2015-05-24 16:14:12', '2018-02-23 22:44:18'); +INSERT INTO People_Addresses (`person_address_id`, `person_id`, `address_id`, `date_from`, `date_to`) VALUES (396, 181, 82, '2013-12-26 16:57:01', '2018-03-03 16:06:17'); + + +CREATE TABLE Student_Course_Registrations ( +student_id INTEGER NOT NULL, +course_id INTEGER NOT NULL, +registration_date DATETIME NOT NULL, +PRIMARY KEY (student_id, course_id), +FOREIGN KEY (student_id) REFERENCES Students (student_id), +FOREIGN KEY (course_id) REFERENCES Courses (course_id) +); + +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (111,'301','2008-11-04 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (121,'301','2008-10-04 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (121,'303','2008-11-14 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (131,'303','2008-11-05 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (141,'302','2008-11-06 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (151,'305','2008-11-07 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (161,'302','2008-11-07 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (171,'301','2008-11-07 10:35:13'); +INSERT INTO Student_Course_Registrations (`student_id`,`course_id`,`registration_date`) VALUES (141,'301','2008-11-08 10:35:13'); + + +CREATE TABLE Student_Course_Attendance ( +student_id INTEGER NOT NULL, +course_id INTEGER NOT NULL, +date_of_attendance DATETIME NOT NULL, +PRIMARY KEY (student_id, course_id), +FOREIGN KEY (student_id, course_id) REFERENCES Student_Course_Registrations (student_id,course_id) +); + +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (111,'301','2008-11-04 10:35:13'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (121,'301','2012-04-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (121,'303','2014-04-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (141,'302','2013-04-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (171,'301','2015-04-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (161,'302','2014-01-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (151,'305','2012-05-09 11:44:34'); +INSERT INTO Student_Course_Attendance (`student_id`,`course_id`,`date_of_attendance`) VALUES (141,'301','2012-09-09 11:44:34'); + + +CREATE TABLE Candidates ( +candidate_id INTEGER NOT NULL , +candidate_details VARCHAR(255), +PRIMARY KEY (candidate_id), +FOREIGN KEY (candidate_id) REFERENCES People (person_id) +); +CREATE TABLE Candidate_Assessments ( +candidate_id INTEGER NOT NULL, +qualification CHAR(15) NOT NULL, +assessment_date DATETIME NOT NULL, +asessment_outcome_code CHAR(15) NOT NULL, +PRIMARY KEY (candidate_id, qualification), +FOREIGN KEY (candidate_id) REFERENCES Candidates (candidate_id) +); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (111,'Jane'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (121,'Robert'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (131,'Alex'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (141,'Tao'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (151,'Jack'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (161,'Leo'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (171,'Robin'); +INSERT INTO Candidates (`candidate_id`,`candidate_details`) VALUES (181,'Cindy'); + + +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (111,'A','2010-04-07 11:44:34','Pass'); +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (121,'B','2010-04-17 11:44:34','Pass'); +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (131,'D','2010-04-05 11:44:34','Fail'); +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (141,'C','2010-04-06 11:44:34','Pass'); +INSERT INTO Candidate_Assessments (`candidate_id`,`qualification`,`assessment_date`,`asessment_outcome_code`) VALUES (151,'B','2010-04-09 11:44:34','Pass'); diff --git a/test_database/student_assessment/student_assessment.sqlite b/test_database/student_assessment/student_assessment.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..d8d7d110f7be52a30a6d42f135709fc1737917bf Binary files /dev/null and b/test_database/student_assessment/student_assessment.sqlite differ diff --git a/test_database/student_transcripts_tracking/schema.sql b/test_database/student_transcripts_tracking/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..ce2172aa63f76c68772ef24cf0d75b369027ba05 --- /dev/null +++ b/test_database/student_transcripts_tracking/schema.sql @@ -0,0 +1,281 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Addresses` ( +`address_id` INTEGER PRIMARY KEY, +`line_1` VARCHAR(255), +`line_2` VARCHAR(255), +`line_3` VARCHAR(255), +`city` VARCHAR(255), +`zip_postcode` VARCHAR(20), +`state_province_county` VARCHAR(255), +`country` VARCHAR(255), +`other_address_details` VARCHAR(255) +); +CREATE TABLE `Courses` ( +`course_id` INTEGER PRIMARY KEY, +`course_name` VARCHAR(255), +`course_description` VARCHAR(255), +`other_details` VARCHAR(255) +); + +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (1, '2294 Grant Square Apt. 235', 'Apt. 370', NULL, 'Port Chelsea', '148', 'Virginia', 'Iceland', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (2, '3999 Aufderhar Ways Suite 593', 'Apt. 388', NULL, 'Lake Laishafurt', '943', 'Kentucky', 'Burundi', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (3, '67942 Carlotta Ferry Apt. 686', 'Apt. 583', NULL, 'Goodwinhaven', '541', 'Kansas', 'Saudi Arabia', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (4, '0144 Lamar Plaza Apt. 346', 'Suite 703', NULL, 'Port Evanston', '847', 'Washington', 'Angola', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (5, '858 Peggie Bypass Suite 212', 'Apt. 335', NULL, 'Michelleburgh', '446', 'Hawaii', 'Haiti', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (6, '16998 Mraz Lodge', 'Apt. 689', NULL, 'North Omer', '902', 'Kentucky', 'Gibraltar', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (7, '193 Marlin Brook', 'Apt. 406', NULL, 'Herzoghaven', '068', 'Arkansas', 'Cook Islands', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (8, '202 Hessel Views Apt. 468', 'Apt. 305', NULL, 'Mariliehaven', '638', 'Idaho', 'Croatia', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (9, '0643 Muller Vista', 'Suite 383', NULL, 'Port Elvisfurt', '777', 'NorthCarolina', 'Gabon', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (10, '7081 Eda Center', 'Suite 830', NULL, 'Rutherfordtown', '839', 'Delaware', 'Kyrgyz Republic', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (11, '9283 Schulist Falls Apt. 037', 'Suite 239', NULL, 'South Palma', '400', 'WestVirginia', 'Bermuda', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (12, '979 Haag Shores Suite 656', 'Apt. 468', NULL, 'Prohaskafort', '590', 'SouthDakota', 'Lesotho', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (13, '492 Wilkinson Route', 'Suite 865', NULL, 'New Clemensburgh', '386', 'Florida', 'Samoa', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (14, '186 Evan Motorway Apt. 409', 'Suite 079', NULL, 'Lake Careyberg', '895', 'Kentucky', 'New Caledonia', NULL); +INSERT INTO Addresses (`address_id`, `line_1`, `line_2`, `line_3`, `city`, `zip_postcode`, `state_province_county`, `country`, `other_address_details`) VALUES (15, '74046 Metz Walk Apt. 113', 'Suite 674', NULL, 'Port Oceane', '669', 'Wyoming', 'Norfolk Island', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (1, 'ds', 'p', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (2, 'math', 'q', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (3, 'os', 'v', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (4, 'en', 'k', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (5, 'fr', 'c', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (6, 'la', 'n', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (7, 'cal', 'l', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (8, 'nlp', 'q', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (9, 'dl', 'l', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (10, 'ml', 'b', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (11, 'ai', 'w', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (12, 'db', 'q', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (13, 'rs', 'v', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (14, 'pl', 'p', NULL); +INSERT INTO Courses (`course_id`, `course_name`, `course_description`, `other_details`) VALUES (15, 'oop', 'd', NULL); + + +CREATE TABLE `Departments` ( +`department_id` INTEGER PRIMARY KEY, +`department_name` VARCHAR(255), +`department_description` VARCHAR(255), +`other_details` VARCHAR(255) +); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (1, 'computer science', 'error', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (2, 'history', 'nostrum', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (3, 'art', 'aliquam', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (4, 'linguistic', 'natus', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (5, 'management', 'nihil', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (6, 'engineer', 'autem', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (7, 'math', 'doloribus', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (8, 'statistics', 'nihil', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (9, 'law', 'dolorem', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (10, 'economics', 'non', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (11, 'biology', 'consequatur', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (12, 'medical', 'ea', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (13, 'dance', 'consequatur', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (14, 'drama', 'in', NULL); +INSERT INTO Departments (`department_id`, `department_name`, `department_description`, `other_details`) VALUES (15, 'geography', 'nisi', NULL); + + + +CREATE TABLE `Degree_Programs` ( +`degree_program_id` INTEGER PRIMARY KEY, +`department_id` INTEGER NOT NULL, +`degree_summary_name` VARCHAR(255), +`degree_summary_description` VARCHAR(255), +`other_details` VARCHAR(255), +FOREIGN KEY (`department_id` ) REFERENCES `Departments`(`department_id` ) +); + +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (1, 13, 'Master', 'architecto', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (2, 2, 'Master', 'cumque', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (3, 13, 'Master', 'placeat', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (4, 8, 'Bachelor', 'unde', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (5, 11, 'Master', 'officiis', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (6, 8, 'Bachelor', 'aperiam', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (7, 14, 'Bachelor', 'assumenda', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (8, 15, 'Master', 'earum', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (9, 3, 'Bachelor', 'voluptas', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (10, 8, 'Bachelor', 'aut', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (11, 14, 'Bachelor', 'aut', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (12, 4, 'Master', 'qui', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (13, 7, 'Bachelor', 'quam', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (14, 2, 'PHD', 'et', NULL); +INSERT INTO Degree_Programs (`degree_program_id`, `department_id`, `degree_summary_name`, `degree_summary_description`, `other_details`) VALUES (15, 12, 'PHD', 'esse', NULL); + + + +CREATE TABLE `Sections` ( +`section_id` INTEGER PRIMARY KEY, +`course_id` INTEGER NOT NULL, +`section_name` VARCHAR(255), +`section_description` VARCHAR(255), +`other_details` VARCHAR(255), +FOREIGN KEY (`course_id` ) REFERENCES `Courses`(`course_id` ) +); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (1, 9, 'a', 'non', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (2, 2, 'b', 'voluptatem', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (3, 8, 'c', 'qui', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (4, 1, 'd', 'voluptas', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (5, 5, 'e', 'ex', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (6, 7, 'f', 'doloremque', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (7, 12, 'g', 'provident', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (8, 14, 'h', 'et', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (9, 8, 'j', 'quis', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (10, 14, 'k', 'nesciunt', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (11, 1, 'l', 'ad', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (12, 4, 'o', 'et', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (13, 5, 'p', 'facilis', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (14, 6, 'u', 'reprehenderit', NULL); +INSERT INTO Sections (`section_id`, `course_id`, `section_name`, `section_description`, `other_details`) VALUES (15, 10, 'y', 'qui', NULL); + + + +CREATE TABLE `Semesters` ( +`semester_id` INTEGER PRIMARY KEY, +`semester_name` VARCHAR(255), +`semester_description` VARCHAR(255), +`other_details` VARCHAR(255) +); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (1, 'spring 2010', 'x', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (2, 'summer 2010', 'g', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (3, 'fall 2010', 'w', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (4, 'winter 2010', 'c', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (5, 'spring 2018', 'c', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (6, 'spring 2012', 'l', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (7, 'spring 2013', 'y', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (8, 'spring 2014', 'x', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (9, 'spring 2015', 'x', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (10, 'spring 2016', 'f', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (11, 'spring 2017', 'g', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (12, 'spring 2018', 'm', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (13, 'fall 2018', 'q', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (14, 'winter 2018', 't', NULL); +INSERT INTO Semesters (`semester_id`, `semester_name`, `semester_description`, `other_details`) VALUES (15, 'spring 2019', 'o', NULL); + + +CREATE TABLE `Students` ( +`student_id` INTEGER PRIMARY KEY, +`current_address_id` INTEGER NOT NULL, +`permanent_address_id` INTEGER NOT NULL, +`first_name` VARCHAR(80), +`middle_name` VARCHAR(40), +`last_name` VARCHAR(40), +`cell_mobile_number` VARCHAR(40), +`email_address` VARCHAR(40), +`ssn` VARCHAR(40), +`date_first_registered` DATETIME, +`date_left` DATETIME, +`other_student_details` VARCHAR(255), +FOREIGN KEY (`current_address_id` ) REFERENCES `Addresses`(`address_id` ), +FOREIGN KEY (`permanent_address_id` ) REFERENCES `Addresses`(`address_id` ) +); + +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (1, 10, 15, 'Timmothy', 'Anna', 'Ward', '(096)889-8954x524', 'erwin.zboncak@example.com', '965', '1971-02-05 07:28:23', '1971-05-17 19:28:49', 'quia'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (2, 12, 5, 'Hobart', 'Lorenz', 'Balistreri', '1-009-710-5151', 'swift.kolby@example.com', '304246', '1976-10-26 02:33:06', '2013-10-05 17:41:28', 'autem'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (3, 9, 5, 'Warren', 'Violet', 'Gleichner', '07661787471', 'johns.unique@example.net', '3', '2007-08-29 23:25:41', '2007-03-31 09:53:19', 'facilis'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (4, 7, 11, 'Jarvis', 'Aaliyah', 'Carroll', '09700166582', 'jillian26@example.net', '141072406', '2014-03-28 05:48:23', '2007-08-02 04:12:58', 'atque'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (5, 9, 9, 'Milton', 'Vaughn', 'Christiansen', '171-642-5684', 'lhartmann@example.org', '', '1973-05-19 19:12:46', '2007-11-28 12:50:21', 'laborum'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (6, 6, 3, 'Stanford', 'Mona', 'Rogahn', '436.613.7683', 'skassulke@example.net', '248', '1997-03-20 16:47:25', '2016-04-09 12:27:04', 'qui'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (7, 15, 3, 'Frida', 'Aisha', 'Huel', '1-879-796-8987x164', 'baumbach.lucious@example.org', '668', '2018-03-13 09:56:22', '1997-11-16 08:54:33', 'dolorum'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (8, 1, 5, 'Delaney', 'Judd', 'Ankunding', '03174364122', 'dell43@example.net', '402', '1982-02-14 08:46:35', '2004-12-08 05:29:11', 'voluptatem'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (9, 2, 15, 'Reva', 'Golda', 'Osinski', '(507)365-8405', 'qo''kon@example.com', '39', '2017-01-04 08:10:25', '1990-09-01 05:03:27', 'nesciunt'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (10, 15, 14, 'Helga', 'Cleve', 'Mohr', '677.401.9382', 'nya.lesch@example.net', '43', '2009-09-25 00:14:25', '2017-07-09 21:38:43', 'rerum'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (11, 14, 4, 'Gregg', 'Mossie', 'Schuppe', '(462)246-7921', 'nbruen@example.org', '494', '1989-05-24 23:31:29', '1975-10-09 00:49:27', 'omnis'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (12, 14, 9, 'Orrin', 'Neal', 'Kemmer', '(982)153-1469x1733', 'beth42@example.org', '6274274', '2005-12-15 08:42:10', '2006-08-04 17:26:49', 'non'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (13, 9, 8, 'Deon', 'Brooklyn', 'Weimann', '(213)445-0399x85208', 'jhuel@example.com', '68095', '1986-02-24 21:12:23', '2014-05-30 23:32:02', 'assumenda'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (14, 12, 11, 'Jordy', 'Osborne', 'Rempel', '(605)919-3594x3661', 'gracie29@example.com', '34458427', '2004-12-24 12:36:46', '1999-08-24 00:07:10', 'et'); +INSERT INTO Students (`student_id`, `current_address_id`, `permanent_address_id`, `first_name`, `middle_name`, `last_name`, `cell_mobile_number`, `email_address`, `ssn`, `date_first_registered`, `date_left`, `other_student_details`) VALUES (15, 2, 9, 'Jett', 'Alberta', 'Jaskolski', '877.549.9067x8723', 'mya88@example.org', '156', '1982-06-19 13:15:18', '1982-06-11 00:25:39', 'omnis'); + + + +CREATE TABLE `Student_Enrolment` ( +`student_enrolment_id` INTEGER PRIMARY KEY, +`degree_program_id` INTEGER NOT NULL, +`semester_id` INTEGER NOT NULL, +`student_id` INTEGER NOT NULL, +`other_details` VARCHAR(255), +FOREIGN KEY (`degree_program_id` ) REFERENCES `Degree_Programs`(`degree_program_id` ), +FOREIGN KEY (`semester_id` ) REFERENCES `Semesters`(`semester_id` ), +FOREIGN KEY (`student_id` ) REFERENCES `Students`(`student_id` ) +); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (1, 12, 13, 14, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (2, 4, 2, 9, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (3, 10, 2, 7, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (4, 4, 15, 9, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (5, 5, 1, 14, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (6, 3, 13, 1, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (7, 9, 9, 4, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (8, 8, 5, 12, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (9, 12, 6, 7, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (10, 11, 2, 7, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (11, 10, 13, 4, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (12, 9, 2, 5, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (13, 2, 12, 6, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (14, 9, 15, 6, NULL); +INSERT INTO Student_Enrolment (`student_enrolment_id`, `degree_program_id`, `semester_id`, `student_id`, `other_details`) VALUES (15, 2, 4, 6, NULL); + + + +CREATE TABLE `Student_Enrolment_Courses` ( +`student_course_id` INTEGER PRIMARY KEY, +`course_id` INTEGER NOT NULL, +`student_enrolment_id` INTEGER NOT NULL, +FOREIGN KEY (`course_id` ) REFERENCES `Courses`(`course_id` ), +FOREIGN KEY (`student_enrolment_id` ) REFERENCES `Student_Enrolment`(`student_enrolment_id` ) +); + +CREATE TABLE `Transcripts` ( +`transcript_id` INTEGER PRIMARY KEY, +`transcript_date` DATETIME, +`other_details` VARCHAR(255) +); + +CREATE TABLE `Transcript_Contents` ( +`student_course_id` INTEGER NOT NULL, +`transcript_id` INTEGER NOT NULL, +FOREIGN KEY (`student_course_id` ) REFERENCES `Student_Enrolment_Courses`(`student_course_id` ), +FOREIGN KEY (`transcript_id` ) REFERENCES `Transcripts`(`transcript_id` ) +); + +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (8, 2, 5); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (28982908, 8, 9); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (1, 6, 8); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (2, 14, 5); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (9860, 14, 10); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (7, 11, 5); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (681404, 10, 4); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (96, 2, 4); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (438800, 3, 4); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (83814225, 12, 14); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (0, 6, 2); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (604750, 4, 6); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (70882679, 13, 9); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (45105806, 13, 14); +INSERT INTO Student_Enrolment_Courses (`student_course_id`, `course_id`, `student_enrolment_id`) VALUES (76, 10, 13); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (1, '1988-04-30 01:19:47', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (2, '1975-10-28 15:16:51', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (3, '1984-12-19 00:37:21', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (4, '1999-01-06 20:06:46', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (5, '2013-06-30 13:01:40', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (6, '2010-12-13 10:55:15', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (7, '1990-03-05 11:59:41', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (8, '1975-05-06 12:04:47', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (9, '1984-01-18 23:07:07', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (10, '1975-05-20 18:31:21', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (11, '1986-07-12 07:27:29', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (12, '1985-08-21 09:32:39', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (13, '1985-04-29 01:20:20', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (14, '2002-09-24 06:11:49', NULL); +INSERT INTO Transcripts (`transcript_id`, `transcript_date`, `other_details`) VALUES (15, '1998-11-22 12:18:29', NULL); + +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (0, 2); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (96, 8); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (76, 9); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (7, 4); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (0, 15); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (76, 15); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (0, 6); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (96, 13); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (76, 12); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (28982908, 11); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (2, 8); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (0, 5); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (8, 5); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (45105806, 8); +INSERT INTO Transcript_Contents (`student_course_id`, `transcript_id`) VALUES (70882679, 6); diff --git a/test_database/student_transcripts_tracking/student_transcripts_tracking.sqlite b/test_database/student_transcripts_tracking/student_transcripts_tracking.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..f336b2e73964da4d662d15ef0fa1db8bb1b82eb3 Binary files /dev/null and b/test_database/student_transcripts_tracking/student_transcripts_tracking.sqlite differ diff --git a/test_database/theme_gallery/schema.sql b/test_database/theme_gallery/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..e889d17dde68a1c48e6dbdb788c12cb54d420156 --- /dev/null +++ b/test_database/theme_gallery/schema.sql @@ -0,0 +1,65 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "artist" ( +"Artist_ID" int, +"Name" text, +"Country" text, +"Year_Join" int, +"Age" int, +PRIMARY KEY ("Artist_ID") +); + +INSERT INTO "artist" VALUES (1,"Vijay Singh","Fiji","1998",45); +INSERT INTO "artist" VALUES (2,"John Daly","United States","1991",46); +INSERT INTO "artist" VALUES (3,"Paul Azinger","United States","1993",47); +INSERT INTO "artist" VALUES (4,"Jeff Sluman","United States","1988",57); +INSERT INTO "artist" VALUES (5,"Mark Brooks","United States","1996",48); +INSERT INTO "artist" VALUES (6,"Nick Price","Zimbabwe","1994",48); +INSERT INTO "artist" VALUES (7,"Larry Nelson","United States","1981",50); + + + +CREATE TABLE "exhibition" ( +"Exhibition_ID" int, +"Year" int, +"Theme" text, +"Artist_ID" int, +"Ticket_Price" real, +PRIMARY KEY ("Exhibition_ID"), +FOREIGN KEY (`Artist_ID`) REFERENCES `artist`(`Artist_ID`) +); + +INSERT INTO "exhibition" VALUES (1,"2004","Santa Claus",1,"19.95"); +INSERT INTO "exhibition" VALUES (2,"2005","Christmas stocking",2,"19.95"); +INSERT INTO "exhibition" VALUES (3,"2006","Santa Claus and Rudolph the Red-Nosed Reindeer",4,"14.95"); +INSERT INTO "exhibition" VALUES (4,"2007","Christmas Tree",1,"16.95"); +INSERT INTO "exhibition" VALUES (5,"2008","Spring",6,"29.95"); +INSERT INTO "exhibition" VALUES (6,"2009","Summer",3,"9.95"); + + + +CREATE TABLE "exhibition_record" ( +"Exhibition_ID" int, +"Date" text, +"Attendance" int, +PRIMARY KEY ("Exhibition_ID","Date"), +FOREIGN KEY (`Exhibition_ID`) REFERENCES `exhibition`(`Exhibition_ID`) +); + + + +INSERT INTO "exhibition_record" VALUES (1,"December 2",965); +INSERT INTO "exhibition_record" VALUES (1,"December 5",1098); +INSERT INTO "exhibition_record" VALUES (1,"December 7",2983); +INSERT INTO "exhibition_record" VALUES (2,"December 9",1239); +INSERT INTO "exhibition_record" VALUES (2,"December 12",1313); +INSERT INTO "exhibition_record" VALUES (2,"December 13",10908); +INSERT INTO "exhibition_record" VALUES (3,"December 16",1134); +INSERT INTO "exhibition_record" VALUES (3,"February 19",1233); +INSERT INTO "exhibition_record" VALUES (3,"February 21",9089); +INSERT INTO "exhibition_record" VALUES (4,"February 23",3139); +INSERT INTO "exhibition_record" VALUES (5,"February 25",24808); +INSERT INTO "exhibition_record" VALUES (5,"February 26",13142); +INSERT INTO "exhibition_record" VALUES (5,"February 28",4231); + diff --git a/test_database/theme_gallery/theme_gallery.sqlite b/test_database/theme_gallery/theme_gallery.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..b93731cfc21f0d1002fee041744f4d3d885028ea Binary files /dev/null and b/test_database/theme_gallery/theme_gallery.sqlite differ diff --git a/test_database/tracking_grants_for_research/schema.sql b/test_database/tracking_grants_for_research/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..7ecfbd96b67063cb02b27b7b1fde4bef14ef2e11 --- /dev/null +++ b/test_database/tracking_grants_for_research/schema.sql @@ -0,0 +1,206 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Document_Types` ( +`document_type_code` VARCHAR(10) PRIMARY KEY, +`document_description` VARCHAR(255) NOT NULL +); +CREATE TABLE `Documents` ( +`document_id` INTEGER PRIMARY KEY, +`document_type_code` VARCHAR(10), +`grant_id` INTEGER NOT NULL, +`sent_date` DATETIME NOT NULL, +`response_received_date` DATETIME NOT NULL, +`other_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`document_type_code` ) REFERENCES `Document_Types`(`document_type_code` ), +FOREIGN KEY (`grant_id` ) REFERENCES `Grants`(`grant_id` ) +); +CREATE TABLE `Grants` ( +`grant_id` INTEGER PRIMARY KEY, +`organisation_id` INTEGER NOT NULL, +`grant_amount` DECIMAL(19,4) NOT NULL DEFAULT 0, +`grant_start_date` DATETIME NOT NULL, +`grant_end_date` DATETIME NOT NULL, +`other_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`organisation_id` ) REFERENCES `Organisations`(`organisation_id` ) +); +CREATE TABLE `Organisation_Types` ( +`organisation_type` VARCHAR(10) PRIMARY KEY, +`organisation_type_description` VARCHAR(255) NOT NULL +); +CREATE TABLE `Organisations` ( +`organisation_id` INTEGER PRIMARY KEY, +`organisation_type` VARCHAR(10) NOT NULL, +`organisation_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`organisation_type` ) REFERENCES `Organisation_Types`(`organisation_type` ) +); +CREATE TABLE `Project_Outcomes` ( +`project_id` INTEGER NOT NULL, +`outcome_code` VARCHAR(10) NOT NULL, +`outcome_details` VARCHAR(255), +FOREIGN KEY (`project_id` ) REFERENCES `Projects`(`project_id` ),FOREIGN KEY (`outcome_code` ) REFERENCES `Research_Outcomes`(`outcome_code` ) +); +CREATE TABLE `Project_Staff` ( +`staff_id` DOUBLE PRIMARY KEY, +`project_id` INTEGER NOT NULL, +`role_code` VARCHAR(10) NOT NULL, +`date_from` DATETIME, +`date_to` DATETIME, +`other_details` VARCHAR(255), +FOREIGN KEY (`project_id` ) REFERENCES `Projects`(`project_id` ),FOREIGN KEY (`role_code` ) REFERENCES `Staff_Roles`(`role_code` ) +); +CREATE TABLE `Projects` ( +`project_id` INTEGER PRIMARY KEY, +`organisation_id` INTEGER NOT NULL, +`project_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`organisation_id` ) REFERENCES `Organisations`(`organisation_id` ) +); +CREATE TABLE `Research_Outcomes` ( +`outcome_code` VARCHAR(10) PRIMARY KEY, +`outcome_description` VARCHAR(255) NOT NULL +); +CREATE TABLE `Research_Staff` ( +`staff_id` INTEGER PRIMARY KEY, +`employer_organisation_id` INTEGER NOT NULL, +`staff_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`employer_organisation_id` ) REFERENCES `Organisations`(`organisation_id` ) +); +CREATE TABLE `Staff_Roles` ( +`role_code` VARCHAR(10) PRIMARY KEY, +`role_description` VARCHAR(255) NOT NULL +); +CREATE TABLE `Tasks` ( +`task_id` INTEGER PRIMARY KEY, +`project_id` INTEGER NOT NULL, +`task_details` VARCHAR(255) NOT NULL, +`eg Agree Objectives` VARCHAR(1), +FOREIGN KEY (`project_id` ) REFERENCES `Projects`(`project_id` ) +); +INSERT INTO Document_Types (`document_type_code`, `document_description`) VALUES ('APP', 'Initial Application'); +INSERT INTO Document_Types (`document_type_code`, `document_description`) VALUES ('REG', 'Regular'); +INSERT INTO Organisation_Types (`organisation_type`, `organisation_type_description`) VALUES ('RES', 'Research'); +INSERT INTO Organisation_Types (`organisation_type`, `organisation_type_description`) VALUES ('SPON', 'Sponsor'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (1, 'RES', 'et'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (2, 'RES', 'eius'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (3, 'RES', 'impedit'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (4, 'SPON', 'eos'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (5, 'SPON', 'tenetur'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (6, 'RES', 'dolorem'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (7, 'RES', 'itaque'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (8, 'SPON', 'aperiam'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (9, 'RES', 'a'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (10, 'SPON', 'officiis'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (11, 'SPON', 'eveniet'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (12, 'RES', 'itaque'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (13, 'SPON', 'voluptas'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (14, 'RES', 'quo'); +INSERT INTO Organisations (`organisation_id`, `organisation_type`, `organisation_details`) VALUES (15, 'SPON', 'consequuntur'); +INSERT INTO Staff_Roles (`role_code`, `role_description`) VALUES ('leader', 'Project Leader'); +INSERT INTO Staff_Roles (`role_code`, `role_description`) VALUES ('researcher', 'Project Researcher'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (1, 10, '4094.5420', '2016-11-20 00:18:51', '2004-10-24 09:09:39', 'et'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (2, 3, '281.2446', '1985-10-09 20:08:49', '1985-06-08 00:22:07', 'occaecati'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (3, 14, '4515947.7015', '1970-09-19 22:53:49', '1989-03-16 18:27:16', 'et'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (4, 11, '330.6339', '1990-08-13 20:27:28', '2014-08-13 22:58:50', 'et'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (5, 2, '608413.3291', '1979-10-29 07:44:22', '1996-08-16 20:45:05', 'corrupti'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (6, 8, '42.8061', '2011-05-10 22:44:08', '1977-12-27 01:51:18', 'dolor'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (7, 7, '76977808.3060', '2015-12-14 13:02:11', '1981-03-09 17:12:27', 'explicabo'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (8, 10, '38675408.6017', '2016-02-25 04:28:44', '1983-06-22 15:12:32', 'aliquam'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (9, 8, '0.0000', '2009-07-14 18:26:05', '1982-03-11 15:27:55', 'sapiente'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (10, 14, '66.4203', '1986-08-26 20:49:27', '2007-09-26 19:19:26', 'veniam'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (11, 5, '610.7004', '1986-10-31 17:11:29', '2001-05-22 21:02:43', 'voluptatum'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (12, 12, '2001349.4590', '2001-06-22 16:01:05', '2007-04-24 03:04:13', 'aut'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (13, 7, '1.9848', '2004-11-10 02:26:01', '2011-05-29 11:21:59', 'qui'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (14, 2, '24.7000', '2004-12-05 19:43:13', '1983-12-17 12:29:58', 'aliquam'); +INSERT INTO Grants (`grant_id`, `organisation_id`, `grant_amount`, `grant_start_date`, `grant_end_date`, `other_details`) VALUES (15, 9, '25313.5100', '1982-04-07 00:07:43', '1991-06-06 07:26:25', 'ea'); + +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (1, 'APP', 5, '1986-11-30 07:56:35', '1977-12-01 02:18:53', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (2, 'APP', 13, '2004-01-23 11:57:08', '1979-12-08 10:38:07', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (3, 'REG', 10, '1999-03-03 12:25:58', '1995-09-12 13:13:48', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (4, 'APP', 13, '1999-05-29 00:02:46', '1991-09-25 10:38:24', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (5, 'APP', 11, '2003-08-29 03:32:52', '1986-05-23 07:17:59', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (6, 'REG', 5, '1979-07-04 08:54:23', '1976-10-04 22:13:27', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (7, 'APP', 13, '1978-09-13 16:23:29', '1979-01-06 05:05:30', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (8, 'APP', 15, '2001-06-18 06:35:49', '1986-05-18 01:54:56', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (9, 'APP', 6, '2014-01-28 05:11:34', '1980-02-24 15:23:44', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (10, 'REG', 7, '2002-07-26 15:50:28', '1987-10-29 15:35:50', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (11, 'REG', 15, '1993-02-19 16:31:12', '1994-03-13 01:52:45', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (12, 'REG', 13, '1997-03-09 03:42:19', '1977-01-27 07:14:11', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (13, 'APP', 13, '1979-08-23 08:22:34', '1990-01-19 19:57:14', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (14, 'APP', 15, '2000-06-06 01:03:46', '1971-08-28 11:20:56', ''); +INSERT INTO Documents (`document_id`, `document_type_code`, `grant_id`, `sent_date`, `response_received_date`, `other_details`) VALUES (15, 'APP', 8, '1981-08-06 14:56:55', '1999-06-01 18:41:00', ''); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (1, 15, 'porro'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (2, 11, 'et'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (3, 7, 'sint'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (4, 4, 'doloremque'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (5, 11, 'vel'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (6, 10, 'deserunt'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (7, 3, 'deleniti'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (8, 1, 'ad'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (9, 4, 'sed'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (10, 4, 'consectetur'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (11, 13, 'impedit'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (12, 12, 'omnis'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (13, 3, 'non'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (14, 1, 'beatae'); +INSERT INTO Projects (`project_id`, `organisation_id`, `project_details`) VALUES (15, 5, 'dolorem'); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (1,1, 'a', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (2,2, 'b', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (3,3, 'c', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (4,4, 'q', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (5,5, 'w', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (6,6, 'e', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (7,7, 'r', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (8,8, 't', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (9,9, 'y', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (10,10, 'u', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (11,11, 'i', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (12,12, 'm', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (13,13, 'n', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (14,14, 'o', NULL); +INSERT INTO Tasks (`task_id`, `project_id`,`task_details`,`eg Agree Objectives`) VALUES (15,15, 'p', NULL); +INSERT INTO Research_Outcomes (`outcome_code`, `outcome_description`) VALUES ('Paper', 'Published Research Paper'); +INSERT INTO Research_Outcomes (`outcome_code`, `outcome_description`) VALUES ('Patent', 'Research Patent'); + +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (4, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (3, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (9, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (6, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (9, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (11, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (14, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (14, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (13, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (12, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (7, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (5, 'Patent', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (7, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (13, 'Paper', NULL); +INSERT INTO Project_Outcomes (`project_id`, `outcome_code`, `outcome_details`) VALUES (7, 'Paper', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('0', 2, 'leader', '1981-10-04 22:44:50', '1985-05-30 22:26:30', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('674810', 5, 'leader', '2003-04-19 15:06:20', '2010-12-08 11:55:36', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('779', 2, 'researcher', '1981-10-09 21:32:53', '2004-12-16 13:03:36', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('6572', 4, 'researcher', '1983-02-07 17:55:59', '2004-07-28 03:11:47', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('5353407', 15, 'leader', '2004-11-01 23:52:38', '1988-03-04 19:30:05', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('5137097', 7, 'researcher', '1991-01-11 16:57:50', '1993-06-09 12:44:28', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('29', 9, 'researcher', '2005-01-13 11:49:48', '1973-07-19 04:51:26', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('3', 8, 'researcher', '1970-03-25 06:18:11', '1985-12-05 12:00:58', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('3100031', 11, 'researcher', '1972-01-17 19:42:16', '2016-03-15 00:33:18', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('49698449', 1, 'leader', '1970-04-06 15:50:21', '1983-03-19 16:06:31', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('45', 11, 'researcher', '2000-08-28 11:49:17', '2007-02-02 17:26:02', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('37', 5, 'researcher', '1989-04-24 23:51:54', '2002-03-19 18:00:36', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('6065505', 3, 'leader', '1999-10-21 22:07:15', '2008-09-25 20:06:28', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('56', 1, 'leader', '1970-01-02 15:35:05', '1985-09-22 09:06:08', NULL); +INSERT INTO Project_Staff (`staff_id`, `project_id`, `role_code`, `date_from`, `date_to`, `other_details`) VALUES ('13739108', 2, 'researcher', '1973-12-12 11:46:28', '1971-07-19 22:49:05', NULL); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (1, 1, 'quo'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (2, 4, 'est'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (3, 5, 'aspernatur'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (4, 3, 'dolor'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (5, 2, 'doloribus'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (6, 5, 'consequatur'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (7, 3, 'animi'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (8, 5, 'consequatur'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (9, 6, 'sint'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (10, 8, 'iure'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (11, 9, 'voluptatibus'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (12, 10, 'nulla'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (13, 2, 'ab'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (14, 3, 'accusamus'); +INSERT INTO Research_Staff (`staff_id`, `employer_organisation_id`, `staff_details`) VALUES (15, 2, 'dicta'); diff --git a/test_database/tracking_grants_for_research/tracking_grants_for_research.sqlite b/test_database/tracking_grants_for_research/tracking_grants_for_research.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..58865acc95b87855d175d1dc0fcafb73db150a22 Binary files /dev/null and b/test_database/tracking_grants_for_research/tracking_grants_for_research.sqlite differ diff --git a/test_database/tracking_share_transactions/schema.sql b/test_database/tracking_share_transactions/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..434c57a8686c50ff17444daff6269a34eb2005c3 --- /dev/null +++ b/test_database/tracking_share_transactions/schema.sql @@ -0,0 +1,152 @@ +PRAGMA foreign_keys = ON; +CREATE TABLE `Investors` ( +`investor_id` INTEGER PRIMARY KEY, +`Investor_details` VARCHAR(255) +); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (1, 'z'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (2, 'z'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (3, 'd'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (4, 'd'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (5, 'b'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (6, 'k'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (7, 'l'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (8, 't'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (9, 'y'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (10, 'r'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (11, 'q'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (12, 'c'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (13, 'o'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (14, 'w'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (15, 'i'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (16, 'y'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (17, 'k'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (18, 'w'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (19, 'l'); +INSERT INTO Investors (`investor_id`, `Investor_details`) VALUES (20, 'j'); + +CREATE TABLE `Lots` ( +`lot_id` INTEGER PRIMARY KEY, +`investor_id` INTEGER NOT NULL, +`lot_details` VARCHAR(255), +FOREIGN KEY (`investor_id` ) REFERENCES `Investors`(`investor_id` ) +); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (1, 13, 'r'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (2, 16, 'z'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (3, 10, 's'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (4, 19, 's'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (5, 6, 'q'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (6, 20, 'd'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (7, 7, 'm'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (8, 7, 'h'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (9, 20, 'z'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (10, 9, 'x'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (11, 1, 'd'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (12, 19, 'm'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (13, 7, 'z'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (14, 6, 'd'); +INSERT INTO Lots (`lot_id`, `investor_id`, `lot_details`) VALUES (15, 1, 'h'); + +CREATE TABLE `Ref_Transaction_Types` ( +`transaction_type_code` VARCHAR(10) PRIMARY KEY, +`transaction_type_description` VARCHAR(80) NOT NULL +); +INSERT INTO Ref_Transaction_Types (`transaction_type_code`, `transaction_type_description`) VALUES ('SALE', 'Sale'); +INSERT INTO Ref_Transaction_Types (`transaction_type_code`, `transaction_type_description`) VALUES ('PUR', 'Purchase'); + + + +CREATE TABLE `Transactions` ( +`transaction_id` INTEGER PRIMARY KEY, +`investor_id` INTEGER NOT NULL, +`transaction_type_code` VARCHAR(10) NOT NULL, +`date_of_transaction` DATETIME, +`amount_of_transaction` DECIMAL(19,4), +`share_count` VARCHAR(40), +`other_details` VARCHAR(255), +FOREIGN KEY (`investor_id` ) REFERENCES `Investors`(`investor_id` ),FOREIGN KEY (`transaction_type_code` ) REFERENCES `Ref_Transaction_Types`(`transaction_type_code` ) +); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (1, 6, 'SALE', '1988-09-16 19:02:51', '302507.6996', '8718572', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (2, 18, 'PUR', '1982-06-06 17:19:00', '27.2570', '9', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (3, 2, 'SALE', '1979-04-27 06:03:59', '48777.9690', '8580', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (4, 14, 'PUR', '2001-11-28 15:06:25', '4.5263', '8040', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (5, 8, 'PUR', '1977-08-17 13:13:30', '0.0000', '930', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (6, 19, 'PUR', '1985-10-08 13:13:39', '207484122.2796', '2751', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (7, 7, 'PUR', '1990-12-02 09:03:38', '822.8030', '1522', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (8, 17, 'SALE', '2004-01-18 20:37:50', '78035671.4424', '96178', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (9, 20, 'PUR', '1977-08-13 02:18:47', '82057.2070', '', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (10, 2, 'SALE', '1981-01-28 08:07:03', '29.3534', '1654756', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (11, 3, 'SALE', '2000-04-03 20:55:43', '0.0000', '674529892', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (12, 18, 'SALE', '1983-11-01 17:57:27', '1.0000', '587', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (13, 3, 'SALE', '2002-04-07 20:28:37', '183.2000', '', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (14, 3, 'PUR', '2002-09-13 03:04:56', '0.0000', '630021', NULL); +INSERT INTO Transactions (`transaction_id`, `investor_id`, `transaction_type_code`, `date_of_transaction`, `amount_of_transaction`, `share_count`, `other_details`) VALUES (15, 19, 'PUR', '1997-12-30 05:05:40', '8.9000', '93191', NULL); + + +CREATE TABLE `Sales` ( +`sales_transaction_id` INTEGER PRIMARY KEY, +`sales_details` VARCHAR(255), +FOREIGN KEY (`sales_transaction_id` ) REFERENCES `Transactions`(`transaction_id` ) +); + +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (1, 'x'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (2, 'o'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (3, 'a'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (4, 'f'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (5, 'y'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (6, 'x'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (7, 'p'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (8, 'e'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (9, 'p'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (10, 's'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (11, 's'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (12, 't'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (13, 'p'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (14, 'n'); +INSERT INTO Sales (`sales_transaction_id`, `sales_details`) VALUES (15, 'e'); + +CREATE TABLE `Purchases` ( +`purchase_transaction_id` INTEGER NOT NULL, +`purchase_details` VARCHAR(255) NOT NULL, +FOREIGN KEY (`purchase_transaction_id` ) REFERENCES `Transactions`(`transaction_id` ) +); + +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (1, 'c'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (2, 'y'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (3, 'i'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (4, 'x'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (5, 'y'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (6, 'a'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (7, 'r'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (8, 'a'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (9, 'r'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (10, 'l'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (11, 'z'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (12, 'h'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (13, 't'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (14, 'o'); +INSERT INTO Purchases (`purchase_transaction_id`, `purchase_details`) VALUES (15, 'x'); + + +CREATE TABLE `Transactions_Lots` ( +`transaction_id` INTEGER NOT NULL, +`lot_id` INTEGER NOT NULL, +FOREIGN KEY (`lot_id` ) REFERENCES `Lots`(`lot_id` ), +FOREIGN KEY (`transaction_id` ) REFERENCES `Transactions`(`transaction_id` ) +); + + +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (3, 11); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (3, 8); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (2, 11); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (3, 14); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (12, 10); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (15, 10); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (10, 10); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (1, 1); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (1, 14); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (3, 4); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (14, 9); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (7, 1); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (12, 15); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (6, 3); +INSERT INTO Transactions_Lots (`transaction_id`, `lot_id`) VALUES (2, 1); diff --git a/test_database/tracking_share_transactions/tracking_share_transactions.sqlite b/test_database/tracking_share_transactions/tracking_share_transactions.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..af4a6e2199a9c34024045df13d89f748e0ab3d23 Binary files /dev/null and b/test_database/tracking_share_transactions/tracking_share_transactions.sqlite differ diff --git a/test_database/tvshow/schema.sql b/test_database/tvshow/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..3e92f596afd297e243964f23ee3a1fac363f9be9 --- /dev/null +++ b/test_database/tvshow/schema.sql @@ -0,0 +1,91 @@ +PRAGMA foreign_keys=ON; +BEGIN TRANSACTION; + +CREATE TABLE IF NOT EXISTS "TV_Channel" ( +"id" text, +"series_name" text, +"Country" text, +"Language" text, +"Content" text, +"Pixel_aspect_ratio_PAR" text, +"Hight_definition_TV" text, +"Pay_per_view_PPV" text, +"Package_Option" text, +PRIMARY KEY ("id") +); + +CREATE TABLE IF NOT EXISTS "TV_series" ( +"id" real, +"Episode" text, +"Air_Date" text, +"Rating" text, +"Share" real, +"18_49_Rating_Share" text, +"Viewers_m" text, +"Weekly_Rank" real, +"Channel" text, +PRIMARY KEY ("id"), +FOREIGN KEY (`Channel`) REFERENCES `TV_Channel`(`id`) +); + +CREATE TABLE IF NOT EXISTS "Cartoon" ( +"id" real, +"Title" text, +"Directed_by" text, +"Written_by" text, +"Original_air_date" text, +"Production_code" real, +"Channel" text, +PRIMARY KEY ("id"), +FOREIGN KEY (`Channel`) REFERENCES `TV_Channel`(`id`) +); + + +INSERT INTO TV_Channel VALUES(700,'Sky Radio','Italy','Italian','music','4:3','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(701,'Sky Music','Italy','Italian','music','4:3','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(703,'Music Box Italia','Italy','Italian','music','4:3 / 16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(704,'MTV Hits','Italy','Italian','music','16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(705,'MTV Classic','Italy','Italian','music','4:3','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(706,'MTV Rocks','United Kingdom','English','music','16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(707,'MTV Dance','United Kingdom','English','music','16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(708,'MTV Music','Italy','Italian','music','16:9','no','no','no ( FTV )'); +INSERT INTO TV_Channel VALUES(709,'MTV Live HD','Poland','English','music','16:9','yes','no','Sky Famiglia + Sky HD'); +INSERT INTO TV_Channel VALUES(713,'Radio Capital TiVù','Italy','Italian','music','4:3','no','no','no ( FTV )'); +INSERT INTO TV_Channel VALUES(714,'myDeejay','Italy','Italian','music','16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(715,'Match Music','Italy','Italian','music','4:3 / 16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(717,'Rock TV','Italy','Italian','music','4:3 / 16:9','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(719,'Hip Hop TV','Italy','Italian','music','4:3','no','no','Sky Famiglia'); +INSERT INTO TV_Channel VALUES(728,'Classica','Italy','Italian','music','4:3','no','no','Option'); + + +INSERT INTO TV_series VALUES(1.0,'A Love of a Lifetime','September 24, 2007','5.8',9.0,'3.5/9','9.16',43.000000000000000001,700); +INSERT INTO TV_series VALUES(2.0,'Friendly Skies','October 1, 2007','5.3',9.0,'3.2/8','8.23',50.0,701); +INSERT INTO TV_series VALUES(3.0,'Game Three','October 8, 2007','4.4',7.0,'2.9/7','6.94',60.999999999999999999,707); +INSERT INTO TV_series VALUES(4.0,'The Year of the Rabbit','October 15, 2007','4.3',7.0,'2.7/7','6.75',66.999999999999999998,713); +INSERT INTO TV_series VALUES(5.0,'The Legend of Dylan McCleen','October 22, 2007','3.8',6.0,'2.4/6','6.06',71.999999999999999998,714); +INSERT INTO TV_series VALUES(6.0,'Keepers','October 29, 2007','3.7',6.0,'2.2/6','5.75',70.999999999999999999,700); +INSERT INTO TV_series VALUES(7.0,'Double Down','November 5, 2007','3.4',6.0,'2.1/5','5.13',80.0,708); +INSERT INTO TV_series VALUES(8.0,'Winterland','November 12, 2007','4.0',7.0,'2.4/6','6.09',70.0,707); +INSERT INTO TV_series VALUES(9.0,'Emily','November 19, 2007','3.7',6.0,'2.2/6','5.61',65.999999999999999999,717); +INSERT INTO TV_series VALUES(10.0,'Blowback','November 26, 2007','3.7',6.0,'2.4/6','6.05',68.000000000000000001,719); +INSERT INTO TV_series VALUES(11.0,'Home By Another Way','December 10, 2007','3.5',6.0,'1.7/5','5.28',61.999999999999999998,728); +INSERT INTO TV_series VALUES(12.0,'The Hanged Man','December 17, 2007','3.0',5.0,'1.5/4','4.24',65.0,714); + +INSERT INTO "Cartoon" VALUES ("1",'The Rise of the Blue Beetle!',"Ben Jones","Michael Jelenic","November14,2008","101",'700'); +INSERT INTO "Cartoon" VALUES ("2",'Terror on Dinosaur Island!',"Brandon Vietti","Steven Melching","November21,2008","102",'701'); +INSERT INTO "Cartoon" VALUES ("3",'Evil Under the Sea!',"Michael Chang","Joseph Kuhr","December5,2008","103",'703'); +INSERT INTO "Cartoon" VALUES ("4",'Day of the Dark Knight!',"Ben Jones","J. M. DeMatteis","January2,2009","104",'704'); +INSERT INTO "Cartoon" VALUES ("5",'Invasion of the Secret Santas!',"Brandon Vietti","Adam Beechen","December12,2008","105",'705'); +INSERT INTO "Cartoon" VALUES ("6",'Enter the Outsiders!',"Michael Chang","Todd Casey","January9,2009","106",'706'); +INSERT INTO "Cartoon" VALUES ("7",'Dawn of the Dead Man!',"Ben Jones","Steven Melching","January16,2009","107",'707'); +INSERT INTO "Cartoon" VALUES ("8",'Fall of the Blue Beetle!',"Brandon Vietti","James Krieg","January23,2009","108",'708'); +INSERT INTO "Cartoon" VALUES ("9",'Journey to the Center of the Bat!',"Michael Chang","Matt Wayne","January30,2009","109",'707'); +INSERT INTO "Cartoon" VALUES ("10",'The Eyes of Despero!',"Ben Jones","J. M. DeMatteis","February6,2009","110",'728'); +INSERT INTO "Cartoon" VALUES ("11",'Return of the Fearsome Fangs!',"Brandon Vietti","Todd Casey","February20,2009","111",'700'); +INSERT INTO "Cartoon" VALUES ("12",'Deep Cover for Batman!',"Michael Chang","Joseph Kuhr","February27,2009","112",'707'); + + + + + +COMMIT; diff --git a/test_database/tvshow/tvshow.sqlite b/test_database/tvshow/tvshow.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..27f07498c46ef1b9dcd2676d62b92faec2ccbd34 Binary files /dev/null and b/test_database/tvshow/tvshow.sqlite differ diff --git a/test_database/university_rank/schema.sql b/test_database/university_rank/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..083c4c305fae23d3ef796f5bd1ea5c106232f48f --- /dev/null +++ b/test_database/university_rank/schema.sql @@ -0,0 +1,87 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "university" ( +"University_ID" int, +"University_Name" text, +"City" text, +"State" text, +"Team_Name" text, +"Affiliation" text, +"Enrollment" int, +"Home_Conference" text, +PRIMARY KEY ("University_ID") +); + +INSERT INTO "university" VALUES (1,"Augustana College","Rock Island","Illinois","Vikings","Private_Lutheran","2500","CCIW"); +INSERT INTO "university" VALUES (2,"Aurora University","Aurora","Illinois","Spartans","Private_Non-sectarian","4400","Northern"); +INSERT INTO "university" VALUES (3,"Beloit College","Beloit","Wisconsin","Buccaneers","Private_United Church of Christ","1000","Midwest"); +INSERT INTO "university" VALUES (4,"Benedictine University","Lisle","Illinois","Eagles","Private_Catholic","1300","Northern"); +INSERT INTO "university" VALUES (5,"Carroll University ","Waukesha","Wisconsin","Pioneers","Private_Presbyterian","2789","Midwest"); +INSERT INTO "university" VALUES (6,"Carthage College","Kenosha","Wisconsin","Red Men","Private_Lutheran","2188","CCIW"); +INSERT INTO "university" VALUES (7,"Concordia University Wisconsin","Mequon","Wisconsin","Falcons","Private_Lutheran","1608","Northern"); +INSERT INTO "university" VALUES (8,"Cornell College","Mount Vernon","Iowa","Rams","Private_United Methodist","1176","Midwest"); +INSERT INTO "university" VALUES (9,"Defiance College","Defiance","Ohio","Yellow Jackets","Private_United Church of Christ","1000","HCAC"); +INSERT INTO "university" VALUES (10,"Elmhurst College","Elmhurst","Illinois","Bluejays","Private_United Church of Christ","3400","CCIW"); +INSERT INTO "university" VALUES (11,"Fontbonne University","St. Louis","Missouri","Griffins","Private_Catholic","2924","SLIAC"); +INSERT INTO "university" VALUES (12,"Hanover College","Hanover","Indiana","Panthers","Private_Presbyterian","975","HCAC"); +INSERT INTO "university" VALUES (13,"Milwaukee School of Engineering","Milwaukee","Wisconsin","Raiders","Private_Non-sectarian","1929","Northern"); + + +CREATE TABLE "overall_ranking" ( +"Rank" int, +"University_ID" int, +"Reputation_point" int, +"Research_point" int, +"Citation_point" int, +"Total" int, +PRIMARY KEY ("University_ID"), +FOREIGN KEY (`University_ID`) REFERENCES `university`(`University_ID`) +); + +INSERT INTO "overall_ranking" VALUES ("1",1,"5","2","0","7"); +INSERT INTO "overall_ranking" VALUES ("1",2,"5","1","1","7"); +INSERT INTO "overall_ranking" VALUES ("3",3,"4","0","0","4"); +INSERT INTO "overall_ranking" VALUES ("4",4,"1","3","2","6"); +INSERT INTO "overall_ranking" VALUES ("5",5,"1","2","0","3"); +INSERT INTO "overall_ranking" VALUES ("6",6,"1","0","2","3"); +INSERT INTO "overall_ranking" VALUES ("7",7,"1","0","1","2"); +INSERT INTO "overall_ranking" VALUES ("7",8,"1","0","1","2"); +INSERT INTO "overall_ranking" VALUES ("9",9,"1","0","0","1"); +INSERT INTO "overall_ranking" VALUES ("9",10,"1","0","0","1"); +INSERT INTO "overall_ranking" VALUES ("9",11,"1","0","0","1"); +INSERT INTO "overall_ranking" VALUES ("9",12,"1","0","0","1"); +INSERT INTO "overall_ranking" VALUES ("13",13,"0","0","1","1"); + +CREATE TABLE "major" ( +"Major_ID" int, +"Major_Name" text, +"Major_Code" int, +PRIMARY KEY ("Major_ID") +); +INSERT INTO "major" VALUES (1,"Accounting",1054); +INSERT INTO "major" VALUES (2,"Advertising",1053); +INSERT INTO "major" VALUES (3,"Healthcare Management",1154); +INSERT INTO "major" VALUES (4,"Journalism",1059); +INSERT INTO "major" VALUES (5,"Urban Education",1041); + + + +CREATE TABLE "major_ranking" ( +"Rank" int, +"University_ID" int, +"Major_ID" int, +PRIMARY KEY ("Rank","Major_ID","University_ID"), +FOREIGN KEY (`University_ID`) REFERENCES `university`(`University_ID`), +FOREIGN KEY (`Major_ID`) REFERENCES `major`(`Major_ID`) +); + +INSERT INTO "major_ranking" VALUES (1,1,1); +INSERT INTO "major_ranking" VALUES (2,1,5); +INSERT INTO "major_ranking" VALUES (1,2,3); +INSERT INTO "major_ranking" VALUES (2,1,3); +INSERT INTO "major_ranking" VALUES (1,3,1); +INSERT INTO "major_ranking" VALUES (4,4,1); +INSERT INTO "major_ranking" VALUES (3,2,4); +INSERT INTO "major_ranking" VALUES (2,1,4); + diff --git a/test_database/university_rank/university_rank.sqlite b/test_database/university_rank/university_rank.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..77e8614781d0a57b77aa3e0dde70d0dab0336133 Binary files /dev/null and b/test_database/university_rank/university_rank.sqlite differ diff --git a/test_database/vehicle_rent/schema.sql b/test_database/vehicle_rent/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..8586c51f4f2c60fe15419b77a9a0674b5b6b9de3 --- /dev/null +++ b/test_database/vehicle_rent/schema.sql @@ -0,0 +1,77 @@ +PRAGMA foreign_keys = ON; + +CREATE TABLE "Customers" ( +"id" int, +"name" text, +"age" int, +"membership_credit" int, +PRIMARY KEY ("id") +); +INSERT INTO "Customers" VALUES (1, "Griffiths",26, 100); +INSERT INTO "Customers" VALUES (2, "Silluzio",34, 1200); +INSERT INTO "Customers" VALUES (3, "Woodman",35, 2000); +INSERT INTO "Customers" VALUES (4, "Poulter", 63, 43500); +INSERT INTO "Customers" VALUES (5, "Smith", 45, 5399); + + +CREATE TABLE "Discount" ( +"id" int, +"name" text, +"membership_credit" int, +PRIMARY KEY ("id") +); +INSERT INTO "Discount" VALUES (1, "no discount", 0); +INSERT INTO "Discount" VALUES (2, "20% off", 1000); +INSERT INTO "Discount" VALUES (3, "40% off for over $6000", 2000); +INSERT INTO "Discount" VALUES (4, "50% off", 4000); +INSERT INTO "Discount" VALUES (5, "70% off", 400000); + + +CREATE TABLE "Vehicles" ( +"id" int, +"name" text, +"Model_year" int, +"Type_of_powertrain" text, +"Combined_fuel_economy_rate" int, +"City_fuel_economy_rate" int, +"Highway_fuel_economy_rate" int, +"Cost_per_25_miles" real, +"Annual_fuel_cost" real, +"Notes" text, +PRIMARY KEY ("id") +); + + + +INSERT INTO "Vehicles" VALUES (1, "Chevrolet Spark EV","2014","Electric","119","128","109","0.87","500","See (1)"); +INSERT INTO "Vehicles" VALUES (2, "Honda Fit EV","2013","hybrid","118","132","105","0.87","500","See (1)"); +INSERT INTO "Vehicles" VALUES (3, "Fiat 500e","2013","Electric","116","122","108","0.87","500","See (1)"); +INSERT INTO "Vehicles" VALUES (4, "Nissan Leaf","2013","Electric","115","129","102","0.87","500","See (1)"); +INSERT INTO "Vehicles" VALUES (5, "Mitsubishi i","2012","hybrid","112","126","99","0.90","550","best selling of the year"); +INSERT INTO "Vehicles" VALUES (6, "Ford Focus Electric","2012","electric","105","110","99","0.96","600","See (2)"); +INSERT INTO "Vehicles" VALUES (7, "BMW ActiveE","2011","Electric","102","107","96","0.99","600","See (1)"); + + +CREATE TABLE "Renting_history" ( +"id" int, +"customer_id" int, +"discount_id" int, +"vehicles_id" int, +"total_hours" int, +PRIMARY KEY ("id"), +FOREIGN KEY ("customer_id") REFERENCES "Customers"("id"), +FOREIGN KEY ("vehicles_id") REFERENCES "Vehicles"("id"), +FOREIGN KEY ("discount_id") REFERENCES "Discount"("id") +); + + + +INSERT INTO "Renting_history" VALUES (1,1,1,2,1); +INSERT INTO "Renting_history" VALUES (2,2,2,5,10); +INSERT INTO "Renting_history" VALUES (3,3,3,7,24); +INSERT INTO "Renting_history" VALUES (4,4,4,3,24); +INSERT INTO "Renting_history" VALUES (5,1,1,5,36); +INSERT INTO "Renting_history" VALUES (6,2,2,1,24); +INSERT INTO "Renting_history" VALUES (7,5,4,4,72); + + diff --git a/test_database/vehicle_rent/vehicle_rent b/test_database/vehicle_rent/vehicle_rent new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/test_database/vehicle_rent/vehicle_rent.sqlite b/test_database/vehicle_rent/vehicle_rent.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..672ae1c3547ff0064a70beecd2445087500aab7f Binary files /dev/null and b/test_database/vehicle_rent/vehicle_rent.sqlite differ diff --git a/test_database/video_game/schema.sql b/test_database/video_game/schema.sql new file mode 100644 index 0000000000000000000000000000000000000000..5bbda099e10c5b619486ef6fb8d3cdfa89b1cb44 --- /dev/null +++ b/test_database/video_game/schema.sql @@ -0,0 +1,92 @@ + +PRAGMA foreign_keys = ON; + +CREATE TABLE "platform" ( +"Platform_ID" int, +"Platform_name" text, +"Market_district" text, +"Download_rank" int, +PRIMARY KEY ("Platform_ID") +); +INSERT INTO "platform" VALUES (1,"Game Boy","Asia",2); +INSERT INTO "platform" VALUES (2,"SNES","USA",3); +INSERT INTO "platform" VALUES (3,"PlayStation","Europe",1); +INSERT INTO "platform" VALUES (4,"Nintendo 64","Brazil",4); + + +CREATE TABLE "game" ( +"Game_ID" int, +"Title" text, +"Release_Date" text, +"Franchise" text, +"Developers" text, +"Platform_ID" int, +"Units_sold_Millions" int, +PRIMARY KEY ("Game_ID"), +FOREIGN KEY ("Platform_ID") REFERENCES platform("Platform_ID") +); + +CREATE TABLE "player" ( +"Player_ID" int, +"Rank_of_the_year" int, +"Player_name" text, +"Position" text, +"College" text, +PRIMARY KEY ("Player_ID") +); + +INSERT INTO "game" VALUES ("1","Pokémon Red / Green / Blue Version","27 February 1996","Pokémon","Nintendo / GameFreak",1,"31.37"); +INSERT INTO "game" VALUES ("2","Pokémon Gold / Silver Version","21 November 1999","Pokémon","Nintendo/GameFreak",1,"23.10"); +INSERT INTO "game" VALUES ("3","Super Mario World","21 November 1990","Super Mario Bros.","Nintendo",2,"20.61"); +INSERT INTO "game" VALUES ("4","Pokémon Yellow: Special Pikachu Edition","12 September 1998","Pokémon","Nintendo/GameFreak",1,"14.64"); +INSERT INTO "game" VALUES ("5","Super Mario 64","23 June 1996","Super Mario Bros.","Nintendo",3,"11.89"); +INSERT INTO "game" VALUES ("6","Super Mario Land 2: 6 Golden Coins","21 October 1992","Super Mario Bros.","Nintendo",1,"11.18"); +INSERT INTO "game" VALUES ("7","Gran Turismo","23 December 1997","Gran Turismo","Polyphony Digital",4,"11.15"); +INSERT INTO "game" VALUES ("8","Super Mario All-Stars","14 July 1993","Super Mario Bros.","Nintendo",2,"10.55"); +INSERT INTO "game" VALUES ("9","Mario Kart 64","14 December 1996","Mario Kart","Nintendo",3,"9.87"); + + +INSERT INTO "player" VALUES ("1976","1","Lee Roy Selmon","Defensive end","Oklahoma"); +INSERT INTO "player" VALUES ("1977","1","Ricky Bell *","Running back","USC"); +INSERT INTO "player" VALUES ("1978","17","Doug Williams","Quarterback","Grambling"); +INSERT INTO "player" VALUES ("1980","22","Ray Snell","Guard","Wisconsin"); +INSERT INTO "player" VALUES ("1981","7","Hugh Green","Linebacker","Pittsburgh"); +INSERT INTO "player" VALUES ("1982","18","Sean Farrell","Guard","Penn State"); +INSERT INTO "player" VALUES ("1985","8","Ron Holmes","Defensive end","Washington"); +INSERT INTO "player" VALUES ("1986","1","Bo Jackson *","Running back","Auburn"); +INSERT INTO "player" VALUES ("1987","1","Vinny Testaverde *","Quarterback","Miami"); +INSERT INTO "player" VALUES ("1988","4","Paul Gruber","Offensive tackle","Wisconsin"); +INSERT INTO "player" VALUES ("1989","6","Broderick Thomas","Linebacker","Nebraska"); +INSERT INTO "player" VALUES ("1990","4","Keith McCants","Linebacker","Alabama"); +INSERT INTO "player" VALUES ("1991","7","Charles McRae","Offensive tackle","Tennessee"); +INSERT INTO "player" VALUES ("1993","6","Eric Curry","Defensive end","Alabama"); +INSERT INTO "player" VALUES ("1994","6","Trent Dilfer","Quarterback","Fresno State"); +INSERT INTO "player" VALUES ("1995","12","Warren Sapp †","Defensive tackle","Miami"); +INSERT INTO "player" VALUES ("1996","12","Regan Upshaw","Defensive end","California"); +INSERT INTO "player" VALUES ("1997","12","Warrick Dunn","Running back","Florida State"); +INSERT INTO "player" VALUES ("2004","15","Michael Clayton","Wide receiver","LSU"); +INSERT INTO "player" VALUES ("2005","5","Carnell Williams","Running Back","Auburn"); +INSERT INTO "player" VALUES ("2006","23","Davin Joseph","Guard","Oklahoma"); + + +CREATE TABLE "game_player" ( +"Player_ID" int, +"Game_ID" int, +"If_active" bool, +PRIMARY KEY ("Player_ID","Game_ID"), +FOREIGN KEY ("Player_ID") REFERENCES player("Player_ID"), +FOREIGN KEY ("Game_ID") REFERENCES game("Game_ID") +); + +INSERT INTO "game_player" VALUES ("1976",1,"F"); +INSERT INTO "game_player" VALUES ("1976",2,"T"); +INSERT INTO "game_player" VALUES ("2006",3,"T"); +INSERT INTO "game_player" VALUES ("2005",4,"T"); +INSERT INTO "game_player" VALUES ("1981",3,"T"); +INSERT INTO "game_player" VALUES ("1986",1,"F"); +INSERT INTO "game_player" VALUES ("1997",2,"T"); +INSERT INTO "game_player" VALUES ("1997",3,"T"); +INSERT INTO "game_player" VALUES ("1997",4,"T"); +INSERT INTO "game_player" VALUES ("1996",3,"T"); + + diff --git a/test_database/video_game/video_game.sqlite b/test_database/video_game/video_game.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..a8ca6bbb2c71439f396394ef169764f4f9f356cc Binary files /dev/null and b/test_database/video_game/video_game.sqlite differ diff --git a/test_database/wine_1/annotation.json b/test_database/wine_1/annotation.json new file mode 100644 index 0000000000000000000000000000000000000000..cfa2d50ef3ced596bd8d514450aa3d62d11cad9d --- /dev/null +++ b/test_database/wine_1/annotation.json @@ -0,0 +1,58 @@ +{ + "label_id": null, + "data": [ + { + "nl": "List all AVAs located in Monterey county. Output just the names of the AVA appellations\n", + "id": 0 + }, + { + "nl": "List all white grape varieties for which at least one wine of the 2008 vintage is rated at 90 points or above in the database.\n", + "id": 1 + }, + { + "nl": "List all Sonoma county appellations for which the database contains at least one rating for a \u2019Grenache\u2019. For each appellation list its name and county.\n", + "id": 2 + }, + { + "nl": "List all vintage years in which at least one Zinfandel from Sonoma County (any appellation) scored above 92.\n", + "id": 3 + }, + { + "nl": "A case of wine is 12 bottles. For each Carlisle (name of the winery) Syrah compute the total revenue assuming that all the wine sold at the specified price.\n", + "id": 4 + }, + { + "nl": "Find the total revenue from all red wines made by Kosta Browne.\n", + "id": 5 + }, + { + "nl": "Find the average number of cases of a Pinor Noir produced from grapes sourced from the Central Coast.\n", + "id": 6 + }, + { + "nl": "For each year, report the total number of red Sonoma County wines whose scores are 90 or above.\n", + "id": 7 + }, + { + "nl": "Find the most popular red grape (i.e., the grape that is used to make the largest number of white wines) in San Luis Obispo County.\n", + "id": 8 + }, + { + "nl": "Report the grape with the largest number of high-ranked wines (wines ranked 93 or higher).\n", + "id": 9 + }, + { + "nl": "Report the appellation responsible for the largest number of high-ranked wines (score of 93 and above). Report just the name of the appellation.\n", + "id": 10 + }, + { + "nl": "Find if there are any 2008 Zinfandels that scored better than all 2007 Grenaches. Report winery, wine name, score and price.\n", + "id": 11 + }, + { + "nl": "Find how many cases were produced of the most expensive red wine from Napa county.\n", + "id": 12 + } + ], + "review_id": null +} \ No newline at end of file diff --git a/test_database/wine_1/data_csv/README.WINE.txt b/test_database/wine_1/data_csv/README.WINE.txt new file mode 100644 index 0000000000000000000000000000000000000000..9d909d2b5da05ac3bc77f6a5db59998b82c5dcf3 --- /dev/null +++ b/test_database/wine_1/data_csv/README.WINE.txt @@ -0,0 +1,110 @@ +***************************************************** +CPE 365 Alex Dekhtyar +Cal Poly Computer Science Department +San Luis Obispo College of Engineering +California dekhtyar@csc.calpoly.edu +***************************************************** + WINE DATASET + Version 1.0 + March 27, 2011 +************************************************************ +Sources: This dataset contains wine ratings from a + collection of 2007-2011 Wine Spectator magazines + +************************************************************ + +This file describes the contents of the WINE dataset +developed for the CPE 365, Introduction to Databases, +course at Cal Poly. + +The dataset contains information about the ratings of a variety of +wines produced in California. The ratings were published +in a number of issues of the Wine Spectator magazine. Version 1.0 +of the dataset includes only the wines produced out of a single grape +and only the wines produced in the state of California. + + +General Conventions. + + 1. All files in the dataset are CSV (comma-separated values) files. + 2. First line of each file provides the names of + columns. Second line may be empty, or may contain + the first row of the data. + 3. All string values are enclosed in single quotes (') + + + The dataset consists of the following files: + + - appelations.csv : list of appelations/American Viticultural Areas (AVAs) + - grapes.csv : list of grape varieties + - wine.csv : list of wines and their ratings + + + Individual files have the following formats. + +************************************************************************** + +appelations.csv + + No : line number in the CSV file + Appelation: name of the appelation/AVA/grape-growing region + County: county (if applicable) in which the area is located + State: state in which the area is located + Area: general geographic area in which the grape-growing region is located + isAVA: a flag specifying whether the region is recognized as an American + Viticultural Area (AVA) by federal regulations. + +Notes: "Appelation" is a general term for geographic grape origins in a wine. + Grape origins are always listed on wine labels. + In the US, appropriate origins are either AVAs (American Viticultural Areas) + or counties, in which the grapes were grown. Most AVAs respect geographical + boundaries (state, county, so on), but some - do not. + In the dataset, some AVAs shown as located in a single county are actually + located in multiple counties (we chose the "main" county of location). + This is done to simplify the dataset. Other AVAs transcend county borders + in ways that make county attribution meaningless. The value 'N/a' is used + in such cases. General geographic areas, as they are currently used + are subregions of a single state. + +************************************************************************** + +grapes.csv + + ID: unique identifier of a grape (line number in the CSV file) + Grape: name of the grape varietal + Color: color of the grape (a.k.a, color of the wine when made solely of + this grape) + +************************************************************************** + +wine.csv + + No.: unique identifier of the wine (line number in the CSV file) + Grape: grape varietal from which the wine is made (see grapes.Grape) + Winery: maker of the wine (usually a winery name) +Appelation: origin of the grapes (see applations.Appelation) + State: state of the grapes' origin (same as appelations.State) + Name: name of the wine + Year: year of the wine vintage + Price: price of one bottle of wine in (whole) US dollars + Score: Wine Spectator magazine rating of the wine on the 100 point scale + Cases: number of cases of the wine produced by its maker + Drink: drinking advice + +Notes: only wines produced from a single grape are included in the dataset (no blends). +All wines in the dataset are from California. Drinking advice is simplified. Either +the field contains the value 'now' which means that wine can be enjoyed to its fullest +potential at the moment it was rated by the Wine Spectator magazine, or +it contains a year in which the wine is predicted to reach its full potential. +Wine name is either a special name given to the wine by its makers and found on +the label, or is the name of the grape varietal. + +************************************************************************** +************************************************************************** + +Permission granted to use and distribute this dataset in its current form, +provided this file is kept unchanged and is distributed together with the +data. + +************************************************************************** +************************************************************************** diff --git a/test_database/wine_1/data_csv/appellations.csv b/test_database/wine_1/data_csv/appellations.csv new file mode 100644 index 0000000000000000000000000000000000000000..7e6c33d92b7c8233903f29ad886f83bacad5f11e --- /dev/null +++ b/test_database/wine_1/data_csv/appellations.csv @@ -0,0 +1,58 @@ +No,Appelation,County,State,Area,isAVA +1,'Alexander Valley','Sonoma','California','North Coast','Yes' +2,'Amador County','Amador','California','Sierra Foothills','No' +3,'Amador-Mendocino-Sonoma Counties','N/A','California','N/A','No' +4,'Anderson Valley','Mendocino','California','North Coast','Yes' +5,'Arroyo Grande Valley','San Luis Obispo','California','Central Coast','Yes' +6,'Atlas Peak','Napa','California','North Coast','Yes' +7,'Bennett Valley','Sonoma','California','North Coast','Yes' +8,'Calaveras County','Calaveras','California','Sierra Foothills','No' +9,'California','N/A','California','California','No' +10,'Carneros','Napa','California','North Coast','Yes' +11,'Central Coast','N/A','California','Central Coast','Yes' +12,'Chalk Hill','Sonoma','California','North Coast','Yes' +13,'Chalone','Monterey','California','Central Coast','Yes' +14,'Contra Costa County','Contra Costa','California','Santa Cruz Mountains','No' +15,'Dry Creek Valley','Sonoma','California','North Coast','Yes' +16,'Edna Valley','San Luis Obispo','California','Central Coast','Yes' +17,'Fiddletown','Amador','California','Sierra Foothills','Yes' +18,'Green Valley of Russian River Valley','Sonoma','California','North Coast','Yes' +19,'Guenoc Valley','Lake','California','North Coast','Yes' +20,'Happy Canyon of Santa Barbara','Santa Barbara','California','Central Coast','Yes' +21,'Howell Mountain','Napa','California','North Coast','Yes' +22,'Knights Valley','Sonoma','California','North Coast','Yes' +23,'Lake County','Lake','California','North Coast','No' +24,'Livermore Valley','Alameda','California','Santa Cruz Mountains','Yes' +25,'Lodi','San Joaquin','California','Central Valley','Yes' +26,'Mendocino County','Mendocino','California','North Coast','No' +27,'Monterey County','Monterey','California','Central Coast','No' +28,'Mount Harlan','San Benito','California','Central Coast','Yes' +29,'Mount Vedeer','Napa','California','North Coast','Yes' +30,'Napa Valley','Napa','California','North Coast','Yes' +31,'Napa-Sonoma counties','N/A','California','North Coast','No' +32,'North Coast','N/A','California','North Coast','Yes' +33,'Oakville','Napa','California','North Coast','Yes' +34,'Paso Robles','San Luis Obispo','California','Central Coast','Yes' +35,'Red Hills Lake County','Lake','California','North Coast','Yes' +36,'Rockpile','Sonoma','California','North Coast','Yes' +37,'Russian River Valley','Sonoma','California','North Coast','Yes' +38,'Rutherford','Napa','California','North Coast','Yes' +39,'San Luis Obispo County','San Luis Obispo','California','Central Coast','No' +40,'Santa Barbara County','Santa Barbara','California','Central Coast','No' +41,'Santa Cruz Mountains','N/A','California','Santa Cruz Mountains','Yes' +42,'Santa Lucia Highlands','Monterey','California','Central Coast','Yes' +43,'Santa Maria Valley','Santa Barbara','California','Central Coast','Yes' +44,'Santa Ynez Valley','Santa Barbara','California','Central Coast','Yes' +45,'Shenandoah Valley','Amador','California','Sierra Foothills','Yes' +46,'Sierra Foothills','N/A','California','Sierra Foothills','Yes' +47,'Solano County','Solano','California','North Coast','No' +48,'Sonoma Coast','Sonoma','California','North Coast','Yes' +49,'Sonoma County','Sonoma','California','North Coast','No' +50,'Sonoma Valley','Sonoma','California','North Coast','Yes' +51,'Sonoma-Lake Counties','N/A','California','North Coast','Yes' +52,'Spring Mountain District','Napa','California','North Coast','Yes' +53,'St. Helena','Napa','California','North Coast','Yes' +54,'Sta. Rita Hills','Santa Barbara','California','Central Coast','Yes' +55,'Stags Leap District','Napa','California','North Coast','Yes' +56,'Yolo County','Yolo','California','Central Valley','No' +57,'Yountville','Napa','California','North Coast','Yes' diff --git a/test_database/wine_1/data_csv/grapes.csv b/test_database/wine_1/data_csv/grapes.csv new file mode 100644 index 0000000000000000000000000000000000000000..b21042dfcd119b4ab7666d2e55a40a52ad68c132 --- /dev/null +++ b/test_database/wine_1/data_csv/grapes.csv @@ -0,0 +1,21 @@ +ID,Grape,Color +1,'Barbera','Red' +2,'Cabernet Franc','Red' +3,'Cabernet Sauvingnon','Red' +4,'Chardonnay','White' +5,'Grenache','Red' +6,'Malbec','Red' +7,'Marsanne','White' +8,'Merlot','Red' +9,'Mourvedre','Red' +10,'Muscat','White' +11,'Petite Sirah','Red' +12,'Pinot Noir','Red' +13,'Riesling','White' +14,'Roussanne','White' +15,'Sangiovese','Red' +16,'Sauvignon Blanc','White' +17,'Syrah','Red' +18,'Tempranillo','Red' +19,'Viognier','White' +20,'Zinfandel','Red' diff --git a/test_database/wine_1/data_csv/wine.csv b/test_database/wine_1/data_csv/wine.csv new file mode 100644 index 0000000000000000000000000000000000000000..ca7a014ee783e9756f531c5b6506e141fd544b7f --- /dev/null +++ b/test_database/wine_1/data_csv/wine.csv @@ -0,0 +1,501 @@ +No,Grape,Winery,Appelation,State,Name,Year,Price,Score,Cases,Drink +1,'Zinfandel','Robert Biale','St. Helena','California','Old Kraft Vineyard',2008,44,93,275,'now' +2,'Zinfandel','Chiarello Family','Napa Valley','California','Giana',2008,35,93,480,'now' +3,'Zinfandel','Robert Biale','Napa Valley','California','Black Chicken',2008,40,91,2700,2012 +4,'Zinfandel','Robert Biale','Napa Valley','California','Napa Ranches',2008,38,89,525,'now' +5,'Zinfandel','Robert Biale','St. Helena','California','Varozza Vineyard',2008,44,88,275,2012 +6,'Zinfandel','Pedroncelli','Dry Creek Valley','California','Mother Clone',2008,15,88,6000,'now' +7,'Zinfandel','Rutherford Ranch','Napa Valley','California','Zinfandel',2007,18,87,1552,'now' +8,'Sauvignon Blanc','Altamura','Napa Valley','California','Sauvignon Blanc',2007,48,92,500,'now' +9,'Sauvignon Blanc','Capture','Sonoma County','California','Les Pionniers',2009,36,92,360,'now' +10,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','Cuvee Nicolas',2009,25,91,377,'now' +11,'Sauvignon Blanc','Capture','California','California','Tradition',2009,30,91,875,'now' +12,'Sauvignon Blanc','John Anthony','Carneros','California','Church Vineyard',2009,28,91,354,'now' +13,'Sauvignon Blanc','Peter Michael','Knights Valley','California','L''Apres-Midi',2008,48,91,1260,'now' +14,'Sauvignon Blanc','Grey Stack','Bennett Valley','California','Rosemary''s Block Dry Stack Vineyard',2009,28,90,700,'now' +15,'Sauvignon Blanc','Round Pond Estate','Rutherford','California','Sauvignon Blanc',2009,26,90,714,'now' +16,'Sauvignon Blanc','Beckmen','Santa Ynez Valley','California','Sauvignon Blanc',2009,16,89,1500,'now' +17,'Sauvignon Blanc','Beltane Ranch','Sonoma Valley','California','Sauvignon Blanc',2009,23,89,413,'now' +18,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','Mesa Verde Vineyard',2009,22,89,380,'now' +19,'Sauvignon Blanc','Cade','Napa Valley','California','Sauvignon Blanc',2008,26,89,5200,'now' +20,'Sauvignon Blanc','Jericho Canyon','Napa Valley','California','Sauvignon Blanc',2009,25,89,370,'now' +21,'Sauvignon Blanc','John Anthony','Napa Valley','California','Sauvignon Blanc',2009,19,89,3098,'now' +22,'Sauvignon Blanc','Kenzo','Napa Valley','California','Asatsuyu',2008,60,89,600,'now' +23,'Sauvignon Blanc','Madrigal','Napa Valley','California','Estate',2009,25,89,200,'now' +24,'Sauvignon Blanc','Joseph Phelps','St. Helena','California','Sauvignon Blanc',2008,32,89,2000,'now' +25,'Sauvignon Blanc','Sbragia Family','Dry Creek Valley','California','Home Ranch',2009,20,89,1698,'now' +26,'Sauvignon Blanc','Selene','Carneros','California','Hyde Vineyards',2009,27,89,750,'now' +27,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','Purisma Mountain',2009,25,88,260,'now' +28,'Sauvignon Blanc','Cimarone','Happy Canyon of Santa Barbara','California','3CV Grassini Family Vineyards',2009,21,88,270,'now' +29,'Sauvignon Blanc','Sbragia Family','Dry Creek Valley','California','Schmidt Ranch',2009,24,88,602,'now' +30,'Sauvignon Blanc','Azur','Rutherford','California','Sauvignon Blanc',2009,24,87,1000,'now' +31,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','Cuvee Natalie',2009,18,87,857,'now' +32,'Sauvignon Blanc','Brander','Santa Ynez Valley','California','au Naturel',2009,32,87,759,'now' +33,'Sauvignon Blanc','Handley','Dry Creek Valley','California','Handley Vineyard',2008,15,87,1214,'now' +34,'Sauvignon Blanc','Imagery','Sonoma Valley','California','Wow Oui',2009,27,87,874,'now' +35,'Sauvignon Blanc','Koehler','Santa Ynez Valley','California','Sauvignon Blanc',2008,12,87,505,'now' +36,'Sauvignon Blanc','Pomelo','California','California','Sauvignon Blanc',2009,10,87,50000,'now' +37,'Sauvignon Blanc','Twomey','Napa Valley','California','Sauvignon Blanc',2009,25,87,3326,'now' +38,'Sauvignon Blanc','White Oak','Russian River Valley','California','Sauvignon Blanc',2008,16,87,2000,'now' +39,'Sauvignon Blanc','Benziger','Sonoma-Lake Counties','California','Sauvignon Blanc',2009,15,86,20000,'now' +40,'Sauvignon Blanc','Kunde Estate','Sonoma Valley','California','Magnolia Lane',2009,16,86,15000,'now' +41,'Sauvignon Blanc','J. Lohr','Napa Valley','California','Carol''s Vineyard',2009,24,86,2900,'now' +42,'Sauvignon Blanc','Pedroncelli','Dry Creek Valley','California','East Side Vineyards',2009,12,86,5100,'now' +43,'Sauvignon Blanc','Star Lane','Santa Ynez Valley','California','Sauvignon Blanc',2008,20,86,2800,'now' +44,'Sauvignon Blanc','Angeline','Russian River Valley','California','Sauvignon Blanc',2009,14,85,8500,'now' +45,'Sauvignon Blanc','Manifesto!','North Coast','California','Sauvignon Blanc',2008,12,85,8100,'now' +46,'Sauvignon Blanc','Mirassou','California','California','Sauvignon Blanc',2008,12,85,42000,'now' +47,'Sauvignon Blanc','No','Lake County','California','Sauvignon Blanc',2008,12,85,4210,'now' +48,'Cabernet Sauvingnon','Chappellet','Napa Valley','California','Pritchard Hill',2007,135,96,3368,'now' +49,'Cabernet Sauvingnon','Lewis','Napa Valley','California','Reserve',2007,130,95,1700,'now' +50,'Cabernet Sauvingnon','Neyers','Napa Valley','California','Neyers Ranch - Conn Valley',2007,48,95,575,'now' +51,'Cabernet Sauvingnon','Ramey','Napa Valley','California','Annum',2007,85,95,1700,'now' +52,'Cabernet Sauvingnon','Round Pond Estate','Rutherford','California','Cabernet Sauvignon',2007,50,94,4018,'now' +53,'Cabernet Sauvingnon','Carter','Napa Valley','California','Beckstoffer To Kalon Vineyard',2007,125,92,190,'now' +54,'Cabernet Sauvingnon','Carter','Napa Valley','California','Coliseum Block',2007,125,92,277,'now' +55,'Cabernet Sauvingnon','Ehlers Estate','St. Helena','California','1886',2007,95,92,800,'now' +56,'Cabernet Sauvingnon','Fontanella Family','Mount Vedeer','California','Cabernet Sauvignon',2007,50,92,650,2010 +57,'Cabernet Sauvingnon','Janzen','Napa Valley','California','Beckstoffer To Kalon Vineyard',2007,135,92,235,'now' +58,'Cabernet Sauvingnon','Morlet','Napa Valley','California','Couer de Valee',2007,175,92,250,'now' +59,'Cabernet Sauvingnon','Penche','Napa Valley','California','Cabernet Sauvignon',2006,60,92,354,'now' +60,'Pinot Noir','Kosta Browne','Russian River Valley','California','Amber Ridge Vineyard',2008,72,95,600,'now' +61,'Pinot Noir','Kosta Browne','Russian River Valley','California','Keefer Ranch',2008,72,95,613,'now' +62,'Pinot Noir','Kosta Browne','Russian River Valley','California','Koplen Vineyard',2008,72,95,792,'now' +63,'Pinot Noir','Patz & Hall','Russian River Valley','California','Freestone Hill',2007,70,95,245,'now' +64,'Pinot Noir','Foxen','Santa Maria Valley','California','Julia''s Vineyard',2008,56,94,670,'now' +65,'Pinot Noir','Paul Hobbs','Napa Valley','California','Carneros Hyde Vineyard',2008,75,94,741,'now' +66,'Pinot Noir','Kosta Browne','Russian River Valley','California','Pinot Noir',2008,52,94,3632,'now' +67,'Pinot Noir','Kosta Browne','Santa Lucia Highlands','California','Garys'' Vineyard',2008,72,94,422,'now' +68,'Pinot Noir','Kosta Browne','Sonoma Coast','California','Kanzler Vineyard',2008,72,94,564,'now' +69,'Pinot Noir','Lynmar','Russian River Valley','California','Five Sisters',2007,100,94,147,'now' +70,'Pinot Noir','Kosta Browne','Santa Lucia Highlands','California','Pisoni Vineyard',2008,72,93,115,'now' +71,'Pinot Noir','Kosta Browne','Santa Lucia Highlands','California','Rosella''s Vineyard',2008,72,93,255,'now' +72,'Pinot Noir','Landmark','Sonoma Coast','California','Kanzler Vineyard',2008,65,93,200,'now' +73,'Pinot Noir','Lynmar','Russian River Valley','California','Valley Bliss Block',2008,70,93,152,'now' +74,'Pinot Noir','Patz & Hall','Sonoma Coast','California','Pinot Noir',2008,42,93,3103,'now' +75,'Pinot Noir','Valdez Family','Russian River Valley','California','Lancel Creek Vineyard',2007,55,93,130,'now' +76,'Pinot Noir','De Loach','Green Valley of Russian River Valley','California','Pinot Noir',2008,45,92,1467,'now' +77,'Pinot Noir','Kosta Browne','California','California','4-Barrel',2008,72,92,97,'now' +78,'Pinot Noir','Kosta Browne','Sonoma Coast','California','Gap''s Crown Vineyard',2008,68,92,690,'now' +79,'Pinot Noir','Kosta Browne','Sonoma Coast','California','Pinot Noir',2008,52,90,3554,'now' +80,'Pinot Noir','Rusack','Sta. Rita Hills','California','Reserve',2008,40,89,340,'now' +81,'Pinot Noir','Acacia','California','California','A by Acacia',2008,17,88,58231,'now' +82,'Pinot Noir','Alma Rosa','Sta. Rita Hills','California','La Encantada Vineyard',2008,43,88,591,'now' +83,'Pinot Noir','Alma Rosa','Sta. Rita Hills','California','La Encantada Vineyard Clone 667',2008,43,88,358,'now' +84,'Pinot Noir','Artesa','Carneros','California','Estate Reserve',2007,40,88,3527,'now' +85,'Pinot Noir','Robert Mondavi','Napa Valley','California','Carneros',2008,28,88,30300,'now' +86,'Pinot Noir','Pfendler','Sonoma Coast','California','Pinot Noir',2008,45,88,400,'now' +87,'Pinot Noir','Roar','Santa Lucia Highlands','California','Garys'' Vineyard',2008,50,88,710,'now' +88,'Pinot Noir','Rusack','Santa Maria Valley','California','Pinot Noir',2008,36,88,833,'now' +89,'Pinot Noir','Sequana','Santa Lucia Highlands','California','Sarmento Vineyard',2008,32,88,500,'now' +90,'Pinot Noir','Spell','Sonoma Coast','California','Pinot Noir',2008,30,88,170,'now' +91,'Pinot Noir','Twomey','Santa Barbara County','California','Pinot Noir',2008,30,88,1510,'now' +92,'Pinot Noir','Alma Rosa','Sta. Rita Hills','California','Pinot Noir',2008,32,87,4651,'now' +93,'Pinot Noir','Castle Rock','Central Coast','California','Pinot Noir',2008,13,87,36000,'now' +94,'Pinot Noir','V. Sattui','Carneros','California','Henry Ranch',2008,36,87,951,'now' +95,'Pinot Noir','Sebastiani','Carneros','California','Pinot Noir',2008,24,87,720,'now' +96,'Pinot Noir','Talbott','Santa Lucia Highlands','California','Kali Hart',2008,21,87,8000,'now' +97,'Pinot Noir','Tudor','Santa Lucia Highlands','California','Pinot Noir',2007,40,87,3965,'now' +98,'Pinot Noir','Twomey','Sonoma Coast','California','Pinot Noir',2008,50,87,1255,'now' +99,'Pinot Noir','Castle Rock','Russian River Valley','California','Pinot Noir',2008,18,86,2400,'now' +100,'Pinot Noir','Talbott','Santa Lucia Highlands','California','Sleepy Hollow Vineyard',2008,40,86,2500,'now' +101,'Pinot Noir','Greg Norman California Estates','Santa Barbara County','California','Pinot Noir',2008,15,85,25000,'now' +102,'Syrah','Chalk Hill','Chalk Hill','California','Syrah',2007,60,94,304,2001 +103,'Syrah','DuMOL','Russian River Valley','California','Eddie''s Patch',2007,76,92,420,2011 +104,'Merlot','Mirassou','California','California','Merlot',2007,12,86,43321,'now' +105,'Malbec','Red Rock','California','California','Reserve',2008,11,86,16281,'now' +106,'Cabernet Sauvingnon','Darioush','Napa Valley','California','Darius II',2007,225,96,698,2012 +107,'Cabernet Sauvingnon','Darioush','Napa Valley','California','Cabernet Sauvignon',2007,80,94,8783,2013 +108,'Cabernet Sauvingnon','Lewis','Napa Valley','California','Hillstone Vineyard',2008,130,94,180,'now' +109,'Cabernet Sauvingnon','Chimeney Rock','Stags Leap District','California','Tomahawk Vineyard',2007,115,93,958,2012 +110,'Cabernet Sauvingnon','Chimeney Rock','Stags Leap District','California','Elevage',2007,78,93,1952,2012 +111,'Cabernet Sauvingnon','Peter Franus','Napa Valley','California','Cabernet Sauvignon',2007,40,92,1369,2013 +112,'Cabernet Sauvingnon','Turnbull','Napa Valley','California','Cabernet Sauvignon',2007,40,91,10000,'now' +113,'Cabernet Sauvingnon','Pott','Oakville','California','Neruda Brix Vineyard',2008,90,90,73,2012 +114,'Cabernet Sauvingnon','Beringer','Knights Valley','California','Cabernet Sauvignon',2008,27,88,44500,'now' +115,'Cabernet Sauvingnon','Dry Creek','Dry Creek Valley','California','Cabernet Sauvignon',2007,25,87,15000,'now' +116,'Grenache','Sine Qua Non','Sta. Rita Hills','California','In the Crosshairs Eleven Confessions Vineyard',2006,200,97,202,'now' +117,'Grenache','Herman Story','California','California','On the Road',2008,36,93,398,'now' +118,'Grenache','Villa Creek','Paso Robles','California','Garnacha Denner Vineyard',2008,35,91,350,'now' +119,'Grenache','Beckmen','Santa Ynez Valley','California','Purisma Mountain Vineyard',2008,48,88,500,'now' +120,'Grenache','Bella Victorian','Santa Barbara County','California','Romeo',2006,39,87,300,'now' +121,'Grenache','Austine Hope','Paso Robles','California','Hope Family Vineyard',2009,42,87,566,'now' +122,'Grenache','Jemrose','Bennett Valley','California','Foggy Knoll Vineyard',2008,38,87,275,'now' +123,'Petite Sirah','Alta Colina','Paso Robles','California','Ann''s Block',2008,48,91,123,'now' +124,'Petite Sirah','Erna Schein','Sonoma County','California','Kick Ranch',2008,48,91,312,'now' +125,'Petite Sirah','Jaffurs','Santa Barbara County','California','Thompson Vineyard',2009,34,90,501,'now' +126,'Petite Sirah','Turley','Napa Valley','California','Hayne Vineyard',2008,75,90,350,'now' +127,'Petite Sirah','JC Cellars','Russian River Valley','California','Sweetwater Springs Vineyard',2008,35,89,340,'now' +128,'Petite Sirah','Parducci','Mendocino County','California','Petite Sirah',2007,11,85,15340,'now' +129,'Pinot Noir','A.P.Vin','Santa Lucia Highlands','California','Rosella''s Vineyard',2009,48,95,325,'now' +130,'Pinot Noir','Siduri','Santa Lucia Highlands','California','Pisoni Vineyard',2009,54,95,364,'now' +131,'Pinot Noir','A.P.Vin','Sonoma Coast','California','Kanzler Vineyard',2009,48,94,200,'now' +132,'Pinot Noir','Loring','Paso Robles','California','Russel Family Vineyard',2009,45,94,250,'now' +133,'Pinot Noir','Loring','Sonoma Coast','California','Durell Vineyard',2009,45,94,200,'now' +134,'Pinot Noir','Siduri','Santa Lucia Highlands','California','Garys'' Vineyard',2009,51,94,298,'now' +135,'Pinot Noir','A.P.Vin','Santa Lucia Highlands','California','Garys'' Vineyard',2009,48,93,300,'now' +136,'Pinot Noir','A.P.Vin','Santa Maria Valley','California','Rancho Oliveros Vineyard',2009,48,93,50,'now' +137,'Pinot Noir','Loring','Green Valley of Russian River Valley','California','Graham Family Vineyard',2009,45,93,150,'now' +138,'Pinot Noir','Loring','Russian River Valley','California','Pinot Noir',2009,29,93,600,'now' +139,'Pinot Noir','Loring','Santa Lucia Highlands','California','Pinot Noir',2009,29,93,600,'now' +140,'Pinot Noir','Loring','Santa Lucia Highlands','California','Garys'' Vineyard',2009,45,93,450,'now' +141,'Pinot Noir','Loring','Sta. Rita Hills','California','Clos Pepe Vineyard',2009,45,93,1000,2011 +142,'Pinot Noir','A.P.Vin','Russian River Valley','California','Keefer Ranch Vineyard',2009,48,92,200,'now' +143,'Pinot Noir','Loring','Green Valley of Russian River Valley','California','Keefer Ranch Vineyard',2009,45,92,400,'now' +144,'Pinot Noir','Loring','Sta. Rita Hills','California','Cargasacchi Vineyard',2009,45,92,175,'now' +145,'Pinot Noir','Siduri','Santa Lucia Highlands','California','Pinot Noir',2009,29,92,1855,'now' +146,'Pinot Noir','A.P.Vin','Sta. Rita Hills','California','Clos Pepe Vineyard',2009,48,91,150,'now' +147,'Pinot Noir','A.P.Vin','Sta. Rita Hills','California','Turner Vineyard',2009,48,91,150,'now' +148,'Pinot Noir','Loring','Sta. Rita Hills','California','Rancho La Vina Vineyard',2009,45,91,125,'now' +149,'Pinot Noir','Athair','Russian River Valley','California','Pinot Noir',2008,36,90,919,'now' +150,'Pinot Noir','Clouds Rest','Sonoma Coast','California','Limited Release',2007,69,90,600,'now' +151,'Pinot Noir','Loring','San Luis Obispo County','California','Aubaine Vineyard',2009,45,90,500,'now' +152,'Pinot Noir','Loring','Sta. Rita Hills','California','Pinot Noir',2009,29,88,600,'now' +153,'Pinot Noir','Siduri','Sonoma County','California','Pinot Noir',2009,20,88,2657,'now' +154,'Pinot Noir','Castle Rock','Carneros','California','Pinot Noir',2008,14,84,NULL,'now' +155,'Syrah','Sine Qua Non','Sta. Rita Hills','California','A Shot in the Dark Eleven Confessions Vineyard',2006,200,98,442,2012 +156,'Syrah','Favia','Amador County','California','Quarzo',2008,65,95,154,'now' +157,'Syrah','Roar','Santa Lucia Highlands','California','Rosella''s Vineyard',2008,40,94,140,2011 +158,'Syrah','Carlisle','Bennett Valley','California','Cardiac Hill',2008,45,93,239,'now' +159,'Syrah','Herman Story','Santa Barbara County','California','Larner Vinyard',2008,36,93,135,'now' +160,'Syrah','Herman Story','Santa Barbara County','California','White Hawk Vineyard',2008,36,93,132,'now' +161,'Syrah','Zaca Mesa','Santa Ynez Valley','California','Mesa Reserve',2007,42,93,992,2012 +162,'Syrah','JC Cellars','California','California','Twist of Fate',2008,55,92,206,'now' +163,'Syrah','Ramey','Sonoma Coast','California','Syrah',2008,38,92,1750,'now' +164,'Syrah','Roar','Santa Lucia Highlands','California','Garys'' Vineyard',2008,40,92,110,2012 +165,'Syrah','Adobe Road','Dry Creek Valley','California','Kemp Vineyard',2007,40,91,235,'now' +166,'Syrah','Novy','Russian River Valley','California','Christensen Family Vineyard',2008,27,91,177,'now' +167,'Syrah','Ojai','Sta. Rita Hills','California','Melville Vineyards',2006,44,91,238,'now' +168,'Syrah','Joseph Phelps','Napa Valley','California','Syrah',2008,50,90,600,'now' +169,'Syrah','Red Car','California','California','The Flight',2008,55,90,394,'now' +170,'Syrah','Tensley','Santa Barbara County','California','Colson Canyon Vineyard',2009,38,90,1495,'now' +171,'Syrah','Red Lava','Red Hills Lake County','California','Syrah',2007,22,89,977,'now' +172,'Syrah','Rosenblum','Solano County','California','England-Shaw',2007,35,89,735,'now' +173,'Syrah','Eberle','Paso Robles','California','Rose Steinbeck Vineyard',2009,17,88,705,'now' +174,'Syrah','Keller','Sonoma Coast','California','La Cruz Vineyard',2007,40,88,308,'now' +175,'Syrah','Fess Parker','Santa Barbara County','California','Syrah',2008,20,88,2831,'now' +176,'Syrah','Pride','Sonoma County','California','Syrah',2008,60,88,575,2011 +177,'Syrah','Red Car','Sonoma County','California','Syrah',2008,45,88,961,'now' +178,'Syrah','Rosenblum','Lake County','California','Snows Lake Vineyard',2007,25,88,486,'now' +179,'Syrah','Rosenblum','Lodi','California','Abba Vineyard',2007,25,88,450,'now' +180,'Syrah','Stolpman','Santa Ynez Valley','California','Originals',2008,38,88,950,'now' +181,'Syrah','Boheme','Sonoma Coast','California','Que Syrah Vineyard',2006,40,87,185,'now' +182,'Syrah','J. Lohr','Paso Robles','California','Gesture Limited Release',2008,30,87,514,2011 +183,'Syrah','Montes','Paso Robles','California','Star Angel ',2007,35,87,3000,'now' +184,'Syrah','Rosenblum','Sonoma County','California','Kick Ranch Reserve',2007,45,87,496,2012 +185,'Syrah','Stolpman','Santa Ynez Valley','California','Syrah',2008,30,87,1500,'now' +186,'Syrah','Zaca Mesa','Santa Ynez Valley','California','Syrah',2007,24,87,7651,'now' +187,'Syrah','Domaine de la Terre Rouge','California','California','Les Cotes De L''Ouest',2008,18,84,NULL,'now' +188,'Syrah','Fetzer','California','California','Shiraz',2008,9,83,NULL,'now' +189,'Zinfandel','Carlisle','Russian River Valley','California','Carlisle Vineyard',2008,43,93,325,'now' +190,'Zinfandel','Turley','Howell Mountain','California','Cedarman',2008,29,93,400,'now' +191,'Zinfandel','Turley','Napa Valley','California','Tofanelli Vineyard',2008,34,93,200,'now' +192,'Zinfandel','Collier Falls','Dry Creek Valley','California','Private Reserve',2006,32,92,300,'now' +193,'Zinfandel','Turley','Sonoma Valley','California','Fredericks Vineyard',2008,42,91,300,'now' +194,'Zinfandel','Carlisle','Sonoma Valley','California','Rossi Ranch',2008,40,90,119,2012 +195,'Zinfandel','Dark Horse','Dry Creek Valley','California','Treborce Vineyard',2008,28,90,750,'now' +196,'Zinfandel','St. Francis','Sonoma County','California','Wild Oak Old Vines',2007,38,89,1900,'now' +197,'Zinfandel','Girard','Napa Valley','California','Old Vine',2008,24,88,2850,'now' +198,'Zinfandel','Sextant','Paso Robles','California','Wheelhouse',2008,20,88,3300,'now' +199,'Zinfandel','Terra d''Oro','Amador County','California','Zinfandel',2007,18,88,14000,'now' +200,'Zinfandel','Artezin','Mendocino County','California','Zinfandel',2009,18,87,15000,'now' +201,'Zinfandel','Terra d''Oro','Amador County','California','SHR Field Blend',2007,30,87,1250,'now' +202,'Zinfandel','Cameron Hughes','Lake County','California','Lot 154',2006,13,86,584,'now' +203,'Zinfandel','Rubicon Estate','Rutherford','California','Edizione Pennino',2008,45,86,2278,'now' +204,'Chardonnay','Lewis','Napa Valley','California','Chardonnay',2009,48,92,1800,'now' +205,'Chardonnay','Keller','Sonoma Coast','California','La Cruz Vineyard',2008,36,91,507,'now' +206,'Merlot','Darioush','Napa Valley','California','Signature',2007,48,89,1779,'now' +207,'Tempranillo','Four Vines','Paso Robles','California','Loco',2008,40,88,700,'now' +208,'Chardonnay','CC:','California','California','Chardonnay',2009,15,86,5000,'now' +209,'Syrah','Four Vines','Amador County','California','Bailey Vineyard',2005,38,93,440,'now' +210,'Syrah','Red Car','California','California','Twenty Two',2005,60,93,111,'now' +211,'Syrah','Herman Story','Santa Ynez Valley','California','Larner Vinyard',2005,28,92,432,'now' +212,'Syrah','Krupp Brothers','Napa Valley','California','Black Bart Stagecoach Vineyard',2005,52,91,1219,'now' +213,'Syrah','Paloma','Dry Creek Valley','California','Polomita Hamilton Vineyard',2005,45,91,250,'now' +214,'Syrah','Rosenblum','Yolo County','California','Rominger Vineyard',2005,25,91,1125,'now' +215,'Zinfandel','Four Vines','Amador County','California','Maverick',2005,24,91,2529,'now' +216,'Syrah','Chateau Potelle','Mount Vedeer','California','VGS',2004,75,90,238,'now' +217,'Syrah','Kosta Browne','Russian River Valley','California','Amber Ridge Vineyard',2004,45,90,320,'now' +218,'Syrah','Ojai','California','California','Roll Ranch Vineyard',2004,45,90,700,'now' +219,'Syrah','Whitestone','Sonoma Coast','California','Guidici Famili Vineyard',2005,55,90,200,'now' +220,'Pinot Noir','Adrian Fog','Anderson Valley','California','Savoy Vineyard',2005,75,92,440,'now' +221,'Pinot Noir','Davis Bynum','Russian River Valley','California','The Backbone',2004,75,92,117,'now' +222,'Pinot Noir','Davis Bynum','Russian River Valley','California','Laurels Estate Vineyard',2004,75,91,142,'now' +223,'Pinot Noir','Davis Bynum','Russian River Valley','California','Bynum & Moshin Vineyards',2004,50,91,314,'now' +224,'Pinot Noir','Calera','Mount Harlan','California','Jensen Vineyard',2004,60,91,1262,'now' +225,'Zinfandel','Rosenblum','Rockpile','California','Rockpile Road Vineyard',2005,35,91,3558,'now' +226,'Pinot Noir','Toulouse','Anderson Valley','California','Pinot Noir',2005,39,91,1050,'now' +227,'Pinot Noir','Calera','Mount Harlan','California','Thirtieth Anniverasry Vintage Mt. Harlan Cuvee',2005,30,90,403,'now' +228,'Chardonnay','DuMOL','Sonoma County','California','Green River Isobel',2005,60,95,558,'now' +229,'Chardonnay','Barnett','Carneros','California','Sengiacomo Vineyard',2005,29,93,1138,'now' +230,'Chardonnay','Chasseur','Russian River Valley','California','Lorenzo',2005,55,93,371,2008 +231,'Chardonnay','DuMOL','Russian River Valley','California','Chloe',2005,60,92,708,2008 +232,'Chardonnay','Chalk Hill','Chalk Hill','California','Chardonnay',2005,45,90,15000,'now' +233,'Viognier','Darioush','Napa Valley','California','Signature',2006,35,90,1376,'now' +234,'Marsanne','Krupp Brothers','Napa Valley','California','Stagecoach Vineyard Black Bart',2005,37,90,620,'now' +235,'Sauvignon Blanc','Sbragia Family','Dry Creek Valley','California','Home Ranch',2006,20,90,620,'now' +236,'Cabernet Sauvingnon','Hourglass','Napa Valley','California','Cabernet Sauvignon',2006,135,97,700,'now' +237,'Cabernet Sauvingnon','Dancing Hares','Napa Valley','California','Cabernet Sauvignon',2005,95,95,600,'now' +238,'Cabernet Sauvingnon','Lewis','Napa Valley','California','Reserve',2006,125,95,2000,'now' +239,'Cabernet Sauvingnon','Bucella','Napa Valley','California','Cabernet Sauvignon',2006,135,93,792,2010 +240,'Cabernet Sauvingnon','Casa Piena','Napa Valley','California','Cabernet Sauvignon',2006,125,93,240,2010 +241,'Cabernet Sauvingnon','The Four','Napa Valley','California','Cabernet Sauvignon',2006,75,93,310,'now' +242,'Cabernet Sauvingnon','Veraison','Napa Valley','California','Stagecoach Vineyard',2005,60,93,1232,'now' +243,'Cabernet Sauvingnon','Barrack','Santa Ynez Valley','California','Ten-Goal Happy Canyon Vineyards',2005,60,92,350,'now' +244,'Cabernet Sauvingnon','Snowden','Napa Valley','California','The Ranch',2006,40,92,1200,2010 +245,'Cabernet Sauvingnon','Cade','Napa Valley','California','Napa Cuvee',2006,60,91,2200,2011 +246,'Cabernet Sauvingnon','Louis M. Martini','Sonoma Valley','California','Monte Rosso Vineyard',2005,85,91,2550,'now' +247,'Cabernet Sauvingnon','PerryMoore','Oakville','California','Beckstoffer To Kalon Vineyard',2005,100,91,300,'now' +248,'Cabernet Sauvingnon','Frank Family','Rutherford','California','Reserve',2005,85,90,2400,'now' +249,'Cabernet Sauvingnon','Highlands','Napa Valley','California','Cabernet Sauvignon',2006,55,90,1000,'now' +250,'Cabernet Sauvingnon','Ilsley','Stags Leap District','California','Cabernet Sauvignon',2005,55,90,318,'now' +251,'Cabernet Sauvingnon','PerryMoore','St. Helena','California','Dr. Crane Vineyard',2005,100,90,250,'now' +252,'Chardonnay','Kazme & Blaise','Carneros','California','Boonfly''s Hill',2006,50,95,90,'now' +253,'Chardonnay','Kistler','Sonoma County','California','McCrea Vineyard',2006,75,95,3634,'now' +254,'Chardonnay','Peter Michael','Sonoma County','California','Ma Belle-Fille',2007,85,95,2780,'now' +255,'Chardonnay','Three Sticks','Sonoma Valley','California','Durell Vineyard',2006,45,95,220,'now' +256,'Chardonnay','Tor','Sonoma Valley','California','Durell Vineyard Wente Clone',2007,60,95,80,'now' +257,'Chardonnay','Failla','Sonoma Coast','California','Estate Vineyard',2007,42,94,125,'now' +258,'Chardonnay','Kistler','Russian River Valley','California','Wine Hill Vineyard',2006,75,94,3640,'now' +259,'Chardonnay','Peter Michael','Sonoma County','California','Belle Cote',2007,75,94,2500,'now' +260,'Chardonnay','Peter Michael','Sonoma County','California','Mon Plaisir',2007,80,94,1050,'now' +261,'Chardonnay','Peirson Meyer','Sonoma County','California','Untilited #3',2007,75,94,125,'now' +262,'Chardonnay','Rodney Strong','Russian River Valley','California','Reserve',2006,40,94,2448,'now' +263,'Chardonnay','Au Bon Climat','Santa Barbara County','California','Los Alamos Vineyard Historic Vineyards Collection',2007,25,93,325,'now' +264,'Chardonnay','HdV','Carneros','California','Hyde Vineyards',2006,60,93,1562,'now' +265,'Chardonnay','Kistler','Carneros','California','Hudson Vineyard',2006,75,93,1818,'now' +266,'Chardonnay','Landmark','Sonoma County','California','Damaris Reserve ',2006,40,93,2000,'now' +267,'Chardonnay','Pahlmeyer','Sonoma Coast','California','Chardonnay',2007,70,93,1620,'now' +268,'Chardonnay','Peirson Meyer','Sonoma Coast','California','Cahrles Heintz Vineyard',2007,55,93,300,'now' +269,'Chardonnay','Ridge','Santa Cruz Mountains','California','Santa Cruz Mountains Estate',2007,40,93,400,'now' +270,'Chardonnay','Shafer','California','California','Red Shoulder Ranch',2007,48,93,5500,'now' +271,'Chardonnay','Souverain','Russian River Valley','California','Winmaker''s Reserve',2007,30,93,313,'now' +272,'Chardonnay','Acacia','Carneros','California','Sangiacomo Vineyard',2007,40,92,484,'now' +273,'Chardonnay','Beringer','Napa Valley','California','Sbraglia Limited-Release',2007,40,92,5600,'now' +274,'Chardonnay','Chalone','Chalone','California','Chardonnay',2007,25,92,16801,'now' +275,'Chardonnay','Chateau St. Jean','Sonoma County','California','Reserve',2006,45,92,4600,'now' +276,'Chardonnay','El Molino','Rutherford','California','Chardonnay',2007,45,92,878,'now' +277,'Chardonnay','Freeman','Russian River Valley','California','Ryo-fu',2006,44,92,418,'now' +278,'Chardonnay','Hanzell','Sonoma Valley','California','Chardonnay',2006,70,92,3253,'now' +279,'Chardonnay','Hudson Vineyards','Napa Valley','California','Carneros',2006,60,92,350,'now' +280,'Chardonnay','Kistler','Russian River Valley','California','Dutton Ranch',2006,75,92,1810,'now' +281,'Chardonnay','Luna','Napa Valley','California','Chardonnay',2006,40,92,204,'now' +282,'Chardonnay','Maldonado','Napa Valley','California','Los Olivos Vineyard',2006,49,92,566,'now' +283,'Chardonnay','Peter Michael','Sonoma County','California','La Carrlere',2007,80,92,2549,'now' +284,'Chardonnay','Pahlmeyer','Napa Valley','California','Chardonnay',2007,70,92,3341,'now' +285,'Chardonnay','Sbragia Family','Dry Creek Valley','California','Home Ranch',2007,26,92,2657,'now' +286,'Chardonnay','D.R. Stephens','Napa Valley','California','Chardonnay',2007,50,92,455,'now' +287,'Chardonnay','Truchard','Napa Valley','California','Carneros',2007,30,92,2930,'now' +288,'Chardonnay','Vineyard 7&8','Spring Mountain District','California','Chardonnay',2007,60,92,275,'now' +289,'Chardonnay','Anaba','Sonoma Coast','California','Chardonnay',2007,32,91,938,'now' +290,'Chardonnay','Armida','Russian River Valley','California','Keefer Ranch',2007,28,91,232,'now' +291,'Chardonnay','Au Bon Climat','Santa Barbara County','California','Chardonnay',2007,20,91,12000,'now' +292,'Chardonnay','Beringer','Napa Valley','California','Private Reserve',2007,35,91,21900,'now' +293,'Chardonnay','Cakebread','Napa Valley','California','Carneros Reserve',2006,55,91,1000,'now' +294,'Chardonnay','Calera','Mount Harlan','California','Chardonnay',2007,25,91,663,'now' +295,'Chardonnay','Celani Family','Napa Valley','California','Chardonnay',2007,40,91,600,'now' +296,'Chardonnay','Domain Chandon','Carneros','California','Chardonnay',2006,26,91,4600,'now' +297,'Chardonnay','Dutton-Goldfield','Russian River Valley','California','Dutton Ranch',2007,35,91,3981,'now' +298,'Chardonnay','Far Niente','Napa Valley','California','Chardonnay',2007,56,91,30000,'now' +299,'Chardonnay','Ferrari-Carano','Russian River Valley','California','Emelia''s Cuvee',2007,36,91,465,'now' +300,'Chardonnay','Fog Dog','Sonoma Coast','California','Chardonnay',2006,40,91,1300,'now' +301,'Chardonnay','Freestone','Sonoma Coast','California','Ovation',2006,60,91,2500,'now' +302,'Chardonnay','L''Angevin','Russian River Valley','California','Laughlin Family Vineyard',2007,44,91,350,'now' +303,'Chardonnay','Marimar Estate','Russian River Valley','California','Don Miguel Vineyard Lia Torres Family Vineyards',2006,49,91,355,'now' +304,'Chardonnay','Merryvale','Carneros','California','Chardonnay',2007,35,91,2215,'now' +305,'Chardonnay','Neyers','Sonoma Coast','California','B. Theriot Vineyard',2007,48,91,202,'now' +306,'Chardonnay','Olabisi','Carneros','California','Ceja Vineyard',2007,40,91,285,'now' +307,'Chardonnay','Rombauer','Carneros','California','Chardonnay',2007,32,91,40000,'now' +308,'Chardonnay','Talley','Edna Valley','California','Chardonnay',2007,26,91,445,'now' +309,'Chardonnay','Talley','Arroyo Grande Valley','California','Chardonnay',2007,26,91,4603,'now' +310,'Chardonnay','Vine Cliff','Carneros','California','Proprietary Reserve',2007,60,91,545,'now' +311,'Chardonnay','Vine Cliff','Carneros','California','Los Carneros',2007,39,91,1798,'now' +312,'Chardonnay','Artesa','Carneros','California','Chardonnay',2007,20,90,33000,'now' +313,'Chardonnay','Beaulieu Vineyard','Napa Valley','California','Carneros',2007,17,90,15000,'now' +314,'Chardonnay','Byron','Santa Maria Valley','California','Chardonnay',2007,26,90,4406,'now' +315,'Chardonnay','Darioush','Napa Valley','California','Signature',2007,43,90,1761,'now' +316,'Chardonnay','Ferrari-Carano','Russian River Valley','California','Valley Dominique',2007,38,90,276,'now' +317,'Chardonnay','The Hess Collection','Mount Vedeer','California','Chardonnay',2007,35,90,1900,'now' +318,'Chardonnay','Jocelyn Lonen','Carneros','California','Founder''s',2007,45,90,200,'now' +319,'Chardonnay','Kistler','Sonoma Valley','California','Kistler Vineyard',2006,80,90,1815,'now' +320,'Chardonnay','Laird Family','Carneros','California','Gold Creek Ranch',2007,30,90,1500,'now' +321,'Chardonnay','Mer Soleil','Santa Lucia Highlands','California','Chardonnay',2006,42,90,NULL,'now' +322,'Chardonnay','Nicholson Ranch','Sonoma Valley','California','Cuvee Natalie',2006,48,90,325,'now' +323,'Chardonnay','Orogeny','Green Valley of Russian River Valley','California','Chardonnay',2007,25,90,2500,'now' +324,'Chardonnay','Ramey','Sonoma Coast','California','Chardonnay',2007,38,90,2100,'now' +325,'Chardonnay','Robert Young','Alexander Valley','California','Chardonnay',2006,40,90,1990,'now' +326,'Chardonnay','HdV','Carneros','California','De La Guerra',2007,40,90,506,'now' +327,'Chardonnay','Maldonado','Sonoma County','California','Parr Vineyard',2006,24,90,900,'now' +328,'Chardonnay','Cakebread','Napa Valley','California','Chardonnay',2007,39,90,25000,'now' +329,'Chardonnay','Cuvasion','Napa Valley','California','Carneros',2007,24,88,40000,'now' +330,'Chardonnay','Kunde Estate','Sonoma Valley','California','Reserve',2006,30,88,5800,'now' +331,'Chardonnay','Ramey','Carneros','California','Chardonnay',2007,38,88,2500,'now' +332,'Chardonnay','Saddleback','Napa Valley','California','Chardonnay',2007,26,88,831,'now' +333,'Chardonnay','Sebastiani','Sonoma County','California','Chardonnay',2007,13,88,82130,'now' +334,'Chardonnay','White Rock','Napa Valley','California','Chardonnay',2007,30,88,800,'now' +335,'Chardonnay','Acacia','Carneros','California','Chardonnay',2007,22,87,70200,'now' +336,'Chardonnay','Kunde Estate','Sonoma Valley','California','Chardonnay',2007,17,87,35000,'now' +337,'Chardonnay','Moon Mountain','Sonoma County','California','Chardonnay',2007,13,87,42250,'now' +338,'Chardonnay','Waterstone','Carneros','California','Chardonnay',2007,18,87,1832,'now' +339,'Chardonnay','Napa Family','Napa Valley','California','Finest Selection Reserve',2007,10,86,2853,'now' +340,'Pinot Noir','Roessler','Anderson Valley','California','Valley Savoy',2007,46,94,268,'now' +341,'Pinot Noir','Vision Cellars','Russian River Valley','California','Coster Vineyard',2007,42,93,286,'now' +342,'Pinot Noir','Ampelos','Sta. Rita Hills','California','Lambda',2007,35,92,1094,'now' +343,'Pinot Noir','Freeman','Sonoma Coast','California','Pinot Noir',2007,44,92,1068,'now' +344,'Pinot Noir','Baker Lane','Sonoma Coast','California','Hurst Vineyard',2007,36,91,360,'now' +345,'Pinot Noir','Failla','Russian River Valley','California','Keefer Ranch',2007,45,91,600,'now' +346,'Pinot Noir','Failla','Sonoma Coast','California','Pinot Noir',2007,34,91,500,'now' +347,'Pinot Noir','Kutch','Sonoma Coast','California','McDougal Ranch',2007,48,91,125,'now' +348,'Pinot Noir','Siduri','Sta. Rita Hills','California','Clos Pepe Vineyard',2007,54,91,241,'now' +349,'Pinot Noir','Small Vines','Russian River Valley','California','Pinot Noir',2006,50,91,365,'now' +350,'Pinot Noir','Vision Cellars','Sonoma County','California','Pinot Noir',2007,38,90,900,'now' +351,'Pinot Noir','Freeman','Russian River Valley','California','Pinot Noir',2006,44,89,1592,'now' +352,'Pinot Noir','Kutch','Sonoma Coast','California','Kanzler Vineyard',2007,48,89,175,'now' +353,'Pinot Noir','MacRostie','Sonoma Coast','California','Wildcat Mountain Vineyard',2006,45,89,1003,'now' +354,'Pinot Noir','Baker Lane','Sonoma Coast','California','Ramondo Vineyard',2007,42,88,777,'now' +355,'Pinot Noir','Fort Ross','Sonoma Coast','California','Symposium Fort Ross Vineyard',2066,32,88,2584,'now' +356,'Pinot Noir','Landmark','Sonoma Coast','California','Grand Detour',2007,40,88,2500,'now' +357,'Pinot Noir','Sequana','Green Valley of Russian River Valley','California','Valley Dutton Ranch',2007,40,88,728,'now' +358,'Pinot Noir','Bernardus','Monterey County','California','Pinot Noir',2007,25,87,4715,'now' +359,'Pinot Noir','Marting Ray','Santa Barbara County','California','Pinot Noir',2007,25,87,5800,'now' +360,'Syrah','Carlisle','Russian River Valley','California','Papa''s Block',2007,43,98,307,'now' +361,'Syrah','Carlisle','Santa Lucia Highlands','California','Rosella''s Vineyard',2007,43,94,192,'now' +362,'Syrah','Jemrose','Bennett Valley','California','Gloria''s Gem',2006,75,94,48,'now' +363,'Syrah','Duchamp','Dry Creek Valley','California','Cuvee Trouvee',2006,38,93,300,'now' +364,'Syrah','Duchamp','Dry Creek Valley','California','Grand Master',2006,55,93,175,'now' +365,'Syrah','Martinelli','Russian River Valley','California','Zio Tony Ranch Gianna Marie',2006,75,93,305,'now' +366,'Syrah','McPrice Myers','Arroyo Grande Valley','California','Les Galets',2006,36,93,198,'now' +367,'Syrah','Ampelos','Sta. Rita Hills','California','Gamma',2005,35,92,264,'now' +368,'Syrah','Stephen Test','Dry Creek Valley','California','Unti Vineyard',2006,30,91,128,'now' +369,'Zinfandel','Carlisle','Dry Creek Valley','California','Zinfandel',2007,33,95,360,'now' +370,'Zinfandel','Linne Calodo','Paso Robles','California','Problem Child',2007,48,94,580,'now' +371,'Zinfandel','Carlisle','Sonoma Valley','California','Rossi Ranch',2007,40,93,236,'now' +372,'Zinfandel','Carlisle','Sonoma County','California','Zinfandel',2007,23,92,539,'now' +373,'Zinfandel','Carlisle','Russian River Valley','California','Montafi Ranch',2007,43,91,258,'now' +374,'Zinfandel','Dancing Lady','Alexander Valley','California','Old vine Della Costa Family Vineyard',2007,27,91,321,'now' +375,'Zinfandel','Martinelli','Russian River Valley','California','Giuseppe & Luisa',2007,50,91,825,'now' +376,'Zinfandel','D-Cubed Cellars','Napa Valley','California','Zinfandel',2006,27,89,1100,'now' +377,'Zinfandel','De Loach','Russian River Valley','California','Zinfandel',2007,20,89,1830,'now' +378,'Zinfandel','Saucelito Canyon','San Luis Obispo County','California','Backroads',2007,18,89,563,'now' +379,'Zinfandel','Rosenblum','Paso Robles','California','Appelation Series',2006,18,88,8913,'now' +380,'Zinfandel','Sausal','Alexander Valley','California','50 Year Old Vines',2006,19,88,8913,'now' +381,'Zinfandel','Dry Creek','Sonoma County','California','Heritage',2007,18,87,13877,'now' +382,'Zinfandel','Klinker Brick','Lodi','California','Old Vine',2006,18,87,20000,'now' +383,'Zinfandel','Schrader','Napa Valley','California','Vieux-Os Hell Hole Cuvee Old Vine',2006,35,87,375,'now' +384,'Zinfandel','Rosenblum','Contra Costa County','California','Planchon Vineyard',2006,26,86,2425,'now' +385,'Zinfandel','Rodney Strong','Sonoma County','California','Knotty Vines',2007,20,86,18655,'now' +386,'Zinfandel','Cardinal Zin','Calaveras County','California','Beastly Old Vines',2006,20,84,NULL,'now' +387,'Zinfandel','Cline','California','California','Ancient Vines',2007,15,84,NULL,'now' +388,'Zinfandel','Peachy Canyon','Paso Robles','California','Incredible Red',2007,12,82,NULL,'now' +389,'Zinfandel','Renwood','Sierra Foothills','California','Zinfandel',2006,10,82,NULL,'now' +390,'Zinfandel','Renwood','Fiddletown','California','Zinfandel',2006,25,78,NULL,'now' +391,'Cabernet Franc','Pride','Sonoma County','California','Cabernet Franc',2006,60,92,1128,'now' +392,'Zinfandel','D-Cubed Cellars','Napa Valley','California','Primitivo',2006,25,88,226,'now' +393,'Merlot','Thomas Henry','Napa Valley','California','Merlot',2005,12,84,NULL,'now' +394,'Cabernet Sauvingnon','Caymus','Napa Valley','California','Special Selection',2008,130,94,15618,'now' +395,'Cabernet Sauvingnon','Phifer Pavitt','Napa Valley','California','Date Night',2007,75,94,400,'now' +396,'Cabernet Sauvingnon','Turnbull','Napa Valley','California','Black Label',2007,100,94,500,2013 +397,'Cabernet Sauvingnon','Cavus','Stags Leap District','California','Cabernet Sauvignon',2007,90,93,155,2012 +398,'Cabernet Sauvingnon','Girard','Napa Valley','California','Artistry',2008,40,88,4944,'now' +399,'Cabernet Sauvingnon','Montes','Napa Valley','California','Napa Angel Aurelio''s Selection',2007,90,87,3000,2013 +400,'Chardonnay','Maybach','Sonoma Coast','California','Eterium B. Thieriot Vineyard',2009,78,95,60,'now' +401,'Chardonnay','Freestone','Sonoma Coast','California','Chardonnay',2008,55,93,800,'now' +402,'Chardonnay','Morgan','Monterey County','California','Metallico Un-Oaked',2009,20,91,3800,'now' +403,'Chardonnay','Sterling','Napa Valley','California','Reserve',2008,35,91,1450,'now' +404,'Chardonnay','Gary Farrell','Russian River Valley','California','Russian River Selection',2008,32,89,4474,'now' +405,'Chardonnay','Y3','Napa Valley','California','Chardonnay',2009,20,89,2820,'now' +406,'Chardonnay','Bogle','California','California','Chardonnay',2009,10,88,250000,'now' +407,'Pinot Noir','Adrian Fog','Sonoma Coast','California','Numbers',2008,75,93,340,'now' +408,'Pinot Noir','Fog Dog','Sonoma Coast','California','Pinot Noir',2008,35,89,8000,'now' +409,'Merlot','Rutherford Hill','Napa Valley','California','Merlot',2006,25,89,42546,'now' +410,'Zinfandel','Kokomo','Sonoma County','California','Zinfandel',2008,22,88,800,'now' +411,'Merlot','Black Box','California','California','Merlot',2008,25,83,NULL,'now' +412,'Zinfandel','Joel Gott','California','California','Zinfandel',2008,17,83,NULL,'now' +413,'Cabernet Sauvingnon','Paul Hobbs','St. Helena','California','Beckstoffer Dr. Crane Vineyard',2007,150,97,586,'now' +414,'Cabernet Sauvingnon','Pina','Napa Valley','California','D''Adamo Vineyard',2007,75,93,1085,'now' +415,'Cabernet Sauvingnon','Boyanci','Napa Valley','California','InSpire',2007,60,92,715,'now' +416,'Cabernet Sauvingnon','Guarachi','Napa Valley','California','Cabernet Sauvignon',2007,65,92,1269,'now' +417,'Cabernet Sauvingnon','Paul Hobbs','Napa Valley','California','Cabernet Sauvignon',2007,75,92,5653,'now' +418,'Cabernet Sauvingnon','Keever','Yountville','California','Cabernet Sauvignon',2007,90,92,650,'now' +419,'Cabernet Sauvingnon','Dos Lagos','Atlas Peak','California','Cabernet Sauvignon',2007,125,88,120,'now' +420,'Cabernet Sauvingnon','Erna Schein','Napa Valley','California','Spare Me',2007,45,88,280,'now' +421,'Cabernet Sauvingnon','Erna Schein','California','California','Jersey Boy',2007,50,88,384,'now' +422,'Cabernet Sauvingnon','Fleming Jenkins','Napa Valley','California','Choreography',2006,50,88,643,'now' +423,'Cabernet Sauvingnon','Girard','Napa Valley','California','Artistry',2007,40,88,4600,'now' +424,'Cabernet Sauvingnon','Langtry','Lake County','California','Tephra Ridge Vineyard',2006,40,88,342,'now' +425,'Cabernet Sauvingnon','Maldonado','Spring Mountain District','California','Peter Newton Vineyard',2006,92,88,126,'now' +426,'Cabernet Sauvingnon','Nickel & Nickel','Yountville','California','State Lane Ranch',2006,90,88,430,'now' +427,'Cabernet Sauvingnon','Prime','Napa Valley','California','District 4',2007,39,88,304,'now' +428,'Cabernet Sauvingnon','David Arthur','Napa Valley','California','Elevation 1147',2007,135,87,541,'now' +429,'Cabernet Sauvingnon','Duckhorn','Napa Valley','California','Cabernet Sauvignon',2006,65,87,13744,'now' +430,'Cabernet Sauvingnon','Krutz Family','Napa Valley','California','Stagecoach Vineyard',2006,70,87,315,'now' +431,'Cabernet Sauvingnon','Sebastiani','Sonoma County','California','Cabernet Sauvignon',2006,18,87,120123,'now' +432,'Cabernet Sauvingnon','Artesa','Napa-Sonoma counties','California','Elements',2006,18,86,8000,'now' +433,'Cabernet Sauvingnon','Blue Rock','Alexander Valley','California','Cabernet Sauvignon',2006,47,86,784,'now' +434,'Cabernet Sauvingnon','Daou','Paso Robles','California','La Capilla Collection',2007,46,86,873,'now' +435,'Cabernet Sauvingnon','Merryvale','Napa Valley','California','Cabernet Sauvignon',2006,55,86,2284,'now' +436,'Cabernet Sauvingnon','Cycles Gladiator','California','California','Cabernet Sauvignon',2007,10,80,NULL,'now' +437,'Grenache','Sine Qua Non','California','California','To the Rescue',2007,100,93,164,'now' +438,'Grenache','Sine Qua Non','California','California','Pictures',2007,135,91,764,'now' +439,'Grenache','Quivara','Dry Creek Valley','California','Rose Wine Creek Ranch',2009,15,90,448,'now' +440,'Merlot','Keenan','Spring Mountain District','California','Mailbox Vineyard Drive',2006,60,88,330,'now' +441,'Merlot','Langtry','Lake County','California','Tephra Ridge Vineyard',2006,40,88,205,'now' +442,'Merlot','White Oak','Napa Valley','California','Merlot',2007,26,88,1987,'now' +443,'Merlot','Goldschmidt','Alexander Valley','California','Chelsea Goldschmidt',2008,15,87,3500,'now' +444,'Merlot','Merryvale','Napa Valley','California','Merlot',2006,39,86,1587,'now' +445,'Pinot Noir','DuMOL','Russian River Valley','California','Ryan',2007,76,94,850,'now' +446,'Pinot Noir','Paul Hobbs','Russian River Valley','California','Pinot Noir',2008,45,94,3644,'now' +447,'Pinot Noir','DuMOL','Russian River Valley','California','Finn',2007,80,93,363,'now' +448,'Pinot Noir','DuMOL','Red Hills Lake County','California','Aidan',2007,76,92,380,'now' +449,'Pinot Noir','DuMOL','Sonoma Coast','California','Eoin',2007,76,92,375,'now' +450,'Pinot Noir','Paul Hobbs','Russian River Valley','California','Ulises Valdez Vineyard',2008,70,92,282,'now' +451,'Pinot Noir','Mueller','Russian River Valley','California','Pinot Noir',2007,25,92,442,'now' +452,'Pinot Noir','Fleming Jenkins','California','California','Victories Rose',2009,20,89,480,'now' +453,'Pinot Noir','Keller','Sonoma Coast','California','La Cruz Vineyard',2007,44,88,510,'now' +454,'Pinot Noir','Baileyana','Edna Valley','California','Grand Firepeak Cuvee Firepeak Vineyard',2007,33,87,6334,'now' +455,'Pinot Noir','Testarossa','Santa Lucia Highlands','California','Sleepy Hollow Vineyard',2008,59,87,600,'now' +456,'Pinot Noir','Demetria','Sta. Rita Hills','California','Pinot Noir',2007,40,86,2000,'now' +457,'Sauvignon Blanc','Merry Edwards','Russian River Valley','California','Sauvignon Blanc',2008,30,93,3880,'now' +458,'Sauvignon Blanc','Robert Mondavi','Napa Valley','California','Fume Blanc',2008,20,88,50543,'now' +459,'Sauvignon Blanc','Illumination','Napa Valley','California','Sauvignon Blanc',2008,40,87,3150,'now' +460,'Sauvignon Blanc','Langtry','Guenoc Valley','California','Lillie Vineyard',2008,20,87,659,'now' +461,'Sauvignon Blanc','David Arthur','Napa Valley','California','Sauvignon Blanc',2008,25,86,566,'now' +462,'Syrah','Carlisle','Russian River Valley','California','Papa''s Block',2008,45,92,212,'now' +463,'Syrah','Sine Qua Non','California','California','Labels',2007,135,92,1421,'now' +464,'Syrah','Fleming Jenkins','Livermore Valley','California','Madden Ranch',2007,40,89,456,2011 +465,'Syrah','Ampelos','Santa Barbara County','California','Rose',2009,18,88,320,'now' +466,'Syrah','Carlisle','Santa Lucia Highlands','California','Rosella''s Vineyard',2008,45,88,171,'now' +467,'Syrah','Ancient Peaks','Paso Robles','California','Syrah',2007,16,87,869,'now' +468,'Zinfandel','Bradford Mountain','Dry Creek Valley','California','Grist Vineyard',2006,33,90,500,'now' +469,'Zinfandel','Hartford Family','Russian River Valley','California','Highwire Vineyard',2008,55,89,340,2012 +470,'Zinfandel','Haywood','Sonoma Valley','California','Rocky Terrace Los Chamizal Vineyards',2007,35,89,590,2011 +471,'Zinfandel','Kunde Estate','Sonoma Valley','California','Century Vines Reserve',2007,35,89,2000,'now' +472,'Zinfandel','Saxon Brown','Sonoma Valley','California','Casa Santinamaria Vineyards',2006,38,89,327,'now' +473,'Zinfandel','Valdez','Rockpile','California','Boticelli Vineyards',2007,41,89,233,2011 +474,'Zinfandel','Dashe','Alexander Valley','California','Todd Brothers Ranch Old Vines',2007,32,88,476,'now' +475,'Zinfandel','Del Carlo','Dry Creek Valley','California','Old Vine Teldeschi Vineyard Home Ranch',2006,32,88,294,'now' +476,'Zinfandel','Dry Creek','Dry Creek Valley','California','Old Vine',2007,28,88,5555,2015 +477,'Zinfandel','Dry Creek','Dry Creek Valley','California','Somers Ranch',2007,34,88,469,'now' +478,'Zinfandel','Frank Family','Napa Valley','California','Reserve',2007,50,88,748,'now' +479,'Zinfandel','Haywood','Sonoma Valley','California','Morning Sun Los Chamizal Vineyards',2007,35,88,399,'now' +480,'Zinfandel','Rock Wall','Contra Costa County','California','Jesse''s Vineyard',2008,28,88,765,'now' +481,'Zinfandel','Rosenblum','Contra Costa County','California','Carla''s Reserve',2007,30,88,1909,'now' +482,'Zinfandel','Sbragia Family','Dry Creek Valley','California','Gino''s Vineyard',2007,28,88,544,'now' +483,'Zinfandel','Artezin','Amador-Mendocino-Sonoma Counties','California','Zinfandel',2008,18,87,5856,'now' +484,'Zinfandel','Bradford Mountain','Dry Creek Valley','California','Zinfandel',2006,22,87,1900,'now' +485,'Zinfandel','Cline','Contra Costa County','California','Bridgehead',2008,25,87,850,'now' +486,'Zinfandel','Dancing Lady','Alexander Valley','California','Old vine Della Costa Family Vineyard',2008,24,87,358,'now' +487,'Zinfandel','Mauritson','Dry Creek Valley','California','Zinfandel',2008,27,87,1457,'now' +488,'Zinfandel','Neyers','Contra Costa County','California','Pato Vineyard',2008,30,87,1200,'now' +489,'Zinfandel','Rosenblum','Sonoma County','California','Zinfandel',2007,18,87,5297,'now' +490,'Zinfandel','Rosenblum','Sonoma Valley','California','Cullinane Reserve',2007,45,87,238,'now' +491,'Zinfandel','Rubicon Estate','Rutherford','California','Edizione Pennino',2007,45,87,2499,'now' +492,'Zinfandel','Sebastiani','Dry Creek Valley','California','Zinfandel',2008,24,87,1284,'now' +493,'Zinfandel','Pedroncelli','Dry Creek Valley','California','Bushnell Vineyard',2007,18,86,3500,'now' +494,'Zinfandel','Sobon Estate','Amador County','California','Old Vines',2008,14,86,6900,'now' +495,'Zinfandel','Cline','California','California','Zinfandel',2008,12,85,97500,'now' +496,'Roussanne','Sine Qua Non','California','California','To the Rescue',2006,100,91,139,'now' +497,'Sangiovese','Altamura','Napa Valley','California','Sangiovese',2006,48,88,1500,'now' +498,'Barbera','Enotria','Mendocino County','California','Barbera',2006,17,87,1100,'now' +499,'Zinfandel','C.G. Di Arle','Shenandoah Valley','California','Primitivo Block #4',2007,25,86,719,'now' +500,'Chardonnay','Acacia','California','California','A by Acacia',2008,11,81,NULL,'now' diff --git a/test_database/wine_1/link.txt b/test_database/wine_1/link.txt new file mode 100644 index 0000000000000000000000000000000000000000..94c167197fe075c59a0eb4db5c0ce5bf25f766e7 --- /dev/null +++ b/test_database/wine_1/link.txt @@ -0,0 +1 @@ +http://users.csc.calpoly.edu/~dekhtyar/365-Spring2017/index.html \ No newline at end of file diff --git a/test_database/wine_1/q.txt b/test_database/wine_1/q.txt new file mode 100644 index 0000000000000000000000000000000000000000..6503b566ebb9070eef797cea218a39fcc63ba7b6 --- /dev/null +++ b/test_database/wine_1/q.txt @@ -0,0 +1,25 @@ +List all AVAs located in Monterey county. Output just the names of the AVA appellations + +List all white grape varieties for which at least one wine of the 2008 vintage is rated at 90 points or above in the database. + +List all Sonoma county appellations for which the database contains at least one rating for a ’Grenache’. For each appellation list its name and county. + +List all vintage years in which at least one Zinfandel from Sonoma County (any appellation) scored above 92. + +A case of wine is 12 bottles. For each Carlisle (name of the winery) Syrah compute the total revenue assuming that all the wine sold at the specified price. + +Find the total revenue from all red wines made by Kosta Browne. + +Find the average number of cases of a Pinor Noir produced from grapes sourced from the Central Coast. + +For each year, report the total number of red Sonoma County wines whose scores are 90 or above. + +Find the most popular red grape (i.e., the grape that is used to make the largest number of white wines) in San Luis Obispo County. + +Report the grape with the largest number of high-ranked wines (wines ranked 93 or higher). + +Report the appellation responsible for the largest number of high-ranked wines (score of 93 and above). Report just the name of the appellation. + +Find if there are any 2008 Zinfandels that scored better than all 2007 Grenaches. Report winery, wine name, score and price. + +Find how many cases were produced of the most expensive red wine from Napa county. diff --git a/test_database/wine_1/wine_1.sql b/test_database/wine_1/wine_1.sql new file mode 100644 index 0000000000000000000000000000000000000000..f4d90f266f4abb52bc2d0557da580a8d6194ccf0 --- /dev/null +++ b/test_database/wine_1/wine_1.sql @@ -0,0 +1,30 @@ +CREATE TABLE "grapes" ( + "ID" INTEGER PRIMARY KEY, + "Grape" TEXT UNIQUE, + "Color" TEXT +); + +CREATE TABLE "appellations" ( + "No" INTEGER PRIMARY KEY, + "Appelation" TEXT UNIQUE, + "County" TEXT, + "State" TEXT, + "Area" TEXT, + "isAVA" TEXT +); + +CREATE TABLE "wine" ( + "No" INTEGER, + "Grape" TEXT, + "Winery" TEXT, + "Appelation" TEXT, + "State" TEXT, + "Name" TEXT, + "Year" INTEGER, + "Price" INTEGER, + "Score" INTEGER, + "Cases" INTEGER, + "Drink" TEXT, + FOREIGN KEY (Grape) REFERENCES grapes(Grape), + FOREIGN KEY (Appelation) REFERENCES appellations(Appelation) +); diff --git a/test_database/wine_1/wine_1.sqlite b/test_database/wine_1/wine_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..350dba76febe876d918831e8a83608a940dbe695 Binary files /dev/null and b/test_database/wine_1/wine_1.sqlite differ diff --git a/test_database/world_1/world_1.json b/test_database/world_1/world_1.json new file mode 100644 index 0000000000000000000000000000000000000000..9d2146fa6e826436f0e4ec8520d15439a10f0787 --- /dev/null +++ b/test_database/world_1/world_1.json @@ -0,0 +1,230 @@ +[ + { + "col_data": [ + { + "column_name": "ID", + "data_type": "integer", + "default_column_name": "ID", + "default_value": null, + "not_null": 1, + "primary_key": 1 + }, + { + "column_name": "Name", + "data_type": "char(35)", + "default_column_name": "Name", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "CountryCode", + "data_type": "char(3)", + "default_column_name": "CountryCode", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "District", + "data_type": "char(20)", + "default_column_name": "District", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "Population", + "data_type": "integer", + "default_column_name": "Population", + "default_value": "'0'", + "not_null": 1, + "primary_key": 0 + } + ], + "table": "city" + }, + { + "col_data": [ + { + "column_name": "name", + "data_type": "", + "default_column_name": "name", + "default_value": null, + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "seq", + "data_type": "", + "default_column_name": "seq", + "default_value": null, + "not_null": 0, + "primary_key": 0 + } + ], + "table": "sqlite_sequence" + }, + { + "col_data": [ + { + "column_name": "Code", + "data_type": "char(3)", + "default_column_name": "Code", + "default_value": "''", + "not_null": 1, + "primary_key": 1 + }, + { + "column_name": "Name", + "data_type": "char(52)", + "default_column_name": "Name", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "Continent", + "data_type": "text", + "default_column_name": "Continent", + "default_value": "'Asia'", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "Region", + "data_type": "char(26)", + "default_column_name": "Region", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "SurfaceArea", + "data_type": "float(10,2)", + "default_column_name": "SurfaceArea", + "default_value": "'0.00'", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "IndepYear", + "data_type": "integer", + "default_column_name": "IndepYear", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Population", + "data_type": "integer", + "default_column_name": "Population", + "default_value": "'0'", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "LifeExpectancy", + "data_type": "float(3,1)", + "default_column_name": "LifeExpectancy", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "GNP", + "data_type": "float(10,2)", + "default_column_name": "GNP", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "GNPOld", + "data_type": "float(10,2)", + "default_column_name": "GNPOld", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "LocalName", + "data_type": "char(45)", + "default_column_name": "LocalName", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "GovernmentForm", + "data_type": "char(45)", + "default_column_name": "GovernmentForm", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "HeadOfState", + "data_type": "char(60)", + "default_column_name": "HeadOfState", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Capital", + "data_type": "integer", + "default_column_name": "Capital", + "default_value": "NULL", + "not_null": 0, + "primary_key": 0 + }, + { + "column_name": "Code2", + "data_type": "char(2)", + "default_column_name": "Code2", + "default_value": "''", + "not_null": 1, + "primary_key": 0 + } + ], + "table": "country" + }, + { + "col_data": [ + { + "column_name": "CountryCode", + "data_type": "char(3)", + "default_column_name": "CountryCode", + "default_value": "''", + "not_null": 1, + "primary_key": 1 + }, + { + "column_name": "Language", + "data_type": "char(30)", + "default_column_name": "Language", + "default_value": "''", + "not_null": 1, + "primary_key": 2 + }, + { + "column_name": "IsOfficial", + "data_type": "text", + "default_column_name": "IsOfficial", + "default_value": "'F'", + "not_null": 1, + "primary_key": 0 + }, + { + "column_name": "Percentage", + "data_type": "float(4,1)", + "default_column_name": "Percentage", + "default_value": "'0.0'", + "not_null": 1, + "primary_key": 0 + } + ], + "table": "countrylanguage" + } +] \ No newline at end of file diff --git a/test_database/world_1/world_1.sqlite b/test_database/world_1/world_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..2c7c7d6ef6f8c99e82de67ea4357ea76479317af Binary files /dev/null and b/test_database/world_1/world_1.sqlite differ diff --git a/test_database/wta_1/wta_1.sql b/test_database/wta_1/wta_1.sql new file mode 100644 index 0000000000000000000000000000000000000000..23f22277f0a542b0e3a4e32c708741d7137bd356 --- /dev/null +++ b/test_database/wta_1/wta_1.sql @@ -0,0 +1,110 @@ +CRloser_rank_pointsEATE TABLE players( + "player_id" INT PRIMARY KEY, + "first_name" TEXT, + "last_name" TEXT, + "hand" TEXT, + "birth_date" DATE, + "country_code" TEXT +); +CREATE TABLE matches( + "best_of" INT, + "draw_size" INT, + "loser_age" FLOAT, + "loser_entry" TEXT, + "loser_hand" TEXT, + "loser_ht" INT, + "loser_id" INT, + "loser_ioc" TEXT, + "loser_name" TEXT, + "loser_rank" INT, + "loser_rank_points" INT, + "loser_seed" INT, + "match_num" INT, + "minutes" INT, + "round" TEXT, + "score" TEXT, + "surface" TEXT, + "tourney_date" DATE, + "tourney_id" TEXT, + "tourney_level" TEXT, + "tourney_name" TEXT, + "winner_age" FLOAT, + "winner_entry" TEXT, + "winner_hand" TEXT, + "winner_ht" INT, + "winner_id" INT, + "winner_ioc" TEXT, + "winner_name" TEXT, + "winner_rank" INT, + "winner_rank_points" INT, + "winner_seed" INT, + "year" INT, + FOREIGN KEY(loser_id) REFERENCES players(player_id), + FOREIGN KEY(winner_id) REFERENCES players(player_id) +); + + + +CREATE TABLE qualifying_matches( + "best_of" INT, + "draw_size" INT, + "l_1stIn" TEXT, + "l_1stWon" TEXT, + "l_2ndWon" TEXT, + "l_SvGms" TEXT, + "l_ace" TEXT, + "l_bpFaced" TEXT, + "l_bpSaved" TEXT, + "l_df" TEXT, + "l_svpt" TEXT, + "loser_age" FLOAT, + "loser_entry" TEXT, + "loser_hand" TEXT, + "loser_ht" INT, + "loser_id" INT, + "loser_ioc" TEXT, + "loser_name" TEXT, + "loser_rank" INT, + "loser_rank_points" INT, + "loser_seed" INT, + "match_num" INT, + "minutes" INT, + "round" TEXT, + "score" TEXT, + "surface" TEXT, + "tourney_date" DATE, + "tourney_id" TEXT, + "tourney_level" TEXT, + "tourney_name" TEXT, + "w_1stIn" TEXT, + "w_1stWon" TEXT, + "w_2ndWon" TEXT, + "w_SvGms" TEXT, + "w_ace" TEXT, + "w_bpFaced" TEXT, + "w_bpSaved" TEXT, + "w_df" TEXT, + "w_svpt" TEXT, + "winner_age" FLOAT, + "winner_entry" TEXT, + "winner_hand" TEXT, + "winner_ht" INT, + "winner_id" INT, + "winner_ioc" TEXT, + "winner_name" TEXT, + "winner_rank" INT, + "winner_rank_points" INT, + "winner_seed" INT, + "year" INT, + FOREIGN KEY(loser_id) REFERENCES players(player_id), + FOREIGN KEY(winner_id) REFERENCES players(player_id) +); + +CREATE TABLE rankings( + "ranking_date" DATE, + "ranking" INT, + "player_id" INT, + "ranking_points" INT, + "tours" INT, + FOREIGN KEY(player_id) REFERENCES players(player_id) +); diff --git a/test_database/wta_1/wta_1.sqlite b/test_database/wta_1/wta_1.sqlite new file mode 100644 index 0000000000000000000000000000000000000000..b95456566add60d50eed6b3eb2710e6952a024ce --- /dev/null +++ b/test_database/wta_1/wta_1.sqlite @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f20747456d7748674b4f05432f3de96446ced95b8bd5a6fd01284f6c28f727c +size 104738816 diff --git a/train_gold.sql b/train_gold.sql new file mode 100644 index 0000000000000000000000000000000000000000..ec16e65373b6a39366b1e0a9dc19f61bec19479c --- /dev/null +++ b/train_gold.sql @@ -0,0 +1,8659 @@ +SELECT count(*) FROM head WHERE age > 56 department_management +SELECT name , born_state , age FROM head ORDER BY age department_management +SELECT creation , name , budget_in_billions FROM department department_management +SELECT max(budget_in_billions) , min(budget_in_billions) FROM department department_management +SELECT avg(num_employees) FROM department WHERE ranking BETWEEN 10 AND 15 department_management +SELECT name FROM head WHERE born_state != 'California' department_management +SELECT DISTINCT T1.creation FROM department AS T1 JOIN management AS T2 ON T1.department_id = T2.department_id JOIN head AS T3 ON T2.head_id = T3.head_id WHERE T3.born_state = 'Alabama' department_management +SELECT born_state FROM head GROUP BY born_state HAVING count(*) >= 3 department_management +SELECT creation FROM department GROUP BY creation ORDER BY count(*) DESC LIMIT 1 department_management +SELECT T1.name , T1.num_employees FROM department AS T1 JOIN management AS T2 ON T1.department_id = T2.department_id WHERE T2.temporary_acting = 'Yes' department_management +SELECT count(DISTINCT temporary_acting) FROM management department_management +SELECT count(*) FROM department WHERE department_id NOT IN (SELECT department_id FROM management); department_management +SELECT DISTINCT T1.age FROM management AS T2 JOIN head AS T1 ON T1.head_id = T2.head_id WHERE T2.temporary_acting = 'Yes' department_management +SELECT T3.born_state FROM department AS T1 JOIN management AS T2 ON T1.department_id = T2.department_id JOIN head AS T3 ON T2.head_id = T3.head_id WHERE T1.name = 'Treasury' INTERSECT SELECT T3.born_state FROM department AS T1 JOIN management AS T2 ON T1.department_id = T2.department_id JOIN head AS T3 ON T2.head_id = T3.head_id WHERE T1.name = 'Homeland Security' department_management +SELECT T1.department_id , T1.name , count(*) FROM management AS T2 JOIN department AS T1 ON T1.department_id = T2.department_id GROUP BY T1.department_id HAVING count(*) > 1 department_management +SELECT head_id , name FROM head WHERE name LIKE '%Ha%' department_management +SELECT count(*) FROM farm farm +SELECT count(*) FROM farm farm +SELECT Total_Horses FROM farm ORDER BY Total_Horses ASC farm +SELECT Total_Horses FROM farm ORDER BY Total_Horses ASC farm +SELECT Hosts FROM farm_competition WHERE Theme != 'Aliens' farm +SELECT Hosts FROM farm_competition WHERE Theme != 'Aliens' farm +SELECT Theme FROM farm_competition ORDER BY YEAR ASC farm +SELECT Theme FROM farm_competition ORDER BY YEAR ASC farm +SELECT avg(Working_Horses) FROM farm WHERE Total_Horses > 5000 farm +SELECT avg(Working_Horses) FROM farm WHERE Total_Horses > 5000 farm +SELECT max(Cows) , min(Cows) FROM farm farm +SELECT max(Cows) , min(Cows) FROM farm farm +SELECT count(DISTINCT Status) FROM city farm +SELECT count(DISTINCT Status) FROM city farm +SELECT Official_Name FROM city ORDER BY Population DESC farm +SELECT Official_Name FROM city ORDER BY Population DESC farm +SELECT Official_Name , Status FROM city ORDER BY Population DESC LIMIT 1 farm +SELECT Official_Name , Status FROM city ORDER BY Population DESC LIMIT 1 farm +SELECT T2.Year , T1.Official_Name FROM city AS T1 JOIN farm_competition AS T2 ON T1.City_ID = T2.Host_city_ID farm +SELECT T2.Year , T1.Official_Name FROM city AS T1 JOIN farm_competition AS T2 ON T1.City_ID = T2.Host_city_ID farm +SELECT T1.Official_Name FROM city AS T1 JOIN farm_competition AS T2 ON T1.City_ID = T2.Host_city_ID GROUP BY T2.Host_city_ID HAVING COUNT(*) > 1 farm +SELECT T1.Official_Name FROM city AS T1 JOIN farm_competition AS T2 ON T1.City_ID = T2.Host_city_ID GROUP BY T2.Host_city_ID HAVING COUNT(*) > 1 farm +SELECT T1.Status FROM city AS T1 JOIN farm_competition AS T2 ON T1.City_ID = T2.Host_city_ID GROUP BY T2.Host_city_ID ORDER BY COUNT(*) DESC LIMIT 1 farm +SELECT T1.Status FROM city AS T1 JOIN farm_competition AS T2 ON T1.City_ID = T2.Host_city_ID GROUP BY T2.Host_city_ID ORDER BY COUNT(*) DESC LIMIT 1 farm +SELECT T2.Theme FROM city AS T1 JOIN farm_competition AS T2 ON T1.City_ID = T2.Host_city_ID WHERE T1.Population > 1000 farm +SELECT T2.Theme FROM city AS T1 JOIN farm_competition AS T2 ON T1.City_ID = T2.Host_city_ID WHERE T1.Population > 1000 farm +SELECT Status , avg(Population) FROM city GROUP BY Status farm +SELECT Status , avg(Population) FROM city GROUP BY Status farm +SELECT Status FROM city GROUP BY Status ORDER BY COUNT(*) ASC farm +SELECT Status FROM city GROUP BY Status ORDER BY COUNT(*) ASC farm +SELECT Status FROM city GROUP BY Status ORDER BY COUNT(*) DESC LIMIT 1 farm +SELECT Status FROM city GROUP BY Status ORDER BY COUNT(*) DESC LIMIT 1 farm +SELECT Official_Name FROM city WHERE City_ID NOT IN (SELECT Host_city_ID FROM farm_competition) farm +SELECT Official_Name FROM city WHERE City_ID NOT IN (SELECT Host_city_ID FROM farm_competition) farm +SELECT Status FROM city WHERE Population > 1500 INTERSECT SELECT Status FROM city WHERE Population < 500 farm +SELECT Status FROM city WHERE Population > 1500 INTERSECT SELECT Status FROM city WHERE Population < 500 farm +SELECT Official_Name FROM city WHERE Population > 1500 OR Population < 500 farm +SELECT Official_Name FROM city WHERE Population > 1500 OR Population < 500 farm +SELECT Census_Ranking FROM city WHERE Status != "Village" farm +SELECT Census_Ranking FROM city WHERE Status != "Village" farm +SELECT T1.course_name FROM courses AS T1 JOIN student_course_registrations AS T2 ON T1.course_id = T2.course_Id GROUP BY T1.course_id ORDER BY count(*) DESC LIMIT 1 student_assessment +SELECT T1.course_name FROM courses AS T1 JOIN student_course_registrations AS T2 ON T1.course_id = T2.course_Id GROUP BY T1.course_id ORDER BY count(*) DESC LIMIT 1 student_assessment +SELECT student_id FROM student_course_registrations GROUP BY student_id ORDER BY count(*) LIMIT 1 student_assessment +SELECT student_id FROM student_course_registrations GROUP BY student_id ORDER BY count(*) LIMIT 1 student_assessment +SELECT T2.first_name , T2.last_name FROM candidates AS T1 JOIN people AS T2 ON T1.candidate_id = T2.person_id student_assessment +SELECT T2.first_name , T2.last_name FROM candidates AS T1 JOIN people AS T2 ON T1.candidate_id = T2.person_id student_assessment +SELECT student_id FROM students WHERE student_id NOT IN (SELECT student_id FROM student_course_attendance) student_assessment +SELECT student_id FROM students WHERE student_id NOT IN (SELECT student_id FROM student_course_attendance) student_assessment +SELECT student_id FROM student_course_attendance student_assessment +SELECT student_id FROM student_course_attendance student_assessment +SELECT T1.student_id , T2.course_name FROM student_course_registrations AS T1 JOIN courses AS T2 ON T1.course_id = T2.course_id student_assessment +SELECT T2.student_details FROM student_course_registrations AS T1 JOIN students AS T2 ON T1.student_id = T2.student_id ORDER BY T1.registration_date DESC LIMIT 1 student_assessment +SELECT T2.student_details FROM student_course_registrations AS T1 JOIN students AS T2 ON T1.student_id = T2.student_id ORDER BY T1.registration_date DESC LIMIT 1 student_assessment +SELECT count(*) FROM courses AS T1 JOIN student_course_attendance AS T2 ON T1.course_id = T2.course_id WHERE T1.course_name = "English" student_assessment +SELECT count(*) FROM courses AS T1 JOIN student_course_attendance AS T2 ON T1.course_id = T2.course_id WHERE T1.course_name = "English" student_assessment +SELECT count(*) FROM courses AS T1 JOIN student_course_attendance AS T2 ON T1.course_id = T2.course_id WHERE T2.student_id = 171 student_assessment +SELECT count(*) FROM courses AS T1 JOIN student_course_attendance AS T2 ON T1.course_id = T2.course_id WHERE T2.student_id = 171 student_assessment +SELECT T2.candidate_id FROM people AS T1 JOIN candidates AS T2 ON T1.person_id = T2.candidate_id WHERE T1.email_address = "stanley.monahan@example.org" student_assessment +SELECT T2.candidate_id FROM people AS T1 JOIN candidates AS T2 ON T1.person_id = T2.candidate_id WHERE T1.email_address = "stanley.monahan@example.org" student_assessment +SELECT candidate_id FROM candidate_assessments ORDER BY assessment_date DESC LIMIT 1 student_assessment +SELECT candidate_id FROM candidate_assessments ORDER BY assessment_date DESC LIMIT 1 student_assessment +SELECT T1.student_details FROM students AS T1 JOIN student_course_registrations AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1 student_assessment +SELECT T1.student_details FROM students AS T1 JOIN student_course_registrations AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1 student_assessment +SELECT T1.student_id , count(*) FROM students AS T1 JOIN student_course_registrations AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id student_assessment +SELECT T1.student_id , count(*) FROM students AS T1 JOIN student_course_registrations AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id student_assessment +SELECT T3.course_name , count(*) FROM students AS T1 JOIN student_course_registrations AS T2 ON T1.student_id = T2.student_id JOIN courses AS T3 ON T2.course_id = T3.course_id GROUP BY T2.course_id student_assessment +SELECT T3.course_name , count(*) FROM students AS T1 JOIN student_course_registrations AS T2 ON T1.student_id = T2.student_id JOIN courses AS T3 ON T2.course_id = T3.course_id GROUP BY T2.course_id student_assessment +SELECT candidate_id FROM candidate_assessments WHERE asessment_outcome_code = "Pass" student_assessment +SELECT candidate_id FROM candidate_assessments WHERE asessment_outcome_code = "Pass" student_assessment +SELECT T3.cell_mobile_number FROM candidates AS T1 JOIN candidate_assessments AS T2 ON T1.candidate_id = T2.candidate_id JOIN people AS T3 ON T1.candidate_id = T3.person_id WHERE T2.asessment_outcome_code = "Fail" student_assessment +SELECT T3.cell_mobile_number FROM candidates AS T1 JOIN candidate_assessments AS T2 ON T1.candidate_id = T2.candidate_id JOIN people AS T3 ON T1.candidate_id = T3.person_id WHERE T2.asessment_outcome_code = "Fail" student_assessment +SELECT student_id FROM student_course_attendance WHERE course_id = 301 student_assessment +SELECT student_id FROM student_course_attendance WHERE course_id = 301 student_assessment +SELECT student_id FROM student_course_attendance WHERE course_id = 301 ORDER BY date_of_attendance DESC LIMIT 1 student_assessment +SELECT student_id FROM student_course_attendance WHERE course_id = 301 ORDER BY date_of_attendance DESC LIMIT 1 student_assessment +SELECT DISTINCT T1.city FROM addresses AS T1 JOIN people_addresses AS T2 ON T1.address_id = T2.address_id student_assessment +SELECT DISTINCT T1.city FROM addresses AS T1 JOIN people_addresses AS T2 ON T1.address_id = T2.address_id student_assessment +SELECT DISTINCT T1.city FROM addresses AS T1 JOIN people_addresses AS T2 ON T1.address_id = T2.address_id JOIN students AS T3 ON T2.person_id = T3.student_id student_assessment +SELECT DISTINCT T1.city FROM addresses AS T1 JOIN people_addresses AS T2 ON T1.address_id = T2.address_id JOIN students AS T3 ON T2.person_id = T3.student_id student_assessment +SELECT course_name FROM courses ORDER BY course_name student_assessment +SELECT course_name FROM courses ORDER BY course_name student_assessment +SELECT first_name FROM people ORDER BY first_name student_assessment +SELECT first_name FROM people ORDER BY first_name student_assessment +SELECT student_id FROM student_course_registrations UNION SELECT student_id FROM student_course_attendance student_assessment +SELECT student_id FROM student_course_registrations UNION SELECT student_id FROM student_course_attendance student_assessment +SELECT course_id FROM student_course_registrations WHERE student_id = 121 UNION SELECT course_id FROM student_course_attendance WHERE student_id = 121 student_assessment +SELECT course_id FROM student_course_registrations WHERE student_id = 121 UNION SELECT course_id FROM student_course_attendance WHERE student_id = 121 student_assessment +SELECT * FROM student_course_registrations WHERE student_id NOT IN (SELECT student_id FROM student_course_attendance) student_assessment +SELECT * FROM student_course_registrations WHERE student_id NOT IN (SELECT student_id FROM student_course_attendance) student_assessment +SELECT T2.student_id FROM courses AS T1 JOIN student_course_registrations AS T2 ON T1.course_id = T2.course_id WHERE T1.course_name = "statistics" ORDER BY T2.registration_date student_assessment +SELECT T2.student_id FROM courses AS T1 JOIN student_course_registrations AS T2 ON T1.course_id = T2.course_id WHERE T1.course_name = "statistics" ORDER BY T2.registration_date student_assessment +SELECT T2.student_id FROM courses AS T1 JOIN student_course_attendance AS T2 ON T1.course_id = T2.course_id WHERE T1.course_name = "statistics" ORDER BY T2.date_of_attendance student_assessment +SELECT T2.student_id FROM courses AS T1 JOIN student_course_attendance AS T2 ON T1.course_id = T2.course_id WHERE T1.course_name = "statistics" ORDER BY T2.date_of_attendance student_assessment +SELECT date FROM weather WHERE max_temperature_f > 85 bike_1 +SELECT date FROM weather WHERE max_temperature_f > 85 bike_1 +SELECT name FROM station WHERE lat < 37.5 bike_1 +SELECT name FROM station WHERE lat < 37.5 bike_1 +SELECT city , max(lat) FROM station GROUP BY city bike_1 +SELECT city , max(lat) FROM station GROUP BY city bike_1 +SELECT start_station_name , end_station_name FROM trip ORDER BY id LIMIT 3 bike_1 +SELECT start_station_name , end_station_name FROM trip ORDER BY id LIMIT 3 bike_1 +SELECT avg(lat) , avg(long) FROM station WHERE city = "San Jose" bike_1 +SELECT avg(lat) , avg(long) FROM station WHERE city = "San Jose" bike_1 +SELECT id FROM trip ORDER BY duration LIMIT 1 bike_1 +SELECT id FROM trip ORDER BY duration LIMIT 1 bike_1 +SELECT sum(duration) , max(duration) FROM trip WHERE bike_id = 636 bike_1 +SELECT sum(duration) , max(duration) FROM trip WHERE bike_id = 636 bike_1 +SELECT zip_code , avg(mean_temperature_f) FROM weather WHERE date LIKE "8/%" GROUP BY zip_code bike_1 +SELECT zip_code , avg(mean_temperature_f) FROM weather WHERE date LIKE "8/%" GROUP BY zip_code bike_1 +SELECT count(DISTINCT bike_id) FROM trip bike_1 +SELECT count(DISTINCT bike_id) FROM trip bike_1 +SELECT count(DISTINCT city) FROM station bike_1 +SELECT count(DISTINCT city) FROM station bike_1 +SELECT COUNT(*) FROM station WHERE city = "Mountain View" bike_1 +SELECT COUNT(*) FROM station WHERE city = "Mountain View" bike_1 +SELECT DISTINCT T1.name FROM station AS T1 JOIN status AS T2 ON T1.id = T2.station_id WHERE T2.bikes_available = 7 bike_1 +SELECT DISTINCT T1.name FROM station AS T1 JOIN status AS T2 ON T1.id = T2.station_id WHERE T2.bikes_available = 7 bike_1 +SELECT start_station_name , start_station_id FROM trip WHERE start_date LIKE "8/%" GROUP BY start_station_name ORDER BY COUNT(*) DESC LIMIT 1 bike_1 +SELECT start_station_name , start_station_id FROM trip WHERE start_date LIKE "8/%" GROUP BY start_station_name ORDER BY COUNT(*) DESC LIMIT 1 bike_1 +SELECT bike_id FROM trip WHERE zip_code = 94002 GROUP BY bike_id ORDER BY COUNT(*) DESC LIMIT 1 bike_1 +SELECT bike_id FROM trip WHERE zip_code = 94002 GROUP BY bike_id ORDER BY COUNT(*) DESC LIMIT 1 bike_1 +SELECT COUNT(*) FROM weather WHERE mean_humidity > 50 AND mean_visibility_miles > 8 bike_1 +SELECT COUNT(*) FROM weather WHERE mean_humidity > 50 AND mean_visibility_miles > 8 bike_1 +SELECT T1.lat , T1.long , T1.city FROM station AS T1 JOIN trip AS T2 ON T1.id = T2.start_station_id ORDER BY T2.duration LIMIT 1 bike_1 +SELECT T1.lat , T1.long , T1.city FROM station AS T1 JOIN trip AS T2 ON T1.id = T2.start_station_id ORDER BY T2.duration LIMIT 1 bike_1 +SELECT id FROM station WHERE city = "San Francisco" INTERSECT SELECT station_id FROM status GROUP BY station_id HAVING avg(bikes_available) > 10 bike_1 +SELECT id FROM station WHERE city = "San Francisco" INTERSECT SELECT station_id FROM status GROUP BY station_id HAVING avg(bikes_available) > 10 bike_1 +SELECT T1.name , T1.id FROM station AS T1 JOIN status AS T2 ON T1.id = T2.station_id GROUP BY T2.station_id HAVING avg(T2.bikes_available) > 14 UNION SELECT name , id FROM station WHERE installation_date LIKE "12/%" bike_1 +SELECT T1.name , T1.id FROM station AS T1 JOIN status AS T2 ON T1.id = T2.station_id GROUP BY T2.station_id HAVING avg(T2.bikes_available) > 14 UNION SELECT name , id FROM station WHERE installation_date LIKE "12/%" bike_1 +SELECT cloud_cover FROM weather WHERE zip_code = 94107 GROUP BY cloud_cover ORDER BY COUNT (*) DESC LIMIT 3 bike_1 +SELECT cloud_cover FROM weather WHERE zip_code = 94107 GROUP BY cloud_cover ORDER BY COUNT (*) DESC LIMIT 3 bike_1 +SELECT zip_code FROM weather GROUP BY zip_code ORDER BY avg(mean_sea_level_pressure_inches) LIMIT 1 bike_1 +SELECT zip_code FROM weather GROUP BY zip_code ORDER BY avg(mean_sea_level_pressure_inches) LIMIT 1 bike_1 +SELECT avg(bikes_available) FROM status WHERE station_id NOT IN (SELECT id FROM station WHERE city = "Palo Alto") bike_1 +SELECT avg(bikes_available) FROM status WHERE station_id NOT IN (SELECT id FROM station WHERE city = "Palo Alto") bike_1 +SELECT avg(long) FROM station WHERE id NOT IN (SELECT station_id FROM status GROUP BY station_id HAVING max(bikes_available) > 10) bike_1 +SELECT avg(long) FROM station WHERE id NOT IN (SELECT station_id FROM status GROUP BY station_id HAVING max(bikes_available) > 10) bike_1 +SELECT date , zip_code FROM weather WHERE max_temperature_f >= 80 bike_1 +SELECT date , zip_code FROM weather WHERE max_temperature_f >= 80 bike_1 +SELECT T1.id FROM trip AS T1 JOIN weather AS T2 ON T1.zip_code = T2.zip_code GROUP BY T2.zip_code HAVING avg(T2.mean_temperature_f) > 60 bike_1 +SELECT T1.id FROM trip AS T1 JOIN weather AS T2 ON T1.zip_code = T2.zip_code GROUP BY T2.zip_code HAVING avg(T2.mean_temperature_f) > 60 bike_1 +SELECT zip_code , count(*) FROM weather WHERE max_wind_Speed_mph >= 25 GROUP BY zip_code bike_1 +SELECT zip_code , count(*) FROM weather WHERE max_wind_Speed_mph >= 25 GROUP BY zip_code bike_1 +SELECT date , zip_code FROM weather WHERE min_dew_point_f < (SELECT min(min_dew_point_f) FROM weather WHERE zip_code = 94107) bike_1 +SELECT date , zip_code FROM weather WHERE min_dew_point_f < (SELECT min(min_dew_point_f) FROM weather WHERE zip_code = 94107) bike_1 +SELECT T1.id , T2.installation_date FROM trip AS T1 JOIN station AS T2 ON T1.end_station_id = T2.id bike_1 +SELECT T1.id , T2.installation_date FROM trip AS T1 JOIN station AS T2 ON T1.end_station_id = T2.id bike_1 +SELECT T1.id FROM trip AS T1 JOIN station AS T2 ON T1.start_station_id = T2.id ORDER BY T2.dock_count DESC LIMIT 1 bike_1 +SELECT T1.id FROM trip AS T1 JOIN station AS T2 ON T1.start_station_id = T2.id ORDER BY T2.dock_count DESC LIMIT 1 bike_1 +SELECT count(*) FROM trip AS T1 JOIN station AS T2 ON T1.end_station_id = T2.id WHERE T2.city != "San Francisco" bike_1 +SELECT count(*) FROM trip AS T1 JOIN station AS T2 ON T1.end_station_id = T2.id WHERE T2.city != "San Francisco" bike_1 +SELECT date FROM weather WHERE zip_code = 94107 AND EVENTS != "Fog" AND EVENTS != "Rain" bike_1 +SELECT date FROM weather WHERE zip_code = 94107 AND EVENTS != "Fog" AND EVENTS != "Rain" bike_1 +SELECT id FROM station WHERE lat > 37.4 EXCEPT SELECT station_id FROM status GROUP BY station_id HAVING min(bikes_available) < 7 bike_1 +SELECT id FROM station WHERE lat > 37.4 EXCEPT SELECT station_id FROM status GROUP BY station_id HAVING min(bikes_available) < 7 bike_1 +SELECT T1.name FROM station AS T1 JOIN status AS T2 ON T1.id = T2.station_id GROUP BY T2.station_id HAVING avg(bikes_available) > 10 EXCEPT SELECT name FROM station WHERE city = "San Jose" bike_1 +SELECT T1.name FROM station AS T1 JOIN status AS T2 ON T1.id = T2.station_id GROUP BY T2.station_id HAVING avg(bikes_available) > 10 EXCEPT SELECT name FROM station WHERE city = "San Jose" bike_1 +SELECT name , lat , city FROM station ORDER BY lat LIMIT 1 bike_1 +SELECT name , lat , city FROM station ORDER BY lat LIMIT 1 bike_1 +SELECT date , mean_temperature_f , mean_humidity FROM weather ORDER BY max_gust_speed_mph DESC LIMIT 3 bike_1 +SELECT date , mean_temperature_f , mean_humidity FROM weather ORDER BY max_gust_speed_mph DESC LIMIT 3 bike_1 +SELECT city , COUNT(*) FROM station GROUP BY city HAVING COUNT(*) >= 15 bike_1 +SELECT city , COUNT(*) FROM station GROUP BY city HAVING COUNT(*) >= 15 bike_1 +SELECT start_station_id , start_station_name FROM trip GROUP BY start_station_name HAVING COUNT(*) >= 200 bike_1 +SELECT start_station_id , start_station_name FROM trip GROUP BY start_station_name HAVING COUNT(*) >= 200 bike_1 +SELECT zip_code FROM weather GROUP BY zip_code HAVING avg(mean_visibility_miles) < 10 bike_1 +SELECT zip_code FROM weather GROUP BY zip_code HAVING avg(mean_visibility_miles) < 10 bike_1 +SELECT city FROM station GROUP BY city ORDER BY max(lat) DESC bike_1 +SELECT city FROM station GROUP BY city ORDER BY max(lat) DESC bike_1 +SELECT date , cloud_cover FROM weather ORDER BY cloud_cover DESC LIMIT 5 bike_1 +SELECT date , cloud_cover FROM weather ORDER BY cloud_cover DESC LIMIT 5 bike_1 +SELECT id , duration FROM trip ORDER BY duration DESC LIMIT 3 bike_1 +SELECT id , duration FROM trip ORDER BY duration DESC LIMIT 3 bike_1 +SELECT T1.name , T1.long , avg(T2.duration) FROM station AS T1 JOIN trip AS T2 ON T1.id = T2.start_station_id GROUP BY T2.start_station_id bike_1 +SELECT T1.name , T1.long , avg(T2.duration) FROM station AS T1 JOIN trip AS T2 ON T1.id = T2.start_station_id GROUP BY T2.start_station_id bike_1 +SELECT T1.name , T1.lat , min(T2.duration) FROM station AS T1 JOIN trip AS T2 ON T1.id = T2.end_station_id GROUP BY T2.end_station_id bike_1 +SELECT T1.name , T1.lat , min(T2.duration) FROM station AS T1 JOIN trip AS T2 ON T1.id = T2.end_station_id GROUP BY T2.end_station_id bike_1 +SELECT DISTINCT start_station_name FROM trip WHERE duration < 100 bike_1 +SELECT DISTINCT start_station_name FROM trip WHERE duration < 100 bike_1 +SELECT DISTINCT zip_code FROM weather EXCEPT SELECT DISTINCT zip_code FROM weather WHERE max_dew_point_f >= 70 bike_1 +SELECT DISTINCT zip_code FROM weather EXCEPT SELECT DISTINCT zip_code FROM weather WHERE max_dew_point_f >= 70 bike_1 +SELECT id FROM trip WHERE duration >= (SELECT avg(duration) FROM trip WHERE zip_code = 94103) bike_1 +SELECT id FROM trip WHERE duration >= (SELECT avg(duration) FROM trip WHERE zip_code = 94103) bike_1 +SELECT date FROM weather WHERE mean_sea_level_pressure_inches BETWEEN 30.3 AND 31 bike_1 +SELECT date FROM weather WHERE mean_sea_level_pressure_inches BETWEEN 30.3 AND 31 bike_1 +SELECT date , max_temperature_f - min_temperature_f FROM weather ORDER BY max_temperature_f - min_temperature_f LIMIT 1 bike_1 +SELECT date , max_temperature_f - min_temperature_f FROM weather ORDER BY max_temperature_f - min_temperature_f LIMIT 1 bike_1 +SELECT DISTINCT T1.id , T1.name FROM station AS T1 JOIN status AS T2 ON T1.id = T2.station_id WHERE T2.bikes_available > 12 bike_1 +SELECT DISTINCT T1.id , T1.name FROM station AS T1 JOIN status AS T2 ON T1.id = T2.station_id WHERE T2.bikes_available > 12 bike_1 +SELECT zip_code FROM weather GROUP BY zip_code HAVING avg(mean_humidity) < 70 INTERSECT SELECT zip_code FROM trip GROUP BY zip_code HAVING count(*) >= 100 bike_1 +SELECT zip_code FROM weather GROUP BY zip_code HAVING avg(mean_humidity) < 70 INTERSECT SELECT zip_code FROM trip GROUP BY zip_code HAVING count(*) >= 100 bike_1 +SELECT name FROM station WHERE city = "Palo Alto" EXCEPT SELECT end_station_name FROM trip GROUP BY end_station_name HAVING count(*) > 100 bike_1 +SELECT name FROM station WHERE city = "Palo Alto" EXCEPT SELECT end_station_name FROM trip GROUP BY end_station_name HAVING count(*) > 100 bike_1 +SELECT count(*) FROM station AS T1 JOIN trip AS T2 JOIN station AS T3 JOIN trip AS T4 ON T1.id = T2.start_station_id AND T2.id = T4.id AND T3.id = T4.end_station_id WHERE T1.city = "Mountain View" AND T3.city = "Palo Alto" bike_1 +SELECT count(*) FROM station AS T1 JOIN trip AS T2 JOIN station AS T3 JOIN trip AS T4 ON T1.id = T2.start_station_id AND T2.id = T4.id AND T3.id = T4.end_station_id WHERE T1.city = "Mountain View" AND T3.city = "Palo Alto" bike_1 +SELECT avg(T1.lat) , avg(T1.long) FROM station AS T1 JOIN trip AS T2 ON T1.id = T2.start_station_id bike_1 +SELECT avg(T1.lat) , avg(T1.long) FROM station AS T1 JOIN trip AS T2 ON T1.id = T2.start_station_id bike_1 +SELECT count(*) FROM book book_2 +SELECT Writer FROM book ORDER BY Writer ASC book_2 +SELECT Title FROM book ORDER BY Issues ASC book_2 +SELECT Title FROM book WHERE Writer != "Elaine Lee" book_2 +SELECT Title , Issues FROM book book_2 +SELECT Publication_Date FROM publication ORDER BY Price DESC book_2 +SELECT DISTINCT Publisher FROM publication WHERE Price > 5000000 book_2 +SELECT Publisher FROM publication ORDER BY Price DESC LIMIT 1 book_2 +SELECT Publication_Date FROM publication ORDER BY Price ASC LIMIT 3 book_2 +SELECT T1.Title , T2.Publication_Date FROM book AS T1 JOIN publication AS T2 ON T1.Book_ID = T2.Book_ID book_2 +SELECT T1.Writer FROM book AS T1 JOIN publication AS T2 ON T1.Book_ID = T2.Book_ID WHERE T2.Price > 4000000 book_2 +SELECT T1.Title FROM book AS T1 JOIN publication AS T2 ON T1.Book_ID = T2.Book_ID ORDER BY T2.Price DESC book_2 +SELECT Publisher FROM publication GROUP BY Publisher HAVING COUNT(*) > 1 book_2 +SELECT Publisher , COUNT(*) FROM publication GROUP BY Publisher book_2 +SELECT Publication_Date FROM publication GROUP BY Publication_Date ORDER BY COUNT(*) DESC LIMIT 1 book_2 +SELECT Writer FROM book GROUP BY Writer HAVING COUNT(*) > 1 book_2 +SELECT Title FROM book WHERE Book_ID NOT IN (SELECT Book_ID FROM publication) book_2 +SELECT Publisher FROM publication WHERE Price > 10000000 INTERSECT SELECT Publisher FROM publication WHERE Price < 5000000 book_2 +SELECT COUNT (DISTINCT Publication_Date) FROM publication book_2 +SELECT COUNT (DISTINCT Publication_Date) FROM publication book_2 +SELECT Price FROM publication WHERE Publisher = "Person" OR Publisher = "Wiley" book_2 +SELECT count(*) FROM actor musical +SELECT count(*) FROM actor musical +SELECT Name FROM actor ORDER BY Name ASC musical +SELECT Name FROM actor ORDER BY Name ASC musical +SELECT Character , Duration FROM actor musical +SELECT Character , Duration FROM actor musical +SELECT Name FROM actor WHERE Age != 20 musical +SELECT Name FROM actor WHERE Age != 20 musical +SELECT Character FROM actor ORDER BY age DESC musical +SELECT Character FROM actor ORDER BY age DESC musical +SELECT Duration FROM actor ORDER BY Age DESC LIMIT 1 musical +SELECT Duration FROM actor ORDER BY Age DESC LIMIT 1 musical +SELECT Name FROM musical WHERE Nominee = "Bob Fosse" musical +SELECT Name FROM musical WHERE Nominee = "Bob Fosse" musical +SELECT DISTINCT Nominee FROM musical WHERE Award != "Tony Award" musical +SELECT DISTINCT Nominee FROM musical WHERE Award != "Tony Award" musical +SELECT T1.Name , T2.Name FROM actor AS T1 JOIN musical AS T2 ON T1.Musical_ID = T2.Musical_ID musical +SELECT T1.Name , T2.Name FROM actor AS T1 JOIN musical AS T2 ON T1.Musical_ID = T2.Musical_ID musical +SELECT T1.Name FROM actor AS T1 JOIN musical AS T2 ON T1.Musical_ID = T2.Musical_ID WHERE T2.Name = "The Phantom of the Opera" musical +SELECT T1.Name FROM actor AS T1 JOIN musical AS T2 ON T1.Musical_ID = T2.Musical_ID WHERE T2.Name = "The Phantom of the Opera" musical +SELECT T1.Name FROM actor AS T1 JOIN musical AS T2 ON T1.Musical_ID = T2.Musical_ID ORDER BY T2.Year DESC musical +SELECT T1.Name FROM actor AS T1 JOIN musical AS T2 ON T1.Musical_ID = T2.Musical_ID ORDER BY T2.Year DESC musical +SELECT T2.Name , COUNT(*) FROM actor AS T1 JOIN musical AS T2 ON T1.Musical_ID = T2.Musical_ID GROUP BY T1.Musical_ID musical +SELECT T2.Name , COUNT(*) FROM actor AS T1 JOIN musical AS T2 ON T1.Musical_ID = T2.Musical_ID GROUP BY T1.Musical_ID musical +SELECT T2.Name FROM actor AS T1 JOIN musical AS T2 ON T1.Musical_ID = T2.Musical_ID GROUP BY T1.Musical_ID HAVING COUNT(*) >= 3 musical +SELECT T2.Name FROM actor AS T1 JOIN musical AS T2 ON T1.Musical_ID = T2.Musical_ID GROUP BY T1.Musical_ID HAVING COUNT(*) >= 3 musical +SELECT Nominee , COUNT(*) FROM musical GROUP BY Nominee musical +SELECT Nominee , COUNT(*) FROM musical GROUP BY Nominee musical +SELECT Nominee FROM musical GROUP BY Nominee ORDER BY COUNT(*) DESC LIMIT 1 musical +SELECT Nominee FROM musical GROUP BY Nominee ORDER BY COUNT(*) DESC LIMIT 1 musical +SELECT RESULT FROM musical GROUP BY RESULT ORDER BY COUNT(*) DESC LIMIT 1 musical +SELECT RESULT FROM musical GROUP BY RESULT ORDER BY COUNT(*) DESC LIMIT 1 musical +SELECT Nominee FROM musical GROUP BY Nominee HAVING COUNT(*) > 2 musical +SELECT Nominee FROM musical GROUP BY Nominee HAVING COUNT(*) > 2 musical +SELECT Name FROM musical WHERE Musical_ID NOT IN (SELECT Musical_ID FROM actor) musical +SELECT Name FROM musical WHERE Musical_ID NOT IN (SELECT Musical_ID FROM actor) musical +SELECT Nominee FROM musical WHERE Award = "Tony Award" INTERSECT SELECT Nominee FROM musical WHERE Award = "Drama Desk Award" musical +SELECT Nominee FROM musical WHERE Award = "Tony Award" INTERSECT SELECT Nominee FROM musical WHERE Award = "Drama Desk Award" musical +SELECT Nominee FROM musical WHERE Award = "Tony Award" OR Award = "Cleavant Derricks" musical +SELECT Nominee FROM musical WHERE Award = "Tony Award" OR Award = "Cleavant Derricks" musical +SELECT email FROM user_profiles WHERE name = 'Mary' twitter_1 +SELECT partitionid FROM user_profiles WHERE name = 'Iron Man' twitter_1 +SELECT count(*) FROM user_profiles twitter_1 +SELECT count(*) FROM follows twitter_1 +SELECT count(*) FROM follows GROUP BY f1 twitter_1 +SELECT count(*) FROM tweets twitter_1 +SELECT count(DISTINCT UID) FROM tweets twitter_1 +SELECT name , email FROM user_profiles WHERE name LIKE '%Swift%' twitter_1 +SELECT name FROM user_profiles WHERE email LIKE '%superstar%' OR email LIKE '%edu%' twitter_1 +SELECT text FROM tweets WHERE text LIKE '%intern%' twitter_1 +SELECT name , email FROM user_profiles WHERE followers > 1000 twitter_1 +SELECT T1.name FROM user_profiles AS T1 JOIN follows AS T2 ON T1.uid = T2.f1 GROUP BY T2.f1 HAVING count(*) > (SELECT count(*) FROM user_profiles AS T1 JOIN follows AS T2 ON T1.uid = T2.f1 WHERE T1.name = 'Tyler Swift') twitter_1 +SELECT T1.name , T1.email FROM user_profiles AS T1 JOIN follows AS T2 ON T1.uid = T2.f1 GROUP BY T2.f1 HAVING count(*) > 1 twitter_1 +SELECT T1.name FROM user_profiles AS T1 JOIN tweets AS T2 ON T1.uid = T2.uid GROUP BY T2.uid HAVING count(*) > 1 twitter_1 +SELECT T2.f1 FROM user_profiles AS T1 JOIN follows AS T2 ON T1.uid = T2.f2 WHERE T1.name = "Mary" INTERSECT SELECT T2.f1 FROM user_profiles AS T1 JOIN follows AS T2 ON T1.uid = T2.f2 WHERE T1.name = "Susan" twitter_1 +SELECT T2.f1 FROM user_profiles AS T1 JOIN follows AS T2 ON T1.uid = T2.f2 WHERE T1.name = "Mary" OR T1.name = "Susan" twitter_1 +SELECT name FROM user_profiles ORDER BY followers DESC LIMIT 1 twitter_1 +SELECT name , email FROM user_profiles ORDER BY followers LIMIT 1 twitter_1 +SELECT name , followers FROM user_profiles ORDER BY followers DESC twitter_1 +SELECT name FROM user_profiles ORDER BY followers DESC LIMIT 5 twitter_1 +SELECT text FROM tweets ORDER BY createdate twitter_1 +SELECT T1.name , count(*) FROM user_profiles AS T1 JOIN tweets AS T2 ON T1.uid = T2.uid GROUP BY T2.uid twitter_1 +SELECT T1.name , T1.partitionid FROM user_profiles AS T1 JOIN tweets AS T2 ON T1.uid = T2.uid GROUP BY T2.uid HAVING count(*) < 2 twitter_1 +SELECT T1.name , count(*) FROM user_profiles AS T1 JOIN tweets AS T2 ON T1.uid = T2.uid GROUP BY T2.uid HAVING count(*) > 1 twitter_1 +SELECT avg(followers) FROM user_profiles WHERE UID NOT IN (SELECT UID FROM tweets) twitter_1 +SELECT avg(followers) FROM user_profiles WHERE UID IN (SELECT UID FROM tweets) twitter_1 +SELECT max(followers) , sum(followers) FROM user_profiles twitter_1 +SELECT distinct(catalog_entry_name) FROM catalog_contents product_catalog +SELECT distinct(catalog_entry_name) FROM catalog_contents product_catalog +SELECT attribute_data_type FROM Attribute_Definitions GROUP BY attribute_data_type HAVING count(*) > 3 product_catalog +SELECT attribute_data_type FROM Attribute_Definitions GROUP BY attribute_data_type HAVING count(*) > 3 product_catalog +SELECT attribute_data_type FROM Attribute_Definitions WHERE attribute_name = "Green" product_catalog +SELECT attribute_data_type FROM Attribute_Definitions WHERE attribute_name = "Green" product_catalog +SELECT catalog_level_name , catalog_level_number FROM Catalog_Structure WHERE catalog_level_number BETWEEN 5 AND 10 product_catalog +SELECT catalog_level_name , catalog_level_number FROM Catalog_Structure WHERE catalog_level_number BETWEEN 5 AND 10 product_catalog +SELECT distinct(catalog_publisher) FROM catalogs WHERE catalog_publisher LIKE "%Murray%" product_catalog +SELECT distinct(catalog_publisher) FROM catalogs WHERE catalog_publisher LIKE "%Murray%" product_catalog +SELECT catalog_publisher FROM catalogs GROUP BY catalog_publisher ORDER BY count(*) DESC LIMIT 1 product_catalog +SELECT catalog_publisher FROM catalogs GROUP BY catalog_publisher ORDER BY count(*) DESC LIMIT 1 product_catalog +SELECT t1.catalog_name , t1.date_of_publication FROM catalogs AS t1 JOIN catalog_structure AS t2 ON t1.catalog_id = t2.catalog_id WHERE catalog_level_number > 5 product_catalog +SELECT t1.catalog_name , t1.date_of_publication FROM catalogs AS t1 JOIN catalog_structure AS t2 ON t1.catalog_id = t2.catalog_id WHERE catalog_level_number > 5 product_catalog +SELECT t1.catalog_entry_name FROM Catalog_Contents AS t1 JOIN Catalog_Contents_Additional_Attributes AS t2 ON t1.catalog_entry_id = t2.catalog_entry_id WHERE t2.attribute_value = (SELECT attribute_value FROM Catalog_Contents_Additional_Attributes GROUP BY attribute_value ORDER BY count(*) DESC LIMIT 1) product_catalog +SELECT t1.catalog_entry_name FROM Catalog_Contents AS t1 JOIN Catalog_Contents_Additional_Attributes AS t2 ON t1.catalog_entry_id = t2.catalog_entry_id WHERE t2.attribute_value = (SELECT attribute_value FROM Catalog_Contents_Additional_Attributes GROUP BY attribute_value ORDER BY count(*) DESC LIMIT 1) product_catalog +SELECT catalog_entry_name FROM catalog_contents ORDER BY price_in_dollars DESC LIMIT 1 product_catalog +SELECT catalog_entry_name FROM catalog_contents ORDER BY price_in_dollars DESC LIMIT 1 product_catalog +SELECT t2.catalog_level_name FROM catalog_contents AS t1 JOIN catalog_structure AS t2 ON t1.catalog_level_number = t2.catalog_level_number ORDER BY t1.price_in_dollars LIMIT 1 product_catalog +SELECT t2.catalog_level_name FROM catalog_contents AS t1 JOIN catalog_structure AS t2 ON t1.catalog_level_number = t2.catalog_level_number ORDER BY t1.price_in_dollars LIMIT 1 product_catalog +SELECT avg(price_in_euros) , min(price_in_euros) FROM catalog_contents product_catalog +SELECT avg(price_in_euros) , min(price_in_euros) FROM catalog_contents product_catalog +SELECT catalog_entry_name FROM catalog_contents ORDER BY height DESC LIMIT 1 product_catalog +SELECT catalog_entry_name FROM catalog_contents ORDER BY height DESC LIMIT 1 product_catalog +SELECT catalog_entry_name FROM catalog_contents ORDER BY capacity ASC LIMIT 1 product_catalog +SELECT catalog_entry_name FROM catalog_contents ORDER BY capacity ASC LIMIT 1 product_catalog +SELECT catalog_entry_name FROM catalog_contents WHERE product_stock_number LIKE "2%" product_catalog +SELECT catalog_entry_name FROM catalog_contents WHERE product_stock_number LIKE "2%" product_catalog +SELECT t1.catalog_entry_name FROM Catalog_Contents AS t1 JOIN Catalog_Contents_Additional_Attributes AS t2 ON t1.catalog_entry_id = t2.catalog_entry_id WHERE t2.catalog_level_number = "8" product_catalog +SELECT t1.catalog_entry_name FROM Catalog_Contents AS t1 JOIN Catalog_Contents_Additional_Attributes AS t2 ON t1.catalog_entry_id = t2.catalog_entry_id WHERE t2.catalog_level_number = "8" product_catalog +SELECT catalog_entry_name FROM catalog_contents WHERE LENGTH < 3 OR width > 5 product_catalog +SELECT catalog_entry_name FROM catalog_contents WHERE LENGTH < 3 OR width > 5 product_catalog +SELECT t1.attribute_name , t1.attribute_id FROM Attribute_Definitions AS t1 JOIN Catalog_Contents_Additional_Attributes AS t2 ON t1.attribute_id = t2.attribute_id WHERE t2.attribute_value = 0 product_catalog +SELECT t1.attribute_name , t1.attribute_id FROM Attribute_Definitions AS t1 JOIN Catalog_Contents_Additional_Attributes AS t2 ON t1.attribute_id = t2.attribute_id WHERE t2.attribute_value = 0 product_catalog +SELECT catalog_entry_name , capacity FROM Catalog_Contents WHERE price_in_dollars > 700 product_catalog +SELECT catalog_entry_name , capacity FROM Catalog_Contents WHERE price_in_dollars > 700 product_catalog +SELECT date_of_latest_revision FROM Catalogs GROUP BY date_of_latest_revision HAVING count(*) > 1 product_catalog +SELECT date_of_latest_revision FROM Catalogs GROUP BY date_of_latest_revision HAVING count(*) > 1 product_catalog +SELECT count(*) FROM catalog_contents product_catalog +SELECT count(*) FROM catalog_contents product_catalog +SELECT catalog_entry_name FROM catalog_contents WHERE next_entry_id > 8 product_catalog +SELECT catalog_entry_name FROM catalog_contents WHERE next_entry_id > 8 product_catalog +SELECT count(*) FROM Aircraft flight_1 +SELECT count(*) FROM Aircraft flight_1 +SELECT name , distance FROM Aircraft flight_1 +SELECT name , distance FROM Aircraft flight_1 +SELECT aid FROM Aircraft WHERE distance > 1000 flight_1 +SELECT aid FROM Aircraft WHERE distance > 1000 flight_1 +SELECT count(*) FROM Aircraft WHERE distance BETWEEN 1000 AND 5000 flight_1 +SELECT count(*) FROM Aircraft WHERE distance BETWEEN 1000 AND 5000 flight_1 +SELECT name , distance FROM Aircraft WHERE aid = 12 flight_1 +SELECT name , distance FROM Aircraft WHERE aid = 12 flight_1 +SELECT min(distance) , avg(distance) , max(distance) FROM Aircraft flight_1 +SELECT min(distance) , avg(distance) , max(distance) FROM Aircraft flight_1 +SELECT aid , name FROM Aircraft ORDER BY distance DESC LIMIT 1 flight_1 +SELECT aid , name FROM Aircraft ORDER BY distance DESC LIMIT 1 flight_1 +SELECT name FROM Aircraft ORDER BY distance LIMIT 3 flight_1 +SELECT name FROM Aircraft ORDER BY distance LIMIT 3 flight_1 +SELECT name FROM Aircraft WHERE distance > (SELECT avg(distance) FROM Aircraft) flight_1 +SELECT name FROM Aircraft WHERE distance > (SELECT avg(distance) FROM Aircraft) flight_1 +SELECT count(*) FROM Employee flight_1 +SELECT count(*) FROM Employee flight_1 +SELECT name , salary FROM Employee ORDER BY salary flight_1 +SELECT name , salary FROM Employee ORDER BY salary flight_1 +SELECT eid FROM Employee WHERE salary > 100000 flight_1 +SELECT eid FROM Employee WHERE salary > 100000 flight_1 +SELECT count(*) FROM Employee WHERE salary BETWEEN 100000 AND 200000 flight_1 +SELECT count(*) FROM Employee WHERE salary BETWEEN 100000 AND 200000 flight_1 +SELECT name , salary FROM Employee WHERE eid = 242518965 flight_1 +SELECT name , salary FROM Employee WHERE eid = 242518965 flight_1 +SELECT avg(salary) , max(salary) FROM Employee flight_1 +SELECT avg(salary) , max(salary) FROM Employee flight_1 +SELECT eid , name FROM Employee ORDER BY salary DESC LIMIT 1 flight_1 +SELECT eid , name FROM Employee ORDER BY salary DESC LIMIT 1 flight_1 +SELECT name FROM Employee ORDER BY salary ASC LIMIT 3 flight_1 +SELECT name FROM Employee ORDER BY salary ASC LIMIT 3 flight_1 +SELECT name FROM Employee WHERE salary > (SELECT avg(salary) FROM Employee) flight_1 +SELECT name FROM Employee WHERE salary > (SELECT avg(salary) FROM Employee) flight_1 +SELECT eid , salary FROM Employee WHERE name = 'Mark Young' flight_1 +SELECT eid , salary FROM Employee WHERE name = 'Mark Young' flight_1 +SELECT count(*) FROM Flight flight_1 +SELECT count(*) FROM Flight flight_1 +SELECT flno , origin , destination FROM Flight ORDER BY origin flight_1 +SELECT flno , origin , destination FROM Flight ORDER BY origin flight_1 +SELECT flno FROM Flight WHERE origin = "Los Angeles" flight_1 +SELECT flno FROM Flight WHERE origin = "Los Angeles" flight_1 +SELECT origin FROM Flight WHERE destination = "Honolulu" flight_1 +SELECT origin FROM Flight WHERE destination = "Honolulu" flight_1 +SELECT departure_date , arrival_date FROM Flight WHERE origin = "Los Angeles" AND destination = "Honolulu" flight_1 +SELECT departure_date , arrival_date FROM Flight WHERE origin = "Los Angeles" AND destination = "Honolulu" flight_1 +SELECT flno FROM Flight WHERE distance > 2000 flight_1 +SELECT flno FROM Flight WHERE distance > 2000 flight_1 +SELECT avg(price) FROM Flight WHERE origin = "Los Angeles" AND destination = "Honolulu" flight_1 +SELECT avg(price) FROM Flight WHERE origin = "Los Angeles" AND destination = "Honolulu" flight_1 +SELECT origin , destination FROM Flight WHERE price > 300 flight_1 +SELECT origin , destination FROM Flight WHERE price > 300 flight_1 +SELECT flno , distance FROM Flight ORDER BY price DESC LIMIT 1 flight_1 +SELECT flno , distance FROM Flight ORDER BY price DESC LIMIT 1 flight_1 +SELECT flno FROM Flight ORDER BY distance ASC LIMIT 3 flight_1 +SELECT flno FROM Flight ORDER BY distance ASC LIMIT 3 flight_1 +SELECT avg(distance) , avg(price) FROM Flight WHERE origin = "Los Angeles" flight_1 +SELECT avg(distance) , avg(price) FROM Flight WHERE origin = "Los Angeles" flight_1 +SELECT origin , count(*) FROM Flight GROUP BY origin flight_1 +SELECT origin , count(*) FROM Flight GROUP BY origin flight_1 +SELECT destination , count(*) FROM Flight GROUP BY destination flight_1 +SELECT destination , count(*) FROM Flight GROUP BY destination flight_1 +SELECT origin FROM Flight GROUP BY origin ORDER BY count(*) DESC LIMIT 1 flight_1 +SELECT origin FROM Flight GROUP BY origin ORDER BY count(*) DESC LIMIT 1 flight_1 +SELECT destination FROM Flight GROUP BY destination ORDER BY count(*) LIMIT 1 flight_1 +SELECT destination FROM Flight GROUP BY destination ORDER BY count(*) LIMIT 1 flight_1 +SELECT T2.name FROM Flight AS T1 JOIN Aircraft AS T2 ON T1.aid = T2.aid WHERE T1.flno = 99 flight_1 +SELECT T2.name FROM Flight AS T1 JOIN Aircraft AS T2 ON T1.aid = T2.aid WHERE T1.flno = 99 flight_1 +SELECT T1.flno FROM Flight AS T1 JOIN Aircraft AS T2 ON T1.aid = T2.aid WHERE T2.name = "Airbus A340-300" flight_1 +SELECT T1.flno FROM Flight AS T1 JOIN Aircraft AS T2 ON T1.aid = T2.aid WHERE T2.name = "Airbus A340-300" flight_1 +SELECT T2.name , count(*) FROM Flight AS T1 JOIN Aircraft AS T2 ON T1.aid = T2.aid GROUP BY T1.aid flight_1 +SELECT T2.name , count(*) FROM Flight AS T1 JOIN Aircraft AS T2 ON T1.aid = T2.aid GROUP BY T1.aid flight_1 +SELECT T2.name FROM Flight AS T1 JOIN Aircraft AS T2 ON T1.aid = T2.aid GROUP BY T1.aid HAVING count(*) >= 2 flight_1 +SELECT T2.name FROM Flight AS T1 JOIN Aircraft AS T2 ON T1.aid = T2.aid GROUP BY T1.aid HAVING count(*) >= 2 flight_1 +SELECT count(DISTINCT eid) FROM Certificate flight_1 +SELECT count(DISTINCT eid) FROM Certificate flight_1 +SELECT eid FROM Employee EXCEPT SELECT eid FROM Certificate flight_1 +SELECT eid FROM Employee EXCEPT SELECT eid FROM Certificate flight_1 +SELECT T3.name FROM Employee AS T1 JOIN Certificate AS T2 ON T1.eid = T2.eid JOIN Aircraft AS T3 ON T3.aid = T2.aid WHERE T1.name = "John Williams" flight_1 +SELECT T3.name FROM Employee AS T1 JOIN Certificate AS T2 ON T1.eid = T2.eid JOIN Aircraft AS T3 ON T3.aid = T2.aid WHERE T1.name = "John Williams" flight_1 +SELECT T1.name FROM Employee AS T1 JOIN Certificate AS T2 ON T1.eid = T2.eid JOIN Aircraft AS T3 ON T3.aid = T2.aid WHERE T3.name = "Boeing 737-800" flight_1 +SELECT T1.name FROM Employee AS T1 JOIN Certificate AS T2 ON T1.eid = T2.eid JOIN Aircraft AS T3 ON T3.aid = T2.aid WHERE T3.name = "Boeing 737-800" flight_1 +SELECT T1.name FROM Employee AS T1 JOIN Certificate AS T2 ON T1.eid = T2.eid JOIN Aircraft AS T3 ON T3.aid = T2.aid WHERE T3.name = "Boeing 737-800" INTERSECT SELECT T1.name FROM Employee AS T1 JOIN Certificate AS T2 ON T1.eid = T2.eid JOIN Aircraft AS T3 ON T3.aid = T2.aid WHERE T3.name = "Airbus A340-300" flight_1 +SELECT T1.name FROM Employee AS T1 JOIN Certificate AS T2 ON T1.eid = T2.eid JOIN Aircraft AS T3 ON T3.aid = T2.aid WHERE T3.name = "Boeing 737-800" INTERSECT SELECT T1.name FROM Employee AS T1 JOIN Certificate AS T2 ON T1.eid = T2.eid JOIN Aircraft AS T3 ON T3.aid = T2.aid WHERE T3.name = "Airbus A340-300" flight_1 +SELECT name FROM Employee EXCEPT SELECT T1.name FROM Employee AS T1 JOIN Certificate AS T2 ON T1.eid = T2.eid JOIN Aircraft AS T3 ON T3.aid = T2.aid WHERE T3.name = "Boeing 737-800" flight_1 +SELECT name FROM Employee EXCEPT SELECT T1.name FROM Employee AS T1 JOIN Certificate AS T2 ON T1.eid = T2.eid JOIN Aircraft AS T3 ON T3.aid = T2.aid WHERE T3.name = "Boeing 737-800" flight_1 +SELECT T2.name FROM Certificate AS T1 JOIN Aircraft AS T2 ON T2.aid = T1.aid GROUP BY T1.aid ORDER BY count(*) DESC LIMIT 1 flight_1 +SELECT T2.name FROM Certificate AS T1 JOIN Aircraft AS T2 ON T2.aid = T1.aid GROUP BY T1.aid ORDER BY count(*) DESC LIMIT 1 flight_1 +SELECT T2.name FROM Certificate AS T1 JOIN Aircraft AS T2 ON T2.aid = T1.aid WHERE T2.distance > 5000 GROUP BY T1.aid ORDER BY count(*) >= 5 flight_1 +SELECT T2.name FROM Certificate AS T1 JOIN Aircraft AS T2 ON T2.aid = T1.aid WHERE T2.distance > 5000 GROUP BY T1.aid ORDER BY count(*) >= 5 flight_1 +SELECT T1.name , T1.salary FROM Employee AS T1 JOIN Certificate AS T2 ON T1.eid = T2.eid GROUP BY T1.eid ORDER BY count(*) DESC LIMIT 1 flight_1 +SELECT T1.name , T1.salary FROM Employee AS T1 JOIN Certificate AS T2 ON T1.eid = T2.eid GROUP BY T1.eid ORDER BY count(*) DESC LIMIT 1 flight_1 +SELECT T1.name FROM Employee AS T1 JOIN Certificate AS T2 ON T1.eid = T2.eid JOIN Aircraft AS T3 ON T3.aid = T2.aid WHERE T3.distance > 5000 GROUP BY T1.eid ORDER BY count(*) DESC LIMIT 1 flight_1 +SELECT T1.name FROM Employee AS T1 JOIN Certificate AS T2 ON T1.eid = T2.eid JOIN Aircraft AS T3 ON T3.aid = T2.aid WHERE T3.distance > 5000 GROUP BY T1.eid ORDER BY count(*) DESC LIMIT 1 flight_1 +SELECT count(DISTINCT allergy) FROM Allergy_type allergy_1 +SELECT count(DISTINCT allergy) FROM Allergy_type allergy_1 +SELECT count(DISTINCT allergytype) FROM Allergy_type allergy_1 +SELECT count(DISTINCT allergytype) FROM Allergy_type allergy_1 +SELECT DISTINCT allergytype FROM Allergy_type allergy_1 +SELECT DISTINCT allergytype FROM Allergy_type allergy_1 +SELECT allergy , allergytype FROM Allergy_type allergy_1 +SELECT allergy , allergytype FROM Allergy_type allergy_1 +SELECT DISTINCT allergy FROM Allergy_type WHERE allergytype = "food" allergy_1 +SELECT DISTINCT allergy FROM Allergy_type WHERE allergytype = "food" allergy_1 +SELECT allergytype FROM Allergy_type WHERE allergy = "Cat" allergy_1 +SELECT allergytype FROM Allergy_type WHERE allergy = "Cat" allergy_1 +SELECT count(*) FROM Allergy_type WHERE allergytype = "animal" allergy_1 +SELECT count(*) FROM Allergy_type WHERE allergytype = "animal" allergy_1 +SELECT allergytype , count(*) FROM Allergy_type GROUP BY allergytype allergy_1 +SELECT allergytype , count(*) FROM Allergy_type GROUP BY allergytype allergy_1 +SELECT allergytype FROM Allergy_type GROUP BY allergytype ORDER BY count(*) DESC LIMIT 1 allergy_1 +SELECT allergytype FROM Allergy_type GROUP BY allergytype ORDER BY count(*) DESC LIMIT 1 allergy_1 +SELECT allergytype FROM Allergy_type GROUP BY allergytype ORDER BY count(*) ASC LIMIT 1 allergy_1 +SELECT allergytype FROM Allergy_type GROUP BY allergytype ORDER BY count(*) ASC LIMIT 1 allergy_1 +SELECT count(*) FROM Student allergy_1 +SELECT count(*) FROM Student allergy_1 +SELECT Fname , Lname FROM Student allergy_1 +SELECT Fname , Lname FROM Student allergy_1 +SELECT count(DISTINCT advisor) FROM Student allergy_1 +SELECT count(DISTINCT advisor) FROM Student allergy_1 +SELECT DISTINCT Major FROM Student allergy_1 +SELECT DISTINCT Major FROM Student allergy_1 +SELECT DISTINCT city_code FROM Student allergy_1 +SELECT DISTINCT city_code FROM Student allergy_1 +SELECT Fname , Lname , Age FROM Student WHERE Sex = 'F' allergy_1 +SELECT Fname , Lname , Age FROM Student WHERE Sex = 'F' allergy_1 +SELECT StuID FROM Student WHERE Sex = 'M' allergy_1 +SELECT StuID FROM Student WHERE Sex = 'M' allergy_1 +SELECT count(*) FROM Student WHERE age = 18 allergy_1 +SELECT count(*) FROM Student WHERE age = 18 allergy_1 +SELECT StuID FROM Student WHERE age > 20 allergy_1 +SELECT StuID FROM Student WHERE age > 20 allergy_1 +SELECT city_code FROM Student WHERE LName = "Kim" allergy_1 +SELECT city_code FROM Student WHERE LName = "Kim" allergy_1 +SELECT Advisor FROM Student WHERE StuID = 1004 allergy_1 +SELECT Advisor FROM Student WHERE StuID = 1004 allergy_1 +SELECT count(*) FROM Student WHERE city_code = "HKG" OR city_code = "CHI" allergy_1 +SELECT count(*) FROM Student WHERE city_code = "HKG" OR city_code = "CHI" allergy_1 +SELECT min(age) , avg(age) , max(age) FROM Student allergy_1 +SELECT min(age) , avg(age) , max(age) FROM Student allergy_1 +SELECT LName FROM Student WHERE age = (SELECT min(age) FROM Student) allergy_1 +SELECT LName FROM Student WHERE age = (SELECT min(age) FROM Student) allergy_1 +SELECT StuID FROM Student WHERE age = (SELECT max(age) FROM Student) allergy_1 +SELECT StuID FROM Student WHERE age = (SELECT max(age) FROM Student) allergy_1 +SELECT major , count(*) FROM Student GROUP BY major allergy_1 +SELECT major , count(*) FROM Student GROUP BY major allergy_1 +SELECT major FROM Student GROUP BY major ORDER BY count(*) DESC LIMIT 1 allergy_1 +SELECT major FROM Student GROUP BY major ORDER BY count(*) DESC LIMIT 1 allergy_1 +SELECT age , count(*) FROM Student GROUP BY age allergy_1 +SELECT age , count(*) FROM Student GROUP BY age allergy_1 +SELECT avg(age) , sex FROM Student GROUP BY sex allergy_1 +SELECT avg(age) , sex FROM Student GROUP BY sex allergy_1 +SELECT city_code , count(*) FROM Student GROUP BY city_code allergy_1 +SELECT city_code , count(*) FROM Student GROUP BY city_code allergy_1 +SELECT advisor , count(*) FROM Student GROUP BY advisor allergy_1 +SELECT advisor , count(*) FROM Student GROUP BY advisor allergy_1 +SELECT advisor FROM Student GROUP BY advisor ORDER BY count(*) DESC LIMIT 1 allergy_1 +SELECT advisor FROM Student GROUP BY advisor ORDER BY count(*) DESC LIMIT 1 allergy_1 +SELECT count(*) FROM Has_allergy WHERE Allergy = "Cat" allergy_1 +SELECT count(*) FROM Has_allergy WHERE Allergy = "Cat" allergy_1 +SELECT StuID FROM Has_allergy GROUP BY StuID HAVING count(*) >= 2 allergy_1 +SELECT StuID FROM Has_allergy GROUP BY StuID HAVING count(*) >= 2 allergy_1 +SELECT StuID FROM Student EXCEPT SELECT StuID FROM Has_allergy allergy_1 +SELECT StuID FROM Student EXCEPT SELECT StuID FROM Has_allergy allergy_1 +SELECT count(*) FROM has_allergy AS T1 JOIN Student AS T2 ON T1.StuID = T2.StuID WHERE T2.sex = "F" AND T1.allergy = "Milk" OR T1.allergy = "Eggs" allergy_1 +SELECT count(*) FROM has_allergy AS T1 JOIN Student AS T2 ON T1.StuID = T2.StuID WHERE T2.sex = "F" AND T1.allergy = "Milk" OR T1.allergy = "Eggs" allergy_1 +SELECT count(*) FROM Has_allergy AS T1 JOIN Allergy_type AS T2 ON T1.allergy = T2.allergy WHERE T2.allergytype = "food" allergy_1 +SELECT count(*) FROM Has_allergy AS T1 JOIN Allergy_type AS T2 ON T1.allergy = T2.allergy WHERE T2.allergytype = "food" allergy_1 +SELECT Allergy FROM Has_allergy GROUP BY Allergy ORDER BY count(*) DESC LIMIT 1 allergy_1 +SELECT Allergy FROM Has_allergy GROUP BY Allergy ORDER BY count(*) DESC LIMIT 1 allergy_1 +SELECT Allergy , count(*) FROM Has_allergy GROUP BY Allergy allergy_1 +SELECT Allergy , count(*) FROM Has_allergy GROUP BY Allergy allergy_1 +SELECT T2.allergytype , count(*) FROM Has_allergy AS T1 JOIN Allergy_type AS T2 ON T1.allergy = T2.allergy GROUP BY T2.allergytype allergy_1 +SELECT T2.allergytype , count(*) FROM Has_allergy AS T1 JOIN Allergy_type AS T2 ON T1.allergy = T2.allergy GROUP BY T2.allergytype allergy_1 +SELECT lname , age FROM Student WHERE StuID IN (SELECT StuID FROM Has_allergy WHERE Allergy = "Milk" INTERSECT SELECT StuID FROM Has_allergy WHERE Allergy = "Cat") allergy_1 +SELECT lname , age FROM Student WHERE StuID IN (SELECT StuID FROM Has_allergy WHERE Allergy = "Milk" INTERSECT SELECT StuID FROM Has_allergy WHERE Allergy = "Cat") allergy_1 +SELECT T1.Allergy , T1.AllergyType FROM Allergy_type AS T1 JOIN Has_allergy AS T2 ON T1.Allergy = T2.Allergy JOIN Student AS T3 ON T3.StuID = T2.StuID WHERE T3.Fname = "Lisa" ORDER BY T1.Allergy allergy_1 +SELECT T1.Allergy , T1.AllergyType FROM Allergy_type AS T1 JOIN Has_allergy AS T2 ON T1.Allergy = T2.Allergy JOIN Student AS T3 ON T3.StuID = T2.StuID WHERE T3.Fname = "Lisa" ORDER BY T1.Allergy allergy_1 +SELECT fname , sex FROM Student WHERE StuID IN (SELECT StuID FROM Has_allergy WHERE Allergy = "Milk" EXCEPT SELECT StuID FROM Has_allergy WHERE Allergy = "Cat") allergy_1 +SELECT fname , sex FROM Student WHERE StuID IN (SELECT StuID FROM Has_allergy WHERE Allergy = "Milk" EXCEPT SELECT StuID FROM Has_allergy WHERE Allergy = "Cat") allergy_1 +SELECT avg(age) FROM Student WHERE StuID IN ( SELECT T1.StuID FROM Has_allergy AS T1 JOIN Allergy_Type AS T2 ON T1.Allergy = T2.Allergy WHERE T2.allergytype = "food" INTERSECT SELECT T1.StuID FROM Has_allergy AS T1 JOIN Allergy_Type AS T2 ON T1.Allergy = T2.Allergy WHERE T2.allergytype = "animal") allergy_1 +SELECT avg(age) FROM Student WHERE StuID IN ( SELECT T1.StuID FROM Has_allergy AS T1 JOIN Allergy_Type AS T2 ON T1.Allergy = T2.Allergy WHERE T2.allergytype = "food" INTERSECT SELECT T1.StuID FROM Has_allergy AS T1 JOIN Allergy_Type AS T2 ON T1.Allergy = T2.Allergy WHERE T2.allergytype = "animal") allergy_1 +SELECT fname , lname FROM Student WHERE StuID NOT IN (SELECT T1.StuID FROM Has_allergy AS T1 JOIN Allergy_Type AS T2 ON T1.Allergy = T2.Allergy WHERE T2.allergytype = "food") allergy_1 +SELECT fname , lname FROM Student WHERE StuID NOT IN (SELECT T1.StuID FROM Has_allergy AS T1 JOIN Allergy_Type AS T2 ON T1.Allergy = T2.Allergy WHERE T2.allergytype = "food") allergy_1 +SELECT count(*) FROM Student WHERE sex = "M" AND StuID IN (SELECT StuID FROM Has_allergy AS T1 JOIN Allergy_Type AS T2 ON T1.Allergy = T2.Allergy WHERE T2.allergytype = "food") allergy_1 +SELECT count(*) FROM Student WHERE sex = "M" AND StuID IN (SELECT StuID FROM Has_allergy AS T1 JOIN Allergy_Type AS T2 ON T1.Allergy = T2.Allergy WHERE T2.allergytype = "food") allergy_1 +SELECT DISTINCT T1.fname , T1.city_code FROM Student AS T1 JOIN Has_Allergy AS T2 ON T1.stuid = T2.stuid WHERE T2.Allergy = "Milk" OR T2.Allergy = "Cat" allergy_1 +SELECT DISTINCT T1.fname , T1.city_code FROM Student AS T1 JOIN Has_Allergy AS T2 ON T1.stuid = T2.stuid WHERE T2.Allergy = "Milk" OR T2.Allergy = "Cat" allergy_1 +SELECT count(*) FROM Student WHERE age > 18 AND StuID NOT IN ( SELECT StuID FROM Has_allergy AS T1 JOIN Allergy_Type AS T2 ON T1.Allergy = T2.Allergy WHERE T2.allergytype = "food" OR T2.allergytype = "animal") allergy_1 +SELECT count(*) FROM Student WHERE age > 18 AND StuID NOT IN ( SELECT StuID FROM Has_allergy AS T1 JOIN Allergy_Type AS T2 ON T1.Allergy = T2.Allergy WHERE T2.allergytype = "food" OR T2.allergytype = "animal") allergy_1 +SELECT fname , major FROM Student WHERE StuID NOT IN (SELECT StuID FROM Has_allergy WHERE Allergy = "Soy") allergy_1 +SELECT fname , major FROM Student WHERE StuID NOT IN (SELECT StuID FROM Has_allergy WHERE Allergy = "Soy") allergy_1 +SELECT billing_country , COUNT(*) FROM invoices GROUP BY billing_country ORDER BY count(*) DESC LIMIT 5; store_1 +SELECT billing_country , COUNT(*) FROM invoices GROUP BY billing_country ORDER BY count(*) DESC LIMIT 5; store_1 +SELECT billing_country , SUM(total) FROM invoices GROUP BY billing_country ORDER BY SUM(total) DESC LIMIT 8; store_1 +SELECT billing_country , SUM(total) FROM invoices GROUP BY billing_country ORDER BY SUM(total) DESC LIMIT 8; store_1 +SELECT billing_country , AVG(total) FROM invoices GROUP BY billing_country ORDER BY AVG(total) DESC LIMIT 10; store_1 +SELECT billing_country , AVG(total) FROM invoices GROUP BY billing_country ORDER BY AVG(total) DESC LIMIT 10; store_1 +SELECT T1.first_name , T1.last_name FROM customers AS T1 JOIN invoices AS T2 ON T2.customer_id = T1.id ORDER BY T2.invoice_date DESC LIMIT 5; store_1 +SELECT T1.first_name , T1.last_name FROM customers AS T1 JOIN invoices AS T2 ON T2.customer_id = T1.id ORDER BY T2.invoice_date DESC LIMIT 5; store_1 +SELECT T1.first_name , T1.last_name , COUNT(*) FROM customers AS T1 JOIN invoices AS T2 ON T2.customer_id = T1.id GROUP BY T1.id ORDER BY COUNT(*) DESC LIMIT 10; store_1 +SELECT T1.first_name , T1.last_name , COUNT(*) FROM customers AS T1 JOIN invoices AS T2 ON T2.customer_id = T1.id GROUP BY T1.id ORDER BY COUNT(*) DESC LIMIT 10; store_1 +SELECT T1.first_name , T1.last_name , SUM(T2.total) FROM customers AS T1 JOIN invoices AS T2 ON T2.customer_id = T1.id GROUP BY T1.id ORDER BY SUM(T2.total) DESC LIMIT 10; store_1 +SELECT T1.first_name , T1.last_name , SUM(T2.total) FROM customers AS T1 JOIN invoices AS T2 ON T2.customer_id = T1.id GROUP BY T1.id ORDER BY SUM(T2.total) DESC LIMIT 10; store_1 +SELECT T1.name , COUNT(*) FROM genres AS T1 JOIN tracks AS T2 ON T2.genre_id = T1.id GROUP BY T1.id ORDER BY count(*) DESC LIMIT 5; store_1 +SELECT T1.name , COUNT(*) FROM genres AS T1 JOIN tracks AS T2 ON T2.genre_id = T1.id GROUP BY T1.id ORDER BY count(*) DESC LIMIT 5; store_1 +SELECT title FROM albums; store_1 +SELECT title FROM albums; store_1 +SELECT title FROM albums ORDER BY title; store_1 +SELECT title FROM albums ORDER BY title; store_1 +SELECT title FROM albums WHERE title LIKE 'A%' ORDER BY title; store_1 +SELECT title FROM albums WHERE title LIKE 'A%' ORDER BY title; store_1 +SELECT T1.first_name , T1.last_name FROM customers AS T1 JOIN invoices AS T2 ON T2.customer_id = T1.id ORDER BY total LIMIT 10; store_1 +SELECT T1.first_name , T1.last_name FROM customers AS T1 JOIN invoices AS T2 ON T2.customer_id = T1.id ORDER BY total LIMIT 10; store_1 +SELECT sum(total) FROM invoices WHERE billing_city = "Chicago" AND billing_state = "IL"; store_1 +SELECT sum(total) FROM invoices WHERE billing_city = "Chicago" AND billing_state = "IL"; store_1 +SELECT COUNT(*) FROM invoices WHERE billing_city = "Chicago" AND billing_state = "IL"; store_1 +SELECT COUNT(*) FROM invoices WHERE billing_city = "Chicago" AND billing_state = "IL"; store_1 +SELECT billing_state , COUNT(*) FROM invoices WHERE billing_country = "USA" GROUP BY billing_state; store_1 +SELECT billing_state , COUNT(*) FROM invoices WHERE billing_country = "USA" GROUP BY billing_state; store_1 +SELECT billing_state , COUNT(*) FROM invoices WHERE billing_country = "USA" GROUP BY billing_state ORDER BY COUNT(*) DESC LIMIT 1; store_1 +SELECT billing_state , COUNT(*) FROM invoices WHERE billing_country = "USA" GROUP BY billing_state ORDER BY COUNT(*) DESC LIMIT 1; store_1 +SELECT billing_state , COUNT(*) , SUM(total) FROM invoices WHERE billing_state = "CA"; store_1 +SELECT billing_state , COUNT(*) , SUM(total) FROM invoices WHERE billing_state = "CA"; store_1 +SELECT T1.title FROM albums AS T1 JOIN artists AS T2 ON T1.artist_id = T2.id WHERE T2.name = "Aerosmith"; store_1 +SELECT T1.title FROM albums AS T1 JOIN artists AS T2 ON T1.artist_id = T2.id WHERE T2.name = "Aerosmith"; store_1 +SELECT count(*) FROM albums AS T1 JOIN artists AS T2 ON T1.artist_id = T2.id WHERE T2.name = "Billy Cobham"; store_1 +SELECT count(*) FROM albums AS T1 JOIN artists AS T2 ON T1.artist_id = T2.id WHERE T2.name = "Billy Cobham"; store_1 +SELECT company FROM customers WHERE first_name = "Eduardo" AND last_name = "Martins"; store_1 +SELECT company FROM customers WHERE first_name = "Eduardo" AND last_name = "Martins"; store_1 +SELECT email , phone FROM customers WHERE first_name = "Astrid" AND last_name = "Gruber"; store_1 +SELECT email , phone FROM customers WHERE first_name = "Astrid" AND last_name = "Gruber"; store_1 +SELECT count(*) FROM customers WHERE city = "Prague"; store_1 +SELECT count(*) FROM customers WHERE city = "Prague"; store_1 +SELECT count(*) FROM customers WHERE state = "CA"; store_1 +SELECT count(*) FROM customers WHERE state = "CA"; store_1 +SELECT country FROM customers WHERE first_name = "Roberto" AND last_name = "Almeida"; store_1 +SELECT country FROM customers WHERE first_name = "Roberto" AND last_name = "Almeida"; store_1 +SELECT T2.title FROM artists AS T1 JOIN albums AS T2 ON T1.id = T2.artist_id WHERE T1.name LIKE '%Led%' store_1 +SELECT T2.title FROM artists AS T1 JOIN albums AS T2 ON T1.id = T2.artist_id WHERE T1.name LIKE '%Led%' store_1 +SELECT count(*) FROM employees AS T1 JOIN customers AS T2 ON T2.support_rep_id = T1.id WHERE T1.first_name = "Steve" AND T1.last_name = "Johnson"; store_1 +SELECT count(*) FROM employees AS T1 JOIN customers AS T2 ON T2.support_rep_id = T1.id WHERE T1.first_name = "Steve" AND T1.last_name = "Johnson"; store_1 +SELECT title , phone , hire_date FROM employees WHERE first_name = "Nancy" AND last_name = "Edwards"; store_1 +SELECT title , phone , hire_date FROM employees WHERE first_name = "Nancy" AND last_name = "Edwards"; store_1 +SELECT T2.first_name , T2.last_name FROM employees AS T1 JOIN employees AS T2 ON T1.id = T2.reports_to WHERE T1.first_name = "Nancy" AND T1.last_name = "Edwards"; store_1 +SELECT T2.first_name , T2.last_name FROM employees AS T1 JOIN employees AS T2 ON T1.id = T2.reports_to WHERE T1.first_name = "Nancy" AND T1.last_name = "Edwards"; store_1 +SELECT address FROM employees WHERE first_name = "Nancy" AND last_name = "Edwards"; store_1 +SELECT address FROM employees WHERE first_name = "Nancy" AND last_name = "Edwards"; store_1 +SELECT T1.first_name , T1.last_name FROM employees AS T1 JOIN customers AS T2 ON T1.id = T2.support_rep_id GROUP BY T1.id ORDER BY count(*) DESC LIMIT 1 store_1 +SELECT T1.first_name , T1.last_name FROM employees AS T1 JOIN customers AS T2 ON T1.id = T2.support_rep_id GROUP BY T1.id ORDER BY count(*) DESC LIMIT 1 store_1 +SELECT count(*) FROM employees WHERE country = "Canada"; store_1 +SELECT count(*) FROM employees WHERE country = "Canada"; store_1 +SELECT phone FROM employees WHERE first_name = "Nancy" AND last_name = "Edwards"; store_1 +SELECT phone FROM employees WHERE first_name = "Nancy" AND last_name = "Edwards"; store_1 +SELECT first_name , last_name FROM employees ORDER BY birth_date DESC LIMIT 1; store_1 +SELECT first_name , last_name FROM employees ORDER BY birth_date DESC LIMIT 1; store_1 +SELECT first_name , last_name FROM employees ORDER BY hire_date ASC LIMIT 10; store_1 +SELECT first_name , last_name FROM employees ORDER BY hire_date ASC LIMIT 10; store_1 +SELECT count(*) , city FROM employees WHERE title = 'IT Staff' GROUP BY city store_1 +SELECT count(*) , city FROM employees WHERE title = 'IT Staff' GROUP BY city store_1 +SELECT T2.first_name , T2.last_name , count(T1.reports_to) FROM employees AS T1 JOIN employees AS T2 ON T1.reports_to = T2.id GROUP BY T1.reports_to ORDER BY count(T1.reports_to) DESC LIMIT 1; store_1 +SELECT T2.first_name , T2.last_name , count(T1.reports_to) FROM employees AS T1 JOIN employees AS T2 ON T1.reports_to = T2.id GROUP BY T1.reports_to ORDER BY count(T1.reports_to) DESC LIMIT 1; store_1 +SELECT count(*) FROM customers AS T1 JOIN invoices AS T2 ON T1.id = T2.customer_id WHERE T1.first_name = "Lucas" AND T1.last_name = "Mancini"; store_1 +SELECT count(*) FROM customers AS T1 JOIN invoices AS T2 ON T1.id = T2.customer_id WHERE T1.first_name = "Lucas" AND T1.last_name = "Mancini"; store_1 +SELECT sum(T2.total) FROM customers AS T1 JOIN invoices AS T2 ON T1.id = T2.customer_id WHERE T1.first_name = "Lucas" AND T1.last_name = "Mancini"; store_1 +SELECT sum(T2.total) FROM customers AS T1 JOIN invoices AS T2 ON T1.id = T2.customer_id WHERE T1.first_name = "Lucas" AND T1.last_name = "Mancini"; store_1 +SELECT name FROM media_types; store_1 +SELECT name FROM media_types; store_1 +SELECT DISTINCT name FROM genres; store_1 +SELECT DISTINCT name FROM genres; store_1 +SELECT name FROM playlists; store_1 +SELECT name FROM playlists; store_1 +SELECT composer FROM tracks WHERE name = "Fast As a Shark"; store_1 +SELECT composer FROM tracks WHERE name = "Fast As a Shark"; store_1 +SELECT milliseconds FROM tracks WHERE name = "Fast As a Shark"; store_1 +SELECT milliseconds FROM tracks WHERE name = "Fast As a Shark"; store_1 +SELECT T2.name FROM genres AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id WHERE T1.name = "Rock"; store_1 +SELECT T2.name FROM genres AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id WHERE T1.name = "Rock"; store_1 +SELECT T1.title FROM albums AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id WHERE T2.name = "Balls to the Wall"; store_1 +SELECT T1.title FROM albums AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id WHERE T2.name = "Balls to the Wall"; store_1 +SELECT T2.name FROM albums AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id WHERE T1.title = "Balls to the Wall"; store_1 +SELECT T2.name FROM albums AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id WHERE T1.title = "Balls to the Wall"; store_1 +SELECT T1.title FROM albums AS T1 JOIN tracks AS T2 ON T1.id = T2.album_id GROUP BY T1.id HAVING count(T1.id) > 10; store_1 +SELECT T1.title FROM albums AS T1 JOIN tracks AS T2 ON T1.id = T2.album_id GROUP BY T1.id HAVING count(T1.id) > 10; store_1 +SELECT T2.name FROM genres AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id JOIN media_types AS T3 ON T3.id = T2.media_type_id WHERE T1.name = "Rock" AND T3.name = "MPEG audio file"; store_1 +SELECT T2.name FROM genres AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id JOIN media_types AS T3 ON T3.id = T2.media_type_id WHERE T1.name = "Rock" AND T3.name = "MPEG audio file"; store_1 +SELECT T2.name FROM genres AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id JOIN media_types AS T3 ON T3.id = T2.media_type_id WHERE T1.name = "Rock" OR T3.name = "MPEG audio file"; store_1 +SELECT T2.name FROM genres AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id JOIN media_types AS T3 ON T3.id = T2.media_type_id WHERE T1.name = "Rock" OR T3.name = "MPEG audio file"; store_1 +SELECT T2.name FROM genres AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id WHERE T1.name = "Rock" OR T1.name = "Jazz" store_1 +SELECT T2.name FROM genres AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id WHERE T1.name = "Rock" OR T1.name = "Jazz" store_1 +SELECT T1.name FROM tracks AS T1 JOIN playlist_tracks AS T2 ON T1.id = T2.track_id JOIN playlists AS T3 ON T3.id = T2.playlist_id WHERE T3.name = "Movies"; store_1 +SELECT T1.name FROM tracks AS T1 JOIN playlist_tracks AS T2 ON T1.id = T2.track_id JOIN playlists AS T3 ON T3.id = T2.playlist_id WHERE T3.name = "Movies"; store_1 +SELECT T2.name FROM playlist_tracks AS T1 JOIN playlists AS T2 ON T2.id = T1.playlist_id GROUP BY T1.playlist_id HAVING count(T1.track_id) > 100; store_1 +SELECT T2.name FROM playlist_tracks AS T1 JOIN playlists AS T2 ON T2.id = T1.playlist_id GROUP BY T1.playlist_id HAVING count(T1.track_id) > 100; store_1 +SELECT T1.name FROM tracks AS T1 JOIN invoice_lines AS T2 ON T1.id = T2.track_id JOIN invoices AS T3 ON T3.id = T2.invoice_id JOIN customers AS T4 ON T4.id = T3.customer_id WHERE T4.first_name = "Daan" AND T4.last_name = "Peeters"; store_1 +SELECT T1.name FROM tracks AS T1 JOIN invoice_lines AS T2 ON T1.id = T2.track_id JOIN invoices AS T3 ON T3.id = T2.invoice_id JOIN customers AS T4 ON T4.id = T3.customer_id WHERE T4.first_name = "Daan" AND T4.last_name = "Peeters"; store_1 +SELECT unit_price FROM tracks WHERE name = "Fast As a Shark"; store_1 +SELECT unit_price FROM tracks WHERE name = "Fast As a Shark"; store_1 +SELECT T1.name FROM tracks AS T1 JOIN playlist_tracks AS T2 ON T1.id = T2.track_id JOIN playlists AS T3 ON T2.playlist_id = T3.id WHERE T3.name = 'Movies' EXCEPT SELECT T1.name FROM tracks AS T1 JOIN playlist_tracks AS T2 ON T1.id = T2.track_id JOIN playlists AS T3 ON T2.playlist_id = T3.id WHERE T3.name = 'Music' store_1 +SELECT T1.name FROM tracks AS T1 JOIN playlist_tracks AS T2 ON T1.id = T2.track_id JOIN playlists AS T3 ON T2.playlist_id = T3.id WHERE T3.name = 'Movies' EXCEPT SELECT T1.name FROM tracks AS T1 JOIN playlist_tracks AS T2 ON T1.id = T2.track_id JOIN playlists AS T3 ON T2.playlist_id = T3.id WHERE T3.name = 'Music' store_1 +SELECT T1.name FROM tracks AS T1 JOIN playlist_tracks AS T2 ON T1.id = T2.track_id JOIN playlists AS T3 ON T2.playlist_id = T3.id WHERE T3.name = 'Movies' INTERSECT SELECT T1.name FROM tracks AS T1 JOIN playlist_tracks AS T2 ON T1.id = T2.track_id JOIN playlists AS T3 ON T2.playlist_id = T3.id WHERE T3.name = 'Music' store_1 +SELECT T1.name FROM tracks AS T1 JOIN playlist_tracks AS T2 ON T1.id = T2.track_id JOIN playlists AS T3 ON T2.playlist_id = T3.id WHERE T3.name = 'Movies' INTERSECT SELECT T1.name FROM tracks AS T1 JOIN playlist_tracks AS T2 ON T1.id = T2.track_id JOIN playlists AS T3 ON T2.playlist_id = T3.id WHERE T3.name = 'Music' store_1 +SELECT count(*) , T1.name FROM genres AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id GROUP BY T1.name; store_1 +SELECT count(*) , T1.name FROM genres AS T1 JOIN tracks AS T2 ON T1.id = T2.genre_id GROUP BY T1.name; store_1 +SELECT count(*) FROM editor journal_committee +SELECT Name FROM editor ORDER BY Age ASC journal_committee +SELECT Name , Age FROM editor journal_committee +SELECT Name FROM editor WHERE Age > 25 journal_committee +SELECT Name FROM editor WHERE Age = 24 OR Age = 25 journal_committee +SELECT Name FROM editor ORDER BY Age ASC LIMIT 1 journal_committee +SELECT Age , COUNT(*) FROM editor GROUP BY Age journal_committee +SELECT Age FROM editor GROUP BY Age ORDER BY COUNT(*) DESC LIMIT 1 journal_committee +SELECT DISTINCT Theme FROM journal journal_committee +SELECT T2.Name , T3.Theme FROM journal_committee AS T1 JOIN editor AS T2 ON T1.Editor_ID = T2.Editor_ID JOIN journal AS T3 ON T1.Journal_ID = T3.Journal_ID journal_committee +SELECT T2.Name , T3.Theme FROM journal_committee AS T1 JOIN editor AS T2 ON T1.Editor_ID = T2.Editor_ID JOIN journal AS T3 ON T1.Journal_ID = T3.Journal_ID journal_committee +SELECT T2.Name , T2.age , T3.Theme FROM journal_committee AS T1 JOIN editor AS T2 ON T1.Editor_ID = T2.Editor_ID JOIN journal AS T3 ON T1.Journal_ID = T3.Journal_ID ORDER BY T3.Theme ASC journal_committee +SELECT T2.Name FROM journal_committee AS T1 JOIN editor AS T2 ON T1.Editor_ID = T2.Editor_ID JOIN journal AS T3 ON T1.Journal_ID = T3.Journal_ID WHERE T3.Sales > 3000 journal_committee +SELECT T1.editor_id , T1.Name , COUNT(*) FROM editor AS T1 JOIN journal_committee AS T2 ON T1.Editor_ID = T2.Editor_ID GROUP BY T1.editor_id journal_committee +SELECT T1.Name FROM editor AS T1 JOIN journal_committee AS T2 ON T1.Editor_ID = T2.Editor_ID GROUP BY T1.Name HAVING COUNT(*) >= 2 journal_committee +SELECT Name FROM editor WHERE editor_id NOT IN (SELECT editor_id FROM journal_committee) journal_committee +SELECT date , theme , sales FROM journal EXCEPT SELECT T1.date , T1.theme , T1.sales FROM journal AS T1 JOIN journal_committee AS T2 ON T1.journal_ID = T2.journal_ID journal_committee +SELECT avg(T1.sales) FROM journal AS T1 JOIN journal_committee AS T2 ON T1.journal_ID = T2.journal_ID WHERE T2.work_type = 'Photo' journal_committee +SELECT count(*) FROM Accounts customers_card_transactions +SELECT count(*) FROM Accounts customers_card_transactions +SELECT account_id , customer_id , account_name FROM Accounts customers_card_transactions +SELECT account_id , customer_id , account_name FROM Accounts customers_card_transactions +SELECT other_account_details FROM Accounts WHERE account_name = "338" customers_card_transactions +SELECT other_account_details FROM Accounts WHERE account_name = "338" customers_card_transactions +SELECT T2.customer_first_name , T2.customer_last_name , T2.customer_phone FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T1.account_name = "162" customers_card_transactions +SELECT T2.customer_first_name , T2.customer_last_name , T2.customer_phone FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T1.account_name = "162" customers_card_transactions +SELECT count(*) FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_first_name = "Art" AND T2.customer_last_name = "Turcotte" customers_card_transactions +SELECT count(*) FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_first_name = "Art" AND T2.customer_last_name = "Turcotte" customers_card_transactions +SELECT customer_id , count(*) FROM Accounts GROUP BY customer_id customers_card_transactions +SELECT customer_id , count(*) FROM Accounts GROUP BY customer_id customers_card_transactions +SELECT customer_id , count(*) FROM Accounts GROUP BY customer_id ORDER BY count(*) DESC LIMIT 1 customers_card_transactions +SELECT customer_id , count(*) FROM Accounts GROUP BY customer_id ORDER BY count(*) DESC LIMIT 1 customers_card_transactions +SELECT T2.customer_first_name , T2.customer_last_name , T1.customer_id FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) ASC LIMIT 1 customers_card_transactions +SELECT T2.customer_first_name , T2.customer_last_name , T1.customer_id FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) ASC LIMIT 1 customers_card_transactions +SELECT count(*) FROM Customers WHERE customer_id NOT IN (SELECT customer_id FROM Accounts) customers_card_transactions +SELECT count(*) FROM Customers WHERE customer_id NOT IN (SELECT customer_id FROM Accounts) customers_card_transactions +SELECT customer_first_name , customer_last_name FROM Customers EXCEPT SELECT T1.customer_first_name , T1.customer_last_name FROM Customers AS T1 JOIN Accounts AS T2 ON T1.customer_id = T2.customer_id customers_card_transactions +SELECT customer_first_name , customer_last_name FROM Customers EXCEPT SELECT T1.customer_first_name , T1.customer_last_name FROM Customers AS T1 JOIN Accounts AS T2 ON T1.customer_id = T2.customer_id customers_card_transactions +SELECT DISTINCT T1.customer_first_name , T1.customer_last_name FROM Customers AS T1 JOIN Accounts AS T2 ON T1.customer_id = T2.customer_id customers_card_transactions +SELECT DISTINCT T1.customer_first_name , T1.customer_last_name FROM Customers AS T1 JOIN Accounts AS T2 ON T1.customer_id = T2.customer_id customers_card_transactions +SELECT count(DISTINCT customer_id) FROM Accounts customers_card_transactions +SELECT count(DISTINCT customer_id) FROM Accounts customers_card_transactions +SELECT count(*) FROM Customers customers_card_transactions +SELECT count(*) FROM Customers customers_card_transactions +SELECT customer_id , customer_first_name , customer_last_name , customer_phone FROM Customers customers_card_transactions +SELECT customer_id , customer_first_name , customer_last_name , customer_phone FROM Customers customers_card_transactions +SELECT customer_phone , customer_email FROM Customers WHERE customer_first_name = "Aniyah" AND customer_last_name = "Feest" customers_card_transactions +SELECT customer_phone , customer_email FROM Customers WHERE customer_first_name = "Aniyah" AND customer_last_name = "Feest" customers_card_transactions +SELECT count(*) FROM Customers_cards customers_card_transactions +SELECT count(*) FROM Customers_cards customers_card_transactions +SELECT card_id , customer_id , card_type_code , card_number FROM Customers_cards customers_card_transactions +SELECT card_id , customer_id , card_type_code , card_number FROM Customers_cards customers_card_transactions +SELECT date_valid_from , date_valid_to FROM Customers_cards WHERE card_number = "4560596484842" customers_card_transactions +SELECT date_valid_from , date_valid_to FROM Customers_cards WHERE card_number = "4560596484842" customers_card_transactions +SELECT T2.customer_first_name , T2.customer_last_name , T2.customer_phone FROM Customers_cards AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T1.card_number = "4560596484842" customers_card_transactions +SELECT T2.customer_first_name , T2.customer_last_name , T2.customer_phone FROM Customers_cards AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T1.card_number = "4560596484842" customers_card_transactions +SELECT count(*) FROM Customers_cards AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_first_name = "Art" AND T2.customer_last_name = "Turcotte" customers_card_transactions +SELECT count(*) FROM Customers_cards AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_first_name = "Art" AND T2.customer_last_name = "Turcotte" customers_card_transactions +SELECT count(*) FROM Customers_cards WHERE card_type_code = "Debit" customers_card_transactions +SELECT count(*) FROM Customers_cards WHERE card_type_code = "Debit" customers_card_transactions +SELECT count(*) FROM Customers_cards AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_first_name = "Blanche" AND T2.customer_last_name = "Huels" AND T1.card_type_code = "Credit" customers_card_transactions +SELECT count(*) FROM Customers_cards AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_first_name = "Blanche" AND T2.customer_last_name = "Huels" AND T1.card_type_code = "Credit" customers_card_transactions +SELECT customer_id , count(*) FROM Customers_cards GROUP BY customer_id customers_card_transactions +SELECT customer_id , count(*) FROM Customers_cards GROUP BY customer_id customers_card_transactions +SELECT customer_id , count(*) FROM Customers_cards GROUP BY customer_id ORDER BY count(*) DESC LIMIT 1 customers_card_transactions +SELECT customer_id , count(*) FROM Customers_cards GROUP BY customer_id ORDER BY count(*) DESC LIMIT 1 customers_card_transactions +SELECT T1.customer_id , T2.customer_first_name , T2.customer_last_name FROM Customers_cards AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) >= 2 customers_card_transactions +SELECT T1.customer_id , T2.customer_first_name , T2.customer_last_name FROM Customers_cards AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) >= 2 customers_card_transactions +SELECT T1.customer_id , T2.customer_first_name , T2.customer_last_name FROM Customers_cards AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) ASC LIMIT 1 customers_card_transactions +SELECT T1.customer_id , T2.customer_first_name , T2.customer_last_name FROM Customers_cards AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) ASC LIMIT 1 customers_card_transactions +SELECT card_type_code , count(*) FROM Customers_cards GROUP BY card_type_code customers_card_transactions +SELECT card_type_code , count(*) FROM Customers_cards GROUP BY card_type_code customers_card_transactions +SELECT card_type_code FROM Customers_cards GROUP BY card_type_code ORDER BY count(*) DESC LIMIT 1 customers_card_transactions +SELECT card_type_code FROM Customers_cards GROUP BY card_type_code ORDER BY count(*) DESC LIMIT 1 customers_card_transactions +SELECT card_type_code FROM Customers_cards GROUP BY card_type_code HAVING count(*) >= 5 customers_card_transactions +SELECT card_type_code FROM Customers_cards GROUP BY card_type_code HAVING count(*) >= 5 customers_card_transactions +SELECT card_type_code , count(DISTINCT customer_id) FROM Customers_cards GROUP BY card_type_code customers_card_transactions +SELECT card_type_code , count(DISTINCT customer_id) FROM Customers_cards GROUP BY card_type_code customers_card_transactions +SELECT customer_id , customer_first_name FROM Customers EXCEPT SELECT T1.customer_id , T2.customer_first_name FROM Customers_cards AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE card_type_code = "Credit" customers_card_transactions +SELECT customer_id , customer_first_name FROM Customers EXCEPT SELECT T1.customer_id , T2.customer_first_name FROM Customers_cards AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE card_type_code = "Credit" customers_card_transactions +SELECT DISTINCT card_type_code FROM Customers_Cards customers_card_transactions +SELECT DISTINCT card_type_code FROM Customers_Cards customers_card_transactions +SELECT count(DISTINCT card_type_code) FROM Customers_Cards customers_card_transactions +SELECT count(DISTINCT card_type_code) FROM Customers_Cards customers_card_transactions +SELECT DISTINCT transaction_type FROM Financial_Transactions customers_card_transactions +SELECT DISTINCT transaction_type FROM Financial_Transactions customers_card_transactions +SELECT count(DISTINCT transaction_type) FROM Financial_Transactions customers_card_transactions +SELECT count(DISTINCT transaction_type) FROM Financial_Transactions customers_card_transactions +SELECT avg(transaction_amount) , sum(transaction_amount) FROM Financial_transactions customers_card_transactions +SELECT avg(transaction_amount) , sum(transaction_amount) FROM Financial_transactions customers_card_transactions +SELECT T2.card_type_code , count(*) FROM Financial_transactions AS T1 JOIN Customers_cards AS T2 ON T1.card_id = T2.card_id GROUP BY T2.card_type_code customers_card_transactions +SELECT T2.card_type_code , count(*) FROM Financial_transactions AS T1 JOIN Customers_cards AS T2 ON T1.card_id = T2.card_id GROUP BY T2.card_type_code customers_card_transactions +SELECT transaction_type , count(*) FROM Financial_transactions GROUP BY transaction_type customers_card_transactions +SELECT transaction_type , count(*) FROM Financial_transactions GROUP BY transaction_type customers_card_transactions +SELECT transaction_type FROM Financial_transactions GROUP BY transaction_type ORDER BY sum(transaction_amount) DESC LIMIT 1 customers_card_transactions +SELECT transaction_type FROM Financial_transactions GROUP BY transaction_type ORDER BY sum(transaction_amount) DESC LIMIT 1 customers_card_transactions +SELECT account_id , count(*) FROM Financial_transactions GROUP BY account_id customers_card_transactions +SELECT account_id , count(*) FROM Financial_transactions GROUP BY account_id customers_card_transactions +SELECT count(*) FROM track race_track +SELECT count(*) FROM track race_track +SELECT name , LOCATION FROM track race_track +SELECT name , LOCATION FROM track race_track +SELECT name , seating FROM track WHERE year_opened > 2000 ORDER BY seating race_track +SELECT name , seating FROM track WHERE year_opened > 2000 ORDER BY seating race_track +SELECT name , LOCATION , seating FROM track ORDER BY year_opened DESC LIMIT 1 race_track +SELECT name , LOCATION , seating FROM track ORDER BY year_opened DESC LIMIT 1 race_track +SELECT min(seating) , max(seating) , avg(seating) FROM track race_track +SELECT min(seating) , max(seating) , avg(seating) FROM track race_track +SELECT name , LOCATION , year_opened FROM track WHERE seating > (SELECT avg(seating) FROM track) race_track +SELECT name , LOCATION , year_opened FROM track WHERE seating > (SELECT avg(seating) FROM track) race_track +SELECT DISTINCT LOCATION FROM track race_track +SELECT DISTINCT LOCATION FROM track race_track +SELECT count(*) FROM race race_track +SELECT count(*) FROM race race_track +SELECT DISTINCT CLASS FROM race race_track +SELECT DISTINCT CLASS FROM race race_track +SELECT name , CLASS , date FROM race race_track +SELECT name , CLASS , date FROM race race_track +SELECT CLASS , count(*) FROM race GROUP BY CLASS race_track +SELECT CLASS , count(*) FROM race GROUP BY CLASS race_track +SELECT CLASS FROM race GROUP BY CLASS ORDER BY count(*) DESC LIMIT 1 race_track +SELECT CLASS FROM race GROUP BY CLASS ORDER BY count(*) DESC LIMIT 1 race_track +SELECT CLASS FROM race GROUP BY CLASS HAVING count(*) >= 2 race_track +SELECT CLASS FROM race GROUP BY CLASS HAVING count(*) >= 2 race_track +SELECT name FROM track EXCEPT SELECT T2.name FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id WHERE T1.class = 'GT' race_track +SELECT name FROM track EXCEPT SELECT T2.name FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id WHERE T1.class = 'GT' race_track +SELECT name FROM track WHERE track_id NOT IN (SELECT track_id FROM race) race_track +SELECT name FROM track WHERE track_id NOT IN (SELECT track_id FROM race) race_track +SELECT year_opened FROM track WHERE seating BETWEEN 4000 AND 5000 race_track +SELECT year_opened FROM track WHERE seating BETWEEN 4000 AND 5000 race_track +SELECT T2.name , count(*) FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id GROUP BY T1.track_id race_track +SELECT T2.name , count(*) FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id GROUP BY T1.track_id race_track +SELECT T2.name FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id GROUP BY T1.track_id ORDER BY count(*) DESC LIMIT 1 race_track +SELECT T2.name FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id GROUP BY T1.track_id ORDER BY count(*) DESC LIMIT 1 race_track +SELECT T1.name , T1.date , T2.name FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id race_track +SELECT T1.name , T1.date , T2.name FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id race_track +SELECT T2.name , T2.location FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id GROUP BY T1.track_id HAVING count(*) = 1 race_track +SELECT T2.name , T2.location FROM race AS T1 JOIN track AS T2 ON T1.track_id = T2.track_id GROUP BY T1.track_id HAVING count(*) = 1 race_track +SELECT LOCATION FROM track WHERE seating > 90000 INTERSECT SELECT LOCATION FROM track WHERE seating < 70000 race_track +SELECT LOCATION FROM track WHERE seating > 90000 INTERSECT SELECT LOCATION FROM track WHERE seating < 70000 race_track +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = "wyoming" ) AND state_name = "wyoming"; geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = "wyoming" ) AND state_name = "wyoming"; geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = "wyoming" ) AND state_name = "wyoming"; geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = "wyoming" ) AND state_name = "wyoming"; geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = "wyoming" ) AND state_name = "wyoming"; geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = "wyoming" ) AND state_name = "wyoming"; geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = "wyoming" ) AND state_name = "wyoming"; geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = "wyoming" ) AND state_name = "wyoming"; geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = "wyoming" ) AND state_name = "wyoming"; geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = "wyoming" ) AND state_name = "wyoming"; geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = "wyoming" ) AND state_name = "wyoming"; geo +SELECT river_name FROM river WHERE traverse IN ( SELECT state_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ) ); geo +SELECT area FROM state WHERE state_name = "new mexico"; geo +SELECT area FROM state WHERE state_name = "new mexico"; geo +SELECT area FROM state WHERE state_name = "new mexico"; geo +SELECT area FROM state WHERE state_name = "new mexico"; geo +SELECT area FROM state WHERE state_name = "new mexico"; geo +SELECT area FROM state WHERE state_name = "new mexico"; geo +SELECT population FROM state WHERE state_name = "california"; geo +SELECT population FROM state WHERE state_name = "california"; geo +SELECT population FROM state WHERE state_name = "california"; geo +SELECT population FROM state WHERE state_name = "california"; geo +SELECT population FROM state WHERE state_name = "california"; geo +SELECT population FROM state WHERE state_name = "california"; geo +SELECT population FROM state WHERE state_name = "california"; geo +SELECT population FROM state WHERE state_name = "california"; geo +SELECT population FROM state WHERE state_name = "california"; geo +SELECT population FROM state WHERE state_name = "california"; geo +SELECT population FROM state WHERE state_name = "california"; geo +SELECT population FROM state WHERE state_name = "california"; geo +SELECT state_name FROM state WHERE population = ( SELECT MIN ( population ) FROM state ); geo +SELECT state_name FROM state WHERE population = ( SELECT MIN ( population ) FROM state ); geo +SELECT state_name FROM state WHERE population = ( SELECT MIN ( population ) FROM state ); geo +SELECT city_name FROM city WHERE state_name = "texas"; geo +SELECT city_name FROM city WHERE state_name = "texas"; geo +SELECT city_name FROM city WHERE state_name = "texas"; geo +SELECT city_name FROM city WHERE state_name = "texas"; geo +SELECT city_name FROM city WHERE state_name = "texas"; geo +SELECT city_name FROM city WHERE state_name = "texas"; geo +SELECT area FROM state WHERE capital = "albany"; geo +SELECT lake_name FROM lake WHERE state_name = "california"; geo +SELECT lake_name FROM lake WHERE area > 750 AND state_name = "michigan"; geo +SELECT state_name FROM state; geo +SELECT state_name FROM state; geo +SELECT state_name FROM state; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT traverse FROM river WHERE river_name = "ohio"; geo +SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ); geo +SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ); geo +SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ); geo +SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ); geo +SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ); geo +SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ); geo +SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ); geo +SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ); geo +SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ); geo +SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ); geo +SELECT lowest_elevation FROM highlow WHERE state_name = "pennsylvania"; geo +SELECT highest_point , state_name FROM highlow WHERE lowest_elevation = 0; geo +SELECT LENGTH FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT LENGTH FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = "texas" ) AND traverse = "texas"; geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = "texas" ) AND traverse = "texas"; geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = "texas" ) AND traverse = "texas"; geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = "texas" ) AND traverse = "texas"; geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = "texas" ) AND traverse = "texas"; geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = "texas" ) AND traverse = "texas"; geo +SELECT COUNT ( river_name ) FROM river WHERE traverse = "idaho"; geo +SELECT COUNT ( river_name ) FROM river WHERE traverse = "idaho"; geo +SELECT COUNT ( river_name ) FROM river WHERE traverse = "idaho"; geo +SELECT COUNT ( river_name ) FROM river WHERE traverse = "idaho"; geo +SELECT COUNT ( river_name ) FROM river WHERE traverse = "idaho"; geo +SELECT COUNT ( river_name ) FROM river WHERE traverse = "idaho"; geo +SELECT COUNT ( river_name ) FROM river WHERE traverse = "idaho"; geo +SELECT border FROM border_info WHERE state_name = "kentucky"; geo +SELECT border FROM border_info WHERE state_name = "kentucky"; geo +SELECT border FROM border_info WHERE state_name = "kentucky"; geo +SELECT border FROM border_info WHERE state_name = "kentucky"; geo +SELECT border FROM border_info WHERE state_name = "kentucky"; geo +SELECT border FROM border_info WHERE state_name = "kentucky"; geo +SELECT border FROM border_info WHERE state_name = "kentucky"; geo +SELECT border FROM border_info WHERE state_name = "kentucky"; geo +SELECT border FROM border_info WHERE state_name = "kentucky"; geo +SELECT border FROM border_info WHERE state_name = "kentucky"; geo +SELECT border FROM border_info WHERE state_name = "kentucky"; geo +SELECT border FROM border_info WHERE state_name = "kentucky"; geo +SELECT border FROM border_info WHERE state_name = "kentucky"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT river_name FROM river WHERE traverse = "illinois"; geo +SELECT state_name FROM city WHERE city_name = "springfield"; geo +SELECT state_name FROM city WHERE city_name = "springfield"; geo +SELECT state_name FROM city WHERE city_name = "springfield"; geo +SELECT state_name FROM city WHERE city_name = "springfield"; geo +SELECT state_name FROM city WHERE city_name = "springfield"; geo +SELECT state_name FROM city WHERE city_name = "springfield"; geo +SELECT state_name FROM city WHERE city_name = "springfield"; geo +SELECT state_name FROM city WHERE city_name = "springfield"; geo +SELECT state_name FROM city WHERE city_name = "springfield"; geo +SELECT state_name FROM city WHERE city_name = "springfield"; geo +SELECT state_name FROM city WHERE city_name = "springfield"; geo +SELECT state_name FROM city WHERE city_name = "springfield"; geo +SELECT state_name FROM city WHERE city_name = "springfield"; geo +SELECT population FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT population FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT population FROM city WHERE city_name = "boulder"; geo +SELECT population FROM city WHERE city_name = "boulder"; geo +SELECT population FROM city WHERE city_name = "boulder"; geo +SELECT population FROM city WHERE city_name = "boulder"; geo +SELECT population FROM city WHERE city_name = "boulder"; geo +SELECT population FROM city WHERE city_name = "boulder"; geo +SELECT population FROM city WHERE city_name = "boulder"; geo +SELECT population FROM city WHERE city_name = "boulder"; geo +SELECT population FROM city WHERE city_name = "boulder"; geo +SELECT population FROM city WHERE city_name = "boulder"; geo +SELECT population FROM city WHERE city_name = "boulder"; geo +SELECT population FROM city WHERE city_name = "boulder"; geo +SELECT population FROM city WHERE city_name = "boulder"; geo +SELECT city_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city WHERE state_name = "alaska" ) AND state_name = "alaska"; geo +SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT density FROM state WHERE area = ( SELECT MIN ( area ) FROM state ); geo +SELECT density FROM state WHERE area = ( SELECT MIN ( area ) FROM state ); geo +SELECT state_name FROM highlow WHERE highest_elevation > ( SELECT highest_elevation FROM highlow WHERE state_name = "colorado" ); geo +SELECT state_name FROM highlow WHERE highest_elevation > ( SELECT highest_elevation FROM highlow WHERE state_name = "colorado" ); geo +SELECT state_name FROM highlow WHERE highest_elevation > ( SELECT highest_elevation FROM highlow WHERE state_name = "colorado" ); geo +SELECT highest_elevation FROM highlow WHERE state_name = "delaware"; geo +SELECT highest_elevation FROM highlow WHERE state_name = "delaware"; geo +SELECT highest_elevation FROM highlow WHERE state_name = "delaware"; geo +SELECT highest_elevation FROM highlow WHERE state_name = "delaware"; geo +SELECT highest_elevation FROM highlow WHERE state_name = "delaware"; geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ); geo +SELECT state_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ); geo +SELECT state_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ); geo +SELECT state_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ); geo +SELECT state_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ); geo +SELECT city_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city WHERE state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ) ) AND state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT highest_point FROM highlow WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "mississippi" ); geo +SELECT highest_point FROM highlow WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "mississippi" ); geo +SELECT highest_point FROM highlow WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "colorado" ) ORDER BY highest_elevation DESC LIMIT 1; geo +SELECT highest_point FROM highlow WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "colorado" ) ORDER BY highest_elevation DESC LIMIT 1; geo +SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state ); geo +SELECT highest_point FROM highlow WHERE state_name = "texas"; geo +SELECT highest_point FROM highlow WHERE state_name = "texas"; geo +SELECT highest_point FROM highlow WHERE state_name = "texas"; geo +SELECT highest_point FROM highlow WHERE state_name = "texas"; geo +SELECT highest_point FROM highlow WHERE state_name = "texas"; geo +SELECT state_name FROM state WHERE state_name NOT IN ( SELECT state_name FROM border_info ); geo +SELECT state_name FROM state WHERE state_name NOT IN ( SELECT state_name FROM border_info ); geo +SELECT state_name FROM state WHERE state_name NOT IN ( SELECT state_name FROM border_info ); geo +SELECT area FROM state WHERE density = ( SELECT MIN ( density ) FROM state ); geo +SELECT COUNT ( state_name ) FROM highlow WHERE lowest_elevation < ( SELECT lowest_elevation FROM highlow WHERE state_name = "alabama" ); geo +SELECT highest_elevation FROM highlow WHERE highest_point = "guadalupe peak"; geo +SELECT highest_elevation FROM highlow WHERE highest_point = "guadalupe peak"; geo +SELECT highest_elevation FROM highlow WHERE highest_point = "guadalupe peak"; geo +SELECT MAX ( highest_elevation ) FROM highlow; geo +SELECT MAX ( highest_elevation ) FROM highlow; geo +SELECT MAX ( highest_elevation ) FROM highlow; geo +SELECT MAX ( highest_elevation ) FROM highlow; geo +SELECT LENGTH FROM river WHERE river_name = "rio grande"; geo +SELECT LENGTH FROM river WHERE river_name = "rio grande"; geo +SELECT LENGTH FROM river WHERE river_name = "rio grande"; geo +SELECT LENGTH FROM river WHERE river_name = "rio grande"; geo +SELECT LENGTH FROM river WHERE river_name = "rio grande"; geo +SELECT LENGTH FROM river WHERE river_name = "rio grande"; geo +SELECT LENGTH FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = "texas" ) AND traverse = "texas"; geo +SELECT LENGTH FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = "texas" ) AND traverse = "texas"; geo +SELECT COUNT ( capital ) FROM state WHERE state_name = "rhode island"; geo +SELECT COUNT ( city_name ) FROM city; geo +SELECT COUNT ( city_name ) FROM city; geo +SELECT COUNT ( city_name ) FROM city; geo +SELECT COUNT ( city_name ) FROM city; geo +SELECT COUNT ( city_name ) FROM city; geo +SELECT COUNT ( city_name ) FROM city WHERE population > 150000; geo +SELECT population FROM city WHERE population = ( SELECT MAX ( population ) FROM city ); geo +SELECT COUNT ( river_name ) FROM river WHERE river_name = "colorado"; geo +SELECT COUNT ( river_name ) FROM river WHERE river_name = "colorado"; geo +SELECT population FROM city WHERE city_name = "seattle" AND state_name = "washington"; geo +SELECT population FROM city WHERE city_name = "seattle" AND state_name = "washington"; geo +SELECT population FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = "alaska" ) AND state_name = "alaska"; geo +SELECT population FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = "alaska" ) AND state_name = "alaska"; geo +SELECT population FROM city WHERE city_name = ( SELECT capital FROM state WHERE state_name = "texas" ); geo +SELECT population FROM city WHERE city_name = ( SELECT capital FROM state WHERE state_name = "texas" ); geo +SELECT SUM ( population ) FROM state; geo +SELECT SUM ( population ) FROM state; geo +SELECT COUNT ( state_name ) FROM state; geo +SELECT COUNT ( state_name ) FROM state; geo +SELECT COUNT ( state_name ) FROM state; geo +SELECT COUNT ( state_name ) FROM state; geo +SELECT COUNT ( state_name ) FROM state; geo +SELECT COUNT ( state_name ) FROM state; geo +SELECT COUNT ( border ) FROM border_info WHERE state_name = "kentucky"; geo +SELECT COUNT ( border ) FROM border_info WHERE state_name = "kentucky"; geo +SELECT COUNT ( border ) FROM border_info WHERE state_name = "kentucky"; geo +SELECT COUNT ( border ) FROM border_info WHERE state_name = "kentucky"; geo +SELECT COUNT ( border ) FROM border_info WHERE state_name = "kentucky"; geo +SELECT COUNT ( border ) FROM border_info WHERE state_name IN ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) ); geo +SELECT COUNT ( DISTINCT state_name ) FROM state WHERE state_name NOT IN ( SELECT traverse FROM river ); geo +SELECT COUNT ( state_name ) FROM highlow WHERE highest_elevation > ( SELECT highest_elevation FROM highlow WHERE state_name = ( SELECT state_name FROM state WHERE capital = ( SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ) ) ) ); geo +SELECT river_name FROM river WHERE LENGTH > 750 AND traverse = "illinois"; geo +SELECT river_name FROM river WHERE LENGTH > 750 AND traverse = "illinois"; geo +SELECT river_name FROM river WHERE LENGTH > 750 AND traverse = "illinois"; geo +SELECT river_name FROM river WHERE LENGTH > 750 AND traverse = "illinois"; geo +SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = "texas" ); geo +SELECT capital FROM state WHERE state_name = "texas"; geo +SELECT capital FROM state WHERE state_name = "texas"; geo +SELECT capital FROM state WHERE state_name = "texas"; geo +SELECT capital FROM state WHERE state_name = "texas"; geo +SELECT capital FROM state WHERE state_name = "texas"; geo +SELECT capital FROM state WHERE state_name = "texas"; geo +SELECT t2.capital FROM state AS t2 JOIN border_info AS t1 ON t2.state_name = t1.border WHERE t1.state_name = "texas"; geo +SELECT t2.capital FROM state AS t2 JOIN border_info AS t1 ON t2.state_name = t1.border WHERE t1.state_name = "texas"; geo +SELECT t2.capital FROM state AS t2 JOIN border_info AS t1 ON t2.state_name = t1.border WHERE t1.state_name = "texas"; geo +SELECT t2.capital FROM state AS t2 JOIN border_info AS t1 ON t2.state_name = t1.border WHERE t1.state_name = "texas"; geo +SELECT city_name FROM city WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT city_name FROM city WHERE state_name IN ( SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ) ); geo +SELECT highest_point FROM highlow; geo +SELECT city_name FROM city WHERE population > 150000 AND state_name = "kansas"; geo +SELECT city_name FROM city WHERE population > 150000 AND state_name = "kansas"; geo +SELECT city_name FROM city WHERE population > 150000 AND state_name = "kansas"; geo +SELECT city_name FROM city WHERE population > 150000 AND state_name = "kansas"; geo +SELECT city_name FROM city WHERE population > 150000 AND state_name = "kansas"; geo +SELECT city_name FROM city WHERE population > 150000 AND state_name = "kansas"; geo +SELECT city_name FROM city WHERE population > 150000 AND state_name = "kansas"; geo +SELECT city_name FROM city WHERE population > 150000 AND state_name IN ( SELECT traverse FROM river WHERE LENGTH > 750 AND river_name = "mississippi" ); geo +SELECT city_name FROM city WHERE population > 150000; geo +SELECT city_name FROM city WHERE population > 150000; geo +SELECT city_name FROM city WHERE population > 150000; geo +SELECT density FROM state; geo +SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT t2.population FROM state AS t2 JOIN border_info AS t1 ON t2.state_name = t1.border WHERE t1.state_name = "texas"; geo +SELECT population FROM city WHERE population > 150000 AND state_name = "wisconsin"; geo +SELECT population FROM city WHERE population > 150000 AND state_name = "wisconsin"; geo +SELECT population FROM city WHERE population > 150000 AND state_name = "wisconsin"; geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name ); geo +SELECT t2.capital FROM state AS t2 JOIN city AS t1 ON t2.state_name = t1.state_name WHERE t1.city_name = "durham"; geo +SELECT capital FROM state WHERE area = ( SELECT MIN ( area ) FROM state ); geo +SELECT DISTINCT capital FROM state WHERE density = ( SELECT MAX ( density ) FROM state ); geo +SELECT capital FROM state WHERE population = ( SELECT MAX ( population ) FROM state ); geo +SELECT capital FROM state WHERE population = ( SELECT MAX ( population ) FROM state ); geo +SELECT capital FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ) ); geo +SELECT SUM ( area ) FROM state; geo +SELECT SUM ( area ) FROM state; geo +SELECT SUM ( area ) FROM state; geo +SELECT SUM ( area ) FROM state; geo +SELECT density FROM state WHERE state_name = "wyoming"; geo +SELECT density FROM state WHERE state_name = "wyoming"; geo +SELECT density FROM state WHERE state_name = "wyoming"; geo +SELECT mountain_name FROM mountain WHERE mountain_altitude = ( SELECT MAX ( mountain_altitude ) FROM mountain ); geo +SELECT mountain_name FROM mountain WHERE mountain_altitude = ( SELECT MAX ( mountain_altitude ) FROM mountain ); geo +SELECT mountain_name FROM mountain WHERE mountain_altitude = ( SELECT MAX ( mountain_altitude ) FROM mountain ); geo +SELECT mountain_name FROM mountain WHERE mountain_altitude = ( SELECT MAX ( mountain_altitude ) FROM mountain ); geo +SELECT highest_point FROM highlow WHERE state_name IN ( SELECT state_name FROM state WHERE capital = "des moines" ); geo +SELECT highest_point FROM highlow WHERE state_name IN ( SELECT state_name FROM state WHERE capital = "des moines" ); geo +SELECT highest_point FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT highest_point FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT highest_point FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT highest_point FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT highest_point FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT highest_point FROM highlow WHERE state_name IN ( SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state ) ); geo +SELECT city_name FROM city WHERE state_name IN ( SELECT state_name FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ) AND area = ( SELECT MIN ( area ) FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ) ) ) ORDER BY population DESC LIMIT 1; geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ) ) AND state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ) ) AND state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "california" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = "california" ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "california" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = "california" ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "california" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = "california" ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ) ) AND traverse IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name = "tennessee" ) ) AND traverse IN ( SELECT border FROM border_info WHERE state_name = "tennessee" ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name = "tennessee" ) ) AND traverse IN ( SELECT border FROM border_info WHERE state_name = "tennessee" ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name = "tennessee" ) ) AND traverse IN ( SELECT border FROM border_info WHERE state_name = "tennessee" ); geo +SELECT river_name FROM river WHERE traverse = ( SELECT state_name FROM city WHERE population > 150000 GROUP BY state_name ORDER BY COUNT ( city_name ) DESC LIMIT 1 ) ORDER BY LENGTH DESC LIMIT 1; geo +SELECT lowest_point FROM highlow WHERE state_name = "iowa"; geo +SELECT lowest_point FROM highlow WHERE state_name = "iowa"; geo +SELECT lowest_point FROM highlow WHERE state_name = "iowa"; geo +SELECT lowest_point FROM highlow WHERE state_name = "iowa"; geo +SELECT lowest_point FROM highlow WHERE state_name = "iowa"; geo +SELECT lowest_point FROM highlow WHERE state_name = "iowa"; geo +SELECT lowest_point FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ); geo +SELECT lowest_point FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ); geo +SELECT lowest_point FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ); geo +SELECT lowest_point FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ); geo +SELECT lowest_point FROM highlow WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ) ORDER BY lowest_elevation LIMIT 1; geo +SELECT lowest_point FROM highlow WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ) ORDER BY lowest_elevation LIMIT 1; geo +SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state ); geo +SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state ); geo +SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ) ) AND state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ) ) AND state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT density FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT population FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ) ) AND state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ); geo +SELECT population FROM state WHERE area = ( SELECT MIN ( area ) FROM state ); geo +SELECT population FROM state WHERE density = ( SELECT MAX ( density ) FROM state ); geo +SELECT population FROM state WHERE density = ( SELECT MAX ( density ) FROM state ); geo +SELECT city_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city ); geo +SELECT city_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city ); geo +SELECT city_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city ); geo +SELECT city_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city ); geo +SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "texas" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = "texas" ); geo +SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "texas" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = "texas" ); geo +SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "texas" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = "texas" ); geo +SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ) ) AND state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ); geo +SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ); geo +SELECT SUM ( LENGTH ) FROM river; geo +SELECT river_name FROM river GROUP BY ( river_name ) ORDER BY COUNT ( DISTINCT traverse ) DESC LIMIT 1; geo +SELECT river_name FROM river GROUP BY ( river_name ) ORDER BY COUNT ( DISTINCT traverse ) DESC LIMIT 1; geo +SELECT river_name FROM river GROUP BY ( river_name ) ORDER BY COUNT ( DISTINCT traverse ) DESC LIMIT 1; geo +SELECT river_name FROM river GROUP BY ( river_name ) ORDER BY COUNT ( DISTINCT traverse ) DESC LIMIT 1; geo +SELECT river_name FROM river GROUP BY ( river_name ) ORDER BY COUNT ( DISTINCT traverse ) DESC LIMIT 1; geo +SELECT river_name FROM river GROUP BY ( river_name ) ORDER BY COUNT ( DISTINCT traverse ) DESC LIMIT 1; geo +SELECT river_name FROM river GROUP BY ( river_name ) ORDER BY COUNT ( DISTINCT traverse ) DESC LIMIT 1; geo +SELECT river_name FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name = "alabama" ); geo +SELECT river_name FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name = "alabama" ); geo +SELECT river_name FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name = "alabama" ); geo +SELECT state_name FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "oklahoma" ) ORDER BY population DESC LIMIT 1; geo +SELECT state_name FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "oklahoma" ) ORDER BY population DESC LIMIT 1; geo +SELECT state_name FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "oklahoma" ) ORDER BY population DESC LIMIT 1; geo +SELECT state_name FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "oklahoma" ) ORDER BY population DESC LIMIT 1; geo +SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "colorado" ) ); geo +SELECT state_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name ); geo +SELECT state_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name ); geo +SELECT DISTINCT traverse FROM river WHERE LENGTH = ( SELECT MAX ( DISTINCT LENGTH ) FROM river ); geo +SELECT state_name FROM city GROUP BY state_name ORDER BY SUM ( population ) LIMIT 1; geo +SELECT border FROM border_info WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "colorado" ); geo +SELECT border FROM border_info WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT border FROM border_info WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT border FROM border_info WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT state_name FROM border_info WHERE border = "texas" AND state_name IN ( SELECT traverse FROM river WHERE LENGTH > 750 ); geo +SELECT border FROM border_info WHERE state_name = ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) ); geo +SELECT border FROM border_info WHERE state_name = ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) ); geo +SELECT border FROM border_info WHERE state_name = ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ); geo +SELECT border FROM border_info WHERE state_name = ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ); geo +SELECT traverse FROM river WHERE LENGTH > 750; geo +SELECT state_name FROM mountain; geo +SELECT state_name FROM mountain WHERE mountain_altitude = ( SELECT MAX ( mountain_altitude ) FROM mountain ); geo +SELECT state_name FROM mountain WHERE mountain_altitude = ( SELECT MAX ( mountain_altitude ) FROM mountain ); geo +SELECT state_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city ); geo +SELECT density FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ) ); geo +SELECT mountain_name FROM mountain WHERE mountain_altitude = ( SELECT MAX ( mountain_altitude ) FROM mountain WHERE state_name != "alaska" ); geo +SELECT river_name FROM river WHERE river_name NOT IN ( SELECT river_name FROM river WHERE traverse = "tennessee" ); geo +SELECT river_name FROM river WHERE river_name NOT IN ( SELECT river_name FROM river WHERE traverse = "tennessee" ); geo +SELECT river_name FROM river WHERE country_name != "usa"; geo +SELECT river_name FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name IN ( SELECT state_name FROM state WHERE capital = "atlanta" ) ); geo +SELECT river_name FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name IN ( SELECT state_name FROM state WHERE capital = "atlanta" ) ); geo +SELECT city_name FROM city WHERE population = ( SELECT MIN ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name ); geo +SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT state_name FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ); geo +SELECT state_name FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ); geo +SELECT state_name FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ); geo +SELECT state_name FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "idaho" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = "idaho" ); geo +SELECT state_name FROM city GROUP BY state_name ORDER BY AVG ( population ) LIMIT 1; geo +SELECT state_name FROM mountain WHERE mountain_name = "whitney"; geo +SELECT state_name FROM mountain WHERE mountain_name = "whitney"; geo +SELECT state_name FROM mountain WHERE mountain_name = "whitney"; geo +SELECT state_name FROM mountain WHERE mountain_name = "whitney"; geo +SELECT traverse FROM river; geo +SELECT traverse FROM river; geo +SELECT state_name FROM city WHERE city_name = "austin" AND population > 150000; geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "california" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = "california" ); geo +SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "california" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = "california" ); geo +SELECT COUNT ( river_name ) FROM river WHERE traverse NOT IN ( SELECT state_name FROM state WHERE capital = "albany" ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river WHERE traverse = "texas" ) AND traverse = "texas"; geo +SELECT city_name FROM city WHERE population > 150000 AND state_name = ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ); geo +SELECT population FROM city WHERE city_name = ( SELECT capital FROM state WHERE area = ( SELECT MAX ( t1.area ) FROM state AS t1 JOIN river AS t2 ON t1.state_name = t2.traverse WHERE t2.river_name = "mississippi" ) ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river ); geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river ); geo +SELECT capital FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "texas" ) ); geo +SELECT city_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city WHERE state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ) ) AND state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ); geo +SELECT population FROM state WHERE area = ( SELECT MAX ( area ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "texas" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = "texas" ); geo +SELECT state_name FROM state WHERE capital = "salem"; geo +SELECT state_name FROM state WHERE capital = "salem"; geo +SELECT state_name FROM state WHERE capital = "salem"; geo +SELECT state_name FROM state WHERE capital = "salem"; geo +SELECT river_name FROM river WHERE traverse IN ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state WHERE state_name IN ( SELECT state_name FROM border_info WHERE border IN ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) ) ) ) AND state_name IN ( SELECT state_name FROM border_info WHERE border IN ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) ) ); geo +SELECT COUNT ( river_name ) FROM river; geo +SELECT DISTINCT capital FROM state; geo +SELECT COUNT ( state_name ) FROM city WHERE city_name = "springfield"; geo +SELECT COUNT ( state_name ) FROM city WHERE city_name = "springfield"; geo +SELECT COUNT ( state_name ) FROM city WHERE city_name = "springfield"; geo +SELECT COUNT ( state_name ) FROM city WHERE city_name = "springfield"; geo +SELECT border FROM border_info WHERE state_name IN ( SELECT state_name FROM state WHERE population = ( SELECT MIN ( population ) FROM state ) ); geo +SELECT lake_name FROM lake WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "texas" ); geo +SELECT COUNT ( city_name ) FROM city WHERE population > 150000 AND state_name = "texas"; geo +SELECT COUNT ( city_name ) FROM city WHERE population > 150000 AND state_name = "texas"; geo +SELECT COUNT ( city_name ) FROM city WHERE population > 150000 AND state_name = "texas"; geo +SELECT highest_elevation FROM highlow; geo +SELECT COUNT ( traverse ) FROM river WHERE river_name = "missouri"; geo +SELECT COUNT ( traverse ) FROM river WHERE river_name = "missouri"; geo +SELECT COUNT ( traverse ) FROM river WHERE river_name = "missouri"; geo +SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ) ) AND traverse IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ); geo +SELECT population / area FROM state WHERE state_name = "pennsylvania"; geo +SELECT border FROM border_info WHERE state_name IN ( SELECT border FROM border_info WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "florida" ) ); geo +SELECT COUNT ( DISTINCT state_name ) FROM border_info; geo +SELECT MAX ( DISTINCT highest_elevation ) FROM highlow WHERE state_name = "texas"; geo +SELECT COUNT ( border ) FROM border_info WHERE border IN ( SELECT border FROM border_info WHERE state_name = "new mexico" ) AND state_name = "colorado"; geo +SELECT COUNT ( city_name ) FROM city WHERE population > 150000 AND state_name IN ( SELECT border FROM border_info WHERE state_name = "nebraska" ); geo +SELECT SUM ( t2.population ) FROM state AS t2 JOIN border_info AS t1 ON t2.state_name = t1.border WHERE t1.state_name = "texas"; geo +SELECT lake_name FROM lake WHERE area > 750; geo +SELECT lake_name FROM lake WHERE area > 750; geo +SELECT lake_name FROM lake; geo +SELECT COUNT ( river_name ) FROM river WHERE LENGTH > 750 AND traverse = "ohio"; geo +SELECT DISTINCT traverse FROM river WHERE LENGTH = ( SELECT MIN ( DISTINCT LENGTH ) FROM river ); geo +SELECT COUNT ( DISTINCT traverse ) FROM river WHERE LENGTH > 750; geo +SELECT mountain_altitude FROM mountain WHERE mountain_name = "mckinley"; geo +SELECT traverse FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river ); geo +SELECT t2.highest_point FROM state AS t1 JOIN highlow AS t2 ON t1.state_name = t2.state_name WHERE t1.state_name IN ( SELECT state_name FROM state WHERE population = ( SELECT MIN ( population ) FROM state ) ); geo +SELECT river_name FROM river WHERE traverse IN ( SELECT state_name FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ) ); geo +SELECT river_name FROM river WHERE traverse IN ( SELECT state_name FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ) ); geo +SELECT mountain_name FROM mountain WHERE state_name = "alaska"; geo +SELECT COUNT ( traverse ) FROM river WHERE LENGTH > 750; geo +SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ) ) ) AND state_name IN ( SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ) ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "rio grande" ) ) AND state_name IN ( SELECT traverse FROM river WHERE river_name = "rio grande" ); geo +SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "rio grande" ) ) AND state_name IN ( SELECT traverse FROM river WHERE river_name = "rio grande" ); geo +SELECT COUNT ( river_name ) FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name = "colorado" ); geo +SELECT state_name FROM state WHERE state_name NOT IN ( SELECT traverse FROM river ); geo +SELECT capital FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT capital FROM state WHERE area = ( SELECT MAX ( area ) FROM state ); geo +SELECT COUNT ( city_name ) FROM city WHERE state_name = "texas"; geo +SELECT COUNT ( city_name ) FROM city WHERE state_name = "texas"; geo +SELECT area FROM state; geo +SELECT COUNT ( DISTINCT traverse ) FROM river WHERE LENGTH = ( SELECT MIN ( DISTINCT LENGTH ) FROM river ); geo +SELECT river_name FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name IN ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) ) ); geo +SELECT city_name FROM city WHERE population > 150000 AND state_name = ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ); geo +SELECT area FROM state WHERE area = ( SELECT MIN ( area ) FROM state ); geo +SELECT border FROM border_info WHERE state_name IN ( SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ) ); geo +SELECT density FROM state WHERE population = ( SELECT MIN ( population ) FROM state ); geo +SELECT COUNT ( DISTINCT border ) FROM border_info WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = "mississippi" ); geo +SELECT t1.state_name FROM state AS t1 JOIN highlow AS t2 ON t1.capital = t2.highest_point; geo +SELECT population FROM city WHERE city_name = ( SELECT capital FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ); geo +SELECT population FROM city WHERE city_name = ( SELECT capital FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ); geo +SELECT t2.lowest_point FROM state AS t1 JOIN highlow AS t2 ON t1.state_name = t2.state_name WHERE t1.state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ); geo +SELECT t1.border FROM border_info AS t2 JOIN border_info AS t1 ON t2.border = t1.state_name WHERE t2.state_name IN ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) ); geo +SELECT MAX ( area ) FROM state; geo +SELECT MAX ( area ) FROM state; geo +SELECT t2.capital FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name WHERE t1.population <= 150000; geo +SELECT city_name FROM city; geo +SELECT t2.highest_point FROM state AS t1 JOIN highlow AS t2 ON t1.state_name = t2.state_name WHERE t1.state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ); geo +SELECT country_name FROM state WHERE state_name = "massachusetts"; geo +SELECT state_name FROM city GROUP BY state_name ORDER BY SUM ( population ) DESC LIMIT 1; geo +SELECT river_name FROM river; geo +SELECT COUNT ( city_name ) FROM city WHERE city_name = "austin"; geo +SELECT population FROM state WHERE population = ( SELECT MAX ( population ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = "wyoming" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = "wyoming" ); geo +SELECT LENGTH FROM river WHERE river_name = "colorado" AND traverse = "texas"; geo +SELECT density FROM state WHERE capital = "austin"; geo +SELECT LENGTH FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river ); geo +SELECT lowest_elevation FROM highlow WHERE lowest_point = "death valley"; geo +SELECT AVG ( population ) FROM state; geo +SELECT river_name FROM river WHERE traverse IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ); geo +SELECT t1.border FROM border_info AS t2 JOIN border_info AS t1 ON t2.border = t1.state_name JOIN border_info AS t3 ON t3.border = t2.state_name JOIN border_info AS t4 ON t4.border = t3.state_name WHERE t4.state_name = "texas"; geo +SELECT COUNT ( border ) FROM border_info WHERE state_name = ( SELECT state_name FROM state WHERE capital = "boston" ); geo +SELECT city_name FROM city WHERE population > 150000 AND state_name IN ( SELECT traverse FROM river WHERE river_name IN ( SELECT river_name FROM river WHERE LENGTH > 750 AND traverse = "virginia" ) ); geo +SELECT state_name FROM state WHERE state_name NOT IN ( SELECT border FROM border_info WHERE state_name = "texas" ); geo +SELECT COUNT ( border ) FROM border_info WHERE state_name = ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ); geo +SELECT state_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = "montana" ) AND state_name = "montana"; geo +SELECT t1.capital FROM highlow AS t2 JOIN state AS t1 ON t1.state_name = t2.state_name WHERE t2.lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ) ; geo +SELECT DISTINCT t1.city_name FROM city AS t1 JOIN river AS t2 ON t2.traverse = t1.state_name WHERE t1.population = ( SELECT MAX ( t1.population ) FROM river AS t2 JOIN city AS t1 ON t2.traverse = t1.state_name ); geo +SELECT COUNT ( t2.river_name ) FROM river AS t2 JOIN state AS t1 ON t1.state_name = t2.traverse WHERE t1.state_name = ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) ); geo +SELECT t1.state_name FROM highlow AS t3 JOIN border_info AS t1 ON t3.state_name = t1.border JOIN state AS t2 ON t2.state_name = t1.border WHERE t3.lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ) ORDER BY t2.area DESC LIMIT 1; geo +SELECT t1.capital FROM highlow AS t2 JOIN state AS t1 ON t1.state_name = t2.state_name WHERE t2.highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT t1.capital FROM highlow AS t2 JOIN state AS t1 ON t1.state_name = t2.state_name WHERE t2.highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT t2.highest_point FROM highlow AS t2 JOIN state AS t1 ON t1.state_name = t2.state_name WHERE t1.area = ( SELECT MIN ( area ) FROM state ); geo +SELECT COUNT ( t1.river_name ) FROM highlow AS t2 JOIN river AS t1 ON t1.traverse = t2.state_name WHERE t2.highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ); geo +SELECT t2.highest_elevation FROM highlow AS t2 JOIN state AS t1 ON t1.state_name = t2.state_name WHERE t1.area = ( SELECT MAX ( area ) FROM state ); geo +SELECT t1.river_name FROM highlow AS t2 JOIN river AS t1 ON t1.traverse = t2.state_name WHERE t2.highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ) ORDER BY t1.length DESC LIMIT 1; geo +SELECT count(*) FROM member WHERE Membership_card = 'Black' coffee_shop +SELECT count(*) , address FROM member GROUP BY address coffee_shop +SELECT name FROM member WHERE address = 'Harford' OR address = 'Waterbury' coffee_shop +SELECT name , member_id FROM member WHERE Membership_card = 'Black' OR age < 30 coffee_shop +SELECT Time_of_purchase , age , address FROM member ORDER BY Time_of_purchase coffee_shop +SELECT Membership_card FROM member GROUP BY Membership_card HAVING count(*) > 5 coffee_shop +SELECT address FROM member WHERE age < 30 INTERSECT SELECT address FROM member WHERE age > 40 coffee_shop +SELECT membership_card FROM member WHERE address = 'Hartford' INTERSECT SELECT membership_card FROM member WHERE address = 'Waterbury' coffee_shop +SELECT count(*) FROM member WHERE address != 'Hartford' coffee_shop +SELECT address FROM member EXCEPT SELECT address FROM member WHERE Membership_card = 'Black' coffee_shop +SELECT address FROM shop ORDER BY open_year coffee_shop +SELECT avg(num_of_staff) , avg(score) FROM shop coffee_shop +SELECT shop_id , address FROM shop WHERE score < (SELECT avg(score) FROM shop) coffee_shop +SELECT address , num_of_staff FROM shop WHERE shop_id NOT IN (SELECT shop_id FROM happy_hour) coffee_shop +SELECT t1.address , t1.shop_id FROM shop AS t1 JOIN happy_hour AS t2 ON t1.shop_id = t2.shop_id WHERE MONTH = 'May' coffee_shop +SELECT shop_id , count(*) FROM happy_hour GROUP BY shop_id ORDER BY count(*) DESC LIMIT 1 coffee_shop +SELECT MONTH FROM happy_hour GROUP BY MONTH ORDER BY count(*) DESC LIMIT 1 coffee_shop +SELECT MONTH FROM happy_hour GROUP BY MONTH HAVING count(*) > 2 coffee_shop +SELECT count(*) FROM ALBUM chinook_1 +SELECT count(*) FROM ALBUM chinook_1 +SELECT Name FROM GENRE chinook_1 +SELECT Name FROM GENRE chinook_1 +SELECT * FROM CUSTOMER WHERE State = "NY" chinook_1 +SELECT * FROM CUSTOMER WHERE State = "NY" chinook_1 +SELECT FirstName , LastName FROM EMPLOYEE WHERE City = "Calgary" chinook_1 +SELECT FirstName , LastName FROM EMPLOYEE WHERE City = "Calgary" chinook_1 +SELECT distinct(BillingCountry) FROM INVOICE chinook_1 +SELECT distinct(BillingCountry) FROM INVOICE chinook_1 +SELECT Name FROM ARTIST WHERE Name LIKE "%a%" chinook_1 +SELECT Name FROM ARTIST WHERE Name LIKE "%a%" chinook_1 +SELECT Title FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId WHERE T2.Name = "AC/DC" chinook_1 +SELECT Title FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId WHERE T2.Name = "AC/DC" chinook_1 +SELECT COUNT(*) FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId WHERE T2.Name = "Metallica" chinook_1 +SELECT COUNT(*) FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId WHERE T2.Name = "Metallica" chinook_1 +SELECT T2.Name FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId WHERE T1.Title = "Balls to the Wall" chinook_1 +SELECT T2.Name FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId WHERE T1.Title = "Balls to the Wall" chinook_1 +SELECT T2.Name FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId GROUP BY T2.Name ORDER BY COUNT(*) DESC LIMIT 1 chinook_1 +SELECT T2.Name FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId GROUP BY T2.Name ORDER BY COUNT(*) DESC LIMIT 1 chinook_1 +SELECT Name FROM TRACK WHERE Name LIKE '%you%' chinook_1 +SELECT Name FROM TRACK WHERE Name LIKE '%you%' chinook_1 +SELECT AVG(UnitPrice) FROM TRACK chinook_1 +SELECT AVG(UnitPrice) FROM TRACK chinook_1 +SELECT max(Milliseconds) , min(Milliseconds) FROM TRACK chinook_1 +SELECT max(Milliseconds) , min(Milliseconds) FROM TRACK chinook_1 +SELECT T1.Title , T2.AlbumID , COUNT(*) FROM ALBUM AS T1 JOIN TRACK AS T2 ON T1.AlbumId = T2.AlbumId GROUP BY T2.AlbumID chinook_1 +SELECT T1.Title , T2.AlbumID , COUNT(*) FROM ALBUM AS T1 JOIN TRACK AS T2 ON T1.AlbumId = T2.AlbumId GROUP BY T2.AlbumID chinook_1 +SELECT T1.Name FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId GROUP BY T2.GenreId ORDER BY COUNT(*) DESC LIMIT 1 chinook_1 +SELECT T1.Name FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId GROUP BY T2.GenreId ORDER BY COUNT(*) DESC LIMIT 1 chinook_1 +SELECT T1.Name FROM MEDIATYPE AS T1 JOIN TRACK AS T2 ON T1.MediaTypeId = T2.MediaTypeId GROUP BY T2.MediaTypeId ORDER BY COUNT(*) ASC LIMIT 1 chinook_1 +SELECT T1.Name FROM MEDIATYPE AS T1 JOIN TRACK AS T2 ON T1.MediaTypeId = T2.MediaTypeId GROUP BY T2.MediaTypeId ORDER BY COUNT(*) ASC LIMIT 1 chinook_1 +SELECT T1.Title , T2.AlbumID FROM ALBUM AS T1 JOIN TRACK AS T2 ON T1.AlbumId = T2.AlbumId WHERE T2.UnitPrice > 1 GROUP BY T2.AlbumID chinook_1 +SELECT T1.Title , T2.AlbumID FROM ALBUM AS T1 JOIN TRACK AS T2 ON T1.AlbumId = T2.AlbumId WHERE T2.UnitPrice > 1 GROUP BY T2.AlbumID chinook_1 +SELECT COUNT(*) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Rock" chinook_1 +SELECT COUNT(*) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Rock" chinook_1 +SELECT AVG(UnitPrice) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Jazz" chinook_1 +SELECT AVG(UnitPrice) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Jazz" chinook_1 +SELECT FirstName , LastName FROM CUSTOMER WHERE Email = "luisg@embraer.com.br" chinook_1 +SELECT FirstName , LastName FROM CUSTOMER WHERE Email = "luisg@embraer.com.br" chinook_1 +SELECT COUNT(*) FROM CUSTOMER WHERE Email LIKE "%gmail.com%" chinook_1 +SELECT COUNT(*) FROM CUSTOMER WHERE Email LIKE "%gmail.com%" chinook_1 +SELECT T2.FirstName , T2.LastName FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId WHERE T1.FirstName = "Leonie" chinook_1 +SELECT T2.FirstName , T2.LastName FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId WHERE T1.FirstName = "Leonie" chinook_1 +SELECT T2.City FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId WHERE T1.PostalCode = "70174" chinook_1 +SELECT T2.City FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId WHERE T1.PostalCode = "70174" chinook_1 +SELECT COUNT(DISTINCT city) FROM EMPLOYEE chinook_1 +SELECT COUNT(DISTINCT city) FROM EMPLOYEE chinook_1 +SELECT T2.InvoiceDate FROM CUSTOMER AS T1 JOIN INVOICE AS T2 ON T1.CustomerId = T2.CustomerId WHERE T1.FirstName = "Astrid" AND LastName = "Gruber" chinook_1 +SELECT T2.InvoiceDate FROM CUSTOMER AS T1 JOIN INVOICE AS T2 ON T1.CustomerId = T2.CustomerId WHERE T1.FirstName = "Astrid" AND LastName = "Gruber" chinook_1 +SELECT LastName FROM CUSTOMER EXCEPT SELECT T1.LastName FROM CUSTOMER AS T1 JOIN Invoice AS T2 ON T1.CustomerId = T2.CustomerId WHERE T2.total > 20 chinook_1 +SELECT LastName FROM CUSTOMER EXCEPT SELECT T1.LastName FROM CUSTOMER AS T1 JOIN Invoice AS T2 ON T1.CustomerId = T2.CustomerId WHERE T2.total > 20 chinook_1 +SELECT DISTINCT T1.FirstName FROM CUSTOMER AS T1 JOIN INVOICE AS T2 ON T1.CustomerId = T2.CustomerId WHERE T1.country = "Brazil" chinook_1 +SELECT DISTINCT T1.FirstName FROM CUSTOMER AS T1 JOIN INVOICE AS T2 ON T1.CustomerId = T2.CustomerId WHERE T1.country = "Brazil" chinook_1 +SELECT DISTINCT T1.Address FROM CUSTOMER AS T1 JOIN INVOICE AS T2 ON T1.CustomerId = T2.CustomerId WHERE T1.country = "Germany" chinook_1 +SELECT DISTINCT T1.Address FROM CUSTOMER AS T1 JOIN INVOICE AS T2 ON T1.CustomerId = T2.CustomerId WHERE T1.country = "Germany" chinook_1 +SELECT Phone FROM EMPLOYEE chinook_1 +SELECT Phone FROM EMPLOYEE chinook_1 +SELECT COUNT(*) FROM MEDIATYPE AS T1 JOIN TRACK AS T2 ON T1.MediaTypeId = T2.MediaTypeId WHERE T1.Name = "AAC audio file" chinook_1 +SELECT COUNT(*) FROM MEDIATYPE AS T1 JOIN TRACK AS T2 ON T1.MediaTypeId = T2.MediaTypeId WHERE T1.Name = "AAC audio file" chinook_1 +SELECT AVG(Milliseconds) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Latin" OR T1.Name = "Pop" chinook_1 +SELECT AVG(Milliseconds) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Latin" OR T1.Name = "Pop" chinook_1 +SELECT T1.FirstName , T1.SupportRepId FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId GROUP BY T1.SupportRepId HAVING COUNT(*) >= 10 chinook_1 +SELECT T1.FirstName , T1.SupportRepId FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId GROUP BY T1.SupportRepId HAVING COUNT(*) >= 10 chinook_1 +SELECT T1.LastName FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId GROUP BY T1.SupportRepId HAVING COUNT(*) <= 20 chinook_1 +SELECT T1.LastName FROM CUSTOMER AS T1 JOIN EMPLOYEE AS T2 ON T1.SupportRepId = T2.EmployeeId GROUP BY T1.SupportRepId HAVING COUNT(*) <= 20 chinook_1 +SELECT Title FROM ALBUM ORDER BY Title chinook_1 +SELECT Title FROM ALBUM ORDER BY Title chinook_1 +SELECT T2.Name , T1.ArtistId FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistID GROUP BY T1.ArtistId HAVING COUNT(*) >= 3 ORDER BY T2.Name chinook_1 +SELECT T2.Name , T1.ArtistId FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistID GROUP BY T1.ArtistId HAVING COUNT(*) >= 3 ORDER BY T2.Name chinook_1 +SELECT Name FROM ARTIST EXCEPT SELECT T2.Name FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId chinook_1 +SELECT Name FROM ARTIST EXCEPT SELECT T2.Name FROM ALBUM AS T1 JOIN ARTIST AS T2 ON T1.ArtistId = T2.ArtistId chinook_1 +SELECT AVG(T2.UnitPrice) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Rock" chinook_1 +SELECT AVG(T2.UnitPrice) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Rock" chinook_1 +SELECT max(Milliseconds) , min(Milliseconds) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Pop" chinook_1 +SELECT max(Milliseconds) , min(Milliseconds) FROM GENRE AS T1 JOIN TRACK AS T2 ON T1.GenreId = T2.GenreId WHERE T1.Name = "Pop" chinook_1 +SELECT BirthDate FROM EMPLOYEE WHERE City = "Edmonton" chinook_1 +SELECT BirthDate FROM EMPLOYEE WHERE City = "Edmonton" chinook_1 +SELECT distinct(UnitPrice) FROM TRACK chinook_1 +SELECT distinct(UnitPrice) FROM TRACK chinook_1 +SELECT count(*) FROM ARTIST WHERE artistid NOT IN(SELECT artistid FROM ALBUM) chinook_1 +SELECT count(*) FROM ARTIST WHERE artistid NOT IN(SELECT artistid FROM ALBUM) chinook_1 +SELECT T1.Title FROM Album AS T1 JOIN Track AS T2 ON T1.AlbumId = T2.AlbumId JOIN Genre AS T3 ON T2.GenreID = T3.GenreID WHERE T3.Name = 'Reggae' INTERSECT SELECT T1.Title FROM Album AS T1 JOIN Track AS T2 ON T1.AlbumId = T2.AlbumId JOIN Genre AS T3 ON T2.GenreID = T3.GenreID WHERE T3.Name = 'Rock' chinook_1 +SELECT T1.Title FROM Album AS T1 JOIN Track AS T2 ON T1.AlbumId = T2.AlbumId JOIN Genre AS T3 ON T2.GenreID = T3.GenreID WHERE T3.Name = 'Reggae' INTERSECT SELECT T1.Title FROM Album AS T1 JOIN Track AS T2 ON T1.AlbumId = T2.AlbumId JOIN Genre AS T3 ON T2.GenreID = T3.GenreID WHERE T3.Name = 'Rock' chinook_1 +SELECT customer_phone FROM available_policies insurance_fnol +SELECT customer_phone FROM available_policies insurance_fnol +SELECT customer_phone FROM available_policies WHERE policy_type_code = "Life Insurance" insurance_fnol +SELECT customer_phone FROM available_policies WHERE policy_type_code = "Life Insurance" insurance_fnol +SELECT policy_type_code FROM available_policies GROUP BY policy_type_code ORDER BY count(*) DESC LIMIT 1 insurance_fnol +SELECT policy_type_code FROM available_policies GROUP BY policy_type_code ORDER BY count(*) DESC LIMIT 1 insurance_fnol +SELECT customer_phone FROM available_policies WHERE policy_type_code = (SELECT policy_type_code FROM available_policies GROUP BY policy_type_code ORDER BY count(*) DESC LIMIT 1) insurance_fnol +SELECT customer_phone FROM available_policies WHERE policy_type_code = (SELECT policy_type_code FROM available_policies GROUP BY policy_type_code ORDER BY count(*) DESC LIMIT 1) insurance_fnol +SELECT policy_type_code FROM available_policies GROUP BY policy_type_code HAVING count(*) > 4 insurance_fnol +SELECT policy_type_code FROM available_policies GROUP BY policy_type_code HAVING count(*) > 4 insurance_fnol +SELECT sum(settlement_amount) , avg(settlement_amount) FROM settlements insurance_fnol +SELECT sum(settlement_amount) , avg(settlement_amount) FROM settlements insurance_fnol +SELECT t2.service_name FROM first_notification_of_loss AS t1 JOIN services AS t2 ON t1.service_id = t2.service_id GROUP BY t1.service_id HAVING count(*) > 2 insurance_fnol +SELECT t2.service_name FROM first_notification_of_loss AS t1 JOIN services AS t2 ON t1.service_id = t2.service_id GROUP BY t1.service_id HAVING count(*) > 2 insurance_fnol +SELECT t1.Effective_Date FROM claims AS t1 JOIN settlements AS t2 ON t1.claim_id = t2.claim_id GROUP BY t1.claim_id ORDER BY sum(t2.settlement_amount) DESC LIMIT 1 insurance_fnol +SELECT t1.Effective_Date FROM claims AS t1 JOIN settlements AS t2 ON t1.claim_id = t2.claim_id GROUP BY t1.claim_id ORDER BY sum(t2.settlement_amount) DESC LIMIT 1 insurance_fnol +SELECT count(*) FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id WHERE t1.customer_name = "Dayana Robel" insurance_fnol +SELECT count(*) FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id WHERE t1.customer_name = "Dayana Robel" insurance_fnol +SELECT t1.customer_name FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id GROUP BY t1.customer_name ORDER BY count(*) DESC LIMIT 1 insurance_fnol +SELECT t1.customer_name FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id GROUP BY t1.customer_name ORDER BY count(*) DESC LIMIT 1 insurance_fnol +SELECT DISTINCT t3.policy_type_code FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id JOIN available_policies AS t3 ON t2.policy_id = t3.policy_id WHERE t1.customer_name = "Dayana Robel" insurance_fnol +SELECT DISTINCT t3.policy_type_code FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id JOIN available_policies AS t3 ON t2.policy_id = t3.policy_id WHERE t1.customer_name = "Dayana Robel" insurance_fnol +SELECT DISTINCT t3.policy_type_code FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id JOIN available_policies AS t3 ON t2.policy_id = t3.policy_id WHERE t1.customer_name = (SELECT t1.customer_name FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id GROUP BY t1.customer_name ORDER BY count(*) DESC LIMIT 1) insurance_fnol +SELECT DISTINCT t3.policy_type_code FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id JOIN available_policies AS t3 ON t2.policy_id = t3.policy_id WHERE t1.customer_name = (SELECT t1.customer_name FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id GROUP BY t1.customer_name ORDER BY count(*) DESC LIMIT 1) insurance_fnol +SELECT service_name FROM services ORDER BY service_name insurance_fnol +SELECT service_name FROM services ORDER BY service_name insurance_fnol +SELECT count(*) FROM services insurance_fnol +SELECT count(*) FROM services insurance_fnol +SELECT customer_name FROM customers EXCEPT SELECT t1.customer_name FROM customers AS t1 JOIN first_notification_of_loss AS t2 ON t1.customer_id = t2.customer_id insurance_fnol +SELECT customer_name FROM customers EXCEPT SELECT t1.customer_name FROM customers AS t1 JOIN first_notification_of_loss AS t2 ON t1.customer_id = t2.customer_id insurance_fnol +SELECT t1.customer_name FROM customers AS t1 JOIN first_notification_of_loss AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id WHERE t3.service_name = "Close a policy" OR t3.service_name = "Upgrade a policy" insurance_fnol +SELECT t1.customer_name FROM customers AS t1 JOIN first_notification_of_loss AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id WHERE t3.service_name = "Close a policy" OR t3.service_name = "Upgrade a policy" insurance_fnol +SELECT t1.customer_name FROM customers AS t1 JOIN first_notification_of_loss AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id WHERE t3.service_name = "Close a policy" INTERSECT SELECT t1.customer_name FROM customers AS t1 JOIN first_notification_of_loss AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id WHERE t3.service_name = "New policy application" insurance_fnol +SELECT t1.customer_name FROM customers AS t1 JOIN first_notification_of_loss AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id WHERE t3.service_name = "Close a policy" INTERSECT SELECT t1.customer_name FROM customers AS t1 JOIN first_notification_of_loss AS t2 ON t1.customer_id = t2.customer_id JOIN services AS t3 ON t2.service_id = t3.service_id WHERE t3.service_name = "New policy application" insurance_fnol +SELECT customer_id FROM customers WHERE customer_name LIKE "%Diana%" insurance_fnol +SELECT customer_id FROM customers WHERE customer_name LIKE "%Diana%" insurance_fnol +SELECT max(settlement_amount) , min(settlement_amount) FROM settlements insurance_fnol +SELECT max(settlement_amount) , min(settlement_amount) FROM settlements insurance_fnol +SELECT customer_id , customer_name FROM customers ORDER BY customer_id ASC insurance_fnol +SELECT customer_id , customer_name FROM customers ORDER BY customer_id ASC insurance_fnol +SELECT t2.date_opened , t2.date_closed FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id WHERE t1.customer_name LIKE "%Diana%" insurance_fnol +SELECT t2.date_opened , t2.date_closed FROM customers AS t1 JOIN customers_policies AS t2 ON t1.customer_id = t2.customer_id WHERE t1.customer_name LIKE "%Diana%" insurance_fnol +SELECT count(*) FROM enzyme medicine_enzyme_interaction +SELECT count(*) FROM enzyme medicine_enzyme_interaction +SELECT name FROM enzyme ORDER BY name DESC medicine_enzyme_interaction +SELECT name FROM enzyme ORDER BY name DESC medicine_enzyme_interaction +SELECT name , LOCATION FROM enzyme medicine_enzyme_interaction +SELECT name , LOCATION FROM enzyme medicine_enzyme_interaction +SELECT max(OMIM) FROM enzyme medicine_enzyme_interaction +SELECT max(OMIM) FROM enzyme medicine_enzyme_interaction +SELECT product , chromosome , porphyria FROM enzyme WHERE LOCATION = 'Cytosol' medicine_enzyme_interaction +SELECT product , chromosome , porphyria FROM enzyme WHERE LOCATION = 'Cytosol' medicine_enzyme_interaction +SELECT name FROM enzyme WHERE product != 'Heme' medicine_enzyme_interaction +SELECT name FROM enzyme WHERE product != 'Heme' medicine_enzyme_interaction +SELECT name , trade_name FROM medicine WHERE FDA_approved = 'Yes' medicine_enzyme_interaction +SELECT name , trade_name FROM medicine WHERE FDA_approved = 'Yes' medicine_enzyme_interaction +SELECT T1.name FROM enzyme AS T1 JOIN medicine_enzyme_interaction AS T2 ON T1.id = T2.enzyme_id JOIN medicine AS T3 ON T2.medicine_id = T3.id WHERE T3.name = 'Amisulpride' AND T2.interaction_type = 'inhibitor' medicine_enzyme_interaction +SELECT T1.name FROM enzyme AS T1 JOIN medicine_enzyme_interaction AS T2 ON T1.id = T2.enzyme_id JOIN medicine AS T3 ON T2.medicine_id = T3.id WHERE T3.name = 'Amisulpride' AND T2.interaction_type = 'inhibitor' medicine_enzyme_interaction +SELECT T1.id , T1.Name FROM medicine AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.medicine_id = T1.id GROUP BY T1.id HAVING count(*) >= 2 medicine_enzyme_interaction +SELECT T1.id , T1.Name FROM medicine AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.medicine_id = T1.id GROUP BY T1.id HAVING count(*) >= 2 medicine_enzyme_interaction +SELECT T1.id , T1.Name , T1.FDA_approved FROM medicine AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.medicine_id = T1.id GROUP BY T1.id ORDER BY count(*) DESC medicine_enzyme_interaction +SELECT T1.id , T1.Name , T1.FDA_approved FROM medicine AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.medicine_id = T1.id GROUP BY T1.id ORDER BY count(*) DESC medicine_enzyme_interaction +SELECT T1.id , T1.name FROM enzyme AS T1 JOIN medicine_enzyme_interaction AS T2 ON T1.id = T2.enzyme_id WHERE T2.interaction_type = 'activitor' GROUP BY T1.id ORDER BY count(*) DESC LIMIT 1 medicine_enzyme_interaction +SELECT T1.id , T1.name FROM enzyme AS T1 JOIN medicine_enzyme_interaction AS T2 ON T1.id = T2.enzyme_id WHERE T2.interaction_type = 'activitor' GROUP BY T1.id ORDER BY count(*) DESC LIMIT 1 medicine_enzyme_interaction +SELECT T1.interaction_type FROM medicine_enzyme_interaction AS T1 JOIN medicine AS T2 ON T1.medicine_id = T2.id JOIN enzyme AS T3 ON T1.enzyme_id = T3.id WHERE T3.name = 'ALA synthase' AND T2.name = 'Aripiprazole' medicine_enzyme_interaction +SELECT T1.interaction_type FROM medicine_enzyme_interaction AS T1 JOIN medicine AS T2 ON T1.medicine_id = T2.id JOIN enzyme AS T3 ON T1.enzyme_id = T3.id WHERE T3.name = 'ALA synthase' AND T2.name = 'Aripiprazole' medicine_enzyme_interaction +SELECT interaction_type , count(*) FROM medicine_enzyme_interaction GROUP BY interaction_type ORDER BY count(*) DESC LIMIT 1 medicine_enzyme_interaction +SELECT interaction_type , count(*) FROM medicine_enzyme_interaction GROUP BY interaction_type ORDER BY count(*) DESC LIMIT 1 medicine_enzyme_interaction +SELECT count(*) FROM medicine WHERE FDA_approved = 'No' medicine_enzyme_interaction +SELECT count(*) FROM medicine WHERE FDA_approved = 'No' medicine_enzyme_interaction +SELECT count(*) FROM enzyme WHERE id NOT IN ( SELECT enzyme_id FROM medicine_enzyme_interaction ); medicine_enzyme_interaction +SELECT count(*) FROM enzyme WHERE id NOT IN ( SELECT enzyme_id FROM medicine_enzyme_interaction ); medicine_enzyme_interaction +SELECT T1.id , T1.trade_name FROM medicine AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.medicine_id = T1.id GROUP BY T1.id HAVING COUNT(*) >= 3 medicine_enzyme_interaction +SELECT T1.id , T1.trade_name FROM medicine AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.medicine_id = T1.id GROUP BY T1.id HAVING COUNT(*) >= 3 medicine_enzyme_interaction +SELECT DISTINCT T1.name , T1.location , T1.product FROM enzyme AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.enzyme_id = T1.id WHERE T2.interaction_type = 'inhibitor' medicine_enzyme_interaction +SELECT DISTINCT T1.name , T1.location , T1.product FROM enzyme AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.enzyme_id = T1.id WHERE T2.interaction_type = 'inhibitor' medicine_enzyme_interaction +SELECT T1.name , T1.trade_name FROM medicine AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.medicine_id = T1.id WHERE interaction_type = 'inhibitor' INTERSECT SELECT T1.name , T1.trade_name FROM medicine AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.medicine_id = T1.id WHERE interaction_type = 'activitor' medicine_enzyme_interaction +SELECT T1.name , T1.trade_name FROM medicine AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.medicine_id = T1.id WHERE interaction_type = 'inhibitor' INTERSECT SELECT T1.name , T1.trade_name FROM medicine AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.medicine_id = T1.id WHERE interaction_type = 'activitor' medicine_enzyme_interaction +SELECT name , trade_name FROM medicine EXCEPT SELECT T1.name , T1.trade_name FROM medicine AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.medicine_id = T1.id JOIN enzyme AS T3 ON T3.id = T2.enzyme_id WHERE T3.product = 'Protoporphyrinogen IX' medicine_enzyme_interaction +SELECT name , trade_name FROM medicine EXCEPT SELECT T1.name , T1.trade_name FROM medicine AS T1 JOIN medicine_enzyme_interaction AS T2 ON T2.medicine_id = T1.id JOIN enzyme AS T3 ON T3.id = T2.enzyme_id WHERE T3.product = 'Protoporphyrinogen IX' medicine_enzyme_interaction +SELECT count(DISTINCT FDA_approved) FROM medicine medicine_enzyme_interaction +SELECT count(DISTINCT FDA_approved) FROM medicine medicine_enzyme_interaction +SELECT name FROM enzyme WHERE name LIKE "%ALA%" medicine_enzyme_interaction +SELECT name FROM enzyme WHERE name LIKE "%ALA%" medicine_enzyme_interaction +SELECT trade_name , count(*) FROM medicine GROUP BY trade_name medicine_enzyme_interaction +SELECT trade_name , count(*) FROM medicine GROUP BY trade_name medicine_enzyme_interaction +SELECT school , nickname FROM university ORDER BY founded university_basketball +SELECT school , nickname FROM university ORDER BY founded university_basketball +SELECT school , LOCATION FROM university WHERE affiliation = 'Public' university_basketball +SELECT school , LOCATION FROM university WHERE affiliation = 'Public' university_basketball +SELECT founded FROM university ORDER BY enrollment DESC LIMIT 1 university_basketball +SELECT founded FROM university ORDER BY enrollment DESC LIMIT 1 university_basketball +SELECT founded FROM university WHERE affiliation != 'Public' ORDER BY founded DESC LIMIT 1 university_basketball +SELECT founded FROM university WHERE affiliation != 'Public' ORDER BY founded DESC LIMIT 1 university_basketball +SELECT count(DISTINCT school_id) FROM basketball_match university_basketball +SELECT count(DISTINCT school_id) FROM basketball_match university_basketball +SELECT acc_percent FROM basketball_match ORDER BY acc_percent DESC LIMIT 1 university_basketball +SELECT acc_percent FROM basketball_match ORDER BY acc_percent DESC LIMIT 1 university_basketball +SELECT t1.Primary_conference FROM university AS t1 JOIN basketball_match AS t2 ON t1.school_id = t2.school_id ORDER BY t2.acc_percent LIMIT 1 university_basketball +SELECT t1.Primary_conference FROM university AS t1 JOIN basketball_match AS t2 ON t1.school_id = t2.school_id ORDER BY t2.acc_percent LIMIT 1 university_basketball +SELECT t2.team_name , t2.ACC_Regular_Season FROM university AS t1 JOIN basketball_match AS t2 ON t1.school_id = t2.school_id ORDER BY t1.founded LIMIT 1 university_basketball +SELECT t2.team_name , t2.ACC_Regular_Season FROM university AS t1 JOIN basketball_match AS t2 ON t1.school_id = t2.school_id ORDER BY t1.founded LIMIT 1 university_basketball +SELECT t2.All_Games , t1.location FROM university AS t1 JOIN basketball_match AS t2 ON t1.school_id = t2.school_id WHERE team_name = 'Clemson' university_basketball +SELECT t2.All_Games , t1.location FROM university AS t1 JOIN basketball_match AS t2 ON t1.school_id = t2.school_id WHERE team_name = 'Clemson' university_basketball +SELECT avg(enrollment) FROM university WHERE founded < 1850 university_basketball +SELECT avg(enrollment) FROM university WHERE founded < 1850 university_basketball +SELECT enrollment , primary_conference FROM university ORDER BY founded LIMIT 1 university_basketball +SELECT enrollment , primary_conference FROM university ORDER BY founded LIMIT 1 university_basketball +SELECT sum(enrollment) , min(enrollment) FROM university university_basketball +SELECT sum(enrollment) , min(enrollment) FROM university university_basketball +SELECT sum(enrollment) , affiliation FROM university GROUP BY affiliation university_basketball +SELECT sum(enrollment) , affiliation FROM university GROUP BY affiliation university_basketball +SELECT count(*) FROM university WHERE school_id NOT IN (SELECT school_id FROM basketball_match) university_basketball +SELECT count(*) FROM university WHERE school_id NOT IN (SELECT school_id FROM basketball_match) university_basketball +SELECT school FROM university WHERE founded > 1850 OR affiliation = 'Public' university_basketball +SELECT school FROM university WHERE founded > 1850 OR affiliation = 'Public' university_basketball +SELECT count(DISTINCT affiliation) FROM university university_basketball +SELECT count(DISTINCT affiliation) FROM university university_basketball +SELECT count(*) FROM university WHERE LOCATION LIKE "%NY%" university_basketball +SELECT count(*) FROM university WHERE LOCATION LIKE "%NY%" university_basketball +SELECT t2.team_name FROM university AS t1 JOIN basketball_match AS t2 ON t1.school_id = t2.school_id WHERE enrollment < (SELECT avg(enrollment) FROM university) university_basketball +SELECT t2.team_name FROM university AS t1 JOIN basketball_match AS t2 ON t1.school_id = t2.school_id WHERE enrollment < (SELECT avg(enrollment) FROM university) university_basketball +SELECT count(*) , affiliation FROM university WHERE enrollment > 20000 GROUP BY affiliation university_basketball +SELECT count(*) , affiliation FROM university WHERE enrollment > 20000 GROUP BY affiliation university_basketball +SELECT sum(Enrollment) , affiliation FROM university WHERE founded > 1850 GROUP BY affiliation university_basketball +SELECT sum(Enrollment) , affiliation FROM university WHERE founded > 1850 GROUP BY affiliation university_basketball +SELECT max(Enrollment) FROM university university_basketball +SELECT max(Enrollment) FROM university university_basketball +SELECT * FROM basketball_match university_basketball +SELECT * FROM basketball_match university_basketball +SELECT team_name FROM basketball_match ORDER BY All_Home DESC university_basketball +SELECT team_name FROM basketball_match ORDER BY All_Home DESC university_basketball +SELECT Model_name FROM chip_model WHERE Launch_year BETWEEN 2002 AND 2004; phone_1 +SELECT Model_name , RAM_MiB FROM chip_model ORDER BY RAM_MiB ASC LIMIT 1; phone_1 +SELECT chip_model , screen_mode FROM phone WHERE Hardware_Model_name = "LG-P760"; phone_1 +SELECT count(*) FROM phone WHERE Company_name = "Nokia Corporation"; phone_1 +SELECT max(T1.RAM_MiB) , min(T1.RAM_MiB) FROM chip_model AS T1 JOIN phone AS T2 ON T1.Model_name = T2.chip_model WHERE T2.Company_name = "Nokia Corporation"; phone_1 +SELECT avg(T1.ROM_MiB) FROM chip_model AS T1 JOIN phone AS T2 ON T1.Model_name = T2.chip_model WHERE T2.Company_name = "Nokia Corporation"; phone_1 +SELECT T2.Hardware_Model_name , T2.Company_name FROM chip_model AS T1 JOIN phone AS T2 ON T1.Model_name = T2.chip_model WHERE T1.Launch_year = 2002 OR T1.RAM_MiB > 32; phone_1 +SELECT Hardware_Model_name , Company_name FROM phone WHERE Accreditation_type LIKE 'Full'; phone_1 +SELECT T1.Char_cells , T1.Pixels , T1.Hardware_colours FROM screen_mode AS T1 JOIN phone AS T2 ON T1.Graphics_mode = T2.screen_mode WHERE T2.Hardware_Model_name = "LG-P760"; phone_1 +SELECT T2.Hardware_Model_name , T2.Company_name FROM screen_mode AS T1 JOIN phone AS T2 ON T1.Graphics_mode = T2.screen_mode WHERE T1.Type = "Graphics"; phone_1 +SELECT Company_name , count(*) FROM phone GROUP BY Company_name ORDER BY count(*) ASC LIMIT 1; phone_1 +SELECT Company_name FROM phone GROUP BY Company_name HAVING count(*) > 1; phone_1 +SELECT max(used_kb) , min(used_kb) , avg(used_kb) FROM screen_mode; phone_1 +SELECT T2.Hardware_Model_name FROM chip_model AS T1 JOIN phone AS T2 ON T1.Model_name = T2.chip_model WHERE T1.Launch_year = 2002 ORDER BY T1.RAM_MiB DESC LIMIT 1; phone_1 +SELECT T1.WiFi , T3.Type FROM chip_model AS T1 JOIN phone AS T2 ON T1.Model_name = T2.chip_model JOIN screen_mode AS T3 ON T2.screen_mode = T3.Graphics_mode WHERE T2.Hardware_Model_name = "LG-P760"; phone_1 +SELECT T2.Hardware_Model_name FROM chip_model AS T1 JOIN phone AS T2 ON T1.Model_name = T2.chip_model JOIN screen_mode AS T3 ON T2.screen_mode = T3.Graphics_mode WHERE T3.Type = "Text" OR T1.RAM_MiB > 32; phone_1 +SELECT DISTINCT T2.Hardware_Model_name FROM screen_mode AS T1 JOIN phone AS T2 ON T1.Graphics_mode = T2.screen_mode WHERE T1.Type = "Graphics" OR t2.Company_name = "Nokia Corporation" phone_1 +SELECT DISTINCT T2.Hardware_Model_name FROM screen_mode AS T1 JOIN phone AS T2 ON T1.Graphics_mode = T2.screen_mode WHERE t2.Company_name = "Nokia Corporation" AND T1.Type != "Text"; phone_1 +SELECT DISTINCT T2.Hardware_Model_name , T2.Company_name FROM screen_mode AS T1 JOIN phone AS T2 ON T1.Graphics_mode = T2.screen_mode WHERE T1.used_kb BETWEEN 10 AND 15; phone_1 +SELECT Accreditation_type , count(*) FROM phone GROUP BY Accreditation_type phone_1 +SELECT Accreditation_type , count(*) FROM phone GROUP BY Accreditation_type phone_1 +SELECT Accreditation_level FROM phone GROUP BY Accreditation_level HAVING count(*) > 3 phone_1 +SELECT * FROM chip_model phone_1 +SELECT count(*) FROM chip_model WHERE wifi = 'No' phone_1 +SELECT count(*) FROM chip_model WHERE wifi = 'No' phone_1 +SELECT model_name FROM chip_model ORDER BY launch_year phone_1 +SELECT avg(RAM_MiB) FROM chip_model WHERE model_name NOT IN (SELECT chip_model FROM phone) phone_1 +SELECT model_name FROM chip_model EXCEPT SELECT chip_model FROM phone WHERE Accreditation_type = 'Full' phone_1 +SELECT t1.pixels FROM screen_mode AS t1 JOIN phone AS t2 ON t1.Graphics_mode = t2.screen_mode WHERE t2.Accreditation_type = 'Provisional' INTERSECT SELECT t1.pixels FROM screen_mode AS t1 JOIN phone AS t2 ON t1.Graphics_mode = t2.screen_mode WHERE t2.Accreditation_type = 'Full' phone_1 +SELECT count(*) FROM country match_season +SELECT count(*) FROM country match_season +SELECT Country_name , Capital FROM country match_season +SELECT Country_name , Capital FROM country match_season +SELECT Official_native_language FROM country WHERE Official_native_language LIKE "%English%" match_season +SELECT Official_native_language FROM country WHERE Official_native_language LIKE "%English%" match_season +SELECT DISTINCT POSITION FROM match_season match_season +SELECT DISTINCT POSITION FROM match_season match_season +SELECT Player FROM match_season WHERE College = "UCLA" match_season +SELECT Player FROM match_season WHERE College = "UCLA" match_season +SELECT DISTINCT POSITION FROM match_season WHERE College = "UCLA" OR College = "Duke" match_season +SELECT DISTINCT POSITION FROM match_season WHERE College = "UCLA" OR College = "Duke" match_season +SELECT Draft_Pick_Number , Draft_Class FROM match_season WHERE POSITION = "Defender" match_season +SELECT Draft_Pick_Number , Draft_Class FROM match_season WHERE POSITION = "Defender" match_season +SELECT count(DISTINCT Team) FROM match_season match_season +SELECT count(DISTINCT Team) FROM match_season match_season +SELECT Player , Years_Played FROM player match_season +SELECT Player , Years_Played FROM player match_season +SELECT Name FROM Team match_season +SELECT Name FROM Team match_season +SELECT T2.Season , T2.Player , T1.Country_name FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country match_season +SELECT T2.Season , T2.Player , T1.Country_name FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country match_season +SELECT T2.Player FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country WHERE T1.Country_name = "Indonesia" match_season +SELECT T2.Player FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country WHERE T1.Country_name = "Indonesia" match_season +SELECT DISTINCT T2.Position FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country WHERE T1.Capital = "Dublin" match_season +SELECT DISTINCT T2.Position FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country WHERE T1.Capital = "Dublin" match_season +SELECT T1.Official_native_language FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country WHERE T2.College = "Maryland" OR T2.College = "Duke" match_season +SELECT T1.Official_native_language FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country WHERE T2.College = "Maryland" OR T2.College = "Duke" match_season +SELECT count(DISTINCT T1.Official_native_language) FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country WHERE T2.Position = "Defender" match_season +SELECT count(DISTINCT T1.Official_native_language) FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country WHERE T2.Position = "Defender" match_season +SELECT T1.Season , T1.Player , T2.Name FROM match_season AS T1 JOIN team AS T2 ON T1.Team = T2.Team_id match_season +SELECT T1.Season , T1.Player , T2.Name FROM match_season AS T1 JOIN team AS T2 ON T1.Team = T2.Team_id match_season +SELECT T1.Position FROM match_season AS T1 JOIN team AS T2 ON T1.Team = T2.Team_id WHERE T2.Name = "Ryley Goldner" match_season +SELECT T1.Position FROM match_season AS T1 JOIN team AS T2 ON T1.Team = T2.Team_id WHERE T2.Name = "Ryley Goldner" match_season +SELECT count(DISTINCT T1.College) FROM match_season AS T1 JOIN team AS T2 ON T1.Team = T2.Team_id WHERE T2.Name = "Columbus Crew" match_season +SELECT count(DISTINCT T1.College) FROM match_season AS T1 JOIN team AS T2 ON T1.Team = T2.Team_id WHERE T2.Name = "Columbus Crew" match_season +SELECT T1.Player , T1.Years_Played FROM player AS T1 JOIN team AS T2 ON T1.Team = T2.Team_id WHERE T2.Name = "Columbus Crew" match_season +SELECT T1.Player , T1.Years_Played FROM player AS T1 JOIN team AS T2 ON T1.Team = T2.Team_id WHERE T2.Name = "Columbus Crew" match_season +SELECT POSITION , COUNT(*) FROM match_season GROUP BY POSITION match_season +SELECT POSITION , COUNT(*) FROM match_season GROUP BY POSITION match_season +SELECT Country_name , COUNT(*) FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country GROUP BY T1.Country_name match_season +SELECT Country_name , COUNT(*) FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country GROUP BY T1.Country_name match_season +SELECT player FROM match_season ORDER BY College ASC match_season +SELECT player FROM match_season ORDER BY College ASC match_season +SELECT POSITION FROM match_season GROUP BY POSITION ORDER BY count(*) DESC LIMIT 1 match_season +SELECT POSITION FROM match_season GROUP BY POSITION ORDER BY count(*) DESC LIMIT 1 match_season +SELECT College FROM match_season GROUP BY College ORDER BY count(*) DESC LIMIT 3 match_season +SELECT College FROM match_season GROUP BY College ORDER BY count(*) DESC LIMIT 3 match_season +SELECT College FROM match_season GROUP BY College HAVING count(*) >= 2 match_season +SELECT College FROM match_season GROUP BY College HAVING count(*) >= 2 match_season +SELECT College FROM match_season GROUP BY College HAVING count(*) >= 2 ORDER BY College DESC match_season +SELECT College FROM match_season GROUP BY College HAVING count(*) >= 2 ORDER BY College DESC match_season +SELECT Name FROM team WHERE Team_id NOT IN (SELECT Team FROM match_season) match_season +SELECT Name FROM team WHERE Team_id NOT IN (SELECT Team FROM match_season) match_season +SELECT T1.Country_name FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country WHERE T2.Position = "Forward" INTERSECT SELECT T1.Country_name FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country WHERE T2.Position = "Defender" match_season +SELECT T1.Country_name FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country WHERE T2.Position = "Forward" INTERSECT SELECT T1.Country_name FROM country AS T1 JOIN match_season AS T2 ON T1.Country_id = T2.Country WHERE T2.Position = "Defender" match_season +SELECT College FROM match_season WHERE POSITION = "Midfielder" INTERSECT SELECT College FROM match_season WHERE POSITION = "Defender" match_season +SELECT College FROM match_season WHERE POSITION = "Midfielder" INTERSECT SELECT College FROM match_season WHERE POSITION = "Defender" match_season +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Peter Mertens" AND t1.authorname = "Dina Barbian"; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "syntactic parsing" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "syntactic parsing" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "syntactic parsing" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "syntactic parsing" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "syntactic parsing" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "syntactic parsing" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "syntactic parsing" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "syntactic parsing" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "syntactic parsing" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "syntactic parsing" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "syntactic parsing" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "noah a smith"; scholar +SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "noah a smith"; scholar +SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "noah a smith"; scholar +SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "noah a smith"; scholar +SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "noah a smith"; scholar +SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "noah a smith"; scholar +SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "noah a smith"; scholar +SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "noah a smith"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "chi"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t2.authorid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "mirella lapata" AND t3.year = 2016 GROUP BY t2.authorid; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "sharon goldwater"; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "oren etzioni" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "oren etzioni" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "oren etzioni" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "oren etzioni" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "oren etzioni" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "oren etzioni" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "monte carlo simulation" AND t3.year > 2011; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "monte carlo simulation" AND t3.year > 2011; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "monte carlo simulation" AND t3.year > 2011; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "monte carlo simulation" AND t3.year > 2011; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "monte carlo simulation" AND t3.year > 2011; scholar +SELECT COUNT ( t3.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "ras bodik"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "David M. Blei" AND t4.venuename = "AISTATS"; scholar +SELECT DISTINCT paperid FROM paper WHERE title = "machine networks for one shot learning"; scholar +SELECT DISTINCT paperid FROM paper WHERE title = "machine networks for one shot learning"; scholar +SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citedpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2010 AND t2.venuename = "EMNLP" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citedpaperid ) DESC; scholar +SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citedpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2010 AND t2.venuename = "EMNLP" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citedpaperid ) DESC; scholar +SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citedpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2010 AND t2.venuename = "EMNLP" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citedpaperid ) DESC; scholar +SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citedpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2010 AND t2.venuename = "EMNLP" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citedpaperid ) DESC; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.datasetname = "RGB-D Object Dataset" AND t3.title = "Class consistent multi-modal fusion with binary features" AND t3.year = 2016 AND t4.venuename = "CVPR"; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.datasetname = "RGB-D Object Dataset" AND t3.title = "Class consistent multi-modal fusion with binary features" AND t3.year = 2016 AND t4.venuename = "CVPR"; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Christopher D. Manning"; scholar +SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; scholar +SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; scholar +SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; scholar +SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; scholar +SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; scholar +SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; scholar +SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; scholar +SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; scholar +SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; scholar +SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; scholar +SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; scholar +SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; scholar +SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Luke Zettlemoyer"; scholar +SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Daniella Coelho"; scholar +SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Daniella Coelho"; scholar +SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Daniella Coelho"; scholar +SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Daniella Coelho"; scholar +SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Daniella Coelho"; scholar +SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Daniella Coelho"; scholar +SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Daniella Coelho"; scholar +SELECT DISTINCT COUNT ( DISTINCT paperid ) FROM paper; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t1 JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t1.paperid JOIN author AS t2 ON t3.authorid = t2.authorid WHERE t2.authorname = "Ed Desmond" AND t4.keyphrasename = "Semantic Parsing"; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t1 JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t1.paperid JOIN author AS t2 ON t3.authorid = t2.authorid WHERE t2.authorname = "Ed Desmond" AND t4.keyphrasename = "Semantic Parsing"; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t1 JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t1.paperid JOIN author AS t2 ON t3.authorid = t2.authorid WHERE t2.authorname = "Ed Desmond" AND t4.keyphrasename = "Semantic Parsing"; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t1 JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t1.paperid JOIN author AS t2 ON t3.authorid = t2.authorid WHERE t2.authorname = "Ed Desmond" AND t4.keyphrasename = "Semantic Parsing"; scholar +SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "li dong" AND t3.year = 2016; scholar +SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "li dong" AND t3.year = 2016; scholar +SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "li dong" AND t3.year = 2016; scholar +SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "li dong" AND t3.year = 2016; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "Parsing" AND t3.year = 2012 AND t4.venuename = "acl"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "Parsing" AND t3.year = 2012 AND t4.venuename = "acl"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "Parsing" AND t3.year = 2012 AND t4.venuename = "acl"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "Parsing" AND t3.year = 2012 AND t4.venuename = "acl"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "Parsing" AND t3.year = 2012 AND t4.venuename = "acl"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "Parsing" AND t3.year = 2012 AND t4.venuename = "acl"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "Parsing" AND t3.year = 2012 AND t4.venuename = "acl"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "Parsing" AND t3.year = 2012 AND t4.venuename = "acl"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "Parsing" AND t3.year = 2012 AND t4.venuename = "acl"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "Parsing" AND t3.year = 2012 AND t4.venuename = "acl"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "Parsing" AND t3.year = 2012 AND t4.venuename = "acl"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "Parsing" AND t3.year = 2012 AND t4.venuename = "acl"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "Parsing" AND t3.year = 2012 AND t4.venuename = "acl"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "dependent types"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "dependent types"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "dependent types"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Question Answering"; scholar +SELECT DISTINCT t2.keyphraseid , t3.year FROM paper AS t3 JOIN paperkeyphrase AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "Luke S Zettlemoyer" ORDER BY t3.year , t2.keyphraseid; scholar +SELECT DISTINCT t1.keyphrasename , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "sanjeev arora" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t1.keyphrasename , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "sanjeev arora" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t1.keyphrasename , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "sanjeev arora" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t3.paperid , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "balakrishnan prabhakaran"; scholar +SELECT DISTINCT t3.paperid , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "zachary tatlock"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "subhasis chaudhuri"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "subhasis chaudhuri"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "subhasis chaudhuri"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "subhasis chaudhuri"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "parsing" AND t3.year = 2014 AND t4.venuename = "ACL"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "parsing" AND t3.year = 2014 AND t4.venuename = "ACL"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "parsing" AND t3.year = 2014 AND t4.venuename = "ACL"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "brian curless" AND t5.keyphrasename = "convolution"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Liwen Xiong" AND t3.year = 2015; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "TAIL" AND t4.venuename = "NIPS"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "TAIL" AND t4.venuename = "NIPS"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "TAIL" AND t4.venuename = "NIPS"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "TAIL" AND t4.venuename = "NIPS"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "TAIL" AND t4.venuename = "NIPS"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "TAIL" AND t4.venuename = "NIPS"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "TAIL" AND t4.venuename = "NIPS"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "TAIL" AND t4.venuename = "NIPS"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "TAIL" AND t4.venuename = "NIPS"; scholar +SELECT DISTINCT COUNT ( DISTINCT t1.authorid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname != "Mark Steedman" AND t2.paperid IN ( SELECT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Mark Steedman" ); scholar +SELECT DISTINCT t2.keyphraseid FROM paper AS t3 JOIN paperkeyphrase AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "Christof Dallermassl" AND t3.year = 2000; scholar +SELECT DISTINCT t2.keyphraseid FROM paper AS t3 JOIN paperkeyphrase AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "Christof Dallermassl" AND t3.year = 2000; scholar +SELECT DISTINCT t2.keyphraseid FROM paper AS t3 JOIN paperkeyphrase AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "Christof Dallermassl" AND t3.year = 2000; scholar +SELECT DISTINCT t2.keyphraseid FROM paper AS t3 JOIN paperkeyphrase AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "Christof Dallermassl" AND t3.year = 2000; scholar +SELECT DISTINCT t1.authorname , COUNT ( t3.citingpaperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN cite AS t3 ON t2.paperid = t3.citedpaperid GROUP BY t1.authorname ORDER BY COUNT ( t3.citingpaperid ) DESC; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "mohammad rastegari" AND t3.journalid >= 0; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "mohammad rastegari" AND t3.journalid >= 0; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.citingpaperid ) , t1.paperid FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2014 AND t2.venuename = "TACL" GROUP BY t1.paperid ORDER BY COUNT ( DISTINCT t3.citingpaperid ) DESC; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.citingpaperid ) , t1.paperid FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2014 AND t2.venuename = "TACL" GROUP BY t1.paperid ORDER BY COUNT ( DISTINCT t3.citingpaperid ) DESC; scholar +SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2016 AND t3.venuename = "acl"; scholar +SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2016 AND t3.venuename = "acl"; scholar +SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2016 AND t3.venuename = "acl"; scholar +SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2016 AND t3.venuename = "acl"; scholar +SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2016 AND t3.venuename = "acl"; scholar +SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2016 AND t3.venuename = "acl"; scholar +SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2016 AND t3.venuename = "acl"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Multiuser Receiver in the Decision Feedback" AND t3.year = 2016 GROUP BY t3.paperid HAVING COUNT ( DISTINCT t1.keyphrasename ) > 1; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname LIKE "ImageNet"; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname LIKE "ImageNet"; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname LIKE "ImageNet"; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname LIKE "ImageNet"; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname LIKE "ImageNet"; scholar +SELECT DISTINCT COUNT ( t3.citedpaperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN cite AS t3 ON t2.paperid = t3.citingpaperid WHERE t1.authorname = "Mirella Lapata"; scholar +SELECT DISTINCT COUNT ( t3.citedpaperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN cite AS t3 ON t2.paperid = t3.citingpaperid WHERE t1.authorname = "Mirella Lapata"; scholar +SELECT DISTINCT COUNT ( t3.citedpaperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN cite AS t3 ON t2.paperid = t3.citingpaperid WHERE t1.authorname = "Mirella Lapata"; scholar +SELECT DISTINCT t3.year FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Michael Stonebraker" AND t4.venuename = "VLDB" ORDER BY t3.year; scholar +SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = "semantic parsing"; scholar +SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = "semantic parsing"; scholar +SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = "semantic parsing"; scholar +SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = "semantic parsing"; scholar +SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = "semantic parsing"; scholar +SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = "semantic parsing"; scholar +SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = "semantic parsing"; scholar +SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = "semantic parsing"; scholar +SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = "semantic parsing"; scholar +SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = "semantic parsing"; scholar +SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = "semantic parsing"; scholar +SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = "semantic parsing"; scholar +SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = "semantic parsing"; scholar +SELECT DISTINCT t3.journalid , t4.venueid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Peter Mertens"; scholar +SELECT DISTINCT t3.journalid , t4.venueid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Peter Mertens"; scholar +SELECT DISTINCT t3.journalid , t4.venueid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Peter Mertens"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "nature communications"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "nature communications"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "nature communications"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "nature communications"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "nature communications"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "nature communications"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "nature communications"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "nature communications"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "nature communications"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "nature communications"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "nature communications"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "nature communications"; scholar +SELECT DISTINCT t2.datasetid , t4.year FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN paper AS t4 ON t4.paperid = t3.paperid JOIN keyphrase AS t5 ON t1.keyphraseid = t5.keyphraseid WHERE t5.keyphrasename = "deep learning" ORDER BY t4.year ASC; scholar +SELECT DISTINCT t2.datasetid , t4.year FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN paper AS t4 ON t4.paperid = t3.paperid JOIN keyphrase AS t5 ON t1.keyphraseid = t5.keyphraseid WHERE t5.keyphrasename = "deep learning" ORDER BY t4.year ASC; scholar +SELECT DISTINCT t1.datasetid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t4.venuename = "ACL"; scholar +SELECT DISTINCT t1.datasetid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t4.venuename = "ACL"; scholar +SELECT DISTINCT t2.paperid FROM paperkeyphrase AS t5 JOIN keyphrase AS t3 ON t5.keyphraseid = t3.keyphraseid JOIN paper AS t2 ON t2.paperid = t5.paperid JOIN venue AS t6 ON t6.venueid = t2.venueid JOIN writes AS t4 ON t4.paperid = t2.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "li dong" AND t3.keyphrasename = "semantic parsing" AND t2.year = 2016 AND t6.venuename = "acl"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "convolutional neural networks" AND t3.year = 2016; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "convolutional neural networks" AND t3.year = 2016; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "convolutional neural networks" AND t3.year = 2016; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "convolutional neural networks" AND t3.year = 2016; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "convolutional neural networks" AND t3.year = 2016; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "question answering" AND t3.year = 2016; scholar +SELECT DISTINCT COUNT ( t1.paperid ) , t1.year FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "NIPS" GROUP BY t1.year ORDER BY COUNT ( t1.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t1.paperid ) , t1.year FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "NIPS" GROUP BY t1.year ORDER BY COUNT ( t1.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t1.paperid ) , t1.year FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "NIPS" GROUP BY t1.year ORDER BY COUNT ( t1.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t1.paperid ) , t1.year FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "NIPS" GROUP BY t1.year ORDER BY COUNT ( t1.paperid ) DESC; scholar +SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Noah A Smith"; scholar +SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Noah A Smith"; scholar +SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Noah A Smith"; scholar +SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Noah A Smith"; scholar +SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Noah A Smith"; scholar +SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Noah A Smith"; scholar +SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Noah A Smith"; scholar +SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Noah A Smith"; scholar +SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Noah A Smith"; scholar +SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Noah A Smith"; scholar +SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Noah A Smith"; scholar +SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Noah A Smith"; scholar +SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Noah A Smith"; scholar +SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Noah A Smith"; scholar +SELECT DISTINCT t2.datasetid FROM paper AS t3 JOIN paperdataset AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "jitendra malik"; scholar +SELECT DISTINCT t2.datasetid FROM paper AS t3 JOIN paperdataset AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "jitendra malik"; scholar +SELECT DISTINCT t2.datasetid FROM paper AS t3 JOIN paperdataset AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "jitendra malik"; scholar +SELECT DISTINCT t2.datasetid FROM paper AS t3 JOIN paperdataset AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "jitendra malik"; scholar +SELECT DISTINCT t2.datasetid FROM paper AS t3 JOIN paperdataset AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "jitendra malik"; scholar +SELECT DISTINCT t2.datasetid FROM paper AS t3 JOIN paperdataset AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "jitendra malik"; scholar +SELECT DISTINCT t2.datasetid FROM paper AS t3 JOIN paperdataset AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "jitendra malik"; scholar +SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" ORDER BY t3.year DESC; scholar +SELECT DISTINCT t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Pedro Domingos" GROUP BY t3.year; scholar +SELECT DISTINCT t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Pedro Domingos" GROUP BY t3.year; scholar +SELECT DISTINCT t3.paperid , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "jamie callan" ORDER BY t3.year; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "jamie callan" GROUP BY t3.year; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "jamie callan" GROUP BY t3.year; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "jamie callan" GROUP BY t3.year; scholar +SELECT DISTINCT t3.paperid FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citingpaperid JOIN writes AS t2 ON t2.paperid = t4.citedpaperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "oren etzioni"; scholar +SELECT DISTINCT t3.paperid FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citingpaperid JOIN writes AS t2 ON t2.paperid = t4.citedpaperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "oren etzioni"; scholar +SELECT DISTINCT t3.paperid FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citingpaperid JOIN writes AS t2 ON t2.paperid = t4.citedpaperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Daniel Jurafsky"; scholar +SELECT DISTINCT t3.paperid FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citingpaperid JOIN writes AS t2 ON t2.paperid = t4.citedpaperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Daniel Jurafsky"; scholar +SELECT DISTINCT t3.paperid FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citingpaperid JOIN writes AS t2 ON t2.paperid = t4.citedpaperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Daniel Jurafsky"; scholar +SELECT DISTINCT t3.paperid FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citingpaperid JOIN writes AS t2 ON t2.paperid = t4.citedpaperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Daniel Jurafsky"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "instance segmentation" AND t3.journalid >= 0; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "semantic parsing" AND t4.year > 2005 GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "semantic parsing" AND t4.year > 2005 GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "semantic parsing" AND t4.year > 2005 GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t5.citingpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t3 ON t2.keyphraseid = t3.keyphraseid JOIN writes AS t4 ON t4.paperid = t2.paperid JOIN cite AS t5 ON t4.paperid = t5.citedpaperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "Dan Makumbi" AND t3.keyphrasename = "Genetic Identity"; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "character recognition" AND t3.year < 2010; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "character recognition" AND t3.year < 2010; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "character recognition" AND t3.year < 2010; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "character recognition" AND t3.year < 2010; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "character recognition" AND t3.year < 2010; scholar +SELECT DISTINCT COUNT ( t2.keyphraseid ) , t2.keyphraseid FROM paper AS t3 JOIN paperkeyphrase AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "oren etzioni" GROUP BY t2.keyphraseid ORDER BY COUNT ( t2.keyphraseid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.paperid ) FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paper AS t4 ON t4.paperid = t3.paperid JOIN paperkeyphrase AS t1 ON t4.paperid = t1.paperid JOIN keyphrase AS t5 ON t1.keyphraseid = t5.keyphraseid WHERE t2.datasetname = "ImageNet" AND t5.keyphrasename = "deep learning"; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "parsing" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "parsing" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "parsing" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "parsing" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "parsing" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "parsing" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "parsing" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "parsing" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "parsing" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "parsing" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "parsing" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "parsing" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t3.year , t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname LIKE "Michael Armstrong" AND t3.year LIKE "199"; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "ohad shamir" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "ohad shamir" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "ohad shamir" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "ohad shamir" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "ohad shamir" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "ohad shamir" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "ohad shamir" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC; scholar +SELECT DISTINCT COUNT ( t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "michael i. jordan" AND t3.year = 2016; scholar +SELECT DISTINCT COUNT ( t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "michael i. jordan" AND t3.year = 2016; scholar +SELECT DISTINCT COUNT ( t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "michael i. jordan" AND t3.year = 2016; scholar +SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = "ACL" GROUP BY t1.authorid; scholar +SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = "ACL" GROUP BY t1.authorid; scholar +SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = "ACL" GROUP BY t1.authorid; scholar +SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2007 AND t3.venuename = "CVPR" GROUP BY t1.authorid ORDER BY COUNT ( t2.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2007 AND t3.venuename = "CVPR" GROUP BY t1.authorid ORDER BY COUNT ( t2.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2007 AND t3.venuename = "CVPR" GROUP BY t1.authorid ORDER BY COUNT ( t2.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2007 AND t3.venuename = "CVPR" GROUP BY t1.authorid ORDER BY COUNT ( t2.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2007 AND t3.venuename = "CVPR" GROUP BY t1.authorid ORDER BY COUNT ( t2.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2007 AND t3.venuename = "CVPR" GROUP BY t1.authorid ORDER BY COUNT ( t2.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( DISTINCT t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "ACL"; scholar +SELECT DISTINCT COUNT ( DISTINCT t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "ACL"; scholar +SELECT DISTINCT paperid FROM paper WHERE YEAR = 2014; scholar +SELECT DISTINCT paperid FROM paper WHERE YEAR = 2014; scholar +SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Richard Ladner" AND t4.venuename = "chi"; scholar +SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Richard Ladner" AND t4.venuename = "chi"; scholar +SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Richard Ladner" AND t4.venuename = "chi"; scholar +SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Richard Ladner" AND t4.venuename = "chi"; scholar +SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Richard Ladner" AND t4.venuename = "chi"; scholar +SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Richard Ladner" AND t4.venuename = "chi"; scholar +SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Richard Ladner" AND t4.venuename = "chi"; scholar +SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Richard Ladner" AND t4.venuename = "chi"; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citingpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "Artificial Intelligence" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citingpaperid ) DESC; scholar +SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citingpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "Artificial Intelligence" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citingpaperid ) DESC; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t3.year = 2014 AND t4.venuename = "ACL" GROUP BY t1.keyphraseid ORDER BY COUNT ( t3.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t3.year = 2015 AND t4.venuename = "NIPS" GROUP BY t1.keyphraseid ORDER BY COUNT ( t3.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t3.year = 2015 AND t4.venuename = "NIPS" GROUP BY t1.keyphraseid ORDER BY COUNT ( t3.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t3.year = 2015 AND t4.venuename = "NIPS" GROUP BY t1.keyphraseid ORDER BY COUNT ( t3.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t3.year = 2015 AND t4.venuename = "NIPS" GROUP BY t1.keyphraseid ORDER BY COUNT ( t3.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t3.year = 2015 AND t4.venuename = "NIPS" GROUP BY t1.keyphraseid ORDER BY COUNT ( t3.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t3.year = 2015 AND t4.venuename = "NIPS" GROUP BY t1.keyphraseid ORDER BY COUNT ( t3.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "deep reinforcement learning" AND t4.venuename = "nips"; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = "WebKB"; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = "WebKB"; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = "WebKB"; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = "WebKB"; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = "WebKB"; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = "WebKB"; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = "WebKB"; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = "WebKB"; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = "WebKB"; scholar +SELECT DISTINCT venueid FROM paper WHERE YEAR = 2013; scholar +SELECT DISTINCT COUNT ( DISTINCT t4.citingpaperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid JOIN cite AS t4 ON t1.paperid = t4.citedpaperid WHERE t3.venuename = "CVPR" GROUP BY t1.authorid ORDER BY COUNT ( DISTINCT t4.citingpaperid ) DESC; scholar +SELECT DISTINCT COUNT ( DISTINCT t4.citingpaperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid JOIN cite AS t4 ON t1.paperid = t4.citedpaperid WHERE t3.venuename = "CVPR" GROUP BY t1.authorid ORDER BY COUNT ( DISTINCT t4.citingpaperid ) DESC; scholar +SELECT DISTINCT t1.authorname , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname != "chris dyer" AND t5.keyphrasename = "syntactic parsing"; scholar +SELECT DISTINCT t1.authorname , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname != "chris dyer" AND t5.keyphrasename = "syntactic parsing"; scholar +SELECT DISTINCT t1.authorname , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname != "chris dyer" AND t5.keyphrasename = "syntactic parsing"; scholar +SELECT DISTINCT t1.authorname , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname != "chris dyer" AND t5.keyphrasename = "syntactic parsing"; scholar +SELECT DISTINCT paperid FROM paper WHERE YEAR = ( SELECT MAX ( YEAR ) FROM paper ); scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "benjamin mako hill" GROUP BY t3.year ORDER BY t3.year; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "benjamin mako hill" GROUP BY t3.year ORDER BY t3.year; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "ameet soni" GROUP BY t3.year ORDER BY t3.year; scholar +SELECT DISTINCT COUNT ( t4.citingpaperid ) , t3.authorid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN cite AS t4 ON t2.paperid = t4.citedpaperid JOIN writes AS t3 ON t3.paperid = t4.citingpaperid WHERE t1.authorname = "Daniel A Reed" GROUP BY t3.authorid ORDER BY COUNT ( t4.citingpaperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.citingpaperid ) , t3.authorid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN cite AS t4 ON t2.paperid = t4.citedpaperid JOIN writes AS t3 ON t3.paperid = t4.citingpaperid WHERE t1.authorname = "Daniel A Reed" GROUP BY t3.authorid ORDER BY COUNT ( t4.citingpaperid ) DESC; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "sigir"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "sigir"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "sigir"; scholar +SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = "sigir"; scholar +SELECT DISTINCT t3.citingpaperid FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t2.venuename = "ACL" GROUP BY t3.citingpaperid HAVING COUNT ( DISTINCT t3.citedpaperid ) < 5; scholar +SELECT DISTINCT t3.citingpaperid FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t2.venuename = "ACL" GROUP BY t3.citingpaperid HAVING COUNT ( DISTINCT t3.citedpaperid ) < 5; scholar +SELECT DISTINCT t3.citingpaperid FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t2.venuename = "ACL" GROUP BY t3.citingpaperid HAVING COUNT ( DISTINCT t3.citedpaperid ) < 5; scholar +SELECT DISTINCT t3.citingpaperid FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t2.venuename = "ACL" GROUP BY t3.citingpaperid HAVING COUNT ( DISTINCT t3.citedpaperid ) < 5; scholar +SELECT DISTINCT t3.paperid , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Mirella Lapata" ORDER BY t3.year DESC LIMIT 5; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = "pldi"; scholar +SELECT DISTINCT journalid FROM paper WHERE YEAR = 2011 GROUP BY journalid; scholar +SELECT DISTINCT journalid FROM paper WHERE YEAR = 2011 GROUP BY journalid; scholar +SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.title LIKE "neural attention" AND t1.year = 2016 AND t2.venuename = "ACL"; scholar +SELECT DISTINCT t1.authorname FROM paperkeyphrase AS t2 JOIN keyphrase AS t4 ON t2.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t2.paperid JOIN author AS t1 ON t3.authorid = t1.authorid WHERE t4.keyphrasename = "Machine Learning" GROUP BY t1.authorname ORDER BY COUNT ( DISTINCT t3.paperid ) DESC; scholar +SELECT DISTINCT t1.authorname FROM paperkeyphrase AS t2 JOIN keyphrase AS t4 ON t2.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t2.paperid JOIN author AS t1 ON t3.authorid = t1.authorid WHERE t4.keyphrasename LIKE "sensor fusion"; scholar +SELECT DISTINCT t1.authorname FROM paperkeyphrase AS t2 JOIN keyphrase AS t4 ON t2.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t2.paperid JOIN author AS t1 ON t3.authorid = t1.authorid WHERE t4.keyphrasename LIKE "sensor fusion"; scholar +SELECT DISTINCT t1.authorname FROM paperkeyphrase AS t2 JOIN keyphrase AS t4 ON t2.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t2.paperid JOIN author AS t1 ON t3.authorid = t1.authorid WHERE t4.keyphrasename LIKE "sensor fusion"; scholar +SELECT DISTINCT t1.authorname FROM paperkeyphrase AS t2 JOIN keyphrase AS t4 ON t2.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t2.paperid JOIN author AS t1 ON t3.authorid = t1.authorid WHERE t4.keyphrasename LIKE "sensor fusion"; scholar +SELECT DISTINCT t1.authorname FROM paperkeyphrase AS t2 JOIN keyphrase AS t4 ON t2.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t2.paperid JOIN author AS t1 ON t3.authorid = t1.authorid WHERE t4.keyphrasename LIKE "sensor fusion"; scholar +SELECT DISTINCT COUNT ( t5.citingpaperid ) FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN cite AS t5 ON t3.paperid = t5.citedpaperid JOIN writes AS t4 ON t4.paperid = t5.citingpaperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "michael i. jordan" AND t1.authorname = "dan klein"; scholar +SELECT DISTINCT COUNT ( t5.citingpaperid ) FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN cite AS t5 ON t3.paperid = t5.citedpaperid JOIN writes AS t4 ON t4.paperid = t5.citingpaperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "michael i. jordan" AND t1.authorname = "dan klein"; scholar +SELECT DISTINCT t5.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN writes AS t5 ON t5.paperid = t4.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = "Ameet Soni" AND t1.authorname = "Ras Bodik"; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = "ImageNet" AND t3.year = 2014; scholar +SELECT DISTINCT t3.journalid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Takashi Matsumoto" GROUP BY t3.journalid; scholar +SELECT DISTINCT t3.journalid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Takashi Matsumoto" GROUP BY t3.journalid; scholar +SELECT DISTINCT t3.journalid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Takashi Matsumoto" GROUP BY t3.journalid; scholar +SELECT DISTINCT t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid JOIN author AS t5 ON t3.authorid = t5.authorid WHERE t2.keyphrasename = "Bacterial Wilt" AND t4.year = 2016; scholar +SELECT DISTINCT t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid JOIN author AS t5 ON t3.authorid = t5.authorid WHERE t2.keyphrasename = "Bacterial Wilt" AND t4.year = 2016; scholar +SELECT DISTINCT t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Luke S Zettlemoyer" ORDER BY t3.year; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "question answering" AND t3.year = 2016; scholar +SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "question answering" AND t3.year = 2016; scholar +SELECT DISTINCT COUNT ( t3.citingpaperid ) , t1.keyphrasename FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN cite AS t3 ON t2.paperid = t3.citedpaperid GROUP BY t1.keyphrasename ORDER BY COUNT ( t3.citingpaperid ) DESC; scholar +SELECT DISTINCT t3.journalid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Temporal Data" GROUP BY t3.journalid; scholar +SELECT DISTINCT t3.journalid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Temporal Data" GROUP BY t3.journalid; scholar +SELECT DISTINCT t2.paperid FROM paperdataset AS t3 JOIN dataset AS t5 ON t3.datasetid = t5.datasetid JOIN paperkeyphrase AS t4 ON t4.paperid = t3.paperid JOIN paper AS t2 ON t2.paperid = t3.paperid JOIN venue AS t6 ON t6.venueid = t2.venueid JOIN keyphrase AS t1 ON t4.keyphraseid = t1.keyphraseid WHERE t5.datasetname = "Jeopardy! Questions" AND t1.keyphrasename = "Parsing" AND t2.year = 2014 AND t6.venuename = "ACL"; scholar +SELECT DISTINCT t2.paperid FROM paperdataset AS t3 JOIN dataset AS t5 ON t3.datasetid = t5.datasetid JOIN paperkeyphrase AS t4 ON t4.paperid = t3.paperid JOIN paper AS t2 ON t2.paperid = t3.paperid JOIN venue AS t6 ON t6.venueid = t2.venueid JOIN keyphrase AS t1 ON t4.keyphraseid = t1.keyphraseid WHERE t5.datasetname = "Jeopardy! Questions" AND t1.keyphrasename = "Parsing" AND t2.year = 2014 AND t6.venuename = "ACL"; scholar +SELECT DISTINCT t2.paperid FROM paperdataset AS t3 JOIN dataset AS t5 ON t3.datasetid = t5.datasetid JOIN paperkeyphrase AS t4 ON t4.paperid = t3.paperid JOIN paper AS t2 ON t2.paperid = t3.paperid JOIN venue AS t6 ON t6.venueid = t2.venueid JOIN keyphrase AS t1 ON t4.keyphraseid = t1.keyphraseid WHERE t5.datasetname = "Jeopardy! Questions" AND t1.keyphrasename = "Parsing" AND t2.year = 2014 AND t6.venuename = "ACL"; scholar +SELECT DISTINCT t2.paperid FROM paperdataset AS t3 JOIN dataset AS t5 ON t3.datasetid = t5.datasetid JOIN paperkeyphrase AS t4 ON t4.paperid = t3.paperid JOIN paper AS t2 ON t2.paperid = t3.paperid JOIN venue AS t6 ON t6.venueid = t2.venueid JOIN keyphrase AS t1 ON t4.keyphraseid = t1.keyphraseid WHERE t5.datasetname = "Jeopardy! Questions" AND t1.keyphrasename = "Parsing" AND t2.year = 2014 AND t6.venuename = "ACL"; scholar +SELECT DISTINCT t2.paperid FROM paperdataset AS t3 JOIN dataset AS t5 ON t3.datasetid = t5.datasetid JOIN paperkeyphrase AS t4 ON t4.paperid = t3.paperid JOIN paper AS t2 ON t2.paperid = t3.paperid JOIN venue AS t6 ON t6.venueid = t2.venueid JOIN keyphrase AS t1 ON t4.keyphraseid = t1.keyphraseid WHERE t5.datasetname = "Jeopardy! Questions" AND t1.keyphrasename = "Parsing" AND t2.year = 2014 AND t6.venuename = "ACL"; scholar +SELECT DISTINCT t2.journalid FROM paper AS t3 JOIN journal AS t2 ON t3.journalid = t2.journalid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "linda shapiro"; scholar +SELECT DISTINCT t2.journalid FROM paper AS t3 JOIN journal AS t2 ON t3.journalid = t2.journalid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "linda shapiro"; scholar +SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = "NIPS"; scholar +SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = "NIPS"; scholar +SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = "NIPS"; scholar +SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = "NIPS"; scholar +SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = "NIPS"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t4.venueid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "deep learning" GROUP BY t4.venueid ORDER BY COUNT ( t3.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM paper AS t3 JOIN journal AS t2 ON t3.journalid = t2.journalid JOIN paperkeyphrase AS t1 ON t3.paperid = t1.paperid WHERE t2.journalname = "Cell" AND t3.year = 2015; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM paper AS t3 JOIN journal AS t2 ON t3.journalid = t2.journalid JOIN paperkeyphrase AS t1 ON t3.paperid = t1.paperid WHERE t2.journalname = "Cell" AND t3.year = 2015; scholar +SELECT DISTINCT t3.title FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Donald E Knuth"; scholar +SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "ali farhadi" AND t3.year = 2016 AND t4.venuename = "eccv"; scholar +SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "ali farhadi" AND t3.year = 2016 AND t4.venuename = "eccv"; scholar +SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "ali farhadi" AND t3.year = 2016 AND t4.venuename = "eccv"; scholar +SELECT DISTINCT t2.paperid FROM paperdataset AS t3 JOIN dataset AS t1 ON t3.datasetid = t1.datasetid JOIN paperkeyphrase AS t2 ON t2.paperid = t3.paperid JOIN keyphrase AS t4 ON t2.keyphraseid = t4.keyphraseid WHERE t1.datasetname = "YAGO" AND t4.keyphrasename = "Semantic Data"; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = "chi" GROUP BY t1.authorid ORDER BY COUNT ( DISTINCT t2.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = "chi" GROUP BY t1.authorid ORDER BY COUNT ( DISTINCT t2.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = "chi" GROUP BY t1.authorid ORDER BY COUNT ( DISTINCT t2.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = "chi" GROUP BY t1.authorid ORDER BY COUNT ( DISTINCT t2.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname LIKE "Ye Cao" GROUP BY t3.year ORDER BY COUNT ( DISTINCT t3.paperid ) DESC; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname LIKE "Ye Cao" GROUP BY t3.year ORDER BY COUNT ( DISTINCT t3.paperid ) DESC; scholar +SELECT DISTINCT t3.venueid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = "ImageNet"; scholar +SELECT DISTINCT t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" GROUP BY t3.year ORDER BY t3.year ASC; scholar +SELECT DISTINCT t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" GROUP BY t3.year ORDER BY t3.year ASC; scholar +SELECT DISTINCT t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" GROUP BY t3.year ORDER BY t3.year ASC; scholar +SELECT DISTINCT t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "deep learning" GROUP BY t3.year ORDER BY t3.year ASC; scholar +SELECT DISTINCT t2.paperid FROM paper AS t2 JOIN journal AS t1 ON t2.journalid = t1.journalid WHERE t1.journalname = "Academic radiology" AND t2.year = 1995; scholar +SELECT DISTINCT t4.citedpaperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citingpaperid WHERE t1.keyphrasename = "parsing"; scholar +SELECT DISTINCT t4.citedpaperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citingpaperid WHERE t1.keyphrasename = "parsing"; scholar +SELECT DISTINCT t3.venueid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Trophic Cascade"; scholar +SELECT DISTINCT t3.venueid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Trophic Cascade"; scholar +SELECT DISTINCT t3.venueid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Trophic Cascade"; scholar +SELECT DISTINCT t3.venueid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Trophic Cascade"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "question answering" AND t3.year >= 2011; scholar +SELECT DISTINCT COUNT ( DISTINCT t4.citingpaperid ) , t3.venueid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = "NLP" GROUP BY t3.venueid ORDER BY COUNT ( DISTINCT t4.citingpaperid ) DESC; scholar +SELECT DISTINCT t2.paperid , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = "ACL"; scholar +SELECT DISTINCT t2.citingpaperid FROM paper AS t1 JOIN cite AS t2 ON t1.paperid = t2.citedpaperid GROUP BY t2.citingpaperid HAVING COUNT ( DISTINCT t2.citedpaperid ) > 10; scholar +SELECT DISTINCT t1.authorid FROM writes AS t1 JOIN paper AS t2 ON t1.paperid = t2.paperid WHERE t2.year = 2015; scholar +SELECT DISTINCT t1.authorid FROM writes AS t1 JOIN paper AS t2 ON t1.paperid = t2.paperid WHERE t2.year = 2015; scholar +SELECT DISTINCT t1.keyphrasename , SUM ( t3.numcitedby ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Brian DeRenzi" GROUP BY t1.keyphrasename ORDER BY SUM ( t3.numcitedby ) DESC; scholar +SELECT DISTINCT t1.keyphrasename , SUM ( t3.numcitedby ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = "Brian DeRenzi" GROUP BY t1.keyphrasename ORDER BY SUM ( t3.numcitedby ) DESC; scholar +SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM writes AS t1 JOIN paper AS t2 ON t1.paperid = t2.paperid GROUP BY t1.authorid HAVING COUNT ( t2.paperid ) >= 5; scholar +SELECT DISTINCT paperid FROM paper WHERE YEAR != 2015; scholar +SELECT DISTINCT t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "Michael Stonebraker" AND t5.keyphrasename = "GIS Database"; scholar +SELECT DISTINCT t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "Michael Stonebraker" AND t5.keyphrasename = "GIS Database"; scholar +SELECT DISTINCT t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = "Michael Stonebraker" AND t5.keyphrasename = "GIS Database"; scholar +SELECT DISTINCT t3.journalid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "Trophic Cascade" AND t3.year = 2010 GROUP BY t3.journalid; scholar +SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citingpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2016 AND t2.venuename = "CVPR" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citingpaperid ) DESC; scholar +SELECT DISTINCT COUNT ( t4.citedpaperid ) , t3.year FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "luke zettlemoyer" GROUP BY t3.year; scholar +SELECT DISTINCT t2.paperid FROM paperdataset AS t3 JOIN dataset AS t1 ON t3.datasetid = t1.datasetid JOIN paper AS t4 ON t4.paperid = t3.paperid JOIN writes AS t2 ON t2.paperid = t4.paperid WHERE t1.datasetname = "ImageNet" GROUP BY t2.paperid; scholar +SELECT DISTINCT paperid , title FROM paper WHERE title LIKE "the effects of juicing for cancer patients" AND YEAR > 2006; scholar +SELECT DISTINCT t2.paperid FROM paperkeyphrase AS t5 JOIN keyphrase AS t3 ON t5.keyphraseid = t3.keyphraseid JOIN writes AS t4 ON t4.paperid = t5.paperid JOIN paper AS t2 ON t4.paperid = t2.paperid JOIN author AS t1 ON t4.authorid = t1.authorid JOIN venue AS t6 ON t6.venueid = t2.venueid WHERE t1.authorname = "Eric C. Kerrigan" AND t3.keyphrasename = "Liquid" AND t6.venuename = "Automatica"; scholar +SELECT DISTINCT t3.venueid , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "sergey levine" GROUP BY t3.venueid , t3.year ORDER BY t3.year DESC; scholar +SELECT DISTINCT t2.keyphraseid FROM paper AS t3 JOIN paperkeyphrase AS t2 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid JOIN writes AS t5 ON t5.paperid = t3.paperid JOIN author AS t1 ON t5.authorid = t1.authorid WHERE t1.authorname = "dan klein" AND t4.venuename = "emnlp"; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = "Neutralizing Antibody" AND t4.year = 2012 GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.datasetname = "ImageNet" AND t3.year = 2014 AND t4.venuename = "eccv"; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.datasetname = "ImageNet" AND t3.year = 2014 AND t4.venuename = "eccv"; scholar +SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.datasetname = "ImageNet" AND t3.year = 2014 AND t4.venuename = "eccv"; scholar +SELECT DISTINCT t5.citingpaperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN cite AS t5 ON t2.paperid = t5.citingpaperid JOIN paper AS t3 ON t3.paperid = t5.citedpaperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = "Euclidean Distance" AND t4.venuename = "NIPS"; scholar +SELECT DISTINCT COUNT ( t4.paperid ) , t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t4 ON t4.paperid = t2.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t1.datasetname = "ImageNet" GROUP BY t3.paperid ORDER BY COUNT ( t4.paperid ) DESC; scholar +SELECT DISTINCT ( t1.paperid ) , COUNT ( t3.citingpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2012 AND t2.venuename = "ACL" GROUP BY t1.paperid HAVING COUNT ( t3.citingpaperid ) > 7; scholar +SELECT DISTINCT COUNT ( DISTINCT t4.citingpaperid ) , t1.keyphraseid , t2.paperid FROM paper AS t2 JOIN cite AS t4 ON t2.paperid = t4.citedpaperid JOIN paperkeyphrase AS t1 ON t2.paperid = t1.paperid JOIN venue AS t3 ON t3.venueid = t2.venueid WHERE t2.year = 2012 AND t3.venuename = "EMNLP-CoNLL" GROUP BY t2.paperid , t1.keyphraseid ORDER BY COUNT ( DISTINCT t4.citingpaperid ) DESC; scholar +SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname != "Noah Smith" AND t3.year > 2009 AND t2.paperid IN ( SELECT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname LIKE "Noah Smith" ); scholar +SELECT DISTINCT COUNT ( t3.citingpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t2.venuename = "ACL" GROUP BY t3.citingpaperid HAVING COUNT ( DISTINCT t3.citedpaperid ) > 2; scholar +SELECT DISTINCT t2.title FROM paperkeyphrase AS t5 JOIN keyphrase AS t3 ON t5.keyphraseid = t3.keyphraseid JOIN writes AS t4 ON t4.paperid = t5.paperid JOIN paper AS t2 ON t4.paperid = t2.paperid JOIN author AS t1 ON t4.authorid = t1.authorid JOIN venue AS t6 ON t6.venueid = t2.venueid WHERE t1.authorname LIKE "Eric C. Kerrigan" AND t3.keyphrasename = "Liquid" AND t6.venuename = "Automatica"; scholar +SELECT DISTINCT COUNT ( t3.paperid ) FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.datasetname = "ImageNet" AND t4.venuename = "cvpr"; scholar +SELECT DISTINCT venueid FROM venue WHERE venuename = "Neuroscience"; scholar +SELECT DISTINCT MAX ( t3.year ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Mary Crainie"; scholar +SELECT DISTINCT t1.authorid FROM paperkeyphrase AS t6 JOIN keyphrase AS t3 ON t6.keyphraseid = t3.keyphraseid JOIN writes AS t4 ON t4.paperid = t6.paperid JOIN writes AS t5 ON t5.paperid = t4.paperid JOIN author AS t1 ON t5.authorid = t1.authorid JOIN author AS t2 ON t4.authorid = t2.authorid WHERE t2.authorname = "Philipp Koehn" AND t3.keyphrasename = "Machine Translation Output"; scholar +SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = "Samuel Madden" AND t4.venuename != "PVLDB"; scholar +SELECT DISTINCT t3.journalid , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Donald E Knuth" GROUP BY t3.journalid , t3.year ORDER BY t3.year DESC; scholar +SELECT DISTINCT venueid FROM paper WHERE title = "Fracture of acrylic bone cement"; scholar +SELECT DISTINCT COUNT ( t2.paperid ) FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2010 AND t3.venuename = "sigcse"; scholar +SELECT DISTINCT title , YEAR FROM paper WHERE title = "A Switching Architecture For ISDN"; scholar +SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t4.venuename = "uist"; scholar +SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = "Su-In Lee" AND t3.year < 2012; scholar +SELECT DISTINCT COUNT ( t3.paperid ) , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = "semantic parsing" GROUP BY t3.year ORDER BY t3.year DESC; scholar +SELECT DISTINCT t2.citingpaperid FROM paper AS t1 JOIN cite AS t2 ON t1.paperid = t2.citedpaperid GROUP BY t2.citingpaperid HAVING COUNT ( DISTINCT t2.citedpaperid ) >= 5; scholar +SELECT DISTINCT t2.citingpaperid FROM paper AS t1 JOIN cite AS t2 ON t1.paperid = t2.citedpaperid GROUP BY t2.citingpaperid HAVING COUNT ( DISTINCT t2.citedpaperid ) >= 5; scholar +SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citingpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t2.venuename = "sigcomm" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citingpaperid ) DESC; scholar +SELECT DISTINCT t3.title FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN writes AS t4 ON t4.paperid = t2.paperid JOIN paper AS t3 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname LIKE "Ranjit Jhala" AND t5.keyphrasename = "Liquid Haskell"; scholar +SELECT count(*) FROM climber climbing +SELECT count(*) FROM climber climbing +SELECT Name FROM climber ORDER BY Points DESC climbing +SELECT Name FROM climber ORDER BY Points DESC climbing +SELECT Name FROM climber WHERE Country != "Switzerland" climbing +SELECT Name FROM climber WHERE Country != "Switzerland" climbing +SELECT max(Points) FROM climber WHERE Country = "United Kingdom" climbing +SELECT max(Points) FROM climber WHERE Country = "United Kingdom" climbing +SELECT COUNT(DISTINCT Country) FROM climber climbing +SELECT COUNT(DISTINCT Country) FROM climber climbing +SELECT Name FROM mountain ORDER BY Name ASC climbing +SELECT Name FROM mountain ORDER BY Name ASC climbing +SELECT Country FROM mountain WHERE Height > 5000 climbing +SELECT Country FROM mountain WHERE Height > 5000 climbing +SELECT Name FROM mountain ORDER BY Height DESC LIMIT 1 climbing +SELECT Name FROM mountain ORDER BY Height DESC LIMIT 1 climbing +SELECT DISTINCT Range FROM mountain ORDER BY Prominence DESC LIMIT 3 climbing +SELECT DISTINCT Range FROM mountain ORDER BY Prominence DESC LIMIT 3 climbing +SELECT T1.Name , T2.Name FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID climbing +SELECT T1.Name , T2.Name FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID climbing +SELECT T1.Name , T2.Height FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID climbing +SELECT T1.Name , T2.Height FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID climbing +SELECT T2.Height FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID ORDER BY T1.Points DESC LIMIT 1 climbing +SELECT T2.Height FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID ORDER BY T1.Points DESC LIMIT 1 climbing +SELECT DISTINCT T2.Name FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID WHERE T1.Country = "West Germany" climbing +SELECT DISTINCT T2.Name FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID WHERE T1.Country = "West Germany" climbing +SELECT T1.Time FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID WHERE T2.Country = "Uganda" climbing +SELECT T1.Time FROM climber AS T1 JOIN mountain AS T2 ON T1.Mountain_ID = T2.Mountain_ID WHERE T2.Country = "Uganda" climbing +SELECT Country , COUNT(*) FROM climber GROUP BY Country climbing +SELECT Country , COUNT(*) FROM climber GROUP BY Country climbing +SELECT Country FROM mountain GROUP BY Country HAVING COUNT(*) > 1 climbing +SELECT Country FROM mountain GROUP BY Country HAVING COUNT(*) > 1 climbing +SELECT Name FROM mountain WHERE Mountain_ID NOT IN (SELECT Mountain_ID FROM climber) climbing +SELECT Name FROM mountain WHERE Mountain_ID NOT IN (SELECT Mountain_ID FROM climber) climbing +SELECT Country FROM mountain WHERE Height > 5600 INTERSECT SELECT Country FROM mountain WHERE Height < 5200 climbing +SELECT Country FROM mountain WHERE Height > 5600 INTERSECT SELECT Country FROM mountain WHERE Height < 5200 climbing +SELECT Range FROM mountain GROUP BY Range ORDER BY COUNT(*) DESC LIMIT 1 climbing +SELECT Range FROM mountain GROUP BY Range ORDER BY COUNT(*) DESC LIMIT 1 climbing +SELECT Name FROM mountain WHERE Height > 5000 OR Prominence > 1000 climbing +SELECT Name FROM mountain WHERE Height > 5000 OR Prominence > 1000 climbing +SELECT count(*) FROM body_builder body_builder +SELECT Total FROM body_builder ORDER BY Total ASC body_builder +SELECT Snatch , Clean_Jerk FROM body_builder ORDER BY Snatch ASC body_builder +SELECT avg(Snatch) FROM body_builder body_builder +SELECT Clean_Jerk FROM body_builder ORDER BY Total DESC LIMIT 1 body_builder +SELECT Birth_Date FROM People ORDER BY Height ASC body_builder +SELECT T2.Name FROM body_builder AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID body_builder +SELECT T2.Name FROM body_builder AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Total > 300 body_builder +SELECT T2.Name FROM body_builder AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Weight DESC LIMIT 1 body_builder +SELECT T2.Birth_Date , T2.Birth_Place FROM body_builder AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID ORDER BY T1.Total DESC LIMIT 1 body_builder +SELECT T2.Height FROM body_builder AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Total < 315 body_builder +SELECT avg(T1.Total) FROM body_builder AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID WHERE T2.Height > 200 body_builder +SELECT T2.Name FROM body_builder AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID ORDER BY T1.Total DESC body_builder +SELECT Birth_Place , COUNT(*) FROM people GROUP BY Birth_Place body_builder +SELECT Birth_Place FROM people GROUP BY Birth_Place ORDER BY COUNT(*) DESC LIMIT 1 body_builder +SELECT Birth_Place FROM people GROUP BY Birth_Place HAVING COUNT(*) >= 2 body_builder +SELECT Height , Weight FROM people ORDER BY Height DESC body_builder +SELECT * FROM body_builder body_builder +SELECT Name , birth_place FROM people EXCEPT SELECT T1.Name , T1.birth_place FROM people AS T1 JOIN body_builder AS T2 ON T1.people_id = T2.people_id body_builder +SELECT count(DISTINCT Birth_Place) FROM people body_builder +SELECT count(*) FROM people WHERE people_id NOT IN (SELECT People_ID FROM body_builder) body_builder +SELECT T2.weight FROM body_builder AS T1 JOIN people AS T2 ON T1.people_id = T2.people_id WHERE T1.snatch > 140 OR T2.height > 200; body_builder +SELECT T1.total FROM body_builder AS T1 JOIN people AS T2 ON T1.people_id = T2.people_id WHERE T2.Birth_Date LIKE "%January%"; body_builder +SELECT min(snatch) FROM body_builder body_builder +SELECT count(*) FROM election election_representative +SELECT Votes FROM election ORDER BY Votes DESC election_representative +SELECT Date , Vote_Percent FROM election election_representative +SELECT min(Vote_Percent) , max(Vote_Percent) FROM election election_representative +SELECT Name , Party FROM representative election_representative +SELECT Name FROM Representative WHERE Party != "Republican" election_representative +SELECT Lifespan FROM representative WHERE State = "New York" OR State = "Indiana" election_representative +SELECT T2.Name , T1.Date FROM election AS T1 JOIN representative AS T2 ON T1.Representative_ID = T2.Representative_ID election_representative +SELECT T2.Name FROM election AS T1 JOIN representative AS T2 ON T1.Representative_ID = T2.Representative_ID WHERE Votes > 10000 election_representative +SELECT T2.Name FROM election AS T1 JOIN representative AS T2 ON T1.Representative_ID = T2.Representative_ID ORDER BY votes DESC election_representative +SELECT T2.Party FROM election AS T1 JOIN representative AS T2 ON T1.Representative_ID = T2.Representative_ID ORDER BY votes ASC LIMIT 1 election_representative +SELECT T2.Lifespan FROM election AS T1 JOIN representative AS T2 ON T1.Representative_ID = T2.Representative_ID ORDER BY Vote_Percent DESC election_representative +SELECT avg(T1.Votes) FROM election AS T1 JOIN representative AS T2 ON T1.Representative_ID = T2.Representative_ID WHERE T2.Party = "Republican" election_representative +SELECT Party , COUNT(*) FROM representative GROUP BY Party election_representative +SELECT Party , COUNT(*) FROM representative GROUP BY Party ORDER BY COUNT(*) DESC LIMIT 1 election_representative +SELECT Party FROM representative GROUP BY Party HAVING COUNT(*) >= 3 election_representative +SELECT State FROM representative GROUP BY State HAVING COUNT(*) >= 2 election_representative +SELECT Name FROM representative WHERE Representative_ID NOT IN (SELECT Representative_ID FROM election) election_representative +SELECT Party FROM representative WHERE State = "New York" INTERSECT SELECT Party FROM representative WHERE State = "Pennsylvania" election_representative +SELECT count(DISTINCT Party) FROM representative election_representative +SELECT count(*) FROM Apartment_Bookings apartment_rentals +SELECT count(*) FROM Apartment_Bookings apartment_rentals +SELECT booking_start_date , booking_end_date FROM Apartment_Bookings apartment_rentals +SELECT booking_start_date , booking_end_date FROM Apartment_Bookings apartment_rentals +SELECT DISTINCT building_description FROM Apartment_Buildings apartment_rentals +SELECT DISTINCT building_description FROM Apartment_Buildings apartment_rentals +SELECT building_short_name FROM Apartment_Buildings WHERE building_manager = "Emma" apartment_rentals +SELECT building_short_name FROM Apartment_Buildings WHERE building_manager = "Emma" apartment_rentals +SELECT building_address , building_phone FROM Apartment_Buildings WHERE building_manager = "Brenden" apartment_rentals +SELECT building_address , building_phone FROM Apartment_Buildings WHERE building_manager = "Brenden" apartment_rentals +SELECT building_full_name FROM Apartment_Buildings WHERE building_full_name LIKE "%court%" apartment_rentals +SELECT building_full_name FROM Apartment_Buildings WHERE building_full_name LIKE "%court%" apartment_rentals +SELECT min(bathroom_count) , max(bathroom_count) FROM Apartments apartment_rentals +SELECT min(bathroom_count) , max(bathroom_count) FROM Apartments apartment_rentals +SELECT avg(bedroom_count) FROM Apartments apartment_rentals +SELECT avg(bedroom_count) FROM Apartments apartment_rentals +SELECT apt_number , room_count FROM Apartments apartment_rentals +SELECT apt_number , room_count FROM Apartments apartment_rentals +SELECT avg(room_count) FROM Apartments WHERE apt_type_code = "Studio" apartment_rentals +SELECT avg(room_count) FROM Apartments WHERE apt_type_code = "Studio" apartment_rentals +SELECT apt_number FROM Apartments WHERE apt_type_code = "Flat" apartment_rentals +SELECT apt_number FROM Apartments WHERE apt_type_code = "Flat" apartment_rentals +SELECT guest_first_name , guest_last_name FROM Guests apartment_rentals +SELECT guest_first_name , guest_last_name FROM Guests apartment_rentals +SELECT date_of_birth FROM Guests WHERE gender_code = "Male" apartment_rentals +SELECT date_of_birth FROM Guests WHERE gender_code = "Male" apartment_rentals +SELECT T2.apt_number , T1.booking_start_date , T1.booking_start_date FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id apartment_rentals +SELECT T2.apt_number , T1.booking_start_date , T1.booking_start_date FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id apartment_rentals +SELECT T1.booking_start_date , T1.booking_start_date FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T2.apt_type_code = "Duplex" apartment_rentals +SELECT T1.booking_start_date , T1.booking_start_date FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T2.apt_type_code = "Duplex" apartment_rentals +SELECT T1.booking_start_date , T1.booking_start_date FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T2.bedroom_count > 2 apartment_rentals +SELECT T1.booking_start_date , T1.booking_start_date FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T2.bedroom_count > 2 apartment_rentals +SELECT T1.booking_status_code FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T2.apt_number = "Suite 634" apartment_rentals +SELECT T1.booking_status_code FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T2.apt_number = "Suite 634" apartment_rentals +SELECT DISTINCT T2.apt_number FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T1.booking_status_code = "Confirmed" apartment_rentals +SELECT DISTINCT T2.apt_number FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T1.booking_status_code = "Confirmed" apartment_rentals +SELECT avg(room_count) FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T1.booking_status_code = "Provisional" apartment_rentals +SELECT avg(room_count) FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T1.booking_status_code = "Provisional" apartment_rentals +SELECT T2.guest_first_name , T1.booking_start_date , T1.booking_start_date FROM Apartment_Bookings AS T1 JOIN Guests AS T2 ON T1.guest_id = T2.guest_id apartment_rentals +SELECT T2.guest_first_name , T1.booking_start_date , T1.booking_start_date FROM Apartment_Bookings AS T1 JOIN Guests AS T2 ON T1.guest_id = T2.guest_id apartment_rentals +SELECT T1.booking_start_date , T1.booking_start_date FROM Apartment_Bookings AS T1 JOIN Guests AS T2 ON T1.guest_id = T2.guest_id WHERE T2.gender_code = "Female" apartment_rentals +SELECT T1.booking_start_date , T1.booking_start_date FROM Apartment_Bookings AS T1 JOIN Guests AS T2 ON T1.guest_id = T2.guest_id WHERE T2.gender_code = "Female" apartment_rentals +SELECT T2.guest_first_name , T2.guest_last_name FROM Apartment_Bookings AS T1 JOIN Guests AS T2 ON T1.guest_id = T2.guest_id WHERE T1.booking_status_code = "Confirmed" apartment_rentals +SELECT T2.guest_first_name , T2.guest_last_name FROM Apartment_Bookings AS T1 JOIN Guests AS T2 ON T1.guest_id = T2.guest_id WHERE T1.booking_status_code = "Confirmed" apartment_rentals +SELECT T1.facility_code FROM Apartment_Facilities AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T2.bedroom_count > 4 apartment_rentals +SELECT T1.facility_code FROM Apartment_Facilities AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T2.bedroom_count > 4 apartment_rentals +SELECT sum(T2.room_count) FROM Apartment_Facilities AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T1.facility_code = "Gym" apartment_rentals +SELECT sum(T2.room_count) FROM Apartment_Facilities AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T1.facility_code = "Gym" apartment_rentals +SELECT sum(T2.room_count) FROM Apartment_Buildings AS T1 JOIN Apartments AS T2 ON T1.building_id = T2.building_id WHERE T1.building_short_name = "Columbus Square" apartment_rentals +SELECT sum(T2.room_count) FROM Apartment_Buildings AS T1 JOIN Apartments AS T2 ON T1.building_id = T2.building_id WHERE T1.building_short_name = "Columbus Square" apartment_rentals +SELECT T1.building_address FROM Apartment_Buildings AS T1 JOIN Apartments AS T2 ON T1.building_id = T2.building_id WHERE T2.bathroom_count > 2 apartment_rentals +SELECT T1.building_address FROM Apartment_Buildings AS T1 JOIN Apartments AS T2 ON T1.building_id = T2.building_id WHERE T2.bathroom_count > 2 apartment_rentals +SELECT T2.apt_type_code , T2.apt_number FROM Apartment_Buildings AS T1 JOIN Apartments AS T2 ON T1.building_id = T2.building_id WHERE T1.building_manager = "Kyle" apartment_rentals +SELECT T2.apt_type_code , T2.apt_number FROM Apartment_Buildings AS T1 JOIN Apartments AS T2 ON T1.building_id = T2.building_id WHERE T1.building_manager = "Kyle" apartment_rentals +SELECT booking_status_code , COUNT(*) FROM Apartment_Bookings GROUP BY booking_status_code apartment_rentals +SELECT booking_status_code , COUNT(*) FROM Apartment_Bookings GROUP BY booking_status_code apartment_rentals +SELECT apt_number FROM Apartments ORDER BY room_count ASC apartment_rentals +SELECT apt_number FROM Apartments ORDER BY room_count ASC apartment_rentals +SELECT apt_number FROM Apartments ORDER BY bedroom_count DESC LIMIT 1 apartment_rentals +SELECT apt_number FROM Apartments ORDER BY bedroom_count DESC LIMIT 1 apartment_rentals +SELECT apt_type_code , COUNT(*) FROM Apartments GROUP BY apt_type_code ORDER BY COUNT(*) ASC apartment_rentals +SELECT apt_type_code , COUNT(*) FROM Apartments GROUP BY apt_type_code ORDER BY COUNT(*) ASC apartment_rentals +SELECT apt_type_code FROM Apartments GROUP BY apt_type_code ORDER BY avg(room_count) DESC LIMIT 3 apartment_rentals +SELECT apt_type_code FROM Apartments GROUP BY apt_type_code ORDER BY avg(room_count) DESC LIMIT 3 apartment_rentals +SELECT apt_type_code , bathroom_count , bedroom_count FROM Apartments GROUP BY apt_type_code ORDER BY sum(room_count) DESC LIMIT 1 apartment_rentals +SELECT apt_type_code , bathroom_count , bedroom_count FROM Apartments GROUP BY apt_type_code ORDER BY sum(room_count) DESC LIMIT 1 apartment_rentals +SELECT apt_type_code FROM Apartments GROUP BY apt_type_code ORDER BY count(*) DESC LIMIT 1 apartment_rentals +SELECT apt_type_code FROM Apartments GROUP BY apt_type_code ORDER BY count(*) DESC LIMIT 1 apartment_rentals +SELECT apt_type_code FROM Apartments WHERE bathroom_count > 1 GROUP BY apt_type_code ORDER BY count(*) DESC LIMIT 1 apartment_rentals +SELECT apt_type_code FROM Apartments WHERE bathroom_count > 1 GROUP BY apt_type_code ORDER BY count(*) DESC LIMIT 1 apartment_rentals +SELECT apt_type_code , max(room_count) , min(room_count) FROM Apartments GROUP BY apt_type_code apartment_rentals +SELECT apt_type_code , max(room_count) , min(room_count) FROM Apartments GROUP BY apt_type_code apartment_rentals +SELECT gender_code , COUNT(*) FROM Guests GROUP BY gender_code ORDER BY COUNT(*) DESC apartment_rentals +SELECT gender_code , COUNT(*) FROM Guests GROUP BY gender_code ORDER BY COUNT(*) DESC apartment_rentals +SELECT count(*) FROM Apartments WHERE apt_id NOT IN (SELECT apt_id FROM Apartment_Facilities) apartment_rentals +SELECT count(*) FROM Apartments WHERE apt_id NOT IN (SELECT apt_id FROM Apartment_Facilities) apartment_rentals +SELECT T2.apt_number FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T1.booking_status_code = "Confirmed" INTERSECT SELECT T2.apt_number FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T1.booking_status_code = "Provisional" apartment_rentals +SELECT T2.apt_number FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T1.booking_status_code = "Confirmed" INTERSECT SELECT T2.apt_number FROM Apartment_Bookings AS T1 JOIN Apartments AS T2 ON T1.apt_id = T2.apt_id WHERE T1.booking_status_code = "Provisional" apartment_rentals +SELECT T1.apt_number FROM Apartments AS T1 JOIN View_Unit_Status AS T2 ON T1.apt_id = T2.apt_id WHERE T2.available_yn = 0 INTERSECT SELECT T1.apt_number FROM Apartments AS T1 JOIN View_Unit_Status AS T2 ON T1.apt_id = T2.apt_id WHERE T2.available_yn = 1 apartment_rentals +SELECT T1.apt_number FROM Apartments AS T1 JOIN View_Unit_Status AS T2 ON T1.apt_id = T2.apt_id WHERE T2.available_yn = 0 INTERSECT SELECT T1.apt_number FROM Apartments AS T1 JOIN View_Unit_Status AS T2 ON T1.apt_id = T2.apt_id WHERE T2.available_yn = 1 apartment_rentals +SELECT count(*) FROM game WHERE season > 2007 game_injury +SELECT Date FROM game ORDER BY home_team DESC game_injury +SELECT season , home_team , away_team FROM game game_injury +SELECT max(home_games) , min(home_games) , avg(home_games) FROM stadium game_injury +SELECT average_attendance FROM stadium WHERE capacity_percentage > 100 game_injury +SELECT player , number_of_matches , SOURCE FROM injury_accident WHERE injury != 'Knee problem' game_injury +SELECT T1.season FROM game AS T1 JOIN injury_accident AS T2 ON T1.id = T2.game_id WHERE T2.player = 'Walter Samuel' game_injury +SELECT T1.id , T1.score , T1.date FROM game AS T1 JOIN injury_accident AS T2 ON T2.game_id = T1.id GROUP BY T1.id HAVING count(*) >= 2 game_injury +SELECT T1.id , T1.name FROM stadium AS T1 JOIN game AS T2 ON T1.id = T2.stadium_id JOIN injury_accident AS T3 ON T2.id = T3.game_id GROUP BY T1.id ORDER BY count(*) DESC LIMIT 1 game_injury +SELECT T1.id , T1.name FROM stadium AS T1 JOIN game AS T2 ON T1.id = T2.stadium_id JOIN injury_accident AS T3 ON T2.id = T3.game_id GROUP BY T1.id ORDER BY count(*) DESC LIMIT 1 game_injury +SELECT T1.season , T2.name FROM game AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.id JOIN injury_accident AS T3 ON T1.id = T3.game_id WHERE T3.injury = 'Foot injury' OR T3.injury = 'Knee problem' game_injury +SELECT count(DISTINCT SOURCE) FROM injury_accident game_injury +SELECT count(*) FROM game WHERE id NOT IN ( SELECT game_id FROM injury_accident ) game_injury +SELECT count(DISTINCT T1.injury) FROM injury_accident AS T1 JOIN game AS T2 ON T1.game_id = T2.id WHERE T2.season > 2010 game_injury +SELECT T2.name FROM game AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.id JOIN injury_accident AS T3 ON T1.id = T3.game_id WHERE T3.player = 'Walter Samuel' INTERSECT SELECT T2.name FROM game AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.id JOIN injury_accident AS T3 ON T1.id = T3.game_id WHERE T3.player = 'Thiago Motta' game_injury +SELECT name , average_attendance , total_attendance FROM stadium EXCEPT SELECT T2.name , T2.average_attendance , T2.total_attendance FROM game AS T1 JOIN stadium AS T2 ON T1.stadium_id = T2.id JOIN injury_accident AS T3 ON T1.id = T3.game_id game_injury +SELECT name FROM stadium WHERE name LIKE "%Bank%" game_injury +SELECT T1.id , count(*) FROM stadium AS T1 JOIN game AS T2 ON T1.id = T2.stadium_id GROUP BY T1.id game_injury +SELECT T1.date , T2.player FROM game AS T1 JOIN injury_accident AS T2 ON T1.id = T2.game_id ORDER BY T1.season DESC game_injury +SELECT T1.name , T2.name FROM Country AS T1 JOIN League AS T2 ON T1.id = T2.country_id soccer_1 +SELECT count(*) FROM Country AS T1 JOIN League AS T2 ON T1.id = T2.country_id WHERE T1.name = "England" soccer_1 +SELECT avg(weight) FROM Player soccer_1 +SELECT max(weight) , min(weight) FROM Player soccer_1 +SELECT DISTINCT T1.player_name FROM Player AS T1 JOIN Player_Attributes AS T2 ON T1.player_api_id = T2.player_api_id WHERE T2.overall_rating > ( SELECT avg(overall_rating) FROM Player_Attributes ) soccer_1 +SELECT DISTINCT T1.player_name FROM Player AS T1 JOIN Player_Attributes AS T2 ON T1.player_api_id = T2.player_api_id WHERE T2.dribbling = ( SELECT max(overall_rating) FROM Player_Attributes) soccer_1 +SELECT DISTINCT T1.player_name FROM Player AS T1 JOIN Player_Attributes AS T2 ON T1.player_api_id = T2.player_api_id WHERE T2.crossing > 90 AND T2.preferred_foot = "right" soccer_1 +SELECT DISTINCT T1.player_name FROM Player AS T1 JOIN Player_Attributes AS T2 ON T1.player_api_id = T2.player_api_id WHERE T2.preferred_foot = "left" AND T2.overall_rating >= 85 AND T2.overall_rating <= 90 soccer_1 +SELECT preferred_foot , avg(overall_rating) FROM Player_Attributes GROUP BY preferred_foot soccer_1 +SELECT preferred_foot , count(*) FROM Player_Attributes WHERE overall_rating > 80 GROUP BY preferred_foot soccer_1 +SELECT player_api_id FROM Player WHERE height >= 180 INTERSECT SELECT player_api_id FROM Player_Attributes WHERE overall_rating > 85 soccer_1 +SELECT player_api_id FROM Player WHERE height >= 180 AND height <= 190 INTERSECT SELECT player_api_id FROM Player_Attributes WHERE preferred_foot = "left" soccer_1 +SELECT DISTINCT T1.player_name FROM Player AS T1 JOIN Player_Attributes AS T2 ON T1.player_api_id = T2.player_api_id ORDER BY overall_rating DESC LIMIT 3 soccer_1 +SELECT DISTINCT T1.player_name , T1.birthday FROM Player AS T1 JOIN Player_Attributes AS T2 ON T1.player_api_id = T2.player_api_id ORDER BY potential DESC LIMIT 5 soccer_1 +SELECT count(*) FROM performance performance_attendance +SELECT HOST FROM performance ORDER BY Attendance ASC performance_attendance +SELECT Date , LOCATION FROM performance performance_attendance +SELECT Attendance FROM performance WHERE LOCATION = "TD Garden" OR LOCATION = "Bell Centre" performance_attendance +SELECT avg(Attendance) FROM performance performance_attendance +SELECT Date FROM performance ORDER BY Attendance DESC LIMIT 1 performance_attendance +SELECT LOCATION , COUNT(*) FROM performance GROUP BY LOCATION performance_attendance +SELECT LOCATION FROM performance GROUP BY LOCATION ORDER BY COUNT(*) DESC LIMIT 1 performance_attendance +SELECT LOCATION FROM performance GROUP BY LOCATION HAVING COUNT(*) >= 2 performance_attendance +SELECT LOCATION FROM performance WHERE Attendance > 2000 INTERSECT SELECT LOCATION FROM performance WHERE Attendance < 1000 performance_attendance +SELECT T2.Name , T3.Location FROM member_attendance AS T1 JOIN member AS T2 ON T1.Member_ID = T2.Member_ID JOIN performance AS T3 ON T1.Performance_ID = T3.Performance_ID performance_attendance +SELECT T2.Name , T3.Location FROM member_attendance AS T1 JOIN member AS T2 ON T1.Member_ID = T2.Member_ID JOIN performance AS T3 ON T1.Performance_ID = T3.Performance_ID ORDER BY T2.Name ASC performance_attendance +SELECT T3.Date FROM member_attendance AS T1 JOIN member AS T2 ON T1.Member_ID = T2.Member_ID JOIN performance AS T3 ON T1.Performance_ID = T3.Performance_ID WHERE T2.Role = "Violin" performance_attendance +SELECT T2.Name , T3.Date FROM member_attendance AS T1 JOIN member AS T2 ON T1.Member_ID = T2.Member_ID JOIN performance AS T3 ON T1.Performance_ID = T3.Performance_ID ORDER BY T3.Attendance DESC performance_attendance +SELECT Name FROM member WHERE Member_ID NOT IN (SELECT Member_ID FROM member_attendance) performance_attendance +SELECT DISTINCT building FROM classroom WHERE capacity > 50 college_2 +SELECT DISTINCT building FROM classroom WHERE capacity > 50 college_2 +SELECT count(*) FROM classroom WHERE building != 'Lamberton' college_2 +SELECT count(*) FROM classroom WHERE building != 'Lamberton' college_2 +SELECT dept_name , building FROM department WHERE budget > (SELECT avg(budget) FROM department) college_2 +SELECT dept_name , building FROM department WHERE budget > (SELECT avg(budget) FROM department) college_2 +SELECT building , room_number FROM classroom WHERE capacity BETWEEN 50 AND 100 college_2 +SELECT building , room_number FROM classroom WHERE capacity BETWEEN 50 AND 100 college_2 +SELECT dept_name , building FROM department ORDER BY budget DESC LIMIT 1 college_2 +SELECT dept_name , building FROM department ORDER BY budget DESC LIMIT 1 college_2 +SELECT name FROM student WHERE dept_name = 'History' ORDER BY tot_cred DESC LIMIT 1 college_2 +SELECT name FROM student WHERE dept_name = 'History' ORDER BY tot_cred DESC LIMIT 1 college_2 +SELECT count(*) FROM classroom WHERE building = 'Lamberton' college_2 +SELECT count(*) FROM classroom WHERE building = 'Lamberton' college_2 +SELECT count(DISTINCT s_id) FROM advisor college_2 +SELECT count(DISTINCT s_id) FROM advisor college_2 +SELECT count(DISTINCT dept_name) FROM course college_2 +SELECT count(DISTINCT dept_name) FROM course college_2 +SELECT count(DISTINCT course_id) FROM course WHERE dept_name = 'Physics' college_2 +SELECT count(DISTINCT course_id) FROM course WHERE dept_name = 'Physics' college_2 +SELECT T1.title FROM course AS T1 JOIN prereq AS T2 ON T1.course_id = T2.course_id GROUP BY T2.course_id HAVING count(*) = 2 college_2 +SELECT T1.title FROM course AS T1 JOIN prereq AS T2 ON T1.course_id = T2.course_id GROUP BY T2.course_id HAVING count(*) = 2 college_2 +SELECT T1.title , T1.credits , T1.dept_name FROM course AS T1 JOIN prereq AS T2 ON T1.course_id = T2.course_id GROUP BY T2.course_id HAVING count(*) > 1 college_2 +SELECT T1.title , T1.credits , T1.dept_name FROM course AS T1 JOIN prereq AS T2 ON T1.course_id = T2.course_id GROUP BY T2.course_id HAVING count(*) > 1 college_2 +SELECT count(*) FROM course WHERE course_id NOT IN (SELECT course_id FROM prereq) college_2 +SELECT count(*) FROM course WHERE course_id NOT IN (SELECT course_id FROM prereq) college_2 +SELECT title FROM course WHERE course_id NOT IN (SELECT course_id FROM prereq) college_2 +SELECT title FROM course WHERE course_id NOT IN (SELECT course_id FROM prereq) college_2 +SELECT COUNT (DISTINCT id) FROM teaches college_2 +SELECT COUNT (DISTINCT id) FROM teaches college_2 +SELECT sum(budget) FROM department WHERE dept_name = 'Marketing' OR dept_name = 'Finance' college_2 +SELECT sum(budget) FROM department WHERE dept_name = 'Marketing' OR dept_name = 'Finance' college_2 +SELECT dept_name FROM instructor WHERE name LIKE '%Soisalon%' college_2 +SELECT dept_name FROM instructor WHERE name LIKE '%Soisalon%' college_2 +SELECT count(*) FROM classroom WHERE building = 'Lamberton' AND capacity < 50 college_2 +SELECT count(*) FROM classroom WHERE building = 'Lamberton' AND capacity < 50 college_2 +SELECT dept_name , budget FROM department WHERE budget > (SELECT avg(budget) FROM department) college_2 +SELECT dept_name , budget FROM department WHERE budget > (SELECT avg(budget) FROM department) college_2 +SELECT name FROM instructor WHERE dept_name = 'Statistics' ORDER BY salary LIMIT 1 college_2 +SELECT name FROM instructor WHERE dept_name = 'Statistics' ORDER BY salary LIMIT 1 college_2 +SELECT title FROM course WHERE dept_name = 'Statistics' INTERSECT SELECT title FROM course WHERE dept_name = 'Psychology' college_2 +SELECT title FROM course WHERE dept_name = 'Statistics' INTERSECT SELECT title FROM course WHERE dept_name = 'Psychology' college_2 +SELECT title FROM course WHERE dept_name = 'Statistics' EXCEPT SELECT title FROM course WHERE dept_name = 'Psychology' college_2 +SELECT title FROM course WHERE dept_name = 'Statistics' EXCEPT SELECT title FROM course WHERE dept_name = 'Psychology' college_2 +SELECT id FROM teaches WHERE semester = 'Fall' AND YEAR = 2009 EXCEPT SELECT id FROM teaches WHERE semester = 'Spring' AND YEAR = 2010 college_2 +SELECT id FROM teaches WHERE semester = 'Fall' AND YEAR = 2009 EXCEPT SELECT id FROM teaches WHERE semester = 'Spring' AND YEAR = 2010 college_2 +SELECT DISTINCT T1.name FROM student AS T1 JOIN takes AS T2 ON T1.id = T2.id WHERE YEAR = 2009 OR YEAR = 2010 college_2 +SELECT DISTINCT T1.name FROM student AS T1 JOIN takes AS T2 ON T1.id = T2.id WHERE YEAR = 2009 OR YEAR = 2010 college_2 +SELECT dept_name FROM course GROUP BY dept_name ORDER BY count(*) DESC LIMIT 3 college_2 +SELECT dept_name FROM course GROUP BY dept_name ORDER BY count(*) DESC LIMIT 3 college_2 +SELECT dept_name FROM course GROUP BY dept_name ORDER BY sum(credits) DESC LIMIT 1 college_2 +SELECT dept_name FROM course GROUP BY dept_name ORDER BY sum(credits) DESC LIMIT 1 college_2 +SELECT title FROM course ORDER BY title , credits college_2 +SELECT title FROM course ORDER BY title , credits college_2 +SELECT dept_name FROM department ORDER BY budget LIMIT 1 college_2 +SELECT dept_name FROM department ORDER BY budget LIMIT 1 college_2 +SELECT dept_name , building FROM department ORDER BY budget DESC college_2 +SELECT dept_name , building FROM department ORDER BY budget DESC college_2 +SELECT name FROM instructor ORDER BY salary DESC LIMIT 1 college_2 +SELECT name FROM instructor ORDER BY salary DESC LIMIT 1 college_2 +SELECT * FROM instructor ORDER BY salary college_2 +SELECT * FROM instructor ORDER BY salary college_2 +SELECT name , dept_name FROM student ORDER BY tot_cred college_2 +SELECT name , dept_name FROM student ORDER BY tot_cred college_2 +SELECT T1.title , T3.name FROM course AS T1 JOIN teaches AS T2 ON T1.course_id = T2.course_id JOIN instructor AS T3 ON T2.id = T3.id WHERE YEAR = 2008 ORDER BY T1.title college_2 +SELECT T1.title , T3.name FROM course AS T1 JOIN teaches AS T2 ON T1.course_id = T2.course_id JOIN instructor AS T3 ON T2.id = T3.id WHERE YEAR = 2008 ORDER BY T1.title college_2 +SELECT T1.name FROM instructor AS T1 JOIN advisor AS T2 ON T1.id = T2.i_id GROUP BY T2.i_id HAVING count(*) > 1 college_2 +SELECT T1.name FROM instructor AS T1 JOIN advisor AS T2 ON T1.id = T2.i_id GROUP BY T2.i_id HAVING count(*) > 1 college_2 +SELECT T1.name FROM student AS T1 JOIN advisor AS T2 ON T1.id = T2.s_id GROUP BY T2.s_id HAVING count(*) > 1 college_2 +SELECT T1.name FROM student AS T1 JOIN advisor AS T2 ON T1.id = T2.s_id GROUP BY T2.s_id HAVING count(*) > 1 college_2 +SELECT count(*) , building FROM classroom WHERE capacity > 50 GROUP BY building college_2 +SELECT count(*) , building FROM classroom WHERE capacity > 50 GROUP BY building college_2 +SELECT max(capacity) , avg(capacity) , building FROM classroom GROUP BY building college_2 +SELECT max(capacity) , avg(capacity) , building FROM classroom GROUP BY building college_2 +SELECT title FROM course GROUP BY title HAVING count(*) > 1 college_2 +SELECT title FROM course GROUP BY title HAVING count(*) > 1 college_2 +SELECT sum(credits) , dept_name FROM course GROUP BY dept_name college_2 +SELECT sum(credits) , dept_name FROM course GROUP BY dept_name college_2 +SELECT min(salary) , dept_name FROM instructor GROUP BY dept_name HAVING avg(salary) > (SELECT avg(salary) FROM instructor) college_2 +SELECT min(salary) , dept_name FROM instructor GROUP BY dept_name HAVING avg(salary) > (SELECT avg(salary) FROM instructor) college_2 +SELECT count(*) , semester , YEAR FROM SECTION GROUP BY semester , YEAR college_2 +SELECT count(*) , semester , YEAR FROM SECTION GROUP BY semester , YEAR college_2 +SELECT YEAR FROM SECTION GROUP BY YEAR ORDER BY count(*) DESC LIMIT 1 college_2 +SELECT YEAR FROM SECTION GROUP BY YEAR ORDER BY count(*) DESC LIMIT 1 college_2 +SELECT semester , YEAR FROM SECTION GROUP BY semester , YEAR ORDER BY count(*) DESC LIMIT 1 college_2 +SELECT semester , YEAR FROM SECTION GROUP BY semester , YEAR ORDER BY count(*) DESC LIMIT 1 college_2 +SELECT dept_name FROM student GROUP BY dept_name ORDER BY count(*) DESC LIMIT 1 college_2 +SELECT dept_name FROM student GROUP BY dept_name ORDER BY count(*) DESC LIMIT 1 college_2 +SELECT count(*) , dept_name FROM student GROUP BY dept_name college_2 +SELECT count(*) , dept_name FROM student GROUP BY dept_name college_2 +SELECT semester , YEAR FROM takes GROUP BY semester , YEAR ORDER BY count(*) LIMIT 1 college_2 +SELECT semester , YEAR FROM takes GROUP BY semester , YEAR ORDER BY count(*) LIMIT 1 college_2 +SELECT i_id FROM advisor AS T1 JOIN student AS T2 ON T1.s_id = T2.id WHERE T2.dept_name = 'History' college_2 +SELECT i_id FROM advisor AS T1 JOIN student AS T2 ON T1.s_id = T2.id WHERE T2.dept_name = 'History' college_2 +SELECT T2.name , T2.salary FROM advisor AS T1 JOIN instructor AS T2 ON T1.i_id = T2.id JOIN student AS T3 ON T1.s_id = T3.id WHERE T3.dept_name = 'History' college_2 +SELECT T2.name , T2.salary FROM advisor AS T1 JOIN instructor AS T2 ON T1.i_id = T2.id JOIN student AS T3 ON T1.s_id = T3.id WHERE T3.dept_name = 'History' college_2 +SELECT course_id FROM course EXCEPT SELECT course_id FROM prereq college_2 +SELECT course_id FROM course EXCEPT SELECT course_id FROM prereq college_2 +SELECT title FROM course WHERE course_id NOT IN (SELECT course_id FROM prereq) college_2 +SELECT title FROM course WHERE course_id NOT IN (SELECT course_id FROM prereq) college_2 +SELECT title FROM course WHERE course_id IN (SELECT T1.prereq_id FROM prereq AS T1 JOIN course AS T2 ON T1.course_id = T2.course_id WHERE T2.title = 'International Finance') college_2 +SELECT title FROM course WHERE course_id IN (SELECT T1.prereq_id FROM prereq AS T1 JOIN course AS T2 ON T1.course_id = T2.course_id WHERE T2.title = 'International Finance') college_2 +SELECT title FROM course WHERE course_id IN (SELECT T1.course_id FROM prereq AS T1 JOIN course AS T2 ON T1.prereq_id = T2.course_id WHERE T2.title = 'Differential Geometry') college_2 +SELECT title FROM course WHERE course_id IN (SELECT T1.course_id FROM prereq AS T1 JOIN course AS T2 ON T1.prereq_id = T2.course_id WHERE T2.title = 'Differential Geometry') college_2 +SELECT name FROM student WHERE id IN (SELECT id FROM takes WHERE semester = 'Fall' AND YEAR = 2003) college_2 +SELECT name FROM student WHERE id IN (SELECT id FROM takes WHERE semester = 'Fall' AND YEAR = 2003) college_2 +SELECT T1.title FROM course AS T1 JOIN SECTION AS T2 ON T1.course_id = T2.course_id WHERE building = 'Chandler' AND semester = 'Fall' AND YEAR = 2010 college_2 +SELECT T1.title FROM course AS T1 JOIN SECTION AS T2 ON T1.course_id = T2.course_id WHERE building = 'Chandler' AND semester = 'Fall' AND YEAR = 2010 college_2 +SELECT T1.name FROM instructor AS T1 JOIN teaches AS T2 ON T1.id = T2.id JOIN course AS T3 ON T2.course_id = T3.course_id WHERE T3.title = 'C Programming' college_2 +SELECT T1.name FROM instructor AS T1 JOIN teaches AS T2 ON T1.id = T2.id JOIN course AS T3 ON T2.course_id = T3.course_id WHERE T3.title = 'C Programming' college_2 +SELECT T2.name , T2.salary FROM advisor AS T1 JOIN instructor AS T2 ON T1.i_id = T2.id JOIN student AS T3 ON T1.s_id = T3.id WHERE T3.dept_name = 'Math' college_2 +SELECT T2.name , T2.salary FROM advisor AS T1 JOIN instructor AS T2 ON T1.i_id = T2.id JOIN student AS T3 ON T1.s_id = T3.id WHERE T3.dept_name = 'Math' college_2 +SELECT T2.name FROM advisor AS T1 JOIN instructor AS T2 ON T1.i_id = T2.id JOIN student AS T3 ON T1.s_id = T3.id WHERE T3.dept_name = 'Math' ORDER BY T3.tot_cred college_2 +SELECT T2.name FROM advisor AS T1 JOIN instructor AS T2 ON T1.i_id = T2.id JOIN student AS T3 ON T1.s_id = T3.id WHERE T3.dept_name = 'Math' ORDER BY T3.tot_cred college_2 +SELECT title FROM course WHERE course_id IN (SELECT T1.prereq_id FROM prereq AS T1 JOIN course AS T2 ON T1.course_id = T2.course_id WHERE T2.title = 'Mobile Computing') college_2 +SELECT title FROM course WHERE course_id IN (SELECT T1.prereq_id FROM prereq AS T1 JOIN course AS T2 ON T1.course_id = T2.course_id WHERE T2.title = 'Mobile Computing') college_2 +SELECT T2.name FROM advisor AS T1 JOIN instructor AS T2 ON T1.i_id = T2.id JOIN student AS T3 ON T1.s_id = T3.id ORDER BY T3.tot_cred DESC LIMIT 1 college_2 +SELECT T2.name FROM advisor AS T1 JOIN instructor AS T2 ON T1.i_id = T2.id JOIN student AS T3 ON T1.s_id = T3.id ORDER BY T3.tot_cred DESC LIMIT 1 college_2 +SELECT name FROM instructor WHERE id NOT IN (SELECT id FROM teaches) college_2 +SELECT name FROM instructor WHERE id NOT IN (SELECT id FROM teaches) college_2 +SELECT id FROM instructor EXCEPT SELECT id FROM teaches college_2 +SELECT id FROM instructor EXCEPT SELECT id FROM teaches college_2 +SELECT name FROM instructor WHERE id NOT IN (SELECT id FROM teaches WHERE semester = 'Spring') college_2 +SELECT name FROM instructor WHERE id NOT IN (SELECT id FROM teaches WHERE semester = 'Spring') college_2 +SELECT dept_name FROM instructor GROUP BY dept_name ORDER BY avg(salary) DESC LIMIT 1 college_2 +SELECT dept_name FROM instructor GROUP BY dept_name ORDER BY avg(salary) DESC LIMIT 1 college_2 +SELECT avg(T1.salary) , count(*) FROM instructor AS T1 JOIN department AS T2 ON T1.dept_name = T2.dept_name ORDER BY T2.budget DESC LIMIT 1 college_2 +SELECT avg(T1.salary) , count(*) FROM instructor AS T1 JOIN department AS T2 ON T1.dept_name = T2.dept_name ORDER BY T2.budget DESC LIMIT 1 college_2 +SELECT T3.title , T3.credits FROM classroom AS T1 JOIN SECTION AS T2 ON T1.building = T2.building AND T1.room_number = T2.room_number JOIN course AS T3 ON T2.course_id = T3.course_id WHERE T1.capacity = (SELECT max(capacity) FROM classroom) college_2 +SELECT T3.title , T3.credits FROM classroom AS T1 JOIN SECTION AS T2 ON T1.building = T2.building AND T1.room_number = T2.room_number JOIN course AS T3 ON T2.course_id = T3.course_id WHERE T1.capacity = (SELECT max(capacity) FROM classroom) college_2 +SELECT name FROM student WHERE id NOT IN (SELECT T1.id FROM takes AS T1 JOIN course AS T2 ON T1.course_id = T2.course_id WHERE T2.dept_name = 'Biology') college_2 +SELECT name FROM student WHERE id NOT IN (SELECT T1.id FROM takes AS T1 JOIN course AS T2 ON T1.course_id = T2.course_id WHERE T2.dept_name = 'Biology') college_2 +SELECT count(DISTINCT T2.id) , count(DISTINCT T3.id) , T3.dept_name FROM department AS T1 JOIN student AS T2 ON T1.dept_name = T2.dept_name JOIN instructor AS T3 ON T1.dept_name = T3.dept_name GROUP BY T3.dept_name college_2 +SELECT count(DISTINCT T2.id) , count(DISTINCT T3.id) , T3.dept_name FROM department AS T1 JOIN student AS T2 ON T1.dept_name = T2.dept_name JOIN instructor AS T3 ON T1.dept_name = T3.dept_name GROUP BY T3.dept_name college_2 +SELECT T1.name FROM student AS T1 JOIN takes AS T2 ON T1.id = T2.id WHERE T2.course_id IN (SELECT T4.prereq_id FROM course AS T3 JOIN prereq AS T4 ON T3.course_id = T4.course_id WHERE T3.title = 'International Finance') college_2 +SELECT T1.name FROM student AS T1 JOIN takes AS T2 ON T1.id = T2.id WHERE T2.course_id IN (SELECT T4.prereq_id FROM course AS T3 JOIN prereq AS T4 ON T3.course_id = T4.course_id WHERE T3.title = 'International Finance') college_2 +SELECT name , salary FROM instructor WHERE salary < (SELECT avg(salary) FROM instructor WHERE dept_name = 'Physics') college_2 +SELECT name , salary FROM instructor WHERE salary < (SELECT avg(salary) FROM instructor WHERE dept_name = 'Physics') college_2 +SELECT T3.name FROM course AS T1 JOIN takes AS T2 ON T1.course_id = T2.course_id JOIN student AS T3 ON T2.id = T3.id WHERE T1.dept_name = 'Statistics' college_2 +SELECT T3.name FROM course AS T1 JOIN takes AS T2 ON T1.course_id = T2.course_id JOIN student AS T3 ON T2.id = T3.id WHERE T1.dept_name = 'Statistics' college_2 +SELECT T2.building , T2.room_number , T2.semester , T2.year FROM course AS T1 JOIN SECTION AS T2 ON T1.course_id = T2.course_id WHERE T1.dept_name = 'Psychology' ORDER BY T1.title college_2 +SELECT T2.building , T2.room_number , T2.semester , T2.year FROM course AS T1 JOIN SECTION AS T2 ON T1.course_id = T2.course_id WHERE T1.dept_name = 'Psychology' ORDER BY T1.title college_2 +SELECT name FROM instructor WHERE dept_name = 'Comp. Sci.' college_2 +SELECT name FROM instructor WHERE dept_name = 'Comp. Sci.' college_2 +SELECT name FROM instructor WHERE dept_name = 'Comp. Sci.' AND salary > 80000 college_2 +SELECT name FROM instructor WHERE dept_name = 'Comp. Sci.' AND salary > 80000 college_2 +SELECT name , course_id FROM instructor AS T1 JOIN teaches AS T2 ON T1.ID = T2.ID college_2 +SELECT name , course_id FROM instructor AS T1 JOIN teaches AS T2 ON T1.ID = T2.ID college_2 +SELECT name , course_id FROM instructor AS T1 JOIN teaches AS T2 ON T1.ID = T2.ID WHERE T1.dept_name = 'Art' college_2 +SELECT name , course_id FROM instructor AS T1 JOIN teaches AS T2 ON T1.ID = T2.ID WHERE T1.dept_name = 'Art' college_2 +SELECT name FROM instructor WHERE name LIKE '%dar%' college_2 +SELECT name FROM instructor WHERE name LIKE '%dar%' college_2 +SELECT DISTINCT name FROM instructor ORDER BY name college_2 +SELECT DISTINCT name FROM instructor ORDER BY name college_2 +SELECT course_id FROM SECTION WHERE semester = 'Fall' AND YEAR = 2009 UNION SELECT course_id FROM SECTION WHERE semester = 'Spring' AND YEAR = 2010 college_2 +SELECT course_id FROM SECTION WHERE semester = 'Fall' AND YEAR = 2009 UNION SELECT course_id FROM SECTION WHERE semester = 'Spring' AND YEAR = 2010 college_2 +SELECT course_id FROM SECTION WHERE semester = 'Fall' AND YEAR = 2009 INTERSECT SELECT course_id FROM SECTION WHERE semester = 'Spring' AND YEAR = 2010 college_2 +SELECT course_id FROM SECTION WHERE semester = 'Fall' AND YEAR = 2009 INTERSECT SELECT course_id FROM SECTION WHERE semester = 'Spring' AND YEAR = 2010 college_2 +SELECT course_id FROM SECTION WHERE semester = 'Fall' AND YEAR = 2009 EXCEPT SELECT course_id FROM SECTION WHERE semester = 'Spring' AND YEAR = 2010 college_2 +SELECT course_id FROM SECTION WHERE semester = 'Fall' AND YEAR = 2009 EXCEPT SELECT course_id FROM SECTION WHERE semester = 'Spring' AND YEAR = 2010 college_2 +SELECT DISTINCT salary FROM instructor WHERE salary < (SELECT max(salary) FROM instructor) college_2 +SELECT DISTINCT salary FROM instructor WHERE salary < (SELECT max(salary) FROM instructor) college_2 +SELECT COUNT (DISTINCT ID) FROM teaches WHERE semester = 'Spring' AND YEAR = 2010 college_2 +SELECT COUNT (DISTINCT ID) FROM teaches WHERE semester = 'Spring' AND YEAR = 2010 college_2 +SELECT dept_name , AVG (salary) FROM instructor GROUP BY dept_name HAVING AVG (salary) > 42000 college_2 +SELECT dept_name , AVG (salary) FROM instructor GROUP BY dept_name HAVING AVG (salary) > 42000 college_2 +SELECT name FROM instructor WHERE salary > (SELECT min(salary) FROM instructor WHERE dept_name = 'Biology') college_2 +SELECT name FROM instructor WHERE salary > (SELECT min(salary) FROM instructor WHERE dept_name = 'Biology') college_2 +SELECT name FROM instructor WHERE salary > (SELECT max(salary) FROM instructor WHERE dept_name = 'Biology') college_2 +SELECT name FROM instructor WHERE salary > (SELECT max(salary) FROM instructor WHERE dept_name = 'Biology') college_2 +SELECT count(*) FROM debate debate +SELECT Venue FROM debate ORDER BY Num_of_Audience ASC debate +SELECT Date , Venue FROM debate debate +SELECT Date FROM debate WHERE Num_of_Audience > 150 debate +SELECT Name FROM people WHERE Age = 35 OR Age = 36 debate +SELECT Party FROM people ORDER BY Age ASC LIMIT 1 debate +SELECT Party , COUNT(*) FROM people GROUP BY Party debate +SELECT Party FROM people GROUP BY Party ORDER BY COUNT(*) DESC LIMIT 1 debate +SELECT DISTINCT Venue FROM debate debate +SELECT T3.Name , T2.Date , T2.Venue FROM debate_people AS T1 JOIN debate AS T2 ON T1.Debate_ID = T2.Debate_ID JOIN people AS T3 ON T1.Affirmative = T3.People_ID debate +SELECT T3.Name , T2.Date , T2.Venue FROM debate_people AS T1 JOIN debate AS T2 ON T1.Debate_ID = T2.Debate_ID JOIN people AS T3 ON T1.Negative = T3.People_ID ORDER BY T3.Name ASC debate +SELECT T3.Name FROM debate_people AS T1 JOIN debate AS T2 ON T1.Debate_ID = T2.Debate_ID JOIN people AS T3 ON T1.Affirmative = T3.People_ID WHERE T2.Num_of_Audience > 200 debate +SELECT T2.Name , COUNT(*) FROM debate_people AS T1 JOIN people AS T2 ON T1.Affirmative = T2.People_ID GROUP BY T2.Name debate +SELECT T2.Name FROM debate_people AS T1 JOIN people AS T2 ON T1.Negative = T2.People_ID GROUP BY T2.Name HAVING COUNT(*) >= 2 debate +SELECT Name FROM people WHERE People_id NOT IN (SELECT Affirmative FROM debate_people) debate +SELECT customer_details FROM customers ORDER BY customer_details insurance_and_eClaims +SELECT customer_details FROM customers ORDER BY customer_details insurance_and_eClaims +SELECT policy_type_code FROM policies AS t1 JOIN customers AS t2 ON t1.customer_id = t2.customer_id WHERE t2.customer_details = "Dayana Robel" insurance_and_eClaims +SELECT policy_type_code FROM policies AS t1 JOIN customers AS t2 ON t1.customer_id = t2.customer_id WHERE t2.customer_details = "Dayana Robel" insurance_and_eClaims +SELECT policy_type_code FROM policies GROUP BY policy_type_code ORDER BY count(*) DESC LIMIT 1 insurance_and_eClaims +SELECT policy_type_code FROM policies GROUP BY policy_type_code ORDER BY count(*) DESC LIMIT 1 insurance_and_eClaims +SELECT policy_type_code FROM policies GROUP BY policy_type_code HAVING count(*) > 2 insurance_and_eClaims +SELECT policy_type_code FROM policies GROUP BY policy_type_code HAVING count(*) > 2 insurance_and_eClaims +SELECT sum(amount_piad) , avg(amount_piad) FROM claim_headers insurance_and_eClaims +SELECT sum(amount_piad) , avg(amount_piad) FROM claim_headers insurance_and_eClaims +SELECT sum(t1.amount_claimed) FROM claim_headers AS t1 JOIN claims_documents AS t2 ON t1.claim_header_id = t2.claim_id WHERE t2.created_date = (SELECT created_date FROM claims_documents ORDER BY created_date LIMIT 1) insurance_and_eClaims +SELECT sum(t1.amount_claimed) FROM claim_headers AS t1 JOIN claims_documents AS t2 ON t1.claim_header_id = t2.claim_id WHERE t2.created_date = (SELECT created_date FROM claims_documents ORDER BY created_date LIMIT 1) insurance_and_eClaims +SELECT t3.customer_details FROM claim_headers AS t1 JOIN policies AS t2 ON t1.policy_id = t2.policy_id JOIN customers AS t3 ON t2.customer_id = t3.customer_id WHERE t1.amount_claimed = (SELECT max(amount_claimed) FROM claim_headers) insurance_and_eClaims +SELECT t3.customer_details FROM claim_headers AS t1 JOIN policies AS t2 ON t1.policy_id = t2.policy_id JOIN customers AS t3 ON t2.customer_id = t3.customer_id WHERE t1.amount_claimed = (SELECT max(amount_claimed) FROM claim_headers) insurance_and_eClaims +SELECT t3.customer_details FROM claim_headers AS t1 JOIN policies AS t2 ON t1.policy_id = t2.policy_id JOIN customers AS t3 ON t2.customer_id = t3.customer_id WHERE t1.amount_piad = (SELECT min(amount_piad) FROM claim_headers) insurance_and_eClaims +SELECT t3.customer_details FROM claim_headers AS t1 JOIN policies AS t2 ON t1.policy_id = t2.policy_id JOIN customers AS t3 ON t2.customer_id = t3.customer_id WHERE t1.amount_piad = (SELECT min(amount_piad) FROM claim_headers) insurance_and_eClaims +SELECT customer_details FROM customers EXCEPT SELECT t2.customer_details FROM policies AS t1 JOIN customers AS t2 ON t1.customer_id = t2.customer_id insurance_and_eClaims +SELECT customer_details FROM customers EXCEPT SELECT t2.customer_details FROM policies AS t1 JOIN customers AS t2 ON t1.customer_id = t2.customer_id insurance_and_eClaims +SELECT count(*) FROM claims_processing_stages insurance_and_eClaims +SELECT count(*) FROM claims_processing_stages insurance_and_eClaims +SELECT t2.claim_status_name FROM claims_processing AS t1 JOIN claims_processing_stages AS t2 ON t1.claim_stage_id = t2.claim_stage_id GROUP BY t1.claim_stage_id ORDER BY count(*) DESC LIMIT 1 insurance_and_eClaims +SELECT t2.claim_status_name FROM claims_processing AS t1 JOIN claims_processing_stages AS t2 ON t1.claim_stage_id = t2.claim_stage_id GROUP BY t1.claim_stage_id ORDER BY count(*) DESC LIMIT 1 insurance_and_eClaims +SELECT customer_details FROM customers WHERE customer_details LIKE "%Diana%" insurance_and_eClaims +SELECT customer_details FROM customers WHERE customer_details LIKE "%Diana%" insurance_and_eClaims +SELECT DISTINCT t2.customer_details FROM policies AS t1 JOIN customers AS t2 ON t1.customer_id = t2.customer_id WHERE t1.policy_type_code = "Deputy" insurance_and_eClaims +SELECT DISTINCT t2.customer_details FROM policies AS t1 JOIN customers AS t2 ON t1.customer_id = t2.customer_id WHERE t1.policy_type_code = "Deputy" insurance_and_eClaims +SELECT DISTINCT t2.customer_details FROM policies AS t1 JOIN customers AS t2 ON t1.customer_id = t2.customer_id WHERE t1.policy_type_code = "Deputy" OR t1.policy_type_code = "Uniform" insurance_and_eClaims +SELECT DISTINCT t2.customer_details FROM policies AS t1 JOIN customers AS t2 ON t1.customer_id = t2.customer_id WHERE t1.policy_type_code = "Deputy" OR t1.policy_type_code = "Uniform" insurance_and_eClaims +SELECT customer_details FROM customers UNION SELECT staff_details FROM staff insurance_and_eClaims +SELECT customer_details FROM customers UNION SELECT staff_details FROM staff insurance_and_eClaims +SELECT policy_type_code , count(*) FROM policies GROUP BY policy_type_code insurance_and_eClaims +SELECT policy_type_code , count(*) FROM policies GROUP BY policy_type_code insurance_and_eClaims +SELECT t2.customer_details FROM policies AS t1 JOIN customers AS t2 ON t1.customer_id = t2.customer_id GROUP BY t2.customer_details ORDER BY count(*) DESC LIMIT 1 insurance_and_eClaims +SELECT t2.customer_details FROM policies AS t1 JOIN customers AS t2 ON t1.customer_id = t2.customer_id GROUP BY t2.customer_details ORDER BY count(*) DESC LIMIT 1 insurance_and_eClaims +SELECT claim_status_description FROM claims_processing_stages WHERE claim_status_name = "Open" insurance_and_eClaims +SELECT claim_status_description FROM claims_processing_stages WHERE claim_status_name = "Open" insurance_and_eClaims +SELECT count(DISTINCT claim_outcome_code) FROM claims_processing insurance_and_eClaims +SELECT count(DISTINCT claim_outcome_code) FROM claims_processing insurance_and_eClaims +SELECT t2.customer_details FROM policies AS t1 JOIN customers AS t2 ON t1.customer_id = t2.customer_id WHERE t1.start_date = (SELECT max(start_date) FROM policies) insurance_and_eClaims +SELECT t2.customer_details FROM policies AS t1 JOIN customers AS t2 ON t1.customer_id = t2.customer_id WHERE t1.start_date = (SELECT max(start_date) FROM policies) insurance_and_eClaims +SELECT count(*) FROM Accounts customers_and_invoices +SELECT count(*) FROM Accounts customers_and_invoices +SELECT count(DISTINCT customer_id) FROM Accounts customers_and_invoices +SELECT count(DISTINCT customer_id) FROM Accounts customers_and_invoices +SELECT account_id , date_account_opened , account_name , other_account_details FROM Accounts customers_and_invoices +SELECT account_id , date_account_opened , account_name , other_account_details FROM Accounts customers_and_invoices +SELECT T1.account_id , T1.date_account_opened , T1.account_name , T1.other_account_details FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_first_name = 'Meaghan' customers_and_invoices +SELECT T1.account_id , T1.date_account_opened , T1.account_name , T1.other_account_details FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_first_name = 'Meaghan' customers_and_invoices +SELECT T1.account_name , T1.other_account_details FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_first_name = "Meaghan" AND T2.customer_last_name = "Keeling" customers_and_invoices +SELECT T1.account_name , T1.other_account_details FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.customer_first_name = "Meaghan" AND T2.customer_last_name = "Keeling" customers_and_invoices +SELECT T2.customer_first_name , T2.customer_last_name FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T1.account_name = "900" customers_and_invoices +SELECT T2.customer_first_name , T2.customer_last_name FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T1.account_name = "900" customers_and_invoices +SELECT count(*) FROM Customers WHERE customer_id NOT IN (SELECT customer_id FROM Accounts) customers_and_invoices +SELECT count(*) FROM Customers WHERE customer_id NOT IN (SELECT customer_id FROM Accounts) customers_and_invoices +SELECT DISTINCT T1.customer_first_name , T1.customer_last_name , T1.phone_number FROM Customers AS T1 JOIN Accounts AS T2 ON T1.customer_id = T2.customer_id customers_and_invoices +SELECT DISTINCT T1.customer_first_name , T1.customer_last_name , T1.phone_number FROM Customers AS T1 JOIN Accounts AS T2 ON T1.customer_id = T2.customer_id customers_and_invoices +SELECT customer_id FROM Customers EXCEPT SELECT customer_id FROM Accounts customers_and_invoices +SELECT customer_id FROM Customers EXCEPT SELECT customer_id FROM Accounts customers_and_invoices +SELECT count(*) , customer_id FROM Accounts GROUP BY customer_id customers_and_invoices +SELECT count(*) , customer_id FROM Accounts GROUP BY customer_id customers_and_invoices +SELECT T1.customer_id , T2.customer_first_name , T2.customer_last_name FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1 customers_and_invoices +SELECT T1.customer_id , T2.customer_first_name , T2.customer_last_name FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1 customers_and_invoices +SELECT T1.customer_id , T2.customer_first_name , T2.customer_last_name , count(*) FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id customers_and_invoices +SELECT T1.customer_id , T2.customer_first_name , T2.customer_last_name , count(*) FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id customers_and_invoices +SELECT T2.customer_first_name , T1.customer_id FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) >= 2 customers_and_invoices +SELECT T2.customer_first_name , T1.customer_id FROM Accounts AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) >= 2 customers_and_invoices +SELECT count(*) FROM Customers customers_and_invoices +SELECT count(*) FROM Customers customers_and_invoices +SELECT gender , count(*) FROM Customers GROUP BY gender customers_and_invoices +SELECT gender , count(*) FROM Customers GROUP BY gender customers_and_invoices +SELECT count(*) FROM Financial_transactions customers_and_invoices +SELECT count(*) FROM Financial_transactions customers_and_invoices +SELECT count(*) , account_id FROM Financial_transactions customers_and_invoices +SELECT count(*) , account_id FROM Financial_transactions customers_and_invoices +SELECT count(*) FROM Financial_transactions AS T1 JOIN Accounts AS T2 ON T1.account_id = T2.account_id WHERE T2.account_name = "337" customers_and_invoices +SELECT count(*) FROM Financial_transactions AS T1 JOIN Accounts AS T2 ON T1.account_id = T2.account_id WHERE T2.account_name = "337" customers_and_invoices +SELECT avg(transaction_amount) , min(transaction_amount) , max(transaction_amount) , sum(transaction_amount) FROM Financial_transactions customers_and_invoices +SELECT avg(transaction_amount) , min(transaction_amount) , max(transaction_amount) , sum(transaction_amount) FROM Financial_transactions customers_and_invoices +SELECT transaction_id FROM Financial_transactions WHERE transaction_amount > (SELECT avg(transaction_amount) FROM Financial_transactions) customers_and_invoices +SELECT transaction_id FROM Financial_transactions WHERE transaction_amount > (SELECT avg(transaction_amount) FROM Financial_transactions) customers_and_invoices +SELECT transaction_type , sum(transaction_amount) FROM Financial_transactions GROUP BY transaction_type customers_and_invoices +SELECT transaction_type , sum(transaction_amount) FROM Financial_transactions GROUP BY transaction_type customers_and_invoices +SELECT T2.account_name , T1.account_id , count(*) FROM Financial_transactions AS T1 JOIN Accounts AS T2 ON T1.account_id = T2.account_id GROUP BY T1.account_id customers_and_invoices +SELECT T2.account_name , T1.account_id , count(*) FROM Financial_transactions AS T1 JOIN Accounts AS T2 ON T1.account_id = T2.account_id GROUP BY T1.account_id customers_and_invoices +SELECT account_id FROM Financial_transactions GROUP BY account_id ORDER BY count(*) DESC LIMIT 1 customers_and_invoices +SELECT account_id FROM Financial_transactions GROUP BY account_id ORDER BY count(*) DESC LIMIT 1 customers_and_invoices +SELECT T1.account_id , T2.account_name FROM Financial_transactions AS T1 JOIN Accounts AS T2 ON T1.account_id = T2.account_id GROUP BY T1.account_id HAVING count(*) >= 4 customers_and_invoices +SELECT T1.account_id , T2.account_name FROM Financial_transactions AS T1 JOIN Accounts AS T2 ON T1.account_id = T2.account_id GROUP BY T1.account_id HAVING count(*) >= 4 customers_and_invoices +SELECT DISTINCT product_size FROM Products customers_and_invoices +SELECT DISTINCT product_size FROM Products customers_and_invoices +SELECT DISTINCT product_color FROM Products customers_and_invoices +SELECT DISTINCT product_color FROM Products customers_and_invoices +SELECT invoice_number , count(*) FROM Financial_transactions GROUP BY invoice_number customers_and_invoices +SELECT invoice_number , count(*) FROM Financial_transactions GROUP BY invoice_number customers_and_invoices +SELECT T2.invoice_number , T2.invoice_date FROM Financial_transactions AS T1 JOIN Invoices AS T2 ON T1.invoice_number = T2.invoice_number GROUP BY T1.invoice_number ORDER BY count(*) DESC LIMIT 1 customers_and_invoices +SELECT T2.invoice_number , T2.invoice_date FROM Financial_transactions AS T1 JOIN Invoices AS T2 ON T1.invoice_number = T2.invoice_number GROUP BY T1.invoice_number ORDER BY count(*) DESC LIMIT 1 customers_and_invoices +SELECT count(*) FROM Invoices customers_and_invoices +SELECT count(*) FROM Invoices customers_and_invoices +SELECT T1.invoice_date , T1.order_id , T2.order_details FROM Invoices AS T1 JOIN Orders AS T2 ON T1.order_id = T2.order_id customers_and_invoices +SELECT T1.invoice_date , T1.order_id , T2.order_details FROM Invoices AS T1 JOIN Orders AS T2 ON T1.order_id = T2.order_id customers_and_invoices +SELECT order_id , count(*) FROM Invoices GROUP BY order_id customers_and_invoices +SELECT order_id , count(*) FROM Invoices GROUP BY order_id customers_and_invoices +SELECT T2.order_id , T2.order_details FROM Invoices AS T1 JOIN Orders AS T2 ON T1.order_id = T2.order_id GROUP BY T2.order_id HAVING count(*) > 2 customers_and_invoices +SELECT T2.order_id , T2.order_details FROM Invoices AS T1 JOIN Orders AS T2 ON T1.order_id = T2.order_id GROUP BY T2.order_id HAVING count(*) > 2 customers_and_invoices +SELECT T2.customer_last_name , T1.customer_id , T2.phone_number FROM Orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1 customers_and_invoices +SELECT T2.customer_last_name , T1.customer_id , T2.phone_number FROM Orders AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1 customers_and_invoices +SELECT product_name FROM Products EXCEPT SELECT T1.product_name FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id customers_and_invoices +SELECT product_name FROM Products EXCEPT SELECT T1.product_name FROM Products AS T1 JOIN Order_items AS T2 ON T1.product_id = T2.product_id customers_and_invoices +SELECT T2.product_name , sum(T1.product_quantity) FROM Order_items AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id GROUP BY T2.product_name customers_and_invoices +SELECT T2.product_name , sum(T1.product_quantity) FROM Order_items AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id GROUP BY T2.product_name customers_and_invoices +SELECT order_id , count(*) FROM Order_items GROUP BY order_id customers_and_invoices +SELECT order_id , count(*) FROM Order_items GROUP BY order_id customers_and_invoices +SELECT product_id , count(DISTINCT order_id) FROM Order_items GROUP BY product_id customers_and_invoices +SELECT product_id , count(DISTINCT order_id) FROM Order_items GROUP BY product_id customers_and_invoices +SELECT T2.product_name , count(*) FROM Order_items AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id JOIN Orders AS T3 ON T3.order_id = T1.order_id GROUP BY T2.product_name customers_and_invoices +SELECT T2.product_name , count(*) FROM Order_items AS T1 JOIN Products AS T2 ON T1.product_id = T2.product_id JOIN Orders AS T3 ON T3.order_id = T1.order_id GROUP BY T2.product_name customers_and_invoices +SELECT order_id , count(DISTINCT product_id) FROM Order_items GROUP BY order_id customers_and_invoices +SELECT order_id , count(DISTINCT product_id) FROM Order_items GROUP BY order_id customers_and_invoices +SELECT order_id , sum(product_quantity) FROM Order_items GROUP BY order_id customers_and_invoices +SELECT order_id , sum(product_quantity) FROM Order_items GROUP BY order_id customers_and_invoices +SELECT count(*) FROM products WHERE product_id NOT IN ( SELECT product_id FROM Order_items ) customers_and_invoices +SELECT count(*) FROM products WHERE product_id NOT IN ( SELECT product_id FROM Order_items ) customers_and_invoices +SELECT count(*) FROM Church WHERE Open_Date < 1850 wedding +SELECT name , open_date , organized_by FROM Church wedding +SELECT name FROM church ORDER BY open_date DESC wedding +SELECT open_date FROM church GROUP BY open_date HAVING count(*) >= 2 wedding +SELECT organized_by , name FROM church WHERE open_date BETWEEN 1830 AND 1840 wedding +SELECT open_date , count(*) FROM church GROUP BY open_date wedding +SELECT name , open_date FROM church ORDER BY open_date DESC LIMIT 3 wedding +SELECT count(*) FROM people WHERE is_male = 'F' AND age > 30 wedding +SELECT country FROM people WHERE age < 25 INTERSECT SELECT country FROM people WHERE age > 30 wedding +SELECT min(age) , max(age) , avg(age) FROM people wedding +SELECT name , country FROM people WHERE age < (SELECT avg(age) FROM people) wedding +SELECT T2.name , T3.name FROM wedding AS T1 JOIN people AS T2 ON T1.male_id = T2.people_id JOIN people AS T3 ON T1.female_id = T3.people_id WHERE T1.year > 2014 wedding +SELECT name , age FROM people WHERE is_male = 'T' AND people_id NOT IN (SELECT male_id FROM wedding) wedding +SELECT name FROM church EXCEPT SELECT T1.name FROM church AS T1 JOIN wedding AS T2 ON T1.church_id = T2.church_id WHERE T2.year = 2015 wedding +SELECT T1.name FROM church AS T1 JOIN wedding AS T2 ON T1.church_id = T2.church_id GROUP BY T1.church_id HAVING count(*) >= 2 wedding +SELECT T2.name FROM wedding AS T1 JOIN people AS T2 ON T1.female_id = T2.people_id WHERE T1.year = 2016 AND T2.is_male = 'F' AND T2.country = 'Canada' wedding +SELECT count(*) FROM wedding WHERE YEAR = 2016 wedding +SELECT T4.name FROM wedding AS T1 JOIN people AS T2 ON T1.male_id = T2.people_id JOIN people AS T3 ON T1.female_id = T3.people_id JOIN church AS T4 ON T4.church_id = T1.church_id WHERE T2.age > 30 OR T3.age > 30 wedding +SELECT country , count(*) FROM people GROUP BY country wedding +SELECT COUNT (DISTINCT church_id) FROM wedding WHERE YEAR = 2016 wedding +SELECT count(*) FROM artist theme_gallery +SELECT count(*) FROM artist theme_gallery +SELECT name , age , country FROM artist ORDER BY Year_Join theme_gallery +SELECT name , age , country FROM artist ORDER BY Year_Join theme_gallery +SELECT DISTINCT country FROM artist theme_gallery +SELECT DISTINCT country FROM artist theme_gallery +SELECT name , year_join FROM artist WHERE country != 'United States' theme_gallery +SELECT name , year_join FROM artist WHERE country != 'United States' theme_gallery +SELECT count(*) FROM artist WHERE age > 46 AND year_join > 1990 theme_gallery +SELECT count(*) FROM artist WHERE age > 46 AND year_join > 1990 theme_gallery +SELECT avg(age) , min(age) FROM artist WHERE country = 'United States' theme_gallery +SELECT avg(age) , min(age) FROM artist WHERE country = 'United States' theme_gallery +SELECT name FROM artist ORDER BY year_join DESC LIMIT 1 theme_gallery +SELECT name FROM artist ORDER BY year_join DESC LIMIT 1 theme_gallery +SELECT count(*) FROM exhibition WHERE YEAR >= 2005 theme_gallery +SELECT count(*) FROM exhibition WHERE YEAR >= 2005 theme_gallery +SELECT theme , YEAR FROM exhibition WHERE ticket_price < 15 theme_gallery +SELECT theme , YEAR FROM exhibition WHERE ticket_price < 15 theme_gallery +SELECT T2.name , count(*) FROM exhibition AS T1 JOIN artist AS T2 ON T1.artist_id = T2.artist_id GROUP BY T1.artist_id theme_gallery +SELECT T2.name , count(*) FROM exhibition AS T1 JOIN artist AS T2 ON T1.artist_id = T2.artist_id GROUP BY T1.artist_id theme_gallery +SELECT T2.name , T2.country FROM exhibition AS T1 JOIN artist AS T2 ON T1.artist_id = T2.artist_id GROUP BY T1.artist_id ORDER BY count(*) DESC LIMIT 1 theme_gallery +SELECT T2.name , T2.country FROM exhibition AS T1 JOIN artist AS T2 ON T1.artist_id = T2.artist_id GROUP BY T1.artist_id ORDER BY count(*) DESC LIMIT 1 theme_gallery +SELECT name FROM artist WHERE artist_id NOT IN (SELECT artist_id FROM exhibition) theme_gallery +SELECT name FROM artist WHERE artist_id NOT IN (SELECT artist_id FROM exhibition) theme_gallery +SELECT T1.theme , T2.name FROM exhibition AS T1 JOIN artist AS T2 ON T1.artist_id = T2.artist_id WHERE T1.ticket_price > (SELECT avg(ticket_price) FROM exhibition) theme_gallery +SELECT T1.theme , T2.name FROM exhibition AS T1 JOIN artist AS T2 ON T1.artist_id = T2.artist_id WHERE T1.ticket_price > (SELECT avg(ticket_price) FROM exhibition) theme_gallery +SELECT avg(ticket_price) , min(ticket_price) , max(ticket_price) FROM exhibition WHERE YEAR < 2009 theme_gallery +SELECT avg(ticket_price) , min(ticket_price) , max(ticket_price) FROM exhibition WHERE YEAR < 2009 theme_gallery +SELECT theme , YEAR FROM exhibition ORDER BY ticket_price DESC theme_gallery +SELECT theme , YEAR FROM exhibition ORDER BY ticket_price DESC theme_gallery +SELECT T2.theme , T1.date , T1.attendance FROM exhibition_record AS T1 JOIN exhibition AS T2 ON T1.exhibition_id = T2.exhibition_id WHERE T2.year = 2004 theme_gallery +SELECT T2.theme , T1.date , T1.attendance FROM exhibition_record AS T1 JOIN exhibition AS T2 ON T1.exhibition_id = T2.exhibition_id WHERE T2.year = 2004 theme_gallery +SELECT name FROM artist EXCEPT SELECT T2.name FROM exhibition AS T1 JOIN artist AS T2 ON T1.artist_id = T2.artist_id WHERE T1.year = 2004 theme_gallery +SELECT name FROM artist EXCEPT SELECT T2.name FROM exhibition AS T1 JOIN artist AS T2 ON T1.artist_id = T2.artist_id WHERE T1.year = 2004 theme_gallery +SELECT T2.theme FROM exhibition_record AS T1 JOIN exhibition AS T2 ON T1.exhibition_id = T2.exhibition_id WHERE T1.attendance < 100 INTERSECT SELECT T2.theme FROM exhibition_record AS T1 JOIN exhibition AS T2 ON T1.exhibition_id = T2.exhibition_id WHERE T1.attendance > 500 theme_gallery +SELECT T2.theme FROM exhibition_record AS T1 JOIN exhibition AS T2 ON T1.exhibition_id = T2.exhibition_id WHERE T1.attendance < 100 INTERSECT SELECT T2.theme FROM exhibition_record AS T1 JOIN exhibition AS T2 ON T1.exhibition_id = T2.exhibition_id WHERE T1.attendance > 500 theme_gallery +SELECT count(*) FROM exhibition_record AS T1 JOIN exhibition AS T2 ON T1.exhibition_id = T2.exhibition_id WHERE T1.attendance > 100 OR T2.ticket_price < 10 theme_gallery +SELECT count(*) FROM exhibition_record AS T1 JOIN exhibition AS T2 ON T1.exhibition_id = T2.exhibition_id WHERE T1.attendance > 100 OR T2.ticket_price < 10 theme_gallery +SELECT T3.name FROM exhibition_record AS T1 JOIN exhibition AS T2 ON T1.exhibition_id = T2.exhibition_id JOIN artist AS T3 ON T3.artist_id = T2.artist_id GROUP BY T3.artist_id HAVING avg(T1.attendance) > 200 theme_gallery +SELECT T3.name FROM exhibition_record AS T1 JOIN exhibition AS T2 ON T1.exhibition_id = T2.exhibition_id JOIN artist AS T3 ON T3.artist_id = T2.artist_id GROUP BY T3.artist_id HAVING avg(T1.attendance) > 200 theme_gallery +SELECT i_id FROM item WHERE title = "orange" epinions_1 +SELECT * FROM item epinions_1 +SELECT count(*) FROM review epinions_1 +SELECT count(*) FROM useracct epinions_1 +SELECT avg(rating) , max(rating) FROM review epinions_1 +SELECT min(rank) FROM review epinions_1 +SELECT count(DISTINCT u_id) FROM review epinions_1 +SELECT count(DISTINCT i_id) FROM review epinions_1 +SELECT count(*) FROM item WHERE i_id NOT IN (SELECT i_id FROM review) epinions_1 +SELECT name FROM useracct WHERE u_id NOT IN (SELECT u_id FROM review) epinions_1 +SELECT T1.title FROM item AS T1 JOIN review AS T2 ON T1.i_id = T2.i_id WHERE T2.rating = 10 epinions_1 +SELECT T1.title FROM item AS T1 JOIN review AS T2 ON T1.i_id = T2.i_id WHERE T2.rating > (SELECT avg(rating) FROM review) epinions_1 +SELECT T1.title FROM item AS T1 JOIN review AS T2 ON T1.i_id = T2.i_id WHERE T2.rating < 5 epinions_1 +SELECT T1.title FROM item AS T1 JOIN review AS T2 ON T1.i_id = T2.i_id WHERE T2.rating > 8 INTERSECT SELECT T1.title FROM item AS T1 JOIN review AS T2 ON T1.i_id = T2.i_id WHERE T2.rating < 5 epinions_1 +SELECT T1.title FROM item AS T1 JOIN review AS T2 ON T1.i_id = T2.i_id WHERE T2.rank > 3 INTERSECT SELECT T1.title FROM item AS T1 JOIN review AS T2 ON T1.i_id = T2.i_id GROUP BY T2.i_id HAVING avg(T2.rating) > 5 epinions_1 +SELECT T1.title FROM item AS T1 JOIN review AS T2 ON T1.i_id = T2.i_id GROUP BY T2.i_id ORDER BY avg(T2.rating) LIMIT 1 epinions_1 +SELECT title FROM item ORDER BY title epinions_1 +SELECT T1.name FROM useracct AS T1 JOIN review AS T2 ON T1.u_id = T2.u_id GROUP BY T2.u_id ORDER BY count(*) DESC LIMIT 1 epinions_1 +SELECT T1.title , T1.i_id FROM item AS T1 JOIN review AS T2 ON T1.i_id = T2.i_id GROUP BY T2.i_id ORDER BY avg(T2.rating) DESC LIMIT 1 epinions_1 +SELECT T1.title , T1.i_id FROM item AS T1 JOIN review AS T2 ON T1.i_id = T2.i_id GROUP BY T2.i_id ORDER BY avg(T2.rank) DESC LIMIT 1 epinions_1 +SELECT T1.name , avg(T2.rating) FROM useracct AS T1 JOIN review AS T2 ON T1.u_id = T2.u_id GROUP BY T2.u_id epinions_1 +SELECT T1.name , count(*) FROM useracct AS T1 JOIN review AS T2 ON T1.u_id = T2.u_id GROUP BY T2.u_id epinions_1 +SELECT T1.name FROM useracct AS T1 JOIN review AS T2 ON T1.u_id = T2.u_id ORDER BY T2.rating DESC LIMIT 1 epinions_1 +SELECT T1.name FROM useracct AS T1 JOIN trust AS T2 ON T1.u_id = T2.source_u_id GROUP BY T2.source_u_id ORDER BY avg(trust) DESC LIMIT 1 epinions_1 +SELECT T1.name , avg(trust) FROM useracct AS T1 JOIN trust AS T2 ON T1.u_id = T2.target_u_id GROUP BY T2.target_u_id epinions_1 +SELECT T1.name FROM useracct AS T1 JOIN trust AS T2 ON T1.u_id = T2.target_u_id ORDER BY trust LIMIT 1 epinions_1 +SELECT title FROM item WHERE i_id NOT IN (SELECT i_id FROM review) epinions_1 +SELECT name FROM useracct WHERE u_id NOT IN (SELECT u_id FROM review) epinions_1 +SELECT count(*) FROM useracct WHERE u_id NOT IN (SELECT u_id FROM review) epinions_1 +SELECT count(*) FROM item WHERE i_id NOT IN (SELECT i_id FROM review) epinions_1 +SELECT count(*) FROM player riding_club +SELECT Player_name FROM player ORDER BY Votes ASC riding_club +SELECT Gender , Occupation FROM player riding_club +SELECT Player_name , residence FROM player WHERE Occupation != "Researcher" riding_club +SELECT Sponsor_name FROM player WHERE Residence = "Brandon" OR Residence = "Birtle" riding_club +SELECT Player_name FROM player ORDER BY Votes DESC LIMIT 1 riding_club +SELECT Occupation , COUNT(*) FROM player GROUP BY Occupation riding_club +SELECT Occupation FROM player GROUP BY Occupation ORDER BY COUNT(*) DESC LIMIT 1 riding_club +SELECT Residence FROM player GROUP BY Residence HAVING COUNT(*) >= 2 riding_club +SELECT T3.Player_name , T2.coach_name FROM player_coach AS T1 JOIN coach AS T2 ON T1.Coach_ID = T2.Coach_ID JOIN player AS T3 ON T1.Player_ID = T3.Player_ID riding_club +SELECT T3.Player_name FROM player_coach AS T1 JOIN coach AS T2 ON T1.Coach_ID = T2.Coach_ID JOIN player AS T3 ON T1.Player_ID = T3.Player_ID WHERE T2.Rank = 1 riding_club +SELECT T3.Player_name , T3.gender FROM player_coach AS T1 JOIN coach AS T2 ON T1.Coach_ID = T2.Coach_ID JOIN player AS T3 ON T1.Player_ID = T3.Player_ID WHERE T1.Starting_year > 2011 riding_club +SELECT T3.Player_name , T2.coach_name FROM player_coach AS T1 JOIN coach AS T2 ON T1.Coach_ID = T2.Coach_ID JOIN player AS T3 ON T1.Player_ID = T3.Player_ID ORDER BY T3.Votes DESC riding_club +SELECT Player_name FROM player WHERE Player_ID NOT IN (SELECT Player_ID FROM player_coach) riding_club +SELECT Residence FROM player WHERE gender = "M" INTERSECT SELECT Residence FROM player WHERE gender = "F" riding_club +SELECT T1.club_id , T1.club_name, count(*) FROM club AS T1 JOIN coach AS T2 ON T1.club_id = T2.club_id GROUP BY T1.club_id riding_club +SELECT T1.club_id , T1.gold FROM match_result AS T1 JOIN coach AS T2 ON T1.club_id = T2.club_id GROUP BY T1.club_id ORDER BY count(*) DESC LIMIT 1 riding_club +SELECT count(*) FROM gymnast gymnast +SELECT count(*) FROM gymnast gymnast +SELECT Total_Points FROM gymnast ORDER BY Total_Points DESC gymnast +SELECT Total_Points FROM gymnast ORDER BY Total_Points DESC gymnast +SELECT Total_Points FROM gymnast ORDER BY Floor_Exercise_Points DESC gymnast +SELECT Total_Points FROM gymnast ORDER BY Floor_Exercise_Points DESC gymnast +SELECT avg(Horizontal_Bar_Points) FROM gymnast gymnast +SELECT avg(Horizontal_Bar_Points) FROM gymnast gymnast +SELECT Name FROM People ORDER BY Name ASC gymnast +SELECT Name FROM People ORDER BY Name ASC gymnast +SELECT T2.Name FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID gymnast +SELECT T2.Name FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID gymnast +SELECT T2.Name FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID WHERE T2.Hometown != "Santo Domingo" gymnast +SELECT T2.Name FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID WHERE T2.Hometown != "Santo Domingo" gymnast +SELECT Age FROM people ORDER BY Height DESC LIMIT 1 gymnast +SELECT Age FROM people ORDER BY Height DESC LIMIT 1 gymnast +SELECT Name FROM People ORDER BY Age DESC LIMIT 5 gymnast +SELECT Name FROM People ORDER BY Age DESC LIMIT 5 gymnast +SELECT T1.Total_Points FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID ORDER BY T2.Age ASC LIMIT 1 gymnast +SELECT T1.Total_Points FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID ORDER BY T2.Age ASC LIMIT 1 gymnast +SELECT avg(T2.Age) FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID gymnast +SELECT avg(T2.Age) FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID gymnast +SELECT DISTINCT T2.Hometown FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID WHERE T1.Total_Points > 57.5 gymnast +SELECT DISTINCT T2.Hometown FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID WHERE T1.Total_Points > 57.5 gymnast +SELECT T2.Hometown , COUNT(*) FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID GROUP BY T2.Hometown gymnast +SELECT T2.Hometown , COUNT(*) FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID GROUP BY T2.Hometown gymnast +SELECT T2.Hometown FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID GROUP BY T2.Hometown ORDER BY COUNT(*) DESC LIMIT 1 gymnast +SELECT T2.Hometown FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID GROUP BY T2.Hometown ORDER BY COUNT(*) DESC LIMIT 1 gymnast +SELECT T2.Hometown FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID GROUP BY T2.Hometown HAVING COUNT(*) >= 2 gymnast +SELECT T2.Hometown FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID GROUP BY T2.Hometown HAVING COUNT(*) >= 2 gymnast +SELECT T2.Name FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID ORDER BY T2.Height ASC gymnast +SELECT T2.Name FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID ORDER BY T2.Height ASC gymnast +SELECT DISTINCT Hometown FROM people EXCEPT SELECT DISTINCT T2.Hometown FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID gymnast +SELECT DISTINCT Hometown FROM people EXCEPT SELECT DISTINCT T2.Hometown FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID gymnast +SELECT Hometown FROM people WHERE Age > 23 INTERSECT SELECT Hometown FROM people WHERE Age < 20 gymnast +SELECT Hometown FROM people WHERE Age > 23 INTERSECT SELECT Hometown FROM people WHERE Age < 20 gymnast +SELECT count(DISTINCT Hometown) FROM people gymnast +SELECT count(DISTINCT Hometown) FROM people gymnast +SELECT T2.Age FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID ORDER BY T1.Total_Points DESC gymnast +SELECT T2.Age FROM gymnast AS T1 JOIN people AS T2 ON T1.Gymnast_ID = T2.People_ID ORDER BY T1.Total_Points DESC gymnast +SELECT sum(T2.balance) FROM accounts AS T1 JOIN savings AS T2 ON T1.custid = T2.custid WHERE T1.name != 'Brown' small_bank_1 +SELECT sum(T2.balance) FROM accounts AS T1 JOIN savings AS T2 ON T1.custid = T2.custid WHERE T1.name != 'Brown' small_bank_1 +SELECT count(*) FROM accounts small_bank_1 +SELECT count(*) FROM accounts small_bank_1 +SELECT sum(balance) FROM checking small_bank_1 +SELECT sum(balance) FROM checking small_bank_1 +SELECT avg(balance) FROM checking small_bank_1 +SELECT avg(balance) FROM checking small_bank_1 +SELECT count(*) FROM savings WHERE balance > (SELECT avg(balance) FROM savings) small_bank_1 +SELECT count(*) FROM savings WHERE balance > (SELECT avg(balance) FROM savings) small_bank_1 +SELECT T1.custid , T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid WHERE T2.balance < (SELECT max(balance) FROM checking) small_bank_1 +SELECT T1.custid , T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid WHERE T2.balance < (SELECT max(balance) FROM checking) small_bank_1 +SELECT T2.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid WHERE T1.name LIKE '%ee%' small_bank_1 +SELECT T2.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid WHERE T1.name LIKE '%ee%' small_bank_1 +SELECT T2.balance , T3.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid WHERE T1.name = 'Brown' small_bank_1 +SELECT T2.balance , T3.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid WHERE T1.name = 'Brown' small_bank_1 +SELECT T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid WHERE T2.balance > (SELECT avg(balance) FROM checking) INTERSECT SELECT T1.name FROM accounts AS T1 JOIN savings AS T2 ON T1.custid = T2.custid WHERE T2.balance < (SELECT avg(balance) FROM savings) small_bank_1 +SELECT T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid WHERE T2.balance > (SELECT avg(balance) FROM checking) INTERSECT SELECT T1.name FROM accounts AS T1 JOIN savings AS T2 ON T1.custid = T2.custid WHERE T2.balance < (SELECT avg(balance) FROM savings) small_bank_1 +SELECT T2.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid WHERE T1.name IN (SELECT T1.name FROM accounts AS T1 JOIN savings AS T2 ON T1.custid = T2.custid WHERE T2.balance > (SELECT avg(balance) FROM savings)) small_bank_1 +SELECT T2.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid WHERE T1.name IN (SELECT T1.name FROM accounts AS T1 JOIN savings AS T2 ON T1.custid = T2.custid WHERE T2.balance > (SELECT avg(balance) FROM savings)) small_bank_1 +SELECT name FROM accounts ORDER BY name small_bank_1 +SELECT name FROM accounts ORDER BY name small_bank_1 +SELECT T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid ORDER BY T2.balance + T3.balance LIMIT 1 small_bank_1 +SELECT T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid ORDER BY T2.balance + T3.balance LIMIT 1 small_bank_1 +SELECT T1.name , T2.balance + T3.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid WHERE T3.balance > (SELECT avg(balance) FROM savings) small_bank_1 +SELECT T1.name , T2.balance + T3.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid WHERE T3.balance > (SELECT avg(balance) FROM savings) small_bank_1 +SELECT T1.name , T2.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid ORDER BY T3.balance LIMIT 1 small_bank_1 +SELECT T1.name , T2.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid ORDER BY T3.balance LIMIT 1 small_bank_1 +SELECT count(*) , T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid GROUP BY T1.name small_bank_1 +SELECT count(*) , T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid GROUP BY T1.name small_bank_1 +SELECT sum(T2.balance) , T1.name FROM accounts AS T1 JOIN savings AS T2 ON T1.custid = T2.custid GROUP BY T1.name small_bank_1 +SELECT sum(T2.balance) , T1.name FROM accounts AS T1 JOIN savings AS T2 ON T1.custid = T2.custid GROUP BY T1.name small_bank_1 +SELECT T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid WHERE T2.balance < (SELECT avg(balance) FROM checking) small_bank_1 +SELECT T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid WHERE T2.balance < (SELECT avg(balance) FROM checking) small_bank_1 +SELECT T3.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid ORDER BY T2.balance DESC LIMIT 1 small_bank_1 +SELECT T3.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid ORDER BY T2.balance DESC LIMIT 1 small_bank_1 +SELECT T1.balance + T2.balance FROM checking AS T1 JOIN savings AS T2 ON T1.custid = T2.custid ORDER BY T1.balance + T2.balance small_bank_1 +SELECT T1.balance + T2.balance FROM checking AS T1 JOIN savings AS T2 ON T1.custid = T2.custid ORDER BY T1.balance + T2.balance small_bank_1 +SELECT T2.balance , T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid ORDER BY T3.balance LIMIT 1 small_bank_1 +SELECT T2.balance , T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid ORDER BY T3.balance LIMIT 1 small_bank_1 +SELECT T2.balance , T3.balance , T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid small_bank_1 +SELECT T2.balance , T3.balance , T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid small_bank_1 +SELECT T2.balance , T3.balance , T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid ORDER BY T2.balance + T3.balance DESC small_bank_1 +SELECT T2.balance , T3.balance , T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid ORDER BY T2.balance + T3.balance DESC small_bank_1 +SELECT T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid WHERE T2.balance > T3.balance small_bank_1 +SELECT T1.name FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid WHERE T2.balance > T3.balance small_bank_1 +SELECT T1.name , T3.balance + T2.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid WHERE T3.balance < T2.balance small_bank_1 +SELECT T1.name , T3.balance + T2.balance FROM accounts AS T1 JOIN checking AS T2 ON T1.custid = T2.custid JOIN savings AS T3 ON T1.custid = T3.custid WHERE T3.balance < T2.balance small_bank_1 +SELECT T1.name , T2.balance FROM accounts AS T1 JOIN savings AS T2 ON T1.custid = T2.custid ORDER BY T2.balance DESC LIMIT 3 small_bank_1 +SELECT T1.name , T2.balance FROM accounts AS T1 JOIN savings AS T2 ON T1.custid = T2.custid ORDER BY T2.balance DESC LIMIT 3 small_bank_1 +SELECT count(*) FROM browser WHERE market_share >= 5 browser_web +SELECT name FROM browser ORDER BY market_share DESC browser_web +SELECT id , name , market_share FROM browser browser_web +SELECT max(market_share) , min(market_share) , avg(market_share) FROM browser browser_web +SELECT id , market_share FROM browser WHERE name = 'Safari' browser_web +SELECT name , operating_system FROM web_client_accelerator WHERE CONNECTION != 'Broadband' browser_web +SELECT T1.name FROM browser AS T1 JOIN accelerator_compatible_browser AS T2 ON T1.id = T2.browser_id JOIN web_client_accelerator AS T3 ON T2.accelerator_id = T3.id WHERE T3.name = 'CProxy' AND T2.compatible_since_year > 1998 browser_web +SELECT T1.id , T1.Name FROM web_client_accelerator AS T1 JOIN accelerator_compatible_browser AS T2 ON T2.accelerator_id = T1.id GROUP BY T1.id HAVING count(*) >= 2 browser_web +SELECT T1.id , T1.name FROM browser AS T1 JOIN accelerator_compatible_browser AS T2 ON T1.id = T2.browser_id GROUP BY T1.id ORDER BY count(*) DESC LIMIT 1 browser_web +SELECT T1.compatible_since_year FROM accelerator_compatible_browser AS T1 JOIN browser AS T2 ON T1.browser_id = T2.id JOIN web_client_accelerator AS T3 ON T1.accelerator_id = T3.id WHERE T3.name = 'CACHEbox' AND T2.name = 'Internet Explorer' browser_web +SELECT count(DISTINCT client) FROM web_client_accelerator browser_web +SELECT count(*) FROM web_client_accelerator WHERE id NOT IN ( SELECT accelerator_id FROM accelerator_compatible_browser ); browser_web +SELECT DISTINCT T1.name FROM web_client_accelerator AS T1 JOIN accelerator_compatible_browser AS T2 ON T2.accelerator_id = T1.id JOIN browser AS T3 ON T2.browser_id = T3.id WHERE T3.market_share > 15; browser_web +SELECT T3.name FROM web_client_accelerator AS T1 JOIN accelerator_compatible_browser AS T2 ON T2.accelerator_id = T1.id JOIN browser AS T3 ON T2.browser_id = T3.id WHERE T1.name = 'CACHEbox' INTERSECT SELECT T3.name FROM web_client_accelerator AS T1 JOIN accelerator_compatible_browser AS T2 ON T2.accelerator_id = T1.id JOIN browser AS T3 ON T2.browser_id = T3.id WHERE T1.name = 'Fasterfox' browser_web +SELECT name , operating_system FROM web_client_accelerator EXCEPT SELECT T1.name , T1.operating_system FROM web_client_accelerator AS T1 JOIN accelerator_compatible_browser AS T2 ON T2.accelerator_id = T1.id JOIN browser AS T3 ON T2.browser_id = T3.id WHERE T3.name = 'Opera' browser_web +SELECT name FROM web_client_accelerator WHERE name LIKE "%Opera%" browser_web +SELECT Operating_system , count(*) FROM web_client_accelerator GROUP BY Operating_system browser_web +SELECT T2.name , T3.name FROM accelerator_compatible_browser AS T1 JOIN browser AS T2 ON T1.browser_id = T2.id JOIN web_client_accelerator AS T3 ON T1.accelerator_id = T3.id ORDER BY T1.compatible_since_year DESC browser_web +SELECT count(*) FROM wrestler wrestler +SELECT count(*) FROM wrestler wrestler +SELECT Name FROM wrestler ORDER BY Days_held DESC wrestler +SELECT Name FROM wrestler ORDER BY Days_held DESC wrestler +SELECT Name FROM wrestler ORDER BY Days_held ASC LIMIT 1 wrestler +SELECT Name FROM wrestler ORDER BY Days_held ASC LIMIT 1 wrestler +SELECT DISTINCT Reign FROM wrestler WHERE LOCATION != "Tokyo , Japan" wrestler +SELECT DISTINCT Reign FROM wrestler WHERE LOCATION != "Tokyo , Japan" wrestler +SELECT Name , LOCATION FROM wrestler wrestler +SELECT Name , LOCATION FROM wrestler wrestler +SELECT Elimination_Move FROM Elimination WHERE Team = "Team Orton" wrestler +SELECT Elimination_Move FROM Elimination WHERE Team = "Team Orton" wrestler +SELECT T2.Name , T1.Elimination_Move FROM elimination AS T1 JOIN wrestler AS T2 ON T1.Wrestler_ID = T2.Wrestler_ID wrestler +SELECT T2.Name , T1.Elimination_Move FROM elimination AS T1 JOIN wrestler AS T2 ON T1.Wrestler_ID = T2.Wrestler_ID wrestler +SELECT T2.Name , T1.Team FROM elimination AS T1 JOIN wrestler AS T2 ON T1.Wrestler_ID = T2.Wrestler_ID ORDER BY T2.Days_held DESC wrestler +SELECT T2.Name , T1.Team FROM elimination AS T1 JOIN wrestler AS T2 ON T1.Wrestler_ID = T2.Wrestler_ID ORDER BY T2.Days_held DESC wrestler +SELECT T1.Time FROM elimination AS T1 JOIN wrestler AS T2 ON T1.Wrestler_ID = T2.Wrestler_ID ORDER BY T2.Days_held DESC LIMIT 1 wrestler +SELECT T1.Time FROM elimination AS T1 JOIN wrestler AS T2 ON T1.Wrestler_ID = T2.Wrestler_ID ORDER BY T2.Days_held DESC LIMIT 1 wrestler +SELECT T1.Time FROM elimination AS T1 JOIN wrestler AS T2 ON T1.Wrestler_ID = T2.Wrestler_ID WHERE T2.Days_held > 50 wrestler +SELECT T1.Time FROM elimination AS T1 JOIN wrestler AS T2 ON T1.Wrestler_ID = T2.Wrestler_ID WHERE T2.Days_held > 50 wrestler +SELECT Team , COUNT(*) FROM elimination GROUP BY Team wrestler +SELECT Team , COUNT(*) FROM elimination GROUP BY Team wrestler +SELECT Team FROM elimination GROUP BY Team HAVING COUNT(*) > 3 wrestler +SELECT Team FROM elimination GROUP BY Team HAVING COUNT(*) > 3 wrestler +SELECT Reign , Days_held FROM wrestler wrestler +SELECT Reign , Days_held FROM wrestler wrestler +SELECT Name FROM wrestler WHERE Days_held < 100 wrestler +SELECT Name FROM wrestler WHERE Days_held < 100 wrestler +SELECT Reign FROM wrestler GROUP BY Reign ORDER BY COUNT(*) DESC LIMIT 1 wrestler +SELECT Reign FROM wrestler GROUP BY Reign ORDER BY COUNT(*) DESC LIMIT 1 wrestler +SELECT LOCATION FROM wrestler GROUP BY LOCATION HAVING COUNT(*) > 2 wrestler +SELECT LOCATION FROM wrestler GROUP BY LOCATION HAVING COUNT(*) > 2 wrestler +SELECT Name FROM wrestler WHERE Wrestler_ID NOT IN (SELECT Wrestler_ID FROM elimination) wrestler +SELECT Name FROM wrestler WHERE Wrestler_ID NOT IN (SELECT Wrestler_ID FROM elimination) wrestler +SELECT Team FROM Elimination WHERE Eliminated_By = "Orton" INTERSECT SELECT Team FROM Elimination WHERE Eliminated_By = "Benjamin" wrestler +SELECT Team FROM Elimination WHERE Eliminated_By = "Orton" INTERSECT SELECT Team FROM Elimination WHERE Eliminated_By = "Benjamin" wrestler +SELECT COUNT (DISTINCT team) FROM elimination wrestler +SELECT COUNT (DISTINCT team) FROM elimination wrestler +SELECT TIME FROM elimination WHERE Eliminated_By = "Punk" OR Eliminated_By = "Orton" wrestler +SELECT TIME FROM elimination WHERE Eliminated_By = "Punk" OR Eliminated_By = "Orton" wrestler +SELECT count(*) FROM school school_finance +SELECT count(*) FROM school school_finance +SELECT school_name FROM school ORDER BY school_name school_finance +SELECT school_name , LOCATION , mascot FROM school school_finance +SELECT sum(enrollment) , avg(enrollment) FROM school school_finance +SELECT mascot FROM school WHERE enrollment > (SELECT avg(enrollment) FROM school) school_finance +SELECT school_name FROM school ORDER BY enrollment LIMIT 1 school_finance +SELECT avg(enrollment) , max(enrollment) , min(enrollment) FROM school school_finance +SELECT county , count(*) , sum(enrollment) FROM school GROUP BY county school_finance +SELECT count(DISTINCT T1.donator_name) FROM endowment AS T1 JOIN school AS T2 ON T1.school_id = T2.school_id WHERE T2.school_name = "Glenn" school_finance +SELECT donator_name , sum(amount) FROM endowment GROUP BY donator_name ORDER BY sum(amount) DESC school_finance +SELECT school_name FROM school WHERE school_id NOT IN (SELECT school_id FROM endowment) school_finance +SELECT T2.school_name FROM endowment AS T1 JOIN school AS T2 ON T1.school_id = T2.school_id GROUP BY T1.school_id HAVING sum(T1.amount) <= 10 school_finance +SELECT T1.donator_name FROM endowment AS T1 JOIN school AS T2 ON T1.school_id = T2.school_id WHERE T2.school_name = 'Glenn' INTERSECT SELECT T1.donator_name FROM endowment AS T1 JOIN school AS T2 ON T1.school_id = T2.school_id WHERE T2.school_name = 'Triton' school_finance +SELECT donator_name FROM endowment EXCEPT SELECT donator_name FROM endowment WHERE amount < 9 school_finance +SELECT amount , donator_name FROM endowment ORDER BY amount DESC LIMIT 1 school_finance +SELECT count(*) FROM budget WHERE budgeted > 3000 AND YEAR <= 2001 school_finance +SELECT count(*) FROM budget WHERE budgeted > 3000 AND YEAR <= 2001 school_finance +SELECT T2.school_name , T1.budgeted , T1.invested FROM budget AS T1 JOIN school AS T2 ON T1.school_id = T2.school_id WHERE T1.year >= 2002 school_finance +SELECT DISTINCT donator_name FROM endowment school_finance +SELECT count(*) FROM budget WHERE budgeted < invested school_finance +SELECT sum(T1.budgeted) FROM budget AS T1 JOIN school AS T2 ON T1.school_id = T2.school_id WHERE T2.school_name = 'Glenn' school_finance +SELECT T2.school_name FROM budget AS T1 JOIN school AS T2 ON T1.school_id = T2.school_id JOIN endowment AS T3 ON T2.school_id = T3.school_id GROUP BY T2.school_name HAVING sum(T1.budgeted) > 100 OR sum(T3.amount) > 10 school_finance +SELECT T2.School_name FROM endowment AS T1 JOIN school AS T2 ON T1.school_id = T2.school_id WHERE T1.amount > 8.5 GROUP BY T1.school_id HAVING count(*) > 1 school_finance +SELECT count(*) FROM (SELECT * FROM endowment WHERE amount > 8.5 GROUP BY school_id HAVING count(*) > 1) school_finance +SELECT T1.School_name , T1.Mascot , T1.IHSAA_Football_Class FROM school AS T1 JOIN budget AS T2 ON T1.school_id = T2.school_id WHERE Budgeted > 6000 OR YEAR < 2003 ORDER BY T2.total_budget_percent_invested , T2.total_budget_percent_budgeted school_finance +SELECT count(*) FROM building protein_institute +SELECT name , street_address , floors FROM building ORDER BY floors protein_institute +SELECT name FROM building ORDER BY height_feet DESC LIMIT 1 protein_institute +SELECT avg(floors) , max(floors) , min(floors) FROM building protein_institute +SELECT count(*) FROM building WHERE height_feet > (SELECT avg(height_feet) FROM building) OR floors > (SELECT avg(floors) FROM building) protein_institute +SELECT name FROM building WHERE height_feet >= 200 AND floors >= 20 protein_institute +SELECT institution , LOCATION FROM institution WHERE founded > 1990 AND TYPE = 'Private' protein_institute +SELECT TYPE , count(*) , sum(enrollment) FROM institution GROUP BY TYPE protein_institute +SELECT TYPE FROM institution GROUP BY TYPE ORDER BY count(*) DESC LIMIT 1 protein_institute +SELECT TYPE FROM institution WHERE founded > 1990 AND enrollment >= 1000 protein_institute +SELECT name FROM building WHERE building_id NOT IN (SELECT building_id FROM institution) protein_institute +SELECT name FROM building EXCEPT SELECT T1.name FROM building AS T1 JOIN institution AS T2 ON T1.building_id = T2.building_id WHERE T2.founded = 2003 protein_institute +SELECT T1.name , count(*) FROM building AS T1 JOIN institution AS T2 ON T1.building_id = T2.building_id GROUP BY T1.building_id protein_institute +SELECT T1.name , T1.height_feet FROM building AS T1 JOIN institution AS T2 ON T1.building_id = T2.building_id WHERE T2.founded > 1880 GROUP BY T1.building_id HAVING count(*) >= 2 protein_institute +SELECT DISTINCT TYPE FROM institution protein_institute +SELECT T1.institution , count(*) FROM institution AS T1 JOIN protein AS T2 ON T1.institution_id = T2.institution_id GROUP BY T1.institution_id protein_institute +SELECT count(*) FROM institution AS T1 JOIN protein AS T2 ON T1.institution_id = T2.institution_id WHERE T1.founded > 1880 OR T1.type = 'Private' protein_institute +SELECT T2.protein_name , T1.institution FROM institution AS T1 JOIN protein AS T2 ON T1.institution_id = T2.institution_id protein_institute +SELECT count(*) FROM institution AS T1 JOIN protein AS T2 ON T1.institution_id = T2.institution_id JOIN building AS T3 ON T3.building_id = T1.building_id WHERE T3.floors >= 20 protein_institute +SELECT count(*) FROM institution WHERE institution_id NOT IN (SELECT institution_id FROM protein) protein_institute +SELECT LOCATION FROM cinema EXCEPT SELECT LOCATION FROM cinema WHERE capacity > 800 cinema +SELECT LOCATION FROM cinema WHERE openning_year = 2010 INTERSECT SELECT LOCATION FROM cinema WHERE openning_year = 2011 cinema +SELECT count(*) FROM cinema cinema +SELECT count(*) FROM cinema cinema +SELECT name , openning_year , capacity FROM cinema cinema +SELECT name , LOCATION FROM cinema WHERE capacity > (SELECT avg(capacity) FROM cinema) cinema +SELECT DISTINCT LOCATION FROM cinema cinema +SELECT DISTINCT LOCATION FROM cinema cinema +SELECT name , openning_year FROM cinema ORDER BY openning_year DESC cinema +SELECT name , LOCATION FROM cinema ORDER BY capacity DESC LIMIT 1 cinema +SELECT avg(capacity) , min(capacity) , max(capacity) FROM cinema WHERE openning_year >= 2011 cinema +SELECT LOCATION , count(*) FROM cinema GROUP BY LOCATION cinema +SELECT LOCATION FROM cinema WHERE openning_year >= 2010 GROUP BY LOCATION ORDER BY count(*) DESC LIMIT 1 cinema +SELECT LOCATION FROM cinema WHERE capacity > 300 GROUP BY LOCATION HAVING count(*) >= 2 cinema +SELECT LOCATION FROM cinema WHERE capacity > 300 GROUP BY LOCATION HAVING count(*) >= 2 cinema +SELECT title , directed_by FROM film cinema +SELECT title , directed_by FROM film cinema +SELECT DISTINCT directed_by FROM film cinema +SELECT DISTINCT directed_by FROM film cinema +SELECT directed_by , count(*) FROM film GROUP BY directed_by cinema +SELECT T2.name , sum(T1.show_times_per_day) FROM schedule AS T1 JOIN cinema AS T2 ON T1.cinema_id = T2.cinema_id GROUP BY T1.cinema_id cinema +SELECT T2.title , max(T1.price) FROM schedule AS T1 JOIN film AS T2 ON T1.film_id = T2.film_id GROUP BY T1.film_id cinema +SELECT T2.title , max(T1.price) FROM schedule AS T1 JOIN film AS T2 ON T1.film_id = T2.film_id GROUP BY T1.film_id cinema +SELECT T3.name , T2.title , T1.date , T1.price FROM schedule AS T1 JOIN film AS T2 ON T1.film_id = T2.film_id JOIN cinema AS T3 ON T1.cinema_id = T3.cinema_id cinema +SELECT title , directed_by FROM film WHERE film_id NOT IN (SELECT film_id FROM schedule) cinema +SELECT T2.directed_by FROM schedule AS T1 JOIN film AS T2 ON T1.film_id = T2.film_id GROUP BY T2.directed_by ORDER BY sum(T1.show_times_per_day) DESC LIMIT 1 cinema +SELECT LOCATION FROM cinema WHERE capacity > 300 GROUP BY LOCATION HAVING count(*) > 1 cinema +SELECT LOCATION FROM cinema WHERE capacity > 300 GROUP BY LOCATION HAVING count(*) > 1 cinema +SELECT count(*) FROM film WHERE title LIKE "%Dummy%" cinema +SELECT count(*) FROM film WHERE title LIKE "%Dummy%" cinema +SELECT T1.good_or_bad_customer FROM customers AS T1 JOIN discount_coupons AS T2 ON T1.coupon_id = T2.coupon_id WHERE T2.coupon_amount = 500 products_for_hire +SELECT T1.customer_id , T1.first_name , count(*) FROM Customers AS T1 JOIN bookings AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id products_for_hire +SELECT customer_id , sum(amount_paid) FROM Payments GROUP BY customer_id ORDER BY sum(amount_paid) DESC LIMIT 1 products_for_hire +SELECT T1.booking_id , T1.amount_of_refund FROM Bookings AS T1 JOIN Payments AS T2 ON T1.booking_id = T2.booking_id GROUP BY T1.booking_id ORDER BY count(*) DESC LIMIT 1 products_for_hire +SELECT product_id FROM products_booked GROUP BY product_id HAVING count(*) = 3 products_for_hire +SELECT T2.product_description FROM products_booked AS T1 JOIN products_for_hire AS T2 ON T1.product_id = T2.product_id WHERE T1.booked_amount = 102.76 products_for_hire +SELECT T3.booking_start_date , T3.booking_end_date FROM Products_for_hire AS T1 JOIN products_booked AS T2 ON T1.product_id = T2.product_id JOIN bookings AS T3 ON T2.booking_id = T3.booking_id WHERE T1.product_name = 'Book collection A' products_for_hire +SELECT T2.product_name FROM view_product_availability AS T1 JOIN products_for_hire AS T2 ON T1.product_id = T2.product_id WHERE T1.available_yn = 1 products_for_hire +SELECT count(DISTINCT product_type_code) FROM products_for_hire products_for_hire +SELECT first_name , last_name , gender_mf FROM customers WHERE good_or_bad_customer = 'good' ORDER BY last_name products_for_hire +SELECT avg(amount_due) FROM payments products_for_hire +SELECT max(booked_count) , min(booked_count) , avg(booked_count) FROM products_booked products_for_hire +SELECT DISTINCT payment_type_code FROM payments products_for_hire +SELECT daily_hire_cost FROM Products_for_hire WHERE product_name LIKE '%Book%' products_for_hire +SELECT count(*) FROM Products_for_hire WHERE product_id NOT IN ( SELECT product_id FROM products_booked WHERE booked_amount > 200 ) products_for_hire +SELECT T1.coupon_amount FROM Discount_Coupons AS T1 JOIN customers AS T2 ON T1.coupon_id = T2.coupon_id WHERE T2.good_or_bad_customer = 'good' INTERSECT SELECT T1.coupon_amount FROM Discount_Coupons AS T1 JOIN customers AS T2 ON T1.coupon_id = T2.coupon_id WHERE T2.good_or_bad_customer = 'bad' products_for_hire +SELECT payment_date FROM payments WHERE amount_paid > 300 OR payment_type_code = 'Check' products_for_hire +SELECT product_name , product_description FROM products_for_hire WHERE product_type_code = 'Cutlery' AND daily_hire_cost < 20 products_for_hire +SELECT count(*) FROM phone phone_market +SELECT Name FROM phone ORDER BY Price ASC phone_market +SELECT Memory_in_G , Carrier FROM phone phone_market +SELECT DISTINCT Carrier FROM phone WHERE Memory_in_G > 32 phone_market +SELECT Name FROM phone WHERE Carrier = "Sprint" OR Carrier = "TMobile" phone_market +SELECT Carrier FROM phone ORDER BY Price DESC LIMIT 1 phone_market +SELECT Carrier , COUNT(*) FROM phone GROUP BY Carrier phone_market +SELECT Carrier FROM phone GROUP BY Carrier ORDER BY COUNT(*) DESC LIMIT 1 phone_market +SELECT Carrier FROM phone WHERE Memory_in_G < 32 INTERSECT SELECT Carrier FROM phone WHERE Memory_in_G > 64 phone_market +SELECT T3.Name , T2.District FROM phone_market AS T1 JOIN market AS T2 ON T1.Market_ID = T2.Market_ID JOIN phone AS T3 ON T1.Phone_ID = T3.Phone_ID phone_market +SELECT T3.Name , T2.District FROM phone_market AS T1 JOIN market AS T2 ON T1.Market_ID = T2.Market_ID JOIN phone AS T3 ON T1.Phone_ID = T3.Phone_ID ORDER BY T2.Ranking phone_market +SELECT T3.Name FROM phone_market AS T1 JOIN market AS T2 ON T1.Market_ID = T2.Market_ID JOIN phone AS T3 ON T1.Phone_ID = T3.Phone_ID WHERE T2.Num_of_shops > 50 phone_market +SELECT T2.Name , sum(T1.Num_of_stock) FROM phone_market AS T1 JOIN phone AS T2 ON T1.Phone_ID = T2.Phone_ID GROUP BY T2.Name phone_market +SELECT T2.Name FROM phone_market AS T1 JOIN phone AS T2 ON T1.Phone_ID = T2.Phone_ID GROUP BY T2.Name HAVING sum(T1.Num_of_stock) >= 2000 ORDER BY sum(T1.Num_of_stock) DESC phone_market +SELECT Name FROM phone WHERE Phone_id NOT IN (SELECT Phone_ID FROM phone_market) phone_market +SELECT count(*) FROM company gas_company +SELECT count(*) FROM company gas_company +SELECT company , rank FROM company ORDER BY Sales_billion DESC gas_company +SELECT company , rank FROM company ORDER BY Sales_billion DESC gas_company +SELECT company , main_industry FROM company WHERE headquarters != 'USA' gas_company +SELECT company , main_industry FROM company WHERE headquarters != 'USA' gas_company +SELECT company , headquarters FROM company ORDER BY market_value DESC gas_company +SELECT company , headquarters FROM company ORDER BY market_value DESC gas_company +SELECT min(market_value) , max(market_value) , avg(market_value) FROM company gas_company +SELECT min(market_value) , max(market_value) , avg(market_value) FROM company gas_company +SELECT DISTINCT main_industry FROM company gas_company +SELECT DISTINCT main_industry FROM company gas_company +SELECT headquarters , count(*) FROM company GROUP BY headquarters gas_company +SELECT headquarters , count(*) FROM company GROUP BY headquarters gas_company +SELECT main_industry , sum(market_value) FROM company GROUP BY main_industry gas_company +SELECT main_industry , sum(market_value) FROM company GROUP BY main_industry gas_company +SELECT main_industry , count(*) FROM company GROUP BY main_industry ORDER BY sum(market_value) DESC LIMIT 1 gas_company +SELECT main_industry , count(*) FROM company GROUP BY main_industry ORDER BY sum(market_value) DESC LIMIT 1 gas_company +SELECT headquarters FROM company WHERE main_industry = 'Banking' GROUP BY headquarters HAVING count(*) >= 2 gas_company +SELECT headquarters FROM company WHERE main_industry = 'Banking' GROUP BY headquarters HAVING count(*) >= 2 gas_company +SELECT station_id , LOCATION , manager_name FROM gas_station ORDER BY open_year gas_company +SELECT station_id , LOCATION , manager_name FROM gas_station ORDER BY open_year gas_company +SELECT count(*) FROM gas_station WHERE open_year BETWEEN 2000 AND 2005 gas_company +SELECT count(*) FROM gas_station WHERE open_year BETWEEN 2000 AND 2005 gas_company +SELECT LOCATION , count(*) FROM gas_station GROUP BY LOCATION ORDER BY count(*) gas_company +SELECT LOCATION , count(*) FROM gas_station GROUP BY LOCATION ORDER BY count(*) gas_company +SELECT headquarters FROM company WHERE main_industry = 'Banking' INTERSECT SELECT headquarters FROM company WHERE main_industry = 'Oil and gas' gas_company +SELECT headquarters FROM company WHERE main_industry = 'Banking' INTERSECT SELECT headquarters FROM company WHERE main_industry = 'Oil and gas' gas_company +SELECT headquarters FROM company EXCEPT SELECT headquarters FROM company WHERE main_industry = 'Banking' gas_company +SELECT headquarters FROM company EXCEPT SELECT headquarters FROM company WHERE main_industry = 'Banking' gas_company +SELECT T2.company , count(*) FROM station_company AS T1 JOIN company AS T2 ON T1.company_id = T2.company_id GROUP BY T1.company_id gas_company +SELECT T2.company , count(*) FROM station_company AS T1 JOIN company AS T2 ON T1.company_id = T2.company_id GROUP BY T1.company_id gas_company +SELECT company , main_industry FROM company WHERE company_id NOT IN (SELECT company_id FROM station_company) gas_company +SELECT company , main_industry FROM company WHERE company_id NOT IN (SELECT company_id FROM station_company) gas_company +SELECT T3.manager_name FROM station_company AS T1 JOIN company AS T2 ON T1.company_id = T2.company_id JOIN gas_station AS T3 ON T1.station_id = T3.station_id WHERE T2.company = 'ExxonMobil' gas_company +SELECT T3.manager_name FROM station_company AS T1 JOIN company AS T2 ON T1.company_id = T2.company_id JOIN gas_station AS T3 ON T1.station_id = T3.station_id WHERE T2.company = 'ExxonMobil' gas_company +SELECT T3.location FROM station_company AS T1 JOIN company AS T2 ON T1.company_id = T2.company_id JOIN gas_station AS T3 ON T1.station_id = T3.station_id WHERE T2.market_value > 100 gas_company +SELECT T3.location FROM station_company AS T1 JOIN company AS T2 ON T1.company_id = T2.company_id JOIN gas_station AS T3 ON T1.station_id = T3.station_id WHERE T2.market_value > 100 gas_company +SELECT manager_name FROM gas_station WHERE open_year > 2000 GROUP BY manager_name ORDER BY count(*) DESC LIMIT 1 gas_company +SELECT manager_name FROM gas_station WHERE open_year > 2000 GROUP BY manager_name ORDER BY count(*) DESC LIMIT 1 gas_company +SELECT LOCATION FROM gas_station ORDER BY open_year gas_company +SELECT LOCATION FROM gas_station ORDER BY open_year gas_company +SELECT rank , company , market_value FROM company WHERE main_industry = 'Banking' ORDER BY sales_billion , profits_billion gas_company +SELECT rank , company , market_value FROM company WHERE main_industry = 'Banking' ORDER BY sales_billion , profits_billion gas_company +SELECT T3.location , T3.Representative_Name FROM station_company AS T1 JOIN company AS T2 ON T1.company_id = T2.company_id JOIN gas_station AS T3 ON T1.station_id = T3.station_id ORDER BY T2.Assets_billion DESC LIMIT 3 gas_company +SELECT T3.location , T3.Representative_Name FROM station_company AS T1 JOIN company AS T2 ON T1.company_id = T2.company_id JOIN gas_station AS T3 ON T1.station_id = T3.station_id ORDER BY T2.Assets_billion DESC LIMIT 3 gas_company +SELECT count(*) FROM region party_people +SELECT count(*) FROM region party_people +SELECT DISTINCT region_name FROM region ORDER BY Label party_people +SELECT DISTINCT region_name FROM region ORDER BY Label party_people +SELECT count(DISTINCT party_name) FROM party party_people +SELECT count(DISTINCT party_name) FROM party party_people +SELECT minister , took_office , left_office FROM party ORDER BY left_office party_people +SELECT minister , took_office , left_office FROM party ORDER BY left_office party_people +SELECT minister FROM party WHERE took_office > 1961 OR took_office < 1959 party_people +SELECT minister FROM party WHERE took_office > 1961 OR took_office < 1959 party_people +SELECT minister FROM party WHERE party_name != 'Progress Party' party_people +SELECT minister FROM party WHERE party_name != 'Progress Party' party_people +SELECT minister , party_name FROM party ORDER BY took_office DESC party_people +SELECT minister , party_name FROM party ORDER BY took_office DESC party_people +SELECT minister FROM party ORDER BY left_office DESC LIMIT 1 party_people +SELECT minister FROM party ORDER BY left_office DESC LIMIT 1 party_people +SELECT T1.member_name , T2.party_name FROM Member AS T1 JOIN party AS T2 ON T1.party_id = T2.party_id party_people +SELECT T1.member_name , T2.party_name FROM Member AS T1 JOIN party AS T2 ON T1.party_id = T2.party_id party_people +SELECT T2.party_name , count(*) FROM Member AS T1 JOIN party AS T2 ON T1.party_id = T2.party_id GROUP BY T1.party_id party_people +SELECT T2.party_name , count(*) FROM Member AS T1 JOIN party AS T2 ON T1.party_id = T2.party_id GROUP BY T1.party_id party_people +SELECT T2.party_name FROM Member AS T1 JOIN party AS T2 ON T1.party_id = T2.party_id GROUP BY T1.party_id ORDER BY count(*) DESC LIMIT 1 party_people +SELECT T2.party_name FROM Member AS T1 JOIN party AS T2 ON T1.party_id = T2.party_id GROUP BY T1.party_id ORDER BY count(*) DESC LIMIT 1 party_people +SELECT T1.party_name , T2.region_name FROM party AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id party_people +SELECT T1.party_name , T2.region_name FROM party AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id party_people +SELECT party_name FROM party WHERE party_id NOT IN (SELECT party_id FROM Member) party_people +SELECT party_name FROM party WHERE party_id NOT IN (SELECT party_id FROM Member) party_people +SELECT member_name FROM member WHERE party_id = 3 INTERSECT SELECT member_name FROM member WHERE party_id = 1 party_people +SELECT member_name FROM member WHERE party_id = 3 INTERSECT SELECT member_name FROM member WHERE party_id = 1 party_people +SELECT T1.member_name FROM Member AS T1 JOIN party AS T2 ON T1.party_id = T2.party_id WHERE T2.Party_name != "Progress Party" party_people +SELECT T1.member_name FROM Member AS T1 JOIN party AS T2 ON T1.party_id = T2.party_id WHERE T2.Party_name != "Progress Party" party_people +SELECT count(*) FROM party_events party_people +SELECT count(*) FROM party_events party_people +SELECT T2.party_name , count(*) FROM party_events AS T1 JOIN party AS T2 ON T1.party_id = T2.party_id GROUP BY T1.party_id party_people +SELECT T2.party_name , count(*) FROM party_events AS T1 JOIN party AS T2 ON T1.party_id = T2.party_id GROUP BY T1.party_id party_people +SELECT member_name FROM member EXCEPT SELECT T1.member_name FROM member AS T1 JOIN party_events AS T2 ON T1.member_id = T2.member_in_charge_id party_people +SELECT member_name FROM member EXCEPT SELECT T1.member_name FROM member AS T1 JOIN party_events AS T2 ON T1.member_id = T2.member_in_charge_id party_people +SELECT T2.party_name FROM party_events AS T1 JOIN party AS T2 ON T1.party_id = T2.party_id GROUP BY T1.party_id HAVING count(*) >= 2 party_people +SELECT T2.party_name FROM party_events AS T1 JOIN party AS T2 ON T1.party_id = T2.party_id GROUP BY T1.party_id HAVING count(*) >= 2 party_people +SELECT T1.member_name FROM member AS T1 JOIN party_events AS T2 ON T1.member_id = T2.member_in_charge_id GROUP BY T2.member_in_charge_id ORDER BY count(*) DESC LIMIT 1 party_people +SELECT T1.member_name FROM member AS T1 JOIN party_events AS T2 ON T1.member_id = T2.member_in_charge_id GROUP BY T2.member_in_charge_id ORDER BY count(*) DESC LIMIT 1 party_people +SELECT event_name FROM party_events GROUP BY event_name HAVING count(*) > 2 party_people +SELECT event_name FROM party_events GROUP BY event_name HAVING count(*) > 2 party_people +SELECT count(*) FROM region AS t1 JOIN party AS t2 ON t1.region_id = t2.region_id JOIN party_events AS t3 ON t2.party_id = t3.party_id WHERE t1.region_name = "United Kingdom" AND t3.Event_Name = "Annaual Meeting" party_people +SELECT count(*) FROM region AS t1 JOIN party AS t2 ON t1.region_id = t2.region_id JOIN party_events AS t3 ON t2.party_id = t3.party_id WHERE t1.region_name = "United Kingdom" AND t3.Event_Name = "Annaual Meeting" party_people +SELECT count(*) FROM pilot pilot_record +SELECT Pilot_name FROM pilot ORDER BY Rank ASC pilot_record +SELECT POSITION , Team FROM pilot pilot_record +SELECT DISTINCT POSITION FROM pilot WHERE Age > 30 pilot_record +SELECT Pilot_name FROM pilot WHERE Team = "Bradley" OR Team = "Fordham" pilot_record +SELECT Join_Year FROM pilot ORDER BY Rank ASC LIMIT 1 pilot_record +SELECT Nationality , COUNT(*) FROM pilot GROUP BY Nationality pilot_record +SELECT Nationality FROM pilot GROUP BY Nationality ORDER BY COUNT(*) DESC LIMIT 1 pilot_record +SELECT POSITION FROM pilot WHERE Join_Year < 2000 INTERSECT SELECT POSITION FROM pilot WHERE Join_Year > 2005 pilot_record +SELECT T3.Pilot_name , T2.Model FROM pilot_record AS T1 JOIN aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN pilot AS T3 ON T1.Pilot_ID = T3.Pilot_ID pilot_record +SELECT T3.Pilot_name , T2.Fleet_Series FROM pilot_record AS T1 JOIN aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN pilot AS T3 ON T1.Pilot_ID = T3.Pilot_ID ORDER BY T3.Rank pilot_record +SELECT T2.Fleet_Series FROM pilot_record AS T1 JOIN aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN pilot AS T3 ON T1.Pilot_ID = T3.Pilot_ID WHERE T3.Age < 34 pilot_record +SELECT T2.Pilot_name , COUNT(*) FROM pilot_record AS T1 JOIN pilot AS T2 ON T1.pilot_ID = T2.pilot_ID GROUP BY T2.Pilot_name pilot_record +SELECT T2.Pilot_name , COUNT(*) FROM pilot_record AS T1 JOIN pilot AS T2 ON T1.pilot_ID = T2.pilot_ID GROUP BY T2.Pilot_name HAVING COUNT(*) > 1 pilot_record +SELECT Pilot_name FROM pilot WHERE Pilot_ID NOT IN (SELECT Pilot_ID FROM pilot_record) pilot_record +SELECT document_status_code FROM Ref_Document_Status; cre_Doc_Control_Systems +SELECT document_status_description FROM Ref_Document_Status WHERE document_status_code = "working"; cre_Doc_Control_Systems +SELECT document_type_code FROM Ref_Document_Types; cre_Doc_Control_Systems +SELECT document_type_description FROM Ref_Document_Types WHERE document_type_code = "Paper"; cre_Doc_Control_Systems +SELECT shipping_agent_name FROM Ref_Shipping_Agents; cre_Doc_Control_Systems +SELECT shipping_agent_code FROM Ref_Shipping_Agents WHERE shipping_agent_name = "UPS"; cre_Doc_Control_Systems +SELECT role_code FROM ROLES; cre_Doc_Control_Systems +SELECT role_description FROM ROLES WHERE role_code = "ED"; cre_Doc_Control_Systems +SELECT count(*) FROM Employees; cre_Doc_Control_Systems +SELECT T1.role_description FROM ROLES AS T1 JOIN Employees AS T2 ON T1.role_code = T2.role_code WHERE T2.employee_name = "Koby"; cre_Doc_Control_Systems +SELECT document_id , receipt_date FROM Documents; cre_Doc_Control_Systems +SELECT T1.role_description , T2.role_code , count(*) FROM ROLES AS T1 JOIN Employees AS T2 ON T1.role_code = T2.role_code GROUP BY T2.role_code; cre_Doc_Control_Systems +SELECT Roles.role_description , count(Employees.employee_id) FROM ROLES JOIN Employees ON Employees.role_code = Roles.role_code GROUP BY Employees.role_code HAVING count(Employees.employee_id) > 1; cre_Doc_Control_Systems +SELECT Ref_Document_Status.document_status_description FROM Ref_Document_Status JOIN Documents ON Documents.document_status_code = Ref_Document_Status.document_status_code WHERE Documents.document_id = 1; cre_Doc_Control_Systems +SELECT count(*) FROM Documents WHERE document_status_code = "done"; cre_Doc_Control_Systems +SELECT document_type_code FROM Documents WHERE document_id = 2; cre_Doc_Control_Systems +SELECT document_id FROM Documents WHERE document_status_code = "done" AND document_type_code = "Paper"; cre_Doc_Control_Systems +SELECT Ref_Shipping_Agents.shipping_agent_name FROM Ref_Shipping_Agents JOIN Documents ON Documents.shipping_agent_code = Ref_Shipping_Agents.shipping_agent_code WHERE Documents.document_id = 2; cre_Doc_Control_Systems +SELECT count(*) FROM Ref_Shipping_Agents JOIN Documents ON Documents.shipping_agent_code = Ref_Shipping_Agents.shipping_agent_code WHERE Ref_Shipping_Agents.shipping_agent_name = "USPS"; cre_Doc_Control_Systems +SELECT Ref_Shipping_Agents.shipping_agent_name , count(Documents.document_id) FROM Ref_Shipping_Agents JOIN Documents ON Documents.shipping_agent_code = Ref_Shipping_Agents.shipping_agent_code GROUP BY Ref_Shipping_Agents.shipping_agent_code ORDER BY count(Documents.document_id) DESC LIMIT 1; cre_Doc_Control_Systems +SELECT receipt_date FROM Documents WHERE document_id = 3; cre_Doc_Control_Systems +SELECT Addresses.address_details FROM Addresses JOIN Documents_Mailed ON Documents_Mailed.mailed_to_address_id = Addresses.address_id WHERE document_id = 4; cre_Doc_Control_Systems +SELECT mailing_date FROM Documents_Mailed WHERE document_id = 7; cre_Doc_Control_Systems +SELECT document_id FROM Documents WHERE document_status_code = "done" AND document_type_code = "Paper" EXCEPT SELECT document_id FROM Documents JOIN Ref_Shipping_Agents ON Documents.shipping_agent_code = Ref_Shipping_Agents.shipping_agent_code WHERE Ref_Shipping_Agents.shipping_agent_name = "USPS"; cre_Doc_Control_Systems +SELECT document_id FROM Documents WHERE document_status_code = "done" AND document_type_code = "Paper" INTERSECT SELECT document_id FROM Documents JOIN Ref_Shipping_Agents ON Documents.shipping_agent_code = Ref_Shipping_Agents.shipping_agent_code WHERE Ref_Shipping_Agents.shipping_agent_name = "USPS"; cre_Doc_Control_Systems +SELECT draft_details FROM Document_Drafts WHERE document_id = 7; cre_Doc_Control_Systems +SELECT count(*) FROM Draft_Copies WHERE document_id = 2; cre_Doc_Control_Systems +SELECT document_id , count(copy_number) FROM Draft_Copies GROUP BY document_id ORDER BY count(copy_number) DESC LIMIT 1; cre_Doc_Control_Systems +SELECT document_id , count(*) FROM Draft_Copies GROUP BY document_id HAVING count(*) > 1; cre_Doc_Control_Systems +SELECT Employees.employee_name FROM Employees JOIN Circulation_History ON Circulation_History.employee_id = Employees.employee_id WHERE Circulation_History.document_id = 1; cre_Doc_Control_Systems +SELECT employee_name FROM Employees EXCEPT SELECT Employees.employee_name FROM Employees JOIN Circulation_History ON Circulation_History.employee_id = Employees.employee_id cre_Doc_Control_Systems +SELECT Employees.employee_name , count(*) FROM Employees JOIN Circulation_History ON Circulation_History.employee_id = Employees.employee_id GROUP BY Circulation_History.document_id , Circulation_History.draft_number , Circulation_History.copy_number ORDER BY count(*) DESC LIMIT 1; cre_Doc_Control_Systems +SELECT document_id , count(DISTINCT employee_id) FROM Circulation_History GROUP BY document_id; cre_Doc_Control_Systems +SELECT dname FROM department ORDER BY mgr_start_date company_1 +SELECT Dependent_name FROM dependent WHERE relationship = 'Spouse' company_1 +SELECT count(*) FROM dependent WHERE sex = 'F' company_1 +SELECT t1.dname FROM department AS t1 JOIN dept_locations AS t2 ON t1.dnumber = t2.dnumber WHERE t2.dlocation = 'Houston' company_1 +SELECT fname , lname FROM employee WHERE salary > 30000 company_1 +SELECT count(*) , sex FROM employee WHERE salary < 50000 GROUP BY sex company_1 +SELECT fname , lname , address FROM employee ORDER BY Bdate company_1 +SELECT T1.event_details FROM EVENTS AS T1 JOIN Services AS T2 ON T1.Service_ID = T2.Service_ID WHERE T2.Service_Type_Code = 'Marriage' local_govt_in_alabama +SELECT T1.event_id , T1.event_details FROM EVENTS AS T1 JOIN Participants_in_Events AS T2 ON T1.Event_ID = T2.Event_ID GROUP BY T1.Event_ID HAVING count(*) > 1 local_govt_in_alabama +SELECT T1.Participant_ID , T1.Participant_Type_Code , count(*) FROM Participants AS T1 JOIN Participants_in_Events AS T2 ON T1.Participant_ID = T2.Participant_ID GROUP BY T1.Participant_ID local_govt_in_alabama +SELECT Participant_ID , Participant_Type_Code , Participant_Details FROM Participants local_govt_in_alabama +SELECT count(*) FROM participants WHERE participant_type_code = 'Organizer' local_govt_in_alabama +SELECT service_type_code FROM services ORDER BY service_type_code local_govt_in_alabama +SELECT service_id , event_details FROM EVENTS local_govt_in_alabama +SELECT count(*) FROM participants AS T1 JOIN Participants_in_Events AS T2 ON T1.Participant_ID = T2.Participant_ID WHERE T1.participant_details LIKE '%Dr.%' local_govt_in_alabama +SELECT participant_type_code FROM participants GROUP BY participant_type_code ORDER BY count(*) DESC LIMIT 1 local_govt_in_alabama +SELECT T3.service_id , T4.Service_Type_Code FROM participants AS T1 JOIN Participants_in_Events AS T2 ON T1.Participant_ID = T2.Participant_ID JOIN EVENTS AS T3 ON T2.Event_ID = T3.Event_ID JOIN services AS T4 ON T3.service_id = T4.service_id GROUP BY T3.service_id ORDER BY count(*) ASC LIMIT 1 local_govt_in_alabama +SELECT Event_ID FROM Participants_in_Events GROUP BY Event_ID ORDER BY count(*) DESC LIMIT 1 local_govt_in_alabama +SELECT event_id FROM EVENTS EXCEPT SELECT T1.event_id FROM Participants_in_Events AS T1 JOIN Participants AS T2 ON T1.Participant_ID = T2.Participant_ID WHERE Participant_Details = 'Kenyatta Kuhn' local_govt_in_alabama +SELECT T1.service_type_code FROM services AS T1 JOIN EVENTS AS T2 ON T1.service_id = T2.service_id WHERE T2.event_details = 'Success' INTERSECT SELECT T1.service_type_code FROM services AS T1 JOIN EVENTS AS T2 ON T1.service_id = T2.service_id WHERE T2.event_details = 'Fail' local_govt_in_alabama +SELECT count(*) FROM EVENTS WHERE event_id NOT IN (SELECT event_id FROM Participants_in_Events) local_govt_in_alabama +SELECT count(DISTINCT participant_id) FROM participants_in_Events local_govt_in_alabama +SELECT name FROM races ORDER BY date DESC LIMIT 1 formula_1 +SELECT name FROM races ORDER BY date DESC LIMIT 1 formula_1 +SELECT name , date FROM races ORDER BY date DESC LIMIT 1 formula_1 +SELECT name , date FROM races ORDER BY date DESC LIMIT 1 formula_1 +SELECT name FROM races WHERE YEAR = 2017 formula_1 +SELECT name FROM races WHERE YEAR = 2017 formula_1 +SELECT DISTINCT name FROM races WHERE YEAR BETWEEN 2014 AND 2017 formula_1 +SELECT DISTINCT name FROM races WHERE YEAR BETWEEN 2014 AND 2017 formula_1 +SELECT DISTINCT T1.forename , T1.surname FROM drivers AS T1 JOIN laptimes AS T2 ON T1.driverid = T2.driverid WHERE T2.milliseconds < 93000 formula_1 +SELECT DISTINCT T1.forename , T1.surname FROM drivers AS T1 JOIN laptimes AS T2 ON T1.driverid = T2.driverid WHERE T2.milliseconds < 93000 formula_1 +SELECT DISTINCT T1.driverid , T1.nationality FROM drivers AS T1 JOIN laptimes AS T2 ON T1.driverid = T2.driverid WHERE T2.milliseconds > 100000 formula_1 +SELECT DISTINCT T1.driverid , T1.nationality FROM drivers AS T1 JOIN laptimes AS T2 ON T1.driverid = T2.driverid WHERE T2.milliseconds > 100000 formula_1 +SELECT T1.forename , T1.surname FROM drivers AS T1 JOIN laptimes AS T2 ON T1.driverid = T2.driverid ORDER BY T2.milliseconds LIMIT 1 formula_1 +SELECT T1.forename , T1.surname FROM drivers AS T1 JOIN laptimes AS T2 ON T1.driverid = T2.driverid ORDER BY T2.milliseconds LIMIT 1 formula_1 +SELECT T1.driverid , T1.surname FROM drivers AS T1 JOIN laptimes AS T2 ON T1.driverid = T2.driverid ORDER BY T2.milliseconds DESC LIMIT 1 formula_1 +SELECT T1.driverid , T1.surname FROM drivers AS T1 JOIN laptimes AS T2 ON T1.driverid = T2.driverid ORDER BY T2.milliseconds DESC LIMIT 1 formula_1 +SELECT T1.driverid , T1.forename , T1.surname FROM drivers AS T1 JOIN laptimes AS T2 ON T1.driverid = T2.driverid WHERE POSITION = '1' GROUP BY T1.driverid HAVING count(*) >= 2 formula_1 +SELECT T1.driverid , T1.forename , T1.surname FROM drivers AS T1 JOIN laptimes AS T2 ON T1.driverid = T2.driverid WHERE POSITION = '1' GROUP BY T1.driverid HAVING count(*) >= 2 formula_1 +SELECT count(*) FROM results AS T1 JOIN races AS T2 ON T1.raceid = T2.raceid WHERE T2.name = "Australian Grand Prix" AND YEAR = 2009 formula_1 +SELECT count(*) FROM results AS T1 JOIN races AS T2 ON T1.raceid = T2.raceid WHERE T2.name = "Australian Grand Prix" AND YEAR = 2009 formula_1 +SELECT count(DISTINCT driverId) FROM results WHERE raceId NOT IN( SELECT raceId FROM races WHERE YEAR != 2009 ) formula_1 +SELECT count(DISTINCT driverId) FROM results WHERE raceId NOT IN( SELECT raceId FROM races WHERE YEAR != 2009 ) formula_1 +SELECT T2.name , T2.year FROM results AS T1 JOIN races AS T2 ON T1.raceid = T2.raceid JOIN drivers AS T3 ON T1.driverid = T3.driverid WHERE T3.forename = "Lewis" formula_1 +SELECT T2.name , T2.year FROM results AS T1 JOIN races AS T2 ON T1.raceid = T2.raceid JOIN drivers AS T3 ON T1.driverid = T3.driverid WHERE T3.forename = "Lewis" formula_1 +SELECT forename , surname FROM drivers WHERE nationality = "German" formula_1 +SELECT forename , surname FROM drivers WHERE nationality = "German" formula_1 +SELECT T2.driverid , T3.forename FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid JOIN drivers AS T3 ON T2.driverid = T3.driverid WHERE T1.name = "Australian Grand Prix" INTERSECT SELECT T2.driverid , T3.forename FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid JOIN drivers AS T3 ON T2.driverid = T3.driverid WHERE T1.name = "Chinese Grand Prix" formula_1 +SELECT T2.driverid , T3.forename FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid JOIN drivers AS T3 ON T2.driverid = T3.driverid WHERE T1.name = "Australian Grand Prix" INTERSECT SELECT T2.driverid , T3.forename FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid JOIN drivers AS T3 ON T2.driverid = T3.driverid WHERE T1.name = "Chinese Grand Prix" formula_1 +SELECT T3.forename , T3.surname FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid JOIN drivers AS T3 ON T2.driverid = T3.driverid WHERE T1.name = "Australian Grand Prix" EXCEPT SELECT T3.forename , T3.surname FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid JOIN drivers AS T3 ON T2.driverid = T3.driverid WHERE T1.name = "Chinese Grand Prix" formula_1 +SELECT T3.forename , T3.surname FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid JOIN drivers AS T3 ON T2.driverid = T3.driverid WHERE T1.name = "Australian Grand Prix" EXCEPT SELECT T3.forename , T3.surname FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid JOIN drivers AS T3 ON T2.driverid = T3.driverid WHERE T1.name = "Chinese Grand Prix" formula_1 +SELECT DISTINCT T1.forename FROM drivers AS T1 JOIN driverstandings AS T2 ON T1.driverid = T2.driverid WHERE T2.position = 1 AND T2.wins = 1 formula_1 +SELECT DISTINCT T1.forename FROM drivers AS T1 JOIN driverstandings AS T2 ON T1.driverid = T2.driverid WHERE T2.position = 1 AND T2.wins = 1 formula_1 +SELECT DISTINCT T1.forename FROM drivers AS T1 JOIN driverstandings AS T2 ON T1.driverid = T2.driverid WHERE T2.position = 1 AND T2.wins = 1 AND T2.points > 20 formula_1 +SELECT DISTINCT T1.forename FROM drivers AS T1 JOIN driverstandings AS T2 ON T1.driverid = T2.driverid WHERE T2.position = 1 AND T2.wins = 1 AND T2.points > 20 formula_1 +SELECT count(*) , nationality FROM constructors GROUP BY nationality formula_1 +SELECT count(*) , nationality FROM constructors GROUP BY nationality formula_1 +SELECT count(*) , constructorid FROM constructorStandings GROUP BY constructorid formula_1 +SELECT count(*) , constructorid FROM constructorStandings GROUP BY constructorid formula_1 +SELECT T1.name FROM races AS T1 JOIN circuits AS T2 ON T1.circuitid = T2.circuitid WHERE T2.country = "Spain" AND T1.year > 2017 formula_1 +SELECT T1.name FROM races AS T1 JOIN circuits AS T2 ON T1.circuitid = T2.circuitid WHERE T2.country = "Spain" AND T1.year > 2017 formula_1 +SELECT DISTINCT T1.name FROM races AS T1 JOIN circuits AS T2 ON T1.circuitid = T2.circuitid WHERE T2.country = "Spain" AND T1.year > 2000 formula_1 +SELECT DISTINCT T1.name FROM races AS T1 JOIN circuits AS T2 ON T1.circuitid = T2.circuitid WHERE T2.country = "Spain" AND T1.year > 2000 formula_1 +SELECT DISTINCT driverid , STOP FROM pitstops WHERE duration < (SELECT max(duration) FROM pitstops WHERE raceid = 841) formula_1 +SELECT DISTINCT driverid , STOP FROM pitstops WHERE duration < (SELECT max(duration) FROM pitstops WHERE raceid = 841) formula_1 +SELECT DISTINCT driverid , STOP FROM pitstops WHERE duration > (SELECT min(duration) FROM pitstops WHERE raceid = 841) formula_1 +SELECT DISTINCT driverid , STOP FROM pitstops WHERE duration > (SELECT min(duration) FROM pitstops WHERE raceid = 841) formula_1 +SELECT DISTINCT forename FROM drivers ORDER BY forename ASC formula_1 +SELECT DISTINCT forename FROM drivers ORDER BY forename ASC formula_1 +SELECT DISTINCT name FROM races ORDER BY name DESC formula_1 +SELECT DISTINCT name FROM races ORDER BY name DESC formula_1 +SELECT name FROM races WHERE YEAR BETWEEN 2009 AND 2011 formula_1 +SELECT name FROM races WHERE YEAR BETWEEN 2009 AND 2011 formula_1 +SELECT name FROM races WHERE TIME > "12:00:00" OR TIME < "09:00:00" formula_1 +SELECT name FROM races WHERE TIME > "12:00:00" OR TIME < "09:00:00" formula_1 +SELECT T1.forename , T1.surname , T1.driverid FROM drivers AS T1 JOIN pitstops AS T2 ON T1.driverid = T2.driverid GROUP BY T1.driverid HAVING count(*) > 8 UNION SELECT T1.forename , T1.surname , T1.driverid FROM drivers AS T1 JOIN results AS T2 ON T1.driverid = T2.driverid GROUP BY T1.driverid HAVING count(*) > 5 formula_1 +SELECT T1.forename , T1.surname , T1.driverid FROM drivers AS T1 JOIN pitstops AS T2 ON T1.driverid = T2.driverid GROUP BY T1.driverid HAVING count(*) > 8 UNION SELECT T1.forename , T1.surname , T1.driverid FROM drivers AS T1 JOIN results AS T2 ON T1.driverid = T2.driverid GROUP BY T1.driverid HAVING count(*) > 5 formula_1 +SELECT T1.surname , T1.driverid FROM drivers AS T1 JOIN pitstops AS T2 ON T1.driverid = T2.driverid GROUP BY T1.driverid HAVING count(*) = 11 INTERSECT SELECT T1.surname , T1.driverid FROM drivers AS T1 JOIN results AS T2 ON T1.driverid = T2.driverid GROUP BY T1.driverid HAVING count(*) > 5 formula_1 +SELECT T1.surname , T1.driverid FROM drivers AS T1 JOIN pitstops AS T2 ON T1.driverid = T2.driverid GROUP BY T1.driverid HAVING count(*) = 11 INTERSECT SELECT T1.surname , T1.driverid FROM drivers AS T1 JOIN results AS T2 ON T1.driverid = T2.driverid GROUP BY T1.driverid HAVING count(*) > 5 formula_1 +SELECT T1.driverid , T1.surname FROM drivers AS T1 JOIN results AS T2 ON T1.driverid = T2.driverid JOIN races AS T3 ON T2.raceid = T3.raceid WHERE T3.year > 2010 GROUP BY T1.driverid ORDER BY count(*) DESC LIMIT 1 formula_1 +SELECT T1.driverid , T1.surname FROM drivers AS T1 JOIN results AS T2 ON T1.driverid = T2.driverid JOIN races AS T3 ON T2.raceid = T3.raceid WHERE T3.year > 2010 GROUP BY T1.driverid ORDER BY count(*) DESC LIMIT 1 formula_1 +SELECT name FROM circuits WHERE country = "UK" OR country = "Malaysia" formula_1 +SELECT name FROM circuits WHERE country = "UK" OR country = "Malaysia" formula_1 +SELECT circuitid , LOCATION FROM circuits WHERE country = "France" OR country = "Belgium" formula_1 +SELECT circuitid , LOCATION FROM circuits WHERE country = "France" OR country = "Belgium" formula_1 +SELECT T1.name FROM constructors AS T1 JOIN constructorstandings AS T2 ON T1.constructorid = T2.constructorid WHERE T1.nationality = "Japanese" AND T2.points > 5 formula_1 +SELECT T1.name FROM constructors AS T1 JOIN constructorstandings AS T2 ON T1.constructorid = T2.constructorid WHERE T1.nationality = "Japanese" AND T2.points > 5 formula_1 +SELECT avg(T2.fastestlapspeed) FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid WHERE T1.year = 2008 AND T1.name = "Monaco Grand Prix" formula_1 +SELECT avg(T2.fastestlapspeed) FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid WHERE T1.year = 2008 AND T1.name = "Monaco Grand Prix" formula_1 +SELECT max(T2.fastestlapspeed) FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid WHERE T1.year = 2008 AND T1.name = "Monaco Grand Prix" formula_1 +SELECT max(T2.fastestlapspeed) FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid WHERE T1.year = 2008 AND T1.name = "Monaco Grand Prix" formula_1 +SELECT max(T2.fastestlapspeed) , T1.name , T1.year FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid WHERE T1.year > 2014 GROUP BY T1.name ORDER BY T1.year formula_1 +SELECT max(T2.fastestlapspeed) , T1.name , T1.year FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid WHERE T1.year > 2014 GROUP BY T1.name ORDER BY T1.year formula_1 +SELECT avg(T2.fastestlapspeed) , T1.name , T1.year FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid WHERE T1.year > 2014 GROUP BY T1.name ORDER BY T1.year formula_1 +SELECT avg(T2.fastestlapspeed) , T1.name , T1.year FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid WHERE T1.year > 2014 GROUP BY T1.name ORDER BY T1.year formula_1 +SELECT T1.driverid , T1.forename , count(*) FROM drivers AS T1 JOIN results AS T2 ON T1.driverid = T2.driverid JOIN races AS T3 ON T2.raceid = T3.raceid GROUP BY T1.driverid HAVING count(*) >= 2 formula_1 +SELECT T1.driverid , T1.forename , count(*) FROM drivers AS T1 JOIN results AS T2 ON T1.driverid = T2.driverid JOIN races AS T3 ON T2.raceid = T3.raceid GROUP BY T1.driverid HAVING count(*) >= 2 formula_1 +SELECT T1.driverid , count(*) FROM drivers AS T1 JOIN results AS T2 ON T1.driverid = T2.driverid JOIN races AS T3 ON T2.raceid = T3.raceid GROUP BY T1.driverid HAVING count(*) <= 30 formula_1 +SELECT T1.driverid , count(*) FROM drivers AS T1 JOIN results AS T2 ON T1.driverid = T2.driverid JOIN races AS T3 ON T2.raceid = T3.raceid GROUP BY T1.driverid HAVING count(*) <= 30 formula_1 +SELECT T1.driverid , T1.surname FROM drivers AS T1 JOIN results AS T2 ON T1.driverid = T2.driverid JOIN races AS T3 ON T2.raceid = T3.raceid GROUP BY T1.driverid ORDER BY count(*) DESC LIMIT 1 formula_1 +SELECT T1.driverid , T1.surname FROM drivers AS T1 JOIN results AS T2 ON T1.driverid = T2.driverid JOIN races AS T3 ON T2.raceid = T3.raceid GROUP BY T1.driverid ORDER BY count(*) DESC LIMIT 1 formula_1 +SELECT count(*) FROM technician machine_repair +SELECT count(*) FROM technician machine_repair +SELECT Name FROM technician ORDER BY Age ASC machine_repair +SELECT Name FROM technician ORDER BY Age ASC machine_repair +SELECT Team , Starting_Year FROM technician machine_repair +SELECT Team , Starting_Year FROM technician machine_repair +SELECT Name FROM technician WHERE Team != "NYY" machine_repair +SELECT Name FROM technician WHERE Team != "NYY" machine_repair +SELECT Name FROM technician WHERE Age = 36 OR Age = 37 machine_repair +SELECT Name FROM technician WHERE Age = 36 OR Age = 37 machine_repair +SELECT Starting_Year FROM technician ORDER BY Age DESC LIMIT 1 machine_repair +SELECT Starting_Year FROM technician ORDER BY Age DESC LIMIT 1 machine_repair +SELECT Team , COUNT(*) FROM technician GROUP BY Team machine_repair +SELECT Team , COUNT(*) FROM technician GROUP BY Team machine_repair +SELECT Team FROM technician GROUP BY Team ORDER BY COUNT(*) DESC LIMIT 1 machine_repair +SELECT Team FROM technician GROUP BY Team ORDER BY COUNT(*) DESC LIMIT 1 machine_repair +SELECT Team FROM technician GROUP BY Team HAVING COUNT(*) >= 2 machine_repair +SELECT Team FROM technician GROUP BY Team HAVING COUNT(*) >= 2 machine_repair +SELECT T3.Name , T2.Machine_series FROM repair_assignment AS T1 JOIN machine AS T2 ON T1.machine_id = T2.machine_id JOIN technician AS T3 ON T1.technician_ID = T3.technician_ID machine_repair +SELECT T3.Name , T2.Machine_series FROM repair_assignment AS T1 JOIN machine AS T2 ON T1.machine_id = T2.machine_id JOIN technician AS T3 ON T1.technician_ID = T3.technician_ID machine_repair +SELECT T3.Name FROM repair_assignment AS T1 JOIN machine AS T2 ON T1.machine_id = T2.machine_id JOIN technician AS T3 ON T1.technician_ID = T3.technician_ID ORDER BY T2.quality_rank machine_repair +SELECT T3.Name FROM repair_assignment AS T1 JOIN machine AS T2 ON T1.machine_id = T2.machine_id JOIN technician AS T3 ON T1.technician_ID = T3.technician_ID ORDER BY T2.quality_rank machine_repair +SELECT T3.Name FROM repair_assignment AS T1 JOIN machine AS T2 ON T1.machine_id = T2.machine_id JOIN technician AS T3 ON T1.technician_ID = T3.technician_ID WHERE T2.value_points > 70 machine_repair +SELECT T3.Name FROM repair_assignment AS T1 JOIN machine AS T2 ON T1.machine_id = T2.machine_id JOIN technician AS T3 ON T1.technician_ID = T3.technician_ID WHERE T2.value_points > 70 machine_repair +SELECT T2.Name , COUNT(*) FROM repair_assignment AS T1 JOIN technician AS T2 ON T1.technician_ID = T2.technician_ID GROUP BY T2.Name machine_repair +SELECT T2.Name , COUNT(*) FROM repair_assignment AS T1 JOIN technician AS T2 ON T1.technician_ID = T2.technician_ID GROUP BY T2.Name machine_repair +SELECT Name FROM technician WHERE technician_id NOT IN (SELECT technician_id FROM repair_assignment) machine_repair +SELECT Name FROM technician WHERE technician_id NOT IN (SELECT technician_id FROM repair_assignment) machine_repair +SELECT Starting_Year FROM technician WHERE Team = "CLE" INTERSECT SELECT Starting_Year FROM technician WHERE Team = "CWS" machine_repair +SELECT Starting_Year FROM technician WHERE Team = "CLE" INTERSECT SELECT Starting_Year FROM technician WHERE Team = "CWS" machine_repair +SELECT count(*) FROM entrepreneur entrepreneur +SELECT count(*) FROM entrepreneur entrepreneur +SELECT Company FROM entrepreneur ORDER BY Money_Requested DESC entrepreneur +SELECT Company FROM entrepreneur ORDER BY Money_Requested DESC entrepreneur +SELECT Company , Investor FROM entrepreneur entrepreneur +SELECT Company , Investor FROM entrepreneur entrepreneur +SELECT avg(Money_Requested) FROM entrepreneur entrepreneur +SELECT avg(Money_Requested) FROM entrepreneur entrepreneur +SELECT Name FROM People ORDER BY Weight ASC entrepreneur +SELECT Name FROM People ORDER BY Weight ASC entrepreneur +SELECT T2.Name FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID entrepreneur +SELECT T2.Name FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID entrepreneur +SELECT T2.Name FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Investor != "Rachel Elnaugh" entrepreneur +SELECT T2.Name FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Investor != "Rachel Elnaugh" entrepreneur +SELECT Weight FROM people ORDER BY Height ASC LIMIT 1 entrepreneur +SELECT Weight FROM people ORDER BY Height ASC LIMIT 1 entrepreneur +SELECT T2.Name FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Weight DESC LIMIT 1 entrepreneur +SELECT T2.Name FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Weight DESC LIMIT 1 entrepreneur +SELECT sum(T1.Money_Requested) FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID WHERE T2.Height > 1.85 entrepreneur +SELECT sum(T1.Money_Requested) FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID WHERE T2.Height > 1.85 entrepreneur +SELECT T2.Date_of_Birth FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Investor = "Simon Woodroffe" OR T1.Investor = "Peter Jones" entrepreneur +SELECT T2.Date_of_Birth FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Investor = "Simon Woodroffe" OR T1.Investor = "Peter Jones" entrepreneur +SELECT T2.Weight FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID ORDER BY T1.Money_Requested DESC entrepreneur +SELECT T2.Weight FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID ORDER BY T1.Money_Requested DESC entrepreneur +SELECT Investor , COUNT(*) FROM entrepreneur GROUP BY Investor entrepreneur +SELECT Investor , COUNT(*) FROM entrepreneur GROUP BY Investor entrepreneur +SELECT Investor FROM entrepreneur GROUP BY Investor ORDER BY COUNT(*) DESC LIMIT 1 entrepreneur +SELECT Investor FROM entrepreneur GROUP BY Investor ORDER BY COUNT(*) DESC LIMIT 1 entrepreneur +SELECT Investor FROM entrepreneur GROUP BY Investor HAVING COUNT(*) >= 2 entrepreneur +SELECT Investor FROM entrepreneur GROUP BY Investor HAVING COUNT(*) >= 2 entrepreneur +SELECT T2.Name , T1.Company FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID ORDER BY T1.Money_Requested entrepreneur +SELECT T2.Name , T1.Company FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID ORDER BY T1.Money_Requested entrepreneur +SELECT Name FROM people WHERE People_ID NOT IN (SELECT People_ID FROM entrepreneur) entrepreneur +SELECT Name FROM people WHERE People_ID NOT IN (SELECT People_ID FROM entrepreneur) entrepreneur +SELECT Investor FROM entrepreneur WHERE Money_Requested > 140000 INTERSECT SELECT Investor FROM entrepreneur WHERE Money_Requested < 120000 entrepreneur +SELECT Investor FROM entrepreneur WHERE Money_Requested > 140000 INTERSECT SELECT Investor FROM entrepreneur WHERE Money_Requested < 120000 entrepreneur +SELECT count(DISTINCT Company) FROM entrepreneur entrepreneur +SELECT count(DISTINCT Company) FROM entrepreneur entrepreneur +SELECT T1.Company FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Height DESC LIMIT 1 entrepreneur +SELECT T1.Company FROM entrepreneur AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Height DESC LIMIT 1 entrepreneur +SELECT count(*) FROM perpetrator perpetrator +SELECT Date FROM perpetrator ORDER BY Killed DESC perpetrator +SELECT Injured FROM perpetrator ORDER BY Injured ASC perpetrator +SELECT avg(Injured) FROM perpetrator perpetrator +SELECT LOCATION FROM perpetrator ORDER BY Killed DESC LIMIT 1 perpetrator +SELECT Name FROM People ORDER BY Height ASC perpetrator +SELECT T1.Name FROM people AS T1 JOIN perpetrator AS T2 ON T1.People_ID = T2.People_ID perpetrator +SELECT T1.Name FROM people AS T1 JOIN perpetrator AS T2 ON T1.People_ID = T2.People_ID WHERE T2.Country != "China" perpetrator +SELECT T1.Name FROM people AS T1 JOIN perpetrator AS T2 ON T1.People_ID = T2.People_ID ORDER BY T1.Weight DESC LIMIT 1 perpetrator +SELECT sum(T2.Killed) FROM people AS T1 JOIN perpetrator AS T2 ON T1.People_ID = T2.People_ID WHERE T1.Height > 1.84 perpetrator +SELECT T1.Name FROM people AS T1 JOIN perpetrator AS T2 ON T1.People_ID = T2.People_ID WHERE T2.Country = "China" OR T2.Country = "Japan" perpetrator +SELECT T1.Height FROM people AS T1 JOIN perpetrator AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Injured DESC perpetrator +SELECT Country , COUNT(*) FROM perpetrator GROUP BY Country perpetrator +SELECT Country , COUNT(*) FROM perpetrator GROUP BY Country ORDER BY COUNT(*) DESC LIMIT 1 perpetrator +SELECT Country , COUNT(*) FROM perpetrator GROUP BY Country HAVING COUNT(*) >= 2 perpetrator +SELECT T1.Name FROM people AS T1 JOIN perpetrator AS T2 ON T1.People_ID = T2.People_ID ORDER BY T2.Year DESC perpetrator +SELECT Name FROM people WHERE People_ID NOT IN (SELECT People_ID FROM perpetrator) perpetrator +SELECT Country FROM perpetrator WHERE Injured > 50 INTERSECT SELECT Country FROM perpetrator WHERE Injured < 20 perpetrator +SELECT count(DISTINCT LOCATION) FROM perpetrator perpetrator +SELECT T2.Date FROM people AS T1 JOIN perpetrator AS T2 ON T1.People_ID = T2.People_ID ORDER BY T1.Height DESC LIMIT 1 perpetrator +SELECT max(YEAR) FROM perpetrator; perpetrator +SELECT campus FROM campuses WHERE county = "Los Angeles" csu_1 +SELECT campus FROM campuses WHERE county = "Los Angeles" csu_1 +SELECT campus FROM campuses WHERE LOCATION = "Chico" csu_1 +SELECT campus FROM campuses WHERE LOCATION = "Chico" csu_1 +SELECT campus FROM campuses WHERE YEAR = 1958 csu_1 +SELECT campus FROM campuses WHERE YEAR = 1958 csu_1 +SELECT campus FROM campuses WHERE YEAR < 1800 csu_1 +SELECT campus FROM campuses WHERE YEAR < 1800 csu_1 +SELECT campus FROM campuses WHERE YEAR >= 1935 AND YEAR <= 1939 csu_1 +SELECT campus FROM campuses WHERE YEAR >= 1935 AND YEAR <= 1939 csu_1 +SELECT campus FROM campuses WHERE LOCATION = "Northridge" AND county = "Los Angeles" UNION SELECT campus FROM campuses WHERE LOCATION = "San Francisco" AND county = "San Francisco" csu_1 +SELECT campus FROM campuses WHERE LOCATION = "Northridge" AND county = "Los Angeles" UNION SELECT campus FROM campuses WHERE LOCATION = "San Francisco" AND county = "San Francisco" csu_1 +SELECT campusfee FROM campuses AS T1 JOIN csu_fees AS T2 ON T1.id = t2.campus WHERE t1.campus = "San Jose State University" AND T2.year = 1996 csu_1 +SELECT campusfee FROM campuses AS T1 JOIN csu_fees AS T2 ON T1.id = t2.campus WHERE t1.campus = "San Jose State University" AND T2.year = 1996 csu_1 +SELECT campusfee FROM campuses AS T1 JOIN csu_fees AS T2 ON T1.id = t2.campus WHERE t1.campus = "San Francisco State University" AND T2.year = 1996 csu_1 +SELECT campusfee FROM campuses AS T1 JOIN csu_fees AS T2 ON T1.id = t2.campus WHERE t1.campus = "San Francisco State University" AND T2.year = 1996 csu_1 +SELECT count(*) FROM csu_fees WHERE campusfee > (SELECT avg(campusfee) FROM csu_fees) csu_1 +SELECT count(*) FROM csu_fees WHERE campusfee > (SELECT avg(campusfee) FROM csu_fees) csu_1 +SELECT count(*) FROM csu_fees WHERE campusfee > (SELECT avg(campusfee) FROM csu_fees) csu_1 +SELECT count(*) FROM csu_fees WHERE campusfee > (SELECT avg(campusfee) FROM csu_fees) csu_1 +SELECT campus FROM campuses WHERE county = "Los Angeles" AND YEAR > 1950 csu_1 +SELECT campus FROM campuses WHERE county = "Los Angeles" AND YEAR > 1950 csu_1 +SELECT YEAR FROM degrees GROUP BY YEAR ORDER BY sum(degrees) DESC LIMIT 1 csu_1 +SELECT YEAR FROM degrees GROUP BY YEAR ORDER BY sum(degrees) DESC LIMIT 1 csu_1 +SELECT campus FROM degrees GROUP BY campus ORDER BY sum(degrees) DESC LIMIT 1 csu_1 +SELECT campus FROM degrees GROUP BY campus ORDER BY sum(degrees) DESC LIMIT 1 csu_1 +SELECT T1.campus FROM campuses AS T1 JOIN faculty AS T2 ON T1.id = T2.campus WHERE T2.year = 2003 ORDER BY T2.faculty DESC LIMIT 1 csu_1 +SELECT T1.campus FROM campuses AS T1 JOIN faculty AS T2 ON T1.id = T2.campus WHERE T2.year = 2003 ORDER BY T2.faculty DESC LIMIT 1 csu_1 +SELECT avg(campusfee) FROM csu_fees WHERE YEAR = 1996 csu_1 +SELECT avg(campusfee) FROM csu_fees WHERE YEAR = 1996 csu_1 +SELECT avg(campusfee) FROM csu_fees WHERE YEAR = 2005 csu_1 +SELECT avg(campusfee) FROM csu_fees WHERE YEAR = 2005 csu_1 +SELECT T1.campus , sum(T2.degrees) FROM campuses AS T1 JOIN degrees AS T2 ON T1.id = T2.campus WHERE T2.year >= 1998 AND T2.year <= 2002 GROUP BY T1.campus csu_1 +SELECT T1.campus , sum(T2.degrees) FROM campuses AS T1 JOIN degrees AS T2 ON T1.id = T2.campus WHERE T2.year >= 1998 AND T2.year <= 2002 GROUP BY T1.campus csu_1 +SELECT T1.campus , sum(T2.degrees) FROM campuses AS T1 JOIN degrees AS T2 ON T1.id = T2.campus WHERE T1.county = "Orange" AND T2.year >= 2000 GROUP BY T1.campus csu_1 +SELECT T1.campus , sum(T2.degrees) FROM campuses AS T1 JOIN degrees AS T2 ON T1.id = T2.campus WHERE T1.county = "Orange" AND T2.year >= 2000 GROUP BY T1.campus csu_1 +SELECT T1.campus FROM campuses AS T1 JOIN faculty AS T2 ON T1.id = T2.campus WHERE T2.year = 2002 AND faculty > (SELECT max(faculty) FROM campuses AS T1 JOIN faculty AS T2 ON T1.id = T2.campus WHERE T2.year = 2002 AND T1.county = "Orange") csu_1 +SELECT T1.campus FROM campuses AS T1 JOIN faculty AS T2 ON T1.id = T2.campus WHERE T2.year = 2002 AND faculty > (SELECT max(faculty) FROM campuses AS T1 JOIN faculty AS T2 ON T1.id = T2.campus WHERE T2.year = 2002 AND T1.county = "Orange") csu_1 +SELECT T1.campus FROM campuses AS t1 JOIN enrollments AS t2 ON t1.id = t2.campus WHERE t2.year = 1956 AND totalenrollment_ay > 400 AND FTE_AY > 200 csu_1 +SELECT T1.campus FROM campuses AS t1 JOIN enrollments AS t2 ON t1.id = t2.campus WHERE t2.year = 1956 AND totalenrollment_ay > 400 AND FTE_AY > 200 csu_1 +SELECT count(*) FROM campuses WHERE county = "Los Angeles" csu_1 +SELECT count(*) FROM campuses WHERE county = "Los Angeles" csu_1 +SELECT campus FROM campuses WHERE county = "Los Angeles" csu_1 +SELECT campus FROM campuses WHERE county = "Los Angeles" csu_1 +SELECT degrees FROM campuses AS T1 JOIN degrees AS T2 ON t1.id = t2.campus WHERE t1.campus = "San Jose State University" AND t2.year = 2000 csu_1 +SELECT degrees FROM campuses AS T1 JOIN degrees AS T2 ON t1.id = t2.campus WHERE t1.campus = "San Jose State University" AND t2.year = 2000 csu_1 +SELECT degrees FROM campuses AS T1 JOIN degrees AS T2 ON t1.id = t2.campus WHERE t1.campus = "San Francisco State University" AND t2.year = 2001 csu_1 +SELECT degrees FROM campuses AS T1 JOIN degrees AS T2 ON t1.id = t2.campus WHERE t1.campus = "San Francisco State University" AND t2.year = 2001 csu_1 +SELECT sum(faculty) FROM faculty WHERE YEAR = 2002 csu_1 +SELECT sum(faculty) FROM faculty WHERE YEAR = 2002 csu_1 +SELECT faculty FROM faculty AS T1 JOIN campuses AS T2 ON T1.campus = T2.id WHERE T1.year = 2002 AND T2.campus = "Long Beach State University" csu_1 +SELECT faculty FROM faculty AS T1 JOIN campuses AS T2 ON T1.campus = T2.id WHERE T1.year = 2002 AND T2.campus = "Long Beach State University" csu_1 +SELECT faculty FROM faculty AS T1 JOIN campuses AS T2 ON T1.campus = T2.id WHERE T1.year = 2004 AND T2.campus = "San Francisco State University" csu_1 +SELECT faculty FROM faculty AS T1 JOIN campuses AS T2 ON T1.campus = T2.id WHERE T1.year = 2004 AND T2.campus = "San Francisco State University" csu_1 +SELECT T1.campus FROM campuses AS t1 JOIN faculty AS t2 ON t1.id = t2.campus WHERE t2.faculty >= 600 AND t2.faculty <= 1000 AND T1.year = 2004 csu_1 +SELECT T1.campus FROM campuses AS t1 JOIN faculty AS t2 ON t1.id = t2.campus WHERE t2.faculty >= 600 AND t2.faculty <= 1000 AND T1.year = 2004 csu_1 +SELECT T2.faculty FROM campuses AS T1 JOIN faculty AS T2 ON T1.id = t2.campus JOIN degrees AS T3 ON T1.id = t3.campus AND t2.year = t3.year WHERE t2.year = 2002 ORDER BY t3.degrees DESC LIMIT 1 csu_1 +SELECT T2.faculty FROM campuses AS T1 JOIN faculty AS T2 ON T1.id = t2.campus JOIN degrees AS T3 ON T1.id = t3.campus AND t2.year = t3.year WHERE t2.year = 2002 ORDER BY t3.degrees DESC LIMIT 1 csu_1 +SELECT T2.faculty FROM campuses AS T1 JOIN faculty AS T2 ON T1.id = t2.campus JOIN degrees AS T3 ON T1.id = t3.campus AND t2.year = t3.year WHERE t2.year = 2001 ORDER BY t3.degrees LIMIT 1 csu_1 +SELECT T2.faculty FROM campuses AS T1 JOIN faculty AS T2 ON T1.id = t2.campus JOIN degrees AS T3 ON T1.id = t3.campus AND t2.year = t3.year WHERE t2.year = 2001 ORDER BY t3.degrees LIMIT 1 csu_1 +SELECT sum(t1.undergraduate) FROM discipline_enrollments AS t1 JOIN campuses AS t2 ON t1.campus = t2.id WHERE t1.year = 2004 AND t2.campus = "San Jose State University" csu_1 +SELECT sum(t1.undergraduate) FROM discipline_enrollments AS t1 JOIN campuses AS t2 ON t1.campus = t2.id WHERE t1.year = 2004 AND t2.campus = "San Jose State University" csu_1 +SELECT sum(t1.graduate) FROM discipline_enrollments AS t1 JOIN campuses AS t2 ON t1.campus = t2.id WHERE t1.year = 2004 AND t2.campus = "San Francisco State University" csu_1 +SELECT sum(t1.graduate) FROM discipline_enrollments AS t1 JOIN campuses AS t2 ON t1.campus = t2.id WHERE t1.year = 2004 AND t2.campus = "San Francisco State University" csu_1 +SELECT t1.campusfee FROM csu_fees AS t1 JOIN campuses AS t2 ON t1.campus = t2.id WHERE t2.campus = "San Francisco State University" AND t1.year = 2000 csu_1 +SELECT t1.campusfee FROM csu_fees AS t1 JOIN campuses AS t2 ON t1.campus = t2.id WHERE t2.campus = "San Francisco State University" AND t1.year = 2000 csu_1 +SELECT t1.campusfee FROM csu_fees AS t1 JOIN campuses AS t2 ON t1.campus = t2.id WHERE t2.campus = "San Jose State University" AND t1.year = 2000 csu_1 +SELECT t1.campusfee FROM csu_fees AS t1 JOIN campuses AS t2 ON t1.campus = t2.id WHERE t2.campus = "San Jose State University" AND t1.year = 2000 csu_1 +SELECT count(*) FROM campuses csu_1 +SELECT count(*) FROM campuses csu_1 +SELECT name FROM business WHERE rating > 4.5; yelp +SELECT name FROM business WHERE rating = 3.5; yelp +SELECT user_id FROM USER WHERE name = "Michelle"; yelp +SELECT state FROM business WHERE name = "Whataburger"; yelp +SELECT t1.city FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = "MGM Grand Buffet" AND t2.category_name = "category_category_name0"; yelp +SELECT city FROM business WHERE rating < 1.5; yelp +SELECT city FROM business WHERE name = "Taj Mahal"; yelp +SELECT text FROM review WHERE rating < 1; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.rating > 3.5 AND t2.category_name = "restaurant"; yelp +SELECT t1.city FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = "Taj Mahal" AND t2.category_name = "restaurant"; yelp +SELECT t1.text FROM USER AS t2 JOIN review AS t1 ON t2.user_id = t1.user_id WHERE t2.name = "Niloofar"; yelp +SELECT t1.name FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t3.name = "Niloofar"; yelp +SELECT t1.name FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t2.rating = 5 AND t3.name = "Niloofar"; yelp +SELECT t4.text FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id JOIN review AS t4 ON t4.business_id = t1.business_id JOIN USER AS t5 ON t5.user_id = t4.user_id WHERE t2.category_name = "Italian" AND t3.category_name = "category_category_name1" AND t5.name = "Michelle"; yelp +SELECT COUNT ( DISTINCT t3.text ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id WHERE t1.name = "Cafe Zinho" AND t1.state = "Texas" AND t2.category_name = "restaurant"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.rating = 5 AND t2.category_name = "Italian" AND t3.category_name = "restaurant"; yelp +SELECT t1.neighbourhood_name FROM category AS t3 JOIN business AS t2 ON t3.business_id = t2.business_id JOIN category AS t4 ON t4.business_id = t2.business_id JOIN neighbourhood AS t1 ON t1.business_id = t2.business_id WHERE t2.city = "Madison" AND t3.category_name = "Italian" AND t4.category_name = "restaurant"; yelp +SELECT t1.neighbourhood_name FROM category AS t3 JOIN business AS t2 ON t3.business_id = t2.business_id JOIN category AS t4 ON t4.business_id = t2.business_id JOIN neighbourhood AS t1 ON t1.business_id = t2.business_id WHERE t2.city = "Madison" AND t2.rating < 2.5 AND t3.category_name = "Italian" AND t4.category_name = "restaurant"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.state = "Pennsylvania" AND t2.category_name = "restaurant"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.state = "Pennsylvania" AND t2.category_name = "restaurant"; yelp +SELECT t3.text FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id WHERE t1.review_count > 100 AND t2.category_name = "Pet Groomers"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = "Los Angeles" AND t2.category_name = "breweries"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = "Los Angeles" AND t2.category_name = "breweries"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = "Los Angeles" AND t2.category_name = "breweries"; yelp +SELECT t4.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t1.name = "Mesa Grill" AND t2.category_name = "restaurant"; yelp +SELECT full_address FROM business WHERE city = "Los Angeles" AND name = "Walmart"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t1.city = "Dallas" AND t2.category_name = "restaurant" AND t4.name = "Patrick"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t1.city = "Dallas" AND t2.category_name = "restaurant" AND t4.name = "Patrick"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t2.category_name = "Bars" AND t4.name = "Patrick"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t1.rating >= 3 AND t2.category_name = "Bars" AND t4.name = "Patrick"; yelp +SELECT t3.name FROM tip AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t1.name = "Barrio Cafe" AND t2.year = 2015; yelp +SELECT name FROM business WHERE rating < 2 AND state = "Texas"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.city = "Los Angeles" AND t2.category_name = "Seafood" AND t3.category_name = "restaurant"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.city = "Los Angeles" AND t2.category_name = "Seafood" AND t3.category_name = "restaurant"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.city = "Los Angeles" AND t2.category_name = "Seafood" AND t3.category_name = "restaurant"; yelp +SELECT t1.text FROM USER AS t2 JOIN review AS t1 ON t2.user_id = t1.user_id WHERE t1.rating > 4 AND t2.name = "Patrick"; yelp +SELECT business_id FROM business WHERE city = "Los Angeles" AND name = "Apple Store"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = "Dallas" AND t1.rating > 4.5 AND t2.category_name = "restaurant"; yelp +SELECT t1.neighbourhood_name FROM category AS t3 JOIN business AS t2 ON t3.business_id = t2.business_id JOIN neighbourhood AS t1 ON t1.business_id = t2.business_id WHERE t2.name = "Flat Top Grill" AND t3.category_name = "category_category_name0"; yelp +SELECT t2.text FROM tip AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = "Vintner Grill" AND t2.likes > 9; yelp +SELECT t2.text FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = "Kabob Palace" AND t2.year = 2014; yelp +SELECT t3.name FROM tip AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t1.city = "Dallas"; yelp +SELECT t1.city FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = "MGM Grand Buffet" AND t1.state = "Texas" AND t2.category_name = "restaurant"; yelp +SELECT t4.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN tip AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t2.category_name = "Pet Groomers"; yelp +SELECT t2.text FROM tip AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = "Cafe Zinho" AND t1.state = "Texas"; yelp +SELECT t4.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t2.category_name = "restaurant"; yelp +SELECT t2.text FROM tip AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = "Cafe Zinho" AND t1.state = "Pennsylvania" AND t2.year = 2010; yelp +SELECT t4.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t2.category_name = "restaurant" AND t3.year = 2010; yelp +SELECT t2.text FROM USER AS t3 JOIN review AS t1 ON t3.user_id = t1.user_id JOIN tip AS t2 ON t3.user_id = t2.user_id WHERE t1.year = 2012; yelp +SELECT t2.text FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.rating = 2.5; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = "Madison" AND t2.category_name = "escape games"; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = "Madison" AND t2.category_name = "escape games"; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = "Madison" AND t2.category_name = "escape games"; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = "Madison" AND t2.category_name = "escape games"; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = "Madison" AND t2.category_name = "escape games"; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.rating > 3.5 AND t2.category_name = "restaurant"; yelp +SELECT SUM ( t4.count ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id JOIN checkin AS t4 ON t4.business_id = t1.business_id WHERE t1.city = "Los Angeles" AND t2.category_name = "restaurant" AND t3.category_name = "Moroccan"; yelp +SELECT SUM ( t4.count ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id JOIN checkin AS t4 ON t4.business_id = t1.business_id WHERE t1.city = "Los Angeles" AND t2.category_name = "Moroccan" AND t3.category_name = "restaurant" AND t4.day = "Friday"; yelp +SELECT t4.day , SUM ( t4.count ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id JOIN checkin AS t4 ON t4.business_id = t1.business_id WHERE t1.city = "Los Angeles" AND t2.category_name = "Moroccan" AND t3.category_name = "restaurant" GROUP BY t4.day; yelp +SELECT t1.state , SUM ( t4.count ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id JOIN checkin AS t4 ON t4.business_id = t1.business_id WHERE t2.category_name = "Italian" AND t3.category_name = "Delis" AND t4.day = "Sunday" GROUP BY t1.state; yelp +SELECT COUNT ( DISTINCT t1.text ) FROM USER AS t2 JOIN review AS t1 ON t2.user_id = t1.user_id WHERE t1.year = 2015 AND t2.name = "Niloofar"; yelp +SELECT AVG ( t1.rating ) FROM USER AS t2 JOIN review AS t1 ON t2.user_id = t1.user_id WHERE t2.name = "Michelle"; yelp +SELECT t2.count FROM checkin AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = "Cafe Zinho" AND t2.day = "Friday"; yelp +SELECT COUNT ( DISTINCT t3.name ) FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t1.city = "Pittsburgh" AND t1.name = "Sushi Too"; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = "Pittsburgh" AND t1.rating = 4.5 AND t2.category_name = "restaurant"; yelp +SELECT COUNT ( DISTINCT text ) FROM tip WHERE YEAR = 2015; yelp +SELECT SUM ( t1.likes ) FROM USER AS t2 JOIN tip AS t1 ON t2.user_id = t1.user_id WHERE t2.name = "Niloofar"; yelp +SELECT SUM ( t2.likes ) FROM tip AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = "Cafe Zinho"; yelp +SELECT SUM ( t2.likes ) FROM tip AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t1.name = "Cafe Zinho" AND t3.name = "Niloofar"; yelp +SELECT COUNT ( DISTINCT t1.text ) FROM USER AS t2 JOIN tip AS t1 ON t2.user_id = t1.user_id WHERE t1.year = 2010 AND t2.name = "Michelle"; yelp +SELECT COUNT ( DISTINCT t1.text ) FROM USER AS t2 JOIN tip AS t1 ON t2.user_id = t1.user_id WHERE t1.year = 2010 AND t2.name = "Michelle"; yelp +SELECT COUNT ( DISTINCT t1.text ) FROM USER AS t2 JOIN tip AS t1 ON t2.user_id = t1.user_id WHERE t1.month = "April" AND t2.name = "Michelle"; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.state = "Texas" AND t2.category_name = "restaurant"; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = "Dallas" AND t1.rating > 3.5 AND t2.category_name = "Bars"; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = "Dallas" AND t1.rating > 3.5 AND t2.category_name = "Bars"; yelp +SELECT COUNT ( DISTINCT t4.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t1.city = "Dallas" AND t1.name = "Texas de Brazil" AND t1.state = "Texas" AND t2.category_name = "restaurant"; yelp +SELECT COUNT ( DISTINCT t3.name ) FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t1.name = "Bistro Di Napoli" AND t2.year = 2015; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM category AS t3 JOIN business AS t1 ON t3.business_id = t1.business_id JOIN neighbourhood AS t2 ON t2.business_id = t1.business_id WHERE t1.city = "Dallas" AND t3.category_name = "restaurant" AND t2.neighbourhood_name = "Hazelwood"; yelp +SELECT COUNT ( DISTINCT business_id ) FROM business WHERE city = "Dallas" AND name = "Starbucks" AND state = "Texas"; yelp +SELECT review_count FROM business WHERE name = "Acacia Cafe"; yelp +SELECT AVG ( t3.count ) , t3.day FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN checkin AS t3 ON t3.business_id = t1.business_id WHERE t1.name = "Barrio Cafe" AND t2.category_name = "restaurant" GROUP BY t3.day; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM neighbourhood AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = "Madison" AND t2.neighbourhood_name = "Stone Meadows"; yelp +SELECT COUNT ( DISTINCT t1.text ) FROM USER AS t2 JOIN review AS t1 ON t2.user_id = t1.user_id WHERE t2.name = "Adrienne"; yelp +SELECT COUNT ( DISTINCT t1.text ) FROM USER AS t2 JOIN review AS t1 ON t2.user_id = t1.user_id WHERE t1.month = "March" AND t1.year = 2014 AND t2.name = "Michelle"; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t2.year = 2010 AND t3.name = "Michelle"; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t1.city = "San Diego" AND t2.year = 2010 AND t3.name = "Christine"; yelp +SELECT COUNT ( DISTINCT business_id ) FROM business WHERE city = "Los Angeles" AND name = "Target"; yelp +SELECT COUNT ( DISTINCT t4.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t1.city = "Dallas" AND t2.category_name = "Irish Pub"; yelp +SELECT AVG ( rating ) FROM review WHERE YEAR = 2014; yelp +SELECT COUNT ( DISTINCT t4.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t1.name = "Vintner Grill" AND t2.category_name = "category_category_name0" AND t3.year = 2010; yelp +SELECT COUNT ( DISTINCT t3.text ) FROM neighbourhood AS t1 JOIN business AS t2 ON t1.business_id = t2.business_id JOIN review AS t3 ON t3.business_id = t2.business_id WHERE t1.neighbourhood_name = "South Summerlin"; yelp +SELECT COUNT ( DISTINCT name ) FROM USER WHERE name = "Michelle"; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t2.category_name = "restaurant"; yelp +SELECT COUNT ( DISTINCT city ) FROM business WHERE name = "Panda Express"; yelp +SELECT COUNT ( DISTINCT t1.text ) FROM USER AS t2 JOIN tip AS t1 ON t2.user_id = t1.user_id WHERE t2.name = "Michelle"; yelp +SELECT SUM ( t3.count ) FROM checkin AS t3 JOIN business AS t1 ON t3.business_id = t1.business_id JOIN neighbourhood AS t2 ON t2.business_id = t1.business_id WHERE t2.neighbourhood_name = "Brighton Heights"; yelp +SELECT COUNT ( DISTINCT text ) FROM review WHERE MONTH = "March"; yelp +SELECT COUNT ( DISTINCT text ) , MONTH FROM tip GROUP BY MONTH; yelp +SELECT COUNT ( DISTINCT t1.neighbourhood_name ) FROM neighbourhood AS t1 JOIN business AS t2 ON t1.business_id = t2.business_id WHERE t2.city = "Madison" AND t2.rating = 5; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.state = "Texas" AND t2.category_name = "Moroccan" AND t3.category_name = "restaurant"; yelp +SELECT t1.name FROM checkin AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id GROUP BY t1.name ORDER BY SUM ( t2.count ) DESC LIMIT 1; yelp +SELECT t1.neighbourhood_name FROM neighbourhood AS t1 JOIN business AS t2 ON t1.business_id = t2.business_id WHERE t2.city = "Madison" GROUP BY t1.neighbourhood_name ORDER BY COUNT ( DISTINCT t2.name ) DESC LIMIT 1; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.city = "Dallas" AND t1.rating > 3.5 AND t2.category_name = "Mexican" AND t3.category_name = "restaurant"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.city = "Dallas" AND t1.rating > 3.5 AND t2.category_name = "Mexican" AND t3.category_name = "restaurant"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.city = "Dallas" AND t1.state = "Texas" AND t2.category_name = "Valet Service" AND t3.category_name = "restaurant"; yelp +SELECT t1.name FROM category AS t3 JOIN business AS t1 ON t3.business_id = t1.business_id JOIN category AS t4 ON t4.business_id = t1.business_id JOIN neighbourhood AS t2 ON t2.business_id = t1.business_id WHERE t1.city = "Madison" AND t3.category_name = "Italian" AND t4.category_name = "restaurant" AND t2.neighbourhood_name = "Meadowood"; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = "Los Angeles" AND t1.rating > 3 AND t1.review_count > 30 AND t2.category_name = "Bars"; yelp +SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.city = "Edinburgh" AND t2.category_name = "restaurant" AND t3.category_name = "Egyptian"; yelp +SELECT t2.name FROM USER AS t2 JOIN review AS t1 ON t2.user_id = t1.user_id GROUP BY t2.name HAVING AVG ( t1.rating ) < 3; yelp +SELECT t1.name FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t2.month = "April" GROUP BY t1.name ORDER BY COUNT ( DISTINCT t2.text ) DESC LIMIT 1; yelp +SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id GROUP BY t1.name ORDER BY COUNT ( DISTINCT t2.category_name ) DESC LIMIT 1; yelp +SELECT count(*) FROM candidate candidate_poll +SELECT count(*) FROM candidate candidate_poll +SELECT poll_source FROM candidate GROUP BY poll_source ORDER BY count(*) DESC LIMIT 1 candidate_poll +SELECT poll_source FROM candidate GROUP BY poll_source ORDER BY count(*) DESC LIMIT 1 candidate_poll +SELECT support_rate FROM candidate ORDER BY support_rate DESC LIMIT 3 candidate_poll +SELECT support_rate FROM candidate ORDER BY support_rate DESC LIMIT 3 candidate_poll +SELECT Candidate_ID FROM candidate ORDER BY oppose_rate LIMIT 1 candidate_poll +SELECT Candidate_ID FROM candidate ORDER BY oppose_rate LIMIT 1 candidate_poll +SELECT Support_rate , Consider_rate , Oppose_rate FROM candidate ORDER BY unsure_rate candidate_poll +SELECT Support_rate , Consider_rate , Oppose_rate FROM candidate ORDER BY unsure_rate candidate_poll +SELECT poll_source FROM candidate ORDER BY oppose_rate DESC LIMIT 1 candidate_poll +SELECT poll_source FROM candidate ORDER BY oppose_rate DESC LIMIT 1 candidate_poll +SELECT name FROM people ORDER BY date_of_birth candidate_poll +SELECT name FROM people ORDER BY date_of_birth candidate_poll +SELECT avg(height) , avg(weight) FROM people WHERE sex = 'M' candidate_poll +SELECT avg(height) , avg(weight) FROM people WHERE sex = 'M' candidate_poll +SELECT name FROM people WHERE height > 200 OR height < 190 candidate_poll +SELECT name FROM people WHERE height > 200 OR height < 190 candidate_poll +SELECT avg(weight) , min(weight) , sex FROM people GROUP BY sex candidate_poll +SELECT avg(weight) , min(weight) , sex FROM people GROUP BY sex candidate_poll +SELECT t1.name , t1.sex FROM people AS t1 JOIN candidate AS t2 ON t1.people_id = t2.people_id ORDER BY t2.support_rate DESC LIMIT 1 candidate_poll +SELECT t1.name , t1.sex FROM people AS t1 JOIN candidate AS t2 ON t1.people_id = t2.people_id ORDER BY t2.support_rate DESC LIMIT 1 candidate_poll +SELECT t1.name , t1.sex , min(oppose_rate) FROM people AS t1 JOIN candidate AS t2 ON t1.people_id = t2.people_id GROUP BY t1.sex candidate_poll +SELECT t1.name , t1.sex , min(oppose_rate) FROM people AS t1 JOIN candidate AS t2 ON t1.people_id = t2.people_id GROUP BY t1.sex candidate_poll +SELECT t1.sex FROM people AS t1 JOIN candidate AS t2 ON t1.people_id = t2.people_id GROUP BY t1.sex ORDER BY avg(t2.unsure_rate) DESC LIMIT 1 candidate_poll +SELECT t1.sex FROM people AS t1 JOIN candidate AS t2 ON t1.people_id = t2.people_id GROUP BY t1.sex ORDER BY avg(t2.unsure_rate) DESC LIMIT 1 candidate_poll +SELECT name FROM people WHERE people_id NOT IN (SELECT people_id FROM candidate) candidate_poll +SELECT name FROM people WHERE people_id NOT IN (SELECT people_id FROM candidate) candidate_poll +SELECT t1.name FROM people AS t1 JOIN candidate AS t2 ON t1.people_id = t2.people_id WHERE t2.support_rate < t2.oppose_rate candidate_poll +SELECT t1.name FROM people AS t1 JOIN candidate AS t2 ON t1.people_id = t2.people_id WHERE t2.support_rate < t2.oppose_rate candidate_poll +SELECT count(*) , sex FROM people WHERE weight > 85 GROUP BY sex candidate_poll +SELECT count(*) , sex FROM people WHERE weight > 85 GROUP BY sex candidate_poll +SELECT max(support_rate) , min(consider_rate) , min(oppose_rate) FROM candidate candidate_poll +SELECT max(support_rate) , min(consider_rate) , min(oppose_rate) FROM candidate candidate_poll +SELECT t1.name FROM people AS t1 JOIN candidate AS t2 ON t1.people_id = t2.people_id WHERE t1.sex = 'F' ORDER BY t1.name candidate_poll +SELECT t1.name FROM people AS t1 JOIN candidate AS t2 ON t1.people_id = t2.people_id WHERE t1.sex = 'F' ORDER BY t1.name candidate_poll +SELECT name FROM people WHERE height < (SELECT avg(height) FROM people) candidate_poll +SELECT name FROM people WHERE height < (SELECT avg(height) FROM people) candidate_poll +SELECT * FROM people candidate_poll +SELECT * FROM people candidate_poll +SELECT title FROM Movie WHERE director = 'Steven Spielberg' movie_1 +SELECT title FROM Movie WHERE director = 'Steven Spielberg' movie_1 +SELECT title FROM Movie WHERE director = 'James Cameron' AND YEAR > 2000 movie_1 +SELECT title FROM Movie WHERE director = 'James Cameron' AND YEAR > 2000 movie_1 +SELECT count(*) FROM Movie WHERE YEAR < 2000 movie_1 +SELECT count(*) FROM Movie WHERE YEAR < 2000 movie_1 +SELECT director FROM Movie WHERE title = 'Avatar' movie_1 +SELECT director FROM Movie WHERE title = 'Avatar' movie_1 +SELECT count(*) FROM Reviewer movie_1 +SELECT count(*) FROM Reviewer movie_1 +SELECT rID FROM Reviewer WHERE name LIKE "%Mike%" movie_1 +SELECT rID FROM Reviewer WHERE name LIKE "%Mike%" movie_1 +SELECT rID FROM Reviewer WHERE name = "Daniel Lewis" movie_1 +SELECT rID FROM Reviewer WHERE name = "Daniel Lewis" movie_1 +SELECT count(*) FROM Rating WHERE stars > 3 movie_1 +SELECT count(*) FROM Rating WHERE stars > 3 movie_1 +SELECT max(stars) , min(stars) FROM Rating movie_1 +SELECT max(stars) , min(stars) FROM Rating movie_1 +SELECT DISTINCT YEAR FROM Movie AS T1 JOIN Rating AS T2 ON T1.mID = T2.mID WHERE T2.stars >= 4 ORDER BY T1.year movie_1 +SELECT DISTINCT YEAR FROM Movie AS T1 JOIN Rating AS T2 ON T1.mID = T2.mID WHERE T2.stars >= 4 ORDER BY T1.year movie_1 +SELECT T1.director , T1.title FROM Movie AS T1 JOIN Rating AS T2 ON T1.mID = T2.mID WHERE T2.stars = 5 movie_1 +SELECT T1.director , T1.title FROM Movie AS T1 JOIN Rating AS T2 ON T1.mID = T2.mID WHERE T2.stars = 5 movie_1 +SELECT T2.name , avg(T1.stars) FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID GROUP BY T2.name movie_1 +SELECT T2.name , avg(T1.stars) FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID GROUP BY T2.name movie_1 +SELECT title FROM Movie WHERE mID NOT IN (SELECT mID FROM Rating) movie_1 +SELECT title FROM Movie WHERE mID NOT IN (SELECT mID FROM Rating) movie_1 +SELECT DISTINCT name FROM Reviewer AS T1 JOIN Rating AS T2 ON T1.rID = T2.rID WHERE ratingDate = "null" movie_1 +SELECT DISTINCT name FROM Reviewer AS T1 JOIN Rating AS T2 ON T1.rID = T2.rID WHERE ratingDate = "null" movie_1 +SELECT avg(T1.stars) , T2.title FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T2.year = (SELECT min(YEAR) FROM Movie) movie_1 +SELECT avg(T1.stars) , T2.title FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T2.year = (SELECT min(YEAR) FROM Movie) movie_1 +SELECT title FROM Movie WHERE YEAR = (SELECT max(YEAR) FROM Movie) movie_1 +SELECT title FROM Movie WHERE YEAR = (SELECT max(YEAR) FROM Movie) movie_1 +SELECT max(T1.stars) , T2.year FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T2.year = (SELECT max(YEAR) FROM Movie) movie_1 +SELECT max(T1.stars) , T2.year FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T2.year = (SELECT max(YEAR) FROM Movie) movie_1 +SELECT title FROM Movie WHERE YEAR > (SELECT max(YEAR) FROM Movie WHERE director = "Steven Spielberg") movie_1 +SELECT title FROM Movie WHERE YEAR > (SELECT max(YEAR) FROM Movie WHERE director = "Steven Spielberg") movie_1 +SELECT T2.title , T2.director FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T1.stars > (SELECT avg(T1.stars) FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T2.director = "James Cameron") movie_1 +SELECT T2.title , T2.director FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T1.stars > (SELECT avg(T1.stars) FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T2.director = "James Cameron") movie_1 +SELECT T3.name , T2.title , T1.stars , T1.ratingDate FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID JOIN Reviewer AS T3 ON T1.rID = T3.rID ORDER BY T3.name , T2.title , T1.stars movie_1 +SELECT T3.name , T2.title , T1.stars , T1.ratingDate FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID JOIN Reviewer AS T3 ON T1.rID = T3.rID ORDER BY T3.name , T2.title , T1.stars movie_1 +SELECT T2.name FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID GROUP BY T1.rID HAVING COUNT(*) >= 3 movie_1 +SELECT T2.name FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID GROUP BY T1.rID HAVING COUNT(*) >= 3 movie_1 +SELECT DISTINCT T3.name FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID JOIN Reviewer AS T3 ON T1.rID = T3.rID WHERE T2.title = 'Gone with the Wind' movie_1 +SELECT DISTINCT T3.name FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID JOIN Reviewer AS T3 ON T1.rID = T3.rID WHERE T2.title = 'Gone with the Wind' movie_1 +SELECT DISTINCT T2.director FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID JOIN Reviewer AS T3 ON T1.rID = T3.rID WHERE T3.name = 'Sarah Martinez' movie_1 +SELECT DISTINCT T2.director FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID JOIN Reviewer AS T3 ON T1.rID = T3.rID WHERE T3.name = 'Sarah Martinez' movie_1 +SELECT DISTINCT T3.name , T2.title , T1.stars FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID JOIN Reviewer AS T3 ON T1.rID = T3.rID WHERE T2.director = T3.name movie_1 +SELECT DISTINCT T3.name , T2.title , T1.stars FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID JOIN Reviewer AS T3 ON T1.rID = T3.rID WHERE T2.director = T3.name movie_1 +SELECT name FROM Reviewer UNION SELECT title FROM Movie movie_1 +SELECT name FROM Reviewer UNION SELECT title FROM Movie movie_1 +SELECT DISTINCT title FROM Movie EXCEPT SELECT T2.title FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID JOIN Reviewer AS T3 ON T1.rID = T3.rID WHERE T3.name = 'Chris Jackson' movie_1 +SELECT DISTINCT title FROM Movie EXCEPT SELECT T2.title FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID JOIN Reviewer AS T3 ON T1.rID = T3.rID WHERE T3.name = 'Chris Jackson' movie_1 +SELECT T1.title , T1.director FROM Movie AS T1 JOIN Movie AS T2 ON T1.director = T2.director WHERE T1.title != T2.title ORDER BY T1.director , T1.title movie_1 +SELECT T1.title , T1.director FROM Movie AS T1 JOIN Movie AS T2 ON T1.director = T2.director WHERE T1.title != T2.title ORDER BY T1.director , T1.title movie_1 +SELECT T1.title , T1.year FROM Movie AS T1 JOIN Movie AS T2 ON T1.director = T2.director WHERE T1.title != T2.title movie_1 +SELECT T1.title , T1.year FROM Movie AS T1 JOIN Movie AS T2 ON T1.director = T2.director WHERE T1.title != T2.title movie_1 +SELECT director FROM Movie GROUP BY director HAVING count(*) = 1 movie_1 +SELECT director FROM Movie GROUP BY director HAVING count(*) = 1 movie_1 +SELECT director FROM Movie WHERE director != "null" GROUP BY director HAVING count(*) = 1 movie_1 +SELECT director FROM Movie WHERE director != "null" GROUP BY director HAVING count(*) = 1 movie_1 +SELECT count(*) , T1.director FROM Movie AS T1 JOIN Rating AS T2 ON T1.mID = T2.mID GROUP BY T1.director movie_1 +SELECT count(*) , T1.director FROM Movie AS T1 JOIN Rating AS T2 ON T1.mID = T2.mID GROUP BY T1.director movie_1 +SELECT T2.title , avg(T1.stars) FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID GROUP BY T1.mID ORDER BY avg(T1.stars) DESC LIMIT 1 movie_1 +SELECT T2.title , avg(T1.stars) FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID GROUP BY T1.mID ORDER BY avg(T1.stars) DESC LIMIT 1 movie_1 +SELECT T2.title , avg(T1.stars) FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID GROUP BY T1.mID ORDER BY avg(T1.stars) LIMIT 1 movie_1 +SELECT T2.title , avg(T1.stars) FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID GROUP BY T1.mID ORDER BY avg(T1.stars) LIMIT 1 movie_1 +SELECT T2.title , T2.year FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID ORDER BY T1.stars DESC LIMIT 3 movie_1 +SELECT T2.title , T2.year FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID ORDER BY T1.stars DESC LIMIT 3 movie_1 +SELECT T2.title , T1.stars , T2.director , max(T1.stars) FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE director != "null" GROUP BY director movie_1 +SELECT T2.title , T1.stars , T2.director , max(T1.stars) FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE director != "null" GROUP BY director movie_1 +SELECT T2.title , T1.rID , T1.stars , min(T1.stars) FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID GROUP BY T1.rID movie_1 +SELECT T2.title , T1.rID , T1.stars , min(T1.stars) FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID GROUP BY T1.rID movie_1 +SELECT T2.title , T1.stars , T2.director , min(T1.stars) FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID GROUP BY T2.director movie_1 +SELECT T2.title , T1.stars , T2.director , min(T1.stars) FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID GROUP BY T2.director movie_1 +SELECT T2.title , T1.mID FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID GROUP BY T1.mID ORDER BY count(*) DESC LIMIT 1 movie_1 +SELECT T2.title , T1.mID FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID GROUP BY T1.mID ORDER BY count(*) DESC LIMIT 1 movie_1 +SELECT T2.title FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T1.stars BETWEEN 3 AND 5 movie_1 +SELECT T2.title FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T1.stars BETWEEN 3 AND 5 movie_1 +SELECT T2.name FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID WHERE T1.stars > 3 movie_1 +SELECT T2.name FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID WHERE T1.stars > 3 movie_1 +SELECT mID , avg(stars) FROM Rating WHERE mID NOT IN (SELECT T1.mID FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID WHERE T2.name = "Brittany Harris") GROUP BY mID movie_1 +SELECT mID , avg(stars) FROM Rating WHERE mID NOT IN (SELECT T1.mID FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID WHERE T2.name = "Brittany Harris") GROUP BY mID movie_1 +SELECT mID FROM Rating EXCEPT SELECT T1.mID FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID WHERE T2.name = "Brittany Harris" movie_1 +SELECT mID FROM Rating EXCEPT SELECT T1.mID FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID WHERE T2.name = "Brittany Harris" movie_1 +SELECT mID , avg(stars) FROM Rating GROUP BY mID HAVING count(*) >= 2 movie_1 +SELECT mID , avg(stars) FROM Rating GROUP BY mID HAVING count(*) >= 2 movie_1 +SELECT rID FROM Rating EXCEPT SELECT rID FROM Rating WHERE stars = 4 movie_1 +SELECT rID FROM Rating EXCEPT SELECT rID FROM Rating WHERE stars = 4 movie_1 +SELECT rID FROM Rating WHERE stars != 4 movie_1 +SELECT rID FROM Rating WHERE stars != 4 movie_1 +SELECT DISTINCT T2.title FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID JOIN Reviewer AS T3 ON T1.rID = T3.rID WHERE T3.name = 'Brittany Harris' OR T2.year > 2000 movie_1 +SELECT DISTINCT T2.title FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID JOIN Reviewer AS T3 ON T1.rID = T3.rID WHERE T3.name = 'Brittany Harris' OR T2.year > 2000 movie_1 +SELECT title FROM Movie WHERE director = "James Cameron" OR YEAR < 1980 movie_1 +SELECT title FROM Movie WHERE director = "James Cameron" OR YEAR < 1980 movie_1 +SELECT T2.name FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID WHERE T1.stars = 3 INTERSECT SELECT T2.name FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID WHERE T1.stars = 4 movie_1 +SELECT T2.name FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID WHERE T1.stars = 3 INTERSECT SELECT T2.name FROM Rating AS T1 JOIN Reviewer AS T2 ON T1.rID = T2.rID WHERE T1.stars = 4 movie_1 +SELECT T2.title FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T1.stars = 3 INTERSECT SELECT T2.title FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T1.stars = 4 movie_1 +SELECT T2.title FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T1.stars = 3 INTERSECT SELECT T2.title FROM Rating AS T1 JOIN Movie AS T2 ON T1.mID = T2.mID WHERE T1.stars = 4 movie_1 +SELECT count(*) FROM county_public_safety county_public_safety +SELECT count(*) FROM county_public_safety county_public_safety +SELECT Name FROM county_public_safety ORDER BY Population DESC county_public_safety +SELECT Name FROM county_public_safety ORDER BY Population DESC county_public_safety +SELECT DISTINCT Police_force FROM county_public_safety WHERE LOCATION != "East" county_public_safety +SELECT DISTINCT Police_force FROM county_public_safety WHERE LOCATION != "East" county_public_safety +SELECT min(Crime_rate) , max(Crime_rate) FROM county_public_safety county_public_safety +SELECT min(Crime_rate) , max(Crime_rate) FROM county_public_safety county_public_safety +SELECT Crime_rate FROM county_public_safety ORDER BY Police_officers ASC county_public_safety +SELECT Crime_rate FROM county_public_safety ORDER BY Police_officers ASC county_public_safety +SELECT Name FROM city ORDER BY Name ASC county_public_safety +SELECT Name FROM city ORDER BY Name ASC county_public_safety +SELECT Hispanic FROM city WHERE Black > 10 county_public_safety +SELECT Hispanic FROM city WHERE Black > 10 county_public_safety +SELECT Name FROM county_public_safety ORDER BY Population DESC LIMIT 1 county_public_safety +SELECT Name FROM county_public_safety ORDER BY Population DESC LIMIT 1 county_public_safety +SELECT Name FROM city ORDER BY White DESC LIMIT 5 county_public_safety +SELECT Name FROM city ORDER BY White DESC LIMIT 5 county_public_safety +SELECT T1.Name , T2.Name FROM city AS T1 JOIN county_public_safety AS T2 ON T1.County_ID = T2.County_ID county_public_safety +SELECT T1.Name , T2.Name FROM city AS T1 JOIN county_public_safety AS T2 ON T1.County_ID = T2.County_ID county_public_safety +SELECT T1.White , T2.Crime_rate FROM city AS T1 JOIN county_public_safety AS T2 ON T1.County_ID = T2.County_ID county_public_safety +SELECT T1.White , T2.Crime_rate FROM city AS T1 JOIN county_public_safety AS T2 ON T1.County_ID = T2.County_ID county_public_safety +SELECT name FROM city WHERE county_ID = (SELECT county_ID FROM county_public_safety ORDER BY Police_officers DESC LIMIT 1) county_public_safety +SELECT name FROM city WHERE county_ID = (SELECT county_ID FROM county_public_safety ORDER BY Police_officers DESC LIMIT 1) county_public_safety +SELECT count(*) FROM city WHERE county_ID IN (SELECT county_ID FROM county_public_safety WHERE population > 20000) county_public_safety +SELECT count(*) FROM city WHERE county_ID IN (SELECT county_ID FROM county_public_safety WHERE population > 20000) county_public_safety +SELECT T2.Crime_rate FROM city AS T1 JOIN county_public_safety AS T2 ON T1.County_ID = T2.County_ID WHERE T1.White > 90 county_public_safety +SELECT T2.Crime_rate FROM city AS T1 JOIN county_public_safety AS T2 ON T1.County_ID = T2.County_ID WHERE T1.White > 90 county_public_safety +SELECT Police_force , COUNT(*) FROM county_public_safety GROUP BY Police_force county_public_safety +SELECT Police_force , COUNT(*) FROM county_public_safety GROUP BY Police_force county_public_safety +SELECT LOCATION FROM county_public_safety GROUP BY LOCATION ORDER BY COUNT(*) DESC LIMIT 1 county_public_safety +SELECT LOCATION FROM county_public_safety GROUP BY LOCATION ORDER BY COUNT(*) DESC LIMIT 1 county_public_safety +SELECT Name FROM county_public_safety WHERE County_ID NOT IN (SELECT County_ID FROM city) county_public_safety +SELECT Name FROM county_public_safety WHERE County_ID NOT IN (SELECT County_ID FROM city) county_public_safety +SELECT Police_force FROM county_public_safety WHERE LOCATION = "East" INTERSECT SELECT Police_force FROM county_public_safety WHERE LOCATION = "West" county_public_safety +SELECT Police_force FROM county_public_safety WHERE LOCATION = "East" INTERSECT SELECT Police_force FROM county_public_safety WHERE LOCATION = "West" county_public_safety +SELECT name FROM city WHERE county_id IN (SELECT county_id FROM county_public_safety WHERE Crime_rate < 100) county_public_safety +SELECT name FROM city WHERE county_id IN (SELECT county_id FROM county_public_safety WHERE Crime_rate < 100) county_public_safety +SELECT Case_burden FROM county_public_safety ORDER BY Population DESC county_public_safety +SELECT Case_burden FROM county_public_safety ORDER BY Population DESC county_public_safety +SELECT roomName FROM Rooms WHERE basePrice < 160 AND beds = 2 AND decor = 'modern'; inn_1 +SELECT roomName FROM Rooms WHERE basePrice < 160 AND beds = 2 AND decor = 'modern'; inn_1 +SELECT roomName , RoomId FROM Rooms WHERE basePrice > 160 AND maxOccupancy > 2; inn_1 +SELECT roomName , RoomId FROM Rooms WHERE basePrice > 160 AND maxOccupancy > 2; inn_1 +SELECT T2.roomName FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId GROUP BY T1.Room ORDER BY count(*) DESC LIMIT 1; inn_1 +SELECT T2.roomName FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId GROUP BY T1.Room ORDER BY count(*) DESC LIMIT 1; inn_1 +SELECT kids FROM Reservations WHERE FirstName = "ROY" AND LastName = "SWEAZY"; inn_1 +SELECT kids FROM Reservations WHERE FirstName = "ROY" AND LastName = "SWEAZY"; inn_1 +SELECT count(*) FROM Reservations WHERE FirstName = "ROY" AND LastName = "SWEAZY"; inn_1 +SELECT count(*) FROM Reservations WHERE FirstName = "ROY" AND LastName = "SWEAZY"; inn_1 +SELECT T2.roomName , T1.Rate , T1.CheckIn , T1.CheckOut FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId GROUP BY T1.Room ORDER BY T1.Rate DESC LIMIT 1; inn_1 +SELECT T2.roomName , T1.Rate , T1.CheckIn , T1.CheckOut FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId GROUP BY T1.Room ORDER BY T1.Rate DESC LIMIT 1; inn_1 +SELECT Adults FROM Reservations WHERE CheckIn = "2010-10-23" AND FirstName = "CONRAD" AND LastName = "SELBIG"; inn_1 +SELECT Adults FROM Reservations WHERE CheckIn = "2010-10-23" AND FirstName = "CONRAD" AND LastName = "SELBIG"; inn_1 +SELECT Kids FROM Reservations WHERE CheckIn = "2010-09-21" AND FirstName = "DAMIEN" AND LastName = "TRACHSEL"; inn_1 +SELECT Kids FROM Reservations WHERE CheckIn = "2010-09-21" AND FirstName = "DAMIEN" AND LastName = "TRACHSEL"; inn_1 +SELECT sum(beds) FROM Rooms WHERE bedtype = 'King'; inn_1 +SELECT sum(beds) FROM Rooms WHERE bedtype = 'King'; inn_1 +SELECT roomName , decor FROM Rooms WHERE bedtype = 'King' ORDER BY basePrice; inn_1 +SELECT roomName , decor FROM Rooms WHERE bedtype = 'King' ORDER BY basePrice; inn_1 +SELECT roomName , basePrice FROM Rooms ORDER BY basePrice ASC LIMIT 1; inn_1 +SELECT roomName , basePrice FROM Rooms ORDER BY basePrice ASC LIMIT 1; inn_1 +SELECT decor FROM Rooms WHERE roomName = "Recluse and defiance"; inn_1 +SELECT decor FROM Rooms WHERE roomName = "Recluse and defiance"; inn_1 +SELECT bedType , avg(basePrice) FROM Rooms GROUP BY bedType; inn_1 +SELECT bedType , avg(basePrice) FROM Rooms GROUP BY bedType; inn_1 +SELECT sum(maxOccupancy) FROM Rooms WHERE decor = 'modern'; inn_1 +SELECT sum(maxOccupancy) FROM Rooms WHERE decor = 'modern'; inn_1 +SELECT T2.decor FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId GROUP BY T2.decor ORDER BY count(T2.decor) ASC LIMIT 1; inn_1 +SELECT T2.decor FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId GROUP BY T2.decor ORDER BY count(T2.decor) ASC LIMIT 1; inn_1 +SELECT count(*) FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId WHERE T2.maxOccupancy = T1.Adults + T1.Kids; inn_1 +SELECT count(*) FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId WHERE T2.maxOccupancy = T1.Adults + T1.Kids; inn_1 +SELECT T1.firstname , T1.lastname FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId WHERE T1.Rate - T2.basePrice > 0 inn_1 +SELECT T1.firstname , T1.lastname FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId WHERE T1.Rate - T2.basePrice > 0 inn_1 +SELECT count(*) FROM Rooms; inn_1 +SELECT count(*) FROM Rooms; inn_1 +SELECT count(*) FROM Rooms WHERE bedType = "King"; inn_1 +SELECT count(*) FROM Rooms WHERE bedType = "King"; inn_1 +SELECT bedType , count(*) FROM Rooms GROUP BY bedType; inn_1 +SELECT bedType , count(*) FROM Rooms GROUP BY bedType; inn_1 +SELECT roomName FROM Rooms ORDER BY maxOccupancy DESC LIMIT 1; inn_1 +SELECT roomName FROM Rooms ORDER BY maxOccupancy DESC LIMIT 1; inn_1 +SELECT RoomId , roomName FROM Rooms ORDER BY basePrice DESC LIMIT 1; inn_1 +SELECT RoomId , roomName FROM Rooms ORDER BY basePrice DESC LIMIT 1; inn_1 +SELECT roomName , bedType FROM Rooms WHERE decor = "traditional"; inn_1 +SELECT roomName , bedType FROM Rooms WHERE decor = "traditional"; inn_1 +SELECT decor , count(*) FROM Rooms WHERE bedType = "King" GROUP BY decor; inn_1 +SELECT decor , count(*) FROM Rooms WHERE bedType = "King" GROUP BY decor; inn_1 +SELECT decor , avg(basePrice) , min(basePrice) FROM Rooms GROUP BY decor; inn_1 +SELECT decor , avg(basePrice) , min(basePrice) FROM Rooms GROUP BY decor; inn_1 +SELECT roomName FROM Rooms ORDER BY basePrice; inn_1 +SELECT roomName FROM Rooms ORDER BY basePrice; inn_1 +SELECT decor , count(*) FROM Rooms WHERE basePrice > 120 GROUP BY decor; inn_1 +SELECT decor , count(*) FROM Rooms WHERE basePrice > 120 GROUP BY decor; inn_1 +SELECT bedType , avg(basePrice) FROM Rooms GROUP BY bedType; inn_1 +SELECT bedType , avg(basePrice) FROM Rooms GROUP BY bedType; inn_1 +SELECT roomName FROM Rooms WHERE bedType = "King" OR bedType = "Queen"; inn_1 +SELECT roomName FROM Rooms WHERE bedType = "King" OR bedType = "Queen"; inn_1 +SELECT count(DISTINCT bedType) FROM Rooms; inn_1 +SELECT count(DISTINCT bedType) FROM Rooms; inn_1 +SELECT RoomId , roomName FROM Rooms ORDER BY basePrice DESC LIMIT 3; inn_1 +SELECT RoomId , roomName FROM Rooms ORDER BY basePrice DESC LIMIT 3; inn_1 +SELECT roomName FROM Rooms WHERE basePrice > ( SELECT avg(basePrice) FROM Rooms ); inn_1 +SELECT roomName FROM Rooms WHERE basePrice > ( SELECT avg(basePrice) FROM Rooms ); inn_1 +SELECT count(*) FROM rooms WHERE roomid NOT IN (SELECT DISTINCT room FROM reservations) inn_1 +SELECT count(*) FROM rooms WHERE roomid NOT IN (SELECT DISTINCT room FROM reservations) inn_1 +SELECT T2.roomName , count(*) , T1.Room FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId GROUP BY T1.Room inn_1 +SELECT T2.roomName , count(*) , T1.Room FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId GROUP BY T1.Room inn_1 +SELECT T2.roomName FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId GROUP BY T1.Room HAVING count(*) > 60 inn_1 +SELECT T2.roomName FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId GROUP BY T1.Room HAVING count(*) > 60 inn_1 +SELECT roomname FROM rooms WHERE baseprice BETWEEN 120 AND 150 inn_1 +SELECT roomname FROM rooms WHERE baseprice BETWEEN 120 AND 150 inn_1 +SELECT T2.roomName FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId WHERE firstname LIKE '%ROY%' inn_1 +SELECT T2.roomName FROM Reservations AS T1 JOIN Rooms AS T2 ON T1.Room = T2.RoomId WHERE firstname LIKE '%ROY%' inn_1 +SELECT T1.cmi_details FROM Customer_Master_Index AS T1 JOIN CMI_Cross_References AS T2 ON T1.master_customer_id = T2.master_customer_id WHERE T2.source_system_code = 'Tax' local_govt_mdm +SELECT T1.cmi_cross_ref_id , T1.source_system_code FROM CMI_Cross_References AS T1 JOIN Council_Tax AS T2 ON T1.cmi_cross_ref_id = T2.cmi_cross_ref_id GROUP BY T1.cmi_cross_ref_id HAVING count(*) >= 1 local_govt_mdm +SELECT T2.cmi_cross_ref_id , T2.master_customer_id , count(*) FROM Business_Rates AS T1 JOIN CMI_Cross_References AS T2 ON T1.cmi_cross_ref_id = T2.cmi_cross_ref_id GROUP BY T2.cmi_cross_ref_id local_govt_mdm +SELECT T1.source_system_code , T2.council_tax_id FROM CMI_Cross_References AS T1 JOIN Benefits_Overpayments AS T2 ON T1.cmi_cross_ref_id = T2.cmi_cross_ref_id ORDER BY T2.council_tax_id local_govt_mdm +SELECT T1.source_system_code , T1.master_customer_id , T2.council_tax_id FROM CMI_Cross_References AS T1 JOIN Parking_Fines AS T2 ON T1.cmi_cross_ref_id = T2.cmi_cross_ref_id local_govt_mdm +SELECT T1.council_tax_id FROM Rent_Arrears AS T1 JOIN CMI_Cross_References AS T2 ON T1.cmi_cross_ref_id = T2.cmi_cross_ref_id JOIN Customer_Master_Index AS T3 ON T3.master_customer_id = T2.master_customer_id WHERE T3.cmi_details != 'Schmidt , Kertzmann and Lubowitz' local_govt_mdm +SELECT T1.electoral_register_id FROM Electoral_Register AS T1 JOIN CMI_Cross_References AS T2 ON T1.cmi_cross_ref_id = T2.cmi_cross_ref_id WHERE T2.source_system_code = 'Electoral' OR T2.source_system_code = 'Tax' local_govt_mdm +SELECT count(DISTINCT source_system_code) FROM CMI_cross_references local_govt_mdm +SELECT * FROM customer_master_index ORDER BY cmi_details DESC local_govt_mdm +SELECT council_tax_id , cmi_cross_ref_id FROM parking_fines local_govt_mdm +SELECT count(*) FROM rent_arrears local_govt_mdm +SELECT DISTINCT T2.source_system_code FROM customer_master_index AS T1 JOIN cmi_cross_references AS T2 ON T1.master_customer_id = T2.master_customer_id WHERE T1.cmi_details = 'Gottlieb , Becker and Wyman' local_govt_mdm +SELECT cmi_cross_ref_id FROM cmi_cross_references EXCEPT SELECT cmi_cross_ref_id FROM parking_fines local_govt_mdm +SELECT DISTINCT source_system_code FROM cmi_cross_references WHERE source_system_code LIKE '%en%' local_govt_mdm +SELECT count(*) FROM party party_host +SELECT count(*) FROM party party_host +SELECT Party_Theme FROM party ORDER BY Number_of_hosts ASC party_host +SELECT Party_Theme FROM party ORDER BY Number_of_hosts ASC party_host +SELECT Party_Theme , LOCATION FROM party party_host +SELECT Party_Theme , LOCATION FROM party party_host +SELECT First_year , Last_year FROM party WHERE Party_Theme = "Spring" OR Party_Theme = "Teqnology" party_host +SELECT First_year , Last_year FROM party WHERE Party_Theme = "Spring" OR Party_Theme = "Teqnology" party_host +SELECT avg(Number_of_hosts) FROM party party_host +SELECT avg(Number_of_hosts) FROM party party_host +SELECT LOCATION FROM party ORDER BY Number_of_hosts DESC LIMIT 1 party_host +SELECT LOCATION FROM party ORDER BY Number_of_hosts DESC LIMIT 1 party_host +SELECT Nationality , COUNT(*) FROM HOST GROUP BY Nationality party_host +SELECT Nationality , COUNT(*) FROM HOST GROUP BY Nationality party_host +SELECT Nationality FROM HOST GROUP BY Nationality ORDER BY COUNT(*) DESC LIMIT 1 party_host +SELECT Nationality FROM HOST GROUP BY Nationality ORDER BY COUNT(*) DESC LIMIT 1 party_host +SELECT Nationality FROM HOST WHERE Age > 45 INTERSECT SELECT Nationality FROM HOST WHERE Age < 35 party_host +SELECT Nationality FROM HOST WHERE Age > 45 INTERSECT SELECT Nationality FROM HOST WHERE Age < 35 party_host +SELECT T3.Party_Theme , T2.Name FROM party_host AS T1 JOIN HOST AS T2 ON T1.Host_ID = T2.Host_ID JOIN party AS T3 ON T1.Party_ID = T3.Party_ID party_host +SELECT T3.Party_Theme , T2.Name FROM party_host AS T1 JOIN HOST AS T2 ON T1.Host_ID = T2.Host_ID JOIN party AS T3 ON T1.Party_ID = T3.Party_ID party_host +SELECT T3.Location , T2.Name FROM party_host AS T1 JOIN HOST AS T2 ON T1.Host_ID = T2.Host_ID JOIN party AS T3 ON T1.Party_ID = T3.Party_ID ORDER BY T2.Age party_host +SELECT T3.Location , T2.Name FROM party_host AS T1 JOIN HOST AS T2 ON T1.Host_ID = T2.Host_ID JOIN party AS T3 ON T1.Party_ID = T3.Party_ID ORDER BY T2.Age party_host +SELECT T3.Location FROM party_host AS T1 JOIN HOST AS T2 ON T1.Host_ID = T2.Host_ID JOIN party AS T3 ON T1.Party_ID = T3.Party_ID WHERE T2.Age > 50 party_host +SELECT T3.Location FROM party_host AS T1 JOIN HOST AS T2 ON T1.Host_ID = T2.Host_ID JOIN party AS T3 ON T1.Party_ID = T3.Party_ID WHERE T2.Age > 50 party_host +SELECT T2.Name FROM party_host AS T1 JOIN HOST AS T2 ON T1.Host_ID = T2.Host_ID JOIN party AS T3 ON T1.Party_ID = T3.Party_ID WHERE T3.Number_of_hosts > 20 party_host +SELECT T2.Name FROM party_host AS T1 JOIN HOST AS T2 ON T1.Host_ID = T2.Host_ID JOIN party AS T3 ON T1.Party_ID = T3.Party_ID WHERE T3.Number_of_hosts > 20 party_host +SELECT Name , Nationality FROM HOST ORDER BY Age DESC LIMIT 1 party_host +SELECT Name , Nationality FROM HOST ORDER BY Age DESC LIMIT 1 party_host +SELECT Name FROM HOST WHERE Host_ID NOT IN (SELECT Host_ID FROM party_host) party_host +SELECT Name FROM HOST WHERE Host_ID NOT IN (SELECT Host_ID FROM party_host) party_host +SELECT count(*) FROM region storm_record +SELECT count(*) FROM region storm_record +SELECT region_code , region_name FROM region ORDER BY region_code storm_record +SELECT region_code , region_name FROM region ORDER BY region_code storm_record +SELECT region_name FROM region ORDER BY region_name storm_record +SELECT region_name FROM region ORDER BY region_name storm_record +SELECT region_name FROM region WHERE region_name != 'Denmark' storm_record +SELECT region_name FROM region WHERE region_name != 'Denmark' storm_record +SELECT count(*) FROM storm WHERE Number_Deaths > 0 storm_record +SELECT count(*) FROM storm WHERE Number_Deaths > 0 storm_record +SELECT name , dates_active , number_deaths FROM storm WHERE number_deaths >= 1 storm_record +SELECT name , dates_active , number_deaths FROM storm WHERE number_deaths >= 1 storm_record +SELECT avg(damage_millions_USD) , max(damage_millions_USD) FROM storm WHERE max_speed > 1000 storm_record +SELECT avg(damage_millions_USD) , max(damage_millions_USD) FROM storm WHERE max_speed > 1000 storm_record +SELECT sum(number_deaths) , sum(damage_millions_USD) FROM storm WHERE max_speed > (SELECT avg(max_speed) FROM storm) storm_record +SELECT sum(number_deaths) , sum(damage_millions_USD) FROM storm WHERE max_speed > (SELECT avg(max_speed) FROM storm) storm_record +SELECT name , damage_millions_USD FROM storm ORDER BY max_speed DESC storm_record +SELECT name , damage_millions_USD FROM storm ORDER BY max_speed DESC storm_record +SELECT count(DISTINCT region_id) FROM affected_region storm_record +SELECT count(DISTINCT region_id) FROM affected_region storm_record +SELECT region_name FROM region WHERE region_id NOT IN (SELECT region_id FROM affected_region) storm_record +SELECT region_name FROM region WHERE region_id NOT IN (SELECT region_id FROM affected_region) storm_record +SELECT T1.region_name , count(*) FROM region AS T1 JOIN affected_region AS T2 ON T1.region_id = T2.region_id GROUP BY T1.region_id storm_record +SELECT T1.region_name , count(*) FROM region AS T1 JOIN affected_region AS T2 ON T1.region_id = T2.region_id GROUP BY T1.region_id storm_record +SELECT T1.name , count(*) FROM storm AS T1 JOIN affected_region AS T2 ON T1.storm_id = T2.storm_id GROUP BY T1.storm_id storm_record +SELECT T1.name , count(*) FROM storm AS T1 JOIN affected_region AS T2 ON T1.storm_id = T2.storm_id GROUP BY T1.storm_id storm_record +SELECT T1.name , T1.max_speed FROM storm AS T1 JOIN affected_region AS T2 ON T1.storm_id = T2.storm_id GROUP BY T1.storm_id ORDER BY count(*) DESC LIMIT 1 storm_record +SELECT T1.name , T1.max_speed FROM storm AS T1 JOIN affected_region AS T2 ON T1.storm_id = T2.storm_id GROUP BY T1.storm_id ORDER BY count(*) DESC LIMIT 1 storm_record +SELECT name FROM storm WHERE storm_id NOT IN (SELECT storm_id FROM affected_region) storm_record +SELECT name FROM storm WHERE storm_id NOT IN (SELECT storm_id FROM affected_region) storm_record +SELECT T1.name FROM storm AS T1 JOIN affected_region AS T2 ON T1.storm_id = T2.storm_id GROUP BY T1.storm_id HAVING count(*) >= 2 INTERSECT SELECT T1.name FROM storm AS T1 JOIN affected_region AS T2 ON T1.storm_id = T2.storm_id GROUP BY T1.storm_id HAVING sum(T2.number_city_affected) >= 10 storm_record +SELECT T1.name FROM storm AS T1 JOIN affected_region AS T2 ON T1.storm_id = T2.storm_id GROUP BY T1.storm_id HAVING count(*) >= 2 INTERSECT SELECT T1.name FROM storm AS T1 JOIN affected_region AS T2 ON T1.storm_id = T2.storm_id GROUP BY T1.storm_id HAVING sum(T2.number_city_affected) >= 10 storm_record +SELECT name FROM storm EXCEPT SELECT T1.name FROM storm AS T1 JOIN affected_region AS T2 ON T1.storm_id = T2.storm_id GROUP BY T1.storm_id HAVING count(*) >= 2 storm_record +SELECT name FROM storm EXCEPT SELECT T1.name FROM storm AS T1 JOIN affected_region AS T2 ON T1.storm_id = T2.storm_id GROUP BY T1.storm_id HAVING count(*) >= 2 storm_record +SELECT T2.region_name FROM affected_region AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id JOIN storm AS T3 ON T1.storm_id = T3.storm_id WHERE T3.number_deaths >= 10 storm_record +SELECT T2.region_name FROM affected_region AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id JOIN storm AS T3 ON T1.storm_id = T3.storm_id WHERE T3.number_deaths >= 10 storm_record +SELECT T3.name FROM affected_region AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id JOIN storm AS T3 ON T1.storm_id = T3.storm_id WHERE T2.region_name = 'Denmark' storm_record +SELECT T3.name FROM affected_region AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id JOIN storm AS T3 ON T1.storm_id = T3.storm_id WHERE T2.region_name = 'Denmark' storm_record +SELECT T1.region_name FROM region AS T1 JOIN affected_region AS T2 ON T1.region_id = T2.region_id GROUP BY T1.region_id HAVING count(*) >= 2 storm_record +SELECT T1.region_name FROM region AS T1 JOIN affected_region AS T2 ON T1.region_id = T2.region_id GROUP BY T1.region_id HAVING count(*) >= 2 storm_record +SELECT T2.region_name FROM affected_region AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id JOIN storm AS T3 ON T1.storm_id = T3.storm_id ORDER BY T3.Number_Deaths DESC LIMIT 1 storm_record +SELECT T2.region_name FROM affected_region AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id JOIN storm AS T3 ON T1.storm_id = T3.storm_id ORDER BY T3.Number_Deaths DESC LIMIT 1 storm_record +SELECT T3.Name FROM affected_region AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id JOIN storm AS T3 ON T1.storm_id = T3.storm_id WHERE T2.Region_name = 'Afghanistan' INTERSECT SELECT T3.Name FROM affected_region AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id JOIN storm AS T3 ON T1.storm_id = T3.storm_id WHERE T2.Region_name = 'Albania' storm_record +SELECT T3.Name FROM affected_region AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id JOIN storm AS T3 ON T1.storm_id = T3.storm_id WHERE T2.Region_name = 'Afghanistan' INTERSECT SELECT T3.Name FROM affected_region AS T1 JOIN region AS T2 ON T1.region_id = T2.region_id JOIN storm AS T3 ON T1.storm_id = T3.storm_id WHERE T2.Region_name = 'Albania' storm_record +SELECT count(*) FROM county election +SELECT count(*) FROM county election +SELECT County_name , Population FROM county election +SELECT County_name , Population FROM county election +SELECT avg(Population) FROM county election +SELECT avg(Population) FROM county election +SELECT max(Population) , min(Population) FROM county election +SELECT max(Population) , min(Population) FROM county election +SELECT DISTINCT District FROM election election +SELECT DISTINCT District FROM election election +SELECT Zip_code FROM county WHERE County_name = "Howard" election +SELECT Zip_code FROM county WHERE County_name = "Howard" election +SELECT Delegate FROM election WHERE District = 1 election +SELECT Delegate FROM election WHERE District = 1 election +SELECT Delegate , Committee FROM election election +SELECT Delegate , Committee FROM election election +SELECT count(DISTINCT Governor) FROM party election +SELECT count(DISTINCT Governor) FROM party election +SELECT Lieutenant_Governor , Comptroller FROM party WHERE Party = "Democratic" election +SELECT Lieutenant_Governor , Comptroller FROM party WHERE Party = "Democratic" election +SELECT DISTINCT YEAR FROM party WHERE Governor = "Eliot Spitzer" election +SELECT DISTINCT YEAR FROM party WHERE Governor = "Eliot Spitzer" election +SELECT * FROM election election +SELECT * FROM election election +SELECT T2.Delegate , T1.County_name FROM county AS T1 JOIN election AS T2 ON T1.County_id = T2.District election +SELECT T2.Delegate , T1.County_name FROM county AS T1 JOIN election AS T2 ON T1.County_id = T2.District election +SELECT T2.Delegate FROM county AS T1 JOIN election AS T2 ON T1.County_id = T2.District WHERE T1.Population < 100000 election +SELECT T2.Delegate FROM county AS T1 JOIN election AS T2 ON T1.County_id = T2.District WHERE T1.Population < 100000 election +SELECT count(DISTINCT T2.Delegate) FROM county AS T1 JOIN election AS T2 ON T1.County_id = T2.District WHERE T1.Population > 50000 election +SELECT count(DISTINCT T2.Delegate) FROM county AS T1 JOIN election AS T2 ON T1.County_id = T2.District WHERE T1.Population > 50000 election +SELECT T1.County_name FROM county AS T1 JOIN election AS T2 ON T1.County_id = T2.District WHERE T2.Committee = "Appropriations" election +SELECT T1.County_name FROM county AS T1 JOIN election AS T2 ON T1.County_id = T2.District WHERE T2.Committee = "Appropriations" election +SELECT T1.Delegate , T2.Party FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID election +SELECT T1.Delegate , T2.Party FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID election +SELECT T2.Governor FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID WHERE T1.District = 1 election +SELECT T2.Governor FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID WHERE T1.District = 1 election +SELECT T2.Comptroller FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID WHERE T1.District = 1 OR T1.District = 2 election +SELECT T2.Comptroller FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID WHERE T1.District = 1 OR T1.District = 2 election +SELECT T1.Committee FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID WHERE T2.Party = "Democratic" election +SELECT T1.Committee FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID WHERE T2.Party = "Democratic" election +SELECT T1.County_name , COUNT(*) FROM county AS T1 JOIN election AS T2 ON T1.County_id = T2.District GROUP BY T1.County_id election +SELECT T1.County_name , COUNT(*) FROM county AS T1 JOIN election AS T2 ON T1.County_id = T2.District GROUP BY T1.County_id election +SELECT T2.Party , COUNT(*) FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID GROUP BY T1.Party election +SELECT T2.Party , COUNT(*) FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID GROUP BY T1.Party election +SELECT County_name FROM county ORDER BY Population ASC election +SELECT County_name FROM county ORDER BY Population ASC election +SELECT County_name FROM county ORDER BY County_name DESC election +SELECT County_name FROM county ORDER BY County_name DESC election +SELECT County_name FROM county ORDER BY Population DESC LIMIT 1 election +SELECT County_name FROM county ORDER BY Population DESC LIMIT 1 election +SELECT County_name FROM county ORDER BY Population ASC LIMIT 3 election +SELECT County_name FROM county ORDER BY Population ASC LIMIT 3 election +SELECT T1.County_name FROM county AS T1 JOIN election AS T2 ON T1.County_id = T2.District GROUP BY T1.County_id HAVING COUNT(*) >= 2 election +SELECT T1.County_name FROM county AS T1 JOIN election AS T2 ON T1.County_id = T2.District GROUP BY T1.County_id HAVING COUNT(*) >= 2 election +SELECT Party FROM party GROUP BY Party HAVING COUNT(*) >= 2 election +SELECT Party FROM party GROUP BY Party HAVING COUNT(*) >= 2 election +SELECT T2.Party FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID GROUP BY T1.Party ORDER BY COUNT(*) DESC LIMIT 1 election +SELECT T2.Party FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID GROUP BY T1.Party ORDER BY COUNT(*) DESC LIMIT 1 election +SELECT Governor FROM party GROUP BY Governor ORDER BY COUNT(*) DESC LIMIT 1 election +SELECT Governor FROM party GROUP BY Governor ORDER BY COUNT(*) DESC LIMIT 1 election +SELECT Comptroller , COUNT(*) FROM party GROUP BY Comptroller ORDER BY COUNT(*) DESC LIMIT 1 election +SELECT Comptroller , COUNT(*) FROM party GROUP BY Comptroller ORDER BY COUNT(*) DESC LIMIT 1 election +SELECT Party FROM party WHERE Party_ID NOT IN (SELECT Party FROM election) election +SELECT Party FROM party WHERE Party_ID NOT IN (SELECT Party FROM election) election +SELECT T2.Party FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID WHERE T1.Committee = "Appropriations" INTERSECT SELECT T2.Party FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID WHERE T1.Committee = "Economic Matters" election +SELECT T2.Party FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID WHERE T1.Committee = "Appropriations" INTERSECT SELECT T2.Party FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID WHERE T1.Committee = "Economic Matters" election +SELECT T1.Committee FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID WHERE T2.Party = "Democratic" INTERSECT SELECT T1.Committee FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID WHERE T2.Party = "Liberal" election +SELECT T1.Committee FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID WHERE T2.Party = "Democratic" INTERSECT SELECT T1.Committee FROM election AS T1 JOIN party AS T2 ON T1.Party = T2.Party_ID WHERE T2.Party = "Liberal" election +SELECT count(*) FROM journalist news_report +SELECT Name FROM journalist ORDER BY Years_working ASC news_report +SELECT Nationality , Age FROM journalist news_report +SELECT Name FROM journalist WHERE Nationality = "England" OR Nationality = "Wales" news_report +SELECT avg(Years_working) FROM journalist news_report +SELECT Nationality FROM journalist ORDER BY Years_working DESC LIMIT 1 news_report +SELECT Nationality , COUNT(*) FROM journalist GROUP BY Nationality news_report +SELECT Nationality FROM journalist GROUP BY Nationality ORDER BY COUNT(*) DESC LIMIT 1 news_report +SELECT Nationality FROM journalist WHERE Years_working > 10 INTERSECT SELECT Nationality FROM journalist WHERE Years_working < 3 news_report +SELECT Date , Name , venue FROM event ORDER BY Event_Attendance DESC news_report +SELECT T3.Name , T2.Date FROM news_report AS T1 JOIN event AS T2 ON T1.Event_ID = T2.Event_ID JOIN journalist AS T3 ON T1.journalist_ID = T3.journalist_ID news_report +SELECT T3.Name , T2.Name FROM news_report AS T1 JOIN event AS T2 ON T1.Event_ID = T2.Event_ID JOIN journalist AS T3 ON T1.journalist_ID = T3.journalist_ID ORDER BY T2.Event_Attendance ASC news_report +SELECT T3.Name , COUNT(*) FROM news_report AS T1 JOIN event AS T2 ON T1.Event_ID = T2.Event_ID JOIN journalist AS T3 ON T1.journalist_ID = T3.journalist_ID GROUP BY T3.Name news_report +SELECT T3.Name FROM news_report AS T1 JOIN event AS T2 ON T1.Event_ID = T2.Event_ID JOIN journalist AS T3 ON T1.journalist_ID = T3.journalist_ID GROUP BY T3.Name HAVING COUNT(*) > 1 news_report +SELECT Name FROM journalist WHERE journalist_ID NOT IN (SELECT journalist_ID FROM news_report) news_report +SELECT avg(Event_Attendance) , max(Event_Attendance) FROM event news_report +SELECT avg(t1.age) , avg(Years_working) , t2.work_type FROM journalist AS t1 JOIN news_report AS t2 ON t1.journalist_id = t2.journalist_id GROUP BY t2.work_type news_report +SELECT venue , name FROM event ORDER BY Event_Attendance DESC LIMIT 2 news_report +SELECT ResName FROM Restaurant; restaurant_1 +SELECT Address FROM Restaurant WHERE ResName = "Subway"; restaurant_1 +SELECT Rating FROM Restaurant WHERE ResName = "Subway"; restaurant_1 +SELECT ResTypeName FROM Restaurant_Type; restaurant_1 +SELECT ResTypeDescription FROM Restaurant_Type WHERE ResTypeName = "Sandwich"; restaurant_1 +SELECT ResName , Rating FROM Restaurant ORDER BY Rating DESC LIMIT 1; restaurant_1 +SELECT Age FROM Student WHERE Fname = "Linda" AND Lname = "Smith"; restaurant_1 +SELECT Sex FROM Student WHERE Fname = "Linda" AND Lname = "Smith"; restaurant_1 +SELECT Fname , Lname FROM Student WHERE Major = 600; restaurant_1 +SELECT city_code FROM Student WHERE Fname = "Linda" AND Lname = "Smith"; restaurant_1 +SELECT count(*) FROM Student WHERE Advisor = 1121; restaurant_1 +SELECT Advisor , count(*) FROM Student GROUP BY Advisor ORDER BY count(Advisor) DESC LIMIT 1; restaurant_1 +SELECT Major , count(*) FROM Student GROUP BY Major ORDER BY count(Major) ASC LIMIT 1; restaurant_1 +SELECT Major , count(*) FROM Student GROUP BY Major HAVING count(Major) BETWEEN 2 AND 30; restaurant_1 +SELECT Fname , Lname FROM Student WHERE Age > 18 AND Major = 600; restaurant_1 +SELECT Fname , Lname FROM Student WHERE Age > 18 AND Major != 600 AND Sex = 'F'; restaurant_1 +SELECT count(*) FROM Restaurant JOIN Type_Of_Restaurant ON Restaurant.ResID = Type_Of_Restaurant.ResID JOIN Restaurant_Type ON Type_Of_Restaurant.ResTypeID = Restaurant_Type.ResTypeID GROUP BY Type_Of_Restaurant.ResTypeID HAVING Restaurant_Type.ResTypeName = 'Sandwich' restaurant_1 +SELECT sum(Spent) FROM Student JOIN Visits_Restaurant ON Student.StuID = Visits_Restaurant.StuID WHERE Student.Fname = "Linda" AND Student.Lname = "Smith"; restaurant_1 +SELECT count(*) FROM Student JOIN Visits_Restaurant ON Student.StuID = Visits_Restaurant.StuID JOIN Restaurant ON Visits_Restaurant.ResID = Restaurant.ResID WHERE Student.Fname = "Linda" AND Student.Lname = "Smith" AND Restaurant.ResName = "Subway"; restaurant_1 +SELECT TIME FROM Student JOIN Visits_Restaurant ON Student.StuID = Visits_Restaurant.StuID JOIN Restaurant ON Visits_Restaurant.ResID = Restaurant.ResID WHERE Student.Fname = "Linda" AND Student.Lname = "Smith" AND Restaurant.ResName = "Subway"; restaurant_1 +SELECT Restaurant.ResName , sum(Visits_Restaurant.Spent) FROM Visits_Restaurant JOIN Restaurant ON Visits_Restaurant.ResID = Restaurant.ResID GROUP BY Restaurant.ResID ORDER BY sum(Visits_Restaurant.Spent) ASC LIMIT 1; restaurant_1 +SELECT Student.Fname , Student.Lname FROM Student JOIN Visits_Restaurant ON Student.StuID = Visits_Restaurant.StuID GROUP BY Student.StuID ORDER BY count(*) DESC LIMIT 1; restaurant_1 +SELECT actual_order_id FROM actual_orders WHERE order_status_code = 'Success' customer_deliveries +SELECT t1.product_name , t1.product_price FROM products AS t1 JOIN regular_order_products AS t2 ON t1.product_id = t2.product_id GROUP BY t2.product_id ORDER BY count(*) DESC LIMIT 1 customer_deliveries +SELECT count(*) FROM customers customer_deliveries +SELECT count(DISTINCT payment_method) FROM customers customer_deliveries +SELECT truck_details FROM trucks ORDER BY truck_licence_number customer_deliveries +SELECT product_name FROM products ORDER BY product_price DESC LIMIT 1 customer_deliveries +SELECT customer_name FROM customers EXCEPT SELECT t1.customer_name FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id WHERE t3.state_province_county = 'California' customer_deliveries +SELECT customer_email , customer_name FROM customers WHERE payment_method = 'Visa' customer_deliveries +SELECT t1.customer_name , t1.customer_phone FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id WHERE t3.state_province_county = 'California' customer_deliveries +SELECT state_province_county FROM addresses WHERE address_id NOT IN (SELECT employee_address_id FROM Employees) customer_deliveries +SELECT customer_name , customer_phone , customer_email FROM Customers ORDER BY date_became_customer customer_deliveries +SELECT customer_name FROM Customers ORDER BY date_became_customer LIMIT 5 customer_deliveries +SELECT payment_method FROM Customers GROUP BY payment_method ORDER BY count(*) DESC LIMIT 1 customer_deliveries +SELECT route_name FROM Delivery_Routes ORDER BY route_name customer_deliveries +SELECT t1.route_name FROM Delivery_Routes AS t1 JOIN Delivery_Route_Locations AS t2 ON t1.route_id = t2.route_id GROUP BY t1.route_id ORDER BY count(*) DESC LIMIT 1 customer_deliveries +SELECT t2.state_province_county , count(*) FROM customer_addresses AS t1 JOIN addresses AS t2 ON t1.address_id = t2.address_id GROUP BY t2.state_province_county customer_deliveries +SELECT count(*) FROM authors icfp_1 +SELECT count(*) FROM authors icfp_1 +SELECT count(*) FROM inst icfp_1 +SELECT count(*) FROM inst icfp_1 +SELECT count(*) FROM papers icfp_1 +SELECT count(*) FROM papers icfp_1 +SELECT t3.title FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t1.fname = "Jeremy" AND t1.lname = "Gibbons" icfp_1 +SELECT t3.title FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t1.fname = "Jeremy" AND t1.lname = "Gibbons" icfp_1 +SELECT t3.title FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t1.fname = "Aaron" AND t1.lname = "Turon" icfp_1 +SELECT t3.title FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t1.fname = "Aaron" AND t1.lname = "Turon" icfp_1 +SELECT count(*) FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t1.fname = "Atsushi" AND t1.lname = "Ohori" icfp_1 +SELECT count(*) FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t1.fname = "Atsushi" AND t1.lname = "Ohori" icfp_1 +SELECT DISTINCT t3.name FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t1.fname = "Matthias" AND t1.lname = "Blume" icfp_1 +SELECT DISTINCT t3.name FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t1.fname = "Matthias" AND t1.lname = "Blume" icfp_1 +SELECT DISTINCT t3.name FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t1.fname = "Katsuhiro" AND t1.lname = "Ueno" icfp_1 +SELECT DISTINCT t3.name FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t1.fname = "Katsuhiro" AND t1.lname = "Ueno" icfp_1 +SELECT DISTINCT t1.fname , t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "University of Oxford" icfp_1 +SELECT DISTINCT t1.fname , t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "University of Oxford" icfp_1 +SELECT DISTINCT t1.fname , t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "Google" icfp_1 +SELECT DISTINCT t1.fname , t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "Google" icfp_1 +SELECT t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t3.title = "Binders Unbound" icfp_1 +SELECT t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t3.title = "Binders Unbound" icfp_1 +SELECT t1.fname , t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t3.title = "Nameless , Painless" icfp_1 +SELECT t1.fname , t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t3.title = "Nameless , Painless" icfp_1 +SELECT DISTINCT t1.title FROM papers AS t1 JOIN authorship AS t2 ON t1.paperid = t2.paperid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "Indiana University" icfp_1 +SELECT DISTINCT t1.title FROM papers AS t1 JOIN authorship AS t2 ON t1.paperid = t2.paperid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "Indiana University" icfp_1 +SELECT DISTINCT t1.title FROM papers AS t1 JOIN authorship AS t2 ON t1.paperid = t2.paperid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "Google" icfp_1 +SELECT DISTINCT t1.title FROM papers AS t1 JOIN authorship AS t2 ON t1.paperid = t2.paperid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "Google" icfp_1 +SELECT count(DISTINCT t1.title) FROM papers AS t1 JOIN authorship AS t2 ON t1.paperid = t2.paperid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "Tokohu University" icfp_1 +SELECT count(DISTINCT t1.title) FROM papers AS t1 JOIN authorship AS t2 ON t1.paperid = t2.paperid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "Tokohu University" icfp_1 +SELECT count(DISTINCT t1.title) FROM papers AS t1 JOIN authorship AS t2 ON t1.paperid = t2.paperid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "University of Pennsylvania" icfp_1 +SELECT count(DISTINCT t1.title) FROM papers AS t1 JOIN authorship AS t2 ON t1.paperid = t2.paperid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "University of Pennsylvania" icfp_1 +SELECT t3.title FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t1.fname = "Olin" AND t1.lname = "Shivers" icfp_1 +SELECT t3.title FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t1.fname = "Olin" AND t1.lname = "Shivers" icfp_1 +SELECT t3.title FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t1.fname = "Stephanie" AND t1.lname = "Weirich" icfp_1 +SELECT t3.title FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t1.fname = "Stephanie" AND t1.lname = "Weirich" icfp_1 +SELECT t3.title FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid JOIN inst AS t4 ON t2.instid = t4.instid WHERE t4.country = "USA" AND t2.authorder = 2 AND t1.lname = "Turon" icfp_1 +SELECT t3.title FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid JOIN inst AS t4 ON t2.instid = t4.instid WHERE t4.country = "USA" AND t2.authorder = 2 AND t1.lname = "Turon" icfp_1 +SELECT t3.title FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid JOIN inst AS t4 ON t2.instid = t4.instid WHERE t4.country = "Japan" AND t2.authorder = 1 AND t1.lname = "Ohori" icfp_1 +SELECT t3.title FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid JOIN inst AS t4 ON t2.instid = t4.instid WHERE t4.country = "Japan" AND t2.authorder = 1 AND t1.lname = "Ohori" icfp_1 +SELECT t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid GROUP BY t1.fname , t1.lname ORDER BY count(*) DESC LIMIT 1 icfp_1 +SELECT t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid GROUP BY t1.fname , t1.lname ORDER BY count(*) DESC LIMIT 1 icfp_1 +SELECT t1.country FROM inst AS t1 JOIN authorship AS t2 ON t1.instid = t2.instid JOIN papers AS t3 ON t2.paperid = t3.paperid GROUP BY t1.country ORDER BY count(*) DESC LIMIT 1 icfp_1 +SELECT t1.country FROM inst AS t1 JOIN authorship AS t2 ON t1.instid = t2.instid JOIN papers AS t3 ON t2.paperid = t3.paperid GROUP BY t1.country ORDER BY count(*) DESC LIMIT 1 icfp_1 +SELECT t1.name FROM inst AS t1 JOIN authorship AS t2 ON t1.instid = t2.instid JOIN papers AS t3 ON t2.paperid = t3.paperid GROUP BY t1.name ORDER BY count(*) DESC LIMIT 1 icfp_1 +SELECT t1.name FROM inst AS t1 JOIN authorship AS t2 ON t1.instid = t2.instid JOIN papers AS t3 ON t2.paperid = t3.paperid GROUP BY t1.name ORDER BY count(*) DESC LIMIT 1 icfp_1 +SELECT title FROM papers WHERE title LIKE "%ML%" icfp_1 +SELECT title FROM papers WHERE title LIKE "%ML%" icfp_1 +SELECT title FROM papers WHERE title LIKE "%Database%" icfp_1 +SELECT title FROM papers WHERE title LIKE "%Database%" icfp_1 +SELECT t1.fname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t3.title LIKE "%Functional%" icfp_1 +SELECT t1.fname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t3.title LIKE "%Functional%" icfp_1 +SELECT t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t3.title LIKE "%Monadic%" icfp_1 +SELECT t1.lname FROM authors AS t1 JOIN authorship AS t2 ON t1.authid = t2.authid JOIN papers AS t3 ON t2.paperid = t3.paperid WHERE t3.title LIKE "%Monadic%" icfp_1 +SELECT t2.title FROM authorship AS t1 JOIN papers AS t2 ON t1.paperid = t2.paperid WHERE t1.authorder = (SELECT max(authorder) FROM authorship) icfp_1 +SELECT t2.title FROM authorship AS t1 JOIN papers AS t2 ON t1.paperid = t2.paperid WHERE t1.authorder = (SELECT max(authorder) FROM authorship) icfp_1 +SELECT fname FROM authors WHERE lname = "Ueno" icfp_1 +SELECT fname FROM authors WHERE lname = "Ueno" icfp_1 +SELECT lname FROM authors WHERE fname = "Amal" icfp_1 +SELECT lname FROM authors WHERE fname = "Amal" icfp_1 +SELECT fname FROM authors ORDER BY fname icfp_1 +SELECT fname FROM authors ORDER BY fname icfp_1 +SELECT lname FROM authors ORDER BY lname icfp_1 +SELECT lname FROM authors ORDER BY lname icfp_1 +SELECT fname , lname FROM authors ORDER BY lname icfp_1 +SELECT fname , lname FROM authors ORDER BY lname icfp_1 +SELECT count(DISTINCT last_name) FROM actor sakila_1 +SELECT count(DISTINCT last_name) FROM actor sakila_1 +SELECT first_name FROM actor GROUP BY first_name ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT first_name FROM actor GROUP BY first_name ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT first_name , last_name FROM actor GROUP BY first_name , last_name ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT first_name , last_name FROM actor GROUP BY first_name , last_name ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT district FROM address GROUP BY district HAVING count(*) >= 2 sakila_1 +SELECT district FROM address GROUP BY district HAVING count(*) >= 2 sakila_1 +SELECT phone , postal_code FROM address WHERE address = '1031 Daugavpils Parkway' sakila_1 +SELECT phone , postal_code FROM address WHERE address = '1031 Daugavpils Parkway' sakila_1 +SELECT T2.city , count(*) , T1.city_id FROM address AS T1 JOIN city AS T2 ON T1.city_id = T2.city_id GROUP BY T1.city_id ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT T2.city , count(*) , T1.city_id FROM address AS T1 JOIN city AS T2 ON T1.city_id = T2.city_id GROUP BY T1.city_id ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT count(*) FROM address WHERE district = 'California' sakila_1 +SELECT count(*) FROM address WHERE district = 'California' sakila_1 +SELECT title , film_id FROM film WHERE rental_rate = 0.99 INTERSECT SELECT T1.title , T1.film_id FROM film AS T1 JOIN inventory AS T2 ON T1.film_id = T2.film_id GROUP BY T1.film_id HAVING count(*) < 3 sakila_1 +SELECT title , film_id FROM film WHERE rental_rate = 0.99 INTERSECT SELECT T1.title , T1.film_id FROM film AS T1 JOIN inventory AS T2 ON T1.film_id = T2.film_id GROUP BY T1.film_id HAVING count(*) < 3 sakila_1 +SELECT count(*) FROM city AS T1 JOIN country AS T2 ON T1.country_id = T2.country_id WHERE T2.country = 'Australia' sakila_1 +SELECT count(*) FROM city AS T1 JOIN country AS T2 ON T1.country_id = T2.country_id WHERE T2.country = 'Australia' sakila_1 +SELECT T2.country FROM city AS T1 JOIN country AS T2 ON T1.country_id = T2.country_id GROUP BY T2.country_id HAVING count(*) >= 3 sakila_1 +SELECT T2.country FROM city AS T1 JOIN country AS T2 ON T1.country_id = T2.country_id GROUP BY T2.country_id HAVING count(*) >= 3 sakila_1 +SELECT payment_date FROM payment WHERE amount > 10 UNION SELECT T1.payment_date FROM payment AS T1 JOIN staff AS T2 ON T1.staff_id = T2.staff_id WHERE T2.first_name = 'Elsa' sakila_1 +SELECT payment_date FROM payment WHERE amount > 10 UNION SELECT T1.payment_date FROM payment AS T1 JOIN staff AS T2 ON T1.staff_id = T2.staff_id WHERE T2.first_name = 'Elsa' sakila_1 +SELECT count(*) FROM customer WHERE active = '1' sakila_1 +SELECT count(*) FROM customer WHERE active = '1' sakila_1 +SELECT title , rental_rate FROM film ORDER BY rental_rate DESC LIMIT 1 sakila_1 +SELECT title , rental_rate FROM film ORDER BY rental_rate DESC LIMIT 1 sakila_1 +SELECT T2.title , T2.film_id , T2.description FROM film_actor AS T1 JOIN film AS T2 ON T1.film_id = T2.film_id GROUP BY T2.film_id ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT T2.title , T2.film_id , T2.description FROM film_actor AS T1 JOIN film AS T2 ON T1.film_id = T2.film_id GROUP BY T2.film_id ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT T2.first_name , T2.last_name , T2.actor_id FROM film_actor AS T1 JOIN actor AS T2 ON T1.actor_id = T2.actor_id GROUP BY T2.actor_id ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT T2.first_name , T2.last_name , T2.actor_id FROM film_actor AS T1 JOIN actor AS T2 ON T1.actor_id = T2.actor_id GROUP BY T2.actor_id ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT T2.first_name , T2.last_name FROM film_actor AS T1 JOIN actor AS T2 ON T1.actor_id = T2.actor_id GROUP BY T2.actor_id HAVING count(*) > 30 sakila_1 +SELECT T2.first_name , T2.last_name FROM film_actor AS T1 JOIN actor AS T2 ON T1.actor_id = T2.actor_id GROUP BY T2.actor_id HAVING count(*) > 30 sakila_1 +SELECT store_id FROM inventory GROUP BY store_id ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT store_id FROM inventory GROUP BY store_id ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT sum(amount) FROM payment sakila_1 +SELECT sum(amount) FROM payment sakila_1 +SELECT T1.first_name , T1.last_name , T1.customer_id FROM customer AS T1 JOIN payment AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY sum(amount) ASC LIMIT 1 sakila_1 +SELECT T1.first_name , T1.last_name , T1.customer_id FROM customer AS T1 JOIN payment AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY sum(amount) ASC LIMIT 1 sakila_1 +SELECT T1.name FROM category AS T1 JOIN film_category AS T2 ON T1.category_id = T2.category_id JOIN film AS T3 ON T2.film_id = T3.film_id WHERE T3.title = 'HUNGER ROOF' sakila_1 +SELECT T1.name FROM category AS T1 JOIN film_category AS T2 ON T1.category_id = T2.category_id JOIN film AS T3 ON T2.film_id = T3.film_id WHERE T3.title = 'HUNGER ROOF' sakila_1 +SELECT T2.name , T1.category_id , count(*) FROM film_category AS T1 JOIN category AS T2 ON T1.category_id = T2.category_id GROUP BY T1.category_id sakila_1 +SELECT T2.name , T1.category_id , count(*) FROM film_category AS T1 JOIN category AS T2 ON T1.category_id = T2.category_id GROUP BY T1.category_id sakila_1 +SELECT T1.title , T1.film_id FROM film AS T1 JOIN inventory AS T2 ON T1.film_id = T2.film_id GROUP BY T1.film_id ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT T1.title , T1.film_id FROM film AS T1 JOIN inventory AS T2 ON T1.film_id = T2.film_id GROUP BY T1.film_id ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT T1.title , T2.inventory_id FROM film AS T1 JOIN inventory AS T2 ON T1.film_id = T2.film_id JOIN rental AS T3 ON T2.inventory_id = T3.inventory_id GROUP BY T2.inventory_id ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT T1.title , T2.inventory_id FROM film AS T1 JOIN inventory AS T2 ON T1.film_id = T2.film_id JOIN rental AS T3 ON T2.inventory_id = T3.inventory_id GROUP BY T2.inventory_id ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT count(DISTINCT language_id) FROM film sakila_1 +SELECT count(DISTINCT language_id) FROM film sakila_1 +SELECT title FROM film WHERE rating = 'R' sakila_1 +SELECT title FROM film WHERE rating = 'R' sakila_1 +SELECT T2.address FROM store AS T1 JOIN address AS T2 ON T1.address_id = T2.address_id WHERE store_id = 1 sakila_1 +SELECT T2.address FROM store AS T1 JOIN address AS T2 ON T1.address_id = T2.address_id WHERE store_id = 1 sakila_1 +SELECT T1.first_name , T1.last_name , T1.staff_id FROM staff AS T1 JOIN payment AS T2 ON T1.staff_id = T2.staff_id GROUP BY T1.staff_id ORDER BY count(*) ASC LIMIT 1 sakila_1 +SELECT T1.first_name , T1.last_name , T1.staff_id FROM staff AS T1 JOIN payment AS T2 ON T1.staff_id = T2.staff_id GROUP BY T1.staff_id ORDER BY count(*) ASC LIMIT 1 sakila_1 +SELECT T2.name FROM film AS T1 JOIN LANGUAGE AS T2 ON T1.language_id = T2.language_id WHERE T1.title = 'AIRPORT POLLOCK' sakila_1 +SELECT T2.name FROM film AS T1 JOIN LANGUAGE AS T2 ON T1.language_id = T2.language_id WHERE T1.title = 'AIRPORT POLLOCK' sakila_1 +SELECT count(*) FROM store sakila_1 +SELECT count(*) FROM store sakila_1 +SELECT count(DISTINCT rating) FROM film sakila_1 +SELECT count(DISTINCT rating) FROM film sakila_1 +SELECT title FROM film WHERE special_features LIKE '%Deleted Scenes%' sakila_1 +SELECT title FROM film WHERE special_features LIKE '%Deleted Scenes%' sakila_1 +SELECT count(*) FROM inventory WHERE store_id = 1 sakila_1 +SELECT count(*) FROM inventory WHERE store_id = 1 sakila_1 +SELECT payment_date FROM payment ORDER BY payment_date ASC LIMIT 1 sakila_1 +SELECT payment_date FROM payment ORDER BY payment_date ASC LIMIT 1 sakila_1 +SELECT T2.address , T1.email FROM customer AS T1 JOIN address AS T2 ON T2.address_id = T1.address_id WHERE T1.first_name = 'LINDA' sakila_1 +SELECT T2.address , T1.email FROM customer AS T1 JOIN address AS T2 ON T2.address_id = T1.address_id WHERE T1.first_name = 'LINDA' sakila_1 +SELECT title FROM film WHERE LENGTH > 100 OR rating = 'PG' EXCEPT SELECT title FROM film WHERE replacement_cost > 200 sakila_1 +SELECT title FROM film WHERE LENGTH > 100 OR rating = 'PG' EXCEPT SELECT title FROM film WHERE replacement_cost > 200 sakila_1 +SELECT T1.first_name , T1.last_name FROM customer AS T1 JOIN rental AS T2 ON T1.customer_id = T2.customer_id ORDER BY T2.rental_date ASC LIMIT 1 sakila_1 +SELECT T1.first_name , T1.last_name FROM customer AS T1 JOIN rental AS T2 ON T1.customer_id = T2.customer_id ORDER BY T2.rental_date ASC LIMIT 1 sakila_1 +SELECT DISTINCT T1.first_name , T1.last_name FROM staff AS T1 JOIN rental AS T2 ON T1.staff_id = T2.staff_id JOIN customer AS T3 ON T2.customer_id = T3.customer_id WHERE T3.first_name = 'APRIL' AND T3.last_name = 'BURNS' sakila_1 +SELECT DISTINCT T1.first_name , T1.last_name FROM staff AS T1 JOIN rental AS T2 ON T1.staff_id = T2.staff_id JOIN customer AS T3 ON T2.customer_id = T3.customer_id WHERE T3.first_name = 'APRIL' AND T3.last_name = 'BURNS' sakila_1 +SELECT store_id FROM customer GROUP BY store_id ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT store_id FROM customer GROUP BY store_id ORDER BY count(*) DESC LIMIT 1 sakila_1 +SELECT amount FROM payment ORDER BY amount DESC LIMIT 1 sakila_1 +SELECT amount FROM payment ORDER BY amount DESC LIMIT 1 sakila_1 +SELECT T2.address FROM staff AS T1 JOIN address AS T2 ON T1.address_id = T2.address_id WHERE T1.first_name = 'Elsa' sakila_1 +SELECT T2.address FROM staff AS T1 JOIN address AS T2 ON T1.address_id = T2.address_id WHERE T1.first_name = 'Elsa' sakila_1 +SELECT first_name FROM customer WHERE customer_id NOT IN( SELECT customer_id FROM rental WHERE rental_date > '2005-08-23 02:06:01' ) sakila_1 +SELECT first_name FROM customer WHERE customer_id NOT IN( SELECT customer_id FROM rental WHERE rental_date > '2005-08-23 02:06:01' ) sakila_1 +SELECT count(*) FROM bank loan_1 +SELECT count(*) FROM bank loan_1 +SELECT sum(no_of_customers) FROM bank loan_1 +SELECT sum(no_of_customers) FROM bank loan_1 +SELECT sum(no_of_customers) FROM bank WHERE city = 'New York City' loan_1 +SELECT sum(no_of_customers) FROM bank WHERE city = 'New York City' loan_1 +SELECT avg(no_of_customers) FROM bank WHERE state = 'Utah' loan_1 +SELECT avg(no_of_customers) FROM bank WHERE state = 'Utah' loan_1 +SELECT avg(no_of_customers) FROM bank loan_1 +SELECT avg(no_of_customers) FROM bank loan_1 +SELECT city , state FROM bank WHERE bname = 'morningside' loan_1 +SELECT city , state FROM bank WHERE bname = 'morningside' loan_1 +SELECT bname FROM bank WHERE state = 'New York' loan_1 +SELECT bname FROM bank WHERE state = 'New York' loan_1 +SELECT cust_name FROM customer ORDER BY acc_bal loan_1 +SELECT cust_name FROM customer ORDER BY acc_bal loan_1 +SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id GROUP BY T1.cust_name ORDER BY sum(T2.amount) loan_1 +SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id GROUP BY T1.cust_name ORDER BY sum(T2.amount) loan_1 +SELECT state , acc_type , credit_score FROM customer WHERE no_of_loans = 0 loan_1 +SELECT state , acc_type , credit_score FROM customer WHERE no_of_loans = 0 loan_1 +SELECT count(DISTINCT city) FROM bank loan_1 +SELECT count(DISTINCT city) FROM bank loan_1 +SELECT count(DISTINCT state) FROM bank loan_1 +SELECT count(DISTINCT state) FROM bank loan_1 +SELECT count(DISTINCT acc_type) FROM customer loan_1 +SELECT count(DISTINCT acc_type) FROM customer loan_1 +SELECT cust_name , acc_bal FROM customer WHERE cust_name LIKE '%a%' loan_1 +SELECT cust_name , acc_bal FROM customer WHERE cust_name LIKE '%a%' loan_1 +SELECT sum(acc_bal) FROM customer WHERE state = 'Utah' OR state = 'Texas' loan_1 +SELECT sum(acc_bal) FROM customer WHERE state = 'Utah' OR state = 'Texas' loan_1 +SELECT cust_name FROM customer WHERE acc_type = 'saving' INTERSECT SELECT cust_name FROM customer WHERE acc_type = 'checking' loan_1 +SELECT cust_name FROM customer WHERE acc_type = 'saving' INTERSECT SELECT cust_name FROM customer WHERE acc_type = 'checking' loan_1 +SELECT cust_name FROM customer EXCEPT SELECT cust_name FROM customer WHERE acc_type = 'saving' loan_1 +SELECT cust_name FROM customer EXCEPT SELECT cust_name FROM customer WHERE acc_type = 'saving' loan_1 +SELECT cust_name FROM customer EXCEPT SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id WHERE T2.loan_type = 'Mortgages' loan_1 +SELECT cust_name FROM customer EXCEPT SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id WHERE T2.loan_type = 'Mortgages' loan_1 +SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id WHERE loan_type = 'Mortgages' INTERSECT SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id WHERE loan_type = 'Auto' loan_1 +SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id WHERE loan_type = 'Mortgages' INTERSECT SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id WHERE loan_type = 'Auto' loan_1 +SELECT cust_name FROM customer WHERE credit_score < (SELECT avg(credit_score) FROM customer) loan_1 +SELECT cust_name FROM customer WHERE credit_score < (SELECT avg(credit_score) FROM customer) loan_1 +SELECT bname FROM bank ORDER BY no_of_customers DESC LIMIT 1 loan_1 +SELECT bname FROM bank ORDER BY no_of_customers DESC LIMIT 1 loan_1 +SELECT cust_name FROM customer ORDER BY credit_score LIMIT 1 loan_1 +SELECT cust_name FROM customer ORDER BY credit_score LIMIT 1 loan_1 +SELECT cust_name , acc_type , acc_bal FROM customer ORDER BY credit_score DESC LIMIT 1 loan_1 +SELECT cust_name , acc_type , acc_bal FROM customer ORDER BY credit_score DESC LIMIT 1 loan_1 +SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id GROUP BY T1.cust_name ORDER BY sum(T2.amount) DESC LIMIT 1 loan_1 +SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id GROUP BY T1.cust_name ORDER BY sum(T2.amount) DESC LIMIT 1 loan_1 +SELECT state FROM bank GROUP BY state ORDER BY sum(no_of_customers) DESC LIMIT 1 loan_1 +SELECT state FROM bank GROUP BY state ORDER BY sum(no_of_customers) DESC LIMIT 1 loan_1 +SELECT avg(acc_bal) , acc_type FROM customer WHERE credit_score < 50 GROUP BY acc_type loan_1 +SELECT avg(acc_bal) , acc_type FROM customer WHERE credit_score < 50 GROUP BY acc_type loan_1 +SELECT sum(acc_bal) , state FROM customer WHERE credit_score > 100 GROUP BY state loan_1 +SELECT sum(acc_bal) , state FROM customer WHERE credit_score > 100 GROUP BY state loan_1 +SELECT sum(amount) , T1.bname FROM bank AS T1 JOIN loan AS T2 ON T1.branch_id = T2.branch_id GROUP BY T1.bname loan_1 +SELECT sum(amount) , T1.bname FROM bank AS T1 JOIN loan AS T2 ON T1.branch_id = T2.branch_id GROUP BY T1.bname loan_1 +SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id GROUP BY T1.cust_name HAVING count(*) > 1 loan_1 +SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id GROUP BY T1.cust_name HAVING count(*) > 1 loan_1 +SELECT T1.cust_name , T1.acc_type FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id GROUP BY T1.cust_name HAVING sum(T2.amount) > 5000 loan_1 +SELECT T1.cust_name , T1.acc_type FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id GROUP BY T1.cust_name HAVING sum(T2.amount) > 5000 loan_1 +SELECT T1.bname FROM bank AS T1 JOIN loan AS T2 ON T1.branch_id = T2.branch_id GROUP BY T1.bname ORDER BY sum(T2.amount) DESC LIMIT 1 loan_1 +SELECT T1.bname FROM bank AS T1 JOIN loan AS T2 ON T1.branch_id = T2.branch_id GROUP BY T1.bname ORDER BY sum(T2.amount) DESC LIMIT 1 loan_1 +SELECT T2.bname FROM loan AS T1 JOIN bank AS T2 ON T1.branch_id = T2.branch_id JOIN customer AS T3 ON T1.cust_id = T3.cust_id WHERE T3.credit_score < 100 GROUP BY T2.bname ORDER BY sum(T1.amount) DESC LIMIT 1 loan_1 +SELECT T2.bname FROM loan AS T1 JOIN bank AS T2 ON T1.branch_id = T2.branch_id JOIN customer AS T3 ON T1.cust_id = T3.cust_id WHERE T3.credit_score < 100 GROUP BY T2.bname ORDER BY sum(T1.amount) DESC LIMIT 1 loan_1 +SELECT DISTINCT T1.bname FROM bank AS T1 JOIN loan AS T2 ON T1.branch_id = T2.branch_id loan_1 +SELECT DISTINCT T1.bname FROM bank AS T1 JOIN loan AS T2 ON T1.branch_id = T2.branch_id loan_1 +SELECT DISTINCT T1.cust_name , T1.credit_score FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id loan_1 +SELECT DISTINCT T1.cust_name , T1.credit_score FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id loan_1 +SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id WHERE amount > 3000 loan_1 +SELECT T1.cust_name FROM customer AS T1 JOIN loan AS T2 ON T1.cust_id = T2.cust_id WHERE amount > 3000 loan_1 +SELECT T1.bname , T1.city FROM bank AS T1 JOIN loan AS T2 ON T1.branch_id = T2.branch_id WHERE T2.loan_type = 'Business' loan_1 +SELECT T1.bname , T1.city FROM bank AS T1 JOIN loan AS T2 ON T1.branch_id = T2.branch_id WHERE T2.loan_type = 'Business' loan_1 +SELECT T2.bname FROM loan AS T1 JOIN bank AS T2 ON T1.branch_id = T2.branch_id JOIN customer AS T3 ON T1.cust_id = T3.cust_id WHERE T3.credit_score < 100 loan_1 +SELECT T2.bname FROM loan AS T1 JOIN bank AS T2 ON T1.branch_id = T2.branch_id JOIN customer AS T3 ON T1.cust_id = T3.cust_id WHERE T3.credit_score < 100 loan_1 +SELECT sum(T2.amount) FROM bank AS T1 JOIN loan AS T2 ON T1.branch_id = T2.branch_id WHERE T1.state = 'New York' loan_1 +SELECT sum(T2.amount) FROM bank AS T1 JOIN loan AS T2 ON T1.branch_id = T2.branch_id WHERE T1.state = 'New York' loan_1 +SELECT avg(credit_score) FROM customer WHERE cust_id IN (SELECT cust_id FROM loan) loan_1 +SELECT avg(credit_score) FROM customer WHERE cust_id IN (SELECT cust_id FROM loan) loan_1 +SELECT avg(credit_score) FROM customer WHERE cust_id NOT IN (SELECT cust_id FROM loan) loan_1 +SELECT avg(credit_score) FROM customer WHERE cust_id NOT IN (SELECT cust_id FROM loan) loan_1 +SELECT count(*) FROM ASSESSMENT_NOTES behavior_monitoring +SELECT date_of_notes FROM Assessment_Notes behavior_monitoring +SELECT count(*) FROM ADDRESSES WHERE zip_postcode = "197" behavior_monitoring +SELECT count(DISTINCT incident_type_code) FROM Behavior_Incident behavior_monitoring +SELECT DISTINCT detention_type_code FROM Detention behavior_monitoring +SELECT date_incident_start , date_incident_end FROM Behavior_Incident WHERE incident_type_code = "NOISE" behavior_monitoring +SELECT detention_summary FROM Detention behavior_monitoring +SELECT cell_mobile_number , email_address FROM STUDENTS behavior_monitoring +SELECT email_address FROM Students WHERE first_name = "Emma" AND last_name = "Rohan" behavior_monitoring +SELECT count(DISTINCT student_id) FROM Students_in_Detention behavior_monitoring +SELECT gender FROM TEACHERS WHERE last_name = "Medhurst" behavior_monitoring +SELECT incident_type_description FROM Ref_Incident_Type WHERE incident_type_code = "VIOLENCE" behavior_monitoring +SELECT max(monthly_rental) , min(monthly_rental) FROM Student_Addresses behavior_monitoring +SELECT first_name FROM Teachers WHERE email_address LIKE '%man%' behavior_monitoring +SELECT * FROM Assessment_Notes ORDER BY date_of_notes ASC behavior_monitoring +SELECT city FROM Addresses ORDER BY city behavior_monitoring +SELECT first_name , last_name FROM Teachers ORDER BY last_name behavior_monitoring +SELECT * FROM Student_Addresses ORDER BY monthly_rental DESC behavior_monitoring +SELECT T1.student_id , T2.first_name FROM Assessment_Notes AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1 behavior_monitoring +SELECT T1.teacher_id , T2.first_name FROM Assessment_Notes AS T1 JOIN Teachers AS T2 ON T1.teacher_id = T2.teacher_id GROUP BY T1.teacher_id ORDER BY count(*) DESC LIMIT 3 behavior_monitoring +SELECT T1.student_id , T2.last_name FROM Behavior_Incident AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id ORDER BY count(*) DESC LIMIT 1 behavior_monitoring +SELECT T1.teacher_id , T2.last_name FROM Detention AS T1 JOIN Teachers AS T2 ON T1.teacher_id = T2.teacher_id WHERE T1.detention_type_code = "AFTER" GROUP BY T1.teacher_id ORDER BY count(*) DESC LIMIT 1 behavior_monitoring +SELECT T1.student_id , T2.first_name FROM Student_Addresses AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id ORDER BY AVG(monthly_rental) DESC LIMIT 1 behavior_monitoring +SELECT T2.address_id , T1.city FROM Addresses AS T1 JOIN Student_Addresses AS T2 ON T1.address_id = T2.address_id GROUP BY T2.address_id ORDER BY AVG(monthly_rental) DESC LIMIT 1 behavior_monitoring +SELECT T1.incident_type_code , T2.incident_type_description FROM Behavior_Incident AS T1 JOIN Ref_Incident_Type AS T2 ON T1.incident_type_code = T2.incident_type_code GROUP BY T1.incident_type_code ORDER BY count(*) DESC LIMIT 1 behavior_monitoring +SELECT T1.detention_type_code , T2.detention_type_description FROM Detention AS T1 JOIN Ref_Detention_Type AS T2 ON T1.detention_type_code = T2.detention_type_code GROUP BY T1.detention_type_code ORDER BY count(*) ASC LIMIT 1 behavior_monitoring +SELECT T1.date_of_notes FROM Assessment_Notes AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id WHERE T2.first_name = "Fanny" behavior_monitoring +SELECT T1.text_of_notes FROM Assessment_Notes AS T1 JOIN Teachers AS T2 ON T1.teacher_id = T2.teacher_id WHERE T2.last_name = "Schuster" behavior_monitoring +SELECT T1.date_incident_start , date_incident_end FROM Behavior_Incident AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id WHERE T2.last_name = "Fahey" behavior_monitoring +SELECT T1.datetime_detention_start , datetime_detention_end FROM Detention AS T1 JOIN Teachers AS T2 ON T1.teacher_id = T2.teacher_id WHERE T2.last_name = "Schultz" behavior_monitoring +SELECT T2.address_id , T1.zip_postcode FROM Addresses AS T1 JOIN Student_Addresses AS T2 ON T1.address_id = T2.address_id ORDER BY monthly_rental DESC LIMIT 1 behavior_monitoring +SELECT T2.cell_mobile_number FROM Student_Addresses AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id ORDER BY T1.monthly_rental ASC LIMIT 1 behavior_monitoring +SELECT T2.monthly_rental FROM Addresses AS T1 JOIN Student_Addresses AS T2 ON T1.address_id = T2.address_id WHERE T1.state_province_county = "Texas" behavior_monitoring +SELECT T2.first_name , T2.last_name FROM Addresses AS T1 JOIN Students AS T2 ON T1.address_id = T2.address_id WHERE T1.state_province_county = "Wisconsin" behavior_monitoring +SELECT T1.line_1 , avg(T2.monthly_rental) FROM Addresses AS T1 JOIN Student_Addresses AS T2 ON T1.address_id = T2.address_id GROUP BY T2.address_id behavior_monitoring +SELECT T1.zip_postcode FROM Addresses AS T1 JOIN Teachers AS T2 ON T1.address_id = T2.address_id WHERE T2.first_name = "Lyla" behavior_monitoring +SELECT T2.email_address FROM Addresses AS T1 JOIN Teachers AS T2 ON T1.address_id = T2.address_id WHERE T1.zip_postcode = "918" behavior_monitoring +SELECT count(*) FROM STUDENTS WHERE student_id NOT IN ( SELECT student_id FROM Behavior_Incident ) behavior_monitoring +SELECT last_name FROM Teachers EXCEPT SELECT T1.last_name FROM Teachers AS T1 JOIN Detention AS T2 ON T1.teacher_id = T2.teacher_id behavior_monitoring +SELECT T1.line_1 FROM Addresses AS T1 JOIN Students AS T2 ON T1.address_id = T2.address_id INTERSECT SELECT T1.line_1 FROM Addresses AS T1 JOIN Teachers AS T2 ON T1.address_id = T2.address_id behavior_monitoring +SELECT T1.asset_id , T1.asset_details FROM Assets AS T1 JOIN Asset_Parts AS T2 ON T1.asset_id = T2.asset_id GROUP BY T1.asset_id HAVING count(*) = 2 INTERSECT SELECT T1.asset_id , T1.asset_details FROM Assets AS T1 JOIN Fault_Log AS T2 ON T1.asset_id = T2.asset_id GROUP BY T1.asset_id HAVING count(*) < 2 assets_maintenance +SELECT count(*) , T1.maintenance_contract_id FROM Maintenance_Contracts AS T1 JOIN Assets AS T2 ON T1.maintenance_contract_id = T2.maintenance_contract_id GROUP BY T1.maintenance_contract_id assets_maintenance +SELECT count(*) , T1.company_id FROM Third_Party_Companies AS T1 JOIN Assets AS T2 ON T1.company_id = T2.supplier_company_id GROUP BY T1.company_id assets_maintenance +SELECT T1.company_id , T1.company_name FROM Third_Party_Companies AS T1 JOIN Maintenance_Engineers AS T2 ON T1.company_id = T2.company_id GROUP BY T1.company_id HAVING count(*) >= 2 UNION SELECT T3.company_id , T3.company_name FROM Third_Party_Companies AS T3 JOIN Maintenance_Contracts AS T4 ON T3.company_id = T4.maintenance_contract_company_id GROUP BY T3.company_id HAVING count(*) >= 2 assets_maintenance +SELECT T1.staff_name , T1.staff_id FROM Staff AS T1 JOIN Fault_Log AS T2 ON T1.staff_id = T2.recorded_by_staff_id EXCEPT SELECT T3.staff_name , T3.staff_id FROM Staff AS T3 JOIN Engineer_Visits AS T4 ON T3.staff_id = T4.contact_staff_id assets_maintenance +SELECT T1.engineer_id , T1.first_name , T1.last_name FROM Maintenance_Engineers AS T1 JOIN Engineer_Visits AS T2 GROUP BY T1.engineer_id ORDER BY count(*) DESC LIMIT 1 assets_maintenance +SELECT T1.part_name , T1.part_id FROM Parts AS T1 JOIN Part_Faults AS T2 ON T1.part_id = T2.part_id GROUP BY T1.part_id HAVING count(*) > 2 assets_maintenance +SELECT T1.first_name , T1.last_name , T1.other_details , T3.skill_description FROM Maintenance_Engineers AS T1 JOIN Engineer_Skills AS T2 ON T1.engineer_id = T2.engineer_id JOIN Skills AS T3 ON T2.skill_id = T3.skill_id assets_maintenance +SELECT T1.fault_short_name , T3.skill_description FROM Part_Faults AS T1 JOIN Skills_Required_To_Fix AS T2 ON T1.part_fault_id = T2.part_fault_id JOIN Skills AS T3 ON T2.skill_id = T3.skill_id assets_maintenance +SELECT T1.part_name , count(*) FROM Parts AS T1 JOIN Asset_Parts AS T2 ON T1.part_id = T2.part_id GROUP BY T1.part_name assets_maintenance +SELECT T1.fault_description , T2.fault_status FROM Fault_Log AS T1 JOIN Fault_Log_Parts AS T2 ON T1.fault_log_entry_id = T2.fault_log_entry_id assets_maintenance +SELECT count(*) , T1.fault_log_entry_id FROM Fault_Log AS T1 JOIN Engineer_Visits AS T2 ON T1.fault_log_entry_id = T2.fault_log_entry_id GROUP BY T1.fault_log_entry_id ORDER BY count(*) DESC LIMIT 1 assets_maintenance +SELECT DISTINCT last_name FROM Maintenance_Engineers assets_maintenance +SELECT DISTINCT fault_status FROM Fault_Log_Parts assets_maintenance +SELECT first_name , last_name FROM Maintenance_Engineers WHERE engineer_id NOT IN (SELECT engineer_id FROM Engineer_Visits) assets_maintenance +SELECT asset_id , asset_details , asset_make , asset_model FROM Assets assets_maintenance +SELECT asset_acquired_date FROM Assets ORDER BY asset_acquired_date ASC LIMIT 1 assets_maintenance +SELECT T1.part_id , T1.part_name FROM Parts AS T1 JOIN Part_Faults AS T2 ON T1.part_id = T2.part_id JOIN Skills_Required_To_Fix AS T3 ON T2.part_fault_id = T3.part_fault_id GROUP BY T1.part_id ORDER BY count(*) DESC LIMIT 1 assets_maintenance +SELECT T1.part_name FROM Parts AS T1 JOIN Part_Faults AS T2 ON T1.part_id = T2.part_id GROUP BY T1.part_name ORDER BY count(*) ASC LIMIT 1 assets_maintenance +SELECT T1.engineer_id , T1.first_name , T1.last_name FROM Maintenance_Engineers AS T1 JOIN Engineer_Visits AS T2 ON T1.engineer_id = T2.engineer_id GROUP BY T1.engineer_id ORDER BY count(*) ASC LIMIT 1 assets_maintenance +SELECT T1.staff_name , T3.first_name , T3.last_name FROM Staff AS T1 JOIN Engineer_Visits AS T2 ON T1.staff_id = T2.contact_staff_id JOIN Maintenance_Engineers AS T3 ON T2.engineer_id = T3.engineer_id assets_maintenance +SELECT T1.fault_log_entry_id , T1.fault_description , T1.fault_log_entry_datetime FROM Fault_Log AS T1 JOIN Fault_Log_Parts AS T2 ON T1.fault_log_entry_id = T2.fault_log_entry_id GROUP BY T1.fault_log_entry_id ORDER BY count(*) DESC LIMIT 1 assets_maintenance +SELECT T1.skill_id , T1.skill_description FROM Skills AS T1 JOIN Skills_Required_To_Fix AS T2 ON T1.skill_id = T2.skill_id GROUP BY T1.skill_id ORDER BY count(*) DESC LIMIT 1 assets_maintenance +SELECT DISTINCT asset_model FROM Assets assets_maintenance +SELECT asset_make , asset_model , asset_details FROM Assets ORDER BY asset_disposed_date ASC assets_maintenance +SELECT part_id , chargeable_amount FROM Parts ORDER BY chargeable_amount ASC LIMIT 1 assets_maintenance +SELECT T1.company_name FROM Third_Party_Companies AS T1 JOIN Maintenance_Contracts AS T2 ON T1.company_id = T2.maintenance_contract_company_id ORDER BY T2.contract_start_date ASC LIMIT 1 assets_maintenance +SELECT T1.company_name FROM Third_Party_Companies AS T1 JOIN Maintenance_Contracts AS T2 ON T1.company_id = T2.maintenance_contract_company_id JOIN Ref_Company_Types AS T3 ON T1.company_type_code = T3.company_type_code ORDER BY T2.contract_end_date DESC LIMIT 1 assets_maintenance +SELECT gender FROM staff GROUP BY gender ORDER BY count(*) DESC LIMIT 1 assets_maintenance +SELECT T1.staff_name , count(*) FROM Staff AS T1 JOIN Engineer_Visits AS T2 ON T1.staff_id = T2.contact_staff_id GROUP BY T1.staff_name assets_maintenance +SELECT asset_model FROM Assets WHERE asset_id NOT IN (SELECT asset_id FROM Fault_Log) assets_maintenance +SELECT local_authority , services FROM station station_weather +SELECT train_number , name FROM train ORDER BY TIME station_weather +SELECT TIME , train_number FROM train WHERE destination = 'Chennai' ORDER BY TIME station_weather +SELECT count(*) FROM train WHERE name LIKE "%Express%" station_weather +SELECT train_number , TIME FROM train WHERE origin = 'Chennai' AND destination = 'Guruvayur' station_weather +SELECT origin , count(*) FROM train GROUP BY origin station_weather +SELECT t1.name FROM train AS t1 JOIN route AS t2 ON t1.id = t2.train_id GROUP BY t2.train_id ORDER BY count(*) DESC LIMIT 1 station_weather +SELECT count(*) , t1.network_name , t1.services FROM station AS t1 JOIN route AS t2 ON t1.id = t2.station_id GROUP BY t2.station_id station_weather +SELECT avg(high_temperature) , day_of_week FROM weekly_weather GROUP BY day_of_week station_weather +SELECT max(t1.low_temperature) , avg(t1.precipitation) FROM weekly_weather AS t1 JOIN station AS t2 ON t1.station_id = t2.id WHERE t2.network_name = "Amersham" station_weather +SELECT t3.name , t3.time FROM station AS t1 JOIN route AS t2 ON t1.id = t2.station_id JOIN train AS t3 ON t2.train_id = t3.id WHERE t1.local_authority = "Chiltern" station_weather +SELECT count(DISTINCT services) FROM station station_weather +SELECT t2.id , t2.local_authority FROM weekly_weather AS t1 JOIN station AS t2 ON t1.station_id = t2.id GROUP BY t1.station_id ORDER BY avg(high_temperature) DESC LIMIT 1 station_weather +SELECT t2.id , t2.local_authority FROM weekly_weather AS t1 JOIN station AS t2 ON t1.station_id = t2.id GROUP BY t1.station_id HAVING max(t1.precipitation) > 50 station_weather +SELECT min(low_temperature) , max(wind_speed_mph) FROM weekly_weather station_weather +SELECT origin FROM train GROUP BY origin HAVING count(*) > 1 station_weather +SELECT count(*) FROM professor AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code WHERE DEPT_NAME = "Accounting" college_1 +SELECT count(*) FROM professor AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code WHERE DEPT_NAME = "Accounting" college_1 +SELECT count(DISTINCT PROF_NUM) FROM CLASS WHERE CRS_CODE = "ACCT-211" college_1 +SELECT count(DISTINCT PROF_NUM) FROM CLASS WHERE CRS_CODE = "ACCT-211" college_1 +SELECT T3.EMP_FNAME , T3.EMP_LNAME FROM professor AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code JOIN employee AS T3 ON T1.EMP_NUM = T3.EMP_NUM WHERE DEPT_NAME = "Biology" college_1 +SELECT T3.EMP_FNAME , T3.EMP_LNAME FROM professor AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code JOIN employee AS T3 ON T1.EMP_NUM = T3.EMP_NUM WHERE DEPT_NAME = "Biology" college_1 +SELECT DISTINCT T1.EMP_FNAME , T1.EMP_DOB FROM employee AS T1 JOIN CLASS AS T2 ON T1.EMP_NUM = T2.PROF_NUM WHERE CRS_CODE = "ACCT-211" college_1 +SELECT DISTINCT T1.EMP_FNAME , T1.EMP_DOB FROM employee AS T1 JOIN CLASS AS T2 ON T1.EMP_NUM = T2.PROF_NUM WHERE CRS_CODE = "ACCT-211" college_1 +SELECT count(*) FROM employee AS T1 JOIN CLASS AS T2 ON T1.EMP_NUM = T2.PROF_NUM WHERE T1.EMP_LNAME = 'Graztevski' college_1 +SELECT count(*) FROM employee AS T1 JOIN CLASS AS T2 ON T1.EMP_NUM = T2.PROF_NUM WHERE T1.EMP_LNAME = 'Graztevski' college_1 +SELECT school_code FROM department WHERE dept_name = "Accounting" college_1 +SELECT school_code FROM department WHERE dept_name = "Accounting" college_1 +SELECT crs_credit , crs_description FROM course WHERE crs_code = 'CIS-220' college_1 +SELECT crs_credit , crs_description FROM course WHERE crs_code = 'CIS-220' college_1 +SELECT dept_address FROM department WHERE dept_name = 'History' college_1 +SELECT dept_address FROM department WHERE dept_name = 'History' college_1 +SELECT count(DISTINCT dept_address) FROM department WHERE school_code = 'BUS' college_1 +SELECT count(DISTINCT dept_address) FROM department WHERE school_code = 'BUS' college_1 +SELECT count(DISTINCT dept_address) , school_code FROM department GROUP BY school_code college_1 +SELECT count(DISTINCT dept_address) , school_code FROM department GROUP BY school_code college_1 +SELECT crs_credit , crs_description FROM course WHERE crs_code = 'QM-261' college_1 +SELECT crs_credit , crs_description FROM course WHERE crs_code = 'QM-261' college_1 +SELECT count(DISTINCT dept_name) , school_code FROM department GROUP BY school_code college_1 +SELECT count(DISTINCT dept_name) , school_code FROM department GROUP BY school_code college_1 +SELECT count(DISTINCT dept_name) , school_code FROM department GROUP BY school_code HAVING count(DISTINCT dept_name) < 5 college_1 +SELECT count(DISTINCT dept_name) , school_code FROM department GROUP BY school_code HAVING count(DISTINCT dept_name) < 5 college_1 +SELECT count(*) , crs_code FROM CLASS GROUP BY crs_code college_1 +SELECT count(*) , crs_code FROM CLASS GROUP BY crs_code college_1 +SELECT sum(crs_credit) , dept_code FROM course GROUP BY dept_code college_1 +SELECT sum(crs_credit) , dept_code FROM course GROUP BY dept_code college_1 +SELECT count(*) , class_room FROM CLASS GROUP BY class_room HAVING count(*) >= 2 college_1 +SELECT count(*) , class_room FROM CLASS GROUP BY class_room HAVING count(*) >= 2 college_1 +SELECT count(*) , dept_code FROM CLASS AS T1 JOIN course AS T2 ON T1.crs_code = T2.crs_code GROUP BY dept_code college_1 +SELECT count(*) , dept_code FROM CLASS AS T1 JOIN course AS T2 ON T1.crs_code = T2.crs_code GROUP BY dept_code college_1 +SELECT count(*) , T3.school_code FROM CLASS AS T1 JOIN course AS T2 ON T1.crs_code = T2.crs_code JOIN department AS T3 ON T2.dept_code = T3.dept_code GROUP BY T3.school_code college_1 +SELECT count(*) , T3.school_code FROM CLASS AS T1 JOIN course AS T2 ON T1.crs_code = T2.crs_code JOIN department AS T3 ON T2.dept_code = T3.dept_code GROUP BY T3.school_code college_1 +SELECT count(*) , T1.school_code FROM department AS T1 JOIN professor AS T2 ON T1.dept_code = T2.dept_code GROUP BY T1.school_code college_1 +SELECT count(*) , T1.school_code FROM department AS T1 JOIN professor AS T2 ON T1.dept_code = T2.dept_code GROUP BY T1.school_code college_1 +SELECT emp_jobcode , count(*) FROM employee GROUP BY emp_jobcode ORDER BY count(*) DESC LIMIT 1 college_1 +SELECT emp_jobcode , count(*) FROM employee GROUP BY emp_jobcode ORDER BY count(*) DESC LIMIT 1 college_1 +SELECT T1.school_code FROM department AS T1 JOIN professor AS T2 ON T1.dept_code = T2.dept_code GROUP BY T1.school_code ORDER BY count(*) LIMIT 1 college_1 +SELECT T1.school_code FROM department AS T1 JOIN professor AS T2 ON T1.dept_code = T2.dept_code GROUP BY T1.school_code ORDER BY count(*) LIMIT 1 college_1 +SELECT count(*) , dept_code FROM professor WHERE prof_high_degree = 'Ph.D.' GROUP BY dept_code college_1 +SELECT count(*) , dept_code FROM professor WHERE prof_high_degree = 'Ph.D.' GROUP BY dept_code college_1 +SELECT count(*) , dept_code FROM student GROUP BY dept_code college_1 +SELECT count(*) , dept_code FROM student GROUP BY dept_code college_1 +SELECT sum(stu_hrs) , dept_code FROM student GROUP BY dept_code college_1 +SELECT sum(stu_hrs) , dept_code FROM student GROUP BY dept_code college_1 +SELECT max(stu_gpa) , avg(stu_gpa) , min(stu_gpa) , dept_code FROM student GROUP BY dept_code college_1 +SELECT max(stu_gpa) , avg(stu_gpa) , min(stu_gpa) , dept_code FROM student GROUP BY dept_code college_1 +SELECT T2.dept_name , avg(T1.stu_gpa) FROM student AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code GROUP BY T1.dept_code ORDER BY avg(T1.stu_gpa) DESC LIMIT 1 college_1 +SELECT T2.dept_name , avg(T1.stu_gpa) FROM student AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code GROUP BY T1.dept_code ORDER BY avg(T1.stu_gpa) DESC LIMIT 1 college_1 +SELECT count(DISTINCT school_code) FROM department college_1 +SELECT count(DISTINCT school_code) FROM department college_1 +SELECT count(DISTINCT class_code) FROM CLASS college_1 +SELECT count(DISTINCT class_code) FROM CLASS college_1 +SELECT count(DISTINCT crs_code) FROM CLASS college_1 +SELECT count(DISTINCT crs_code) FROM CLASS college_1 +SELECT count(DISTINCT dept_name) FROM department college_1 +SELECT count(DISTINCT dept_name) FROM department college_1 +SELECT count(*) FROM department AS T1 JOIN course AS T2 ON T1.dept_code = T2.dept_code WHERE dept_name = "Computer Info. Systems" college_1 +SELECT count(*) FROM department AS T1 JOIN course AS T2 ON T1.dept_code = T2.dept_code WHERE dept_name = "Computer Info. Systems" college_1 +SELECT count(DISTINCT class_section) FROM CLASS WHERE crs_code = 'ACCT-211' college_1 +SELECT count(DISTINCT class_section) FROM CLASS WHERE crs_code = 'ACCT-211' college_1 +SELECT sum(T1.crs_credit) , T1.dept_code FROM course AS T1 JOIN CLASS AS T2 ON T1.crs_code = T2.crs_code GROUP BY T1.dept_code college_1 +SELECT sum(T1.crs_credit) , T1.dept_code FROM course AS T1 JOIN CLASS AS T2 ON T1.crs_code = T2.crs_code GROUP BY T1.dept_code college_1 +SELECT T3.dept_name FROM course AS T1 JOIN CLASS AS T2 ON T1.crs_code = T2.crs_code JOIN department AS T3 ON T1.dept_code = T3.dept_code GROUP BY T1.dept_code ORDER BY sum(T1.crs_credit) DESC LIMIT 1 college_1 +SELECT T3.dept_name FROM course AS T1 JOIN CLASS AS T2 ON T1.crs_code = T2.crs_code JOIN department AS T3 ON T1.dept_code = T3.dept_code GROUP BY T1.dept_code ORDER BY sum(T1.crs_credit) DESC LIMIT 1 college_1 +SELECT count(*) FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code WHERE T1.crs_code = 'ACCT-211' college_1 +SELECT count(*) FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code WHERE T1.crs_code = 'ACCT-211' college_1 +SELECT T3.stu_fname FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code JOIN student AS T3 ON T2.stu_num = T3.stu_num WHERE T1.crs_code = 'ACCT-211' college_1 +SELECT T3.stu_fname FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code JOIN student AS T3 ON T2.stu_num = T3.stu_num WHERE T1.crs_code = 'ACCT-211' college_1 +SELECT T3.stu_fname FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code JOIN student AS T3 ON T2.stu_num = T3.stu_num WHERE T1.crs_code = 'ACCT-211' AND T2.enroll_grade = 'C' college_1 +SELECT T3.stu_fname FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code JOIN student AS T3 ON T2.stu_num = T3.stu_num WHERE T1.crs_code = 'ACCT-211' AND T2.enroll_grade = 'C' college_1 +SELECT count(*) FROM employee college_1 +SELECT count(*) FROM employee college_1 +SELECT count(*) FROM professor WHERE prof_high_degree = 'Ph.D.' college_1 +SELECT count(*) FROM professor WHERE prof_high_degree = 'Ph.D.' college_1 +SELECT count(*) FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code JOIN course AS T3 ON T1.crs_code = T3.crs_code JOIN department AS T4 ON T3.dept_code = T4.dept_code WHERE T4.dept_name = 'Accounting' college_1 +SELECT count(*) FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code JOIN course AS T3 ON T1.crs_code = T3.crs_code JOIN department AS T4 ON T3.dept_code = T4.dept_code WHERE T4.dept_name = 'Accounting' college_1 +SELECT T4.dept_name FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code JOIN course AS T3 ON T1.crs_code = T3.crs_code JOIN department AS T4 ON T3.dept_code = T4.dept_code GROUP BY T3.dept_code ORDER BY count(*) DESC LIMIT 1 college_1 +SELECT T4.dept_name FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code JOIN course AS T3 ON T1.crs_code = T3.crs_code JOIN department AS T4 ON T3.dept_code = T4.dept_code GROUP BY T3.dept_code ORDER BY count(*) DESC LIMIT 1 college_1 +SELECT dept_name FROM department ORDER BY dept_name college_1 +SELECT dept_name FROM department ORDER BY dept_name college_1 +SELECT class_code FROM CLASS WHERE class_room = 'KLR209' college_1 +SELECT class_code FROM CLASS WHERE class_room = 'KLR209' college_1 +SELECT emp_fname FROM employee WHERE emp_jobcode = 'PROF' ORDER BY emp_dob college_1 +SELECT emp_fname FROM employee WHERE emp_jobcode = 'PROF' ORDER BY emp_dob college_1 +SELECT T2.emp_fname , T1.prof_office FROM professor AS T1 JOIN employee AS T2 ON T1.emp_num = T2.emp_num ORDER BY T2.emp_fname college_1 +SELECT T2.emp_fname , T1.prof_office FROM professor AS T1 JOIN employee AS T2 ON T1.emp_num = T2.emp_num ORDER BY T2.emp_fname college_1 +SELECT emp_fname , emp_lname FROM employee ORDER BY emp_dob LIMIT 1 college_1 +SELECT emp_fname , emp_lname FROM employee ORDER BY emp_dob LIMIT 1 college_1 +SELECT stu_fname , stu_lname , stu_gpa FROM student WHERE stu_gpa > 3 ORDER BY stu_dob DESC LIMIT 1 college_1 +SELECT stu_fname , stu_lname , stu_gpa FROM student WHERE stu_gpa > 3 ORDER BY stu_dob DESC LIMIT 1 college_1 +SELECT DISTINCT stu_fname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num WHERE enroll_grade = 'C' college_1 +SELECT DISTINCT stu_fname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num WHERE enroll_grade = 'C' college_1 +SELECT T2.dept_name FROM professor AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code GROUP BY T1.dept_code ORDER BY count(*) LIMIT 1 college_1 +SELECT T2.dept_name FROM professor AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code GROUP BY T1.dept_code ORDER BY count(*) LIMIT 1 college_1 +SELECT T2.dept_name , T1.dept_code FROM professor AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code WHERE T1.prof_high_degree = 'Ph.D.' GROUP BY T1.dept_code ORDER BY count(*) DESC LIMIT 1 college_1 +SELECT T2.dept_name , T1.dept_code FROM professor AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code WHERE T1.prof_high_degree = 'Ph.D.' GROUP BY T1.dept_code ORDER BY count(*) DESC LIMIT 1 college_1 +SELECT emp_fname FROM employee WHERE emp_jobcode = 'PROF' EXCEPT SELECT T1.emp_fname FROM employee AS T1 JOIN CLASS AS T2 ON T1.emp_num = T2.prof_num college_1 +SELECT emp_fname FROM employee WHERE emp_jobcode = 'PROF' EXCEPT SELECT T1.emp_fname FROM employee AS T1 JOIN CLASS AS T2 ON T1.emp_num = T2.prof_num college_1 +SELECT T1.emp_fname FROM employee AS T1 JOIN professor AS T2 ON T1.emp_num = T2.emp_num JOIN department AS T3 ON T2.dept_code = T3.dept_code WHERE T3.dept_name = 'History' EXCEPT SELECT T4.emp_fname FROM employee AS T4 JOIN CLASS AS T5 ON T4.emp_num = T5.prof_num college_1 +SELECT T1.emp_fname FROM employee AS T1 JOIN professor AS T2 ON T1.emp_num = T2.emp_num JOIN department AS T3 ON T2.dept_code = T3.dept_code WHERE T3.dept_name = 'History' EXCEPT SELECT T4.emp_fname FROM employee AS T4 JOIN CLASS AS T5 ON T4.emp_num = T5.prof_num college_1 +SELECT T1.emp_lname , T2.prof_office FROM employee AS T1 JOIN professor AS T2 ON T1.emp_num = T2.emp_num JOIN department AS T3 ON T2.dept_code = T3.dept_code WHERE T3.dept_name = 'History' college_1 +SELECT T1.emp_lname , T2.prof_office FROM employee AS T1 JOIN professor AS T2 ON T1.emp_num = T2.emp_num JOIN department AS T3 ON T2.dept_code = T3.dept_code WHERE T3.dept_name = 'History' college_1 +SELECT T3.dept_name , T2.prof_office FROM employee AS T1 JOIN professor AS T2 ON T1.emp_num = T2.emp_num JOIN department AS T3 ON T2.dept_code = T3.dept_code WHERE T1.emp_lname = 'Heffington' college_1 +SELECT T3.dept_name , T2.prof_office FROM employee AS T1 JOIN professor AS T2 ON T1.emp_num = T2.emp_num JOIN department AS T3 ON T2.dept_code = T3.dept_code WHERE T1.emp_lname = 'Heffington' college_1 +SELECT T1.emp_lname , T1.emp_hiredate FROM employee AS T1 JOIN professor AS T2 ON T1.emp_num = T2.emp_num WHERE T2.prof_office = 'DRE 102' college_1 +SELECT T1.emp_lname , T1.emp_hiredate FROM employee AS T1 JOIN professor AS T2 ON T1.emp_num = T2.emp_num WHERE T2.prof_office = 'DRE 102' college_1 +SELECT T1.crs_code FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code JOIN student AS T3 ON T3.stu_num = T2.stu_num WHERE T3.stu_lname = 'Smithson' college_1 +SELECT T1.crs_code FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code JOIN student AS T3 ON T3.stu_num = T2.stu_num WHERE T3.stu_lname = 'Smithson' college_1 +SELECT T4.crs_description , T4.crs_credit FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code JOIN student AS T3 ON T3.stu_num = T2.stu_num JOIN course AS T4 ON T4.crs_code = T1.crs_code WHERE T3.stu_lname = 'Smithson' college_1 +SELECT T4.crs_description , T4.crs_credit FROM CLASS AS T1 JOIN enroll AS T2 ON T1.class_code = T2.class_code JOIN student AS T3 ON T3.stu_num = T2.stu_num JOIN course AS T4 ON T4.crs_code = T1.crs_code WHERE T3.stu_lname = 'Smithson' college_1 +SELECT count(*) FROM professor WHERE prof_high_degree = 'Ph.D.' OR prof_high_degree = 'MA' college_1 +SELECT count(*) FROM professor WHERE prof_high_degree = 'Ph.D.' OR prof_high_degree = 'MA' college_1 +SELECT count(*) FROM professor AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code WHERE T2.dept_name = 'Accounting' OR T2.dept_name = 'Biology' college_1 +SELECT count(*) FROM professor AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code WHERE T2.dept_name = 'Accounting' OR T2.dept_name = 'Biology' college_1 +SELECT T1.emp_fname FROM employee AS T1 JOIN CLASS AS T2 ON T1.emp_num = T2.prof_num WHERE crs_code = 'CIS-220' INTERSECT SELECT T1.emp_fname FROM employee AS T1 JOIN CLASS AS T2 ON T1.emp_num = T2.prof_num WHERE crs_code = 'QM-261' college_1 +SELECT T1.emp_fname FROM employee AS T1 JOIN CLASS AS T2 ON T1.emp_num = T2.prof_num WHERE crs_code = 'CIS-220' INTERSECT SELECT T1.emp_fname FROM employee AS T1 JOIN CLASS AS T2 ON T1.emp_num = T2.prof_num WHERE crs_code = 'QM-261' college_1 +SELECT T1.stu_fname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num JOIN CLASS AS T3 ON T2.class_code = T3.class_code JOIN course AS T4 ON T3.crs_code = T4.crs_code JOIN department AS T5 ON T5.dept_code = T4.dept_code WHERE T5.dept_name = 'Accounting' INTERSECT SELECT T1.stu_fname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num JOIN CLASS AS T3 ON T2.class_code = T3.class_code JOIN course AS T4 ON T3.crs_code = T4.crs_code JOIN department AS T5 ON T5.dept_code = T4.dept_code WHERE T5.dept_name = 'Computer Info. Systems' college_1 +SELECT T1.stu_fname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num JOIN CLASS AS T3 ON T2.class_code = T3.class_code JOIN course AS T4 ON T3.crs_code = T4.crs_code JOIN department AS T5 ON T5.dept_code = T4.dept_code WHERE T5.dept_name = 'Accounting' INTERSECT SELECT T1.stu_fname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num JOIN CLASS AS T3 ON T2.class_code = T3.class_code JOIN course AS T4 ON T3.crs_code = T4.crs_code JOIN department AS T5 ON T5.dept_code = T4.dept_code WHERE T5.dept_name = 'Computer Info. Systems' college_1 +SELECT avg(T2.stu_gpa) FROM enroll AS T1 JOIN student AS T2 ON T1.stu_num = T2.stu_num JOIN CLASS AS T3 ON T1.class_code = T3.class_code WHERE T3.crs_code = 'ACCT-211' college_1 +SELECT avg(T2.stu_gpa) FROM enroll AS T1 JOIN student AS T2 ON T1.stu_num = T2.stu_num JOIN CLASS AS T3 ON T1.class_code = T3.class_code WHERE T3.crs_code = 'ACCT-211' college_1 +SELECT stu_gpa , stu_phone , stu_fname FROM student ORDER BY stu_gpa DESC LIMIT 5 college_1 +SELECT stu_gpa , stu_phone , stu_fname FROM student ORDER BY stu_gpa DESC LIMIT 5 college_1 +SELECT T2.dept_name FROM student AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code ORDER BY stu_gpa LIMIT 1 college_1 +SELECT T2.dept_name FROM student AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code ORDER BY stu_gpa LIMIT 1 college_1 +SELECT stu_fname , stu_gpa FROM student WHERE stu_gpa < (SELECT avg(stu_gpa) FROM student) college_1 +SELECT stu_fname , stu_gpa FROM student WHERE stu_gpa < (SELECT avg(stu_gpa) FROM student) college_1 +SELECT T2.dept_name , T2.dept_address FROM student AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code GROUP BY T1.dept_code ORDER BY count(*) DESC LIMIT 1 college_1 +SELECT T2.dept_name , T2.dept_address FROM student AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code GROUP BY T1.dept_code ORDER BY count(*) DESC LIMIT 1 college_1 +SELECT T2.dept_name , T2.dept_address , count(*) FROM student AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code GROUP BY T1.dept_code ORDER BY count(*) DESC LIMIT 3 college_1 +SELECT T2.dept_name , T2.dept_address , count(*) FROM student AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code GROUP BY T1.dept_code ORDER BY count(*) DESC LIMIT 3 college_1 +SELECT T1.emp_fname , T2.prof_office FROM employee AS T1 JOIN professor AS T2 ON T1.emp_num = T2.emp_num JOIN department AS T3 ON T3.dept_code = T2.dept_code WHERE T3.dept_name = 'History' AND T2.prof_high_degree = 'Ph.D.' college_1 +SELECT T1.emp_fname , T2.prof_office FROM employee AS T1 JOIN professor AS T2 ON T1.emp_num = T2.emp_num JOIN department AS T3 ON T3.dept_code = T2.dept_code WHERE T3.dept_name = 'History' AND T2.prof_high_degree = 'Ph.D.' college_1 +SELECT T2.emp_fname , T1.crs_code FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num college_1 +SELECT T2.emp_fname , T1.crs_code FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num college_1 +SELECT T2.emp_fname , T3.crs_description FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num JOIN course AS T3 ON T1.crs_code = T3.crs_code college_1 +SELECT T2.emp_fname , T3.crs_description FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num JOIN course AS T3 ON T1.crs_code = T3.crs_code college_1 +SELECT T2.emp_fname , T4.prof_office , T3.crs_description FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num JOIN course AS T3 ON T1.crs_code = T3.crs_code JOIN professor AS T4 ON T2.emp_num = T4.emp_num college_1 +SELECT T2.emp_fname , T4.prof_office , T3.crs_description FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num JOIN course AS T3 ON T1.crs_code = T3.crs_code JOIN professor AS T4 ON T2.emp_num = T4.emp_num college_1 +SELECT T2.emp_fname , T4.prof_office , T3.crs_description , T5.dept_name FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num JOIN course AS T3 ON T1.crs_code = T3.crs_code JOIN professor AS T4 ON T2.emp_num = T4.emp_num JOIN department AS T5 ON T4.dept_code = T5.dept_code college_1 +SELECT T2.emp_fname , T4.prof_office , T3.crs_description , T5.dept_name FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num JOIN course AS T3 ON T1.crs_code = T3.crs_code JOIN professor AS T4 ON T2.emp_num = T4.emp_num JOIN department AS T5 ON T4.dept_code = T5.dept_code college_1 +SELECT T1.stu_fname , T1.stu_lname , T4.crs_description FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num JOIN CLASS AS T3 ON T2.class_code = T3.class_code JOIN course AS T4 ON T3.crs_code = T4.crs_code college_1 +SELECT T1.stu_fname , T1.stu_lname , T4.crs_description FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num JOIN CLASS AS T3 ON T2.class_code = T3.class_code JOIN course AS T4 ON T3.crs_code = T4.crs_code college_1 +SELECT T1.stu_fname , T1.stu_lname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num WHERE T2.enroll_grade = 'C' OR T2.enroll_grade = 'A' college_1 +SELECT T1.stu_fname , T1.stu_lname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num WHERE T2.enroll_grade = 'C' OR T2.enroll_grade = 'A' college_1 +SELECT T2.emp_fname , T1.class_room FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num JOIN professor AS T3 ON T2.emp_num = T3.emp_num JOIN department AS T4 ON T4.dept_code = T3.dept_code WHERE T4.dept_name = 'Accounting' college_1 +SELECT T2.emp_fname , T1.class_room FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num JOIN professor AS T3 ON T2.emp_num = T3.emp_num JOIN department AS T4 ON T4.dept_code = T3.dept_code WHERE T4.dept_name = 'Accounting' college_1 +SELECT DISTINCT T2.emp_fname , T3.prof_high_degree FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num JOIN professor AS T3 ON T2.emp_num = T3.emp_num JOIN department AS T4 ON T4.dept_code = T3.dept_code WHERE T4.dept_name = 'Computer Info. Systems' college_1 +SELECT DISTINCT T2.emp_fname , T3.prof_high_degree FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num JOIN professor AS T3 ON T2.emp_num = T3.emp_num JOIN department AS T4 ON T4.dept_code = T3.dept_code WHERE T4.dept_name = 'Computer Info. Systems' college_1 +SELECT T1.stu_lname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num WHERE T2.enroll_grade = 'A' AND T2.class_code = 10018 college_1 +SELECT T1.stu_lname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num WHERE T2.enroll_grade = 'A' AND T2.class_code = 10018 college_1 +SELECT T2.emp_fname , T1.prof_office FROM professor AS T1 JOIN employee AS T2 ON T1.emp_num = T2.emp_num JOIN department AS T3 ON T1.dept_code = T3.dept_code WHERE T3.dept_name = 'History' AND T1.prof_high_degree != 'Ph.D.' college_1 +SELECT T2.emp_fname , T1.prof_office FROM professor AS T1 JOIN employee AS T2 ON T1.emp_num = T2.emp_num JOIN department AS T3 ON T1.dept_code = T3.dept_code WHERE T3.dept_name = 'History' AND T1.prof_high_degree != 'Ph.D.' college_1 +SELECT T2.emp_fname FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num GROUP BY T1.prof_num HAVING count(*) > 1 college_1 +SELECT T2.emp_fname FROM CLASS AS T1 JOIN employee AS T2 ON T1.prof_num = T2.emp_num GROUP BY T1.prof_num HAVING count(*) > 1 college_1 +SELECT T1.stu_fname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num GROUP BY T2.stu_num HAVING count(*) = 1 college_1 +SELECT T1.stu_fname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num GROUP BY T2.stu_num HAVING count(*) = 1 college_1 +SELECT T2.dept_name FROM course AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code WHERE T1.crs_description LIKE '%Statistics%' college_1 +SELECT T2.dept_name FROM course AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code WHERE T1.crs_description LIKE '%Statistics%' college_1 +SELECT T1.stu_fname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num JOIN CLASS AS T3 ON T2.class_code = T3.class_code WHERE T3.crs_code = 'ACCT-211' AND T1.stu_lname LIKE 'S%' college_1 +SELECT T1.stu_fname FROM student AS T1 JOIN enroll AS T2 ON T1.stu_num = T2.stu_num JOIN CLASS AS T3 ON T2.class_code = T3.class_code WHERE T3.crs_code = 'ACCT-211' AND T1.stu_lname LIKE 'S%' college_1 +SELECT count(*) FROM club sports_competition +SELECT count(*) FROM club sports_competition +SELECT DISTINCT Region FROM club ORDER BY Region ASC sports_competition +SELECT DISTINCT Region FROM club ORDER BY Region ASC sports_competition +SELECT avg(Gold) FROM club_rank sports_competition +SELECT avg(Gold) FROM club_rank sports_competition +SELECT Competition_type , Country FROM competition sports_competition +SELECT Competition_type , Country FROM competition sports_competition +SELECT DISTINCT YEAR FROM competition WHERE Competition_type != "Tournament" sports_competition +SELECT DISTINCT YEAR FROM competition WHERE Competition_type != "Tournament" sports_competition +SELECT max(Silver) , min(Silver) FROM club_rank sports_competition +SELECT max(Silver) , min(Silver) FROM club_rank sports_competition +SELECT count(*) FROM club_rank WHERE Total < 10 sports_competition +SELECT count(*) FROM club_rank WHERE Total < 10 sports_competition +SELECT name FROM club ORDER BY Start_year ASC sports_competition +SELECT name FROM club ORDER BY Start_year ASC sports_competition +SELECT name FROM club ORDER BY name DESC sports_competition +SELECT name FROM club ORDER BY name DESC sports_competition +SELECT T1.name , T2.Player_id FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID sports_competition +SELECT T1.name , T2.Player_id FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID sports_competition +SELECT T1.name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID WHERE T2.Position = "Right Wing" sports_competition +SELECT T1.name FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID WHERE T2.Position = "Right Wing" sports_competition +SELECT avg(T2.Points) FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID WHERE T1.name = "AIB" sports_competition +SELECT avg(T2.Points) FROM club AS T1 JOIN player AS T2 ON T1.Club_ID = T2.Club_ID WHERE T1.name = "AIB" sports_competition +SELECT POSITION , avg(Points) FROM player GROUP BY POSITION sports_competition +SELECT POSITION , avg(Points) FROM player GROUP BY POSITION sports_competition +SELECT POSITION FROM player GROUP BY name HAVING avg(Points) >= 20 sports_competition +SELECT POSITION FROM player GROUP BY name HAVING avg(Points) >= 20 sports_competition +SELECT Competition_type , COUNT(*) FROM competition GROUP BY Competition_type sports_competition +SELECT Competition_type , COUNT(*) FROM competition GROUP BY Competition_type sports_competition +SELECT Competition_type FROM competition GROUP BY Competition_type ORDER BY COUNT(*) DESC LIMIT 1 sports_competition +SELECT Competition_type FROM competition GROUP BY Competition_type ORDER BY COUNT(*) DESC LIMIT 1 sports_competition +SELECT Competition_type FROM competition GROUP BY Competition_type HAVING COUNT(*) <= 5 sports_competition +SELECT Competition_type FROM competition GROUP BY Competition_type HAVING COUNT(*) <= 5 sports_competition +SELECT name FROM CLub WHERE Club_ID NOT IN (SELECT Club_ID FROM player) sports_competition +SELECT name FROM CLub WHERE Club_ID NOT IN (SELECT Club_ID FROM player) sports_competition +SELECT POSITION FROM player WHERE Points > 20 INTERSECT SELECT POSITION FROM player WHERE Points < 10 sports_competition +SELECT POSITION FROM player WHERE Points > 20 INTERSECT SELECT POSITION FROM player WHERE Points < 10 sports_competition +SELECT sum(Points) FROM player sports_competition +SELECT sum(Points) FROM player sports_competition +SELECT count(DISTINCT POSITION) FROM player sports_competition +SELECT count(DISTINCT POSITION) FROM player sports_competition +SELECT name FROM player WHERE points > (SELECT avg(points) FROM player) sports_competition +SELECT name FROM player WHERE points > (SELECT avg(points) FROM player) sports_competition +SELECT count(*) , POSITION FROM player WHERE points < 30 GROUP BY POSITION sports_competition +SELECT count(*) , POSITION FROM player WHERE points < 30 GROUP BY POSITION sports_competition +SELECT country FROM competition WHERE competition_type = 'Tournament' GROUP BY country ORDER BY count(*) DESC LIMIT 1 sports_competition +SELECT country FROM competition WHERE competition_type = 'Tournament' GROUP BY country ORDER BY count(*) DESC LIMIT 1 sports_competition +SELECT country FROM competition WHERE competition_type = 'Friendly' INTERSECT SELECT country FROM competition WHERE competition_type = 'Tournament' sports_competition +SELECT country FROM competition WHERE competition_type = 'Friendly' INTERSECT SELECT country FROM competition WHERE competition_type = 'Tournament' sports_competition +SELECT country FROM competition EXCEPT SELECT country FROM competition WHERE competition_type = 'Friendly' sports_competition +SELECT country FROM competition EXCEPT SELECT country FROM competition WHERE competition_type = 'Friendly' sports_competition +SELECT sum(num_of_component) FROM furniture manufacturer +SELECT name , furniture_id FROM furniture ORDER BY market_rate DESC LIMIT 1 manufacturer +SELECT sum(market_rate) FROM furniture ORDER BY market_rate DESC LIMIT 2 manufacturer +SELECT Num_of_Component , name FROM furniture WHERE Num_of_Component > 10 manufacturer +SELECT name , Num_of_Component FROM furniture ORDER BY market_rate LIMIT 1 manufacturer +SELECT t1.name FROM furniture AS t1 JOIN furniture_manufacte AS t2 ON t1.Furniture_ID = t2.Furniture_ID WHERE t2.Price_in_Dollar < (SELECT max(Price_in_Dollar) FROM furniture_manufacte) manufacturer +SELECT open_year , name FROM manufacturer ORDER BY num_of_shops DESC LIMIT 1 manufacturer +SELECT avg(Num_of_Factories) FROM manufacturer WHERE num_of_shops > 20 manufacturer +SELECT name , manufacturer_id FROM manufacturer ORDER BY open_year manufacturer +SELECT name , open_year FROM manufacturer WHERE num_of_shops > 10 OR Num_of_Factories < 10 manufacturer +SELECT max(num_of_shops) , avg(Num_of_Factories) FROM manufacturer WHERE open_year < 1990 manufacturer +SELECT t1.manufacturer_id , t1.num_of_shops FROM manufacturer AS t1 JOIN furniture_manufacte AS t2 ON t1.manufacturer_id = t2.manufacturer_id ORDER BY t2.Price_in_Dollar DESC LIMIT 1 manufacturer +SELECT count(*) , t1.name FROM manufacturer AS t1 JOIN furniture_manufacte AS t2 ON t1.manufacturer_id = t2.manufacturer_id GROUP BY t1.manufacturer_id manufacturer +SELECT t1.name , t2.price_in_dollar FROM furniture AS t1 JOIN furniture_manufacte AS t2 ON t1.Furniture_ID = t2.Furniture_ID manufacturer +SELECT Market_Rate , name FROM furniture WHERE Furniture_ID NOT IN (SELECT Furniture_ID FROM furniture_manufacte) manufacturer +SELECT t3.name FROM furniture AS t1 JOIN furniture_manufacte AS t2 ON t1.Furniture_ID = t2.Furniture_ID JOIN manufacturer AS t3 ON t2.manufacturer_id = t3.manufacturer_id WHERE t1.num_of_component < 6 INTERSECT SELECT t3.name FROM furniture AS t1 JOIN furniture_manufacte AS t2 ON t1.Furniture_ID = t2.Furniture_ID JOIN manufacturer AS t3 ON t2.manufacturer_id = t3.manufacturer_id WHERE t1.num_of_component > 10 manufacturer +SELECT T1.first_name , T2.department_name FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id hr_1 +SELECT T1.first_name , T2.department_name FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id hr_1 +SELECT first_name , last_name , salary FROM employees WHERE salary < 6000 hr_1 +SELECT first_name , last_name , salary FROM employees WHERE salary < 6000 hr_1 +SELECT first_name , department_id FROM employees WHERE last_name = 'McEwen' hr_1 +SELECT first_name , department_id FROM employees WHERE last_name = 'McEwen' hr_1 +SELECT * FROM employees WHERE department_id = "null" hr_1 +SELECT * FROM employees WHERE department_id = "null" hr_1 +SELECT * FROM departments WHERE department_name = 'Marketing' hr_1 +SELECT * FROM departments WHERE department_name = 'Marketing' hr_1 +SELECT hire_date FROM employees WHERE first_name NOT LIKE '%M%' hr_1 +SELECT hire_date FROM employees WHERE first_name NOT LIKE '%M%' hr_1 +SELECT first_name , last_name , hire_date , salary , department_id FROM employees WHERE first_name NOT LIKE '%M%' hr_1 +SELECT first_name , last_name , hire_date , salary , department_id FROM employees WHERE first_name NOT LIKE '%M%' hr_1 +SELECT first_name , last_name , hire_date , salary , department_id FROM employees WHERE first_name NOT LIKE '%M%' ORDER BY department_id hr_1 +SELECT first_name , last_name , hire_date , salary , department_id FROM employees WHERE first_name NOT LIKE '%M%' ORDER BY department_id hr_1 +SELECT phone_number FROM employees WHERE salary BETWEEN 8000 AND 12000 hr_1 +SELECT phone_number FROM employees WHERE salary BETWEEN 8000 AND 12000 hr_1 +SELECT * FROM employees WHERE salary BETWEEN 8000 AND 12000 AND commission_pct != "null" OR department_id != 40 hr_1 +SELECT * FROM employees WHERE salary BETWEEN 8000 AND 12000 AND commission_pct != "null" OR department_id != 40 hr_1 +SELECT first_name , last_name , salary FROM employees WHERE commission_pct = "null" hr_1 +SELECT first_name , last_name , salary FROM employees WHERE commission_pct = "null" hr_1 +SELECT first_name , last_name , salary FROM employees WHERE first_name LIKE '%m' hr_1 +SELECT first_name , last_name , salary FROM employees WHERE first_name LIKE '%m' hr_1 +SELECT job_id , hire_date FROM employees WHERE hire_date BETWEEN '2007-11-05' AND '2009-07-05' hr_1 +SELECT job_id , hire_date FROM employees WHERE hire_date BETWEEN '2007-11-05' AND '2009-07-05' hr_1 +SELECT first_name , last_name FROM employees WHERE department_id = 70 OR department_id = 90 hr_1 +SELECT first_name , last_name FROM employees WHERE department_id = 70 OR department_id = 90 hr_1 +SELECT salary , manager_id FROM employees WHERE manager_id != "null" hr_1 +SELECT salary , manager_id FROM employees WHERE manager_id != "null" hr_1 +SELECT * FROM employees WHERE hire_date < '2002-06-21' hr_1 +SELECT * FROM employees WHERE hire_date < '2002-06-21' hr_1 +SELECT * FROM employees WHERE first_name LIKE '%D%' OR first_name LIKE '%S%' ORDER BY salary DESC hr_1 +SELECT * FROM employees WHERE first_name LIKE '%D%' OR first_name LIKE '%S%' ORDER BY salary DESC hr_1 +SELECT * FROM employees WHERE hire_date > '1987-09-07' hr_1 +SELECT * FROM employees WHERE hire_date > '1987-09-07' hr_1 +SELECT job_title FROM jobs WHERE min_salary > 9000 hr_1 +SELECT job_title FROM jobs WHERE min_salary > 9000 hr_1 +SELECT job_title , max_salary - min_salary FROM jobs WHERE max_salary BETWEEN 12000 AND 18000 hr_1 +SELECT job_title , max_salary - min_salary FROM jobs WHERE max_salary BETWEEN 12000 AND 18000 hr_1 +SELECT email FROM employees WHERE commission_pct = "null" AND salary BETWEEN 7000 AND 12000 AND department_id = 50 hr_1 +SELECT email FROM employees WHERE commission_pct = "null" AND salary BETWEEN 7000 AND 12000 AND department_id = 50 hr_1 +SELECT employee_id , MAX(end_date) FROM job_history GROUP BY employee_id hr_1 +SELECT employee_id , MAX(end_date) FROM job_history GROUP BY employee_id hr_1 +SELECT department_id FROM employees GROUP BY department_id HAVING COUNT(commission_pct) > 10 hr_1 +SELECT department_id FROM employees GROUP BY department_id HAVING COUNT(commission_pct) > 10 hr_1 +SELECT DISTINCT department_id FROM employees GROUP BY department_id , manager_id HAVING COUNT(employee_id) >= 4 hr_1 +SELECT DISTINCT department_id FROM employees GROUP BY department_id , manager_id HAVING COUNT(employee_id) >= 4 hr_1 +SELECT department_id , AVG(salary) FROM employees WHERE commission_pct != "null" GROUP BY department_id hr_1 +SELECT department_id , AVG(salary) FROM employees WHERE commission_pct != "null" GROUP BY department_id hr_1 +SELECT country_id , COUNT(*) FROM locations GROUP BY country_id hr_1 +SELECT country_id , COUNT(*) FROM locations GROUP BY country_id hr_1 +SELECT job_id FROM job_history WHERE end_date - start_date > 300 GROUP BY job_id HAVING COUNT(*) >= 2 hr_1 +SELECT job_id FROM job_history WHERE end_date - start_date > 300 GROUP BY job_id HAVING COUNT(*) >= 2 hr_1 +SELECT employee_id FROM job_history GROUP BY employee_id HAVING COUNT(*) >= 2 hr_1 +SELECT employee_id FROM job_history GROUP BY employee_id HAVING COUNT(*) >= 2 hr_1 +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 hr_1 +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 hr_1 +SELECT T2.department_name , COUNT(*) FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id GROUP BY T2.department_name hr_1 +SELECT T2.department_name , COUNT(*) FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id GROUP BY T2.department_name hr_1 +SELECT * FROM job_history AS T1 JOIN employees AS T2 ON T1.employee_id = T2.employee_id WHERE T2.salary >= 12000 hr_1 +SELECT * FROM job_history AS T1 JOIN employees AS T2 ON T1.employee_id = T2.employee_id WHERE T2.salary >= 12000 hr_1 +SELECT job_title , AVG(salary) FROM employees AS T1 JOIN jobs AS T2 ON T1.job_id = T2.job_id GROUP BY T2.job_title hr_1 +SELECT job_title , AVG(salary) FROM employees AS T1 JOIN jobs AS T2 ON T1.job_id = T2.job_id GROUP BY T2.job_title hr_1 +SELECT first_name , last_name FROM employees WHERE salary > (SELECT salary FROM employees WHERE employee_id = 163 ) hr_1 +SELECT first_name , last_name FROM employees WHERE salary > (SELECT salary FROM employees WHERE employee_id = 163 ) hr_1 +SELECT MIN(salary) , department_id FROM employees GROUP BY department_id hr_1 +SELECT MIN(salary) , department_id FROM employees GROUP BY department_id hr_1 +SELECT first_name , last_name , department_id FROM employees WHERE salary IN (SELECT MIN(salary) FROM employees GROUP BY department_id) hr_1 +SELECT first_name , last_name , department_id FROM employees WHERE salary IN (SELECT MIN(salary) FROM employees GROUP BY department_id) hr_1 +SELECT employee_id FROM employees WHERE salary > (SELECT AVG(salary) FROM employees) hr_1 +SELECT employee_id FROM employees WHERE salary > (SELECT AVG(salary) FROM employees) hr_1 +SELECT employee_id , salary FROM employees WHERE manager_id = (SELECT employee_id FROM employees WHERE first_name = 'Payam' ) hr_1 +SELECT employee_id , salary FROM employees WHERE manager_id = (SELECT employee_id FROM employees WHERE first_name = 'Payam' ) hr_1 +SELECT DISTINCT T2.department_name FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id hr_1 +SELECT DISTINCT T2.department_name FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id hr_1 +SELECT DISTINCT * FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id WHERE T1.employee_id = T2.manager_id hr_1 +SELECT DISTINCT * FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id WHERE T1.employee_id = T2.manager_id hr_1 +SELECT * FROM departments WHERE department_name = 'Marketing' hr_1 +SELECT * FROM departments WHERE department_name = 'Marketing' hr_1 +SELECT employee_id FROM job_history GROUP BY employee_id HAVING COUNT(*) >= 2 hr_1 +SELECT employee_id FROM job_history GROUP BY employee_id HAVING COUNT(*) >= 2 hr_1 +SELECT DISTINCT department_id FROM employees GROUP BY department_id , manager_id HAVING COUNT(employee_id) >= 4 hr_1 +SELECT DISTINCT department_id FROM employees GROUP BY department_id , manager_id HAVING COUNT(employee_id) >= 4 hr_1 +SELECT job_id FROM employees GROUP BY job_id HAVING AVG(salary) > 8000 hr_1 +SELECT job_id FROM employees GROUP BY job_id HAVING AVG(salary) > 8000 hr_1 +SELECT T1.employee_id , T2.job_title FROM employees AS T1 JOIN jobs AS T2 ON T1.job_id = T2.job_id WHERE T1.department_id = 80 hr_1 +SELECT T1.employee_id , T2.job_title FROM employees AS T1 JOIN jobs AS T2 ON T1.job_id = T2.job_id WHERE T1.department_id = 80 hr_1 +SELECT T1.first_name , T1.job_id FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id WHERE T2.department_name = 'Finance' hr_1 +SELECT T1.first_name , T1.job_id FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id WHERE T2.department_name = 'Finance' hr_1 +SELECT * FROM employees WHERE salary BETWEEN (SELECT MIN(salary) FROM employees) AND 2500 hr_1 +SELECT * FROM employees WHERE salary BETWEEN (SELECT MIN(salary) FROM employees) AND 2500 hr_1 +SELECT * FROM employees WHERE department_id NOT IN (SELECT department_id FROM departments WHERE manager_id BETWEEN 100 AND 200) hr_1 +SELECT * FROM employees WHERE department_id NOT IN (SELECT department_id FROM departments WHERE manager_id BETWEEN 100 AND 200) hr_1 +SELECT first_name , last_name , hire_date FROM employees WHERE department_id = (SELECT department_id FROM employees WHERE first_name = "Clara") hr_1 +SELECT first_name , last_name , hire_date FROM employees WHERE department_id = (SELECT department_id FROM employees WHERE first_name = "Clara") hr_1 +SELECT first_name , last_name , hire_date FROM employees WHERE department_id = ( SELECT department_id FROM employees WHERE first_name = "Clara") AND first_name != "Clara" hr_1 +SELECT first_name , last_name , hire_date FROM employees WHERE department_id = ( SELECT department_id FROM employees WHERE first_name = "Clara") AND first_name != "Clara" hr_1 +SELECT employee_id , first_name , last_name FROM employees WHERE department_id IN ( SELECT department_id FROM employees WHERE first_name LIKE '%T%' ) hr_1 +SELECT employee_id , first_name , last_name FROM employees WHERE department_id IN ( SELECT department_id FROM employees WHERE first_name LIKE '%T%' ) hr_1 +SELECT employee_id , first_name , last_name , salary FROM employees WHERE salary > ( SELECT AVG (salary) FROM employees ) AND department_id IN ( SELECT department_id FROM employees WHERE first_name LIKE '%J%') hr_1 +SELECT employee_id , first_name , last_name , salary FROM employees WHERE salary > ( SELECT AVG (salary) FROM employees ) AND department_id IN ( SELECT department_id FROM employees WHERE first_name LIKE '%J%') hr_1 +SELECT employee_id , job_id FROM employees WHERE salary < ( SELECT min(salary) FROM employees WHERE job_id = 'MK_MAN' ) hr_1 +SELECT employee_id , job_id FROM employees WHERE salary < ( SELECT min(salary) FROM employees WHERE job_id = 'MK_MAN' ) hr_1 +SELECT employee_id , first_name , last_name , job_id FROM employees WHERE salary > ( SELECT max(salary) FROM employees WHERE job_id = 'PU_MAN' ) hr_1 +SELECT employee_id , first_name , last_name , job_id FROM employees WHERE salary > ( SELECT max(salary) FROM employees WHERE job_id = 'PU_MAN' ) hr_1 +SELECT department_id , SUM(salary) FROM employees GROUP BY department_id HAVING count(*) >= 2 hr_1 +SELECT department_id , SUM(salary) FROM employees GROUP BY department_id HAVING count(*) >= 2 hr_1 +SELECT * FROM employees WHERE employee_id NOT IN (SELECT employee_id FROM job_history) hr_1 +SELECT * FROM employees WHERE employee_id NOT IN (SELECT employee_id FROM job_history) hr_1 +SELECT first_name , last_name , salary , department_id , MAX(salary) FROM employees GROUP BY department_id hr_1 +SELECT first_name , last_name , salary , department_id , MAX(salary) FROM employees GROUP BY department_id hr_1 +SELECT T1.first_name , T1.last_name , T2.department_name , T3.city , T3.state_province 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 hr_1 +SELECT T1.first_name , T1.last_name , T2.department_name , T3.city , T3.state_province 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 hr_1 +SELECT T1.first_name , T1.last_name , T3.city 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 WHERE T1.first_name LIKE '%z%' hr_1 +SELECT T1.first_name , T1.last_name , T3.city 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 WHERE T1.first_name LIKE '%z%' hr_1 +SELECT T1.department_name , T2.city , T2.state_province FROM departments AS T1 JOIN locations AS T2 ON T2.location_id = T1.location_id hr_1 +SELECT T1.department_name , T2.city , T2.state_province FROM departments AS T1 JOIN locations AS T2 ON T2.location_id = T1.location_id hr_1 +SELECT T1.first_name , T1.last_name , 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 hr_1 +SELECT T1.first_name , T1.last_name , 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 hr_1 +SELECT department_name , COUNT(*) FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id GROUP BY department_name hr_1 +SELECT department_name , COUNT(*) FROM employees AS T1 JOIN departments AS T2 ON T1.department_id = T2.department_id GROUP BY department_name hr_1 +SELECT first_name , last_name , salary 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 WHERE T3.city = 'London' hr_1 +SELECT first_name , last_name , salary 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 WHERE T3.city = 'London' hr_1 +SELECT song_name , releasedate FROM song ORDER BY releasedate DESC LIMIT 1 music_1 +SELECT song_name , releasedate FROM song ORDER BY releasedate DESC LIMIT 1 music_1 +SELECT f_id FROM files ORDER BY duration DESC LIMIT 1 music_1 +SELECT f_id FROM files ORDER BY duration DESC LIMIT 1 music_1 +SELECT song_name FROM song WHERE languages = "english" music_1 +SELECT song_name FROM song WHERE languages = "english" music_1 +SELECT f_id FROM files WHERE formats = "mp3" music_1 +SELECT f_id FROM files WHERE formats = "mp3" music_1 +SELECT DISTINCT T1.artist_name , T1.country FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T2.rating > 9 music_1 +SELECT DISTINCT T1.artist_name , T1.country FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T2.rating > 9 music_1 +SELECT DISTINCT T1.file_size , T1.formats FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id WHERE T2.resolution < 800 music_1 +SELECT DISTINCT T1.file_size , T1.formats FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id WHERE T2.resolution < 800 music_1 +SELECT T1.artist_name FROM song AS T1 JOIN files AS T2 ON T1.f_id = T2.f_id ORDER BY T2.duration LIMIT 1 music_1 +SELECT T1.artist_name FROM song AS T1 JOIN files AS T2 ON T1.f_id = T2.f_id ORDER BY T2.duration LIMIT 1 music_1 +SELECT T1.artist_name , T1.country FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name ORDER BY T2.rating DESC LIMIT 3 music_1 +SELECT T1.artist_name , T1.country FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name ORDER BY T2.rating DESC LIMIT 3 music_1 +SELECT count(*) FROM files WHERE duration LIKE "4:%" music_1 +SELECT count(*) FROM files WHERE duration LIKE "4:%" music_1 +SELECT count(*) FROM artist WHERE country = "Bangladesh" music_1 +SELECT count(*) FROM artist WHERE country = "Bangladesh" music_1 +SELECT avg(T2.rating) FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T1.gender = "Female" music_1 +SELECT avg(T2.rating) FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T1.gender = "Female" music_1 +SELECT formats FROM files GROUP BY formats ORDER BY COUNT (*) DESC LIMIT 1 music_1 +SELECT formats FROM files GROUP BY formats ORDER BY COUNT (*) DESC LIMIT 1 music_1 +SELECT artist_name FROM artist WHERE country = "UK" INTERSECT SELECT artist_name FROM song WHERE languages = "english" music_1 +SELECT artist_name FROM artist WHERE country = "UK" INTERSECT SELECT artist_name FROM song WHERE languages = "english" music_1 +SELECT f_id FROM files WHERE formats = "mp4" INTERSECT SELECT f_id FROM song WHERE resolution < 1000 music_1 +SELECT f_id FROM files WHERE formats = "mp4" INTERSECT SELECT f_id FROM song WHERE resolution < 1000 music_1 +SELECT T1.country FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T1.gender = "Female" AND T2.languages = "bangla" music_1 +SELECT T1.country FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T1.gender = "Female" AND T2.languages = "bangla" music_1 +SELECT avg(T1.duration) FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id WHERE T1.formats = "mp3" AND T2.resolution < 800 music_1 +SELECT avg(T1.duration) FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id WHERE T1.formats = "mp3" AND T2.resolution < 800 music_1 +SELECT count(*) , gender FROM artist GROUP BY gender music_1 +SELECT count(*) , gender FROM artist GROUP BY gender music_1 +SELECT avg(rating) , languages FROM song GROUP BY languages music_1 +SELECT avg(rating) , languages FROM song GROUP BY languages music_1 +SELECT T1.gender , T1.artist_name FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name ORDER BY T2.resolution LIMIT 1 music_1 +SELECT T1.gender , T1.artist_name FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name ORDER BY T2.resolution LIMIT 1 music_1 +SELECT count(*) , formats FROM files GROUP BY formats music_1 +SELECT count(*) , formats FROM files GROUP BY formats music_1 +SELECT DISTINCT song_name FROM song WHERE resolution > (SELECT min(resolution) FROM song WHERE languages = "english") music_1 +SELECT DISTINCT song_name FROM song WHERE resolution > (SELECT min(resolution) FROM song WHERE languages = "english") music_1 +SELECT song_name FROM song WHERE rating < (SELECT max(rating) FROM song WHERE genre_is = "blues") music_1 +SELECT song_name FROM song WHERE rating < (SELECT max(rating) FROM song WHERE genre_is = "blues") music_1 +SELECT T1.artist_name , T1.country FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T2.song_name LIKE "%love%" music_1 +SELECT T1.artist_name , T1.country FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T2.song_name LIKE "%love%" music_1 +SELECT T1.artist_name , T1.gender FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T2.releasedate LIKE "%Mar%" music_1 +SELECT T1.artist_name , T1.gender FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T2.releasedate LIKE "%Mar%" music_1 +SELECT g_name , rating FROM genre ORDER BY g_name music_1 +SELECT g_name , rating FROM genre ORDER BY g_name music_1 +SELECT song_name FROM song ORDER BY resolution music_1 +SELECT song_name FROM song ORDER BY resolution music_1 +SELECT f_id FROM files WHERE formats = "mp4" UNION SELECT f_id FROM song WHERE resolution > 720 music_1 +SELECT f_id FROM files WHERE formats = "mp4" UNION SELECT f_id FROM song WHERE resolution > 720 music_1 +SELECT T2.song_name FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id WHERE T1.duration LIKE "4:%" UNION SELECT song_name FROM song WHERE languages = "english" music_1 +SELECT T2.song_name FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id WHERE T1.duration LIKE "4:%" UNION SELECT song_name FROM song WHERE languages = "english" music_1 +SELECT languages FROM song GROUP BY languages ORDER BY count(*) DESC LIMIT 1 music_1 +SELECT languages FROM song GROUP BY languages ORDER BY count(*) DESC LIMIT 1 music_1 +SELECT artist_name FROM song WHERE resolution > 500 GROUP BY languages ORDER BY count(*) DESC LIMIT 1 music_1 +SELECT artist_name FROM song WHERE resolution > 500 GROUP BY languages ORDER BY count(*) DESC LIMIT 1 music_1 +SELECT artist_name FROM artist WHERE country = "UK" AND gender = "Male" music_1 +SELECT artist_name FROM artist WHERE country = "UK" AND gender = "Male" music_1 +SELECT song_name FROM song WHERE genre_is = "modern" OR languages = "english" music_1 +SELECT song_name FROM song WHERE genre_is = "modern" OR languages = "english" music_1 +SELECT T2.song_name FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id WHERE T1.formats = "mp3" INTERSECT SELECT song_name FROM song WHERE resolution < 1000 music_1 +SELECT T2.song_name FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id WHERE T1.formats = "mp3" INTERSECT SELECT song_name FROM song WHERE resolution < 1000 music_1 +SELECT artist_name FROM artist WHERE country = "UK" INTERSECT SELECT T1.artist_name FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T2.languages = "english" music_1 +SELECT artist_name FROM artist WHERE country = "UK" INTERSECT SELECT T1.artist_name FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T2.languages = "english" music_1 +SELECT avg(rating) , avg(resolution) FROM song WHERE languages = "bangla" music_1 +SELECT avg(rating) , avg(resolution) FROM song WHERE languages = "bangla" music_1 +SELECT max(T2.resolution) , min(T2.resolution) FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id WHERE T1.duration LIKE "3:%" music_1 +SELECT max(T2.resolution) , min(T2.resolution) FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id WHERE T1.duration LIKE "3:%" music_1 +SELECT max(T1.duration) , max(T2.resolution) , T2.languages FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id GROUP BY T2.languages ORDER BY T2.languages music_1 +SELECT max(T1.duration) , max(T2.resolution) , T2.languages FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id GROUP BY T2.languages ORDER BY T2.languages music_1 +SELECT min(T1.duration) , min(T2.rating) , T2.genre_is FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id GROUP BY T2.genre_is ORDER BY T2.genre_is music_1 +SELECT min(T1.duration) , min(T2.rating) , T2.genre_is FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id GROUP BY T2.genre_is ORDER BY T2.genre_is music_1 +SELECT T1.artist_name , count(*) FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T2.languages = "english" GROUP BY T2.artist_name HAVING count(*) >= 1 music_1 +SELECT T1.artist_name , count(*) FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T2.languages = "english" GROUP BY T2.artist_name HAVING count(*) >= 1 music_1 +SELECT T1.artist_name , T1.country FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T2.resolution > 900 GROUP BY T2.artist_name HAVING count(*) >= 1 music_1 +SELECT T1.artist_name , T1.country FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T2.resolution > 900 GROUP BY T2.artist_name HAVING count(*) >= 1 music_1 +SELECT T1.artist_name , count(*) FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name GROUP BY T2.artist_name ORDER BY count(*) DESC LIMIT 3 music_1 +SELECT T1.artist_name , count(*) FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name GROUP BY T2.artist_name ORDER BY count(*) DESC LIMIT 3 music_1 +SELECT T1.country FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name GROUP BY T2.artist_name ORDER BY count(*) LIMIT 1 music_1 +SELECT T1.country FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name GROUP BY T2.artist_name ORDER BY count(*) LIMIT 1 music_1 +SELECT song_name FROM song WHERE rating < (SELECT min(rating) FROM song WHERE languages = 'english') music_1 +SELECT song_name FROM song WHERE rating < (SELECT min(rating) FROM song WHERE languages = 'english') music_1 +SELECT f_id FROM song WHERE resolution > (SELECT max(resolution) FROM song WHERE rating < 8) music_1 +SELECT f_id FROM song WHERE resolution > (SELECT max(resolution) FROM song WHERE rating < 8) music_1 +SELECT f_id FROM song WHERE resolution > (SELECT avg(resolution) FROM song WHERE genre_is = "modern") music_1 +SELECT f_id FROM song WHERE resolution > (SELECT avg(resolution) FROM song WHERE genre_is = "modern") music_1 +SELECT T1.artist_name FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T2.languages = "bangla" GROUP BY T2.artist_name ORDER BY count(*) DESC LIMIT 3 music_1 +SELECT T1.artist_name FROM artist AS T1 JOIN song AS T2 ON T1.artist_name = T2.artist_name WHERE T2.languages = "bangla" GROUP BY T2.artist_name ORDER BY count(*) DESC LIMIT 3 music_1 +SELECT f_id , genre_is , artist_name FROM song WHERE languages = "english" ORDER BY rating music_1 +SELECT f_id , genre_is , artist_name FROM song WHERE languages = "english" ORDER BY rating music_1 +SELECT T1.duration , T1.file_size , T1.formats FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id WHERE T2.genre_is = "pop" ORDER BY T2.song_name music_1 +SELECT T1.duration , T1.file_size , T1.formats FROM files AS T1 JOIN song AS T2 ON T1.f_id = T2.f_id WHERE T2.genre_is = "pop" ORDER BY T2.song_name music_1 +SELECT DISTINCT artist_name FROM song WHERE languages = "english" EXCEPT SELECT DISTINCT artist_name FROM song WHERE rating > 8 music_1 +SELECT DISTINCT artist_name FROM song WHERE languages = "english" EXCEPT SELECT DISTINCT artist_name FROM song WHERE rating > 8 music_1 +SELECT DISTINCT artist_name FROM artist WHERE country = "Bangladesh" EXCEPT SELECT DISTINCT artist_name FROM song WHERE rating > 7 music_1 +SELECT DISTINCT artist_name FROM artist WHERE country = "Bangladesh" EXCEPT SELECT DISTINCT artist_name FROM song WHERE rating > 7 music_1 +SELECT T1.name_full , T1.college_id FROM college AS T1 JOIN player_college AS T2 ON T1.college_id = T2.college_id GROUP BY T1.college_id ORDER BY count(*) DESC LIMIT 1; baseball_1 +SELECT T1.name_full , T1.college_id FROM college AS T1 JOIN player_college AS T2 ON T1.college_id = T2.college_id GROUP BY T1.college_id ORDER BY count(*) DESC LIMIT 1; baseball_1 +SELECT avg(T1.salary) FROM salary AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' baseball_1 +SELECT avg(T1.salary) FROM salary AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' baseball_1 +SELECT name_first , name_last FROM player AS T1 JOIN all_star AS T2 ON T1.player_id = T2.player_id WHERE YEAR = 1998 baseball_1 +SELECT name_first , name_last FROM player AS T1 JOIN all_star AS T2 ON T1.player_id = T2.player_id WHERE YEAR = 1998 baseball_1 +SELECT T1.name_first , T1.name_last , T1.player_id , count(*) FROM player AS T1 JOIN all_star AS T2 ON T1.player_id = T2.player_id GROUP BY T1.player_id ORDER BY count(*) DESC LIMIT 1; baseball_1 +SELECT T1.name_first , T1.name_last , T1.player_id , count(*) FROM player AS T1 JOIN all_star AS T2 ON T1.player_id = T2.player_id GROUP BY T1.player_id ORDER BY count(*) DESC LIMIT 1; baseball_1 +SELECT yearid , count(*) FROM hall_of_fame GROUP BY yearid; baseball_1 +SELECT yearid , count(*) FROM hall_of_fame GROUP BY yearid; baseball_1 +SELECT YEAR , avg(attendance) FROM home_game GROUP BY YEAR; baseball_1 +SELECT YEAR , avg(attendance) FROM home_game GROUP BY YEAR; baseball_1 +SELECT T2.team_id , T2.rank FROM home_game AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id WHERE T1.year = 2014 GROUP BY T1.team_id ORDER BY avg(T1.attendance) DESC LIMIT 1; baseball_1 +SELECT T2.team_id , T2.rank FROM home_game AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id WHERE T1.year = 2014 GROUP BY T1.team_id ORDER BY avg(T1.attendance) DESC LIMIT 1; baseball_1 +SELECT T1.name_first , T1.name_last , T2.player_id FROM player AS T1 JOIN manager_award AS T2 ON T1.player_id = T2.player_id GROUP BY T2.player_id ORDER BY count(*) DESC LIMIT 1; baseball_1 +SELECT T1.name_first , T1.name_last , T2.player_id FROM player AS T1 JOIN manager_award AS T2 ON T1.player_id = T2.player_id GROUP BY T2.player_id ORDER BY count(*) DESC LIMIT 1; baseball_1 +SELECT count(*) FROM park WHERE state = 'NY'; baseball_1 +SELECT count(*) FROM park WHERE state = 'NY'; baseball_1 +SELECT T1.name_first , T1.name_last , T1.player_id FROM player AS T1 JOIN player_award AS T2 ON T1.player_id = T2.player_id GROUP BY T1.player_id ORDER BY count(*) DESC LIMIT 3; baseball_1 +SELECT T1.name_first , T1.name_last , T1.player_id FROM player AS T1 JOIN player_award AS T2 ON T1.player_id = T2.player_id GROUP BY T1.player_id ORDER BY count(*) DESC LIMIT 3; baseball_1 +SELECT birth_country FROM player GROUP BY birth_country ORDER BY count(*) ASC LIMIT 3; baseball_1 +SELECT birth_country FROM player GROUP BY birth_country ORDER BY count(*) ASC LIMIT 3; baseball_1 +SELECT name_first , name_last FROM player WHERE death_year = ''; baseball_1 +SELECT name_first , name_last FROM player WHERE death_year = ''; baseball_1 +SELECT count(*) FROM player WHERE birth_country = 'USA' AND bats = 'R'; baseball_1 +SELECT count(*) FROM player WHERE birth_country = 'USA' AND bats = 'R'; baseball_1 +SELECT avg(T1.height) FROM player AS T1 JOIN player_college AS T2 ON T1.player_id = T2.player_id JOIN college AS T3 ON T3.college_id = T2.college_id WHERE T3.name_full = 'Yale University'; baseball_1 +SELECT avg(T1.height) FROM player AS T1 JOIN player_college AS T2 ON T1.player_id = T2.player_id JOIN college AS T3 ON T3.college_id = T2.college_id WHERE T3.name_full = 'Yale University'; baseball_1 +SELECT T1.name , T1.team_id , max(T2.salary) FROM team AS T1 JOIN salary AS T2 ON T1.team_id = T2.team_id GROUP BY T1.team_id; baseball_1 +SELECT T1.name , T1.team_id , max(T2.salary) FROM team AS T1 JOIN salary AS T2 ON T1.team_id = T2.team_id GROUP BY T1.team_id; baseball_1 +SELECT T1.name , T1.team_id FROM team AS T1 JOIN salary AS T2 ON T1.team_id = T2.team_id GROUP BY T1.team_id ORDER BY avg(T2.salary) ASC LIMIT 1; baseball_1 +SELECT T1.name , T1.team_id FROM team AS T1 JOIN salary AS T2 ON T1.team_id = T2.team_id GROUP BY T1.team_id ORDER BY avg(T2.salary) ASC LIMIT 1; baseball_1 +SELECT T1.name_first , T1.name_last FROM player AS T1 JOIN player_award AS T2 WHERE T2.year = 1960 INTERSECT SELECT T1.name_first , T1.name_last FROM player AS T1 JOIN player_award AS T2 WHERE T2.year = 1961 baseball_1 +SELECT T1.name_first , T1.name_last FROM player AS T1 JOIN player_award AS T2 WHERE T2.year = 1960 INTERSECT SELECT T1.name_first , T1.name_last FROM player AS T1 JOIN player_award AS T2 WHERE T2.year = 1961 baseball_1 +SELECT name_first , name_last FROM player WHERE weight > 220 OR height < 75 baseball_1 +SELECT name_first , name_last FROM player WHERE weight > 220 OR height < 75 baseball_1 +SELECT max(T1.wins) FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_winner = T2.team_id_br WHERE T2.name = 'Boston Red Stockings'; baseball_1 +SELECT max(T1.wins) FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_winner = T2.team_id_br WHERE T2.name = 'Boston Red Stockings'; baseball_1 +SELECT count(*) FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_loser = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' AND T1.year = 2009; baseball_1 +SELECT count(*) FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_loser = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' AND T1.year = 2009; baseball_1 +SELECT T2.name , T1.team_id_winner FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_winner = T2.team_id_br WHERE T1.year = 2008 GROUP BY T1.team_id_winner ORDER BY count(*) DESC LIMIT 1; baseball_1 +SELECT T2.name , T1.team_id_winner FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_winner = T2.team_id_br WHERE T1.year = 2008 GROUP BY T1.team_id_winner ORDER BY count(*) DESC LIMIT 1; baseball_1 +SELECT count(*) , T1.year FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_winner = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' GROUP BY T1.year baseball_1 +SELECT count(*) , T1.year FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_winner = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' GROUP BY T1.year baseball_1 +SELECT count(*) FROM ( SELECT * FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_winner = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' UNION SELECT * FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_loser = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' ); baseball_1 +SELECT count(*) FROM ( SELECT * FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_winner = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' UNION SELECT * FROM postseason AS T1 JOIN team AS T2 ON T1.team_id_loser = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' ); baseball_1 +SELECT count(*) FROM postseason WHERE YEAR = 1885 AND ties = 1; baseball_1 +SELECT count(*) FROM postseason WHERE YEAR = 1885 AND ties = 1; baseball_1 +SELECT sum(T1.salary) FROM salary AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' AND T1.year = 2010 baseball_1 +SELECT sum(T1.salary) FROM salary AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' AND T1.year = 2010 baseball_1 +SELECT count(*) FROM salary AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' AND T1.year = 2000 baseball_1 +SELECT count(*) FROM salary AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' AND T1.year = 2000 baseball_1 +SELECT salary FROM salary WHERE YEAR = 2001 ORDER BY salary DESC LIMIT 3; baseball_1 +SELECT salary FROM salary WHERE YEAR = 2001 ORDER BY salary DESC LIMIT 3; baseball_1 +SELECT salary FROM salary WHERE YEAR = 2010 UNION SELECT salary FROM salary WHERE YEAR = 2001 baseball_1 +SELECT salary FROM salary WHERE YEAR = 2010 UNION SELECT salary FROM salary WHERE YEAR = 2001 baseball_1 +SELECT yearid FROM hall_of_fame GROUP BY yearid ORDER BY count(*) ASC LIMIT 1; baseball_1 +SELECT yearid FROM hall_of_fame GROUP BY yearid ORDER BY count(*) ASC LIMIT 1; baseball_1 +SELECT count(*) FROM park WHERE city = 'Atlanta'; baseball_1 +SELECT count(*) FROM park WHERE city = 'Atlanta'; baseball_1 +SELECT count(*) FROM home_game AS T1 JOIN park AS T2 ON T1.park_id = T2.park_id WHERE T1.year = 1907 AND T2.park_name = 'Columbia Park'; baseball_1 +SELECT count(*) FROM home_game AS T1 JOIN park AS T2 ON T1.park_id = T2.park_id WHERE T1.year = 1907 AND T2.park_name = 'Columbia Park'; baseball_1 +SELECT count(*) FROM home_game AS T1 JOIN park AS T2 ON T1.park_id = T2.park_id WHERE T1.year = 2000 AND T2.city = 'Atlanta'; baseball_1 +SELECT count(*) FROM home_game AS T1 JOIN park AS T2 ON T1.park_id = T2.park_id WHERE T1.year = 2000 AND T2.city = 'Atlanta'; baseball_1 +SELECT sum(T1.attendance) FROM home_game AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' AND T1.year BETWEEN 2000 AND 2010; baseball_1 +SELECT sum(T1.attendance) FROM home_game AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' AND T1.year BETWEEN 2000 AND 2010; baseball_1 +SELECT sum(T1.salary) FROM salary AS T1 JOIN player AS T2 ON T1.player_id = T2.player_id WHERE T2.name_first = 'Len' AND T2.name_last = 'Barker' AND T1.year BETWEEN 1985 AND 1990; baseball_1 +SELECT sum(T1.salary) FROM salary AS T1 JOIN player AS T2 ON T1.player_id = T2.player_id WHERE T2.name_first = 'Len' AND T2.name_last = 'Barker' AND T1.year BETWEEN 1985 AND 1990; baseball_1 +SELECT T2.name_first , T2.name_last FROM salary AS T1 JOIN player AS T2 ON T1.player_id = T2.player_id JOIN team AS T3 ON T3.team_id_br = T1.team_id WHERE T1.year = 2005 AND T3.name = 'Washington Nationals' INTERSECT SELECT T2.name_first , T2.name_last FROM salary AS T1 JOIN player AS T2 ON T1.player_id = T2.player_id JOIN team AS T3 ON T3.team_id_br = T1.team_id WHERE T1.year = 2007 AND T3.name = 'Washington Nationals' baseball_1 +SELECT T2.name_first , T2.name_last FROM salary AS T1 JOIN player AS T2 ON T1.player_id = T2.player_id JOIN team AS T3 ON T3.team_id_br = T1.team_id WHERE T1.year = 2005 AND T3.name = 'Washington Nationals' INTERSECT SELECT T2.name_first , T2.name_last FROM salary AS T1 JOIN player AS T2 ON T1.player_id = T2.player_id JOIN team AS T3 ON T3.team_id_br = T1.team_id WHERE T1.year = 2007 AND T3.name = 'Washington Nationals' baseball_1 +SELECT sum(T1.games) FROM home_game AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' AND T1.year BETWEEN 1990 AND 2000; baseball_1 +SELECT sum(T1.games) FROM home_game AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T2.name = 'Boston Red Stockings' AND T1.year BETWEEN 1990 AND 2000; baseball_1 +SELECT T2.name FROM home_game AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T1.year = 1980 ORDER BY T1.attendance ASC LIMIT 1; baseball_1 +SELECT T2.name FROM home_game AS T1 JOIN team AS T2 ON T1.team_id = T2.team_id_br WHERE T1.year = 1980 ORDER BY T1.attendance ASC LIMIT 1; baseball_1 +SELECT state FROM park GROUP BY state HAVING count(*) > 2; baseball_1 +SELECT state FROM park GROUP BY state HAVING count(*) > 2; baseball_1 +SELECT count(*) FROM team_franchise WHERE active = 'Y'; baseball_1 +SELECT count(*) FROM team_franchise WHERE active = 'Y'; baseball_1 +SELECT city FROM park GROUP BY city HAVING count(*) BETWEEN 2 AND 4; baseball_1 +SELECT city FROM park GROUP BY city HAVING count(*) BETWEEN 2 AND 4; baseball_1 +SELECT T2.park_name FROM home_game AS T1 JOIN park AS T2 ON T1.park_id = T2.park_id WHERE T1.year = 2008 ORDER BY T1.attendance DESC LIMIT 1; baseball_1 +SELECT T2.park_name FROM home_game AS T1 JOIN park AS T2 ON T1.park_id = T2.park_id WHERE T1.year = 2008 ORDER BY T1.attendance DESC LIMIT 1; baseball_1 +SELECT count(*) FROM camera_lens WHERE focal_length_mm > 15 mountain_photos +SELECT brand , name FROM camera_lens ORDER BY max_aperture DESC mountain_photos +SELECT id , color , name FROM photos mountain_photos +SELECT max(height) , avg(height) FROM mountain mountain_photos +SELECT avg(prominence) FROM mountain WHERE country = 'Morocco' mountain_photos +SELECT name , height , prominence FROM mountain WHERE range != 'Aberdare Range' mountain_photos +SELECT T1.id , T1.name FROM mountain AS T1 JOIN photos AS T2 ON T1.id = T2.mountain_id WHERE T1.height > 4000 mountain_photos +SELECT T1.id , T1.name FROM mountain AS T1 JOIN photos AS T2 ON T1.id = T2.mountain_id GROUP BY T1.id HAVING count(*) >= 2 mountain_photos +SELECT T2.name FROM photos AS T1 JOIN camera_lens AS T2 ON T1.camera_lens_id = T2.id GROUP BY T2.id ORDER BY count(*) DESC LIMIT 1 mountain_photos +SELECT T1.name FROM camera_lens AS T1 JOIN photos AS T2 ON T2.camera_lens_id = T1.id WHERE T1.brand = 'Sigma' OR T1.brand = 'Olympus' mountain_photos +SELECT count(DISTINCT brand) FROM camera_lens mountain_photos +SELECT count(*) FROM camera_lens WHERE id NOT IN ( SELECT camera_lens_id FROM photos ) mountain_photos +SELECT count(DISTINCT T2.camera_lens_id) FROM mountain AS T1 JOIN photos AS T2 ON T1.id = T2.mountain_id WHERE T1.country = 'Ethiopia' mountain_photos +SELECT T3.brand FROM mountain AS T1 JOIN photos AS T2 ON T1.id = T2.mountain_id JOIN camera_lens AS T3 ON T2.camera_lens_id = T3.id WHERE T1.range = 'Toubkal Atlas' INTERSECT SELECT T3.brand FROM mountain AS T1 JOIN photos AS T2 ON T1.id = T2.mountain_id JOIN camera_lens AS T3 ON T2.camera_lens_id = T3.id WHERE T1.range = 'Lasta Massif' mountain_photos +SELECT name , prominence FROM mountain EXCEPT SELECT T1.name , T1.prominence FROM mountain AS T1 JOIN photos AS T2 ON T1.id = T2.mountain_id JOIN camera_lens AS T3 ON T2.camera_lens_id = T3.id WHERE T3.brand = 'Sigma' mountain_photos +SELECT name FROM camera_lens WHERE name LIKE "%Digital%" mountain_photos +SELECT T1.name , count(*) FROM camera_lens AS T1 JOIN photos AS T2 ON T1.id = T2.camera_lens_id GROUP BY T1.id ORDER BY count(*) mountain_photos +SELECT name FROM channel WHERE OWNER != 'CCTV' program_share +SELECT name FROM channel WHERE OWNER != 'CCTV' program_share +SELECT name FROM channel ORDER BY rating_in_percent DESC program_share +SELECT name FROM channel ORDER BY rating_in_percent DESC program_share +SELECT OWNER FROM channel ORDER BY rating_in_percent DESC LIMIT 1 program_share +SELECT OWNER FROM channel ORDER BY rating_in_percent DESC LIMIT 1 program_share +SELECT count(*) FROM program program_share +SELECT count(*) FROM program program_share +SELECT name FROM program ORDER BY launch program_share +SELECT name FROM program ORDER BY launch program_share +SELECT name , origin , OWNER FROM program program_share +SELECT name , origin , OWNER FROM program program_share +SELECT name FROM program ORDER BY launch DESC LIMIT 1 program_share +SELECT name FROM program ORDER BY launch DESC LIMIT 1 program_share +SELECT sum(Share_in_percent) FROM channel WHERE OWNER = 'CCTV' program_share +SELECT sum(Share_in_percent) FROM channel WHERE OWNER = 'CCTV' program_share +SELECT t1.name FROM channel AS t1 JOIN broadcast AS t2 ON t1.channel_id = t2.channel_id WHERE t2.time_of_day = 'Morning' program_share +SELECT t1.name FROM channel AS t1 JOIN broadcast AS t2 ON t1.channel_id = t2.channel_id WHERE t2.time_of_day = 'Morning' program_share +SELECT t1.name FROM channel AS t1 JOIN broadcast AS t2 ON t1.channel_id = t2.channel_id WHERE t2.time_of_day = 'Morning' INTERSECT SELECT t1.name FROM channel AS t1 JOIN broadcast AS t2 ON t1.channel_id = t2.channel_id WHERE t2.time_of_day = 'Night' program_share +SELECT t1.name FROM channel AS t1 JOIN broadcast AS t2 ON t1.channel_id = t2.channel_id WHERE t2.time_of_day = 'Morning' INTERSECT SELECT t1.name FROM channel AS t1 JOIN broadcast AS t2 ON t1.channel_id = t2.channel_id WHERE t2.time_of_day = 'Night' program_share +SELECT count(*) , time_of_day FROM broadcast GROUP BY time_of_day program_share +SELECT count(*) , time_of_day FROM broadcast GROUP BY time_of_day program_share +SELECT count(DISTINCT program_id) FROM broadcast WHERE time_of_day = 'Night' program_share +SELECT count(DISTINCT program_id) FROM broadcast WHERE time_of_day = 'Night' program_share +SELECT name FROM program EXCEPT SELECT t1.name FROM program AS t1 JOIN broadcast AS t2 ON t1.program_id = t2.program_id WHERE t2.Time_of_day = "Morning" program_share +SELECT name FROM program EXCEPT SELECT t1.name FROM program AS t1 JOIN broadcast AS t2 ON t1.program_id = t2.program_id WHERE t2.Time_of_day = "Morning" program_share +SELECT t1.owner FROM program AS t1 JOIN broadcast AS t2 ON t1.program_id = t2.program_id WHERE t2.Time_of_day = "Morning" INTERSECT SELECT t1.owner FROM program AS t1 JOIN broadcast AS t2 ON t1.program_id = t2.program_id WHERE t2.Time_of_day = "Night" program_share +SELECT t1.owner FROM program AS t1 JOIN broadcast AS t2 ON t1.program_id = t2.program_id WHERE t2.Time_of_day = "Morning" INTERSECT SELECT t1.owner FROM program AS t1 JOIN broadcast AS t2 ON t1.program_id = t2.program_id WHERE t2.Time_of_day = "Night" program_share +SELECT origin FROM program ORDER BY origin program_share +SELECT origin FROM program ORDER BY origin program_share +SELECT count(DISTINCT OWNER) FROM channel program_share +SELECT count(DISTINCT OWNER) FROM channel program_share +SELECT name FROM program WHERE origin != 'Beijing' program_share +SELECT name FROM program WHERE origin != 'Beijing' program_share +SELECT name FROM channel WHERE OWNER = 'CCTV' OR OWNER = 'HBS' program_share +SELECT name FROM channel WHERE OWNER = 'CCTV' OR OWNER = 'HBS' program_share +SELECT sum(Rating_in_percent) , OWNER FROM channel GROUP BY OWNER program_share +SELECT sum(Rating_in_percent) , OWNER FROM channel GROUP BY OWNER program_share +SELECT t1.name FROM program AS t1 JOIN broadcast AS t2 ON t1.program_id = t2.program_id GROUP BY t2.program_id ORDER BY count(*) DESC LIMIT 1 program_share +SELECT t1.name FROM program AS t1 JOIN broadcast AS t2 ON t1.program_id = t2.program_id GROUP BY t2.program_id ORDER BY count(*) DESC LIMIT 1 program_share +SELECT count(*) FROM COURSES e_learning +SELECT count(*) FROM COURSES e_learning +SELECT course_description FROM COURSES WHERE course_name = "database" e_learning +SELECT course_description FROM COURSES WHERE course_name = "database" e_learning +SELECT address_line_1 FROM Course_Authors_and_Tutors WHERE personal_name = "Cathrine" e_learning +SELECT address_line_1 FROM Course_Authors_and_Tutors WHERE personal_name = "Cathrine" e_learning +SELECT address_line_1 FROM Course_Authors_and_Tutors e_learning +SELECT address_line_1 FROM Course_Authors_and_Tutors e_learning +SELECT login_name , family_name FROM Course_Authors_and_Tutors e_learning +SELECT login_name , family_name FROM Course_Authors_and_Tutors e_learning +SELECT date_of_enrolment , date_of_completion FROM Student_Course_Enrolment e_learning +SELECT date_of_enrolment , date_of_completion FROM Student_Course_Enrolment e_learning +SELECT count(DISTINCT student_id) FROM Student_Course_Enrolment e_learning +SELECT count(DISTINCT student_id) FROM Student_Course_Enrolment e_learning +SELECT count(course_id) FROM Student_Course_Enrolment e_learning +SELECT count(course_id) FROM Student_Course_Enrolment e_learning +SELECT date_test_taken FROM Student_Tests_Taken WHERE test_result = "Pass" e_learning +SELECT date_test_taken FROM Student_Tests_Taken WHERE test_result = "Pass" e_learning +SELECT count(*) FROM Student_Tests_Taken WHERE test_result = "Fail" e_learning +SELECT count(*) FROM Student_Tests_Taken WHERE test_result = "Fail" e_learning +SELECT login_name FROM Students WHERE family_name = "Ward" e_learning +SELECT login_name FROM Students WHERE family_name = "Ward" e_learning +SELECT date_of_latest_logon FROM Students WHERE family_name = "Jaskolski" OR family_name = "Langosh" e_learning +SELECT date_of_latest_logon FROM Students WHERE family_name = "Jaskolski" OR family_name = "Langosh" e_learning +SELECT COUNT(*) FROM Students WHERE personal_name LIKE "%son%" e_learning +SELECT COUNT(*) FROM Students WHERE personal_name LIKE "%son%" e_learning +SELECT subject_name FROM SUBJECTS e_learning +SELECT subject_name FROM SUBJECTS e_learning +SELECT * FROM Course_Authors_and_Tutors ORDER BY personal_name e_learning +SELECT * FROM Course_Authors_and_Tutors ORDER BY personal_name e_learning +SELECT personal_name , family_name FROM Students ORDER BY family_name e_learning +SELECT personal_name , family_name FROM Students ORDER BY family_name e_learning +SELECT test_result , COUNT(*) FROM Student_Tests_Taken GROUP BY test_result ORDER BY COUNT(*) DESC e_learning +SELECT test_result , COUNT(*) FROM Student_Tests_Taken GROUP BY test_result ORDER BY COUNT(*) DESC e_learning +SELECT T1.login_name FROM Course_Authors_and_Tutors AS T1 JOIN Courses AS T2 ON T1.author_id = T2.author_id WHERE T2.course_name = "advanced database" e_learning +SELECT T1.login_name FROM Course_Authors_and_Tutors AS T1 JOIN Courses AS T2 ON T1.author_id = T2.author_id WHERE T2.course_name = "advanced database" e_learning +SELECT T1.address_line_1 FROM Course_Authors_and_Tutors AS T1 JOIN Courses AS T2 ON T1.author_id = T2.author_id WHERE T2.course_name = "operating system" OR T2.course_name = "data structure" e_learning +SELECT T1.address_line_1 FROM Course_Authors_and_Tutors AS T1 JOIN Courses AS T2 ON T1.author_id = T2.author_id WHERE T2.course_name = "operating system" OR T2.course_name = "data structure" e_learning +SELECT T1.personal_name , T1.family_name , T2.author_id FROM Course_Authors_and_Tutors AS T1 JOIN Courses AS T2 ON T1.author_id = T2.author_id GROUP BY T2.author_id ORDER BY COUNT(*) DESC LIMIT 1 e_learning +SELECT T1.personal_name , T1.family_name , T2.author_id FROM Course_Authors_and_Tutors AS T1 JOIN Courses AS T2 ON T1.author_id = T2.author_id GROUP BY T2.author_id ORDER BY COUNT(*) DESC LIMIT 1 e_learning +SELECT T1.address_line_1 , T2.author_id FROM Course_Authors_and_Tutors AS T1 JOIN Courses AS T2 ON T1.author_id = T2.author_id GROUP BY T2.author_id HAVING Count(*) >= 2 e_learning +SELECT T1.address_line_1 , T2.author_id FROM Course_Authors_and_Tutors AS T1 JOIN Courses AS T2 ON T1.author_id = T2.author_id GROUP BY T2.author_id HAVING Count(*) >= 2 e_learning +SELECT T2.course_name FROM Course_Authors_and_Tutors AS T1 JOIN Courses AS T2 ON T1.author_id = T2.author_id WHERE T1.personal_name = "Julio" e_learning +SELECT T2.course_name FROM Course_Authors_and_Tutors AS T1 JOIN Courses AS T2 ON T1.author_id = T2.author_id WHERE T1.personal_name = "Julio" e_learning +SELECT T1.course_name , T1.course_description FROM Courses AS T1 JOIN Subjects AS T2 ON T1.subject_id = T2.subject_id WHERE T2.subject_name = "Computer Science" e_learning +SELECT T1.course_name , T1.course_description FROM Courses AS T1 JOIN Subjects AS T2 ON T1.subject_id = T2.subject_id WHERE T2.subject_name = "Computer Science" e_learning +SELECT T1.subject_id , T2.subject_name , COUNT(*) FROM Courses AS T1 JOIN Subjects AS T2 ON T1.subject_id = T2.subject_id GROUP BY T1.subject_id e_learning +SELECT T1.subject_id , T2.subject_name , COUNT(*) FROM Courses AS T1 JOIN Subjects AS T2 ON T1.subject_id = T2.subject_id GROUP BY T1.subject_id e_learning +SELECT T1.subject_id , T2.subject_name , COUNT(*) FROM Courses AS T1 JOIN Subjects AS T2 ON T1.subject_id = T2.subject_id GROUP BY T1.subject_id ORDER BY COUNT(*) ASC e_learning +SELECT T1.subject_id , T2.subject_name , COUNT(*) FROM Courses AS T1 JOIN Subjects AS T2 ON T1.subject_id = T2.subject_id GROUP BY T1.subject_id ORDER BY COUNT(*) ASC e_learning +SELECT T2.date_of_enrolment FROM Courses AS T1 JOIN Student_Course_Enrolment AS T2 ON T1.course_id = T2.course_id WHERE T1.course_name = "Spanish" e_learning +SELECT T2.date_of_enrolment FROM Courses AS T1 JOIN Student_Course_Enrolment AS T2 ON T1.course_id = T2.course_id WHERE T1.course_name = "Spanish" e_learning +SELECT T1.course_name FROM Courses AS T1 JOIN Student_Course_Enrolment AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_name ORDER BY COUNT(*) DESC LIMIT 1 e_learning +SELECT T1.course_name FROM Courses AS T1 JOIN Student_Course_Enrolment AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_name ORDER BY COUNT(*) DESC LIMIT 1 e_learning +SELECT T1.course_name FROM Courses AS T1 JOIN Student_Course_Enrolment AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_name HAVING COUNT(*) = 1 e_learning +SELECT T1.course_name FROM Courses AS T1 JOIN Student_Course_Enrolment AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_name HAVING COUNT(*) = 1 e_learning +SELECT T1.course_description , T1.course_name FROM Courses AS T1 JOIN Student_Course_Enrolment AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_name HAVING COUNT(*) > 2 e_learning +SELECT T1.course_description , T1.course_name FROM Courses AS T1 JOIN Student_Course_Enrolment AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_name HAVING COUNT(*) > 2 e_learning +SELECT T1.course_name , COUNT(*) FROM Courses AS T1 JOIN Student_Course_Enrolment AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_name e_learning +SELECT T1.course_name , COUNT(*) FROM Courses AS T1 JOIN Student_Course_Enrolment AS T2 ON T1.course_id = T2.course_id GROUP BY T1.course_name e_learning +SELECT T1.date_of_enrolment FROM Student_Course_Enrolment AS T1 JOIN Student_Tests_Taken AS T2 ON T1.registration_id = T2.registration_id WHERE T2.test_result = "Pass" e_learning +SELECT T1.date_of_enrolment FROM Student_Course_Enrolment AS T1 JOIN Student_Tests_Taken AS T2 ON T1.registration_id = T2.registration_id WHERE T2.test_result = "Pass" e_learning +SELECT T1.date_of_completion FROM Student_Course_Enrolment AS T1 JOIN Student_Tests_Taken AS T2 ON T1.registration_id = T2.registration_id WHERE T2.test_result = "Fail" e_learning +SELECT T1.date_of_completion FROM Student_Course_Enrolment AS T1 JOIN Student_Tests_Taken AS T2 ON T1.registration_id = T2.registration_id WHERE T2.test_result = "Fail" e_learning +SELECT T1.date_of_enrolment , T1.date_of_completion FROM Student_Course_Enrolment AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id WHERE T2.personal_name = "Karson" e_learning +SELECT T1.date_of_enrolment , T1.date_of_completion FROM Student_Course_Enrolment AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id WHERE T2.personal_name = "Karson" e_learning +SELECT T1.date_of_enrolment , T1.date_of_completion FROM Student_Course_Enrolment AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id WHERE T2.family_name = "Zieme" AND T2.personal_name = "Bernie" e_learning +SELECT T1.date_of_enrolment , T1.date_of_completion FROM Student_Course_Enrolment AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id WHERE T2.family_name = "Zieme" AND T2.personal_name = "Bernie" e_learning +SELECT T1.student_id , T2.login_name FROM Student_Course_Enrolment AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id ORDER BY COUNT(*) DESC LIMIT 1 e_learning +SELECT T1.student_id , T2.login_name FROM Student_Course_Enrolment AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id ORDER BY COUNT(*) DESC LIMIT 1 e_learning +SELECT T1.student_id , T2.personal_name FROM Student_Course_Enrolment AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING COUNT(*) >= 2 e_learning +SELECT T1.student_id , T2.personal_name FROM Student_Course_Enrolment AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING COUNT(*) >= 2 e_learning +SELECT T1.student_id , T2.middle_name FROM Student_Course_Enrolment AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING COUNT(*) <= 2 e_learning +SELECT T1.student_id , T2.middle_name FROM Student_Course_Enrolment AS T1 JOIN Students AS T2 ON T1.student_id = T2.student_id GROUP BY T1.student_id HAVING COUNT(*) <= 2 e_learning +SELECT personal_name FROM Students EXCEPT SELECT T1.personal_name FROM Students AS T1 JOIN Student_Course_Enrolment AS T2 ON T1.student_id = T2.student_id e_learning +SELECT personal_name FROM Students EXCEPT SELECT T1.personal_name FROM Students AS T1 JOIN Student_Course_Enrolment AS T2 ON T1.student_id = T2.student_id e_learning +SELECT count(*) FROM Students WHERE student_id NOT IN (SELECT student_id FROM Student_Course_Enrolment) e_learning +SELECT count(*) FROM Students WHERE student_id NOT IN (SELECT student_id FROM Student_Course_Enrolment) e_learning +SELECT login_name FROM Course_Authors_and_Tutors INTERSECT SELECT login_name FROM Students e_learning +SELECT login_name FROM Course_Authors_and_Tutors INTERSECT SELECT login_name FROM Students e_learning +SELECT personal_name FROM Course_Authors_and_Tutors INTERSECT SELECT personal_name FROM Students e_learning +SELECT personal_name FROM Course_Authors_and_Tutors INTERSECT SELECT personal_name FROM Students e_learning +SELECT T1.Date_Claim_Made , T1.Claim_id FROM Claims AS T1 JOIN Settlements AS T2 ON T1.Claim_id = T2.Claim_id GROUP BY T1.Claim_id HAVING count(*) > 2 UNION SELECT T1.Date_Claim_Made , T1.Claim_id FROM Claims AS T1 JOIN Settlements AS T2 ON T1.Claim_id = T2.Claim_id WHERE T1.Amount_Claimed = ( SELECT max(Amount_Claimed) FROM Claims ) insurance_policies +SELECT T1.Date_Claim_Made , T1.Claim_id FROM Claims AS T1 JOIN Settlements AS T2 ON T1.Claim_id = T2.Claim_id GROUP BY T1.Claim_id HAVING count(*) > 2 UNION SELECT T1.Date_Claim_Made , T1.Claim_id FROM Claims AS T1 JOIN Settlements AS T2 ON T1.Claim_id = T2.Claim_id WHERE T1.Amount_Claimed = ( SELECT max(Amount_Claimed) FROM Claims ) insurance_policies +SELECT T1.customer_details , T1.customer_id FROM Customers AS T1 JOIN Customer_Policies AS T2 ON T1.Customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) >= 2 EXCEPT SELECT T1.customer_details , T1.customer_id FROM Customers AS T1 JOIN Customer_Policies AS T2 ON T1.Customer_id = T2.customer_id JOIN Claims AS T3 ON T2.policy_id = T3.policy_id insurance_policies +SELECT T1.customer_details , T1.customer_id FROM Customers AS T1 JOIN Customer_Policies AS T2 ON T1.Customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) >= 2 EXCEPT SELECT T1.customer_details , T1.customer_id FROM Customers AS T1 JOIN Customer_Policies AS T2 ON T1.Customer_id = T2.customer_id JOIN Claims AS T3 ON T2.policy_id = T3.policy_id insurance_policies +SELECT Payment_Method_Code , Date_Payment_Made , Amount_Payment FROM Payments ORDER BY Date_Payment_Made ASC insurance_policies +SELECT Payment_Method_Code , Date_Payment_Made , Amount_Payment FROM Payments ORDER BY Date_Payment_Made ASC insurance_policies +SELECT Amount_Settled , Amount_Claimed FROM Claims ORDER BY Amount_Claimed DESC LIMIT 1 insurance_policies +SELECT Amount_Settled , Amount_Claimed FROM Claims ORDER BY Amount_Claimed DESC LIMIT 1 insurance_policies +SELECT Amount_Settled , Amount_Claimed FROM Claims ORDER BY Amount_Settled ASC LIMIT 1 insurance_policies +SELECT Amount_Settled , Amount_Claimed FROM Claims ORDER BY Amount_Settled ASC LIMIT 1 insurance_policies +SELECT Date_Claim_Made , Date_Claim_Settled FROM Claims WHERE Amount_Claimed > ( SELECT avg(Amount_Claimed) FROM Claims ) insurance_policies +SELECT Date_Claim_Made , Date_Claim_Settled FROM Claims WHERE Amount_Claimed > ( SELECT avg(Amount_Claimed) FROM Claims ) insurance_policies +SELECT Date_Claim_Made FROM Claims WHERE Amount_Settled <= ( SELECT avg(Amount_Settled) FROM Claims ) insurance_policies +SELECT Date_Claim_Made FROM Claims WHERE Amount_Settled <= ( SELECT avg(Amount_Settled) FROM Claims ) insurance_policies +SELECT T1.Claim_id , count(*) FROM Claims AS T1 JOIN Settlements AS T2 ON T1.claim_id = T2.claim_id GROUP BY T1.claim_id insurance_policies +SELECT T1.Claim_id , count(*) FROM Claims AS T1 JOIN Settlements AS T2 ON T1.claim_id = T2.claim_id GROUP BY T1.claim_id insurance_policies +SELECT T1.claim_id , T1.date_claim_made , count(*) FROM Claims AS T1 JOIN Settlements AS T2 ON T1.claim_id = T2.claim_id GROUP BY T1.claim_id ORDER BY count(*) DESC LIMIT 1 insurance_policies +SELECT T1.claim_id , T1.date_claim_made , count(*) FROM Claims AS T1 JOIN Settlements AS T2 ON T1.claim_id = T2.claim_id GROUP BY T1.claim_id ORDER BY count(*) DESC LIMIT 1 insurance_policies +SELECT count(*) , T1.claim_id FROM Claims AS T1 JOIN Settlements AS T2 ON T1.claim_id = T2.claim_id GROUP BY T1.claim_id ORDER BY T1.Date_Claim_Settled DESC LIMIT 1 insurance_policies +SELECT count(*) , T1.claim_id FROM Claims AS T1 JOIN Settlements AS T2 ON T1.claim_id = T2.claim_id GROUP BY T1.claim_id ORDER BY T1.Date_Claim_Settled DESC LIMIT 1 insurance_policies +SELECT Date_Claim_Made FROM Claims ORDER BY Date_Claim_Made ASC LIMIT 1 insurance_policies +SELECT Date_Claim_Made FROM Claims ORDER BY Date_Claim_Made ASC LIMIT 1 insurance_policies +SELECT sum(Amount_Settled) FROM Settlements insurance_policies +SELECT sum(Amount_Settled) FROM Settlements insurance_policies +SELECT T1.customer_details , T1.customer_id FROM Customers AS T1 JOIN Customer_Policies AS T2 ON T1.Customer_id = T2.Customer_id GROUP BY T1.customer_id HAVING count(*) > 1 insurance_policies +SELECT T1.customer_details , T1.customer_id FROM Customers AS T1 JOIN Customer_Policies AS T2 ON T1.Customer_id = T2.Customer_id GROUP BY T1.customer_id HAVING count(*) > 1 insurance_policies +SELECT Date_Claim_Made , Date_Claim_Settled FROM Settlements insurance_policies +SELECT Date_Claim_Made , Date_Claim_Settled FROM Settlements insurance_policies +SELECT Payment_Method_Code FROM Payments GROUP BY Payment_Method_Code ORDER BY count(*) DESC LIMIT 1 insurance_policies +SELECT Payment_Method_Code FROM Payments GROUP BY Payment_Method_Code ORDER BY count(*) DESC LIMIT 1 insurance_policies +SELECT Payment_Method_Code FROM Payments GROUP BY Payment_Method_Code ORDER BY count(*) ASC LIMIT 1 insurance_policies +SELECT Payment_Method_Code FROM Payments GROUP BY Payment_Method_Code ORDER BY count(*) ASC LIMIT 1 insurance_policies +SELECT sum(Amount_Payment) FROM Payments insurance_policies +SELECT sum(Amount_Payment) FROM Payments insurance_policies +SELECT DISTINCT customer_details FROM Customers insurance_policies +SELECT DISTINCT customer_details FROM Customers insurance_policies +SELECT Policy_Type_Code FROM Customer_Policies GROUP BY Policy_Type_Code ORDER BY count(*) DESC LIMIT 1 insurance_policies +SELECT Policy_Type_Code FROM Customer_Policies GROUP BY Policy_Type_Code ORDER BY count(*) DESC LIMIT 1 insurance_policies +SELECT count(*) FROM Settlements insurance_policies +SELECT count(*) FROM Settlements insurance_policies +SELECT Payment_ID , Date_Payment_Made , Amount_Payment FROM Payments WHERE Payment_Method_Code = 'Visa' insurance_policies +SELECT Payment_ID , Date_Payment_Made , Amount_Payment FROM Payments WHERE Payment_Method_Code = 'Visa' insurance_policies +SELECT customer_details FROM Customers EXCEPT SELECT T1.customer_details FROM Customers AS T1 JOIN Customer_Policies AS T2 ON T1.customer_id = T2.customer_id insurance_policies +SELECT customer_details FROM Customers EXCEPT SELECT T1.customer_details FROM Customers AS T1 JOIN Customer_Policies AS T2 ON T1.customer_id = T2.customer_id insurance_policies +SELECT T1.claim_id , T1.date_claim_made , T1.Date_Claim_Settled FROM Claims AS T1 JOIN Settlements AS T2 ON T1.Claim_id = T2.Claim_id GROUP BY T1.claim_id HAVING count(*) = 1 insurance_policies +SELECT T1.claim_id , T1.date_claim_made , T1.Date_Claim_Settled FROM Claims AS T1 JOIN Settlements AS T2 ON T1.Claim_id = T2.Claim_id GROUP BY T1.claim_id HAVING count(*) = 1 insurance_policies +SELECT sum(Amount_Claimed) FROM Claims insurance_policies +SELECT sum(Amount_Claimed) FROM Claims insurance_policies +SELECT name FROM department GROUP BY departmentID ORDER BY count(departmentID) DESC LIMIT 1; hospital_1 +SELECT name FROM department GROUP BY departmentID ORDER BY count(departmentID) DESC LIMIT 1; hospital_1 +SELECT head FROM department GROUP BY departmentID ORDER BY count(departmentID) LIMIT 1; hospital_1 +SELECT head FROM department GROUP BY departmentID ORDER BY count(departmentID) LIMIT 1; hospital_1 +SELECT T2.name , T2.position FROM department AS T1 JOIN physician AS T2 ON T1.head = T2.EmployeeID GROUP BY departmentID ORDER BY count(departmentID) LIMIT 1; hospital_1 +SELECT T2.name , T2.position FROM department AS T1 JOIN physician AS T2 ON T1.head = T2.EmployeeID GROUP BY departmentID ORDER BY count(departmentID) LIMIT 1; hospital_1 +SELECT name FROM appointment AS T1 JOIN patient AS T2 ON T1.patient = T2.ssn hospital_1 +SELECT name FROM appointment AS T1 JOIN patient AS T2 ON T1.patient = T2.ssn hospital_1 +SELECT name , phone FROM appointment AS T1 JOIN patient AS T2 ON T1.patient = T2.ssn GROUP BY T1.patient HAVING count(*) > 1 hospital_1 +SELECT name , phone FROM appointment AS T1 JOIN patient AS T2 ON T1.patient = T2.ssn GROUP BY T1.patient HAVING count(*) > 1 hospital_1 +SELECT appointmentid FROM appointment ORDER BY START DESC LIMIT 1 hospital_1 +SELECT appointmentid FROM appointment ORDER BY START DESC LIMIT 1 hospital_1 +SELECT T2.name FROM appointment AS T1 JOIN physician AS T2 ON T1.Physician = T2.EmployeeID hospital_1 +SELECT T2.name FROM appointment AS T1 JOIN physician AS T2 ON T1.Physician = T2.EmployeeID hospital_1 +SELECT name FROM physician EXCEPT SELECT T2.name FROM appointment AS T1 JOIN physician AS T2 ON T1.Physician = T2.EmployeeID hospital_1 +SELECT name FROM physician EXCEPT SELECT T2.name FROM appointment AS T1 JOIN physician AS T2 ON T1.Physician = T2.EmployeeID hospital_1 +SELECT T1.name , T3.name FROM physician AS T1 JOIN affiliated_with AS T2 ON T1.EmployeeID = T2.physician JOIN department AS T3 ON T2.department = T3.DepartmentID WHERE T2.PrimaryAffiliation = 1 hospital_1 +SELECT T1.name , T3.name FROM physician AS T1 JOIN affiliated_with AS T2 ON T1.EmployeeID = T2.physician JOIN department AS T3 ON T2.department = T3.DepartmentID WHERE T2.PrimaryAffiliation = 1 hospital_1 +SELECT T1.name FROM patient AS T1 JOIN appointment AS T2 ON T1.ssn = T2.patient ORDER BY T2.start DESC LIMIT 1 hospital_1 +SELECT T1.name FROM patient AS T1 JOIN appointment AS T2 ON T1.ssn = T2.patient ORDER BY T2.start DESC LIMIT 1 hospital_1 +SELECT count(patient) FROM stay WHERE room = 112 hospital_1 +SELECT count(patient) FROM stay WHERE room = 112 hospital_1 +SELECT count(T1.SSN) FROM patient AS T1 JOIN prescribes AS T2 ON T1.SSN = T2.patient JOIN physician AS T3 ON T2.physician = T3.employeeid WHERE T3.name = "John Dorian" hospital_1 +SELECT count(T1.SSN) FROM patient AS T1 JOIN prescribes AS T2 ON T1.SSN = T2.patient JOIN physician AS T3 ON T2.physician = T3.employeeid WHERE T3.name = "John Dorian" hospital_1 +SELECT T4.name FROM stay AS T1 JOIN patient AS T2 ON T1.Patient = T2.SSN JOIN Prescribes AS T3 ON T3.Patient = T2.SSN JOIN Medication AS T4 ON T3.Medication = T4.Code WHERE room = 111 hospital_1 +SELECT T4.name FROM stay AS T1 JOIN patient AS T2 ON T1.Patient = T2.SSN JOIN Prescribes AS T3 ON T3.Patient = T2.SSN JOIN Medication AS T4 ON T3.Medication = T4.Code WHERE room = 111 hospital_1 +SELECT patient FROM stay WHERE room = 111 ORDER BY staystart DESC LIMIT 1 hospital_1 +SELECT patient FROM stay WHERE room = 111 ORDER BY staystart DESC LIMIT 1 hospital_1 +SELECT T1.name FROM nurse AS T1 JOIN appointment AS T2 ON T1.employeeid = T2.prepnurse GROUP BY T1.employeeid ORDER BY count(*) DESC LIMIT 1 hospital_1 +SELECT T1.name FROM nurse AS T1 JOIN appointment AS T2 ON T1.employeeid = T2.prepnurse GROUP BY T1.employeeid ORDER BY count(*) DESC LIMIT 1 hospital_1 +SELECT T1.name , count(*) FROM physician AS T1 JOIN patient AS T2 ON T1.employeeid = T2.PCP GROUP BY T1.employeeid hospital_1 +SELECT T1.name , count(*) FROM physician AS T1 JOIN patient AS T2 ON T1.employeeid = T2.PCP GROUP BY T1.employeeid hospital_1 +SELECT T1.name FROM physician AS T1 JOIN patient AS T2 ON T1.employeeid = T2.PCP GROUP BY T1.employeeid HAVING count(*) > 1 hospital_1 +SELECT T1.name FROM physician AS T1 JOIN patient AS T2 ON T1.employeeid = T2.PCP GROUP BY T1.employeeid HAVING count(*) > 1 hospital_1 +SELECT count(*) , T1.blockfloor FROM BLOCK AS T1 JOIN room AS T2 ON T1.blockfloor = T2.blockfloor AND T1.blockcode = T2.blockcode GROUP BY T1.blockfloor hospital_1 +SELECT count(*) , T1.blockfloor FROM BLOCK AS T1 JOIN room AS T2 ON T1.blockfloor = T2.blockfloor AND T1.blockcode = T2.blockcode GROUP BY T1.blockfloor hospital_1 +SELECT count(*) , T1.blockcode FROM BLOCK AS T1 JOIN room AS T2 ON T1.blockfloor = T2.blockfloor AND T1.blockcode = T2.blockcode GROUP BY T1.blockcode hospital_1 +SELECT count(*) , T1.blockcode FROM BLOCK AS T1 JOIN room AS T2 ON T1.blockfloor = T2.blockfloor AND T1.blockcode = T2.blockcode GROUP BY T1.blockcode hospital_1 +SELECT DISTINCT blockcode FROM room WHERE unavailable = 0 hospital_1 +SELECT DISTINCT blockcode FROM room WHERE unavailable = 0 hospital_1 +SELECT count(DISTINCT roomtype) FROM room hospital_1 +SELECT count(DISTINCT roomtype) FROM room hospital_1 +SELECT DISTINCT T1.name FROM physician AS T1 JOIN prescribes AS T2 ON T1.employeeid = T2.physician JOIN medication AS T3 ON T3.code = T2.medication WHERE T3.name = "Thesisin" hospital_1 +SELECT DISTINCT T1.name FROM physician AS T1 JOIN prescribes AS T2 ON T1.employeeid = T2.physician JOIN medication AS T3 ON T3.code = T2.medication WHERE T3.name = "Thesisin" hospital_1 +SELECT DISTINCT T1.name , T1.position FROM physician AS T1 JOIN prescribes AS T2 ON T1.employeeid = T2.physician JOIN medication AS T3 ON T3.code = T2.medication WHERE T3.Brand = "X" hospital_1 +SELECT DISTINCT T1.name , T1.position FROM physician AS T1 JOIN prescribes AS T2 ON T1.employeeid = T2.physician JOIN medication AS T3 ON T3.code = T2.medication WHERE T3.Brand = "X" hospital_1 +SELECT count(*) , T1.name FROM medication AS T1 JOIN prescribes AS T2 ON T1.code = T2.medication GROUP BY T1.brand hospital_1 +SELECT count(*) , T1.name FROM medication AS T1 JOIN prescribes AS T2 ON T1.code = T2.medication GROUP BY T1.brand hospital_1 +SELECT name FROM physician WHERE POSITION LIKE '%senior%' hospital_1 +SELECT name FROM physician WHERE POSITION LIKE '%senior%' hospital_1 +SELECT patient FROM undergoes ORDER BY dateundergoes LIMIT 1 hospital_1 +SELECT patient FROM undergoes ORDER BY dateundergoes LIMIT 1 hospital_1 +SELECT DISTINCT T2.name FROM undergoes AS T1 JOIN patient AS T2 ON T1.patient = T2.SSN JOIN stay AS T3 ON T1.Stay = T3.StayID WHERE T3.room = 111 hospital_1 +SELECT DISTINCT T2.name FROM undergoes AS T1 JOIN patient AS T2 ON T1.patient = T2.SSN JOIN stay AS T3 ON T1.Stay = T3.StayID WHERE T3.room = 111 hospital_1 +SELECT DISTINCT name FROM nurse ORDER BY name hospital_1 +SELECT DISTINCT name FROM nurse ORDER BY name hospital_1 +SELECT DISTINCT T2.name FROM undergoes AS T1 JOIN nurse AS T2 ON T1.AssistingNurse = T2.EmployeeID hospital_1 +SELECT DISTINCT T2.name FROM undergoes AS T1 JOIN nurse AS T2 ON T1.AssistingNurse = T2.EmployeeID hospital_1 +SELECT DISTINCT name FROM medication ORDER BY name hospital_1 +SELECT DISTINCT name FROM medication ORDER BY name hospital_1 +SELECT T1.name FROM physician AS T1 JOIN prescribes AS T2 ON T1.employeeid = T2.physician ORDER BY T2.dose DESC LIMIT 1 hospital_1 +SELECT T1.name FROM physician AS T1 JOIN prescribes AS T2 ON T1.employeeid = T2.physician ORDER BY T2.dose DESC LIMIT 1 hospital_1 +SELECT physician , department FROM affiliated_with WHERE primaryaffiliation = 1 hospital_1 +SELECT physician , department FROM affiliated_with WHERE primaryaffiliation = 1 hospital_1 +SELECT DISTINCT T2.name FROM affiliated_with AS T1 JOIN department AS T2 ON T1.department = T2.departmentid WHERE PrimaryAffiliation = 1 hospital_1 +SELECT DISTINCT T2.name FROM affiliated_with AS T1 JOIN department AS T2 ON T1.department = T2.departmentid WHERE PrimaryAffiliation = 1 hospital_1 +SELECT nurse FROM on_call WHERE blockfloor = 1 AND blockcode = 1 hospital_1 +SELECT nurse FROM on_call WHERE blockfloor = 1 AND blockcode = 1 hospital_1 +SELECT MAX(cost) , MIN(cost) , AVG(cost) FROM procedures hospital_1 +SELECT MAX(cost) , MIN(cost) , AVG(cost) FROM procedures hospital_1 +SELECT name , cost FROM procedures ORDER BY cost DESC hospital_1 +SELECT name , cost FROM procedures ORDER BY cost DESC hospital_1 +SELECT name FROM procedures ORDER BY cost LIMIT 3 hospital_1 +SELECT name FROM procedures ORDER BY cost LIMIT 3 hospital_1 +SELECT T1.name FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment WHERE T3.cost > 5000 hospital_1 +SELECT T1.name FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment WHERE T3.cost > 5000 hospital_1 +SELECT T1.name FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment ORDER BY T3.cost DESC LIMIT 1 hospital_1 +SELECT T1.name FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment ORDER BY T3.cost DESC LIMIT 1 hospital_1 +SELECT avg(T3.cost) FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment WHERE T1.name = "John Wen" hospital_1 +SELECT avg(T3.cost) FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment WHERE T1.name = "John Wen" hospital_1 +SELECT T3.name FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment WHERE T1.name = "John Wen" hospital_1 +SELECT T3.name FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment WHERE T1.name = "John Wen" hospital_1 +SELECT name FROM procedures WHERE cost > 1000 UNION SELECT T3.name FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment WHERE T1.name = "John Wen" hospital_1 +SELECT name FROM procedures WHERE cost > 1000 UNION SELECT T3.name FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment WHERE T1.name = "John Wen" hospital_1 +SELECT name FROM procedures WHERE cost > 1000 EXCEPT SELECT T3.name FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment WHERE T1.name = "John Wen" hospital_1 +SELECT name FROM procedures WHERE cost > 1000 EXCEPT SELECT T3.name FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment WHERE T1.name = "John Wen" hospital_1 +SELECT name FROM procedures WHERE cost < 5000 INTERSECT SELECT T3.name FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment WHERE T1.name = "John Wen" hospital_1 +SELECT name FROM procedures WHERE cost < 5000 INTERSECT SELECT T3.name FROM physician AS T1 JOIN trained_in AS T2 ON T1.employeeid = T2.physician JOIN procedures AS T3 ON T3.code = T2.treatment WHERE T1.name = "John Wen" hospital_1 +SELECT T1.name FROM physician AS T1 JOIN affiliated_with AS T2 ON T1.EmployeeID = T2.physician JOIN department AS T3 ON T2.department = T3.DepartmentID WHERE T3.name = 'Surgery' INTERSECT SELECT T1.name FROM physician AS T1 JOIN affiliated_with AS T2 ON T1.EmployeeID = T2.physician JOIN department AS T3 ON T2.department = T3.DepartmentID WHERE T3.name = 'Psychiatry' hospital_1 +SELECT T1.name FROM physician AS T1 JOIN affiliated_with AS T2 ON T1.EmployeeID = T2.physician JOIN department AS T3 ON T2.department = T3.DepartmentID WHERE T3.name = 'Surgery' INTERSECT SELECT T1.name FROM physician AS T1 JOIN affiliated_with AS T2 ON T1.EmployeeID = T2.physician JOIN department AS T3 ON T2.department = T3.DepartmentID WHERE T3.name = 'Psychiatry' hospital_1 +SELECT T1.name FROM physician AS T1 JOIN affiliated_with AS T2 ON T1.EmployeeID = T2.physician JOIN department AS T3 ON T2.department = T3.DepartmentID WHERE T3.name = 'Surgery' OR T3.name = 'Psychiatry' hospital_1 +SELECT T1.name FROM physician AS T1 JOIN affiliated_with AS T2 ON T1.EmployeeID = T2.physician JOIN department AS T3 ON T2.department = T3.DepartmentID WHERE T3.name = 'Surgery' OR T3.name = 'Psychiatry' hospital_1 +SELECT name FROM patient EXCEPT SELECT T1.name FROM patient AS T1 JOIN Prescribes AS T2 ON T2.Patient = T1.SSN JOIN Medication AS T3 ON T2.Medication = T3.Code WHERE T3.name = 'Procrastin-X' hospital_1 +SELECT name FROM patient EXCEPT SELECT T1.name FROM patient AS T1 JOIN Prescribes AS T2 ON T2.Patient = T1.SSN JOIN Medication AS T3 ON T2.Medication = T3.Code WHERE T3.name = 'Procrastin-X' hospital_1 +SELECT count(*) FROM patient WHERE SSN NOT IN ( SELECT T1.patient FROM Prescribes AS T1 JOIN Medication AS T2 ON T1.Medication = T2.Code WHERE T2.name = 'Procrastin-X' ) hospital_1 +SELECT count(*) FROM patient WHERE SSN NOT IN ( SELECT T1.patient FROM Prescribes AS T1 JOIN Medication AS T2 ON T1.Medication = T2.Code WHERE T2.name = 'Procrastin-X' ) hospital_1 +SELECT count(*) FROM appointment hospital_1 +SELECT count(*) FROM appointment hospital_1 +SELECT DISTINCT T1.name FROM nurse AS T1 JOIN on_call AS T2 ON T1.EmployeeID = T2.nurse hospital_1 +SELECT DISTINCT T1.name FROM nurse AS T1 JOIN on_call AS T2 ON T1.EmployeeID = T2.nurse hospital_1 +SELECT count(*) FROM ship ship_mission +SELECT count(*) FROM ship ship_mission +SELECT Name FROM ship ORDER BY Tonnage ASC ship_mission +SELECT Name FROM ship ORDER BY Tonnage ASC ship_mission +SELECT TYPE , Nationality FROM ship ship_mission +SELECT TYPE , Nationality FROM ship ship_mission +SELECT Name FROM ship WHERE Nationality != "United States" ship_mission +SELECT Name FROM ship WHERE Nationality != "United States" ship_mission +SELECT Name FROM ship WHERE Nationality = "United States" OR Nationality = "United Kingdom" ship_mission +SELECT Name FROM ship WHERE Nationality = "United States" OR Nationality = "United Kingdom" ship_mission +SELECT Name FROM ship ORDER BY Tonnage DESC LIMIT 1 ship_mission +SELECT Name FROM ship ORDER BY Tonnage DESC LIMIT 1 ship_mission +SELECT TYPE , COUNT(*) FROM ship GROUP BY TYPE ship_mission +SELECT TYPE , COUNT(*) FROM ship GROUP BY TYPE ship_mission +SELECT TYPE FROM ship GROUP BY TYPE ORDER BY COUNT(*) DESC LIMIT 1 ship_mission +SELECT TYPE FROM ship GROUP BY TYPE ORDER BY COUNT(*) DESC LIMIT 1 ship_mission +SELECT Nationality FROM ship GROUP BY Nationality HAVING COUNT(*) > 2 ship_mission +SELECT Nationality FROM ship GROUP BY Nationality HAVING COUNT(*) > 2 ship_mission +SELECT TYPE , avg(Tonnage) FROM ship GROUP BY TYPE ship_mission +SELECT TYPE , avg(Tonnage) FROM ship GROUP BY TYPE ship_mission +SELECT T1.Code , T1.Fate , T2.Name FROM mission AS T1 JOIN ship AS T2 ON T1.Ship_ID = T2.Ship_ID ship_mission +SELECT T1.Code , T1.Fate , T2.Name FROM mission AS T1 JOIN ship AS T2 ON T1.Ship_ID = T2.Ship_ID ship_mission +SELECT T2.Name FROM mission AS T1 JOIN ship AS T2 ON T1.Ship_ID = T2.Ship_ID WHERE T1.Launched_Year > 1928 ship_mission +SELECT T2.Name FROM mission AS T1 JOIN ship AS T2 ON T1.Ship_ID = T2.Ship_ID WHERE T1.Launched_Year > 1928 ship_mission +SELECT DISTINCT T1.Fate FROM mission AS T1 JOIN ship AS T2 ON T1.Ship_ID = T2.Ship_ID WHERE T2.Nationality = "United States" ship_mission +SELECT DISTINCT T1.Fate FROM mission AS T1 JOIN ship AS T2 ON T1.Ship_ID = T2.Ship_ID WHERE T2.Nationality = "United States" ship_mission +SELECT Name FROM ship WHERE Ship_ID NOT IN (SELECT Ship_ID FROM mission) ship_mission +SELECT Name FROM ship WHERE Ship_ID NOT IN (SELECT Ship_ID FROM mission) ship_mission +SELECT TYPE FROM ship WHERE Tonnage > 6000 INTERSECT SELECT TYPE FROM ship WHERE Tonnage < 4000 ship_mission +SELECT TYPE FROM ship WHERE Tonnage > 6000 INTERSECT SELECT TYPE FROM ship WHERE Tonnage < 4000 ship_mission +SELECT count(*) FROM list student_1 +SELECT count(*) FROM list student_1 +SELECT lastname FROM list WHERE classroom = 111 student_1 +SELECT lastname FROM list WHERE classroom = 111 student_1 +SELECT firstname FROM list WHERE classroom = 108 student_1 +SELECT firstname FROM list WHERE classroom = 108 student_1 +SELECT DISTINCT firstname FROM list WHERE classroom = 107 student_1 +SELECT DISTINCT firstname FROM list WHERE classroom = 107 student_1 +SELECT DISTINCT classroom , grade FROM list student_1 +SELECT DISTINCT classroom , grade FROM list student_1 +SELECT DISTINCT grade FROM list WHERE classroom = 103 student_1 +SELECT DISTINCT grade FROM list WHERE classroom = 103 student_1 +SELECT DISTINCT grade FROM list WHERE classroom = 105 student_1 +SELECT DISTINCT grade FROM list WHERE classroom = 105 student_1 +SELECT DISTINCT classroom FROM list WHERE grade = 4 student_1 +SELECT DISTINCT classroom FROM list WHERE grade = 4 student_1 +SELECT DISTINCT classroom FROM list WHERE grade = 5 student_1 +SELECT DISTINCT classroom FROM list WHERE grade = 5 student_1 +SELECT DISTINCT T2.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE grade = 5 student_1 +SELECT DISTINCT T2.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE grade = 5 student_1 +SELECT DISTINCT T2.firstname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE grade = 1 student_1 +SELECT DISTINCT T2.firstname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE grade = 1 student_1 +SELECT firstname FROM teachers WHERE classroom = 110 student_1 +SELECT firstname FROM teachers WHERE classroom = 110 student_1 +SELECT lastname FROM teachers WHERE classroom = 109 student_1 +SELECT lastname FROM teachers WHERE classroom = 109 student_1 +SELECT DISTINCT firstname , lastname FROM teachers student_1 +SELECT DISTINCT firstname , lastname FROM teachers student_1 +SELECT DISTINCT firstname , lastname FROM list student_1 +SELECT DISTINCT firstname , lastname FROM list student_1 +SELECT T1.firstname , T1.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T2.firstname = "OTHA" AND T2.lastname = "MOYER" student_1 +SELECT T1.firstname , T1.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T2.firstname = "OTHA" AND T2.lastname = "MOYER" student_1 +SELECT T1.firstname , T1.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T2.firstname = "MARROTTE" AND T2.lastname = "KIRK" student_1 +SELECT T1.firstname , T1.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T2.firstname = "MARROTTE" AND T2.lastname = "KIRK" student_1 +SELECT T2.firstname , T2.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T1.firstname = "EVELINA" AND T1.lastname = "BROMLEY" student_1 +SELECT T2.firstname , T2.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T1.firstname = "EVELINA" AND T1.lastname = "BROMLEY" student_1 +SELECT T2.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T1.firstname = "GELL" AND T1.lastname = "TAMI" student_1 +SELECT T2.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T1.firstname = "GELL" AND T1.lastname = "TAMI" student_1 +SELECT count(*) FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T2.firstname = "LORIA" AND T2.lastname = "ONDERSMA" student_1 +SELECT count(*) FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T2.firstname = "LORIA" AND T2.lastname = "ONDERSMA" student_1 +SELECT count(*) FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T2.firstname = "KAWA" AND T2.lastname = "GORDON" student_1 +SELECT count(*) FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T2.firstname = "KAWA" AND T2.lastname = "GORDON" student_1 +SELECT count(*) FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T2.firstname = "TARRING" AND T2.lastname = "LEIA" student_1 +SELECT count(*) FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T2.firstname = "TARRING" AND T2.lastname = "LEIA" student_1 +SELECT count(*) FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T1.firstname = "CHRISSY" AND T1.lastname = "NABOZNY" student_1 +SELECT count(*) FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T1.firstname = "CHRISSY" AND T1.lastname = "NABOZNY" student_1 +SELECT count(*) FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T1.firstname = "MADLOCK" AND T1.lastname = "RAY" student_1 +SELECT count(*) FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T1.firstname = "MADLOCK" AND T1.lastname = "RAY" student_1 +SELECT DISTINCT T1.firstname , T1.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T1.grade = 1 EXCEPT SELECT T1.firstname , T1.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T2.firstname = "OTHA" AND T2.lastname = "MOYER" student_1 +SELECT DISTINCT T1.firstname , T1.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T1.grade = 1 EXCEPT SELECT T1.firstname , T1.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T2.firstname = "OTHA" AND T2.lastname = "MOYER" student_1 +SELECT DISTINCT T1.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T1.grade = 3 AND T2.firstname != "COVIN" AND T2.lastname != "JEROME" student_1 +SELECT DISTINCT T1.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom WHERE T1.grade = 3 AND T2.firstname != "COVIN" AND T2.lastname != "JEROME" student_1 +SELECT grade , count(DISTINCT classroom) , count(*) FROM list GROUP BY grade student_1 +SELECT grade , count(DISTINCT classroom) , count(*) FROM list GROUP BY grade student_1 +SELECT classroom , count(DISTINCT grade) FROM list GROUP BY classroom student_1 +SELECT classroom , count(DISTINCT grade) FROM list GROUP BY classroom student_1 +SELECT classroom FROM list GROUP BY classroom ORDER BY count(*) DESC LIMIT 1 student_1 +SELECT classroom FROM list GROUP BY classroom ORDER BY count(*) DESC LIMIT 1 student_1 +SELECT classroom , count(*) FROM list GROUP BY classroom student_1 +SELECT classroom , count(*) FROM list GROUP BY classroom student_1 +SELECT classroom , count(*) FROM list WHERE grade = "0" GROUP BY classroom student_1 +SELECT classroom , count(*) FROM list WHERE grade = "0" GROUP BY classroom student_1 +SELECT classroom , count(*) FROM list WHERE grade = "4" GROUP BY classroom student_1 +SELECT classroom , count(*) FROM list WHERE grade = "4" GROUP BY classroom student_1 +SELECT T2.firstname , T2.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom GROUP BY T2.firstname , T2.lastname ORDER BY count(*) DESC LIMIT 1 student_1 +SELECT T2.firstname , T2.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom GROUP BY T2.firstname , T2.lastname ORDER BY count(*) DESC LIMIT 1 student_1 +SELECT count(*) , classroom FROM list GROUP BY classroom student_1 +SELECT count(*) , classroom FROM list GROUP BY classroom student_1 +SELECT count(*) FROM company WHERE Headquarters = 'USA' company_employee +SELECT Name FROM company ORDER BY Sales_in_Billion ASC company_employee +SELECT Headquarters , Industry FROM company company_employee +SELECT Name FROM company WHERE Industry = "Banking" OR Industry = "Retailing" company_employee +SELECT max(Market_Value_in_Billion) , min(Market_Value_in_Billion) FROM company company_employee +SELECT Headquarters FROM company ORDER BY Sales_in_Billion DESC LIMIT 1 company_employee +SELECT Headquarters , COUNT(*) FROM company GROUP BY Headquarters company_employee +SELECT Headquarters FROM company GROUP BY Headquarters ORDER BY COUNT(*) DESC LIMIT 1 company_employee +SELECT Headquarters FROM company GROUP BY Headquarters HAVING COUNT(*) >= 2 company_employee +SELECT Headquarters FROM company WHERE Industry = "Banking" INTERSECT SELECT Headquarters FROM company WHERE Industry = "Oil and gas" company_employee +SELECT T3.Name , T2.Name FROM employment AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID JOIN company AS T3 ON T1.Company_ID = T3.Company_ID company_employee +SELECT T3.Name , T2.Name FROM employment AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID JOIN company AS T3 ON T1.Company_ID = T3.Company_ID ORDER BY T1.Year_working company_employee +SELECT T2.Name FROM employment AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID JOIN company AS T3 ON T1.Company_ID = T3.Company_ID WHERE T3.Sales_in_Billion > 200 company_employee +SELECT T3.Name , COUNT(*) FROM employment AS T1 JOIN people AS T2 ON T1.People_ID = T2.People_ID JOIN company AS T3 ON T1.Company_ID = T3.Company_ID GROUP BY T3.Name company_employee +SELECT Name FROM people WHERE People_ID NOT IN (SELECT People_ID FROM employment) company_employee +SELECT name FROM company WHERE Sales_in_Billion > 200 ORDER BY Sales_in_Billion , Profits_in_Billion DESC company_employee +SELECT count(*) FROM film film_rank +SELECT count(*) FROM film film_rank +SELECT DISTINCT Director FROM film film_rank +SELECT DISTINCT Director FROM film film_rank +SELECT avg(Gross_in_dollar) FROM film film_rank +SELECT avg(Gross_in_dollar) FROM film film_rank +SELECT Low_Estimate , High_Estimate FROM film_market_estimation film_rank +SELECT Low_Estimate , High_Estimate FROM film_market_estimation film_rank +SELECT TYPE FROM film_market_estimation WHERE YEAR = 1995 film_rank +SELECT TYPE FROM film_market_estimation WHERE YEAR = 1995 film_rank +SELECT max(Number_cities) , min(Number_cities) FROM market film_rank +SELECT max(Number_cities) , min(Number_cities) FROM market film_rank +SELECT count(*) FROM market WHERE Number_cities < 300 film_rank +SELECT count(*) FROM market WHERE Number_cities < 300 film_rank +SELECT Country FROM market ORDER BY Country ASC film_rank +SELECT Country FROM market ORDER BY Country ASC film_rank +SELECT Country FROM market ORDER BY Number_cities DESC film_rank +SELECT Country FROM market ORDER BY Number_cities DESC film_rank +SELECT T1.Title , T2.Type FROM film AS T1 JOIN film_market_estimation AS T2 ON T1.Film_ID = T2.Film_ID film_rank +SELECT T1.Title , T2.Type FROM film AS T1 JOIN film_market_estimation AS T2 ON T1.Film_ID = T2.Film_ID film_rank +SELECT DISTINCT T1.Director FROM film AS T1 JOIN film_market_estimation AS T2 ON T1.Film_ID = T2.Film_ID WHERE T2.Year = 1995 film_rank +SELECT DISTINCT T1.Director FROM film AS T1 JOIN film_market_estimation AS T2 ON T1.Film_ID = T2.Film_ID WHERE T2.Year = 1995 film_rank +SELECT avg(T2.Number_cities) FROM film_market_estimation AS T1 JOIN market AS T2 ON T1.Market_ID = T2.Market_ID WHERE T1.Low_Estimate > 10000 film_rank +SELECT avg(T2.Number_cities) FROM film_market_estimation AS T1 JOIN market AS T2 ON T1.Market_ID = T2.Market_ID WHERE T1.Low_Estimate > 10000 film_rank +SELECT T2.Country , T1.Year FROM film_market_estimation AS T1 JOIN market AS T2 ON T1.Market_ID = T2.Market_ID film_rank +SELECT T2.Country , T1.Year FROM film_market_estimation AS T1 JOIN market AS T2 ON T1.Market_ID = T2.Market_ID film_rank +SELECT T1.Year FROM film_market_estimation AS T1 JOIN market AS T2 ON T1.Market_ID = T2.Market_ID WHERE T2.Country = "Japan" ORDER BY T1.Year DESC film_rank +SELECT T1.Year FROM film_market_estimation AS T1 JOIN market AS T2 ON T1.Market_ID = T2.Market_ID WHERE T2.Country = "Japan" ORDER BY T1.Year DESC film_rank +SELECT Studio , COUNT(*) FROM film GROUP BY Studio film_rank +SELECT Studio , COUNT(*) FROM film GROUP BY Studio film_rank +SELECT Studio FROM film GROUP BY Studio ORDER BY COUNT(*) DESC LIMIT 1 film_rank +SELECT Studio FROM film GROUP BY Studio ORDER BY COUNT(*) DESC LIMIT 1 film_rank +SELECT Studio FROM film GROUP BY Studio HAVING COUNT(*) >= 2 film_rank +SELECT Studio FROM film GROUP BY Studio HAVING COUNT(*) >= 2 film_rank +SELECT Title FROM film WHERE Film_ID NOT IN (SELECT Film_ID FROM film_market_estimation) film_rank +SELECT Title FROM film WHERE Film_ID NOT IN (SELECT Film_ID FROM film_market_estimation) film_rank +SELECT Studio FROM film WHERE Director = "Nicholas Meyer" INTERSECT SELECT Studio FROM film WHERE Director = "Walter Hill" film_rank +SELECT Studio FROM film WHERE Director = "Nicholas Meyer" INTERSECT SELECT Studio FROM film WHERE Director = "Walter Hill" film_rank +SELECT title , Studio FROM film WHERE Studio LIKE "%Universal%" film_rank +SELECT title , Studio FROM film WHERE Studio LIKE "%Universal%" film_rank +SELECT Studio FROM film EXCEPT SELECT Studio FROM film WHERE Director = "Walter Hill" film_rank +SELECT Studio FROM film EXCEPT SELECT Studio FROM film WHERE Director = "Walter Hill" film_rank +SELECT Studio FROM film GROUP BY Studio HAVING avg(Gross_in_dollar) >= 4500000 film_rank +SELECT Studio FROM film GROUP BY Studio HAVING avg(Gross_in_dollar) >= 4500000 film_rank +SELECT t1.title FROM film AS T1 JOIN film_market_estimation AS T2 ON T1.Film_ID = T2.Film_ID ORDER BY high_estimate DESC LIMIT 1 film_rank +SELECT t1.title FROM film AS T1 JOIN film_market_estimation AS T2 ON T1.Film_ID = T2.Film_ID ORDER BY high_estimate DESC LIMIT 1 film_rank +SELECT title , director FROM film WHERE film_id NOT IN (SELECT film_id FROM film_market_estimation AS T1 JOIN market AS T2 ON T1.market_id = T2.Market_ID WHERE country = 'China') film_rank +SELECT title , director FROM film WHERE film_id NOT IN (SELECT film_id FROM film_market_estimation AS T1 JOIN market AS T2 ON T1.market_id = T2.Market_ID WHERE country = 'China') film_rank +SELECT count(*) FROM Ref_calendar cre_Doc_Tracking_DB +SELECT count(*) FROM Ref_calendar cre_Doc_Tracking_DB +SELECT calendar_date , day_Number FROM Ref_calendar cre_Doc_Tracking_DB +SELECT calendar_date , day_Number FROM Ref_calendar cre_Doc_Tracking_DB +SELECT count(*) FROM Ref_document_types cre_Doc_Tracking_DB +SELECT count(*) FROM Ref_document_types cre_Doc_Tracking_DB +SELECT document_type_code , document_type_name FROM Ref_document_types cre_Doc_Tracking_DB +SELECT document_type_code , document_type_name FROM Ref_document_types cre_Doc_Tracking_DB +SELECT document_type_name , document_type_description FROM Ref_document_types WHERE document_type_code = "RV" cre_Doc_Tracking_DB +SELECT document_type_name , document_type_description FROM Ref_document_types WHERE document_type_code = "RV" cre_Doc_Tracking_DB +SELECT document_type_code FROM Ref_document_types WHERE document_type_name = "Paper" cre_Doc_Tracking_DB +SELECT document_type_code FROM Ref_document_types WHERE document_type_name = "Paper" cre_Doc_Tracking_DB +SELECT count(*) FROM All_documents WHERE document_type_code = "CV" OR document_type_code = "BK" cre_Doc_Tracking_DB +SELECT count(*) FROM All_documents WHERE document_type_code = "CV" OR document_type_code = "BK" cre_Doc_Tracking_DB +SELECT date_stored FROM All_documents WHERE Document_name = "Marry CV" cre_Doc_Tracking_DB +SELECT date_stored FROM All_documents WHERE Document_name = "Marry CV" cre_Doc_Tracking_DB +SELECT T2.day_Number , T1.Date_Stored FROM All_documents AS T1 JOIN Ref_calendar AS T2 ON T1.date_stored = T2.calendar_date cre_Doc_Tracking_DB +SELECT T2.day_Number , T1.Date_Stored FROM All_documents AS T1 JOIN Ref_calendar AS T2 ON T1.date_stored = T2.calendar_date cre_Doc_Tracking_DB +SELECT T2.document_type_name FROM All_documents AS T1 JOIN Ref_document_types AS T2 ON T1.document_type_code = T2.document_type_code WHERE T1.document_name = "How to read a book" cre_Doc_Tracking_DB +SELECT T2.document_type_name FROM All_documents AS T1 JOIN Ref_document_types AS T2 ON T1.document_type_code = T2.document_type_code WHERE T1.document_name = "How to read a book" cre_Doc_Tracking_DB +SELECT count(*) FROM Ref_locations cre_Doc_Tracking_DB +SELECT count(*) FROM Ref_locations cre_Doc_Tracking_DB +SELECT location_code , location_name FROM Ref_locations cre_Doc_Tracking_DB +SELECT location_code , location_name FROM Ref_locations cre_Doc_Tracking_DB +SELECT location_name , location_description FROM Ref_locations WHERE location_code = "x" cre_Doc_Tracking_DB +SELECT location_name , location_description FROM Ref_locations WHERE location_code = "x" cre_Doc_Tracking_DB +SELECT location_code FROM Ref_locations WHERE location_name = "Canada" cre_Doc_Tracking_DB +SELECT location_code FROM Ref_locations WHERE location_name = "Canada" cre_Doc_Tracking_DB +SELECT count(*) FROM ROLES cre_Doc_Tracking_DB +SELECT count(*) FROM ROLES cre_Doc_Tracking_DB +SELECT role_code , role_name , role_description FROM ROLES cre_Doc_Tracking_DB +SELECT role_code , role_name , role_description FROM ROLES cre_Doc_Tracking_DB +SELECT role_name , role_description FROM ROLES WHERE role_code = "MG" cre_Doc_Tracking_DB +SELECT role_name , role_description FROM ROLES WHERE role_code = "MG" cre_Doc_Tracking_DB +SELECT role_description FROM ROLES WHERE role_name = "Proof Reader" cre_Doc_Tracking_DB +SELECT role_description FROM ROLES WHERE role_name = "Proof Reader" cre_Doc_Tracking_DB +SELECT count(*) FROM Employees cre_Doc_Tracking_DB +SELECT count(*) FROM Employees cre_Doc_Tracking_DB +SELECT employee_name , role_code , date_of_birth FROM Employees WHERE employee_Name = 'Armani' cre_Doc_Tracking_DB +SELECT employee_name , role_code , date_of_birth FROM Employees WHERE employee_Name = 'Armani' cre_Doc_Tracking_DB +SELECT employee_ID FROM Employees WHERE employee_name = "Ebba" cre_Doc_Tracking_DB +SELECT employee_ID FROM Employees WHERE employee_name = "Ebba" cre_Doc_Tracking_DB +SELECT employee_name FROM Employees WHERE role_code = "HR" cre_Doc_Tracking_DB +SELECT employee_name FROM Employees WHERE role_code = "HR" cre_Doc_Tracking_DB +SELECT role_code , count(*) FROM Employees GROUP BY role_code cre_Doc_Tracking_DB +SELECT role_code , count(*) FROM Employees GROUP BY role_code cre_Doc_Tracking_DB +SELECT role_code FROM Employees GROUP BY role_code ORDER BY count(*) DESC LIMIT 1 cre_Doc_Tracking_DB +SELECT role_code FROM Employees GROUP BY role_code ORDER BY count(*) DESC LIMIT 1 cre_Doc_Tracking_DB +SELECT role_code FROM Employees GROUP BY role_code HAVING count(*) >= 3 cre_Doc_Tracking_DB +SELECT role_code FROM Employees GROUP BY role_code HAVING count(*) >= 3 cre_Doc_Tracking_DB +SELECT role_code FROM Employees GROUP BY role_code ORDER BY count(*) ASC LIMIT 1 cre_Doc_Tracking_DB +SELECT role_code FROM Employees GROUP BY role_code ORDER BY count(*) ASC LIMIT 1 cre_Doc_Tracking_DB +SELECT T2.role_name , T2.role_description FROM Employees AS T1 JOIN ROLES AS T2 ON T1.role_code = T2.role_code WHERE T1.employee_name = "Ebba" cre_Doc_Tracking_DB +SELECT T2.role_name , T2.role_description FROM Employees AS T1 JOIN ROLES AS T2 ON T1.role_code = T2.role_code WHERE T1.employee_name = "Ebba" cre_Doc_Tracking_DB +SELECT T1.employee_name FROM Employees AS T1 JOIN ROLES AS T2 ON T1.role_code = T2.role_code WHERE T2.role_name = "Editor" cre_Doc_Tracking_DB +SELECT T1.employee_name FROM Employees AS T1 JOIN ROLES AS T2 ON T1.role_code = T2.role_code WHERE T2.role_name = "Editor" cre_Doc_Tracking_DB +SELECT T1.employee_id FROM Employees AS T1 JOIN ROLES AS T2 ON T1.role_code = T2.role_code WHERE T2.role_name = "Human Resource" OR T2.role_name = "Manager" cre_Doc_Tracking_DB +SELECT T1.employee_id FROM Employees AS T1 JOIN ROLES AS T2 ON T1.role_code = T2.role_code WHERE T2.role_name = "Human Resource" OR T2.role_name = "Manager" cre_Doc_Tracking_DB +SELECT DISTINCT location_code FROM Document_locations cre_Doc_Tracking_DB +SELECT DISTINCT location_code FROM Document_locations cre_Doc_Tracking_DB +SELECT T3.location_name FROM All_documents AS T1 JOIN Document_locations AS T2 ON T1.document_id = T2.document_id JOIN Ref_locations AS T3 ON T2.location_code = T3.location_code WHERE T1.document_name = "Robin CV" cre_Doc_Tracking_DB +SELECT T3.location_name FROM All_documents AS T1 JOIN Document_locations AS T2 ON T1.document_id = T2.document_id JOIN Ref_locations AS T3 ON T2.location_code = T3.location_code WHERE T1.document_name = "Robin CV" cre_Doc_Tracking_DB +SELECT location_code , date_in_location_from , date_in_locaton_to FROM Document_locations cre_Doc_Tracking_DB +SELECT location_code , date_in_location_from , date_in_locaton_to FROM Document_locations cre_Doc_Tracking_DB +SELECT T1.date_in_location_from , T1.date_in_locaton_to FROM Document_locations AS T1 JOIN All_documents AS T2 ON T1.document_id = T2.document_id WHERE T2.document_name = "Robin CV" cre_Doc_Tracking_DB +SELECT T1.date_in_location_from , T1.date_in_locaton_to FROM Document_locations AS T1 JOIN All_documents AS T2 ON T1.document_id = T2.document_id WHERE T2.document_name = "Robin CV" cre_Doc_Tracking_DB +SELECT location_code , count(*) FROM Document_locations GROUP BY location_code cre_Doc_Tracking_DB +SELECT location_code , count(*) FROM Document_locations GROUP BY location_code cre_Doc_Tracking_DB +SELECT location_code FROM Document_locations GROUP BY location_code ORDER BY count(*) DESC LIMIT 1 cre_Doc_Tracking_DB +SELECT location_code FROM Document_locations GROUP BY location_code ORDER BY count(*) DESC LIMIT 1 cre_Doc_Tracking_DB +SELECT location_code FROM Document_locations GROUP BY location_code HAVING count(*) >= 3 cre_Doc_Tracking_DB +SELECT location_code FROM Document_locations GROUP BY location_code HAVING count(*) >= 3 cre_Doc_Tracking_DB +SELECT T2.location_name , T1.location_code FROM Document_locations AS T1 JOIN Ref_locations AS T2 ON T1.location_code = T2.location_code GROUP BY T1.location_code ORDER BY count(*) ASC LIMIT 1 cre_Doc_Tracking_DB +SELECT T2.location_name , T1.location_code FROM Document_locations AS T1 JOIN Ref_locations AS T2 ON T1.location_code = T2.location_code GROUP BY T1.location_code ORDER BY count(*) ASC LIMIT 1 cre_Doc_Tracking_DB +SELECT T2.employee_name , T3.employee_name FROM Documents_to_be_destroyed AS T1 JOIN Employees AS T2 ON T1.Destruction_Authorised_by_Employee_ID = T2.employee_id JOIN Employees AS T3 ON T1.Destroyed_by_Employee_ID = T3.employee_id; cre_Doc_Tracking_DB +SELECT T2.employee_name , T3.employee_name FROM Documents_to_be_destroyed AS T1 JOIN Employees AS T2 ON T1.Destruction_Authorised_by_Employee_ID = T2.employee_id JOIN Employees AS T3 ON T1.Destroyed_by_Employee_ID = T3.employee_id; cre_Doc_Tracking_DB +SELECT Destruction_Authorised_by_Employee_ID , count(*) FROM Documents_to_be_destroyed GROUP BY Destruction_Authorised_by_Employee_ID cre_Doc_Tracking_DB +SELECT Destruction_Authorised_by_Employee_ID , count(*) FROM Documents_to_be_destroyed GROUP BY Destruction_Authorised_by_Employee_ID cre_Doc_Tracking_DB +SELECT Destroyed_by_Employee_ID , count(*) FROM Documents_to_be_destroyed GROUP BY Destroyed_by_Employee_ID cre_Doc_Tracking_DB +SELECT Destroyed_by_Employee_ID , count(*) FROM Documents_to_be_destroyed GROUP BY Destroyed_by_Employee_ID cre_Doc_Tracking_DB +SELECT employee_id FROM Employees EXCEPT SELECT Destruction_Authorised_by_Employee_ID FROM Documents_to_be_destroyed cre_Doc_Tracking_DB +SELECT employee_id FROM Employees EXCEPT SELECT Destruction_Authorised_by_Employee_ID FROM Documents_to_be_destroyed cre_Doc_Tracking_DB +SELECT DISTINCT Destruction_Authorised_by_Employee_ID FROM Documents_to_be_destroyed cre_Doc_Tracking_DB +SELECT DISTINCT Destruction_Authorised_by_Employee_ID FROM Documents_to_be_destroyed cre_Doc_Tracking_DB +SELECT DISTINCT Destroyed_by_Employee_ID FROM Documents_to_be_destroyed cre_Doc_Tracking_DB +SELECT DISTINCT Destroyed_by_Employee_ID FROM Documents_to_be_destroyed cre_Doc_Tracking_DB +SELECT employee_id FROM Employees EXCEPT SELECT Destroyed_by_Employee_ID FROM Documents_to_be_destroyed cre_Doc_Tracking_DB +SELECT employee_id FROM Employees EXCEPT SELECT Destroyed_by_Employee_ID FROM Documents_to_be_destroyed cre_Doc_Tracking_DB +SELECT Destroyed_by_Employee_ID FROM Documents_to_be_destroyed UNION SELECT Destruction_Authorised_by_Employee_ID FROM Documents_to_be_destroyed cre_Doc_Tracking_DB +SELECT Destroyed_by_Employee_ID FROM Documents_to_be_destroyed UNION SELECT Destruction_Authorised_by_Employee_ID FROM Documents_to_be_destroyed cre_Doc_Tracking_DB +SELECT count(*) FROM club club_1 +SELECT count(*) FROM club club_1 +SELECT clubname FROM club club_1 +SELECT clubname FROM club club_1 +SELECT count(*) FROM student club_1 +SELECT count(*) FROM student club_1 +SELECT DISTINCT fname FROM student club_1 +SELECT DISTINCT fname FROM student club_1 +SELECT t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Bootup Baltimore" club_1 +SELECT t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Bootup Baltimore" club_1 +SELECT t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Hopkins Student Enterprises" club_1 +SELECT t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Hopkins Student Enterprises" club_1 +SELECT count(*) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Tennis Club" club_1 +SELECT count(*) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Tennis Club" club_1 +SELECT count(*) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Pen and Paper Gaming" club_1 +SELECT count(*) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Pen and Paper Gaming" club_1 +SELECT count(*) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.fname = "Linda" AND t3.lname = "Smith" club_1 +SELECT count(*) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.fname = "Linda" AND t3.lname = "Smith" club_1 +SELECT count(*) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.fname = "Tracy" AND t3.lname = "Kim" club_1 +SELECT count(*) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.fname = "Tracy" AND t3.lname = "Kim" club_1 +SELECT t3.fname , t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Bootup Baltimore" AND t3.sex = "F" club_1 +SELECT t3.fname , t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Bootup Baltimore" AND t3.sex = "F" club_1 +SELECT t3.fname , t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Hopkins Student Enterprises" AND t3.sex = "M" club_1 +SELECT t3.fname , t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Hopkins Student Enterprises" AND t3.sex = "M" club_1 +SELECT t3.fname , t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Bootup Baltimore" AND t3.major = "600" club_1 +SELECT t3.fname , t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Bootup Baltimore" AND t3.major = "600" club_1 +SELECT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.major = "600" GROUP BY t1.clubname ORDER BY count(*) DESC LIMIT 1 club_1 +SELECT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.major = "600" GROUP BY t1.clubname ORDER BY count(*) DESC LIMIT 1 club_1 +SELECT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.sex = "F" GROUP BY t1.clubname ORDER BY count(*) DESC LIMIT 1 club_1 +SELECT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.sex = "F" GROUP BY t1.clubname ORDER BY count(*) DESC LIMIT 1 club_1 +SELECT clubdesc FROM club WHERE clubname = "Tennis Club" club_1 +SELECT clubdesc FROM club WHERE clubname = "Tennis Club" club_1 +SELECT clubdesc FROM club WHERE clubname = "Pen and Paper Gaming" club_1 +SELECT clubdesc FROM club WHERE clubname = "Pen and Paper Gaming" club_1 +SELECT clublocation FROM club WHERE clubname = "Tennis Club" club_1 +SELECT clublocation FROM club WHERE clubname = "Tennis Club" club_1 +SELECT clublocation FROM club WHERE clubname = "Pen and Paper Gaming" club_1 +SELECT clublocation FROM club WHERE clubname = "Pen and Paper Gaming" club_1 +SELECT clublocation FROM club WHERE clubname = "Hopkins Student Enterprises" club_1 +SELECT clublocation FROM club WHERE clubname = "Hopkins Student Enterprises" club_1 +SELECT clubname FROM club WHERE clublocation = "AKW" club_1 +SELECT clubname FROM club WHERE clublocation = "AKW" club_1 +SELECT count(*) FROM club WHERE clublocation = "HHH" club_1 +SELECT count(*) FROM club WHERE clublocation = "HHH" club_1 +SELECT t3.fname , t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Bootup Baltimore" AND t2.position = "President" club_1 +SELECT t3.fname , t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Bootup Baltimore" AND t2.position = "President" club_1 +SELECT t3.fname , t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Hopkins Student Enterprises" AND t2.position = "CTO" club_1 +SELECT t3.fname , t3.lname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Hopkins Student Enterprises" AND t2.position = "CTO" club_1 +SELECT count(DISTINCT t2.position) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid WHERE t1.clubname = "Bootup Baltimore" club_1 +SELECT count(DISTINCT t2.position) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid WHERE t1.clubname = "Bootup Baltimore" club_1 +SELECT count(*) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Bootup Baltimore" AND t3.age > 18 club_1 +SELECT count(*) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Bootup Baltimore" AND t3.age > 18 club_1 +SELECT count(*) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Bootup Baltimore" AND t3.age < 18 club_1 +SELECT count(*) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Bootup Baltimore" AND t3.age < 18 club_1 +SELECT DISTINCT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.city_code = "BAL" club_1 +SELECT DISTINCT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.city_code = "BAL" club_1 +SELECT DISTINCT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.city_code = "HOU" club_1 +SELECT DISTINCT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.city_code = "HOU" club_1 +SELECT count(DISTINCT t1.clubname) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.fname = "Eric" AND t3.lname = "Tai" club_1 +SELECT count(DISTINCT t1.clubname) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.fname = "Eric" AND t3.lname = "Tai" club_1 +SELECT DISTINCT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.fname = "Davis" AND t3.lname = "Steven" club_1 +SELECT DISTINCT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.fname = "Davis" AND t3.lname = "Steven" club_1 +SELECT DISTINCT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.advisor = 1121 club_1 +SELECT DISTINCT t1.clubname FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t3.advisor = 1121 club_1 +SELECT avg(t3.age) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Bootup Baltimore" club_1 +SELECT avg(t3.age) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Bootup Baltimore" club_1 +SELECT avg(t3.age) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Hopkins Student Enterprises" club_1 +SELECT avg(t3.age) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Hopkins Student Enterprises" club_1 +SELECT avg(t3.age) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Tennis Club" club_1 +SELECT avg(t3.age) FROM club AS t1 JOIN member_of_club AS t2 ON t1.clubid = t2.clubid JOIN student AS t3 ON t2.stuid = t3.stuid WHERE t1.clubname = "Tennis Club" club_1 +SELECT T1.grant_amount FROM Grants AS T1 JOIN Documents AS T2 ON T1.grant_id = T2.grant_id WHERE T2.sent_date < '1986-08-26 20:49:27' INTERSECT SELECT grant_amount FROM grants WHERE grant_end_date > '1989-03-16 18:27:16' tracking_grants_for_research +SELECT T1.grant_amount FROM Grants AS T1 JOIN Documents AS T2 ON T1.grant_id = T2.grant_id WHERE T2.sent_date < '1986-08-26 20:49:27' INTERSECT SELECT grant_amount FROM grants WHERE grant_end_date > '1989-03-16 18:27:16' tracking_grants_for_research +SELECT T1.project_details FROM Projects AS T1 JOIN Project_outcomes AS T2 ON T1.project_id = T2.project_id WHERE T2.outcome_code = 'Paper' INTERSECT SELECT T1.project_details FROM Projects AS T1 JOIN Project_outcomes AS T2 ON T1.project_id = T2.project_id WHERE T2.outcome_code = 'Patent' tracking_grants_for_research +SELECT T1.project_details FROM Projects AS T1 JOIN Project_outcomes AS T2 ON T1.project_id = T2.project_id WHERE T2.outcome_code = 'Paper' INTERSECT SELECT T1.project_details FROM Projects AS T1 JOIN Project_outcomes AS T2 ON T1.project_id = T2.project_id WHERE T2.outcome_code = 'Patent' tracking_grants_for_research +SELECT sum(grant_amount) FROM Grants AS T1 JOIN Organisations AS T2 ON T1.organisation_id = T2.organisation_id JOIN organisation_Types AS T3 ON T2.organisation_type = T3.organisation_type WHERE T3.organisation_type_description = 'Research' tracking_grants_for_research +SELECT sum(grant_amount) FROM Grants AS T1 JOIN Organisations AS T2 ON T1.organisation_id = T2.organisation_id JOIN organisation_Types AS T3 ON T2.organisation_type = T3.organisation_type WHERE T3.organisation_type_description = 'Research' tracking_grants_for_research +SELECT date_from , date_to FROM Project_Staff WHERE project_id IN( SELECT project_id FROM Project_Staff GROUP BY project_id ORDER BY count(*) DESC LIMIT 1 ) UNION SELECT date_from , date_to FROM Project_Staff WHERE role_code = 'leader' tracking_grants_for_research +SELECT date_from , date_to FROM Project_Staff WHERE project_id IN( SELECT project_id FROM Project_Staff GROUP BY project_id ORDER BY count(*) DESC LIMIT 1 ) UNION SELECT date_from , date_to FROM Project_Staff WHERE role_code = 'leader' tracking_grants_for_research +SELECT T2.organisation_id , T2.organisation_details FROM Grants AS T1 JOIN Organisations AS T2 ON T1.organisation_id = T2.organisation_id GROUP BY T2.organisation_id HAVING sum(T1.grant_amount) > 6000 tracking_grants_for_research +SELECT T2.organisation_id , T2.organisation_details FROM Grants AS T1 JOIN Organisations AS T2 ON T1.organisation_id = T2.organisation_id GROUP BY T2.organisation_id HAVING sum(T1.grant_amount) > 6000 tracking_grants_for_research +SELECT T1.organisation_type , T1.organisation_id FROM Organisations AS T1 JOIN Research_Staff AS T2 ON T1.organisation_id = T2.employer_organisation_id GROUP BY T1.organisation_id ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT T1.organisation_type , T1.organisation_id FROM Organisations AS T1 JOIN Research_Staff AS T2 ON T1.organisation_id = T2.employer_organisation_id GROUP BY T1.organisation_id ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT T1.organisation_type FROM Organisations AS T1 JOIN Research_Staff AS T2 ON T1.organisation_id = T2.employer_organisation_id GROUP BY T1.organisation_type ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT T1.organisation_type FROM Organisations AS T1 JOIN Research_Staff AS T2 ON T1.organisation_id = T2.employer_organisation_id GROUP BY T1.organisation_type ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT T1.sent_date FROM documents AS T1 JOIN Grants AS T2 ON T1.grant_id = T2.grant_id JOIN Organisations AS T3 ON T2.organisation_id = T3.organisation_id JOIN organisation_Types AS T4 ON T3.organisation_type = T4.organisation_type WHERE T2.grant_amount > 5000 AND T4.organisation_type_description = 'Research' tracking_grants_for_research +SELECT T1.sent_date FROM documents AS T1 JOIN Grants AS T2 ON T1.grant_id = T2.grant_id JOIN Organisations AS T3 ON T2.organisation_id = T3.organisation_id JOIN organisation_Types AS T4 ON T3.organisation_type = T4.organisation_type WHERE T2.grant_amount > 5000 AND T4.organisation_type_description = 'Research' tracking_grants_for_research +SELECT T1.response_received_date FROM Documents AS T1 JOIN Document_Types AS T2 ON T1.document_type_code = T2.document_type_code JOIN Grants AS T3 ON T1.grant_id = T3.grant_id WHERE T2.document_description = 'Regular' OR T3.grant_amount > 100 tracking_grants_for_research +SELECT T1.response_received_date FROM Documents AS T1 JOIN Document_Types AS T2 ON T1.document_type_code = T2.document_type_code JOIN Grants AS T3 ON T1.grant_id = T3.grant_id WHERE T2.document_description = 'Regular' OR T3.grant_amount > 100 tracking_grants_for_research +SELECT project_details FROM Projects WHERE project_id NOT IN ( SELECT project_id FROM Project_Staff WHERE role_code = 'researcher' ) tracking_grants_for_research +SELECT project_details FROM Projects WHERE project_id NOT IN ( SELECT project_id FROM Project_Staff WHERE role_code = 'researcher' ) tracking_grants_for_research +SELECT T1.task_details , T1.task_id , T2.project_id FROM Tasks AS T1 JOIN Projects AS T2 ON T1.project_id = T2.project_id WHERE T2.project_details = 'omnis' UNION SELECT T1.task_details , T1.task_id , T2.project_id FROM Tasks AS T1 JOIN Projects AS T2 ON T1.project_id = T2.project_id JOIN Project_outcomes AS T3 ON T2.project_id = T3.project_id GROUP BY T2.project_id HAVING count(*) > 2 tracking_grants_for_research +SELECT T1.task_details , T1.task_id , T2.project_id FROM Tasks AS T1 JOIN Projects AS T2 ON T1.project_id = T2.project_id WHERE T2.project_details = 'omnis' UNION SELECT T1.task_details , T1.task_id , T2.project_id FROM Tasks AS T1 JOIN Projects AS T2 ON T1.project_id = T2.project_id JOIN Project_outcomes AS T3 ON T2.project_id = T3.project_id GROUP BY T2.project_id HAVING count(*) > 2 tracking_grants_for_research +SELECT date_from , date_to FROM Project_Staff WHERE role_code = 'researcher' tracking_grants_for_research +SELECT date_from , date_to FROM Project_Staff WHERE role_code = 'researcher' tracking_grants_for_research +SELECT count(DISTINCT role_code) FROM Project_Staff tracking_grants_for_research +SELECT count(DISTINCT role_code) FROM Project_Staff tracking_grants_for_research +SELECT sum(grant_amount) , organisation_id FROM Grants GROUP BY organisation_id tracking_grants_for_research +SELECT sum(grant_amount) , organisation_id FROM Grants GROUP BY organisation_id tracking_grants_for_research +SELECT T1.project_details FROM Projects AS T1 JOIN Project_outcomes AS T2 ON T1.project_id = T2.project_id JOIN Research_outcomes AS T3 ON T2.outcome_code = T3.outcome_code WHERE T3.outcome_description LIKE '%Published%' tracking_grants_for_research +SELECT T1.project_details FROM Projects AS T1 JOIN Project_outcomes AS T2 ON T1.project_id = T2.project_id JOIN Research_outcomes AS T3 ON T2.outcome_code = T3.outcome_code WHERE T3.outcome_description LIKE '%Published%' tracking_grants_for_research +SELECT T1.project_id , count(*) FROM Project_Staff AS T1 JOIN Projects AS T2 ON T1.project_id = T2.project_id GROUP BY T1.project_id ORDER BY count(*) ASC tracking_grants_for_research +SELECT T1.project_id , count(*) FROM Project_Staff AS T1 JOIN Projects AS T2 ON T1.project_id = T2.project_id GROUP BY T1.project_id ORDER BY count(*) ASC tracking_grants_for_research +SELECT role_description FROM Staff_Roles WHERE role_code = 'researcher' tracking_grants_for_research +SELECT role_description FROM Staff_Roles WHERE role_code = 'researcher' tracking_grants_for_research +SELECT date_from FROM Project_Staff ORDER BY date_from ASC LIMIT 1 tracking_grants_for_research +SELECT date_from FROM Project_Staff ORDER BY date_from ASC LIMIT 1 tracking_grants_for_research +SELECT T1.project_details , T1.project_id FROM Projects AS T1 JOIN Project_outcomes AS T2 ON T1.project_id = T2.project_id GROUP BY T1.project_id ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT T1.project_details , T1.project_id FROM Projects AS T1 JOIN Project_outcomes AS T2 ON T1.project_id = T2.project_id GROUP BY T1.project_id ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT project_details FROM Projects WHERE project_id NOT IN ( SELECT project_id FROM Project_outcomes ) tracking_grants_for_research +SELECT project_details FROM Projects WHERE project_id NOT IN ( SELECT project_id FROM Project_outcomes ) tracking_grants_for_research +SELECT T1.organisation_id , T1.organisation_type , T1.organisation_details FROM Organisations AS T1 JOIN Research_Staff AS T2 ON T1.organisation_id = T2.employer_organisation_id GROUP BY T1.organisation_id ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT T1.organisation_id , T1.organisation_type , T1.organisation_details FROM Organisations AS T1 JOIN Research_Staff AS T2 ON T1.organisation_id = T2.employer_organisation_id GROUP BY T1.organisation_id ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT T1.role_description , T2.staff_id FROM Staff_Roles AS T1 JOIN Project_Staff AS T2 ON T1.role_code = T2.role_code JOIN Project_outcomes AS T3 ON T2.project_id = T3.project_id GROUP BY T2.staff_id ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT T1.role_description , T2.staff_id FROM Staff_Roles AS T1 JOIN Project_Staff AS T2 ON T1.role_code = T2.role_code JOIN Project_outcomes AS T3 ON T2.project_id = T3.project_id GROUP BY T2.staff_id ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT document_type_code FROM Document_Types WHERE document_description LIKE 'Initial%' tracking_grants_for_research +SELECT document_type_code FROM Document_Types WHERE document_description LIKE 'Initial%' tracking_grants_for_research +SELECT T1.grant_start_date FROM Grants AS T1 JOIN Documents AS T2 ON T1.grant_id = T2.grant_id JOIN Document_Types AS T3 ON T2.document_type_code = T3.document_type_code WHERE T3.document_description = 'Regular' INTERSECT SELECT T1.grant_start_date FROM Grants AS T1 JOIN Documents AS T2 ON T1.grant_id = T2.grant_id JOIN Document_Types AS T3 ON T2.document_type_code = T3.document_type_code WHERE T3.document_description = 'Initial Application' tracking_grants_for_research +SELECT T1.grant_start_date FROM Grants AS T1 JOIN Documents AS T2 ON T1.grant_id = T2.grant_id JOIN Document_Types AS T3 ON T2.document_type_code = T3.document_type_code WHERE T3.document_description = 'Regular' INTERSECT SELECT T1.grant_start_date FROM Grants AS T1 JOIN Documents AS T2 ON T1.grant_id = T2.grant_id JOIN Document_Types AS T3 ON T2.document_type_code = T3.document_type_code WHERE T3.document_description = 'Initial Application' tracking_grants_for_research +SELECT grant_id , count(*) FROM Documents GROUP BY grant_id ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT grant_id , count(*) FROM Documents GROUP BY grant_id ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT T1.organisation_type_description FROM organisation_Types AS T1 JOIN Organisations AS T2 ON T1.organisation_type = T2.organisation_type WHERE T2.organisation_details = 'quo' tracking_grants_for_research +SELECT T1.organisation_type_description FROM organisation_Types AS T1 JOIN Organisations AS T2 ON T1.organisation_type = T2.organisation_type WHERE T2.organisation_details = 'quo' tracking_grants_for_research +SELECT organisation_details FROM Organisations AS T1 JOIN organisation_Types AS T2 ON T1.organisation_type = T2.organisation_type WHERE T2.organisation_type_description = 'Sponsor' ORDER BY organisation_details tracking_grants_for_research +SELECT organisation_details FROM Organisations AS T1 JOIN organisation_Types AS T2 ON T1.organisation_type = T2.organisation_type WHERE T2.organisation_type_description = 'Sponsor' ORDER BY organisation_details tracking_grants_for_research +SELECT count(*) FROM Project_outcomes WHERE outcome_code = 'Patent' tracking_grants_for_research +SELECT count(*) FROM Project_outcomes WHERE outcome_code = 'Patent' tracking_grants_for_research +SELECT count(*) FROM Project_Staff WHERE role_code = 'leader' OR date_from < '1989-04-24 23:51:54' tracking_grants_for_research +SELECT count(*) FROM Project_Staff WHERE role_code = 'leader' OR date_from < '1989-04-24 23:51:54' tracking_grants_for_research +SELECT date_to FROM Project_Staff ORDER BY date_to DESC LIMIT 1 tracking_grants_for_research +SELECT date_to FROM Project_Staff ORDER BY date_to DESC LIMIT 1 tracking_grants_for_research +SELECT T1.outcome_description FROM Research_outcomes AS T1 JOIN Project_outcomes AS T2 ON T1.outcome_code = T2.outcome_code JOIN Projects AS T3 ON T2.project_id = T3.project_id WHERE T3.project_details = 'sint' tracking_grants_for_research +SELECT T1.outcome_description FROM Research_outcomes AS T1 JOIN Project_outcomes AS T2 ON T1.outcome_code = T2.outcome_code JOIN Projects AS T3 ON T2.project_id = T3.project_id WHERE T3.project_details = 'sint' tracking_grants_for_research +SELECT T1.organisation_id , count(*) FROM Projects AS T1 JOIN Project_outcomes AS T2 ON T1.project_id = T2.project_id GROUP BY T1.organisation_id ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT T1.organisation_id , count(*) FROM Projects AS T1 JOIN Project_outcomes AS T2 ON T1.project_id = T2.project_id GROUP BY T1.organisation_id ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT project_details FROM Projects WHERE organisation_id IN ( SELECT organisation_id FROM Projects GROUP BY organisation_id ORDER BY count(*) DESC LIMIT 1 ) tracking_grants_for_research +SELECT project_details FROM Projects WHERE organisation_id IN ( SELECT organisation_id FROM Projects GROUP BY organisation_id ORDER BY count(*) DESC LIMIT 1 ) tracking_grants_for_research +SELECT staff_details FROM Research_Staff ORDER BY staff_details ASC tracking_grants_for_research +SELECT staff_details FROM Research_Staff ORDER BY staff_details ASC tracking_grants_for_research +SELECT count(*) FROM Tasks tracking_grants_for_research +SELECT count(*) FROM Tasks tracking_grants_for_research +SELECT count(*) , T1.project_details FROM Projects AS T1 JOIN Tasks AS T2 ON T1.project_id = T2.project_id GROUP BY T1.project_id tracking_grants_for_research +SELECT count(*) , T1.project_details FROM Projects AS T1 JOIN Tasks AS T2 ON T1.project_id = T2.project_id GROUP BY T1.project_id tracking_grants_for_research +SELECT role_code FROM Project_Staff WHERE date_from > '2003-04-19 15:06:20' AND date_to < '2016-03-15 00:33:18' tracking_grants_for_research +SELECT role_code FROM Project_Staff WHERE date_from > '2003-04-19 15:06:20' AND date_to < '2016-03-15 00:33:18' tracking_grants_for_research +SELECT T1.outcome_description FROM Research_outcomes AS T1 JOIN Project_outcomes AS T2 ON T1.outcome_code = T2.outcome_code tracking_grants_for_research +SELECT T1.outcome_description FROM Research_outcomes AS T1 JOIN Project_outcomes AS T2 ON T1.outcome_code = T2.outcome_code tracking_grants_for_research +SELECT role_code FROM Project_Staff GROUP BY role_code ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT role_code FROM Project_Staff GROUP BY role_code ORDER BY count(*) DESC LIMIT 1 tracking_grants_for_research +SELECT count(T2.friend) FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T1.name = 'Dan' network_2 +SELECT count(T2.friend) FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T1.name = 'Dan' network_2 +SELECT count(*) FROM Person WHERE gender = 'female' network_2 +SELECT count(*) FROM Person WHERE gender = 'female' network_2 +SELECT avg(age) FROM Person network_2 +SELECT avg(age) FROM Person network_2 +SELECT count(DISTINCT city) FROM Person network_2 +SELECT count(DISTINCT city) FROM Person network_2 +SELECT count(DISTINCT job) FROM Person network_2 +SELECT count(DISTINCT job) FROM Person network_2 +SELECT name FROM Person WHERE age = (SELECT max(age) FROM person) network_2 +SELECT name FROM Person WHERE age = (SELECT max(age) FROM person) network_2 +SELECT name FROM Person WHERE job = 'student' AND age = (SELECT max(age) FROM person WHERE job = 'student' ) network_2 +SELECT name FROM Person WHERE job = 'student' AND age = (SELECT max(age) FROM person WHERE job = 'student' ) network_2 +SELECT name FROM Person WHERE gender = 'male' AND age = (SELECT min(age) FROM person WHERE gender = 'male' ) network_2 +SELECT name FROM Person WHERE gender = 'male' AND age = (SELECT min(age) FROM person WHERE gender = 'male' ) network_2 +SELECT age FROM Person WHERE job = 'doctor' AND name = 'Zach' network_2 +SELECT age FROM Person WHERE job = 'doctor' AND name = 'Zach' network_2 +SELECT name FROM Person WHERE age < 30 network_2 +SELECT name FROM Person WHERE age < 30 network_2 +SELECT count(*) FROM Person WHERE age > 30 AND job = 'engineer' network_2 +SELECT count(*) FROM Person WHERE age > 30 AND job = 'engineer' network_2 +SELECT avg(age) , gender FROM Person GROUP BY gender network_2 +SELECT avg(age) , gender FROM Person GROUP BY gender network_2 +SELECT avg(age) , job FROM Person GROUP BY job network_2 +SELECT avg(age) , job FROM Person GROUP BY job network_2 +SELECT avg(age) , job FROM Person WHERE gender = 'male' GROUP BY job network_2 +SELECT avg(age) , job FROM Person WHERE gender = 'male' GROUP BY job network_2 +SELECT min(age) , job FROM Person GROUP BY job network_2 +SELECT min(age) , job FROM Person GROUP BY job network_2 +SELECT count(*) , gender FROM Person WHERE age < 40 GROUP BY gender network_2 +SELECT count(*) , gender FROM Person WHERE age < 40 GROUP BY gender network_2 +SELECT name FROM Person WHERE age > (SELECT min(age) FROM person WHERE job = 'engineer') ORDER BY age network_2 +SELECT name FROM Person WHERE age > (SELECT min(age) FROM person WHERE job = 'engineer') ORDER BY age network_2 +SELECT count(*) FROM Person WHERE age > (SELECT max(age) FROM person WHERE job = 'engineer') network_2 +SELECT count(*) FROM Person WHERE age > (SELECT max(age) FROM person WHERE job = 'engineer') network_2 +SELECT name , job FROM Person ORDER BY name network_2 +SELECT name , job FROM Person ORDER BY name network_2 +SELECT name FROM Person ORDER BY age DESC network_2 +SELECT name FROM Person ORDER BY age DESC network_2 +SELECT name FROM Person WHERE gender = 'male' ORDER BY age network_2 +SELECT name FROM Person WHERE gender = 'male' ORDER BY age network_2 +SELECT T1.name , T1.age FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = 'Dan' INTERSECT SELECT T1.name , T1.age FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = 'Alice' network_2 +SELECT T1.name , T1.age FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = 'Dan' INTERSECT SELECT T1.name , T1.age FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = 'Alice' network_2 +SELECT DISTINCT T1.name , T1.age FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = 'Dan' OR T2.friend = 'Alice' network_2 +SELECT DISTINCT T1.name , T1.age FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = 'Dan' OR T2.friend = 'Alice' network_2 +SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend IN (SELECT name FROM Person WHERE age > 40) INTERSECT SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend IN (SELECT name FROM Person WHERE age < 30) network_2 +SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend IN (SELECT name FROM Person WHERE age > 40) INTERSECT SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend IN (SELECT name FROM Person WHERE age < 30) network_2 +SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend IN (SELECT name FROM Person WHERE age > 40) EXCEPT SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend IN (SELECT name FROM Person WHERE age < 30) network_2 +SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend IN (SELECT name FROM Person WHERE age > 40) EXCEPT SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend IN (SELECT name FROM Person WHERE age < 30) network_2 +SELECT name FROM person EXCEPT SELECT T2.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T1.job = 'student' network_2 +SELECT name FROM person EXCEPT SELECT T2.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T1.job = 'student' network_2 +SELECT name FROM PersonFriend GROUP BY name HAVING count(*) = 1 network_2 +SELECT name FROM PersonFriend GROUP BY name HAVING count(*) = 1 network_2 +SELECT T2.friend FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T1.name = 'Bob' network_2 +SELECT T2.friend FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T1.name = 'Bob' network_2 +SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = 'Bob' network_2 +SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = 'Bob' network_2 +SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = 'Zach' AND T1.gender = 'female' network_2 +SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = 'Zach' AND T1.gender = 'female' network_2 +SELECT T2.friend FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T2.name = 'Alice' AND T1.gender = 'female' network_2 +SELECT T2.friend FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T2.name = 'Alice' AND T1.gender = 'female' network_2 +SELECT T2.friend FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T2.name = 'Alice' AND T1.gender = 'male' AND T1.job = 'doctor' network_2 +SELECT T2.friend FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T2.name = 'Alice' AND T1.gender = 'male' AND T1.job = 'doctor' network_2 +SELECT T2.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T1.city = 'new york city' network_2 +SELECT T2.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T1.city = 'new york city' network_2 +SELECT DISTINCT T2.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T1.age < (SELECT avg(age) FROM person) network_2 +SELECT DISTINCT T2.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T1.age < (SELECT avg(age) FROM person) network_2 +SELECT DISTINCT T2.name , T2.friend , T1.age FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T1.age > (SELECT avg(age) FROM person) network_2 +SELECT DISTINCT T2.name , T2.friend , T1.age FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T1.age > (SELECT avg(age) FROM person) network_2 +SELECT friend FROM PersonFriend WHERE name = 'Zach' AND YEAR = (SELECT max(YEAR) FROM PersonFriend WHERE name = 'Zach') network_2 +SELECT friend FROM PersonFriend WHERE name = 'Zach' AND YEAR = (SELECT max(YEAR) FROM PersonFriend WHERE name = 'Zach') network_2 +SELECT T1.age FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T2.name = 'Zach' AND T2.year = (SELECT max(YEAR) FROM PersonFriend WHERE name = 'Zach') network_2 +SELECT T1.age FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend WHERE T2.name = 'Zach' AND T2.year = (SELECT max(YEAR) FROM PersonFriend WHERE name = 'Zach') network_2 +SELECT name FROM PersonFriend WHERE friend = 'Alice' AND YEAR = (SELECT min(YEAR) FROM PersonFriend WHERE friend = 'Alice') network_2 +SELECT name FROM PersonFriend WHERE friend = 'Alice' AND YEAR = (SELECT min(YEAR) FROM PersonFriend WHERE friend = 'Alice') network_2 +SELECT T1.name , T1.age , T1.job FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = 'Alice' AND T2.year = (SELECT max(YEAR) FROM PersonFriend WHERE friend = 'Alice') network_2 +SELECT T1.name , T1.age , T1.job FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = 'Alice' AND T2.year = (SELECT max(YEAR) FROM PersonFriend WHERE friend = 'Alice') network_2 +SELECT name FROM person EXCEPT SELECT name FROM PersonFriend network_2 +SELECT name FROM person EXCEPT SELECT name FROM PersonFriend network_2 +SELECT T2.name , avg(T1.age) FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend GROUP BY T2.name ORDER BY avg(T1.age) DESC LIMIT 1 network_2 +SELECT T2.name , avg(T1.age) FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.friend GROUP BY T2.name ORDER BY avg(T1.age) DESC LIMIT 1 network_2 +SELECT count(DISTINCT name) FROM PersonFriend WHERE friend NOT IN (SELECT name FROM person WHERE city = 'Austin') network_2 +SELECT count(DISTINCT name) FROM PersonFriend WHERE friend NOT IN (SELECT name FROM person WHERE city = 'Austin') network_2 +SELECT DISTINCT T4.name FROM PersonFriend AS T1 JOIN Person AS T2 ON T1.name = T2.name JOIN PersonFriend AS T3 ON T1.friend = T3.name JOIN PersonFriend AS T4 ON T3.friend = T4.name WHERE T2.name = 'Alice' AND T4.name != 'Alice' network_2 +SELECT DISTINCT T4.name FROM PersonFriend AS T1 JOIN Person AS T2 ON T1.name = T2.name JOIN PersonFriend AS T3 ON T1.friend = T3.name JOIN PersonFriend AS T4 ON T3.friend = T4.name WHERE T2.name = 'Alice' AND T4.name != 'Alice' network_2 +SELECT homepage FROM journal WHERE name = "PVLDB"; academic +SELECT homepage FROM author WHERE name = "H. V. Jagadish"; academic +SELECT abstract FROM publication WHERE title = "Making database systems usable"; academic +SELECT YEAR FROM publication WHERE title = "Making database systems usable"; academic +SELECT YEAR FROM publication WHERE title = "Making database systems usable"; academic +SELECT title FROM publication WHERE YEAR > 2000; academic +SELECT homepage FROM conference WHERE name = "VLDB"; academic +SELECT keyword FROM keyword; academic +SELECT name FROM organization; academic +SELECT name FROM organization WHERE continent = "North America"; academic +SELECT homepage FROM organization WHERE name = "University of Michigan"; academic +SELECT reference_num FROM publication WHERE title = "Making database systems usable"; academic +SELECT reference_num FROM publication WHERE title = "Making database systems usable"; academic +SELECT citation_num FROM publication WHERE title = "Making database systems usable"; academic +SELECT citation_num FROM publication WHERE title = "Making database systems usable"; academic +SELECT title FROM publication WHERE citation_num > 200; academic +SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = "PVLDB" AND t4.year = 2010; academic +SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = "PVLDB" AND t4.year > 2010; academic +SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = "VLDB" AND t4.year = 2002; academic +SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = "VLDB" AND t4.year < 2002; academic +SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = "VLDB" AND t4.year < 2002 AND t4.year > 1995; academic +SELECT t3.name FROM DOMAIN AS t3 JOIN domain_journal AS t1 ON t3.did = t1.did JOIN journal AS t2 ON t2.jid = t1.jid WHERE t2.name = "PVLDB"; academic +SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = "PVLDB"; academic +SELECT t2.name FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid WHERE t1.name = "H. V. Jagadish"; academic +SELECT t2.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish"; academic +SELECT t2.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish"; academic +SELECT t2.name FROM domain_author AS t3 JOIN author AS t1 ON t3.aid = t1.aid JOIN DOMAIN AS t2 ON t2.did = t3.did WHERE t1.name = "H. V. Jagadish"; academic +SELECT t1.name FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t3.title = "Making database systems usable"; academic +SELECT t1.name FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t2.title = "Making database systems usable"; academic +SELECT t3.title FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = "H. V. Jagadish"; academic +SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB"; academic +SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB"; academic +SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB" AND t2.year > 2000; academic +SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB" AND t2.year > 2000; academic +SELECT t4.title FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish" AND t2.name = "PVLDB"; academic +SELECT t4.title FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish" AND t2.name = "VLDB"; academic +SELECT t3.title FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = "H. V. Jagadish" AND t3.year > 2000; academic +SELECT t4.title FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish" AND t2.name = "PVLDB" AND t4.year > 2000; academic +SELECT t4.title FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish" AND t2.name = "VLDB" AND t4.year > 2000; academic +SELECT t2.name FROM domain_conference AS t3 JOIN conference AS t1 ON t3.cid = t1.cid JOIN DOMAIN AS t2 ON t2.did = t3.did WHERE t1.name = "VLDB"; academic +SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = "VLDB"; academic +SELECT t1.keyword FROM DOMAIN AS t3 JOIN domain_keyword AS t2 ON t3.did = t2.did JOIN keyword AS t1 ON t1.kid = t2.kid WHERE t3.name = "Databases"; academic +SELECT t3.title FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t3 ON t3.pid = t2.pid WHERE t1.keyword = "Natural Language"; academic +SELECT t1.keyword FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t2 ON t2.pid = t3.pid WHERE t2.title = "Making database systems usable"; academic +SELECT t1.keyword FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = "H. V. Jagadish"; academic +SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t2.name = "VLDB"; academic +SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t3.name = "PVLDB"; academic +SELECT t1.keyword FROM organization AS t6 JOIN author AS t2 ON t6.oid = t2.oid JOIN writes AS t4 ON t4.aid = t2.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN publication_keyword AS t3 ON t5.pid = t3.pid JOIN keyword AS t1 ON t3.kid = t1.kid WHERE t6.name = "University of Michigan"; academic +SELECT t5.title FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t5 ON t5.pid = t3.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = "H. V. Jagadish" AND t1.keyword = "User Study"; academic +SELECT t4.title FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t4 ON t4.pid = t2.pid JOIN journal AS t3 ON t4.jid = t3.jid WHERE t3.name = "PVLDB" AND t1.keyword = "Keyword search"; academic +SELECT t4.title FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t4 ON t4.pid = t3.pid JOIN conference AS t2 ON t4.cid = t2.cid WHERE t2.name = "VLDB" AND t1.keyword = "Information Retrieval"; academic +SELECT t2.name FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t1.keyword = "Relational Database"; academic +SELECT t2.name FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = "Databases"; academic +SELECT t2.name FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = "Databases" AND t2.continent = "North America"; academic +SELECT t1.name FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid WHERE t2.name = "University of Michigan"; academic +SELECT t1.name FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = "Databases" AND t2.name = "University of Michigan"; academic +SELECT t4.title FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = "University of Michigan"; academic +SELECT t4.title FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = "University of Michigan" AND t4.year > 2000; academic +SELECT t5.title FROM organization AS t3 JOIN author AS t1 ON t3.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN conference AS t2 ON t5.cid = t2.cid WHERE t2.name = "VLDB" AND t3.name = "University of Michigan"; academic +SELECT t5.title FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN journal AS t3 ON t5.jid = t3.jid WHERE t3.name = "PVLDB" AND t2.name = "University of Michigan"; academic +SELECT t5.title FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN journal AS t3 ON t5.jid = t3.jid WHERE t3.name = "PVLDB" AND t2.name = "University of Michigan" AND t5.year > 2000; academic +SELECT t3.title FROM DOMAIN AS t2 JOIN domain_publication AS t1 ON t2.did = t1.did JOIN publication AS t3 ON t3.pid = t1.pid WHERE t2.name = "Databases" AND t3.citation_num > 200; academic +SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB" AND t2.citation_num > 200; academic +SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB" AND t2.citation_num > 200; academic +SELECT t3.title FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = "H. V. Jagadish" AND t3.citation_num > 200; academic +SELECT t4.title FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish" AND t2.name = "PVLDB" AND t4.citation_num > 200; academic +SELECT t4.title FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish" AND t2.name = "VLDB" AND t4.citation_num > 200; academic +SELECT title FROM publication WHERE citation_num > 200 AND YEAR > 2000; academic +SELECT t3.title FROM DOMAIN AS t2 JOIN domain_publication AS t1 ON t2.did = t1.did JOIN publication AS t3 ON t3.pid = t1.pid WHERE t2.name = "Databases" AND t3.citation_num > 200 AND t3.year > 2000; academic +SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB" AND t2.citation_num > 200 AND t2.year > 2000; academic +SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB" AND t2.citation_num > 200 AND t2.year > 2000; academic +SELECT COUNT ( DISTINCT t2.name ) FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish"; academic +SELECT COUNT ( DISTINCT t2.name ) FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish"; academic +SELECT COUNT ( DISTINCT t3.title ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = "H. V. Jagadish" GROUP BY t3.year; academic +SELECT COUNT ( DISTINCT t1.name ) FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t3.title = "Making database systems usable"; academic +SELECT YEAR , SUM ( citation_num ) FROM publication WHERE title = "Making database systems usable" GROUP BY YEAR; academic +SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t3 JOIN cite AS t1 ON t3.pid = t1.cited JOIN publication AS t2 ON t2.pid = t1.citing WHERE t3.title = "Making database systems usable" AND t2.year < 2010; academic +SELECT COUNT ( DISTINCT t3.title ) FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = "H. V. Jagadish"; academic +SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB"; academic +SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB"; academic +SELECT COUNT ( DISTINCT title ) FROM publication WHERE YEAR > 2000; academic +SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB" AND t2.year > 2000; academic +SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB" AND t2.year > 2000; academic +SELECT COUNT ( DISTINCT t4.title ) FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish" AND t2.name = "PVLDB"; academic +SELECT COUNT ( DISTINCT t4.title ) FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish" AND t2.name = "VLDB"; academic +SELECT COUNT ( DISTINCT t3.title ) FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = "H. V. Jagadish" AND t3.year > 2000; academic +SELECT COUNT ( DISTINCT t4.title ) FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish" AND t2.name = "PVLDB" AND t4.year > 2000; academic +SELECT COUNT ( DISTINCT t4.title ) FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish" AND t2.name = "VLDB" AND t4.year > 2000; academic +SELECT COUNT ( DISTINCT keyword ) FROM keyword; academic +SELECT COUNT ( DISTINCT t1.keyword ) FROM DOMAIN AS t3 JOIN domain_keyword AS t2 ON t3.did = t2.did JOIN keyword AS t1 ON t1.kid = t2.kid WHERE t3.name = "Databases"; academic +SELECT COUNT ( DISTINCT t3.title ) FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t3 ON t3.pid = t2.pid WHERE t1.keyword = "Natural Language"; academic +SELECT COUNT ( DISTINCT t1.keyword ) FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t2 ON t2.pid = t3.pid WHERE t2.title = "Making database systems usable"; academic +SELECT COUNT ( DISTINCT t1.keyword ) FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = "H. V. Jagadish"; academic +SELECT COUNT ( DISTINCT t1.keyword ) FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t2.name = "VLDB"; academic +SELECT COUNT ( DISTINCT t1.keyword ) FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t3.name = "PVLDB"; academic +SELECT COUNT ( DISTINCT t1.keyword ) FROM organization AS t6 JOIN author AS t2 ON t6.oid = t2.oid JOIN writes AS t4 ON t4.aid = t2.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN publication_keyword AS t3 ON t5.pid = t3.pid JOIN keyword AS t1 ON t3.kid = t1.kid WHERE t6.name = "University of Michigan"; academic +SELECT COUNT ( DISTINCT t5.title ) FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t5 ON t5.pid = t3.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = "H. V. Jagadish" AND t1.keyword = "User Study"; academic +SELECT COUNT ( DISTINCT t4.title ) FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t4 ON t4.pid = t2.pid JOIN journal AS t3 ON t4.jid = t3.jid WHERE t3.name = "PVLDB" AND t1.keyword = "Keyword search"; academic +SELECT COUNT ( DISTINCT t4.title ) FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t4 ON t4.pid = t3.pid JOIN conference AS t2 ON t4.cid = t2.cid WHERE t2.name = "VLDB" AND t1.keyword = "Information Retrieval"; academic +SELECT COUNT ( DISTINCT t2.name ) FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t1.keyword = "Relational Database"; academic +SELECT SUM ( t3.citation_num ) FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t3 ON t3.pid = t2.pid WHERE t1.keyword = "Natural Language"; academic +SELECT COUNT ( DISTINCT name ) FROM organization; academic +SELECT COUNT ( DISTINCT name ) FROM organization WHERE continent = "North America"; academic +SELECT COUNT ( DISTINCT t2.name ) FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = "Databases"; academic +SELECT COUNT ( DISTINCT t2.name ) FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = "Databases" AND t2.continent = "North America"; academic +SELECT COUNT ( DISTINCT t4.title ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = "University of Michigan"; academic +SELECT COUNT ( DISTINCT t4.title ) FROM domain_author AS t6 JOIN author AS t1 ON t6.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t6.did JOIN domain_publication AS t2 ON t3.did = t2.did JOIN organization AS t5 ON t5.oid = t1.oid JOIN publication AS t4 ON t4.pid = t2.pid WHERE t3.name = "Databases" AND t5.name = "University of Michigan"; academic +SELECT COUNT ( DISTINCT t4.title ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = "University of Michigan" AND t4.year > 2000; academic +SELECT COUNT ( DISTINCT t5.title ) FROM organization AS t3 JOIN author AS t1 ON t3.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN conference AS t2 ON t5.cid = t2.cid WHERE t2.name = "VLDB" AND t3.name = "University of Michigan"; academic +SELECT COUNT ( DISTINCT t5.title ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN journal AS t3 ON t5.jid = t3.jid WHERE t3.name = "PVLDB" AND t2.name = "University of Michigan"; academic +SELECT COUNT ( DISTINCT t5.title ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN journal AS t3 ON t5.jid = t3.jid WHERE t3.name = "PVLDB" AND t2.name = "University of Michigan" AND t5.year > 2000; academic +SELECT SUM ( t4.citation_num ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = "University of Michigan"; academic +SELECT COUNT ( DISTINCT t1.name ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid WHERE t2.name = "University of Michigan"; academic +SELECT COUNT ( DISTINCT t1.name ) FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = "Databases" AND t2.name = "University of Michigan"; academic +SELECT COUNT ( DISTINCT t1.name ) FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = "PVLDB"; academic +SELECT COUNT ( DISTINCT t1.name ) FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = "VLDB"; academic +SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB" AND t2.year < 2000; academic +SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB" AND t2.year < 2000; academic +SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB"; academic +SELECT t2.citation_num FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB"; academic +SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB" AND t2.year = 2005; academic +SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB" AND t2.year < 2005; academic +SELECT t2.year , SUM ( t2.citation_num ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB" GROUP BY t2.year; academic +SELECT COUNT ( DISTINCT t2.title ) , t2.year FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB" GROUP BY t2.year; academic +SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB"; academic +SELECT t2.citation_num FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB"; academic +SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB" AND t2.year = 2005; academic +SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB" AND t2.year < 2005; academic +SELECT t2.year , SUM ( t2.citation_num ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB" GROUP BY t2.year; academic +SELECT COUNT ( DISTINCT t2.title ) , t2.year FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB" GROUP BY t2.year; academic +SELECT t2.name FROM writes AS t4 JOIN author AS t2 ON t4.aid = t2.aid JOIN publication AS t7 ON t4.pid = t7.pid JOIN writes AS t5 ON t5.pid = t7.pid JOIN writes AS t6 ON t6.pid = t7.pid JOIN author AS t1 ON t5.aid = t1.aid JOIN author AS t3 ON t6.aid = t3.aid WHERE t1.name = "H. V. Jagadish" AND t3.name = "Divesh Srivastava"; academic +SELECT t2.name FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = "H. V. Jagadish" AND t5.year > 2000; academic +SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = "H. V. Jagadish" AND t1.name = "Divesh Srivastava"; academic +SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = "H. V. Jagadish" AND t1.name = "Yunyao Li" AND t5.year > 2005; academic +SELECT t6.title FROM publication AS t6 JOIN journal AS t4 ON t6.jid = t4.jid JOIN writes AS t3 ON t3.pid = t6.pid JOIN writes AS t5 ON t5.pid = t6.pid JOIN author AS t1 ON t5.aid = t1.aid JOIN author AS t2 ON t3.aid = t2.aid WHERE t2.name = "H. V. Jagadish" AND t1.name = "Yunyao Li" AND t4.name = "PVLDB"; academic +SELECT t6.title FROM publication AS t6 JOIN journal AS t4 ON t6.jid = t4.jid JOIN writes AS t3 ON t3.pid = t6.pid JOIN writes AS t5 ON t5.pid = t6.pid JOIN author AS t1 ON t5.aid = t1.aid JOIN author AS t2 ON t3.aid = t2.aid WHERE t2.name = "H. V. Jagadish" AND t1.name = "Yunyao Li" AND t4.name = "PVLDB" AND t6.year > 2005; academic +SELECT t2.name FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = "H. V. Jagadish"; academic +SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = "H. V. Jagadish" AND t1.name = "Divesh Srivastava" AND t5.year < 2000; academic +SELECT t2.name FROM publication AS t7 JOIN cite AS t5 ON t7.pid = t5.citing JOIN publication AS t6 ON t6.pid = t5.cited JOIN writes AS t3 ON t3.pid = t7.pid JOIN writes AS t4 ON t4.pid = t6.pid JOIN author AS t2 ON t3.aid = t2.aid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = "H. V. Jagadish"; academic +SELECT COUNT ( DISTINCT t5.title ) FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = "H. V. Jagadish" AND t1.name = "Divesh Srivastava"; academic +SELECT COUNT ( DISTINCT t5.title ) FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = "H. V. Jagadish" AND t1.name = "Divesh Srivastava" AND t5.year < 2000; academic +SELECT COUNT ( DISTINCT t7.title ) FROM writes AS t4 JOIN author AS t2 ON t4.aid = t2.aid JOIN publication AS t7 ON t4.pid = t7.pid JOIN writes AS t5 ON t5.pid = t7.pid JOIN writes AS t6 ON t6.pid = t7.pid JOIN author AS t1 ON t5.aid = t1.aid JOIN author AS t3 ON t6.aid = t3.aid WHERE t2.name = "Cong Yu" AND t1.name = "H. V. Jagadish" AND t3.name = "Yunyao Li"; academic +SELECT COUNT ( DISTINCT t2.name ) FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = "H. V. Jagadish"; academic +SELECT COUNT ( DISTINCT t2.name ) FROM publication AS t7 JOIN cite AS t5 ON t7.pid = t5.citing JOIN publication AS t6 ON t6.pid = t5.cited JOIN writes AS t3 ON t3.pid = t7.pid JOIN writes AS t4 ON t4.pid = t6.pid JOIN author AS t2 ON t3.aid = t2.aid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = "H. V. Jagadish"; academic +SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = "H. V. Jagadish" AND t1.name = "Divesh Srivastava" AND t5.citation_num > 200; academic +SELECT t2.name FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t1.keyword = "Relational Database" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1; academic +SELECT t2.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t1.keyword = "Relational Database" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1; academic +SELECT t2.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t1.keyword = "Relational Database" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1; academic +SELECT t3.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t1.keyword = "Relational Database" GROUP BY t3.name ORDER BY COUNT ( DISTINCT t2.title ) DESC LIMIT 1; academic +SELECT t3.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t1.keyword = "Relational Database" GROUP BY t3.name ORDER BY COUNT ( DISTINCT t2.title ) DESC LIMIT 1; academic +SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t2.name = "VLDB" GROUP BY t1.keyword ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1; academic +SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t3.name = "PVLDB" GROUP BY t1.keyword ORDER BY COUNT ( DISTINCT t2.title ) DESC LIMIT 1; academic +SELECT t1.keyword FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = "H. V. Jagadish" GROUP BY t1.keyword ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1; academic +SELECT t1.name FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = "University of Michigan" GROUP BY t1.name ORDER BY SUM ( t4.citation_num ) DESC LIMIT 1; academic +SELECT t1.name FROM DOMAIN AS t4 JOIN domain_publication AS t2 ON t4.did = t2.did JOIN publication AS t5 ON t5.pid = t2.pid JOIN writes AS t3 ON t3.pid = t5.pid JOIN author AS t1 ON t3.aid = t1.aid JOIN organization AS t6 ON t6.oid = t1.oid WHERE t4.name = "Databases" AND t6.name = "University of Michigan" GROUP BY t1.name ORDER BY SUM ( t5.citation_num ) DESC LIMIT 1; academic +SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = "Divesh Srivastava" AND t1.name = "H. V. Jagadish" ORDER BY t5.citation_num DESC LIMIT 1; academic +SELECT t2.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish" GROUP BY t2.name HAVING COUNT ( DISTINCT t4.title ) > 10; academic +SELECT t2.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t4.title ) DESC LIMIT 1; academic +SELECT t2.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish" GROUP BY t2.name HAVING COUNT ( DISTINCT t4.title ) > 10; academic +SELECT t2.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = "H. V. Jagadish" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t4.title ) DESC LIMIT 1; academic +SELECT title FROM publication ORDER BY citation_num DESC LIMIT 1; academic +SELECT t3.title FROM DOMAIN AS t2 JOIN domain_publication AS t1 ON t2.did = t1.did JOIN publication AS t3 ON t3.pid = t1.pid WHERE t2.name = "Databases" ORDER BY t3.citation_num DESC LIMIT 1; academic +SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB" ORDER BY t2.citation_num DESC LIMIT 1; academic +SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB" ORDER BY t2.citation_num DESC LIMIT 1; academic +SELECT t3.title FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = "H. V. Jagadish" ORDER BY t3.citation_num DESC LIMIT 1; academic +SELECT title FROM publication WHERE YEAR > 2000 ORDER BY citation_num DESC LIMIT 1; academic +SELECT t3.title FROM DOMAIN AS t2 JOIN domain_publication AS t1 ON t2.did = t1.did JOIN publication AS t3 ON t3.pid = t1.pid WHERE t2.name = "Databases" AND t3.year > 2000 ORDER BY t3.citation_num DESC LIMIT 1; academic +SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = "PVLDB" AND t2.year > 2000 ORDER BY t2.citation_num DESC LIMIT 1; academic +SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = "VLDB" AND t2.year > 2000 ORDER BY t2.citation_num DESC LIMIT 1; academic +SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = "PVLDB" GROUP BY t1.name HAVING COUNT ( DISTINCT t4.title ) > 10; academic +SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = "PVLDB" GROUP BY t1.name ORDER BY COUNT ( DISTINCT t4.title ) DESC LIMIT 1; academic +SELECT t2.name FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t1.keyword = "Relational Database" GROUP BY t2.name HAVING COUNT ( DISTINCT t3.title ) > 10; academic +SELECT t2.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t1.keyword = "Relational Database" GROUP BY t2.name HAVING COUNT ( DISTINCT t3.title ) > 60; academic +SELECT t3.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t1.keyword = "Relational Database" GROUP BY t3.name HAVING COUNT ( DISTINCT t2.title ) > 60; academic +SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t2.name = "VLDB" GROUP BY t1.keyword HAVING COUNT ( DISTINCT t3.title ) > 100; academic +SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t3.name = "PVLDB" GROUP BY t1.keyword HAVING COUNT ( DISTINCT t2.title ) > 100; academic +SELECT t1.keyword FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = "H. V. Jagadish" GROUP BY t1.keyword HAVING COUNT ( DISTINCT t3.title ) > 10; academic +SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = "VLDB" GROUP BY t1.name HAVING COUNT ( DISTINCT t4.title ) > 10; academic +SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = "VLDB" GROUP BY t1.name ORDER BY COUNT ( DISTINCT t4.title ) DESC LIMIT 1; academic +SELECT t1.name FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = "University of Michigan" GROUP BY t1.name HAVING SUM ( t4.citation_num ) > 5000; academic +SELECT t1.name FROM domain_author AS t6 JOIN author AS t1 ON t6.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t6.did JOIN organization AS t5 ON t5.oid = t1.oid JOIN writes AS t2 ON t2.aid = t1.aid JOIN publication AS t4 ON t2.pid = t4.pid WHERE t3.name = "Databases" AND t5.name = "University of Michigan" GROUP BY t1.name HAVING SUM ( t4.citation_num ) > 5000; academic +SELECT count(*) FROM member decoration_competition +SELECT Name FROM member ORDER BY Name ASC decoration_competition +SELECT Name , Country FROM member decoration_competition +SELECT Name FROM member WHERE Country = "United States" OR Country = "Canada" decoration_competition +SELECT Country , COUNT(*) FROM member GROUP BY Country decoration_competition +SELECT Country FROM member GROUP BY Country ORDER BY COUNT(*) DESC LIMIT 1 decoration_competition +SELECT Country FROM member GROUP BY Country HAVING COUNT(*) > 2 decoration_competition +SELECT Leader_Name , College_Location FROM college decoration_competition +SELECT T2.Name , T1.Name FROM college AS T1 JOIN member AS T2 ON T1.College_ID = T2.College_ID decoration_competition +SELECT T2.Name , T1.College_Location FROM college AS T1 JOIN member AS T2 ON T1.College_ID = T2.College_ID ORDER BY T2.Name ASC decoration_competition +SELECT DISTINCT T1.Leader_Name FROM college AS T1 JOIN member AS T2 ON T1.College_ID = T2.College_ID WHERE T2.Country = "Canada" decoration_competition +SELECT T1.Name , T2.Decoration_Theme FROM member AS T1 JOIN round AS T2 ON T1.Member_ID = T2.Member_ID decoration_competition +SELECT T1.Name FROM member AS T1 JOIN round AS T2 ON T1.Member_ID = T2.Member_ID WHERE T2.Rank_in_Round > 3 decoration_competition +SELECT T1.Name FROM member AS T1 JOIN round AS T2 ON T1.Member_ID = T2.Member_ID ORDER BY Rank_in_Round ASC decoration_competition +SELECT Name FROM member WHERE Member_ID NOT IN (SELECT Member_ID FROM round) decoration_competition +SELECT document_name , access_count FROM documents ORDER BY document_name document_management +SELECT document_name , access_count FROM documents ORDER BY document_name document_management +SELECT document_name , access_count FROM documents ORDER BY access_count DESC LIMIT 1 document_management +SELECT document_name , access_count FROM documents ORDER BY access_count DESC LIMIT 1 document_management +SELECT document_type_code FROM documents GROUP BY document_type_code HAVING count(*) > 4 document_management +SELECT document_type_code FROM documents GROUP BY document_type_code HAVING count(*) > 4 document_management +SELECT sum(access_count) FROM documents GROUP BY document_type_code ORDER BY count(*) DESC LIMIT 1 document_management +SELECT sum(access_count) FROM documents GROUP BY document_type_code ORDER BY count(*) DESC LIMIT 1 document_management +SELECT avg(access_count) FROM documents document_management +SELECT avg(access_count) FROM documents document_management +SELECT t2.document_structure_description FROM documents AS t1 JOIN document_structures AS t2 ON t1.document_structure_code = t2.document_structure_code GROUP BY t1.document_structure_code ORDER BY count(*) DESC LIMIT 1 document_management +SELECT t2.document_structure_description FROM documents AS t1 JOIN document_structures AS t2 ON t1.document_structure_code = t2.document_structure_code GROUP BY t1.document_structure_code ORDER BY count(*) DESC LIMIT 1 document_management +SELECT document_type_code FROM documents WHERE document_name = "David CV" document_management +SELECT document_type_code FROM documents WHERE document_name = "David CV" document_management +SELECT document_name FROM documents GROUP BY document_type_code ORDER BY count(*) DESC LIMIT 3 INTERSECT SELECT document_name FROM documents GROUP BY document_structure_code ORDER BY count(*) DESC LIMIT 3 document_management +SELECT document_name FROM documents GROUP BY document_type_code ORDER BY count(*) DESC LIMIT 3 INTERSECT SELECT document_name FROM documents GROUP BY document_structure_code ORDER BY count(*) DESC LIMIT 3 document_management +SELECT document_type_code FROM documents GROUP BY document_type_code HAVING sum(access_count) > 10000 document_management +SELECT document_type_code FROM documents GROUP BY document_type_code HAVING sum(access_count) > 10000 document_management +SELECT t2.section_title FROM documents AS t1 JOIN document_sections AS t2 ON t1.document_code = t2.document_code WHERE t1.document_name = "David CV" document_management +SELECT t2.section_title FROM documents AS t1 JOIN document_sections AS t2 ON t1.document_code = t2.document_code WHERE t1.document_name = "David CV" document_management +SELECT document_name FROM documents WHERE document_code NOT IN (SELECT document_code FROM document_sections) document_management +SELECT document_name FROM documents WHERE document_code NOT IN (SELECT document_code FROM document_sections) document_management +SELECT user_name , password FROM users GROUP BY role_code ORDER BY count(*) DESC LIMIT 1 document_management +SELECT user_name , password FROM users GROUP BY role_code ORDER BY count(*) DESC LIMIT 1 document_management +SELECT avg(t1.access_count) FROM documents AS t1 JOIN document_functional_areas AS t2 ON t1.document_code = t2.document_code JOIN functional_areas AS t3 ON t2.functional_area_code = t3.functional_area_code WHERE t3.functional_area_description = "Acknowledgement" document_management +SELECT avg(t1.access_count) FROM documents AS t1 JOIN document_functional_areas AS t2 ON t1.document_code = t2.document_code JOIN functional_areas AS t3 ON t2.functional_area_code = t3.functional_area_code WHERE t3.functional_area_description = "Acknowledgement" document_management +SELECT document_name FROM documents EXCEPT SELECT t1.document_name FROM documents AS t1 JOIN document_sections AS t2 ON t1.document_code = t2.document_code JOIN document_sections_images AS t3 ON t2.section_id = t3.section_id document_management +SELECT document_name FROM documents EXCEPT SELECT t1.document_name FROM documents AS t1 JOIN document_sections AS t2 ON t1.document_code = t2.document_code JOIN document_sections_images AS t3 ON t2.section_id = t3.section_id document_management +SELECT t1.document_name FROM documents AS t1 JOIN document_sections AS t2 ON t1.document_code = t2.document_code GROUP BY t1.document_code ORDER BY count(*) DESC LIMIT 1 document_management +SELECT t1.document_name FROM documents AS t1 JOIN document_sections AS t2 ON t1.document_code = t2.document_code GROUP BY t1.document_code ORDER BY count(*) DESC LIMIT 1 document_management +SELECT document_name FROM documents WHERE document_name LIKE "%CV%" document_management +SELECT document_name FROM documents WHERE document_name LIKE "%CV%" document_management +SELECT count(*) FROM users WHERE user_login = 1 document_management +SELECT count(*) FROM users WHERE user_login = 1 document_management +SELECT role_description FROM ROLES WHERE role_code = (SELECT role_code FROM users WHERE user_login = 1 GROUP BY role_code ORDER BY count(*) DESC LIMIT 1) document_management +SELECT role_description FROM ROLES WHERE role_code = (SELECT role_code FROM users WHERE user_login = 1 GROUP BY role_code ORDER BY count(*) DESC LIMIT 1) document_management +SELECT avg(access_count) FROM documents GROUP BY document_structure_code ORDER BY count(*) ASC LIMIT 1 document_management +SELECT avg(access_count) FROM documents GROUP BY document_structure_code ORDER BY count(*) ASC LIMIT 1 document_management +SELECT image_name , image_url FROM images ORDER BY image_name document_management +SELECT image_name , image_url FROM images ORDER BY image_name document_management +SELECT count(*) , role_code FROM users GROUP BY role_code document_management +SELECT count(*) , role_code FROM users GROUP BY role_code document_management +SELECT document_type_code FROM documents GROUP BY document_type_code HAVING count(*) > 2 document_management +SELECT document_type_code FROM documents GROUP BY document_type_code HAVING count(*) > 2 document_management +SELECT count(*) FROM Companies company_office +SELECT count(*) FROM Companies company_office +SELECT name FROM Companies ORDER BY Market_Value_billion DESC company_office +SELECT name FROM Companies ORDER BY Market_Value_billion DESC company_office +SELECT name FROM Companies WHERE Headquarters != 'USA' company_office +SELECT name FROM Companies WHERE Headquarters != 'USA' company_office +SELECT name , Assets_billion FROM Companies ORDER BY name ASC company_office +SELECT name , Assets_billion FROM Companies ORDER BY name ASC company_office +SELECT avg(Profits_billion) FROM Companies company_office +SELECT avg(Profits_billion) FROM Companies company_office +SELECT max(Sales_billion) , min(Sales_billion) FROM Companies WHERE Industry != "Banking" company_office +SELECT max(Sales_billion) , min(Sales_billion) FROM Companies WHERE Industry != "Banking" company_office +SELECT count(DISTINCT Industry) FROM Companies company_office +SELECT count(DISTINCT Industry) FROM Companies company_office +SELECT name FROM buildings ORDER BY Height DESC company_office +SELECT name FROM buildings ORDER BY Height DESC company_office +SELECT Stories FROM buildings ORDER BY Height DESC LIMIT 1 company_office +SELECT Stories FROM buildings ORDER BY Height DESC LIMIT 1 company_office +SELECT T3.name , T2.name FROM Office_locations AS T1 JOIN buildings AS T2 ON T1.building_id = T2.id JOIN Companies AS T3 ON T1.company_id = T3.id company_office +SELECT T3.name , T2.name FROM Office_locations AS T1 JOIN buildings AS T2 ON T1.building_id = T2.id JOIN Companies AS T3 ON T1.company_id = T3.id company_office +SELECT T2.name FROM Office_locations AS T1 JOIN buildings AS T2 ON T1.building_id = T2.id JOIN Companies AS T3 ON T1.company_id = T3.id GROUP BY T1.building_id HAVING COUNT(*) > 1 company_office +SELECT T2.name FROM Office_locations AS T1 JOIN buildings AS T2 ON T1.building_id = T2.id JOIN Companies AS T3 ON T1.company_id = T3.id GROUP BY T1.building_id HAVING COUNT(*) > 1 company_office +SELECT T2.name FROM Office_locations AS T1 JOIN buildings AS T2 ON T1.building_id = T2.id JOIN Companies AS T3 ON T1.company_id = T3.id GROUP BY T1.building_id ORDER BY COUNT(*) DESC LIMIT 1 company_office +SELECT T2.name FROM Office_locations AS T1 JOIN buildings AS T2 ON T1.building_id = T2.id JOIN Companies AS T3 ON T1.company_id = T3.id GROUP BY T1.building_id ORDER BY COUNT(*) DESC LIMIT 1 company_office +SELECT name FROM buildings WHERE Status = "on-hold" ORDER BY Stories ASC company_office +SELECT name FROM buildings WHERE Status = "on-hold" ORDER BY Stories ASC company_office +SELECT Industry , COUNT(*) FROM Companies GROUP BY Industry company_office +SELECT Industry , COUNT(*) FROM Companies GROUP BY Industry company_office +SELECT Industry FROM Companies GROUP BY Industry ORDER BY COUNT(*) DESC company_office +SELECT Industry FROM Companies GROUP BY Industry ORDER BY COUNT(*) DESC company_office +SELECT Industry FROM Companies GROUP BY Industry ORDER BY COUNT(*) DESC LIMIT 1 company_office +SELECT Industry FROM Companies GROUP BY Industry ORDER BY COUNT(*) DESC LIMIT 1 company_office +SELECT name FROM buildings WHERE id NOT IN (SELECT building_id FROM Office_locations) company_office +SELECT name FROM buildings WHERE id NOT IN (SELECT building_id FROM Office_locations) company_office +SELECT Industry FROM Companies WHERE Headquarters = "USA" INTERSECT SELECT Industry FROM Companies WHERE Headquarters = "China" company_office +SELECT Industry FROM Companies WHERE Headquarters = "USA" INTERSECT SELECT Industry FROM Companies WHERE Headquarters = "China" company_office +SELECT count(*) FROM Companies WHERE Industry = "Banking" OR Industry = "Conglomerate" company_office +SELECT count(*) FROM Companies WHERE Industry = "Banking" OR Industry = "Conglomerate" company_office +SELECT Headquarters FROM Companies GROUP BY Headquarters HAVING COUNT(*) > 2 company_office +SELECT Headquarters FROM Companies GROUP BY Headquarters HAVING COUNT(*) > 2 company_office +SELECT count(*) FROM Products solvency_ii +SELECT Product_Name FROM Products ORDER BY Product_Price ASC solvency_ii +SELECT Product_Name , Product_Type_Code FROM Products solvency_ii +SELECT Product_Price FROM Products WHERE Product_Name = "Dining" OR Product_Name = "Trading Policy" solvency_ii +SELECT avg(Product_Price) FROM Products solvency_ii +SELECT Product_Name FROM Products ORDER BY Product_Price DESC LIMIT 1 solvency_ii +SELECT Product_Type_Code , COUNT(*) FROM Products GROUP BY Product_Type_Code solvency_ii +SELECT Product_Type_Code FROM Products GROUP BY Product_Type_Code ORDER BY COUNT(*) DESC LIMIT 1 solvency_ii +SELECT Product_Type_Code FROM Products GROUP BY Product_Type_Code HAVING COUNT(*) >= 2 solvency_ii +SELECT Product_Type_Code FROM Products WHERE Product_Price > 4500 INTERSECT SELECT Product_Type_Code FROM Products WHERE Product_Price < 3000 solvency_ii +SELECT T1.Product_Name , COUNT(*) FROM Products AS T1 JOIN Products_in_Events AS T2 ON T1.Product_ID = T2.Product_ID GROUP BY T1.Product_Name solvency_ii +SELECT T1.Product_Name , COUNT(*) FROM Products AS T1 JOIN Products_in_Events AS T2 ON T1.Product_ID = T2.Product_ID GROUP BY T1.Product_Name ORDER BY COUNT(*) DESC solvency_ii +SELECT T1.Product_Name FROM Products AS T1 JOIN Products_in_Events AS T2 ON T1.Product_ID = T2.Product_ID GROUP BY T1.Product_Name HAVING COUNT(*) >= 2 solvency_ii +SELECT T1.Product_Name FROM Products AS T1 JOIN Products_in_Events AS T2 ON T1.Product_ID = T2.Product_ID GROUP BY T1.Product_Name HAVING COUNT(*) >= 2 ORDER BY T1.Product_Name solvency_ii +SELECT Product_Name FROM Products WHERE Product_ID NOT IN (SELECT Product_ID FROM Products_in_Events) solvency_ii +SELECT count(*) FROM artwork entertainment_awards +SELECT Name FROM artwork ORDER BY Name ASC entertainment_awards +SELECT Name FROM artwork WHERE TYPE != "Program Talent Show" entertainment_awards +SELECT Festival_Name , LOCATION FROM festival_detail entertainment_awards +SELECT Chair_Name FROM festival_detail ORDER BY YEAR ASC entertainment_awards +SELECT LOCATION FROM festival_detail ORDER BY Num_of_Audience DESC LIMIT 1 entertainment_awards +SELECT Festival_Name FROM festival_detail WHERE YEAR = 2007 entertainment_awards +SELECT avg(Num_of_Audience) FROM festival_detail entertainment_awards +SELECT Festival_Name FROM festival_detail ORDER BY YEAR DESC LIMIT 3 entertainment_awards +SELECT T2.Name , T3.Festival_Name FROM nomination AS T1 JOIN artwork AS T2 ON T1.Artwork_ID = T2.Artwork_ID JOIN festival_detail AS T3 ON T1.Festival_ID = T3.Festival_ID entertainment_awards +SELECT DISTINCT T2.Type FROM nomination AS T1 JOIN artwork AS T2 ON T1.Artwork_ID = T2.Artwork_ID JOIN festival_detail AS T3 ON T1.Festival_ID = T3.Festival_ID WHERE T3.Year = 2007 entertainment_awards +SELECT T2.Name FROM nomination AS T1 JOIN artwork AS T2 ON T1.Artwork_ID = T2.Artwork_ID JOIN festival_detail AS T3 ON T1.Festival_ID = T3.Festival_ID ORDER BY T3.Year entertainment_awards +SELECT T3.Festival_Name FROM nomination AS T1 JOIN artwork AS T2 ON T1.Artwork_ID = T2.Artwork_ID JOIN festival_detail AS T3 ON T1.Festival_ID = T3.Festival_ID WHERE T2.Type = "Program Talent Show" entertainment_awards +SELECT T1.Festival_ID , T3.Festival_Name FROM nomination AS T1 JOIN artwork AS T2 ON T1.Artwork_ID = T2.Artwork_ID JOIN festival_detail AS T3 ON T1.Festival_ID = T3.Festival_ID GROUP BY T1.Festival_ID HAVING COUNT(*) >= 2 entertainment_awards +SELECT T1.Festival_ID , T3.Festival_Name , COUNT(*) FROM nomination AS T1 JOIN artwork AS T2 ON T1.Artwork_ID = T2.Artwork_ID JOIN festival_detail AS T3 ON T1.Festival_ID = T3.Festival_ID GROUP BY T1.Festival_ID entertainment_awards +SELECT TYPE , COUNT(*) FROM artwork GROUP BY TYPE entertainment_awards +SELECT TYPE FROM artwork GROUP BY TYPE ORDER BY COUNT(*) DESC LIMIT 1 entertainment_awards +SELECT YEAR FROM festival_detail GROUP BY YEAR HAVING COUNT(*) > 1 entertainment_awards +SELECT Name FROM Artwork WHERE Artwork_ID NOT IN (SELECT Artwork_ID FROM nomination) entertainment_awards +SELECT Num_of_Audience FROM festival_detail WHERE YEAR = 2008 OR YEAR = 2010 entertainment_awards +SELECT sum(Num_of_Audience) FROM festival_detail entertainment_awards +SELECT YEAR FROM festival_detail WHERE LOCATION = 'United States' INTERSECT SELECT YEAR FROM festival_detail WHERE LOCATION != 'United States' entertainment_awards +SELECT count(*) FROM premises customers_campaigns_ecommerce +SELECT DISTINCT premises_type FROM premises customers_campaigns_ecommerce +SELECT premises_type , premise_details FROM premises ORDER BY premises_type customers_campaigns_ecommerce +SELECT premises_type , count(*) FROM premises GROUP BY premises_type customers_campaigns_ecommerce +SELECT product_category , count(*) FROM mailshot_campaigns GROUP BY product_category customers_campaigns_ecommerce +SELECT customer_name , customer_phone FROM customers WHERE customer_id NOT IN (SELECT customer_id FROM mailshot_customers) customers_campaigns_ecommerce +SELECT T1.customer_name , T1.customer_phone FROM customers AS T1 JOIN mailshot_customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.outcome_code = 'No Response' customers_campaigns_ecommerce +SELECT outcome_code , count(*) FROM mailshot_customers GROUP BY outcome_code customers_campaigns_ecommerce +SELECT T2.customer_name FROM mailshot_customers AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id WHERE outcome_code = 'Order' GROUP BY T1.customer_id HAVING count(*) >= 2 customers_campaigns_ecommerce +SELECT T2.customer_name FROM mailshot_customers AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1 customers_campaigns_ecommerce +SELECT T2.customer_name , T2.payment_method FROM mailshot_customers AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id WHERE T1.outcome_code = 'Order' INTERSECT SELECT T2.customer_name , T2.payment_method FROM mailshot_customers AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id WHERE T1.outcome_code = 'No Response' customers_campaigns_ecommerce +SELECT T2.premises_type , T1.address_type_code FROM customer_addresses AS T1 JOIN premises AS T2 ON T1.premise_id = T2.premise_id customers_campaigns_ecommerce +SELECT DISTINCT address_type_code FROM customer_addresses customers_campaigns_ecommerce +SELECT order_shipping_charges , customer_id FROM customer_orders WHERE order_status_code = 'Cancelled' OR order_status_code = 'Paid' customers_campaigns_ecommerce +SELECT T1.customer_name FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id WHERE shipping_method_code = 'FedEx' AND order_status_code = 'Paid' customers_campaigns_ecommerce +SELECT count(*) FROM COURSE college_3 +SELECT count(*) FROM COURSE college_3 +SELECT count(*) FROM COURSE WHERE Credits > 2 college_3 +SELECT count(*) FROM COURSE WHERE Credits > 2 college_3 +SELECT CName FROM COURSE WHERE Credits = 1 college_3 +SELECT CName FROM COURSE WHERE Credits = 1 college_3 +SELECT CName FROM COURSE WHERE Days = "MTW" college_3 +SELECT CName FROM COURSE WHERE Days = "MTW" college_3 +SELECT count(*) FROM DEPARTMENT WHERE Division = "AS" college_3 +SELECT count(*) FROM DEPARTMENT WHERE Division = "AS" college_3 +SELECT DPhone FROM DEPARTMENT WHERE Room = 268 college_3 +SELECT DPhone FROM DEPARTMENT WHERE Room = 268 college_3 +SELECT COUNT(DISTINCT StuID) FROM ENROLLED_IN WHERE Grade = "B" college_3 +SELECT COUNT(DISTINCT StuID) FROM ENROLLED_IN WHERE Grade = "B" college_3 +SELECT max(gradepoint) , min(gradepoint) FROM GRADECONVERSION college_3 +SELECT max(gradepoint) , min(gradepoint) FROM GRADECONVERSION college_3 +SELECT DISTINCT Fname FROM STUDENT WHERE Fname LIKE '%a%' college_3 +SELECT DISTINCT Fname FROM STUDENT WHERE Fname LIKE '%a%' college_3 +SELECT Fname , Lname FROM FACULTY WHERE sex = "M" AND Building = "NEB" college_3 +SELECT Fname , Lname FROM FACULTY WHERE sex = "M" AND Building = "NEB" college_3 +SELECT Room FROM FACULTY WHERE Rank = "Professor" AND Building = "NEB" college_3 +SELECT Room FROM FACULTY WHERE Rank = "Professor" AND Building = "NEB" college_3 +SELECT DName FROM DEPARTMENT WHERE Building = "Mergenthaler" college_3 +SELECT DName FROM DEPARTMENT WHERE Building = "Mergenthaler" college_3 +SELECT * FROM COURSE ORDER BY Credits college_3 +SELECT * FROM COURSE ORDER BY Credits college_3 +SELECT CName FROM COURSE ORDER BY Credits college_3 +SELECT CName FROM COURSE ORDER BY Credits college_3 +SELECT Fname FROM STUDENT ORDER BY Age DESC college_3 +SELECT Fname FROM STUDENT ORDER BY Age DESC college_3 +SELECT LName FROM STUDENT WHERE Sex = "F" ORDER BY Age DESC college_3 +SELECT LName FROM STUDENT WHERE Sex = "F" ORDER BY Age DESC college_3 +SELECT Lname FROM FACULTY WHERE Building = "Barton" ORDER BY Lname college_3 +SELECT Lname FROM FACULTY WHERE Building = "Barton" ORDER BY Lname college_3 +SELECT Fname FROM FACULTY WHERE Rank = "Professor" ORDER BY Fname college_3 +SELECT Fname FROM FACULTY WHERE Rank = "Professor" ORDER BY Fname college_3 +SELECT T1.DName FROM DEPARTMENT AS T1 JOIN MINOR_IN AS T2 ON T1.DNO = T2.DNO GROUP BY T2.DNO ORDER BY count(*) DESC LIMIT 1 college_3 +SELECT T1.DName FROM DEPARTMENT AS T1 JOIN MINOR_IN AS T2 ON T1.DNO = T2.DNO GROUP BY T2.DNO ORDER BY count(*) DESC LIMIT 1 college_3 +SELECT DName FROM DEPARTMENT EXCEPT SELECT T1.DName FROM DEPARTMENT AS T1 JOIN MINOR_IN AS T2 ON T1.DNO = T2.DNO college_3 +SELECT DName FROM DEPARTMENT EXCEPT SELECT T1.DName FROM DEPARTMENT AS T1 JOIN MINOR_IN AS T2 ON T1.DNO = T2.DNO college_3 +SELECT T1.DName FROM DEPARTMENT AS T1 JOIN MEMBER_OF AS T2 ON T1.DNO = T2.DNO GROUP BY T2.DNO ORDER BY count(*) ASC LIMIT 1 college_3 +SELECT T1.DName FROM DEPARTMENT AS T1 JOIN MEMBER_OF AS T2 ON T1.DNO = T2.DNO GROUP BY T2.DNO ORDER BY count(*) ASC LIMIT 1 college_3 +SELECT Rank FROM FACULTY GROUP BY Rank ORDER BY count(*) ASC LIMIT 1 college_3 +SELECT Rank FROM FACULTY GROUP BY Rank ORDER BY count(*) ASC LIMIT 1 college_3 +SELECT T2.Fname , T2.Lname FROM COURSE AS T1 JOIN FACULTY AS T2 ON T1.Instructor = T2.FacID GROUP BY T1.Instructor ORDER BY count(*) DESC LIMIT 3 college_3 +SELECT T2.Fname , T2.Lname FROM COURSE AS T1 JOIN FACULTY AS T2 ON T1.Instructor = T2.FacID GROUP BY T1.Instructor ORDER BY count(*) DESC LIMIT 3 college_3 +SELECT T2.Building FROM COURSE AS T1 JOIN FACULTY AS T2 ON T1.Instructor = T2.FacID GROUP BY T1.Instructor ORDER BY count(*) DESC LIMIT 1 college_3 +SELECT T2.Building FROM COURSE AS T1 JOIN FACULTY AS T2 ON T1.Instructor = T2.FacID GROUP BY T1.Instructor ORDER BY count(*) DESC LIMIT 1 college_3 +SELECT T1.CName FROM COURSE AS T1 JOIN ENROLLED_IN AS T2 ON T1.CID = T2.CID GROUP BY T2.CID HAVING COUNT(*) >= 5 college_3 +SELECT T1.CName FROM COURSE AS T1 JOIN ENROLLED_IN AS T2 ON T1.CID = T2.CID GROUP BY T2.CID HAVING COUNT(*) >= 5 college_3 +SELECT T2.Fname , T2.Lname FROM COURSE AS T1 JOIN FACULTY AS T2 ON T1.Instructor = T2.FacID WHERE T1.CName = "COMPUTER LITERACY" college_3 +SELECT T2.Fname , T2.Lname FROM COURSE AS T1 JOIN FACULTY AS T2 ON T1.Instructor = T2.FacID WHERE T1.CName = "COMPUTER LITERACY" college_3 +SELECT T2.Dname , T2.Room FROM COURSE AS T1 JOIN DEPARTMENT AS T2 ON T1.DNO = T2.DNO WHERE T1.CName = "INTRODUCTION TO COMPUTER SCIENCE" college_3 +SELECT T2.Dname , T2.Room FROM COURSE AS T1 JOIN DEPARTMENT AS T2 ON T1.DNO = T2.DNO WHERE T1.CName = "INTRODUCTION TO COMPUTER SCIENCE" college_3 +SELECT T3.Fname , T3.LName , T2.gradepoint FROM ENROLLED_IN AS T1 JOIN GRADECONVERSION AS T2 JOIN STUDENT AS T3 ON T1.Grade = T2.lettergrade AND T1.StuID = T3.StuID college_3 +SELECT T3.Fname , T3.LName , T2.gradepoint FROM ENROLLED_IN AS T1 JOIN GRADECONVERSION AS T2 JOIN STUDENT AS T3 ON T1.Grade = T2.lettergrade AND T1.StuID = T3.StuID college_3 +SELECT DISTINCT T3.Fname FROM ENROLLED_IN AS T1 JOIN GRADECONVERSION AS T2 JOIN STUDENT AS T3 ON T1.Grade = T2.lettergrade AND T1.StuID = T3.StuID WHERE T2.gradepoint >= 3.8 college_3 +SELECT DISTINCT T3.Fname FROM ENROLLED_IN AS T1 JOIN GRADECONVERSION AS T2 JOIN STUDENT AS T3 ON T1.Grade = T2.lettergrade AND T1.StuID = T3.StuID WHERE T2.gradepoint >= 3.8 college_3 +SELECT T1.Fname , T1.Lname FROM FACULTY AS T1 JOIN MEMBER_OF AS T2 ON T1.FacID = T2.FacID WHERE T2.DNO = 520 college_3 +SELECT T1.Fname , T1.Lname FROM FACULTY AS T1 JOIN MEMBER_OF AS T2 ON T1.FacID = T2.FacID WHERE T2.DNO = 520 college_3 +SELECT T2.Fname , T2.Lname FROM MINOR_IN AS T1 JOIN STUDENT AS T2 ON T1.StuID = T2.StuID WHERE T1.DNO = 140 college_3 +SELECT T2.Fname , T2.Lname FROM MINOR_IN AS T1 JOIN STUDENT AS T2 ON T1.StuID = T2.StuID WHERE T1.DNO = 140 college_3 +SELECT T2.Lname FROM DEPARTMENT AS T1 JOIN FACULTY AS T2 ON T1.DNO = T3.DNO JOIN MEMBER_OF AS T3 ON T2.FacID = T3.FacID WHERE T1.DName = "Computer Science" college_3 +SELECT T2.Lname FROM DEPARTMENT AS T1 JOIN FACULTY AS T2 ON T1.DNO = T3.DNO JOIN MEMBER_OF AS T3 ON T2.FacID = T3.FacID WHERE T1.DName = "Computer Science" college_3 +SELECT avg(T2.gradepoint) FROM ENROLLED_IN AS T1 JOIN GRADECONVERSION AS T2 JOIN STUDENT AS T3 ON T1.Grade = T2.lettergrade AND T1.StuID = T3.StuID WHERE T3.LName = "Smith" college_3 +SELECT avg(T2.gradepoint) FROM ENROLLED_IN AS T1 JOIN GRADECONVERSION AS T2 JOIN STUDENT AS T3 ON T1.Grade = T2.lettergrade AND T1.StuID = T3.StuID WHERE T3.LName = "Smith" college_3 +SELECT max(T2.gradepoint) , min(T2.gradepoint) FROM ENROLLED_IN AS T1 JOIN GRADECONVERSION AS T2 JOIN STUDENT AS T3 ON T1.Grade = T2.lettergrade AND T1.StuID = T3.StuID WHERE T3.city_code = "NYC" college_3 +SELECT max(T2.gradepoint) , min(T2.gradepoint) FROM ENROLLED_IN AS T1 JOIN GRADECONVERSION AS T2 JOIN STUDENT AS T3 ON T1.Grade = T2.lettergrade AND T1.StuID = T3.StuID WHERE T3.city_code = "NYC" college_3 +SELECT CName FROM COURSE WHERE Credits = 3 UNION SELECT CName FROM COURSE WHERE Credits = 1 AND Hours = 4 college_3 +SELECT CName FROM COURSE WHERE Credits = 3 UNION SELECT CName FROM COURSE WHERE Credits = 1 AND Hours = 4 college_3 +SELECT DName FROM DEPARTMENT WHERE Division = "AS" UNION SELECT DName FROM DEPARTMENT WHERE Division = "EN" AND Building = "NEB" college_3 +SELECT DName FROM DEPARTMENT WHERE Division = "AS" UNION SELECT DName FROM DEPARTMENT WHERE Division = "EN" AND Building = "NEB" college_3 +SELECT Fname FROM STUDENT WHERE StuID NOT IN (SELECT StuID FROM ENROLLED_IN) college_3 +SELECT Fname FROM STUDENT WHERE StuID NOT IN (SELECT StuID FROM ENROLLED_IN) college_3 +SELECT product_id FROM product_suppliers ORDER BY total_amount_purchased DESC LIMIT 3 department_store +SELECT product_id FROM product_suppliers ORDER BY total_amount_purchased DESC LIMIT 3 department_store +SELECT product_id , product_type_code FROM products ORDER BY product_price LIMIT 1 department_store +SELECT product_id , product_type_code FROM products ORDER BY product_price LIMIT 1 department_store +SELECT count(DISTINCT product_type_code) FROM products department_store +SELECT count(DISTINCT product_type_code) FROM products department_store +SELECT T1.address_details FROM addresses AS T1 JOIN customer_addresses AS T2 ON T1.address_id = T2.address_id WHERE T2.customer_id = 10 department_store +SELECT T1.address_details FROM addresses AS T1 JOIN customer_addresses AS T2 ON T1.address_id = T2.address_id WHERE T2.customer_id = 10 department_store +SELECT T1.staff_id , 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 = "Department Manager" department_store +SELECT T1.staff_id , 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 = "Department Manager" department_store +SELECT payment_method_code , count(*) FROM customers GROUP BY payment_method_code department_store +SELECT payment_method_code , count(*) FROM customers GROUP BY payment_method_code department_store +SELECT product_id FROM order_items GROUP BY product_id ORDER BY count(*) DESC LIMIT 1 department_store +SELECT product_id FROM order_items GROUP BY product_id ORDER BY count(*) DESC LIMIT 1 department_store +SELECT T1.customer_name , T1.customer_phone , T1.customer_email FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T2.customer_id ORDER BY count(*) DESC LIMIT 1 department_store +SELECT T1.customer_name , T1.customer_phone , T1.customer_email FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T2.customer_id ORDER BY count(*) DESC LIMIT 1 department_store +SELECT product_type_code , avg(product_price) FROM products GROUP BY product_type_code department_store +SELECT product_type_code , avg(product_price) FROM products GROUP BY product_type_code department_store +SELECT count(*) FROM department_stores AS T1 JOIN department_store_chain AS T2 ON T1.dept_store_chain_id = T2.dept_store_chain_id WHERE T2.dept_store_chain_name = "South" department_store +SELECT count(*) FROM department_stores AS T1 JOIN department_store_chain AS T2 ON T1.dept_store_chain_id = T2.dept_store_chain_id WHERE T2.dept_store_chain_name = "South" department_store +SELECT T1.staff_name , T2.job_title_code FROM staff AS T1 JOIN staff_department_assignments AS T2 ON T1.staff_id = T2.staff_id ORDER BY T2.date_assigned_to DESC LIMIT 1 department_store +SELECT T1.staff_name , T2.job_title_code FROM staff AS T1 JOIN staff_department_assignments AS T2 ON T1.staff_id = T2.staff_id ORDER BY T2.date_assigned_to DESC LIMIT 1 department_store +SELECT T2.product_type_code , T2.product_name , T2.product_price FROM product_suppliers AS T1 JOIN products AS T2 ON T1.product_id = T2.product_id WHERE T1.supplier_id = 3 department_store +SELECT T2.product_type_code , T2.product_name , T2.product_price FROM product_suppliers AS T1 JOIN products AS T2 ON T1.product_id = T2.product_id WHERE T1.supplier_id = 3 department_store +SELECT DISTINCT T1.customer_name FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status_code = "Pending" ORDER BY T2.customer_id department_store +SELECT DISTINCT T1.customer_name FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status_code = "Pending" ORDER BY T2.customer_id department_store +SELECT T1.customer_name , T1.customer_address FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status_code = "New" INTERSECT SELECT T1.customer_name , T1.customer_address FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status_code = "Pending" department_store +SELECT T1.customer_name , T1.customer_address FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status_code = "New" INTERSECT SELECT T1.customer_name , T1.customer_address FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status_code = "Pending" department_store +SELECT T1.product_id FROM product_suppliers AS T1 JOIN products AS T2 ON T1.product_id = T2.product_id WHERE T1.supplier_id = 2 AND T2.product_price > (SELECT avg(product_price) FROM products) department_store +SELECT T1.product_id FROM product_suppliers AS T1 JOIN products AS T2 ON T1.product_id = T2.product_id WHERE T1.supplier_id = 2 AND T2.product_price > (SELECT avg(product_price) FROM products) department_store +SELECT T2.dept_store_id , T2.store_name FROM departments AS T1 JOIN department_stores AS T2 ON T1.dept_store_id = T2.dept_store_id WHERE T1.department_name = "marketing" INTERSECT SELECT T2.dept_store_id , T2.store_name FROM departments AS T1 JOIN department_stores AS T2 ON T1.dept_store_id = T2.dept_store_id WHERE T1.department_name = "managing" department_store +SELECT T2.dept_store_id , T2.store_name FROM departments AS T1 JOIN department_stores AS T2 ON T1.dept_store_id = T2.dept_store_id WHERE T1.department_name = "marketing" INTERSECT SELECT T2.dept_store_id , T2.store_name FROM departments AS T1 JOIN department_stores AS T2 ON T1.dept_store_id = T2.dept_store_id WHERE T1.department_name = "managing" department_store +SELECT dept_store_chain_id FROM department_stores GROUP BY dept_store_chain_id ORDER BY count(*) DESC LIMIT 2 department_store +SELECT dept_store_chain_id FROM department_stores GROUP BY dept_store_chain_id ORDER BY count(*) DESC LIMIT 2 department_store +SELECT department_id FROM staff_department_assignments GROUP BY department_id ORDER BY count(*) LIMIT 1 department_store +SELECT department_id FROM staff_department_assignments GROUP BY department_id ORDER BY count(*) LIMIT 1 department_store +SELECT product_type_code , max(product_price) , min(product_price) FROM products GROUP BY product_type_code department_store +SELECT product_type_code , max(product_price) , min(product_price) FROM products GROUP BY product_type_code department_store +SELECT product_type_code FROM products GROUP BY product_type_code HAVING avg(product_price) > (SELECT avg(product_price) FROM products) department_store +SELECT product_type_code FROM products GROUP BY product_type_code HAVING avg(product_price) > (SELECT avg(product_price) FROM products) department_store +SELECT T1.staff_id , T1.staff_name FROM staff AS T1 JOIN Staff_Department_Assignments AS T2 ON T1.staff_id = T2.staff_id ORDER BY date_assigned_to - date_assigned_from LIMIT 1 department_store +SELECT T1.staff_id , T1.staff_name FROM staff AS T1 JOIN Staff_Department_Assignments AS T2 ON T1.staff_id = T2.staff_id ORDER BY date_assigned_to - date_assigned_from LIMIT 1 department_store +SELECT product_name , product_id FROM products WHERE product_price BETWEEN 600 AND 700 department_store +SELECT product_name , product_id FROM products WHERE product_price BETWEEN 600 AND 700 department_store +SELECT DISTINCT customer_id FROM Customer_Orders WHERE order_date > (SELECT min(order_date) FROM Customer_Orders WHERE order_status_code = "Cancelled") department_store +SELECT DISTINCT customer_id FROM Customer_Orders WHERE order_date > (SELECT min(order_date) FROM Customer_Orders WHERE order_status_code = "Cancelled") department_store +SELECT staff_id FROM Staff_Department_Assignments WHERE date_assigned_to < (SELECT max(date_assigned_to) FROM Staff_Department_Assignments WHERE job_title_code = 'Clerical Staff') department_store +SELECT staff_id FROM Staff_Department_Assignments WHERE date_assigned_to < (SELECT max(date_assigned_to) FROM Staff_Department_Assignments WHERE job_title_code = 'Clerical Staff') department_store +SELECT customer_name , customer_id FROM customers WHERE customer_address LIKE "%TN%" department_store +SELECT customer_name , customer_id FROM customers WHERE customer_address LIKE "%TN%" department_store +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.date_assigned_from LIKE "2016%" department_store +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.date_assigned_from LIKE "2016%" department_store +SELECT T1.staff_name FROM staff AS T1 JOIN staff_department_assignments AS T2 ON T1.staff_id = T2.staff_id GROUP BY T2.staff_id HAVING COUNT (*) > 1 department_store +SELECT T1.staff_name FROM staff AS T1 JOIN staff_department_assignments AS T2 ON T1.staff_id = T2.staff_id GROUP BY T2.staff_id HAVING COUNT (*) > 1 department_store +SELECT T1.supplier_name , T1.supplier_phone FROM Suppliers AS T1 JOIN supplier_addresses AS T2 ON T1.supplier_id = T2.supplier_id JOIN addresses AS T3 ON T2.address_id = T3.address_id ORDER BY T3.address_details department_store +SELECT T1.supplier_name , T1.supplier_phone FROM Suppliers AS T1 JOIN supplier_addresses AS T2 ON T1.supplier_id = T2.supplier_id JOIN addresses AS T3 ON T2.address_id = T3.address_id ORDER BY T3.address_details department_store +SELECT customer_phone FROM customers UNION SELECT supplier_phone FROM suppliers department_store +SELECT customer_phone FROM customers UNION SELECT supplier_phone FROM suppliers department_store +SELECT product_id FROM Order_Items GROUP BY product_id HAVING count(*) > 3 UNION SELECT product_id FROM Product_Suppliers GROUP BY product_id HAVING sum(total_amount_purchased) > 80000 department_store +SELECT product_id FROM Order_Items GROUP BY product_id HAVING count(*) > 3 UNION SELECT product_id FROM Product_Suppliers GROUP BY product_id HAVING sum(total_amount_purchased) > 80000 department_store +SELECT product_id , product_name FROM products WHERE product_price < 600 OR product_price > 900 department_store +SELECT product_id , product_name FROM products WHERE product_price < 600 OR product_price > 900 department_store +SELECT supplier_id FROM Product_Suppliers GROUP BY supplier_id HAVING avg(total_amount_purchased) > 50000 OR avg(total_amount_purchased) < 30000 department_store +SELECT supplier_id FROM Product_Suppliers GROUP BY supplier_id HAVING avg(total_amount_purchased) > 50000 OR avg(total_amount_purchased) < 30000 department_store +SELECT avg(total_amount_purchased) , avg(total_value_purchased) FROM Product_Suppliers WHERE supplier_id = (SELECT supplier_id FROM Product_Suppliers GROUP BY supplier_id ORDER BY count(*) DESC LIMIT 1) department_store +SELECT avg(total_amount_purchased) , avg(total_value_purchased) FROM Product_Suppliers WHERE supplier_id = (SELECT supplier_id FROM Product_Suppliers GROUP BY supplier_id ORDER BY count(*) DESC LIMIT 1) department_store +SELECT max(customer_code) , min(customer_code) FROM Customers department_store +SELECT max(customer_code) , min(customer_code) FROM Customers department_store +SELECT DISTINCT T1.customer_name FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id JOIN order_items AS T3 ON T2.order_id = T3.order_id JOIN products AS T4 ON T3.product_id = T4.product_id WHERE T4.product_name = "keyboard" department_store +SELECT DISTINCT T1.customer_name FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id JOIN order_items AS T3 ON T2.order_id = T3.order_id JOIN products AS T4 ON T3.product_id = T4.product_id WHERE T4.product_name = "keyboard" department_store +SELECT DISTINCT T1.supplier_name , T1.supplier_phone FROM suppliers AS T1 JOIN product_suppliers AS T2 ON T1.supplier_id = T2.supplier_id JOIN products AS T3 ON T2.product_id = T3.product_id WHERE T3.product_name = "red jeans" department_store +SELECT DISTINCT T1.supplier_name , T1.supplier_phone FROM suppliers AS T1 JOIN product_suppliers AS T2 ON T1.supplier_id = T2.supplier_id JOIN products AS T3 ON T2.product_id = T3.product_id WHERE T3.product_name = "red jeans" department_store +SELECT max(product_price) , min(product_price) , product_type_code FROM products GROUP BY product_type_code ORDER BY product_type_code department_store +SELECT max(product_price) , min(product_price) , product_type_code FROM products GROUP BY product_type_code ORDER BY product_type_code department_store +SELECT order_id , customer_id FROM customer_orders WHERE order_status_code = "Cancelled" ORDER BY order_date department_store +SELECT order_id , customer_id FROM customer_orders WHERE order_status_code = "Cancelled" ORDER BY order_date department_store +SELECT DISTINCT T3.product_name FROM customer_orders AS T1 JOIN order_items AS T2 ON T1.order_id = T2.order_id JOIN products AS T3 ON T2.product_id = T3.product_id GROUP BY T3.product_id HAVING COUNT (DISTINCT T1.customer_id) >= 2 department_store +SELECT DISTINCT T3.product_name FROM customer_orders AS T1 JOIN order_items AS T2 ON T1.order_id = T2.order_id JOIN products AS T3 ON T2.product_id = T3.product_id GROUP BY T3.product_id HAVING COUNT (DISTINCT T1.customer_id) >= 2 department_store +SELECT DISTINCT T1.customer_name FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id JOIN order_items AS T3 ON T2.order_id = T3.order_id GROUP BY T1.customer_id HAVING COUNT (DISTINCT T3.product_id) >= 3 department_store +SELECT DISTINCT T1.customer_name FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id JOIN order_items AS T3 ON T2.order_id = T3.order_id GROUP BY T1.customer_id HAVING COUNT (DISTINCT T3.product_id) >= 3 department_store +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" department_store +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" department_store +SELECT customer_id , customer_name FROM customers WHERE customer_address LIKE "%WY%" AND payment_method_code != "Credit Card" department_store +SELECT customer_id , customer_name FROM customers WHERE customer_address LIKE "%WY%" AND payment_method_code != "Credit Card" department_store +SELECT avg(product_price) FROM products WHERE product_type_code = 'Clothes' department_store +SELECT avg(product_price) FROM products WHERE product_type_code = 'Clothes' department_store +SELECT product_name FROM products WHERE product_type_code = 'Hardware' ORDER BY product_price DESC LIMIT 1 department_store +SELECT product_name FROM products WHERE product_type_code = 'Hardware' ORDER BY product_price DESC LIMIT 1 department_store +SELECT count(*) FROM aircraft aircraft +SELECT count(*) FROM aircraft aircraft +SELECT Description FROM aircraft aircraft +SELECT Description FROM aircraft aircraft +SELECT avg(International_Passengers) FROM airport aircraft +SELECT avg(International_Passengers) FROM airport aircraft +SELECT International_Passengers , Domestic_Passengers FROM airport WHERE Airport_Name = "London Heathrow" aircraft +SELECT International_Passengers , Domestic_Passengers FROM airport WHERE Airport_Name = "London Heathrow" aircraft +SELECT sum(Domestic_Passengers) FROM airport WHERE Airport_Name LIKE "%London%" aircraft +SELECT sum(Domestic_Passengers) FROM airport WHERE Airport_Name LIKE "%London%" aircraft +SELECT max(Transit_Passengers) , min(Transit_Passengers) FROM airport aircraft +SELECT max(Transit_Passengers) , min(Transit_Passengers) FROM airport aircraft +SELECT Name FROM pilot WHERE Age >= 25 aircraft +SELECT Name FROM pilot WHERE Age >= 25 aircraft +SELECT Name FROM pilot ORDER BY Name ASC aircraft +SELECT Name FROM pilot ORDER BY Name ASC aircraft +SELECT Name FROM pilot WHERE Age <= 30 ORDER BY Name DESC aircraft +SELECT Name FROM pilot WHERE Age <= 30 ORDER BY Name DESC aircraft +SELECT T1.Aircraft FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Airport_Name = "London Gatwick" aircraft +SELECT T1.Aircraft FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Airport_Name = "London Gatwick" aircraft +SELECT T1.Aircraft , T1.Description FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Total_Passengers > 10000000 aircraft +SELECT T1.Aircraft , T1.Description FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Total_Passengers > 10000000 aircraft +SELECT avg(T3.Total_Passengers) FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T1.Aircraft = "Robinson R-22" aircraft +SELECT avg(T3.Total_Passengers) FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T1.Aircraft = "Robinson R-22" aircraft +SELECT T2.Location , T1.Aircraft FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft aircraft +SELECT T2.Location , T1.Aircraft FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft aircraft +SELECT T1.Aircraft FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft GROUP BY T2.Winning_Aircraft ORDER BY COUNT(*) DESC LIMIT 1 aircraft +SELECT T1.Aircraft FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft GROUP BY T2.Winning_Aircraft ORDER BY COUNT(*) DESC LIMIT 1 aircraft +SELECT T1.Aircraft , COUNT(*) FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft GROUP BY T2.Winning_Aircraft aircraft +SELECT T1.Aircraft , COUNT(*) FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft GROUP BY T2.Winning_Aircraft aircraft +SELECT Name FROM pilot ORDER BY Age DESC aircraft +SELECT Name FROM pilot ORDER BY Age DESC aircraft +SELECT T1.Aircraft FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft GROUP BY T2.Winning_Aircraft HAVING COUNT(*) >= 2 aircraft +SELECT T1.Aircraft FROM aircraft AS T1 JOIN MATCH AS T2 ON T1.Aircraft_ID = T2.Winning_Aircraft GROUP BY T2.Winning_Aircraft HAVING COUNT(*) >= 2 aircraft +SELECT Aircraft FROM aircraft WHERE Aircraft_ID NOT IN (SELECT Winning_Aircraft FROM MATCH) aircraft +SELECT Aircraft FROM aircraft WHERE Aircraft_ID NOT IN (SELECT Winning_Aircraft FROM MATCH) aircraft +SELECT T1.Aircraft FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Airport_Name = "London Heathrow" INTERSECT SELECT T1.Aircraft FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Airport_Name = "London Gatwick" aircraft +SELECT T1.Aircraft FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Airport_Name = "London Heathrow" INTERSECT SELECT T1.Aircraft FROM aircraft AS T1 JOIN airport_aircraft AS T2 ON T1.Aircraft_ID = T2.Aircraft_ID JOIN airport AS T3 ON T2.Airport_ID = T3.Airport_ID WHERE T3.Airport_Name = "London Gatwick" aircraft +SELECT * FROM airport ORDER BY International_Passengers DESC LIMIT 1 aircraft +SELECT * FROM airport ORDER BY International_Passengers DESC LIMIT 1 aircraft +SELECT t1.name , t1.age FROM pilot AS t1 JOIN MATCH AS t2 ON t1.pilot_id = t2.winning_pilot WHERE t1.age < 30 GROUP BY t2.winning_pilot ORDER BY count(*) DESC LIMIT 1 aircraft +SELECT t1.name , t1.age FROM pilot AS t1 JOIN MATCH AS t2 ON t1.pilot_id = t2.winning_pilot WHERE t1.age < 30 GROUP BY t2.winning_pilot ORDER BY count(*) DESC LIMIT 1 aircraft +SELECT t1.name , t1.age FROM pilot AS t1 JOIN MATCH AS t2 ON t1.pilot_id = t2.winning_pilot ORDER BY t1.age LIMIT 1 aircraft +SELECT t1.name , t1.age FROM pilot AS t1 JOIN MATCH AS t2 ON t1.pilot_id = t2.winning_pilot ORDER BY t1.age LIMIT 1 aircraft +SELECT name FROM pilot WHERE pilot_id NOT IN (SELECT Winning_Pilot FROM MATCH WHERE country = 'Australia') aircraft +SELECT name FROM pilot WHERE pilot_id NOT IN (SELECT Winning_Pilot FROM MATCH WHERE country = 'Australia') aircraft +SELECT T1.property_id , count(*) FROM properties AS T1 JOIN residents AS T2 ON T1.property_id = T2.property_id GROUP BY T1.property_id local_govt_and_lot +SELECT DISTINCT T1.service_type_code FROM services AS T1 JOIN organizations AS T2 ON T1.organization_id = T2.organization_id WHERE T2.organization_details = 'Denesik and Sons Party' local_govt_and_lot +SELECT T1.resident_id , T1.other_details , count(*) FROM Residents AS T1 JOIN Residents_Services AS T2 ON T1.resident_id = T2.resident_id GROUP BY T1.resident_id ORDER BY count(*) DESC local_govt_and_lot +SELECT T1.service_id , T1.service_details , count(*) FROM Services AS T1 JOIN Residents_Services AS T2 ON T1.service_id = T2.service_id GROUP BY T1.service_id ORDER BY count(*) DESC LIMIT 1 local_govt_and_lot +SELECT T1.thing_id , T1.type_of_Thing_Code , T2.organization_details FROM Things AS T1 JOIN Organizations AS T2 ON T1.organization_id = T2.organization_id local_govt_and_lot +SELECT T1.customer_id , T1.customer_details FROM Customers AS T1 JOIN Customer_Events AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) >= 3 local_govt_and_lot +SELECT T2.date_moved_in , T1.customer_id , T1.customer_details FROM Customers AS T1 JOIN Customer_Events AS T2 ON T1.customer_id = T2.customer_id local_govt_and_lot +SELECT T1.Customer_Event_ID , T1.property_id FROM Customer_Events AS T1 JOIN Customer_Event_Notes AS T2 ON T1.Customer_Event_ID = T2.Customer_Event_ID GROUP BY T1.customer_event_id HAVING count(*) BETWEEN 1 AND 3 local_govt_and_lot +SELECT DISTINCT T2.thing_id , T2.Type_of_Thing_Code FROM Timed_Status_of_Things AS T1 JOIN Things AS T2 ON T1.thing_id = T2.thing_id WHERE T1.Status_of_Thing_Code = 'Close' OR T1.Date_and_Date < '2017-06-19 02:59:21' local_govt_and_lot +SELECT count(DISTINCT T2.Location_Code) FROM Things AS T1 JOIN Timed_Locations_of_Things AS T2 ON T1.thing_id = T2.thing_id WHERE T1.service_details = 'Unsatisfied' local_govt_and_lot +SELECT count(DISTINCT Status_of_Thing_Code) FROM Timed_Status_of_Things local_govt_and_lot +SELECT organization_id FROM organizations EXCEPT SELECT parent_organization_id FROM organizations local_govt_and_lot +SELECT max(date_moved_in) FROM Residents local_govt_and_lot +SELECT other_details FROM Residents WHERE other_details LIKE '%Miss%' local_govt_and_lot +SELECT customer_event_id , date_moved_in , property_id FROM customer_events local_govt_and_lot +SELECT count(*) FROM customers WHERE customer_id NOT IN ( SELECT customer_id FROM customer_events ) local_govt_and_lot +SELECT DISTINCT date_moved_in FROM residents local_govt_and_lot +SELECT count(*) FROM school school_player +SELECT count(*) FROM school school_player +SELECT LOCATION FROM school ORDER BY Enrollment ASC school_player +SELECT LOCATION FROM school ORDER BY Enrollment ASC school_player +SELECT LOCATION FROM school ORDER BY Founded DESC school_player +SELECT LOCATION FROM school ORDER BY Founded DESC school_player +SELECT Enrollment FROM school WHERE Denomination != "Catholic" school_player +SELECT Enrollment FROM school WHERE Denomination != "Catholic" school_player +SELECT avg(Enrollment) FROM school school_player +SELECT avg(Enrollment) FROM school school_player +SELECT Team FROM player ORDER BY Team ASC school_player +SELECT Team FROM player ORDER BY Team ASC school_player +SELECT count(DISTINCT POSITION) FROM player school_player +SELECT count(DISTINCT POSITION) FROM player school_player +SELECT Team FROM player ORDER BY Age DESC LIMIT 1 school_player +SELECT Team FROM player ORDER BY Age DESC LIMIT 1 school_player +SELECT Team FROM player ORDER BY Age DESC LIMIT 5 school_player +SELECT Team FROM player ORDER BY Age DESC LIMIT 5 school_player +SELECT T1.Team , T2.Location FROM player AS T1 JOIN school AS T2 ON T1.School_ID = T2.School_ID school_player +SELECT T1.Team , T2.Location FROM player AS T1 JOIN school AS T2 ON T1.School_ID = T2.School_ID school_player +SELECT T2.Location FROM player AS T1 JOIN school AS T2 ON T1.School_ID = T2.School_ID GROUP BY T1.School_ID HAVING COUNT(*) > 1 school_player +SELECT T2.Location FROM player AS T1 JOIN school AS T2 ON T1.School_ID = T2.School_ID GROUP BY T1.School_ID HAVING COUNT(*) > 1 school_player +SELECT T2.Denomination FROM player AS T1 JOIN school AS T2 ON T1.School_ID = T2.School_ID GROUP BY T1.School_ID ORDER BY COUNT(*) DESC LIMIT 1 school_player +SELECT T2.Denomination FROM player AS T1 JOIN school AS T2 ON T1.School_ID = T2.School_ID GROUP BY T1.School_ID ORDER BY COUNT(*) DESC LIMIT 1 school_player +SELECT T1.Location , T2.Nickname FROM school AS T1 JOIN school_details AS T2 ON T1.School_ID = T2.School_ID school_player +SELECT T1.Location , T2.Nickname FROM school AS T1 JOIN school_details AS T2 ON T1.School_ID = T2.School_ID school_player +SELECT Denomination , COUNT(*) FROM school GROUP BY Denomination school_player +SELECT Denomination , COUNT(*) FROM school GROUP BY Denomination school_player +SELECT Denomination , COUNT(*) FROM school GROUP BY Denomination ORDER BY COUNT(*) DESC school_player +SELECT Denomination , COUNT(*) FROM school GROUP BY Denomination ORDER BY COUNT(*) DESC school_player +SELECT School_Colors FROM school ORDER BY Enrollment DESC LIMIT 1 school_player +SELECT School_Colors FROM school ORDER BY Enrollment DESC LIMIT 1 school_player +SELECT LOCATION FROM school WHERE School_ID NOT IN (SELECT School_ID FROM Player) school_player +SELECT LOCATION FROM school WHERE School_ID NOT IN (SELECT School_ID FROM Player) school_player +SELECT Denomination FROM school WHERE Founded < 1890 INTERSECT SELECT Denomination FROM school WHERE Founded > 1900 school_player +SELECT Denomination FROM school WHERE Founded < 1890 INTERSECT SELECT Denomination FROM school WHERE Founded > 1900 school_player +SELECT Nickname FROM school_details WHERE Division != "Division 1" school_player +SELECT Nickname FROM school_details WHERE Division != "Division 1" school_player +SELECT Denomination FROM school GROUP BY Denomination HAVING COUNT(*) > 1 school_player +SELECT Denomination FROM school GROUP BY Denomination HAVING COUNT(*) > 1 school_player +SELECT DISTINCT District_name FROM district ORDER BY city_area DESC store_product +SELECT DISTINCT District_name FROM district ORDER BY city_area DESC store_product +SELECT max_page_size FROM product GROUP BY max_page_size HAVING count(*) > 3 store_product +SELECT max_page_size FROM product GROUP BY max_page_size HAVING count(*) > 3 store_product +SELECT District_name , City_Population FROM district WHERE City_Population BETWEEN 200000 AND 2000000 store_product +SELECT District_name , City_Population FROM district WHERE City_Population BETWEEN 200000 AND 2000000 store_product +SELECT district_name FROM district WHERE city_area > 10 OR City_Population > 100000 store_product +SELECT district_name FROM district WHERE city_area > 10 OR City_Population > 100000 store_product +SELECT district_name FROM district ORDER BY city_population DESC LIMIT 1 store_product +SELECT district_name FROM district ORDER BY city_population DESC LIMIT 1 store_product +SELECT district_name FROM district ORDER BY city_area ASC LIMIT 1 store_product +SELECT district_name FROM district ORDER BY city_area ASC LIMIT 1 store_product +SELECT sum(city_population) FROM district ORDER BY city_area DESC LIMIT 3 store_product +SELECT sum(city_population) FROM district ORDER BY city_area DESC LIMIT 3 store_product +SELECT TYPE , count(*) FROM store GROUP BY TYPE store_product +SELECT TYPE , count(*) FROM store GROUP BY TYPE store_product +SELECT t1.store_name FROM store AS t1 JOIN store_district AS t2 ON t1.store_id = t2.store_id JOIN district AS t3 ON t2.district_id = t3.district_id WHERE t3.district_name = "Khanewal District" store_product +SELECT t1.store_name FROM store AS t1 JOIN store_district AS t2 ON t1.store_id = t2.store_id JOIN district AS t3 ON t2.district_id = t3.district_id WHERE t3.district_name = "Khanewal District" store_product +SELECT t1.store_name FROM store AS t1 JOIN store_district AS t2 ON t1.store_id = t2.store_id WHERE district_id = (SELECT district_id FROM district ORDER BY city_population DESC LIMIT 1) store_product +SELECT t1.store_name FROM store AS t1 JOIN store_district AS t2 ON t1.store_id = t2.store_id WHERE district_id = (SELECT district_id FROM district ORDER BY city_population DESC LIMIT 1) store_product +SELECT t3.headquartered_city FROM store AS t1 JOIN store_district AS t2 ON t1.store_id = t2.store_id JOIN district AS t3 ON t2.district_id = t3.district_id WHERE t1.store_name = "Blackville" store_product +SELECT t3.headquartered_city FROM store AS t1 JOIN store_district AS t2 ON t1.store_id = t2.store_id JOIN district AS t3 ON t2.district_id = t3.district_id WHERE t1.store_name = "Blackville" store_product +SELECT t3.headquartered_city , count(*) FROM store AS t1 JOIN store_district AS t2 ON t1.store_id = t2.store_id JOIN district AS t3 ON t2.district_id = t3.district_id GROUP BY t3.headquartered_city store_product +SELECT t3.headquartered_city , count(*) FROM store AS t1 JOIN store_district AS t2 ON t1.store_id = t2.store_id JOIN district AS t3 ON t2.district_id = t3.district_id GROUP BY t3.headquartered_city store_product +SELECT t3.headquartered_city FROM store AS t1 JOIN store_district AS t2 ON t1.store_id = t2.store_id JOIN district AS t3 ON t2.district_id = t3.district_id GROUP BY t3.headquartered_city ORDER BY count(*) DESC LIMIT 1 store_product +SELECT t3.headquartered_city FROM store AS t1 JOIN store_district AS t2 ON t1.store_id = t2.store_id JOIN district AS t3 ON t2.district_id = t3.district_id GROUP BY t3.headquartered_city ORDER BY count(*) DESC LIMIT 1 store_product +SELECT avg(pages_per_minute_color) FROM product store_product +SELECT avg(pages_per_minute_color) FROM product store_product +SELECT t1.product FROM product AS t1 JOIN store_product AS t2 ON t1.product_id = t2.product_id JOIN store AS t3 ON t2.store_id = t3.store_id WHERE t3.store_name = "Miramichi" store_product +SELECT t1.product FROM product AS t1 JOIN store_product AS t2 ON t1.product_id = t2.product_id JOIN store AS t3 ON t2.store_id = t3.store_id WHERE t3.store_name = "Miramichi" store_product +SELECT product FROM product WHERE max_page_size = "A4" AND pages_per_minute_color < 5 store_product +SELECT product FROM product WHERE max_page_size = "A4" AND pages_per_minute_color < 5 store_product +SELECT product FROM product WHERE max_page_size = "A4" OR pages_per_minute_color < 5 store_product +SELECT product FROM product WHERE max_page_size = "A4" OR pages_per_minute_color < 5 store_product +SELECT product FROM product WHERE product LIKE "%Scanner%" store_product +SELECT product FROM product WHERE product LIKE "%Scanner%" store_product +SELECT max_page_size FROM product GROUP BY max_page_size ORDER BY count(*) DESC LIMIT 1 store_product +SELECT max_page_size FROM product GROUP BY max_page_size ORDER BY count(*) DESC LIMIT 1 store_product +SELECT product FROM product WHERE product != (SELECT max_page_size FROM product GROUP BY max_page_size ORDER BY count(*) DESC LIMIT 1) store_product +SELECT product FROM product WHERE product != (SELECT max_page_size FROM product GROUP BY max_page_size ORDER BY count(*) DESC LIMIT 1) store_product +SELECT sum(city_population) FROM district WHERE city_area > (SELECT avg(city_area) FROM district) store_product +SELECT sum(city_population) FROM district WHERE city_area > (SELECT avg(city_area) FROM district) store_product +SELECT t3.District_name FROM store AS t1 JOIN store_district AS t2 ON t1.store_id = t2.store_id JOIN district AS t3 ON t2.district_id = t3.district_id WHERE t1.Type = "City Mall" INTERSECT SELECT t3.District_name FROM store AS t1 JOIN store_district AS t2 ON t1.store_id = t2.store_id JOIN district AS t3 ON t2.district_id = t3.district_id WHERE t1.Type = "Village Store" store_product +SELECT t3.District_name FROM store AS t1 JOIN store_district AS t2 ON t1.store_id = t2.store_id JOIN district AS t3 ON t2.district_id = t3.district_id WHERE t1.Type = "City Mall" INTERSECT SELECT t3.District_name FROM store AS t1 JOIN store_district AS t2 ON t1.store_id = t2.store_id JOIN district AS t3 ON t2.district_id = t3.district_id WHERE t1.Type = "Village Store" store_product +SELECT sum(enr) FROM College soccer_2 +SELECT sum(enr) FROM College soccer_2 +SELECT avg(enr) FROM College soccer_2 +SELECT avg(enr) FROM College soccer_2 +SELECT count(*) FROM College soccer_2 +SELECT count(*) FROM College soccer_2 +SELECT count(*) FROM Player WHERE HS > 1000 soccer_2 +SELECT count(*) FROM Player WHERE HS > 1000 soccer_2 +SELECT count(*) FROM College WHERE enr > 15000 soccer_2 +SELECT count(*) FROM College WHERE enr > 15000 soccer_2 +SELECT avg(HS) FROM Player soccer_2 +SELECT avg(HS) FROM Player soccer_2 +SELECT pName , HS FROM Player WHERE HS < 1500 soccer_2 +SELECT pName , HS FROM Player WHERE HS < 1500 soccer_2 +SELECT count(DISTINCT cName) FROM tryout soccer_2 +SELECT count(DISTINCT cName) FROM tryout soccer_2 +SELECT count(DISTINCT pPos) FROM tryout soccer_2 +SELECT count(DISTINCT pPos) FROM tryout soccer_2 +SELECT count(*) FROM tryout WHERE decision = 'yes' soccer_2 +SELECT count(*) FROM tryout WHERE decision = 'yes' soccer_2 +SELECT count(*) FROM tryout WHERE pPos = 'goalie' soccer_2 +SELECT count(*) FROM tryout WHERE pPos = 'goalie' soccer_2 +SELECT avg(HS) , max(HS) , min(HS) FROM Player soccer_2 +SELECT avg(HS) , max(HS) , min(HS) FROM Player soccer_2 +SELECT avg(enr) FROM College WHERE state = 'FL' soccer_2 +SELECT avg(enr) FROM College WHERE state = 'FL' soccer_2 +SELECT pName FROM Player WHERE HS BETWEEN 500 AND 1500 soccer_2 +SELECT pName FROM Player WHERE HS BETWEEN 500 AND 1500 soccer_2 +SELECT DISTINCT pName FROM Player WHERE pName LIKE '%a%' soccer_2 +SELECT DISTINCT pName FROM Player WHERE pName LIKE '%a%' soccer_2 +SELECT cName , enr FROM College WHERE enr > 10000 AND state = "LA" soccer_2 +SELECT cName , enr FROM College WHERE enr > 10000 AND state = "LA" soccer_2 +SELECT * FROM College ORDER BY enr soccer_2 +SELECT * FROM College ORDER BY enr soccer_2 +SELECT cName FROM College WHERE enr > 18000 ORDER BY cName soccer_2 +SELECT cName FROM College WHERE enr > 18000 ORDER BY cName soccer_2 +SELECT pName FROM Player WHERE yCard = 'yes' ORDER BY HS DESC soccer_2 +SELECT pName FROM Player WHERE yCard = 'yes' ORDER BY HS DESC soccer_2 +SELECT DISTINCT cName FROM tryout ORDER BY cName soccer_2 +SELECT DISTINCT cName FROM tryout ORDER BY cName soccer_2 +SELECT pPos FROM tryout GROUP BY pPos ORDER BY count(*) DESC LIMIT 1 soccer_2 +SELECT pPos FROM tryout GROUP BY pPos ORDER BY count(*) DESC LIMIT 1 soccer_2 +SELECT count(*) , cName FROM tryout GROUP BY cName ORDER BY count(*) DESC soccer_2 +SELECT count(*) , cName FROM tryout GROUP BY cName ORDER BY count(*) DESC soccer_2 +SELECT min(T2.HS) , T1.pPos FROM tryout AS T1 JOIN player AS T2 ON T1.pID = T2.pID GROUP BY T1.pPos soccer_2 +SELECT min(T2.HS) , T1.pPos FROM tryout AS T1 JOIN player AS T2 ON T1.pID = T2.pID GROUP BY T1.pPos soccer_2 +SELECT cName FROM college ORDER BY enr DESC LIMIT 3 soccer_2 +SELECT cName FROM college ORDER BY enr DESC LIMIT 3 soccer_2 +SELECT cName , state , min(enr) FROM college GROUP BY state soccer_2 +SELECT cName , state , min(enr) FROM college GROUP BY state soccer_2 +SELECT DISTINCT state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName soccer_2 +SELECT DISTINCT state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName soccer_2 +SELECT DISTINCT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.decision = 'yes' soccer_2 +SELECT DISTINCT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.decision = 'yes' soccer_2 +SELECT T1.pName , T2.cName FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID WHERE T2.decision = 'yes' soccer_2 +SELECT T1.pName , T2.cName FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID WHERE T2.decision = 'yes' soccer_2 +SELECT T1.pName FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID ORDER BY T1.pName soccer_2 +SELECT T1.pName FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID ORDER BY T1.pName soccer_2 +SELECT T1.pName , T1.HS FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID WHERE T2.decision = 'yes' soccer_2 +SELECT T1.pName , T1.HS FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID WHERE T2.decision = 'yes' soccer_2 +SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'striker' soccer_2 +SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'striker' soccer_2 +SELECT T1.pName FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID WHERE T2.decision = 'yes' AND T2.pPos = 'striker' soccer_2 +SELECT T1.pName FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID WHERE T2.decision = 'yes' AND T2.pPos = 'striker' soccer_2 +SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName JOIN player AS T3 ON T2.pID = T3.pID WHERE T3.pName = 'Charles' soccer_2 +SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName JOIN player AS T3 ON T2.pID = T3.pID WHERE T3.pName = 'Charles' soccer_2 +SELECT avg(T1.HS) , max(T1.HS) FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID WHERE T2.decision = 'yes' soccer_2 +SELECT avg(T1.HS) , max(T1.HS) FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID WHERE T2.decision = 'yes' soccer_2 +SELECT avg(T1.HS) FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID WHERE T2.decision = 'no' soccer_2 +SELECT avg(T1.HS) FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID WHERE T2.decision = 'no' soccer_2 +SELECT max(T1.HS) , pPos FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID WHERE T1.HS > 1000 GROUP BY T2.pPos soccer_2 +SELECT max(T1.HS) , pPos FROM player AS T1 JOIN tryout AS T2 ON T1.pID = T2.pID WHERE T1.HS > 1000 GROUP BY T2.pPos soccer_2 +SELECT T1.cName FROM tryout AS T1 JOIN player AS T2 ON T1.pID = T2.pID WHERE T2.pName LIKE 'D%' soccer_2 +SELECT T1.cName FROM tryout AS T1 JOIN player AS T2 ON T1.pID = T2.pID WHERE T2.pName LIKE 'D%' soccer_2 +SELECT cName FROM tryout WHERE decision = 'yes' AND pPos = 'goalie' soccer_2 +SELECT cName FROM tryout WHERE decision = 'yes' AND pPos = 'goalie' soccer_2 +SELECT T2.pName FROM tryout AS T1 JOIN player AS T2 ON T1.pID = T2.pID WHERE T1.cName = (SELECT cName FROM college ORDER BY enr DESC LIMIT 1) soccer_2 +SELECT T2.pName FROM tryout AS T1 JOIN player AS T2 ON T1.pID = T2.pID WHERE T1.cName = (SELECT cName FROM college ORDER BY enr DESC LIMIT 1) soccer_2 +SELECT DISTINCT T1.state , T1.enr FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.decision = 'yes' soccer_2 +SELECT DISTINCT T1.state , T1.enr FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.decision = 'yes' soccer_2 +SELECT cName FROM College WHERE enr < 13000 AND state = "AZ" UNION SELECT cName FROM College WHERE enr > 15000 AND state = "LA" soccer_2 +SELECT cName FROM College WHERE enr < 13000 AND state = "AZ" UNION SELECT cName FROM College WHERE enr > 15000 AND state = "LA" soccer_2 +SELECT cName FROM tryout WHERE pPos = 'goalie' INTERSECT SELECT cName FROM tryout WHERE pPos = 'mid' soccer_2 +SELECT cName FROM tryout WHERE pPos = 'goalie' INTERSECT SELECT cName FROM tryout WHERE pPos = 'mid' soccer_2 +SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'goalie' INTERSECT SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'mid' soccer_2 +SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'goalie' INTERSECT SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'mid' soccer_2 +SELECT COUNT(*) FROM (SELECT cName FROM tryout WHERE pPos = 'goalie' INTERSECT SELECT cName FROM tryout WHERE pPos = 'mid') soccer_2 +SELECT COUNT(*) FROM (SELECT cName FROM tryout WHERE pPos = 'goalie' INTERSECT SELECT cName FROM tryout WHERE pPos = 'mid') soccer_2 +SELECT cName FROM tryout WHERE pPos = 'mid' EXCEPT SELECT cName FROM tryout WHERE pPos = 'goalie' soccer_2 +SELECT cName FROM tryout WHERE pPos = 'mid' EXCEPT SELECT cName FROM tryout WHERE pPos = 'goalie' soccer_2 +SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'mid' EXCEPT SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'goalie' soccer_2 +SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'mid' EXCEPT SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'goalie' soccer_2 +SELECT COUNT(*) FROM (SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'mid' EXCEPT SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'goalie') soccer_2 +SELECT COUNT(*) FROM (SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'mid' EXCEPT SELECT T1.state FROM college AS T1 JOIN tryout AS T2 ON T1.cName = T2.cName WHERE T2.pPos = 'goalie') soccer_2 +SELECT DISTINCT state FROM college WHERE enr < (SELECT max(enr) FROM college) soccer_2 +SELECT DISTINCT state FROM college WHERE enr < (SELECT max(enr) FROM college) soccer_2 +SELECT DISTINCT cName FROM college WHERE enr > (SELECT min(enr) FROM college WHERE state = 'FL') soccer_2 +SELECT DISTINCT cName FROM college WHERE enr > (SELECT min(enr) FROM college WHERE state = 'FL') soccer_2 +SELECT cName FROM college WHERE enr > (SELECT max(enr) FROM college WHERE state = 'FL') soccer_2 +SELECT cName FROM college WHERE enr > (SELECT max(enr) FROM college WHERE state = 'FL') soccer_2 +SELECT sum(enr) FROM college WHERE cName NOT IN (SELECT cName FROM tryout WHERE pPos = "goalie") soccer_2 +SELECT sum(enr) FROM college WHERE cName NOT IN (SELECT cName FROM tryout WHERE pPos = "goalie") soccer_2 +SELECT count(DISTINCT state) FROM college WHERE enr > (SELECT avg(enr) FROM college) soccer_2 +SELECT count(DISTINCT state) FROM college WHERE enr > (SELECT avg(enr) FROM college) soccer_2 +SELECT count(DISTINCT state) FROM college WHERE enr < (SELECT avg(enr) FROM college) soccer_2 +SELECT count(DISTINCT state) FROM college WHERE enr < (SELECT avg(enr) FROM college) soccer_2 +SELECT release_year FROM movie WHERE title = "The Imitation Game"; imdb +SELECT release_year FROM movie WHERE title = "The Imitation Game"; imdb +SELECT birth_year FROM actor WHERE name = "Benedict Cumberbatch"; imdb +SELECT birth_year FROM actor WHERE name = "Benedict Cumberbatch"; imdb +SELECT nationality FROM actor WHERE name = "Christoph Waltz"; imdb +SELECT nationality FROM actor WHERE name = "Christoph Waltz"; imdb +SELECT title FROM movie WHERE release_year = 2015; imdb +SELECT name FROM actor WHERE birth_city = "Tehran"; imdb +SELECT name FROM actor WHERE birth_city = "Tehran"; imdb +SELECT name FROM actor WHERE birth_city = "Tehran"; imdb +SELECT name FROM actor WHERE nationality = "Afghanistan"; imdb +SELECT name FROM actor WHERE nationality = "Afghanistan"; imdb +SELECT name FROM actor WHERE nationality = "Afghanistan"; imdb +SELECT name FROM actor WHERE birth_year = 1984; imdb +SELECT birth_year FROM actor WHERE name = "actor_name0"; imdb +SELECT birth_year FROM actor WHERE name = "actor_name0"; imdb +SELECT birth_city FROM director WHERE name = "director_name0"; imdb +SELECT birth_city FROM director WHERE name = "director_name0"; imdb +SELECT nationality FROM director WHERE name = "director_name0"; imdb +SELECT budget FROM movie WHERE title = "Finding Nemo"; imdb +SELECT t3.title FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = "Steven Spielberg" AND t3.release_year > 2006; imdb +SELECT t2.name FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t3.title = "James Bond"; imdb +SELECT t2.name FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t3.title = "James Bond"; imdb +SELECT t2.name FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t3.title = "James Bond"; imdb +SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t2.role = "Alan Turing" AND t3.title = "The Imitation Game"; imdb +SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t2.role = "Alan Turing" AND t3.title = "The Imitation Game"; imdb +SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t2.role = "Alan Turing" AND t3.title = "The Imitation Game"; imdb +SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t2.role = "Alan Turing" AND t3.title = "The Imitation Game"; imdb +SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t2.role = "Alan Turing" AND t3.title = "The Imitation Game"; imdb +SELECT t2.genre FROM genre AS t2 JOIN classification AS t1 ON t2.gid = t1.gid JOIN movie AS t3 ON t3.mid = t1.msid WHERE t3.title = "Jurassic Park"; imdb +SELECT t2.name FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t3.release_year = 2015 AND t3.title = "Joy"; imdb +SELECT t1.title FROM written_by AS t3 JOIN movie AS t1 ON t3.msid = t1.mid JOIN writer AS t2 ON t3.wid = t2.wid WHERE t2.name = "Matt Damon"; imdb +SELECT t2.title FROM movie AS t2 JOIN made_by AS t3 ON t2.mid = t3.msid JOIN producer AS t1 ON t1.pid = t3.pid JOIN written_by AS t5 ON t5.msid = t2.mid JOIN writer AS t4 ON t5.wid = t4.wid WHERE t1.name = "Woody Allen" AND t4.name = "Woody Allen"; imdb +SELECT t2.title FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = "Robin Wright"; imdb +SELECT t2.title FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = "Robin Wright"; imdb +SELECT t2.title FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = "Robin Wright"; imdb +SELECT budget FROM movie WHERE release_year = 2007 AND title = "Juno"; imdb +SELECT t3.title FROM genre AS t2 JOIN classification AS t1 ON t2.gid = t1.gid JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.genre = "Sci-Fi" AND t3.release_year = 2010; imdb +SELECT t3.title FROM genre AS t2 JOIN classification AS t1 ON t2.gid = t1.gid JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.genre = "Sci-Fi" AND t3.release_year = 2010; imdb +SELECT name FROM actor WHERE birth_city = "Austin" AND birth_year > 1980; imdb +SELECT name FROM actor WHERE birth_city = "Austin" AND birth_year > 1980; imdb +SELECT name FROM actor WHERE birth_city = "Austin" AND birth_year > 1980; imdb +SELECT t3.title FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.birth_city = "Los Angeles"; imdb +SELECT name FROM actor WHERE birth_city = "New York City" AND birth_year = 1984; imdb +SELECT t3.title FROM tags AS t2 JOIN keyword AS t1 ON t2.kid = t1.id JOIN movie AS t3 ON t2.msid = t3.mid WHERE t1.keyword = "nuclear weapons"; imdb +SELECT t3.title FROM tags AS t2 JOIN keyword AS t1 ON t2.kid = t1.id JOIN movie AS t3 ON t2.msid = t3.mid WHERE t1.keyword = "nuclear weapons"; imdb +SELECT t3.title FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = "Alfred Hitchcock"; imdb +SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN directed_by AS t2 ON t4.mid = t2.msid JOIN director AS t3 ON t3.did = t2.did WHERE t1.name = "Taraneh Alidoosti" AND t3.name = "Asghar Farhadi"; imdb +SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN directed_by AS t2 ON t4.mid = t2.msid JOIN director AS t3 ON t3.did = t2.did WHERE t1.name = "Taraneh Alidoosti" AND t3.name = "Asghar Farhadi"; imdb +SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN directed_by AS t2 ON t4.mid = t2.msid JOIN director AS t3 ON t3.did = t2.did WHERE t1.name = "Taraneh Alidoosti" AND t3.name = "Asghar Farhadi"; imdb +SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN directed_by AS t2 ON t4.mid = t2.msid JOIN director AS t3 ON t3.did = t2.did WHERE t1.name = "Taraneh Alidoosti" AND t3.name = "Asghar Farhadi"; imdb +SELECT t2.title FROM producer AS t1 JOIN made_by AS t3 ON t1.pid = t3.pid JOIN tv_series AS t2 ON t2.sid = t3.msid WHERE t1.name = "Shonda Rhimes"; imdb +SELECT t1.name FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN tv_series AS t2 ON t2.sid = t3.msid WHERE t3.role = "Olivia Pope" AND t2.title = "Scandal"; imdb +SELECT t2.name FROM written_by AS t3 JOIN movie AS t1 ON t3.msid = t1.mid JOIN writer AS t2 ON t3.wid = t2.wid WHERE t1.title = "The Truman Show"; imdb +SELECT t2.name FROM written_by AS t3 JOIN movie AS t1 ON t3.msid = t1.mid JOIN writer AS t2 ON t3.wid = t2.wid WHERE t1.title = "The Truman Show"; imdb +SELECT t2.title FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN tv_series AS t2 ON t2.sid = t3.msid WHERE t1.name = "Scott Foley"; imdb +SELECT t2.title FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN tv_series AS t2 ON t2.sid = t3.msid WHERE t1.name = "Scott Foley"; imdb +SELECT t3.name FROM CAST AS t4 JOIN actor AS t1 ON t4.aid = t1.aid JOIN movie AS t5 ON t5.mid = t4.msid JOIN directed_by AS t2 ON t5.mid = t2.msid JOIN director AS t3 ON t3.did = t2.did WHERE t1.name = "Kate Winslet"; imdb +SELECT t1.name FROM CAST AS t3 JOIN actor AS t2 ON t3.aid = t2.aid JOIN movie AS t5 ON t5.mid = t3.msid JOIN made_by AS t4 ON t5.mid = t4.msid JOIN producer AS t1 ON t1.pid = t4.pid WHERE t2.name = "Kate Winslet"; imdb +SELECT t2.name FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN tv_series AS t3 ON t3.sid = t1.msid WHERE t3.release_year = 2013 AND t3.title = "House of Cards"; imdb +SELECT name FROM actor WHERE birth_city = "Austin" AND gender = "female"; imdb +SELECT name FROM actor WHERE birth_year > 1980 AND nationality = "Italy"; imdb +SELECT name FROM actor WHERE birth_city = "New York City" AND birth_year > 1980 AND gender = "female"; imdb +SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t1.gender = "female" AND t3.title = "Saving Private Ryan"; imdb +SELECT name FROM director WHERE nationality = "Afghanistan"; imdb +SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t3.title = "Camp X-Ray"; imdb +SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t1.nationality = "Canada" AND t3.title = "James Bond"; imdb +SELECT t2.title FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = "Rowan Atkinson" AND t3.role = "Mr. Bean"; imdb +SELECT t2.birth_city FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t3.title = "The Past"; imdb +SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid WHERE t2.role = "Mr. Bean"; imdb +SELECT t3.genre FROM director AS t5 JOIN directed_by AS t2 ON t5.did = t2.did JOIN movie AS t4 ON t4.mid = t2.msid JOIN classification AS t1 ON t4.mid = t1.msid JOIN genre AS t3 ON t3.gid = t1.gid WHERE t5.name = "Asghar Farhadi"; imdb +SELECT t1.title FROM movie AS t1 JOIN CAST AS t2 ON t1.mid = t2.msid WHERE t2.role = "Daffy Duck"; imdb +SELECT t2.role FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t3.title = "Daddy Long Legs"; imdb +SELECT t3.name FROM director AS t3 JOIN directed_by AS t2 ON t3.did = t2.did JOIN movie AS t4 ON t4.mid = t2.msid JOIN tags AS t5 ON t5.msid = t4.mid JOIN keyword AS t1 ON t5.kid = t1.id WHERE t1.keyword = "nuclear weapons"; imdb +SELECT COUNT ( DISTINCT t2.title ) FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = "Jennifer Aniston" AND t2.release_year > 2010; imdb +SELECT COUNT ( DISTINCT t1.name ) FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t3.title = "Saving Private Ryan"; imdb +SELECT COUNT ( DISTINCT t1.name ) FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t3.title = "Saving Private Ryan"; imdb +SELECT COUNT ( DISTINCT t3.title ) FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = "Steven Spielberg"; imdb +SELECT COUNT ( DISTINCT title ) FROM movie WHERE release_year = 2013; imdb +SELECT COUNT ( DISTINCT title ) FROM movie WHERE release_year = 2013; imdb +SELECT COUNT ( DISTINCT t3.title ) , t3.release_year FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = "Woody Allen" GROUP BY t3.release_year; imdb +SELECT COUNT ( DISTINCT t2.title ) FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = "Shahab Hosseini"; imdb +SELECT COUNT ( DISTINCT t2.title ) FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = "Shahab Hosseini"; imdb +SELECT COUNT ( DISTINCT t2.title ) FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = "Shahab Hosseini"; imdb +SELECT COUNT ( DISTINCT t2.title ) FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = "Shahab Hosseini"; imdb +SELECT COUNT ( DISTINCT name ) FROM actor WHERE birth_city = "Los Angeles" AND birth_year > 2000; imdb +SELECT COUNT ( DISTINCT t2.title ) FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = "Humphrey Bogart" AND t2.release_year < 1942; imdb +SELECT COUNT ( DISTINCT t2.title ) , t2.release_year FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = "Brad Pitt" GROUP BY t2.release_year; imdb +SELECT COUNT ( DISTINCT t3.title ) FROM tags AS t2 JOIN keyword AS t1 ON t2.kid = t1.id JOIN movie AS t3 ON t2.msid = t3.mid WHERE t1.keyword = "Iraq war" AND t3.release_year = 2015; imdb +SELECT COUNT ( DISTINCT t3.title ) FROM tags AS t2 JOIN keyword AS t1 ON t2.kid = t1.id JOIN movie AS t3 ON t2.msid = t3.mid WHERE t1.keyword = "Persians" AND t3.release_year > 1990; imdb +SELECT COUNT ( DISTINCT t3.title ) FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = "Quentin Tarantino" AND t3.release_year > 2010; imdb +SELECT COUNT ( DISTINCT t3.title ) FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = "Quentin Tarantino" AND t3.release_year < 2010; imdb +SELECT COUNT ( DISTINCT t4.title ) FROM director AS t3 JOIN directed_by AS t2 ON t3.did = t2.did JOIN movie AS t4 ON t4.mid = t2.msid JOIN made_by AS t5 ON t4.mid = t5.msid JOIN producer AS t1 ON t1.pid = t5.pid WHERE t3.name = "Quentin Tarantino" AND t4.release_year < 2010 AND t4.release_year > 2002; imdb +SELECT COUNT ( DISTINCT name ) FROM actor WHERE birth_city = "New York City" AND birth_year > 1980 AND gender = "female"; imdb +SELECT COUNT ( DISTINCT t1.name ) FROM CAST AS t4 JOIN actor AS t1 ON t4.aid = t1.aid JOIN movie AS t5 ON t5.mid = t4.msid JOIN directed_by AS t2 ON t5.mid = t2.msid JOIN director AS t3 ON t3.did = t2.did WHERE t1.nationality = "Iran" AND t3.name = "Jim Jarmusch"; imdb +SELECT COUNT ( DISTINCT t1.name ) FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t1.nationality = "China" AND t3.title = "Rush Hour 3"; imdb +SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN CAST AS t3 ON t4.mid = t3.msid JOIN actor AS t2 ON t3.aid = t2.aid WHERE t1.name = "Woody Strode" AND t2.name = "Jason Robards"; imdb +SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN CAST AS t3 ON t4.mid = t3.msid JOIN actor AS t2 ON t3.aid = t2.aid WHERE t1.name = "Woody Strode" AND t2.name = "Jason Robards"; imdb +SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN CAST AS t3 ON t4.mid = t3.msid JOIN actor AS t2 ON t3.aid = t2.aid WHERE t1.name = "Woody Strode" AND t2.name = "Jason Robards"; imdb +SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN CAST AS t3 ON t4.mid = t3.msid JOIN actor AS t2 ON t3.aid = t2.aid WHERE t1.name = "Woody Strode" AND t2.name = "Jason Robards"; imdb +SELECT t1.name FROM CAST AS t4 JOIN actor AS t1 ON t4.aid = t1.aid JOIN movie AS t5 ON t5.mid = t4.msid JOIN CAST AS t3 ON t5.mid = t3.msid JOIN actor AS t2 ON t3.aid = t2.aid WHERE t2.name = "Tom Hanks"; imdb +SELECT t3.title FROM director AS t5 JOIN directed_by AS t2 ON t5.did = t2.did JOIN directed_by AS t1 ON t5.did = t1.did JOIN movie AS t4 ON t4.mid = t2.msid JOIN movie AS t3 ON t3.mid = t1.msid WHERE t4.title = "Revolutionary Road"; imdb +SELECT t3.title FROM genre AS t2 JOIN classification AS t1 ON t2.gid = t1.gid JOIN movie AS t3 ON t3.mid = t1.msid GROUP BY t3.title ORDER BY COUNT ( DISTINCT t2.genre ) DESC LIMIT 1; imdb +SELECT t2.title FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.nationality = "China" GROUP BY t2.title ORDER BY COUNT ( DISTINCT t1.name ) DESC LIMIT 1; imdb +SELECT t1.name FROM CAST AS t4 JOIN actor AS t1 ON t4.aid = t1.aid JOIN movie AS t5 ON t5.mid = t4.msid JOIN directed_by AS t2 ON t5.mid = t2.msid JOIN director AS t3 ON t3.did = t2.did WHERE t3.name = "Quentin Tarantino" ORDER BY t5.release_year DESC LIMIT 1; imdb +SELECT t3.budget , t3.title FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = "Quentin Tarantino" ORDER BY t3.release_year DESC LIMIT 1; imdb +SELECT t3.title FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = "Jim Jarmusch" ORDER BY t3.release_year DESC LIMIT 1; imdb +SELECT t1.name FROM director AS t3 JOIN directed_by AS t2 ON t3.did = t2.did JOIN movie AS t4 ON t4.mid = t2.msid JOIN made_by AS t5 ON t4.mid = t5.msid JOIN producer AS t1 ON t1.pid = t5.pid GROUP BY t1.name ORDER BY COUNT ( DISTINCT t3.name ) DESC LIMIT 1; imdb +SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t1.name = "Gabriele Ferzetti" ORDER BY t3.release_year DESC LIMIT 1; imdb +SELECT count(*) FROM device device +SELECT count(*) FROM device device +SELECT Carrier FROM device ORDER BY Carrier ASC device +SELECT Carrier FROM device ORDER BY Carrier ASC device +SELECT Carrier FROM device WHERE Software_Platform != 'Android' device +SELECT Carrier FROM device WHERE Software_Platform != 'Android' device +SELECT Shop_Name FROM shop ORDER BY Open_Year ASC device +SELECT Shop_Name FROM shop ORDER BY Open_Year ASC device +SELECT avg(Quantity) FROM stock device +SELECT avg(Quantity) FROM stock device +SELECT Shop_Name , LOCATION FROM shop ORDER BY Shop_Name ASC device +SELECT Shop_Name , LOCATION FROM shop ORDER BY Shop_Name ASC device +SELECT count(DISTINCT Software_Platform) FROM device device +SELECT count(DISTINCT Software_Platform) FROM device device +SELECT Open_Date , Open_Year FROM shop WHERE Shop_Name = "Apple" device +SELECT Open_Date , Open_Year FROM shop WHERE Shop_Name = "Apple" device +SELECT Shop_Name FROM shop ORDER BY Open_Year DESC LIMIT 1 device +SELECT Shop_Name FROM shop ORDER BY Open_Year DESC LIMIT 1 device +SELECT T3.Shop_Name , T2.Carrier FROM stock AS T1 JOIN device AS T2 ON T1.Device_ID = T2.Device_ID JOIN shop AS T3 ON T1.Shop_ID = T3.Shop_ID device +SELECT T3.Shop_Name , T2.Carrier FROM stock AS T1 JOIN device AS T2 ON T1.Device_ID = T2.Device_ID JOIN shop AS T3 ON T1.Shop_ID = T3.Shop_ID device +SELECT T2.Shop_Name FROM stock AS T1 JOIN shop AS T2 ON T1.Shop_ID = T2.Shop_ID GROUP BY T1.Shop_ID HAVING COUNT(*) > 1 device +SELECT T2.Shop_Name FROM stock AS T1 JOIN shop AS T2 ON T1.Shop_ID = T2.Shop_ID GROUP BY T1.Shop_ID HAVING COUNT(*) > 1 device +SELECT T2.Shop_Name FROM stock AS T1 JOIN shop AS T2 ON T1.Shop_ID = T2.Shop_ID GROUP BY T1.Shop_ID ORDER BY COUNT(*) DESC LIMIT 1 device +SELECT T2.Shop_Name FROM stock AS T1 JOIN shop AS T2 ON T1.Shop_ID = T2.Shop_ID GROUP BY T1.Shop_ID ORDER BY COUNT(*) DESC LIMIT 1 device +SELECT T2.Shop_Name FROM stock AS T1 JOIN shop AS T2 ON T1.Shop_ID = T2.Shop_ID GROUP BY T1.Shop_ID ORDER BY SUM(T1.quantity) DESC LIMIT 1 device +SELECT T2.Shop_Name FROM stock AS T1 JOIN shop AS T2 ON T1.Shop_ID = T2.Shop_ID GROUP BY T1.Shop_ID ORDER BY SUM(T1.quantity) DESC LIMIT 1 device +SELECT Software_Platform , COUNT(*) FROM device GROUP BY Software_Platform device +SELECT Software_Platform , COUNT(*) FROM device GROUP BY Software_Platform device +SELECT Software_Platform FROM device GROUP BY Software_Platform ORDER BY COUNT(*) DESC device +SELECT Software_Platform FROM device GROUP BY Software_Platform ORDER BY COUNT(*) DESC device +SELECT Software_Platform FROM device GROUP BY Software_Platform ORDER BY COUNT(*) DESC LIMIT 1 device +SELECT Software_Platform FROM device GROUP BY Software_Platform ORDER BY COUNT(*) DESC LIMIT 1 device +SELECT Shop_Name FROM shop WHERE Shop_ID NOT IN (SELECT Shop_ID FROM stock) device +SELECT Shop_Name FROM shop WHERE Shop_ID NOT IN (SELECT Shop_ID FROM stock) device +SELECT LOCATION FROM shop WHERE Open_Year > 2012 INTERSECT SELECT LOCATION FROM shop WHERE Open_Year < 2008 device +SELECT LOCATION FROM shop WHERE Open_Year > 2012 INTERSECT SELECT LOCATION FROM shop WHERE Open_Year < 2008 device +SELECT Carrier FROM device WHERE Device_ID NOT IN (SELECT Device_ID FROM stock) device +SELECT Carrier FROM device WHERE Device_ID NOT IN (SELECT Device_ID FROM stock) device +SELECT T2.Carrier FROM stock AS T1 JOIN device AS T2 ON T1.Device_ID = T2.Device_ID GROUP BY T1.Device_ID HAVING COUNT(*) > 1 device +SELECT T2.Carrier FROM stock AS T1 JOIN device AS T2 ON T1.Device_ID = T2.Device_ID GROUP BY T1.Device_ID HAVING COUNT(*) > 1 device +SELECT count(*) FROM BOOKINGS cre_Drama_Workshop_Groups +SELECT count(*) FROM BOOKINGS cre_Drama_Workshop_Groups +SELECT Order_Date FROM BOOKINGS cre_Drama_Workshop_Groups +SELECT Order_Date FROM BOOKINGS cre_Drama_Workshop_Groups +SELECT Planned_Delivery_Date , Actual_Delivery_Date FROM BOOKINGS cre_Drama_Workshop_Groups +SELECT Planned_Delivery_Date , Actual_Delivery_Date FROM BOOKINGS cre_Drama_Workshop_Groups +SELECT count(*) FROM CUSTOMERS cre_Drama_Workshop_Groups +SELECT count(*) FROM CUSTOMERS cre_Drama_Workshop_Groups +SELECT Customer_Phone , Customer_Email_Address FROM CUSTOMERS WHERE Customer_Name = "Harold" cre_Drama_Workshop_Groups +SELECT Customer_Phone , Customer_Email_Address FROM CUSTOMERS WHERE Customer_Name = "Harold" cre_Drama_Workshop_Groups +SELECT Store_Name FROM Drama_Workshop_Groups cre_Drama_Workshop_Groups +SELECT Store_Name FROM Drama_Workshop_Groups cre_Drama_Workshop_Groups +SELECT min(Order_Quantity) , avg(Order_Quantity) , max(Order_Quantity) FROM INVOICES cre_Drama_Workshop_Groups +SELECT min(Order_Quantity) , avg(Order_Quantity) , max(Order_Quantity) FROM INVOICES cre_Drama_Workshop_Groups +SELECT DISTINCT payment_method_code FROM INVOICES cre_Drama_Workshop_Groups +SELECT DISTINCT payment_method_code FROM INVOICES cre_Drama_Workshop_Groups +SELECT Marketing_Region_Descriptrion FROM Marketing_Regions WHERE Marketing_Region_Name = "China" cre_Drama_Workshop_Groups +SELECT Marketing_Region_Descriptrion FROM Marketing_Regions WHERE Marketing_Region_Name = "China" cre_Drama_Workshop_Groups +SELECT DISTINCT Product_Name FROM PRODUCTS WHERE Product_Price > (SELECT avg(Product_Price) FROM PRODUCTS) cre_Drama_Workshop_Groups +SELECT DISTINCT Product_Name FROM PRODUCTS WHERE Product_Price > (SELECT avg(Product_Price) FROM PRODUCTS) cre_Drama_Workshop_Groups +SELECT Product_Name FROM PRODUCTS ORDER BY Product_Price DESC LIMIT 1 cre_Drama_Workshop_Groups +SELECT Product_Name FROM PRODUCTS ORDER BY Product_Price DESC LIMIT 1 cre_Drama_Workshop_Groups +SELECT Product_Name FROM Products ORDER BY Product_Price ASC cre_Drama_Workshop_Groups +SELECT Product_Name FROM Products ORDER BY Product_Price ASC cre_Drama_Workshop_Groups +SELECT Customer_Phone FROM PERFORMERS WHERE Customer_Name = "Ashley" cre_Drama_Workshop_Groups +SELECT Customer_Phone FROM PERFORMERS WHERE Customer_Name = "Ashley" cre_Drama_Workshop_Groups +SELECT payment_method_code , count(*) FROM INVOICES GROUP BY payment_method_code cre_Drama_Workshop_Groups +SELECT payment_method_code , count(*) FROM INVOICES GROUP BY payment_method_code cre_Drama_Workshop_Groups +SELECT payment_method_code FROM INVOICES GROUP BY payment_method_code ORDER BY count(*) DESC LIMIT 1 cre_Drama_Workshop_Groups +SELECT payment_method_code FROM INVOICES GROUP BY payment_method_code ORDER BY count(*) DESC LIMIT 1 cre_Drama_Workshop_Groups +SELECT T1.City_Town FROM Addresses AS T1 JOIN Stores AS T2 ON T1.Address_ID = T2.Address_ID WHERE T2.Store_Name = "FJA Filming" cre_Drama_Workshop_Groups +SELECT T1.City_Town FROM Addresses AS T1 JOIN Stores AS T2 ON T1.Address_ID = T2.Address_ID WHERE T2.Store_Name = "FJA Filming" cre_Drama_Workshop_Groups +SELECT T1.State_County FROM Addresses AS T1 JOIN Stores AS T2 ON T1.Address_ID = T2.Address_ID WHERE T2.Marketing_Region_Code = "CA" cre_Drama_Workshop_Groups +SELECT T1.State_County FROM Addresses AS T1 JOIN Stores AS T2 ON T1.Address_ID = T2.Address_ID WHERE T2.Marketing_Region_Code = "CA" cre_Drama_Workshop_Groups +SELECT T1.Marketing_Region_Name FROM Marketing_Regions AS T1 JOIN Stores AS T2 ON T1.Marketing_Region_Code = T2.Marketing_Region_Code WHERE T2.Store_Name = "Rob Dinning" cre_Drama_Workshop_Groups +SELECT T1.Marketing_Region_Name FROM Marketing_Regions AS T1 JOIN Stores AS T2 ON T1.Marketing_Region_Code = T2.Marketing_Region_Code WHERE T2.Store_Name = "Rob Dinning" cre_Drama_Workshop_Groups +SELECT T1.Service_Type_Description FROM Ref_Service_Types AS T1 JOIN Services AS T2 ON T1.Service_Type_Code = T2.Service_Type_Code WHERE T2.Product_Price > 100 cre_Drama_Workshop_Groups +SELECT T1.Service_Type_Description FROM Ref_Service_Types AS T1 JOIN Services AS T2 ON T1.Service_Type_Code = T2.Service_Type_Code WHERE T2.Product_Price > 100 cre_Drama_Workshop_Groups +SELECT T1.Service_Type_Description , T2.Service_Type_Code , COUNT(*) FROM Ref_Service_Types AS T1 JOIN Services AS T2 ON T1.Service_Type_Code = T2.Service_Type_Code GROUP BY T2.Service_Type_Code cre_Drama_Workshop_Groups +SELECT T1.Service_Type_Description , T2.Service_Type_Code , COUNT(*) FROM Ref_Service_Types AS T1 JOIN Services AS T2 ON T1.Service_Type_Code = T2.Service_Type_Code GROUP BY T2.Service_Type_Code cre_Drama_Workshop_Groups +SELECT T1.Service_Type_Description , T1.Service_Type_Code FROM Ref_Service_Types AS T1 JOIN Services AS T2 ON T1.Service_Type_Code = T2.Service_Type_Code GROUP BY T1.Service_Type_Code ORDER BY COUNT(*) DESC LIMIT 1 cre_Drama_Workshop_Groups +SELECT T1.Service_Type_Description , T1.Service_Type_Code FROM Ref_Service_Types AS T1 JOIN Services AS T2 ON T1.Service_Type_Code = T2.Service_Type_Code GROUP BY T1.Service_Type_Code ORDER BY COUNT(*) DESC LIMIT 1 cre_Drama_Workshop_Groups +SELECT T1.Store_Phone , T1.Store_Email_Address FROM Drama_Workshop_Groups AS T1 JOIN Services AS T2 ON T1.Workshop_Group_ID = T2.Workshop_Group_ID cre_Drama_Workshop_Groups +SELECT T1.Store_Phone , T1.Store_Email_Address FROM Drama_Workshop_Groups AS T1 JOIN Services AS T2 ON T1.Workshop_Group_ID = T2.Workshop_Group_ID cre_Drama_Workshop_Groups +SELECT T1.Store_Phone , T1.Store_Email_Address FROM Drama_Workshop_Groups AS T1 JOIN Services AS T2 ON T1.Workshop_Group_ID = T2.Workshop_Group_ID WHERE T2.Product_Name = "film" cre_Drama_Workshop_Groups +SELECT T1.Store_Phone , T1.Store_Email_Address FROM Drama_Workshop_Groups AS T1 JOIN Services AS T2 ON T1.Workshop_Group_ID = T2.Workshop_Group_ID WHERE T2.Product_Name = "film" cre_Drama_Workshop_Groups +SELECT Product_Name , avg(Product_Price) FROM PRODUCTS GROUP BY Product_Name cre_Drama_Workshop_Groups +SELECT Product_Name , avg(Product_Price) FROM PRODUCTS GROUP BY Product_Name cre_Drama_Workshop_Groups +SELECT Product_Name FROM PRODUCTS GROUP BY Product_Name HAVING avg(Product_Price) < 1000000 cre_Drama_Workshop_Groups +SELECT Product_Name FROM PRODUCTS GROUP BY Product_Name HAVING avg(Product_Price) < 1000000 cre_Drama_Workshop_Groups +SELECT sum(T1.Order_Quantity) FROM ORDER_ITEMS AS T1 JOIN Products AS T2 ON T1.Product_ID = T2.Product_ID WHERE T2.Product_Name = "photo" cre_Drama_Workshop_Groups +SELECT sum(T1.Order_Quantity) FROM ORDER_ITEMS AS T1 JOIN Products AS T2 ON T1.Product_ID = T2.Product_ID WHERE T2.Product_Name = "photo" cre_Drama_Workshop_Groups +SELECT T1.Other_Item_Details FROM ORDER_ITEMS AS T1 JOIN Products AS T2 ON T1.Product_ID = T2.Product_ID WHERE T2.Product_price > 2000 cre_Drama_Workshop_Groups +SELECT T1.Other_Item_Details FROM ORDER_ITEMS AS T1 JOIN Products AS T2 ON T1.Product_ID = T2.Product_ID WHERE T2.Product_price > 2000 cre_Drama_Workshop_Groups +SELECT T1.Actual_Delivery_Date FROM Customer_Orders AS T1 JOIN ORDER_ITEMS AS T2 ON T1.Order_ID = T2.Order_ID WHERE T2.Order_Quantity = 1 cre_Drama_Workshop_Groups +SELECT T1.Actual_Delivery_Date FROM Customer_Orders AS T1 JOIN ORDER_ITEMS AS T2 ON T1.Order_ID = T2.Order_ID WHERE T2.Order_Quantity = 1 cre_Drama_Workshop_Groups +SELECT T1.Order_Date FROM Customer_Orders AS T1 JOIN ORDER_ITEMS AS T2 ON T1.Order_ID = T2.Order_ID JOIN Products AS T3 ON T2.Product_ID = T3.Product_ID WHERE T3.Product_price > 1000 cre_Drama_Workshop_Groups +SELECT T1.Order_Date FROM Customer_Orders AS T1 JOIN ORDER_ITEMS AS T2 ON T1.Order_ID = T2.Order_ID JOIN Products AS T3 ON T2.Product_ID = T3.Product_ID WHERE T3.Product_price > 1000 cre_Drama_Workshop_Groups +SELECT count(DISTINCT Currency_Code) FROM Drama_Workshop_Groups cre_Drama_Workshop_Groups +SELECT count(DISTINCT Currency_Code) FROM Drama_Workshop_Groups cre_Drama_Workshop_Groups +SELECT T2.Store_Name FROM Addresses AS T1 JOIN Drama_Workshop_Groups AS T2 ON T1.Address_ID = T2.Address_ID WHERE T1.City_Town = "Feliciaberg" cre_Drama_Workshop_Groups +SELECT T2.Store_Name FROM Addresses AS T1 JOIN Drama_Workshop_Groups AS T2 ON T1.Address_ID = T2.Address_ID WHERE T1.City_Town = "Feliciaberg" cre_Drama_Workshop_Groups +SELECT T2.Store_Email_Address FROM Addresses AS T1 JOIN Drama_Workshop_Groups AS T2 ON T1.Address_ID = T2.Address_ID WHERE T1.State_County = "Alaska" cre_Drama_Workshop_Groups +SELECT T2.Store_Email_Address FROM Addresses AS T1 JOIN Drama_Workshop_Groups AS T2 ON T1.Address_ID = T2.Address_ID WHERE T1.State_County = "Alaska" cre_Drama_Workshop_Groups +SELECT T1.City_Town , count(*) FROM Addresses AS T1 JOIN Drama_Workshop_Groups AS T2 ON T1.Address_ID = T2.Address_ID GROUP BY T1.City_Town cre_Drama_Workshop_Groups +SELECT T1.City_Town , count(*) FROM Addresses AS T1 JOIN Drama_Workshop_Groups AS T2 ON T1.Address_ID = T2.Address_ID GROUP BY T1.City_Town cre_Drama_Workshop_Groups +SELECT Marketing_Region_Code FROM Drama_Workshop_Groups GROUP BY Marketing_Region_Code ORDER BY count(*) DESC LIMIT 1 cre_Drama_Workshop_Groups +SELECT Marketing_Region_Code FROM Drama_Workshop_Groups GROUP BY Marketing_Region_Code ORDER BY count(*) DESC LIMIT 1 cre_Drama_Workshop_Groups +SELECT T1.City_Town FROM Addresses AS T1 JOIN Customers AS T2 ON T1.Address_ID = T2.Address_ID EXCEPT SELECT T1.City_Town FROM Addresses AS T1 JOIN Performers AS T2 ON T1.Address_ID = T2.Address_ID cre_Drama_Workshop_Groups +SELECT T1.City_Town FROM Addresses AS T1 JOIN Customers AS T2 ON T1.Address_ID = T2.Address_ID EXCEPT SELECT T1.City_Town FROM Addresses AS T1 JOIN Performers AS T2 ON T1.Address_ID = T2.Address_ID cre_Drama_Workshop_Groups +SELECT Status_Code FROM BOOKINGS GROUP BY Status_Code ORDER BY count(*) DESC LIMIT 1 cre_Drama_Workshop_Groups +SELECT Status_Code FROM BOOKINGS GROUP BY Status_Code ORDER BY count(*) DESC LIMIT 1 cre_Drama_Workshop_Groups +SELECT T2.Store_Name FROM Bookings AS T1 JOIN Drama_Workshop_Groups AS T2 ON T1.Workshop_Group_ID = T2.Workshop_Group_ID WHERE T1.Status_Code = "stop" cre_Drama_Workshop_Groups +SELECT T2.Store_Name FROM Bookings AS T1 JOIN Drama_Workshop_Groups AS T2 ON T1.Workshop_Group_ID = T2.Workshop_Group_ID WHERE T1.Status_Code = "stop" cre_Drama_Workshop_Groups +SELECT Customer_Name FROM Clients EXCEPT SELECT T2.Customer_Name FROM Bookings AS T1 JOIN Clients AS T2 ON T1.Customer_ID = T2.Client_ID cre_Drama_Workshop_Groups +SELECT Customer_Name FROM Clients EXCEPT SELECT T2.Customer_Name FROM Bookings AS T1 JOIN Clients AS T2 ON T1.Customer_ID = T2.Client_ID cre_Drama_Workshop_Groups +SELECT avg(Order_Quantity) FROM Invoices WHERE payment_method_code = "MasterCard" cre_Drama_Workshop_Groups +SELECT avg(Order_Quantity) FROM Invoices WHERE payment_method_code = "MasterCard" cre_Drama_Workshop_Groups +SELECT Product_ID FROM INVOICES GROUP BY Product_ID ORDER BY COUNT(*) DESC LIMIT 1 cre_Drama_Workshop_Groups +SELECT Product_ID FROM INVOICES GROUP BY Product_ID ORDER BY COUNT(*) DESC LIMIT 1 cre_Drama_Workshop_Groups +SELECT T1.Service_Type_Description FROM Ref_Service_Types AS T1 JOIN Services AS T2 ON T1.Service_Type_Code = T2.Service_Type_Code WHERE T2.Product_Name = 'photo' INTERSECT SELECT T1.Service_Type_Description FROM Ref_Service_Types AS T1 JOIN Services AS T2 ON T1.Service_Type_Code = T2.Service_Type_Code WHERE T2.Product_Name = 'film' cre_Drama_Workshop_Groups +SELECT T1.Service_Type_Description FROM Ref_Service_Types AS T1 JOIN Services AS T2 ON T1.Service_Type_Code = T2.Service_Type_Code WHERE T2.Product_Name = 'photo' INTERSECT SELECT T1.Service_Type_Description FROM Ref_Service_Types AS T1 JOIN Services AS T2 ON T1.Service_Type_Code = T2.Service_Type_Code WHERE T2.Product_Name = 'film' cre_Drama_Workshop_Groups +SELECT count(*) FROM Band music_2 +SELECT count(*) FROM Band music_2 +SELECT DISTINCT label FROM Albums music_2 +SELECT DISTINCT label FROM Albums music_2 +SELECT * FROM Albums WHERE YEAR = 2012 music_2 +SELECT * FROM Albums WHERE YEAR = 2012 music_2 +SELECT DISTINCT T1.stageposition FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id WHERE Firstname = "Solveig" music_2 +SELECT DISTINCT T1.stageposition FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id WHERE Firstname = "Solveig" music_2 +SELECT count(*) FROM Songs music_2 +SELECT count(*) FROM Songs music_2 +SELECT T3.Title FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId WHERE T2.Lastname = "Heilo" music_2 +SELECT T3.Title FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId WHERE T2.Lastname = "Heilo" music_2 +SELECT count(*) FROM performance AS T1 JOIN band AS T2 ON T1.bandmate = T2.id JOIN songs AS T3 ON T3.songid = T1.songid WHERE T3.Title = "Flash" music_2 +SELECT count(*) FROM performance AS T1 JOIN band AS T2 ON T1.bandmate = T2.id JOIN songs AS T3 ON T3.songid = T1.songid WHERE T3.Title = "Flash" music_2 +SELECT T3.Title FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId WHERE T2.firstname = "Marianne" music_2 +SELECT T3.Title FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId WHERE T2.firstname = "Marianne" music_2 +SELECT T2.firstname , T2.lastname FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId WHERE T3.Title = "Badlands" music_2 +SELECT T2.firstname , T2.lastname FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId WHERE T3.Title = "Badlands" music_2 +SELECT T2.firstname , T2.lastname FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId WHERE T3.Title = "Badlands" AND T1.StagePosition = "back" music_2 +SELECT T2.firstname , T2.lastname FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId WHERE T3.Title = "Badlands" AND T1.StagePosition = "back" music_2 +SELECT count(DISTINCT label) FROM albums music_2 +SELECT count(DISTINCT label) FROM albums music_2 +SELECT label FROM albums GROUP BY label ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT label FROM albums GROUP BY label ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT T2.lastname FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId GROUP BY lastname ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT T2.lastname FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId GROUP BY lastname ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT T2.lastname FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id WHERE stageposition = "back" GROUP BY lastname ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT T2.lastname FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id WHERE stageposition = "back" GROUP BY lastname ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT title FROM songs WHERE title LIKE '% the %' music_2 +SELECT title FROM songs WHERE title LIKE '% the %' music_2 +SELECT DISTINCT instrument FROM Instruments music_2 +SELECT DISTINCT instrument FROM Instruments music_2 +SELECT T4.instrument FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId JOIN Instruments AS T4 ON T4.songid = T3.songid AND T4.bandmateid = T2.id WHERE T2.lastname = "Heilo" AND T3.title = "Le Pop" music_2 +SELECT T4.instrument FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId JOIN Instruments AS T4 ON T4.songid = T3.songid AND T4.bandmateid = T2.id WHERE T2.lastname = "Heilo" AND T3.title = "Le Pop" music_2 +SELECT instrument FROM instruments GROUP BY instrument ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT instrument FROM instruments GROUP BY instrument ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT count(*) FROM instruments WHERE instrument = "drums" music_2 +SELECT count(*) FROM instruments WHERE instrument = "drums" music_2 +SELECT instrument FROM instruments AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Le Pop" music_2 +SELECT instrument FROM instruments AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Le Pop" music_2 +SELECT count(DISTINCT instrument) FROM instruments AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Le Pop" music_2 +SELECT count(DISTINCT instrument) FROM instruments AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Le Pop" music_2 +SELECT count(DISTINCT instrument) FROM instruments AS T1 JOIN Band AS T2 ON T1.bandmateid = T2.id WHERE T2.lastname = "Heilo" music_2 +SELECT count(DISTINCT instrument) FROM instruments AS T1 JOIN Band AS T2 ON T1.bandmateid = T2.id WHERE T2.lastname = "Heilo" music_2 +SELECT instrument FROM instruments AS T1 JOIN Band AS T2 ON T1.bandmateid = T2.id WHERE T2.lastname = "Heilo" music_2 +SELECT instrument FROM instruments AS T1 JOIN Band AS T2 ON T1.bandmateid = T2.id WHERE T2.lastname = "Heilo" music_2 +SELECT title FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid GROUP BY T1.songid ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT title FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid GROUP BY T1.songid ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT TYPE FROM vocals GROUP BY TYPE ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT TYPE FROM vocals GROUP BY TYPE ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT TYPE FROM vocals AS T1 JOIN band AS T2 ON T1.bandmate = T2.id WHERE lastname = "Heilo" GROUP BY TYPE ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT TYPE FROM vocals AS T1 JOIN band AS T2 ON T1.bandmate = T2.id WHERE lastname = "Heilo" GROUP BY TYPE ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT TYPE FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Le Pop" music_2 +SELECT TYPE FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Le Pop" music_2 +SELECT count(*) FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Demon Kitty Rag" music_2 +SELECT count(*) FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Demon Kitty Rag" music_2 +SELECT count(DISTINCT title) FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE TYPE = "lead" music_2 +SELECT count(DISTINCT title) FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE TYPE = "lead" music_2 +SELECT TYPE FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid JOIN band AS T3 ON T1.bandmate = T3.id WHERE T3.firstname = "Solveig" AND T2.title = "A Bar In Amsterdam" music_2 +SELECT TYPE FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid JOIN band AS T3 ON T1.bandmate = T3.id WHERE T3.firstname = "Solveig" AND T2.title = "A Bar In Amsterdam" music_2 +SELECT DISTINCT title FROM vocals AS t1 JOIN songs AS t2 ON t1.songid = t2.songid EXCEPT SELECT t2.title FROM vocals AS t1 JOIN songs AS t2 ON t1.songid = t2.songid WHERE TYPE = "lead" music_2 +SELECT DISTINCT title FROM vocals AS t1 JOIN songs AS t2 ON t1.songid = t2.songid EXCEPT SELECT t2.title FROM vocals AS t1 JOIN songs AS t2 ON t1.songid = t2.songid WHERE TYPE = "lead" music_2 +SELECT DISTINCT TYPE FROM vocals music_2 +SELECT DISTINCT TYPE FROM vocals music_2 +SELECT * FROM Albums WHERE YEAR = 2010 music_2 +SELECT * FROM Albums WHERE YEAR = 2010 music_2 +SELECT T2.firstname , T2.lastname FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId WHERE T3.Title = "Le Pop" music_2 +SELECT T2.firstname , T2.lastname FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId WHERE T3.Title = "Le Pop" music_2 +SELECT T2.lastname FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId GROUP BY lastname ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT T2.lastname FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId GROUP BY lastname ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT T4.instrument FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId JOIN Instruments AS T4 ON T4.songid = T3.songid AND T4.bandmateid = T2.id WHERE T2.lastname = "Heilo" AND T3.title = "Badlands" music_2 +SELECT T4.instrument FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId JOIN Instruments AS T4 ON T4.songid = T3.songid AND T4.bandmateid = T2.id WHERE T2.lastname = "Heilo" AND T3.title = "Badlands" music_2 +SELECT count(DISTINCT instrument) FROM instruments AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Badlands" music_2 +SELECT count(DISTINCT instrument) FROM instruments AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Badlands" music_2 +SELECT TYPE FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Badlands" music_2 +SELECT TYPE FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Badlands" music_2 +SELECT count(*) FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Le Pop" music_2 +SELECT count(*) FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE title = "Le Pop" music_2 +SELECT count(DISTINCT title) FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE TYPE = "shared" music_2 +SELECT count(DISTINCT title) FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid WHERE TYPE = "shared" music_2 +SELECT DISTINCT title FROM vocals AS t1 JOIN songs AS t2 ON t1.songid = t2.songid EXCEPT SELECT t2.title FROM vocals AS t1 JOIN songs AS t2 ON t1.songid = t2.songid WHERE TYPE = "back" music_2 +SELECT DISTINCT title FROM vocals AS t1 JOIN songs AS t2 ON t1.songid = t2.songid EXCEPT SELECT t2.title FROM vocals AS t1 JOIN songs AS t2 ON t1.songid = t2.songid WHERE TYPE = "back" music_2 +SELECT TYPE FROM vocals AS T1 JOIN band AS T2 ON T1.bandmate = T2.id WHERE firstname = "Solveig" GROUP BY TYPE ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT TYPE FROM vocals AS T1 JOIN band AS T2 ON T1.bandmate = T2.id WHERE firstname = "Solveig" GROUP BY TYPE ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT TYPE FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid JOIN band AS T3 ON T1.bandmate = T3.id WHERE T3.lastname = "Heilo" AND T2.title = "Der Kapitan" music_2 +SELECT TYPE FROM vocals AS T1 JOIN songs AS T2 ON T1.songid = T2.songid JOIN band AS T3 ON T1.bandmate = T3.id WHERE T3.lastname = "Heilo" AND T2.title = "Der Kapitan" music_2 +SELECT t2.firstname FROM Performance AS t1 JOIN Band AS t2 ON t1.bandmate = t2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId GROUP BY firstname ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT t2.firstname FROM Performance AS t1 JOIN Band AS t2 ON t1.bandmate = t2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId GROUP BY firstname ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT TYPE FROM vocals AS T1 JOIN band AS T2 ON T1.bandmate = T2.id WHERE firstname = "Marianne" GROUP BY TYPE ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT TYPE FROM vocals AS T1 JOIN band AS T2 ON T1.bandmate = T2.id WHERE firstname = "Marianne" GROUP BY TYPE ORDER BY count(*) DESC LIMIT 1 music_2 +SELECT T2.firstname , T2.lastname FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId WHERE T3.Title = "Der Kapitan" AND T1.StagePosition = "back" music_2 +SELECT T2.firstname , T2.lastname FROM Performance AS T1 JOIN Band AS T2 ON T1.bandmate = T2.id JOIN Songs AS T3 ON T3.SongId = T1.SongId WHERE T3.Title = "Der Kapitan" AND T1.StagePosition = "back" music_2 +SELECT DISTINCT title FROM vocals AS t1 JOIN songs AS t2 ON t1.songid = t2.songid EXCEPT SELECT t2.title FROM vocals AS t1 JOIN songs AS t2 ON t1.songid = t2.songid WHERE TYPE = "back" music_2 +SELECT DISTINCT title FROM vocals AS t1 JOIN songs AS t2 ON t1.songid = t2.songid EXCEPT SELECT t2.title FROM vocals AS t1 JOIN songs AS t2 ON t1.songid = t2.songid WHERE TYPE = "back" music_2 +SELECT T3.title FROM albums AS T1 JOIN tracklists AS T2 ON T1.aid = T2.albumid JOIN songs AS T3 ON T2.songid = T3.songid WHERE T1.title = "A Kiss Before You Go: Live in Hamburg" music_2 +SELECT T3.title FROM albums AS T1 JOIN tracklists AS T2 ON T1.aid = T2.albumid JOIN songs AS T3 ON T2.songid = T3.songid WHERE T1.title = "A Kiss Before You Go: Live in Hamburg" music_2 +SELECT T3.title FROM albums AS T1 JOIN tracklists AS T2 ON T1.aid = T2.albumid JOIN songs AS T3 ON T2.songid = T3.songid WHERE t1.label = "Universal Music Group" music_2 +SELECT T3.title FROM albums AS T1 JOIN tracklists AS T2 ON T1.aid = T2.albumid JOIN songs AS T3 ON T2.songid = T3.songid WHERE t1.label = "Universal Music Group" music_2 +SELECT count(DISTINCT T3.title) FROM albums AS T1 JOIN tracklists AS T2 ON T1.aid = T2.albumid JOIN songs AS T3 ON T2.songid = T3.songid WHERE t1.type = "Studio" music_2 +SELECT count(DISTINCT T3.title) FROM albums AS T1 JOIN tracklists AS T2 ON T1.aid = T2.albumid JOIN songs AS T3 ON T2.songid = T3.songid WHERE t1.type = "Studio" music_2 +SELECT founder FROM manufacturers WHERE name = 'Sony' manufactory_1 +SELECT founder FROM manufacturers WHERE name = 'Sony' manufactory_1 +SELECT headquarter FROM manufacturers WHERE founder = 'James' manufactory_1 +SELECT headquarter FROM manufacturers WHERE founder = 'James' manufactory_1 +SELECT name , headquarter FROM manufacturers ORDER BY revenue DESC manufactory_1 +SELECT name , headquarter FROM manufacturers ORDER BY revenue DESC manufactory_1 +SELECT avg(revenue) , max(revenue) , sum(revenue) FROM manufacturers manufactory_1 +SELECT avg(revenue) , max(revenue) , sum(revenue) FROM manufacturers manufactory_1 +SELECT count(*) FROM manufacturers WHERE founder = 'Andy' manufactory_1 +SELECT count(*) FROM manufacturers WHERE founder = 'Andy' manufactory_1 +SELECT sum(revenue) FROM manufacturers WHERE headquarter = 'Austin' manufactory_1 +SELECT sum(revenue) FROM manufacturers WHERE headquarter = 'Austin' manufactory_1 +SELECT DISTINCT headquarter FROM manufacturers manufactory_1 +SELECT DISTINCT headquarter FROM manufacturers manufactory_1 +SELECT count(*) FROM manufacturers WHERE headquarter = 'Tokyo' OR headquarter = 'Beijing' manufactory_1 +SELECT count(*) FROM manufacturers WHERE headquarter = 'Tokyo' OR headquarter = 'Beijing' manufactory_1 +SELECT founder FROM manufacturers WHERE name LIKE 'S%' manufactory_1 +SELECT founder FROM manufacturers WHERE name LIKE 'S%' manufactory_1 +SELECT name FROM manufacturers WHERE revenue BETWEEN 100 AND 150 manufactory_1 +SELECT name FROM manufacturers WHERE revenue BETWEEN 100 AND 150 manufactory_1 +SELECT sum(revenue) FROM manufacturers WHERE Headquarter = 'Tokyo' OR Headquarter = 'Taiwan' manufactory_1 +SELECT sum(revenue) FROM manufacturers WHERE Headquarter = 'Tokyo' OR Headquarter = 'Taiwan' manufactory_1 +SELECT T1.name FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code WHERE T2.name = 'Creative Labs' INTERSECT SELECT T1.name FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code WHERE T2.name = 'Sony' manufactory_1 +SELECT T1.name FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code WHERE T2.name = 'Creative Labs' INTERSECT SELECT T1.name FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code WHERE T2.name = 'Sony' manufactory_1 +SELECT name , headquarter , founder FROM manufacturers ORDER BY revenue DESC LIMIT 1 manufactory_1 +SELECT name , headquarter , founder FROM manufacturers ORDER BY revenue DESC LIMIT 1 manufactory_1 +SELECT name , headquarter , revenue FROM manufacturers ORDER BY revenue DESC manufactory_1 +SELECT name , headquarter , revenue FROM manufacturers ORDER BY revenue DESC manufactory_1 +SELECT name FROM manufacturers WHERE revenue > (SELECT avg(revenue) FROM manufacturers) manufactory_1 +SELECT name FROM manufacturers WHERE revenue > (SELECT avg(revenue) FROM manufacturers) manufactory_1 +SELECT name FROM manufacturers WHERE revenue < (SELECT min(revenue) FROM manufacturers WHERE headquarter = 'Austin') manufactory_1 +SELECT name FROM manufacturers WHERE revenue < (SELECT min(revenue) FROM manufacturers WHERE headquarter = 'Austin') manufactory_1 +SELECT sum(revenue) FROM manufacturers WHERE revenue > (SELECT min(revenue) FROM manufacturers WHERE headquarter = 'Austin') manufactory_1 +SELECT sum(revenue) FROM manufacturers WHERE revenue > (SELECT min(revenue) FROM manufacturers WHERE headquarter = 'Austin') manufactory_1 +SELECT sum(revenue) , founder FROM manufacturers GROUP BY founder manufactory_1 +SELECT sum(revenue) , founder FROM manufacturers GROUP BY founder manufactory_1 +SELECT name , max(revenue) , Headquarter FROM manufacturers GROUP BY Headquarter manufactory_1 +SELECT name , max(revenue) , Headquarter FROM manufacturers GROUP BY Headquarter manufactory_1 +SELECT sum(revenue) , name FROM manufacturers GROUP BY name manufactory_1 +SELECT sum(revenue) , name FROM manufacturers GROUP BY name manufactory_1 +SELECT avg(T1.price) , T2.name FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code GROUP BY T2.name manufactory_1 +SELECT avg(T1.price) , T2.name FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code GROUP BY T2.name manufactory_1 +SELECT count(DISTINCT T1.name) , T2.Headquarter FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code GROUP BY T2.Headquarter manufactory_1 +SELECT count(DISTINCT T1.name) , T2.Headquarter FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code GROUP BY T2.Headquarter manufactory_1 +SELECT count(DISTINCT name) FROM products WHERE name NOT IN (SELECT T1.name FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code WHERE T2.name = 'Sony') manufactory_1 +SELECT count(DISTINCT name) FROM products WHERE name NOT IN (SELECT T1.name FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code WHERE T2.name = 'Sony') manufactory_1 +SELECT name FROM manufacturers EXCEPT SELECT T2.name FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code WHERE T1.name = 'DVD drive' manufactory_1 +SELECT name FROM manufacturers EXCEPT SELECT T2.name FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code WHERE T1.name = 'DVD drive' manufactory_1 +SELECT count(*) , T2.name FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code GROUP BY T2.name manufactory_1 +SELECT count(*) , T2.name FROM products AS T1 JOIN manufacturers AS T2 ON T1.Manufacturer = T2.code GROUP BY T2.name manufactory_1 +SELECT Name FROM Products manufactory_1 +SELECT Name FROM Products manufactory_1 +SELECT name , price FROM products manufactory_1 +SELECT name , price FROM products manufactory_1 +SELECT name FROM products WHERE price <= 200 manufactory_1 +SELECT name FROM products WHERE price <= 200 manufactory_1 +SELECT * FROM products WHERE price BETWEEN 60 AND 120 manufactory_1 +SELECT * FROM products WHERE price BETWEEN 60 AND 120 manufactory_1 +SELECT avg(price) FROM products manufactory_1 +SELECT avg(price) FROM products manufactory_1 +SELECT avg(price) FROM products WHERE Manufacturer = 2 manufactory_1 +SELECT avg(price) FROM products WHERE Manufacturer = 2 manufactory_1 +SELECT count(*) FROM products WHERE price >= 180 manufactory_1 +SELECT count(*) FROM products WHERE price >= 180 manufactory_1 +SELECT name , price FROM products WHERE price >= 180 ORDER BY price DESC , name ASC manufactory_1 +SELECT name , price FROM products WHERE price >= 180 ORDER BY price DESC , name ASC manufactory_1 +SELECT * FROM products AS T1 JOIN Manufacturers AS T2 ON T1.manufacturer = T2.code manufactory_1 +SELECT * FROM products AS T1 JOIN Manufacturers AS T2 ON T1.manufacturer = T2.code manufactory_1 +SELECT AVG(Price) , Manufacturer FROM Products GROUP BY Manufacturer manufactory_1 +SELECT AVG(Price) , Manufacturer FROM Products GROUP BY Manufacturer manufactory_1 +SELECT avg(T1.Price) , T2.name FROM products AS T1 JOIN Manufacturers AS T2 ON T1.manufacturer = T2.code GROUP BY T2.name manufactory_1 +SELECT avg(T1.Price) , T2.name FROM products AS T1 JOIN Manufacturers AS T2 ON T1.manufacturer = T2.code GROUP BY T2.name manufactory_1 +SELECT avg(T1.Price) , T2.name FROM products AS T1 JOIN Manufacturers AS T2 ON T1.manufacturer = T2.code GROUP BY T2.name HAVING avg(T1.price) >= 150 manufactory_1 +SELECT avg(T1.Price) , T2.name FROM products AS T1 JOIN Manufacturers AS T2 ON T1.manufacturer = T2.code GROUP BY T2.name HAVING avg(T1.price) >= 150 manufactory_1 +SELECT name , price FROM Products ORDER BY price ASC LIMIT 1 manufactory_1 +SELECT name , price FROM Products ORDER BY price ASC LIMIT 1 manufactory_1 +SELECT T1.Name , max(T1.Price) , T2.name FROM products AS T1 JOIN Manufacturers AS T2 ON T1.manufacturer = T2.code GROUP BY T2.name manufactory_1 +SELECT T1.Name , max(T1.Price) , T2.name FROM products AS T1 JOIN Manufacturers AS T2 ON T1.manufacturer = T2.code GROUP BY T2.name manufactory_1 +SELECT code , name , min(price) FROM products GROUP BY name manufactory_1 +SELECT code , name , min(price) FROM products GROUP BY name manufactory_1 +SELECT problem_log_id FROM problem_log ORDER BY log_entry_date DESC LIMIT 1 tracking_software_problems +SELECT problem_log_id FROM problem_log ORDER BY log_entry_date DESC LIMIT 1 tracking_software_problems +SELECT problem_log_id , problem_id FROM problem_log ORDER BY log_entry_date LIMIT 1 tracking_software_problems +SELECT problem_log_id , problem_id FROM problem_log ORDER BY log_entry_date LIMIT 1 tracking_software_problems +SELECT problem_log_id , log_entry_date FROM problem_log WHERE problem_id = 10 tracking_software_problems +SELECT problem_log_id , log_entry_date FROM problem_log WHERE problem_id = 10 tracking_software_problems +SELECT problem_log_id , log_entry_description FROM problem_log tracking_software_problems +SELECT problem_log_id , log_entry_description FROM problem_log tracking_software_problems +SELECT DISTINCT staff_first_name , staff_last_name FROM staff AS T1 JOIN problem_log AS T2 ON T1.staff_id = T2.assigned_to_staff_id WHERE T2.problem_id = 1 tracking_software_problems +SELECT DISTINCT staff_first_name , staff_last_name FROM staff AS T1 JOIN problem_log AS T2 ON T1.staff_id = T2.assigned_to_staff_id WHERE T2.problem_id = 1 tracking_software_problems +SELECT DISTINCT T2.problem_id , T2.problem_log_id FROM staff AS T1 JOIN problem_log AS T2 ON T1.staff_id = T2.assigned_to_staff_id WHERE T1.staff_first_name = "Rylan" AND T1.staff_last_name = "Homenick" tracking_software_problems +SELECT DISTINCT T2.problem_id , T2.problem_log_id FROM staff AS T1 JOIN problem_log AS T2 ON T1.staff_id = T2.assigned_to_staff_id WHERE T1.staff_first_name = "Rylan" AND T1.staff_last_name = "Homenick" tracking_software_problems +SELECT count(*) FROM product AS T1 JOIN problems AS T2 ON T1.product_id = T2.product_id WHERE T1.product_name = "voluptatem" tracking_software_problems +SELECT count(*) FROM product AS T1 JOIN problems AS T2 ON T1.product_id = T2.product_id WHERE T1.product_name = "voluptatem" tracking_software_problems +SELECT count(*) , T1.product_name FROM product AS T1 JOIN problems AS T2 ON T1.product_id = T2.product_id GROUP BY T1.product_name ORDER BY count(*) DESC LIMIT 1 tracking_software_problems +SELECT count(*) , T1.product_name FROM product AS T1 JOIN problems AS T2 ON T1.product_id = T2.product_id GROUP BY T1.product_name ORDER BY count(*) DESC LIMIT 1 tracking_software_problems +SELECT T1.problem_description FROM problems AS T1 JOIN staff AS T2 ON T1.reported_by_staff_id = T2.staff_id WHERE T2.staff_first_name = "Christop" tracking_software_problems +SELECT T1.problem_description FROM problems AS T1 JOIN staff AS T2 ON T1.reported_by_staff_id = T2.staff_id WHERE T2.staff_first_name = "Christop" tracking_software_problems +SELECT T1.problem_id FROM problems AS T1 JOIN staff AS T2 ON T1.reported_by_staff_id = T2.staff_id WHERE T2.staff_last_name = "Bosco" tracking_software_problems +SELECT T1.problem_id FROM problems AS T1 JOIN staff AS T2 ON T1.reported_by_staff_id = T2.staff_id WHERE T2.staff_last_name = "Bosco" tracking_software_problems +SELECT problem_id FROM problems WHERE date_problem_reported > "1978-06-26" tracking_software_problems +SELECT problem_id FROM problems WHERE date_problem_reported > "1978-06-26" tracking_software_problems +SELECT problem_id FROM problems WHERE date_problem_reported < "1978-06-26" tracking_software_problems +SELECT problem_id FROM problems WHERE date_problem_reported < "1978-06-26" tracking_software_problems +SELECT count(*) , T2.product_id FROM problems AS T1 JOIN product AS T2 ON T1.product_id = T2.product_id GROUP BY T2.product_id tracking_software_problems +SELECT count(*) , T2.product_id FROM problems AS T1 JOIN product AS T2 ON T1.product_id = T2.product_id GROUP BY T2.product_id tracking_software_problems +SELECT count(*) , T2.product_id FROM problems AS T1 JOIN product AS T2 ON T1.product_id = T2.product_id WHERE T1.date_problem_reported > "1986-11-13" GROUP BY T2.product_id tracking_software_problems +SELECT count(*) , T2.product_id FROM problems AS T1 JOIN product AS T2 ON T1.product_id = T2.product_id WHERE T1.date_problem_reported > "1986-11-13" GROUP BY T2.product_id tracking_software_problems +SELECT DISTINCT product_name FROM product ORDER BY product_name tracking_software_problems +SELECT DISTINCT product_name FROM product ORDER BY product_name tracking_software_problems +SELECT DISTINCT product_name FROM product ORDER BY product_id tracking_software_problems +SELECT DISTINCT product_name FROM product ORDER BY product_id tracking_software_problems +SELECT product_id FROM problems AS T1 JOIN staff AS T2 ON T1.reported_by_staff_id = T2.staff_id WHERE T2.staff_first_name = "Dameon" AND T2.staff_last_name = "Frami" UNION SELECT product_id FROM problems AS T1 JOIN staff AS T2 ON T1.reported_by_staff_id = T2.staff_id WHERE T2.staff_first_name = "Jolie" AND T2.staff_last_name = "Weber" tracking_software_problems +SELECT product_id FROM problems AS T1 JOIN staff AS T2 ON T1.reported_by_staff_id = T2.staff_id WHERE T2.staff_first_name = "Dameon" AND T2.staff_last_name = "Frami" UNION SELECT product_id FROM problems AS T1 JOIN staff AS T2 ON T1.reported_by_staff_id = T2.staff_id WHERE T2.staff_first_name = "Jolie" AND T2.staff_last_name = "Weber" tracking_software_problems +SELECT product_id FROM problems AS T1 JOIN staff AS T2 ON T1.reported_by_staff_id = T2.staff_id WHERE T2.staff_first_name = "Christop" AND T2.staff_last_name = "Berge" INTERSECT SELECT product_id FROM problems AS T1 JOIN staff AS T2 ON T1.closure_authorised_by_staff_id = T2.staff_id WHERE T2.staff_first_name = "Ashley" AND T2.staff_last_name = "Medhurst" tracking_software_problems +SELECT product_id FROM problems AS T1 JOIN staff AS T2 ON T1.reported_by_staff_id = T2.staff_id WHERE T2.staff_first_name = "Christop" AND T2.staff_last_name = "Berge" INTERSECT SELECT product_id FROM problems AS T1 JOIN staff AS T2 ON T1.closure_authorised_by_staff_id = T2.staff_id WHERE T2.staff_first_name = "Ashley" AND T2.staff_last_name = "Medhurst" tracking_software_problems +SELECT T1.problem_id FROM problems AS T1 JOIN staff AS T2 ON T1.reported_by_staff_id = T2.staff_id WHERE date_problem_reported < ( SELECT min(date_problem_reported) FROM problems AS T3 JOIN staff AS T4 ON T3.reported_by_staff_id = T4.staff_id WHERE T4.staff_first_name = "Lysanne" AND T4.staff_last_name = "Turcotte" ) tracking_software_problems +SELECT T1.problem_id FROM problems AS T1 JOIN staff AS T2 ON T1.reported_by_staff_id = T2.staff_id WHERE date_problem_reported < ( SELECT min(date_problem_reported) FROM problems AS T3 JOIN staff AS T4 ON T3.reported_by_staff_id = T4.staff_id WHERE T4.staff_first_name = "Lysanne" AND T4.staff_last_name = "Turcotte" ) tracking_software_problems +SELECT T1.problem_id FROM problems AS T1 JOIN staff AS T2 ON T1.reported_by_staff_id = T2.staff_id WHERE date_problem_reported > ( SELECT max(date_problem_reported) FROM problems AS T3 JOIN staff AS T4 ON T3.reported_by_staff_id = T4.staff_id WHERE T4.staff_first_name = "Rylan" AND T4.staff_last_name = "Homenick" ) tracking_software_problems +SELECT T1.problem_id FROM problems AS T1 JOIN staff AS T2 ON T1.reported_by_staff_id = T2.staff_id WHERE date_problem_reported > ( SELECT max(date_problem_reported) FROM problems AS T3 JOIN staff AS T4 ON T3.reported_by_staff_id = T4.staff_id WHERE T4.staff_first_name = "Rylan" AND T4.staff_last_name = "Homenick" ) tracking_software_problems +SELECT T2.product_name FROM problems AS T1 JOIN product AS T2 ON T1.product_id = T2.product_id GROUP BY T2.product_name ORDER BY count(*) DESC LIMIT 3 tracking_software_problems +SELECT T2.product_name FROM problems AS T1 JOIN product AS T2 ON T1.product_id = T2.product_id GROUP BY T2.product_name ORDER BY count(*) DESC LIMIT 3 tracking_software_problems +SELECT T1.problem_id FROM problems AS T1 JOIN product AS T2 ON T1.product_id = T2.product_id WHERE T2.product_name = "voluptatem" AND T1.date_problem_reported > "1995" tracking_software_problems +SELECT T1.problem_id FROM problems AS T1 JOIN product AS T2 ON T1.product_id = T2.product_id WHERE T2.product_name = "voluptatem" AND T1.date_problem_reported > "1995" tracking_software_problems +SELECT T3.staff_first_name , T3.staff_last_name FROM problems AS T1 JOIN product AS T2 JOIN staff AS T3 ON T1.product_id = T2.product_id AND T1.reported_by_staff_id = T3.staff_id WHERE T2.product_name = "rem" EXCEPT SELECT T3.staff_first_name , T3.staff_last_name FROM problems AS T1 JOIN product AS T2 JOIN staff AS T3 ON T1.product_id = T2.product_id AND T1.reported_by_staff_id = T3.staff_id WHERE T2.product_name = "aut" tracking_software_problems +SELECT T3.staff_first_name , T3.staff_last_name FROM problems AS T1 JOIN product AS T2 JOIN staff AS T3 ON T1.product_id = T2.product_id AND T1.reported_by_staff_id = T3.staff_id WHERE T2.product_name = "rem" EXCEPT SELECT T3.staff_first_name , T3.staff_last_name FROM problems AS T1 JOIN product AS T2 JOIN staff AS T3 ON T1.product_id = T2.product_id AND T1.reported_by_staff_id = T3.staff_id WHERE T2.product_name = "aut" tracking_software_problems +SELECT T2.product_name FROM problems AS T1 JOIN product AS T2 JOIN staff AS T3 ON T1.product_id = T2.product_id AND T1.reported_by_staff_id = T3.staff_id WHERE T3.staff_first_name = "Lacey" AND T3.staff_last_name = "Bosco" INTERSECT SELECT T2.product_name FROM problems AS T1 JOIN product AS T2 JOIN staff AS T3 ON T1.product_id = T2.product_id AND T1.reported_by_staff_id = T3.staff_id WHERE T3.staff_first_name = "Kenton" AND T3.staff_last_name = "Champlin" tracking_software_problems +SELECT T2.product_name FROM problems AS T1 JOIN product AS T2 JOIN staff AS T3 ON T1.product_id = T2.product_id AND T1.reported_by_staff_id = T3.staff_id WHERE T3.staff_first_name = "Lacey" AND T3.staff_last_name = "Bosco" INTERSECT SELECT T2.product_name FROM problems AS T1 JOIN product AS T2 JOIN staff AS T3 ON T1.product_id = T2.product_id AND T1.reported_by_staff_id = T3.staff_id WHERE T3.staff_first_name = "Kenton" AND T3.staff_last_name = "Champlin" tracking_software_problems +SELECT count(*) FROM branch WHERE membership_amount > (SELECT avg(membership_amount) FROM branch) shop_membership +SELECT count(*) FROM branch WHERE membership_amount > (SELECT avg(membership_amount) FROM branch) shop_membership +SELECT name , address_road , city FROM branch ORDER BY open_year shop_membership +SELECT name , address_road , city FROM branch ORDER BY open_year shop_membership +SELECT name FROM branch ORDER BY membership_amount DESC LIMIT 3 shop_membership +SELECT name FROM branch ORDER BY membership_amount DESC LIMIT 3 shop_membership +SELECT DISTINCT city FROM branch WHERE membership_amount >= 100 shop_membership +SELECT DISTINCT city FROM branch WHERE membership_amount >= 100 shop_membership +SELECT open_year FROM branch GROUP BY open_year HAVING count(*) >= 2 shop_membership +SELECT open_year FROM branch GROUP BY open_year HAVING count(*) >= 2 shop_membership +SELECT min(membership_amount) , max(membership_amount) FROM branch WHERE open_year = 2011 OR city = 'London' shop_membership +SELECT min(membership_amount) , max(membership_amount) FROM branch WHERE open_year = 2011 OR city = 'London' shop_membership +SELECT city , count(*) FROM branch WHERE open_year < 2010 GROUP BY city shop_membership +SELECT city , count(*) FROM branch WHERE open_year < 2010 GROUP BY city shop_membership +SELECT count(DISTINCT LEVEL) FROM member shop_membership +SELECT count(DISTINCT LEVEL) FROM member shop_membership +SELECT card_number , name , hometown FROM member ORDER BY LEVEL DESC shop_membership +SELECT card_number , name , hometown FROM member ORDER BY LEVEL DESC shop_membership +SELECT LEVEL FROM member GROUP BY LEVEL ORDER BY count(*) DESC LIMIT 1 shop_membership +SELECT LEVEL FROM member GROUP BY LEVEL ORDER BY count(*) DESC LIMIT 1 shop_membership +SELECT T3.name , T2.name FROM membership_register_branch AS T1 JOIN branch AS T2 ON T1.branch_id = T2.branch_id JOIN member AS T3 ON T1.member_id = T3.member_id ORDER BY T1.register_year shop_membership +SELECT T3.name , T2.name FROM membership_register_branch AS T1 JOIN branch AS T2 ON T1.branch_id = T2.branch_id JOIN member AS T3 ON T1.member_id = T3.member_id ORDER BY T1.register_year shop_membership +SELECT T2.name , count(*) FROM membership_register_branch AS T1 JOIN branch AS T2 ON T1.branch_id = T2.branch_id WHERE T1.register_year > 2015 GROUP BY T2.branch_id shop_membership +SELECT T2.name , count(*) FROM membership_register_branch AS T1 JOIN branch AS T2 ON T1.branch_id = T2.branch_id WHERE T1.register_year > 2015 GROUP BY T2.branch_id shop_membership +SELECT name FROM member WHERE member_id NOT IN (SELECT member_id FROM membership_register_branch) shop_membership +SELECT name FROM member WHERE member_id NOT IN (SELECT member_id FROM membership_register_branch) shop_membership +SELECT name , city FROM branch WHERE branch_id NOT IN (SELECT branch_id FROM membership_register_branch) shop_membership +SELECT name , city FROM branch WHERE branch_id NOT IN (SELECT branch_id FROM membership_register_branch) shop_membership +SELECT T2.name , T2.open_year FROM membership_register_branch AS T1 JOIN branch AS T2 ON T1.branch_id = T2.branch_id WHERE T1.register_year = 2016 GROUP BY T2.branch_id ORDER BY count(*) DESC LIMIT 1 shop_membership +SELECT T2.name , T2.open_year FROM membership_register_branch AS T1 JOIN branch AS T2 ON T1.branch_id = T2.branch_id WHERE T1.register_year = 2016 GROUP BY T2.branch_id ORDER BY count(*) DESC LIMIT 1 shop_membership +SELECT T2.name , T2.hometown FROM membership_register_branch AS T1 JOIN member AS T2 ON T1.member_id = T2.member_id WHERE T1.register_year = 2016 shop_membership +SELECT T2.name , T2.hometown FROM membership_register_branch AS T1 JOIN member AS T2 ON T1.member_id = T2.member_id WHERE T1.register_year = 2016 shop_membership +SELECT city FROM branch WHERE open_year = 2001 AND membership_amount > 100 shop_membership +SELECT city FROM branch WHERE open_year = 2001 AND membership_amount > 100 shop_membership +SELECT city FROM branch EXCEPT SELECT city FROM branch WHERE membership_amount > 100 shop_membership +SELECT city FROM branch EXCEPT SELECT city FROM branch WHERE membership_amount > 100 shop_membership +SELECT sum(total_pounds) FROM purchase AS T1 JOIN branch AS T2 ON T1.branch_id = T2.branch_id WHERE T2.city = 'London' AND T1.year = 2018 shop_membership +SELECT sum(total_pounds) FROM purchase AS T1 JOIN branch AS T2 ON T1.branch_id = T2.branch_id WHERE T2.city = 'London' AND T1.year = 2018 shop_membership +SELECT count(*) FROM purchase AS T1 JOIN member AS T2 ON T1.member_id = T2.member_id WHERE T2.level = 6 shop_membership +SELECT count(*) FROM purchase AS T1 JOIN member AS T2 ON T1.member_id = T2.member_id WHERE T2.level = 6 shop_membership +SELECT T2.name FROM membership_register_branch AS T1 JOIN branch AS T2 ON T1.branch_id = T2.branch_id JOIN member AS T3 ON T1.member_id = T3.member_id WHERE T3.Hometown = 'Louisville , Kentucky' INTERSECT SELECT T2.name FROM membership_register_branch AS T1 JOIN branch AS T2 ON T1.branch_id = T2.branch_id JOIN member AS T3 ON T1.member_id = T3.member_id WHERE T3.Hometown = 'Hiram , Georgia' shop_membership +SELECT T2.name FROM membership_register_branch AS T1 JOIN branch AS T2 ON T1.branch_id = T2.branch_id JOIN member AS T3 ON T1.member_id = T3.member_id WHERE T3.Hometown = 'Louisville , Kentucky' INTERSECT SELECT T2.name FROM membership_register_branch AS T1 JOIN branch AS T2 ON T1.branch_id = T2.branch_id JOIN member AS T3 ON T1.member_id = T3.member_id WHERE T3.Hometown = 'Hiram , Georgia' shop_membership +SELECT card_number FROM member WHERE Hometown LIKE "%Kentucky%" shop_membership +SELECT card_number FROM member WHERE Hometown LIKE "%Kentucky%" shop_membership +SELECT count(*) FROM STUDENT voter_2 +SELECT count(*) FROM STUDENT voter_2 +SELECT count(*) FROM VOTING_RECORD voter_2 +SELECT count(*) FROM VOTING_RECORD voter_2 +SELECT count(DISTINCT President_Vote) FROM VOTING_RECORD voter_2 +SELECT count(DISTINCT President_Vote) FROM VOTING_RECORD voter_2 +SELECT max(Age) FROM STUDENT voter_2 +SELECT max(Age) FROM STUDENT voter_2 +SELECT LName FROM STUDENT WHERE Major = 50 voter_2 +SELECT LName FROM STUDENT WHERE Major = 50 voter_2 +SELECT Fname FROM STUDENT WHERE Age > 22 voter_2 +SELECT Fname FROM STUDENT WHERE Age > 22 voter_2 +SELECT Major FROM STUDENT WHERE Sex = "M" voter_2 +SELECT Major FROM STUDENT WHERE Sex = "M" voter_2 +SELECT avg(Age) FROM STUDENT WHERE Sex = "F" voter_2 +SELECT avg(Age) FROM STUDENT WHERE Sex = "F" voter_2 +SELECT max(Age) , min(Age) FROM STUDENT WHERE Major = 600 voter_2 +SELECT max(Age) , min(Age) FROM STUDENT WHERE Major = 600 voter_2 +SELECT Advisor FROM STUDENT WHERE city_code = "BAL" voter_2 +SELECT Advisor FROM STUDENT WHERE city_code = "BAL" voter_2 +SELECT DISTINCT Secretary_Vote FROM VOTING_RECORD WHERE ELECTION_CYCLE = "Fall" voter_2 +SELECT DISTINCT Secretary_Vote FROM VOTING_RECORD WHERE ELECTION_CYCLE = "Fall" voter_2 +SELECT DISTINCT PRESIDENT_Vote FROM VOTING_RECORD WHERE Registration_Date = "08/30/2015" voter_2 +SELECT DISTINCT PRESIDENT_Vote FROM VOTING_RECORD WHERE Registration_Date = "08/30/2015" voter_2 +SELECT DISTINCT Registration_Date , Election_Cycle FROM VOTING_RECORD voter_2 +SELECT DISTINCT Registration_Date , Election_Cycle FROM VOTING_RECORD voter_2 +SELECT DISTINCT President_Vote , VICE_President_Vote FROM VOTING_RECORD voter_2 +SELECT DISTINCT President_Vote , VICE_President_Vote FROM VOTING_RECORD voter_2 +SELECT DISTINCT T1.LName FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.CLASS_President_VOTE voter_2 +SELECT DISTINCT T1.LName FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.CLASS_President_VOTE voter_2 +SELECT DISTINCT T1.Fname FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.CLASS_Senator_VOTE voter_2 +SELECT DISTINCT T1.Fname FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.CLASS_Senator_VOTE voter_2 +SELECT DISTINCT T1.Age FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.Secretary_Vote WHERE T2.Election_Cycle = "Fall" voter_2 +SELECT DISTINCT T1.Age FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.Secretary_Vote WHERE T2.Election_Cycle = "Fall" voter_2 +SELECT DISTINCT T1.Advisor FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.Treasurer_Vote WHERE T2.Election_Cycle = "Spring" voter_2 +SELECT DISTINCT T1.Advisor FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.Treasurer_Vote WHERE T2.Election_Cycle = "Spring" voter_2 +SELECT DISTINCT T1.Major FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.Treasurer_Vote voter_2 +SELECT DISTINCT T1.Major FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.Treasurer_Vote voter_2 +SELECT DISTINCT T1.Fname , T1.LName FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.President_VOTE WHERE T1.sex = "F" voter_2 +SELECT DISTINCT T1.Fname , T1.LName FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.President_VOTE WHERE T1.sex = "F" voter_2 +SELECT DISTINCT T1.Fname , T1.LName FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.VICE_President_VOTE WHERE T1.age = 18 voter_2 +SELECT DISTINCT T1.Fname , T1.LName FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.VICE_President_VOTE WHERE T1.age = 18 voter_2 +SELECT count(*) FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = Class_Senator_Vote WHERE T1.Sex = "M" AND T2.Election_Cycle = "Fall" voter_2 +SELECT count(*) FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = Class_Senator_Vote WHERE T1.Sex = "M" AND T2.Election_Cycle = "Fall" voter_2 +SELECT count(*) FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = Class_Senator_Vote WHERE T1.city_code = "NYC" AND T2.Election_Cycle = "Spring" voter_2 +SELECT count(*) FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = Class_Senator_Vote WHERE T1.city_code = "NYC" AND T2.Election_Cycle = "Spring" voter_2 +SELECT avg(T1.Age) FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = SECRETARY_Vote WHERE T1.city_code = "NYC" AND T2.Election_Cycle = "Spring" voter_2 +SELECT avg(T1.Age) FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = SECRETARY_Vote WHERE T1.city_code = "NYC" AND T2.Election_Cycle = "Spring" voter_2 +SELECT avg(T1.Age) FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = SECRETARY_Vote WHERE T1.Sex = "F" AND T2.Election_Cycle = "Spring" voter_2 +SELECT avg(T1.Age) FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = SECRETARY_Vote WHERE T1.Sex = "F" AND T2.Election_Cycle = "Spring" voter_2 +SELECT DISTINCT T1.Fname FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.VICE_PRESIDENT_Vote EXCEPT SELECT DISTINCT Fname FROM STUDENT WHERE city_code = "PIT" voter_2 +SELECT DISTINCT T1.Fname FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = T2.VICE_PRESIDENT_Vote EXCEPT SELECT DISTINCT Fname FROM STUDENT WHERE city_code = "PIT" voter_2 +SELECT DISTINCT T1.LName FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = PRESIDENT_Vote EXCEPT SELECT DISTINCT LName FROM STUDENT WHERE Advisor = "2192" voter_2 +SELECT DISTINCT T1.LName FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = PRESIDENT_Vote EXCEPT SELECT DISTINCT LName FROM STUDENT WHERE Advisor = "2192" voter_2 +SELECT DISTINCT T1.LName FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = PRESIDENT_Vote INTERSECT SELECT DISTINCT LName FROM STUDENT WHERE Advisor = "8741" voter_2 +SELECT DISTINCT T1.LName FROM STUDENT AS T1 JOIN VOTING_RECORD AS T2 ON T1.StuID = PRESIDENT_Vote INTERSECT SELECT DISTINCT LName FROM STUDENT WHERE Advisor = "8741" voter_2 +SELECT Advisor , count(*) FROM STUDENT GROUP BY Advisor voter_2 +SELECT Advisor , count(*) FROM STUDENT GROUP BY Advisor voter_2 +SELECT Advisor FROM STUDENT GROUP BY Advisor HAVING COUNT(*) > 2 voter_2 +SELECT Advisor FROM STUDENT GROUP BY Advisor HAVING COUNT(*) > 2 voter_2 +SELECT Major FROM STUDENT GROUP BY Major HAVING COUNT(*) < 3 voter_2 +SELECT Major FROM STUDENT GROUP BY Major HAVING COUNT(*) < 3 voter_2 +SELECT Election_Cycle , count(*) FROM VOTING_RECORD GROUP BY Election_Cycle voter_2 +SELECT Election_Cycle , count(*) FROM VOTING_RECORD GROUP BY Election_Cycle voter_2 +SELECT Major FROM STUDENT GROUP BY major ORDER BY count(*) DESC LIMIT 1 voter_2 +SELECT Major FROM STUDENT GROUP BY major ORDER BY count(*) DESC LIMIT 1 voter_2 +SELECT Major FROM STUDENT WHERE Sex = "F" GROUP BY major ORDER BY count(*) DESC LIMIT 1 voter_2 +SELECT Major FROM STUDENT WHERE Sex = "F" GROUP BY major ORDER BY count(*) DESC LIMIT 1 voter_2 +SELECT city_code FROM STUDENT GROUP BY city_code ORDER BY count(*) DESC LIMIT 1 voter_2 +SELECT city_code FROM STUDENT GROUP BY city_code ORDER BY count(*) DESC LIMIT 1 voter_2 +SELECT Advisor FROM STUDENT GROUP BY Advisor HAVING count(*) > 2 voter_2 +SELECT Advisor FROM STUDENT GROUP BY Advisor HAVING count(*) > 2 voter_2 +SELECT count(*) FROM products products_gen_characteristics +SELECT count(*) FROM products products_gen_characteristics +SELECT count(*) FROM ref_colors products_gen_characteristics +SELECT count(*) FROM ref_colors products_gen_characteristics +SELECT count(*) FROM CHARACTERISTICS products_gen_characteristics +SELECT count(*) FROM CHARACTERISTICS products_gen_characteristics +SELECT product_name , typical_buying_price FROM products products_gen_characteristics +SELECT product_name , typical_buying_price FROM products products_gen_characteristics +SELECT color_description FROM ref_colors products_gen_characteristics +SELECT color_description FROM ref_colors products_gen_characteristics +SELECT DISTINCT characteristic_name FROM CHARACTERISTICS products_gen_characteristics +SELECT DISTINCT characteristic_name FROM CHARACTERISTICS products_gen_characteristics +SELECT product_name FROM products WHERE product_category_code = "Spices" products_gen_characteristics +SELECT product_name FROM products WHERE product_category_code = "Spices" products_gen_characteristics +SELECT T1.product_name , T2.color_description , T1.product_description FROM products AS T1 JOIN Ref_colors AS T2 ON T1.color_code = T2.color_code WHERE product_category_code = "Herbs" products_gen_characteristics +SELECT T1.product_name , T2.color_description , T1.product_description FROM products AS T1 JOIN Ref_colors AS T2 ON T1.color_code = T2.color_code WHERE product_category_code = "Herbs" products_gen_characteristics +SELECT count(*) FROM products WHERE product_category_code = "Seeds" products_gen_characteristics +SELECT count(*) FROM products WHERE product_category_code = "Seeds" products_gen_characteristics +SELECT count(*) FROM products WHERE product_category_code = "Spices" AND typical_buying_price > 1000 products_gen_characteristics +SELECT count(*) FROM products WHERE product_category_code = "Spices" AND typical_buying_price > 1000 products_gen_characteristics +SELECT product_category_code , typical_buying_price FROM products WHERE product_name = "cumin" products_gen_characteristics +SELECT product_category_code , typical_buying_price FROM products WHERE product_name = "cumin" products_gen_characteristics +SELECT product_category_code FROM products WHERE product_name = "flax" products_gen_characteristics +SELECT product_category_code FROM products WHERE product_name = "flax" products_gen_characteristics +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' products_gen_characteristics +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' products_gen_characteristics +SELECT T1.product_category_description FROM ref_product_categories AS T1 JOIN products AS T2 ON T1.product_category_code = T2.product_category_code WHERE T2.product_description LIKE '%t%' products_gen_characteristics +SELECT T1.product_category_description FROM ref_product_categories AS T1 JOIN products AS T2 ON T1.product_category_code = T2.product_category_code WHERE T2.product_description LIKE '%t%' products_gen_characteristics +SELECT t2.color_description FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code WHERE t1.product_name = "catnip" products_gen_characteristics +SELECT t2.color_description FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code WHERE t1.product_name = "catnip" products_gen_characteristics +SELECT t1.color_code , t2.color_description FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code WHERE t1.product_name = "chervil" products_gen_characteristics +SELECT t1.color_code , t2.color_description FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code WHERE t1.product_name = "chervil" products_gen_characteristics +SELECT t1.product_id , t2.color_description FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code JOIN product_characteristics AS t3 ON t1.product_id = t3.product_id GROUP BY t1.product_id HAVING count(*) >= 2 products_gen_characteristics +SELECT t1.product_id , t2.color_description FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code JOIN product_characteristics AS t3 ON t1.product_id = t3.product_id GROUP BY t1.product_id HAVING count(*) >= 2 products_gen_characteristics +SELECT t1.product_name FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code WHERE t2.color_description = "white" products_gen_characteristics +SELECT t1.product_name FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code WHERE t2.color_description = "white" products_gen_characteristics +SELECT t1.product_name , t1.typical_buying_price , t1.typical_selling_price FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code WHERE t2.color_description = "yellow" products_gen_characteristics +SELECT t1.product_name , t1.typical_buying_price , t1.typical_selling_price FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code WHERE t2.color_description = "yellow" products_gen_characteristics +SELECT count(*) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id WHERE t1.product_name = "sesame" products_gen_characteristics +SELECT count(*) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id WHERE t1.product_name = "sesame" products_gen_characteristics +SELECT count(DISTINCT t3.characteristic_name) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t1.product_name = "sesame" products_gen_characteristics +SELECT count(DISTINCT t3.characteristic_name) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t1.product_name = "sesame" products_gen_characteristics +SELECT t3.characteristic_name FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t1.product_name = "sesame" products_gen_characteristics +SELECT t3.characteristic_name FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t1.product_name = "sesame" products_gen_characteristics +SELECT t3.characteristic_name , t3.characteristic_data_type FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t1.product_name = "cumin" products_gen_characteristics +SELECT t3.characteristic_name , t3.characteristic_data_type FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t1.product_name = "cumin" products_gen_characteristics +SELECT t3.characteristic_name FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t1.product_name = "sesame" AND t3.characteristic_type_code = "Grade" products_gen_characteristics +SELECT t3.characteristic_name FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t1.product_name = "sesame" AND t3.characteristic_type_code = "Grade" products_gen_characteristics +SELECT count(*) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t1.product_name = "laurel" products_gen_characteristics +SELECT count(*) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t1.product_name = "laurel" products_gen_characteristics +SELECT count(*) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t1.product_name = "flax" products_gen_characteristics +SELECT count(*) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t1.product_name = "flax" products_gen_characteristics +SELECT product_name FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id JOIN ref_colors AS t4 ON t1.color_code = t4.color_code WHERE t4.color_description = "red" AND t3.characteristic_name = "fast" products_gen_characteristics +SELECT product_name FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id JOIN ref_colors AS t4 ON t1.color_code = t4.color_code WHERE t4.color_description = "red" AND t3.characteristic_name = "fast" products_gen_characteristics +SELECT count(*) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t3.characteristic_name = "hot" products_gen_characteristics +SELECT count(*) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t3.characteristic_name = "hot" products_gen_characteristics +SELECT DISTINCT t1.product_name FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t3.characteristic_name = "warm" products_gen_characteristics +SELECT DISTINCT t1.product_name FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id WHERE t3.characteristic_name = "warm" products_gen_characteristics +SELECT count(*) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id JOIN ref_colors AS t4 ON t1.color_code = t4.color_code WHERE t4.color_description = "red" AND t3.characteristic_name = "slow" products_gen_characteristics +SELECT count(*) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id JOIN ref_colors AS t4 ON t1.color_code = t4.color_code WHERE t4.color_description = "red" AND t3.characteristic_name = "slow" products_gen_characteristics +SELECT count(*) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id JOIN ref_colors AS t4 ON t1.color_code = t4.color_code WHERE t4.color_description = "white" OR t3.characteristic_name = "hot" products_gen_characteristics +SELECT count(*) FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id JOIN ref_colors AS t4 ON t1.color_code = t4.color_code WHERE t4.color_description = "white" OR t3.characteristic_name = "hot" products_gen_characteristics +SELECT unit_of_measure FROM ref_product_categories WHERE product_category_code = "Herbs" products_gen_characteristics +SELECT unit_of_measure FROM ref_product_categories WHERE product_category_code = "Herbs" products_gen_characteristics +SELECT product_category_description FROM ref_product_categories WHERE product_category_code = "Spices" products_gen_characteristics +SELECT product_category_description FROM ref_product_categories WHERE product_category_code = "Spices" products_gen_characteristics +SELECT product_category_description , unit_of_measure FROM ref_product_categories WHERE product_category_code = "Herbs" products_gen_characteristics +SELECT product_category_description , unit_of_measure FROM ref_product_categories WHERE product_category_code = "Herbs" products_gen_characteristics +SELECT t2.unit_of_measure FROM products AS t1 JOIN ref_product_categories AS t2 ON t1.product_category_code = t2.product_category_code WHERE t1.product_name = "cumin" products_gen_characteristics +SELECT t2.unit_of_measure FROM products AS t1 JOIN ref_product_categories AS t2 ON t1.product_category_code = t2.product_category_code WHERE t1.product_name = "cumin" products_gen_characteristics +SELECT t2.unit_of_measure , t2.product_category_code FROM products AS t1 JOIN ref_product_categories AS t2 ON t1.product_category_code = t2.product_category_code WHERE t1.product_name = "chervil" products_gen_characteristics +SELECT t2.unit_of_measure , t2.product_category_code FROM products AS t1 JOIN ref_product_categories AS t2 ON t1.product_category_code = t2.product_category_code WHERE t1.product_name = "chervil" products_gen_characteristics +SELECT t1.product_name FROM products AS t1 JOIN ref_product_categories AS t2 ON t1.product_category_code = t2.product_category_code JOIN ref_colors AS t3 ON t1.color_code = t3.color_code WHERE t3.color_description = "white" AND t2.unit_of_measure != "Handful" products_gen_characteristics +SELECT t1.product_name FROM products AS t1 JOIN ref_product_categories AS t2 ON t1.product_category_code = t2.product_category_code JOIN ref_colors AS t3 ON t1.color_code = t3.color_code WHERE t3.color_description = "white" AND t2.unit_of_measure != "Handful" products_gen_characteristics +SELECT t2.color_description FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code GROUP BY t2.color_description ORDER BY count(*) DESC LIMIT 1 products_gen_characteristics +SELECT t2.color_description FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code GROUP BY t2.color_description ORDER BY count(*) DESC LIMIT 1 products_gen_characteristics +SELECT t2.color_description FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code GROUP BY t2.color_description ORDER BY count(*) ASC LIMIT 1 products_gen_characteristics +SELECT t2.color_description FROM products AS t1 JOIN ref_colors AS t2 ON t1.color_code = t2.color_code GROUP BY t2.color_description ORDER BY count(*) ASC LIMIT 1 products_gen_characteristics +SELECT t3.characteristic_name FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id GROUP BY t3.characteristic_name ORDER BY count(*) DESC LIMIT 1 products_gen_characteristics +SELECT t3.characteristic_name FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id GROUP BY t3.characteristic_name ORDER BY count(*) DESC LIMIT 1 products_gen_characteristics +SELECT characteristic_name , other_characteristic_details , characteristic_data_type FROM CHARACTERISTICS EXCEPT SELECT t1.characteristic_name , t1.other_characteristic_details , t1.characteristic_data_type FROM CHARACTERISTICS AS t1 JOIN product_characteristics AS t2 ON t1.characteristic_id = t2.characteristic_id products_gen_characteristics +SELECT characteristic_name , other_characteristic_details , characteristic_data_type FROM CHARACTERISTICS EXCEPT SELECT t1.characteristic_name , t1.other_characteristic_details , t1.characteristic_data_type FROM CHARACTERISTICS AS t1 JOIN product_characteristics AS t2 ON t1.characteristic_id = t2.characteristic_id products_gen_characteristics +SELECT t3.characteristic_name FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id GROUP BY t3.characteristic_name HAVING count(*) >= 2 products_gen_characteristics +SELECT t3.characteristic_name FROM products AS t1 JOIN product_characteristics AS t2 ON t1.product_id = t2.product_id JOIN CHARACTERISTICS AS t3 ON t2.characteristic_id = t3.characteristic_id GROUP BY t3.characteristic_name HAVING count(*) >= 2 products_gen_characteristics +SELECT count(*) FROM Ref_colors WHERE color_code NOT IN ( SELECT color_code FROM products ) products_gen_characteristics +SELECT count(*) FROM Ref_colors WHERE color_code NOT IN ( SELECT color_code FROM products ) products_gen_characteristics +SELECT count(*) FROM event swimming +SELECT name FROM event ORDER BY YEAR DESC swimming +SELECT name FROM event ORDER BY YEAR DESC LIMIT 1 swimming +SELECT count(*) FROM stadium swimming +SELECT name FROM stadium ORDER BY capacity DESC LIMIT 1 swimming +SELECT name FROM stadium WHERE capacity < (SELECT avg(capacity) FROM stadium) swimming +SELECT country FROM stadium GROUP BY country ORDER BY count(*) DESC LIMIT 1 swimming +SELECT country FROM stadium GROUP BY country HAVING count(*) <= 3 swimming +SELECT country FROM stadium WHERE capacity > 60000 INTERSECT SELECT country FROM stadium WHERE capacity < 50000 swimming +SELECT count(DISTINCT city) FROM stadium WHERE opening_year < 2006 swimming +SELECT country , count(*) FROM stadium GROUP BY country swimming +SELECT country FROM stadium EXCEPT SELECT country FROM stadium WHERE opening_year > 2006 swimming +SELECT count(*) FROM stadium WHERE country != 'Russia' swimming +SELECT name FROM swimmer ORDER BY meter_100 swimming +SELECT count(DISTINCT nationality) FROM swimmer swimming +SELECT nationality , count(*) FROM swimmer GROUP BY nationality HAVING count(*) > 1 swimming +SELECT meter_200 , meter_300 FROM swimmer WHERE nationality = 'Australia' swimming +SELECT t1.name FROM swimmer AS t1 JOIN record AS t2 ON t1.id = t2.swimmer_id WHERE RESULT = 'Win' swimming +SELECT t1.name FROM stadium AS t1 JOIN event AS t2 ON t1.id = t2.stadium_id GROUP BY t2.stadium_id ORDER BY count(*) DESC LIMIT 1 swimming +SELECT t1.name , t1.capacity FROM stadium AS t1 JOIN event AS t2 ON t1.id = t2.stadium_id WHERE t2.name = 'World Junior' swimming +SELECT name FROM stadium WHERE id NOT IN (SELECT stadium_id FROM event) swimming +SELECT t1.name FROM swimmer AS t1 JOIN record AS t2 ON t1.id = t2.swimmer_id GROUP BY t2.swimmer_id ORDER BY count(*) DESC LIMIT 1 swimming +SELECT t1.name FROM swimmer AS t1 JOIN record AS t2 ON t1.id = t2.swimmer_id GROUP BY t2.swimmer_id HAVING count(*) >= 2 swimming +SELECT t1.name , t1.nationality FROM swimmer AS t1 JOIN record AS t2 ON t1.id = t2.swimmer_id WHERE RESULT = 'Win' GROUP BY t2.swimmer_id HAVING count(*) > 1 swimming +SELECT name FROM swimmer WHERE id NOT IN (SELECT swimmer_id FROM record) swimming +SELECT t1.name FROM swimmer AS t1 JOIN record AS t2 ON t1.id = t2.swimmer_id WHERE RESULT = 'Win' INTERSECT SELECT t1.name FROM swimmer AS t1 JOIN record AS t2 ON t1.id = t2.swimmer_id WHERE RESULT = 'Loss' swimming +SELECT t4.name FROM swimmer AS t1 JOIN record AS t2 ON t1.id = t2.swimmer_id JOIN event AS t3 ON t2.event_id = t3.id JOIN stadium AS t4 ON t4.id = t3.stadium_id WHERE t1.nationality = 'Australia' swimming +SELECT t3.name FROM record AS t1 JOIN event AS t2 ON t1.event_id = t2.id JOIN stadium AS t3 ON t3.id = t2.stadium_id GROUP BY t2.stadium_id ORDER BY count(*) DESC LIMIT 1 swimming +SELECT * FROM swimmer swimming +SELECT avg(capacity) FROM stadium WHERE opening_year = 2005 swimming +SELECT count(*) FROM railway railway +SELECT Builder FROM railway ORDER BY Builder ASC railway +SELECT Wheels , LOCATION FROM railway railway +SELECT max(LEVEL) FROM manager WHERE Country != "Australia " railway +SELECT avg(Age) FROM manager railway +SELECT Name FROM manager ORDER BY LEVEL ASC railway +SELECT Name , Arrival FROM train railway +SELECT Name FROM manager ORDER BY Age DESC LIMIT 1 railway +SELECT T2.Name , T1.Location FROM railway AS T1 JOIN train AS T2 ON T1.Railway_ID = T2.Railway_ID railway +SELECT T1.Builder FROM railway AS T1 JOIN train AS T2 ON T1.Railway_ID = T2.Railway_ID WHERE T2.Name = "Andaman Exp" railway +SELECT T2.Railway_ID , T1.Location FROM railway AS T1 JOIN train AS T2 ON T1.Railway_ID = T2.Railway_ID GROUP BY T2.Railway_ID HAVING COUNT(*) > 1 railway +SELECT T2.Railway_ID , T1.Builder FROM railway AS T1 JOIN train AS T2 ON T1.Railway_ID = T2.Railway_ID GROUP BY T2.Railway_ID ORDER BY COUNT(*) DESC LIMIT 1 railway +SELECT Builder , COUNT(*) FROM railway GROUP BY Builder railway +SELECT Builder FROM railway GROUP BY Builder ORDER BY COUNT(*) DESC LIMIT 1 railway +SELECT LOCATION , COUNT(*) FROM railway GROUP BY LOCATION railway +SELECT LOCATION FROM railway GROUP BY LOCATION HAVING COUNT(*) > 1 railway +SELECT ObjectNumber FROM railway WHERE Railway_ID NOT IN (SELECT Railway_ID FROM train) railway +SELECT Country FROM manager WHERE Age > 50 INTERSECT SELECT Country FROM manager WHERE Age < 46 railway +SELECT DISTINCT Country FROM manager railway +SELECT Working_year_starts FROM manager ORDER BY LEVEL DESC railway +SELECT Country FROM manager WHERE Age > 50 OR Age < 46 railway +SELECT count(*) FROM addresses WHERE country = 'USA' customers_and_products_contacts +SELECT DISTINCT city FROM addresses customers_and_products_contacts +SELECT state_province_county , count(*) FROM addresses GROUP BY state_province_county customers_and_products_contacts +SELECT customer_name , customer_phone FROM customers WHERE customer_id NOT IN (SELECT customer_id FROM customer_address_history) customers_and_products_contacts +SELECT T1.customer_name FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1 customers_and_products_contacts +SELECT product_type_code FROM products GROUP BY product_type_code HAVING count(*) >= 2 customers_and_products_contacts +SELECT T1.customer_name FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status_code = 'Completed' INTERSECT SELECT T1.customer_name FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status_code = 'Part' customers_and_products_contacts +SELECT customer_name , customer_phone , payment_method_code FROM customers ORDER BY customer_number DESC customers_and_products_contacts +SELECT T1.product_name , sum(T2.order_quantity) FROM products AS T1 JOIN order_items AS T2 ON T1.product_id = T2.product_id GROUP BY T1.product_id customers_and_products_contacts +SELECT min(product_price) , max(product_price) , avg(product_price) FROM products customers_and_products_contacts +SELECT count(*) FROM products WHERE product_price > (SELECT avg(product_price) FROM products) customers_and_products_contacts +SELECT T2.customer_name , T3.city , T1.date_from , T1.date_to FROM customer_address_history AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id JOIN addresses AS T3 ON T1.address_id = T3.address_id customers_and_products_contacts +SELECT T1.customer_name FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id WHERE T1.payment_method_code = 'Credit Card' GROUP BY T1.customer_id HAVING count(*) > 2 customers_and_products_contacts +SELECT T1.customer_name , T1.customer_phone FROM customers AS T1 JOIN customer_orders AS T2 ON T1.customer_id = T2.customer_id JOIN order_items AS T3 ON T3.order_id = T2.order_id GROUP BY T1.customer_id ORDER BY sum(T3.order_quantity) DESC LIMIT 1 customers_and_products_contacts +SELECT product_type_code , product_name FROM products WHERE product_price > 1000 OR product_price < 500 customers_and_products_contacts +SELECT dorm_name FROM dorm WHERE gender = 'F' dorm_1 +SELECT dorm_name FROM dorm WHERE gender = 'F' dorm_1 +SELECT dorm_name FROM dorm WHERE student_capacity > 300 dorm_1 +SELECT dorm_name FROM dorm WHERE student_capacity > 300 dorm_1 +SELECT count(*) FROM student WHERE sex = 'F' AND age < 25 dorm_1 +SELECT count(*) FROM student WHERE sex = 'F' AND age < 25 dorm_1 +SELECT fname FROM student WHERE age > 20 dorm_1 +SELECT fname FROM student WHERE age > 20 dorm_1 +SELECT fname FROM student WHERE city_code = 'PHL' AND age BETWEEN 20 AND 25 dorm_1 +SELECT fname FROM student WHERE city_code = 'PHL' AND age BETWEEN 20 AND 25 dorm_1 +SELECT count(*) FROM dorm dorm_1 +SELECT count(*) FROM dorm dorm_1 +SELECT count(*) FROM dorm_amenity dorm_1 +SELECT count(*) FROM dorm_amenity dorm_1 +SELECT sum(student_capacity) FROM dorm dorm_1 +SELECT sum(student_capacity) FROM dorm dorm_1 +SELECT count(*) FROM student dorm_1 +SELECT count(*) FROM student dorm_1 +SELECT avg(age) , city_code FROM student GROUP BY city_code dorm_1 +SELECT avg(age) , city_code FROM student GROUP BY city_code dorm_1 +SELECT avg(student_capacity) , sum(student_capacity) FROM dorm WHERE gender = 'X' dorm_1 +SELECT avg(student_capacity) , sum(student_capacity) FROM dorm WHERE gender = 'X' dorm_1 +SELECT count(DISTINCT dormid) FROM has_amenity dorm_1 +SELECT count(DISTINCT dormid) FROM has_amenity dorm_1 +SELECT dorm_name FROM dorm WHERE dormid NOT IN (SELECT dormid FROM has_amenity) dorm_1 +SELECT dorm_name FROM dorm WHERE dormid NOT IN (SELECT dormid FROM has_amenity) dorm_1 +SELECT count(DISTINCT gender) FROM dorm dorm_1 +SELECT count(DISTINCT gender) FROM dorm dorm_1 +SELECT student_capacity , gender FROM dorm WHERE dorm_name LIKE '%Donor%' dorm_1 +SELECT student_capacity , gender FROM dorm WHERE dorm_name LIKE '%Donor%' dorm_1 +SELECT dorm_name , gender FROM dorm WHERE student_capacity > 300 OR student_capacity < 100 dorm_1 +SELECT dorm_name , gender FROM dorm WHERE student_capacity > 300 OR student_capacity < 100 dorm_1 +SELECT count(DISTINCT major) , count(DISTINCT city_code) FROM student dorm_1 +SELECT count(DISTINCT major) , count(DISTINCT city_code) FROM student dorm_1 +SELECT T1.dorm_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T3.amenity_name = 'TV Lounge' INTERSECT SELECT T1.dorm_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T3.amenity_name = 'Study Room' dorm_1 +SELECT T1.dorm_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T3.amenity_name = 'TV Lounge' INTERSECT SELECT T1.dorm_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T3.amenity_name = 'Study Room' dorm_1 +SELECT T1.dorm_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T3.amenity_name = 'TV Lounge' EXCEPT SELECT T1.dorm_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T3.amenity_name = 'Study Room' dorm_1 +SELECT T1.dorm_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T3.amenity_name = 'TV Lounge' EXCEPT SELECT T1.dorm_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T3.amenity_name = 'Study Room' dorm_1 +SELECT lname FROM student WHERE sex = 'F' AND city_code = 'BAL' UNION SELECT lname FROM student WHERE sex = 'M' AND age < 20 dorm_1 +SELECT lname FROM student WHERE sex = 'F' AND city_code = 'BAL' UNION SELECT lname FROM student WHERE sex = 'M' AND age < 20 dorm_1 +SELECT dorm_name FROM dorm ORDER BY student_capacity DESC LIMIT 1 dorm_1 +SELECT dorm_name FROM dorm ORDER BY student_capacity DESC LIMIT 1 dorm_1 +SELECT amenity_name FROM dorm_amenity ORDER BY amenity_name dorm_1 +SELECT amenity_name FROM dorm_amenity ORDER BY amenity_name dorm_1 +SELECT city_code FROM student GROUP BY city_code ORDER BY count(*) DESC LIMIT 1 dorm_1 +SELECT city_code FROM student GROUP BY city_code ORDER BY count(*) DESC LIMIT 1 dorm_1 +SELECT fname , lname FROM student WHERE age < (SELECT avg(age) FROM student) dorm_1 +SELECT fname , lname FROM student WHERE age < (SELECT avg(age) FROM student) dorm_1 +SELECT fname , lname FROM student WHERE city_code != 'HKG' ORDER BY age dorm_1 +SELECT fname , lname FROM student WHERE city_code != 'HKG' ORDER BY age dorm_1 +SELECT T1.amenity_name FROM dorm_amenity AS T1 JOIN has_amenity AS T2 ON T2.amenid = T1.amenid JOIN dorm AS T3 ON T2.dormid = T3.dormid WHERE T3.dorm_name = 'Anonymous Donor Hall' ORDER BY T1.amenity_name dorm_1 +SELECT T1.amenity_name FROM dorm_amenity AS T1 JOIN has_amenity AS T2 ON T2.amenid = T1.amenid JOIN dorm AS T3 ON T2.dormid = T3.dormid WHERE T3.dorm_name = 'Anonymous Donor Hall' ORDER BY T1.amenity_name dorm_1 +SELECT count(*) , sum(student_capacity) , gender FROM dorm GROUP BY gender dorm_1 +SELECT count(*) , sum(student_capacity) , gender FROM dorm GROUP BY gender dorm_1 +SELECT avg(age) , max(age) , sex FROM student GROUP BY sex dorm_1 +SELECT avg(age) , max(age) , sex FROM student GROUP BY sex dorm_1 +SELECT count(*) , major FROM student GROUP BY major dorm_1 +SELECT count(*) , major FROM student GROUP BY major dorm_1 +SELECT count(*) , avg(age) , city_code FROM student GROUP BY city_code dorm_1 +SELECT count(*) , avg(age) , city_code FROM student GROUP BY city_code dorm_1 +SELECT count(*) , avg(age) , city_code FROM student WHERE sex = 'M' GROUP BY city_code dorm_1 +SELECT count(*) , avg(age) , city_code FROM student WHERE sex = 'M' GROUP BY city_code dorm_1 +SELECT count(*) , city_code FROM student GROUP BY city_code HAVING count(*) > 1 dorm_1 +SELECT count(*) , city_code FROM student GROUP BY city_code HAVING count(*) > 1 dorm_1 +SELECT fname , lname FROM student WHERE major != (SELECT major FROM student GROUP BY major ORDER BY count(*) DESC LIMIT 1) dorm_1 +SELECT fname , lname FROM student WHERE major != (SELECT major FROM student GROUP BY major ORDER BY count(*) DESC LIMIT 1) dorm_1 +SELECT count(*) , sex FROM student WHERE age > (SELECT avg(age) FROM student) GROUP BY sex dorm_1 +SELECT count(*) , sex FROM student WHERE age > (SELECT avg(age) FROM student) GROUP BY sex dorm_1 +SELECT avg(T1.age) , T3.dorm_name FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid JOIN dorm AS T3 ON T3.dormid = T2.dormid GROUP BY T3.dorm_name dorm_1 +SELECT avg(T1.age) , T3.dorm_name FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid JOIN dorm AS T3 ON T3.dormid = T2.dormid GROUP BY T3.dorm_name dorm_1 +SELECT count(*) , T1.dormid FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid WHERE T1.student_capacity > 100 GROUP BY T1.dormid dorm_1 +SELECT count(*) , T1.dormid FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid WHERE T1.student_capacity > 100 GROUP BY T1.dormid dorm_1 +SELECT count(*) , T3.dorm_name FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid JOIN dorm AS T3 ON T3.dormid = T2.dormid WHERE T1.age > 20 GROUP BY T3.dorm_name dorm_1 +SELECT count(*) , T3.dorm_name FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid JOIN dorm AS T3 ON T3.dormid = T2.dormid WHERE T1.age > 20 GROUP BY T3.dorm_name dorm_1 +SELECT T1.fname FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid JOIN dorm AS T3 ON T3.dormid = T2.dormid WHERE T3.dorm_name = 'Smith Hall' dorm_1 +SELECT T1.fname FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid JOIN dorm AS T3 ON T3.dormid = T2.dormid WHERE T3.dorm_name = 'Smith Hall' dorm_1 +SELECT avg(T1.age) FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid JOIN dorm AS T3 ON T3.dormid = T2.dormid WHERE T3.student_capacity = (SELECT max(student_capacity) FROM dorm) dorm_1 +SELECT avg(T1.age) FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid JOIN dorm AS T3 ON T3.dormid = T2.dormid WHERE T3.student_capacity = (SELECT max(student_capacity) FROM dorm) dorm_1 +SELECT count(*) FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid JOIN dorm AS T3 ON T3.dormid = T2.dormid WHERE T3.gender = 'M' dorm_1 +SELECT count(*) FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid JOIN dorm AS T3 ON T3.dormid = T2.dormid WHERE T3.gender = 'M' dorm_1 +SELECT count(*) FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid JOIN dorm AS T3 ON T3.dormid = T2.dormid WHERE T3.dorm_name = 'Smith Hall' AND T1.sex = 'F' dorm_1 +SELECT count(*) FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid JOIN dorm AS T3 ON T3.dormid = T2.dormid WHERE T3.dorm_name = 'Smith Hall' AND T1.sex = 'F' dorm_1 +SELECT T3.amenity_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T1.dorm_name = 'Smith Hall' dorm_1 +SELECT T3.amenity_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T1.dorm_name = 'Smith Hall' dorm_1 +SELECT T3.amenity_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T1.dorm_name = 'Smith Hall' ORDER BY T3.amenity_name dorm_1 +SELECT T3.amenity_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T1.dorm_name = 'Smith Hall' ORDER BY T3.amenity_name dorm_1 +SELECT T1.amenity_name FROM dorm_amenity AS T1 JOIN has_amenity AS T2 ON T1.amenid = T2.amenid GROUP BY T2.amenid ORDER BY count(*) DESC LIMIT 1 dorm_1 +SELECT T1.amenity_name FROM dorm_amenity AS T1 JOIN has_amenity AS T2 ON T1.amenid = T2.amenid GROUP BY T2.amenid ORDER BY count(*) DESC LIMIT 1 dorm_1 +SELECT T1.fname FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid WHERE T2.dormid IN (SELECT T2.dormid FROM dorm AS T3 JOIN has_amenity AS T4 ON T3.dormid = T4.dormid JOIN dorm_amenity AS T5 ON T4.amenid = T5.amenid GROUP BY T3.dormid ORDER BY count(*) DESC LIMIT 1) dorm_1 +SELECT T1.fname FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid WHERE T2.dormid IN (SELECT T2.dormid FROM dorm AS T3 JOIN has_amenity AS T4 ON T3.dormid = T4.dormid JOIN dorm_amenity AS T5 ON T4.amenid = T5.amenid GROUP BY T3.dormid ORDER BY count(*) DESC LIMIT 1) dorm_1 +SELECT T1.dorm_name , T1.student_capacity FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid GROUP BY T2.dormid ORDER BY count(*) LIMIT 1 dorm_1 +SELECT T1.dorm_name , T1.student_capacity FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid GROUP BY T2.dormid ORDER BY count(*) LIMIT 1 dorm_1 +SELECT dorm_name FROM dorm EXCEPT SELECT T1.dorm_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T3.amenity_name = 'TV Lounge' dorm_1 +SELECT dorm_name FROM dorm EXCEPT SELECT T1.dorm_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid WHERE T3.amenity_name = 'TV Lounge' dorm_1 +SELECT T1.fname , T1.lname FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid WHERE T2.dormid IN (SELECT T3.dormid FROM has_amenity AS T3 JOIN dorm_amenity AS T4 ON T3.amenid = T4.amenid WHERE T4.amenity_name = 'TV Lounge') dorm_1 +SELECT T1.fname , T1.lname FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid WHERE T2.dormid IN (SELECT T3.dormid FROM has_amenity AS T3 JOIN dorm_amenity AS T4 ON T3.amenid = T4.amenid WHERE T4.amenity_name = 'TV Lounge') dorm_1 +SELECT T1.fname , T1.age FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid WHERE T2.dormid NOT IN (SELECT T3.dormid FROM has_amenity AS T3 JOIN dorm_amenity AS T4 ON T3.amenid = T4.amenid WHERE T4.amenity_name = 'TV Lounge') dorm_1 +SELECT T1.fname , T1.age FROM student AS T1 JOIN lives_in AS T2 ON T1.stuid = T2.stuid WHERE T2.dormid NOT IN (SELECT T3.dormid FROM has_amenity AS T3 JOIN dorm_amenity AS T4 ON T3.amenid = T4.amenid WHERE T4.amenity_name = 'TV Lounge') dorm_1 +SELECT T3.amenity_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid JOIN lives_in AS T4 ON T4.dormid = T1.dormid JOIN student AS T5 ON T5.stuid = T4.stuid WHERE T5.lname = 'Smith' dorm_1 +SELECT T3.amenity_name FROM dorm AS T1 JOIN has_amenity AS T2 ON T1.dormid = T2.dormid JOIN dorm_amenity AS T3 ON T2.amenid = T3.amenid JOIN lives_in AS T4 ON T4.dormid = T1.dormid JOIN student AS T5 ON T5.stuid = T4.stuid WHERE T5.lname = 'Smith' dorm_1 +SELECT count(*) FROM customers customer_complaints +SELECT count(*) FROM customers customer_complaints +SELECT email_address , phone_number FROM customers ORDER BY email_address , phone_number customer_complaints +SELECT email_address , phone_number FROM customers ORDER BY email_address , phone_number customer_complaints +SELECT town_city FROM customers WHERE customer_type_code = "Good Credit Rating" GROUP BY town_city ORDER BY count(*) LIMIT 1 customer_complaints +SELECT town_city FROM customers WHERE customer_type_code = "Good Credit Rating" GROUP BY town_city ORDER BY count(*) LIMIT 1 customer_complaints +SELECT t1.product_name , count(*) FROM products AS t1 JOIN complaints AS t2 ON t1.product_id = t2.product_id GROUP BY t1.product_name customer_complaints +SELECT t1.product_name , count(*) FROM products AS t1 JOIN complaints AS t2 ON t1.product_id = t2.product_id GROUP BY t1.product_name customer_complaints +SELECT t1.email_address FROM customers AS t1 JOIN complaints AS t2 ON t1.customer_id = t2.customer_id GROUP BY t1.customer_id ORDER BY count(*) LIMIT 1 customer_complaints +SELECT t1.email_address FROM customers AS t1 JOIN complaints AS t2 ON t1.customer_id = t2.customer_id GROUP BY t1.customer_id ORDER BY count(*) LIMIT 1 customer_complaints +SELECT DISTINCT t1.product_name FROM products AS t1 JOIN complaints AS t2 ON t1.product_id = t2.product_id JOIN customers AS t3 GROUP BY t3.customer_id ORDER BY count(*) LIMIT 1 customer_complaints +SELECT DISTINCT t1.product_name FROM products AS t1 JOIN complaints AS t2 ON t1.product_id = t2.product_id JOIN customers AS t3 GROUP BY t3.customer_id ORDER BY count(*) LIMIT 1 customer_complaints +SELECT t1.phone_number FROM customers AS t1 JOIN complaints AS t2 ON t1.customer_id = t2.customer_id ORDER BY t2.date_complaint_raised DESC LIMIT 1 customer_complaints +SELECT t1.phone_number FROM customers AS t1 JOIN complaints AS t2 ON t1.customer_id = t2.customer_id ORDER BY t2.date_complaint_raised DESC LIMIT 1 customer_complaints +SELECT email_address , phone_number FROM customers WHERE customer_id NOT IN (SELECT customer_id FROM complaints) customer_complaints +SELECT email_address , phone_number FROM customers WHERE customer_id NOT IN (SELECT customer_id FROM complaints) customer_complaints +SELECT phone_number FROM customers UNION SELECT phone_number FROM staff customer_complaints +SELECT phone_number FROM customers UNION SELECT phone_number FROM staff customer_complaints +SELECT product_description FROM products WHERE product_name = "Chocolate" customer_complaints +SELECT product_description FROM products WHERE product_name = "Chocolate" customer_complaints +SELECT product_name , product_category_code FROM products ORDER BY product_price DESC LIMIT 1 customer_complaints +SELECT product_name , product_category_code FROM products ORDER BY product_price DESC LIMIT 1 customer_complaints +SELECT product_price FROM products WHERE product_id NOT IN (SELECT product_id FROM complaints) customer_complaints +SELECT product_price FROM products WHERE product_id NOT IN (SELECT product_id FROM complaints) customer_complaints +SELECT avg(product_price) , product_category_code FROM products GROUP BY product_category_code customer_complaints +SELECT avg(product_price) , product_category_code FROM products GROUP BY product_category_code customer_complaints +SELECT t1.last_name FROM staff AS t1 JOIN complaints AS t2 ON t1.staff_id = t2.staff_id JOIN products AS t3 ON t2.product_id = t3.product_id ORDER BY t3.product_price LIMIT 1 customer_complaints +SELECT t1.last_name FROM staff AS t1 JOIN complaints AS t2 ON t1.staff_id = t2.staff_id JOIN products AS t3 ON t2.product_id = t3.product_id ORDER BY t3.product_price LIMIT 1 customer_complaints +SELECT complaint_status_code FROM complaints GROUP BY complaint_status_code HAVING count(*) > 3 customer_complaints +SELECT complaint_status_code FROM complaints GROUP BY complaint_status_code HAVING count(*) > 3 customer_complaints +SELECT last_name FROM staff WHERE email_address LIKE "%wrau%" customer_complaints +SELECT last_name FROM staff WHERE email_address LIKE "%wrau%" customer_complaints +SELECT count(*) FROM customers GROUP BY customer_type_code ORDER BY count(*) DESC LIMIT 1 customer_complaints +SELECT count(*) FROM customers GROUP BY customer_type_code ORDER BY count(*) DESC LIMIT 1 customer_complaints +SELECT t1.last_name FROM staff AS t1 JOIN complaints AS t2 ON t1.staff_id = t2.staff_id ORDER BY t2.date_complaint_raised LIMIT 1 customer_complaints +SELECT t1.last_name FROM staff AS t1 JOIN complaints AS t2 ON t1.staff_id = t2.staff_id ORDER BY t2.date_complaint_raised LIMIT 1 customer_complaints +SELECT count(DISTINCT complaint_type_code) FROM complaints customer_complaints +SELECT count(DISTINCT complaint_type_code) FROM complaints customer_complaints +SELECT address_line_1 , address_line_2 FROM customers WHERE email_address = "vbogisich@example.org" customer_complaints +SELECT address_line_1 , address_line_2 FROM customers WHERE email_address = "vbogisich@example.org" customer_complaints +SELECT complaint_status_code , count(*) FROM complaints WHERE complaint_type_code = "Product Failure" GROUP BY complaint_status_code customer_complaints +SELECT complaint_status_code , count(*) FROM complaints WHERE complaint_type_code = "Product Failure" GROUP BY complaint_status_code customer_complaints +SELECT t1.first_name FROM staff AS t1 JOIN complaints AS t2 ON t1.staff_id = t2.staff_id GROUP BY t2.staff_id ORDER BY count(*) LIMIT 5 customer_complaints +SELECT t1.first_name FROM staff AS t1 JOIN complaints AS t2 ON t1.staff_id = t2.staff_id GROUP BY t2.staff_id ORDER BY count(*) LIMIT 5 customer_complaints +SELECT state FROM customers GROUP BY state ORDER BY count(*) LIMIT 1 customer_complaints +SELECT state FROM customers GROUP BY state ORDER BY count(*) LIMIT 1 customer_complaints +SELECT COUNT ( * ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.name = "buttercup kitchen"; restaurants +SELECT COUNT ( * ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "chinese"; restaurants +SELECT COUNT ( * ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "chinese"; restaurants +SELECT COUNT ( * ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "chinese"; restaurants +SELECT COUNT ( * ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "chinese"; restaurants +SELECT COUNT ( * ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.county = "santa cruz county" AND t1.name = "jamerican cuisine"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t1.name = "jamerican cuisine"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" ); restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" ); restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" ); restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" ); restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" ); restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" ); restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" ); restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" ); restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" ); restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" ); restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.food_type = "french" ); restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.name = "denny"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "bethel island" AND t2.street_name = "bethel island rd" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "bethel island" AND t2.street_name = "bethel island rd" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "bethel island" AND t2.street_name = "bethel island rd" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "bethel island" AND t2.street_name = "bethel island rd" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "alameda"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "alameda"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "alameda"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "alameda"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "alameda"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t1.food_type = "french" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t1.food_type = "french" AND t1.rating > 2.5; restaurants +SELECT COUNT ( * ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "palo alto" AND t1.food_type = "french"; restaurants +SELECT COUNT ( * ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "palo alto" AND t1.food_type = "french"; restaurants +SELECT COUNT ( * ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "palo alto" AND t1.food_type = "french"; restaurants +SELECT COUNT ( * ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "palo alto" AND t1.food_type = "french"; restaurants +SELECT COUNT ( * ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.county = "yolo county" AND t1.food_type = "italian"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "french"; restaurants +SELECT COUNT ( * ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.name = "denny"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "alameda" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "alameda" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "alameda" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "alameda" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t2.street_name = "buchanan" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "french"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "bethel island" AND t2.street_name = "bethel island rd"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "bethel island" AND t2.street_name = "bethel island rd"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "bethel island" AND t2.street_name = "bethel island rd"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "bethel island" AND t2.street_name = "bethel island rd"; restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "bay area" AND t1.food_type = "american" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = "bay area" AND t1.food_type = "american" ); restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; restaurants +SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = "yosemite and mono lake area" AND t1.food_type = "french" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "mountain view" AND t1.food_type = "arabic" AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.name = "jamerican cuisine"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.name = "jamerican cuisine"; restaurants +SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = "san francisco" AND t1.name = "jamerican cuisine"; restaurants +SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "bay area" ); restaurants +SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "bay area" ); restaurants +SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "bay area" ); restaurants +SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "bay area" ); restaurants +SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "region0" ) AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "region0" ) AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "region0" ) AND t1.rating > 2.5; restaurants +SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = "region0" ) AND t1.rating > 2.5; restaurants +SELECT count(*) FROM submission workshop_paper +SELECT count(*) FROM submission workshop_paper +SELECT Author FROM submission ORDER BY Scores ASC workshop_paper +SELECT Author FROM submission ORDER BY Scores ASC workshop_paper +SELECT Author , College FROM submission workshop_paper +SELECT Author , College FROM submission workshop_paper +SELECT Author FROM submission WHERE College = "Florida" OR College = "Temple" workshop_paper +SELECT Author FROM submission WHERE College = "Florida" OR College = "Temple" workshop_paper +SELECT avg(Scores) FROM submission workshop_paper +SELECT avg(Scores) FROM submission workshop_paper +SELECT Author FROM submission ORDER BY Scores DESC LIMIT 1 workshop_paper +SELECT Author FROM submission ORDER BY Scores DESC LIMIT 1 workshop_paper +SELECT College , COUNT(*) FROM submission GROUP BY College workshop_paper +SELECT College , COUNT(*) FROM submission GROUP BY College workshop_paper +SELECT College FROM submission GROUP BY College ORDER BY COUNT(*) DESC LIMIT 1 workshop_paper +SELECT College FROM submission GROUP BY College ORDER BY COUNT(*) DESC LIMIT 1 workshop_paper +SELECT College FROM submission WHERE Scores > 90 INTERSECT SELECT College FROM submission WHERE Scores < 80 workshop_paper +SELECT College FROM submission WHERE Scores > 90 INTERSECT SELECT College FROM submission WHERE Scores < 80 workshop_paper +SELECT T2.Author , T1.Result FROM acceptance AS T1 JOIN submission AS T2 ON T1.Submission_ID = T2.Submission_ID workshop_paper +SELECT T2.Author , T1.Result FROM acceptance AS T1 JOIN submission AS T2 ON T1.Submission_ID = T2.Submission_ID workshop_paper +SELECT T1.Result FROM acceptance AS T1 JOIN submission AS T2 ON T1.Submission_ID = T2.Submission_ID ORDER BY T2.Scores DESC LIMIT 1 workshop_paper +SELECT T1.Result FROM acceptance AS T1 JOIN submission AS T2 ON T1.Submission_ID = T2.Submission_ID ORDER BY T2.Scores DESC LIMIT 1 workshop_paper +SELECT T2.Author , COUNT(DISTINCT T1.workshop_id) FROM acceptance AS T1 JOIN submission AS T2 ON T1.Submission_ID = T2.Submission_ID GROUP BY T2.Author workshop_paper +SELECT T2.Author , COUNT(DISTINCT T1.workshop_id) FROM acceptance AS T1 JOIN submission AS T2 ON T1.Submission_ID = T2.Submission_ID GROUP BY T2.Author workshop_paper +SELECT T2.Author FROM acceptance AS T1 JOIN submission AS T2 ON T1.Submission_ID = T2.Submission_ID GROUP BY T2.Author HAVING COUNT(DISTINCT T1.workshop_id) > 1 workshop_paper +SELECT T2.Author FROM acceptance AS T1 JOIN submission AS T2 ON T1.Submission_ID = T2.Submission_ID GROUP BY T2.Author HAVING COUNT(DISTINCT T1.workshop_id) > 1 workshop_paper +SELECT Date , Venue FROM workshop ORDER BY Venue workshop_paper +SELECT Date , Venue FROM workshop ORDER BY Venue workshop_paper +SELECT Author FROM submission WHERE Submission_ID NOT IN (SELECT Submission_ID FROM acceptance) workshop_paper +SELECT Author FROM submission WHERE Submission_ID NOT IN (SELECT Submission_ID FROM acceptance) workshop_paper +SELECT count(*) FROM INVESTORS tracking_share_transactions +SELECT Investor_details FROM INVESTORS tracking_share_transactions +SELECT DISTINCT lot_details FROM LOTS tracking_share_transactions +SELECT max(amount_of_transaction) FROM TRANSACTIONS tracking_share_transactions +SELECT date_of_transaction , share_count FROM TRANSACTIONS tracking_share_transactions +SELECT sum(share_count) FROM TRANSACTIONS tracking_share_transactions +SELECT transaction_id FROM TRANSACTIONS WHERE transaction_type_code = 'PUR' tracking_share_transactions +SELECT date_of_transaction FROM TRANSACTIONS WHERE transaction_type_code = "SALE" tracking_share_transactions +SELECT avg(amount_of_transaction) FROM TRANSACTIONS WHERE transaction_type_code = "SALE" tracking_share_transactions +SELECT transaction_type_description FROM Ref_Transaction_Types WHERE transaction_type_code = "PUR" tracking_share_transactions +SELECT min(amount_of_transaction) FROM TRANSACTIONS WHERE transaction_type_code = "PUR" AND share_count > 50 tracking_share_transactions +SELECT max(share_count) FROM TRANSACTIONS WHERE amount_of_transaction < 10000 tracking_share_transactions +SELECT date_of_transaction FROM TRANSACTIONS WHERE share_count > 100 OR amount_of_transaction > 1000 tracking_share_transactions +SELECT T1.transaction_type_description , T2.date_of_transaction FROM Ref_Transaction_Types AS T1 JOIN TRANSACTIONS AS T2 ON T1.transaction_type_code = T2.transaction_type_code WHERE T2.share_count < 10 tracking_share_transactions +SELECT T1.Investor_details FROM INVESTORS AS T1 JOIN TRANSACTIONS AS T2 ON T1.investor_id = T2.investor_id WHERE T2.share_count > 100 tracking_share_transactions +SELECT COUNT(DISTINCT transaction_type_code) FROM TRANSACTIONS tracking_share_transactions +SELECT lot_details , investor_id FROM LOTS tracking_share_transactions +SELECT T2.lot_details FROM INVESTORS AS T1 JOIN LOTS AS T2 ON T1.investor_id = T2.investor_id WHERE T1.Investor_details = "l" tracking_share_transactions +SELECT T1.purchase_details FROM PURCHASES AS T1 JOIN TRANSACTIONS AS T2 ON T1.purchase_transaction_id = T2.transaction_id WHERE T2.amount_of_transaction > 10000 tracking_share_transactions +SELECT T1.sales_details , T2.date_of_transaction FROM SALES AS T1 JOIN TRANSACTIONS AS T2 ON T1.sales_transaction_id = T2.transaction_id WHERE T2.amount_of_transaction < 3000 tracking_share_transactions +SELECT T1.lot_details FROM LOTS AS T1 JOIN TRANSACTIONS_LOTS AS T2 ON T1.lot_id = T2.transaction_id JOIN TRANSACTIONS AS T3 ON T2.transaction_id = T3.transaction_id WHERE T3.share_count < 50 tracking_share_transactions +SELECT T1.lot_details FROM LOTS AS T1 JOIN TRANSACTIONS_LOTS AS T2 ON T1.lot_id = T2.transaction_id JOIN TRANSACTIONS AS T3 ON T2.transaction_id = T3.transaction_id WHERE T3.share_count > 100 AND T3.transaction_type_code = "PUR" tracking_share_transactions +SELECT transaction_type_code , avg(amount_of_transaction) FROM TRANSACTIONS GROUP BY transaction_type_code tracking_share_transactions +SELECT transaction_type_code , max(share_count) , min(share_count) FROM TRANSACTIONS GROUP BY transaction_type_code tracking_share_transactions +SELECT investor_id , avg(share_count) FROM TRANSACTIONS GROUP BY investor_id tracking_share_transactions +SELECT investor_id , avg(share_count) FROM TRANSACTIONS GROUP BY investor_id ORDER BY avg(share_count) tracking_share_transactions +SELECT investor_id , avg(amount_of_transaction) FROM TRANSACTIONS GROUP BY investor_id tracking_share_transactions +SELECT T2.lot_id , avg(amount_of_transaction) FROM TRANSACTIONS AS T1 JOIN Transactions_Lots AS T2 ON T1.transaction_id = T2.transaction_id GROUP BY T2.lot_id tracking_share_transactions +SELECT T2.lot_id , avg(amount_of_transaction) FROM TRANSACTIONS AS T1 JOIN Transactions_Lots AS T2 ON T1.transaction_id = T2.transaction_id GROUP BY T2.lot_id ORDER BY avg(amount_of_transaction) tracking_share_transactions +SELECT investor_id , COUNT(*) FROM TRANSACTIONS WHERE transaction_type_code = "SALE" GROUP BY investor_id tracking_share_transactions +SELECT investor_id , COUNT(*) FROM TRANSACTIONS GROUP BY investor_id tracking_share_transactions +SELECT transaction_type_code FROM TRANSACTIONS GROUP BY transaction_type_code ORDER BY COUNT(*) ASC LIMIT 1 tracking_share_transactions +SELECT transaction_type_code FROM TRANSACTIONS GROUP BY transaction_type_code ORDER BY COUNT(*) DESC LIMIT 1 tracking_share_transactions +SELECT T1.transaction_type_description FROM Ref_Transaction_Types AS T1 JOIN TRANSACTIONS AS T2 ON T1.transaction_type_code = T2.transaction_type_code GROUP BY T1.transaction_type_code ORDER BY COUNT(*) DESC LIMIT 1 tracking_share_transactions +SELECT T2.investor_id , T1.Investor_details FROM INVESTORS AS T1 JOIN TRANSACTIONS AS T2 ON T1.investor_id = T2.investor_id GROUP BY T2.investor_id ORDER BY COUNT(*) DESC LIMIT 1 tracking_share_transactions +SELECT T2.investor_id , T1.Investor_details FROM INVESTORS AS T1 JOIN TRANSACTIONS AS T2 ON T1.investor_id = T2.investor_id GROUP BY T2.investor_id ORDER BY COUNT(*) DESC LIMIT 3 tracking_share_transactions +SELECT T2.investor_id FROM INVESTORS AS T1 JOIN TRANSACTIONS AS T2 ON T1.investor_id = T2.investor_id GROUP BY T2.investor_id HAVING COUNT(*) >= 2 tracking_share_transactions +SELECT T2.investor_id , T1.Investor_details FROM INVESTORS AS T1 JOIN TRANSACTIONS AS T2 ON T1.investor_id = T2.investor_id WHERE T2.transaction_type_code = "SALE" GROUP BY T2.investor_id HAVING COUNT(*) >= 2 tracking_share_transactions +SELECT date_of_transaction FROM TRANSACTIONS WHERE share_count >= 100 OR amount_of_transaction >= 100 tracking_share_transactions +SELECT sales_details FROM sales UNION SELECT purchase_details FROM purchases tracking_share_transactions +SELECT lot_details FROM Lots EXCEPT SELECT T1.lot_details FROM Lots AS T1 JOIN transactions_lots AS T2 ON T1.lot_id = T2.lot_id tracking_share_transactions +SELECT count(*) FROM HOTELS cre_Theme_park +SELECT count(*) FROM HOTELS cre_Theme_park +SELECT price_range FROM HOTELS cre_Theme_park +SELECT price_range FROM HOTELS cre_Theme_park +SELECT DISTINCT Location_Name FROM LOCATIONS cre_Theme_park +SELECT DISTINCT Location_Name FROM LOCATIONS cre_Theme_park +SELECT Name , Other_Details FROM Staff cre_Theme_park +SELECT Name , Other_Details FROM Staff cre_Theme_park +SELECT Tourist_Details FROM VISITORS cre_Theme_park +SELECT Tourist_Details FROM VISITORS cre_Theme_park +SELECT price_range FROM HOTELS WHERE star_rating_code = "5" cre_Theme_park +SELECT price_range FROM HOTELS WHERE star_rating_code = "5" cre_Theme_park +SELECT avg(price_range) FROM HOTELS WHERE star_rating_code = "5" AND pets_allowed_yn = 1 cre_Theme_park +SELECT avg(price_range) FROM HOTELS WHERE star_rating_code = "5" AND pets_allowed_yn = 1 cre_Theme_park +SELECT Address FROM LOCATIONS WHERE Location_Name = "UK Gallery" cre_Theme_park +SELECT Address FROM LOCATIONS WHERE Location_Name = "UK Gallery" cre_Theme_park +SELECT Other_Details FROM LOCATIONS WHERE Location_Name = "UK Gallery" cre_Theme_park +SELECT Other_Details FROM LOCATIONS WHERE Location_Name = "UK Gallery" cre_Theme_park +SELECT Location_Name FROM LOCATIONS WHERE Location_Name LIKE "%film%" cre_Theme_park +SELECT Location_Name FROM LOCATIONS WHERE Location_Name LIKE "%film%" cre_Theme_park +SELECT count(DISTINCT Name) FROM PHOTOS cre_Theme_park +SELECT count(DISTINCT Name) FROM PHOTOS cre_Theme_park +SELECT DISTINCT Visit_Date FROM VISITS cre_Theme_park +SELECT DISTINCT Visit_Date FROM VISITS cre_Theme_park +SELECT Name FROM TOURIST_ATTRACTIONS WHERE How_to_Get_There = "bus" cre_Theme_park +SELECT Name FROM TOURIST_ATTRACTIONS WHERE How_to_Get_There = "bus" cre_Theme_park +SELECT Name , Opening_Hours FROM TOURIST_ATTRACTIONS WHERE How_to_Get_There = "bus" OR How_to_Get_There = "walk" cre_Theme_park +SELECT Name , Opening_Hours FROM TOURIST_ATTRACTIONS WHERE How_to_Get_There = "bus" OR How_to_Get_There = "walk" cre_Theme_park +SELECT T2.star_rating_description FROM HOTELS AS T1 JOIN Ref_Hotel_Star_Ratings AS T2 ON T1.star_rating_code = T2.star_rating_code WHERE T1.price_range > 10000 cre_Theme_park +SELECT T2.star_rating_description FROM HOTELS AS T1 JOIN Ref_Hotel_Star_Ratings AS T2 ON T1.star_rating_code = T2.star_rating_code WHERE T1.price_range > 10000 cre_Theme_park +SELECT T1.Museum_Details , T2.Opening_Hours FROM MUSEUMS AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Museum_ID = T2.Tourist_Attraction_ID cre_Theme_park +SELECT T1.Museum_Details , T2.Opening_Hours FROM MUSEUMS AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Museum_ID = T2.Tourist_Attraction_ID cre_Theme_park +SELECT T2.Name FROM PHOTOS AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID WHERE T1.Name = "game1" cre_Theme_park +SELECT T2.Name FROM PHOTOS AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID WHERE T1.Name = "game1" cre_Theme_park +SELECT T1.Name , T1.Description FROM PHOTOS AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID WHERE T2.Name = "film festival" cre_Theme_park +SELECT T1.Name , T1.Description FROM PHOTOS AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID WHERE T2.Name = "film festival" cre_Theme_park +SELECT T1.Royal_Family_Details , T2.How_to_Get_There FROM ROYAL_FAMILY AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Royal_Family_ID = T2.Tourist_Attraction_ID cre_Theme_park +SELECT T1.Royal_Family_Details , T2.How_to_Get_There FROM ROYAL_FAMILY AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Royal_Family_ID = T2.Tourist_Attraction_ID cre_Theme_park +SELECT T1.Shop_Details FROM SHOPS AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Shop_ID = T2.Tourist_Attraction_ID WHERE T2.How_to_Get_There = "walk" cre_Theme_park +SELECT T1.Shop_Details FROM SHOPS AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Shop_ID = T2.Tourist_Attraction_ID WHERE T2.How_to_Get_There = "walk" cre_Theme_park +SELECT T1.Name FROM STAFF AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID WHERE T2.Name = "US museum" cre_Theme_park +SELECT T1.Name FROM STAFF AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID WHERE T2.Name = "US museum" cre_Theme_park +SELECT T1.Market_Details FROM Street_Markets AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Market_ID = T2.Tourist_Attraction_ID WHERE T2.How_to_Get_There = "walk" OR T2.How_to_Get_There = "bus" cre_Theme_park +SELECT T1.Market_Details FROM Street_Markets AS T1 JOIN TOURIST_ATTRACTIONS AS T2 ON T1.Market_ID = T2.Tourist_Attraction_ID WHERE T2.How_to_Get_There = "walk" OR T2.How_to_Get_There = "bus" cre_Theme_park +SELECT T2.Visit_Date , T2.Visit_Details FROM VISITORS AS T1 JOIN VISITS AS T2 ON T1.Tourist_ID = T2.Tourist_ID WHERE T1.Tourist_Details = "Vincent" cre_Theme_park +SELECT T2.Visit_Date , T2.Visit_Details FROM VISITORS AS T1 JOIN VISITS AS T2 ON T1.Tourist_ID = T2.Tourist_ID WHERE T1.Tourist_Details = "Vincent" cre_Theme_park +SELECT T1.Name FROM Tourist_Attractions AS T1 JOIN VISITS AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID JOIN VISITORS AS T3 ON T2.Tourist_ID = T3.Tourist_ID WHERE T3.Tourist_Details = "Vincent" cre_Theme_park +SELECT T1.Name FROM Tourist_Attractions AS T1 JOIN VISITS AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID JOIN VISITORS AS T3 ON T2.Tourist_ID = T3.Tourist_ID WHERE T3.Tourist_Details = "Vincent" cre_Theme_park +SELECT T1.Name , T3.Visit_Date FROM Tourist_Attractions AS T1 JOIN VISITORS AS T2 JOIN VISITS AS T3 ON T1.Tourist_Attraction_ID = T3.Tourist_Attraction_ID AND T2.Tourist_ID = T3.Tourist_ID WHERE T2.Tourist_Details = "Vincent" OR T2.Tourist_Details = "Vivian" cre_Theme_park +SELECT T1.Name , T3.Visit_Date FROM Tourist_Attractions AS T1 JOIN VISITORS AS T2 JOIN VISITS AS T3 ON T1.Tourist_Attraction_ID = T3.Tourist_Attraction_ID AND T2.Tourist_ID = T3.Tourist_ID WHERE T2.Tourist_Details = "Vincent" OR T2.Tourist_Details = "Vivian" cre_Theme_park +SELECT star_rating_code , avg(price_range) FROM HOTELS GROUP BY star_rating_code cre_Theme_park +SELECT star_rating_code , avg(price_range) FROM HOTELS GROUP BY star_rating_code cre_Theme_park +SELECT pets_allowed_yn , avg(price_range) FROM HOTELS GROUP BY pets_allowed_yn cre_Theme_park +SELECT pets_allowed_yn , avg(price_range) FROM HOTELS GROUP BY pets_allowed_yn cre_Theme_park +SELECT hotel_id , star_rating_code FROM HOTELS ORDER BY price_range ASC cre_Theme_park +SELECT hotel_id , star_rating_code FROM HOTELS ORDER BY price_range ASC cre_Theme_park +SELECT other_hotel_details FROM HOTELS ORDER BY price_range DESC LIMIT 3 cre_Theme_park +SELECT other_hotel_details FROM HOTELS ORDER BY price_range DESC LIMIT 3 cre_Theme_park +SELECT other_hotel_details , star_rating_code FROM HOTELS ORDER BY price_range ASC LIMIT 3 cre_Theme_park +SELECT other_hotel_details , star_rating_code FROM HOTELS ORDER BY price_range ASC LIMIT 3 cre_Theme_park +SELECT How_to_Get_There FROM Tourist_Attractions GROUP BY How_to_Get_There ORDER BY COUNT(*) DESC LIMIT 1 cre_Theme_park +SELECT How_to_Get_There FROM Tourist_Attractions GROUP BY How_to_Get_There ORDER BY COUNT(*) DESC LIMIT 1 cre_Theme_park +SELECT T1.Attraction_Type_Description , T2.Attraction_Type_Code FROM Ref_Attraction_Types AS T1 JOIN Tourist_Attractions AS T2 ON T1.Attraction_Type_Code = T2.Attraction_Type_Code GROUP BY T2.Attraction_Type_Code ORDER BY COUNT(*) DESC LIMIT 1 cre_Theme_park +SELECT T1.Attraction_Type_Description , T2.Attraction_Type_Code FROM Ref_Attraction_Types AS T1 JOIN Tourist_Attractions AS T2 ON T1.Attraction_Type_Code = T2.Attraction_Type_Code GROUP BY T2.Attraction_Type_Code ORDER BY COUNT(*) DESC LIMIT 1 cre_Theme_park +SELECT How_to_Get_There , COUNT(*) FROM Tourist_Attractions GROUP BY How_to_Get_There cre_Theme_park +SELECT How_to_Get_There , COUNT(*) FROM Tourist_Attractions GROUP BY How_to_Get_There cre_Theme_park +SELECT T1.Name , T2.Tourist_Attraction_ID , COUNT(*) FROM Tourist_Attractions AS T1 JOIN VISITS AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID GROUP BY T2.Tourist_Attraction_ID cre_Theme_park +SELECT T1.Name , T2.Tourist_Attraction_ID , COUNT(*) FROM Tourist_Attractions AS T1 JOIN VISITS AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID GROUP BY T2.Tourist_Attraction_ID cre_Theme_park +SELECT T1.Name , T2.Tourist_Attraction_ID FROM Tourist_Attractions AS T1 JOIN VISITS AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID GROUP BY T2.Tourist_Attraction_ID HAVING count(*) >= 2 cre_Theme_park +SELECT T1.Name , T2.Tourist_Attraction_ID FROM Tourist_Attractions AS T1 JOIN VISITS AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID GROUP BY T2.Tourist_Attraction_ID HAVING count(*) >= 2 cre_Theme_park +SELECT T1.Name , T1.Tourist_Attraction_ID FROM Tourist_Attractions AS T1 JOIN VISITS AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID GROUP BY T2.Tourist_Attraction_ID HAVING count(*) <= 1 cre_Theme_park +SELECT T1.Name , T1.Tourist_Attraction_ID FROM Tourist_Attractions AS T1 JOIN VISITS AS T2 ON T1.Tourist_Attraction_ID = T2.Tourist_Attraction_ID GROUP BY T2.Tourist_Attraction_ID HAVING count(*) <= 1 cre_Theme_park +SELECT T2.Name FROM Locations AS T1 JOIN Tourist_Attractions AS T2 ON T1.Location_ID = T2.Location_ID WHERE T1.Address = "660 Shea Crescent" OR T2.How_to_Get_There = "walk" cre_Theme_park +SELECT T2.Name FROM Locations AS T1 JOIN Tourist_Attractions AS T2 ON T1.Location_ID = T2.Location_ID WHERE T1.Address = "660 Shea Crescent" OR T2.How_to_Get_There = "walk" cre_Theme_park +SELECT T1.Name FROM Tourist_Attractions AS T1 JOIN Tourist_Attraction_Features AS T2 ON T1.tourist_attraction_id = T2.tourist_attraction_id JOIN Features AS T3 ON T2.Feature_ID = T3.Feature_ID WHERE T3.feature_Details = 'park' UNION SELECT T1.Name FROM Tourist_Attractions AS T1 JOIN Tourist_Attraction_Features AS T2 ON T1.tourist_attraction_id = T2.tourist_attraction_id JOIN Features AS T3 ON T2.Feature_ID = T3.Feature_ID WHERE T3.feature_Details = 'shopping' cre_Theme_park +SELECT T1.Name FROM Tourist_Attractions AS T1 JOIN Tourist_Attraction_Features AS T2 ON T1.tourist_attraction_id = T2.tourist_attraction_id JOIN Features AS T3 ON T2.Feature_ID = T3.Feature_ID WHERE T3.feature_Details = 'park' UNION SELECT T1.Name FROM Tourist_Attractions AS T1 JOIN Tourist_Attraction_Features AS T2 ON T1.tourist_attraction_id = T2.tourist_attraction_id JOIN Features AS T3 ON T2.Feature_ID = T3.Feature_ID WHERE T3.feature_Details = 'shopping' cre_Theme_park +SELECT T2.Name FROM Locations AS T1 JOIN Tourist_Attractions AS T2 ON T1.Location_ID = T2.Location_ID WHERE T1.Address = "254 Ottilie Junction" OR T2.How_to_Get_There = "bus" cre_Theme_park +SELECT T2.Name FROM Locations AS T1 JOIN Tourist_Attractions AS T2 ON T1.Location_ID = T2.Location_ID WHERE T1.Address = "254 Ottilie Junction" OR T2.How_to_Get_There = "bus" cre_Theme_park +SELECT T1.Name FROM Tourist_Attractions AS T1 JOIN VISITORS AS T2 JOIN VISITS AS T3 ON T1.Tourist_Attraction_ID = T3.Tourist_Attraction_ID AND T2.Tourist_ID = T3.Tourist_ID WHERE T2.Tourist_Details = "Vincent" INTERSECT SELECT T1.Name FROM Tourist_Attractions AS T1 JOIN VISITORS AS T2 JOIN VISITS AS T3 ON T1.Tourist_Attraction_ID = T3.Tourist_Attraction_ID AND T2.Tourist_ID = T3.Tourist_ID WHERE T2.Tourist_Details = "Marcelle" cre_Theme_park +SELECT T1.Name FROM Tourist_Attractions AS T1 JOIN VISITORS AS T2 JOIN VISITS AS T3 ON T1.Tourist_Attraction_ID = T3.Tourist_Attraction_ID AND T2.Tourist_ID = T3.Tourist_ID WHERE T2.Tourist_Details = "Vincent" INTERSECT SELECT T1.Name FROM Tourist_Attractions AS T1 JOIN VISITORS AS T2 JOIN VISITS AS T3 ON T1.Tourist_Attraction_ID = T3.Tourist_Attraction_ID AND T2.Tourist_ID = T3.Tourist_ID WHERE T2.Tourist_Details = "Marcelle" cre_Theme_park +SELECT T1.Name FROM Tourist_Attractions AS T1 JOIN VISITORS AS T2 JOIN VISITS AS T3 ON T1.Tourist_Attraction_ID = T3.Tourist_Attraction_ID AND T2.Tourist_ID = T3.Tourist_ID WHERE T2.Tourist_Details = "Alison" EXCEPT SELECT T1.Name FROM Tourist_Attractions AS T1 JOIN VISITORS AS T2 JOIN VISITS AS T3 ON T1.Tourist_Attraction_ID = T3.Tourist_Attraction_ID AND T2.Tourist_ID = T3.Tourist_ID WHERE T2.Tourist_Details = "Rosalind" cre_Theme_park +SELECT T1.Name FROM Tourist_Attractions AS T1 JOIN VISITORS AS T2 JOIN VISITS AS T3 ON T1.Tourist_Attraction_ID = T3.Tourist_Attraction_ID AND T2.Tourist_ID = T3.Tourist_ID WHERE T2.Tourist_Details = "Alison" EXCEPT SELECT T1.Name FROM Tourist_Attractions AS T1 JOIN VISITORS AS T2 JOIN VISITS AS T3 ON T1.Tourist_Attraction_ID = T3.Tourist_Attraction_ID AND T2.Tourist_ID = T3.Tourist_ID WHERE T2.Tourist_Details = "Rosalind" cre_Theme_park +SELECT count(*) FROM Visitors WHERE Tourist_ID NOT IN ( SELECT Tourist_ID FROM Visits ) cre_Theme_park +SELECT count(*) FROM Visitors WHERE Tourist_ID NOT IN ( SELECT Tourist_ID FROM Visits ) cre_Theme_park +SELECT count(*) FROM Video_games game_1 +SELECT count(*) FROM Video_games game_1 +SELECT count(DISTINCT gtype) FROM Video_games game_1 +SELECT count(DISTINCT gtype) FROM Video_games game_1 +SELECT DISTINCT gtype FROM Video_games game_1 +SELECT DISTINCT gtype FROM Video_games game_1 +SELECT gname , gtype FROM Video_games ORDER BY gname game_1 +SELECT gname , gtype FROM Video_games ORDER BY gname game_1 +SELECT gname FROM Video_games WHERE gtype = "Collectible card game" game_1 +SELECT gname FROM Video_games WHERE gtype = "Collectible card game" game_1 +SELECT gtype FROM Video_games WHERE gname = "Call of Destiny" game_1 +SELECT gtype FROM Video_games WHERE gname = "Call of Destiny" game_1 +SELECT count(*) FROM Video_games WHERE gtype = "Massively multiplayer online game" game_1 +SELECT count(*) FROM Video_games WHERE gtype = "Massively multiplayer online game" game_1 +SELECT gtype , count(*) FROM Video_games GROUP BY gtype game_1 +SELECT gtype , count(*) FROM Video_games GROUP BY gtype game_1 +SELECT gtype FROM Video_games GROUP BY gtype ORDER BY count(*) DESC LIMIT 1 game_1 +SELECT gtype FROM Video_games GROUP BY gtype ORDER BY count(*) DESC LIMIT 1 game_1 +SELECT gtype FROM Video_games GROUP BY gtype ORDER BY count(*) LIMIT 1 game_1 +SELECT gtype FROM Video_games GROUP BY gtype ORDER BY count(*) LIMIT 1 game_1 +SELECT StuID FROM Student WHERE city_code = "CHI" game_1 +SELECT StuID FROM Student WHERE city_code = "CHI" game_1 +SELECT StuID FROM Student WHERE Advisor = 1121 game_1 +SELECT StuID FROM Student WHERE Advisor = 1121 game_1 +SELECT Fname FROM Student WHERE Major = 600 game_1 +SELECT Fname FROM Student WHERE Major = 600 game_1 +SELECT major , avg(age) , min(age) , max(age) FROM Student GROUP BY major game_1 +SELECT major , avg(age) , min(age) , max(age) FROM Student GROUP BY major game_1 +SELECT advisor FROM Student GROUP BY advisor HAVING count(*) >= 2 game_1 +SELECT advisor FROM Student GROUP BY advisor HAVING count(*) >= 2 game_1 +SELECT count(DISTINCT sportname) FROM Sportsinfo game_1 +SELECT count(DISTINCT sportname) FROM Sportsinfo game_1 +SELECT count(DISTINCT StuID) FROM Sportsinfo game_1 +SELECT count(DISTINCT StuID) FROM Sportsinfo game_1 +SELECT StuID FROM Sportsinfo WHERE onscholarship = 'Y' game_1 +SELECT StuID FROM Sportsinfo WHERE onscholarship = 'Y' game_1 +SELECT T2.Lname FROM Sportsinfo AS T1 JOIN Student AS T2 ON T1.StuID = T2.StuID WHERE T1.onscholarship = 'Y' game_1 +SELECT T2.Lname FROM Sportsinfo AS T1 JOIN Student AS T2 ON T1.StuID = T2.StuID WHERE T1.onscholarship = 'Y' game_1 +SELECT sum(gamesplayed) FROM Sportsinfo game_1 +SELECT sum(gamesplayed) FROM Sportsinfo game_1 +SELECT sum(gamesplayed) FROM Sportsinfo WHERE sportname = "Football" AND onscholarship = 'Y' game_1 +SELECT sum(gamesplayed) FROM Sportsinfo WHERE sportname = "Football" AND onscholarship = 'Y' game_1 +SELECT sportname , count(*) FROM Sportsinfo GROUP BY sportname game_1 +SELECT sportname , count(*) FROM Sportsinfo GROUP BY sportname game_1 +SELECT StuID , count(*) , sum(gamesplayed) FROM Sportsinfo GROUP BY StuID game_1 +SELECT StuID , count(*) , sum(gamesplayed) FROM Sportsinfo GROUP BY StuID game_1 +SELECT StuID FROM Sportsinfo GROUP BY StuID HAVING sum(hoursperweek) > 10 game_1 +SELECT StuID FROM Sportsinfo GROUP BY StuID HAVING sum(hoursperweek) > 10 game_1 +SELECT T2.Fname , T2.Lname FROM Sportsinfo AS T1 JOIN Student AS T2 ON T1.StuID = T2.StuID GROUP BY T1.StuID ORDER BY count(*) DESC LIMIT 1 game_1 +SELECT T2.Fname , T2.Lname FROM Sportsinfo AS T1 JOIN Student AS T2 ON T1.StuID = T2.StuID GROUP BY T1.StuID ORDER BY count(*) DESC LIMIT 1 game_1 +SELECT sportname FROM Sportsinfo WHERE onscholarship = 'Y' GROUP BY sportname ORDER BY count(*) DESC LIMIT 1 game_1 +SELECT sportname FROM Sportsinfo WHERE onscholarship = 'Y' GROUP BY sportname ORDER BY count(*) DESC LIMIT 1 game_1 +SELECT StuID FROM Student EXCEPT SELECT StuID FROM Sportsinfo game_1 +SELECT StuID FROM Student EXCEPT SELECT StuID FROM Sportsinfo game_1 +SELECT StuID FROM Student WHERE major = 600 INTERSECT SELECT StuID FROM Sportsinfo WHERE onscholarship = 'Y' game_1 +SELECT StuID FROM Student WHERE major = 600 INTERSECT SELECT StuID FROM Sportsinfo WHERE onscholarship = 'Y' game_1 +SELECT StuID FROM Student WHERE sex = 'F' INTERSECT SELECT StuID FROM Sportsinfo WHERE sportname = "Football" game_1 +SELECT StuID FROM Student WHERE sex = 'F' INTERSECT SELECT StuID FROM Sportsinfo WHERE sportname = "Football" game_1 +SELECT StuID FROM Student WHERE sex = 'M' EXCEPT SELECT StuID FROM Sportsinfo WHERE sportname = "Football" game_1 +SELECT StuID FROM Student WHERE sex = 'M' EXCEPT SELECT StuID FROM Sportsinfo WHERE sportname = "Football" game_1 +SELECT sum(hoursperweek) , sum(gamesplayed) FROM Sportsinfo AS T1 JOIN Student AS T2 ON T1.StuID = T2.StuID WHERE T2.Fname = "David" AND T2.Lname = "Shieber" game_1 +SELECT sum(hoursperweek) , sum(gamesplayed) FROM Sportsinfo AS T1 JOIN Student AS T2 ON T1.StuID = T2.StuID WHERE T2.Fname = "David" AND T2.Lname = "Shieber" game_1 +SELECT sum(hoursperweek) , sum(gamesplayed) FROM Sportsinfo AS T1 JOIN Student AS T2 ON T1.StuID = T2.StuID WHERE T2.age < 20 game_1 +SELECT sum(hoursperweek) , sum(gamesplayed) FROM Sportsinfo AS T1 JOIN Student AS T2 ON T1.StuID = T2.StuID WHERE T2.age < 20 game_1 +SELECT count(DISTINCT StuID) FROM Plays_games game_1 +SELECT count(DISTINCT StuID) FROM Plays_games game_1 +SELECT StuID FROM Student EXCEPT SELECT StuID FROM Plays_games game_1 +SELECT StuID FROM Student EXCEPT SELECT StuID FROM Plays_games game_1 +SELECT StuID FROM Sportsinfo INTERSECT SELECT StuID FROM Plays_games game_1 +SELECT StuID FROM Sportsinfo INTERSECT SELECT StuID FROM Plays_games game_1 +SELECT gameid , sum(hours_played) FROM Plays_games GROUP BY gameid game_1 +SELECT gameid , sum(hours_played) FROM Plays_games GROUP BY gameid game_1 +SELECT Stuid , sum(hours_played) FROM Plays_games GROUP BY Stuid game_1 +SELECT Stuid , sum(hours_played) FROM Plays_games GROUP BY Stuid game_1 +SELECT gname FROM Plays_games AS T1 JOIN Video_games AS T2 ON T1.gameid = T2.gameid GROUP BY T1.gameid ORDER BY sum(hours_played) DESC LIMIT 1 game_1 +SELECT gname FROM Plays_games AS T1 JOIN Video_games AS T2 ON T1.gameid = T2.gameid GROUP BY T1.gameid ORDER BY sum(hours_played) DESC LIMIT 1 game_1 +SELECT gname FROM Plays_games AS T1 JOIN Video_games AS T2 ON T1.gameid = T2.gameid GROUP BY T1.gameid HAVING sum(hours_played) >= 1000 game_1 +SELECT gname FROM Plays_games AS T1 JOIN Video_games AS T2 ON T1.gameid = T2.gameid GROUP BY T1.gameid HAVING sum(hours_played) >= 1000 game_1 +SELECT Gname FROM Plays_games AS T1 JOIN Video_games AS T2 ON T1.gameid = T2.gameid JOIN Student AS T3 ON T3.Stuid = T1.Stuid WHERE T3.Lname = "Smith" AND T3.Fname = "Linda" game_1 +SELECT Gname FROM Plays_games AS T1 JOIN Video_games AS T2 ON T1.gameid = T2.gameid JOIN Student AS T3 ON T3.Stuid = T1.Stuid WHERE T3.Lname = "Smith" AND T3.Fname = "Linda" game_1 +SELECT T2.lname , T2.fname FROM SportsInfo AS T1 JOIN Student AS T2 ON T1.StuID = T2.StuID WHERE T1.SportName = "Football" OR T1.SportName = "Lacrosse" game_1 +SELECT T2.lname , T2.fname FROM SportsInfo AS T1 JOIN Student AS T2 ON T1.StuID = T2.StuID WHERE T1.SportName = "Football" OR T1.SportName = "Lacrosse" game_1 +SELECT fname , age FROM Student WHERE StuID IN (SELECT StuID FROM Sportsinfo WHERE SportName = "Football" INTERSECT SELECT StuID FROM Sportsinfo WHERE SportName = "Lacrosse") game_1 +SELECT fname , age FROM Student WHERE StuID IN (SELECT StuID FROM Sportsinfo WHERE SportName = "Football" INTERSECT SELECT StuID FROM Sportsinfo WHERE SportName = "Lacrosse") game_1 +SELECT lname , sex FROM Student WHERE StuID IN (SELECT T1.StuID FROM Plays_games AS T1 JOIN Video_games AS T2 ON T1.GameID = T2.GameID WHERE T2.Gname = "Call of Destiny" INTERSECT SELECT T1.StuID FROM Plays_games AS T1 JOIN Video_games AS T2 ON T1.GameID = T2.GameID WHERE T2.Gname = "Works of Widenius") game_1 +SELECT lname , sex FROM Student WHERE StuID IN (SELECT T1.StuID FROM Plays_games AS T1 JOIN Video_games AS T2 ON T1.GameID = T2.GameID WHERE T2.Gname = "Call of Destiny" INTERSECT SELECT T1.StuID FROM Plays_games AS T1 JOIN Video_games AS T2 ON T1.GameID = T2.GameID WHERE T2.Gname = "Works of Widenius") game_1 +SELECT customer_name FROM customers customers_and_addresses +SELECT customer_name FROM customers customers_and_addresses +SELECT count(*) FROM customers customers_and_addresses +SELECT count(*) FROM customers customers_and_addresses +SELECT avg(order_quantity) FROM order_items customers_and_addresses +SELECT avg(order_quantity) FROM order_items customers_and_addresses +SELECT customer_name FROM customers WHERE payment_method = "Cash" customers_and_addresses +SELECT customer_name FROM customers WHERE payment_method = "Cash" customers_and_addresses +SELECT date_became_customer FROM customers WHERE customer_id BETWEEN 10 AND 20 customers_and_addresses +SELECT date_became_customer FROM customers WHERE customer_id BETWEEN 10 AND 20 customers_and_addresses +SELECT payment_method FROM customers GROUP BY payment_method ORDER BY count(*) DESC LIMIT 1 customers_and_addresses +SELECT payment_method FROM customers GROUP BY payment_method ORDER BY count(*) DESC LIMIT 1 customers_and_addresses +SELECT customer_name FROM customers WHERE payment_method = (SELECT payment_method FROM customers GROUP BY payment_method ORDER BY count(*) DESC LIMIT 1) customers_and_addresses +SELECT customer_name FROM customers WHERE payment_method = (SELECT payment_method FROM customers GROUP BY payment_method ORDER BY count(*) DESC LIMIT 1) customers_and_addresses +SELECT DISTINCT payment_method FROM customers customers_and_addresses +SELECT DISTINCT payment_method FROM customers customers_and_addresses +SELECT DISTINCT product_details FROM products customers_and_addresses +SELECT DISTINCT product_details FROM products customers_and_addresses +SELECT customer_name FROM customers WHERE customer_name LIKE "%Alex%" customers_and_addresses +SELECT customer_name FROM customers WHERE customer_name LIKE "%Alex%" customers_and_addresses +SELECT product_details FROM products WHERE product_details LIKE "%Latte%" OR product_details LIKE "%Americano%" customers_and_addresses +SELECT product_details FROM products WHERE product_details LIKE "%Latte%" OR product_details LIKE "%Americano%" customers_and_addresses +SELECT t3.address_content FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id WHERE t1.customer_name = "Maudie Kertzmann" customers_and_addresses +SELECT t3.address_content FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id WHERE t1.customer_name = "Maudie Kertzmann" customers_and_addresses +SELECT count(*) FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id WHERE t3.city = "Lake Geovannyton" customers_and_addresses +SELECT count(*) FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id WHERE t3.city = "Lake Geovannyton" customers_and_addresses +SELECT t1.customer_name FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id WHERE t3.state_province_county = "Colorado" customers_and_addresses +SELECT t1.customer_name FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id WHERE t3.state_province_county = "Colorado" customers_and_addresses +SELECT city FROM addresses WHERE city NOT IN ( SELECT DISTINCT t3.city FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id) customers_and_addresses +SELECT city FROM addresses WHERE city NOT IN ( SELECT DISTINCT t3.city FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id) customers_and_addresses +SELECT t3.city FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id GROUP BY t3.city ORDER BY count(*) DESC LIMIT 1 customers_and_addresses +SELECT t3.city FROM customers AS t1 JOIN customer_addresses AS t2 ON t1.customer_id = t2.customer_id JOIN addresses AS t3 ON t2.address_id = t3.address_id GROUP BY t3.city ORDER BY count(*) DESC LIMIT 1 customers_and_addresses +SELECT DISTINCT city FROM addresses customers_and_addresses +SELECT DISTINCT city FROM addresses customers_and_addresses +SELECT city FROM addresses WHERE zip_postcode = 255 customers_and_addresses +SELECT city FROM addresses WHERE zip_postcode = 255 customers_and_addresses +SELECT state_province_county , country FROM addresses WHERE zip_postcode LIKE "4%" customers_and_addresses +SELECT state_province_county , country FROM addresses WHERE zip_postcode LIKE "4%" customers_and_addresses +SELECT country FROM addresses GROUP BY country HAVING count(address_id) > 4 customers_and_addresses +SELECT country FROM addresses GROUP BY country HAVING count(address_id) > 4 customers_and_addresses +SELECT channel_code FROM customer_contact_channels GROUP BY channel_code HAVING count(customer_id) < 5 customers_and_addresses +SELECT channel_code FROM customer_contact_channels GROUP BY channel_code HAVING count(customer_id) < 5 customers_and_addresses +SELECT DISTINCT channel_code FROM customers AS t1 JOIN customer_contact_channels AS t2 ON t1.customer_id = t2.customer_id WHERE t1.customer_name = "Tillman Ernser" customers_and_addresses +SELECT DISTINCT channel_code FROM customers AS t1 JOIN customer_contact_channels AS t2 ON t1.customer_id = t2.customer_id WHERE t1.customer_name = "Tillman Ernser" customers_and_addresses +SELECT max(t2.active_to_date) FROM customers AS t1 JOIN customer_contact_channels AS t2 ON t1.customer_id = t2.customer_id WHERE t1.customer_name = "Tillman Ernser" customers_and_addresses +SELECT max(t2.active_to_date) FROM customers AS t1 JOIN customer_contact_channels AS t2 ON t1.customer_id = t2.customer_id WHERE t1.customer_name = "Tillman Ernser" customers_and_addresses +SELECT avg(active_to_date - active_from_date) FROM customer_contact_channels customers_and_addresses +SELECT avg(active_to_date - active_from_date) FROM customer_contact_channels customers_and_addresses +SELECT channel_code , contact_number FROM customer_contact_channels WHERE active_to_date - active_from_date = (SELECT active_to_date - active_from_date FROM customer_contact_channels ORDER BY (active_to_date - active_from_date) DESC LIMIT 1) customers_and_addresses +SELECT channel_code , contact_number FROM customer_contact_channels WHERE active_to_date - active_from_date = (SELECT active_to_date - active_from_date FROM customer_contact_channels ORDER BY (active_to_date - active_from_date) DESC LIMIT 1) customers_and_addresses +SELECT t1.customer_name , t2.active_from_date FROM customers AS t1 JOIN customer_contact_channels AS t2 ON t1.customer_id = t2.customer_id WHERE t2.channel_code = 'Email' customers_and_addresses +SELECT t1.customer_name , t2.active_from_date FROM customers AS t1 JOIN customer_contact_channels AS t2 ON t1.customer_id = t2.customer_id WHERE t2.channel_code = 'Email' customers_and_addresses +SELECT t1.customer_name FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id WHERE t3.order_quantity = ( SELECT max(order_quantity) FROM order_items) customers_and_addresses +SELECT t1.customer_name FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id WHERE t3.order_quantity = ( SELECT max(order_quantity) FROM order_items) customers_and_addresses +SELECT t1.customer_name FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id GROUP BY t1.customer_name ORDER BY sum(t3.order_quantity) DESC LIMIT 1 customers_and_addresses +SELECT t1.customer_name FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id GROUP BY t1.customer_name ORDER BY sum(t3.order_quantity) DESC LIMIT 1 customers_and_addresses +SELECT t1.payment_method FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id GROUP BY t1.customer_name ORDER BY sum(t3.order_quantity) LIMIT 1 customers_and_addresses +SELECT t1.payment_method FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id GROUP BY t1.customer_name ORDER BY sum(t3.order_quantity) LIMIT 1 customers_and_addresses +SELECT count(DISTINCT t3.product_id) FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id WHERE t1.customer_name = "Rodrick Heaney" customers_and_addresses +SELECT count(DISTINCT t3.product_id) FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id WHERE t1.customer_name = "Rodrick Heaney" customers_and_addresses +SELECT sum(t3.order_quantity) FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id WHERE t1.customer_name = "Rodrick Heaney" customers_and_addresses +SELECT sum(t3.order_quantity) FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id WHERE t1.customer_name = "Rodrick Heaney" customers_and_addresses +SELECT count(DISTINCT customer_id) FROM customer_orders WHERE order_status = "Cancelled" customers_and_addresses +SELECT count(DISTINCT customer_id) FROM customer_orders WHERE order_status = "Cancelled" customers_and_addresses +SELECT count(*) FROM customer_orders WHERE order_details = "Second time" customers_and_addresses +SELECT count(*) FROM customer_orders WHERE order_details = "Second time" customers_and_addresses +SELECT t1.customer_name , t2.order_date FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id WHERE order_status = "Delivered" customers_and_addresses +SELECT t1.customer_name , t2.order_date FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id WHERE order_status = "Delivered" customers_and_addresses +SELECT sum(t2.order_quantity) FROM customer_orders AS t1 JOIN order_items AS t2 ON t1.order_id = t2.order_id WHERE t1.order_status = "Cancelled" customers_and_addresses +SELECT sum(t2.order_quantity) FROM customer_orders AS t1 JOIN order_items AS t2 ON t1.order_id = t2.order_id WHERE t1.order_status = "Cancelled" customers_and_addresses +SELECT sum(t2.order_quantity) FROM customer_orders AS t1 JOIN order_items AS t2 ON t1.order_id = t2.order_id WHERE t1.order_date < "2018-03-17 07:13:53" customers_and_addresses +SELECT sum(t2.order_quantity) FROM customer_orders AS t1 JOIN order_items AS t2 ON t1.order_id = t2.order_id WHERE t1.order_date < "2018-03-17 07:13:53" customers_and_addresses +SELECT t1.customer_name FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id ORDER BY t2.order_date DESC LIMIT 1 customers_and_addresses +SELECT t1.customer_name FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id ORDER BY t2.order_date DESC LIMIT 1 customers_and_addresses +SELECT t2.product_details FROM order_items AS t1 JOIN products AS t2 ON t1.product_id = t2.product_id GROUP BY t1.product_id ORDER BY count(*) DESC LIMIT 1 customers_and_addresses +SELECT t2.product_details FROM order_items AS t1 JOIN products AS t2 ON t1.product_id = t2.product_id GROUP BY t1.product_id ORDER BY count(*) DESC LIMIT 1 customers_and_addresses +SELECT t2.product_details , t2.product_id FROM order_items AS t1 JOIN products AS t2 ON t1.product_id = t2.product_id GROUP BY t1.product_id ORDER BY sum(t1.order_quantity) LIMIT 1 customers_and_addresses +SELECT t2.product_details , t2.product_id FROM order_items AS t1 JOIN products AS t2 ON t1.product_id = t2.product_id GROUP BY t1.product_id ORDER BY sum(t1.order_quantity) LIMIT 1 customers_and_addresses +SELECT address_content FROM addresses WHERE city = "East Julianaside" AND state_province_county = "Texas" UNION SELECT address_content FROM addresses WHERE city = "Gleasonmouth" AND state_province_county = "Arizona" customers_and_addresses +SELECT address_content FROM addresses WHERE city = "East Julianaside" AND state_province_county = "Texas" UNION SELECT address_content FROM addresses WHERE city = "Gleasonmouth" AND state_province_county = "Arizona" customers_and_addresses +SELECT customer_name FROM customers WHERE payment_method != 'Cash' customers_and_addresses +SELECT customer_name FROM customers WHERE payment_method != 'Cash' customers_and_addresses +SELECT customer_name FROM customers EXCEPT SELECT t1.customer_name FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id JOIN products AS t4 ON t3.product_id = t4.product_id WHERE t4.product_details = 'Latte' customers_and_addresses +SELECT customer_name FROM customers EXCEPT SELECT t1.customer_name FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id JOIN products AS t4 ON t3.product_id = t4.product_id WHERE t4.product_details = 'Latte' customers_and_addresses +SELECT customer_name FROM customers EXCEPT SELECT t1.customer_name FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id customers_and_addresses +SELECT customer_name FROM customers EXCEPT SELECT t1.customer_name FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id customers_and_addresses +SELECT t1.customer_name FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id JOIN products AS t4 ON t3.product_id = t4.product_id WHERE t4.product_details = 'Latte' INTERSECT SELECT t1.customer_name FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id JOIN products AS t4 ON t3.product_id = t4.product_id WHERE t4.product_details = 'Americano' customers_and_addresses +SELECT t1.customer_name FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id JOIN products AS t4 ON t3.product_id = t4.product_id WHERE t4.product_details = 'Latte' INTERSECT SELECT t1.customer_name FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id JOIN products AS t4 ON t3.product_id = t4.product_id WHERE t4.product_details = 'Americano' customers_and_addresses +SELECT count(*) FROM artist music_4 +SELECT count(*) FROM artist music_4 +SELECT Age FROM artist music_4 +SELECT Age FROM artist music_4 +SELECT avg(Age) FROM artist music_4 +SELECT avg(Age) FROM artist music_4 +SELECT Famous_Title FROM artist WHERE Artist = "Triumfall" music_4 +SELECT Famous_Title FROM artist WHERE Artist = "Triumfall" music_4 +SELECT distinct(Famous_Release_date) FROM artist music_4 +SELECT distinct(Famous_Release_date) FROM artist music_4 +SELECT Date_of_ceremony , RESULT FROM music_festival music_4 +SELECT Date_of_ceremony , RESULT FROM music_festival music_4 +SELECT Category FROM music_festival WHERE RESULT = "Awarded" music_4 +SELECT Category FROM music_festival WHERE RESULT = "Awarded" music_4 +SELECT max(Weeks_on_Top) , min(Weeks_on_Top) FROM volume music_4 +SELECT max(Weeks_on_Top) , min(Weeks_on_Top) FROM volume music_4 +SELECT Song FROM volume WHERE Weeks_on_Top > 1 music_4 +SELECT Song FROM volume WHERE Weeks_on_Top > 1 music_4 +SELECT Song FROM volume ORDER BY Song music_4 +SELECT Song FROM volume ORDER BY Song music_4 +SELECT COUNT(DISTINCT Artist_ID) FROM volume music_4 +SELECT COUNT(DISTINCT Artist_ID) FROM volume music_4 +SELECT T1.Date_of_ceremony FROM music_festival AS T1 JOIN volume AS T2 ON T1.Volume = T2.Volume_ID WHERE T2.Weeks_on_Top > 2 music_4 +SELECT T1.Date_of_ceremony FROM music_festival AS T1 JOIN volume AS T2 ON T1.Volume = T2.Volume_ID WHERE T2.Weeks_on_Top > 2 music_4 +SELECT T2.Song FROM music_festival AS T1 JOIN volume AS T2 ON T1.Volume = T2.Volume_ID WHERE T1.Result = "Nominated" music_4 +SELECT T2.Song FROM music_festival AS T1 JOIN volume AS T2 ON T1.Volume = T2.Volume_ID WHERE T1.Result = "Nominated" music_4 +SELECT T2.Issue_Date FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T1.Artist = "Gorgoroth" music_4 +SELECT T2.Issue_Date FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T1.Artist = "Gorgoroth" music_4 +SELECT T2.Song FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T1.age >= 32 music_4 +SELECT T2.Song FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T1.age >= 32 music_4 +SELECT avg(T2.Weeks_on_Top) FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T1.age <= 25 music_4 +SELECT avg(T2.Weeks_on_Top) FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T1.age <= 25 music_4 +SELECT T1.Famous_Title FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T2.Weeks_on_Top > 2 music_4 +SELECT T1.Famous_Title FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T2.Weeks_on_Top > 2 music_4 +SELECT Famous_Title , Age FROM artist ORDER BY Age DESC music_4 +SELECT Famous_Title , Age FROM artist ORDER BY Age DESC music_4 +SELECT Famous_Release_date FROM artist ORDER BY Age DESC LIMIT 1 music_4 +SELECT Famous_Release_date FROM artist ORDER BY Age DESC LIMIT 1 music_4 +SELECT Category , COUNT(*) FROM music_festival GROUP BY Category music_4 +SELECT Category , COUNT(*) FROM music_festival GROUP BY Category music_4 +SELECT RESULT FROM music_festival GROUP BY RESULT ORDER BY COUNT(*) DESC LIMIT 1 music_4 +SELECT RESULT FROM music_festival GROUP BY RESULT ORDER BY COUNT(*) DESC LIMIT 1 music_4 +SELECT Category FROM music_festival GROUP BY Category HAVING COUNT(*) > 1 music_4 +SELECT Category FROM music_festival GROUP BY Category HAVING COUNT(*) > 1 music_4 +SELECT Song FROM volume ORDER BY Weeks_on_Top DESC LIMIT 1 music_4 +SELECT Song FROM volume ORDER BY Weeks_on_Top DESC LIMIT 1 music_4 +SELECT Famous_Title FROM artist WHERE Artist_ID NOT IN(SELECT Artist_ID FROM volume) music_4 +SELECT Famous_Title FROM artist WHERE Artist_ID NOT IN(SELECT Artist_ID FROM volume) music_4 +SELECT T1.Famous_Title FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T2.Weeks_on_Top > 2 INTERSECT SELECT T1.Famous_Title FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T2.Weeks_on_Top < 2 music_4 +SELECT T1.Famous_Title FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T2.Weeks_on_Top > 2 INTERSECT SELECT T1.Famous_Title FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T2.Weeks_on_Top < 2 music_4 +SELECT Date_of_ceremony FROM music_festival WHERE Category = "Best Song" AND RESULT = "Awarded" music_4 +SELECT Date_of_ceremony FROM music_festival WHERE Category = "Best Song" AND RESULT = "Awarded" music_4 +SELECT Issue_Date FROM volume ORDER BY Weeks_on_Top ASC LIMIT 1 music_4 +SELECT Issue_Date FROM volume ORDER BY Weeks_on_Top ASC LIMIT 1 music_4 +SELECT COUNT(DISTINCT Artist_ID) FROM volume music_4 +SELECT COUNT(DISTINCT Artist_ID) FROM volume music_4 +SELECT RESULT , COUNT(*) FROM music_festival GROUP BY RESULT ORDER BY COUNT(*) DESC music_4 +SELECT RESULT , COUNT(*) FROM music_festival GROUP BY RESULT ORDER BY COUNT(*) DESC music_4 +SELECT Issue_Date FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T1.age <= 23 music_4 +SELECT Issue_Date FROM artist AS T1 JOIN volume AS T2 ON T1.Artist_ID = T2.Artist_ID WHERE T1.age <= 23 music_4 +SELECT count(*) FROM roller_coaster roller_coaster +SELECT Name FROM roller_coaster ORDER BY LENGTH ASC roller_coaster +SELECT LENGTH , Height FROM roller_coaster roller_coaster +SELECT Name FROM country WHERE Languages != "German" roller_coaster +SELECT Status FROM roller_coaster WHERE LENGTH > 3300 OR Height > 100 roller_coaster +SELECT Speed FROM roller_coaster ORDER BY LENGTH DESC LIMIT 1 roller_coaster +SELECT avg(Speed) FROM roller_coaster roller_coaster +SELECT Status , COUNT(*) FROM roller_coaster GROUP BY Status roller_coaster +SELECT Status FROM roller_coaster GROUP BY Status ORDER BY COUNT(*) DESC LIMIT 1 roller_coaster +SELECT Status FROM roller_coaster GROUP BY Status HAVING COUNT(*) > 2 roller_coaster +SELECT Park FROM roller_coaster ORDER BY Speed DESC LIMIT 1 roller_coaster +SELECT T2.Name , T1.Name FROM country AS T1 JOIN roller_coaster AS T2 ON T1.Country_ID = T2.Country_ID roller_coaster +SELECT T1.Name FROM country AS T1 JOIN roller_coaster AS T2 ON T1.Country_ID = T2.Country_ID GROUP BY T1.Name HAVING COUNT(*) > 1 roller_coaster +SELECT T1.Name , T1.population FROM country AS T1 JOIN roller_coaster AS T2 ON T1.Country_ID = T2.Country_ID ORDER BY T2.Height DESC LIMIT 1 roller_coaster +SELECT T1.Name , avg(T2.Speed) FROM country AS T1 JOIN roller_coaster AS T2 ON T1.Country_ID = T2.Country_ID GROUP BY T1.Name roller_coaster +SELECT count(*) FROM country WHERE country_id NOT IN ( SELECT country_id FROM roller_coaster WHERE LENGTH > 3000 ) roller_coaster +SELECT T1.name , T1.area , T1.population FROM country AS T1 JOIN roller_coaster AS T2 ON T1.Country_ID = T2.Country_ID WHERE T2.speed > 60 INTERSECT SELECT T1.name , T1.area , T1.population FROM country AS T1 JOIN roller_coaster AS T2 ON T1.Country_ID = T2.Country_ID WHERE T2.speed < 55 roller_coaster +SELECT count(DISTINCT rank) FROM captain ship_1 +SELECT count(DISTINCT rank) FROM captain ship_1 +SELECT count(*) , rank FROM captain GROUP BY rank ship_1 +SELECT count(*) , rank FROM captain GROUP BY rank ship_1 +SELECT count(*) , rank FROM captain WHERE age < 50 GROUP BY rank ship_1 +SELECT count(*) , rank FROM captain WHERE age < 50 GROUP BY rank ship_1 +SELECT name FROM captain ORDER BY age DESC ship_1 +SELECT name FROM captain ORDER BY age DESC ship_1 +SELECT name , CLASS , rank FROM captain ship_1 +SELECT name , CLASS , rank FROM captain ship_1 +SELECT rank FROM captain GROUP BY rank ORDER BY count(*) DESC LIMIT 1 ship_1 +SELECT rank FROM captain GROUP BY rank ORDER BY count(*) DESC LIMIT 1 ship_1 +SELECT CLASS FROM captain GROUP BY CLASS HAVING count(*) > 2 ship_1 +SELECT CLASS FROM captain GROUP BY CLASS HAVING count(*) > 2 ship_1 +SELECT name FROM captain WHERE rank = 'Midshipman' OR rank = 'Lieutenant' ship_1 +SELECT name FROM captain WHERE rank = 'Midshipman' OR rank = 'Lieutenant' ship_1 +SELECT avg(age) , min(age) , CLASS FROM captain GROUP BY CLASS ship_1 +SELECT avg(age) , min(age) , CLASS FROM captain GROUP BY CLASS ship_1 +SELECT rank FROM captain WHERE CLASS = 'Cutter' INTERSECT SELECT rank FROM captain WHERE CLASS = 'Armed schooner' ship_1 +SELECT rank FROM captain WHERE CLASS = 'Cutter' INTERSECT SELECT rank FROM captain WHERE CLASS = 'Armed schooner' ship_1 +SELECT rank FROM captain EXCEPT SELECT rank FROM captain WHERE CLASS = 'Third-rate ship of the line' ship_1 +SELECT rank FROM captain EXCEPT SELECT rank FROM captain WHERE CLASS = 'Third-rate ship of the line' ship_1 +SELECT name FROM captain ORDER BY age LIMIT 1 ship_1 +SELECT name FROM captain ORDER BY age LIMIT 1 ship_1 +SELECT count(*) FROM ship ship_1 +SELECT count(*) FROM ship ship_1 +SELECT name , TYPE , flag FROM ship ORDER BY built_year DESC LIMIT 1 ship_1 +SELECT name , TYPE , flag FROM ship ORDER BY built_year DESC LIMIT 1 ship_1 +SELECT count(*) , flag FROM ship GROUP BY flag ship_1 +SELECT count(*) , flag FROM ship GROUP BY flag ship_1 +SELECT flag FROM ship GROUP BY flag ORDER BY count(*) DESC LIMIT 1 ship_1 +SELECT flag FROM ship GROUP BY flag ORDER BY count(*) DESC LIMIT 1 ship_1 +SELECT name FROM ship ORDER BY built_year , CLASS ship_1 +SELECT name FROM ship ORDER BY built_year , CLASS ship_1 +SELECT TYPE FROM ship WHERE flag = 'Panama' INTERSECT SELECT TYPE FROM ship WHERE flag = 'Malta' ship_1 +SELECT TYPE FROM ship WHERE flag = 'Panama' INTERSECT SELECT TYPE FROM ship WHERE flag = 'Malta' ship_1 +SELECT built_year FROM ship GROUP BY built_year ORDER BY count(*) DESC LIMIT 1 ship_1 +SELECT built_year FROM ship GROUP BY built_year ORDER BY count(*) DESC LIMIT 1 ship_1 +SELECT t1.name FROM ship AS t1 JOIN captain AS t2 ON t1.ship_id = t2.ship_id GROUP BY t2.ship_id HAVING count(*) > 1 ship_1 +SELECT t1.name FROM ship AS t1 JOIN captain AS t2 ON t1.ship_id = t2.ship_id GROUP BY t2.ship_id HAVING count(*) > 1 ship_1 +SELECT name , CLASS FROM ship WHERE ship_id NOT IN (SELECT ship_id FROM captain) ship_1 +SELECT name , CLASS FROM ship WHERE ship_id NOT IN (SELECT ship_id FROM captain) ship_1 +SELECT t1.name FROM ship AS t1 JOIN captain AS t2 ON t1.ship_id = t2.ship_id ORDER BY t2.age LIMIT 1 ship_1 +SELECT t1.name FROM ship AS t1 JOIN captain AS t2 ON t1.ship_id = t2.ship_id ORDER BY t2.age LIMIT 1 ship_1 +SELECT name , flag FROM ship WHERE ship_id NOT IN (SELECT ship_id FROM captain WHERE rank = 'Midshipman') ship_1 +SELECT name , flag FROM ship WHERE ship_id NOT IN (SELECT ship_id FROM captain WHERE rank = 'Midshipman') ship_1 +SELECT t1.name FROM ship AS t1 JOIN captain AS t2 ON t1.ship_id = t2.ship_id WHERE t2.rank = 'Midshipman' INTERSECT SELECT t1.name FROM ship AS t1 JOIN captain AS t2 ON t1.ship_id = t2.ship_id WHERE t2.rank = 'Lieutenant' ship_1 +SELECT t1.name FROM ship AS t1 JOIN captain AS t2 ON t1.ship_id = t2.ship_id WHERE t2.rank = 'Midshipman' INTERSECT SELECT t1.name FROM ship AS t1 JOIN captain AS t2 ON t1.ship_id = t2.ship_id WHERE t2.rank = 'Lieutenant' ship_1 +SELECT host_city FROM hosting_city ORDER BY YEAR DESC LIMIT 1 city_record +SELECT host_city FROM hosting_city ORDER BY YEAR DESC LIMIT 1 city_record +SELECT match_id FROM MATCH WHERE competition = "1994 FIFA World Cup qualification" city_record +SELECT match_id FROM MATCH WHERE competition = "1994 FIFA World Cup qualification" city_record +SELECT T1.city FROM city AS T1 JOIN hosting_city AS T2 ON T1.city_id = T2.host_city WHERE T2.year > 2010 city_record +SELECT T1.city FROM city AS T1 JOIN hosting_city AS T2 ON T1.city_id = T2.host_city WHERE T2.year > 2010 city_record +SELECT T1.city FROM city AS T1 JOIN hosting_city AS T2 ON T1.city_id = T2.host_city GROUP BY T2.host_city ORDER BY count(*) DESC LIMIT 1 city_record +SELECT T1.city FROM city AS T1 JOIN hosting_city AS T2 ON T1.city_id = T2.host_city GROUP BY T2.host_city ORDER BY count(*) DESC LIMIT 1 city_record +SELECT T3.venue FROM city AS T1 JOIN hosting_city AS T2 ON T1.city_id = T2.host_city JOIN MATCH AS T3 ON T2.match_id = T3.match_id WHERE T1.city = "Nanjing ( Jiangsu )" AND T3.competition = "1994 FIFA World Cup qualification" city_record +SELECT T3.venue FROM city AS T1 JOIN hosting_city AS T2 ON T1.city_id = T2.host_city JOIN MATCH AS T3 ON T2.match_id = T3.match_id WHERE T1.city = "Nanjing ( Jiangsu )" AND T3.competition = "1994 FIFA World Cup qualification" city_record +SELECT T2.Jan FROM city AS T1 JOIN temperature AS T2 ON T1.city_id = T2.city_id WHERE T1.city = "Shanghai" city_record +SELECT T2.Jan FROM city AS T1 JOIN temperature AS T2 ON T1.city_id = T2.city_id WHERE T1.city = "Shanghai" city_record +SELECT T2.year FROM city AS T1 JOIN hosting_city AS T2 ON T1.city_id = T2.host_city WHERE T1.city = "Taizhou ( Zhejiang )" city_record +SELECT T2.year FROM city AS T1 JOIN hosting_city AS T2 ON T1.city_id = T2.host_city WHERE T1.city = "Taizhou ( Zhejiang )" city_record +SELECT city FROM city ORDER BY regional_population DESC LIMIT 3 city_record +SELECT city FROM city ORDER BY regional_population DESC LIMIT 3 city_record +SELECT city , GDP FROM city ORDER BY GDP LIMIT 1 city_record +SELECT city , GDP FROM city ORDER BY GDP LIMIT 1 city_record +SELECT T1.city FROM city AS T1 JOIN temperature AS T2 ON T1.city_id = T2.city_id ORDER BY T2.Feb DESC LIMIT 1 city_record +SELECT T1.city FROM city AS T1 JOIN temperature AS T2 ON T1.city_id = T2.city_id ORDER BY T2.Feb DESC LIMIT 1 city_record +SELECT T1.city FROM city AS T1 JOIN temperature AS T2 ON T1.city_id = T2.city_id WHERE T2.Mar < T2.Jul OR T2.Mar > T2.Oct city_record +SELECT T1.city FROM city AS T1 JOIN temperature AS T2 ON T1.city_id = T2.city_id WHERE T2.Mar < T2.Jul OR T2.Mar > T2.Oct city_record +SELECT T1.city FROM city AS T1 JOIN temperature AS T2 ON T1.city_id = T2.city_id WHERE T2.Mar < T2.Jul INTERSECT SELECT T3.city FROM city AS T3 JOIN hosting_city AS T4 ON T3.city_id = T4.host_city city_record +SELECT T1.city FROM city AS T1 JOIN temperature AS T2 ON T1.city_id = T2.city_id WHERE T2.Mar < T2.Jul INTERSECT SELECT T3.city FROM city AS T3 JOIN hosting_city AS T4 ON T3.city_id = T4.host_city city_record +SELECT T1.city FROM city AS T1 JOIN temperature AS T2 ON T1.city_id = T2.city_id WHERE T2.Mar < T2.Dec EXCEPT SELECT T3.city FROM city AS T3 JOIN hosting_city AS T4 ON T3.city_id = T4.host_city city_record +SELECT T1.city FROM city AS T1 JOIN temperature AS T2 ON T1.city_id = T2.city_id WHERE T2.Mar < T2.Dec EXCEPT SELECT T3.city FROM city AS T3 JOIN hosting_city AS T4 ON T3.city_id = T4.host_city city_record +SELECT T1.city FROM city AS T1 JOIN temperature AS T2 ON T1.city_id = T2.city_id WHERE T2.Feb > T2.Jun UNION SELECT T3.city FROM city AS T3 JOIN hosting_city AS T4 ON T3.city_id = T4.host_city city_record +SELECT T1.city FROM city AS T1 JOIN temperature AS T2 ON T1.city_id = T2.city_id WHERE T2.Feb > T2.Jun UNION SELECT T3.city FROM city AS T3 JOIN hosting_city AS T4 ON T3.city_id = T4.host_city city_record +SELECT city FROM city WHERE regional_population > 10000000 city_record +SELECT city FROM city WHERE regional_population > 10000000 city_record +SELECT city FROM city WHERE regional_population > 10000000 UNION SELECT city FROM city WHERE regional_population < 5000000 city_record +SELECT city FROM city WHERE regional_population > 10000000 UNION SELECT city FROM city WHERE regional_population < 5000000 city_record +SELECT count(*) , Competition FROM MATCH GROUP BY Competition city_record +SELECT count(*) , Competition FROM MATCH GROUP BY Competition city_record +SELECT venue FROM MATCH ORDER BY date DESC city_record +SELECT venue FROM MATCH ORDER BY date DESC city_record +SELECT gdp FROM city ORDER BY Regional_Population DESC LIMIT 1 city_record +SELECT gdp FROM city ORDER BY Regional_Population DESC LIMIT 1 city_record +SELECT t1.gdp , t1.Regional_Population FROM city AS T1 JOIN hosting_city AS T2 ON T1.city_id = T2.host_city GROUP BY t2.Host_City HAVING count(*) > 1 city_record +SELECT t1.gdp , t1.Regional_Population FROM city AS T1 JOIN hosting_city AS T2 ON T1.city_id = T2.host_city GROUP BY t2.Host_City HAVING count(*) > 1 city_record +SELECT individual_first_name , individual_middle_name , individual_last_name FROM individuals ORDER BY individual_last_name e_government +SELECT individual_first_name , individual_middle_name , individual_last_name FROM individuals ORDER BY individual_last_name e_government +SELECT DISTINCT form_type_code FROM forms e_government +SELECT DISTINCT form_type_code FROM forms e_government +SELECT t1.form_name FROM forms AS t1 JOIN party_forms AS t2 ON t1.form_id = t2.form_id GROUP BY t2.form_id ORDER BY count(*) DESC LIMIT 1 e_government +SELECT t1.form_name FROM forms AS t1 JOIN party_forms AS t2 ON t1.form_id = t2.form_id GROUP BY t2.form_id ORDER BY count(*) DESC LIMIT 1 e_government +SELECT payment_method_code , party_phone FROM parties WHERE party_email = "enrico09@example.com" e_government +SELECT payment_method_code , party_phone FROM parties WHERE party_email = "enrico09@example.com" e_government +SELECT t1.party_email FROM parties AS t1 JOIN party_forms AS t2 ON t1.party_id = t2.party_id WHERE t2.form_id = (SELECT form_id FROM party_forms GROUP BY form_id ORDER BY count(*) DESC LIMIT 1) e_government +SELECT t1.party_email FROM parties AS t1 JOIN party_forms AS t2 ON t1.party_id = t2.party_id WHERE t2.form_id = (SELECT form_id FROM party_forms GROUP BY form_id ORDER BY count(*) DESC LIMIT 1) e_government +SELECT organization_name FROM organizations ORDER BY date_formed ASC e_government +SELECT organization_name FROM organizations ORDER BY date_formed ASC e_government +SELECT organization_name FROM organizations ORDER BY date_formed DESC LIMIT 1 e_government +SELECT organization_name FROM organizations ORDER BY date_formed DESC LIMIT 1 e_government +SELECT t3.individual_last_name FROM organizations AS t1 JOIN organization_contact_individuals AS t2 ON t1.organization_id = t2.organization_id JOIN individuals AS t3 ON t2.individual_id = t3.individual_id WHERE t1.organization_name = "Labour Party" ORDER BY t2.date_contact_to DESC LIMIT 1 e_government +SELECT t3.individual_last_name FROM organizations AS t1 JOIN organization_contact_individuals AS t2 ON t1.organization_id = t2.organization_id JOIN individuals AS t3 ON t2.individual_id = t3.individual_id WHERE t1.organization_name = "Labour Party" ORDER BY t2.date_contact_to DESC LIMIT 1 e_government +SELECT t3.individual_last_name FROM organizations AS t1 JOIN organization_contact_individuals AS t2 ON t1.organization_id = t2.organization_id JOIN individuals AS t3 ON t2.individual_id = t3.individual_id WHERE t1.uk_vat_number = (SELECT max(uk_vat_number) FROM organizations) ORDER BY t2.date_contact_to ASC LIMIT 1 e_government +SELECT t3.individual_last_name FROM organizations AS t1 JOIN organization_contact_individuals AS t2 ON t1.organization_id = t2.organization_id JOIN individuals AS t3 ON t2.individual_id = t3.individual_id WHERE t1.uk_vat_number = (SELECT max(uk_vat_number) FROM organizations) ORDER BY t2.date_contact_to ASC LIMIT 1 e_government +SELECT count(*) FROM services e_government +SELECT count(*) FROM services e_government +SELECT service_name FROM services EXCEPT SELECT t1.service_name FROM services AS t1 JOIN party_services AS t2 ON t1.service_id = t2.service_id e_government +SELECT service_name FROM services EXCEPT SELECT t1.service_name FROM services AS t1 JOIN party_services AS t2 ON t1.service_id = t2.service_id e_government +SELECT town_city FROM addresses UNION SELECT state_province_county FROM addresses e_government +SELECT town_city FROM addresses UNION SELECT state_province_county FROM addresses e_government +SELECT count(*) FROM addresses WHERE state_province_county = "Colorado" e_government +SELECT count(*) FROM addresses WHERE state_province_county = "Colorado" e_government +SELECT payment_method_code FROM parties GROUP BY payment_method_code HAVING count(*) > 3 e_government +SELECT payment_method_code FROM parties GROUP BY payment_method_code HAVING count(*) > 3 e_government +SELECT organization_name FROM organizations WHERE organization_name LIKE "%Party%" e_government +SELECT organization_name FROM organizations WHERE organization_name LIKE "%Party%" e_government +SELECT count(DISTINCT payment_method_code) FROM parties e_government +SELECT count(DISTINCT payment_method_code) FROM parties e_government +SELECT t1.party_email FROM parties AS t1 JOIN party_services AS t2 ON t1.party_id = t2.customer_id GROUP BY t1.party_email ORDER BY count(*) DESC LIMIT 1 e_government +SELECT t1.party_email FROM parties AS t1 JOIN party_services AS t2 ON t1.party_id = t2.customer_id GROUP BY t1.party_email ORDER BY count(*) DESC LIMIT 1 e_government +SELECT state_province_county FROM addresses WHERE line_1_number_building LIKE "%6862 Kaitlyn Knolls%" e_government +SELECT state_province_county FROM addresses WHERE line_1_number_building LIKE "%6862 Kaitlyn Knolls%" e_government +SELECT t1.organization_name FROM organizations AS t1 JOIN organization_contact_individuals AS t2 ON t1.organization_id = t2.organization_id GROUP BY t1.organization_name ORDER BY count(*) DESC LIMIT 1 e_government +SELECT t1.organization_name FROM organizations AS t1 JOIN organization_contact_individuals AS t2 ON t1.organization_id = t2.organization_id GROUP BY t1.organization_name ORDER BY count(*) DESC LIMIT 1 e_government +SELECT DISTINCT t1.individual_last_name FROM individuals AS t1 JOIN organization_contact_individuals AS t2 ON t1.individual_id = t2.individual_id e_government +SELECT DISTINCT t1.individual_last_name FROM individuals AS t1 JOIN organization_contact_individuals AS t2 ON t1.individual_id = t2.individual_id e_government +SELECT count(*) FROM driver school_bus +SELECT name , home_city , age FROM driver school_bus +SELECT party , count(*) FROM driver GROUP BY party school_bus +SELECT name FROM driver ORDER BY age DESC school_bus +SELECT DISTINCT home_city FROM driver school_bus +SELECT home_city FROM driver GROUP BY home_city ORDER BY count(*) DESC LIMIT 1 school_bus +SELECT party FROM driver WHERE home_city = 'Hartford' AND age > 40 school_bus +SELECT home_city FROM driver WHERE age > 40 GROUP BY home_city HAVING count(*) >= 2 school_bus +SELECT home_city FROM driver EXCEPT SELECT home_city FROM driver WHERE age > 40 school_bus +SELECT name FROM driver WHERE driver_id NOT IN (SELECT driver_id FROM school_bus) school_bus +SELECT TYPE FROM school GROUP BY TYPE HAVING count(*) = 2 school_bus +SELECT T2.school , T3.name FROM school_bus AS T1 JOIN school AS T2 ON T1.school_id = T2.school_id JOIN driver AS T3 ON T1.driver_id = T3.driver_id school_bus +SELECT max(years_working) , min(years_working) , avg(years_working) FROM school_bus school_bus +SELECT school , TYPE FROM school WHERE school_id NOT IN (SELECT school_id FROM school_bus) school_bus +SELECT T2.type , count(*) FROM school_bus AS T1 JOIN school AS T2 ON T1.school_id = T2.school_id GROUP BY T2.type school_bus +SELECT count(*) FROM driver WHERE home_city = 'Hartford' OR age < 40 school_bus +SELECT name FROM driver WHERE home_city = 'Hartford' AND age < 40 school_bus +SELECT t1.name FROM driver AS t1 JOIN school_bus AS t2 ON t1.driver_id = t2.driver_id ORDER BY years_working DESC LIMIT 1 school_bus +SELECT count(*) FROM flight WHERE velocity > 200 flight_company +SELECT vehicle_flight_number , date , pilot FROM flight ORDER BY altitude ASC flight_company +SELECT id , country , city , name FROM airport ORDER BY name flight_company +SELECT max(group_equity_shareholding) FROM operate_company flight_company +SELECT avg(velocity) FROM flight WHERE pilot = 'Thompson' flight_company +SELECT T1.name , T1.type FROM operate_company AS T1 JOIN flight AS t2 ON T1.id = T2.company_id flight_company +SELECT name FROM airport WHERE country != 'Iceland' flight_company +SELECT DISTINCT T1.type FROM operate_company AS T1 JOIN flight AS t2 ON T1.id = T2.company_id WHERE T2.velocity < 200 flight_company +SELECT T1.id , T1.name FROM operate_company AS T1 JOIN flight AS t2 ON T1.id = T2.company_id GROUP BY T1.id HAVING count(*) > 1 flight_company +SELECT T1.id , T1.name , T1.IATA FROM airport AS T1 JOIN flight AS T2 ON T1.id = T2.airport_id GROUP BY T2.id ORDER BY count(*) DESC LIMIT 1 flight_company +SELECT DISTINCT T2.pilot FROM airport AS T1 JOIN flight AS T2 ON T1.id = T2.airport_id WHERE T1.country = 'United States' OR T1.name = 'Billund Airport' flight_company +SELECT TYPE , count(*) FROM operate_company GROUP BY TYPE ORDER BY count(*) DESC LIMIT 1 flight_company +SELECT count(*) FROM airport WHERE id NOT IN ( SELECT airport_id FROM flight WHERE pilot = 'Thompson' ); flight_company +SELECT T2.pilot FROM operate_company AS T1 JOIN flight AS t2 ON T1.id = T2.company_id WHERE T1.principal_activities = 'Cargo' INTERSECT SELECT T2.pilot FROM operate_company AS T1 JOIN flight AS t2 ON T1.id = T2.company_id WHERE T1.principal_activities = 'Catering services' flight_company +SELECT name FROM airport WHERE name LIKE '%international%' flight_company +SELECT T3.id , count(*) FROM operate_company AS T1 JOIN flight AS t2 ON T1.id = T2.company_id JOIN airport AS T3 ON T2.airport_id = T3.id GROUP BY T3.id flight_company +SELECT count(*) , country FROM airport GROUP BY country flight_company +SELECT country FROM airport GROUP BY country HAVING count(*) > 2 flight_company +SELECT pilot FROM flight GROUP BY pilot ORDER BY count(*) DESC LIMIT 1 flight_company +SELECT count(*) FROM Accounts cre_Docs_and_Epenses +SELECT count(*) FROM Accounts cre_Docs_and_Epenses +SELECT account_id , account_details FROM Accounts cre_Docs_and_Epenses +SELECT account_id , account_details FROM Accounts cre_Docs_and_Epenses +SELECT count(*) FROM Statements cre_Docs_and_Epenses +SELECT count(*) FROM Statements cre_Docs_and_Epenses +SELECT STATEMENT_ID , statement_details FROM Statements cre_Docs_and_Epenses +SELECT STATEMENT_ID , statement_details FROM Statements cre_Docs_and_Epenses +SELECT T1.statement_id , T2.statement_details , T1.account_details FROM Accounts AS T1 JOIN Statements AS T2 ON T1.statement_id = T2.statement_id cre_Docs_and_Epenses +SELECT T1.statement_id , T2.statement_details , T1.account_details FROM Accounts AS T1 JOIN Statements AS T2 ON T1.statement_id = T2.statement_id cre_Docs_and_Epenses +SELECT STATEMENT_ID , count(*) FROM Accounts GROUP BY STATEMENT_ID cre_Docs_and_Epenses +SELECT STATEMENT_ID , count(*) FROM Accounts GROUP BY STATEMENT_ID cre_Docs_and_Epenses +SELECT T1.statement_id , T2.statement_details FROM Accounts AS T1 JOIN Statements AS T2 ON T1.statement_id = T2.statement_id GROUP BY T1.statement_id ORDER BY count(*) DESC LIMIT 1 cre_Docs_and_Epenses +SELECT T1.statement_id , T2.statement_details FROM Accounts AS T1 JOIN Statements AS T2 ON T1.statement_id = T2.statement_id GROUP BY T1.statement_id ORDER BY count(*) DESC LIMIT 1 cre_Docs_and_Epenses +SELECT count(*) FROM Documents cre_Docs_and_Epenses +SELECT count(*) FROM Documents cre_Docs_and_Epenses +SELECT document_type_code , document_name , document_description FROM Documents WHERE document_name = 'Noel CV' OR document_name = 'King Book' cre_Docs_and_Epenses +SELECT document_type_code , document_name , document_description FROM Documents WHERE document_name = 'Noel CV' OR document_name = 'King Book' cre_Docs_and_Epenses +SELECT document_id , document_name FROM Documents cre_Docs_and_Epenses +SELECT document_id , document_name FROM Documents cre_Docs_and_Epenses +SELECT document_name , document_id FROM Documents WHERE document_type_code = "BK" cre_Docs_and_Epenses +SELECT document_name , document_id FROM Documents WHERE document_type_code = "BK" cre_Docs_and_Epenses +SELECT count(*) , project_id FROM Documents WHERE document_type_code = "BK" GROUP BY project_id cre_Docs_and_Epenses +SELECT count(*) , project_id FROM Documents WHERE document_type_code = "BK" GROUP BY project_id cre_Docs_and_Epenses +SELECT document_name , document_date FROM Documents AS T1 JOIN projects AS T2 ON T1.project_id = T2.project_id WHERE T2.project_details = 'Graph Database project' cre_Docs_and_Epenses +SELECT document_name , document_date FROM Documents AS T1 JOIN projects AS T2 ON T1.project_id = T2.project_id WHERE T2.project_details = 'Graph Database project' cre_Docs_and_Epenses +SELECT project_id , count(*) FROM Documents GROUP BY project_id cre_Docs_and_Epenses +SELECT project_id , count(*) FROM Documents GROUP BY project_id cre_Docs_and_Epenses +SELECT project_id FROM Documents GROUP BY project_id ORDER BY count(*) ASC LIMIT 1 cre_Docs_and_Epenses +SELECT project_id FROM Documents GROUP BY project_id ORDER BY count(*) ASC LIMIT 1 cre_Docs_and_Epenses +SELECT project_id FROM Documents GROUP BY project_id HAVING count(*) >= 2 cre_Docs_and_Epenses +SELECT project_id FROM Documents GROUP BY project_id HAVING count(*) >= 2 cre_Docs_and_Epenses +SELECT document_type_code , count(*) FROM Documents GROUP BY document_type_code cre_Docs_and_Epenses +SELECT document_type_code , count(*) FROM Documents GROUP BY document_type_code cre_Docs_and_Epenses +SELECT document_type_code FROM Documents GROUP BY document_type_code ORDER BY count(*) DESC LIMIT 1 cre_Docs_and_Epenses +SELECT document_type_code FROM Documents GROUP BY document_type_code ORDER BY count(*) DESC LIMIT 1 cre_Docs_and_Epenses +SELECT document_type_code FROM Documents GROUP BY document_type_code HAVING count(*) < 3 cre_Docs_and_Epenses +SELECT document_type_code FROM Documents GROUP BY document_type_code HAVING count(*) < 3 cre_Docs_and_Epenses +SELECT T1.statement_details , T2.document_name FROM Statements AS T1 JOIN Documents AS T2 ON T1.statement_id = T2.document_id WHERE T1.statement_details = 'Private Project' cre_Docs_and_Epenses +SELECT T1.statement_details , T2.document_name FROM Statements AS T1 JOIN Documents AS T2 ON T1.statement_id = T2.document_id WHERE T1.statement_details = 'Private Project' cre_Docs_and_Epenses +SELECT document_type_code , document_type_name , document_type_description FROM Ref_document_types cre_Docs_and_Epenses +SELECT document_type_code , document_type_name , document_type_description FROM Ref_document_types cre_Docs_and_Epenses +SELECT document_type_description FROM Ref_document_types WHERE document_type_name = "Film" cre_Docs_and_Epenses +SELECT document_type_description FROM Ref_document_types WHERE document_type_name = "Film" cre_Docs_and_Epenses +SELECT T1.document_type_name , T1.document_type_description , T2.Document_date FROM Ref_document_types AS T1 JOIN Documents AS T2 ON T1.document_type_code = T2.document_type_code cre_Docs_and_Epenses +SELECT T1.document_type_name , T1.document_type_description , T2.Document_date FROM Ref_document_types AS T1 JOIN Documents AS T2 ON T1.document_type_code = T2.document_type_code cre_Docs_and_Epenses +SELECT count(*) FROM Projects cre_Docs_and_Epenses +SELECT count(*) FROM Projects cre_Docs_and_Epenses +SELECT project_id , project_details FROM Projects cre_Docs_and_Epenses +SELECT project_id , project_details FROM Projects cre_Docs_and_Epenses +SELECT T1.project_id , T1.project_details FROM Projects AS T1 JOIN Documents AS T2 ON T1.project_id = T2.project_id GROUP BY T1.project_id HAVING count(*) > 2 cre_Docs_and_Epenses +SELECT T1.project_id , T1.project_details FROM Projects AS T1 JOIN Documents AS T2 ON T1.project_id = T2.project_id GROUP BY T1.project_id HAVING count(*) > 2 cre_Docs_and_Epenses +SELECT T1.project_details FROM Projects AS T1 JOIN Documents AS T2 ON T1.project_id = T2.project_id WHERE T2.document_name = "King Book" cre_Docs_and_Epenses +SELECT T1.project_details FROM Projects AS T1 JOIN Documents AS T2 ON T1.project_id = T2.project_id WHERE T2.document_name = "King Book" cre_Docs_and_Epenses +SELECT count(*) FROM Ref_budget_codes cre_Docs_and_Epenses +SELECT count(*) FROM Ref_budget_codes cre_Docs_and_Epenses +SELECT budget_type_code , budget_type_description FROM Ref_budget_codes cre_Docs_and_Epenses +SELECT budget_type_code , budget_type_description FROM Ref_budget_codes cre_Docs_and_Epenses +SELECT budget_type_description FROM Ref_budget_codes WHERE budget_type_code = "ORG" cre_Docs_and_Epenses +SELECT budget_type_description FROM Ref_budget_codes WHERE budget_type_code = "ORG" cre_Docs_and_Epenses +SELECT count(*) FROM Documents_with_expenses cre_Docs_and_Epenses +SELECT count(*) FROM Documents_with_expenses cre_Docs_and_Epenses +SELECT document_id FROM Documents_with_expenses WHERE budget_type_code = 'SF' cre_Docs_and_Epenses +SELECT document_id FROM Documents_with_expenses WHERE budget_type_code = 'SF' cre_Docs_and_Epenses +SELECT T2.budget_type_code , T2.budget_type_description , T1.document_id FROM Documents_with_expenses AS T1 JOIN Ref_budget_codes AS T2 ON T1.budget_type_code = T2.budget_type_code cre_Docs_and_Epenses +SELECT T2.budget_type_code , T2.budget_type_description , T1.document_id FROM Documents_with_expenses AS T1 JOIN Ref_budget_codes AS T2 ON T1.budget_type_code = T2.budget_type_code cre_Docs_and_Epenses +SELECT T1.document_id FROM Documents_with_expenses AS T1 JOIN Ref_Budget_Codes AS T2 ON T1.Budget_Type_code = T2.Budget_Type_code WHERE T2.budget_type_Description = "Government" cre_Docs_and_Epenses +SELECT T1.document_id FROM Documents_with_expenses AS T1 JOIN Ref_Budget_Codes AS T2 ON T1.Budget_Type_code = T2.Budget_Type_code WHERE T2.budget_type_Description = "Government" cre_Docs_and_Epenses +SELECT budget_type_code , count(*) FROM Documents_with_expenses GROUP BY budget_type_code cre_Docs_and_Epenses +SELECT budget_type_code , count(*) FROM Documents_with_expenses GROUP BY budget_type_code cre_Docs_and_Epenses +SELECT budget_type_code FROM Documents_with_expenses GROUP BY budget_type_code ORDER BY count(*) DESC LIMIT 1 cre_Docs_and_Epenses +SELECT budget_type_code FROM Documents_with_expenses GROUP BY budget_type_code ORDER BY count(*) DESC LIMIT 1 cre_Docs_and_Epenses +SELECT document_id FROM Documents EXCEPT SELECT document_id FROM Documents_with_expenses cre_Docs_and_Epenses +SELECT document_id FROM Documents EXCEPT SELECT document_id FROM Documents_with_expenses cre_Docs_and_Epenses +SELECT document_id FROM Documents WHERE document_type_code = "CV" EXCEPT SELECT document_id FROM Documents_with_expenses cre_Docs_and_Epenses +SELECT document_id FROM Documents WHERE document_type_code = "CV" EXCEPT SELECT document_id FROM Documents_with_expenses cre_Docs_and_Epenses +SELECT T1.document_id FROM Documents AS T1 JOIN Documents_with_expenses AS T2 ON T1.document_id = T2.document_id WHERE T1.document_name LIKE '%s%' cre_Docs_and_Epenses +SELECT T1.document_id FROM Documents AS T1 JOIN Documents_with_expenses AS T2 ON T1.document_id = T2.document_id WHERE T1.document_name LIKE '%s%' cre_Docs_and_Epenses +SELECT count(*) FROM Documents WHERE document_id NOT IN ( SELECT document_id FROM Documents_with_expenses ) cre_Docs_and_Epenses +SELECT count(*) FROM Documents WHERE document_id NOT IN ( SELECT document_id FROM Documents_with_expenses ) cre_Docs_and_Epenses +SELECT T1.document_date FROM Documents AS T1 JOIN Documents_with_Expenses AS T2 ON T1.document_id = T2.document_id WHERE T2.budget_type_code = 'GV' INTERSECT SELECT T1.document_date FROM Documents AS T1 JOIN Documents_with_Expenses AS T2 ON T1.document_id = T2.document_id WHERE T2.budget_type_code = 'SF' cre_Docs_and_Epenses +SELECT T1.document_date FROM Documents AS T1 JOIN Documents_with_Expenses AS T2 ON T1.document_id = T2.document_id WHERE T2.budget_type_code = 'GV' INTERSECT SELECT T1.document_date FROM Documents AS T1 JOIN Documents_with_Expenses AS T2 ON T1.document_id = T2.document_id WHERE T2.budget_type_code = 'SF' cre_Docs_and_Epenses +SELECT max(Account_details) FROM Accounts UNION SELECT Account_details FROM Accounts WHERE Account_details LIKE "%5%" cre_Docs_and_Epenses +SELECT max(Account_details) FROM Accounts UNION SELECT Account_details FROM Accounts WHERE Account_details LIKE "%5%" cre_Docs_and_Epenses +SELECT count(*) FROM scientists scientist_1 +SELECT count(*) FROM scientists scientist_1 +SELECT sum(hours) FROM projects scientist_1 +SELECT sum(hours) FROM projects scientist_1 +SELECT count(DISTINCT scientist) FROM assignedto scientist_1 +SELECT count(DISTINCT scientist) FROM assignedto scientist_1 +SELECT count(DISTINCT name) FROM projects scientist_1 +SELECT count(DISTINCT name) FROM projects scientist_1 +SELECT avg(hours) FROM projects scientist_1 +SELECT avg(hours) FROM projects scientist_1 +SELECT name FROM projects ORDER BY hours DESC LIMIT 1 scientist_1 +SELECT name FROM projects ORDER BY hours DESC LIMIT 1 scientist_1 +SELECT name FROM projects WHERE hours > (SELECT avg(hours) FROM projects) scientist_1 +SELECT name FROM projects WHERE hours > (SELECT avg(hours) FROM projects) scientist_1 +SELECT T1.name , T1.hours FROM projects AS T1 JOIN assignedto AS T2 ON T1.code = T2.project GROUP BY T2.project ORDER BY count(*) DESC LIMIT 1 scientist_1 +SELECT T1.name , T1.hours FROM projects AS T1 JOIN assignedto AS T2 ON T1.code = T2.project GROUP BY T2.project ORDER BY count(*) DESC LIMIT 1 scientist_1 +SELECT T2.name FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T3.name LIKE '%Smith%' scientist_1 +SELECT T2.name FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T3.name LIKE '%Smith%' scientist_1 +SELECT sum(T2.hours) FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T3.name = 'Michael Rogers' OR T3.name = 'Carol Smith' scientist_1 +SELECT sum(T2.hours) FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T3.name = 'Michael Rogers' OR T3.name = 'Carol Smith' scientist_1 +SELECT name FROM projects WHERE hours BETWEEN 100 AND 300 scientist_1 +SELECT name FROM projects WHERE hours BETWEEN 100 AND 300 scientist_1 +SELECT T3.name FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T2.name = 'Matter of Time' INTERSECT SELECT T3.name FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T2.name = 'A Puzzling Parallax' scientist_1 +SELECT T3.name FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T2.name = 'Matter of Time' INTERSECT SELECT T3.name FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T2.name = 'A Puzzling Parallax' scientist_1 +SELECT name FROM scientists ORDER BY name scientist_1 +SELECT name FROM scientists ORDER BY name scientist_1 +SELECT count(*) , T1.name FROM projects AS T1 JOIN assignedto AS T2 ON T1.code = T2.project GROUP BY T1.name scientist_1 +SELECT count(*) , T1.name FROM projects AS T1 JOIN assignedto AS T2 ON T1.code = T2.project GROUP BY T1.name scientist_1 +SELECT count(*) , T1.name FROM projects AS T1 JOIN assignedto AS T2 ON T1.code = T2.project WHERE T1.hours > 300 GROUP BY T1.name scientist_1 +SELECT count(*) , T1.name FROM projects AS T1 JOIN assignedto AS T2 ON T1.code = T2.project WHERE T1.hours > 300 GROUP BY T1.name scientist_1 +SELECT count(*) , T1.name FROM scientists AS T1 JOIN assignedto AS T2 ON T1.ssn = T2.scientist GROUP BY T1.name scientist_1 +SELECT count(*) , T1.name FROM scientists AS T1 JOIN assignedto AS T2 ON T1.ssn = T2.scientist GROUP BY T1.name scientist_1 +SELECT T3.ssn , T3.name FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T2.hours = (SELECT max(hours) FROM projects) scientist_1 +SELECT T3.ssn , T3.name FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T2.hours = (SELECT max(hours) FROM projects) scientist_1 +SELECT T2.name FROM assignedto AS T1 JOIN scientists AS T2 ON T1.scientist = T2.ssn scientist_1 +SELECT T2.name FROM assignedto AS T1 JOIN scientists AS T2 ON T1.scientist = T2.ssn scientist_1 +SELECT Name FROM Projects WHERE Code NOT IN (SELECT Project FROM AssignedTo) scientist_1 +SELECT Name FROM Projects WHERE Code NOT IN (SELECT Project FROM AssignedTo) scientist_1 +SELECT Name FROM scientists WHERE ssn NOT IN (SELECT scientist FROM AssignedTo) scientist_1 +SELECT Name FROM scientists WHERE ssn NOT IN (SELECT scientist FROM AssignedTo) scientist_1 +SELECT count(*) FROM scientists WHERE ssn NOT IN (SELECT scientist FROM AssignedTo) scientist_1 +SELECT count(*) FROM scientists WHERE ssn NOT IN (SELECT scientist FROM AssignedTo) scientist_1 +SELECT name FROM scientists EXCEPT SELECT T3.name FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T2.hours = (SELECT max(hours) FROM projects) scientist_1 +SELECT name FROM scientists EXCEPT SELECT T3.name FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T2.hours = (SELECT max(hours) FROM projects) scientist_1 +SELECT T1.Name , T3.Name , T3.Hours FROM Scientists AS T1 JOIN AssignedTo AS T2 ON T1.SSN = T2.Scientist JOIN Projects AS T3 ON T2.Project = T3.Code ORDER BY T3.Name , T1.Name scientist_1 +SELECT T1.Name , T3.Name , T3.Hours FROM Scientists AS T1 JOIN AssignedTo AS T2 ON T1.SSN = T2.Scientist JOIN Projects AS T3 ON T2.Project = T3.Code ORDER BY T3.Name , T1.Name scientist_1 +SELECT T2.name , T3.name FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T2.hours = (SELECT min(hours) FROM projects) scientist_1 +SELECT T2.name , T3.name FROM assignedto AS T1 JOIN projects AS T2 ON T1.project = T2.code JOIN scientists AS T3 ON T1.scientist = T3.SSN WHERE T2.hours = (SELECT min(hours) FROM projects) scientist_1 +SELECT Name FROM WINE ORDER BY Score LIMIT 1 wine_1 +SELECT Name FROM WINE ORDER BY Score LIMIT 1 wine_1 +SELECT Winery FROM WINE ORDER BY SCORE LIMIT 1 wine_1 +SELECT Winery FROM WINE ORDER BY SCORE LIMIT 1 wine_1 +SELECT Name FROM WINE WHERE YEAR = "2008" wine_1 +SELECT Name FROM WINE WHERE YEAR = "2008" wine_1 +SELECT Grape , Appelation FROM WINE wine_1 +SELECT Grape , Appelation FROM WINE wine_1 +SELECT Name , Score FROM WINE wine_1 +SELECT Name , Score FROM WINE wine_1 +SELECT Area , County FROM APPELLATIONS wine_1 +SELECT Area , County FROM APPELLATIONS wine_1 +SELECT Price FROM WINE WHERE YEAR < 2010 wine_1 +SELECT Price FROM WINE WHERE YEAR < 2010 wine_1 +SELECT Name FROM WINE WHERE score > 90 wine_1 +SELECT Name FROM WINE WHERE score > 90 wine_1 +SELECT DISTINCT T2.Name FROM GRAPES AS T1 JOIN WINE AS T2 ON T1.Grape = T2.Grape WHERE T1.Color = "Red" wine_1 +SELECT DISTINCT T2.Name FROM GRAPES AS T1 JOIN WINE AS T2 ON T1.Grape = T2.Grape WHERE T1.Color = "Red" wine_1 +SELECT DISTINCT T2.Name FROM APPELLATIONs AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation WHERE T1.Area = "North Coast" wine_1 +SELECT DISTINCT T2.Name FROM APPELLATIONs AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation WHERE T1.Area = "North Coast" wine_1 +SELECT count(*) FROM WINE WHERE Winery = "Robert Biale" wine_1 +SELECT count(*) FROM WINE WHERE Winery = "Robert Biale" wine_1 +SELECT count(*) FROM APPELLATIONS WHERE County = "Napa" wine_1 +SELECT count(*) FROM APPELLATIONS WHERE County = "Napa" wine_1 +SELECT AVG(T2.Price) FROM APPELLATIONS AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation WHERE T1.County = "Sonoma" wine_1 +SELECT AVG(T2.Price) FROM APPELLATIONS AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation WHERE T1.County = "Sonoma" wine_1 +SELECT T2.Name , T2.Score FROM GRAPES AS T1 JOIN WINE AS T2 ON T1.Grape = T2.Grape WHERE T1.Color = "White" wine_1 +SELECT T2.Name , T2.Score FROM GRAPES AS T1 JOIN WINE AS T2 ON T1.Grape = T2.Grape WHERE T1.Color = "White" wine_1 +SELECT max(T2.Price) FROM APPELLATIONS AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation WHERE T1.Area = "Central Coast" AND T2.year < 2005 wine_1 +SELECT max(T2.Price) FROM APPELLATIONS AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation WHERE T1.Area = "Central Coast" AND T2.year < 2005 wine_1 +SELECT DISTINCT T1.Grape FROM GRAPES AS T1 JOIN WINE AS T2 ON T1.Grape = T2.Grape WHERE T1.Color = "White" AND T2.score > 90 wine_1 +SELECT DISTINCT T1.Grape FROM GRAPES AS T1 JOIN WINE AS T2 ON T1.Grape = T2.Grape WHERE T1.Color = "White" AND T2.score > 90 wine_1 +SELECT T2.Name FROM Grapes AS T1 JOIN WINE AS T2 ON T1.Grape = T2.Grape WHERE T1.Color = "Red" AND T2.price > 50 wine_1 +SELECT T2.Name FROM Grapes AS T1 JOIN WINE AS T2 ON T1.Grape = T2.Grape WHERE T1.Color = "Red" AND T2.price > 50 wine_1 +SELECT T2.Name FROM APPELLATIONS AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation WHERE T1.County = "Monterey" AND T2.price < 50 wine_1 +SELECT T2.Name FROM APPELLATIONS AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation WHERE T1.County = "Monterey" AND T2.price < 50 wine_1 +SELECT count(*) , Grape FROM WINE GROUP BY Grape wine_1 +SELECT count(*) , Grape FROM WINE GROUP BY Grape wine_1 +SELECT avg(Price) , YEAR FROM WINE GROUP BY YEAR wine_1 +SELECT avg(Price) , YEAR FROM WINE GROUP BY YEAR wine_1 +SELECT DISTINCT Name FROM WINE WHERE Price > (SELECT min(Price) FROM wine WHERE Winery = "John Anthony") wine_1 +SELECT DISTINCT Name FROM WINE WHERE Price > (SELECT min(Price) FROM wine WHERE Winery = "John Anthony") wine_1 +SELECT DISTINCT Name FROM WINE ORDER BY Name wine_1 +SELECT DISTINCT Name FROM WINE ORDER BY Name wine_1 +SELECT DISTINCT Name FROM WINE ORDER BY price wine_1 +SELECT DISTINCT Name FROM WINE ORDER BY price wine_1 +SELECT T1.Area FROM APPELLATIONS AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation GROUP BY T2.Appelation HAVING T2.year < 2010 ORDER BY count(*) DESC LIMIT 1 wine_1 +SELECT T1.Area FROM APPELLATIONS AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation GROUP BY T2.Appelation HAVING T2.year < 2010 ORDER BY count(*) DESC LIMIT 1 wine_1 +SELECT T1.Color FROM GRAPES AS T1 JOIN WINE AS T2 ON T1.Grape = T2.Grape GROUP BY T2.Grape ORDER BY AVG(Price) DESC LIMIT 1 wine_1 +SELECT T1.Color FROM GRAPES AS T1 JOIN WINE AS T2 ON T1.Grape = T2.Grape GROUP BY T2.Grape ORDER BY AVG(Price) DESC LIMIT 1 wine_1 +SELECT DISTINCT Name FROM WINE WHERE YEAR < 2000 OR YEAR > 2010 wine_1 +SELECT DISTINCT Name FROM WINE WHERE YEAR < 2000 OR YEAR > 2010 wine_1 +SELECT DISTINCT Winery FROM WINE WHERE Price BETWEEN 50 AND 100 wine_1 +SELECT DISTINCT Winery FROM WINE WHERE Price BETWEEN 50 AND 100 wine_1 +SELECT AVG(Price) , AVG(Cases) FROM WINE WHERE YEAR = 2009 AND Grape = "Zinfandel" wine_1 +SELECT AVG(Price) , AVG(Cases) FROM WINE WHERE YEAR = 2009 AND Grape = "Zinfandel" wine_1 +SELECT max(Price) , max(Score) FROM WINE WHERE Appelation = "St. Helena" wine_1 +SELECT max(Price) , max(Score) FROM WINE WHERE Appelation = "St. Helena" wine_1 +SELECT max(Price) , max(Score) , YEAR FROM WINE GROUP BY YEAR wine_1 +SELECT max(Price) , max(Score) , YEAR FROM WINE GROUP BY YEAR wine_1 +SELECT avg(Price) , avg(Score) , Appelation FROM WINE GROUP BY Appelation wine_1 +SELECT avg(Price) , avg(Score) , Appelation FROM WINE GROUP BY Appelation wine_1 +SELECT Winery FROM WINE GROUP BY Winery HAVING count(*) >= 4 wine_1 +SELECT Winery FROM WINE GROUP BY Winery HAVING count(*) >= 4 wine_1 +SELECT T1.County FROM APPELLATIONS AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation GROUP BY T2.Appelation HAVING count(*) <= 3 wine_1 +SELECT T1.County FROM APPELLATIONS AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation GROUP BY T2.Appelation HAVING count(*) <= 3 wine_1 +SELECT Name FROM WINE WHERE YEAR < (SELECT min(YEAR) FROM WINE WHERE Winery = "Brander") wine_1 +SELECT Name FROM WINE WHERE YEAR < (SELECT min(YEAR) FROM WINE WHERE Winery = "Brander") wine_1 +SELECT Name FROM WINE WHERE Price > (SELECT max(Price) FROM WINE WHERE YEAR = 2006) wine_1 +SELECT Name FROM WINE WHERE Price > (SELECT max(Price) FROM WINE WHERE YEAR = 2006) wine_1 +SELECT T2.Winery FROM GRAPES AS T1 JOIN WINE AS T2 ON T1.GRAPE = T2.GRAPE WHERE T1.Color = "White" GROUP BY T2.Winery ORDER BY count(*) DESC LIMIT 3 wine_1 +SELECT T2.Winery FROM GRAPES AS T1 JOIN WINE AS T2 ON T1.GRAPE = T2.GRAPE WHERE T1.Color = "White" GROUP BY T2.Winery ORDER BY count(*) DESC LIMIT 3 wine_1 +SELECT Grape , Winery , YEAR FROM WINE WHERE Price > 100 ORDER BY YEAR wine_1 +SELECT Grape , Winery , YEAR FROM WINE WHERE Price > 100 ORDER BY YEAR wine_1 +SELECT Grape , Appelation , Name FROM WINE WHERE Score > 93 ORDER BY Name wine_1 +SELECT Grape , Appelation , Name FROM WINE WHERE Score > 93 ORDER BY Name wine_1 +SELECT Appelation FROM WINE WHERE YEAR > 2008 EXCEPT SELECT Appelation FROM APPELLATIONS WHERE Area = "Central Coast" wine_1 +SELECT Appelation FROM WINE WHERE YEAR > 2008 EXCEPT SELECT Appelation FROM APPELLATIONS WHERE Area = "Central Coast" wine_1 +SELECT avg(price) FROM wine WHERE Appelation NOT IN (SELECT T1.Appelation FROM APPELLATIONS AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation WHERE T1.County = 'Sonoma') wine_1 +SELECT avg(price) FROM wine WHERE Appelation NOT IN (SELECT T1.Appelation FROM APPELLATIONS AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation WHERE T1.County = 'Sonoma') wine_1 +SELECT T1.County FROM APPELLATIONS AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation WHERE T2.Score > 90 GROUP BY T1.County ORDER BY count(*) DESC LIMIT 1 wine_1 +SELECT T1.County FROM APPELLATIONS AS T1 JOIN WINE AS T2 ON T1.Appelation = T2.Appelation WHERE T2.Score > 90 GROUP BY T1.County ORDER BY count(*) DESC LIMIT 1 wine_1 +SELECT count(*) FROM station train_station +SELECT name , LOCATION , number_of_platforms FROM station train_station +SELECT DISTINCT LOCATION FROM station train_station +SELECT name , total_passengers FROM station WHERE LOCATION != 'London' train_station +SELECT name , main_services FROM station ORDER BY total_passengers DESC LIMIT 3 train_station +SELECT avg(total_passengers) , max(total_passengers) FROM station WHERE LOCATION = 'London' OR LOCATION = 'Glasgow' train_station +SELECT LOCATION , sum(number_of_platforms) , sum(total_passengers) FROM station GROUP BY LOCATION train_station +SELECT DISTINCT LOCATION FROM station WHERE number_of_platforms >= 15 AND total_passengers > 25 train_station +SELECT LOCATION FROM station EXCEPT SELECT LOCATION FROM station WHERE number_of_platforms >= 15 train_station +SELECT LOCATION FROM station GROUP BY LOCATION ORDER BY count(*) DESC LIMIT 1 train_station +SELECT name , TIME , service FROM train train_station +SELECT count(*) FROM train train_station +SELECT name , service FROM train ORDER BY TIME train_station +SELECT T2.name , count(*) FROM train_station AS T1 JOIN station AS T2 ON T1.station_id = T2.station_id GROUP BY T1.station_id train_station +SELECT T2.name , T3.name FROM train_station AS T1 JOIN station AS T2 ON T1.station_id = T2.station_id JOIN train AS T3 ON T3.train_id = T1.train_id train_station +SELECT T3.name , T3.time FROM train_station AS T1 JOIN station AS T2 ON T1.station_id = T2.station_id JOIN train AS T3 ON T3.train_id = T1.train_id WHERE T2.location = 'London' ORDER BY T3.time DESC train_station +SELECT T2.name FROM train_station AS T1 JOIN station AS T2 ON T1.station_id = T2.station_id GROUP BY T1.station_id ORDER BY count(*) DESC LIMIT 1 train_station +SELECT T2.name FROM train_station AS T1 JOIN station AS T2 ON T1.station_id = T2.station_id GROUP BY T1.station_id HAVING count(*) >= 2 train_station +SELECT LOCATION FROM station GROUP BY LOCATION HAVING count(*) = 1 train_station +SELECT name FROM station WHERE station_id NOT IN (SELECT station_id FROM train_station) train_station +SELECT T2.name FROM train_station AS T1 JOIN station AS T2 ON T1.station_id = T2.station_id JOIN train AS T3 ON T3.train_id = T1.train_id WHERE T3.Name = "Ananthapuri Express" INTERSECT SELECT T2.name FROM train_station AS T1 JOIN station AS T2 ON T1.station_id = T2.station_id JOIN train AS T3 ON T3.train_id = T1.train_id WHERE T3.Name = "Guruvayur Express" train_station +SELECT T2.name FROM train_station AS T1 JOIN train AS T2 ON T1.train_id = T2.train_id WHERE T1.station_id NOT IN (SELECT T4.station_id FROM train_station AS T3 JOIN station AS T4 ON T3.station_id = T4.station_id WHERE t4.location = "London") train_station +SELECT name , LOCATION FROM station ORDER BY Annual_entry_exit , Annual_interchanges train_station +SELECT vehicle_id FROM Vehicles; driving_school +SELECT vehicle_id FROM Vehicles; driving_school +SELECT count(*) FROM Vehicles; driving_school +SELECT count(*) FROM Vehicles; driving_school +SELECT vehicle_details FROM Vehicles WHERE vehicle_id = 1; driving_school +SELECT vehicle_details FROM Vehicles WHERE vehicle_id = 1; driving_school +SELECT first_name , middle_name , last_name FROM Staff; driving_school +SELECT first_name , middle_name , last_name FROM Staff; driving_school +SELECT date_of_birth FROM Staff WHERE first_name = "Janessa" AND last_name = "Sawayn"; driving_school +SELECT date_of_birth FROM Staff WHERE first_name = "Janessa" AND last_name = "Sawayn"; driving_school +SELECT date_joined_staff FROM Staff WHERE first_name = "Janessa" AND last_name = "Sawayn"; driving_school +SELECT date_joined_staff FROM Staff WHERE first_name = "Janessa" AND last_name = "Sawayn"; driving_school +SELECT date_left_staff FROM Staff WHERE first_name = "Janessa" AND last_name = "Sawayn"; driving_school +SELECT date_left_staff FROM Staff WHERE first_name = "Janessa" AND last_name = "Sawayn"; driving_school +SELECT count(*) FROM Staff WHERE first_name = "Ludie"; driving_school +SELECT count(*) FROM Staff WHERE first_name = "Ludie"; driving_school +SELECT nickname FROM Staff WHERE first_name = "Janessa" AND last_name = "Sawayn"; driving_school +SELECT nickname FROM Staff WHERE first_name = "Janessa" AND last_name = "Sawayn"; driving_school +SELECT count(*) FROM Staff; driving_school +SELECT count(*) FROM Staff; driving_school +SELECT T1.city FROM Addresses AS T1 JOIN Staff AS T2 ON T1.address_id = T2.staff_address_id WHERE T2.first_name = "Janessa" AND T2.last_name = "Sawayn"; driving_school +SELECT T1.city FROM Addresses AS T1 JOIN Staff AS T2 ON T1.address_id = T2.staff_address_id WHERE T2.first_name = "Janessa" AND T2.last_name = "Sawayn"; driving_school +SELECT T1.country , T1.state_province_county FROM Addresses AS T1 JOIN Staff AS T2 ON T1.address_id = T2.staff_address_id WHERE T2.first_name = "Janessa" AND T2.last_name = "Sawayn"; driving_school +SELECT T1.country , T1.state_province_county FROM Addresses AS T1 JOIN Staff AS T2 ON T1.address_id = T2.staff_address_id WHERE T2.first_name = "Janessa" AND T2.last_name = "Sawayn"; driving_school +SELECT sum(T1.lesson_time) FROM Lessons AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.first_name = "Rylan" AND T2.last_name = "Goodwin"; driving_school +SELECT sum(T1.lesson_time) FROM Lessons AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.first_name = "Rylan" AND T2.last_name = "Goodwin"; driving_school +SELECT T1.zip_postcode FROM Addresses AS T1 JOIN Staff AS T2 ON T1.address_id = T2.staff_address_id WHERE T2.first_name = "Janessa" AND T2.last_name = "Sawayn"; driving_school +SELECT T1.zip_postcode FROM Addresses AS T1 JOIN Staff AS T2 ON T1.address_id = T2.staff_address_id WHERE T2.first_name = "Janessa" AND T2.last_name = "Sawayn"; driving_school +SELECT count(*) FROM Addresses WHERE state_province_county = "Georgia"; driving_school +SELECT count(*) FROM Addresses WHERE state_province_county = "Georgia"; driving_school +SELECT T2.first_name , T2.last_name FROM Addresses AS T1 JOIN Staff AS T2 ON T1.address_id = T2.staff_address_id WHERE T1.city = "Damianfort"; driving_school +SELECT T2.first_name , T2.last_name FROM Addresses AS T1 JOIN Staff AS T2 ON T1.address_id = T2.staff_address_id WHERE T1.city = "Damianfort"; driving_school +SELECT T1.city , count(*) FROM Addresses AS T1 JOIN Staff AS T2 ON T1.address_id = T2.staff_address_id GROUP BY T1.city ORDER BY count(*) DESC LIMIT 1; driving_school +SELECT T1.city , count(*) FROM Addresses AS T1 JOIN Staff AS T2 ON T1.address_id = T2.staff_address_id GROUP BY T1.city ORDER BY count(*) DESC LIMIT 1; driving_school +SELECT T1.state_province_county FROM Addresses AS T1 JOIN Staff AS T2 ON T1.address_id = T2.staff_address_id GROUP BY T1.state_province_county HAVING count(*) BETWEEN 2 AND 4; driving_school +SELECT T1.state_province_county FROM Addresses AS T1 JOIN Staff AS T2 ON T1.address_id = T2.staff_address_id GROUP BY T1.state_province_county HAVING count(*) BETWEEN 2 AND 4; driving_school +SELECT first_name , last_name FROM Customers; driving_school +SELECT first_name , last_name FROM Customers; driving_school +SELECT email_address , date_of_birth FROM Customers WHERE first_name = "Carole" driving_school +SELECT email_address , date_of_birth FROM Customers WHERE first_name = "Carole" driving_school +SELECT phone_number , email_address FROM Customers WHERE amount_outstanding > 2000; driving_school +SELECT phone_number , email_address FROM Customers WHERE amount_outstanding > 2000; driving_school +SELECT customer_status_code , cell_mobile_phone_number , email_address FROM Customers WHERE first_name = "Marina" OR last_name = "Kohler" driving_school +SELECT customer_status_code , cell_mobile_phone_number , email_address FROM Customers WHERE first_name = "Marina" OR last_name = "Kohler" driving_school +SELECT date_of_birth FROM Customers WHERE customer_status_code = 'Good Customer' driving_school +SELECT date_of_birth FROM Customers WHERE customer_status_code = 'Good Customer' driving_school +SELECT date_became_customer FROM Customers WHERE first_name = "Carole" AND last_name = "Bernhard"; driving_school +SELECT date_became_customer FROM Customers WHERE first_name = "Carole" AND last_name = "Bernhard"; driving_school +SELECT count(*) FROM Customers; driving_school +SELECT count(*) FROM Customers; driving_school +SELECT customer_status_code , count(*) FROM Customers GROUP BY customer_status_code; driving_school +SELECT customer_status_code , count(*) FROM Customers GROUP BY customer_status_code; driving_school +SELECT customer_status_code FROM Customers GROUP BY customer_status_code ORDER BY count(*) ASC LIMIT 1; driving_school +SELECT customer_status_code FROM Customers GROUP BY customer_status_code ORDER BY count(*) ASC LIMIT 1; driving_school +SELECT count(*) FROM Lessons AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.first_name = "Rylan" AND T2.last_name = "Goodwin" AND T1.lesson_status_code = "Completed"; driving_school +SELECT count(*) FROM Lessons AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.first_name = "Rylan" AND T2.last_name = "Goodwin" AND T1.lesson_status_code = "Completed"; driving_school +SELECT max(amount_outstanding) , min(amount_outstanding) , avg(amount_outstanding) FROM Customers; driving_school +SELECT max(amount_outstanding) , min(amount_outstanding) , avg(amount_outstanding) FROM Customers; driving_school +SELECT first_name , last_name FROM Customers WHERE amount_outstanding BETWEEN 1000 AND 3000; driving_school +SELECT first_name , last_name FROM Customers WHERE amount_outstanding BETWEEN 1000 AND 3000; driving_school +SELECT T1.first_name , T1.last_name FROM Customers AS T1 JOIN Addresses AS T2 ON T1.customer_address_id = T2.address_id WHERE T2.city = "Lockmanfurt"; driving_school +SELECT T1.first_name , T1.last_name FROM Customers AS T1 JOIN Addresses AS T2 ON T1.customer_address_id = T2.address_id WHERE T2.city = "Lockmanfurt"; driving_school +SELECT T2.country FROM Customers AS T1 JOIN Addresses AS T2 ON T1.customer_address_id = T2.address_id WHERE T1.first_name = "Carole" AND T1.last_name = "Bernhard" driving_school +SELECT T2.country FROM Customers AS T1 JOIN Addresses AS T2 ON T1.customer_address_id = T2.address_id WHERE T1.first_name = "Carole" AND T1.last_name = "Bernhard" driving_school +SELECT T2.zip_postcode FROM Customers AS T1 JOIN Addresses AS T2 ON T1.customer_address_id = T2.address_id WHERE T1.first_name = "Carole" AND T1.last_name = "Bernhard" driving_school +SELECT T2.zip_postcode FROM Customers AS T1 JOIN Addresses AS T2 ON T1.customer_address_id = T2.address_id WHERE T1.first_name = "Carole" AND T1.last_name = "Bernhard" driving_school +SELECT T2.city FROM Customers AS T1 JOIN Addresses AS T2 ON T1.customer_address_id = T2.address_id GROUP BY T2.city ORDER BY count(*) DESC LIMIT 1; driving_school +SELECT T2.city FROM Customers AS T1 JOIN Addresses AS T2 ON T1.customer_address_id = T2.address_id GROUP BY T2.city ORDER BY count(*) DESC LIMIT 1; driving_school +SELECT sum(T1.amount_payment) FROM Customer_Payments AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.first_name = "Carole" AND T2.last_name = "Bernhard" driving_school +SELECT sum(T1.amount_payment) FROM Customer_Payments AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.first_name = "Carole" AND T2.last_name = "Bernhard" driving_school +SELECT count(*) FROM Customers WHERE customer_id NOT IN ( SELECT customer_id FROM Customer_Payments ); driving_school +SELECT count(*) FROM Customers WHERE customer_id NOT IN ( SELECT customer_id FROM Customer_Payments ); driving_school +SELECT T2.first_name , T2.last_name FROM Customer_Payments AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) > 2; driving_school +SELECT T2.first_name , T2.last_name FROM Customer_Payments AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id HAVING count(*) > 2; driving_school +SELECT payment_method_code , count(*) FROM Customer_Payments GROUP BY payment_method_code; driving_school +SELECT payment_method_code , count(*) FROM Customer_Payments GROUP BY payment_method_code; driving_school +SELECT count(*) FROM Lessons WHERE lesson_status_code = "Cancelled"; driving_school +SELECT count(*) FROM Lessons WHERE lesson_status_code = "Cancelled"; driving_school +SELECT T1.lesson_id FROM Lessons AS T1 JOIN Staff AS T2 ON T1.staff_id = T2.staff_id WHERE T2.first_name = "Janessa" AND T2.last_name = "Sawayn" AND nickname LIKE "%s%"; driving_school +SELECT T1.lesson_id FROM Lessons AS T1 JOIN Staff AS T2 ON T1.staff_id = T2.staff_id WHERE T2.first_name = "Janessa" AND T2.last_name = "Sawayn" AND nickname LIKE "%s%"; driving_school +SELECT count(*) FROM Lessons AS T1 JOIN Staff AS T2 ON T1.staff_id = T2.staff_id WHERE T2.first_name LIKE "%a%" driving_school +SELECT count(*) FROM Lessons AS T1 JOIN Staff AS T2 ON T1.staff_id = T2.staff_id WHERE T2.first_name LIKE "%a%" driving_school +SELECT sum(lesson_time) FROM Lessons AS T1 JOIN Staff AS T2 ON T1.staff_id = T2.staff_id WHERE T2.first_name = "Janessa" AND T2.last_name = "Sawayn"; driving_school +SELECT sum(lesson_time) FROM Lessons AS T1 JOIN Staff AS T2 ON T1.staff_id = T2.staff_id WHERE T2.first_name = "Janessa" AND T2.last_name = "Sawayn"; driving_school +SELECT avg(price) FROM Lessons AS T1 JOIN Staff AS T2 ON T1.staff_id = T2.staff_id WHERE T2.first_name = "Janessa" AND T2.last_name = "Sawayn"; driving_school +SELECT avg(price) FROM Lessons AS T1 JOIN Staff AS T2 ON T1.staff_id = T2.staff_id WHERE T2.first_name = "Janessa" AND T2.last_name = "Sawayn"; driving_school +SELECT count(*) FROM Lessons AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.first_name = "Ray" driving_school +SELECT count(*) FROM Lessons AS T1 JOIN Customers AS T2 ON T1.customer_id = T2.customer_id WHERE T2.first_name = "Ray" driving_school +SELECT last_name FROM Customers INTERSECT SELECT last_name FROM Staff driving_school +SELECT last_name FROM Customers INTERSECT SELECT last_name FROM Staff driving_school +SELECT first_name FROM Staff EXCEPT SELECT T2.first_name FROM Lessons AS T1 JOIN Staff AS T2 ON T1.staff_id = T2.staff_id driving_school +SELECT first_name FROM Staff EXCEPT SELECT T2.first_name FROM Lessons AS T1 JOIN Staff AS T2 ON T1.staff_id = T2.staff_id driving_school +SELECT T1.vehicle_id , T1.vehicle_details FROM Vehicles AS T1 JOIN Lessons AS T2 ON T1.vehicle_id = T2.vehicle_id GROUP BY T1.vehicle_id ORDER BY count(*) DESC LIMIT 1 driving_school +SELECT count(*) FROM Faculty activity_1 +SELECT count(*) FROM Faculty activity_1 +SELECT DISTINCT rank FROM Faculty activity_1 +SELECT DISTINCT rank FROM Faculty activity_1 +SELECT DISTINCT building FROM Faculty activity_1 +SELECT DISTINCT building FROM Faculty activity_1 +SELECT rank , Fname , Lname FROM Faculty activity_1 +SELECT rank , Fname , Lname FROM Faculty activity_1 +SELECT Fname , Lname , phone FROM Faculty WHERE Sex = 'F' activity_1 +SELECT Fname , Lname , phone FROM Faculty WHERE Sex = 'F' activity_1 +SELECT FacID FROM Faculty WHERE Sex = 'M' activity_1 +SELECT FacID FROM Faculty WHERE Sex = 'M' activity_1 +SELECT count(*) FROM Faculty WHERE Sex = 'F' AND Rank = "Professor" activity_1 +SELECT count(*) FROM Faculty WHERE Sex = 'F' AND Rank = "Professor" activity_1 +SELECT phone , room , building FROM Faculty WHERE Fname = "Jerry" AND Lname = "Prince" activity_1 +SELECT phone , room , building FROM Faculty WHERE Fname = "Jerry" AND Lname = "Prince" activity_1 +SELECT count(*) FROM Faculty WHERE Rank = "Professor" AND building = "NEB" activity_1 +SELECT count(*) FROM Faculty WHERE Rank = "Professor" AND building = "NEB" activity_1 +SELECT fname , lname FROM Faculty WHERE Rank = "Instructor" activity_1 +SELECT fname , lname FROM Faculty WHERE Rank = "Instructor" activity_1 +SELECT building , count(*) FROM Faculty GROUP BY building activity_1 +SELECT building , count(*) FROM Faculty GROUP BY building activity_1 +SELECT building FROM Faculty GROUP BY building ORDER BY count(*) DESC LIMIT 1 activity_1 +SELECT building FROM Faculty GROUP BY building ORDER BY count(*) DESC LIMIT 1 activity_1 +SELECT building FROM Faculty WHERE rank = "Professor" GROUP BY building HAVING count(*) >= 10 activity_1 +SELECT building FROM Faculty WHERE rank = "Professor" GROUP BY building HAVING count(*) >= 10 activity_1 +SELECT rank , count(*) FROM Faculty GROUP BY rank activity_1 +SELECT rank , count(*) FROM Faculty GROUP BY rank activity_1 +SELECT rank , sex , count(*) FROM Faculty GROUP BY rank , sex activity_1 +SELECT rank , sex , count(*) FROM Faculty GROUP BY rank , sex activity_1 +SELECT rank FROM Faculty GROUP BY rank ORDER BY count(*) ASC LIMIT 1 activity_1 +SELECT rank FROM Faculty GROUP BY rank ORDER BY count(*) ASC LIMIT 1 activity_1 +SELECT sex , count(*) FROM Faculty WHERE rank = "AsstProf" GROUP BY sex activity_1 +SELECT sex , count(*) FROM Faculty WHERE rank = "AsstProf" GROUP BY sex activity_1 +SELECT T1.fname , T1.lname FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor WHERE T2.fname = "Linda" AND T2.lname = "Smith" activity_1 +SELECT T1.fname , T1.lname FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor WHERE T2.fname = "Linda" AND T2.lname = "Smith" activity_1 +SELECT T2.StuID FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor WHERE T1.rank = "Professor" activity_1 +SELECT T2.StuID FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor WHERE T1.rank = "Professor" activity_1 +SELECT T2.fname , T2.lname FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor WHERE T1.fname = "Michael" AND T1.lname = "Goodrich" activity_1 +SELECT T2.fname , T2.lname FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor WHERE T1.fname = "Michael" AND T1.lname = "Goodrich" activity_1 +SELECT T1.FacID , count(*) FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor GROUP BY T1.FacID activity_1 +SELECT T1.FacID , count(*) FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor GROUP BY T1.FacID activity_1 +SELECT T1.rank , count(*) FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor GROUP BY T1.rank activity_1 +SELECT T1.rank , count(*) FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor GROUP BY T1.rank activity_1 +SELECT T1.fname , T1.lname FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor GROUP BY T1.FacID ORDER BY count(*) DESC LIMIT 1 activity_1 +SELECT T1.fname , T1.lname FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor GROUP BY T1.FacID ORDER BY count(*) DESC LIMIT 1 activity_1 +SELECT T1.FacID FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor GROUP BY T1.FacID HAVING count(*) >= 2 activity_1 +SELECT T1.FacID FROM Faculty AS T1 JOIN Student AS T2 ON T1.FacID = T2.advisor GROUP BY T1.FacID HAVING count(*) >= 2 activity_1 +SELECT FacID FROM Faculty EXCEPT SELECT advisor FROM Student activity_1 +SELECT FacID FROM Faculty EXCEPT SELECT advisor FROM Student activity_1 +SELECT activity_name FROM Activity activity_1 +SELECT activity_name FROM Activity activity_1 +SELECT count(*) FROM Activity activity_1 +SELECT count(*) FROM Activity activity_1 +SELECT count(DISTINCT FacID) FROM Faculty_participates_in activity_1 +SELECT count(DISTINCT FacID) FROM Faculty_participates_in activity_1 +SELECT FacID FROM Faculty EXCEPT SELECT FacID FROM Faculty_participates_in activity_1 +SELECT FacID FROM Faculty EXCEPT SELECT FacID FROM Faculty_participates_in activity_1 +SELECT FacID FROM Faculty_participates_in INTERSECT SELECT advisor FROM Student activity_1 +SELECT FacID FROM Faculty_participates_in INTERSECT SELECT advisor FROM Student activity_1 +SELECT count(*) FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID WHERE T1.fname = "Mark" AND T1.lname = "Giuliano" activity_1 +SELECT count(*) FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID WHERE T1.fname = "Mark" AND T1.lname = "Giuliano" activity_1 +SELECT T3.activity_name FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID JOIN Activity AS T3 ON T3.actid = T2.actid WHERE T1.fname = "Mark" AND T1.lname = "Giuliano" activity_1 +SELECT T3.activity_name FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID JOIN Activity AS T3 ON T3.actid = T2.actid WHERE T1.fname = "Mark" AND T1.lname = "Giuliano" activity_1 +SELECT T1.fname , T1.lname , count(*) , T1.FacID FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID GROUP BY T1.FacID activity_1 +SELECT T1.fname , T1.lname , count(*) , T1.FacID FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID GROUP BY T1.FacID activity_1 +SELECT T1.activity_name , count(*) FROM Activity AS T1 JOIN Faculty_participates_in AS T2 ON T1.actID = T2.actID GROUP BY T1.actID activity_1 +SELECT T1.activity_name , count(*) FROM Activity AS T1 JOIN Faculty_participates_in AS T2 ON T1.actID = T2.actID GROUP BY T1.actID activity_1 +SELECT T1.fname , T1.lname FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID GROUP BY T1.FacID ORDER BY count(*) DESC LIMIT 1 activity_1 +SELECT T1.fname , T1.lname FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID GROUP BY T1.FacID ORDER BY count(*) DESC LIMIT 1 activity_1 +SELECT T1.activity_name FROM Activity AS T1 JOIN Faculty_participates_in AS T2 ON T1.actID = T2.actID GROUP BY T1.actID ORDER BY count(*) DESC LIMIT 1 activity_1 +SELECT T1.activity_name FROM Activity AS T1 JOIN Faculty_participates_in AS T2 ON T1.actID = T2.actID GROUP BY T1.actID ORDER BY count(*) DESC LIMIT 1 activity_1 +SELECT StuID FROM Student EXCEPT SELECT StuID FROM Participates_in activity_1 +SELECT StuID FROM Student EXCEPT SELECT StuID FROM Participates_in activity_1 +SELECT StuID FROM Participates_in INTERSECT SELECT StuID FROM Student WHERE age < 20 activity_1 +SELECT StuID FROM Participates_in INTERSECT SELECT StuID FROM Student WHERE age < 20 activity_1 +SELECT T1.fname , T1.lname FROM Student AS T1 JOIN Participates_in AS T2 ON T1.StuID = T2.StuID GROUP BY T1.StuID ORDER BY count(*) DESC LIMIT 1 activity_1 +SELECT T1.fname , T1.lname FROM Student AS T1 JOIN Participates_in AS T2 ON T1.StuID = T2.StuID GROUP BY T1.StuID ORDER BY count(*) DESC LIMIT 1 activity_1 +SELECT T1.activity_name FROM Activity AS T1 JOIN Participates_in AS T2 ON T1.actID = T2.actID GROUP BY T1.actID ORDER BY count(*) DESC LIMIT 1 activity_1 +SELECT T1.activity_name FROM Activity AS T1 JOIN Participates_in AS T2 ON T1.actID = T2.actID GROUP BY T1.actID ORDER BY count(*) DESC LIMIT 1 activity_1 +SELECT DISTINCT T1.lname FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID JOIN activity AS T3 ON T2.actid = T2.actid WHERE T3.activity_name = 'Canoeing' OR T3.activity_name = 'Kayaking' activity_1 +SELECT DISTINCT T1.lname FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID JOIN activity AS T3 ON T2.actid = T2.actid WHERE T3.activity_name = 'Canoeing' OR T3.activity_name = 'Kayaking' activity_1 +SELECT lname FROM faculty WHERE rank = 'Professor' EXCEPT SELECT DISTINCT T1.lname FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID JOIN activity AS T3 ON T2.actid = T2.actid WHERE T3.activity_name = 'Canoeing' OR T3.activity_name = 'Kayaking' activity_1 +SELECT lname FROM faculty WHERE rank = 'Professor' EXCEPT SELECT DISTINCT T1.lname FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID JOIN activity AS T3 ON T2.actid = T2.actid WHERE T3.activity_name = 'Canoeing' OR T3.activity_name = 'Kayaking' activity_1 +SELECT T1.lname FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID JOIN activity AS T3 ON T2.actid = T2.actid WHERE T3.activity_name = 'Canoeing' INTERSECT SELECT T1.lname FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID JOIN activity AS T3 ON T2.actid = T2.actid WHERE T3.activity_name = 'Kayaking' activity_1 +SELECT T1.lname FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID JOIN activity AS T3 ON T2.actid = T2.actid WHERE T3.activity_name = 'Canoeing' INTERSECT SELECT T1.lname FROM Faculty AS T1 JOIN Faculty_participates_in AS T2 ON T1.facID = T2.facID JOIN activity AS T3 ON T2.actid = T2.actid WHERE T3.activity_name = 'Kayaking' activity_1 +SELECT T1.stuid FROM participates_in AS T1 JOIN activity AS T2 ON T2.actid = T2.actid WHERE T2.activity_name = 'Canoeing' INTERSECT SELECT T1.stuid FROM participates_in AS T1 JOIN activity AS T2 ON T2.actid = T2.actid WHERE T2.activity_name = 'Kayaking' activity_1 +SELECT T1.stuid FROM participates_in AS T1 JOIN activity AS T2 ON T2.actid = T2.actid WHERE T2.activity_name = 'Canoeing' INTERSECT SELECT T1.stuid FROM participates_in AS T1 JOIN activity AS T2 ON T2.actid = T2.actid WHERE T2.activity_name = 'Kayaking' activity_1 +SELECT name FROM airports WHERE city = 'Goroka' flight_4 +SELECT name FROM airports WHERE city = 'Goroka' flight_4 +SELECT name , city , country , elevation FROM airports WHERE city = 'New York' flight_4 +SELECT name , city , country , elevation FROM airports WHERE city = 'New York' flight_4 +SELECT count(*) FROM airlines flight_4 +SELECT count(*) FROM airlines flight_4 +SELECT count(*) FROM airlines WHERE country = 'Russia' flight_4 +SELECT count(*) FROM airlines WHERE country = 'Russia' flight_4 +SELECT max(elevation) FROM airports WHERE country = 'Iceland' flight_4 +SELECT max(elevation) FROM airports WHERE country = 'Iceland' flight_4 +SELECT name FROM airports WHERE country = 'Cuba' OR country = 'Argentina' flight_4 +SELECT name FROM airports WHERE country = 'Cuba' OR country = 'Argentina' flight_4 +SELECT country FROM airlines WHERE name LIKE 'Orbit%' flight_4 +SELECT country FROM airlines WHERE name LIKE 'Orbit%' flight_4 +SELECT name FROM airports WHERE elevation BETWEEN -50 AND 50 flight_4 +SELECT name FROM airports WHERE elevation BETWEEN -50 AND 50 flight_4 +SELECT country FROM airports ORDER BY elevation DESC LIMIT 1 flight_4 +SELECT country FROM airports ORDER BY elevation DESC LIMIT 1 flight_4 +SELECT count(*) FROM airports WHERE name LIKE '%International%' flight_4 +SELECT count(*) FROM airports WHERE name LIKE '%International%' flight_4 +SELECT count(DISTINCT city) FROM airports WHERE country = 'Greenland' flight_4 +SELECT count(DISTINCT city) FROM airports WHERE country = 'Greenland' flight_4 +SELECT count(*) FROM airlines AS T1 JOIN routes AS T2 ON T1.alid = T2.alid WHERE T1.name = 'American Airlines' flight_4 +SELECT count(*) FROM airlines AS T1 JOIN routes AS T2 ON T1.alid = T2.alid WHERE T1.name = 'American Airlines' flight_4 +SELECT count(*) FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.dst_apid WHERE country = 'Canada' flight_4 +SELECT count(*) FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.dst_apid WHERE country = 'Canada' flight_4 +SELECT name , city , country FROM airports ORDER BY elevation LIMIT 1 flight_4 +SELECT name , city , country FROM airports ORDER BY elevation LIMIT 1 flight_4 +SELECT name , city , country FROM airports ORDER BY elevation DESC LIMIT 1 flight_4 +SELECT name , city , country FROM airports ORDER BY elevation DESC LIMIT 1 flight_4 +SELECT T1.name , T1.city , T2.dst_apid FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.dst_apid GROUP BY T2.dst_apid ORDER BY count(*) DESC LIMIT 1 flight_4 +SELECT T1.name , T1.city , T2.dst_apid FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.dst_apid GROUP BY T2.dst_apid ORDER BY count(*) DESC LIMIT 1 flight_4 +SELECT T1.name , T2.alid FROM airlines AS T1 JOIN routes AS T2 ON T1.alid = T2.alid GROUP BY T2.alid ORDER BY count(*) DESC LIMIT 10 flight_4 +SELECT T1.name , T2.alid FROM airlines AS T1 JOIN routes AS T2 ON T1.alid = T2.alid GROUP BY T2.alid ORDER BY count(*) DESC LIMIT 10 flight_4 +SELECT T1.name , T1.city , T2.src_apid FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.src_apid GROUP BY T2.src_apid ORDER BY count(*) DESC LIMIT 1 flight_4 +SELECT T1.name , T1.city , T2.src_apid FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.src_apid GROUP BY T2.src_apid ORDER BY count(*) DESC LIMIT 1 flight_4 +SELECT count(DISTINCT dst_apid) FROM airlines AS T1 JOIN routes AS T2 ON T1.alid = T2.alid WHERE T1.name = 'American Airlines' flight_4 +SELECT count(DISTINCT dst_apid) FROM airlines AS T1 JOIN routes AS T2 ON T1.alid = T2.alid WHERE T1.name = 'American Airlines' flight_4 +SELECT country FROM airlines GROUP BY country ORDER BY count(*) DESC LIMIT 1 flight_4 +SELECT country FROM airlines GROUP BY country ORDER BY count(*) DESC LIMIT 1 flight_4 +SELECT country FROM airlines WHERE active = 'Y' GROUP BY country ORDER BY count(*) DESC LIMIT 1 flight_4 +SELECT country FROM airlines WHERE active = 'Y' GROUP BY country ORDER BY count(*) DESC LIMIT 1 flight_4 +SELECT country , count(*) FROM airlines GROUP BY country ORDER BY count(*) DESC flight_4 +SELECT country , count(*) FROM airlines GROUP BY country ORDER BY count(*) DESC flight_4 +SELECT count(*) , country FROM airports GROUP BY country ORDER BY count(*) DESC flight_4 +SELECT count(*) , country FROM airports GROUP BY country ORDER BY count(*) DESC flight_4 +SELECT count(*) , city FROM airports WHERE country = 'United States' GROUP BY city ORDER BY count(*) DESC flight_4 +SELECT count(*) , city FROM airports WHERE country = 'United States' GROUP BY city ORDER BY count(*) DESC flight_4 +SELECT city FROM airports WHERE country = 'United States' GROUP BY city HAVING count(*) > 3 flight_4 +SELECT city FROM airports WHERE country = 'United States' GROUP BY city HAVING count(*) > 3 flight_4 +SELECT count(*) FROM (SELECT city FROM airports GROUP BY city HAVING count(*) > 3) flight_4 +SELECT count(*) FROM (SELECT city FROM airports GROUP BY city HAVING count(*) > 3) flight_4 +SELECT city , count(*) FROM airports GROUP BY city HAVING count(*) > 1 flight_4 +SELECT city , count(*) FROM airports GROUP BY city HAVING count(*) > 1 flight_4 +SELECT city FROM airports GROUP BY city HAVING count(*) > 2 ORDER BY count(*) flight_4 +SELECT city FROM airports GROUP BY city HAVING count(*) > 2 ORDER BY count(*) flight_4 +SELECT count(*) , T1.name FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.src_apid GROUP BY T1.name flight_4 +SELECT count(*) , T1.name FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.src_apid GROUP BY T1.name flight_4 +SELECT count(*) , T1.name FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.src_apid GROUP BY T1.name ORDER BY count(*) DESC flight_4 +SELECT count(*) , T1.name FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.src_apid GROUP BY T1.name ORDER BY count(*) DESC flight_4 +SELECT avg(elevation) , country FROM airports GROUP BY country flight_4 +SELECT avg(elevation) , country FROM airports GROUP BY country flight_4 +SELECT city FROM airports GROUP BY city HAVING count(*) = 2 flight_4 +SELECT city FROM airports GROUP BY city HAVING count(*) = 2 flight_4 +SELECT T1.country , T1.name , count(*) FROM airlines AS T1 JOIN routes AS T2 ON T1.alid = T2.alid GROUP BY T1.country , T1.name flight_4 +SELECT T1.country , T1.name , count(*) FROM airlines AS T1 JOIN routes AS T2 ON T1.alid = T2.alid GROUP BY T1.country , T1.name flight_4 +SELECT count(*) FROM routes AS T1 JOIN airports AS T2 ON T1.dst_apid = T2.apid WHERE T2.country = 'Italy' flight_4 +SELECT count(*) FROM routes AS T1 JOIN airports AS T2 ON T1.dst_apid = T2.apid WHERE T2.country = 'Italy' flight_4 +SELECT count(*) FROM routes AS T1 JOIN airports AS T2 ON T1.dst_apid = T2.apid JOIN airlines AS T3 ON T1.alid = T3.alid WHERE T2.country = 'Italy' AND T3.name = 'American Airlines' flight_4 +SELECT count(*) FROM routes AS T1 JOIN airports AS T2 ON T1.dst_apid = T2.apid JOIN airlines AS T3 ON T1.alid = T3.alid WHERE T2.country = 'Italy' AND T3.name = 'American Airlines' flight_4 +SELECT count(*) FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.dst_apid WHERE T1.name = 'John F Kennedy International Airport' flight_4 +SELECT count(*) FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.dst_apid WHERE T1.name = 'John F Kennedy International Airport' flight_4 +SELECT count(*) FROM routes WHERE dst_apid IN (SELECT apid FROM airports WHERE country = 'Canada') AND src_apid IN (SELECT apid FROM airports WHERE country = 'United States') flight_4 +SELECT count(*) FROM routes WHERE dst_apid IN (SELECT apid FROM airports WHERE country = 'Canada') AND src_apid IN (SELECT apid FROM airports WHERE country = 'United States') flight_4 +SELECT rid FROM routes WHERE dst_apid IN (SELECT apid FROM airports WHERE country = 'United States') AND src_apid IN (SELECT apid FROM airports WHERE country = 'United States') flight_4 +SELECT rid FROM routes WHERE dst_apid IN (SELECT apid FROM airports WHERE country = 'United States') AND src_apid IN (SELECT apid FROM airports WHERE country = 'United States') flight_4 +SELECT T1.name FROM airlines AS T1 JOIN routes AS T2 ON T1.alid = T2.alid GROUP BY T1.name ORDER BY count(*) DESC LIMIT 1 flight_4 +SELECT T1.name FROM airlines AS T1 JOIN routes AS T2 ON T1.alid = T2.alid GROUP BY T1.name ORDER BY count(*) DESC LIMIT 1 flight_4 +SELECT T1.name FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.src_apid WHERE T1.country = 'China' GROUP BY T1.name ORDER BY count(*) DESC LIMIT 1 flight_4 +SELECT T1.name FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.src_apid WHERE T1.country = 'China' GROUP BY T1.name ORDER BY count(*) DESC LIMIT 1 flight_4 +SELECT T1.name FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.dst_apid WHERE T1.country = 'China' GROUP BY T1.name ORDER BY count(*) DESC LIMIT 1 flight_4 +SELECT T1.name FROM airports AS T1 JOIN routes AS T2 ON T1.apid = T2.dst_apid WHERE T1.country = 'China' GROUP BY T1.name ORDER BY count(*) DESC LIMIT 1 flight_4 +SELECT order_id FROM orders ORDER BY date_order_placed DESC LIMIT 1 tracking_orders +SELECT order_id FROM orders ORDER BY date_order_placed DESC LIMIT 1 tracking_orders +SELECT order_id , customer_id FROM orders ORDER BY date_order_placed LIMIT 1 tracking_orders +SELECT order_id , customer_id FROM orders ORDER BY date_order_placed LIMIT 1 tracking_orders +SELECT order_id FROM shipments WHERE shipment_tracking_number = "3452" tracking_orders +SELECT order_id FROM shipments WHERE shipment_tracking_number = "3452" tracking_orders +SELECT order_item_id FROM order_items WHERE product_id = 11 tracking_orders +SELECT order_item_id FROM order_items WHERE product_id = 11 tracking_orders +SELECT DISTINCT T1.customer_name FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status = "Packing" tracking_orders +SELECT DISTINCT T1.customer_name FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status = "Packing" tracking_orders +SELECT DISTINCT T1.customer_details FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status = "On Road" tracking_orders +SELECT DISTINCT T1.customer_details FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status = "On Road" tracking_orders +SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1 tracking_orders +SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1 tracking_orders +SELECT T1.customer_id FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1 tracking_orders +SELECT T1.customer_id FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1 tracking_orders +SELECT T2.order_id , T2.order_status FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T1.customer_name = "Jeramie" tracking_orders +SELECT T2.order_id , T2.order_status FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T1.customer_name = "Jeramie" tracking_orders +SELECT T2.date_order_placed FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T1.customer_name = "Jeramie" tracking_orders +SELECT T2.date_order_placed FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T1.customer_name = "Jeramie" tracking_orders +SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.date_order_placed >= "2009-01-01" AND T2.date_order_placed <= "2010-01-01" tracking_orders +SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.date_order_placed >= "2009-01-01" AND T2.date_order_placed <= "2010-01-01" tracking_orders +SELECT DISTINCT T2.product_id FROM orders AS T1 JOIN order_items AS T2 ON T1.order_id = T2.order_id WHERE T1.date_order_placed >= "1975-01-01" AND T1.date_order_placed <= "1976-01-01" tracking_orders +SELECT DISTINCT T2.product_id FROM orders AS T1 JOIN order_items AS T2 ON T1.order_id = T2.order_id WHERE T1.date_order_placed >= "1975-01-01" AND T1.date_order_placed <= "1976-01-01" tracking_orders +SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status = "On Road" INTERSECT SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status = "Shipped" tracking_orders +SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status = "On Road" INTERSECT SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status = "Shipped" tracking_orders +SELECT T1.customer_id FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status = "On Road" INTERSECT SELECT T1.customer_id FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status = "Shipped" tracking_orders +SELECT T1.customer_id FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status = "On Road" INTERSECT SELECT T1.customer_id FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id WHERE T2.order_status = "Shipped" tracking_orders +SELECT T1.date_order_placed FROM orders AS T1 JOIN shipments AS T2 ON T1.order_id = T2.order_id WHERE T2.shipment_tracking_number = 3452 tracking_orders +SELECT T1.date_order_placed FROM orders AS T1 JOIN shipments AS T2 ON T1.order_id = T2.order_id WHERE T2.shipment_tracking_number = 3452 tracking_orders +SELECT T1.date_order_placed FROM orders AS T1 JOIN shipments AS T2 ON T1.order_id = T2.order_id WHERE T2.invoice_number = 10 tracking_orders +SELECT T1.date_order_placed FROM orders AS T1 JOIN shipments AS T2 ON T1.order_id = T2.order_id WHERE T2.invoice_number = 10 tracking_orders +SELECT count(*) , T3.product_id FROM orders AS T1 JOIN order_items AS T2 JOIN products AS T3 ON T1.order_id = T2.order_id AND T2.product_id = T3.product_id GROUP BY T3.product_id tracking_orders +SELECT count(*) , T3.product_id FROM orders AS T1 JOIN order_items AS T2 JOIN products AS T3 ON T1.order_id = T2.order_id AND T2.product_id = T3.product_id GROUP BY T3.product_id tracking_orders +SELECT T3.product_name , count(*) FROM orders AS T1 JOIN order_items AS T2 JOIN products AS T3 ON T1.order_id = T2.order_id AND T2.product_id = T3.product_id GROUP BY T3.product_id tracking_orders +SELECT T3.product_name , count(*) FROM orders AS T1 JOIN order_items AS T2 JOIN products AS T3 ON T1.order_id = T2.order_id AND T2.product_id = T3.product_id GROUP BY T3.product_id tracking_orders +SELECT order_id FROM shipments WHERE shipment_date > "2000-01-01" tracking_orders +SELECT order_id FROM shipments WHERE shipment_date > "2000-01-01" tracking_orders +SELECT order_id FROM shipments WHERE shipment_date = (SELECT max(shipment_date) FROM shipments) tracking_orders +SELECT order_id FROM shipments WHERE shipment_date = (SELECT max(shipment_date) FROM shipments) tracking_orders +SELECT DISTINCT product_name FROM products ORDER BY product_name tracking_orders +SELECT DISTINCT product_name FROM products ORDER BY product_name tracking_orders +SELECT DISTINCT order_id FROM orders ORDER BY date_order_placed tracking_orders +SELECT DISTINCT order_id FROM orders ORDER BY date_order_placed tracking_orders +SELECT T1.order_id FROM orders AS T1 JOIN order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id ORDER BY count(*) DESC LIMIT 1 tracking_orders +SELECT T1.order_id FROM orders AS T1 JOIN order_items AS T2 ON T1.order_id = T2.order_id GROUP BY T1.order_id ORDER BY count(*) DESC LIMIT 1 tracking_orders +SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1 tracking_orders +SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 ON T1.customer_id = T2.customer_id GROUP BY T1.customer_id ORDER BY count(*) DESC LIMIT 1 tracking_orders +SELECT invoice_number FROM invoices WHERE invoice_date < "1989-09-03" OR invoice_date > "2007-12-25" tracking_orders +SELECT invoice_number FROM invoices WHERE invoice_date < "1989-09-03" OR invoice_date > "2007-12-25" tracking_orders +SELECT DISTINCT invoice_details FROM invoices WHERE invoice_date < "1989-09-03" OR invoice_date > "2007-12-25" tracking_orders +SELECT DISTINCT invoice_details FROM invoices WHERE invoice_date < "1989-09-03" OR invoice_date > "2007-12-25" tracking_orders +SELECT T2.customer_name , count(*) FROM orders AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T2.customer_id HAVING count(*) >= 2 tracking_orders +SELECT T2.customer_name , count(*) FROM orders AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T2.customer_id HAVING count(*) >= 2 tracking_orders +SELECT T2.customer_name FROM orders AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T2.customer_id HAVING count(*) <= 2 tracking_orders +SELECT T2.customer_name FROM orders AS T1 JOIN customers AS T2 ON T1.customer_id = T2.customer_id GROUP BY T2.customer_id HAVING count(*) <= 2 tracking_orders +SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 JOIN order_items AS T3 JOIN products AS T4 ON T1.customer_id = T2.customer_id AND T2.order_id = T3.order_id AND T3.product_id = T4.product_id WHERE T4.product_name = "food" GROUP BY T1.customer_id HAVING count(*) >= 1 tracking_orders +SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 JOIN order_items AS T3 JOIN products AS T4 ON T1.customer_id = T2.customer_id AND T2.order_id = T3.order_id AND T3.product_id = T4.product_id WHERE T4.product_name = "food" GROUP BY T1.customer_id HAVING count(*) >= 1 tracking_orders +SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 JOIN order_items AS T3 JOIN products AS T4 ON T1.customer_id = T2.customer_id AND T2.order_id = T3.order_id AND T3.product_id = T4.product_id WHERE T3.order_item_status = "Cancel" AND T4.product_name = "food" GROUP BY T1.customer_id HAVING count(*) >= 1 tracking_orders +SELECT T1.customer_name FROM customers AS T1 JOIN orders AS T2 JOIN order_items AS T3 JOIN products AS T4 ON T1.customer_id = T2.customer_id AND T2.order_id = T3.order_id AND T3.product_id = T4.product_id WHERE T3.order_item_status = "Cancel" AND T4.product_name = "food" GROUP BY T1.customer_id HAVING count(*) >= 1 tracking_orders +SELECT count(*) FROM architect WHERE gender = 'female' architecture +SELECT name , nationality , id FROM architect WHERE gender = 'male' ORDER BY name architecture +SELECT max(T1.length_meters) , T2.name FROM bridge AS T1 JOIN architect AS T2 ON T1.architect_id = T2.id architecture +SELECT avg(length_feet) FROM bridge architecture +SELECT name , built_year FROM mill WHERE TYPE = 'Grondzeiler' architecture +SELECT DISTINCT T1.name , T1.nationality FROM architect AS T1 JOIN mill AS t2 ON T1.id = T2.architect_id architecture +SELECT name FROM mill WHERE LOCATION != 'Donceel' architecture +SELECT DISTINCT T1.type FROM mill AS T1 JOIN architect AS t2 ON T1.architect_id = T2.id WHERE T2.nationality = 'American' OR T2.nationality = 'Canadian' architecture +SELECT T1.id , T1.name FROM architect AS T1 JOIN bridge AS T2 ON T1.id = T2.architect_id GROUP BY T1.id HAVING count(*) >= 3 architecture +SELECT T1.id , T1.name , T1.nationality FROM architect AS T1 JOIN mill AS T2 ON T1.id = T2.architect_id GROUP BY T1.id ORDER BY count(*) DESC LIMIT 1 architecture +SELECT T1.id , T1.name , T1.gender FROM architect AS T1 JOIN bridge AS T2 ON T1.id = T2.architect_id GROUP BY T1.id HAVING count(*) = 2 UNION SELECT T1.id , T1.name , T1.gender FROM architect AS T1 JOIN mill AS T2 ON T1.id = T2.architect_id GROUP BY T1.id HAVING count(*) = 1 architecture +SELECT LOCATION FROM bridge WHERE name = 'Kolob Arch' OR name = 'Rainbow Bridge' architecture +SELECT name FROM mill WHERE name LIKE '%Moulin%' architecture +SELECT DISTINCT T1.name FROM mill AS T1 JOIN architect AS t2 ON T1.architect_id = T2.id JOIN bridge AS T3 ON T3.architect_id = T2.id WHERE T3.length_meters > 80 architecture +SELECT TYPE , count(*) FROM mill GROUP BY TYPE ORDER BY count(*) DESC LIMIT 1 architecture +SELECT count(*) FROM architect WHERE id NOT IN ( SELECT architect_id FROM mill WHERE built_year < 1850 ); architecture +SELECT t1.name FROM bridge AS t1 JOIN architect AS t2 ON t1.architect_id = t2.id WHERE t2.nationality = 'American' ORDER BY t1.length_feet architecture +SELECT count(*) FROM book_club culture_company +SELECT count(*) FROM book_club culture_company +SELECT book_title , author_or_editor FROM book_club WHERE YEAR > 1989 culture_company +SELECT book_title , author_or_editor FROM book_club WHERE YEAR > 1989 culture_company +SELECT DISTINCT publisher FROM book_club culture_company +SELECT DISTINCT publisher FROM book_club culture_company +SELECT YEAR , book_title , publisher FROM book_club ORDER BY YEAR DESC culture_company +SELECT YEAR , book_title , publisher FROM book_club ORDER BY YEAR DESC culture_company +SELECT publisher , count(*) FROM book_club GROUP BY publisher culture_company +SELECT publisher , count(*) FROM book_club GROUP BY publisher culture_company +SELECT publisher FROM book_club GROUP BY publisher ORDER BY count(*) DESC LIMIT 1 culture_company +SELECT publisher FROM book_club GROUP BY publisher ORDER BY count(*) DESC LIMIT 1 culture_company +SELECT category , count(*) FROM book_club GROUP BY category culture_company +SELECT category , count(*) FROM book_club GROUP BY category culture_company +SELECT category FROM book_club WHERE YEAR > 1989 GROUP BY category HAVING count(*) >= 2 culture_company +SELECT category FROM book_club WHERE YEAR > 1989 GROUP BY category HAVING count(*) >= 2 culture_company +SELECT publisher FROM book_club WHERE YEAR = 1989 INTERSECT SELECT publisher FROM book_club WHERE YEAR = 1990 culture_company +SELECT publisher FROM book_club WHERE YEAR = 1989 INTERSECT SELECT publisher FROM book_club WHERE YEAR = 1990 culture_company +SELECT publisher FROM book_club EXCEPT SELECT publisher FROM book_club WHERE YEAR = 1989 culture_company +SELECT publisher FROM book_club EXCEPT SELECT publisher FROM book_club WHERE YEAR = 1989 culture_company +SELECT title , YEAR , director FROM movie ORDER BY budget_million culture_company +SELECT title , YEAR , director FROM movie ORDER BY budget_million culture_company +SELECT COUNT (DISTINCT director) FROM movie culture_company +SELECT COUNT (DISTINCT director) FROM movie culture_company +SELECT title , director FROM movie WHERE YEAR <= 2000 ORDER BY gross_worldwide DESC LIMIT 1 culture_company +SELECT title , director FROM movie WHERE YEAR <= 2000 ORDER BY gross_worldwide DESC LIMIT 1 culture_company +SELECT director FROM movie WHERE YEAR = 2000 INTERSECT SELECT director FROM movie WHERE YEAR = 1999 culture_company +SELECT director FROM movie WHERE YEAR = 2000 INTERSECT SELECT director FROM movie WHERE YEAR = 1999 culture_company +SELECT director FROM movie WHERE YEAR = 1999 OR YEAR = 2000 culture_company +SELECT director FROM movie WHERE YEAR = 1999 OR YEAR = 2000 culture_company +SELECT avg(budget_million) , max(budget_million) , min(budget_million) FROM movie WHERE YEAR < 2000 culture_company +SELECT avg(budget_million) , max(budget_million) , min(budget_million) FROM movie WHERE YEAR < 2000 culture_company +SELECT T1.company_name FROM culture_company AS T1 JOIN book_club AS T2 ON T1.book_club_id = T2.book_club_id WHERE T2.publisher = 'Alyson' culture_company +SELECT T1.company_name FROM culture_company AS T1 JOIN book_club AS T2 ON T1.book_club_id = T2.book_club_id WHERE T2.publisher = 'Alyson' culture_company +SELECT T1.title , T3.book_title FROM movie AS T1 JOIN culture_company AS T2 ON T1.movie_id = T2.movie_id JOIN book_club AS T3 ON T3.book_club_id = T2.book_club_id WHERE T2.incorporated_in = 'China' culture_company +SELECT T1.title , T3.book_title FROM movie AS T1 JOIN culture_company AS T2 ON T1.movie_id = T2.movie_id JOIN book_club AS T3 ON T3.book_club_id = T2.book_club_id WHERE T2.incorporated_in = 'China' culture_company +SELECT T2.company_name FROM movie AS T1 JOIN culture_company AS T2 ON T1.movie_id = T2.movie_id WHERE T1.year = 1999 culture_company +SELECT T2.company_name FROM movie AS T1 JOIN culture_company AS T2 ON T1.movie_id = T2.movie_id WHERE T1.year = 1999 culture_company diff --git a/train_others.json b/train_others.json new file mode 100644 index 0000000000000000000000000000000000000000..cdbb95e730172ea090c64d577826bba4d6ab04f4 --- /dev/null +++ b/train_others.json @@ -0,0 +1,330287 @@ +[ + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = \"wyoming\" ) AND state_name = \"wyoming\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "wyoming", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "what is the biggest city in wyoming", + "question_toks": [ + "what", + "is", + "the", + "biggest", + "city", + "in", + "wyoming" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = \"wyoming\" ) AND state_name = \"wyoming\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "wyoming", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "what wyoming city has the largest population", + "question_toks": [ + "what", + "wyoming", + "city", + "has", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = \"wyoming\" ) AND state_name = \"wyoming\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "wyoming", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "what is the largest city in wyoming", + "question_toks": [ + "what", + "is", + "the", + "largest", + "city", + "in", + "wyoming" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = \"wyoming\" ) AND state_name = \"wyoming\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "wyoming", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "where is the most populated area of wyoming", + "question_toks": [ + "where", + "is", + "the", + "most", + "populated", + "area", + "of", + "wyoming" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = \"wyoming\" ) AND state_name = \"wyoming\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "wyoming", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "which city in wyoming has the largest population", + "question_toks": [ + "which", + "city", + "in", + "wyoming", + "has", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = \"wyoming\" ) AND state_name = \"wyoming\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "wyoming", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "what cities in wyoming have the highest number of citizens", + "question_toks": [ + "what", + "cities", + "in", + "wyoming", + "have", + "the", + "highest", + "number", + "of", + "citizens" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = \"wyoming\" ) AND state_name = \"wyoming\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "wyoming", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "what cities in wyoming have the highest populations", + "question_toks": [ + "what", + "cities", + "in", + "wyoming", + "have", + "the", + "highest", + "populations" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = \"wyoming\" ) AND state_name = \"wyoming\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "wyoming", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "what is the most populous city in wyoming", + "question_toks": [ + "what", + "is", + "the", + "most", + "populous", + "city", + "in", + "wyoming" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = \"wyoming\" ) AND state_name = \"wyoming\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "wyoming", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "what is the largest city in wyoming by population", + "question_toks": [ + "what", + "is", + "the", + "largest", + "city", + "in", + "wyoming", + "by", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = \"wyoming\" ) AND state_name = \"wyoming\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "wyoming", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "what is the largest city of wyoming", + "question_toks": [ + "what", + "is", + "the", + "largest", + "city", + "of", + "wyoming" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = \"wyoming\" ) AND state_name = \"wyoming\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "wyoming", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "what is the city in wyoming with the largest population", + "question_toks": [ + "what", + "is", + "the", + "city", + "in", + "wyoming", + "with", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse IN ( SELECT state_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ) );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "state_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")", + ")" + ], + "question": "which rivers run through the state with the largest city in the us", + "question_toks": [ + "which", + "rivers", + "run", + "through", + "the", + "state", + "with", + "the", + "largest", + "city", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT area FROM state WHERE state_name = \"new mexico\";", + "query_toks": [ + "SELECT", + "area", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "new", + "mexico", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "area", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "how big is new mexico", + "question_toks": [ + "how", + "big", + "is", + "new", + "mexico" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"new mexico\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT area FROM state WHERE state_name = \"new mexico\";", + "query_toks": [ + "SELECT", + "area", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "new", + "mexico", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "area", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the area of new mexico", + "question_toks": [ + "what", + "is", + "the", + "area", + "of", + "new", + "mexico" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"new mexico\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT area FROM state WHERE state_name = \"new mexico\";", + "query_toks": [ + "SELECT", + "area", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "new", + "mexico", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "area", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "how large is new mexico", + "question_toks": [ + "how", + "large", + "is", + "new", + "mexico" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"new mexico\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT area FROM state WHERE state_name = \"new mexico\";", + "query_toks": [ + "SELECT", + "area", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "new", + "mexico", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "area", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the area of the new mexico state", + "question_toks": [ + "what", + "is", + "the", + "area", + "of", + "the", + "new", + "mexico", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"new mexico\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT area FROM state WHERE state_name = \"new mexico\";", + "query_toks": [ + "SELECT", + "area", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "new", + "mexico", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "area", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the size of new mexico", + "question_toks": [ + "what", + "is", + "the", + "size", + "of", + "new", + "mexico" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"new mexico\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT area FROM state WHERE state_name = \"new mexico\";", + "query_toks": [ + "SELECT", + "area", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "new", + "mexico", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "area", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the area of new mexico in square kilometers", + "question_toks": [ + "what", + "is", + "the", + "area", + "of", + "new", + "mexico", + "in", + "square", + "kilometers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"new mexico\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name = \"california\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "how many people live in california", + "question_toks": [ + "how", + "many", + "people", + "live", + "in", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name = \"california\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "how many people reside in california", + "question_toks": [ + "how", + "many", + "people", + "reside", + "in", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name = \"california\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "how many residents live in california", + "question_toks": [ + "how", + "many", + "residents", + "live", + "in", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name = \"california\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "how much population does california have", + "question_toks": [ + "how", + "much", + "population", + "does", + "california", + "have" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name = \"california\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what are the population of california", + "question_toks": [ + "what", + "are", + "the", + "population", + "of", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name = \"california\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the population of california", + "question_toks": [ + "what", + "is", + "the", + "population", + "of", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name = \"california\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "how many people are in the state of california", + "question_toks": [ + "how", + "many", + "people", + "are", + "in", + "the", + "state", + "of", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name = \"california\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what can you tell me about the population of california", + "question_toks": [ + "what", + "can", + "you", + "tell", + "me", + "about", + "the", + "population", + "of", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name = \"california\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "how many people are there in california", + "question_toks": [ + "how", + "many", + "people", + "are", + "there", + "in", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name = \"california\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "how many citizens in california", + "question_toks": [ + "how", + "many", + "citizens", + "in", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name = \"california\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "how many people stay in california", + "question_toks": [ + "how", + "many", + "people", + "stay", + "in", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name = \"california\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "how many citizens live in california", + "question_toks": [ + "how", + "many", + "citizens", + "live", + "in", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MIN ( population ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "what state has the smallest population", + "question_toks": [ + "what", + "state", + "has", + "the", + "smallest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MIN ( population ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "what is the least populous state", + "question_toks": [ + "what", + "is", + "the", + "least", + "populous", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MIN ( population ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "what is the state with the lowest population", + "question_toks": [ + "what", + "is", + "the", + "state", + "with", + "the", + "lowest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "state_name", + "=", + "value" + ], + "question": "give me the cities in texas", + "question_toks": [ + "give", + "me", + "the", + "cities", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "state_name", + "=", + "value" + ], + "question": "tell me what cities are in texas", + "question_toks": [ + "tell", + "me", + "what", + "cities", + "are", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "state_name", + "=", + "value" + ], + "question": "what cities are located in texas", + "question_toks": [ + "what", + "cities", + "are", + "located", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "state_name", + "=", + "value" + ], + "question": "what are the cities in texas", + "question_toks": [ + "what", + "are", + "the", + "cities", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "state_name", + "=", + "value" + ], + "question": "what cities in texas", + "question_toks": [ + "what", + "cities", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "state_name", + "=", + "value" + ], + "question": "give me the cities which are in texas", + "question_toks": [ + "give", + "me", + "the", + "cities", + "which", + "are", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT area FROM state WHERE capital = \"albany\";", + "query_toks": [ + "SELECT", + "area", + "FROM", + "state", + "WHERE", + "capital", + "=", + "``", + "albany", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "area", + "from", + "state", + "where", + "capital", + "=", + "value" + ], + "question": "what is the area of the state with the capital albany", + "question_toks": [ + "what", + "is", + "the", + "area", + "of", + "the", + "state", + "with", + "the", + "capital", + "albany" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"albany\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lake_name FROM lake WHERE state_name = \"california\";", + "query_toks": [ + "SELECT", + "lake_name", + "FROM", + "lake", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "lake_name", + "from", + "lake", + "where", + "state_name", + "=", + "value" + ], + "question": "give me the lakes in california", + "question_toks": [ + "give", + "me", + "the", + "lakes", + "in", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lake_name FROM lake WHERE area > 750 AND state_name = \"michigan\";", + "query_toks": [ + "SELECT", + "lake_name", + "FROM", + "lake", + "WHERE", + "area", + ">", + "750", + "AND", + "state_name", + "=", + "``", + "michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "lake_name", + "from", + "lake", + "where", + "area", + ">", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "name the major lakes in michigan", + "question_toks": [ + "name", + "the", + "major", + "lakes", + "in", + "michigan" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 750.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state;", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state" + ], + "question": "what are the states", + "question_toks": [ + "what", + "are", + "the", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state;", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state" + ], + "question": "list the states", + "question_toks": [ + "list", + "the", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state;", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state" + ], + "question": "give me all the states of usa", + "question_toks": [ + "give", + "me", + "all", + "the", + "states", + "of", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "which states do ohio river flow through", + "question_toks": [ + "which", + "states", + "do", + "ohio", + "river", + "flow", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "what states does the ohio river run through", + "question_toks": [ + "what", + "states", + "does", + "the", + "ohio", + "river", + "run", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "what states border the ohio river", + "question_toks": [ + "what", + "states", + "border", + "the", + "ohio", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "which states border the ohio river", + "question_toks": [ + "which", + "states", + "border", + "the", + "ohio", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "what states does the ohio run through", + "question_toks": [ + "what", + "states", + "does", + "the", + "ohio", + "run", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "where is the ohio river", + "question_toks": [ + "where", + "is", + "the", + "ohio", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "which states does the ohio river run through", + "question_toks": [ + "which", + "states", + "does", + "the", + "ohio", + "river", + "run", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "which states does the ohio run through", + "question_toks": [ + "which", + "states", + "does", + "the", + "ohio", + "run", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "which states does the ohio river pass through", + "question_toks": [ + "which", + "states", + "does", + "the", + "ohio", + "river", + "pass", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "what are the states that the ohio run through", + "question_toks": [ + "what", + "are", + "the", + "states", + "that", + "the", + "ohio", + "run", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "which state has the ohio river", + "question_toks": [ + "which", + "state", + "has", + "the", + "ohio", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "what states have rivers named ohio", + "question_toks": [ + "what", + "states", + "have", + "rivers", + "named", + "ohio" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "through which states does the ohio flow", + "question_toks": [ + "through", + "which", + "states", + "does", + "the", + "ohio", + "flow" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "what states are next to the ohio", + "question_toks": [ + "what", + "states", + "are", + "next", + "to", + "the", + "ohio" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "through which states does the ohio run", + "question_toks": [ + "through", + "which", + "states", + "does", + "the", + "ohio", + "run" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE river_name = \"ohio\";", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "what states does the ohio river go through", + "question_toks": [ + "what", + "states", + "does", + "the", + "ohio", + "river", + "go", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "what state has the largest population", + "question_toks": [ + "what", + "state", + "has", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "what is the most populous state", + "question_toks": [ + "what", + "is", + "the", + "most", + "populous", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "what state is the largest in population", + "question_toks": [ + "what", + "state", + "is", + "the", + "largest", + "in", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "which state has the biggest population", + "question_toks": [ + "which", + "state", + "has", + "the", + "biggest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "which state has the greatest population", + "question_toks": [ + "which", + "state", + "has", + "the", + "greatest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "which state has the most population", + "question_toks": [ + "which", + "state", + "has", + "the", + "most", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "what state has the most people", + "question_toks": [ + "what", + "state", + "has", + "the", + "most", + "people" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "which state has the most people", + "question_toks": [ + "which", + "state", + "has", + "the", + "most", + "people" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "what is the most populous state in the us", + "question_toks": [ + "what", + "is", + "the", + "most", + "populous", + "state", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "what state has the highest population", + "question_toks": [ + "what", + "state", + "has", + "the", + "highest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lowest_elevation FROM highlow WHERE state_name = \"pennsylvania\";", + "query_toks": [ + "SELECT", + "lowest_elevation", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "pennsylvania", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "lowest_elevation", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the lowest elevation in pennsylvania", + "question_toks": [ + "what", + "is", + "the", + "lowest", + "elevation", + "in", + "pennsylvania" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"pennsylvania\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point , state_name FROM highlow WHERE lowest_elevation = 0;", + "query_toks": [ + "SELECT", + "highest_point", + ",", + "state_name", + "FROM", + "highlow", + "WHERE", + "lowest_elevation", + "=", + "0", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + ",", + "state_name", + "from", + "highlow", + "where", + "lowest_elevation", + "=", + "value" + ], + "question": "what is the highest point in each state whose lowest point is sea level", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "in", + "each", + "state", + "whose", + "lowest", + "point", + "is", + "sea", + "level" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + 0.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT LENGTH FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "LENGTH", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "length", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "what is the length of the longest river in the usa", + "question_toks": [ + "what", + "is", + "the", + "length", + "of", + "the", + "longest", + "river", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT LENGTH FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "LENGTH", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "length", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "how long is the longest river in the usa", + "question_toks": [ + "how", + "long", + "is", + "the", + "longest", + "river", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = \"texas\" ) AND traverse = \"texas\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "texas", + "''", + ")", + "AND", + "traverse", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value", + ")", + "and", + "traverse", + "=", + "value" + ], + "question": "what is the longest river flowing through texas", + "question_toks": [ + "what", + "is", + "the", + "longest", + "river", + "flowing", + "through", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = \"texas\" ) AND traverse = \"texas\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "texas", + "''", + ")", + "AND", + "traverse", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value", + ")", + "and", + "traverse", + "=", + "value" + ], + "question": "what is the largest river in texas state", + "question_toks": [ + "what", + "is", + "the", + "largest", + "river", + "in", + "texas", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = \"texas\" ) AND traverse = \"texas\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "texas", + "''", + ")", + "AND", + "traverse", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value", + ")", + "and", + "traverse", + "=", + "value" + ], + "question": "what is the longest river in texas", + "question_toks": [ + "what", + "is", + "the", + "longest", + "river", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = \"texas\" ) AND traverse = \"texas\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "texas", + "''", + ")", + "AND", + "traverse", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value", + ")", + "and", + "traverse", + "=", + "value" + ], + "question": "what is the biggest river in texas", + "question_toks": [ + "what", + "is", + "the", + "biggest", + "river", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = \"texas\" ) AND traverse = \"texas\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "texas", + "''", + ")", + "AND", + "traverse", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value", + ")", + "and", + "traverse", + "=", + "value" + ], + "question": "what is the longest river that flows through texas", + "question_toks": [ + "what", + "is", + "the", + "longest", + "river", + "that", + "flows", + "through", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = \"texas\" ) AND traverse = \"texas\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "texas", + "''", + ")", + "AND", + "traverse", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value", + ")", + "and", + "traverse", + "=", + "value" + ], + "question": "what are the biggest rivers in texas", + "question_toks": [ + "what", + "are", + "the", + "biggest", + "rivers", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( river_name ) FROM river WHERE traverse = \"idaho\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "river_name", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "idaho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "river_name", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "how many rivers are in idaho", + "question_toks": [ + "how", + "many", + "rivers", + "are", + "in", + "idaho" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"idaho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( river_name ) FROM river WHERE traverse = \"idaho\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "river_name", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "idaho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "river_name", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "give me the number of rivers in idaho", + "question_toks": [ + "give", + "me", + "the", + "number", + "of", + "rivers", + "in", + "idaho" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"idaho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( river_name ) FROM river WHERE traverse = \"idaho\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "river_name", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "idaho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "river_name", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "how many rivers does idaho have", + "question_toks": [ + "how", + "many", + "rivers", + "does", + "idaho", + "have" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"idaho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( river_name ) FROM river WHERE traverse = \"idaho\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "river_name", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "idaho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "river_name", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "how many rivers are there in idaho", + "question_toks": [ + "how", + "many", + "rivers", + "are", + "there", + "in", + "idaho" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"idaho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( river_name ) FROM river WHERE traverse = \"idaho\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "river_name", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "idaho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "river_name", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "how many rivers run through idaho", + "question_toks": [ + "how", + "many", + "rivers", + "run", + "through", + "idaho" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"idaho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( river_name ) FROM river WHERE traverse = \"idaho\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "river_name", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "idaho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "river_name", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "how many rivers are found in idaho", + "question_toks": [ + "how", + "many", + "rivers", + "are", + "found", + "in", + "idaho" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"idaho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( river_name ) FROM river WHERE traverse = \"idaho\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "river_name", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "idaho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "river_name", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "how many rivers in idaho", + "question_toks": [ + "how", + "many", + "rivers", + "in", + "idaho" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"idaho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "what states neighbor kentucky", + "question_toks": [ + "what", + "states", + "neighbor", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "which states border kentucky", + "question_toks": [ + "which", + "states", + "border", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "what states border kentucky", + "question_toks": [ + "what", + "states", + "border", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "give me the states that border kentucky", + "question_toks": [ + "give", + "me", + "the", + "states", + "that", + "border", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "what state borders kentucky", + "question_toks": [ + "what", + "state", + "borders", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "what states are next to kentucky", + "question_toks": [ + "what", + "states", + "are", + "next", + "to", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "what states surround kentucky", + "question_toks": [ + "what", + "states", + "surround", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "which state borders kentucky", + "question_toks": [ + "which", + "state", + "borders", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "what are the neighboring states for kentucky", + "question_toks": [ + "what", + "are", + "the", + "neighboring", + "states", + "for", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "which states adjoin kentucky", + "question_toks": [ + "which", + "states", + "adjoin", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "states bordering kentucky", + "question_toks": [ + "states", + "bordering", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "which state border kentucky", + "question_toks": [ + "which", + "state", + "border", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the adjacent state of kentucky", + "question_toks": [ + "what", + "is", + "the", + "adjacent", + "state", + "of", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "name all the rivers in illinois", + "question_toks": [ + "name", + "all", + "the", + "rivers", + "in", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "rivers in illinois", + "question_toks": [ + "rivers", + "in", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "what are all the rivers in illinois", + "question_toks": [ + "what", + "are", + "all", + "the", + "rivers", + "in", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "what are the rivers in illinois", + "question_toks": [ + "what", + "are", + "the", + "rivers", + "in", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "what rivers are in illinois", + "question_toks": [ + "what", + "rivers", + "are", + "in", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "what rivers are there in illinois", + "question_toks": [ + "what", + "rivers", + "are", + "there", + "in", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "what rivers run through illinois", + "question_toks": [ + "what", + "rivers", + "run", + "through", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "what rivers flow through illinois", + "question_toks": [ + "what", + "rivers", + "flow", + "through", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "what river flows through illinois", + "question_toks": [ + "what", + "river", + "flows", + "through", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "what are the rivers in the state of illinois", + "question_toks": [ + "what", + "are", + "the", + "rivers", + "in", + "the", + "state", + "of", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "name the rivers in illinois", + "question_toks": [ + "name", + "the", + "rivers", + "in", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "what are the rivers of illinois", + "question_toks": [ + "what", + "are", + "the", + "rivers", + "of", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "which rivers are in illinois", + "question_toks": [ + "which", + "rivers", + "are", + "in", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "which rivers flow through illinois", + "question_toks": [ + "which", + "rivers", + "flow", + "through", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "what is the river that cross over illinois", + "question_toks": [ + "what", + "is", + "the", + "river", + "that", + "cross", + "over", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value" + ], + "question": "what river runs through illinois", + "question_toks": [ + "what", + "river", + "runs", + "through", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "what state is springfield in", + "question_toks": [ + "what", + "state", + "is", + "springfield", + "in" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "where is springfield", + "question_toks": [ + "where", + "is", + "springfield" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "springfield is in what state", + "question_toks": [ + "springfield", + "is", + "in", + "what", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "what states have cities named springfield", + "question_toks": [ + "what", + "states", + "have", + "cities", + "named", + "springfield" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "which states have cities named springfield", + "question_toks": [ + "which", + "states", + "have", + "cities", + "named", + "springfield" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "which state is springfield in", + "question_toks": [ + "which", + "state", + "is", + "springfield", + "in" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "what states have a city named springfield", + "question_toks": [ + "what", + "states", + "have", + "a", + "city", + "named", + "springfield" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "what state has the city springfield", + "question_toks": [ + "what", + "state", + "has", + "the", + "city", + "springfield" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "what states have towns named springfield", + "question_toks": [ + "what", + "states", + "have", + "towns", + "named", + "springfield" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "what state is springfield located in", + "question_toks": [ + "what", + "state", + "is", + "springfield", + "located", + "in" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "in which state is springfield", + "question_toks": [ + "in", + "which", + "state", + "is", + "springfield" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "which state is the city springfield located in", + "question_toks": [ + "which", + "state", + "is", + "the", + "city", + "springfield", + "located", + "in" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "what states in the united states have a city of springfield", + "question_toks": [ + "what", + "states", + "in", + "the", + "united", + "states", + "have", + "a", + "city", + "of", + "springfield" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the population of the state with the largest area", + "question_toks": [ + "what", + "is", + "the", + "population", + "of", + "the", + "state", + "with", + "the", + "largest", + "area" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the population of the largest state", + "question_toks": [ + "what", + "is", + "the", + "population", + "of", + "the", + "largest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"boulder\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "boulder", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "how many people live in boulder", + "question_toks": [ + "how", + "many", + "people", + "live", + "in", + "boulder" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"boulder\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"boulder\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "boulder", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "what is the population of boulder", + "question_toks": [ + "what", + "is", + "the", + "population", + "of", + "boulder" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"boulder\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"boulder\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "boulder", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "how many people lived in boulder", + "question_toks": [ + "how", + "many", + "people", + "lived", + "in", + "boulder" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"boulder\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"boulder\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "boulder", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "number of people in boulder", + "question_toks": [ + "number", + "of", + "people", + "in", + "boulder" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"boulder\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"boulder\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "boulder", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "what is the population of boulder city", + "question_toks": [ + "what", + "is", + "the", + "population", + "of", + "boulder", + "city" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"boulder\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"boulder\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "boulder", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "how big is the city of boulder", + "question_toks": [ + "how", + "big", + "is", + "the", + "city", + "of", + "boulder" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"boulder\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"boulder\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "boulder", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "population of boulder", + "question_toks": [ + "population", + "of", + "boulder" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"boulder\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"boulder\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "boulder", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "what is the population in boulder", + "question_toks": [ + "what", + "is", + "the", + "population", + "in", + "boulder" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"boulder\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"boulder\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "boulder", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "people in boulder", + "question_toks": [ + "people", + "in", + "boulder" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"boulder\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"boulder\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "boulder", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "how many people in boulder", + "question_toks": [ + "how", + "many", + "people", + "in", + "boulder" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"boulder\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"boulder\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "boulder", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "how many inhabitants does boulder have", + "question_toks": [ + "how", + "many", + "inhabitants", + "does", + "boulder", + "have" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"boulder\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"boulder\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "boulder", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "number of citizens in boulder", + "question_toks": [ + "number", + "of", + "citizens", + "in", + "boulder" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"boulder\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"boulder\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "boulder", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "how many citizens in boulder", + "question_toks": [ + "how", + "many", + "citizens", + "in", + "boulder" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"boulder\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city WHERE state_name = \"alaska\" ) AND state_name = \"alaska\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "alaska", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "alaska", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "what is the smallest city in alaska", + "question_toks": [ + "what", + "is", + "the", + "smallest", + "city", + "in", + "alaska" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"alaska\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"alaska\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "which states lie on the largest river in the united states", + "question_toks": [ + "which", + "states", + "lie", + "on", + "the", + "largest", + "river", + "in", + "the", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "which states does the longest river run through", + "question_toks": [ + "which", + "states", + "does", + "the", + "longest", + "river", + "run", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "which state has the longest river", + "question_toks": [ + "which", + "state", + "has", + "the", + "longest", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "what are the states through which the longest river runs", + "question_toks": [ + "what", + "are", + "the", + "states", + "through", + "which", + "the", + "longest", + "river", + "runs" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "which states does the longest river cross", + "question_toks": [ + "which", + "states", + "does", + "the", + "longest", + "river", + "cross" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT density FROM state WHERE area = ( SELECT MIN ( area ) FROM state );", + "query_toks": [ + "SELECT", + "density", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "density", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the population density of the state with the smallest area", + "question_toks": [ + "what", + "is", + "the", + "population", + "density", + "of", + "the", + "state", + "with", + "the", + "smallest", + "area" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT density FROM state WHERE area = ( SELECT MIN ( area ) FROM state );", + "query_toks": [ + "SELECT", + "density", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "density", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the population density of the smallest state", + "question_toks": [ + "what", + "is", + "the", + "population", + "density", + "of", + "the", + "smallest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE highest_elevation > ( SELECT highest_elevation FROM highlow WHERE state_name = \"colorado\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + ">", + "(", + "SELECT", + "highest_elevation", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "colorado", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "highest_elevation", + ">", + "(", + "select", + "highest_elevation", + "from", + "highlow", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "which states have points higher than the highest point in colorado", + "question_toks": [ + "which", + "states", + "have", + "points", + "higher", + "than", + "the", + "highest", + "point", + "in", + "colorado" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"colorado\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE highest_elevation > ( SELECT highest_elevation FROM highlow WHERE state_name = \"colorado\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + ">", + "(", + "SELECT", + "highest_elevation", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "colorado", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "highest_elevation", + ">", + "(", + "select", + "highest_elevation", + "from", + "highlow", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "which states have points that are higher than the highest point in colorado", + "question_toks": [ + "which", + "states", + "have", + "points", + "that", + "are", + "higher", + "than", + "the", + "highest", + "point", + "in", + "colorado" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"colorado\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE highest_elevation > ( SELECT highest_elevation FROM highlow WHERE state_name = \"colorado\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + ">", + "(", + "SELECT", + "highest_elevation", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "colorado", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "highest_elevation", + ">", + "(", + "select", + "highest_elevation", + "from", + "highlow", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what states high point are higher than that of colorado", + "question_toks": [ + "what", + "states", + "high", + "point", + "are", + "higher", + "than", + "that", + "of", + "colorado" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"colorado\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_elevation FROM highlow WHERE state_name = \"delaware\";", + "query_toks": [ + "SELECT", + "highest_elevation", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "delaware", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_elevation", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the highest elevation in delaware", + "question_toks": [ + "what", + "is", + "the", + "highest", + "elevation", + "in", + "delaware" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"delaware\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_elevation FROM highlow WHERE state_name = \"delaware\";", + "query_toks": [ + "SELECT", + "highest_elevation", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "delaware", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_elevation", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "how high is the highest point of delaware", + "question_toks": [ + "how", + "high", + "is", + "the", + "highest", + "point", + "of", + "delaware" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"delaware\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_elevation FROM highlow WHERE state_name = \"delaware\";", + "query_toks": [ + "SELECT", + "highest_elevation", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "delaware", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_elevation", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "how tall is the highest point in delaware", + "question_toks": [ + "how", + "tall", + "is", + "the", + "highest", + "point", + "in", + "delaware" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"delaware\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_elevation FROM highlow WHERE state_name = \"delaware\";", + "query_toks": [ + "SELECT", + "highest_elevation", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "delaware", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_elevation", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the highest point in delaware in meters", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "in", + "delaware", + "in", + "meters" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"delaware\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_elevation FROM highlow WHERE state_name = \"delaware\";", + "query_toks": [ + "SELECT", + "highest_elevation", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "delaware", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_elevation", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "how high is the highest point in delaware", + "question_toks": [ + "how", + "high", + "is", + "the", + "highest", + "point", + "in", + "delaware" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"delaware\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "give me the longest river that passes through the us", + "question_toks": [ + "give", + "me", + "the", + "longest", + "river", + "that", + "passes", + "through", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "which is the longest river in usa", + "question_toks": [ + "which", + "is", + "the", + "longest", + "river", + "in", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "what is the longest river in america", + "question_toks": [ + "what", + "is", + "the", + "longest", + "river", + "in", + "america" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "name the longest river in us", + "question_toks": [ + "name", + "the", + "longest", + "river", + "in", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "what river is the longest one in the united states", + "question_toks": [ + "what", + "river", + "is", + "the", + "longest", + "one", + "in", + "the", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "what is the longest river in the us", + "question_toks": [ + "what", + "is", + "the", + "longest", + "river", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "what is the longest river", + "question_toks": [ + "what", + "is", + "the", + "longest", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "what is the longest river in the united states", + "question_toks": [ + "what", + "is", + "the", + "longest", + "river", + "in", + "the", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "what state has the city with the largest population", + "question_toks": [ + "what", + "state", + "has", + "the", + "city", + "with", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "what state has the largest city", + "question_toks": [ + "what", + "state", + "has", + "the", + "largest", + "city" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "which state has the largest city", + "question_toks": [ + "which", + "state", + "has", + "the", + "largest", + "city" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "what state has the city with the most population", + "question_toks": [ + "what", + "state", + "has", + "the", + "city", + "with", + "the", + "most", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city WHERE state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ) ) AND state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what is the smallest city in the largest state", + "question_toks": [ + "what", + "is", + "the", + "smallest", + "city", + "in", + "the", + "largest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what state is the biggest", + "question_toks": [ + "what", + "state", + "is", + "the", + "biggest" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the state with the largest area", + "question_toks": [ + "what", + "is", + "the", + "state", + "with", + "the", + "largest", + "area" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what state has the largest area", + "question_toks": [ + "what", + "state", + "has", + "the", + "largest", + "area" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the biggest state in continental us", + "question_toks": [ + "what", + "is", + "the", + "biggest", + "state", + "in", + "continental", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "state the state with the largest area", + "question_toks": [ + "state", + "the", + "state", + "with", + "the", + "largest", + "area" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the largest state in usa", + "question_toks": [ + "what", + "is", + "the", + "largest", + "state", + "in", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the biggest state", + "question_toks": [ + "what", + "is", + "the", + "biggest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the biggest state in the usa", + "question_toks": [ + "what", + "is", + "the", + "biggest", + "state", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "give me the largest state", + "question_toks": [ + "give", + "me", + "the", + "largest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the largest state in the us", + "question_toks": [ + "what", + "is", + "the", + "largest", + "state", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the largest state", + "question_toks": [ + "what", + "is", + "the", + "largest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what are the highest points of states surrounding mississippi", + "question_toks": [ + "what", + "are", + "the", + "highest", + "points", + "of", + "states", + "surrounding", + "mississippi" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what are the high points of states surrounding mississippi", + "question_toks": [ + "what", + "are", + "the", + "high", + "points", + "of", + "states", + "surrounding", + "mississippi" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"colorado\" ) ORDER BY highest_elevation DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "colorado", + "''", + ")", + "ORDER", + "BY", + "highest_elevation", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + "order", + "by", + "highest_elevation", + "desc", + "limit", + "value" + ], + "question": "what is the highest point in states bordering colorado", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "in", + "states", + "bordering", + "colorado" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"colorado\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"colorado\" ) ORDER BY highest_elevation DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "colorado", + "''", + ")", + "ORDER", + "BY", + "highest_elevation", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + "order", + "by", + "highest_elevation", + "desc", + "limit", + "value" + ], + "question": "what is the highest point in the states bordering colorado", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "in", + "the", + "states", + "bordering", + "colorado" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"colorado\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MIN", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "min", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "what is the state with the lowest population density", + "question_toks": [ + "what", + "is", + "the", + "state", + "with", + "the", + "lowest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MIN", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "min", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "what state has the lowest population density", + "question_toks": [ + "what", + "state", + "has", + "the", + "lowest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MIN", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "min", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "which state has the lowest population density", + "question_toks": [ + "which", + "state", + "has", + "the", + "lowest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MIN", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "min", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "which state has the smallest population density", + "question_toks": [ + "which", + "state", + "has", + "the", + "smallest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MIN", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "min", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "what state has the sparsest population density", + "question_toks": [ + "what", + "state", + "has", + "the", + "sparsest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MIN", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "min", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "which state has the sparsest population density", + "question_toks": [ + "which", + "state", + "has", + "the", + "sparsest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MIN", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "min", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "what state has the least population density", + "question_toks": [ + "what", + "state", + "has", + "the", + "least", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MIN", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "min", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "which state has the least population density", + "question_toks": [ + "which", + "state", + "has", + "the", + "least", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MIN", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "min", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "what state has the smallest population density", + "question_toks": [ + "what", + "state", + "has", + "the", + "smallest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "where is the highest point in texas", + "question_toks": [ + "where", + "is", + "the", + "highest", + "point", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the highest point in texas", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the high point of texas", + "question_toks": [ + "what", + "is", + "the", + "high", + "point", + "of", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the highest mountain in texas", + "question_toks": [ + "what", + "is", + "the", + "highest", + "mountain", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "could you tell me what is the highest point in the state of texas", + "question_toks": [ + "could", + "you", + "tell", + "me", + "what", + "is", + "the", + "highest", + "point", + "in", + "the", + "state", + "of", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE state_name NOT IN ( SELECT state_name FROM border_info );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "state_name", + "NOT", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "border_info", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "state_name", + "not", + "in", + "(", + "select", + "state_name", + "from", + "border_info", + ")" + ], + "question": "what states have no bordering state", + "question_toks": [ + "what", + "states", + "have", + "no", + "bordering", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE state_name NOT IN ( SELECT state_name FROM border_info );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "state_name", + "NOT", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "border_info", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "state_name", + "not", + "in", + "(", + "select", + "state_name", + "from", + "border_info", + ")" + ], + "question": "name the states which have no surrounding states", + "question_toks": [ + "name", + "the", + "states", + "which", + "have", + "no", + "surrounding", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE state_name NOT IN ( SELECT state_name FROM border_info );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "state_name", + "NOT", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "border_info", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "state_name", + "not", + "in", + "(", + "select", + "state_name", + "from", + "border_info", + ")" + ], + "question": "which states border no other states", + "question_toks": [ + "which", + "states", + "border", + "no", + "other", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT area FROM state WHERE density = ( SELECT MIN ( density ) FROM state );", + "query_toks": [ + "SELECT", + "area", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MIN", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "area", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "min", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "what is the area of the state with the smallest population density", + "question_toks": [ + "what", + "is", + "the", + "area", + "of", + "the", + "state", + "with", + "the", + "smallest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( state_name ) FROM highlow WHERE lowest_elevation < ( SELECT lowest_elevation FROM highlow WHERE state_name = \"alabama\" );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "state_name", + ")", + "FROM", + "highlow", + "WHERE", + "lowest_elevation", + "<", + "(", + "SELECT", + "lowest_elevation", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "alabama", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "state_name", + ")", + "from", + "highlow", + "where", + "lowest_elevation", + "<", + "(", + "select", + "lowest_elevation", + "from", + "highlow", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "count the states which have elevations lower than what alabama has", + "question_toks": [ + "count", + "the", + "states", + "which", + "have", + "elevations", + "lower", + "than", + "what", + "alabama", + "has" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"alabama\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_elevation FROM highlow WHERE highest_point = \"guadalupe peak\";", + "query_toks": [ + "SELECT", + "highest_elevation", + "FROM", + "highlow", + "WHERE", + "highest_point", + "=", + "``", + "guadalupe", + "peak", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_elevation", + "from", + "highlow", + "where", + "highest_point", + "=", + "value" + ], + "question": "how high is guadalupe peak", + "question_toks": [ + "how", + "high", + "is", + "guadalupe", + "peak" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"guadalupe peak\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_elevation FROM highlow WHERE highest_point = \"guadalupe peak\";", + "query_toks": [ + "SELECT", + "highest_elevation", + "FROM", + "highlow", + "WHERE", + "highest_point", + "=", + "``", + "guadalupe", + "peak", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_elevation", + "from", + "highlow", + "where", + "highest_point", + "=", + "value" + ], + "question": "how tall is guadalupe peak", + "question_toks": [ + "how", + "tall", + "is", + "guadalupe", + "peak" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"guadalupe peak\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_elevation FROM highlow WHERE highest_point = \"guadalupe peak\";", + "query_toks": [ + "SELECT", + "highest_elevation", + "FROM", + "highlow", + "WHERE", + "highest_point", + "=", + "``", + "guadalupe", + "peak", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_elevation", + "from", + "highlow", + "where", + "highest_point", + "=", + "value" + ], + "question": "what is the maximum elevation of guadalupe peak", + "question_toks": [ + "what", + "is", + "the", + "maximum", + "elevation", + "of", + "guadalupe", + "peak" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"guadalupe peak\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT MAX ( highest_elevation ) FROM highlow;", + "query_toks": [ + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ";" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow" + ], + "question": "how high is the highest point in america", + "question_toks": [ + "how", + "high", + "is", + "the", + "highest", + "point", + "in", + "america" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT MAX ( highest_elevation ) FROM highlow;", + "query_toks": [ + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ";" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow" + ], + "question": "what is the highest elevation in the united states", + "question_toks": [ + "what", + "is", + "the", + "highest", + "elevation", + "in", + "the", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT MAX ( highest_elevation ) FROM highlow;", + "query_toks": [ + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ";" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow" + ], + "question": "what is the elevation of the highest point in the usa", + "question_toks": [ + "what", + "is", + "the", + "elevation", + "of", + "the", + "highest", + "point", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT MAX ( highest_elevation ) FROM highlow;", + "query_toks": [ + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ";" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow" + ], + "question": "what is the height of the highest point in the usa", + "question_toks": [ + "what", + "is", + "the", + "height", + "of", + "the", + "highest", + "point", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT LENGTH FROM river WHERE river_name = \"rio grande\";", + "query_toks": [ + "SELECT", + "LENGTH", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "rio", + "grande", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "length", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "how long is the rio grande river", + "question_toks": [ + "how", + "long", + "is", + "the", + "rio", + "grande", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"rio grande\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT LENGTH FROM river WHERE river_name = \"rio grande\";", + "query_toks": [ + "SELECT", + "LENGTH", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "rio", + "grande", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "length", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "what is the length of the rio grande river", + "question_toks": [ + "what", + "is", + "the", + "length", + "of", + "the", + "rio", + "grande", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"rio grande\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT LENGTH FROM river WHERE river_name = \"rio grande\";", + "query_toks": [ + "SELECT", + "LENGTH", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "rio", + "grande", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "length", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "what length is the rio grande", + "question_toks": [ + "what", + "length", + "is", + "the", + "rio", + "grande" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"rio grande\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT LENGTH FROM river WHERE river_name = \"rio grande\";", + "query_toks": [ + "SELECT", + "LENGTH", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "rio", + "grande", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "length", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "how long is the rio grande", + "question_toks": [ + "how", + "long", + "is", + "the", + "rio", + "grande" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"rio grande\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT LENGTH FROM river WHERE river_name = \"rio grande\";", + "query_toks": [ + "SELECT", + "LENGTH", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "rio", + "grande", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "length", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "how long is the rio grande river in miles", + "question_toks": [ + "how", + "long", + "is", + "the", + "rio", + "grande", + "river", + "in", + "miles" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"rio grande\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT LENGTH FROM river WHERE river_name = \"rio grande\";", + "query_toks": [ + "SELECT", + "LENGTH", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "rio", + "grande", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "length", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "how long is rio grande", + "question_toks": [ + "how", + "long", + "is", + "rio", + "grande" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"rio grande\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT LENGTH FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = \"texas\" ) AND traverse = \"texas\";", + "query_toks": [ + "SELECT", + "LENGTH", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "texas", + "''", + ")", + "AND", + "traverse", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "length", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value", + ")", + "and", + "traverse", + "=", + "value" + ], + "question": "how long is the longest river in texas", + "question_toks": [ + "how", + "long", + "is", + "the", + "longest", + "river", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT LENGTH FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = \"texas\" ) AND traverse = \"texas\";", + "query_toks": [ + "SELECT", + "LENGTH", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "texas", + "''", + ")", + "AND", + "traverse", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "length", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value", + ")", + "and", + "traverse", + "=", + "value" + ], + "question": "what is the length of the longest river that runs through texas", + "question_toks": [ + "what", + "is", + "the", + "length", + "of", + "the", + "longest", + "river", + "that", + "runs", + "through", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( capital ) FROM state WHERE state_name = \"rhode island\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "capital", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "rhode", + "island", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "capital", + ")", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "how many capitals does rhode island have", + "question_toks": [ + "how", + "many", + "capitals", + "does", + "rhode", + "island", + "have" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"rhode island\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( city_name ) FROM city;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "city_name", + ")", + "FROM", + "city", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "city_name", + ")", + "from", + "city" + ], + "question": "how many cities are there in the united states", + "question_toks": [ + "how", + "many", + "cities", + "are", + "there", + "in", + "the", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( city_name ) FROM city;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "city_name", + ")", + "FROM", + "city", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "city_name", + ")", + "from", + "city" + ], + "question": "how many cities does the usa have", + "question_toks": [ + "how", + "many", + "cities", + "does", + "the", + "usa", + "have" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( city_name ) FROM city;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "city_name", + ")", + "FROM", + "city", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "city_name", + ")", + "from", + "city" + ], + "question": "how many cities are there in the us", + "question_toks": [ + "how", + "many", + "cities", + "are", + "there", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( city_name ) FROM city;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "city_name", + ")", + "FROM", + "city", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "city_name", + ")", + "from", + "city" + ], + "question": "how many cities are there in usa", + "question_toks": [ + "how", + "many", + "cities", + "are", + "there", + "in", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( city_name ) FROM city;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "city_name", + ")", + "FROM", + "city", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "city_name", + ")", + "from", + "city" + ], + "question": "how many cities are there in us", + "question_toks": [ + "how", + "many", + "cities", + "are", + "there", + "in", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( city_name ) FROM city WHERE population > 150000;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "city_name", + ")", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "city_name", + ")", + "from", + "city", + "where", + "population", + ">", + "value" + ], + "question": "how many major cities are there", + "question_toks": [ + "how", + "many", + "major", + "cities", + "are", + "there" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE population = ( SELECT MAX ( population ) FROM city );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "how many citizens does the biggest city have in the usa", + "question_toks": [ + "how", + "many", + "citizens", + "does", + "the", + "biggest", + "city", + "have", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( river_name ) FROM river WHERE river_name = \"colorado\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "river_name", + ")", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "colorado", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "river_name", + ")", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "how many colorado rivers are there", + "question_toks": [ + "how", + "many", + "colorado", + "rivers", + "are", + "there" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"colorado\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( river_name ) FROM river WHERE river_name = \"colorado\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "river_name", + ")", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "colorado", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "river_name", + ")", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "how many rivers are called colorado", + "question_toks": [ + "how", + "many", + "rivers", + "are", + "called", + "colorado" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"colorado\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"seattle\" AND state_name = \"washington\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "seattle", + "''", + "AND", + "state_name", + "=", + "``", + "washington", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "what is the population of seattle washington", + "question_toks": [ + "what", + "is", + "the", + "population", + "of", + "seattle", + "washington" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"seattle\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"washington\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = \"seattle\" AND state_name = \"washington\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "seattle", + "''", + "AND", + "state_name", + "=", + "``", + "washington", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "how many people live in seattle washington", + "question_toks": [ + "how", + "many", + "people", + "live", + "in", + "seattle", + "washington" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"seattle\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"washington\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = \"alaska\" ) AND state_name = \"alaska\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "alaska", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "alaska", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "how many people live in the biggest city in alaska state", + "question_toks": [ + "how", + "many", + "people", + "live", + "in", + "the", + "biggest", + "city", + "in", + "alaska", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"alaska\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"alaska\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = \"alaska\" ) AND state_name = \"alaska\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "alaska", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "alaska", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "how large is the largest city in alaska", + "question_toks": [ + "how", + "large", + "is", + "the", + "largest", + "city", + "in", + "alaska" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"alaska\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"alaska\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = ( SELECT capital FROM state WHERE state_name = \"texas\" );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "(", + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "(", + "select", + "capital", + "from", + "state", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "how many people live in the capital of texas", + "question_toks": [ + "how", + "many", + "people", + "live", + "in", + "the", + "capital", + "of", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = ( SELECT capital FROM state WHERE state_name = \"texas\" );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "(", + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "(", + "select", + "capital", + "from", + "state", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what is the size of the capital of texas", + "question_toks": [ + "what", + "is", + "the", + "size", + "of", + "the", + "capital", + "of", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT SUM ( population ) FROM state;", + "query_toks": [ + "SELECT", + "SUM", + "(", + "population", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + "from", + "state" + ], + "question": "how many people live in the united states", + "question_toks": [ + "how", + "many", + "people", + "live", + "in", + "the", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT SUM ( population ) FROM state;", + "query_toks": [ + "SELECT", + "SUM", + "(", + "population", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "population", + ")", + "from", + "state" + ], + "question": "what is the combined population of all 50 states", + "question_toks": [ + "what", + "is", + "the", + "combined", + "population", + "of", + "all", + "50", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( state_name ) FROM state;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "state_name", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "state_name", + ")", + "from", + "state" + ], + "question": "how many states are in the usa", + "question_toks": [ + "how", + "many", + "states", + "are", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( state_name ) FROM state;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "state_name", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "state_name", + ")", + "from", + "state" + ], + "question": "how many states are there", + "question_toks": [ + "how", + "many", + "states", + "are", + "there" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( state_name ) FROM state;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "state_name", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "state_name", + ")", + "from", + "state" + ], + "question": "how many states are there in the usa", + "question_toks": [ + "how", + "many", + "states", + "are", + "there", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( state_name ) FROM state;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "state_name", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "state_name", + ")", + "from", + "state" + ], + "question": "how many states does usa have", + "question_toks": [ + "how", + "many", + "states", + "does", + "usa", + "have" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( state_name ) FROM state;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "state_name", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "state_name", + ")", + "from", + "state" + ], + "question": "how many states are in the united states", + "question_toks": [ + "how", + "many", + "states", + "are", + "in", + "the", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( state_name ) FROM state;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "state_name", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "state_name", + ")", + "from", + "state" + ], + "question": "how many states are there in united states", + "question_toks": [ + "how", + "many", + "states", + "are", + "there", + "in", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( border ) FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "border", + ")", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "border", + ")", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "how many states border kentucky", + "question_toks": [ + "how", + "many", + "states", + "border", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( border ) FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "border", + ")", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "border", + ")", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "how many states does kentucky border", + "question_toks": [ + "how", + "many", + "states", + "does", + "kentucky", + "border" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( border ) FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "border", + ")", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "border", + ")", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "kentucky borders how many states", + "question_toks": [ + "kentucky", + "borders", + "how", + "many", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( border ) FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "border", + ")", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "border", + ")", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "number of states bordering kentucky", + "question_toks": [ + "number", + "of", + "states", + "bordering", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( border ) FROM border_info WHERE state_name = \"kentucky\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "border", + ")", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "kentucky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "border", + ")", + "from", + "border_info", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the number of neighboring states for kentucky", + "question_toks": [ + "what", + "is", + "the", + "number", + "of", + "neighboring", + "states", + "for", + "kentucky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"kentucky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( border ) FROM border_info WHERE state_name IN ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "border", + ")", + "FROM", + "border_info", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "border", + ")", + "from", + "border_info", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")", + ")" + ], + "question": "how many states border the state with the largest population", + "question_toks": [ + "how", + "many", + "states", + "border", + "the", + "state", + "with", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( DISTINCT state_name ) FROM state WHERE state_name NOT IN ( SELECT traverse FROM river );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "state_name", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "NOT", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "state_name", + ")", + "from", + "state", + "where", + "state_name", + "not", + "in", + "(", + "select", + "traverse", + "from", + "river", + ")" + ], + "question": "how many states do not have rivers", + "question_toks": [ + "how", + "many", + "states", + "do", + "not", + "have", + "rivers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 1, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( state_name ) FROM highlow WHERE highest_elevation > ( SELECT highest_elevation FROM highlow WHERE state_name = ( SELECT state_name FROM state WHERE capital = ( SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city ) ) ) );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "state_name", + ")", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + ">", + "(", + "SELECT", + "highest_elevation", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "capital", + "=", + "(", + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ")", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "state_name", + ")", + "from", + "highlow", + "where", + "highest_elevation", + ">", + "(", + "select", + "highest_elevation", + "from", + "highlow", + "where", + "state_name", + "=", + "(", + "select", + "state_name", + "from", + "state", + "where", + "capital", + "=", + "(", + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")", + ")", + ")", + ")" + ], + "question": "how many states have a higher point than the highest point of the state with the largest capital city in the us", + "question_toks": [ + "how", + "many", + "states", + "have", + "a", + "higher", + "point", + "than", + "the", + "highest", + "point", + "of", + "the", + "state", + "with", + "the", + "largest", + "capital", + "city", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH > 750 AND traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + ">", + "750", + "AND", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + ">", + "value", + "and", + "traverse", + "=", + "value" + ], + "question": "name the major rivers in illinois", + "question_toks": [ + "name", + "the", + "major", + "rivers", + "in", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + 750.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH > 750 AND traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + ">", + "750", + "AND", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + ">", + "value", + "and", + "traverse", + "=", + "value" + ], + "question": "what are the major rivers in illinois", + "question_toks": [ + "what", + "are", + "the", + "major", + "rivers", + "in", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + 750.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH > 750 AND traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + ">", + "750", + "AND", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + ">", + "value", + "and", + "traverse", + "=", + "value" + ], + "question": "what are major rivers in illinois", + "question_toks": [ + "what", + "are", + "major", + "rivers", + "in", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + 750.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH > 750 AND traverse = \"illinois\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + ">", + "750", + "AND", + "traverse", + "=", + "``", + "illinois", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + ">", + "value", + "and", + "traverse", + "=", + "value" + ], + "question": "what major rivers run through illinois", + "question_toks": [ + "what", + "major", + "rivers", + "run", + "through", + "illinois" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + 750.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"illinois\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse = \"texas\" );", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "texas", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value", + ")" + ], + "question": "through which states does the longest river in texas run", + "question_toks": [ + "through", + "which", + "states", + "does", + "the", + "longest", + "river", + "in", + "texas", + "run" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT capital FROM state WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what are the capital city in texas", + "question_toks": [ + "what", + "are", + "the", + "capital", + "city", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT capital FROM state WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the capital of texas", + "question_toks": [ + "what", + "is", + "the", + "capital", + "of", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT capital FROM state WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the capital of the texas state", + "question_toks": [ + "what", + "is", + "the", + "capital", + "of", + "the", + "texas", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT capital FROM state WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what is capital of texas", + "question_toks": [ + "what", + "is", + "capital", + "of", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT capital FROM state WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the capital of the state texas", + "question_toks": [ + "what", + "is", + "the", + "capital", + "of", + "the", + "state", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT capital FROM state WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "can you tell me the capital of texas", + "question_toks": [ + "can", + "you", + "tell", + "me", + "the", + "capital", + "of", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t2.capital FROM state AS t2 JOIN border_info AS t1 ON t2.state_name = t1.border WHERE t1.state_name = \"texas\";", + "query_toks": [ + "SELECT", + "t2.capital", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "border_info", + "AS", + "t1", + "ON", + "t2.state_name", + "=", + "t1.border", + "WHERE", + "t1.state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "capital", + "from", + "state", + "as", + "t2", + "join", + "border_info", + "as", + "t1", + "on", + "t2", + ".", + "state_name", + "=", + "t1", + ".", + "border", + "where", + "t1", + ".", + "state_name", + "=", + "value" + ], + "question": "what are the capitals of states that border texas", + "question_toks": [ + "what", + "are", + "the", + "capitals", + "of", + "states", + "that", + "border", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t2.capital FROM state AS t2 JOIN border_info AS t1 ON t2.state_name = t1.border WHERE t1.state_name = \"texas\";", + "query_toks": [ + "SELECT", + "t2.capital", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "border_info", + "AS", + "t1", + "ON", + "t2.state_name", + "=", + "t1.border", + "WHERE", + "t1.state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "capital", + "from", + "state", + "as", + "t2", + "join", + "border_info", + "as", + "t1", + "on", + "t2", + ".", + "state_name", + "=", + "t1", + ".", + "border", + "where", + "t1", + ".", + "state_name", + "=", + "value" + ], + "question": "what are the capital cities of the states which border texas", + "question_toks": [ + "what", + "are", + "the", + "capital", + "cities", + "of", + "the", + "states", + "which", + "border", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t2.capital FROM state AS t2 JOIN border_info AS t1 ON t2.state_name = t1.border WHERE t1.state_name = \"texas\";", + "query_toks": [ + "SELECT", + "t2.capital", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "border_info", + "AS", + "t1", + "ON", + "t2.state_name", + "=", + "t1.border", + "WHERE", + "t1.state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "capital", + "from", + "state", + "as", + "t2", + "join", + "border_info", + "as", + "t1", + "on", + "t2", + ".", + "state_name", + "=", + "t1", + ".", + "border", + "where", + "t1", + ".", + "state_name", + "=", + "value" + ], + "question": "what are the capitals of the states that border texas", + "question_toks": [ + "what", + "are", + "the", + "capitals", + "of", + "the", + "states", + "that", + "border", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t2.capital FROM state AS t2 JOIN border_info AS t1 ON t2.state_name = t1.border WHERE t1.state_name = \"texas\";", + "query_toks": [ + "SELECT", + "t2.capital", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "border_info", + "AS", + "t1", + "ON", + "t2.state_name", + "=", + "t1.border", + "WHERE", + "t1.state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "capital", + "from", + "state", + "as", + "t2", + "join", + "border_info", + "as", + "t1", + "on", + "t2", + ".", + "state_name", + "=", + "t1", + ".", + "border", + "where", + "t1", + ".", + "state_name", + "=", + "value" + ], + "question": "which capitals are in the states that border texas", + "question_toks": [ + "which", + "capitals", + "are", + "in", + "the", + "states", + "that", + "border", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what are the cities in states through which the mississippi runs", + "question_toks": [ + "what", + "are", + "the", + "cities", + "in", + "states", + "through", + "which", + "the", + "mississippi", + "runs" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE state_name IN ( SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ) );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")", + ")" + ], + "question": "what are the cities of the state with the highest point", + "question_toks": [ + "what", + "are", + "the", + "cities", + "of", + "the", + "state", + "with", + "the", + "highest", + "point" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow;", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow" + ], + "question": "what are the highest points of all the states", + "question_toks": [ + "what", + "are", + "the", + "highest", + "points", + "of", + "all", + "the", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population > 150000 AND state_name = \"kansas\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "``", + "kansas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "what are the major cities in kansas", + "question_toks": [ + "what", + "are", + "the", + "major", + "cities", + "in", + "kansas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"kansas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population > 150000 AND state_name = \"kansas\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "``", + "kansas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "what are the major cities in the state of kansas", + "question_toks": [ + "what", + "are", + "the", + "major", + "cities", + "in", + "the", + "state", + "of", + "kansas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"kansas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population > 150000 AND state_name = \"kansas\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "``", + "kansas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "what major cities are located in kansas", + "question_toks": [ + "what", + "major", + "cities", + "are", + "located", + "in", + "kansas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"kansas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population > 150000 AND state_name = \"kansas\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "``", + "kansas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "show major cities in kansas", + "question_toks": [ + "show", + "major", + "cities", + "in", + "kansas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"kansas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population > 150000 AND state_name = \"kansas\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "``", + "kansas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "what are the names of the major cities in kansas", + "question_toks": [ + "what", + "are", + "the", + "names", + "of", + "the", + "major", + "cities", + "in", + "kansas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"kansas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population > 150000 AND state_name = \"kansas\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "``", + "kansas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "what are the major cities of kansas", + "question_toks": [ + "what", + "are", + "the", + "major", + "cities", + "of", + "kansas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"kansas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population > 150000 AND state_name = \"kansas\";", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "``", + "kansas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "what is the major cities in kansas", + "question_toks": [ + "what", + "is", + "the", + "major", + "cities", + "in", + "kansas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"kansas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population > 150000 AND state_name IN ( SELECT traverse FROM river WHERE LENGTH > 750 AND river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + ">", + "750", + "AND", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "length", + ">", + "value", + "and", + "river_name", + "=", + "value", + ")" + ], + "question": "what are the major cities in states through which the mississippi runs", + "question_toks": [ + "what", + "are", + "the", + "major", + "cities", + "in", + "states", + "through", + "which", + "the", + "mississippi", + "runs" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + 750.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population > 150000;", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + ">", + "value" + ], + "question": "what are the major cities in the usa", + "question_toks": [ + "what", + "are", + "the", + "major", + "cities", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population > 150000;", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + ">", + "value" + ], + "question": "what are the major cities of the united states", + "question_toks": [ + "what", + "are", + "the", + "major", + "cities", + "of", + "the", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population > 150000;", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + ">", + "value" + ], + "question": "what are the major cities of the us", + "question_toks": [ + "what", + "are", + "the", + "major", + "cities", + "of", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT density FROM state;", + "query_toks": [ + "SELECT", + "density", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "density", + "from", + "state" + ], + "question": "what are the population densities of each us state", + "question_toks": [ + "what", + "are", + "the", + "population", + "densities", + "of", + "each", + "us", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what are the populations of states through which the mississippi river run", + "question_toks": [ + "what", + "are", + "the", + "populations", + "of", + "states", + "through", + "which", + "the", + "mississippi", + "river", + "run" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what are the populations of states through which the mississippi runs", + "question_toks": [ + "what", + "are", + "the", + "populations", + "of", + "states", + "through", + "which", + "the", + "mississippi", + "runs" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what are the populations of the states through which the mississippi runs", + "question_toks": [ + "what", + "are", + "the", + "populations", + "of", + "the", + "states", + "through", + "which", + "the", + "mississippi", + "runs" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what are the populations of states through which the mississippi river runs", + "question_toks": [ + "what", + "are", + "the", + "populations", + "of", + "states", + "through", + "which", + "the", + "mississippi", + "river", + "runs" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what are the populations of the states through which the mississippi run", + "question_toks": [ + "what", + "are", + "the", + "populations", + "of", + "the", + "states", + "through", + "which", + "the", + "mississippi", + "run" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what are the populations of the states through which the mississippi river run", + "question_toks": [ + "what", + "are", + "the", + "populations", + "of", + "the", + "states", + "through", + "which", + "the", + "mississippi", + "river", + "run" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what are the populations of states through which the mississippi run", + "question_toks": [ + "what", + "are", + "the", + "populations", + "of", + "states", + "through", + "which", + "the", + "mississippi", + "run" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what are the populations of the states through which the mississippi river runs", + "question_toks": [ + "what", + "are", + "the", + "populations", + "of", + "the", + "states", + "through", + "which", + "the", + "mississippi", + "river", + "runs" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t2.population FROM state AS t2 JOIN border_info AS t1 ON t2.state_name = t1.border WHERE t1.state_name = \"texas\";", + "query_toks": [ + "SELECT", + "t2.population", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "border_info", + "AS", + "t1", + "ON", + "t2.state_name", + "=", + "t1.border", + "WHERE", + "t1.state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "population", + "from", + "state", + "as", + "t2", + "join", + "border_info", + "as", + "t1", + "on", + "t2", + ".", + "state_name", + "=", + "t1", + ".", + "border", + "where", + "t1", + ".", + "state_name", + "=", + "value" + ], + "question": "what are the populations of states which border texas", + "question_toks": [ + "what", + "are", + "the", + "populations", + "of", + "states", + "which", + "border", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE population > 150000 AND state_name = \"wisconsin\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "``", + "wisconsin", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "what are the populations of the major cities of wisconsin", + "question_toks": [ + "what", + "are", + "the", + "populations", + "of", + "the", + "major", + "cities", + "of", + "wisconsin" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wisconsin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE population > 150000 AND state_name = \"wisconsin\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "``", + "wisconsin", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "what are the populations of all the major cities in wisconsin", + "question_toks": [ + "what", + "are", + "the", + "populations", + "of", + "all", + "the", + "major", + "cities", + "in", + "wisconsin" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wisconsin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE population > 150000 AND state_name = \"wisconsin\";", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "``", + "wisconsin", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "what is the population of the major cities in wisconsin", + "question_toks": [ + "what", + "is", + "the", + "population", + "of", + "the", + "major", + "cities", + "in", + "wisconsin" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"wisconsin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "what city has the most people", + "question_toks": [ + "what", + "city", + "has", + "the", + "most", + "people" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "what city in the united states has the highest population density", + "question_toks": [ + "what", + "city", + "in", + "the", + "united", + "states", + "has", + "the", + "highest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "what is the most populous city", + "question_toks": [ + "what", + "is", + "the", + "most", + "populous", + "city" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "which us city has the highest population density", + "question_toks": [ + "which", + "us", + "city", + "has", + "the", + "highest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "what is the biggest city in the usa", + "question_toks": [ + "what", + "is", + "the", + "biggest", + "city", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "whats the largest city", + "question_toks": [ + "whats", + "the", + "largest", + "city" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "what city has the largest population", + "question_toks": [ + "what", + "city", + "has", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "what is the biggest city in the us", + "question_toks": [ + "what", + "is", + "the", + "biggest", + "city", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "what is the biggest city in usa", + "question_toks": [ + "what", + "is", + "the", + "biggest", + "city", + "in", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.population", + ")", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "city", + "AS", + "t1", + "ON", + "t2.capital", + "=", + "t1.city_name", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "population", + ")", + "from", + "state", + "as", + "t2", + "join", + "city", + "as", + "t1", + "on", + "t2", + ".", + "capital", + "=", + "t1", + ".", + "city_name", + ")" + ], + "question": "what is the biggest capital city in the us", + "question_toks": [ + "what", + "is", + "the", + "biggest", + "capital", + "city", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.population", + ")", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "city", + "AS", + "t1", + "ON", + "t2.capital", + "=", + "t1.city_name", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "population", + ")", + "from", + "state", + "as", + "t2", + "join", + "city", + "as", + "t1", + "on", + "t2", + ".", + "capital", + "=", + "t1", + ".", + "city_name", + ")" + ], + "question": "what is the largest capital city in the usa", + "question_toks": [ + "what", + "is", + "the", + "largest", + "capital", + "city", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.population", + ")", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "city", + "AS", + "t1", + "ON", + "t2.capital", + "=", + "t1.city_name", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "population", + ")", + "from", + "state", + "as", + "t2", + "join", + "city", + "as", + "t1", + "on", + "t2", + ".", + "capital", + "=", + "t1", + ".", + "city_name", + ")" + ], + "question": "what is the largest state capital in population", + "question_toks": [ + "what", + "is", + "the", + "largest", + "state", + "capital", + "in", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.population", + ")", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "city", + "AS", + "t1", + "ON", + "t2.capital", + "=", + "t1.city_name", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "population", + ")", + "from", + "state", + "as", + "t2", + "join", + "city", + "as", + "t1", + "on", + "t2", + ".", + "capital", + "=", + "t1", + ".", + "city_name", + ")" + ], + "question": "what is the largest capital", + "question_toks": [ + "what", + "is", + "the", + "largest", + "capital" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.population", + ")", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "city", + "AS", + "t1", + "ON", + "t2.capital", + "=", + "t1.city_name", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "population", + ")", + "from", + "state", + "as", + "t2", + "join", + "city", + "as", + "t1", + "on", + "t2", + ".", + "capital", + "=", + "t1", + ".", + "city_name", + ")" + ], + "question": "what is the most populated capital in the usa", + "question_toks": [ + "what", + "is", + "the", + "most", + "populated", + "capital", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.population", + ")", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "city", + "AS", + "t1", + "ON", + "t2.capital", + "=", + "t1.city_name", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "population", + ")", + "from", + "state", + "as", + "t2", + "join", + "city", + "as", + "t1", + "on", + "t2", + ".", + "capital", + "=", + "t1", + ".", + "city_name", + ")" + ], + "question": "what capital is the largest in the us", + "question_toks": [ + "what", + "capital", + "is", + "the", + "largest", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.population", + ")", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "city", + "AS", + "t1", + "ON", + "t2.capital", + "=", + "t1.city_name", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "population", + ")", + "from", + "state", + "as", + "t2", + "join", + "city", + "as", + "t1", + "on", + "t2", + ".", + "capital", + "=", + "t1", + ".", + "city_name", + ")" + ], + "question": "what capital has the largest population", + "question_toks": [ + "what", + "capital", + "has", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.population", + ")", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "city", + "AS", + "t1", + "ON", + "t2.capital", + "=", + "t1.city_name", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "population", + ")", + "from", + "state", + "as", + "t2", + "join", + "city", + "as", + "t1", + "on", + "t2", + ".", + "capital", + "=", + "t1", + ".", + "city_name", + ")" + ], + "question": "what is largest capital", + "question_toks": [ + "what", + "is", + "largest", + "capital" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t2.capital FROM state AS t2 JOIN city AS t1 ON t2.state_name = t1.state_name WHERE t1.city_name = \"durham\";", + "query_toks": [ + "SELECT", + "t2.capital", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "city", + "AS", + "t1", + "ON", + "t2.state_name", + "=", + "t1.state_name", + "WHERE", + "t1.city_name", + "=", + "``", + "durham", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "capital", + "from", + "state", + "as", + "t2", + "join", + "city", + "as", + "t1", + "on", + "t2", + ".", + "state_name", + "=", + "t1", + ".", + "state_name", + "where", + "t1", + ".", + "city_name", + "=", + "value" + ], + "question": "what is the capital of states that have cities named durham", + "question_toks": [ + "what", + "is", + "the", + "capital", + "of", + "states", + "that", + "have", + "cities", + "named", + "durham" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"durham\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT capital FROM state WHERE area = ( SELECT MIN ( area ) FROM state );", + "query_toks": [ + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the capital of the smallest state", + "question_toks": [ + "what", + "is", + "the", + "capital", + "of", + "the", + "smallest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT DISTINCT capital FROM state WHERE density = ( SELECT MAX ( density ) FROM state );", + "query_toks": [ + "SELECT", + "DISTINCT", + "capital", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MAX", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "capital", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "max", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "what is the capital of the state with the largest population density", + "question_toks": [ + "what", + "is", + "the", + "capital", + "of", + "the", + "state", + "with", + "the", + "largest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT capital FROM state WHERE population = ( SELECT MAX ( population ) FROM state );", + "query_toks": [ + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "what is the capital of the state with the largest population", + "question_toks": [ + "what", + "is", + "the", + "capital", + "of", + "the", + "state", + "with", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT capital FROM state WHERE population = ( SELECT MAX ( population ) FROM state );", + "query_toks": [ + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "what is the capital of the state with the most inhabitants", + "question_toks": [ + "what", + "is", + "the", + "capital", + "of", + "the", + "state", + "with", + "the", + "most", + "inhabitants" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT capital FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ) );", + "query_toks": [ + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")", + ")" + ], + "question": "what is the capital of the state with the longest river", + "question_toks": [ + "what", + "is", + "the", + "capital", + "of", + "the", + "state", + "with", + "the", + "longest", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT SUM ( area ) FROM state;", + "query_toks": [ + "SELECT", + "SUM", + "(", + "area", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "area", + ")", + "from", + "state" + ], + "question": "what is the combined area of all 50 states", + "question_toks": [ + "what", + "is", + "the", + "combined", + "area", + "of", + "all", + "50", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT SUM ( area ) FROM state;", + "query_toks": [ + "SELECT", + "SUM", + "(", + "area", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "area", + ")", + "from", + "state" + ], + "question": "what is the area of all the states combined", + "question_toks": [ + "what", + "is", + "the", + "area", + "of", + "all", + "the", + "states", + "combined" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT SUM ( area ) FROM state;", + "query_toks": [ + "SELECT", + "SUM", + "(", + "area", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "area", + ")", + "from", + "state" + ], + "question": "how many square kilometers in the us", + "question_toks": [ + "how", + "many", + "square", + "kilometers", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT SUM ( area ) FROM state;", + "query_toks": [ + "SELECT", + "SUM", + "(", + "area", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "area", + ")", + "from", + "state" + ], + "question": "what is the total area of the usa", + "question_toks": [ + "what", + "is", + "the", + "total", + "area", + "of", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT density FROM state WHERE state_name = \"wyoming\";", + "query_toks": [ + "SELECT", + "density", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "density", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the density of the wyoming", + "question_toks": [ + "what", + "is", + "the", + "density", + "of", + "the", + "wyoming" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT density FROM state WHERE state_name = \"wyoming\";", + "query_toks": [ + "SELECT", + "density", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "density", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the population density of wyoming", + "question_toks": [ + "what", + "is", + "the", + "population", + "density", + "of", + "wyoming" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT density FROM state WHERE state_name = \"wyoming\";", + "query_toks": [ + "SELECT", + "density", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "density", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the density of wyoming", + "question_toks": [ + "what", + "is", + "the", + "density", + "of", + "wyoming" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT mountain_name FROM mountain WHERE mountain_altitude = ( SELECT MAX ( mountain_altitude ) FROM mountain );", + "query_toks": [ + "SELECT", + "mountain_name", + "FROM", + "mountain", + "WHERE", + "mountain_altitude", + "=", + "(", + "SELECT", + "MAX", + "(", + "mountain_altitude", + ")", + "FROM", + "mountain", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "mountain_name", + "from", + "mountain", + "where", + "mountain_altitude", + "=", + "(", + "select", + "max", + "(", + "mountain_altitude", + ")", + "from", + "mountain", + ")" + ], + "question": "what is the highest mountain in the us", + "question_toks": [ + "what", + "is", + "the", + "highest", + "mountain", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT mountain_name FROM mountain WHERE mountain_altitude = ( SELECT MAX ( mountain_altitude ) FROM mountain );", + "query_toks": [ + "SELECT", + "mountain_name", + "FROM", + "mountain", + "WHERE", + "mountain_altitude", + "=", + "(", + "SELECT", + "MAX", + "(", + "mountain_altitude", + ")", + "FROM", + "mountain", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "mountain_name", + "from", + "mountain", + "where", + "mountain_altitude", + "=", + "(", + "select", + "max", + "(", + "mountain_altitude", + ")", + "from", + "mountain", + ")" + ], + "question": "what is the highest mountain in us", + "question_toks": [ + "what", + "is", + "the", + "highest", + "mountain", + "in", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT mountain_name FROM mountain WHERE mountain_altitude = ( SELECT MAX ( mountain_altitude ) FROM mountain );", + "query_toks": [ + "SELECT", + "mountain_name", + "FROM", + "mountain", + "WHERE", + "mountain_altitude", + "=", + "(", + "SELECT", + "MAX", + "(", + "mountain_altitude", + ")", + "FROM", + "mountain", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "mountain_name", + "from", + "mountain", + "where", + "mountain_altitude", + "=", + "(", + "select", + "max", + "(", + "mountain_altitude", + ")", + "from", + "mountain", + ")" + ], + "question": "what is the tallest mountain in america", + "question_toks": [ + "what", + "is", + "the", + "tallest", + "mountain", + "in", + "america" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT mountain_name FROM mountain WHERE mountain_altitude = ( SELECT MAX ( mountain_altitude ) FROM mountain );", + "query_toks": [ + "SELECT", + "mountain_name", + "FROM", + "mountain", + "WHERE", + "mountain_altitude", + "=", + "(", + "SELECT", + "MAX", + "(", + "mountain_altitude", + ")", + "FROM", + "mountain", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "mountain_name", + "from", + "mountain", + "where", + "mountain_altitude", + "=", + "(", + "select", + "max", + "(", + "mountain_altitude", + ")", + "from", + "mountain", + ")" + ], + "question": "what is the tallest mountain in the united states", + "question_toks": [ + "what", + "is", + "the", + "tallest", + "mountain", + "in", + "the", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE state_name IN ( SELECT state_name FROM state WHERE capital = \"des moines\" );", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "capital", + "=", + "``", + "des", + "moines", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "capital", + "=", + "value", + ")" + ], + "question": "what is the highest point in the state with capital des moines", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "in", + "the", + "state", + "with", + "capital", + "des", + "moines" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"des moines\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE state_name IN ( SELECT state_name FROM state WHERE capital = \"des moines\" );", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "capital", + "=", + "``", + "des", + "moines", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "capital", + "=", + "value", + ")" + ], + "question": "what is the highest point in the state with the capital des moines", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "in", + "the", + "state", + "with", + "the", + "capital", + "des", + "moines" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"des moines\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is the highest point in the usa", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is the highest point of the usa", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "of", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is the highest point in the country", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "in", + "the", + "country" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is the highest point in the us", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is the highest point in the united states", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "in", + "the", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_point FROM highlow WHERE state_name IN ( SELECT state_name FROM state WHERE density = ( SELECT MIN ( density ) FROM state ) );", + "query_toks": [ + "SELECT", + "highest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MIN", + "(", + "density", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_point", + "from", + "highlow", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "min", + "(", + "density", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what is the highest point of the state with the smallest population density", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "of", + "the", + "state", + "with", + "the", + "smallest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE state_name IN ( SELECT state_name FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" ) AND area = ( SELECT MIN ( area ) FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" ) ) ) ORDER BY population DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + "AND", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ")", + ")", + "ORDER", + "BY", + "population", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")", + "and", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")", + ")", + ")", + "order", + "by", + "population", + "desc", + "limit", + "value" + ], + "question": "what is the largest city in smallest state through which the mississippi runs", + "question_toks": [ + "what", + "is", + "the", + "largest", + "city", + "in", + "smallest", + "state", + "through", + "which", + "the", + "mississippi", + "runs" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ) ) AND state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what is the largest city in the smallest state in the usa", + "question_toks": [ + "what", + "is", + "the", + "largest", + "city", + "in", + "the", + "smallest", + "state", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ) ) AND state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what is the biggest city in the smallest state", + "question_toks": [ + "what", + "is", + "the", + "biggest", + "city", + "in", + "the", + "smallest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"california\" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = \"california\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what is the largest state bordering california", + "question_toks": [ + "what", + "is", + "the", + "largest", + "state", + "bordering", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"california\" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = \"california\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what is the largest state that borders california", + "question_toks": [ + "what", + "is", + "the", + "largest", + "state", + "that", + "borders", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"california\" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = \"california\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what state that borders california is the largest", + "question_toks": [ + "what", + "state", + "that", + "borders", + "california", + "is", + "the", + "largest" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ) ) AND traverse IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ")", + "AND", + "traverse", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")", + ")", + ")", + "and", + "traverse", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what is the longest river in the largest state", + "question_toks": [ + "what", + "is", + "the", + "longest", + "river", + "in", + "the", + "largest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name = \"tennessee\" ) ) AND traverse IN ( SELECT border FROM border_info WHERE state_name = \"tennessee\" );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "tennessee", + "''", + ")", + ")", + "AND", + "traverse", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "tennessee", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")", + "and", + "traverse", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what is the longest river in the states that border tennessee", + "question_toks": [ + "what", + "is", + "the", + "longest", + "river", + "in", + "the", + "states", + "that", + "border", + "tennessee" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"tennessee\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"tennessee\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name = \"tennessee\" ) ) AND traverse IN ( SELECT border FROM border_info WHERE state_name = \"tennessee\" );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "tennessee", + "''", + ")", + ")", + "AND", + "traverse", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "tennessee", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")", + "and", + "traverse", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what is the longest river that flows through a state that borders tennessee", + "question_toks": [ + "what", + "is", + "the", + "longest", + "river", + "that", + "flows", + "through", + "a", + "state", + "that", + "borders", + "tennessee" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"tennessee\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"tennessee\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name = \"tennessee\" ) ) AND traverse IN ( SELECT border FROM border_info WHERE state_name = \"tennessee\" );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "tennessee", + "''", + ")", + ")", + "AND", + "traverse", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "tennessee", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")", + "and", + "traverse", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what is the longest river that runs through a state that borders tennessee", + "question_toks": [ + "what", + "is", + "the", + "longest", + "river", + "that", + "runs", + "through", + "a", + "state", + "that", + "borders", + "tennessee" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"tennessee\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"tennessee\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse = ( SELECT state_name FROM city WHERE population > 150000 GROUP BY state_name ORDER BY COUNT ( city_name ) DESC LIMIT 1 ) ORDER BY LENGTH DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "(", + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "GROUP", + "BY", + "state_name", + "ORDER", + "BY", + "COUNT", + "(", + "city_name", + ")", + "DESC", + "LIMIT", + "1", + ")", + "ORDER", + "BY", + "LENGTH", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "(", + "select", + "state_name", + "from", + "city", + "where", + "population", + ">", + "value", + "group", + "by", + "state_name", + "order", + "by", + "count", + "(", + "city_name", + ")", + "desc", + "limit", + "value", + ")", + "order", + "by", + "length", + "desc", + "limit", + "value" + ], + "question": "what is the longest river in the state with the most major cities", + "question_toks": [ + "what", + "is", + "the", + "longest", + "river", + "in", + "the", + "state", + "with", + "the", + "most", + "major", + "cities" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ] + ], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 7, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lowest_point FROM highlow WHERE state_name = \"iowa\";", + "query_toks": [ + "SELECT", + "lowest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "iowa", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "lowest_point", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the lowest point in iowa", + "question_toks": [ + "what", + "is", + "the", + "lowest", + "point", + "in", + "iowa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"iowa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lowest_point FROM highlow WHERE state_name = \"iowa\";", + "query_toks": [ + "SELECT", + "lowest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "iowa", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "lowest_point", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the lowest point in iowa in meters", + "question_toks": [ + "what", + "is", + "the", + "lowest", + "point", + "in", + "iowa", + "in", + "meters" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"iowa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lowest_point FROM highlow WHERE state_name = \"iowa\";", + "query_toks": [ + "SELECT", + "lowest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "iowa", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "lowest_point", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the lowest point in the state of iowa", + "question_toks": [ + "what", + "is", + "the", + "lowest", + "point", + "in", + "the", + "state", + "of", + "iowa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"iowa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lowest_point FROM highlow WHERE state_name = \"iowa\";", + "query_toks": [ + "SELECT", + "lowest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "iowa", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "lowest_point", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "where is the lowest point in iowa", + "question_toks": [ + "where", + "is", + "the", + "lowest", + "point", + "in", + "iowa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"iowa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lowest_point FROM highlow WHERE state_name = \"iowa\";", + "query_toks": [ + "SELECT", + "lowest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "iowa", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "lowest_point", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the lowest point of iowa", + "question_toks": [ + "what", + "is", + "the", + "lowest", + "point", + "of", + "iowa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"iowa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lowest_point FROM highlow WHERE state_name = \"iowa\";", + "query_toks": [ + "SELECT", + "lowest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "iowa", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "lowest_point", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "where is the lowest spot in iowa", + "question_toks": [ + "where", + "is", + "the", + "lowest", + "spot", + "in", + "iowa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"iowa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lowest_point FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "lowest_point", + "FROM", + "highlow", + "WHERE", + "lowest_elevation", + "=", + "(", + "SELECT", + "MIN", + "(", + "lowest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "lowest_point", + "from", + "highlow", + "where", + "lowest_elevation", + "=", + "(", + "select", + "min", + "(", + "lowest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is the lowest point in usa", + "question_toks": [ + "what", + "is", + "the", + "lowest", + "point", + "in", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lowest_point FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "lowest_point", + "FROM", + "highlow", + "WHERE", + "lowest_elevation", + "=", + "(", + "SELECT", + "MIN", + "(", + "lowest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "lowest_point", + "from", + "highlow", + "where", + "lowest_elevation", + "=", + "(", + "select", + "min", + "(", + "lowest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is the lowest point in the united states", + "question_toks": [ + "what", + "is", + "the", + "lowest", + "point", + "in", + "the", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lowest_point FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "lowest_point", + "FROM", + "highlow", + "WHERE", + "lowest_elevation", + "=", + "(", + "SELECT", + "MIN", + "(", + "lowest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "lowest_point", + "from", + "highlow", + "where", + "lowest_elevation", + "=", + "(", + "select", + "min", + "(", + "lowest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "where is the lowest point in the us", + "question_toks": [ + "where", + "is", + "the", + "lowest", + "point", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lowest_point FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "lowest_point", + "FROM", + "highlow", + "WHERE", + "lowest_elevation", + "=", + "(", + "SELECT", + "MIN", + "(", + "lowest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "lowest_point", + "from", + "highlow", + "where", + "lowest_elevation", + "=", + "(", + "select", + "min", + "(", + "lowest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is the lowest point of the us", + "question_toks": [ + "what", + "is", + "the", + "lowest", + "point", + "of", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lowest_point FROM highlow WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" ) ORDER BY lowest_elevation LIMIT 1;", + "query_toks": [ + "SELECT", + "lowest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + "ORDER", + "BY", + "lowest_elevation", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "lowest_point", + "from", + "highlow", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")", + "order", + "by", + "lowest_elevation", + "limit", + "value" + ], + "question": "what is the lowest point of all states through which the mississippi river runs through", + "question_toks": [ + "what", + "is", + "the", + "lowest", + "point", + "of", + "all", + "states", + "through", + "which", + "the", + "mississippi", + "river", + "runs", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lowest_point FROM highlow WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" ) ORDER BY lowest_elevation LIMIT 1;", + "query_toks": [ + "SELECT", + "lowest_point", + "FROM", + "highlow", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + "ORDER", + "BY", + "lowest_elevation", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "lowest_point", + "from", + "highlow", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")", + "order", + "by", + "lowest_elevation", + "limit", + "value" + ], + "question": "which is the lowest point of the states that the mississippi runs through", + "question_toks": [ + "which", + "is", + "the", + "lowest", + "point", + "of", + "the", + "states", + "that", + "the", + "mississippi", + "runs", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MAX", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "max", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "what is the most dense state in the usa", + "question_toks": [ + "what", + "is", + "the", + "most", + "dense", + "state", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MAX", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "max", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "which state has the highest population density", + "question_toks": [ + "which", + "state", + "has", + "the", + "highest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MAX", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "max", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "which state has the greatest density", + "question_toks": [ + "which", + "state", + "has", + "the", + "greatest", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MAX", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "max", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "what state has the highest population density", + "question_toks": [ + "what", + "state", + "has", + "the", + "highest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MAX", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "max", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "what state has the greatest population density", + "question_toks": [ + "what", + "state", + "has", + "the", + "greatest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MAX", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "max", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "what state has the largest population density", + "question_toks": [ + "what", + "state", + "has", + "the", + "largest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MAX", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "max", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "what is the state with the largest density in usa", + "question_toks": [ + "what", + "is", + "the", + "state", + "with", + "the", + "largest", + "density", + "in", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MAX", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "max", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "what is the state with the largest population density", + "question_toks": [ + "what", + "is", + "the", + "state", + "with", + "the", + "largest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE density = ( SELECT MAX ( density ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MAX", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "max", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "which state has the largest density", + "question_toks": [ + "which", + "state", + "has", + "the", + "largest", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" ) ) AND state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what is the most populous state through which the mississippi runs", + "question_toks": [ + "what", + "is", + "the", + "most", + "populous", + "state", + "through", + "which", + "the", + "mississippi", + "runs" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" ) ) AND state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what state which the mississippi runs through has the largest population", + "question_toks": [ + "what", + "state", + "which", + "the", + "mississippi", + "runs", + "through", + "has", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT density FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "density", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "density", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the population density of the largest state", + "question_toks": [ + "what", + "is", + "the", + "population", + "density", + "of", + "the", + "largest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) ) ) AND state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what is the population of the largest city in the state with the largest area", + "question_toks": [ + "what", + "is", + "the", + "population", + "of", + "the", + "largest", + "city", + "in", + "the", + "state", + "with", + "the", + "largest", + "area" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE area = ( SELECT MIN ( area ) FROM state );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the population of the smallest state", + "question_toks": [ + "what", + "is", + "the", + "population", + "of", + "the", + "smallest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE density = ( SELECT MAX ( density ) FROM state );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MAX", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "max", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "what is the population of the state with the highest population density", + "question_toks": [ + "what", + "is", + "the", + "population", + "of", + "the", + "state", + "with", + "the", + "highest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE density = ( SELECT MAX ( density ) FROM state );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "density", + "=", + "(", + "SELECT", + "MAX", + "(", + "density", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "density", + "=", + "(", + "select", + "max", + "(", + "density", + ")", + "from", + "state", + ")" + ], + "question": "how many people live in the state with the largest population density", + "question_toks": [ + "how", + "many", + "people", + "live", + "in", + "the", + "state", + "with", + "the", + "largest", + "population", + "density" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "what is the smallest city in the usa", + "question_toks": [ + "what", + "is", + "the", + "smallest", + "city", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "what is the smallest city in the us", + "question_toks": [ + "what", + "is", + "the", + "smallest", + "city", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "what city has the least population", + "question_toks": [ + "what", + "city", + "has", + "the", + "least", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "what is the city with the smallest population", + "question_toks": [ + "what", + "is", + "the", + "city", + "with", + "the", + "smallest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"texas\" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = \"texas\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what is the smallest state bordering texas", + "question_toks": [ + "what", + "is", + "the", + "smallest", + "state", + "bordering", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"texas\" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = \"texas\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what is the smallest state that borders texas", + "question_toks": [ + "what", + "is", + "the", + "smallest", + "state", + "that", + "borders", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"texas\" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = \"texas\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "which state has the smallest area that borders texas", + "question_toks": [ + "which", + "state", + "has", + "the", + "smallest", + "area", + "that", + "borders", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" ) ) AND state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what is the smallest state that the mississippi river runs through", + "question_toks": [ + "what", + "is", + "the", + "smallest", + "state", + "that", + "the", + "mississippi", + "river", + "runs", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the state with the smallest area", + "question_toks": [ + "what", + "is", + "the", + "state", + "with", + "the", + "smallest", + "area" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "which is the smallest state", + "question_toks": [ + "which", + "is", + "the", + "smallest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "which state is the smallest", + "question_toks": [ + "which", + "state", + "is", + "the", + "smallest" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the smallest state in the usa", + "question_toks": [ + "what", + "is", + "the", + "smallest", + "state", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the smallest state by area", + "question_toks": [ + "what", + "is", + "the", + "smallest", + "state", + "by", + "area" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what state has the smallest area", + "question_toks": [ + "what", + "state", + "has", + "the", + "smallest", + "area" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT SUM ( LENGTH ) FROM river;", + "query_toks": [ + "SELECT", + "SUM", + "(", + "LENGTH", + ")", + "FROM", + "river", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "length", + ")", + "from", + "river" + ], + "question": "what is the total length of all rivers in the usa", + "question_toks": [ + "what", + "is", + "the", + "total", + "length", + "of", + "all", + "rivers", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river GROUP BY ( river_name ) ORDER BY COUNT ( DISTINCT traverse ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "GROUP", + "BY", + "(", + "river_name", + ")", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "traverse", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "group", + "by", + "(", + "river_name", + ")", + "order", + "by", + "count", + "(", + "distinct", + "traverse", + ")", + "desc", + "limit", + "value" + ], + "question": "what river flows through the most states", + "question_toks": [ + "what", + "river", + "flows", + "through", + "the", + "most", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river GROUP BY ( river_name ) ORDER BY COUNT ( DISTINCT traverse ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "GROUP", + "BY", + "(", + "river_name", + ")", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "traverse", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "group", + "by", + "(", + "river_name", + ")", + "order", + "by", + "count", + "(", + "distinct", + "traverse", + ")", + "desc", + "limit", + "value" + ], + "question": "which river goes through the most states", + "question_toks": [ + "which", + "river", + "goes", + "through", + "the", + "most", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river GROUP BY ( river_name ) ORDER BY COUNT ( DISTINCT traverse ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "GROUP", + "BY", + "(", + "river_name", + ")", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "traverse", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "group", + "by", + "(", + "river_name", + ")", + "order", + "by", + "count", + "(", + "distinct", + "traverse", + ")", + "desc", + "limit", + "value" + ], + "question": "which river runs through most states", + "question_toks": [ + "which", + "river", + "runs", + "through", + "most", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river GROUP BY ( river_name ) ORDER BY COUNT ( DISTINCT traverse ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "GROUP", + "BY", + "(", + "river_name", + ")", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "traverse", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "group", + "by", + "(", + "river_name", + ")", + "order", + "by", + "count", + "(", + "distinct", + "traverse", + ")", + "desc", + "limit", + "value" + ], + "question": "which river traverses most states", + "question_toks": [ + "which", + "river", + "traverses", + "most", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river GROUP BY ( river_name ) ORDER BY COUNT ( DISTINCT traverse ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "GROUP", + "BY", + "(", + "river_name", + ")", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "traverse", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "group", + "by", + "(", + "river_name", + ")", + "order", + "by", + "count", + "(", + "distinct", + "traverse", + ")", + "desc", + "limit", + "value" + ], + "question": "what river traverses the most states", + "question_toks": [ + "what", + "river", + "traverses", + "the", + "most", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river GROUP BY ( river_name ) ORDER BY COUNT ( DISTINCT traverse ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "GROUP", + "BY", + "(", + "river_name", + ")", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "traverse", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "group", + "by", + "(", + "river_name", + ")", + "order", + "by", + "count", + "(", + "distinct", + "traverse", + ")", + "desc", + "limit", + "value" + ], + "question": "which river runs through the most states", + "question_toks": [ + "which", + "river", + "runs", + "through", + "the", + "most", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river GROUP BY ( river_name ) ORDER BY COUNT ( DISTINCT traverse ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "GROUP", + "BY", + "(", + "river_name", + ")", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "traverse", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "group", + "by", + "(", + "river_name", + ")", + "order", + "by", + "count", + "(", + "distinct", + "traverse", + ")", + "desc", + "limit", + "value" + ], + "question": "what river runs through the most states", + "question_toks": [ + "what", + "river", + "runs", + "through", + "the", + "most", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 26, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name = \"alabama\" );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "alabama", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what rivers are in states that border alabama", + "question_toks": [ + "what", + "rivers", + "are", + "in", + "states", + "that", + "border", + "alabama" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"alabama\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name = \"alabama\" );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "alabama", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "which rivers run through states bordering alabama", + "question_toks": [ + "which", + "rivers", + "run", + "through", + "states", + "bordering", + "alabama" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"alabama\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name = \"alabama\" );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "alabama", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what rivers flow through states that alabama borders", + "question_toks": [ + "what", + "rivers", + "flow", + "through", + "states", + "that", + "alabama", + "borders" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"alabama\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"oklahoma\" ) ORDER BY population DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "oklahoma", + "''", + ")", + "ORDER", + "BY", + "population", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + "order", + "by", + "population", + "desc", + "limit", + "value" + ], + "question": "what state bordering oklahoma has the largest population", + "question_toks": [ + "what", + "state", + "bordering", + "oklahoma", + "has", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oklahoma\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"oklahoma\" ) ORDER BY population DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "oklahoma", + "''", + ")", + "ORDER", + "BY", + "population", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + "order", + "by", + "population", + "desc", + "limit", + "value" + ], + "question": "which of the states bordering oklahoma has the largest population", + "question_toks": [ + "which", + "of", + "the", + "states", + "bordering", + "oklahoma", + "has", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oklahoma\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"oklahoma\" ) ORDER BY population DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "oklahoma", + "''", + ")", + "ORDER", + "BY", + "population", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + "order", + "by", + "population", + "desc", + "limit", + "value" + ], + "question": "what state that borders oklahoma has the highest population", + "question_toks": [ + "what", + "state", + "that", + "borders", + "oklahoma", + "has", + "the", + "highest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oklahoma\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"oklahoma\" ) ORDER BY population DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "oklahoma", + "''", + ")", + "ORDER", + "BY", + "population", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + "order", + "by", + "population", + "desc", + "limit", + "value" + ], + "question": "what is the most populated state bordering oklahoma", + "question_toks": [ + "what", + "is", + "the", + "most", + "populated", + "state", + "bordering", + "oklahoma" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"oklahoma\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"colorado\" ) );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "colorado", + "''", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")", + ")" + ], + "question": "what state contains the highest point of those the colorado river traverses", + "question_toks": [ + "what", + "state", + "contains", + "the", + "highest", + "point", + "of", + "those", + "the", + "colorado", + "river", + "traverses" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"colorado\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.population", + ")", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "city", + "AS", + "t1", + "ON", + "t2.capital", + "=", + "t1.city_name", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "population", + ")", + "from", + "state", + "as", + "t2", + "join", + "city", + "as", + "t1", + "on", + "t2", + ".", + "capital", + "=", + "t1", + ".", + "city_name", + ")" + ], + "question": "what state has the largest capital", + "question_toks": [ + "what", + "state", + "has", + "the", + "largest", + "capital" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE population = ( SELECT MAX ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.population", + ")", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "city", + "AS", + "t1", + "ON", + "t2.capital", + "=", + "t1.city_name", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "population", + ")", + "from", + "state", + "as", + "t2", + "join", + "city", + "as", + "t1", + "on", + "t2", + ".", + "capital", + "=", + "t1", + ".", + "city_name", + ")" + ], + "question": "which state 's capital city is the largest", + "question_toks": [ + "which", + "state", + "'s", + "capital", + "city", + "is", + "the", + "largest" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT DISTINCT traverse FROM river WHERE LENGTH = ( SELECT MAX ( DISTINCT LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "DISTINCT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "DISTINCT", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "traverse", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "distinct", + "length", + ")", + "from", + "river", + ")" + ], + "question": "what state has the longest river", + "question_toks": [ + "what", + "state", + "has", + "the", + "longest", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city GROUP BY state_name ORDER BY SUM ( population ) LIMIT 1;", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "GROUP", + "BY", + "state_name", + "ORDER", + "BY", + "SUM", + "(", + "population", + ")", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "group", + "by", + "state_name", + "order", + "by", + "sum", + "(", + "population", + ")", + "limit", + "value" + ], + "question": "what state has the smallest urban population", + "question_toks": [ + "what", + "state", + "has", + "the", + "smallest", + "urban", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 4, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"colorado\" );", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "colorado", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what states border states that border colorado", + "question_toks": [ + "what", + "states", + "border", + "states", + "that", + "border", + "colorado" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"colorado\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what states border states that the mississippi runs through", + "question_toks": [ + "what", + "states", + "border", + "states", + "that", + "the", + "mississippi", + "runs", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "which states border states through which the mississippi traverses", + "question_toks": [ + "which", + "states", + "border", + "states", + "through", + "which", + "the", + "mississippi", + "traverses" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what states border states which the mississippi runs through", + "question_toks": [ + "what", + "states", + "border", + "states", + "which", + "the", + "mississippi", + "runs", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM border_info WHERE border = \"texas\" AND state_name IN ( SELECT traverse FROM river WHERE LENGTH > 750 );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "border_info", + "WHERE", + "border", + "=", + "``", + "texas", + "''", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + ">", + "750", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "border_info", + "where", + "border", + "=", + "value", + "and", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "length", + ">", + "value", + ")" + ], + "question": "what states border texas and have a major river", + "question_toks": [ + "what", + "states", + "border", + "texas", + "and", + "have", + "a", + "major", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"texas\"", + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + 750.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) );", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "(", + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what states border the most populous state", + "question_toks": [ + "what", + "states", + "border", + "the", + "most", + "populous", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) );", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "(", + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what are the states that border the state with the greatest population", + "question_toks": [ + "what", + "are", + "the", + "states", + "that", + "border", + "the", + "state", + "with", + "the", + "greatest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what states border the state with the smallest area", + "question_toks": [ + "what", + "states", + "border", + "the", + "state", + "with", + "the", + "smallest", + "area" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name = ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "which states border the state with the smallest area", + "question_toks": [ + "which", + "states", + "border", + "the", + "state", + "with", + "the", + "smallest", + "area" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE LENGTH > 750;", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + ">", + "750", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "length", + ">", + "value" + ], + "question": "what states contain at least one major rivers", + "question_toks": [ + "what", + "states", + "contain", + "at", + "least", + "one", + "major", + "rivers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + 750.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM mountain;", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "mountain", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "mountain" + ], + "question": "where are mountains", + "question_toks": [ + "where", + "are", + "mountains" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM mountain WHERE mountain_altitude = ( SELECT MAX ( mountain_altitude ) FROM mountain );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "mountain", + "WHERE", + "mountain_altitude", + "=", + "(", + "SELECT", + "MAX", + "(", + "mountain_altitude", + ")", + "FROM", + "mountain", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "mountain", + "where", + "mountain_altitude", + "=", + "(", + "select", + "max", + "(", + "mountain_altitude", + ")", + "from", + "mountain", + ")" + ], + "question": "where is the highest mountain of the united states", + "question_toks": [ + "where", + "is", + "the", + "highest", + "mountain", + "of", + "the", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM mountain WHERE mountain_altitude = ( SELECT MAX ( mountain_altitude ) FROM mountain );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "mountain", + "WHERE", + "mountain_altitude", + "=", + "(", + "SELECT", + "MAX", + "(", + "mountain_altitude", + ")", + "FROM", + "mountain", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "mountain", + "where", + "mountain_altitude", + "=", + "(", + "select", + "max", + "(", + "mountain_altitude", + ")", + "from", + "mountain", + ")" + ], + "question": "which state has the highest peak in the country", + "question_toks": [ + "which", + "state", + "has", + "the", + "highest", + "peak", + "in", + "the", + "country" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "population", + ")", + "FROM", + "city", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "city", + ")" + ], + "question": "where is the smallest city", + "question_toks": [ + "where", + "is", + "the", + "smallest", + "city" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT density FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ) );", + "query_toks": [ + "SELECT", + "density", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "density", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")", + ")" + ], + "question": "which is the density of the state that the largest river in the united states runs through", + "question_toks": [ + "which", + "is", + "the", + "density", + "of", + "the", + "state", + "that", + "the", + "largest", + "river", + "in", + "the", + "united", + "states", + "runs", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT mountain_name FROM mountain WHERE mountain_altitude = ( SELECT MAX ( mountain_altitude ) FROM mountain WHERE state_name != \"alaska\" );", + "query_toks": [ + "SELECT", + "mountain_name", + "FROM", + "mountain", + "WHERE", + "mountain_altitude", + "=", + "(", + "SELECT", + "MAX", + "(", + "mountain_altitude", + ")", + "FROM", + "mountain", + "WHERE", + "state_name", + "!", + "=", + "``", + "alaska", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "mountain_name", + "from", + "mountain", + "where", + "mountain_altitude", + "=", + "(", + "select", + "max", + "(", + "mountain_altitude", + ")", + "from", + "mountain", + "where", + "state_name", + "!", + "=", + "value", + ")" + ], + "question": "which is the highest peak not in alaska", + "question_toks": [ + "which", + "is", + "the", + "highest", + "peak", + "not", + "in", + "alaska" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"alaska\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE river_name NOT IN ( SELECT river_name FROM river WHERE traverse = \"tennessee\" );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "river_name", + "NOT", + "IN", + "(", + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "tennessee", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "river_name", + "not", + "in", + "(", + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value", + ")" + ], + "question": "which rivers do not run through tennessee", + "question_toks": [ + "which", + "rivers", + "do", + "not", + "run", + "through", + "tennessee" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"tennessee\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE river_name NOT IN ( SELECT river_name FROM river WHERE traverse = \"tennessee\" );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "river_name", + "NOT", + "IN", + "(", + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "tennessee", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "river_name", + "not", + "in", + "(", + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "=", + "value", + ")" + ], + "question": "what rivers do not run through tennessee", + "question_toks": [ + "what", + "rivers", + "do", + "not", + "run", + "through", + "tennessee" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"tennessee\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE country_name != \"usa\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "country_name", + "!", + "=", + "``", + "usa", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "country_name", + "!", + "=", + "value" + ], + "question": "which rivers do not run through usa", + "question_toks": [ + "which", + "rivers", + "do", + "not", + "run", + "through", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 28, + false + ], + null + ], + "\"usa\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name IN ( SELECT state_name FROM state WHERE capital = \"atlanta\" ) );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "capital", + "=", + "``", + "atlanta", + "''", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "capital", + "=", + "value", + ")", + ")" + ], + "question": "which rivers run through states that border the state with the capital atlanta", + "question_toks": [ + "which", + "rivers", + "run", + "through", + "states", + "that", + "border", + "the", + "state", + "with", + "the", + "capital", + "atlanta" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"atlanta\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name IN ( SELECT state_name FROM state WHERE capital = \"atlanta\" ) );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "capital", + "=", + "``", + "atlanta", + "''", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "capital", + "=", + "value", + ")", + ")" + ], + "question": "what rivers run through the states that border the state with the capital atlanta", + "question_toks": [ + "what", + "rivers", + "run", + "through", + "the", + "states", + "that", + "border", + "the", + "state", + "with", + "the", + "capital", + "atlanta" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"atlanta\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MIN ( t1.population ) FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "t1.population", + ")", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "city", + "AS", + "t1", + "ON", + "t2.capital", + "=", + "t1.city_name", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "t1", + ".", + "population", + ")", + "from", + "state", + "as", + "t2", + "join", + "city", + "as", + "t1", + "on", + "t2", + ".", + "capital", + "=", + "t1", + ".", + "city_name", + ")" + ], + "question": "which state capital has the smallest population", + "question_toks": [ + "which", + "state", + "capital", + "has", + "the", + "smallest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "which state has the highest elevation", + "question_toks": [ + "which", + "state", + "has", + "the", + "highest", + "elevation" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "which state has the highest point", + "question_toks": [ + "which", + "state", + "has", + "the", + "highest", + "point" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what state has the highest elevation", + "question_toks": [ + "what", + "state", + "has", + "the", + "highest", + "elevation" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "in which state does the highest point in usa exist", + "question_toks": [ + "in", + "which", + "state", + "does", + "the", + "highest", + "point", + "in", + "usa", + "exist" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what state has highest elevation", + "question_toks": [ + "what", + "state", + "has", + "highest", + "elevation" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is the state with the highest elevation in the united states", + "question_toks": [ + "what", + "is", + "the", + "state", + "with", + "the", + "highest", + "elevation", + "in", + "the", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is the state that contains the highest point", + "question_toks": [ + "what", + "is", + "the", + "state", + "that", + "contains", + "the", + "highest", + "point" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what state contains the highest point in the us", + "question_toks": [ + "what", + "state", + "contains", + "the", + "highest", + "point", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "lowest_elevation", + "=", + "(", + "SELECT", + "MIN", + "(", + "lowest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "lowest_elevation", + "=", + "(", + "select", + "min", + "(", + "lowest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "which state has the lowest elevation", + "question_toks": [ + "which", + "state", + "has", + "the", + "lowest", + "elevation" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "lowest_elevation", + "=", + "(", + "SELECT", + "MIN", + "(", + "lowest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "lowest_elevation", + "=", + "(", + "select", + "min", + "(", + "lowest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is the name of the state with the lowest point", + "question_toks": [ + "what", + "is", + "the", + "name", + "of", + "the", + "state", + "with", + "the", + "lowest", + "point" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "lowest_elevation", + "=", + "(", + "SELECT", + "MIN", + "(", + "lowest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "lowest_elevation", + "=", + "(", + "select", + "min", + "(", + "lowest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is the state with the lowest point", + "question_toks": [ + "what", + "is", + "the", + "state", + "with", + "the", + "lowest", + "point" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"idaho\" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = \"idaho\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "lowest_elevation", + "=", + "(", + "SELECT", + "MIN", + "(", + "lowest_elevation", + ")", + "FROM", + "highlow", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "idaho", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "idaho", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "highlow", + "where", + "lowest_elevation", + "=", + "(", + "select", + "min", + "(", + "lowest_elevation", + ")", + "from", + "highlow", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "which state has the lowest point that borders idaho", + "question_toks": [ + "which", + "state", + "has", + "the", + "lowest", + "point", + "that", + "borders", + "idaho" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"idaho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"idaho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city GROUP BY state_name ORDER BY AVG ( population ) LIMIT 1;", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "GROUP", + "BY", + "state_name", + "ORDER", + "BY", + "AVG", + "(", + "population", + ")", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "group", + "by", + "state_name", + "order", + "by", + "avg", + "(", + "population", + ")", + "limit", + "value" + ], + "question": "which state has the smallest average urban population", + "question_toks": [ + "which", + "state", + "has", + "the", + "smallest", + "average", + "urban", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 5, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM mountain WHERE mountain_name = \"whitney\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "mountain", + "WHERE", + "mountain_name", + "=", + "``", + "whitney", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "mountain", + "where", + "mountain_name", + "=", + "value" + ], + "question": "which state is mount whitney in", + "question_toks": [ + "which", + "state", + "is", + "mount", + "whitney", + "in" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + "\"whitney\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM mountain WHERE mountain_name = \"whitney\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "mountain", + "WHERE", + "mountain_name", + "=", + "``", + "whitney", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "mountain", + "where", + "mountain_name", + "=", + "value" + ], + "question": "in what state is mount whitney", + "question_toks": [ + "in", + "what", + "state", + "is", + "mount", + "whitney" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + "\"whitney\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM mountain WHERE mountain_name = \"whitney\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "mountain", + "WHERE", + "mountain_name", + "=", + "``", + "whitney", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "mountain", + "where", + "mountain_name", + "=", + "value" + ], + "question": "where is mount whitney", + "question_toks": [ + "where", + "is", + "mount", + "whitney" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + "\"whitney\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM mountain WHERE mountain_name = \"whitney\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "mountain", + "WHERE", + "mountain_name", + "=", + "``", + "whitney", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "mountain", + "where", + "mountain_name", + "=", + "value" + ], + "question": "where is mount whitney located", + "question_toks": [ + "where", + "is", + "mount", + "whitney", + "located" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + "\"whitney\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river;", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river" + ], + "question": "which states have a river", + "question_toks": [ + "which", + "states", + "have", + "a", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river;", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river" + ], + "question": "what states have rivers running through them", + "question_toks": [ + "what", + "states", + "have", + "rivers", + "running", + "through", + "them" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE city_name = \"austin\" AND population > 150000;", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "austin", + "''", + "AND", + "population", + ">", + "150000", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "city_name", + "=", + "value", + "and", + "population", + ">", + "value" + ], + "question": "which states have a major city named austin", + "question_toks": [ + "which", + "states", + "have", + "a", + "major", + "city", + "named", + "austin" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"austin\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"california\" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = \"california\" );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what is the largest city in a state that borders california", + "question_toks": [ + "what", + "is", + "the", + "largest", + "city", + "in", + "a", + "state", + "that", + "borders", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"california\" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = \"california\" );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "california", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what is the largest city in states that border california", + "question_toks": [ + "what", + "is", + "the", + "largest", + "city", + "in", + "states", + "that", + "border", + "california" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"california\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( river_name ) FROM river WHERE traverse NOT IN ( SELECT state_name FROM state WHERE capital = \"albany\" );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "river_name", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "NOT", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "capital", + "=", + "``", + "albany", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "river_name", + ")", + "from", + "river", + "where", + "traverse", + "not", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "capital", + "=", + "value", + ")" + ], + "question": "how many rivers do not traverse the state with the capital albany", + "question_toks": [ + "how", + "many", + "rivers", + "do", + "not", + "traverse", + "the", + "state", + "with", + "the", + "capital", + "albany" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"albany\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river WHERE traverse = \"texas\" ) AND traverse = \"texas\";", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MIN", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "=", + "``", + "texas", + "''", + ")", + "AND", + "traverse", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "min", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "=", + "value", + ")", + "and", + "traverse", + "=", + "value" + ], + "question": "what is the shortest river in texas", + "question_toks": [ + "what", + "is", + "the", + "shortest", + "river", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population > 150000 AND state_name = ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what are the major cities in the smallest state in the us", + "question_toks": [ + "what", + "are", + "the", + "major", + "cities", + "in", + "the", + "smallest", + "state", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = ( SELECT capital FROM state WHERE area = ( SELECT MAX ( t1.area ) FROM state AS t1 JOIN river AS t2 ON t1.state_name = t2.traverse WHERE t2.river_name = \"mississippi\" ) );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "(", + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.area", + ")", + "FROM", + "state", + "AS", + "t1", + "JOIN", + "river", + "AS", + "t2", + "ON", + "t1.state_name", + "=", + "t2.traverse", + "WHERE", + "t2.river_name", + "=", + "``", + "mississippi", + "''", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "(", + "select", + "capital", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "area", + ")", + "from", + "state", + "as", + "t1", + "join", + "river", + "as", + "t2", + "on", + "t1", + ".", + "state_name", + "=", + "t2", + ".", + "traverse", + "where", + "t2", + ".", + "river_name", + "=", + "value", + ")", + ")" + ], + "question": "what is the population of the capital of the largest state through which the mississippi runs", + "question_toks": [ + "what", + "is", + "the", + "population", + "of", + "the", + "capital", + "of", + "the", + "largest", + "state", + "through", + "which", + "the", + "mississippi", + "runs" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MIN", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "min", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "what is the shortest river in the usa", + "question_toks": [ + "what", + "is", + "the", + "shortest", + "river", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MIN", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "min", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "what is the shortest river", + "question_toks": [ + "what", + "is", + "the", + "shortest", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MIN", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "min", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "what is the shortest river in the us", + "question_toks": [ + "what", + "is", + "the", + "shortest", + "river", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MIN", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "min", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "what is the shortest river in the united states", + "question_toks": [ + "what", + "is", + "the", + "shortest", + "river", + "in", + "the", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MIN", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "min", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "which is the shortest river", + "question_toks": [ + "which", + "is", + "the", + "shortest", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT capital FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"texas\" ) );", + "query_toks": [ + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")" + ], + "question": "what is the capital of the state that borders the state that borders texas", + "question_toks": [ + "what", + "is", + "the", + "capital", + "of", + "the", + "state", + "that", + "borders", + "the", + "state", + "that", + "borders", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population = ( SELECT MIN ( population ) FROM city WHERE state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ) ) AND state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what is the smallest city of the smallest state in the us", + "question_toks": [ + "what", + "is", + "the", + "smallest", + "city", + "of", + "the", + "smallest", + "state", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE area = ( SELECT MAX ( area ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"texas\" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = \"texas\" );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what is the population of the largest state that borders texas", + "question_toks": [ + "what", + "is", + "the", + "population", + "of", + "the", + "largest", + "state", + "that", + "borders", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE capital = \"salem\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "capital", + "=", + "``", + "salem", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "capital", + "=", + "value" + ], + "question": "what state is salem the capital of", + "question_toks": [ + "what", + "state", + "is", + "salem", + "the", + "capital", + "of" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"salem\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE capital = \"salem\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "capital", + "=", + "``", + "salem", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "capital", + "=", + "value" + ], + "question": "what states capital is salem", + "question_toks": [ + "what", + "states", + "capital", + "is", + "salem" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"salem\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE capital = \"salem\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "capital", + "=", + "``", + "salem", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "capital", + "=", + "value" + ], + "question": "salem is the capital of which state", + "question_toks": [ + "salem", + "is", + "the", + "capital", + "of", + "which", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"salem\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE capital = \"salem\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "capital", + "=", + "``", + "salem", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "capital", + "=", + "value" + ], + "question": "what state has the capital salem", + "question_toks": [ + "what", + "state", + "has", + "the", + "capital", + "salem" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"salem\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse IN ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what rivers flow through the state with the largest population", + "question_toks": [ + "what", + "rivers", + "flow", + "through", + "the", + "state", + "with", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state WHERE state_name IN ( SELECT state_name FROM border_info WHERE border IN ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) ) ) ) AND state_name IN ( SELECT state_name FROM border_info WHERE border IN ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) ) );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "border_info", + "WHERE", + "border", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ")", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "border_info", + "WHERE", + "border", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "border_info", + "where", + "border", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")", + ")", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "border_info", + "where", + "border", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")", + ")", + ")" + ], + "question": "what is the largest state that borders the state with the highest population", + "question_toks": [ + "what", + "is", + "the", + "largest", + "state", + "that", + "borders", + "the", + "state", + "with", + "the", + "highest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( river_name ) FROM river;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "river_name", + ")", + "FROM", + "river", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "river_name", + ")", + "from", + "river" + ], + "question": "how many rivers are there in us", + "question_toks": [ + "how", + "many", + "rivers", + "are", + "there", + "in", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT DISTINCT capital FROM state;", + "query_toks": [ + "SELECT", + "DISTINCT", + "capital", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "capital", + "from", + "state" + ], + "question": "name the 50 capitals in the usa", + "question_toks": [ + "name", + "the", + "50", + "capitals", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( state_name ) FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "state_name", + ")", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "state_name", + ")", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "how many states have a city named springfield", + "question_toks": [ + "how", + "many", + "states", + "have", + "a", + "city", + "named", + "springfield" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( state_name ) FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "state_name", + ")", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "state_name", + ")", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "how many states have a city called springfield", + "question_toks": [ + "how", + "many", + "states", + "have", + "a", + "city", + "called", + "springfield" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( state_name ) FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "state_name", + ")", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "state_name", + ")", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "how many states have cities named springfield", + "question_toks": [ + "how", + "many", + "states", + "have", + "cities", + "named", + "springfield" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( state_name ) FROM city WHERE city_name = \"springfield\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "state_name", + ")", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "springfield", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "state_name", + ")", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "how many states have cities or towns named springfield", + "question_toks": [ + "how", + "many", + "states", + "have", + "cities", + "or", + "towns", + "named", + "springfield" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"springfield\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name IN ( SELECT state_name FROM state WHERE population = ( SELECT MIN ( population ) FROM state ) );", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "population", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what state borders the state with the smallest population", + "question_toks": [ + "what", + "state", + "borders", + "the", + "state", + "with", + "the", + "smallest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lake_name FROM lake WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"texas\" );", + "query_toks": [ + "SELECT", + "lake_name", + "FROM", + "lake", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "lake_name", + "from", + "lake", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "what are the lakes in states bordering texas", + "question_toks": [ + "what", + "are", + "the", + "lakes", + "in", + "states", + "bordering", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( city_name ) FROM city WHERE population > 150000 AND state_name = \"texas\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "city_name", + ")", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "city_name", + ")", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "how many major cities are in texas", + "question_toks": [ + "how", + "many", + "major", + "cities", + "are", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( city_name ) FROM city WHERE population > 150000 AND state_name = \"texas\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "city_name", + ")", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "city_name", + ")", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "how many big cities are in texas", + "question_toks": [ + "how", + "many", + "big", + "cities", + "are", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( city_name ) FROM city WHERE population > 150000 AND state_name = \"texas\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "city_name", + ")", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "city_name", + ")", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "value" + ], + "question": "how many major cities are there in texas", + "question_toks": [ + "how", + "many", + "major", + "cities", + "are", + "there", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT highest_elevation FROM highlow;", + "query_toks": [ + "SELECT", + "highest_elevation", + "FROM", + "highlow", + ";" + ], + "query_toks_no_value": [ + "select", + "highest_elevation", + "from", + "highlow" + ], + "question": "how high are the highest points of all the states", + "question_toks": [ + "how", + "high", + "are", + "the", + "highest", + "points", + "of", + "all", + "the", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( traverse ) FROM river WHERE river_name = \"missouri\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "traverse", + ")", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "missouri", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "traverse", + ")", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "how many states does the missouri run through", + "question_toks": [ + "how", + "many", + "states", + "does", + "the", + "missouri", + "run", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"missouri\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( traverse ) FROM river WHERE river_name = \"missouri\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "traverse", + ")", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "missouri", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "traverse", + ")", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "how many states does the missouri river flow through", + "question_toks": [ + "how", + "many", + "states", + "does", + "the", + "missouri", + "river", + "flow", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"missouri\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( traverse ) FROM river WHERE river_name = \"missouri\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "traverse", + ")", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "missouri", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "traverse", + ")", + "from", + "river", + "where", + "river_name", + "=", + "value" + ], + "question": "how many states does the missouri river run through", + "question_toks": [ + "how", + "many", + "states", + "does", + "the", + "missouri", + "river", + "run", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"missouri\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river WHERE traverse IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) ) ) AND traverse IN ( SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ")", + "AND", + "traverse", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")", + ")", + ")", + "and", + "traverse", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what is the longest river in the smallest state in the usa", + "question_toks": [ + "what", + "is", + "the", + "longest", + "river", + "in", + "the", + "smallest", + "state", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population / area FROM state WHERE state_name = \"pennsylvania\";", + "query_toks": [ + "SELECT", + "population", + "/", + "area", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "pennsylvania", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "/", + "area", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the average population per square km in pennsylvania", + "question_toks": [ + "what", + "is", + "the", + "average", + "population", + "per", + "square", + "km", + "in", + "pennsylvania" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 4, + [ + 0, + 2, + false + ], + [ + 0, + 3, + false + ] + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"pennsylvania\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name IN ( SELECT border FROM border_info WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"florida\" ) );", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "florida", + "''", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")" + ], + "question": "what states border states that border states that border florida", + "question_toks": [ + "what", + "states", + "border", + "states", + "that", + "border", + "states", + "that", + "border", + "florida" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"florida\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( DISTINCT state_name ) FROM border_info;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "state_name", + ")", + "FROM", + "border_info", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "state_name", + ")", + "from", + "border_info" + ], + "question": "how many states border at least one other state", + "question_toks": [ + "how", + "many", + "states", + "border", + "at", + "least", + "one", + "other", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT MAX ( DISTINCT highest_elevation ) FROM highlow WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "MAX", + "(", + "DISTINCT", + "highest_elevation", + ")", + "FROM", + "highlow", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "distinct", + "highest_elevation", + ")", + "from", + "highlow", + "where", + "state_name", + "=", + "value" + ], + "question": "what is the height of the highest mountain in texas", + "question_toks": [ + "what", + "is", + "the", + "height", + "of", + "the", + "highest", + "mountain", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( border ) FROM border_info WHERE border IN ( SELECT border FROM border_info WHERE state_name = \"new mexico\" ) AND state_name = \"colorado\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "border", + ")", + "FROM", + "border_info", + "WHERE", + "border", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "new", + "mexico", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "colorado", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "border", + ")", + "from", + "border_info", + "where", + "border", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "how many states border colorado and border new mexico", + "question_toks": [ + "how", + "many", + "states", + "border", + "colorado", + "and", + "border", + "new", + "mexico" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"new mexico\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"colorado\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( city_name ) FROM city WHERE population > 150000 AND state_name IN ( SELECT border FROM border_info WHERE state_name = \"nebraska\" );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "city_name", + ")", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "nebraska", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "city_name", + ")", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "how many major cities are in states bordering nebraska", + "question_toks": [ + "how", + "many", + "major", + "cities", + "are", + "in", + "states", + "bordering", + "nebraska" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"nebraska\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT SUM ( t2.population ) FROM state AS t2 JOIN border_info AS t1 ON t2.state_name = t1.border WHERE t1.state_name = \"texas\";", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t2.population", + ")", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "border_info", + "AS", + "t1", + "ON", + "t2.state_name", + "=", + "t1.border", + "WHERE", + "t1.state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t2", + ".", + "population", + ")", + "from", + "state", + "as", + "t2", + "join", + "border_info", + "as", + "t1", + "on", + "t2", + ".", + "state_name", + "=", + "t1", + ".", + "border", + "where", + "t1", + ".", + "state_name", + "=", + "value" + ], + "question": "what is the total population of the states that border texas", + "question_toks": [ + "what", + "is", + "the", + "total", + "population", + "of", + "the", + "states", + "that", + "border", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lake_name FROM lake WHERE area > 750;", + "query_toks": [ + "SELECT", + "lake_name", + "FROM", + "lake", + "WHERE", + "area", + ">", + "750", + ";" + ], + "query_toks_no_value": [ + "select", + "lake_name", + "from", + "lake", + "where", + "area", + ">", + "value" + ], + "question": "what are the major lakes in united states", + "question_toks": [ + "what", + "are", + "the", + "major", + "lakes", + "in", + "united", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 750.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lake_name FROM lake WHERE area > 750;", + "query_toks": [ + "SELECT", + "lake_name", + "FROM", + "lake", + "WHERE", + "area", + ">", + "750", + ";" + ], + "query_toks_no_value": [ + "select", + "lake_name", + "from", + "lake", + "where", + "area", + ">", + "value" + ], + "question": "show me all the major lakes in the us", + "question_toks": [ + "show", + "me", + "all", + "the", + "major", + "lakes", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + 750.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lake_name FROM lake;", + "query_toks": [ + "SELECT", + "lake_name", + "FROM", + "lake", + ";" + ], + "query_toks_no_value": [ + "select", + "lake_name", + "from", + "lake" + ], + "question": "name all the lakes of us", + "question_toks": [ + "name", + "all", + "the", + "lakes", + "of", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( river_name ) FROM river WHERE LENGTH > 750 AND traverse = \"ohio\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "river_name", + ")", + "FROM", + "river", + "WHERE", + "LENGTH", + ">", + "750", + "AND", + "traverse", + "=", + "``", + "ohio", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "river_name", + ")", + "from", + "river", + "where", + "length", + ">", + "value", + "and", + "traverse", + "=", + "value" + ], + "question": "how many major rivers cross ohio", + "question_toks": [ + "how", + "many", + "major", + "rivers", + "cross", + "ohio" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + 750.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"ohio\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT DISTINCT traverse FROM river WHERE LENGTH = ( SELECT MIN ( DISTINCT LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "DISTINCT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MIN", + "(", + "DISTINCT", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "traverse", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "min", + "(", + "distinct", + "length", + ")", + "from", + "river", + ")" + ], + "question": "what state has the shortest river", + "question_toks": [ + "what", + "state", + "has", + "the", + "shortest", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 27, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( DISTINCT traverse ) FROM river WHERE LENGTH > 750;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "traverse", + ")", + "FROM", + "river", + "WHERE", + "LENGTH", + ">", + "750", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "traverse", + ")", + "from", + "river", + "where", + "length", + ">", + "value" + ], + "question": "how many states are next to major rivers", + "question_toks": [ + "how", + "many", + "states", + "are", + "next", + "to", + "major", + "rivers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + 750.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT mountain_altitude FROM mountain WHERE mountain_name = \"mckinley\";", + "query_toks": [ + "SELECT", + "mountain_altitude", + "FROM", + "mountain", + "WHERE", + "mountain_name", + "=", + "``", + "mckinley", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "mountain_altitude", + "from", + "mountain", + "where", + "mountain_name", + "=", + "value" + ], + "question": "what is the height of mount mckinley", + "question_toks": [ + "what", + "is", + "the", + "height", + "of", + "mount", + "mckinley" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + "\"mckinley\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT traverse FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MIN", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "traverse", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "min", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "what states does the shortest river run through", + "question_toks": [ + "what", + "states", + "does", + "the", + "shortest", + "river", + "run", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t2.highest_point FROM state AS t1 JOIN highlow AS t2 ON t1.state_name = t2.state_name WHERE t1.state_name IN ( SELECT state_name FROM state WHERE population = ( SELECT MIN ( population ) FROM state ) );", + "query_toks": [ + "SELECT", + "t2.highest_point", + "FROM", + "state", + "AS", + "t1", + "JOIN", + "highlow", + "AS", + "t2", + "ON", + "t1.state_name", + "=", + "t2.state_name", + "WHERE", + "t1.state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "population", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "highest_point", + "from", + "state", + "as", + "t1", + "join", + "highlow", + "as", + "t2", + "on", + "t1", + ".", + "state_name", + "=", + "t2", + ".", + "state_name", + "where", + "t1", + ".", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what is the highest point in the state with the smallest population", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "in", + "the", + "state", + "with", + "the", + "smallest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse IN ( SELECT state_name FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ) );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "lowest_elevation", + "=", + "(", + "SELECT", + "MIN", + "(", + "lowest_elevation", + ")", + "FROM", + "highlow", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "state_name", + "from", + "highlow", + "where", + "lowest_elevation", + "=", + "(", + "select", + "min", + "(", + "lowest_elevation", + ")", + "from", + "highlow", + ")", + ")" + ], + "question": "which rivers run through the state with the lowest elevation in the usa", + "question_toks": [ + "which", + "rivers", + "run", + "through", + "the", + "state", + "with", + "the", + "lowest", + "elevation", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse IN ( SELECT state_name FROM highlow WHERE lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ) );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "highlow", + "WHERE", + "lowest_elevation", + "=", + "(", + "SELECT", + "MIN", + "(", + "lowest_elevation", + ")", + "FROM", + "highlow", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "state_name", + "from", + "highlow", + "where", + "lowest_elevation", + "=", + "(", + "select", + "min", + "(", + "lowest_elevation", + ")", + "from", + "highlow", + ")", + ")" + ], + "question": "what rivers run through the state with the lowest point in the usa", + "question_toks": [ + "what", + "rivers", + "run", + "through", + "the", + "state", + "with", + "the", + "lowest", + "point", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT mountain_name FROM mountain WHERE state_name = \"alaska\";", + "query_toks": [ + "SELECT", + "mountain_name", + "FROM", + "mountain", + "WHERE", + "state_name", + "=", + "``", + "alaska", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "mountain_name", + "from", + "mountain", + "where", + "state_name", + "=", + "value" + ], + "question": "what mountains are in alaska", + "question_toks": [ + "what", + "mountains", + "are", + "in", + "alaska" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"alaska\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( traverse ) FROM river WHERE LENGTH > 750;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "traverse", + ")", + "FROM", + "river", + "WHERE", + "LENGTH", + ">", + "750", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "traverse", + ")", + "from", + "river", + "where", + "length", + ">", + "value" + ], + "question": "how many states have major rivers", + "question_toks": [ + "how", + "many", + "states", + "have", + "major", + "rivers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + 750.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MIN ( area ) FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ) ) ) AND state_name IN ( SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ) );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")", + ")" + ], + "question": "what is the smallest state through which the longest river runs", + "question_toks": [ + "what", + "is", + "the", + "smallest", + "state", + "through", + "which", + "the", + "longest", + "river", + "runs" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"rio grande\" ) ) AND state_name IN ( SELECT traverse FROM river WHERE river_name = \"rio grande\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "rio", + "grande", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "rio", + "grande", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what is the largest state traversed by the rio grande river", + "question_toks": [ + "what", + "is", + "the", + "largest", + "state", + "traversed", + "by", + "the", + "rio", + "grande", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"rio grande\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"rio grande\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"rio grande\" ) ) AND state_name IN ( SELECT traverse FROM river WHERE river_name = \"rio grande\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "rio", + "grande", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "rio", + "grande", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "what is the largest of the state that the rio grande runs through", + "question_toks": [ + "what", + "is", + "the", + "largest", + "of", + "the", + "state", + "that", + "the", + "rio", + "grande", + "runs", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"rio grande\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"rio grande\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( river_name ) FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name = \"colorado\" );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "river_name", + ")", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "colorado", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "river_name", + ")", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "how many rivers run through the states bordering colorado", + "question_toks": [ + "how", + "many", + "rivers", + "run", + "through", + "the", + "states", + "bordering", + "colorado" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"colorado\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE state_name NOT IN ( SELECT traverse FROM river );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "state_name", + "NOT", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "state_name", + "not", + "in", + "(", + "select", + "traverse", + "from", + "river", + ")" + ], + "question": "what state has no rivers", + "question_toks": [ + "what", + "state", + "has", + "no", + "rivers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT capital FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the capital of the largest state", + "question_toks": [ + "what", + "is", + "the", + "capital", + "of", + "the", + "largest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT capital FROM state WHERE area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "capital", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the capital city of the largest state in the us", + "question_toks": [ + "what", + "is", + "the", + "capital", + "city", + "of", + "the", + "largest", + "state", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( city_name ) FROM city WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "city_name", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "city_name", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value" + ], + "question": "how many cities are in texas", + "question_toks": [ + "how", + "many", + "cities", + "are", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( city_name ) FROM city WHERE state_name = \"texas\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "city_name", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "city_name", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value" + ], + "question": "how many cities does texas have", + "question_toks": [ + "how", + "many", + "cities", + "does", + "texas", + "have" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT area FROM state;", + "query_toks": [ + "SELECT", + "area", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "area", + "from", + "state" + ], + "question": "what is the area of the states", + "question_toks": [ + "what", + "is", + "the", + "area", + "of", + "the", + "states" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( DISTINCT traverse ) FROM river WHERE LENGTH = ( SELECT MIN ( DISTINCT LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "traverse", + ")", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MIN", + "(", + "DISTINCT", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "traverse", + ")", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "min", + "(", + "distinct", + "length", + ")", + "from", + "river", + ")" + ], + "question": "how many states in the us does the shortest river run through", + "question_toks": [ + "how", + "many", + "states", + "in", + "the", + "us", + "does", + "the", + "shortest", + "river", + "run", + "through" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 27, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse IN ( SELECT border FROM border_info WHERE state_name IN ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) ) );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")", + ")", + ")" + ], + "question": "what rivers flow through states that border the state with the largest population", + "question_toks": [ + "what", + "rivers", + "flow", + "through", + "states", + "that", + "border", + "the", + "state", + "with", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population > 150000 AND state_name = ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "=", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "=", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what are the major cities in the largest state", + "question_toks": [ + "what", + "are", + "the", + "major", + "cities", + "in", + "the", + "largest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT area FROM state WHERE area = ( SELECT MIN ( area ) FROM state );", + "query_toks": [ + "SELECT", + "area", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "area", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the area of the smallest state", + "question_toks": [ + "what", + "is", + "the", + "area", + "of", + "the", + "smallest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT border FROM border_info WHERE state_name IN ( SELECT traverse FROM river WHERE LENGTH = ( SELECT MAX ( LENGTH ) FROM river ) );", + "query_toks": [ + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MAX", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "max", + "(", + "length", + ")", + "from", + "river", + ")", + ")" + ], + "question": "which states border the longest river in the usa", + "question_toks": [ + "which", + "states", + "border", + "the", + "longest", + "river", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT density FROM state WHERE population = ( SELECT MIN ( population ) FROM state );", + "query_toks": [ + "SELECT", + "density", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MIN", + "(", + "population", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "density", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "min", + "(", + "population", + ")", + "from", + "state", + ")" + ], + "question": "what is the population density of the state with the smallest population", + "question_toks": [ + "what", + "is", + "the", + "population", + "density", + "of", + "the", + "state", + "with", + "the", + "smallest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( DISTINCT border ) FROM border_info WHERE state_name IN ( SELECT traverse FROM river WHERE river_name = \"mississippi\" );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "border", + ")", + "FROM", + "border_info", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "mississippi", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "border", + ")", + "from", + "border_info", + "where", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "=", + "value", + ")" + ], + "question": "how many states border the mississippi river", + "question_toks": [ + "how", + "many", + "states", + "border", + "the", + "mississippi", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"mississippi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t1.state_name FROM state AS t1 JOIN highlow AS t2 ON t1.capital = t2.highest_point;", + "query_toks": [ + "SELECT", + "t1.state_name", + "FROM", + "state", + "AS", + "t1", + "JOIN", + "highlow", + "AS", + "t2", + "ON", + "t1.capital", + "=", + "t2.highest_point", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "state_name", + "from", + "state", + "as", + "t1", + "join", + "highlow", + "as", + "t2", + "on", + "t1", + ".", + "capital", + "=", + "t2", + ".", + "highest_point" + ], + "question": "what states have a capital that is the highest point in the state", + "question_toks": [ + "what", + "states", + "have", + "a", + "capital", + "that", + "is", + "the", + "highest", + "point", + "in", + "the", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 16, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = ( SELECT capital FROM state WHERE area = ( SELECT MIN ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "(", + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "(", + "select", + "capital", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what is the population of the capital of the smallest state", + "question_toks": [ + "what", + "is", + "the", + "population", + "of", + "the", + "capital", + "of", + "the", + "smallest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM city WHERE city_name = ( SELECT capital FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "(", + "SELECT", + "capital", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "city", + "where", + "city_name", + "=", + "(", + "select", + "capital", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what is the population of the capital of the largest state", + "question_toks": [ + "what", + "is", + "the", + "population", + "of", + "the", + "capital", + "of", + "the", + "largest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t2.lowest_point FROM state AS t1 JOIN highlow AS t2 ON t1.state_name = t2.state_name WHERE t1.state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "t2.lowest_point", + "FROM", + "state", + "AS", + "t1", + "JOIN", + "highlow", + "AS", + "t2", + "ON", + "t1.state_name", + "=", + "t2.state_name", + "WHERE", + "t1.state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "lowest_point", + "from", + "state", + "as", + "t1", + "join", + "highlow", + "as", + "t2", + "on", + "t1", + ".", + "state_name", + "=", + "t2", + ".", + "state_name", + "where", + "t1", + ".", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what is the lowest point of the state with the largest area", + "question_toks": [ + "what", + "is", + "the", + "lowest", + "point", + "of", + "the", + "state", + "with", + "the", + "largest", + "area" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t1.border FROM border_info AS t2 JOIN border_info AS t1 ON t2.border = t1.state_name WHERE t2.state_name IN ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) );", + "query_toks": [ + "SELECT", + "t1.border", + "FROM", + "border_info", + "AS", + "t2", + "JOIN", + "border_info", + "AS", + "t1", + "ON", + "t2.border", + "=", + "t1.state_name", + "WHERE", + "t2.state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "border", + "from", + "border_info", + "as", + "t2", + "join", + "border_info", + "as", + "t1", + "on", + "t2", + ".", + "border", + "=", + "t1", + ".", + "state_name", + "where", + "t2", + ".", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what states border states that border the state with the largest population", + "question_toks": [ + "what", + "states", + "border", + "states", + "that", + "border", + "the", + "state", + "with", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT MAX ( area ) FROM state;", + "query_toks": [ + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "area", + ")", + "from", + "state" + ], + "question": "what is the size of the largest state in the usa", + "question_toks": [ + "what", + "is", + "the", + "size", + "of", + "the", + "largest", + "state", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT MAX ( area ) FROM state;", + "query_toks": [ + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "max", + "(", + "area", + ")", + "from", + "state" + ], + "question": "what is the area of the largest state", + "question_toks": [ + "what", + "is", + "the", + "area", + "of", + "the", + "largest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t2.capital FROM state AS t2 JOIN city AS t1 ON t2.capital = t1.city_name WHERE t1.population <= 150000;", + "query_toks": [ + "SELECT", + "t2.capital", + "FROM", + "state", + "AS", + "t2", + "JOIN", + "city", + "AS", + "t1", + "ON", + "t2.capital", + "=", + "t1.city_name", + "WHERE", + "t1.population", + "<", + "=", + "150000", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "capital", + "from", + "state", + "as", + "t2", + "join", + "city", + "as", + "t1", + "on", + "t2", + ".", + "capital", + "=", + "t1", + ".", + "city_name", + "where", + "t1", + ".", + "population", + "<", + "=", + "value" + ], + "question": "which capitals are not major cities", + "question_toks": [ + "which", + "capitals", + "are", + "not", + "major", + "cities" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 6, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city;", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city" + ], + "question": "give me the cities in usa", + "question_toks": [ + "give", + "me", + "the", + "cities", + "in", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t2.highest_point FROM state AS t1 JOIN highlow AS t2 ON t1.state_name = t2.state_name WHERE t1.state_name IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "t2.highest_point", + "FROM", + "state", + "AS", + "t1", + "JOIN", + "highlow", + "AS", + "t2", + "ON", + "t1.state_name", + "=", + "t2.state_name", + "WHERE", + "t1.state_name", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "highest_point", + "from", + "state", + "as", + "t1", + "join", + "highlow", + "as", + "t2", + "on", + "t1", + ".", + "state_name", + "=", + "t2", + ".", + "state_name", + "where", + "t1", + ".", + "state_name", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what is the highest point of the state with the largest area", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "of", + "the", + "state", + "with", + "the", + "largest", + "area" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT country_name FROM state WHERE state_name = \"massachusetts\";", + "query_toks": [ + "SELECT", + "country_name", + "FROM", + "state", + "WHERE", + "state_name", + "=", + "``", + "massachusetts", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "country_name", + "from", + "state", + "where", + "state_name", + "=", + "value" + ], + "question": "where is massachusetts", + "question_toks": [ + "where", + "is", + "massachusetts" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + "\"massachusetts\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city GROUP BY state_name ORDER BY SUM ( population ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "GROUP", + "BY", + "state_name", + "ORDER", + "BY", + "SUM", + "(", + "population", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "group", + "by", + "state_name", + "order", + "by", + "sum", + "(", + "population", + ")", + "desc", + "limit", + "value" + ], + "question": "what state has the largest urban population", + "question_toks": [ + "what", + "state", + "has", + "the", + "largest", + "urban", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 8, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river;", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river" + ], + "question": "what are the major rivers in the us", + "question_toks": [ + "what", + "are", + "the", + "major", + "rivers", + "in", + "the", + "us" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( city_name ) FROM city WHERE city_name = \"austin\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "city_name", + ")", + "FROM", + "city", + "WHERE", + "city_name", + "=", + "``", + "austin", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "city_name", + ")", + "from", + "city", + "where", + "city_name", + "=", + "value" + ], + "question": "how many cities named austin are there in the usa", + "question_toks": [ + "how", + "many", + "cities", + "named", + "austin", + "are", + "there", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"austin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT population FROM state WHERE population = ( SELECT MAX ( population ) FROM state WHERE state_name IN ( SELECT border FROM border_info WHERE state_name = \"wyoming\" ) ) AND state_name IN ( SELECT border FROM border_info WHERE state_name = \"wyoming\" );", + "query_toks": [ + "SELECT", + "population", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + "WHERE", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ")", + ")", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "wyoming", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "population", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + "where", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")", + ")", + "and", + "state_name", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "how many people live in the smallest state bordering wyoming", + "question_toks": [ + "how", + "many", + "people", + "live", + "in", + "the", + "smallest", + "state", + "bordering", + "wyoming" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"wyoming\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT LENGTH FROM river WHERE river_name = \"colorado\" AND traverse = \"texas\";", + "query_toks": [ + "SELECT", + "LENGTH", + "FROM", + "river", + "WHERE", + "river_name", + "=", + "``", + "colorado", + "''", + "AND", + "traverse", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "length", + "from", + "river", + "where", + "river_name", + "=", + "value", + "and", + "traverse", + "=", + "value" + ], + "question": "what is the length of the colorado river in texas", + "question_toks": [ + "what", + "is", + "the", + "length", + "of", + "the", + "colorado", + "river", + "in", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"colorado\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT density FROM state WHERE capital = \"austin\";", + "query_toks": [ + "SELECT", + "density", + "FROM", + "state", + "WHERE", + "capital", + "=", + "``", + "austin", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "density", + "from", + "state", + "where", + "capital", + "=", + "value" + ], + "question": "what is the population density in the state with capital austin", + "question_toks": [ + "what", + "is", + "the", + "population", + "density", + "in", + "the", + "state", + "with", + "capital", + "austin" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"austin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT LENGTH FROM river WHERE LENGTH = ( SELECT MIN ( LENGTH ) FROM river );", + "query_toks": [ + "SELECT", + "LENGTH", + "FROM", + "river", + "WHERE", + "LENGTH", + "=", + "(", + "SELECT", + "MIN", + "(", + "LENGTH", + ")", + "FROM", + "river", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "length", + "from", + "river", + "where", + "length", + "=", + "(", + "select", + "min", + "(", + "length", + ")", + "from", + "river", + ")" + ], + "question": "how long is the shortest river in the usa", + "question_toks": [ + "how", + "long", + "is", + "the", + "shortest", + "river", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT lowest_elevation FROM highlow WHERE lowest_point = \"death valley\";", + "query_toks": [ + "SELECT", + "lowest_elevation", + "FROM", + "highlow", + "WHERE", + "lowest_point", + "=", + "``", + "death", + "valley", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "lowest_elevation", + "from", + "highlow", + "where", + "lowest_point", + "=", + "value" + ], + "question": "what is the elevation of death valley", + "question_toks": [ + "what", + "is", + "the", + "elevation", + "of", + "death", + "valley" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"death valley\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT AVG ( population ) FROM state;", + "query_toks": [ + "SELECT", + "AVG", + "(", + "population", + ")", + "FROM", + "state", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "population", + ")", + "from", + "state" + ], + "question": "what is the average population of the us by state", + "question_toks": [ + "what", + "is", + "the", + "average", + "population", + "of", + "the", + "us", + "by", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT river_name FROM river WHERE traverse IN ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "traverse", + "IN", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "river_name", + "from", + "river", + "where", + "traverse", + "in", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "what rivers flow through the largest state", + "question_toks": [ + "what", + "rivers", + "flow", + "through", + "the", + "largest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t1.border FROM border_info AS t2 JOIN border_info AS t1 ON t2.border = t1.state_name JOIN border_info AS t3 ON t3.border = t2.state_name JOIN border_info AS t4 ON t4.border = t3.state_name WHERE t4.state_name = \"texas\";", + "query_toks": [ + "SELECT", + "t1.border", + "FROM", + "border_info", + "AS", + "t2", + "JOIN", + "border_info", + "AS", + "t1", + "ON", + "t2.border", + "=", + "t1.state_name", + "JOIN", + "border_info", + "AS", + "t3", + "ON", + "t3.border", + "=", + "t2.state_name", + "JOIN", + "border_info", + "AS", + "t4", + "ON", + "t4.border", + "=", + "t3.state_name", + "WHERE", + "t4.state_name", + "=", + "``", + "texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "border", + "from", + "border_info", + "as", + "t2", + "join", + "border_info", + "as", + "t1", + "on", + "t2", + ".", + "border", + "=", + "t1", + ".", + "state_name", + "join", + "border_info", + "as", + "t3", + "on", + "t3", + ".", + "border", + "=", + "t2", + ".", + "state_name", + "join", + "border_info", + "as", + "t4", + "on", + "t4", + ".", + "border", + "=", + "t3", + ".", + "state_name", + "where", + "t4", + ".", + "state_name", + "=", + "value" + ], + "question": "what states border states that border states that border states that border texas", + "question_toks": [ + "what", + "states", + "border", + "states", + "that", + "border", + "states", + "that", + "border", + "states", + "that", + "border", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( border ) FROM border_info WHERE state_name = ( SELECT state_name FROM state WHERE capital = \"boston\" );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "border", + ")", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "capital", + "=", + "``", + "boston", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "border", + ")", + "from", + "border_info", + "where", + "state_name", + "=", + "(", + "select", + "state_name", + "from", + "state", + "where", + "capital", + "=", + "value", + ")" + ], + "question": "how many states border on the state whose capital is boston", + "question_toks": [ + "how", + "many", + "states", + "border", + "on", + "the", + "state", + "whose", + "capital", + "is", + "boston" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"boston\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT city_name FROM city WHERE population > 150000 AND state_name IN ( SELECT traverse FROM river WHERE river_name IN ( SELECT river_name FROM river WHERE LENGTH > 750 AND traverse = \"virginia\" ) );", + "query_toks": [ + "SELECT", + "city_name", + "FROM", + "city", + "WHERE", + "population", + ">", + "150000", + "AND", + "state_name", + "IN", + "(", + "SELECT", + "traverse", + "FROM", + "river", + "WHERE", + "river_name", + "IN", + "(", + "SELECT", + "river_name", + "FROM", + "river", + "WHERE", + "LENGTH", + ">", + "750", + "AND", + "traverse", + "=", + "``", + "virginia", + "''", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "city_name", + "from", + "city", + "where", + "population", + ">", + "value", + "and", + "state_name", + "in", + "(", + "select", + "traverse", + "from", + "river", + "where", + "river_name", + "in", + "(", + "select", + "river_name", + "from", + "river", + "where", + "length", + ">", + "value", + "and", + "traverse", + "=", + "value", + ")", + ")" + ], + "question": "what are the major cities in the states through which the major river in virginia runs", + "question_toks": [ + "what", + "are", + "the", + "major", + "cities", + "in", + "the", + "states", + "through", + "which", + "the", + "major", + "river", + "in", + "virginia", + "runs" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 150000.0, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + 750.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"virginia\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM state WHERE state_name NOT IN ( SELECT border FROM border_info WHERE state_name = \"texas\" );", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "state_name", + "NOT", + "IN", + "(", + "SELECT", + "border", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "``", + "texas", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "state", + "where", + "state_name", + "not", + "in", + "(", + "select", + "border", + "from", + "border_info", + "where", + "state_name", + "=", + "value", + ")" + ], + "question": "which states does not border texas", + "question_toks": [ + "which", + "states", + "does", + "not", + "border", + "texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + true, + 8, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( border ) FROM border_info WHERE state_name = ( SELECT state_name FROM state WHERE area = ( SELECT MAX ( area ) FROM state ) );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "border", + ")", + "FROM", + "border_info", + "WHERE", + "state_name", + "=", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "border", + ")", + "from", + "border_info", + "where", + "state_name", + "=", + "(", + "select", + "state_name", + "from", + "state", + "where", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")", + ")" + ], + "question": "how many states border the largest state", + "question_toks": [ + "how", + "many", + "states", + "border", + "the", + "largest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT state_name FROM city WHERE population = ( SELECT MAX ( population ) FROM city WHERE state_name = \"montana\" ) AND state_name = \"montana\";", + "query_toks": [ + "SELECT", + "state_name", + "FROM", + "city", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "city", + "WHERE", + "state_name", + "=", + "``", + "montana", + "''", + ")", + "AND", + "state_name", + "=", + "``", + "montana", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state_name", + "from", + "city", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "city", + "where", + "state_name", + "=", + "value", + ")", + "and", + "state_name", + "=", + "value" + ], + "question": "which state is the largest city in montana in", + "question_toks": [ + "which", + "state", + "is", + "the", + "largest", + "city", + "in", + "montana", + "in" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"montana\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"montana\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t1.capital FROM highlow AS t2 JOIN state AS t1 ON t1.state_name = t2.state_name WHERE t2.lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ) ;", + "query_toks": [ + "SELECT", + "t1.capital", + "FROM", + "highlow", + "AS", + "t2", + "JOIN", + "state", + "AS", + "t1", + "ON", + "t1.state_name", + "=", + "t2.state_name", + "WHERE", + "t2.lowest_elevation", + "=", + "(", + "SELECT", + "MIN", + "(", + "lowest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "capital", + "from", + "highlow", + "as", + "t2", + "join", + "state", + "as", + "t1", + "on", + "t1", + ".", + "state_name", + "=", + "t2", + ".", + "state_name", + "where", + "t2", + ".", + "lowest_elevation", + "=", + "(", + "select", + "min", + "(", + "lowest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is capital of the state with the lowest point", + "question_toks": [ + "what", + "is", + "capital", + "of", + "the", + "state", + "with", + "the", + "lowest", + "point" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT DISTINCT t1.city_name FROM city AS t1 JOIN river AS t2 ON t2.traverse = t1.state_name WHERE t1.population = ( SELECT MAX ( t1.population ) FROM river AS t2 JOIN city AS t1 ON t2.traverse = t1.state_name );", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.city_name", + "FROM", + "city", + "AS", + "t1", + "JOIN", + "river", + "AS", + "t2", + "ON", + "t2.traverse", + "=", + "t1.state_name", + "WHERE", + "t1.population", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.population", + ")", + "FROM", + "river", + "AS", + "t2", + "JOIN", + "city", + "AS", + "t1", + "ON", + "t2.traverse", + "=", + "t1.state_name", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "city_name", + "from", + "city", + "as", + "t1", + "join", + "river", + "as", + "t2", + "on", + "t2", + ".", + "traverse", + "=", + "t1", + ".", + "state_name", + "where", + "t1", + ".", + "population", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "population", + ")", + "from", + "river", + "as", + "t2", + "join", + "city", + "as", + "t1", + "on", + "t2", + ".", + "traverse", + "=", + "t1", + ".", + "state_name", + ")" + ], + "question": "what is the biggest american city in a state with a river", + "question_toks": [ + "what", + "is", + "the", + "biggest", + "american", + "city", + "in", + "a", + "state", + "with", + "a", + "river" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + [ + 0, + 10, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( t2.river_name ) FROM river AS t2 JOIN state AS t1 ON t1.state_name = t2.traverse WHERE t1.state_name = ( SELECT state_name FROM state WHERE population = ( SELECT MAX ( population ) FROM state ) );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "t2.river_name", + ")", + "FROM", + "river", + "AS", + "t2", + "JOIN", + "state", + "AS", + "t1", + "ON", + "t1.state_name", + "=", + "t2.traverse", + "WHERE", + "t1.state_name", + "=", + "(", + "SELECT", + "state_name", + "FROM", + "state", + "WHERE", + "population", + "=", + "(", + "SELECT", + "MAX", + "(", + "population", + ")", + "FROM", + "state", + ")", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "t2", + ".", + "river_name", + ")", + "from", + "river", + "as", + "t2", + "join", + "state", + "as", + "t1", + "on", + "t1", + ".", + "state_name", + "=", + "t2", + ".", + "traverse", + "where", + "t1", + ".", + "state_name", + "=", + "(", + "select", + "state_name", + "from", + "state", + "where", + "population", + "=", + "(", + "select", + "max", + "(", + "population", + ")", + "from", + "state", + ")", + ")" + ], + "question": "how many rivers are in the state with the largest population", + "question_toks": [ + "how", + "many", + "rivers", + "are", + "in", + "the", + "state", + "with", + "the", + "largest", + "population" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 29, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t1.state_name FROM highlow AS t3 JOIN border_info AS t1 ON t3.state_name = t1.border JOIN state AS t2 ON t2.state_name = t1.border WHERE t3.lowest_elevation = ( SELECT MIN ( lowest_elevation ) FROM highlow ) ORDER BY t2.area DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.state_name", + "FROM", + "highlow", + "AS", + "t3", + "JOIN", + "border_info", + "AS", + "t1", + "ON", + "t3.state_name", + "=", + "t1.border", + "JOIN", + "state", + "AS", + "t2", + "ON", + "t2.state_name", + "=", + "t1.border", + "WHERE", + "t3.lowest_elevation", + "=", + "(", + "SELECT", + "MIN", + "(", + "lowest_elevation", + ")", + "FROM", + "highlow", + ")", + "ORDER", + "BY", + "t2.area", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "state_name", + "from", + "highlow", + "as", + "t3", + "join", + "border_info", + "as", + "t1", + "on", + "t3", + ".", + "state_name", + "=", + "t1", + ".", + "border", + "join", + "state", + "as", + "t2", + "on", + "t2", + ".", + "state_name", + "=", + "t1", + ".", + "border", + "where", + "t3", + ".", + "lowest_elevation", + "=", + "(", + "select", + "min", + "(", + "lowest_elevation", + ")", + "from", + "highlow", + ")", + "order", + "by", + "t2", + ".", + "area", + "desc", + "limit", + "value" + ], + "question": "what is the largest state that borders the state with the lowest point in the usa", + "question_toks": [ + "what", + "is", + "the", + "largest", + "state", + "that", + "borders", + "the", + "state", + "with", + "the", + "lowest", + "point", + "in", + "the", + "usa" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 12, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t1.capital FROM highlow AS t2 JOIN state AS t1 ON t1.state_name = t2.state_name WHERE t2.highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "t1.capital", + "FROM", + "highlow", + "AS", + "t2", + "JOIN", + "state", + "AS", + "t1", + "ON", + "t1.state_name", + "=", + "t2.state_name", + "WHERE", + "t2.highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "capital", + "from", + "highlow", + "as", + "t2", + "join", + "state", + "as", + "t1", + "on", + "t1", + ".", + "state_name", + "=", + "t2", + ".", + "state_name", + "where", + "t2", + ".", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is the capital of the state with the highest point", + "question_toks": [ + "what", + "is", + "the", + "capital", + "of", + "the", + "state", + "with", + "the", + "highest", + "point" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t1.capital FROM highlow AS t2 JOIN state AS t1 ON t1.state_name = t2.state_name WHERE t2.highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "t1.capital", + "FROM", + "highlow", + "AS", + "t2", + "JOIN", + "state", + "AS", + "t1", + "ON", + "t1.state_name", + "=", + "t2.state_name", + "WHERE", + "t2.highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "capital", + "from", + "highlow", + "as", + "t2", + "join", + "state", + "as", + "t1", + "on", + "t1", + ".", + "state_name", + "=", + "t2", + ".", + "state_name", + "where", + "t2", + ".", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "what is the capital of the state with the highest elevation", + "question_toks": [ + "what", + "is", + "the", + "capital", + "of", + "the", + "state", + "with", + "the", + "highest", + "elevation" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t2.highest_point FROM highlow AS t2 JOIN state AS t1 ON t1.state_name = t2.state_name WHERE t1.area = ( SELECT MIN ( area ) FROM state );", + "query_toks": [ + "SELECT", + "t2.highest_point", + "FROM", + "highlow", + "AS", + "t2", + "JOIN", + "state", + "AS", + "t1", + "ON", + "t1.state_name", + "=", + "t2.state_name", + "WHERE", + "t1.area", + "=", + "(", + "SELECT", + "MIN", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "highest_point", + "from", + "highlow", + "as", + "t2", + "join", + "state", + "as", + "t1", + "on", + "t1", + ".", + "state_name", + "=", + "t2", + ".", + "state_name", + "where", + "t1", + ".", + "area", + "=", + "(", + "select", + "min", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "what is the highest point in the smallest state", + "question_toks": [ + "what", + "is", + "the", + "highest", + "point", + "in", + "the", + "smallest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT COUNT ( t1.river_name ) FROM highlow AS t2 JOIN river AS t1 ON t1.traverse = t2.state_name WHERE t2.highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow );", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "t1.river_name", + ")", + "FROM", + "highlow", + "AS", + "t2", + "JOIN", + "river", + "AS", + "t1", + "ON", + "t1.traverse", + "=", + "t2.state_name", + "WHERE", + "t2.highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "t1", + ".", + "river_name", + ")", + "from", + "highlow", + "as", + "t2", + "join", + "river", + "as", + "t1", + "on", + "t1", + ".", + "traverse", + "=", + "t2", + ".", + "state_name", + "where", + "t2", + ".", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")" + ], + "question": "how many rivers are in the state with the highest point.", + "question_toks": [ + "how", + "many", + "rivers", + "are", + "in", + "the", + "state", + "with", + "the", + "highest", + "point", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t2.highest_elevation FROM highlow AS t2 JOIN state AS t1 ON t1.state_name = t2.state_name WHERE t1.area = ( SELECT MAX ( area ) FROM state );", + "query_toks": [ + "SELECT", + "t2.highest_elevation", + "FROM", + "highlow", + "AS", + "t2", + "JOIN", + "state", + "AS", + "t1", + "ON", + "t1.state_name", + "=", + "t2.state_name", + "WHERE", + "t1.area", + "=", + "(", + "SELECT", + "MAX", + "(", + "area", + ")", + "FROM", + "state", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "highest_elevation", + "from", + "highlow", + "as", + "t2", + "join", + "state", + "as", + "t1", + "on", + "t1", + ".", + "state_name", + "=", + "t2", + ".", + "state_name", + "where", + "t1", + ".", + "area", + "=", + "(", + "select", + "max", + "(", + "area", + ")", + "from", + "state", + ")" + ], + "question": "how high is the highest point in the largest state", + "question_toks": [ + "how", + "high", + "is", + "the", + "highest", + "point", + "in", + "the", + "largest", + "state" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "geo", + "query": "SELECT t1.river_name FROM highlow AS t2 JOIN river AS t1 ON t1.traverse = t2.state_name WHERE t2.highest_elevation = ( SELECT MAX ( highest_elevation ) FROM highlow ) ORDER BY t1.length DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.river_name", + "FROM", + "highlow", + "AS", + "t2", + "JOIN", + "river", + "AS", + "t1", + "ON", + "t1.traverse", + "=", + "t2.state_name", + "WHERE", + "t2.highest_elevation", + "=", + "(", + "SELECT", + "MAX", + "(", + "highest_elevation", + ")", + "FROM", + "highlow", + ")", + "ORDER", + "BY", + "t1.length", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "river_name", + "from", + "highlow", + "as", + "t2", + "join", + "river", + "as", + "t1", + "on", + "t1", + ".", + "traverse", + "=", + "t2", + ".", + "state_name", + "where", + "t2", + ".", + "highest_elevation", + "=", + "(", + "select", + "max", + "(", + "highest_elevation", + ")", + "from", + "highlow", + ")", + "order", + "by", + "t1", + ".", + "length", + "desc", + "limit", + "value" + ], + "question": "what is the longest river in the state with the highest point", + "question_toks": [ + "what", + "is", + "the", + "longest", + "river", + "in", + "the", + "state", + "with", + "the", + "highest", + "point" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 27, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "papers that are coauthored by Peter Mertens and Dina Barbian", + "question_toks": [ + "papers", + "that", + "are", + "coauthored", + "by", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "papers written by Peter Mertens and Dina Barbian", + "question_toks": [ + "papers", + "written", + "by", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "what are the papers that have Peter Mertens and Dina Barbian as co-authors", + "question_toks": [ + "what", + "are", + "the", + "papers", + "that", + "have", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian", + "as", + "co-authors" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What papers have Peter Mertens and Dina Barbian written ?", + "question_toks": [ + "What", + "papers", + "have", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian", + "written", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "what paper did Peter Mertens and Dina Barbian write together ?", + "question_toks": [ + "what", + "paper", + "did", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian", + "write", + "together", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Has Peter Mertens and Dina Barbian written a paper together ?", + "question_toks": [ + "Has", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian", + "written", + "a", + "paper", + "together", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Papers by Peter Mertens and Dina Barbian", + "question_toks": [ + "Papers", + "by", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "papers by authors Peter Mertens and Dina Barbian", + "question_toks": [ + "papers", + "by", + "authors", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What papers were written by authors Peter Mertens and Dina Barbian", + "question_toks": [ + "What", + "papers", + "were", + "written", + "by", + "authors", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "papers by Peter Mertens and Dina Barbian", + "question_toks": [ + "papers", + "by", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "papers written by authors Peter Mertens and Dina Barbian", + "question_toks": [ + "papers", + "written", + "by", + "authors", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "When did Peter Mertens and Dina Barbian collaborate ?", + "question_toks": [ + "When", + "did", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian", + "collaborate", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "what are the collaborations of Peter Mertens and Dina Barbian ?", + "question_toks": [ + "what", + "are", + "the", + "collaborations", + "of", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Have Peter Mertens and Dina Barbian written a paper together ?", + "question_toks": [ + "Have", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian", + "written", + "a", + "paper", + "together", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Peter Mertens and Dina Barbian as co-authors", + "question_toks": [ + "Peter", + "Mertens", + "and", + "Dina", + "Barbian", + "as", + "co-authors" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Does Peter Mertens ever collaborated with Dina Barbian ?", + "question_toks": [ + "Does", + "Peter", + "Mertens", + "ever", + "collaborated", + "with", + "Dina", + "Barbian", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Which papers have Peter Mertens and Dina Barbian as co-authors ?", + "question_toks": [ + "Which", + "papers", + "have", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian", + "as", + "co-authors", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "papers coauthored by Peter Mertens and Dina Barbian", + "question_toks": [ + "papers", + "coauthored", + "by", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What papers have been written by Peter Mertens and Dina Barbian ?", + "question_toks": [ + "What", + "papers", + "have", + "been", + "written", + "by", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What papers have been written by both Peter Mertens and Dina Barbian ?", + "question_toks": [ + "What", + "papers", + "have", + "been", + "written", + "by", + "both", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Peter Mertens\" AND t1.authorname = \"Dina Barbian\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Dina", + "Barbian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What papers have been written by Peter Mertens and Dina Barbian .", + "question_toks": [ + "What", + "papers", + "have", + "been", + "written", + "by", + "Peter", + "Mertens", + "and", + "Dina", + "Barbian", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dina Barbian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"syntactic parsing\" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "who has written the most syntactic parsing papers ?", + "question_toks": [ + "who", + "has", + "written", + "the", + "most", + "syntactic", + "parsing", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"syntactic parsing\" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "who is the most published author in syntactic parsing ?", + "question_toks": [ + "who", + "is", + "the", + "most", + "published", + "author", + "in", + "syntactic", + "parsing", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"syntactic parsing\" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "who has the most publications in syntactic parsing ?", + "question_toks": [ + "who", + "has", + "the", + "most", + "publications", + "in", + "syntactic", + "parsing", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"syntactic parsing\" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "who has written the most papers on syntactic parsing ?", + "question_toks": [ + "who", + "has", + "written", + "the", + "most", + "papers", + "on", + "syntactic", + "parsing", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"syntactic parsing\" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "List prominent scholars in syntactic parsing ?", + "question_toks": [ + "List", + "prominent", + "scholars", + "in", + "syntactic", + "parsing", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"syntactic parsing\" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "who wrote the most papers on syntactic parsing ?", + "question_toks": [ + "who", + "wrote", + "the", + "most", + "papers", + "on", + "syntactic", + "parsing", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"syntactic parsing\" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "Who are the authors with the most published papers in syntactic parsing ?", + "question_toks": [ + "Who", + "are", + "the", + "authors", + "with", + "the", + "most", + "published", + "papers", + "in", + "syntactic", + "parsing", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"syntactic parsing\" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "top syntactic parsing author", + "question_toks": [ + "top", + "syntactic", + "parsing", + "author" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"syntactic parsing\" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "top author in syntactic parsing", + "question_toks": [ + "top", + "author", + "in", + "syntactic", + "parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"syntactic parsing\" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "who published the most in syntactic parsing ?", + "question_toks": [ + "who", + "published", + "the", + "most", + "in", + "syntactic", + "parsing", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"syntactic parsing\" GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "who published the most papers in syntactic parsing ?", + "question_toks": [ + "who", + "published", + "the", + "most", + "papers", + "in", + "syntactic", + "parsing", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"noah a smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "noah", + "a", + "smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "How many citation noah a smith has ?", + "question_toks": [ + "How", + "many", + "citation", + "noah", + "a", + "smith", + "has", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"noah a smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"noah a smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "noah", + "a", + "smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "noah a smith citation count", + "question_toks": [ + "noah", + "a", + "smith", + "citation", + "count" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"noah a smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"noah a smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "noah", + "a", + "smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "how many citations does noah a smith have ?", + "question_toks": [ + "how", + "many", + "citations", + "does", + "noah", + "a", + "smith", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"noah a smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"noah a smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "noah", + "a", + "smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "How many citations does noah a smith have ?", + "question_toks": [ + "How", + "many", + "citations", + "does", + "noah", + "a", + "smith", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"noah a smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"noah a smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "noah", + "a", + "smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "number of citations of noah a smith", + "question_toks": [ + "number", + "of", + "citations", + "of", + "noah", + "a", + "smith" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"noah a smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"noah a smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "noah", + "a", + "smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "How many citations does noah a smith have", + "question_toks": [ + "How", + "many", + "citations", + "does", + "noah", + "a", + "smith", + "have" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"noah a smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"noah a smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "noah", + "a", + "smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "How many times was noah a smith cited ?", + "question_toks": [ + "How", + "many", + "times", + "was", + "noah", + "a", + "smith", + "cited", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"noah a smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"noah a smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "noah", + "a", + "smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "How many citations does noah a smith has ?", + "question_toks": [ + "How", + "many", + "citations", + "does", + "noah", + "a", + "smith", + "has", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"noah a smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "chi papers", + "question_toks": [ + "chi", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "papers at chi", + "question_toks": [ + "papers", + "at", + "chi" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "papers in chi", + "question_toks": [ + "papers", + "in", + "chi" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "chi", + "question_toks": [ + "chi" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "Papers about chi", + "question_toks": [ + "Papers", + "about", + "chi" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "Show me chi papers .", + "question_toks": [ + "Show", + "me", + "chi", + "papers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "what papers did chi publish ?", + "question_toks": [ + "what", + "papers", + "did", + "chi", + "publish", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "list papers published in chi", + "question_toks": [ + "list", + "papers", + "published", + "in", + "chi" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "Papers on chi", + "question_toks": [ + "Papers", + "on", + "chi" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t2.authorid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"mirella lapata\" AND t3.year = 2016 GROUP BY t2.authorid;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t2.authorid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "mirella", + "lapata", + "''", + "AND", + "t3.year", + "=", + "2016", + "GROUP", + "BY", + "t2.authorid", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t2", + ".", + "authorid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "group", + "by", + "t2", + ".", + "authorid" + ], + "question": "Has mirella lapata written any papers in 2016 ?", + "question_toks": [ + "Has", + "mirella", + "lapata", + "written", + "any", + "papers", + "in", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"mirella lapata\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What papers has sharon goldwater written ?", + "question_toks": [ + "What", + "papers", + "has", + "sharon", + "goldwater", + "written", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What papers has written by sharon goldwater ?", + "question_toks": [ + "What", + "papers", + "has", + "written", + "by", + "sharon", + "goldwater", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "papers by sharon goldwater", + "question_toks": [ + "papers", + "by", + "sharon", + "goldwater" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "what did sharon goldwater write ?", + "question_toks": [ + "what", + "did", + "sharon", + "goldwater", + "write", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "papers where sharon goldwater is an author", + "question_toks": [ + "papers", + "where", + "sharon", + "goldwater", + "is", + "an", + "author" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Papers authored by sharon goldwater", + "question_toks": [ + "Papers", + "authored", + "by", + "sharon", + "goldwater" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "sharon goldwater papers", + "question_toks": [ + "sharon", + "goldwater", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Papers by sharon goldwater", + "question_toks": [ + "Papers", + "by", + "sharon", + "goldwater" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Papers written by sharon goldwater", + "question_toks": [ + "Papers", + "written", + "by", + "sharon", + "goldwater" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "which papers has sharon goldwater written ?", + "question_toks": [ + "which", + "papers", + "has", + "sharon", + "goldwater", + "written", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "papers written by sharon goldwater", + "question_toks": [ + "papers", + "written", + "by", + "sharon", + "goldwater" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What has sharon goldwater published ?", + "question_toks": [ + "What", + "has", + "sharon", + "goldwater", + "published", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Does sharon goldwater have any papers published ?", + "question_toks": [ + "Does", + "sharon", + "goldwater", + "have", + "any", + "papers", + "published", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "sharon goldwater 's papers", + "question_toks": [ + "sharon", + "goldwater", + "'s", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "show me papers by sharon goldwater .", + "question_toks": [ + "show", + "me", + "papers", + "by", + "sharon", + "goldwater", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What papers are authored by sharon goldwater ?", + "question_toks": [ + "What", + "papers", + "are", + "authored", + "by", + "sharon", + "goldwater", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"sharon goldwater\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "sharon", + "goldwater", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "papers by sharon goldwater ?", + "question_toks": [ + "papers", + "by", + "sharon", + "goldwater", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sharon goldwater\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"oren etzioni\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "oren", + "etzioni", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "What was oren etzioni 's latest paper ?", + "question_toks": [ + "What", + "was", + "oren", + "etzioni", + "'s", + "latest", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"oren etzioni\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"oren etzioni\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "oren", + "etzioni", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "Latest paper by oren etzioni", + "question_toks": [ + "Latest", + "paper", + "by", + "oren", + "etzioni" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"oren etzioni\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"oren etzioni\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "oren", + "etzioni", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "What is the latest paper by oren etzioni ?", + "question_toks": [ + "What", + "is", + "the", + "latest", + "paper", + "by", + "oren", + "etzioni", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"oren etzioni\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"oren etzioni\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "oren", + "etzioni", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "What is oren etzioni 's latest paper ?", + "question_toks": [ + "What", + "is", + "oren", + "etzioni", + "'s", + "latest", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"oren etzioni\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"oren etzioni\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "oren", + "etzioni", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "What are the latest papers by oren etzioni ?", + "question_toks": [ + "What", + "are", + "the", + "latest", + "papers", + "by", + "oren", + "etzioni", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"oren etzioni\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"oren etzioni\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "oren", + "etzioni", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "most recent papers by oren etzioni", + "question_toks": [ + "most", + "recent", + "papers", + "by", + "oren", + "etzioni" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"oren etzioni\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"monte carlo simulation\" AND t3.year > 2011;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "monte", + "carlo", + "simulation", + "''", + "AND", + "t3.year", + ">", + "2011", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + ">", + "value" + ], + "question": "are there any monte carlo simulation papers since 2011 ?", + "question_toks": [ + "are", + "there", + "any", + "monte", + "carlo", + "simulation", + "papers", + "since", + "2011", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"monte carlo simulation\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2011.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"monte carlo simulation\" AND t3.year > 2011;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "monte", + "carlo", + "simulation", + "''", + "AND", + "t3.year", + ">", + "2011", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + ">", + "value" + ], + "question": "monte carlo simulation papers later than 2011", + "question_toks": [ + "monte", + "carlo", + "simulation", + "papers", + "later", + "than", + "2011" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"monte carlo simulation\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2011.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"monte carlo simulation\" AND t3.year > 2011;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "monte", + "carlo", + "simulation", + "''", + "AND", + "t3.year", + ">", + "2011", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + ">", + "value" + ], + "question": "monte carlo simulation later than 2011", + "question_toks": [ + "monte", + "carlo", + "simulation", + "later", + "than", + "2011" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"monte carlo simulation\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2011.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"monte carlo simulation\" AND t3.year > 2011;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "monte", + "carlo", + "simulation", + "''", + "AND", + "t3.year", + ">", + "2011", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + ">", + "value" + ], + "question": "monte carlo simulation papers published after 2011", + "question_toks": [ + "monte", + "carlo", + "simulation", + "papers", + "published", + "after", + "2011" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"monte carlo simulation\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2011.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"monte carlo simulation\" AND t3.year > 2011;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "monte", + "carlo", + "simulation", + "''", + "AND", + "t3.year", + ">", + "2011", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + ">", + "value" + ], + "question": "monte carlo simulation papers since 2011", + "question_toks": [ + "monte", + "carlo", + "simulation", + "papers", + "since", + "2011" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"monte carlo simulation\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2011.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT COUNT ( t3.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"ras bodik\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "ras", + "bodik", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "does ras bodik publish a lot ?", + "question_toks": [ + "does", + "ras", + "bodik", + "publish", + "a", + "lot", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"ras bodik\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"David M. Blei\" AND t4.venuename = \"AISTATS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "David", + "M.", + "Blei", + "''", + "AND", + "t4.venuename", + "=", + "``", + "AISTATS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers did David M. Blei publish at AISTATS ?", + "question_toks": [ + "How", + "many", + "papers", + "did", + "David", + "M.", + "Blei", + "publish", + "at", + "AISTATS", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"David M. Blei\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"AISTATS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"David M. Blei\" AND t4.venuename = \"AISTATS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "David", + "M.", + "Blei", + "''", + "AND", + "t4.venuename", + "=", + "``", + "AISTATS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers does David M. Blei have in AISTATS ?", + "question_toks": [ + "How", + "many", + "papers", + "does", + "David", + "M.", + "Blei", + "have", + "in", + "AISTATS", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"David M. Blei\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"AISTATS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"David M. Blei\" AND t4.venuename = \"AISTATS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "David", + "M.", + "Blei", + "''", + "AND", + "t4.venuename", + "=", + "``", + "AISTATS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers has David M. Blei published in AISTATS ?", + "question_toks": [ + "How", + "many", + "papers", + "has", + "David", + "M.", + "Blei", + "published", + "in", + "AISTATS", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"David M. Blei\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"AISTATS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"David M. Blei\" AND t4.venuename = \"AISTATS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "David", + "M.", + "Blei", + "''", + "AND", + "t4.venuename", + "=", + "``", + "AISTATS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "how many papers does David M. Blei have at AISTATS", + "question_toks": [ + "how", + "many", + "papers", + "does", + "David", + "M.", + "Blei", + "have", + "at", + "AISTATS" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"David M. Blei\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"AISTATS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"David M. Blei\" AND t4.venuename = \"AISTATS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "David", + "M.", + "Blei", + "''", + "AND", + "t4.venuename", + "=", + "``", + "AISTATS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "how many papers does David M. Blei have in AISTATS ?", + "question_toks": [ + "how", + "many", + "papers", + "does", + "David", + "M.", + "Blei", + "have", + "in", + "AISTATS", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"David M. Blei\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"AISTATS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"David M. Blei\" AND t4.venuename = \"AISTATS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "David", + "M.", + "Blei", + "''", + "AND", + "t4.venuename", + "=", + "``", + "AISTATS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "how many David M. Blei papers are in AISTATS ?", + "question_toks": [ + "how", + "many", + "David", + "M.", + "Blei", + "papers", + "are", + "in", + "AISTATS", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"David M. Blei\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"AISTATS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"David M. Blei\" AND t4.venuename = \"AISTATS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "David", + "M.", + "Blei", + "''", + "AND", + "t4.venuename", + "=", + "``", + "AISTATS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers David M. Blei has in AISTATS ?", + "question_toks": [ + "How", + "many", + "papers", + "David", + "M.", + "Blei", + "has", + "in", + "AISTATS", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"David M. Blei\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"AISTATS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"David M. Blei\" AND t4.venuename = \"AISTATS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "David", + "M.", + "Blei", + "''", + "AND", + "t4.venuename", + "=", + "``", + "AISTATS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers does David M. Blei have in AISTATS", + "question_toks": [ + "How", + "many", + "papers", + "does", + "David", + "M.", + "Blei", + "have", + "in", + "AISTATS" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"David M. Blei\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"AISTATS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT paperid FROM paper WHERE title = \"machine networks for one shot learning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "paperid", + "FROM", + "paper", + "WHERE", + "title", + "=", + "``", + "machine", + "networks", + "for", + "one", + "shot", + "learning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "paperid", + "from", + "paper", + "where", + "title", + "=", + "value" + ], + "question": "List all academic papers on machine networks for one shot learning", + "question_toks": [ + "List", + "all", + "academic", + "papers", + "on", + "machine", + "networks", + "for", + "one", + "shot", + "learning" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"machine networks for one shot learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT paperid FROM paper WHERE title = \"machine networks for one shot learning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "paperid", + "FROM", + "paper", + "WHERE", + "title", + "=", + "``", + "machine", + "networks", + "for", + "one", + "shot", + "learning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "paperid", + "from", + "paper", + "where", + "title", + "=", + "value" + ], + "question": "machine networks for one shot learning", + "question_toks": [ + "machine", + "networks", + "for", + "one", + "shot", + "learning" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"machine networks for one shot learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citedpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2010 AND t2.venuename = \"EMNLP\" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.citedpaperid", + ",", + "COUNT", + "(", + "t3.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t1.paperid", + "=", + "t3.citedpaperid", + "JOIN", + "venue", + "AS", + "t2", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2010", + "AND", + "t2.venuename", + "=", + "``", + "EMNLP", + "''", + "GROUP", + "BY", + "t3.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t3.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "citedpaperid", + ",", + "count", + "(", + "t3", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t3", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t2", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t3", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t3", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "which EMNLP 2010 papers have the most citations ?", + "question_toks": [ + "which", + "EMNLP", + "2010", + "papers", + "have", + "the", + "most", + "citations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2010.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"EMNLP\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citedpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2010 AND t2.venuename = \"EMNLP\" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.citedpaperid", + ",", + "COUNT", + "(", + "t3.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t1.paperid", + "=", + "t3.citedpaperid", + "JOIN", + "venue", + "AS", + "t2", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2010", + "AND", + "t2.venuename", + "=", + "``", + "EMNLP", + "''", + "GROUP", + "BY", + "t3.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t3.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "citedpaperid", + ",", + "count", + "(", + "t3", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t3", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t2", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t3", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t3", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "Which paper from EMNLP 2010 was cited most ?", + "question_toks": [ + "Which", + "paper", + "from", + "EMNLP", + "2010", + "was", + "cited", + "most", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2010.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"EMNLP\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citedpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2010 AND t2.venuename = \"EMNLP\" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.citedpaperid", + ",", + "COUNT", + "(", + "t3.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t1.paperid", + "=", + "t3.citedpaperid", + "JOIN", + "venue", + "AS", + "t2", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2010", + "AND", + "t2.venuename", + "=", + "``", + "EMNLP", + "''", + "GROUP", + "BY", + "t3.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t3.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "citedpaperid", + ",", + "count", + "(", + "t3", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t3", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t2", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t3", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t3", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "most cited EMNLP 2010 papers", + "question_toks": [ + "most", + "cited", + "EMNLP", + "2010", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2010.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"EMNLP\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citedpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2010 AND t2.venuename = \"EMNLP\" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.citedpaperid", + ",", + "COUNT", + "(", + "t3.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t1.paperid", + "=", + "t3.citedpaperid", + "JOIN", + "venue", + "AS", + "t2", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2010", + "AND", + "t2.venuename", + "=", + "``", + "EMNLP", + "''", + "GROUP", + "BY", + "t3.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t3.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "citedpaperid", + ",", + "count", + "(", + "t3", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t3", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t2", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t3", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t3", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "which EMNLP 2010 papers have been cited the most ?", + "question_toks": [ + "which", + "EMNLP", + "2010", + "papers", + "have", + "been", + "cited", + "the", + "most", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2010.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"EMNLP\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.datasetname = \"RGB-D Object Dataset\" AND t3.title = \"Class consistent multi-modal fusion with binary features\" AND t3.year = 2016 AND t4.venuename = \"CVPR\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.datasetname", + "=", + "``", + "RGB-D", + "Object", + "Dataset", + "''", + "AND", + "t3.title", + "=", + "``", + "Class", + "consistent", + "multi-modal", + "fusion", + "with", + "binary", + "features", + "''", + "AND", + "t3.year", + "=", + "2016", + "AND", + "t4.venuename", + "=", + "``", + "CVPR", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "datasetname", + "=", + "value", + "and", + "t3", + ".", + "title", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "What papers were published at CVPR in 2016 about Class consistent multi-modal fusion with binary features applied to RGB-D Object Dataset ?", + "question_toks": [ + "What", + "papers", + "were", + "published", + "at", + "CVPR", + "in", + "2016", + "about", + "Class", + "consistent", + "multi-modal", + "fusion", + "with", + "binary", + "features", + "applied", + "to", + "RGB-D", + "Object", + "Dataset", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"RGB-D Object Dataset\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Class consistent multi-modal fusion with binary features\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"CVPR\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.datasetname = \"RGB-D Object Dataset\" AND t3.title = \"Class consistent multi-modal fusion with binary features\" AND t3.year = 2016 AND t4.venuename = \"CVPR\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.datasetname", + "=", + "``", + "RGB-D", + "Object", + "Dataset", + "''", + "AND", + "t3.title", + "=", + "``", + "Class", + "consistent", + "multi-modal", + "fusion", + "with", + "binary", + "features", + "''", + "AND", + "t3.year", + "=", + "2016", + "AND", + "t4.venuename", + "=", + "``", + "CVPR", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "datasetname", + "=", + "value", + "and", + "t3", + ".", + "title", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "What papers were published at CVPR '16 about Class consistent multi-modal fusion with binary features applied to RGB-D Object Dataset ?", + "question_toks": [ + "What", + "papers", + "were", + "published", + "at", + "CVPR", + "'16", + "about", + "Class", + "consistent", + "multi-modal", + "fusion", + "with", + "binary", + "features", + "applied", + "to", + "RGB-D", + "Object", + "Dataset", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"RGB-D Object Dataset\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Class consistent multi-modal fusion with binary features\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"CVPR\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "How many papers are in deep learning ?", + "question_toks": [ + "How", + "many", + "papers", + "are", + "in", + "deep", + "learning", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "How many papers are about deep learning ?", + "question_toks": [ + "How", + "many", + "papers", + "are", + "about", + "deep", + "learning", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "how many papers about deep learning ?", + "question_toks": [ + "how", + "many", + "papers", + "about", + "deep", + "learning", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "How many papers are related to deep learning ?", + "question_toks": [ + "How", + "many", + "papers", + "are", + "related", + "to", + "deep", + "learning", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Christopher D. Manning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christopher", + "D.", + "Manning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "How many papers has Christopher D. Manning written ?", + "question_toks": [ + "How", + "many", + "papers", + "has", + "Christopher", + "D.", + "Manning", + "written", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christopher D. Manning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Christopher D. Manning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christopher", + "D.", + "Manning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "How many papers does Christopher D. Manning have ?", + "question_toks": [ + "How", + "many", + "papers", + "does", + "Christopher", + "D.", + "Manning", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christopher D. Manning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Christopher D. Manning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christopher", + "D.", + "Manning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "How many papers has Christopher D. Manning ?", + "question_toks": [ + "How", + "many", + "papers", + "has", + "Christopher", + "D.", + "Manning", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christopher D. Manning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Christopher D. Manning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christopher", + "D.", + "Manning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "How many papers has Christopher D. Manning published ?", + "question_toks": [ + "How", + "many", + "papers", + "has", + "Christopher", + "D.", + "Manning", + "published", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christopher D. Manning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Christopher D. Manning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christopher", + "D.", + "Manning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "how many papers has Christopher D. Manning written ?", + "question_toks": [ + "how", + "many", + "papers", + "has", + "Christopher", + "D.", + "Manning", + "written", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christopher D. Manning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Christopher D. Manning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christopher", + "D.", + "Manning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Has Christopher D. Manning published any papers ?", + "question_toks": [ + "Has", + "Christopher", + "D.", + "Manning", + "published", + "any", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christopher D. Manning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Christopher D. Manning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christopher", + "D.", + "Manning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "how many papers has Christopher D. Manning published ?", + "question_toks": [ + "how", + "many", + "papers", + "has", + "Christopher", + "D.", + "Manning", + "published", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christopher D. Manning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Christopher D. Manning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christopher", + "D.", + "Manning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "how many papers does Christopher D. Manning have ?", + "question_toks": [ + "how", + "many", + "papers", + "does", + "Christopher", + "D.", + "Manning", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christopher D. Manning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Christopher D. Manning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christopher", + "D.", + "Manning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "How many paper does Christopher D. Manning have ?", + "question_toks": [ + "How", + "many", + "paper", + "does", + "Christopher", + "D.", + "Manning", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christopher D. Manning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Christopher D. Manning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christopher", + "D.", + "Manning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "How many publications does Christopher D. Manning have ?", + "question_toks": [ + "How", + "many", + "publications", + "does", + "Christopher", + "D.", + "Manning", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christopher D. Manning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Christopher D. Manning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christopher", + "D.", + "Manning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "How many papers does Christopher D. Manning have", + "question_toks": [ + "How", + "many", + "papers", + "does", + "Christopher", + "D.", + "Manning", + "have" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christopher D. Manning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Christopher D. Manning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christopher", + "D.", + "Manning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "number of papers written by Christopher D. Manning", + "question_toks": [ + "number", + "of", + "papers", + "written", + "by", + "Christopher", + "D.", + "Manning" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christopher D. Manning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Luke Zettlemoyer\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Luke", + "Zettlemoyer", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value" + ], + "question": "what kind of papers does Luke Zettlemoyer publish", + "question_toks": [ + "what", + "kind", + "of", + "papers", + "does", + "Luke", + "Zettlemoyer", + "publish" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Luke Zettlemoyer\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Luke", + "Zettlemoyer", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value" + ], + "question": "Keyphrases used by Luke Zettlemoyer", + "question_toks": [ + "Keyphrases", + "used", + "by", + "Luke", + "Zettlemoyer" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Luke Zettlemoyer\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Luke", + "Zettlemoyer", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value" + ], + "question": "What keywords are in papers by Luke Zettlemoyer ?", + "question_toks": [ + "What", + "keywords", + "are", + "in", + "papers", + "by", + "Luke", + "Zettlemoyer", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Luke Zettlemoyer\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Luke", + "Zettlemoyer", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value" + ], + "question": "keywords used by Luke Zettlemoyer", + "question_toks": [ + "keywords", + "used", + "by", + "Luke", + "Zettlemoyer" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Luke Zettlemoyer\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Luke", + "Zettlemoyer", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value" + ], + "question": "what keywords are used by Luke Zettlemoyer", + "question_toks": [ + "what", + "keywords", + "are", + "used", + "by", + "Luke", + "Zettlemoyer" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Luke Zettlemoyer\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Luke", + "Zettlemoyer", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value" + ], + "question": "keyphrases used by Luke Zettlemoyer", + "question_toks": [ + "keyphrases", + "used", + "by", + "Luke", + "Zettlemoyer" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Luke Zettlemoyer\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Luke", + "Zettlemoyer", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value" + ], + "question": "keyphrases by Luke Zettlemoyer", + "question_toks": [ + "keyphrases", + "by", + "Luke", + "Zettlemoyer" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Luke Zettlemoyer\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Luke", + "Zettlemoyer", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value" + ], + "question": "give me the keywords used by Luke Zettlemoyer", + "question_toks": [ + "give", + "me", + "the", + "keywords", + "used", + "by", + "Luke", + "Zettlemoyer" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Luke Zettlemoyer\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Luke", + "Zettlemoyer", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value" + ], + "question": "What topic does Luke Zettlemoyer write about ?", + "question_toks": [ + "What", + "topic", + "does", + "Luke", + "Zettlemoyer", + "write", + "about", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Luke Zettlemoyer\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Luke", + "Zettlemoyer", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value" + ], + "question": "what topics does Luke Zettlemoyer publish in", + "question_toks": [ + "what", + "topics", + "does", + "Luke", + "Zettlemoyer", + "publish", + "in" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Luke Zettlemoyer\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Luke", + "Zettlemoyer", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value" + ], + "question": "keywords in the papers written by Luke Zettlemoyer", + "question_toks": [ + "keywords", + "in", + "the", + "papers", + "written", + "by", + "Luke", + "Zettlemoyer" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Luke Zettlemoyer\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Luke", + "Zettlemoyer", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value" + ], + "question": "keyphrases used by Luke Zettlemoyer .", + "question_toks": [ + "keyphrases", + "used", + "by", + "Luke", + "Zettlemoyer", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Luke Zettlemoyer\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Luke", + "Zettlemoyer", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value" + ], + "question": "topics used by Luke Zettlemoyer", + "question_toks": [ + "topics", + "used", + "by", + "Luke", + "Zettlemoyer" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Daniella Coelho\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Daniella", + "Coelho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What conference does Daniella Coelho publish in ?", + "question_toks": [ + "What", + "conference", + "does", + "Daniella", + "Coelho", + "publish", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Daniella Coelho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Daniella Coelho\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Daniella", + "Coelho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "conferences that Daniella Coelho has published in", + "question_toks": [ + "conferences", + "that", + "Daniella", + "Coelho", + "has", + "published", + "in" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Daniella Coelho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Daniella Coelho\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Daniella", + "Coelho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "In which conferences does Daniella Coelho typically publish ?", + "question_toks": [ + "In", + "which", + "conferences", + "does", + "Daniella", + "Coelho", + "typically", + "publish", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Daniella Coelho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Daniella Coelho\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Daniella", + "Coelho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "in what conferences does Daniella Coelho publish ?", + "question_toks": [ + "in", + "what", + "conferences", + "does", + "Daniella", + "Coelho", + "publish", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Daniella Coelho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Daniella Coelho\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Daniella", + "Coelho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What conferences does Daniella Coelho publish in ?", + "question_toks": [ + "What", + "conferences", + "does", + "Daniella", + "Coelho", + "publish", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Daniella Coelho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Daniella Coelho\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Daniella", + "Coelho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "At which conferences does Daniella Coelho publish ?", + "question_toks": [ + "At", + "which", + "conferences", + "does", + "Daniella", + "Coelho", + "publish", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Daniella Coelho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Daniella Coelho\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Daniella", + "Coelho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What conferences does Daniella Coelho submit to ?", + "question_toks": [ + "What", + "conferences", + "does", + "Daniella", + "Coelho", + "submit", + "to", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Daniella Coelho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT paperid ) FROM paper;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "paperid", + ")", + "FROM", + "paper", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "paperid", + ")", + "from", + "paper" + ], + "question": "How many papers are there ?", + "question_toks": [ + "How", + "many", + "papers", + "are", + "there", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t1 JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t1.paperid JOIN author AS t2 ON t3.authorid = t2.authorid WHERE t2.authorname = \"Ed Desmond\" AND t4.keyphrasename = \"Semantic Parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t1.paperid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Ed", + "Desmond", + "''", + "AND", + "t4.keyphrasename", + "=", + "``", + "Semantic", + "Parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "How many papers by Ed Desmond contain the keyphrases Semantic Parsing ?", + "question_toks": [ + "How", + "many", + "papers", + "by", + "Ed", + "Desmond", + "contain", + "the", + "keyphrases", + "Semantic", + "Parsing", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Ed Desmond\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Semantic Parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t1 JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t1.paperid JOIN author AS t2 ON t3.authorid = t2.authorid WHERE t2.authorname = \"Ed Desmond\" AND t4.keyphrasename = \"Semantic Parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t1.paperid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Ed", + "Desmond", + "''", + "AND", + "t4.keyphrasename", + "=", + "``", + "Semantic", + "Parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "How many papers does Ed Desmond have in Semantic Parsing area ?", + "question_toks": [ + "How", + "many", + "papers", + "does", + "Ed", + "Desmond", + "have", + "in", + "Semantic", + "Parsing", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Ed Desmond\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Semantic Parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t1 JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t1.paperid JOIN author AS t2 ON t3.authorid = t2.authorid WHERE t2.authorname = \"Ed Desmond\" AND t4.keyphrasename = \"Semantic Parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t1.paperid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Ed", + "Desmond", + "''", + "AND", + "t4.keyphrasename", + "=", + "``", + "Semantic", + "Parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "How many Semantic Parsing papers has Ed Desmond written ?", + "question_toks": [ + "How", + "many", + "Semantic", + "Parsing", + "papers", + "has", + "Ed", + "Desmond", + "written", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Ed Desmond\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Semantic Parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperkeyphrase AS t1 JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t1.paperid JOIN author AS t2 ON t3.authorid = t2.authorid WHERE t2.authorname = \"Ed Desmond\" AND t4.keyphrasename = \"Semantic Parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t1.paperid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Ed", + "Desmond", + "''", + "AND", + "t4.keyphrasename", + "=", + "``", + "Semantic", + "Parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "How many paper has Ed Desmond written about Semantic Parsing ?", + "question_toks": [ + "How", + "many", + "paper", + "has", + "Ed", + "Desmond", + "written", + "about", + "Semantic", + "Parsing", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Ed Desmond\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Semantic Parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"li dong\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "li", + "dong", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "What conferences did li dong submit to in 2016 ?", + "question_toks": [ + "What", + "conferences", + "did", + "li", + "dong", + "submit", + "to", + "in", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"li dong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"li dong\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "li", + "dong", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "Where did li dong publish in 2016", + "question_toks": [ + "Where", + "did", + "li", + "dong", + "publish", + "in", + "2016" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"li dong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"li dong\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "li", + "dong", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "What conferences did li dong publish in in 2016 ?", + "question_toks": [ + "What", + "conferences", + "did", + "li", + "dong", + "publish", + "in", + "in", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"li dong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"li dong\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "li", + "dong", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "Where did li dong publish in 2016 ?", + "question_toks": [ + "Where", + "did", + "li", + "dong", + "publish", + "in", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"li dong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"Parsing\" AND t3.year = 2012 AND t4.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t3.year", + "=", + "2012", + "AND", + "t4.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "acl papers in 2012 on Parsing", + "question_toks": [ + "acl", + "papers", + "in", + "2012", + "on", + "Parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"Parsing\" AND t3.year = 2012 AND t4.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t3.year", + "=", + "2012", + "AND", + "t4.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "What papers were published in acl in 2012 about Parsing ?", + "question_toks": [ + "What", + "papers", + "were", + "published", + "in", + "acl", + "in", + "2012", + "about", + "Parsing", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"Parsing\" AND t3.year = 2012 AND t4.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t3.year", + "=", + "2012", + "AND", + "t4.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "papers on Parsing appeared at acl last year", + "question_toks": [ + "papers", + "on", + "Parsing", + "appeared", + "at", + "acl", + "last", + "year" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"Parsing\" AND t3.year = 2012 AND t4.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t3.year", + "=", + "2012", + "AND", + "t4.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "Parsing papers from acl 2012", + "question_toks": [ + "Parsing", + "papers", + "from", + "acl", + "2012" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"Parsing\" AND t3.year = 2012 AND t4.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t3.year", + "=", + "2012", + "AND", + "t4.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "papers about Parsing in acl 2012", + "question_toks": [ + "papers", + "about", + "Parsing", + "in", + "acl", + "2012" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"Parsing\" AND t3.year = 2012 AND t4.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t3.year", + "=", + "2012", + "AND", + "t4.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "acl papers in 2012 in Parsing", + "question_toks": [ + "acl", + "papers", + "in", + "2012", + "in", + "Parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"Parsing\" AND t3.year = 2012 AND t4.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t3.year", + "=", + "2012", + "AND", + "t4.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "acl papers in 2012 about Parsing", + "question_toks": [ + "acl", + "papers", + "in", + "2012", + "about", + "Parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"Parsing\" AND t3.year = 2012 AND t4.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t3.year", + "=", + "2012", + "AND", + "t4.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "What papers were published at acl in 2012 were about Parsing ?", + "question_toks": [ + "What", + "papers", + "were", + "published", + "at", + "acl", + "in", + "2012", + "were", + "about", + "Parsing", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"Parsing\" AND t3.year = 2012 AND t4.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t3.year", + "=", + "2012", + "AND", + "t4.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "papers on Parsing appeared at acl in 2012", + "question_toks": [ + "papers", + "on", + "Parsing", + "appeared", + "at", + "acl", + "in", + "2012" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"Parsing\" AND t3.year = 2012 AND t4.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t3.year", + "=", + "2012", + "AND", + "t4.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "how many Parsing papers did acl 2012 have ?", + "question_toks": [ + "how", + "many", + "Parsing", + "papers", + "did", + "acl", + "2012", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"Parsing\" AND t3.year = 2012 AND t4.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t3.year", + "=", + "2012", + "AND", + "t4.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "who published Parsing papers at acl 2012", + "question_toks": [ + "who", + "published", + "Parsing", + "papers", + "at", + "acl", + "2012" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"Parsing\" AND t3.year = 2012 AND t4.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t3.year", + "=", + "2012", + "AND", + "t4.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "which papers in acl 2012 had Parsing in them ?", + "question_toks": [ + "which", + "papers", + "in", + "acl", + "2012", + "had", + "Parsing", + "in", + "them", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"Parsing\" AND t3.year = 2012 AND t4.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t3.year", + "=", + "2012", + "AND", + "t4.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "what were some Parsing based papers in acl 2012 ?", + "question_toks": [ + "what", + "were", + "some", + "Parsing", + "based", + "papers", + "in", + "acl", + "2012", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"dependent types\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "dependent", + "types", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "List the popular publications on dependent types", + "question_toks": [ + "List", + "the", + "popular", + "publications", + "on", + "dependent", + "types" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"dependent types\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"dependent types\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "dependent", + "types", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "Which paper should I read about dependent types ?", + "question_toks": [ + "Which", + "paper", + "should", + "I", + "read", + "about", + "dependent", + "types", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"dependent types\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"dependent types\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "dependent", + "types", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "top dependent types papers", + "question_toks": [ + "top", + "dependent", + "types", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"dependent types\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "List papers that has a keyword Question Answering", + "question_toks": [ + "List", + "papers", + "that", + "has", + "a", + "keyword", + "Question", + "Answering" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "Question Answering research papers", + "question_toks": [ + "Question", + "Answering", + "research", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "papers on Question Answering", + "question_toks": [ + "papers", + "on", + "Question", + "Answering" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "papers related to Question Answering", + "question_toks": [ + "papers", + "related", + "to", + "Question", + "Answering" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "papers about Question Answering", + "question_toks": [ + "papers", + "about", + "Question", + "Answering" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "Papers about Question Answering", + "question_toks": [ + "Papers", + "about", + "Question", + "Answering" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "papers published in the area of Question Answering", + "question_toks": [ + "papers", + "published", + "in", + "the", + "area", + "of", + "Question", + "Answering" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "Question Answering experiments", + "question_toks": [ + "Question", + "Answering", + "experiments" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "Show me the papers on Question Answering", + "question_toks": [ + "Show", + "me", + "the", + "papers", + "on", + "Question", + "Answering" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "papers that used Question Answering", + "question_toks": [ + "papers", + "that", + "used", + "Question", + "Answering" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "papers that mention Question Answering", + "question_toks": [ + "papers", + "that", + "mention", + "Question", + "Answering" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "Question Answering papers", + "question_toks": [ + "Question", + "Answering", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "Show me Question Answering papers .", + "question_toks": [ + "Show", + "me", + "Question", + "Answering", + "papers", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "Question Answering publications", + "question_toks": [ + "Question", + "Answering", + "publications" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "Fetch me some papers on Question Answering", + "question_toks": [ + "Fetch", + "me", + "some", + "papers", + "on", + "Question", + "Answering" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "papers on Question Answering experiments", + "question_toks": [ + "papers", + "on", + "Question", + "Answering", + "experiments" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "What papers talk about Question Answering ?", + "question_toks": [ + "What", + "papers", + "talk", + "about", + "Question", + "Answering", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "What is the paper about Question Answering ?", + "question_toks": [ + "What", + "is", + "the", + "paper", + "about", + "Question", + "Answering", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "Which papers are about about Question Answering ?", + "question_toks": [ + "Which", + "papers", + "are", + "about", + "about", + "Question", + "Answering", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "list papers that used Question Answering", + "question_toks": [ + "list", + "papers", + "that", + "used", + "Question", + "Answering" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "papers for Question Answering", + "question_toks": [ + "papers", + "for", + "Question", + "Answering" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "List papers that has keyword Question Answering", + "question_toks": [ + "List", + "papers", + "that", + "has", + "keyword", + "Question", + "Answering" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Question Answering\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Question", + "Answering", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "papers with Question Answering in keyphrases", + "question_toks": [ + "papers", + "with", + "Question", + "Answering", + "in", + "keyphrases" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Question Answering\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.keyphraseid , t3.year FROM paper AS t3 JOIN paperkeyphrase AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"Luke S Zettlemoyer\" ORDER BY t3.year , t2.keyphraseid;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.keyphraseid", + ",", + "t3.year", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "paperkeyphrase", + "AS", + "t2", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Luke", + "S", + "Zettlemoyer", + "''", + "ORDER", + "BY", + "t3.year", + ",", + "t2.keyphraseid", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "keyphraseid", + ",", + "t3", + ".", + "year", + "from", + "paper", + "as", + "t3", + "join", + "paperkeyphrase", + "as", + "t2", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + ",", + "t2", + ".", + "keyphraseid" + ], + "question": "keyphrases used by Luke S Zettlemoyer for each year", + "question_toks": [ + "keyphrases", + "used", + "by", + "Luke", + "S", + "Zettlemoyer", + "for", + "each", + "year" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke S Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphrasename , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"sanjeev arora\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphrasename", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "sanjeev", + "arora", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphrasename", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "recent research interests of sanjeev arora", + "question_toks": [ + "recent", + "research", + "interests", + "of", + "sanjeev", + "arora" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sanjeev arora\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphrasename , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"sanjeev arora\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphrasename", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "sanjeev", + "arora", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphrasename", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "recent papers by sanjeev arora", + "question_toks": [ + "recent", + "papers", + "by", + "sanjeev", + "arora" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sanjeev arora\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphrasename , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"sanjeev arora\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphrasename", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "sanjeev", + "arora", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphrasename", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "recent papers written by sanjeev arora", + "question_toks": [ + "recent", + "papers", + "written", + "by", + "sanjeev", + "arora" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sanjeev arora\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"balakrishnan prabhakaran\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "balakrishnan", + "prabhakaran", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "list papers published by balakrishnan prabhakaran", + "question_toks": [ + "list", + "papers", + "published", + "by", + "balakrishnan", + "prabhakaran" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"balakrishnan prabhakaran\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"zachary tatlock\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "zachary", + "tatlock", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "citation count of zachary tatlock 's papers", + "question_toks": [ + "citation", + "count", + "of", + "zachary", + "tatlock", + "'s", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"zachary tatlock\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"subhasis chaudhuri\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "subhasis", + "chaudhuri", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "subhasis chaudhuri", + "question_toks": [ + "subhasis", + "chaudhuri" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"subhasis chaudhuri\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"subhasis chaudhuri\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "subhasis", + "chaudhuri", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "list papers by subhasis chaudhuri", + "question_toks": [ + "list", + "papers", + "by", + "subhasis", + "chaudhuri" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"subhasis chaudhuri\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"subhasis chaudhuri\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "subhasis", + "chaudhuri", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "List of papers by subhasis chaudhuri", + "question_toks": [ + "List", + "of", + "papers", + "by", + "subhasis", + "chaudhuri" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"subhasis chaudhuri\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"subhasis chaudhuri\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "subhasis", + "chaudhuri", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "conference papers of subhasis chaudhuri", + "question_toks": [ + "conference", + "papers", + "of", + "subhasis", + "chaudhuri" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"subhasis chaudhuri\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"parsing\" AND t3.year = 2014 AND t4.venuename = \"ACL\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "AND", + "t3.year", + "=", + "2014", + "AND", + "t4.venuename", + "=", + "``", + "ACL", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "how many parsing papers in ACL 2014", + "question_toks": [ + "how", + "many", + "parsing", + "papers", + "in", + "ACL", + "2014" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"parsing\" AND t3.year = 2014 AND t4.venuename = \"ACL\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "AND", + "t3.year", + "=", + "2014", + "AND", + "t4.venuename", + "=", + "``", + "ACL", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "how many parsing papers appeared in the proceeeding of ACL 2014 ?", + "question_toks": [ + "how", + "many", + "parsing", + "papers", + "appeared", + "in", + "the", + "proceeeding", + "of", + "ACL", + "2014", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"parsing\" AND t3.year = 2014 AND t4.venuename = \"ACL\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "AND", + "t3.year", + "=", + "2014", + "AND", + "t4.venuename", + "=", + "``", + "ACL", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "how many parsing papers were published at ACL 2014 ?", + "question_toks": [ + "how", + "many", + "parsing", + "papers", + "were", + "published", + "at", + "ACL", + "2014", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "brian curless convolution paper", + "question_toks": [ + "brian", + "curless", + "convolution", + "paper" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "convolution by brian curless", + "question_toks": [ + "convolution", + "by", + "brian", + "curless" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "papers by brian curless about convolution", + "question_toks": [ + "papers", + "by", + "brian", + "curless", + "about", + "convolution" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "brian curless 's paper about convolution", + "question_toks": [ + "brian", + "curless", + "'s", + "paper", + "about", + "convolution" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "What are the papers of brian curless in convolution ?", + "question_toks": [ + "What", + "are", + "the", + "papers", + "of", + "brian", + "curless", + "in", + "convolution", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "papers brian curless wrote about convolution", + "question_toks": [ + "papers", + "brian", + "curless", + "wrote", + "about", + "convolution" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "brian curless 's papers on convolution", + "question_toks": [ + "brian", + "curless", + "'s", + "papers", + "on", + "convolution" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "What is the paper about convolution from brian curless ?", + "question_toks": [ + "What", + "is", + "the", + "paper", + "about", + "convolution", + "from", + "brian", + "curless", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "papers by brian curless in convolution topic", + "question_toks": [ + "papers", + "by", + "brian", + "curless", + "in", + "convolution", + "topic" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "I want the papers on keyphrase0 by brian curless", + "question_toks": [ + "I", + "want", + "the", + "papers", + "on", + "keyphrase0", + "by", + "brian", + "curless" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "convolution papers by brian curless", + "question_toks": [ + "convolution", + "papers", + "by", + "brian", + "curless" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "What papers has brian curless written on convolution ?", + "question_toks": [ + "What", + "papers", + "has", + "brian", + "curless", + "written", + "on", + "convolution", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "What papers has brian curless written about convolution ?", + "question_toks": [ + "What", + "papers", + "has", + "brian", + "curless", + "written", + "about", + "convolution", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "convolution paper by brian curless", + "question_toks": [ + "convolution", + "paper", + "by", + "brian", + "curless" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"brian curless\" AND t5.keyphrasename = \"convolution\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "brian", + "curless", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "convolution", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "Does brian curless do convolution ?", + "question_toks": [ + "Does", + "brian", + "curless", + "do", + "convolution", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"brian curless\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolution\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "What papers has Liwen Xiong written in 2015", + "question_toks": [ + "What", + "papers", + "has", + "Liwen", + "Xiong", + "written", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "papers by Liwen Xiong in 2015", + "question_toks": [ + "papers", + "by", + "Liwen", + "Xiong", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "What did Liwen Xiong published in 2015 ?", + "question_toks": [ + "What", + "did", + "Liwen", + "Xiong", + "published", + "in", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "Papers written by Liwen Xiong in 2015", + "question_toks": [ + "Papers", + "written", + "by", + "Liwen", + "Xiong", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "What are the papers of Liwen Xiong in 2015", + "question_toks": [ + "What", + "are", + "the", + "papers", + "of", + "Liwen", + "Xiong", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "papers by Liwen Xiong from 2015", + "question_toks": [ + "papers", + "by", + "Liwen", + "Xiong", + "from", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "Papers published in 2015 by Liwen Xiong", + "question_toks": [ + "Papers", + "published", + "in", + "2015", + "by", + "Liwen", + "Xiong" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "what has Liwen Xiong done in the past year", + "question_toks": [ + "what", + "has", + "Liwen", + "Xiong", + "done", + "in", + "the", + "past", + "year" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "What papers did Liwen Xiong publish last year ?", + "question_toks": [ + "What", + "papers", + "did", + "Liwen", + "Xiong", + "publish", + "last", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "papers published in 2015 by Liwen Xiong", + "question_toks": [ + "papers", + "published", + "in", + "2015", + "by", + "Liwen", + "Xiong" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "Liwen Xiong 's papers in 2015 ?", + "question_toks": [ + "Liwen", + "Xiong", + "'s", + "papers", + "in", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "Liwen Xiong 's papers in 2015", + "question_toks": [ + "Liwen", + "Xiong", + "'s", + "papers", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "Liwen Xiong publication 2015", + "question_toks": [ + "Liwen", + "Xiong", + "publication", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "Papers authored by Liwen Xiong in 2015", + "question_toks": [ + "Papers", + "authored", + "by", + "Liwen", + "Xiong", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "Papers from Liwen Xiong in 2015", + "question_toks": [ + "Papers", + "from", + "Liwen", + "Xiong", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Liwen Xiong\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Liwen", + "Xiong", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "what papers are published by Liwen Xiong in 2015", + "question_toks": [ + "what", + "papers", + "are", + "published", + "by", + "Liwen", + "Xiong", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Liwen Xiong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"TAIL\" AND t4.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "TAIL", + "''", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "What TAIL paper published in NIPS ?", + "question_toks": [ + "What", + "TAIL", + "paper", + "published", + "in", + "NIPS", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"TAIL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"TAIL\" AND t4.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "TAIL", + "''", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "List the papers on TAIL that were published in NIPS", + "question_toks": [ + "List", + "the", + "papers", + "on", + "TAIL", + "that", + "were", + "published", + "in", + "NIPS" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"TAIL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"TAIL\" AND t4.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "TAIL", + "''", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "what are the papers in NIPS about TAIL ?", + "question_toks": [ + "what", + "are", + "the", + "papers", + "in", + "NIPS", + "about", + "TAIL", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"TAIL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"TAIL\" AND t4.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "TAIL", + "''", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "Papers about TAIL in NIPS", + "question_toks": [ + "Papers", + "about", + "TAIL", + "in", + "NIPS" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"TAIL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"TAIL\" AND t4.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "TAIL", + "''", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "papers at NIPS related to TAIL", + "question_toks": [ + "papers", + "at", + "NIPS", + "related", + "to", + "TAIL" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"TAIL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"TAIL\" AND t4.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "TAIL", + "''", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "papers about TAIL published at NIPS", + "question_toks": [ + "papers", + "about", + "TAIL", + "published", + "at", + "NIPS" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"TAIL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"TAIL\" AND t4.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "TAIL", + "''", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "TAIL papers in NIPS", + "question_toks": [ + "TAIL", + "papers", + "in", + "NIPS" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"TAIL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"TAIL\" AND t4.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "TAIL", + "''", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "papers on TAIL NIPS", + "question_toks": [ + "papers", + "on", + "TAIL", + "NIPS" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"TAIL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"TAIL\" AND t4.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "TAIL", + "''", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "TAIL papers used in NIPS", + "question_toks": [ + "TAIL", + "papers", + "used", + "in", + "NIPS" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"TAIL\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t1.authorid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname != \"Mark Steedman\" AND t2.paperid IN ( SELECT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Mark Steedman\" );", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t1.authorid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "!", + "=", + "``", + "Mark", + "Steedman", + "''", + "AND", + "t2.paperid", + "IN", + "(", + "SELECT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Mark", + "Steedman", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t1", + ".", + "authorid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "!", + "=", + "value", + "and", + "t2", + ".", + "paperid", + "in", + "(", + "select", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + ")" + ], + "question": "How many co-authors has Mark Steedman had ?", + "question_toks": [ + "How", + "many", + "co-authors", + "has", + "Mark", + "Steedman", + "had", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Mark Steedman\"", + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Mark Steedman\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.keyphraseid FROM paper AS t3 JOIN paperkeyphrase AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"Christof Dallermassl\" AND t3.year = 2000;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.keyphraseid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "paperkeyphrase", + "AS", + "t2", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christof", + "Dallermassl", + "''", + "AND", + "t3.year", + "=", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "keyphraseid", + "from", + "paper", + "as", + "t3", + "join", + "paperkeyphrase", + "as", + "t2", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "keyphrases used by Christof Dallermassl in 2000", + "question_toks": [ + "keyphrases", + "used", + "by", + "Christof", + "Dallermassl", + "in", + "2000" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christof Dallermassl\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.keyphraseid FROM paper AS t3 JOIN paperkeyphrase AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"Christof Dallermassl\" AND t3.year = 2000;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.keyphraseid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "paperkeyphrase", + "AS", + "t2", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christof", + "Dallermassl", + "''", + "AND", + "t3.year", + "=", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "keyphraseid", + "from", + "paper", + "as", + "t3", + "join", + "paperkeyphrase", + "as", + "t2", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "Keyphrases used by Christof Dallermassl in 2000", + "question_toks": [ + "Keyphrases", + "used", + "by", + "Christof", + "Dallermassl", + "in", + "2000" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christof Dallermassl\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.keyphraseid FROM paper AS t3 JOIN paperkeyphrase AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"Christof Dallermassl\" AND t3.year = 2000;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.keyphraseid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "paperkeyphrase", + "AS", + "t2", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christof", + "Dallermassl", + "''", + "AND", + "t3.year", + "=", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "keyphraseid", + "from", + "paper", + "as", + "t3", + "join", + "paperkeyphrase", + "as", + "t2", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "keyphrases Christof Dallermassl used in papers written last year", + "question_toks": [ + "keyphrases", + "Christof", + "Dallermassl", + "used", + "in", + "papers", + "written", + "last", + "year" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christof Dallermassl\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.keyphraseid FROM paper AS t3 JOIN paperkeyphrase AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"Christof Dallermassl\" AND t3.year = 2000;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.keyphraseid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "paperkeyphrase", + "AS", + "t2", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Christof", + "Dallermassl", + "''", + "AND", + "t3.year", + "=", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "keyphraseid", + "from", + "paper", + "as", + "t3", + "join", + "paperkeyphrase", + "as", + "t2", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "What are keyphrases by Christof Dallermassl in 2000 ?", + "question_toks": [ + "What", + "are", + "keyphrases", + "by", + "Christof", + "Dallermassl", + "in", + "2000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Christof Dallermassl\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorname , COUNT ( t3.citingpaperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN cite AS t3 ON t2.paperid = t3.citedpaperid GROUP BY t1.authorname ORDER BY COUNT ( t3.citingpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorname", + ",", + "COUNT", + "(", + "t3.citingpaperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.citedpaperid", + "GROUP", + "BY", + "t1.authorname", + "ORDER", + "BY", + "COUNT", + "(", + "t3.citingpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorname", + ",", + "count", + "(", + "t3", + ".", + "citingpaperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "cite", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "group", + "by", + "t1", + ".", + "authorname", + "order", + "by", + "count", + "(", + "t3", + ".", + "citingpaperid", + ")", + "desc" + ], + "question": "what author is most cited ?", + "question_toks": [ + "what", + "author", + "is", + "most", + "cited", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 18, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"mohammad rastegari\" AND t3.journalid >= 0;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "mohammad", + "rastegari", + "''", + "AND", + "t3.journalid", + ">", + "=", + "0", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "journalid", + ">", + "=", + "value" + ], + "question": "journal articles by mohammad rastegari", + "question_toks": [ + "journal", + "articles", + "by", + "mohammad", + "rastegari" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"mohammad rastegari\"", + null + ], + "and", + [ + false, + 5, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + 0.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"mohammad rastegari\" AND t3.journalid >= 0;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "mohammad", + "rastegari", + "''", + "AND", + "t3.journalid", + ">", + "=", + "0", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "journalid", + ">", + "=", + "value" + ], + "question": "Journal Papers by mohammad rastegari", + "question_toks": [ + "Journal", + "Papers", + "by", + "mohammad", + "rastegari" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"mohammad rastegari\"", + null + ], + "and", + [ + false, + 5, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + 0.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.citingpaperid ) , t1.paperid FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2014 AND t2.venuename = \"TACL\" GROUP BY t1.paperid ORDER BY COUNT ( DISTINCT t3.citingpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.citingpaperid", + ")", + ",", + "t1.paperid", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t1.paperid", + "=", + "t3.citedpaperid", + "JOIN", + "venue", + "AS", + "t2", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2014", + "AND", + "t2.venuename", + "=", + "``", + "TACL", + "''", + "GROUP", + "BY", + "t1.paperid", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t3.citingpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "citingpaperid", + ")", + ",", + "t1", + ".", + "paperid", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t3", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t2", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "paperid", + "order", + "by", + "count", + "(", + "distinct", + "t3", + ".", + "citingpaperid", + ")", + "desc" + ], + "question": "best paper in TACL 2014 ?", + "question_toks": [ + "best", + "paper", + "in", + "TACL", + "2014", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 18, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"TACL\"", + null + ] + ], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 18, + true + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.citingpaperid ) , t1.paperid FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2014 AND t2.venuename = \"TACL\" GROUP BY t1.paperid ORDER BY COUNT ( DISTINCT t3.citingpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.citingpaperid", + ")", + ",", + "t1.paperid", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t1.paperid", + "=", + "t3.citedpaperid", + "JOIN", + "venue", + "AS", + "t2", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2014", + "AND", + "t2.venuename", + "=", + "``", + "TACL", + "''", + "GROUP", + "BY", + "t1.paperid", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t3.citingpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "citingpaperid", + ")", + ",", + "t1", + ".", + "paperid", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t3", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t2", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "paperid", + "order", + "by", + "count", + "(", + "distinct", + "t3", + ".", + "citingpaperid", + ")", + "desc" + ], + "question": "What was the best paper at TACL 2014 ?", + "question_toks": [ + "What", + "was", + "the", + "best", + "paper", + "at", + "TACL", + "2014", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 18, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"TACL\"", + null + ] + ], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 18, + true + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2016 AND t3.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2016", + "AND", + "t3.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value" + ], + "question": "who published at acl 2016 ?", + "question_toks": [ + "who", + "published", + "at", + "acl", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2016 AND t3.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2016", + "AND", + "t3.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value" + ], + "question": "acl 2016 authors", + "question_toks": [ + "acl", + "2016", + "authors" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2016 AND t3.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2016", + "AND", + "t3.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value" + ], + "question": "authors of acl 2016 papers", + "question_toks": [ + "authors", + "of", + "acl", + "2016", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2016 AND t3.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2016", + "AND", + "t3.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value" + ], + "question": "List of authors acl 2016", + "question_toks": [ + "List", + "of", + "authors", + "acl", + "2016" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2016 AND t3.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2016", + "AND", + "t3.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value" + ], + "question": "author published acl 2016", + "question_toks": [ + "author", + "published", + "acl", + "2016" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2016 AND t3.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2016", + "AND", + "t3.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value" + ], + "question": "who had papers at acl 2016 ?", + "question_toks": [ + "who", + "had", + "papers", + "at", + "acl", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2016 AND t3.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2016", + "AND", + "t3.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value" + ], + "question": "List of authors in acl 2016", + "question_toks": [ + "List", + "of", + "authors", + "in", + "acl", + "2016" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Multiuser Receiver in the Decision Feedback\" AND t3.year = 2016 GROUP BY t3.paperid HAVING COUNT ( DISTINCT t1.keyphrasename ) > 1;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Multiuser", + "Receiver", + "in", + "the", + "Decision", + "Feedback", + "''", + "AND", + "t3.year", + "=", + "2016", + "GROUP", + "BY", + "t3.paperid", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t1.keyphrasename", + ")", + ">", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "group", + "by", + "t3", + ".", + "paperid", + "having", + "count", + "(", + "distinct", + "t1", + ".", + "keyphrasename", + ")", + ">", + "value" + ], + "question": "How many papers were written on Multiuser Receiver in the Decision Feedback this year ?", + "question_toks": [ + "How", + "many", + "papers", + "were", + "written", + "on", + "Multiuser", + "Receiver", + "in", + "the", + "Decision", + "Feedback", + "this", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Multiuser Receiver in the Decision Feedback\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 10, + true + ], + null + ], + 1.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname LIKE \"ImageNet\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "LIKE", + "``", + "ImageNet", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "like", + "value" + ], + "question": "How many papers run experiments on ImageNet ?", + "question_toks": [ + "How", + "many", + "papers", + "run", + "experiments", + "on", + "ImageNet", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"ImageNet\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname LIKE \"ImageNet\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "LIKE", + "``", + "ImageNet", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "like", + "value" + ], + "question": "How many papers used ImageNet dataset ?", + "question_toks": [ + "How", + "many", + "papers", + "used", + "ImageNet", + "dataset", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"ImageNet\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname LIKE \"ImageNet\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "LIKE", + "``", + "ImageNet", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "like", + "value" + ], + "question": "How many papers written on ImageNet ?", + "question_toks": [ + "How", + "many", + "papers", + "written", + "on", + "ImageNet", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"ImageNet\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname LIKE \"ImageNet\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "LIKE", + "``", + "ImageNet", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "like", + "value" + ], + "question": "how many papers are based on ImageNet", + "question_toks": [ + "how", + "many", + "papers", + "are", + "based", + "on", + "ImageNet" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"ImageNet\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname LIKE \"ImageNet\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "LIKE", + "``", + "ImageNet", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "like", + "value" + ], + "question": "how many papers use ImageNet ?", + "question_toks": [ + "how", + "many", + "papers", + "use", + "ImageNet", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"ImageNet\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.citedpaperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN cite AS t3 ON t2.paperid = t3.citingpaperid WHERE t1.authorname = \"Mirella Lapata\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.citedpaperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.citingpaperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Mirella", + "Lapata", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "citedpaperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "cite", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "citingpaperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "How many papers did Mirella Lapata cite ?", + "question_toks": [ + "How", + "many", + "papers", + "did", + "Mirella", + "Lapata", + "cite", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Mirella Lapata\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.citedpaperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN cite AS t3 ON t2.paperid = t3.citingpaperid WHERE t1.authorname = \"Mirella Lapata\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.citedpaperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.citingpaperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Mirella", + "Lapata", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "citedpaperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "cite", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "citingpaperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "how many papers does Mirella Lapata cite", + "question_toks": [ + "how", + "many", + "papers", + "does", + "Mirella", + "Lapata", + "cite" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Mirella Lapata\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.citedpaperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN cite AS t3 ON t2.paperid = t3.citingpaperid WHERE t1.authorname = \"Mirella Lapata\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.citedpaperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.citingpaperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Mirella", + "Lapata", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "citedpaperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "cite", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "citingpaperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "how many papers has Mirella Lapata cited ?", + "question_toks": [ + "how", + "many", + "papers", + "has", + "Mirella", + "Lapata", + "cited", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Mirella Lapata\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.year FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Michael Stonebraker\" AND t4.venuename = \"VLDB\" ORDER BY t3.year;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.year", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Michael", + "Stonebraker", + "''", + "AND", + "t4.venuename", + "=", + "``", + "VLDB", + "''", + "ORDER", + "BY", + "t3.year", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "year", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value", + "order", + "by", + "t3", + ".", + "year" + ], + "question": "When does Michael Stonebraker publish the first VLDB paper ?", + "question_toks": [ + "When", + "does", + "Michael", + "Stonebraker", + "publish", + "the", + "first", + "VLDB", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Michael Stonebraker\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = \"semantic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "WHERE", + "t4.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "where", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "semantic parsing dataset", + "question_toks": [ + "semantic", + "parsing", + "dataset" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = \"semantic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "WHERE", + "t4.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "where", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "data sets for semantic parsing", + "question_toks": [ + "data", + "sets", + "for", + "semantic", + "parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = \"semantic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "WHERE", + "t4.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "where", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "list datasets for semantic parsing", + "question_toks": [ + "list", + "datasets", + "for", + "semantic", + "parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = \"semantic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "WHERE", + "t4.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "where", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "datasets for semantic parsing", + "question_toks": [ + "datasets", + "for", + "semantic", + "parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = \"semantic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "WHERE", + "t4.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "where", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "Datasets with semantic parsing information", + "question_toks": [ + "Datasets", + "with", + "semantic", + "parsing", + "information" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = \"semantic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "WHERE", + "t4.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "where", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "datasets used by semantic parsing papers", + "question_toks": [ + "datasets", + "used", + "by", + "semantic", + "parsing", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = \"semantic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "WHERE", + "t4.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "where", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "datasets in semantic parsing papers", + "question_toks": [ + "datasets", + "in", + "semantic", + "parsing", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = \"semantic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "WHERE", + "t4.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "where", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "semantic parsing datasets", + "question_toks": [ + "semantic", + "parsing", + "datasets" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = \"semantic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "WHERE", + "t4.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "where", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "datasets in papers about semantic parsing", + "question_toks": [ + "datasets", + "in", + "papers", + "about", + "semantic", + "parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = \"semantic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "WHERE", + "t4.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "where", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "datasets used for semantic parsing", + "question_toks": [ + "datasets", + "used", + "for", + "semantic", + "parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = \"semantic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "WHERE", + "t4.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "where", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "large-scale datasets used in semantic parsing", + "question_toks": [ + "large-scale", + "datasets", + "used", + "in", + "semantic", + "parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = \"semantic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "WHERE", + "t4.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "where", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "datasets with semantic parsing", + "question_toks": [ + "datasets", + "with", + "semantic", + "parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN keyphrase AS t4 ON t1.keyphraseid = t4.keyphraseid WHERE t4.keyphrasename = \"semantic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t1.keyphraseid", + "=", + "t4.keyphraseid", + "WHERE", + "t4.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t4", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "where", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "datasets used for evaluating semantic parsing", + "question_toks": [ + "datasets", + "used", + "for", + "evaluating", + "semantic", + "parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.journalid , t4.venueid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Peter Mertens\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.journalid", + ",", + "t4.venueid", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "journalid", + ",", + "t4", + ".", + "venueid", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "where does Peter Mertens publish ?", + "question_toks": [ + "where", + "does", + "Peter", + "Mertens", + "publish", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.journalid , t4.venueid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Peter Mertens\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.journalid", + ",", + "t4.venueid", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "journalid", + ",", + "t4", + ".", + "venueid", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "in what venues does Peter Mertens publish ?", + "question_toks": [ + "in", + "what", + "venues", + "does", + "Peter", + "Mertens", + "publish", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.journalid , t4.venueid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Peter Mertens\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.journalid", + ",", + "t4.venueid", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Peter", + "Mertens", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "journalid", + ",", + "t4", + ".", + "venueid", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Where does Peter Mertens publish ?", + "question_toks": [ + "Where", + "does", + "Peter", + "Mertens", + "publish", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Peter Mertens\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"nature communications\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "nature", + "communications", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "how many papers appeared at nature communications last year", + "question_toks": [ + "how", + "many", + "papers", + "appeared", + "at", + "nature", + "communications", + "last", + "year" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"nature communications\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"nature communications\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "nature", + "communications", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers were at nature communications 2015 ?", + "question_toks": [ + "How", + "many", + "papers", + "were", + "at", + "nature", + "communications", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"nature communications\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"nature communications\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "nature", + "communications", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "how many papers accepted in nature communications 2015", + "question_toks": [ + "how", + "many", + "papers", + "accepted", + "in", + "nature", + "communications", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"nature communications\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"nature communications\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "nature", + "communications", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers were published in nature communications in 2015 ?", + "question_toks": [ + "How", + "many", + "papers", + "were", + "published", + "in", + "nature", + "communications", + "in", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"nature communications\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"nature communications\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "nature", + "communications", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers on nature communications in 2015 ?", + "question_toks": [ + "How", + "many", + "papers", + "on", + "nature", + "communications", + "in", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"nature communications\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"nature communications\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "nature", + "communications", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "how many papers in nature communications 2015", + "question_toks": [ + "how", + "many", + "papers", + "in", + "nature", + "communications", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"nature communications\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"nature communications\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "nature", + "communications", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers were accepted at nature communications 2015 ?", + "question_toks": [ + "How", + "many", + "papers", + "were", + "accepted", + "at", + "nature", + "communications", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"nature communications\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"nature communications\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "nature", + "communications", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers are presented in nature communications 2015 ?", + "question_toks": [ + "How", + "many", + "papers", + "are", + "presented", + "in", + "nature", + "communications", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"nature communications\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"nature communications\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "nature", + "communications", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers published in nature communications in 2015 ?", + "question_toks": [ + "How", + "many", + "papers", + "published", + "in", + "nature", + "communications", + "in", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"nature communications\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"nature communications\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "nature", + "communications", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "how many papers published in nature communications 2015 ?", + "question_toks": [ + "how", + "many", + "papers", + "published", + "in", + "nature", + "communications", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"nature communications\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"nature communications\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "nature", + "communications", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers were published in nature communications 2015 conference ?", + "question_toks": [ + "How", + "many", + "papers", + "were", + "published", + "in", + "nature", + "communications", + "2015", + "conference", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"nature communications\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"nature communications\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "nature", + "communications", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers was published in nature communications in 2015", + "question_toks": [ + "How", + "many", + "papers", + "was", + "published", + "in", + "nature", + "communications", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"nature communications\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid , t4.year FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN paper AS t4 ON t4.paperid = t3.paperid JOIN keyphrase AS t5 ON t1.keyphraseid = t5.keyphraseid WHERE t5.keyphrasename = \"deep learning\" ORDER BY t4.year ASC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + ",", + "t4.year", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t1.keyphraseid", + "=", + "t5.keyphraseid", + "WHERE", + "t5.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "ORDER", + "BY", + "t4.year", + "ASC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + ",", + "t4", + ".", + "year", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t5", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "where", + "t5", + ".", + "keyphrasename", + "=", + "value", + "order", + "by", + "t4", + ".", + "year", + "asc" + ], + "question": "what was the first deep learning paper ?", + "question_toks": [ + "what", + "was", + "the", + "first", + "deep", + "learning", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid , t4.year FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paperkeyphrase AS t1 ON t1.paperid = t3.paperid JOIN paper AS t4 ON t4.paperid = t3.paperid JOIN keyphrase AS t5 ON t1.keyphraseid = t5.keyphraseid WHERE t5.keyphrasename = \"deep learning\" ORDER BY t4.year ASC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + ",", + "t4.year", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t3.paperid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t1.keyphraseid", + "=", + "t5.keyphraseid", + "WHERE", + "t5.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "ORDER", + "BY", + "t4.year", + "ASC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + ",", + "t4", + ".", + "year", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t5", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "where", + "t5", + ".", + "keyphrasename", + "=", + "value", + "order", + "by", + "t4", + ".", + "year", + "asc" + ], + "question": "what year was the first deep learning paper published ?", + "question_toks": [ + "what", + "year", + "was", + "the", + "first", + "deep", + "learning", + "paper", + "published", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.datasetid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t4.venuename = \"ACL\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.datasetid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t4.venuename", + "=", + "``", + "ACL", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "datasets mentioned at ACL", + "question_toks": [ + "datasets", + "mentioned", + "at", + "ACL" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.datasetid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t4.venuename = \"ACL\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.datasetid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t4.venuename", + "=", + "``", + "ACL", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "datasetid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "what datasets do papers at ACL use most ?", + "question_toks": [ + "what", + "datasets", + "do", + "papers", + "at", + "ACL", + "use", + "most", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM paperkeyphrase AS t5 JOIN keyphrase AS t3 ON t5.keyphraseid = t3.keyphraseid JOIN paper AS t2 ON t2.paperid = t5.paperid JOIN venue AS t6 ON t6.venueid = t2.venueid JOIN writes AS t4 ON t4.paperid = t2.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"li dong\" AND t3.keyphrasename = \"semantic parsing\" AND t2.year = 2016 AND t6.venuename = \"acl\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t5", + "JOIN", + "keyphrase", + "AS", + "t3", + "ON", + "t5.keyphraseid", + "=", + "t3.keyphraseid", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t5.paperid", + "JOIN", + "venue", + "AS", + "t6", + "ON", + "t6.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t2.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "li", + "dong", + "''", + "AND", + "t3.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + "AND", + "t2.year", + "=", + "2016", + "AND", + "t6.venuename", + "=", + "``", + "acl", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t5", + "join", + "keyphrase", + "as", + "t3", + "on", + "t5", + ".", + "keyphraseid", + "=", + "t3", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t5", + ".", + "paperid", + "join", + "venue", + "as", + "t6", + "on", + "t6", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "keyphrasename", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value", + "and", + "t6", + ".", + "venuename", + "=", + "value" + ], + "question": "the papers on semantic parsing by li dong at acl in 2016", + "question_toks": [ + "the", + "papers", + "on", + "semantic", + "parsing", + "by", + "li", + "dong", + "at", + "acl", + "in", + "2016" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"li dong\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"acl\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"convolutional neural networks\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "convolutional", + "neural", + "networks", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "How many papers were written on convolutional neural networks in the past year ?", + "question_toks": [ + "How", + "many", + "papers", + "were", + "written", + "on", + "convolutional", + "neural", + "networks", + "in", + "the", + "past", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolutional neural networks\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"convolutional neural networks\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "convolutional", + "neural", + "networks", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "How many papers were published on convolutional neural networks in 2016 ?", + "question_toks": [ + "How", + "many", + "papers", + "were", + "published", + "on", + "convolutional", + "neural", + "networks", + "in", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolutional neural networks\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"convolutional neural networks\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "convolutional", + "neural", + "networks", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "How many papers were written on convolutional neural networks in 2016 ?", + "question_toks": [ + "How", + "many", + "papers", + "were", + "written", + "on", + "convolutional", + "neural", + "networks", + "in", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolutional neural networks\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"convolutional neural networks\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "convolutional", + "neural", + "networks", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "How many papers were written on the convolutional neural networks this year ?", + "question_toks": [ + "How", + "many", + "papers", + "were", + "written", + "on", + "the", + "convolutional", + "neural", + "networks", + "this", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolutional neural networks\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"convolutional neural networks\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "convolutional", + "neural", + "networks", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "how many papers on convolutional neural networks have been published in the past year ?", + "question_toks": [ + "how", + "many", + "papers", + "on", + "convolutional", + "neural", + "networks", + "have", + "been", + "published", + "in", + "the", + "past", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"convolutional neural networks\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"question answering\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "question", + "answering", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "What papers were written on question answering this year ?", + "question_toks": [ + "What", + "papers", + "were", + "written", + "on", + "question", + "answering", + "this", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"question answering\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) , t1.year FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"NIPS\" GROUP BY t1.year ORDER BY COUNT ( t1.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + ",", + "t1.year", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "NIPS", + "''", + "GROUP", + "BY", + "t1.year", + "ORDER", + "BY", + "COUNT", + "(", + "t1.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "year", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "year", + "order", + "by", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "desc" + ], + "question": "which year had the most NIPS papers ?", + "question_toks": [ + "which", + "year", + "had", + "the", + "most", + "NIPS", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) , t1.year FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"NIPS\" GROUP BY t1.year ORDER BY COUNT ( t1.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + ",", + "t1.year", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "NIPS", + "''", + "GROUP", + "BY", + "t1.year", + "ORDER", + "BY", + "COUNT", + "(", + "t1.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "year", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "year", + "order", + "by", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "desc" + ], + "question": "what year had the most NIPS papers ?", + "question_toks": [ + "what", + "year", + "had", + "the", + "most", + "NIPS", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) , t1.year FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"NIPS\" GROUP BY t1.year ORDER BY COUNT ( t1.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + ",", + "t1.year", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "NIPS", + "''", + "GROUP", + "BY", + "t1.year", + "ORDER", + "BY", + "COUNT", + "(", + "t1.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "year", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "year", + "order", + "by", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "desc" + ], + "question": "what year had the most number of NIPS papers ?", + "question_toks": [ + "what", + "year", + "had", + "the", + "most", + "number", + "of", + "NIPS", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) , t1.year FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"NIPS\" GROUP BY t1.year ORDER BY COUNT ( t1.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + ",", + "t1.year", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "NIPS", + "''", + "GROUP", + "BY", + "t1.year", + "ORDER", + "BY", + "COUNT", + "(", + "t1.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "year", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "year", + "order", + "by", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "desc" + ], + "question": "when were most NIPS papers published ?", + "question_toks": [ + "when", + "were", + "most", + "NIPS", + "papers", + "published", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Noah A Smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Noah", + "A", + "Smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value" + ], + "question": "who writes papers with Noah A Smith ?", + "question_toks": [ + "who", + "writes", + "papers", + "with", + "Noah", + "A", + "Smith", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah A Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Noah A Smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Noah", + "A", + "Smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value" + ], + "question": "Who is a coauthor with Noah A Smith ?", + "question_toks": [ + "Who", + "is", + "a", + "coauthor", + "with", + "Noah", + "A", + "Smith", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah A Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Noah A Smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Noah", + "A", + "Smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value" + ], + "question": "Who are Noah A Smith 's co-authors", + "question_toks": [ + "Who", + "are", + "Noah", + "A", + "Smith", + "'s", + "co-authors" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah A Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Noah A Smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Noah", + "A", + "Smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value" + ], + "question": "Who has coauthored with Noah A Smith ?", + "question_toks": [ + "Who", + "has", + "coauthored", + "with", + "Noah", + "A", + "Smith", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah A Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Noah A Smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Noah", + "A", + "Smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value" + ], + "question": "co-authors of Noah A Smith", + "question_toks": [ + "co-authors", + "of", + "Noah", + "A", + "Smith" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah A Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Noah A Smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Noah", + "A", + "Smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value" + ], + "question": "author who wrote papers with Noah A Smith", + "question_toks": [ + "author", + "who", + "wrote", + "papers", + "with", + "Noah", + "A", + "Smith" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah A Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Noah A Smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Noah", + "A", + "Smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value" + ], + "question": "authors who collaborated with Noah A Smith", + "question_toks": [ + "authors", + "who", + "collaborated", + "with", + "Noah", + "A", + "Smith" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah A Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Noah A Smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Noah", + "A", + "Smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value" + ], + "question": "who does Noah A Smith author with ?", + "question_toks": [ + "who", + "does", + "Noah", + "A", + "Smith", + "author", + "with", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah A Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Noah A Smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Noah", + "A", + "Smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value" + ], + "question": "Who are Noah A Smith 's coauthors", + "question_toks": [ + "Who", + "are", + "Noah", + "A", + "Smith", + "'s", + "coauthors" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah A Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Noah A Smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Noah", + "A", + "Smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value" + ], + "question": "who are all the co-authors of Noah A Smith ?", + "question_toks": [ + "who", + "are", + "all", + "the", + "co-authors", + "of", + "Noah", + "A", + "Smith", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah A Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Noah A Smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Noah", + "A", + "Smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value" + ], + "question": "who does Noah A Smith work with ?", + "question_toks": [ + "who", + "does", + "Noah", + "A", + "Smith", + "work", + "with", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah A Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Noah A Smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Noah", + "A", + "Smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value" + ], + "question": "who does Noah A Smith collaborate with ?", + "question_toks": [ + "who", + "does", + "Noah", + "A", + "Smith", + "collaborate", + "with", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah A Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Noah A Smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Noah", + "A", + "Smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value" + ], + "question": "Who are Noah A Smith 's coauthors ?", + "question_toks": [ + "Who", + "are", + "Noah", + "A", + "Smith", + "'s", + "coauthors", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah A Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Noah A Smith\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Noah", + "A", + "Smith", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value" + ], + "question": "coauthors of Noah A Smith", + "question_toks": [ + "coauthors", + "of", + "Noah", + "A", + "Smith" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah A Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paper AS t3 JOIN paperdataset AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"jitendra malik\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "paperdataset", + "AS", + "t2", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "jitendra", + "malik", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paper", + "as", + "t3", + "join", + "paperdataset", + "as", + "t2", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "what datasets did jitendra malik use ?", + "question_toks": [ + "what", + "datasets", + "did", + "jitendra", + "malik", + "use", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"jitendra malik\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paper AS t3 JOIN paperdataset AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"jitendra malik\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "paperdataset", + "AS", + "t2", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "jitendra", + "malik", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paper", + "as", + "t3", + "join", + "paperdataset", + "as", + "t2", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "what datasets are used in papers by jitendra malik", + "question_toks": [ + "what", + "datasets", + "are", + "used", + "in", + "papers", + "by", + "jitendra", + "malik" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"jitendra malik\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paper AS t3 JOIN paperdataset AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"jitendra malik\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "paperdataset", + "AS", + "t2", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "jitendra", + "malik", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paper", + "as", + "t3", + "join", + "paperdataset", + "as", + "t2", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "what datasets did jitendra malik use in his papers ?", + "question_toks": [ + "what", + "datasets", + "did", + "jitendra", + "malik", + "use", + "in", + "his", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"jitendra malik\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paper AS t3 JOIN paperdataset AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"jitendra malik\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "paperdataset", + "AS", + "t2", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "jitendra", + "malik", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paper", + "as", + "t3", + "join", + "paperdataset", + "as", + "t2", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "what datasets were used by jitendra malik ?", + "question_toks": [ + "what", + "datasets", + "were", + "used", + "by", + "jitendra", + "malik", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"jitendra malik\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paper AS t3 JOIN paperdataset AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"jitendra malik\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "paperdataset", + "AS", + "t2", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "jitendra", + "malik", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paper", + "as", + "t3", + "join", + "paperdataset", + "as", + "t2", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "datasets used in papers written by jitendra malik ?", + "question_toks": [ + "datasets", + "used", + "in", + "papers", + "written", + "by", + "jitendra", + "malik", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"jitendra malik\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paper AS t3 JOIN paperdataset AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"jitendra malik\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "paperdataset", + "AS", + "t2", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "jitendra", + "malik", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paper", + "as", + "t3", + "join", + "paperdataset", + "as", + "t2", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Datasets by jitendra malik", + "question_toks": [ + "Datasets", + "by", + "jitendra", + "malik" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"jitendra malik\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.datasetid FROM paper AS t3 JOIN paperdataset AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"jitendra malik\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.datasetid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "paperdataset", + "AS", + "t2", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "jitendra", + "malik", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "datasetid", + "from", + "paper", + "as", + "t3", + "join", + "paperdataset", + "as", + "t2", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What datasets have jitendra malik used", + "question_toks": [ + "What", + "datasets", + "have", + "jitendra", + "malik", + "used" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"jitendra malik\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "recent deep learning papers", + "question_toks": [ + "recent", + "deep", + "learning", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "new deep learning papers", + "question_toks": [ + "new", + "deep", + "learning", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "What are the latest publications on deep learning ?", + "question_toks": [ + "What", + "are", + "the", + "latest", + "publications", + "on", + "deep", + "learning", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "Most recent deep learning conference ?", + "question_toks": [ + "Most", + "recent", + "deep", + "learning", + "conference", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "Show me some recent papers on deep learning ?", + "question_toks": [ + "Show", + "me", + "some", + "recent", + "papers", + "on", + "deep", + "learning", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "What are some recent papers written in deep learning ?", + "question_toks": [ + "What", + "are", + "some", + "recent", + "papers", + "written", + "in", + "deep", + "learning", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "What is the most recent paper of deep learning ?", + "question_toks": [ + "What", + "is", + "the", + "most", + "recent", + "paper", + "of", + "deep", + "learning", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "What are recent papers on deep learning ?", + "question_toks": [ + "What", + "are", + "recent", + "papers", + "on", + "deep", + "learning", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "Current research on deep learning", + "question_toks": [ + "Current", + "research", + "on", + "deep", + "learning" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "latest deep learning papers", + "question_toks": [ + "latest", + "deep", + "learning", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "newest deep learning papers", + "question_toks": [ + "newest", + "deep", + "learning", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Pedro Domingos\" GROUP BY t3.year;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Pedro", + "Domingos", + "''", + "GROUP", + "BY", + "t3.year", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "year" + ], + "question": "What years did Pedro Domingos publish papers in ?", + "question_toks": [ + "What", + "years", + "did", + "Pedro", + "Domingos", + "publish", + "papers", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Pedro Domingos\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Pedro Domingos\" GROUP BY t3.year;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Pedro", + "Domingos", + "''", + "GROUP", + "BY", + "t3.year", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "year" + ], + "question": "In what years did Pedro Domingos publish a paper ?", + "question_toks": [ + "In", + "what", + "years", + "did", + "Pedro", + "Domingos", + "publish", + "a", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Pedro Domingos\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"jamie callan\" ORDER BY t3.year;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "jamie", + "callan", + "''", + "ORDER", + "BY", + "t3.year", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "order", + "by", + "t3", + ".", + "year" + ], + "question": "jamie callan 's publications by year", + "question_toks": [ + "jamie", + "callan", + "'s", + "publications", + "by", + "year" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"jamie callan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"jamie callan\" GROUP BY t3.year;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "jamie", + "callan", + "''", + "GROUP", + "BY", + "t3.year", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "year" + ], + "question": "How many papers does jamie callan publish each year ?", + "question_toks": [ + "How", + "many", + "papers", + "does", + "jamie", + "callan", + "publish", + "each", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"jamie callan\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"jamie callan\" GROUP BY t3.year;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "jamie", + "callan", + "''", + "GROUP", + "BY", + "t3.year", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "year" + ], + "question": "number of papers by year from jamie callan", + "question_toks": [ + "number", + "of", + "papers", + "by", + "year", + "from", + "jamie", + "callan" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"jamie callan\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"jamie callan\" GROUP BY t3.year;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "jamie", + "callan", + "''", + "GROUP", + "BY", + "t3.year", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "year" + ], + "question": "how many papers jamie callan published each year ?", + "question_toks": [ + "how", + "many", + "papers", + "jamie", + "callan", + "published", + "each", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"jamie callan\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citingpaperid JOIN writes AS t2 ON t2.paperid = t4.citedpaperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"oren etzioni\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citingpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "oren", + "etzioni", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citingpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "who does oren etzioni cite", + "question_toks": [ + "who", + "does", + "oren", + "etzioni", + "cite" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"oren etzioni\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citingpaperid JOIN writes AS t2 ON t2.paperid = t4.citedpaperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"oren etzioni\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citingpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "oren", + "etzioni", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citingpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "what papers does oren etzioni cite", + "question_toks": [ + "what", + "papers", + "does", + "oren", + "etzioni", + "cite" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"oren etzioni\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citingpaperid JOIN writes AS t2 ON t2.paperid = t4.citedpaperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Daniel Jurafsky\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citingpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Daniel", + "Jurafsky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citingpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "papers citing Daniel Jurafsky", + "question_toks": [ + "papers", + "citing", + "Daniel", + "Jurafsky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Daniel Jurafsky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citingpaperid JOIN writes AS t2 ON t2.paperid = t4.citedpaperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Daniel Jurafsky\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citingpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Daniel", + "Jurafsky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citingpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What papers cite Daniel Jurafsky ?", + "question_toks": [ + "What", + "papers", + "cite", + "Daniel", + "Jurafsky", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Daniel Jurafsky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citingpaperid JOIN writes AS t2 ON t2.paperid = t4.citedpaperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Daniel Jurafsky\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citingpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Daniel", + "Jurafsky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citingpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Which papers cite Daniel Jurafsky ?", + "question_toks": [ + "Which", + "papers", + "cite", + "Daniel", + "Jurafsky", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Daniel Jurafsky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citingpaperid JOIN writes AS t2 ON t2.paperid = t4.citedpaperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Daniel Jurafsky\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citingpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Daniel", + "Jurafsky", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citingpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "citations for Daniel Jurafsky", + "question_toks": [ + "citations", + "for", + "Daniel", + "Jurafsky" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Daniel Jurafsky\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"instance segmentation\" AND t3.journalid >= 0;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "instance", + "segmentation", + "''", + "AND", + "t3.journalid", + ">", + "=", + "0", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "journalid", + ">", + "=", + "value" + ], + "question": "journal papers for instance segmentation", + "question_toks": [ + "journal", + "papers", + "for", + "instance", + "segmentation" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"instance segmentation\"", + null + ], + "and", + [ + false, + 5, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + 0.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"semantic parsing\" AND t4.year > 2005 GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + "AND", + "t4.year", + ">", + "2005", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "year", + ">", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "who has the most papers in semantic parsing after 2005 ?", + "question_toks": [ + "who", + "has", + "the", + "most", + "papers", + "in", + "semantic", + "parsing", + "after", + "2005", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2005.0, + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"semantic parsing\" AND t4.year > 2005 GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + "AND", + "t4.year", + ">", + "2005", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "year", + ">", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "who has written the most papers on semantic parsing since 2005 ?", + "question_toks": [ + "who", + "has", + "written", + "the", + "most", + "papers", + "on", + "semantic", + "parsing", + "since", + "2005", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2005.0, + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"semantic parsing\" AND t4.year > 2005 GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + "AND", + "t4.year", + ">", + "2005", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "year", + ">", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "who published the most in semantic parsing after 2005 ?", + "question_toks": [ + "who", + "published", + "the", + "most", + "in", + "semantic", + "parsing", + "after", + "2005", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2005.0, + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t5.citingpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t3 ON t2.keyphraseid = t3.keyphraseid JOIN writes AS t4 ON t4.paperid = t2.paperid JOIN cite AS t5 ON t4.paperid = t5.citedpaperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"Dan Makumbi\" AND t3.keyphrasename = \"Genetic Identity\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t5.citingpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t3", + "ON", + "t2.keyphraseid", + "=", + "t3.keyphraseid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t5", + "ON", + "t4.paperid", + "=", + "t5.citedpaperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Dan", + "Makumbi", + "''", + "AND", + "t3.keyphrasename", + "=", + "``", + "Genetic", + "Identity", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t5", + ".", + "citingpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t3", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t3", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t5", + "on", + "t4", + ".", + "paperid", + "=", + "t5", + ".", + "citedpaperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "How many citations does Dan Makumbi 's Genetic Identity paper have ?", + "question_toks": [ + "How", + "many", + "citations", + "does", + "Dan", + "Makumbi", + "'s", + "Genetic", + "Identity", + "paper", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Dan Makumbi\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Genetic Identity\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"character recognition\" AND t3.year < 2010;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "character", + "recognition", + "''", + "AND", + "t3.year", + "<", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "<", + "value" + ], + "question": "character recognition papers earlier than 2010", + "question_toks": [ + "character", + "recognition", + "papers", + "earlier", + "than", + "2010" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"character recognition\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"character recognition\" AND t3.year < 2010;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "character", + "recognition", + "''", + "AND", + "t3.year", + "<", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "<", + "value" + ], + "question": "papers before 2010 about character recognition", + "question_toks": [ + "papers", + "before", + "2010", + "about", + "character", + "recognition" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"character recognition\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"character recognition\" AND t3.year < 2010;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "character", + "recognition", + "''", + "AND", + "t3.year", + "<", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "<", + "value" + ], + "question": "character recognition papers from before 2010", + "question_toks": [ + "character", + "recognition", + "papers", + "from", + "before", + "2010" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"character recognition\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"character recognition\" AND t3.year < 2010;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "character", + "recognition", + "''", + "AND", + "t3.year", + "<", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "<", + "value" + ], + "question": "papers about character recognition from before 2010", + "question_toks": [ + "papers", + "about", + "character", + "recognition", + "from", + "before", + "2010" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"character recognition\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"character recognition\" AND t3.year < 2010;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "character", + "recognition", + "''", + "AND", + "t3.year", + "<", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "<", + "value" + ], + "question": "character recognition papers before 2010", + "question_toks": [ + "character", + "recognition", + "papers", + "before", + "2010" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"character recognition\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.keyphraseid ) , t2.keyphraseid FROM paper AS t3 JOIN paperkeyphrase AS t2 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"oren etzioni\" GROUP BY t2.keyphraseid ORDER BY COUNT ( t2.keyphraseid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.keyphraseid", + ")", + ",", + "t2.keyphraseid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "paperkeyphrase", + "AS", + "t2", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "oren", + "etzioni", + "''", + "GROUP", + "BY", + "t2.keyphraseid", + "ORDER", + "BY", + "COUNT", + "(", + "t2.keyphraseid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "keyphraseid", + ")", + ",", + "t2", + ".", + "keyphraseid", + "from", + "paper", + "as", + "t3", + "join", + "paperkeyphrase", + "as", + "t2", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t2", + ".", + "keyphraseid", + "order", + "by", + "count", + "(", + "t2", + ".", + "keyphraseid", + ")", + "desc" + ], + "question": "what topics does oren etzioni write about most ?", + "question_toks": [ + "what", + "topics", + "does", + "oren", + "etzioni", + "write", + "about", + "most", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"oren etzioni\"", + null + ] + ], + "groupBy": [ + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 23, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) FROM paperdataset AS t3 JOIN dataset AS t2 ON t3.datasetid = t2.datasetid JOIN paper AS t4 ON t4.paperid = t3.paperid JOIN paperkeyphrase AS t1 ON t4.paperid = t1.paperid JOIN keyphrase AS t5 ON t1.keyphraseid = t5.keyphraseid WHERE t2.datasetname = \"ImageNet\" AND t5.keyphrasename = \"deep learning\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t2", + "ON", + "t3.datasetid", + "=", + "t2.datasetid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t1.keyphraseid", + "=", + "t5.keyphraseid", + "WHERE", + "t2.datasetname", + "=", + "``", + "ImageNet", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t2", + "on", + "t3", + ".", + "datasetid", + "=", + "t2", + ".", + "datasetid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t5", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "where", + "t2", + ".", + "datasetname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "How many papers related to deep learning cited the dataset ImageNet ?", + "question_toks": [ + "How", + "many", + "papers", + "related", + "to", + "deep", + "learning", + "cited", + "the", + "dataset", + "ImageNet", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"ImageNet\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"parsing\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "most cited papers on parsing", + "question_toks": [ + "most", + "cited", + "papers", + "on", + "parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"parsing\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "parsing top papers", + "question_toks": [ + "parsing", + "top", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"parsing\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "List top papers for parsing", + "question_toks": [ + "List", + "top", + "papers", + "for", + "parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"parsing\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "parsing papers that have the most citations", + "question_toks": [ + "parsing", + "papers", + "that", + "have", + "the", + "most", + "citations" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"parsing\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "What is the paper about parsing of the most citation ?", + "question_toks": [ + "What", + "is", + "the", + "paper", + "about", + "parsing", + "of", + "the", + "most", + "citation", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"parsing\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "Paper on parsing with most citations", + "question_toks": [ + "Paper", + "on", + "parsing", + "with", + "most", + "citations" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"parsing\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "parsing papers with most citations", + "question_toks": [ + "parsing", + "papers", + "with", + "most", + "citations" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"parsing\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "most cited parsing papers", + "question_toks": [ + "most", + "cited", + "parsing", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"parsing\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "what are the parsing papers that have the most citations ?", + "question_toks": [ + "what", + "are", + "the", + "parsing", + "papers", + "that", + "have", + "the", + "most", + "citations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"parsing\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "highly cited parsing papers", + "question_toks": [ + "highly", + "cited", + "parsing", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"parsing\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "most cited papers for parsing", + "question_toks": [ + "most", + "cited", + "papers", + "for", + "parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"parsing\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "Most cited papers on parsing", + "question_toks": [ + "Most", + "cited", + "papers", + "on", + "parsing" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.year , t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname LIKE \"Michael Armstrong\" AND t3.year LIKE \"199\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.year", + ",", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "LIKE", + "``", + "Michael", + "Armstrong", + "''", + "AND", + "t3.year", + "LIKE", + "``", + "199", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "year", + ",", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "like", + "value", + "and", + "t3", + ".", + "year", + "like", + "value" + ], + "question": "What paper did Michael Armstrong wrote in the 90s ?", + "question_toks": [ + "What", + "paper", + "did", + "Michael", + "Armstrong", + "wrote", + "in", + "the", + "90s", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Michael Armstrong\"", + null + ], + "and", + [ + false, + 9, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"199\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"ohad shamir\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "ohad", + "shamir", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "What is the most cited paper by ohad shamir ?", + "question_toks": [ + "What", + "is", + "the", + "most", + "cited", + "paper", + "by", + "ohad", + "shamir", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"ohad shamir\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"ohad shamir\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "ohad", + "shamir", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "What is the highest cited paper by ohad shamir ?", + "question_toks": [ + "What", + "is", + "the", + "highest", + "cited", + "paper", + "by", + "ohad", + "shamir", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"ohad shamir\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"ohad shamir\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "ohad", + "shamir", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "What is the most cited paper of ohad shamir ?", + "question_toks": [ + "What", + "is", + "the", + "most", + "cited", + "paper", + "of", + "ohad", + "shamir", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"ohad shamir\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"ohad shamir\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "ohad", + "shamir", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "What is ohad shamir 's highest cited paper ?", + "question_toks": [ + "What", + "is", + "ohad", + "shamir", + "'s", + "highest", + "cited", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"ohad shamir\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"ohad shamir\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "ohad", + "shamir", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "What paper by ohad shamir has the most citation ?", + "question_toks": [ + "What", + "paper", + "by", + "ohad", + "shamir", + "has", + "the", + "most", + "citation", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"ohad shamir\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"ohad shamir\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "ohad", + "shamir", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "what is the most cited paper of ohad shamir ?", + "question_toks": [ + "what", + "is", + "the", + "most", + "cited", + "paper", + "of", + "ohad", + "shamir", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"ohad shamir\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citedpaperid ) FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"ohad shamir\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citedpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "ohad", + "shamir", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citedpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + "desc" + ], + "question": "what is ohad shamir 's most cited paper ?", + "question_toks": [ + "what", + "is", + "ohad", + "shamir", + "'s", + "most", + "cited", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"ohad shamir\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 19, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"michael i. jordan\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "michael", + "i.", + "jordan", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "How many papers did michael i. jordan publish in 2016 ?", + "question_toks": [ + "How", + "many", + "papers", + "did", + "michael", + "i.", + "jordan", + "publish", + "in", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"michael i. jordan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"michael i. jordan\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "michael", + "i.", + "jordan", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "How many papers does michael i. jordan have in 2016 ?", + "question_toks": [ + "How", + "many", + "papers", + "does", + "michael", + "i.", + "jordan", + "have", + "in", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"michael i. jordan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"michael i. jordan\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "michael", + "i.", + "jordan", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "How many papers did michael i. jordan publish in 2016", + "question_toks": [ + "How", + "many", + "papers", + "did", + "michael", + "i.", + "jordan", + "publish", + "in", + "2016" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"michael i. jordan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = \"ACL\" GROUP BY t1.authorid;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.paperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t3.venuename", + "=", + "``", + "ACL", + "''", + "GROUP", + "BY", + "t1.authorid", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid" + ], + "question": "count of ACL papers by author", + "question_toks": [ + "count", + "of", + "ACL", + "papers", + "by", + "author" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = \"ACL\" GROUP BY t1.authorid;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.paperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t3.venuename", + "=", + "``", + "ACL", + "''", + "GROUP", + "BY", + "t1.authorid", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid" + ], + "question": "how many ACL papers by author", + "question_toks": [ + "how", + "many", + "ACL", + "papers", + "by", + "author" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = \"ACL\" GROUP BY t1.authorid;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.paperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t3.venuename", + "=", + "``", + "ACL", + "''", + "GROUP", + "BY", + "t1.authorid", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid" + ], + "question": "number of ACL papers by author", + "question_toks": [ + "number", + "of", + "ACL", + "papers", + "by", + "author" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2007 AND t3.venuename = \"CVPR\" GROUP BY t1.authorid ORDER BY COUNT ( t2.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.paperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2007", + "AND", + "t3.venuename", + "=", + "``", + "CVPR", + "''", + "GROUP", + "BY", + "t1.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t2.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t2", + ".", + "paperid", + ")", + "desc" + ], + "question": "who wrote the most papers for CVPR 2007", + "question_toks": [ + "who", + "wrote", + "the", + "most", + "papers", + "for", + "CVPR", + "2007" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2007.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"CVPR\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2007 AND t3.venuename = \"CVPR\" GROUP BY t1.authorid ORDER BY COUNT ( t2.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.paperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2007", + "AND", + "t3.venuename", + "=", + "``", + "CVPR", + "''", + "GROUP", + "BY", + "t1.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t2.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t2", + ".", + "paperid", + ")", + "desc" + ], + "question": "who published papers in CVPR 2007", + "question_toks": [ + "who", + "published", + "papers", + "in", + "CVPR", + "2007" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2007.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"CVPR\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2007 AND t3.venuename = \"CVPR\" GROUP BY t1.authorid ORDER BY COUNT ( t2.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.paperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2007", + "AND", + "t3.venuename", + "=", + "``", + "CVPR", + "''", + "GROUP", + "BY", + "t1.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t2.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t2", + ".", + "paperid", + ")", + "desc" + ], + "question": "who wrote the most CVPR papers in 2007", + "question_toks": [ + "who", + "wrote", + "the", + "most", + "CVPR", + "papers", + "in", + "2007" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2007.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"CVPR\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2007 AND t3.venuename = \"CVPR\" GROUP BY t1.authorid ORDER BY COUNT ( t2.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.paperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2007", + "AND", + "t3.venuename", + "=", + "``", + "CVPR", + "''", + "GROUP", + "BY", + "t1.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t2.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t2", + ".", + "paperid", + ")", + "desc" + ], + "question": "most published author at CVPR 2007", + "question_toks": [ + "most", + "published", + "author", + "at", + "CVPR", + "2007" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2007.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"CVPR\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2007 AND t3.venuename = \"CVPR\" GROUP BY t1.authorid ORDER BY COUNT ( t2.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.paperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2007", + "AND", + "t3.venuename", + "=", + "``", + "CVPR", + "''", + "GROUP", + "BY", + "t1.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t2.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t2", + ".", + "paperid", + ")", + "desc" + ], + "question": "who published the most papers in CVPR 2007", + "question_toks": [ + "who", + "published", + "the", + "most", + "papers", + "in", + "CVPR", + "2007" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2007.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"CVPR\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2007 AND t3.venuename = \"CVPR\" GROUP BY t1.authorid ORDER BY COUNT ( t2.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.paperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2007", + "AND", + "t3.venuename", + "=", + "``", + "CVPR", + "''", + "GROUP", + "BY", + "t1.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t2.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t2", + ".", + "paperid", + ")", + "desc" + ], + "question": "Who published the most papers in 2007 at CVPR ?", + "question_toks": [ + "Who", + "published", + "the", + "most", + "papers", + "in", + "2007", + "at", + "CVPR", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2007.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"CVPR\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"ACL\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "ACL", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers in ACL 2015 ?", + "question_toks": [ + "How", + "many", + "papers", + "in", + "ACL", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"ACL\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "ACL", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "number of papers published in ACL 2015", + "question_toks": [ + "number", + "of", + "papers", + "published", + "in", + "ACL", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT paperid FROM paper WHERE YEAR = 2014;", + "query_toks": [ + "SELECT", + "DISTINCT", + "paperid", + "FROM", + "paper", + "WHERE", + "YEAR", + "=", + "2014", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "paperid", + "from", + "paper", + "where", + "year", + "=", + "value" + ], + "question": "papers from 2014", + "question_toks": [ + "papers", + "from", + "2014" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT paperid FROM paper WHERE YEAR = 2014;", + "query_toks": [ + "SELECT", + "DISTINCT", + "paperid", + "FROM", + "paper", + "WHERE", + "YEAR", + "=", + "2014", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "paperid", + "from", + "paper", + "where", + "year", + "=", + "value" + ], + "question": "2014 papers", + "question_toks": [ + "2014", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Richard Ladner\" AND t4.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Richard", + "Ladner", + "''", + "AND", + "t4.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "What papers does Richard Ladner have in chi ?", + "question_toks": [ + "What", + "papers", + "does", + "Richard", + "Ladner", + "have", + "in", + "chi", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Richard Ladner\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Richard Ladner\" AND t4.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Richard", + "Ladner", + "''", + "AND", + "t4.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "what paper has Richard Ladner published in chi journal ?", + "question_toks": [ + "what", + "paper", + "has", + "Richard", + "Ladner", + "published", + "in", + "chi", + "journal", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Richard Ladner\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Richard Ladner\" AND t4.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Richard", + "Ladner", + "''", + "AND", + "t4.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "what paper has Richard Ladner published in chi ?", + "question_toks": [ + "what", + "paper", + "has", + "Richard", + "Ladner", + "published", + "in", + "chi", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Richard Ladner\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Richard Ladner\" AND t4.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Richard", + "Ladner", + "''", + "AND", + "t4.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "papers by Richard Ladner published at chi", + "question_toks": [ + "papers", + "by", + "Richard", + "Ladner", + "published", + "at", + "chi" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Richard Ladner\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Richard Ladner\" AND t4.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Richard", + "Ladner", + "''", + "AND", + "t4.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "Does Richard Ladner publish in chi ?", + "question_toks": [ + "Does", + "Richard", + "Ladner", + "publish", + "in", + "chi", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Richard Ladner\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Richard Ladner\" AND t4.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Richard", + "Ladner", + "''", + "AND", + "t4.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "What has Richard Ladner published at chi ?", + "question_toks": [ + "What", + "has", + "Richard", + "Ladner", + "published", + "at", + "chi", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Richard Ladner\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Richard Ladner\" AND t4.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Richard", + "Ladner", + "''", + "AND", + "t4.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "What papers has Richard Ladner written at chi ?", + "question_toks": [ + "What", + "papers", + "has", + "Richard", + "Ladner", + "written", + "at", + "chi", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Richard Ladner\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Richard Ladner\" AND t4.venuename = \"chi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Richard", + "Ladner", + "''", + "AND", + "t4.venuename", + "=", + "``", + "chi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "Which paper did Richard Ladner present at chi ?", + "question_toks": [ + "Which", + "paper", + "did", + "Richard", + "Ladner", + "present", + "at", + "chi", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Richard Ladner\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citingpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"Artificial Intelligence\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citingpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citingpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Artificial", + "Intelligence", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citingpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citingpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citingpaperid", + ")", + "desc" + ], + "question": "What is the paper with the most citation about Artificial Intelligence ?", + "question_toks": [ + "What", + "is", + "the", + "paper", + "with", + "the", + "most", + "citation", + "about", + "Artificial", + "Intelligence", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Artificial Intelligence\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 18, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid , COUNT ( t4.citingpaperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"Artificial Intelligence\" GROUP BY t4.citedpaperid ORDER BY COUNT ( t4.citingpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + ",", + "COUNT", + "(", + "t4.citingpaperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Artificial", + "Intelligence", + "''", + "GROUP", + "BY", + "t4.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citingpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + ",", + "count", + "(", + "t4", + ".", + "citingpaperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citingpaperid", + ")", + "desc" + ], + "question": "Fetch me the most cited publications for Artificial Intelligence", + "question_toks": [ + "Fetch", + "me", + "the", + "most", + "cited", + "publications", + "for", + "Artificial", + "Intelligence" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Artificial Intelligence\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 18, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t3.year = 2014 AND t4.venuename = \"ACL\" GROUP BY t1.keyphraseid ORDER BY COUNT ( t3.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t3.year", + "=", + "2014", + "AND", + "t4.venuename", + "=", + "``", + "ACL", + "''", + "GROUP", + "BY", + "t1.keyphraseid", + "ORDER", + "BY", + "COUNT", + "(", + "t3.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyphraseid", + "order", + "by", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "desc" + ], + "question": "topics at ACL 2014", + "question_toks": [ + "topics", + "at", + "ACL", + "2014" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t3.year = 2015 AND t4.venuename = \"NIPS\" GROUP BY t1.keyphraseid ORDER BY COUNT ( t3.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t3.year", + "=", + "2015", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + "GROUP", + "BY", + "t1.keyphraseid", + "ORDER", + "BY", + "COUNT", + "(", + "t3.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyphraseid", + "order", + "by", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "desc" + ], + "question": "most common topics at NIPS 2015", + "question_toks": [ + "most", + "common", + "topics", + "at", + "NIPS", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t3.year = 2015 AND t4.venuename = \"NIPS\" GROUP BY t1.keyphraseid ORDER BY COUNT ( t3.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t3.year", + "=", + "2015", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + "GROUP", + "BY", + "t1.keyphraseid", + "ORDER", + "BY", + "COUNT", + "(", + "t3.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyphraseid", + "order", + "by", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "desc" + ], + "question": "most popular topics at NIPS 2015", + "question_toks": [ + "most", + "popular", + "topics", + "at", + "NIPS", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t3.year = 2015 AND t4.venuename = \"NIPS\" GROUP BY t1.keyphraseid ORDER BY COUNT ( t3.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t3.year", + "=", + "2015", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + "GROUP", + "BY", + "t1.keyphraseid", + "ORDER", + "BY", + "COUNT", + "(", + "t3.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyphraseid", + "order", + "by", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "desc" + ], + "question": "hot topics at NIPS 2015", + "question_toks": [ + "hot", + "topics", + "at", + "NIPS", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t3.year = 2015 AND t4.venuename = \"NIPS\" GROUP BY t1.keyphraseid ORDER BY COUNT ( t3.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t3.year", + "=", + "2015", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + "GROUP", + "BY", + "t1.keyphraseid", + "ORDER", + "BY", + "COUNT", + "(", + "t3.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyphraseid", + "order", + "by", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "desc" + ], + "question": "popular topics at NIPS 2015", + "question_toks": [ + "popular", + "topics", + "at", + "NIPS", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t3.year = 2015 AND t4.venuename = \"NIPS\" GROUP BY t1.keyphraseid ORDER BY COUNT ( t3.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t3.year", + "=", + "2015", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + "GROUP", + "BY", + "t1.keyphraseid", + "ORDER", + "BY", + "COUNT", + "(", + "t3.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyphraseid", + "order", + "by", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "desc" + ], + "question": "which topics were most popular at NIPS 2015", + "question_toks": [ + "which", + "topics", + "were", + "most", + "popular", + "at", + "NIPS", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t3.year = 2015 AND t4.venuename = \"NIPS\" GROUP BY t1.keyphraseid ORDER BY COUNT ( t3.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t3.year", + "=", + "2015", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + "GROUP", + "BY", + "t1.keyphraseid", + "ORDER", + "BY", + "COUNT", + "(", + "t3.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyphraseid", + "order", + "by", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "desc" + ], + "question": "topics popular at NIPS 2015", + "question_toks": [ + "topics", + "popular", + "at", + "NIPS", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [ + [ + 0, + 9, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"deep reinforcement learning\" AND t4.venuename = \"nips\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "reinforcement", + "learning", + "''", + "AND", + "t4.venuename", + "=", + "``", + "nips", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers related to deep reinforcement learning in nips ?", + "question_toks": [ + "How", + "many", + "papers", + "related", + "to", + "deep", + "reinforcement", + "learning", + "in", + "nips", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep reinforcement learning\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"nips\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = \"WebKB\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "=", + "``", + "WebKB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "=", + "value" + ], + "question": "Papers on WebKB", + "question_toks": [ + "Papers", + "on", + "WebKB" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"WebKB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = \"WebKB\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "=", + "``", + "WebKB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "=", + "value" + ], + "question": "which papers used WebKB ?", + "question_toks": [ + "which", + "papers", + "used", + "WebKB", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"WebKB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = \"WebKB\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "=", + "``", + "WebKB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "=", + "value" + ], + "question": "papers about WebKB", + "question_toks": [ + "papers", + "about", + "WebKB" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"WebKB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = \"WebKB\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "=", + "``", + "WebKB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "=", + "value" + ], + "question": "List the papers that used WebKB dataset", + "question_toks": [ + "List", + "the", + "papers", + "that", + "used", + "WebKB", + "dataset" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"WebKB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = \"WebKB\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "=", + "``", + "WebKB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "=", + "value" + ], + "question": "papers using WebKB", + "question_toks": [ + "papers", + "using", + "WebKB" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"WebKB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = \"WebKB\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "=", + "``", + "WebKB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "=", + "value" + ], + "question": "papers that use WebKB", + "question_toks": [ + "papers", + "that", + "use", + "WebKB" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"WebKB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = \"WebKB\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "=", + "``", + "WebKB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "=", + "value" + ], + "question": "WebKB papers", + "question_toks": [ + "WebKB", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"WebKB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = \"WebKB\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "=", + "``", + "WebKB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "=", + "value" + ], + "question": "papers that used WebKB", + "question_toks": [ + "papers", + "that", + "used", + "WebKB" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"WebKB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = \"WebKB\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "=", + "``", + "WebKB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "=", + "value" + ], + "question": "Papers that use the WebKB dataset", + "question_toks": [ + "Papers", + "that", + "use", + "the", + "WebKB", + "dataset" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"WebKB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT venueid FROM paper WHERE YEAR = 2013;", + "query_toks": [ + "SELECT", + "DISTINCT", + "venueid", + "FROM", + "paper", + "WHERE", + "YEAR", + "=", + "2013", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "venueid", + "from", + "paper", + "where", + "year", + "=", + "value" + ], + "question": "conferences in 2013", + "question_toks": [ + "conferences", + "in", + "2013" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2013.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t4.citingpaperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid JOIN cite AS t4 ON t1.paperid = t4.citedpaperid WHERE t3.venuename = \"CVPR\" GROUP BY t1.authorid ORDER BY COUNT ( DISTINCT t4.citingpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t4.citingpaperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t1.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t3.venuename", + "=", + "``", + "CVPR", + "''", + "GROUP", + "BY", + "t1.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t4.citingpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t4", + ".", + "citingpaperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t1", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid", + "order", + "by", + "count", + "(", + "distinct", + "t4", + ".", + "citingpaperid", + ")", + "desc" + ], + "question": "how is the most cited author in CVPR ?", + "question_toks": [ + "how", + "is", + "the", + "most", + "cited", + "author", + "in", + "CVPR", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 18, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"CVPR\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 18, + true + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t4.citingpaperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid JOIN cite AS t4 ON t1.paperid = t4.citedpaperid WHERE t3.venuename = \"CVPR\" GROUP BY t1.authorid ORDER BY COUNT ( DISTINCT t4.citingpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t4.citingpaperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t1.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t3.venuename", + "=", + "``", + "CVPR", + "''", + "GROUP", + "BY", + "t1.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t4.citingpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t4", + ".", + "citingpaperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t1", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid", + "order", + "by", + "count", + "(", + "distinct", + "t4", + ".", + "citingpaperid", + ")", + "desc" + ], + "question": "who is the most cited author at CVPR ?", + "question_toks": [ + "who", + "is", + "the", + "most", + "cited", + "author", + "at", + "CVPR", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 18, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"CVPR\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 18, + true + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorname , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname != \"chris dyer\" AND t5.keyphrasename = \"syntactic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorname", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "!", + "=", + "``", + "chris", + "dyer", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorname", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "!", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "what are some syntactic parsing papers that chris dyer did not write ?", + "question_toks": [ + "what", + "are", + "some", + "syntactic", + "parsing", + "papers", + "that", + "chris", + "dyer", + "did", + "not", + "write", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"chris dyer\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorname , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname != \"chris dyer\" AND t5.keyphrasename = \"syntactic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorname", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "!", + "=", + "``", + "chris", + "dyer", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorname", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "!", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "are there any syntactic parsing papers not written by chris dyer ?", + "question_toks": [ + "are", + "there", + "any", + "syntactic", + "parsing", + "papers", + "not", + "written", + "by", + "chris", + "dyer", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"chris dyer\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorname , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname != \"chris dyer\" AND t5.keyphrasename = \"syntactic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorname", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "!", + "=", + "``", + "chris", + "dyer", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorname", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "!", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "what are syntactic parsing papers not written by chris dyer", + "question_toks": [ + "what", + "are", + "syntactic", + "parsing", + "papers", + "not", + "written", + "by", + "chris", + "dyer" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"chris dyer\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorname , t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname != \"chris dyer\" AND t5.keyphrasename = \"syntactic parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorname", + ",", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "!", + "=", + "``", + "chris", + "dyer", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "syntactic", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorname", + ",", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "!", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "syntactic parsing papers not written by chris dyer", + "question_toks": [ + "syntactic", + "parsing", + "papers", + "not", + "written", + "by", + "chris", + "dyer" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"chris dyer\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"syntactic parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT paperid FROM paper WHERE YEAR = ( SELECT MAX ( YEAR ) FROM paper );", + "query_toks": [ + "SELECT", + "DISTINCT", + "paperid", + "FROM", + "paper", + "WHERE", + "YEAR", + "=", + "(", + "SELECT", + "MAX", + "(", + "YEAR", + ")", + "FROM", + "paper", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "paperid", + "from", + "paper", + "where", + "year", + "=", + "(", + "select", + "max", + "(", + "year", + ")", + "from", + "paper", + ")" + ], + "question": "papers published in the last year", + "question_toks": [ + "papers", + "published", + "in", + "the", + "last", + "year" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"benjamin mako hill\" GROUP BY t3.year ORDER BY t3.year;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "benjamin", + "mako", + "hill", + "''", + "GROUP", + "BY", + "t3.year", + "ORDER", + "BY", + "t3.year", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "year", + "order", + "by", + "t3", + ".", + "year" + ], + "question": "When was benjamin mako hill 's first publication ?", + "question_toks": [ + "When", + "was", + "benjamin", + "mako", + "hill", + "'s", + "first", + "publication", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"benjamin mako hill\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"benjamin mako hill\" GROUP BY t3.year ORDER BY t3.year;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "benjamin", + "mako", + "hill", + "''", + "GROUP", + "BY", + "t3.year", + "ORDER", + "BY", + "t3.year", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "year", + "order", + "by", + "t3", + ".", + "year" + ], + "question": "When was benjamin mako hill 's first paper written ?", + "question_toks": [ + "When", + "was", + "benjamin", + "mako", + "hill", + "'s", + "first", + "paper", + "written", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"benjamin mako hill\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"ameet soni\" GROUP BY t3.year ORDER BY t3.year;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "ameet", + "soni", + "''", + "GROUP", + "BY", + "t3.year", + "ORDER", + "BY", + "t3.year", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "year", + "order", + "by", + "t3", + ".", + "year" + ], + "question": "When did ameet soni publish ?", + "question_toks": [ + "When", + "did", + "ameet", + "soni", + "publish", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"ameet soni\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.citingpaperid ) , t3.authorid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN cite AS t4 ON t2.paperid = t4.citedpaperid JOIN writes AS t3 ON t3.paperid = t4.citingpaperid WHERE t1.authorname = \"Daniel A Reed\" GROUP BY t3.authorid ORDER BY COUNT ( t4.citingpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.citingpaperid", + ")", + ",", + "t3.authorid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t2.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.citingpaperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Daniel", + "A", + "Reed", + "''", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citingpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "citingpaperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "cite", + "as", + "t4", + "on", + "t2", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citingpaperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citingpaperid", + ")", + "desc" + ], + "question": "Who cites Daniel A Reed the most", + "question_toks": [ + "Who", + "cites", + "Daniel", + "A", + "Reed", + "the", + "most" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Daniel A Reed\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 18, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.citingpaperid ) , t3.authorid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN cite AS t4 ON t2.paperid = t4.citedpaperid JOIN writes AS t3 ON t3.paperid = t4.citingpaperid WHERE t1.authorname = \"Daniel A Reed\" GROUP BY t3.authorid ORDER BY COUNT ( t4.citingpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.citingpaperid", + ")", + ",", + "t3.authorid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t2.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.citingpaperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Daniel", + "A", + "Reed", + "''", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.citingpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "citingpaperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "cite", + "as", + "t4", + "on", + "t2", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citingpaperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "citingpaperid", + ")", + "desc" + ], + "question": "Who cites Daniel A Reed most ?", + "question_toks": [ + "Who", + "cites", + "Daniel", + "A", + "Reed", + "most", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Daniel A Reed\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 18, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"sigir\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "sigir", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "how many papers are in sigir ?", + "question_toks": [ + "how", + "many", + "papers", + "are", + "in", + "sigir", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"sigir\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"sigir\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "sigir", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "how many papers does sigir have ?", + "question_toks": [ + "how", + "many", + "papers", + "does", + "sigir", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"sigir\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"sigir\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "sigir", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "how many papers are published in sigir ?", + "question_toks": [ + "how", + "many", + "papers", + "are", + "published", + "in", + "sigir", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"sigir\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t1.paperid ) FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t2.venuename = \"sigir\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t1.paperid", + ")", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "sigir", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t1", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "number of papers in sigir conference", + "question_toks": [ + "number", + "of", + "papers", + "in", + "sigir", + "conference" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"sigir\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.citingpaperid FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t2.venuename = \"ACL\" GROUP BY t3.citingpaperid HAVING COUNT ( DISTINCT t3.citedpaperid ) < 5;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.citingpaperid", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t1.paperid", + "=", + "t3.citedpaperid", + "JOIN", + "venue", + "AS", + "t2", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "ACL", + "''", + "GROUP", + "BY", + "t3.citingpaperid", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t3.citedpaperid", + ")", + "<", + "5", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "citingpaperid", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t3", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t2", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t3", + ".", + "citingpaperid", + "having", + "count", + "(", + "distinct", + "t3", + ".", + "citedpaperid", + ")", + "<", + "value" + ], + "question": "what papers have fewer than 5 citations by ACL papers ?", + "question_toks": [ + "what", + "papers", + "have", + "fewer", + "than", + "5", + "citations", + "by", + "ACL", + "papers", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 3, + 19, + true + ], + null + ], + 5.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.citingpaperid FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t2.venuename = \"ACL\" GROUP BY t3.citingpaperid HAVING COUNT ( DISTINCT t3.citedpaperid ) < 5;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.citingpaperid", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t1.paperid", + "=", + "t3.citedpaperid", + "JOIN", + "venue", + "AS", + "t2", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "ACL", + "''", + "GROUP", + "BY", + "t3.citingpaperid", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t3.citedpaperid", + ")", + "<", + "5", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "citingpaperid", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t3", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t2", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t3", + ".", + "citingpaperid", + "having", + "count", + "(", + "distinct", + "t3", + ".", + "citedpaperid", + ")", + "<", + "value" + ], + "question": "ACL papers with less than 5 citations", + "question_toks": [ + "ACL", + "papers", + "with", + "less", + "than", + "5", + "citations" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 3, + 19, + true + ], + null + ], + 5.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.citingpaperid FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t2.venuename = \"ACL\" GROUP BY t3.citingpaperid HAVING COUNT ( DISTINCT t3.citedpaperid ) < 5;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.citingpaperid", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t1.paperid", + "=", + "t3.citedpaperid", + "JOIN", + "venue", + "AS", + "t2", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "ACL", + "''", + "GROUP", + "BY", + "t3.citingpaperid", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t3.citedpaperid", + ")", + "<", + "5", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "citingpaperid", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t3", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t2", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t3", + ".", + "citingpaperid", + "having", + "count", + "(", + "distinct", + "t3", + ".", + "citedpaperid", + ")", + "<", + "value" + ], + "question": "what ACL papers have less than 5 citations ?", + "question_toks": [ + "what", + "ACL", + "papers", + "have", + "less", + "than", + "5", + "citations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 3, + 19, + true + ], + null + ], + 5.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.citingpaperid FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t2.venuename = \"ACL\" GROUP BY t3.citingpaperid HAVING COUNT ( DISTINCT t3.citedpaperid ) < 5;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.citingpaperid", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t1.paperid", + "=", + "t3.citedpaperid", + "JOIN", + "venue", + "AS", + "t2", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "ACL", + "''", + "GROUP", + "BY", + "t3.citingpaperid", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t3.citedpaperid", + ")", + "<", + "5", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "citingpaperid", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t3", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t2", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t3", + ".", + "citingpaperid", + "having", + "count", + "(", + "distinct", + "t3", + ".", + "citedpaperid", + ")", + "<", + "value" + ], + "question": "what papers have fewer than 5 citations by ACL papers", + "question_toks": [ + "what", + "papers", + "have", + "fewer", + "than", + "5", + "citations", + "by", + "ACL", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 3, + 19, + true + ], + null + ], + 5.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Mirella Lapata\" ORDER BY t3.year DESC LIMIT 5;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Mirella", + "Lapata", + "''", + "ORDER", + "BY", + "t3.year", + "DESC", + "LIMIT", + "5", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "order", + "by", + "t3", + ".", + "year", + "desc", + "limit", + "value" + ], + "question": "What are the 5 most recent papers of Mirella Lapata ?", + "question_toks": [ + "What", + "are", + "the", + "5", + "most", + "recent", + "papers", + "of", + "Mirella", + "Lapata", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Mirella Lapata\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": 5, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "What were the papers published at pldi 2015 ?", + "question_toks": [ + "What", + "were", + "the", + "papers", + "published", + "at", + "pldi", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "Papers from pldi 2015 conference", + "question_toks": [ + "Papers", + "from", + "pldi", + "2015", + "conference" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "papers published at pldi 2015", + "question_toks": [ + "papers", + "published", + "at", + "pldi", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "What are the papers from pldi 2015 ?", + "question_toks": [ + "What", + "are", + "the", + "papers", + "from", + "pldi", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "Papers from pldi 2015 ?", + "question_toks": [ + "Papers", + "from", + "pldi", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "Which papers were accepted in pldi 2015 ?", + "question_toks": [ + "Which", + "papers", + "were", + "accepted", + "in", + "pldi", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "What papers were published during the conference pldi 2015 ?", + "question_toks": [ + "What", + "papers", + "were", + "published", + "during", + "the", + "conference", + "pldi", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "papers in pldi 2015", + "question_toks": [ + "papers", + "in", + "pldi", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "List of papers in pldi 2015", + "question_toks": [ + "List", + "of", + "papers", + "in", + "pldi", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "pldi papers in 2015", + "question_toks": [ + "pldi", + "papers", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "what papers are published in pldi 2015", + "question_toks": [ + "what", + "papers", + "are", + "published", + "in", + "pldi", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "papers from pldi 2015", + "question_toks": [ + "papers", + "from", + "pldi", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "pldi papers 2015", + "question_toks": [ + "pldi", + "papers", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "pldi 2015 conference", + "question_toks": [ + "pldi", + "2015", + "conference" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "pldi best paper award 2015", + "question_toks": [ + "pldi", + "best", + "paper", + "award", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.year = 2015 AND t2.venuename = \"pldi\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.venuename", + "=", + "``", + "pldi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "pldi 2015 list of papers", + "question_toks": [ + "pldi", + "2015", + "list", + "of", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"pldi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT journalid FROM paper WHERE YEAR = 2011 GROUP BY journalid;", + "query_toks": [ + "SELECT", + "DISTINCT", + "journalid", + "FROM", + "paper", + "WHERE", + "YEAR", + "=", + "2011", + "GROUP", + "BY", + "journalid", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "journalid", + "from", + "paper", + "where", + "year", + "=", + "value", + "group", + "by", + "journalid" + ], + "question": "List today 's journals", + "question_toks": [ + "List", + "today", + "'s", + "journals" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2011.0, + null + ] + ], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT journalid FROM paper WHERE YEAR = 2011 GROUP BY journalid;", + "query_toks": [ + "SELECT", + "DISTINCT", + "journalid", + "FROM", + "paper", + "WHERE", + "YEAR", + "=", + "2011", + "GROUP", + "BY", + "journalid", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "journalid", + "from", + "paper", + "where", + "year", + "=", + "value", + "group", + "by", + "journalid" + ], + "question": "List the journals published in March , 2011", + "question_toks": [ + "List", + "the", + "journals", + "published", + "in", + "March", + ",", + "2011" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2011.0, + null + ] + ], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.paperid FROM venue AS t2 JOIN paper AS t1 ON t2.venueid = t1.venueid WHERE t1.title LIKE \"neural attention\" AND t1.year = 2016 AND t2.venuename = \"ACL\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.paperid", + "FROM", + "venue", + "AS", + "t2", + "JOIN", + "paper", + "AS", + "t1", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.title", + "LIKE", + "``", + "neural", + "attention", + "''", + "AND", + "t1.year", + "=", + "2016", + "AND", + "t2.venuename", + "=", + "``", + "ACL", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "paperid", + "from", + "venue", + "as", + "t2", + "join", + "paper", + "as", + "t1", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "title", + "like", + "value", + "and", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value" + ], + "question": "ACL papers in 2016 with neural attention in the title", + "question_toks": [ + "ACL", + "papers", + "in", + "2016", + "with", + "neural", + "attention", + "in", + "the", + "title" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"neural attention\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorname FROM paperkeyphrase AS t2 JOIN keyphrase AS t4 ON t2.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t2.paperid JOIN author AS t1 ON t3.authorid = t1.authorid WHERE t4.keyphrasename = \"Machine Learning\" GROUP BY t1.authorname ORDER BY COUNT ( DISTINCT t3.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorname", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t2.keyphraseid", + "=", + "t4.keyphraseid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.authorid", + "=", + "t1.authorid", + "WHERE", + "t4.keyphrasename", + "=", + "``", + "Machine", + "Learning", + "''", + "GROUP", + "BY", + "t1.authorname", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorname", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t4", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t4", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorname", + "order", + "by", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "desc" + ], + "question": "Who writes a lot of papers in Machine Learning ?", + "question_toks": [ + "Who", + "writes", + "a", + "lot", + "of", + "papers", + "in", + "Machine", + "Learning", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Machine Learning\"", + null + ] + ], + "groupBy": [ + [ + 0, + 4, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 24, + true + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorname FROM paperkeyphrase AS t2 JOIN keyphrase AS t4 ON t2.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t2.paperid JOIN author AS t1 ON t3.authorid = t1.authorid WHERE t4.keyphrasename LIKE \"sensor fusion\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorname", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t2.keyphraseid", + "=", + "t4.keyphraseid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.authorid", + "=", + "t1.authorid", + "WHERE", + "t4.keyphrasename", + "LIKE", + "``", + "sensor", + "fusion", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorname", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t4", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t4", + ".", + "keyphrasename", + "like", + "value" + ], + "question": "Who wrote sensor fusion ?", + "question_toks": [ + "Who", + "wrote", + "sensor", + "fusion", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"sensor fusion\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorname FROM paperkeyphrase AS t2 JOIN keyphrase AS t4 ON t2.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t2.paperid JOIN author AS t1 ON t3.authorid = t1.authorid WHERE t4.keyphrasename LIKE \"sensor fusion\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorname", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t2.keyphraseid", + "=", + "t4.keyphraseid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.authorid", + "=", + "t1.authorid", + "WHERE", + "t4.keyphrasename", + "LIKE", + "``", + "sensor", + "fusion", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorname", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t4", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t4", + ".", + "keyphrasename", + "like", + "value" + ], + "question": "Authors of papers on sensor fusion", + "question_toks": [ + "Authors", + "of", + "papers", + "on", + "sensor", + "fusion" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"sensor fusion\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorname FROM paperkeyphrase AS t2 JOIN keyphrase AS t4 ON t2.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t2.paperid JOIN author AS t1 ON t3.authorid = t1.authorid WHERE t4.keyphrasename LIKE \"sensor fusion\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorname", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t2.keyphraseid", + "=", + "t4.keyphraseid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.authorid", + "=", + "t1.authorid", + "WHERE", + "t4.keyphrasename", + "LIKE", + "``", + "sensor", + "fusion", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorname", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t4", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t4", + ".", + "keyphrasename", + "like", + "value" + ], + "question": "people working on sensor fusion", + "question_toks": [ + "people", + "working", + "on", + "sensor", + "fusion" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"sensor fusion\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorname FROM paperkeyphrase AS t2 JOIN keyphrase AS t4 ON t2.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t2.paperid JOIN author AS t1 ON t3.authorid = t1.authorid WHERE t4.keyphrasename LIKE \"sensor fusion\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorname", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t2.keyphraseid", + "=", + "t4.keyphraseid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.authorid", + "=", + "t1.authorid", + "WHERE", + "t4.keyphrasename", + "LIKE", + "``", + "sensor", + "fusion", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorname", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t4", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t4", + ".", + "keyphrasename", + "like", + "value" + ], + "question": "Who publishes in sensor fusion ?", + "question_toks": [ + "Who", + "publishes", + "in", + "sensor", + "fusion", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"sensor fusion\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorname FROM paperkeyphrase AS t2 JOIN keyphrase AS t4 ON t2.keyphraseid = t4.keyphraseid JOIN writes AS t3 ON t3.paperid = t2.paperid JOIN author AS t1 ON t3.authorid = t1.authorid WHERE t4.keyphrasename LIKE \"sensor fusion\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorname", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t2.keyphraseid", + "=", + "t4.keyphraseid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.authorid", + "=", + "t1.authorid", + "WHERE", + "t4.keyphrasename", + "LIKE", + "``", + "sensor", + "fusion", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorname", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t4", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t4", + ".", + "keyphrasename", + "like", + "value" + ], + "question": "who publishes papers about sensor fusion", + "question_toks": [ + "who", + "publishes", + "papers", + "about", + "sensor", + "fusion" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"sensor fusion\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t5.citingpaperid ) FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN cite AS t5 ON t3.paperid = t5.citedpaperid JOIN writes AS t4 ON t4.paperid = t5.citingpaperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"michael i. jordan\" AND t1.authorname = \"dan klein\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t5.citingpaperid", + ")", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "cite", + "AS", + "t5", + "ON", + "t3.paperid", + "=", + "t5.citedpaperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t5.citingpaperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "michael", + "i.", + "jordan", + "''", + "AND", + "t1.authorname", + "=", + "``", + "dan", + "klein", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t5", + ".", + "citingpaperid", + ")", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "cite", + "as", + "t5", + "on", + "t3", + ".", + "paperid", + "=", + "t5", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t5", + ".", + "citingpaperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "how many papers by dan klein are cited by michael i. jordan", + "question_toks": [ + "how", + "many", + "papers", + "by", + "dan", + "klein", + "are", + "cited", + "by", + "michael", + "i.", + "jordan" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"michael i. jordan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"dan klein\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t5.citingpaperid ) FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN cite AS t5 ON t3.paperid = t5.citedpaperid JOIN writes AS t4 ON t4.paperid = t5.citingpaperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"michael i. jordan\" AND t1.authorname = \"dan klein\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t5.citingpaperid", + ")", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "cite", + "AS", + "t5", + "ON", + "t3.paperid", + "=", + "t5.citedpaperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t5.citingpaperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "michael", + "i.", + "jordan", + "''", + "AND", + "t1.authorname", + "=", + "``", + "dan", + "klein", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t5", + ".", + "citingpaperid", + ")", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "cite", + "as", + "t5", + "on", + "t3", + ".", + "paperid", + "=", + "t5", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t5", + ".", + "citingpaperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "how many of dan klein 's papers cite michael i. jordan", + "question_toks": [ + "how", + "many", + "of", + "dan", + "klein", + "'s", + "papers", + "cite", + "michael", + "i.", + "jordan" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"michael i. jordan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"dan klein\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t5.authorid FROM writes AS t3 JOIN author AS t2 ON t3.authorid = t2.authorid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN writes AS t5 ON t5.paperid = t4.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t2.authorname = \"Ameet Soni\" AND t1.authorname = \"Ras Bodik\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t5.authorid", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.authorid", + "=", + "t2.authorid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "writes", + "AS", + "t5", + "ON", + "t5.paperid", + "=", + "t4.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Ameet", + "Soni", + "''", + "AND", + "t1.authorname", + "=", + "``", + "Ras", + "Bodik", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t5", + ".", + "authorid", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "writes", + "as", + "t5", + "on", + "t5", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "who else was on the paper with Ameet Soni and Ras Bodik ?", + "question_toks": [ + "who", + "else", + "was", + "on", + "the", + "paper", + "with", + "Ameet", + "Soni", + "and", + "Ras", + "Bodik", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Ameet Soni\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Ras Bodik\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = \"ImageNet\" AND t3.year = 2014;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "=", + "``", + "ImageNet", + "''", + "AND", + "t3.year", + "=", + "2014", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "2014 papers using ImageNet", + "question_toks": [ + "2014", + "papers", + "using", + "ImageNet" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"ImageNet\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.journalid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Takashi Matsumoto\" GROUP BY t3.journalid;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.journalid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Takashi", + "Matsumoto", + "''", + "GROUP", + "BY", + "t3.journalid", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "journalid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "journalid" + ], + "question": "What journals are Takashi Matsumoto 's articles published in ?", + "question_toks": [ + "What", + "journals", + "are", + "Takashi", + "Matsumoto", + "'s", + "articles", + "published", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Takashi Matsumoto\"", + null + ] + ], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.journalid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Takashi Matsumoto\" GROUP BY t3.journalid;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.journalid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Takashi", + "Matsumoto", + "''", + "GROUP", + "BY", + "t3.journalid", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "journalid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "journalid" + ], + "question": "What journals has Takashi Matsumoto published in ?", + "question_toks": [ + "What", + "journals", + "has", + "Takashi", + "Matsumoto", + "published", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Takashi Matsumoto\"", + null + ] + ], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.journalid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Takashi Matsumoto\" GROUP BY t3.journalid;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.journalid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Takashi", + "Matsumoto", + "''", + "GROUP", + "BY", + "t3.journalid", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "journalid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "journalid" + ], + "question": "In what scholarly journals does Takashi Matsumoto publish ?", + "question_toks": [ + "In", + "what", + "scholarly", + "journals", + "does", + "Takashi", + "Matsumoto", + "publish", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Takashi Matsumoto\"", + null + ] + ], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid JOIN author AS t5 ON t3.authorid = t5.authorid WHERE t2.keyphrasename = \"Bacterial Wilt\" AND t4.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t3.authorid", + "=", + "t5.authorid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "Bacterial", + "Wilt", + "''", + "AND", + "t4.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t3", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "year", + "=", + "value" + ], + "question": "What authors wrote papers about Bacterial Wilt in 2016 ?", + "question_toks": [ + "What", + "authors", + "wrote", + "papers", + "about", + "Bacterial", + "Wilt", + "in", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Bacterial Wilt\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid JOIN author AS t5 ON t3.authorid = t5.authorid WHERE t2.keyphrasename = \"Bacterial Wilt\" AND t4.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t3.authorid", + "=", + "t5.authorid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "Bacterial", + "Wilt", + "''", + "AND", + "t4.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t3", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "year", + "=", + "value" + ], + "question": "Who wrote on the topic of Bacterial Wilt in 2016 ?", + "question_toks": [ + "Who", + "wrote", + "on", + "the", + "topic", + "of", + "Bacterial", + "Wilt", + "in", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Bacterial Wilt\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Luke S Zettlemoyer\" ORDER BY t3.year;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Luke", + "S", + "Zettlemoyer", + "''", + "ORDER", + "BY", + "t3.year", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "order", + "by", + "t3", + ".", + "year" + ], + "question": "When did Luke S Zettlemoyer publish ?", + "question_toks": [ + "When", + "did", + "Luke", + "S", + "Zettlemoyer", + "publish", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Luke S Zettlemoyer\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"question answering\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "question", + "answering", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "question answering 2016 papers", + "question_toks": [ + "question", + "answering", + "2016", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"question answering\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"question answering\" AND t3.year = 2016;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "question", + "answering", + "''", + "AND", + "t3.year", + "=", + "2016", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "What papers were written on question answering in 2016 ?", + "question_toks": [ + "What", + "papers", + "were", + "written", + "on", + "question", + "answering", + "in", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"question answering\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.citingpaperid ) , t1.keyphrasename FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN cite AS t3 ON t2.paperid = t3.citedpaperid GROUP BY t1.keyphrasename ORDER BY COUNT ( t3.citingpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.citingpaperid", + ")", + ",", + "t1.keyphrasename", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.citedpaperid", + "GROUP", + "BY", + "t1.keyphrasename", + "ORDER", + "BY", + "COUNT", + "(", + "t3.citingpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "citingpaperid", + ")", + ",", + "t1", + ".", + "keyphrasename", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "cite", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "group", + "by", + "t1", + ".", + "keyphrasename", + "order", + "by", + "count", + "(", + "t3", + ".", + "citingpaperid", + ")", + "desc" + ], + "question": "what keyphrases get most citations ?", + "question_toks": [ + "what", + "keyphrases", + "get", + "most", + "citations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 18, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.journalid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Temporal Data\" GROUP BY t3.journalid;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.journalid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Temporal", + "Data", + "''", + "GROUP", + "BY", + "t3.journalid", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "journalid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "journalid" + ], + "question": "Find journals about Temporal Data .", + "question_toks": [ + "Find", + "journals", + "about", + "Temporal", + "Data", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Temporal Data\"", + null + ] + ], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.journalid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Temporal Data\" GROUP BY t3.journalid;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.journalid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Temporal", + "Data", + "''", + "GROUP", + "BY", + "t3.journalid", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "journalid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "journalid" + ], + "question": "List the journals related to Temporal Data", + "question_toks": [ + "List", + "the", + "journals", + "related", + "to", + "Temporal", + "Data" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Temporal Data\"", + null + ] + ], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM paperdataset AS t3 JOIN dataset AS t5 ON t3.datasetid = t5.datasetid JOIN paperkeyphrase AS t4 ON t4.paperid = t3.paperid JOIN paper AS t2 ON t2.paperid = t3.paperid JOIN venue AS t6 ON t6.venueid = t2.venueid JOIN keyphrase AS t1 ON t4.keyphraseid = t1.keyphraseid WHERE t5.datasetname = \"Jeopardy! Questions\" AND t1.keyphrasename = \"Parsing\" AND t2.year = 2014 AND t6.venuename = \"ACL\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t5", + "ON", + "t3.datasetid", + "=", + "t5.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "venue", + "AS", + "t6", + "ON", + "t6.venueid", + "=", + "t2.venueid", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t4.keyphraseid", + "=", + "t1.keyphraseid", + "WHERE", + "t5.datasetname", + "=", + "``", + "Jeopardy", + "!", + "Questions", + "''", + "AND", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t2.year", + "=", + "2014", + "AND", + "t6.venuename", + "=", + "``", + "ACL", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t5", + "on", + "t3", + ".", + "datasetid", + "=", + "t5", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "paper", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "venue", + "as", + "t6", + "on", + "t6", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "keyphrase", + "as", + "t1", + "on", + "t4", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "where", + "t5", + ".", + "datasetname", + "=", + "value", + "and", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value", + "and", + "t6", + ".", + "venuename", + "=", + "value" + ], + "question": "which ACL 2014 papers about Parsing used Jeopardy! Questions ?", + "question_toks": [ + "which", + "ACL", + "2014", + "papers", + "about", + "Parsing", + "used", + "Jeopardy", + "!", + "Questions", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Jeopardy! Questions\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM paperdataset AS t3 JOIN dataset AS t5 ON t3.datasetid = t5.datasetid JOIN paperkeyphrase AS t4 ON t4.paperid = t3.paperid JOIN paper AS t2 ON t2.paperid = t3.paperid JOIN venue AS t6 ON t6.venueid = t2.venueid JOIN keyphrase AS t1 ON t4.keyphraseid = t1.keyphraseid WHERE t5.datasetname = \"Jeopardy! Questions\" AND t1.keyphrasename = \"Parsing\" AND t2.year = 2014 AND t6.venuename = \"ACL\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t5", + "ON", + "t3.datasetid", + "=", + "t5.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "venue", + "AS", + "t6", + "ON", + "t6.venueid", + "=", + "t2.venueid", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t4.keyphraseid", + "=", + "t1.keyphraseid", + "WHERE", + "t5.datasetname", + "=", + "``", + "Jeopardy", + "!", + "Questions", + "''", + "AND", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t2.year", + "=", + "2014", + "AND", + "t6.venuename", + "=", + "``", + "ACL", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t5", + "on", + "t3", + ".", + "datasetid", + "=", + "t5", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "paper", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "venue", + "as", + "t6", + "on", + "t6", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "keyphrase", + "as", + "t1", + "on", + "t4", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "where", + "t5", + ".", + "datasetname", + "=", + "value", + "and", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value", + "and", + "t6", + ".", + "venuename", + "=", + "value" + ], + "question": "Parsing papers using Jeopardy! Questions published at ACL 2014", + "question_toks": [ + "Parsing", + "papers", + "using", + "Jeopardy", + "!", + "Questions", + "published", + "at", + "ACL", + "2014" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Jeopardy! Questions\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM paperdataset AS t3 JOIN dataset AS t5 ON t3.datasetid = t5.datasetid JOIN paperkeyphrase AS t4 ON t4.paperid = t3.paperid JOIN paper AS t2 ON t2.paperid = t3.paperid JOIN venue AS t6 ON t6.venueid = t2.venueid JOIN keyphrase AS t1 ON t4.keyphraseid = t1.keyphraseid WHERE t5.datasetname = \"Jeopardy! Questions\" AND t1.keyphrasename = \"Parsing\" AND t2.year = 2014 AND t6.venuename = \"ACL\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t5", + "ON", + "t3.datasetid", + "=", + "t5.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "venue", + "AS", + "t6", + "ON", + "t6.venueid", + "=", + "t2.venueid", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t4.keyphraseid", + "=", + "t1.keyphraseid", + "WHERE", + "t5.datasetname", + "=", + "``", + "Jeopardy", + "!", + "Questions", + "''", + "AND", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t2.year", + "=", + "2014", + "AND", + "t6.venuename", + "=", + "``", + "ACL", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t5", + "on", + "t3", + ".", + "datasetid", + "=", + "t5", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "paper", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "venue", + "as", + "t6", + "on", + "t6", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "keyphrase", + "as", + "t1", + "on", + "t4", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "where", + "t5", + ".", + "datasetname", + "=", + "value", + "and", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value", + "and", + "t6", + ".", + "venuename", + "=", + "value" + ], + "question": "Parsing papers from ACL 2014 using Jeopardy! Questions", + "question_toks": [ + "Parsing", + "papers", + "from", + "ACL", + "2014", + "using", + "Jeopardy", + "!", + "Questions" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Jeopardy! Questions\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM paperdataset AS t3 JOIN dataset AS t5 ON t3.datasetid = t5.datasetid JOIN paperkeyphrase AS t4 ON t4.paperid = t3.paperid JOIN paper AS t2 ON t2.paperid = t3.paperid JOIN venue AS t6 ON t6.venueid = t2.venueid JOIN keyphrase AS t1 ON t4.keyphraseid = t1.keyphraseid WHERE t5.datasetname = \"Jeopardy! Questions\" AND t1.keyphrasename = \"Parsing\" AND t2.year = 2014 AND t6.venuename = \"ACL\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t5", + "ON", + "t3.datasetid", + "=", + "t5.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "venue", + "AS", + "t6", + "ON", + "t6.venueid", + "=", + "t2.venueid", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t4.keyphraseid", + "=", + "t1.keyphraseid", + "WHERE", + "t5.datasetname", + "=", + "``", + "Jeopardy", + "!", + "Questions", + "''", + "AND", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t2.year", + "=", + "2014", + "AND", + "t6.venuename", + "=", + "``", + "ACL", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t5", + "on", + "t3", + ".", + "datasetid", + "=", + "t5", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "paper", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "venue", + "as", + "t6", + "on", + "t6", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "keyphrase", + "as", + "t1", + "on", + "t4", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "where", + "t5", + ".", + "datasetname", + "=", + "value", + "and", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value", + "and", + "t6", + ".", + "venuename", + "=", + "value" + ], + "question": "Parsing papers from ACL 2014 that used Jeopardy! Questions", + "question_toks": [ + "Parsing", + "papers", + "from", + "ACL", + "2014", + "that", + "used", + "Jeopardy", + "!", + "Questions" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Jeopardy! Questions\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM paperdataset AS t3 JOIN dataset AS t5 ON t3.datasetid = t5.datasetid JOIN paperkeyphrase AS t4 ON t4.paperid = t3.paperid JOIN paper AS t2 ON t2.paperid = t3.paperid JOIN venue AS t6 ON t6.venueid = t2.venueid JOIN keyphrase AS t1 ON t4.keyphraseid = t1.keyphraseid WHERE t5.datasetname = \"Jeopardy! Questions\" AND t1.keyphrasename = \"Parsing\" AND t2.year = 2014 AND t6.venuename = \"ACL\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t5", + "ON", + "t3.datasetid", + "=", + "t5.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "venue", + "AS", + "t6", + "ON", + "t6.venueid", + "=", + "t2.venueid", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t4.keyphraseid", + "=", + "t1.keyphraseid", + "WHERE", + "t5.datasetname", + "=", + "``", + "Jeopardy", + "!", + "Questions", + "''", + "AND", + "t1.keyphrasename", + "=", + "``", + "Parsing", + "''", + "AND", + "t2.year", + "=", + "2014", + "AND", + "t6.venuename", + "=", + "``", + "ACL", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t5", + "on", + "t3", + ".", + "datasetid", + "=", + "t5", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "paper", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "venue", + "as", + "t6", + "on", + "t6", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "keyphrase", + "as", + "t1", + "on", + "t4", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "where", + "t5", + ".", + "datasetname", + "=", + "value", + "and", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value", + "and", + "t6", + ".", + "venuename", + "=", + "value" + ], + "question": "papers about Parsing that used Jeopardy! Questions and were published at ACL 2014", + "question_toks": [ + "papers", + "about", + "Parsing", + "that", + "used", + "Jeopardy", + "!", + "Questions", + "and", + "were", + "published", + "at", + "ACL", + "2014" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"Jeopardy! Questions\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Parsing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.journalid FROM paper AS t3 JOIN journal AS t2 ON t3.journalid = t2.journalid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"linda shapiro\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.journalid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t3.journalid", + "=", + "t2.journalid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "linda", + "shapiro", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "journalid", + "from", + "paper", + "as", + "t3", + "join", + "journal", + "as", + "t2", + "on", + "t3", + ".", + "journalid", + "=", + "t2", + ".", + "journalid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "in what journals does linda shapiro publish ?", + "question_toks": [ + "in", + "what", + "journals", + "does", + "linda", + "shapiro", + "publish", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"linda shapiro\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.journalid FROM paper AS t3 JOIN journal AS t2 ON t3.journalid = t2.journalid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"linda shapiro\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.journalid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t3.journalid", + "=", + "t2.journalid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "linda", + "shapiro", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "journalid", + "from", + "paper", + "as", + "t3", + "join", + "journal", + "as", + "t2", + "on", + "t3", + ".", + "journalid", + "=", + "t2", + ".", + "journalid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "Which journals did linda shapiro submit papers to ?", + "question_toks": [ + "Which", + "journals", + "did", + "linda", + "shapiro", + "submit", + "papers", + "to", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"linda shapiro\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t3.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t3", + ".", + "venuename", + "=", + "value" + ], + "question": "NIPS authors", + "question_toks": [ + "NIPS", + "authors" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t3.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t3", + ".", + "venuename", + "=", + "value" + ], + "question": "who are the authors at NIPS ?", + "question_toks": [ + "who", + "are", + "the", + "authors", + "at", + "NIPS", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t3.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t3", + ".", + "venuename", + "=", + "value" + ], + "question": "who authored papers at NIPS ?", + "question_toks": [ + "who", + "authored", + "papers", + "at", + "NIPS", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t3.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t3", + ".", + "venuename", + "=", + "value" + ], + "question": "who publishes in NIPS ?", + "question_toks": [ + "who", + "publishes", + "in", + "NIPS", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t3.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t3", + ".", + "venuename", + "=", + "value" + ], + "question": "who has papers at NIPS ?", + "question_toks": [ + "who", + "has", + "papers", + "at", + "NIPS", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t4.venueid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"deep learning\" GROUP BY t4.venueid ORDER BY COUNT ( t3.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t4.venueid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "GROUP", + "BY", + "t4.venueid", + "ORDER", + "BY", + "COUNT", + "(", + "t3.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t4", + ".", + "venueid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t4", + ".", + "venueid", + "order", + "by", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "desc" + ], + "question": "which venue publishes the most papers about deep learning", + "question_toks": [ + "which", + "venue", + "publishes", + "the", + "most", + "papers", + "about", + "deep", + "learning" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [ + [ + 0, + 1, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM paper AS t3 JOIN journal AS t2 ON t3.journalid = t2.journalid JOIN paperkeyphrase AS t1 ON t3.paperid = t1.paperid WHERE t2.journalname = \"Cell\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t3.journalid", + "=", + "t2.journalid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t3.paperid", + "=", + "t1.paperid", + "WHERE", + "t2.journalname", + "=", + "``", + "Cell", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "journal", + "as", + "t2", + "on", + "t3", + ".", + "journalid", + "=", + "t2", + ".", + "journalid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t3", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "where", + "t2", + ".", + "journalname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "How many publications were added to the Cell journal this year ?", + "question_toks": [ + "How", + "many", + "publications", + "were", + "added", + "to", + "the", + "Cell", + "journal", + "this", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 8 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"Cell\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM paper AS t3 JOIN journal AS t2 ON t3.journalid = t2.journalid JOIN paperkeyphrase AS t1 ON t3.paperid = t1.paperid WHERE t2.journalname = \"Cell\" AND t3.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t3.journalid", + "=", + "t2.journalid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t3.paperid", + "=", + "t1.paperid", + "WHERE", + "t2.journalname", + "=", + "``", + "Cell", + "''", + "AND", + "t3.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "paper", + "as", + "t3", + "join", + "journal", + "as", + "t2", + "on", + "t3", + ".", + "journalid", + "=", + "t2", + ".", + "journalid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t3", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "where", + "t2", + ".", + "journalname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "How many articles were published in the Cell journal in 2015 ?", + "question_toks": [ + "How", + "many", + "articles", + "were", + "published", + "in", + "the", + "Cell", + "journal", + "in", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 3 + ], + [ + "table_unit", + 8 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"Cell\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.title FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Donald E Knuth\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.title", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Donald", + "E", + "Knuth", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "title", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "What are all the publication titles by Donald E Knuth ?", + "question_toks": [ + "What", + "are", + "all", + "the", + "publication", + "titles", + "by", + "Donald", + "E", + "Knuth", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Donald E Knuth\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"ali farhadi\" AND t3.year = 2016 AND t4.venuename = \"eccv\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "ali", + "farhadi", + "''", + "AND", + "t3.year", + "=", + "2016", + "AND", + "t4.venuename", + "=", + "``", + "eccv", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "papers published in eccv 2016 by ali farhadi", + "question_toks": [ + "papers", + "published", + "in", + "eccv", + "2016", + "by", + "ali", + "farhadi" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"ali farhadi\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"eccv\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"ali farhadi\" AND t3.year = 2016 AND t4.venuename = \"eccv\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "ali", + "farhadi", + "''", + "AND", + "t3.year", + "=", + "2016", + "AND", + "t4.venuename", + "=", + "``", + "eccv", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "Does ali farhadi have a paper in eccv in 2016 ?", + "question_toks": [ + "Does", + "ali", + "farhadi", + "have", + "a", + "paper", + "in", + "eccv", + "in", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"ali farhadi\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"eccv\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"ali farhadi\" AND t3.year = 2016 AND t4.venuename = \"eccv\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "ali", + "farhadi", + "''", + "AND", + "t3.year", + "=", + "2016", + "AND", + "t4.venuename", + "=", + "``", + "eccv", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "papers of ali farhadi in eccv 2016", + "question_toks": [ + "papers", + "of", + "ali", + "farhadi", + "in", + "eccv", + "2016" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"ali farhadi\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"eccv\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM paperdataset AS t3 JOIN dataset AS t1 ON t3.datasetid = t1.datasetid JOIN paperkeyphrase AS t2 ON t2.paperid = t3.paperid JOIN keyphrase AS t4 ON t2.keyphraseid = t4.keyphraseid WHERE t1.datasetname = \"YAGO\" AND t4.keyphrasename = \"Semantic Data\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t3.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paperkeyphrase", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "keyphrase", + "AS", + "t4", + "ON", + "t2.keyphraseid", + "=", + "t4.keyphraseid", + "WHERE", + "t1.datasetname", + "=", + "``", + "YAGO", + "''", + "AND", + "t4.keyphrasename", + "=", + "``", + "Semantic", + "Data", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t1", + "on", + "t3", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paperkeyphrase", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "keyphrase", + "as", + "t4", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t4", + ".", + "keyphraseid", + "where", + "t1", + ".", + "datasetname", + "=", + "value", + "and", + "t4", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "What are some papers dealing with Semantic Data in YAGO ?", + "question_toks": [ + "What", + "are", + "some", + "papers", + "dealing", + "with", + "Semantic", + "Data", + "in", + "YAGO", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 22, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"YAGO\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Semantic Data\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = \"chi\" GROUP BY t1.authorid ORDER BY COUNT ( DISTINCT t2.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t3.venuename", + "=", + "``", + "chi", + "''", + "GROUP", + "BY", + "t1.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid", + "order", + "by", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "desc" + ], + "question": "Who has published more papers in chi ?", + "question_toks": [ + "Who", + "has", + "published", + "more", + "papers", + "in", + "chi", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + true + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = \"chi\" GROUP BY t1.authorid ORDER BY COUNT ( DISTINCT t2.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t3.venuename", + "=", + "``", + "chi", + "''", + "GROUP", + "BY", + "t1.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid", + "order", + "by", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "desc" + ], + "question": "Who has written the most papers at chi ?", + "question_toks": [ + "Who", + "has", + "written", + "the", + "most", + "papers", + "at", + "chi", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + true + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = \"chi\" GROUP BY t1.authorid ORDER BY COUNT ( DISTINCT t2.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t3.venuename", + "=", + "``", + "chi", + "''", + "GROUP", + "BY", + "t1.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid", + "order", + "by", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "desc" + ], + "question": "how is the most prolific author in chi ?", + "question_toks": [ + "how", + "is", + "the", + "most", + "prolific", + "author", + "in", + "chi", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + true + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = \"chi\" GROUP BY t1.authorid ORDER BY COUNT ( DISTINCT t2.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t3.venuename", + "=", + "``", + "chi", + "''", + "GROUP", + "BY", + "t1.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "authorid", + "order", + "by", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "desc" + ], + "question": "who published the most at chi", + "question_toks": [ + "who", + "published", + "the", + "most", + "at", + "chi" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"chi\"", + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + true + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname LIKE \"Ye Cao\" GROUP BY t3.year ORDER BY COUNT ( DISTINCT t3.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "LIKE", + "``", + "Ye", + "Cao", + "''", + "GROUP", + "BY", + "t3.year", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "like", + "value", + "group", + "by", + "t3", + ".", + "year", + "order", + "by", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "desc" + ], + "question": "In what year did Ye Cao publish the most papers", + "question_toks": [ + "In", + "what", + "year", + "did", + "Ye", + "Cao", + "publish", + "the", + "most", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Ye Cao\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + true + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname LIKE \"Ye Cao\" GROUP BY t3.year ORDER BY COUNT ( DISTINCT t3.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "LIKE", + "``", + "Ye", + "Cao", + "''", + "GROUP", + "BY", + "t3.year", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "like", + "value", + "group", + "by", + "t3", + ".", + "year", + "order", + "by", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "desc" + ], + "question": "What year did Ye Cao publish the most papers", + "question_toks": [ + "What", + "year", + "did", + "Ye", + "Cao", + "publish", + "the", + "most", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Ye Cao\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + true + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.datasetname = \"ImageNet\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.datasetname", + "=", + "``", + "ImageNet", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "=", + "value" + ], + "question": "conferences that mention ImageNet", + "question_toks": [ + "conferences", + "that", + "mention", + "ImageNet" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"ImageNet\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" GROUP BY t3.year ORDER BY t3.year ASC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "GROUP", + "BY", + "t3.year", + "ORDER", + "BY", + "t3.year", + "ASC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "year", + "order", + "by", + "t3", + ".", + "year", + "asc" + ], + "question": "first deep learning paper", + "question_toks": [ + "first", + "deep", + "learning", + "paper" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" GROUP BY t3.year ORDER BY t3.year ASC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "GROUP", + "BY", + "t3.year", + "ORDER", + "BY", + "t3.year", + "ASC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "year", + "order", + "by", + "t3", + ".", + "year", + "asc" + ], + "question": "What was the first paper on deep learning written ?", + "question_toks": [ + "What", + "was", + "the", + "first", + "paper", + "on", + "deep", + "learning", + "written", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" GROUP BY t3.year ORDER BY t3.year ASC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "GROUP", + "BY", + "t3.year", + "ORDER", + "BY", + "t3.year", + "ASC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "year", + "order", + "by", + "t3", + ".", + "year", + "asc" + ], + "question": "When was deep learning proposed ?", + "question_toks": [ + "When", + "was", + "deep", + "learning", + "proposed", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"deep learning\" GROUP BY t3.year ORDER BY t3.year ASC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "deep", + "learning", + "''", + "GROUP", + "BY", + "t3.year", + "ORDER", + "BY", + "t3.year", + "ASC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "year", + "order", + "by", + "t3", + ".", + "year", + "asc" + ], + "question": "when was the first deep learning paper published ?", + "question_toks": [ + "when", + "was", + "the", + "first", + "deep", + "learning", + "paper", + "published", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"deep learning\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "asc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM paper AS t2 JOIN journal AS t1 ON t2.journalid = t1.journalid WHERE t1.journalname = \"Academic radiology\" AND t2.year = 1995;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "paper", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.journalid", + "=", + "t1.journalid", + "WHERE", + "t1.journalname", + "=", + "``", + "Academic", + "radiology", + "''", + "AND", + "t2.year", + "=", + "1995", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "paper", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "journalid", + "=", + "t1", + ".", + "journalid", + "where", + "t1", + ".", + "journalname", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value" + ], + "question": "what papers were published in Academic radiology in 1995 ?", + "question_toks": [ + "what", + "papers", + "were", + "published", + "in", + "Academic", + "radiology", + "in", + "1995", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + [ + 0, + 7, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + "\"Academic radiology\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 1995.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citingpaperid WHERE t1.keyphrasename = \"parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citingpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citingpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "what papers do parsing papers typically cite ?", + "question_toks": [ + "what", + "papers", + "do", + "parsing", + "papers", + "typically", + "cite", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t4.citedpaperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citingpaperid WHERE t1.keyphrasename = \"parsing\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t4.citedpaperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citingpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "parsing", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t4", + ".", + "citedpaperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citingpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "papers typically cited by parsing papers", + "question_toks": [ + "papers", + "typically", + "cited", + "by", + "parsing", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"parsing\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Trophic Cascade\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Trophic", + "Cascade", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "venue for Trophic Cascade", + "question_toks": [ + "venue", + "for", + "Trophic", + "Cascade" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Trophic Cascade\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Trophic Cascade\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Trophic", + "Cascade", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "conferences for Trophic Cascade", + "question_toks": [ + "conferences", + "for", + "Trophic", + "Cascade" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Trophic Cascade\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Trophic Cascade\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Trophic", + "Cascade", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "what conferences are related to Trophic Cascade", + "question_toks": [ + "what", + "conferences", + "are", + "related", + "to", + "Trophic", + "Cascade" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Trophic Cascade\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Trophic Cascade\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Trophic", + "Cascade", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "What was the conference name that approved Trophic Cascade ?", + "question_toks": [ + "What", + "was", + "the", + "conference", + "name", + "that", + "approved", + "Trophic", + "Cascade", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Trophic Cascade\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"question answering\" AND t3.year >= 2011;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "question", + "answering", + "''", + "AND", + "t3.year", + ">", + "=", + "2011", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + ">", + "=", + "value" + ], + "question": "How many papers were written on question answering in 2011 through 2016 ?", + "question_toks": [ + "How", + "many", + "papers", + "were", + "written", + "on", + "question", + "answering", + "in", + "2011", + "through", + "2016", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"question answering\"", + null + ], + "and", + [ + false, + 5, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2011.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t4.citingpaperid ) , t3.venueid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN cite AS t4 ON t3.paperid = t4.citedpaperid WHERE t1.keyphrasename = \"NLP\" GROUP BY t3.venueid ORDER BY COUNT ( DISTINCT t4.citingpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t4.citingpaperid", + ")", + ",", + "t3.venueid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "NLP", + "''", + "GROUP", + "BY", + "t3.venueid", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t4.citingpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t4", + ".", + "citingpaperid", + ")", + ",", + "t3", + ".", + "venueid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "venueid", + "order", + "by", + "count", + "(", + "distinct", + "t4", + ".", + "citingpaperid", + ")", + "desc" + ], + "question": "What are the best NLP conferences ?", + "question_toks": [ + "What", + "are", + "the", + "best", + "NLP", + "conferences", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 18, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"NLP\"", + null + ] + ], + "groupBy": [ + [ + 0, + 13, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 18, + true + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid , t1.authorid FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t3.venuename = \"ACL\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + ",", + "t1.authorid", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t3.venuename", + "=", + "``", + "ACL", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + ",", + "t1", + ".", + "authorid", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t3", + ".", + "venuename", + "=", + "value" + ], + "question": "ACL papers by author", + "question_toks": [ + "ACL", + "papers", + "by", + "author" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.citingpaperid FROM paper AS t1 JOIN cite AS t2 ON t1.paperid = t2.citedpaperid GROUP BY t2.citingpaperid HAVING COUNT ( DISTINCT t2.citedpaperid ) > 10;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.citingpaperid", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t2", + "ON", + "t1.paperid", + "=", + "t2.citedpaperid", + "GROUP", + "BY", + "t2.citingpaperid", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t2.citedpaperid", + ")", + ">", + "10", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "citingpaperid", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t2", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "citedpaperid", + "group", + "by", + "t2", + ".", + "citingpaperid", + "having", + "count", + "(", + "distinct", + "t2", + ".", + "citedpaperid", + ")", + ">", + "value" + ], + "question": "papers with more than 10 citations", + "question_toks": [ + "papers", + "with", + "more", + "than", + "10", + "citations" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 19, + true + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t1 JOIN paper AS t2 ON t1.paperid = t2.paperid WHERE t2.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t1", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value" + ], + "question": "Which authors published papers in 2015 ?", + "question_toks": [ + "Which", + "authors", + "published", + "papers", + "in", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM writes AS t1 JOIN paper AS t2 ON t1.paperid = t2.paperid WHERE t2.year = 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "writes", + "AS", + "t1", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value" + ], + "question": "who wrote papers in 2015", + "question_toks": [ + "who", + "wrote", + "papers", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphrasename , SUM ( t3.numcitedby ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Brian DeRenzi\" GROUP BY t1.keyphrasename ORDER BY SUM ( t3.numcitedby ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphrasename", + ",", + "SUM", + "(", + "t3.numcitedby", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Brian", + "DeRenzi", + "''", + "GROUP", + "BY", + "t1.keyphrasename", + "ORDER", + "BY", + "SUM", + "(", + "t3.numcitedby", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphrasename", + ",", + "sum", + "(", + "t3", + ".", + "numcitedby", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyphrasename", + "order", + "by", + "sum", + "(", + "t3", + ".", + "numcitedby", + ")", + "desc" + ], + "question": "what keyphrase does Brian DeRenzi write about that gets most citations ?", + "question_toks": [ + "what", + "keyphrase", + "does", + "Brian", + "DeRenzi", + "write", + "about", + "that", + "gets", + "most", + "citations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Brian DeRenzi\"", + null + ] + ], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 16, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphrasename , SUM ( t3.numcitedby ) FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t5 ON t4.authorid = t5.authorid WHERE t5.authorname = \"Brian DeRenzi\" GROUP BY t1.keyphrasename ORDER BY SUM ( t3.numcitedby ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphrasename", + ",", + "SUM", + "(", + "t3.numcitedby", + ")", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t5", + "ON", + "t4.authorid", + "=", + "t5.authorid", + "WHERE", + "t5.authorname", + "=", + "``", + "Brian", + "DeRenzi", + "''", + "GROUP", + "BY", + "t1.keyphrasename", + "ORDER", + "BY", + "SUM", + "(", + "t3.numcitedby", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphrasename", + ",", + "sum", + "(", + "t3", + ".", + "numcitedby", + ")", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t5", + "on", + "t4", + ".", + "authorid", + "=", + "t5", + ".", + "authorid", + "where", + "t5", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyphrasename", + "order", + "by", + "sum", + "(", + "t3", + ".", + "numcitedby", + ")", + "desc" + ], + "question": "main topics of work by Brian DeRenzi", + "question_toks": [ + "main", + "topics", + "of", + "work", + "by", + "Brian", + "DeRenzi" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Brian DeRenzi\"", + null + ] + ], + "groupBy": [ + [ + 0, + 10, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 16, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.paperid ) , t1.authorid FROM writes AS t1 JOIN paper AS t2 ON t1.paperid = t2.paperid GROUP BY t1.authorid HAVING COUNT ( t2.paperid ) >= 5;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.paperid", + ")", + ",", + "t1.authorid", + "FROM", + "writes", + "AS", + "t1", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "GROUP", + "BY", + "t1.authorid", + "HAVING", + "COUNT", + "(", + "t2.paperid", + ")", + ">", + "=", + "5", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "paperid", + ")", + ",", + "t1", + ".", + "authorid", + "from", + "writes", + "as", + "t1", + "join", + "paper", + "as", + "t2", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "group", + "by", + "t1", + ".", + "authorid", + "having", + "count", + "(", + "t2", + ".", + "paperid", + ")", + ">", + "=", + "value" + ], + "question": "authors with at least 5 papers", + "question_toks": [ + "authors", + "with", + "at", + "least", + "5", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 11, + false + ], + null + ], + 5.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT paperid FROM paper WHERE YEAR != 2015;", + "query_toks": [ + "SELECT", + "DISTINCT", + "paperid", + "FROM", + "paper", + "WHERE", + "YEAR", + "!", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "paperid", + "from", + "paper", + "where", + "year", + "!", + "=", + "value" + ], + "question": "papers that were not published in the last year", + "question_toks": [ + "papers", + "that", + "were", + "not", + "published", + "in", + "the", + "last", + "year" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"Michael Stonebraker\" AND t5.keyphrasename = \"GIS Database\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Michael", + "Stonebraker", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "GIS", + "Database", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "When was Michael Stonebraker GIS Database published ?", + "question_toks": [ + "When", + "was", + "Michael", + "Stonebraker", + "GIS", + "Database", + "published", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Michael Stonebraker\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"GIS Database\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"Michael Stonebraker\" AND t5.keyphrasename = \"GIS Database\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Michael", + "Stonebraker", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "GIS", + "Database", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "When did Michael Stonebraker publish his GIS Database paper ?", + "question_toks": [ + "When", + "did", + "Michael", + "Stonebraker", + "publish", + "his", + "GIS", + "Database", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Michael Stonebraker\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"GIS Database\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN writes AS t4 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname = \"Michael Stonebraker\" AND t5.keyphrasename = \"GIS Database\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Michael", + "Stonebraker", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "GIS", + "Database", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "When does Michael Stonebraker publish the GIS Database paper ?", + "question_toks": [ + "When", + "does", + "Michael", + "Stonebraker", + "publish", + "the", + "GIS", + "Database", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Michael Stonebraker\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"GIS Database\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.journalid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"Trophic Cascade\" AND t3.year = 2010 GROUP BY t3.journalid;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.journalid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Trophic", + "Cascade", + "''", + "AND", + "t3.year", + "=", + "2010", + "GROUP", + "BY", + "t3.journalid", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "journalid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "group", + "by", + "t3", + ".", + "journalid" + ], + "question": "In 2010 what journal published an article about Trophic Cascade ?", + "question_toks": [ + "In", + "2010", + "what", + "journal", + "published", + "an", + "article", + "about", + "Trophic", + "Cascade", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Trophic Cascade\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citingpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2016 AND t2.venuename = \"CVPR\" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citingpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.citedpaperid", + ",", + "COUNT", + "(", + "t3.citingpaperid", + ")", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t1.paperid", + "=", + "t3.citedpaperid", + "JOIN", + "venue", + "AS", + "t2", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2016", + "AND", + "t2.venuename", + "=", + "``", + "CVPR", + "''", + "GROUP", + "BY", + "t3.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t3.citingpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "citedpaperid", + ",", + "count", + "(", + "t3", + ".", + "citingpaperid", + ")", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t3", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t2", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t3", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t3", + ".", + "citingpaperid", + ")", + "desc" + ], + "question": "What is the most popular paper this year in CVPR ?", + "question_toks": [ + "What", + "is", + "the", + "most", + "popular", + "paper", + "this", + "year", + "in", + "CVPR", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2016.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"CVPR\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 18, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.citedpaperid ) , t3.year FROM paper AS t3 JOIN cite AS t4 ON t3.paperid = t4.citedpaperid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"luke zettlemoyer\" GROUP BY t3.year;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.citedpaperid", + ")", + ",", + "t3.year", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t3.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "luke", + "zettlemoyer", + "''", + "GROUP", + "BY", + "t3.year", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "citedpaperid", + ")", + ",", + "t3", + ".", + "year", + "from", + "paper", + "as", + "t3", + "join", + "cite", + "as", + "t4", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "year" + ], + "question": "How many citations does luke zettlemoyer have per year", + "question_toks": [ + "How", + "many", + "citations", + "does", + "luke", + "zettlemoyer", + "have", + "per", + "year" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"luke zettlemoyer\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM paperdataset AS t3 JOIN dataset AS t1 ON t3.datasetid = t1.datasetid JOIN paper AS t4 ON t4.paperid = t3.paperid JOIN writes AS t2 ON t2.paperid = t4.paperid WHERE t1.datasetname = \"ImageNet\" GROUP BY t2.paperid;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "paperdataset", + "AS", + "t3", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t3.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t4.paperid", + "WHERE", + "t1.datasetname", + "=", + "``", + "ImageNet", + "''", + "GROUP", + "BY", + "t2.paperid", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t3", + "join", + "dataset", + "as", + "t1", + "on", + "t3", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "=", + "value", + "group", + "by", + "t2", + ".", + "paperid" + ], + "question": "authors working on ImageNet", + "question_toks": [ + "authors", + "working", + "on", + "ImageNet" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"ImageNet\"", + null + ] + ], + "groupBy": [ + [ + 0, + 24, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT paperid , title FROM paper WHERE title LIKE \"the effects of juicing for cancer patients\" AND YEAR > 2006;", + "query_toks": [ + "SELECT", + "DISTINCT", + "paperid", + ",", + "title", + "FROM", + "paper", + "WHERE", + "title", + "LIKE", + "``", + "the", + "effects", + "of", + "juicing", + "for", + "cancer", + "patients", + "''", + "AND", + "YEAR", + ">", + "2006", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "paperid", + ",", + "title", + "from", + "paper", + "where", + "title", + "like", + "value", + "and", + "year", + ">", + "value" + ], + "question": "What articles have been published since 2006 about the effects of juicing for cancer patients ?", + "question_toks": [ + "What", + "articles", + "have", + "been", + "published", + "since", + "2006", + "about", + "the", + "effects", + "of", + "juicing", + "for", + "cancer", + "patients", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"the effects of juicing for cancer patients\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2006.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.paperid FROM paperkeyphrase AS t5 JOIN keyphrase AS t3 ON t5.keyphraseid = t3.keyphraseid JOIN writes AS t4 ON t4.paperid = t5.paperid JOIN paper AS t2 ON t4.paperid = t2.paperid JOIN author AS t1 ON t4.authorid = t1.authorid JOIN venue AS t6 ON t6.venueid = t2.venueid WHERE t1.authorname = \"Eric C. Kerrigan\" AND t3.keyphrasename = \"Liquid\" AND t6.venuename = \"Automatica\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.paperid", + "FROM", + "paperkeyphrase", + "AS", + "t5", + "JOIN", + "keyphrase", + "AS", + "t3", + "ON", + "t5.keyphraseid", + "=", + "t3.keyphraseid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t5.paperid", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t4.paperid", + "=", + "t2.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "JOIN", + "venue", + "AS", + "t6", + "ON", + "t6.venueid", + "=", + "t2.venueid", + "WHERE", + "t1.authorname", + "=", + "``", + "Eric", + "C.", + "Kerrigan", + "''", + "AND", + "t3.keyphrasename", + "=", + "``", + "Liquid", + "''", + "AND", + "t6.venuename", + "=", + "``", + "Automatica", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "paperid", + "from", + "paperkeyphrase", + "as", + "t5", + "join", + "keyphrase", + "as", + "t3", + "on", + "t5", + ".", + "keyphraseid", + "=", + "t3", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t5", + ".", + "paperid", + "join", + "paper", + "as", + "t2", + "on", + "t4", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "venue", + "as", + "t6", + "on", + "t6", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "keyphrasename", + "=", + "value", + "and", + "t6", + ".", + "venuename", + "=", + "value" + ], + "question": "Eric C. Kerrigan 's Liquid Automatica paper", + "question_toks": [ + "Eric", + "C.", + "Kerrigan", + "'s", + "Liquid", + "Automatica", + "paper" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Eric C. Kerrigan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Liquid\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Automatica\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.venueid , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"sergey levine\" GROUP BY t3.venueid , t3.year ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.venueid", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "sergey", + "levine", + "''", + "GROUP", + "BY", + "t3.venueid", + ",", + "t3.year", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "venueid", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "venueid", + ",", + "t3", + ".", + "year", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "Where did sergey levine publish his last paper ?", + "question_toks": [ + "Where", + "did", + "sergey", + "levine", + "publish", + "his", + "last", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"sergey levine\"", + null + ] + ], + "groupBy": [ + [ + 0, + 13, + false + ], + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.keyphraseid FROM paper AS t3 JOIN paperkeyphrase AS t2 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid JOIN writes AS t5 ON t5.paperid = t3.paperid JOIN author AS t1 ON t5.authorid = t1.authorid WHERE t1.authorname = \"dan klein\" AND t4.venuename = \"emnlp\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.keyphraseid", + "FROM", + "paper", + "AS", + "t3", + "JOIN", + "paperkeyphrase", + "AS", + "t2", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t5", + "ON", + "t5.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t5.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "dan", + "klein", + "''", + "AND", + "t4.venuename", + "=", + "``", + "emnlp", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "keyphraseid", + "from", + "paper", + "as", + "t3", + "join", + "paperkeyphrase", + "as", + "t2", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t5", + "on", + "t5", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t5", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "keyphrases used by dan klein in his emnlp papers", + "question_toks": [ + "keyphrases", + "used", + "by", + "dan", + "klein", + "in", + "his", + "emnlp", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"dan klein\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"emnlp\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.authorid FROM paperkeyphrase AS t1 JOIN keyphrase AS t2 ON t1.keyphraseid = t2.keyphraseid JOIN paper AS t4 ON t4.paperid = t1.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t2.keyphrasename = \"Neutralizing Antibody\" AND t4.year = 2012 GROUP BY t3.authorid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t1", + "JOIN", + "keyphrase", + "AS", + "t2", + "ON", + "t1.keyphraseid", + "=", + "t2.keyphraseid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t1.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t2.keyphrasename", + "=", + "``", + "Neutralizing", + "Antibody", + "''", + "AND", + "t4.year", + "=", + "2012", + "GROUP", + "BY", + "t3.authorid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t1", + "join", + "keyphrase", + "as", + "t2", + "on", + "t1", + ".", + "keyphraseid", + "=", + "t2", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t2", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "year", + "=", + "value", + "group", + "by", + "t3", + ".", + "authorid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "Who are the prominent researchers in Neutralizing Antibody in 2012 ?", + "question_toks": [ + "Who", + "are", + "the", + "prominent", + "researchers", + "in", + "Neutralizing", + "Antibody", + "in", + "2012", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Neutralizing Antibody\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ] + ], + "groupBy": [ + [ + 0, + 25, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.datasetname = \"ImageNet\" AND t3.year = 2014 AND t4.venuename = \"eccv\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.datasetname", + "=", + "``", + "ImageNet", + "''", + "AND", + "t3.year", + "=", + "2014", + "AND", + "t4.venuename", + "=", + "``", + "eccv", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "datasetname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "the papers at eccv in 2014 using ImageNet dataset", + "question_toks": [ + "the", + "papers", + "at", + "eccv", + "in", + "2014", + "using", + "ImageNet", + "dataset" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"ImageNet\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"eccv\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.datasetname = \"ImageNet\" AND t3.year = 2014 AND t4.venuename = \"eccv\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.datasetname", + "=", + "``", + "ImageNet", + "''", + "AND", + "t3.year", + "=", + "2014", + "AND", + "t4.venuename", + "=", + "``", + "eccv", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "datasetname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "which papers in eccv 2014 use ImageNet ?", + "question_toks": [ + "which", + "papers", + "in", + "eccv", + "2014", + "use", + "ImageNet", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"ImageNet\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"eccv\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.datasetname = \"ImageNet\" AND t3.year = 2014 AND t4.venuename = \"eccv\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.datasetname", + "=", + "``", + "ImageNet", + "''", + "AND", + "t3.year", + "=", + "2014", + "AND", + "t4.venuename", + "=", + "``", + "eccv", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "datasetname", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "eccv 2014 papers using ImageNet", + "question_toks": [ + "eccv", + "2014", + "papers", + "using", + "ImageNet" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"ImageNet\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"eccv\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t5.citingpaperid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN cite AS t5 ON t2.paperid = t5.citingpaperid JOIN paper AS t3 ON t3.paperid = t5.citedpaperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.keyphrasename = \"Euclidean Distance\" AND t4.venuename = \"NIPS\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t5.citingpaperid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "cite", + "AS", + "t5", + "ON", + "t2.paperid", + "=", + "t5.citingpaperid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t5.citedpaperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "Euclidean", + "Distance", + "''", + "AND", + "t4.venuename", + "=", + "``", + "NIPS", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t5", + ".", + "citingpaperid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "cite", + "as", + "t5", + "on", + "t2", + ".", + "paperid", + "=", + "t5", + ".", + "citingpaperid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t5", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "Euclidean Distance papers citing NIPS papers", + "question_toks": [ + "Euclidean", + "Distance", + "papers", + "citing", + "NIPS", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Euclidean Distance\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"NIPS\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t4.paperid ) , t3.paperid FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t4 ON t4.paperid = t2.paperid JOIN writes AS t3 ON t3.paperid = t4.paperid WHERE t1.datasetname = \"ImageNet\" GROUP BY t3.paperid ORDER BY COUNT ( t4.paperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t4.paperid", + ")", + ",", + "t3.paperid", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t2.paperid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t4.paperid", + "WHERE", + "t1.datasetname", + "=", + "``", + "ImageNet", + "''", + "GROUP", + "BY", + "t3.paperid", + "ORDER", + "BY", + "COUNT", + "(", + "t4.paperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t4", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "paperid", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "where", + "t1", + ".", + "datasetname", + "=", + "value", + "group", + "by", + "t3", + ".", + "paperid", + "order", + "by", + "count", + "(", + "t4", + ".", + "paperid", + ")", + "desc" + ], + "question": "top authors working on ImageNet ?", + "question_toks": [ + "top", + "authors", + "working", + "on", + "ImageNet", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"ImageNet\"", + null + ] + ], + "groupBy": [ + [ + 0, + 24, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 11, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT ( t1.paperid ) , COUNT ( t3.citingpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t1.year = 2012 AND t2.venuename = \"ACL\" GROUP BY t1.paperid HAVING COUNT ( t3.citingpaperid ) > 7;", + "query_toks": [ + "SELECT", + "DISTINCT", + "(", + "t1.paperid", + ")", + ",", + "COUNT", + "(", + "t3.citingpaperid", + ")", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t1.paperid", + "=", + "t3.citedpaperid", + "JOIN", + "venue", + "AS", + "t2", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t1.year", + "=", + "2012", + "AND", + "t2.venuename", + "=", + "``", + "ACL", + "''", + "GROUP", + "BY", + "t1.paperid", + "HAVING", + "COUNT", + "(", + "t3.citingpaperid", + ")", + ">", + "7", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "(", + "t1", + ".", + "paperid", + ")", + ",", + "count", + "(", + "t3", + ".", + "citingpaperid", + ")", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t3", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t2", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t1", + ".", + "paperid", + "having", + "count", + "(", + "t3", + ".", + "citingpaperid", + ")", + ">", + "value" + ], + "question": "how many ACL 2012 papers have more than 7 citations ?", + "question_toks": [ + "how", + "many", + "ACL", + "2012", + "papers", + "have", + "more", + "than", + "7", + "citations", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 18, + false + ], + null + ], + 7.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t4.citingpaperid ) , t1.keyphraseid , t2.paperid FROM paper AS t2 JOIN cite AS t4 ON t2.paperid = t4.citedpaperid JOIN paperkeyphrase AS t1 ON t2.paperid = t1.paperid JOIN venue AS t3 ON t3.venueid = t2.venueid WHERE t2.year = 2012 AND t3.venuename = \"EMNLP-CoNLL\" GROUP BY t2.paperid , t1.keyphraseid ORDER BY COUNT ( DISTINCT t4.citingpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t4.citingpaperid", + ")", + ",", + "t1.keyphraseid", + ",", + "t2.paperid", + "FROM", + "paper", + "AS", + "t2", + "JOIN", + "cite", + "AS", + "t4", + "ON", + "t2.paperid", + "=", + "t4.citedpaperid", + "JOIN", + "paperkeyphrase", + "AS", + "t1", + "ON", + "t2.paperid", + "=", + "t1.paperid", + "JOIN", + "venue", + "AS", + "t3", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "WHERE", + "t2.year", + "=", + "2012", + "AND", + "t3.venuename", + "=", + "``", + "EMNLP-CoNLL", + "''", + "GROUP", + "BY", + "t2.paperid", + ",", + "t1.keyphraseid", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t4.citingpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t4", + ".", + "citingpaperid", + ")", + ",", + "t1", + ".", + "keyphraseid", + ",", + "t2", + ".", + "paperid", + "from", + "paper", + "as", + "t2", + "join", + "cite", + "as", + "t4", + "on", + "t2", + ".", + "paperid", + "=", + "t4", + ".", + "citedpaperid", + "join", + "paperkeyphrase", + "as", + "t1", + "on", + "t2", + ".", + "paperid", + "=", + "t1", + ".", + "paperid", + "join", + "venue", + "as", + "t3", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t2", + ".", + "paperid", + ",", + "t1", + ".", + "keyphraseid", + "order", + "by", + "count", + "(", + "distinct", + "t4", + ".", + "citingpaperid", + ")", + "desc" + ], + "question": "What was the topic of best paper in 2012 EMNLP-CoNLL ?", + "question_toks": [ + "What", + "was", + "the", + "topic", + "of", + "best", + "paper", + "in", + "2012", + "EMNLP-CoNLL", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 18, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"EMNLP-CoNLL\"", + null + ] + ], + "groupBy": [ + [ + 0, + 11, + false + ], + [ + 0, + 23, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 18, + true + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t2.paperid ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname != \"Noah Smith\" AND t3.year > 2009 AND t2.paperid IN ( SELECT t2.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname LIKE \"Noah Smith\" );", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t2.paperid", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "!", + "=", + "``", + "Noah", + "Smith", + "''", + "AND", + "t3.year", + ">", + "2009", + "AND", + "t2.paperid", + "IN", + "(", + "SELECT", + "t2.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "LIKE", + "``", + "Noah", + "Smith", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t2", + ".", + "paperid", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "!", + "=", + "value", + "and", + "t3", + ".", + "year", + ">", + "value", + "and", + "t2", + ".", + "paperid", + "in", + "(", + "select", + "t2", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "like", + "value", + ")" + ], + "question": "How many papers has Noah Smith co-authored since 2009 ?", + "question_toks": [ + "How", + "many", + "papers", + "has", + "Noah", + "Smith", + "co-authored", + "since", + "2009", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 7, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah Smith\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2009.0, + null + ], + "and", + [ + false, + 8, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Noah Smith\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.citingpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t2.venuename = \"ACL\" GROUP BY t3.citingpaperid HAVING COUNT ( DISTINCT t3.citedpaperid ) > 2;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.citingpaperid", + ")", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t1.paperid", + "=", + "t3.citedpaperid", + "JOIN", + "venue", + "AS", + "t2", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "ACL", + "''", + "GROUP", + "BY", + "t3.citingpaperid", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t3.citedpaperid", + ")", + ">", + "2", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "citingpaperid", + ")", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t3", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t2", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t3", + ".", + "citingpaperid", + "having", + "count", + "(", + "distinct", + "t3", + ".", + "citedpaperid", + ")", + ">", + "value" + ], + "question": "Number of ACL papers with more than 2 citations", + "question_toks": [ + "Number", + "of", + "ACL", + "papers", + "with", + "more", + "than", + "2", + "citations" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"ACL\"", + null + ] + ], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 19, + true + ], + null + ], + 2.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.title FROM paperkeyphrase AS t5 JOIN keyphrase AS t3 ON t5.keyphraseid = t3.keyphraseid JOIN writes AS t4 ON t4.paperid = t5.paperid JOIN paper AS t2 ON t4.paperid = t2.paperid JOIN author AS t1 ON t4.authorid = t1.authorid JOIN venue AS t6 ON t6.venueid = t2.venueid WHERE t1.authorname LIKE \"Eric C. Kerrigan\" AND t3.keyphrasename = \"Liquid\" AND t6.venuename = \"Automatica\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.title", + "FROM", + "paperkeyphrase", + "AS", + "t5", + "JOIN", + "keyphrase", + "AS", + "t3", + "ON", + "t5.keyphraseid", + "=", + "t3.keyphraseid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t5.paperid", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t4.paperid", + "=", + "t2.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "JOIN", + "venue", + "AS", + "t6", + "ON", + "t6.venueid", + "=", + "t2.venueid", + "WHERE", + "t1.authorname", + "LIKE", + "``", + "Eric", + "C.", + "Kerrigan", + "''", + "AND", + "t3.keyphrasename", + "=", + "``", + "Liquid", + "''", + "AND", + "t6.venuename", + "=", + "``", + "Automatica", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "title", + "from", + "paperkeyphrase", + "as", + "t5", + "join", + "keyphrase", + "as", + "t3", + "on", + "t5", + ".", + "keyphraseid", + "=", + "t3", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t5", + ".", + "paperid", + "join", + "paper", + "as", + "t2", + "on", + "t4", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "venue", + "as", + "t6", + "on", + "t6", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "where", + "t1", + ".", + "authorname", + "like", + "value", + "and", + "t3", + ".", + "keyphrasename", + "=", + "value", + "and", + "t6", + ".", + "venuename", + "=", + "value" + ], + "question": "What is the name of Eric C. Kerrigan 's Liquid Automatica paper ?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "Eric", + "C.", + "Kerrigan", + "'s", + "Liquid", + "Automatica", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Eric C. Kerrigan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Liquid\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Automatica\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) FROM paperdataset AS t2 JOIN dataset AS t1 ON t2.datasetid = t1.datasetid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t1.datasetname = \"ImageNet\" AND t4.venuename = \"cvpr\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + "FROM", + "paperdataset", + "AS", + "t2", + "JOIN", + "dataset", + "AS", + "t1", + "ON", + "t2.datasetid", + "=", + "t1.datasetid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t1.datasetname", + "=", + "``", + "ImageNet", + "''", + "AND", + "t4.venuename", + "=", + "``", + "cvpr", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + "from", + "paperdataset", + "as", + "t2", + "join", + "dataset", + "as", + "t1", + "on", + "t2", + ".", + "datasetid", + "=", + "t1", + ".", + "datasetid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t1", + ".", + "datasetname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "How many papers used ImageNet datasets in cvpr ?", + "question_toks": [ + "How", + "many", + "papers", + "used", + "ImageNet", + "datasets", + "in", + "cvpr", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"ImageNet\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"cvpr\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT venueid FROM venue WHERE venuename = \"Neuroscience\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "venueid", + "FROM", + "venue", + "WHERE", + "venuename", + "=", + "``", + "Neuroscience", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "venueid", + "from", + "venue", + "where", + "venuename", + "=", + "value" + ], + "question": "What venues are for Neuroscience ?", + "question_toks": [ + "What", + "venues", + "are", + "for", + "Neuroscience", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"Neuroscience\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT MAX ( t3.year ) FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Mary Crainie\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "MAX", + "(", + "t3.year", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Mary", + "Crainie", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "max", + "(", + "t3", + ".", + "year", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value" + ], + "question": "When was the last time Mary Crainie published a paper ?", + "question_toks": [ + "When", + "was", + "the", + "last", + "time", + "Mary", + "Crainie", + "published", + "a", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 1, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Mary Crainie\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.authorid FROM paperkeyphrase AS t6 JOIN keyphrase AS t3 ON t6.keyphraseid = t3.keyphraseid JOIN writes AS t4 ON t4.paperid = t6.paperid JOIN writes AS t5 ON t5.paperid = t4.paperid JOIN author AS t1 ON t5.authorid = t1.authorid JOIN author AS t2 ON t4.authorid = t2.authorid WHERE t2.authorname = \"Philipp Koehn\" AND t3.keyphrasename = \"Machine Translation Output\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.authorid", + "FROM", + "paperkeyphrase", + "AS", + "t6", + "JOIN", + "keyphrase", + "AS", + "t3", + "ON", + "t6.keyphraseid", + "=", + "t3.keyphraseid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t6.paperid", + "JOIN", + "writes", + "AS", + "t5", + "ON", + "t5.paperid", + "=", + "t4.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t5.authorid", + "=", + "t1.authorid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t4.authorid", + "=", + "t2.authorid", + "WHERE", + "t2.authorname", + "=", + "``", + "Philipp", + "Koehn", + "''", + "AND", + "t3.keyphrasename", + "=", + "``", + "Machine", + "Translation", + "Output", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "authorid", + "from", + "paperkeyphrase", + "as", + "t6", + "join", + "keyphrase", + "as", + "t3", + "on", + "t6", + ".", + "keyphraseid", + "=", + "t3", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t6", + ".", + "paperid", + "join", + "writes", + "as", + "t5", + "on", + "t5", + ".", + "paperid", + "=", + "t4", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t5", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "author", + "as", + "t2", + "on", + "t4", + ".", + "authorid", + "=", + "t2", + ".", + "authorid", + "where", + "t2", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "I want the co-authors of papers on Machine Translation Output with Philipp Koehn", + "question_toks": [ + "I", + "want", + "the", + "co-authors", + "of", + "papers", + "on", + "Machine", + "Translation", + "Output", + "with", + "Philipp", + "Koehn" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 24, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Philipp Koehn\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Machine Translation Output\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( DISTINCT t3.paperid ) FROM venue AS t4 JOIN paper AS t3 ON t4.venueid = t3.venueid JOIN writes AS t2 ON t2.paperid = t3.paperid JOIN author AS t1 ON t2.authorid = t1.authorid WHERE t1.authorname = \"Samuel Madden\" AND t4.venuename != \"PVLDB\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "DISTINCT", + "t3.paperid", + ")", + "FROM", + "venue", + "AS", + "t4", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "=", + "``", + "Samuel", + "Madden", + "''", + "AND", + "t4.venuename", + "!", + "=", + "``", + "PVLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "distinct", + "t3", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t4", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t4", + ".", + "venuename", + "!", + "=", + "value" + ], + "question": "How many papers does Samuel Madden publish outside of PVLDB area ?", + "question_toks": [ + "How", + "many", + "papers", + "does", + "Samuel", + "Madden", + "publish", + "outside", + "of", + "PVLDB", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Samuel Madden\"", + null + ], + "and", + [ + false, + 7, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.journalid , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Donald E Knuth\" GROUP BY t3.journalid , t3.year ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.journalid", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Donald", + "E", + "Knuth", + "''", + "GROUP", + "BY", + "t3.journalid", + ",", + "t3.year", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "journalid", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "group", + "by", + "t3", + ".", + "journalid", + ",", + "t3", + ".", + "year", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "which journal did Donald E Knuth publish his last paper ?", + "question_toks": [ + "which", + "journal", + "did", + "Donald", + "E", + "Knuth", + "publish", + "his", + "last", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Donald E Knuth\"", + null + ] + ], + "groupBy": [ + [ + 0, + 17, + false + ], + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT venueid FROM paper WHERE title = \"Fracture of acrylic bone cement\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "venueid", + "FROM", + "paper", + "WHERE", + "title", + "=", + "``", + "Fracture", + "of", + "acrylic", + "bone", + "cement", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "venueid", + "from", + "paper", + "where", + "title", + "=", + "value" + ], + "question": "What is the venue of Fracture of acrylic bone cement ?", + "question_toks": [ + "What", + "is", + "the", + "venue", + "of", + "Fracture", + "of", + "acrylic", + "bone", + "cement", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"Fracture of acrylic bone cement\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t2.paperid ) FROM venue AS t3 JOIN paper AS t2 ON t3.venueid = t2.venueid JOIN writes AS t1 ON t1.paperid = t2.paperid WHERE t2.year = 2010 AND t3.venuename = \"sigcse\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t2.paperid", + ")", + "FROM", + "venue", + "AS", + "t3", + "JOIN", + "paper", + "AS", + "t2", + "ON", + "t3.venueid", + "=", + "t2.venueid", + "JOIN", + "writes", + "AS", + "t1", + "ON", + "t1.paperid", + "=", + "t2.paperid", + "WHERE", + "t2.year", + "=", + "2010", + "AND", + "t3.venuename", + "=", + "``", + "sigcse", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t2", + ".", + "paperid", + ")", + "from", + "venue", + "as", + "t3", + "join", + "paper", + "as", + "t2", + "on", + "t3", + ".", + "venueid", + "=", + "t2", + ".", + "venueid", + "join", + "writes", + "as", + "t1", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "venuename", + "=", + "value" + ], + "question": "How many authors published at sigcse in 2010 ?", + "question_toks": [ + "How", + "many", + "authors", + "published", + "at", + "sigcse", + "in", + "2010", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2010.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"sigcse\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT title , YEAR FROM paper WHERE title = \"A Switching Architecture For ISDN\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "title", + ",", + "YEAR", + "FROM", + "paper", + "WHERE", + "title", + "=", + "``", + "A", + "Switching", + "Architecture", + "For", + "ISDN", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "title", + ",", + "year", + "from", + "paper", + "where", + "title", + "=", + "value" + ], + "question": "What is the year of publication of \" A Switching Architecture For ISDN \" ?", + "question_toks": [ + "What", + "is", + "the", + "year", + "of", + "publication", + "of", + "``", + "A", + "Switching", + "Architecture", + "For", + "ISDN", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"A Switching Architecture For ISDN\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t1.keyphraseid FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid JOIN venue AS t4 ON t4.venueid = t3.venueid WHERE t4.venuename = \"uist\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t1.keyphraseid", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "JOIN", + "venue", + "AS", + "t4", + "ON", + "t4.venueid", + "=", + "t3.venueid", + "WHERE", + "t4.venuename", + "=", + "``", + "uist", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t1", + ".", + "keyphraseid", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "venue", + "as", + "t4", + "on", + "t4", + ".", + "venueid", + "=", + "t3", + ".", + "venueid", + "where", + "t4", + ".", + "venuename", + "=", + "value" + ], + "question": "what keywords are used by papers at uist", + "question_toks": [ + "what", + "keywords", + "are", + "used", + "by", + "papers", + "at", + "uist" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"uist\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.paperid FROM writes AS t2 JOIN author AS t1 ON t2.authorid = t1.authorid JOIN paper AS t3 ON t2.paperid = t3.paperid WHERE t1.authorname = \"Su-In Lee\" AND t3.year < 2012;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.paperid", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.authorid", + "=", + "t1.authorid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t2.paperid", + "=", + "t3.paperid", + "WHERE", + "t1.authorname", + "=", + "``", + "Su-In", + "Lee", + "''", + "AND", + "t3.year", + "<", + "2012", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "paperid", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "join", + "paper", + "as", + "t3", + "on", + "t2", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "where", + "t1", + ".", + "authorname", + "=", + "value", + "and", + "t3", + ".", + "year", + "<", + "value" + ], + "question": "Give me the papers written by Su-In Lee before 2012 .", + "question_toks": [ + "Give", + "me", + "the", + "papers", + "written", + "by", + "Su-In", + "Lee", + "before", + "2012", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Su-In Lee\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + 2012.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT COUNT ( t3.paperid ) , t3.year FROM paperkeyphrase AS t2 JOIN keyphrase AS t1 ON t2.keyphraseid = t1.keyphraseid JOIN paper AS t3 ON t3.paperid = t2.paperid WHERE t1.keyphrasename = \"semantic parsing\" GROUP BY t3.year ORDER BY t3.year DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "COUNT", + "(", + "t3.paperid", + ")", + ",", + "t3.year", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t1", + "ON", + "t2.keyphraseid", + "=", + "t1.keyphraseid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t3.paperid", + "=", + "t2.paperid", + "WHERE", + "t1.keyphrasename", + "=", + "``", + "semantic", + "parsing", + "''", + "GROUP", + "BY", + "t3.year", + "ORDER", + "BY", + "t3.year", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "count", + "(", + "t3", + ".", + "paperid", + ")", + ",", + "t3", + ".", + "year", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t1", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t1", + ".", + "keyphraseid", + "join", + "paper", + "as", + "t3", + "on", + "t3", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "where", + "t1", + ".", + "keyphrasename", + "=", + "value", + "group", + "by", + "t3", + ".", + "year", + "order", + "by", + "t3", + ".", + "year", + "desc" + ], + "question": "papers in semantic parsing for each year", + "question_toks": [ + "papers", + "in", + "semantic", + "parsing", + "for", + "each", + "year" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 3, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"semantic parsing\"", + null + ] + ], + "groupBy": [ + [ + 0, + 14, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.citingpaperid FROM paper AS t1 JOIN cite AS t2 ON t1.paperid = t2.citedpaperid GROUP BY t2.citingpaperid HAVING COUNT ( DISTINCT t2.citedpaperid ) >= 5;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.citingpaperid", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t2", + "ON", + "t1.paperid", + "=", + "t2.citedpaperid", + "GROUP", + "BY", + "t2.citingpaperid", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t2.citedpaperid", + ")", + ">", + "=", + "5", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "citingpaperid", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t2", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "citedpaperid", + "group", + "by", + "t2", + ".", + "citingpaperid", + "having", + "count", + "(", + "distinct", + "t2", + ".", + "citedpaperid", + ")", + ">", + "=", + "value" + ], + "question": "papers with at least 5 citations", + "question_toks": [ + "papers", + "with", + "at", + "least", + "5", + "citations" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 19, + true + ], + null + ], + 5.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t2.citingpaperid FROM paper AS t1 JOIN cite AS t2 ON t1.paperid = t2.citedpaperid GROUP BY t2.citingpaperid HAVING COUNT ( DISTINCT t2.citedpaperid ) >= 5;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t2.citingpaperid", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t2", + "ON", + "t1.paperid", + "=", + "t2.citedpaperid", + "GROUP", + "BY", + "t2.citingpaperid", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t2.citedpaperid", + ")", + ">", + "=", + "5", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t2", + ".", + "citingpaperid", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t2", + "on", + "t1", + ".", + "paperid", + "=", + "t2", + ".", + "citedpaperid", + "group", + "by", + "t2", + ".", + "citingpaperid", + "having", + "count", + "(", + "distinct", + "t2", + ".", + "citedpaperid", + ")", + ">", + "=", + "value" + ], + "question": "papers cited by at least 5 papers", + "question_toks": [ + "papers", + "cited", + "by", + "at", + "least", + "5", + "papers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 18, + false + ] + ], + "having": [ + [ + false, + 5, + [ + 0, + [ + 3, + 19, + true + ], + null + ], + 5.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.citedpaperid , COUNT ( t3.citingpaperid ) FROM paper AS t1 JOIN cite AS t3 ON t1.paperid = t3.citedpaperid JOIN venue AS t2 ON t2.venueid = t1.venueid WHERE t2.venuename = \"sigcomm\" GROUP BY t3.citedpaperid ORDER BY COUNT ( t3.citingpaperid ) DESC;", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.citedpaperid", + ",", + "COUNT", + "(", + "t3.citingpaperid", + ")", + "FROM", + "paper", + "AS", + "t1", + "JOIN", + "cite", + "AS", + "t3", + "ON", + "t1.paperid", + "=", + "t3.citedpaperid", + "JOIN", + "venue", + "AS", + "t2", + "ON", + "t2.venueid", + "=", + "t1.venueid", + "WHERE", + "t2.venuename", + "=", + "``", + "sigcomm", + "''", + "GROUP", + "BY", + "t3.citedpaperid", + "ORDER", + "BY", + "COUNT", + "(", + "t3.citingpaperid", + ")", + "DESC", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "citedpaperid", + ",", + "count", + "(", + "t3", + ".", + "citingpaperid", + ")", + "from", + "paper", + "as", + "t1", + "join", + "cite", + "as", + "t3", + "on", + "t1", + ".", + "paperid", + "=", + "t3", + ".", + "citedpaperid", + "join", + "venue", + "as", + "t2", + "on", + "t2", + ".", + "venueid", + "=", + "t1", + ".", + "venueid", + "where", + "t2", + ".", + "venuename", + "=", + "value", + "group", + "by", + "t3", + ".", + "citedpaperid", + "order", + "by", + "count", + "(", + "t3", + ".", + "citingpaperid", + ")", + "desc" + ], + "question": "What is the most cited paper at sigcomm ?", + "question_toks": [ + "What", + "is", + "the", + "most", + "cited", + "paper", + "at", + "sigcomm", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + [ + 0, + 19, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 1, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ], + [ + 3, + [ + 0, + [ + 0, + 18, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"sigcomm\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 18, + false + ], + null + ] + ] + ], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "scholar", + "query": "SELECT DISTINCT t3.title FROM paperkeyphrase AS t2 JOIN keyphrase AS t5 ON t2.keyphraseid = t5.keyphraseid JOIN writes AS t4 ON t4.paperid = t2.paperid JOIN paper AS t3 ON t4.paperid = t3.paperid JOIN author AS t1 ON t4.authorid = t1.authorid WHERE t1.authorname LIKE \"Ranjit Jhala\" AND t5.keyphrasename = \"Liquid Haskell\";", + "query_toks": [ + "SELECT", + "DISTINCT", + "t3.title", + "FROM", + "paperkeyphrase", + "AS", + "t2", + "JOIN", + "keyphrase", + "AS", + "t5", + "ON", + "t2.keyphraseid", + "=", + "t5.keyphraseid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.paperid", + "=", + "t2.paperid", + "JOIN", + "paper", + "AS", + "t3", + "ON", + "t4.paperid", + "=", + "t3.paperid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.authorid", + "=", + "t1.authorid", + "WHERE", + "t1.authorname", + "LIKE", + "``", + "Ranjit", + "Jhala", + "''", + "AND", + "t5.keyphrasename", + "=", + "``", + "Liquid", + "Haskell", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "distinct", + "t3", + ".", + "title", + "from", + "paperkeyphrase", + "as", + "t2", + "join", + "keyphrase", + "as", + "t5", + "on", + "t2", + ".", + "keyphraseid", + "=", + "t5", + ".", + "keyphraseid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "paperid", + "=", + "t2", + ".", + "paperid", + "join", + "paper", + "as", + "t3", + "on", + "t4", + ".", + "paperid", + "=", + "t3", + ".", + "paperid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "authorid", + "=", + "t1", + ".", + "authorid", + "where", + "t1", + ".", + "authorname", + "like", + "value", + "and", + "t5", + ".", + "keyphrasename", + "=", + "value" + ], + "question": "What is the name of Ranjit Jhala 's Liquid Haskell paper ?", + "question_toks": [ + "What", + "is", + "the", + "name", + "of", + "Ranjit", + "Jhala", + "'s", + "Liquid", + "Haskell", + "paper", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 8 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + [ + 0, + 3, + false + ], + null + ] + ] + }, + "select": [ + true, + [ + [ + 0, + [ + 0, + [ + 0, + 12, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 9, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Ranjit Jhala\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + "\"Liquid Haskell\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT name FROM business WHERE rating > 4.5;", + "query_toks": [ + "SELECT", + "name", + "FROM", + "business", + "WHERE", + "rating", + ">", + "4.5", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "business", + "where", + "rating", + ">", + "value" + ], + "question": "List all the businesses with more than 4.5 stars", + "question_toks": [ + "List", + "all", + "the", + "businesses", + "with", + "more", + "than", + "4.5", + "stars" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 4.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT name FROM business WHERE rating = 3.5;", + "query_toks": [ + "SELECT", + "name", + "FROM", + "business", + "WHERE", + "rating", + "=", + "3.5", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "business", + "where", + "rating", + "=", + "value" + ], + "question": "List all businesses with rating 3.5", + "question_toks": [ + "List", + "all", + "businesses", + "with", + "rating", + "3.5" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 3.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT user_id FROM USER WHERE name = \"Michelle\";", + "query_toks": [ + "SELECT", + "user_id", + "FROM", + "USER", + "WHERE", + "name", + "=", + "``", + "Michelle", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "user_id", + "from", + "user", + "where", + "name", + "=", + "value" + ], + "question": "List all user ids with name Michelle", + "question_toks": [ + "List", + "all", + "user", + "ids", + "with", + "name", + "Michelle" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Michelle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT state FROM business WHERE name = \"Whataburger\";", + "query_toks": [ + "SELECT", + "state", + "FROM", + "business", + "WHERE", + "name", + "=", + "``", + "Whataburger", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "state", + "from", + "business", + "where", + "name", + "=", + "value" + ], + "question": "Find all states in which there is a Whataburger", + "question_toks": [ + "Find", + "all", + "states", + "in", + "which", + "there", + "is", + "a", + "Whataburger" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Whataburger\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.city FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = \"MGM Grand Buffet\" AND t2.category_name = \"category_category_name0\";", + "query_toks": [ + "SELECT", + "t1.city", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.name", + "=", + "``", + "MGM", + "Grand", + "Buffet", + "''", + "AND", + "t2.category_name", + "=", + "``", + "category_category_name0", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "city", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "Find all cities in which there is a restaurant called \" MGM Grand Buffet \"", + "question_toks": [ + "Find", + "all", + "cities", + "in", + "which", + "there", + "is", + "a", + "restaurant", + "called", + "``", + "MGM", + "Grand", + "Buffet", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"MGM Grand Buffet\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"category_category_name0\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT city FROM business WHERE rating < 1.5;", + "query_toks": [ + "SELECT", + "city", + "FROM", + "business", + "WHERE", + "rating", + "<", + "1.5", + ";" + ], + "query_toks_no_value": [ + "select", + "city", + "from", + "business", + "where", + "rating", + "<", + "value" + ], + "question": "Find the cities of businesses rated below 1.5", + "question_toks": [ + "Find", + "the", + "cities", + "of", + "businesses", + "rated", + "below", + "1.5" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 1.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT city FROM business WHERE name = \"Taj Mahal\";", + "query_toks": [ + "SELECT", + "city", + "FROM", + "business", + "WHERE", + "name", + "=", + "``", + "Taj", + "Mahal", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "city", + "from", + "business", + "where", + "name", + "=", + "value" + ], + "question": "Find all cities which has a \" Taj Mahal \" .", + "question_toks": [ + "Find", + "all", + "cities", + "which", + "has", + "a", + "``", + "Taj", + "Mahal", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Taj Mahal\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT text FROM review WHERE rating < 1;", + "query_toks": [ + "SELECT", + "text", + "FROM", + "review", + "WHERE", + "rating", + "<", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "text", + "from", + "review", + "where", + "rating", + "<", + "value" + ], + "question": "List all the reviews which rated a business less than 1", + "question_toks": [ + "List", + "all", + "the", + "reviews", + "which", + "rated", + "a", + "business", + "less", + "than", + "1" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 28, + false + ], + null + ], + 1.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.rating > 3.5 AND t2.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.rating", + ">", + "3.5", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "rating", + ">", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "List all the restaurant rated more than 3.5", + "question_toks": [ + "List", + "all", + "the", + "restaurant", + "rated", + "more", + "than", + "3.5" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 3.5, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.city FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = \"Taj Mahal\" AND t2.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.city", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.name", + "=", + "``", + "Taj", + "Mahal", + "''", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "city", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "find all cities which has a \" Taj Mahal \" restaurant", + "question_toks": [ + "find", + "all", + "cities", + "which", + "has", + "a", + "``", + "Taj", + "Mahal", + "``", + "restaurant" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Taj Mahal\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.text FROM USER AS t2 JOIN review AS t1 ON t2.user_id = t1.user_id WHERE t2.name = \"Niloofar\";", + "query_toks": [ + "SELECT", + "t1.text", + "FROM", + "USER", + "AS", + "t2", + "JOIN", + "review", + "AS", + "t1", + "ON", + "t2.user_id", + "=", + "t1.user_id", + "WHERE", + "t2.name", + "=", + "``", + "Niloofar", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "text", + "from", + "user", + "as", + "t2", + "join", + "review", + "as", + "t1", + "on", + "t2", + ".", + "user_id", + "=", + "t1", + ".", + "user_id", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "list all the reviews by Niloofar", + "question_toks": [ + "list", + "all", + "the", + "reviews", + "by", + "Niloofar" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Niloofar\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t3.name = \"Niloofar\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "review", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t3", + "ON", + "t3.user_id", + "=", + "t2.user_id", + "WHERE", + "t3.name", + "=", + "``", + "Niloofar", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "review", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t3", + "on", + "t3", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "list all the businesses which have a review by Niloofar", + "question_toks": [ + "list", + "all", + "the", + "businesses", + "which", + "have", + "a", + "review", + "by", + "Niloofar" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Niloofar\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t2.rating = 5 AND t3.name = \"Niloofar\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "review", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t3", + "ON", + "t3.user_id", + "=", + "t2.user_id", + "WHERE", + "t2.rating", + "=", + "5", + "AND", + "t3.name", + "=", + "``", + "Niloofar", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "review", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t3", + "on", + "t3", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t2", + ".", + "rating", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "list all the businesses which Niloofar rated 5", + "question_toks": [ + "list", + "all", + "the", + "businesses", + "which", + "Niloofar", + "rated", + "5" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 28, + false + ], + null + ], + 5.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Niloofar\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t4.text FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id JOIN review AS t4 ON t4.business_id = t1.business_id JOIN USER AS t5 ON t5.user_id = t4.user_id WHERE t2.category_name = \"Italian\" AND t3.category_name = \"category_category_name1\" AND t5.name = \"Michelle\";", + "query_toks": [ + "SELECT", + "t4.text", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "review", + "AS", + "t4", + "ON", + "t4.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t5", + "ON", + "t5.user_id", + "=", + "t4.user_id", + "WHERE", + "t2.category_name", + "=", + "``", + "Italian", + "''", + "AND", + "t3.category_name", + "=", + "``", + "category_category_name1", + "''", + "AND", + "t5.name", + "=", + "``", + "Michelle", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "text", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "review", + "as", + "t4", + "on", + "t4", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t5", + "on", + "t5", + ".", + "user_id", + "=", + "t4", + ".", + "user_id", + "where", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value", + "and", + "t5", + ".", + "name", + "=", + "value" + ], + "question": "List all the reviews by Michelle for Italian restaurant", + "question_toks": [ + "List", + "all", + "the", + "reviews", + "by", + "Michelle", + "for", + "Italian", + "restaurant" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Italian\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"category_category_name1\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Michelle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t3.text ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id WHERE t1.name = \"Cafe Zinho\" AND t1.state = \"Texas\" AND t2.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t3.text", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "review", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.name", + "=", + "``", + "Cafe", + "Zinho", + "''", + "AND", + "t1.state", + "=", + "``", + "Texas", + "''", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "text", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "review", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "state", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "find the number of reviews written for \" Cafe Zinho \" restaurant in Texas", + "question_toks": [ + "find", + "the", + "number", + "of", + "reviews", + "written", + "for", + "``", + "Cafe", + "Zinho", + "``", + "restaurant", + "in", + "Texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Cafe Zinho\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Texas\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.rating = 5 AND t2.category_name = \"Italian\" AND t3.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.rating", + "=", + "5", + "AND", + "t2.category_name", + "=", + "``", + "Italian", + "''", + "AND", + "t3.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "rating", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value" + ], + "question": "List all 5 star Italian restaurant", + "question_toks": [ + "List", + "all", + "5", + "star", + "Italian", + "restaurant" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 5.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Italian\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.neighbourhood_name FROM category AS t3 JOIN business AS t2 ON t3.business_id = t2.business_id JOIN category AS t4 ON t4.business_id = t2.business_id JOIN neighbourhood AS t1 ON t1.business_id = t2.business_id WHERE t2.city = \"Madison\" AND t3.category_name = \"Italian\" AND t4.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.neighbourhood_name", + "FROM", + "category", + "AS", + "t3", + "JOIN", + "business", + "AS", + "t2", + "ON", + "t3.business_id", + "=", + "t2.business_id", + "JOIN", + "category", + "AS", + "t4", + "ON", + "t4.business_id", + "=", + "t2.business_id", + "JOIN", + "neighbourhood", + "AS", + "t1", + "ON", + "t1.business_id", + "=", + "t2.business_id", + "WHERE", + "t2.city", + "=", + "``", + "Madison", + "''", + "AND", + "t3.category_name", + "=", + "``", + "Italian", + "''", + "AND", + "t4.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "neighbourhood_name", + "from", + "category", + "as", + "t3", + "join", + "business", + "as", + "t2", + "on", + "t3", + ".", + "business_id", + "=", + "t2", + ".", + "business_id", + "join", + "category", + "as", + "t4", + "on", + "t4", + ".", + "business_id", + "=", + "t2", + ".", + "business_id", + "join", + "neighbourhood", + "as", + "t1", + "on", + "t1", + ".", + "business_id", + "=", + "t2", + ".", + "business_id", + "where", + "t2", + ".", + "city", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value", + "and", + "t4", + ".", + "category_name", + "=", + "value" + ], + "question": "List all the neighbourhoods with Italian restaurant in Madison", + "question_toks": [ + "List", + "all", + "the", + "neighbourhoods", + "with", + "Italian", + "restaurant", + "in", + "Madison" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Madison\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Italian\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.neighbourhood_name FROM category AS t3 JOIN business AS t2 ON t3.business_id = t2.business_id JOIN category AS t4 ON t4.business_id = t2.business_id JOIN neighbourhood AS t1 ON t1.business_id = t2.business_id WHERE t2.city = \"Madison\" AND t2.rating < 2.5 AND t3.category_name = \"Italian\" AND t4.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.neighbourhood_name", + "FROM", + "category", + "AS", + "t3", + "JOIN", + "business", + "AS", + "t2", + "ON", + "t3.business_id", + "=", + "t2.business_id", + "JOIN", + "category", + "AS", + "t4", + "ON", + "t4.business_id", + "=", + "t2.business_id", + "JOIN", + "neighbourhood", + "AS", + "t1", + "ON", + "t1.business_id", + "=", + "t2.business_id", + "WHERE", + "t2.city", + "=", + "``", + "Madison", + "''", + "AND", + "t2.rating", + "<", + "2.5", + "AND", + "t3.category_name", + "=", + "``", + "Italian", + "''", + "AND", + "t4.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "neighbourhood_name", + "from", + "category", + "as", + "t3", + "join", + "business", + "as", + "t2", + "on", + "t3", + ".", + "business_id", + "=", + "t2", + ".", + "business_id", + "join", + "category", + "as", + "t4", + "on", + "t4", + ".", + "business_id", + "=", + "t2", + ".", + "business_id", + "join", + "neighbourhood", + "as", + "t1", + "on", + "t1", + ".", + "business_id", + "=", + "t2", + ".", + "business_id", + "where", + "t2", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "rating", + "<", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value", + "and", + "t4", + ".", + "category_name", + "=", + "value" + ], + "question": "List all the neighbourhoods with Italian restaurant rated less than 2.5 in Madison", + "question_toks": [ + "List", + "all", + "the", + "neighbourhoods", + "with", + "Italian", + "restaurant", + "rated", + "less", + "than", + "2.5", + "in", + "Madison" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Madison\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2.5, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Italian\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.state = \"Pennsylvania\" AND t2.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.state", + "=", + "``", + "Pennsylvania", + "''", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "state", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "find all the restaurant in Pennsylvania", + "question_toks": [ + "find", + "all", + "the", + "restaurant", + "in", + "Pennsylvania" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Pennsylvania\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.state = \"Pennsylvania\" AND t2.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.state", + "=", + "``", + "Pennsylvania", + "''", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "state", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "List all businesses that are restaurant in Pennsylvania .", + "question_toks": [ + "List", + "all", + "businesses", + "that", + "are", + "restaurant", + "in", + "Pennsylvania", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Pennsylvania\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t3.text FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id WHERE t1.review_count > 100 AND t2.category_name = \"Pet Groomers\";", + "query_toks": [ + "SELECT", + "t3.text", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "review", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.review_count", + ">", + "100", + "AND", + "t2.category_name", + "=", + "``", + "Pet", + "Groomers", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "text", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "review", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "review_count", + ">", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "Find all the reviews for all Pet Groomers with more than 100 reviews", + "question_toks": [ + "Find", + "all", + "the", + "reviews", + "for", + "all", + "Pet", + "Groomers", + "with", + "more", + "than", + "100", + "reviews" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 100.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Pet Groomers\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = \"Los Angeles\" AND t2.category_name = \"breweries\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Los", + "Angeles", + "''", + "AND", + "t2.category_name", + "=", + "``", + "breweries", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "What are all the breweries in \" Los Angeles \" ?", + "question_toks": [ + "What", + "are", + "all", + "the", + "breweries", + "in", + "``", + "Los", + "Angeles", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Los Angeles\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"breweries\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = \"Los Angeles\" AND t2.category_name = \"breweries\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Los", + "Angeles", + "''", + "AND", + "t2.category_name", + "=", + "``", + "breweries", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "Find all breweries in Los Angeles", + "question_toks": [ + "Find", + "all", + "breweries", + "in", + "Los", + "Angeles" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Los Angeles\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"breweries\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = \"Los Angeles\" AND t2.category_name = \"breweries\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Los", + "Angeles", + "''", + "AND", + "t2.category_name", + "=", + "``", + "breweries", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "Find all breweries in \" Los Angeles \"", + "question_toks": [ + "Find", + "all", + "breweries", + "in", + "``", + "Los", + "Angeles", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Los Angeles\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"breweries\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t4.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t1.name = \"Mesa Grill\" AND t2.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t4.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "review", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t4", + "ON", + "t4.user_id", + "=", + "t3.user_id", + "WHERE", + "t1.name", + "=", + "``", + "Mesa", + "Grill", + "''", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "review", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t4", + "on", + "t4", + ".", + "user_id", + "=", + "t3", + ".", + "user_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "Find all users who reviewed restaurant \" Mesa Grill \"", + "question_toks": [ + "Find", + "all", + "users", + "who", + "reviewed", + "restaurant", + "``", + "Mesa", + "Grill", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Mesa Grill\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT full_address FROM business WHERE city = \"Los Angeles\" AND name = \"Walmart\";", + "query_toks": [ + "SELECT", + "full_address", + "FROM", + "business", + "WHERE", + "city", + "=", + "``", + "Los", + "Angeles", + "''", + "AND", + "name", + "=", + "``", + "Walmart", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "full_address", + "from", + "business", + "where", + "city", + "=", + "value", + "and", + "name", + "=", + "value" + ], + "question": "List the addresses of all Walmart in \" Los Angeles \"", + "question_toks": [ + "List", + "the", + "addresses", + "of", + "all", + "Walmart", + "in", + "``", + "Los", + "Angeles", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Los Angeles\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Walmart\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t1.city = \"Dallas\" AND t2.category_name = \"restaurant\" AND t4.name = \"Patrick\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "review", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t4", + "ON", + "t4.user_id", + "=", + "t3.user_id", + "WHERE", + "t1.city", + "=", + "``", + "Dallas", + "''", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + "AND", + "t4.name", + "=", + "``", + "Patrick", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "review", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t4", + "on", + "t4", + ".", + "user_id", + "=", + "t3", + ".", + "user_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t4", + ".", + "name", + "=", + "value" + ], + "question": "Find all restaurant reviewed by Patrick in \" Dallas \"", + "question_toks": [ + "Find", + "all", + "restaurant", + "reviewed", + "by", + "Patrick", + "in", + "``", + "Dallas", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Dallas\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Patrick\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t1.city = \"Dallas\" AND t2.category_name = \"restaurant\" AND t4.name = \"Patrick\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "review", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t4", + "ON", + "t4.user_id", + "=", + "t3.user_id", + "WHERE", + "t1.city", + "=", + "``", + "Dallas", + "''", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + "AND", + "t4.name", + "=", + "``", + "Patrick", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "review", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t4", + "on", + "t4", + ".", + "user_id", + "=", + "t3", + ".", + "user_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t4", + ".", + "name", + "=", + "value" + ], + "question": "Which restaurant in Dallas were reviewed by user Patrick ?", + "question_toks": [ + "Which", + "restaurant", + "in", + "Dallas", + "were", + "reviewed", + "by", + "user", + "Patrick", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Dallas\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Patrick\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t2.category_name = \"Bars\" AND t4.name = \"Patrick\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "review", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t4", + "ON", + "t4.user_id", + "=", + "t3.user_id", + "WHERE", + "t2.category_name", + "=", + "``", + "Bars", + "''", + "AND", + "t4.name", + "=", + "``", + "Patrick", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "review", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t4", + "on", + "t4", + ".", + "user_id", + "=", + "t3", + ".", + "user_id", + "where", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t4", + ".", + "name", + "=", + "value" + ], + "question": "Find all Bars reviewed by Patrick", + "question_toks": [ + "Find", + "all", + "Bars", + "reviewed", + "by", + "Patrick" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Bars\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Patrick\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t1.rating >= 3 AND t2.category_name = \"Bars\" AND t4.name = \"Patrick\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "review", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t4", + "ON", + "t4.user_id", + "=", + "t3.user_id", + "WHERE", + "t1.rating", + ">", + "=", + "3", + "AND", + "t2.category_name", + "=", + "``", + "Bars", + "''", + "AND", + "t4.name", + "=", + "``", + "Patrick", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "review", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t4", + "on", + "t4", + ".", + "user_id", + "=", + "t3", + ".", + "user_id", + "where", + "t1", + ".", + "rating", + ">", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t4", + ".", + "name", + "=", + "value" + ], + "question": "Find all Bars reviewed by Patrick with at least 3 stars", + "question_toks": [ + "Find", + "all", + "Bars", + "reviewed", + "by", + "Patrick", + "with", + "at", + "least", + "3", + "stars" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 5, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 3.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Bars\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Patrick\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t3.name FROM tip AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t1.name = \"Barrio Cafe\" AND t2.year = 2015;", + "query_toks": [ + "SELECT", + "t3.name", + "FROM", + "tip", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t3", + "ON", + "t3.user_id", + "=", + "t2.user_id", + "WHERE", + "t1.name", + "=", + "``", + "Barrio", + "Cafe", + "''", + "AND", + "t2.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "tip", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t3", + "on", + "t3", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value" + ], + "question": "Find all users who have written tips for \" Barrio Cafe \" in 2015", + "question_toks": [ + "Find", + "all", + "users", + "who", + "have", + "written", + "tips", + "for", + "``", + "Barrio", + "Cafe", + "``", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Barrio Cafe\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 37, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT name FROM business WHERE rating < 2 AND state = \"Texas\";", + "query_toks": [ + "SELECT", + "name", + "FROM", + "business", + "WHERE", + "rating", + "<", + "2", + "AND", + "state", + "=", + "``", + "Texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "business", + "where", + "rating", + "<", + "value", + "and", + "state", + "=", + "value" + ], + "question": "Find all businesses in Texas with a rating below 2", + "question_toks": [ + "Find", + "all", + "businesses", + "in", + "Texas", + "with", + "a", + "rating", + "below", + "2" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 4, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.city = \"Los Angeles\" AND t2.category_name = \"Seafood\" AND t3.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Los", + "Angeles", + "''", + "AND", + "t2.category_name", + "=", + "``", + "Seafood", + "''", + "AND", + "t3.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value" + ], + "question": "Find all restaurant Seafood in Los Angeles", + "question_toks": [ + "Find", + "all", + "restaurant", + "Seafood", + "in", + "Los", + "Angeles" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Los Angeles\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Seafood\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.city = \"Los Angeles\" AND t2.category_name = \"Seafood\" AND t3.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Los", + "Angeles", + "''", + "AND", + "t2.category_name", + "=", + "``", + "Seafood", + "''", + "AND", + "t3.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value" + ], + "question": "List all the Seafood restaurant in \" Los Angeles \"", + "question_toks": [ + "List", + "all", + "the", + "Seafood", + "restaurant", + "in", + "``", + "Los", + "Angeles", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Los Angeles\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Seafood\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.city = \"Los Angeles\" AND t2.category_name = \"Seafood\" AND t3.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Los", + "Angeles", + "''", + "AND", + "t2.category_name", + "=", + "``", + "Seafood", + "''", + "AND", + "t3.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value" + ], + "question": "Find all restaurant that serve Seafood in \" Los Angeles \"", + "question_toks": [ + "Find", + "all", + "restaurant", + "that", + "serve", + "Seafood", + "in", + "``", + "Los", + "Angeles", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Los Angeles\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Seafood\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.text FROM USER AS t2 JOIN review AS t1 ON t2.user_id = t1.user_id WHERE t1.rating > 4 AND t2.name = \"Patrick\";", + "query_toks": [ + "SELECT", + "t1.text", + "FROM", + "USER", + "AS", + "t2", + "JOIN", + "review", + "AS", + "t1", + "ON", + "t2.user_id", + "=", + "t1.user_id", + "WHERE", + "t1.rating", + ">", + "4", + "AND", + "t2.name", + "=", + "``", + "Patrick", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "text", + "from", + "user", + "as", + "t2", + "join", + "review", + "as", + "t1", + "on", + "t2", + ".", + "user_id", + "=", + "t1", + ".", + "user_id", + "where", + "t1", + ".", + "rating", + ">", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Find all reviews by Patrick with a rating above 4", + "question_toks": [ + "Find", + "all", + "reviews", + "by", + "Patrick", + "with", + "a", + "rating", + "above", + "4" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 28, + false + ], + null + ], + 4.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Patrick\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT business_id FROM business WHERE city = \"Los Angeles\" AND name = \"Apple Store\";", + "query_toks": [ + "SELECT", + "business_id", + "FROM", + "business", + "WHERE", + "city", + "=", + "``", + "Los", + "Angeles", + "''", + "AND", + "name", + "=", + "``", + "Apple", + "Store", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "business_id", + "from", + "business", + "where", + "city", + "=", + "value", + "and", + "name", + "=", + "value" + ], + "question": "Find all Apple Store in \" Los Angeles \"", + "question_toks": [ + "Find", + "all", + "Apple", + "Store", + "in", + "``", + "Los", + "Angeles", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Los Angeles\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Apple Store\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = \"Dallas\" AND t1.rating > 4.5 AND t2.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Dallas", + "''", + "AND", + "t1.rating", + ">", + "4.5", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "Find all Dallas restaurant with a rating above 4.5", + "question_toks": [ + "Find", + "all", + "Dallas", + "restaurant", + "with", + "a", + "rating", + "above", + "4.5" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Dallas\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 4.5, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.neighbourhood_name FROM category AS t3 JOIN business AS t2 ON t3.business_id = t2.business_id JOIN neighbourhood AS t1 ON t1.business_id = t2.business_id WHERE t2.name = \"Flat Top Grill\" AND t3.category_name = \"category_category_name0\";", + "query_toks": [ + "SELECT", + "t1.neighbourhood_name", + "FROM", + "category", + "AS", + "t3", + "JOIN", + "business", + "AS", + "t2", + "ON", + "t3.business_id", + "=", + "t2.business_id", + "JOIN", + "neighbourhood", + "AS", + "t1", + "ON", + "t1.business_id", + "=", + "t2.business_id", + "WHERE", + "t2.name", + "=", + "``", + "Flat", + "Top", + "Grill", + "''", + "AND", + "t3.category_name", + "=", + "``", + "category_category_name0", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "neighbourhood_name", + "from", + "category", + "as", + "t3", + "join", + "business", + "as", + "t2", + "on", + "t3", + ".", + "business_id", + "=", + "t2", + ".", + "business_id", + "join", + "neighbourhood", + "as", + "t1", + "on", + "t1", + ".", + "business_id", + "=", + "t2", + ".", + "business_id", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value" + ], + "question": "What neighbourhood is restaurant \" Flat Top Grill \" in ?", + "question_toks": [ + "What", + "neighbourhood", + "is", + "restaurant", + "``", + "Flat", + "Top", + "Grill", + "``", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Flat Top Grill\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"category_category_name0\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t2.text FROM tip AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = \"Vintner Grill\" AND t2.likes > 9;", + "query_toks": [ + "SELECT", + "t2.text", + "FROM", + "tip", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.name", + "=", + "``", + "Vintner", + "Grill", + "''", + "AND", + "t2.likes", + ">", + "9", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "text", + "from", + "tip", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "likes", + ">", + "value" + ], + "question": "Find all tips about \" Vintner Grill \" that received more than 9 likes", + "question_toks": [ + "Find", + "all", + "tips", + "about", + "``", + "Vintner", + "Grill", + "``", + "that", + "received", + "more", + "than", + "9", + "likes" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Vintner Grill\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + 9.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t2.text FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = \"Kabob Palace\" AND t2.year = 2014;", + "query_toks": [ + "SELECT", + "t2.text", + "FROM", + "review", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.name", + "=", + "``", + "Kabob", + "Palace", + "''", + "AND", + "t2.year", + "=", + "2014", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "text", + "from", + "review", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value" + ], + "question": "Find all reviews about \" Kabob Palace \" in year 2014", + "question_toks": [ + "Find", + "all", + "reviews", + "about", + "``", + "Kabob", + "Palace", + "``", + "in", + "year", + "2014" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Kabob Palace\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t3.name FROM tip AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t1.city = \"Dallas\";", + "query_toks": [ + "SELECT", + "t3.name", + "FROM", + "tip", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t3", + "ON", + "t3.user_id", + "=", + "t2.user_id", + "WHERE", + "t1.city", + "=", + "``", + "Dallas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "tip", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t3", + "on", + "t3", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t1", + ".", + "city", + "=", + "value" + ], + "question": "Find all users who have written tips about businesses in Dallas", + "question_toks": [ + "Find", + "all", + "users", + "who", + "have", + "written", + "tips", + "about", + "businesses", + "in", + "Dallas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Dallas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.city FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = \"MGM Grand Buffet\" AND t1.state = \"Texas\" AND t2.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.city", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.name", + "=", + "``", + "MGM", + "Grand", + "Buffet", + "''", + "AND", + "t1.state", + "=", + "``", + "Texas", + "''", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "city", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "state", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "Find all cities in Texas in which there is a restaurant called \" MGM Grand Buffet \"", + "question_toks": [ + "Find", + "all", + "cities", + "in", + "Texas", + "in", + "which", + "there", + "is", + "a", + "restaurant", + "called", + "``", + "MGM", + "Grand", + "Buffet", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"MGM Grand Buffet\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Texas\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t4.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN tip AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t2.category_name = \"Pet Groomers\";", + "query_toks": [ + "SELECT", + "t4.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "tip", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t4", + "ON", + "t4.user_id", + "=", + "t3.user_id", + "WHERE", + "t2.category_name", + "=", + "``", + "Pet", + "Groomers", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "tip", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t4", + "on", + "t4", + ".", + "user_id", + "=", + "t3", + ".", + "user_id", + "where", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "Find the users who have given tips on Pet Groomers", + "question_toks": [ + "Find", + "the", + "users", + "who", + "have", + "given", + "tips", + "on", + "Pet", + "Groomers" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Pet Groomers\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t2.text FROM tip AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = \"Cafe Zinho\" AND t1.state = \"Texas\";", + "query_toks": [ + "SELECT", + "t2.text", + "FROM", + "tip", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.name", + "=", + "``", + "Cafe", + "Zinho", + "''", + "AND", + "t1.state", + "=", + "``", + "Texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "text", + "from", + "tip", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "state", + "=", + "value" + ], + "question": "Find all tips for \" Cafe Zinho \" in Texas .", + "question_toks": [ + "Find", + "all", + "tips", + "for", + "``", + "Cafe", + "Zinho", + "``", + "in", + "Texas", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Cafe Zinho\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t4.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t2.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t4.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "review", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t4", + "ON", + "t4.user_id", + "=", + "t3.user_id", + "WHERE", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "review", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t4", + "on", + "t4", + ".", + "user_id", + "=", + "t3", + ".", + "user_id", + "where", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "List all users who reviewed businesses that are restaurant .", + "question_toks": [ + "List", + "all", + "users", + "who", + "reviewed", + "businesses", + "that", + "are", + "restaurant", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t2.text FROM tip AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = \"Cafe Zinho\" AND t1.state = \"Pennsylvania\" AND t2.year = 2010;", + "query_toks": [ + "SELECT", + "t2.text", + "FROM", + "tip", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.name", + "=", + "``", + "Cafe", + "Zinho", + "''", + "AND", + "t1.state", + "=", + "``", + "Pennsylvania", + "''", + "AND", + "t2.year", + "=", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "text", + "from", + "tip", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "state", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value" + ], + "question": "List all tips for \" Cafe Zinho \" in Pennsylvania in 2010 .", + "question_toks": [ + "List", + "all", + "tips", + "for", + "``", + "Cafe", + "Zinho", + "``", + "in", + "Pennsylvania", + "in", + "2010", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Cafe Zinho\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Pennsylvania\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 37, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t4.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t2.category_name = \"restaurant\" AND t3.year = 2010;", + "query_toks": [ + "SELECT", + "t4.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "review", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t4", + "ON", + "t4.user_id", + "=", + "t3.user_id", + "WHERE", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + "AND", + "t3.year", + "=", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "review", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t4", + "on", + "t4", + ".", + "user_id", + "=", + "t3", + ".", + "user_id", + "where", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "List all users who reviewed businesses that are restaurant in 2010 .", + "question_toks": [ + "List", + "all", + "users", + "who", + "reviewed", + "businesses", + "that", + "are", + "restaurant", + "in", + "2010", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t2.text FROM USER AS t3 JOIN review AS t1 ON t3.user_id = t1.user_id JOIN tip AS t2 ON t3.user_id = t2.user_id WHERE t1.year = 2012;", + "query_toks": [ + "SELECT", + "t2.text", + "FROM", + "USER", + "AS", + "t3", + "JOIN", + "review", + "AS", + "t1", + "ON", + "t3.user_id", + "=", + "t1.user_id", + "JOIN", + "tip", + "AS", + "t2", + "ON", + "t3.user_id", + "=", + "t2.user_id", + "WHERE", + "t1.year", + "=", + "2012", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "text", + "from", + "user", + "as", + "t3", + "join", + "review", + "as", + "t1", + "on", + "t3", + ".", + "user_id", + "=", + "t1", + ".", + "user_id", + "join", + "tip", + "as", + "t2", + "on", + "t3", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t1", + ".", + "year", + "=", + "value" + ], + "question": "Find all the tips from a user who has written a review in 2012", + "question_toks": [ + "Find", + "all", + "the", + "tips", + "from", + "a", + "user", + "who", + "has", + "written", + "a", + "review", + "in", + "2012" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2012.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t2.text FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.rating = 2.5;", + "query_toks": [ + "SELECT", + "t2.text", + "FROM", + "review", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.rating", + "=", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "text", + "from", + "review", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "rating", + "=", + "value" + ], + "question": "Find all reviews for businesses rated 2.5", + "question_toks": [ + "Find", + "all", + "reviews", + "for", + "businesses", + "rated", + "2.5" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = \"Madison\" AND t2.category_name = \"escape games\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Madison", + "''", + "AND", + "t2.category_name", + "=", + "``", + "escape", + "games", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "find the number of escape games in Madison", + "question_toks": [ + "find", + "the", + "number", + "of", + "escape", + "games", + "in", + "Madison" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Madison\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"escape games\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = \"Madison\" AND t2.category_name = \"escape games\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Madison", + "''", + "AND", + "t2.category_name", + "=", + "``", + "escape", + "games", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "What is the number of escape games in Madison", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "escape", + "games", + "in", + "Madison" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Madison\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"escape games\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = \"Madison\" AND t2.category_name = \"escape games\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Madison", + "''", + "AND", + "t2.category_name", + "=", + "``", + "escape", + "games", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "How many escape games exist in Madison", + "question_toks": [ + "How", + "many", + "escape", + "games", + "exist", + "in", + "Madison" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Madison\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"escape games\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = \"Madison\" AND t2.category_name = \"escape games\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Madison", + "''", + "AND", + "t2.category_name", + "=", + "``", + "escape", + "games", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "What is the number of escape games in \" Madison \" ?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "escape", + "games", + "in", + "``", + "Madison", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Madison\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"escape games\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = \"Madison\" AND t2.category_name = \"escape games\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Madison", + "''", + "AND", + "t2.category_name", + "=", + "``", + "escape", + "games", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "How many escape games are there in Madison ?", + "question_toks": [ + "How", + "many", + "escape", + "games", + "are", + "there", + "in", + "Madison", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Madison\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"escape games\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.rating > 3.5 AND t2.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.rating", + ">", + "3.5", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "rating", + ">", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "find the number of restaurant rated more than 3.5", + "question_toks": [ + "find", + "the", + "number", + "of", + "restaurant", + "rated", + "more", + "than", + "3.5" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 3.5, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT SUM ( t4.count ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id JOIN checkin AS t4 ON t4.business_id = t1.business_id WHERE t1.city = \"Los Angeles\" AND t2.category_name = \"restaurant\" AND t3.category_name = \"Moroccan\";", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t4.count", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "checkin", + "AS", + "t4", + "ON", + "t4.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Los", + "Angeles", + "''", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + "AND", + "t3.category_name", + "=", + "``", + "Moroccan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t4", + ".", + "count", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "checkin", + "as", + "t4", + "on", + "t4", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value" + ], + "question": "find the total checkins in Moroccan restaurant in \" Los Angeles \"", + "question_toks": [ + "find", + "the", + "total", + "checkins", + "in", + "Moroccan", + "restaurant", + "in", + "``", + "Los", + "Angeles", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Los Angeles\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Moroccan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT SUM ( t4.count ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id JOIN checkin AS t4 ON t4.business_id = t1.business_id WHERE t1.city = \"Los Angeles\" AND t2.category_name = \"Moroccan\" AND t3.category_name = \"restaurant\" AND t4.day = \"Friday\";", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t4.count", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "checkin", + "AS", + "t4", + "ON", + "t4.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Los", + "Angeles", + "''", + "AND", + "t2.category_name", + "=", + "``", + "Moroccan", + "''", + "AND", + "t3.category_name", + "=", + "``", + "restaurant", + "''", + "AND", + "t4.day", + "=", + "``", + "Friday", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t4", + ".", + "count", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "checkin", + "as", + "t4", + "on", + "t4", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value", + "and", + "t4", + ".", + "day", + "=", + "value" + ], + "question": "find the total checkins in Moroccan restaurant in \" Los Angeles \" on Friday", + "question_toks": [ + "find", + "the", + "total", + "checkins", + "in", + "Moroccan", + "restaurant", + "in", + "``", + "Los", + "Angeles", + "``", + "on", + "Friday" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Los Angeles\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Moroccan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Friday\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t4.day , SUM ( t4.count ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id JOIN checkin AS t4 ON t4.business_id = t1.business_id WHERE t1.city = \"Los Angeles\" AND t2.category_name = \"Moroccan\" AND t3.category_name = \"restaurant\" GROUP BY t4.day;", + "query_toks": [ + "SELECT", + "t4.day", + ",", + "SUM", + "(", + "t4.count", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "checkin", + "AS", + "t4", + "ON", + "t4.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Los", + "Angeles", + "''", + "AND", + "t2.category_name", + "=", + "``", + "Moroccan", + "''", + "AND", + "t3.category_name", + "=", + "``", + "restaurant", + "''", + "GROUP", + "BY", + "t4.day", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "day", + ",", + "sum", + "(", + "t4", + ".", + "count", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "checkin", + "as", + "t4", + "on", + "t4", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value", + "group", + "by", + "t4", + ".", + "day" + ], + "question": "find the total checkins in Moroccan restaurant in \" Los Angeles \" per day", + "question_toks": [ + "find", + "the", + "total", + "checkins", + "in", + "Moroccan", + "restaurant", + "in", + "``", + "Los", + "Angeles", + "``", + "per", + "day" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Los Angeles\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Moroccan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.state , SUM ( t4.count ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id JOIN checkin AS t4 ON t4.business_id = t1.business_id WHERE t2.category_name = \"Italian\" AND t3.category_name = \"Delis\" AND t4.day = \"Sunday\" GROUP BY t1.state;", + "query_toks": [ + "SELECT", + "t1.state", + ",", + "SUM", + "(", + "t4.count", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "checkin", + "AS", + "t4", + "ON", + "t4.business_id", + "=", + "t1.business_id", + "WHERE", + "t2.category_name", + "=", + "``", + "Italian", + "''", + "AND", + "t3.category_name", + "=", + "``", + "Delis", + "''", + "AND", + "t4.day", + "=", + "``", + "Sunday", + "''", + "GROUP", + "BY", + "t1.state", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "state", + ",", + "sum", + "(", + "t4", + ".", + "count", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "checkin", + "as", + "t4", + "on", + "t4", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value", + "and", + "t4", + ".", + "day", + "=", + "value", + "group", + "by", + "t1", + ".", + "state" + ], + "question": "find the total checkins in Italian Delis in each state on Sunday", + "question_toks": [ + "find", + "the", + "total", + "checkins", + "in", + "Italian", + "Delis", + "in", + "each", + "state", + "on", + "Sunday" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 11, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Italian\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Delis\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Sunday\"", + null + ] + ], + "groupBy": [ + [ + 0, + 11, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.text ) FROM USER AS t2 JOIN review AS t1 ON t2.user_id = t1.user_id WHERE t1.year = 2015 AND t2.name = \"Niloofar\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.text", + ")", + "FROM", + "USER", + "AS", + "t2", + "JOIN", + "review", + "AS", + "t1", + "ON", + "t2.user_id", + "=", + "t1.user_id", + "WHERE", + "t1.year", + "=", + "2015", + "AND", + "t2.name", + "=", + "``", + "Niloofar", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "text", + ")", + "from", + "user", + "as", + "t2", + "join", + "review", + "as", + "t1", + "on", + "t2", + ".", + "user_id", + "=", + "t1", + ".", + "user_id", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "How many reviews has Niloofar written in 2015", + "question_toks": [ + "How", + "many", + "reviews", + "has", + "Niloofar", + "written", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Niloofar\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT AVG ( t1.rating ) FROM USER AS t2 JOIN review AS t1 ON t2.user_id = t1.user_id WHERE t2.name = \"Michelle\";", + "query_toks": [ + "SELECT", + "AVG", + "(", + "t1.rating", + ")", + "FROM", + "USER", + "AS", + "t2", + "JOIN", + "review", + "AS", + "t1", + "ON", + "t2.user_id", + "=", + "t1.user_id", + "WHERE", + "t2.name", + "=", + "``", + "Michelle", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t1", + ".", + "rating", + ")", + "from", + "user", + "as", + "t2", + "join", + "review", + "as", + "t1", + "on", + "t2", + ".", + "user_id", + "=", + "t1", + ".", + "user_id", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "what is the average rating given in Michelle reviews", + "question_toks": [ + "what", + "is", + "the", + "average", + "rating", + "given", + "in", + "Michelle", + "reviews" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Michelle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t2.count FROM checkin AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = \"Cafe Zinho\" AND t2.day = \"Friday\";", + "query_toks": [ + "SELECT", + "t2.count", + "FROM", + "checkin", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.name", + "=", + "``", + "Cafe", + "Zinho", + "''", + "AND", + "t2.day", + "=", + "``", + "Friday", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "count", + "from", + "checkin", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "day", + "=", + "value" + ], + "question": "What is the number of checkins for \" Cafe Zinho \" on Friday", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "checkins", + "for", + "``", + "Cafe", + "Zinho", + "``", + "on", + "Friday" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Cafe Zinho\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 21, + false + ], + null + ], + "\"Friday\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t3.name ) FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t1.city = \"Pittsburgh\" AND t1.name = \"Sushi Too\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t3.name", + ")", + "FROM", + "review", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t3", + "ON", + "t3.user_id", + "=", + "t2.user_id", + "WHERE", + "t1.city", + "=", + "``", + "Pittsburgh", + "''", + "AND", + "t1.name", + "=", + "``", + "Sushi", + "Too", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "name", + ")", + "from", + "review", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t3", + "on", + "t3", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "how many users reviewed \" Sushi Too \" in Pittsburgh", + "question_toks": [ + "how", + "many", + "users", + "reviewed", + "``", + "Sushi", + "Too", + "``", + "in", + "Pittsburgh" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 17, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Pittsburgh\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Sushi Too\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = \"Pittsburgh\" AND t1.rating = 4.5 AND t2.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Pittsburgh", + "''", + "AND", + "t1.rating", + "=", + "4.5", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "What is the number of restaurant in Pittsburgh rated 4.5", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "restaurant", + "in", + "Pittsburgh", + "rated", + "4.5" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Pittsburgh\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 4.5, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT text ) FROM tip WHERE YEAR = 2015;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "text", + ")", + "FROM", + "tip", + "WHERE", + "YEAR", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "text", + ")", + "from", + "tip", + "where", + "year", + "=", + "value" + ], + "question": "How many tips have been written in 2015", + "question_toks": [ + "How", + "many", + "tips", + "have", + "been", + "written", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 34, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 37, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT SUM ( t1.likes ) FROM USER AS t2 JOIN tip AS t1 ON t2.user_id = t1.user_id WHERE t2.name = \"Niloofar\";", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t1.likes", + ")", + "FROM", + "USER", + "AS", + "t2", + "JOIN", + "tip", + "AS", + "t1", + "ON", + "t2.user_id", + "=", + "t1.user_id", + "WHERE", + "t2.name", + "=", + "``", + "Niloofar", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t1", + ".", + "likes", + ")", + "from", + "user", + "as", + "t2", + "join", + "tip", + "as", + "t1", + "on", + "t2", + ".", + "user_id", + "=", + "t1", + ".", + "user_id", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "What is the total likes on tips from Niloofar", + "question_toks": [ + "What", + "is", + "the", + "total", + "likes", + "on", + "tips", + "from", + "Niloofar" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Niloofar\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT SUM ( t2.likes ) FROM tip AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.name = \"Cafe Zinho\";", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t2.likes", + ")", + "FROM", + "tip", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.name", + "=", + "``", + "Cafe", + "Zinho", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t2", + ".", + "likes", + ")", + "from", + "tip", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "What is the total likes on tips about \" Cafe Zinho \"", + "question_toks": [ + "What", + "is", + "the", + "total", + "likes", + "on", + "tips", + "about", + "``", + "Cafe", + "Zinho", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Cafe Zinho\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT SUM ( t2.likes ) FROM tip AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t1.name = \"Cafe Zinho\" AND t3.name = \"Niloofar\";", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t2.likes", + ")", + "FROM", + "tip", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t3", + "ON", + "t3.user_id", + "=", + "t2.user_id", + "WHERE", + "t1.name", + "=", + "``", + "Cafe", + "Zinho", + "''", + "AND", + "t3.name", + "=", + "``", + "Niloofar", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t2", + ".", + "likes", + ")", + "from", + "tip", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t3", + "on", + "t3", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What is the total likes on tips from Niloofar about \" Cafe Zinho \"", + "question_toks": [ + "What", + "is", + "the", + "total", + "likes", + "on", + "tips", + "from", + "Niloofar", + "about", + "``", + "Cafe", + "Zinho", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 36, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Cafe Zinho\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Niloofar\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.text ) FROM USER AS t2 JOIN tip AS t1 ON t2.user_id = t1.user_id WHERE t1.year = 2010 AND t2.name = \"Michelle\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.text", + ")", + "FROM", + "USER", + "AS", + "t2", + "JOIN", + "tip", + "AS", + "t1", + "ON", + "t2.user_id", + "=", + "t1.user_id", + "WHERE", + "t1.year", + "=", + "2010", + "AND", + "t2.name", + "=", + "``", + "Michelle", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "text", + ")", + "from", + "user", + "as", + "t2", + "join", + "tip", + "as", + "t1", + "on", + "t2", + ".", + "user_id", + "=", + "t1", + ".", + "user_id", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "How many tips has Michelle written in 2010", + "question_toks": [ + "How", + "many", + "tips", + "has", + "Michelle", + "written", + "in", + "2010" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 34, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 37, + false + ], + null + ], + 2010.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Michelle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.text ) FROM USER AS t2 JOIN tip AS t1 ON t2.user_id = t1.user_id WHERE t1.year = 2010 AND t2.name = \"Michelle\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.text", + ")", + "FROM", + "USER", + "AS", + "t2", + "JOIN", + "tip", + "AS", + "t1", + "ON", + "t2.user_id", + "=", + "t1.user_id", + "WHERE", + "t1.year", + "=", + "2010", + "AND", + "t2.name", + "=", + "``", + "Michelle", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "text", + ")", + "from", + "user", + "as", + "t2", + "join", + "tip", + "as", + "t1", + "on", + "t2", + ".", + "user_id", + "=", + "t1", + ".", + "user_id", + "where", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Return me the number of tips that are written by Michelle in 2010 .", + "question_toks": [ + "Return", + "me", + "the", + "number", + "of", + "tips", + "that", + "are", + "written", + "by", + "Michelle", + "in", + "2010", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 34, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 37, + false + ], + null + ], + 2010.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Michelle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.text ) FROM USER AS t2 JOIN tip AS t1 ON t2.user_id = t1.user_id WHERE t1.month = \"April\" AND t2.name = \"Michelle\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.text", + ")", + "FROM", + "USER", + "AS", + "t2", + "JOIN", + "tip", + "AS", + "t1", + "ON", + "t2.user_id", + "=", + "t1.user_id", + "WHERE", + "t1.month", + "=", + "``", + "April", + "''", + "AND", + "t2.name", + "=", + "``", + "Michelle", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "text", + ")", + "from", + "user", + "as", + "t2", + "join", + "tip", + "as", + "t1", + "on", + "t2", + ".", + "user_id", + "=", + "t1", + ".", + "user_id", + "where", + "t1", + ".", + "month", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "How many tips has Michelle written in April", + "question_toks": [ + "How", + "many", + "tips", + "has", + "Michelle", + "written", + "in", + "April" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 34, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + "\"April\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Michelle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.state = \"Texas\" AND t2.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.state", + "=", + "``", + "Texas", + "''", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "state", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "what is the number of restaurant in Texas", + "question_toks": [ + "what", + "is", + "the", + "number", + "of", + "restaurant", + "in", + "Texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Texas\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = \"Dallas\" AND t1.rating > 3.5 AND t2.category_name = \"Bars\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Dallas", + "''", + "AND", + "t1.rating", + ">", + "3.5", + "AND", + "t2.category_name", + "=", + "``", + "Bars", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "How many Bars in \" Dallas \" have a rating above 3.5 ?", + "question_toks": [ + "How", + "many", + "Bars", + "in", + "``", + "Dallas", + "``", + "have", + "a", + "rating", + "above", + "3.5", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Dallas\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 3.5, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Bars\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = \"Dallas\" AND t1.rating > 3.5 AND t2.category_name = \"Bars\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Dallas", + "''", + "AND", + "t1.rating", + ">", + "3.5", + "AND", + "t2.category_name", + "=", + "``", + "Bars", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "How many Bars in Dallas have a rating above 3.5 ?", + "question_toks": [ + "How", + "many", + "Bars", + "in", + "Dallas", + "have", + "a", + "rating", + "above", + "3.5", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Dallas\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 3.5, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Bars\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t4.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t1.city = \"Dallas\" AND t1.name = \"Texas de Brazil\" AND t1.state = \"Texas\" AND t2.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t4.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "review", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t4", + "ON", + "t4.user_id", + "=", + "t3.user_id", + "WHERE", + "t1.city", + "=", + "``", + "Dallas", + "''", + "AND", + "t1.name", + "=", + "``", + "Texas", + "de", + "Brazil", + "''", + "AND", + "t1.state", + "=", + "``", + "Texas", + "''", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t4", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "review", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t4", + "on", + "t4", + ".", + "user_id", + "=", + "t3", + ".", + "user_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "state", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "How many people reviewed the restaurant \" Texas de Brazil \" in Dallas Texas ?", + "question_toks": [ + "How", + "many", + "people", + "reviewed", + "the", + "restaurant", + "``", + "Texas", + "de", + "Brazil", + "``", + "in", + "Dallas", + "Texas", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 17, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Dallas\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Texas de Brazil\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Texas\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t3.name ) FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t1.name = \"Bistro Di Napoli\" AND t2.year = 2015;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t3.name", + ")", + "FROM", + "review", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t3", + "ON", + "t3.user_id", + "=", + "t2.user_id", + "WHERE", + "t1.name", + "=", + "``", + "Bistro", + "Di", + "Napoli", + "''", + "AND", + "t2.year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "name", + ")", + "from", + "review", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t3", + "on", + "t3", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value" + ], + "question": "How many people reviewed \" Bistro Di Napoli \" in 2015 ?", + "question_toks": [ + "How", + "many", + "people", + "reviewed", + "``", + "Bistro", + "Di", + "Napoli", + "``", + "in", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 17, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Bistro Di Napoli\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM category AS t3 JOIN business AS t1 ON t3.business_id = t1.business_id JOIN neighbourhood AS t2 ON t2.business_id = t1.business_id WHERE t1.city = \"Dallas\" AND t3.category_name = \"restaurant\" AND t2.neighbourhood_name = \"Hazelwood\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "category", + "AS", + "t3", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "neighbourhood", + "AS", + "t2", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Dallas", + "''", + "AND", + "t3.category_name", + "=", + "``", + "restaurant", + "''", + "AND", + "t2.neighbourhood_name", + "=", + "``", + "Hazelwood", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "category", + "as", + "t3", + "join", + "business", + "as", + "t1", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "neighbourhood", + "as", + "t2", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value", + "and", + "t2", + ".", + "neighbourhood_name", + "=", + "value" + ], + "question": "How many restaurant are there in the Hazelwood district of Dallas ?", + "question_toks": [ + "How", + "many", + "restaurant", + "are", + "there", + "in", + "the", + "Hazelwood", + "district", + "of", + "Dallas", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Dallas\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Hazelwood\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT business_id ) FROM business WHERE city = \"Dallas\" AND name = \"Starbucks\" AND state = \"Texas\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "business_id", + ")", + "FROM", + "business", + "WHERE", + "city", + "=", + "``", + "Dallas", + "''", + "AND", + "name", + "=", + "``", + "Starbucks", + "''", + "AND", + "state", + "=", + "``", + "Texas", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "business_id", + ")", + "from", + "business", + "where", + "city", + "=", + "value", + "and", + "name", + "=", + "value", + "and", + "state", + "=", + "value" + ], + "question": "How many Starbucks are there in Dallas Texas ?", + "question_toks": [ + "How", + "many", + "Starbucks", + "are", + "there", + "in", + "Dallas", + "Texas", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 2, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Dallas\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Starbucks\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Texas\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT review_count FROM business WHERE name = \"Acacia Cafe\";", + "query_toks": [ + "SELECT", + "review_count", + "FROM", + "business", + "WHERE", + "name", + "=", + "``", + "Acacia", + "Cafe", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "review_count", + "from", + "business", + "where", + "name", + "=", + "value" + ], + "question": "How many reviews does \" Acacia Cafe \" have ?", + "question_toks": [ + "How", + "many", + "reviews", + "does", + "``", + "Acacia", + "Cafe", + "``", + "have", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Acacia Cafe\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT AVG ( t3.count ) , t3.day FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN checkin AS t3 ON t3.business_id = t1.business_id WHERE t1.name = \"Barrio Cafe\" AND t2.category_name = \"restaurant\" GROUP BY t3.day;", + "query_toks": [ + "SELECT", + "AVG", + "(", + "t3.count", + ")", + ",", + "t3.day", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "checkin", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.name", + "=", + "``", + "Barrio", + "Cafe", + "''", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + "GROUP", + "BY", + "t3.day", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "t3", + ".", + "count", + ")", + ",", + "t3", + ".", + "day", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "checkin", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "group", + "by", + "t3", + ".", + "day" + ], + "question": "Find the average number of checkins in restaurant \" Barrio Cafe \" per day", + "question_toks": [ + "Find", + "the", + "average", + "number", + "of", + "checkins", + "in", + "restaurant", + "``", + "Barrio", + "Cafe", + "``", + "per", + "day" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 21, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Barrio Cafe\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [ + [ + 0, + 21, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM neighbourhood AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = \"Madison\" AND t2.neighbourhood_name = \"Stone Meadows\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "neighbourhood", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Madison", + "''", + "AND", + "t2.neighbourhood_name", + "=", + "``", + "Stone", + "Meadows", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "neighbourhood", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "neighbourhood_name", + "=", + "value" + ], + "question": "How many businesses are there in the \" Stone Meadows \" neighbourhood in Madison ?", + "question_toks": [ + "How", + "many", + "businesses", + "are", + "there", + "in", + "the", + "``", + "Stone", + "Meadows", + "``", + "neighbourhood", + "in", + "Madison", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Madison\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Stone Meadows\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.text ) FROM USER AS t2 JOIN review AS t1 ON t2.user_id = t1.user_id WHERE t2.name = \"Adrienne\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.text", + ")", + "FROM", + "USER", + "AS", + "t2", + "JOIN", + "review", + "AS", + "t1", + "ON", + "t2.user_id", + "=", + "t1.user_id", + "WHERE", + "t2.name", + "=", + "``", + "Adrienne", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "text", + ")", + "from", + "user", + "as", + "t2", + "join", + "review", + "as", + "t1", + "on", + "t2", + ".", + "user_id", + "=", + "t1", + ".", + "user_id", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "How many reviews has Adrienne written ?", + "question_toks": [ + "How", + "many", + "reviews", + "has", + "Adrienne", + "written", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Adrienne\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.text ) FROM USER AS t2 JOIN review AS t1 ON t2.user_id = t1.user_id WHERE t1.month = \"March\" AND t1.year = 2014 AND t2.name = \"Michelle\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.text", + ")", + "FROM", + "USER", + "AS", + "t2", + "JOIN", + "review", + "AS", + "t1", + "ON", + "t2.user_id", + "=", + "t1.user_id", + "WHERE", + "t1.month", + "=", + "``", + "March", + "''", + "AND", + "t1.year", + "=", + "2014", + "AND", + "t2.name", + "=", + "``", + "Michelle", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "text", + ")", + "from", + "user", + "as", + "t2", + "join", + "review", + "as", + "t1", + "on", + "t2", + ".", + "user_id", + "=", + "t1", + ".", + "user_id", + "where", + "t1", + ".", + "month", + "=", + "value", + "and", + "t1", + ".", + "year", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "How many reviews has Michelle written in March 2014 ?", + "question_toks": [ + "How", + "many", + "reviews", + "has", + "Michelle", + "written", + "in", + "March", + "2014", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 31, + false + ], + null + ], + "\"March\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2014.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Michelle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t2.year = 2010 AND t3.name = \"Michelle\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "review", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t3", + "ON", + "t3.user_id", + "=", + "t2.user_id", + "WHERE", + "t2.year", + "=", + "2010", + "AND", + "t3.name", + "=", + "``", + "Michelle", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "review", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t3", + "on", + "t3", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "How many businesses has Michelle reviewed in 2010 ?", + "question_toks": [ + "How", + "many", + "businesses", + "has", + "Michelle", + "reviewed", + "in", + "2010", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2010.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Michelle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN USER AS t3 ON t3.user_id = t2.user_id WHERE t1.city = \"San Diego\" AND t2.year = 2010 AND t3.name = \"Christine\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "review", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t3", + "ON", + "t3.user_id", + "=", + "t2.user_id", + "WHERE", + "t1.city", + "=", + "``", + "San", + "Diego", + "''", + "AND", + "t2.year", + "=", + "2010", + "AND", + "t3.name", + "=", + "``", + "Christine", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "review", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t3", + "on", + "t3", + ".", + "user_id", + "=", + "t2", + ".", + "user_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "How many businesses in \" San Diego \" has Christine reviewed in 2010 ?", + "question_toks": [ + "How", + "many", + "businesses", + "in", + "``", + "San", + "Diego", + "``", + "has", + "Christine", + "reviewed", + "in", + "2010", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"San Diego\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2010.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Christine\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT business_id ) FROM business WHERE city = \"Los Angeles\" AND name = \"Target\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "business_id", + ")", + "FROM", + "business", + "WHERE", + "city", + "=", + "``", + "Los", + "Angeles", + "''", + "AND", + "name", + "=", + "``", + "Target", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "business_id", + ")", + "from", + "business", + "where", + "city", + "=", + "value", + "and", + "name", + "=", + "value" + ], + "question": "How many Target are there in \" Los Angeles \" ?", + "question_toks": [ + "How", + "many", + "Target", + "are", + "there", + "in", + "``", + "Los", + "Angeles", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 2, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Los Angeles\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Target\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t4.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t1.city = \"Dallas\" AND t2.category_name = \"Irish Pub\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t4.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "review", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t4", + "ON", + "t4.user_id", + "=", + "t3.user_id", + "WHERE", + "t1.city", + "=", + "``", + "Dallas", + "''", + "AND", + "t2.category_name", + "=", + "``", + "Irish", + "Pub", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t4", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "review", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t4", + "on", + "t4", + ".", + "user_id", + "=", + "t3", + ".", + "user_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "How many users have reviewed Irish Pub in Dallas ?", + "question_toks": [ + "How", + "many", + "users", + "have", + "reviewed", + "Irish", + "Pub", + "in", + "Dallas", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 17, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Dallas\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Irish Pub\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT AVG ( rating ) FROM review WHERE YEAR = 2014;", + "query_toks": [ + "SELECT", + "AVG", + "(", + "rating", + ")", + "FROM", + "review", + "WHERE", + "YEAR", + "=", + "2014", + ";" + ], + "query_toks_no_value": [ + "select", + "avg", + "(", + "rating", + ")", + "from", + "review", + "where", + "year", + "=", + "value" + ], + "question": "What is the average rating of reviews written in year 2014 ?", + "question_toks": [ + "What", + "is", + "the", + "average", + "rating", + "of", + "reviews", + "written", + "in", + "year", + "2014", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 5, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2014.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t4.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN review AS t3 ON t3.business_id = t1.business_id JOIN USER AS t4 ON t4.user_id = t3.user_id WHERE t1.name = \"Vintner Grill\" AND t2.category_name = \"category_category_name0\" AND t3.year = 2010;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t4.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "review", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "USER", + "AS", + "t4", + "ON", + "t4.user_id", + "=", + "t3.user_id", + "WHERE", + "t1.name", + "=", + "``", + "Vintner", + "Grill", + "''", + "AND", + "t2.category_name", + "=", + "``", + "category_category_name0", + "''", + "AND", + "t3.year", + "=", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t4", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "review", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "user", + "as", + "t4", + "on", + "t4", + ".", + "user_id", + "=", + "t3", + ".", + "user_id", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "year", + "=", + "value" + ], + "question": "How many people reviewed restaurant \" Vintner Grill \" in 2010 ?", + "question_toks": [ + "How", + "many", + "people", + "reviewed", + "restaurant", + "``", + "Vintner", + "Grill", + "``", + "in", + "2010", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 17, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Vintner Grill\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"category_category_name0\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t3.text ) FROM neighbourhood AS t1 JOIN business AS t2 ON t1.business_id = t2.business_id JOIN review AS t3 ON t3.business_id = t2.business_id WHERE t1.neighbourhood_name = \"South Summerlin\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t3.text", + ")", + "FROM", + "neighbourhood", + "AS", + "t1", + "JOIN", + "business", + "AS", + "t2", + "ON", + "t1.business_id", + "=", + "t2.business_id", + "JOIN", + "review", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t2.business_id", + "WHERE", + "t1.neighbourhood_name", + "=", + "``", + "South", + "Summerlin", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "text", + ")", + "from", + "neighbourhood", + "as", + "t1", + "join", + "business", + "as", + "t2", + "on", + "t1", + ".", + "business_id", + "=", + "t2", + ".", + "business_id", + "join", + "review", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t2", + ".", + "business_id", + "where", + "t1", + ".", + "neighbourhood_name", + "=", + "value" + ], + "question": "Find the number of reviews on businesses located in \" South Summerlin \" neighbourhood", + "question_toks": [ + "Find", + "the", + "number", + "of", + "reviews", + "on", + "businesses", + "located", + "in", + "``", + "South", + "Summerlin", + "``", + "neighbourhood" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"South Summerlin\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT name ) FROM USER WHERE name = \"Michelle\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "name", + ")", + "FROM", + "USER", + "WHERE", + "name", + "=", + "``", + "Michelle", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "name", + ")", + "from", + "user", + "where", + "name", + "=", + "value" + ], + "question": "Find the number of users called Michelle", + "question_toks": [ + "Find", + "the", + "number", + "of", + "users", + "called", + "Michelle" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 17, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Michelle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t2.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "Return me the number of businesses that are restaurant .", + "question_toks": [ + "Return", + "me", + "the", + "number", + "of", + "businesses", + "that", + "are", + "restaurant", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT city ) FROM business WHERE name = \"Panda Express\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "city", + ")", + "FROM", + "business", + "WHERE", + "name", + "=", + "``", + "Panda", + "Express", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "city", + ")", + "from", + "business", + "where", + "name", + "=", + "value" + ], + "question": "Return me the number of cities that has \" Panda Express \" .", + "question_toks": [ + "Return", + "me", + "the", + "number", + "of", + "cities", + "that", + "has", + "``", + "Panda", + "Express", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 5, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Panda Express\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.text ) FROM USER AS t2 JOIN tip AS t1 ON t2.user_id = t1.user_id WHERE t2.name = \"Michelle\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.text", + ")", + "FROM", + "USER", + "AS", + "t2", + "JOIN", + "tip", + "AS", + "t1", + "ON", + "t2.user_id", + "=", + "t1.user_id", + "WHERE", + "t2.name", + "=", + "``", + "Michelle", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "text", + ")", + "from", + "user", + "as", + "t2", + "join", + "tip", + "as", + "t1", + "on", + "t2", + ".", + "user_id", + "=", + "t1", + ".", + "user_id", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Return me the number of tips that are written by Michelle .", + "question_toks": [ + "Return", + "me", + "the", + "number", + "of", + "tips", + "that", + "are", + "written", + "by", + "Michelle", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 34, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 17, + false + ], + null + ], + "\"Michelle\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT SUM ( t3.count ) FROM checkin AS t3 JOIN business AS t1 ON t3.business_id = t1.business_id JOIN neighbourhood AS t2 ON t2.business_id = t1.business_id WHERE t2.neighbourhood_name = \"Brighton Heights\";", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t3.count", + ")", + "FROM", + "checkin", + "AS", + "t3", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "neighbourhood", + "AS", + "t2", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t2.neighbourhood_name", + "=", + "``", + "Brighton", + "Heights", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t3", + ".", + "count", + ")", + "from", + "checkin", + "as", + "t3", + "join", + "business", + "as", + "t1", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "neighbourhood", + "as", + "t2", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t2", + ".", + "neighbourhood_name", + "=", + "value" + ], + "question": "Find the total checkins in \" Brighton Heights \" neighbourhood", + "question_toks": [ + "Find", + "the", + "total", + "checkins", + "in", + "``", + "Brighton", + "Heights", + "``", + "neighbourhood" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 20, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Brighton Heights\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT text ) FROM review WHERE MONTH = \"March\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "text", + ")", + "FROM", + "review", + "WHERE", + "MONTH", + "=", + "``", + "March", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "text", + ")", + "from", + "review", + "where", + "month", + "=", + "value" + ], + "question": "Find the total number of reviews written in March", + "question_toks": [ + "Find", + "the", + "total", + "number", + "of", + "reviews", + "written", + "in", + "March" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 31, + false + ], + null + ], + "\"March\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT text ) , MONTH FROM tip GROUP BY MONTH;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "text", + ")", + ",", + "MONTH", + "FROM", + "tip", + "GROUP", + "BY", + "MONTH", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "text", + ")", + ",", + "month", + "from", + "tip", + "group", + "by", + "month" + ], + "question": "Find the number of tips written in each month", + "question_toks": [ + "Find", + "the", + "number", + "of", + "tips", + "written", + "in", + "each", + "month" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 34, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 38, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 38, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.neighbourhood_name ) FROM neighbourhood AS t1 JOIN business AS t2 ON t1.business_id = t2.business_id WHERE t2.city = \"Madison\" AND t2.rating = 5;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.neighbourhood_name", + ")", + "FROM", + "neighbourhood", + "AS", + "t1", + "JOIN", + "business", + "AS", + "t2", + "ON", + "t1.business_id", + "=", + "t2.business_id", + "WHERE", + "t2.city", + "=", + "``", + "Madison", + "''", + "AND", + "t2.rating", + "=", + "5", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "neighbourhood_name", + ")", + "from", + "neighbourhood", + "as", + "t1", + "join", + "business", + "as", + "t2", + "on", + "t1", + ".", + "business_id", + "=", + "t2", + ".", + "business_id", + "where", + "t2", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "rating", + "=", + "value" + ], + "question": "How many neighbourhoods have a business with rating 5 in Madison ?", + "question_toks": [ + "How", + "many", + "neighbourhoods", + "have", + "a", + "business", + "with", + "rating", + "5", + "in", + "Madison", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 24, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Madison\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 5.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.state = \"Texas\" AND t2.category_name = \"Moroccan\" AND t3.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.state", + "=", + "``", + "Texas", + "''", + "AND", + "t2.category_name", + "=", + "``", + "Moroccan", + "''", + "AND", + "t3.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "state", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value" + ], + "question": "Give me all the Moroccan restaurant in Texas", + "question_toks": [ + "Give", + "me", + "all", + "the", + "Moroccan", + "restaurant", + "in", + "Texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Texas\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Moroccan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM checkin AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id GROUP BY t1.name ORDER BY SUM ( t2.count ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "checkin", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "GROUP", + "BY", + "t1.name", + "ORDER", + "BY", + "SUM", + "(", + "t2.count", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "checkin", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "group", + "by", + "t1", + ".", + "name", + "order", + "by", + "sum", + "(", + "t2", + ".", + "count", + ")", + "desc", + "limit", + "value" + ], + "question": "which business has the most number of checkins", + "question_toks": [ + "which", + "business", + "has", + "the", + "most", + "number", + "of", + "checkins" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 20, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.neighbourhood_name FROM neighbourhood AS t1 JOIN business AS t2 ON t1.business_id = t2.business_id WHERE t2.city = \"Madison\" GROUP BY t1.neighbourhood_name ORDER BY COUNT ( DISTINCT t2.name ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.neighbourhood_name", + "FROM", + "neighbourhood", + "AS", + "t1", + "JOIN", + "business", + "AS", + "t2", + "ON", + "t1.business_id", + "=", + "t2.business_id", + "WHERE", + "t2.city", + "=", + "``", + "Madison", + "''", + "GROUP", + "BY", + "t1.neighbourhood_name", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t2.name", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "neighbourhood_name", + "from", + "neighbourhood", + "as", + "t1", + "join", + "business", + "as", + "t2", + "on", + "t1", + ".", + "business_id", + "=", + "t2", + ".", + "business_id", + "where", + "t2", + ".", + "city", + "=", + "value", + "group", + "by", + "t1", + ".", + "neighbourhood_name", + "order", + "by", + "count", + "(", + "distinct", + "t2", + ".", + "name", + ")", + "desc", + "limit", + "value" + ], + "question": "which neighbourhood has the most number of businesses in Madison", + "question_toks": [ + "which", + "neighbourhood", + "has", + "the", + "most", + "number", + "of", + "businesses", + "in", + "Madison" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Madison\"", + null + ] + ], + "groupBy": [ + [ + 0, + 24, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 3, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.city = \"Dallas\" AND t1.rating > 3.5 AND t2.category_name = \"Mexican\" AND t3.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Dallas", + "''", + "AND", + "t1.rating", + ">", + "3.5", + "AND", + "t2.category_name", + "=", + "``", + "Mexican", + "''", + "AND", + "t3.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value" + ], + "question": "Find all Mexican restaurant in Dallas with at least 3.5 stars", + "question_toks": [ + "Find", + "all", + "Mexican", + "restaurant", + "in", + "Dallas", + "with", + "at", + "least", + "3.5", + "stars" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Dallas\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 3.5, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Mexican\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.city = \"Dallas\" AND t1.rating > 3.5 AND t2.category_name = \"Mexican\" AND t3.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Dallas", + "''", + "AND", + "t1.rating", + ">", + "3.5", + "AND", + "t2.category_name", + "=", + "``", + "Mexican", + "''", + "AND", + "t3.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value" + ], + "question": "Find all Mexican restaurant in Dallas with a rating above 3.5", + "question_toks": [ + "Find", + "all", + "Mexican", + "restaurant", + "in", + "Dallas", + "with", + "a", + "rating", + "above", + "3.5" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Dallas\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 3.5, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Mexican\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.city = \"Dallas\" AND t1.state = \"Texas\" AND t2.category_name = \"Valet Service\" AND t3.category_name = \"restaurant\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Dallas", + "''", + "AND", + "t1.state", + "=", + "``", + "Texas", + "''", + "AND", + "t2.category_name", + "=", + "``", + "Valet", + "Service", + "''", + "AND", + "t3.category_name", + "=", + "``", + "restaurant", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t1", + ".", + "state", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value" + ], + "question": "Find all restaurant with Valet Service in Dallas Texas", + "question_toks": [ + "Find", + "all", + "restaurant", + "with", + "Valet", + "Service", + "in", + "Dallas", + "Texas" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Dallas\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"Texas\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Valet Service\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t3 JOIN business AS t1 ON t3.business_id = t1.business_id JOIN category AS t4 ON t4.business_id = t1.business_id JOIN neighbourhood AS t2 ON t2.business_id = t1.business_id WHERE t1.city = \"Madison\" AND t3.category_name = \"Italian\" AND t4.category_name = \"restaurant\" AND t2.neighbourhood_name = \"Meadowood\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t3", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t4", + "ON", + "t4.business_id", + "=", + "t1.business_id", + "JOIN", + "neighbourhood", + "AS", + "t2", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Madison", + "''", + "AND", + "t3.category_name", + "=", + "``", + "Italian", + "''", + "AND", + "t4.category_name", + "=", + "``", + "restaurant", + "''", + "AND", + "t2.neighbourhood_name", + "=", + "``", + "Meadowood", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t3", + "join", + "business", + "as", + "t1", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t4", + "on", + "t4", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "neighbourhood", + "as", + "t2", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value", + "and", + "t4", + ".", + "category_name", + "=", + "value", + "and", + "t2", + ".", + "neighbourhood_name", + "=", + "value" + ], + "question": "Find all Italian restaurant in the Meadowood neighbourhood of Madison", + "question_toks": [ + "Find", + "all", + "Italian", + "restaurant", + "in", + "the", + "Meadowood", + "neighbourhood", + "of", + "Madison" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 4 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 23, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Madison\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Italian\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Meadowood\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t1.city = \"Los Angeles\" AND t1.rating > 3 AND t1.review_count > 30 AND t2.category_name = \"Bars\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Los", + "Angeles", + "''", + "AND", + "t1.rating", + ">", + "3", + "AND", + "t1.review_count", + ">", + "30", + "AND", + "t2.category_name", + "=", + "``", + "Bars", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value", + "and", + "t1", + ".", + "review_count", + ">", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value" + ], + "question": "Find all Bars in \" Los Angeles \" with at least 30 reviews and average rating above 3 stars", + "question_toks": [ + "Find", + "all", + "Bars", + "in", + "``", + "Los", + "Angeles", + "``", + "with", + "at", + "least", + "30", + "reviews", + "and", + "average", + "rating", + "above", + "3", + "stars" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Los Angeles\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + 3.0, + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 30.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Bars\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id JOIN category AS t3 ON t3.business_id = t1.business_id WHERE t1.city = \"Edinburgh\" AND t2.category_name = \"restaurant\" AND t3.category_name = \"Egyptian\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "JOIN", + "category", + "AS", + "t3", + "ON", + "t3.business_id", + "=", + "t1.business_id", + "WHERE", + "t1.city", + "=", + "``", + "Edinburgh", + "''", + "AND", + "t2.category_name", + "=", + "``", + "restaurant", + "''", + "AND", + "t3.category_name", + "=", + "``", + "Egyptian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "join", + "category", + "as", + "t3", + "on", + "t3", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t1", + ".", + "city", + "=", + "value", + "and", + "t2", + ".", + "category_name", + "=", + "value", + "and", + "t3", + ".", + "category_name", + "=", + "value" + ], + "question": "How many Egyptian restaurant are there in Edinburgh ?", + "question_toks": [ + "How", + "many", + "Egyptian", + "restaurant", + "are", + "there", + "in", + "Edinburgh", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Edinburgh\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"restaurant\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + "\"Egyptian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t2.name FROM USER AS t2 JOIN review AS t1 ON t2.user_id = t1.user_id GROUP BY t2.name HAVING AVG ( t1.rating ) < 3;", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "USER", + "AS", + "t2", + "JOIN", + "review", + "AS", + "t1", + "ON", + "t2.user_id", + "=", + "t1.user_id", + "GROUP", + "BY", + "t2.name", + "HAVING", + "AVG", + "(", + "t1.rating", + ")", + "<", + "3", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "user", + "as", + "t2", + "join", + "review", + "as", + "t1", + "on", + "t2", + ".", + "user_id", + "=", + "t1", + ".", + "user_id", + "group", + "by", + "t2", + ".", + "name", + "having", + "avg", + "(", + "t1", + ".", + "rating", + ")", + "<", + "value" + ], + "question": "Find users whose average review rating is below 3", + "question_toks": [ + "Find", + "users", + "whose", + "average", + "review", + "rating", + "is", + "below", + "3" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 17, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 17, + false + ] + ], + "having": [ + [ + false, + 4, + [ + 0, + [ + 5, + 28, + false + ], + null + ], + 3.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM review AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id WHERE t2.month = \"April\" GROUP BY t1.name ORDER BY COUNT ( DISTINCT t2.text ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "review", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "WHERE", + "t2.month", + "=", + "``", + "April", + "''", + "GROUP", + "BY", + "t1.name", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t2.text", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "review", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "where", + "t2", + ".", + "month", + "=", + "value", + "group", + "by", + "t1", + ".", + "name", + "order", + "by", + "count", + "(", + "distinct", + "t2", + ".", + "text", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the business with the most number of reviews in April", + "question_toks": [ + "Find", + "the", + "business", + "with", + "the", + "most", + "number", + "of", + "reviews", + "in", + "April" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 31, + false + ], + null + ], + "\"April\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "yelp", + "query": "SELECT t1.name FROM category AS t2 JOIN business AS t1 ON t2.business_id = t1.business_id GROUP BY t1.name ORDER BY COUNT ( DISTINCT t2.category_name ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "category", + "AS", + "t2", + "JOIN", + "business", + "AS", + "t1", + "ON", + "t2.business_id", + "=", + "t1.business_id", + "GROUP", + "BY", + "t1.name", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t2.category_name", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "category", + "as", + "t2", + "join", + "business", + "as", + "t1", + "on", + "t2", + ".", + "business_id", + "=", + "t1", + ".", + "business_id", + "group", + "by", + "t1", + ".", + "name", + "order", + "by", + "count", + "(", + "distinct", + "t2", + ".", + "category_name", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the business which has the most number of categories", + "question_toks": [ + "Find", + "the", + "business", + "which", + "has", + "the", + "most", + "number", + "of", + "categories" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + [ + 0, + 2, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 14, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT homepage FROM journal WHERE name = \"PVLDB\";", + "query_toks": [ + "SELECT", + "homepage", + "FROM", + "journal", + "WHERE", + "name", + "=", + "``", + "PVLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "homepage", + "from", + "journal", + "where", + "name", + "=", + "value" + ], + "question": "return me the homepage of PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "homepage", + "of", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 5 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 14, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT homepage FROM author WHERE name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "homepage", + "FROM", + "author", + "WHERE", + "name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "homepage", + "from", + "author", + "where", + "name", + "=", + "value" + ], + "question": "return me the homepage of \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "homepage", + "of", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 2, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT abstract FROM publication WHERE title = \"Making database systems usable\";", + "query_toks": [ + "SELECT", + "abstract", + "FROM", + "publication", + "WHERE", + "title", + "=", + "``", + "Making", + "database", + "systems", + "usable", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "abstract", + "from", + "publication", + "where", + "title", + "=", + "value" + ], + "question": "return me the abstract of \" Making database systems usable \" .", + "question_toks": [ + "return", + "me", + "the", + "abstract", + "of", + "``", + "Making", + "database", + "systems", + "usable", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 23, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"Making database systems usable\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT YEAR FROM publication WHERE title = \"Making database systems usable\";", + "query_toks": [ + "SELECT", + "YEAR", + "FROM", + "publication", + "WHERE", + "title", + "=", + "``", + "Making", + "database", + "systems", + "usable", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "year", + "from", + "publication", + "where", + "title", + "=", + "value" + ], + "question": "return me the year of \" Making database systems usable \"", + "question_toks": [ + "return", + "me", + "the", + "year", + "of", + "``", + "Making", + "database", + "systems", + "usable", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"Making database systems usable\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT YEAR FROM publication WHERE title = \"Making database systems usable\";", + "query_toks": [ + "SELECT", + "YEAR", + "FROM", + "publication", + "WHERE", + "title", + "=", + "``", + "Making", + "database", + "systems", + "usable", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "year", + "from", + "publication", + "where", + "title", + "=", + "value" + ], + "question": "return me the year of \" Making database systems usable \" .", + "question_toks": [ + "return", + "me", + "the", + "year", + "of", + "``", + "Making", + "database", + "systems", + "usable", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"Making database systems usable\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT title FROM publication WHERE YEAR > 2000;", + "query_toks": [ + "SELECT", + "title", + "FROM", + "publication", + "WHERE", + "YEAR", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "publication", + "where", + "year", + ">", + "value" + ], + "question": "return me the papers after 2000 .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "after", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT homepage FROM conference WHERE name = \"VLDB\";", + "query_toks": [ + "SELECT", + "homepage", + "FROM", + "conference", + "WHERE", + "name", + "=", + "``", + "VLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "homepage", + "from", + "conference", + "where", + "name", + "=", + "value" + ], + "question": "return me the homepage of the VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "homepage", + "of", + "the", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT keyword FROM keyword;", + "query_toks": [ + "SELECT", + "keyword", + "FROM", + "keyword", + ";" + ], + "query_toks_no_value": [ + "select", + "keyword", + "from", + "keyword" + ], + "question": "return me all the keywords .", + "question_toks": [ + "return", + "me", + "all", + "the", + "keywords", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT name FROM organization;", + "query_toks": [ + "SELECT", + "name", + "FROM", + "organization", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "organization" + ], + "question": "return me all the organizations .", + "question_toks": [ + "return", + "me", + "all", + "the", + "organizations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT name FROM organization WHERE continent = \"North America\";", + "query_toks": [ + "SELECT", + "name", + "FROM", + "organization", + "WHERE", + "continent", + "=", + "``", + "North", + "America", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "organization", + "where", + "continent", + "=", + "value" + ], + "question": "return me all the organizations in \" North America \" .", + "question_toks": [ + "return", + "me", + "all", + "the", + "organizations", + "in", + "``", + "North", + "America", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + "\"North America\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT homepage FROM organization WHERE name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "homepage", + "FROM", + "organization", + "WHERE", + "name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "homepage", + "from", + "organization", + "where", + "name", + "=", + "value" + ], + "question": "return me the homepage of \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "the", + "homepage", + "of", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 34, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT reference_num FROM publication WHERE title = \"Making database systems usable\";", + "query_toks": [ + "SELECT", + "reference_num", + "FROM", + "publication", + "WHERE", + "title", + "=", + "``", + "Making", + "database", + "systems", + "usable", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "reference_num", + "from", + "publication", + "where", + "title", + "=", + "value" + ], + "question": "return me the number of references of \" Making database systems usable \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "references", + "of", + "``", + "Making", + "database", + "systems", + "usable", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"Making database systems usable\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT reference_num FROM publication WHERE title = \"Making database systems usable\";", + "query_toks": [ + "SELECT", + "reference_num", + "FROM", + "publication", + "WHERE", + "title", + "=", + "``", + "Making", + "database", + "systems", + "usable", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "reference_num", + "from", + "publication", + "where", + "title", + "=", + "value" + ], + "question": "return me the references of \" Making database systems usable \" .", + "question_toks": [ + "return", + "me", + "the", + "references", + "of", + "``", + "Making", + "database", + "systems", + "usable", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 28, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"Making database systems usable\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT citation_num FROM publication WHERE title = \"Making database systems usable\";", + "query_toks": [ + "SELECT", + "citation_num", + "FROM", + "publication", + "WHERE", + "title", + "=", + "``", + "Making", + "database", + "systems", + "usable", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "citation_num", + "from", + "publication", + "where", + "title", + "=", + "value" + ], + "question": "return me the number of citations of \" Making database systems usable \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "citations", + "of", + "``", + "Making", + "database", + "systems", + "usable", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"Making database systems usable\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT citation_num FROM publication WHERE title = \"Making database systems usable\";", + "query_toks": [ + "SELECT", + "citation_num", + "FROM", + "publication", + "WHERE", + "title", + "=", + "``", + "Making", + "database", + "systems", + "usable", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "citation_num", + "from", + "publication", + "where", + "title", + "=", + "value" + ], + "question": "return me the citations of \" Making database systems usable \" .", + "question_toks": [ + "return", + "me", + "the", + "citations", + "of", + "``", + "Making", + "database", + "systems", + "usable", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"Making database systems usable\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT title FROM publication WHERE citation_num > 200;", + "query_toks": [ + "SELECT", + "title", + "FROM", + "publication", + "WHERE", + "citation_num", + ">", + "200", + ";" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "publication", + "where", + "citation_num", + ">", + "value" + ], + "question": "return me the paper with more than 200 citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "with", + "more", + "than", + "200", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 200.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"PVLDB\" AND t4.year = 2010;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t4.year", + "=", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "year", + "=", + "value" + ], + "question": "return me the authors who have papers in PVLDB 2010 .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "papers", + "in", + "PVLDB", + "2010", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"PVLDB\" AND t4.year > 2010;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t4.year", + ">", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "year", + ">", + "value" + ], + "question": "return me the authors who have papers in PVLDB after 2010 .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "papers", + "in", + "PVLDB", + "after", + "2010", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"VLDB\" AND t4.year = 2002;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t4.year", + "=", + "2002", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "year", + "=", + "value" + ], + "question": "return me the authors who have papers in VLDB conference in 2002 .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "papers", + "in", + "VLDB", + "conference", + "in", + "2002", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2002.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"VLDB\" AND t4.year < 2002;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t4.year", + "<", + "2002", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "year", + "<", + "value" + ], + "question": "return me the authors who have papers in VLDB conference before 2002 .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "papers", + "in", + "VLDB", + "conference", + "before", + "2002", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2002.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"VLDB\" AND t4.year < 2002 AND t4.year > 1995;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t4.year", + "<", + "2002", + "AND", + "t4.year", + ">", + "1995", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "year", + "<", + "value", + "and", + "t4", + ".", + "year", + ">", + "value" + ], + "question": "return me the authors who have papers in VLDB conference before 2002 after 1995 .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "papers", + "in", + "VLDB", + "conference", + "before", + "2002", + "after", + "1995", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2002.0, + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 1995.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t3.name FROM DOMAIN AS t3 JOIN domain_journal AS t1 ON t3.did = t1.did JOIN journal AS t2 ON t2.jid = t1.jid WHERE t2.name = \"PVLDB\";", + "query_toks": [ + "SELECT", + "t3.name", + "FROM", + "DOMAIN", + "AS", + "t3", + "JOIN", + "domain_journal", + "AS", + "t1", + "ON", + "t3.did", + "=", + "t1.did", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t2.name", + "=", + "``", + "PVLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "domain", + "as", + "t3", + "join", + "domain_journal", + "as", + "t1", + "on", + "t3", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "journal", + "as", + "t2", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the area of PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "area", + "of", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 6 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"PVLDB\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "PVLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the authors who have papers in PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "papers", + "in", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid WHERE t1.name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "organization", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.oid", + "=", + "t1.oid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "organization", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the organization \" H. V. Jagadish \" is in .", + "question_toks": [ + "return", + "me", + "the", + "organization", + "``", + "H.", + "V.", + "Jagadish", + "``", + "is", + "in", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the conferences, which have papers by \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "conferences", + ",", + "which", + "have", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the journals, which have papers by \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "journals", + ",", + "which", + "have", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM domain_author AS t3 JOIN author AS t1 ON t3.aid = t1.aid JOIN DOMAIN AS t2 ON t2.did = t3.did WHERE t1.name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "domain_author", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "DOMAIN", + "AS", + "t2", + "ON", + "t2.did", + "=", + "t3.did", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "domain_author", + "as", + "t3", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "domain", + "as", + "t2", + "on", + "t2", + ".", + "did", + "=", + "t3", + ".", + "did", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the domain where \" H. V. Jagadish \" is focused .", + "question_toks": [ + "return", + "me", + "the", + "domain", + "where", + "``", + "H.", + "V.", + "Jagadish", + "``", + "is", + "focused", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t3.title = \"Making database systems usable\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t2.pid", + "=", + "t3.pid", + "WHERE", + "t3.title", + "=", + "``", + "Making", + "database", + "systems", + "usable", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t3", + "on", + "t2", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "where", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "return me the authors of \" Making database systems usable \" .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "of", + "``", + "Making", + "database", + "systems", + "usable", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"Making database systems usable\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t2.title = \"Making database systems usable\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t2.title", + "=", + "``", + "Making", + "database", + "systems", + "usable", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t2", + ".", + "title", + "=", + "value" + ], + "question": "return me the conference, which published \" Making database systems usable \" .", + "question_toks": [ + "return", + "me", + "the", + "conference", + ",", + "which", + "published", + "``", + "Making", + "database", + "systems", + "usable", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"Making database systems usable\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t3.title FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t2.pid", + "=", + "t3.pid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t3", + "on", + "t2", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the papers by \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\";", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the papers on VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "on", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\";", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the papers on PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "on", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.year > 2000;", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t2.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + ">", + "value" + ], + "question": "return me the papers on PVLDB after 2000 .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "on", + "PVLDB", + "after", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.year > 2000;", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t2.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + ">", + "value" + ], + "question": "return me the papers on VLDB conference after 2000 .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "on", + "VLDB", + "conference", + "after", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t4.title FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"PVLDB\";", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t2.name", + "=", + "``", + "PVLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the papers by \" H. V. Jagadish \" on PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "on", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t4.title FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"VLDB\";", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t2.name", + "=", + "``", + "VLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the papers by \" H. V. Jagadish \" on VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "on", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t3.title FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = \"H. V. Jagadish\" AND t3.year > 2000;", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t2.pid", + "=", + "t3.pid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t3.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t3", + "on", + "t2", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "year", + ">", + "value" + ], + "question": "return me the papers by \" H. V. Jagadish \" after 2000 .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "after", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t4.title FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"PVLDB\" AND t4.year > 2000;", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t2.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t4.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "year", + ">", + "value" + ], + "question": "return me the papers by \" H. V. Jagadish \" on PVLDB after 2000 .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "on", + "PVLDB", + "after", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t4.title FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"VLDB\" AND t4.year > 2000;", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t2.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t4.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "year", + ">", + "value" + ], + "question": "return me the papers by \" H. V. Jagadish \" on VLDB conference after 2000 .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "on", + "VLDB", + "conference", + "after", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM domain_conference AS t3 JOIN conference AS t1 ON t3.cid = t1.cid JOIN DOMAIN AS t2 ON t2.did = t3.did WHERE t1.name = \"VLDB\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "domain_conference", + "AS", + "t3", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t3.cid", + "=", + "t1.cid", + "JOIN", + "DOMAIN", + "AS", + "t2", + "ON", + "t2.did", + "=", + "t3.did", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "domain_conference", + "as", + "t3", + "join", + "conference", + "as", + "t1", + "on", + "t3", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "join", + "domain", + "as", + "t2", + "on", + "t2", + ".", + "did", + "=", + "t3", + ".", + "did", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the area of the VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "area", + "of", + "the", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 4 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 13, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 9, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"VLDB\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the authors who have papers in the VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "papers", + "in", + "the", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.keyword FROM DOMAIN AS t3 JOIN domain_keyword AS t2 ON t3.did = t2.did JOIN keyword AS t1 ON t1.kid = t2.kid WHERE t3.name = \"Databases\";", + "query_toks": [ + "SELECT", + "t1.keyword", + "FROM", + "DOMAIN", + "AS", + "t3", + "JOIN", + "domain_keyword", + "AS", + "t2", + "ON", + "t3.did", + "=", + "t2.did", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t1.kid", + "=", + "t2.kid", + "WHERE", + "t3.name", + "=", + "``", + "Databases", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "keyword", + "from", + "domain", + "as", + "t3", + "join", + "domain_keyword", + "as", + "t2", + "on", + "t3", + ".", + "did", + "=", + "t2", + ".", + "did", + "join", + "keyword", + "as", + "t1", + "on", + "t1", + ".", + "kid", + "=", + "t2", + ".", + "kid", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "return me all the keywords in Databases area .", + "question_toks": [ + "return", + "me", + "all", + "the", + "keywords", + "in", + "Databases", + "area", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t3.title FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t3 ON t3.pid = t2.pid WHERE t1.keyword = \"Natural Language\";", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "publication_keyword", + "AS", + "t2", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t2.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t2.pid", + "WHERE", + "t1.keyword", + "=", + "``", + "Natural", + "Language", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "publication_keyword", + "as", + "t2", + "join", + "keyword", + "as", + "t1", + "on", + "t2", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t2", + ".", + "pid", + "where", + "t1", + ".", + "keyword", + "=", + "value" + ], + "question": "return me all the papers, which contain the keyword \" Natural Language \" .", + "question_toks": [ + "return", + "me", + "all", + "the", + "papers", + ",", + "which", + "contain", + "the", + "keyword", + "``", + "Natural", + "Language", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Natural Language\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.keyword FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t2 ON t2.pid = t3.pid WHERE t2.title = \"Making database systems usable\";", + "query_toks": [ + "SELECT", + "t1.keyword", + "FROM", + "publication_keyword", + "AS", + "t3", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t3.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t2", + "ON", + "t2.pid", + "=", + "t3.pid", + "WHERE", + "t2.title", + "=", + "``", + "Making", + "database", + "systems", + "usable", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "keyword", + "from", + "publication_keyword", + "as", + "t3", + "join", + "keyword", + "as", + "t1", + "on", + "t3", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t2", + "on", + "t2", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "where", + "t2", + ".", + "title", + "=", + "value" + ], + "question": "return me the keywords of \" Making database systems usable \" .", + "question_toks": [ + "return", + "me", + "the", + "keywords", + "of", + "``", + "Making", + "database", + "systems", + "usable", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"Making database systems usable\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.keyword FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "t1.keyword", + "FROM", + "publication_keyword", + "AS", + "t5", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t5.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t3.pid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t4.aid", + "=", + "t2.aid", + "WHERE", + "t2.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "keyword", + "from", + "publication_keyword", + "as", + "t5", + "join", + "keyword", + "as", + "t1", + "on", + "t5", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "author", + "as", + "t2", + "on", + "t4", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the keywords related to \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "keywords", + "related", + "to", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t2.name = \"VLDB\";", + "query_toks": [ + "SELECT", + "t1.keyword", + "FROM", + "publication_keyword", + "AS", + "t4", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t4.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t3.cid", + "=", + "t2.cid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "keyword", + "from", + "publication_keyword", + "as", + "t4", + "join", + "keyword", + "as", + "t1", + "on", + "t4", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "conference", + "as", + "t2", + "on", + "t3", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the keywords in VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "keywords", + "in", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t3.name = \"PVLDB\";", + "query_toks": [ + "SELECT", + "t1.keyword", + "FROM", + "publication_keyword", + "AS", + "t4", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t4.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t2", + "ON", + "t2.pid", + "=", + "t4.pid", + "JOIN", + "journal", + "AS", + "t3", + "ON", + "t2.jid", + "=", + "t3.jid", + "WHERE", + "t3.name", + "=", + "``", + "PVLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "keyword", + "from", + "publication_keyword", + "as", + "t4", + "join", + "keyword", + "as", + "t1", + "on", + "t4", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t2", + "on", + "t2", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "journal", + "as", + "t3", + "on", + "t2", + ".", + "jid", + "=", + "t3", + ".", + "jid", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "return me the keywords in PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "keywords", + "in", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.keyword FROM organization AS t6 JOIN author AS t2 ON t6.oid = t2.oid JOIN writes AS t4 ON t4.aid = t2.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN publication_keyword AS t3 ON t5.pid = t3.pid JOIN keyword AS t1 ON t3.kid = t1.kid WHERE t6.name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "t1.keyword", + "FROM", + "organization", + "AS", + "t6", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t6.oid", + "=", + "t2.oid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.aid", + "=", + "t2.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "publication_keyword", + "AS", + "t3", + "ON", + "t5.pid", + "=", + "t3.pid", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t3.kid", + "=", + "t1.kid", + "WHERE", + "t6.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "keyword", + "from", + "organization", + "as", + "t6", + "join", + "author", + "as", + "t2", + "on", + "t6", + ".", + "oid", + "=", + "t2", + ".", + "oid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "publication_keyword", + "as", + "t3", + "on", + "t5", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "keyword", + "as", + "t1", + "on", + "t3", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "where", + "t6", + ".", + "name", + "=", + "value" + ], + "question": "return me the keywords in the papers of \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "the", + "keywords", + "in", + "the", + "papers", + "of", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t5.title FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t5 ON t5.pid = t3.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.keyword = \"User Study\";", + "query_toks": [ + "SELECT", + "t5.title", + "FROM", + "publication_keyword", + "AS", + "t3", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t3.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t5.pid", + "=", + "t3.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t4.aid", + "=", + "t2.aid", + "WHERE", + "t2.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t1.keyword", + "=", + "``", + "User", + "Study", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t5", + ".", + "title", + "from", + "publication_keyword", + "as", + "t3", + "join", + "keyword", + "as", + "t1", + "on", + "t3", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t5", + "on", + "t5", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "author", + "as", + "t2", + "on", + "t4", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "keyword", + "=", + "value" + ], + "question": "return me the papers of \" H. V. Jagadish \" containing keyword \" User Study \" .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "of", + "``", + "H.", + "V.", + "Jagadish", + "``", + "containing", + "keyword", + "``", + "User", + "Study", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"User Study\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t4.title FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t4 ON t4.pid = t2.pid JOIN journal AS t3 ON t4.jid = t3.jid WHERE t3.name = \"PVLDB\" AND t1.keyword = \"Keyword search\";", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "publication_keyword", + "AS", + "t2", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t2.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t2.pid", + "JOIN", + "journal", + "AS", + "t3", + "ON", + "t4.jid", + "=", + "t3.jid", + "WHERE", + "t3.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t1.keyword", + "=", + "``", + "Keyword", + "search", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "publication_keyword", + "as", + "t2", + "join", + "keyword", + "as", + "t1", + "on", + "t2", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t2", + ".", + "pid", + "join", + "journal", + "as", + "t3", + "on", + "t4", + ".", + "jid", + "=", + "t3", + ".", + "jid", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "keyword", + "=", + "value" + ], + "question": "return me the papers in PVLDB containing keyword \" Keyword search \" .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "in", + "PVLDB", + "containing", + "keyword", + "``", + "Keyword", + "search", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Keyword search\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t4.title FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t4 ON t4.pid = t3.pid JOIN conference AS t2 ON t4.cid = t2.cid WHERE t2.name = \"VLDB\" AND t1.keyword = \"Information Retrieval\";", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "publication_keyword", + "AS", + "t3", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t3.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t3.pid", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t1.keyword", + "=", + "``", + "Information", + "Retrieval", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "publication_keyword", + "as", + "t3", + "join", + "keyword", + "as", + "t1", + "on", + "t3", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "keyword", + "=", + "value" + ], + "question": "return me the papers in VLDB conference containing keyword \" Information Retrieval \" .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "in", + "VLDB", + "conference", + "containing", + "keyword", + "``", + "Information", + "Retrieval", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Information Retrieval\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t1.keyword = \"Relational Database\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "publication_keyword", + "AS", + "t5", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t5.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t3.pid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t4.aid", + "=", + "t2.aid", + "WHERE", + "t1.keyword", + "=", + "``", + "Relational", + "Database", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "publication_keyword", + "as", + "t5", + "join", + "keyword", + "as", + "t1", + "on", + "t5", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "author", + "as", + "t2", + "on", + "t4", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t1", + ".", + "keyword", + "=", + "value" + ], + "question": "return me the authors who have papers containing keyword \" Relational Database \" .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "papers", + "containing", + "keyword", + "``", + "Relational", + "Database", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Relational Database\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = \"Databases\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "domain_author", + "AS", + "t4", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "DOMAIN", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t4.did", + "JOIN", + "organization", + "AS", + "t2", + "ON", + "t2.oid", + "=", + "t1.oid", + "WHERE", + "t3.name", + "=", + "``", + "Databases", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "domain_author", + "as", + "t4", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "domain", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t4", + ".", + "did", + "join", + "organization", + "as", + "t2", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "return me all the organizations in Databases area .", + "question_toks": [ + "return", + "me", + "all", + "the", + "organizations", + "in", + "Databases", + "area", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = \"Databases\" AND t2.continent = \"North America\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "domain_author", + "AS", + "t4", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "DOMAIN", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t4.did", + "JOIN", + "organization", + "AS", + "t2", + "ON", + "t2.oid", + "=", + "t1.oid", + "WHERE", + "t3.name", + "=", + "``", + "Databases", + "''", + "AND", + "t2.continent", + "=", + "``", + "North", + "America", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "domain_author", + "as", + "t4", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "domain", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t4", + ".", + "did", + "join", + "organization", + "as", + "t2", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "continent", + "=", + "value" + ], + "question": "return me all the organizations in Databases area located in \" North America \" .", + "question_toks": [ + "return", + "me", + "all", + "the", + "organizations", + "in", + "Databases", + "area", + "located", + "in", + "``", + "North", + "America", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 35, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + "\"North America\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid WHERE t2.name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "organization", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.oid", + "=", + "t1.oid", + "WHERE", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "organization", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me all the researchers in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "all", + "the", + "researchers", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = \"Databases\" AND t2.name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "domain_author", + "AS", + "t4", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "DOMAIN", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t4.did", + "JOIN", + "organization", + "AS", + "t2", + "ON", + "t2.oid", + "=", + "t1.oid", + "WHERE", + "t3.name", + "=", + "``", + "Databases", + "''", + "AND", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "domain_author", + "as", + "t4", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "domain", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t4", + ".", + "did", + "join", + "organization", + "as", + "t2", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me all the researchers in Databases area in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "all", + "the", + "researchers", + "in", + "Databases", + "area", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t4.title FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "organization", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.oid", + "=", + "t1.oid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t4", + "ON", + "t3.pid", + "=", + "t4.pid", + "WHERE", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "organization", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t4", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me all the papers in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "all", + "the", + "papers", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t4.title FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = \"University of Michigan\" AND t4.year > 2000;", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "organization", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.oid", + "=", + "t1.oid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t4", + "ON", + "t3.pid", + "=", + "t4.pid", + "WHERE", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + "AND", + "t4.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "organization", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t4", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "year", + ">", + "value" + ], + "question": "return me all the papers after 2000 in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "all", + "the", + "papers", + "after", + "2000", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t5.title FROM organization AS t3 JOIN author AS t1 ON t3.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN conference AS t2 ON t5.cid = t2.cid WHERE t2.name = \"VLDB\" AND t3.name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "t5.title", + "FROM", + "organization", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.oid", + "=", + "t1.oid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t5.cid", + "=", + "t2.cid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t3.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t5", + ".", + "title", + "from", + "organization", + "as", + "t3", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "conference", + "as", + "t2", + "on", + "t5", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "return me all the papers in VLDB conference in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "all", + "the", + "papers", + "in", + "VLDB", + "conference", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t5.title FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN journal AS t3 ON t5.jid = t3.jid WHERE t3.name = \"PVLDB\" AND t2.name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "t5.title", + "FROM", + "organization", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.oid", + "=", + "t1.oid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "journal", + "AS", + "t3", + "ON", + "t5.jid", + "=", + "t3.jid", + "WHERE", + "t3.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t5", + ".", + "title", + "from", + "organization", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "journal", + "as", + "t3", + "on", + "t5", + ".", + "jid", + "=", + "t3", + ".", + "jid", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me all the papers in PVLDB in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "all", + "the", + "papers", + "in", + "PVLDB", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t5.title FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN journal AS t3 ON t5.jid = t3.jid WHERE t3.name = \"PVLDB\" AND t2.name = \"University of Michigan\" AND t5.year > 2000;", + "query_toks": [ + "SELECT", + "t5.title", + "FROM", + "organization", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.oid", + "=", + "t1.oid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "journal", + "AS", + "t3", + "ON", + "t5.jid", + "=", + "t3.jid", + "WHERE", + "t3.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + "AND", + "t5.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "t5", + ".", + "title", + "from", + "organization", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "journal", + "as", + "t3", + "on", + "t5", + ".", + "jid", + "=", + "t3", + ".", + "jid", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value", + "and", + "t5", + ".", + "year", + ">", + "value" + ], + "question": "return me all the papers in PVLDB after 2000 in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "all", + "the", + "papers", + "in", + "PVLDB", + "after", + "2000", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t3.title FROM DOMAIN AS t2 JOIN domain_publication AS t1 ON t2.did = t1.did JOIN publication AS t3 ON t3.pid = t1.pid WHERE t2.name = \"Databases\" AND t3.citation_num > 200;", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "DOMAIN", + "AS", + "t2", + "JOIN", + "domain_publication", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t1.pid", + "WHERE", + "t2.name", + "=", + "``", + "Databases", + "''", + "AND", + "t3.citation_num", + ">", + "200", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "domain", + "as", + "t2", + "join", + "domain_publication", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t1", + ".", + "pid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "citation_num", + ">", + "value" + ], + "question": "return me the paper in Databases area with more than 200 citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "in", + "Databases", + "area", + "with", + "more", + "than", + "200", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 10 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 200.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.citation_num > 200;", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t2.citation_num", + ">", + "200", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "citation_num", + ">", + "value" + ], + "question": "return me the paper in PVLDB with more than 200 citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "in", + "PVLDB", + "with", + "more", + "than", + "200", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 200.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.citation_num > 200;", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t2.citation_num", + ">", + "200", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "citation_num", + ">", + "value" + ], + "question": "return me the paper in VLDB conference with more than 200 citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "in", + "VLDB", + "conference", + "with", + "more", + "than", + "200", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 200.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t3.title FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = \"H. V. Jagadish\" AND t3.citation_num > 200;", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t2.pid", + "=", + "t3.pid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t3.citation_num", + ">", + "200", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t3", + "on", + "t2", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "citation_num", + ">", + "value" + ], + "question": "return me the paper by \" H. V. Jagadish \" with more than 200 citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "with", + "more", + "than", + "200", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 200.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t4.title FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"PVLDB\" AND t4.citation_num > 200;", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t2.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t4.citation_num", + ">", + "200", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "citation_num", + ">", + "value" + ], + "question": "return me the papers by \" H. V. Jagadish \" on PVLDB with more than 200 citations .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "on", + "PVLDB", + "with", + "more", + "than", + "200", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 200.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t4.title FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"VLDB\" AND t4.citation_num > 200;", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t2.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t4.citation_num", + ">", + "200", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "citation_num", + ">", + "value" + ], + "question": "return me the papers by \" H. V. Jagadish \" on VLDB conference with more than 200 citations .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "on", + "VLDB", + "conference", + "with", + "more", + "than", + "200", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 200.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT title FROM publication WHERE citation_num > 200 AND YEAR > 2000;", + "query_toks": [ + "SELECT", + "title", + "FROM", + "publication", + "WHERE", + "citation_num", + ">", + "200", + "AND", + "YEAR", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "publication", + "where", + "citation_num", + ">", + "value", + "and", + "year", + ">", + "value" + ], + "question": "return me the paper after 2000 with more than 200 citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "after", + "2000", + "with", + "more", + "than", + "200", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 200.0, + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t3.title FROM DOMAIN AS t2 JOIN domain_publication AS t1 ON t2.did = t1.did JOIN publication AS t3 ON t3.pid = t1.pid WHERE t2.name = \"Databases\" AND t3.citation_num > 200 AND t3.year > 2000;", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "DOMAIN", + "AS", + "t2", + "JOIN", + "domain_publication", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t1.pid", + "WHERE", + "t2.name", + "=", + "``", + "Databases", + "''", + "AND", + "t3.citation_num", + ">", + "200", + "AND", + "t3.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "domain", + "as", + "t2", + "join", + "domain_publication", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t1", + ".", + "pid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "citation_num", + ">", + "value", + "and", + "t3", + ".", + "year", + ">", + "value" + ], + "question": "return me the paper after 2000 in Databases area with more than 200 citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "after", + "2000", + "in", + "Databases", + "area", + "with", + "more", + "than", + "200", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 10 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 200.0, + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.citation_num > 200 AND t2.year > 2000;", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t2.citation_num", + ">", + "200", + "AND", + "t2.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "citation_num", + ">", + "value", + "and", + "t2", + ".", + "year", + ">", + "value" + ], + "question": "return me the paper after 2000 in PVLDB with more than 200 citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "after", + "2000", + "in", + "PVLDB", + "with", + "more", + "than", + "200", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 200.0, + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.citation_num > 200 AND t2.year > 2000;", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t2.citation_num", + ">", + "200", + "AND", + "t2.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "citation_num", + ">", + "value", + "and", + "t2", + ".", + "year", + ">", + "value" + ], + "question": "return me the paper after 2000 in VLDB conference with more than 200 citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "after", + "2000", + "in", + "VLDB", + "conference", + "with", + "more", + "than", + "200", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 200.0, + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.name ) FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.name", + ")", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "name", + ")", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of conferences which have papers by \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "conferences", + "which", + "have", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 7, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.name ) FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.name", + ")", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "name", + ")", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of journals which have papers by \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "journals", + "which", + "have", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 16, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t3.title ) , t3.year FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = \"H. V. Jagadish\" GROUP BY t3.year;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + ",", + "t3.year", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t2.pid", + "=", + "t3.pid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "GROUP", + "BY", + "t3.year", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + ",", + "t3", + ".", + "year", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t3", + "on", + "t2", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "where", + "t1", + ".", + "name", + "=", + "value", + "group", + "by", + "t3", + ".", + "year" + ], + "question": "return me the number of papers written by \" H. V. Jagadish \" in each year .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "written", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "in", + "each", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [ + [ + 0, + 30, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t3.title = \"Making database systems usable\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t2.pid", + "=", + "t3.pid", + "WHERE", + "t3.title", + "=", + "``", + "Making", + "database", + "systems", + "usable", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t3", + "on", + "t2", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "where", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "return me the number of authors of \" Making database systems usable \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "authors", + "of", + "``", + "Making", + "database", + "systems", + "usable", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"Making database systems usable\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT YEAR , SUM ( citation_num ) FROM publication WHERE title = \"Making database systems usable\" GROUP BY YEAR;", + "query_toks": [ + "SELECT", + "YEAR", + ",", + "SUM", + "(", + "citation_num", + ")", + "FROM", + "publication", + "WHERE", + "title", + "=", + "``", + "Making", + "database", + "systems", + "usable", + "''", + "GROUP", + "BY", + "YEAR", + ";" + ], + "query_toks_no_value": [ + "select", + "year", + ",", + "sum", + "(", + "citation_num", + ")", + "from", + "publication", + "where", + "title", + "=", + "value", + "group", + "by", + "year" + ], + "question": "return me the number of citations of \" Making database systems usable \" in each year .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "citations", + "of", + "``", + "Making", + "database", + "systems", + "usable", + "``", + "in", + "each", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"Making database systems usable\"", + null + ] + ], + "groupBy": [ + [ + 0, + 30, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t3 JOIN cite AS t1 ON t3.pid = t1.cited JOIN publication AS t2 ON t2.pid = t1.citing WHERE t3.title = \"Making database systems usable\" AND t2.year < 2010;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "FROM", + "publication", + "AS", + "t3", + "JOIN", + "cite", + "AS", + "t1", + "ON", + "t3.pid", + "=", + "t1.cited", + "JOIN", + "publication", + "AS", + "t2", + "ON", + "t2.pid", + "=", + "t1.citing", + "WHERE", + "t3.title", + "=", + "``", + "Making", + "database", + "systems", + "usable", + "''", + "AND", + "t2.year", + "<", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "from", + "publication", + "as", + "t3", + "join", + "cite", + "as", + "t1", + "on", + "t3", + ".", + "pid", + "=", + "t1", + ".", + "cited", + "join", + "publication", + "as", + "t2", + "on", + "t2", + ".", + "pid", + "=", + "t1", + ".", + "citing", + "where", + "t3", + ".", + "title", + "=", + "value", + "and", + "t2", + ".", + "year", + "<", + "value" + ], + "question": "return me the number of citations of \" Making database systems usable \" before 2010 .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "citations", + "of", + "``", + "Making", + "database", + "systems", + "usable", + "``", + "before", + "2010", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 14 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 41, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 42, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"Making database systems usable\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t3.title ) FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t2.pid", + "=", + "t3.pid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t3", + "on", + "t2", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of papers by \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of papers on VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "on", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of papers on PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "on", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT title ) FROM publication WHERE YEAR > 2000;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "title", + ")", + "FROM", + "publication", + "WHERE", + "YEAR", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "title", + ")", + "from", + "publication", + "where", + "year", + ">", + "value" + ], + "question": "return me the number of papers after 2000 .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "after", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.year > 2000;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t2.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + ">", + "value" + ], + "question": "return me the number of papers on PVLDB after 2000 .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "on", + "PVLDB", + "after", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.year > 2000;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t2.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + ">", + "value" + ], + "question": "return me the number of papers on VLDB conference after 2000 .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "on", + "VLDB", + "conference", + "after", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t4.title ) FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"PVLDB\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t2.name", + "=", + "``", + "PVLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of papers by \" H. V. Jagadish \" on PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "on", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t4.title ) FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"VLDB\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t2.name", + "=", + "``", + "VLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of papers by \" H. V. Jagadish \" on VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "on", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t3.title ) FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = \"H. V. Jagadish\" AND t3.year > 2000;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t2.pid", + "=", + "t3.pid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t3.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t3", + "on", + "t2", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "year", + ">", + "value" + ], + "question": "return me the number of papers by \" H. V. Jagadish \" after 2000 .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "after", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t4.title ) FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"PVLDB\" AND t4.year > 2000;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t2.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t4.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "year", + ">", + "value" + ], + "question": "return me the number of papers by \" H. V. Jagadish \" on PVLDB after 2000 .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "on", + "PVLDB", + "after", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t4.title ) FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t2.name = \"VLDB\" AND t4.year > 2000;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t2.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t4.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "year", + ">", + "value" + ], + "question": "return me the number of papers by \" H. V. Jagadish \" on VLDB conference after 2000 .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "on", + "VLDB", + "conference", + "after", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT keyword ) FROM keyword;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "keyword", + ")", + "FROM", + "keyword", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "keyword", + ")", + "from", + "keyword" + ], + "question": "return me the number of keywords .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "keywords", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t1.keyword ) FROM DOMAIN AS t3 JOIN domain_keyword AS t2 ON t3.did = t2.did JOIN keyword AS t1 ON t1.kid = t2.kid WHERE t3.name = \"Databases\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.keyword", + ")", + "FROM", + "DOMAIN", + "AS", + "t3", + "JOIN", + "domain_keyword", + "AS", + "t2", + "ON", + "t3.did", + "=", + "t2.did", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t1.kid", + "=", + "t2.kid", + "WHERE", + "t3.name", + "=", + "``", + "Databases", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "keyword", + ")", + "from", + "domain", + "as", + "t3", + "join", + "domain_keyword", + "as", + "t2", + "on", + "t3", + ".", + "did", + "=", + "t2", + ".", + "did", + "join", + "keyword", + "as", + "t1", + "on", + "t1", + ".", + "kid", + "=", + "t2", + ".", + "kid", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of keywords in Databases area .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "keywords", + "in", + "Databases", + "area", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 21, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 20, + false + ], + null + ], + [ + 0, + 22, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t3.title ) FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t3 ON t3.pid = t2.pid WHERE t1.keyword = \"Natural Language\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + "FROM", + "publication_keyword", + "AS", + "t2", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t2.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t2.pid", + "WHERE", + "t1.keyword", + "=", + "``", + "Natural", + "Language", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + "from", + "publication_keyword", + "as", + "t2", + "join", + "keyword", + "as", + "t1", + "on", + "t2", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t2", + ".", + "pid", + "where", + "t1", + ".", + "keyword", + "=", + "value" + ], + "question": "return me the number of papers which contain the keyword \" Natural Language \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "which", + "contain", + "the", + "keyword", + "``", + "Natural", + "Language", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Natural Language\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t1.keyword ) FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t2 ON t2.pid = t3.pid WHERE t2.title = \"Making database systems usable\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.keyword", + ")", + "FROM", + "publication_keyword", + "AS", + "t3", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t3.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t2", + "ON", + "t2.pid", + "=", + "t3.pid", + "WHERE", + "t2.title", + "=", + "``", + "Making", + "database", + "systems", + "usable", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "keyword", + ")", + "from", + "publication_keyword", + "as", + "t3", + "join", + "keyword", + "as", + "t1", + "on", + "t3", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t2", + "on", + "t2", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "where", + "t2", + ".", + "title", + "=", + "value" + ], + "question": "return me the number of the keywords of \" Making database systems usable \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "the", + "keywords", + "of", + "``", + "Making", + "database", + "systems", + "usable", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 29, + false + ], + null + ], + "\"Making database systems usable\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t1.keyword ) FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.keyword", + ")", + "FROM", + "publication_keyword", + "AS", + "t5", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t5.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t3.pid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t4.aid", + "=", + "t2.aid", + "WHERE", + "t2.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "keyword", + ")", + "from", + "publication_keyword", + "as", + "t5", + "join", + "keyword", + "as", + "t1", + "on", + "t5", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "author", + "as", + "t2", + "on", + "t4", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of the keywords related to \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "the", + "keywords", + "related", + "to", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t1.keyword ) FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t2.name = \"VLDB\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.keyword", + ")", + "FROM", + "publication_keyword", + "AS", + "t4", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t4.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t3.cid", + "=", + "t2.cid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "keyword", + ")", + "from", + "publication_keyword", + "as", + "t4", + "join", + "keyword", + "as", + "t1", + "on", + "t4", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "conference", + "as", + "t2", + "on", + "t3", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of keywords in VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "keywords", + "in", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t1.keyword ) FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t3.name = \"PVLDB\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.keyword", + ")", + "FROM", + "publication_keyword", + "AS", + "t4", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t4.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t2", + "ON", + "t2.pid", + "=", + "t4.pid", + "JOIN", + "journal", + "AS", + "t3", + "ON", + "t2.jid", + "=", + "t3.jid", + "WHERE", + "t3.name", + "=", + "``", + "PVLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "keyword", + ")", + "from", + "publication_keyword", + "as", + "t4", + "join", + "keyword", + "as", + "t1", + "on", + "t4", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t2", + "on", + "t2", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "journal", + "as", + "t3", + "on", + "t2", + ".", + "jid", + "=", + "t3", + ".", + "jid", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of keywords in PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "keywords", + "in", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t1.keyword ) FROM organization AS t6 JOIN author AS t2 ON t6.oid = t2.oid JOIN writes AS t4 ON t4.aid = t2.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN publication_keyword AS t3 ON t5.pid = t3.pid JOIN keyword AS t1 ON t3.kid = t1.kid WHERE t6.name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.keyword", + ")", + "FROM", + "organization", + "AS", + "t6", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t6.oid", + "=", + "t2.oid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.aid", + "=", + "t2.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "publication_keyword", + "AS", + "t3", + "ON", + "t5.pid", + "=", + "t3.pid", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t3.kid", + "=", + "t1.kid", + "WHERE", + "t6.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "keyword", + ")", + "from", + "organization", + "as", + "t6", + "join", + "author", + "as", + "t2", + "on", + "t6", + ".", + "oid", + "=", + "t2", + ".", + "oid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "publication_keyword", + "as", + "t3", + "on", + "t5", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "keyword", + "as", + "t1", + "on", + "t3", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "where", + "t6", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of keywords in the papers of \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "keywords", + "in", + "the", + "papers", + "of", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 19, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t5.title ) FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t5 ON t5.pid = t3.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.keyword = \"User Study\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t5.title", + ")", + "FROM", + "publication_keyword", + "AS", + "t3", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t3.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t5.pid", + "=", + "t3.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t4.aid", + "=", + "t2.aid", + "WHERE", + "t2.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t1.keyword", + "=", + "``", + "User", + "Study", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t5", + ".", + "title", + ")", + "from", + "publication_keyword", + "as", + "t3", + "join", + "keyword", + "as", + "t1", + "on", + "t3", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t5", + "on", + "t5", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "author", + "as", + "t2", + "on", + "t4", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "keyword", + "=", + "value" + ], + "question": "return me the number of the papers of \" H. V. Jagadish \" containing keyword \" User Study \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "the", + "papers", + "of", + "``", + "H.", + "V.", + "Jagadish", + "``", + "containing", + "keyword", + "``", + "User", + "Study", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"User Study\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t4.title ) FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t4 ON t4.pid = t2.pid JOIN journal AS t3 ON t4.jid = t3.jid WHERE t3.name = \"PVLDB\" AND t1.keyword = \"Keyword search\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + "FROM", + "publication_keyword", + "AS", + "t2", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t2.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t2.pid", + "JOIN", + "journal", + "AS", + "t3", + "ON", + "t4.jid", + "=", + "t3.jid", + "WHERE", + "t3.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t1.keyword", + "=", + "``", + "Keyword", + "search", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + "from", + "publication_keyword", + "as", + "t2", + "join", + "keyword", + "as", + "t1", + "on", + "t2", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t2", + ".", + "pid", + "join", + "journal", + "as", + "t3", + "on", + "t4", + ".", + "jid", + "=", + "t3", + ".", + "jid", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "keyword", + "=", + "value" + ], + "question": "return me the number of papers in PVLDB containing keyword \" Keyword search \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "in", + "PVLDB", + "containing", + "keyword", + "``", + "Keyword", + "search", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Keyword search\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t4.title ) FROM publication_keyword AS t3 JOIN keyword AS t1 ON t3.kid = t1.kid JOIN publication AS t4 ON t4.pid = t3.pid JOIN conference AS t2 ON t4.cid = t2.cid WHERE t2.name = \"VLDB\" AND t1.keyword = \"Information Retrieval\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + "FROM", + "publication_keyword", + "AS", + "t3", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t3.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t3.pid", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t1.keyword", + "=", + "``", + "Information", + "Retrieval", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + "from", + "publication_keyword", + "as", + "t3", + "join", + "keyword", + "as", + "t1", + "on", + "t3", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "keyword", + "=", + "value" + ], + "question": "return me the number of papers in VLDB conference containing keyword \" Information Retrieval \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "in", + "VLDB", + "conference", + "containing", + "keyword", + "``", + "Information", + "Retrieval", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Information Retrieval\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.name ) FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t1.keyword = \"Relational Database\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.name", + ")", + "FROM", + "publication_keyword", + "AS", + "t5", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t5.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t3.pid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t4.aid", + "=", + "t2.aid", + "WHERE", + "t1.keyword", + "=", + "``", + "Relational", + "Database", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "name", + ")", + "from", + "publication_keyword", + "as", + "t5", + "join", + "keyword", + "as", + "t1", + "on", + "t5", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "author", + "as", + "t2", + "on", + "t4", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t1", + ".", + "keyword", + "=", + "value" + ], + "question": "return me the number of authors who have papers containing keyword \" Relational Database \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "authors", + "who", + "have", + "papers", + "containing", + "keyword", + "``", + "Relational", + "Database", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Relational Database\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT SUM ( t3.citation_num ) FROM publication_keyword AS t2 JOIN keyword AS t1 ON t2.kid = t1.kid JOIN publication AS t3 ON t3.pid = t2.pid WHERE t1.keyword = \"Natural Language\";", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t3.citation_num", + ")", + "FROM", + "publication_keyword", + "AS", + "t2", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t2.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t2.pid", + "WHERE", + "t1.keyword", + "=", + "``", + "Natural", + "Language", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t3", + ".", + "citation_num", + ")", + "from", + "publication_keyword", + "as", + "t2", + "join", + "keyword", + "as", + "t1", + "on", + "t2", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t2", + ".", + "pid", + "where", + "t1", + ".", + "keyword", + "=", + "value" + ], + "question": "return me the total citations of the papers containing keyword \" Natural Language \"", + "question_toks": [ + "return", + "me", + "the", + "total", + "citations", + "of", + "the", + "papers", + "containing", + "keyword", + "``", + "Natural", + "Language", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Natural Language\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT name ) FROM organization;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "name", + ")", + "FROM", + "organization", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "name", + ")", + "from", + "organization" + ], + "question": "return me the number of the organizations .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "the", + "organizations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 35, + true + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT name ) FROM organization WHERE continent = \"North America\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "name", + ")", + "FROM", + "organization", + "WHERE", + "continent", + "=", + "``", + "North", + "America", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "name", + ")", + "from", + "organization", + "where", + "continent", + "=", + "value" + ], + "question": "return me the number of the organizations in \" North America \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "the", + "organizations", + "in", + "``", + "North", + "America", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 35, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + "\"North America\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.name ) FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = \"Databases\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.name", + ")", + "FROM", + "domain_author", + "AS", + "t4", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "DOMAIN", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t4.did", + "JOIN", + "organization", + "AS", + "t2", + "ON", + "t2.oid", + "=", + "t1.oid", + "WHERE", + "t3.name", + "=", + "``", + "Databases", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "name", + ")", + "from", + "domain_author", + "as", + "t4", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "domain", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t4", + ".", + "did", + "join", + "organization", + "as", + "t2", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "where", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of organizations in Databases area .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "organizations", + "in", + "Databases", + "area", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 35, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.name ) FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = \"Databases\" AND t2.continent = \"North America\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.name", + ")", + "FROM", + "domain_author", + "AS", + "t4", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "DOMAIN", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t4.did", + "JOIN", + "organization", + "AS", + "t2", + "ON", + "t2.oid", + "=", + "t1.oid", + "WHERE", + "t3.name", + "=", + "``", + "Databases", + "''", + "AND", + "t2.continent", + "=", + "``", + "North", + "America", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "name", + ")", + "from", + "domain_author", + "as", + "t4", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "domain", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t4", + ".", + "did", + "join", + "organization", + "as", + "t2", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "continent", + "=", + "value" + ], + "question": "return me the number of organizations in Databases area located in \" North America \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "organizations", + "in", + "Databases", + "area", + "located", + "in", + "``", + "North", + "America", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 35, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 33, + false + ], + null + ], + "\"North America\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t4.title ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + "FROM", + "organization", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.oid", + "=", + "t1.oid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t4", + "ON", + "t3.pid", + "=", + "t4.pid", + "WHERE", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + "from", + "organization", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t4", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of papers in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t4.title ) FROM domain_author AS t6 JOIN author AS t1 ON t6.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t6.did JOIN domain_publication AS t2 ON t3.did = t2.did JOIN organization AS t5 ON t5.oid = t1.oid JOIN publication AS t4 ON t4.pid = t2.pid WHERE t3.name = \"Databases\" AND t5.name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + "FROM", + "domain_author", + "AS", + "t6", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t6.aid", + "=", + "t1.aid", + "JOIN", + "DOMAIN", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t6.did", + "JOIN", + "domain_publication", + "AS", + "t2", + "ON", + "t3.did", + "=", + "t2.did", + "JOIN", + "organization", + "AS", + "t5", + "ON", + "t5.oid", + "=", + "t1.oid", + "JOIN", + "publication", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t2.pid", + "WHERE", + "t3.name", + "=", + "``", + "Databases", + "''", + "AND", + "t5.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + "from", + "domain_author", + "as", + "t6", + "join", + "author", + "as", + "t1", + "on", + "t6", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "domain", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t6", + ".", + "did", + "join", + "domain_publication", + "as", + "t2", + "on", + "t3", + ".", + "did", + "=", + "t2", + ".", + "did", + "join", + "organization", + "as", + "t5", + "on", + "t5", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "publication", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t2", + ".", + "pid", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t5", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of papers in \" University of Michigan \" in Databases area .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "in", + "Databases", + "area", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 10 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t4.title ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = \"University of Michigan\" AND t4.year > 2000;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + "FROM", + "organization", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.oid", + "=", + "t1.oid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t4", + "ON", + "t3.pid", + "=", + "t4.pid", + "WHERE", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + "AND", + "t4.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + "from", + "organization", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t4", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "year", + ">", + "value" + ], + "question": "return me the number of papers after 2000 in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "after", + "2000", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t5.title ) FROM organization AS t3 JOIN author AS t1 ON t3.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN conference AS t2 ON t5.cid = t2.cid WHERE t2.name = \"VLDB\" AND t3.name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t5.title", + ")", + "FROM", + "organization", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.oid", + "=", + "t1.oid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t5.cid", + "=", + "t2.cid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t3.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t5", + ".", + "title", + ")", + "from", + "organization", + "as", + "t3", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "conference", + "as", + "t2", + "on", + "t5", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of papers in VLDB conference in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "in", + "VLDB", + "conference", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t5.title ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN journal AS t3 ON t5.jid = t3.jid WHERE t3.name = \"PVLDB\" AND t2.name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t5.title", + ")", + "FROM", + "organization", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.oid", + "=", + "t1.oid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "journal", + "AS", + "t3", + "ON", + "t5.jid", + "=", + "t3.jid", + "WHERE", + "t3.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t5", + ".", + "title", + ")", + "from", + "organization", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "journal", + "as", + "t3", + "on", + "t5", + ".", + "jid", + "=", + "t3", + ".", + "jid", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of papers in PVLDB in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "in", + "PVLDB", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t5.title ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t4 ON t4.aid = t1.aid JOIN publication AS t5 ON t4.pid = t5.pid JOIN journal AS t3 ON t5.jid = t3.jid WHERE t3.name = \"PVLDB\" AND t2.name = \"University of Michigan\" AND t5.year > 2000;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t5.title", + ")", + "FROM", + "organization", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.oid", + "=", + "t1.oid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "journal", + "AS", + "t3", + "ON", + "t5.jid", + "=", + "t3.jid", + "WHERE", + "t3.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + "AND", + "t5.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t5", + ".", + "title", + ")", + "from", + "organization", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "journal", + "as", + "t3", + "on", + "t5", + ".", + "jid", + "=", + "t3", + ".", + "jid", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value", + "and", + "t5", + ".", + "year", + ">", + "value" + ], + "question": "return me the number of papers in PVLDB after 2000 in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "in", + "PVLDB", + "after", + "2000", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT SUM ( t4.citation_num ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t4.citation_num", + ")", + "FROM", + "organization", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.oid", + "=", + "t1.oid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t4", + "ON", + "t3.pid", + "=", + "t4.pid", + "WHERE", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t4", + ".", + "citation_num", + ")", + "from", + "organization", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t4", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the total citations of the papers in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "the", + "total", + "citations", + "of", + "the", + "papers", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid WHERE t2.name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "organization", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.oid", + "=", + "t1.oid", + "WHERE", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "organization", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of researchers in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "researchers", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM domain_author AS t4 JOIN author AS t1 ON t4.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t4.did JOIN organization AS t2 ON t2.oid = t1.oid WHERE t3.name = \"Databases\" AND t2.name = \"University of Michigan\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "domain_author", + "AS", + "t4", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "DOMAIN", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t4.did", + "JOIN", + "organization", + "AS", + "t2", + "ON", + "t2.oid", + "=", + "t1.oid", + "WHERE", + "t3.name", + "=", + "``", + "Databases", + "''", + "AND", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "domain_author", + "as", + "t4", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "domain", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t4", + ".", + "did", + "join", + "organization", + "as", + "t2", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of researchers in Databases area in \" University of Michigan \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "researchers", + "in", + "Databases", + "area", + "in", + "``", + "University", + "of", + "Michigan", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"PVLDB\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "PVLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of authors who have papers in PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "authors", + "who", + "have", + "papers", + "in", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"VLDB\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of authors who have papers in the VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "authors", + "who", + "have", + "papers", + "in", + "the", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.year < 2000;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t2.year", + "<", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + "<", + "value" + ], + "question": "return me the number of papers published on PVLDB before 2000 .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "published", + "on", + "PVLDB", + "before", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.title ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.year < 2000;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t2.year", + "<", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + "<", + "value" + ], + "question": "return me the number of papers published in the VLDB conference before 2000 .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "published", + "in", + "the", + "VLDB", + "conference", + "before", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\";", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t2.citation_num", + ")", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t2", + ".", + "citation_num", + ")", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the total citations of all the papers in PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "total", + "citations", + "of", + "all", + "the", + "papers", + "in", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.citation_num FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\";", + "query_toks": [ + "SELECT", + "t2.citation_num", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "citation_num", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the citations of each paper in PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "citations", + "of", + "each", + "paper", + "in", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.year = 2005;", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t2.citation_num", + ")", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t2.year", + "=", + "2005", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t2", + ".", + "citation_num", + ")", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value" + ], + "question": "return me the total citations of papers in PVLDB in 2005 .", + "question_toks": [ + "return", + "me", + "the", + "total", + "citations", + "of", + "papers", + "in", + "PVLDB", + "in", + "2005", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2005.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.year < 2005;", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t2.citation_num", + ")", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t2.year", + "<", + "2005", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t2", + ".", + "citation_num", + ")", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + "<", + "value" + ], + "question": "return me the total citations of papers in PVLDB before 2005 .", + "question_toks": [ + "return", + "me", + "the", + "total", + "citations", + "of", + "papers", + "in", + "PVLDB", + "before", + "2005", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2005.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.year , SUM ( t2.citation_num ) FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" GROUP BY t2.year;", + "query_toks": [ + "SELECT", + "t2.year", + ",", + "SUM", + "(", + "t2.citation_num", + ")", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + "GROUP", + "BY", + "t2.year", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "year", + ",", + "sum", + "(", + "t2", + ".", + "citation_num", + ")", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value", + "group", + "by", + "t2", + ".", + "year" + ], + "question": "return me the total citations of papers in PVLDB in each year .", + "question_toks": [ + "return", + "me", + "the", + "total", + "citations", + "of", + "papers", + "in", + "PVLDB", + "in", + "each", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [ + [ + 0, + 30, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.title ) , t2.year FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" GROUP BY t2.year;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + ",", + "t2.year", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + "GROUP", + "BY", + "t2.year", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + ",", + "t2", + ".", + "year", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value", + "group", + "by", + "t2", + ".", + "year" + ], + "question": "return me the number of papers published in PVLDB in each year .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "published", + "in", + "PVLDB", + "in", + "each", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [ + [ + 0, + 30, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\";", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t2.citation_num", + ")", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t2", + ".", + "citation_num", + ")", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the total citations of all the papers in the VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "total", + "citations", + "of", + "all", + "the", + "papers", + "in", + "the", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.citation_num FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\";", + "query_toks": [ + "SELECT", + "t2.citation_num", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "citation_num", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the citations of each paper in the VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "citations", + "of", + "each", + "paper", + "in", + "the", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.year = 2005;", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t2.citation_num", + ")", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t2.year", + "=", + "2005", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t2", + ".", + "citation_num", + ")", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + "=", + "value" + ], + "question": "return me the total citations of papers in the VLDB conference in 2005 .", + "question_toks": [ + "return", + "me", + "the", + "total", + "citations", + "of", + "papers", + "in", + "the", + "VLDB", + "conference", + "in", + "2005", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2005.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT SUM ( t2.citation_num ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.year < 2005;", + "query_toks": [ + "SELECT", + "SUM", + "(", + "t2.citation_num", + ")", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t2.year", + "<", + "2005", + ";" + ], + "query_toks_no_value": [ + "select", + "sum", + "(", + "t2", + ".", + "citation_num", + ")", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + "<", + "value" + ], + "question": "return me the total citations of papers in the VLDB conference before 2005 .", + "question_toks": [ + "return", + "me", + "the", + "total", + "citations", + "of", + "papers", + "in", + "the", + "VLDB", + "conference", + "before", + "2005", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 4, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2005.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.year , SUM ( t2.citation_num ) FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" GROUP BY t2.year;", + "query_toks": [ + "SELECT", + "t2.year", + ",", + "SUM", + "(", + "t2.citation_num", + ")", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + "GROUP", + "BY", + "t2.year", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "year", + ",", + "sum", + "(", + "t2", + ".", + "citation_num", + ")", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value", + "group", + "by", + "t2", + ".", + "year" + ], + "question": "return me the total citations of papers in the VLDB conference in each year .", + "question_toks": [ + "return", + "me", + "the", + "total", + "citations", + "of", + "papers", + "in", + "the", + "VLDB", + "conference", + "in", + "each", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ], + [ + 4, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [ + [ + 0, + 30, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.title ) , t2.year FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" GROUP BY t2.year;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + ",", + "t2.year", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + "GROUP", + "BY", + "t2.year", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + ",", + "t2", + ".", + "year", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value", + "group", + "by", + "t2", + ".", + "year" + ], + "question": "return me the number of papers published in the VLDB conference in each year .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "published", + "in", + "the", + "VLDB", + "conference", + "in", + "each", + "year", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [ + [ + 0, + 30, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM writes AS t4 JOIN author AS t2 ON t4.aid = t2.aid JOIN publication AS t7 ON t4.pid = t7.pid JOIN writes AS t5 ON t5.pid = t7.pid JOIN writes AS t6 ON t6.pid = t7.pid JOIN author AS t1 ON t5.aid = t1.aid JOIN author AS t3 ON t6.aid = t3.aid WHERE t1.name = \"H. V. Jagadish\" AND t3.name = \"Divesh Srivastava\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "writes", + "AS", + "t4", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t4.aid", + "=", + "t2.aid", + "JOIN", + "publication", + "AS", + "t7", + "ON", + "t4.pid", + "=", + "t7.pid", + "JOIN", + "writes", + "AS", + "t5", + "ON", + "t5.pid", + "=", + "t7.pid", + "JOIN", + "writes", + "AS", + "t6", + "ON", + "t6.pid", + "=", + "t7.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t5.aid", + "=", + "t1.aid", + "JOIN", + "author", + "AS", + "t3", + "ON", + "t6.aid", + "=", + "t3.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t3.name", + "=", + "``", + "Divesh", + "Srivastava", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "writes", + "as", + "t4", + "join", + "author", + "as", + "t2", + "on", + "t4", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "publication", + "as", + "t7", + "on", + "t4", + ".", + "pid", + "=", + "t7", + ".", + "pid", + "join", + "writes", + "as", + "t5", + "on", + "t5", + ".", + "pid", + "=", + "t7", + ".", + "pid", + "join", + "writes", + "as", + "t6", + "on", + "t6", + ".", + "pid", + "=", + "t7", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t5", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "author", + "as", + "t3", + "on", + "t6", + ".", + "aid", + "=", + "t3", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "return me the authors who have cooperated both with \" H. V. Jagadish \" and \" Divesh Srivastava \" .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "cooperated", + "both", + "with", + "``", + "H.", + "V.", + "Jagadish", + "``", + "and", + "``", + "Divesh", + "Srivastava", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Divesh Srivastava\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" AND t5.year > 2000;", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t5.year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t5", + ".", + "year", + ">", + "value" + ], + "question": "return me the authors who have cooperated with \" H. V. Jagadish \" after 2000 .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "cooperated", + "with", + "``", + "H.", + "V.", + "Jagadish", + "``", + "after", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Divesh Srivastava\";", + "query_toks": [ + "SELECT", + "t5.title", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t1.name", + "=", + "``", + "Divesh", + "Srivastava", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t5", + ".", + "title", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the papers written by \" H. V. Jagadish \" and \" Divesh Srivastava \" .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "written", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "and", + "``", + "Divesh", + "Srivastava", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Divesh Srivastava\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Yunyao Li\" AND t5.year > 2005;", + "query_toks": [ + "SELECT", + "t5.title", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t1.name", + "=", + "``", + "Yunyao", + "Li", + "''", + "AND", + "t5.year", + ">", + "2005", + ";" + ], + "query_toks_no_value": [ + "select", + "t5", + ".", + "title", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value", + "and", + "t5", + ".", + "year", + ">", + "value" + ], + "question": "return me the papers written by \" H. V. Jagadish \" and \" Yunyao Li \" after 2005 .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "written", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "and", + "``", + "Yunyao", + "Li", + "``", + "after", + "2005", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Yunyao Li\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2005.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t6.title FROM publication AS t6 JOIN journal AS t4 ON t6.jid = t4.jid JOIN writes AS t3 ON t3.pid = t6.pid JOIN writes AS t5 ON t5.pid = t6.pid JOIN author AS t1 ON t5.aid = t1.aid JOIN author AS t2 ON t3.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Yunyao Li\" AND t4.name = \"PVLDB\";", + "query_toks": [ + "SELECT", + "t6.title", + "FROM", + "publication", + "AS", + "t6", + "JOIN", + "journal", + "AS", + "t4", + "ON", + "t6.jid", + "=", + "t4.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t6.pid", + "JOIN", + "writes", + "AS", + "t5", + "ON", + "t5.pid", + "=", + "t6.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t5.aid", + "=", + "t1.aid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "WHERE", + "t2.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t1.name", + "=", + "``", + "Yunyao", + "Li", + "''", + "AND", + "t4.name", + "=", + "``", + "PVLDB", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t6", + ".", + "title", + "from", + "publication", + "as", + "t6", + "join", + "journal", + "as", + "t4", + "on", + "t6", + ".", + "jid", + "=", + "t4", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t6", + ".", + "pid", + "join", + "writes", + "as", + "t5", + "on", + "t5", + ".", + "pid", + "=", + "t6", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t5", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "name", + "=", + "value" + ], + "question": "return me the papers written by \" H. V. Jagadish \" and \" Yunyao Li \" on PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "written", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "and", + "``", + "Yunyao", + "Li", + "``", + "on", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Yunyao Li\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t6.title FROM publication AS t6 JOIN journal AS t4 ON t6.jid = t4.jid JOIN writes AS t3 ON t3.pid = t6.pid JOIN writes AS t5 ON t5.pid = t6.pid JOIN author AS t1 ON t5.aid = t1.aid JOIN author AS t2 ON t3.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Yunyao Li\" AND t4.name = \"PVLDB\" AND t6.year > 2005;", + "query_toks": [ + "SELECT", + "t6.title", + "FROM", + "publication", + "AS", + "t6", + "JOIN", + "journal", + "AS", + "t4", + "ON", + "t6.jid", + "=", + "t4.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t6.pid", + "JOIN", + "writes", + "AS", + "t5", + "ON", + "t5.pid", + "=", + "t6.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t5.aid", + "=", + "t1.aid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "WHERE", + "t2.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t1.name", + "=", + "``", + "Yunyao", + "Li", + "''", + "AND", + "t4.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t6.year", + ">", + "2005", + ";" + ], + "query_toks_no_value": [ + "select", + "t6", + ".", + "title", + "from", + "publication", + "as", + "t6", + "join", + "journal", + "as", + "t4", + "on", + "t6", + ".", + "jid", + "=", + "t4", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t6", + ".", + "pid", + "join", + "writes", + "as", + "t5", + "on", + "t5", + ".", + "pid", + "=", + "t6", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t5", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "name", + "=", + "value", + "and", + "t6", + ".", + "year", + ">", + "value" + ], + "question": "return me the papers written by \" H. V. Jagadish \" and \" Yunyao Li \" on PVLDB after 2005 .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "written", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "and", + "``", + "Yunyao", + "Li", + "``", + "on", + "PVLDB", + "after", + "2005", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Yunyao Li\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2005.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the authors who have cooperated with \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "cooperated", + "with", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Divesh Srivastava\" AND t5.year < 2000;", + "query_toks": [ + "SELECT", + "t5.title", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t1.name", + "=", + "``", + "Divesh", + "Srivastava", + "''", + "AND", + "t5.year", + "<", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "t5", + ".", + "title", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value", + "and", + "t5", + ".", + "year", + "<", + "value" + ], + "question": "return me the papers written by \" H. V. Jagadish \" and \" Divesh Srivastava \" before 2000 .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "written", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "and", + "``", + "Divesh", + "Srivastava", + "``", + "before", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Divesh Srivastava\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM publication AS t7 JOIN cite AS t5 ON t7.pid = t5.citing JOIN publication AS t6 ON t6.pid = t5.cited JOIN writes AS t3 ON t3.pid = t7.pid JOIN writes AS t4 ON t4.pid = t6.pid JOIN author AS t2 ON t3.aid = t2.aid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "publication", + "AS", + "t7", + "JOIN", + "cite", + "AS", + "t5", + "ON", + "t7.pid", + "=", + "t5.citing", + "JOIN", + "publication", + "AS", + "t6", + "ON", + "t6.pid", + "=", + "t5.cited", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t7.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t6.pid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "publication", + "as", + "t7", + "join", + "cite", + "as", + "t5", + "on", + "t7", + ".", + "pid", + "=", + "t5", + ".", + "citing", + "join", + "publication", + "as", + "t6", + "on", + "t6", + ".", + "pid", + "=", + "t5", + ".", + "cited", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t7", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t6", + ".", + "pid", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the authors who have cited the papers by \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "cited", + "the", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 14 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 42, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 41, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t5.title ) FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Divesh Srivastava\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t5.title", + ")", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t1.name", + "=", + "``", + "Divesh", + "Srivastava", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t5", + ".", + "title", + ")", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of papers written by \" H. V. Jagadish \" and \" Divesh Srivastava \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "written", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "and", + "``", + "Divesh", + "Srivastava", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Divesh Srivastava\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t5.title ) FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Divesh Srivastava\" AND t5.year < 2000;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t5.title", + ")", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t1.name", + "=", + "``", + "Divesh", + "Srivastava", + "''", + "AND", + "t5.year", + "<", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t5", + ".", + "title", + ")", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value", + "and", + "t5", + ".", + "year", + "<", + "value" + ], + "question": "return me the number of papers written by \" H. V. Jagadish \" and \" Divesh Srivastava \" before 2000 .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "written", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "and", + "``", + "Divesh", + "Srivastava", + "``", + "before", + "2000", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Divesh Srivastava\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t7.title ) FROM writes AS t4 JOIN author AS t2 ON t4.aid = t2.aid JOIN publication AS t7 ON t4.pid = t7.pid JOIN writes AS t5 ON t5.pid = t7.pid JOIN writes AS t6 ON t6.pid = t7.pid JOIN author AS t1 ON t5.aid = t1.aid JOIN author AS t3 ON t6.aid = t3.aid WHERE t2.name = \"Cong Yu\" AND t1.name = \"H. V. Jagadish\" AND t3.name = \"Yunyao Li\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t7.title", + ")", + "FROM", + "writes", + "AS", + "t4", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t4.aid", + "=", + "t2.aid", + "JOIN", + "publication", + "AS", + "t7", + "ON", + "t4.pid", + "=", + "t7.pid", + "JOIN", + "writes", + "AS", + "t5", + "ON", + "t5.pid", + "=", + "t7.pid", + "JOIN", + "writes", + "AS", + "t6", + "ON", + "t6.pid", + "=", + "t7.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t5.aid", + "=", + "t1.aid", + "JOIN", + "author", + "AS", + "t3", + "ON", + "t6.aid", + "=", + "t3.aid", + "WHERE", + "t2.name", + "=", + "``", + "Cong", + "Yu", + "''", + "AND", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t3.name", + "=", + "``", + "Yunyao", + "Li", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t7", + ".", + "title", + ")", + "from", + "writes", + "as", + "t4", + "join", + "author", + "as", + "t2", + "on", + "t4", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "publication", + "as", + "t7", + "on", + "t4", + ".", + "pid", + "=", + "t7", + ".", + "pid", + "join", + "writes", + "as", + "t5", + "on", + "t5", + ".", + "pid", + "=", + "t7", + ".", + "pid", + "join", + "writes", + "as", + "t6", + "on", + "t6", + ".", + "pid", + "=", + "t7", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t5", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "author", + "as", + "t3", + "on", + "t6", + ".", + "aid", + "=", + "t3", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of papers written by \" H. V. Jagadish \" , \" Yunyao Li \" , and \" Cong Yu \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "papers", + "written", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + ",", + "``", + "Yunyao", + "Li", + "``", + ",", + "and", + "``", + "Cong", + "Yu", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 29, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Cong Yu\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Yunyao Li\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.name ) FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.name", + ")", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "name", + ")", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of authors who have cooperated with \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "authors", + "who", + "have", + "cooperated", + "with", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT COUNT ( DISTINCT t2.name ) FROM publication AS t7 JOIN cite AS t5 ON t7.pid = t5.citing JOIN publication AS t6 ON t6.pid = t5.cited JOIN writes AS t3 ON t3.pid = t7.pid JOIN writes AS t4 ON t4.pid = t6.pid JOIN author AS t2 ON t3.aid = t2.aid JOIN author AS t1 ON t4.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.name", + ")", + "FROM", + "publication", + "AS", + "t7", + "JOIN", + "cite", + "AS", + "t5", + "ON", + "t7.pid", + "=", + "t5.citing", + "JOIN", + "publication", + "AS", + "t6", + "ON", + "t6.pid", + "=", + "t5.cited", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t7.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t6.pid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "name", + ")", + "from", + "publication", + "as", + "t7", + "join", + "cite", + "as", + "t5", + "on", + "t7", + ".", + "pid", + "=", + "t5", + ".", + "citing", + "join", + "publication", + "as", + "t6", + "on", + "t6", + ".", + "pid", + "=", + "t5", + ".", + "cited", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t7", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t6", + ".", + "pid", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "return me the number of authors who have cited the papers by \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "number", + "of", + "authors", + "who", + "have", + "cited", + "the", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 14 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 42, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 41, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = \"H. V. Jagadish\" AND t1.name = \"Divesh Srivastava\" AND t5.citation_num > 200;", + "query_toks": [ + "SELECT", + "t5.title", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "AND", + "t1.name", + "=", + "``", + "Divesh", + "Srivastava", + "''", + "AND", + "t5.citation_num", + ">", + "200", + ";" + ], + "query_toks_no_value": [ + "select", + "t5", + ".", + "title", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value", + "and", + "t5", + ".", + "citation_num", + ">", + "value" + ], + "question": "return me the papers written by \" H. V. Jagadish \" and \" Divesh Srivastava \" with more than 200 citations .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "written", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "and", + "``", + "Divesh", + "Srivastava", + "``", + "with", + "more", + "than", + "200", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Divesh Srivastava\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + 200.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t1.keyword = \"Relational Database\" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "publication_keyword", + "AS", + "t5", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t5.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t3.pid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t4.aid", + "=", + "t2.aid", + "WHERE", + "t1.keyword", + "=", + "``", + "Relational", + "Database", + "''", + "GROUP", + "BY", + "t2.name", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "publication_keyword", + "as", + "t5", + "join", + "keyword", + "as", + "t1", + "on", + "t5", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "author", + "as", + "t2", + "on", + "t4", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t1", + ".", + "keyword", + "=", + "value", + "group", + "by", + "t2", + ".", + "name", + "order", + "by", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + "desc", + "limit", + "value" + ], + "question": "return me the author who has the most number of papers containing keyword \" Relational Database \" .", + "question_toks": [ + "return", + "me", + "the", + "author", + "who", + "has", + "the", + "most", + "number", + "of", + "papers", + "containing", + "keyword", + "``", + "Relational", + "Database", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Relational Database\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t1.keyword = \"Relational Database\" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "publication_keyword", + "AS", + "t4", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t4.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t3.cid", + "=", + "t2.cid", + "WHERE", + "t1.keyword", + "=", + "``", + "Relational", + "Database", + "''", + "GROUP", + "BY", + "t2.name", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "publication_keyword", + "as", + "t4", + "join", + "keyword", + "as", + "t1", + "on", + "t4", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "conference", + "as", + "t2", + "on", + "t3", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "where", + "t1", + ".", + "keyword", + "=", + "value", + "group", + "by", + "t2", + ".", + "name", + "order", + "by", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + "desc", + "limit", + "value" + ], + "question": "return me the conference that has the most number of papers containing keyword \" Relational Database \" .", + "question_toks": [ + "return", + "me", + "the", + "conference", + "that", + "has", + "the", + "most", + "number", + "of", + "papers", + "containing", + "keyword", + "``", + "Relational", + "Database", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Relational Database\"", + null + ] + ], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t1.keyword = \"Relational Database\" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "publication_keyword", + "AS", + "t4", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t4.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t3.cid", + "=", + "t2.cid", + "WHERE", + "t1.keyword", + "=", + "``", + "Relational", + "Database", + "''", + "GROUP", + "BY", + "t2.name", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "publication_keyword", + "as", + "t4", + "join", + "keyword", + "as", + "t1", + "on", + "t4", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "conference", + "as", + "t2", + "on", + "t3", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "where", + "t1", + ".", + "keyword", + "=", + "value", + "group", + "by", + "t2", + ".", + "name", + "order", + "by", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + "desc", + "limit", + "value" + ], + "question": "return me the conference, which has the most number of papers containing keyword \" Relational Database \" .", + "question_toks": [ + "return", + "me", + "the", + "conference", + ",", + "which", + "has", + "the", + "most", + "number", + "of", + "papers", + "containing", + "keyword", + "``", + "Relational", + "Database", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Relational Database\"", + null + ] + ], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t3.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t1.keyword = \"Relational Database\" GROUP BY t3.name ORDER BY COUNT ( DISTINCT t2.title ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t3.name", + "FROM", + "publication_keyword", + "AS", + "t4", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t4.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t2", + "ON", + "t2.pid", + "=", + "t4.pid", + "JOIN", + "journal", + "AS", + "t3", + "ON", + "t2.jid", + "=", + "t3.jid", + "WHERE", + "t1.keyword", + "=", + "``", + "Relational", + "Database", + "''", + "GROUP", + "BY", + "t3.name", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "publication_keyword", + "as", + "t4", + "join", + "keyword", + "as", + "t1", + "on", + "t4", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t2", + "on", + "t2", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "journal", + "as", + "t3", + "on", + "t2", + ".", + "jid", + "=", + "t3", + ".", + "jid", + "where", + "t1", + ".", + "keyword", + "=", + "value", + "group", + "by", + "t3", + ".", + "name", + "order", + "by", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "desc", + "limit", + "value" + ], + "question": "return me the journal that has the most number of papers containing keyword \" Relational Database \" .", + "question_toks": [ + "return", + "me", + "the", + "journal", + "that", + "has", + "the", + "most", + "number", + "of", + "papers", + "containing", + "keyword", + "``", + "Relational", + "Database", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Relational Database\"", + null + ] + ], + "groupBy": [ + [ + 0, + 16, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t3.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t1.keyword = \"Relational Database\" GROUP BY t3.name ORDER BY COUNT ( DISTINCT t2.title ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t3.name", + "FROM", + "publication_keyword", + "AS", + "t4", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t4.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t2", + "ON", + "t2.pid", + "=", + "t4.pid", + "JOIN", + "journal", + "AS", + "t3", + "ON", + "t2.jid", + "=", + "t3.jid", + "WHERE", + "t1.keyword", + "=", + "``", + "Relational", + "Database", + "''", + "GROUP", + "BY", + "t3.name", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "publication_keyword", + "as", + "t4", + "join", + "keyword", + "as", + "t1", + "on", + "t4", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t2", + "on", + "t2", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "journal", + "as", + "t3", + "on", + "t2", + ".", + "jid", + "=", + "t3", + ".", + "jid", + "where", + "t1", + ".", + "keyword", + "=", + "value", + "group", + "by", + "t3", + ".", + "name", + "order", + "by", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "desc", + "limit", + "value" + ], + "question": "return me the journal, which has the most number of papers containing keyword \" Relational Database \" .", + "question_toks": [ + "return", + "me", + "the", + "journal", + ",", + "which", + "has", + "the", + "most", + "number", + "of", + "papers", + "containing", + "keyword", + "``", + "Relational", + "Database", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Relational Database\"", + null + ] + ], + "groupBy": [ + [ + 0, + 16, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t2.name = \"VLDB\" GROUP BY t1.keyword ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.keyword", + "FROM", + "publication_keyword", + "AS", + "t4", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t4.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t3.cid", + "=", + "t2.cid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + "GROUP", + "BY", + "t1.keyword", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "keyword", + "from", + "publication_keyword", + "as", + "t4", + "join", + "keyword", + "as", + "t1", + "on", + "t4", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "conference", + "as", + "t2", + "on", + "t3", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "where", + "t2", + ".", + "name", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyword", + "order", + "by", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + "desc", + "limit", + "value" + ], + "question": "return me the keyword, which have been contained by the most number of papers in VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "keyword", + ",", + "which", + "have", + "been", + "contained", + "by", + "the", + "most", + "number", + "of", + "papers", + "in", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t3.name = \"PVLDB\" GROUP BY t1.keyword ORDER BY COUNT ( DISTINCT t2.title ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.keyword", + "FROM", + "publication_keyword", + "AS", + "t4", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t4.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t2", + "ON", + "t2.pid", + "=", + "t4.pid", + "JOIN", + "journal", + "AS", + "t3", + "ON", + "t2.jid", + "=", + "t3.jid", + "WHERE", + "t3.name", + "=", + "``", + "PVLDB", + "''", + "GROUP", + "BY", + "t1.keyword", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "keyword", + "from", + "publication_keyword", + "as", + "t4", + "join", + "keyword", + "as", + "t1", + "on", + "t4", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t2", + "on", + "t2", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "journal", + "as", + "t3", + "on", + "t2", + ".", + "jid", + "=", + "t3", + ".", + "jid", + "where", + "t3", + ".", + "name", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyword", + "order", + "by", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "desc", + "limit", + "value" + ], + "question": "return me the keyword, which have been contained by the most number of papers in PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "keyword", + ",", + "which", + "have", + "been", + "contained", + "by", + "the", + "most", + "number", + "of", + "papers", + "in", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.keyword FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\" GROUP BY t1.keyword ORDER BY COUNT ( DISTINCT t3.title ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.keyword", + "FROM", + "publication_keyword", + "AS", + "t5", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t5.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t3.pid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t4.aid", + "=", + "t2.aid", + "WHERE", + "t2.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "GROUP", + "BY", + "t1.keyword", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "keyword", + "from", + "publication_keyword", + "as", + "t5", + "join", + "keyword", + "as", + "t1", + "on", + "t5", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "author", + "as", + "t2", + "on", + "t4", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyword", + "order", + "by", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + "desc", + "limit", + "value" + ], + "question": "return me the keyword, which have been contained by the most number of papers by \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "keyword", + ",", + "which", + "have", + "been", + "contained", + "by", + "the", + "most", + "number", + "of", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = \"University of Michigan\" GROUP BY t1.name ORDER BY SUM ( t4.citation_num ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "organization", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.oid", + "=", + "t1.oid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t4", + "ON", + "t3.pid", + "=", + "t4.pid", + "WHERE", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + "GROUP", + "BY", + "t1.name", + "ORDER", + "BY", + "SUM", + "(", + "t4.citation_num", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "organization", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t4", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "where", + "t2", + ".", + "name", + "=", + "value", + "group", + "by", + "t1", + ".", + "name", + "order", + "by", + "sum", + "(", + "t4", + ".", + "citation_num", + ")", + "desc", + "limit", + "value" + ], + "question": "return me the author in the \" University of Michigan \" whose papers have the most total citations .", + "question_toks": [ + "return", + "me", + "the", + "author", + "in", + "the", + "``", + "University", + "of", + "Michigan", + "``", + "whose", + "papers", + "have", + "the", + "most", + "total", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 25, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM DOMAIN AS t4 JOIN domain_publication AS t2 ON t4.did = t2.did JOIN publication AS t5 ON t5.pid = t2.pid JOIN writes AS t3 ON t3.pid = t5.pid JOIN author AS t1 ON t3.aid = t1.aid JOIN organization AS t6 ON t6.oid = t1.oid WHERE t4.name = \"Databases\" AND t6.name = \"University of Michigan\" GROUP BY t1.name ORDER BY SUM ( t5.citation_num ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "DOMAIN", + "AS", + "t4", + "JOIN", + "domain_publication", + "AS", + "t2", + "ON", + "t4.did", + "=", + "t2.did", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t5.pid", + "=", + "t2.pid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "organization", + "AS", + "t6", + "ON", + "t6.oid", + "=", + "t1.oid", + "WHERE", + "t4.name", + "=", + "``", + "Databases", + "''", + "AND", + "t6.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + "GROUP", + "BY", + "t1.name", + "ORDER", + "BY", + "SUM", + "(", + "t5.citation_num", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "domain", + "as", + "t4", + "join", + "domain_publication", + "as", + "t2", + "on", + "t4", + ".", + "did", + "=", + "t2", + ".", + "did", + "join", + "publication", + "as", + "t5", + "on", + "t5", + ".", + "pid", + "=", + "t2", + ".", + "pid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "organization", + "as", + "t6", + "on", + "t6", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "where", + "t4", + ".", + "name", + "=", + "value", + "and", + "t6", + ".", + "name", + "=", + "value", + "group", + "by", + "t1", + ".", + "name", + "order", + "by", + "sum", + "(", + "t5", + ".", + "citation_num", + ")", + "desc", + "limit", + "value" + ], + "question": "return me the author in the \" University of Michigan \" whose papers in Databases area have the most total citations .", + "question_toks": [ + "return", + "me", + "the", + "author", + "in", + "the", + "``", + "University", + "of", + "Michigan", + "``", + "whose", + "papers", + "in", + "Databases", + "area", + "have", + "the", + "most", + "total", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 10 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 4, + 25, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t5.title FROM writes AS t3 JOIN author AS t2 ON t3.aid = t2.aid JOIN publication AS t5 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t5.pid JOIN author AS t1 ON t4.aid = t1.aid WHERE t2.name = \"Divesh Srivastava\" AND t1.name = \"H. V. Jagadish\" ORDER BY t5.citation_num DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t5.title", + "FROM", + "writes", + "AS", + "t3", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "JOIN", + "publication", + "AS", + "t5", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t5.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "Divesh", + "Srivastava", + "''", + "AND", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "ORDER", + "BY", + "t5.citation_num", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t5", + ".", + "title", + "from", + "writes", + "as", + "t3", + "join", + "author", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "publication", + "as", + "t5", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value", + "order", + "by", + "t5", + ".", + "citation_num", + "desc", + "limit", + "value" + ], + "question": "return me the papers written by \" H. V. Jagadish \" and \" Divesh Srivastava \" with the most number of citations .", + "question_toks": [ + "return", + "me", + "the", + "papers", + "written", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "and", + "``", + "Divesh", + "Srivastava", + "``", + "with", + "the", + "most", + "number", + "of", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Divesh Srivastava\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" GROUP BY t2.name HAVING COUNT ( DISTINCT t4.title ) > 10;", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "GROUP", + "BY", + "t2.name", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + ">", + "10", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "group", + "by", + "t2", + ".", + "name", + "having", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + ">", + "value" + ], + "question": "return me the conferences, which have more than 10 papers by \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "conferences", + ",", + "which", + "have", + "more", + "than", + "10", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 29, + true + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t4.title ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "GROUP", + "BY", + "t2.name", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "group", + "by", + "t2", + ".", + "name", + "order", + "by", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + "desc", + "limit", + "value" + ], + "question": "return me the conference, which have the most number of papers by \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "conference", + ",", + "which", + "have", + "the", + "most", + "number", + "of", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" GROUP BY t2.name HAVING COUNT ( DISTINCT t4.title ) > 10;", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "GROUP", + "BY", + "t2.name", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + ">", + "10", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "group", + "by", + "t2", + ".", + "name", + "having", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + ">", + "value" + ], + "question": "return me the journals, which have more than 10 papers by \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "journals", + ",", + "which", + "have", + "more", + "than", + "10", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [ + [ + 0, + 16, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 29, + true + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t1.name = \"H. V. Jagadish\" GROUP BY t2.name ORDER BY COUNT ( DISTINCT t4.title ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "GROUP", + "BY", + "t2.name", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "group", + "by", + "t2", + ".", + "name", + "order", + "by", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + "desc", + "limit", + "value" + ], + "question": "return me the journal, which have the most number of papers by \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "journal", + ",", + "which", + "have", + "the", + "most", + "number", + "of", + "papers", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [ + [ + 0, + 16, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT title FROM publication ORDER BY citation_num DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "title", + "FROM", + "publication", + "ORDER", + "BY", + "citation_num", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "publication", + "order", + "by", + "citation_num", + "desc", + "limit", + "value" + ], + "question": "return me the paper with the most citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "with", + "the", + "most", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t3.title FROM DOMAIN AS t2 JOIN domain_publication AS t1 ON t2.did = t1.did JOIN publication AS t3 ON t3.pid = t1.pid WHERE t2.name = \"Databases\" ORDER BY t3.citation_num DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "DOMAIN", + "AS", + "t2", + "JOIN", + "domain_publication", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t1.pid", + "WHERE", + "t2.name", + "=", + "``", + "Databases", + "''", + "ORDER", + "BY", + "t3.citation_num", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "domain", + "as", + "t2", + "join", + "domain_publication", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t1", + ".", + "pid", + "where", + "t2", + ".", + "name", + "=", + "value", + "order", + "by", + "t3", + ".", + "citation_num", + "desc", + "limit", + "value" + ], + "question": "return me the paper in Databases area with the most citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "in", + "Databases", + "area", + "with", + "the", + "most", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 10 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" ORDER BY t2.citation_num DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + "ORDER", + "BY", + "t2.citation_num", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value", + "order", + "by", + "t2", + ".", + "citation_num", + "desc", + "limit", + "value" + ], + "question": "return me the paper in PVLDB with the most citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "in", + "PVLDB", + "with", + "the", + "most", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" ORDER BY t2.citation_num DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + "ORDER", + "BY", + "t2.citation_num", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value", + "order", + "by", + "t2", + ".", + "citation_num", + "desc", + "limit", + "value" + ], + "question": "return me the paper in VLDB conference with the most citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "in", + "VLDB", + "conference", + "with", + "the", + "most", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t3.title FROM writes AS t2 JOIN author AS t1 ON t2.aid = t1.aid JOIN publication AS t3 ON t2.pid = t3.pid WHERE t1.name = \"H. V. Jagadish\" ORDER BY t3.citation_num DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "writes", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t2.pid", + "=", + "t3.pid", + "WHERE", + "t1.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "ORDER", + "BY", + "t3.citation_num", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "writes", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t3", + "on", + "t2", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "where", + "t1", + ".", + "name", + "=", + "value", + "order", + "by", + "t3", + ".", + "citation_num", + "desc", + "limit", + "value" + ], + "question": "return me the paper by \" H. V. Jagadish \" with the most citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "by", + "``", + "H.", + "V.", + "Jagadish", + "``", + "with", + "the", + "most", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT title FROM publication WHERE YEAR > 2000 ORDER BY citation_num DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "title", + "FROM", + "publication", + "WHERE", + "YEAR", + ">", + "2000", + "ORDER", + "BY", + "citation_num", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "publication", + "where", + "year", + ">", + "value", + "order", + "by", + "citation_num", + "desc", + "limit", + "value" + ], + "question": "return me the paper after 2000 with the most citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "after", + "2000", + "with", + "the", + "most", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t3.title FROM DOMAIN AS t2 JOIN domain_publication AS t1 ON t2.did = t1.did JOIN publication AS t3 ON t3.pid = t1.pid WHERE t2.name = \"Databases\" AND t3.year > 2000 ORDER BY t3.citation_num DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "DOMAIN", + "AS", + "t2", + "JOIN", + "domain_publication", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t1.pid", + "WHERE", + "t2.name", + "=", + "``", + "Databases", + "''", + "AND", + "t3.year", + ">", + "2000", + "ORDER", + "BY", + "t3.citation_num", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "domain", + "as", + "t2", + "join", + "domain_publication", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t1", + ".", + "pid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "year", + ">", + "value", + "order", + "by", + "t3", + ".", + "citation_num", + "desc", + "limit", + "value" + ], + "question": "return me the paper after 2000 in Databases area with the most citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "after", + "2000", + "in", + "Databases", + "area", + "with", + "the", + "most", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 10 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 31, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 32, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.title FROM publication AS t2 JOIN journal AS t1 ON t2.jid = t1.jid WHERE t1.name = \"PVLDB\" AND t2.year > 2000 ORDER BY t2.citation_num DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "journal", + "AS", + "t1", + "ON", + "t2.jid", + "=", + "t1.jid", + "WHERE", + "t1.name", + "=", + "``", + "PVLDB", + "''", + "AND", + "t2.year", + ">", + "2000", + "ORDER", + "BY", + "t2.citation_num", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "publication", + "as", + "t2", + "join", + "journal", + "as", + "t1", + "on", + "t2", + ".", + "jid", + "=", + "t1", + ".", + "jid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + ">", + "value", + "order", + "by", + "t2", + ".", + "citation_num", + "desc", + "limit", + "value" + ], + "question": "return me the paper after 2000 in PVLDB with the most citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "after", + "2000", + "in", + "PVLDB", + "with", + "the", + "most", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.title FROM publication AS t2 JOIN conference AS t1 ON t2.cid = t1.cid WHERE t1.name = \"VLDB\" AND t2.year > 2000 ORDER BY t2.citation_num DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "publication", + "AS", + "t2", + "JOIN", + "conference", + "AS", + "t1", + "ON", + "t2.cid", + "=", + "t1.cid", + "WHERE", + "t1.name", + "=", + "``", + "VLDB", + "''", + "AND", + "t2.year", + ">", + "2000", + "ORDER", + "BY", + "t2.citation_num", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "publication", + "as", + "t2", + "join", + "conference", + "as", + "t1", + "on", + "t2", + ".", + "cid", + "=", + "t1", + ".", + "cid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "year", + ">", + "value", + "order", + "by", + "t2", + ".", + "citation_num", + "desc", + "limit", + "value" + ], + "question": "return me the paper after 2000 in VLDB conference with the most citations .", + "question_toks": [ + "return", + "me", + "the", + "paper", + "after", + "2000", + "in", + "VLDB", + "conference", + "with", + "the", + "most", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 29, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"PVLDB\" GROUP BY t1.name HAVING COUNT ( DISTINCT t4.title ) > 10;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "PVLDB", + "''", + "GROUP", + "BY", + "t1.name", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + ">", + "10", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "group", + "by", + "t1", + ".", + "name", + "having", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + ">", + "value" + ], + "question": "return me the authors who have more than 10 papers in PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "more", + "than", + "10", + "papers", + "in", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 29, + true + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM publication AS t4 JOIN journal AS t2 ON t4.jid = t2.jid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"PVLDB\" GROUP BY t1.name ORDER BY COUNT ( DISTINCT t4.title ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "journal", + "AS", + "t2", + "ON", + "t4.jid", + "=", + "t2.jid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "PVLDB", + "''", + "GROUP", + "BY", + "t1.name", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "journal", + "as", + "t2", + "on", + "t4", + ".", + "jid", + "=", + "t2", + ".", + "jid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "group", + "by", + "t1", + ".", + "name", + "order", + "by", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + "desc", + "limit", + "value" + ], + "question": "return me the authors who have the most number of papers in PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "the", + "most", + "number", + "of", + "papers", + "in", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t1.keyword = \"Relational Database\" GROUP BY t2.name HAVING COUNT ( DISTINCT t3.title ) > 10;", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "publication_keyword", + "AS", + "t5", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t5.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t3.pid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t4.aid", + "=", + "t2.aid", + "WHERE", + "t1.keyword", + "=", + "``", + "Relational", + "Database", + "''", + "GROUP", + "BY", + "t2.name", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + ">", + "10", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "publication_keyword", + "as", + "t5", + "join", + "keyword", + "as", + "t1", + "on", + "t5", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "author", + "as", + "t2", + "on", + "t4", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t1", + ".", + "keyword", + "=", + "value", + "group", + "by", + "t2", + ".", + "name", + "having", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + ">", + "value" + ], + "question": "return me the authors who have more than 10 papers containing keyword \" Relational Database \" .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "more", + "than", + "10", + "papers", + "containing", + "keyword", + "``", + "Relational", + "Database", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Relational Database\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 29, + true + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t2.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t1.keyword = \"Relational Database\" GROUP BY t2.name HAVING COUNT ( DISTINCT t3.title ) > 60;", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "publication_keyword", + "AS", + "t4", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t4.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t3.cid", + "=", + "t2.cid", + "WHERE", + "t1.keyword", + "=", + "``", + "Relational", + "Database", + "''", + "GROUP", + "BY", + "t2.name", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + ">", + "60", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "publication_keyword", + "as", + "t4", + "join", + "keyword", + "as", + "t1", + "on", + "t4", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "conference", + "as", + "t2", + "on", + "t3", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "where", + "t1", + ".", + "keyword", + "=", + "value", + "group", + "by", + "t2", + ".", + "name", + "having", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + ">", + "value" + ], + "question": "return me the conferences, which have more than 60 papers containing keyword \" Relational Database \" .", + "question_toks": [ + "return", + "me", + "the", + "conferences", + ",", + "which", + "have", + "more", + "than", + "60", + "papers", + "containing", + "keyword", + "``", + "Relational", + "Database", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 7, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Relational Database\"", + null + ] + ], + "groupBy": [ + [ + 0, + 7, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 29, + true + ], + null + ], + 60.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t3.name FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t1.keyword = \"Relational Database\" GROUP BY t3.name HAVING COUNT ( DISTINCT t2.title ) > 60;", + "query_toks": [ + "SELECT", + "t3.name", + "FROM", + "publication_keyword", + "AS", + "t4", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t4.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t2", + "ON", + "t2.pid", + "=", + "t4.pid", + "JOIN", + "journal", + "AS", + "t3", + "ON", + "t2.jid", + "=", + "t3.jid", + "WHERE", + "t1.keyword", + "=", + "``", + "Relational", + "Database", + "''", + "GROUP", + "BY", + "t3.name", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + ">", + "60", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "publication_keyword", + "as", + "t4", + "join", + "keyword", + "as", + "t1", + "on", + "t4", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t2", + "on", + "t2", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "journal", + "as", + "t3", + "on", + "t2", + ".", + "jid", + "=", + "t3", + ".", + "jid", + "where", + "t1", + ".", + "keyword", + "=", + "value", + "group", + "by", + "t3", + ".", + "name", + "having", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + ">", + "value" + ], + "question": "return me the journals, which have more than 60 papers containing keyword \" Relational Database \" .", + "question_toks": [ + "return", + "me", + "the", + "journals", + ",", + "which", + "have", + "more", + "than", + "60", + "papers", + "containing", + "keyword", + "``", + "Relational", + "Database", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 16, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 19, + false + ], + null + ], + "\"Relational Database\"", + null + ] + ], + "groupBy": [ + [ + 0, + 16, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 29, + true + ], + null + ], + 60.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t3 ON t3.pid = t4.pid JOIN conference AS t2 ON t3.cid = t2.cid WHERE t2.name = \"VLDB\" GROUP BY t1.keyword HAVING COUNT ( DISTINCT t3.title ) > 100;", + "query_toks": [ + "SELECT", + "t1.keyword", + "FROM", + "publication_keyword", + "AS", + "t4", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t4.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t3.cid", + "=", + "t2.cid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + "GROUP", + "BY", + "t1.keyword", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + ">", + "100", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "keyword", + "from", + "publication_keyword", + "as", + "t4", + "join", + "keyword", + "as", + "t1", + "on", + "t4", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "conference", + "as", + "t2", + "on", + "t3", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "where", + "t2", + ".", + "name", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyword", + "having", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + ">", + "value" + ], + "question": "return me the keywords, which have been contained by more than 100 papers in VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "keywords", + ",", + "which", + "have", + "been", + "contained", + "by", + "more", + "than", + "100", + "papers", + "in", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 29, + true + ], + null + ], + 100.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.keyword FROM publication_keyword AS t4 JOIN keyword AS t1 ON t4.kid = t1.kid JOIN publication AS t2 ON t2.pid = t4.pid JOIN journal AS t3 ON t2.jid = t3.jid WHERE t3.name = \"PVLDB\" GROUP BY t1.keyword HAVING COUNT ( DISTINCT t2.title ) > 100;", + "query_toks": [ + "SELECT", + "t1.keyword", + "FROM", + "publication_keyword", + "AS", + "t4", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t4.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t2", + "ON", + "t2.pid", + "=", + "t4.pid", + "JOIN", + "journal", + "AS", + "t3", + "ON", + "t2.jid", + "=", + "t3.jid", + "WHERE", + "t3.name", + "=", + "``", + "PVLDB", + "''", + "GROUP", + "BY", + "t1.keyword", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + ">", + "100", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "keyword", + "from", + "publication_keyword", + "as", + "t4", + "join", + "keyword", + "as", + "t1", + "on", + "t4", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t2", + "on", + "t2", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "journal", + "as", + "t3", + "on", + "t2", + ".", + "jid", + "=", + "t3", + ".", + "jid", + "where", + "t3", + ".", + "name", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyword", + "having", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + ">", + "value" + ], + "question": "return me the keywords, which have been contained by more than 100 papers in PVLDB .", + "question_toks": [ + "return", + "me", + "the", + "keywords", + ",", + "which", + "have", + "been", + "contained", + "by", + "more", + "than", + "100", + "papers", + "in", + "PVLDB", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 5 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + [ + 0, + 15, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 16, + false + ], + null + ], + "\"PVLDB\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 29, + true + ], + null + ], + 100.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.keyword FROM publication_keyword AS t5 JOIN keyword AS t1 ON t5.kid = t1.kid JOIN publication AS t3 ON t3.pid = t5.pid JOIN writes AS t4 ON t4.pid = t3.pid JOIN author AS t2 ON t4.aid = t2.aid WHERE t2.name = \"H. V. Jagadish\" GROUP BY t1.keyword HAVING COUNT ( DISTINCT t3.title ) > 10;", + "query_toks": [ + "SELECT", + "t1.keyword", + "FROM", + "publication_keyword", + "AS", + "t5", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t5.kid", + "=", + "t1.kid", + "JOIN", + "publication", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t5.pid", + "JOIN", + "writes", + "AS", + "t4", + "ON", + "t4.pid", + "=", + "t3.pid", + "JOIN", + "author", + "AS", + "t2", + "ON", + "t4.aid", + "=", + "t2.aid", + "WHERE", + "t2.name", + "=", + "``", + "H.", + "V.", + "Jagadish", + "''", + "GROUP", + "BY", + "t1.keyword", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + ">", + "10", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "keyword", + "from", + "publication_keyword", + "as", + "t5", + "join", + "keyword", + "as", + "t1", + "on", + "t5", + ".", + "kid", + "=", + "t1", + ".", + "kid", + "join", + "publication", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "join", + "writes", + "as", + "t4", + "on", + "t4", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "author", + "as", + "t2", + "on", + "t4", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "group", + "by", + "t1", + ".", + "keyword", + "having", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + ">", + "value" + ], + "question": "return me the keywords, which have been contained by more than 10 papers of \" H. V. Jagadish \" .", + "question_toks": [ + "return", + "me", + "the", + "keywords", + ",", + "which", + "have", + "been", + "contained", + "by", + "more", + "than", + "10", + "papers", + "of", + "``", + "H.", + "V.", + "Jagadish", + "``", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + [ + 0, + 20, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 27, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 19, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"H. V. Jagadish\"", + null + ] + ], + "groupBy": [ + [ + 0, + 19, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 29, + true + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"VLDB\" GROUP BY t1.name HAVING COUNT ( DISTINCT t4.title ) > 10;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + "GROUP", + "BY", + "t1.name", + "HAVING", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + ">", + "10", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "group", + "by", + "t1", + ".", + "name", + "having", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + ">", + "value" + ], + "question": "return me the authors who have more than 10 papers in the VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "authors", + "who", + "have", + "more", + "than", + "10", + "papers", + "in", + "the", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 3, + 29, + true + ], + null + ], + 10.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM publication AS t4 JOIN conference AS t2 ON t4.cid = t2.cid JOIN writes AS t3 ON t3.pid = t4.pid JOIN author AS t1 ON t3.aid = t1.aid WHERE t2.name = \"VLDB\" GROUP BY t1.name ORDER BY COUNT ( DISTINCT t4.title ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "publication", + "AS", + "t4", + "JOIN", + "conference", + "AS", + "t2", + "ON", + "t4.cid", + "=", + "t2.cid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.pid", + "=", + "t4.pid", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "WHERE", + "t2.name", + "=", + "``", + "VLDB", + "''", + "GROUP", + "BY", + "t1.name", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "publication", + "as", + "t4", + "join", + "conference", + "as", + "t2", + "on", + "t4", + ".", + "cid", + "=", + "t2", + ".", + "cid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "join", + "author", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value", + "group", + "by", + "t1", + ".", + "name", + "order", + "by", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + "desc", + "limit", + "value" + ], + "question": "return me the author who has the most number of papers in the VLDB conference .", + "question_toks": [ + "return", + "me", + "the", + "author", + "who", + "has", + "the", + "most", + "number", + "of", + "papers", + "in", + "the", + "VLDB", + "conference", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 9 + ], + [ + "table_unit", + 1 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + [ + 0, + 5, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + "\"VLDB\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 29, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM organization AS t2 JOIN author AS t1 ON t2.oid = t1.oid JOIN writes AS t3 ON t3.aid = t1.aid JOIN publication AS t4 ON t3.pid = t4.pid WHERE t2.name = \"University of Michigan\" GROUP BY t1.name HAVING SUM ( t4.citation_num ) > 5000;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "organization", + "AS", + "t2", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t2.oid", + "=", + "t1.oid", + "JOIN", + "writes", + "AS", + "t3", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t4", + "ON", + "t3.pid", + "=", + "t4.pid", + "WHERE", + "t2.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + "GROUP", + "BY", + "t1.name", + "HAVING", + "SUM", + "(", + "t4.citation_num", + ")", + ">", + "5000", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "organization", + "as", + "t2", + "join", + "author", + "as", + "t1", + "on", + "t2", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "writes", + "as", + "t3", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t4", + "on", + "t3", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "where", + "t2", + ".", + "name", + "=", + "value", + "group", + "by", + "t1", + ".", + "name", + "having", + "sum", + "(", + "t4", + ".", + "citation_num", + ")", + ">", + "value" + ], + "question": "return me the author in the \" University of Michigan \" whose papers have more than 5000 total citations .", + "question_toks": [ + "return", + "me", + "the", + "author", + "in", + "the", + "``", + "University", + "of", + "Michigan", + "``", + "whose", + "papers", + "have", + "more", + "than", + "5000", + "total", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 25, + false + ], + null + ], + 5000.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "academic", + "query": "SELECT t1.name FROM domain_author AS t6 JOIN author AS t1 ON t6.aid = t1.aid JOIN DOMAIN AS t3 ON t3.did = t6.did JOIN organization AS t5 ON t5.oid = t1.oid JOIN writes AS t2 ON t2.aid = t1.aid JOIN publication AS t4 ON t2.pid = t4.pid WHERE t3.name = \"Databases\" AND t5.name = \"University of Michigan\" GROUP BY t1.name HAVING SUM ( t4.citation_num ) > 5000;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "domain_author", + "AS", + "t6", + "JOIN", + "author", + "AS", + "t1", + "ON", + "t6.aid", + "=", + "t1.aid", + "JOIN", + "DOMAIN", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t6.did", + "JOIN", + "organization", + "AS", + "t5", + "ON", + "t5.oid", + "=", + "t1.oid", + "JOIN", + "writes", + "AS", + "t2", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "publication", + "AS", + "t4", + "ON", + "t2.pid", + "=", + "t4.pid", + "WHERE", + "t3.name", + "=", + "``", + "Databases", + "''", + "AND", + "t5.name", + "=", + "``", + "University", + "of", + "Michigan", + "''", + "GROUP", + "BY", + "t1.name", + "HAVING", + "SUM", + "(", + "t4.citation_num", + ")", + ">", + "5000", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "domain_author", + "as", + "t6", + "join", + "author", + "as", + "t1", + "on", + "t6", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "domain", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t6", + ".", + "did", + "join", + "organization", + "as", + "t5", + "on", + "t5", + ".", + "oid", + "=", + "t1", + ".", + "oid", + "join", + "writes", + "as", + "t2", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "publication", + "as", + "t4", + "on", + "t2", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t5", + ".", + "name", + "=", + "value", + "group", + "by", + "t1", + ".", + "name", + "having", + "sum", + "(", + "t4", + ".", + "citation_num", + ")", + ">", + "value" + ], + "question": "return me the author in the \" University of Michigan \" in Databases area whose papers have more than 5000 total citations .", + "question_toks": [ + "return", + "me", + "the", + "author", + "in", + "the", + "``", + "University", + "of", + "Michigan", + "``", + "in", + "Databases", + "area", + "whose", + "papers", + "have", + "more", + "than", + "5000", + "total", + "citations", + "." + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 13 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 10, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 36, + false + ], + null + ], + [ + 0, + 4, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 39, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 40, + false + ], + null + ], + [ + 0, + 27, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 9, + false + ], + null + ], + "\"Databases\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 35, + false + ], + null + ], + "\"University of Michigan\"", + null + ] + ], + "groupBy": [ + [ + 0, + 3, + false + ] + ], + "having": [ + [ + false, + 3, + [ + 0, + [ + 4, + 25, + false + ], + null + ], + 5000.0, + null + ] + ], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT release_year FROM movie WHERE title = \"The Imitation Game\";", + "query_toks": [ + "SELECT", + "release_year", + "FROM", + "movie", + "WHERE", + "title", + "=", + "``", + "The", + "Imitation", + "Game", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "release_year", + "from", + "movie", + "where", + "title", + "=", + "value" + ], + "question": "What year is the movie \" The Imitation Game \" from ?", + "question_toks": [ + "What", + "year", + "is", + "the", + "movie", + "``", + "The", + "Imitation", + "Game", + "``", + "from", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"The Imitation Game\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT release_year FROM movie WHERE title = \"The Imitation Game\";", + "query_toks": [ + "SELECT", + "release_year", + "FROM", + "movie", + "WHERE", + "title", + "=", + "``", + "The", + "Imitation", + "Game", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "release_year", + "from", + "movie", + "where", + "title", + "=", + "value" + ], + "question": "What year was the movie \" The Imitation Game \" produced", + "question_toks": [ + "What", + "year", + "was", + "the", + "movie", + "``", + "The", + "Imitation", + "Game", + "``", + "produced" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"The Imitation Game\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT birth_year FROM actor WHERE name = \"Benedict Cumberbatch\";", + "query_toks": [ + "SELECT", + "birth_year", + "FROM", + "actor", + "WHERE", + "name", + "=", + "``", + "Benedict", + "Cumberbatch", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "birth_year", + "from", + "actor", + "where", + "name", + "=", + "value" + ], + "question": "What year was \" Benedict Cumberbatch \" born ?", + "question_toks": [ + "What", + "year", + "was", + "``", + "Benedict", + "Cumberbatch", + "``", + "born", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Benedict Cumberbatch\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT birth_year FROM actor WHERE name = \"Benedict Cumberbatch\";", + "query_toks": [ + "SELECT", + "birth_year", + "FROM", + "actor", + "WHERE", + "name", + "=", + "``", + "Benedict", + "Cumberbatch", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "birth_year", + "from", + "actor", + "where", + "name", + "=", + "value" + ], + "question": "In what year was \" Benedict Cumberbatch \" born", + "question_toks": [ + "In", + "what", + "year", + "was", + "``", + "Benedict", + "Cumberbatch", + "``", + "born" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Benedict Cumberbatch\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT nationality FROM actor WHERE name = \"Christoph Waltz\";", + "query_toks": [ + "SELECT", + "nationality", + "FROM", + "actor", + "WHERE", + "name", + "=", + "``", + "Christoph", + "Waltz", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "nationality", + "from", + "actor", + "where", + "name", + "=", + "value" + ], + "question": "What is the nationality of the actress \" Christoph Waltz \" ?", + "question_toks": [ + "What", + "is", + "the", + "nationality", + "of", + "the", + "actress", + "``", + "Christoph", + "Waltz", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Christoph Waltz\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT nationality FROM actor WHERE name = \"Christoph Waltz\";", + "query_toks": [ + "SELECT", + "nationality", + "FROM", + "actor", + "WHERE", + "name", + "=", + "``", + "Christoph", + "Waltz", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "nationality", + "from", + "actor", + "where", + "name", + "=", + "value" + ], + "question": "What is the nationality of the actor \" Christoph Waltz \" ?", + "question_toks": [ + "What", + "is", + "the", + "nationality", + "of", + "the", + "actor", + "``", + "Christoph", + "Waltz", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 4, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Christoph Waltz\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT title FROM movie WHERE release_year = 2015;", + "query_toks": [ + "SELECT", + "title", + "FROM", + "movie", + "WHERE", + "release_year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "title", + "from", + "movie", + "where", + "release_year", + "=", + "value" + ], + "question": "Find all movies produced in 2015", + "question_toks": [ + "Find", + "all", + "movies", + "produced", + "in", + "2015" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM actor WHERE birth_city = \"Tehran\";", + "query_toks": [ + "SELECT", + "name", + "FROM", + "actor", + "WHERE", + "birth_city", + "=", + "``", + "Tehran", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "actor", + "where", + "birth_city", + "=", + "value" + ], + "question": "Find all actors born in \" Tehran \"", + "question_toks": [ + "Find", + "all", + "actors", + "born", + "in", + "``", + "Tehran", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Tehran\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM actor WHERE birth_city = \"Tehran\";", + "query_toks": [ + "SELECT", + "name", + "FROM", + "actor", + "WHERE", + "birth_city", + "=", + "``", + "Tehran", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "actor", + "where", + "birth_city", + "=", + "value" + ], + "question": "Find all actors born in Tehran", + "question_toks": [ + "Find", + "all", + "actors", + "born", + "in", + "Tehran" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Tehran\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM actor WHERE birth_city = \"Tehran\";", + "query_toks": [ + "SELECT", + "name", + "FROM", + "actor", + "WHERE", + "birth_city", + "=", + "``", + "Tehran", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "actor", + "where", + "birth_city", + "=", + "value" + ], + "question": "Which actors were born in Tehran", + "question_toks": [ + "Which", + "actors", + "were", + "born", + "in", + "Tehran" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Tehran\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM actor WHERE nationality = \"Afghanistan\";", + "query_toks": [ + "SELECT", + "name", + "FROM", + "actor", + "WHERE", + "nationality", + "=", + "``", + "Afghanistan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "actor", + "where", + "nationality", + "=", + "value" + ], + "question": "Find all actors who are from Afghanistan", + "question_toks": [ + "Find", + "all", + "actors", + "who", + "are", + "from", + "Afghanistan" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Afghanistan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM actor WHERE nationality = \"Afghanistan\";", + "query_toks": [ + "SELECT", + "name", + "FROM", + "actor", + "WHERE", + "nationality", + "=", + "``", + "Afghanistan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "actor", + "where", + "nationality", + "=", + "value" + ], + "question": "Find all actors from Afghanistan", + "question_toks": [ + "Find", + "all", + "actors", + "from", + "Afghanistan" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Afghanistan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM actor WHERE nationality = \"Afghanistan\";", + "query_toks": [ + "SELECT", + "name", + "FROM", + "actor", + "WHERE", + "nationality", + "=", + "``", + "Afghanistan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "actor", + "where", + "nationality", + "=", + "value" + ], + "question": "Give me the name of all the actors from Afghanistan", + "question_toks": [ + "Give", + "me", + "the", + "name", + "of", + "all", + "the", + "actors", + "from", + "Afghanistan" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Afghanistan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM actor WHERE birth_year = 1984;", + "query_toks": [ + "SELECT", + "name", + "FROM", + "actor", + "WHERE", + "birth_year", + "=", + "1984", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "actor", + "where", + "birth_year", + "=", + "value" + ], + "question": "Find all actors who were born in 1984", + "question_toks": [ + "Find", + "all", + "actors", + "who", + "were", + "born", + "in", + "1984" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 1984.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT birth_year FROM actor WHERE name = \"actor_name0\";", + "query_toks": [ + "SELECT", + "birth_year", + "FROM", + "actor", + "WHERE", + "name", + "=", + "``", + "actor_name0", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "birth_year", + "from", + "actor", + "where", + "name", + "=", + "value" + ], + "question": "When was \" Kevin Spacey \" born ?", + "question_toks": [ + "When", + "was", + "``", + "Kevin", + "Spacey", + "``", + "born", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"actor_name0\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT birth_year FROM actor WHERE name = \"actor_name0\";", + "query_toks": [ + "SELECT", + "birth_year", + "FROM", + "actor", + "WHERE", + "name", + "=", + "``", + "actor_name0", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "birth_year", + "from", + "actor", + "where", + "name", + "=", + "value" + ], + "question": "In what year was \" Kevin Spacey \" born ?", + "question_toks": [ + "In", + "what", + "year", + "was", + "``", + "Kevin", + "Spacey", + "``", + "born", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 6, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"actor_name0\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT birth_city FROM director WHERE name = \"director_name0\";", + "query_toks": [ + "SELECT", + "birth_city", + "FROM", + "director", + "WHERE", + "name", + "=", + "``", + "director_name0", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "birth_city", + "from", + "director", + "where", + "name", + "=", + "value" + ], + "question": "Where is the birth place of \" Kevin Spacey \"", + "question_toks": [ + "Where", + "is", + "the", + "birth", + "place", + "of", + "``", + "Kevin", + "Spacey", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"director_name0\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT birth_city FROM director WHERE name = \"director_name0\";", + "query_toks": [ + "SELECT", + "birth_city", + "FROM", + "director", + "WHERE", + "name", + "=", + "``", + "director_name0", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "birth_city", + "from", + "director", + "where", + "name", + "=", + "value" + ], + "question": "In what city was \" Kevin Spacey \" born ?", + "question_toks": [ + "In", + "what", + "city", + "was", + "``", + "Kevin", + "Spacey", + "``", + "born", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"director_name0\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT nationality FROM director WHERE name = \"director_name0\";", + "query_toks": [ + "SELECT", + "nationality", + "FROM", + "director", + "WHERE", + "name", + "=", + "``", + "director_name0", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "nationality", + "from", + "director", + "where", + "name", + "=", + "value" + ], + "question": "What is the nationality of \" Kevin Spacey \" ?", + "question_toks": [ + "What", + "is", + "the", + "nationality", + "of", + "``", + "Kevin", + "Spacey", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 25, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"director_name0\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT budget FROM movie WHERE title = \"Finding Nemo\";", + "query_toks": [ + "SELECT", + "budget", + "FROM", + "movie", + "WHERE", + "title", + "=", + "``", + "Finding", + "Nemo", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "budget", + "from", + "movie", + "where", + "title", + "=", + "value" + ], + "question": "How much was the budget of \" Finding Nemo \"", + "question_toks": [ + "How", + "much", + "was", + "the", + "budget", + "of", + "``", + "Finding", + "Nemo", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"Finding Nemo\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t3.title FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = \"Steven Spielberg\" AND t3.release_year > 2006;", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t2.name", + "=", + "``", + "Steven", + "Spielberg", + "''", + "AND", + "t3.release_year", + ">", + "2006", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "release_year", + ">", + "value" + ], + "question": "Find all movies directed by \" Steven Spielberg \" after 2006", + "question_toks": [ + "Find", + "all", + "movies", + "directed", + "by", + "``", + "Steven", + "Spielberg", + "``", + "after", + "2006" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Steven Spielberg\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 2006.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.name FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t3.title = \"James Bond\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t3.title", + "=", + "``", + "James", + "Bond", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "Who is the director of the movie \" James Bond \" ?", + "question_toks": [ + "Who", + "is", + "the", + "director", + "of", + "the", + "movie", + "``", + "James", + "Bond", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"James Bond\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.name FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t3.title = \"James Bond\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t3.title", + "=", + "``", + "James", + "Bond", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "Who directed the movie \" James Bond \" ?", + "question_toks": [ + "Who", + "directed", + "the", + "movie", + "``", + "James", + "Bond", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"James Bond\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.name FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t3.title = \"James Bond\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t3.title", + "=", + "``", + "James", + "Bond", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "List \" James Bond \" directors", + "question_toks": [ + "List", + "``", + "James", + "Bond", + "``", + "directors" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"James Bond\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t2.role = \"Alan Turing\" AND t3.title = \"The Imitation Game\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "CAST", + "AS", + "t2", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t2.msid", + "WHERE", + "t2.role", + "=", + "``", + "Alan", + "Turing", + "''", + "AND", + "t3.title", + "=", + "``", + "The", + "Imitation", + "Game", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "cast", + "as", + "t2", + "join", + "actor", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "where", + "t2", + ".", + "role", + "=", + "value", + "and", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "Find the actor who played \" Alan Turing \" in the movie \" The Imitation Game \"", + "question_toks": [ + "Find", + "the", + "actor", + "who", + "played", + "``", + "Alan", + "Turing", + "``", + "in", + "the", + "movie", + "``", + "The", + "Imitation", + "Game", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Alan Turing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"The Imitation Game\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t2.role = \"Alan Turing\" AND t3.title = \"The Imitation Game\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "CAST", + "AS", + "t2", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t2.msid", + "WHERE", + "t2.role", + "=", + "``", + "Alan", + "Turing", + "''", + "AND", + "t3.title", + "=", + "``", + "The", + "Imitation", + "Game", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "cast", + "as", + "t2", + "join", + "actor", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "where", + "t2", + ".", + "role", + "=", + "value", + "and", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "Who acted \" Alan Turing \" in the movie \" The Imitation Game \" ?", + "question_toks": [ + "Who", + "acted", + "``", + "Alan", + "Turing", + "``", + "in", + "the", + "movie", + "``", + "The", + "Imitation", + "Game", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Alan Turing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"The Imitation Game\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t2.role = \"Alan Turing\" AND t3.title = \"The Imitation Game\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "CAST", + "AS", + "t2", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t2.msid", + "WHERE", + "t2.role", + "=", + "``", + "Alan", + "Turing", + "''", + "AND", + "t3.title", + "=", + "``", + "The", + "Imitation", + "Game", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "cast", + "as", + "t2", + "join", + "actor", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "where", + "t2", + ".", + "role", + "=", + "value", + "and", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "Who was the actor that played \" Alan Turing \" in the movie \" The Imitation Game \" ?", + "question_toks": [ + "Who", + "was", + "the", + "actor", + "that", + "played", + "``", + "Alan", + "Turing", + "``", + "in", + "the", + "movie", + "``", + "The", + "Imitation", + "Game", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Alan Turing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"The Imitation Game\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t2.role = \"Alan Turing\" AND t3.title = \"The Imitation Game\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "CAST", + "AS", + "t2", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t2.msid", + "WHERE", + "t2.role", + "=", + "``", + "Alan", + "Turing", + "''", + "AND", + "t3.title", + "=", + "``", + "The", + "Imitation", + "Game", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "cast", + "as", + "t2", + "join", + "actor", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "where", + "t2", + ".", + "role", + "=", + "value", + "and", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "Who acts as \" Alan Turing \" in the movie \" The Imitation Game \" ?", + "question_toks": [ + "Who", + "acts", + "as", + "``", + "Alan", + "Turing", + "``", + "in", + "the", + "movie", + "``", + "The", + "Imitation", + "Game", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Alan Turing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"The Imitation Game\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t2.role = \"Alan Turing\" AND t3.title = \"The Imitation Game\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "CAST", + "AS", + "t2", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t2.msid", + "WHERE", + "t2.role", + "=", + "``", + "Alan", + "Turing", + "''", + "AND", + "t3.title", + "=", + "``", + "The", + "Imitation", + "Game", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "cast", + "as", + "t2", + "join", + "actor", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "where", + "t2", + ".", + "role", + "=", + "value", + "and", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "Who is the actor playing \" Alan Turing \" in \" The Imitation Game \" ?", + "question_toks": [ + "Who", + "is", + "the", + "actor", + "playing", + "``", + "Alan", + "Turing", + "``", + "in", + "``", + "The", + "Imitation", + "Game", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Alan Turing\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"The Imitation Game\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.genre FROM genre AS t2 JOIN classification AS t1 ON t2.gid = t1.gid JOIN movie AS t3 ON t3.mid = t1.msid WHERE t3.title = \"Jurassic Park\";", + "query_toks": [ + "SELECT", + "t2.genre", + "FROM", + "genre", + "AS", + "t2", + "JOIN", + "classification", + "AS", + "t1", + "ON", + "t2.gid", + "=", + "t1.gid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t3.title", + "=", + "``", + "Jurassic", + "Park", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "genre", + "from", + "genre", + "as", + "t2", + "join", + "classification", + "as", + "t1", + "on", + "t2", + ".", + "gid", + "=", + "t1", + ".", + "gid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "What is the genre of the movie \" Jurassic Park \" ?", + "question_toks": [ + "What", + "is", + "the", + "genre", + "of", + "the", + "movie", + "``", + "Jurassic", + "Park", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"Jurassic Park\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.name FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t3.release_year = 2015 AND t3.title = \"Joy\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t3.release_year", + "=", + "2015", + "AND", + "t3.title", + "=", + "``", + "Joy", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t3", + ".", + "release_year", + "=", + "value", + "and", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "Who was the director of the movie Joy from 2015 ?", + "question_toks": [ + "Who", + "was", + "the", + "director", + "of", + "the", + "movie", + "Joy", + "from", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 2015.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"Joy\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.title FROM written_by AS t3 JOIN movie AS t1 ON t3.msid = t1.mid JOIN writer AS t2 ON t3.wid = t2.wid WHERE t2.name = \"Matt Damon\";", + "query_toks": [ + "SELECT", + "t1.title", + "FROM", + "written_by", + "AS", + "t3", + "JOIN", + "movie", + "AS", + "t1", + "ON", + "t3.msid", + "=", + "t1.mid", + "JOIN", + "writer", + "AS", + "t2", + "ON", + "t3.wid", + "=", + "t2.wid", + "WHERE", + "t2.name", + "=", + "``", + "Matt", + "Damon", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "written_by", + "as", + "t3", + "join", + "movie", + "as", + "t1", + "on", + "t3", + ".", + "msid", + "=", + "t1", + ".", + "mid", + "join", + "writer", + "as", + "t2", + "on", + "t3", + ".", + "wid", + "=", + "t2", + ".", + "wid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Find all movies written by \" Matt Damon \"", + "question_toks": [ + "Find", + "all", + "movies", + "written", + "by", + "``", + "Matt", + "Damon", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 15 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 14 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 65, + false + ], + null + ], + [ + 0, + 42, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 66, + false + ], + null + ], + [ + 0, + 57, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 59, + false + ], + null + ], + "\"Matt Damon\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.title FROM movie AS t2 JOIN made_by AS t3 ON t2.mid = t3.msid JOIN producer AS t1 ON t1.pid = t3.pid JOIN written_by AS t5 ON t5.msid = t2.mid JOIN writer AS t4 ON t5.wid = t4.wid WHERE t1.name = \"Woody Allen\" AND t4.name = \"Woody Allen\";", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "movie", + "AS", + "t2", + "JOIN", + "made_by", + "AS", + "t3", + "ON", + "t2.mid", + "=", + "t3.msid", + "JOIN", + "producer", + "AS", + "t1", + "ON", + "t1.pid", + "=", + "t3.pid", + "JOIN", + "written_by", + "AS", + "t5", + "ON", + "t5.msid", + "=", + "t2.mid", + "JOIN", + "writer", + "AS", + "t4", + "ON", + "t5.wid", + "=", + "t4.wid", + "WHERE", + "t1.name", + "=", + "``", + "Woody", + "Allen", + "''", + "AND", + "t4.name", + "=", + "``", + "Woody", + "Allen", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "movie", + "as", + "t2", + "join", + "made_by", + "as", + "t3", + "on", + "t2", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "join", + "producer", + "as", + "t1", + "on", + "t1", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "written_by", + "as", + "t5", + "on", + "t5", + ".", + "msid", + "=", + "t2", + ".", + "mid", + "join", + "writer", + "as", + "t4", + "on", + "t5", + ".", + "wid", + "=", + "t4", + ".", + "wid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "name", + "=", + "value" + ], + "question": "Find all movies written and produced by \" Woody Allen \"", + "question_toks": [ + "Find", + "all", + "movies", + "written", + "and", + "produced", + "by", + "``", + "Woody", + "Allen", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 10 + ], + [ + "table_unit", + 7 + ], + [ + "table_unit", + 15 + ], + [ + "table_unit", + 14 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 40, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 28, + false + ], + null + ], + [ + 0, + 41, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 65, + false + ], + null + ], + [ + 0, + 42, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 66, + false + ], + null + ], + [ + 0, + 57, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + "\"Woody Allen\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 59, + false + ], + null + ], + "\"Woody Allen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.title FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = \"Robin Wright\";", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t2", + "ON", + "t2.mid", + "=", + "t3.msid", + "WHERE", + "t1.name", + "=", + "``", + "Robin", + "Wright", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t2", + "on", + "t2", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "Find all movies featuring \" Robin Wright \"", + "question_toks": [ + "Find", + "all", + "movies", + "featuring", + "``", + "Robin", + "Wright", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Robin Wright\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.title FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = \"Robin Wright\";", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t2", + "ON", + "t2.mid", + "=", + "t3.msid", + "WHERE", + "t1.name", + "=", + "``", + "Robin", + "Wright", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t2", + "on", + "t2", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "What are all the movies featuring \" Robin Wright \" ?", + "question_toks": [ + "What", + "are", + "all", + "the", + "movies", + "featuring", + "``", + "Robin", + "Wright", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Robin Wright\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.title FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = \"Robin Wright\";", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t2", + "ON", + "t2.mid", + "=", + "t3.msid", + "WHERE", + "t1.name", + "=", + "``", + "Robin", + "Wright", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t2", + "on", + "t2", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "Find all movies in which \" Robin Wright \" appears", + "question_toks": [ + "Find", + "all", + "movies", + "in", + "which", + "``", + "Robin", + "Wright", + "``", + "appears" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Robin Wright\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT budget FROM movie WHERE release_year = 2007 AND title = \"Juno\";", + "query_toks": [ + "SELECT", + "budget", + "FROM", + "movie", + "WHERE", + "release_year", + "=", + "2007", + "AND", + "title", + "=", + "``", + "Juno", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "budget", + "from", + "movie", + "where", + "release_year", + "=", + "value", + "and", + "title", + "=", + "value" + ], + "question": "What was the budget of the movie Juno from 2007 ?", + "question_toks": [ + "What", + "was", + "the", + "budget", + "of", + "the", + "movie", + "Juno", + "from", + "2007", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 2007.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"Juno\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t3.title FROM genre AS t2 JOIN classification AS t1 ON t2.gid = t1.gid JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.genre = \"Sci-Fi\" AND t3.release_year = 2010;", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "genre", + "AS", + "t2", + "JOIN", + "classification", + "AS", + "t1", + "ON", + "t2.gid", + "=", + "t1.gid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t2.genre", + "=", + "``", + "Sci-Fi", + "''", + "AND", + "t3.release_year", + "=", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "genre", + "as", + "t2", + "join", + "classification", + "as", + "t1", + "on", + "t2", + ".", + "gid", + "=", + "t1", + ".", + "gid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t2", + ".", + "genre", + "=", + "value", + "and", + "t3", + ".", + "release_year", + "=", + "value" + ], + "question": "Find all Sci-Fi produced in year 2010", + "question_toks": [ + "Find", + "all", + "Sci-Fi", + "produced", + "in", + "year", + "2010" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"Sci-Fi\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t3.title FROM genre AS t2 JOIN classification AS t1 ON t2.gid = t1.gid JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.genre = \"Sci-Fi\" AND t3.release_year = 2010;", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "genre", + "AS", + "t2", + "JOIN", + "classification", + "AS", + "t1", + "ON", + "t2.gid", + "=", + "t1.gid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t2.genre", + "=", + "``", + "Sci-Fi", + "''", + "AND", + "t3.release_year", + "=", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "genre", + "as", + "t2", + "join", + "classification", + "as", + "t1", + "on", + "t2", + ".", + "gid", + "=", + "t1", + ".", + "gid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t2", + ".", + "genre", + "=", + "value", + "and", + "t3", + ".", + "release_year", + "=", + "value" + ], + "question": "List all the Sci-Fi movies which released in 2010", + "question_toks": [ + "List", + "all", + "the", + "Sci-Fi", + "movies", + "which", + "released", + "in", + "2010" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 15, + false + ], + null + ], + "\"Sci-Fi\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM actor WHERE birth_city = \"Austin\" AND birth_year > 1980;", + "query_toks": [ + "SELECT", + "name", + "FROM", + "actor", + "WHERE", + "birth_city", + "=", + "``", + "Austin", + "''", + "AND", + "birth_year", + ">", + "1980", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "actor", + "where", + "birth_city", + "=", + "value", + "and", + "birth_year", + ">", + "value" + ], + "question": "Find all actors born in \" Austin \" after 1980", + "question_toks": [ + "Find", + "all", + "actors", + "born", + "in", + "``", + "Austin", + "``", + "after", + "1980" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Austin\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 1980.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM actor WHERE birth_city = \"Austin\" AND birth_year > 1980;", + "query_toks": [ + "SELECT", + "name", + "FROM", + "actor", + "WHERE", + "birth_city", + "=", + "``", + "Austin", + "''", + "AND", + "birth_year", + ">", + "1980", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "actor", + "where", + "birth_city", + "=", + "value", + "and", + "birth_year", + ">", + "value" + ], + "question": "Who are the actors born in \" Austin \" after 1980 ?", + "question_toks": [ + "Who", + "are", + "the", + "actors", + "born", + "in", + "``", + "Austin", + "``", + "after", + "1980", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Austin\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 1980.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM actor WHERE birth_city = \"Austin\" AND birth_year > 1980;", + "query_toks": [ + "SELECT", + "name", + "FROM", + "actor", + "WHERE", + "birth_city", + "=", + "``", + "Austin", + "''", + "AND", + "birth_year", + ">", + "1980", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "actor", + "where", + "birth_city", + "=", + "value", + "and", + "birth_year", + ">", + "value" + ], + "question": "Find all actors from Austin born after 1980", + "question_toks": [ + "Find", + "all", + "actors", + "from", + "Austin", + "born", + "after", + "1980" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Austin\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 1980.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t3.title FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.birth_city = \"Los Angeles\";", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t2.birth_city", + "=", + "``", + "Los", + "Angeles", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t2", + ".", + "birth_city", + "=", + "value" + ], + "question": "Find all movies by directors born in \" Los Angeles \"", + "question_toks": [ + "Find", + "all", + "movies", + "by", + "directors", + "born", + "in", + "``", + "Los", + "Angeles", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 26, + false + ], + null + ], + "\"Los Angeles\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM actor WHERE birth_city = \"New York City\" AND birth_year = 1984;", + "query_toks": [ + "SELECT", + "name", + "FROM", + "actor", + "WHERE", + "birth_city", + "=", + "``", + "New", + "York", + "City", + "''", + "AND", + "birth_year", + "=", + "1984", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "actor", + "where", + "birth_city", + "=", + "value", + "and", + "birth_year", + "=", + "value" + ], + "question": "Find all actors who were born in \" New York City \" in 1984", + "question_toks": [ + "Find", + "all", + "actors", + "who", + "were", + "born", + "in", + "``", + "New", + "York", + "City", + "``", + "in", + "1984" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"New York City\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 1984.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t3.title FROM tags AS t2 JOIN keyword AS t1 ON t2.kid = t1.id JOIN movie AS t3 ON t2.msid = t3.mid WHERE t1.keyword = \"nuclear weapons\";", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "tags", + "AS", + "t2", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t2.kid", + "=", + "t1.id", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t2.msid", + "=", + "t3.mid", + "WHERE", + "t1.keyword", + "=", + "``", + "nuclear", + "weapons", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "tags", + "as", + "t2", + "join", + "keyword", + "as", + "t1", + "on", + "t2", + ".", + "kid", + "=", + "t1", + ".", + "id", + "join", + "movie", + "as", + "t3", + "on", + "t2", + ".", + "msid", + "=", + "t3", + ".", + "mid", + "where", + "t1", + ".", + "keyword", + "=", + "value" + ], + "question": "Find all movies about nuclear weapons", + "question_toks": [ + "Find", + "all", + "movies", + "about", + "nuclear", + "weapons" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 49, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 48, + false + ], + null + ], + [ + 0, + 42, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + "\"nuclear weapons\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t3.title FROM tags AS t2 JOIN keyword AS t1 ON t2.kid = t1.id JOIN movie AS t3 ON t2.msid = t3.mid WHERE t1.keyword = \"nuclear weapons\";", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "tags", + "AS", + "t2", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t2.kid", + "=", + "t1.id", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t2.msid", + "=", + "t3.mid", + "WHERE", + "t1.keyword", + "=", + "``", + "nuclear", + "weapons", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "tags", + "as", + "t2", + "join", + "keyword", + "as", + "t1", + "on", + "t2", + ".", + "kid", + "=", + "t1", + ".", + "id", + "join", + "movie", + "as", + "t3", + "on", + "t2", + ".", + "msid", + "=", + "t3", + ".", + "mid", + "where", + "t1", + ".", + "keyword", + "=", + "value" + ], + "question": "What are the movies related to nuclear weapons", + "question_toks": [ + "What", + "are", + "the", + "movies", + "related", + "to", + "nuclear", + "weapons" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 49, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 48, + false + ], + null + ], + [ + 0, + 42, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + "\"nuclear weapons\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t3.title FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = \"Alfred Hitchcock\";", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t2.name", + "=", + "``", + "Alfred", + "Hitchcock", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Which movies did \" Alfred Hitchcock \" direct ?", + "question_toks": [ + "Which", + "movies", + "did", + "``", + "Alfred", + "Hitchcock", + "``", + "direct", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Alfred Hitchcock\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN directed_by AS t2 ON t4.mid = t2.msid JOIN director AS t3 ON t3.did = t2.did WHERE t1.name = \"Taraneh Alidoosti\" AND t3.name = \"Asghar Farhadi\";", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "CAST", + "AS", + "t5", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t5.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t4", + "ON", + "t4.mid", + "=", + "t5.msid", + "JOIN", + "directed_by", + "AS", + "t2", + "ON", + "t4.mid", + "=", + "t2.msid", + "JOIN", + "director", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t2.did", + "WHERE", + "t1.name", + "=", + "``", + "Taraneh", + "Alidoosti", + "''", + "AND", + "t3.name", + "=", + "``", + "Asghar", + "Farhadi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "cast", + "as", + "t5", + "join", + "actor", + "as", + "t1", + "on", + "t5", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t4", + "on", + "t4", + ".", + "mid", + "=", + "t5", + ".", + "msid", + "join", + "directed_by", + "as", + "t2", + "on", + "t4", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "join", + "director", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t2", + ".", + "did", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "Find all movies directed by \" Asghar Farhadi \" and featuring \" Taraneh Alidoosti \"", + "question_toks": [ + "Find", + "all", + "movies", + "directed", + "by", + "``", + "Asghar", + "Farhadi", + "``", + "and", + "featuring", + "``", + "Taraneh", + "Alidoosti", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Taraneh Alidoosti\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Asghar Farhadi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN directed_by AS t2 ON t4.mid = t2.msid JOIN director AS t3 ON t3.did = t2.did WHERE t1.name = \"Taraneh Alidoosti\" AND t3.name = \"Asghar Farhadi\";", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "CAST", + "AS", + "t5", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t5.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t4", + "ON", + "t4.mid", + "=", + "t5.msid", + "JOIN", + "directed_by", + "AS", + "t2", + "ON", + "t4.mid", + "=", + "t2.msid", + "JOIN", + "director", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t2.did", + "WHERE", + "t1.name", + "=", + "``", + "Taraneh", + "Alidoosti", + "''", + "AND", + "t3.name", + "=", + "``", + "Asghar", + "Farhadi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "cast", + "as", + "t5", + "join", + "actor", + "as", + "t1", + "on", + "t5", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t4", + "on", + "t4", + ".", + "mid", + "=", + "t5", + ".", + "msid", + "join", + "directed_by", + "as", + "t2", + "on", + "t4", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "join", + "director", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t2", + ".", + "did", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "What are all the movies directed by \" Asghar Farhadi \" featuring \" Taraneh Alidoosti \" ?", + "question_toks": [ + "What", + "are", + "all", + "the", + "movies", + "directed", + "by", + "``", + "Asghar", + "Farhadi", + "``", + "featuring", + "``", + "Taraneh", + "Alidoosti", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Taraneh Alidoosti\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Asghar Farhadi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN directed_by AS t2 ON t4.mid = t2.msid JOIN director AS t3 ON t3.did = t2.did WHERE t1.name = \"Taraneh Alidoosti\" AND t3.name = \"Asghar Farhadi\";", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "CAST", + "AS", + "t5", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t5.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t4", + "ON", + "t4.mid", + "=", + "t5.msid", + "JOIN", + "directed_by", + "AS", + "t2", + "ON", + "t4.mid", + "=", + "t2.msid", + "JOIN", + "director", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t2.did", + "WHERE", + "t1.name", + "=", + "``", + "Taraneh", + "Alidoosti", + "''", + "AND", + "t3.name", + "=", + "``", + "Asghar", + "Farhadi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "cast", + "as", + "t5", + "join", + "actor", + "as", + "t1", + "on", + "t5", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t4", + "on", + "t4", + ".", + "mid", + "=", + "t5", + ".", + "msid", + "join", + "directed_by", + "as", + "t2", + "on", + "t4", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "join", + "director", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t2", + ".", + "did", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "How many movies are there that are directed by \" Asghar Farhadi \" and featuring \" Taraneh Alidoosti \" ?", + "question_toks": [ + "How", + "many", + "movies", + "are", + "there", + "that", + "are", + "directed", + "by", + "``", + "Asghar", + "Farhadi", + "``", + "and", + "featuring", + "``", + "Taraneh", + "Alidoosti", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Taraneh Alidoosti\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Asghar Farhadi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN directed_by AS t2 ON t4.mid = t2.msid JOIN director AS t3 ON t3.did = t2.did WHERE t1.name = \"Taraneh Alidoosti\" AND t3.name = \"Asghar Farhadi\";", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "CAST", + "AS", + "t5", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t5.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t4", + "ON", + "t4.mid", + "=", + "t5.msid", + "JOIN", + "directed_by", + "AS", + "t2", + "ON", + "t4.mid", + "=", + "t2.msid", + "JOIN", + "director", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t2.did", + "WHERE", + "t1.name", + "=", + "``", + "Taraneh", + "Alidoosti", + "''", + "AND", + "t3.name", + "=", + "``", + "Asghar", + "Farhadi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "cast", + "as", + "t5", + "join", + "actor", + "as", + "t1", + "on", + "t5", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t4", + "on", + "t4", + ".", + "mid", + "=", + "t5", + ".", + "msid", + "join", + "directed_by", + "as", + "t2", + "on", + "t4", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "join", + "director", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t2", + ".", + "did", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "List all the movies directed by \" Asghar Farhadi \" in which \" Taraneh Alidoosti \" played", + "question_toks": [ + "List", + "all", + "the", + "movies", + "directed", + "by", + "``", + "Asghar", + "Farhadi", + "``", + "in", + "which", + "``", + "Taraneh", + "Alidoosti", + "``", + "played" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Taraneh Alidoosti\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Asghar Farhadi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.title FROM producer AS t1 JOIN made_by AS t3 ON t1.pid = t3.pid JOIN tv_series AS t2 ON t2.sid = t3.msid WHERE t1.name = \"Shonda Rhimes\";", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "producer", + "AS", + "t1", + "JOIN", + "made_by", + "AS", + "t3", + "ON", + "t1.pid", + "=", + "t3.pid", + "JOIN", + "tv_series", + "AS", + "t2", + "ON", + "t2.sid", + "=", + "t3.msid", + "WHERE", + "t1.name", + "=", + "``", + "Shonda", + "Rhimes", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "producer", + "as", + "t1", + "join", + "made_by", + "as", + "t3", + "on", + "t1", + ".", + "pid", + "=", + "t3", + ".", + "pid", + "join", + "tv_series", + "as", + "t2", + "on", + "t2", + ".", + "sid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "What are all the tv series created by \" Shonda Rhimes \" ?", + "question_toks": [ + "What", + "are", + "all", + "the", + "tv", + "series", + "created", + "by", + "``", + "Shonda", + "Rhimes", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 7 + ], + [ + "table_unit", + 10 + ], + [ + "table_unit", + 13 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 28, + false + ], + null + ], + [ + 0, + 41, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 50, + false + ], + null + ], + [ + 0, + 40, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 51, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 30, + false + ], + null + ], + "\"Shonda Rhimes\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN tv_series AS t2 ON t2.sid = t3.msid WHERE t3.role = \"Olivia Pope\" AND t2.title = \"Scandal\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "tv_series", + "AS", + "t2", + "ON", + "t2.sid", + "=", + "t3.msid", + "WHERE", + "t3.role", + "=", + "``", + "Olivia", + "Pope", + "''", + "AND", + "t2.title", + "=", + "``", + "Scandal", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "tv_series", + "as", + "t2", + "on", + "t2", + ".", + "sid", + "=", + "t3", + ".", + "msid", + "where", + "t3", + ".", + "role", + "=", + "value", + "and", + "t2", + ".", + "title", + "=", + "value" + ], + "question": "Who acts \" Olivia Pope \" in the series Scandal ?", + "question_toks": [ + "Who", + "acts", + "``", + "Olivia", + "Pope", + "``", + "in", + "the", + "series", + "Scandal", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 50, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Olivia Pope\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 51, + false + ], + null + ], + "\"Scandal\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.name FROM written_by AS t3 JOIN movie AS t1 ON t3.msid = t1.mid JOIN writer AS t2 ON t3.wid = t2.wid WHERE t1.title = \"The Truman Show\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "written_by", + "AS", + "t3", + "JOIN", + "movie", + "AS", + "t1", + "ON", + "t3.msid", + "=", + "t1.mid", + "JOIN", + "writer", + "AS", + "t2", + "ON", + "t3.wid", + "=", + "t2.wid", + "WHERE", + "t1.title", + "=", + "``", + "The", + "Truman", + "Show", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "written_by", + "as", + "t3", + "join", + "movie", + "as", + "t1", + "on", + "t3", + ".", + "msid", + "=", + "t1", + ".", + "mid", + "join", + "writer", + "as", + "t2", + "on", + "t3", + ".", + "wid", + "=", + "t2", + ".", + "wid", + "where", + "t1", + ".", + "title", + "=", + "value" + ], + "question": "Who is the writer of the movie \" The Truman Show \"", + "question_toks": [ + "Who", + "is", + "the", + "writer", + "of", + "the", + "movie", + "``", + "The", + "Truman", + "Show", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 15 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 14 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 65, + false + ], + null + ], + [ + 0, + 42, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 66, + false + ], + null + ], + [ + 0, + 57, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 59, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"The Truman Show\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.name FROM written_by AS t3 JOIN movie AS t1 ON t3.msid = t1.mid JOIN writer AS t2 ON t3.wid = t2.wid WHERE t1.title = \"The Truman Show\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "written_by", + "AS", + "t3", + "JOIN", + "movie", + "AS", + "t1", + "ON", + "t3.msid", + "=", + "t1.mid", + "JOIN", + "writer", + "AS", + "t2", + "ON", + "t3.wid", + "=", + "t2.wid", + "WHERE", + "t1.title", + "=", + "``", + "The", + "Truman", + "Show", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "written_by", + "as", + "t3", + "join", + "movie", + "as", + "t1", + "on", + "t3", + ".", + "msid", + "=", + "t1", + ".", + "mid", + "join", + "writer", + "as", + "t2", + "on", + "t3", + ".", + "wid", + "=", + "t2", + ".", + "wid", + "where", + "t1", + ".", + "title", + "=", + "value" + ], + "question": "Who is the writer of \" The Truman Show \"", + "question_toks": [ + "Who", + "is", + "the", + "writer", + "of", + "``", + "The", + "Truman", + "Show", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 15 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 14 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 65, + false + ], + null + ], + [ + 0, + 42, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 66, + false + ], + null + ], + [ + 0, + 57, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 59, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"The Truman Show\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.title FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN tv_series AS t2 ON t2.sid = t3.msid WHERE t1.name = \"Scott Foley\";", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "tv_series", + "AS", + "t2", + "ON", + "t2.sid", + "=", + "t3.msid", + "WHERE", + "t1.name", + "=", + "``", + "Scott", + "Foley", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "tv_series", + "as", + "t2", + "on", + "t2", + ".", + "sid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "What are the series featuring \" Scott Foley \" ?", + "question_toks": [ + "What", + "are", + "the", + "series", + "featuring", + "``", + "Scott", + "Foley", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 50, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 51, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Scott Foley\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.title FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN tv_series AS t2 ON t2.sid = t3.msid WHERE t1.name = \"Scott Foley\";", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "tv_series", + "AS", + "t2", + "ON", + "t2.sid", + "=", + "t3.msid", + "WHERE", + "t1.name", + "=", + "``", + "Scott", + "Foley", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "tv_series", + "as", + "t2", + "on", + "t2", + ".", + "sid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "What are the series in which \" Scott Foley \" is an actor ?", + "question_toks": [ + "What", + "are", + "the", + "series", + "in", + "which", + "``", + "Scott", + "Foley", + "``", + "is", + "an", + "actor", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 13 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 50, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 51, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Scott Foley\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t3.name FROM CAST AS t4 JOIN actor AS t1 ON t4.aid = t1.aid JOIN movie AS t5 ON t5.mid = t4.msid JOIN directed_by AS t2 ON t5.mid = t2.msid JOIN director AS t3 ON t3.did = t2.did WHERE t1.name = \"Kate Winslet\";", + "query_toks": [ + "SELECT", + "t3.name", + "FROM", + "CAST", + "AS", + "t4", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t5", + "ON", + "t5.mid", + "=", + "t4.msid", + "JOIN", + "directed_by", + "AS", + "t2", + "ON", + "t5.mid", + "=", + "t2.msid", + "JOIN", + "director", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t2.did", + "WHERE", + "t1.name", + "=", + "``", + "Kate", + "Winslet", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "cast", + "as", + "t4", + "join", + "actor", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t5", + "on", + "t5", + ".", + "mid", + "=", + "t4", + ".", + "msid", + "join", + "directed_by", + "as", + "t2", + "on", + "t5", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "join", + "director", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t2", + ".", + "did", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "Find the directors of all movies featuring \" Kate Winslet \"", + "question_toks": [ + "Find", + "the", + "directors", + "of", + "all", + "movies", + "featuring", + "``", + "Kate", + "Winslet", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Kate Winslet\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM CAST AS t3 JOIN actor AS t2 ON t3.aid = t2.aid JOIN movie AS t5 ON t5.mid = t3.msid JOIN made_by AS t4 ON t5.mid = t4.msid JOIN producer AS t1 ON t1.pid = t4.pid WHERE t2.name = \"Kate Winslet\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "JOIN", + "movie", + "AS", + "t5", + "ON", + "t5.mid", + "=", + "t3.msid", + "JOIN", + "made_by", + "AS", + "t4", + "ON", + "t5.mid", + "=", + "t4.msid", + "JOIN", + "producer", + "AS", + "t1", + "ON", + "t1.pid", + "=", + "t4.pid", + "WHERE", + "t2.name", + "=", + "``", + "Kate", + "Winslet", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "join", + "movie", + "as", + "t5", + "on", + "t5", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "join", + "made_by", + "as", + "t4", + "on", + "t5", + ".", + "mid", + "=", + "t4", + ".", + "msid", + "join", + "producer", + "as", + "t1", + "on", + "t1", + ".", + "pid", + "=", + "t4", + ".", + "pid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Find the producers of all movies in which \" Kate Winslet \" is an actor", + "question_toks": [ + "Find", + "the", + "producers", + "of", + "all", + "movies", + "in", + "which", + "``", + "Kate", + "Winslet", + "``", + "is", + "an", + "actor" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 10 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 40, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 28, + false + ], + null + ], + [ + 0, + 41, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Kate Winslet\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.name FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN tv_series AS t3 ON t3.sid = t1.msid WHERE t3.release_year = 2013 AND t3.title = \"House of Cards\";", + "query_toks": [ + "SELECT", + "t2.name", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "tv_series", + "AS", + "t3", + "ON", + "t3.sid", + "=", + "t1.msid", + "WHERE", + "t3.release_year", + "=", + "2013", + "AND", + "t3.title", + "=", + "``", + "House", + "of", + "Cards", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "name", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "tv_series", + "as", + "t3", + "on", + "t3", + ".", + "sid", + "=", + "t1", + ".", + "msid", + "where", + "t3", + ".", + "release_year", + "=", + "value", + "and", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "Who is the director of the tv series \" House of Cards \" from 2013 ?", + "question_toks": [ + "Who", + "is", + "the", + "director", + "of", + "the", + "tv", + "series", + "``", + "House", + "of", + "Cards", + "``", + "from", + "2013", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 13 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 50, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 52, + false + ], + null + ], + 2013.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 51, + false + ], + null + ], + "\"House of Cards\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM actor WHERE birth_city = \"Austin\" AND gender = \"female\";", + "query_toks": [ + "SELECT", + "name", + "FROM", + "actor", + "WHERE", + "birth_city", + "=", + "``", + "Austin", + "''", + "AND", + "gender", + "=", + "``", + "female", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "actor", + "where", + "birth_city", + "=", + "value", + "and", + "gender", + "=", + "value" + ], + "question": "Find all the female actors from Austin", + "question_toks": [ + "Find", + "all", + "the", + "female", + "actors", + "from", + "Austin" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Austin\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"female\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM actor WHERE birth_year > 1980 AND nationality = \"Italy\";", + "query_toks": [ + "SELECT", + "name", + "FROM", + "actor", + "WHERE", + "birth_year", + ">", + "1980", + "AND", + "nationality", + "=", + "``", + "Italy", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "actor", + "where", + "birth_year", + ">", + "value", + "and", + "nationality", + "=", + "value" + ], + "question": "Find all actors from Italy born after 1980", + "question_toks": [ + "Find", + "all", + "actors", + "from", + "Italy", + "born", + "after", + "1980" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 1980.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Italy\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM actor WHERE birth_city = \"New York City\" AND birth_year > 1980 AND gender = \"female\";", + "query_toks": [ + "SELECT", + "name", + "FROM", + "actor", + "WHERE", + "birth_city", + "=", + "``", + "New", + "York", + "City", + "''", + "AND", + "birth_year", + ">", + "1980", + "AND", + "gender", + "=", + "``", + "female", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "actor", + "where", + "birth_city", + "=", + "value", + "and", + "birth_year", + ">", + "value", + "and", + "gender", + "=", + "value" + ], + "question": "Find all the female actors born in \" New York City \" after 1980", + "question_toks": [ + "Find", + "all", + "the", + "female", + "actors", + "born", + "in", + "``", + "New", + "York", + "City", + "``", + "after", + "1980" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"New York City\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 1980.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"female\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t1.gender = \"female\" AND t3.title = \"Saving Private Ryan\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "CAST", + "AS", + "t2", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t2.msid", + "WHERE", + "t1.gender", + "=", + "``", + "female", + "''", + "AND", + "t3.title", + "=", + "``", + "Saving", + "Private", + "Ryan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "cast", + "as", + "t2", + "join", + "actor", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "where", + "t1", + ".", + "gender", + "=", + "value", + "and", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "Find all the female actors in the movie \" Saving Private Ryan \"", + "question_toks": [ + "Find", + "all", + "the", + "female", + "actors", + "in", + "the", + "movie", + "``", + "Saving", + "Private", + "Ryan", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"female\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"Saving Private Ryan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT name FROM director WHERE nationality = \"Afghanistan\";", + "query_toks": [ + "SELECT", + "name", + "FROM", + "director", + "WHERE", + "nationality", + "=", + "``", + "Afghanistan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "name", + "from", + "director", + "where", + "nationality", + "=", + "value" + ], + "question": "Find all the directors who are from Afghanistan", + "question_toks": [ + "Find", + "all", + "the", + "directors", + "who", + "are", + "from", + "Afghanistan" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 25, + false + ], + null + ], + "\"Afghanistan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t3.title = \"Camp X-Ray\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "CAST", + "AS", + "t2", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t2.msid", + "WHERE", + "t3.title", + "=", + "``", + "Camp", + "X-Ray", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "cast", + "as", + "t2", + "join", + "actor", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "where", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "Find the actors who played in the movie \" Camp X-Ray \"", + "question_toks": [ + "Find", + "the", + "actors", + "who", + "played", + "in", + "the", + "movie", + "``", + "Camp", + "X-Ray", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"Camp X-Ray\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t1.nationality = \"Canada\" AND t3.title = \"James Bond\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "CAST", + "AS", + "t2", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t2.msid", + "WHERE", + "t1.nationality", + "=", + "``", + "Canada", + "''", + "AND", + "t3.title", + "=", + "``", + "James", + "Bond", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "cast", + "as", + "t2", + "join", + "actor", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "where", + "t1", + ".", + "nationality", + "=", + "value", + "and", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "Find all actors from Canada who acted in \" James Bond \" movies", + "question_toks": [ + "Find", + "all", + "actors", + "from", + "Canada", + "who", + "acted", + "in", + "``", + "James", + "Bond", + "``", + "movies" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Canada\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"James Bond\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.title FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = \"Rowan Atkinson\" AND t3.role = \"Mr. Bean\";", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t2", + "ON", + "t2.mid", + "=", + "t3.msid", + "WHERE", + "t1.name", + "=", + "``", + "Rowan", + "Atkinson", + "''", + "AND", + "t3.role", + "=", + "``", + "Mr.", + "Bean", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t2", + "on", + "t2", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "role", + "=", + "value" + ], + "question": "find all films in which \" Rowan Atkinson \" acted as \" Mr. Bean \"", + "question_toks": [ + "find", + "all", + "films", + "in", + "which", + "``", + "Rowan", + "Atkinson", + "``", + "acted", + "as", + "``", + "Mr.", + "Bean", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Rowan Atkinson\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Mr. Bean\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.birth_city FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t3.title = \"The Past\";", + "query_toks": [ + "SELECT", + "t2.birth_city", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t3.title", + "=", + "``", + "The", + "Past", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "birth_city", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "where is the director of \" The Past \" from", + "question_toks": [ + "where", + "is", + "the", + "director", + "of", + "``", + "The", + "Past", + "``", + "from" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 26, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"The Past\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid WHERE t2.role = \"Mr. Bean\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "CAST", + "AS", + "t2", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "WHERE", + "t2.role", + "=", + "``", + "Mr.", + "Bean", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "cast", + "as", + "t2", + "join", + "actor", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "where", + "t2", + ".", + "role", + "=", + "value" + ], + "question": "who acted the role of \" Mr. Bean \"", + "question_toks": [ + "who", + "acted", + "the", + "role", + "of", + "``", + "Mr.", + "Bean", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Mr. Bean\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t3.genre FROM director AS t5 JOIN directed_by AS t2 ON t5.did = t2.did JOIN movie AS t4 ON t4.mid = t2.msid JOIN classification AS t1 ON t4.mid = t1.msid JOIN genre AS t3 ON t3.gid = t1.gid WHERE t5.name = \"Asghar Farhadi\";", + "query_toks": [ + "SELECT", + "t3.genre", + "FROM", + "director", + "AS", + "t5", + "JOIN", + "directed_by", + "AS", + "t2", + "ON", + "t5.did", + "=", + "t2.did", + "JOIN", + "movie", + "AS", + "t4", + "ON", + "t4.mid", + "=", + "t2.msid", + "JOIN", + "classification", + "AS", + "t1", + "ON", + "t4.mid", + "=", + "t1.msid", + "JOIN", + "genre", + "AS", + "t3", + "ON", + "t3.gid", + "=", + "t1.gid", + "WHERE", + "t5.name", + "=", + "``", + "Asghar", + "Farhadi", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "genre", + "from", + "director", + "as", + "t5", + "join", + "directed_by", + "as", + "t2", + "on", + "t5", + ".", + "did", + "=", + "t2", + ".", + "did", + "join", + "movie", + "as", + "t4", + "on", + "t4", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "join", + "classification", + "as", + "t1", + "on", + "t4", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "join", + "genre", + "as", + "t3", + "on", + "t3", + ".", + "gid", + "=", + "t1", + ".", + "gid", + "where", + "t5", + ".", + "name", + "=", + "value" + ], + "question": "what are the genres of movies directed by \" Asghar Farhadi \"", + "question_toks": [ + "what", + "are", + "the", + "genres", + "of", + "movies", + "directed", + "by", + "``", + "Asghar", + "Farhadi", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 3 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 15, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Asghar Farhadi\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.title FROM movie AS t1 JOIN CAST AS t2 ON t1.mid = t2.msid WHERE t2.role = \"Daffy Duck\";", + "query_toks": [ + "SELECT", + "t1.title", + "FROM", + "movie", + "AS", + "t1", + "JOIN", + "CAST", + "AS", + "t2", + "ON", + "t1.mid", + "=", + "t2.msid", + "WHERE", + "t2.role", + "=", + "``", + "Daffy", + "Duck", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "title", + "from", + "movie", + "as", + "t1", + "join", + "cast", + "as", + "t2", + "on", + "t1", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "where", + "t2", + ".", + "role", + "=", + "value" + ], + "question": "Which movie had the character \" Daffy Duck \"", + "question_toks": [ + "Which", + "movie", + "had", + "the", + "character", + "``", + "Daffy", + "Duck", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 13, + false + ], + null + ], + "\"Daffy Duck\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.role FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t3.title = \"Daddy Long Legs\";", + "query_toks": [ + "SELECT", + "t2.role", + "FROM", + "CAST", + "AS", + "t2", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t2.msid", + "WHERE", + "t3.title", + "=", + "``", + "Daddy", + "Long", + "Legs", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "role", + "from", + "cast", + "as", + "t2", + "join", + "actor", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "where", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "What are the major roles in the movie \" Daddy Long Legs \"", + "question_toks": [ + "What", + "are", + "the", + "major", + "roles", + "in", + "the", + "movie", + "``", + "Daddy", + "Long", + "Legs", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 13, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"Daddy Long Legs\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t3.name FROM director AS t3 JOIN directed_by AS t2 ON t3.did = t2.did JOIN movie AS t4 ON t4.mid = t2.msid JOIN tags AS t5 ON t5.msid = t4.mid JOIN keyword AS t1 ON t5.kid = t1.id WHERE t1.keyword = \"nuclear weapons\";", + "query_toks": [ + "SELECT", + "t3.name", + "FROM", + "director", + "AS", + "t3", + "JOIN", + "directed_by", + "AS", + "t2", + "ON", + "t3.did", + "=", + "t2.did", + "JOIN", + "movie", + "AS", + "t4", + "ON", + "t4.mid", + "=", + "t2.msid", + "JOIN", + "tags", + "AS", + "t5", + "ON", + "t5.msid", + "=", + "t4.mid", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t5.kid", + "=", + "t1.id", + "WHERE", + "t1.keyword", + "=", + "``", + "nuclear", + "weapons", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "name", + "from", + "director", + "as", + "t3", + "join", + "directed_by", + "as", + "t2", + "on", + "t3", + ".", + "did", + "=", + "t2", + ".", + "did", + "join", + "movie", + "as", + "t4", + "on", + "t4", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "join", + "tags", + "as", + "t5", + "on", + "t5", + ".", + "msid", + "=", + "t4", + ".", + "mid", + "join", + "keyword", + "as", + "t1", + "on", + "t5", + ".", + "kid", + "=", + "t1", + ".", + "id", + "where", + "t1", + ".", + "keyword", + "=", + "value" + ], + "question": "List all the directors of movies about nuclear weapons", + "question_toks": [ + "List", + "all", + "the", + "directors", + "of", + "movies", + "about", + "nuclear", + "weapons" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 12 + ], + [ + "table_unit", + 9 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 48, + false + ], + null + ], + [ + 0, + 42, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 49, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 24, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + "\"nuclear weapons\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t2.title ) FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = \"Jennifer Aniston\" AND t2.release_year > 2010;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t2", + "ON", + "t2.mid", + "=", + "t3.msid", + "WHERE", + "t1.name", + "=", + "``", + "Jennifer", + "Aniston", + "''", + "AND", + "t2.release_year", + ">", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t2", + "on", + "t2", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "release_year", + ">", + "value" + ], + "question": "What is the number of movies in which \" Jennifer Aniston \" acted after 2010 ?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "movies", + "in", + "which", + "``", + "Jennifer", + "Aniston", + "``", + "acted", + "after", + "2010", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Jennifer Aniston\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t3.title = \"Saving Private Ryan\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "CAST", + "AS", + "t2", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t2.msid", + "WHERE", + "t3.title", + "=", + "``", + "Saving", + "Private", + "Ryan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "cast", + "as", + "t2", + "join", + "actor", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "where", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "What is the number of actors in the movie \" Saving Private Ryan \" ?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "actors", + "in", + "the", + "movie", + "``", + "Saving", + "Private", + "Ryan", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"Saving Private Ryan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t3.title = \"Saving Private Ryan\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "CAST", + "AS", + "t2", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t2.msid", + "WHERE", + "t3.title", + "=", + "``", + "Saving", + "Private", + "Ryan", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "cast", + "as", + "t2", + "join", + "actor", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "where", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "How many actors are in the movie \" Saving Private Ryan \" ?", + "question_toks": [ + "How", + "many", + "actors", + "are", + "in", + "the", + "movie", + "``", + "Saving", + "Private", + "Ryan", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"Saving Private Ryan\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t3.title ) FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = \"Steven Spielberg\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t2.name", + "=", + "``", + "Steven", + "Spielberg", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "How many movies did \" Steven Spielberg \" direct ?", + "question_toks": [ + "How", + "many", + "movies", + "did", + "``", + "Steven", + "Spielberg", + "``", + "direct", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Steven Spielberg\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT title ) FROM movie WHERE release_year = 2013;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "title", + ")", + "FROM", + "movie", + "WHERE", + "release_year", + "=", + "2013", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "title", + ")", + "from", + "movie", + "where", + "release_year", + "=", + "value" + ], + "question": "How many movies were produced in the year 2013 ?", + "question_toks": [ + "How", + "many", + "movies", + "were", + "produced", + "in", + "the", + "year", + "2013", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 2013.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT title ) FROM movie WHERE release_year = 2013;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "title", + ")", + "FROM", + "movie", + "WHERE", + "release_year", + "=", + "2013", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "title", + ")", + "from", + "movie", + "where", + "release_year", + "=", + "value" + ], + "question": "What is the number of movies produced in 2013 ?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "movies", + "produced", + "in", + "2013", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 11 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 2013.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t3.title ) , t3.release_year FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = \"Woody Allen\" GROUP BY t3.release_year;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + ",", + "t3.release_year", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t2.name", + "=", + "``", + "Woody", + "Allen", + "''", + "GROUP", + "BY", + "t3.release_year", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + ",", + "t3", + ".", + "release_year", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t2", + ".", + "name", + "=", + "value", + "group", + "by", + "t3", + ".", + "release_year" + ], + "question": "What is the number of movies directed by \" Woody Allen \" per year ?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "movies", + "directed", + "by", + "``", + "Woody", + "Allen", + "``", + "per", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Woody Allen\"", + null + ] + ], + "groupBy": [ + [ + 0, + 44, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t2.title ) FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = \"Shahab Hosseini\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t2", + "ON", + "t2.mid", + "=", + "t3.msid", + "WHERE", + "t1.name", + "=", + "``", + "Shahab", + "Hosseini", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t2", + "on", + "t2", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "How many movies did \" Shahab Hosseini \" act in ?", + "question_toks": [ + "How", + "many", + "movies", + "did", + "``", + "Shahab", + "Hosseini", + "``", + "act", + "in", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Shahab Hosseini\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t2.title ) FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = \"Shahab Hosseini\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t2", + "ON", + "t2.mid", + "=", + "t3.msid", + "WHERE", + "t1.name", + "=", + "``", + "Shahab", + "Hosseini", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t2", + "on", + "t2", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "What is the number of movies in which \" Shahab Hosseini \" acted ?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "movies", + "in", + "which", + "``", + "Shahab", + "Hosseini", + "``", + "acted", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Shahab Hosseini\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t2.title ) FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = \"Shahab Hosseini\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t2", + "ON", + "t2.mid", + "=", + "t3.msid", + "WHERE", + "t1.name", + "=", + "``", + "Shahab", + "Hosseini", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t2", + "on", + "t2", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "What is the number of movies featuring \" Shahab Hosseini \" ?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "movies", + "featuring", + "``", + "Shahab", + "Hosseini", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Shahab Hosseini\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t2.title ) FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = \"Shahab Hosseini\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t2", + "ON", + "t2.mid", + "=", + "t3.msid", + "WHERE", + "t1.name", + "=", + "``", + "Shahab", + "Hosseini", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t2", + "on", + "t2", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "How many movies did \" Shahab Hosseini \" act in", + "question_toks": [ + "How", + "many", + "movies", + "did", + "``", + "Shahab", + "Hosseini", + "``", + "act", + "in" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Shahab Hosseini\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT name ) FROM actor WHERE birth_city = \"Los Angeles\" AND birth_year > 2000;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "name", + ")", + "FROM", + "actor", + "WHERE", + "birth_city", + "=", + "``", + "Los", + "Angeles", + "''", + "AND", + "birth_year", + ">", + "2000", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "name", + ")", + "from", + "actor", + "where", + "birth_city", + "=", + "value", + "and", + "birth_year", + ">", + "value" + ], + "question": "How many actors were born in \" Los Angeles \" after 2000 ?", + "question_toks": [ + "How", + "many", + "actors", + "were", + "born", + "in", + "``", + "Los", + "Angeles", + "``", + "after", + "2000", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"Los Angeles\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 2000.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t2.title ) FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = \"Humphrey Bogart\" AND t2.release_year < 1942;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t2", + "ON", + "t2.mid", + "=", + "t3.msid", + "WHERE", + "t1.name", + "=", + "``", + "Humphrey", + "Bogart", + "''", + "AND", + "t2.release_year", + "<", + "1942", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t2", + "on", + "t2", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "release_year", + "<", + "value" + ], + "question": "How many movies did \" Humphrey Bogart \" act in before 1942 ?", + "question_toks": [ + "How", + "many", + "movies", + "did", + "``", + "Humphrey", + "Bogart", + "``", + "act", + "in", + "before", + "1942", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Humphrey Bogart\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 1942.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t2.title ) , t2.release_year FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.name = \"Brad Pitt\" GROUP BY t2.release_year;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t2.title", + ")", + ",", + "t2.release_year", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t2", + "ON", + "t2.mid", + "=", + "t3.msid", + "WHERE", + "t1.name", + "=", + "``", + "Brad", + "Pitt", + "''", + "GROUP", + "BY", + "t2.release_year", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t2", + ".", + "title", + ")", + ",", + "t2", + ".", + "release_year", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t2", + "on", + "t2", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value", + "group", + "by", + "t2", + ".", + "release_year" + ], + "question": "What is the number of movies that \" Brad Pitt \" acts in per year ?", + "question_toks": [ + "What", + "is", + "the", + "number", + "of", + "movies", + "that", + "``", + "Brad", + "Pitt", + "``", + "acts", + "in", + "per", + "year", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Brad Pitt\"", + null + ] + ], + "groupBy": [ + [ + 0, + 44, + false + ] + ], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t3.title ) FROM tags AS t2 JOIN keyword AS t1 ON t2.kid = t1.id JOIN movie AS t3 ON t2.msid = t3.mid WHERE t1.keyword = \"Iraq war\" AND t3.release_year = 2015;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + "FROM", + "tags", + "AS", + "t2", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t2.kid", + "=", + "t1.id", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t2.msid", + "=", + "t3.mid", + "WHERE", + "t1.keyword", + "=", + "``", + "Iraq", + "war", + "''", + "AND", + "t3.release_year", + "=", + "2015", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + "from", + "tags", + "as", + "t2", + "join", + "keyword", + "as", + "t1", + "on", + "t2", + ".", + "kid", + "=", + "t1", + ".", + "id", + "join", + "movie", + "as", + "t3", + "on", + "t2", + ".", + "msid", + "=", + "t3", + ".", + "mid", + "where", + "t1", + ".", + "keyword", + "=", + "value", + "and", + "t3", + ".", + "release_year", + "=", + "value" + ], + "question": "How many movies about Iraq war were produced in 2015 ?", + "question_toks": [ + "How", + "many", + "movies", + "about", + "Iraq", + "war", + "were", + "produced", + "in", + "2015", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 49, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 48, + false + ], + null + ], + [ + 0, + 42, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + "\"Iraq war\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 2015.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t3.title ) FROM tags AS t2 JOIN keyword AS t1 ON t2.kid = t1.id JOIN movie AS t3 ON t2.msid = t3.mid WHERE t1.keyword = \"Persians\" AND t3.release_year > 1990;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + "FROM", + "tags", + "AS", + "t2", + "JOIN", + "keyword", + "AS", + "t1", + "ON", + "t2.kid", + "=", + "t1.id", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t2.msid", + "=", + "t3.mid", + "WHERE", + "t1.keyword", + "=", + "``", + "Persians", + "''", + "AND", + "t3.release_year", + ">", + "1990", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + "from", + "tags", + "as", + "t2", + "join", + "keyword", + "as", + "t1", + "on", + "t2", + ".", + "kid", + "=", + "t1", + ".", + "id", + "join", + "movie", + "as", + "t3", + "on", + "t2", + ".", + "msid", + "=", + "t3", + ".", + "mid", + "where", + "t1", + ".", + "keyword", + "=", + "value", + "and", + "t3", + ".", + "release_year", + ">", + "value" + ], + "question": "How many movies about Persians were released after 1990 ?", + "question_toks": [ + "How", + "many", + "movies", + "about", + "Persians", + "were", + "released", + "after", + "1990", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 12 + ], + [ + "table_unit", + 9 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 49, + false + ], + null + ], + [ + 0, + 37, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 48, + false + ], + null + ], + [ + 0, + 42, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 38, + false + ], + null + ], + "\"Persians\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 1990.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t3.title ) FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = \"Quentin Tarantino\" AND t3.release_year > 2010;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t2.name", + "=", + "``", + "Quentin", + "Tarantino", + "''", + "AND", + "t3.release_year", + ">", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "release_year", + ">", + "value" + ], + "question": "How many movies did \" Quentin Tarantino \" direct after 2010 ?", + "question_toks": [ + "How", + "many", + "movies", + "did", + "``", + "Quentin", + "Tarantino", + "``", + "direct", + "after", + "2010", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Quentin Tarantino\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t3.title ) FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = \"Quentin Tarantino\" AND t3.release_year < 2010;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t3.title", + ")", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t2.name", + "=", + "``", + "Quentin", + "Tarantino", + "''", + "AND", + "t3.release_year", + "<", + "2010", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t3", + ".", + "title", + ")", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t2", + ".", + "name", + "=", + "value", + "and", + "t3", + ".", + "release_year", + "<", + "value" + ], + "question": "How many movies did \" Quentin Tarantino \" direct before 2010 ?", + "question_toks": [ + "How", + "many", + "movies", + "did", + "``", + "Quentin", + "Tarantino", + "``", + "direct", + "before", + "2010", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Quentin Tarantino\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 2010.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t4.title ) FROM director AS t3 JOIN directed_by AS t2 ON t3.did = t2.did JOIN movie AS t4 ON t4.mid = t2.msid JOIN made_by AS t5 ON t4.mid = t5.msid JOIN producer AS t1 ON t1.pid = t5.pid WHERE t3.name = \"Quentin Tarantino\" AND t4.release_year < 2010 AND t4.release_year > 2002;", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t4.title", + ")", + "FROM", + "director", + "AS", + "t3", + "JOIN", + "directed_by", + "AS", + "t2", + "ON", + "t3.did", + "=", + "t2.did", + "JOIN", + "movie", + "AS", + "t4", + "ON", + "t4.mid", + "=", + "t2.msid", + "JOIN", + "made_by", + "AS", + "t5", + "ON", + "t4.mid", + "=", + "t5.msid", + "JOIN", + "producer", + "AS", + "t1", + "ON", + "t1.pid", + "=", + "t5.pid", + "WHERE", + "t3.name", + "=", + "``", + "Quentin", + "Tarantino", + "''", + "AND", + "t4.release_year", + "<", + "2010", + "AND", + "t4.release_year", + ">", + "2002", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t4", + ".", + "title", + ")", + "from", + "director", + "as", + "t3", + "join", + "directed_by", + "as", + "t2", + "on", + "t3", + ".", + "did", + "=", + "t2", + ".", + "did", + "join", + "movie", + "as", + "t4", + "on", + "t4", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "join", + "made_by", + "as", + "t5", + "on", + "t4", + ".", + "mid", + "=", + "t5", + ".", + "msid", + "join", + "producer", + "as", + "t1", + "on", + "t1", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "where", + "t3", + ".", + "name", + "=", + "value", + "and", + "t4", + ".", + "release_year", + "<", + "value", + "and", + "t4", + ".", + "release_year", + ">", + "value" + ], + "question": "How many movies did \" Quentin Tarantino \" direct before 2002 and after 2010 ?", + "question_toks": [ + "How", + "many", + "movies", + "did", + "``", + "Quentin", + "Tarantino", + "``", + "direct", + "before", + "2002", + "and", + "after", + "2010", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 10 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 40, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 28, + false + ], + null + ], + [ + 0, + 41, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 43, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Quentin Tarantino\"", + null + ], + "and", + [ + false, + 4, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 2010.0, + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 44, + false + ], + null + ], + 2002.0, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT name ) FROM actor WHERE birth_city = \"New York City\" AND birth_year > 1980 AND gender = \"female\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "name", + ")", + "FROM", + "actor", + "WHERE", + "birth_city", + "=", + "``", + "New", + "York", + "City", + "''", + "AND", + "birth_year", + ">", + "1980", + "AND", + "gender", + "=", + "``", + "female", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "name", + ")", + "from", + "actor", + "where", + "birth_city", + "=", + "value", + "and", + "birth_year", + ">", + "value", + "and", + "gender", + "=", + "value" + ], + "question": "How many female actors were born in \" New York City \" after 1980 ?", + "question_toks": [ + "How", + "many", + "female", + "actors", + "were", + "born", + "in", + "``", + "New", + "York", + "City", + "``", + "after", + "1980", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"New York City\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + 1980.0, + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"female\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM CAST AS t4 JOIN actor AS t1 ON t4.aid = t1.aid JOIN movie AS t5 ON t5.mid = t4.msid JOIN directed_by AS t2 ON t5.mid = t2.msid JOIN director AS t3 ON t3.did = t2.did WHERE t1.nationality = \"Iran\" AND t3.name = \"Jim Jarmusch\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "CAST", + "AS", + "t4", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t5", + "ON", + "t5.mid", + "=", + "t4.msid", + "JOIN", + "directed_by", + "AS", + "t2", + "ON", + "t5.mid", + "=", + "t2.msid", + "JOIN", + "director", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t2.did", + "WHERE", + "t1.nationality", + "=", + "``", + "Iran", + "''", + "AND", + "t3.name", + "=", + "``", + "Jim", + "Jarmusch", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "cast", + "as", + "t4", + "join", + "actor", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t5", + "on", + "t5", + ".", + "mid", + "=", + "t4", + ".", + "msid", + "join", + "directed_by", + "as", + "t2", + "on", + "t5", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "join", + "director", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t2", + ".", + "did", + "where", + "t1", + ".", + "nationality", + "=", + "value", + "and", + "t3", + ".", + "name", + "=", + "value" + ], + "question": "find the number of actors from Iran who played in \" Jim Jarmusch \" movies", + "question_toks": [ + "find", + "the", + "number", + "of", + "actors", + "from", + "Iran", + "who", + "played", + "in", + "``", + "Jim", + "Jarmusch", + "``", + "movies" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"Iran\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Jim Jarmusch\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT COUNT ( DISTINCT t1.name ) FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t1.nationality = \"China\" AND t3.title = \"Rush Hour 3\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "FROM", + "CAST", + "AS", + "t2", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t2.msid", + "WHERE", + "t1.nationality", + "=", + "``", + "China", + "''", + "AND", + "t3.title", + "=", + "``", + "Rush", + "Hour", + "3", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "from", + "cast", + "as", + "t2", + "join", + "actor", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "where", + "t1", + ".", + "nationality", + "=", + "value", + "and", + "t3", + ".", + "title", + "=", + "value" + ], + "question": "How many actors from China have acted in \" Rush Hour 3 \"", + "question_toks": [ + "How", + "many", + "actors", + "from", + "China", + "have", + "acted", + "in", + "``", + "Rush", + "Hour", + "3", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 3, + true + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"China\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"Rush Hour 3\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN CAST AS t3 ON t4.mid = t3.msid JOIN actor AS t2 ON t3.aid = t2.aid WHERE t1.name = \"Woody Strode\" AND t2.name = \"Jason Robards\";", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "CAST", + "AS", + "t5", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t5.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t4", + "ON", + "t4.mid", + "=", + "t5.msid", + "JOIN", + "CAST", + "AS", + "t3", + "ON", + "t4.mid", + "=", + "t3.msid", + "JOIN", + "actor", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "WHERE", + "t1.name", + "=", + "``", + "Woody", + "Strode", + "''", + "AND", + "t2.name", + "=", + "``", + "Jason", + "Robards", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "cast", + "as", + "t5", + "join", + "actor", + "as", + "t1", + "on", + "t5", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t4", + "on", + "t4", + ".", + "mid", + "=", + "t5", + ".", + "msid", + "join", + "cast", + "as", + "t3", + "on", + "t4", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "join", + "actor", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Find all movies that star both \" Woody Strode \" and \" Jason Robards \"", + "question_toks": [ + "Find", + "all", + "movies", + "that", + "star", + "both", + "``", + "Woody", + "Strode", + "``", + "and", + "``", + "Jason", + "Robards", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Woody Strode\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Jason Robards\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN CAST AS t3 ON t4.mid = t3.msid JOIN actor AS t2 ON t3.aid = t2.aid WHERE t1.name = \"Woody Strode\" AND t2.name = \"Jason Robards\";", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "CAST", + "AS", + "t5", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t5.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t4", + "ON", + "t4.mid", + "=", + "t5.msid", + "JOIN", + "CAST", + "AS", + "t3", + "ON", + "t4.mid", + "=", + "t3.msid", + "JOIN", + "actor", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "WHERE", + "t1.name", + "=", + "``", + "Woody", + "Strode", + "''", + "AND", + "t2.name", + "=", + "``", + "Jason", + "Robards", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "cast", + "as", + "t5", + "join", + "actor", + "as", + "t1", + "on", + "t5", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t4", + "on", + "t4", + ".", + "mid", + "=", + "t5", + ".", + "msid", + "join", + "cast", + "as", + "t3", + "on", + "t4", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "join", + "actor", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Find all movies featuring \" Woody Strode \" and \" Jason Robards \"", + "question_toks": [ + "Find", + "all", + "movies", + "featuring", + "``", + "Woody", + "Strode", + "``", + "and", + "``", + "Jason", + "Robards", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Woody Strode\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Jason Robards\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN CAST AS t3 ON t4.mid = t3.msid JOIN actor AS t2 ON t3.aid = t2.aid WHERE t1.name = \"Woody Strode\" AND t2.name = \"Jason Robards\";", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "CAST", + "AS", + "t5", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t5.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t4", + "ON", + "t4.mid", + "=", + "t5.msid", + "JOIN", + "CAST", + "AS", + "t3", + "ON", + "t4.mid", + "=", + "t3.msid", + "JOIN", + "actor", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "WHERE", + "t1.name", + "=", + "``", + "Woody", + "Strode", + "''", + "AND", + "t2.name", + "=", + "``", + "Jason", + "Robards", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "cast", + "as", + "t5", + "join", + "actor", + "as", + "t1", + "on", + "t5", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t4", + "on", + "t4", + ".", + "mid", + "=", + "t5", + ".", + "msid", + "join", + "cast", + "as", + "t3", + "on", + "t4", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "join", + "actor", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Find all movies featuring both \" Woody Strode \" and \" Jason Robards \"", + "question_toks": [ + "Find", + "all", + "movies", + "featuring", + "both", + "``", + "Woody", + "Strode", + "``", + "and", + "``", + "Jason", + "Robards", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Woody Strode\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Jason Robards\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t4.title FROM CAST AS t5 JOIN actor AS t1 ON t5.aid = t1.aid JOIN movie AS t4 ON t4.mid = t5.msid JOIN CAST AS t3 ON t4.mid = t3.msid JOIN actor AS t2 ON t3.aid = t2.aid WHERE t1.name = \"Woody Strode\" AND t2.name = \"Jason Robards\";", + "query_toks": [ + "SELECT", + "t4.title", + "FROM", + "CAST", + "AS", + "t5", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t5.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t4", + "ON", + "t4.mid", + "=", + "t5.msid", + "JOIN", + "CAST", + "AS", + "t3", + "ON", + "t4.mid", + "=", + "t3.msid", + "JOIN", + "actor", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "WHERE", + "t1.name", + "=", + "``", + "Woody", + "Strode", + "''", + "AND", + "t2.name", + "=", + "``", + "Jason", + "Robards", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t4", + ".", + "title", + "from", + "cast", + "as", + "t5", + "join", + "actor", + "as", + "t1", + "on", + "t5", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t4", + "on", + "t4", + ".", + "mid", + "=", + "t5", + ".", + "msid", + "join", + "cast", + "as", + "t3", + "on", + "t4", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "join", + "actor", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t1", + ".", + "name", + "=", + "value", + "and", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Find all movies featuring \" Jason Robards \" and \" Woody Strode \"", + "question_toks": [ + "Find", + "all", + "movies", + "featuring", + "``", + "Jason", + "Robards", + "``", + "and", + "``", + "Woody", + "Strode", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Woody Strode\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Jason Robards\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM CAST AS t4 JOIN actor AS t1 ON t4.aid = t1.aid JOIN movie AS t5 ON t5.mid = t4.msid JOIN CAST AS t3 ON t5.mid = t3.msid JOIN actor AS t2 ON t3.aid = t2.aid WHERE t2.name = \"Tom Hanks\";", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "CAST", + "AS", + "t4", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t5", + "ON", + "t5.mid", + "=", + "t4.msid", + "JOIN", + "CAST", + "AS", + "t3", + "ON", + "t5.mid", + "=", + "t3.msid", + "JOIN", + "actor", + "AS", + "t2", + "ON", + "t3.aid", + "=", + "t2.aid", + "WHERE", + "t2.name", + "=", + "``", + "Tom", + "Hanks", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "cast", + "as", + "t4", + "join", + "actor", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t5", + "on", + "t5", + ".", + "mid", + "=", + "t4", + ".", + "msid", + "join", + "cast", + "as", + "t3", + "on", + "t5", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "join", + "actor", + "as", + "t2", + "on", + "t3", + ".", + "aid", + "=", + "t2", + ".", + "aid", + "where", + "t2", + ".", + "name", + "=", + "value" + ], + "question": "Find all actors who acted in the same movie as \" Tom Hanks \"", + "question_toks": [ + "Find", + "all", + "actors", + "who", + "acted", + "in", + "the", + "same", + "movie", + "as", + "``", + "Tom", + "Hanks", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Tom Hanks\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t3.title FROM director AS t5 JOIN directed_by AS t2 ON t5.did = t2.did JOIN directed_by AS t1 ON t5.did = t1.did JOIN movie AS t4 ON t4.mid = t2.msid JOIN movie AS t3 ON t3.mid = t1.msid WHERE t4.title = \"Revolutionary Road\";", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "director", + "AS", + "t5", + "JOIN", + "directed_by", + "AS", + "t2", + "ON", + "t5.did", + "=", + "t2.did", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t5.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t4", + "ON", + "t4.mid", + "=", + "t2.msid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t4.title", + "=", + "``", + "Revolutionary", + "Road", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "director", + "as", + "t5", + "join", + "directed_by", + "as", + "t2", + "on", + "t5", + ".", + "did", + "=", + "t2", + ".", + "did", + "join", + "directed_by", + "as", + "t1", + "on", + "t5", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t4", + "on", + "t4", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t4", + ".", + "title", + "=", + "value" + ], + "question": "What movies have the same director as the movie \" Revolutionary Road \" ?", + "question_toks": [ + "What", + "movies", + "have", + "the", + "same", + "director", + "as", + "the", + "movie", + "``", + "Revolutionary", + "Road", + "``", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 43, + false + ], + null + ], + "\"Revolutionary Road\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t3.title FROM genre AS t2 JOIN classification AS t1 ON t2.gid = t1.gid JOIN movie AS t3 ON t3.mid = t1.msid GROUP BY t3.title ORDER BY COUNT ( DISTINCT t2.genre ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "genre", + "AS", + "t2", + "JOIN", + "classification", + "AS", + "t1", + "ON", + "t2.gid", + "=", + "t1.gid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "GROUP", + "BY", + "t3.title", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t2.genre", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "genre", + "as", + "t2", + "join", + "classification", + "as", + "t1", + "on", + "t2", + ".", + "gid", + "=", + "t1", + ".", + "gid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "group", + "by", + "t3", + ".", + "title", + "order", + "by", + "count", + "(", + "distinct", + "t2", + ".", + "genre", + ")", + "desc", + "limit", + "value" + ], + "question": "Find the movie which is classified in the most number of genres", + "question_toks": [ + "Find", + "the", + "movie", + "which", + "is", + "classified", + "in", + "the", + "most", + "number", + "of", + "genres" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 3 + ], + [ + "table_unit", + 4 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 14, + false + ], + null + ], + [ + 0, + 18, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 17, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 43, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 15, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t2.title FROM CAST AS t3 JOIN actor AS t1 ON t3.aid = t1.aid JOIN movie AS t2 ON t2.mid = t3.msid WHERE t1.nationality = \"China\" GROUP BY t2.title ORDER BY COUNT ( DISTINCT t1.name ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t2.title", + "FROM", + "CAST", + "AS", + "t3", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t3.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t2", + "ON", + "t2.mid", + "=", + "t3.msid", + "WHERE", + "t1.nationality", + "=", + "``", + "China", + "''", + "GROUP", + "BY", + "t2.title", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t1.name", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "title", + "from", + "cast", + "as", + "t3", + "join", + "actor", + "as", + "t1", + "on", + "t3", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t2", + "on", + "t2", + ".", + "mid", + "=", + "t3", + ".", + "msid", + "where", + "t1", + ".", + "nationality", + "=", + "value", + "group", + "by", + "t2", + ".", + "title", + "order", + "by", + "count", + "(", + "distinct", + "t1", + ".", + "name", + ")", + "desc", + "limit", + "value" + ], + "question": "which movie has the most number of actors from China ?", + "question_toks": [ + "which", + "movie", + "has", + "the", + "most", + "number", + "of", + "actors", + "from", + "China", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + "\"China\"", + null + ] + ], + "groupBy": [ + [ + 0, + 43, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 3, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM CAST AS t4 JOIN actor AS t1 ON t4.aid = t1.aid JOIN movie AS t5 ON t5.mid = t4.msid JOIN directed_by AS t2 ON t5.mid = t2.msid JOIN director AS t3 ON t3.did = t2.did WHERE t3.name = \"Quentin Tarantino\" ORDER BY t5.release_year DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "CAST", + "AS", + "t4", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t4.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t5", + "ON", + "t5.mid", + "=", + "t4.msid", + "JOIN", + "directed_by", + "AS", + "t2", + "ON", + "t5.mid", + "=", + "t2.msid", + "JOIN", + "director", + "AS", + "t3", + "ON", + "t3.did", + "=", + "t2.did", + "WHERE", + "t3.name", + "=", + "``", + "Quentin", + "Tarantino", + "''", + "ORDER", + "BY", + "t5.release_year", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "cast", + "as", + "t4", + "join", + "actor", + "as", + "t1", + "on", + "t4", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t5", + "on", + "t5", + ".", + "mid", + "=", + "t4", + ".", + "msid", + "join", + "directed_by", + "as", + "t2", + "on", + "t5", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "join", + "director", + "as", + "t3", + "on", + "t3", + ".", + "did", + "=", + "t2", + ".", + "did", + "where", + "t3", + ".", + "name", + "=", + "value", + "order", + "by", + "t5", + ".", + "release_year", + "desc", + "limit", + "value" + ], + "question": "Find the actors who played in the latest movie by \" Quentin Tarantino \"", + "question_toks": [ + "Find", + "the", + "actors", + "who", + "played", + "in", + "the", + "latest", + "movie", + "by", + "``", + "Quentin", + "Tarantino", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 6 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Quentin Tarantino\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t3.budget , t3.title FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = \"Quentin Tarantino\" ORDER BY t3.release_year DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t3.budget", + ",", + "t3.title", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t2.name", + "=", + "``", + "Quentin", + "Tarantino", + "''", + "ORDER", + "BY", + "t3.release_year", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "budget", + ",", + "t3", + ".", + "title", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t2", + ".", + "name", + "=", + "value", + "order", + "by", + "t3", + ".", + "release_year", + "desc", + "limit", + "value" + ], + "question": "Find the name and budget of the latest movie by \" Quentin Tarantino \"", + "question_toks": [ + "Find", + "the", + "name", + "and", + "budget", + "of", + "the", + "latest", + "movie", + "by", + "``", + "Quentin", + "Tarantino", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 46, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Quentin Tarantino\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t3.title FROM director AS t2 JOIN directed_by AS t1 ON t2.did = t1.did JOIN movie AS t3 ON t3.mid = t1.msid WHERE t2.name = \"Jim Jarmusch\" ORDER BY t3.release_year DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t3.title", + "FROM", + "director", + "AS", + "t2", + "JOIN", + "directed_by", + "AS", + "t1", + "ON", + "t2.did", + "=", + "t1.did", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t1.msid", + "WHERE", + "t2.name", + "=", + "``", + "Jim", + "Jarmusch", + "''", + "ORDER", + "BY", + "t3.release_year", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "title", + "from", + "director", + "as", + "t2", + "join", + "directed_by", + "as", + "t1", + "on", + "t2", + ".", + "did", + "=", + "t1", + ".", + "did", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t1", + ".", + "msid", + "where", + "t2", + ".", + "name", + "=", + "value", + "order", + "by", + "t3", + ".", + "release_year", + "desc", + "limit", + "value" + ], + "question": "What is the latest movie by \" Jim Jarmusch \"", + "question_toks": [ + "What", + "is", + "the", + "latest", + "movie", + "by", + "``", + "Jim", + "Jarmusch", + "``" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 43, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 24, + false + ], + null + ], + "\"Jim Jarmusch\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM director AS t3 JOIN directed_by AS t2 ON t3.did = t2.did JOIN movie AS t4 ON t4.mid = t2.msid JOIN made_by AS t5 ON t4.mid = t5.msid JOIN producer AS t1 ON t1.pid = t5.pid GROUP BY t1.name ORDER BY COUNT ( DISTINCT t3.name ) DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "director", + "AS", + "t3", + "JOIN", + "directed_by", + "AS", + "t2", + "ON", + "t3.did", + "=", + "t2.did", + "JOIN", + "movie", + "AS", + "t4", + "ON", + "t4.mid", + "=", + "t2.msid", + "JOIN", + "made_by", + "AS", + "t5", + "ON", + "t4.mid", + "=", + "t5.msid", + "JOIN", + "producer", + "AS", + "t1", + "ON", + "t1.pid", + "=", + "t5.pid", + "GROUP", + "BY", + "t1.name", + "ORDER", + "BY", + "COUNT", + "(", + "DISTINCT", + "t3.name", + ")", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "director", + "as", + "t3", + "join", + "directed_by", + "as", + "t2", + "on", + "t3", + ".", + "did", + "=", + "t2", + ".", + "did", + "join", + "movie", + "as", + "t4", + "on", + "t4", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "join", + "made_by", + "as", + "t5", + "on", + "t4", + ".", + "mid", + "=", + "t5", + ".", + "msid", + "join", + "producer", + "as", + "t1", + "on", + "t1", + ".", + "pid", + "=", + "t5", + ".", + "pid", + "group", + "by", + "t1", + ".", + "name", + "order", + "by", + "count", + "(", + "distinct", + "t3", + ".", + "name", + ")", + "desc", + "limit", + "value" + ], + "question": "Which producer has worked with the most number of directors ?", + "question_toks": [ + "Which", + "producer", + "has", + "worked", + "with", + "the", + "most", + "number", + "of", + "directors", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 6 + ], + [ + "table_unit", + 8 + ], + [ + "table_unit", + 11 + ], + [ + "table_unit", + 10 + ], + [ + "table_unit", + 7 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 22, + false + ], + null + ], + [ + 0, + 36, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 35, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 40, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 28, + false + ], + null + ], + [ + 0, + 41, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 30, + false + ], + null + ] + ] + ] + ], + "where": [], + "groupBy": [ + [ + 0, + 30, + false + ] + ], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 3, + 24, + true + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "imdb", + "query": "SELECT t1.name FROM CAST AS t2 JOIN actor AS t1 ON t2.aid = t1.aid JOIN movie AS t3 ON t3.mid = t2.msid WHERE t1.name = \"Gabriele Ferzetti\" ORDER BY t3.release_year DESC LIMIT 1;", + "query_toks": [ + "SELECT", + "t1.name", + "FROM", + "CAST", + "AS", + "t2", + "JOIN", + "actor", + "AS", + "t1", + "ON", + "t2.aid", + "=", + "t1.aid", + "JOIN", + "movie", + "AS", + "t3", + "ON", + "t3.mid", + "=", + "t2.msid", + "WHERE", + "t1.name", + "=", + "``", + "Gabriele", + "Ferzetti", + "''", + "ORDER", + "BY", + "t3.release_year", + "DESC", + "LIMIT", + "1", + ";" + ], + "query_toks_no_value": [ + "select", + "t1", + ".", + "name", + "from", + "cast", + "as", + "t2", + "join", + "actor", + "as", + "t1", + "on", + "t2", + ".", + "aid", + "=", + "t1", + ".", + "aid", + "join", + "movie", + "as", + "t3", + "on", + "t3", + ".", + "mid", + "=", + "t2", + ".", + "msid", + "where", + "t1", + ".", + "name", + "=", + "value", + "order", + "by", + "t3", + ".", + "release_year", + "desc", + "limit", + "value" + ], + "question": "Find the latest movie which \" Gabriele Ferzetti \" acted in", + "question_toks": [ + "Find", + "the", + "latest", + "movie", + "which", + "``", + "Gabriele", + "Ferzetti", + "``", + "acted", + "in" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 11 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 42, + false + ], + null + ], + [ + 0, + 11, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 3, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"Gabriele Ferzetti\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [ + "desc", + [ + [ + 0, + [ + 0, + 44, + false + ], + null + ] + ] + ], + "limit": 1, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT COUNT ( * ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.name = \"buttercup kitchen\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.name", + "=", + "``", + "buttercup", + "kitchen", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "how many buttercup kitchen are there in san francisco ?", + "question_toks": [ + "how", + "many", + "buttercup", + "kitchen", + "are", + "there", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"buttercup kitchen\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT COUNT ( * ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"chinese\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "chinese", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value" + ], + "question": "how many chinese restaurants are there in the bay area ?", + "question_toks": [ + "how", + "many", + "chinese", + "restaurants", + "are", + "there", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"chinese\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT COUNT ( * ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"chinese\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "chinese", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value" + ], + "question": "how many places for chinese food are there in the bay area ?", + "question_toks": [ + "how", + "many", + "places", + "for", + "chinese", + "food", + "are", + "there", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"chinese\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT COUNT ( * ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"chinese\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "chinese", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value" + ], + "question": "how many chinese places are there in the bay area ?", + "question_toks": [ + "how", + "many", + "chinese", + "places", + "are", + "there", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"chinese\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT COUNT ( * ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"chinese\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "chinese", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value" + ], + "question": "how many places for chinese are there in the bay area ?", + "question_toks": [ + "how", + "many", + "places", + "for", + "chinese", + "are", + "there", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"chinese\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT COUNT ( * ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.county = \"santa cruz county\" AND t1.name = \"jamerican cuisine\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.county", + "=", + "``", + "santa", + "cruz", + "county", + "''", + "AND", + "t1.name", + "=", + "``", + "jamerican", + "cuisine", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "county", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "how many jamerican cuisine are there in santa cruz county ?", + "question_toks": [ + "how", + "many", + "jamerican", + "cuisine", + "are", + "there", + "in", + "santa", + "cruz", + "county", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"santa cruz county\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"jamerican cuisine\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t1.name = \"jamerican cuisine\";", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t1.name", + "=", + "``", + "jamerican", + "cuisine", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "where is jamerican cuisine ?", + "question_toks": [ + "where", + "is", + "jamerican", + "cuisine", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"jamerican cuisine\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "what is the best french restaurant in san francisco ?", + "question_toks": [ + "what", + "is", + "the", + "best", + "french", + "restaurant", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "What is the best french in san francisco ?", + "question_toks": [ + "What", + "is", + "the", + "best", + "french", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "What is the best place in san francisco for french food ?", + "question_toks": [ + "What", + "is", + "the", + "best", + "place", + "in", + "san", + "francisco", + "for", + "french", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "Give me the best place in san francisco for french food ?", + "question_toks": [ + "Give", + "me", + "the", + "best", + "place", + "in", + "san", + "francisco", + "for", + "french", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "Where is the best french in san francisco ?", + "question_toks": [ + "Where", + "is", + "the", + "best", + "french", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "Give me the best french in san francisco ?", + "question_toks": [ + "Give", + "me", + "the", + "best", + "french", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "Where is the best french restaurant in san francisco ?", + "question_toks": [ + "Where", + "is", + "the", + "best", + "french", + "restaurant", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "Give me the best restaurant in san francisco for french food ?", + "question_toks": [ + "Give", + "me", + "the", + "best", + "restaurant", + "in", + "san", + "francisco", + "for", + "french", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "Give me the best french restaurant in san francisco ?", + "question_toks": [ + "Give", + "me", + "the", + "best", + "french", + "restaurant", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "What is the best restaurant in san francisco for french food ?", + "question_toks": [ + "What", + "is", + "the", + "best", + "restaurant", + "in", + "san", + "francisco", + "for", + "french", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.food_type = \"french\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "Where is the best restaurant in san francisco for french food ?", + "question_toks": [ + "Where", + "is", + "the", + "best", + "restaurant", + "in", + "san", + "francisco", + "for", + "french", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"bay area\" AND t1.name = \"denny\";", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.name", + "=", + "``", + "denny", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "where is denny in the bay area ?", + "question_toks": [ + "where", + "is", + "denny", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"denny\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"bethel island\" AND t2.street_name = \"bethel island rd\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "bethel", + "island", + "''", + "AND", + "t2.street_name", + "=", + "``", + "bethel", + "island", + "rd", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "what are some good restaurants on bethel island rd in bethel island ?", + "question_toks": [ + "what", + "are", + "some", + "good", + "restaurants", + "on", + "bethel", + "island", + "rd", + "in", + "bethel", + "island", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"bethel island\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"bethel island rd\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"bethel island\" AND t2.street_name = \"bethel island rd\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "bethel", + "island", + "''", + "AND", + "t2.street_name", + "=", + "``", + "bethel", + "island", + "rd", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me some good restaurants on bethel island rd in bethel island ?", + "question_toks": [ + "give", + "me", + "some", + "good", + "restaurants", + "on", + "bethel", + "island", + "rd", + "in", + "bethel", + "island", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"bethel island\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"bethel island rd\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"bethel island\" AND t2.street_name = \"bethel island rd\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "bethel", + "island", + "''", + "AND", + "t2.street_name", + "=", + "``", + "bethel", + "island", + "rd", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a good restaurant on bethel island rd in bethel island ?", + "question_toks": [ + "give", + "me", + "a", + "good", + "restaurant", + "on", + "bethel", + "island", + "rd", + "in", + "bethel", + "island", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"bethel island\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"bethel island rd\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"bethel island\" AND t2.street_name = \"bethel island rd\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "bethel", + "island", + "''", + "AND", + "t2.street_name", + "=", + "``", + "bethel", + "island", + "rd", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "what is a good restaurant on bethel island rd in bethel island ?", + "question_toks": [ + "what", + "is", + "a", + "good", + "restaurant", + "on", + "bethel", + "island", + "rd", + "in", + "bethel", + "island", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"bethel island\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"bethel island rd\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"alameda\";", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "alameda", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value" + ], + "question": "where can we find a restaurant in alameda ?", + "question_toks": [ + "where", + "can", + "we", + "find", + "a", + "restaurant", + "in", + "alameda", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"alameda\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"alameda\";", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "alameda", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value" + ], + "question": "give me a restaurant in alameda ?", + "question_toks": [ + "give", + "me", + "a", + "restaurant", + "in", + "alameda", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"alameda\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"alameda\";", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "alameda", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value" + ], + "question": "where can we find some restaurants in alameda ?", + "question_toks": [ + "where", + "can", + "we", + "find", + "some", + "restaurants", + "in", + "alameda", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"alameda\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"alameda\";", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "alameda", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value" + ], + "question": "where is a restaurant in alameda ?", + "question_toks": [ + "where", + "is", + "a", + "restaurant", + "in", + "alameda", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"alameda\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"alameda\";", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "alameda", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value" + ], + "question": "give me some restaurants in alameda ?", + "question_toks": [ + "give", + "me", + "some", + "restaurants", + "in", + "alameda", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"alameda\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t1.food_type = \"french\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me some restaurants good for french food ?", + "question_toks": [ + "give", + "me", + "some", + "restaurants", + "good", + "for", + "french", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t1.food_type = \"french\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where are some restaurants good for french food ?", + "question_toks": [ + "where", + "are", + "some", + "restaurants", + "good", + "for", + "french", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT COUNT ( * ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"palo alto\" AND t1.food_type = \"french\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "palo", + "alto", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value" + ], + "question": "how many places for french food are there in palo alto ?", + "question_toks": [ + "how", + "many", + "places", + "for", + "french", + "food", + "are", + "there", + "in", + "palo", + "alto", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"palo alto\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT COUNT ( * ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"palo alto\" AND t1.food_type = \"french\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "palo", + "alto", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value" + ], + "question": "how many french restaurants are there in palo alto ?", + "question_toks": [ + "how", + "many", + "french", + "restaurants", + "are", + "there", + "in", + "palo", + "alto", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"palo alto\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT COUNT ( * ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"palo alto\" AND t1.food_type = \"french\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "palo", + "alto", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value" + ], + "question": "how many french restaurant are there in palo alto ?", + "question_toks": [ + "how", + "many", + "french", + "restaurant", + "are", + "there", + "in", + "palo", + "alto", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"palo alto\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT COUNT ( * ) FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"palo alto\" AND t1.food_type = \"french\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "palo", + "alto", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value" + ], + "question": "how many places for french are there in palo alto ?", + "question_toks": [ + "how", + "many", + "places", + "for", + "french", + "are", + "there", + "in", + "palo", + "alto", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"palo alto\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT COUNT ( * ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.county = \"yolo county\" AND t1.food_type = \"italian\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.county", + "=", + "``", + "yolo", + "county", + "''", + "AND", + "t1.food_type", + "=", + "``", + "italian", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "county", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value" + ], + "question": "how many italian restaurants are in the yolo county ?", + "question_toks": [ + "how", + "many", + "italian", + "restaurants", + "are", + "in", + "the", + "yolo", + "county", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 2, + false + ], + null + ], + "\"yolo county\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"italian\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"french\";", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value" + ], + "question": "where can i eat french food in mountain view ?", + "question_toks": [ + "where", + "can", + "i", + "eat", + "french", + "food", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT COUNT ( * ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.name = \"denny\";", + "query_toks": [ + "SELECT", + "COUNT", + "(", + "*", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.name", + "=", + "``", + "denny", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "count", + "(", + "*", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "how many denny are there in the bay area ?", + "question_toks": [ + "how", + "many", + "denny", + "are", + "there", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 3, + [ + 0, + [ + 0, + 0, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"denny\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"alameda\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "alameda", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a good restaurant in alameda ?", + "question_toks": [ + "give", + "me", + "a", + "good", + "restaurant", + "in", + "alameda", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"alameda\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"alameda\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "alameda", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "what are some good restaurants in alameda ?", + "question_toks": [ + "what", + "are", + "some", + "good", + "restaurants", + "in", + "alameda", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"alameda\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"alameda\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "alameda", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "what is a good restaurant in alameda ?", + "question_toks": [ + "what", + "is", + "a", + "good", + "restaurant", + "in", + "alameda", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"alameda\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"alameda\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "alameda", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me some good restaurants in alameda ?", + "question_toks": [ + "give", + "me", + "some", + "good", + "restaurants", + "in", + "alameda", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"alameda\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where is a good restaurant on buchanan in san francisco for arabic food ?", + "question_toks": [ + "where", + "is", + "a", + "good", + "restaurant", + "on", + "buchanan", + "in", + "san", + "francisco", + "for", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where are some good arabics on buchanan in san francisco ?", + "question_toks": [ + "where", + "are", + "some", + "good", + "arabics", + "on", + "buchanan", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where is a good arabic restaurant on buchanan in san francisco ?", + "question_toks": [ + "where", + "is", + "a", + "good", + "arabic", + "restaurant", + "on", + "buchanan", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "what are some good places for arabic on buchanan in san francisco ?", + "question_toks": [ + "what", + "are", + "some", + "good", + "places", + "for", + "arabic", + "on", + "buchanan", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a good arabic on buchanan in san francisco ?", + "question_toks": [ + "give", + "me", + "a", + "good", + "arabic", + "on", + "buchanan", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me some restaurants good for arabic food on buchanan in san francisco ?", + "question_toks": [ + "give", + "me", + "some", + "restaurants", + "good", + "for", + "arabic", + "food", + "on", + "buchanan", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a good place on buchanan in san francisco for arabic food ?", + "question_toks": [ + "give", + "me", + "a", + "good", + "place", + "on", + "buchanan", + "in", + "san", + "francisco", + "for", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where is a good place on buchanan in san francisco for arabic food ?", + "question_toks": [ + "where", + "is", + "a", + "good", + "place", + "on", + "buchanan", + "in", + "san", + "francisco", + "for", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where can i eat arabic food on buchanan in san francisco ?", + "question_toks": [ + "where", + "can", + "i", + "eat", + "arabic", + "food", + "on", + "buchanan", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me some good places on buchanan in san francisco for arabic food ?", + "question_toks": [ + "give", + "me", + "some", + "good", + "places", + "on", + "buchanan", + "in", + "san", + "francisco", + "for", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where is a arabic restaurant on buchanan in san francisco ?", + "question_toks": [ + "where", + "is", + "a", + "arabic", + "restaurant", + "on", + "buchanan", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a restaurant on buchanan in san francisco that serves good arabic food ?", + "question_toks": [ + "give", + "me", + "a", + "restaurant", + "on", + "buchanan", + "in", + "san", + "francisco", + "that", + "serves", + "good", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a good restaurant on buchanan in san francisco for arabic food ?", + "question_toks": [ + "give", + "me", + "a", + "good", + "restaurant", + "on", + "buchanan", + "in", + "san", + "francisco", + "for", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where is a restaurant on buchanan in san francisco that serves good arabic food ?", + "question_toks": [ + "where", + "is", + "a", + "restaurant", + "on", + "buchanan", + "in", + "san", + "francisco", + "that", + "serves", + "good", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me some good restaurants on buchanan in san francisco for arabic food ?", + "question_toks": [ + "give", + "me", + "some", + "good", + "restaurants", + "on", + "buchanan", + "in", + "san", + "francisco", + "for", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me some good places for arabic on buchanan in san francisco ?", + "question_toks": [ + "give", + "me", + "some", + "good", + "places", + "for", + "arabic", + "on", + "buchanan", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where can i eat some good arabic food on buchanan in san francisco ?", + "question_toks": [ + "where", + "can", + "i", + "eat", + "some", + "good", + "arabic", + "food", + "on", + "buchanan", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where is a good arabic on buchanan in san francisco ?", + "question_toks": [ + "where", + "is", + "a", + "good", + "arabic", + "on", + "buchanan", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where are some restaurants good for arabic food on buchanan in san francisco ?", + "question_toks": [ + "where", + "are", + "some", + "restaurants", + "good", + "for", + "arabic", + "food", + "on", + "buchanan", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where are some good places for arabic on buchanan in san francisco ?", + "question_toks": [ + "where", + "are", + "some", + "good", + "places", + "for", + "arabic", + "on", + "buchanan", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a good arabic restaurant on buchanan in san francisco ?", + "question_toks": [ + "give", + "me", + "a", + "good", + "arabic", + "restaurant", + "on", + "buchanan", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t2.street_name = \"buchanan\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t2.street_name", + "=", + "``", + "buchanan", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me some good arabics on buchanan in san francisco ?", + "question_toks": [ + "give", + "me", + "some", + "good", + "arabics", + "on", + "buchanan", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"buchanan\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"bay area\" AND t1.food_type = \"french\";", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value" + ], + "question": "where can i eat french food in the bay area ?", + "question_toks": [ + "where", + "can", + "i", + "eat", + "french", + "food", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"bethel island\" AND t2.street_name = \"bethel island rd\";", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "bethel", + "island", + "''", + "AND", + "t2.street_name", + "=", + "``", + "bethel", + "island", + "rd", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value" + ], + "question": "give me some restaurants on bethel island rd in bethel island ?", + "question_toks": [ + "give", + "me", + "some", + "restaurants", + "on", + "bethel", + "island", + "rd", + "in", + "bethel", + "island", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"bethel island\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"bethel island rd\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"bethel island\" AND t2.street_name = \"bethel island rd\";", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "bethel", + "island", + "''", + "AND", + "t2.street_name", + "=", + "``", + "bethel", + "island", + "rd", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value" + ], + "question": "give me a restaurant on bethel island rd in bethel island ?", + "question_toks": [ + "give", + "me", + "a", + "restaurant", + "on", + "bethel", + "island", + "rd", + "in", + "bethel", + "island", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"bethel island\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"bethel island rd\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"bethel island\" AND t2.street_name = \"bethel island rd\";", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "bethel", + "island", + "''", + "AND", + "t2.street_name", + "=", + "``", + "bethel", + "island", + "rd", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value" + ], + "question": "where can we find a restaurant on bethel island rd in bethel island ?", + "question_toks": [ + "where", + "can", + "we", + "find", + "a", + "restaurant", + "on", + "bethel", + "island", + "rd", + "in", + "bethel", + "island", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"bethel island\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"bethel island rd\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"bethel island\" AND t2.street_name = \"bethel island rd\";", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "bethel", + "island", + "''", + "AND", + "t2.street_name", + "=", + "``", + "bethel", + "island", + "rd", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t2", + ".", + "street_name", + "=", + "value" + ], + "question": "where can we find some restaurants on bethel island rd in bethel island ?", + "question_toks": [ + "where", + "can", + "we", + "find", + "some", + "restaurants", + "on", + "bethel", + "island", + "rd", + "in", + "bethel", + "island", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"bethel island\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 11, + false + ], + null + ], + "\"bethel island rd\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" );", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "where is the best restaurant in the bay area for american food ?", + "question_toks": [ + "where", + "is", + "the", + "best", + "restaurant", + "in", + "the", + "bay", + "area", + "for", + "american", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" );", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "where is the best restaurant in bay area for american food ?", + "question_toks": [ + "where", + "is", + "the", + "best", + "restaurant", + "in", + "bay", + "area", + "for", + "american", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" );", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "what is the best restaurant in bay area for american food ?", + "question_toks": [ + "what", + "is", + "the", + "best", + "restaurant", + "in", + "bay", + "area", + "for", + "american", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" );", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "what is the best american restaurant in the bay area ?", + "question_toks": [ + "what", + "is", + "the", + "best", + "american", + "restaurant", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" );", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "where is the best american restaurant in the bay area ?", + "question_toks": [ + "where", + "is", + "the", + "best", + "american", + "restaurant", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" );", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "what is the best american in the bay area ?", + "question_toks": [ + "what", + "is", + "the", + "best", + "american", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" );", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "give me the best restaurant in the bay area for american food ?", + "question_toks": [ + "give", + "me", + "the", + "best", + "restaurant", + "in", + "the", + "bay", + "area", + "for", + "american", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" );", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "give me the best restaurant in bay area for american food ?", + "question_toks": [ + "give", + "me", + "the", + "best", + "restaurant", + "in", + "bay", + "area", + "for", + "american", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" );", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "what is the best restaurant in the bay area for american food ?", + "question_toks": [ + "what", + "is", + "the", + "best", + "restaurant", + "in", + "the", + "bay", + "area", + "for", + "american", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" );", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "where is the best american in the bay area ?", + "question_toks": [ + "where", + "is", + "the", + "best", + "american", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" );", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "give me the best american in the bay area ?", + "question_toks": [ + "give", + "me", + "the", + "best", + "american", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" AND t1.rating = ( SELECT MAX ( t1.rating ) FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name WHERE t2.region = \"bay area\" AND t1.food_type = \"american\" );", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + "AND", + "t1.rating", + "=", + "(", + "SELECT", + "MAX", + "(", + "t1.rating", + ")", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "WHERE", + "t2.region", + "=", + "``", + "bay", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "american", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + "=", + "(", + "select", + "max", + "(", + "t1", + ".", + "rating", + ")", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + ")" + ], + "question": "give me the best american restaurant in the bay area ?", + "question_toks": [ + "give", + "me", + "the", + "best", + "american", + "restaurant", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 1, + [ + 0, + [ + 0, + 8, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"american\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"yosemite and mono lake area\" AND t1.food_type = \"french\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "yosemite", + "and", + "mono", + "lake", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me some restaurants good for french food in the yosemite and mono lake area ?", + "question_toks": [ + "give", + "me", + "some", + "restaurants", + "good", + "for", + "french", + "food", + "in", + "the", + "yosemite", + "and", + "mono", + "lake", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"yosemite and mono lake area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"yosemite and mono lake area\" AND t1.food_type = \"french\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "yosemite", + "and", + "mono", + "lake", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "what are some good places in the yosemite and mono lake area for french food ?", + "question_toks": [ + "what", + "are", + "some", + "good", + "places", + "in", + "the", + "yosemite", + "and", + "mono", + "lake", + "area", + "for", + "french", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"yosemite and mono lake area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"yosemite and mono lake area\" AND t1.food_type = \"french\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "yosemite", + "and", + "mono", + "lake", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a good restaurant in the yosemite and mono lake area for french food ?", + "question_toks": [ + "give", + "me", + "a", + "good", + "restaurant", + "in", + "the", + "yosemite", + "and", + "mono", + "lake", + "area", + "for", + "french", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"yosemite and mono lake area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"yosemite and mono lake area\" AND t1.food_type = \"french\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "yosemite", + "and", + "mono", + "lake", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a good french restaurant in the yosemite and mono lake area ?", + "question_toks": [ + "give", + "me", + "a", + "good", + "french", + "restaurant", + "in", + "the", + "yosemite", + "and", + "mono", + "lake", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"yosemite and mono lake area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"yosemite and mono lake area\" AND t1.food_type = \"french\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "yosemite", + "and", + "mono", + "lake", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where is a good place in the yosemite and mono lake area for french food ?", + "question_toks": [ + "where", + "is", + "a", + "good", + "place", + "in", + "the", + "yosemite", + "and", + "mono", + "lake", + "area", + "for", + "french", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"yosemite and mono lake area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"yosemite and mono lake area\" AND t1.food_type = \"french\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "yosemite", + "and", + "mono", + "lake", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where are some restaurants good for french food in the yosemite and mono lake area ?", + "question_toks": [ + "where", + "are", + "some", + "restaurants", + "good", + "for", + "french", + "food", + "in", + "the", + "yosemite", + "and", + "mono", + "lake", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"yosemite and mono lake area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"yosemite and mono lake area\" AND t1.food_type = \"french\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "yosemite", + "and", + "mono", + "lake", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a good place in the yosemite and mono lake area for french food ?", + "question_toks": [ + "give", + "me", + "a", + "good", + "place", + "in", + "the", + "yosemite", + "and", + "mono", + "lake", + "area", + "for", + "french", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"yosemite and mono lake area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"yosemite and mono lake area\" AND t1.food_type = \"french\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "yosemite", + "and", + "mono", + "lake", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where is a good restaurant in the yosemite and mono lake area for french food ?", + "question_toks": [ + "where", + "is", + "a", + "good", + "restaurant", + "in", + "the", + "yosemite", + "and", + "mono", + "lake", + "area", + "for", + "french", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"yosemite and mono lake area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"yosemite and mono lake area\" AND t1.food_type = \"french\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "yosemite", + "and", + "mono", + "lake", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "what are some good restaurants in the yosemite and mono lake area for french food ?", + "question_toks": [ + "what", + "are", + "some", + "good", + "restaurants", + "in", + "the", + "yosemite", + "and", + "mono", + "lake", + "area", + "for", + "french", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"yosemite and mono lake area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"yosemite and mono lake area\" AND t1.food_type = \"french\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "yosemite", + "and", + "mono", + "lake", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where is a good french restaurant in the yosemite and mono lake area ?", + "question_toks": [ + "where", + "is", + "a", + "good", + "french", + "restaurant", + "in", + "the", + "yosemite", + "and", + "mono", + "lake", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"yosemite and mono lake area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t3.house_number , t1.name FROM restaurant AS t1 JOIN geographic AS t2 ON t1.city_name = t2.city_name JOIN LOCATION AS t3 ON t1.id = t3.restaurant_id WHERE t2.region = \"yosemite and mono lake area\" AND t1.food_type = \"french\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t3.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "geographic", + "AS", + "t2", + "ON", + "t1.city_name", + "=", + "t2.city_name", + "JOIN", + "LOCATION", + "AS", + "t3", + "ON", + "t1.id", + "=", + "t3.restaurant_id", + "WHERE", + "t2.region", + "=", + "``", + "yosemite", + "and", + "mono", + "lake", + "area", + "''", + "AND", + "t1.food_type", + "=", + "``", + "french", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t3", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "geographic", + "as", + "t2", + "on", + "t1", + ".", + "city_name", + "=", + "t2", + ".", + "city_name", + "join", + "location", + "as", + "t3", + "on", + "t1", + ".", + "id", + "=", + "t3", + ".", + "restaurant_id", + "where", + "t2", + ".", + "region", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where can i eat some good french food in the yosemite and mono lake area ?", + "question_toks": [ + "where", + "can", + "i", + "eat", + "some", + "good", + "french", + "food", + "in", + "the", + "yosemite", + "and", + "mono", + "lake", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 0 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + [ + 0, + 1, + false + ], + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"yosemite and mono lake area\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"french\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where are some restaurants good for arabic food in mountain view ?", + "question_toks": [ + "where", + "are", + "some", + "restaurants", + "good", + "for", + "arabic", + "food", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "what are some good places in mountain view for arabic food ?", + "question_toks": [ + "what", + "are", + "some", + "good", + "places", + "in", + "mountain", + "view", + "for", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where are some good arabic restaurants in mountain view ?", + "question_toks": [ + "where", + "are", + "some", + "good", + "arabic", + "restaurants", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "show me a good arabic restaurant in mountain view ?", + "question_toks": [ + "show", + "me", + "a", + "good", + "arabic", + "restaurant", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a good arabic in mountain view ?", + "question_toks": [ + "give", + "me", + "a", + "good", + "arabic", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a good arabic restaurant in mountain view ?", + "question_toks": [ + "give", + "me", + "a", + "good", + "arabic", + "restaurant", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a good place in mountain view for arabic food ?", + "question_toks": [ + "give", + "me", + "a", + "good", + "place", + "in", + "mountain", + "view", + "for", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where are some good arabics in mountain view ?", + "question_toks": [ + "where", + "are", + "some", + "good", + "arabics", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where is a restaurant in mountain view that serves good arabic food ?", + "question_toks": [ + "where", + "is", + "a", + "restaurant", + "in", + "mountain", + "view", + "that", + "serves", + "good", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "what are some good restaurants in mountain view for arabic food ?", + "question_toks": [ + "what", + "are", + "some", + "good", + "restaurants", + "in", + "mountain", + "view", + "for", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me some restaurants good for arabic food in mountain view ?", + "question_toks": [ + "give", + "me", + "some", + "restaurants", + "good", + "for", + "arabic", + "food", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where can i eat some good arabic food in mountain view ?", + "question_toks": [ + "where", + "can", + "i", + "eat", + "some", + "good", + "arabic", + "food", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me some good places for arabic in mountain view ?", + "question_toks": [ + "give", + "me", + "some", + "good", + "places", + "for", + "arabic", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where is a good arabic in mountain view ?", + "question_toks": [ + "where", + "is", + "a", + "good", + "arabic", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a restaurant in mountain view that serves good arabic food ?", + "question_toks": [ + "give", + "me", + "a", + "restaurant", + "in", + "mountain", + "view", + "that", + "serves", + "good", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me some good arabic restaurants in mountain view ?", + "question_toks": [ + "give", + "me", + "some", + "good", + "arabic", + "restaurants", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where are some good places for arabic in mountain view ?", + "question_toks": [ + "where", + "are", + "some", + "good", + "places", + "for", + "arabic", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me some good arabics in mountain view ?", + "question_toks": [ + "give", + "me", + "some", + "good", + "arabics", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a good restaurant in mountain view for arabic food ?", + "question_toks": [ + "give", + "me", + "a", + "good", + "restaurant", + "in", + "mountain", + "view", + "for", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where is a good arabic restaurant in mountain view ?", + "question_toks": [ + "where", + "is", + "a", + "good", + "arabic", + "restaurant", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "what are some good places for arabic in mountain view ?", + "question_toks": [ + "what", + "are", + "some", + "good", + "places", + "for", + "arabic", + "in", + "mountain", + "view", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where is a good restaurant in mountain view for arabic food ?", + "question_toks": [ + "where", + "is", + "a", + "good", + "restaurant", + "in", + "mountain", + "view", + "for", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"mountain view\" AND t1.food_type = \"arabic\" AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "mountain", + "view", + "''", + "AND", + "t1.food_type", + "=", + "``", + "arabic", + "''", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "food_type", + "=", + "value", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "where is a good place in mountain view for arabic food ?", + "question_toks": [ + "where", + "is", + "a", + "good", + "place", + "in", + "mountain", + "view", + "for", + "arabic", + "food", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"mountain view\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 6, + false + ], + null + ], + "\"arabic\"", + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.name = \"jamerican cuisine\";", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.name", + "=", + "``", + "jamerican", + "cuisine", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "where can i find a jamerican cuisine in san francisco ?", + "question_toks": [ + "where", + "can", + "i", + "find", + "a", + "jamerican", + "cuisine", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"jamerican cuisine\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.name = \"jamerican cuisine\";", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.name", + "=", + "``", + "jamerican", + "cuisine", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "where is jamerican cuisine in san francisco ?", + "question_toks": [ + "where", + "is", + "jamerican", + "cuisine", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"jamerican cuisine\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM restaurant AS t1 JOIN LOCATION AS t2 ON t1.id = t2.restaurant_id WHERE t2.city_name = \"san francisco\" AND t1.name = \"jamerican cuisine\";", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "restaurant", + "AS", + "t1", + "JOIN", + "LOCATION", + "AS", + "t2", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t2.city_name", + "=", + "``", + "san", + "francisco", + "''", + "AND", + "t1.name", + "=", + "``", + "jamerican", + "cuisine", + "''", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "restaurant", + "as", + "t1", + "join", + "location", + "as", + "t2", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t2", + ".", + "city_name", + "=", + "value", + "and", + "t1", + ".", + "name", + "=", + "value" + ], + "question": "where is a jamerican cuisine in san francisco ?", + "question_toks": [ + "where", + "is", + "a", + "jamerican", + "cuisine", + "in", + "san", + "francisco", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 1 + ], + [ + "table_unit", + 2 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 12, + false + ], + null + ], + "\"san francisco\"", + null + ], + "and", + [ + false, + 2, + [ + 0, + [ + 0, + 5, + false + ], + null + ], + "\"jamerican cuisine\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = \"bay area\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "LOCATION", + "AS", + "t2", + "JOIN", + "restaurant", + "AS", + "t1", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t1.city_name", + "IN", + "(", + "SELECT", + "city_name", + "FROM", + "geographic", + "WHERE", + "region", + "=", + "``", + "bay", + "area", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "location", + "as", + "t2", + "join", + "restaurant", + "as", + "t1", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t1", + ".", + "city_name", + "in", + "(", + "select", + "city_name", + "from", + "geographic", + "where", + "region", + "=", + "value", + ")" + ], + "question": "where can we find some restaurants in the bay area ?", + "question_toks": [ + "where", + "can", + "we", + "find", + "some", + "restaurants", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = \"bay area\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "LOCATION", + "AS", + "t2", + "JOIN", + "restaurant", + "AS", + "t1", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t1.city_name", + "IN", + "(", + "SELECT", + "city_name", + "FROM", + "geographic", + "WHERE", + "region", + "=", + "``", + "bay", + "area", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "location", + "as", + "t2", + "join", + "restaurant", + "as", + "t1", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t1", + ".", + "city_name", + "in", + "(", + "select", + "city_name", + "from", + "geographic", + "where", + "region", + "=", + "value", + ")" + ], + "question": "give me some restaurants in the bay area ?", + "question_toks": [ + "give", + "me", + "some", + "restaurants", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = \"bay area\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "LOCATION", + "AS", + "t2", + "JOIN", + "restaurant", + "AS", + "t1", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t1.city_name", + "IN", + "(", + "SELECT", + "city_name", + "FROM", + "geographic", + "WHERE", + "region", + "=", + "``", + "bay", + "area", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "location", + "as", + "t2", + "join", + "restaurant", + "as", + "t1", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t1", + ".", + "city_name", + "in", + "(", + "select", + "city_name", + "from", + "geographic", + "where", + "region", + "=", + "value", + ")" + ], + "question": "give me a restaurant in the bay area ?", + "question_toks": [ + "give", + "me", + "a", + "restaurant", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = \"bay area\" );", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "LOCATION", + "AS", + "t2", + "JOIN", + "restaurant", + "AS", + "t1", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t1.city_name", + "IN", + "(", + "SELECT", + "city_name", + "FROM", + "geographic", + "WHERE", + "region", + "=", + "``", + "bay", + "area", + "''", + ")", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "location", + "as", + "t2", + "join", + "restaurant", + "as", + "t1", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t1", + ".", + "city_name", + "in", + "(", + "select", + "city_name", + "from", + "geographic", + "where", + "region", + "=", + "value", + ")" + ], + "question": "where can i find a restaurant in the bay area ?", + "question_toks": [ + "where", + "can", + "i", + "find", + "a", + "restaurant", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"bay area\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = \"region0\" ) AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "LOCATION", + "AS", + "t2", + "JOIN", + "restaurant", + "AS", + "t1", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t1.city_name", + "IN", + "(", + "SELECT", + "city_name", + "FROM", + "geographic", + "WHERE", + "region", + "=", + "``", + "region0", + "''", + ")", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "location", + "as", + "t2", + "join", + "restaurant", + "as", + "t1", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t1", + ".", + "city_name", + "in", + "(", + "select", + "city_name", + "from", + "geographic", + "where", + "region", + "=", + "value", + ")", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me a good restaurant in the bay area ?", + "question_toks": [ + "give", + "me", + "a", + "good", + "restaurant", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"region0\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = \"region0\" ) AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "LOCATION", + "AS", + "t2", + "JOIN", + "restaurant", + "AS", + "t1", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t1.city_name", + "IN", + "(", + "SELECT", + "city_name", + "FROM", + "geographic", + "WHERE", + "region", + "=", + "``", + "region0", + "''", + ")", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "location", + "as", + "t2", + "join", + "restaurant", + "as", + "t1", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t1", + ".", + "city_name", + "in", + "(", + "select", + "city_name", + "from", + "geographic", + "where", + "region", + "=", + "value", + ")", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "what are some good restaurants in the bay area ?", + "question_toks": [ + "what", + "are", + "some", + "good", + "restaurants", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"region0\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = \"region0\" ) AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "LOCATION", + "AS", + "t2", + "JOIN", + "restaurant", + "AS", + "t1", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t1.city_name", + "IN", + "(", + "SELECT", + "city_name", + "FROM", + "geographic", + "WHERE", + "region", + "=", + "``", + "region0", + "''", + ")", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "location", + "as", + "t2", + "join", + "restaurant", + "as", + "t1", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t1", + ".", + "city_name", + "in", + "(", + "select", + "city_name", + "from", + "geographic", + "where", + "region", + "=", + "value", + ")", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "give me some good restaurants in the bay area ?", + "question_toks": [ + "give", + "me", + "some", + "good", + "restaurants", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"region0\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + }, + { + "db_id": "restaurants", + "query": "SELECT t2.house_number , t1.name FROM LOCATION AS t2 JOIN restaurant AS t1 ON t1.id = t2.restaurant_id WHERE t1.city_name IN ( SELECT city_name FROM geographic WHERE region = \"region0\" ) AND t1.rating > 2.5;", + "query_toks": [ + "SELECT", + "t2.house_number", + ",", + "t1.name", + "FROM", + "LOCATION", + "AS", + "t2", + "JOIN", + "restaurant", + "AS", + "t1", + "ON", + "t1.id", + "=", + "t2.restaurant_id", + "WHERE", + "t1.city_name", + "IN", + "(", + "SELECT", + "city_name", + "FROM", + "geographic", + "WHERE", + "region", + "=", + "``", + "region0", + "''", + ")", + "AND", + "t1.rating", + ">", + "2.5", + ";" + ], + "query_toks_no_value": [ + "select", + "t2", + ".", + "house_number", + ",", + "t1", + ".", + "name", + "from", + "location", + "as", + "t2", + "join", + "restaurant", + "as", + "t1", + "on", + "t1", + ".", + "id", + "=", + "t2", + ".", + "restaurant_id", + "where", + "t1", + ".", + "city_name", + "in", + "(", + "select", + "city_name", + "from", + "geographic", + "where", + "region", + "=", + "value", + ")", + "and", + "t1", + ".", + "rating", + ">", + "value" + ], + "question": "what is a good restaurant in the bay area ?", + "question_toks": [ + "what", + "is", + "a", + "good", + "restaurant", + "in", + "the", + "bay", + "area", + "?" + ], + "sql": { + "from": { + "table_units": [ + [ + "table_unit", + 2 + ], + [ + "table_unit", + 1 + ] + ], + "conds": [ + [ + false, + 2, + [ + 0, + [ + 0, + 4, + false + ], + null + ], + [ + 0, + 9, + false + ], + null + ] + ] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 10, + false + ], + null + ] + ], + [ + 0, + [ + 0, + [ + 0, + 5, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 8, + [ + 0, + [ + 0, + 7, + false + ], + null + ], + { + "from": { + "table_units": [ + [ + "table_unit", + 0 + ] + ], + "conds": [] + }, + "select": [ + false, + [ + [ + 0, + [ + 0, + [ + 0, + 1, + false + ], + null + ] + ] + ] + ], + "where": [ + [ + false, + 2, + [ + 0, + [ + 0, + 3, + false + ], + null + ], + "\"region0\"", + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + }, + null + ], + "and", + [ + false, + 3, + [ + 0, + [ + 0, + 8, + false + ], + null + ], + 2.5, + null + ] + ], + "groupBy": [], + "having": [], + "orderBy": [], + "limit": null, + "intersect": null, + "union": null, + "except": null + } + } +] \ No newline at end of file diff --git a/train_spider.json b/train_spider.json new file mode 100644 index 0000000000000000000000000000000000000000..f09f494c2b95a00ccaf9cf579033acc056722bad --- /dev/null +++ b/train_spider.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43d0d72e59e1a9e1a60837da9bf70d5a6277226bdb7f634d544f380646f527a +size 24928884